commit 49bb1bda27d00f7eb0f2fe16411a36a9ba31fc17 Author: RedGuy Date: Tue Dec 17 02:08:01 2024 +0300 init diff --git a/1.10.2/assets/minecraft/blockstates/acacia_door.json b/1.10.2/assets/minecraft/blockstates/acacia_door.json new file mode 100644 index 00000000..6ef5a574 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/acacia_door.json @@ -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 } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/acacia_double_slab.json b/1.10.2/assets/minecraft/blockstates/acacia_double_slab.json new file mode 100644 index 00000000..8394a73f --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/acacia_double_slab.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "acacia_planks" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/acacia_fence.json b/1.10.2/assets/minecraft/blockstates/acacia_fence.json new file mode 100644 index 00000000..784c9224 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/acacia_fence.json @@ -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 } + } + ] +} diff --git a/1.10.2/assets/minecraft/blockstates/acacia_fence_gate.json b/1.10.2/assets/minecraft/blockstates/acacia_fence_gate.json new file mode 100644 index 00000000..c7183488 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/acacia_fence_gate.json @@ -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 } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/acacia_leaves.json b/1.10.2/assets/minecraft/blockstates/acacia_leaves.json new file mode 100644 index 00000000..2ea28dc3 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/acacia_leaves.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "acacia_leaves" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/acacia_log.json b/1.10.2/assets/minecraft/blockstates/acacia_log.json new file mode 100644 index 00000000..0472f8f0 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/acacia_log.json @@ -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" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/acacia_planks.json b/1.10.2/assets/minecraft/blockstates/acacia_planks.json new file mode 100644 index 00000000..8394a73f --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/acacia_planks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "acacia_planks" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/acacia_sapling.json b/1.10.2/assets/minecraft/blockstates/acacia_sapling.json new file mode 100644 index 00000000..a2c961f7 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/acacia_sapling.json @@ -0,0 +1,6 @@ +{ + "variants": { + "stage=0": { "model": "acacia_sapling" }, + "stage=1": { "model": "acacia_sapling" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/acacia_slab.json b/1.10.2/assets/minecraft/blockstates/acacia_slab.json new file mode 100644 index 00000000..b0640a9b --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/acacia_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_acacia" }, + "half=top": { "model": "upper_slab_acacia" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/acacia_stairs.json b/1.10.2/assets/minecraft/blockstates/acacia_stairs.json new file mode 100644 index 00000000..1e0f76b5 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/acacia_stairs.json @@ -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 } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/activator_rail.json b/1.10.2/assets/minecraft/blockstates/activator_rail.json new file mode 100644 index 00000000..a86fd69a --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/activator_rail.json @@ -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" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/allium.json b/1.10.2/assets/minecraft/blockstates/allium.json new file mode 100644 index 00000000..88521a6a --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/allium.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "allium" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/andesite.json b/1.10.2/assets/minecraft/blockstates/andesite.json new file mode 100644 index 00000000..15b6b381 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/andesite.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "andesite" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/anvil.json b/1.10.2/assets/minecraft/blockstates/anvil.json new file mode 100644 index 00000000..c592bacf --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/anvil.json @@ -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 } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/beacon.json b/1.10.2/assets/minecraft/blockstates/beacon.json new file mode 100644 index 00000000..b97af99d --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/beacon.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "beacon" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/bed.json b/1.10.2/assets/minecraft/blockstates/bed.json new file mode 100644 index 00000000..06957748 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/bed.json @@ -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 } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/bedrock.json b/1.10.2/assets/minecraft/blockstates/bedrock.json new file mode 100644 index 00000000..4070fc5d --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/bedrock.json @@ -0,0 +1,10 @@ +{ + "variants": { + "normal": [ + { "model": "bedrock" }, + { "model": "bedrock_mirrored" }, + { "model": "bedrock", "y": 180 }, + { "model": "bedrock_mirrored", "y": 180 } + ] + } +} diff --git a/1.10.2/assets/minecraft/blockstates/beetroots.json b/1.10.2/assets/minecraft/blockstates/beetroots.json new file mode 100644 index 00000000..d2eb71be --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/beetroots.json @@ -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" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/birch_door.json b/1.10.2/assets/minecraft/blockstates/birch_door.json new file mode 100644 index 00000000..58de25cf --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/birch_door.json @@ -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 } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/birch_double_slab.json b/1.10.2/assets/minecraft/blockstates/birch_double_slab.json new file mode 100644 index 00000000..7c7d4f29 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/birch_double_slab.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "birch_planks" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/birch_fence.json b/1.10.2/assets/minecraft/blockstates/birch_fence.json new file mode 100644 index 00000000..c32430dd --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/birch_fence.json @@ -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 } + } + ] +} diff --git a/1.10.2/assets/minecraft/blockstates/birch_fence_gate.json b/1.10.2/assets/minecraft/blockstates/birch_fence_gate.json new file mode 100644 index 00000000..21ccc2bf --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/birch_fence_gate.json @@ -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 } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/birch_leaves.json b/1.10.2/assets/minecraft/blockstates/birch_leaves.json new file mode 100644 index 00000000..c3fcb287 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/birch_leaves.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "birch_leaves" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/birch_log.json b/1.10.2/assets/minecraft/blockstates/birch_log.json new file mode 100644 index 00000000..b4f6085a --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/birch_log.json @@ -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" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/birch_planks.json b/1.10.2/assets/minecraft/blockstates/birch_planks.json new file mode 100644 index 00000000..7c7d4f29 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/birch_planks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "birch_planks" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/birch_sapling.json b/1.10.2/assets/minecraft/blockstates/birch_sapling.json new file mode 100644 index 00000000..3a654053 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/birch_sapling.json @@ -0,0 +1,6 @@ +{ + "variants": { + "stage=0": { "model": "birch_sapling" }, + "stage=1": { "model": "birch_sapling" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/birch_slab.json b/1.10.2/assets/minecraft/blockstates/birch_slab.json new file mode 100644 index 00000000..967ddcb0 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/birch_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_birch" }, + "half=top": { "model": "upper_slab_birch" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/birch_stairs.json b/1.10.2/assets/minecraft/blockstates/birch_stairs.json new file mode 100644 index 00000000..516cd303 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/birch_stairs.json @@ -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 } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/black_carpet.json b/1.10.2/assets/minecraft/blockstates/black_carpet.json new file mode 100644 index 00000000..61e62f14 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/black_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_black" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/black_stained_glass.json b/1.10.2/assets/minecraft/blockstates/black_stained_glass.json new file mode 100644 index 00000000..6ffc12a4 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/black_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_black" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/black_stained_glass_pane.json b/1.10.2/assets/minecraft/blockstates/black_stained_glass_pane.json new file mode 100644 index 00000000..d4dc16a8 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/black_stained_glass_pane.json @@ -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 } + } + ] +} diff --git a/1.10.2/assets/minecraft/blockstates/black_stained_hardened_clay.json b/1.10.2/assets/minecraft/blockstates/black_stained_hardened_clay.json new file mode 100644 index 00000000..4bde9c28 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/black_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_black" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/black_wool.json b/1.10.2/assets/minecraft/blockstates/black_wool.json new file mode 100644 index 00000000..728ba540 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/black_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "black_wool" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/blue_carpet.json b/1.10.2/assets/minecraft/blockstates/blue_carpet.json new file mode 100644 index 00000000..d93906b5 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/blue_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_blue" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/blue_orchid.json b/1.10.2/assets/minecraft/blockstates/blue_orchid.json new file mode 100644 index 00000000..a2e98063 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/blue_orchid.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "orchid" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/blue_stained_glass.json b/1.10.2/assets/minecraft/blockstates/blue_stained_glass.json new file mode 100644 index 00000000..ad618dd7 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/blue_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_blue" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/blue_stained_glass_pane.json b/1.10.2/assets/minecraft/blockstates/blue_stained_glass_pane.json new file mode 100644 index 00000000..79c9bdc5 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/blue_stained_glass_pane.json @@ -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 } + } + ] +} diff --git a/1.10.2/assets/minecraft/blockstates/blue_stained_hardened_clay.json b/1.10.2/assets/minecraft/blockstates/blue_stained_hardened_clay.json new file mode 100644 index 00000000..aadb0f6c --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/blue_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_blue" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/blue_wool.json b/1.10.2/assets/minecraft/blockstates/blue_wool.json new file mode 100644 index 00000000..3cfcf7fd --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/blue_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "blue_wool" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/bone_block.json b/1.10.2/assets/minecraft/blockstates/bone_block.json new file mode 100644 index 00000000..d798f42e --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/bone_block.json @@ -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 } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/bookshelf.json b/1.10.2/assets/minecraft/blockstates/bookshelf.json new file mode 100644 index 00000000..175c6265 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/bookshelf.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "bookshelf" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/brewing_stand.json b/1.10.2/assets/minecraft/blockstates/brewing_stand.json new file mode 100644 index 00000000..b07ffa47 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/brewing_stand.json @@ -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" } + } + ] +} diff --git a/1.10.2/assets/minecraft/blockstates/brick_block.json b/1.10.2/assets/minecraft/blockstates/brick_block.json new file mode 100644 index 00000000..8afbf8fc --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/brick_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "brick" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/brick_double_slab.json b/1.10.2/assets/minecraft/blockstates/brick_double_slab.json new file mode 100644 index 00000000..ceb2e147 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/brick_double_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "normal": { "model": "brick" }, + "all": { "model": "brick" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/brick_slab.json b/1.10.2/assets/minecraft/blockstates/brick_slab.json new file mode 100644 index 00000000..7bdc95ee --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/brick_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_brick" }, + "half=top": { "model": "upper_slab_brick" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/brick_stairs.json b/1.10.2/assets/minecraft/blockstates/brick_stairs.json new file mode 100644 index 00000000..8c4ee95b --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/brick_stairs.json @@ -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 } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/brown_carpet.json b/1.10.2/assets/minecraft/blockstates/brown_carpet.json new file mode 100644 index 00000000..e5fd2d7d --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/brown_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_brown" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/brown_mushroom.json b/1.10.2/assets/minecraft/blockstates/brown_mushroom.json new file mode 100644 index 00000000..ef1d42fb --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/brown_mushroom.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "brown_mushroom" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/brown_mushroom_block.json b/1.10.2/assets/minecraft/blockstates/brown_mushroom_block.json new file mode 100644 index 00000000..7b1cb8c0 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/brown_mushroom_block.json @@ -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" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/brown_stained_glass.json b/1.10.2/assets/minecraft/blockstates/brown_stained_glass.json new file mode 100644 index 00000000..81d4846e --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/brown_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_brown" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/brown_stained_glass_pane.json b/1.10.2/assets/minecraft/blockstates/brown_stained_glass_pane.json new file mode 100644 index 00000000..f6bd6fd0 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/brown_stained_glass_pane.json @@ -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 } + } + ] +} diff --git a/1.10.2/assets/minecraft/blockstates/brown_stained_hardened_clay.json b/1.10.2/assets/minecraft/blockstates/brown_stained_hardened_clay.json new file mode 100644 index 00000000..31e344e1 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/brown_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_brown" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/brown_wool.json b/1.10.2/assets/minecraft/blockstates/brown_wool.json new file mode 100644 index 00000000..112805f5 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/brown_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "brown_wool" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/cactus.json b/1.10.2/assets/minecraft/blockstates/cactus.json new file mode 100644 index 00000000..3212cd1d --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/cactus.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "cactus" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/cake.json b/1.10.2/assets/minecraft/blockstates/cake.json new file mode 100644 index 00000000..c0c4af29 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/cake.json @@ -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" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/carrots.json b/1.10.2/assets/minecraft/blockstates/carrots.json new file mode 100644 index 00000000..96a53471 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/carrots.json @@ -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" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/cauldron.json b/1.10.2/assets/minecraft/blockstates/cauldron.json new file mode 100644 index 00000000..885af8f4 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/cauldron.json @@ -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" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/chain_command_block.json b/1.10.2/assets/minecraft/blockstates/chain_command_block.json new file mode 100644 index 00000000..35612650 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/chain_command_block.json @@ -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 } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/chiseled_brick_monster_egg.json b/1.10.2/assets/minecraft/blockstates/chiseled_brick_monster_egg.json new file mode 100644 index 00000000..ea2566b1 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/chiseled_brick_monster_egg.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "stonebrick_chiseled" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/chiseled_quartz_block.json b/1.10.2/assets/minecraft/blockstates/chiseled_quartz_block.json new file mode 100644 index 00000000..46748b15 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/chiseled_quartz_block.json @@ -0,0 +1,6 @@ +{ + "variants": { + "normal": { "model": "quartz_chiseled" } + } +} + diff --git a/1.10.2/assets/minecraft/blockstates/chiseled_red_sandstone.json b/1.10.2/assets/minecraft/blockstates/chiseled_red_sandstone.json new file mode 100644 index 00000000..f947ad85 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/chiseled_red_sandstone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "red_sandstone_chiseled" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/chiseled_sandstone.json b/1.10.2/assets/minecraft/blockstates/chiseled_sandstone.json new file mode 100644 index 00000000..96fbad32 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/chiseled_sandstone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "sandstone_chiseled" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/chiseled_stonebrick.json b/1.10.2/assets/minecraft/blockstates/chiseled_stonebrick.json new file mode 100644 index 00000000..ea2566b1 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/chiseled_stonebrick.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "stonebrick_chiseled" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/chorus_flower.json b/1.10.2/assets/minecraft/blockstates/chorus_flower.json new file mode 100644 index 00000000..12ae41ce --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/chorus_flower.json @@ -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" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/chorus_plant.json b/1.10.2/assets/minecraft/blockstates/chorus_plant.json new file mode 100644 index 00000000..fc53b768 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/chorus_plant.json @@ -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 } + ] + } + ] +} diff --git a/1.10.2/assets/minecraft/blockstates/clay.json b/1.10.2/assets/minecraft/blockstates/clay.json new file mode 100644 index 00000000..3fcd74f2 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "clay" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/coal_block.json b/1.10.2/assets/minecraft/blockstates/coal_block.json new file mode 100644 index 00000000..7ac479e1 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/coal_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "coal_block" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/coal_ore.json b/1.10.2/assets/minecraft/blockstates/coal_ore.json new file mode 100644 index 00000000..cc2ca2d2 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/coal_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "coal_ore" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/coarse_dirt.json b/1.10.2/assets/minecraft/blockstates/coarse_dirt.json new file mode 100644 index 00000000..25e19be3 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/coarse_dirt.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "coarse_dirt" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/cobblestone.json b/1.10.2/assets/minecraft/blockstates/cobblestone.json new file mode 100644 index 00000000..57bc457e --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/cobblestone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "cobblestone" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/cobblestone_double_slab.json b/1.10.2/assets/minecraft/blockstates/cobblestone_double_slab.json new file mode 100644 index 00000000..0e4e1653 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/cobblestone_double_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "normal": { "model": "cobblestone" }, + "all": { "model": "cobblestone" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/cobblestone_monster_egg.json b/1.10.2/assets/minecraft/blockstates/cobblestone_monster_egg.json new file mode 100644 index 00000000..57bc457e --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/cobblestone_monster_egg.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "cobblestone" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/cobblestone_slab.json b/1.10.2/assets/minecraft/blockstates/cobblestone_slab.json new file mode 100644 index 00000000..a55a4f31 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/cobblestone_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_cobblestone" }, + "half=top": { "model": "upper_slab_cobblestone" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/cobblestone_wall.json b/1.10.2/assets/minecraft/blockstates/cobblestone_wall.json new file mode 100644 index 00000000..8fcc3f49 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/cobblestone_wall.json @@ -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 } + } + ] +} diff --git a/1.10.2/assets/minecraft/blockstates/cocoa.json b/1.10.2/assets/minecraft/blockstates/cocoa.json new file mode 100644 index 00000000..9eda2fd9 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/cocoa.json @@ -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 } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/command_block.json b/1.10.2/assets/minecraft/blockstates/command_block.json new file mode 100644 index 00000000..21451258 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/command_block.json @@ -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 } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/cracked_brick_monster_egg.json b/1.10.2/assets/minecraft/blockstates/cracked_brick_monster_egg.json new file mode 100644 index 00000000..58adbf2b --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/cracked_brick_monster_egg.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "stonebrick_cracked" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/cracked_stonebrick.json b/1.10.2/assets/minecraft/blockstates/cracked_stonebrick.json new file mode 100644 index 00000000..58adbf2b --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/cracked_stonebrick.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "stonebrick_cracked" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/crafting_table.json b/1.10.2/assets/minecraft/blockstates/crafting_table.json new file mode 100644 index 00000000..ef1590ad --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/crafting_table.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "crafting_table" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/cyan_carpet.json b/1.10.2/assets/minecraft/blockstates/cyan_carpet.json new file mode 100644 index 00000000..dd9fc91f --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/cyan_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_cyan" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/cyan_stained_glass.json b/1.10.2/assets/minecraft/blockstates/cyan_stained_glass.json new file mode 100644 index 00000000..388279f0 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/cyan_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_cyan" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/cyan_stained_glass_pane.json b/1.10.2/assets/minecraft/blockstates/cyan_stained_glass_pane.json new file mode 100644 index 00000000..488e9bdd --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/cyan_stained_glass_pane.json @@ -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 } + } + ] +} diff --git a/1.10.2/assets/minecraft/blockstates/cyan_stained_hardened_clay.json b/1.10.2/assets/minecraft/blockstates/cyan_stained_hardened_clay.json new file mode 100644 index 00000000..c67b33b9 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/cyan_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_cyan" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/cyan_wool.json b/1.10.2/assets/minecraft/blockstates/cyan_wool.json new file mode 100644 index 00000000..db589f31 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/cyan_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "cyan_wool" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/dandelion.json b/1.10.2/assets/minecraft/blockstates/dandelion.json new file mode 100644 index 00000000..6d49256e --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/dandelion.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "dandelion" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/dark_oak_door.json b/1.10.2/assets/minecraft/blockstates/dark_oak_door.json new file mode 100644 index 00000000..4681e94e --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/dark_oak_door.json @@ -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 } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/dark_oak_double_slab.json b/1.10.2/assets/minecraft/blockstates/dark_oak_double_slab.json new file mode 100644 index 00000000..0dd3e069 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/dark_oak_double_slab.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "dark_oak_planks" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/dark_oak_fence.json b/1.10.2/assets/minecraft/blockstates/dark_oak_fence.json new file mode 100644 index 00000000..9d1e99b4 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/dark_oak_fence.json @@ -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 } + } + ] +} diff --git a/1.10.2/assets/minecraft/blockstates/dark_oak_fence_gate.json b/1.10.2/assets/minecraft/blockstates/dark_oak_fence_gate.json new file mode 100644 index 00000000..95c0458f --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/dark_oak_fence_gate.json @@ -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 } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/dark_oak_leaves.json b/1.10.2/assets/minecraft/blockstates/dark_oak_leaves.json new file mode 100644 index 00000000..bb681958 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/dark_oak_leaves.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "dark_oak_leaves" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/dark_oak_log.json b/1.10.2/assets/minecraft/blockstates/dark_oak_log.json new file mode 100644 index 00000000..a5ce16a2 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/dark_oak_log.json @@ -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" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/dark_oak_planks.json b/1.10.2/assets/minecraft/blockstates/dark_oak_planks.json new file mode 100644 index 00000000..0dd3e069 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/dark_oak_planks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "dark_oak_planks" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/dark_oak_sapling.json b/1.10.2/assets/minecraft/blockstates/dark_oak_sapling.json new file mode 100644 index 00000000..6d1d2e97 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/dark_oak_sapling.json @@ -0,0 +1,6 @@ +{ + "variants": { + "stage=0": { "model": "dark_oak_sapling" }, + "stage=1": { "model": "dark_oak_sapling" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/dark_oak_slab.json b/1.10.2/assets/minecraft/blockstates/dark_oak_slab.json new file mode 100644 index 00000000..9b0ed649 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/dark_oak_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_dark_oak" }, + "half=top": { "model": "upper_slab_dark_oak" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/dark_oak_stairs.json b/1.10.2/assets/minecraft/blockstates/dark_oak_stairs.json new file mode 100644 index 00000000..c754e842 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/dark_oak_stairs.json @@ -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 } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/dark_prismarine.json b/1.10.2/assets/minecraft/blockstates/dark_prismarine.json new file mode 100644 index 00000000..7f87a8d5 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/dark_prismarine.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "prismarine_dark" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/daylight_detector.json b/1.10.2/assets/minecraft/blockstates/daylight_detector.json new file mode 100644 index 00000000..862d7a92 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/daylight_detector.json @@ -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" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/daylight_detector_inverted.json b/1.10.2/assets/minecraft/blockstates/daylight_detector_inverted.json new file mode 100644 index 00000000..55de23be --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/daylight_detector_inverted.json @@ -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" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/dead_bush.json b/1.10.2/assets/minecraft/blockstates/dead_bush.json new file mode 100644 index 00000000..faa7eae7 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/dead_bush.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "dead_bush" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/detector_rail.json b/1.10.2/assets/minecraft/blockstates/detector_rail.json new file mode 100644 index 00000000..d5146b15 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/detector_rail.json @@ -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" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/diamond_block.json b/1.10.2/assets/minecraft/blockstates/diamond_block.json new file mode 100644 index 00000000..d8db9e5b --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/diamond_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "diamond_block" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/diamond_ore.json b/1.10.2/assets/minecraft/blockstates/diamond_ore.json new file mode 100644 index 00000000..ba58d552 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/diamond_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "diamond_ore" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/diorite.json b/1.10.2/assets/minecraft/blockstates/diorite.json new file mode 100644 index 00000000..5c6f010f --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/diorite.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "diorite" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/dirt.json b/1.10.2/assets/minecraft/blockstates/dirt.json new file mode 100644 index 00000000..16816dd1 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/dirt.json @@ -0,0 +1,10 @@ +{ + "variants": { + "normal": [ + { "model": "dirt" }, + { "model": "dirt", "y": 90 }, + { "model": "dirt", "y": 180 }, + { "model": "dirt", "y": 270 } + ] + } +} diff --git a/1.10.2/assets/minecraft/blockstates/dispenser.json b/1.10.2/assets/minecraft/blockstates/dispenser.json new file mode 100644 index 00000000..fb587384 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/dispenser.json @@ -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 } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/double_fern.json b/1.10.2/assets/minecraft/blockstates/double_fern.json new file mode 100644 index 00000000..9b2ad6a8 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/double_fern.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=lower": { "model": "double_fern_bottom" }, + "half=upper": { "model": "double_fern_top" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/double_grass.json b/1.10.2/assets/minecraft/blockstates/double_grass.json new file mode 100644 index 00000000..d0971c6d --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/double_grass.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=lower": { "model": "double_grass_bottom" }, + "half=upper": { "model": "double_grass_top" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/double_rose.json b/1.10.2/assets/minecraft/blockstates/double_rose.json new file mode 100644 index 00000000..cf008d0b --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/double_rose.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=lower": { "model": "double_rose_bottom" }, + "half=upper": { "model": "double_rose_top" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/dragon_egg.json b/1.10.2/assets/minecraft/blockstates/dragon_egg.json new file mode 100644 index 00000000..16fdcfdd --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/dragon_egg.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "dragon_egg" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/dropper.json b/1.10.2/assets/minecraft/blockstates/dropper.json new file mode 100644 index 00000000..41cc1d4b --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/dropper.json @@ -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 } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/emerald_block.json b/1.10.2/assets/minecraft/blockstates/emerald_block.json new file mode 100644 index 00000000..325f8287 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/emerald_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "emerald_block" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/emerald_ore.json b/1.10.2/assets/minecraft/blockstates/emerald_ore.json new file mode 100644 index 00000000..816e2b5f --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/emerald_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "emerald_ore" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/enchanting_table.json b/1.10.2/assets/minecraft/blockstates/enchanting_table.json new file mode 100644 index 00000000..33892364 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/enchanting_table.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "enchanting_table_base" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/end_bricks.json b/1.10.2/assets/minecraft/blockstates/end_bricks.json new file mode 100644 index 00000000..088e4fab --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/end_bricks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "end_bricks" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/end_portal_frame.json b/1.10.2/assets/minecraft/blockstates/end_portal_frame.json new file mode 100644 index 00000000..e44bada9 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/end_portal_frame.json @@ -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 } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/end_rod.json b/1.10.2/assets/minecraft/blockstates/end_rod.json new file mode 100644 index 00000000..6b11848a --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/end_rod.json @@ -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 } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/end_stone.json b/1.10.2/assets/minecraft/blockstates/end_stone.json new file mode 100644 index 00000000..cdaef3ba --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/end_stone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "end_stone" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/farmland.json b/1.10.2/assets/minecraft/blockstates/farmland.json new file mode 100644 index 00000000..7897855f --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/farmland.json @@ -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" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/fence.json b/1.10.2/assets/minecraft/blockstates/fence.json new file mode 100644 index 00000000..fc1dae48 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/fence.json @@ -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 } + } + ] +} diff --git a/1.10.2/assets/minecraft/blockstates/fence_gate.json b/1.10.2/assets/minecraft/blockstates/fence_gate.json new file mode 100644 index 00000000..52ecf366 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/fence_gate.json @@ -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 } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/fern.json b/1.10.2/assets/minecraft/blockstates/fern.json new file mode 100644 index 00000000..bac41869 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/fern.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "fern" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/fire.json b/1.10.2/assets/minecraft/blockstates/fire.json new file mode 100644 index 00000000..7c76692c --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/fire.json @@ -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" } + ] + } + ] +} diff --git a/1.10.2/assets/minecraft/blockstates/flower_pot.json b/1.10.2/assets/minecraft/blockstates/flower_pot.json new file mode 100644 index 00000000..0658f2ee --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/flower_pot.json @@ -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" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/frosted_ice.json b/1.10.2/assets/minecraft/blockstates/frosted_ice.json new file mode 100644 index 00000000..278dbba6 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/frosted_ice.json @@ -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" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/furnace.json b/1.10.2/assets/minecraft/blockstates/furnace.json new file mode 100644 index 00000000..7d685396 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/furnace.json @@ -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 } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/glass.json b/1.10.2/assets/minecraft/blockstates/glass.json new file mode 100644 index 00000000..21f793e8 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/glass_pane.json b/1.10.2/assets/minecraft/blockstates/glass_pane.json new file mode 100644 index 00000000..d92e3d18 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/glass_pane.json @@ -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 } + } + ] +} diff --git a/1.10.2/assets/minecraft/blockstates/glowstone.json b/1.10.2/assets/minecraft/blockstates/glowstone.json new file mode 100644 index 00000000..bb47454e --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/glowstone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glowstone" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/gold_block.json b/1.10.2/assets/minecraft/blockstates/gold_block.json new file mode 100644 index 00000000..3845d23f --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/gold_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "gold_block" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/gold_ore.json b/1.10.2/assets/minecraft/blockstates/gold_ore.json new file mode 100644 index 00000000..ce4930d9 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/gold_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "gold_ore" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/golden_rail.json b/1.10.2/assets/minecraft/blockstates/golden_rail.json new file mode 100644 index 00000000..ca4cb416 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/golden_rail.json @@ -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" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/granite.json b/1.10.2/assets/minecraft/blockstates/granite.json new file mode 100644 index 00000000..d1cb8c14 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/granite.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "granite" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/grass.json b/1.10.2/assets/minecraft/blockstates/grass.json new file mode 100644 index 00000000..e9576b4e --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/grass.json @@ -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" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/grass_path.json b/1.10.2/assets/minecraft/blockstates/grass_path.json new file mode 100644 index 00000000..e327847e --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/grass_path.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "grass_path" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/gravel.json b/1.10.2/assets/minecraft/blockstates/gravel.json new file mode 100644 index 00000000..6cbcc83a --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/gravel.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "gravel" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/gray_carpet.json b/1.10.2/assets/minecraft/blockstates/gray_carpet.json new file mode 100644 index 00000000..fb48eae5 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/gray_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_gray" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/gray_stained_glass.json b/1.10.2/assets/minecraft/blockstates/gray_stained_glass.json new file mode 100644 index 00000000..91634537 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/gray_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_gray" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/gray_stained_glass_pane.json b/1.10.2/assets/minecraft/blockstates/gray_stained_glass_pane.json new file mode 100644 index 00000000..be94cccf --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/gray_stained_glass_pane.json @@ -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 } + } + ] +} diff --git a/1.10.2/assets/minecraft/blockstates/gray_stained_hardened_clay.json b/1.10.2/assets/minecraft/blockstates/gray_stained_hardened_clay.json new file mode 100644 index 00000000..272d95b8 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/gray_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_gray" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/gray_wool.json b/1.10.2/assets/minecraft/blockstates/gray_wool.json new file mode 100644 index 00000000..7c908708 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/gray_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "gray_wool" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/green_carpet.json b/1.10.2/assets/minecraft/blockstates/green_carpet.json new file mode 100644 index 00000000..265b5642 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/green_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_green" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/green_stained_glass.json b/1.10.2/assets/minecraft/blockstates/green_stained_glass.json new file mode 100644 index 00000000..e7bc0f2f --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/green_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_green" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/green_stained_glass_pane.json b/1.10.2/assets/minecraft/blockstates/green_stained_glass_pane.json new file mode 100644 index 00000000..a019569b --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/green_stained_glass_pane.json @@ -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 } + } + ] +} diff --git a/1.10.2/assets/minecraft/blockstates/green_stained_hardened_clay.json b/1.10.2/assets/minecraft/blockstates/green_stained_hardened_clay.json new file mode 100644 index 00000000..6fb1f6c1 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/green_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_green" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/green_wool.json b/1.10.2/assets/minecraft/blockstates/green_wool.json new file mode 100644 index 00000000..34d84e71 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/green_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "green_wool" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/hardened_clay.json b/1.10.2/assets/minecraft/blockstates/hardened_clay.json new file mode 100644 index 00000000..cb386870 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/hay_block.json b/1.10.2/assets/minecraft/blockstates/hay_block.json new file mode 100644 index 00000000..58c4f66a --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/hay_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "hay" }, + "axis=z": { "model": "hay", "x": 90 }, + "axis=x": { "model": "hay", "x": 90, "y": 90 } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/heavy_weighted_pressure_plate.json b/1.10.2/assets/minecraft/blockstates/heavy_weighted_pressure_plate.json new file mode 100644 index 00000000..11e524cd --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/heavy_weighted_pressure_plate.json @@ -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" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/hopper.json b/1.10.2/assets/minecraft/blockstates/hopper.json new file mode 100644 index 00000000..24f53053 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/hopper.json @@ -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 } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/houstonia.json b/1.10.2/assets/minecraft/blockstates/houstonia.json new file mode 100644 index 00000000..655ba021 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/houstonia.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "houstonia" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/ice.json b/1.10.2/assets/minecraft/blockstates/ice.json new file mode 100644 index 00000000..80122313 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/ice.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "ice" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/iron_bars.json b/1.10.2/assets/minecraft/blockstates/iron_bars.json new file mode 100644 index 00000000..4e576174 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/iron_bars.json @@ -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 } + } + ] +} diff --git a/1.10.2/assets/minecraft/blockstates/iron_block.json b/1.10.2/assets/minecraft/blockstates/iron_block.json new file mode 100644 index 00000000..eca5c0d3 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/iron_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "iron_block" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/iron_door.json b/1.10.2/assets/minecraft/blockstates/iron_door.json new file mode 100644 index 00000000..ceb809e5 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/iron_door.json @@ -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 } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/iron_ore.json b/1.10.2/assets/minecraft/blockstates/iron_ore.json new file mode 100644 index 00000000..3365f5e0 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/iron_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "iron_ore" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/iron_trapdoor.json b/1.10.2/assets/minecraft/blockstates/iron_trapdoor.json new file mode 100644 index 00000000..13c116ee --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/iron_trapdoor.json @@ -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 } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/item_frame.json b/1.10.2/assets/minecraft/blockstates/item_frame.json new file mode 100644 index 00000000..b7bbebb9 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/item_frame.json @@ -0,0 +1,6 @@ +{ + "variants": { + "normal": { "model": "item_frame" }, + "map": { "model": "item_frame_map" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/jukebox.json b/1.10.2/assets/minecraft/blockstates/jukebox.json new file mode 100644 index 00000000..6e6d0daf --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/jukebox.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "jukebox" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/jungle_door.json b/1.10.2/assets/minecraft/blockstates/jungle_door.json new file mode 100644 index 00000000..59881333 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/jungle_door.json @@ -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 } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/jungle_double_slab.json b/1.10.2/assets/minecraft/blockstates/jungle_double_slab.json new file mode 100644 index 00000000..5c863ecf --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/jungle_double_slab.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "jungle_planks" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/jungle_fence.json b/1.10.2/assets/minecraft/blockstates/jungle_fence.json new file mode 100644 index 00000000..5aebefff --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/jungle_fence.json @@ -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 } + } + ] +} diff --git a/1.10.2/assets/minecraft/blockstates/jungle_fence_gate.json b/1.10.2/assets/minecraft/blockstates/jungle_fence_gate.json new file mode 100644 index 00000000..2f402711 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/jungle_fence_gate.json @@ -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 } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/jungle_leaves.json b/1.10.2/assets/minecraft/blockstates/jungle_leaves.json new file mode 100644 index 00000000..e1f30d9e --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/jungle_leaves.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "jungle_leaves" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/jungle_log.json b/1.10.2/assets/minecraft/blockstates/jungle_log.json new file mode 100644 index 00000000..7b518944 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/jungle_log.json @@ -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" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/jungle_planks.json b/1.10.2/assets/minecraft/blockstates/jungle_planks.json new file mode 100644 index 00000000..5c863ecf --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/jungle_planks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "jungle_planks" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/jungle_sapling.json b/1.10.2/assets/minecraft/blockstates/jungle_sapling.json new file mode 100644 index 00000000..54391717 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/jungle_sapling.json @@ -0,0 +1,6 @@ +{ + "variants": { + "stage=0": { "model": "jungle_sapling" }, + "stage=1": { "model": "jungle_sapling" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/jungle_slab.json b/1.10.2/assets/minecraft/blockstates/jungle_slab.json new file mode 100644 index 00000000..07b026f3 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/jungle_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_jungle" }, + "half=top": { "model": "upper_slab_jungle" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/jungle_stairs.json b/1.10.2/assets/minecraft/blockstates/jungle_stairs.json new file mode 100644 index 00000000..5d14b764 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/jungle_stairs.json @@ -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 } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/ladder.json b/1.10.2/assets/minecraft/blockstates/ladder.json new file mode 100644 index 00000000..8e6c6d68 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/ladder.json @@ -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 } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/lapis_block.json b/1.10.2/assets/minecraft/blockstates/lapis_block.json new file mode 100644 index 00000000..1421db7b --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/lapis_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "lapis_block" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/lapis_ore.json b/1.10.2/assets/minecraft/blockstates/lapis_ore.json new file mode 100644 index 00000000..2ab096e3 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/lapis_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "lapis_ore" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/lever.json b/1.10.2/assets/minecraft/blockstates/lever.json new file mode 100644 index 00000000..5678f68b --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/lever.json @@ -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 } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/light_blue_carpet.json b/1.10.2/assets/minecraft/blockstates/light_blue_carpet.json new file mode 100644 index 00000000..4337685b --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/light_blue_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_light_blue" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/light_blue_stained_glass.json b/1.10.2/assets/minecraft/blockstates/light_blue_stained_glass.json new file mode 100644 index 00000000..ddea4a42 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/light_blue_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_light_blue" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/light_blue_stained_glass_pane.json b/1.10.2/assets/minecraft/blockstates/light_blue_stained_glass_pane.json new file mode 100644 index 00000000..33908259 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/light_blue_stained_glass_pane.json @@ -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 } + } + ] +} diff --git a/1.10.2/assets/minecraft/blockstates/light_blue_stained_hardened_clay.json b/1.10.2/assets/minecraft/blockstates/light_blue_stained_hardened_clay.json new file mode 100644 index 00000000..f579a422 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/light_blue_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_light_blue" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/light_blue_wool.json b/1.10.2/assets/minecraft/blockstates/light_blue_wool.json new file mode 100644 index 00000000..018e28f0 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/light_blue_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "light_blue_wool" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/light_weighted_pressure_plate.json b/1.10.2/assets/minecraft/blockstates/light_weighted_pressure_plate.json new file mode 100644 index 00000000..0d07c347 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/light_weighted_pressure_plate.json @@ -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" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/lime_carpet.json b/1.10.2/assets/minecraft/blockstates/lime_carpet.json new file mode 100644 index 00000000..f9ac304d --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/lime_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_lime" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/lime_stained_glass.json b/1.10.2/assets/minecraft/blockstates/lime_stained_glass.json new file mode 100644 index 00000000..8f747f73 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/lime_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_lime" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/lime_stained_glass_pane.json b/1.10.2/assets/minecraft/blockstates/lime_stained_glass_pane.json new file mode 100644 index 00000000..e6498655 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/lime_stained_glass_pane.json @@ -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 } + } + ] +} diff --git a/1.10.2/assets/minecraft/blockstates/lime_stained_hardened_clay.json b/1.10.2/assets/minecraft/blockstates/lime_stained_hardened_clay.json new file mode 100644 index 00000000..1fcba4b5 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/lime_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_lime" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/lime_wool.json b/1.10.2/assets/minecraft/blockstates/lime_wool.json new file mode 100644 index 00000000..31849a63 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/lime_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "lime_wool" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/lit_furnace.json b/1.10.2/assets/minecraft/blockstates/lit_furnace.json new file mode 100644 index 00000000..42aaa48a --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/lit_furnace.json @@ -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 } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/lit_pumpkin.json b/1.10.2/assets/minecraft/blockstates/lit_pumpkin.json new file mode 100644 index 00000000..bf1c4c43 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/lit_pumpkin.json @@ -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 } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/lit_redstone_lamp.json b/1.10.2/assets/minecraft/blockstates/lit_redstone_lamp.json new file mode 100644 index 00000000..bf419c97 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/lit_redstone_lamp.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "lit_redstone_lamp" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/lit_redstone_ore.json b/1.10.2/assets/minecraft/blockstates/lit_redstone_ore.json new file mode 100644 index 00000000..c3242798 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/lit_redstone_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "lit_redstone_ore" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/magenta_carpet.json b/1.10.2/assets/minecraft/blockstates/magenta_carpet.json new file mode 100644 index 00000000..859951c3 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/magenta_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_magenta" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/magenta_stained_glass.json b/1.10.2/assets/minecraft/blockstates/magenta_stained_glass.json new file mode 100644 index 00000000..173e017f --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/magenta_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_magenta" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/magenta_stained_glass_pane.json b/1.10.2/assets/minecraft/blockstates/magenta_stained_glass_pane.json new file mode 100644 index 00000000..fffdacd3 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/magenta_stained_glass_pane.json @@ -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 } + } + ] +} diff --git a/1.10.2/assets/minecraft/blockstates/magenta_stained_hardened_clay.json b/1.10.2/assets/minecraft/blockstates/magenta_stained_hardened_clay.json new file mode 100644 index 00000000..f380de69 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/magenta_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_magenta" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/magenta_wool.json b/1.10.2/assets/minecraft/blockstates/magenta_wool.json new file mode 100644 index 00000000..86d8c5f8 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/magenta_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "magenta_wool" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/magma.json b/1.10.2/assets/minecraft/blockstates/magma.json new file mode 100644 index 00000000..eaa0112b --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/magma.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "magma" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/melon_block.json b/1.10.2/assets/minecraft/blockstates/melon_block.json new file mode 100644 index 00000000..68909f15 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/melon_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "melon" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/melon_stem.json b/1.10.2/assets/minecraft/blockstates/melon_stem.json new file mode 100644 index 00000000..44519d66 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/melon_stem.json @@ -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 } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/mob_spawner.json b/1.10.2/assets/minecraft/blockstates/mob_spawner.json new file mode 100644 index 00000000..a90c1127 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/mob_spawner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "mob_spawner_cage" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/mossy_brick_monster_egg.json b/1.10.2/assets/minecraft/blockstates/mossy_brick_monster_egg.json new file mode 100644 index 00000000..5a220cde --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/mossy_brick_monster_egg.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "stonebrick_mossy" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/mossy_cobblestone.json b/1.10.2/assets/minecraft/blockstates/mossy_cobblestone.json new file mode 100644 index 00000000..8c2387ac --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/mossy_cobblestone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "mossy_cobblestone" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/mossy_cobblestone_wall.json b/1.10.2/assets/minecraft/blockstates/mossy_cobblestone_wall.json new file mode 100644 index 00000000..e4a7314c --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/mossy_cobblestone_wall.json @@ -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 } + } + ] +} diff --git a/1.10.2/assets/minecraft/blockstates/mossy_stonebrick.json b/1.10.2/assets/minecraft/blockstates/mossy_stonebrick.json new file mode 100644 index 00000000..5a220cde --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/mossy_stonebrick.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "stonebrick_mossy" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/mycelium.json b/1.10.2/assets/minecraft/blockstates/mycelium.json new file mode 100644 index 00000000..015296d5 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/mycelium.json @@ -0,0 +1,6 @@ +{ + "variants": { + "snowy=false": { "model": "mycelium" }, + "snowy=true": { "model": "grass_snowed" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/nether_brick.json b/1.10.2/assets/minecraft/blockstates/nether_brick.json new file mode 100644 index 00000000..c43139da --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/nether_brick.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "nether_brick" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/nether_brick_double_slab.json b/1.10.2/assets/minecraft/blockstates/nether_brick_double_slab.json new file mode 100644 index 00000000..245f8348 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/nether_brick_double_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "normal": { "model": "nether_brick" }, + "all": { "model": "nether_brick" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/nether_brick_fence.json b/1.10.2/assets/minecraft/blockstates/nether_brick_fence.json new file mode 100644 index 00000000..0df4111e --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/nether_brick_fence.json @@ -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 } + } + ] +} diff --git a/1.10.2/assets/minecraft/blockstates/nether_brick_slab.json b/1.10.2/assets/minecraft/blockstates/nether_brick_slab.json new file mode 100644 index 00000000..f240d08d --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/nether_brick_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_nether_brick" }, + "half=top": { "model": "upper_slab_nether_brick" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/nether_brick_stairs.json b/1.10.2/assets/minecraft/blockstates/nether_brick_stairs.json new file mode 100644 index 00000000..59f1fb7f --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/nether_brick_stairs.json @@ -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 } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/nether_wart.json b/1.10.2/assets/minecraft/blockstates/nether_wart.json new file mode 100644 index 00000000..64c5d34c --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/nether_wart.json @@ -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" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/nether_wart_block.json b/1.10.2/assets/minecraft/blockstates/nether_wart_block.json new file mode 100644 index 00000000..1170efa3 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/nether_wart_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "nether_wart_block" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/netherrack.json b/1.10.2/assets/minecraft/blockstates/netherrack.json new file mode 100644 index 00000000..2c1f9361 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/netherrack.json @@ -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 } + ] + } +} diff --git a/1.10.2/assets/minecraft/blockstates/noteblock.json b/1.10.2/assets/minecraft/blockstates/noteblock.json new file mode 100644 index 00000000..e7bc8e62 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/noteblock.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "noteblock" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/oak_double_slab.json b/1.10.2/assets/minecraft/blockstates/oak_double_slab.json new file mode 100644 index 00000000..1af29d1a --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/oak_double_slab.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "oak_planks" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/oak_leaves.json b/1.10.2/assets/minecraft/blockstates/oak_leaves.json new file mode 100644 index 00000000..fb786141 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/oak_leaves.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "oak_leaves" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/oak_log.json b/1.10.2/assets/minecraft/blockstates/oak_log.json new file mode 100644 index 00000000..a117c46d --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/oak_log.json @@ -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" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/oak_planks.json b/1.10.2/assets/minecraft/blockstates/oak_planks.json new file mode 100644 index 00000000..1af29d1a --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/oak_planks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "oak_planks" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/oak_sapling.json b/1.10.2/assets/minecraft/blockstates/oak_sapling.json new file mode 100644 index 00000000..177b4bb8 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/oak_sapling.json @@ -0,0 +1,6 @@ +{ + "variants": { + "stage=0": { "model": "oak_sapling" }, + "stage=1": { "model": "oak_sapling" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/oak_slab.json b/1.10.2/assets/minecraft/blockstates/oak_slab.json new file mode 100644 index 00000000..80d06ee7 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/oak_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_oak" }, + "half=top": { "model": "upper_slab_oak" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/oak_stairs.json b/1.10.2/assets/minecraft/blockstates/oak_stairs.json new file mode 100644 index 00000000..8baa5ad9 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/oak_stairs.json @@ -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 } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/obsidian.json b/1.10.2/assets/minecraft/blockstates/obsidian.json new file mode 100644 index 00000000..02218430 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/obsidian.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "obsidian" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/orange_carpet.json b/1.10.2/assets/minecraft/blockstates/orange_carpet.json new file mode 100644 index 00000000..36716cbe --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/orange_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_orange" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/orange_stained_glass.json b/1.10.2/assets/minecraft/blockstates/orange_stained_glass.json new file mode 100644 index 00000000..57cf8d4e --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/orange_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_orange" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/orange_stained_glass_pane.json b/1.10.2/assets/minecraft/blockstates/orange_stained_glass_pane.json new file mode 100644 index 00000000..0e3593e7 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/orange_stained_glass_pane.json @@ -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 } + } + ] +} diff --git a/1.10.2/assets/minecraft/blockstates/orange_stained_hardened_clay.json b/1.10.2/assets/minecraft/blockstates/orange_stained_hardened_clay.json new file mode 100644 index 00000000..c242910f --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/orange_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_orange" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/orange_tulip.json b/1.10.2/assets/minecraft/blockstates/orange_tulip.json new file mode 100644 index 00000000..7c9ba206 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/orange_tulip.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "orange_tulip" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/orange_wool.json b/1.10.2/assets/minecraft/blockstates/orange_wool.json new file mode 100644 index 00000000..6aeda3ad --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/orange_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "orange_wool" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/oxeye_daisy.json b/1.10.2/assets/minecraft/blockstates/oxeye_daisy.json new file mode 100644 index 00000000..178c10a8 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/oxeye_daisy.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "daisy" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/packed_ice.json b/1.10.2/assets/minecraft/blockstates/packed_ice.json new file mode 100644 index 00000000..c0de5b2a --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/packed_ice.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "packed_ice" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/paeonia.json b/1.10.2/assets/minecraft/blockstates/paeonia.json new file mode 100644 index 00000000..f96923bc --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/paeonia.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=lower": { "model": "double_paeonia_bottom" }, + "half=upper": { "model": "double_paeonia_top" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/pink_carpet.json b/1.10.2/assets/minecraft/blockstates/pink_carpet.json new file mode 100644 index 00000000..d040f3d4 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/pink_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_pink" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/pink_stained_glass.json b/1.10.2/assets/minecraft/blockstates/pink_stained_glass.json new file mode 100644 index 00000000..14d9fcf7 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/pink_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_pink" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/pink_stained_glass_pane.json b/1.10.2/assets/minecraft/blockstates/pink_stained_glass_pane.json new file mode 100644 index 00000000..a6f5a599 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/pink_stained_glass_pane.json @@ -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 } + } + ] +} diff --git a/1.10.2/assets/minecraft/blockstates/pink_stained_hardened_clay.json b/1.10.2/assets/minecraft/blockstates/pink_stained_hardened_clay.json new file mode 100644 index 00000000..d9ca1c6d --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/pink_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_pink" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/pink_tulip.json b/1.10.2/assets/minecraft/blockstates/pink_tulip.json new file mode 100644 index 00000000..5902262f --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/pink_tulip.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "pink_tulip" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/pink_wool.json b/1.10.2/assets/minecraft/blockstates/pink_wool.json new file mode 100644 index 00000000..fcdaa96c --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/pink_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "pink_wool" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/piston.json b/1.10.2/assets/minecraft/blockstates/piston.json new file mode 100644 index 00000000..7c40cc7c --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/piston.json @@ -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 } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/piston_head.json b/1.10.2/assets/minecraft/blockstates/piston_head.json new file mode 100644 index 00000000..e3014a0d --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/piston_head.json @@ -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 } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/podzol.json b/1.10.2/assets/minecraft/blockstates/podzol.json new file mode 100644 index 00000000..464924a2 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/podzol.json @@ -0,0 +1,6 @@ +{ + "variants": { + "snowy=false": { "model": "podzol" }, + "snowy=true": { "model": "grass_snowed" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/poppy.json b/1.10.2/assets/minecraft/blockstates/poppy.json new file mode 100644 index 00000000..fce0638a --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/poppy.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "poppy" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/portal.json b/1.10.2/assets/minecraft/blockstates/portal.json new file mode 100644 index 00000000..7fe9eb01 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/portal.json @@ -0,0 +1,6 @@ +{ + "variants": { + "axis=z": { "model": "portal_ew" }, + "axis=x": { "model": "portal_ns" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/potatoes.json b/1.10.2/assets/minecraft/blockstates/potatoes.json new file mode 100644 index 00000000..de8f92dc --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/potatoes.json @@ -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" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/powered_comparator.json b/1.10.2/assets/minecraft/blockstates/powered_comparator.json new file mode 100644 index 00000000..9f753e61 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/powered_comparator.json @@ -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 } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/powered_repeater.json b/1.10.2/assets/minecraft/blockstates/powered_repeater.json new file mode 100644 index 00000000..deff0c2c --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/powered_repeater.json @@ -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 } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/prismarine.json b/1.10.2/assets/minecraft/blockstates/prismarine.json new file mode 100644 index 00000000..9de572d5 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/prismarine.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "prismarine_rough" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/prismarine_bricks.json b/1.10.2/assets/minecraft/blockstates/prismarine_bricks.json new file mode 100644 index 00000000..1d588d7a --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/prismarine_bricks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "prismarine_bricks" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/pumpkin.json b/1.10.2/assets/minecraft/blockstates/pumpkin.json new file mode 100644 index 00000000..f3454bfe --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/pumpkin.json @@ -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 } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/pumpkin_stem.json b/1.10.2/assets/minecraft/blockstates/pumpkin_stem.json new file mode 100644 index 00000000..90b9d694 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/pumpkin_stem.json @@ -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 } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/purple_carpet.json b/1.10.2/assets/minecraft/blockstates/purple_carpet.json new file mode 100644 index 00000000..7179f256 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/purple_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_purple" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/purple_stained_glass.json b/1.10.2/assets/minecraft/blockstates/purple_stained_glass.json new file mode 100644 index 00000000..a55b6ef3 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/purple_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_purple" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/purple_stained_glass_pane.json b/1.10.2/assets/minecraft/blockstates/purple_stained_glass_pane.json new file mode 100644 index 00000000..b9b7cf3d --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/purple_stained_glass_pane.json @@ -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 } + } + ] +} diff --git a/1.10.2/assets/minecraft/blockstates/purple_stained_hardened_clay.json b/1.10.2/assets/minecraft/blockstates/purple_stained_hardened_clay.json new file mode 100644 index 00000000..b595cb63 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/purple_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_purple" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/purple_wool.json b/1.10.2/assets/minecraft/blockstates/purple_wool.json new file mode 100644 index 00000000..8f4b000f --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/purple_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "purple_wool" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/purpur_block.json b/1.10.2/assets/minecraft/blockstates/purpur_block.json new file mode 100644 index 00000000..6a891ac5 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/purpur_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "purpur_block" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/purpur_double_slab.json b/1.10.2/assets/minecraft/blockstates/purpur_double_slab.json new file mode 100644 index 00000000..23a3a290 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/purpur_double_slab.json @@ -0,0 +1,5 @@ +{ + "variants": { + "variant=default": { "model": "purpur_block" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/purpur_pillar.json b/1.10.2/assets/minecraft/blockstates/purpur_pillar.json new file mode 100644 index 00000000..cf542681 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/purpur_pillar.json @@ -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 } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/purpur_slab.json b/1.10.2/assets/minecraft/blockstates/purpur_slab.json new file mode 100644 index 00000000..7e84a35f --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/purpur_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom,variant=default": { "model": "half_slab_purpur" }, + "half=top,variant=default": { "model": "upper_slab_purpur" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/purpur_stairs.json b/1.10.2/assets/minecraft/blockstates/purpur_stairs.json new file mode 100644 index 00000000..814bda49 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/purpur_stairs.json @@ -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 } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/quartz_block.json b/1.10.2/assets/minecraft/blockstates/quartz_block.json new file mode 100644 index 00000000..821966c1 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/quartz_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "quartz_normal" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/quartz_column.json b/1.10.2/assets/minecraft/blockstates/quartz_column.json new file mode 100644 index 00000000..015e0f26 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/quartz_column.json @@ -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 } + } +} + diff --git a/1.10.2/assets/minecraft/blockstates/quartz_double_slab.json b/1.10.2/assets/minecraft/blockstates/quartz_double_slab.json new file mode 100644 index 00000000..c744e7b9 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/quartz_double_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "normal": { "model": "quartz_normal" }, + "all": { "model": "quartz_top" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/quartz_ore.json b/1.10.2/assets/minecraft/blockstates/quartz_ore.json new file mode 100644 index 00000000..759fb794 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/quartz_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "quartz_ore" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/quartz_slab.json b/1.10.2/assets/minecraft/blockstates/quartz_slab.json new file mode 100644 index 00000000..566f0e22 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/quartz_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_quartz" }, + "half=top": { "model": "upper_slab_quartz" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/quartz_stairs.json b/1.10.2/assets/minecraft/blockstates/quartz_stairs.json new file mode 100644 index 00000000..ac83327d --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/quartz_stairs.json @@ -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 } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/rail.json b/1.10.2/assets/minecraft/blockstates/rail.json new file mode 100644 index 00000000..7d8b5b58 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/rail.json @@ -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 } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/red_carpet.json b/1.10.2/assets/minecraft/blockstates/red_carpet.json new file mode 100644 index 00000000..9c02d568 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/red_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_red" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/red_mushroom.json b/1.10.2/assets/minecraft/blockstates/red_mushroom.json new file mode 100644 index 00000000..2e43aa3c --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/red_mushroom.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "red_mushroom" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/red_mushroom_block.json b/1.10.2/assets/minecraft/blockstates/red_mushroom_block.json new file mode 100644 index 00000000..5ff4c878 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/red_mushroom_block.json @@ -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" } + } +} + diff --git a/1.10.2/assets/minecraft/blockstates/red_nether_brick.json b/1.10.2/assets/minecraft/blockstates/red_nether_brick.json new file mode 100644 index 00000000..bfe907f8 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/red_nether_brick.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "red_nether_brick" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/red_sand.json b/1.10.2/assets/minecraft/blockstates/red_sand.json new file mode 100644 index 00000000..a82f5182 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/red_sand.json @@ -0,0 +1,10 @@ +{ + "variants": { + "normal": [ + { "model": "red_sand" }, + { "model": "red_sand", "y": 90 }, + { "model": "red_sand", "y": 180 }, + { "model": "red_sand", "y": 270 } + ] + } +} diff --git a/1.10.2/assets/minecraft/blockstates/red_sandstone.json b/1.10.2/assets/minecraft/blockstates/red_sandstone.json new file mode 100644 index 00000000..4ba4ec54 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/red_sandstone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "red_sandstone_normal" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/red_sandstone_double_slab.json b/1.10.2/assets/minecraft/blockstates/red_sandstone_double_slab.json new file mode 100644 index 00000000..9f5247d9 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/red_sandstone_double_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "normal": { "model": "red_sandstone_normal" }, + "all": { "model": "red_sandstone_all" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/red_sandstone_slab.json b/1.10.2/assets/minecraft/blockstates/red_sandstone_slab.json new file mode 100644 index 00000000..aa74a599 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/red_sandstone_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_red_sandstone" }, + "half=top": { "model": "upper_slab_red_sandstone" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/red_sandstone_stairs.json b/1.10.2/assets/minecraft/blockstates/red_sandstone_stairs.json new file mode 100644 index 00000000..985541b7 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/red_sandstone_stairs.json @@ -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 } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/red_stained_glass.json b/1.10.2/assets/minecraft/blockstates/red_stained_glass.json new file mode 100644 index 00000000..7b33fa38 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/red_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_red" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/red_stained_glass_pane.json b/1.10.2/assets/minecraft/blockstates/red_stained_glass_pane.json new file mode 100644 index 00000000..2a2c403f --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/red_stained_glass_pane.json @@ -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 } + } + ] +} diff --git a/1.10.2/assets/minecraft/blockstates/red_stained_hardened_clay.json b/1.10.2/assets/minecraft/blockstates/red_stained_hardened_clay.json new file mode 100644 index 00000000..727c74cb --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/red_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_red" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/red_tulip.json b/1.10.2/assets/minecraft/blockstates/red_tulip.json new file mode 100644 index 00000000..fb1cdab0 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/red_tulip.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "red_tulip" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/red_wool.json b/1.10.2/assets/minecraft/blockstates/red_wool.json new file mode 100644 index 00000000..cfb8ed2a --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/red_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "red_wool" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/redstone_block.json b/1.10.2/assets/minecraft/blockstates/redstone_block.json new file mode 100644 index 00000000..e22811fd --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/redstone_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "redstone_block" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/redstone_lamp.json b/1.10.2/assets/minecraft/blockstates/redstone_lamp.json new file mode 100644 index 00000000..195cc9b1 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/redstone_lamp.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "unlit_redstone_lamp" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/redstone_ore.json b/1.10.2/assets/minecraft/blockstates/redstone_ore.json new file mode 100644 index 00000000..f11fd3b3 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/redstone_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "redstone_ore" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/redstone_torch.json b/1.10.2/assets/minecraft/blockstates/redstone_torch.json new file mode 100644 index 00000000..0b960a88 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/redstone_torch.json @@ -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 } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/redstone_wire.json b/1.10.2/assets/minecraft/blockstates/redstone_wire.json new file mode 100644 index 00000000..3945bae1 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/redstone_wire.json @@ -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 } + } + ] +} diff --git a/1.10.2/assets/minecraft/blockstates/reeds.json b/1.10.2/assets/minecraft/blockstates/reeds.json new file mode 100644 index 00000000..93ceec85 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/reeds.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "reeds" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/repeating_command_block.json b/1.10.2/assets/minecraft/blockstates/repeating_command_block.json new file mode 100644 index 00000000..ba9da592 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/repeating_command_block.json @@ -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 } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/sand.json b/1.10.2/assets/minecraft/blockstates/sand.json new file mode 100644 index 00000000..f4be92bb --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/sand.json @@ -0,0 +1,10 @@ +{ + "variants": { + "normal": [ + { "model": "sand" }, + { "model": "sand", "y": 90 }, + { "model": "sand", "y": 180 }, + { "model": "sand", "y": 270 } + ] + } +} diff --git a/1.10.2/assets/minecraft/blockstates/sandstone.json b/1.10.2/assets/minecraft/blockstates/sandstone.json new file mode 100644 index 00000000..eca69194 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/sandstone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "sandstone_normal" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/sandstone_double_slab.json b/1.10.2/assets/minecraft/blockstates/sandstone_double_slab.json new file mode 100644 index 00000000..bed0dfce --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/sandstone_double_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "normal": { "model": "sandstone_normal" }, + "all": { "model": "sandstone_all" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/sandstone_slab.json b/1.10.2/assets/minecraft/blockstates/sandstone_slab.json new file mode 100644 index 00000000..e5ff1c37 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/sandstone_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_sandstone" }, + "half=top": { "model": "upper_slab_sandstone" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/sandstone_stairs.json b/1.10.2/assets/minecraft/blockstates/sandstone_stairs.json new file mode 100644 index 00000000..819c2e2e --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/sandstone_stairs.json @@ -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 } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/sea_lantern.json b/1.10.2/assets/minecraft/blockstates/sea_lantern.json new file mode 100644 index 00000000..f1d4b9e4 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/sea_lantern.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "sea_lantern" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/silver_carpet.json b/1.10.2/assets/minecraft/blockstates/silver_carpet.json new file mode 100644 index 00000000..6f588835 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/silver_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_silver" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/silver_stained_glass.json b/1.10.2/assets/minecraft/blockstates/silver_stained_glass.json new file mode 100644 index 00000000..26061de3 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/silver_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_silver" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/silver_stained_glass_pane.json b/1.10.2/assets/minecraft/blockstates/silver_stained_glass_pane.json new file mode 100644 index 00000000..bcf6126d --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/silver_stained_glass_pane.json @@ -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 } + } + ] +} diff --git a/1.10.2/assets/minecraft/blockstates/silver_stained_hardened_clay.json b/1.10.2/assets/minecraft/blockstates/silver_stained_hardened_clay.json new file mode 100644 index 00000000..069acc48 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/silver_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_silver" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/silver_wool.json b/1.10.2/assets/minecraft/blockstates/silver_wool.json new file mode 100644 index 00000000..09da066f --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/silver_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "silver_wool" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/slime.json b/1.10.2/assets/minecraft/blockstates/slime.json new file mode 100644 index 00000000..7c2bbd61 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/slime.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "slime" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/smooth_andesite.json b/1.10.2/assets/minecraft/blockstates/smooth_andesite.json new file mode 100644 index 00000000..a48e2054 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/smooth_andesite.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "andesite_smooth" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/smooth_diorite.json b/1.10.2/assets/minecraft/blockstates/smooth_diorite.json new file mode 100644 index 00000000..213183ef --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/smooth_diorite.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "diorite_smooth" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/smooth_granite.json b/1.10.2/assets/minecraft/blockstates/smooth_granite.json new file mode 100644 index 00000000..bc6bda06 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/smooth_granite.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "granite_smooth" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/smooth_red_sandstone.json b/1.10.2/assets/minecraft/blockstates/smooth_red_sandstone.json new file mode 100644 index 00000000..199c1371 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/smooth_red_sandstone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "red_sandstone_smooth" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/smooth_sandstone.json b/1.10.2/assets/minecraft/blockstates/smooth_sandstone.json new file mode 100644 index 00000000..9d65c5d8 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/smooth_sandstone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "sandstone_smooth" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/snow.json b/1.10.2/assets/minecraft/blockstates/snow.json new file mode 100644 index 00000000..e1885043 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/snow.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "snow" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/snow_layer.json b/1.10.2/assets/minecraft/blockstates/snow_layer.json new file mode 100644 index 00000000..95cd5b17 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/snow_layer.json @@ -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" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/soul_sand.json b/1.10.2/assets/minecraft/blockstates/soul_sand.json new file mode 100644 index 00000000..b62b8075 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/soul_sand.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "soul_sand" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/sponge.json b/1.10.2/assets/minecraft/blockstates/sponge.json new file mode 100644 index 00000000..dacbb14c --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/sponge.json @@ -0,0 +1,6 @@ +{ + "variants": { + "wet=false": { "model": "sponge" }, + "wet=true": { "model": "sponge_wet" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/spruce_door.json b/1.10.2/assets/minecraft/blockstates/spruce_door.json new file mode 100644 index 00000000..202313de --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/spruce_door.json @@ -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 } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/spruce_double_slab.json b/1.10.2/assets/minecraft/blockstates/spruce_double_slab.json new file mode 100644 index 00000000..e2d11daf --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/spruce_double_slab.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "spruce_planks" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/spruce_fence.json b/1.10.2/assets/minecraft/blockstates/spruce_fence.json new file mode 100644 index 00000000..d35cfb06 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/spruce_fence.json @@ -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 } + } + ] +} diff --git a/1.10.2/assets/minecraft/blockstates/spruce_fence_gate.json b/1.10.2/assets/minecraft/blockstates/spruce_fence_gate.json new file mode 100644 index 00000000..860751f4 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/spruce_fence_gate.json @@ -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 } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/spruce_leaves.json b/1.10.2/assets/minecraft/blockstates/spruce_leaves.json new file mode 100644 index 00000000..7f03d7dc --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/spruce_leaves.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "spruce_leaves" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/spruce_log.json b/1.10.2/assets/minecraft/blockstates/spruce_log.json new file mode 100644 index 00000000..74b4aab9 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/spruce_log.json @@ -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" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/spruce_planks.json b/1.10.2/assets/minecraft/blockstates/spruce_planks.json new file mode 100644 index 00000000..e2d11daf --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/spruce_planks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "spruce_planks" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/spruce_sapling.json b/1.10.2/assets/minecraft/blockstates/spruce_sapling.json new file mode 100644 index 00000000..45a85c5c --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/spruce_sapling.json @@ -0,0 +1,6 @@ +{ + "variants": { + "stage=0": { "model": "spruce_sapling" }, + "stage=1": { "model": "spruce_sapling" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/spruce_slab.json b/1.10.2/assets/minecraft/blockstates/spruce_slab.json new file mode 100644 index 00000000..c4df0092 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/spruce_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_spruce" }, + "half=top": { "model": "upper_slab_spruce" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/spruce_stairs.json b/1.10.2/assets/minecraft/blockstates/spruce_stairs.json new file mode 100644 index 00000000..573d1c54 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/spruce_stairs.json @@ -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 } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/sticky_piston.json b/1.10.2/assets/minecraft/blockstates/sticky_piston.json new file mode 100644 index 00000000..276b4dab --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/sticky_piston.json @@ -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 } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/stone.json b/1.10.2/assets/minecraft/blockstates/stone.json new file mode 100644 index 00000000..481b29a2 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/stone.json @@ -0,0 +1,10 @@ +{ + "variants": { + "normal": [ + { "model": "stone" }, + { "model": "stone_mirrored" }, + { "model": "stone", "y": 180 }, + { "model": "stone_mirrored", "y": 180 } + ] + } +} diff --git a/1.10.2/assets/minecraft/blockstates/stone_brick_double_slab.json b/1.10.2/assets/minecraft/blockstates/stone_brick_double_slab.json new file mode 100644 index 00000000..7acc6c6d --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/stone_brick_double_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "normal": { "model": "stonebrick_normal" }, + "all": { "model": "stonebrick_normal" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/stone_brick_monster_egg.json b/1.10.2/assets/minecraft/blockstates/stone_brick_monster_egg.json new file mode 100644 index 00000000..34fa81ab --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/stone_brick_monster_egg.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "stonebrick_normal" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/stone_brick_slab.json b/1.10.2/assets/minecraft/blockstates/stone_brick_slab.json new file mode 100644 index 00000000..921ec8cd --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/stone_brick_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_stone_brick" }, + "half=top": { "model": "upper_slab_stone_brick" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/stone_brick_stairs.json b/1.10.2/assets/minecraft/blockstates/stone_brick_stairs.json new file mode 100644 index 00000000..fb9a2983 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/stone_brick_stairs.json @@ -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 } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/stone_button.json b/1.10.2/assets/minecraft/blockstates/stone_button.json new file mode 100644 index 00000000..62786322 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/stone_button.json @@ -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 } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/stone_double_slab.json b/1.10.2/assets/minecraft/blockstates/stone_double_slab.json new file mode 100644 index 00000000..b14642f7 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/stone_double_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "normal": { "model": "double_stone" }, + "all": { "model": "double_stone_top" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/stone_monster_egg.json b/1.10.2/assets/minecraft/blockstates/stone_monster_egg.json new file mode 100644 index 00000000..720da4e9 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/stone_monster_egg.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "stone" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/stone_pressure_plate.json b/1.10.2/assets/minecraft/blockstates/stone_pressure_plate.json new file mode 100644 index 00000000..6d014bfd --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/stone_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "variants": { + "powered=false": { "model": "stone_pressure_plate_up" }, + "powered=true": { "model": "stone_pressure_plate_down" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/stone_slab.json b/1.10.2/assets/minecraft/blockstates/stone_slab.json new file mode 100644 index 00000000..4931695d --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/stone_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_stone" }, + "half=top": { "model": "upper_slab_stone" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/stone_stairs.json b/1.10.2/assets/minecraft/blockstates/stone_stairs.json new file mode 100644 index 00000000..ef8ce808 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/stone_stairs.json @@ -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 } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/stonebrick.json b/1.10.2/assets/minecraft/blockstates/stonebrick.json new file mode 100644 index 00000000..34fa81ab --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/stonebrick.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "stonebrick_normal" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/structure_block.json b/1.10.2/assets/minecraft/blockstates/structure_block.json new file mode 100644 index 00000000..4a1d4fa4 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/structure_block.json @@ -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" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/structure_void.json b/1.10.2/assets/minecraft/blockstates/structure_void.json new file mode 100644 index 00000000..eb14062a --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/structure_void.json @@ -0,0 +1,10 @@ +{ + "variants": { + "normal": [ + { "model": "structure_void" }, + { "model": "structure_void", "y": 90 }, + { "model": "structure_void", "y": 180 }, + { "model": "structure_void", "y": 270 } + ] + } +} diff --git a/1.10.2/assets/minecraft/blockstates/sunflower.json b/1.10.2/assets/minecraft/blockstates/sunflower.json new file mode 100644 index 00000000..1eab20d9 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/sunflower.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=lower": { "model": "double_sunflower_bottom" }, + "half=upper": { "model": "double_sunflower_top" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/syringa.json b/1.10.2/assets/minecraft/blockstates/syringa.json new file mode 100644 index 00000000..04cacc20 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/syringa.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=lower": { "model": "double_syringa_bottom" }, + "half=upper": { "model": "double_syringa_top" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/tall_grass.json b/1.10.2/assets/minecraft/blockstates/tall_grass.json new file mode 100644 index 00000000..f58d5688 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/tall_grass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "tall_grass" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/tnt.json b/1.10.2/assets/minecraft/blockstates/tnt.json new file mode 100644 index 00000000..72e7cea2 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/tnt.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "tnt" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/torch.json b/1.10.2/assets/minecraft/blockstates/torch.json new file mode 100644 index 00000000..d3d704eb --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/torch.json @@ -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 } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/trapdoor.json b/1.10.2/assets/minecraft/blockstates/trapdoor.json new file mode 100644 index 00000000..29186329 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/trapdoor.json @@ -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 } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/tripwire.json b/1.10.2/assets/minecraft/blockstates/tripwire.json new file mode 100644 index 00000000..1ea05382 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/tripwire.json @@ -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" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/tripwire_hook.json b/1.10.2/assets/minecraft/blockstates/tripwire_hook.json new file mode 100644 index 00000000..322948e6 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/tripwire_hook.json @@ -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 } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/unlit_redstone_torch.json b/1.10.2/assets/minecraft/blockstates/unlit_redstone_torch.json new file mode 100644 index 00000000..247565b6 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/unlit_redstone_torch.json @@ -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 } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/unpowered_comparator.json b/1.10.2/assets/minecraft/blockstates/unpowered_comparator.json new file mode 100644 index 00000000..afc99886 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/unpowered_comparator.json @@ -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 } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/unpowered_repeater.json b/1.10.2/assets/minecraft/blockstates/unpowered_repeater.json new file mode 100644 index 00000000..e56d79b3 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/unpowered_repeater.json @@ -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 } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/vine.json b/1.10.2/assets/minecraft/blockstates/vine.json new file mode 100644 index 00000000..db33cdb4 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/vine.json @@ -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" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/waterlily.json b/1.10.2/assets/minecraft/blockstates/waterlily.json new file mode 100644 index 00000000..f2561bcb --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/waterlily.json @@ -0,0 +1,10 @@ +{ + "variants": { + "normal": [ + { "model": "waterlily" }, + { "model": "waterlily", "y": 90 }, + { "model": "waterlily", "y": 180 }, + { "model": "waterlily", "y": 270 } + ] + } +} diff --git a/1.10.2/assets/minecraft/blockstates/web.json b/1.10.2/assets/minecraft/blockstates/web.json new file mode 100644 index 00000000..1e87e7a6 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/web.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "web" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/wheat.json b/1.10.2/assets/minecraft/blockstates/wheat.json new file mode 100644 index 00000000..4bfe6aed --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/wheat.json @@ -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" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/white_carpet.json b/1.10.2/assets/minecraft/blockstates/white_carpet.json new file mode 100644 index 00000000..a3c906d5 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/white_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_white" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/white_stained_glass.json b/1.10.2/assets/minecraft/blockstates/white_stained_glass.json new file mode 100644 index 00000000..1b8ca764 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/white_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_white" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/white_stained_glass_pane.json b/1.10.2/assets/minecraft/blockstates/white_stained_glass_pane.json new file mode 100644 index 00000000..475538e6 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/white_stained_glass_pane.json @@ -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 } + } + ] +} diff --git a/1.10.2/assets/minecraft/blockstates/white_stained_hardened_clay.json b/1.10.2/assets/minecraft/blockstates/white_stained_hardened_clay.json new file mode 100644 index 00000000..6a8c647e --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/white_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_white" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/white_tulip.json b/1.10.2/assets/minecraft/blockstates/white_tulip.json new file mode 100644 index 00000000..96b9b8bd --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/white_tulip.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "white_tulip" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/white_wool.json b/1.10.2/assets/minecraft/blockstates/white_wool.json new file mode 100644 index 00000000..1176a0ba --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/white_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "white_wool" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/wood_old_double_slab.json b/1.10.2/assets/minecraft/blockstates/wood_old_double_slab.json new file mode 100644 index 00000000..538db7ef --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/wood_old_double_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "normal": { "model": "oak_planks" }, + "all": { "model": "oak_planks" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/wood_old_slab.json b/1.10.2/assets/minecraft/blockstates/wood_old_slab.json new file mode 100644 index 00000000..80d06ee7 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/wood_old_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_oak" }, + "half=top": { "model": "upper_slab_oak" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/wooden_button.json b/1.10.2/assets/minecraft/blockstates/wooden_button.json new file mode 100644 index 00000000..da90a911 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/wooden_button.json @@ -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 } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/wooden_door.json b/1.10.2/assets/minecraft/blockstates/wooden_door.json new file mode 100644 index 00000000..d91869b6 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/wooden_door.json @@ -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 } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/wooden_pressure_plate.json b/1.10.2/assets/minecraft/blockstates/wooden_pressure_plate.json new file mode 100644 index 00000000..e34ab2ea --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/wooden_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "variants": { + "powered=false": { "model": "wooden_pressure_plate_up" }, + "powered=true": { "model": "wooden_pressure_plate_down" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/yellow_carpet.json b/1.10.2/assets/minecraft/blockstates/yellow_carpet.json new file mode 100644 index 00000000..075fbfbc --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/yellow_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_yellow" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/yellow_stained_glass.json b/1.10.2/assets/minecraft/blockstates/yellow_stained_glass.json new file mode 100644 index 00000000..53967382 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/yellow_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_yellow" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/yellow_stained_glass_pane.json b/1.10.2/assets/minecraft/blockstates/yellow_stained_glass_pane.json new file mode 100644 index 00000000..9feaba34 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/yellow_stained_glass_pane.json @@ -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 } + } + ] +} diff --git a/1.10.2/assets/minecraft/blockstates/yellow_stained_hardened_clay.json b/1.10.2/assets/minecraft/blockstates/yellow_stained_hardened_clay.json new file mode 100644 index 00000000..3c46d240 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/yellow_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_yellow" } + } +} diff --git a/1.10.2/assets/minecraft/blockstates/yellow_wool.json b/1.10.2/assets/minecraft/blockstates/yellow_wool.json new file mode 100644 index 00000000..24ddf683 --- /dev/null +++ b/1.10.2/assets/minecraft/blockstates/yellow_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "yellow_wool" } + } +} diff --git a/1.10.2/assets/minecraft/font/glyph_sizes.bin b/1.10.2/assets/minecraft/font/glyph_sizes.bin new file mode 100644 index 00000000..69c857e3 Binary files /dev/null and b/1.10.2/assets/minecraft/font/glyph_sizes.bin differ diff --git a/1.10.2/assets/minecraft/lang/en_US.lang b/1.10.2/assets/minecraft/lang/en_US.lang new file mode 100644 index 00000000..3b2d7cdd --- /dev/null +++ b/1.10.2/assets/minecraft/lang/en_US.lang @@ -0,0 +1,3026 @@ + +language.name=English +language.region=United States +language.code=en_US + +gui.done=Done +gui.cancel=Cancel +gui.back=Back +gui.toTitle=Back to title screen +gui.toMenu=Back to server list +gui.up=Up +gui.down=Down +gui.yes=Yes +gui.no=No +gui.none=None +gui.all=All + +translation.test.none=Hello, world! +translation.test.complex=Prefix, %s%2$s again %s and %1$s lastly %s and also %1$s again! +translation.test.escape=%%s %%%s %%%%s %%%%%s +translation.test.invalid=hi % +translation.test.invalid2=hi % s +translation.test.args=%s %s +translation.test.world=world + +menu.game=Game menu +menu.singleplayer=Singleplayer +menu.multiplayer=Multiplayer +menu.online=Minecraft Realms +menu.options=Options... +menu.quit=Quit Game +menu.returnToMenu=Save and Quit to Title +menu.disconnect=Disconnect +menu.returnToGame=Back to Game +menu.generatingLevel=Generating world +menu.loadingLevel=Loading world +menu.generatingTerrain=Building terrain +menu.convertingLevel=Converting world +menu.respawning=Respawning +menu.shareToLan=Open to LAN + +selectWorld.title=Select World +selectWorld.empty=empty +selectWorld.world=World +selectWorld.select=Play Selected World +selectWorld.create=Create New World +selectWorld.recreate=Re-Create +selectWorld.createDemo=Play New Demo World +selectWorld.delete=Delete +selectWorld.edit=Edit +selectWorld.edit.title=Edit World +selectWorld.edit.resetIcon=Reset Icon +selectWorld.edit.openFolder=Open Folder +selectWorld.edit.save=Save World +selectWorld.deleteQuestion=Are you sure you want to delete this world? +selectWorld.deleteWarning=will be lost forever! (A long time!) +selectWorld.deleteButton=Delete +selectWorld.conversion=Must be converted! +selectWorld.newWorld=New World +selectWorld.newWorld.copyOf=Copy of %s +selectWorld.enterName=World Name +selectWorld.resultFolder=Will be saved in: +selectWorld.enterSeed=Seed for the World Generator +selectWorld.seedInfo=Leave blank for a random seed +selectWorld.cheats=Cheats +selectWorld.customizeType=Customize +selectWorld.version=Version: +selectWorld.versionUnknown=unknown +selectWorld.versionQuestion=Do you really want to load this world? +selectWorld.versionWarning=This world was saved in version '%s' and loading it in this version could cause corruption! +selectWorld.versionJoinButton=Use anyway +selectWorld.tooltip.fromNewerVersion1=World was saved in a newer version, +selectWorld.tooltip.fromNewerVersion2=loading this world could cause problems! +selectWorld.tooltip.snapshot1=Don't forget to backup this world +selectWorld.tooltip.snapshot2=before you load it in this snapshot. + +createWorld.customize.presets=Presets +createWorld.customize.presets.title=Select a Preset +createWorld.customize.presets.select=Use Preset +createWorld.customize.presets.share=Want to share your preset with someone? Use the below box! +createWorld.customize.presets.list=Alternatively, here's some we made earlier! +createWorld.customize.flat.title=Superflat Customization +createWorld.customize.flat.tile=Layer Material +createWorld.customize.flat.height=Height +createWorld.customize.flat.addLayer=Add Layer +createWorld.customize.flat.editLayer=Edit Layer +createWorld.customize.flat.removeLayer=Remove Layer +createWorld.customize.flat.layer.top=Top - %d +createWorld.customize.flat.layer=%d +createWorld.customize.flat.layer.bottom=Bottom - %d +createWorld.customize.flat.air=Air + +createWorld.customize.custom.page0=Basic Settings +createWorld.customize.custom.page1=Ore Settings +createWorld.customize.custom.page2=Advanced Settings (Expert Users Only!) +createWorld.customize.custom.page3=Extra Advanced Settings (Expert Users Only!) +createWorld.customize.custom.randomize=Randomize +createWorld.customize.custom.prev=Previous Page +createWorld.customize.custom.next=Next Page +createWorld.customize.custom.defaults=Defaults +createWorld.customize.custom.confirm1=This will overwrite your current +createWorld.customize.custom.confirm2=settings and cannot be undone. +createWorld.customize.custom.confirmTitle=Warning! +createWorld.customize.custom.mainNoiseScaleX=Main Noise Scale X +createWorld.customize.custom.mainNoiseScaleY=Main Noise Scale Y +createWorld.customize.custom.mainNoiseScaleZ=Main Noise Scale Z +createWorld.customize.custom.depthNoiseScaleX=Depth Noise Scale X +createWorld.customize.custom.depthNoiseScaleZ=Depth Noise Scale Z +createWorld.customize.custom.depthNoiseScaleExponent=Depth Noise Exponent +createWorld.customize.custom.baseSize=Depth Base Size +createWorld.customize.custom.coordinateScale=Coordinate Scale +createWorld.customize.custom.heightScale=Height Scale +createWorld.customize.custom.stretchY=Height Stretch +createWorld.customize.custom.upperLimitScale=Upper Limit Scale +createWorld.customize.custom.lowerLimitScale=Lower Limit Scale +createWorld.customize.custom.biomeDepthWeight=Biome Depth Weight +createWorld.customize.custom.biomeDepthOffset=Biome Depth Offset +createWorld.customize.custom.biomeScaleWeight=Biome Scale Weight +createWorld.customize.custom.biomeScaleOffset=Biome Scale Offset +createWorld.customize.custom.seaLevel=Sea Level +createWorld.customize.custom.useCaves=Caves +createWorld.customize.custom.useStrongholds=Strongholds +createWorld.customize.custom.useVillages=Villages +createWorld.customize.custom.useMineShafts=Mineshafts +createWorld.customize.custom.useTemples=Temples +createWorld.customize.custom.useMonuments=Ocean Monuments +createWorld.customize.custom.useRavines=Ravines +createWorld.customize.custom.useDungeons=Dungeons +createWorld.customize.custom.dungeonChance=Dungeon Count +createWorld.customize.custom.useWaterLakes=Water Lakes +createWorld.customize.custom.waterLakeChance=Water Lake Rarity +createWorld.customize.custom.useLavaLakes=Lava Lakes +createWorld.customize.custom.lavaLakeChance=Lava Lake Rarity +createWorld.customize.custom.useLavaOceans=Lava Oceans +createWorld.customize.custom.fixedBiome=Biome +createWorld.customize.custom.biomeSize=Biome Size +createWorld.customize.custom.riverSize=River Size + +createWorld.customize.custom.size= Spawn Size +createWorld.customize.custom.count= Spawn Tries +createWorld.customize.custom.minHeight= Min. Height +createWorld.customize.custom.maxHeight= Max. Height +createWorld.customize.custom.center= Center Height +createWorld.customize.custom.spread= Spread Height + +createWorld.customize.custom.presets.title=Customize World Presets +createWorld.customize.custom.presets=Presets +createWorld.customize.custom.preset.waterWorld=Water World +createWorld.customize.custom.preset.isleLand=Isle Land +createWorld.customize.custom.preset.caveDelight=Caver's Delight +createWorld.customize.custom.preset.mountains=Mountain Madness +createWorld.customize.custom.preset.drought=Drought +createWorld.customize.custom.preset.caveChaos=Caves of Chaos +createWorld.customize.custom.preset.goodLuck=Good Luck + +gameMode.survival=Survival Mode +gameMode.creative=Creative Mode +gameMode.adventure=Adventure Mode +gameMode.spectator=Spectator Mode +gameMode.hardcore=Hardcore Mode! +gameMode.changed=Your game mode has been updated to %s + +selectWorld.gameMode=Game Mode +selectWorld.gameMode.survival=Survival +selectWorld.gameMode.survival.line1=Search for resources, crafting, gain +selectWorld.gameMode.survival.line2=levels, health and hunger +selectWorld.gameMode.creative=Creative +selectWorld.gameMode.creative.line1=Unlimited resources, free flying and +selectWorld.gameMode.creative.line2=destroy blocks instantly +selectWorld.gameMode.spectator=Spectator +selectWorld.gameMode.spectator.line1=You can look but don't touch +selectWorld.gameMode.spectator.line2= +selectWorld.gameMode.hardcore=Hardcore +selectWorld.gameMode.hardcore.line1=Same as survival mode, locked at hardest +selectWorld.gameMode.hardcore.line2=difficulty, and one life only +selectWorld.gameMode.adventure=Adventure +selectWorld.gameMode.adventure.line1=Same as survival mode, but blocks can't +selectWorld.gameMode.adventure.line2=be added or removed +selectWorld.moreWorldOptions=More World Options... +selectWorld.mapFeatures=Generate Structures: +selectWorld.mapFeatures.info=Villages, dungeons etc +selectWorld.mapType=World Type: +selectWorld.mapType.normal=Normal +selectWorld.allowCommands=Allow Cheats: +selectWorld.allowCommands.info=Commands like /gamemode, /xp +selectWorld.hardcoreMode=Hardcore: +selectWorld.hardcoreMode.info=World is deleted upon death +selectWorld.bonusItems=Bonus Chest: + +generator.default=Default +generator.flat=Superflat +generator.largeBiomes=Large Biomes +generator.amplified=AMPLIFIED +generator.customized=Customized +generator.debug_all_block_states=Debug Mode + +generator.amplified.info=Notice: Just for fun, requires beefy computer + +selectServer.title=Select Server +selectServer.empty=empty +selectServer.select=Join Server +selectServer.direct=Direct Connect +selectServer.edit=Edit +selectServer.delete=Delete +selectServer.add=Add server +selectServer.defaultName=Minecraft Server +selectServer.deleteQuestion=Are you sure you want to remove this server? +selectServer.deleteWarning=will be lost forever! (A long time!) +selectServer.deleteButton=Delete +selectServer.refresh=Refresh +selectServer.hiddenAddress=(Hidden) +addServer.title=Edit Server Info +addServer.enterName=Server Name +addServer.enterIp=Server Address +addServer.add=Done +addServer.hideAddress=Hide Address +addServer.resourcePack=Server Resource Packs +addServer.resourcePack.enabled=Enabled +addServer.resourcePack.disabled=Disabled +addServer.resourcePack.prompt=Prompt +lanServer.title=LAN World +lanServer.scanning=Scanning for games on your local network +lanServer.start=Start LAN World +lanServer.otherPlayers=Settings for Other Players +mcoServer.title=Minecraft Online World + +multiplayer.title=Play Multiplayer +multiplayer.connect=Connect +multiplayer.ipinfo=Enter the IP of a server to connect to it: +multiplayer.texturePrompt.line1=This server recommends the use of a custom resource pack. +multiplayer.texturePrompt.line2=Would you like to download and install it automagically? +multiplayer.downloadingTerrain=Loading terrain +multiplayer.downloadingStats=Downloading statistics & achievements... +multiplayer.stopSleeping=Leave Bed +multiplayer.player.joined=%s joined the game +multiplayer.player.joined.renamed=%s (formerly known as %s) joined the game +multiplayer.player.left=%s left the game + +chat.cannotSend=Cannot send chat message +chat.type.text=<%s> %s +chat.type.emote=* %s %s +chat.type.announcement=[%s] %s +chat.type.admin=[%s: %s] +chat.type.achievement=%s has just earned the achievement %s +chat.type.achievement.taken=%s has lost the achievement %s +chat.link.confirm=Are you sure you want to open the following website? +chat.link.warning=Never open links from people that you don't trust! +chat.copy=Copy to Clipboard +chat.link.confirmTrusted=Do you want to open this link or copy it to your clipboard? +chat.link.open=Open in browser + +menu.playdemo=Play Demo World +menu.resetdemo=Reset Demo World + +demo.day.1=This demo will last five game days, do your best! +demo.day.2=Day Two +demo.day.3=Day Three +demo.day.4=Day Four +demo.day.5=This is your last day! +demo.day.warning=Your time is almost up! +demo.day.6=You have passed your fifth day, use F2 to save a screenshot of your creation +demo.reminder=The demo time has expired, buy the game to continue or start a new world! +demo.remainingTime=Remaining time: %s +demo.demoExpired=Demo time's up! +demo.help.movement=Use %1$s, %2$s, %3$s, %4$s and the mouse to move around +demo.help.movementShort=Move by pressing %1$s, %2$s, %3$s, %4$s +demo.help.movementMouse=Look around using the mouse +demo.help.jump=Jump by pressing %1$s +demo.help.inventory=Use %1$s to open your inventory +demo.help.title=Minecraft Demo Mode +demo.help.fullWrapped=This demo will last 5 ingame days (about 1 hour and 40 minutes of real time). Check the achievements for hints! Have fun! +demo.help.buy=Purchase Now! +demo.help.later=Continue Playing! + +connect.connecting=Connecting to the server... +connect.authorizing=Logging in... +connect.failed=Failed to connect to the server + +disconnect.genericReason=%s +disconnect.disconnected=Disconnected by Server +disconnect.lost=Connection Lost +disconnect.kicked=Was kicked from the game +disconnect.timeout=Timed out +disconnect.closed=Connection closed +disconnect.loginFailed=Failed to login +disconnect.loginFailedInfo=Failed to login: %s +disconnect.loginFailedInfo.serversUnavailable=The authentication servers are currently down for maintenance. +disconnect.loginFailedInfo.invalidSession=Invalid session (Try restarting your game) +disconnect.quitting=Quitting +disconnect.endOfStream=End of stream +disconnect.overflow=Buffer overflow +disconnect.spam=Kicked for spamming + +soundCategory.master=Master Volume +soundCategory.music=Music +soundCategory.record=Jukebox/Noteblocks +soundCategory.weather=Weather +soundCategory.hostile=Hostile Creatures +soundCategory.neutral=Friendly Creatures +soundCategory.player=Players +soundCategory.block=Blocks +soundCategory.ambient=Ambient/Environment +soundCategory.voice=Voice/Speech + +record.nowPlaying=Now playing: %s + +options.off=OFF +options.on=ON +options.visible=Shown +options.hidden=Hidden +options.title=Options +options.controls=Controls... +options.video=Video Settings... +options.language=Language... +options.sounds=Music & Sounds... +options.sounds.title=Music & Sound Options +options.languageWarning=Language translations may not be 100%% accurate +options.videoTitle=Video Settings +options.customizeTitle=Customize World Settings +options.music=Music +options.sound=Sound +options.invertMouse=Invert Mouse +options.fov=FOV +options.fov.min=Normal +options.fov.max=Quake Pro +options.saturation=Saturation +options.gamma=Brightness +options.gamma.min=Moody +options.gamma.max=Bright +options.sensitivity=Sensitivity +options.sensitivity.min=*yawn* +options.sensitivity.max=HYPERSPEED!!! +options.renderDistance=Render Distance +options.viewBobbing=View Bobbing +options.ao=Smooth Lighting +options.ao.off=OFF +options.ao.min=Minimum +options.ao.max=Maximum +options.anaglyph=3D Anaglyph +options.framerateLimit=Max Framerate +options.framerateLimit.max=Unlimited +options.difficulty=Difficulty +options.difficulty.peaceful=Peaceful +options.difficulty.easy=Easy +options.difficulty.normal=Normal +options.difficulty.hard=Hard +options.difficulty.hardcore=Hardcore +options.graphics=Graphics +options.graphics.fancy=Fancy +options.graphics.fast=Fast +options.guiScale=GUI Scale +options.guiScale.auto=Auto +options.guiScale.small=Small +options.guiScale.normal=Normal +options.guiScale.large=Large +options.postProcessEnable=Enable Post-Processing +options.renderClouds=Clouds +options.postButton=Post-Processing Settings... +options.postVideoTitle=Post-Processing Settings +options.farWarning1=A 64 bit Java installation is recommended +options.farWarning2=for 'Far' render distance (you have 32 bit) +options.particles=Particles +options.particles.all=All +options.particles.decreased=Decreased +options.particles.minimal=Minimal +options.multiplayer.title=Multiplayer Settings... +options.chat.title=Chat Settings... +options.chat.visibility=Chat +options.chat.visibility.full=Shown +options.chat.visibility.system=Commands Only +options.chat.visibility.hidden=Hidden +options.chat.color=Colors +options.chat.opacity=Opacity +options.chat.links=Web Links +options.chat.links.prompt=Prompt on Links +options.chat.scale=Scale +options.chat.width=Width +options.chat.height.focused=Focused Height +options.chat.height.unfocused=Unfocused Height +options.skinCustomisation=Skin Customization... +options.skinCustomisation.title=Skin Customization +options.modelPart.cape=Cape +options.modelPart.hat=Hat +options.modelPart.jacket=Jacket +options.modelPart.left_sleeve=Left Sleeve +options.modelPart.right_sleeve=Right Sleeve +options.modelPart.left_pants_leg=Left Pants Leg +options.modelPart.right_pants_leg=Right Pants Leg +options.snooper=Allow Snooper +options.snooper.view=Snooper Settings... +options.snooper.title=Machine Specs Collection +options.snooper.desc=We want to collect information about your machine to help improve Minecraft by knowing what we can support and where the biggest problems are. All of this information is completely anonymous and viewable below. We promise we won't do anything bad with this data, but if you want to opt out then feel free to toggle it off! +options.resourcepack=Resource Packs... +options.fullscreen=Fullscreen +options.vsync=Use VSync +options.vbo=Use VBOs +options.touchscreen=Touchscreen Mode +options.reducedDebugInfo=Reduced Debug Info +options.entityShadows=Entity Shadows +options.mainHand=Main Hand +options.mainHand.left=Left +options.mainHand.right=Right +options.attackIndicator=Attack Indicator +options.attack.crosshair=Crosshair +options.attack.hotbar=Hotbar +options.showSubtitles=Show Subtitles +options.realmsNotifications=Realms Notifications +options.autoJump=Auto-jump + +options.mipmapLevels=Mipmap Levels +options.forceUnicodeFont=Force Unicode Font + +difficulty.lock.title=Lock World Difficulty +difficulty.lock.question=Are you sure you want to lock the difficulty of this world? This will set this world to always be %1$s, and you will never be able to change that again. + +title.oldgl1=Old graphics card detected; this may prevent you from +title.oldgl2=playing in the future as OpenGL 2.0 will be required. + +controls.title=Controls +controls.reset=Reset +controls.resetAll=Reset Keys + +key.sprint=Sprint +key.forward=Walk Forwards +key.left=Strafe Left +key.back=Walk Backwards +key.right=Strafe Right +key.jump=Jump +key.inventory=Open/Close Inventory +key.drop=Drop Selected Item +key.swapHands=Swap Item In Hands +key.chat=Open Chat +key.sneak=Sneak +key.playerlist=List Players +key.attack=Attack/Destroy +key.use=Use Item/Place Block +key.pickItem=Pick Block +key.mouseButton=Button %1$s +key.command=Open Command +key.screenshot=Take Screenshot +key.togglePerspective=Toggle Perspective +key.smoothCamera=Toggle Cinematic Camera +key.fullscreen=Toggle Fullscreen +key.spectatorOutlines=Highlight Players (Spectators) +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.categories.movement=Movement +key.categories.misc=Miscellaneous +key.categories.multiplayer=Multiplayer +key.categories.gameplay=Gameplay +key.categories.ui=Game Interface +key.categories.inventory=Inventory + +resourcePack.openFolder=Open resource pack folder +resourcePack.title=Select Resource Packs +resourcePack.available.title=Available Resource Packs +resourcePack.selected.title=Selected Resource Packs +resourcePack.folderInfo=(Place resource pack files here) +resourcePack.incompatible=Incompatible +resourcePack.incompatible.old=(Made for an older version of Minecraft) +resourcePack.incompatible.new=(Made for a newer version of Minecraft) +resourcePack.incompatible.confirm.title=Are you sure you want to load this resource pack? +resourcePack.incompatible.confirm.old=This resource pack was made for an older version of Minecraft and may no longer work correctly. +resourcePack.incompatible.confirm.new=This resource pack was made for a newer version of Minecraft and may no longer work correctly. + +sign.edit=Edit sign message + +book.pageIndicator=Page %1$s of %2$s +book.byAuthor=by %1$s +book.signButton=Sign +book.editTitle=Enter Book Title: +book.finalizeButton=Sign and Close +book.finalizeWarning=Note! When you sign the book, it will no longer be editable. +book.generation.0=Original +book.generation.1=Copy of original +book.generation.2=Copy of a copy +book.generation.3=Tattered + +merchant.deprecated=Trade something else to unlock! + +tile.barrier.name=Barrier +tile.stone.stone.name=Stone +tile.stone.granite.name=Granite +tile.stone.graniteSmooth.name=Polished Granite +tile.stone.diorite.name=Diorite +tile.stone.dioriteSmooth.name=Polished Diorite +tile.stone.andesite.name=Andesite +tile.stone.andesiteSmooth.name=Polished Andesite +tile.hayBlock.name=Hay Bale +tile.grass.name=Grass Block +tile.dirt.name=Dirt +tile.dirt.default.name=Dirt +tile.dirt.coarse.name=Coarse Dirt +tile.dirt.podzol.name=Podzol +tile.stonebrick.name=Cobblestone +tile.wood.name=Wooden Planks +tile.wood.oak.name=Oak Wood Planks +tile.wood.spruce.name=Spruce Wood Planks +tile.wood.birch.name=Birch Wood Planks +tile.wood.jungle.name=Jungle Wood Planks +tile.wood.acacia.name=Acacia Wood Planks +tile.wood.big_oak.name=Dark Oak Wood Planks +tile.sapling.oak.name=Oak Sapling +tile.sapling.spruce.name=Spruce Sapling +tile.sapling.birch.name=Birch Sapling +tile.sapling.jungle.name=Jungle Sapling +tile.sapling.acacia.name=Acacia Sapling +tile.sapling.big_oak.name=Dark Oak Sapling +tile.deadbush.name=Dead Bush +tile.bedrock.name=Bedrock +tile.water.name=Water +tile.lava.name=Lava +tile.sand.name=Sand +tile.sand.default.name=Sand +tile.sand.red.name=Red Sand +tile.sandStone.name=Sandstone +tile.sandStone.default.name=Sandstone +tile.sandStone.chiseled.name=Chiseled Sandstone +tile.sandStone.smooth.name=Smooth Sandstone +tile.redSandStone.name=Red Sandstone +tile.redSandStone.default.name=Red Sandstone +tile.redSandStone.chiseled.name=Chiseled Red Sandstone +tile.redSandStone.smooth.name=Smooth Red Sandstone +tile.gravel.name=Gravel +tile.oreGold.name=Gold Ore +tile.oreIron.name=Iron Ore +tile.oreCoal.name=Coal Ore +tile.log.name=Wood +tile.log.oak.name=Oak Wood +tile.log.spruce.name=Spruce Wood +tile.log.birch.name=Birch Wood +tile.log.jungle.name=Jungle Wood +tile.log.acacia.name=Acacia Wood +tile.log.big_oak.name=Dark Oak Wood +tile.leaves.name=Leaves +tile.leaves.oak.name=Oak Leaves +tile.leaves.spruce.name=Spruce Leaves +tile.leaves.birch.name=Birch Leaves +tile.leaves.jungle.name=Jungle Leaves +tile.leaves.acacia.name=Acacia Leaves +tile.leaves.big_oak.name=Dark Oak Leaves +tile.tallgrass.name=Grass +tile.tallgrass.shrub.name=Shrub +tile.tallgrass.grass.name=Grass +tile.tallgrass.fern.name=Fern +tile.sponge.dry.name=Sponge +tile.sponge.wet.name=Wet Sponge +tile.glass.name=Glass +tile.stainedGlass.name=Stained Glass +tile.stainedGlass.black.name=Black Stained Glass +tile.stainedGlass.red.name=Red Stained Glass +tile.stainedGlass.green.name=Green Stained Glass +tile.stainedGlass.brown.name=Brown Stained Glass +tile.stainedGlass.blue.name=Blue Stained Glass +tile.stainedGlass.purple.name=Purple Stained Glass +tile.stainedGlass.cyan.name=Cyan Stained Glass +tile.stainedGlass.silver.name=Light Gray Stained Glass +tile.stainedGlass.gray.name=Gray Stained Glass +tile.stainedGlass.pink.name=Pink Stained Glass +tile.stainedGlass.lime.name=Lime Stained Glass +tile.stainedGlass.yellow.name=Yellow Stained Glass +tile.stainedGlass.lightBlue.name=Light Blue Stained Glass +tile.stainedGlass.magenta.name=Magenta Stained Glass +tile.stainedGlass.orange.name=Orange Stained Glass +tile.stainedGlass.white.name=White Stained Glass +tile.thinStainedGlass.name=Stained Glass Pane +tile.thinStainedGlass.black.name=Black Stained Glass Pane +tile.thinStainedGlass.red.name=Red Stained Glass Pane +tile.thinStainedGlass.green.name=Green Stained Glass Pane +tile.thinStainedGlass.brown.name=Brown Stained Glass Pane +tile.thinStainedGlass.blue.name=Blue Stained Glass Pane +tile.thinStainedGlass.purple.name=Purple Stained Glass Pane +tile.thinStainedGlass.cyan.name=Cyan Stained Glass Pane +tile.thinStainedGlass.silver.name=Light Gray Stained Glass Pane +tile.thinStainedGlass.gray.name=Gray Stained Glass Pane +tile.thinStainedGlass.pink.name=Pink Stained Glass Pane +tile.thinStainedGlass.lime.name=Lime Stained Glass Pane +tile.thinStainedGlass.yellow.name=Yellow Stained Glass Pane +tile.thinStainedGlass.lightBlue.name=Light Blue Stained Glass Pane +tile.thinStainedGlass.magenta.name=Magenta Stained Glass Pane +tile.thinStainedGlass.orange.name=Orange Stained Glass Pane +tile.thinStainedGlass.white.name=White Stained Glass Pane +tile.thinGlass.name=Glass Pane +tile.cloth.name=Wool +tile.flower1.name=Flower +tile.flower1.dandelion.name=Dandelion +tile.flower2.name=Flower +tile.flower2.poppy.name=Poppy +tile.flower2.blueOrchid.name=Blue Orchid +tile.flower2.allium.name=Allium +tile.flower2.houstonia.name=Azure Bluet +tile.flower2.tulipRed.name=Red Tulip +tile.flower2.tulipOrange.name=Orange Tulip +tile.flower2.tulipWhite.name=White Tulip +tile.flower2.tulipPink.name=Pink Tulip +tile.flower2.oxeyeDaisy.name=Oxeye Daisy +tile.doublePlant.name=Plant +tile.doublePlant.sunflower.name=Sunflower +tile.doublePlant.syringa.name=Lilac +tile.doublePlant.grass.name=Double Tallgrass +tile.doublePlant.fern.name=Large Fern +tile.doublePlant.rose.name=Rose Bush +tile.doublePlant.paeonia.name=Peony +tile.mushroom.name=Mushroom +tile.blockGold.name=Block of Gold +tile.blockIron.name=Block of Iron +tile.stoneSlab.name=Stone Slab +tile.stoneSlab.stone.name=Stone Slab +tile.stoneSlab.sand.name=Sandstone Slab +tile.stoneSlab.wood.name=Wooden Slab +tile.stoneSlab.cobble.name=Cobblestone Slab +tile.stoneSlab.brick.name=Bricks Slab +tile.stoneSlab.smoothStoneBrick.name=Stone Bricks Slab +tile.stoneSlab.netherBrick.name=Nether Brick Slab +tile.stoneSlab.quartz.name=Quartz Slab +tile.stoneSlab2.red_sandstone.name=Red Sandstone Slab +tile.woodSlab.name=Wood Slab +tile.woodSlab.oak.name=Oak Wood Slab +tile.woodSlab.spruce.name=Spruce Wood Slab +tile.woodSlab.birch.name=Birch Wood Slab +tile.woodSlab.jungle.name=Jungle Wood Slab +tile.woodSlab.acacia.name=Acacia Wood Slab +tile.woodSlab.big_oak.name=Dark Oak Wood Slab +tile.brick.name=Bricks +tile.tnt.name=TNT +tile.bookshelf.name=Bookshelf +tile.stoneMoss.name=Moss Stone +tile.obsidian.name=Obsidian +tile.torch.name=Torch +tile.fire.name=Fire +tile.mobSpawner.name=Monster Spawner +tile.stairsWood.name=Oak Wood Stairs +tile.stairsWoodSpruce.name=Spruce Wood Stairs +tile.stairsWoodBirch.name=Birch Wood Stairs +tile.stairsWoodJungle.name=Jungle Wood Stairs +tile.stairsWoodAcacia.name=Acacia Wood Stairs +tile.stairsWoodDarkOak.name=Dark Oak Wood Stairs +tile.chest.name=Chest +tile.chestTrap.name=Trapped Chest +tile.redstoneDust.name=Redstone Dust +tile.oreDiamond.name=Diamond Ore +tile.blockCoal.name=Block of Coal +tile.blockDiamond.name=Block of Diamond +tile.workbench.name=Crafting Table +tile.crops.name=Crops +tile.farmland.name=Farmland +tile.furnace.name=Furnace +tile.sign.name=Sign +tile.doorWood.name=Wooden Door +tile.ladder.name=Ladder +tile.rail.name=Rail +tile.goldenRail.name=Powered Rail +tile.activatorRail.name=Activator Rail +tile.detectorRail.name=Detector Rail +tile.stairsStone.name=Cobblestone Stairs +tile.stairsSandStone.name=Sandstone Stairs +tile.stairsRedSandStone.name=Red Sandstone Stairs +tile.lever.name=Lever +tile.pressurePlateStone.name=Stone Pressure Plate +tile.pressurePlateWood.name=Wooden Pressure Plate +tile.weightedPlate_light.name=Weighted Pressure Plate (Light) +tile.weightedPlate_heavy.name=Weighted Pressure Plate (Heavy) +tile.doorIron.name=Iron Door +tile.oreRedstone.name=Redstone Ore +tile.notGate.name=Redstone Torch +tile.button.name=Button +tile.snow.name=Snow +tile.woolCarpet.name=Carpet +tile.woolCarpet.black.name=Black Carpet +tile.woolCarpet.red.name=Red Carpet +tile.woolCarpet.green.name=Green Carpet +tile.woolCarpet.brown.name=Brown Carpet +tile.woolCarpet.blue.name=Blue Carpet +tile.woolCarpet.purple.name=Purple Carpet +tile.woolCarpet.cyan.name=Cyan Carpet +tile.woolCarpet.silver.name=Light Gray Carpet +tile.woolCarpet.gray.name=Gray Carpet +tile.woolCarpet.pink.name=Pink Carpet +tile.woolCarpet.lime.name=Lime Carpet +tile.woolCarpet.yellow.name=Yellow Carpet +tile.woolCarpet.lightBlue.name=Light Blue Carpet +tile.woolCarpet.magenta.name=Magenta Carpet +tile.woolCarpet.orange.name=Orange Carpet +tile.woolCarpet.white.name=Carpet +tile.ice.name=Ice +tile.frostedIce.name=Frosted Ice +tile.icePacked.name=Packed Ice +tile.cactus.name=Cactus +tile.clay.name=Clay +tile.clayHardenedStained.name=Stained Hardened Clay +tile.clayHardenedStained.black.name=Black Hardened Clay +tile.clayHardenedStained.red.name=Red Hardened Clay +tile.clayHardenedStained.green.name=Green Hardened Clay +tile.clayHardenedStained.brown.name=Brown Hardened Clay +tile.clayHardenedStained.blue.name=Blue Hardened Clay +tile.clayHardenedStained.purple.name=Purple Hardened Clay +tile.clayHardenedStained.cyan.name=Cyan Hardened Clay +tile.clayHardenedStained.silver.name=Light Gray Hardened Clay +tile.clayHardenedStained.gray.name=Gray Hardened Clay +tile.clayHardenedStained.pink.name=Pink Hardened Clay +tile.clayHardenedStained.lime.name=Lime Hardened Clay +tile.clayHardenedStained.yellow.name=Yellow Hardened Clay +tile.clayHardenedStained.lightBlue.name=Light Blue Hardened Clay +tile.clayHardenedStained.magenta.name=Magenta Hardened Clay +tile.clayHardenedStained.orange.name=Orange Hardened Clay +tile.clayHardenedStained.white.name=White Hardened Clay +tile.clayHardened.name=Hardened Clay +tile.reeds.name=Sugar cane +tile.jukebox.name=Jukebox +tile.fence.name=Oak Fence +tile.spruceFence.name=Spruce Fence +tile.birchFence.name=Birch Fence +tile.jungleFence.name=Jungle Fence +tile.darkOakFence.name=Dark Oak Fence +tile.acaciaFence.name=Acacia Fence +tile.fenceGate.name=Oak Fence Gate +tile.spruceFenceGate.name=Spruce Fence Gate +tile.birchFenceGate.name=Birch Fence Gate +tile.jungleFenceGate.name=Jungle Fence Gate +tile.darkOakFenceGate.name=Dark Oak Fence Gate +tile.acaciaFenceGate.name=Acacia Fence Gate +tile.pumpkinStem.name=Pumpkin Stem +tile.pumpkin.name=Pumpkin +tile.litpumpkin.name=Jack o'Lantern +tile.hellrock.name=Netherrack +tile.hellsand.name=Soul Sand +tile.lightgem.name=Glowstone +tile.portal.name=Portal +tile.cloth.black.name=Black Wool +tile.cloth.red.name=Red Wool +tile.cloth.green.name=Green Wool +tile.cloth.brown.name=Brown Wool +tile.cloth.blue.name=Blue Wool +tile.cloth.purple.name=Purple Wool +tile.cloth.cyan.name=Cyan Wool +tile.cloth.silver.name=Light Gray Wool +tile.cloth.gray.name=Gray Wool +tile.cloth.pink.name=Pink Wool +tile.cloth.lime.name=Lime Wool +tile.cloth.yellow.name=Yellow Wool +tile.cloth.lightBlue.name=Light Blue Wool +tile.cloth.magenta.name=Magenta Wool +tile.cloth.orange.name=Orange Wool +tile.cloth.white.name=Wool +tile.oreLapis.name=Lapis Lazuli Ore +tile.blockLapis.name=Lapis Lazuli Block +tile.dispenser.name=Dispenser +tile.dropper.name=Dropper +tile.musicBlock.name=Note Block +tile.cake.name=Cake +tile.bed.name=Bed +tile.bed.occupied=This bed is occupied +tile.bed.noSleep=You can only sleep at night +tile.bed.notSafe=You may not rest now, there are monsters nearby +tile.bed.notValid=Your home bed was missing or obstructed +tile.lockedchest.name=Locked chest +tile.trapdoor.name=Wooden Trapdoor +tile.ironTrapdoor.name=Iron Trapdoor +tile.web.name=Cobweb +tile.stonebricksmooth.name=Stone Bricks +tile.stonebricksmooth.default.name=Stone Bricks +tile.stonebricksmooth.mossy.name=Mossy Stone Bricks +tile.stonebricksmooth.cracked.name=Cracked Stone Bricks +tile.stonebricksmooth.chiseled.name=Chiseled Stone Bricks +tile.monsterStoneEgg.name=Stone Monster Egg +tile.monsterStoneEgg.stone.name=Stone Monster Egg +tile.monsterStoneEgg.cobble.name=Cobblestone Monster Egg +tile.monsterStoneEgg.brick.name=Stone Brick Monster Egg +tile.monsterStoneEgg.mossybrick.name=Mossy Stone Brick Monster Egg +tile.monsterStoneEgg.crackedbrick.name=Cracked Stone Brick Monster Egg +tile.monsterStoneEgg.chiseledbrick.name=Chiseled Stone Brick Monster Egg +tile.pistonBase.name=Piston +tile.pistonStickyBase.name=Sticky Piston +tile.fenceIron.name=Iron Bars +tile.melon.name=Melon +tile.stairsBrick.name=Brick Stairs +tile.stairsStoneBrickSmooth.name=Stone Brick Stairs +tile.vine.name=Vines +tile.netherBrick.name=Nether Brick +tile.netherFence.name=Nether Brick Fence +tile.stairsNetherBrick.name=Nether Brick Stairs +tile.netherStalk.name=Nether Wart +tile.cauldron.name=Cauldron +tile.enchantmentTable.name=Enchantment Table +tile.anvil.name=Anvil +tile.anvil.intact.name=Anvil +tile.anvil.slightlyDamaged.name=Slightly Damaged Anvil +tile.anvil.veryDamaged.name=Very Damaged Anvil +tile.whiteStone.name=End Stone +tile.endPortalFrame.name=End Portal +tile.mycel.name=Mycelium +tile.waterlily.name=Lily Pad +tile.dragonEgg.name=Dragon Egg +tile.redstoneLight.name=Redstone Lamp +tile.cocoa.name=Cocoa +tile.enderChest.name=Ender Chest +tile.oreEmerald.name=Emerald Ore +tile.blockEmerald.name=Block of Emerald +tile.blockRedstone.name=Block of Redstone +tile.tripWire.name=Tripwire +tile.tripWireSource.name=Tripwire Hook +tile.commandBlock.name=Command Block +tile.repeatingCommandBlock.name=Repeating Command Block +tile.chainCommandBlock.name=Chain Command Block +tile.beacon.name=Beacon +tile.beacon.primary=Primary Power +tile.beacon.secondary=Secondary Power +tile.cobbleWall.normal.name=Cobblestone Wall +tile.cobbleWall.mossy.name=Mossy Cobblestone Wall +tile.carrots.name=Carrots +tile.potatoes.name=Potatoes +tile.daylightDetector.name=Daylight Sensor +tile.netherquartz.name=Nether Quartz Ore +tile.hopper.name=Hopper +tile.quartzBlock.name=Block of Quartz +tile.quartzBlock.default.name=Block of Quartz +tile.quartzBlock.chiseled.name=Chiseled Quartz Block +tile.quartzBlock.lines.name=Pillar Quartz Block +tile.stairsQuartz.name=Quartz Stairs +tile.slime.name=Slime Block +tile.prismarine.rough.name=Prismarine +tile.prismarine.bricks.name=Prismarine Bricks +tile.prismarine.dark.name=Dark Prismarine +tile.seaLantern.name=Sea Lantern +tile.endRod.name=End Rod +tile.chorusPlant.name=Chorus Plant +tile.chorusFlower.name=Chorus Flower +tile.purpurBlock.name=Purpur Block +tile.purpurPillar.name=Purpur Pillar +tile.stairsPurpur.name=Purpur Stairs +tile.purpurSlab.name=Purpur Slab +tile.endBricks.name=End Stone Bricks +tile.beetroots.name=Beetroots +tile.grassPath.name=Grass Path +tile.magma.name=Magma Block +tile.netherWartBlock.name=Nether Wart Block +tile.redNetherBrick.name=Red Nether Brick +tile.boneBlock.name=Bone Block + +tile.structureVoid.name=Structure Void +tile.structureBlock.name=Structure Block + +item.nameTag.name=Name Tag +item.leash.name=Lead +item.shovelIron.name=Iron Shovel +item.pickaxeIron.name=Iron Pickaxe +item.hatchetIron.name=Iron Axe +item.flintAndSteel.name=Flint and Steel +item.apple.name=Apple +item.cookie.name=Cookie +item.bow.name=Bow +item.arrow.name=Arrow +item.spectral_arrow.name=Spectral Arrow +item.tipped_arrow.name=Tipped Arrow +item.coal.name=Coal +item.charcoal.name=Charcoal +item.diamond.name=Diamond +item.emerald.name=Emerald +item.ingotIron.name=Iron Ingot +item.ingotGold.name=Gold Ingot +item.swordIron.name=Iron Sword +item.swordWood.name=Wooden Sword +item.shovelWood.name=Wooden Shovel +item.pickaxeWood.name=Wooden Pickaxe +item.hatchetWood.name=Wooden Axe +item.swordStone.name=Stone Sword +item.shovelStone.name=Stone Shovel +item.pickaxeStone.name=Stone Pickaxe +item.hatchetStone.name=Stone Axe +item.swordDiamond.name=Diamond Sword +item.shovelDiamond.name=Diamond Shovel +item.pickaxeDiamond.name=Diamond Pickaxe +item.hatchetDiamond.name=Diamond Axe +item.stick.name=Stick +item.bowl.name=Bowl +item.mushroomStew.name=Mushroom Stew +item.swordGold.name=Golden Sword +item.shovelGold.name=Golden Shovel +item.pickaxeGold.name=Golden Pickaxe +item.hatchetGold.name=Golden Axe +item.string.name=String +item.feather.name=Feather +item.sulphur.name=Gunpowder +item.hoeWood.name=Wooden Hoe +item.hoeStone.name=Stone Hoe +item.hoeIron.name=Iron Hoe +item.hoeDiamond.name=Diamond Hoe +item.hoeGold.name=Golden Hoe +item.seeds.name=Seeds +item.seeds_pumpkin.name=Pumpkin Seeds +item.seeds_melon.name=Melon Seeds +item.melon.name=Melon +item.wheat.name=Wheat +item.bread.name=Bread +item.helmetCloth.name=Leather Cap +item.chestplateCloth.name=Leather Tunic +item.leggingsCloth.name=Leather Pants +item.bootsCloth.name=Leather Boots +item.helmetChain.name=Chain Helmet +item.chestplateChain.name=Chain Chestplate +item.leggingsChain.name=Chain Leggings +item.bootsChain.name=Chain Boots +item.helmetIron.name=Iron Helmet +item.chestplateIron.name=Iron Chestplate +item.leggingsIron.name=Iron Leggings +item.bootsIron.name=Iron Boots +item.helmetDiamond.name=Diamond Helmet +item.chestplateDiamond.name=Diamond Chestplate +item.leggingsDiamond.name=Diamond Leggings +item.bootsDiamond.name=Diamond Boots +item.helmetGold.name=Golden Helmet +item.chestplateGold.name=Golden Chestplate +item.leggingsGold.name=Golden Leggings +item.bootsGold.name=Golden Boots +item.flint.name=Flint +item.porkchopRaw.name=Raw Porkchop +item.porkchopCooked.name=Cooked Porkchop +item.chickenRaw.name=Raw Chicken +item.chickenCooked.name=Cooked Chicken +item.muttonRaw.name=Raw Mutton +item.muttonCooked.name=Cooked Mutton +item.rabbitRaw.name=Raw Rabbit +item.rabbitCooked.name=Cooked Rabbit +item.rabbitStew.name=Rabbit Stew +item.rabbitFoot.name=Rabbit's Foot +item.rabbitHide.name=Rabbit Hide +item.beefRaw.name=Raw Beef +item.beefCooked.name=Steak +item.painting.name=Painting +item.frame.name=Item Frame +item.appleGold.name=Golden Apple +item.sign.name=Sign +item.doorOak.name=Oak Door +item.doorSpruce.name=Spruce Door +item.doorBirch.name=Birch Door +item.doorJungle.name=Jungle Door +item.doorAcacia.name=Acacia Door +item.doorDarkOak.name=Dark Oak Door +item.bucket.name=Bucket +item.bucketWater.name=Water Bucket +item.bucketLava.name=Lava Bucket +item.minecart.name=Minecart +item.saddle.name=Saddle +item.doorIron.name=Iron Door +item.redstone.name=Redstone +item.snowball.name=Snowball +item.boat.oak.name=Oak Boat +item.boat.spruce.name=Spruce Boat +item.boat.birch.name=Birch Boat +item.boat.jungle.name=Jungle Boat +item.boat.acacia.name=Acacia Boat +item.boat.dark_oak.name=Dark Oak Boat +item.leather.name=Leather +item.milk.name=Milk +item.brick.name=Brick +item.clay.name=Clay +item.reeds.name=Sugar Canes +item.paper.name=Paper +item.book.name=Book +item.slimeball.name=Slimeball +item.minecartChest.name=Minecart with Chest +item.minecartFurnace.name=Minecart with Furnace +item.minecartTnt.name=Minecart with TNT +item.minecartHopper.name=Minecart with Hopper +item.minecartCommandBlock.name=Minecart with Command Block +item.egg.name=Egg +item.compass.name=Compass +item.fishingRod.name=Fishing Rod +item.clock.name=Clock +item.yellowDust.name=Glowstone Dust +item.fish.cod.raw.name=Raw Fish +item.fish.salmon.raw.name=Raw Salmon +item.fish.pufferfish.raw.name=Pufferfish +item.fish.clownfish.raw.name=Clownfish +item.fish.cod.cooked.name=Cooked Fish +item.fish.salmon.cooked.name=Cooked Salmon +item.record.name=Music Disc +item.record.13.desc=C418 - 13 +item.record.cat.desc=C418 - cat +item.record.blocks.desc=C418 - blocks +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.ward.desc=C418 - ward +item.record.11.desc=C418 - 11 +item.record.wait.desc=C418 - wait +item.bone.name=Bone +item.dyePowder.black.name=Ink Sac +item.dyePowder.red.name=Rose Red +item.dyePowder.green.name=Cactus Green +item.dyePowder.brown.name=Cocoa Beans +item.dyePowder.blue.name=Lapis Lazuli +item.dyePowder.purple.name=Purple Dye +item.dyePowder.cyan.name=Cyan Dye +item.dyePowder.silver.name=Light Gray Dye +item.dyePowder.gray.name=Gray Dye +item.dyePowder.pink.name=Pink Dye +item.dyePowder.lime.name=Lime Dye +item.dyePowder.yellow.name=Dandelion Yellow +item.dyePowder.lightBlue.name=Light Blue Dye +item.dyePowder.magenta.name=Magenta Dye +item.dyePowder.orange.name=Orange Dye +item.dyePowder.white.name=Bone Meal +item.sugar.name=Sugar +item.cake.name=Cake +item.bed.name=Bed +item.diode.name=Redstone Repeater +item.comparator.name=Redstone Comparator +item.map.name=Map +item.leaves.name=Leaves +item.shears.name=Shears +item.rottenFlesh.name=Rotten Flesh +item.enderPearl.name=Ender Pearl +item.blazeRod.name=Blaze Rod +item.ghastTear.name=Ghast Tear +item.netherStalkSeeds.name=Nether Wart +item.potion.name=Potion +item.end_crystal.name=End Crystal +item.goldNugget.name=Gold Nugget +item.glassBottle.name=Glass Bottle +item.spiderEye.name=Spider Eye +item.fermentedSpiderEye.name=Fermented Spider Eye +item.blazePowder.name=Blaze Powder +item.magmaCream.name=Magma Cream +item.cauldron.name=Cauldron +item.brewingStand.name=Brewing Stand +item.eyeOfEnder.name=Eye of Ender +item.speckledMelon.name=Glistering Melon +item.monsterPlacer.name=Spawn +item.expBottle.name=Bottle o' Enchanting +item.fireball.name=Fire Charge +item.writingBook.name=Book and Quill +item.writtenBook.name=Written Book +item.flowerPot.name=Flower Pot +item.emptyMap.name=Empty Map +item.carrots.name=Carrot +item.carrotGolden.name=Golden Carrot +item.potato.name=Potato +item.potatoBaked.name=Baked Potato +item.potatoPoisonous.name=Poisonous Potato +item.skull.skeleton.name=Skeleton Skull +item.skull.wither.name=Wither Skeleton Skull +item.skull.zombie.name=Zombie Head +item.skull.char.name=Head +item.skull.player.name=%s's Head +item.skull.creeper.name=Creeper Head +item.skull.dragon.name=Dragon Head +item.carrotOnAStick.name=Carrot on a Stick +item.netherStar.name=Nether Star +item.pumpkinPie.name=Pumpkin Pie +item.enchantedBook.name=Enchanted Book +item.fireworks.name=Firework Rocket +item.fireworks.flight=Flight Duration: +item.fireworksCharge.name=Firework Star +item.fireworksCharge.black=Black +item.fireworksCharge.red=Red +item.fireworksCharge.green=Green +item.fireworksCharge.brown=Brown +item.fireworksCharge.blue=Blue +item.fireworksCharge.purple=Purple +item.fireworksCharge.cyan=Cyan +item.fireworksCharge.silver=Light Gray +item.fireworksCharge.gray=Gray +item.fireworksCharge.pink=Pink +item.fireworksCharge.lime=Lime +item.fireworksCharge.yellow=Yellow +item.fireworksCharge.lightBlue=Light Blue +item.fireworksCharge.magenta=Magenta +item.fireworksCharge.orange=Orange +item.fireworksCharge.white=White +item.fireworksCharge.customColor=Custom +item.fireworksCharge.fadeTo=Fade to +item.fireworksCharge.flicker=Twinkle +item.fireworksCharge.trail=Trail +item.fireworksCharge.type.0=Small Ball +item.fireworksCharge.type.1=Large Ball +item.fireworksCharge.type.2=Star-shaped +item.fireworksCharge.type.3=Creeper-shaped +item.fireworksCharge.type.4=Burst +item.fireworksCharge.type=Unknown Shape +item.netherbrick.name=Nether Brick +item.netherquartz.name=Nether Quartz +item.armorStand.name=Armor Stand +item.horsearmormetal.name=Iron Horse Armor +item.horsearmorgold.name=Gold Horse Armor +item.horsearmordiamond.name=Diamond Horse Armor +item.prismarineShard.name=Prismarine Shard +item.prismarineCrystals.name=Prismarine Crystals +item.chorusFruit.name=Chorus Fruit +item.chorusFruitPopped.name=Popped Chorus Fruit +item.beetroot.name=Beetroot +item.beetroot_seeds.name=Beetroot Seeds +item.beetroot_soup.name=Beetroot Soup +item.dragon_breath.name=Dragon's Breath +item.elytra.name=Elytra + +container.inventory=Inventory +container.hopper=Item Hopper +container.crafting=Crafting +container.dispenser=Dispenser +container.dropper=Dropper +container.furnace=Furnace +container.enchant=Enchant +container.enchant.lapis.one=1 Lapis Lazuli +container.enchant.lapis.many=%d Lapis Lazuli +container.enchant.level.one=1 Enchantment Level +container.enchant.level.many=%d Enchantment Levels +container.enchant.clue=%s . . . ? +container.repair=Repair & Name +container.repair.cost=Enchantment Cost: %1$d +container.repair.expensive=Too Expensive! +container.creative=Item Selection +container.brewing=Brewing Stand +container.chest=Chest +container.chestDouble=Large Chest +container.enderchest=Ender Chest +container.beacon=Beacon + +container.spectatorCantOpen=Unable to open. Loot not generated yet. +container.isLocked=%s is locked! + +structure_block.save_success=Structure saved as '%s' +structure_block.save_failure=Unable to save structure '%s' +structure_block.load_success=Structure loaded from '%s' +structure_block.load_prepare=Structure '%s' position prepared +structure_block.load_not_found=Structure '%s' is not available +structure_block.size_success=Size successfully detected for '%s' +structure_block.size_failure=Unable to detect structure size, add corners with matching structure names + +structure_block.mode.save=[S] +structure_block.mode.load=[L] +structure_block.mode.data=[D] +structure_block.mode.corner=[C] +structure_block.hover.save=Save: %s +structure_block.hover.load=Load: %s +structure_block.hover.data=Data: %s +structure_block.hover.corner=Corner: %s +structure_block.mode_info.save=Save mode - write to file +structure_block.mode_info.load=Load mode - load from file +structure_block.mode_info.data=Data mode - game logic marker +structure_block.mode_info.corner=Corner mode - placement and size marker +structure_block.structure_name=Structure Name +structure_block.custom_data=Custom Data Tag Name +structure_block.position=Relative Position +structure_block.size=Structure Size +structure_block.integrity=Structure Integrity and Seed +structure_block.include_entities=Include entities: +structure_block.detect_size=Detect structure size and position: +structure_block.button.detect_size=DETECT +structure_block.button.save=SAVE +structure_block.button.load=LOAD +structure_block.show_air=Show invisible blocks: +structure_block.show_boundingbox=Show bounding box: + +item.dyed=Dyed +item.unbreakable=Unbreakable +item.canBreak=Can break: +item.canPlace=Can be placed on: + +entity.Item.name=Item +entity.XPOrb.name=Experience Orb +entity.SmallFireball.name=Small Fireball +entity.Fireball.name=Fireball +entity.DragonFireball.name=Dragon Fireball +entity.ThrownPotion.name=Potion + +entity.Arrow.name=Arrow +entity.Snowball.name=Snowball +entity.Painting.name=Painting +entity.ArmorStand.name=Armor Stand + +entity.Mob.name=Mob +entity.Monster.name=Monster + +entity.Creeper.name=Creeper +entity.Skeleton.name=Skeleton +entity.WitherSkeleton.name=Wither Skeleton +entity.Stray.name=Stray +entity.Spider.name=Spider +entity.Giant.name=Giant +entity.Zombie.name=Zombie +entity.Husk.name=Husk +entity.Slime.name=Slime +entity.Ghast.name=Ghast +entity.PigZombie.name=Zombie Pigman +entity.Enderman.name=Enderman +entity.Endermite.name=Endermite +entity.Silverfish.name=Silverfish +entity.CaveSpider.name=Cave Spider +entity.Blaze.name=Blaze +entity.LavaSlime.name=Magma Cube +entity.MushroomCow.name=Mooshroom +entity.Villager.name=Villager +entity.VillagerGolem.name=Iron Golem +entity.SnowMan.name=Snow Golem +entity.EnderDragon.name=Ender Dragon +entity.WitherBoss.name=Wither +entity.Witch.name=Witch +entity.Guardian.name=Guardian +entity.Shulker.name=Shulker +entity.PolarBear.name=Polar Bear + +entity.Villager.farmer=Farmer +entity.Villager.fisherman=Fisherman +entity.Villager.shepherd=Shepherd +entity.Villager.fletcher=Fletcher +entity.Villager.librarian=Librarian +entity.Villager.cleric=Cleric +entity.Villager.armor=Armorer +entity.Villager.weapon=Weapon Smith +entity.Villager.tool=Tool Smith +entity.Villager.butcher=Butcher +entity.Villager.leather=Leatherworker + +entity.Pig.name=Pig +entity.Sheep.name=Sheep +entity.Cow.name=Cow +entity.Chicken.name=Chicken +entity.Squid.name=Squid +entity.Wolf.name=Wolf +entity.Ozelot.name=Ocelot +entity.Cat.name=Cat +entity.Bat.name=Bat +entity.EntityHorse.name=Horse +entity.Donkey.name=Donkey +entity.Mule.name=Mule +entity.SkeletonHorse.name=Skeleton Horse +entity.ZombieHorse.name=Zombie Horse +entity.Rabbit.name=Rabbit +entity.KillerBunny.name=The Killer Bunny + +entity.PrimedTnt.name=Block of TNT +entity.FallingSand.name=Falling Block + +entity.Minecart.name=Minecart +entity.MinecartHopper.name=Minecart with Hopper +entity.MinecartChest.name=Minecart with Chest +entity.Boat.name=Boat + +entity.generic.name=unknown + +death.fell.accident.ladder=%1$s fell off a ladder +death.fell.accident.vines=%1$s fell off some vines +death.fell.accident.water=%1$s fell out of the water +death.fell.accident.generic=%1$s fell from a high place +death.fell.killer=%1$s was doomed to fall +death.fell.assist=%1$s was doomed to fall by %2$s +death.fell.assist.item=%1$s was doomed to fall by %2$s using %3$s +death.fell.finish=%1$s fell too far and was finished by %2$s +death.fell.finish.item=%1$s fell too far and was finished by %2$s using %3$s + +death.attack.lightningBolt=%1$s was struck by lightning +death.attack.inFire=%1$s went up in flames +death.attack.inFire.player=%1$s walked into fire whilst fighting %2$s +death.attack.onFire=%1$s burned to death +death.attack.onFire.player=%1$s was burnt to a crisp whilst fighting %2$s +death.attack.lava=%1$s tried to swim in lava +death.attack.lava.player=%1$s tried to swim in lava to escape %2$s +death.attack.hotFloor=%1$s discovered floor was lava +death.attack.hotFloor.player=%1$s walked into danger zone due to %2$s +death.attack.inWall=%1$s suffocated in a wall +death.attack.drown=%1$s drowned +death.attack.drown.player=%1$s drowned whilst trying to escape %2$s +death.attack.starve=%1$s starved to death +death.attack.cactus=%1$s was pricked to death +death.attack.cactus.player=%1$s walked into a cactus whilst trying to escape %2$s +death.attack.generic=%1$s died +death.attack.explosion=%1$s blew up +death.attack.explosion.player=%1$s was blown up by %2$s +death.attack.magic=%1$s was killed by magic +death.attack.wither=%1$s withered away +death.attack.anvil=%1$s was squashed by a falling anvil +death.attack.fallingBlock=%1$s was squashed by a falling block +death.attack.mob=%1$s was slain by %2$s +death.attack.player=%1$s was slain by %2$s +death.attack.player.item=%1$s was slain by %2$s using %3$s +death.attack.arrow=%1$s was shot by %2$s +death.attack.arrow.item=%1$s was shot by %2$s using %3$s +death.attack.fireball=%1$s was fireballed by %2$s +death.attack.fireball.item=%1$s was fireballed by %2$s using %3$s +death.attack.thrown=%1$s was pummeled by %2$s +death.attack.thrown.item=%1$s was pummeled by %2$s using %3$s +death.attack.indirectMagic=%1$s was killed by %2$s using magic +death.attack.indirectMagic.item=%1$s was killed by %2$s using %3$s +death.attack.thorns=%1$s was killed trying to hurt %2$s +death.attack.fall=%1$s hit the ground too hard +death.attack.outOfWorld=%1$s fell out of the world +death.attack.dragonBreath=%1$s was roasted in dragon breath +death.attack.flyIntoWall=%1$s experienced kinetic energy + +deathScreen.respawn=Respawn +deathScreen.spectate=Spectate world +deathScreen.deleteWorld=Delete world +deathScreen.titleScreen=Title screen +deathScreen.score=Score +deathScreen.title.hardcore=Game over! +deathScreen.title=You died! +deathScreen.leaveServer=Leave server +deathScreen.quit.confirm=Are you sure you want to quit? + +effect.none=No Effects +effect.moveSpeed=Speed +effect.moveSlowdown=Slowness +effect.digSpeed=Haste +effect.digSlowDown=Mining Fatigue +effect.damageBoost=Strength +effect.heal=Instant Health +effect.harm=Instant Damage +effect.jump=Jump Boost +effect.confusion=Nausea +effect.regeneration=Regeneration +effect.resistance=Resistance +effect.fireResistance=Fire Resistance +effect.waterBreathing=Water Breathing +effect.invisibility=Invisibility +effect.blindness=Blindness +effect.nightVision=Night Vision +effect.hunger=Hunger +effect.weakness=Weakness +effect.poison=Poison +effect.wither=Wither +effect.healthBoost=Health Boost +effect.absorption=Absorption +effect.saturation=Saturation +effect.glowing=Glowing +effect.luck=Luck +effect.unluck=Bad Luck +effect.levitation=Levitation + +tipped_arrow.effect.empty=Tipped Arrow +tipped_arrow.effect.water=Tipped Arrow +tipped_arrow.effect.mundane=Tipped Arrow +tipped_arrow.effect.thick=Tipped Arrow +tipped_arrow.effect.awkward=Tipped Arrow +tipped_arrow.effect.night_vision=Arrow of Night Vision +tipped_arrow.effect.invisibility=Arrow of Invisibility +tipped_arrow.effect.leaping=Arrow of Leaping +tipped_arrow.effect.fire_resistance=Arrow of Fire Resistance +tipped_arrow.effect.swiftness=Arrow of Swiftness +tipped_arrow.effect.slowness=Arrow of Slowness +tipped_arrow.effect.water=Arrow of Splashing +tipped_arrow.effect.water_breathing=Arrow of Water Breathing +tipped_arrow.effect.healing=Arrow of Healing +tipped_arrow.effect.harming=Arrow of Harming +tipped_arrow.effect.poison=Arrow of Poison +tipped_arrow.effect.regeneration=Arrow of Regeneration +tipped_arrow.effect.strength=Arrow of Strength +tipped_arrow.effect.weakness=Arrow of Weakness +tipped_arrow.effect.levitation=Arrow of Levitation +tipped_arrow.effect.luck=Arrow of Luck + +potion.whenDrank=When Applied: +potion.effect.empty=Uncraftable Potion +potion.effect.water=Water Bottle +potion.effect.mundane=Mundane Potion +potion.effect.thick=Thick Potion +potion.effect.awkward=Awkward Potion +potion.effect.night_vision=Potion of Night Vision +potion.effect.invisibility=Potion of Invisibility +potion.effect.leaping=Potion of Leaping +potion.effect.fire_resistance=Potion of Fire Resistance +potion.effect.swiftness=Potion of Swiftness +potion.effect.slowness=Potion of Slowness +potion.effect.water_breathing=Potion of Water Breathing +potion.effect.healing=Potion of Healing +potion.effect.harming=Potion of Harming +potion.effect.poison=Potion of Poison +potion.effect.regeneration=Potion of Regeneration +potion.effect.strength=Potion of Strength +potion.effect.weakness=Potion of Weakness +potion.effect.levitation=Potion of Levitation +potion.effect.luck=Potion of Luck + +splash_potion.effect.empty=Splash Uncraftable Potion +splash_potion.effect.water=Splash Water Bottle +splash_potion.effect.mundane=Mundane Splash Potion +splash_potion.effect.thick=Thick Splash Potion +splash_potion.effect.awkward=Awkward Splash Potion +splash_potion.effect.night_vision=Splash Potion of Night Vision +splash_potion.effect.invisibility=Splash Potion of Invisibility +splash_potion.effect.leaping=Splash Potion of Leaping +splash_potion.effect.fire_resistance=Splash Potion of Fire Resistance +splash_potion.effect.swiftness=Splash Potion of Swiftness +splash_potion.effect.slowness=Splash Potion of Slowness +splash_potion.effect.water_breathing=Splash Potion of Water Breathing +splash_potion.effect.healing=Splash Potion of Healing +splash_potion.effect.harming=Splash Potion of Harming +splash_potion.effect.poison=Splash Potion of Poison +splash_potion.effect.regeneration=Splash Potion of Regeneration +splash_potion.effect.strength=Splash Potion of Strength +splash_potion.effect.weakness=Splash Potion of Weakness +splash_potion.effect.levitation=Splash Potion of Levitation +splash_potion.effect.luck=Splash Potion of Luck + +lingering_potion.effect.empty=Lingering Uncraftable Potion +lingering_potion.effect.water=Lingering Water Bottle +lingering_potion.effect.mundane=Mundane Lingering Potion +lingering_potion.effect.thick=Thick Lingering Potion +lingering_potion.effect.awkward=Awkward Lingering Potion +lingering_potion.effect.night_vision=Lingering Potion of Night Vision +lingering_potion.effect.invisibility=Lingering Potion of Invisibility +lingering_potion.effect.leaping=Lingering Potion of Leaping +lingering_potion.effect.fire_resistance=Lingering Potion of Fire Resistance +lingering_potion.effect.swiftness=Lingering Potion of Swiftness +lingering_potion.effect.slowness=Lingering Potion of Slowness +lingering_potion.effect.water_breathing=Lingering Potion of Water Breathing +lingering_potion.effect.healing=Lingering Potion of Healing +lingering_potion.effect.harming=Lingering Potion of Harming +lingering_potion.effect.poison=Lingering Potion of Poison +lingering_potion.effect.regeneration=Lingering Potion of Regeneration +lingering_potion.effect.strength=Lingering Potion of Strength +lingering_potion.effect.weakness=Lingering Potion of Weakness +lingering_potion.effect.levitation=Lingering Potion of Levitation +lingering_potion.effect.luck=Lingering Potion of Luck + +potion.potency.0= +potion.potency.1=II +potion.potency.2=III + +enchantment.damage.all=Sharpness +enchantment.damage.undead=Smite +enchantment.damage.arthropods=Bane of Arthropods +enchantment.knockback=Knockback +enchantment.fire=Fire Aspect +enchantment.protect.all=Protection +enchantment.protect.fire=Fire Protection +enchantment.protect.fall=Feather Falling +enchantment.protect.explosion=Blast Protection +enchantment.protect.projectile=Projectile Protection +enchantment.oxygen=Respiration +enchantment.waterWorker=Aqua Affinity +enchantment.waterWalker=Depth Strider +enchantment.frostWalker=Frost Walker +enchantment.digging=Efficiency +enchantment.untouching=Silk Touch +enchantment.durability=Unbreaking +enchantment.lootBonus=Looting +enchantment.lootBonusDigger=Fortune +enchantment.lootBonusFishing=Luck of the Sea +enchantment.fishingSpeed=Lure +enchantment.arrowDamage=Power +enchantment.arrowFire=Flame +enchantment.arrowKnockback=Punch +enchantment.arrowInfinite=Infinity +enchantment.thorns=Thorns +enchantment.mending=Mending + +enchantment.level.1=I +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.level.10=X + +gui.achievements=Achievements +gui.stats=Statistics + +stats.tooltip.type.achievement=Achievement +stats.tooltip.type.statistic=Statistic +stat.generalButton=General +stat.blocksButton=Blocks +stat.itemsButton=Items +stat.mobsButton=Mobs + +stat.used=Times Used +stat.mined=Times Mined +stat.depleted=Times Depleted +stat.crafted=Times Crafted +stat.entityKills=You killed %d %s +stat.entityKilledBy=%s killed you %d time(s) +stat.entityKills.none=You have never killed %s +stat.entityKilledBy.none=You have never been killed by %s + +stat.startGame=Times played +stat.createWorld=Worlds created +stat.loadWorld=Saves loaded +stat.joinMultiplayer=Multiplayer joins +stat.leaveGame=Games quit + +stat.playOneMinute=Minutes Played +stat.timeSinceDeath=Since Last Death +stat.sneakTime=Sneak Time + +stat.walkOneCm=Distance Walked +stat.crouchOneCm=Distance Crouched +stat.sprintOneCm=Distance Sprinted +stat.fallOneCm=Distance Fallen +stat.swimOneCm=Distance Swum +stat.flyOneCm=Distance Flown +stat.climbOneCm=Distance Climbed +stat.diveOneCm=Distance Dove +stat.minecartOneCm=Distance by Minecart +stat.boatOneCm=Distance by Boat +stat.pigOneCm=Distance by Pig +stat.horseOneCm=Distance by Horse +stat.aviateOneCm=Distance by Elytra +stat.jump=Jumps +stat.drop=Items Dropped +stat.dropped=Dropped +stat.pickup=Picked Up + +stat.damageDealt=Damage Dealt +stat.damageTaken=Damage Taken +stat.deaths=Number of Deaths +stat.mobKills=Mob Kills +stat.animalsBred=Animals Bred +stat.playerKills=Player Kills +stat.fishCaught=Fish Caught +stat.treasureFished=Treasure Fished +stat.junkFished=Junk Fished +stat.talkedToVillager=Talked to Villagers +stat.tradedWithVillager=Traded with Villagers + +stat.cakeSlicesEaten=Cake Slices Eaten +stat.cauldronFilled=Cauldrons Filled +stat.cauldronUsed=Water Taken from Cauldron +stat.armorCleaned=Armor Pieces Cleaned +stat.bannerCleaned=Banners Cleaned +stat.brewingstandInteraction=Interactions with Brewing Stand +stat.beaconInteraction=Interactions with Beacon +stat.dropperInspected=Droppers Searched +stat.hopperInspected=Hoppers Searched +stat.dispenserInspected=Dispensers Searched +stat.noteblockPlayed=Noteblocks played +stat.noteblockTuned=Noteblocks tuned +stat.flowerPotted=Plants potted +stat.trappedChestTriggered=Trapped Chests Triggered +stat.enderchestOpened=Ender Chests Opened +stat.itemEnchanted=Items Enchanted +stat.recordPlayed=Records Played +stat.furnaceInteraction=Interactions with Furnace +stat.workbenchInteraction=Interactions with Crafting Table +stat.chestOpened=Chests Opened +stat.sleepInBed=Times Slept in a Bed + +stat.mineBlock=%1$s Mined +stat.craftItem=%1$s Crafted +stat.useItem=%1$s Used +stat.breakItem=%1$s Depleted + +achievement.get=Achievement get! + +achievement.taken=Taken! +achievement.unknown=??? + +achievement.requires=Requires '%1$s' +achievement.openInventory=Taking Inventory +achievement.openInventory.desc=Press '%1$s' to open your inventory +achievement.mineWood=Getting Wood +achievement.mineWood.desc=Attack a tree until a block of wood pops out +achievement.buildWorkBench=Benchmarking +achievement.buildWorkBench.desc=Craft a workbench with four blocks of planks +achievement.buildPickaxe=Time to Mine! +achievement.buildPickaxe.desc=Use planks and sticks to make a pickaxe +achievement.buildFurnace=Hot Topic +achievement.buildFurnace.desc=Construct a furnace out of eight cobblestone blocks +achievement.acquireIron=Acquire Hardware +achievement.acquireIron.desc=Smelt an iron ingot +achievement.buildHoe=Time to Farm! +achievement.buildHoe.desc=Use planks and sticks to make a hoe +achievement.makeBread=Bake Bread +achievement.makeBread.desc=Turn wheat into bread +achievement.bakeCake=The Lie +achievement.bakeCake.desc=Wheat, sugar, milk and eggs! +achievement.buildBetterPickaxe=Getting an Upgrade +achievement.buildBetterPickaxe.desc=Construct a better pickaxe +achievement.overpowered=Overpowered +achievement.overpowered.desc=Eat a Notch apple +achievement.cookFish=Delicious Fish +achievement.cookFish.desc=Catch and cook fish! +achievement.onARail=On A Rail +achievement.onARail.desc=Travel by minecart at least 1 km from where you started +achievement.buildSword=Time to Strike! +achievement.buildSword.desc=Use planks and sticks to make a sword +achievement.killEnemy=Monster Hunter +achievement.killEnemy.desc=Attack and destroy a monster +achievement.killCow=Cow Tipper +achievement.killCow.desc=Harvest some leather +achievement.breedCow=Repopulation +achievement.breedCow.desc=Breed two cows with wheat +achievement.flyPig=When Pigs Fly +achievement.flyPig.desc=Fly a pig off a cliff +achievement.snipeSkeleton=Sniper Duel +achievement.snipeSkeleton.desc=Kill a skeleton with an arrow from more than 50 meters +achievement.diamonds=DIAMONDS! +achievement.diamonds.desc=Acquire diamonds with your iron tools +achievement.diamondsToYou=Diamonds to you! +achievement.diamondsToYou.desc=Throw diamonds at another player +achievement.portal=We Need to Go Deeper +achievement.portal.desc=Build a portal to the Nether +achievement.ghast=Return to Sender +achievement.ghast.desc=Destroy a Ghast with a fireball +achievement.blazeRod=Into Fire +achievement.blazeRod.desc=Relieve a Blaze of its rod +achievement.potion=Local Brewery +achievement.potion.desc=Brew a potion +achievement.theEnd=The End? +achievement.theEnd.desc=Locate the End +achievement.theEnd2=The End. +achievement.theEnd2.desc=Defeat the Ender Dragon +achievement.spawnWither=The Beginning? +achievement.spawnWither.desc=Spawn the Wither +achievement.killWither=The Beginning. +achievement.killWither.desc=Kill the Wither +achievement.fullBeacon=Beaconator +achievement.fullBeacon.desc=Create a full beacon +achievement.exploreAllBiomes=Adventuring Time +achievement.exploreAllBiomes.desc=Discover all biomes +achievement.enchantments=Enchanter +achievement.enchantments.desc=Use a book, obsidian and diamonds to construct an enchantment table +achievement.overkill=Overkill +achievement.overkill.desc=Deal nine hearts of damage in a single hit +achievement.bookcase=Librarian +achievement.bookcase.desc=Build some bookshelves to improve your enchantment table + +commands.generic.exception=An unknown error occurred while attempting to perform this command +commands.generic.permission=You do not have permission to use this command +commands.generic.syntax=Invalid command syntax +commands.generic.player.notFound=That player cannot be found +commands.generic.entity.notFound=That entity cannot be found +commands.generic.entity.invalidUuid=The entity UUID provided is in an invalid format +commands.generic.entity.invalidType=Entity type '%s' is invalid +commands.generic.notFound=Unknown command. Try /help for a list of commands +commands.generic.parameter.invalid='%s' is not a valid parameter +commands.generic.num.invalid='%s' is not a valid number +commands.generic.boolean.invalid='%s' is not true or false +commands.generic.num.tooSmall=The number you have entered (%d) is too small, it must be at least %d +commands.generic.num.tooBig=The number you have entered (%d) is too big, it must be at most %d +commands.generic.double.tooSmall=The number you have entered (%.2f) is too small, it must be at least %.2f +commands.generic.double.tooBig=The number you have entered (%.2f) is too big, it must be at most %.2f +commands.generic.usage=Usage: %s + +commands.setidletimeout.usage=/setidletimeout +commands.setidletimeout.success=Successfully set the idle timeout to %d minutes. +commands.xp.failure.widthdrawXp=Cannot give player negative experience points +commands.xp.success=Given %d experience to %s +commands.xp.success.levels=Given %d levels to %s +commands.xp.success.negative.levels=Taken %d levels from %s +commands.xp.usage=/xp [player] OR /xp L [player] +commands.playsound.usage=/playsound [x] [y] [z] [volume] [pitch] [minimumVolume] +commands.playsound.success=Played sound '%s' to %s +commands.playsound.playerTooFar=Player %s is too far away to hear the sound +commands.playsound.unknownSoundSource=Source %s is unknown +commands.give.usage=/give [amount] [data] [dataTag] +commands.give.item.notFound=There is no such item with name %d +commands.give.block.notFound=There is no such block with name %d +commands.give.success=Given %s * %d to %s +commands.give.tagError=Data tag parsing failed: %s +commands.replaceitem.usage=/replaceitem ... +commands.replaceitem.entity.usage=/replaceitem entity [amount] [data] [dataTag] +commands.replaceitem.block.usage=/replaceitem block [amount] [data] [dataTag] +commands.replaceitem.tagError=Data tag parsing failed: %s +commands.replaceitem.noContainer=Block at %d, %d, %d is not a container +commands.replaceitem.failed=Could not replace slot %d with %d * %s +commands.replaceitem.success=Replaced slot %d with %d * %s +commands.stats.usage=/stats ... +commands.stats.entity.usage=/stats entity ... +commands.stats.entity.set.usage=/stats entity set +commands.stats.entity.clear.usage=/stats entity clear +commands.stats.block.usage=/stats block ... +commands.stats.block.set.usage=/stats block set +commands.stats.block.clear.usage=/stats block clear +commands.stats.noCompatibleBlock=Block at %d, %d, %d can not track stats +commands.stats.failed=Invalid parameters +commands.stats.cleared=Cleared %s stats +commands.stats.success=Storing %s stats in %s on %s +commands.summon.usage=/summon [x] [y] [z] [dataTag] +commands.summon.success=Object successfully summoned +commands.summon.failed=Unable to summon object +commands.summon.tagError=Data tag parsing failed: %s +commands.summon.outOfWorld=Cannot summon the object out of the world +commands.testforblock.usage=/testforblock [dataValue] [dataTag] +commands.testforblock.failed.tile=The block at %d, %d, %d is %s (expected: %s) +commands.testforblock.failed.data=The block at %d, %d, %d had the data value of %s (expected: %s) +commands.testforblock.failed.nbt=The block at %d, %d, %d did not have the required NBT keys +commands.testforblock.failed.tileEntity=The block at %d, %d, %d is not a block entity and cannot support tag matching +commands.testforblock.success=Successfully found the block at %d, %d, %d +commands.testforblock.outOfWorld=Cannot test for block outside of the world +commands.setblock.usage=/setblock [dataValue] [oldBlockHandling] [dataTag] +commands.setblock.success=Block placed +commands.setblock.failed=Unable to place block +commands.setblock.tagError=Data tag parsing failed: %s +commands.setblock.outOfWorld=Cannot place block outside of the world +commands.setblock.notFound=There is no such block with ID/name %s +commands.setblock.noChange=The block couldn't be placed +commands.fill.usage=/fill [dataValue] [oldBlockHandling] [dataTag] +commands.fill.outOfWorld=Cannot place blocks outside of the world +commands.fill.tagError=Data tag parsing failed: %s +commands.fill.success=%d blocks filled +commands.fill.failed=No blocks filled +commands.fill.tooManyBlocks=Too many blocks in the specified area (%d > %d) +commands.clone.usage=/clone [maskMode] [cloneMode] +commands.clone.outOfWorld=Cannot access blocks outside of the world +commands.clone.noOverlap=Source and destination can not overlap +commands.clone.success=%d blocks cloned +commands.clone.failed=No blocks cloned +commands.clone.tooManyBlocks=Too many blocks in the specified area (%d > %d) +commands.compare.usage=/testforblocks [mode] +commands.compare.outOfWorld=Cannot access blocks outside of the world +commands.compare.failed=Source and destination are not identical +commands.compare.success=%d blocks compared +commands.compare.tooManyBlocks=Too many blocks in the specified area (%d > %d) +commands.blockdata.usage=/blockdata +commands.blockdata.success=Block data updated to: %s +commands.blockdata.tagError=Data tag parsing failed: %s +commands.blockdata.outOfWorld=Cannot change block outside of the world +commands.blockdata.notValid=The target block is not a data holder block +commands.blockdata.failed=The data tag did not change: %s +commands.entitydata.usage=/entitydata +commands.entitydata.success=Entity data updated to: %s +commands.entitydata.tagError=Data tag parsing failed: %s +commands.entitydata.noPlayers=%s is a player and cannot be changed +commands.entitydata.failed=The data tag did not change: %s +commands.effect.usage=/effect [seconds] [amplifier] [hideParticles] OR /effect clear +commands.effect.notFound=There is no such mob effect with ID %d +commands.effect.success=Given %1$s (ID %2$d) * %3$d to %4$s for %5$d seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.success.removed.all=Took all effects from %s +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.effect.failure.notActive.all=Couldn't take any effects from %s as they do not have any +commands.enchant.usage=/enchant [level] +commands.enchant.notFound=There is no such enchantment with ID %d +commands.enchant.noItem=The target doesn't hold an item +commands.enchant.cantEnchant=The selected enchantment can't be added to the target item +commands.enchant.cantCombine=%1$s can't be combined with %2$s +commands.enchant.success=Enchanting succeeded +commands.particle.usage=/particle [count] [mode] [player] [params] +commands.particle.success=Playing effect %s for %d times +commands.particle.notFound=Unknown effect name (%s) +commands.particle.invalidParam=Invalid param given (%s) +commands.clear.usage=/clear [player] [item] [data] [maxCount] [dataTag] +commands.clear.success=Cleared the inventory of %s, removing %d items +commands.clear.testing=%s has %d items that match the criteria +commands.clear.failure=Could not clear the inventory of %s, no items to remove +commands.clear.tagError=Data tag parsing failed: %s +commands.downfall.usage=/toggledownfall +commands.downfall.success=Toggled downfall +commands.time.usage=/time +commands.time.added=Added %d to the time +commands.time.set=Set the time to %d +commands.time.query=Time is %d +commands.players.usage=/list +commands.players.list=There are %d/%d players online: +commands.banlist.ips=There are %d total banned IP addresses: +commands.banlist.players=There are %d total banned players: +commands.banlist.usage=/banlist [ips|players] +commands.kill.usage=/kill [player|entity] +commands.kill.successful=Killed %s +commands.kick.success=Kicked %s from the game +commands.kick.success.reason=Kicked %s from the game: '%s' +commands.kick.usage=/kick [reason ...] +commands.op.success=Opped %s +commands.op.failed=Could not op %s +commands.op.usage=/op +commands.deop.success=De-opped %s +commands.deop.failed=Could not de-op %s +commands.deop.usage=/deop +commands.say.usage=/say +commands.ban.success=Banned player %s +commands.ban.failed=Could not ban player %s +commands.ban.usage=/ban [reason ...] +commands.unban.success=Unbanned player %s +commands.unban.failed=Could not unban player %s +commands.unban.usage=/pardon +commands.banip.invalid=You have entered an invalid IP address or a player that is not online +commands.banip.success=Banned IP address %s +commands.banip.success.players=Banned IP address %s belonging to %s +commands.banip.usage=/ban-ip [reason ...] +commands.unbanip.invalid=You have entered an invalid IP address +commands.unbanip.success=Unbanned IP address %s +commands.unbanip.usage=/pardon-ip
+commands.save.usage=/save-all +commands.save-on.alreadyOn=Saving is already turned on +commands.save-on.usage=/save-on +commands.save-off.alreadyOff=Saving is already turned off +commands.save-off.usage=/save-off +commands.save.enabled=Turned on world auto-saving +commands.save.disabled=Turned off world auto-saving +commands.save.start=Saving... +commands.save.success=Saved the world +commands.save.failed=Saving failed: %s +commands.stop.usage=/stop +commands.stop.start=Stopping the server +commands.tp.usage=/tp [target player] OR /tp [target player] [ ] +commands.tp.success=Teleported %s to %s +commands.tp.success.coordinates=Teleported %s to %s, %s, %s +commands.tp.notSameDimension=Unable to teleport because players are not in the same dimension +commands.teleport.usage=/teleport [ ] +commands.teleport.success.coordinates=Teleported %s to %s, %s, %s +commands.whitelist.list=There are %d (out of %d seen) whitelisted players: +commands.whitelist.enabled=Turned on the whitelist +commands.whitelist.disabled=Turned off the whitelist +commands.whitelist.reloaded=Reloaded the whitelist +commands.whitelist.add.success=Added %s to the whitelist +commands.whitelist.add.failed=Could not add %s to the whitelist +commands.whitelist.add.usage=/whitelist add +commands.whitelist.remove.success=Removed %s from the whitelist +commands.whitelist.remove.failed=Could not remove %s from the whitelist +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.scoreboard.usage=/scoreboard ... +commands.scoreboard.noMultiWildcard=Only one user wildcard allowed +commands.scoreboard.allMatchesFailed=All matches failed +commands.scoreboard.teamNotFound=No team was found by the name '%s' +commands.scoreboard.objectiveNotFound=No objective was found by the name '%s' +commands.scoreboard.objectiveReadOnly=The objective '%s' is read-only and cannot be set +commands.scoreboard.objectives.usage=/scoreboard objectives ... +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [objective] +commands.scoreboard.objectives.setdisplay.invalidSlot=No such display slot '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Cleared objective display slot '%s' +commands.scoreboard.objectives.setdisplay.successSet=Set the display objective in slot '%s' to '%s' +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [display name ...] +commands.scoreboard.objectives.add.wrongType=Invalid objective criteria type '%s' +commands.scoreboard.objectives.add.alreadyExists=An objective with the name '%s' already exists +commands.scoreboard.objectives.add.tooLong=The name '%s' is too long for an objective, it can be at most %d characters long +commands.scoreboard.objectives.add.displayTooLong=The display name '%s' is too long for an objective, it can be at most %d characters long +commands.scoreboard.objectives.add.success=Added new objective '%s' successfully +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.remove.success=Removed objective '%s' successfully +commands.scoreboard.objectives.list.count=Showing %d objective(s) on scoreboard: +commands.scoreboard.objectives.list.entry=- %s: displays as '%s' and is type '%s' +commands.scoreboard.objectives.list.empty=There are no objectives on the scoreboard +commands.scoreboard.players.usage=/scoreboard players ... +commands.scoreboard.players.name.tooLong=The name '%s' is too long for a player, it can be at most %d characters long +commands.scoreboard.players.set.success=Set score of %s for player %s to %d +commands.scoreboard.players.set.tagMismatch=The dataTag does not match for %s +commands.scoreboard.players.set.tagError=Could not parse dataTag, reason: %s +commands.scoreboard.players.set.usage=/scoreboard players set [dataTag] +commands.scoreboard.players.add.usage=/scoreboard players add [dataTag] +commands.scoreboard.players.remove.usage=/scoreboard players remove [dataTag] +commands.scoreboard.players.reset.usage=/scoreboard players reset [objective] +commands.scoreboard.players.reset.success=Reset scores of player %s +commands.scoreboard.players.resetscore.success=Reset score %s of player %s +commands.scoreboard.players.list.usage=/scoreboard players list [name] +commands.scoreboard.players.list.count=Showing %d tracked players on the scoreboard: +commands.scoreboard.players.list.empty=There are no tracked players on the scoreboard +commands.scoreboard.players.list.player.count=Showing %d tracked objective(s) for %s: +commands.scoreboard.players.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.players.list.player.empty=Player %s has no scores recorded +commands.scoreboard.players.enable.usage=/scoreboard players enable +commands.scoreboard.players.enable.success=Enabled trigger %s for %s +commands.scoreboard.players.enable.noTrigger=Objective %s is not a trigger +commands.scoreboard.players.test.usage=/scoreboard players test [max] +commands.scoreboard.players.test.notFound=No %s score for %s found +commands.scoreboard.players.test.failed=Score %d is NOT in range %d to %d +commands.scoreboard.players.test.success=Score %d is in range %d to %d +commands.scoreboard.players.operation.usage=/scoreboard players operation +commands.scoreboard.players.operation.notFound=No %s score for %s found +commands.scoreboard.players.operation.invalidOperation=Invalid operation %s +commands.scoreboard.players.operation.success=Operation applied successfully +commands.scoreboard.players.tag.usage=/scoreboard players tag [dataTag] +commands.scoreboard.players.tag.tagMismatch=The dataTag does not match for %s +commands.scoreboard.players.tag.tooMany=Can't add more than %d tags to an entity +commands.scoreboard.players.tag.notFound=Entity didn't have the %s tag +commands.scoreboard.players.tag.success.add=Tag %s added +commands.scoreboard.players.tag.success.remove=Tag %s removed +commands.scoreboard.players.tag.list=Tags on entity %s are: +commands.scoreboard.teams.usage=/scoreboard teams ... +commands.scoreboard.teams.add.usage=/scoreboard teams add [display name ...] +commands.scoreboard.teams.add.alreadyExists=A team with the name '%s' already exists +commands.scoreboard.teams.add.tooLong=The name '%s' is too long for a team, it can be at most %d characters long +commands.scoreboard.teams.add.displayTooLong=The display name '%s' is too long for a team, it can be at most %d characters long +commands.scoreboard.teams.add.success=Added new team '%s' successfully +commands.scoreboard.teams.list.usage=/scoreboard teams list [name] +commands.scoreboard.teams.list.count=Showing %d teams on the scoreboard: +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' has %3$d players +commands.scoreboard.teams.list.empty=There are no teams registered on the scoreboard +commands.scoreboard.teams.list.player.count=Showing %d player(s) in team %s: +commands.scoreboard.teams.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.teams.list.player.empty=Team %s has no players +commands.scoreboard.teams.empty.usage=/scoreboard teams empty +commands.scoreboard.teams.empty.alreadyEmpty=Team %s is already empty, cannot remove nonexistant players +commands.scoreboard.teams.empty.success=Removed all %d player(s) from team %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.remove.success=Removed team %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [player] +commands.scoreboard.teams.join.success=Added %d player(s) to team %s: %s +commands.scoreboard.teams.join.failure=Could not add %d player(s) to team %s: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [player] +commands.scoreboard.teams.leave.success=Removed %d player(s) from their teams: %s +commands.scoreboard.teams.leave.failure=Could not remove %d player(s) from their teams: %s +commands.scoreboard.teams.leave.noTeam=You are not in a team +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.option.noValue=Valid values for option %s are: %s +commands.scoreboard.teams.option.success=Set option %s for team %s to %s +commands.execute.usage=/execute OR /execute detect +commands.execute.allInvocationsFailed=All invocations failed: '%s' +commands.execute.failed=Failed to execute '%s' as %s +commands.gamemode.success.self=Set own game mode to %s +commands.gamemode.success.other=Set %s's game mode to %s +commands.gamemode.usage=/gamemode [player] +commands.defaultgamemode.usage=/defaultgamemode +commands.defaultgamemode.success=The world's default game mode is now %s +commands.me.usage=/me +commands.help.header=--- Showing help page %d of %d (/help ) --- +commands.help.footer=Tip: Use the key while typing a command to auto-complete the command or its arguments +commands.help.usage=/help [page|command name] +commands.trigger.usage=/trigger +commands.trigger.invalidObjective=Invalid trigger name %s +commands.trigger.invalidMode=Invalid trigger mode %s +commands.trigger.disabled=Trigger %s is not enabled +commands.trigger.invalidPlayer=Only players can use the /trigger command +commands.trigger.success=Trigger %s changed with %s %s +commands.publish.usage=/publish +commands.publish.started=Local game hosted on port %s +commands.publish.failed=Unable to host local game +commands.debug.start=Started debug profiling +commands.debug.stop=Stopped debug profiling after %.2f seconds (%d ticks) +commands.debug.notStarted=Can't stop profiling when we haven't started yet! +commands.debug.usage=/debug +commands.chunkinfo.usage=/chunkinfo [ ] +commands.chunkinfo.location=Chunk location: (%d, %d, %d) +commands.chunkinfo.noChunk=No chunk found at chunk position %d, %d, %d +commands.chunkinfo.notEmpty=Chunk is not empty. +commands.chunkinfo.empty=Chunk is empty. +commands.chunkinfo.notCompiled=Chunk is not compiled. +commands.chunkinfo.compiled=Chunk is compiled. +commands.chunkinfo.hasNoRenderableLayers=Chunk has no renderable layers. +commands.chunkinfo.hasLayers=Chunk has layers: %s +commands.chunkinfo.isEmpty=Chunk has empty layers: %s +commands.chunkinfo.vertices=%s layer's buffer contains %d vertices +commands.chunkinfo.data=First 64 vertices are: %s +commands.tellraw.usage=/tellraw +commands.tellraw.jsonException=Invalid json: %s +commands.message.usage=/tell +commands.message.sameTarget=You can't send a private message to yourself! +commands.message.display.outgoing=You whisper to %s: %s +commands.message.display.incoming=%s whispers to you: %s +commands.difficulty.usage=/difficulty +commands.difficulty.success=Set game difficulty to %s +commands.spawnpoint.usage=/spawnpoint [player] [ ] +commands.spawnpoint.success=Set %s's spawn point to (%d, %d, %d) +commands.setworldspawn.usage=/setworldspawn [ ] +commands.setworldspawn.success=Set the world spawn point to (%d, %d, %d) +commands.gamerule.usage=/gamerule [value] +commands.gamerule.success=Game rule %s has been updated to %s +commands.gamerule.norule=No game rule called '%s' is available +commands.gamerule.nopermission=Only server owners can change '%s' +commands.weather.usage=/weather [duration in seconds] +commands.weather.clear=Changing to clear weather +commands.weather.rain=Changing to rainy weather +commands.weather.thunder=Changing to rain and thunder +commands.testfor.usage=/testfor [dataTag] +commands.testfor.failure=%s did not match the required data structure +commands.testfor.success=Found %s +commands.testfor.tagError=Data tag parsing failed: %s +commands.seed.usage=/seed +commands.seed.success=Seed: %s +commands.spreadplayers.usage=/spreadplayers +commands.spreadplayers.spreading.teams=Spreading %s teams %s blocks around %s,%s (min %s blocks apart) +commands.spreadplayers.spreading.players=Spreading %s players %s blocks around %s,%s (min %s blocks apart) +commands.spreadplayers.success.teams=Successfully spread %s teams around %s,%s +commands.spreadplayers.success.players=Successfully spread %s players around %s,%s +commands.spreadplayers.info.teams=(Average distance between teams is %s blocks apart after %s iterations) +commands.spreadplayers.info.players=(Average distance between players is %s blocks apart after %s iterations) +commands.spreadplayers.failure.teams=Could not spread %s teams around %s,%s (too many players for space - try using spread of at most %s) +commands.spreadplayers.failure.players=Could not spread %s players around %s,%s (too many players for space - try using spread of at most %s) +commands.achievement.usage=/achievement [player] +commands.achievement.unknownAchievement=Unknown achievement '%s' +commands.achievement.alreadyHave=Player %s already has achievement %s +commands.achievement.dontHave=Player %s doesn't have achievement %s +commands.achievement.give.success.all=Successfully given all achievements to %s +commands.achievement.give.success.one=Successfully given %s the achievement %s +commands.achievement.take.success.all=Successfully taken all achievements from %s +commands.achievement.take.success.one=Successfully taken the achievement %s from %s +commands.worldborder.usage=/worldborder ... +commands.worldborder.add.usage=/worldborder add [timeInSeconds] +commands.worldborder.set.usage=/worldborder set [timeInSeconds] +commands.worldborder.set.success=Set world border to %s blocks wide (from %s blocks) +commands.worldborder.get.success=World border is currently %s blocks wide +commands.worldborder.setSlowly.shrink.success=Shrinking world border to %s blocks wide (down from %s blocks) over %s seconds +commands.worldborder.setSlowly.grow.success=Growing world border to %s blocks wide (up from %s blocks) over %s seconds +commands.worldborder.center.usage=/worldborder center +commands.worldborder.center.success=Set world border center to %s,%s +commands.worldborder.damage.usage=/worldborder damage ... +commands.worldborder.damage.buffer.usage=/worldborder damage buffer +commands.worldborder.damage.buffer.success=Set world border damage buffer to %s blocks (from %s blocks) +commands.worldborder.damage.amount.usage=/worldborder damage amount +commands.worldborder.damage.amount.success=Set world border damage amount to %s per block (from %s per block) +commands.worldborder.warning.usage=/worldborder warning ... +commands.worldborder.warning.time.usage=/worldborder warning time +commands.worldborder.warning.time.success=Set world border warning to %s seconds away (from %s seconds) +commands.worldborder.warning.distance.usage=/worldborder warning distance +commands.worldborder.warning.distance.success=Set world border warning to %s blocks away (from %s blocks) +commands.title.usage=/title ... +commands.title.usage.title=/title title|subtitle +commands.title.usage.clear=/title clear|reset +commands.title.usage.times=/title times +commands.title.success=Title command successfully executed +commands.stopsound.usage=/stopsound [source] [sound] +commands.stopsound.unknownSoundSource=Source %s is unknown +commands.stopsound.success.individualSound=Stopped sound '%s' with source '%s' for %s +commands.stopsound.success.soundSource=Stopped source '%s' for %s +commands.stopsound.success.all=Stopped all sounds for %s + +itemGroup.buildingBlocks=Building Blocks +itemGroup.decorations=Decoration Blocks +itemGroup.redstone=Redstone +itemGroup.transportation=Transportation +itemGroup.misc=Miscellaneous +itemGroup.search=Search Items +itemGroup.food=Foodstuffs +itemGroup.tools=Tools +itemGroup.combat=Combat +itemGroup.brewing=Brewing +itemGroup.materials=Materials +itemGroup.inventory=Survival Inventory + +inventory.binSlot=Destroy Item + +advMode.setCommand=Set Console Command for Block +advMode.setCommand.success=Command set: %s +advMode.command=Console Command +advMode.nearestPlayer=Use "@p" to target nearest player +advMode.randomPlayer=Use "@r" to target random player +advMode.allPlayers=Use "@a" to target all players +advMode.allEntities=Use "@e" to target all entities +advMode.previousOutput=Previous Output +advMode.mode.sequence=Chain +advMode.mode.auto=Repeat +advMode.mode.redstone=Impulse +advMode.mode.conditional=Conditional +advMode.mode.unconditional=Unconditional +advMode.mode.redstoneTriggered=Needs Redstone +advMode.mode.autoexec.bat=Always Active + +advMode.notEnabled=Command blocks are not enabled on this server +advMode.notAllowed=Must be an opped player in creative mode + +mount.onboard=Press %1$s to dismount + +build.tooHigh=Height limit for building is %s blocks + +item.modifiers.mainhand=When in main hand: +item.modifiers.offhand=When in off hand: +item.modifiers.feet=When on feet: +item.modifiers.legs=When on legs: +item.modifiers.chest=When on body: +item.modifiers.head=When on head: + +attribute.modifier.plus.0=+%d %s +attribute.modifier.plus.1=+%d%% %s +attribute.modifier.plus.2=+%d%% %s +attribute.modifier.take.0=-%d %s +attribute.modifier.take.1=-%d%% %s +attribute.modifier.take.2=-%d%% %s +attribute.modifier.equals.0=%d %s +attribute.modifier.equals.1=%d%% %s +attribute.modifier.equals.2=%d%% %s + +attribute.name.horse.jumpStrength=Horse Jump Strength +attribute.name.zombie.spawnReinforcements=Zombie Reinforcements +attribute.name.generic.maxHealth=Max Health +attribute.name.generic.followRange=Mob Follow Range +attribute.name.generic.knockbackResistance=Knockback Resistance +attribute.name.generic.movementSpeed=Speed +attribute.name.generic.attackDamage=Attack Damage +attribute.name.generic.attackSpeed=Attack Speed +attribute.name.generic.luck=Luck +attribute.name.generic.armor=Armor +attribute.name.generic.armorToughness=Armor Toughness + +screenshot.success=Saved screenshot as %s +screenshot.failure=Couldn't save screenshot: %s + +item.banner.black.name=Black Banner +item.banner.red.name=Red Banner +item.banner.green.name=Green Banner +item.banner.brown.name=Brown Banner +item.banner.blue.name=Blue Banner +item.banner.purple.name=Purple Banner +item.banner.cyan.name=Cyan Banner +item.banner.silver.name=Light Gray Banner +item.banner.gray.name=Gray Banner +item.banner.pink.name=Pink Banner +item.banner.lime.name=Lime Banner +item.banner.yellow.name=Yellow Banner +item.banner.lightBlue.name=Light Blue Banner +item.banner.magenta.name=Magenta Banner +item.banner.orange.name=Orange Banner +item.banner.white.name=White Banner + +item.shield.name=Shield +item.shield.black.name=Black Shield +item.shield.red.name=Red Shield +item.shield.green.name=Green Shield +item.shield.brown.name=Brown Shield +item.shield.blue.name=Blue Shield +item.shield.purple.name=Purple Shield +item.shield.cyan.name=Cyan Shield +item.shield.silver.name=Light Gray Shield +item.shield.gray.name=Gray Shield +item.shield.pink.name=Pink Shield +item.shield.lime.name=Lime Shield +item.shield.yellow.name=Yellow Shield +item.shield.lightBlue.name=Light Blue Shield +item.shield.magenta.name=Magenta Shield +item.shield.orange.name=Orange Shield +item.shield.white.name=White Shield + +item.banner.square_bottom_left.black=Black Base Dexter Canton +item.banner.square_bottom_left.red=Red Base Dexter Canton +item.banner.square_bottom_left.green=Green Base Dexter Canton +item.banner.square_bottom_left.brown=Brown Base Dexter Canton +item.banner.square_bottom_left.blue=Blue Base Dexter Canton +item.banner.square_bottom_left.purple=Purple Base Dexter Canton +item.banner.square_bottom_left.cyan=Cyan Base Dexter Canton +item.banner.square_bottom_left.silver=Light Gray Base Dexter Canton +item.banner.square_bottom_left.gray=Gray Base Dexter Canton +item.banner.square_bottom_left.pink=Pink Base Dexter Canton +item.banner.square_bottom_left.lime=Lime Base Dexter Canton +item.banner.square_bottom_left.yellow=Yellow Base Dexter Canton +item.banner.square_bottom_left.lightBlue=Light Blue Base Dexter Canton +item.banner.square_bottom_left.magenta=Magenta Base Dexter Canton +item.banner.square_bottom_left.orange=Orange Base Dexter Canton +item.banner.square_bottom_left.white=White Base Dexter Canton + +item.banner.square_bottom_right.black=Black Base Sinister Canton +item.banner.square_bottom_right.red=Red Base Sinister Canton +item.banner.square_bottom_right.green=Green Base Sinister Canton +item.banner.square_bottom_right.brown=Brown Base Sinister Canton +item.banner.square_bottom_right.blue=Blue Base Sinister Canton +item.banner.square_bottom_right.purple=Purple Base Sinister Canton +item.banner.square_bottom_right.cyan=Cyan Base Sinister Canton +item.banner.square_bottom_right.silver=Light Gray Base Sinister Canton +item.banner.square_bottom_right.gray=Gray Base Sinister Canton +item.banner.square_bottom_right.pink=Pink Base Sinister Canton +item.banner.square_bottom_right.lime=Lime Base Sinister Canton +item.banner.square_bottom_right.yellow=Yellow Base Sinister Canton +item.banner.square_bottom_right.lightBlue=Light Blue Base Sinister Canton +item.banner.square_bottom_right.magenta=Magenta Base Sinister Canton +item.banner.square_bottom_right.orange=Orange Base Sinister Canton +item.banner.square_bottom_right.white=White Base Sinister Canton + +item.banner.square_top_left.black=Black Chief Dexter Canton +item.banner.square_top_left.red=Red Chief Dexter Canton +item.banner.square_top_left.green=Green Chief Dexter Canton +item.banner.square_top_left.brown=Brown Chief Dexter Canton +item.banner.square_top_left.blue=Blue Chief Dexter Canton +item.banner.square_top_left.purple=Purple Chief Dexter Canton +item.banner.square_top_left.cyan=Cyan Chief Dexter Canton +item.banner.square_top_left.silver=Light Gray Chief Dexter Canton +item.banner.square_top_left.gray=Gray Chief Dexter Canton +item.banner.square_top_left.pink=Pink Chief Dexter Canton +item.banner.square_top_left.lime=Lime Chief Dexter Canton +item.banner.square_top_left.yellow=Yellow Chief Dexter Canton +item.banner.square_top_left.lightBlue=Light Blue Chief Dexter Canton +item.banner.square_top_left.magenta=Magenta Chief Dexter Canton +item.banner.square_top_left.orange=Orange Chief Dexter Canton +item.banner.square_top_left.white=White Chief Dexter Canton + +item.banner.square_top_right.black=Black Chief Sinister Canton +item.banner.square_top_right.red=Red Chief Sinister Canton +item.banner.square_top_right.green=Green Chief Sinister Canton +item.banner.square_top_right.brown=Brown Chief Sinister Canton +item.banner.square_top_right.blue=Blue Chief Sinister Canton +item.banner.square_top_right.purple=Purple Chief Sinister Canton +item.banner.square_top_right.cyan=Cyan Chief Sinister Canton +item.banner.square_top_right.silver=Light Gray Chief Sinister Canton +item.banner.square_top_right.gray=Gray Chief Sinister Canton +item.banner.square_top_right.pink=Pink Chief Sinister Canton +item.banner.square_top_right.lime=Lime Chief Sinister Canton +item.banner.square_top_right.yellow=Yellow Chief Sinister Canton +item.banner.square_top_right.lightBlue=Light Blue Chief Sinister Canton +item.banner.square_top_right.magenta=Magenta Chief Sinister Canton +item.banner.square_top_right.orange=Orange Chief Sinister Canton +item.banner.square_top_right.white=White Chief Sinister Canton + +item.banner.stripe_bottom.black=Black Base Fess +item.banner.stripe_bottom.red=Red Base Fess +item.banner.stripe_bottom.green=Green Base Fess +item.banner.stripe_bottom.brown=Brown Base Fess +item.banner.stripe_bottom.blue=Blue Base Fess +item.banner.stripe_bottom.purple=Purple Base Fess +item.banner.stripe_bottom.cyan=Cyan Base Fess +item.banner.stripe_bottom.silver=Light Gray Base Fess +item.banner.stripe_bottom.gray=Gray Base Fess +item.banner.stripe_bottom.pink=Pink Base Fess +item.banner.stripe_bottom.lime=Lime Base Fess +item.banner.stripe_bottom.yellow=Yellow Base Fess +item.banner.stripe_bottom.lightBlue=Light Blue Base Fess +item.banner.stripe_bottom.magenta=Magenta Base Fess +item.banner.stripe_bottom.orange=Orange Base Fess +item.banner.stripe_bottom.white=White Base Fess + +item.banner.stripe_top.black=Black Chief Fess +item.banner.stripe_top.red=Red Chief Fess +item.banner.stripe_top.green=Green Chief Fess +item.banner.stripe_top.brown=Brown Chief Fess +item.banner.stripe_top.blue=Blue Chief Fess +item.banner.stripe_top.purple=Purple Chief Fess +item.banner.stripe_top.cyan=Cyan Chief Fess +item.banner.stripe_top.silver=Light Gray Chief Fess +item.banner.stripe_top.gray=Gray Chief Fess +item.banner.stripe_top.pink=Pink Chief Fess +item.banner.stripe_top.lime=Lime Chief Fess +item.banner.stripe_top.yellow=Yellow Chief Fess +item.banner.stripe_top.lightBlue=Light Blue Chief Fess +item.banner.stripe_top.magenta=Magenta Chief Fess +item.banner.stripe_top.orange=Orange Chief Fess +item.banner.stripe_top.white=White Chief Fess + +item.banner.stripe_left.black=Black Pale Dexter +item.banner.stripe_left.red=Red Pale Dexter +item.banner.stripe_left.green=Green Pale Dexter +item.banner.stripe_left.brown=Brown Pale Dexter +item.banner.stripe_left.blue=Blue Pale Dexter +item.banner.stripe_left.purple=Purple Pale Dexter +item.banner.stripe_left.cyan=Cyan Pale Dexter +item.banner.stripe_left.silver=Light Gray Pale Dexter +item.banner.stripe_left.gray=Gray Pale Dexter +item.banner.stripe_left.pink=Pink Pale Dexter +item.banner.stripe_left.lime=Lime Pale Dexter +item.banner.stripe_left.yellow=Yellow Pale Dexter +item.banner.stripe_left.lightBlue=Light Blue Pale Dexter +item.banner.stripe_left.magenta=Magenta Pale Dexter +item.banner.stripe_left.orange=Orange Pale Dexter +item.banner.stripe_left.white=White Pale Dexter + +item.banner.stripe_right.black=Black Pale Sinister +item.banner.stripe_right.red=Red Pale Sinister +item.banner.stripe_right.green=Green Pale Sinister +item.banner.stripe_right.brown=Brown Pale Sinister +item.banner.stripe_right.blue=Blue Pale Sinister +item.banner.stripe_right.purple=Purple Pale Sinister +item.banner.stripe_right.cyan=Cyan Pale Sinister +item.banner.stripe_right.silver=Light Gray Pale Sinister +item.banner.stripe_right.gray=Gray Pale Sinister +item.banner.stripe_right.pink=Pink Pale Sinister +item.banner.stripe_right.lime=Lime Pale Sinister +item.banner.stripe_right.yellow=Yellow Pale Sinister +item.banner.stripe_right.lightBlue=Light Blue Pale Sinister +item.banner.stripe_right.magenta=Magenta Pale Sinister +item.banner.stripe_right.orange=Orange Pale Sinister +item.banner.stripe_right.white=White Pale Sinister + +item.banner.stripe_center.black=Black Pale +item.banner.stripe_center.red=Red Pale +item.banner.stripe_center.green=Green Pale +item.banner.stripe_center.brown=Brown Pale +item.banner.stripe_center.blue=Blue Pale +item.banner.stripe_center.purple=Purple Pale +item.banner.stripe_center.cyan=Cyan Pale +item.banner.stripe_center.silver=Light Gray Pale +item.banner.stripe_center.gray=Gray Pale +item.banner.stripe_center.pink=Pink Pale +item.banner.stripe_center.lime=Lime Pale +item.banner.stripe_center.yellow=Yellow Pale +item.banner.stripe_center.lightBlue=Light Blue Pale +item.banner.stripe_center.magenta=Magenta Pale +item.banner.stripe_center.orange=Orange Pale +item.banner.stripe_center.white=White Pale + +item.banner.stripe_middle.black=Black Fess +item.banner.stripe_middle.red=Red Fess +item.banner.stripe_middle.green=Green Fess +item.banner.stripe_middle.brown=Brown Fess +item.banner.stripe_middle.blue=Blue Fess +item.banner.stripe_middle.purple=Purple Fess +item.banner.stripe_middle.cyan=Cyan Fess +item.banner.stripe_middle.silver=Light Gray Fess +item.banner.stripe_middle.gray=Gray Fess +item.banner.stripe_middle.pink=Pink Fess +item.banner.stripe_middle.lime=Lime Fess +item.banner.stripe_middle.yellow=Yellow Fess +item.banner.stripe_middle.lightBlue=Light Blue Fess +item.banner.stripe_middle.magenta=Magenta Fess +item.banner.stripe_middle.orange=Orange Fess +item.banner.stripe_middle.white=White Fess + +item.banner.stripe_downright.black=Black Bend +item.banner.stripe_downright.red=Red Bend +item.banner.stripe_downright.green=Green Bend +item.banner.stripe_downright.brown=Brown Bend +item.banner.stripe_downright.blue=Blue Bend +item.banner.stripe_downright.purple=Purple Bend +item.banner.stripe_downright.cyan=Cyan Bend +item.banner.stripe_downright.silver=Light Gray Bend +item.banner.stripe_downright.gray=Gray Bend +item.banner.stripe_downright.pink=Pink Bend +item.banner.stripe_downright.lime=Lime Bend +item.banner.stripe_downright.yellow=Yellow Bend +item.banner.stripe_downright.lightBlue=Light Blue Bend +item.banner.stripe_downright.magenta=Magenta Bend +item.banner.stripe_downright.orange=Orange Bend +item.banner.stripe_downright.white=White Bend + +item.banner.stripe_downleft.black=Black Bend Sinister +item.banner.stripe_downleft.red=Red Bend Sinister +item.banner.stripe_downleft.green=Green Bend Sinister +item.banner.stripe_downleft.brown=Brown Bend Sinister +item.banner.stripe_downleft.blue=Blue Bend Sinister +item.banner.stripe_downleft.purple=Purple Bend Sinister +item.banner.stripe_downleft.cyan=Cyan Bend Sinister +item.banner.stripe_downleft.silver=Light Gray Bend Sinister +item.banner.stripe_downleft.gray=Gray Bend Sinister +item.banner.stripe_downleft.pink=Pink Bend Sinister +item.banner.stripe_downleft.lime=Lime Bend Sinister +item.banner.stripe_downleft.yellow=Yellow Bend Sinister +item.banner.stripe_downleft.lightBlue=Light Blue Bend Sinister +item.banner.stripe_downleft.magenta=Magenta Bend Sinister +item.banner.stripe_downleft.orange=Orange Bend Sinister +item.banner.stripe_downleft.white=White Bend Sinister + +item.banner.small_stripes.black=Black Paly +item.banner.small_stripes.red=Red Paly +item.banner.small_stripes.green=Green Paly +item.banner.small_stripes.brown=Brown Paly +item.banner.small_stripes.blue=Blue Paly +item.banner.small_stripes.purple=Purple Paly +item.banner.small_stripes.cyan=Cyan Paly +item.banner.small_stripes.silver=Light Gray Paly +item.banner.small_stripes.gray=Gray Paly +item.banner.small_stripes.pink=Pink Paly +item.banner.small_stripes.lime=Lime Paly +item.banner.small_stripes.yellow=Yellow Paly +item.banner.small_stripes.lightBlue=Light Blue Paly +item.banner.small_stripes.magenta=Magenta Paly +item.banner.small_stripes.orange=Orange Paly +item.banner.small_stripes.white=White Paly + +item.banner.cross.black=Black Saltire +item.banner.cross.red=Red Saltire +item.banner.cross.green=Green Saltire +item.banner.cross.brown=Brown Saltire +item.banner.cross.blue=Blue Saltire +item.banner.cross.purple=Purple Saltire +item.banner.cross.cyan=Cyan Saltire +item.banner.cross.silver=Light Gray Saltire +item.banner.cross.gray=Gray Saltire +item.banner.cross.pink=Pink Saltire +item.banner.cross.lime=Lime Saltire +item.banner.cross.yellow=Yellow Saltire +item.banner.cross.lightBlue=Light Blue Saltire +item.banner.cross.magenta=Magenta Saltire +item.banner.cross.orange=Orange Saltire +item.banner.cross.white=White Saltire + +item.banner.triangle_bottom.black=Black Chevron +item.banner.triangle_bottom.red=Red Chevron +item.banner.triangle_bottom.green=Green Chevron +item.banner.triangle_bottom.brown=Brown Chevron +item.banner.triangle_bottom.blue=Blue Chevron +item.banner.triangle_bottom.purple=Purple Chevron +item.banner.triangle_bottom.cyan=Cyan Chevron +item.banner.triangle_bottom.silver=Light Gray Chevron +item.banner.triangle_bottom.gray=Gray Chevron +item.banner.triangle_bottom.pink=Pink Chevron +item.banner.triangle_bottom.lime=Lime Chevron +item.banner.triangle_bottom.yellow=Yellow Chevron +item.banner.triangle_bottom.lightBlue=Light Blue Chevron +item.banner.triangle_bottom.magenta=Magenta Chevron +item.banner.triangle_bottom.orange=Orange Chevron +item.banner.triangle_bottom.white=White Chevron + +item.banner.triangle_top.black=Black Inverted Chevron +item.banner.triangle_top.red=Red Inverted Chevron +item.banner.triangle_top.green=Green Inverted Chevron +item.banner.triangle_top.brown=Brown Inverted Chevron +item.banner.triangle_top.blue=Blue Inverted Chevron +item.banner.triangle_top.purple=Purple Inverted Chevron +item.banner.triangle_top.cyan=Cyan Inverted Chevron +item.banner.triangle_top.silver=Light Gray Inverted Chevron +item.banner.triangle_top.gray=Gray Inverted Chevron +item.banner.triangle_top.pink=Pink Inverted Chevron +item.banner.triangle_top.lime=Lime Inverted Chevron +item.banner.triangle_top.yellow=Yellow Inverted Chevron +item.banner.triangle_top.lightBlue=Light Blue Inverted Chevron +item.banner.triangle_top.magenta=Magenta Inverted Chevron +item.banner.triangle_top.orange=Orange Inverted Chevron +item.banner.triangle_top.white=White Inverted Chevron + +item.banner.triangles_bottom.black=Black Base Indented +item.banner.triangles_bottom.red=Red Base Indented +item.banner.triangles_bottom.green=Green Base Indented +item.banner.triangles_bottom.brown=Brown Base Indented +item.banner.triangles_bottom.blue=Blue Base Indented +item.banner.triangles_bottom.purple=Purple Base Indented +item.banner.triangles_bottom.cyan=Cyan Base Indented +item.banner.triangles_bottom.silver=Light Gray Base Indented +item.banner.triangles_bottom.gray=Gray Base Indented +item.banner.triangles_bottom.pink=Pink Base Indented +item.banner.triangles_bottom.lime=Lime Base Indented +item.banner.triangles_bottom.yellow=Yellow Base Indented +item.banner.triangles_bottom.lightBlue=Light Blue Base Indented +item.banner.triangles_bottom.magenta=Magenta Base Indented +item.banner.triangles_bottom.orange=Orange Base Indented +item.banner.triangles_bottom.white=White Base Indented + +item.banner.triangles_top.black=Black Chief Indented +item.banner.triangles_top.red=Red Chief Indented +item.banner.triangles_top.green=Green Chief Indented +item.banner.triangles_top.brown=Brown Chief Indented +item.banner.triangles_top.blue=Blue Chief Indented +item.banner.triangles_top.purple=Purple Chief Indented +item.banner.triangles_top.cyan=Cyan Chief Indented +item.banner.triangles_top.silver=Light Gray Chief Indented +item.banner.triangles_top.gray=Gray Chief Indented +item.banner.triangles_top.pink=Pink Chief Indented +item.banner.triangles_top.lime=Lime Chief Indented +item.banner.triangles_top.yellow=Yellow Chief Indented +item.banner.triangles_top.lightBlue=Light Blue Chief Indented +item.banner.triangles_top.magenta=Magenta Chief Indented +item.banner.triangles_top.orange=Orange Chief Indented +item.banner.triangles_top.white=White Chief Indented + +item.banner.diagonal_left.black=Black Per Bend Sinister +item.banner.diagonal_left.red=Red Per Bend Sinister +item.banner.diagonal_left.green=Green Per Bend Sinister +item.banner.diagonal_left.brown=Brown Per Bend Sinister +item.banner.diagonal_left.blue=Blue Per Bend Sinister +item.banner.diagonal_left.purple=Purple Per Bend Sinister +item.banner.diagonal_left.cyan=Cyan Per Bend Sinister +item.banner.diagonal_left.silver=Light Gray Per Bend Sinister +item.banner.diagonal_left.gray=Gray Per Bend Sinister +item.banner.diagonal_left.pink=Pink Per Bend Sinister +item.banner.diagonal_left.lime=Lime Per Bend Sinister +item.banner.diagonal_left.yellow=Yellow Per Bend Sinister +item.banner.diagonal_left.lightBlue=Light Blue Per Bend Sinister +item.banner.diagonal_left.magenta=Magenta Per Bend Sinister +item.banner.diagonal_left.orange=Orange Per Bend Sinister +item.banner.diagonal_left.white=White Per Bend Sinister + +item.banner.diagonal_right.black=Black Per Bend +item.banner.diagonal_right.red=Red Per Bend +item.banner.diagonal_right.green=Green Per Bend +item.banner.diagonal_right.brown=Brown Per Bend +item.banner.diagonal_right.blue=Blue Per Bend +item.banner.diagonal_right.purple=Purple Per Bend +item.banner.diagonal_right.cyan=Cyan Per Bend +item.banner.diagonal_right.silver=Light Gray Per Bend +item.banner.diagonal_right.gray=Gray Per Bend +item.banner.diagonal_right.pink=Pink Per Bend +item.banner.diagonal_right.lime=Lime Per Bend +item.banner.diagonal_right.yellow=Yellow Per Bend +item.banner.diagonal_right.lightBlue=Light Blue Per Bend +item.banner.diagonal_right.magenta=Magenta Per Bend +item.banner.diagonal_right.orange=Orange Per Bend +item.banner.diagonal_right.white=White Per Bend + +item.banner.diagonal_up_left.black=Black Per Bend Inverted +item.banner.diagonal_up_left.red=Red Per Bend Inverted +item.banner.diagonal_up_left.green=Green Per Bend Inverted +item.banner.diagonal_up_left.brown=Brown Per Bend Inverted +item.banner.diagonal_up_left.blue=Blue Per Bend Inverted +item.banner.diagonal_up_left.purple=Purple Per Bend Inverted +item.banner.diagonal_up_left.cyan=Cyan Per Bend Inverted +item.banner.diagonal_up_left.silver=Light Gray Per Bend Inverted +item.banner.diagonal_up_left.gray=Gray Per Bend Inverted +item.banner.diagonal_up_left.pink=Pink Per Bend Inverted +item.banner.diagonal_up_left.lime=Lime Per Bend Inverted +item.banner.diagonal_up_left.yellow=Yellow Per Bend Inverted +item.banner.diagonal_up_left.lightBlue=Light Blue Per Bend Inverted +item.banner.diagonal_up_left.magenta=Magenta Per Bend Inverted +item.banner.diagonal_up_left.orange=Orange Per Bend Inverted +item.banner.diagonal_up_left.white=White Per Bend Inverted + +item.banner.diagonal_up_right.black=Black Per Bend Sinister Inverted +item.banner.diagonal_up_right.red=Red Per Bend Sinister Inverted +item.banner.diagonal_up_right.green=Green Per Bend Sinister Inverted +item.banner.diagonal_up_right.brown=Brown Per Bend Sinister Inverted +item.banner.diagonal_up_right.blue=Blue Per Bend Sinister Inverted +item.banner.diagonal_up_right.purple=Purple Per Bend Sinister Inverted +item.banner.diagonal_up_right.cyan=Cyan Per Bend Sinister Inverted +item.banner.diagonal_up_right.silver=Light Gray Per Bend Sinister Inverted +item.banner.diagonal_up_right.gray=Gray Per Bend Sinister Inverted +item.banner.diagonal_up_right.pink=Pink Per Bend Sinister Inverted +item.banner.diagonal_up_right.lime=Lime Per Bend Sinister Inverted +item.banner.diagonal_up_right.yellow=Yellow Per Bend Sinister Inverted +item.banner.diagonal_up_right.lightBlue=Light Blue Per Bend Sinister Inverted +item.banner.diagonal_up_right.magenta=Magenta Per Bend Sinister Inverted +item.banner.diagonal_up_right.orange=Orange Per Bend Sinister Inverted +item.banner.diagonal_up_right.white=White Per Bend Sinister Inverted + +item.banner.circle.black=Black Roundel +item.banner.circle.red=Red Roundel +item.banner.circle.green=Green Roundel +item.banner.circle.brown=Brown Roundel +item.banner.circle.blue=Blue Roundel +item.banner.circle.purple=Purple Roundel +item.banner.circle.cyan=Cyan Roundel +item.banner.circle.silver=Light Gray Roundel +item.banner.circle.gray=Gray Roundel +item.banner.circle.pink=Pink Roundel +item.banner.circle.lime=Lime Roundel +item.banner.circle.yellow=Yellow Roundel +item.banner.circle.lightBlue=Light Blue Roundel +item.banner.circle.magenta=Magenta Roundel +item.banner.circle.orange=Orange Roundel +item.banner.circle.white=White Roundel + +item.banner.rhombus.black=Black Lozenge +item.banner.rhombus.red=Red Lozenge +item.banner.rhombus.green=Green Lozenge +item.banner.rhombus.brown=Brown Lozenge +item.banner.rhombus.blue=Blue Lozenge +item.banner.rhombus.purple=Purple Lozenge +item.banner.rhombus.cyan=Cyan Lozenge +item.banner.rhombus.silver=Light Gray Lozenge +item.banner.rhombus.gray=Gray Lozenge +item.banner.rhombus.pink=Pink Lozenge +item.banner.rhombus.lime=Lime Lozenge +item.banner.rhombus.yellow=Yellow Lozenge +item.banner.rhombus.lightBlue=Light Blue Lozenge +item.banner.rhombus.magenta=Magenta Lozenge +item.banner.rhombus.orange=Orange Lozenge +item.banner.rhombus.white=White Lozenge + +item.banner.half_vertical.black=Black Per Pale +item.banner.half_vertical.red=Red Per Pale +item.banner.half_vertical.green=Green Per Pale +item.banner.half_vertical.brown=Brown Per Pale +item.banner.half_vertical.blue=Blue Per Pale +item.banner.half_vertical.purple=Purple Per Pale +item.banner.half_vertical.cyan=Cyan Per Pale +item.banner.half_vertical.silver=Light Gray Per Pale +item.banner.half_vertical.gray=Gray Per Pale +item.banner.half_vertical.pink=Pink Per Pale +item.banner.half_vertical.lime=Lime Per Pale +item.banner.half_vertical.yellow=Yellow Per Pale +item.banner.half_vertical.lightBlue=Light Blue Per Pale +item.banner.half_vertical.magenta=Magenta Per Pale +item.banner.half_vertical.orange=Orange Per Pale +item.banner.half_vertical.white=White Per Pale + +item.banner.half_horizontal.black=Black Per Fess +item.banner.half_horizontal.red=Red Per Fess +item.banner.half_horizontal.green=Green Per Fess +item.banner.half_horizontal.brown=Brown Per Fess +item.banner.half_horizontal.blue=Blue Per Fess +item.banner.half_horizontal.purple=Purple Per Fess +item.banner.half_horizontal.cyan=Cyan Per Fess +item.banner.half_horizontal.silver=Light Gray Per Fess +item.banner.half_horizontal.gray=Gray Per Fess +item.banner.half_horizontal.pink=Pink Per Fess +item.banner.half_horizontal.lime=Lime Per Fess +item.banner.half_horizontal.yellow=Yellow Per Fess +item.banner.half_horizontal.lightBlue=Light Blue Per Fess +item.banner.half_horizontal.magenta=Magenta Per Fess +item.banner.half_horizontal.orange=Orange Per Fess +item.banner.half_horizontal.white=White Per Fess + +item.banner.half_vertical_right.black=Black Per Pale Inverted +item.banner.half_vertical_right.red=Red Per Pale Inverted +item.banner.half_vertical_right.green=Green Per Pale Inverted +item.banner.half_vertical_right.brown=Brown Per Pale Inverted +item.banner.half_vertical_right.blue=Blue Per Pale Inverted +item.banner.half_vertical_right.purple=Purple Per Pale Inverted +item.banner.half_vertical_right.cyan=Cyan Per Pale Inverted +item.banner.half_vertical_right.silver=Light Gray Per Pale Inverted +item.banner.half_vertical_right.gray=Gray Per Pale Inverted +item.banner.half_vertical_right.pink=Pink Per Pale Inverted +item.banner.half_vertical_right.lime=Lime Per Pale Inverted +item.banner.half_vertical_right.yellow=Yellow Per Pale Inverted +item.banner.half_vertical_right.lightBlue=Light Blue Per Pale Inverted +item.banner.half_vertical_right.magenta=Magenta Per Pale Inverted +item.banner.half_vertical_right.orange=Orange Per Pale Inverted +item.banner.half_vertical_right.white=White Per Pale Inverted + +item.banner.half_horizontal_bottom.black=Black Per Fess Inverted +item.banner.half_horizontal_bottom.red=Red Per Fess Inverted +item.banner.half_horizontal_bottom.green=Green Per Fess Inverted +item.banner.half_horizontal_bottom.brown=Brown Per Fess Inverted +item.banner.half_horizontal_bottom.blue=Blue Per Fess Inverted +item.banner.half_horizontal_bottom.purple=Purple Per Fess Inverted +item.banner.half_horizontal_bottom.cyan=Cyan Per Fess Inverted +item.banner.half_horizontal_bottom.silver=Light Gray Per Fess Inverted +item.banner.half_horizontal_bottom.gray=Gray Per Fess Inverted +item.banner.half_horizontal_bottom.pink=Pink Per Fess Inverted +item.banner.half_horizontal_bottom.lime=Lime Per Fess Inverted +item.banner.half_horizontal_bottom.yellow=Yellow Per Fess Inverted +item.banner.half_horizontal_bottom.lightBlue=Light Blue Per Fess Inverted +item.banner.half_horizontal_bottom.magenta=Magenta Per Fess Inverted +item.banner.half_horizontal_bottom.orange=Orange Per Fess Inverted +item.banner.half_horizontal_bottom.white=White Per Fess Inverted + +item.banner.creeper.black=Black Creeper Charge +item.banner.creeper.red=Red Creeper Charge +item.banner.creeper.green=Green Creeper Charge +item.banner.creeper.brown=Brown Creeper Charge +item.banner.creeper.blue=Blue Creeper Charge +item.banner.creeper.purple=Purple Creeper Charge +item.banner.creeper.cyan=Cyan Creeper Charge +item.banner.creeper.silver=Light Gray Creeper Charge +item.banner.creeper.gray=Gray Creeper Charge +item.banner.creeper.pink=Pink Creeper Charge +item.banner.creeper.lime=Lime Creeper Charge +item.banner.creeper.yellow=Yellow Creeper Charge +item.banner.creeper.lightBlue=Light Blue Creeper Charge +item.banner.creeper.magenta=Magenta Creeper Charge +item.banner.creeper.orange=Orange Creeper Charge +item.banner.creeper.white=White Creeper Charge + +item.banner.bricks.black=Black Field Masoned +item.banner.bricks.red=Red Field Masoned +item.banner.bricks.green=Green Field Masoned +item.banner.bricks.brown=Brown Field Masoned +item.banner.bricks.blue=Blue Field Masoned +item.banner.bricks.purple=Purple Field Masoned +item.banner.bricks.cyan=Cyan Field Masoned +item.banner.bricks.silver=Light Gray Field Masoned +item.banner.bricks.gray=Gray Field Masoned +item.banner.bricks.pink=Pink Field Masoned +item.banner.bricks.lime=Lime Field Masoned +item.banner.bricks.yellow=Yellow Field Masoned +item.banner.bricks.lightBlue=Light Blue Field Masoned +item.banner.bricks.magenta=Magenta Field Masoned +item.banner.bricks.orange=Orange Field Masoned +item.banner.bricks.white=White Field Masoned + +item.banner.gradient.black=Black Gradient +item.banner.gradient.red=Red Gradient +item.banner.gradient.green=Green Gradient +item.banner.gradient.brown=Brown Gradient +item.banner.gradient.blue=Blue Gradient +item.banner.gradient.purple=Purple Gradient +item.banner.gradient.cyan=Cyan Gradient +item.banner.gradient.silver=Light Gray Gradient +item.banner.gradient.gray=Gray Gradient +item.banner.gradient.pink=Pink Gradient +item.banner.gradient.lime=Lime Gradient +item.banner.gradient.yellow=Yellow Gradient +item.banner.gradient.lightBlue=Light Blue Gradient +item.banner.gradient.magenta=Magenta Gradient +item.banner.gradient.orange=Orange Gradient +item.banner.gradient.white=White Gradient + +item.banner.gradient_up.black=Black Base Gradient +item.banner.gradient_up.red=Red Base Gradient +item.banner.gradient_up.green=Green Base Gradient +item.banner.gradient_up.brown=Brown Base Gradient +item.banner.gradient_up.blue=Blue Base Gradient +item.banner.gradient_up.purple=Purple Base Gradient +item.banner.gradient_up.cyan=Cyan Base Gradient +item.banner.gradient_up.silver=Light Gray Base Gradient +item.banner.gradient_up.gray=Gray Base Gradient +item.banner.gradient_up.pink=Pink Base Gradient +item.banner.gradient_up.lime=Lime Base Gradient +item.banner.gradient_up.yellow=Yellow Base Gradient +item.banner.gradient_up.lightBlue=Light Blue Base Gradient +item.banner.gradient_up.magenta=Magenta Base Gradient +item.banner.gradient_up.orange=Orange Base Gradient +item.banner.gradient_up.white=White Base Gradient + +item.banner.skull.black=Black Skull Charge +item.banner.skull.red=Red Skull Charge +item.banner.skull.green=Green Skull Charge +item.banner.skull.brown=Brown Skull Charge +item.banner.skull.blue=Blue Skull Charge +item.banner.skull.purple=Purple Skull Charge +item.banner.skull.cyan=Cyan Skull Charge +item.banner.skull.silver=Light Gray Skull Charge +item.banner.skull.gray=Gray Skull Charge +item.banner.skull.pink=Pink Skull Charge +item.banner.skull.lime=Lime Skull Charge +item.banner.skull.yellow=Yellow Skull Charge +item.banner.skull.lightBlue=Light Blue Skull Charge +item.banner.skull.magenta=Magenta Skull Charge +item.banner.skull.orange=Orange Skull Charge +item.banner.skull.white=White Skull Charge + +item.banner.flower.black=Black Flower Charge +item.banner.flower.red=Red Flower Charge +item.banner.flower.green=Green Flower Charge +item.banner.flower.brown=Brown Flower Charge +item.banner.flower.blue=Blue Flower Charge +item.banner.flower.purple=Purple Flower Charge +item.banner.flower.cyan=Cyan Flower Charge +item.banner.flower.silver=Light Gray Flower Charge +item.banner.flower.gray=Gray Flower Charge +item.banner.flower.pink=Pink Flower Charge +item.banner.flower.lime=Lime Flower Charge +item.banner.flower.yellow=Yellow Flower Charge +item.banner.flower.lightBlue=Light Blue Flower Charge +item.banner.flower.magenta=Magenta Flower Charge +item.banner.flower.orange=Orange Flower Charge +item.banner.flower.white=White Flower Charge + +item.banner.border.black=Black Bordure +item.banner.border.red=Red Bordure +item.banner.border.green=Green Bordure +item.banner.border.brown=Brown Bordure +item.banner.border.blue=Blue Bordure +item.banner.border.purple=Purple Bordure +item.banner.border.cyan=Cyan Bordure +item.banner.border.silver=Light Gray Bordure +item.banner.border.gray=Gray Bordure +item.banner.border.pink=Pink Bordure +item.banner.border.lime=Lime Bordure +item.banner.border.yellow=Yellow Bordure +item.banner.border.lightBlue=Light Blue Bordure +item.banner.border.magenta=Magenta Bordure +item.banner.border.orange=Orange Bordure +item.banner.border.white=White Bordure + +item.banner.curly_border.black=Black Bordure Indented +item.banner.curly_border.red=Red Bordure Indented +item.banner.curly_border.green=Green Bordure Indented +item.banner.curly_border.brown=Brown Bordure Indented +item.banner.curly_border.blue=Blue Bordure Indented +item.banner.curly_border.purple=Purple Bordure Indented +item.banner.curly_border.cyan=Cyan Bordure Indented +item.banner.curly_border.silver=Light Gray Bordure Indented +item.banner.curly_border.gray=Gray Bordure Indented +item.banner.curly_border.pink=Pink Bordure Indented +item.banner.curly_border.lime=Lime Bordure Indented +item.banner.curly_border.yellow=Yellow Bordure Indented +item.banner.curly_border.lightBlue=Light Blue Bordure Indented +item.banner.curly_border.magenta=Magenta Bordure Indented +item.banner.curly_border.orange=Orange Bordure Indented +item.banner.curly_border.white=White Bordure Indented + +item.banner.mojang.black=Black Thing +item.banner.mojang.red=Red Thing +item.banner.mojang.green=Green Thing +item.banner.mojang.brown=Brown Thing +item.banner.mojang.blue=Blue Thing +item.banner.mojang.purple=Purple Thing +item.banner.mojang.cyan=Cyan Thing +item.banner.mojang.silver=Light Gray Thing +item.banner.mojang.gray=Gray Thing +item.banner.mojang.pink=Pink Thing +item.banner.mojang.lime=Lime Thing +item.banner.mojang.yellow=Yellow Thing +item.banner.mojang.lightBlue=Light Blue Thing +item.banner.mojang.magenta=Magenta Thing +item.banner.mojang.orange=Orange Thing +item.banner.mojang.white=White Thing + +item.banner.straight_cross.black=Black Cross +item.banner.straight_cross.red=Red Cross +item.banner.straight_cross.green=Green Cross +item.banner.straight_cross.brown=Brown Cross +item.banner.straight_cross.blue=Blue Cross +item.banner.straight_cross.purple=Purple Cross +item.banner.straight_cross.cyan=Cyan Cross +item.banner.straight_cross.silver=Light Gray Cross +item.banner.straight_cross.gray=Gray Cross +item.banner.straight_cross.pink=Pink Cross +item.banner.straight_cross.lime=Lime Cross +item.banner.straight_cross.yellow=Yellow Cross +item.banner.straight_cross.lightBlue=Light Blue Cross +item.banner.straight_cross.magenta=Magenta Cross +item.banner.straight_cross.orange=Orange Cross +item.banner.straight_cross.white=White Cross + +subtitles.ambient.cave=Eerie noise +subtitles.block.anvil.destroy=Anvil destroyed +subtitles.block.anvil.land=Anvil landed +subtitles.block.anvil.use=Anvil used +subtitles.block.brewing_stand.brew=Brewing Stand bubbles +subtitles.block.button.click=Button clicks +subtitles.block.chest.close=Chest closes +subtitles.block.chest.locked=Chest locked +subtitles.block.chest.open=Chest opens +subtitles.block.chorus_flower.death=Chorus Flower withers +subtitles.block.chorus_flower.grow=Chorus Flower grows +subtitles.block.comparator.click=Comparator clicks +subtitles.block.dispenser.dispense=Dispensed item +subtitles.block.dispenser.fail=Dispenser failed +subtitles.block.door.toggle=Door creaks +subtitles.block.fence_gate.toggle=Fence Gate creaks +subtitles.block.fire.ambient=Fire crackles +subtitles.block.fire.extinguish=Fire extinguished +subtitles.block.furnace.fire_crackle=Furnace crackles +subtitles.block.generic.break=Block broken +subtitles.block.generic.footsteps=Footsteps +subtitles.block.generic.hit=Block breaking +subtitles.block.generic.place=Block placed +subtitles.block.iron_trapdoor.close=Trapdoor opens +subtitles.block.iron_trapdoor.open=Trapdoor closes +subtitles.block.lava.ambient=Lava pops +subtitles.block.lava.extinguish=Lava hisses +subtitles.block.lever.click=Lever clicks +subtitles.block.note.note=Noteblock plays +subtitles.block.piston.move=Piston moves +subtitles.block.portal.ambient=Portal whooshes +subtitles.block.pressure_plate.click=Pressure Plate clicks +subtitles.block.redstone_torch.burnout=Torch fizzes +subtitles.block.trapdoor.toggle=Trapdoor creaks +subtitles.block.tripwire.attach=Tripwire attaches +subtitles.block.tripwire.click=Tripwire clicks +subtitles.block.tripwire.detach=Tripwire detaches +subtitles.block.water.ambient=Water flows +subtitles.enchant.thorns.hit=Thorns prick +subtitles.entity.armorstand.fall=Something fell +subtitles.entity.arrow.hit=Arrow hits +subtitles.entity.arrow.hit_player=Player hit +subtitles.entity.arrow.shoot=Arrow fired +subtitles.entity.bat.ambient=Bat screeches +subtitles.entity.bat.death=Bat dies +subtitles.entity.bat.hurt=Bat hurts +subtitles.entity.bat.takeoff=Bat takes off +subtitles.entity.blaze.ambient=Blaze breathes +subtitles.entity.blaze.burn=Blaze crackles +subtitles.entity.blaze.death=Blaze dies +subtitles.entity.blaze.hurt=Blaze hurts +subtitles.entity.blaze.shoot=Blaze shoots +subtitles.entity.bobber.splash=Fishing hook splashes +subtitles.entity.bobber.throw=Bobber thrown +subtitles.entity.cat.ambient=Cat meows +subtitles.entity.cat.death=Cat dies +subtitles.entity.cat.hurt=Cat hurts +subtitles.entity.chicken.ambient=Chicken clucks +subtitles.entity.chicken.death=Chicken dies +subtitles.entity.chicken.egg=Chicken plops +subtitles.entity.chicken.hurt=Chicken hurts +subtitles.entity.cow.ambient=Cow moos +subtitles.entity.cow.death=Cow dies +subtitles.entity.cow.hurt=Cow hurts +subtitles.entity.cow.milk=Cow gets milked +subtitles.entity.creeper.death=Creeper dies +subtitles.entity.creeper.hurt=Creeper hurts +subtitles.entity.creeper.primed=Creeper hisses +subtitles.entity.donkey.ambient=Donkey hee-haws +subtitles.entity.donkey.angry=Donkey neighs +subtitles.entity.donkey.chest=Donkey Chest equips +subtitles.entity.donkey.death=Donkey dies +subtitles.entity.donkey.hurt=Donkey hurts +subtitles.entity.egg.throw=Egg flies +subtitles.entity.enderdragon.ambient=Dragon roars +subtitles.entity.enderdragon.death=Dragon dies +subtitles.entity.enderdragon.flap=Dragon flaps +subtitles.entity.enderdragon.growl=Dragon growls +subtitles.entity.enderdragon.hurt=Dragon hurts +subtitles.entity.enderdragon.shoot=Dragon shoots +subtitles.entity.endereye.launch=Eye of Ender shoots +subtitles.entity.enderman.ambient=Enderman vwoops +subtitles.entity.enderman.death=Enderman dies +subtitles.entity.enderman.hurt=Enderman hurts +subtitles.entity.enderman.stare=Enderman cries out +subtitles.entity.enderman.teleport=Enderman teleports +subtitles.entity.endermite.ambient=Endermite scuttles +subtitles.entity.endermite.death=Endermite dies +subtitles.entity.endermite.hurt=Endermite hurts +subtitles.entity.enderpearl.throw=Ender Pearl flies +subtitles.entity.experience_orb.pickup=Experience gained +subtitles.entity.firework.blast=Firework blasts +subtitles.entity.firework.launch=Firework launches +subtitles.entity.firework.twinkle=Firework twinkles +subtitles.entity.generic.big_fall=Something fell +subtitles.entity.generic.burn=Burning +subtitles.entity.generic.death=Dying +subtitles.entity.generic.drink=Sipping +subtitles.entity.generic.eat=Eating +subtitles.entity.generic.explode=Explosion +subtitles.entity.generic.extinguish_fire=Fire extinguishes +subtitles.entity.generic.hurt=Something hurts +subtitles.entity.generic.small_fall=Something tripped +subtitles.entity.generic.splash=Splashing +subtitles.entity.generic.swim=Swimming +subtitles.entity.ghast.ambient=Ghast cries +subtitles.entity.ghast.death=Ghast dies +subtitles.entity.ghast.hurt=Ghast hurts +subtitles.entity.ghast.shoot=Ghast shoots +subtitles.entity.guardian.ambient.land=Guardian flaps +subtitles.entity.guardian.ambient=Guardian moans +subtitles.entity.guardian.attack=Guardian shoots +subtitles.entity.guardian.curse=Guardian curses +subtitles.entity.guardian.death=Guardian dies +subtitles.entity.guardian.flop=Guardian flops +subtitles.entity.guardian.hurt=Guardian hurts +subtitles.entity.horse.ambient=Horse neighs +subtitles.entity.horse.angry=Horse neighs +subtitles.entity.horse.armor=Horse armor equips +subtitles.entity.horse.breathe=Horse breathes +subtitles.entity.horse.death=Horse dies +subtitles.entity.horse.eat=Horse eats +subtitles.entity.horse.gallop=Horse gallops +subtitles.entity.horse.hurt=Horse hurts +subtitles.entity.horse.jump=Horse jumps +subtitles.entity.horse.saddle=Saddle equips +subtitles.entity.husk.ambient=Husk groans +subtitles.entity.husk.death=Husk dies +subtitles.entity.husk.hurt=Husk hurts +subtitles.entity.iron_golem.attack=Iron Golem attacks +subtitles.entity.iron_golem.death=Iron Golem dies +subtitles.entity.iron_golem.hurt=Iron Golem hurts +subtitles.entity.item.break=Item breaks +subtitles.entity.item.pickup=Item plops +subtitles.entity.itemframe.add_item=Item Frame fills +subtitles.entity.itemframe.break=Item Frame breaks +subtitles.entity.itemframe.place=Item Frame placed +subtitles.entity.itemframe.remove_item=Item Frame empties +subtitles.entity.itemframe.rotate_item=Item Frame clicks +subtitles.entity.leashknot.break=Leash knot breaks +subtitles.entity.leashknot.place=Leash knot tied +subtitles.entity.lightning.impact=Lighting strikes +subtitles.entity.lightning.thunder=Thunder roars +subtitles.entity.magmacube.death=Magma Cube dies +subtitles.entity.magmacube.hurt=Magma Cube hurts +subtitles.entity.magmacube.squish=Magma Cube squishes +subtitles.entity.minecart.riding=Minecart rolls +subtitles.entity.mule.ambient=Mule hee-haws +subtitles.entity.mule.death=Mule dies +subtitles.entity.mule.hurt=Mule hurts +subtitles.entity.painting.break=Painting breaks +subtitles.entity.painting.place=Painting placed +subtitles.entity.pig.ambient=Pig oinks +subtitles.entity.pig.death=Pig dies +subtitles.entity.pig.hurt=Pig hurts +subtitles.entity.pig.saddle=Saddle equips +subtitles.entity.player.burp=Burp +subtitles.entity.player.death=Player dies +subtitles.entity.player.hurt=Player hurts +subtitles.entity.player.levelup=Player dings +subtitles.entity.polar_bear.ambient=Polar Bear groans +subtitles.entity.polar_bear.baby_ambient=Polar Bear hums +subtitles.entity.polar_bear.death=Polar Bear dies +subtitles.entity.polar_bear.hurt=Polar Bear hurts +subtitles.entity.polar_bear.warning=Polar Bear roars +subtitles.entity.potion.splash=Bottle smashes +subtitles.entity.potion.throw=Bottle thrown +subtitles.entity.rabbit.ambient=Rabbit squeaks +subtitles.entity.rabbit.attack=Rabbit attacks +subtitles.entity.rabbit.death=Rabbit dies +subtitles.entity.rabbit.hurt=Rabbit hurts +subtitles.entity.rabbit.jump=Rabbit hops +subtitles.entity.sheep.ambient=Sheep baahs +subtitles.entity.sheep.death=Sheep dies +subtitles.entity.sheep.hurt=Sheep hurts +subtitles.entity.shulker.ambient=Shulker lurks +subtitles.entity.shulker.close=Shulker closes +subtitles.entity.shulker.death=Shulker dies +subtitles.entity.shulker.hurt=Shulker hurts +subtitles.entity.shulker.open=Shulker opens +subtitles.entity.shulker.shoot=Shulker shoots +subtitles.entity.shulker.teleport=Shulker teleports +subtitles.entity.shulker_bullet.hit=Shulker bullet explodes +subtitles.entity.shulker_bullet.hurt=Shulker bullet breaks +subtitles.entity.silverfish.ambient=Silverfish hisses +subtitles.entity.silverfish.death=Silverfish dies +subtitles.entity.silverfish.hurt=Silverfish hurts +subtitles.entity.skeleton.ambient=Skeleton rattles +subtitles.entity.skeleton.death=Skeleton dies +subtitles.entity.skeleton.hurt=Skeleton hurts +subtitles.entity.skeleton.shoot=Skeleton shoots +subtitles.entity.skeleton_horse.ambient=Skeleton Horse cries +subtitles.entity.skeleton_horse.death=Skeleton Horse dies +subtitles.entity.skeleton_horse.hurt=Skeleton Horse hurts +subtitles.entity.slime.attack=Slime attacks +subtitles.entity.slime.death=Slime dies +subtitles.entity.slime.hurt=Slime hurts +subtitles.entity.slime.squish=Slime squishes +subtitles.entity.snowball.throw=Snowball flies +subtitles.entity.snowman.death=Snow Golem dies +subtitles.entity.snowman.hurt=Snow Golem hurts +subtitles.entity.spider.ambient=Spider hisses +subtitles.entity.spider.death=Spider dies +subtitles.entity.spider.hurt=Spider hurts +subtitles.entity.squid.ambient=Squid swims +subtitles.entity.squid.death=Squid dies +subtitles.entity.squid.hurt=Squid hurts +subtitles.entity.stray.ambient=Stray rattles +subtitles.entity.stray.death=Stray dies +subtitles.entity.stray.hurt=Stray hurts +subtitles.entity.tnt.primed=TNT fizzes +subtitles.entity.villager.ambient=Villager mumbles +subtitles.entity.villager.death=Villager dies +subtitles.entity.villager.hurt=Villager hurts +subtitles.entity.villager.no=Villager disagrees +subtitles.entity.villager.trading=Villager trades +subtitles.entity.villager.yes=Villager agrees +subtitles.entity.witch.ambient=Witch giggles +subtitles.entity.witch.death=Witch dies +subtitles.entity.witch.drink=Witch drinks +subtitles.entity.witch.hurt=Witch hurts +subtitles.entity.witch.throw=Witch throws +subtitles.entity.wither.ambient=Wither angers +subtitles.entity.wither.death=Wither dies +subtitles.entity.wither.hurt=Wither hurts +subtitles.entity.wither.shoot=Wither attacks +subtitles.entity.wither.spawn=Wither released +subtitles.entity.wither_skeleton.ambient=Wither Skeleton rattles +subtitles.entity.wither_skeleton.death=Wither Skeleton dies +subtitles.entity.wither_skeleton.hurt=Wither Skeleton hurts +subtitles.entity.wolf.ambient=Wolf pants +subtitles.entity.wolf.death=Wolf dies +subtitles.entity.wolf.growl=Wolf growls +subtitles.entity.wolf.hurt=Wolf hurts +subtitles.entity.wolf.shake=Wolf shakes +subtitles.entity.zombie.ambient=Zombie groans +subtitles.entity.zombie.death=Zombie dies +subtitles.entity.zombie.hurt=Zombie hurts +subtitles.entity.zombie.infect=Zombie infects +subtitles.entity.zombie_horse.ambient=Zombie Horse cries +subtitles.entity.zombie_horse.death=Zombie Horse dies +subtitles.entity.zombie_horse.hurt=Zombie Horse hurts +subtitles.entity.zombie_pigman.ambient=Zombie Pigman grunts +subtitles.entity.zombie_pigman.angry=Zombie Pigman angers +subtitles.entity.zombie_pigman.death=Zombie Pigman dies +subtitles.entity.zombie_pigman.hurt=Zombie Pigman hurts +subtitles.entity.zombie_villager.converted=Zombie vociferates +subtitles.entity.zombie_villager.cure=Zombie snuffles +subtitles.item.armor.equip=Gear equipped +subtitles.item.armor.equip_chain=Chain armor jingles +subtitles.item.armor.equip_diamond=Diamond armor clangs +subtitles.item.armor.equip_gold=Gold armor clinks +subtitles.item.armor.equip_iron=Iron armor clanks +subtitles.item.armor.equip_leather=Leather armor rustles +subtitles.item.bottle.fill=Bottle fills +subtitles.item.bucket.empty=Bucket empties +subtitles.item.bucket.fill=Bucket fills +subtitles.item.chorus_fruit.teleport=Player teleports +subtitles.item.firecharge.use=Fireball whooshes +subtitles.item.flintandsteel.use=Flint and Steel click +subtitles.item.hoe.till=Hoe tills +subtitles.item.shear=Shears click +subtitles.item.shield.block=Shield blocks +subtitles.item.shovel.flatten=Shovel flattens +subtitles.weather.rain=Rain falls diff --git a/1.10.2/assets/minecraft/loot_tables/chests/abandoned_mineshaft.json b/1.10.2/assets/minecraft/loot_tables/chests/abandoned_mineshaft.json new file mode 100644 index 00000000..d3b0e2e2 --- /dev/null +++ b/1.10.2/assets/minecraft/loot_tables/chests/abandoned_mineshaft.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/loot_tables/chests/desert_pyramid.json b/1.10.2/assets/minecraft/loot_tables/chests/desert_pyramid.json new file mode 100644 index 00000000..235911f8 --- /dev/null +++ b/1.10.2/assets/minecraft/loot_tables/chests/desert_pyramid.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/loot_tables/chests/end_city_treasure.json b/1.10.2/assets/minecraft/loot_tables/chests/end_city_treasure.json new file mode 100644 index 00000000..925dcb30 --- /dev/null +++ b/1.10.2/assets/minecraft/loot_tables/chests/end_city_treasure.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/loot_tables/chests/igloo_chest.json b/1.10.2/assets/minecraft/loot_tables/chests/igloo_chest.json new file mode 100644 index 00000000..5121be61 --- /dev/null +++ b/1.10.2/assets/minecraft/loot_tables/chests/igloo_chest.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/loot_tables/chests/jungle_temple.json b/1.10.2/assets/minecraft/loot_tables/chests/jungle_temple.json new file mode 100644 index 00000000..d308cff0 --- /dev/null +++ b/1.10.2/assets/minecraft/loot_tables/chests/jungle_temple.json @@ -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 + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/loot_tables/chests/jungle_temple_dispenser.json b/1.10.2/assets/minecraft/loot_tables/chests/jungle_temple_dispenser.json new file mode 100644 index 00000000..38c0e625 --- /dev/null +++ b/1.10.2/assets/minecraft/loot_tables/chests/jungle_temple_dispenser.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/loot_tables/chests/nether_bridge.json b/1.10.2/assets/minecraft/loot_tables/chests/nether_bridge.json new file mode 100644 index 00000000..5def0231 --- /dev/null +++ b/1.10.2/assets/minecraft/loot_tables/chests/nether_bridge.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/loot_tables/chests/simple_dungeon.json b/1.10.2/assets/minecraft/loot_tables/chests/simple_dungeon.json new file mode 100644 index 00000000..087e170c --- /dev/null +++ b/1.10.2/assets/minecraft/loot_tables/chests/simple_dungeon.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/loot_tables/chests/spawn_bonus_chest.json b/1.10.2/assets/minecraft/loot_tables/chests/spawn_bonus_chest.json new file mode 100644 index 00000000..455107cb --- /dev/null +++ b/1.10.2/assets/minecraft/loot_tables/chests/spawn_bonus_chest.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/loot_tables/chests/stronghold_corridor.json b/1.10.2/assets/minecraft/loot_tables/chests/stronghold_corridor.json new file mode 100644 index 00000000..75a3f233 --- /dev/null +++ b/1.10.2/assets/minecraft/loot_tables/chests/stronghold_corridor.json @@ -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 + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/loot_tables/chests/stronghold_crossing.json b/1.10.2/assets/minecraft/loot_tables/chests/stronghold_crossing.json new file mode 100644 index 00000000..3ae1fafa --- /dev/null +++ b/1.10.2/assets/minecraft/loot_tables/chests/stronghold_crossing.json @@ -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 + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/loot_tables/chests/stronghold_library.json b/1.10.2/assets/minecraft/loot_tables/chests/stronghold_library.json new file mode 100644 index 00000000..1805bb64 --- /dev/null +++ b/1.10.2/assets/minecraft/loot_tables/chests/stronghold_library.json @@ -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 + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/loot_tables/chests/village_blacksmith.json b/1.10.2/assets/minecraft/loot_tables/chests/village_blacksmith.json new file mode 100644 index 00000000..90cf32f0 --- /dev/null +++ b/1.10.2/assets/minecraft/loot_tables/chests/village_blacksmith.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/loot_tables/empty.json b/1.10.2/assets/minecraft/loot_tables/empty.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/1.10.2/assets/minecraft/loot_tables/empty.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/loot_tables/entities/bat.json b/1.10.2/assets/minecraft/loot_tables/entities/bat.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/1.10.2/assets/minecraft/loot_tables/entities/bat.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/loot_tables/entities/blaze.json b/1.10.2/assets/minecraft/loot_tables/entities/blaze.json new file mode 100644 index 00000000..78be7979 --- /dev/null +++ b/1.10.2/assets/minecraft/loot_tables/entities/blaze.json @@ -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" + } + ] + } + ] +} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/loot_tables/entities/cave_spider.json b/1.10.2/assets/minecraft/loot_tables/entities/cave_spider.json new file mode 100644 index 00000000..d0f7a8fa --- /dev/null +++ b/1.10.2/assets/minecraft/loot_tables/entities/cave_spider.json @@ -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" + } + ] + } + ] +} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/loot_tables/entities/chicken.json b/1.10.2/assets/minecraft/loot_tables/entities/chicken.json new file mode 100644 index 00000000..f771d3bb --- /dev/null +++ b/1.10.2/assets/minecraft/loot_tables/entities/chicken.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/loot_tables/entities/cow.json b/1.10.2/assets/minecraft/loot_tables/entities/cow.json new file mode 100644 index 00000000..14839a69 --- /dev/null +++ b/1.10.2/assets/minecraft/loot_tables/entities/cow.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/loot_tables/entities/creeper.json b/1.10.2/assets/minecraft/loot_tables/entities/creeper.json new file mode 100644 index 00000000..ba3bac45 --- /dev/null +++ b/1.10.2/assets/minecraft/loot_tables/entities/creeper.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/loot_tables/entities/elder_guardian.json b/1.10.2/assets/minecraft/loot_tables/entities/elder_guardian.json new file mode 100644 index 00000000..004e8453 --- /dev/null +++ b/1.10.2/assets/minecraft/loot_tables/entities/elder_guardian.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/loot_tables/entities/enderman.json b/1.10.2/assets/minecraft/loot_tables/entities/enderman.json new file mode 100644 index 00000000..67bc0469 --- /dev/null +++ b/1.10.2/assets/minecraft/loot_tables/entities/enderman.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/loot_tables/entities/endermite.json b/1.10.2/assets/minecraft/loot_tables/entities/endermite.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/1.10.2/assets/minecraft/loot_tables/entities/endermite.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/loot_tables/entities/ghast.json b/1.10.2/assets/minecraft/loot_tables/entities/ghast.json new file mode 100644 index 00000000..ebf4b0ea --- /dev/null +++ b/1.10.2/assets/minecraft/loot_tables/entities/ghast.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/loot_tables/entities/giant.json b/1.10.2/assets/minecraft/loot_tables/entities/giant.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/1.10.2/assets/minecraft/loot_tables/entities/giant.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/loot_tables/entities/guardian.json b/1.10.2/assets/minecraft/loot_tables/entities/guardian.json new file mode 100644 index 00000000..2a7ff63f --- /dev/null +++ b/1.10.2/assets/minecraft/loot_tables/entities/guardian.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/loot_tables/entities/horse.json b/1.10.2/assets/minecraft/loot_tables/entities/horse.json new file mode 100644 index 00000000..2c87ecc2 --- /dev/null +++ b/1.10.2/assets/minecraft/loot_tables/entities/horse.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/loot_tables/entities/iron_golem.json b/1.10.2/assets/minecraft/loot_tables/entities/iron_golem.json new file mode 100644 index 00000000..d79d75b7 --- /dev/null +++ b/1.10.2/assets/minecraft/loot_tables/entities/iron_golem.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/loot_tables/entities/magma_cube.json b/1.10.2/assets/minecraft/loot_tables/entities/magma_cube.json new file mode 100644 index 00000000..b2035db8 --- /dev/null +++ b/1.10.2/assets/minecraft/loot_tables/entities/magma_cube.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/loot_tables/entities/mushroom_cow.json b/1.10.2/assets/minecraft/loot_tables/entities/mushroom_cow.json new file mode 100644 index 00000000..14839a69 --- /dev/null +++ b/1.10.2/assets/minecraft/loot_tables/entities/mushroom_cow.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/loot_tables/entities/ocelot.json b/1.10.2/assets/minecraft/loot_tables/entities/ocelot.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/1.10.2/assets/minecraft/loot_tables/entities/ocelot.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/loot_tables/entities/pig.json b/1.10.2/assets/minecraft/loot_tables/entities/pig.json new file mode 100644 index 00000000..72479113 --- /dev/null +++ b/1.10.2/assets/minecraft/loot_tables/entities/pig.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/loot_tables/entities/polar_bear.json b/1.10.2/assets/minecraft/loot_tables/entities/polar_bear.json new file mode 100644 index 00000000..09f02efa --- /dev/null +++ b/1.10.2/assets/minecraft/loot_tables/entities/polar_bear.json @@ -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 + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/loot_tables/entities/rabbit.json b/1.10.2/assets/minecraft/loot_tables/entities/rabbit.json new file mode 100644 index 00000000..dadf77d6 --- /dev/null +++ b/1.10.2/assets/minecraft/loot_tables/entities/rabbit.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/loot_tables/entities/sheep.json b/1.10.2/assets/minecraft/loot_tables/entities/sheep.json new file mode 100644 index 00000000..a567656a --- /dev/null +++ b/1.10.2/assets/minecraft/loot_tables/entities/sheep.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/loot_tables/entities/sheep/black.json b/1.10.2/assets/minecraft/loot_tables/entities/sheep/black.json new file mode 100644 index 00000000..71c38e94 --- /dev/null +++ b/1.10.2/assets/minecraft/loot_tables/entities/sheep/black.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/loot_tables/entities/sheep/blue.json b/1.10.2/assets/minecraft/loot_tables/entities/sheep/blue.json new file mode 100644 index 00000000..b1d4ba5d --- /dev/null +++ b/1.10.2/assets/minecraft/loot_tables/entities/sheep/blue.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/loot_tables/entities/sheep/brown.json b/1.10.2/assets/minecraft/loot_tables/entities/sheep/brown.json new file mode 100644 index 00000000..a74e0ec5 --- /dev/null +++ b/1.10.2/assets/minecraft/loot_tables/entities/sheep/brown.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/loot_tables/entities/sheep/cyan.json b/1.10.2/assets/minecraft/loot_tables/entities/sheep/cyan.json new file mode 100644 index 00000000..b9e1cff8 --- /dev/null +++ b/1.10.2/assets/minecraft/loot_tables/entities/sheep/cyan.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/loot_tables/entities/sheep/gray.json b/1.10.2/assets/minecraft/loot_tables/entities/sheep/gray.json new file mode 100644 index 00000000..dcc0559c --- /dev/null +++ b/1.10.2/assets/minecraft/loot_tables/entities/sheep/gray.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/loot_tables/entities/sheep/green.json b/1.10.2/assets/minecraft/loot_tables/entities/sheep/green.json new file mode 100644 index 00000000..6761903a --- /dev/null +++ b/1.10.2/assets/minecraft/loot_tables/entities/sheep/green.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/loot_tables/entities/sheep/light_blue.json b/1.10.2/assets/minecraft/loot_tables/entities/sheep/light_blue.json new file mode 100644 index 00000000..8663d870 --- /dev/null +++ b/1.10.2/assets/minecraft/loot_tables/entities/sheep/light_blue.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/loot_tables/entities/sheep/lime.json b/1.10.2/assets/minecraft/loot_tables/entities/sheep/lime.json new file mode 100644 index 00000000..c92be36f --- /dev/null +++ b/1.10.2/assets/minecraft/loot_tables/entities/sheep/lime.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/loot_tables/entities/sheep/magenta.json b/1.10.2/assets/minecraft/loot_tables/entities/sheep/magenta.json new file mode 100644 index 00000000..f6875213 --- /dev/null +++ b/1.10.2/assets/minecraft/loot_tables/entities/sheep/magenta.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/loot_tables/entities/sheep/orange.json b/1.10.2/assets/minecraft/loot_tables/entities/sheep/orange.json new file mode 100644 index 00000000..e3a8de9b --- /dev/null +++ b/1.10.2/assets/minecraft/loot_tables/entities/sheep/orange.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/loot_tables/entities/sheep/pink.json b/1.10.2/assets/minecraft/loot_tables/entities/sheep/pink.json new file mode 100644 index 00000000..93aea367 --- /dev/null +++ b/1.10.2/assets/minecraft/loot_tables/entities/sheep/pink.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/loot_tables/entities/sheep/purple.json b/1.10.2/assets/minecraft/loot_tables/entities/sheep/purple.json new file mode 100644 index 00000000..ac85e9b7 --- /dev/null +++ b/1.10.2/assets/minecraft/loot_tables/entities/sheep/purple.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/loot_tables/entities/sheep/red.json b/1.10.2/assets/minecraft/loot_tables/entities/sheep/red.json new file mode 100644 index 00000000..df6239d6 --- /dev/null +++ b/1.10.2/assets/minecraft/loot_tables/entities/sheep/red.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/loot_tables/entities/sheep/silver.json b/1.10.2/assets/minecraft/loot_tables/entities/sheep/silver.json new file mode 100644 index 00000000..26b14c1b --- /dev/null +++ b/1.10.2/assets/minecraft/loot_tables/entities/sheep/silver.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/loot_tables/entities/sheep/white.json b/1.10.2/assets/minecraft/loot_tables/entities/sheep/white.json new file mode 100644 index 00000000..12856c32 --- /dev/null +++ b/1.10.2/assets/minecraft/loot_tables/entities/sheep/white.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/loot_tables/entities/sheep/yellow.json b/1.10.2/assets/minecraft/loot_tables/entities/sheep/yellow.json new file mode 100644 index 00000000..4a775ad6 --- /dev/null +++ b/1.10.2/assets/minecraft/loot_tables/entities/sheep/yellow.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/loot_tables/entities/shulker.json b/1.10.2/assets/minecraft/loot_tables/entities/shulker.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/1.10.2/assets/minecraft/loot_tables/entities/shulker.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/loot_tables/entities/silverfish.json b/1.10.2/assets/minecraft/loot_tables/entities/silverfish.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/1.10.2/assets/minecraft/loot_tables/entities/silverfish.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/loot_tables/entities/skeleton.json b/1.10.2/assets/minecraft/loot_tables/entities/skeleton.json new file mode 100644 index 00000000..630df5b1 --- /dev/null +++ b/1.10.2/assets/minecraft/loot_tables/entities/skeleton.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/loot_tables/entities/skeleton_horse.json b/1.10.2/assets/minecraft/loot_tables/entities/skeleton_horse.json new file mode 100644 index 00000000..95046590 --- /dev/null +++ b/1.10.2/assets/minecraft/loot_tables/entities/skeleton_horse.json @@ -0,0 +1,13 @@ +{ + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "item", + "name": "minecraft:bone" + } + ] + } + ] +} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/loot_tables/entities/slime.json b/1.10.2/assets/minecraft/loot_tables/entities/slime.json new file mode 100644 index 00000000..0e2ebe87 --- /dev/null +++ b/1.10.2/assets/minecraft/loot_tables/entities/slime.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/loot_tables/entities/snowman.json b/1.10.2/assets/minecraft/loot_tables/entities/snowman.json new file mode 100644 index 00000000..270433e4 --- /dev/null +++ b/1.10.2/assets/minecraft/loot_tables/entities/snowman.json @@ -0,0 +1,23 @@ +{ + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "item", + "name": "minecraft:snowball", + "weight": 1, + "functions": [ + { + "function": "set_count", + "count": { + "min": 0, + "max": 15 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/loot_tables/entities/spider.json b/1.10.2/assets/minecraft/loot_tables/entities/spider.json new file mode 100644 index 00000000..d0f7a8fa --- /dev/null +++ b/1.10.2/assets/minecraft/loot_tables/entities/spider.json @@ -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" + } + ] + } + ] +} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/loot_tables/entities/squid.json b/1.10.2/assets/minecraft/loot_tables/entities/squid.json new file mode 100644 index 00000000..4d7926fd --- /dev/null +++ b/1.10.2/assets/minecraft/loot_tables/entities/squid.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/loot_tables/entities/stray.json b/1.10.2/assets/minecraft/loot_tables/entities/stray.json new file mode 100644 index 00000000..77c39cc3 --- /dev/null +++ b/1.10.2/assets/minecraft/loot_tables/entities/stray.json @@ -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" + } + ] + } + ] +} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/loot_tables/entities/witch.json b/1.10.2/assets/minecraft/loot_tables/entities/witch.json new file mode 100644 index 00000000..d7d47bb8 --- /dev/null +++ b/1.10.2/assets/minecraft/loot_tables/entities/witch.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/loot_tables/entities/wither_skeleton.json b/1.10.2/assets/minecraft/loot_tables/entities/wither_skeleton.json new file mode 100644 index 00000000..04d18fb0 --- /dev/null +++ b/1.10.2/assets/minecraft/loot_tables/entities/wither_skeleton.json @@ -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 + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/loot_tables/entities/wolf.json b/1.10.2/assets/minecraft/loot_tables/entities/wolf.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/1.10.2/assets/minecraft/loot_tables/entities/wolf.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/loot_tables/entities/zombie.json b/1.10.2/assets/minecraft/loot_tables/entities/zombie.json new file mode 100644 index 00000000..593a80ca --- /dev/null +++ b/1.10.2/assets/minecraft/loot_tables/entities/zombie.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/loot_tables/entities/zombie_horse.json b/1.10.2/assets/minecraft/loot_tables/entities/zombie_horse.json new file mode 100644 index 00000000..7974c835 --- /dev/null +++ b/1.10.2/assets/minecraft/loot_tables/entities/zombie_horse.json @@ -0,0 +1,13 @@ +{ + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "item", + "name": "minecraft:rotten_flesh" + } + ] + } + ] +} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/loot_tables/entities/zombie_pigman.json b/1.10.2/assets/minecraft/loot_tables/entities/zombie_pigman.json new file mode 100644 index 00000000..5d31ee1f --- /dev/null +++ b/1.10.2/assets/minecraft/loot_tables/entities/zombie_pigman.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/loot_tables/gameplay/fishing.json b/1.10.2/assets/minecraft/loot_tables/gameplay/fishing.json new file mode 100644 index 00000000..c3458217 --- /dev/null +++ b/1.10.2/assets/minecraft/loot_tables/gameplay/fishing.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/loot_tables/gameplay/fishing/fish.json b/1.10.2/assets/minecraft/loot_tables/gameplay/fishing/fish.json new file mode 100644 index 00000000..33769101 --- /dev/null +++ b/1.10.2/assets/minecraft/loot_tables/gameplay/fishing/fish.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/loot_tables/gameplay/fishing/junk.json b/1.10.2/assets/minecraft/loot_tables/gameplay/fishing/junk.json new file mode 100644 index 00000000..b4fe0f5b --- /dev/null +++ b/1.10.2/assets/minecraft/loot_tables/gameplay/fishing/junk.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/loot_tables/gameplay/fishing/treasure.json b/1.10.2/assets/minecraft/loot_tables/gameplay/fishing/treasure.json new file mode 100644 index 00000000..eb443fae --- /dev/null +++ b/1.10.2/assets/minecraft/loot_tables/gameplay/fishing/treasure.json @@ -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 + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/models/block/acacia_bark.json b/1.10.2/assets/minecraft/models/block/acacia_bark.json new file mode 100644 index 00000000..2ae3fc49 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/acacia_bark.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/log_acacia" + } +} diff --git a/1.10.2/assets/minecraft/models/block/acacia_door_bottom.json b/1.10.2/assets/minecraft/models/block/acacia_door_bottom.json new file mode 100644 index 00000000..0c5951e5 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/acacia_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom", + "textures": { + "bottom": "blocks/door_acacia_lower", + "top": "blocks/door_acacia_upper" + } +} diff --git a/1.10.2/assets/minecraft/models/block/acacia_door_bottom_rh.json b/1.10.2/assets/minecraft/models/block/acacia_door_bottom_rh.json new file mode 100644 index 00000000..f918660b --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/acacia_door_bottom_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom_rh", + "textures": { + "bottom": "blocks/door_acacia_lower", + "top": "blocks/door_acacia_upper" + } +} diff --git a/1.10.2/assets/minecraft/models/block/acacia_door_top.json b/1.10.2/assets/minecraft/models/block/acacia_door_top.json new file mode 100644 index 00000000..1214f3b3 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/acacia_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top", + "textures": { + "bottom": "blocks/door_acacia_lower", + "top": "blocks/door_acacia_upper" + } +} diff --git a/1.10.2/assets/minecraft/models/block/acacia_door_top_rh.json b/1.10.2/assets/minecraft/models/block/acacia_door_top_rh.json new file mode 100644 index 00000000..d706f360 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/acacia_door_top_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top_rh", + "textures": { + "bottom": "blocks/door_acacia_lower", + "top": "blocks/door_acacia_upper" + } +} diff --git a/1.10.2/assets/minecraft/models/block/acacia_fence_gate_closed.json b/1.10.2/assets/minecraft/models/block/acacia_fence_gate_closed.json new file mode 100644 index 00000000..8e317cc5 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/acacia_fence_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_gate_closed", + "textures": { + "texture": "blocks/planks_acacia" + } +} diff --git a/1.10.2/assets/minecraft/models/block/acacia_fence_gate_open.json b/1.10.2/assets/minecraft/models/block/acacia_fence_gate_open.json new file mode 100644 index 00000000..16234a2d --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/acacia_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_gate_open", + "textures": { + "texture": "blocks/planks_acacia" + } +} diff --git a/1.10.2/assets/minecraft/models/block/acacia_fence_inventory.json b/1.10.2/assets/minecraft/models/block/acacia_fence_inventory.json new file mode 100644 index 00000000..e390a8a6 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/acacia_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_inventory", + "textures": { + "texture": "blocks/planks_acacia" + } +} diff --git a/1.10.2/assets/minecraft/models/block/acacia_fence_post.json b/1.10.2/assets/minecraft/models/block/acacia_fence_post.json new file mode 100644 index 00000000..bc78d2ff --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/acacia_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_post", + "textures": { + "texture": "blocks/planks_acacia" + } +} diff --git a/1.10.2/assets/minecraft/models/block/acacia_fence_side.json b/1.10.2/assets/minecraft/models/block/acacia_fence_side.json new file mode 100644 index 00000000..3ce2a0fd --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/acacia_fence_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_side", + "textures": { + "texture": "blocks/planks_acacia" + } +} diff --git a/1.10.2/assets/minecraft/models/block/acacia_inner_stairs.json b/1.10.2/assets/minecraft/models/block/acacia_inner_stairs.json new file mode 100644 index 00000000..727e10e9 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/acacia_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/planks_acacia", + "top": "blocks/planks_acacia", + "side": "blocks/planks_acacia" + } +} diff --git a/1.10.2/assets/minecraft/models/block/acacia_leaves.json b/1.10.2/assets/minecraft/models/block/acacia_leaves.json new file mode 100644 index 00000000..8f7f6543 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/acacia_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "block/leaves", + "textures": { + "all": "blocks/leaves_acacia" + } +} diff --git a/1.10.2/assets/minecraft/models/block/acacia_log.json b/1.10.2/assets/minecraft/models/block/acacia_log.json new file mode 100644 index 00000000..9ca20626 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/acacia_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/log_acacia_top", + "side": "blocks/log_acacia" + } +} diff --git a/1.10.2/assets/minecraft/models/block/acacia_outer_stairs.json b/1.10.2/assets/minecraft/models/block/acacia_outer_stairs.json new file mode 100644 index 00000000..689009b7 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/acacia_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/planks_acacia", + "top": "blocks/planks_acacia", + "side": "blocks/planks_acacia" + } +} diff --git a/1.10.2/assets/minecraft/models/block/acacia_planks.json b/1.10.2/assets/minecraft/models/block/acacia_planks.json new file mode 100644 index 00000000..514b5dfc --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/acacia_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/planks_acacia" + } +} diff --git a/1.10.2/assets/minecraft/models/block/acacia_sapling.json b/1.10.2/assets/minecraft/models/block/acacia_sapling.json new file mode 100644 index 00000000..0ac2f337 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/acacia_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/sapling_acacia" + } +} diff --git a/1.10.2/assets/minecraft/models/block/acacia_stairs.json b/1.10.2/assets/minecraft/models/block/acacia_stairs.json new file mode 100644 index 00000000..9496b30a --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/acacia_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/planks_acacia", + "top": "blocks/planks_acacia", + "side": "blocks/planks_acacia" + } +} diff --git a/1.10.2/assets/minecraft/models/block/acacia_wall_gate_closed.json b/1.10.2/assets/minecraft/models/block/acacia_wall_gate_closed.json new file mode 100644 index 00000000..663ff1ab --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/acacia_wall_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_gate_closed", + "textures": { + "texture": "blocks/planks_acacia" + } +} diff --git a/1.10.2/assets/minecraft/models/block/acacia_wall_gate_open.json b/1.10.2/assets/minecraft/models/block/acacia_wall_gate_open.json new file mode 100644 index 00000000..21706f6c --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/acacia_wall_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_gate_open", + "textures": { + "texture": "blocks/planks_acacia" + } +} diff --git a/1.10.2/assets/minecraft/models/block/activator_rail_active_flat.json b/1.10.2/assets/minecraft/models/block/activator_rail_active_flat.json new file mode 100644 index 00000000..c35d7083 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/activator_rail_active_flat.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_flat", + "textures": { + "rail": "blocks/rail_activator_powered" + } +} diff --git a/1.10.2/assets/minecraft/models/block/activator_rail_active_raised_ne.json b/1.10.2/assets/minecraft/models/block/activator_rail_active_raised_ne.json new file mode 100644 index 00000000..dc903956 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/activator_rail_active_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_ne", + "textures": { + "rail": "blocks/rail_activator_powered" + } +} diff --git a/1.10.2/assets/minecraft/models/block/activator_rail_active_raised_sw.json b/1.10.2/assets/minecraft/models/block/activator_rail_active_raised_sw.json new file mode 100644 index 00000000..e70658d5 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/activator_rail_active_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_sw", + "textures": { + "rail": "blocks/rail_activator_powered" + } +} diff --git a/1.10.2/assets/minecraft/models/block/activator_rail_flat.json b/1.10.2/assets/minecraft/models/block/activator_rail_flat.json new file mode 100644 index 00000000..61a8f21f --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/activator_rail_flat.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_flat", + "textures": { + "rail": "blocks/rail_activator" + } +} diff --git a/1.10.2/assets/minecraft/models/block/activator_rail_raised_ne.json b/1.10.2/assets/minecraft/models/block/activator_rail_raised_ne.json new file mode 100644 index 00000000..721d80d9 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/activator_rail_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_ne", + "textures": { + "rail": "blocks/rail_activator" + } +} diff --git a/1.10.2/assets/minecraft/models/block/activator_rail_raised_sw.json b/1.10.2/assets/minecraft/models/block/activator_rail_raised_sw.json new file mode 100644 index 00000000..32f04b56 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/activator_rail_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_sw", + "textures": { + "rail": "blocks/rail_activator" + } +} diff --git a/1.10.2/assets/minecraft/models/block/allium.json b/1.10.2/assets/minecraft/models/block/allium.json new file mode 100644 index 00000000..e7485acb --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/allium.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cross", + "textures": { + "particle": "blocks/flower_allium", + "cross": "blocks/flower_allium" + } +} diff --git a/1.10.2/assets/minecraft/models/block/andesite.json b/1.10.2/assets/minecraft/models/block/andesite.json new file mode 100644 index 00000000..25adfc72 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/andesite.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/stone_andesite" + } +} diff --git a/1.10.2/assets/minecraft/models/block/andesite_smooth.json b/1.10.2/assets/minecraft/models/block/andesite_smooth.json new file mode 100644 index 00000000..8f815be2 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/andesite_smooth.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/stone_andesite_smooth" + } +} diff --git a/1.10.2/assets/minecraft/models/block/anvil.json b/1.10.2/assets/minecraft/models/block/anvil.json new file mode 100644 index 00000000..879485bd --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/anvil.json @@ -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 } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/anvil_slightly_damaged.json b/1.10.2/assets/minecraft/models/block/anvil_slightly_damaged.json new file mode 100644 index 00000000..09f541c9 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/anvil_slightly_damaged.json @@ -0,0 +1,8 @@ +{ + "parent": "block/anvil", + "textures": { + "particle": "blocks/anvil_base", + "body": "blocks/anvil_base", + "top": "blocks/anvil_top_damaged_1" + } +} diff --git a/1.10.2/assets/minecraft/models/block/anvil_undamaged.json b/1.10.2/assets/minecraft/models/block/anvil_undamaged.json new file mode 100644 index 00000000..1e1ad44e --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/anvil_undamaged.json @@ -0,0 +1,8 @@ +{ + "parent": "block/anvil", + "textures": { + "particle": "blocks/anvil_base", + "body": "blocks/anvil_base", + "top": "blocks/anvil_top_damaged_0" + } +} diff --git a/1.10.2/assets/minecraft/models/block/anvil_very_damaged.json b/1.10.2/assets/minecraft/models/block/anvil_very_damaged.json new file mode 100644 index 00000000..4623b97d --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/anvil_very_damaged.json @@ -0,0 +1,8 @@ +{ + "parent": "block/anvil", + "textures": { + "particle": "blocks/anvil_base", + "body": "blocks/anvil_base", + "top": "blocks/anvil_top_damaged_2" + } +} diff --git a/1.10.2/assets/minecraft/models/block/beacon.json b/1.10.2/assets/minecraft/models/block/beacon.json new file mode 100644 index 00000000..2413c3a5 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/beacon.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/bed_foot.json b/1.10.2/assets/minecraft/models/block/bed_foot.json new file mode 100644 index 00000000..54864452 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/bed_foot.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/bed_head.json b/1.10.2/assets/minecraft/models/block/bed_head.json new file mode 100644 index 00000000..c53aded3 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/bed_head.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/bedrock.json b/1.10.2/assets/minecraft/models/block/bedrock.json new file mode 100644 index 00000000..c6352708 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/bedrock.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/bedrock" + } +} diff --git a/1.10.2/assets/minecraft/models/block/bedrock_mirrored.json b/1.10.2/assets/minecraft/models/block/bedrock_mirrored.json new file mode 100644 index 00000000..e63c6433 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/bedrock_mirrored.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_mirrored_all", + "textures": { + "all": "blocks/bedrock" + } +} diff --git a/1.10.2/assets/minecraft/models/block/beetroots_stage0.json b/1.10.2/assets/minecraft/models/block/beetroots_stage0.json new file mode 100644 index 00000000..ea1b26fe --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/beetroots_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/beetroots_stage_0" + } +} diff --git a/1.10.2/assets/minecraft/models/block/beetroots_stage1.json b/1.10.2/assets/minecraft/models/block/beetroots_stage1.json new file mode 100644 index 00000000..05fb5de6 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/beetroots_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/beetroots_stage_1" + } +} diff --git a/1.10.2/assets/minecraft/models/block/beetroots_stage2.json b/1.10.2/assets/minecraft/models/block/beetroots_stage2.json new file mode 100644 index 00000000..f0ebca51 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/beetroots_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/beetroots_stage_2" + } +} diff --git a/1.10.2/assets/minecraft/models/block/beetroots_stage3.json b/1.10.2/assets/minecraft/models/block/beetroots_stage3.json new file mode 100644 index 00000000..496f97a2 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/beetroots_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/beetroots_stage_3" + } +} diff --git a/1.10.2/assets/minecraft/models/block/birch_bark.json b/1.10.2/assets/minecraft/models/block/birch_bark.json new file mode 100644 index 00000000..cd5ba86f --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/birch_bark.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/log_birch" + } +} diff --git a/1.10.2/assets/minecraft/models/block/birch_door_bottom.json b/1.10.2/assets/minecraft/models/block/birch_door_bottom.json new file mode 100644 index 00000000..b1aee112 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/birch_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom", + "textures": { + "bottom": "blocks/door_birch_lower", + "top": "blocks/door_birch_upper" + } +} diff --git a/1.10.2/assets/minecraft/models/block/birch_door_bottom_rh.json b/1.10.2/assets/minecraft/models/block/birch_door_bottom_rh.json new file mode 100644 index 00000000..1cd32716 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/birch_door_bottom_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom_rh", + "textures": { + "bottom": "blocks/door_birch_lower", + "top": "blocks/door_birch_upper" + } +} diff --git a/1.10.2/assets/minecraft/models/block/birch_door_top.json b/1.10.2/assets/minecraft/models/block/birch_door_top.json new file mode 100644 index 00000000..82c321fd --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/birch_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top", + "textures": { + "bottom": "blocks/door_birch_lower", + "top": "blocks/door_birch_upper" + } +} diff --git a/1.10.2/assets/minecraft/models/block/birch_door_top_rh.json b/1.10.2/assets/minecraft/models/block/birch_door_top_rh.json new file mode 100644 index 00000000..28c754c7 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/birch_door_top_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top_rh", + "textures": { + "bottom": "blocks/door_birch_lower", + "top": "blocks/door_birch_upper" + } +} diff --git a/1.10.2/assets/minecraft/models/block/birch_fence_gate_closed.json b/1.10.2/assets/minecraft/models/block/birch_fence_gate_closed.json new file mode 100644 index 00000000..9125e479 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/birch_fence_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_gate_closed", + "textures": { + "texture": "blocks/planks_birch" + } +} diff --git a/1.10.2/assets/minecraft/models/block/birch_fence_gate_open.json b/1.10.2/assets/minecraft/models/block/birch_fence_gate_open.json new file mode 100644 index 00000000..ba95ded8 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/birch_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_gate_open", + "textures": { + "texture": "blocks/planks_birch" + } +} diff --git a/1.10.2/assets/minecraft/models/block/birch_fence_inventory.json b/1.10.2/assets/minecraft/models/block/birch_fence_inventory.json new file mode 100644 index 00000000..b17fc3a1 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/birch_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_inventory", + "textures": { + "texture": "blocks/planks_birch" + } +} diff --git a/1.10.2/assets/minecraft/models/block/birch_fence_post.json b/1.10.2/assets/minecraft/models/block/birch_fence_post.json new file mode 100644 index 00000000..e593aced --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/birch_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_post", + "textures": { + "texture": "blocks/planks_birch" + } +} diff --git a/1.10.2/assets/minecraft/models/block/birch_fence_side.json b/1.10.2/assets/minecraft/models/block/birch_fence_side.json new file mode 100644 index 00000000..a5ef8945 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/birch_fence_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_side", + "textures": { + "texture": "blocks/planks_birch" + } +} diff --git a/1.10.2/assets/minecraft/models/block/birch_inner_stairs.json b/1.10.2/assets/minecraft/models/block/birch_inner_stairs.json new file mode 100644 index 00000000..bb52f30e --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/birch_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/planks_birch", + "top": "blocks/planks_birch", + "side": "blocks/planks_birch" + } +} diff --git a/1.10.2/assets/minecraft/models/block/birch_leaves.json b/1.10.2/assets/minecraft/models/block/birch_leaves.json new file mode 100644 index 00000000..95fe59b4 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/birch_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "block/leaves", + "textures": { + "all": "blocks/leaves_birch" + } +} diff --git a/1.10.2/assets/minecraft/models/block/birch_log.json b/1.10.2/assets/minecraft/models/block/birch_log.json new file mode 100644 index 00000000..4f409772 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/birch_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/log_birch_top", + "side": "blocks/log_birch" + } +} diff --git a/1.10.2/assets/minecraft/models/block/birch_outer_stairs.json b/1.10.2/assets/minecraft/models/block/birch_outer_stairs.json new file mode 100644 index 00000000..8f949323 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/birch_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/planks_birch", + "top": "blocks/planks_birch", + "side": "blocks/planks_birch" + } +} diff --git a/1.10.2/assets/minecraft/models/block/birch_planks.json b/1.10.2/assets/minecraft/models/block/birch_planks.json new file mode 100644 index 00000000..cd3e7089 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/birch_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/planks_birch" + } +} diff --git a/1.10.2/assets/minecraft/models/block/birch_sapling.json b/1.10.2/assets/minecraft/models/block/birch_sapling.json new file mode 100644 index 00000000..c2f31f65 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/birch_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/sapling_birch" + } +} diff --git a/1.10.2/assets/minecraft/models/block/birch_stairs.json b/1.10.2/assets/minecraft/models/block/birch_stairs.json new file mode 100644 index 00000000..aca0c6e9 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/birch_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/planks_birch", + "top": "blocks/planks_birch", + "side": "blocks/planks_birch" + } +} diff --git a/1.10.2/assets/minecraft/models/block/birch_wall_gate_closed.json b/1.10.2/assets/minecraft/models/block/birch_wall_gate_closed.json new file mode 100644 index 00000000..0d50e589 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/birch_wall_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_gate_closed", + "textures": { + "texture": "blocks/planks_birch" + } +} diff --git a/1.10.2/assets/minecraft/models/block/birch_wall_gate_open.json b/1.10.2/assets/minecraft/models/block/birch_wall_gate_open.json new file mode 100644 index 00000000..040947ae --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/birch_wall_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_gate_open", + "textures": { + "texture": "blocks/planks_birch" + } +} diff --git a/1.10.2/assets/minecraft/models/block/black_stained_glass_pane_noside.json b/1.10.2/assets/minecraft/models/block/black_stained_glass_pane_noside.json new file mode 100644 index 00000000..69355108 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/black_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside", + "textures": { + "pane": "blocks/glass_black" + } +} diff --git a/1.10.2/assets/minecraft/models/block/black_stained_glass_pane_noside_alt.json b/1.10.2/assets/minecraft/models/block/black_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..1edf5a91 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/black_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside_alt", + "textures": { + "pane": "blocks/glass_black" + } +} diff --git a/1.10.2/assets/minecraft/models/block/black_stained_glass_pane_post.json b/1.10.2/assets/minecraft/models/block/black_stained_glass_pane_post.json new file mode 100644 index 00000000..e0f540b4 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/black_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_post", + "textures": { + "edge": "blocks/glass_pane_top_black", + "pane": "blocks/glass_black" + } +} diff --git a/1.10.2/assets/minecraft/models/block/black_stained_glass_pane_side.json b/1.10.2/assets/minecraft/models/block/black_stained_glass_pane_side.json new file mode 100644 index 00000000..0551930c --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/black_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side", + "textures": { + "edge": "blocks/glass_pane_top_black", + "pane": "blocks/glass_black" + } +} diff --git a/1.10.2/assets/minecraft/models/block/black_stained_glass_pane_side_alt.json b/1.10.2/assets/minecraft/models/block/black_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..28b0f4f9 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/black_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side_alt", + "textures": { + "edge": "blocks/glass_pane_top_black", + "pane": "blocks/glass_black" + } +} diff --git a/1.10.2/assets/minecraft/models/block/black_wool.json b/1.10.2/assets/minecraft/models/block/black_wool.json new file mode 100644 index 00000000..74797fb9 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/black_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_black" + } +} diff --git a/1.10.2/assets/minecraft/models/block/block.json b/1.10.2/assets/minecraft/models/block/block.json new file mode 100644 index 00000000..9c15ead4 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/block.json @@ -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 ] + } + } +} diff --git a/1.10.2/assets/minecraft/models/block/blue_stained_glass_pane_noside.json b/1.10.2/assets/minecraft/models/block/blue_stained_glass_pane_noside.json new file mode 100644 index 00000000..7d2615ec --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/blue_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside", + "textures": { + "pane": "blocks/glass_blue" + } +} diff --git a/1.10.2/assets/minecraft/models/block/blue_stained_glass_pane_noside_alt.json b/1.10.2/assets/minecraft/models/block/blue_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..8af3eaf6 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/blue_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside_alt", + "textures": { + "pane": "blocks/glass_blue" + } +} diff --git a/1.10.2/assets/minecraft/models/block/blue_stained_glass_pane_post.json b/1.10.2/assets/minecraft/models/block/blue_stained_glass_pane_post.json new file mode 100644 index 00000000..5e11c685 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/blue_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_post", + "textures": { + "edge": "blocks/glass_pane_top_blue", + "pane": "blocks/glass_blue" + } +} diff --git a/1.10.2/assets/minecraft/models/block/blue_stained_glass_pane_side.json b/1.10.2/assets/minecraft/models/block/blue_stained_glass_pane_side.json new file mode 100644 index 00000000..398345d6 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/blue_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side", + "textures": { + "edge": "blocks/glass_pane_top_blue", + "pane": "blocks/glass_blue" + } +} diff --git a/1.10.2/assets/minecraft/models/block/blue_stained_glass_pane_side_alt.json b/1.10.2/assets/minecraft/models/block/blue_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..e42f0034 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/blue_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side_alt", + "textures": { + "edge": "blocks/glass_pane_top_blue", + "pane": "blocks/glass_blue" + } +} diff --git a/1.10.2/assets/minecraft/models/block/blue_wool.json b/1.10.2/assets/minecraft/models/block/blue_wool.json new file mode 100644 index 00000000..1292e851 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/blue_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_blue" + } +} diff --git a/1.10.2/assets/minecraft/models/block/bone_block.json b/1.10.2/assets/minecraft/models/block/bone_block.json new file mode 100644 index 00000000..48f42f88 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/bone_block.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/bookshelf.json b/1.10.2/assets/minecraft/models/block/bookshelf.json new file mode 100644 index 00000000..b46b6f0c --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/bookshelf.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/planks_oak", + "side": "blocks/bookshelf" + } +} diff --git a/1.10.2/assets/minecraft/models/block/brewing_stand.json b/1.10.2/assets/minecraft/models/block/brewing_stand.json new file mode 100644 index 00000000..c9dc7c34 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/brewing_stand.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/brewing_stand_bottle0.json b/1.10.2/assets/minecraft/models/block/brewing_stand_bottle0.json new file mode 100644 index 00000000..a1517833 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/brewing_stand_bottle0.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/brewing_stand_bottle1.json b/1.10.2/assets/minecraft/models/block/brewing_stand_bottle1.json new file mode 100644 index 00000000..0a977d48 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/brewing_stand_bottle1.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/brewing_stand_bottle2.json b/1.10.2/assets/minecraft/models/block/brewing_stand_bottle2.json new file mode 100644 index 00000000..920b3353 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/brewing_stand_bottle2.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/brewing_stand_empty0.json b/1.10.2/assets/minecraft/models/block/brewing_stand_empty0.json new file mode 100644 index 00000000..352ba9fd --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/brewing_stand_empty0.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/brewing_stand_empty1.json b/1.10.2/assets/minecraft/models/block/brewing_stand_empty1.json new file mode 100644 index 00000000..fa948ec3 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/brewing_stand_empty1.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/brewing_stand_empty2.json b/1.10.2/assets/minecraft/models/block/brewing_stand_empty2.json new file mode 100644 index 00000000..d3382a29 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/brewing_stand_empty2.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/brick.json b/1.10.2/assets/minecraft/models/block/brick.json new file mode 100644 index 00000000..82f388be --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/brick.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/brick" + } +} diff --git a/1.10.2/assets/minecraft/models/block/brick_inner_stairs.json b/1.10.2/assets/minecraft/models/block/brick_inner_stairs.json new file mode 100644 index 00000000..90c3b476 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/brick_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/brick", + "top": "blocks/brick", + "side": "blocks/brick" + } +} diff --git a/1.10.2/assets/minecraft/models/block/brick_outer_stairs.json b/1.10.2/assets/minecraft/models/block/brick_outer_stairs.json new file mode 100644 index 00000000..3c28d044 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/brick_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/brick", + "top": "blocks/brick", + "side": "blocks/brick" + } +} diff --git a/1.10.2/assets/minecraft/models/block/brick_stairs.json b/1.10.2/assets/minecraft/models/block/brick_stairs.json new file mode 100644 index 00000000..1bf8b2a7 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/brick_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/brick", + "top": "blocks/brick", + "side": "blocks/brick" + } +} diff --git a/1.10.2/assets/minecraft/models/block/brown_mushroom.json b/1.10.2/assets/minecraft/models/block/brown_mushroom.json new file mode 100644 index 00000000..e06fae47 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/brown_mushroom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/mushroom_brown" + } +} diff --git a/1.10.2/assets/minecraft/models/block/brown_mushroom_block_c.json b/1.10.2/assets/minecraft/models/block/brown_mushroom_block_c.json new file mode 100644 index 00000000..18e866b2 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/brown_mushroom_block_c.json @@ -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" + } +} diff --git a/1.10.2/assets/minecraft/models/block/brown_mushroom_block_cap_all.json b/1.10.2/assets/minecraft/models/block/brown_mushroom_block_cap_all.json new file mode 100644 index 00000000..8a75431d --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/brown_mushroom_block_cap_all.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/mushroom_block_skin_brown" + } +} diff --git a/1.10.2/assets/minecraft/models/block/brown_mushroom_block_e.json b/1.10.2/assets/minecraft/models/block/brown_mushroom_block_e.json new file mode 100644 index 00000000..780e0550 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/brown_mushroom_block_e.json @@ -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" + } +} diff --git a/1.10.2/assets/minecraft/models/block/brown_mushroom_block_inside_all.json b/1.10.2/assets/minecraft/models/block/brown_mushroom_block_inside_all.json new file mode 100644 index 00000000..472dc8ab --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/brown_mushroom_block_inside_all.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/mushroom_block_inside" + } +} diff --git a/1.10.2/assets/minecraft/models/block/brown_mushroom_block_n.json b/1.10.2/assets/minecraft/models/block/brown_mushroom_block_n.json new file mode 100644 index 00000000..fb5c593a --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/brown_mushroom_block_n.json @@ -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" + } +} diff --git a/1.10.2/assets/minecraft/models/block/brown_mushroom_block_ne.json b/1.10.2/assets/minecraft/models/block/brown_mushroom_block_ne.json new file mode 100644 index 00000000..51080d32 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/brown_mushroom_block_ne.json @@ -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" + } +} diff --git a/1.10.2/assets/minecraft/models/block/brown_mushroom_block_nw.json b/1.10.2/assets/minecraft/models/block/brown_mushroom_block_nw.json new file mode 100644 index 00000000..b8fbdf97 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/brown_mushroom_block_nw.json @@ -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" + } +} diff --git a/1.10.2/assets/minecraft/models/block/brown_mushroom_block_s.json b/1.10.2/assets/minecraft/models/block/brown_mushroom_block_s.json new file mode 100644 index 00000000..5cc97529 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/brown_mushroom_block_s.json @@ -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" + } +} diff --git a/1.10.2/assets/minecraft/models/block/brown_mushroom_block_se.json b/1.10.2/assets/minecraft/models/block/brown_mushroom_block_se.json new file mode 100644 index 00000000..5881c62d --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/brown_mushroom_block_se.json @@ -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" + } +} diff --git a/1.10.2/assets/minecraft/models/block/brown_mushroom_block_stem.json b/1.10.2/assets/minecraft/models/block/brown_mushroom_block_stem.json new file mode 100644 index 00000000..b839c9af --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/brown_mushroom_block_stem.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "side": "blocks/mushroom_block_skin_stem", + "end": "blocks/mushroom_block_inside" + } +} diff --git a/1.10.2/assets/minecraft/models/block/brown_mushroom_block_stem_all.json b/1.10.2/assets/minecraft/models/block/brown_mushroom_block_stem_all.json new file mode 100644 index 00000000..73434e42 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/brown_mushroom_block_stem_all.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/mushroom_block_skin_stem" + } +} diff --git a/1.10.2/assets/minecraft/models/block/brown_mushroom_block_sw.json b/1.10.2/assets/minecraft/models/block/brown_mushroom_block_sw.json new file mode 100644 index 00000000..7936308b --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/brown_mushroom_block_sw.json @@ -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" + } +} diff --git a/1.10.2/assets/minecraft/models/block/brown_mushroom_block_w.json b/1.10.2/assets/minecraft/models/block/brown_mushroom_block_w.json new file mode 100644 index 00000000..3f8fe8a9 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/brown_mushroom_block_w.json @@ -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" + } +} diff --git a/1.10.2/assets/minecraft/models/block/brown_stained_glass_pane_noside.json b/1.10.2/assets/minecraft/models/block/brown_stained_glass_pane_noside.json new file mode 100644 index 00000000..ded70db9 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/brown_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside", + "textures": { + "pane": "blocks/glass_brown" + } +} diff --git a/1.10.2/assets/minecraft/models/block/brown_stained_glass_pane_noside_alt.json b/1.10.2/assets/minecraft/models/block/brown_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..3d93264f --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/brown_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside_alt", + "textures": { + "pane": "blocks/glass_brown" + } +} diff --git a/1.10.2/assets/minecraft/models/block/brown_stained_glass_pane_post.json b/1.10.2/assets/minecraft/models/block/brown_stained_glass_pane_post.json new file mode 100644 index 00000000..e1495240 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/brown_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_post", + "textures": { + "edge": "blocks/glass_pane_top_brown", + "pane": "blocks/glass_brown" + } +} diff --git a/1.10.2/assets/minecraft/models/block/brown_stained_glass_pane_side.json b/1.10.2/assets/minecraft/models/block/brown_stained_glass_pane_side.json new file mode 100644 index 00000000..eab0695d --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/brown_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side", + "textures": { + "edge": "blocks/glass_pane_top_brown", + "pane": "blocks/glass_brown" + } +} diff --git a/1.10.2/assets/minecraft/models/block/brown_stained_glass_pane_side_alt.json b/1.10.2/assets/minecraft/models/block/brown_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..922f11c6 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/brown_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side_alt", + "textures": { + "edge": "blocks/glass_pane_top_brown", + "pane": "blocks/glass_brown" + } +} diff --git a/1.10.2/assets/minecraft/models/block/brown_wool.json b/1.10.2/assets/minecraft/models/block/brown_wool.json new file mode 100644 index 00000000..f14b5131 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/brown_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_brown" + } +} diff --git a/1.10.2/assets/minecraft/models/block/button.json b/1.10.2/assets/minecraft/models/block/button.json new file mode 100644 index 00000000..8b5c506b --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/button.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/button_inventory.json b/1.10.2/assets/minecraft/models/block/button_inventory.json new file mode 100644 index 00000000..7a13742d --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/button_inventory.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/button_pressed.json b/1.10.2/assets/minecraft/models/block/button_pressed.json new file mode 100644 index 00000000..5c6e96fa --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/button_pressed.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/cactus.json b/1.10.2/assets/minecraft/models/block/cactus.json new file mode 100644 index 00000000..faca954b --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/cactus.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/cake_slice1.json b/1.10.2/assets/minecraft/models/block/cake_slice1.json new file mode 100644 index 00000000..14d9f76b --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/cake_slice1.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/cake_slice2.json b/1.10.2/assets/minecraft/models/block/cake_slice2.json new file mode 100644 index 00000000..919da244 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/cake_slice2.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/cake_slice3.json b/1.10.2/assets/minecraft/models/block/cake_slice3.json new file mode 100644 index 00000000..dfb81a05 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/cake_slice3.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/cake_slice4.json b/1.10.2/assets/minecraft/models/block/cake_slice4.json new file mode 100644 index 00000000..5b7084c8 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/cake_slice4.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/cake_slice5.json b/1.10.2/assets/minecraft/models/block/cake_slice5.json new file mode 100644 index 00000000..49540a48 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/cake_slice5.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/cake_slice6.json b/1.10.2/assets/minecraft/models/block/cake_slice6.json new file mode 100644 index 00000000..a2223cab --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/cake_slice6.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/cake_uneaten.json b/1.10.2/assets/minecraft/models/block/cake_uneaten.json new file mode 100644 index 00000000..bf9bdf67 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/cake_uneaten.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/carpet.json b/1.10.2/assets/minecraft/models/block/carpet.json new file mode 100644 index 00000000..a33e999d --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/carpet.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/carpet_black.json b/1.10.2/assets/minecraft/models/block/carpet_black.json new file mode 100644 index 00000000..32b03885 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/carpet_black.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_black", + "wool": "blocks/wool_colored_black" + } +} diff --git a/1.10.2/assets/minecraft/models/block/carpet_blue.json b/1.10.2/assets/minecraft/models/block/carpet_blue.json new file mode 100644 index 00000000..1b53f1bb --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/carpet_blue.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_blue", + "wool": "blocks/wool_colored_blue" + } +} diff --git a/1.10.2/assets/minecraft/models/block/carpet_brown.json b/1.10.2/assets/minecraft/models/block/carpet_brown.json new file mode 100644 index 00000000..7b1c74ad --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/carpet_brown.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_brown", + "wool": "blocks/wool_colored_brown" + } +} diff --git a/1.10.2/assets/minecraft/models/block/carpet_cyan.json b/1.10.2/assets/minecraft/models/block/carpet_cyan.json new file mode 100644 index 00000000..d5bcffc9 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/carpet_cyan.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_cyan", + "wool": "blocks/wool_colored_cyan" + } +} diff --git a/1.10.2/assets/minecraft/models/block/carpet_gray.json b/1.10.2/assets/minecraft/models/block/carpet_gray.json new file mode 100644 index 00000000..426544f7 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/carpet_gray.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_gray", + "wool": "blocks/wool_colored_gray" + } +} diff --git a/1.10.2/assets/minecraft/models/block/carpet_green.json b/1.10.2/assets/minecraft/models/block/carpet_green.json new file mode 100644 index 00000000..84e82805 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/carpet_green.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_green", + "wool": "blocks/wool_colored_green" + } +} diff --git a/1.10.2/assets/minecraft/models/block/carpet_light_blue.json b/1.10.2/assets/minecraft/models/block/carpet_light_blue.json new file mode 100644 index 00000000..e87d04b8 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/carpet_light_blue.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_light_blue", + "wool": "blocks/wool_colored_light_blue" + } +} diff --git a/1.10.2/assets/minecraft/models/block/carpet_lime.json b/1.10.2/assets/minecraft/models/block/carpet_lime.json new file mode 100644 index 00000000..7a70b81a --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/carpet_lime.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_lime", + "wool": "blocks/wool_colored_lime" + } +} diff --git a/1.10.2/assets/minecraft/models/block/carpet_magenta.json b/1.10.2/assets/minecraft/models/block/carpet_magenta.json new file mode 100644 index 00000000..25ae7f71 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/carpet_magenta.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_magenta", + "wool": "blocks/wool_colored_magenta" + } +} diff --git a/1.10.2/assets/minecraft/models/block/carpet_orange.json b/1.10.2/assets/minecraft/models/block/carpet_orange.json new file mode 100644 index 00000000..1e01b88b --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/carpet_orange.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_orange", + "wool": "blocks/wool_colored_orange" + } +} diff --git a/1.10.2/assets/minecraft/models/block/carpet_pink.json b/1.10.2/assets/minecraft/models/block/carpet_pink.json new file mode 100644 index 00000000..f7aefe7c --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/carpet_pink.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_pink", + "wool": "blocks/wool_colored_pink" + } +} diff --git a/1.10.2/assets/minecraft/models/block/carpet_purple.json b/1.10.2/assets/minecraft/models/block/carpet_purple.json new file mode 100644 index 00000000..01c2d6b8 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/carpet_purple.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_purple", + "wool": "blocks/wool_colored_purple" + } +} diff --git a/1.10.2/assets/minecraft/models/block/carpet_red.json b/1.10.2/assets/minecraft/models/block/carpet_red.json new file mode 100644 index 00000000..3a45c711 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/carpet_red.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_red", + "wool": "blocks/wool_colored_red" + } +} diff --git a/1.10.2/assets/minecraft/models/block/carpet_silver.json b/1.10.2/assets/minecraft/models/block/carpet_silver.json new file mode 100644 index 00000000..35287d9c --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/carpet_silver.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_silver", + "wool": "blocks/wool_colored_silver" + } +} diff --git a/1.10.2/assets/minecraft/models/block/carpet_white.json b/1.10.2/assets/minecraft/models/block/carpet_white.json new file mode 100644 index 00000000..5b38ca73 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/carpet_white.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_white", + "wool": "blocks/wool_colored_white" + } +} diff --git a/1.10.2/assets/minecraft/models/block/carpet_yellow.json b/1.10.2/assets/minecraft/models/block/carpet_yellow.json new file mode 100644 index 00000000..bf328a1c --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/carpet_yellow.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_yellow", + "wool": "blocks/wool_colored_yellow" + } +} diff --git a/1.10.2/assets/minecraft/models/block/carrots_stage0.json b/1.10.2/assets/minecraft/models/block/carrots_stage0.json new file mode 100644 index 00000000..63596d4f --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/carrots_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/carrots_stage_0" + } +} diff --git a/1.10.2/assets/minecraft/models/block/carrots_stage1.json b/1.10.2/assets/minecraft/models/block/carrots_stage1.json new file mode 100644 index 00000000..84f97424 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/carrots_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/carrots_stage_1" + } +} diff --git a/1.10.2/assets/minecraft/models/block/carrots_stage2.json b/1.10.2/assets/minecraft/models/block/carrots_stage2.json new file mode 100644 index 00000000..eb176870 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/carrots_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/carrots_stage_2" + } +} diff --git a/1.10.2/assets/minecraft/models/block/carrots_stage3.json b/1.10.2/assets/minecraft/models/block/carrots_stage3.json new file mode 100644 index 00000000..5d7dcbc8 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/carrots_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/carrots_stage_3" + } +} diff --git a/1.10.2/assets/minecraft/models/block/cauldron_empty.json b/1.10.2/assets/minecraft/models/block/cauldron_empty.json new file mode 100644 index 00000000..f944d5c5 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/cauldron_empty.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/cauldron_level1.json b/1.10.2/assets/minecraft/models/block/cauldron_level1.json new file mode 100644 index 00000000..d31e181d --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/cauldron_level1.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/cauldron_level2.json b/1.10.2/assets/minecraft/models/block/cauldron_level2.json new file mode 100644 index 00000000..895c62c1 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/cauldron_level2.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/cauldron_level3.json b/1.10.2/assets/minecraft/models/block/cauldron_level3.json new file mode 100644 index 00000000..785b9de9 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/cauldron_level3.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/chain_command_block.json b/1.10.2/assets/minecraft/models/block/chain_command_block.json new file mode 100644 index 00000000..67b0b0b5 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/chain_command_block.json @@ -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" + } +} diff --git a/1.10.2/assets/minecraft/models/block/chain_command_block_conditional.json b/1.10.2/assets/minecraft/models/block/chain_command_block_conditional.json new file mode 100644 index 00000000..0488df28 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/chain_command_block_conditional.json @@ -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" + } +} diff --git a/1.10.2/assets/minecraft/models/block/chorus_flower.json b/1.10.2/assets/minecraft/models/block/chorus_flower.json new file mode 100644 index 00000000..6535b6a9 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/chorus_flower.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/chorus_flower_dead.json b/1.10.2/assets/minecraft/models/block/chorus_flower_dead.json new file mode 100644 index 00000000..7e9cae59 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/chorus_flower_dead.json @@ -0,0 +1,8 @@ +{ + "parent": "block/chorus_flower", + "textures": { + "texture": "blocks/chorus_flower_dead", + "bottom": "blocks/chorus_plant", + "particle": "blocks/chorus_flower_dead" + } +} diff --git a/1.10.2/assets/minecraft/models/block/chorus_plant.json b/1.10.2/assets/minecraft/models/block/chorus_plant.json new file mode 100644 index 00000000..cf8f5a59 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/chorus_plant.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/chorus_plant_noside.json b/1.10.2/assets/minecraft/models/block/chorus_plant_noside.json new file mode 100644 index 00000000..d529f0f2 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/chorus_plant_noside.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/chorus_plant_noside1.json b/1.10.2/assets/minecraft/models/block/chorus_plant_noside1.json new file mode 100644 index 00000000..eb376edf --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/chorus_plant_noside1.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/chorus_plant_noside2.json b/1.10.2/assets/minecraft/models/block/chorus_plant_noside2.json new file mode 100644 index 00000000..104e27fb --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/chorus_plant_noside2.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/chorus_plant_noside3.json b/1.10.2/assets/minecraft/models/block/chorus_plant_noside3.json new file mode 100644 index 00000000..eb376edf --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/chorus_plant_noside3.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/chorus_plant_side.json b/1.10.2/assets/minecraft/models/block/chorus_plant_side.json new file mode 100644 index 00000000..1862b881 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/chorus_plant_side.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/clay.json b/1.10.2/assets/minecraft/models/block/clay.json new file mode 100644 index 00000000..a1d68d5d --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/clay.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/clay" + } +} diff --git a/1.10.2/assets/minecraft/models/block/coal_block.json b/1.10.2/assets/minecraft/models/block/coal_block.json new file mode 100644 index 00000000..4760fd9d --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/coal_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/coal_block" + } +} diff --git a/1.10.2/assets/minecraft/models/block/coal_ore.json b/1.10.2/assets/minecraft/models/block/coal_ore.json new file mode 100644 index 00000000..a475352f --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/coal_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/coal_ore" + } +} diff --git a/1.10.2/assets/minecraft/models/block/coarse_dirt.json b/1.10.2/assets/minecraft/models/block/coarse_dirt.json new file mode 100644 index 00000000..8badd3f9 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/coarse_dirt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/coarse_dirt" + } +} diff --git a/1.10.2/assets/minecraft/models/block/cobblestone.json b/1.10.2/assets/minecraft/models/block/cobblestone.json new file mode 100644 index 00000000..5b3a4899 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/cobblestone.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/cobblestone" + } +} diff --git a/1.10.2/assets/minecraft/models/block/cobblestone_wall_inventory.json b/1.10.2/assets/minecraft/models/block/cobblestone_wall_inventory.json new file mode 100644 index 00000000..079cb13f --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/cobblestone_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_inventory", + "textures": { + "wall": "blocks/cobblestone" + } +} diff --git a/1.10.2/assets/minecraft/models/block/cobblestone_wall_mossy_inventory.json b/1.10.2/assets/minecraft/models/block/cobblestone_wall_mossy_inventory.json new file mode 100644 index 00000000..f5f126f5 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/cobblestone_wall_mossy_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_inventory", + "textures": { + "wall": "blocks/cobblestone_mossy" + } +} diff --git a/1.10.2/assets/minecraft/models/block/cobblestone_wall_ne.json b/1.10.2/assets/minecraft/models/block/cobblestone_wall_ne.json new file mode 100644 index 00000000..56ae774e --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/cobblestone_wall_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_ne", + "textures": { + "wall": "blocks/cobblestone" + } +} diff --git a/1.10.2/assets/minecraft/models/block/cobblestone_wall_ns.json b/1.10.2/assets/minecraft/models/block/cobblestone_wall_ns.json new file mode 100644 index 00000000..ba0495ef --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/cobblestone_wall_ns.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_ns", + "textures": { + "wall": "blocks/cobblestone" + } +} diff --git a/1.10.2/assets/minecraft/models/block/cobblestone_wall_ns_above.json b/1.10.2/assets/minecraft/models/block/cobblestone_wall_ns_above.json new file mode 100644 index 00000000..c320ef80 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/cobblestone_wall_ns_above.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_ns_above", + "textures": { + "wall": "blocks/cobblestone" + } +} diff --git a/1.10.2/assets/minecraft/models/block/cobblestone_wall_nse.json b/1.10.2/assets/minecraft/models/block/cobblestone_wall_nse.json new file mode 100644 index 00000000..d2baeff6 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/cobblestone_wall_nse.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_nse", + "textures": { + "wall": "blocks/cobblestone" + } +} diff --git a/1.10.2/assets/minecraft/models/block/cobblestone_wall_nsew.json b/1.10.2/assets/minecraft/models/block/cobblestone_wall_nsew.json new file mode 100644 index 00000000..d09ac044 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/cobblestone_wall_nsew.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_nsew", + "textures": { + "wall": "blocks/cobblestone" + } +} diff --git a/1.10.2/assets/minecraft/models/block/cobblestone_wall_post.json b/1.10.2/assets/minecraft/models/block/cobblestone_wall_post.json new file mode 100644 index 00000000..6b3069bf --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/cobblestone_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_post", + "textures": { + "wall": "blocks/cobblestone" + } +} diff --git a/1.10.2/assets/minecraft/models/block/cobblestone_wall_side.json b/1.10.2/assets/minecraft/models/block/cobblestone_wall_side.json new file mode 100644 index 00000000..6204e047 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/cobblestone_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_side", + "textures": { + "wall": "blocks/cobblestone" + } +} diff --git a/1.10.2/assets/minecraft/models/block/cocoa_age0_s.json b/1.10.2/assets/minecraft/models/block/cocoa_age0_s.json new file mode 100644 index 00000000..2e8804e0 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/cocoa_age0_s.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/cocoa_age1_s.json b/1.10.2/assets/minecraft/models/block/cocoa_age1_s.json new file mode 100644 index 00000000..05e8c8e7 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/cocoa_age1_s.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/cocoa_age2_s.json b/1.10.2/assets/minecraft/models/block/cocoa_age2_s.json new file mode 100644 index 00000000..d9b70ce1 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/cocoa_age2_s.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/column_side.json b/1.10.2/assets/minecraft/models/block/column_side.json new file mode 100644 index 00000000..1a7f9e76 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/column_side.json @@ -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 } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/command_block.json b/1.10.2/assets/minecraft/models/block/command_block.json new file mode 100644 index 00000000..a3755477 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/command_block.json @@ -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" + } +} diff --git a/1.10.2/assets/minecraft/models/block/command_block_conditional.json b/1.10.2/assets/minecraft/models/block/command_block_conditional.json new file mode 100644 index 00000000..1639f2e1 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/command_block_conditional.json @@ -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" + } +} diff --git a/1.10.2/assets/minecraft/models/block/comparator_lit.json b/1.10.2/assets/minecraft/models/block/comparator_lit.json new file mode 100644 index 00000000..bc1ed817 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/comparator_lit.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/comparator_lit_subtract.json b/1.10.2/assets/minecraft/models/block/comparator_lit_subtract.json new file mode 100644 index 00000000..e55921fc --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/comparator_lit_subtract.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/comparator_unlit.json b/1.10.2/assets/minecraft/models/block/comparator_unlit.json new file mode 100644 index 00000000..7da63972 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/comparator_unlit.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/comparator_unlit_subtract.json b/1.10.2/assets/minecraft/models/block/comparator_unlit_subtract.json new file mode 100644 index 00000000..bb0c4ec5 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/comparator_unlit_subtract.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/crafting_table.json b/1.10.2/assets/minecraft/models/block/crafting_table.json new file mode 100644 index 00000000..2ec0068d --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/crafting_table.json @@ -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" + } +} diff --git a/1.10.2/assets/minecraft/models/block/crop.json b/1.10.2/assets/minecraft/models/block/crop.json new file mode 100644 index 00000000..9cc479e4 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/crop.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/cross.json b/1.10.2/assets/minecraft/models/block/cross.json new file mode 100644 index 00000000..9381019d --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/cross.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/cube.json b/1.10.2/assets/minecraft/models/block/cube.json new file mode 100644 index 00000000..1b9780b4 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/cube.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/cube_all.json b/1.10.2/assets/minecraft/models/block/cube_all.json new file mode 100644 index 00000000..fa2f9e77 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/cube_all.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "#all", + "down": "#all", + "up": "#all", + "north": "#all", + "east": "#all", + "south": "#all", + "west": "#all" + } +} diff --git a/1.10.2/assets/minecraft/models/block/cube_bottom_top.json b/1.10.2/assets/minecraft/models/block/cube_bottom_top.json new file mode 100644 index 00000000..4c610597 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/cube_bottom_top.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "#side", + "down": "#bottom", + "up": "#top", + "north": "#side", + "east": "#side", + "south": "#side", + "west": "#side" + } +} diff --git a/1.10.2/assets/minecraft/models/block/cube_column.json b/1.10.2/assets/minecraft/models/block/cube_column.json new file mode 100644 index 00000000..358b9847 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/cube_column.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "#side", + "down": "#end", + "up": "#end", + "north": "#side", + "east": "#side", + "south": "#side", + "west": "#side" + } +} diff --git a/1.10.2/assets/minecraft/models/block/cube_directional.json b/1.10.2/assets/minecraft/models/block/cube_directional.json new file mode 100644 index 00000000..09fadd01 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/cube_directional.json @@ -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 } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/cube_mirrored.json b/1.10.2/assets/minecraft/models/block/cube_mirrored.json new file mode 100644 index 00000000..38f44bda --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/cube_mirrored.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/cube_mirrored_all.json b/1.10.2/assets/minecraft/models/block/cube_mirrored_all.json new file mode 100644 index 00000000..75743f20 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/cube_mirrored_all.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube_mirrored", + "textures": { + "particle": "#all", + "down": "#all", + "up": "#all", + "north": "#all", + "east": "#all", + "south": "#all", + "west": "#all" + } +} diff --git a/1.10.2/assets/minecraft/models/block/cube_top.json b/1.10.2/assets/minecraft/models/block/cube_top.json new file mode 100644 index 00000000..a0c1d569 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/cube_top.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "#side", + "down": "#side", + "up": "#top", + "north": "#side", + "east": "#side", + "south": "#side", + "west": "#side" + } +} diff --git a/1.10.2/assets/minecraft/models/block/cyan_stained_glass_pane_noside.json b/1.10.2/assets/minecraft/models/block/cyan_stained_glass_pane_noside.json new file mode 100644 index 00000000..ad932cc2 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/cyan_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside", + "textures": { + "pane": "blocks/glass_cyan" + } +} diff --git a/1.10.2/assets/minecraft/models/block/cyan_stained_glass_pane_noside_alt.json b/1.10.2/assets/minecraft/models/block/cyan_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..e4554555 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/cyan_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside_alt", + "textures": { + "pane": "blocks/glass_cyan" + } +} diff --git a/1.10.2/assets/minecraft/models/block/cyan_stained_glass_pane_post.json b/1.10.2/assets/minecraft/models/block/cyan_stained_glass_pane_post.json new file mode 100644 index 00000000..02777d68 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/cyan_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_post", + "textures": { + "edge": "blocks/glass_pane_top_cyan", + "pane": "blocks/glass_cyan" + } +} diff --git a/1.10.2/assets/minecraft/models/block/cyan_stained_glass_pane_side.json b/1.10.2/assets/minecraft/models/block/cyan_stained_glass_pane_side.json new file mode 100644 index 00000000..cee46419 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/cyan_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side", + "textures": { + "edge": "blocks/glass_pane_top_cyan", + "pane": "blocks/glass_cyan" + } +} diff --git a/1.10.2/assets/minecraft/models/block/cyan_stained_glass_pane_side_alt.json b/1.10.2/assets/minecraft/models/block/cyan_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..f68cd94e --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/cyan_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side_alt", + "textures": { + "edge": "blocks/glass_pane_top_cyan", + "pane": "blocks/glass_cyan" + } +} diff --git a/1.10.2/assets/minecraft/models/block/cyan_wool.json b/1.10.2/assets/minecraft/models/block/cyan_wool.json new file mode 100644 index 00000000..c1ac12db --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/cyan_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_cyan" + } +} diff --git a/1.10.2/assets/minecraft/models/block/daisy.json b/1.10.2/assets/minecraft/models/block/daisy.json new file mode 100644 index 00000000..47700f1c --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/daisy.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/flower_oxeye_daisy" + } +} diff --git a/1.10.2/assets/minecraft/models/block/dandelion.json b/1.10.2/assets/minecraft/models/block/dandelion.json new file mode 100644 index 00000000..8ffa73a5 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/dandelion.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/flower_dandelion" + } +} diff --git a/1.10.2/assets/minecraft/models/block/dark_oak_bark.json b/1.10.2/assets/minecraft/models/block/dark_oak_bark.json new file mode 100644 index 00000000..e846895d --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/dark_oak_bark.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/log_big_oak" + } +} diff --git a/1.10.2/assets/minecraft/models/block/dark_oak_door_bottom.json b/1.10.2/assets/minecraft/models/block/dark_oak_door_bottom.json new file mode 100644 index 00000000..04d487d4 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/dark_oak_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom", + "textures": { + "bottom": "blocks/door_dark_oak_lower", + "top": "blocks/door_dark_oak_upper" + } +} diff --git a/1.10.2/assets/minecraft/models/block/dark_oak_door_bottom_rh.json b/1.10.2/assets/minecraft/models/block/dark_oak_door_bottom_rh.json new file mode 100644 index 00000000..ea602e71 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/dark_oak_door_bottom_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom_rh", + "textures": { + "bottom": "blocks/door_dark_oak_lower", + "top": "blocks/door_dark_oak_upper" + } +} diff --git a/1.10.2/assets/minecraft/models/block/dark_oak_door_top.json b/1.10.2/assets/minecraft/models/block/dark_oak_door_top.json new file mode 100644 index 00000000..2b452791 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/dark_oak_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top", + "textures": { + "bottom": "blocks/door_dark_oak_lower", + "top": "blocks/door_dark_oak_upper" + } +} diff --git a/1.10.2/assets/minecraft/models/block/dark_oak_door_top_rh.json b/1.10.2/assets/minecraft/models/block/dark_oak_door_top_rh.json new file mode 100644 index 00000000..5e84e959 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/dark_oak_door_top_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top_rh", + "textures": { + "bottom": "blocks/door_dark_oak_lower", + "top": "blocks/door_dark_oak_upper" + } +} diff --git a/1.10.2/assets/minecraft/models/block/dark_oak_fence_gate_closed.json b/1.10.2/assets/minecraft/models/block/dark_oak_fence_gate_closed.json new file mode 100644 index 00000000..ab54a5fc --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/dark_oak_fence_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_gate_closed", + "textures": { + "texture": "blocks/planks_big_oak" + } +} diff --git a/1.10.2/assets/minecraft/models/block/dark_oak_fence_gate_open.json b/1.10.2/assets/minecraft/models/block/dark_oak_fence_gate_open.json new file mode 100644 index 00000000..4ac98814 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/dark_oak_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_gate_open", + "textures": { + "texture": "blocks/planks_big_oak" + } +} diff --git a/1.10.2/assets/minecraft/models/block/dark_oak_fence_inventory.json b/1.10.2/assets/minecraft/models/block/dark_oak_fence_inventory.json new file mode 100644 index 00000000..072aaf1f --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/dark_oak_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_inventory", + "textures": { + "texture": "blocks/planks_big_oak" + } +} diff --git a/1.10.2/assets/minecraft/models/block/dark_oak_fence_post.json b/1.10.2/assets/minecraft/models/block/dark_oak_fence_post.json new file mode 100644 index 00000000..71a70906 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/dark_oak_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_post", + "textures": { + "texture": "blocks/planks_big_oak" + } +} diff --git a/1.10.2/assets/minecraft/models/block/dark_oak_fence_side.json b/1.10.2/assets/minecraft/models/block/dark_oak_fence_side.json new file mode 100644 index 00000000..e1734484 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/dark_oak_fence_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_side", + "textures": { + "texture": "blocks/planks_big_oak" + } +} diff --git a/1.10.2/assets/minecraft/models/block/dark_oak_inner_stairs.json b/1.10.2/assets/minecraft/models/block/dark_oak_inner_stairs.json new file mode 100644 index 00000000..0abd3b67 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/dark_oak_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/planks_big_oak", + "top": "blocks/planks_big_oak", + "side": "blocks/planks_big_oak" + } +} diff --git a/1.10.2/assets/minecraft/models/block/dark_oak_leaves.json b/1.10.2/assets/minecraft/models/block/dark_oak_leaves.json new file mode 100644 index 00000000..d92b1acc --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/dark_oak_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "block/leaves", + "textures": { + "all": "blocks/leaves_big_oak" + } +} diff --git a/1.10.2/assets/minecraft/models/block/dark_oak_log.json b/1.10.2/assets/minecraft/models/block/dark_oak_log.json new file mode 100644 index 00000000..c7e3cf3c --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/dark_oak_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/log_big_oak_top", + "side": "blocks/log_big_oak" + } +} diff --git a/1.10.2/assets/minecraft/models/block/dark_oak_outer_stairs.json b/1.10.2/assets/minecraft/models/block/dark_oak_outer_stairs.json new file mode 100644 index 00000000..94bf157d --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/dark_oak_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/planks_big_oak", + "top": "blocks/planks_big_oak", + "side": "blocks/planks_big_oak" + } +} diff --git a/1.10.2/assets/minecraft/models/block/dark_oak_planks.json b/1.10.2/assets/minecraft/models/block/dark_oak_planks.json new file mode 100644 index 00000000..b04a1a50 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/dark_oak_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/planks_big_oak" + } +} diff --git a/1.10.2/assets/minecraft/models/block/dark_oak_sapling.json b/1.10.2/assets/minecraft/models/block/dark_oak_sapling.json new file mode 100644 index 00000000..e9b70d59 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/dark_oak_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/sapling_roofed_oak" + } +} diff --git a/1.10.2/assets/minecraft/models/block/dark_oak_stairs.json b/1.10.2/assets/minecraft/models/block/dark_oak_stairs.json new file mode 100644 index 00000000..2d7a2868 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/dark_oak_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/planks_big_oak", + "top": "blocks/planks_big_oak", + "side": "blocks/planks_big_oak" + } +} diff --git a/1.10.2/assets/minecraft/models/block/dark_oak_wall_gate_closed.json b/1.10.2/assets/minecraft/models/block/dark_oak_wall_gate_closed.json new file mode 100644 index 00000000..479bb4b8 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/dark_oak_wall_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_gate_closed", + "textures": { + "texture": "blocks/planks_big_oak" + } +} diff --git a/1.10.2/assets/minecraft/models/block/dark_oak_wall_gate_open.json b/1.10.2/assets/minecraft/models/block/dark_oak_wall_gate_open.json new file mode 100644 index 00000000..a04668b9 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/dark_oak_wall_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_gate_open", + "textures": { + "texture": "blocks/planks_big_oak" + } +} diff --git a/1.10.2/assets/minecraft/models/block/daylight_detector.json b/1.10.2/assets/minecraft/models/block/daylight_detector.json new file mode 100644 index 00000000..94d1a693 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/daylight_detector.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/daylight_detector_inverted.json b/1.10.2/assets/minecraft/models/block/daylight_detector_inverted.json new file mode 100644 index 00000000..769d9d31 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/daylight_detector_inverted.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/dead_bush.json b/1.10.2/assets/minecraft/models/block/dead_bush.json new file mode 100644 index 00000000..5aee4f40 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/dead_bush.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/deadbush" + } +} diff --git a/1.10.2/assets/minecraft/models/block/detector_rail_flat.json b/1.10.2/assets/minecraft/models/block/detector_rail_flat.json new file mode 100644 index 00000000..363009d0 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/detector_rail_flat.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_flat", + "textures": { + "rail": "blocks/rail_detector" + } +} diff --git a/1.10.2/assets/minecraft/models/block/detector_rail_powered_flat.json b/1.10.2/assets/minecraft/models/block/detector_rail_powered_flat.json new file mode 100644 index 00000000..d1c44144 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/detector_rail_powered_flat.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_flat", + "textures": { + "rail": "blocks/rail_detector_powered" + } +} diff --git a/1.10.2/assets/minecraft/models/block/detector_rail_powered_raised_ne.json b/1.10.2/assets/minecraft/models/block/detector_rail_powered_raised_ne.json new file mode 100644 index 00000000..b6dd1863 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/detector_rail_powered_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_ne", + "textures": { + "rail": "blocks/rail_detector_powered" + } +} diff --git a/1.10.2/assets/minecraft/models/block/detector_rail_powered_raised_sw.json b/1.10.2/assets/minecraft/models/block/detector_rail_powered_raised_sw.json new file mode 100644 index 00000000..077566e7 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/detector_rail_powered_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_sw", + "textures": { + "rail": "blocks/rail_detector_powered" + } +} diff --git a/1.10.2/assets/minecraft/models/block/detector_rail_raised_ne.json b/1.10.2/assets/minecraft/models/block/detector_rail_raised_ne.json new file mode 100644 index 00000000..1f8b4570 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/detector_rail_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_ne", + "textures": { + "rail": "blocks/rail_detector" + } +} diff --git a/1.10.2/assets/minecraft/models/block/detector_rail_raised_sw.json b/1.10.2/assets/minecraft/models/block/detector_rail_raised_sw.json new file mode 100644 index 00000000..9d520eb8 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/detector_rail_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_sw", + "textures": { + "rail": "blocks/rail_detector" + } +} diff --git a/1.10.2/assets/minecraft/models/block/diamond_block.json b/1.10.2/assets/minecraft/models/block/diamond_block.json new file mode 100644 index 00000000..5234ebd9 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/diamond_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/diamond_block" + } +} diff --git a/1.10.2/assets/minecraft/models/block/diamond_ore.json b/1.10.2/assets/minecraft/models/block/diamond_ore.json new file mode 100644 index 00000000..d1c996ff --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/diamond_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/diamond_ore" + } +} diff --git a/1.10.2/assets/minecraft/models/block/diorite.json b/1.10.2/assets/minecraft/models/block/diorite.json new file mode 100644 index 00000000..4c0d48be --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/diorite.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/stone_diorite" + } +} diff --git a/1.10.2/assets/minecraft/models/block/diorite_smooth.json b/1.10.2/assets/minecraft/models/block/diorite_smooth.json new file mode 100644 index 00000000..7bb78d50 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/diorite_smooth.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/stone_diorite_smooth" + } +} diff --git a/1.10.2/assets/minecraft/models/block/dirt.json b/1.10.2/assets/minecraft/models/block/dirt.json new file mode 100644 index 00000000..5d1c7b5d --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/dirt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/dirt" + } +} diff --git a/1.10.2/assets/minecraft/models/block/dispenser.json b/1.10.2/assets/minecraft/models/block/dispenser.json new file mode 100644 index 00000000..453c6cee --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/dispenser.json @@ -0,0 +1,8 @@ +{ + "parent": "block/orientable", + "textures": { + "top": "blocks/furnace_top", + "front": "blocks/dispenser_front_horizontal", + "side": "blocks/furnace_side" + } +} diff --git a/1.10.2/assets/minecraft/models/block/dispenser_vertical.json b/1.10.2/assets/minecraft/models/block/dispenser_vertical.json new file mode 100644 index 00000000..978f6609 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/dispenser_vertical.json @@ -0,0 +1,7 @@ +{ + "parent": "block/orientable_vertical", + "textures": { + "front": "blocks/dispenser_front_vertical", + "side": "blocks/furnace_top" + } +} diff --git a/1.10.2/assets/minecraft/models/block/door_bottom.json b/1.10.2/assets/minecraft/models/block/door_bottom.json new file mode 100644 index 00000000..905758fe --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/door_bottom.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/door_bottom_rh.json b/1.10.2/assets/minecraft/models/block/door_bottom_rh.json new file mode 100644 index 00000000..26acf4c7 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/door_bottom_rh.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/door_top.json b/1.10.2/assets/minecraft/models/block/door_top.json new file mode 100644 index 00000000..809fa443 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/door_top.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/door_top_rh.json b/1.10.2/assets/minecraft/models/block/door_top_rh.json new file mode 100644 index 00000000..e7d2f930 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/door_top_rh.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/double_fern_bottom.json b/1.10.2/assets/minecraft/models/block/double_fern_bottom.json new file mode 100644 index 00000000..2f528311 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/double_fern_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/tinted_cross", + "textures": { + "cross": "blocks/double_plant_fern_bottom" + } +} diff --git a/1.10.2/assets/minecraft/models/block/double_fern_top.json b/1.10.2/assets/minecraft/models/block/double_fern_top.json new file mode 100644 index 00000000..9ab5bbf0 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/double_fern_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/tinted_cross", + "textures": { + "cross": "blocks/double_plant_fern_top" + } +} diff --git a/1.10.2/assets/minecraft/models/block/double_grass_bottom.json b/1.10.2/assets/minecraft/models/block/double_grass_bottom.json new file mode 100644 index 00000000..9409cedc --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/double_grass_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/tinted_cross", + "textures": { + "cross": "blocks/double_plant_grass_bottom" + } +} diff --git a/1.10.2/assets/minecraft/models/block/double_grass_top.json b/1.10.2/assets/minecraft/models/block/double_grass_top.json new file mode 100644 index 00000000..150f6279 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/double_grass_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/tinted_cross", + "textures": { + "cross": "blocks/double_plant_grass_top" + } +} diff --git a/1.10.2/assets/minecraft/models/block/double_paeonia_bottom.json b/1.10.2/assets/minecraft/models/block/double_paeonia_bottom.json new file mode 100644 index 00000000..01e35b39 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/double_paeonia_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/double_plant_paeonia_bottom" + } +} diff --git a/1.10.2/assets/minecraft/models/block/double_paeonia_top.json b/1.10.2/assets/minecraft/models/block/double_paeonia_top.json new file mode 100644 index 00000000..8023494a --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/double_paeonia_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/double_plant_paeonia_top" + } +} diff --git a/1.10.2/assets/minecraft/models/block/double_rose_bottom.json b/1.10.2/assets/minecraft/models/block/double_rose_bottom.json new file mode 100644 index 00000000..8407de0e --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/double_rose_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/double_plant_rose_bottom" + } +} diff --git a/1.10.2/assets/minecraft/models/block/double_rose_top.json b/1.10.2/assets/minecraft/models/block/double_rose_top.json new file mode 100644 index 00000000..1601c3b0 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/double_rose_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/double_plant_rose_top" + } +} diff --git a/1.10.2/assets/minecraft/models/block/double_stone.json b/1.10.2/assets/minecraft/models/block/double_stone.json new file mode 100644 index 00000000..ce3fd92c --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/double_stone.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/stone_slab_top", + "side": "blocks/stone_slab_side" + } +} diff --git a/1.10.2/assets/minecraft/models/block/double_stone_top.json b/1.10.2/assets/minecraft/models/block/double_stone_top.json new file mode 100644 index 00000000..0cb25a81 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/double_stone_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/stone_slab_top" + } +} diff --git a/1.10.2/assets/minecraft/models/block/double_sunflower_bottom.json b/1.10.2/assets/minecraft/models/block/double_sunflower_bottom.json new file mode 100644 index 00000000..0caa997b --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/double_sunflower_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/double_plant_sunflower_bottom" + } +} diff --git a/1.10.2/assets/minecraft/models/block/double_sunflower_top.json b/1.10.2/assets/minecraft/models/block/double_sunflower_top.json new file mode 100644 index 00000000..a0df09ce --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/double_sunflower_top.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/double_syringa_bottom.json b/1.10.2/assets/minecraft/models/block/double_syringa_bottom.json new file mode 100644 index 00000000..aa72e58e --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/double_syringa_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/double_plant_syringa_bottom" + } +} diff --git a/1.10.2/assets/minecraft/models/block/double_syringa_top.json b/1.10.2/assets/minecraft/models/block/double_syringa_top.json new file mode 100644 index 00000000..d173954c --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/double_syringa_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/double_plant_syringa_top" + } +} diff --git a/1.10.2/assets/minecraft/models/block/dragon_egg.json b/1.10.2/assets/minecraft/models/block/dragon_egg.json new file mode 100644 index 00000000..94e2c492 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/dragon_egg.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/dropper.json b/1.10.2/assets/minecraft/models/block/dropper.json new file mode 100644 index 00000000..3b6e09e3 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/dropper.json @@ -0,0 +1,8 @@ +{ + "parent": "block/orientable", + "textures": { + "top": "blocks/furnace_top", + "front": "blocks/dropper_front_horizontal", + "side": "blocks/furnace_side" + } +} diff --git a/1.10.2/assets/minecraft/models/block/dropper_vertical.json b/1.10.2/assets/minecraft/models/block/dropper_vertical.json new file mode 100644 index 00000000..bf763e0b --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/dropper_vertical.json @@ -0,0 +1,7 @@ +{ + "parent": "block/orientable_vertical", + "textures": { + "front": "blocks/dropper_front_vertical", + "side": "blocks/furnace_top" + } +} diff --git a/1.10.2/assets/minecraft/models/block/emerald_block.json b/1.10.2/assets/minecraft/models/block/emerald_block.json new file mode 100644 index 00000000..b58a988e --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/emerald_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/emerald_block" + } +} diff --git a/1.10.2/assets/minecraft/models/block/emerald_ore.json b/1.10.2/assets/minecraft/models/block/emerald_ore.json new file mode 100644 index 00000000..32347f3d --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/emerald_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/emerald_ore" + } +} diff --git a/1.10.2/assets/minecraft/models/block/enchanting_table_base.json b/1.10.2/assets/minecraft/models/block/enchanting_table_base.json new file mode 100644 index 00000000..dccc5fa7 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/enchanting_table_base.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/end_bricks.json b/1.10.2/assets/minecraft/models/block/end_bricks.json new file mode 100644 index 00000000..edc2b1c7 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/end_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/end_bricks" + } +} diff --git a/1.10.2/assets/minecraft/models/block/end_portal_frame_empty.json b/1.10.2/assets/minecraft/models/block/end_portal_frame_empty.json new file mode 100644 index 00000000..80dc2840 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/end_portal_frame_empty.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/end_portal_frame_filled.json b/1.10.2/assets/minecraft/models/block/end_portal_frame_filled.json new file mode 100644 index 00000000..778afa38 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/end_portal_frame_filled.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/end_rod.json b/1.10.2/assets/minecraft/models/block/end_rod.json new file mode 100644 index 00000000..82bb74fe --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/end_rod.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/end_stone.json b/1.10.2/assets/minecraft/models/block/end_stone.json new file mode 100644 index 00000000..a66a6322 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/end_stone.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/end_stone" + } +} diff --git a/1.10.2/assets/minecraft/models/block/farmland.json b/1.10.2/assets/minecraft/models/block/farmland.json new file mode 100644 index 00000000..5d2aa96c --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/farmland.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/farmland_dry.json b/1.10.2/assets/minecraft/models/block/farmland_dry.json new file mode 100644 index 00000000..94e31eb2 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/farmland_dry.json @@ -0,0 +1,8 @@ +{ + "parent": "block/farmland", + "textures": { + "particle": "blocks/dirt", + "dirt": "blocks/dirt", + "top": "blocks/farmland_dry" + } +} diff --git a/1.10.2/assets/minecraft/models/block/farmland_moist.json b/1.10.2/assets/minecraft/models/block/farmland_moist.json new file mode 100644 index 00000000..a1cda532 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/farmland_moist.json @@ -0,0 +1,8 @@ +{ + "parent": "block/farmland", + "textures": { + "particle": "blocks/dirt", + "dirt": "blocks/dirt", + "top": "blocks/farmland_wet" + } +} diff --git a/1.10.2/assets/minecraft/models/block/fence_gate_closed.json b/1.10.2/assets/minecraft/models/block/fence_gate_closed.json new file mode 100644 index 00000000..c50708a9 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/fence_gate_closed.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/fence_gate_open.json b/1.10.2/assets/minecraft/models/block/fence_gate_open.json new file mode 100644 index 00000000..9e7baf90 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/fence_gate_open.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/fence_inventory.json b/1.10.2/assets/minecraft/models/block/fence_inventory.json new file mode 100644 index 00000000..514f7416 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/fence_inventory.json @@ -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" + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/fence_post.json b/1.10.2/assets/minecraft/models/block/fence_post.json new file mode 100644 index 00000000..d472ce6a --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/fence_post.json @@ -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" + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/fence_side.json b/1.10.2/assets/minecraft/models/block/fence_side.json new file mode 100644 index 00000000..7145349b --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/fence_side.json @@ -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" + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/fern.json b/1.10.2/assets/minecraft/models/block/fern.json new file mode 100644 index 00000000..95322f9b --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/fern.json @@ -0,0 +1,6 @@ +{ + "parent": "block/tinted_cross", + "textures": { + "cross": "blocks/fern" + } +} diff --git a/1.10.2/assets/minecraft/models/block/fire_floor.json b/1.10.2/assets/minecraft/models/block/fire_floor.json new file mode 100644 index 00000000..002cce9f --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/fire_floor.json @@ -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" }} + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/fire_floor0.json b/1.10.2/assets/minecraft/models/block/fire_floor0.json new file mode 100644 index 00000000..230630ee --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/fire_floor0.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_floor", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/1.10.2/assets/minecraft/models/block/fire_floor1.json b/1.10.2/assets/minecraft/models/block/fire_floor1.json new file mode 100644 index 00000000..6b7d687a --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/fire_floor1.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_floor", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/1.10.2/assets/minecraft/models/block/fire_side.json b/1.10.2/assets/minecraft/models/block/fire_side.json new file mode 100644 index 00000000..e16c6b3a --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/fire_side.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/fire_side0.json b/1.10.2/assets/minecraft/models/block/fire_side0.json new file mode 100644 index 00000000..b042da04 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/fire_side0.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_side", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/1.10.2/assets/minecraft/models/block/fire_side1.json b/1.10.2/assets/minecraft/models/block/fire_side1.json new file mode 100644 index 00000000..c79dbc0b --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/fire_side1.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_side", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/1.10.2/assets/minecraft/models/block/fire_side_alt.json b/1.10.2/assets/minecraft/models/block/fire_side_alt.json new file mode 100644 index 00000000..38f82bbd --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/fire_side_alt.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/fire_side_alt0.json b/1.10.2/assets/minecraft/models/block/fire_side_alt0.json new file mode 100644 index 00000000..5c17f62e --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/fire_side_alt0.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_side_alt", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/1.10.2/assets/minecraft/models/block/fire_side_alt1.json b/1.10.2/assets/minecraft/models/block/fire_side_alt1.json new file mode 100644 index 00000000..fae9f99c --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/fire_side_alt1.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_side_alt", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/1.10.2/assets/minecraft/models/block/fire_up.json b/1.10.2/assets/minecraft/models/block/fire_up.json new file mode 100644 index 00000000..e0f391d5 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/fire_up.json @@ -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 }} + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/fire_up0.json b/1.10.2/assets/minecraft/models/block/fire_up0.json new file mode 100644 index 00000000..a3e1b622 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/fire_up0.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_up", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/1.10.2/assets/minecraft/models/block/fire_up1.json b/1.10.2/assets/minecraft/models/block/fire_up1.json new file mode 100644 index 00000000..f7884dd3 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/fire_up1.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_up", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/1.10.2/assets/minecraft/models/block/fire_up_alt.json b/1.10.2/assets/minecraft/models/block/fire_up_alt.json new file mode 100644 index 00000000..9bfab62e --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/fire_up_alt.json @@ -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" }} + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/fire_up_alt0.json b/1.10.2/assets/minecraft/models/block/fire_up_alt0.json new file mode 100644 index 00000000..4ead456c --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/fire_up_alt0.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_up_alt", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/1.10.2/assets/minecraft/models/block/fire_up_alt1.json b/1.10.2/assets/minecraft/models/block/fire_up_alt1.json new file mode 100644 index 00000000..80a31ef0 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/fire_up_alt1.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_up_alt", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/1.10.2/assets/minecraft/models/block/flower_pot.json b/1.10.2/assets/minecraft/models/block/flower_pot.json new file mode 100644 index 00000000..b5f1c295 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/flower_pot.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/flower_pot_acacia.json b/1.10.2/assets/minecraft/models/block/flower_pot_acacia.json new file mode 100644 index 00000000..21f6dcdc --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/flower_pot_acacia.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/sapling_acacia" + } +} diff --git a/1.10.2/assets/minecraft/models/block/flower_pot_allium.json b/1.10.2/assets/minecraft/models/block/flower_pot_allium.json new file mode 100644 index 00000000..2a0e6866 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/flower_pot_allium.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/flower_allium" + } +} diff --git a/1.10.2/assets/minecraft/models/block/flower_pot_birch.json b/1.10.2/assets/minecraft/models/block/flower_pot_birch.json new file mode 100644 index 00000000..90c04a16 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/flower_pot_birch.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/sapling_birch" + } +} diff --git a/1.10.2/assets/minecraft/models/block/flower_pot_cactus.json b/1.10.2/assets/minecraft/models/block/flower_pot_cactus.json new file mode 100644 index 00000000..669e3f79 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/flower_pot_cactus.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/flower_pot_cross.json b/1.10.2/assets/minecraft/models/block/flower_pot_cross.json new file mode 100644 index 00000000..7af477bd --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/flower_pot_cross.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/flower_pot_daisy.json b/1.10.2/assets/minecraft/models/block/flower_pot_daisy.json new file mode 100644 index 00000000..d0650442 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/flower_pot_daisy.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/flower_oxeye_daisy" + } +} diff --git a/1.10.2/assets/minecraft/models/block/flower_pot_dandelion.json b/1.10.2/assets/minecraft/models/block/flower_pot_dandelion.json new file mode 100644 index 00000000..353eb5e5 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/flower_pot_dandelion.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/flower_dandelion" + } +} diff --git a/1.10.2/assets/minecraft/models/block/flower_pot_dark_oak.json b/1.10.2/assets/minecraft/models/block/flower_pot_dark_oak.json new file mode 100644 index 00000000..f0c714ef --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/flower_pot_dark_oak.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/sapling_roofed_oak" + } +} diff --git a/1.10.2/assets/minecraft/models/block/flower_pot_dead_bush.json b/1.10.2/assets/minecraft/models/block/flower_pot_dead_bush.json new file mode 100644 index 00000000..b7921690 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/flower_pot_dead_bush.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/deadbush" + } +} diff --git a/1.10.2/assets/minecraft/models/block/flower_pot_fern.json b/1.10.2/assets/minecraft/models/block/flower_pot_fern.json new file mode 100644 index 00000000..e12f90d5 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/flower_pot_fern.json @@ -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 } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/flower_pot_houstonia.json b/1.10.2/assets/minecraft/models/block/flower_pot_houstonia.json new file mode 100644 index 00000000..a270ed8f --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/flower_pot_houstonia.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/flower_houstonia" + } +} diff --git a/1.10.2/assets/minecraft/models/block/flower_pot_jungle.json b/1.10.2/assets/minecraft/models/block/flower_pot_jungle.json new file mode 100644 index 00000000..c8c854c6 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/flower_pot_jungle.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/sapling_jungle" + } +} diff --git a/1.10.2/assets/minecraft/models/block/flower_pot_mushroom_brown.json b/1.10.2/assets/minecraft/models/block/flower_pot_mushroom_brown.json new file mode 100644 index 00000000..531c5644 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/flower_pot_mushroom_brown.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/mushroom_brown" + } +} diff --git a/1.10.2/assets/minecraft/models/block/flower_pot_mushroom_red.json b/1.10.2/assets/minecraft/models/block/flower_pot_mushroom_red.json new file mode 100644 index 00000000..2e339ae6 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/flower_pot_mushroom_red.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/mushroom_red" + } +} diff --git a/1.10.2/assets/minecraft/models/block/flower_pot_oak.json b/1.10.2/assets/minecraft/models/block/flower_pot_oak.json new file mode 100644 index 00000000..8a90b8c3 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/flower_pot_oak.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/sapling_oak" + } +} diff --git a/1.10.2/assets/minecraft/models/block/flower_pot_orchid.json b/1.10.2/assets/minecraft/models/block/flower_pot_orchid.json new file mode 100644 index 00000000..a5f29ffd --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/flower_pot_orchid.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/flower_blue_orchid" + } +} diff --git a/1.10.2/assets/minecraft/models/block/flower_pot_rose.json b/1.10.2/assets/minecraft/models/block/flower_pot_rose.json new file mode 100644 index 00000000..ffd38bfe --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/flower_pot_rose.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/flower_rose" + } +} diff --git a/1.10.2/assets/minecraft/models/block/flower_pot_spruce.json b/1.10.2/assets/minecraft/models/block/flower_pot_spruce.json new file mode 100644 index 00000000..752a0a91 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/flower_pot_spruce.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/sapling_spruce" + } +} diff --git a/1.10.2/assets/minecraft/models/block/flower_pot_tulip_orange.json b/1.10.2/assets/minecraft/models/block/flower_pot_tulip_orange.json new file mode 100644 index 00000000..c397ab4f --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/flower_pot_tulip_orange.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/flower_tulip_orange" + } +} diff --git a/1.10.2/assets/minecraft/models/block/flower_pot_tulip_pink.json b/1.10.2/assets/minecraft/models/block/flower_pot_tulip_pink.json new file mode 100644 index 00000000..74db107c --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/flower_pot_tulip_pink.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/flower_tulip_pink" + } +} diff --git a/1.10.2/assets/minecraft/models/block/flower_pot_tulip_red.json b/1.10.2/assets/minecraft/models/block/flower_pot_tulip_red.json new file mode 100644 index 00000000..8285aea9 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/flower_pot_tulip_red.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/flower_tulip_red" + } +} diff --git a/1.10.2/assets/minecraft/models/block/flower_pot_tulip_white.json b/1.10.2/assets/minecraft/models/block/flower_pot_tulip_white.json new file mode 100644 index 00000000..adc4ed9b --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/flower_pot_tulip_white.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/flower_tulip_white" + } +} diff --git a/1.10.2/assets/minecraft/models/block/frosted_ice_0.json b/1.10.2/assets/minecraft/models/block/frosted_ice_0.json new file mode 100644 index 00000000..eebe1da6 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/frosted_ice_0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/frosted_ice_0" + } +} diff --git a/1.10.2/assets/minecraft/models/block/frosted_ice_1.json b/1.10.2/assets/minecraft/models/block/frosted_ice_1.json new file mode 100644 index 00000000..a33d79e8 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/frosted_ice_1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/frosted_ice_1" + } +} diff --git a/1.10.2/assets/minecraft/models/block/frosted_ice_2.json b/1.10.2/assets/minecraft/models/block/frosted_ice_2.json new file mode 100644 index 00000000..0ba8c37d --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/frosted_ice_2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/frosted_ice_2" + } +} diff --git a/1.10.2/assets/minecraft/models/block/frosted_ice_3.json b/1.10.2/assets/minecraft/models/block/frosted_ice_3.json new file mode 100644 index 00000000..989789f8 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/frosted_ice_3.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/frosted_ice_3" + } +} diff --git a/1.10.2/assets/minecraft/models/block/furnace.json b/1.10.2/assets/minecraft/models/block/furnace.json new file mode 100644 index 00000000..9d88a5e6 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/furnace.json @@ -0,0 +1,8 @@ +{ + "parent": "block/orientable", + "textures": { + "top": "blocks/furnace_top", + "front": "blocks/furnace_front_off", + "side": "blocks/furnace_side" + } +} diff --git a/1.10.2/assets/minecraft/models/block/glass.json b/1.10.2/assets/minecraft/models/block/glass.json new file mode 100644 index 00000000..aa796b5a --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/glass.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass" + } +} diff --git a/1.10.2/assets/minecraft/models/block/glass_black.json b/1.10.2/assets/minecraft/models/block/glass_black.json new file mode 100644 index 00000000..b9008a0d --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/glass_black.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_black" + } +} diff --git a/1.10.2/assets/minecraft/models/block/glass_blue.json b/1.10.2/assets/minecraft/models/block/glass_blue.json new file mode 100644 index 00000000..3f8fb9b3 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/glass_blue.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_blue" + } +} diff --git a/1.10.2/assets/minecraft/models/block/glass_brown.json b/1.10.2/assets/minecraft/models/block/glass_brown.json new file mode 100644 index 00000000..b916aa97 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/glass_brown.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_brown" + } +} diff --git a/1.10.2/assets/minecraft/models/block/glass_cyan.json b/1.10.2/assets/minecraft/models/block/glass_cyan.json new file mode 100644 index 00000000..83e6c583 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/glass_cyan.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_cyan" + } +} diff --git a/1.10.2/assets/minecraft/models/block/glass_gray.json b/1.10.2/assets/minecraft/models/block/glass_gray.json new file mode 100644 index 00000000..f37201de --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/glass_gray.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_gray" + } +} diff --git a/1.10.2/assets/minecraft/models/block/glass_green.json b/1.10.2/assets/minecraft/models/block/glass_green.json new file mode 100644 index 00000000..c313268b --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/glass_green.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_green" + } +} diff --git a/1.10.2/assets/minecraft/models/block/glass_light_blue.json b/1.10.2/assets/minecraft/models/block/glass_light_blue.json new file mode 100644 index 00000000..2faeffab --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/glass_light_blue.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_light_blue" + } +} diff --git a/1.10.2/assets/minecraft/models/block/glass_lime.json b/1.10.2/assets/minecraft/models/block/glass_lime.json new file mode 100644 index 00000000..f6ba9c3f --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/glass_lime.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_lime" + } +} diff --git a/1.10.2/assets/minecraft/models/block/glass_magenta.json b/1.10.2/assets/minecraft/models/block/glass_magenta.json new file mode 100644 index 00000000..fda210f0 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/glass_magenta.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_magenta" + } +} diff --git a/1.10.2/assets/minecraft/models/block/glass_orange.json b/1.10.2/assets/minecraft/models/block/glass_orange.json new file mode 100644 index 00000000..d2d7204c --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/glass_orange.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_orange" + } +} diff --git a/1.10.2/assets/minecraft/models/block/glass_pane_noside.json b/1.10.2/assets/minecraft/models/block/glass_pane_noside.json new file mode 100644 index 00000000..63592f78 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside", + "textures": { + "pane": "blocks/glass" + } +} diff --git a/1.10.2/assets/minecraft/models/block/glass_pane_noside_alt.json b/1.10.2/assets/minecraft/models/block/glass_pane_noside_alt.json new file mode 100644 index 00000000..102b2e04 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside_alt", + "textures": { + "pane": "blocks/glass" + } +} diff --git a/1.10.2/assets/minecraft/models/block/glass_pane_post.json b/1.10.2/assets/minecraft/models/block/glass_pane_post.json new file mode 100644 index 00000000..da55b89e --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_post", + "textures": { + "edge": "blocks/glass_pane_top", + "pane": "blocks/glass" + } +} diff --git a/1.10.2/assets/minecraft/models/block/glass_pane_side.json b/1.10.2/assets/minecraft/models/block/glass_pane_side.json new file mode 100644 index 00000000..7fa77aec --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side", + "textures": { + "edge": "blocks/glass_pane_top", + "pane": "blocks/glass" + } +} diff --git a/1.10.2/assets/minecraft/models/block/glass_pane_side_alt.json b/1.10.2/assets/minecraft/models/block/glass_pane_side_alt.json new file mode 100644 index 00000000..a304ba5e --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side_alt", + "textures": { + "edge": "blocks/glass_pane_top", + "pane": "blocks/glass" + } +} diff --git a/1.10.2/assets/minecraft/models/block/glass_pink.json b/1.10.2/assets/minecraft/models/block/glass_pink.json new file mode 100644 index 00000000..b557e8b7 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/glass_pink.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_pink" + } +} diff --git a/1.10.2/assets/minecraft/models/block/glass_purple.json b/1.10.2/assets/minecraft/models/block/glass_purple.json new file mode 100644 index 00000000..ac129046 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/glass_purple.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_purple" + } +} diff --git a/1.10.2/assets/minecraft/models/block/glass_red.json b/1.10.2/assets/minecraft/models/block/glass_red.json new file mode 100644 index 00000000..939f58d9 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/glass_red.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_red" + } +} diff --git a/1.10.2/assets/minecraft/models/block/glass_silver.json b/1.10.2/assets/minecraft/models/block/glass_silver.json new file mode 100644 index 00000000..afeeeaa5 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/glass_silver.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_silver" + } +} diff --git a/1.10.2/assets/minecraft/models/block/glass_white.json b/1.10.2/assets/minecraft/models/block/glass_white.json new file mode 100644 index 00000000..c7df9fc8 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/glass_white.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_white" + } +} diff --git a/1.10.2/assets/minecraft/models/block/glass_yellow.json b/1.10.2/assets/minecraft/models/block/glass_yellow.json new file mode 100644 index 00000000..3ba5a6c6 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/glass_yellow.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_yellow" + } +} diff --git a/1.10.2/assets/minecraft/models/block/glowstone.json b/1.10.2/assets/minecraft/models/block/glowstone.json new file mode 100644 index 00000000..9ffe5db9 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/glowstone.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glowstone" + } +} diff --git a/1.10.2/assets/minecraft/models/block/gold_block.json b/1.10.2/assets/minecraft/models/block/gold_block.json new file mode 100644 index 00000000..1c227f01 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/gold_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/gold_block" + } +} diff --git a/1.10.2/assets/minecraft/models/block/gold_ore.json b/1.10.2/assets/minecraft/models/block/gold_ore.json new file mode 100644 index 00000000..ce4e0352 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/gold_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/gold_ore" + } +} diff --git a/1.10.2/assets/minecraft/models/block/golden_rail_active_flat.json b/1.10.2/assets/minecraft/models/block/golden_rail_active_flat.json new file mode 100644 index 00000000..a2f49b10 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/golden_rail_active_flat.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_flat", + "textures": { + "rail": "blocks/rail_golden_powered" + } +} diff --git a/1.10.2/assets/minecraft/models/block/golden_rail_active_raised_ne.json b/1.10.2/assets/minecraft/models/block/golden_rail_active_raised_ne.json new file mode 100644 index 00000000..4ab8f64b --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/golden_rail_active_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_ne", + "textures": { + "rail": "blocks/rail_golden_powered" + } +} diff --git a/1.10.2/assets/minecraft/models/block/golden_rail_active_raised_sw.json b/1.10.2/assets/minecraft/models/block/golden_rail_active_raised_sw.json new file mode 100644 index 00000000..8fef0597 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/golden_rail_active_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_sw", + "textures": { + "rail": "blocks/rail_golden_powered" + } +} diff --git a/1.10.2/assets/minecraft/models/block/golden_rail_flat.json b/1.10.2/assets/minecraft/models/block/golden_rail_flat.json new file mode 100644 index 00000000..87a08fc8 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/golden_rail_flat.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_flat", + "textures": { + "rail": "blocks/rail_golden" + } +} diff --git a/1.10.2/assets/minecraft/models/block/golden_rail_raised_ne.json b/1.10.2/assets/minecraft/models/block/golden_rail_raised_ne.json new file mode 100644 index 00000000..ff3856d7 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/golden_rail_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_ne", + "textures": { + "rail": "blocks/rail_golden" + } +} diff --git a/1.10.2/assets/minecraft/models/block/golden_rail_raised_sw.json b/1.10.2/assets/minecraft/models/block/golden_rail_raised_sw.json new file mode 100644 index 00000000..520414d3 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/golden_rail_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_sw", + "textures": { + "rail": "blocks/rail_golden" + } +} diff --git a/1.10.2/assets/minecraft/models/block/granite.json b/1.10.2/assets/minecraft/models/block/granite.json new file mode 100644 index 00000000..eee4faed --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/granite.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/stone_granite" + } +} diff --git a/1.10.2/assets/minecraft/models/block/granite_smooth.json b/1.10.2/assets/minecraft/models/block/granite_smooth.json new file mode 100644 index 00000000..31fc9f10 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/granite_smooth.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/stone_granite_smooth" + } +} diff --git a/1.10.2/assets/minecraft/models/block/grass.json b/1.10.2/assets/minecraft/models/block/grass.json new file mode 100644 index 00000000..b4307817 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/grass.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/grass_normal.json b/1.10.2/assets/minecraft/models/block/grass_normal.json new file mode 100644 index 00000000..b6201ebf --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/grass_normal.json @@ -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" + } +} diff --git a/1.10.2/assets/minecraft/models/block/grass_path.json b/1.10.2/assets/minecraft/models/block/grass_path.json new file mode 100644 index 00000000..377d0b8c --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/grass_path.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/grass_snowed.json b/1.10.2/assets/minecraft/models/block/grass_snowed.json new file mode 100644 index 00000000..c33ffc53 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/grass_snowed.json @@ -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" + } +} diff --git a/1.10.2/assets/minecraft/models/block/gravel.json b/1.10.2/assets/minecraft/models/block/gravel.json new file mode 100644 index 00000000..e2cf665e --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/gravel.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/gravel" + } +} diff --git a/1.10.2/assets/minecraft/models/block/gray_stained_glass_pane_noside.json b/1.10.2/assets/minecraft/models/block/gray_stained_glass_pane_noside.json new file mode 100644 index 00000000..b1cbd11e --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/gray_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside", + "textures": { + "pane": "blocks/glass_gray" + } +} diff --git a/1.10.2/assets/minecraft/models/block/gray_stained_glass_pane_noside_alt.json b/1.10.2/assets/minecraft/models/block/gray_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..11bc2a3d --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/gray_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside_alt", + "textures": { + "pane": "blocks/glass_gray" + } +} diff --git a/1.10.2/assets/minecraft/models/block/gray_stained_glass_pane_post.json b/1.10.2/assets/minecraft/models/block/gray_stained_glass_pane_post.json new file mode 100644 index 00000000..375b2afd --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/gray_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_post", + "textures": { + "edge": "blocks/glass_pane_top_gray", + "pane": "blocks/glass_gray" + } +} diff --git a/1.10.2/assets/minecraft/models/block/gray_stained_glass_pane_side.json b/1.10.2/assets/minecraft/models/block/gray_stained_glass_pane_side.json new file mode 100644 index 00000000..ee28eb3e --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/gray_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side", + "textures": { + "edge": "blocks/glass_pane_top_gray", + "pane": "blocks/glass_gray" + } +} diff --git a/1.10.2/assets/minecraft/models/block/gray_stained_glass_pane_side_alt.json b/1.10.2/assets/minecraft/models/block/gray_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..2fa85d6d --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/gray_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side_alt", + "textures": { + "edge": "blocks/glass_pane_top_gray", + "pane": "blocks/glass_gray" + } +} diff --git a/1.10.2/assets/minecraft/models/block/gray_wool.json b/1.10.2/assets/minecraft/models/block/gray_wool.json new file mode 100644 index 00000000..f88eb1d5 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/gray_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_gray" + } +} diff --git a/1.10.2/assets/minecraft/models/block/green_stained_glass_pane_noside.json b/1.10.2/assets/minecraft/models/block/green_stained_glass_pane_noside.json new file mode 100644 index 00000000..01bbf6e9 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/green_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside", + "textures": { + "pane": "blocks/glass_green" + } +} diff --git a/1.10.2/assets/minecraft/models/block/green_stained_glass_pane_noside_alt.json b/1.10.2/assets/minecraft/models/block/green_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..e325aa0d --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/green_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside_alt", + "textures": { + "pane": "blocks/glass_green" + } +} diff --git a/1.10.2/assets/minecraft/models/block/green_stained_glass_pane_post.json b/1.10.2/assets/minecraft/models/block/green_stained_glass_pane_post.json new file mode 100644 index 00000000..f51d496b --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/green_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_post", + "textures": { + "edge": "blocks/glass_pane_top_green", + "pane": "blocks/glass_green" + } +} diff --git a/1.10.2/assets/minecraft/models/block/green_stained_glass_pane_side.json b/1.10.2/assets/minecraft/models/block/green_stained_glass_pane_side.json new file mode 100644 index 00000000..1f32d8e9 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/green_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side", + "textures": { + "edge": "blocks/glass_pane_top_green", + "pane": "blocks/glass_green" + } +} diff --git a/1.10.2/assets/minecraft/models/block/green_stained_glass_pane_side_alt.json b/1.10.2/assets/minecraft/models/block/green_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..d5c61318 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/green_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side_alt", + "textures": { + "edge": "blocks/glass_pane_top_green", + "pane": "blocks/glass_green" + } +} diff --git a/1.10.2/assets/minecraft/models/block/green_wool.json b/1.10.2/assets/minecraft/models/block/green_wool.json new file mode 100644 index 00000000..44c65a54 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/green_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_green" + } +} diff --git a/1.10.2/assets/minecraft/models/block/half_slab.json b/1.10.2/assets/minecraft/models/block/half_slab.json new file mode 100644 index 00000000..1eadc701 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/half_slab.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/half_slab_acacia.json b/1.10.2/assets/minecraft/models/block/half_slab_acacia.json new file mode 100644 index 00000000..25e73536 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/half_slab_acacia.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/planks_acacia", + "top": "blocks/planks_acacia", + "side": "blocks/planks_acacia" + } +} diff --git a/1.10.2/assets/minecraft/models/block/half_slab_birch.json b/1.10.2/assets/minecraft/models/block/half_slab_birch.json new file mode 100644 index 00000000..1dc753cf --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/half_slab_birch.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/planks_birch", + "top": "blocks/planks_birch", + "side": "blocks/planks_birch" + } +} diff --git a/1.10.2/assets/minecraft/models/block/half_slab_brick.json b/1.10.2/assets/minecraft/models/block/half_slab_brick.json new file mode 100644 index 00000000..1fd4a27d --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/half_slab_brick.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/brick", + "top": "blocks/brick", + "side": "blocks/brick" + } +} diff --git a/1.10.2/assets/minecraft/models/block/half_slab_cobblestone.json b/1.10.2/assets/minecraft/models/block/half_slab_cobblestone.json new file mode 100644 index 00000000..75207948 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/half_slab_cobblestone.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/cobblestone", + "top": "blocks/cobblestone", + "side": "blocks/cobblestone" + } +} diff --git a/1.10.2/assets/minecraft/models/block/half_slab_dark_oak.json b/1.10.2/assets/minecraft/models/block/half_slab_dark_oak.json new file mode 100644 index 00000000..f4d89ecd --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/half_slab_dark_oak.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/planks_big_oak", + "top": "blocks/planks_big_oak", + "side": "blocks/planks_big_oak" + } +} diff --git a/1.10.2/assets/minecraft/models/block/half_slab_jungle.json b/1.10.2/assets/minecraft/models/block/half_slab_jungle.json new file mode 100644 index 00000000..5d3d2715 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/half_slab_jungle.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/planks_jungle", + "top": "blocks/planks_jungle", + "side": "blocks/planks_jungle" + } +} diff --git a/1.10.2/assets/minecraft/models/block/half_slab_nether_brick.json b/1.10.2/assets/minecraft/models/block/half_slab_nether_brick.json new file mode 100644 index 00000000..2e30c56d --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/half_slab_nether_brick.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/nether_brick", + "top": "blocks/nether_brick", + "side": "blocks/nether_brick" + } +} diff --git a/1.10.2/assets/minecraft/models/block/half_slab_oak.json b/1.10.2/assets/minecraft/models/block/half_slab_oak.json new file mode 100644 index 00000000..15b26120 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/half_slab_oak.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/planks_oak", + "top": "blocks/planks_oak", + "side": "blocks/planks_oak" + } +} diff --git a/1.10.2/assets/minecraft/models/block/half_slab_purpur.json b/1.10.2/assets/minecraft/models/block/half_slab_purpur.json new file mode 100644 index 00000000..76cc60b8 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/half_slab_purpur.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/purpur_block", + "top": "blocks/purpur_block", + "side": "blocks/purpur_block" + } +} diff --git a/1.10.2/assets/minecraft/models/block/half_slab_quartz.json b/1.10.2/assets/minecraft/models/block/half_slab_quartz.json new file mode 100644 index 00000000..1066da7e --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/half_slab_quartz.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/quartz_block_bottom", + "top": "blocks/quartz_block_top", + "side": "blocks/quartz_block_side" + } +} diff --git a/1.10.2/assets/minecraft/models/block/half_slab_red_sandstone.json b/1.10.2/assets/minecraft/models/block/half_slab_red_sandstone.json new file mode 100644 index 00000000..08dc64c2 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/half_slab_red_sandstone.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/red_sandstone_bottom", + "top": "blocks/red_sandstone_top", + "side": "blocks/red_sandstone_normal" + } +} diff --git a/1.10.2/assets/minecraft/models/block/half_slab_sandstone.json b/1.10.2/assets/minecraft/models/block/half_slab_sandstone.json new file mode 100644 index 00000000..5d08ff48 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/half_slab_sandstone.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/sandstone_bottom", + "top": "blocks/sandstone_top", + "side": "blocks/sandstone_normal" + } +} diff --git a/1.10.2/assets/minecraft/models/block/half_slab_spruce.json b/1.10.2/assets/minecraft/models/block/half_slab_spruce.json new file mode 100644 index 00000000..9e28d9f1 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/half_slab_spruce.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/planks_spruce", + "top": "blocks/planks_spruce", + "side": "blocks/planks_spruce" + } +} diff --git a/1.10.2/assets/minecraft/models/block/half_slab_stone.json b/1.10.2/assets/minecraft/models/block/half_slab_stone.json new file mode 100644 index 00000000..b09be3e5 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/half_slab_stone.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/stone_slab_top", + "top": "blocks/stone_slab_top", + "side": "blocks/stone_slab_side" + } +} diff --git a/1.10.2/assets/minecraft/models/block/half_slab_stone_brick.json b/1.10.2/assets/minecraft/models/block/half_slab_stone_brick.json new file mode 100644 index 00000000..9bb3abc8 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/half_slab_stone_brick.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/stonebrick", + "top": "blocks/stonebrick", + "side": "blocks/stonebrick" + } +} diff --git a/1.10.2/assets/minecraft/models/block/hardened_clay.json b/1.10.2/assets/minecraft/models/block/hardened_clay.json new file mode 100644 index 00000000..5f29119c --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/hardened_clay.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay" + } +} diff --git a/1.10.2/assets/minecraft/models/block/hardened_clay_black.json b/1.10.2/assets/minecraft/models/block/hardened_clay_black.json new file mode 100644 index 00000000..cab25b2f --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/hardened_clay_black.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_black" + } +} diff --git a/1.10.2/assets/minecraft/models/block/hardened_clay_blue.json b/1.10.2/assets/minecraft/models/block/hardened_clay_blue.json new file mode 100644 index 00000000..01eed452 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/hardened_clay_blue.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_blue" + } +} diff --git a/1.10.2/assets/minecraft/models/block/hardened_clay_brown.json b/1.10.2/assets/minecraft/models/block/hardened_clay_brown.json new file mode 100644 index 00000000..646946d7 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/hardened_clay_brown.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_brown" + } +} diff --git a/1.10.2/assets/minecraft/models/block/hardened_clay_cyan.json b/1.10.2/assets/minecraft/models/block/hardened_clay_cyan.json new file mode 100644 index 00000000..fd4243ae --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/hardened_clay_cyan.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_cyan" + } +} diff --git a/1.10.2/assets/minecraft/models/block/hardened_clay_gray.json b/1.10.2/assets/minecraft/models/block/hardened_clay_gray.json new file mode 100644 index 00000000..4fd29f50 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/hardened_clay_gray.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_gray" + } +} diff --git a/1.10.2/assets/minecraft/models/block/hardened_clay_green.json b/1.10.2/assets/minecraft/models/block/hardened_clay_green.json new file mode 100644 index 00000000..b04b0963 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/hardened_clay_green.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_green" + } +} diff --git a/1.10.2/assets/minecraft/models/block/hardened_clay_light_blue.json b/1.10.2/assets/minecraft/models/block/hardened_clay_light_blue.json new file mode 100644 index 00000000..a601f953 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/hardened_clay_light_blue.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_light_blue" + } +} diff --git a/1.10.2/assets/minecraft/models/block/hardened_clay_lime.json b/1.10.2/assets/minecraft/models/block/hardened_clay_lime.json new file mode 100644 index 00000000..34f4474b --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/hardened_clay_lime.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_lime" + } +} diff --git a/1.10.2/assets/minecraft/models/block/hardened_clay_magenta.json b/1.10.2/assets/minecraft/models/block/hardened_clay_magenta.json new file mode 100644 index 00000000..69e09448 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/hardened_clay_magenta.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_magenta" + } +} diff --git a/1.10.2/assets/minecraft/models/block/hardened_clay_orange.json b/1.10.2/assets/minecraft/models/block/hardened_clay_orange.json new file mode 100644 index 00000000..6feb8673 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/hardened_clay_orange.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_orange" + } +} diff --git a/1.10.2/assets/minecraft/models/block/hardened_clay_pink.json b/1.10.2/assets/minecraft/models/block/hardened_clay_pink.json new file mode 100644 index 00000000..20afb21a --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/hardened_clay_pink.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_pink" + } +} diff --git a/1.10.2/assets/minecraft/models/block/hardened_clay_purple.json b/1.10.2/assets/minecraft/models/block/hardened_clay_purple.json new file mode 100644 index 00000000..a5865ec8 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/hardened_clay_purple.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_purple" + } +} diff --git a/1.10.2/assets/minecraft/models/block/hardened_clay_red.json b/1.10.2/assets/minecraft/models/block/hardened_clay_red.json new file mode 100644 index 00000000..77c34ebe --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/hardened_clay_red.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_red" + } +} diff --git a/1.10.2/assets/minecraft/models/block/hardened_clay_silver.json b/1.10.2/assets/minecraft/models/block/hardened_clay_silver.json new file mode 100644 index 00000000..88e0d8b7 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/hardened_clay_silver.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_silver" + } +} diff --git a/1.10.2/assets/minecraft/models/block/hardened_clay_white.json b/1.10.2/assets/minecraft/models/block/hardened_clay_white.json new file mode 100644 index 00000000..5af1046e --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/hardened_clay_white.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_white" + } +} diff --git a/1.10.2/assets/minecraft/models/block/hardened_clay_yellow.json b/1.10.2/assets/minecraft/models/block/hardened_clay_yellow.json new file mode 100644 index 00000000..f1564534 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/hardened_clay_yellow.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_yellow" + } +} diff --git a/1.10.2/assets/minecraft/models/block/hay.json b/1.10.2/assets/minecraft/models/block/hay.json new file mode 100644 index 00000000..542ffc0b --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/hay.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/hay_block_top", + "side": "blocks/hay_block_side" + } +} diff --git a/1.10.2/assets/minecraft/models/block/heavy_pressure_plate_down.json b/1.10.2/assets/minecraft/models/block/heavy_pressure_plate_down.json new file mode 100644 index 00000000..ce663096 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/heavy_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_down", + "textures": { + "texture": "blocks/iron_block" + } +} diff --git a/1.10.2/assets/minecraft/models/block/heavy_pressure_plate_up.json b/1.10.2/assets/minecraft/models/block/heavy_pressure_plate_up.json new file mode 100644 index 00000000..308eb16a --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/heavy_pressure_plate_up.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_up", + "textures": { + "texture": "blocks/iron_block" + } +} diff --git a/1.10.2/assets/minecraft/models/block/hopper_down.json b/1.10.2/assets/minecraft/models/block/hopper_down.json new file mode 100644 index 00000000..1c3c5c10 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/hopper_down.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/hopper_side.json b/1.10.2/assets/minecraft/models/block/hopper_side.json new file mode 100644 index 00000000..78e0d9ce --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/hopper_side.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/houstonia.json b/1.10.2/assets/minecraft/models/block/houstonia.json new file mode 100644 index 00000000..ca9b3443 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/houstonia.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/flower_houstonia" + } +} diff --git a/1.10.2/assets/minecraft/models/block/ice.json b/1.10.2/assets/minecraft/models/block/ice.json new file mode 100644 index 00000000..2b94adaf --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/ice.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/ice" + } +} diff --git a/1.10.2/assets/minecraft/models/block/inner_stairs.json b/1.10.2/assets/minecraft/models/block/inner_stairs.json new file mode 100644 index 00000000..51c02e23 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/inner_stairs.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/iron_bars_cap.json b/1.10.2/assets/minecraft/models/block/iron_bars_cap.json new file mode 100644 index 00000000..a5559b5e --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/iron_bars_cap.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/iron_bars_cap_alt.json b/1.10.2/assets/minecraft/models/block/iron_bars_cap_alt.json new file mode 100644 index 00000000..e5d1874e --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/iron_bars_cap_alt.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/iron_bars_post.json b/1.10.2/assets/minecraft/models/block/iron_bars_post.json new file mode 100644 index 00000000..b3aa9ab1 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/iron_bars_post.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/iron_bars_post_ends.json b/1.10.2/assets/minecraft/models/block/iron_bars_post_ends.json new file mode 100644 index 00000000..0462aa23 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/iron_bars_post_ends.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/iron_bars_side.json b/1.10.2/assets/minecraft/models/block/iron_bars_side.json new file mode 100644 index 00000000..bcc857a9 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/iron_bars_side.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/iron_bars_side_alt.json b/1.10.2/assets/minecraft/models/block/iron_bars_side_alt.json new file mode 100644 index 00000000..d43f5852 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/iron_bars_side_alt.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/iron_block.json b/1.10.2/assets/minecraft/models/block/iron_block.json new file mode 100644 index 00000000..3ed6c885 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/iron_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/iron_block" + } +} diff --git a/1.10.2/assets/minecraft/models/block/iron_door_bottom.json b/1.10.2/assets/minecraft/models/block/iron_door_bottom.json new file mode 100644 index 00000000..013cf584 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/iron_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom", + "textures": { + "bottom": "blocks/door_iron_lower", + "top": "blocks/door_iron_upper" + } +} diff --git a/1.10.2/assets/minecraft/models/block/iron_door_bottom_rh.json b/1.10.2/assets/minecraft/models/block/iron_door_bottom_rh.json new file mode 100644 index 00000000..2cf3325f --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/iron_door_bottom_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom_rh", + "textures": { + "bottom": "blocks/door_iron_lower", + "top": "blocks/door_iron_upper" + } +} diff --git a/1.10.2/assets/minecraft/models/block/iron_door_top.json b/1.10.2/assets/minecraft/models/block/iron_door_top.json new file mode 100644 index 00000000..1e4acbd0 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/iron_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top", + "textures": { + "bottom": "blocks/door_iron_lower", + "top": "blocks/door_iron_upper" + } +} diff --git a/1.10.2/assets/minecraft/models/block/iron_door_top_rh.json b/1.10.2/assets/minecraft/models/block/iron_door_top_rh.json new file mode 100644 index 00000000..a42460c6 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/iron_door_top_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top_rh", + "textures": { + "bottom": "blocks/door_iron_lower", + "top": "blocks/door_iron_upper" + } +} diff --git a/1.10.2/assets/minecraft/models/block/iron_ore.json b/1.10.2/assets/minecraft/models/block/iron_ore.json new file mode 100644 index 00000000..a6d9f1f6 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/iron_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/iron_ore" + } +} diff --git a/1.10.2/assets/minecraft/models/block/iron_trapdoor_bottom.json b/1.10.2/assets/minecraft/models/block/iron_trapdoor_bottom.json new file mode 100644 index 00000000..548d0305 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/iron_trapdoor_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/trapdoor_bottom", + "textures": { + "texture": "blocks/iron_trapdoor" + } +} diff --git a/1.10.2/assets/minecraft/models/block/iron_trapdoor_open.json b/1.10.2/assets/minecraft/models/block/iron_trapdoor_open.json new file mode 100644 index 00000000..eca9e15d --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/iron_trapdoor_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/trapdoor_open", + "textures": { + "texture": "blocks/iron_trapdoor" + } +} diff --git a/1.10.2/assets/minecraft/models/block/iron_trapdoor_top.json b/1.10.2/assets/minecraft/models/block/iron_trapdoor_top.json new file mode 100644 index 00000000..04deb335 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/iron_trapdoor_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/trapdoor_top", + "textures": { + "texture": "blocks/iron_trapdoor" + } +} diff --git a/1.10.2/assets/minecraft/models/block/item_frame.json b/1.10.2/assets/minecraft/models/block/item_frame.json new file mode 100644 index 00000000..cc12c8df --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/item_frame.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/item_frame_map.json b/1.10.2/assets/minecraft/models/block/item_frame_map.json new file mode 100644 index 00000000..9d025635 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/item_frame_map.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/jukebox.json b/1.10.2/assets/minecraft/models/block/jukebox.json new file mode 100644 index 00000000..d03e64a9 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/jukebox.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_top", + "textures": { + "top": "blocks/jukebox_top", + "side": "blocks/jukebox_side" + } +} diff --git a/1.10.2/assets/minecraft/models/block/jungle_bark.json b/1.10.2/assets/minecraft/models/block/jungle_bark.json new file mode 100644 index 00000000..a9e95ea7 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/jungle_bark.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/log_jungle" + } +} diff --git a/1.10.2/assets/minecraft/models/block/jungle_door_bottom.json b/1.10.2/assets/minecraft/models/block/jungle_door_bottom.json new file mode 100644 index 00000000..ae05da16 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/jungle_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom", + "textures": { + "bottom": "blocks/door_jungle_lower", + "top": "blocks/door_jungle_upper" + } +} diff --git a/1.10.2/assets/minecraft/models/block/jungle_door_bottom_rh.json b/1.10.2/assets/minecraft/models/block/jungle_door_bottom_rh.json new file mode 100644 index 00000000..0aefd361 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/jungle_door_bottom_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom_rh", + "textures": { + "bottom": "blocks/door_jungle_lower", + "top": "blocks/door_jungle_upper" + } +} diff --git a/1.10.2/assets/minecraft/models/block/jungle_door_top.json b/1.10.2/assets/minecraft/models/block/jungle_door_top.json new file mode 100644 index 00000000..5c19f889 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/jungle_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top", + "textures": { + "bottom": "blocks/door_jungle_lower", + "top": "blocks/door_jungle_upper" + } +} diff --git a/1.10.2/assets/minecraft/models/block/jungle_door_top_rh.json b/1.10.2/assets/minecraft/models/block/jungle_door_top_rh.json new file mode 100644 index 00000000..df0dd9ec --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/jungle_door_top_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top_rh", + "textures": { + "bottom": "blocks/door_jungle_lower", + "top": "blocks/door_jungle_upper" + } +} diff --git a/1.10.2/assets/minecraft/models/block/jungle_fence_gate_closed.json b/1.10.2/assets/minecraft/models/block/jungle_fence_gate_closed.json new file mode 100644 index 00000000..675a2099 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/jungle_fence_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_gate_closed", + "textures": { + "texture": "blocks/planks_jungle" + } +} diff --git a/1.10.2/assets/minecraft/models/block/jungle_fence_gate_open.json b/1.10.2/assets/minecraft/models/block/jungle_fence_gate_open.json new file mode 100644 index 00000000..aaa0c23c --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/jungle_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_gate_open", + "textures": { + "texture": "blocks/planks_jungle" + } +} diff --git a/1.10.2/assets/minecraft/models/block/jungle_fence_inventory.json b/1.10.2/assets/minecraft/models/block/jungle_fence_inventory.json new file mode 100644 index 00000000..2ca9ac24 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/jungle_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_inventory", + "textures": { + "texture": "blocks/planks_jungle" + } +} diff --git a/1.10.2/assets/minecraft/models/block/jungle_fence_post.json b/1.10.2/assets/minecraft/models/block/jungle_fence_post.json new file mode 100644 index 00000000..d7afc334 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/jungle_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_post", + "textures": { + "texture": "blocks/planks_jungle" + } +} diff --git a/1.10.2/assets/minecraft/models/block/jungle_fence_side.json b/1.10.2/assets/minecraft/models/block/jungle_fence_side.json new file mode 100644 index 00000000..37ade2eb --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/jungle_fence_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_side", + "textures": { + "texture": "blocks/planks_jungle" + } +} diff --git a/1.10.2/assets/minecraft/models/block/jungle_inner_stairs.json b/1.10.2/assets/minecraft/models/block/jungle_inner_stairs.json new file mode 100644 index 00000000..754bea08 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/jungle_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/planks_jungle", + "top": "blocks/planks_jungle", + "side": "blocks/planks_jungle" + } +} diff --git a/1.10.2/assets/minecraft/models/block/jungle_leaves.json b/1.10.2/assets/minecraft/models/block/jungle_leaves.json new file mode 100644 index 00000000..c50a077b --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/jungle_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "block/leaves", + "textures": { + "all": "blocks/leaves_jungle" + } +} diff --git a/1.10.2/assets/minecraft/models/block/jungle_log.json b/1.10.2/assets/minecraft/models/block/jungle_log.json new file mode 100644 index 00000000..5be31e72 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/jungle_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/log_jungle_top", + "side": "blocks/log_jungle" + } +} diff --git a/1.10.2/assets/minecraft/models/block/jungle_outer_stairs.json b/1.10.2/assets/minecraft/models/block/jungle_outer_stairs.json new file mode 100644 index 00000000..012678cb --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/jungle_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/planks_jungle", + "top": "blocks/planks_jungle", + "side": "blocks/planks_jungle" + } +} diff --git a/1.10.2/assets/minecraft/models/block/jungle_planks.json b/1.10.2/assets/minecraft/models/block/jungle_planks.json new file mode 100644 index 00000000..cd0cf692 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/jungle_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/planks_jungle" + } +} diff --git a/1.10.2/assets/minecraft/models/block/jungle_sapling.json b/1.10.2/assets/minecraft/models/block/jungle_sapling.json new file mode 100644 index 00000000..c100003f --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/jungle_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/sapling_jungle" + } +} diff --git a/1.10.2/assets/minecraft/models/block/jungle_stairs.json b/1.10.2/assets/minecraft/models/block/jungle_stairs.json new file mode 100644 index 00000000..78a5d049 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/jungle_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/planks_jungle", + "top": "blocks/planks_jungle", + "side": "blocks/planks_jungle" + } +} diff --git a/1.10.2/assets/minecraft/models/block/jungle_wall_gate_closed.json b/1.10.2/assets/minecraft/models/block/jungle_wall_gate_closed.json new file mode 100644 index 00000000..5ce26796 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/jungle_wall_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_gate_closed", + "textures": { + "texture": "blocks/planks_jungle" + } +} diff --git a/1.10.2/assets/minecraft/models/block/jungle_wall_gate_open.json b/1.10.2/assets/minecraft/models/block/jungle_wall_gate_open.json new file mode 100644 index 00000000..807d2cda --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/jungle_wall_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_gate_open", + "textures": { + "texture": "blocks/planks_jungle" + } +} diff --git a/1.10.2/assets/minecraft/models/block/ladder.json b/1.10.2/assets/minecraft/models/block/ladder.json new file mode 100644 index 00000000..cc3e470b --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/ladder.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/lapis_block.json b/1.10.2/assets/minecraft/models/block/lapis_block.json new file mode 100644 index 00000000..7eae7bd6 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/lapis_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/lapis_block" + } +} diff --git a/1.10.2/assets/minecraft/models/block/lapis_ore.json b/1.10.2/assets/minecraft/models/block/lapis_ore.json new file mode 100644 index 00000000..ddc9a0a3 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/lapis_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/lapis_ore" + } +} diff --git a/1.10.2/assets/minecraft/models/block/leaves.json b/1.10.2/assets/minecraft/models/block/leaves.json new file mode 100644 index 00000000..722173fd --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/leaves.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/lever.json b/1.10.2/assets/minecraft/models/block/lever.json new file mode 100644 index 00000000..03719ac6 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/lever.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/lever_off.json b/1.10.2/assets/minecraft/models/block/lever_off.json new file mode 100644 index 00000000..d5684f3e --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/lever_off.json @@ -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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/light_blue_stained_glass_pane_noside.json b/1.10.2/assets/minecraft/models/block/light_blue_stained_glass_pane_noside.json new file mode 100644 index 00000000..962ae9ed --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/light_blue_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside", + "textures": { + "pane": "blocks/glass_light_blue" + } +} diff --git a/1.10.2/assets/minecraft/models/block/light_blue_stained_glass_pane_noside_alt.json b/1.10.2/assets/minecraft/models/block/light_blue_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..838c403c --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/light_blue_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside_alt", + "textures": { + "pane": "blocks/glass_light_blue" + } +} diff --git a/1.10.2/assets/minecraft/models/block/light_blue_stained_glass_pane_post.json b/1.10.2/assets/minecraft/models/block/light_blue_stained_glass_pane_post.json new file mode 100644 index 00000000..f0a42d6b --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/light_blue_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_post", + "textures": { + "edge": "blocks/glass_pane_top_light_blue", + "pane": "blocks/glass_light_blue" + } +} diff --git a/1.10.2/assets/minecraft/models/block/light_blue_stained_glass_pane_side.json b/1.10.2/assets/minecraft/models/block/light_blue_stained_glass_pane_side.json new file mode 100644 index 00000000..f057069c --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/light_blue_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side", + "textures": { + "edge": "blocks/glass_pane_top_light_blue", + "pane": "blocks/glass_light_blue" + } +} diff --git a/1.10.2/assets/minecraft/models/block/light_blue_stained_glass_pane_side_alt.json b/1.10.2/assets/minecraft/models/block/light_blue_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..e6d940a8 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/light_blue_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side_alt", + "textures": { + "edge": "blocks/glass_pane_top_light_blue", + "pane": "blocks/glass_light_blue" + } +} diff --git a/1.10.2/assets/minecraft/models/block/light_blue_wool.json b/1.10.2/assets/minecraft/models/block/light_blue_wool.json new file mode 100644 index 00000000..f8dedf14 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/light_blue_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_light_blue" + } +} diff --git a/1.10.2/assets/minecraft/models/block/light_pressure_plate_down.json b/1.10.2/assets/minecraft/models/block/light_pressure_plate_down.json new file mode 100644 index 00000000..4d34cb7d --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/light_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_down", + "textures": { + "texture": "blocks/gold_block" + } +} diff --git a/1.10.2/assets/minecraft/models/block/light_pressure_plate_up.json b/1.10.2/assets/minecraft/models/block/light_pressure_plate_up.json new file mode 100644 index 00000000..3552757d --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/light_pressure_plate_up.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_up", + "textures": { + "texture": "blocks/gold_block" + } +} diff --git a/1.10.2/assets/minecraft/models/block/lime_stained_glass_pane_noside.json b/1.10.2/assets/minecraft/models/block/lime_stained_glass_pane_noside.json new file mode 100644 index 00000000..d502ca97 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/lime_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside", + "textures": { + "pane": "blocks/glass_lime" + } +} diff --git a/1.10.2/assets/minecraft/models/block/lime_stained_glass_pane_noside_alt.json b/1.10.2/assets/minecraft/models/block/lime_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..47e7b201 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/lime_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside_alt", + "textures": { + "pane": "blocks/glass_lime" + } +} diff --git a/1.10.2/assets/minecraft/models/block/lime_stained_glass_pane_post.json b/1.10.2/assets/minecraft/models/block/lime_stained_glass_pane_post.json new file mode 100644 index 00000000..6a109ee2 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/lime_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_post", + "textures": { + "edge": "blocks/glass_pane_top_lime", + "pane": "blocks/glass_lime" + } +} diff --git a/1.10.2/assets/minecraft/models/block/lime_stained_glass_pane_side.json b/1.10.2/assets/minecraft/models/block/lime_stained_glass_pane_side.json new file mode 100644 index 00000000..59c9dd54 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/lime_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side", + "textures": { + "edge": "blocks/glass_pane_top_lime", + "pane": "blocks/glass_lime" + } +} diff --git a/1.10.2/assets/minecraft/models/block/lime_stained_glass_pane_side_alt.json b/1.10.2/assets/minecraft/models/block/lime_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..0bb8d6bb --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/lime_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side_alt", + "textures": { + "edge": "blocks/glass_pane_top_lime", + "pane": "blocks/glass_lime" + } +} diff --git a/1.10.2/assets/minecraft/models/block/lime_wool.json b/1.10.2/assets/minecraft/models/block/lime_wool.json new file mode 100644 index 00000000..6cc935c0 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/lime_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_lime" + } +} diff --git a/1.10.2/assets/minecraft/models/block/lit_furnace.json b/1.10.2/assets/minecraft/models/block/lit_furnace.json new file mode 100644 index 00000000..7617cb7e --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/lit_furnace.json @@ -0,0 +1,8 @@ +{ + "parent": "block/orientable", + "textures": { + "top": "blocks/furnace_top", + "front": "blocks/furnace_front_on", + "side": "blocks/furnace_side" + } +} diff --git a/1.10.2/assets/minecraft/models/block/lit_pumpkin.json b/1.10.2/assets/minecraft/models/block/lit_pumpkin.json new file mode 100644 index 00000000..1f52c2a8 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/lit_pumpkin.json @@ -0,0 +1,8 @@ +{ + "parent": "block/orientable", + "textures": { + "top": "blocks/pumpkin_top", + "front": "blocks/pumpkin_face_on", + "side": "blocks/pumpkin_side" + } +} diff --git a/1.10.2/assets/minecraft/models/block/lit_redstone_lamp.json b/1.10.2/assets/minecraft/models/block/lit_redstone_lamp.json new file mode 100644 index 00000000..922a7229 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/lit_redstone_lamp.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/redstone_lamp_on" + } +} diff --git a/1.10.2/assets/minecraft/models/block/lit_redstone_ore.json b/1.10.2/assets/minecraft/models/block/lit_redstone_ore.json new file mode 100644 index 00000000..8285da66 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/lit_redstone_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/redstone_ore" + } +} diff --git a/1.10.2/assets/minecraft/models/block/lit_redstone_torch.json b/1.10.2/assets/minecraft/models/block/lit_redstone_torch.json new file mode 100644 index 00000000..2e658bcc --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/lit_redstone_torch.json @@ -0,0 +1,6 @@ +{ + "parent": "block/torch", + "textures": { + "torch": "blocks/redstone_torch_on" + } +} diff --git a/1.10.2/assets/minecraft/models/block/lit_redstone_torch_wall.json b/1.10.2/assets/minecraft/models/block/lit_redstone_torch_wall.json new file mode 100644 index 00000000..42417e0b --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/lit_redstone_torch_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "block/torch_wall", + "textures": { + "torch": "blocks/redstone_torch_on" + } +} diff --git a/1.10.2/assets/minecraft/models/block/magenta_stained_glass_pane_noside.json b/1.10.2/assets/minecraft/models/block/magenta_stained_glass_pane_noside.json new file mode 100644 index 00000000..39dcdd05 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/magenta_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside", + "textures": { + "pane": "blocks/glass_magenta" + } +} diff --git a/1.10.2/assets/minecraft/models/block/magenta_stained_glass_pane_noside_alt.json b/1.10.2/assets/minecraft/models/block/magenta_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..aea8a6bb --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/magenta_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside_alt", + "textures": { + "pane": "blocks/glass_magenta" + } +} diff --git a/1.10.2/assets/minecraft/models/block/magenta_stained_glass_pane_post.json b/1.10.2/assets/minecraft/models/block/magenta_stained_glass_pane_post.json new file mode 100644 index 00000000..6831e1f1 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/magenta_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_post", + "textures": { + "edge": "blocks/glass_pane_top_magenta", + "pane": "blocks/glass_magenta" + } +} diff --git a/1.10.2/assets/minecraft/models/block/magenta_stained_glass_pane_side.json b/1.10.2/assets/minecraft/models/block/magenta_stained_glass_pane_side.json new file mode 100644 index 00000000..b525d6c7 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/magenta_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side", + "textures": { + "edge": "blocks/glass_pane_top_magenta", + "pane": "blocks/glass_magenta" + } +} diff --git a/1.10.2/assets/minecraft/models/block/magenta_stained_glass_pane_side_alt.json b/1.10.2/assets/minecraft/models/block/magenta_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..cedb4410 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/magenta_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side_alt", + "textures": { + "edge": "blocks/glass_pane_top_magenta", + "pane": "blocks/glass_magenta" + } +} diff --git a/1.10.2/assets/minecraft/models/block/magenta_wool.json b/1.10.2/assets/minecraft/models/block/magenta_wool.json new file mode 100644 index 00000000..310faa61 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/magenta_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_magenta" + } +} diff --git a/1.10.2/assets/minecraft/models/block/magma.json b/1.10.2/assets/minecraft/models/block/magma.json new file mode 100644 index 00000000..144c5221 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/magma.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/magma" + } +} diff --git a/1.10.2/assets/minecraft/models/block/melon.json b/1.10.2/assets/minecraft/models/block/melon.json new file mode 100644 index 00000000..5ddc9bbd --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/melon.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/melon_top", + "side": "blocks/melon_side" + } +} diff --git a/1.10.2/assets/minecraft/models/block/melon_stem_fruit.json b/1.10.2/assets/minecraft/models/block/melon_stem_fruit.json new file mode 100644 index 00000000..4a9805be --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/melon_stem_fruit.json @@ -0,0 +1,7 @@ +{ + "parent": "block/stem_fruit", + "textures": { + "stem": "blocks/melon_stem_disconnected", + "upperstem": "blocks/melon_stem_connected" + } +} diff --git a/1.10.2/assets/minecraft/models/block/melon_stem_growth0.json b/1.10.2/assets/minecraft/models/block/melon_stem_growth0.json new file mode 100644 index 00000000..d6737d03 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/melon_stem_growth0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth0", + "textures": { + "stem": "blocks/melon_stem_disconnected" + } +} diff --git a/1.10.2/assets/minecraft/models/block/melon_stem_growth1.json b/1.10.2/assets/minecraft/models/block/melon_stem_growth1.json new file mode 100644 index 00000000..f194f089 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/melon_stem_growth1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth1", + "textures": { + "stem": "blocks/melon_stem_disconnected" + } +} diff --git a/1.10.2/assets/minecraft/models/block/melon_stem_growth2.json b/1.10.2/assets/minecraft/models/block/melon_stem_growth2.json new file mode 100644 index 00000000..868e1fa0 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/melon_stem_growth2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth2", + "textures": { + "stem": "blocks/melon_stem_disconnected" + } +} diff --git a/1.10.2/assets/minecraft/models/block/melon_stem_growth3.json b/1.10.2/assets/minecraft/models/block/melon_stem_growth3.json new file mode 100644 index 00000000..af65a4f9 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/melon_stem_growth3.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth3", + "textures": { + "stem": "blocks/melon_stem_disconnected" + } +} diff --git a/1.10.2/assets/minecraft/models/block/melon_stem_growth4.json b/1.10.2/assets/minecraft/models/block/melon_stem_growth4.json new file mode 100644 index 00000000..b36e8997 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/melon_stem_growth4.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth4", + "textures": { + "stem": "blocks/melon_stem_disconnected" + } +} diff --git a/1.10.2/assets/minecraft/models/block/melon_stem_growth5.json b/1.10.2/assets/minecraft/models/block/melon_stem_growth5.json new file mode 100644 index 00000000..91b5aced --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/melon_stem_growth5.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth5", + "textures": { + "stem": "blocks/melon_stem_disconnected" + } +} diff --git a/1.10.2/assets/minecraft/models/block/melon_stem_growth6.json b/1.10.2/assets/minecraft/models/block/melon_stem_growth6.json new file mode 100644 index 00000000..a21d49b7 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/melon_stem_growth6.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth6", + "textures": { + "stem": "blocks/melon_stem_disconnected" + } +} diff --git a/1.10.2/assets/minecraft/models/block/melon_stem_growth7.json b/1.10.2/assets/minecraft/models/block/melon_stem_growth7.json new file mode 100644 index 00000000..5dd35aef --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/melon_stem_growth7.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth7", + "textures": { + "stem": "blocks/melon_stem_disconnected" + } +} diff --git a/1.10.2/assets/minecraft/models/block/mob_spawner_cage.json b/1.10.2/assets/minecraft/models/block/mob_spawner_cage.json new file mode 100644 index 00000000..39db5d53 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/mob_spawner_cage.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/mob_spawner" + } +} diff --git a/1.10.2/assets/minecraft/models/block/mossy_cobblestone.json b/1.10.2/assets/minecraft/models/block/mossy_cobblestone.json new file mode 100644 index 00000000..fe56fa56 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/mossy_cobblestone.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/cobblestone_mossy" + } +} diff --git a/1.10.2/assets/minecraft/models/block/mossy_cobblestone_wall_post.json b/1.10.2/assets/minecraft/models/block/mossy_cobblestone_wall_post.json new file mode 100644 index 00000000..e3e00d03 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/mossy_cobblestone_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_post", + "textures": { + "wall": "blocks/cobblestone_mossy" + } +} diff --git a/1.10.2/assets/minecraft/models/block/mossy_cobblestone_wall_side.json b/1.10.2/assets/minecraft/models/block/mossy_cobblestone_wall_side.json new file mode 100644 index 00000000..d2ca914a --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/mossy_cobblestone_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_side", + "textures": { + "wall": "blocks/cobblestone_mossy" + } +} diff --git a/1.10.2/assets/minecraft/models/block/mycelium.json b/1.10.2/assets/minecraft/models/block/mycelium.json new file mode 100644 index 00000000..de2246f8 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/mycelium.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "blocks/dirt", + "top": "blocks/mycelium_top", + "side": "blocks/mycelium_side" + } +} diff --git a/1.10.2/assets/minecraft/models/block/nether_brick.json b/1.10.2/assets/minecraft/models/block/nether_brick.json new file mode 100644 index 00000000..dd1b2961 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/nether_brick.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/nether_brick" + } +} diff --git a/1.10.2/assets/minecraft/models/block/nether_brick_fence_inventory.json b/1.10.2/assets/minecraft/models/block/nether_brick_fence_inventory.json new file mode 100644 index 00000000..a9ed5c6f --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/nether_brick_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_inventory", + "textures": { + "texture": "blocks/nether_brick" + } +} diff --git a/1.10.2/assets/minecraft/models/block/nether_brick_fence_post.json b/1.10.2/assets/minecraft/models/block/nether_brick_fence_post.json new file mode 100644 index 00000000..111c1aef --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/nether_brick_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_post", + "textures": { + "texture": "blocks/nether_brick" + } +} diff --git a/1.10.2/assets/minecraft/models/block/nether_brick_fence_side.json b/1.10.2/assets/minecraft/models/block/nether_brick_fence_side.json new file mode 100644 index 00000000..89e27542 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/nether_brick_fence_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_side", + "textures": { + "texture": "blocks/nether_brick" + } +} diff --git a/1.10.2/assets/minecraft/models/block/nether_brick_inner_stairs.json b/1.10.2/assets/minecraft/models/block/nether_brick_inner_stairs.json new file mode 100644 index 00000000..5b1471ac --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/nether_brick_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/nether_brick", + "top": "blocks/nether_brick", + "side": "blocks/nether_brick" + } +} diff --git a/1.10.2/assets/minecraft/models/block/nether_brick_outer_stairs.json b/1.10.2/assets/minecraft/models/block/nether_brick_outer_stairs.json new file mode 100644 index 00000000..a9f5b98e --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/nether_brick_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/nether_brick", + "top": "blocks/nether_brick", + "side": "blocks/nether_brick" + } +} diff --git a/1.10.2/assets/minecraft/models/block/nether_brick_stairs.json b/1.10.2/assets/minecraft/models/block/nether_brick_stairs.json new file mode 100644 index 00000000..3e59a447 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/nether_brick_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/nether_brick", + "top": "blocks/nether_brick", + "side": "blocks/nether_brick" + } +} diff --git a/1.10.2/assets/minecraft/models/block/nether_wart_block.json b/1.10.2/assets/minecraft/models/block/nether_wart_block.json new file mode 100644 index 00000000..8685a325 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/nether_wart_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/nether_wart_block" + } +} diff --git a/1.10.2/assets/minecraft/models/block/nether_wart_stage0.json b/1.10.2/assets/minecraft/models/block/nether_wart_stage0.json new file mode 100644 index 00000000..d155e2bb --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/nether_wart_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/nether_wart_stage_0" + } +} diff --git a/1.10.2/assets/minecraft/models/block/nether_wart_stage1.json b/1.10.2/assets/minecraft/models/block/nether_wart_stage1.json new file mode 100644 index 00000000..80be1625 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/nether_wart_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/nether_wart_stage_1" + } +} diff --git a/1.10.2/assets/minecraft/models/block/nether_wart_stage2.json b/1.10.2/assets/minecraft/models/block/nether_wart_stage2.json new file mode 100644 index 00000000..2ddadef5 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/nether_wart_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/nether_wart_stage_2" + } +} diff --git a/1.10.2/assets/minecraft/models/block/netherrack.json b/1.10.2/assets/minecraft/models/block/netherrack.json new file mode 100644 index 00000000..92108464 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/netherrack.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/netherrack" + } +} diff --git a/1.10.2/assets/minecraft/models/block/normal_rail_curved.json b/1.10.2/assets/minecraft/models/block/normal_rail_curved.json new file mode 100644 index 00000000..c8501073 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/normal_rail_curved.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_curved", + "textures": { + "rail": "blocks/rail_normal_turned" + } +} diff --git a/1.10.2/assets/minecraft/models/block/normal_rail_flat.json b/1.10.2/assets/minecraft/models/block/normal_rail_flat.json new file mode 100644 index 00000000..37317907 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/normal_rail_flat.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_flat", + "textures": { + "rail": "blocks/rail_normal" + } +} diff --git a/1.10.2/assets/minecraft/models/block/normal_rail_raised_ne.json b/1.10.2/assets/minecraft/models/block/normal_rail_raised_ne.json new file mode 100644 index 00000000..7f137e65 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/normal_rail_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_ne", + "textures": { + "rail": "blocks/rail_normal" + } +} diff --git a/1.10.2/assets/minecraft/models/block/normal_rail_raised_sw.json b/1.10.2/assets/minecraft/models/block/normal_rail_raised_sw.json new file mode 100644 index 00000000..cdbd10cb --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/normal_rail_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_sw", + "textures": { + "rail": "blocks/rail_normal" + } +} diff --git a/1.10.2/assets/minecraft/models/block/normal_torch.json b/1.10.2/assets/minecraft/models/block/normal_torch.json new file mode 100644 index 00000000..67596466 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/normal_torch.json @@ -0,0 +1,6 @@ +{ + "parent": "block/torch", + "textures": { + "torch": "blocks/torch_on" + } +} diff --git a/1.10.2/assets/minecraft/models/block/normal_torch_wall.json b/1.10.2/assets/minecraft/models/block/normal_torch_wall.json new file mode 100644 index 00000000..beec30e9 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/normal_torch_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "block/torch_wall", + "textures": { + "torch": "blocks/torch_on" + } +} diff --git a/1.10.2/assets/minecraft/models/block/noteblock.json b/1.10.2/assets/minecraft/models/block/noteblock.json new file mode 100644 index 00000000..deffbc88 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/noteblock.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/noteblock" + } +} diff --git a/1.10.2/assets/minecraft/models/block/oak_bark.json b/1.10.2/assets/minecraft/models/block/oak_bark.json new file mode 100644 index 00000000..6c1c1cdb --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/oak_bark.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/log_oak" + } +} diff --git a/1.10.2/assets/minecraft/models/block/oak_fence_gate_closed.json b/1.10.2/assets/minecraft/models/block/oak_fence_gate_closed.json new file mode 100644 index 00000000..2978a794 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/oak_fence_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_gate_closed", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/1.10.2/assets/minecraft/models/block/oak_fence_gate_open.json b/1.10.2/assets/minecraft/models/block/oak_fence_gate_open.json new file mode 100644 index 00000000..a9d15440 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/oak_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_gate_open", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/1.10.2/assets/minecraft/models/block/oak_fence_inventory.json b/1.10.2/assets/minecraft/models/block/oak_fence_inventory.json new file mode 100644 index 00000000..7375ac31 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/oak_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_inventory", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/1.10.2/assets/minecraft/models/block/oak_fence_post.json b/1.10.2/assets/minecraft/models/block/oak_fence_post.json new file mode 100644 index 00000000..f5133247 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/oak_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_post", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/1.10.2/assets/minecraft/models/block/oak_fence_side.json b/1.10.2/assets/minecraft/models/block/oak_fence_side.json new file mode 100644 index 00000000..042d1802 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/oak_fence_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_side", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/1.10.2/assets/minecraft/models/block/oak_inner_stairs.json b/1.10.2/assets/minecraft/models/block/oak_inner_stairs.json new file mode 100644 index 00000000..09c79600 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/oak_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/planks_oak", + "top": "blocks/planks_oak", + "side": "blocks/planks_oak" + } +} diff --git a/1.10.2/assets/minecraft/models/block/oak_leaves.json b/1.10.2/assets/minecraft/models/block/oak_leaves.json new file mode 100644 index 00000000..3c0a1a7c --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/oak_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "block/leaves", + "textures": { + "all": "blocks/leaves_oak" + } +} diff --git a/1.10.2/assets/minecraft/models/block/oak_log.json b/1.10.2/assets/minecraft/models/block/oak_log.json new file mode 100644 index 00000000..f58239ca --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/oak_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/log_oak_top", + "side": "blocks/log_oak" + } +} diff --git a/1.10.2/assets/minecraft/models/block/oak_outer_stairs.json b/1.10.2/assets/minecraft/models/block/oak_outer_stairs.json new file mode 100644 index 00000000..b5672ec2 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/oak_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/planks_oak", + "top": "blocks/planks_oak", + "side": "blocks/planks_oak" + } +} diff --git a/1.10.2/assets/minecraft/models/block/oak_planks.json b/1.10.2/assets/minecraft/models/block/oak_planks.json new file mode 100644 index 00000000..28d32ff3 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/oak_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/planks_oak" + } +} diff --git a/1.10.2/assets/minecraft/models/block/oak_sapling.json b/1.10.2/assets/minecraft/models/block/oak_sapling.json new file mode 100644 index 00000000..c0ab14a7 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/oak_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/sapling_oak" + } +} diff --git a/1.10.2/assets/minecraft/models/block/oak_stairs.json b/1.10.2/assets/minecraft/models/block/oak_stairs.json new file mode 100644 index 00000000..d883c853 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/oak_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/planks_oak", + "top": "blocks/planks_oak", + "side": "blocks/planks_oak" + } +} diff --git a/1.10.2/assets/minecraft/models/block/oak_wall_gate_closed.json b/1.10.2/assets/minecraft/models/block/oak_wall_gate_closed.json new file mode 100644 index 00000000..e06923d6 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/oak_wall_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_gate_closed", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/1.10.2/assets/minecraft/models/block/oak_wall_gate_open.json b/1.10.2/assets/minecraft/models/block/oak_wall_gate_open.json new file mode 100644 index 00000000..d8bcd0cd --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/oak_wall_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_gate_open", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/1.10.2/assets/minecraft/models/block/obsidian.json b/1.10.2/assets/minecraft/models/block/obsidian.json new file mode 100644 index 00000000..47dee09d --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/obsidian.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/obsidian" + } +} diff --git a/1.10.2/assets/minecraft/models/block/orange_stained_glass_pane_noside.json b/1.10.2/assets/minecraft/models/block/orange_stained_glass_pane_noside.json new file mode 100644 index 00000000..9932d831 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/orange_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside", + "textures": { + "pane": "blocks/glass_orange" + } +} diff --git a/1.10.2/assets/minecraft/models/block/orange_stained_glass_pane_noside_alt.json b/1.10.2/assets/minecraft/models/block/orange_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..2802a324 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/orange_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside_alt", + "textures": { + "pane": "blocks/glass_orange" + } +} diff --git a/1.10.2/assets/minecraft/models/block/orange_stained_glass_pane_post.json b/1.10.2/assets/minecraft/models/block/orange_stained_glass_pane_post.json new file mode 100644 index 00000000..a285ebb6 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/orange_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_post", + "textures": { + "edge": "blocks/glass_pane_top_orange", + "pane": "blocks/glass_orange" + } +} diff --git a/1.10.2/assets/minecraft/models/block/orange_stained_glass_pane_side.json b/1.10.2/assets/minecraft/models/block/orange_stained_glass_pane_side.json new file mode 100644 index 00000000..88b9f4ad --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/orange_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side", + "textures": { + "edge": "blocks/glass_pane_top_orange", + "pane": "blocks/glass_orange" + } +} diff --git a/1.10.2/assets/minecraft/models/block/orange_stained_glass_pane_side_alt.json b/1.10.2/assets/minecraft/models/block/orange_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..4a0011f7 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/orange_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side_alt", + "textures": { + "edge": "blocks/glass_pane_top_orange", + "pane": "blocks/glass_orange" + } +} diff --git a/1.10.2/assets/minecraft/models/block/orange_tulip.json b/1.10.2/assets/minecraft/models/block/orange_tulip.json new file mode 100644 index 00000000..d7d34665 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/orange_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/flower_tulip_orange" + } +} diff --git a/1.10.2/assets/minecraft/models/block/orange_wool.json b/1.10.2/assets/minecraft/models/block/orange_wool.json new file mode 100644 index 00000000..aa8dc147 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/orange_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_orange" + } +} diff --git a/1.10.2/assets/minecraft/models/block/orchid.json b/1.10.2/assets/minecraft/models/block/orchid.json new file mode 100644 index 00000000..031880bf --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/orchid.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/flower_blue_orchid" + } +} diff --git a/1.10.2/assets/minecraft/models/block/orientable.json b/1.10.2/assets/minecraft/models/block/orientable.json new file mode 100644 index 00000000..23647ea1 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/orientable.json @@ -0,0 +1,19 @@ +{ + "parent": "block/cube", + "display": { + "firstperson_righthand": { + "rotation": [ 0, 135, 0 ], + "translation": [ 0, 0, 0 ], + "scale": [ 0.40, 0.40, 0.40 ] + } + }, + "textures": { + "particle": "#front", + "down": "#top", + "up": "#top", + "north": "#front", + "east": "#side", + "south": "#side", + "west": "#side" + } +} diff --git a/1.10.2/assets/minecraft/models/block/orientable_vertical.json b/1.10.2/assets/minecraft/models/block/orientable_vertical.json new file mode 100644 index 00000000..5fb2223a --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/orientable_vertical.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "#side", + "down": "#side", + "up": "#front", + "north": "#side", + "east": "#side", + "south": "#side", + "west": "#side" + } +} diff --git a/1.10.2/assets/minecraft/models/block/outer_stairs.json b/1.10.2/assets/minecraft/models/block/outer_stairs.json new file mode 100644 index 00000000..26fb37f0 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/outer_stairs.json @@ -0,0 +1,29 @@ +{ + "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, 8 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 8, 0, 16, 8 ], "texture": "#bottom", "cullface": "down" }, + "up": { "uv": [ 8, 8, 16, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 0, 0, 8, 8 ], "texture": "#side" }, + "south": { "uv": [ 8, 0, 16, 8 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 8, 0, 16, 8 ], "texture": "#side" }, + "east": { "uv": [ 0, 0, 8, 8 ], "texture": "#side", "cullface": "east" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/packed_ice.json b/1.10.2/assets/minecraft/models/block/packed_ice.json new file mode 100644 index 00000000..3cc22a2f --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/packed_ice.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/ice_packed" + } +} diff --git a/1.10.2/assets/minecraft/models/block/pane_noside.json b/1.10.2/assets/minecraft/models/block/pane_noside.json new file mode 100644 index 00000000..af16ff94 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/pane_noside.json @@ -0,0 +1,14 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#pane" + }, + "elements": [ + { "from": [ 7, 0, 7 ], + "to": [ 9, 16, 9 ], + "faces": { + "north": { "uv": [ 9, 0, 7, 16 ], "texture": "#pane" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/pane_noside_alt.json b/1.10.2/assets/minecraft/models/block/pane_noside_alt.json new file mode 100644 index 00000000..771d6942 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/pane_noside_alt.json @@ -0,0 +1,14 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#pane" + }, + "elements": [ + { "from": [ 7, 0, 7 ], + "to": [ 9, 16, 9 ], + "faces": { + "east": { "uv": [ 7, 0, 9, 16 ], "texture": "#pane" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/pane_post.json b/1.10.2/assets/minecraft/models/block/pane_post.json new file mode 100644 index 00000000..54d7fa88 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/pane_post.json @@ -0,0 +1,15 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#pane" + }, + "elements": [ + { "from": [ 7, 0, 7 ], + "to": [ 9, 16, 9 ], + "faces": { + "down": { "uv": [ 7, 7, 9, 9 ], "texture": "#edge" }, + "up": { "uv": [ 7, 7, 9, 9 ], "texture": "#edge" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/pane_side.json b/1.10.2/assets/minecraft/models/block/pane_side.json new file mode 100644 index 00000000..fae06dcc --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/pane_side.json @@ -0,0 +1,18 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#pane" + }, + "elements": [ + { "from": [ 7, 0, 0 ], + "to": [ 9, 16, 7 ], + "faces": { + "down": { "uv": [ 7, 0, 9, 7 ], "texture": "#edge" }, + "up": { "uv": [ 7, 0, 9, 7 ], "texture": "#edge" }, + "north": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "north" }, + "west": { "uv": [ 16, 0, 9, 16 ], "texture": "#pane" }, + "east": { "uv": [ 9, 0, 16, 16 ], "texture": "#pane" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/pane_side_alt.json b/1.10.2/assets/minecraft/models/block/pane_side_alt.json new file mode 100644 index 00000000..82d0e98e --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/pane_side_alt.json @@ -0,0 +1,18 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#pane" + }, + "elements": [ + { "from": [ 7, 0, 9 ], + "to": [ 9, 16, 16 ], + "faces": { + "down": { "uv": [ 7, 0, 9, 7 ], "texture": "#edge" }, + "up": { "uv": [ 7, 0, 9, 7 ], "texture": "#edge" }, + "south": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "south" }, + "west": { "uv": [ 7, 0, 0, 16 ], "texture": "#pane" }, + "east": { "uv": [ 0, 0, 7, 16 ], "texture": "#pane" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/pink_stained_glass_pane_noside.json b/1.10.2/assets/minecraft/models/block/pink_stained_glass_pane_noside.json new file mode 100644 index 00000000..38ad7791 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/pink_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside", + "textures": { + "pane": "blocks/glass_pink" + } +} diff --git a/1.10.2/assets/minecraft/models/block/pink_stained_glass_pane_noside_alt.json b/1.10.2/assets/minecraft/models/block/pink_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..95f96e63 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/pink_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside_alt", + "textures": { + "pane": "blocks/glass_pink" + } +} diff --git a/1.10.2/assets/minecraft/models/block/pink_stained_glass_pane_post.json b/1.10.2/assets/minecraft/models/block/pink_stained_glass_pane_post.json new file mode 100644 index 00000000..d7c76d4d --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/pink_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_post", + "textures": { + "edge": "blocks/glass_pane_top_pink", + "pane": "blocks/glass_pink" + } +} diff --git a/1.10.2/assets/minecraft/models/block/pink_stained_glass_pane_side.json b/1.10.2/assets/minecraft/models/block/pink_stained_glass_pane_side.json new file mode 100644 index 00000000..4b0e0b49 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/pink_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side", + "textures": { + "edge": "blocks/glass_pane_top_pink", + "pane": "blocks/glass_pink" + } +} diff --git a/1.10.2/assets/minecraft/models/block/pink_stained_glass_pane_side_alt.json b/1.10.2/assets/minecraft/models/block/pink_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..147f0c7b --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/pink_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side_alt", + "textures": { + "edge": "blocks/glass_pane_top_pink", + "pane": "blocks/glass_pink" + } +} diff --git a/1.10.2/assets/minecraft/models/block/pink_tulip.json b/1.10.2/assets/minecraft/models/block/pink_tulip.json new file mode 100644 index 00000000..9cef0d39 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/pink_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/flower_tulip_pink" + } +} diff --git a/1.10.2/assets/minecraft/models/block/pink_wool.json b/1.10.2/assets/minecraft/models/block/pink_wool.json new file mode 100644 index 00000000..4aadbad6 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/pink_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_pink" + } +} diff --git a/1.10.2/assets/minecraft/models/block/piston.json b/1.10.2/assets/minecraft/models/block/piston.json new file mode 100644 index 00000000..83b4e18a --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/piston.json @@ -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", "rotation": 180, "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#platform", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "rotation": 270, "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "rotation": 90, "cullface": "east" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/piston_extended.json b/1.10.2/assets/minecraft/models/block/piston_extended.json new file mode 100644 index 00000000..45e04a30 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/piston_extended.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#side" + }, + "elements": [ + { "from": [ 0, 0, 4 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 4, 16, 16 ], "texture": "#side", "cullface": "down", "rotation": 180 }, + "up": { "uv": [ 0, 4, 16, 16 ], "texture": "#side", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#inside" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "south" }, + "west": { "uv": [ 0, 4, 16, 16 ], "texture": "#side", "cullface": "west", "rotation": 270 }, + "east": { "uv": [ 0, 4, 16, 16 ], "texture": "#side", "cullface": "east", "rotation": 90 } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/piston_extended_normal.json b/1.10.2/assets/minecraft/models/block/piston_extended_normal.json new file mode 100644 index 00000000..28420b9d --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/piston_extended_normal.json @@ -0,0 +1,8 @@ +{ + "parent": "block/piston_extended", + "textures": { + "bottom": "blocks/piston_bottom", + "side": "blocks/piston_side", + "inside": "blocks/piston_inner" + } +} diff --git a/1.10.2/assets/minecraft/models/block/piston_head.json b/1.10.2/assets/minecraft/models/block/piston_head.json new file mode 100644 index 00000000..f4fcb910 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/piston_head.json @@ -0,0 +1,27 @@ +{ + "textures": { + "particle": "#platform" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 4 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "down", "rotation": 180 }, + "up": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#platform", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#unsticky" }, + "west": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 270, "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 90, "cullface": "east" } + } + }, + { "from": [ 6, 6, 4 ], + "to": [ 10, 10, 20 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 270 }, + "west": { "uv": [ 16, 4, 0, 0 ], "texture": "#side" }, + "east": { "uv": [ 0, 0, 16, 4 ], "texture": "#side" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/piston_head_normal.json b/1.10.2/assets/minecraft/models/block/piston_head_normal.json new file mode 100644 index 00000000..330c8488 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/piston_head_normal.json @@ -0,0 +1,8 @@ +{ + "parent": "block/piston_head", + "textures": { + "unsticky": "blocks/piston_top_normal", + "side": "blocks/piston_side", + "platform": "blocks/piston_top_normal" + } +} diff --git a/1.10.2/assets/minecraft/models/block/piston_head_short.json b/1.10.2/assets/minecraft/models/block/piston_head_short.json new file mode 100644 index 00000000..cdbe9e12 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/piston_head_short.json @@ -0,0 +1,27 @@ +{ + "textures": { + "particle": "#platform" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 4 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "down", "rotation": 180 }, + "up": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#platform", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#unsticky" }, + "west": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 270, "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 90, "cullface": "east" } + } + }, + { "from": [ 6, 6, 4 ], + "to": [ 10, 10, 16 ], + "faces": { + "down": { "uv": [ 4, 0, 16, 4 ], "texture": "#side", "rotation": 90 }, + "up": { "uv": [ 4, 0, 16, 4 ], "texture": "#side", "rotation": 270 }, + "west": { "uv": [ 16, 4, 4, 0 ], "texture": "#side" }, + "east": { "uv": [ 4, 0, 16, 4 ], "texture": "#side" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/piston_head_short_normal.json b/1.10.2/assets/minecraft/models/block/piston_head_short_normal.json new file mode 100644 index 00000000..06013209 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/piston_head_short_normal.json @@ -0,0 +1,8 @@ +{ + "parent": "block/piston_head_short", + "textures": { + "unsticky": "blocks/piston_top_normal", + "side": "blocks/piston_side", + "platform": "blocks/piston_top_normal" + } +} diff --git a/1.10.2/assets/minecraft/models/block/piston_head_short_sticky.json b/1.10.2/assets/minecraft/models/block/piston_head_short_sticky.json new file mode 100644 index 00000000..c4fe4d74 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/piston_head_short_sticky.json @@ -0,0 +1,8 @@ +{ + "parent": "block/piston_head_short", + "textures": { + "unsticky": "blocks/piston_top_normal", + "side": "blocks/piston_side", + "platform": "blocks/piston_top_sticky" + } +} diff --git a/1.10.2/assets/minecraft/models/block/piston_head_sticky.json b/1.10.2/assets/minecraft/models/block/piston_head_sticky.json new file mode 100644 index 00000000..fc6bb20f --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/piston_head_sticky.json @@ -0,0 +1,8 @@ +{ + "parent": "block/piston_head", + "textures": { + "unsticky": "blocks/piston_top_normal", + "side": "blocks/piston_side", + "platform": "blocks/piston_top_sticky" + } +} diff --git a/1.10.2/assets/minecraft/models/block/piston_inventory_normal.json b/1.10.2/assets/minecraft/models/block/piston_inventory_normal.json new file mode 100644 index 00000000..c094e009 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/piston_inventory_normal.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "blocks/piston_bottom", + "side": "blocks/piston_side", + "top": "blocks/piston_top_normal" + } +} diff --git a/1.10.2/assets/minecraft/models/block/piston_inventory_sticky.json b/1.10.2/assets/minecraft/models/block/piston_inventory_sticky.json new file mode 100644 index 00000000..f9eeb7ef --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/piston_inventory_sticky.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "blocks/piston_bottom", + "side": "blocks/piston_side", + "top": "blocks/piston_top_sticky" + } +} diff --git a/1.10.2/assets/minecraft/models/block/piston_normal.json b/1.10.2/assets/minecraft/models/block/piston_normal.json new file mode 100644 index 00000000..9f0c65e3 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/piston_normal.json @@ -0,0 +1,8 @@ +{ + "parent": "block/piston", + "textures": { + "bottom": "blocks/piston_bottom", + "side": "blocks/piston_side", + "platform": "blocks/piston_top_normal" + } +} diff --git a/1.10.2/assets/minecraft/models/block/podzol.json b/1.10.2/assets/minecraft/models/block/podzol.json new file mode 100644 index 00000000..90b9369a --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/podzol.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "blocks/dirt", + "top": "blocks/dirt_podzol_top", + "side": "blocks/dirt_podzol_side" + } +} diff --git a/1.10.2/assets/minecraft/models/block/poppy.json b/1.10.2/assets/minecraft/models/block/poppy.json new file mode 100644 index 00000000..b79edb63 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/poppy.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/flower_rose" + } +} diff --git a/1.10.2/assets/minecraft/models/block/portal_ew.json b/1.10.2/assets/minecraft/models/block/portal_ew.json new file mode 100644 index 00000000..81484889 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/portal_ew.json @@ -0,0 +1,15 @@ +{ + "textures": { + "particle": "blocks/portal", + "portal": "blocks/portal" + }, + "elements": [ + { "from": [ 6, 0, 0 ], + "to": [ 10, 16, 16 ], + "faces": { + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#portal" }, + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#portal" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/portal_ns.json b/1.10.2/assets/minecraft/models/block/portal_ns.json new file mode 100644 index 00000000..8af9808f --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/portal_ns.json @@ -0,0 +1,15 @@ +{ + "textures": { + "particle": "blocks/portal", + "portal": "blocks/portal" + }, + "elements": [ + { "from": [ 0, 0, 6 ], + "to": [ 16, 16, 10 ], + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#portal" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#portal" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/potatoes_stage0.json b/1.10.2/assets/minecraft/models/block/potatoes_stage0.json new file mode 100644 index 00000000..26a54f01 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/potatoes_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/potatoes_stage_0" + } +} diff --git a/1.10.2/assets/minecraft/models/block/potatoes_stage1.json b/1.10.2/assets/minecraft/models/block/potatoes_stage1.json new file mode 100644 index 00000000..8eb64e6e --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/potatoes_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/potatoes_stage_1" + } +} diff --git a/1.10.2/assets/minecraft/models/block/potatoes_stage2.json b/1.10.2/assets/minecraft/models/block/potatoes_stage2.json new file mode 100644 index 00000000..0cc9c874 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/potatoes_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/potatoes_stage_2" + } +} diff --git a/1.10.2/assets/minecraft/models/block/potatoes_stage3.json b/1.10.2/assets/minecraft/models/block/potatoes_stage3.json new file mode 100644 index 00000000..5aca6390 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/potatoes_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/potatoes_stage_3" + } +} diff --git a/1.10.2/assets/minecraft/models/block/pressure_plate_down.json b/1.10.2/assets/minecraft/models/block/pressure_plate_down.json new file mode 100644 index 00000000..db6e6ba6 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/pressure_plate_down.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 1, 0, 1 ], + "to": [ 15, 0.5, 15 ], + "faces": { + "down": { "uv": [ 1, 1, 15, 15 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 1, 1, 15, 15 ], "texture": "#texture" }, + "north": { "uv": [ 1, 15, 15, 15.5 ], "texture": "#texture" }, + "south": { "uv": [ 1, 15, 15, 15.5 ], "texture": "#texture" }, + "west": { "uv": [ 1, 15, 15, 15.5 ], "texture": "#texture" }, + "east": { "uv": [ 1, 15, 15, 15.5 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/pressure_plate_up.json b/1.10.2/assets/minecraft/models/block/pressure_plate_up.json new file mode 100644 index 00000000..689fbe4f --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/pressure_plate_up.json @@ -0,0 +1,18 @@ +{ "parent": "block/thin_block", + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 1, 0, 1 ], + "to": [ 15, 1, 15 ], + "faces": { + "down": { "uv": [ 1, 1, 15, 15 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 1, 1, 15, 15 ], "texture": "#texture" }, + "north": { "uv": [ 1, 15, 15, 16 ], "texture": "#texture" }, + "south": { "uv": [ 1, 15, 15, 16 ], "texture": "#texture" }, + "west": { "uv": [ 1, 15, 15, 16 ], "texture": "#texture" }, + "east": { "uv": [ 1, 15, 15, 16 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/prismarine_bricks.json b/1.10.2/assets/minecraft/models/block/prismarine_bricks.json new file mode 100644 index 00000000..572b27bd --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/prismarine_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/prismarine_bricks" + } +} diff --git a/1.10.2/assets/minecraft/models/block/prismarine_dark.json b/1.10.2/assets/minecraft/models/block/prismarine_dark.json new file mode 100644 index 00000000..611d9a8a --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/prismarine_dark.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/prismarine_dark" + } +} diff --git a/1.10.2/assets/minecraft/models/block/prismarine_rough.json b/1.10.2/assets/minecraft/models/block/prismarine_rough.json new file mode 100644 index 00000000..5be63007 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/prismarine_rough.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/prismarine_rough" + } +} diff --git a/1.10.2/assets/minecraft/models/block/pumpkin.json b/1.10.2/assets/minecraft/models/block/pumpkin.json new file mode 100644 index 00000000..8ac2d79f --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/pumpkin.json @@ -0,0 +1,8 @@ +{ + "parent": "block/orientable", + "textures": { + "top": "blocks/pumpkin_top", + "front": "blocks/pumpkin_face_off", + "side": "blocks/pumpkin_side" + } +} diff --git a/1.10.2/assets/minecraft/models/block/pumpkin_stem_fruit.json b/1.10.2/assets/minecraft/models/block/pumpkin_stem_fruit.json new file mode 100644 index 00000000..ea00b659 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/pumpkin_stem_fruit.json @@ -0,0 +1,7 @@ +{ + "parent": "block/stem_fruit", + "textures": { + "stem": "blocks/pumpkin_stem_disconnected", + "upperstem": "blocks/pumpkin_stem_connected" + } +} diff --git a/1.10.2/assets/minecraft/models/block/pumpkin_stem_growth0.json b/1.10.2/assets/minecraft/models/block/pumpkin_stem_growth0.json new file mode 100644 index 00000000..34758d38 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/pumpkin_stem_growth0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth0", + "textures": { + "stem": "blocks/pumpkin_stem_disconnected" + } +} diff --git a/1.10.2/assets/minecraft/models/block/pumpkin_stem_growth1.json b/1.10.2/assets/minecraft/models/block/pumpkin_stem_growth1.json new file mode 100644 index 00000000..21f87cc4 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/pumpkin_stem_growth1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth1", + "textures": { + "stem": "blocks/pumpkin_stem_disconnected" + } +} diff --git a/1.10.2/assets/minecraft/models/block/pumpkin_stem_growth2.json b/1.10.2/assets/minecraft/models/block/pumpkin_stem_growth2.json new file mode 100644 index 00000000..f021a6dc --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/pumpkin_stem_growth2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth2", + "textures": { + "stem": "blocks/pumpkin_stem_disconnected" + } +} diff --git a/1.10.2/assets/minecraft/models/block/pumpkin_stem_growth3.json b/1.10.2/assets/minecraft/models/block/pumpkin_stem_growth3.json new file mode 100644 index 00000000..ad045471 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/pumpkin_stem_growth3.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth3", + "textures": { + "stem": "blocks/pumpkin_stem_disconnected" + } +} diff --git a/1.10.2/assets/minecraft/models/block/pumpkin_stem_growth4.json b/1.10.2/assets/minecraft/models/block/pumpkin_stem_growth4.json new file mode 100644 index 00000000..5daa8591 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/pumpkin_stem_growth4.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth4", + "textures": { + "stem": "blocks/pumpkin_stem_disconnected" + } +} diff --git a/1.10.2/assets/minecraft/models/block/pumpkin_stem_growth5.json b/1.10.2/assets/minecraft/models/block/pumpkin_stem_growth5.json new file mode 100644 index 00000000..8fde351c --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/pumpkin_stem_growth5.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth5", + "textures": { + "stem": "blocks/pumpkin_stem_disconnected" + } +} diff --git a/1.10.2/assets/minecraft/models/block/pumpkin_stem_growth6.json b/1.10.2/assets/minecraft/models/block/pumpkin_stem_growth6.json new file mode 100644 index 00000000..e428d4cd --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/pumpkin_stem_growth6.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth6", + "textures": { + "stem": "blocks/pumpkin_stem_disconnected" + } +} diff --git a/1.10.2/assets/minecraft/models/block/pumpkin_stem_growth7.json b/1.10.2/assets/minecraft/models/block/pumpkin_stem_growth7.json new file mode 100644 index 00000000..43c721a1 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/pumpkin_stem_growth7.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth7", + "textures": { + "stem": "blocks/pumpkin_stem_disconnected" + } +} diff --git a/1.10.2/assets/minecraft/models/block/purple_stained_glass_pane_noside.json b/1.10.2/assets/minecraft/models/block/purple_stained_glass_pane_noside.json new file mode 100644 index 00000000..2ceb730f --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/purple_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside", + "textures": { + "pane": "blocks/glass_purple" + } +} diff --git a/1.10.2/assets/minecraft/models/block/purple_stained_glass_pane_noside_alt.json b/1.10.2/assets/minecraft/models/block/purple_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..c819c2e7 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/purple_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside_alt", + "textures": { + "pane": "blocks/glass_purple" + } +} diff --git a/1.10.2/assets/minecraft/models/block/purple_stained_glass_pane_post.json b/1.10.2/assets/minecraft/models/block/purple_stained_glass_pane_post.json new file mode 100644 index 00000000..2a91b1d7 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/purple_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_post", + "textures": { + "edge": "blocks/glass_pane_top_purple", + "pane": "blocks/glass_purple" + } +} diff --git a/1.10.2/assets/minecraft/models/block/purple_stained_glass_pane_side.json b/1.10.2/assets/minecraft/models/block/purple_stained_glass_pane_side.json new file mode 100644 index 00000000..b7c0e35a --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/purple_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side", + "textures": { + "edge": "blocks/glass_pane_top_purple", + "pane": "blocks/glass_purple" + } +} diff --git a/1.10.2/assets/minecraft/models/block/purple_stained_glass_pane_side_alt.json b/1.10.2/assets/minecraft/models/block/purple_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..7e2370e2 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/purple_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side_alt", + "textures": { + "edge": "blocks/glass_pane_top_purple", + "pane": "blocks/glass_purple" + } +} diff --git a/1.10.2/assets/minecraft/models/block/purple_wool.json b/1.10.2/assets/minecraft/models/block/purple_wool.json new file mode 100644 index 00000000..2c503189 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/purple_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_purple" + } +} diff --git a/1.10.2/assets/minecraft/models/block/purpur_block.json b/1.10.2/assets/minecraft/models/block/purpur_block.json new file mode 100644 index 00000000..1ac4652e --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/purpur_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/purpur_block" + } +} diff --git a/1.10.2/assets/minecraft/models/block/purpur_inner_stairs.json b/1.10.2/assets/minecraft/models/block/purpur_inner_stairs.json new file mode 100644 index 00000000..5ea5de27 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/purpur_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/purpur_block", + "top": "blocks/purpur_block", + "side": "blocks/purpur_block" + } +} diff --git a/1.10.2/assets/minecraft/models/block/purpur_outer_stairs.json b/1.10.2/assets/minecraft/models/block/purpur_outer_stairs.json new file mode 100644 index 00000000..05431efd --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/purpur_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/purpur_block", + "top": "blocks/purpur_block", + "side": "blocks/purpur_block" + } +} diff --git a/1.10.2/assets/minecraft/models/block/purpur_pillar_top.json b/1.10.2/assets/minecraft/models/block/purpur_pillar_top.json new file mode 100644 index 00000000..4f02e8f4 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/purpur_pillar_top.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/purpur_pillar_top", + "side": "blocks/purpur_pillar" + } +} diff --git a/1.10.2/assets/minecraft/models/block/purpur_stairs.json b/1.10.2/assets/minecraft/models/block/purpur_stairs.json new file mode 100644 index 00000000..5bd3a014 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/purpur_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/purpur_block", + "top": "blocks/purpur_block", + "side": "blocks/purpur_block" + } +} diff --git a/1.10.2/assets/minecraft/models/block/quartz_chiseled.json b/1.10.2/assets/minecraft/models/block/quartz_chiseled.json new file mode 100644 index 00000000..25819d71 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/quartz_chiseled.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "side": "blocks/quartz_block_chiseled", + "end": "blocks/quartz_block_chiseled_top" + } +} diff --git a/1.10.2/assets/minecraft/models/block/quartz_inner_stairs.json b/1.10.2/assets/minecraft/models/block/quartz_inner_stairs.json new file mode 100644 index 00000000..5b6903a3 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/quartz_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/quartz_block_bottom", + "top": "blocks/quartz_block_top", + "side": "blocks/quartz_block_side" + } +} diff --git a/1.10.2/assets/minecraft/models/block/quartz_lines.json b/1.10.2/assets/minecraft/models/block/quartz_lines.json new file mode 100644 index 00000000..fa2de862 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/quartz_lines.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/quartz_block_lines_top", + "side": "blocks/quartz_block_lines" + } +} diff --git a/1.10.2/assets/minecraft/models/block/quartz_normal.json b/1.10.2/assets/minecraft/models/block/quartz_normal.json new file mode 100644 index 00000000..de04c92c --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/quartz_normal.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "blocks/quartz_block_bottom", + "top": "blocks/quartz_block_top", + "side": "blocks/quartz_block_side" + } +} diff --git a/1.10.2/assets/minecraft/models/block/quartz_ore.json b/1.10.2/assets/minecraft/models/block/quartz_ore.json new file mode 100644 index 00000000..b9c850b6 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/quartz_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/quartz_ore" + } +} diff --git a/1.10.2/assets/minecraft/models/block/quartz_outer_stairs.json b/1.10.2/assets/minecraft/models/block/quartz_outer_stairs.json new file mode 100644 index 00000000..975ae92c --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/quartz_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/quartz_block_bottom", + "top": "blocks/quartz_block_top", + "side": "blocks/quartz_block_side" + } +} diff --git a/1.10.2/assets/minecraft/models/block/quartz_stairs.json b/1.10.2/assets/minecraft/models/block/quartz_stairs.json new file mode 100644 index 00000000..448e4d55 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/quartz_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/quartz_block_bottom", + "top": "blocks/quartz_block_top", + "side": "blocks/quartz_block_side" + } +} diff --git a/1.10.2/assets/minecraft/models/block/quartz_top.json b/1.10.2/assets/minecraft/models/block/quartz_top.json new file mode 100644 index 00000000..e5ddc317 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/quartz_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/quartz_block_top" + } +} diff --git a/1.10.2/assets/minecraft/models/block/rail_curved.json b/1.10.2/assets/minecraft/models/block/rail_curved.json new file mode 100644 index 00000000..299a44ba --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/rail_curved.json @@ -0,0 +1,15 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#rail" + }, + "elements": [ + { "from": [ 0, 1, 0 ], + "to": [ 16, 1, 16 ], + "faces": { + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#rail" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#rail" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/rail_flat.json b/1.10.2/assets/minecraft/models/block/rail_flat.json new file mode 100644 index 00000000..299a44ba --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/rail_flat.json @@ -0,0 +1,15 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#rail" + }, + "elements": [ + { "from": [ 0, 1, 0 ], + "to": [ 16, 1, 16 ], + "faces": { + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#rail" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#rail" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/rail_raised_ne.json b/1.10.2/assets/minecraft/models/block/rail_raised_ne.json new file mode 100644 index 00000000..a92e4603 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/rail_raised_ne.json @@ -0,0 +1,21 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#rail" + }, + "elements": [ + { "from": [ 0, 9, 0 ], + "to": [ 16, 9, 16 ], + "rotation": { + "origin": [ 8, 9, 8 ], + "axis": "x", + "angle": 45, + "rescale": true + }, + "faces": { + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#rail" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#rail" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/rail_raised_sw.json b/1.10.2/assets/minecraft/models/block/rail_raised_sw.json new file mode 100644 index 00000000..dddc3562 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/rail_raised_sw.json @@ -0,0 +1,21 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#rail" + }, + "elements": [ + { "from": [ 0, 9, 0 ], + "to": [ 16, 9, 16 ], + "rotation": { + "origin": [ 8, 9, 8 ], + "axis": "x", + "angle": -45, + "rescale": true + }, + "faces": { + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#rail" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#rail" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/red_mushroom.json b/1.10.2/assets/minecraft/models/block/red_mushroom.json new file mode 100644 index 00000000..53a7ab11 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/red_mushroom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/mushroom_red" + } +} diff --git a/1.10.2/assets/minecraft/models/block/red_mushroom_block_c.json b/1.10.2/assets/minecraft/models/block/red_mushroom_block_c.json new file mode 100644 index 00000000..8d5dbc5a --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/red_mushroom_block_c.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "blocks/mushroom_block_inside", + "down": "blocks/mushroom_block_inside", + "up": "blocks/mushroom_block_skin_red", + "north": "blocks/mushroom_block_inside", + "east": "blocks/mushroom_block_inside", + "south": "blocks/mushroom_block_inside", + "west": "blocks/mushroom_block_inside" + } +} diff --git a/1.10.2/assets/minecraft/models/block/red_mushroom_block_cap_all.json b/1.10.2/assets/minecraft/models/block/red_mushroom_block_cap_all.json new file mode 100644 index 00000000..63e222b1 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/red_mushroom_block_cap_all.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/mushroom_block_skin_red" + } +} diff --git a/1.10.2/assets/minecraft/models/block/red_mushroom_block_e.json b/1.10.2/assets/minecraft/models/block/red_mushroom_block_e.json new file mode 100644 index 00000000..e81f611c --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/red_mushroom_block_e.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "blocks/mushroom_block_inside", + "down": "blocks/mushroom_block_inside", + "up": "blocks/mushroom_block_skin_red", + "north": "blocks/mushroom_block_inside", + "east": "blocks/mushroom_block_skin_red", + "south": "blocks/mushroom_block_inside", + "west": "blocks/mushroom_block_inside" + } +} diff --git a/1.10.2/assets/minecraft/models/block/red_mushroom_block_inside_all.json b/1.10.2/assets/minecraft/models/block/red_mushroom_block_inside_all.json new file mode 100644 index 00000000..472dc8ab --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/red_mushroom_block_inside_all.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/mushroom_block_inside" + } +} diff --git a/1.10.2/assets/minecraft/models/block/red_mushroom_block_n.json b/1.10.2/assets/minecraft/models/block/red_mushroom_block_n.json new file mode 100644 index 00000000..57d8a3f0 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/red_mushroom_block_n.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "blocks/mushroom_block_inside", + "down": "blocks/mushroom_block_inside", + "up": "blocks/mushroom_block_skin_red", + "north": "blocks/mushroom_block_skin_red", + "east": "blocks/mushroom_block_inside", + "south": "blocks/mushroom_block_inside", + "west": "blocks/mushroom_block_inside" + } +} diff --git a/1.10.2/assets/minecraft/models/block/red_mushroom_block_ne.json b/1.10.2/assets/minecraft/models/block/red_mushroom_block_ne.json new file mode 100644 index 00000000..ea6ad865 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/red_mushroom_block_ne.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "blocks/mushroom_block_inside", + "down": "blocks/mushroom_block_inside", + "up": "blocks/mushroom_block_skin_red", + "north": "blocks/mushroom_block_skin_red", + "east": "blocks/mushroom_block_skin_red", + "south": "blocks/mushroom_block_inside", + "west": "blocks/mushroom_block_inside" + } +} diff --git a/1.10.2/assets/minecraft/models/block/red_mushroom_block_nw.json b/1.10.2/assets/minecraft/models/block/red_mushroom_block_nw.json new file mode 100644 index 00000000..84ff71e3 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/red_mushroom_block_nw.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "blocks/mushroom_block_inside", + "down": "blocks/mushroom_block_inside", + "up": "blocks/mushroom_block_skin_red", + "north": "blocks/mushroom_block_skin_red", + "east": "blocks/mushroom_block_inside", + "south": "blocks/mushroom_block_inside", + "west": "blocks/mushroom_block_skin_red" + } +} diff --git a/1.10.2/assets/minecraft/models/block/red_mushroom_block_s.json b/1.10.2/assets/minecraft/models/block/red_mushroom_block_s.json new file mode 100644 index 00000000..c73f7392 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/red_mushroom_block_s.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "blocks/mushroom_block_inside", + "down": "blocks/mushroom_block_inside", + "up": "blocks/mushroom_block_skin_red", + "north": "blocks/mushroom_block_inside", + "east": "blocks/mushroom_block_inside", + "south": "blocks/mushroom_block_skin_red", + "west": "blocks/mushroom_block_inside" + } +} diff --git a/1.10.2/assets/minecraft/models/block/red_mushroom_block_se.json b/1.10.2/assets/minecraft/models/block/red_mushroom_block_se.json new file mode 100644 index 00000000..2c151d7f --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/red_mushroom_block_se.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "blocks/mushroom_block_inside", + "down": "blocks/mushroom_block_inside", + "up": "blocks/mushroom_block_skin_red", + "north": "blocks/mushroom_block_inside", + "east": "blocks/mushroom_block_skin_red", + "south": "blocks/mushroom_block_skin_red", + "west": "blocks/mushroom_block_inside" + } +} diff --git a/1.10.2/assets/minecraft/models/block/red_mushroom_block_stem.json b/1.10.2/assets/minecraft/models/block/red_mushroom_block_stem.json new file mode 100644 index 00000000..b839c9af --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/red_mushroom_block_stem.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "side": "blocks/mushroom_block_skin_stem", + "end": "blocks/mushroom_block_inside" + } +} diff --git a/1.10.2/assets/minecraft/models/block/red_mushroom_block_stem_all.json b/1.10.2/assets/minecraft/models/block/red_mushroom_block_stem_all.json new file mode 100644 index 00000000..73434e42 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/red_mushroom_block_stem_all.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/mushroom_block_skin_stem" + } +} diff --git a/1.10.2/assets/minecraft/models/block/red_mushroom_block_sw.json b/1.10.2/assets/minecraft/models/block/red_mushroom_block_sw.json new file mode 100644 index 00000000..9ee1f301 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/red_mushroom_block_sw.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "blocks/mushroom_block_inside", + "down": "blocks/mushroom_block_inside", + "up": "blocks/mushroom_block_skin_red", + "north": "blocks/mushroom_block_inside", + "east": "blocks/mushroom_block_inside", + "south": "blocks/mushroom_block_skin_red", + "west": "blocks/mushroom_block_skin_red" + } +} diff --git a/1.10.2/assets/minecraft/models/block/red_mushroom_block_w.json b/1.10.2/assets/minecraft/models/block/red_mushroom_block_w.json new file mode 100644 index 00000000..c4aaa2cb --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/red_mushroom_block_w.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "blocks/mushroom_block_inside", + "down": "blocks/mushroom_block_inside", + "up": "blocks/mushroom_block_skin_red", + "north": "blocks/mushroom_block_inside", + "east": "blocks/mushroom_block_inside", + "south": "blocks/mushroom_block_inside", + "west": "blocks/mushroom_block_skin_red" + } +} diff --git a/1.10.2/assets/minecraft/models/block/red_nether_brick.json b/1.10.2/assets/minecraft/models/block/red_nether_brick.json new file mode 100644 index 00000000..e7844890 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/red_nether_brick.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/red_nether_brick" + } +} diff --git a/1.10.2/assets/minecraft/models/block/red_sand.json b/1.10.2/assets/minecraft/models/block/red_sand.json new file mode 100644 index 00000000..7c72d641 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/red_sand.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/red_sand" + } +} diff --git a/1.10.2/assets/minecraft/models/block/red_sandstone_all.json b/1.10.2/assets/minecraft/models/block/red_sandstone_all.json new file mode 100644 index 00000000..49631ce6 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/red_sandstone_all.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/red_sandstone_top" + } +} diff --git a/1.10.2/assets/minecraft/models/block/red_sandstone_chiseled.json b/1.10.2/assets/minecraft/models/block/red_sandstone_chiseled.json new file mode 100644 index 00000000..cf0a1fcd --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/red_sandstone_chiseled.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/red_sandstone_top", + "side": "blocks/red_sandstone_carved" + } +} diff --git a/1.10.2/assets/minecraft/models/block/red_sandstone_inner_stairs.json b/1.10.2/assets/minecraft/models/block/red_sandstone_inner_stairs.json new file mode 100644 index 00000000..11da043f --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/red_sandstone_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/red_sandstone_bottom", + "top": "blocks/red_sandstone_top", + "side": "blocks/red_sandstone_normal" + } +} diff --git a/1.10.2/assets/minecraft/models/block/red_sandstone_normal.json b/1.10.2/assets/minecraft/models/block/red_sandstone_normal.json new file mode 100644 index 00000000..36e5008f --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/red_sandstone_normal.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "blocks/red_sandstone_bottom", + "top": "blocks/red_sandstone_top", + "side": "blocks/red_sandstone_normal" + } +} diff --git a/1.10.2/assets/minecraft/models/block/red_sandstone_outer_stairs.json b/1.10.2/assets/minecraft/models/block/red_sandstone_outer_stairs.json new file mode 100644 index 00000000..a43de102 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/red_sandstone_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/red_sandstone_bottom", + "top": "blocks/red_sandstone_top", + "side": "blocks/red_sandstone_normal" + } +} diff --git a/1.10.2/assets/minecraft/models/block/red_sandstone_smooth.json b/1.10.2/assets/minecraft/models/block/red_sandstone_smooth.json new file mode 100644 index 00000000..2ec015d7 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/red_sandstone_smooth.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/red_sandstone_top", + "side": "blocks/red_sandstone_smooth" + } +} diff --git a/1.10.2/assets/minecraft/models/block/red_sandstone_stairs.json b/1.10.2/assets/minecraft/models/block/red_sandstone_stairs.json new file mode 100644 index 00000000..dcc94969 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/red_sandstone_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/red_sandstone_bottom", + "top": "blocks/red_sandstone_top", + "side": "blocks/red_sandstone_normal" + } +} diff --git a/1.10.2/assets/minecraft/models/block/red_stained_glass_pane_noside.json b/1.10.2/assets/minecraft/models/block/red_stained_glass_pane_noside.json new file mode 100644 index 00000000..4b9776c1 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/red_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside", + "textures": { + "pane": "blocks/glass_red" + } +} diff --git a/1.10.2/assets/minecraft/models/block/red_stained_glass_pane_noside_alt.json b/1.10.2/assets/minecraft/models/block/red_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..5873f2cc --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/red_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside_alt", + "textures": { + "pane": "blocks/glass_red" + } +} diff --git a/1.10.2/assets/minecraft/models/block/red_stained_glass_pane_post.json b/1.10.2/assets/minecraft/models/block/red_stained_glass_pane_post.json new file mode 100644 index 00000000..7144b49e --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/red_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_post", + "textures": { + "edge": "blocks/glass_pane_top_red", + "pane": "blocks/glass_red" + } +} diff --git a/1.10.2/assets/minecraft/models/block/red_stained_glass_pane_side.json b/1.10.2/assets/minecraft/models/block/red_stained_glass_pane_side.json new file mode 100644 index 00000000..df9d508f --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/red_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side", + "textures": { + "edge": "blocks/glass_pane_top_red", + "pane": "blocks/glass_red" + } +} diff --git a/1.10.2/assets/minecraft/models/block/red_stained_glass_pane_side_alt.json b/1.10.2/assets/minecraft/models/block/red_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..06bd9fa5 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/red_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side_alt", + "textures": { + "edge": "blocks/glass_pane_top_red", + "pane": "blocks/glass_red" + } +} diff --git a/1.10.2/assets/minecraft/models/block/red_tulip.json b/1.10.2/assets/minecraft/models/block/red_tulip.json new file mode 100644 index 00000000..56b41be3 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/red_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/flower_tulip_red" + } +} diff --git a/1.10.2/assets/minecraft/models/block/red_wool.json b/1.10.2/assets/minecraft/models/block/red_wool.json new file mode 100644 index 00000000..da67b188 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/red_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_red" + } +} diff --git a/1.10.2/assets/minecraft/models/block/redstone_block.json b/1.10.2/assets/minecraft/models/block/redstone_block.json new file mode 100644 index 00000000..313e6bdb --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/redstone_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/redstone_block" + } +} diff --git a/1.10.2/assets/minecraft/models/block/redstone_dot.json b/1.10.2/assets/minecraft/models/block/redstone_dot.json new file mode 100644 index 00000000..8df1fb4b --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/redstone_dot.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/redstone_dust_dot", + "line": "blocks/redstone_dust_dot", + "overlay": "blocks/redstone_dust_overlay" + }, + "elements": [ + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16], "texture": "#line", "tintindex": 0 } + } + }, + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/redstone_ore.json b/1.10.2/assets/minecraft/models/block/redstone_ore.json new file mode 100644 index 00000000..8285da66 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/redstone_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/redstone_ore" + } +} diff --git a/1.10.2/assets/minecraft/models/block/redstone_side.json b/1.10.2/assets/minecraft/models/block/redstone_side.json new file mode 100644 index 00000000..1d43cd8f --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/redstone_side.json @@ -0,0 +1,23 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/redstone_dust_dot", + "overlay": "blocks/redstone_dust_overlay" + }, + "elements": [ + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 8 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 8 ], "texture": "#line", "tintindex": 0 } + } + }, + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 8 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 8 ], "texture": "#overlay" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/redstone_side0.json b/1.10.2/assets/minecraft/models/block/redstone_side0.json new file mode 100644 index 00000000..f85900a7 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/redstone_side0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/redstone_side", + "textures": { + "line": "blocks/redstone_dust_line0" + } +} diff --git a/1.10.2/assets/minecraft/models/block/redstone_side1.json b/1.10.2/assets/minecraft/models/block/redstone_side1.json new file mode 100644 index 00000000..bb3a2ae4 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/redstone_side1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/redstone_side", + "textures": { + "line": "blocks/redstone_dust_line1" + } +} diff --git a/1.10.2/assets/minecraft/models/block/redstone_side_alt.json b/1.10.2/assets/minecraft/models/block/redstone_side_alt.json new file mode 100644 index 00000000..a611eed5 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/redstone_side_alt.json @@ -0,0 +1,23 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/redstone_dust_dot", + "overlay": "blocks/redstone_dust_overlay" + }, + "elements": [ + { "from": [ 0, 0.25, 8 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 8, 16, 16 ], "texture": "#line", "tintindex": 0 } + } + }, + { "from": [ 0, 0.25, 8 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 8, 16, 16 ], "texture": "#overlay" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/redstone_side_alt0.json b/1.10.2/assets/minecraft/models/block/redstone_side_alt0.json new file mode 100644 index 00000000..393166ce --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/redstone_side_alt0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/redstone_side_alt", + "textures": { + "line": "blocks/redstone_dust_line0" + } +} diff --git a/1.10.2/assets/minecraft/models/block/redstone_side_alt1.json b/1.10.2/assets/minecraft/models/block/redstone_side_alt1.json new file mode 100644 index 00000000..1b1ca66d --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/redstone_side_alt1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/redstone_side_alt", + "textures": { + "line": "blocks/redstone_dust_line1" + } +} diff --git a/1.10.2/assets/minecraft/models/block/redstone_up.json b/1.10.2/assets/minecraft/models/block/redstone_up.json new file mode 100644 index 00000000..9db309cc --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/redstone_up.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/redstone_dust_dot", + "line": "blocks/redstone_dust_line0", + "overlay": "blocks/redstone_dust_overlay" + }, + "elements": [ + { "from": [ 0, 0, 0.25 ], + "to": [ 16, 16, 0.25 ], + "shade": false, + "faces": { + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.25 ], + "to": [ 16, 16, 0.25 ], + "shade": false, + "faces": { + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/reeds.json b/1.10.2/assets/minecraft/models/block/reeds.json new file mode 100644 index 00000000..250dfd97 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/reeds.json @@ -0,0 +1,6 @@ +{ + "parent": "block/tinted_cross", + "textures": { + "cross": "blocks/reeds" + } +} diff --git a/1.10.2/assets/minecraft/models/block/repeater_1tick.json b/1.10.2/assets/minecraft/models/block/repeater_1tick.json new file mode 100644 index 00000000..d49a67b2 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/repeater_1tick.json @@ -0,0 +1,44 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_off", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_off", + "unlit": "blocks/redstone_torch_off" + }, + "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": [ 7, 2, 6 ], + "to": [ 9, 7, 8 ], + "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, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/repeater_2tick.json b/1.10.2/assets/minecraft/models/block/repeater_2tick.json new file mode 100644 index 00000000..98c94ef5 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/repeater_2tick.json @@ -0,0 +1,44 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_off", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_off", + "unlit": "blocks/redstone_torch_off" + }, + "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": [ 7, 2, 8 ], + "to": [ 9, 7, 10 ], + "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, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/repeater_3tick.json b/1.10.2/assets/minecraft/models/block/repeater_3tick.json new file mode 100644 index 00000000..3a3a11f9 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/repeater_3tick.json @@ -0,0 +1,44 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_off", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_off", + "unlit": "blocks/redstone_torch_off" + }, + "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": [ 7, 2, 10 ], + "to": [ 9, 7, 12 ], + "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, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/repeater_4tick.json b/1.10.2/assets/minecraft/models/block/repeater_4tick.json new file mode 100644 index 00000000..cbcf0b6c --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/repeater_4tick.json @@ -0,0 +1,44 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_off", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_off", + "unlit": "blocks/redstone_torch_off" + }, + "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": [ 7, 2, 12 ], + "to": [ 9, 7, 14 ], + "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, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/repeater_locked_1tick.json b/1.10.2/assets/minecraft/models/block/repeater_locked_1tick.json new file mode 100644 index 00000000..e62956f9 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/repeater_locked_1tick.json @@ -0,0 +1,45 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_off", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_off", + "lock": "blocks/bedrock", + "unlit": "blocks/redstone_torch_off" + }, + "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": [ 2, 2, 6 ], + "to": [ 14, 4, 8 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 2, 2 ], + "to": [ 9, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/repeater_locked_2tick.json b/1.10.2/assets/minecraft/models/block/repeater_locked_2tick.json new file mode 100644 index 00000000..f9a14550 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/repeater_locked_2tick.json @@ -0,0 +1,45 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_off", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_off", + "lock": "blocks/bedrock", + "unlit": "blocks/redstone_torch_off" + }, + "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": [ 2, 2, 8 ], + "to": [ 14, 4, 10 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 2, 2 ], + "to": [ 9, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/repeater_locked_3tick.json b/1.10.2/assets/minecraft/models/block/repeater_locked_3tick.json new file mode 100644 index 00000000..ff850a63 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/repeater_locked_3tick.json @@ -0,0 +1,45 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_off", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_off", + "lock": "blocks/bedrock", + "unlit": "blocks/redstone_torch_off" + }, + "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": [ 2, 2, 10 ], + "to": [ 14, 4, 12 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 2, 2 ], + "to": [ 9, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/repeater_locked_4tick.json b/1.10.2/assets/minecraft/models/block/repeater_locked_4tick.json new file mode 100644 index 00000000..d0ed0264 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/repeater_locked_4tick.json @@ -0,0 +1,45 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_off", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_off", + "lock": "blocks/bedrock", + "unlit": "blocks/redstone_torch_off" + }, + "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": [ 2, 2, 12 ], + "to": [ 14, 4, 14 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 2, 2 ], + "to": [ 9, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/repeater_on_1tick.json b/1.10.2/assets/minecraft/models/block/repeater_on_1tick.json new file mode 100644 index 00000000..8034f6da --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/repeater_on_1tick.json @@ -0,0 +1,62 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_on", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_on", + "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": [ 7, 7, 6 ], + "to": [ 9, 7, 8 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 5 ], + "to": [ 9, 8, 9 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 6 ], + "to": [ 10, 8, 8 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/repeater_on_2tick.json b/1.10.2/assets/minecraft/models/block/repeater_on_2tick.json new file mode 100644 index 00000000..4a077fa3 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/repeater_on_2tick.json @@ -0,0 +1,62 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_on", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_on", + "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": [ 7, 7, 8 ], + "to": [ 9, 7, 10 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 7 ], + "to": [ 9, 8, 11 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 8 ], + "to": [ 10, 8, 10 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/repeater_on_3tick.json b/1.10.2/assets/minecraft/models/block/repeater_on_3tick.json new file mode 100644 index 00000000..75edf5ff --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/repeater_on_3tick.json @@ -0,0 +1,62 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_on", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_on", + "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": [ 7, 7, 10 ], + "to": [ 9, 7, 12 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 9 ], + "to": [ 9, 8, 13 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 10 ], + "to": [ 10, 8, 12 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/repeater_on_4tick.json b/1.10.2/assets/minecraft/models/block/repeater_on_4tick.json new file mode 100644 index 00000000..f67ff945 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/repeater_on_4tick.json @@ -0,0 +1,62 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_on", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_on", + "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": [ 7, 7, 12 ], + "to": [ 9, 7, 14 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 11 ], + "to": [ 9, 8, 15 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 12 ], + "to": [ 10, 8, 14 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/repeater_on_locked_1tick.json b/1.10.2/assets/minecraft/models/block/repeater_on_locked_1tick.json new file mode 100644 index 00000000..8e01a799 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/repeater_on_locked_1tick.json @@ -0,0 +1,54 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_on", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_on", + "lit": "blocks/redstone_torch_on", + "lock": "blocks/bedrock" + }, + "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": [ 2, 2, 6 ], + "to": [ 14, 4, 8 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/repeater_on_locked_2tick.json b/1.10.2/assets/minecraft/models/block/repeater_on_locked_2tick.json new file mode 100644 index 00000000..31556f36 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/repeater_on_locked_2tick.json @@ -0,0 +1,54 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_on", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_on", + "lit": "blocks/redstone_torch_on", + "lock": "blocks/bedrock" + }, + "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": [ 2, 2, 8 ], + "to": [ 14, 4, 10 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/repeater_on_locked_3tick.json b/1.10.2/assets/minecraft/models/block/repeater_on_locked_3tick.json new file mode 100644 index 00000000..b8352e53 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/repeater_on_locked_3tick.json @@ -0,0 +1,54 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_on", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_on", + "lit": "blocks/redstone_torch_on", + "lock": "blocks/bedrock" + }, + "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": [ 2, 2, 10 ], + "to": [ 14, 4, 12 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/repeater_on_locked_4tick.json b/1.10.2/assets/minecraft/models/block/repeater_on_locked_4tick.json new file mode 100644 index 00000000..f7664ee1 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/repeater_on_locked_4tick.json @@ -0,0 +1,54 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_on", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_on", + "lit": "blocks/redstone_torch_on", + "lock": "blocks/bedrock" + }, + "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": [ 2, 2, 12 ], + "to": [ 14, 4, 14 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/repeating_command_block.json b/1.10.2/assets/minecraft/models/block/repeating_command_block.json new file mode 100644 index 00000000..5ea677e9 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/repeating_command_block.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube_directional", + "textures": { + "particle": "blocks/repeating_command_block_back", + "down": "blocks/repeating_command_block_side", + "up": "blocks/repeating_command_block_side", + "north": "blocks/repeating_command_block_front", + "east": "blocks/repeating_command_block_side", + "south": "blocks/repeating_command_block_back", + "west": "blocks/repeating_command_block_side" + } +} diff --git a/1.10.2/assets/minecraft/models/block/repeating_command_block_conditional.json b/1.10.2/assets/minecraft/models/block/repeating_command_block_conditional.json new file mode 100644 index 00000000..4d1f6dd7 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/repeating_command_block_conditional.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube_directional", + "textures": { + "particle": "blocks/repeating_command_block_back", + "down": "blocks/repeating_command_block_conditional", + "up": "blocks/repeating_command_block_conditional", + "north": "blocks/repeating_command_block_front", + "east": "blocks/repeating_command_block_conditional", + "south": "blocks/repeating_command_block_back", + "west": "blocks/repeating_command_block_conditional" + } +} diff --git a/1.10.2/assets/minecraft/models/block/sand.json b/1.10.2/assets/minecraft/models/block/sand.json new file mode 100644 index 00000000..96c79821 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/sand.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/sand" + } +} diff --git a/1.10.2/assets/minecraft/models/block/sandstone_all.json b/1.10.2/assets/minecraft/models/block/sandstone_all.json new file mode 100644 index 00000000..834be32b --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/sandstone_all.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/sandstone_top" + } +} diff --git a/1.10.2/assets/minecraft/models/block/sandstone_chiseled.json b/1.10.2/assets/minecraft/models/block/sandstone_chiseled.json new file mode 100644 index 00000000..a89f4d20 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/sandstone_chiseled.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/sandstone_top", + "side": "blocks/sandstone_carved" + } +} diff --git a/1.10.2/assets/minecraft/models/block/sandstone_inner_stairs.json b/1.10.2/assets/minecraft/models/block/sandstone_inner_stairs.json new file mode 100644 index 00000000..9ef52b06 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/sandstone_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/sandstone_bottom", + "top": "blocks/sandstone_top", + "side": "blocks/sandstone_normal" + } +} diff --git a/1.10.2/assets/minecraft/models/block/sandstone_normal.json b/1.10.2/assets/minecraft/models/block/sandstone_normal.json new file mode 100644 index 00000000..5651d6fc --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/sandstone_normal.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "blocks/sandstone_bottom", + "top": "blocks/sandstone_top", + "side": "blocks/sandstone_normal" + } +} diff --git a/1.10.2/assets/minecraft/models/block/sandstone_outer_stairs.json b/1.10.2/assets/minecraft/models/block/sandstone_outer_stairs.json new file mode 100644 index 00000000..4a939151 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/sandstone_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/sandstone_bottom", + "top": "blocks/sandstone_top", + "side": "blocks/sandstone_normal" + } +} diff --git a/1.10.2/assets/minecraft/models/block/sandstone_smooth.json b/1.10.2/assets/minecraft/models/block/sandstone_smooth.json new file mode 100644 index 00000000..dace295c --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/sandstone_smooth.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/sandstone_top", + "side": "blocks/sandstone_smooth" + } +} diff --git a/1.10.2/assets/minecraft/models/block/sandstone_stairs.json b/1.10.2/assets/minecraft/models/block/sandstone_stairs.json new file mode 100644 index 00000000..b14026a3 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/sandstone_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/sandstone_bottom", + "top": "blocks/sandstone_top", + "side": "blocks/sandstone_normal" + } +} diff --git a/1.10.2/assets/minecraft/models/block/sea_lantern.json b/1.10.2/assets/minecraft/models/block/sea_lantern.json new file mode 100644 index 00000000..45f8859c --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/sea_lantern.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/sea_lantern" + } +} diff --git a/1.10.2/assets/minecraft/models/block/silver_stained_glass_pane_noside.json b/1.10.2/assets/minecraft/models/block/silver_stained_glass_pane_noside.json new file mode 100644 index 00000000..f385cf27 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/silver_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside", + "textures": { + "pane": "blocks/glass_silver" + } +} diff --git a/1.10.2/assets/minecraft/models/block/silver_stained_glass_pane_noside_alt.json b/1.10.2/assets/minecraft/models/block/silver_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..c362f860 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/silver_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside_alt", + "textures": { + "pane": "blocks/glass_silver" + } +} diff --git a/1.10.2/assets/minecraft/models/block/silver_stained_glass_pane_post.json b/1.10.2/assets/minecraft/models/block/silver_stained_glass_pane_post.json new file mode 100644 index 00000000..5621de9a --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/silver_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_post", + "textures": { + "edge": "blocks/glass_pane_top_silver", + "pane": "blocks/glass_silver" + } +} diff --git a/1.10.2/assets/minecraft/models/block/silver_stained_glass_pane_side.json b/1.10.2/assets/minecraft/models/block/silver_stained_glass_pane_side.json new file mode 100644 index 00000000..e84855ae --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/silver_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side", + "textures": { + "edge": "blocks/glass_pane_top_silver", + "pane": "blocks/glass_silver" + } +} diff --git a/1.10.2/assets/minecraft/models/block/silver_stained_glass_pane_side_alt.json b/1.10.2/assets/minecraft/models/block/silver_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..1144d8fc --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/silver_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side_alt", + "textures": { + "edge": "blocks/glass_pane_top_silver", + "pane": "blocks/glass_silver" + } +} diff --git a/1.10.2/assets/minecraft/models/block/silver_wool.json b/1.10.2/assets/minecraft/models/block/silver_wool.json new file mode 100644 index 00000000..04d6d551 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/silver_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_silver" + } +} diff --git a/1.10.2/assets/minecraft/models/block/slime.json b/1.10.2/assets/minecraft/models/block/slime.json new file mode 100644 index 00000000..79644d97 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/slime.json @@ -0,0 +1,30 @@ +{ "parent": "block/block", + "textures": { + "particle": "blocks/slime", + "texture": "blocks/slime" + }, + "elements": [ + { "from": [ 3, 3, 3 ], + "to": [ 13, 13, 13 ], + "faces": { + "down": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, + "up": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, + "north": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, + "south": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, + "west": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, + "east": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" } + } + }, + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/snow.json b/1.10.2/assets/minecraft/models/block/snow.json new file mode 100644 index 00000000..328a45e1 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/snow.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/snow" + } +} diff --git a/1.10.2/assets/minecraft/models/block/snow_height10.json b/1.10.2/assets/minecraft/models/block/snow_height10.json new file mode 100644 index 00000000..b3fa4ac1 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/snow_height10.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "blocks/snow", + "texture": "blocks/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 10, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 6, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 6, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 6, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 6, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/snow_height12.json b/1.10.2/assets/minecraft/models/block/snow_height12.json new file mode 100644 index 00000000..3d706357 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/snow_height12.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "blocks/snow", + "texture": "blocks/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 12, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 4, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 4, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 4, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 4, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/snow_height14.json b/1.10.2/assets/minecraft/models/block/snow_height14.json new file mode 100644 index 00000000..b25587f0 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/snow_height14.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "blocks/snow", + "texture": "blocks/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 14, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 2, 16, 16 ], "texture": "#texture" }, + "south": { "uv": [ 0, 2, 16, 16 ], "texture": "#texture" }, + "west": { "uv": [ 0, 2, 16, 16 ], "texture": "#texture" }, + "east": { "uv": [ 0, 2, 16, 16 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/snow_height2.json b/1.10.2/assets/minecraft/models/block/snow_height2.json new file mode 100644 index 00000000..01f53222 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/snow_height2.json @@ -0,0 +1,19 @@ +{ "parent": "block/thin_block", + "textures": { + "particle": "blocks/snow", + "texture": "blocks/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 2, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 14, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 14, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 14, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 14, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/snow_height4.json b/1.10.2/assets/minecraft/models/block/snow_height4.json new file mode 100644 index 00000000..350d5613 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/snow_height4.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "blocks/snow", + "texture": "blocks/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 4, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 12, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 12, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 12, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 12, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/snow_height6.json b/1.10.2/assets/minecraft/models/block/snow_height6.json new file mode 100644 index 00000000..ef3f511e --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/snow_height6.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "blocks/snow", + "texture": "blocks/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 6, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 10, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 10, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 10, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 10, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/snow_height8.json b/1.10.2/assets/minecraft/models/block/snow_height8.json new file mode 100644 index 00000000..e8273626 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/snow_height8.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "blocks/snow", + "texture": "blocks/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 8, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 8, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 8, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 8, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 8, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/soul_sand.json b/1.10.2/assets/minecraft/models/block/soul_sand.json new file mode 100644 index 00000000..157c4381 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/soul_sand.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/soul_sand" + } +} diff --git a/1.10.2/assets/minecraft/models/block/sponge.json b/1.10.2/assets/minecraft/models/block/sponge.json new file mode 100644 index 00000000..c26f2b5a --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/sponge.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/sponge" + } +} diff --git a/1.10.2/assets/minecraft/models/block/sponge_wet.json b/1.10.2/assets/minecraft/models/block/sponge_wet.json new file mode 100644 index 00000000..91c46414 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/sponge_wet.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/sponge_wet" + } +} diff --git a/1.10.2/assets/minecraft/models/block/spruce_bark.json b/1.10.2/assets/minecraft/models/block/spruce_bark.json new file mode 100644 index 00000000..9ce86b6a --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/spruce_bark.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/log_spruce" + } +} diff --git a/1.10.2/assets/minecraft/models/block/spruce_door_bottom.json b/1.10.2/assets/minecraft/models/block/spruce_door_bottom.json new file mode 100644 index 00000000..1b4e50bb --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/spruce_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom", + "textures": { + "bottom": "blocks/door_spruce_lower", + "top": "blocks/door_spruce_upper" + } +} diff --git a/1.10.2/assets/minecraft/models/block/spruce_door_bottom_rh.json b/1.10.2/assets/minecraft/models/block/spruce_door_bottom_rh.json new file mode 100644 index 00000000..1c1e4a36 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/spruce_door_bottom_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom_rh", + "textures": { + "bottom": "blocks/door_spruce_lower", + "top": "blocks/door_spruce_upper" + } +} diff --git a/1.10.2/assets/minecraft/models/block/spruce_door_top.json b/1.10.2/assets/minecraft/models/block/spruce_door_top.json new file mode 100644 index 00000000..fcd396de --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/spruce_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top", + "textures": { + "bottom": "blocks/door_spruce_lower", + "top": "blocks/door_spruce_upper" + } +} diff --git a/1.10.2/assets/minecraft/models/block/spruce_door_top_rh.json b/1.10.2/assets/minecraft/models/block/spruce_door_top_rh.json new file mode 100644 index 00000000..e386f9ab --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/spruce_door_top_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top_rh", + "textures": { + "bottom": "blocks/door_spruce_lower", + "top": "blocks/door_spruce_upper" + } +} diff --git a/1.10.2/assets/minecraft/models/block/spruce_fence_gate_closed.json b/1.10.2/assets/minecraft/models/block/spruce_fence_gate_closed.json new file mode 100644 index 00000000..54eea651 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/spruce_fence_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_gate_closed", + "textures": { + "texture": "blocks/planks_spruce" + } +} diff --git a/1.10.2/assets/minecraft/models/block/spruce_fence_gate_open.json b/1.10.2/assets/minecraft/models/block/spruce_fence_gate_open.json new file mode 100644 index 00000000..8f09c6ab --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/spruce_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_gate_open", + "textures": { + "texture": "blocks/planks_spruce" + } +} diff --git a/1.10.2/assets/minecraft/models/block/spruce_fence_inventory.json b/1.10.2/assets/minecraft/models/block/spruce_fence_inventory.json new file mode 100644 index 00000000..a778f2ec --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/spruce_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_inventory", + "textures": { + "texture": "blocks/planks_spruce" + } +} diff --git a/1.10.2/assets/minecraft/models/block/spruce_fence_post.json b/1.10.2/assets/minecraft/models/block/spruce_fence_post.json new file mode 100644 index 00000000..08309936 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/spruce_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_post", + "textures": { + "texture": "blocks/planks_spruce" + } +} diff --git a/1.10.2/assets/minecraft/models/block/spruce_fence_side.json b/1.10.2/assets/minecraft/models/block/spruce_fence_side.json new file mode 100644 index 00000000..7400671f --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/spruce_fence_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_side", + "textures": { + "texture": "blocks/planks_spruce" + } +} diff --git a/1.10.2/assets/minecraft/models/block/spruce_inner_stairs.json b/1.10.2/assets/minecraft/models/block/spruce_inner_stairs.json new file mode 100644 index 00000000..ea0c084c --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/spruce_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/planks_spruce", + "top": "blocks/planks_spruce", + "side": "blocks/planks_spruce" + } +} diff --git a/1.10.2/assets/minecraft/models/block/spruce_leaves.json b/1.10.2/assets/minecraft/models/block/spruce_leaves.json new file mode 100644 index 00000000..15332cb4 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/spruce_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "block/leaves", + "textures": { + "all": "blocks/leaves_spruce" + } +} diff --git a/1.10.2/assets/minecraft/models/block/spruce_log.json b/1.10.2/assets/minecraft/models/block/spruce_log.json new file mode 100644 index 00000000..e021f2b5 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/spruce_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/log_spruce_top", + "side": "blocks/log_spruce" + } +} diff --git a/1.10.2/assets/minecraft/models/block/spruce_outer_stairs.json b/1.10.2/assets/minecraft/models/block/spruce_outer_stairs.json new file mode 100644 index 00000000..a50338c8 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/spruce_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/planks_spruce", + "top": "blocks/planks_spruce", + "side": "blocks/planks_spruce" + } +} diff --git a/1.10.2/assets/minecraft/models/block/spruce_planks.json b/1.10.2/assets/minecraft/models/block/spruce_planks.json new file mode 100644 index 00000000..f5c9c843 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/spruce_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/planks_spruce" + } +} diff --git a/1.10.2/assets/minecraft/models/block/spruce_sapling.json b/1.10.2/assets/minecraft/models/block/spruce_sapling.json new file mode 100644 index 00000000..d2defbfb --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/spruce_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/sapling_spruce" + } +} diff --git a/1.10.2/assets/minecraft/models/block/spruce_stairs.json b/1.10.2/assets/minecraft/models/block/spruce_stairs.json new file mode 100644 index 00000000..1781208d --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/spruce_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/planks_spruce", + "top": "blocks/planks_spruce", + "side": "blocks/planks_spruce" + } +} diff --git a/1.10.2/assets/minecraft/models/block/spruce_wall_gate_closed.json b/1.10.2/assets/minecraft/models/block/spruce_wall_gate_closed.json new file mode 100644 index 00000000..4f911e33 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/spruce_wall_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_gate_closed", + "textures": { + "texture": "blocks/planks_spruce" + } +} diff --git a/1.10.2/assets/minecraft/models/block/spruce_wall_gate_open.json b/1.10.2/assets/minecraft/models/block/spruce_wall_gate_open.json new file mode 100644 index 00000000..ea949901 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/spruce_wall_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_gate_open", + "textures": { + "texture": "blocks/planks_spruce" + } +} diff --git a/1.10.2/assets/minecraft/models/block/stairs.json b/1.10.2/assets/minecraft/models/block/stairs.json new file mode 100644 index 00000000..e8038127 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/stairs.json @@ -0,0 +1,46 @@ +{ "parent": "block/block", + "display": { + "gui": { + "rotation": [ 30, 135, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 0.625, 0.625, 0.625 ] + }, + "head": { + "rotation": [ 0, -90, 0 ], + "translation": [ 0, 0, 0 ], + "scale": [ 1, 1, 1 ] + }, + "thirdperson_lefthand": { + "rotation": [ 75, -135, 0 ], + "translation": [ 0, 2.5, 0], + "scale": [ 0.375, 0.375, 0.375 ] + } + }, + "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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/stem_fruit.json b/1.10.2/assets/minecraft/models/block/stem_fruit.json new file mode 100644 index 00000000..86d59c66 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/stem_fruit.json @@ -0,0 +1,31 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 7, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 8 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 8 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 7, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 8 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 8 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 8 ], + "to": [ 9, 16, 8 ], + "faces": { + "north": { "uv": [ 9, 0, 0, 16 ], "texture": "#upperstem", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 9, 16 ], "texture": "#upperstem", "tintindex": 0 } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/stem_growth0.json b/1.10.2/assets/minecraft/models/block/stem_growth0.json new file mode 100644 index 00000000..6e977315 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/stem_growth0.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 1, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 2 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 2 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 1, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 2 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 2 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/stem_growth1.json b/1.10.2/assets/minecraft/models/block/stem_growth1.json new file mode 100644 index 00000000..ea97f754 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/stem_growth1.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 3, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 4 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 4 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 3, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 4 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 4 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/stem_growth2.json b/1.10.2/assets/minecraft/models/block/stem_growth2.json new file mode 100644 index 00000000..4ab6f4c2 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/stem_growth2.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 5, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 6 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 6 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 5, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 6 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 6 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/stem_growth3.json b/1.10.2/assets/minecraft/models/block/stem_growth3.json new file mode 100644 index 00000000..542a8205 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/stem_growth3.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 7, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 8 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 8 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 7, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 8 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 8 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/stem_growth4.json b/1.10.2/assets/minecraft/models/block/stem_growth4.json new file mode 100644 index 00000000..77befceb --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/stem_growth4.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 9, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 10 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 10 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 9, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 10 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 10 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/stem_growth5.json b/1.10.2/assets/minecraft/models/block/stem_growth5.json new file mode 100644 index 00000000..678450e6 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/stem_growth5.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 11, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 12 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 12 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 11, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 12 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 12 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/stem_growth6.json b/1.10.2/assets/minecraft/models/block/stem_growth6.json new file mode 100644 index 00000000..523974e2 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/stem_growth6.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 13, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 14 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 14 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 13, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 14 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 14 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/stem_growth7.json b/1.10.2/assets/minecraft/models/block/stem_growth7.json new file mode 100644 index 00000000..bd4f9d18 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/stem_growth7.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 15, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 16 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 15, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 16 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/sticky_piston.json b/1.10.2/assets/minecraft/models/block/sticky_piston.json new file mode 100644 index 00000000..7edfddcc --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/sticky_piston.json @@ -0,0 +1,8 @@ +{ + "parent": "block/piston", + "textures": { + "bottom": "blocks/piston_bottom", + "side": "blocks/piston_side", + "platform": "blocks/piston_top_sticky" + } +} diff --git a/1.10.2/assets/minecraft/models/block/stone.json b/1.10.2/assets/minecraft/models/block/stone.json new file mode 100644 index 00000000..8e85b9a6 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/stone.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/stone" + } +} diff --git a/1.10.2/assets/minecraft/models/block/stone_brick_inner_stairs.json b/1.10.2/assets/minecraft/models/block/stone_brick_inner_stairs.json new file mode 100644 index 00000000..6be865a6 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/stone_brick_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/stonebrick", + "top": "blocks/stonebrick", + "side": "blocks/stonebrick" + } +} diff --git a/1.10.2/assets/minecraft/models/block/stone_brick_outer_stairs.json b/1.10.2/assets/minecraft/models/block/stone_brick_outer_stairs.json new file mode 100644 index 00000000..cffe6967 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/stone_brick_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/stonebrick", + "top": "blocks/stonebrick", + "side": "blocks/stonebrick" + } +} diff --git a/1.10.2/assets/minecraft/models/block/stone_brick_stairs.json b/1.10.2/assets/minecraft/models/block/stone_brick_stairs.json new file mode 100644 index 00000000..0101de43 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/stone_brick_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/stonebrick", + "top": "blocks/stonebrick", + "side": "blocks/stonebrick" + } +} diff --git a/1.10.2/assets/minecraft/models/block/stone_button.json b/1.10.2/assets/minecraft/models/block/stone_button.json new file mode 100644 index 00000000..e72a8692 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/stone_button.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button", + "textures": { + "texture": "blocks/stone" + } +} diff --git a/1.10.2/assets/minecraft/models/block/stone_button_inventory.json b/1.10.2/assets/minecraft/models/block/stone_button_inventory.json new file mode 100644 index 00000000..ad62f2f7 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/stone_button_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button_inventory", + "textures": { + "texture": "blocks/stone" + } +} diff --git a/1.10.2/assets/minecraft/models/block/stone_button_pressed.json b/1.10.2/assets/minecraft/models/block/stone_button_pressed.json new file mode 100644 index 00000000..3dfa6805 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/stone_button_pressed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button_pressed", + "textures": { + "texture": "blocks/stone" + } +} diff --git a/1.10.2/assets/minecraft/models/block/stone_inner_stairs.json b/1.10.2/assets/minecraft/models/block/stone_inner_stairs.json new file mode 100644 index 00000000..22bb23bc --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/stone_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/cobblestone", + "top": "blocks/cobblestone", + "side": "blocks/cobblestone" + } +} diff --git a/1.10.2/assets/minecraft/models/block/stone_mirrored.json b/1.10.2/assets/minecraft/models/block/stone_mirrored.json new file mode 100644 index 00000000..5d3d2ad3 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/stone_mirrored.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_mirrored_all", + "textures": { + "all": "blocks/stone" + } +} diff --git a/1.10.2/assets/minecraft/models/block/stone_outer_stairs.json b/1.10.2/assets/minecraft/models/block/stone_outer_stairs.json new file mode 100644 index 00000000..effcad20 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/stone_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/cobblestone", + "top": "blocks/cobblestone", + "side": "blocks/cobblestone" + } +} diff --git a/1.10.2/assets/minecraft/models/block/stone_pressure_plate_down.json b/1.10.2/assets/minecraft/models/block/stone_pressure_plate_down.json new file mode 100644 index 00000000..36259c77 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/stone_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_down", + "textures": { + "texture": "blocks/stone" + } +} diff --git a/1.10.2/assets/minecraft/models/block/stone_pressure_plate_up.json b/1.10.2/assets/minecraft/models/block/stone_pressure_plate_up.json new file mode 100644 index 00000000..40973b2d --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/stone_pressure_plate_up.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_up", + "textures": { + "texture": "blocks/stone" + } +} diff --git a/1.10.2/assets/minecraft/models/block/stone_stairs.json b/1.10.2/assets/minecraft/models/block/stone_stairs.json new file mode 100644 index 00000000..e20cd887 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/stone_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/cobblestone", + "top": "blocks/cobblestone", + "side": "blocks/cobblestone" + } +} diff --git a/1.10.2/assets/minecraft/models/block/stonebrick_chiseled.json b/1.10.2/assets/minecraft/models/block/stonebrick_chiseled.json new file mode 100644 index 00000000..c3e94d5b --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/stonebrick_chiseled.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/stonebrick_carved" + } +} diff --git a/1.10.2/assets/minecraft/models/block/stonebrick_cracked.json b/1.10.2/assets/minecraft/models/block/stonebrick_cracked.json new file mode 100644 index 00000000..38ce12f1 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/stonebrick_cracked.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/stonebrick_cracked" + } +} diff --git a/1.10.2/assets/minecraft/models/block/stonebrick_mossy.json b/1.10.2/assets/minecraft/models/block/stonebrick_mossy.json new file mode 100644 index 00000000..3c2ad21a --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/stonebrick_mossy.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/stonebrick_mossy" + } +} diff --git a/1.10.2/assets/minecraft/models/block/stonebrick_normal.json b/1.10.2/assets/minecraft/models/block/stonebrick_normal.json new file mode 100644 index 00000000..baf191d0 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/stonebrick_normal.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/stonebrick" + } +} diff --git a/1.10.2/assets/minecraft/models/block/structure_block.json b/1.10.2/assets/minecraft/models/block/structure_block.json new file mode 100644 index 00000000..578550f4 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/structure_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/structure_block" + } +} diff --git a/1.10.2/assets/minecraft/models/block/structure_block_corner.json b/1.10.2/assets/minecraft/models/block/structure_block_corner.json new file mode 100644 index 00000000..d41c65f6 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/structure_block_corner.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/structure_block_corner" + } +} diff --git a/1.10.2/assets/minecraft/models/block/structure_block_data.json b/1.10.2/assets/minecraft/models/block/structure_block_data.json new file mode 100644 index 00000000..b3510b20 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/structure_block_data.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/structure_block_data" + } +} diff --git a/1.10.2/assets/minecraft/models/block/structure_block_load.json b/1.10.2/assets/minecraft/models/block/structure_block_load.json new file mode 100644 index 00000000..8970b936 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/structure_block_load.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/structure_block_load" + } +} diff --git a/1.10.2/assets/minecraft/models/block/structure_block_save.json b/1.10.2/assets/minecraft/models/block/structure_block_save.json new file mode 100644 index 00000000..ba8bd9c8 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/structure_block_save.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/structure_block_save" + } +} diff --git a/1.10.2/assets/minecraft/models/block/structure_void.json b/1.10.2/assets/minecraft/models/block/structure_void.json new file mode 100644 index 00000000..b768bb81 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/structure_void.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "items/structure_void" + } +} diff --git a/1.10.2/assets/minecraft/models/block/tall_grass.json b/1.10.2/assets/minecraft/models/block/tall_grass.json new file mode 100644 index 00000000..e59f4e47 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/tall_grass.json @@ -0,0 +1,6 @@ +{ + "parent": "block/tinted_cross", + "textures": { + "cross": "blocks/tallgrass" + } +} diff --git a/1.10.2/assets/minecraft/models/block/thin_block.json b/1.10.2/assets/minecraft/models/block/thin_block.json new file mode 100644 index 00000000..1adb58ab --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/thin_block.json @@ -0,0 +1,19 @@ +{ "parent": "block/block", + "display": { + "thirdperson_righthand": { + "rotation": [ 75, 45, 0 ], + "translation": [ 0, 2.5, 2], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 45, 0 ], + "translation": [ 0, 4.2, 0 ], + "scale": [ 0.40, 0.40, 0.40 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, 225, 0 ], + "translation": [ 0, 4.2, 0 ], + "scale": [ 0.40, 0.40, 0.40 ] + } + } +} diff --git a/1.10.2/assets/minecraft/models/block/tinted_cross.json b/1.10.2/assets/minecraft/models/block/tinted_cross.json new file mode 100644 index 00000000..b83ee059 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/tinted_cross.json @@ -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", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 } + } + }, + { "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", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 16 ], "texture": "#cross", "tintindex": 0 } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/tnt.json b/1.10.2/assets/minecraft/models/block/tnt.json new file mode 100644 index 00000000..e4aa7775 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/tnt.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "blocks/tnt_bottom", + "top": "blocks/tnt_top", + "side": "blocks/tnt_side" + } +} diff --git a/1.10.2/assets/minecraft/models/block/torch.json b/1.10.2/assets/minecraft/models/block/torch.json new file mode 100644 index 00000000..aef12fcf --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/torch.json @@ -0,0 +1,32 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#torch" + }, + "elements": [ + { "from": [ 7, 0, 7 ], + "to": [ 9, 10, 9 ], + "shade": false, + "faces": { + "down": { "uv": [ 7, 13, 9, 15 ], "texture": "#torch" }, + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#torch" } + } + }, + { "from": [ 7, 0, 0 ], + "to": [ 9, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" } + } + }, + { "from": [ 0, 0, 7 ], + "to": [ 16, 16, 9 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/torch_wall.json b/1.10.2/assets/minecraft/models/block/torch_wall.json new file mode 100644 index 00000000..1a6d297e --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/torch_wall.json @@ -0,0 +1,35 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#torch" + }, + "elements": [ + { "from": [ -1, 3.5, 7 ], + "to": [ 1, 13.5, 9 ], + "rotation": { "origin": [ 0, 3.5, 8 ], "axis": "z", "angle": -22.5 }, + "shade": false, + "faces": { + "down": { "uv": [ 7, 13, 9, 15 ], "texture": "#torch" }, + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#torch" } + } + }, + { "from": [ -1, 3.5, 0 ], + "to": [ 1, 19.5, 16 ], + "rotation": { "origin": [ 0, 3.5, 8 ], "axis": "z", "angle": -22.5 }, + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" } + } + }, + { "from": [ -8, 3.5, 7 ], + "to": [ 8, 19.5, 9 ], + "rotation": { "origin": [ 0, 3.5, 8 ], "axis": "z", "angle": -22.5 }, + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/trapdoor_bottom.json b/1.10.2/assets/minecraft/models/block/trapdoor_bottom.json new file mode 100644 index 00000000..2b6c8daa --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/trapdoor_bottom.json @@ -0,0 +1,18 @@ +{ "parent": "block/thin_block", + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 3, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/trapdoor_open.json b/1.10.2/assets/minecraft/models/block/trapdoor_open.json new file mode 100644 index 00000000..b301619c --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/trapdoor_open.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 0, 0, 13 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 13, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 16, 0, 13, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 13, 0, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/trapdoor_top.json b/1.10.2/assets/minecraft/models/block/trapdoor_top.json new file mode 100644 index 00000000..036aeb7b --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/trapdoor_top.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 0, 13, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "up" }, + "north": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/tripwire_attached_n.json b/1.10.2/assets/minecraft/models/block/tripwire_attached_n.json new file mode 100644 index 00000000..da0b8113 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/tripwire_attached_n.json @@ -0,0 +1,33 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/tripwire_attached_ne.json b/1.10.2/assets/minecraft/models/block/tripwire_attached_ne.json new file mode 100644 index 00000000..43dee4dc --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/tripwire_attached_ne.json @@ -0,0 +1,41 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 8, 1.5, 7.75 ], + "to": [ 12, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + }, + { "from": [ 12, 1.5, 7.75 ], + "to": [ 16, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/tripwire_attached_ns.json b/1.10.2/assets/minecraft/models/block/tripwire_attached_ns.json new file mode 100644 index 00000000..aceecb7b --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/tripwire_attached_ns.json @@ -0,0 +1,41 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 12 ], + "to": [ 8.25, 1.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/tripwire_attached_nse.json b/1.10.2/assets/minecraft/models/block/tripwire_attached_nse.json new file mode 100644 index 00000000..a79a0c48 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/tripwire_attached_nse.json @@ -0,0 +1,57 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 12 ], + "to": [ 8.25, 1.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 8, 1.5, 7.75 ], + "to": [ 12, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + }, + { "from": [ 12, 1.5, 7.75 ], + "to": [ 16, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/tripwire_attached_nsew.json b/1.10.2/assets/minecraft/models/block/tripwire_attached_nsew.json new file mode 100644 index 00000000..567b5c99 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/tripwire_attached_nsew.json @@ -0,0 +1,73 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 12 ], + "to": [ 8.25, 1.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 0, 1.5, 7.75 ], + "to": [ 4, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + }, + { "from": [ 4, 1.5, 7.75 ], + "to": [ 8, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + }, + { "from": [ 8, 1.5, 7.75 ], + "to": [ 12, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + }, + { "from": [ 12, 1.5, 7.75 ], + "to": [ 16, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/tripwire_hook.json b/1.10.2/assets/minecraft/models/block/tripwire_hook.json new file mode 100644 index 00000000..2b1b0bf3 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/tripwire_hook.json @@ -0,0 +1,72 @@ +{ + "textures": { + "particle": "blocks/planks_oak", + "hook": "blocks/trip_wire_source", + "wood": "blocks/planks_oak" + }, + "elements": [ + { "from": [ 6.2, 3.8, 7.9 ], + "to": [ 9.8, 4.6, 11.5 ], + "rotation": { "origin": [ 8, 6, 5.2 ], "axis": "x", "angle": -45 }, + "faces": { + "down": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "up": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "north": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" }, + "south": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "west": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "east": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 3.8, 10.3 ], + "to": [ 8.6, 4.6, 10.3 ], + "rotation": { "origin": [ 8, 6, 5.2 ], "axis": "x", "angle": -45 }, + "faces": { + "north": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 3.8, 9.1 ], + "to": [ 8.6, 4.6, 9.1 ], + "rotation": { "origin": [ 8, 6, 5.2 ], "axis": "x", "angle": -45 }, + "faces": { + "south": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 3.8, 9.1 ], + "to": [ 7.4, 4.6, 10.3 ], + "rotation": { "origin": [ 8, 6, 5.2 ], "axis": "x", "angle": -45 }, + "faces": { + "east": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 8.6, 3.8, 9.1 ], + "to": [ 8.6, 4.6, 10.3 ], + "rotation": { "origin": [ 8, 6, 5.2 ], "axis": "x", "angle": -45 }, + "faces": { + "west": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 5.2, 10 ], + "to": [ 8.8, 6.8, 14 ], + "rotation": { "origin": [ 8, 6, 14 ], "axis": "x", "angle": 45 }, + "faces": { + "down": { "uv": [ 7, 9, 9, 14 ], "texture": "#wood" }, + "up": { "uv": [ 7, 2, 9, 7 ], "texture": "#wood" }, + "north": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "south": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "west": { "uv": [ 2, 9, 7, 11 ], "texture": "#wood" }, + "east": { "uv": [ 9, 9, 14, 11 ], "texture": "#wood" } + } + }, + { "from": [ 6, 1, 14 ], + "to": [ 10, 9, 16 ], + "faces": { + "down": { "uv": [ 6, 14, 10, 16 ], "texture": "#wood" }, + "up": { "uv": [ 6, 0, 10, 2 ], "texture": "#wood" }, + "north": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood" }, + "south": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood", "cullface": "south" }, + "west": { "uv": [ 0, 7, 2, 15 ], "texture": "#wood" }, + "east": { "uv": [ 14, 7, 16, 15 ], "texture": "#wood" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/tripwire_hook_attached.json b/1.10.2/assets/minecraft/models/block/tripwire_hook_attached.json new file mode 100644 index 00000000..f49c94fc --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/tripwire_hook_attached.json @@ -0,0 +1,80 @@ +{ + "textures": { + "particle": "blocks/planks_oak", + "hook": "blocks/trip_wire_source", + "wood": "blocks/planks_oak", + "tripwire": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 6.7 ], + "rotation": { "origin": [ 8, 0, 0 ], "axis": "x", "angle": -22.5, "rescale": true }, + "faces": { + "down": { "uv": [ 0, 8, 16, 6 ], "texture": "#tripwire", "rotation": 90 }, + "up": { "uv": [ 0, 6, 16, 8 ], "texture": "#tripwire", "rotation": 90 } + } + }, + { "from": [ 6.2, 4.2, 6.7 ], + "to": [ 9.8, 5, 10.3 ], + "rotation": { "origin": [ 8, 4.2, 6.7 ], "axis": "x", "angle": -22.5, "rescale": false }, + "faces": { + "down": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "up": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "north": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" }, + "south": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "west": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "east": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 9.1 ], + "to": [ 8.6, 5, 9.1 ], + "rotation": { "origin": [ 8, 4.2, 6.7 ], "axis": "x", "angle": -22.5, "rescale": false }, + "faces": { + "north": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 7.9 ], + "to": [ 8.6, 5, 7.9 ], + "rotation": { "origin": [ 8, 4.2, 6.7 ], "axis": "x", "angle": -22.5, "rescale": false }, + "faces": { + "south": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 7.9 ], + "to": [ 7.4, 5, 9.1 ], + "rotation": { "origin": [ 8, 4.2, 6.7 ], "axis": "x", "angle": -22.5, "rescale": false }, + "faces": { + "east": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 8.6, 4.2, 7.9 ], + "to": [ 8.6, 5, 9.1 ], + "rotation": { "origin": [ 8, 4.2, 6.7 ], "axis": "x", "angle": -22.5, "rescale": false }, + "faces": { + "west": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 5.2, 10 ], + "to": [ 8.8, 6.8, 14 ], + "faces": { + "down": { "uv": [ 7, 9, 9, 14 ], "texture": "#wood" }, + "up": { "uv": [ 7, 2, 9, 7 ], "texture": "#wood" }, + "north": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "south": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "west": { "uv": [ 2, 9, 7, 11 ], "texture": "#wood" }, + "east": { "uv": [ 9, 9, 14, 11 ], "texture": "#wood" } + } + }, + { "from": [ 6, 1, 14 ], + "to": [ 10, 9, 16 ], + "faces": { + "down": { "uv": [ 6, 14, 10, 16 ], "texture": "#wood" }, + "up": { "uv": [ 6, 0, 10, 2 ], "texture": "#wood" }, + "north": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood" }, + "south": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood", "cullface": "south" }, + "west": { "uv": [ 0, 7, 2, 15 ], "texture": "#wood" }, + "east": { "uv": [ 14, 7, 16, 15 ], "texture": "#wood" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/tripwire_hook_attached_powered.json b/1.10.2/assets/minecraft/models/block/tripwire_hook_attached_powered.json new file mode 100644 index 00000000..c9638eae --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/tripwire_hook_attached_powered.json @@ -0,0 +1,76 @@ +{ + "textures": { + "particle": "blocks/planks_oak", + "hook": "blocks/trip_wire_source", + "wood": "blocks/planks_oak", + "tripwire": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 0.5, 0 ], + "to": [ 8.25, 0.5, 6.7 ], + "rotation": { "origin": [ 8, 0, 0 ], "axis": "x", "angle": -22.5, "rescale": true }, + "faces": { + "down": { "uv": [ 0, 8, 16, 6 ], "texture": "#tripwire", "rotation": 90 }, + "up": { "uv": [ 0, 6, 16, 8 ], "texture": "#tripwire", "rotation": 90 } + } + }, + { "from": [ 6.2, 3.4, 6.7 ], + "to": [ 9.8, 4.2, 10.3 ], + "faces": { + "down": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "up": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "north": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" }, + "south": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "west": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "east": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 3.4, 9.1 ], + "to": [ 8.6, 4.2, 9.1 ], + "faces": { + "north": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 3.4, 7.9 ], + "to": [ 8.6, 4.2, 7.9 ], + "faces": { + "south": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 3.4, 7.9 ], + "to": [ 7.4, 4.2, 9.1 ], + "faces": { + "east": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 8.6, 3.4, 7.9 ], + "to": [ 8.6, 4.2, 9.1 ], + "faces": { + "west": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 5.2, 10 ], + "to": [ 8.8, 6.8, 14 ], + "rotation": { "origin": [ 8, 6, 14 ], "axis": "x", "angle": -22.5 }, + "faces": { + "down": { "uv": [ 7, 9, 9, 14 ], "texture": "#wood" }, + "up": { "uv": [ 7, 2, 9, 7 ], "texture": "#wood" }, + "north": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "south": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "west": { "uv": [ 2, 9, 7, 11 ], "texture": "#wood" }, + "east": { "uv": [ 9, 9, 14, 11 ], "texture": "#wood" } + } + }, + { "from": [ 6, 1, 14 ], + "to": [ 10, 9, 16 ], + "faces": { + "down": { "uv": [ 6, 14, 10, 16 ], "texture": "#wood" }, + "up": { "uv": [ 6, 0, 10, 2 ], "texture": "#wood" }, + "north": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood" }, + "south": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood", "cullface": "south" }, + "west": { "uv": [ 0, 7, 2, 15 ], "texture": "#wood" }, + "east": { "uv": [ 14, 7, 16, 15 ], "texture": "#wood" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/tripwire_hook_powered.json b/1.10.2/assets/minecraft/models/block/tripwire_hook_powered.json new file mode 100644 index 00000000..ef56c6d2 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/tripwire_hook_powered.json @@ -0,0 +1,67 @@ +{ + "textures": { + "particle": "blocks/planks_oak", + "hook": "blocks/trip_wire_source", + "wood": "blocks/planks_oak" + }, + "elements": [ + { "from": [ 6.2, 4.2, 6.7 ], + "to": [ 9.8, 5, 10.3 ], + "faces": { + "down": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "up": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "north": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" }, + "south": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "west": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "east": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 9.1 ], + "to": [ 8.6, 5, 9.1 ], + "faces": { + "north": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 7.9 ], + "to": [ 8.6, 5, 7.9 ], + "faces": { + "south": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 7.9 ], + "to": [ 7.4, 5, 9.1 ], + "faces": { + "east": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 8.6, 4.2, 7.9 ], + "to": [ 8.6, 5, 9.1 ], + "faces": { + "west": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 5.2, 10 ], + "to": [ 8.8, 6.8, 14 ], + "rotation": { "origin": [ 8, 6, 14 ], "axis": "x", "angle": -22.5 }, + "faces": { + "down": { "uv": [ 7, 9, 9, 14 ], "texture": "#wood" }, + "up": { "uv": [ 7, 2, 9, 7 ], "texture": "#wood" }, + "north": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "south": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "west": { "uv": [ 2, 9, 7, 11 ], "texture": "#wood" }, + "east": { "uv": [ 9, 9, 14, 11 ], "texture": "#wood" } + } + }, + { "from": [ 6, 1, 14 ], + "to": [ 10, 9, 16 ], + "faces": { + "down": { "uv": [ 6, 14, 10, 16 ], "texture": "#wood" }, + "up": { "uv": [ 6, 0, 10, 2 ], "texture": "#wood" }, + "north": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood" }, + "south": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood", "cullface": "south" }, + "west": { "uv": [ 0, 7, 2, 15 ], "texture": "#wood" }, + "east": { "uv": [ 14, 7, 16, 15 ], "texture": "#wood" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/tripwire_n.json b/1.10.2/assets/minecraft/models/block/tripwire_n.json new file mode 100644 index 00000000..00da3168 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/tripwire_n.json @@ -0,0 +1,33 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/tripwire_ne.json b/1.10.2/assets/minecraft/models/block/tripwire_ne.json new file mode 100644 index 00000000..bcc3f426 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/tripwire_ne.json @@ -0,0 +1,41 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 8, 1.5, 7.75 ], + "to": [ 12, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + }, + { "from": [ 12, 1.5, 7.75 ], + "to": [ 16, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/tripwire_ns.json b/1.10.2/assets/minecraft/models/block/tripwire_ns.json new file mode 100644 index 00000000..1500d109 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/tripwire_ns.json @@ -0,0 +1,41 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 12 ], + "to": [ 8.25, 1.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/tripwire_nse.json b/1.10.2/assets/minecraft/models/block/tripwire_nse.json new file mode 100644 index 00000000..10374ebf --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/tripwire_nse.json @@ -0,0 +1,57 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 12 ], + "to": [ 8.25, 1.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 8, 1.5, 7.75 ], + "to": [ 12, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + }, + { "from": [ 12, 1.5, 7.75 ], + "to": [ 16, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/tripwire_nsew.json b/1.10.2/assets/minecraft/models/block/tripwire_nsew.json new file mode 100644 index 00000000..f9f1f641 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/tripwire_nsew.json @@ -0,0 +1,73 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 12 ], + "to": [ 8.25, 1.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 0, 1.5, 7.75 ], + "to": [ 4, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + }, + { "from": [ 4, 1.5, 7.75 ], + "to": [ 8, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + }, + { "from": [ 8, 1.5, 7.75 ], + "to": [ 12, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + }, + { "from": [ 12, 1.5, 7.75 ], + "to": [ 16, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/unlit_redstone_lamp.json b/1.10.2/assets/minecraft/models/block/unlit_redstone_lamp.json new file mode 100644 index 00000000..363526b9 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/unlit_redstone_lamp.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/redstone_lamp_off" + } +} diff --git a/1.10.2/assets/minecraft/models/block/unlit_redstone_torch.json b/1.10.2/assets/minecraft/models/block/unlit_redstone_torch.json new file mode 100644 index 00000000..706ef0ac --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/unlit_redstone_torch.json @@ -0,0 +1,6 @@ +{ + "parent": "block/torch", + "textures": { + "torch": "blocks/redstone_torch_off" + } +} diff --git a/1.10.2/assets/minecraft/models/block/unlit_redstone_torch_wall.json b/1.10.2/assets/minecraft/models/block/unlit_redstone_torch_wall.json new file mode 100644 index 00000000..8b114ac8 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/unlit_redstone_torch_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "block/torch_wall", + "textures": { + "torch": "blocks/redstone_torch_off" + } +} diff --git a/1.10.2/assets/minecraft/models/block/upper_slab.json b/1.10.2/assets/minecraft/models/block/upper_slab.json new file mode 100644 index 00000000..e21eb932 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/upper_slab.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#side" + }, + "elements": [ + { "from": [ 0, 8, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 8 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 8 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 8 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 8 ], "texture": "#side", "cullface": "east" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/upper_slab_acacia.json b/1.10.2/assets/minecraft/models/block/upper_slab_acacia.json new file mode 100644 index 00000000..adb0ee02 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/upper_slab_acacia.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/planks_acacia", + "top": "blocks/planks_acacia", + "side": "blocks/planks_acacia" + } +} diff --git a/1.10.2/assets/minecraft/models/block/upper_slab_birch.json b/1.10.2/assets/minecraft/models/block/upper_slab_birch.json new file mode 100644 index 00000000..131f1c2e --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/upper_slab_birch.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/planks_birch", + "top": "blocks/planks_birch", + "side": "blocks/planks_birch" + } +} diff --git a/1.10.2/assets/minecraft/models/block/upper_slab_brick.json b/1.10.2/assets/minecraft/models/block/upper_slab_brick.json new file mode 100644 index 00000000..0205245f --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/upper_slab_brick.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/brick", + "top": "blocks/brick", + "side": "blocks/brick" + } +} diff --git a/1.10.2/assets/minecraft/models/block/upper_slab_cobblestone.json b/1.10.2/assets/minecraft/models/block/upper_slab_cobblestone.json new file mode 100644 index 00000000..ac72e444 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/upper_slab_cobblestone.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/cobblestone", + "top": "blocks/cobblestone", + "side": "blocks/cobblestone" + } +} diff --git a/1.10.2/assets/minecraft/models/block/upper_slab_dark_oak.json b/1.10.2/assets/minecraft/models/block/upper_slab_dark_oak.json new file mode 100644 index 00000000..b4424fc2 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/upper_slab_dark_oak.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/planks_big_oak", + "top": "blocks/planks_big_oak", + "side": "blocks/planks_big_oak" + } +} diff --git a/1.10.2/assets/minecraft/models/block/upper_slab_jungle.json b/1.10.2/assets/minecraft/models/block/upper_slab_jungle.json new file mode 100644 index 00000000..80b5eb65 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/upper_slab_jungle.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/planks_jungle", + "top": "blocks/planks_jungle", + "side": "blocks/planks_jungle" + } +} diff --git a/1.10.2/assets/minecraft/models/block/upper_slab_nether_brick.json b/1.10.2/assets/minecraft/models/block/upper_slab_nether_brick.json new file mode 100644 index 00000000..dabf97bd --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/upper_slab_nether_brick.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/nether_brick", + "top": "blocks/nether_brick", + "side": "blocks/nether_brick" + } +} diff --git a/1.10.2/assets/minecraft/models/block/upper_slab_oak.json b/1.10.2/assets/minecraft/models/block/upper_slab_oak.json new file mode 100644 index 00000000..4c1f3a56 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/upper_slab_oak.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/planks_oak", + "top": "blocks/planks_oak", + "side": "blocks/planks_oak" + } +} diff --git a/1.10.2/assets/minecraft/models/block/upper_slab_purpur.json b/1.10.2/assets/minecraft/models/block/upper_slab_purpur.json new file mode 100644 index 00000000..4f1b0436 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/upper_slab_purpur.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/purpur_block", + "top": "blocks/purpur_block", + "side": "blocks/purpur_block" + } +} diff --git a/1.10.2/assets/minecraft/models/block/upper_slab_quartz.json b/1.10.2/assets/minecraft/models/block/upper_slab_quartz.json new file mode 100644 index 00000000..fd75a452 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/upper_slab_quartz.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/quartz_block_bottom", + "top": "blocks/quartz_block_top", + "side": "blocks/quartz_block_side" + } +} diff --git a/1.10.2/assets/minecraft/models/block/upper_slab_red_sandstone.json b/1.10.2/assets/minecraft/models/block/upper_slab_red_sandstone.json new file mode 100644 index 00000000..2539bdf1 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/upper_slab_red_sandstone.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/red_sandstone_bottom", + "top": "blocks/red_sandstone_top", + "side": "blocks/red_sandstone_normal" + } +} diff --git a/1.10.2/assets/minecraft/models/block/upper_slab_sandstone.json b/1.10.2/assets/minecraft/models/block/upper_slab_sandstone.json new file mode 100644 index 00000000..476b45d9 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/upper_slab_sandstone.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/sandstone_bottom", + "top": "blocks/sandstone_top", + "side": "blocks/sandstone_normal" + } +} diff --git a/1.10.2/assets/minecraft/models/block/upper_slab_spruce.json b/1.10.2/assets/minecraft/models/block/upper_slab_spruce.json new file mode 100644 index 00000000..e2fd5990 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/upper_slab_spruce.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/planks_spruce", + "top": "blocks/planks_spruce", + "side": "blocks/planks_spruce" + } +} diff --git a/1.10.2/assets/minecraft/models/block/upper_slab_stone.json b/1.10.2/assets/minecraft/models/block/upper_slab_stone.json new file mode 100644 index 00000000..dff9915a --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/upper_slab_stone.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/stone_slab_top", + "top": "blocks/stone_slab_top", + "side": "blocks/stone_slab_side" + } +} diff --git a/1.10.2/assets/minecraft/models/block/upper_slab_stone_brick.json b/1.10.2/assets/minecraft/models/block/upper_slab_stone_brick.json new file mode 100644 index 00000000..4b952e00 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/upper_slab_stone_brick.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/stonebrick", + "top": "blocks/stonebrick", + "side": "blocks/stonebrick" + } +} diff --git a/1.10.2/assets/minecraft/models/block/vine_1.json b/1.10.2/assets/minecraft/models/block/vine_1.json new file mode 100644 index 00000000..f5df4dac --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/vine_1.json @@ -0,0 +1,17 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/vine", + "vine": "blocks/vine" + }, + "elements": [ + { "from": [ 0, 0, 15.2 ], + "to": [ 16, 16, 15.2 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/vine_1u.json b/1.10.2/assets/minecraft/models/block/vine_1u.json new file mode 100644 index 00000000..95420079 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/vine_1u.json @@ -0,0 +1,25 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/vine", + "vine": "blocks/vine" + }, + "elements": [ + { "from": [ 0, 15.2, 0 ], + "to": [ 16, 15.2, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 15.2 ], + "to": [ 16, 16, 15.2 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/vine_2.json b/1.10.2/assets/minecraft/models/block/vine_2.json new file mode 100644 index 00000000..76d80dfb --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/vine_2.json @@ -0,0 +1,25 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/vine", + "vine": "blocks/vine" + }, + "elements": [ + { "from": [ 0, 0, 0.8 ], + "to": [ 16, 16, 0.8 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/vine_2_opposite.json b/1.10.2/assets/minecraft/models/block/vine_2_opposite.json new file mode 100644 index 00000000..826f5b70 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/vine_2_opposite.json @@ -0,0 +1,25 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/vine", + "vine": "blocks/vine" + }, + "elements": [ + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0.8, 0, 0 ], + "to": [ 0.8, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/vine_2u.json b/1.10.2/assets/minecraft/models/block/vine_2u.json new file mode 100644 index 00000000..8d2ccd42 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/vine_2u.json @@ -0,0 +1,33 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/vine", + "vine": "blocks/vine" + }, + "elements": [ + { "from": [ 0, 15.2, 0 ], + "to": [ 16, 15.2, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.8 ], + "to": [ 16, 16, 0.8 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/vine_2u_opposite.json b/1.10.2/assets/minecraft/models/block/vine_2u_opposite.json new file mode 100644 index 00000000..ca9221c9 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/vine_2u_opposite.json @@ -0,0 +1,33 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/vine", + "vine": "blocks/vine" + }, + "elements": [ + { "from": [ 0, 15.2, 0 ], + "to": [ 16, 15.2, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0.8, 0, 0 ], + "to": [ 0.8, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/vine_3.json b/1.10.2/assets/minecraft/models/block/vine_3.json new file mode 100644 index 00000000..4188a5c0 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/vine_3.json @@ -0,0 +1,33 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/vine", + "vine": "blocks/vine" + }, + "elements": [ + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 15.2 ], + "to": [ 16, 16, 15.2 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.8 ], + "to": [ 16, 16, 0.8 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/vine_3u.json b/1.10.2/assets/minecraft/models/block/vine_3u.json new file mode 100644 index 00000000..a5e94773 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/vine_3u.json @@ -0,0 +1,41 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/vine", + "vine": "blocks/vine" + }, + "elements": [ + { "from": [ 0, 15.2, 0 ], + "to": [ 16, 15.2, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 15.2 ], + "to": [ 16, 16, 15.2 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.8 ], + "to": [ 16, 16, 0.8 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/vine_4.json b/1.10.2/assets/minecraft/models/block/vine_4.json new file mode 100644 index 00000000..781fa27e --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/vine_4.json @@ -0,0 +1,41 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/vine", + "vine": "blocks/vine" + }, + "elements": [ + { "from": [ 0.8, 0, 0 ], + "to": [ 0.8, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 15.2 ], + "to": [ 16, 16, 15.2 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.8 ], + "to": [ 16, 16, 0.8 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/vine_4u.json b/1.10.2/assets/minecraft/models/block/vine_4u.json new file mode 100644 index 00000000..6511e6d5 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/vine_4u.json @@ -0,0 +1,49 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/vine", + "vine": "blocks/vine" + }, + "elements": [ + { "from": [ 0, 15.2, 0 ], + "to": [ 16, 15.2, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0.8, 0, 0 ], + "to": [ 0.8, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 15.2 ], + "to": [ 16, 16, 15.2 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.8 ], + "to": [ 16, 16, 0.8 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/vine_u.json b/1.10.2/assets/minecraft/models/block/vine_u.json new file mode 100644 index 00000000..6826525e --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/vine_u.json @@ -0,0 +1,17 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/vine", + "vine": "blocks/vine" + }, + "elements": [ + { "from": [ 0, 15.2, 0 ], + "to": [ 16, 15.2, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/wall_gate_closed.json b/1.10.2/assets/minecraft/models/block/wall_gate_closed.json new file mode 100644 index 00000000..0304ae96 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/wall_gate_closed.json @@ -0,0 +1,96 @@ +{ + "ambientocclusion": false, + "textures": { + "particle" : "#texture" + }, + "elements": [ + { "__comment": "Left-hand post", + "from": [ 0, 2, 7 ], + "to": [ 2, 13, 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, 2, 7 ], + "to": [ 16, 13, 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, 3, 7 ], + "to": [ 8, 12, 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, 3, 7 ], + "to": [ 10, 12, 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, 3, 7 ], + "to": [ 6, 6, 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, 9, 7 ], + "to": [ 6, 12, 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, 3, 7 ], + "to": [ 14, 6, 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, 9, 7 ], + "to": [ 14, 12, 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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/wall_gate_open.json b/1.10.2/assets/minecraft/models/block/wall_gate_open.json new file mode 100644 index 00000000..99290154 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/wall_gate_open.json @@ -0,0 +1,96 @@ +{ + "ambientocclusion": false, + "textures": { + "particle" : "#texture" + }, + "elements": [ + { "__comment": "Left-hand post", + "from": [ 0, 2, 7 ], + "to": [ 2, 13, 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, 2, 7 ], + "to": [ 16, 13, 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, 3, 13 ], + "to": [ 2, 12, 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, 3, 13 ], + "to": [ 16, 12, 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, 3, 9 ], + "to": [ 2, 6, 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, 9, 9 ], + "to": [ 2, 12, 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, 3, 9 ], + "to": [ 16, 6, 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, 9, 9 ], + "to": [ 16, 12, 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" } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/wall_inventory.json b/1.10.2/assets/minecraft/models/block/wall_inventory.json new file mode 100644 index 00000000..4638d77e --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/wall_inventory.json @@ -0,0 +1,44 @@ +{ "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": "#wall" + }, + "elements": [ + { "from": [ 4, 0, 4 ], + "to": [ 12, 16, 12 ], + "faces": { + "down": { "uv": [ 4, 4, 12, 12 ], "texture": "#wall", "cullface": "down" }, + "up": { "uv": [ 4, 4, 12, 12 ], "texture": "#wall" }, + "north": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, + "south": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, + "west": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, + "east": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" } + }, + "__comment": "Center post" + }, + { "from": [ 5, 0, 0 ], + "to": [ 11, 13, 16 ], + "faces": { + "down": { "uv": [ 5, 0, 11, 16 ], "texture": "#wall", "cullface": "down" }, + "up": { "uv": [ 5, 0, 11, 16 ], "texture": "#wall" }, + "north": { "uv": [ 5, 3, 11, 16 ], "texture": "#wall", "cullface": "north" }, + "south": { "uv": [ 5, 3, 11, 16 ], "texture": "#wall", "cullface": "south" }, + "west": { "uv": [ 0, 3, 16, 16 ], "texture": "#wall" }, + "east": { "uv": [ 0, 3, 16, 16 ], "texture": "#wall" } + }, + "__comment": "Full wall" + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/wall_post.json b/1.10.2/assets/minecraft/models/block/wall_post.json new file mode 100644 index 00000000..89874dd3 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/wall_post.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "#wall" + }, + "elements": [ + { "from": [ 4, 0, 4 ], + "to": [ 12, 16, 12 ], + "faces": { + "down": { "texture": "#wall", "cullface": "down" }, + "up": { "texture": "#wall", "cullface": "up" }, + "north": { "texture": "#wall" }, + "south": { "texture": "#wall" }, + "west": { "texture": "#wall" }, + "east": { "texture": "#wall" } + }, + "__comment": "Center post" + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/wall_side.json b/1.10.2/assets/minecraft/models/block/wall_side.json new file mode 100644 index 00000000..301854c8 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/wall_side.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#wall" + }, + "elements": [ + { "from": [ 5, 0, 0 ], + "to": [ 11, 14, 8 ], + "faces": { + "down": { "texture": "#wall", "cullface": "down" }, + "up": { "texture": "#wall" }, + "north": { "texture": "#wall", "cullface": "north" }, + "west": { "texture": "#wall" }, + "east": { "texture": "#wall" } + }, + "__comment": "wall" + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/waterlily.json b/1.10.2/assets/minecraft/models/block/waterlily.json new file mode 100644 index 00000000..05ab3ec5 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/waterlily.json @@ -0,0 +1,16 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/waterlily", + "texture": "blocks/waterlily" + }, + "elements": [ + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "faces": { + "down": { "uv": [ 16, 16, 0, 0 ], "texture": "#texture", "tintindex": 0 }, + "up": { "uv": [ 16, 0, 0, 16 ], "texture": "#texture", "tintindex": 0 } + } + } + ] +} diff --git a/1.10.2/assets/minecraft/models/block/web.json b/1.10.2/assets/minecraft/models/block/web.json new file mode 100644 index 00000000..f8865a41 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/web.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/web" + } +} diff --git a/1.10.2/assets/minecraft/models/block/wheat_stage0.json b/1.10.2/assets/minecraft/models/block/wheat_stage0.json new file mode 100644 index 00000000..ce878813 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/wheat_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/wheat_stage_0" + } +} diff --git a/1.10.2/assets/minecraft/models/block/wheat_stage1.json b/1.10.2/assets/minecraft/models/block/wheat_stage1.json new file mode 100644 index 00000000..de91d6e7 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/wheat_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/wheat_stage_1" + } +} diff --git a/1.10.2/assets/minecraft/models/block/wheat_stage2.json b/1.10.2/assets/minecraft/models/block/wheat_stage2.json new file mode 100644 index 00000000..02fd59d1 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/wheat_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/wheat_stage_2" + } +} diff --git a/1.10.2/assets/minecraft/models/block/wheat_stage3.json b/1.10.2/assets/minecraft/models/block/wheat_stage3.json new file mode 100644 index 00000000..dfe64db3 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/wheat_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/wheat_stage_3" + } +} diff --git a/1.10.2/assets/minecraft/models/block/wheat_stage4.json b/1.10.2/assets/minecraft/models/block/wheat_stage4.json new file mode 100644 index 00000000..5ae3af4f --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/wheat_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/wheat_stage_4" + } +} diff --git a/1.10.2/assets/minecraft/models/block/wheat_stage5.json b/1.10.2/assets/minecraft/models/block/wheat_stage5.json new file mode 100644 index 00000000..3ceb724f --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/wheat_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/wheat_stage_5" + } +} diff --git a/1.10.2/assets/minecraft/models/block/wheat_stage6.json b/1.10.2/assets/minecraft/models/block/wheat_stage6.json new file mode 100644 index 00000000..dff51c34 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/wheat_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/wheat_stage_6" + } +} diff --git a/1.10.2/assets/minecraft/models/block/wheat_stage7.json b/1.10.2/assets/minecraft/models/block/wheat_stage7.json new file mode 100644 index 00000000..71dccdcf --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/wheat_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/wheat_stage_7" + } +} diff --git a/1.10.2/assets/minecraft/models/block/white_stained_glass_pane_noside.json b/1.10.2/assets/minecraft/models/block/white_stained_glass_pane_noside.json new file mode 100644 index 00000000..335e0daf --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/white_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside", + "textures": { + "pane": "blocks/glass_white" + } +} diff --git a/1.10.2/assets/minecraft/models/block/white_stained_glass_pane_noside_alt.json b/1.10.2/assets/minecraft/models/block/white_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..fdbf3b8c --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/white_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside_alt", + "textures": { + "pane": "blocks/glass_white" + } +} diff --git a/1.10.2/assets/minecraft/models/block/white_stained_glass_pane_post.json b/1.10.2/assets/minecraft/models/block/white_stained_glass_pane_post.json new file mode 100644 index 00000000..23979ef6 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/white_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_post", + "textures": { + "edge": "blocks/glass_pane_top_white", + "pane": "blocks/glass_white" + } +} diff --git a/1.10.2/assets/minecraft/models/block/white_stained_glass_pane_side.json b/1.10.2/assets/minecraft/models/block/white_stained_glass_pane_side.json new file mode 100644 index 00000000..53dba4ad --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/white_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side", + "textures": { + "edge": "blocks/glass_pane_top_white", + "pane": "blocks/glass_white" + } +} diff --git a/1.10.2/assets/minecraft/models/block/white_stained_glass_pane_side_alt.json b/1.10.2/assets/minecraft/models/block/white_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..ea5116b2 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/white_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side_alt", + "textures": { + "edge": "blocks/glass_pane_top_white", + "pane": "blocks/glass_white" + } +} diff --git a/1.10.2/assets/minecraft/models/block/white_tulip.json b/1.10.2/assets/minecraft/models/block/white_tulip.json new file mode 100644 index 00000000..a7566845 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/white_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/flower_tulip_white" + } +} diff --git a/1.10.2/assets/minecraft/models/block/white_wool.json b/1.10.2/assets/minecraft/models/block/white_wool.json new file mode 100644 index 00000000..8d65e424 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/white_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_white" + } +} diff --git a/1.10.2/assets/minecraft/models/block/wooden_button.json b/1.10.2/assets/minecraft/models/block/wooden_button.json new file mode 100644 index 00000000..71de1515 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/wooden_button.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/1.10.2/assets/minecraft/models/block/wooden_button_inventory.json b/1.10.2/assets/minecraft/models/block/wooden_button_inventory.json new file mode 100644 index 00000000..2dbeee4e --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/wooden_button_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button_inventory", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/1.10.2/assets/minecraft/models/block/wooden_button_pressed.json b/1.10.2/assets/minecraft/models/block/wooden_button_pressed.json new file mode 100644 index 00000000..6e87f53d --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/wooden_button_pressed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button_pressed", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/1.10.2/assets/minecraft/models/block/wooden_door_bottom.json b/1.10.2/assets/minecraft/models/block/wooden_door_bottom.json new file mode 100644 index 00000000..32c67408 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/wooden_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom", + "textures": { + "bottom": "blocks/door_wood_lower", + "top": "blocks/door_wood_upper" + } +} diff --git a/1.10.2/assets/minecraft/models/block/wooden_door_bottom_rh.json b/1.10.2/assets/minecraft/models/block/wooden_door_bottom_rh.json new file mode 100644 index 00000000..7ec8d01e --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/wooden_door_bottom_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom_rh", + "textures": { + "bottom": "blocks/door_wood_lower", + "top": "blocks/door_wood_upper" + } +} diff --git a/1.10.2/assets/minecraft/models/block/wooden_door_top.json b/1.10.2/assets/minecraft/models/block/wooden_door_top.json new file mode 100644 index 00000000..4d38b090 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/wooden_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top", + "textures": { + "bottom": "blocks/door_wood_lower", + "top": "blocks/door_wood_upper" + } +} diff --git a/1.10.2/assets/minecraft/models/block/wooden_door_top_rh.json b/1.10.2/assets/minecraft/models/block/wooden_door_top_rh.json new file mode 100644 index 00000000..642d4fdd --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/wooden_door_top_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top_rh", + "textures": { + "bottom": "blocks/door_wood_lower", + "top": "blocks/door_wood_upper" + } +} diff --git a/1.10.2/assets/minecraft/models/block/wooden_pressure_plate_down.json b/1.10.2/assets/minecraft/models/block/wooden_pressure_plate_down.json new file mode 100644 index 00000000..c14ba2fa --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/wooden_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_down", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/1.10.2/assets/minecraft/models/block/wooden_pressure_plate_up.json b/1.10.2/assets/minecraft/models/block/wooden_pressure_plate_up.json new file mode 100644 index 00000000..5438a156 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/wooden_pressure_plate_up.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_up", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/1.10.2/assets/minecraft/models/block/wooden_trapdoor_bottom.json b/1.10.2/assets/minecraft/models/block/wooden_trapdoor_bottom.json new file mode 100644 index 00000000..64915168 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/wooden_trapdoor_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/trapdoor_bottom", + "textures": { + "texture": "blocks/trapdoor" + } +} diff --git a/1.10.2/assets/minecraft/models/block/wooden_trapdoor_open.json b/1.10.2/assets/minecraft/models/block/wooden_trapdoor_open.json new file mode 100644 index 00000000..bf0fb3ff --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/wooden_trapdoor_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/trapdoor_open", + "textures": { + "texture": "blocks/trapdoor" + } +} diff --git a/1.10.2/assets/minecraft/models/block/wooden_trapdoor_top.json b/1.10.2/assets/minecraft/models/block/wooden_trapdoor_top.json new file mode 100644 index 00000000..6d032e71 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/wooden_trapdoor_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/trapdoor_top", + "textures": { + "texture": "blocks/trapdoor" + } +} diff --git a/1.10.2/assets/minecraft/models/block/yellow_stained_glass_pane_noside.json b/1.10.2/assets/minecraft/models/block/yellow_stained_glass_pane_noside.json new file mode 100644 index 00000000..ab7603bc --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/yellow_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside", + "textures": { + "pane": "blocks/glass_yellow" + } +} diff --git a/1.10.2/assets/minecraft/models/block/yellow_stained_glass_pane_noside_alt.json b/1.10.2/assets/minecraft/models/block/yellow_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..d2b5f387 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/yellow_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside_alt", + "textures": { + "pane": "blocks/glass_yellow" + } +} diff --git a/1.10.2/assets/minecraft/models/block/yellow_stained_glass_pane_post.json b/1.10.2/assets/minecraft/models/block/yellow_stained_glass_pane_post.json new file mode 100644 index 00000000..507ee081 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/yellow_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_post", + "textures": { + "edge": "blocks/glass_pane_top_yellow", + "pane": "blocks/glass_yellow" + } +} diff --git a/1.10.2/assets/minecraft/models/block/yellow_stained_glass_pane_side.json b/1.10.2/assets/minecraft/models/block/yellow_stained_glass_pane_side.json new file mode 100644 index 00000000..b963ca59 --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/yellow_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side", + "textures": { + "edge": "blocks/glass_pane_top_yellow", + "pane": "blocks/glass_yellow" + } +} diff --git a/1.10.2/assets/minecraft/models/block/yellow_stained_glass_pane_side_alt.json b/1.10.2/assets/minecraft/models/block/yellow_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..b1ed083d --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/yellow_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side_alt", + "textures": { + "edge": "blocks/glass_pane_top_yellow", + "pane": "blocks/glass_yellow" + } +} diff --git a/1.10.2/assets/minecraft/models/block/yellow_wool.json b/1.10.2/assets/minecraft/models/block/yellow_wool.json new file mode 100644 index 00000000..2f778dcf --- /dev/null +++ b/1.10.2/assets/minecraft/models/block/yellow_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_yellow" + } +} diff --git a/1.10.2/assets/minecraft/models/item/acacia_boat.json b/1.10.2/assets/minecraft/models/item/acacia_boat.json new file mode 100644 index 00000000..0391cd80 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/acacia_boat.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/acacia_boat" + } +} diff --git a/1.10.2/assets/minecraft/models/item/acacia_door.json b/1.10.2/assets/minecraft/models/item/acacia_door.json new file mode 100644 index 00000000..b78a5930 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/acacia_door.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/door_acacia" + } +} diff --git a/1.10.2/assets/minecraft/models/item/acacia_fence.json b/1.10.2/assets/minecraft/models/item/acacia_fence.json new file mode 100644 index 00000000..a191ee23 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/acacia_fence.json @@ -0,0 +1,3 @@ +{ + "parent": "block/acacia_fence_inventory" +} diff --git a/1.10.2/assets/minecraft/models/item/acacia_fence_gate.json b/1.10.2/assets/minecraft/models/item/acacia_fence_gate.json new file mode 100644 index 00000000..ba01defc --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/acacia_fence_gate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/acacia_fence_gate_closed" +} diff --git a/1.10.2/assets/minecraft/models/item/acacia_leaves.json b/1.10.2/assets/minecraft/models/item/acacia_leaves.json new file mode 100644 index 00000000..44b625bf --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/acacia_leaves.json @@ -0,0 +1,3 @@ +{ + "parent": "block/acacia_leaves" +} diff --git a/1.10.2/assets/minecraft/models/item/acacia_log.json b/1.10.2/assets/minecraft/models/item/acacia_log.json new file mode 100644 index 00000000..32edb560 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/acacia_log.json @@ -0,0 +1,3 @@ +{ + "parent": "block/acacia_log" +} diff --git a/1.10.2/assets/minecraft/models/item/acacia_planks.json b/1.10.2/assets/minecraft/models/item/acacia_planks.json new file mode 100644 index 00000000..7fcb12aa --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/acacia_planks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/acacia_planks" +} diff --git a/1.10.2/assets/minecraft/models/item/acacia_sapling.json b/1.10.2/assets/minecraft/models/item/acacia_sapling.json new file mode 100644 index 00000000..7fb76617 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/acacia_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/sapling_acacia" + } +} diff --git a/1.10.2/assets/minecraft/models/item/acacia_slab.json b/1.10.2/assets/minecraft/models/item/acacia_slab.json new file mode 100644 index 00000000..a0fe40a3 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/acacia_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/half_slab_acacia" +} diff --git a/1.10.2/assets/minecraft/models/item/acacia_stairs.json b/1.10.2/assets/minecraft/models/item/acacia_stairs.json new file mode 100644 index 00000000..570ee175 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/acacia_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/acacia_stairs" +} diff --git a/1.10.2/assets/minecraft/models/item/activator_rail.json b/1.10.2/assets/minecraft/models/item/activator_rail.json new file mode 100644 index 00000000..5f94c41f --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/activator_rail.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/rail_activator" + } +} diff --git a/1.10.2/assets/minecraft/models/item/allium.json b/1.10.2/assets/minecraft/models/item/allium.json new file mode 100644 index 00000000..d30e3fe2 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/allium.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/flower_allium" + } +} diff --git a/1.10.2/assets/minecraft/models/item/andesite.json b/1.10.2/assets/minecraft/models/item/andesite.json new file mode 100644 index 00000000..c6c205c1 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/andesite.json @@ -0,0 +1,3 @@ +{ + "parent": "block/andesite" +} diff --git a/1.10.2/assets/minecraft/models/item/andesite_smooth.json b/1.10.2/assets/minecraft/models/item/andesite_smooth.json new file mode 100644 index 00000000..479617aa --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/andesite_smooth.json @@ -0,0 +1,3 @@ +{ + "parent": "block/andesite_smooth" +} diff --git a/1.10.2/assets/minecraft/models/item/anvil_intact.json b/1.10.2/assets/minecraft/models/item/anvil_intact.json new file mode 100644 index 00000000..00c7ff52 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/anvil_intact.json @@ -0,0 +1,3 @@ +{ + "parent": "block/anvil_undamaged" +} diff --git a/1.10.2/assets/minecraft/models/item/anvil_slightly_damaged.json b/1.10.2/assets/minecraft/models/item/anvil_slightly_damaged.json new file mode 100644 index 00000000..093a65a5 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/anvil_slightly_damaged.json @@ -0,0 +1,3 @@ +{ + "parent": "block/anvil_slightly_damaged" +} diff --git a/1.10.2/assets/minecraft/models/item/anvil_very_damaged.json b/1.10.2/assets/minecraft/models/item/anvil_very_damaged.json new file mode 100644 index 00000000..4b180e40 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/anvil_very_damaged.json @@ -0,0 +1,3 @@ +{ + "parent": "block/anvil_very_damaged" +} diff --git a/1.10.2/assets/minecraft/models/item/apple.json b/1.10.2/assets/minecraft/models/item/apple.json new file mode 100644 index 00000000..68088f4e --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/apple.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/apple" + } +} diff --git a/1.10.2/assets/minecraft/models/item/armor_stand.json b/1.10.2/assets/minecraft/models/item/armor_stand.json new file mode 100644 index 00000000..b3102f2e --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/armor_stand.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/wooden_armorstand" + } +} diff --git a/1.10.2/assets/minecraft/models/item/arrow.json b/1.10.2/assets/minecraft/models/item/arrow.json new file mode 100644 index 00000000..c724c434 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/arrow.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/arrow" + } +} diff --git a/1.10.2/assets/minecraft/models/item/baked_potato.json b/1.10.2/assets/minecraft/models/item/baked_potato.json new file mode 100644 index 00000000..a919d1f4 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/baked_potato.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/potato_baked" + } +} diff --git a/1.10.2/assets/minecraft/models/item/banner.json b/1.10.2/assets/minecraft/models/item/banner.json new file mode 100644 index 00000000..4b16b2e1 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/banner.json @@ -0,0 +1,35 @@ +{ + "parent": "builtin/entity", + "display": { + "thirdperson_righthand": { + "rotation": [ 0, 90, 0 ], + "translation": [ 0, 2, 0.5], + "scale":[ 0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [ 0, 90, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 0.375, 0.375, 0.375] + }, + "gui": { + "rotation": [ 30, 20, 0 ], + "translation": [ 0, -3.25, 0], + "scale":[ 0.5325, 0.5325, 0.5325] + }, + "ground": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 1, 0], + "scale":[ 0.25, 0.25, 0.25] + }, + "head": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 16, 7], + "scale":[ 1.5, 1.5, 1.5 ] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 0.5, 0.5, 0.5] + } + } +} diff --git a/1.10.2/assets/minecraft/models/item/barrier.json b/1.10.2/assets/minecraft/models/item/barrier.json new file mode 100644 index 00000000..50d3b980 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/barrier.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/barrier" + } +} diff --git a/1.10.2/assets/minecraft/models/item/beacon.json b/1.10.2/assets/minecraft/models/item/beacon.json new file mode 100644 index 00000000..02f00d7e --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/beacon.json @@ -0,0 +1,3 @@ +{ + "parent": "block/beacon" +} diff --git a/1.10.2/assets/minecraft/models/item/bed.json b/1.10.2/assets/minecraft/models/item/bed.json new file mode 100644 index 00000000..f531dc1e --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/bed.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/bed" + } +} diff --git a/1.10.2/assets/minecraft/models/item/bedrock.json b/1.10.2/assets/minecraft/models/item/bedrock.json new file mode 100644 index 00000000..9ac9ca91 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/bedrock.json @@ -0,0 +1,3 @@ +{ + "parent": "block/bedrock" +} diff --git a/1.10.2/assets/minecraft/models/item/beef.json b/1.10.2/assets/minecraft/models/item/beef.json new file mode 100644 index 00000000..ca5419ce --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/beef.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/beef_raw" + } +} diff --git a/1.10.2/assets/minecraft/models/item/beetroot.json b/1.10.2/assets/minecraft/models/item/beetroot.json new file mode 100644 index 00000000..c3f242f7 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/beetroot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/beetroot" + } +} diff --git a/1.10.2/assets/minecraft/models/item/beetroot_seeds.json b/1.10.2/assets/minecraft/models/item/beetroot_seeds.json new file mode 100644 index 00000000..5b18e84a --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/beetroot_seeds.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/beetroot_seeds" + } +} diff --git a/1.10.2/assets/minecraft/models/item/beetroot_soup.json b/1.10.2/assets/minecraft/models/item/beetroot_soup.json new file mode 100644 index 00000000..48c45f45 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/beetroot_soup.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/beetroot_soup" + } +} diff --git a/1.10.2/assets/minecraft/models/item/birch_boat.json b/1.10.2/assets/minecraft/models/item/birch_boat.json new file mode 100644 index 00000000..fcb529dd --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/birch_boat.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/birch_boat" + } +} diff --git a/1.10.2/assets/minecraft/models/item/birch_door.json b/1.10.2/assets/minecraft/models/item/birch_door.json new file mode 100644 index 00000000..e9c0a452 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/birch_door.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/door_birch" + } +} diff --git a/1.10.2/assets/minecraft/models/item/birch_fence.json b/1.10.2/assets/minecraft/models/item/birch_fence.json new file mode 100644 index 00000000..2e9faa2d --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/birch_fence.json @@ -0,0 +1,3 @@ +{ + "parent": "block/birch_fence_inventory" +} diff --git a/1.10.2/assets/minecraft/models/item/birch_fence_gate.json b/1.10.2/assets/minecraft/models/item/birch_fence_gate.json new file mode 100644 index 00000000..a73a99c3 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/birch_fence_gate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/birch_fence_gate_closed" +} diff --git a/1.10.2/assets/minecraft/models/item/birch_leaves.json b/1.10.2/assets/minecraft/models/item/birch_leaves.json new file mode 100644 index 00000000..9a3f6d5f --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/birch_leaves.json @@ -0,0 +1,3 @@ +{ + "parent": "block/birch_leaves" +} diff --git a/1.10.2/assets/minecraft/models/item/birch_log.json b/1.10.2/assets/minecraft/models/item/birch_log.json new file mode 100644 index 00000000..8ae0965f --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/birch_log.json @@ -0,0 +1,3 @@ +{ + "parent": "block/birch_log" +} diff --git a/1.10.2/assets/minecraft/models/item/birch_planks.json b/1.10.2/assets/minecraft/models/item/birch_planks.json new file mode 100644 index 00000000..b5699077 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/birch_planks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/birch_planks" +} diff --git a/1.10.2/assets/minecraft/models/item/birch_sapling.json b/1.10.2/assets/minecraft/models/item/birch_sapling.json new file mode 100644 index 00000000..d9b6c4a5 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/birch_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/sapling_birch" + } +} diff --git a/1.10.2/assets/minecraft/models/item/birch_slab.json b/1.10.2/assets/minecraft/models/item/birch_slab.json new file mode 100644 index 00000000..73341c4b --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/birch_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/half_slab_birch" +} diff --git a/1.10.2/assets/minecraft/models/item/birch_stairs.json b/1.10.2/assets/minecraft/models/item/birch_stairs.json new file mode 100644 index 00000000..0e4b0be0 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/birch_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/birch_stairs" +} diff --git a/1.10.2/assets/minecraft/models/item/black_carpet.json b/1.10.2/assets/minecraft/models/item/black_carpet.json new file mode 100644 index 00000000..f2db3c5e --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/black_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/carpet_black" +} diff --git a/1.10.2/assets/minecraft/models/item/black_stained_glass.json b/1.10.2/assets/minecraft/models/item/black_stained_glass.json new file mode 100644 index 00000000..5a51ae1a --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/black_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glass_black" +} diff --git a/1.10.2/assets/minecraft/models/item/black_stained_glass_pane.json b/1.10.2/assets/minecraft/models/item/black_stained_glass_pane.json new file mode 100644 index 00000000..04c3b7c6 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/black_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/glass_black" + } +} diff --git a/1.10.2/assets/minecraft/models/item/black_stained_hardened_clay.json b/1.10.2/assets/minecraft/models/item/black_stained_hardened_clay.json new file mode 100644 index 00000000..5d75f8d5 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/black_stained_hardened_clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hardened_clay_black" +} diff --git a/1.10.2/assets/minecraft/models/item/black_wool.json b/1.10.2/assets/minecraft/models/item/black_wool.json new file mode 100644 index 00000000..786c753a --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/black_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/black_wool" +} diff --git a/1.10.2/assets/minecraft/models/item/blaze_powder.json b/1.10.2/assets/minecraft/models/item/blaze_powder.json new file mode 100644 index 00000000..f433bf3c --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/blaze_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/blaze_powder" + } +} diff --git a/1.10.2/assets/minecraft/models/item/blaze_rod.json b/1.10.2/assets/minecraft/models/item/blaze_rod.json new file mode 100644 index 00000000..54c85ac8 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/blaze_rod.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/blaze_rod" + } +} diff --git a/1.10.2/assets/minecraft/models/item/blue_carpet.json b/1.10.2/assets/minecraft/models/item/blue_carpet.json new file mode 100644 index 00000000..e72f58bc --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/blue_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/carpet_blue" +} diff --git a/1.10.2/assets/minecraft/models/item/blue_orchid.json b/1.10.2/assets/minecraft/models/item/blue_orchid.json new file mode 100644 index 00000000..8b8e99e4 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/blue_orchid.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/flower_blue_orchid" + } +} diff --git a/1.10.2/assets/minecraft/models/item/blue_stained_glass.json b/1.10.2/assets/minecraft/models/item/blue_stained_glass.json new file mode 100644 index 00000000..9947610d --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/blue_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glass_blue" +} diff --git a/1.10.2/assets/minecraft/models/item/blue_stained_glass_pane.json b/1.10.2/assets/minecraft/models/item/blue_stained_glass_pane.json new file mode 100644 index 00000000..80056f02 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/blue_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/glass_blue" + } +} diff --git a/1.10.2/assets/minecraft/models/item/blue_stained_hardened_clay.json b/1.10.2/assets/minecraft/models/item/blue_stained_hardened_clay.json new file mode 100644 index 00000000..7d3a7f60 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/blue_stained_hardened_clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hardened_clay_blue" +} diff --git a/1.10.2/assets/minecraft/models/item/blue_wool.json b/1.10.2/assets/minecraft/models/item/blue_wool.json new file mode 100644 index 00000000..19e06920 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/blue_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/blue_wool" +} diff --git a/1.10.2/assets/minecraft/models/item/bone.json b/1.10.2/assets/minecraft/models/item/bone.json new file mode 100644 index 00000000..abc496a2 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/bone.json @@ -0,0 +1,13 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/bone" + }, + "display": { + "head": { + "rotation": [ 0, 0, -45 ], + "translation": [ 0, -4.5, -6.5], + "scale":[ 1, 1, 1 ] + } + } +} diff --git a/1.10.2/assets/minecraft/models/item/bone_block.json b/1.10.2/assets/minecraft/models/item/bone_block.json new file mode 100644 index 00000000..11a7c3e6 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/bone_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/bone_block" +} diff --git a/1.10.2/assets/minecraft/models/item/book.json b/1.10.2/assets/minecraft/models/item/book.json new file mode 100644 index 00000000..a81f0086 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/book.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/book_normal" + } +} diff --git a/1.10.2/assets/minecraft/models/item/bookshelf.json b/1.10.2/assets/minecraft/models/item/bookshelf.json new file mode 100644 index 00000000..102e2029 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/bookshelf.json @@ -0,0 +1,3 @@ +{ + "parent": "block/bookshelf" +} diff --git a/1.10.2/assets/minecraft/models/item/bottle_drinkable.json b/1.10.2/assets/minecraft/models/item/bottle_drinkable.json new file mode 100644 index 00000000..4be5a399 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/bottle_drinkable.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/potion_overlay", + "layer1": "items/potion_bottle_drinkable" + } +} diff --git a/1.10.2/assets/minecraft/models/item/bottle_lingering.json b/1.10.2/assets/minecraft/models/item/bottle_lingering.json new file mode 100644 index 00000000..de9b9764 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/bottle_lingering.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/potion_overlay", + "layer1": "items/potion_bottle_lingering" + } +} diff --git a/1.10.2/assets/minecraft/models/item/bottle_splash.json b/1.10.2/assets/minecraft/models/item/bottle_splash.json new file mode 100644 index 00000000..b8aa179d --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/bottle_splash.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/potion_overlay", + "layer1": "items/potion_bottle_splash" + } +} diff --git a/1.10.2/assets/minecraft/models/item/bow.json b/1.10.2/assets/minecraft/models/item/bow.json new file mode 100644 index 00000000..24bdd505 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/bow.json @@ -0,0 +1,50 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/bow_standby" + }, + "display": { + "thirdperson_righthand": { + "rotation": [ -80, 260, -40 ], + "translation": [ -1, -2, 2.5 ], + "scale": [ 0.9, 0.9, 0.9 ] + }, + "thirdperson_lefthand": { + "rotation": [ -80, -280, 40 ], + "translation": [ -1, -2, 2.5 ], + "scale": [ 0.9, 0.9, 0.9 ] + }, + "firstperson_righthand": { + "rotation": [ 0, -90, 25 ], + "translation": [ 1.13, 3.2, 1.13], + "scale": [ 0.68, 0.68, 0.68 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, 90, -25 ], + "translation": [ 1.13, 3.2, 1.13], + "scale": [ 0.68, 0.68, 0.68 ] + } + }, + "overrides": [ + { + "predicate": { + "pulling": 1 + }, + "model": "item/bow_pulling_0" + }, + { + "predicate": { + "pulling": 1, + "pull": 0.65 + }, + "model": "item/bow_pulling_1" + }, + { + "predicate": { + "pulling": 1, + "pull": 0.9 + }, + "model": "item/bow_pulling_2" + } + ] +} diff --git a/1.10.2/assets/minecraft/models/item/bow_pulling_0.json b/1.10.2/assets/minecraft/models/item/bow_pulling_0.json new file mode 100644 index 00000000..3bac7ae9 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/bow_pulling_0.json @@ -0,0 +1,6 @@ +{ + "parent": "item/bow", + "textures": { + "layer0": "items/bow_pulling_0" + } +} diff --git a/1.10.2/assets/minecraft/models/item/bow_pulling_1.json b/1.10.2/assets/minecraft/models/item/bow_pulling_1.json new file mode 100644 index 00000000..797d4ea0 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/bow_pulling_1.json @@ -0,0 +1,6 @@ +{ + "parent": "item/bow", + "textures": { + "layer0": "items/bow_pulling_1" + } +} diff --git a/1.10.2/assets/minecraft/models/item/bow_pulling_2.json b/1.10.2/assets/minecraft/models/item/bow_pulling_2.json new file mode 100644 index 00000000..3c475f61 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/bow_pulling_2.json @@ -0,0 +1,6 @@ +{ + "parent": "item/bow", + "textures": { + "layer0": "items/bow_pulling_2" + } +} diff --git a/1.10.2/assets/minecraft/models/item/bowl.json b/1.10.2/assets/minecraft/models/item/bowl.json new file mode 100644 index 00000000..b2205c7f --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/bowl.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/bowl" + } +} diff --git a/1.10.2/assets/minecraft/models/item/bread.json b/1.10.2/assets/minecraft/models/item/bread.json new file mode 100644 index 00000000..8ff04a01 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/bread.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/bread" + } +} diff --git a/1.10.2/assets/minecraft/models/item/brewing_stand.json b/1.10.2/assets/minecraft/models/item/brewing_stand.json new file mode 100644 index 00000000..bded1204 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/brewing_stand.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/brewing_stand" + } +} diff --git a/1.10.2/assets/minecraft/models/item/brick.json b/1.10.2/assets/minecraft/models/item/brick.json new file mode 100644 index 00000000..6cca5771 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/brick.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/brick" + } +} diff --git a/1.10.2/assets/minecraft/models/item/brick_block.json b/1.10.2/assets/minecraft/models/item/brick_block.json new file mode 100644 index 00000000..0337af3a --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/brick_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/brick" +} diff --git a/1.10.2/assets/minecraft/models/item/brick_slab.json b/1.10.2/assets/minecraft/models/item/brick_slab.json new file mode 100644 index 00000000..f088f82c --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/brick_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/half_slab_brick" +} diff --git a/1.10.2/assets/minecraft/models/item/brick_stairs.json b/1.10.2/assets/minecraft/models/item/brick_stairs.json new file mode 100644 index 00000000..ef796cef --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/brick_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/brick_stairs" +} diff --git a/1.10.2/assets/minecraft/models/item/broken_elytra.json b/1.10.2/assets/minecraft/models/item/broken_elytra.json new file mode 100644 index 00000000..60cb9d30 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/broken_elytra.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/broken_elytra" + } +} diff --git a/1.10.2/assets/minecraft/models/item/brown_carpet.json b/1.10.2/assets/minecraft/models/item/brown_carpet.json new file mode 100644 index 00000000..2fdfa0cb --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/brown_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/carpet_brown" +} diff --git a/1.10.2/assets/minecraft/models/item/brown_mushroom.json b/1.10.2/assets/minecraft/models/item/brown_mushroom.json new file mode 100644 index 00000000..f153d9eb --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/brown_mushroom.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/mushroom_brown" + } +} diff --git a/1.10.2/assets/minecraft/models/item/brown_mushroom_block.json b/1.10.2/assets/minecraft/models/item/brown_mushroom_block.json new file mode 100644 index 00000000..2279430e --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/brown_mushroom_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/brown_mushroom_block_cap_all" +} diff --git a/1.10.2/assets/minecraft/models/item/brown_stained_glass.json b/1.10.2/assets/minecraft/models/item/brown_stained_glass.json new file mode 100644 index 00000000..d66a37fa --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/brown_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glass_brown" +} diff --git a/1.10.2/assets/minecraft/models/item/brown_stained_glass_pane.json b/1.10.2/assets/minecraft/models/item/brown_stained_glass_pane.json new file mode 100644 index 00000000..15bfbfcf --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/brown_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/glass_brown" + } +} diff --git a/1.10.2/assets/minecraft/models/item/brown_stained_hardened_clay.json b/1.10.2/assets/minecraft/models/item/brown_stained_hardened_clay.json new file mode 100644 index 00000000..a0f74051 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/brown_stained_hardened_clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hardened_clay_brown" +} diff --git a/1.10.2/assets/minecraft/models/item/brown_wool.json b/1.10.2/assets/minecraft/models/item/brown_wool.json new file mode 100644 index 00000000..7842c8fb --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/brown_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/brown_wool" +} diff --git a/1.10.2/assets/minecraft/models/item/bucket.json b/1.10.2/assets/minecraft/models/item/bucket.json new file mode 100644 index 00000000..aa764e17 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/bucket.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/bucket_empty" + } +} diff --git a/1.10.2/assets/minecraft/models/item/cactus.json b/1.10.2/assets/minecraft/models/item/cactus.json new file mode 100644 index 00000000..1e95f2d1 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/cactus.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cactus" +} diff --git a/1.10.2/assets/minecraft/models/item/cake.json b/1.10.2/assets/minecraft/models/item/cake.json new file mode 100644 index 00000000..75633147 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/cake.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/cake" + } +} diff --git a/1.10.2/assets/minecraft/models/item/carrot.json b/1.10.2/assets/minecraft/models/item/carrot.json new file mode 100644 index 00000000..3634037b --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/carrot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/carrot" + } +} diff --git a/1.10.2/assets/minecraft/models/item/carrot_on_a_stick.json b/1.10.2/assets/minecraft/models/item/carrot_on_a_stick.json new file mode 100644 index 00000000..332e7166 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/carrot_on_a_stick.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld_rod", + "textures": { + "layer0": "items/carrot_on_a_stick" + } +} diff --git a/1.10.2/assets/minecraft/models/item/cauldron.json b/1.10.2/assets/minecraft/models/item/cauldron.json new file mode 100644 index 00000000..c06707d9 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/cauldron.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/cauldron" + } +} diff --git a/1.10.2/assets/minecraft/models/item/chain_command_block.json b/1.10.2/assets/minecraft/models/item/chain_command_block.json new file mode 100644 index 00000000..f151ef14 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/chain_command_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/chain_command_block" +} diff --git a/1.10.2/assets/minecraft/models/item/chainmail_boots.json b/1.10.2/assets/minecraft/models/item/chainmail_boots.json new file mode 100644 index 00000000..bebded2f --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/chainmail_boots.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/chainmail_boots" + } +} diff --git a/1.10.2/assets/minecraft/models/item/chainmail_chestplate.json b/1.10.2/assets/minecraft/models/item/chainmail_chestplate.json new file mode 100644 index 00000000..031e1833 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/chainmail_chestplate.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/chainmail_chestplate" + } +} diff --git a/1.10.2/assets/minecraft/models/item/chainmail_helmet.json b/1.10.2/assets/minecraft/models/item/chainmail_helmet.json new file mode 100644 index 00000000..41c28bd2 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/chainmail_helmet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/chainmail_helmet" + } +} diff --git a/1.10.2/assets/minecraft/models/item/chainmail_leggings.json b/1.10.2/assets/minecraft/models/item/chainmail_leggings.json new file mode 100644 index 00000000..306c6c0d --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/chainmail_leggings.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/chainmail_leggings" + } +} diff --git a/1.10.2/assets/minecraft/models/item/charcoal.json b/1.10.2/assets/minecraft/models/item/charcoal.json new file mode 100644 index 00000000..679e6f14 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/charcoal.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/charcoal" + } +} diff --git a/1.10.2/assets/minecraft/models/item/chest.json b/1.10.2/assets/minecraft/models/item/chest.json new file mode 100644 index 00000000..7bfe2e69 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/chest.json @@ -0,0 +1,35 @@ +{ + "parent": "builtin/entity", + "display": { + "gui": { + "rotation": [ 30, 45, 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 ] + }, + "head": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 1, 1, 1] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 0.5, 0.5, 0.5 ] + }, + "thirdperson_righthand": { + "rotation": [ 75, 315, 0 ], + "translation": [ 0, 2.5, 0], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 315, 0 ], + "translation": [ 0, 0, 0], + "scale": [ 0.4, 0.4, 0.4 ] + } + } +} diff --git a/1.10.2/assets/minecraft/models/item/chest_minecart.json b/1.10.2/assets/minecraft/models/item/chest_minecart.json new file mode 100644 index 00000000..69f8fd68 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/chest_minecart.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/minecart_chest" + } +} diff --git a/1.10.2/assets/minecraft/models/item/chicken.json b/1.10.2/assets/minecraft/models/item/chicken.json new file mode 100644 index 00000000..646b6739 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/chicken.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/chicken_raw" + } +} diff --git a/1.10.2/assets/minecraft/models/item/chiseled_brick_monster_egg.json b/1.10.2/assets/minecraft/models/item/chiseled_brick_monster_egg.json new file mode 100644 index 00000000..b2ba7dd2 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/chiseled_brick_monster_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stonebrick_chiseled" +} diff --git a/1.10.2/assets/minecraft/models/item/chiseled_quartz_block.json b/1.10.2/assets/minecraft/models/item/chiseled_quartz_block.json new file mode 100644 index 00000000..9bafc881 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/chiseled_quartz_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/quartz_chiseled" +} diff --git a/1.10.2/assets/minecraft/models/item/chiseled_red_sandstone.json b/1.10.2/assets/minecraft/models/item/chiseled_red_sandstone.json new file mode 100644 index 00000000..215a14e7 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/chiseled_red_sandstone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_sandstone_chiseled" +} diff --git a/1.10.2/assets/minecraft/models/item/chiseled_sandstone.json b/1.10.2/assets/minecraft/models/item/chiseled_sandstone.json new file mode 100644 index 00000000..7dfb93b8 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/chiseled_sandstone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/sandstone_chiseled" +} diff --git a/1.10.2/assets/minecraft/models/item/chiseled_stonebrick.json b/1.10.2/assets/minecraft/models/item/chiseled_stonebrick.json new file mode 100644 index 00000000..b2ba7dd2 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/chiseled_stonebrick.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stonebrick_chiseled" +} diff --git a/1.10.2/assets/minecraft/models/item/chorus_flower.json b/1.10.2/assets/minecraft/models/item/chorus_flower.json new file mode 100644 index 00000000..5c621b09 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/chorus_flower.json @@ -0,0 +1,3 @@ +{ + "parent": "block/chorus_flower" +} diff --git a/1.10.2/assets/minecraft/models/item/chorus_fruit.json b/1.10.2/assets/minecraft/models/item/chorus_fruit.json new file mode 100644 index 00000000..36e4a7a6 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/chorus_fruit.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/chorus_fruit" + } +} diff --git a/1.10.2/assets/minecraft/models/item/chorus_fruit_popped.json b/1.10.2/assets/minecraft/models/item/chorus_fruit_popped.json new file mode 100644 index 00000000..c2ebc9c2 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/chorus_fruit_popped.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/chorus_fruit_popped" + } +} diff --git a/1.10.2/assets/minecraft/models/item/chorus_plant.json b/1.10.2/assets/minecraft/models/item/chorus_plant.json new file mode 100644 index 00000000..201329f7 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/chorus_plant.json @@ -0,0 +1,3 @@ +{ + "parent": "block/chorus_plant" +} diff --git a/1.10.2/assets/minecraft/models/item/clay.json b/1.10.2/assets/minecraft/models/item/clay.json new file mode 100644 index 00000000..329c9863 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/clay" +} diff --git a/1.10.2/assets/minecraft/models/item/clay_ball.json b/1.10.2/assets/minecraft/models/item/clay_ball.json new file mode 100644 index 00000000..9d9e9e82 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/clay_ball.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clay_ball" + } +} diff --git a/1.10.2/assets/minecraft/models/item/clock.json b/1.10.2/assets/minecraft/models/item/clock.json new file mode 100644 index 00000000..be4389ed --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/clock.json @@ -0,0 +1,73 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_00" + }, + "overrides": [ + { "predicate": { "time": 0.0000000 }, "model": "item/clock" }, + { "predicate": { "time": 0.0078125 }, "model": "item/clock_01" }, + { "predicate": { "time": 0.0234375 }, "model": "item/clock_02" }, + { "predicate": { "time": 0.0390625 }, "model": "item/clock_03" }, + { "predicate": { "time": 0.0546875 }, "model": "item/clock_04" }, + { "predicate": { "time": 0.0703125 }, "model": "item/clock_05" }, + { "predicate": { "time": 0.0859375 }, "model": "item/clock_06" }, + { "predicate": { "time": 0.1015625 }, "model": "item/clock_07" }, + { "predicate": { "time": 0.1171875 }, "model": "item/clock_08" }, + { "predicate": { "time": 0.1328125 }, "model": "item/clock_09" }, + { "predicate": { "time": 0.1484375 }, "model": "item/clock_10" }, + { "predicate": { "time": 0.1640625 }, "model": "item/clock_11" }, + { "predicate": { "time": 0.1796875 }, "model": "item/clock_12" }, + { "predicate": { "time": 0.1953125 }, "model": "item/clock_13" }, + { "predicate": { "time": 0.2109375 }, "model": "item/clock_14" }, + { "predicate": { "time": 0.2265625 }, "model": "item/clock_15" }, + { "predicate": { "time": 0.2421875 }, "model": "item/clock_16" }, + { "predicate": { "time": 0.2578125 }, "model": "item/clock_17" }, + { "predicate": { "time": 0.2734375 }, "model": "item/clock_18" }, + { "predicate": { "time": 0.2890625 }, "model": "item/clock_19" }, + { "predicate": { "time": 0.3046875 }, "model": "item/clock_20" }, + { "predicate": { "time": 0.3203125 }, "model": "item/clock_21" }, + { "predicate": { "time": 0.3359375 }, "model": "item/clock_22" }, + { "predicate": { "time": 0.3515625 }, "model": "item/clock_23" }, + { "predicate": { "time": 0.3671875 }, "model": "item/clock_24" }, + { "predicate": { "time": 0.3828125 }, "model": "item/clock_25" }, + { "predicate": { "time": 0.3984375 }, "model": "item/clock_26" }, + { "predicate": { "time": 0.4140625 }, "model": "item/clock_27" }, + { "predicate": { "time": 0.4296875 }, "model": "item/clock_28" }, + { "predicate": { "time": 0.4453125 }, "model": "item/clock_29" }, + { "predicate": { "time": 0.4609375 }, "model": "item/clock_30" }, + { "predicate": { "time": 0.4765625 }, "model": "item/clock_31" }, + { "predicate": { "time": 0.4921875 }, "model": "item/clock_32" }, + { "predicate": { "time": 0.5078125 }, "model": "item/clock_33" }, + { "predicate": { "time": 0.5234375 }, "model": "item/clock_34" }, + { "predicate": { "time": 0.5390625 }, "model": "item/clock_35" }, + { "predicate": { "time": 0.5546875 }, "model": "item/clock_36" }, + { "predicate": { "time": 0.5703125 }, "model": "item/clock_37" }, + { "predicate": { "time": 0.5859375 }, "model": "item/clock_38" }, + { "predicate": { "time": 0.6015625 }, "model": "item/clock_39" }, + { "predicate": { "time": 0.6171875 }, "model": "item/clock_40" }, + { "predicate": { "time": 0.6328125 }, "model": "item/clock_41" }, + { "predicate": { "time": 0.6484375 }, "model": "item/clock_42" }, + { "predicate": { "time": 0.6640625 }, "model": "item/clock_43" }, + { "predicate": { "time": 0.6796875 }, "model": "item/clock_44" }, + { "predicate": { "time": 0.6953125 }, "model": "item/clock_45" }, + { "predicate": { "time": 0.7109375 }, "model": "item/clock_46" }, + { "predicate": { "time": 0.7265625 }, "model": "item/clock_47" }, + { "predicate": { "time": 0.7421875 }, "model": "item/clock_48" }, + { "predicate": { "time": 0.7578125 }, "model": "item/clock_49" }, + { "predicate": { "time": 0.7734375 }, "model": "item/clock_50" }, + { "predicate": { "time": 0.7890625 }, "model": "item/clock_51" }, + { "predicate": { "time": 0.8046875 }, "model": "item/clock_52" }, + { "predicate": { "time": 0.8203125 }, "model": "item/clock_53" }, + { "predicate": { "time": 0.8359375 }, "model": "item/clock_54" }, + { "predicate": { "time": 0.8515625 }, "model": "item/clock_55" }, + { "predicate": { "time": 0.8671875 }, "model": "item/clock_56" }, + { "predicate": { "time": 0.8828125 }, "model": "item/clock_57" }, + { "predicate": { "time": 0.8984375 }, "model": "item/clock_58" }, + { "predicate": { "time": 0.9140625 }, "model": "item/clock_59" }, + { "predicate": { "time": 0.9296875 }, "model": "item/clock_60" }, + { "predicate": { "time": 0.9453125 }, "model": "item/clock_61" }, + { "predicate": { "time": 0.9609375 }, "model": "item/clock_62" }, + { "predicate": { "time": 0.9765625 }, "model": "item/clock_63" }, + { "predicate": { "time": 0.9921875 }, "model": "item/clock" } + ] +} diff --git a/1.10.2/assets/minecraft/models/item/clock_01.json b/1.10.2/assets/minecraft/models/item/clock_01.json new file mode 100644 index 00000000..a80fa6ff --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/clock_01.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_01" + } +} diff --git a/1.10.2/assets/minecraft/models/item/clock_02.json b/1.10.2/assets/minecraft/models/item/clock_02.json new file mode 100644 index 00000000..7c5cf79c --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/clock_02.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_02" + } +} diff --git a/1.10.2/assets/minecraft/models/item/clock_03.json b/1.10.2/assets/minecraft/models/item/clock_03.json new file mode 100644 index 00000000..f3cfcae6 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/clock_03.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_03" + } +} diff --git a/1.10.2/assets/minecraft/models/item/clock_04.json b/1.10.2/assets/minecraft/models/item/clock_04.json new file mode 100644 index 00000000..abec7b64 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/clock_04.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_04" + } +} diff --git a/1.10.2/assets/minecraft/models/item/clock_05.json b/1.10.2/assets/minecraft/models/item/clock_05.json new file mode 100644 index 00000000..1d8a9d8f --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/clock_05.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_05" + } +} diff --git a/1.10.2/assets/minecraft/models/item/clock_06.json b/1.10.2/assets/minecraft/models/item/clock_06.json new file mode 100644 index 00000000..0f0ad671 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/clock_06.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_06" + } +} diff --git a/1.10.2/assets/minecraft/models/item/clock_07.json b/1.10.2/assets/minecraft/models/item/clock_07.json new file mode 100644 index 00000000..a4017fd8 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/clock_07.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_07" + } +} diff --git a/1.10.2/assets/minecraft/models/item/clock_08.json b/1.10.2/assets/minecraft/models/item/clock_08.json new file mode 100644 index 00000000..32c44227 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/clock_08.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_08" + } +} diff --git a/1.10.2/assets/minecraft/models/item/clock_09.json b/1.10.2/assets/minecraft/models/item/clock_09.json new file mode 100644 index 00000000..94f7a230 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/clock_09.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_09" + } +} diff --git a/1.10.2/assets/minecraft/models/item/clock_10.json b/1.10.2/assets/minecraft/models/item/clock_10.json new file mode 100644 index 00000000..21d7d1ef --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/clock_10.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_10" + } +} diff --git a/1.10.2/assets/minecraft/models/item/clock_11.json b/1.10.2/assets/minecraft/models/item/clock_11.json new file mode 100644 index 00000000..38167cfa --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/clock_11.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_11" + } +} diff --git a/1.10.2/assets/minecraft/models/item/clock_12.json b/1.10.2/assets/minecraft/models/item/clock_12.json new file mode 100644 index 00000000..a80e2797 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/clock_12.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_12" + } +} diff --git a/1.10.2/assets/minecraft/models/item/clock_13.json b/1.10.2/assets/minecraft/models/item/clock_13.json new file mode 100644 index 00000000..3894e02b --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/clock_13.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_13" + } +} diff --git a/1.10.2/assets/minecraft/models/item/clock_14.json b/1.10.2/assets/minecraft/models/item/clock_14.json new file mode 100644 index 00000000..31054e33 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/clock_14.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_14" + } +} diff --git a/1.10.2/assets/minecraft/models/item/clock_15.json b/1.10.2/assets/minecraft/models/item/clock_15.json new file mode 100644 index 00000000..8bfe0855 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/clock_15.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_15" + } +} diff --git a/1.10.2/assets/minecraft/models/item/clock_16.json b/1.10.2/assets/minecraft/models/item/clock_16.json new file mode 100644 index 00000000..90e341f5 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/clock_16.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_16" + } +} diff --git a/1.10.2/assets/minecraft/models/item/clock_17.json b/1.10.2/assets/minecraft/models/item/clock_17.json new file mode 100644 index 00000000..1a81f5a2 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/clock_17.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_17" + } +} diff --git a/1.10.2/assets/minecraft/models/item/clock_18.json b/1.10.2/assets/minecraft/models/item/clock_18.json new file mode 100644 index 00000000..1df43b1f --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/clock_18.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_18" + } +} diff --git a/1.10.2/assets/minecraft/models/item/clock_19.json b/1.10.2/assets/minecraft/models/item/clock_19.json new file mode 100644 index 00000000..2e4d6362 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/clock_19.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_19" + } +} diff --git a/1.10.2/assets/minecraft/models/item/clock_20.json b/1.10.2/assets/minecraft/models/item/clock_20.json new file mode 100644 index 00000000..9d0ed270 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/clock_20.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_20" + } +} diff --git a/1.10.2/assets/minecraft/models/item/clock_21.json b/1.10.2/assets/minecraft/models/item/clock_21.json new file mode 100644 index 00000000..29248710 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/clock_21.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_21" + } +} diff --git a/1.10.2/assets/minecraft/models/item/clock_22.json b/1.10.2/assets/minecraft/models/item/clock_22.json new file mode 100644 index 00000000..32c2ca46 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/clock_22.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_22" + } +} diff --git a/1.10.2/assets/minecraft/models/item/clock_23.json b/1.10.2/assets/minecraft/models/item/clock_23.json new file mode 100644 index 00000000..493bdf0d --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/clock_23.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_23" + } +} diff --git a/1.10.2/assets/minecraft/models/item/clock_24.json b/1.10.2/assets/minecraft/models/item/clock_24.json new file mode 100644 index 00000000..3fd80643 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/clock_24.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_24" + } +} diff --git a/1.10.2/assets/minecraft/models/item/clock_25.json b/1.10.2/assets/minecraft/models/item/clock_25.json new file mode 100644 index 00000000..12ca11da --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/clock_25.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_25" + } +} diff --git a/1.10.2/assets/minecraft/models/item/clock_26.json b/1.10.2/assets/minecraft/models/item/clock_26.json new file mode 100644 index 00000000..8d10ae9b --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/clock_26.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_26" + } +} diff --git a/1.10.2/assets/minecraft/models/item/clock_27.json b/1.10.2/assets/minecraft/models/item/clock_27.json new file mode 100644 index 00000000..950efc8c --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/clock_27.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_27" + } +} diff --git a/1.10.2/assets/minecraft/models/item/clock_28.json b/1.10.2/assets/minecraft/models/item/clock_28.json new file mode 100644 index 00000000..c18a925c --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/clock_28.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_28" + } +} diff --git a/1.10.2/assets/minecraft/models/item/clock_29.json b/1.10.2/assets/minecraft/models/item/clock_29.json new file mode 100644 index 00000000..675e0e9e --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/clock_29.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_29" + } +} diff --git a/1.10.2/assets/minecraft/models/item/clock_30.json b/1.10.2/assets/minecraft/models/item/clock_30.json new file mode 100644 index 00000000..566e9d08 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/clock_30.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_30" + } +} diff --git a/1.10.2/assets/minecraft/models/item/clock_31.json b/1.10.2/assets/minecraft/models/item/clock_31.json new file mode 100644 index 00000000..62a9d0a6 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/clock_31.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_31" + } +} diff --git a/1.10.2/assets/minecraft/models/item/clock_32.json b/1.10.2/assets/minecraft/models/item/clock_32.json new file mode 100644 index 00000000..5455dcef --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/clock_32.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_32" + } +} diff --git a/1.10.2/assets/minecraft/models/item/clock_33.json b/1.10.2/assets/minecraft/models/item/clock_33.json new file mode 100644 index 00000000..87070c81 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/clock_33.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_33" + } +} diff --git a/1.10.2/assets/minecraft/models/item/clock_34.json b/1.10.2/assets/minecraft/models/item/clock_34.json new file mode 100644 index 00000000..f7e83f24 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/clock_34.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_34" + } +} diff --git a/1.10.2/assets/minecraft/models/item/clock_35.json b/1.10.2/assets/minecraft/models/item/clock_35.json new file mode 100644 index 00000000..7df669ca --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/clock_35.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_35" + } +} diff --git a/1.10.2/assets/minecraft/models/item/clock_36.json b/1.10.2/assets/minecraft/models/item/clock_36.json new file mode 100644 index 00000000..9c8249e9 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/clock_36.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_36" + } +} diff --git a/1.10.2/assets/minecraft/models/item/clock_37.json b/1.10.2/assets/minecraft/models/item/clock_37.json new file mode 100644 index 00000000..d42608d9 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/clock_37.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_37" + } +} diff --git a/1.10.2/assets/minecraft/models/item/clock_38.json b/1.10.2/assets/minecraft/models/item/clock_38.json new file mode 100644 index 00000000..89e6e25a --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/clock_38.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_38" + } +} diff --git a/1.10.2/assets/minecraft/models/item/clock_39.json b/1.10.2/assets/minecraft/models/item/clock_39.json new file mode 100644 index 00000000..6f0e240a --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/clock_39.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_39" + } +} diff --git a/1.10.2/assets/minecraft/models/item/clock_40.json b/1.10.2/assets/minecraft/models/item/clock_40.json new file mode 100644 index 00000000..52d3521a --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/clock_40.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_40" + } +} diff --git a/1.10.2/assets/minecraft/models/item/clock_41.json b/1.10.2/assets/minecraft/models/item/clock_41.json new file mode 100644 index 00000000..1849d818 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/clock_41.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_41" + } +} diff --git a/1.10.2/assets/minecraft/models/item/clock_42.json b/1.10.2/assets/minecraft/models/item/clock_42.json new file mode 100644 index 00000000..8cfaee8b --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/clock_42.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_42" + } +} diff --git a/1.10.2/assets/minecraft/models/item/clock_43.json b/1.10.2/assets/minecraft/models/item/clock_43.json new file mode 100644 index 00000000..4fbb8996 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/clock_43.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_43" + } +} diff --git a/1.10.2/assets/minecraft/models/item/clock_44.json b/1.10.2/assets/minecraft/models/item/clock_44.json new file mode 100644 index 00000000..033322e5 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/clock_44.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_44" + } +} diff --git a/1.10.2/assets/minecraft/models/item/clock_45.json b/1.10.2/assets/minecraft/models/item/clock_45.json new file mode 100644 index 00000000..f197403c --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/clock_45.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_45" + } +} diff --git a/1.10.2/assets/minecraft/models/item/clock_46.json b/1.10.2/assets/minecraft/models/item/clock_46.json new file mode 100644 index 00000000..74161041 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/clock_46.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_46" + } +} diff --git a/1.10.2/assets/minecraft/models/item/clock_47.json b/1.10.2/assets/minecraft/models/item/clock_47.json new file mode 100644 index 00000000..212ad808 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/clock_47.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_47" + } +} diff --git a/1.10.2/assets/minecraft/models/item/clock_48.json b/1.10.2/assets/minecraft/models/item/clock_48.json new file mode 100644 index 00000000..8305eb0f --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/clock_48.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_48" + } +} diff --git a/1.10.2/assets/minecraft/models/item/clock_49.json b/1.10.2/assets/minecraft/models/item/clock_49.json new file mode 100644 index 00000000..18a791c2 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/clock_49.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_49" + } +} diff --git a/1.10.2/assets/minecraft/models/item/clock_50.json b/1.10.2/assets/minecraft/models/item/clock_50.json new file mode 100644 index 00000000..67c38069 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/clock_50.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_50" + } +} diff --git a/1.10.2/assets/minecraft/models/item/clock_51.json b/1.10.2/assets/minecraft/models/item/clock_51.json new file mode 100644 index 00000000..9e03a85f --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/clock_51.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_51" + } +} diff --git a/1.10.2/assets/minecraft/models/item/clock_52.json b/1.10.2/assets/minecraft/models/item/clock_52.json new file mode 100644 index 00000000..09af0b0f --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/clock_52.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_52" + } +} diff --git a/1.10.2/assets/minecraft/models/item/clock_53.json b/1.10.2/assets/minecraft/models/item/clock_53.json new file mode 100644 index 00000000..c7f9e28e --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/clock_53.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_53" + } +} diff --git a/1.10.2/assets/minecraft/models/item/clock_54.json b/1.10.2/assets/minecraft/models/item/clock_54.json new file mode 100644 index 00000000..20e46bc7 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/clock_54.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_54" + } +} diff --git a/1.10.2/assets/minecraft/models/item/clock_55.json b/1.10.2/assets/minecraft/models/item/clock_55.json new file mode 100644 index 00000000..e7a68526 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/clock_55.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_55" + } +} diff --git a/1.10.2/assets/minecraft/models/item/clock_56.json b/1.10.2/assets/minecraft/models/item/clock_56.json new file mode 100644 index 00000000..40d6be54 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/clock_56.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_56" + } +} diff --git a/1.10.2/assets/minecraft/models/item/clock_57.json b/1.10.2/assets/minecraft/models/item/clock_57.json new file mode 100644 index 00000000..e8ce6be3 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/clock_57.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_57" + } +} diff --git a/1.10.2/assets/minecraft/models/item/clock_58.json b/1.10.2/assets/minecraft/models/item/clock_58.json new file mode 100644 index 00000000..2f7dce5d --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/clock_58.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_58" + } +} diff --git a/1.10.2/assets/minecraft/models/item/clock_59.json b/1.10.2/assets/minecraft/models/item/clock_59.json new file mode 100644 index 00000000..8d5ac4b8 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/clock_59.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_59" + } +} diff --git a/1.10.2/assets/minecraft/models/item/clock_60.json b/1.10.2/assets/minecraft/models/item/clock_60.json new file mode 100644 index 00000000..c7426a39 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/clock_60.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_60" + } +} diff --git a/1.10.2/assets/minecraft/models/item/clock_61.json b/1.10.2/assets/minecraft/models/item/clock_61.json new file mode 100644 index 00000000..64b649c1 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/clock_61.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_61" + } +} diff --git a/1.10.2/assets/minecraft/models/item/clock_62.json b/1.10.2/assets/minecraft/models/item/clock_62.json new file mode 100644 index 00000000..e5f3e3fc --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/clock_62.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_62" + } +} diff --git a/1.10.2/assets/minecraft/models/item/clock_63.json b/1.10.2/assets/minecraft/models/item/clock_63.json new file mode 100644 index 00000000..6fdb173b --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/clock_63.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_63" + } +} diff --git a/1.10.2/assets/minecraft/models/item/clownfish.json b/1.10.2/assets/minecraft/models/item/clownfish.json new file mode 100644 index 00000000..b0fbc71c --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/clownfish.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/fish_clownfish_raw" + } +} diff --git a/1.10.2/assets/minecraft/models/item/coal.json b/1.10.2/assets/minecraft/models/item/coal.json new file mode 100644 index 00000000..e9711906 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/coal.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/coal" + } +} diff --git a/1.10.2/assets/minecraft/models/item/coal_block.json b/1.10.2/assets/minecraft/models/item/coal_block.json new file mode 100644 index 00000000..3cb75fe3 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/coal_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/coal_block" +} diff --git a/1.10.2/assets/minecraft/models/item/coal_ore.json b/1.10.2/assets/minecraft/models/item/coal_ore.json new file mode 100644 index 00000000..cd432080 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/coal_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "block/coal_ore" +} diff --git a/1.10.2/assets/minecraft/models/item/coarse_dirt.json b/1.10.2/assets/minecraft/models/item/coarse_dirt.json new file mode 100644 index 00000000..0b0b7b28 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/coarse_dirt.json @@ -0,0 +1,3 @@ +{ + "parent": "block/coarse_dirt" +} diff --git a/1.10.2/assets/minecraft/models/item/cobblestone.json b/1.10.2/assets/minecraft/models/item/cobblestone.json new file mode 100644 index 00000000..6e8e19e4 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/cobblestone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cobblestone" +} diff --git a/1.10.2/assets/minecraft/models/item/cobblestone_monster_egg.json b/1.10.2/assets/minecraft/models/item/cobblestone_monster_egg.json new file mode 100644 index 00000000..6e8e19e4 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/cobblestone_monster_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cobblestone" +} diff --git a/1.10.2/assets/minecraft/models/item/cobblestone_slab.json b/1.10.2/assets/minecraft/models/item/cobblestone_slab.json new file mode 100644 index 00000000..bf17c318 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/cobblestone_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/half_slab_cobblestone" +} diff --git a/1.10.2/assets/minecraft/models/item/cobblestone_wall.json b/1.10.2/assets/minecraft/models/item/cobblestone_wall.json new file mode 100644 index 00000000..b9c6439e --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/cobblestone_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cobblestone_wall_inventory" +} diff --git a/1.10.2/assets/minecraft/models/item/cod.json b/1.10.2/assets/minecraft/models/item/cod.json new file mode 100644 index 00000000..0ff33990 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/cod.json @@ -0,0 +1,13 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/fish_cod_raw" + }, + "display": { + "head": { + "rotation": [ 0, 90, -60 ], + "translation": [ -7, -4, -7], + "scale":[ 0.8, 0.8, 0.8] + } + } +} diff --git a/1.10.2/assets/minecraft/models/item/command_block.json b/1.10.2/assets/minecraft/models/item/command_block.json new file mode 100644 index 00000000..5be8460d --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/command_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/command_block" +} diff --git a/1.10.2/assets/minecraft/models/item/command_block_minecart.json b/1.10.2/assets/minecraft/models/item/command_block_minecart.json new file mode 100644 index 00000000..b2f64a40 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/command_block_minecart.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/minecart_command_block" + } +} diff --git a/1.10.2/assets/minecraft/models/item/comparator.json b/1.10.2/assets/minecraft/models/item/comparator.json new file mode 100644 index 00000000..22b5a222 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/comparator.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/comparator" + } +} diff --git a/1.10.2/assets/minecraft/models/item/compass.json b/1.10.2/assets/minecraft/models/item/compass.json new file mode 100644 index 00000000..7d097c49 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/compass.json @@ -0,0 +1,41 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_16" + }, + "overrides": [ + { "predicate": { "angle": 0.000000 }, "model": "item/compass" }, + { "predicate": { "angle": 0.015625 }, "model": "item/compass_17" }, + { "predicate": { "angle": 0.046875 }, "model": "item/compass_18" }, + { "predicate": { "angle": 0.078125 }, "model": "item/compass_19" }, + { "predicate": { "angle": 0.109375 }, "model": "item/compass_20" }, + { "predicate": { "angle": 0.140625 }, "model": "item/compass_21" }, + { "predicate": { "angle": 0.171875 }, "model": "item/compass_22" }, + { "predicate": { "angle": 0.203125 }, "model": "item/compass_23" }, + { "predicate": { "angle": 0.234375 }, "model": "item/compass_24" }, + { "predicate": { "angle": 0.265625 }, "model": "item/compass_25" }, + { "predicate": { "angle": 0.296875 }, "model": "item/compass_26" }, + { "predicate": { "angle": 0.328125 }, "model": "item/compass_27" }, + { "predicate": { "angle": 0.359375 }, "model": "item/compass_28" }, + { "predicate": { "angle": 0.390625 }, "model": "item/compass_29" }, + { "predicate": { "angle": 0.421875 }, "model": "item/compass_30" }, + { "predicate": { "angle": 0.453125 }, "model": "item/compass_31" }, + { "predicate": { "angle": 0.484375 }, "model": "item/compass_00" }, + { "predicate": { "angle": 0.515625 }, "model": "item/compass_01" }, + { "predicate": { "angle": 0.546875 }, "model": "item/compass_02" }, + { "predicate": { "angle": 0.578125 }, "model": "item/compass_03" }, + { "predicate": { "angle": 0.609375 }, "model": "item/compass_04" }, + { "predicate": { "angle": 0.640625 }, "model": "item/compass_05" }, + { "predicate": { "angle": 0.671875 }, "model": "item/compass_06" }, + { "predicate": { "angle": 0.703125 }, "model": "item/compass_07" }, + { "predicate": { "angle": 0.734375 }, "model": "item/compass_08" }, + { "predicate": { "angle": 0.765625 }, "model": "item/compass_09" }, + { "predicate": { "angle": 0.796875 }, "model": "item/compass_10" }, + { "predicate": { "angle": 0.828125 }, "model": "item/compass_11" }, + { "predicate": { "angle": 0.859375 }, "model": "item/compass_12" }, + { "predicate": { "angle": 0.890625 }, "model": "item/compass_13" }, + { "predicate": { "angle": 0.921875 }, "model": "item/compass_14" }, + { "predicate": { "angle": 0.953125 }, "model": "item/compass_15" }, + { "predicate": { "angle": 0.984375 }, "model": "item/compass" } + ] +} diff --git a/1.10.2/assets/minecraft/models/item/compass_00.json b/1.10.2/assets/minecraft/models/item/compass_00.json new file mode 100644 index 00000000..1279a613 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/compass_00.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_00" + } +} diff --git a/1.10.2/assets/minecraft/models/item/compass_01.json b/1.10.2/assets/minecraft/models/item/compass_01.json new file mode 100644 index 00000000..6f9bff2b --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/compass_01.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_01" + } +} diff --git a/1.10.2/assets/minecraft/models/item/compass_02.json b/1.10.2/assets/minecraft/models/item/compass_02.json new file mode 100644 index 00000000..6ab597d3 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/compass_02.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_02" + } +} diff --git a/1.10.2/assets/minecraft/models/item/compass_03.json b/1.10.2/assets/minecraft/models/item/compass_03.json new file mode 100644 index 00000000..a3809e45 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/compass_03.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_03" + } +} diff --git a/1.10.2/assets/minecraft/models/item/compass_04.json b/1.10.2/assets/minecraft/models/item/compass_04.json new file mode 100644 index 00000000..eb0db3e2 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/compass_04.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_04" + } +} diff --git a/1.10.2/assets/minecraft/models/item/compass_05.json b/1.10.2/assets/minecraft/models/item/compass_05.json new file mode 100644 index 00000000..43df0723 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/compass_05.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_05" + } +} diff --git a/1.10.2/assets/minecraft/models/item/compass_06.json b/1.10.2/assets/minecraft/models/item/compass_06.json new file mode 100644 index 00000000..06371d68 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/compass_06.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_06" + } +} diff --git a/1.10.2/assets/minecraft/models/item/compass_07.json b/1.10.2/assets/minecraft/models/item/compass_07.json new file mode 100644 index 00000000..feff1a78 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/compass_07.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_07" + } +} diff --git a/1.10.2/assets/minecraft/models/item/compass_08.json b/1.10.2/assets/minecraft/models/item/compass_08.json new file mode 100644 index 00000000..5ba10459 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/compass_08.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_08" + } +} diff --git a/1.10.2/assets/minecraft/models/item/compass_09.json b/1.10.2/assets/minecraft/models/item/compass_09.json new file mode 100644 index 00000000..ea72092a --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/compass_09.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_09" + } +} diff --git a/1.10.2/assets/minecraft/models/item/compass_10.json b/1.10.2/assets/minecraft/models/item/compass_10.json new file mode 100644 index 00000000..98a69a8a --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/compass_10.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_10" + } +} diff --git a/1.10.2/assets/minecraft/models/item/compass_11.json b/1.10.2/assets/minecraft/models/item/compass_11.json new file mode 100644 index 00000000..31ff56c3 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/compass_11.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_11" + } +} diff --git a/1.10.2/assets/minecraft/models/item/compass_12.json b/1.10.2/assets/minecraft/models/item/compass_12.json new file mode 100644 index 00000000..ad73ad45 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/compass_12.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_12" + } +} diff --git a/1.10.2/assets/minecraft/models/item/compass_13.json b/1.10.2/assets/minecraft/models/item/compass_13.json new file mode 100644 index 00000000..74191b96 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/compass_13.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_13" + } +} diff --git a/1.10.2/assets/minecraft/models/item/compass_14.json b/1.10.2/assets/minecraft/models/item/compass_14.json new file mode 100644 index 00000000..abc4230d --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/compass_14.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_14" + } +} diff --git a/1.10.2/assets/minecraft/models/item/compass_15.json b/1.10.2/assets/minecraft/models/item/compass_15.json new file mode 100644 index 00000000..6d48ddd7 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/compass_15.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_15" + } +} diff --git a/1.10.2/assets/minecraft/models/item/compass_17.json b/1.10.2/assets/minecraft/models/item/compass_17.json new file mode 100644 index 00000000..63242778 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/compass_17.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_17" + } +} diff --git a/1.10.2/assets/minecraft/models/item/compass_18.json b/1.10.2/assets/minecraft/models/item/compass_18.json new file mode 100644 index 00000000..94ab6c31 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/compass_18.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_18" + } +} diff --git a/1.10.2/assets/minecraft/models/item/compass_19.json b/1.10.2/assets/minecraft/models/item/compass_19.json new file mode 100644 index 00000000..6d095d0c --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/compass_19.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_19" + } +} diff --git a/1.10.2/assets/minecraft/models/item/compass_20.json b/1.10.2/assets/minecraft/models/item/compass_20.json new file mode 100644 index 00000000..d5d2f624 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/compass_20.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_20" + } +} diff --git a/1.10.2/assets/minecraft/models/item/compass_21.json b/1.10.2/assets/minecraft/models/item/compass_21.json new file mode 100644 index 00000000..068e61f0 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/compass_21.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_21" + } +} diff --git a/1.10.2/assets/minecraft/models/item/compass_22.json b/1.10.2/assets/minecraft/models/item/compass_22.json new file mode 100644 index 00000000..704a7568 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/compass_22.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_22" + } +} diff --git a/1.10.2/assets/minecraft/models/item/compass_23.json b/1.10.2/assets/minecraft/models/item/compass_23.json new file mode 100644 index 00000000..d98fb086 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/compass_23.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_23" + } +} diff --git a/1.10.2/assets/minecraft/models/item/compass_24.json b/1.10.2/assets/minecraft/models/item/compass_24.json new file mode 100644 index 00000000..c6816853 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/compass_24.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_24" + } +} diff --git a/1.10.2/assets/minecraft/models/item/compass_25.json b/1.10.2/assets/minecraft/models/item/compass_25.json new file mode 100644 index 00000000..f7fb7d69 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/compass_25.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_25" + } +} diff --git a/1.10.2/assets/minecraft/models/item/compass_26.json b/1.10.2/assets/minecraft/models/item/compass_26.json new file mode 100644 index 00000000..53ef208e --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/compass_26.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_26" + } +} diff --git a/1.10.2/assets/minecraft/models/item/compass_27.json b/1.10.2/assets/minecraft/models/item/compass_27.json new file mode 100644 index 00000000..c4da3bd7 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/compass_27.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_27" + } +} diff --git a/1.10.2/assets/minecraft/models/item/compass_28.json b/1.10.2/assets/minecraft/models/item/compass_28.json new file mode 100644 index 00000000..d8551edf --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/compass_28.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_28" + } +} diff --git a/1.10.2/assets/minecraft/models/item/compass_29.json b/1.10.2/assets/minecraft/models/item/compass_29.json new file mode 100644 index 00000000..c3667eeb --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/compass_29.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_29" + } +} diff --git a/1.10.2/assets/minecraft/models/item/compass_30.json b/1.10.2/assets/minecraft/models/item/compass_30.json new file mode 100644 index 00000000..66f1c8d5 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/compass_30.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_30" + } +} diff --git a/1.10.2/assets/minecraft/models/item/compass_31.json b/1.10.2/assets/minecraft/models/item/compass_31.json new file mode 100644 index 00000000..7b180d57 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/compass_31.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_31" + } +} diff --git a/1.10.2/assets/minecraft/models/item/cooked_beef.json b/1.10.2/assets/minecraft/models/item/cooked_beef.json new file mode 100644 index 00000000..11d056a2 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/cooked_beef.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/beef_cooked" + } +} diff --git a/1.10.2/assets/minecraft/models/item/cooked_chicken.json b/1.10.2/assets/minecraft/models/item/cooked_chicken.json new file mode 100644 index 00000000..26e10f84 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/cooked_chicken.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/chicken_cooked" + } +} diff --git a/1.10.2/assets/minecraft/models/item/cooked_cod.json b/1.10.2/assets/minecraft/models/item/cooked_cod.json new file mode 100644 index 00000000..a6eb3c71 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/cooked_cod.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/fish_cod_cooked" + } +} diff --git a/1.10.2/assets/minecraft/models/item/cooked_mutton.json b/1.10.2/assets/minecraft/models/item/cooked_mutton.json new file mode 100644 index 00000000..457e465c --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/cooked_mutton.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/mutton_cooked" + } +} diff --git a/1.10.2/assets/minecraft/models/item/cooked_porkchop.json b/1.10.2/assets/minecraft/models/item/cooked_porkchop.json new file mode 100644 index 00000000..fea87265 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/cooked_porkchop.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/porkchop_cooked" + } +} diff --git a/1.10.2/assets/minecraft/models/item/cooked_rabbit.json b/1.10.2/assets/minecraft/models/item/cooked_rabbit.json new file mode 100644 index 00000000..e86ff163 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/cooked_rabbit.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/rabbit_cooked" + } +} diff --git a/1.10.2/assets/minecraft/models/item/cooked_salmon.json b/1.10.2/assets/minecraft/models/item/cooked_salmon.json new file mode 100644 index 00000000..c0992c32 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/cooked_salmon.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/fish_salmon_cooked" + } +} diff --git a/1.10.2/assets/minecraft/models/item/cookie.json b/1.10.2/assets/minecraft/models/item/cookie.json new file mode 100644 index 00000000..e1413d96 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/cookie.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/cookie" + } +} diff --git a/1.10.2/assets/minecraft/models/item/cracked_brick_monster_egg.json b/1.10.2/assets/minecraft/models/item/cracked_brick_monster_egg.json new file mode 100644 index 00000000..451025f9 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/cracked_brick_monster_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stonebrick_cracked" +} diff --git a/1.10.2/assets/minecraft/models/item/cracked_stonebrick.json b/1.10.2/assets/minecraft/models/item/cracked_stonebrick.json new file mode 100644 index 00000000..451025f9 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/cracked_stonebrick.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stonebrick_cracked" +} diff --git a/1.10.2/assets/minecraft/models/item/crafting_table.json b/1.10.2/assets/minecraft/models/item/crafting_table.json new file mode 100644 index 00000000..5ed7c346 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/crafting_table.json @@ -0,0 +1,3 @@ +{ + "parent": "block/crafting_table" +} diff --git a/1.10.2/assets/minecraft/models/item/cyan_carpet.json b/1.10.2/assets/minecraft/models/item/cyan_carpet.json new file mode 100644 index 00000000..a4f62974 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/cyan_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/carpet_cyan" +} diff --git a/1.10.2/assets/minecraft/models/item/cyan_stained_glass.json b/1.10.2/assets/minecraft/models/item/cyan_stained_glass.json new file mode 100644 index 00000000..0106ca63 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/cyan_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glass_cyan" +} diff --git a/1.10.2/assets/minecraft/models/item/cyan_stained_glass_pane.json b/1.10.2/assets/minecraft/models/item/cyan_stained_glass_pane.json new file mode 100644 index 00000000..3414246e --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/cyan_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/glass_cyan" + } +} diff --git a/1.10.2/assets/minecraft/models/item/cyan_stained_hardened_clay.json b/1.10.2/assets/minecraft/models/item/cyan_stained_hardened_clay.json new file mode 100644 index 00000000..797f155a --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/cyan_stained_hardened_clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hardened_clay_cyan" +} diff --git a/1.10.2/assets/minecraft/models/item/cyan_wool.json b/1.10.2/assets/minecraft/models/item/cyan_wool.json new file mode 100644 index 00000000..404cd055 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/cyan_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cyan_wool" +} diff --git a/1.10.2/assets/minecraft/models/item/dandelion.json b/1.10.2/assets/minecraft/models/item/dandelion.json new file mode 100644 index 00000000..ce8bc379 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/dandelion.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/flower_dandelion" + } +} diff --git a/1.10.2/assets/minecraft/models/item/dark_oak_boat.json b/1.10.2/assets/minecraft/models/item/dark_oak_boat.json new file mode 100644 index 00000000..0b75321c --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/dark_oak_boat.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/dark_oak_boat" + } +} diff --git a/1.10.2/assets/minecraft/models/item/dark_oak_door.json b/1.10.2/assets/minecraft/models/item/dark_oak_door.json new file mode 100644 index 00000000..f2448ef6 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/dark_oak_door.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/door_dark_oak" + } +} diff --git a/1.10.2/assets/minecraft/models/item/dark_oak_fence.json b/1.10.2/assets/minecraft/models/item/dark_oak_fence.json new file mode 100644 index 00000000..49f586cd --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/dark_oak_fence.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dark_oak_fence_inventory" +} diff --git a/1.10.2/assets/minecraft/models/item/dark_oak_fence_gate.json b/1.10.2/assets/minecraft/models/item/dark_oak_fence_gate.json new file mode 100644 index 00000000..8ab678e0 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/dark_oak_fence_gate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dark_oak_fence_gate_closed" +} diff --git a/1.10.2/assets/minecraft/models/item/dark_oak_leaves.json b/1.10.2/assets/minecraft/models/item/dark_oak_leaves.json new file mode 100644 index 00000000..6fa025a1 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/dark_oak_leaves.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dark_oak_leaves" +} diff --git a/1.10.2/assets/minecraft/models/item/dark_oak_log.json b/1.10.2/assets/minecraft/models/item/dark_oak_log.json new file mode 100644 index 00000000..5367456b --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/dark_oak_log.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dark_oak_log" +} diff --git a/1.10.2/assets/minecraft/models/item/dark_oak_planks.json b/1.10.2/assets/minecraft/models/item/dark_oak_planks.json new file mode 100644 index 00000000..afbfaa50 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/dark_oak_planks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dark_oak_planks" +} diff --git a/1.10.2/assets/minecraft/models/item/dark_oak_sapling.json b/1.10.2/assets/minecraft/models/item/dark_oak_sapling.json new file mode 100644 index 00000000..e1db19be --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/dark_oak_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/sapling_roofed_oak" + } +} diff --git a/1.10.2/assets/minecraft/models/item/dark_oak_slab.json b/1.10.2/assets/minecraft/models/item/dark_oak_slab.json new file mode 100644 index 00000000..f96b4311 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/dark_oak_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/half_slab_dark_oak" +} diff --git a/1.10.2/assets/minecraft/models/item/dark_oak_stairs.json b/1.10.2/assets/minecraft/models/item/dark_oak_stairs.json new file mode 100644 index 00000000..9ccee3bd --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/dark_oak_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dark_oak_stairs" +} diff --git a/1.10.2/assets/minecraft/models/item/dark_prismarine.json b/1.10.2/assets/minecraft/models/item/dark_prismarine.json new file mode 100644 index 00000000..ad9b0303 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/dark_prismarine.json @@ -0,0 +1,3 @@ +{ + "parent": "block/prismarine_dark" +} diff --git a/1.10.2/assets/minecraft/models/item/daylight_detector.json b/1.10.2/assets/minecraft/models/item/daylight_detector.json new file mode 100644 index 00000000..b646fa08 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/daylight_detector.json @@ -0,0 +1,3 @@ +{ + "parent": "block/daylight_detector" +} diff --git a/1.10.2/assets/minecraft/models/item/dead_bush.json b/1.10.2/assets/minecraft/models/item/dead_bush.json new file mode 100644 index 00000000..e57e518c --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/dead_bush.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/deadbush" + } +} diff --git a/1.10.2/assets/minecraft/models/item/detector_rail.json b/1.10.2/assets/minecraft/models/item/detector_rail.json new file mode 100644 index 00000000..efc4b8b7 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/detector_rail.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/rail_detector" + } +} diff --git a/1.10.2/assets/minecraft/models/item/diamond.json b/1.10.2/assets/minecraft/models/item/diamond.json new file mode 100644 index 00000000..3e0edfbe --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/diamond.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/diamond" + } +} diff --git a/1.10.2/assets/minecraft/models/item/diamond_axe.json b/1.10.2/assets/minecraft/models/item/diamond_axe.json new file mode 100644 index 00000000..ccf48cd4 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/diamond_axe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/diamond_axe" + } +} diff --git a/1.10.2/assets/minecraft/models/item/diamond_block.json b/1.10.2/assets/minecraft/models/item/diamond_block.json new file mode 100644 index 00000000..67ed76f1 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/diamond_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/diamond_block" +} diff --git a/1.10.2/assets/minecraft/models/item/diamond_boots.json b/1.10.2/assets/minecraft/models/item/diamond_boots.json new file mode 100644 index 00000000..c722f852 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/diamond_boots.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/diamond_boots" + } +} diff --git a/1.10.2/assets/minecraft/models/item/diamond_chestplate.json b/1.10.2/assets/minecraft/models/item/diamond_chestplate.json new file mode 100644 index 00000000..4b7c3f92 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/diamond_chestplate.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/diamond_chestplate" + } +} diff --git a/1.10.2/assets/minecraft/models/item/diamond_helmet.json b/1.10.2/assets/minecraft/models/item/diamond_helmet.json new file mode 100644 index 00000000..f72420d6 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/diamond_helmet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/diamond_helmet" + } +} diff --git a/1.10.2/assets/minecraft/models/item/diamond_hoe.json b/1.10.2/assets/minecraft/models/item/diamond_hoe.json new file mode 100644 index 00000000..19b5a104 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/diamond_hoe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/diamond_hoe" + } +} diff --git a/1.10.2/assets/minecraft/models/item/diamond_horse_armor.json b/1.10.2/assets/minecraft/models/item/diamond_horse_armor.json new file mode 100644 index 00000000..54f602ee --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/diamond_horse_armor.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/diamond_horse_armor" + } +} diff --git a/1.10.2/assets/minecraft/models/item/diamond_leggings.json b/1.10.2/assets/minecraft/models/item/diamond_leggings.json new file mode 100644 index 00000000..df99cbd9 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/diamond_leggings.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/diamond_leggings" + } +} diff --git a/1.10.2/assets/minecraft/models/item/diamond_ore.json b/1.10.2/assets/minecraft/models/item/diamond_ore.json new file mode 100644 index 00000000..f589a392 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/diamond_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "block/diamond_ore" +} diff --git a/1.10.2/assets/minecraft/models/item/diamond_pickaxe.json b/1.10.2/assets/minecraft/models/item/diamond_pickaxe.json new file mode 100644 index 00000000..f9d51fe3 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/diamond_pickaxe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/diamond_pickaxe" + } +} diff --git a/1.10.2/assets/minecraft/models/item/diamond_shovel.json b/1.10.2/assets/minecraft/models/item/diamond_shovel.json new file mode 100644 index 00000000..42ae374a --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/diamond_shovel.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/diamond_shovel" + } +} diff --git a/1.10.2/assets/minecraft/models/item/diamond_sword.json b/1.10.2/assets/minecraft/models/item/diamond_sword.json new file mode 100644 index 00000000..bf0adad4 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/diamond_sword.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/diamond_sword" + } +} diff --git a/1.10.2/assets/minecraft/models/item/diorite.json b/1.10.2/assets/minecraft/models/item/diorite.json new file mode 100644 index 00000000..885f62c6 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/diorite.json @@ -0,0 +1,3 @@ +{ + "parent": "block/diorite" +} diff --git a/1.10.2/assets/minecraft/models/item/diorite_smooth.json b/1.10.2/assets/minecraft/models/item/diorite_smooth.json new file mode 100644 index 00000000..931f6428 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/diorite_smooth.json @@ -0,0 +1,3 @@ +{ + "parent": "block/diorite_smooth" +} diff --git a/1.10.2/assets/minecraft/models/item/dirt.json b/1.10.2/assets/minecraft/models/item/dirt.json new file mode 100644 index 00000000..7fa106a8 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/dirt.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dirt" +} diff --git a/1.10.2/assets/minecraft/models/item/dispenser.json b/1.10.2/assets/minecraft/models/item/dispenser.json new file mode 100644 index 00000000..3c0fbc3a --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/dispenser.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dispenser" +} diff --git a/1.10.2/assets/minecraft/models/item/double_fern.json b/1.10.2/assets/minecraft/models/item/double_fern.json new file mode 100644 index 00000000..238d22be --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/double_fern.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/double_plant_fern_top" + } +} diff --git a/1.10.2/assets/minecraft/models/item/double_grass.json b/1.10.2/assets/minecraft/models/item/double_grass.json new file mode 100644 index 00000000..e35bb883 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/double_grass.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/double_plant_grass_top" + } +} diff --git a/1.10.2/assets/minecraft/models/item/double_rose.json b/1.10.2/assets/minecraft/models/item/double_rose.json new file mode 100644 index 00000000..a5b6bbab --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/double_rose.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/double_plant_rose_top" + } +} diff --git a/1.10.2/assets/minecraft/models/item/dragon_breath.json b/1.10.2/assets/minecraft/models/item/dragon_breath.json new file mode 100644 index 00000000..d9c4210c --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/dragon_breath.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/dragon_breath" + } +} diff --git a/1.10.2/assets/minecraft/models/item/dragon_egg.json b/1.10.2/assets/minecraft/models/item/dragon_egg.json new file mode 100644 index 00000000..aacec341 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/dragon_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dragon_egg" +} diff --git a/1.10.2/assets/minecraft/models/item/dropper.json b/1.10.2/assets/minecraft/models/item/dropper.json new file mode 100644 index 00000000..ac87db08 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/dropper.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dropper" +} diff --git a/1.10.2/assets/minecraft/models/item/dye_black.json b/1.10.2/assets/minecraft/models/item/dye_black.json new file mode 100644 index 00000000..afd128f4 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/dye_black.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/dye_powder_black" + } +} diff --git a/1.10.2/assets/minecraft/models/item/dye_blue.json b/1.10.2/assets/minecraft/models/item/dye_blue.json new file mode 100644 index 00000000..5e0887a4 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/dye_blue.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/dye_powder_blue" + } +} diff --git a/1.10.2/assets/minecraft/models/item/dye_brown.json b/1.10.2/assets/minecraft/models/item/dye_brown.json new file mode 100644 index 00000000..c7a6ab1e --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/dye_brown.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/dye_powder_brown" + } +} diff --git a/1.10.2/assets/minecraft/models/item/dye_cyan.json b/1.10.2/assets/minecraft/models/item/dye_cyan.json new file mode 100644 index 00000000..c8954f1a --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/dye_cyan.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/dye_powder_cyan" + } +} diff --git a/1.10.2/assets/minecraft/models/item/dye_gray.json b/1.10.2/assets/minecraft/models/item/dye_gray.json new file mode 100644 index 00000000..68994c1c --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/dye_gray.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/dye_powder_gray" + } +} diff --git a/1.10.2/assets/minecraft/models/item/dye_green.json b/1.10.2/assets/minecraft/models/item/dye_green.json new file mode 100644 index 00000000..19749a12 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/dye_green.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/dye_powder_green" + } +} diff --git a/1.10.2/assets/minecraft/models/item/dye_light_blue.json b/1.10.2/assets/minecraft/models/item/dye_light_blue.json new file mode 100644 index 00000000..0064b3ea --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/dye_light_blue.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/dye_powder_light_blue" + } +} diff --git a/1.10.2/assets/minecraft/models/item/dye_lime.json b/1.10.2/assets/minecraft/models/item/dye_lime.json new file mode 100644 index 00000000..328d7e14 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/dye_lime.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/dye_powder_lime" + } +} diff --git a/1.10.2/assets/minecraft/models/item/dye_magenta.json b/1.10.2/assets/minecraft/models/item/dye_magenta.json new file mode 100644 index 00000000..1b8cc41d --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/dye_magenta.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/dye_powder_magenta" + } +} diff --git a/1.10.2/assets/minecraft/models/item/dye_orange.json b/1.10.2/assets/minecraft/models/item/dye_orange.json new file mode 100644 index 00000000..b10f76e5 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/dye_orange.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/dye_powder_orange" + } +} diff --git a/1.10.2/assets/minecraft/models/item/dye_pink.json b/1.10.2/assets/minecraft/models/item/dye_pink.json new file mode 100644 index 00000000..35b02b64 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/dye_pink.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/dye_powder_pink" + } +} diff --git a/1.10.2/assets/minecraft/models/item/dye_purple.json b/1.10.2/assets/minecraft/models/item/dye_purple.json new file mode 100644 index 00000000..9b6150ae --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/dye_purple.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/dye_powder_purple" + } +} diff --git a/1.10.2/assets/minecraft/models/item/dye_red.json b/1.10.2/assets/minecraft/models/item/dye_red.json new file mode 100644 index 00000000..927f6f44 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/dye_red.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/dye_powder_red" + } +} diff --git a/1.10.2/assets/minecraft/models/item/dye_silver.json b/1.10.2/assets/minecraft/models/item/dye_silver.json new file mode 100644 index 00000000..7f877baf --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/dye_silver.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/dye_powder_silver" + } +} diff --git a/1.10.2/assets/minecraft/models/item/dye_white.json b/1.10.2/assets/minecraft/models/item/dye_white.json new file mode 100644 index 00000000..f3f89c51 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/dye_white.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/dye_powder_white" + } +} diff --git a/1.10.2/assets/minecraft/models/item/dye_yellow.json b/1.10.2/assets/minecraft/models/item/dye_yellow.json new file mode 100644 index 00000000..0fe57b2c --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/dye_yellow.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/dye_powder_yellow" + } +} diff --git a/1.10.2/assets/minecraft/models/item/egg.json b/1.10.2/assets/minecraft/models/item/egg.json new file mode 100644 index 00000000..22cefe4b --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/egg.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/egg" + } +} diff --git a/1.10.2/assets/minecraft/models/item/elytra.json b/1.10.2/assets/minecraft/models/item/elytra.json new file mode 100644 index 00000000..1a4e3cb4 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/elytra.json @@ -0,0 +1,14 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/elytra" + }, + "overrides": [ + { + "predicate": { + "broken": 1 + }, + "model": "item/broken_elytra" + } + ] +} diff --git a/1.10.2/assets/minecraft/models/item/emerald.json b/1.10.2/assets/minecraft/models/item/emerald.json new file mode 100644 index 00000000..48e70672 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/emerald.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/emerald" + } +} diff --git a/1.10.2/assets/minecraft/models/item/emerald_block.json b/1.10.2/assets/minecraft/models/item/emerald_block.json new file mode 100644 index 00000000..46b4d61d --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/emerald_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/emerald_block" +} diff --git a/1.10.2/assets/minecraft/models/item/emerald_ore.json b/1.10.2/assets/minecraft/models/item/emerald_ore.json new file mode 100644 index 00000000..8c0cf6d4 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/emerald_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "block/emerald_ore" +} diff --git a/1.10.2/assets/minecraft/models/item/enchanted_book.json b/1.10.2/assets/minecraft/models/item/enchanted_book.json new file mode 100644 index 00000000..bc32d4ef --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/enchanted_book.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/book_enchanted" + } +} diff --git a/1.10.2/assets/minecraft/models/item/enchanting_table.json b/1.10.2/assets/minecraft/models/item/enchanting_table.json new file mode 100644 index 00000000..b5dcc8d2 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/enchanting_table.json @@ -0,0 +1,3 @@ +{ + "parent": "block/enchanting_table_base" +} diff --git a/1.10.2/assets/minecraft/models/item/end_bricks.json b/1.10.2/assets/minecraft/models/item/end_bricks.json new file mode 100644 index 00000000..a42214b0 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/end_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/end_bricks" +} diff --git a/1.10.2/assets/minecraft/models/item/end_crystal.json b/1.10.2/assets/minecraft/models/item/end_crystal.json new file mode 100644 index 00000000..1e3fbf15 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/end_crystal.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/end_crystal" + } +} diff --git a/1.10.2/assets/minecraft/models/item/end_portal_frame.json b/1.10.2/assets/minecraft/models/item/end_portal_frame.json new file mode 100644 index 00000000..9156cbe1 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/end_portal_frame.json @@ -0,0 +1,3 @@ +{ + "parent": "block/end_portal_frame_empty" +} diff --git a/1.10.2/assets/minecraft/models/item/end_rod.json b/1.10.2/assets/minecraft/models/item/end_rod.json new file mode 100644 index 00000000..1f6c26e1 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/end_rod.json @@ -0,0 +1,6 @@ +{ + "parent": "block/end_rod", + "textures": { + "layer0": "blocks/end_rod" + } +} diff --git a/1.10.2/assets/minecraft/models/item/end_stone.json b/1.10.2/assets/minecraft/models/item/end_stone.json new file mode 100644 index 00000000..1d8ed6d1 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/end_stone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/end_stone" +} diff --git a/1.10.2/assets/minecraft/models/item/ender_chest.json b/1.10.2/assets/minecraft/models/item/ender_chest.json new file mode 100644 index 00000000..c7435714 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/ender_chest.json @@ -0,0 +1,3 @@ +{ + "parent": "item/chest" +} diff --git a/1.10.2/assets/minecraft/models/item/ender_eye.json b/1.10.2/assets/minecraft/models/item/ender_eye.json new file mode 100644 index 00000000..63be207c --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/ender_eye.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/ender_eye" + } +} diff --git a/1.10.2/assets/minecraft/models/item/ender_pearl.json b/1.10.2/assets/minecraft/models/item/ender_pearl.json new file mode 100644 index 00000000..7f719568 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/ender_pearl.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/ender_pearl" + } +} diff --git a/1.10.2/assets/minecraft/models/item/experience_bottle.json b/1.10.2/assets/minecraft/models/item/experience_bottle.json new file mode 100644 index 00000000..66bb69f9 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/experience_bottle.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/experience_bottle" + } +} diff --git a/1.10.2/assets/minecraft/models/item/farmland.json b/1.10.2/assets/minecraft/models/item/farmland.json new file mode 100644 index 00000000..41086220 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/farmland.json @@ -0,0 +1,3 @@ +{ + "parent": "block/farmland_dry" +} diff --git a/1.10.2/assets/minecraft/models/item/feather.json b/1.10.2/assets/minecraft/models/item/feather.json new file mode 100644 index 00000000..180ed63d --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/feather.json @@ -0,0 +1,13 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/feather" + }, + "display": { + "head": { + "rotation": [ 0, 0, 45 ], + "translation": [ -1, 13, 7], + "scale":[ 1, 1, 1] + } + } +} diff --git a/1.10.2/assets/minecraft/models/item/fermented_spider_eye.json b/1.10.2/assets/minecraft/models/item/fermented_spider_eye.json new file mode 100644 index 00000000..d2d5a37b --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/fermented_spider_eye.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/spider_eye_fermented" + } +} diff --git a/1.10.2/assets/minecraft/models/item/fern.json b/1.10.2/assets/minecraft/models/item/fern.json new file mode 100644 index 00000000..9e242d27 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/fern.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/fern" + } +} diff --git a/1.10.2/assets/minecraft/models/item/filled_map.json b/1.10.2/assets/minecraft/models/item/filled_map.json new file mode 100644 index 00000000..acc38051 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/filled_map.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/map_filled" + } +} diff --git a/1.10.2/assets/minecraft/models/item/fire_charge.json b/1.10.2/assets/minecraft/models/item/fire_charge.json new file mode 100644 index 00000000..5f74c2e8 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/fire_charge.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/fireball" + } +} diff --git a/1.10.2/assets/minecraft/models/item/firework_charge.json b/1.10.2/assets/minecraft/models/item/firework_charge.json new file mode 100644 index 00000000..b315541d --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/firework_charge.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/fireworks_charge", + "layer1": "items/fireworks_charge_overlay" + } +} diff --git a/1.10.2/assets/minecraft/models/item/fireworks.json b/1.10.2/assets/minecraft/models/item/fireworks.json new file mode 100644 index 00000000..705d9703 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/fireworks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/fireworks" + } +} diff --git a/1.10.2/assets/minecraft/models/item/fishing_rod.json b/1.10.2/assets/minecraft/models/item/fishing_rod.json new file mode 100644 index 00000000..fd412caf --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/fishing_rod.json @@ -0,0 +1,14 @@ +{ + "parent": "item/handheld_rod", + "textures": { + "layer0": "items/fishing_rod_uncast" + }, + "overrides": [ + { + "predicate": { + "cast": 1 + }, + "model": "item/fishing_rod_cast" + } + ] +} diff --git a/1.10.2/assets/minecraft/models/item/fishing_rod_cast.json b/1.10.2/assets/minecraft/models/item/fishing_rod_cast.json new file mode 100644 index 00000000..c2c91930 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/fishing_rod_cast.json @@ -0,0 +1,6 @@ +{ + "parent": "item/fishing_rod", + "textures": { + "layer0": "items/fishing_rod_cast" + } +} diff --git a/1.10.2/assets/minecraft/models/item/flint.json b/1.10.2/assets/minecraft/models/item/flint.json new file mode 100644 index 00000000..e0e49243 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/flint.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/flint" + } +} diff --git a/1.10.2/assets/minecraft/models/item/flint_and_steel.json b/1.10.2/assets/minecraft/models/item/flint_and_steel.json new file mode 100644 index 00000000..2c1b935e --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/flint_and_steel.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/flint_and_steel" + } +} diff --git a/1.10.2/assets/minecraft/models/item/flower_pot.json b/1.10.2/assets/minecraft/models/item/flower_pot.json new file mode 100644 index 00000000..2c077d26 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/flower_pot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/flower_pot" + } +} diff --git a/1.10.2/assets/minecraft/models/item/furnace.json b/1.10.2/assets/minecraft/models/item/furnace.json new file mode 100644 index 00000000..029275c7 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/furnace.json @@ -0,0 +1,3 @@ +{ + "parent": "block/furnace" +} diff --git a/1.10.2/assets/minecraft/models/item/furnace_minecart.json b/1.10.2/assets/minecraft/models/item/furnace_minecart.json new file mode 100644 index 00000000..5b902d66 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/furnace_minecart.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/minecart_furnace" + } +} diff --git a/1.10.2/assets/minecraft/models/item/generated.json b/1.10.2/assets/minecraft/models/item/generated.json new file mode 100644 index 00000000..e7c6632f --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/generated.json @@ -0,0 +1,25 @@ +{ + "parent": "builtin/generated", + "display": { + "ground": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 2, 0], + "scale":[ 0.5, 0.5, 0.5 ] + }, + "head": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 13, 7], + "scale":[ 1, 1, 1] + }, + "thirdperson_righthand": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 3, 1 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson_righthand": { + "rotation": [ 0, -90, 25 ], + "translation": [ 1.13, 3.2, 1.13], + "scale": [ 0.68, 0.68, 0.68 ] + } + } +} diff --git a/1.10.2/assets/minecraft/models/item/ghast_tear.json b/1.10.2/assets/minecraft/models/item/ghast_tear.json new file mode 100644 index 00000000..5333f76c --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/ghast_tear.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/ghast_tear" + } +} diff --git a/1.10.2/assets/minecraft/models/item/glass.json b/1.10.2/assets/minecraft/models/item/glass.json new file mode 100644 index 00000000..91500b64 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glass" +} diff --git a/1.10.2/assets/minecraft/models/item/glass_bottle.json b/1.10.2/assets/minecraft/models/item/glass_bottle.json new file mode 100644 index 00000000..7d6a2557 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/glass_bottle.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/potion_bottle_empty" + } +} diff --git a/1.10.2/assets/minecraft/models/item/glass_pane.json b/1.10.2/assets/minecraft/models/item/glass_pane.json new file mode 100644 index 00000000..2f969162 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/glass" + } +} diff --git a/1.10.2/assets/minecraft/models/item/glowstone.json b/1.10.2/assets/minecraft/models/item/glowstone.json new file mode 100644 index 00000000..330bd266 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/glowstone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glowstone" +} diff --git a/1.10.2/assets/minecraft/models/item/glowstone_dust.json b/1.10.2/assets/minecraft/models/item/glowstone_dust.json new file mode 100644 index 00000000..5304f170 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/glowstone_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/glowstone_dust" + } +} diff --git a/1.10.2/assets/minecraft/models/item/gold_block.json b/1.10.2/assets/minecraft/models/item/gold_block.json new file mode 100644 index 00000000..c93c124a --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/gold_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/gold_block" +} diff --git a/1.10.2/assets/minecraft/models/item/gold_ingot.json b/1.10.2/assets/minecraft/models/item/gold_ingot.json new file mode 100644 index 00000000..ccac7fb1 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/gold_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/gold_ingot" + } +} diff --git a/1.10.2/assets/minecraft/models/item/gold_nugget.json b/1.10.2/assets/minecraft/models/item/gold_nugget.json new file mode 100644 index 00000000..3a6c9a04 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/gold_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/gold_nugget" + } +} diff --git a/1.10.2/assets/minecraft/models/item/gold_ore.json b/1.10.2/assets/minecraft/models/item/gold_ore.json new file mode 100644 index 00000000..7de63604 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/gold_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "block/gold_ore" +} diff --git a/1.10.2/assets/minecraft/models/item/golden_apple.json b/1.10.2/assets/minecraft/models/item/golden_apple.json new file mode 100644 index 00000000..8b351c22 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/golden_apple.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/apple_golden" + } +} diff --git a/1.10.2/assets/minecraft/models/item/golden_axe.json b/1.10.2/assets/minecraft/models/item/golden_axe.json new file mode 100644 index 00000000..a5b9e611 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/golden_axe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/gold_axe" + } +} diff --git a/1.10.2/assets/minecraft/models/item/golden_boots.json b/1.10.2/assets/minecraft/models/item/golden_boots.json new file mode 100644 index 00000000..cc61f6a9 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/golden_boots.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/gold_boots" + } +} diff --git a/1.10.2/assets/minecraft/models/item/golden_carrot.json b/1.10.2/assets/minecraft/models/item/golden_carrot.json new file mode 100644 index 00000000..97ef7567 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/golden_carrot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/carrot_golden" + } +} diff --git a/1.10.2/assets/minecraft/models/item/golden_chestplate.json b/1.10.2/assets/minecraft/models/item/golden_chestplate.json new file mode 100644 index 00000000..d843c052 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/golden_chestplate.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/gold_chestplate" + } +} diff --git a/1.10.2/assets/minecraft/models/item/golden_helmet.json b/1.10.2/assets/minecraft/models/item/golden_helmet.json new file mode 100644 index 00000000..006f62ed --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/golden_helmet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/gold_helmet" + } +} diff --git a/1.10.2/assets/minecraft/models/item/golden_hoe.json b/1.10.2/assets/minecraft/models/item/golden_hoe.json new file mode 100644 index 00000000..79e4d50d --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/golden_hoe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/gold_hoe" + } +} diff --git a/1.10.2/assets/minecraft/models/item/golden_horse_armor.json b/1.10.2/assets/minecraft/models/item/golden_horse_armor.json new file mode 100644 index 00000000..dc20445f --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/golden_horse_armor.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/gold_horse_armor" + } +} diff --git a/1.10.2/assets/minecraft/models/item/golden_leggings.json b/1.10.2/assets/minecraft/models/item/golden_leggings.json new file mode 100644 index 00000000..c6331d2b --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/golden_leggings.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/gold_leggings" + } +} diff --git a/1.10.2/assets/minecraft/models/item/golden_pickaxe.json b/1.10.2/assets/minecraft/models/item/golden_pickaxe.json new file mode 100644 index 00000000..94500689 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/golden_pickaxe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/gold_pickaxe" + } +} diff --git a/1.10.2/assets/minecraft/models/item/golden_rail.json b/1.10.2/assets/minecraft/models/item/golden_rail.json new file mode 100644 index 00000000..29c5693e --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/golden_rail.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/rail_golden" + } +} diff --git a/1.10.2/assets/minecraft/models/item/golden_shovel.json b/1.10.2/assets/minecraft/models/item/golden_shovel.json new file mode 100644 index 00000000..b19ae98a --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/golden_shovel.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/gold_shovel" + } +} diff --git a/1.10.2/assets/minecraft/models/item/golden_sword.json b/1.10.2/assets/minecraft/models/item/golden_sword.json new file mode 100644 index 00000000..a5f76703 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/golden_sword.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/gold_sword" + } +} diff --git a/1.10.2/assets/minecraft/models/item/granite.json b/1.10.2/assets/minecraft/models/item/granite.json new file mode 100644 index 00000000..1355a62d --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/granite.json @@ -0,0 +1,3 @@ +{ + "parent": "block/granite" +} diff --git a/1.10.2/assets/minecraft/models/item/granite_smooth.json b/1.10.2/assets/minecraft/models/item/granite_smooth.json new file mode 100644 index 00000000..7e8f434a --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/granite_smooth.json @@ -0,0 +1,3 @@ +{ + "parent": "block/granite_smooth" +} diff --git a/1.10.2/assets/minecraft/models/item/grass.json b/1.10.2/assets/minecraft/models/item/grass.json new file mode 100644 index 00000000..5307dafb --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/grass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/grass_normal" +} diff --git a/1.10.2/assets/minecraft/models/item/grass_path.json b/1.10.2/assets/minecraft/models/item/grass_path.json new file mode 100644 index 00000000..b12e1511 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/grass_path.json @@ -0,0 +1,3 @@ +{ + "parent": "block/grass_path" +} diff --git a/1.10.2/assets/minecraft/models/item/gravel.json b/1.10.2/assets/minecraft/models/item/gravel.json new file mode 100644 index 00000000..0d75aae2 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/gravel.json @@ -0,0 +1,3 @@ +{ + "parent": "block/gravel" +} diff --git a/1.10.2/assets/minecraft/models/item/gray_carpet.json b/1.10.2/assets/minecraft/models/item/gray_carpet.json new file mode 100644 index 00000000..b660dc23 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/gray_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/carpet_gray" +} diff --git a/1.10.2/assets/minecraft/models/item/gray_stained_glass.json b/1.10.2/assets/minecraft/models/item/gray_stained_glass.json new file mode 100644 index 00000000..d032c9f9 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/gray_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glass_gray" +} diff --git a/1.10.2/assets/minecraft/models/item/gray_stained_glass_pane.json b/1.10.2/assets/minecraft/models/item/gray_stained_glass_pane.json new file mode 100644 index 00000000..20f727cc --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/gray_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/glass_gray" + } +} diff --git a/1.10.2/assets/minecraft/models/item/gray_stained_hardened_clay.json b/1.10.2/assets/minecraft/models/item/gray_stained_hardened_clay.json new file mode 100644 index 00000000..b350707e --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/gray_stained_hardened_clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hardened_clay_gray" +} diff --git a/1.10.2/assets/minecraft/models/item/gray_wool.json b/1.10.2/assets/minecraft/models/item/gray_wool.json new file mode 100644 index 00000000..b92853c6 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/gray_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/gray_wool" +} diff --git a/1.10.2/assets/minecraft/models/item/green_carpet.json b/1.10.2/assets/minecraft/models/item/green_carpet.json new file mode 100644 index 00000000..ff0a5527 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/green_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/carpet_green" +} diff --git a/1.10.2/assets/minecraft/models/item/green_stained_glass.json b/1.10.2/assets/minecraft/models/item/green_stained_glass.json new file mode 100644 index 00000000..781875a5 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/green_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glass_green" +} diff --git a/1.10.2/assets/minecraft/models/item/green_stained_glass_pane.json b/1.10.2/assets/minecraft/models/item/green_stained_glass_pane.json new file mode 100644 index 00000000..df84f555 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/green_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/glass_green" + } +} diff --git a/1.10.2/assets/minecraft/models/item/green_stained_hardened_clay.json b/1.10.2/assets/minecraft/models/item/green_stained_hardened_clay.json new file mode 100644 index 00000000..17caf422 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/green_stained_hardened_clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hardened_clay_green" +} diff --git a/1.10.2/assets/minecraft/models/item/green_wool.json b/1.10.2/assets/minecraft/models/item/green_wool.json new file mode 100644 index 00000000..4c5ae5d7 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/green_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/green_wool" +} diff --git a/1.10.2/assets/minecraft/models/item/gunpowder.json b/1.10.2/assets/minecraft/models/item/gunpowder.json new file mode 100644 index 00000000..8fab33a6 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/gunpowder.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/gunpowder" + } +} diff --git a/1.10.2/assets/minecraft/models/item/handheld.json b/1.10.2/assets/minecraft/models/item/handheld.json new file mode 100644 index 00000000..51ea90fc --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/handheld.json @@ -0,0 +1,25 @@ +{ + "parent": "item/generated", + "display": { + "thirdperson_righthand": { + "rotation": [ 0, -90, 55 ], + "translation": [ 0, 4.0, 0.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "thirdperson_lefthand": { + "rotation": [ 0, 90, -55 ], + "translation": [ 0, 4.0, 0.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson_righthand": { + "rotation": [ 0, -90, 25 ], + "translation": [ 1.13, 3.2, 1.13 ], + "scale": [ 0.68, 0.68, 0.68 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, 90, -25 ], + "translation": [ 1.13, 3.2, 1.13 ], + "scale": [ 0.68, 0.68, 0.68 ] + } + } +} diff --git a/1.10.2/assets/minecraft/models/item/handheld_rod.json b/1.10.2/assets/minecraft/models/item/handheld_rod.json new file mode 100644 index 00000000..de794a4a --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/handheld_rod.json @@ -0,0 +1,25 @@ +{ + "parent": "item/handheld", + "display": { + "thirdperson_righthand": { + "rotation": [ 0, 90, 55 ], + "translation": [ 0, 4.0, 2.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "thirdperson_lefthand": { + "rotation": [ 0, -90, -55 ], + "translation": [ 0, 4.0, 2.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 90, 25 ], + "translation": [ 0, 1.6, 0.8 ], + "scale": [ 0.68, 0.68, 0.68 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, -90, -25 ], + "translation": [ 0, 1.6, 0.8 ], + "scale": [ 0.68, 0.68, 0.68 ] + } + } +} diff --git a/1.10.2/assets/minecraft/models/item/hardened_clay.json b/1.10.2/assets/minecraft/models/item/hardened_clay.json new file mode 100644 index 00000000..0fddfb5e --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/hardened_clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hardened_clay" +} diff --git a/1.10.2/assets/minecraft/models/item/hay_block.json b/1.10.2/assets/minecraft/models/item/hay_block.json new file mode 100644 index 00000000..4bce33b7 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/hay_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hay" +} diff --git a/1.10.2/assets/minecraft/models/item/heavy_weighted_pressure_plate.json b/1.10.2/assets/minecraft/models/item/heavy_weighted_pressure_plate.json new file mode 100644 index 00000000..086cb4bb --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/heavy_weighted_pressure_plate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/heavy_pressure_plate_up" +} diff --git a/1.10.2/assets/minecraft/models/item/hopper.json b/1.10.2/assets/minecraft/models/item/hopper.json new file mode 100644 index 00000000..fec83c80 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/hopper.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/hopper" + } +} diff --git a/1.10.2/assets/minecraft/models/item/hopper_minecart.json b/1.10.2/assets/minecraft/models/item/hopper_minecart.json new file mode 100644 index 00000000..0be6a666 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/hopper_minecart.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/minecart_hopper" + } +} diff --git a/1.10.2/assets/minecraft/models/item/houstonia.json b/1.10.2/assets/minecraft/models/item/houstonia.json new file mode 100644 index 00000000..5e010291 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/houstonia.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/flower_houstonia" + } +} diff --git a/1.10.2/assets/minecraft/models/item/ice.json b/1.10.2/assets/minecraft/models/item/ice.json new file mode 100644 index 00000000..b7f5c4ad --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/ice.json @@ -0,0 +1,3 @@ +{ + "parent": "block/ice" +} diff --git a/1.10.2/assets/minecraft/models/item/iron_axe.json b/1.10.2/assets/minecraft/models/item/iron_axe.json new file mode 100644 index 00000000..78f249e4 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/iron_axe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/iron_axe" + } +} diff --git a/1.10.2/assets/minecraft/models/item/iron_bars.json b/1.10.2/assets/minecraft/models/item/iron_bars.json new file mode 100644 index 00000000..13d76c5a --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/iron_bars.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/iron_bars" + } +} diff --git a/1.10.2/assets/minecraft/models/item/iron_block.json b/1.10.2/assets/minecraft/models/item/iron_block.json new file mode 100644 index 00000000..7a6a30ad --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/iron_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/iron_block" +} diff --git a/1.10.2/assets/minecraft/models/item/iron_boots.json b/1.10.2/assets/minecraft/models/item/iron_boots.json new file mode 100644 index 00000000..63b9331a --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/iron_boots.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/iron_boots" + } +} diff --git a/1.10.2/assets/minecraft/models/item/iron_chestplate.json b/1.10.2/assets/minecraft/models/item/iron_chestplate.json new file mode 100644 index 00000000..0e3fe9ef --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/iron_chestplate.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/iron_chestplate" + } +} diff --git a/1.10.2/assets/minecraft/models/item/iron_door.json b/1.10.2/assets/minecraft/models/item/iron_door.json new file mode 100644 index 00000000..94460de4 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/iron_door.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/door_iron" + } +} diff --git a/1.10.2/assets/minecraft/models/item/iron_helmet.json b/1.10.2/assets/minecraft/models/item/iron_helmet.json new file mode 100644 index 00000000..3e294f3b --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/iron_helmet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/iron_helmet" + } +} diff --git a/1.10.2/assets/minecraft/models/item/iron_hoe.json b/1.10.2/assets/minecraft/models/item/iron_hoe.json new file mode 100644 index 00000000..656a0b71 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/iron_hoe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/iron_hoe" + } +} diff --git a/1.10.2/assets/minecraft/models/item/iron_horse_armor.json b/1.10.2/assets/minecraft/models/item/iron_horse_armor.json new file mode 100644 index 00000000..9f986bd8 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/iron_horse_armor.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/iron_horse_armor" + } +} diff --git a/1.10.2/assets/minecraft/models/item/iron_ingot.json b/1.10.2/assets/minecraft/models/item/iron_ingot.json new file mode 100644 index 00000000..57731355 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/iron_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/iron_ingot" + } +} diff --git a/1.10.2/assets/minecraft/models/item/iron_leggings.json b/1.10.2/assets/minecraft/models/item/iron_leggings.json new file mode 100644 index 00000000..d5d477e1 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/iron_leggings.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/iron_leggings" + } +} diff --git a/1.10.2/assets/minecraft/models/item/iron_ore.json b/1.10.2/assets/minecraft/models/item/iron_ore.json new file mode 100644 index 00000000..34a8fba1 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/iron_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "block/iron_ore" +} diff --git a/1.10.2/assets/minecraft/models/item/iron_pickaxe.json b/1.10.2/assets/minecraft/models/item/iron_pickaxe.json new file mode 100644 index 00000000..5b3926cc --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/iron_pickaxe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/iron_pickaxe" + } +} diff --git a/1.10.2/assets/minecraft/models/item/iron_shovel.json b/1.10.2/assets/minecraft/models/item/iron_shovel.json new file mode 100644 index 00000000..0e056218 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/iron_shovel.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/iron_shovel" + } +} diff --git a/1.10.2/assets/minecraft/models/item/iron_sword.json b/1.10.2/assets/minecraft/models/item/iron_sword.json new file mode 100644 index 00000000..d26e40ef --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/iron_sword.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/iron_sword" + } +} diff --git a/1.10.2/assets/minecraft/models/item/iron_trapdoor.json b/1.10.2/assets/minecraft/models/item/iron_trapdoor.json new file mode 100644 index 00000000..40f44a8b --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/iron_trapdoor.json @@ -0,0 +1,3 @@ +{ + "parent": "block/iron_trapdoor_bottom" +} diff --git a/1.10.2/assets/minecraft/models/item/item_frame.json b/1.10.2/assets/minecraft/models/item/item_frame.json new file mode 100644 index 00000000..dc12d562 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/item_frame.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/item_frame" + } +} diff --git a/1.10.2/assets/minecraft/models/item/jukebox.json b/1.10.2/assets/minecraft/models/item/jukebox.json new file mode 100644 index 00000000..bf840fa8 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/jukebox.json @@ -0,0 +1,3 @@ +{ + "parent": "block/jukebox" +} diff --git a/1.10.2/assets/minecraft/models/item/jungle_boat.json b/1.10.2/assets/minecraft/models/item/jungle_boat.json new file mode 100644 index 00000000..e4131533 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/jungle_boat.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/jungle_boat" + } +} diff --git a/1.10.2/assets/minecraft/models/item/jungle_door.json b/1.10.2/assets/minecraft/models/item/jungle_door.json new file mode 100644 index 00000000..194d00fe --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/jungle_door.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/door_jungle" + } +} diff --git a/1.10.2/assets/minecraft/models/item/jungle_fence.json b/1.10.2/assets/minecraft/models/item/jungle_fence.json new file mode 100644 index 00000000..0003ec67 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/jungle_fence.json @@ -0,0 +1,3 @@ +{ + "parent": "block/jungle_fence_inventory" +} diff --git a/1.10.2/assets/minecraft/models/item/jungle_fence_gate.json b/1.10.2/assets/minecraft/models/item/jungle_fence_gate.json new file mode 100644 index 00000000..8757d518 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/jungle_fence_gate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/jungle_fence_gate_closed" +} diff --git a/1.10.2/assets/minecraft/models/item/jungle_leaves.json b/1.10.2/assets/minecraft/models/item/jungle_leaves.json new file mode 100644 index 00000000..15593fbd --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/jungle_leaves.json @@ -0,0 +1,3 @@ +{ + "parent": "block/jungle_leaves" +} diff --git a/1.10.2/assets/minecraft/models/item/jungle_log.json b/1.10.2/assets/minecraft/models/item/jungle_log.json new file mode 100644 index 00000000..00da19d4 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/jungle_log.json @@ -0,0 +1,3 @@ +{ + "parent": "block/jungle_log" +} diff --git a/1.10.2/assets/minecraft/models/item/jungle_planks.json b/1.10.2/assets/minecraft/models/item/jungle_planks.json new file mode 100644 index 00000000..23064c8e --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/jungle_planks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/jungle_planks" +} diff --git a/1.10.2/assets/minecraft/models/item/jungle_sapling.json b/1.10.2/assets/minecraft/models/item/jungle_sapling.json new file mode 100644 index 00000000..619c5455 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/jungle_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/sapling_jungle" + } +} diff --git a/1.10.2/assets/minecraft/models/item/jungle_slab.json b/1.10.2/assets/minecraft/models/item/jungle_slab.json new file mode 100644 index 00000000..b60449cf --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/jungle_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/half_slab_jungle" +} diff --git a/1.10.2/assets/minecraft/models/item/jungle_stairs.json b/1.10.2/assets/minecraft/models/item/jungle_stairs.json new file mode 100644 index 00000000..48357158 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/jungle_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/jungle_stairs" +} diff --git a/1.10.2/assets/minecraft/models/item/ladder.json b/1.10.2/assets/minecraft/models/item/ladder.json new file mode 100644 index 00000000..b9365faf --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/ladder.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/ladder" + } +} diff --git a/1.10.2/assets/minecraft/models/item/lapis_block.json b/1.10.2/assets/minecraft/models/item/lapis_block.json new file mode 100644 index 00000000..e441681b --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/lapis_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/lapis_block" +} diff --git a/1.10.2/assets/minecraft/models/item/lapis_ore.json b/1.10.2/assets/minecraft/models/item/lapis_ore.json new file mode 100644 index 00000000..7f682a31 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/lapis_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "block/lapis_ore" +} diff --git a/1.10.2/assets/minecraft/models/item/lava_bucket.json b/1.10.2/assets/minecraft/models/item/lava_bucket.json new file mode 100644 index 00000000..ca426d0f --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/lava_bucket.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/bucket_lava" + } +} diff --git a/1.10.2/assets/minecraft/models/item/lead.json b/1.10.2/assets/minecraft/models/item/lead.json new file mode 100644 index 00000000..289d6bc6 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/lead.json @@ -0,0 +1,13 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/lead" + }, + "display": { + "head": { + "rotation": [ 0, 0, 0 ], + "translation": [ 2.75, -2.75, -6.5], + "scale":[ 0.8, 0.8, 0.8] + } + } +} diff --git a/1.10.2/assets/minecraft/models/item/leather.json b/1.10.2/assets/minecraft/models/item/leather.json new file mode 100644 index 00000000..d50929f6 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/leather.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/leather" + } +} diff --git a/1.10.2/assets/minecraft/models/item/leather_boots.json b/1.10.2/assets/minecraft/models/item/leather_boots.json new file mode 100644 index 00000000..30d7f87c --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/leather_boots.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/leather_boots", + "layer1": "items/leather_boots_overlay" + } +} diff --git a/1.10.2/assets/minecraft/models/item/leather_chestplate.json b/1.10.2/assets/minecraft/models/item/leather_chestplate.json new file mode 100644 index 00000000..6bfaacdf --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/leather_chestplate.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/leather_chestplate", + "layer1": "items/leather_chestplate_overlay" + } +} diff --git a/1.10.2/assets/minecraft/models/item/leather_helmet.json b/1.10.2/assets/minecraft/models/item/leather_helmet.json new file mode 100644 index 00000000..a7dcc0a2 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/leather_helmet.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/leather_helmet", + "layer1": "items/leather_helmet_overlay" + } +} diff --git a/1.10.2/assets/minecraft/models/item/leather_leggings.json b/1.10.2/assets/minecraft/models/item/leather_leggings.json new file mode 100644 index 00000000..91bc7541 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/leather_leggings.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/leather_leggings", + "layer1": "items/leather_leggings_overlay" + } +} diff --git a/1.10.2/assets/minecraft/models/item/lever.json b/1.10.2/assets/minecraft/models/item/lever.json new file mode 100644 index 00000000..291e6b44 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/lever.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/lever" + } +} diff --git a/1.10.2/assets/minecraft/models/item/light_blue_carpet.json b/1.10.2/assets/minecraft/models/item/light_blue_carpet.json new file mode 100644 index 00000000..a25c5f08 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/light_blue_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/carpet_light_blue" +} diff --git a/1.10.2/assets/minecraft/models/item/light_blue_stained_glass.json b/1.10.2/assets/minecraft/models/item/light_blue_stained_glass.json new file mode 100644 index 00000000..fcf3ad09 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/light_blue_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glass_light_blue" +} diff --git a/1.10.2/assets/minecraft/models/item/light_blue_stained_glass_pane.json b/1.10.2/assets/minecraft/models/item/light_blue_stained_glass_pane.json new file mode 100644 index 00000000..cbf3b032 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/light_blue_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/glass_light_blue" + } +} diff --git a/1.10.2/assets/minecraft/models/item/light_blue_stained_hardened_clay.json b/1.10.2/assets/minecraft/models/item/light_blue_stained_hardened_clay.json new file mode 100644 index 00000000..c8bfda23 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/light_blue_stained_hardened_clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hardened_clay_light_blue" +} diff --git a/1.10.2/assets/minecraft/models/item/light_blue_wool.json b/1.10.2/assets/minecraft/models/item/light_blue_wool.json new file mode 100644 index 00000000..72601467 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/light_blue_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/light_blue_wool" +} diff --git a/1.10.2/assets/minecraft/models/item/light_weighted_pressure_plate.json b/1.10.2/assets/minecraft/models/item/light_weighted_pressure_plate.json new file mode 100644 index 00000000..8eda94bf --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/light_weighted_pressure_plate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/light_pressure_plate_up" +} diff --git a/1.10.2/assets/minecraft/models/item/lime_carpet.json b/1.10.2/assets/minecraft/models/item/lime_carpet.json new file mode 100644 index 00000000..6ddf4b52 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/lime_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/carpet_lime" +} diff --git a/1.10.2/assets/minecraft/models/item/lime_stained_glass.json b/1.10.2/assets/minecraft/models/item/lime_stained_glass.json new file mode 100644 index 00000000..a13901ca --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/lime_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glass_lime" +} diff --git a/1.10.2/assets/minecraft/models/item/lime_stained_glass_pane.json b/1.10.2/assets/minecraft/models/item/lime_stained_glass_pane.json new file mode 100644 index 00000000..0410fa9c --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/lime_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/glass_lime" + } +} diff --git a/1.10.2/assets/minecraft/models/item/lime_stained_hardened_clay.json b/1.10.2/assets/minecraft/models/item/lime_stained_hardened_clay.json new file mode 100644 index 00000000..8b6d00b8 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/lime_stained_hardened_clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hardened_clay_lime" +} diff --git a/1.10.2/assets/minecraft/models/item/lime_wool.json b/1.10.2/assets/minecraft/models/item/lime_wool.json new file mode 100644 index 00000000..a3f06e01 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/lime_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/lime_wool" +} diff --git a/1.10.2/assets/minecraft/models/item/lit_furnace.json b/1.10.2/assets/minecraft/models/item/lit_furnace.json new file mode 100644 index 00000000..9faaab36 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/lit_furnace.json @@ -0,0 +1,3 @@ +{ + "parent": "block/lit_furnace" +} diff --git a/1.10.2/assets/minecraft/models/item/lit_pumpkin.json b/1.10.2/assets/minecraft/models/item/lit_pumpkin.json new file mode 100644 index 00000000..2ca965f3 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/lit_pumpkin.json @@ -0,0 +1,3 @@ +{ + "parent": "block/lit_pumpkin" +} diff --git a/1.10.2/assets/minecraft/models/item/magenta_carpet.json b/1.10.2/assets/minecraft/models/item/magenta_carpet.json new file mode 100644 index 00000000..e8b715cd --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/magenta_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/carpet_magenta" +} diff --git a/1.10.2/assets/minecraft/models/item/magenta_stained_glass.json b/1.10.2/assets/minecraft/models/item/magenta_stained_glass.json new file mode 100644 index 00000000..7a9c4777 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/magenta_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glass_magenta" +} diff --git a/1.10.2/assets/minecraft/models/item/magenta_stained_glass_pane.json b/1.10.2/assets/minecraft/models/item/magenta_stained_glass_pane.json new file mode 100644 index 00000000..c21f346e --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/magenta_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/glass_magenta" + } +} diff --git a/1.10.2/assets/minecraft/models/item/magenta_stained_hardened_clay.json b/1.10.2/assets/minecraft/models/item/magenta_stained_hardened_clay.json new file mode 100644 index 00000000..9039c696 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/magenta_stained_hardened_clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hardened_clay_magenta" +} diff --git a/1.10.2/assets/minecraft/models/item/magenta_wool.json b/1.10.2/assets/minecraft/models/item/magenta_wool.json new file mode 100644 index 00000000..1fb40bc7 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/magenta_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/magenta_wool" +} diff --git a/1.10.2/assets/minecraft/models/item/magma.json b/1.10.2/assets/minecraft/models/item/magma.json new file mode 100644 index 00000000..c5a58776 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/magma.json @@ -0,0 +1,3 @@ +{ + "parent": "block/magma" +} diff --git a/1.10.2/assets/minecraft/models/item/magma_cream.json b/1.10.2/assets/minecraft/models/item/magma_cream.json new file mode 100644 index 00000000..aef2c4de --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/magma_cream.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/magma_cream" + } +} diff --git a/1.10.2/assets/minecraft/models/item/map.json b/1.10.2/assets/minecraft/models/item/map.json new file mode 100644 index 00000000..b967109c --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/map.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/map_empty" + } +} diff --git a/1.10.2/assets/minecraft/models/item/melon.json b/1.10.2/assets/minecraft/models/item/melon.json new file mode 100644 index 00000000..988f963c --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/melon.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/melon" + } +} diff --git a/1.10.2/assets/minecraft/models/item/melon_block.json b/1.10.2/assets/minecraft/models/item/melon_block.json new file mode 100644 index 00000000..2b380459 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/melon_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/melon" +} diff --git a/1.10.2/assets/minecraft/models/item/melon_seeds.json b/1.10.2/assets/minecraft/models/item/melon_seeds.json new file mode 100644 index 00000000..5f7c7127 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/melon_seeds.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/seeds_melon" + } +} diff --git a/1.10.2/assets/minecraft/models/item/milk_bucket.json b/1.10.2/assets/minecraft/models/item/milk_bucket.json new file mode 100644 index 00000000..02724932 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/milk_bucket.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/bucket_milk" + } +} diff --git a/1.10.2/assets/minecraft/models/item/minecart.json b/1.10.2/assets/minecraft/models/item/minecart.json new file mode 100644 index 00000000..df8710b6 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/minecart.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/minecart_normal" + } +} diff --git a/1.10.2/assets/minecraft/models/item/mob_spawner.json b/1.10.2/assets/minecraft/models/item/mob_spawner.json new file mode 100644 index 00000000..22d91dcf --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/mob_spawner.json @@ -0,0 +1,3 @@ +{ + "parent": "block/mob_spawner_cage" +} diff --git a/1.10.2/assets/minecraft/models/item/mossy_brick_monster_egg.json b/1.10.2/assets/minecraft/models/item/mossy_brick_monster_egg.json new file mode 100644 index 00000000..b9735db7 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/mossy_brick_monster_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stonebrick_mossy" +} diff --git a/1.10.2/assets/minecraft/models/item/mossy_cobblestone.json b/1.10.2/assets/minecraft/models/item/mossy_cobblestone.json new file mode 100644 index 00000000..94e4ff07 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/mossy_cobblestone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/mossy_cobblestone" +} diff --git a/1.10.2/assets/minecraft/models/item/mossy_cobblestone_wall.json b/1.10.2/assets/minecraft/models/item/mossy_cobblestone_wall.json new file mode 100644 index 00000000..73cd75de --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/mossy_cobblestone_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cobblestone_wall_mossy_inventory" +} diff --git a/1.10.2/assets/minecraft/models/item/mossy_stonebrick.json b/1.10.2/assets/minecraft/models/item/mossy_stonebrick.json new file mode 100644 index 00000000..b9735db7 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/mossy_stonebrick.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stonebrick_mossy" +} diff --git a/1.10.2/assets/minecraft/models/item/mushroom_stew.json b/1.10.2/assets/minecraft/models/item/mushroom_stew.json new file mode 100644 index 00000000..c116ffea --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/mushroom_stew.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/mushroom_stew" + } +} diff --git a/1.10.2/assets/minecraft/models/item/mutton.json b/1.10.2/assets/minecraft/models/item/mutton.json new file mode 100644 index 00000000..bbb32839 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/mutton.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/mutton_raw" + } +} diff --git a/1.10.2/assets/minecraft/models/item/mycelium.json b/1.10.2/assets/minecraft/models/item/mycelium.json new file mode 100644 index 00000000..ceedc738 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/mycelium.json @@ -0,0 +1,3 @@ +{ + "parent": "block/mycelium" +} diff --git a/1.10.2/assets/minecraft/models/item/name_tag.json b/1.10.2/assets/minecraft/models/item/name_tag.json new file mode 100644 index 00000000..ad661b9b --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/name_tag.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/name_tag" + } +} diff --git a/1.10.2/assets/minecraft/models/item/nether_brick.json b/1.10.2/assets/minecraft/models/item/nether_brick.json new file mode 100644 index 00000000..3962705b --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/nether_brick.json @@ -0,0 +1,3 @@ +{ + "parent": "block/nether_brick" +} diff --git a/1.10.2/assets/minecraft/models/item/nether_brick_fence.json b/1.10.2/assets/minecraft/models/item/nether_brick_fence.json new file mode 100644 index 00000000..5c47bc0e --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/nether_brick_fence.json @@ -0,0 +1,3 @@ +{ + "parent": "block/nether_brick_fence_inventory" +} diff --git a/1.10.2/assets/minecraft/models/item/nether_brick_slab.json b/1.10.2/assets/minecraft/models/item/nether_brick_slab.json new file mode 100644 index 00000000..56c6c412 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/nether_brick_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/half_slab_nether_brick" +} diff --git a/1.10.2/assets/minecraft/models/item/nether_brick_stairs.json b/1.10.2/assets/minecraft/models/item/nether_brick_stairs.json new file mode 100644 index 00000000..056a97c8 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/nether_brick_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/nether_brick_stairs" +} diff --git a/1.10.2/assets/minecraft/models/item/nether_star.json b/1.10.2/assets/minecraft/models/item/nether_star.json new file mode 100644 index 00000000..c746898a --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/nether_star.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/nether_star" + } +} diff --git a/1.10.2/assets/minecraft/models/item/nether_wart.json b/1.10.2/assets/minecraft/models/item/nether_wart.json new file mode 100644 index 00000000..3cebef34 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/nether_wart.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/nether_wart" + } +} diff --git a/1.10.2/assets/minecraft/models/item/nether_wart_block.json b/1.10.2/assets/minecraft/models/item/nether_wart_block.json new file mode 100644 index 00000000..59d06758 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/nether_wart_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/nether_wart_block" +} diff --git a/1.10.2/assets/minecraft/models/item/netherbrick.json b/1.10.2/assets/minecraft/models/item/netherbrick.json new file mode 100644 index 00000000..c9743ce2 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/netherbrick.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/netherbrick" + } +} diff --git a/1.10.2/assets/minecraft/models/item/netherrack.json b/1.10.2/assets/minecraft/models/item/netherrack.json new file mode 100644 index 00000000..78d36f4c --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/netherrack.json @@ -0,0 +1,3 @@ +{ + "parent": "block/netherrack" +} diff --git a/1.10.2/assets/minecraft/models/item/noteblock.json b/1.10.2/assets/minecraft/models/item/noteblock.json new file mode 100644 index 00000000..d6a1b780 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/noteblock.json @@ -0,0 +1,3 @@ +{ + "parent": "block/noteblock" +} diff --git a/1.10.2/assets/minecraft/models/item/oak_boat.json b/1.10.2/assets/minecraft/models/item/oak_boat.json new file mode 100644 index 00000000..16795eee --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/oak_boat.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/oak_boat" + } +} diff --git a/1.10.2/assets/minecraft/models/item/oak_door.json b/1.10.2/assets/minecraft/models/item/oak_door.json new file mode 100644 index 00000000..4e4ac718 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/oak_door.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/door_wood" + } +} diff --git a/1.10.2/assets/minecraft/models/item/oak_fence.json b/1.10.2/assets/minecraft/models/item/oak_fence.json new file mode 100644 index 00000000..f435a041 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/oak_fence.json @@ -0,0 +1,3 @@ +{ + "parent": "block/oak_fence_inventory" +} diff --git a/1.10.2/assets/minecraft/models/item/oak_fence_gate.json b/1.10.2/assets/minecraft/models/item/oak_fence_gate.json new file mode 100644 index 00000000..98734ea2 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/oak_fence_gate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/oak_fence_gate_closed" +} diff --git a/1.10.2/assets/minecraft/models/item/oak_leaves.json b/1.10.2/assets/minecraft/models/item/oak_leaves.json new file mode 100644 index 00000000..fc608cc3 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/oak_leaves.json @@ -0,0 +1,3 @@ +{ + "parent": "block/oak_leaves" +} diff --git a/1.10.2/assets/minecraft/models/item/oak_log.json b/1.10.2/assets/minecraft/models/item/oak_log.json new file mode 100644 index 00000000..75791b39 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/oak_log.json @@ -0,0 +1,3 @@ +{ + "parent": "block/oak_log" +} diff --git a/1.10.2/assets/minecraft/models/item/oak_planks.json b/1.10.2/assets/minecraft/models/item/oak_planks.json new file mode 100644 index 00000000..9e0316c0 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/oak_planks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/oak_planks" +} diff --git a/1.10.2/assets/minecraft/models/item/oak_sapling.json b/1.10.2/assets/minecraft/models/item/oak_sapling.json new file mode 100644 index 00000000..f4117f67 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/oak_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/sapling_oak" + } +} diff --git a/1.10.2/assets/minecraft/models/item/oak_slab.json b/1.10.2/assets/minecraft/models/item/oak_slab.json new file mode 100644 index 00000000..7043f21d --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/oak_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/half_slab_oak" +} diff --git a/1.10.2/assets/minecraft/models/item/oak_stairs.json b/1.10.2/assets/minecraft/models/item/oak_stairs.json new file mode 100644 index 00000000..15add8b1 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/oak_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/oak_stairs" +} diff --git a/1.10.2/assets/minecraft/models/item/obsidian.json b/1.10.2/assets/minecraft/models/item/obsidian.json new file mode 100644 index 00000000..e800ae67 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/obsidian.json @@ -0,0 +1,3 @@ +{ + "parent": "block/obsidian" +} diff --git a/1.10.2/assets/minecraft/models/item/old_wood_slab.json b/1.10.2/assets/minecraft/models/item/old_wood_slab.json new file mode 100644 index 00000000..7043f21d --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/old_wood_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/half_slab_oak" +} diff --git a/1.10.2/assets/minecraft/models/item/orange_carpet.json b/1.10.2/assets/minecraft/models/item/orange_carpet.json new file mode 100644 index 00000000..c9a9fa49 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/orange_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/carpet_orange" +} diff --git a/1.10.2/assets/minecraft/models/item/orange_stained_glass.json b/1.10.2/assets/minecraft/models/item/orange_stained_glass.json new file mode 100644 index 00000000..44d01baa --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/orange_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glass_orange" +} diff --git a/1.10.2/assets/minecraft/models/item/orange_stained_glass_pane.json b/1.10.2/assets/minecraft/models/item/orange_stained_glass_pane.json new file mode 100644 index 00000000..da9c548c --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/orange_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/glass_orange" + } +} diff --git a/1.10.2/assets/minecraft/models/item/orange_stained_hardened_clay.json b/1.10.2/assets/minecraft/models/item/orange_stained_hardened_clay.json new file mode 100644 index 00000000..1e42b252 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/orange_stained_hardened_clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hardened_clay_orange" +} diff --git a/1.10.2/assets/minecraft/models/item/orange_tulip.json b/1.10.2/assets/minecraft/models/item/orange_tulip.json new file mode 100644 index 00000000..e75da623 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/orange_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/flower_tulip_orange" + } +} diff --git a/1.10.2/assets/minecraft/models/item/orange_wool.json b/1.10.2/assets/minecraft/models/item/orange_wool.json new file mode 100644 index 00000000..7957176d --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/orange_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/orange_wool" +} diff --git a/1.10.2/assets/minecraft/models/item/oxeye_daisy.json b/1.10.2/assets/minecraft/models/item/oxeye_daisy.json new file mode 100644 index 00000000..0a0a2834 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/oxeye_daisy.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/flower_oxeye_daisy" + } +} diff --git a/1.10.2/assets/minecraft/models/item/packed_ice.json b/1.10.2/assets/minecraft/models/item/packed_ice.json new file mode 100644 index 00000000..be1aa0a1 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/packed_ice.json @@ -0,0 +1,3 @@ +{ + "parent": "block/packed_ice" +} diff --git a/1.10.2/assets/minecraft/models/item/paeonia.json b/1.10.2/assets/minecraft/models/item/paeonia.json new file mode 100644 index 00000000..ec55fa46 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/paeonia.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/double_plant_paeonia_top" + } +} diff --git a/1.10.2/assets/minecraft/models/item/painting.json b/1.10.2/assets/minecraft/models/item/painting.json new file mode 100644 index 00000000..868ed56c --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/painting.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/painting" + } +} diff --git a/1.10.2/assets/minecraft/models/item/paper.json b/1.10.2/assets/minecraft/models/item/paper.json new file mode 100644 index 00000000..778fd301 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/paper.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/paper" + } +} diff --git a/1.10.2/assets/minecraft/models/item/pink_carpet.json b/1.10.2/assets/minecraft/models/item/pink_carpet.json new file mode 100644 index 00000000..db364cff --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/pink_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/carpet_pink" +} diff --git a/1.10.2/assets/minecraft/models/item/pink_stained_glass.json b/1.10.2/assets/minecraft/models/item/pink_stained_glass.json new file mode 100644 index 00000000..502fd0f4 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/pink_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glass_pink" +} diff --git a/1.10.2/assets/minecraft/models/item/pink_stained_glass_pane.json b/1.10.2/assets/minecraft/models/item/pink_stained_glass_pane.json new file mode 100644 index 00000000..de37541a --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/pink_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/glass_pink" + } +} diff --git a/1.10.2/assets/minecraft/models/item/pink_stained_hardened_clay.json b/1.10.2/assets/minecraft/models/item/pink_stained_hardened_clay.json new file mode 100644 index 00000000..1f4fb06a --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/pink_stained_hardened_clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hardened_clay_pink" +} diff --git a/1.10.2/assets/minecraft/models/item/pink_tulip.json b/1.10.2/assets/minecraft/models/item/pink_tulip.json new file mode 100644 index 00000000..bedd8ce0 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/pink_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/flower_tulip_pink" + } +} diff --git a/1.10.2/assets/minecraft/models/item/pink_wool.json b/1.10.2/assets/minecraft/models/item/pink_wool.json new file mode 100644 index 00000000..fced1886 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/pink_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/pink_wool" +} diff --git a/1.10.2/assets/minecraft/models/item/piston.json b/1.10.2/assets/minecraft/models/item/piston.json new file mode 100644 index 00000000..6502b996 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/piston.json @@ -0,0 +1,3 @@ +{ + "parent": "block/piston_inventory_normal" +} diff --git a/1.10.2/assets/minecraft/models/item/podzol.json b/1.10.2/assets/minecraft/models/item/podzol.json new file mode 100644 index 00000000..a2a5c01a --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/podzol.json @@ -0,0 +1,3 @@ +{ + "parent": "block/podzol" +} diff --git a/1.10.2/assets/minecraft/models/item/poisonous_potato.json b/1.10.2/assets/minecraft/models/item/poisonous_potato.json new file mode 100644 index 00000000..09a59bcf --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/poisonous_potato.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/potato_poisonous" + } +} diff --git a/1.10.2/assets/minecraft/models/item/poppy.json b/1.10.2/assets/minecraft/models/item/poppy.json new file mode 100644 index 00000000..b525e756 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/poppy.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/flower_rose" + } +} diff --git a/1.10.2/assets/minecraft/models/item/porkchop.json b/1.10.2/assets/minecraft/models/item/porkchop.json new file mode 100644 index 00000000..4ea1292b --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/porkchop.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/porkchop_raw" + } +} diff --git a/1.10.2/assets/minecraft/models/item/potato.json b/1.10.2/assets/minecraft/models/item/potato.json new file mode 100644 index 00000000..0a6f2f83 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/potato.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/potato" + } +} diff --git a/1.10.2/assets/minecraft/models/item/prismarine.json b/1.10.2/assets/minecraft/models/item/prismarine.json new file mode 100644 index 00000000..8236c43d --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/prismarine.json @@ -0,0 +1,3 @@ +{ + "parent": "block/prismarine_rough" +} diff --git a/1.10.2/assets/minecraft/models/item/prismarine_bricks.json b/1.10.2/assets/minecraft/models/item/prismarine_bricks.json new file mode 100644 index 00000000..b741335b --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/prismarine_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/prismarine_bricks" +} diff --git a/1.10.2/assets/minecraft/models/item/prismarine_crystals.json b/1.10.2/assets/minecraft/models/item/prismarine_crystals.json new file mode 100644 index 00000000..c0dacecf --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/prismarine_crystals.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/prismarine_crystals" + } +} diff --git a/1.10.2/assets/minecraft/models/item/prismarine_shard.json b/1.10.2/assets/minecraft/models/item/prismarine_shard.json new file mode 100644 index 00000000..dba6f5c0 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/prismarine_shard.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/prismarine_shard" + } +} diff --git a/1.10.2/assets/minecraft/models/item/pufferfish.json b/1.10.2/assets/minecraft/models/item/pufferfish.json new file mode 100644 index 00000000..a7357f32 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/pufferfish.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/fish_pufferfish_raw" + } +} diff --git a/1.10.2/assets/minecraft/models/item/pumpkin.json b/1.10.2/assets/minecraft/models/item/pumpkin.json new file mode 100644 index 00000000..536a355e --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/pumpkin.json @@ -0,0 +1,3 @@ +{ + "parent": "block/pumpkin" +} diff --git a/1.10.2/assets/minecraft/models/item/pumpkin_pie.json b/1.10.2/assets/minecraft/models/item/pumpkin_pie.json new file mode 100644 index 00000000..aa0af41e --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/pumpkin_pie.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/pumpkin_pie" + } +} diff --git a/1.10.2/assets/minecraft/models/item/pumpkin_seeds.json b/1.10.2/assets/minecraft/models/item/pumpkin_seeds.json new file mode 100644 index 00000000..379b4c86 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/pumpkin_seeds.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/seeds_pumpkin" + } +} diff --git a/1.10.2/assets/minecraft/models/item/purple_carpet.json b/1.10.2/assets/minecraft/models/item/purple_carpet.json new file mode 100644 index 00000000..66a3b14f --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/purple_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/carpet_purple" +} diff --git a/1.10.2/assets/minecraft/models/item/purple_stained_glass.json b/1.10.2/assets/minecraft/models/item/purple_stained_glass.json new file mode 100644 index 00000000..d0f8c025 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/purple_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glass_purple" +} diff --git a/1.10.2/assets/minecraft/models/item/purple_stained_glass_pane.json b/1.10.2/assets/minecraft/models/item/purple_stained_glass_pane.json new file mode 100644 index 00000000..aa60cb3f --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/purple_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/glass_purple" + } +} diff --git a/1.10.2/assets/minecraft/models/item/purple_stained_hardened_clay.json b/1.10.2/assets/minecraft/models/item/purple_stained_hardened_clay.json new file mode 100644 index 00000000..773135a5 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/purple_stained_hardened_clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hardened_clay_purple" +} diff --git a/1.10.2/assets/minecraft/models/item/purple_wool.json b/1.10.2/assets/minecraft/models/item/purple_wool.json new file mode 100644 index 00000000..087e3a64 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/purple_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/purple_wool" +} diff --git a/1.10.2/assets/minecraft/models/item/purpur_block.json b/1.10.2/assets/minecraft/models/item/purpur_block.json new file mode 100644 index 00000000..11e96329 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/purpur_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/purpur_block" +} diff --git a/1.10.2/assets/minecraft/models/item/purpur_pillar.json b/1.10.2/assets/minecraft/models/item/purpur_pillar.json new file mode 100644 index 00000000..d577a868 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/purpur_pillar.json @@ -0,0 +1,3 @@ +{ + "parent": "block/purpur_pillar_top" +} diff --git a/1.10.2/assets/minecraft/models/item/purpur_slab.json b/1.10.2/assets/minecraft/models/item/purpur_slab.json new file mode 100644 index 00000000..0987cf94 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/purpur_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/half_slab_purpur" +} diff --git a/1.10.2/assets/minecraft/models/item/purpur_stairs.json b/1.10.2/assets/minecraft/models/item/purpur_stairs.json new file mode 100644 index 00000000..fd71ac3a --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/purpur_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/purpur_stairs" +} diff --git a/1.10.2/assets/minecraft/models/item/quartz.json b/1.10.2/assets/minecraft/models/item/quartz.json new file mode 100644 index 00000000..4a7df933 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/quartz.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/quartz" + } +} diff --git a/1.10.2/assets/minecraft/models/item/quartz_block.json b/1.10.2/assets/minecraft/models/item/quartz_block.json new file mode 100644 index 00000000..72a32df0 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/quartz_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/quartz_normal" +} diff --git a/1.10.2/assets/minecraft/models/item/quartz_column.json b/1.10.2/assets/minecraft/models/item/quartz_column.json new file mode 100644 index 00000000..46e73a8b --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/quartz_column.json @@ -0,0 +1,3 @@ +{ + "parent": "block/quartz_lines" +} diff --git a/1.10.2/assets/minecraft/models/item/quartz_ore.json b/1.10.2/assets/minecraft/models/item/quartz_ore.json new file mode 100644 index 00000000..4e7acf32 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/quartz_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "block/quartz_ore" +} diff --git a/1.10.2/assets/minecraft/models/item/quartz_slab.json b/1.10.2/assets/minecraft/models/item/quartz_slab.json new file mode 100644 index 00000000..1d97812d --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/quartz_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/half_slab_quartz" +} diff --git a/1.10.2/assets/minecraft/models/item/quartz_stairs.json b/1.10.2/assets/minecraft/models/item/quartz_stairs.json new file mode 100644 index 00000000..4fb792ed --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/quartz_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/quartz_stairs" +} diff --git a/1.10.2/assets/minecraft/models/item/rabbit.json b/1.10.2/assets/minecraft/models/item/rabbit.json new file mode 100644 index 00000000..96688af3 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/rabbit.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/rabbit_raw" + } +} diff --git a/1.10.2/assets/minecraft/models/item/rabbit_foot.json b/1.10.2/assets/minecraft/models/item/rabbit_foot.json new file mode 100644 index 00000000..7847186b --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/rabbit_foot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/rabbit_foot" + } +} diff --git a/1.10.2/assets/minecraft/models/item/rabbit_hide.json b/1.10.2/assets/minecraft/models/item/rabbit_hide.json new file mode 100644 index 00000000..db8c2385 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/rabbit_hide.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/rabbit_hide" + } +} diff --git a/1.10.2/assets/minecraft/models/item/rabbit_stew.json b/1.10.2/assets/minecraft/models/item/rabbit_stew.json new file mode 100644 index 00000000..8ac05b9a --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/rabbit_stew.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/rabbit_stew" + } +} diff --git a/1.10.2/assets/minecraft/models/item/rail.json b/1.10.2/assets/minecraft/models/item/rail.json new file mode 100644 index 00000000..892582ab --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/rail.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/rail_normal" + } +} diff --git a/1.10.2/assets/minecraft/models/item/record_11.json b/1.10.2/assets/minecraft/models/item/record_11.json new file mode 100644 index 00000000..6deb3922 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/record_11.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/record_11" + } +} diff --git a/1.10.2/assets/minecraft/models/item/record_13.json b/1.10.2/assets/minecraft/models/item/record_13.json new file mode 100644 index 00000000..d62cf267 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/record_13.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/record_13" + } +} diff --git a/1.10.2/assets/minecraft/models/item/record_blocks.json b/1.10.2/assets/minecraft/models/item/record_blocks.json new file mode 100644 index 00000000..e85713e4 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/record_blocks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/record_blocks" + } +} diff --git a/1.10.2/assets/minecraft/models/item/record_cat.json b/1.10.2/assets/minecraft/models/item/record_cat.json new file mode 100644 index 00000000..9b2fc054 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/record_cat.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/record_cat" + } +} diff --git a/1.10.2/assets/minecraft/models/item/record_chirp.json b/1.10.2/assets/minecraft/models/item/record_chirp.json new file mode 100644 index 00000000..955b997d --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/record_chirp.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/record_chirp" + } +} diff --git a/1.10.2/assets/minecraft/models/item/record_far.json b/1.10.2/assets/minecraft/models/item/record_far.json new file mode 100644 index 00000000..16512453 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/record_far.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/record_far" + } +} diff --git a/1.10.2/assets/minecraft/models/item/record_mall.json b/1.10.2/assets/minecraft/models/item/record_mall.json new file mode 100644 index 00000000..c482bd64 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/record_mall.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/record_mall" + } +} diff --git a/1.10.2/assets/minecraft/models/item/record_mellohi.json b/1.10.2/assets/minecraft/models/item/record_mellohi.json new file mode 100644 index 00000000..e375de01 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/record_mellohi.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/record_mellohi" + } +} diff --git a/1.10.2/assets/minecraft/models/item/record_stal.json b/1.10.2/assets/minecraft/models/item/record_stal.json new file mode 100644 index 00000000..85f6c92f --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/record_stal.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/record_stal" + } +} diff --git a/1.10.2/assets/minecraft/models/item/record_strad.json b/1.10.2/assets/minecraft/models/item/record_strad.json new file mode 100644 index 00000000..7f22cbc0 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/record_strad.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/record_strad" + } +} diff --git a/1.10.2/assets/minecraft/models/item/record_wait.json b/1.10.2/assets/minecraft/models/item/record_wait.json new file mode 100644 index 00000000..df45937d --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/record_wait.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/record_wait" + } +} diff --git a/1.10.2/assets/minecraft/models/item/record_ward.json b/1.10.2/assets/minecraft/models/item/record_ward.json new file mode 100644 index 00000000..9008fea8 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/record_ward.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/record_ward" + } +} diff --git a/1.10.2/assets/minecraft/models/item/red_carpet.json b/1.10.2/assets/minecraft/models/item/red_carpet.json new file mode 100644 index 00000000..54451490 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/red_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/carpet_red" +} diff --git a/1.10.2/assets/minecraft/models/item/red_mushroom.json b/1.10.2/assets/minecraft/models/item/red_mushroom.json new file mode 100644 index 00000000..6fa4d87f --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/red_mushroom.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/mushroom_red" + } +} diff --git a/1.10.2/assets/minecraft/models/item/red_mushroom_block.json b/1.10.2/assets/minecraft/models/item/red_mushroom_block.json new file mode 100644 index 00000000..f6d7efe6 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/red_mushroom_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_mushroom_block_cap_all" +} diff --git a/1.10.2/assets/minecraft/models/item/red_nether_brick.json b/1.10.2/assets/minecraft/models/item/red_nether_brick.json new file mode 100644 index 00000000..92945883 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/red_nether_brick.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_nether_brick" +} diff --git a/1.10.2/assets/minecraft/models/item/red_sand.json b/1.10.2/assets/minecraft/models/item/red_sand.json new file mode 100644 index 00000000..1a5296f0 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/red_sand.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_sand" +} diff --git a/1.10.2/assets/minecraft/models/item/red_sandstone.json b/1.10.2/assets/minecraft/models/item/red_sandstone.json new file mode 100644 index 00000000..464692cb --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/red_sandstone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_sandstone_normal" +} diff --git a/1.10.2/assets/minecraft/models/item/red_sandstone_slab.json b/1.10.2/assets/minecraft/models/item/red_sandstone_slab.json new file mode 100644 index 00000000..81db0ae8 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/red_sandstone_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/half_slab_red_sandstone" +} diff --git a/1.10.2/assets/minecraft/models/item/red_sandstone_stairs.json b/1.10.2/assets/minecraft/models/item/red_sandstone_stairs.json new file mode 100644 index 00000000..b3fb4a38 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/red_sandstone_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_sandstone_stairs" +} diff --git a/1.10.2/assets/minecraft/models/item/red_stained_glass.json b/1.10.2/assets/minecraft/models/item/red_stained_glass.json new file mode 100644 index 00000000..bec86a97 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/red_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glass_red" +} diff --git a/1.10.2/assets/minecraft/models/item/red_stained_glass_pane.json b/1.10.2/assets/minecraft/models/item/red_stained_glass_pane.json new file mode 100644 index 00000000..64ecfeea --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/red_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/glass_red" + } +} diff --git a/1.10.2/assets/minecraft/models/item/red_stained_hardened_clay.json b/1.10.2/assets/minecraft/models/item/red_stained_hardened_clay.json new file mode 100644 index 00000000..9d5e848f --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/red_stained_hardened_clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hardened_clay_red" +} diff --git a/1.10.2/assets/minecraft/models/item/red_tulip.json b/1.10.2/assets/minecraft/models/item/red_tulip.json new file mode 100644 index 00000000..7776bdc7 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/red_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/flower_tulip_red" + } +} diff --git a/1.10.2/assets/minecraft/models/item/red_wool.json b/1.10.2/assets/minecraft/models/item/red_wool.json new file mode 100644 index 00000000..108f67db --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/red_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_wool" +} diff --git a/1.10.2/assets/minecraft/models/item/redstone.json b/1.10.2/assets/minecraft/models/item/redstone.json new file mode 100644 index 00000000..4235141f --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/redstone.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/redstone_dust" + } +} diff --git a/1.10.2/assets/minecraft/models/item/redstone_block.json b/1.10.2/assets/minecraft/models/item/redstone_block.json new file mode 100644 index 00000000..3ebc09a2 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/redstone_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/redstone_block" +} diff --git a/1.10.2/assets/minecraft/models/item/redstone_lamp.json b/1.10.2/assets/minecraft/models/item/redstone_lamp.json new file mode 100644 index 00000000..8e6a90d1 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/redstone_lamp.json @@ -0,0 +1,3 @@ +{ + "parent": "block/unlit_redstone_lamp" +} diff --git a/1.10.2/assets/minecraft/models/item/redstone_ore.json b/1.10.2/assets/minecraft/models/item/redstone_ore.json new file mode 100644 index 00000000..223d3de3 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/redstone_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "block/redstone_ore" +} diff --git a/1.10.2/assets/minecraft/models/item/redstone_torch.json b/1.10.2/assets/minecraft/models/item/redstone_torch.json new file mode 100644 index 00000000..920f9ff7 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/redstone_torch.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/redstone_torch_on" + } +} diff --git a/1.10.2/assets/minecraft/models/item/reeds.json b/1.10.2/assets/minecraft/models/item/reeds.json new file mode 100644 index 00000000..9734f5c6 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/reeds.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/reeds" + } +} diff --git a/1.10.2/assets/minecraft/models/item/repeater.json b/1.10.2/assets/minecraft/models/item/repeater.json new file mode 100644 index 00000000..5badd2f0 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/repeater.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/repeater" + } +} diff --git a/1.10.2/assets/minecraft/models/item/repeating_command_block.json b/1.10.2/assets/minecraft/models/item/repeating_command_block.json new file mode 100644 index 00000000..8c277f8b --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/repeating_command_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/repeating_command_block" +} diff --git a/1.10.2/assets/minecraft/models/item/rotten_flesh.json b/1.10.2/assets/minecraft/models/item/rotten_flesh.json new file mode 100644 index 00000000..349d3e75 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/rotten_flesh.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/rotten_flesh" + } +} diff --git a/1.10.2/assets/minecraft/models/item/saddle.json b/1.10.2/assets/minecraft/models/item/saddle.json new file mode 100644 index 00000000..65e2538f --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/saddle.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/saddle" + } +} diff --git a/1.10.2/assets/minecraft/models/item/salmon.json b/1.10.2/assets/minecraft/models/item/salmon.json new file mode 100644 index 00000000..2ab9c101 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/salmon.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/fish_salmon_raw" + } +} diff --git a/1.10.2/assets/minecraft/models/item/sand.json b/1.10.2/assets/minecraft/models/item/sand.json new file mode 100644 index 00000000..813ae503 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/sand.json @@ -0,0 +1,3 @@ +{ + "parent": "block/sand" +} diff --git a/1.10.2/assets/minecraft/models/item/sandstone.json b/1.10.2/assets/minecraft/models/item/sandstone.json new file mode 100644 index 00000000..418de95b --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/sandstone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/sandstone_normal" +} diff --git a/1.10.2/assets/minecraft/models/item/sandstone_slab.json b/1.10.2/assets/minecraft/models/item/sandstone_slab.json new file mode 100644 index 00000000..39bcebdd --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/sandstone_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/half_slab_sandstone" +} diff --git a/1.10.2/assets/minecraft/models/item/sandstone_stairs.json b/1.10.2/assets/minecraft/models/item/sandstone_stairs.json new file mode 100644 index 00000000..18ab6848 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/sandstone_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/sandstone_stairs" +} diff --git a/1.10.2/assets/minecraft/models/item/sea_lantern.json b/1.10.2/assets/minecraft/models/item/sea_lantern.json new file mode 100644 index 00000000..8ce7df3b --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/sea_lantern.json @@ -0,0 +1,3 @@ +{ + "parent": "block/sea_lantern" +} diff --git a/1.10.2/assets/minecraft/models/item/shears.json b/1.10.2/assets/minecraft/models/item/shears.json new file mode 100644 index 00000000..0c62b764 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/shears.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/shears" + } +} diff --git a/1.10.2/assets/minecraft/models/item/shield.json b/1.10.2/assets/minecraft/models/item/shield.json new file mode 100644 index 00000000..db367c0d --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/shield.json @@ -0,0 +1,48 @@ +{ + "parent": "builtin/entity", + "display": { + "thirdperson_righthand": { + "rotation": [ 0, 90, 0 ], + "translation": [ 10.51, 6, -4 ], + "scale": [ 1, 1, 1 ] + }, + "thirdperson_lefthand": { + "rotation": [ 0, 90, 0 ], + "translation": [ 10.51, 6, 12 ], + "scale": [ 1, 1, 1 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 180, 5 ], + "translation": [ -10, 2, -10 ], + "scale": [ 1.25, 1.25, 1.25 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, 180, 5 ], + "translation": [ 10, 0, -10 ], + "scale": [ 1.25, 1.25, 1.25 ] + }, + "gui": { + "rotation": [ 15, -25, -5 ], + "translation": [ 2, 3, 0 ], + "scale": [ 0.65, 0.65, 0.65 ] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "translation": [ -2, 4, -5], + "scale":[ 0.5, 0.5, 0.5] + }, + "ground": { + "rotation": [ 0, 0, 0 ], + "translation": [ 4, 4, 2], + "scale":[ 0.25, 0.25, 0.25] + } + }, + "overrides": [ + { + "predicate": { + "blocking": 1 + }, + "model": "item/shield_blocking" + } + ] +} diff --git a/1.10.2/assets/minecraft/models/item/shield_blocking.json b/1.10.2/assets/minecraft/models/item/shield_blocking.json new file mode 100644 index 00000000..277a2544 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/shield_blocking.json @@ -0,0 +1,30 @@ +{ + "parent": "builtin/entity", + "display": { + "thirdperson_righthand": { + "rotation": [ 45, 135, 0 ], + "translation": [ 3.51, 11, -2 ], + "scale": [ 1, 1, 1 ] + }, + "thirdperson_lefthand": { + "rotation": [ 45, 135, 0 ], + "translation": [ 13.51, 3, 5 ], + "scale": [ 1, 1, 1 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 180, -5 ], + "translation": [ -15, 5, -11 ], + "scale": [ 1.25, 1.25, 1.25 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, 180, -5 ], + "translation": [ 5, 5, -11 ], + "scale": [ 1.25, 1.25, 1.25 ] + }, + "gui": { + "rotation": [ 15, -25, -5 ], + "translation": [ 2, 3, 0 ], + "scale": [ 0.65, 0.65, 0.65 ] + } + } +} diff --git a/1.10.2/assets/minecraft/models/item/sign.json b/1.10.2/assets/minecraft/models/item/sign.json new file mode 100644 index 00000000..788d6c5a --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/sign.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/sign" + } +} diff --git a/1.10.2/assets/minecraft/models/item/silver_carpet.json b/1.10.2/assets/minecraft/models/item/silver_carpet.json new file mode 100644 index 00000000..9c4d5641 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/silver_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/carpet_silver" +} diff --git a/1.10.2/assets/minecraft/models/item/silver_stained_glass.json b/1.10.2/assets/minecraft/models/item/silver_stained_glass.json new file mode 100644 index 00000000..168f4203 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/silver_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glass_silver" +} diff --git a/1.10.2/assets/minecraft/models/item/silver_stained_glass_pane.json b/1.10.2/assets/minecraft/models/item/silver_stained_glass_pane.json new file mode 100644 index 00000000..c72ea231 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/silver_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/glass_silver" + } +} diff --git a/1.10.2/assets/minecraft/models/item/silver_stained_hardened_clay.json b/1.10.2/assets/minecraft/models/item/silver_stained_hardened_clay.json new file mode 100644 index 00000000..e9994ee6 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/silver_stained_hardened_clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hardened_clay_silver" +} diff --git a/1.10.2/assets/minecraft/models/item/silver_wool.json b/1.10.2/assets/minecraft/models/item/silver_wool.json new file mode 100644 index 00000000..804d73a1 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/silver_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/silver_wool" +} diff --git a/1.10.2/assets/minecraft/models/item/skull.json b/1.10.2/assets/minecraft/models/item/skull.json new file mode 100644 index 00000000..3ad67d3d --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/skull.json @@ -0,0 +1,25 @@ +{ + "parent": "builtin/entity", + "display": { + "gui": { + "rotation": [ 30, 225, 0 ], + "translation": [ 0, 3, 0 ], + "scale": [ 1, 1, 1 ] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 4, 0], + "scale":[ 1, 1, 1 ] + }, + "ground": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 3, 0 ], + "scale": [ 0.5, 0.5, 0.5 ] + }, + "thirdperson_righthand": { + "rotation": [ 45, 45, 0 ], + "translation": [ 0, 3, 0 ], + "scale": [ 0.5, 0.5, 0.5 ] + } + } +} diff --git a/1.10.2/assets/minecraft/models/item/skull_char.json b/1.10.2/assets/minecraft/models/item/skull_char.json new file mode 100644 index 00000000..6d4896df --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/skull_char.json @@ -0,0 +1,3 @@ +{ + "parent": "item/skull" +} diff --git a/1.10.2/assets/minecraft/models/item/skull_creeper.json b/1.10.2/assets/minecraft/models/item/skull_creeper.json new file mode 100644 index 00000000..6d4896df --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/skull_creeper.json @@ -0,0 +1,3 @@ +{ + "parent": "item/skull" +} diff --git a/1.10.2/assets/minecraft/models/item/skull_dragon.json b/1.10.2/assets/minecraft/models/item/skull_dragon.json new file mode 100644 index 00000000..58593838 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/skull_dragon.json @@ -0,0 +1,10 @@ +{ + "parent": "item/skull", + "display": { + "gui": { + "translation": [ -2, 2, 0 ], + "rotation": [ 30, -135, 0 ], + "scale": [ 0.6, 0.6, 0.6 ] + } + } +} diff --git a/1.10.2/assets/minecraft/models/item/skull_skeleton.json b/1.10.2/assets/minecraft/models/item/skull_skeleton.json new file mode 100644 index 00000000..6d4896df --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/skull_skeleton.json @@ -0,0 +1,3 @@ +{ + "parent": "item/skull" +} diff --git a/1.10.2/assets/minecraft/models/item/skull_wither.json b/1.10.2/assets/minecraft/models/item/skull_wither.json new file mode 100644 index 00000000..6d4896df --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/skull_wither.json @@ -0,0 +1,3 @@ +{ + "parent": "item/skull" +} diff --git a/1.10.2/assets/minecraft/models/item/skull_zombie.json b/1.10.2/assets/minecraft/models/item/skull_zombie.json new file mode 100644 index 00000000..6d4896df --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/skull_zombie.json @@ -0,0 +1,3 @@ +{ + "parent": "item/skull" +} diff --git a/1.10.2/assets/minecraft/models/item/slime.json b/1.10.2/assets/minecraft/models/item/slime.json new file mode 100644 index 00000000..f826d007 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/slime.json @@ -0,0 +1,3 @@ +{ + "parent": "block/slime" +} diff --git a/1.10.2/assets/minecraft/models/item/slime_ball.json b/1.10.2/assets/minecraft/models/item/slime_ball.json new file mode 100644 index 00000000..f6d42b95 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/slime_ball.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/slimeball" + } +} diff --git a/1.10.2/assets/minecraft/models/item/smooth_red_sandstone.json b/1.10.2/assets/minecraft/models/item/smooth_red_sandstone.json new file mode 100644 index 00000000..ca33ebfb --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/smooth_red_sandstone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_sandstone_smooth" +} diff --git a/1.10.2/assets/minecraft/models/item/smooth_sandstone.json b/1.10.2/assets/minecraft/models/item/smooth_sandstone.json new file mode 100644 index 00000000..b53922ce --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/smooth_sandstone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/sandstone_smooth" +} diff --git a/1.10.2/assets/minecraft/models/item/snow.json b/1.10.2/assets/minecraft/models/item/snow.json new file mode 100644 index 00000000..c4fe8fbf --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/snow.json @@ -0,0 +1,3 @@ +{ + "parent": "block/snow" +} diff --git a/1.10.2/assets/minecraft/models/item/snow_layer.json b/1.10.2/assets/minecraft/models/item/snow_layer.json new file mode 100644 index 00000000..af2f0121 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/snow_layer.json @@ -0,0 +1,3 @@ +{ + "parent": "block/snow_height2" +} diff --git a/1.10.2/assets/minecraft/models/item/snowball.json b/1.10.2/assets/minecraft/models/item/snowball.json new file mode 100644 index 00000000..f1962327 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/snowball.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/snowball" + } +} diff --git a/1.10.2/assets/minecraft/models/item/soul_sand.json b/1.10.2/assets/minecraft/models/item/soul_sand.json new file mode 100644 index 00000000..bb214e31 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/soul_sand.json @@ -0,0 +1,3 @@ +{ + "parent": "block/soul_sand" +} diff --git a/1.10.2/assets/minecraft/models/item/spawn_egg.json b/1.10.2/assets/minecraft/models/item/spawn_egg.json new file mode 100644 index 00000000..908f7fa0 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/spawn_egg.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/spawn_egg", + "layer1": "items/spawn_egg_overlay" + } +} diff --git a/1.10.2/assets/minecraft/models/item/speckled_melon.json b/1.10.2/assets/minecraft/models/item/speckled_melon.json new file mode 100644 index 00000000..69840f96 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/speckled_melon.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/melon_speckled" + } +} diff --git a/1.10.2/assets/minecraft/models/item/spectral_arrow.json b/1.10.2/assets/minecraft/models/item/spectral_arrow.json new file mode 100644 index 00000000..b7db6448 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/spectral_arrow.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/spectral_arrow" + } +} diff --git a/1.10.2/assets/minecraft/models/item/spider_eye.json b/1.10.2/assets/minecraft/models/item/spider_eye.json new file mode 100644 index 00000000..0a663064 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/spider_eye.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/spider_eye" + } +} diff --git a/1.10.2/assets/minecraft/models/item/sponge.json b/1.10.2/assets/minecraft/models/item/sponge.json new file mode 100644 index 00000000..be0af22f --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/sponge.json @@ -0,0 +1,3 @@ +{ + "parent": "block/sponge" +} diff --git a/1.10.2/assets/minecraft/models/item/sponge_wet.json b/1.10.2/assets/minecraft/models/item/sponge_wet.json new file mode 100644 index 00000000..763ac1e0 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/sponge_wet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/sponge_wet" +} diff --git a/1.10.2/assets/minecraft/models/item/spruce_boat.json b/1.10.2/assets/minecraft/models/item/spruce_boat.json new file mode 100644 index 00000000..04455ca0 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/spruce_boat.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/spruce_boat" + } +} diff --git a/1.10.2/assets/minecraft/models/item/spruce_door.json b/1.10.2/assets/minecraft/models/item/spruce_door.json new file mode 100644 index 00000000..b6a0ac7b --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/spruce_door.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/door_spruce" + } +} diff --git a/1.10.2/assets/minecraft/models/item/spruce_fence.json b/1.10.2/assets/minecraft/models/item/spruce_fence.json new file mode 100644 index 00000000..fccc7be6 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/spruce_fence.json @@ -0,0 +1,3 @@ +{ + "parent": "block/spruce_fence_inventory" +} diff --git a/1.10.2/assets/minecraft/models/item/spruce_fence_gate.json b/1.10.2/assets/minecraft/models/item/spruce_fence_gate.json new file mode 100644 index 00000000..38c1bf21 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/spruce_fence_gate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/spruce_fence_gate_closed" +} diff --git a/1.10.2/assets/minecraft/models/item/spruce_leaves.json b/1.10.2/assets/minecraft/models/item/spruce_leaves.json new file mode 100644 index 00000000..0fc2b066 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/spruce_leaves.json @@ -0,0 +1,3 @@ +{ + "parent": "block/spruce_leaves" +} diff --git a/1.10.2/assets/minecraft/models/item/spruce_log.json b/1.10.2/assets/minecraft/models/item/spruce_log.json new file mode 100644 index 00000000..702dccc4 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/spruce_log.json @@ -0,0 +1,3 @@ +{ + "parent": "block/spruce_log" +} diff --git a/1.10.2/assets/minecraft/models/item/spruce_planks.json b/1.10.2/assets/minecraft/models/item/spruce_planks.json new file mode 100644 index 00000000..05d60747 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/spruce_planks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/spruce_planks" +} diff --git a/1.10.2/assets/minecraft/models/item/spruce_sapling.json b/1.10.2/assets/minecraft/models/item/spruce_sapling.json new file mode 100644 index 00000000..292c12ef --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/spruce_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/sapling_spruce" + } +} diff --git a/1.10.2/assets/minecraft/models/item/spruce_slab.json b/1.10.2/assets/minecraft/models/item/spruce_slab.json new file mode 100644 index 00000000..60251bff --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/spruce_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/half_slab_spruce" +} diff --git a/1.10.2/assets/minecraft/models/item/spruce_stairs.json b/1.10.2/assets/minecraft/models/item/spruce_stairs.json new file mode 100644 index 00000000..c69594a3 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/spruce_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/spruce_stairs" +} diff --git a/1.10.2/assets/minecraft/models/item/stick.json b/1.10.2/assets/minecraft/models/item/stick.json new file mode 100644 index 00000000..f757c1f3 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/stick.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/stick" + } +} diff --git a/1.10.2/assets/minecraft/models/item/sticky_piston.json b/1.10.2/assets/minecraft/models/item/sticky_piston.json new file mode 100644 index 00000000..87c94d4b --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/sticky_piston.json @@ -0,0 +1,3 @@ +{ + "parent": "block/piston_inventory_sticky" +} diff --git a/1.10.2/assets/minecraft/models/item/stone.json b/1.10.2/assets/minecraft/models/item/stone.json new file mode 100644 index 00000000..68982f03 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/stone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stone" +} diff --git a/1.10.2/assets/minecraft/models/item/stone_axe.json b/1.10.2/assets/minecraft/models/item/stone_axe.json new file mode 100644 index 00000000..ebbe13fa --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/stone_axe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/stone_axe" + } +} diff --git a/1.10.2/assets/minecraft/models/item/stone_brick_monster_egg.json b/1.10.2/assets/minecraft/models/item/stone_brick_monster_egg.json new file mode 100644 index 00000000..ef1e13fc --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/stone_brick_monster_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stonebrick_normal" +} diff --git a/1.10.2/assets/minecraft/models/item/stone_brick_slab.json b/1.10.2/assets/minecraft/models/item/stone_brick_slab.json new file mode 100644 index 00000000..3f0db474 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/stone_brick_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/half_slab_stone_brick" +} diff --git a/1.10.2/assets/minecraft/models/item/stone_brick_stairs.json b/1.10.2/assets/minecraft/models/item/stone_brick_stairs.json new file mode 100644 index 00000000..30e682e1 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/stone_brick_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stone_brick_stairs" +} diff --git a/1.10.2/assets/minecraft/models/item/stone_button.json b/1.10.2/assets/minecraft/models/item/stone_button.json new file mode 100644 index 00000000..2ef9acb7 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/stone_button.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stone_button_inventory" +} diff --git a/1.10.2/assets/minecraft/models/item/stone_hoe.json b/1.10.2/assets/minecraft/models/item/stone_hoe.json new file mode 100644 index 00000000..aaa6122e --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/stone_hoe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/stone_hoe" + } +} diff --git a/1.10.2/assets/minecraft/models/item/stone_monster_egg.json b/1.10.2/assets/minecraft/models/item/stone_monster_egg.json new file mode 100644 index 00000000..68982f03 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/stone_monster_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stone" +} diff --git a/1.10.2/assets/minecraft/models/item/stone_pickaxe.json b/1.10.2/assets/minecraft/models/item/stone_pickaxe.json new file mode 100644 index 00000000..df6c844f --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/stone_pickaxe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/stone_pickaxe" + } +} diff --git a/1.10.2/assets/minecraft/models/item/stone_pressure_plate.json b/1.10.2/assets/minecraft/models/item/stone_pressure_plate.json new file mode 100644 index 00000000..9f18cce8 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/stone_pressure_plate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stone_pressure_plate_up" +} diff --git a/1.10.2/assets/minecraft/models/item/stone_shovel.json b/1.10.2/assets/minecraft/models/item/stone_shovel.json new file mode 100644 index 00000000..d227e6db --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/stone_shovel.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/stone_shovel" + } +} diff --git a/1.10.2/assets/minecraft/models/item/stone_slab.json b/1.10.2/assets/minecraft/models/item/stone_slab.json new file mode 100644 index 00000000..701dbc32 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/stone_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/half_slab_stone" +} diff --git a/1.10.2/assets/minecraft/models/item/stone_stairs.json b/1.10.2/assets/minecraft/models/item/stone_stairs.json new file mode 100644 index 00000000..65107ed7 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/stone_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stone_stairs" +} diff --git a/1.10.2/assets/minecraft/models/item/stone_sword.json b/1.10.2/assets/minecraft/models/item/stone_sword.json new file mode 100644 index 00000000..a30dcae5 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/stone_sword.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/stone_sword" + } +} diff --git a/1.10.2/assets/minecraft/models/item/stonebrick.json b/1.10.2/assets/minecraft/models/item/stonebrick.json new file mode 100644 index 00000000..ef1e13fc --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/stonebrick.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stonebrick_normal" +} diff --git a/1.10.2/assets/minecraft/models/item/string.json b/1.10.2/assets/minecraft/models/item/string.json new file mode 100644 index 00000000..046bb2e9 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/string.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/string" + } +} diff --git a/1.10.2/assets/minecraft/models/item/structure_block.json b/1.10.2/assets/minecraft/models/item/structure_block.json new file mode 100644 index 00000000..14bed985 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/structure_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/structure_block" +} diff --git a/1.10.2/assets/minecraft/models/item/structure_void.json b/1.10.2/assets/minecraft/models/item/structure_void.json new file mode 100644 index 00000000..e681ad8a --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/structure_void.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/structure_void" + } +} diff --git a/1.10.2/assets/minecraft/models/item/sugar.json b/1.10.2/assets/minecraft/models/item/sugar.json new file mode 100644 index 00000000..36b9ebf6 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/sugar.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/sugar" + } +} diff --git a/1.10.2/assets/minecraft/models/item/sunflower.json b/1.10.2/assets/minecraft/models/item/sunflower.json new file mode 100644 index 00000000..cd0e9320 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/sunflower.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/double_plant_sunflower_front" + } +} diff --git a/1.10.2/assets/minecraft/models/item/syringa.json b/1.10.2/assets/minecraft/models/item/syringa.json new file mode 100644 index 00000000..4ad521a3 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/syringa.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/double_plant_syringa_top" + } +} diff --git a/1.10.2/assets/minecraft/models/item/tall_grass.json b/1.10.2/assets/minecraft/models/item/tall_grass.json new file mode 100644 index 00000000..03b74d51 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/tall_grass.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/tallgrass" + } +} diff --git a/1.10.2/assets/minecraft/models/item/tipped_arrow.json b/1.10.2/assets/minecraft/models/item/tipped_arrow.json new file mode 100644 index 00000000..9f6da4c0 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/tipped_arrow.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/tipped_arrow_head", + "layer1": "items/tipped_arrow_base" + } +} diff --git a/1.10.2/assets/minecraft/models/item/tnt.json b/1.10.2/assets/minecraft/models/item/tnt.json new file mode 100644 index 00000000..ba1dec1c --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/tnt.json @@ -0,0 +1,3 @@ +{ + "parent": "block/tnt" +} diff --git a/1.10.2/assets/minecraft/models/item/tnt_minecart.json b/1.10.2/assets/minecraft/models/item/tnt_minecart.json new file mode 100644 index 00000000..c1d0aac9 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/tnt_minecart.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/minecart_tnt" + } +} diff --git a/1.10.2/assets/minecraft/models/item/torch.json b/1.10.2/assets/minecraft/models/item/torch.json new file mode 100644 index 00000000..4e6da468 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/torch.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/torch_on" + } +} diff --git a/1.10.2/assets/minecraft/models/item/trapdoor.json b/1.10.2/assets/minecraft/models/item/trapdoor.json new file mode 100644 index 00000000..4b707422 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/trapdoor.json @@ -0,0 +1,3 @@ +{ + "parent": "block/wooden_trapdoor_bottom" +} diff --git a/1.10.2/assets/minecraft/models/item/trapped_chest.json b/1.10.2/assets/minecraft/models/item/trapped_chest.json new file mode 100644 index 00000000..c7435714 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/trapped_chest.json @@ -0,0 +1,3 @@ +{ + "parent": "item/chest" +} diff --git a/1.10.2/assets/minecraft/models/item/tripwire_hook.json b/1.10.2/assets/minecraft/models/item/tripwire_hook.json new file mode 100644 index 00000000..79b51fd4 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/tripwire_hook.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/trip_wire_source" + } +} diff --git a/1.10.2/assets/minecraft/models/item/vine.json b/1.10.2/assets/minecraft/models/item/vine.json new file mode 100644 index 00000000..3db1bb91 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/vine.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/vine" + } +} diff --git a/1.10.2/assets/minecraft/models/item/water_bucket.json b/1.10.2/assets/minecraft/models/item/water_bucket.json new file mode 100644 index 00000000..8fb67591 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/water_bucket.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/bucket_water" + } +} diff --git a/1.10.2/assets/minecraft/models/item/waterlily.json b/1.10.2/assets/minecraft/models/item/waterlily.json new file mode 100644 index 00000000..68529104 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/waterlily.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/waterlily" + } +} diff --git a/1.10.2/assets/minecraft/models/item/web.json b/1.10.2/assets/minecraft/models/item/web.json new file mode 100644 index 00000000..1fe6d579 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/web.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/web" + } +} diff --git a/1.10.2/assets/minecraft/models/item/wheat.json b/1.10.2/assets/minecraft/models/item/wheat.json new file mode 100644 index 00000000..25b0bb90 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/wheat.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/wheat" + } +} diff --git a/1.10.2/assets/minecraft/models/item/wheat_seeds.json b/1.10.2/assets/minecraft/models/item/wheat_seeds.json new file mode 100644 index 00000000..223a2f44 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/wheat_seeds.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/seeds_wheat" + } +} diff --git a/1.10.2/assets/minecraft/models/item/white_carpet.json b/1.10.2/assets/minecraft/models/item/white_carpet.json new file mode 100644 index 00000000..3234800e --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/white_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/carpet_white" +} diff --git a/1.10.2/assets/minecraft/models/item/white_stained_glass.json b/1.10.2/assets/minecraft/models/item/white_stained_glass.json new file mode 100644 index 00000000..fe424441 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/white_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glass_white" +} diff --git a/1.10.2/assets/minecraft/models/item/white_stained_glass_pane.json b/1.10.2/assets/minecraft/models/item/white_stained_glass_pane.json new file mode 100644 index 00000000..d64898db --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/white_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/glass_white" + } +} diff --git a/1.10.2/assets/minecraft/models/item/white_stained_hardened_clay.json b/1.10.2/assets/minecraft/models/item/white_stained_hardened_clay.json new file mode 100644 index 00000000..d5bf687c --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/white_stained_hardened_clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hardened_clay_white" +} diff --git a/1.10.2/assets/minecraft/models/item/white_tulip.json b/1.10.2/assets/minecraft/models/item/white_tulip.json new file mode 100644 index 00000000..9d8d4316 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/white_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/flower_tulip_white" + } +} diff --git a/1.10.2/assets/minecraft/models/item/white_wool.json b/1.10.2/assets/minecraft/models/item/white_wool.json new file mode 100644 index 00000000..59a012e3 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/white_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/white_wool" +} diff --git a/1.10.2/assets/minecraft/models/item/wood_old_slab.json b/1.10.2/assets/minecraft/models/item/wood_old_slab.json new file mode 100644 index 00000000..7043f21d --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/wood_old_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/half_slab_oak" +} diff --git a/1.10.2/assets/minecraft/models/item/wooden_axe.json b/1.10.2/assets/minecraft/models/item/wooden_axe.json new file mode 100644 index 00000000..1089bde5 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/wooden_axe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/wood_axe" + } +} diff --git a/1.10.2/assets/minecraft/models/item/wooden_button.json b/1.10.2/assets/minecraft/models/item/wooden_button.json new file mode 100644 index 00000000..051f7bcd --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/wooden_button.json @@ -0,0 +1,3 @@ +{ + "parent": "block/wooden_button_inventory" +} diff --git a/1.10.2/assets/minecraft/models/item/wooden_hoe.json b/1.10.2/assets/minecraft/models/item/wooden_hoe.json new file mode 100644 index 00000000..3d55e9c9 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/wooden_hoe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/wood_hoe" + } +} diff --git a/1.10.2/assets/minecraft/models/item/wooden_pickaxe.json b/1.10.2/assets/minecraft/models/item/wooden_pickaxe.json new file mode 100644 index 00000000..f1e8da31 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/wooden_pickaxe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/wood_pickaxe" + } +} diff --git a/1.10.2/assets/minecraft/models/item/wooden_pressure_plate.json b/1.10.2/assets/minecraft/models/item/wooden_pressure_plate.json new file mode 100644 index 00000000..645a3092 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/wooden_pressure_plate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/wooden_pressure_plate_up" +} diff --git a/1.10.2/assets/minecraft/models/item/wooden_shovel.json b/1.10.2/assets/minecraft/models/item/wooden_shovel.json new file mode 100644 index 00000000..9f1203dc --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/wooden_shovel.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/wood_shovel" + } +} diff --git a/1.10.2/assets/minecraft/models/item/wooden_sword.json b/1.10.2/assets/minecraft/models/item/wooden_sword.json new file mode 100644 index 00000000..92fa555e --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/wooden_sword.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/wood_sword" + } +} diff --git a/1.10.2/assets/minecraft/models/item/writable_book.json b/1.10.2/assets/minecraft/models/item/writable_book.json new file mode 100644 index 00000000..56fcacae --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/writable_book.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/book_writable" + } +} diff --git a/1.10.2/assets/minecraft/models/item/written_book.json b/1.10.2/assets/minecraft/models/item/written_book.json new file mode 100644 index 00000000..3dc7d4ae --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/written_book.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/book_written" + } +} diff --git a/1.10.2/assets/minecraft/models/item/yellow_carpet.json b/1.10.2/assets/minecraft/models/item/yellow_carpet.json new file mode 100644 index 00000000..f3879dc1 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/yellow_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/carpet_yellow" +} diff --git a/1.10.2/assets/minecraft/models/item/yellow_stained_glass.json b/1.10.2/assets/minecraft/models/item/yellow_stained_glass.json new file mode 100644 index 00000000..b52b3133 --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/yellow_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glass_yellow" +} diff --git a/1.10.2/assets/minecraft/models/item/yellow_stained_glass_pane.json b/1.10.2/assets/minecraft/models/item/yellow_stained_glass_pane.json new file mode 100644 index 00000000..ac5c8e1c --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/yellow_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/glass_yellow" + } +} diff --git a/1.10.2/assets/minecraft/models/item/yellow_stained_hardened_clay.json b/1.10.2/assets/minecraft/models/item/yellow_stained_hardened_clay.json new file mode 100644 index 00000000..ff76d23c --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/yellow_stained_hardened_clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hardened_clay_yellow" +} diff --git a/1.10.2/assets/minecraft/models/item/yellow_wool.json b/1.10.2/assets/minecraft/models/item/yellow_wool.json new file mode 100644 index 00000000..33e3d17c --- /dev/null +++ b/1.10.2/assets/minecraft/models/item/yellow_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/yellow_wool" +} diff --git a/1.10.2/assets/minecraft/shaders/post/antialias.json b/1.10.2/assets/minecraft/shaders/post/antialias.json new file mode 100644 index 00000000..bc31af30 --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/post/antialias.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "antialias", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.10.2/assets/minecraft/shaders/post/art.json b/1.10.2/assets/minecraft/shaders/post/art.json new file mode 100644 index 00000000..6d6c7ec5 --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/post/art.json @@ -0,0 +1,64 @@ +{ + "targets": [ + "0", + "1" + ], + "passes": [ + { + "name": "blobs2", + "intarget": "minecraft:main", + "outtarget": "0" + }, + { + "name": "outline_watercolor", + "intarget": "0", + "outtarget": "minecraft:main" + }, + { + "name": "blur", + "intarget": "minecraft:main", + "outtarget": "1", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.8, 0.0 ] + }, + { + "name": "Radius", + "values": [ 20.0 ] + } + ] + }, + { + "name": "blur", + "intarget": "1", + "outtarget": "minecraft:main", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.0, 0.8 ] + }, + { + "name": "Radius", + "values": [ 20.0 ] + } + ] + }, + { + "name": "outline_combine", + "intarget": "0", + "outtarget": "1", + "auxtargets": [ + { + "name": "OutlineSampler", + "id": "minecraft:main" + } + ] + }, + { + "name": "blit", + "intarget": "1", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.10.2/assets/minecraft/shaders/post/bits.json b/1.10.2/assets/minecraft/shaders/post/bits.json new file mode 100644 index 00000000..7236746c --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/post/bits.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "bits", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.10.2/assets/minecraft/shaders/post/blobs.json b/1.10.2/assets/minecraft/shaders/post/blobs.json new file mode 100644 index 00000000..d6260aa2 --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/post/blobs.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "blobs", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.10.2/assets/minecraft/shaders/post/blobs2.json b/1.10.2/assets/minecraft/shaders/post/blobs2.json new file mode 100644 index 00000000..3464ae30 --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/post/blobs2.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "blobs2", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.10.2/assets/minecraft/shaders/post/blur.json b/1.10.2/assets/minecraft/shaders/post/blur.json new file mode 100644 index 00000000..bca04d5e --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/post/blur.json @@ -0,0 +1,37 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "blur", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 1.0, 0.0 ] + }, + { + "name": "Radius", + "values": [ 20.0 ] + } + ] + }, + { + "name": "blur", + "intarget": "swap", + "outtarget": "minecraft:main", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.0, 1.0 ] + }, + { + "name": "Radius", + "values": [ 20.0 ] + } + ] + } + ] +} diff --git a/1.10.2/assets/minecraft/shaders/post/bumpy.json b/1.10.2/assets/minecraft/shaders/post/bumpy.json new file mode 100644 index 00000000..0870985d --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/post/bumpy.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "bumpy", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.10.2/assets/minecraft/shaders/post/color_convolve.json b/1.10.2/assets/minecraft/shaders/post/color_convolve.json new file mode 100644 index 00000000..9f002121 --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/post/color_convolve.json @@ -0,0 +1,20 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "color_convolve", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { "name": "Saturation", "values": [ 1.4 ] } + ] + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.10.2/assets/minecraft/shaders/post/creeper.json b/1.10.2/assets/minecraft/shaders/post/creeper.json new file mode 100644 index 00000000..da503f1a --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/post/creeper.json @@ -0,0 +1,41 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "color_convolve", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { + "name": "RedMatrix", + "values": [ 0.0, 0.0, 0.0 ] + }, + { + "name": "GreenMatrix", + "values": [ 0.3, 0.59, 0.11 ] + }, + { + "name": "BlueMatrix", + "values": [ 0.0, 0.0, 0.0 ] + } + ] + }, + { + "name": "bits", + "intarget": "swap", + "outtarget": "minecraft:main", + "uniforms": [ + { + "name": "Resolution", + "values": [ 16.0 ] + }, + { + "name": "MosaicSize", + "values": [ 4.0 ] + } + ] + } + ] +} diff --git a/1.10.2/assets/minecraft/shaders/post/deconverge.json b/1.10.2/assets/minecraft/shaders/post/deconverge.json new file mode 100644 index 00000000..4eb2b8db --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/post/deconverge.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "deconverge", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.10.2/assets/minecraft/shaders/post/desaturate.json b/1.10.2/assets/minecraft/shaders/post/desaturate.json new file mode 100644 index 00000000..675018fa --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/post/desaturate.json @@ -0,0 +1,23 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "color_convolve", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { + "name": "Saturation", + "values": [ 0.2 ] + } + ] + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.10.2/assets/minecraft/shaders/post/entity_outline.json b/1.10.2/assets/minecraft/shaders/post/entity_outline.json new file mode 100644 index 00000000..e53ff3db --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/post/entity_outline.json @@ -0,0 +1,48 @@ +{ + "targets": [ + "swap", + "final" + ], + "passes": [ + { + "name": "entity_outline", + "intarget": "final", + "outtarget": "swap" + }, + { + "name": "blur", + "intarget": "swap", + "outtarget": "final", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 1.0, 0.0 ] + }, + { + "name": "Radius", + "values": [ 2.0 ] + } + ] + }, + { + "name": "blur", + "intarget": "final", + "outtarget": "swap", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.0, 1.0 ] + }, + { + "name": "Radius", + "values": [ 2.0 ] + } + ] + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "final" + } + ] +} diff --git a/1.10.2/assets/minecraft/shaders/post/flip.json b/1.10.2/assets/minecraft/shaders/post/flip.json new file mode 100644 index 00000000..e3824357 --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/post/flip.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "flip", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.10.2/assets/minecraft/shaders/post/fxaa.json b/1.10.2/assets/minecraft/shaders/post/fxaa.json new file mode 100644 index 00000000..83292b79 --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/post/fxaa.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "fxaa", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.10.2/assets/minecraft/shaders/post/green.json b/1.10.2/assets/minecraft/shaders/post/green.json new file mode 100644 index 00000000..5d0af6c9 --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/post/green.json @@ -0,0 +1,41 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "color_convolve", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { + "name": "RedMatrix", + "values": [ 0.0, 0.0, 0.0 ] + }, + { + "name": "GreenMatrix", + "values": [ 0.3, 0.59, 0.11 ] + }, + { + "name": "BlueMatrix", + "values": [ 0.0, 0.0, 0.0 ] + } + ] + }, + { + "name": "bits", + "intarget": "swap", + "outtarget": "minecraft:main" + }, + { + "name": "scan_pincushion", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.10.2/assets/minecraft/shaders/post/invert.json b/1.10.2/assets/minecraft/shaders/post/invert.json new file mode 100644 index 00000000..2ab63fb6 --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/post/invert.json @@ -0,0 +1,23 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "invert", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { + "name": "InverseAmount", + "values": [ 0.8 ] + } + ] + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.10.2/assets/minecraft/shaders/post/notch.json b/1.10.2/assets/minecraft/shaders/post/notch.json new file mode 100644 index 00000000..164943c2 --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/post/notch.json @@ -0,0 +1,26 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "notch", + "intarget": "minecraft:main", + "outtarget": "swap", + "auxtargets": [ + { + "name": "DitherSampler", + "id": "dither", + "width": 4, + "height": 4, + "bilinear": false + } + ] + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.10.2/assets/minecraft/shaders/post/ntsc.json b/1.10.2/assets/minecraft/shaders/post/ntsc.json new file mode 100644 index 00000000..abc005bd --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/post/ntsc.json @@ -0,0 +1,92 @@ +{ + "targets": [ + "swap", + "swap2", + "previous" + ], + "passes": [ + { + "name": "ntsc_encode", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "ntsc_decode", + "intarget": "swap", + "outtarget": "swap2", + "auxtargets": [ + { + "name": "BaseSampler", + "id": "minecraft:main" + } + ] + }, + { + "name": "color_convolve", + "intarget": "swap2", + "outtarget": "swap" + }, + { + "name": "deconverge", + "intarget": "swap", + "outtarget": "minecraft:main" + }, + { + "name": "blur", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 1.0, 0.0 ] + }, + { + "name": "Radius", + "values": [ 10.0 ] + } + ] + }, + { + "name": "blur", + "intarget": "swap", + "outtarget": "minecraft:main", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.0, 1.0 ] + }, + { + "name": "Radius", + "values": [ 10.0 ] + } + ] + }, + { + "name": "scan_pincushion", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "phosphor", + "intarget": "swap", + "outtarget": "minecraft:main", + "auxtargets": [ + { + "name": "PrevSampler", + "id": "previous" + } + ], + "uniforms": [ + { + "name": "Phosphor", + "values": [ 0.4, 0.4, 0.4 ] + } + ] + }, + { + "name": "blit", + "intarget": "minecraft:main", + "outtarget": "previous" + } + ] +} diff --git a/1.10.2/assets/minecraft/shaders/post/outline.json b/1.10.2/assets/minecraft/shaders/post/outline.json new file mode 100644 index 00000000..53c8ee82 --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/post/outline.json @@ -0,0 +1,18 @@ +{ + "targets": [ + "swap", + "final" + ], + "passes": [ + { + "name": "outline", + "intarget": "final", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "final" + } + ] +} diff --git a/1.10.2/assets/minecraft/shaders/post/pencil.json b/1.10.2/assets/minecraft/shaders/post/pencil.json new file mode 100644 index 00000000..1fc5b133 --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/post/pencil.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "outline_soft", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.10.2/assets/minecraft/shaders/post/phosphor.json b/1.10.2/assets/minecraft/shaders/post/phosphor.json new file mode 100644 index 00000000..0fa09c4e --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/post/phosphor.json @@ -0,0 +1,35 @@ +{ + "targets": [ + "swap", + "previous" + ], + "passes": [ + { + "name": "phosphor", + "intarget": "minecraft:main", + "outtarget": "swap", + "auxtargets": [ + { + "name": "PrevSampler", + "id": "previous" + } + ], + "uniforms": [ + { + "name": "Phosphor", + "values": [ 0.95, 0.95, 0.95 ] + } + ] + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "previous" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.10.2/assets/minecraft/shaders/post/scan_pincushion.json b/1.10.2/assets/minecraft/shaders/post/scan_pincushion.json new file mode 100644 index 00000000..b5d0a3ed --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/post/scan_pincushion.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "scan_pincushion", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.10.2/assets/minecraft/shaders/post/sobel.json b/1.10.2/assets/minecraft/shaders/post/sobel.json new file mode 100644 index 00000000..5c390a4b --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/post/sobel.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "sobel", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.10.2/assets/minecraft/shaders/post/spider.json b/1.10.2/assets/minecraft/shaders/post/spider.json new file mode 100644 index 00000000..5f203c13 --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/post/spider.json @@ -0,0 +1,230 @@ +{ + "targets": [ + "largeBlur", + "smallBlur", + "temp", + "swap" + ], + "passes": [ + { + "name": "blur", + "intarget": "minecraft:main", + "outtarget": "temp", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 1.0, 0.0 ] + }, + { + "name": "Radius", + "values": [ 15.0 ] + } + ] + }, + { + "name": "blur", + "intarget": "temp", + "outtarget": "largeBlur", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.0, 1.0 ] + }, + { + "name": "Radius", + "values": [ 15.0 ] + } + ] + }, + { + "name": "blur", + "intarget": "minecraft:main", + "outtarget": "temp", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 1.0, 0.0 ] + }, + { + "name": "Radius", + "values": [ 7.0 ] + } + ] + }, + { + "name": "blur", + "intarget": "temp", + "outtarget": "smallBlur", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.0, 1.0 ] + }, + { + "name": "Radius", + "values": [ 7.0 ] + } + ] + }, + { + "name": "spider", + "intarget": "minecraft:main", + "outtarget": "temp", + "auxtargets": [ + { + "name": "BlurSampler", + "id": "largeBlur" + } + ], + "uniforms": [ + { + "name": "InScale", + "values": [ 1.25, 2.0 ] + }, + { + "name": "InOffset", + "values": [ -0.125, -0.1 ] + }, + { + "name": "Scissor", + "values": [ 0.0, 0.0, 1.0, 1.0 ] + }, + { + "name": "Vignette", + "values": [ 0.1, 0.1, 0.9, 0.9 ] + } + ] + }, + { + "name": "spider", + "intarget": "smallBlur", + "outtarget": "swap", + "auxtargets": [ + { + "name": "BlurSampler", + "id": "temp" + } + ], + "uniforms": [ + { + "name": "InScale", + "values": [ 2.35, 4.2 ] + }, + { + "name": "InOffset", + "values": [ -1.1, -1.5 ] + }, + { + "name": "InRotation", + "values": [ -45.0 ] + }, + { + "name": "Scissor", + "values": [ 0.21, 0.0, 0.79, 1.0 ] + }, + { + "name": "Vignette", + "values": [ 0.31, 0.1, 0.69, 0.9 ] + } + ] + }, + { + "name": "spider", + "intarget": "smallBlur", + "outtarget": "temp", + "auxtargets": [ + { + "name": "BlurSampler", + "id": "swap" + } + ], + "uniforms": [ + { + "name": "InScale", + "values": [ 2.35, 4.2 ] + }, + { + "name": "InOffset", + "values": [ 0.45, -4.45 ] + }, + { + "name": "InRotation", + "values": [ 45.0 ] + }, + { + "name": "Scissor", + "values": [ 0.21, 0.0, 0.79, 1.0 ] + }, + { + "name": "Vignette", + "values": [ 0.31, 0.1, 0.69, 0.9 ] + } + ] + }, + { + "name": "spider", + "intarget": "smallBlur", + "outtarget": "swap", + "auxtargets": [ + { + "name": "BlurSampler", + "id": "temp" + } + ], + "uniforms": [ + { + "name": "InScale", + "values": [ 2.35, 2.35 ] + }, + { + "name": "InOffset", + "values": [ -0.385, -1.29 ] + }, + { + "name": "InRotation", + "values": [ 0.0 ] + }, + { + "name": "Vignette", + "values": [ 0.31, 0.1, 0.69, 0.9 ] + } + ] + }, + { + "name": "spider", + "intarget": "smallBlur", + "outtarget": "temp", + "auxtargets": [ + { + "name": "BlurSampler", + "id": "swap" + } + ], + "uniforms": [ + { + "name": "InScale", + "values": [ 2.35, 2.35 ] + }, + { + "name": "InOffset", + "values": [ -0.965, -1.29 ] + }, + { + "name": "Vignette", + "values": [ 0.31, 0.1, 0.69, 0.9 ] + } + ] + }, + { + "name": "blit", + "intarget": "temp", + "outtarget": "minecraft:main", + "uniforms": [ + { + "name": "ColorModulate", + "values": [ 1.0, 0.8, 0.8, 1.0 ] + } + ] + } + ] +} diff --git a/1.10.2/assets/minecraft/shaders/post/wobble.json b/1.10.2/assets/minecraft/shaders/post/wobble.json new file mode 100644 index 00000000..1fc45346 --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/post/wobble.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "wobble", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.10.2/assets/minecraft/shaders/program/antialias.fsh b/1.10.2/assets/minecraft/shaders/program/antialias.fsh new file mode 100644 index 00000000..2d921951 --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/program/antialias.fsh @@ -0,0 +1,29 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 c = texture2D (DiffuseSampler, texCoord); + vec4 u1 = texture2D (DiffuseSampler, texCoord + vec2 ( 0.0, -oneTexel.y )); + vec4 u2 = texture2D (DiffuseSampler, texCoord + vec2 ( 0.0, -oneTexel.y * 2.0)); + vec4 d1 = texture2D (DiffuseSampler, texCoord + vec2 ( 0.0, oneTexel.y )); + vec4 d2 = texture2D (DiffuseSampler, texCoord + vec2 ( 0.0, oneTexel.y * 2.0)); + vec4 l1 = texture2D (DiffuseSampler, texCoord + vec2 (-oneTexel.x, 0.0)); + vec4 l2 = texture2D (DiffuseSampler, texCoord + vec2 (-oneTexel.x * 2.0, 0.0)); + vec4 r1 = texture2D (DiffuseSampler, texCoord + vec2 ( oneTexel.x, 0.0)); + vec4 r2 = texture2D (DiffuseSampler, texCoord + vec2 ( oneTexel.x * 2.0, 0.0)); + + vec4 v1 = mix (c, mix (l1, l2, 0.667), 0.75); + vec4 v2 = mix (c, mix (r1, r2, 0.667), 0.75); + vec4 v3 = mix (c, mix (u1, u2, 0.667), 0.75); + vec4 v4 = mix (c, mix (d1, d2, 0.667), 0.75); + + vec4 v5 = mix (v1, v2, 0.5); + vec4 v6 = mix (v3, v4, 0.5); + + vec4 color = mix (v5, v6, 0.5); + gl_FragColor = vec4(color.rgb, 1.0); +} diff --git a/1.10.2/assets/minecraft/shaders/program/antialias.json b/1.10.2/assets/minecraft/shaders/program/antialias.json new file mode 100644 index 00000000..6916fd9a --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/program/antialias.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "blobs", + "fragment": "antialias", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.10.2/assets/minecraft/shaders/program/bits.fsh b/1.10.2/assets/minecraft/shaders/program/bits.fsh new file mode 100644 index 00000000..c252b303 --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/program/bits.fsh @@ -0,0 +1,27 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +uniform float Resolution = 4.0; +uniform float Saturation = 1.5; +uniform float MosaicSize = 8.0; + +void main() { + vec2 mosaicInSize = InSize / MosaicSize; + vec2 fractPix = fract(texCoord * mosaicInSize) / mosaicInSize; + + vec4 baseTexel = texture2D(DiffuseSampler, texCoord - fractPix); + + vec3 fractTexel = baseTexel.rgb - fract(baseTexel.rgb * Resolution) / Resolution; + float luma = dot(fractTexel, vec3(0.3, 0.59, 0.11)); + vec3 chroma = (fractTexel - luma) * Saturation; + baseTexel.rgb = luma + chroma; + baseTexel.a = 1.0; + + gl_FragColor = baseTexel; +} diff --git a/1.10.2/assets/minecraft/shaders/program/bits.json b/1.10.2/assets/minecraft/shaders/program/bits.json new file mode 100644 index 00000000..c19239b8 --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/program/bits.json @@ -0,0 +1,21 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "bits", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "Resolution", "type": "float", "count": 1, "values": [ 4.0 ] }, + { "name": "Saturation", "type": "float", "count": 1, "values": [ 1.5 ] }, + { "name": "MosaicSize", "type": "float", "count": 1, "values": [ 8.0 ] } + ] +} diff --git a/1.10.2/assets/minecraft/shaders/program/blit.fsh b/1.10.2/assets/minecraft/shaders/program/blit.fsh new file mode 100644 index 00000000..75d662ac --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/program/blit.fsh @@ -0,0 +1,11 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +uniform vec4 ColorModulate; + +varying vec2 texCoord; + +void main(){ + gl_FragColor = texture2D(DiffuseSampler, texCoord) * ColorModulate; +} diff --git a/1.10.2/assets/minecraft/shaders/program/blit.json b/1.10.2/assets/minecraft/shaders/program/blit.json new file mode 100644 index 00000000..1256b6b1 --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/program/blit.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "blit", + "fragment": "blit", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "ColorModulate", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] } + ] +} diff --git a/1.10.2/assets/minecraft/shaders/program/blit.vsh b/1.10.2/assets/minecraft/shaders/program/blit.vsh new file mode 100644 index 00000000..01a16db5 --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/program/blit.vsh @@ -0,0 +1,16 @@ +#version 120 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 OutSize; + +varying vec2 texCoord; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + texCoord = Position.xy / OutSize; + texCoord.y = 1.0 - texCoord.y; +} diff --git a/1.10.2/assets/minecraft/shaders/program/blobs.fsh b/1.10.2/assets/minecraft/shaders/program/blobs.fsh new file mode 100644 index 00000000..ddb8c75f --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/program/blobs.fsh @@ -0,0 +1,43 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 u = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y)); + vec4 d = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y)); + vec4 l = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0)); + vec4 r = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0)); + + vec4 v1 = min(l, r); + vec4 v2 = min(u, d); + vec4 v3 = min(v1, v2); + + vec4 ul = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, -oneTexel.y)); + vec4 dr = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, oneTexel.y)); + vec4 dl = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, oneTexel.y)); + vec4 ur = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, -oneTexel.y)); + + vec4 v4 = min(ul, dr); + vec4 v5 = min(ur, dl); + vec4 v6 = min(v4, v5); + + vec4 v7 = min(v3, v6); + + vec4 uu = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y * 2.0)); + vec4 dd = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y * 2.0)); + vec4 ll = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x * 2.0, 0.0)); + vec4 rr = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x * 2.0, 0.0)); + + vec4 v8 = min(uu, dd); + vec4 v9 = min(ll, rr); + vec4 v10 = min(v8, v9); + + vec4 v11 = min(v7, v10); + + vec4 c = texture2D(DiffuseSampler, texCoord); + vec4 color = min(c, v11); + gl_FragColor = vec4(color.rgb, 1.0); +} diff --git a/1.10.2/assets/minecraft/shaders/program/blobs.json b/1.10.2/assets/minecraft/shaders/program/blobs.json new file mode 100644 index 00000000..6a5f2455 --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/program/blobs.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "blobs", + "fragment": "blobs", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.10.2/assets/minecraft/shaders/program/blobs.vsh b/1.10.2/assets/minecraft/shaders/program/blobs.vsh new file mode 100644 index 00000000..3ece2743 --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/program/blobs.vsh @@ -0,0 +1,17 @@ +#version 120 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + oneTexel = 1.0 / InSize; + texCoord = outPos.xy * 0.5 + 0.5; +} diff --git a/1.10.2/assets/minecraft/shaders/program/blobs2.fsh b/1.10.2/assets/minecraft/shaders/program/blobs2.fsh new file mode 100644 index 00000000..fc68fb21 --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/program/blobs2.fsh @@ -0,0 +1,30 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform float Radius; + +void main(){ + vec4 c = texture2D(DiffuseSampler, texCoord); + vec4 maxVal = c; + for(float u = 0.0; u <= Radius; u += 1.0) { + for(float v = 0.0; v <= Radius; v += 1.0) { + float weight = (((sqrt(u * u + v * v) / (Radius)) > 1.0) ? 0.0 : 1.0); + + vec4 s0 = texture2D(DiffuseSampler, texCoord + vec2(-u * oneTexel.x, -v * oneTexel.y)); + vec4 s1 = texture2D(DiffuseSampler, texCoord + vec2( u * oneTexel.x, v * oneTexel.y)); + vec4 s2 = texture2D(DiffuseSampler, texCoord + vec2(-u * oneTexel.x, v * oneTexel.y)); + vec4 s3 = texture2D(DiffuseSampler, texCoord + vec2( u * oneTexel.x, -v * oneTexel.y)); + + vec4 o0 = max(s0, s1); + vec4 o1 = max(s2, s3); + vec4 tempMax = max(o0, o1); + maxVal = mix(maxVal, max(maxVal, tempMax), weight); + } + } + + gl_FragColor = vec4(maxVal.rgb, 1.0); +} diff --git a/1.10.2/assets/minecraft/shaders/program/blobs2.json b/1.10.2/assets/minecraft/shaders/program/blobs2.json new file mode 100644 index 00000000..6df4594b --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/program/blobs2.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "blobs", + "fragment": "blobs2", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "Radius", "type": "float", "count": 1, "values": [ 7.0 ] } + ] +} diff --git a/1.10.2/assets/minecraft/shaders/program/blur.fsh b/1.10.2/assets/minecraft/shaders/program/blur.fsh new file mode 100644 index 00000000..e35dedda --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/program/blur.fsh @@ -0,0 +1,31 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +uniform vec2 BlurDir; +uniform float Radius; + +void main() { + vec4 blurred = vec4(0.0); + float totalStrength = 0.0; + float totalAlpha = 0.0; + float totalSamples = 0.0; + for(float r = -Radius; r <= Radius; r += 1.0) { + vec4 sample = texture2D(DiffuseSampler, texCoord + oneTexel * r * BlurDir); + + // Accumulate average alpha + totalAlpha = totalAlpha + sample.a; + totalSamples = totalSamples + 1.0; + + // Accumulate smoothed blur + float strength = 1.0 - abs(r / Radius); + totalStrength = totalStrength + strength; + blurred = blurred + sample; + } + gl_FragColor = vec4(blurred.rgb / (Radius * 2.0 + 1.0), totalAlpha); +} diff --git a/1.10.2/assets/minecraft/shaders/program/blur.json b/1.10.2/assets/minecraft/shaders/program/blur.json new file mode 100644 index 00000000..51a23239 --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/program/blur.json @@ -0,0 +1,20 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "blur", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "BlurDir", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "Radius", "type": "float", "count": 1, "values": [ 5.0 ] } + ] +} diff --git a/1.10.2/assets/minecraft/shaders/program/bumpy.fsh b/1.10.2/assets/minecraft/shaders/program/bumpy.fsh new file mode 100644 index 00000000..cce2e3a4 --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/program/bumpy.fsh @@ -0,0 +1,34 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 c = texture2D(DiffuseSampler, texCoord); + vec4 u = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y)); + vec4 d = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y)); + vec4 l = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0)); + vec4 r = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0)); + + vec4 nc = normalize(c); + vec4 nu = normalize(u); + vec4 nd = normalize(d); + vec4 nl = normalize(l); + vec4 nr = normalize(r); + + float du = dot(nc, nu); + float dd = dot(nc, nd); + float dl = dot(nc, nl); + float dr = dot(nc, nr); + + float i = 64.0; + + float f = 1.0; + f += (du * i) - (dd * i); + f += (dr * i) - (dl * i); + + vec4 color = c * clamp(f, 0.5, 2); + gl_FragColor = vec4(color.rgb, 1.0); +} diff --git a/1.10.2/assets/minecraft/shaders/program/bumpy.json b/1.10.2/assets/minecraft/shaders/program/bumpy.json new file mode 100644 index 00000000..59cae198 --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/program/bumpy.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "bumpy", + "fragment": "bumpy", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.10.2/assets/minecraft/shaders/program/bumpy.vsh b/1.10.2/assets/minecraft/shaders/program/bumpy.vsh new file mode 100644 index 00000000..3ece2743 --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/program/bumpy.vsh @@ -0,0 +1,17 @@ +#version 120 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + oneTexel = 1.0 / InSize; + texCoord = outPos.xy * 0.5 + 0.5; +} diff --git a/1.10.2/assets/minecraft/shaders/program/color_convolve.fsh b/1.10.2/assets/minecraft/shaders/program/color_convolve.fsh new file mode 100644 index 00000000..61e43e2a --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/program/color_convolve.fsh @@ -0,0 +1,36 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +uniform vec3 Gray = vec3(0.3, 0.59, 0.11); +uniform vec3 RedMatrix = vec3(1.0, 0.0, 0.0); +uniform vec3 GreenMatrix = vec3(0.0, 1.0, 0.0); +uniform vec3 BlueMatrix = vec3(0.0, 0.0, 1.0); +uniform vec3 Offset = vec3(0.0, 0.0, 0.0); +uniform vec3 ColorScale = vec3(1.0, 1.0, 1.0); +uniform float Saturation = 1.8; + +void main() { + vec4 InTexel = texture2D(DiffuseSampler, texCoord); + + // Color Matrix + float RedValue = dot(InTexel.rgb, RedMatrix); + float GreenValue = dot(InTexel.rgb, GreenMatrix); + float BlueValue = dot(InTexel.rgb, BlueMatrix); + vec3 OutColor = vec3(RedValue, GreenValue, BlueValue); + + // Offset & Scale + OutColor = (OutColor * ColorScale) + Offset; + + // Saturation + float Luma = dot(OutColor, Gray); + vec3 Chroma = OutColor - Luma; + OutColor = (Chroma * Saturation) + Luma; + + gl_FragColor = vec4(OutColor, 1.0); +} diff --git a/1.10.2/assets/minecraft/shaders/program/color_convolve.json b/1.10.2/assets/minecraft/shaders/program/color_convolve.json new file mode 100644 index 00000000..e3a32c2d --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/program/color_convolve.json @@ -0,0 +1,25 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "color_convolve", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "Gray", "type": "float", "count": 3, "values": [ 0.3, 0.59, 0.11 ] }, + { "name": "RedMatrix", "type": "float", "count": 3, "values": [ 1.0, 0.0, 0.0 ] }, + { "name": "GreenMatrix", "type": "float", "count": 3, "values": [ 0.0, 1.0, 0.0 ] }, + { "name": "BlueMatrix", "type": "float", "count": 3, "values": [ 0.0, 0.0, 1.0 ] }, + { "name": "Offset", "type": "float", "count": 3, "values": [ 0.0, 0.0, 0.0 ] }, + { "name": "ColorScale", "type": "float", "count": 3, "values": [ 1.0, 1.0, 1.0 ] }, + { "name": "Saturation", "type": "float", "count": 1, "values": [ 1.8 ] } + ] +} diff --git a/1.10.2/assets/minecraft/shaders/program/deconverge.fsh b/1.10.2/assets/minecraft/shaders/program/deconverge.fsh new file mode 100644 index 00000000..26ef8cae --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/program/deconverge.fsh @@ -0,0 +1,28 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +uniform vec3 ConvergeX = vec3(-1.0, 0.0, 0.5); +uniform vec3 ConvergeY = vec3( 0.0, -1.0, 0.5); +uniform vec3 RadialConvergeX = vec3(1.0, 1.0, 1.0); +uniform vec3 RadialConvergeY = vec3(1.0, 1.0, 1.0); + +void main() { + vec3 CoordX = texCoord.x * RadialConvergeX; + vec3 CoordY = texCoord.y * RadialConvergeY; + + CoordX += ConvergeX * oneTexel.x - (RadialConvergeX - 1.0) * 0.5; + CoordY += ConvergeY * oneTexel.y - (RadialConvergeY - 1.0) * 0.5; + + float RedValue = texture2D(DiffuseSampler, vec2(CoordX.x, CoordY.x)).r; + float GreenValue = texture2D(DiffuseSampler, vec2(CoordX.y, CoordY.y)).g; + float BlueValue = texture2D(DiffuseSampler, vec2(CoordX.z, CoordY.z)).b; + float AlphaValue = texture2D(DiffuseSampler, texCoord).a; + + gl_FragColor = vec4(RedValue, GreenValue, BlueValue, 1.0); +} diff --git a/1.10.2/assets/minecraft/shaders/program/deconverge.json b/1.10.2/assets/minecraft/shaders/program/deconverge.json new file mode 100644 index 00000000..e23e9c56 --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/program/deconverge.json @@ -0,0 +1,22 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "deconverge", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "ConvergeX", "type": "float", "count": 3, "values": [ -4.0, 0.0, 2.0 ] }, + { "name": "ConvergeY", "type": "float", "count": 3, "values": [ 0.0, -4.0, 2.0 ] }, + { "name": "RadialConvergeX", "type": "float", "count": 3, "values": [ 1.0, 1.0, 1.0 ] }, + { "name": "RadialConvergeY", "type": "float", "count": 3, "values": [ 1.0, 1.0, 1.0 ] } + ] +} diff --git a/1.10.2/assets/minecraft/shaders/program/downscale.fsh b/1.10.2/assets/minecraft/shaders/program/downscale.fsh new file mode 100644 index 00000000..39734337 --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/program/downscale.fsh @@ -0,0 +1,17 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +void main() { + vec3 Texel0 = texture2D(DiffuseSampler, texCoord).rgb; + vec3 Texel1 = texture2D(DiffuseSampler, texCoord + vec2(oneTexel.x, 0.0)).rgb; + vec3 Texel2 = texture2D(DiffuseSampler, texCoord + vec2(0.0, oneTexel.y)).rgb; + vec3 Texel3 = texture2D(DiffuseSampler, texCoord + oneTexel).rgb; + + gl_FragColor = vec4((Texel0 + Texel1 + Texel2 + Texel3) * 0.25, 1.0); +} diff --git a/1.10.2/assets/minecraft/shaders/program/downscale.json b/1.10.2/assets/minecraft/shaders/program/downscale.json new file mode 100644 index 00000000..9099ec16 --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/program/downscale.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "downscale", + "fragment": "downscale", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.10.2/assets/minecraft/shaders/program/downscale.vsh b/1.10.2/assets/minecraft/shaders/program/downscale.vsh new file mode 100644 index 00000000..ec097594 --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/program/downscale.vsh @@ -0,0 +1,19 @@ +#version 120 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; +uniform vec2 OutSize; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + oneTexel = 1.0 / InSize; + texCoord = outPos.xy * 0.5 + 0.5; + texCoord.y = 1.0 - texCoord.y; +} diff --git a/1.10.2/assets/minecraft/shaders/program/entity_outline.json b/1.10.2/assets/minecraft/shaders/program/entity_outline.json new file mode 100644 index 00000000..d7c77631 --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/program/entity_outline.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "sobel", + "fragment": "entity_sobel", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.10.2/assets/minecraft/shaders/program/entity_sobel.fsh b/1.10.2/assets/minecraft/shaders/program/entity_sobel.fsh new file mode 100644 index 00000000..139c7050 --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/program/entity_sobel.fsh @@ -0,0 +1,21 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 center = texture2D(DiffuseSampler, texCoord); + vec4 left = texture2D(DiffuseSampler, texCoord - vec2(oneTexel.x, 0.0)); + vec4 right = texture2D(DiffuseSampler, texCoord + vec2(oneTexel.x, 0.0)); + vec4 up = texture2D(DiffuseSampler, texCoord - vec2(0.0, oneTexel.y)); + vec4 down = texture2D(DiffuseSampler, texCoord + vec2(0.0, oneTexel.y)); + float leftDiff = abs(center.a - left.a); + float rightDiff = abs(center.a - right.a); + float upDiff = abs(center.a - up.a); + float downDiff = abs(center.a - down.a); + float total = clamp(leftDiff + rightDiff + upDiff + downDiff, 0.0, 1.0); + vec3 outColor = center.rgb * center.a + left.rgb * left.a + right.rgb * right.a + up.rgb * up.a + down.rgb * down.a; + gl_FragColor = vec4(outColor * 0.2, total); +} diff --git a/1.10.2/assets/minecraft/shaders/program/flip.json b/1.10.2/assets/minecraft/shaders/program/flip.json new file mode 100644 index 00000000..b9c78f45 --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/program/flip.json @@ -0,0 +1,20 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "flip", + "fragment": "blit", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "ScreenSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "ColorModulate", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] } + ] +} diff --git a/1.10.2/assets/minecraft/shaders/program/flip.vsh b/1.10.2/assets/minecraft/shaders/program/flip.vsh new file mode 100644 index 00000000..bd0a4d35 --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/program/flip.vsh @@ -0,0 +1,22 @@ +#version 120 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; +uniform vec2 OutSize; +uniform vec2 ScreenSize; + +varying vec2 texCoord; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + vec2 inOutRatio = OutSize / InSize; + vec2 inScreenRatio = ScreenSize / InSize; + texCoord = Position.xy / OutSize; + texCoord.x = texCoord.x * inOutRatio.x; + texCoord.y = texCoord.y * inOutRatio.y; + texCoord.y -= 1.0 - inScreenRatio.y; +} diff --git a/1.10.2/assets/minecraft/shaders/program/fxaa.fsh b/1.10.2/assets/minecraft/shaders/program/fxaa.fsh new file mode 100644 index 00000000..3dbcfd4c --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/program/fxaa.fsh @@ -0,0 +1,84 @@ +#extension GL_EXT_gpu_shader4 : enable + +uniform sampler2D DiffuseSampler; +uniform vec2 OutSize; + +uniform float VxOffset; +uniform float SpanMax; +uniform float ReduceMul; + +varying vec2 texCoord; +varying vec4 posPos; + +#define FxaaTex(t, p) texture2D(t, p) + +#if __VERSION__ >= 130 + #define OffsetVec(a, b) ivec2(a, b) + #define FxaaTexOff(t, p, o, r) textureOffset(t, p, o) +#elif defined(GL_EXT_gpu_shader4) + #define OffsetVec(a, b) ivec2(a, b) + #define FxaaTexOff(t, p, o, r) texture2DLodOffset(t, p, 0.0, o) +#else + #define OffsetVec(a, b) vec2(a, b) + #define FxaaTexOff(t, p, o, r) texture2D(t, p + o * r) +#endif + +vec3 FxaaPixelShader( + vec4 posPos, // Output of FxaaVertexShader interpolated across screen. + sampler2D tex, // Input texture. + vec2 rcpFrame) // Constant {1.0/frameWidth, 1.0/frameHeight}. +{ + + #define FXAA_REDUCE_MIN (1.0/128.0) + //#define FXAA_REDUCE_MUL (1.0/8.0) + //#define FXAA_SPAN_MAX 8.0 + + vec3 rgbNW = FxaaTex(tex, posPos.zw).xyz; + vec3 rgbNE = FxaaTexOff(tex, posPos.zw, OffsetVec(1,0), rcpFrame.xy).xyz; + vec3 rgbSW = FxaaTexOff(tex, posPos.zw, OffsetVec(0,1), rcpFrame.xy).xyz; + vec3 rgbSE = FxaaTexOff(tex, posPos.zw, OffsetVec(1,1), rcpFrame.xy).xyz; + + vec3 rgbM = FxaaTex(tex, posPos.xy).xyz; + + vec3 luma = vec3(0.299, 0.587, 0.114); + float lumaNW = dot(rgbNW, luma); + float lumaNE = dot(rgbNE, luma); + float lumaSW = dot(rgbSW, luma); + float lumaSE = dot(rgbSE, luma); + float lumaM = dot(rgbM, luma); + + float lumaMin = min(lumaM, min(min(lumaNW, lumaNE), min(lumaSW, lumaSE))); + float lumaMax = max(lumaM, max(max(lumaNW, lumaNE), max(lumaSW, lumaSE))); + + vec2 dir; + dir.x = -((lumaNW + lumaNE) - (lumaSW + lumaSE)); + dir.y = ((lumaNW + lumaSW) - (lumaNE + lumaSE)); + + float dirReduce = max( + (lumaNW + lumaNE + lumaSW + lumaSE) * (0.25 * ReduceMul), + FXAA_REDUCE_MIN); + float rcpDirMin = 1.0/(min(abs(dir.x), abs(dir.y)) + dirReduce); + dir = min(vec2( SpanMax, SpanMax), + max(vec2(-SpanMax, -SpanMax), + dir * rcpDirMin)) * rcpFrame.xy; + + vec3 rgbA = (1.0/2.0) * ( + FxaaTex(tex, posPos.xy + dir * vec2(1.0/3.0 - 0.5)).xyz + + FxaaTex(tex, posPos.xy + dir * vec2(2.0/3.0 - 0.5)).xyz); + vec3 rgbB = rgbA * (1.0/2.0) + (1.0/4.0) * ( + FxaaTex(tex, posPos.xy + dir * vec2(0.0/3.0 - 0.5)).xyz + + FxaaTex(tex, posPos.xy + dir * vec2(3.0/3.0 - 0.5)).xyz); + + float lumaB = dot(rgbB, luma); + + if ((lumaB < lumaMin) || (lumaB > lumaMax)) { + return rgbA; + } else { + return rgbB; + } +} + +void main() { + vec4 baseTexel = texture2D(DiffuseSampler, posPos.xy); + gl_FragColor = vec4(FxaaPixelShader(posPos, DiffuseSampler, 1.0 / OutSize), 1.0); +} diff --git a/1.10.2/assets/minecraft/shaders/program/fxaa.json b/1.10.2/assets/minecraft/shaders/program/fxaa.json new file mode 100644 index 00000000..eb850732 --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/program/fxaa.json @@ -0,0 +1,20 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "fxaa", + "fragment": "fxaa", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "SpanMax", "type": "float", "count": 1, "values": [ 8.0 ] }, + { "name": "SubPixelShift", "type": "float", "count": 1, "values": [ 0.25 ] }, + { "name": "ReduceMul", "type": "float", "count": 1, "values": [ 0.125 ] } + ] +} diff --git a/1.10.2/assets/minecraft/shaders/program/fxaa.vsh b/1.10.2/assets/minecraft/shaders/program/fxaa.vsh new file mode 100644 index 00000000..9fe81eaf --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/program/fxaa.vsh @@ -0,0 +1,21 @@ +#version 120 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 OutSize; + +uniform float SubPixelShift; + +varying vec2 texCoord; +varying vec4 posPos; + +void main() { + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + texCoord = Position.xy / OutSize; + texCoord.y = 1.0 - texCoord.y; + posPos.xy = texCoord.xy; + posPos.zw = texCoord.xy - (1.0/OutSize * vec2(0.5 + SubPixelShift)); +} diff --git a/1.10.2/assets/minecraft/shaders/program/invert.fsh b/1.10.2/assets/minecraft/shaders/program/invert.fsh new file mode 100644 index 00000000..93365151 --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/program/invert.fsh @@ -0,0 +1,14 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; + +uniform float InverseAmount; + +void main(){ + vec4 diffuseColor = texture2D(DiffuseSampler, texCoord); + vec4 invertColor = 1.0 - diffuseColor; + vec4 outColor = mix(diffuseColor, invertColor, InverseAmount); + gl_FragColor = vec4(outColor.rgb, 1.0); +} diff --git a/1.10.2/assets/minecraft/shaders/program/invert.json b/1.10.2/assets/minecraft/shaders/program/invert.json new file mode 100644 index 00000000..f9ab649c --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/program/invert.json @@ -0,0 +1,19 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "blit", + "fragment": "invert", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "InverseAmount", "type": "float", "count": 1, "values": [ 0.0 ] } + ] +} diff --git a/1.10.2/assets/minecraft/shaders/program/invert.vsh b/1.10.2/assets/minecraft/shaders/program/invert.vsh new file mode 100644 index 00000000..5110ef53 --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/program/invert.vsh @@ -0,0 +1,20 @@ +#version 120 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; +uniform vec2 OutSize; + +varying vec2 texCoord; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + vec2 sizeRatio = OutSize / InSize; + texCoord = Position.xy / OutSize; + texCoord.x = texCoord.x * sizeRatio.x; + texCoord.y = texCoord.y * sizeRatio.y; + texCoord.y = sizeRatio.y - texCoord.y; +} diff --git a/1.10.2/assets/minecraft/shaders/program/notch.fsh b/1.10.2/assets/minecraft/shaders/program/notch.fsh new file mode 100644 index 00000000..c1293b1b --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/program/notch.fsh @@ -0,0 +1,23 @@ +#version 120 + +uniform sampler2D DiffuseSampler; +uniform sampler2D DitherSampler; + +varying vec2 texCoord; + +uniform vec2 InSize; + +void main() { + vec2 halfSize = InSize * 0.5; + + vec2 steppedCoord = texCoord; + steppedCoord.x = float(int(steppedCoord.x*halfSize.x)) / halfSize.x; + steppedCoord.y = float(int(steppedCoord.y*halfSize.y)) / halfSize.y; + + vec4 noise = texture2D(DitherSampler, steppedCoord * halfSize / 4.0); + vec4 col = texture2D(DiffuseSampler, steppedCoord) + noise * vec4(1.0/12.0, 1.0/12.0, 1.0/6.0, 1.0); + float r = float(int(col.r*8.0))/8.0; + float g = float(int(col.g*8.0))/8.0; + float b = float(int(col.b*4.0))/4.0; + gl_FragColor = vec4(r, g, b, 1.0); +} diff --git a/1.10.2/assets/minecraft/shaders/program/notch.json b/1.10.2/assets/minecraft/shaders/program/notch.json new file mode 100644 index 00000000..e6ff9a81 --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/program/notch.json @@ -0,0 +1,19 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "notch", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" }, + { "name": "DitherSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.10.2/assets/minecraft/shaders/program/ntsc_decode.fsh b/1.10.2/assets/minecraft/shaders/program/ntsc_decode.fsh new file mode 100644 index 00000000..389326fd --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/program/ntsc_decode.fsh @@ -0,0 +1,132 @@ +#version 120 + +uniform sampler2D DiffuseSampler; +uniform sampler2D BaseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +const vec4 Zero = vec4(0.0); +const vec4 One = vec4(1.0); + +const float Pi = 3.1415926535; +const float Pi2 = 6.283185307; + +const vec4 A2 = vec4(1.0); +const vec4 B = vec4(0.5); +const float P = 1.0; +const float CCFrequency = 3.59754545; +const float NotchWidth = 2.0; +const float NotchUpperFrequency = 3.59754545 + NotchWidth; +const float NotchLowerFrequency = 3.59754545 - NotchWidth; +const float YFrequency = 6.0; +const float IFrequency = 1.2; +const float QFrequency = 0.6; +const float ScanTime = 52.6; +const vec3 YIQ2R = vec3(1.0, 0.956, 0.621); +const vec3 YIQ2G = vec3(1.0, -0.272, -0.647); +const vec3 YIQ2B = vec3(1.0, -1.106, 1.703); +const vec4 MinC = vec4(-1.1183); +const vec4 CRange = vec4(3.2366); +const float Pi2Length = Pi2 / 83.0; +const vec4 NotchOffset = vec4(0.0, 1.0, 2.0, 3.0); +const vec4 W = vec4(Pi2 * CCFrequency * ScanTime); + +void main() { + vec4 YAccum = Zero; + vec4 IAccum = Zero; + vec4 QAccum = Zero; + float QuadXSize = InSize.x * 4.0; + float TimePerSample = ScanTime / QuadXSize; + + // Frequency cutoffs for the individual portions of the signal that we extract. + // Y1 and Y2 are the positive and negative frequency limits of the notch filter on Y. + // Y3 is the center of the frequency response of the Y filter. + // I is the center of the frequency response of the I filter. + // Q is the center of the frequency response of the Q filter. + float Fc_y1 = NotchLowerFrequency * TimePerSample; + float Fc_y2 = NotchUpperFrequency * TimePerSample; + float Fc_y3 = YFrequency * TimePerSample; + float Fc_i = IFrequency * TimePerSample; + float Fc_q = QFrequency * TimePerSample; + float Pi2Fc_y1 = Fc_y1 * Pi2; + float Pi2Fc_y2 = Fc_y2 * Pi2; + float Pi2Fc_y3 = Fc_y3 * Pi2; + float Pi2Fc_i = Fc_i * Pi2; + float Pi2Fc_q = Fc_q * Pi2; + float Fc_y1_2 = Fc_y1 * 2.0; + float Fc_y2_2 = Fc_y2 * 2.0; + float Fc_y3_2 = Fc_y3 * 2.0; + float Fc_i_2 = Fc_i * 2.0; + float Fc_q_2 = Fc_q * 2.0; + vec4 CoordY = vec4(texCoord.y); + + vec4 BaseTexel = texture2D(DiffuseSampler, texCoord); + // 83 composite samples wide, 4 composite pixels per texel + for (float n = -41.0; n < 42.0; n += 4.0) + { + vec4 n4 = n + NotchOffset; + vec4 CoordX = texCoord.x + oneTexel.x * n4 * 0.25; + vec2 TexCoord = vec2(CoordX.x, CoordY.y); + vec4 C = texture2D(DiffuseSampler, TexCoord) * CRange + MinC; + vec4 WT = W * (CoordX + A2 * CoordY * InSize.y + B); + vec4 Cosine = 0.54 + 0.46 * cos(Pi2Length * n4); + + vec4 SincYIn1 = Pi2Fc_y1 * n4; + vec4 SincYIn2 = Pi2Fc_y2 * n4; + vec4 SincYIn3 = Pi2Fc_y3 * n4; + vec4 SincY1 = sin(SincYIn1) / SincYIn1; + vec4 SincY2 = sin(SincYIn2) / SincYIn2; + vec4 SincY3 = sin(SincYIn3) / SincYIn3; + + // These zero-checks could be made more efficient, but we are trying to support + // downlevel GLSL + if(SincYIn1.x == 0.0) SincY1.x = 1.0; + if(SincYIn1.y == 0.0) SincY1.y = 1.0; + if(SincYIn1.z == 0.0) SincY1.z = 1.0; + if(SincYIn1.w == 0.0) SincY1.w = 1.0; + if(SincYIn2.x == 0.0) SincY2.x = 1.0; + if(SincYIn2.y == 0.0) SincY2.y = 1.0; + if(SincYIn2.z == 0.0) SincY2.z = 1.0; + if(SincYIn2.w == 0.0) SincY2.w = 1.0; + if(SincYIn3.x == 0.0) SincY3.x = 1.0; + if(SincYIn3.y == 0.0) SincY3.y = 1.0; + if(SincYIn3.z == 0.0) SincY3.z = 1.0; + if(SincYIn3.w == 0.0) SincY3.w = 1.0; + vec4 IdealY = (Fc_y1_2 * SincY1 - Fc_y2_2 * SincY2) + Fc_y3_2 * SincY3; + vec4 FilterY = Cosine * IdealY; + + vec4 SincIIn = Pi2Fc_i * n4; + vec4 SincI = sin(SincIIn) / SincIIn; + if(SincIIn.x == 0.0) SincI.x = 1.0; + if(SincIIn.y == 0.0) SincI.y = 1.0; + if(SincIIn.z == 0.0) SincI.z = 1.0; + if(SincIIn.w == 0.0) SincI.w = 1.0; + vec4 IdealI = Fc_i_2 * SincI; + vec4 FilterI = Cosine * IdealI; + + vec4 SincQIn = Pi2Fc_q * n4; + vec4 SincQ = sin(SincQIn) / SincQIn; + if(SincQIn.x == 0.0) SincQ.x = 1.0; + if(SincQIn.y == 0.0) SincQ.y = 1.0; + if(SincQIn.z == 0.0) SincQ.z = 1.0; + if(SincQIn.w == 0.0) SincQ.w = 1.0; + vec4 IdealQ = Fc_q_2 * SincQ; + vec4 FilterQ = Cosine * IdealQ; + + YAccum += C * FilterY; + IAccum += C * cos(WT) * FilterI; + QAccum += C * sin(WT) * FilterQ; + } + + float Y = dot(YAccum, One); + float I = dot(IAccum, One) * 2.0; + float Q = dot(QAccum, One) * 2.0; + + vec3 YIQ = vec3(Y, I, Q); + vec3 OutRGB = vec3(dot(YIQ, YIQ2R), dot(YIQ, YIQ2G), dot(YIQ, YIQ2B)); + + gl_FragColor = vec4(OutRGB, 1.0); +} diff --git a/1.10.2/assets/minecraft/shaders/program/ntsc_decode.json b/1.10.2/assets/minecraft/shaders/program/ntsc_decode.json new file mode 100644 index 00000000..28709230 --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/program/ntsc_decode.json @@ -0,0 +1,19 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "ntsc_decode", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" }, + { "name": "BaseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.10.2/assets/minecraft/shaders/program/ntsc_encode.fsh b/1.10.2/assets/minecraft/shaders/program/ntsc_encode.fsh new file mode 100644 index 00000000..450bc6d7 --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/program/ntsc_encode.fsh @@ -0,0 +1,50 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +const float Pi2 = 6.283185307; + +const vec4 A2 = vec4(1.0); +const vec4 B = vec4(0.5); +const float P = 1.0; +const float CCFrequency = 3.59754545; +const float ScanTime = 52.6; +const float Pi2ScanTime = Pi2 * ScanTime; +const vec4 YTransform = vec4(0.299, 0.587, 0.114, 0.0); +const vec4 ITransform = vec4(0.595716, -0.274453, -0.321263, 0.0); +const vec4 QTransform = vec4(0.211456, -0.522591, 0.31135, 0.0); +const vec4 MinC = vec4(-1.1183); +const vec4 InvCRange = vec4(1.0 / 3.2366); + +void main() { + vec2 InverseP = vec2(P, 0.0) * oneTexel; + + // UVs for four linearly-interpolated samples spread 0.25 texels apart + vec2 C0 = texCoord; + vec2 C1 = texCoord + InverseP * 0.25; + vec2 C2 = texCoord + InverseP * 0.50; + vec2 C3 = texCoord + InverseP * 0.75; + vec4 Cx = vec4(C0.x, C1.x, C2.x, C3.x); + vec4 Cy = vec4(C0.y, C1.y, C2.y, C3.y); + + vec4 Texel0 = texture2D(DiffuseSampler, C0); + vec4 Texel1 = texture2D(DiffuseSampler, C1); + vec4 Texel2 = texture2D(DiffuseSampler, C2); + vec4 Texel3 = texture2D(DiffuseSampler, C3); + + // Calculate the expected time of the sample. + vec4 T = A2 * Cy * vec4(InSize.y) + B + Cx; + vec4 W = vec4(Pi2ScanTime * CCFrequency); + vec4 TW = T * W; + vec4 Y = vec4(dot(Texel0, YTransform), dot(Texel1, YTransform), dot(Texel2, YTransform), dot(Texel3, YTransform)); + vec4 I = vec4(dot(Texel0, ITransform), dot(Texel1, ITransform), dot(Texel2, ITransform), dot(Texel3, ITransform)); + vec4 Q = vec4(dot(Texel0, QTransform), dot(Texel1, QTransform), dot(Texel2, QTransform), dot(Texel3, QTransform)); + + vec4 Encoded = Y + I * cos(TW) + Q * sin(TW); + gl_FragColor = (Encoded - MinC) * InvCRange; +} diff --git a/1.10.2/assets/minecraft/shaders/program/ntsc_encode.json b/1.10.2/assets/minecraft/shaders/program/ntsc_encode.json new file mode 100644 index 00000000..2cda4dff --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/program/ntsc_encode.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "ntsc_encode", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.10.2/assets/minecraft/shaders/program/outline.fsh b/1.10.2/assets/minecraft/shaders/program/outline.fsh new file mode 100644 index 00000000..5ef504db --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/program/outline.fsh @@ -0,0 +1,21 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 center = texture2D(DiffuseSampler, texCoord); + vec4 up = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y)); + vec4 down = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0)); + vec4 left = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0)); + vec4 right = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y)); + vec4 uDiff = center - up; + vec4 dDiff = center - down; + vec4 lDiff = center - left; + vec4 rDiff = center - right; + vec4 sum = uDiff + dDiff + lDiff + rDiff; + vec3 clamped = clamp(center.rgb - sum.rgb, 0.0, 1.0); + gl_FragColor = vec4(clamped, 1.0); +} diff --git a/1.10.2/assets/minecraft/shaders/program/outline.json b/1.10.2/assets/minecraft/shaders/program/outline.json new file mode 100644 index 00000000..7d41382b --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/program/outline.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "outline", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.10.2/assets/minecraft/shaders/program/outline_combine.fsh b/1.10.2/assets/minecraft/shaders/program/outline_combine.fsh new file mode 100644 index 00000000..3edb9354 --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/program/outline_combine.fsh @@ -0,0 +1,13 @@ +#version 120 + +uniform sampler2D DiffuseSampler; +uniform sampler2D OutlineSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 diffuseTexel = texture2D(DiffuseSampler, texCoord); + vec4 outlineTexel = texture2D(OutlineSampler, texCoord); + gl_FragColor = vec4(diffuseTexel.rgb + diffuseTexel.rgb * outlineTexel.rgb * vec3(0.75), 1.0); +} diff --git a/1.10.2/assets/minecraft/shaders/program/outline_combine.json b/1.10.2/assets/minecraft/shaders/program/outline_combine.json new file mode 100644 index 00000000..d52f4a3d --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/program/outline_combine.json @@ -0,0 +1,19 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "outline_combine", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" }, + { "name": "OutlineSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.10.2/assets/minecraft/shaders/program/outline_soft.fsh b/1.10.2/assets/minecraft/shaders/program/outline_soft.fsh new file mode 100644 index 00000000..40536b51 --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/program/outline_soft.fsh @@ -0,0 +1,46 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform float LumaRamp; +uniform float LumaLevel; + +void main(){ + vec4 center = texture2D(DiffuseSampler, texCoord); + vec4 up = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y)); + vec4 up2 = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y) * 2.0); + vec4 down = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0)); + vec4 down2 = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0) * 2.0); + vec4 left = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0)); + vec4 left2 = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0) * 2.0); + vec4 right = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y)); + vec4 right2 = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y) * 2.0); + vec4 uDiff = abs(center - up); + vec4 dDiff = abs(center - down); + vec4 lDiff = abs(center - left); + vec4 rDiff = abs(center - right); + vec4 u2Diff = abs(center - up2); + vec4 d2Diff = abs(center - down2); + vec4 l2Diff = abs(center - left2); + vec4 r2Diff = abs(center - right2); + vec4 sum = uDiff + dDiff + lDiff + rDiff + u2Diff + d2Diff + l2Diff + r2Diff; + vec4 gray = vec4(0.3, 0.59, 0.11, 0.0); + float sumLuma = 1.0 - dot(clamp(sum, 0.0, 1.0), gray); + + // Get luminance of center pixel and adjust + float centerLuma = dot(center + (center - pow(center, vec4(LumaRamp))), gray); + + // Quantize the luma value + centerLuma = centerLuma - fract(centerLuma * LumaLevel) / LumaLevel; + + // Re-scale to full range + centerLuma = centerLuma * (LumaLevel / (LumaLevel - 1.0)); + + // Blend with outline + centerLuma = centerLuma * sumLuma; + + gl_FragColor = vec4(centerLuma, centerLuma, centerLuma, 1.0); +} diff --git a/1.10.2/assets/minecraft/shaders/program/outline_soft.json b/1.10.2/assets/minecraft/shaders/program/outline_soft.json new file mode 100644 index 00000000..c58bb5d9 --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/program/outline_soft.json @@ -0,0 +1,20 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "outline_soft", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "LumaRamp", "type": "float", "count": 1, "values": [ 16.0 ] }, + { "name": "LumaLevel", "type": "float", "count": 1, "values": [ 4.0 ] } + ] +} diff --git a/1.10.2/assets/minecraft/shaders/program/outline_watercolor.fsh b/1.10.2/assets/minecraft/shaders/program/outline_watercolor.fsh new file mode 100644 index 00000000..997e18a1 --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/program/outline_watercolor.fsh @@ -0,0 +1,41 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform float LumaRamp; + +void main(){ + vec4 center = texture2D(DiffuseSampler, texCoord); + vec4 up = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y)); + vec4 up2 = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y) * 2.0); + vec4 down = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0)); + vec4 down2 = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0) * 2.0); + vec4 left = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0)); + vec4 left2 = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0) * 2.0); + vec4 right = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y)); + vec4 right2 = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y) * 2.0); + vec4 ul = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, -oneTexel.y)); + vec4 ur = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, -oneTexel.y)); + vec4 bl = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, oneTexel.y)); + vec4 br = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, oneTexel.y)); + vec4 gray = vec4(0.3, 0.59, 0.11, 0.0); + float uDiff = dot(abs(center - up), gray); + float dDiff = dot(abs(center - down), gray); + float lDiff = dot(abs(center - left), gray); + float rDiff = dot(abs(center - right), gray); + float u2Diff = dot(abs(center - up2), gray); + float d2Diff = dot(abs(center - down2), gray); + float l2Diff = dot(abs(center - left2), gray); + float r2Diff = dot(abs(center - right2), gray); + float ulDiff = dot(abs(center - ul), gray); + float urDiff = dot(abs(center - ur), gray); + float blDiff = dot(abs(center - bl), gray); + float brDiff = dot(abs(center - br), gray); + float sum = uDiff + dDiff + lDiff + rDiff + u2Diff + d2Diff + l2Diff + r2Diff + ulDiff + urDiff + blDiff + brDiff; + float sumLuma = clamp(sum, 0.0, 1.0); + + gl_FragColor = vec4(sumLuma, sumLuma, sumLuma, 1.0); +} diff --git a/1.10.2/assets/minecraft/shaders/program/outline_watercolor.json b/1.10.2/assets/minecraft/shaders/program/outline_watercolor.json new file mode 100644 index 00000000..29543528 --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/program/outline_watercolor.json @@ -0,0 +1,19 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "outline_watercolor", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "LumaRamp", "type": "float", "count": 1, "values": [ 16.0 ] } + ] +} diff --git a/1.10.2/assets/minecraft/shaders/program/overlay.fsh b/1.10.2/assets/minecraft/shaders/program/overlay.fsh new file mode 100644 index 00000000..815279a6 --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/program/overlay.fsh @@ -0,0 +1,27 @@ +#version 120 + +uniform sampler2D DiffuseSampler; +uniform sampler2D OverlaySampler; + +uniform vec2 InSize; + +varying vec2 texCoord; + +uniform float MosaicSize = 1.0; +uniform vec3 RedMatrix = vec3(1.0, 0.0, 0.0); +uniform vec3 GreenMatrix = vec3(0.0, 1.0, 0.0); +uniform vec3 BlueMatrix = vec3(0.0, 0.0, 1.0); + +void main(){ + vec2 mosaicInSize = InSize / MosaicSize; + vec2 fractPix = fract(texCoord * mosaicInSize) / mosaicInSize; + + vec4 baseTexel = texture2D(DiffuseSampler, texCoord - fractPix); + float red = dot(baseTexel.rgb, RedMatrix); + float green = dot(baseTexel.rgb, GreenMatrix); + float blue = dot(baseTexel.rgb, BlueMatrix); + + vec4 overlayTexel = texture2D(OverlaySampler, vec2(texCoord.x, 1.0 - texCoord.y)); + overlayTexel.a = 1.0; + gl_FragColor = mix(vec4(red, green, blue, 1.0), overlayTexel, overlayTexel.a); +} diff --git a/1.10.2/assets/minecraft/shaders/program/overlay.json b/1.10.2/assets/minecraft/shaders/program/overlay.json new file mode 100644 index 00000000..ceb8d0fc --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/program/overlay.json @@ -0,0 +1,23 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "blit", + "fragment": "overlay", + "attributes": [ "Position" ], + "samplers": [ + { "name": "OverlaySampler" }, + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "MosaicSize", "type": "float", "count": 1, "values": [ 1.0 ] }, + { "name": "RedMatrix", "type": "float", "count": 3, "values": [ 1.0, 0.0, 0.0 ] }, + { "name": "GreenMatrix", "type": "float", "count": 3, "values": [ 0.0, 1.0, 1.0 ] }, + { "name": "BlueMatrix", "type": "float", "count": 3, "values": [ 0.0, 0.0, 1.0 ] } + ] +} diff --git a/1.10.2/assets/minecraft/shaders/program/phosphor.fsh b/1.10.2/assets/minecraft/shaders/program/phosphor.fsh new file mode 100644 index 00000000..f86a270c --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/program/phosphor.fsh @@ -0,0 +1,19 @@ +#version 120 + +uniform sampler2D DiffuseSampler; +uniform sampler2D PrevSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +uniform vec3 Phosphor = vec3(0.7, 0.7, 0.7); +uniform float LerpFactor = 1.0; + +void main() { + vec4 CurrTexel = texture2D(DiffuseSampler, texCoord); + vec4 PrevTexel = texture2D(PrevSampler, texCoord); + + gl_FragColor = vec4(max(PrevTexel.rgb * Phosphor, CurrTexel.rgb), 1.0); +} diff --git a/1.10.2/assets/minecraft/shaders/program/phosphor.json b/1.10.2/assets/minecraft/shaders/program/phosphor.json new file mode 100644 index 00000000..c3a01f2d --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/program/phosphor.json @@ -0,0 +1,20 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "phosphor", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" }, + { "name": "PrevSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "Phosphor", "type": "float", "count": 3, "values": [ 0.3, 0.3, 0.3 ] } + ] +} diff --git a/1.10.2/assets/minecraft/shaders/program/rotscale.vsh b/1.10.2/assets/minecraft/shaders/program/rotscale.vsh new file mode 100644 index 00000000..81b03a19 --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/program/rotscale.vsh @@ -0,0 +1,31 @@ +#version 120 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; +uniform vec2 OutSize; + +uniform vec2 InScale; +uniform vec2 InOffset; +uniform float InRotation; +uniform float Time; + +varying vec2 texCoord; +varying vec2 scaledCoord; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + texCoord = Position.xy / OutSize; + texCoord.y = 1.0 - texCoord.y; + + float Deg2Rad = 0.0174532925; + float InRadians = InRotation * Deg2Rad; + float Cosine = cos(InRadians); + float Sine = sin(InRadians); + float RotU = texCoord.x * Cosine - texCoord.y * Sine; + float RotV = texCoord.y * Cosine + texCoord.x * Sine; + scaledCoord = vec2(RotU, RotV) * InScale + InOffset; +} diff --git a/1.10.2/assets/minecraft/shaders/program/scan_pincushion.fsh b/1.10.2/assets/minecraft/shaders/program/scan_pincushion.fsh new file mode 100644 index 00000000..2aef0d7e --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/program/scan_pincushion.fsh @@ -0,0 +1,64 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +const vec4 Zero = vec4(0.0); +const vec4 Half = vec4(0.5); +const vec4 One = vec4(1.0); +const vec4 Two = vec4(2.0); + +const float Pi = 3.1415926535; +const float PincushionAmount = 0.02; +const float CurvatureAmount = 0.02; +const float ScanlineAmount = 0.8; +const float ScanlineScale = 1.0; +const float ScanlineHeight = 1.0; +const float ScanlineBrightScale = 1.0; +const float ScanlineBrightOffset = 0.0; +const float ScanlineOffset = 0.0; +const vec3 Floor = vec3(0.05, 0.05, 0.05); +const vec3 Power = vec3(0.8, 0.8, 0.8); + +void main() { + vec4 InTexel = texture2D(DiffuseSampler, texCoord); + + vec2 PinUnitCoord = texCoord * Two.xy - One.xy; + float PincushionR2 = pow(length(PinUnitCoord), 2.0); + vec2 PincushionCurve = PinUnitCoord * PincushionAmount * PincushionR2; + vec2 ScanCoord = texCoord; + + ScanCoord *= One.xy - PincushionAmount * 0.2; + ScanCoord += PincushionAmount * 0.1; + ScanCoord += PincushionCurve; + + vec2 CurvatureClipCurve = PinUnitCoord * CurvatureAmount * PincushionR2; + vec2 ScreenClipCoord = texCoord; + ScreenClipCoord -= Half.xy; + ScreenClipCoord *= One.xy - CurvatureAmount * 0.2; + ScreenClipCoord += Half.xy; + ScreenClipCoord += CurvatureClipCurve; + + // -- Alpha Clipping -- + if (ScanCoord.x < 0.0) discard; + if (ScanCoord.y < 0.0) discard; + if (ScanCoord.x > 1.0) discard; + if (ScanCoord.y > 1.0) discard; + + // -- Scanline Simulation -- + float InnerSine = ScanCoord.y * InSize.y * ScanlineScale * 0.25; + float ScanBrightMod = sin(InnerSine * Pi + ScanlineOffset * InSize.y * 0.25); + float ScanBrightness = mix(1.0, (pow(ScanBrightMod * ScanBrightMod, ScanlineHeight) * ScanlineBrightScale + 1.0) * 0.5, ScanlineAmount); + vec3 ScanlineTexel = InTexel.rgb * ScanBrightness; + + // -- Color Compression (increasing the floor of the signal without affecting the ceiling) -- + ScanlineTexel = Floor + (One.xyz - Floor) * ScanlineTexel; + + ScanlineTexel.rgb = pow(ScanlineTexel.rgb, Power); + + gl_FragColor = vec4(ScanlineTexel.rgb, 1.0); +} diff --git a/1.10.2/assets/minecraft/shaders/program/scan_pincushion.json b/1.10.2/assets/minecraft/shaders/program/scan_pincushion.json new file mode 100644 index 00000000..9c7f9a3d --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/program/scan_pincushion.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "scan_pincushion", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.10.2/assets/minecraft/shaders/program/sobel.fsh b/1.10.2/assets/minecraft/shaders/program/sobel.fsh new file mode 100644 index 00000000..6ed6b147 --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/program/sobel.fsh @@ -0,0 +1,20 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 center = texture2D(DiffuseSampler, texCoord); + vec4 left = texture2D(DiffuseSampler, texCoord - vec2(oneTexel.x, 0.0)); + vec4 right = texture2D(DiffuseSampler, texCoord + vec2(oneTexel.x, 0.0)); + vec4 up = texture2D(DiffuseSampler, texCoord - vec2(0.0, oneTexel.y)); + vec4 down = texture2D(DiffuseSampler, texCoord + vec2(0.0, oneTexel.y)); + vec4 leftDiff = center - left; + vec4 rightDiff = center - right; + vec4 upDiff = center - up; + vec4 downDiff = center - down; + vec4 total = clamp(leftDiff + rightDiff + upDiff + downDiff, 0.0, 1.0); + gl_FragColor = vec4(total.rgb, 1.0); +} diff --git a/1.10.2/assets/minecraft/shaders/program/sobel.json b/1.10.2/assets/minecraft/shaders/program/sobel.json new file mode 100644 index 00000000..dc2fc17b --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/program/sobel.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "sobel", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.10.2/assets/minecraft/shaders/program/sobel.vsh b/1.10.2/assets/minecraft/shaders/program/sobel.vsh new file mode 100644 index 00000000..21b17369 --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/program/sobel.vsh @@ -0,0 +1,20 @@ +#version 120 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; +uniform vec2 OutSize; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + oneTexel = 1.0 / InSize; + + texCoord = Position.xy / OutSize; + texCoord.y = 1.0 - texCoord.y; +} diff --git a/1.10.2/assets/minecraft/shaders/program/spider.json b/1.10.2/assets/minecraft/shaders/program/spider.json new file mode 100644 index 00000000..3a47688e --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/program/spider.json @@ -0,0 +1,25 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "rotscale", + "fragment": "spiderclip", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" }, + { "name": "BlurSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "InScale", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "InOffset", "type": "float", "count": 2, "values": [ 0.0, 0.0 ] }, + { "name": "InRotation", "type": "float", "count": 1, "values": [ 0.0 ] }, + { "name": "Time", "type": "float", "count": 1, "values": [ 0.0 ] }, + { "name": "Scissor", "type": "float", "count": 4, "values": [ 0.0, 0.0, 1.0, 1.0 ] }, + { "name": "Vignette", "type": "float", "count": 4, "values": [ 0.0, 0.0, 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.10.2/assets/minecraft/shaders/program/spiderclip.fsh b/1.10.2/assets/minecraft/shaders/program/spiderclip.fsh new file mode 100644 index 00000000..f53979ca --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/program/spiderclip.fsh @@ -0,0 +1,31 @@ +#version 120 + +uniform sampler2D DiffuseSampler; +uniform sampler2D BlurSampler; + +varying vec2 texCoord; +varying vec2 scaledCoord; + +uniform vec2 InSize; +uniform vec4 Scissor; +uniform vec4 Vignette; + +void main() { + vec4 ScaledTexel = texture2D(DiffuseSampler, scaledCoord); + vec4 BlurTexel = texture2D(BlurSampler, texCoord); + vec4 OutTexel = ScaledTexel; + + // -- Alpha Clipping -- + if (scaledCoord.x < Scissor.x) OutTexel = BlurTexel; + if (scaledCoord.y < Scissor.y) OutTexel = BlurTexel; + if (scaledCoord.x > Scissor.z) OutTexel = BlurTexel; + if (scaledCoord.y > Scissor.w) OutTexel = BlurTexel; + + clamp(scaledCoord, 0.0, 1.0); + + if (scaledCoord.x < Vignette.x) OutTexel = mix(BlurTexel, OutTexel, (Scissor.x - scaledCoord.x) / (Scissor.x - Vignette.x)); + if (scaledCoord.y < Vignette.y) OutTexel = mix(BlurTexel, OutTexel, (Scissor.y - scaledCoord.y) / (Scissor.y - Vignette.y)); + if (scaledCoord.x > Vignette.z) OutTexel = mix(BlurTexel, OutTexel, (Scissor.z - scaledCoord.x) / (Scissor.z - Vignette.z)); + if (scaledCoord.y > Vignette.w) OutTexel = mix(BlurTexel, OutTexel, (Scissor.w - scaledCoord.y) / (Scissor.w - Vignette.w)); + gl_FragColor = vec4(OutTexel.rgb, 1.0); +} diff --git a/1.10.2/assets/minecraft/shaders/program/wobble.fsh b/1.10.2/assets/minecraft/shaders/program/wobble.fsh new file mode 100644 index 00000000..9a175403 --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/program/wobble.fsh @@ -0,0 +1,58 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +uniform float Time; +uniform vec2 Frequency; +uniform vec2 WobbleAmount; + +vec3 hue(float h) +{ + float r = abs(h * 6.0 - 3.0) - 1.0; + float g = 2 - abs(h * 6.0 - 2.0); + float b = 2 - abs(h * 6.0 - 4.0); + return clamp(vec3(r,g,b), 0.0, 1.0); +} + +vec3 HSVtoRGB(vec3 hsv) { + return ((hue(hsv.x) - 1.0) * hsv.y + 1.0) * hsv.z; +} + +vec3 RGBtoHSV(vec3 rgb) { + vec3 hsv = vec3(0.0); + hsv.z = max(rgb.r, max(rgb.g, rgb.b)); + float min = min(rgb.r, min(rgb.g, rgb.b)); + float c = hsv.z - min; + + if (c != 0) + { + hsv.y = c / hsv.z; + vec3 delta = (hsv.z - rgb) / c; + delta.rgb -= delta.brg; + delta.rg += vec2(2.0, 4.0); + if (rgb.r >= hsv.z) { + hsv.x = delta.b; + } else if (rgb.g >= hsv.z) { + hsv.x = delta.r; + } else { + hsv.x = delta.g; + } + hsv.x = fract(hsv.x / 6.0); + } + return hsv; +} + +void main() { + float xOffset = sin(texCoord.y * Frequency.x + Time * 3.1415926535 * 2.0) * WobbleAmount.x; + float yOffset = cos(texCoord.x * Frequency.y + Time * 3.1415926535 * 2.0) * WobbleAmount.y; + vec2 offset = vec2(xOffset, yOffset); + vec4 rgb = texture2D(DiffuseSampler, texCoord + offset); + vec3 hsv = RGBtoHSV(rgb.rgb); + hsv.x = fract(hsv.x + Time); + gl_FragColor = vec4(HSVtoRGB(hsv), 1.0); +} diff --git a/1.10.2/assets/minecraft/shaders/program/wobble.json b/1.10.2/assets/minecraft/shaders/program/wobble.json new file mode 100644 index 00000000..d8e9945a --- /dev/null +++ b/1.10.2/assets/minecraft/shaders/program/wobble.json @@ -0,0 +1,21 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "wobble", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "Time", "type": "float", "count": 1, "values": [ 0.0 ] }, + { "name": "Frequency", "type": "float", "count": 2, "values": [ 512.0, 288.0 ] }, + { "name": "WobbleAmount", "type": "float", "count": 2, "values": [ 0.002, 0.002 ] } + ] +} diff --git a/1.10.2/assets/minecraft/structures/endcity/base_floor.nbt b/1.10.2/assets/minecraft/structures/endcity/base_floor.nbt new file mode 100644 index 00000000..a0fa0805 Binary files /dev/null and b/1.10.2/assets/minecraft/structures/endcity/base_floor.nbt differ diff --git a/1.10.2/assets/minecraft/structures/endcity/base_roof.nbt b/1.10.2/assets/minecraft/structures/endcity/base_roof.nbt new file mode 100644 index 00000000..1c5bb774 Binary files /dev/null and b/1.10.2/assets/minecraft/structures/endcity/base_roof.nbt differ diff --git a/1.10.2/assets/minecraft/structures/endcity/bridge_end.nbt b/1.10.2/assets/minecraft/structures/endcity/bridge_end.nbt new file mode 100644 index 00000000..2f9bf02f Binary files /dev/null and b/1.10.2/assets/minecraft/structures/endcity/bridge_end.nbt differ diff --git a/1.10.2/assets/minecraft/structures/endcity/bridge_gentle_stairs.nbt b/1.10.2/assets/minecraft/structures/endcity/bridge_gentle_stairs.nbt new file mode 100644 index 00000000..5509c810 Binary files /dev/null and b/1.10.2/assets/minecraft/structures/endcity/bridge_gentle_stairs.nbt differ diff --git a/1.10.2/assets/minecraft/structures/endcity/bridge_piece.nbt b/1.10.2/assets/minecraft/structures/endcity/bridge_piece.nbt new file mode 100644 index 00000000..5a829b03 Binary files /dev/null and b/1.10.2/assets/minecraft/structures/endcity/bridge_piece.nbt differ diff --git a/1.10.2/assets/minecraft/structures/endcity/bridge_steep_stairs.nbt b/1.10.2/assets/minecraft/structures/endcity/bridge_steep_stairs.nbt new file mode 100644 index 00000000..aa40f7cc Binary files /dev/null and b/1.10.2/assets/minecraft/structures/endcity/bridge_steep_stairs.nbt differ diff --git a/1.10.2/assets/minecraft/structures/endcity/fat_tower_base.nbt b/1.10.2/assets/minecraft/structures/endcity/fat_tower_base.nbt new file mode 100644 index 00000000..12679c2f Binary files /dev/null and b/1.10.2/assets/minecraft/structures/endcity/fat_tower_base.nbt differ diff --git a/1.10.2/assets/minecraft/structures/endcity/fat_tower_middle.nbt b/1.10.2/assets/minecraft/structures/endcity/fat_tower_middle.nbt new file mode 100644 index 00000000..bf392fc3 Binary files /dev/null and b/1.10.2/assets/minecraft/structures/endcity/fat_tower_middle.nbt differ diff --git a/1.10.2/assets/minecraft/structures/endcity/fat_tower_top.nbt b/1.10.2/assets/minecraft/structures/endcity/fat_tower_top.nbt new file mode 100644 index 00000000..22a5dfb8 Binary files /dev/null and b/1.10.2/assets/minecraft/structures/endcity/fat_tower_top.nbt differ diff --git a/1.10.2/assets/minecraft/structures/endcity/second_floor.nbt b/1.10.2/assets/minecraft/structures/endcity/second_floor.nbt new file mode 100644 index 00000000..c4589ed9 Binary files /dev/null and b/1.10.2/assets/minecraft/structures/endcity/second_floor.nbt differ diff --git a/1.10.2/assets/minecraft/structures/endcity/second_floor_2.nbt b/1.10.2/assets/minecraft/structures/endcity/second_floor_2.nbt new file mode 100644 index 00000000..f56985a0 Binary files /dev/null and b/1.10.2/assets/minecraft/structures/endcity/second_floor_2.nbt differ diff --git a/1.10.2/assets/minecraft/structures/endcity/second_roof.nbt b/1.10.2/assets/minecraft/structures/endcity/second_roof.nbt new file mode 100644 index 00000000..cdbc1ee5 Binary files /dev/null and b/1.10.2/assets/minecraft/structures/endcity/second_roof.nbt differ diff --git a/1.10.2/assets/minecraft/structures/endcity/ship.nbt b/1.10.2/assets/minecraft/structures/endcity/ship.nbt new file mode 100644 index 00000000..ad447c0b Binary files /dev/null and b/1.10.2/assets/minecraft/structures/endcity/ship.nbt differ diff --git a/1.10.2/assets/minecraft/structures/endcity/third_floor.nbt b/1.10.2/assets/minecraft/structures/endcity/third_floor.nbt new file mode 100644 index 00000000..43e30ca8 Binary files /dev/null and b/1.10.2/assets/minecraft/structures/endcity/third_floor.nbt differ diff --git a/1.10.2/assets/minecraft/structures/endcity/third_floor_b.nbt b/1.10.2/assets/minecraft/structures/endcity/third_floor_b.nbt new file mode 100644 index 00000000..863073cd Binary files /dev/null and b/1.10.2/assets/minecraft/structures/endcity/third_floor_b.nbt differ diff --git a/1.10.2/assets/minecraft/structures/endcity/third_floor_c.nbt b/1.10.2/assets/minecraft/structures/endcity/third_floor_c.nbt new file mode 100644 index 00000000..d0c8b818 Binary files /dev/null and b/1.10.2/assets/minecraft/structures/endcity/third_floor_c.nbt differ diff --git a/1.10.2/assets/minecraft/structures/endcity/third_roof.nbt b/1.10.2/assets/minecraft/structures/endcity/third_roof.nbt new file mode 100644 index 00000000..26735a5e Binary files /dev/null and b/1.10.2/assets/minecraft/structures/endcity/third_roof.nbt differ diff --git a/1.10.2/assets/minecraft/structures/endcity/tower_base.nbt b/1.10.2/assets/minecraft/structures/endcity/tower_base.nbt new file mode 100644 index 00000000..1274e98b Binary files /dev/null and b/1.10.2/assets/minecraft/structures/endcity/tower_base.nbt differ diff --git a/1.10.2/assets/minecraft/structures/endcity/tower_floor.nbt b/1.10.2/assets/minecraft/structures/endcity/tower_floor.nbt new file mode 100644 index 00000000..9af27b49 Binary files /dev/null and b/1.10.2/assets/minecraft/structures/endcity/tower_floor.nbt differ diff --git a/1.10.2/assets/minecraft/structures/endcity/tower_piece.nbt b/1.10.2/assets/minecraft/structures/endcity/tower_piece.nbt new file mode 100644 index 00000000..e100a6a5 Binary files /dev/null and b/1.10.2/assets/minecraft/structures/endcity/tower_piece.nbt differ diff --git a/1.10.2/assets/minecraft/structures/endcity/tower_top.nbt b/1.10.2/assets/minecraft/structures/endcity/tower_top.nbt new file mode 100644 index 00000000..c8928966 Binary files /dev/null and b/1.10.2/assets/minecraft/structures/endcity/tower_top.nbt differ diff --git a/1.10.2/assets/minecraft/structures/fossils/fossil_skull_01.nbt b/1.10.2/assets/minecraft/structures/fossils/fossil_skull_01.nbt new file mode 100644 index 00000000..45d4f825 Binary files /dev/null and b/1.10.2/assets/minecraft/structures/fossils/fossil_skull_01.nbt differ diff --git a/1.10.2/assets/minecraft/structures/fossils/fossil_skull_01_coal.nbt b/1.10.2/assets/minecraft/structures/fossils/fossil_skull_01_coal.nbt new file mode 100644 index 00000000..6186e674 Binary files /dev/null and b/1.10.2/assets/minecraft/structures/fossils/fossil_skull_01_coal.nbt differ diff --git a/1.10.2/assets/minecraft/structures/fossils/fossil_skull_02.nbt b/1.10.2/assets/minecraft/structures/fossils/fossil_skull_02.nbt new file mode 100644 index 00000000..0dc564a4 Binary files /dev/null and b/1.10.2/assets/minecraft/structures/fossils/fossil_skull_02.nbt differ diff --git a/1.10.2/assets/minecraft/structures/fossils/fossil_skull_02_coal.nbt b/1.10.2/assets/minecraft/structures/fossils/fossil_skull_02_coal.nbt new file mode 100644 index 00000000..6a43fbcb Binary files /dev/null and b/1.10.2/assets/minecraft/structures/fossils/fossil_skull_02_coal.nbt differ diff --git a/1.10.2/assets/minecraft/structures/fossils/fossil_skull_03.nbt b/1.10.2/assets/minecraft/structures/fossils/fossil_skull_03.nbt new file mode 100644 index 00000000..a7e906a8 Binary files /dev/null and b/1.10.2/assets/minecraft/structures/fossils/fossil_skull_03.nbt differ diff --git a/1.10.2/assets/minecraft/structures/fossils/fossil_skull_03_coal.nbt b/1.10.2/assets/minecraft/structures/fossils/fossil_skull_03_coal.nbt new file mode 100644 index 00000000..f6e664f5 Binary files /dev/null and b/1.10.2/assets/minecraft/structures/fossils/fossil_skull_03_coal.nbt differ diff --git a/1.10.2/assets/minecraft/structures/fossils/fossil_skull_04.nbt b/1.10.2/assets/minecraft/structures/fossils/fossil_skull_04.nbt new file mode 100644 index 00000000..9142f84e Binary files /dev/null and b/1.10.2/assets/minecraft/structures/fossils/fossil_skull_04.nbt differ diff --git a/1.10.2/assets/minecraft/structures/fossils/fossil_skull_04_coal.nbt b/1.10.2/assets/minecraft/structures/fossils/fossil_skull_04_coal.nbt new file mode 100644 index 00000000..4fd5c51c Binary files /dev/null and b/1.10.2/assets/minecraft/structures/fossils/fossil_skull_04_coal.nbt differ diff --git a/1.10.2/assets/minecraft/structures/fossils/fossil_spine_01.nbt b/1.10.2/assets/minecraft/structures/fossils/fossil_spine_01.nbt new file mode 100644 index 00000000..2a54fd03 Binary files /dev/null and b/1.10.2/assets/minecraft/structures/fossils/fossil_spine_01.nbt differ diff --git a/1.10.2/assets/minecraft/structures/fossils/fossil_spine_01_coal.nbt b/1.10.2/assets/minecraft/structures/fossils/fossil_spine_01_coal.nbt new file mode 100644 index 00000000..63a46133 Binary files /dev/null and b/1.10.2/assets/minecraft/structures/fossils/fossil_spine_01_coal.nbt differ diff --git a/1.10.2/assets/minecraft/structures/fossils/fossil_spine_02.nbt b/1.10.2/assets/minecraft/structures/fossils/fossil_spine_02.nbt new file mode 100644 index 00000000..ad601b93 Binary files /dev/null and b/1.10.2/assets/minecraft/structures/fossils/fossil_spine_02.nbt differ diff --git a/1.10.2/assets/minecraft/structures/fossils/fossil_spine_02_coal.nbt b/1.10.2/assets/minecraft/structures/fossils/fossil_spine_02_coal.nbt new file mode 100644 index 00000000..1bac53b4 Binary files /dev/null and b/1.10.2/assets/minecraft/structures/fossils/fossil_spine_02_coal.nbt differ diff --git a/1.10.2/assets/minecraft/structures/fossils/fossil_spine_03.nbt b/1.10.2/assets/minecraft/structures/fossils/fossil_spine_03.nbt new file mode 100644 index 00000000..535cecef Binary files /dev/null and b/1.10.2/assets/minecraft/structures/fossils/fossil_spine_03.nbt differ diff --git a/1.10.2/assets/minecraft/structures/fossils/fossil_spine_03_coal.nbt b/1.10.2/assets/minecraft/structures/fossils/fossil_spine_03_coal.nbt new file mode 100644 index 00000000..714c1089 Binary files /dev/null and b/1.10.2/assets/minecraft/structures/fossils/fossil_spine_03_coal.nbt differ diff --git a/1.10.2/assets/minecraft/structures/fossils/fossil_spine_04.nbt b/1.10.2/assets/minecraft/structures/fossils/fossil_spine_04.nbt new file mode 100644 index 00000000..37c021f1 Binary files /dev/null and b/1.10.2/assets/minecraft/structures/fossils/fossil_spine_04.nbt differ diff --git a/1.10.2/assets/minecraft/structures/fossils/fossil_spine_04_coal.nbt b/1.10.2/assets/minecraft/structures/fossils/fossil_spine_04_coal.nbt new file mode 100644 index 00000000..c961cff9 Binary files /dev/null and b/1.10.2/assets/minecraft/structures/fossils/fossil_spine_04_coal.nbt differ diff --git a/1.10.2/assets/minecraft/structures/igloo/igloo_bottom.nbt b/1.10.2/assets/minecraft/structures/igloo/igloo_bottom.nbt new file mode 100644 index 00000000..d2c1edf6 Binary files /dev/null and b/1.10.2/assets/minecraft/structures/igloo/igloo_bottom.nbt differ diff --git a/1.10.2/assets/minecraft/structures/igloo/igloo_middle.nbt b/1.10.2/assets/minecraft/structures/igloo/igloo_middle.nbt new file mode 100644 index 00000000..0345fefb Binary files /dev/null and b/1.10.2/assets/minecraft/structures/igloo/igloo_middle.nbt differ diff --git a/1.10.2/assets/minecraft/structures/igloo/igloo_top.nbt b/1.10.2/assets/minecraft/structures/igloo/igloo_top.nbt new file mode 100644 index 00000000..753cb40e Binary files /dev/null and b/1.10.2/assets/minecraft/structures/igloo/igloo_top.nbt differ diff --git a/1.10.2/assets/minecraft/texts/credits.txt b/1.10.2/assets/minecraft/texts/credits.txt new file mode 100644 index 00000000..83678ab4 --- /dev/null +++ b/1.10.2/assets/minecraft/texts/credits.txt @@ -0,0 +1,77 @@ +[C]§f=============== +[C]§eMinecraft Credits +[C]§f=============== + +§7Created by: +§f Markus Persson + +§7Game design, programming and graphics: +§f Markus Persson +§f Jens Bergensten +§f Nathan Adams +§f Ryan Holtz +§f Michael Stoyke +§f Erik Broes +§f Thomas Guimbretière + +§7Music and sound: +§f Daniel Rosenfeld +§f Samuel Åberg + +§7Ingame artwork and paintings: +§f Kristoffer Zetterstrand + +§7End game narrative: +§f Julian Gough + +§7Website development: +§f Tobias Möllstam +§f Daniel Frisk +§f Leonard Gram +§f Jens Bergensten +§f Markus Persson + +§7Logo and promotional artwork: +§f Markus Toivonen + +§7Business and administration: +§f Carl Manneh +§f Daniel Kaplan + +§7Director of fun: +§f Lydia Winters + +§7Number crunching and statistics: +§f Patrick Geuder + +§7Realms Development Team: +§f Daniel Frisk +§f Leonard Gram +§f David Marby +§f Philip Vieira + +§7Realms Content Manager: +§f Marc Watson + +§7Additional programming: +§f Paul Spooner +§f Ryan 'Scaevolus' Hitchman +§f Elliot 'Hippoplatimus' Segal + +§7Developers of Mo' Creatures (horses etc): +§f John Olarte (DrZhark) +§f Kent Christian Jensen +§f Dan Roque + +§7Technologies used: +§f Java by Oracle +§f LWJGL by many talented people +§f "3d Sound System" by Paul Lamb +§f JOrbis by JCraft + + + + + + +§f"Twenty years from now you will be more disappointed by the things that you didn't do than by the ones you did do. So throw off the bowlines. Sail away from the safe harbor. Catch the trade winds in your sails. Explore. Dream. Discover." §7- Unknown \ No newline at end of file diff --git a/1.10.2/assets/minecraft/texts/end.txt b/1.10.2/assets/minecraft/texts/end.txt new file mode 100644 index 00000000..72775248 --- /dev/null +++ b/1.10.2/assets/minecraft/texts/end.txt @@ -0,0 +1,151 @@ +§3I see the player you mean. + +§2PLAYERNAME? + +§3Yes. Take care. It has reached a higher level now. It can read our thoughts. + +§2That doesn't matter. It thinks we are part of the game. + +§3I like this player. It played well. It did not give up. + +§2It is reading our thoughts as though they were words on a screen. + +§3That is how it chooses to imagine many things, when it is deep in the dream of a game. + +§2Words make a wonderful interface. Very flexible. And less terrifying than staring at the reality behind the screen. + +§3They used to hear voices. Before players could read. Back in the days when those who did not play called the players witches, and warlocks. And players dreamed they flew through the air, on sticks powered by demons. + +§2What did this player dream? + +§3This player dreamed of sunlight and trees. Of fire and water. It dreamed it created. And it dreamed it destroyed. It dreamed it hunted, and was hunted. It dreamed of shelter. + +§2Hah, the original interface. A million years old, and it still works. But what true structure did this player create, in the reality behind the screen? + +§3It worked, with a million others, to sculpt a true world in a fold of the §f§k§a§b§3, and created a §f§k§a§b§3 for §f§k§a§b§3, in the §f§k§a§b§3. + +§2It cannot read that thought. + +§3No. It has not yet achieved the highest level. That, it must achieve in the long dream of life, not the short dream of a game. + +§2Does it know that we love it? That the universe is kind? + +§3Sometimes, through the noise of its thoughts, it hears the universe, yes. + +§2But there are times it is sad, in the long dream. It creates worlds that have no summer, and it shivers under a black sun, and it takes its sad creation for reality. + +§3To cure it of sorrow would destroy it. The sorrow is part of its own private task. We cannot interfere. + +§2Sometimes when they are deep in dreams, I want to tell them, they are building true worlds in reality. Sometimes I want to tell them of their importance to the universe. Sometimes, when they have not made a true connection in a while, I want to help them to speak the word they fear. + +§3It reads our thoughts. + +§2Sometimes I do not care. Sometimes I wish to tell them, this world you take for truth is merely §f§k§a§b§2 and §f§k§a§b§2, I wish to tell them that they are §f§k§a§b§2 in the §f§k§a§b§2. They see so little of reality, in their long dream. + +§3And yet they play the game. + +§2But it would be so easy to tell them... + +§3Too strong for this dream. To tell them how to live is to prevent them living. + +§2I will not tell the player how to live. + +§3The player is growing restless. + +§2I will tell the player a story. + +§3But not the truth. + +§2No. A story that contains the truth safely, in a cage of words. Not the naked truth that can burn over any distance. + +§3Give it a body, again. + +§2Yes. Player... + +§3Use its name. + +§2PLAYERNAME. Player of games. + +§3Good. + +§2Take a breath, now. Take another. Feel air in your lungs. Let your limbs return. Yes, move your fingers. Have a body again, under gravity, in air. Respawn in the long dream. There you are. Your body touching the universe again at every point, as though you were separate things. As though we were separate things. + +§3Who are we? Once we were called the spirit of the mountain. Father sun, mother moon. Ancestral spirits, animal spirits. Jinn. Ghosts. The green man. Then gods, demons. Angels. Poltergeists. Aliens, extraterrestrials. Leptons, quarks. The words change. We do not change. + +§2We are the universe. We are everything you think isn't you. You are looking at us now, through your skin and your eyes. And why does the universe touch your skin, and throw light on you? To see you, player. To know you. And to be known. I shall tell you a story. + +§2Once upon a time, there was a player. + +§3The player was you, PLAYERNAME. + +§2Sometimes it thought itself human, on the thin crust of a spinning globe of molten rock. The ball of molten rock circled a ball of blazing gas that was three hundred and thirty thousand times more massive than it. They were so far apart that light took eight minutes to cross the gap. The light was information from a star, and it could burn your skin from a hundred and fifty million kilometres away. + +§2Sometimes the player dreamed it was a miner, on the surface of a world that was flat, and infinite. The sun was a square of white. The days were short; there was much to do; and death was a temporary inconvenience. + +§3Sometimes the player dreamed it was lost in a story. + +§2Sometimes the player dreamed it was other things, in other places. Sometimes these dreams were disturbing. Sometimes very beautiful indeed. Sometimes the player woke from one dream into another, then woke from that into a third. + +§3Sometimes the player dreamed it watched words on a screen. + +§2Let's go back. + +§2The atoms of the player were scattered in the grass, in the rivers, in the air, in the ground. A woman gathered the atoms; she drank and ate and inhaled; and the woman assembled the player, in her body. + +§2And the player awoke, from the warm, dark world of its mother's body, into the long dream. + +§2And the player was a new story, never told before, written in letters of DNA. And the player was a new program, never run before, generated by a sourcecode a billion years old. And the player was a new human, never alive before, made from nothing but milk and love. + +§3You are the player. The story. The program. The human. Made from nothing but milk and love. + +§2Let's go further back. + +§2The seven billion billion billion atoms of the player's body were created, long before this game, in the heart of a star. So the player, too, is information from a star. And the player moves through a story, which is a forest of information planted by a man called Julian, on a flat, infinite world created by a man called Markus, that exists inside a small, private world created by the player, who inhabits a universe created by... + +§3Shush. Sometimes the player created a small, private world that was soft and warm and simple. Sometimes hard, and cold, and complicated. Sometimes it built a model of the universe in its head; flecks of energy, moving through vast empty spaces. Sometimes it called those flecks "electrons" and "protons". + +§2Sometimes it called them "planets" and "stars". + +§2Sometimes it believed it was in a universe that was made of energy that was made of offs and ons; zeros and ones; lines of code. Sometimes it believed it was playing a game. Sometimes it believed it was reading words on a screen. + +§3You are the player, reading words... + +§2Shush... Sometimes the player read lines of code on a screen. Decoded them into words; decoded words into meaning; decoded meaning into feelings, emotions, theories, ideas, and the player started to breathe faster and deeper and realised it was alive, it was alive, those thousand deaths had not been real, the player was alive + +§3You. You. You are alive. + +§2and sometimes the player believed the universe had spoken to it through the sunlight that came through the shuffling leaves of the summer trees + +§3and sometimes the player believed the universe had spoken to it through the light that fell from the crisp night sky of winter, where a fleck of light in the corner of the player's eye might be a star a million times as massive as the sun, boiling its planets to plasma in order to be visible for a moment to the player, walking home at the far side of the universe, suddenly smelling food, almost at the familiar door, about to dream again + +§2and sometimes the player believed the universe had spoken to it through the zeros and ones, through the electricity of the world, through the scrolling words on a screen at the end of a dream + +§3and the universe said I love you + +§2and the universe said you have played the game well + +§3and the universe said everything you need is within you + +§2and the universe said you are stronger than you know + +§3and the universe said you are the daylight + +§2and the universe said you are the night + +§3and the universe said the darkness you fight is within you + +§2and the universe said the light you seek is within you + +§3and the universe said you are not alone + +§2and the universe said you are not separate from every other thing + +§3and the universe said you are the universe tasting itself, talking to itself, reading its own code + +§2and the universe said I love you because you are love. + +§3And the game was over and the player woke up from the dream. And the player began a new dream. And the player dreamed again, dreamed better. And the player was the universe. And the player was love. + +§3You are the player. + +§2Wake up. diff --git a/1.10.2/assets/minecraft/texts/splashes.txt b/1.10.2/assets/minecraft/texts/splashes.txt new file mode 100644 index 00000000..c2fd92f6 --- /dev/null +++ b/1.10.2/assets/minecraft/texts/splashes.txt @@ -0,0 +1,367 @@ +As seen on TV! +Awesome! +100% pure! +May contain nuts! +Better than Prey! +More polygons! +Sexy! +Limited edition! +Flashing letters! +Made by Notch! +It's here! +Best in class! +It's finished! +Kind of dragon free! +Excitement! +More than 500 sold! +One of a kind! +Heaps of hits on YouTube! +Indev! +Spiders everywhere! +Check it out! +Holy cow, man! +It's a game! +Made in Sweden! +Uses LWJGL! +Reticulating splines! +Minecraft! +Yaaay! +Singleplayer! +Keyboard compatible! +Undocumented! +Ingots! +Exploding creepers! +That's no moon! +l33t! +Create! +Survive! +Dungeon! +Exclusive! +The bee's knees! +Down with O.P.P.! +Closed source! +Classy! +Wow! +Not on steam! +Oh man! +Awesome community! +Pixels! +Teetsuuuuoooo! +Kaaneeeedaaaa! +Now with difficulty! +Enhanced! +90% bug free! +Pretty! +12 herbs and spices! +Fat free! +Absolutely no memes! +Free dental! +Ask your doctor! +Minors welcome! +Cloud computing! +Legal in Finland! +Hard to label! +Technically good! +Bringing home the bacon! +Indie! +GOTY! +Ceci n'est pas une title screen! +Euclidian! +Now in 3D! +Inspirational! +Herregud! +Complex cellular automata! +Yes, sir! +Played by cowboys! +OpenGL 2.1 (if supported)! +Thousands of colors! +Try it! +Age of Wonders is better! +Try the mushroom stew! +Sensational! +Hot tamale, hot hot tamale! +Play him off, keyboard cat! +Guaranteed! +Macroscopic! +Bring it on! +Random splash! +Call your mother! +Monster infighting! +Loved by millions! +Ultimate edition! +Freaky! +You've got a brand new key! +Water proof! +Uninflammable! +Whoa, dude! +All inclusive! +Tell your friends! +NP is not in P! +Music by C418! +Livestreamed! +Haunted! +Polynomial! +Terrestrial! +All is full of love! +Full of stars! +Scientific! +Not as cool as Spock! +Collaborate and listen! +Never dig down! +Take frequent breaks! +Not linear! +Han shot first! +Nice to meet you! +Buckets of lava! +Ride the pig! +Larger than Earth! +sqrt(-1) love you! +Phobos anomaly! +Punching wood! +Falling off cliffs! +1% sugar! +150% hyperbole! +Synecdoche! +Let's danec! +Seecret Friday update! +Reference implementation! +Lewd with two dudes with food! +Kiss the sky! +20 GOTO 10! +Verlet intregration! +Peter Griffin! +Do not distribute! +Cogito ergo sum! +4815162342 lines of code! +A skeleton popped out! +The Work of Notch! +The sum of its parts! +BTAF used to be good! +I miss ADOM! +umop-apisdn! +OICU812! +Bring me Ray Cokes! +Finger-licking! +Thematic! +Pneumatic! +Sublime! +Octagonal! +Une baguette! +Gargamel plays it! +Rita is the new top dog! +SWM forever! +Representing Edsbyn! +Matt Damon! +Supercalifragilisticexpialidocious! +Consummate V's! +Cow Tools! +Double buffered! +Fan fiction! +Flaxkikare! +Jason! Jason! Jason! +Hotter than the sun! +Internet enabled! +Autonomous! +Engage! +Fantasy! +DRR! DRR! DRR! +Kick it root down! +Regional resources! +Woo, facepunch! +Woo, somethingawful! +Woo, /v/! +Woo, tigsource! +Woo, minecraftforum! +Woo, worldofminecraft! +Woo, reddit! +Woo, 2pp! +Google anlyticsed! +Now supports åäö! +Give us Gordon! +Tip your waiter! +Very fun! +12345 is a bad password! +Vote for net neutrality! +Lives in a pineapple under the sea! +MAP11 has two names! +Omnipotent! +Gasp! +...! +Bees, bees, bees, bees! +Jag känner en bot! +This text is hard to read if you play the game at the default resolution, but at 1080p it's fine! +Haha, LOL! +Hampsterdance! +Switches and ores! +Menger sponge! +idspispopd! +Eple (original edit)! +So fresh, so clean! +Slow acting portals! +Try the Nether! +Don't look directly at the bugs! +Oh, ok, Pigmen! +Finally with ladders! +Scary! +Play Minecraft, Watch Topgear, Get Pig! +Twittered about! +Jump up, jump up, and get down! +Joel is neat! +A riddle, wrapped in a mystery! +Huge tracts of land! +Welcome to your Doom! +Stay a while, stay forever! +Stay a while and listen! +Treatment for your rash! +"Autological" is! +Information wants to be free! +"Almost never" is an interesting concept! +Lots of truthiness! +The creeper is a spy! +Turing complete! +It's groundbreaking! +Let our battle's begin! +The sky is the limit! +Jeb has amazing hair! +Ryan also has amazing hair! +Casual gaming! +Undefeated! +Kinda like Lemmings! +Follow the train, CJ! +Leveraging synergy! +This message will never appear on the splash screen, isn't that weird? +DungeonQuest is unfair! +110813! +90210! +Check out the far lands! +Tyrion would love it! +Also try VVVVVV! +Also try Super Meat Boy! +Also try Terraria! +Also try Mount And Blade! +Also try Project Zomboid! +Also try World of Goo! +Also try Limbo! +Also try Pixeljunk Shooter! +Also try Braid! +That's super! +Bread is pain! +Read more books! +Khaaaaaaaaan! +Less addictive than TV Tropes! +More addictive than lemonade! +Bigger than a bread box! +Millions of peaches! +Fnord! +This is my true form! +Totally forgot about Dre! +Don't bother with the clones! +Pumpkinhead! +Hobo humping slobo babe! +Made by Jeb! +Has an ending! +Finally complete! +Feature packed! +Boots with the fur! +Stop, hammertime! +Testificates! +Conventional! +Homeomorphic to a 3-sphere! +Doesn't avoid double negatives! +Place ALL the blocks! +Does barrel rolls! +Meeting expectations! +PC gaming since 1873! +Ghoughpteighbteau tchoghs! +Déjà vu! +Déjà vu! +Got your nose! +Haley loves Elan! +Afraid of the big, black bat! +Doesn't use the U-word! +Child's play! +See you next Friday or so! +From the streets of Södermalm! +150 bpm for 400000 minutes! +Technologic! +Funk soul brother! +Pumpa kungen! +日本ハロー! +한국 안녕하세요! +Helo Cymru! +Cześć Polsko! +你好中国! +Привет Россия! +Γεια σου Ελλάδα! +My life for Aiur! +Lennart lennart = new Lennart(); +I see your vocabulary has improved! +Who put it there? +You can't explain that! +if not ok then return end +§1C§2o§3l§4o§5r§6m§7a§8t§9i§ac +§kFUNKY LOL +Big Pointy Teeth! +Bekarton guards the gate! +Mmmph, mmph! +Don't feed avocados to parrots! +Swords for everyone! +Plz reply to my tweet! +.party()! +Take her pillow! +Put that cookie down! +Pretty scary! +I have a suggestion. +Now with extra hugs! +Now Java 6! +Woah. +HURNERJSGER? +What's up, Doc? +Now contains 32 random daily cats! +That's Numberwang! +pls rt +Do you want to join my server? +Put a little fence around it! +Throw a blanket over it! +One day, somewhere in the future, my work will be quoted! +Now with additional stuff! +Extra things! +Yay, puppies for everyone! +So sweet, like a nice bon bon! +Popping tags! +Very influential in its circle! +Now With Multiplayer! +Rise from your grave! +Warning! A huge battleship "STEVE" is approaching fast! +Blue warrior shot the food! +Run, coward! I hunger! +Flavor with no seasoning! +Strange, but not a stranger! +Tougher than diamonds, rich like cream! +Getting ready to show! +Getting ready to know! +Getting ready to drop! +Getting ready to shock! +Getting ready to freak! +Getting ready to speak! +It swings, it jives! +Cruising streets for gold! +Take an eggbeater and beat it against a skillet! +Make me a table, a funky table! +Take the elevator to the mezzanine! +Stop being reasonable, this is the Internet! +/give @a hugs 64 +This is good for Realms. +Any computer is a laptop if you're brave enough! +Do it all, everything! +Where there is not light, there can spider! +GNU Terry Pratchett +More Digital! +doot doot +Falling with style! +There's no stopping the Trollmaso +Throw yourself at the ground and miss +Rule #1: it's never my fault +Replaced molten cheese with blood? +Absolutely fixed relatively broken coordinates +Boats FTW \ No newline at end of file diff --git a/1.10.2/assets/minecraft/textures/blocks/anvil_base.png b/1.10.2/assets/minecraft/textures/blocks/anvil_base.png new file mode 100644 index 00000000..50848f86 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/anvil_base.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/anvil_top_damaged_0.png b/1.10.2/assets/minecraft/textures/blocks/anvil_top_damaged_0.png new file mode 100644 index 00000000..395dea47 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/anvil_top_damaged_0.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/anvil_top_damaged_1.png b/1.10.2/assets/minecraft/textures/blocks/anvil_top_damaged_1.png new file mode 100644 index 00000000..eddc47fb Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/anvil_top_damaged_1.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/anvil_top_damaged_2.png b/1.10.2/assets/minecraft/textures/blocks/anvil_top_damaged_2.png new file mode 100644 index 00000000..6cade1fa Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/anvil_top_damaged_2.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/beacon.png b/1.10.2/assets/minecraft/textures/blocks/beacon.png new file mode 100644 index 00000000..a69e59dc Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/beacon.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/bed_feet_end.png b/1.10.2/assets/minecraft/textures/blocks/bed_feet_end.png new file mode 100644 index 00000000..ea2e1140 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/bed_feet_end.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/bed_feet_side.png b/1.10.2/assets/minecraft/textures/blocks/bed_feet_side.png new file mode 100644 index 00000000..3b9ccacb Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/bed_feet_side.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/bed_feet_top.png b/1.10.2/assets/minecraft/textures/blocks/bed_feet_top.png new file mode 100644 index 00000000..43ba6a36 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/bed_feet_top.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/bed_head_end.png b/1.10.2/assets/minecraft/textures/blocks/bed_head_end.png new file mode 100644 index 00000000..f3f8a3f7 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/bed_head_end.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/bed_head_side.png b/1.10.2/assets/minecraft/textures/blocks/bed_head_side.png new file mode 100644 index 00000000..9979d2ae Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/bed_head_side.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/bed_head_top.png b/1.10.2/assets/minecraft/textures/blocks/bed_head_top.png new file mode 100644 index 00000000..024640f0 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/bed_head_top.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/bedrock.png b/1.10.2/assets/minecraft/textures/blocks/bedrock.png new file mode 100644 index 00000000..1643c995 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/bedrock.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/beetroots_stage_0.png b/1.10.2/assets/minecraft/textures/blocks/beetroots_stage_0.png new file mode 100644 index 00000000..c1ef7320 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/beetroots_stage_0.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/beetroots_stage_1.png b/1.10.2/assets/minecraft/textures/blocks/beetroots_stage_1.png new file mode 100644 index 00000000..1275f4f8 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/beetroots_stage_1.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/beetroots_stage_2.png b/1.10.2/assets/minecraft/textures/blocks/beetroots_stage_2.png new file mode 100644 index 00000000..b7347dfe Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/beetroots_stage_2.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/beetroots_stage_3.png b/1.10.2/assets/minecraft/textures/blocks/beetroots_stage_3.png new file mode 100644 index 00000000..c9fc913c Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/beetroots_stage_3.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/bone_block_side.png b/1.10.2/assets/minecraft/textures/blocks/bone_block_side.png new file mode 100644 index 00000000..9ba93f02 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/bone_block_side.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/bone_block_top.png b/1.10.2/assets/minecraft/textures/blocks/bone_block_top.png new file mode 100644 index 00000000..943879fa Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/bone_block_top.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/bookshelf.png b/1.10.2/assets/minecraft/textures/blocks/bookshelf.png new file mode 100644 index 00000000..7ac3737a Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/bookshelf.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/brewing_stand.png b/1.10.2/assets/minecraft/textures/blocks/brewing_stand.png new file mode 100644 index 00000000..60832aab Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/brewing_stand.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/brewing_stand_base.png b/1.10.2/assets/minecraft/textures/blocks/brewing_stand_base.png new file mode 100644 index 00000000..0742fbfa Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/brewing_stand_base.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/brick.png b/1.10.2/assets/minecraft/textures/blocks/brick.png new file mode 100644 index 00000000..fd6959c2 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/brick.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/cactus_bottom.png b/1.10.2/assets/minecraft/textures/blocks/cactus_bottom.png new file mode 100644 index 00000000..4bc7885a Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/cactus_bottom.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/cactus_side.png b/1.10.2/assets/minecraft/textures/blocks/cactus_side.png new file mode 100644 index 00000000..9c555037 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/cactus_side.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/cactus_top.png b/1.10.2/assets/minecraft/textures/blocks/cactus_top.png new file mode 100644 index 00000000..98e6faad Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/cactus_top.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/cake_bottom.png b/1.10.2/assets/minecraft/textures/blocks/cake_bottom.png new file mode 100644 index 00000000..d93b15ad Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/cake_bottom.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/cake_inner.png b/1.10.2/assets/minecraft/textures/blocks/cake_inner.png new file mode 100644 index 00000000..ce7ce690 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/cake_inner.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/cake_side.png b/1.10.2/assets/minecraft/textures/blocks/cake_side.png new file mode 100644 index 00000000..343a0234 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/cake_side.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/cake_top.png b/1.10.2/assets/minecraft/textures/blocks/cake_top.png new file mode 100644 index 00000000..2947892e Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/cake_top.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/carrots_stage_0.png b/1.10.2/assets/minecraft/textures/blocks/carrots_stage_0.png new file mode 100644 index 00000000..c1ef7320 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/carrots_stage_0.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/carrots_stage_1.png b/1.10.2/assets/minecraft/textures/blocks/carrots_stage_1.png new file mode 100644 index 00000000..1275f4f8 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/carrots_stage_1.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/carrots_stage_2.png b/1.10.2/assets/minecraft/textures/blocks/carrots_stage_2.png new file mode 100644 index 00000000..b7347dfe Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/carrots_stage_2.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/carrots_stage_3.png b/1.10.2/assets/minecraft/textures/blocks/carrots_stage_3.png new file mode 100644 index 00000000..2391be83 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/carrots_stage_3.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/cauldron_bottom.png b/1.10.2/assets/minecraft/textures/blocks/cauldron_bottom.png new file mode 100644 index 00000000..797bbf01 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/cauldron_bottom.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/cauldron_inner.png b/1.10.2/assets/minecraft/textures/blocks/cauldron_inner.png new file mode 100644 index 00000000..5ae6c707 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/cauldron_inner.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/cauldron_side.png b/1.10.2/assets/minecraft/textures/blocks/cauldron_side.png new file mode 100644 index 00000000..235911c6 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/cauldron_side.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/cauldron_top.png b/1.10.2/assets/minecraft/textures/blocks/cauldron_top.png new file mode 100644 index 00000000..7545d128 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/cauldron_top.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/chain_command_block_back.png b/1.10.2/assets/minecraft/textures/blocks/chain_command_block_back.png new file mode 100644 index 00000000..89b568c8 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/chain_command_block_back.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/chain_command_block_back.png.mcmeta b/1.10.2/assets/minecraft/textures/blocks/chain_command_block_back.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.10.2/assets/minecraft/textures/blocks/chain_command_block_back.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.10.2/assets/minecraft/textures/blocks/chain_command_block_conditional.png b/1.10.2/assets/minecraft/textures/blocks/chain_command_block_conditional.png new file mode 100644 index 00000000..a93b9ddc Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/chain_command_block_conditional.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/chain_command_block_conditional.png.mcmeta b/1.10.2/assets/minecraft/textures/blocks/chain_command_block_conditional.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.10.2/assets/minecraft/textures/blocks/chain_command_block_conditional.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.10.2/assets/minecraft/textures/blocks/chain_command_block_front.png b/1.10.2/assets/minecraft/textures/blocks/chain_command_block_front.png new file mode 100644 index 00000000..06adf369 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/chain_command_block_front.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/chain_command_block_front.png.mcmeta b/1.10.2/assets/minecraft/textures/blocks/chain_command_block_front.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.10.2/assets/minecraft/textures/blocks/chain_command_block_front.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.10.2/assets/minecraft/textures/blocks/chain_command_block_side.png b/1.10.2/assets/minecraft/textures/blocks/chain_command_block_side.png new file mode 100644 index 00000000..65661f93 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/chain_command_block_side.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/chain_command_block_side.png.mcmeta b/1.10.2/assets/minecraft/textures/blocks/chain_command_block_side.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.10.2/assets/minecraft/textures/blocks/chain_command_block_side.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.10.2/assets/minecraft/textures/blocks/chorus_flower.png b/1.10.2/assets/minecraft/textures/blocks/chorus_flower.png new file mode 100644 index 00000000..bc4c6220 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/chorus_flower.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/chorus_flower_dead.png b/1.10.2/assets/minecraft/textures/blocks/chorus_flower_dead.png new file mode 100644 index 00000000..46d578f7 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/chorus_flower_dead.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/chorus_plant.png b/1.10.2/assets/minecraft/textures/blocks/chorus_plant.png new file mode 100644 index 00000000..00ceb71c Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/chorus_plant.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/clay.png b/1.10.2/assets/minecraft/textures/blocks/clay.png new file mode 100644 index 00000000..c19e0319 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/clay.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/coal_block.png b/1.10.2/assets/minecraft/textures/blocks/coal_block.png new file mode 100644 index 00000000..84d0dded Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/coal_block.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/coal_ore.png b/1.10.2/assets/minecraft/textures/blocks/coal_ore.png new file mode 100644 index 00000000..49486d2a Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/coal_ore.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/coarse_dirt.png b/1.10.2/assets/minecraft/textures/blocks/coarse_dirt.png new file mode 100644 index 00000000..1dba1c85 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/coarse_dirt.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/cobblestone.png b/1.10.2/assets/minecraft/textures/blocks/cobblestone.png new file mode 100644 index 00000000..da3498c5 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/cobblestone.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/cobblestone_mossy.png b/1.10.2/assets/minecraft/textures/blocks/cobblestone_mossy.png new file mode 100644 index 00000000..dd479fff Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/cobblestone_mossy.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/cocoa_stage_0.png b/1.10.2/assets/minecraft/textures/blocks/cocoa_stage_0.png new file mode 100644 index 00000000..25892eba Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/cocoa_stage_0.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/cocoa_stage_1.png b/1.10.2/assets/minecraft/textures/blocks/cocoa_stage_1.png new file mode 100644 index 00000000..1e1f48ab Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/cocoa_stage_1.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/cocoa_stage_2.png b/1.10.2/assets/minecraft/textures/blocks/cocoa_stage_2.png new file mode 100644 index 00000000..491ec26d Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/cocoa_stage_2.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/command_block_back.png b/1.10.2/assets/minecraft/textures/blocks/command_block_back.png new file mode 100644 index 00000000..08dc7c33 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/command_block_back.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/command_block_back.png.mcmeta b/1.10.2/assets/minecraft/textures/blocks/command_block_back.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.10.2/assets/minecraft/textures/blocks/command_block_back.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.10.2/assets/minecraft/textures/blocks/command_block_conditional.png b/1.10.2/assets/minecraft/textures/blocks/command_block_conditional.png new file mode 100644 index 00000000..7bea33ad Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/command_block_conditional.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/command_block_conditional.png.mcmeta b/1.10.2/assets/minecraft/textures/blocks/command_block_conditional.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.10.2/assets/minecraft/textures/blocks/command_block_conditional.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.10.2/assets/minecraft/textures/blocks/command_block_front.png b/1.10.2/assets/minecraft/textures/blocks/command_block_front.png new file mode 100644 index 00000000..45587caf Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/command_block_front.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/command_block_front.png.mcmeta b/1.10.2/assets/minecraft/textures/blocks/command_block_front.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.10.2/assets/minecraft/textures/blocks/command_block_front.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.10.2/assets/minecraft/textures/blocks/command_block_side.png b/1.10.2/assets/minecraft/textures/blocks/command_block_side.png new file mode 100644 index 00000000..3b55e7c6 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/command_block_side.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/command_block_side.png.mcmeta b/1.10.2/assets/minecraft/textures/blocks/command_block_side.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.10.2/assets/minecraft/textures/blocks/command_block_side.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.10.2/assets/minecraft/textures/blocks/comparator_off.png b/1.10.2/assets/minecraft/textures/blocks/comparator_off.png new file mode 100644 index 00000000..d2724ffa Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/comparator_off.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/comparator_on.png b/1.10.2/assets/minecraft/textures/blocks/comparator_on.png new file mode 100644 index 00000000..163558f3 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/comparator_on.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/crafting_table_front.png b/1.10.2/assets/minecraft/textures/blocks/crafting_table_front.png new file mode 100644 index 00000000..11986a46 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/crafting_table_front.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/crafting_table_side.png b/1.10.2/assets/minecraft/textures/blocks/crafting_table_side.png new file mode 100644 index 00000000..4b718694 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/crafting_table_side.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/crafting_table_top.png b/1.10.2/assets/minecraft/textures/blocks/crafting_table_top.png new file mode 100644 index 00000000..d95444df Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/crafting_table_top.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/daylight_detector_inverted_top.png b/1.10.2/assets/minecraft/textures/blocks/daylight_detector_inverted_top.png new file mode 100644 index 00000000..02af285b Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/daylight_detector_inverted_top.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/daylight_detector_side.png b/1.10.2/assets/minecraft/textures/blocks/daylight_detector_side.png new file mode 100644 index 00000000..a49e6d7c Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/daylight_detector_side.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/daylight_detector_top.png b/1.10.2/assets/minecraft/textures/blocks/daylight_detector_top.png new file mode 100644 index 00000000..c165a0e8 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/daylight_detector_top.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/deadbush.png b/1.10.2/assets/minecraft/textures/blocks/deadbush.png new file mode 100644 index 00000000..c64e0797 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/deadbush.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/debug.png b/1.10.2/assets/minecraft/textures/blocks/debug.png new file mode 100644 index 00000000..932faa97 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/debug.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/debug2.png b/1.10.2/assets/minecraft/textures/blocks/debug2.png new file mode 100644 index 00000000..98ee5bdb Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/debug2.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/destroy_stage_0.png b/1.10.2/assets/minecraft/textures/blocks/destroy_stage_0.png new file mode 100644 index 00000000..f65b7ede Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/destroy_stage_0.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/destroy_stage_1.png b/1.10.2/assets/minecraft/textures/blocks/destroy_stage_1.png new file mode 100644 index 00000000..7c915961 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/destroy_stage_1.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/destroy_stage_2.png b/1.10.2/assets/minecraft/textures/blocks/destroy_stage_2.png new file mode 100644 index 00000000..dadd6b05 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/destroy_stage_2.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/destroy_stage_3.png b/1.10.2/assets/minecraft/textures/blocks/destroy_stage_3.png new file mode 100644 index 00000000..52a40b65 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/destroy_stage_3.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/destroy_stage_4.png b/1.10.2/assets/minecraft/textures/blocks/destroy_stage_4.png new file mode 100644 index 00000000..e37c88a2 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/destroy_stage_4.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/destroy_stage_5.png b/1.10.2/assets/minecraft/textures/blocks/destroy_stage_5.png new file mode 100644 index 00000000..9590d2f7 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/destroy_stage_5.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/destroy_stage_6.png b/1.10.2/assets/minecraft/textures/blocks/destroy_stage_6.png new file mode 100644 index 00000000..fb00ade5 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/destroy_stage_6.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/destroy_stage_7.png b/1.10.2/assets/minecraft/textures/blocks/destroy_stage_7.png new file mode 100644 index 00000000..0b40c789 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/destroy_stage_7.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/destroy_stage_8.png b/1.10.2/assets/minecraft/textures/blocks/destroy_stage_8.png new file mode 100644 index 00000000..c0bf1dec Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/destroy_stage_8.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/destroy_stage_9.png b/1.10.2/assets/minecraft/textures/blocks/destroy_stage_9.png new file mode 100644 index 00000000..e3185f82 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/destroy_stage_9.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/diamond_block.png b/1.10.2/assets/minecraft/textures/blocks/diamond_block.png new file mode 100644 index 00000000..d8663d36 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/diamond_block.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/diamond_ore.png b/1.10.2/assets/minecraft/textures/blocks/diamond_ore.png new file mode 100644 index 00000000..735ecdaa Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/diamond_ore.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/dirt.png b/1.10.2/assets/minecraft/textures/blocks/dirt.png new file mode 100644 index 00000000..617d353e Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/dirt.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/dirt_podzol_side.png b/1.10.2/assets/minecraft/textures/blocks/dirt_podzol_side.png new file mode 100644 index 00000000..4fc276b7 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/dirt_podzol_side.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/dirt_podzol_top.png b/1.10.2/assets/minecraft/textures/blocks/dirt_podzol_top.png new file mode 100644 index 00000000..fe96de94 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/dirt_podzol_top.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/dispenser_front_horizontal.png b/1.10.2/assets/minecraft/textures/blocks/dispenser_front_horizontal.png new file mode 100644 index 00000000..5465feaa Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/dispenser_front_horizontal.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/dispenser_front_vertical.png b/1.10.2/assets/minecraft/textures/blocks/dispenser_front_vertical.png new file mode 100644 index 00000000..e7a97346 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/dispenser_front_vertical.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/door_acacia_lower.png b/1.10.2/assets/minecraft/textures/blocks/door_acacia_lower.png new file mode 100644 index 00000000..745f1906 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/door_acacia_lower.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/door_acacia_upper.png b/1.10.2/assets/minecraft/textures/blocks/door_acacia_upper.png new file mode 100644 index 00000000..6474e02c Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/door_acacia_upper.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/door_birch_lower.png b/1.10.2/assets/minecraft/textures/blocks/door_birch_lower.png new file mode 100644 index 00000000..8efeb831 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/door_birch_lower.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/door_birch_upper.png b/1.10.2/assets/minecraft/textures/blocks/door_birch_upper.png new file mode 100644 index 00000000..9f07791d Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/door_birch_upper.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/door_dark_oak_lower.png b/1.10.2/assets/minecraft/textures/blocks/door_dark_oak_lower.png new file mode 100644 index 00000000..d928058c Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/door_dark_oak_lower.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/door_dark_oak_upper.png b/1.10.2/assets/minecraft/textures/blocks/door_dark_oak_upper.png new file mode 100644 index 00000000..17408b61 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/door_dark_oak_upper.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/door_iron_lower.png b/1.10.2/assets/minecraft/textures/blocks/door_iron_lower.png new file mode 100644 index 00000000..13b68fd5 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/door_iron_lower.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/door_iron_upper.png b/1.10.2/assets/minecraft/textures/blocks/door_iron_upper.png new file mode 100644 index 00000000..56878fea Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/door_iron_upper.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/door_jungle_lower.png b/1.10.2/assets/minecraft/textures/blocks/door_jungle_lower.png new file mode 100644 index 00000000..fc1da6a6 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/door_jungle_lower.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/door_jungle_upper.png b/1.10.2/assets/minecraft/textures/blocks/door_jungle_upper.png new file mode 100644 index 00000000..bc9fcb32 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/door_jungle_upper.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/door_spruce_lower.png b/1.10.2/assets/minecraft/textures/blocks/door_spruce_lower.png new file mode 100644 index 00000000..ff92fdcc Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/door_spruce_lower.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/door_spruce_upper.png b/1.10.2/assets/minecraft/textures/blocks/door_spruce_upper.png new file mode 100644 index 00000000..48c58a05 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/door_spruce_upper.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/door_wood_lower.png b/1.10.2/assets/minecraft/textures/blocks/door_wood_lower.png new file mode 100644 index 00000000..3a0bae98 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/door_wood_lower.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/door_wood_upper.png b/1.10.2/assets/minecraft/textures/blocks/door_wood_upper.png new file mode 100644 index 00000000..93319d5d Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/door_wood_upper.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/double_plant_fern_bottom.png b/1.10.2/assets/minecraft/textures/blocks/double_plant_fern_bottom.png new file mode 100644 index 00000000..81ac0b5f Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/double_plant_fern_bottom.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/double_plant_fern_top.png b/1.10.2/assets/minecraft/textures/blocks/double_plant_fern_top.png new file mode 100644 index 00000000..ba34114d Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/double_plant_fern_top.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/double_plant_grass_bottom.png b/1.10.2/assets/minecraft/textures/blocks/double_plant_grass_bottom.png new file mode 100644 index 00000000..43420236 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/double_plant_grass_bottom.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/double_plant_grass_top.png b/1.10.2/assets/minecraft/textures/blocks/double_plant_grass_top.png new file mode 100644 index 00000000..575a1359 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/double_plant_grass_top.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/double_plant_paeonia_bottom.png b/1.10.2/assets/minecraft/textures/blocks/double_plant_paeonia_bottom.png new file mode 100644 index 00000000..5192113b Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/double_plant_paeonia_bottom.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/double_plant_paeonia_top.png b/1.10.2/assets/minecraft/textures/blocks/double_plant_paeonia_top.png new file mode 100644 index 00000000..c3e66d65 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/double_plant_paeonia_top.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/double_plant_rose_bottom.png b/1.10.2/assets/minecraft/textures/blocks/double_plant_rose_bottom.png new file mode 100644 index 00000000..d37e50b4 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/double_plant_rose_bottom.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/double_plant_rose_top.png b/1.10.2/assets/minecraft/textures/blocks/double_plant_rose_top.png new file mode 100644 index 00000000..25b647fe Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/double_plant_rose_top.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/double_plant_sunflower_back.png b/1.10.2/assets/minecraft/textures/blocks/double_plant_sunflower_back.png new file mode 100644 index 00000000..1df04e11 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/double_plant_sunflower_back.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/double_plant_sunflower_bottom.png b/1.10.2/assets/minecraft/textures/blocks/double_plant_sunflower_bottom.png new file mode 100644 index 00000000..9ed4843d Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/double_plant_sunflower_bottom.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/double_plant_sunflower_front.png b/1.10.2/assets/minecraft/textures/blocks/double_plant_sunflower_front.png new file mode 100644 index 00000000..b0443704 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/double_plant_sunflower_front.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/double_plant_sunflower_top.png b/1.10.2/assets/minecraft/textures/blocks/double_plant_sunflower_top.png new file mode 100644 index 00000000..c50a2058 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/double_plant_sunflower_top.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/double_plant_syringa_bottom.png b/1.10.2/assets/minecraft/textures/blocks/double_plant_syringa_bottom.png new file mode 100644 index 00000000..60af4130 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/double_plant_syringa_bottom.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/double_plant_syringa_top.png b/1.10.2/assets/minecraft/textures/blocks/double_plant_syringa_top.png new file mode 100644 index 00000000..35e7e929 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/double_plant_syringa_top.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/dragon_egg.png b/1.10.2/assets/minecraft/textures/blocks/dragon_egg.png new file mode 100644 index 00000000..ee9d67fa Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/dragon_egg.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/dropper_front_horizontal.png b/1.10.2/assets/minecraft/textures/blocks/dropper_front_horizontal.png new file mode 100644 index 00000000..c7c06a7d Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/dropper_front_horizontal.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/dropper_front_vertical.png b/1.10.2/assets/minecraft/textures/blocks/dropper_front_vertical.png new file mode 100644 index 00000000..8f794779 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/dropper_front_vertical.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/emerald_block.png b/1.10.2/assets/minecraft/textures/blocks/emerald_block.png new file mode 100644 index 00000000..dc214ee7 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/emerald_block.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/emerald_ore.png b/1.10.2/assets/minecraft/textures/blocks/emerald_ore.png new file mode 100644 index 00000000..db820dd1 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/emerald_ore.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/enchanting_table_bottom.png b/1.10.2/assets/minecraft/textures/blocks/enchanting_table_bottom.png new file mode 100644 index 00000000..ad0de633 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/enchanting_table_bottom.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/enchanting_table_side.png b/1.10.2/assets/minecraft/textures/blocks/enchanting_table_side.png new file mode 100644 index 00000000..f2f46143 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/enchanting_table_side.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/enchanting_table_top.png b/1.10.2/assets/minecraft/textures/blocks/enchanting_table_top.png new file mode 100644 index 00000000..0d5f68f6 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/enchanting_table_top.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/end_bricks.png b/1.10.2/assets/minecraft/textures/blocks/end_bricks.png new file mode 100644 index 00000000..24395c5e Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/end_bricks.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/end_rod.png b/1.10.2/assets/minecraft/textures/blocks/end_rod.png new file mode 100644 index 00000000..1d07c42f Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/end_rod.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/end_stone.png b/1.10.2/assets/minecraft/textures/blocks/end_stone.png new file mode 100644 index 00000000..c2a91e3c Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/end_stone.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/endframe_eye.png b/1.10.2/assets/minecraft/textures/blocks/endframe_eye.png new file mode 100644 index 00000000..afa1d5d0 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/endframe_eye.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/endframe_side.png b/1.10.2/assets/minecraft/textures/blocks/endframe_side.png new file mode 100644 index 00000000..e6cb5673 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/endframe_side.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/endframe_top.png b/1.10.2/assets/minecraft/textures/blocks/endframe_top.png new file mode 100644 index 00000000..35215a58 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/endframe_top.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/farmland_dry.png b/1.10.2/assets/minecraft/textures/blocks/farmland_dry.png new file mode 100644 index 00000000..d03a0f49 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/farmland_dry.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/farmland_wet.png b/1.10.2/assets/minecraft/textures/blocks/farmland_wet.png new file mode 100644 index 00000000..f8d460d5 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/farmland_wet.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/fern.png b/1.10.2/assets/minecraft/textures/blocks/fern.png new file mode 100644 index 00000000..fd769501 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/fern.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/fire_layer_0.png b/1.10.2/assets/minecraft/textures/blocks/fire_layer_0.png new file mode 100644 index 00000000..4f170972 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/fire_layer_0.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/fire_layer_0.png.mcmeta b/1.10.2/assets/minecraft/textures/blocks/fire_layer_0.png.mcmeta new file mode 100644 index 00000000..76446714 --- /dev/null +++ b/1.10.2/assets/minecraft/textures/blocks/fire_layer_0.png.mcmeta @@ -0,0 +1,38 @@ +{ + "animation": { + "frames": [ + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15 + ] + } +} diff --git a/1.10.2/assets/minecraft/textures/blocks/fire_layer_1.png b/1.10.2/assets/minecraft/textures/blocks/fire_layer_1.png new file mode 100644 index 00000000..b21eba00 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/fire_layer_1.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/fire_layer_1.png.mcmeta b/1.10.2/assets/minecraft/textures/blocks/fire_layer_1.png.mcmeta new file mode 100644 index 00000000..4f0718ac --- /dev/null +++ b/1.10.2/assets/minecraft/textures/blocks/fire_layer_1.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/textures/blocks/flower_allium.png b/1.10.2/assets/minecraft/textures/blocks/flower_allium.png new file mode 100644 index 00000000..a146994b Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/flower_allium.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/flower_blue_orchid.png b/1.10.2/assets/minecraft/textures/blocks/flower_blue_orchid.png new file mode 100644 index 00000000..de60afda Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/flower_blue_orchid.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/flower_dandelion.png b/1.10.2/assets/minecraft/textures/blocks/flower_dandelion.png new file mode 100644 index 00000000..873e3f5c Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/flower_dandelion.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/flower_houstonia.png b/1.10.2/assets/minecraft/textures/blocks/flower_houstonia.png new file mode 100644 index 00000000..5c891480 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/flower_houstonia.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/flower_oxeye_daisy.png b/1.10.2/assets/minecraft/textures/blocks/flower_oxeye_daisy.png new file mode 100644 index 00000000..c51b01ee Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/flower_oxeye_daisy.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/flower_paeonia.png b/1.10.2/assets/minecraft/textures/blocks/flower_paeonia.png new file mode 100644 index 00000000..9b4b3fc2 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/flower_paeonia.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/flower_pot.png b/1.10.2/assets/minecraft/textures/blocks/flower_pot.png new file mode 100644 index 00000000..09c2523c Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/flower_pot.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/flower_rose.png b/1.10.2/assets/minecraft/textures/blocks/flower_rose.png new file mode 100644 index 00000000..ccfecf6c Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/flower_rose.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/flower_tulip_orange.png b/1.10.2/assets/minecraft/textures/blocks/flower_tulip_orange.png new file mode 100644 index 00000000..a7bbc0cb Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/flower_tulip_orange.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/flower_tulip_pink.png b/1.10.2/assets/minecraft/textures/blocks/flower_tulip_pink.png new file mode 100644 index 00000000..cfc85931 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/flower_tulip_pink.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/flower_tulip_red.png b/1.10.2/assets/minecraft/textures/blocks/flower_tulip_red.png new file mode 100644 index 00000000..50ed0f5d Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/flower_tulip_red.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/flower_tulip_white.png b/1.10.2/assets/minecraft/textures/blocks/flower_tulip_white.png new file mode 100644 index 00000000..1900989c Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/flower_tulip_white.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/frosted_ice_0.png b/1.10.2/assets/minecraft/textures/blocks/frosted_ice_0.png new file mode 100644 index 00000000..ac946e95 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/frosted_ice_0.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/frosted_ice_1.png b/1.10.2/assets/minecraft/textures/blocks/frosted_ice_1.png new file mode 100644 index 00000000..4b057d9d Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/frosted_ice_1.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/frosted_ice_2.png b/1.10.2/assets/minecraft/textures/blocks/frosted_ice_2.png new file mode 100644 index 00000000..51e43edc Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/frosted_ice_2.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/frosted_ice_3.png b/1.10.2/assets/minecraft/textures/blocks/frosted_ice_3.png new file mode 100644 index 00000000..6efc382a Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/frosted_ice_3.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/furnace_front_off.png b/1.10.2/assets/minecraft/textures/blocks/furnace_front_off.png new file mode 100644 index 00000000..3197bfd3 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/furnace_front_off.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/furnace_front_on.png b/1.10.2/assets/minecraft/textures/blocks/furnace_front_on.png new file mode 100644 index 00000000..90b8b8af Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/furnace_front_on.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/furnace_side.png b/1.10.2/assets/minecraft/textures/blocks/furnace_side.png new file mode 100644 index 00000000..115f73d0 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/furnace_side.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/furnace_top.png b/1.10.2/assets/minecraft/textures/blocks/furnace_top.png new file mode 100644 index 00000000..a3a5a085 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/furnace_top.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/glass.png b/1.10.2/assets/minecraft/textures/blocks/glass.png new file mode 100644 index 00000000..acadb01a Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/glass.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/glass_black.png b/1.10.2/assets/minecraft/textures/blocks/glass_black.png new file mode 100644 index 00000000..50e6677a Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/glass_black.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/glass_blue.png b/1.10.2/assets/minecraft/textures/blocks/glass_blue.png new file mode 100644 index 00000000..d5168890 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/glass_blue.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/glass_brown.png b/1.10.2/assets/minecraft/textures/blocks/glass_brown.png new file mode 100644 index 00000000..5d7f01de Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/glass_brown.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/glass_cyan.png b/1.10.2/assets/minecraft/textures/blocks/glass_cyan.png new file mode 100644 index 00000000..0a4fc8d8 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/glass_cyan.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/glass_gray.png b/1.10.2/assets/minecraft/textures/blocks/glass_gray.png new file mode 100644 index 00000000..3953a4b6 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/glass_gray.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/glass_green.png b/1.10.2/assets/minecraft/textures/blocks/glass_green.png new file mode 100644 index 00000000..73e4b4b1 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/glass_green.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/glass_light_blue.png b/1.10.2/assets/minecraft/textures/blocks/glass_light_blue.png new file mode 100644 index 00000000..f7f02d14 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/glass_light_blue.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/glass_lime.png b/1.10.2/assets/minecraft/textures/blocks/glass_lime.png new file mode 100644 index 00000000..775a618c Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/glass_lime.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/glass_magenta.png b/1.10.2/assets/minecraft/textures/blocks/glass_magenta.png new file mode 100644 index 00000000..c1778c19 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/glass_magenta.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/glass_orange.png b/1.10.2/assets/minecraft/textures/blocks/glass_orange.png new file mode 100644 index 00000000..95b0a681 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/glass_orange.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/glass_pane_top.png b/1.10.2/assets/minecraft/textures/blocks/glass_pane_top.png new file mode 100644 index 00000000..02de5877 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/glass_pane_top.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/glass_pane_top_black.png b/1.10.2/assets/minecraft/textures/blocks/glass_pane_top_black.png new file mode 100644 index 00000000..43d60c55 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/glass_pane_top_black.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/glass_pane_top_blue.png b/1.10.2/assets/minecraft/textures/blocks/glass_pane_top_blue.png new file mode 100644 index 00000000..55c614f4 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/glass_pane_top_blue.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/glass_pane_top_brown.png b/1.10.2/assets/minecraft/textures/blocks/glass_pane_top_brown.png new file mode 100644 index 00000000..cbd791a4 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/glass_pane_top_brown.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/glass_pane_top_cyan.png b/1.10.2/assets/minecraft/textures/blocks/glass_pane_top_cyan.png new file mode 100644 index 00000000..9a34b844 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/glass_pane_top_cyan.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/glass_pane_top_gray.png b/1.10.2/assets/minecraft/textures/blocks/glass_pane_top_gray.png new file mode 100644 index 00000000..bb061147 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/glass_pane_top_gray.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/glass_pane_top_green.png b/1.10.2/assets/minecraft/textures/blocks/glass_pane_top_green.png new file mode 100644 index 00000000..a7d9fc7d Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/glass_pane_top_green.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/glass_pane_top_light_blue.png b/1.10.2/assets/minecraft/textures/blocks/glass_pane_top_light_blue.png new file mode 100644 index 00000000..6a0e661d Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/glass_pane_top_light_blue.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/glass_pane_top_lime.png b/1.10.2/assets/minecraft/textures/blocks/glass_pane_top_lime.png new file mode 100644 index 00000000..0607d75b Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/glass_pane_top_lime.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/glass_pane_top_magenta.png b/1.10.2/assets/minecraft/textures/blocks/glass_pane_top_magenta.png new file mode 100644 index 00000000..5419e521 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/glass_pane_top_magenta.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/glass_pane_top_orange.png b/1.10.2/assets/minecraft/textures/blocks/glass_pane_top_orange.png new file mode 100644 index 00000000..2866571b Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/glass_pane_top_orange.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/glass_pane_top_pink.png b/1.10.2/assets/minecraft/textures/blocks/glass_pane_top_pink.png new file mode 100644 index 00000000..6b6cd768 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/glass_pane_top_pink.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/glass_pane_top_purple.png b/1.10.2/assets/minecraft/textures/blocks/glass_pane_top_purple.png new file mode 100644 index 00000000..23e208ed Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/glass_pane_top_purple.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/glass_pane_top_red.png b/1.10.2/assets/minecraft/textures/blocks/glass_pane_top_red.png new file mode 100644 index 00000000..22b69dba Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/glass_pane_top_red.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/glass_pane_top_silver.png b/1.10.2/assets/minecraft/textures/blocks/glass_pane_top_silver.png new file mode 100644 index 00000000..f226ecc9 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/glass_pane_top_silver.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/glass_pane_top_white.png b/1.10.2/assets/minecraft/textures/blocks/glass_pane_top_white.png new file mode 100644 index 00000000..c84c1564 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/glass_pane_top_white.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/glass_pane_top_yellow.png b/1.10.2/assets/minecraft/textures/blocks/glass_pane_top_yellow.png new file mode 100644 index 00000000..1c8580f3 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/glass_pane_top_yellow.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/glass_pink.png b/1.10.2/assets/minecraft/textures/blocks/glass_pink.png new file mode 100644 index 00000000..c1f61f07 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/glass_pink.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/glass_purple.png b/1.10.2/assets/minecraft/textures/blocks/glass_purple.png new file mode 100644 index 00000000..712a6249 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/glass_purple.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/glass_red.png b/1.10.2/assets/minecraft/textures/blocks/glass_red.png new file mode 100644 index 00000000..37b603df Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/glass_red.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/glass_silver.png b/1.10.2/assets/minecraft/textures/blocks/glass_silver.png new file mode 100644 index 00000000..528dfaae Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/glass_silver.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/glass_white.png b/1.10.2/assets/minecraft/textures/blocks/glass_white.png new file mode 100644 index 00000000..a719aeb9 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/glass_white.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/glass_yellow.png b/1.10.2/assets/minecraft/textures/blocks/glass_yellow.png new file mode 100644 index 00000000..e576ca73 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/glass_yellow.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/glowstone.png b/1.10.2/assets/minecraft/textures/blocks/glowstone.png new file mode 100644 index 00000000..c7253b3b Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/glowstone.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/gold_block.png b/1.10.2/assets/minecraft/textures/blocks/gold_block.png new file mode 100644 index 00000000..4d233c76 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/gold_block.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/gold_ore.png b/1.10.2/assets/minecraft/textures/blocks/gold_ore.png new file mode 100644 index 00000000..b1a7a55b Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/gold_ore.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/grass_path_side.png b/1.10.2/assets/minecraft/textures/blocks/grass_path_side.png new file mode 100644 index 00000000..839e200a Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/grass_path_side.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/grass_path_top.png b/1.10.2/assets/minecraft/textures/blocks/grass_path_top.png new file mode 100644 index 00000000..c0bb7eea Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/grass_path_top.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/grass_side.png b/1.10.2/assets/minecraft/textures/blocks/grass_side.png new file mode 100644 index 00000000..a4975e53 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/grass_side.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/grass_side_overlay.png b/1.10.2/assets/minecraft/textures/blocks/grass_side_overlay.png new file mode 100644 index 00000000..fc3fa9d7 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/grass_side_overlay.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/grass_side_snowed.png b/1.10.2/assets/minecraft/textures/blocks/grass_side_snowed.png new file mode 100644 index 00000000..8b28fc7a Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/grass_side_snowed.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/grass_top.png b/1.10.2/assets/minecraft/textures/blocks/grass_top.png new file mode 100644 index 00000000..eaa7e458 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/grass_top.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/gravel.png b/1.10.2/assets/minecraft/textures/blocks/gravel.png new file mode 100644 index 00000000..388e5c55 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/gravel.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/hardened_clay.png b/1.10.2/assets/minecraft/textures/blocks/hardened_clay.png new file mode 100644 index 00000000..77b164e2 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/hardened_clay.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/hardened_clay_stained_black.png b/1.10.2/assets/minecraft/textures/blocks/hardened_clay_stained_black.png new file mode 100644 index 00000000..5e57f90f Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/hardened_clay_stained_black.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/hardened_clay_stained_blue.png b/1.10.2/assets/minecraft/textures/blocks/hardened_clay_stained_blue.png new file mode 100644 index 00000000..6c53f451 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/hardened_clay_stained_blue.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/hardened_clay_stained_brown.png b/1.10.2/assets/minecraft/textures/blocks/hardened_clay_stained_brown.png new file mode 100644 index 00000000..00ba0194 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/hardened_clay_stained_brown.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/hardened_clay_stained_cyan.png b/1.10.2/assets/minecraft/textures/blocks/hardened_clay_stained_cyan.png new file mode 100644 index 00000000..aeb713b1 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/hardened_clay_stained_cyan.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/hardened_clay_stained_gray.png b/1.10.2/assets/minecraft/textures/blocks/hardened_clay_stained_gray.png new file mode 100644 index 00000000..d54a85f5 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/hardened_clay_stained_gray.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/hardened_clay_stained_green.png b/1.10.2/assets/minecraft/textures/blocks/hardened_clay_stained_green.png new file mode 100644 index 00000000..30eb846a Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/hardened_clay_stained_green.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/hardened_clay_stained_light_blue.png b/1.10.2/assets/minecraft/textures/blocks/hardened_clay_stained_light_blue.png new file mode 100644 index 00000000..36704e40 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/hardened_clay_stained_light_blue.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/hardened_clay_stained_lime.png b/1.10.2/assets/minecraft/textures/blocks/hardened_clay_stained_lime.png new file mode 100644 index 00000000..61077586 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/hardened_clay_stained_lime.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/hardened_clay_stained_magenta.png b/1.10.2/assets/minecraft/textures/blocks/hardened_clay_stained_magenta.png new file mode 100644 index 00000000..fa37fd9c Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/hardened_clay_stained_magenta.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/hardened_clay_stained_orange.png b/1.10.2/assets/minecraft/textures/blocks/hardened_clay_stained_orange.png new file mode 100644 index 00000000..f1aeb8e5 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/hardened_clay_stained_orange.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/hardened_clay_stained_pink.png b/1.10.2/assets/minecraft/textures/blocks/hardened_clay_stained_pink.png new file mode 100644 index 00000000..d98bc463 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/hardened_clay_stained_pink.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/hardened_clay_stained_purple.png b/1.10.2/assets/minecraft/textures/blocks/hardened_clay_stained_purple.png new file mode 100644 index 00000000..625322fa Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/hardened_clay_stained_purple.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/hardened_clay_stained_red.png b/1.10.2/assets/minecraft/textures/blocks/hardened_clay_stained_red.png new file mode 100644 index 00000000..c8a5c735 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/hardened_clay_stained_red.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/hardened_clay_stained_silver.png b/1.10.2/assets/minecraft/textures/blocks/hardened_clay_stained_silver.png new file mode 100644 index 00000000..1d0ff535 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/hardened_clay_stained_silver.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/hardened_clay_stained_white.png b/1.10.2/assets/minecraft/textures/blocks/hardened_clay_stained_white.png new file mode 100644 index 00000000..67fe5718 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/hardened_clay_stained_white.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/hardened_clay_stained_yellow.png b/1.10.2/assets/minecraft/textures/blocks/hardened_clay_stained_yellow.png new file mode 100644 index 00000000..a774ab35 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/hardened_clay_stained_yellow.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/hay_block_side.png b/1.10.2/assets/minecraft/textures/blocks/hay_block_side.png new file mode 100644 index 00000000..ff76c273 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/hay_block_side.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/hay_block_top.png b/1.10.2/assets/minecraft/textures/blocks/hay_block_top.png new file mode 100644 index 00000000..0eca1548 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/hay_block_top.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/hopper_inside.png b/1.10.2/assets/minecraft/textures/blocks/hopper_inside.png new file mode 100644 index 00000000..e579a843 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/hopper_inside.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/hopper_outside.png b/1.10.2/assets/minecraft/textures/blocks/hopper_outside.png new file mode 100644 index 00000000..ea6ad9ed Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/hopper_outside.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/hopper_top.png b/1.10.2/assets/minecraft/textures/blocks/hopper_top.png new file mode 100644 index 00000000..7d03202b Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/hopper_top.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/ice.png b/1.10.2/assets/minecraft/textures/blocks/ice.png new file mode 100644 index 00000000..ac946e95 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/ice.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/ice_packed.png b/1.10.2/assets/minecraft/textures/blocks/ice_packed.png new file mode 100644 index 00000000..6ad18f2b Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/ice_packed.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/iron_bars.png b/1.10.2/assets/minecraft/textures/blocks/iron_bars.png new file mode 100644 index 00000000..cb3057dc Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/iron_bars.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/iron_block.png b/1.10.2/assets/minecraft/textures/blocks/iron_block.png new file mode 100644 index 00000000..7816799e Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/iron_block.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/iron_ore.png b/1.10.2/assets/minecraft/textures/blocks/iron_ore.png new file mode 100644 index 00000000..250d8bb7 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/iron_ore.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/iron_trapdoor.png b/1.10.2/assets/minecraft/textures/blocks/iron_trapdoor.png new file mode 100644 index 00000000..c705ca1b Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/iron_trapdoor.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/itemframe_background.png b/1.10.2/assets/minecraft/textures/blocks/itemframe_background.png new file mode 100644 index 00000000..660bae6c Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/itemframe_background.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/jukebox_side.png b/1.10.2/assets/minecraft/textures/blocks/jukebox_side.png new file mode 100644 index 00000000..a3c27c18 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/jukebox_side.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/jukebox_top.png b/1.10.2/assets/minecraft/textures/blocks/jukebox_top.png new file mode 100644 index 00000000..92ddb158 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/jukebox_top.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/ladder.png b/1.10.2/assets/minecraft/textures/blocks/ladder.png new file mode 100644 index 00000000..e2ec5f28 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/ladder.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/lapis_block.png b/1.10.2/assets/minecraft/textures/blocks/lapis_block.png new file mode 100644 index 00000000..e0e3f400 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/lapis_block.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/lapis_ore.png b/1.10.2/assets/minecraft/textures/blocks/lapis_ore.png new file mode 100644 index 00000000..7e293cfc Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/lapis_ore.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/lava_flow.png b/1.10.2/assets/minecraft/textures/blocks/lava_flow.png new file mode 100644 index 00000000..47236bc5 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/lava_flow.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/lava_flow.png.mcmeta b/1.10.2/assets/minecraft/textures/blocks/lava_flow.png.mcmeta new file mode 100644 index 00000000..8e55e43b --- /dev/null +++ b/1.10.2/assets/minecraft/textures/blocks/lava_flow.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 3 + } +} diff --git a/1.10.2/assets/minecraft/textures/blocks/lava_still.png b/1.10.2/assets/minecraft/textures/blocks/lava_still.png new file mode 100644 index 00000000..147a7acd Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/lava_still.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/lava_still.png.mcmeta b/1.10.2/assets/minecraft/textures/blocks/lava_still.png.mcmeta new file mode 100644 index 00000000..7ceb3639 --- /dev/null +++ b/1.10.2/assets/minecraft/textures/blocks/lava_still.png.mcmeta @@ -0,0 +1,45 @@ +{ + "animation": { + "frametime": 2, + "frames": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 18, + 17, + 16, + 15, + 14, + 13, + 12, + 11, + 10, + 9, + 8, + 7, + 6, + 5, + 4, + 3, + 2, + 1 + ] + } +} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/textures/blocks/leaves_acacia.png b/1.10.2/assets/minecraft/textures/blocks/leaves_acacia.png new file mode 100644 index 00000000..d83008c5 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/leaves_acacia.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/leaves_big_oak.png b/1.10.2/assets/minecraft/textures/blocks/leaves_big_oak.png new file mode 100644 index 00000000..a6773aff Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/leaves_big_oak.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/leaves_birch.png b/1.10.2/assets/minecraft/textures/blocks/leaves_birch.png new file mode 100644 index 00000000..a6773aff Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/leaves_birch.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/leaves_jungle.png b/1.10.2/assets/minecraft/textures/blocks/leaves_jungle.png new file mode 100644 index 00000000..e0cb935a Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/leaves_jungle.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/leaves_oak.png b/1.10.2/assets/minecraft/textures/blocks/leaves_oak.png new file mode 100644 index 00000000..a6773aff Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/leaves_oak.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/leaves_spruce.png b/1.10.2/assets/minecraft/textures/blocks/leaves_spruce.png new file mode 100644 index 00000000..602eab8e Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/leaves_spruce.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/lever.png b/1.10.2/assets/minecraft/textures/blocks/lever.png new file mode 100644 index 00000000..051187fa Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/lever.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/log_acacia.png b/1.10.2/assets/minecraft/textures/blocks/log_acacia.png new file mode 100644 index 00000000..edb68e8c Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/log_acacia.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/log_acacia_top.png b/1.10.2/assets/minecraft/textures/blocks/log_acacia_top.png new file mode 100644 index 00000000..011508ed Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/log_acacia_top.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/log_big_oak.png b/1.10.2/assets/minecraft/textures/blocks/log_big_oak.png new file mode 100644 index 00000000..87c069d8 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/log_big_oak.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/log_big_oak_top.png b/1.10.2/assets/minecraft/textures/blocks/log_big_oak_top.png new file mode 100644 index 00000000..caeed38e Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/log_big_oak_top.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/log_birch.png b/1.10.2/assets/minecraft/textures/blocks/log_birch.png new file mode 100644 index 00000000..bfb209d1 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/log_birch.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/log_birch_top.png b/1.10.2/assets/minecraft/textures/blocks/log_birch_top.png new file mode 100644 index 00000000..fafc23a8 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/log_birch_top.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/log_jungle.png b/1.10.2/assets/minecraft/textures/blocks/log_jungle.png new file mode 100644 index 00000000..0b7120ad Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/log_jungle.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/log_jungle_top.png b/1.10.2/assets/minecraft/textures/blocks/log_jungle_top.png new file mode 100644 index 00000000..00e139c9 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/log_jungle_top.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/log_oak.png b/1.10.2/assets/minecraft/textures/blocks/log_oak.png new file mode 100644 index 00000000..914cb5fb Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/log_oak.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/log_oak_top.png b/1.10.2/assets/minecraft/textures/blocks/log_oak_top.png new file mode 100644 index 00000000..97eebd1f Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/log_oak_top.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/log_spruce.png b/1.10.2/assets/minecraft/textures/blocks/log_spruce.png new file mode 100644 index 00000000..77a22a41 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/log_spruce.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/log_spruce_top.png b/1.10.2/assets/minecraft/textures/blocks/log_spruce_top.png new file mode 100644 index 00000000..a9c353a8 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/log_spruce_top.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/magma.png b/1.10.2/assets/minecraft/textures/blocks/magma.png new file mode 100644 index 00000000..7bc07fa9 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/magma.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/magma.png.mcmeta b/1.10.2/assets/minecraft/textures/blocks/magma.png.mcmeta new file mode 100644 index 00000000..ffc3e528 --- /dev/null +++ b/1.10.2/assets/minecraft/textures/blocks/magma.png.mcmeta @@ -0,0 +1,11 @@ +{ + "animation": { + "frametime": 8, + "interpolate": true, + "frames": [ + 0, + 1, + 2 + ] + } +} diff --git a/1.10.2/assets/minecraft/textures/blocks/melon_side.png b/1.10.2/assets/minecraft/textures/blocks/melon_side.png new file mode 100644 index 00000000..b56cce1f Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/melon_side.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/melon_stem_connected.png b/1.10.2/assets/minecraft/textures/blocks/melon_stem_connected.png new file mode 100644 index 00000000..6a5c10e1 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/melon_stem_connected.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/melon_stem_disconnected.png b/1.10.2/assets/minecraft/textures/blocks/melon_stem_disconnected.png new file mode 100644 index 00000000..38065ef6 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/melon_stem_disconnected.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/melon_top.png b/1.10.2/assets/minecraft/textures/blocks/melon_top.png new file mode 100644 index 00000000..d4f7b460 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/melon_top.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/mob_spawner.png b/1.10.2/assets/minecraft/textures/blocks/mob_spawner.png new file mode 100644 index 00000000..7d55217e Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/mob_spawner.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/mushroom_block_inside.png b/1.10.2/assets/minecraft/textures/blocks/mushroom_block_inside.png new file mode 100644 index 00000000..efea6715 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/mushroom_block_inside.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/mushroom_block_skin_brown.png b/1.10.2/assets/minecraft/textures/blocks/mushroom_block_skin_brown.png new file mode 100644 index 00000000..1f52ba89 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/mushroom_block_skin_brown.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/mushroom_block_skin_red.png b/1.10.2/assets/minecraft/textures/blocks/mushroom_block_skin_red.png new file mode 100644 index 00000000..532e1b94 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/mushroom_block_skin_red.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/mushroom_block_skin_stem.png b/1.10.2/assets/minecraft/textures/blocks/mushroom_block_skin_stem.png new file mode 100644 index 00000000..09e4ede2 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/mushroom_block_skin_stem.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/mushroom_brown.png b/1.10.2/assets/minecraft/textures/blocks/mushroom_brown.png new file mode 100644 index 00000000..8351fd47 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/mushroom_brown.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/mushroom_red.png b/1.10.2/assets/minecraft/textures/blocks/mushroom_red.png new file mode 100644 index 00000000..1b332b79 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/mushroom_red.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/mycelium_side.png b/1.10.2/assets/minecraft/textures/blocks/mycelium_side.png new file mode 100644 index 00000000..55474258 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/mycelium_side.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/mycelium_top.png b/1.10.2/assets/minecraft/textures/blocks/mycelium_top.png new file mode 100644 index 00000000..0b4462ac Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/mycelium_top.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/nether_brick.png b/1.10.2/assets/minecraft/textures/blocks/nether_brick.png new file mode 100644 index 00000000..5482be14 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/nether_brick.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/nether_wart_block.png b/1.10.2/assets/minecraft/textures/blocks/nether_wart_block.png new file mode 100644 index 00000000..4f80fe4e Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/nether_wart_block.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/nether_wart_stage_0.png b/1.10.2/assets/minecraft/textures/blocks/nether_wart_stage_0.png new file mode 100644 index 00000000..514a95be Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/nether_wart_stage_0.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/nether_wart_stage_1.png b/1.10.2/assets/minecraft/textures/blocks/nether_wart_stage_1.png new file mode 100644 index 00000000..b4ad0d1e Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/nether_wart_stage_1.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/nether_wart_stage_2.png b/1.10.2/assets/minecraft/textures/blocks/nether_wart_stage_2.png new file mode 100644 index 00000000..b9b67431 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/nether_wart_stage_2.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/netherrack.png b/1.10.2/assets/minecraft/textures/blocks/netherrack.png new file mode 100644 index 00000000..88129c4e Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/netherrack.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/noteblock.png b/1.10.2/assets/minecraft/textures/blocks/noteblock.png new file mode 100644 index 00000000..a3c27c18 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/noteblock.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/obsidian.png b/1.10.2/assets/minecraft/textures/blocks/obsidian.png new file mode 100644 index 00000000..ff0a6836 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/obsidian.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/piston_bottom.png b/1.10.2/assets/minecraft/textures/blocks/piston_bottom.png new file mode 100644 index 00000000..a3a5a085 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/piston_bottom.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/piston_inner.png b/1.10.2/assets/minecraft/textures/blocks/piston_inner.png new file mode 100644 index 00000000..d1c27611 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/piston_inner.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/piston_side.png b/1.10.2/assets/minecraft/textures/blocks/piston_side.png new file mode 100644 index 00000000..634f54ab Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/piston_side.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/piston_top_normal.png b/1.10.2/assets/minecraft/textures/blocks/piston_top_normal.png new file mode 100644 index 00000000..eeaadab4 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/piston_top_normal.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/piston_top_sticky.png b/1.10.2/assets/minecraft/textures/blocks/piston_top_sticky.png new file mode 100644 index 00000000..6ddd4ad3 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/piston_top_sticky.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/planks_acacia.png b/1.10.2/assets/minecraft/textures/blocks/planks_acacia.png new file mode 100644 index 00000000..106ecdff Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/planks_acacia.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/planks_big_oak.png b/1.10.2/assets/minecraft/textures/blocks/planks_big_oak.png new file mode 100644 index 00000000..4e97f9aa Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/planks_big_oak.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/planks_birch.png b/1.10.2/assets/minecraft/textures/blocks/planks_birch.png new file mode 100644 index 00000000..b113e3ae Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/planks_birch.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/planks_jungle.png b/1.10.2/assets/minecraft/textures/blocks/planks_jungle.png new file mode 100644 index 00000000..22a0fefe Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/planks_jungle.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/planks_oak.png b/1.10.2/assets/minecraft/textures/blocks/planks_oak.png new file mode 100644 index 00000000..346f77dc Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/planks_oak.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/planks_spruce.png b/1.10.2/assets/minecraft/textures/blocks/planks_spruce.png new file mode 100644 index 00000000..f45fa94b Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/planks_spruce.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/portal.png b/1.10.2/assets/minecraft/textures/blocks/portal.png new file mode 100644 index 00000000..42d4a756 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/portal.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/portal.png.mcmeta b/1.10.2/assets/minecraft/textures/blocks/portal.png.mcmeta new file mode 100644 index 00000000..4f0718ac --- /dev/null +++ b/1.10.2/assets/minecraft/textures/blocks/portal.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/textures/blocks/potatoes_stage_0.png b/1.10.2/assets/minecraft/textures/blocks/potatoes_stage_0.png new file mode 100644 index 00000000..c1ef7320 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/potatoes_stage_0.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/potatoes_stage_1.png b/1.10.2/assets/minecraft/textures/blocks/potatoes_stage_1.png new file mode 100644 index 00000000..1275f4f8 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/potatoes_stage_1.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/potatoes_stage_2.png b/1.10.2/assets/minecraft/textures/blocks/potatoes_stage_2.png new file mode 100644 index 00000000..b7347dfe Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/potatoes_stage_2.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/potatoes_stage_3.png b/1.10.2/assets/minecraft/textures/blocks/potatoes_stage_3.png new file mode 100644 index 00000000..d7e8185d Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/potatoes_stage_3.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/prismarine_bricks.png b/1.10.2/assets/minecraft/textures/blocks/prismarine_bricks.png new file mode 100644 index 00000000..58906903 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/prismarine_bricks.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/prismarine_dark.png b/1.10.2/assets/minecraft/textures/blocks/prismarine_dark.png new file mode 100644 index 00000000..88720cdf Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/prismarine_dark.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/prismarine_rough.png b/1.10.2/assets/minecraft/textures/blocks/prismarine_rough.png new file mode 100644 index 00000000..28d0ec18 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/prismarine_rough.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/prismarine_rough.png.mcmeta b/1.10.2/assets/minecraft/textures/blocks/prismarine_rough.png.mcmeta new file mode 100644 index 00000000..410b327f --- /dev/null +++ b/1.10.2/assets/minecraft/textures/blocks/prismarine_rough.png.mcmeta @@ -0,0 +1,30 @@ +{ + "animation": { + "frametime": 300, + "interpolate": true, + "frames": [ + 0, + 1, + 0, + 2, + 0, + 3, + 0, + 1, + 2, + 1, + 3, + 1, + 0, + 2, + 1, + 2, + 3, + 2, + 0, + 3, + 1, + 3 + ] + } +} diff --git a/1.10.2/assets/minecraft/textures/blocks/pumpkin_face_off.png b/1.10.2/assets/minecraft/textures/blocks/pumpkin_face_off.png new file mode 100644 index 00000000..ecef0250 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/pumpkin_face_off.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/pumpkin_face_on.png b/1.10.2/assets/minecraft/textures/blocks/pumpkin_face_on.png new file mode 100644 index 00000000..907f499f Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/pumpkin_face_on.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/pumpkin_side.png b/1.10.2/assets/minecraft/textures/blocks/pumpkin_side.png new file mode 100644 index 00000000..75dfc475 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/pumpkin_side.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/pumpkin_stem_connected.png b/1.10.2/assets/minecraft/textures/blocks/pumpkin_stem_connected.png new file mode 100644 index 00000000..6a5c10e1 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/pumpkin_stem_connected.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/pumpkin_stem_disconnected.png b/1.10.2/assets/minecraft/textures/blocks/pumpkin_stem_disconnected.png new file mode 100644 index 00000000..38065ef6 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/pumpkin_stem_disconnected.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/pumpkin_top.png b/1.10.2/assets/minecraft/textures/blocks/pumpkin_top.png new file mode 100644 index 00000000..1990a039 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/pumpkin_top.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/purpur_block.png b/1.10.2/assets/minecraft/textures/blocks/purpur_block.png new file mode 100644 index 00000000..8f1e36b6 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/purpur_block.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/purpur_pillar.png b/1.10.2/assets/minecraft/textures/blocks/purpur_pillar.png new file mode 100644 index 00000000..fe658cbc Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/purpur_pillar.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/purpur_pillar_top.png b/1.10.2/assets/minecraft/textures/blocks/purpur_pillar_top.png new file mode 100644 index 00000000..12a3005c Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/purpur_pillar_top.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/quartz_block_bottom.png b/1.10.2/assets/minecraft/textures/blocks/quartz_block_bottom.png new file mode 100644 index 00000000..3808d03d Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/quartz_block_bottom.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/quartz_block_chiseled.png b/1.10.2/assets/minecraft/textures/blocks/quartz_block_chiseled.png new file mode 100644 index 00000000..603f47eb Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/quartz_block_chiseled.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/quartz_block_chiseled_top.png b/1.10.2/assets/minecraft/textures/blocks/quartz_block_chiseled_top.png new file mode 100644 index 00000000..3cef8f05 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/quartz_block_chiseled_top.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/quartz_block_lines.png b/1.10.2/assets/minecraft/textures/blocks/quartz_block_lines.png new file mode 100644 index 00000000..58a42bb9 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/quartz_block_lines.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/quartz_block_lines_top.png b/1.10.2/assets/minecraft/textures/blocks/quartz_block_lines_top.png new file mode 100644 index 00000000..8337502e Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/quartz_block_lines_top.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/quartz_block_side.png b/1.10.2/assets/minecraft/textures/blocks/quartz_block_side.png new file mode 100644 index 00000000..9072e027 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/quartz_block_side.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/quartz_block_top.png b/1.10.2/assets/minecraft/textures/blocks/quartz_block_top.png new file mode 100644 index 00000000..9072e027 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/quartz_block_top.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/quartz_ore.png b/1.10.2/assets/minecraft/textures/blocks/quartz_ore.png new file mode 100644 index 00000000..0c29d5aa Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/quartz_ore.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/rail_activator.png b/1.10.2/assets/minecraft/textures/blocks/rail_activator.png new file mode 100644 index 00000000..1fb9f55d Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/rail_activator.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/rail_activator_powered.png b/1.10.2/assets/minecraft/textures/blocks/rail_activator_powered.png new file mode 100644 index 00000000..13cdd4cb Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/rail_activator_powered.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/rail_detector.png b/1.10.2/assets/minecraft/textures/blocks/rail_detector.png new file mode 100644 index 00000000..92c1466e Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/rail_detector.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/rail_detector_powered.png b/1.10.2/assets/minecraft/textures/blocks/rail_detector_powered.png new file mode 100644 index 00000000..ecebb341 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/rail_detector_powered.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/rail_golden.png b/1.10.2/assets/minecraft/textures/blocks/rail_golden.png new file mode 100644 index 00000000..1fc52c3e Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/rail_golden.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/rail_golden_powered.png b/1.10.2/assets/minecraft/textures/blocks/rail_golden_powered.png new file mode 100644 index 00000000..bd343be8 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/rail_golden_powered.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/rail_normal.png b/1.10.2/assets/minecraft/textures/blocks/rail_normal.png new file mode 100644 index 00000000..d6092369 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/rail_normal.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/rail_normal_turned.png b/1.10.2/assets/minecraft/textures/blocks/rail_normal_turned.png new file mode 100644 index 00000000..f394a235 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/rail_normal_turned.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/red_nether_brick.png b/1.10.2/assets/minecraft/textures/blocks/red_nether_brick.png new file mode 100644 index 00000000..bf078b6f Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/red_nether_brick.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/red_sand.png b/1.10.2/assets/minecraft/textures/blocks/red_sand.png new file mode 100644 index 00000000..baee06af Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/red_sand.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/red_sandstone_bottom.png b/1.10.2/assets/minecraft/textures/blocks/red_sandstone_bottom.png new file mode 100644 index 00000000..e56a4817 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/red_sandstone_bottom.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/red_sandstone_carved.png b/1.10.2/assets/minecraft/textures/blocks/red_sandstone_carved.png new file mode 100644 index 00000000..784f37ee Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/red_sandstone_carved.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/red_sandstone_normal.png b/1.10.2/assets/minecraft/textures/blocks/red_sandstone_normal.png new file mode 100644 index 00000000..3d62e0dc Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/red_sandstone_normal.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/red_sandstone_smooth.png b/1.10.2/assets/minecraft/textures/blocks/red_sandstone_smooth.png new file mode 100644 index 00000000..f32a119b Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/red_sandstone_smooth.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/red_sandstone_top.png b/1.10.2/assets/minecraft/textures/blocks/red_sandstone_top.png new file mode 100644 index 00000000..f265cf23 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/red_sandstone_top.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/redstone_block.png b/1.10.2/assets/minecraft/textures/blocks/redstone_block.png new file mode 100644 index 00000000..999a1f14 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/redstone_block.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/redstone_dust_dot.png b/1.10.2/assets/minecraft/textures/blocks/redstone_dust_dot.png new file mode 100644 index 00000000..e5de16a3 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/redstone_dust_dot.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/redstone_dust_line0.png b/1.10.2/assets/minecraft/textures/blocks/redstone_dust_line0.png new file mode 100644 index 00000000..e2dc20eb Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/redstone_dust_line0.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/redstone_dust_line1.png b/1.10.2/assets/minecraft/textures/blocks/redstone_dust_line1.png new file mode 100644 index 00000000..e63082b2 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/redstone_dust_line1.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/redstone_dust_overlay.png b/1.10.2/assets/minecraft/textures/blocks/redstone_dust_overlay.png new file mode 100644 index 00000000..79722120 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/redstone_dust_overlay.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/redstone_lamp_off.png b/1.10.2/assets/minecraft/textures/blocks/redstone_lamp_off.png new file mode 100644 index 00000000..522765be Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/redstone_lamp_off.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/redstone_lamp_on.png b/1.10.2/assets/minecraft/textures/blocks/redstone_lamp_on.png new file mode 100644 index 00000000..9562ef3e Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/redstone_lamp_on.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/redstone_ore.png b/1.10.2/assets/minecraft/textures/blocks/redstone_ore.png new file mode 100644 index 00000000..575a4888 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/redstone_ore.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/redstone_torch_off.png b/1.10.2/assets/minecraft/textures/blocks/redstone_torch_off.png new file mode 100644 index 00000000..635eabd4 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/redstone_torch_off.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/redstone_torch_on.png b/1.10.2/assets/minecraft/textures/blocks/redstone_torch_on.png new file mode 100644 index 00000000..2983d6ce Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/redstone_torch_on.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/reeds.png b/1.10.2/assets/minecraft/textures/blocks/reeds.png new file mode 100644 index 00000000..64bbfe0e Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/reeds.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/repeater_off.png b/1.10.2/assets/minecraft/textures/blocks/repeater_off.png new file mode 100644 index 00000000..86346698 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/repeater_off.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/repeater_on.png b/1.10.2/assets/minecraft/textures/blocks/repeater_on.png new file mode 100644 index 00000000..d71d0d93 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/repeater_on.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/repeating_command_block_back.png b/1.10.2/assets/minecraft/textures/blocks/repeating_command_block_back.png new file mode 100644 index 00000000..7e2bae3f Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/repeating_command_block_back.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/repeating_command_block_back.png.mcmeta b/1.10.2/assets/minecraft/textures/blocks/repeating_command_block_back.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.10.2/assets/minecraft/textures/blocks/repeating_command_block_back.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.10.2/assets/minecraft/textures/blocks/repeating_command_block_conditional.png b/1.10.2/assets/minecraft/textures/blocks/repeating_command_block_conditional.png new file mode 100644 index 00000000..4bbe3654 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/repeating_command_block_conditional.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/repeating_command_block_conditional.png.mcmeta b/1.10.2/assets/minecraft/textures/blocks/repeating_command_block_conditional.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.10.2/assets/minecraft/textures/blocks/repeating_command_block_conditional.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.10.2/assets/minecraft/textures/blocks/repeating_command_block_front.png b/1.10.2/assets/minecraft/textures/blocks/repeating_command_block_front.png new file mode 100644 index 00000000..42f13d4a Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/repeating_command_block_front.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/repeating_command_block_front.png.mcmeta b/1.10.2/assets/minecraft/textures/blocks/repeating_command_block_front.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.10.2/assets/minecraft/textures/blocks/repeating_command_block_front.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.10.2/assets/minecraft/textures/blocks/repeating_command_block_side.png b/1.10.2/assets/minecraft/textures/blocks/repeating_command_block_side.png new file mode 100644 index 00000000..30fd5343 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/repeating_command_block_side.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/repeating_command_block_side.png.mcmeta b/1.10.2/assets/minecraft/textures/blocks/repeating_command_block_side.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.10.2/assets/minecraft/textures/blocks/repeating_command_block_side.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.10.2/assets/minecraft/textures/blocks/sand.png b/1.10.2/assets/minecraft/textures/blocks/sand.png new file mode 100644 index 00000000..e135fbdc Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/sand.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/sandstone_bottom.png b/1.10.2/assets/minecraft/textures/blocks/sandstone_bottom.png new file mode 100644 index 00000000..e1022209 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/sandstone_bottom.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/sandstone_carved.png b/1.10.2/assets/minecraft/textures/blocks/sandstone_carved.png new file mode 100644 index 00000000..9bd7fa14 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/sandstone_carved.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/sandstone_normal.png b/1.10.2/assets/minecraft/textures/blocks/sandstone_normal.png new file mode 100644 index 00000000..1b79145f Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/sandstone_normal.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/sandstone_smooth.png b/1.10.2/assets/minecraft/textures/blocks/sandstone_smooth.png new file mode 100644 index 00000000..ef118bdc Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/sandstone_smooth.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/sandstone_top.png b/1.10.2/assets/minecraft/textures/blocks/sandstone_top.png new file mode 100644 index 00000000..74838777 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/sandstone_top.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/sapling_acacia.png b/1.10.2/assets/minecraft/textures/blocks/sapling_acacia.png new file mode 100644 index 00000000..23ddb7fd Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/sapling_acacia.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/sapling_birch.png b/1.10.2/assets/minecraft/textures/blocks/sapling_birch.png new file mode 100644 index 00000000..b5f01ffc Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/sapling_birch.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/sapling_jungle.png b/1.10.2/assets/minecraft/textures/blocks/sapling_jungle.png new file mode 100644 index 00000000..4e10b35c Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/sapling_jungle.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/sapling_oak.png b/1.10.2/assets/minecraft/textures/blocks/sapling_oak.png new file mode 100644 index 00000000..3c3abefd Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/sapling_oak.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/sapling_roofed_oak.png b/1.10.2/assets/minecraft/textures/blocks/sapling_roofed_oak.png new file mode 100644 index 00000000..0d92950b Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/sapling_roofed_oak.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/sapling_spruce.png b/1.10.2/assets/minecraft/textures/blocks/sapling_spruce.png new file mode 100644 index 00000000..5767d48b Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/sapling_spruce.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/sea_lantern.png b/1.10.2/assets/minecraft/textures/blocks/sea_lantern.png new file mode 100644 index 00000000..0f664846 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/sea_lantern.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/sea_lantern.png.mcmeta b/1.10.2/assets/minecraft/textures/blocks/sea_lantern.png.mcmeta new file mode 100644 index 00000000..e8ac9bc3 --- /dev/null +++ b/1.10.2/assets/minecraft/textures/blocks/sea_lantern.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 5 + } +} diff --git a/1.10.2/assets/minecraft/textures/blocks/slime.png b/1.10.2/assets/minecraft/textures/blocks/slime.png new file mode 100644 index 00000000..6dbe5cb6 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/slime.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/snow.png b/1.10.2/assets/minecraft/textures/blocks/snow.png new file mode 100644 index 00000000..d1a14162 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/snow.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/soul_sand.png b/1.10.2/assets/minecraft/textures/blocks/soul_sand.png new file mode 100644 index 00000000..fca7e8ff Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/soul_sand.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/sponge.png b/1.10.2/assets/minecraft/textures/blocks/sponge.png new file mode 100644 index 00000000..c609a41f Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/sponge.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/sponge_wet.png b/1.10.2/assets/minecraft/textures/blocks/sponge_wet.png new file mode 100644 index 00000000..d024995f Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/sponge_wet.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/stone.png b/1.10.2/assets/minecraft/textures/blocks/stone.png new file mode 100644 index 00000000..87e19ff4 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/stone.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/stone_andesite.png b/1.10.2/assets/minecraft/textures/blocks/stone_andesite.png new file mode 100644 index 00000000..feba8d81 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/stone_andesite.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/stone_andesite_smooth.png b/1.10.2/assets/minecraft/textures/blocks/stone_andesite_smooth.png new file mode 100644 index 00000000..7dbb4549 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/stone_andesite_smooth.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/stone_diorite.png b/1.10.2/assets/minecraft/textures/blocks/stone_diorite.png new file mode 100644 index 00000000..8b68d7bb Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/stone_diorite.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/stone_diorite_smooth.png b/1.10.2/assets/minecraft/textures/blocks/stone_diorite_smooth.png new file mode 100644 index 00000000..41150e65 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/stone_diorite_smooth.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/stone_granite.png b/1.10.2/assets/minecraft/textures/blocks/stone_granite.png new file mode 100644 index 00000000..74d03aa1 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/stone_granite.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/stone_granite_smooth.png b/1.10.2/assets/minecraft/textures/blocks/stone_granite_smooth.png new file mode 100644 index 00000000..6e739609 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/stone_granite_smooth.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/stone_slab_side.png b/1.10.2/assets/minecraft/textures/blocks/stone_slab_side.png new file mode 100644 index 00000000..fe2a2040 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/stone_slab_side.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/stone_slab_top.png b/1.10.2/assets/minecraft/textures/blocks/stone_slab_top.png new file mode 100644 index 00000000..090657d3 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/stone_slab_top.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/stonebrick.png b/1.10.2/assets/minecraft/textures/blocks/stonebrick.png new file mode 100644 index 00000000..69138cf2 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/stonebrick.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/stonebrick_carved.png b/1.10.2/assets/minecraft/textures/blocks/stonebrick_carved.png new file mode 100644 index 00000000..b7e88db2 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/stonebrick_carved.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/stonebrick_cracked.png b/1.10.2/assets/minecraft/textures/blocks/stonebrick_cracked.png new file mode 100644 index 00000000..918a8845 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/stonebrick_cracked.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/stonebrick_mossy.png b/1.10.2/assets/minecraft/textures/blocks/stonebrick_mossy.png new file mode 100644 index 00000000..fc67b4a9 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/stonebrick_mossy.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/structure_block.png b/1.10.2/assets/minecraft/textures/blocks/structure_block.png new file mode 100644 index 00000000..c8c4202b Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/structure_block.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/structure_block_corner.png b/1.10.2/assets/minecraft/textures/blocks/structure_block_corner.png new file mode 100644 index 00000000..50fa2ba9 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/structure_block_corner.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/structure_block_data.png b/1.10.2/assets/minecraft/textures/blocks/structure_block_data.png new file mode 100644 index 00000000..228e20ef Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/structure_block_data.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/structure_block_load.png b/1.10.2/assets/minecraft/textures/blocks/structure_block_load.png new file mode 100644 index 00000000..c44009cf Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/structure_block_load.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/structure_block_save.png b/1.10.2/assets/minecraft/textures/blocks/structure_block_save.png new file mode 100644 index 00000000..deaac6eb Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/structure_block_save.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/tallgrass.png b/1.10.2/assets/minecraft/textures/blocks/tallgrass.png new file mode 100644 index 00000000..f1cdb3cc Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/tallgrass.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/tnt_bottom.png b/1.10.2/assets/minecraft/textures/blocks/tnt_bottom.png new file mode 100644 index 00000000..cc2e5867 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/tnt_bottom.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/tnt_side.png b/1.10.2/assets/minecraft/textures/blocks/tnt_side.png new file mode 100644 index 00000000..21109fbe Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/tnt_side.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/tnt_top.png b/1.10.2/assets/minecraft/textures/blocks/tnt_top.png new file mode 100644 index 00000000..ceb44b6d Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/tnt_top.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/torch_on.png b/1.10.2/assets/minecraft/textures/blocks/torch_on.png new file mode 100644 index 00000000..a2ce41b8 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/torch_on.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/trapdoor.png b/1.10.2/assets/minecraft/textures/blocks/trapdoor.png new file mode 100644 index 00000000..a962266f Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/trapdoor.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/trip_wire.png b/1.10.2/assets/minecraft/textures/blocks/trip_wire.png new file mode 100644 index 00000000..f986e62c Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/trip_wire.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/trip_wire_source.png b/1.10.2/assets/minecraft/textures/blocks/trip_wire_source.png new file mode 100644 index 00000000..fbd464d8 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/trip_wire_source.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/vine.png b/1.10.2/assets/minecraft/textures/blocks/vine.png new file mode 100644 index 00000000..df5e435a Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/vine.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/water_flow.png b/1.10.2/assets/minecraft/textures/blocks/water_flow.png new file mode 100644 index 00000000..c4875bb1 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/water_flow.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/water_flow.png.mcmeta b/1.10.2/assets/minecraft/textures/blocks/water_flow.png.mcmeta new file mode 100644 index 00000000..4f0718ac --- /dev/null +++ b/1.10.2/assets/minecraft/textures/blocks/water_flow.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} \ No newline at end of file diff --git a/1.10.2/assets/minecraft/textures/blocks/water_overlay.png b/1.10.2/assets/minecraft/textures/blocks/water_overlay.png new file mode 100644 index 00000000..484a82f8 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/water_overlay.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/water_still.png b/1.10.2/assets/minecraft/textures/blocks/water_still.png new file mode 100644 index 00000000..f5d47eb3 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/water_still.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/water_still.png.mcmeta b/1.10.2/assets/minecraft/textures/blocks/water_still.png.mcmeta new file mode 100644 index 00000000..0645f48c --- /dev/null +++ b/1.10.2/assets/minecraft/textures/blocks/water_still.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 2 + } +} diff --git a/1.10.2/assets/minecraft/textures/blocks/waterlily.png b/1.10.2/assets/minecraft/textures/blocks/waterlily.png new file mode 100644 index 00000000..f6c84f84 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/waterlily.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/web.png b/1.10.2/assets/minecraft/textures/blocks/web.png new file mode 100644 index 00000000..ae4bfd4a Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/web.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/wheat_stage_0.png b/1.10.2/assets/minecraft/textures/blocks/wheat_stage_0.png new file mode 100644 index 00000000..185af6fc Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/wheat_stage_0.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/wheat_stage_1.png b/1.10.2/assets/minecraft/textures/blocks/wheat_stage_1.png new file mode 100644 index 00000000..67588c1e Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/wheat_stage_1.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/wheat_stage_2.png b/1.10.2/assets/minecraft/textures/blocks/wheat_stage_2.png new file mode 100644 index 00000000..3d337929 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/wheat_stage_2.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/wheat_stage_3.png b/1.10.2/assets/minecraft/textures/blocks/wheat_stage_3.png new file mode 100644 index 00000000..4649f780 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/wheat_stage_3.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/wheat_stage_4.png b/1.10.2/assets/minecraft/textures/blocks/wheat_stage_4.png new file mode 100644 index 00000000..ac04b52c Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/wheat_stage_4.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/wheat_stage_5.png b/1.10.2/assets/minecraft/textures/blocks/wheat_stage_5.png new file mode 100644 index 00000000..17135901 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/wheat_stage_5.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/wheat_stage_6.png b/1.10.2/assets/minecraft/textures/blocks/wheat_stage_6.png new file mode 100644 index 00000000..cb5f1951 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/wheat_stage_6.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/wheat_stage_7.png b/1.10.2/assets/minecraft/textures/blocks/wheat_stage_7.png new file mode 100644 index 00000000..7acafb37 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/wheat_stage_7.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/wool_colored_black.png b/1.10.2/assets/minecraft/textures/blocks/wool_colored_black.png new file mode 100644 index 00000000..8b44b8fe Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/wool_colored_black.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/wool_colored_blue.png b/1.10.2/assets/minecraft/textures/blocks/wool_colored_blue.png new file mode 100644 index 00000000..ce9515f8 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/wool_colored_blue.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/wool_colored_brown.png b/1.10.2/assets/minecraft/textures/blocks/wool_colored_brown.png new file mode 100644 index 00000000..4c4748d1 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/wool_colored_brown.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/wool_colored_cyan.png b/1.10.2/assets/minecraft/textures/blocks/wool_colored_cyan.png new file mode 100644 index 00000000..e9c69a05 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/wool_colored_cyan.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/wool_colored_gray.png b/1.10.2/assets/minecraft/textures/blocks/wool_colored_gray.png new file mode 100644 index 00000000..6409ff2f Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/wool_colored_gray.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/wool_colored_green.png b/1.10.2/assets/minecraft/textures/blocks/wool_colored_green.png new file mode 100644 index 00000000..a7be6d7f Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/wool_colored_green.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/wool_colored_light_blue.png b/1.10.2/assets/minecraft/textures/blocks/wool_colored_light_blue.png new file mode 100644 index 00000000..72d9d9e7 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/wool_colored_light_blue.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/wool_colored_lime.png b/1.10.2/assets/minecraft/textures/blocks/wool_colored_lime.png new file mode 100644 index 00000000..bf56389f Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/wool_colored_lime.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/wool_colored_magenta.png b/1.10.2/assets/minecraft/textures/blocks/wool_colored_magenta.png new file mode 100644 index 00000000..3af67475 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/wool_colored_magenta.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/wool_colored_orange.png b/1.10.2/assets/minecraft/textures/blocks/wool_colored_orange.png new file mode 100644 index 00000000..eefe6dea Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/wool_colored_orange.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/wool_colored_pink.png b/1.10.2/assets/minecraft/textures/blocks/wool_colored_pink.png new file mode 100644 index 00000000..c2785af2 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/wool_colored_pink.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/wool_colored_purple.png b/1.10.2/assets/minecraft/textures/blocks/wool_colored_purple.png new file mode 100644 index 00000000..76f68d6d Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/wool_colored_purple.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/wool_colored_red.png b/1.10.2/assets/minecraft/textures/blocks/wool_colored_red.png new file mode 100644 index 00000000..e445d06a Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/wool_colored_red.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/wool_colored_silver.png b/1.10.2/assets/minecraft/textures/blocks/wool_colored_silver.png new file mode 100644 index 00000000..756d9b06 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/wool_colored_silver.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/wool_colored_white.png b/1.10.2/assets/minecraft/textures/blocks/wool_colored_white.png new file mode 100644 index 00000000..c495e53a Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/wool_colored_white.png differ diff --git a/1.10.2/assets/minecraft/textures/blocks/wool_colored_yellow.png b/1.10.2/assets/minecraft/textures/blocks/wool_colored_yellow.png new file mode 100644 index 00000000..9839e000 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/blocks/wool_colored_yellow.png differ diff --git a/1.10.2/assets/minecraft/textures/colormap/foliage.png b/1.10.2/assets/minecraft/textures/colormap/foliage.png new file mode 100644 index 00000000..08ff4628 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/colormap/foliage.png differ diff --git a/1.10.2/assets/minecraft/textures/colormap/grass.png b/1.10.2/assets/minecraft/textures/colormap/grass.png new file mode 100644 index 00000000..55c421a4 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/colormap/grass.png differ diff --git a/1.10.2/assets/minecraft/textures/effect/dither.png b/1.10.2/assets/minecraft/textures/effect/dither.png new file mode 100644 index 00000000..0cb0b307 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/effect/dither.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/alex.png b/1.10.2/assets/minecraft/textures/entity/alex.png new file mode 100644 index 00000000..c48ef8cd Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/alex.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/armorstand/wood.png b/1.10.2/assets/minecraft/textures/entity/armorstand/wood.png new file mode 100644 index 00000000..90a0aae1 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/armorstand/wood.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/arrow.png b/1.10.2/assets/minecraft/textures/entity/arrow.png new file mode 100644 index 00000000..0d58b2cc Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/arrow.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/banner/base.png b/1.10.2/assets/minecraft/textures/entity/banner/base.png new file mode 100644 index 00000000..9baba14f Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/banner/base.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/banner/border.png b/1.10.2/assets/minecraft/textures/entity/banner/border.png new file mode 100644 index 00000000..6c2cc9af Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/banner/border.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/banner/bricks.png b/1.10.2/assets/minecraft/textures/entity/banner/bricks.png new file mode 100644 index 00000000..c5da811a Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/banner/bricks.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/banner/circle.png b/1.10.2/assets/minecraft/textures/entity/banner/circle.png new file mode 100644 index 00000000..86cdcab3 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/banner/circle.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/banner/creeper.png b/1.10.2/assets/minecraft/textures/entity/banner/creeper.png new file mode 100644 index 00000000..8bb880fe Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/banner/creeper.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/banner/cross.png b/1.10.2/assets/minecraft/textures/entity/banner/cross.png new file mode 100644 index 00000000..a7f383d4 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/banner/cross.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/banner/curly_border.png b/1.10.2/assets/minecraft/textures/entity/banner/curly_border.png new file mode 100644 index 00000000..27589cd0 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/banner/curly_border.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/banner/diagonal_left.png b/1.10.2/assets/minecraft/textures/entity/banner/diagonal_left.png new file mode 100644 index 00000000..63f9832b Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/banner/diagonal_left.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/banner/diagonal_right.png b/1.10.2/assets/minecraft/textures/entity/banner/diagonal_right.png new file mode 100644 index 00000000..64765204 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/banner/diagonal_right.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/banner/diagonal_up_left.png b/1.10.2/assets/minecraft/textures/entity/banner/diagonal_up_left.png new file mode 100644 index 00000000..8808da1a Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/banner/diagonal_up_left.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/banner/diagonal_up_right.png b/1.10.2/assets/minecraft/textures/entity/banner/diagonal_up_right.png new file mode 100644 index 00000000..325f4225 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/banner/diagonal_up_right.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/banner/flower.png b/1.10.2/assets/minecraft/textures/entity/banner/flower.png new file mode 100644 index 00000000..476dbf3a Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/banner/flower.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/banner/gradient.png b/1.10.2/assets/minecraft/textures/entity/banner/gradient.png new file mode 100644 index 00000000..f59caca7 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/banner/gradient.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/banner/gradient_up.png b/1.10.2/assets/minecraft/textures/entity/banner/gradient_up.png new file mode 100644 index 00000000..292f1082 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/banner/gradient_up.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/banner/half_horizontal.png b/1.10.2/assets/minecraft/textures/entity/banner/half_horizontal.png new file mode 100644 index 00000000..b855754b Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/banner/half_horizontal.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/banner/half_horizontal_bottom.png b/1.10.2/assets/minecraft/textures/entity/banner/half_horizontal_bottom.png new file mode 100644 index 00000000..9dfa27e5 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/banner/half_horizontal_bottom.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/banner/half_vertical.png b/1.10.2/assets/minecraft/textures/entity/banner/half_vertical.png new file mode 100644 index 00000000..c1e070a4 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/banner/half_vertical.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/banner/half_vertical_right.png b/1.10.2/assets/minecraft/textures/entity/banner/half_vertical_right.png new file mode 100644 index 00000000..9a21b93b Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/banner/half_vertical_right.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/banner/mojang.png b/1.10.2/assets/minecraft/textures/entity/banner/mojang.png new file mode 100644 index 00000000..1343fd8f Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/banner/mojang.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/banner/rhombus.png b/1.10.2/assets/minecraft/textures/entity/banner/rhombus.png new file mode 100644 index 00000000..412ea8b3 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/banner/rhombus.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/banner/skull.png b/1.10.2/assets/minecraft/textures/entity/banner/skull.png new file mode 100644 index 00000000..4c0e0b77 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/banner/skull.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/banner/small_stripes.png b/1.10.2/assets/minecraft/textures/entity/banner/small_stripes.png new file mode 100644 index 00000000..b164906a Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/banner/small_stripes.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/banner/square_bottom_left.png b/1.10.2/assets/minecraft/textures/entity/banner/square_bottom_left.png new file mode 100644 index 00000000..c3edbce5 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/banner/square_bottom_left.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/banner/square_bottom_right.png b/1.10.2/assets/minecraft/textures/entity/banner/square_bottom_right.png new file mode 100644 index 00000000..8db252a7 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/banner/square_bottom_right.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/banner/square_top_left.png b/1.10.2/assets/minecraft/textures/entity/banner/square_top_left.png new file mode 100644 index 00000000..e090efd5 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/banner/square_top_left.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/banner/square_top_right.png b/1.10.2/assets/minecraft/textures/entity/banner/square_top_right.png new file mode 100644 index 00000000..6e8aeabf Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/banner/square_top_right.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/banner/straight_cross.png b/1.10.2/assets/minecraft/textures/entity/banner/straight_cross.png new file mode 100644 index 00000000..7a4c2326 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/banner/straight_cross.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/banner/stripe_bottom.png b/1.10.2/assets/minecraft/textures/entity/banner/stripe_bottom.png new file mode 100644 index 00000000..7b18f725 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/banner/stripe_bottom.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/banner/stripe_center.png b/1.10.2/assets/minecraft/textures/entity/banner/stripe_center.png new file mode 100644 index 00000000..a6440008 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/banner/stripe_center.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/banner/stripe_downleft.png b/1.10.2/assets/minecraft/textures/entity/banner/stripe_downleft.png new file mode 100644 index 00000000..ab216689 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/banner/stripe_downleft.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/banner/stripe_downright.png b/1.10.2/assets/minecraft/textures/entity/banner/stripe_downright.png new file mode 100644 index 00000000..37b43795 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/banner/stripe_downright.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/banner/stripe_left.png b/1.10.2/assets/minecraft/textures/entity/banner/stripe_left.png new file mode 100644 index 00000000..5659ac76 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/banner/stripe_left.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/banner/stripe_middle.png b/1.10.2/assets/minecraft/textures/entity/banner/stripe_middle.png new file mode 100644 index 00000000..f4cf0cb0 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/banner/stripe_middle.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/banner/stripe_right.png b/1.10.2/assets/minecraft/textures/entity/banner/stripe_right.png new file mode 100644 index 00000000..56b01da2 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/banner/stripe_right.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/banner/stripe_top.png b/1.10.2/assets/minecraft/textures/entity/banner/stripe_top.png new file mode 100644 index 00000000..af628ad4 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/banner/stripe_top.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/banner/triangle_bottom.png b/1.10.2/assets/minecraft/textures/entity/banner/triangle_bottom.png new file mode 100644 index 00000000..435fb86a Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/banner/triangle_bottom.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/banner/triangle_top.png b/1.10.2/assets/minecraft/textures/entity/banner/triangle_top.png new file mode 100644 index 00000000..045b55e2 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/banner/triangle_top.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/banner/triangles_bottom.png b/1.10.2/assets/minecraft/textures/entity/banner/triangles_bottom.png new file mode 100644 index 00000000..e933a03e Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/banner/triangles_bottom.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/banner/triangles_top.png b/1.10.2/assets/minecraft/textures/entity/banner/triangles_top.png new file mode 100644 index 00000000..205275a6 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/banner/triangles_top.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/banner_base.png b/1.10.2/assets/minecraft/textures/entity/banner_base.png new file mode 100644 index 00000000..6b50b8a8 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/banner_base.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/bat.png b/1.10.2/assets/minecraft/textures/entity/bat.png new file mode 100644 index 00000000..938e9e23 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/bat.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/beacon_beam.png b/1.10.2/assets/minecraft/textures/entity/beacon_beam.png new file mode 100644 index 00000000..7d55f32d Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/beacon_beam.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/bear/polarbear.png b/1.10.2/assets/minecraft/textures/entity/bear/polarbear.png new file mode 100644 index 00000000..e45a4104 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/bear/polarbear.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/blaze.png b/1.10.2/assets/minecraft/textures/entity/blaze.png new file mode 100644 index 00000000..cd543638 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/blaze.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/boat/boat_acacia.png b/1.10.2/assets/minecraft/textures/entity/boat/boat_acacia.png new file mode 100644 index 00000000..14f32c54 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/boat/boat_acacia.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/boat/boat_birch.png b/1.10.2/assets/minecraft/textures/entity/boat/boat_birch.png new file mode 100644 index 00000000..4b41cf97 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/boat/boat_birch.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/boat/boat_darkoak.png b/1.10.2/assets/minecraft/textures/entity/boat/boat_darkoak.png new file mode 100644 index 00000000..ad59eb1d Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/boat/boat_darkoak.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/boat/boat_jungle.png b/1.10.2/assets/minecraft/textures/entity/boat/boat_jungle.png new file mode 100644 index 00000000..e0a0811c Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/boat/boat_jungle.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/boat/boat_oak.png b/1.10.2/assets/minecraft/textures/entity/boat/boat_oak.png new file mode 100644 index 00000000..4542c9dd Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/boat/boat_oak.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/boat/boat_spruce.png b/1.10.2/assets/minecraft/textures/entity/boat/boat_spruce.png new file mode 100644 index 00000000..12cd9d89 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/boat/boat_spruce.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/cat/black.png b/1.10.2/assets/minecraft/textures/entity/cat/black.png new file mode 100644 index 00000000..9901dc08 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/cat/black.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/cat/ocelot.png b/1.10.2/assets/minecraft/textures/entity/cat/ocelot.png new file mode 100644 index 00000000..848e31cb Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/cat/ocelot.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/cat/red.png b/1.10.2/assets/minecraft/textures/entity/cat/red.png new file mode 100644 index 00000000..7651f11f Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/cat/red.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/cat/siamese.png b/1.10.2/assets/minecraft/textures/entity/cat/siamese.png new file mode 100644 index 00000000..957fa3b7 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/cat/siamese.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/chest/christmas.png b/1.10.2/assets/minecraft/textures/entity/chest/christmas.png new file mode 100644 index 00000000..29cf4fe3 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/chest/christmas.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/chest/christmas_double.png b/1.10.2/assets/minecraft/textures/entity/chest/christmas_double.png new file mode 100644 index 00000000..cd41f66b Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/chest/christmas_double.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/chest/ender.png b/1.10.2/assets/minecraft/textures/entity/chest/ender.png new file mode 100644 index 00000000..a415c284 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/chest/ender.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/chest/normal.png b/1.10.2/assets/minecraft/textures/entity/chest/normal.png new file mode 100644 index 00000000..3cf4f341 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/chest/normal.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/chest/normal_double.png b/1.10.2/assets/minecraft/textures/entity/chest/normal_double.png new file mode 100644 index 00000000..b4535851 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/chest/normal_double.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/chest/trapped.png b/1.10.2/assets/minecraft/textures/entity/chest/trapped.png new file mode 100644 index 00000000..93d22d3e Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/chest/trapped.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/chest/trapped_double.png b/1.10.2/assets/minecraft/textures/entity/chest/trapped_double.png new file mode 100644 index 00000000..586943cd Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/chest/trapped_double.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/chicken.png b/1.10.2/assets/minecraft/textures/entity/chicken.png new file mode 100644 index 00000000..62e31b98 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/chicken.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/cow/cow.png b/1.10.2/assets/minecraft/textures/entity/cow/cow.png new file mode 100644 index 00000000..e7fcfcd3 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/cow/cow.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/cow/mooshroom.png b/1.10.2/assets/minecraft/textures/entity/cow/mooshroom.png new file mode 100644 index 00000000..6ea71abc Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/cow/mooshroom.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/creeper/creeper.png b/1.10.2/assets/minecraft/textures/entity/creeper/creeper.png new file mode 100644 index 00000000..671f979f Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/creeper/creeper.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/creeper/creeper_armor.png b/1.10.2/assets/minecraft/textures/entity/creeper/creeper_armor.png new file mode 100644 index 00000000..484d703d Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/creeper/creeper_armor.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/elytra.png b/1.10.2/assets/minecraft/textures/entity/elytra.png new file mode 100644 index 00000000..1ea6b7dc Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/elytra.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/enchanting_table_book.png b/1.10.2/assets/minecraft/textures/entity/enchanting_table_book.png new file mode 100644 index 00000000..29253d23 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/enchanting_table_book.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/end_gateway_beam.png b/1.10.2/assets/minecraft/textures/entity/end_gateway_beam.png new file mode 100644 index 00000000..632a3613 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/end_gateway_beam.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/end_portal.png b/1.10.2/assets/minecraft/textures/entity/end_portal.png new file mode 100644 index 00000000..4ac5338e Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/end_portal.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/endercrystal/endercrystal.png b/1.10.2/assets/minecraft/textures/entity/endercrystal/endercrystal.png new file mode 100644 index 00000000..39686da0 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/endercrystal/endercrystal.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/endercrystal/endercrystal_beam.png b/1.10.2/assets/minecraft/textures/entity/endercrystal/endercrystal_beam.png new file mode 100644 index 00000000..e71bf9a4 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/endercrystal/endercrystal_beam.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/enderdragon/dragon.png b/1.10.2/assets/minecraft/textures/entity/enderdragon/dragon.png new file mode 100644 index 00000000..01f42734 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/enderdragon/dragon.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/enderdragon/dragon_exploding.png b/1.10.2/assets/minecraft/textures/entity/enderdragon/dragon_exploding.png new file mode 100644 index 00000000..0346bb92 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/enderdragon/dragon_exploding.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/enderdragon/dragon_eyes.png b/1.10.2/assets/minecraft/textures/entity/enderdragon/dragon_eyes.png new file mode 100644 index 00000000..3a865a0f Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/enderdragon/dragon_eyes.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/enderdragon/dragon_fireball.png b/1.10.2/assets/minecraft/textures/entity/enderdragon/dragon_fireball.png new file mode 100644 index 00000000..ef8b220b Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/enderdragon/dragon_fireball.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/enderman/enderman.png b/1.10.2/assets/minecraft/textures/entity/enderman/enderman.png new file mode 100644 index 00000000..b8cb0341 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/enderman/enderman.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/enderman/enderman_eyes.png b/1.10.2/assets/minecraft/textures/entity/enderman/enderman_eyes.png new file mode 100644 index 00000000..11a481cf Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/enderman/enderman_eyes.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/endermite.png b/1.10.2/assets/minecraft/textures/entity/endermite.png new file mode 100644 index 00000000..cc862ccd Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/endermite.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/experience_orb.png b/1.10.2/assets/minecraft/textures/entity/experience_orb.png new file mode 100644 index 00000000..826b8b0c Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/experience_orb.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/explosion.png b/1.10.2/assets/minecraft/textures/entity/explosion.png new file mode 100644 index 00000000..26e3c07f Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/explosion.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/ghast/ghast.png b/1.10.2/assets/minecraft/textures/entity/ghast/ghast.png new file mode 100644 index 00000000..5c3c659a Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/ghast/ghast.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/ghast/ghast_shooting.png b/1.10.2/assets/minecraft/textures/entity/ghast/ghast_shooting.png new file mode 100644 index 00000000..8267c11c Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/ghast/ghast_shooting.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/guardian.png b/1.10.2/assets/minecraft/textures/entity/guardian.png new file mode 100644 index 00000000..7bacaa9b Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/guardian.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/guardian_beam.png b/1.10.2/assets/minecraft/textures/entity/guardian_beam.png new file mode 100644 index 00000000..9e963574 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/guardian_beam.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/guardian_elder.png b/1.10.2/assets/minecraft/textures/entity/guardian_elder.png new file mode 100644 index 00000000..ac632577 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/guardian_elder.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/horse/armor/horse_armor_diamond.png b/1.10.2/assets/minecraft/textures/entity/horse/armor/horse_armor_diamond.png new file mode 100644 index 00000000..9c573ccd Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/horse/armor/horse_armor_diamond.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/horse/armor/horse_armor_gold.png b/1.10.2/assets/minecraft/textures/entity/horse/armor/horse_armor_gold.png new file mode 100644 index 00000000..c5dfc317 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/horse/armor/horse_armor_gold.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/horse/armor/horse_armor_iron.png b/1.10.2/assets/minecraft/textures/entity/horse/armor/horse_armor_iron.png new file mode 100644 index 00000000..1fab4450 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/horse/armor/horse_armor_iron.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/horse/donkey.png b/1.10.2/assets/minecraft/textures/entity/horse/donkey.png new file mode 100644 index 00000000..a5548f38 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/horse/donkey.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/horse/horse_black.png b/1.10.2/assets/minecraft/textures/entity/horse/horse_black.png new file mode 100644 index 00000000..5b093439 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/horse/horse_black.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/horse/horse_brown.png b/1.10.2/assets/minecraft/textures/entity/horse/horse_brown.png new file mode 100644 index 00000000..40f02ac8 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/horse/horse_brown.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/horse/horse_chestnut.png b/1.10.2/assets/minecraft/textures/entity/horse/horse_chestnut.png new file mode 100644 index 00000000..7802e2a9 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/horse/horse_chestnut.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/horse/horse_creamy.png b/1.10.2/assets/minecraft/textures/entity/horse/horse_creamy.png new file mode 100644 index 00000000..34c90c57 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/horse/horse_creamy.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/horse/horse_darkbrown.png b/1.10.2/assets/minecraft/textures/entity/horse/horse_darkbrown.png new file mode 100644 index 00000000..086399a8 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/horse/horse_darkbrown.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/horse/horse_gray.png b/1.10.2/assets/minecraft/textures/entity/horse/horse_gray.png new file mode 100644 index 00000000..539e7eab Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/horse/horse_gray.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/horse/horse_markings_blackdots.png b/1.10.2/assets/minecraft/textures/entity/horse/horse_markings_blackdots.png new file mode 100644 index 00000000..49963f7c Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/horse/horse_markings_blackdots.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/horse/horse_markings_white.png b/1.10.2/assets/minecraft/textures/entity/horse/horse_markings_white.png new file mode 100644 index 00000000..d1d314fc Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/horse/horse_markings_white.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/horse/horse_markings_whitedots.png b/1.10.2/assets/minecraft/textures/entity/horse/horse_markings_whitedots.png new file mode 100644 index 00000000..967936bb Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/horse/horse_markings_whitedots.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/horse/horse_markings_whitefield.png b/1.10.2/assets/minecraft/textures/entity/horse/horse_markings_whitefield.png new file mode 100644 index 00000000..bffe2910 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/horse/horse_markings_whitefield.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/horse/horse_skeleton.png b/1.10.2/assets/minecraft/textures/entity/horse/horse_skeleton.png new file mode 100644 index 00000000..7fa9ce1d Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/horse/horse_skeleton.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/horse/horse_white.png b/1.10.2/assets/minecraft/textures/entity/horse/horse_white.png new file mode 100644 index 00000000..215404ad Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/horse/horse_white.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/horse/horse_zombie.png b/1.10.2/assets/minecraft/textures/entity/horse/horse_zombie.png new file mode 100644 index 00000000..846769e2 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/horse/horse_zombie.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/horse/mule.png b/1.10.2/assets/minecraft/textures/entity/horse/mule.png new file mode 100644 index 00000000..11b3e12b Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/horse/mule.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/iron_golem.png b/1.10.2/assets/minecraft/textures/entity/iron_golem.png new file mode 100644 index 00000000..5da161c7 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/iron_golem.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/lead_knot.png b/1.10.2/assets/minecraft/textures/entity/lead_knot.png new file mode 100644 index 00000000..87f0c0bd Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/lead_knot.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/minecart.png b/1.10.2/assets/minecraft/textures/entity/minecart.png new file mode 100644 index 00000000..a1f288bf Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/minecart.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/pig/pig.png b/1.10.2/assets/minecraft/textures/entity/pig/pig.png new file mode 100644 index 00000000..21850e5c Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/pig/pig.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/pig/pig_saddle.png b/1.10.2/assets/minecraft/textures/entity/pig/pig_saddle.png new file mode 100644 index 00000000..92929145 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/pig/pig_saddle.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/projectiles/arrow.png b/1.10.2/assets/minecraft/textures/entity/projectiles/arrow.png new file mode 100644 index 00000000..7f677b58 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/projectiles/arrow.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/projectiles/spectral_arrow.png b/1.10.2/assets/minecraft/textures/entity/projectiles/spectral_arrow.png new file mode 100644 index 00000000..7a7a527c Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/projectiles/spectral_arrow.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/projectiles/tipped_arrow.png b/1.10.2/assets/minecraft/textures/entity/projectiles/tipped_arrow.png new file mode 100644 index 00000000..7f677b58 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/projectiles/tipped_arrow.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/rabbit/black.png b/1.10.2/assets/minecraft/textures/entity/rabbit/black.png new file mode 100644 index 00000000..d31b9511 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/rabbit/black.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/rabbit/brown.png b/1.10.2/assets/minecraft/textures/entity/rabbit/brown.png new file mode 100644 index 00000000..7a7ba5d4 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/rabbit/brown.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/rabbit/caerbannog.png b/1.10.2/assets/minecraft/textures/entity/rabbit/caerbannog.png new file mode 100644 index 00000000..bba11c91 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/rabbit/caerbannog.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/rabbit/gold.png b/1.10.2/assets/minecraft/textures/entity/rabbit/gold.png new file mode 100644 index 00000000..86885107 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/rabbit/gold.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/rabbit/salt.png b/1.10.2/assets/minecraft/textures/entity/rabbit/salt.png new file mode 100644 index 00000000..60865a26 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/rabbit/salt.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/rabbit/toast.png b/1.10.2/assets/minecraft/textures/entity/rabbit/toast.png new file mode 100644 index 00000000..3e60a937 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/rabbit/toast.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/rabbit/white.png b/1.10.2/assets/minecraft/textures/entity/rabbit/white.png new file mode 100644 index 00000000..21277465 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/rabbit/white.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/rabbit/white_splotched.png b/1.10.2/assets/minecraft/textures/entity/rabbit/white_splotched.png new file mode 100644 index 00000000..00824835 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/rabbit/white_splotched.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/sheep/sheep.png b/1.10.2/assets/minecraft/textures/entity/sheep/sheep.png new file mode 100644 index 00000000..e46f646f Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/sheep/sheep.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/sheep/sheep_fur.png b/1.10.2/assets/minecraft/textures/entity/sheep/sheep_fur.png new file mode 100644 index 00000000..a621934b Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/sheep/sheep_fur.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/shield/base.png b/1.10.2/assets/minecraft/textures/entity/shield/base.png new file mode 100644 index 00000000..e0504d78 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/shield/base.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/shield/border.png b/1.10.2/assets/minecraft/textures/entity/shield/border.png new file mode 100644 index 00000000..e039e746 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/shield/border.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/shield/bricks.png b/1.10.2/assets/minecraft/textures/entity/shield/bricks.png new file mode 100644 index 00000000..047d1d99 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/shield/bricks.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/shield/circle.png b/1.10.2/assets/minecraft/textures/entity/shield/circle.png new file mode 100644 index 00000000..efc050ce Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/shield/circle.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/shield/creeper.png b/1.10.2/assets/minecraft/textures/entity/shield/creeper.png new file mode 100644 index 00000000..1171f5b1 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/shield/creeper.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/shield/cross.png b/1.10.2/assets/minecraft/textures/entity/shield/cross.png new file mode 100644 index 00000000..c6ff5aa3 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/shield/cross.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/shield/curly_border.png b/1.10.2/assets/minecraft/textures/entity/shield/curly_border.png new file mode 100644 index 00000000..71c16793 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/shield/curly_border.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/shield/diagonal_left.png b/1.10.2/assets/minecraft/textures/entity/shield/diagonal_left.png new file mode 100644 index 00000000..3eaa626a Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/shield/diagonal_left.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/shield/diagonal_right.png b/1.10.2/assets/minecraft/textures/entity/shield/diagonal_right.png new file mode 100644 index 00000000..23109862 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/shield/diagonal_right.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/shield/diagonal_up_left.png b/1.10.2/assets/minecraft/textures/entity/shield/diagonal_up_left.png new file mode 100644 index 00000000..dca406bd Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/shield/diagonal_up_left.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/shield/diagonal_up_right.png b/1.10.2/assets/minecraft/textures/entity/shield/diagonal_up_right.png new file mode 100644 index 00000000..1b3d2d19 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/shield/diagonal_up_right.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/shield/flower.png b/1.10.2/assets/minecraft/textures/entity/shield/flower.png new file mode 100644 index 00000000..cc834292 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/shield/flower.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/shield/gradient.png b/1.10.2/assets/minecraft/textures/entity/shield/gradient.png new file mode 100644 index 00000000..1307d988 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/shield/gradient.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/shield/gradient_up.png b/1.10.2/assets/minecraft/textures/entity/shield/gradient_up.png new file mode 100644 index 00000000..cf9d8319 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/shield/gradient_up.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/shield/half_horizontal.png b/1.10.2/assets/minecraft/textures/entity/shield/half_horizontal.png new file mode 100644 index 00000000..7480fa8c Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/shield/half_horizontal.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/shield/half_horizontal_bottom.png b/1.10.2/assets/minecraft/textures/entity/shield/half_horizontal_bottom.png new file mode 100644 index 00000000..92063c8a Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/shield/half_horizontal_bottom.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/shield/half_vertical.png b/1.10.2/assets/minecraft/textures/entity/shield/half_vertical.png new file mode 100644 index 00000000..de26c8f8 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/shield/half_vertical.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/shield/half_vertical_right.png b/1.10.2/assets/minecraft/textures/entity/shield/half_vertical_right.png new file mode 100644 index 00000000..013c6282 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/shield/half_vertical_right.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/shield/mojang.png b/1.10.2/assets/minecraft/textures/entity/shield/mojang.png new file mode 100644 index 00000000..87fbecc0 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/shield/mojang.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/shield/rhombus.png b/1.10.2/assets/minecraft/textures/entity/shield/rhombus.png new file mode 100644 index 00000000..0f7e16df Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/shield/rhombus.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/shield/skull.png b/1.10.2/assets/minecraft/textures/entity/shield/skull.png new file mode 100644 index 00000000..57465d84 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/shield/skull.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/shield/small_stripes.png b/1.10.2/assets/minecraft/textures/entity/shield/small_stripes.png new file mode 100644 index 00000000..2b610c2c Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/shield/small_stripes.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/shield/square_bottom_left.png b/1.10.2/assets/minecraft/textures/entity/shield/square_bottom_left.png new file mode 100644 index 00000000..2fe68189 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/shield/square_bottom_left.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/shield/square_bottom_right.png b/1.10.2/assets/minecraft/textures/entity/shield/square_bottom_right.png new file mode 100644 index 00000000..c5051d63 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/shield/square_bottom_right.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/shield/square_top_left.png b/1.10.2/assets/minecraft/textures/entity/shield/square_top_left.png new file mode 100644 index 00000000..cd8ae17d Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/shield/square_top_left.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/shield/square_top_right.png b/1.10.2/assets/minecraft/textures/entity/shield/square_top_right.png new file mode 100644 index 00000000..ef8e3607 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/shield/square_top_right.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/shield/straight_cross.png b/1.10.2/assets/minecraft/textures/entity/shield/straight_cross.png new file mode 100644 index 00000000..ce2c964d Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/shield/straight_cross.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/shield/stripe_bottom.png b/1.10.2/assets/minecraft/textures/entity/shield/stripe_bottom.png new file mode 100644 index 00000000..d12b0ca8 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/shield/stripe_bottom.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/shield/stripe_center.png b/1.10.2/assets/minecraft/textures/entity/shield/stripe_center.png new file mode 100644 index 00000000..ad13707b Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/shield/stripe_center.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/shield/stripe_downleft.png b/1.10.2/assets/minecraft/textures/entity/shield/stripe_downleft.png new file mode 100644 index 00000000..65908420 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/shield/stripe_downleft.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/shield/stripe_downright.png b/1.10.2/assets/minecraft/textures/entity/shield/stripe_downright.png new file mode 100644 index 00000000..b1378009 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/shield/stripe_downright.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/shield/stripe_left.png b/1.10.2/assets/minecraft/textures/entity/shield/stripe_left.png new file mode 100644 index 00000000..c300cf69 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/shield/stripe_left.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/shield/stripe_middle.png b/1.10.2/assets/minecraft/textures/entity/shield/stripe_middle.png new file mode 100644 index 00000000..7ace966a Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/shield/stripe_middle.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/shield/stripe_right.png b/1.10.2/assets/minecraft/textures/entity/shield/stripe_right.png new file mode 100644 index 00000000..39ce7cec Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/shield/stripe_right.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/shield/stripe_top.png b/1.10.2/assets/minecraft/textures/entity/shield/stripe_top.png new file mode 100644 index 00000000..f2a21bda Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/shield/stripe_top.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/shield/triangle_bottom.png b/1.10.2/assets/minecraft/textures/entity/shield/triangle_bottom.png new file mode 100644 index 00000000..a532c832 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/shield/triangle_bottom.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/shield/triangle_top.png b/1.10.2/assets/minecraft/textures/entity/shield/triangle_top.png new file mode 100644 index 00000000..a75973be Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/shield/triangle_top.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/shield/triangles_bottom.png b/1.10.2/assets/minecraft/textures/entity/shield/triangles_bottom.png new file mode 100644 index 00000000..f87b74af Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/shield/triangles_bottom.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/shield/triangles_top.png b/1.10.2/assets/minecraft/textures/entity/shield/triangles_top.png new file mode 100644 index 00000000..17aafe43 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/shield/triangles_top.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/shield_base.png b/1.10.2/assets/minecraft/textures/entity/shield_base.png new file mode 100644 index 00000000..9c51041b Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/shield_base.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/shield_base_nopattern.png b/1.10.2/assets/minecraft/textures/entity/shield_base_nopattern.png new file mode 100644 index 00000000..cb540dc6 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/shield_base_nopattern.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/shulker/endergolem.png b/1.10.2/assets/minecraft/textures/entity/shulker/endergolem.png new file mode 100644 index 00000000..d5697795 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/shulker/endergolem.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/shulker/spark.png b/1.10.2/assets/minecraft/textures/entity/shulker/spark.png new file mode 100644 index 00000000..f1e51aea Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/shulker/spark.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/sign.png b/1.10.2/assets/minecraft/textures/entity/sign.png new file mode 100644 index 00000000..4f0deabd Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/sign.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/silverfish.png b/1.10.2/assets/minecraft/textures/entity/silverfish.png new file mode 100644 index 00000000..3d62109f Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/silverfish.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/skeleton/skeleton.png b/1.10.2/assets/minecraft/textures/entity/skeleton/skeleton.png new file mode 100644 index 00000000..5caf3a66 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/skeleton/skeleton.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/skeleton/stray.png b/1.10.2/assets/minecraft/textures/entity/skeleton/stray.png new file mode 100644 index 00000000..afde19c6 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/skeleton/stray.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/skeleton/stray_overlay.png b/1.10.2/assets/minecraft/textures/entity/skeleton/stray_overlay.png new file mode 100644 index 00000000..d608a4be Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/skeleton/stray_overlay.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/skeleton/wither_skeleton.png b/1.10.2/assets/minecraft/textures/entity/skeleton/wither_skeleton.png new file mode 100644 index 00000000..552b8240 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/skeleton/wither_skeleton.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/slime/magmacube.png b/1.10.2/assets/minecraft/textures/entity/slime/magmacube.png new file mode 100644 index 00000000..99f022fc Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/slime/magmacube.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/slime/slime.png b/1.10.2/assets/minecraft/textures/entity/slime/slime.png new file mode 100644 index 00000000..5f91086e Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/slime/slime.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/snowman.png b/1.10.2/assets/minecraft/textures/entity/snowman.png new file mode 100644 index 00000000..c487c567 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/snowman.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/spider/cave_spider.png b/1.10.2/assets/minecraft/textures/entity/spider/cave_spider.png new file mode 100644 index 00000000..fb39b0b9 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/spider/cave_spider.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/spider/spider.png b/1.10.2/assets/minecraft/textures/entity/spider/spider.png new file mode 100644 index 00000000..8055059c Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/spider/spider.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/spider_eyes.png b/1.10.2/assets/minecraft/textures/entity/spider_eyes.png new file mode 100644 index 00000000..22fabdba Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/spider_eyes.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/squid.png b/1.10.2/assets/minecraft/textures/entity/squid.png new file mode 100644 index 00000000..622af6de Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/squid.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/steve.png b/1.10.2/assets/minecraft/textures/entity/steve.png new file mode 100644 index 00000000..90d4fa23 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/steve.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/sweep.png b/1.10.2/assets/minecraft/textures/entity/sweep.png new file mode 100644 index 00000000..3e209b00 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/sweep.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/villager/butcher.png b/1.10.2/assets/minecraft/textures/entity/villager/butcher.png new file mode 100644 index 00000000..3139f58e Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/villager/butcher.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/villager/farmer.png b/1.10.2/assets/minecraft/textures/entity/villager/farmer.png new file mode 100644 index 00000000..d8114c01 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/villager/farmer.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/villager/librarian.png b/1.10.2/assets/minecraft/textures/entity/villager/librarian.png new file mode 100644 index 00000000..d42a5117 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/villager/librarian.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/villager/priest.png b/1.10.2/assets/minecraft/textures/entity/villager/priest.png new file mode 100644 index 00000000..d0739d7c Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/villager/priest.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/villager/smith.png b/1.10.2/assets/minecraft/textures/entity/villager/smith.png new file mode 100644 index 00000000..719a0626 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/villager/smith.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/villager/villager.png b/1.10.2/assets/minecraft/textures/entity/villager/villager.png new file mode 100644 index 00000000..b4c5fdc3 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/villager/villager.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/witch.png b/1.10.2/assets/minecraft/textures/entity/witch.png new file mode 100644 index 00000000..0ab8815b Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/witch.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/wither/wither.png b/1.10.2/assets/minecraft/textures/entity/wither/wither.png new file mode 100644 index 00000000..34eb7aaa Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/wither/wither.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/wither/wither_armor.png b/1.10.2/assets/minecraft/textures/entity/wither/wither_armor.png new file mode 100644 index 00000000..9c390aba Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/wither/wither_armor.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/wither/wither_invulnerable.png b/1.10.2/assets/minecraft/textures/entity/wither/wither_invulnerable.png new file mode 100644 index 00000000..f7a8d706 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/wither/wither_invulnerable.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/wolf/wolf.png b/1.10.2/assets/minecraft/textures/entity/wolf/wolf.png new file mode 100644 index 00000000..c0cb5475 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/wolf/wolf.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/wolf/wolf_angry.png b/1.10.2/assets/minecraft/textures/entity/wolf/wolf_angry.png new file mode 100644 index 00000000..def9231c Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/wolf/wolf_angry.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/wolf/wolf_collar.png b/1.10.2/assets/minecraft/textures/entity/wolf/wolf_collar.png new file mode 100644 index 00000000..1decfb08 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/wolf/wolf_collar.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/wolf/wolf_tame.png b/1.10.2/assets/minecraft/textures/entity/wolf/wolf_tame.png new file mode 100644 index 00000000..33e6ed52 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/wolf/wolf_tame.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/zombie/husk.png b/1.10.2/assets/minecraft/textures/entity/zombie/husk.png new file mode 100644 index 00000000..af2343b8 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/zombie/husk.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/zombie/zombie.png b/1.10.2/assets/minecraft/textures/entity/zombie/zombie.png new file mode 100644 index 00000000..e6b54198 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/zombie/zombie.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/zombie/zombie_villager.png b/1.10.2/assets/minecraft/textures/entity/zombie/zombie_villager.png new file mode 100644 index 00000000..fbe93431 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/zombie/zombie_villager.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/zombie_pigman.png b/1.10.2/assets/minecraft/textures/entity/zombie_pigman.png new file mode 100644 index 00000000..8eeb4bfb Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/zombie_pigman.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/zombie_villager/zombie_butcher.png b/1.10.2/assets/minecraft/textures/entity/zombie_villager/zombie_butcher.png new file mode 100644 index 00000000..a792f676 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/zombie_villager/zombie_butcher.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/zombie_villager/zombie_farmer.png b/1.10.2/assets/minecraft/textures/entity/zombie_villager/zombie_farmer.png new file mode 100644 index 00000000..a827b858 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/zombie_villager/zombie_farmer.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/zombie_villager/zombie_librarian.png b/1.10.2/assets/minecraft/textures/entity/zombie_villager/zombie_librarian.png new file mode 100644 index 00000000..7e3e259f Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/zombie_villager/zombie_librarian.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/zombie_villager/zombie_priest.png b/1.10.2/assets/minecraft/textures/entity/zombie_villager/zombie_priest.png new file mode 100644 index 00000000..9ead2742 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/zombie_villager/zombie_priest.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/zombie_villager/zombie_smith.png b/1.10.2/assets/minecraft/textures/entity/zombie_villager/zombie_smith.png new file mode 100644 index 00000000..e60ef1ba Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/zombie_villager/zombie_smith.png differ diff --git a/1.10.2/assets/minecraft/textures/entity/zombie_villager/zombie_villager.png b/1.10.2/assets/minecraft/textures/entity/zombie_villager/zombie_villager.png new file mode 100644 index 00000000..b3d65f58 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/entity/zombie_villager/zombie_villager.png differ diff --git a/1.10.2/assets/minecraft/textures/environment/clouds.png b/1.10.2/assets/minecraft/textures/environment/clouds.png new file mode 100644 index 00000000..ac40b912 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/environment/clouds.png differ diff --git a/1.10.2/assets/minecraft/textures/environment/end_sky.png b/1.10.2/assets/minecraft/textures/environment/end_sky.png new file mode 100644 index 00000000..884433d1 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/environment/end_sky.png differ diff --git a/1.10.2/assets/minecraft/textures/environment/moon_phases.png b/1.10.2/assets/minecraft/textures/environment/moon_phases.png new file mode 100644 index 00000000..4a54a04f Binary files /dev/null and b/1.10.2/assets/minecraft/textures/environment/moon_phases.png differ diff --git a/1.10.2/assets/minecraft/textures/environment/rain.png b/1.10.2/assets/minecraft/textures/environment/rain.png new file mode 100644 index 00000000..947196b0 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/environment/rain.png differ diff --git a/1.10.2/assets/minecraft/textures/environment/snow.png b/1.10.2/assets/minecraft/textures/environment/snow.png new file mode 100644 index 00000000..b5d7074c Binary files /dev/null and b/1.10.2/assets/minecraft/textures/environment/snow.png differ diff --git a/1.10.2/assets/minecraft/textures/environment/sun.png b/1.10.2/assets/minecraft/textures/environment/sun.png new file mode 100644 index 00000000..09ca25d6 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/environment/sun.png differ diff --git a/1.10.2/assets/minecraft/textures/font/ascii.png b/1.10.2/assets/minecraft/textures/font/ascii.png new file mode 100644 index 00000000..e9faad02 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/ascii.png differ diff --git a/1.10.2/assets/minecraft/textures/font/ascii_sga.png b/1.10.2/assets/minecraft/textures/font/ascii_sga.png new file mode 100644 index 00000000..392c9fef Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/ascii_sga.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_00.png b/1.10.2/assets/minecraft/textures/font/unicode_page_00.png new file mode 100644 index 00000000..44fd12f8 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_00.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_01.png b/1.10.2/assets/minecraft/textures/font/unicode_page_01.png new file mode 100644 index 00000000..a1cce3e1 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_01.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_02.png b/1.10.2/assets/minecraft/textures/font/unicode_page_02.png new file mode 100644 index 00000000..dc1335a3 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_02.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_03.png b/1.10.2/assets/minecraft/textures/font/unicode_page_03.png new file mode 100644 index 00000000..6ff02570 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_03.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_04.png b/1.10.2/assets/minecraft/textures/font/unicode_page_04.png new file mode 100644 index 00000000..be3e8337 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_04.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_05.png b/1.10.2/assets/minecraft/textures/font/unicode_page_05.png new file mode 100644 index 00000000..9b588040 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_05.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_06.png b/1.10.2/assets/minecraft/textures/font/unicode_page_06.png new file mode 100644 index 00000000..ed74e781 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_06.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_07.png b/1.10.2/assets/minecraft/textures/font/unicode_page_07.png new file mode 100644 index 00000000..b5321775 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_07.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_09.png b/1.10.2/assets/minecraft/textures/font/unicode_page_09.png new file mode 100644 index 00000000..083b9111 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_09.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_0a.png b/1.10.2/assets/minecraft/textures/font/unicode_page_0a.png new file mode 100644 index 00000000..0190c11c Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_0a.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_0b.png b/1.10.2/assets/minecraft/textures/font/unicode_page_0b.png new file mode 100644 index 00000000..4d0af48a Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_0b.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_0c.png b/1.10.2/assets/minecraft/textures/font/unicode_page_0c.png new file mode 100644 index 00000000..a825c709 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_0c.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_0d.png b/1.10.2/assets/minecraft/textures/font/unicode_page_0d.png new file mode 100644 index 00000000..5f522314 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_0d.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_0e.png b/1.10.2/assets/minecraft/textures/font/unicode_page_0e.png new file mode 100644 index 00000000..531ca7d6 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_0e.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_0f.png b/1.10.2/assets/minecraft/textures/font/unicode_page_0f.png new file mode 100644 index 00000000..7b879fcc Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_0f.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_10.png b/1.10.2/assets/minecraft/textures/font/unicode_page_10.png new file mode 100644 index 00000000..53f056c6 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_10.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_11.png b/1.10.2/assets/minecraft/textures/font/unicode_page_11.png new file mode 100644 index 00000000..a9d5c115 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_11.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_12.png b/1.10.2/assets/minecraft/textures/font/unicode_page_12.png new file mode 100644 index 00000000..d20a8647 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_12.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_13.png b/1.10.2/assets/minecraft/textures/font/unicode_page_13.png new file mode 100644 index 00000000..bbb06414 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_13.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_14.png b/1.10.2/assets/minecraft/textures/font/unicode_page_14.png new file mode 100644 index 00000000..ffd8e422 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_14.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_15.png b/1.10.2/assets/minecraft/textures/font/unicode_page_15.png new file mode 100644 index 00000000..ccfcae64 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_15.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_16.png b/1.10.2/assets/minecraft/textures/font/unicode_page_16.png new file mode 100644 index 00000000..d02c5579 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_16.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_17.png b/1.10.2/assets/minecraft/textures/font/unicode_page_17.png new file mode 100644 index 00000000..fed5b6e8 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_17.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_18.png b/1.10.2/assets/minecraft/textures/font/unicode_page_18.png new file mode 100644 index 00000000..97394d02 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_18.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_19.png b/1.10.2/assets/minecraft/textures/font/unicode_page_19.png new file mode 100644 index 00000000..6929413e Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_19.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_1a.png b/1.10.2/assets/minecraft/textures/font/unicode_page_1a.png new file mode 100644 index 00000000..d3a1b983 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_1a.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_1b.png b/1.10.2/assets/minecraft/textures/font/unicode_page_1b.png new file mode 100644 index 00000000..9e0adf7d Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_1b.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_1c.png b/1.10.2/assets/minecraft/textures/font/unicode_page_1c.png new file mode 100644 index 00000000..14d4890b Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_1c.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_1d.png b/1.10.2/assets/minecraft/textures/font/unicode_page_1d.png new file mode 100644 index 00000000..19242260 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_1d.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_1e.png b/1.10.2/assets/minecraft/textures/font/unicode_page_1e.png new file mode 100644 index 00000000..cce20e37 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_1e.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_1f.png b/1.10.2/assets/minecraft/textures/font/unicode_page_1f.png new file mode 100644 index 00000000..bdaf22f1 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_1f.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_20.png b/1.10.2/assets/minecraft/textures/font/unicode_page_20.png new file mode 100644 index 00000000..ba948e9b Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_20.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_21.png b/1.10.2/assets/minecraft/textures/font/unicode_page_21.png new file mode 100644 index 00000000..998f2f9e Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_21.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_22.png b/1.10.2/assets/minecraft/textures/font/unicode_page_22.png new file mode 100644 index 00000000..c3fd5ddc Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_22.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_23.png b/1.10.2/assets/minecraft/textures/font/unicode_page_23.png new file mode 100644 index 00000000..9c2b2dca Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_23.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_24.png b/1.10.2/assets/minecraft/textures/font/unicode_page_24.png new file mode 100644 index 00000000..d6cc8aec Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_24.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_25.png b/1.10.2/assets/minecraft/textures/font/unicode_page_25.png new file mode 100644 index 00000000..ee7535d3 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_25.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_26.png b/1.10.2/assets/minecraft/textures/font/unicode_page_26.png new file mode 100644 index 00000000..93aa9603 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_26.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_27.png b/1.10.2/assets/minecraft/textures/font/unicode_page_27.png new file mode 100644 index 00000000..92f45010 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_27.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_28.png b/1.10.2/assets/minecraft/textures/font/unicode_page_28.png new file mode 100644 index 00000000..5f96e1be Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_28.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_29.png b/1.10.2/assets/minecraft/textures/font/unicode_page_29.png new file mode 100644 index 00000000..45582206 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_29.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_2a.png b/1.10.2/assets/minecraft/textures/font/unicode_page_2a.png new file mode 100644 index 00000000..87e0e0c6 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_2a.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_2b.png b/1.10.2/assets/minecraft/textures/font/unicode_page_2b.png new file mode 100644 index 00000000..722edf00 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_2b.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_2c.png b/1.10.2/assets/minecraft/textures/font/unicode_page_2c.png new file mode 100644 index 00000000..51830f78 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_2c.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_2d.png b/1.10.2/assets/minecraft/textures/font/unicode_page_2d.png new file mode 100644 index 00000000..dfafa538 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_2d.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_2e.png b/1.10.2/assets/minecraft/textures/font/unicode_page_2e.png new file mode 100644 index 00000000..2aea04b6 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_2e.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_2f.png b/1.10.2/assets/minecraft/textures/font/unicode_page_2f.png new file mode 100644 index 00000000..bff5f8ee Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_2f.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_30.png b/1.10.2/assets/minecraft/textures/font/unicode_page_30.png new file mode 100644 index 00000000..5ccba75f Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_30.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_31.png b/1.10.2/assets/minecraft/textures/font/unicode_page_31.png new file mode 100644 index 00000000..44fc5e5e Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_31.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_32.png b/1.10.2/assets/minecraft/textures/font/unicode_page_32.png new file mode 100644 index 00000000..4858d085 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_32.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_33.png b/1.10.2/assets/minecraft/textures/font/unicode_page_33.png new file mode 100644 index 00000000..ab670722 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_33.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_34.png b/1.10.2/assets/minecraft/textures/font/unicode_page_34.png new file mode 100644 index 00000000..fd8fca92 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_34.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_35.png b/1.10.2/assets/minecraft/textures/font/unicode_page_35.png new file mode 100644 index 00000000..603dc02a Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_35.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_36.png b/1.10.2/assets/minecraft/textures/font/unicode_page_36.png new file mode 100644 index 00000000..778c190f Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_36.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_37.png b/1.10.2/assets/minecraft/textures/font/unicode_page_37.png new file mode 100644 index 00000000..3032a237 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_37.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_38.png b/1.10.2/assets/minecraft/textures/font/unicode_page_38.png new file mode 100644 index 00000000..9b637bd7 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_38.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_39.png b/1.10.2/assets/minecraft/textures/font/unicode_page_39.png new file mode 100644 index 00000000..2f938505 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_39.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_3a.png b/1.10.2/assets/minecraft/textures/font/unicode_page_3a.png new file mode 100644 index 00000000..cdf49442 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_3a.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_3b.png b/1.10.2/assets/minecraft/textures/font/unicode_page_3b.png new file mode 100644 index 00000000..10e8502a Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_3b.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_3c.png b/1.10.2/assets/minecraft/textures/font/unicode_page_3c.png new file mode 100644 index 00000000..022fea5e Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_3c.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_3d.png b/1.10.2/assets/minecraft/textures/font/unicode_page_3d.png new file mode 100644 index 00000000..01ea1d14 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_3d.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_3e.png b/1.10.2/assets/minecraft/textures/font/unicode_page_3e.png new file mode 100644 index 00000000..3bdf7f8a Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_3e.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_3f.png b/1.10.2/assets/minecraft/textures/font/unicode_page_3f.png new file mode 100644 index 00000000..3fd52492 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_3f.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_40.png b/1.10.2/assets/minecraft/textures/font/unicode_page_40.png new file mode 100644 index 00000000..544f89e7 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_40.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_41.png b/1.10.2/assets/minecraft/textures/font/unicode_page_41.png new file mode 100644 index 00000000..729fdaf6 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_41.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_42.png b/1.10.2/assets/minecraft/textures/font/unicode_page_42.png new file mode 100644 index 00000000..755e546b Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_42.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_43.png b/1.10.2/assets/minecraft/textures/font/unicode_page_43.png new file mode 100644 index 00000000..6069d0d4 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_43.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_44.png b/1.10.2/assets/minecraft/textures/font/unicode_page_44.png new file mode 100644 index 00000000..845c3647 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_44.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_45.png b/1.10.2/assets/minecraft/textures/font/unicode_page_45.png new file mode 100644 index 00000000..294c78db Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_45.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_46.png b/1.10.2/assets/minecraft/textures/font/unicode_page_46.png new file mode 100644 index 00000000..ee5e629d Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_46.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_47.png b/1.10.2/assets/minecraft/textures/font/unicode_page_47.png new file mode 100644 index 00000000..55cb0c00 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_47.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_48.png b/1.10.2/assets/minecraft/textures/font/unicode_page_48.png new file mode 100644 index 00000000..7652211f Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_48.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_49.png b/1.10.2/assets/minecraft/textures/font/unicode_page_49.png new file mode 100644 index 00000000..b736232a Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_49.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_4a.png b/1.10.2/assets/minecraft/textures/font/unicode_page_4a.png new file mode 100644 index 00000000..d3419bd1 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_4a.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_4b.png b/1.10.2/assets/minecraft/textures/font/unicode_page_4b.png new file mode 100644 index 00000000..5e02ad3f Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_4b.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_4c.png b/1.10.2/assets/minecraft/textures/font/unicode_page_4c.png new file mode 100644 index 00000000..11c6b310 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_4c.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_4d.png b/1.10.2/assets/minecraft/textures/font/unicode_page_4d.png new file mode 100644 index 00000000..3eb224af Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_4d.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_4e.png b/1.10.2/assets/minecraft/textures/font/unicode_page_4e.png new file mode 100644 index 00000000..11a78ba5 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_4e.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_4f.png b/1.10.2/assets/minecraft/textures/font/unicode_page_4f.png new file mode 100644 index 00000000..b4c9faba Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_4f.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_50.png b/1.10.2/assets/minecraft/textures/font/unicode_page_50.png new file mode 100644 index 00000000..ff73d23e Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_50.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_51.png b/1.10.2/assets/minecraft/textures/font/unicode_page_51.png new file mode 100644 index 00000000..6e0eae93 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_51.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_52.png b/1.10.2/assets/minecraft/textures/font/unicode_page_52.png new file mode 100644 index 00000000..6f10fcb5 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_52.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_53.png b/1.10.2/assets/minecraft/textures/font/unicode_page_53.png new file mode 100644 index 00000000..60d478ed Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_53.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_54.png b/1.10.2/assets/minecraft/textures/font/unicode_page_54.png new file mode 100644 index 00000000..ac75bdd1 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_54.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_55.png b/1.10.2/assets/minecraft/textures/font/unicode_page_55.png new file mode 100644 index 00000000..3d122d27 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_55.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_56.png b/1.10.2/assets/minecraft/textures/font/unicode_page_56.png new file mode 100644 index 00000000..576d07f4 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_56.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_57.png b/1.10.2/assets/minecraft/textures/font/unicode_page_57.png new file mode 100644 index 00000000..545da733 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_57.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_58.png b/1.10.2/assets/minecraft/textures/font/unicode_page_58.png new file mode 100644 index 00000000..941542eb Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_58.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_59.png b/1.10.2/assets/minecraft/textures/font/unicode_page_59.png new file mode 100644 index 00000000..56f0102d Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_59.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_5a.png b/1.10.2/assets/minecraft/textures/font/unicode_page_5a.png new file mode 100644 index 00000000..c14f1b1d Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_5a.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_5b.png b/1.10.2/assets/minecraft/textures/font/unicode_page_5b.png new file mode 100644 index 00000000..f418e4c5 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_5b.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_5c.png b/1.10.2/assets/minecraft/textures/font/unicode_page_5c.png new file mode 100644 index 00000000..e7efae6e Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_5c.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_5d.png b/1.10.2/assets/minecraft/textures/font/unicode_page_5d.png new file mode 100644 index 00000000..7355fd3b Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_5d.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_5e.png b/1.10.2/assets/minecraft/textures/font/unicode_page_5e.png new file mode 100644 index 00000000..abfd3af4 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_5e.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_5f.png b/1.10.2/assets/minecraft/textures/font/unicode_page_5f.png new file mode 100644 index 00000000..5a64b505 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_5f.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_60.png b/1.10.2/assets/minecraft/textures/font/unicode_page_60.png new file mode 100644 index 00000000..8166f157 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_60.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_61.png b/1.10.2/assets/minecraft/textures/font/unicode_page_61.png new file mode 100644 index 00000000..d11cd8ab Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_61.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_62.png b/1.10.2/assets/minecraft/textures/font/unicode_page_62.png new file mode 100644 index 00000000..f7b9a5be Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_62.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_63.png b/1.10.2/assets/minecraft/textures/font/unicode_page_63.png new file mode 100644 index 00000000..5d4a8cc6 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_63.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_64.png b/1.10.2/assets/minecraft/textures/font/unicode_page_64.png new file mode 100644 index 00000000..bc432109 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_64.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_65.png b/1.10.2/assets/minecraft/textures/font/unicode_page_65.png new file mode 100644 index 00000000..42144c16 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_65.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_66.png b/1.10.2/assets/minecraft/textures/font/unicode_page_66.png new file mode 100644 index 00000000..a65f25ee Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_66.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_67.png b/1.10.2/assets/minecraft/textures/font/unicode_page_67.png new file mode 100644 index 00000000..a115bb88 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_67.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_68.png b/1.10.2/assets/minecraft/textures/font/unicode_page_68.png new file mode 100644 index 00000000..d47938bf Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_68.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_69.png b/1.10.2/assets/minecraft/textures/font/unicode_page_69.png new file mode 100644 index 00000000..c36e6402 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_69.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_6a.png b/1.10.2/assets/minecraft/textures/font/unicode_page_6a.png new file mode 100644 index 00000000..5265d070 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_6a.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_6b.png b/1.10.2/assets/minecraft/textures/font/unicode_page_6b.png new file mode 100644 index 00000000..6f207cc3 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_6b.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_6c.png b/1.10.2/assets/minecraft/textures/font/unicode_page_6c.png new file mode 100644 index 00000000..6ffad7e3 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_6c.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_6d.png b/1.10.2/assets/minecraft/textures/font/unicode_page_6d.png new file mode 100644 index 00000000..0fa88e37 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_6d.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_6e.png b/1.10.2/assets/minecraft/textures/font/unicode_page_6e.png new file mode 100644 index 00000000..301513e2 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_6e.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_6f.png b/1.10.2/assets/minecraft/textures/font/unicode_page_6f.png new file mode 100644 index 00000000..a24cfff7 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_6f.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_70.png b/1.10.2/assets/minecraft/textures/font/unicode_page_70.png new file mode 100644 index 00000000..2cec746e Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_70.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_71.png b/1.10.2/assets/minecraft/textures/font/unicode_page_71.png new file mode 100644 index 00000000..1592ff49 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_71.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_72.png b/1.10.2/assets/minecraft/textures/font/unicode_page_72.png new file mode 100644 index 00000000..856eedcd Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_72.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_73.png b/1.10.2/assets/minecraft/textures/font/unicode_page_73.png new file mode 100644 index 00000000..a7a2151e Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_73.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_74.png b/1.10.2/assets/minecraft/textures/font/unicode_page_74.png new file mode 100644 index 00000000..a1b034a9 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_74.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_75.png b/1.10.2/assets/minecraft/textures/font/unicode_page_75.png new file mode 100644 index 00000000..512dc169 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_75.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_76.png b/1.10.2/assets/minecraft/textures/font/unicode_page_76.png new file mode 100644 index 00000000..12a45ff9 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_76.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_77.png b/1.10.2/assets/minecraft/textures/font/unicode_page_77.png new file mode 100644 index 00000000..d763fba9 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_77.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_78.png b/1.10.2/assets/minecraft/textures/font/unicode_page_78.png new file mode 100644 index 00000000..846c060d Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_78.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_79.png b/1.10.2/assets/minecraft/textures/font/unicode_page_79.png new file mode 100644 index 00000000..f887cae7 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_79.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_7a.png b/1.10.2/assets/minecraft/textures/font/unicode_page_7a.png new file mode 100644 index 00000000..90d55615 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_7a.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_7b.png b/1.10.2/assets/minecraft/textures/font/unicode_page_7b.png new file mode 100644 index 00000000..2932cee1 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_7b.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_7c.png b/1.10.2/assets/minecraft/textures/font/unicode_page_7c.png new file mode 100644 index 00000000..416a21be Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_7c.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_7d.png b/1.10.2/assets/minecraft/textures/font/unicode_page_7d.png new file mode 100644 index 00000000..2e12e135 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_7d.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_7e.png b/1.10.2/assets/minecraft/textures/font/unicode_page_7e.png new file mode 100644 index 00000000..952bfab4 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_7e.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_7f.png b/1.10.2/assets/minecraft/textures/font/unicode_page_7f.png new file mode 100644 index 00000000..d3d275cd Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_7f.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_80.png b/1.10.2/assets/minecraft/textures/font/unicode_page_80.png new file mode 100644 index 00000000..044ac3ee Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_80.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_81.png b/1.10.2/assets/minecraft/textures/font/unicode_page_81.png new file mode 100644 index 00000000..913a4cab Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_81.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_82.png b/1.10.2/assets/minecraft/textures/font/unicode_page_82.png new file mode 100644 index 00000000..19b8ded6 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_82.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_83.png b/1.10.2/assets/minecraft/textures/font/unicode_page_83.png new file mode 100644 index 00000000..ef2d794a Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_83.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_84.png b/1.10.2/assets/minecraft/textures/font/unicode_page_84.png new file mode 100644 index 00000000..74a6a533 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_84.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_85.png b/1.10.2/assets/minecraft/textures/font/unicode_page_85.png new file mode 100644 index 00000000..73cb2f99 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_85.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_86.png b/1.10.2/assets/minecraft/textures/font/unicode_page_86.png new file mode 100644 index 00000000..135d6fc1 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_86.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_87.png b/1.10.2/assets/minecraft/textures/font/unicode_page_87.png new file mode 100644 index 00000000..bef88db7 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_87.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_88.png b/1.10.2/assets/minecraft/textures/font/unicode_page_88.png new file mode 100644 index 00000000..698ff806 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_88.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_89.png b/1.10.2/assets/minecraft/textures/font/unicode_page_89.png new file mode 100644 index 00000000..a3820ee5 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_89.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_8a.png b/1.10.2/assets/minecraft/textures/font/unicode_page_8a.png new file mode 100644 index 00000000..beb9024d Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_8a.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_8b.png b/1.10.2/assets/minecraft/textures/font/unicode_page_8b.png new file mode 100644 index 00000000..7f978abe Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_8b.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_8c.png b/1.10.2/assets/minecraft/textures/font/unicode_page_8c.png new file mode 100644 index 00000000..3ed4594d Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_8c.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_8d.png b/1.10.2/assets/minecraft/textures/font/unicode_page_8d.png new file mode 100644 index 00000000..8d791238 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_8d.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_8e.png b/1.10.2/assets/minecraft/textures/font/unicode_page_8e.png new file mode 100644 index 00000000..d82000bb Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_8e.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_8f.png b/1.10.2/assets/minecraft/textures/font/unicode_page_8f.png new file mode 100644 index 00000000..b8c8328b Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_8f.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_90.png b/1.10.2/assets/minecraft/textures/font/unicode_page_90.png new file mode 100644 index 00000000..132974ba Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_90.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_91.png b/1.10.2/assets/minecraft/textures/font/unicode_page_91.png new file mode 100644 index 00000000..b8e09ae7 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_91.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_92.png b/1.10.2/assets/minecraft/textures/font/unicode_page_92.png new file mode 100644 index 00000000..92446613 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_92.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_93.png b/1.10.2/assets/minecraft/textures/font/unicode_page_93.png new file mode 100644 index 00000000..0bdab7f0 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_93.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_94.png b/1.10.2/assets/minecraft/textures/font/unicode_page_94.png new file mode 100644 index 00000000..fa68d818 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_94.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_95.png b/1.10.2/assets/minecraft/textures/font/unicode_page_95.png new file mode 100644 index 00000000..346bc364 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_95.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_96.png b/1.10.2/assets/minecraft/textures/font/unicode_page_96.png new file mode 100644 index 00000000..bbd17720 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_96.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_97.png b/1.10.2/assets/minecraft/textures/font/unicode_page_97.png new file mode 100644 index 00000000..2fd136b0 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_97.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_98.png b/1.10.2/assets/minecraft/textures/font/unicode_page_98.png new file mode 100644 index 00000000..9319c0b9 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_98.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_99.png b/1.10.2/assets/minecraft/textures/font/unicode_page_99.png new file mode 100644 index 00000000..2bb7f3e1 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_99.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_9a.png b/1.10.2/assets/minecraft/textures/font/unicode_page_9a.png new file mode 100644 index 00000000..cbdd91ef Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_9a.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_9b.png b/1.10.2/assets/minecraft/textures/font/unicode_page_9b.png new file mode 100644 index 00000000..8a962092 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_9b.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_9c.png b/1.10.2/assets/minecraft/textures/font/unicode_page_9c.png new file mode 100644 index 00000000..8e977ff9 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_9c.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_9d.png b/1.10.2/assets/minecraft/textures/font/unicode_page_9d.png new file mode 100644 index 00000000..5041d6a0 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_9d.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_9e.png b/1.10.2/assets/minecraft/textures/font/unicode_page_9e.png new file mode 100644 index 00000000..1cb0a5ba Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_9e.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_9f.png b/1.10.2/assets/minecraft/textures/font/unicode_page_9f.png new file mode 100644 index 00000000..d9873265 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_9f.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_a0.png b/1.10.2/assets/minecraft/textures/font/unicode_page_a0.png new file mode 100644 index 00000000..8c47db0f Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_a0.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_a1.png b/1.10.2/assets/minecraft/textures/font/unicode_page_a1.png new file mode 100644 index 00000000..5ede7e78 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_a1.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_a2.png b/1.10.2/assets/minecraft/textures/font/unicode_page_a2.png new file mode 100644 index 00000000..a8c6ac19 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_a2.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_a3.png b/1.10.2/assets/minecraft/textures/font/unicode_page_a3.png new file mode 100644 index 00000000..7cc8448c Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_a3.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_a4.png b/1.10.2/assets/minecraft/textures/font/unicode_page_a4.png new file mode 100644 index 00000000..dc00e274 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_a4.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_a5.png b/1.10.2/assets/minecraft/textures/font/unicode_page_a5.png new file mode 100644 index 00000000..eccfa474 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_a5.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_a6.png b/1.10.2/assets/minecraft/textures/font/unicode_page_a6.png new file mode 100644 index 00000000..dcac87f1 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_a6.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_a7.png b/1.10.2/assets/minecraft/textures/font/unicode_page_a7.png new file mode 100644 index 00000000..76c1ce2a Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_a7.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_a8.png b/1.10.2/assets/minecraft/textures/font/unicode_page_a8.png new file mode 100644 index 00000000..a0223905 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_a8.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_a9.png b/1.10.2/assets/minecraft/textures/font/unicode_page_a9.png new file mode 100644 index 00000000..a35159ae Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_a9.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_aa.png b/1.10.2/assets/minecraft/textures/font/unicode_page_aa.png new file mode 100644 index 00000000..da1b6154 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_aa.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_ab.png b/1.10.2/assets/minecraft/textures/font/unicode_page_ab.png new file mode 100644 index 00000000..0e45eae8 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_ab.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_ac.png b/1.10.2/assets/minecraft/textures/font/unicode_page_ac.png new file mode 100644 index 00000000..04d4d593 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_ac.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_ad.png b/1.10.2/assets/minecraft/textures/font/unicode_page_ad.png new file mode 100644 index 00000000..3834337e Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_ad.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_ae.png b/1.10.2/assets/minecraft/textures/font/unicode_page_ae.png new file mode 100644 index 00000000..1445e687 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_ae.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_af.png b/1.10.2/assets/minecraft/textures/font/unicode_page_af.png new file mode 100644 index 00000000..ea945dc5 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_af.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_b0.png b/1.10.2/assets/minecraft/textures/font/unicode_page_b0.png new file mode 100644 index 00000000..84b48855 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_b0.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_b1.png b/1.10.2/assets/minecraft/textures/font/unicode_page_b1.png new file mode 100644 index 00000000..5f646725 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_b1.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_b2.png b/1.10.2/assets/minecraft/textures/font/unicode_page_b2.png new file mode 100644 index 00000000..8551db8f Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_b2.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_b3.png b/1.10.2/assets/minecraft/textures/font/unicode_page_b3.png new file mode 100644 index 00000000..b954159a Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_b3.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_b4.png b/1.10.2/assets/minecraft/textures/font/unicode_page_b4.png new file mode 100644 index 00000000..65991a40 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_b4.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_b5.png b/1.10.2/assets/minecraft/textures/font/unicode_page_b5.png new file mode 100644 index 00000000..3e6391b3 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_b5.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_b6.png b/1.10.2/assets/minecraft/textures/font/unicode_page_b6.png new file mode 100644 index 00000000..df7c0f70 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_b6.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_b7.png b/1.10.2/assets/minecraft/textures/font/unicode_page_b7.png new file mode 100644 index 00000000..9142cadb Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_b7.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_b8.png b/1.10.2/assets/minecraft/textures/font/unicode_page_b8.png new file mode 100644 index 00000000..5b18d12c Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_b8.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_b9.png b/1.10.2/assets/minecraft/textures/font/unicode_page_b9.png new file mode 100644 index 00000000..0d212f0b Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_b9.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_ba.png b/1.10.2/assets/minecraft/textures/font/unicode_page_ba.png new file mode 100644 index 00000000..696cca99 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_ba.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_bb.png b/1.10.2/assets/minecraft/textures/font/unicode_page_bb.png new file mode 100644 index 00000000..5a2544c8 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_bb.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_bc.png b/1.10.2/assets/minecraft/textures/font/unicode_page_bc.png new file mode 100644 index 00000000..df37526f Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_bc.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_bd.png b/1.10.2/assets/minecraft/textures/font/unicode_page_bd.png new file mode 100644 index 00000000..aed78038 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_bd.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_be.png b/1.10.2/assets/minecraft/textures/font/unicode_page_be.png new file mode 100644 index 00000000..0da22544 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_be.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_bf.png b/1.10.2/assets/minecraft/textures/font/unicode_page_bf.png new file mode 100644 index 00000000..1f6a248a Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_bf.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_c0.png b/1.10.2/assets/minecraft/textures/font/unicode_page_c0.png new file mode 100644 index 00000000..0610d671 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_c0.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_c1.png b/1.10.2/assets/minecraft/textures/font/unicode_page_c1.png new file mode 100644 index 00000000..a95ca9be Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_c1.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_c2.png b/1.10.2/assets/minecraft/textures/font/unicode_page_c2.png new file mode 100644 index 00000000..f6a89613 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_c2.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_c3.png b/1.10.2/assets/minecraft/textures/font/unicode_page_c3.png new file mode 100644 index 00000000..6470dd8d Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_c3.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_c4.png b/1.10.2/assets/minecraft/textures/font/unicode_page_c4.png new file mode 100644 index 00000000..e8c3105a Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_c4.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_c5.png b/1.10.2/assets/minecraft/textures/font/unicode_page_c5.png new file mode 100644 index 00000000..d89f2889 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_c5.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_c6.png b/1.10.2/assets/minecraft/textures/font/unicode_page_c6.png new file mode 100644 index 00000000..004091dd Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_c6.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_c7.png b/1.10.2/assets/minecraft/textures/font/unicode_page_c7.png new file mode 100644 index 00000000..f64f6b4b Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_c7.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_c8.png b/1.10.2/assets/minecraft/textures/font/unicode_page_c8.png new file mode 100644 index 00000000..75f8a505 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_c8.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_c9.png b/1.10.2/assets/minecraft/textures/font/unicode_page_c9.png new file mode 100644 index 00000000..fbd94353 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_c9.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_ca.png b/1.10.2/assets/minecraft/textures/font/unicode_page_ca.png new file mode 100644 index 00000000..112b9c6b Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_ca.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_cb.png b/1.10.2/assets/minecraft/textures/font/unicode_page_cb.png new file mode 100644 index 00000000..c0549b5b Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_cb.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_cc.png b/1.10.2/assets/minecraft/textures/font/unicode_page_cc.png new file mode 100644 index 00000000..06844316 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_cc.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_cd.png b/1.10.2/assets/minecraft/textures/font/unicode_page_cd.png new file mode 100644 index 00000000..9fdc54de Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_cd.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_ce.png b/1.10.2/assets/minecraft/textures/font/unicode_page_ce.png new file mode 100644 index 00000000..958a96ba Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_ce.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_cf.png b/1.10.2/assets/minecraft/textures/font/unicode_page_cf.png new file mode 100644 index 00000000..4106f1b6 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_cf.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_d0.png b/1.10.2/assets/minecraft/textures/font/unicode_page_d0.png new file mode 100644 index 00000000..546b014e Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_d0.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_d1.png b/1.10.2/assets/minecraft/textures/font/unicode_page_d1.png new file mode 100644 index 00000000..6d67bf1c Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_d1.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_d2.png b/1.10.2/assets/minecraft/textures/font/unicode_page_d2.png new file mode 100644 index 00000000..c4ae5112 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_d2.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_d3.png b/1.10.2/assets/minecraft/textures/font/unicode_page_d3.png new file mode 100644 index 00000000..576c9eaf Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_d3.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_d4.png b/1.10.2/assets/minecraft/textures/font/unicode_page_d4.png new file mode 100644 index 00000000..14be6c76 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_d4.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_d5.png b/1.10.2/assets/minecraft/textures/font/unicode_page_d5.png new file mode 100644 index 00000000..3c41836e Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_d5.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_d6.png b/1.10.2/assets/minecraft/textures/font/unicode_page_d6.png new file mode 100644 index 00000000..27424b1f Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_d6.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_d7.png b/1.10.2/assets/minecraft/textures/font/unicode_page_d7.png new file mode 100644 index 00000000..d8772d83 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_d7.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_f9.png b/1.10.2/assets/minecraft/textures/font/unicode_page_f9.png new file mode 100644 index 00000000..e7232356 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_f9.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_fa.png b/1.10.2/assets/minecraft/textures/font/unicode_page_fa.png new file mode 100644 index 00000000..d78dcfe1 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_fa.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_fb.png b/1.10.2/assets/minecraft/textures/font/unicode_page_fb.png new file mode 100644 index 00000000..5423c864 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_fb.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_fc.png b/1.10.2/assets/minecraft/textures/font/unicode_page_fc.png new file mode 100644 index 00000000..8034140a Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_fc.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_fd.png b/1.10.2/assets/minecraft/textures/font/unicode_page_fd.png new file mode 100644 index 00000000..c31bd6f0 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_fd.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_fe.png b/1.10.2/assets/minecraft/textures/font/unicode_page_fe.png new file mode 100644 index 00000000..42ed33ec Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_fe.png differ diff --git a/1.10.2/assets/minecraft/textures/font/unicode_page_ff.png b/1.10.2/assets/minecraft/textures/font/unicode_page_ff.png new file mode 100644 index 00000000..f0ff742b Binary files /dev/null and b/1.10.2/assets/minecraft/textures/font/unicode_page_ff.png differ diff --git a/1.10.2/assets/minecraft/textures/gui/achievement/achievement_background.png b/1.10.2/assets/minecraft/textures/gui/achievement/achievement_background.png new file mode 100644 index 00000000..8356a0cb Binary files /dev/null and b/1.10.2/assets/minecraft/textures/gui/achievement/achievement_background.png differ diff --git a/1.10.2/assets/minecraft/textures/gui/achievement/achievement_icons.png b/1.10.2/assets/minecraft/textures/gui/achievement/achievement_icons.png new file mode 100644 index 00000000..87c3d3ad Binary files /dev/null and b/1.10.2/assets/minecraft/textures/gui/achievement/achievement_icons.png differ diff --git a/1.10.2/assets/minecraft/textures/gui/bars.png b/1.10.2/assets/minecraft/textures/gui/bars.png new file mode 100644 index 00000000..c3c2fc01 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/gui/bars.png differ diff --git a/1.10.2/assets/minecraft/textures/gui/book.png b/1.10.2/assets/minecraft/textures/gui/book.png new file mode 100644 index 00000000..aa97cebd Binary files /dev/null and b/1.10.2/assets/minecraft/textures/gui/book.png differ diff --git a/1.10.2/assets/minecraft/textures/gui/container/anvil.png b/1.10.2/assets/minecraft/textures/gui/container/anvil.png new file mode 100644 index 00000000..4d9f3e66 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/gui/container/anvil.png differ diff --git a/1.10.2/assets/minecraft/textures/gui/container/beacon.png b/1.10.2/assets/minecraft/textures/gui/container/beacon.png new file mode 100644 index 00000000..f97374d0 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/gui/container/beacon.png differ diff --git a/1.10.2/assets/minecraft/textures/gui/container/brewing_stand.png b/1.10.2/assets/minecraft/textures/gui/container/brewing_stand.png new file mode 100644 index 00000000..50f260c7 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/gui/container/brewing_stand.png differ diff --git a/1.10.2/assets/minecraft/textures/gui/container/crafting_table.png b/1.10.2/assets/minecraft/textures/gui/container/crafting_table.png new file mode 100644 index 00000000..fd2cbbe6 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/gui/container/crafting_table.png differ diff --git a/1.10.2/assets/minecraft/textures/gui/container/creative_inventory/tab_inventory.png b/1.10.2/assets/minecraft/textures/gui/container/creative_inventory/tab_inventory.png new file mode 100644 index 00000000..afad1afa Binary files /dev/null and b/1.10.2/assets/minecraft/textures/gui/container/creative_inventory/tab_inventory.png differ diff --git a/1.10.2/assets/minecraft/textures/gui/container/creative_inventory/tab_item_search.png b/1.10.2/assets/minecraft/textures/gui/container/creative_inventory/tab_item_search.png new file mode 100644 index 00000000..da7d5c46 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/gui/container/creative_inventory/tab_item_search.png differ diff --git a/1.10.2/assets/minecraft/textures/gui/container/creative_inventory/tab_items.png b/1.10.2/assets/minecraft/textures/gui/container/creative_inventory/tab_items.png new file mode 100644 index 00000000..b6202fc5 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/gui/container/creative_inventory/tab_items.png differ diff --git a/1.10.2/assets/minecraft/textures/gui/container/creative_inventory/tabs.png b/1.10.2/assets/minecraft/textures/gui/container/creative_inventory/tabs.png new file mode 100644 index 00000000..e13e2037 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/gui/container/creative_inventory/tabs.png differ diff --git a/1.10.2/assets/minecraft/textures/gui/container/dispenser.png b/1.10.2/assets/minecraft/textures/gui/container/dispenser.png new file mode 100644 index 00000000..34e50b18 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/gui/container/dispenser.png differ diff --git a/1.10.2/assets/minecraft/textures/gui/container/enchanting_table.png b/1.10.2/assets/minecraft/textures/gui/container/enchanting_table.png new file mode 100644 index 00000000..326eb3e9 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/gui/container/enchanting_table.png differ diff --git a/1.10.2/assets/minecraft/textures/gui/container/furnace.png b/1.10.2/assets/minecraft/textures/gui/container/furnace.png new file mode 100644 index 00000000..f51c498d Binary files /dev/null and b/1.10.2/assets/minecraft/textures/gui/container/furnace.png differ diff --git a/1.10.2/assets/minecraft/textures/gui/container/generic_54.png b/1.10.2/assets/minecraft/textures/gui/container/generic_54.png new file mode 100644 index 00000000..4d71989b Binary files /dev/null and b/1.10.2/assets/minecraft/textures/gui/container/generic_54.png differ diff --git a/1.10.2/assets/minecraft/textures/gui/container/hopper.png b/1.10.2/assets/minecraft/textures/gui/container/hopper.png new file mode 100644 index 00000000..48a3dcec Binary files /dev/null and b/1.10.2/assets/minecraft/textures/gui/container/hopper.png differ diff --git a/1.10.2/assets/minecraft/textures/gui/container/horse.png b/1.10.2/assets/minecraft/textures/gui/container/horse.png new file mode 100644 index 00000000..a4dba0bb Binary files /dev/null and b/1.10.2/assets/minecraft/textures/gui/container/horse.png differ diff --git a/1.10.2/assets/minecraft/textures/gui/container/inventory.png b/1.10.2/assets/minecraft/textures/gui/container/inventory.png new file mode 100644 index 00000000..74462ddb Binary files /dev/null and b/1.10.2/assets/minecraft/textures/gui/container/inventory.png differ diff --git a/1.10.2/assets/minecraft/textures/gui/container/stats_icons.png b/1.10.2/assets/minecraft/textures/gui/container/stats_icons.png new file mode 100644 index 00000000..ffaeae13 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/gui/container/stats_icons.png differ diff --git a/1.10.2/assets/minecraft/textures/gui/container/villager.png b/1.10.2/assets/minecraft/textures/gui/container/villager.png new file mode 100644 index 00000000..bedd8291 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/gui/container/villager.png differ diff --git a/1.10.2/assets/minecraft/textures/gui/demo_background.png b/1.10.2/assets/minecraft/textures/gui/demo_background.png new file mode 100644 index 00000000..9a6f1503 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/gui/demo_background.png differ diff --git a/1.10.2/assets/minecraft/textures/gui/icons.png b/1.10.2/assets/minecraft/textures/gui/icons.png new file mode 100644 index 00000000..e825f790 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/gui/icons.png differ diff --git a/1.10.2/assets/minecraft/textures/gui/options_background.png b/1.10.2/assets/minecraft/textures/gui/options_background.png new file mode 100644 index 00000000..5c02f918 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/gui/options_background.png differ diff --git a/1.10.2/assets/minecraft/textures/gui/presets/chaos.png b/1.10.2/assets/minecraft/textures/gui/presets/chaos.png new file mode 100644 index 00000000..6dfc5b5c Binary files /dev/null and b/1.10.2/assets/minecraft/textures/gui/presets/chaos.png differ diff --git a/1.10.2/assets/minecraft/textures/gui/presets/delight.png b/1.10.2/assets/minecraft/textures/gui/presets/delight.png new file mode 100644 index 00000000..cdbfb050 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/gui/presets/delight.png differ diff --git a/1.10.2/assets/minecraft/textures/gui/presets/drought.png b/1.10.2/assets/minecraft/textures/gui/presets/drought.png new file mode 100644 index 00000000..0db5daa3 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/gui/presets/drought.png differ diff --git a/1.10.2/assets/minecraft/textures/gui/presets/isles.png b/1.10.2/assets/minecraft/textures/gui/presets/isles.png new file mode 100644 index 00000000..c5d3ffb4 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/gui/presets/isles.png differ diff --git a/1.10.2/assets/minecraft/textures/gui/presets/luck.png b/1.10.2/assets/minecraft/textures/gui/presets/luck.png new file mode 100644 index 00000000..222394a5 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/gui/presets/luck.png differ diff --git a/1.10.2/assets/minecraft/textures/gui/presets/madness.png b/1.10.2/assets/minecraft/textures/gui/presets/madness.png new file mode 100644 index 00000000..92cd0540 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/gui/presets/madness.png differ diff --git a/1.10.2/assets/minecraft/textures/gui/presets/water.png b/1.10.2/assets/minecraft/textures/gui/presets/water.png new file mode 100644 index 00000000..0f03d9f2 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/gui/presets/water.png differ diff --git a/1.10.2/assets/minecraft/textures/gui/resource_packs.png b/1.10.2/assets/minecraft/textures/gui/resource_packs.png new file mode 100644 index 00000000..6ba538a6 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/gui/resource_packs.png differ diff --git a/1.10.2/assets/minecraft/textures/gui/server_selection.png b/1.10.2/assets/minecraft/textures/gui/server_selection.png new file mode 100644 index 00000000..1a7780b0 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/gui/server_selection.png differ diff --git a/1.10.2/assets/minecraft/textures/gui/spectator_widgets.png b/1.10.2/assets/minecraft/textures/gui/spectator_widgets.png new file mode 100644 index 00000000..27ab5fa1 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/gui/spectator_widgets.png differ diff --git a/1.10.2/assets/minecraft/textures/gui/stream_indicator.png b/1.10.2/assets/minecraft/textures/gui/stream_indicator.png new file mode 100644 index 00000000..47844838 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/gui/stream_indicator.png differ diff --git a/1.10.2/assets/minecraft/textures/gui/title/background/panorama_0.png b/1.10.2/assets/minecraft/textures/gui/title/background/panorama_0.png new file mode 100644 index 00000000..53e9ee25 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/gui/title/background/panorama_0.png differ diff --git a/1.10.2/assets/minecraft/textures/gui/title/background/panorama_1.png b/1.10.2/assets/minecraft/textures/gui/title/background/panorama_1.png new file mode 100644 index 00000000..788e2574 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/gui/title/background/panorama_1.png differ diff --git a/1.10.2/assets/minecraft/textures/gui/title/background/panorama_2.png b/1.10.2/assets/minecraft/textures/gui/title/background/panorama_2.png new file mode 100644 index 00000000..0436d776 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/gui/title/background/panorama_2.png differ diff --git a/1.10.2/assets/minecraft/textures/gui/title/background/panorama_3.png b/1.10.2/assets/minecraft/textures/gui/title/background/panorama_3.png new file mode 100644 index 00000000..98ba695a Binary files /dev/null and b/1.10.2/assets/minecraft/textures/gui/title/background/panorama_3.png differ diff --git a/1.10.2/assets/minecraft/textures/gui/title/background/panorama_4.png b/1.10.2/assets/minecraft/textures/gui/title/background/panorama_4.png new file mode 100644 index 00000000..03900967 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/gui/title/background/panorama_4.png differ diff --git a/1.10.2/assets/minecraft/textures/gui/title/background/panorama_5.png b/1.10.2/assets/minecraft/textures/gui/title/background/panorama_5.png new file mode 100644 index 00000000..a6e29ae9 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/gui/title/background/panorama_5.png differ diff --git a/1.10.2/assets/minecraft/textures/gui/title/minecraft.png b/1.10.2/assets/minecraft/textures/gui/title/minecraft.png new file mode 100644 index 00000000..1780d6d9 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/gui/title/minecraft.png differ diff --git a/1.10.2/assets/minecraft/textures/gui/title/mojang.png b/1.10.2/assets/minecraft/textures/gui/title/mojang.png new file mode 100644 index 00000000..e882bee8 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/gui/title/mojang.png differ diff --git a/1.10.2/assets/minecraft/textures/gui/widgets.png b/1.10.2/assets/minecraft/textures/gui/widgets.png new file mode 100644 index 00000000..d28f72c2 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/gui/widgets.png differ diff --git a/1.10.2/assets/minecraft/textures/gui/world_selection.png b/1.10.2/assets/minecraft/textures/gui/world_selection.png new file mode 100644 index 00000000..507d2cfc Binary files /dev/null and b/1.10.2/assets/minecraft/textures/gui/world_selection.png differ diff --git a/1.10.2/assets/minecraft/textures/items/acacia_boat.png b/1.10.2/assets/minecraft/textures/items/acacia_boat.png new file mode 100644 index 00000000..0e64e8af Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/acacia_boat.png differ diff --git a/1.10.2/assets/minecraft/textures/items/apple.png b/1.10.2/assets/minecraft/textures/items/apple.png new file mode 100644 index 00000000..3e2ee59f Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/apple.png differ diff --git a/1.10.2/assets/minecraft/textures/items/apple_golden.png b/1.10.2/assets/minecraft/textures/items/apple_golden.png new file mode 100644 index 00000000..62019898 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/apple_golden.png differ diff --git a/1.10.2/assets/minecraft/textures/items/arrow.png b/1.10.2/assets/minecraft/textures/items/arrow.png new file mode 100644 index 00000000..4f748a00 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/arrow.png differ diff --git a/1.10.2/assets/minecraft/textures/items/banner_base.png b/1.10.2/assets/minecraft/textures/items/banner_base.png new file mode 100644 index 00000000..cf872223 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/banner_base.png differ diff --git a/1.10.2/assets/minecraft/textures/items/banner_overlay.png b/1.10.2/assets/minecraft/textures/items/banner_overlay.png new file mode 100644 index 00000000..5838da44 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/banner_overlay.png differ diff --git a/1.10.2/assets/minecraft/textures/items/barrier.png b/1.10.2/assets/minecraft/textures/items/barrier.png new file mode 100644 index 00000000..ef89e602 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/barrier.png differ diff --git a/1.10.2/assets/minecraft/textures/items/bed.png b/1.10.2/assets/minecraft/textures/items/bed.png new file mode 100644 index 00000000..22a4cf04 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/bed.png differ diff --git a/1.10.2/assets/minecraft/textures/items/beef_cooked.png b/1.10.2/assets/minecraft/textures/items/beef_cooked.png new file mode 100644 index 00000000..8bb4b895 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/beef_cooked.png differ diff --git a/1.10.2/assets/minecraft/textures/items/beef_raw.png b/1.10.2/assets/minecraft/textures/items/beef_raw.png new file mode 100644 index 00000000..82af4e7e Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/beef_raw.png differ diff --git a/1.10.2/assets/minecraft/textures/items/beetroot.png b/1.10.2/assets/minecraft/textures/items/beetroot.png new file mode 100644 index 00000000..92ce3407 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/beetroot.png differ diff --git a/1.10.2/assets/minecraft/textures/items/beetroot_seeds.png b/1.10.2/assets/minecraft/textures/items/beetroot_seeds.png new file mode 100644 index 00000000..6104a797 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/beetroot_seeds.png differ diff --git a/1.10.2/assets/minecraft/textures/items/beetroot_soup.png b/1.10.2/assets/minecraft/textures/items/beetroot_soup.png new file mode 100644 index 00000000..68fa9db6 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/beetroot_soup.png differ diff --git a/1.10.2/assets/minecraft/textures/items/birch_boat.png b/1.10.2/assets/minecraft/textures/items/birch_boat.png new file mode 100644 index 00000000..571b4163 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/birch_boat.png differ diff --git a/1.10.2/assets/minecraft/textures/items/blaze_powder.png b/1.10.2/assets/minecraft/textures/items/blaze_powder.png new file mode 100644 index 00000000..89c57d6e Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/blaze_powder.png differ diff --git a/1.10.2/assets/minecraft/textures/items/blaze_rod.png b/1.10.2/assets/minecraft/textures/items/blaze_rod.png new file mode 100644 index 00000000..7050e10f Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/blaze_rod.png differ diff --git a/1.10.2/assets/minecraft/textures/items/bone.png b/1.10.2/assets/minecraft/textures/items/bone.png new file mode 100644 index 00000000..40afdfc9 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/bone.png differ diff --git a/1.10.2/assets/minecraft/textures/items/book_enchanted.png b/1.10.2/assets/minecraft/textures/items/book_enchanted.png new file mode 100644 index 00000000..1b091c3f Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/book_enchanted.png differ diff --git a/1.10.2/assets/minecraft/textures/items/book_normal.png b/1.10.2/assets/minecraft/textures/items/book_normal.png new file mode 100644 index 00000000..f791ae43 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/book_normal.png differ diff --git a/1.10.2/assets/minecraft/textures/items/book_writable.png b/1.10.2/assets/minecraft/textures/items/book_writable.png new file mode 100644 index 00000000..fa95246a Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/book_writable.png differ diff --git a/1.10.2/assets/minecraft/textures/items/book_written.png b/1.10.2/assets/minecraft/textures/items/book_written.png new file mode 100644 index 00000000..b2a2aa8e Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/book_written.png differ diff --git a/1.10.2/assets/minecraft/textures/items/bow_pulling_0.png b/1.10.2/assets/minecraft/textures/items/bow_pulling_0.png new file mode 100644 index 00000000..2022aabd Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/bow_pulling_0.png differ diff --git a/1.10.2/assets/minecraft/textures/items/bow_pulling_1.png b/1.10.2/assets/minecraft/textures/items/bow_pulling_1.png new file mode 100644 index 00000000..a1320795 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/bow_pulling_1.png differ diff --git a/1.10.2/assets/minecraft/textures/items/bow_pulling_2.png b/1.10.2/assets/minecraft/textures/items/bow_pulling_2.png new file mode 100644 index 00000000..d459e685 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/bow_pulling_2.png differ diff --git a/1.10.2/assets/minecraft/textures/items/bow_standby.png b/1.10.2/assets/minecraft/textures/items/bow_standby.png new file mode 100644 index 00000000..d709b9c8 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/bow_standby.png differ diff --git a/1.10.2/assets/minecraft/textures/items/bowl.png b/1.10.2/assets/minecraft/textures/items/bowl.png new file mode 100644 index 00000000..63d16ad6 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/bowl.png differ diff --git a/1.10.2/assets/minecraft/textures/items/bread.png b/1.10.2/assets/minecraft/textures/items/bread.png new file mode 100644 index 00000000..c833604c Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/bread.png differ diff --git a/1.10.2/assets/minecraft/textures/items/brewing_stand.png b/1.10.2/assets/minecraft/textures/items/brewing_stand.png new file mode 100644 index 00000000..18366331 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/brewing_stand.png differ diff --git a/1.10.2/assets/minecraft/textures/items/brick.png b/1.10.2/assets/minecraft/textures/items/brick.png new file mode 100644 index 00000000..11e74be6 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/brick.png differ diff --git a/1.10.2/assets/minecraft/textures/items/broken_elytra.png b/1.10.2/assets/minecraft/textures/items/broken_elytra.png new file mode 100644 index 00000000..fa20dc00 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/broken_elytra.png differ diff --git a/1.10.2/assets/minecraft/textures/items/bucket_empty.png b/1.10.2/assets/minecraft/textures/items/bucket_empty.png new file mode 100644 index 00000000..f8e53692 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/bucket_empty.png differ diff --git a/1.10.2/assets/minecraft/textures/items/bucket_lava.png b/1.10.2/assets/minecraft/textures/items/bucket_lava.png new file mode 100644 index 00000000..13a19570 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/bucket_lava.png differ diff --git a/1.10.2/assets/minecraft/textures/items/bucket_milk.png b/1.10.2/assets/minecraft/textures/items/bucket_milk.png new file mode 100644 index 00000000..c77d92c5 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/bucket_milk.png differ diff --git a/1.10.2/assets/minecraft/textures/items/bucket_water.png b/1.10.2/assets/minecraft/textures/items/bucket_water.png new file mode 100644 index 00000000..2f36accb Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/bucket_water.png differ diff --git a/1.10.2/assets/minecraft/textures/items/cake.png b/1.10.2/assets/minecraft/textures/items/cake.png new file mode 100644 index 00000000..46e94b82 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/cake.png differ diff --git a/1.10.2/assets/minecraft/textures/items/carrot.png b/1.10.2/assets/minecraft/textures/items/carrot.png new file mode 100644 index 00000000..2d08aab9 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/carrot.png differ diff --git a/1.10.2/assets/minecraft/textures/items/carrot_golden.png b/1.10.2/assets/minecraft/textures/items/carrot_golden.png new file mode 100644 index 00000000..e0f1ea62 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/carrot_golden.png differ diff --git a/1.10.2/assets/minecraft/textures/items/carrot_on_a_stick.png b/1.10.2/assets/minecraft/textures/items/carrot_on_a_stick.png new file mode 100644 index 00000000..9e88571e Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/carrot_on_a_stick.png differ diff --git a/1.10.2/assets/minecraft/textures/items/cauldron.png b/1.10.2/assets/minecraft/textures/items/cauldron.png new file mode 100644 index 00000000..e3186ebd Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/cauldron.png differ diff --git a/1.10.2/assets/minecraft/textures/items/chainmail_boots.png b/1.10.2/assets/minecraft/textures/items/chainmail_boots.png new file mode 100644 index 00000000..54a4a159 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/chainmail_boots.png differ diff --git a/1.10.2/assets/minecraft/textures/items/chainmail_chestplate.png b/1.10.2/assets/minecraft/textures/items/chainmail_chestplate.png new file mode 100644 index 00000000..f8c6fd53 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/chainmail_chestplate.png differ diff --git a/1.10.2/assets/minecraft/textures/items/chainmail_helmet.png b/1.10.2/assets/minecraft/textures/items/chainmail_helmet.png new file mode 100644 index 00000000..a1433387 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/chainmail_helmet.png differ diff --git a/1.10.2/assets/minecraft/textures/items/chainmail_leggings.png b/1.10.2/assets/minecraft/textures/items/chainmail_leggings.png new file mode 100644 index 00000000..dae4b266 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/chainmail_leggings.png differ diff --git a/1.10.2/assets/minecraft/textures/items/charcoal.png b/1.10.2/assets/minecraft/textures/items/charcoal.png new file mode 100644 index 00000000..ca657dab Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/charcoal.png differ diff --git a/1.10.2/assets/minecraft/textures/items/chicken_cooked.png b/1.10.2/assets/minecraft/textures/items/chicken_cooked.png new file mode 100644 index 00000000..890b5b3f Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/chicken_cooked.png differ diff --git a/1.10.2/assets/minecraft/textures/items/chicken_raw.png b/1.10.2/assets/minecraft/textures/items/chicken_raw.png new file mode 100644 index 00000000..6d259224 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/chicken_raw.png differ diff --git a/1.10.2/assets/minecraft/textures/items/chorus_fruit.png b/1.10.2/assets/minecraft/textures/items/chorus_fruit.png new file mode 100644 index 00000000..ac5451b2 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/chorus_fruit.png differ diff --git a/1.10.2/assets/minecraft/textures/items/chorus_fruit_popped.png b/1.10.2/assets/minecraft/textures/items/chorus_fruit_popped.png new file mode 100644 index 00000000..26d13dd3 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/chorus_fruit_popped.png differ diff --git a/1.10.2/assets/minecraft/textures/items/clay_ball.png b/1.10.2/assets/minecraft/textures/items/clay_ball.png new file mode 100644 index 00000000..5103d6cc Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/clay_ball.png differ diff --git a/1.10.2/assets/minecraft/textures/items/clock_00.png b/1.10.2/assets/minecraft/textures/items/clock_00.png new file mode 100644 index 00000000..ef06df78 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/clock_00.png differ diff --git a/1.10.2/assets/minecraft/textures/items/clock_01.png b/1.10.2/assets/minecraft/textures/items/clock_01.png new file mode 100644 index 00000000..558826e9 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/clock_01.png differ diff --git a/1.10.2/assets/minecraft/textures/items/clock_02.png b/1.10.2/assets/minecraft/textures/items/clock_02.png new file mode 100644 index 00000000..566342d8 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/clock_02.png differ diff --git a/1.10.2/assets/minecraft/textures/items/clock_03.png b/1.10.2/assets/minecraft/textures/items/clock_03.png new file mode 100644 index 00000000..823f4133 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/clock_03.png differ diff --git a/1.10.2/assets/minecraft/textures/items/clock_04.png b/1.10.2/assets/minecraft/textures/items/clock_04.png new file mode 100644 index 00000000..6bdf2c56 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/clock_04.png differ diff --git a/1.10.2/assets/minecraft/textures/items/clock_05.png b/1.10.2/assets/minecraft/textures/items/clock_05.png new file mode 100644 index 00000000..ce75473a Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/clock_05.png differ diff --git a/1.10.2/assets/minecraft/textures/items/clock_06.png b/1.10.2/assets/minecraft/textures/items/clock_06.png new file mode 100644 index 00000000..35118583 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/clock_06.png differ diff --git a/1.10.2/assets/minecraft/textures/items/clock_07.png b/1.10.2/assets/minecraft/textures/items/clock_07.png new file mode 100644 index 00000000..faffee0f Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/clock_07.png differ diff --git a/1.10.2/assets/minecraft/textures/items/clock_08.png b/1.10.2/assets/minecraft/textures/items/clock_08.png new file mode 100644 index 00000000..a712e570 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/clock_08.png differ diff --git a/1.10.2/assets/minecraft/textures/items/clock_09.png b/1.10.2/assets/minecraft/textures/items/clock_09.png new file mode 100644 index 00000000..f89d9d82 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/clock_09.png differ diff --git a/1.10.2/assets/minecraft/textures/items/clock_10.png b/1.10.2/assets/minecraft/textures/items/clock_10.png new file mode 100644 index 00000000..93765b84 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/clock_10.png differ diff --git a/1.10.2/assets/minecraft/textures/items/clock_11.png b/1.10.2/assets/minecraft/textures/items/clock_11.png new file mode 100644 index 00000000..649e0c26 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/clock_11.png differ diff --git a/1.10.2/assets/minecraft/textures/items/clock_12.png b/1.10.2/assets/minecraft/textures/items/clock_12.png new file mode 100644 index 00000000..581c5fb5 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/clock_12.png differ diff --git a/1.10.2/assets/minecraft/textures/items/clock_13.png b/1.10.2/assets/minecraft/textures/items/clock_13.png new file mode 100644 index 00000000..f99f4edd Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/clock_13.png differ diff --git a/1.10.2/assets/minecraft/textures/items/clock_14.png b/1.10.2/assets/minecraft/textures/items/clock_14.png new file mode 100644 index 00000000..c06960f8 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/clock_14.png differ diff --git a/1.10.2/assets/minecraft/textures/items/clock_15.png b/1.10.2/assets/minecraft/textures/items/clock_15.png new file mode 100644 index 00000000..655cc269 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/clock_15.png differ diff --git a/1.10.2/assets/minecraft/textures/items/clock_16.png b/1.10.2/assets/minecraft/textures/items/clock_16.png new file mode 100644 index 00000000..1e6d2675 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/clock_16.png differ diff --git a/1.10.2/assets/minecraft/textures/items/clock_17.png b/1.10.2/assets/minecraft/textures/items/clock_17.png new file mode 100644 index 00000000..a159a038 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/clock_17.png differ diff --git a/1.10.2/assets/minecraft/textures/items/clock_18.png b/1.10.2/assets/minecraft/textures/items/clock_18.png new file mode 100644 index 00000000..3de00852 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/clock_18.png differ diff --git a/1.10.2/assets/minecraft/textures/items/clock_19.png b/1.10.2/assets/minecraft/textures/items/clock_19.png new file mode 100644 index 00000000..c311f89f Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/clock_19.png differ diff --git a/1.10.2/assets/minecraft/textures/items/clock_20.png b/1.10.2/assets/minecraft/textures/items/clock_20.png new file mode 100644 index 00000000..9e23788d Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/clock_20.png differ diff --git a/1.10.2/assets/minecraft/textures/items/clock_21.png b/1.10.2/assets/minecraft/textures/items/clock_21.png new file mode 100644 index 00000000..ef1426d5 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/clock_21.png differ diff --git a/1.10.2/assets/minecraft/textures/items/clock_22.png b/1.10.2/assets/minecraft/textures/items/clock_22.png new file mode 100644 index 00000000..2a4d1063 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/clock_22.png differ diff --git a/1.10.2/assets/minecraft/textures/items/clock_23.png b/1.10.2/assets/minecraft/textures/items/clock_23.png new file mode 100644 index 00000000..6ac7b236 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/clock_23.png differ diff --git a/1.10.2/assets/minecraft/textures/items/clock_24.png b/1.10.2/assets/minecraft/textures/items/clock_24.png new file mode 100644 index 00000000..38909b9a Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/clock_24.png differ diff --git a/1.10.2/assets/minecraft/textures/items/clock_25.png b/1.10.2/assets/minecraft/textures/items/clock_25.png new file mode 100644 index 00000000..9a007549 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/clock_25.png differ diff --git a/1.10.2/assets/minecraft/textures/items/clock_26.png b/1.10.2/assets/minecraft/textures/items/clock_26.png new file mode 100644 index 00000000..b5abba3f Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/clock_26.png differ diff --git a/1.10.2/assets/minecraft/textures/items/clock_27.png b/1.10.2/assets/minecraft/textures/items/clock_27.png new file mode 100644 index 00000000..a172a0c4 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/clock_27.png differ diff --git a/1.10.2/assets/minecraft/textures/items/clock_28.png b/1.10.2/assets/minecraft/textures/items/clock_28.png new file mode 100644 index 00000000..0a7b26bb Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/clock_28.png differ diff --git a/1.10.2/assets/minecraft/textures/items/clock_29.png b/1.10.2/assets/minecraft/textures/items/clock_29.png new file mode 100644 index 00000000..e9f1e56c Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/clock_29.png differ diff --git a/1.10.2/assets/minecraft/textures/items/clock_30.png b/1.10.2/assets/minecraft/textures/items/clock_30.png new file mode 100644 index 00000000..7cb68598 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/clock_30.png differ diff --git a/1.10.2/assets/minecraft/textures/items/clock_31.png b/1.10.2/assets/minecraft/textures/items/clock_31.png new file mode 100644 index 00000000..4bfff485 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/clock_31.png differ diff --git a/1.10.2/assets/minecraft/textures/items/clock_32.png b/1.10.2/assets/minecraft/textures/items/clock_32.png new file mode 100644 index 00000000..54537edd Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/clock_32.png differ diff --git a/1.10.2/assets/minecraft/textures/items/clock_33.png b/1.10.2/assets/minecraft/textures/items/clock_33.png new file mode 100644 index 00000000..4645b924 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/clock_33.png differ diff --git a/1.10.2/assets/minecraft/textures/items/clock_34.png b/1.10.2/assets/minecraft/textures/items/clock_34.png new file mode 100644 index 00000000..3d04df72 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/clock_34.png differ diff --git a/1.10.2/assets/minecraft/textures/items/clock_35.png b/1.10.2/assets/minecraft/textures/items/clock_35.png new file mode 100644 index 00000000..b0b13749 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/clock_35.png differ diff --git a/1.10.2/assets/minecraft/textures/items/clock_36.png b/1.10.2/assets/minecraft/textures/items/clock_36.png new file mode 100644 index 00000000..cb6bfbfb Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/clock_36.png differ diff --git a/1.10.2/assets/minecraft/textures/items/clock_37.png b/1.10.2/assets/minecraft/textures/items/clock_37.png new file mode 100644 index 00000000..816b257f Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/clock_37.png differ diff --git a/1.10.2/assets/minecraft/textures/items/clock_38.png b/1.10.2/assets/minecraft/textures/items/clock_38.png new file mode 100644 index 00000000..c3aa0160 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/clock_38.png differ diff --git a/1.10.2/assets/minecraft/textures/items/clock_39.png b/1.10.2/assets/minecraft/textures/items/clock_39.png new file mode 100644 index 00000000..f81d5a61 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/clock_39.png differ diff --git a/1.10.2/assets/minecraft/textures/items/clock_40.png b/1.10.2/assets/minecraft/textures/items/clock_40.png new file mode 100644 index 00000000..77964678 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/clock_40.png differ diff --git a/1.10.2/assets/minecraft/textures/items/clock_41.png b/1.10.2/assets/minecraft/textures/items/clock_41.png new file mode 100644 index 00000000..1f804564 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/clock_41.png differ diff --git a/1.10.2/assets/minecraft/textures/items/clock_42.png b/1.10.2/assets/minecraft/textures/items/clock_42.png new file mode 100644 index 00000000..3b120d97 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/clock_42.png differ diff --git a/1.10.2/assets/minecraft/textures/items/clock_43.png b/1.10.2/assets/minecraft/textures/items/clock_43.png new file mode 100644 index 00000000..e1b48343 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/clock_43.png differ diff --git a/1.10.2/assets/minecraft/textures/items/clock_44.png b/1.10.2/assets/minecraft/textures/items/clock_44.png new file mode 100644 index 00000000..851489a3 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/clock_44.png differ diff --git a/1.10.2/assets/minecraft/textures/items/clock_45.png b/1.10.2/assets/minecraft/textures/items/clock_45.png new file mode 100644 index 00000000..086ec28f Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/clock_45.png differ diff --git a/1.10.2/assets/minecraft/textures/items/clock_46.png b/1.10.2/assets/minecraft/textures/items/clock_46.png new file mode 100644 index 00000000..3b0bca4b Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/clock_46.png differ diff --git a/1.10.2/assets/minecraft/textures/items/clock_47.png b/1.10.2/assets/minecraft/textures/items/clock_47.png new file mode 100644 index 00000000..ec92161d Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/clock_47.png differ diff --git a/1.10.2/assets/minecraft/textures/items/clock_48.png b/1.10.2/assets/minecraft/textures/items/clock_48.png new file mode 100644 index 00000000..1a00a5ac Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/clock_48.png differ diff --git a/1.10.2/assets/minecraft/textures/items/clock_49.png b/1.10.2/assets/minecraft/textures/items/clock_49.png new file mode 100644 index 00000000..13e08b95 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/clock_49.png differ diff --git a/1.10.2/assets/minecraft/textures/items/clock_50.png b/1.10.2/assets/minecraft/textures/items/clock_50.png new file mode 100644 index 00000000..39edd8c0 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/clock_50.png differ diff --git a/1.10.2/assets/minecraft/textures/items/clock_51.png b/1.10.2/assets/minecraft/textures/items/clock_51.png new file mode 100644 index 00000000..fa4614ed Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/clock_51.png differ diff --git a/1.10.2/assets/minecraft/textures/items/clock_52.png b/1.10.2/assets/minecraft/textures/items/clock_52.png new file mode 100644 index 00000000..6578dc17 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/clock_52.png differ diff --git a/1.10.2/assets/minecraft/textures/items/clock_53.png b/1.10.2/assets/minecraft/textures/items/clock_53.png new file mode 100644 index 00000000..882cdd09 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/clock_53.png differ diff --git a/1.10.2/assets/minecraft/textures/items/clock_54.png b/1.10.2/assets/minecraft/textures/items/clock_54.png new file mode 100644 index 00000000..d6af37bd Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/clock_54.png differ diff --git a/1.10.2/assets/minecraft/textures/items/clock_55.png b/1.10.2/assets/minecraft/textures/items/clock_55.png new file mode 100644 index 00000000..909d24fd Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/clock_55.png differ diff --git a/1.10.2/assets/minecraft/textures/items/clock_56.png b/1.10.2/assets/minecraft/textures/items/clock_56.png new file mode 100644 index 00000000..f8ac1095 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/clock_56.png differ diff --git a/1.10.2/assets/minecraft/textures/items/clock_57.png b/1.10.2/assets/minecraft/textures/items/clock_57.png new file mode 100644 index 00000000..edfc89ff Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/clock_57.png differ diff --git a/1.10.2/assets/minecraft/textures/items/clock_58.png b/1.10.2/assets/minecraft/textures/items/clock_58.png new file mode 100644 index 00000000..76f6f933 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/clock_58.png differ diff --git a/1.10.2/assets/minecraft/textures/items/clock_59.png b/1.10.2/assets/minecraft/textures/items/clock_59.png new file mode 100644 index 00000000..9b01436d Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/clock_59.png differ diff --git a/1.10.2/assets/minecraft/textures/items/clock_60.png b/1.10.2/assets/minecraft/textures/items/clock_60.png new file mode 100644 index 00000000..3074f9c7 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/clock_60.png differ diff --git a/1.10.2/assets/minecraft/textures/items/clock_61.png b/1.10.2/assets/minecraft/textures/items/clock_61.png new file mode 100644 index 00000000..ca7b584f Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/clock_61.png differ diff --git a/1.10.2/assets/minecraft/textures/items/clock_62.png b/1.10.2/assets/minecraft/textures/items/clock_62.png new file mode 100644 index 00000000..1f014d60 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/clock_62.png differ diff --git a/1.10.2/assets/minecraft/textures/items/clock_63.png b/1.10.2/assets/minecraft/textures/items/clock_63.png new file mode 100644 index 00000000..4c55f08c Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/clock_63.png differ diff --git a/1.10.2/assets/minecraft/textures/items/coal.png b/1.10.2/assets/minecraft/textures/items/coal.png new file mode 100644 index 00000000..5563b6fc Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/coal.png differ diff --git a/1.10.2/assets/minecraft/textures/items/comparator.png b/1.10.2/assets/minecraft/textures/items/comparator.png new file mode 100644 index 00000000..ce1c2f6e Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/comparator.png differ diff --git a/1.10.2/assets/minecraft/textures/items/compass_00.png b/1.10.2/assets/minecraft/textures/items/compass_00.png new file mode 100644 index 00000000..04e6f067 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/compass_00.png differ diff --git a/1.10.2/assets/minecraft/textures/items/compass_01.png b/1.10.2/assets/minecraft/textures/items/compass_01.png new file mode 100644 index 00000000..2c00488c Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/compass_01.png differ diff --git a/1.10.2/assets/minecraft/textures/items/compass_02.png b/1.10.2/assets/minecraft/textures/items/compass_02.png new file mode 100644 index 00000000..7ed3073e Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/compass_02.png differ diff --git a/1.10.2/assets/minecraft/textures/items/compass_03.png b/1.10.2/assets/minecraft/textures/items/compass_03.png new file mode 100644 index 00000000..6f4e1663 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/compass_03.png differ diff --git a/1.10.2/assets/minecraft/textures/items/compass_04.png b/1.10.2/assets/minecraft/textures/items/compass_04.png new file mode 100644 index 00000000..e721770d Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/compass_04.png differ diff --git a/1.10.2/assets/minecraft/textures/items/compass_05.png b/1.10.2/assets/minecraft/textures/items/compass_05.png new file mode 100644 index 00000000..0620ea5d Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/compass_05.png differ diff --git a/1.10.2/assets/minecraft/textures/items/compass_06.png b/1.10.2/assets/minecraft/textures/items/compass_06.png new file mode 100644 index 00000000..21a8747f Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/compass_06.png differ diff --git a/1.10.2/assets/minecraft/textures/items/compass_07.png b/1.10.2/assets/minecraft/textures/items/compass_07.png new file mode 100644 index 00000000..c2a347b1 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/compass_07.png differ diff --git a/1.10.2/assets/minecraft/textures/items/compass_08.png b/1.10.2/assets/minecraft/textures/items/compass_08.png new file mode 100644 index 00000000..c2a347b1 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/compass_08.png differ diff --git a/1.10.2/assets/minecraft/textures/items/compass_09.png b/1.10.2/assets/minecraft/textures/items/compass_09.png new file mode 100644 index 00000000..c2a347b1 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/compass_09.png differ diff --git a/1.10.2/assets/minecraft/textures/items/compass_10.png b/1.10.2/assets/minecraft/textures/items/compass_10.png new file mode 100644 index 00000000..7405ae86 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/compass_10.png differ diff --git a/1.10.2/assets/minecraft/textures/items/compass_11.png b/1.10.2/assets/minecraft/textures/items/compass_11.png new file mode 100644 index 00000000..18d3e9f1 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/compass_11.png differ diff --git a/1.10.2/assets/minecraft/textures/items/compass_12.png b/1.10.2/assets/minecraft/textures/items/compass_12.png new file mode 100644 index 00000000..5405a62f Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/compass_12.png differ diff --git a/1.10.2/assets/minecraft/textures/items/compass_13.png b/1.10.2/assets/minecraft/textures/items/compass_13.png new file mode 100644 index 00000000..1c3354b4 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/compass_13.png differ diff --git a/1.10.2/assets/minecraft/textures/items/compass_14.png b/1.10.2/assets/minecraft/textures/items/compass_14.png new file mode 100644 index 00000000..76d48f3e Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/compass_14.png differ diff --git a/1.10.2/assets/minecraft/textures/items/compass_15.png b/1.10.2/assets/minecraft/textures/items/compass_15.png new file mode 100644 index 00000000..bc0cd8b8 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/compass_15.png differ diff --git a/1.10.2/assets/minecraft/textures/items/compass_16.png b/1.10.2/assets/minecraft/textures/items/compass_16.png new file mode 100644 index 00000000..a9e603b2 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/compass_16.png differ diff --git a/1.10.2/assets/minecraft/textures/items/compass_17.png b/1.10.2/assets/minecraft/textures/items/compass_17.png new file mode 100644 index 00000000..36802213 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/compass_17.png differ diff --git a/1.10.2/assets/minecraft/textures/items/compass_18.png b/1.10.2/assets/minecraft/textures/items/compass_18.png new file mode 100644 index 00000000..edbc2eda Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/compass_18.png differ diff --git a/1.10.2/assets/minecraft/textures/items/compass_19.png b/1.10.2/assets/minecraft/textures/items/compass_19.png new file mode 100644 index 00000000..23c0c34b Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/compass_19.png differ diff --git a/1.10.2/assets/minecraft/textures/items/compass_20.png b/1.10.2/assets/minecraft/textures/items/compass_20.png new file mode 100644 index 00000000..5aaf8c50 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/compass_20.png differ diff --git a/1.10.2/assets/minecraft/textures/items/compass_21.png b/1.10.2/assets/minecraft/textures/items/compass_21.png new file mode 100644 index 00000000..8a99abd9 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/compass_21.png differ diff --git a/1.10.2/assets/minecraft/textures/items/compass_22.png b/1.10.2/assets/minecraft/textures/items/compass_22.png new file mode 100644 index 00000000..9dd84237 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/compass_22.png differ diff --git a/1.10.2/assets/minecraft/textures/items/compass_23.png b/1.10.2/assets/minecraft/textures/items/compass_23.png new file mode 100644 index 00000000..61d739e6 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/compass_23.png differ diff --git a/1.10.2/assets/minecraft/textures/items/compass_24.png b/1.10.2/assets/minecraft/textures/items/compass_24.png new file mode 100644 index 00000000..61d739e6 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/compass_24.png differ diff --git a/1.10.2/assets/minecraft/textures/items/compass_25.png b/1.10.2/assets/minecraft/textures/items/compass_25.png new file mode 100644 index 00000000..61d739e6 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/compass_25.png differ diff --git a/1.10.2/assets/minecraft/textures/items/compass_26.png b/1.10.2/assets/minecraft/textures/items/compass_26.png new file mode 100644 index 00000000..eb5e8027 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/compass_26.png differ diff --git a/1.10.2/assets/minecraft/textures/items/compass_27.png b/1.10.2/assets/minecraft/textures/items/compass_27.png new file mode 100644 index 00000000..348dac2e Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/compass_27.png differ diff --git a/1.10.2/assets/minecraft/textures/items/compass_28.png b/1.10.2/assets/minecraft/textures/items/compass_28.png new file mode 100644 index 00000000..8d681982 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/compass_28.png differ diff --git a/1.10.2/assets/minecraft/textures/items/compass_29.png b/1.10.2/assets/minecraft/textures/items/compass_29.png new file mode 100644 index 00000000..b1683b26 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/compass_29.png differ diff --git a/1.10.2/assets/minecraft/textures/items/compass_30.png b/1.10.2/assets/minecraft/textures/items/compass_30.png new file mode 100644 index 00000000..ba9be61d Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/compass_30.png differ diff --git a/1.10.2/assets/minecraft/textures/items/compass_31.png b/1.10.2/assets/minecraft/textures/items/compass_31.png new file mode 100644 index 00000000..2ae89a20 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/compass_31.png differ diff --git a/1.10.2/assets/minecraft/textures/items/cookie.png b/1.10.2/assets/minecraft/textures/items/cookie.png new file mode 100644 index 00000000..01fe56b1 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/cookie.png differ diff --git a/1.10.2/assets/minecraft/textures/items/dark_oak_boat.png b/1.10.2/assets/minecraft/textures/items/dark_oak_boat.png new file mode 100644 index 00000000..d15e886f Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/dark_oak_boat.png differ diff --git a/1.10.2/assets/minecraft/textures/items/diamond.png b/1.10.2/assets/minecraft/textures/items/diamond.png new file mode 100644 index 00000000..10e70a0c Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/diamond.png differ diff --git a/1.10.2/assets/minecraft/textures/items/diamond_axe.png b/1.10.2/assets/minecraft/textures/items/diamond_axe.png new file mode 100644 index 00000000..7627f87b Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/diamond_axe.png differ diff --git a/1.10.2/assets/minecraft/textures/items/diamond_boots.png b/1.10.2/assets/minecraft/textures/items/diamond_boots.png new file mode 100644 index 00000000..70d9e5f8 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/diamond_boots.png differ diff --git a/1.10.2/assets/minecraft/textures/items/diamond_chestplate.png b/1.10.2/assets/minecraft/textures/items/diamond_chestplate.png new file mode 100644 index 00000000..afdff93e Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/diamond_chestplate.png differ diff --git a/1.10.2/assets/minecraft/textures/items/diamond_helmet.png b/1.10.2/assets/minecraft/textures/items/diamond_helmet.png new file mode 100644 index 00000000..1c885924 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/diamond_helmet.png differ diff --git a/1.10.2/assets/minecraft/textures/items/diamond_hoe.png b/1.10.2/assets/minecraft/textures/items/diamond_hoe.png new file mode 100644 index 00000000..faca7432 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/diamond_hoe.png differ diff --git a/1.10.2/assets/minecraft/textures/items/diamond_horse_armor.png b/1.10.2/assets/minecraft/textures/items/diamond_horse_armor.png new file mode 100644 index 00000000..a90c35b4 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/diamond_horse_armor.png differ diff --git a/1.10.2/assets/minecraft/textures/items/diamond_leggings.png b/1.10.2/assets/minecraft/textures/items/diamond_leggings.png new file mode 100644 index 00000000..a99c8967 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/diamond_leggings.png differ diff --git a/1.10.2/assets/minecraft/textures/items/diamond_pickaxe.png b/1.10.2/assets/minecraft/textures/items/diamond_pickaxe.png new file mode 100644 index 00000000..c2798285 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/diamond_pickaxe.png differ diff --git a/1.10.2/assets/minecraft/textures/items/diamond_shovel.png b/1.10.2/assets/minecraft/textures/items/diamond_shovel.png new file mode 100644 index 00000000..e4a8992a Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/diamond_shovel.png differ diff --git a/1.10.2/assets/minecraft/textures/items/diamond_sword.png b/1.10.2/assets/minecraft/textures/items/diamond_sword.png new file mode 100644 index 00000000..a9f6cb47 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/diamond_sword.png differ diff --git a/1.10.2/assets/minecraft/textures/items/door_acacia.png b/1.10.2/assets/minecraft/textures/items/door_acacia.png new file mode 100644 index 00000000..a64b6e95 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/door_acacia.png differ diff --git a/1.10.2/assets/minecraft/textures/items/door_birch.png b/1.10.2/assets/minecraft/textures/items/door_birch.png new file mode 100644 index 00000000..fe37f31c Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/door_birch.png differ diff --git a/1.10.2/assets/minecraft/textures/items/door_dark_oak.png b/1.10.2/assets/minecraft/textures/items/door_dark_oak.png new file mode 100644 index 00000000..3881172d Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/door_dark_oak.png differ diff --git a/1.10.2/assets/minecraft/textures/items/door_iron.png b/1.10.2/assets/minecraft/textures/items/door_iron.png new file mode 100644 index 00000000..70724eec Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/door_iron.png differ diff --git a/1.10.2/assets/minecraft/textures/items/door_jungle.png b/1.10.2/assets/minecraft/textures/items/door_jungle.png new file mode 100644 index 00000000..46d58bec Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/door_jungle.png differ diff --git a/1.10.2/assets/minecraft/textures/items/door_spruce.png b/1.10.2/assets/minecraft/textures/items/door_spruce.png new file mode 100644 index 00000000..cf1a928f Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/door_spruce.png differ diff --git a/1.10.2/assets/minecraft/textures/items/door_wood.png b/1.10.2/assets/minecraft/textures/items/door_wood.png new file mode 100644 index 00000000..e854956a Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/door_wood.png differ diff --git a/1.10.2/assets/minecraft/textures/items/dragon_breath.png b/1.10.2/assets/minecraft/textures/items/dragon_breath.png new file mode 100644 index 00000000..2ae7ea54 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/dragon_breath.png differ diff --git a/1.10.2/assets/minecraft/textures/items/dye_powder_black.png b/1.10.2/assets/minecraft/textures/items/dye_powder_black.png new file mode 100644 index 00000000..909bea5e Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/dye_powder_black.png differ diff --git a/1.10.2/assets/minecraft/textures/items/dye_powder_blue.png b/1.10.2/assets/minecraft/textures/items/dye_powder_blue.png new file mode 100644 index 00000000..4713983e Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/dye_powder_blue.png differ diff --git a/1.10.2/assets/minecraft/textures/items/dye_powder_brown.png b/1.10.2/assets/minecraft/textures/items/dye_powder_brown.png new file mode 100644 index 00000000..62eae8d4 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/dye_powder_brown.png differ diff --git a/1.10.2/assets/minecraft/textures/items/dye_powder_cyan.png b/1.10.2/assets/minecraft/textures/items/dye_powder_cyan.png new file mode 100644 index 00000000..7b10c117 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/dye_powder_cyan.png differ diff --git a/1.10.2/assets/minecraft/textures/items/dye_powder_gray.png b/1.10.2/assets/minecraft/textures/items/dye_powder_gray.png new file mode 100644 index 00000000..4fce7e72 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/dye_powder_gray.png differ diff --git a/1.10.2/assets/minecraft/textures/items/dye_powder_green.png b/1.10.2/assets/minecraft/textures/items/dye_powder_green.png new file mode 100644 index 00000000..009e0587 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/dye_powder_green.png differ diff --git a/1.10.2/assets/minecraft/textures/items/dye_powder_light_blue.png b/1.10.2/assets/minecraft/textures/items/dye_powder_light_blue.png new file mode 100644 index 00000000..a8b45c92 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/dye_powder_light_blue.png differ diff --git a/1.10.2/assets/minecraft/textures/items/dye_powder_lime.png b/1.10.2/assets/minecraft/textures/items/dye_powder_lime.png new file mode 100644 index 00000000..7a787644 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/dye_powder_lime.png differ diff --git a/1.10.2/assets/minecraft/textures/items/dye_powder_magenta.png b/1.10.2/assets/minecraft/textures/items/dye_powder_magenta.png new file mode 100644 index 00000000..ea7342a8 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/dye_powder_magenta.png differ diff --git a/1.10.2/assets/minecraft/textures/items/dye_powder_orange.png b/1.10.2/assets/minecraft/textures/items/dye_powder_orange.png new file mode 100644 index 00000000..677a1aa6 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/dye_powder_orange.png differ diff --git a/1.10.2/assets/minecraft/textures/items/dye_powder_pink.png b/1.10.2/assets/minecraft/textures/items/dye_powder_pink.png new file mode 100644 index 00000000..1acc4834 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/dye_powder_pink.png differ diff --git a/1.10.2/assets/minecraft/textures/items/dye_powder_purple.png b/1.10.2/assets/minecraft/textures/items/dye_powder_purple.png new file mode 100644 index 00000000..7d201c26 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/dye_powder_purple.png differ diff --git a/1.10.2/assets/minecraft/textures/items/dye_powder_red.png b/1.10.2/assets/minecraft/textures/items/dye_powder_red.png new file mode 100644 index 00000000..2d1a7429 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/dye_powder_red.png differ diff --git a/1.10.2/assets/minecraft/textures/items/dye_powder_silver.png b/1.10.2/assets/minecraft/textures/items/dye_powder_silver.png new file mode 100644 index 00000000..fa9e501e Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/dye_powder_silver.png differ diff --git a/1.10.2/assets/minecraft/textures/items/dye_powder_white.png b/1.10.2/assets/minecraft/textures/items/dye_powder_white.png new file mode 100644 index 00000000..5b1833be Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/dye_powder_white.png differ diff --git a/1.10.2/assets/minecraft/textures/items/dye_powder_yellow.png b/1.10.2/assets/minecraft/textures/items/dye_powder_yellow.png new file mode 100644 index 00000000..95e06731 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/dye_powder_yellow.png differ diff --git a/1.10.2/assets/minecraft/textures/items/egg.png b/1.10.2/assets/minecraft/textures/items/egg.png new file mode 100644 index 00000000..a6fe2bfa Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/egg.png differ diff --git a/1.10.2/assets/minecraft/textures/items/elytra.png b/1.10.2/assets/minecraft/textures/items/elytra.png new file mode 100644 index 00000000..00b261ea Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/elytra.png differ diff --git a/1.10.2/assets/minecraft/textures/items/emerald.png b/1.10.2/assets/minecraft/textures/items/emerald.png new file mode 100644 index 00000000..98d953e2 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/emerald.png differ diff --git a/1.10.2/assets/minecraft/textures/items/empty_armor_slot_boots.png b/1.10.2/assets/minecraft/textures/items/empty_armor_slot_boots.png new file mode 100644 index 00000000..fd7e05fa Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/empty_armor_slot_boots.png differ diff --git a/1.10.2/assets/minecraft/textures/items/empty_armor_slot_chestplate.png b/1.10.2/assets/minecraft/textures/items/empty_armor_slot_chestplate.png new file mode 100644 index 00000000..6e632b9d Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/empty_armor_slot_chestplate.png differ diff --git a/1.10.2/assets/minecraft/textures/items/empty_armor_slot_helmet.png b/1.10.2/assets/minecraft/textures/items/empty_armor_slot_helmet.png new file mode 100644 index 00000000..3a455f3f Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/empty_armor_slot_helmet.png differ diff --git a/1.10.2/assets/minecraft/textures/items/empty_armor_slot_leggings.png b/1.10.2/assets/minecraft/textures/items/empty_armor_slot_leggings.png new file mode 100644 index 00000000..28b2c494 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/empty_armor_slot_leggings.png differ diff --git a/1.10.2/assets/minecraft/textures/items/empty_armor_slot_shield.png b/1.10.2/assets/minecraft/textures/items/empty_armor_slot_shield.png new file mode 100644 index 00000000..53d5333b Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/empty_armor_slot_shield.png differ diff --git a/1.10.2/assets/minecraft/textures/items/end_crystal.png b/1.10.2/assets/minecraft/textures/items/end_crystal.png new file mode 100644 index 00000000..21252b81 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/end_crystal.png differ diff --git a/1.10.2/assets/minecraft/textures/items/ender_eye.png b/1.10.2/assets/minecraft/textures/items/ender_eye.png new file mode 100644 index 00000000..8c4ef4e8 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/ender_eye.png differ diff --git a/1.10.2/assets/minecraft/textures/items/ender_pearl.png b/1.10.2/assets/minecraft/textures/items/ender_pearl.png new file mode 100644 index 00000000..4b752a64 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/ender_pearl.png differ diff --git a/1.10.2/assets/minecraft/textures/items/experience_bottle.png b/1.10.2/assets/minecraft/textures/items/experience_bottle.png new file mode 100644 index 00000000..ae4214ff Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/experience_bottle.png differ diff --git a/1.10.2/assets/minecraft/textures/items/feather.png b/1.10.2/assets/minecraft/textures/items/feather.png new file mode 100644 index 00000000..d4c3be55 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/feather.png differ diff --git a/1.10.2/assets/minecraft/textures/items/fireball.png b/1.10.2/assets/minecraft/textures/items/fireball.png new file mode 100644 index 00000000..141bcbe6 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/fireball.png differ diff --git a/1.10.2/assets/minecraft/textures/items/fireworks.png b/1.10.2/assets/minecraft/textures/items/fireworks.png new file mode 100644 index 00000000..50c56363 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/fireworks.png differ diff --git a/1.10.2/assets/minecraft/textures/items/fireworks_charge.png b/1.10.2/assets/minecraft/textures/items/fireworks_charge.png new file mode 100644 index 00000000..6a7f3dd6 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/fireworks_charge.png differ diff --git a/1.10.2/assets/minecraft/textures/items/fireworks_charge_overlay.png b/1.10.2/assets/minecraft/textures/items/fireworks_charge_overlay.png new file mode 100644 index 00000000..d8b91a92 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/fireworks_charge_overlay.png differ diff --git a/1.10.2/assets/minecraft/textures/items/fish_clownfish_raw.png b/1.10.2/assets/minecraft/textures/items/fish_clownfish_raw.png new file mode 100644 index 00000000..eec04559 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/fish_clownfish_raw.png differ diff --git a/1.10.2/assets/minecraft/textures/items/fish_cod_cooked.png b/1.10.2/assets/minecraft/textures/items/fish_cod_cooked.png new file mode 100644 index 00000000..87564c70 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/fish_cod_cooked.png differ diff --git a/1.10.2/assets/minecraft/textures/items/fish_cod_raw.png b/1.10.2/assets/minecraft/textures/items/fish_cod_raw.png new file mode 100644 index 00000000..fbc01bb9 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/fish_cod_raw.png differ diff --git a/1.10.2/assets/minecraft/textures/items/fish_pufferfish_raw.png b/1.10.2/assets/minecraft/textures/items/fish_pufferfish_raw.png new file mode 100644 index 00000000..16bb2978 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/fish_pufferfish_raw.png differ diff --git a/1.10.2/assets/minecraft/textures/items/fish_salmon_cooked.png b/1.10.2/assets/minecraft/textures/items/fish_salmon_cooked.png new file mode 100644 index 00000000..07cdc29e Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/fish_salmon_cooked.png differ diff --git a/1.10.2/assets/minecraft/textures/items/fish_salmon_raw.png b/1.10.2/assets/minecraft/textures/items/fish_salmon_raw.png new file mode 100644 index 00000000..23ebc3a2 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/fish_salmon_raw.png differ diff --git a/1.10.2/assets/minecraft/textures/items/fishing_rod_cast.png b/1.10.2/assets/minecraft/textures/items/fishing_rod_cast.png new file mode 100644 index 00000000..a5ab3781 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/fishing_rod_cast.png differ diff --git a/1.10.2/assets/minecraft/textures/items/fishing_rod_uncast.png b/1.10.2/assets/minecraft/textures/items/fishing_rod_uncast.png new file mode 100644 index 00000000..d4b53f0f Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/fishing_rod_uncast.png differ diff --git a/1.10.2/assets/minecraft/textures/items/flint.png b/1.10.2/assets/minecraft/textures/items/flint.png new file mode 100644 index 00000000..5f51093f Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/flint.png differ diff --git a/1.10.2/assets/minecraft/textures/items/flint_and_steel.png b/1.10.2/assets/minecraft/textures/items/flint_and_steel.png new file mode 100644 index 00000000..77bc3407 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/flint_and_steel.png differ diff --git a/1.10.2/assets/minecraft/textures/items/flower_pot.png b/1.10.2/assets/minecraft/textures/items/flower_pot.png new file mode 100644 index 00000000..c4f26d21 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/flower_pot.png differ diff --git a/1.10.2/assets/minecraft/textures/items/ghast_tear.png b/1.10.2/assets/minecraft/textures/items/ghast_tear.png new file mode 100644 index 00000000..e5c741f9 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/ghast_tear.png differ diff --git a/1.10.2/assets/minecraft/textures/items/glowstone_dust.png b/1.10.2/assets/minecraft/textures/items/glowstone_dust.png new file mode 100644 index 00000000..edd93a6d Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/glowstone_dust.png differ diff --git a/1.10.2/assets/minecraft/textures/items/gold_axe.png b/1.10.2/assets/minecraft/textures/items/gold_axe.png new file mode 100644 index 00000000..0f47b600 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/gold_axe.png differ diff --git a/1.10.2/assets/minecraft/textures/items/gold_boots.png b/1.10.2/assets/minecraft/textures/items/gold_boots.png new file mode 100644 index 00000000..f6033d25 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/gold_boots.png differ diff --git a/1.10.2/assets/minecraft/textures/items/gold_chestplate.png b/1.10.2/assets/minecraft/textures/items/gold_chestplate.png new file mode 100644 index 00000000..e36076ad Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/gold_chestplate.png differ diff --git a/1.10.2/assets/minecraft/textures/items/gold_helmet.png b/1.10.2/assets/minecraft/textures/items/gold_helmet.png new file mode 100644 index 00000000..9eb89a0c Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/gold_helmet.png differ diff --git a/1.10.2/assets/minecraft/textures/items/gold_hoe.png b/1.10.2/assets/minecraft/textures/items/gold_hoe.png new file mode 100644 index 00000000..99f8b041 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/gold_hoe.png differ diff --git a/1.10.2/assets/minecraft/textures/items/gold_horse_armor.png b/1.10.2/assets/minecraft/textures/items/gold_horse_armor.png new file mode 100644 index 00000000..c232eabd Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/gold_horse_armor.png differ diff --git a/1.10.2/assets/minecraft/textures/items/gold_ingot.png b/1.10.2/assets/minecraft/textures/items/gold_ingot.png new file mode 100644 index 00000000..ea781e71 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/gold_ingot.png differ diff --git a/1.10.2/assets/minecraft/textures/items/gold_leggings.png b/1.10.2/assets/minecraft/textures/items/gold_leggings.png new file mode 100644 index 00000000..da237713 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/gold_leggings.png differ diff --git a/1.10.2/assets/minecraft/textures/items/gold_nugget.png b/1.10.2/assets/minecraft/textures/items/gold_nugget.png new file mode 100644 index 00000000..3a9a2fe4 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/gold_nugget.png differ diff --git a/1.10.2/assets/minecraft/textures/items/gold_pickaxe.png b/1.10.2/assets/minecraft/textures/items/gold_pickaxe.png new file mode 100644 index 00000000..ecccafe6 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/gold_pickaxe.png differ diff --git a/1.10.2/assets/minecraft/textures/items/gold_shovel.png b/1.10.2/assets/minecraft/textures/items/gold_shovel.png new file mode 100644 index 00000000..150cbb97 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/gold_shovel.png differ diff --git a/1.10.2/assets/minecraft/textures/items/gold_sword.png b/1.10.2/assets/minecraft/textures/items/gold_sword.png new file mode 100644 index 00000000..0ddef045 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/gold_sword.png differ diff --git a/1.10.2/assets/minecraft/textures/items/gunpowder.png b/1.10.2/assets/minecraft/textures/items/gunpowder.png new file mode 100644 index 00000000..73cadece Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/gunpowder.png differ diff --git a/1.10.2/assets/minecraft/textures/items/hopper.png b/1.10.2/assets/minecraft/textures/items/hopper.png new file mode 100644 index 00000000..f273db56 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/hopper.png differ diff --git a/1.10.2/assets/minecraft/textures/items/iron_axe.png b/1.10.2/assets/minecraft/textures/items/iron_axe.png new file mode 100644 index 00000000..8bf133e3 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/iron_axe.png differ diff --git a/1.10.2/assets/minecraft/textures/items/iron_boots.png b/1.10.2/assets/minecraft/textures/items/iron_boots.png new file mode 100644 index 00000000..b69ca05c Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/iron_boots.png differ diff --git a/1.10.2/assets/minecraft/textures/items/iron_chestplate.png b/1.10.2/assets/minecraft/textures/items/iron_chestplate.png new file mode 100644 index 00000000..a16616c2 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/iron_chestplate.png differ diff --git a/1.10.2/assets/minecraft/textures/items/iron_helmet.png b/1.10.2/assets/minecraft/textures/items/iron_helmet.png new file mode 100644 index 00000000..65e64cc5 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/iron_helmet.png differ diff --git a/1.10.2/assets/minecraft/textures/items/iron_hoe.png b/1.10.2/assets/minecraft/textures/items/iron_hoe.png new file mode 100644 index 00000000..3d0497e2 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/iron_hoe.png differ diff --git a/1.10.2/assets/minecraft/textures/items/iron_horse_armor.png b/1.10.2/assets/minecraft/textures/items/iron_horse_armor.png new file mode 100644 index 00000000..13501061 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/iron_horse_armor.png differ diff --git a/1.10.2/assets/minecraft/textures/items/iron_ingot.png b/1.10.2/assets/minecraft/textures/items/iron_ingot.png new file mode 100644 index 00000000..3833fa05 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/iron_ingot.png differ diff --git a/1.10.2/assets/minecraft/textures/items/iron_leggings.png b/1.10.2/assets/minecraft/textures/items/iron_leggings.png new file mode 100644 index 00000000..ad536739 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/iron_leggings.png differ diff --git a/1.10.2/assets/minecraft/textures/items/iron_pickaxe.png b/1.10.2/assets/minecraft/textures/items/iron_pickaxe.png new file mode 100644 index 00000000..d21440bd Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/iron_pickaxe.png differ diff --git a/1.10.2/assets/minecraft/textures/items/iron_shovel.png b/1.10.2/assets/minecraft/textures/items/iron_shovel.png new file mode 100644 index 00000000..079b236c Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/iron_shovel.png differ diff --git a/1.10.2/assets/minecraft/textures/items/iron_sword.png b/1.10.2/assets/minecraft/textures/items/iron_sword.png new file mode 100644 index 00000000..4d49c5ae Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/iron_sword.png differ diff --git a/1.10.2/assets/minecraft/textures/items/item_frame.png b/1.10.2/assets/minecraft/textures/items/item_frame.png new file mode 100644 index 00000000..261c98a6 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/item_frame.png differ diff --git a/1.10.2/assets/minecraft/textures/items/jungle_boat.png b/1.10.2/assets/minecraft/textures/items/jungle_boat.png new file mode 100644 index 00000000..93414376 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/jungle_boat.png differ diff --git a/1.10.2/assets/minecraft/textures/items/lead.png b/1.10.2/assets/minecraft/textures/items/lead.png new file mode 100644 index 00000000..465bfd82 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/lead.png differ diff --git a/1.10.2/assets/minecraft/textures/items/leather.png b/1.10.2/assets/minecraft/textures/items/leather.png new file mode 100644 index 00000000..13dc1998 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/leather.png differ diff --git a/1.10.2/assets/minecraft/textures/items/leather_boots.png b/1.10.2/assets/minecraft/textures/items/leather_boots.png new file mode 100644 index 00000000..87af4c7b Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/leather_boots.png differ diff --git a/1.10.2/assets/minecraft/textures/items/leather_boots_overlay.png b/1.10.2/assets/minecraft/textures/items/leather_boots_overlay.png new file mode 100644 index 00000000..b6896d87 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/leather_boots_overlay.png differ diff --git a/1.10.2/assets/minecraft/textures/items/leather_chestplate.png b/1.10.2/assets/minecraft/textures/items/leather_chestplate.png new file mode 100644 index 00000000..7bdf1cca Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/leather_chestplate.png differ diff --git a/1.10.2/assets/minecraft/textures/items/leather_chestplate_overlay.png b/1.10.2/assets/minecraft/textures/items/leather_chestplate_overlay.png new file mode 100644 index 00000000..125fd348 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/leather_chestplate_overlay.png differ diff --git a/1.10.2/assets/minecraft/textures/items/leather_helmet.png b/1.10.2/assets/minecraft/textures/items/leather_helmet.png new file mode 100644 index 00000000..c408d158 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/leather_helmet.png differ diff --git a/1.10.2/assets/minecraft/textures/items/leather_helmet_overlay.png b/1.10.2/assets/minecraft/textures/items/leather_helmet_overlay.png new file mode 100644 index 00000000..8040d77f Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/leather_helmet_overlay.png differ diff --git a/1.10.2/assets/minecraft/textures/items/leather_leggings.png b/1.10.2/assets/minecraft/textures/items/leather_leggings.png new file mode 100644 index 00000000..a7f7ec5a Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/leather_leggings.png differ diff --git a/1.10.2/assets/minecraft/textures/items/leather_leggings_overlay.png b/1.10.2/assets/minecraft/textures/items/leather_leggings_overlay.png new file mode 100644 index 00000000..813ba262 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/leather_leggings_overlay.png differ diff --git a/1.10.2/assets/minecraft/textures/items/magma_cream.png b/1.10.2/assets/minecraft/textures/items/magma_cream.png new file mode 100644 index 00000000..d89b7bc5 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/magma_cream.png differ diff --git a/1.10.2/assets/minecraft/textures/items/map_empty.png b/1.10.2/assets/minecraft/textures/items/map_empty.png new file mode 100644 index 00000000..8dc6e58b Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/map_empty.png differ diff --git a/1.10.2/assets/minecraft/textures/items/map_filled.png b/1.10.2/assets/minecraft/textures/items/map_filled.png new file mode 100644 index 00000000..1381e215 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/map_filled.png differ diff --git a/1.10.2/assets/minecraft/textures/items/melon.png b/1.10.2/assets/minecraft/textures/items/melon.png new file mode 100644 index 00000000..590f47a2 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/melon.png differ diff --git a/1.10.2/assets/minecraft/textures/items/melon_speckled.png b/1.10.2/assets/minecraft/textures/items/melon_speckled.png new file mode 100644 index 00000000..dee1bf56 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/melon_speckled.png differ diff --git a/1.10.2/assets/minecraft/textures/items/minecart_chest.png b/1.10.2/assets/minecraft/textures/items/minecart_chest.png new file mode 100644 index 00000000..78a37786 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/minecart_chest.png differ diff --git a/1.10.2/assets/minecraft/textures/items/minecart_command_block.png b/1.10.2/assets/minecraft/textures/items/minecart_command_block.png new file mode 100644 index 00000000..29888764 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/minecart_command_block.png differ diff --git a/1.10.2/assets/minecraft/textures/items/minecart_furnace.png b/1.10.2/assets/minecraft/textures/items/minecart_furnace.png new file mode 100644 index 00000000..5478f25c Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/minecart_furnace.png differ diff --git a/1.10.2/assets/minecraft/textures/items/minecart_hopper.png b/1.10.2/assets/minecraft/textures/items/minecart_hopper.png new file mode 100644 index 00000000..eea3dfae Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/minecart_hopper.png differ diff --git a/1.10.2/assets/minecraft/textures/items/minecart_normal.png b/1.10.2/assets/minecraft/textures/items/minecart_normal.png new file mode 100644 index 00000000..2046f2bc Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/minecart_normal.png differ diff --git a/1.10.2/assets/minecraft/textures/items/minecart_tnt.png b/1.10.2/assets/minecraft/textures/items/minecart_tnt.png new file mode 100644 index 00000000..fc6048f3 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/minecart_tnt.png differ diff --git a/1.10.2/assets/minecraft/textures/items/mushroom_stew.png b/1.10.2/assets/minecraft/textures/items/mushroom_stew.png new file mode 100644 index 00000000..5598bc78 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/mushroom_stew.png differ diff --git a/1.10.2/assets/minecraft/textures/items/mutton_cooked.png b/1.10.2/assets/minecraft/textures/items/mutton_cooked.png new file mode 100644 index 00000000..14f2eda2 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/mutton_cooked.png differ diff --git a/1.10.2/assets/minecraft/textures/items/mutton_raw.png b/1.10.2/assets/minecraft/textures/items/mutton_raw.png new file mode 100644 index 00000000..88c2183b Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/mutton_raw.png differ diff --git a/1.10.2/assets/minecraft/textures/items/name_tag.png b/1.10.2/assets/minecraft/textures/items/name_tag.png new file mode 100644 index 00000000..ae5a74dd Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/name_tag.png differ diff --git a/1.10.2/assets/minecraft/textures/items/nether_star.png b/1.10.2/assets/minecraft/textures/items/nether_star.png new file mode 100644 index 00000000..6b848af0 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/nether_star.png differ diff --git a/1.10.2/assets/minecraft/textures/items/nether_wart.png b/1.10.2/assets/minecraft/textures/items/nether_wart.png new file mode 100644 index 00000000..09da1e33 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/nether_wart.png differ diff --git a/1.10.2/assets/minecraft/textures/items/netherbrick.png b/1.10.2/assets/minecraft/textures/items/netherbrick.png new file mode 100644 index 00000000..21f8ca9a Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/netherbrick.png differ diff --git a/1.10.2/assets/minecraft/textures/items/oak_boat.png b/1.10.2/assets/minecraft/textures/items/oak_boat.png new file mode 100644 index 00000000..aef92728 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/oak_boat.png differ diff --git a/1.10.2/assets/minecraft/textures/items/painting.png b/1.10.2/assets/minecraft/textures/items/painting.png new file mode 100644 index 00000000..b394f305 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/painting.png differ diff --git a/1.10.2/assets/minecraft/textures/items/paper.png b/1.10.2/assets/minecraft/textures/items/paper.png new file mode 100644 index 00000000..a1d9c7e2 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/paper.png differ diff --git a/1.10.2/assets/minecraft/textures/items/porkchop_cooked.png b/1.10.2/assets/minecraft/textures/items/porkchop_cooked.png new file mode 100644 index 00000000..b27194c8 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/porkchop_cooked.png differ diff --git a/1.10.2/assets/minecraft/textures/items/porkchop_raw.png b/1.10.2/assets/minecraft/textures/items/porkchop_raw.png new file mode 100644 index 00000000..6c1ef739 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/porkchop_raw.png differ diff --git a/1.10.2/assets/minecraft/textures/items/potato.png b/1.10.2/assets/minecraft/textures/items/potato.png new file mode 100644 index 00000000..c1d8541e Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/potato.png differ diff --git a/1.10.2/assets/minecraft/textures/items/potato_baked.png b/1.10.2/assets/minecraft/textures/items/potato_baked.png new file mode 100644 index 00000000..6d12e98e Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/potato_baked.png differ diff --git a/1.10.2/assets/minecraft/textures/items/potato_poisonous.png b/1.10.2/assets/minecraft/textures/items/potato_poisonous.png new file mode 100644 index 00000000..6f154afa Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/potato_poisonous.png differ diff --git a/1.10.2/assets/minecraft/textures/items/potion_bottle_drinkable.png b/1.10.2/assets/minecraft/textures/items/potion_bottle_drinkable.png new file mode 100644 index 00000000..bdb132d0 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/potion_bottle_drinkable.png differ diff --git a/1.10.2/assets/minecraft/textures/items/potion_bottle_empty.png b/1.10.2/assets/minecraft/textures/items/potion_bottle_empty.png new file mode 100644 index 00000000..bdb132d0 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/potion_bottle_empty.png differ diff --git a/1.10.2/assets/minecraft/textures/items/potion_bottle_lingering.png b/1.10.2/assets/minecraft/textures/items/potion_bottle_lingering.png new file mode 100644 index 00000000..3d0d092d Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/potion_bottle_lingering.png differ diff --git a/1.10.2/assets/minecraft/textures/items/potion_bottle_splash.png b/1.10.2/assets/minecraft/textures/items/potion_bottle_splash.png new file mode 100644 index 00000000..03b1f90a Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/potion_bottle_splash.png differ diff --git a/1.10.2/assets/minecraft/textures/items/potion_overlay.png b/1.10.2/assets/minecraft/textures/items/potion_overlay.png new file mode 100644 index 00000000..a842a0fe Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/potion_overlay.png differ diff --git a/1.10.2/assets/minecraft/textures/items/prismarine_crystals.png b/1.10.2/assets/minecraft/textures/items/prismarine_crystals.png new file mode 100644 index 00000000..bf6b0d0b Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/prismarine_crystals.png differ diff --git a/1.10.2/assets/minecraft/textures/items/prismarine_shard.png b/1.10.2/assets/minecraft/textures/items/prismarine_shard.png new file mode 100644 index 00000000..d0e8a4e7 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/prismarine_shard.png differ diff --git a/1.10.2/assets/minecraft/textures/items/pumpkin_pie.png b/1.10.2/assets/minecraft/textures/items/pumpkin_pie.png new file mode 100644 index 00000000..c21a032b Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/pumpkin_pie.png differ diff --git a/1.10.2/assets/minecraft/textures/items/quartz.png b/1.10.2/assets/minecraft/textures/items/quartz.png new file mode 100644 index 00000000..f19c9ba9 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/quartz.png differ diff --git a/1.10.2/assets/minecraft/textures/items/rabbit_cooked.png b/1.10.2/assets/minecraft/textures/items/rabbit_cooked.png new file mode 100644 index 00000000..ddceea8d Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/rabbit_cooked.png differ diff --git a/1.10.2/assets/minecraft/textures/items/rabbit_foot.png b/1.10.2/assets/minecraft/textures/items/rabbit_foot.png new file mode 100644 index 00000000..8aae2174 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/rabbit_foot.png differ diff --git a/1.10.2/assets/minecraft/textures/items/rabbit_hide.png b/1.10.2/assets/minecraft/textures/items/rabbit_hide.png new file mode 100644 index 00000000..bdbba15a Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/rabbit_hide.png differ diff --git a/1.10.2/assets/minecraft/textures/items/rabbit_raw.png b/1.10.2/assets/minecraft/textures/items/rabbit_raw.png new file mode 100644 index 00000000..026c8137 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/rabbit_raw.png differ diff --git a/1.10.2/assets/minecraft/textures/items/rabbit_stew.png b/1.10.2/assets/minecraft/textures/items/rabbit_stew.png new file mode 100644 index 00000000..b200e0bc Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/rabbit_stew.png differ diff --git a/1.10.2/assets/minecraft/textures/items/record_11.png b/1.10.2/assets/minecraft/textures/items/record_11.png new file mode 100644 index 00000000..a6aa1474 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/record_11.png differ diff --git a/1.10.2/assets/minecraft/textures/items/record_13.png b/1.10.2/assets/minecraft/textures/items/record_13.png new file mode 100644 index 00000000..8cd91b94 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/record_13.png differ diff --git a/1.10.2/assets/minecraft/textures/items/record_blocks.png b/1.10.2/assets/minecraft/textures/items/record_blocks.png new file mode 100644 index 00000000..3732d6c9 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/record_blocks.png differ diff --git a/1.10.2/assets/minecraft/textures/items/record_cat.png b/1.10.2/assets/minecraft/textures/items/record_cat.png new file mode 100644 index 00000000..b3527efb Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/record_cat.png differ diff --git a/1.10.2/assets/minecraft/textures/items/record_chirp.png b/1.10.2/assets/minecraft/textures/items/record_chirp.png new file mode 100644 index 00000000..63068e1a Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/record_chirp.png differ diff --git a/1.10.2/assets/minecraft/textures/items/record_far.png b/1.10.2/assets/minecraft/textures/items/record_far.png new file mode 100644 index 00000000..443ded23 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/record_far.png differ diff --git a/1.10.2/assets/minecraft/textures/items/record_mall.png b/1.10.2/assets/minecraft/textures/items/record_mall.png new file mode 100644 index 00000000..a2bf0d61 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/record_mall.png differ diff --git a/1.10.2/assets/minecraft/textures/items/record_mellohi.png b/1.10.2/assets/minecraft/textures/items/record_mellohi.png new file mode 100644 index 00000000..466f5af4 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/record_mellohi.png differ diff --git a/1.10.2/assets/minecraft/textures/items/record_stal.png b/1.10.2/assets/minecraft/textures/items/record_stal.png new file mode 100644 index 00000000..731dad63 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/record_stal.png differ diff --git a/1.10.2/assets/minecraft/textures/items/record_strad.png b/1.10.2/assets/minecraft/textures/items/record_strad.png new file mode 100644 index 00000000..c7e42ccd Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/record_strad.png differ diff --git a/1.10.2/assets/minecraft/textures/items/record_wait.png b/1.10.2/assets/minecraft/textures/items/record_wait.png new file mode 100644 index 00000000..5306b514 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/record_wait.png differ diff --git a/1.10.2/assets/minecraft/textures/items/record_ward.png b/1.10.2/assets/minecraft/textures/items/record_ward.png new file mode 100644 index 00000000..6d053fe9 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/record_ward.png differ diff --git a/1.10.2/assets/minecraft/textures/items/redstone_dust.png b/1.10.2/assets/minecraft/textures/items/redstone_dust.png new file mode 100644 index 00000000..6da938be Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/redstone_dust.png differ diff --git a/1.10.2/assets/minecraft/textures/items/reeds.png b/1.10.2/assets/minecraft/textures/items/reeds.png new file mode 100644 index 00000000..40872c66 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/reeds.png differ diff --git a/1.10.2/assets/minecraft/textures/items/repeater.png b/1.10.2/assets/minecraft/textures/items/repeater.png new file mode 100644 index 00000000..7a07381c Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/repeater.png differ diff --git a/1.10.2/assets/minecraft/textures/items/rotten_flesh.png b/1.10.2/assets/minecraft/textures/items/rotten_flesh.png new file mode 100644 index 00000000..3f39998e Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/rotten_flesh.png differ diff --git a/1.10.2/assets/minecraft/textures/items/ruby.png b/1.10.2/assets/minecraft/textures/items/ruby.png new file mode 100644 index 00000000..4f288d95 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/ruby.png differ diff --git a/1.10.2/assets/minecraft/textures/items/saddle.png b/1.10.2/assets/minecraft/textures/items/saddle.png new file mode 100644 index 00000000..b12eafa7 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/saddle.png differ diff --git a/1.10.2/assets/minecraft/textures/items/seeds_melon.png b/1.10.2/assets/minecraft/textures/items/seeds_melon.png new file mode 100644 index 00000000..ef84499c Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/seeds_melon.png differ diff --git a/1.10.2/assets/minecraft/textures/items/seeds_pumpkin.png b/1.10.2/assets/minecraft/textures/items/seeds_pumpkin.png new file mode 100644 index 00000000..8d8f0761 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/seeds_pumpkin.png differ diff --git a/1.10.2/assets/minecraft/textures/items/seeds_wheat.png b/1.10.2/assets/minecraft/textures/items/seeds_wheat.png new file mode 100644 index 00000000..83d23a6e Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/seeds_wheat.png differ diff --git a/1.10.2/assets/minecraft/textures/items/shears.png b/1.10.2/assets/minecraft/textures/items/shears.png new file mode 100644 index 00000000..f9c6de19 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/shears.png differ diff --git a/1.10.2/assets/minecraft/textures/items/sign.png b/1.10.2/assets/minecraft/textures/items/sign.png new file mode 100644 index 00000000..9b6e2ee2 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/sign.png differ diff --git a/1.10.2/assets/minecraft/textures/items/slimeball.png b/1.10.2/assets/minecraft/textures/items/slimeball.png new file mode 100644 index 00000000..e14dc942 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/slimeball.png differ diff --git a/1.10.2/assets/minecraft/textures/items/snowball.png b/1.10.2/assets/minecraft/textures/items/snowball.png new file mode 100644 index 00000000..340c6398 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/snowball.png differ diff --git a/1.10.2/assets/minecraft/textures/items/spawn_egg.png b/1.10.2/assets/minecraft/textures/items/spawn_egg.png new file mode 100644 index 00000000..b8b4c7c9 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/spawn_egg.png differ diff --git a/1.10.2/assets/minecraft/textures/items/spawn_egg_overlay.png b/1.10.2/assets/minecraft/textures/items/spawn_egg_overlay.png new file mode 100644 index 00000000..83ec78f1 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/spawn_egg_overlay.png differ diff --git a/1.10.2/assets/minecraft/textures/items/spectral_arrow.png b/1.10.2/assets/minecraft/textures/items/spectral_arrow.png new file mode 100644 index 00000000..324e26bf Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/spectral_arrow.png differ diff --git a/1.10.2/assets/minecraft/textures/items/spider_eye.png b/1.10.2/assets/minecraft/textures/items/spider_eye.png new file mode 100644 index 00000000..35d85843 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/spider_eye.png differ diff --git a/1.10.2/assets/minecraft/textures/items/spider_eye_fermented.png b/1.10.2/assets/minecraft/textures/items/spider_eye_fermented.png new file mode 100644 index 00000000..226ffb89 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/spider_eye_fermented.png differ diff --git a/1.10.2/assets/minecraft/textures/items/spruce_boat.png b/1.10.2/assets/minecraft/textures/items/spruce_boat.png new file mode 100644 index 00000000..4b1120db Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/spruce_boat.png differ diff --git a/1.10.2/assets/minecraft/textures/items/stick.png b/1.10.2/assets/minecraft/textures/items/stick.png new file mode 100644 index 00000000..c2d1853d Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/stick.png differ diff --git a/1.10.2/assets/minecraft/textures/items/stone_axe.png b/1.10.2/assets/minecraft/textures/items/stone_axe.png new file mode 100644 index 00000000..fb33584a Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/stone_axe.png differ diff --git a/1.10.2/assets/minecraft/textures/items/stone_hoe.png b/1.10.2/assets/minecraft/textures/items/stone_hoe.png new file mode 100644 index 00000000..2f6cb632 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/stone_hoe.png differ diff --git a/1.10.2/assets/minecraft/textures/items/stone_pickaxe.png b/1.10.2/assets/minecraft/textures/items/stone_pickaxe.png new file mode 100644 index 00000000..19a8e50d Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/stone_pickaxe.png differ diff --git a/1.10.2/assets/minecraft/textures/items/stone_shovel.png b/1.10.2/assets/minecraft/textures/items/stone_shovel.png new file mode 100644 index 00000000..cfccc75f Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/stone_shovel.png differ diff --git a/1.10.2/assets/minecraft/textures/items/stone_sword.png b/1.10.2/assets/minecraft/textures/items/stone_sword.png new file mode 100644 index 00000000..e5d46597 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/stone_sword.png differ diff --git a/1.10.2/assets/minecraft/textures/items/string.png b/1.10.2/assets/minecraft/textures/items/string.png new file mode 100644 index 00000000..eecdb046 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/string.png differ diff --git a/1.10.2/assets/minecraft/textures/items/structure_void.png b/1.10.2/assets/minecraft/textures/items/structure_void.png new file mode 100644 index 00000000..7cf65daf Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/structure_void.png differ diff --git a/1.10.2/assets/minecraft/textures/items/sugar.png b/1.10.2/assets/minecraft/textures/items/sugar.png new file mode 100644 index 00000000..effbfae8 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/sugar.png differ diff --git a/1.10.2/assets/minecraft/textures/items/tipped_arrow_base.png b/1.10.2/assets/minecraft/textures/items/tipped_arrow_base.png new file mode 100644 index 00000000..53cb436d Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/tipped_arrow_base.png differ diff --git a/1.10.2/assets/minecraft/textures/items/tipped_arrow_head.png b/1.10.2/assets/minecraft/textures/items/tipped_arrow_head.png new file mode 100644 index 00000000..982348cd Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/tipped_arrow_head.png differ diff --git a/1.10.2/assets/minecraft/textures/items/wheat.png b/1.10.2/assets/minecraft/textures/items/wheat.png new file mode 100644 index 00000000..bbd2fd9d Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/wheat.png differ diff --git a/1.10.2/assets/minecraft/textures/items/wood_axe.png b/1.10.2/assets/minecraft/textures/items/wood_axe.png new file mode 100644 index 00000000..3a192033 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/wood_axe.png differ diff --git a/1.10.2/assets/minecraft/textures/items/wood_hoe.png b/1.10.2/assets/minecraft/textures/items/wood_hoe.png new file mode 100644 index 00000000..cf9ba0ec Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/wood_hoe.png differ diff --git a/1.10.2/assets/minecraft/textures/items/wood_pickaxe.png b/1.10.2/assets/minecraft/textures/items/wood_pickaxe.png new file mode 100644 index 00000000..ebc6756e Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/wood_pickaxe.png differ diff --git a/1.10.2/assets/minecraft/textures/items/wood_shovel.png b/1.10.2/assets/minecraft/textures/items/wood_shovel.png new file mode 100644 index 00000000..b0579117 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/wood_shovel.png differ diff --git a/1.10.2/assets/minecraft/textures/items/wood_sword.png b/1.10.2/assets/minecraft/textures/items/wood_sword.png new file mode 100644 index 00000000..c04dc0a8 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/wood_sword.png differ diff --git a/1.10.2/assets/minecraft/textures/items/wooden_armorstand.png b/1.10.2/assets/minecraft/textures/items/wooden_armorstand.png new file mode 100644 index 00000000..5c3e24d3 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/items/wooden_armorstand.png differ diff --git a/1.10.2/assets/minecraft/textures/map/map_background.png b/1.10.2/assets/minecraft/textures/map/map_background.png new file mode 100644 index 00000000..e8ef64be Binary files /dev/null and b/1.10.2/assets/minecraft/textures/map/map_background.png differ diff --git a/1.10.2/assets/minecraft/textures/map/map_icons.png b/1.10.2/assets/minecraft/textures/map/map_icons.png new file mode 100644 index 00000000..1733e911 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/map/map_icons.png differ diff --git a/1.10.2/assets/minecraft/textures/misc/enchanted_item_glint.png b/1.10.2/assets/minecraft/textures/misc/enchanted_item_glint.png new file mode 100644 index 00000000..c252613b Binary files /dev/null and b/1.10.2/assets/minecraft/textures/misc/enchanted_item_glint.png differ diff --git a/1.10.2/assets/minecraft/textures/misc/enchanted_item_glint.png.mcmeta b/1.10.2/assets/minecraft/textures/misc/enchanted_item_glint.png.mcmeta new file mode 100644 index 00000000..e38a5ad3 --- /dev/null +++ b/1.10.2/assets/minecraft/textures/misc/enchanted_item_glint.png.mcmeta @@ -0,0 +1,5 @@ +{ + "texture": { + "blur": true + } +} diff --git a/1.10.2/assets/minecraft/textures/misc/forcefield.png b/1.10.2/assets/minecraft/textures/misc/forcefield.png new file mode 100644 index 00000000..7e8c08c0 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/misc/forcefield.png differ diff --git a/1.10.2/assets/minecraft/textures/misc/pumpkinblur.png b/1.10.2/assets/minecraft/textures/misc/pumpkinblur.png new file mode 100644 index 00000000..0587f898 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/misc/pumpkinblur.png differ diff --git a/1.10.2/assets/minecraft/textures/misc/pumpkinblur.png.mcmeta b/1.10.2/assets/minecraft/textures/misc/pumpkinblur.png.mcmeta new file mode 100644 index 00000000..2077f3ce --- /dev/null +++ b/1.10.2/assets/minecraft/textures/misc/pumpkinblur.png.mcmeta @@ -0,0 +1,6 @@ +{ + "texture": { + "blur": true + } +} + diff --git a/1.10.2/assets/minecraft/textures/misc/shadow.png b/1.10.2/assets/minecraft/textures/misc/shadow.png new file mode 100644 index 00000000..fde25b52 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/misc/shadow.png differ diff --git a/1.10.2/assets/minecraft/textures/misc/shadow.png.mcmeta b/1.10.2/assets/minecraft/textures/misc/shadow.png.mcmeta new file mode 100644 index 00000000..8c6c7d1d --- /dev/null +++ b/1.10.2/assets/minecraft/textures/misc/shadow.png.mcmeta @@ -0,0 +1,6 @@ +{ + "texture": { + "clamp": true + } +} + diff --git a/1.10.2/assets/minecraft/textures/misc/underwater.png b/1.10.2/assets/minecraft/textures/misc/underwater.png new file mode 100644 index 00000000..c2c9d3cf Binary files /dev/null and b/1.10.2/assets/minecraft/textures/misc/underwater.png differ diff --git a/1.10.2/assets/minecraft/textures/misc/unknown_pack.png b/1.10.2/assets/minecraft/textures/misc/unknown_pack.png new file mode 100644 index 00000000..f8c514ec Binary files /dev/null and b/1.10.2/assets/minecraft/textures/misc/unknown_pack.png differ diff --git a/1.10.2/assets/minecraft/textures/misc/unknown_server.png b/1.10.2/assets/minecraft/textures/misc/unknown_server.png new file mode 100644 index 00000000..f8c514ec Binary files /dev/null and b/1.10.2/assets/minecraft/textures/misc/unknown_server.png differ diff --git a/1.10.2/assets/minecraft/textures/misc/vignette.png b/1.10.2/assets/minecraft/textures/misc/vignette.png new file mode 100644 index 00000000..4d63c2d2 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/misc/vignette.png differ diff --git a/1.10.2/assets/minecraft/textures/misc/vignette.png.mcmeta b/1.10.2/assets/minecraft/textures/misc/vignette.png.mcmeta new file mode 100644 index 00000000..2077f3ce --- /dev/null +++ b/1.10.2/assets/minecraft/textures/misc/vignette.png.mcmeta @@ -0,0 +1,6 @@ +{ + "texture": { + "blur": true + } +} + diff --git a/1.10.2/assets/minecraft/textures/models/armor/chainmail_layer_1.png b/1.10.2/assets/minecraft/textures/models/armor/chainmail_layer_1.png new file mode 100644 index 00000000..420324cf Binary files /dev/null and b/1.10.2/assets/minecraft/textures/models/armor/chainmail_layer_1.png differ diff --git a/1.10.2/assets/minecraft/textures/models/armor/chainmail_layer_2.png b/1.10.2/assets/minecraft/textures/models/armor/chainmail_layer_2.png new file mode 100644 index 00000000..1a27243f Binary files /dev/null and b/1.10.2/assets/minecraft/textures/models/armor/chainmail_layer_2.png differ diff --git a/1.10.2/assets/minecraft/textures/models/armor/diamond_layer_1.png b/1.10.2/assets/minecraft/textures/models/armor/diamond_layer_1.png new file mode 100644 index 00000000..f71e89c1 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/models/armor/diamond_layer_1.png differ diff --git a/1.10.2/assets/minecraft/textures/models/armor/diamond_layer_2.png b/1.10.2/assets/minecraft/textures/models/armor/diamond_layer_2.png new file mode 100644 index 00000000..8786e624 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/models/armor/diamond_layer_2.png differ diff --git a/1.10.2/assets/minecraft/textures/models/armor/gold_layer_1.png b/1.10.2/assets/minecraft/textures/models/armor/gold_layer_1.png new file mode 100644 index 00000000..fc4b4f81 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/models/armor/gold_layer_1.png differ diff --git a/1.10.2/assets/minecraft/textures/models/armor/gold_layer_2.png b/1.10.2/assets/minecraft/textures/models/armor/gold_layer_2.png new file mode 100644 index 00000000..88967b99 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/models/armor/gold_layer_2.png differ diff --git a/1.10.2/assets/minecraft/textures/models/armor/iron_layer_1.png b/1.10.2/assets/minecraft/textures/models/armor/iron_layer_1.png new file mode 100644 index 00000000..2e9b7cf5 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/models/armor/iron_layer_1.png differ diff --git a/1.10.2/assets/minecraft/textures/models/armor/iron_layer_2.png b/1.10.2/assets/minecraft/textures/models/armor/iron_layer_2.png new file mode 100644 index 00000000..c76c01aa Binary files /dev/null and b/1.10.2/assets/minecraft/textures/models/armor/iron_layer_2.png differ diff --git a/1.10.2/assets/minecraft/textures/models/armor/leather_layer_1.png b/1.10.2/assets/minecraft/textures/models/armor/leather_layer_1.png new file mode 100644 index 00000000..c369c2c5 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/models/armor/leather_layer_1.png differ diff --git a/1.10.2/assets/minecraft/textures/models/armor/leather_layer_1_overlay.png b/1.10.2/assets/minecraft/textures/models/armor/leather_layer_1_overlay.png new file mode 100644 index 00000000..5a811af9 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/models/armor/leather_layer_1_overlay.png differ diff --git a/1.10.2/assets/minecraft/textures/models/armor/leather_layer_2.png b/1.10.2/assets/minecraft/textures/models/armor/leather_layer_2.png new file mode 100644 index 00000000..370089f1 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/models/armor/leather_layer_2.png differ diff --git a/1.10.2/assets/minecraft/textures/models/armor/leather_layer_2_overlay.png b/1.10.2/assets/minecraft/textures/models/armor/leather_layer_2_overlay.png new file mode 100644 index 00000000..7d7992a1 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/models/armor/leather_layer_2_overlay.png differ diff --git a/1.10.2/assets/minecraft/textures/painting/paintings_kristoffer_zetterstrand.png b/1.10.2/assets/minecraft/textures/painting/paintings_kristoffer_zetterstrand.png new file mode 100644 index 00000000..c0b24e99 Binary files /dev/null and b/1.10.2/assets/minecraft/textures/painting/paintings_kristoffer_zetterstrand.png differ diff --git a/1.10.2/assets/minecraft/textures/particle/footprint.png b/1.10.2/assets/minecraft/textures/particle/footprint.png new file mode 100644 index 00000000..50860abd Binary files /dev/null and b/1.10.2/assets/minecraft/textures/particle/footprint.png differ diff --git a/1.10.2/assets/minecraft/textures/particle/particles.png b/1.10.2/assets/minecraft/textures/particle/particles.png new file mode 100644 index 00000000..5641c71f Binary files /dev/null and b/1.10.2/assets/minecraft/textures/particle/particles.png differ diff --git a/1.10.2/pack.mcmeta b/1.10.2/pack.mcmeta new file mode 100644 index 00000000..dba4719b --- /dev/null +++ b/1.10.2/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "pack": { + "pack_format": 3, + "description": "§3§kGiveMESOMEEMERALDS\n§aAuthor : §2ru-minecraft.ru.§r\n§k" + } +} \ No newline at end of file diff --git a/1.10.2/pack.png b/1.10.2/pack.png new file mode 100644 index 00000000..5a58884a Binary files /dev/null and b/1.10.2/pack.png differ diff --git a/1.11.2/assets/minecraft/blockstates/acacia_door.json b/1.11.2/assets/minecraft/blockstates/acacia_door.json new file mode 100644 index 00000000..6ef5a574 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/acacia_door.json @@ -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 } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/acacia_double_slab.json b/1.11.2/assets/minecraft/blockstates/acacia_double_slab.json new file mode 100644 index 00000000..8394a73f --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/acacia_double_slab.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "acacia_planks" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/acacia_fence.json b/1.11.2/assets/minecraft/blockstates/acacia_fence.json new file mode 100644 index 00000000..784c9224 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/acacia_fence.json @@ -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 } + } + ] +} diff --git a/1.11.2/assets/minecraft/blockstates/acacia_fence_gate.json b/1.11.2/assets/minecraft/blockstates/acacia_fence_gate.json new file mode 100644 index 00000000..c7183488 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/acacia_fence_gate.json @@ -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 } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/acacia_leaves.json b/1.11.2/assets/minecraft/blockstates/acacia_leaves.json new file mode 100644 index 00000000..2ea28dc3 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/acacia_leaves.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "acacia_leaves" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/acacia_log.json b/1.11.2/assets/minecraft/blockstates/acacia_log.json new file mode 100644 index 00000000..0472f8f0 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/acacia_log.json @@ -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" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/acacia_planks.json b/1.11.2/assets/minecraft/blockstates/acacia_planks.json new file mode 100644 index 00000000..8394a73f --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/acacia_planks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "acacia_planks" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/acacia_sapling.json b/1.11.2/assets/minecraft/blockstates/acacia_sapling.json new file mode 100644 index 00000000..a2c961f7 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/acacia_sapling.json @@ -0,0 +1,6 @@ +{ + "variants": { + "stage=0": { "model": "acacia_sapling" }, + "stage=1": { "model": "acacia_sapling" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/acacia_slab.json b/1.11.2/assets/minecraft/blockstates/acacia_slab.json new file mode 100644 index 00000000..b0640a9b --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/acacia_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_acacia" }, + "half=top": { "model": "upper_slab_acacia" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/acacia_stairs.json b/1.11.2/assets/minecraft/blockstates/acacia_stairs.json new file mode 100644 index 00000000..1e0f76b5 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/acacia_stairs.json @@ -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 } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/activator_rail.json b/1.11.2/assets/minecraft/blockstates/activator_rail.json new file mode 100644 index 00000000..a86fd69a --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/activator_rail.json @@ -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" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/allium.json b/1.11.2/assets/minecraft/blockstates/allium.json new file mode 100644 index 00000000..88521a6a --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/allium.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "allium" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/andesite.json b/1.11.2/assets/minecraft/blockstates/andesite.json new file mode 100644 index 00000000..15b6b381 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/andesite.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "andesite" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/anvil.json b/1.11.2/assets/minecraft/blockstates/anvil.json new file mode 100644 index 00000000..c592bacf --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/anvil.json @@ -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 } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/beacon.json b/1.11.2/assets/minecraft/blockstates/beacon.json new file mode 100644 index 00000000..b97af99d --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/beacon.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "beacon" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/bed.json b/1.11.2/assets/minecraft/blockstates/bed.json new file mode 100644 index 00000000..06957748 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/bed.json @@ -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 } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/bedrock.json b/1.11.2/assets/minecraft/blockstates/bedrock.json new file mode 100644 index 00000000..4070fc5d --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/bedrock.json @@ -0,0 +1,10 @@ +{ + "variants": { + "normal": [ + { "model": "bedrock" }, + { "model": "bedrock_mirrored" }, + { "model": "bedrock", "y": 180 }, + { "model": "bedrock_mirrored", "y": 180 } + ] + } +} diff --git a/1.11.2/assets/minecraft/blockstates/beetroots.json b/1.11.2/assets/minecraft/blockstates/beetroots.json new file mode 100644 index 00000000..d2eb71be --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/beetroots.json @@ -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" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/birch_door.json b/1.11.2/assets/minecraft/blockstates/birch_door.json new file mode 100644 index 00000000..58de25cf --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/birch_door.json @@ -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 } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/birch_double_slab.json b/1.11.2/assets/minecraft/blockstates/birch_double_slab.json new file mode 100644 index 00000000..7c7d4f29 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/birch_double_slab.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "birch_planks" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/birch_fence.json b/1.11.2/assets/minecraft/blockstates/birch_fence.json new file mode 100644 index 00000000..c32430dd --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/birch_fence.json @@ -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 } + } + ] +} diff --git a/1.11.2/assets/minecraft/blockstates/birch_fence_gate.json b/1.11.2/assets/minecraft/blockstates/birch_fence_gate.json new file mode 100644 index 00000000..21ccc2bf --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/birch_fence_gate.json @@ -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 } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/birch_leaves.json b/1.11.2/assets/minecraft/blockstates/birch_leaves.json new file mode 100644 index 00000000..c3fcb287 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/birch_leaves.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "birch_leaves" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/birch_log.json b/1.11.2/assets/minecraft/blockstates/birch_log.json new file mode 100644 index 00000000..b4f6085a --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/birch_log.json @@ -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" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/birch_planks.json b/1.11.2/assets/minecraft/blockstates/birch_planks.json new file mode 100644 index 00000000..7c7d4f29 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/birch_planks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "birch_planks" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/birch_sapling.json b/1.11.2/assets/minecraft/blockstates/birch_sapling.json new file mode 100644 index 00000000..3a654053 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/birch_sapling.json @@ -0,0 +1,6 @@ +{ + "variants": { + "stage=0": { "model": "birch_sapling" }, + "stage=1": { "model": "birch_sapling" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/birch_slab.json b/1.11.2/assets/minecraft/blockstates/birch_slab.json new file mode 100644 index 00000000..967ddcb0 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/birch_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_birch" }, + "half=top": { "model": "upper_slab_birch" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/birch_stairs.json b/1.11.2/assets/minecraft/blockstates/birch_stairs.json new file mode 100644 index 00000000..516cd303 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/birch_stairs.json @@ -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 } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/black_carpet.json b/1.11.2/assets/minecraft/blockstates/black_carpet.json new file mode 100644 index 00000000..61e62f14 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/black_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_black" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/black_stained_glass.json b/1.11.2/assets/minecraft/blockstates/black_stained_glass.json new file mode 100644 index 00000000..6ffc12a4 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/black_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_black" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/black_stained_glass_pane.json b/1.11.2/assets/minecraft/blockstates/black_stained_glass_pane.json new file mode 100644 index 00000000..d4dc16a8 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/black_stained_glass_pane.json @@ -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 } + } + ] +} diff --git a/1.11.2/assets/minecraft/blockstates/black_stained_hardened_clay.json b/1.11.2/assets/minecraft/blockstates/black_stained_hardened_clay.json new file mode 100644 index 00000000..4bde9c28 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/black_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_black" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/black_wool.json b/1.11.2/assets/minecraft/blockstates/black_wool.json new file mode 100644 index 00000000..728ba540 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/black_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "black_wool" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/blue_carpet.json b/1.11.2/assets/minecraft/blockstates/blue_carpet.json new file mode 100644 index 00000000..d93906b5 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/blue_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_blue" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/blue_orchid.json b/1.11.2/assets/minecraft/blockstates/blue_orchid.json new file mode 100644 index 00000000..a2e98063 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/blue_orchid.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "orchid" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/blue_stained_glass.json b/1.11.2/assets/minecraft/blockstates/blue_stained_glass.json new file mode 100644 index 00000000..ad618dd7 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/blue_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_blue" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/blue_stained_glass_pane.json b/1.11.2/assets/minecraft/blockstates/blue_stained_glass_pane.json new file mode 100644 index 00000000..79c9bdc5 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/blue_stained_glass_pane.json @@ -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 } + } + ] +} diff --git a/1.11.2/assets/minecraft/blockstates/blue_stained_hardened_clay.json b/1.11.2/assets/minecraft/blockstates/blue_stained_hardened_clay.json new file mode 100644 index 00000000..aadb0f6c --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/blue_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_blue" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/blue_wool.json b/1.11.2/assets/minecraft/blockstates/blue_wool.json new file mode 100644 index 00000000..3cfcf7fd --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/blue_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "blue_wool" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/bone_block.json b/1.11.2/assets/minecraft/blockstates/bone_block.json new file mode 100644 index 00000000..d798f42e --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/bone_block.json @@ -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 } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/bookshelf.json b/1.11.2/assets/minecraft/blockstates/bookshelf.json new file mode 100644 index 00000000..175c6265 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/bookshelf.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "bookshelf" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/brewing_stand.json b/1.11.2/assets/minecraft/blockstates/brewing_stand.json new file mode 100644 index 00000000..b07ffa47 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/brewing_stand.json @@ -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" } + } + ] +} diff --git a/1.11.2/assets/minecraft/blockstates/brick_block.json b/1.11.2/assets/minecraft/blockstates/brick_block.json new file mode 100644 index 00000000..8afbf8fc --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/brick_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "brick" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/brick_double_slab.json b/1.11.2/assets/minecraft/blockstates/brick_double_slab.json new file mode 100644 index 00000000..ceb2e147 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/brick_double_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "normal": { "model": "brick" }, + "all": { "model": "brick" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/brick_slab.json b/1.11.2/assets/minecraft/blockstates/brick_slab.json new file mode 100644 index 00000000..7bdc95ee --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/brick_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_brick" }, + "half=top": { "model": "upper_slab_brick" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/brick_stairs.json b/1.11.2/assets/minecraft/blockstates/brick_stairs.json new file mode 100644 index 00000000..8c4ee95b --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/brick_stairs.json @@ -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 } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/brown_carpet.json b/1.11.2/assets/minecraft/blockstates/brown_carpet.json new file mode 100644 index 00000000..e5fd2d7d --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/brown_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_brown" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/brown_mushroom.json b/1.11.2/assets/minecraft/blockstates/brown_mushroom.json new file mode 100644 index 00000000..ef1d42fb --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/brown_mushroom.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "brown_mushroom" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/brown_mushroom_block.json b/1.11.2/assets/minecraft/blockstates/brown_mushroom_block.json new file mode 100644 index 00000000..7b1cb8c0 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/brown_mushroom_block.json @@ -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" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/brown_stained_glass.json b/1.11.2/assets/minecraft/blockstates/brown_stained_glass.json new file mode 100644 index 00000000..81d4846e --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/brown_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_brown" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/brown_stained_glass_pane.json b/1.11.2/assets/minecraft/blockstates/brown_stained_glass_pane.json new file mode 100644 index 00000000..f6bd6fd0 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/brown_stained_glass_pane.json @@ -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 } + } + ] +} diff --git a/1.11.2/assets/minecraft/blockstates/brown_stained_hardened_clay.json b/1.11.2/assets/minecraft/blockstates/brown_stained_hardened_clay.json new file mode 100644 index 00000000..31e344e1 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/brown_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_brown" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/brown_wool.json b/1.11.2/assets/minecraft/blockstates/brown_wool.json new file mode 100644 index 00000000..112805f5 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/brown_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "brown_wool" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/cactus.json b/1.11.2/assets/minecraft/blockstates/cactus.json new file mode 100644 index 00000000..3212cd1d --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/cactus.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "cactus" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/cake.json b/1.11.2/assets/minecraft/blockstates/cake.json new file mode 100644 index 00000000..c0c4af29 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/cake.json @@ -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" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/carrots.json b/1.11.2/assets/minecraft/blockstates/carrots.json new file mode 100644 index 00000000..96a53471 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/carrots.json @@ -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" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/cauldron.json b/1.11.2/assets/minecraft/blockstates/cauldron.json new file mode 100644 index 00000000..885af8f4 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/cauldron.json @@ -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" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/chain_command_block.json b/1.11.2/assets/minecraft/blockstates/chain_command_block.json new file mode 100644 index 00000000..35612650 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/chain_command_block.json @@ -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 } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/chiseled_brick_monster_egg.json b/1.11.2/assets/minecraft/blockstates/chiseled_brick_monster_egg.json new file mode 100644 index 00000000..ea2566b1 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/chiseled_brick_monster_egg.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "stonebrick_chiseled" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/chiseled_quartz_block.json b/1.11.2/assets/minecraft/blockstates/chiseled_quartz_block.json new file mode 100644 index 00000000..46748b15 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/chiseled_quartz_block.json @@ -0,0 +1,6 @@ +{ + "variants": { + "normal": { "model": "quartz_chiseled" } + } +} + diff --git a/1.11.2/assets/minecraft/blockstates/chiseled_red_sandstone.json b/1.11.2/assets/minecraft/blockstates/chiseled_red_sandstone.json new file mode 100644 index 00000000..f947ad85 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/chiseled_red_sandstone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "red_sandstone_chiseled" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/chiseled_sandstone.json b/1.11.2/assets/minecraft/blockstates/chiseled_sandstone.json new file mode 100644 index 00000000..96fbad32 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/chiseled_sandstone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "sandstone_chiseled" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/chiseled_stonebrick.json b/1.11.2/assets/minecraft/blockstates/chiseled_stonebrick.json new file mode 100644 index 00000000..ea2566b1 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/chiseled_stonebrick.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "stonebrick_chiseled" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/chorus_flower.json b/1.11.2/assets/minecraft/blockstates/chorus_flower.json new file mode 100644 index 00000000..12ae41ce --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/chorus_flower.json @@ -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" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/chorus_plant.json b/1.11.2/assets/minecraft/blockstates/chorus_plant.json new file mode 100644 index 00000000..fc53b768 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/chorus_plant.json @@ -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 } + ] + } + ] +} diff --git a/1.11.2/assets/minecraft/blockstates/clay.json b/1.11.2/assets/minecraft/blockstates/clay.json new file mode 100644 index 00000000..3fcd74f2 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "clay" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/coal_block.json b/1.11.2/assets/minecraft/blockstates/coal_block.json new file mode 100644 index 00000000..7ac479e1 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/coal_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "coal_block" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/coal_ore.json b/1.11.2/assets/minecraft/blockstates/coal_ore.json new file mode 100644 index 00000000..cc2ca2d2 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/coal_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "coal_ore" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/coarse_dirt.json b/1.11.2/assets/minecraft/blockstates/coarse_dirt.json new file mode 100644 index 00000000..25e19be3 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/coarse_dirt.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "coarse_dirt" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/cobblestone.json b/1.11.2/assets/minecraft/blockstates/cobblestone.json new file mode 100644 index 00000000..57bc457e --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/cobblestone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "cobblestone" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/cobblestone_double_slab.json b/1.11.2/assets/minecraft/blockstates/cobblestone_double_slab.json new file mode 100644 index 00000000..0e4e1653 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/cobblestone_double_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "normal": { "model": "cobblestone" }, + "all": { "model": "cobblestone" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/cobblestone_monster_egg.json b/1.11.2/assets/minecraft/blockstates/cobblestone_monster_egg.json new file mode 100644 index 00000000..57bc457e --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/cobblestone_monster_egg.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "cobblestone" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/cobblestone_slab.json b/1.11.2/assets/minecraft/blockstates/cobblestone_slab.json new file mode 100644 index 00000000..a55a4f31 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/cobblestone_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_cobblestone" }, + "half=top": { "model": "upper_slab_cobblestone" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/cobblestone_wall.json b/1.11.2/assets/minecraft/blockstates/cobblestone_wall.json new file mode 100644 index 00000000..8fcc3f49 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/cobblestone_wall.json @@ -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 } + } + ] +} diff --git a/1.11.2/assets/minecraft/blockstates/cocoa.json b/1.11.2/assets/minecraft/blockstates/cocoa.json new file mode 100644 index 00000000..9eda2fd9 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/cocoa.json @@ -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 } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/command_block.json b/1.11.2/assets/minecraft/blockstates/command_block.json new file mode 100644 index 00000000..21451258 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/command_block.json @@ -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 } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/cracked_brick_monster_egg.json b/1.11.2/assets/minecraft/blockstates/cracked_brick_monster_egg.json new file mode 100644 index 00000000..58adbf2b --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/cracked_brick_monster_egg.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "stonebrick_cracked" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/cracked_stonebrick.json b/1.11.2/assets/minecraft/blockstates/cracked_stonebrick.json new file mode 100644 index 00000000..58adbf2b --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/cracked_stonebrick.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "stonebrick_cracked" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/crafting_table.json b/1.11.2/assets/minecraft/blockstates/crafting_table.json new file mode 100644 index 00000000..ef1590ad --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/crafting_table.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "crafting_table" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/cyan_carpet.json b/1.11.2/assets/minecraft/blockstates/cyan_carpet.json new file mode 100644 index 00000000..dd9fc91f --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/cyan_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_cyan" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/cyan_stained_glass.json b/1.11.2/assets/minecraft/blockstates/cyan_stained_glass.json new file mode 100644 index 00000000..388279f0 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/cyan_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_cyan" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/cyan_stained_glass_pane.json b/1.11.2/assets/minecraft/blockstates/cyan_stained_glass_pane.json new file mode 100644 index 00000000..488e9bdd --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/cyan_stained_glass_pane.json @@ -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 } + } + ] +} diff --git a/1.11.2/assets/minecraft/blockstates/cyan_stained_hardened_clay.json b/1.11.2/assets/minecraft/blockstates/cyan_stained_hardened_clay.json new file mode 100644 index 00000000..c67b33b9 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/cyan_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_cyan" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/cyan_wool.json b/1.11.2/assets/minecraft/blockstates/cyan_wool.json new file mode 100644 index 00000000..db589f31 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/cyan_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "cyan_wool" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/dandelion.json b/1.11.2/assets/minecraft/blockstates/dandelion.json new file mode 100644 index 00000000..6d49256e --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/dandelion.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "dandelion" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/dark_oak_door.json b/1.11.2/assets/minecraft/blockstates/dark_oak_door.json new file mode 100644 index 00000000..4681e94e --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/dark_oak_door.json @@ -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 } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/dark_oak_double_slab.json b/1.11.2/assets/minecraft/blockstates/dark_oak_double_slab.json new file mode 100644 index 00000000..0dd3e069 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/dark_oak_double_slab.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "dark_oak_planks" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/dark_oak_fence.json b/1.11.2/assets/minecraft/blockstates/dark_oak_fence.json new file mode 100644 index 00000000..9d1e99b4 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/dark_oak_fence.json @@ -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 } + } + ] +} diff --git a/1.11.2/assets/minecraft/blockstates/dark_oak_fence_gate.json b/1.11.2/assets/minecraft/blockstates/dark_oak_fence_gate.json new file mode 100644 index 00000000..95c0458f --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/dark_oak_fence_gate.json @@ -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 } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/dark_oak_leaves.json b/1.11.2/assets/minecraft/blockstates/dark_oak_leaves.json new file mode 100644 index 00000000..bb681958 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/dark_oak_leaves.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "dark_oak_leaves" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/dark_oak_log.json b/1.11.2/assets/minecraft/blockstates/dark_oak_log.json new file mode 100644 index 00000000..a5ce16a2 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/dark_oak_log.json @@ -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" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/dark_oak_planks.json b/1.11.2/assets/minecraft/blockstates/dark_oak_planks.json new file mode 100644 index 00000000..0dd3e069 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/dark_oak_planks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "dark_oak_planks" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/dark_oak_sapling.json b/1.11.2/assets/minecraft/blockstates/dark_oak_sapling.json new file mode 100644 index 00000000..6d1d2e97 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/dark_oak_sapling.json @@ -0,0 +1,6 @@ +{ + "variants": { + "stage=0": { "model": "dark_oak_sapling" }, + "stage=1": { "model": "dark_oak_sapling" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/dark_oak_slab.json b/1.11.2/assets/minecraft/blockstates/dark_oak_slab.json new file mode 100644 index 00000000..9b0ed649 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/dark_oak_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_dark_oak" }, + "half=top": { "model": "upper_slab_dark_oak" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/dark_oak_stairs.json b/1.11.2/assets/minecraft/blockstates/dark_oak_stairs.json new file mode 100644 index 00000000..c754e842 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/dark_oak_stairs.json @@ -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 } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/dark_prismarine.json b/1.11.2/assets/minecraft/blockstates/dark_prismarine.json new file mode 100644 index 00000000..7f87a8d5 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/dark_prismarine.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "prismarine_dark" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/daylight_detector.json b/1.11.2/assets/minecraft/blockstates/daylight_detector.json new file mode 100644 index 00000000..862d7a92 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/daylight_detector.json @@ -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" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/daylight_detector_inverted.json b/1.11.2/assets/minecraft/blockstates/daylight_detector_inverted.json new file mode 100644 index 00000000..55de23be --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/daylight_detector_inverted.json @@ -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" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/dead_bush.json b/1.11.2/assets/minecraft/blockstates/dead_bush.json new file mode 100644 index 00000000..faa7eae7 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/dead_bush.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "dead_bush" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/detector_rail.json b/1.11.2/assets/minecraft/blockstates/detector_rail.json new file mode 100644 index 00000000..d5146b15 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/detector_rail.json @@ -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" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/diamond_block.json b/1.11.2/assets/minecraft/blockstates/diamond_block.json new file mode 100644 index 00000000..d8db9e5b --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/diamond_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "diamond_block" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/diamond_ore.json b/1.11.2/assets/minecraft/blockstates/diamond_ore.json new file mode 100644 index 00000000..ba58d552 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/diamond_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "diamond_ore" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/diorite.json b/1.11.2/assets/minecraft/blockstates/diorite.json new file mode 100644 index 00000000..5c6f010f --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/diorite.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "diorite" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/dirt.json b/1.11.2/assets/minecraft/blockstates/dirt.json new file mode 100644 index 00000000..16816dd1 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/dirt.json @@ -0,0 +1,10 @@ +{ + "variants": { + "normal": [ + { "model": "dirt" }, + { "model": "dirt", "y": 90 }, + { "model": "dirt", "y": 180 }, + { "model": "dirt", "y": 270 } + ] + } +} diff --git a/1.11.2/assets/minecraft/blockstates/dispenser.json b/1.11.2/assets/minecraft/blockstates/dispenser.json new file mode 100644 index 00000000..fb587384 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/dispenser.json @@ -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 } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/double_fern.json b/1.11.2/assets/minecraft/blockstates/double_fern.json new file mode 100644 index 00000000..9b2ad6a8 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/double_fern.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=lower": { "model": "double_fern_bottom" }, + "half=upper": { "model": "double_fern_top" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/double_grass.json b/1.11.2/assets/minecraft/blockstates/double_grass.json new file mode 100644 index 00000000..d0971c6d --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/double_grass.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=lower": { "model": "double_grass_bottom" }, + "half=upper": { "model": "double_grass_top" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/double_rose.json b/1.11.2/assets/minecraft/blockstates/double_rose.json new file mode 100644 index 00000000..cf008d0b --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/double_rose.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=lower": { "model": "double_rose_bottom" }, + "half=upper": { "model": "double_rose_top" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/dragon_egg.json b/1.11.2/assets/minecraft/blockstates/dragon_egg.json new file mode 100644 index 00000000..16fdcfdd --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/dragon_egg.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "dragon_egg" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/dropper.json b/1.11.2/assets/minecraft/blockstates/dropper.json new file mode 100644 index 00000000..41cc1d4b --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/dropper.json @@ -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 } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/emerald_block.json b/1.11.2/assets/minecraft/blockstates/emerald_block.json new file mode 100644 index 00000000..325f8287 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/emerald_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "emerald_block" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/emerald_ore.json b/1.11.2/assets/minecraft/blockstates/emerald_ore.json new file mode 100644 index 00000000..816e2b5f --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/emerald_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "emerald_ore" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/enchanting_table.json b/1.11.2/assets/minecraft/blockstates/enchanting_table.json new file mode 100644 index 00000000..33892364 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/enchanting_table.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "enchanting_table_base" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/end_bricks.json b/1.11.2/assets/minecraft/blockstates/end_bricks.json new file mode 100644 index 00000000..088e4fab --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/end_bricks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "end_bricks" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/end_portal_frame.json b/1.11.2/assets/minecraft/blockstates/end_portal_frame.json new file mode 100644 index 00000000..e44bada9 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/end_portal_frame.json @@ -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 } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/end_rod.json b/1.11.2/assets/minecraft/blockstates/end_rod.json new file mode 100644 index 00000000..6b11848a --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/end_rod.json @@ -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 } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/end_stone.json b/1.11.2/assets/minecraft/blockstates/end_stone.json new file mode 100644 index 00000000..cdaef3ba --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/end_stone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "end_stone" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/farmland.json b/1.11.2/assets/minecraft/blockstates/farmland.json new file mode 100644 index 00000000..7897855f --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/farmland.json @@ -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" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/fence.json b/1.11.2/assets/minecraft/blockstates/fence.json new file mode 100644 index 00000000..fc1dae48 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/fence.json @@ -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 } + } + ] +} diff --git a/1.11.2/assets/minecraft/blockstates/fence_gate.json b/1.11.2/assets/minecraft/blockstates/fence_gate.json new file mode 100644 index 00000000..52ecf366 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/fence_gate.json @@ -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 } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/fern.json b/1.11.2/assets/minecraft/blockstates/fern.json new file mode 100644 index 00000000..bac41869 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/fern.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "fern" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/fire.json b/1.11.2/assets/minecraft/blockstates/fire.json new file mode 100644 index 00000000..7c76692c --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/fire.json @@ -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" } + ] + } + ] +} diff --git a/1.11.2/assets/minecraft/blockstates/flower_pot.json b/1.11.2/assets/minecraft/blockstates/flower_pot.json new file mode 100644 index 00000000..0658f2ee --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/flower_pot.json @@ -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" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/frosted_ice.json b/1.11.2/assets/minecraft/blockstates/frosted_ice.json new file mode 100644 index 00000000..278dbba6 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/frosted_ice.json @@ -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" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/furnace.json b/1.11.2/assets/minecraft/blockstates/furnace.json new file mode 100644 index 00000000..7d685396 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/furnace.json @@ -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 } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/glass.json b/1.11.2/assets/minecraft/blockstates/glass.json new file mode 100644 index 00000000..21f793e8 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/glass_pane.json b/1.11.2/assets/minecraft/blockstates/glass_pane.json new file mode 100644 index 00000000..d92e3d18 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/glass_pane.json @@ -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 } + } + ] +} diff --git a/1.11.2/assets/minecraft/blockstates/glowstone.json b/1.11.2/assets/minecraft/blockstates/glowstone.json new file mode 100644 index 00000000..bb47454e --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/glowstone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glowstone" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/gold_block.json b/1.11.2/assets/minecraft/blockstates/gold_block.json new file mode 100644 index 00000000..3845d23f --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/gold_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "gold_block" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/gold_ore.json b/1.11.2/assets/minecraft/blockstates/gold_ore.json new file mode 100644 index 00000000..ce4930d9 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/gold_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "gold_ore" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/golden_rail.json b/1.11.2/assets/minecraft/blockstates/golden_rail.json new file mode 100644 index 00000000..ca4cb416 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/golden_rail.json @@ -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" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/granite.json b/1.11.2/assets/minecraft/blockstates/granite.json new file mode 100644 index 00000000..d1cb8c14 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/granite.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "granite" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/grass.json b/1.11.2/assets/minecraft/blockstates/grass.json new file mode 100644 index 00000000..e9576b4e --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/grass.json @@ -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" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/grass_path.json b/1.11.2/assets/minecraft/blockstates/grass_path.json new file mode 100644 index 00000000..e327847e --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/grass_path.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "grass_path" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/gravel.json b/1.11.2/assets/minecraft/blockstates/gravel.json new file mode 100644 index 00000000..6cbcc83a --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/gravel.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "gravel" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/gray_carpet.json b/1.11.2/assets/minecraft/blockstates/gray_carpet.json new file mode 100644 index 00000000..fb48eae5 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/gray_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_gray" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/gray_stained_glass.json b/1.11.2/assets/minecraft/blockstates/gray_stained_glass.json new file mode 100644 index 00000000..91634537 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/gray_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_gray" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/gray_stained_glass_pane.json b/1.11.2/assets/minecraft/blockstates/gray_stained_glass_pane.json new file mode 100644 index 00000000..be94cccf --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/gray_stained_glass_pane.json @@ -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 } + } + ] +} diff --git a/1.11.2/assets/minecraft/blockstates/gray_stained_hardened_clay.json b/1.11.2/assets/minecraft/blockstates/gray_stained_hardened_clay.json new file mode 100644 index 00000000..272d95b8 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/gray_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_gray" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/gray_wool.json b/1.11.2/assets/minecraft/blockstates/gray_wool.json new file mode 100644 index 00000000..7c908708 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/gray_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "gray_wool" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/green_carpet.json b/1.11.2/assets/minecraft/blockstates/green_carpet.json new file mode 100644 index 00000000..265b5642 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/green_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_green" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/green_stained_glass.json b/1.11.2/assets/minecraft/blockstates/green_stained_glass.json new file mode 100644 index 00000000..e7bc0f2f --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/green_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_green" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/green_stained_glass_pane.json b/1.11.2/assets/minecraft/blockstates/green_stained_glass_pane.json new file mode 100644 index 00000000..a019569b --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/green_stained_glass_pane.json @@ -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 } + } + ] +} diff --git a/1.11.2/assets/minecraft/blockstates/green_stained_hardened_clay.json b/1.11.2/assets/minecraft/blockstates/green_stained_hardened_clay.json new file mode 100644 index 00000000..6fb1f6c1 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/green_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_green" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/green_wool.json b/1.11.2/assets/minecraft/blockstates/green_wool.json new file mode 100644 index 00000000..34d84e71 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/green_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "green_wool" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/hardened_clay.json b/1.11.2/assets/minecraft/blockstates/hardened_clay.json new file mode 100644 index 00000000..cb386870 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/hay_block.json b/1.11.2/assets/minecraft/blockstates/hay_block.json new file mode 100644 index 00000000..58c4f66a --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/hay_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "hay" }, + "axis=z": { "model": "hay", "x": 90 }, + "axis=x": { "model": "hay", "x": 90, "y": 90 } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/heavy_weighted_pressure_plate.json b/1.11.2/assets/minecraft/blockstates/heavy_weighted_pressure_plate.json new file mode 100644 index 00000000..11e524cd --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/heavy_weighted_pressure_plate.json @@ -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" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/hopper.json b/1.11.2/assets/minecraft/blockstates/hopper.json new file mode 100644 index 00000000..24f53053 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/hopper.json @@ -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 } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/houstonia.json b/1.11.2/assets/minecraft/blockstates/houstonia.json new file mode 100644 index 00000000..655ba021 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/houstonia.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "houstonia" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/ice.json b/1.11.2/assets/minecraft/blockstates/ice.json new file mode 100644 index 00000000..80122313 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/ice.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "ice" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/iron_bars.json b/1.11.2/assets/minecraft/blockstates/iron_bars.json new file mode 100644 index 00000000..4e576174 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/iron_bars.json @@ -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 } + } + ] +} diff --git a/1.11.2/assets/minecraft/blockstates/iron_block.json b/1.11.2/assets/minecraft/blockstates/iron_block.json new file mode 100644 index 00000000..eca5c0d3 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/iron_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "iron_block" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/iron_door.json b/1.11.2/assets/minecraft/blockstates/iron_door.json new file mode 100644 index 00000000..ceb809e5 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/iron_door.json @@ -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 } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/iron_ore.json b/1.11.2/assets/minecraft/blockstates/iron_ore.json new file mode 100644 index 00000000..3365f5e0 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/iron_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "iron_ore" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/iron_trapdoor.json b/1.11.2/assets/minecraft/blockstates/iron_trapdoor.json new file mode 100644 index 00000000..13c116ee --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/iron_trapdoor.json @@ -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 } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/item_frame.json b/1.11.2/assets/minecraft/blockstates/item_frame.json new file mode 100644 index 00000000..b7bbebb9 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/item_frame.json @@ -0,0 +1,6 @@ +{ + "variants": { + "normal": { "model": "item_frame" }, + "map": { "model": "item_frame_map" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/jukebox.json b/1.11.2/assets/minecraft/blockstates/jukebox.json new file mode 100644 index 00000000..6e6d0daf --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/jukebox.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "jukebox" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/jungle_door.json b/1.11.2/assets/minecraft/blockstates/jungle_door.json new file mode 100644 index 00000000..59881333 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/jungle_door.json @@ -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 } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/jungle_double_slab.json b/1.11.2/assets/minecraft/blockstates/jungle_double_slab.json new file mode 100644 index 00000000..5c863ecf --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/jungle_double_slab.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "jungle_planks" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/jungle_fence.json b/1.11.2/assets/minecraft/blockstates/jungle_fence.json new file mode 100644 index 00000000..5aebefff --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/jungle_fence.json @@ -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 } + } + ] +} diff --git a/1.11.2/assets/minecraft/blockstates/jungle_fence_gate.json b/1.11.2/assets/minecraft/blockstates/jungle_fence_gate.json new file mode 100644 index 00000000..2f402711 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/jungle_fence_gate.json @@ -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 } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/jungle_leaves.json b/1.11.2/assets/minecraft/blockstates/jungle_leaves.json new file mode 100644 index 00000000..e1f30d9e --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/jungle_leaves.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "jungle_leaves" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/jungle_log.json b/1.11.2/assets/minecraft/blockstates/jungle_log.json new file mode 100644 index 00000000..7b518944 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/jungle_log.json @@ -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" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/jungle_planks.json b/1.11.2/assets/minecraft/blockstates/jungle_planks.json new file mode 100644 index 00000000..5c863ecf --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/jungle_planks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "jungle_planks" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/jungle_sapling.json b/1.11.2/assets/minecraft/blockstates/jungle_sapling.json new file mode 100644 index 00000000..54391717 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/jungle_sapling.json @@ -0,0 +1,6 @@ +{ + "variants": { + "stage=0": { "model": "jungle_sapling" }, + "stage=1": { "model": "jungle_sapling" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/jungle_slab.json b/1.11.2/assets/minecraft/blockstates/jungle_slab.json new file mode 100644 index 00000000..07b026f3 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/jungle_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_jungle" }, + "half=top": { "model": "upper_slab_jungle" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/jungle_stairs.json b/1.11.2/assets/minecraft/blockstates/jungle_stairs.json new file mode 100644 index 00000000..5d14b764 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/jungle_stairs.json @@ -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 } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/ladder.json b/1.11.2/assets/minecraft/blockstates/ladder.json new file mode 100644 index 00000000..8e6c6d68 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/ladder.json @@ -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 } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/lapis_block.json b/1.11.2/assets/minecraft/blockstates/lapis_block.json new file mode 100644 index 00000000..1421db7b --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/lapis_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "lapis_block" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/lapis_ore.json b/1.11.2/assets/minecraft/blockstates/lapis_ore.json new file mode 100644 index 00000000..2ab096e3 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/lapis_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "lapis_ore" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/lever.json b/1.11.2/assets/minecraft/blockstates/lever.json new file mode 100644 index 00000000..5678f68b --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/lever.json @@ -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 } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/light_blue_carpet.json b/1.11.2/assets/minecraft/blockstates/light_blue_carpet.json new file mode 100644 index 00000000..4337685b --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/light_blue_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_light_blue" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/light_blue_stained_glass.json b/1.11.2/assets/minecraft/blockstates/light_blue_stained_glass.json new file mode 100644 index 00000000..ddea4a42 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/light_blue_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_light_blue" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/light_blue_stained_glass_pane.json b/1.11.2/assets/minecraft/blockstates/light_blue_stained_glass_pane.json new file mode 100644 index 00000000..33908259 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/light_blue_stained_glass_pane.json @@ -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 } + } + ] +} diff --git a/1.11.2/assets/minecraft/blockstates/light_blue_stained_hardened_clay.json b/1.11.2/assets/minecraft/blockstates/light_blue_stained_hardened_clay.json new file mode 100644 index 00000000..f579a422 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/light_blue_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_light_blue" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/light_blue_wool.json b/1.11.2/assets/minecraft/blockstates/light_blue_wool.json new file mode 100644 index 00000000..018e28f0 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/light_blue_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "light_blue_wool" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/light_weighted_pressure_plate.json b/1.11.2/assets/minecraft/blockstates/light_weighted_pressure_plate.json new file mode 100644 index 00000000..0d07c347 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/light_weighted_pressure_plate.json @@ -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" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/lime_carpet.json b/1.11.2/assets/minecraft/blockstates/lime_carpet.json new file mode 100644 index 00000000..f9ac304d --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/lime_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_lime" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/lime_stained_glass.json b/1.11.2/assets/minecraft/blockstates/lime_stained_glass.json new file mode 100644 index 00000000..8f747f73 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/lime_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_lime" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/lime_stained_glass_pane.json b/1.11.2/assets/minecraft/blockstates/lime_stained_glass_pane.json new file mode 100644 index 00000000..e6498655 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/lime_stained_glass_pane.json @@ -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 } + } + ] +} diff --git a/1.11.2/assets/minecraft/blockstates/lime_stained_hardened_clay.json b/1.11.2/assets/minecraft/blockstates/lime_stained_hardened_clay.json new file mode 100644 index 00000000..1fcba4b5 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/lime_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_lime" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/lime_wool.json b/1.11.2/assets/minecraft/blockstates/lime_wool.json new file mode 100644 index 00000000..31849a63 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/lime_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "lime_wool" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/lit_furnace.json b/1.11.2/assets/minecraft/blockstates/lit_furnace.json new file mode 100644 index 00000000..42aaa48a --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/lit_furnace.json @@ -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 } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/lit_pumpkin.json b/1.11.2/assets/minecraft/blockstates/lit_pumpkin.json new file mode 100644 index 00000000..bf1c4c43 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/lit_pumpkin.json @@ -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 } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/lit_redstone_lamp.json b/1.11.2/assets/minecraft/blockstates/lit_redstone_lamp.json new file mode 100644 index 00000000..bf419c97 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/lit_redstone_lamp.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "lit_redstone_lamp" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/lit_redstone_ore.json b/1.11.2/assets/minecraft/blockstates/lit_redstone_ore.json new file mode 100644 index 00000000..c3242798 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/lit_redstone_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "lit_redstone_ore" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/magenta_carpet.json b/1.11.2/assets/minecraft/blockstates/magenta_carpet.json new file mode 100644 index 00000000..859951c3 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/magenta_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_magenta" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/magenta_stained_glass.json b/1.11.2/assets/minecraft/blockstates/magenta_stained_glass.json new file mode 100644 index 00000000..173e017f --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/magenta_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_magenta" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/magenta_stained_glass_pane.json b/1.11.2/assets/minecraft/blockstates/magenta_stained_glass_pane.json new file mode 100644 index 00000000..fffdacd3 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/magenta_stained_glass_pane.json @@ -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 } + } + ] +} diff --git a/1.11.2/assets/minecraft/blockstates/magenta_stained_hardened_clay.json b/1.11.2/assets/minecraft/blockstates/magenta_stained_hardened_clay.json new file mode 100644 index 00000000..f380de69 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/magenta_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_magenta" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/magenta_wool.json b/1.11.2/assets/minecraft/blockstates/magenta_wool.json new file mode 100644 index 00000000..86d8c5f8 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/magenta_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "magenta_wool" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/magma.json b/1.11.2/assets/minecraft/blockstates/magma.json new file mode 100644 index 00000000..eaa0112b --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/magma.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "magma" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/melon_block.json b/1.11.2/assets/minecraft/blockstates/melon_block.json new file mode 100644 index 00000000..68909f15 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/melon_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "melon" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/melon_stem.json b/1.11.2/assets/minecraft/blockstates/melon_stem.json new file mode 100644 index 00000000..44519d66 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/melon_stem.json @@ -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 } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/mob_spawner.json b/1.11.2/assets/minecraft/blockstates/mob_spawner.json new file mode 100644 index 00000000..a90c1127 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/mob_spawner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "mob_spawner_cage" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/mossy_brick_monster_egg.json b/1.11.2/assets/minecraft/blockstates/mossy_brick_monster_egg.json new file mode 100644 index 00000000..5a220cde --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/mossy_brick_monster_egg.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "stonebrick_mossy" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/mossy_cobblestone.json b/1.11.2/assets/minecraft/blockstates/mossy_cobblestone.json new file mode 100644 index 00000000..8c2387ac --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/mossy_cobblestone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "mossy_cobblestone" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/mossy_cobblestone_wall.json b/1.11.2/assets/minecraft/blockstates/mossy_cobblestone_wall.json new file mode 100644 index 00000000..e4a7314c --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/mossy_cobblestone_wall.json @@ -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 } + } + ] +} diff --git a/1.11.2/assets/minecraft/blockstates/mossy_stonebrick.json b/1.11.2/assets/minecraft/blockstates/mossy_stonebrick.json new file mode 100644 index 00000000..5a220cde --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/mossy_stonebrick.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "stonebrick_mossy" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/mycelium.json b/1.11.2/assets/minecraft/blockstates/mycelium.json new file mode 100644 index 00000000..015296d5 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/mycelium.json @@ -0,0 +1,6 @@ +{ + "variants": { + "snowy=false": { "model": "mycelium" }, + "snowy=true": { "model": "grass_snowed" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/nether_brick.json b/1.11.2/assets/minecraft/blockstates/nether_brick.json new file mode 100644 index 00000000..c43139da --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/nether_brick.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "nether_brick" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/nether_brick_double_slab.json b/1.11.2/assets/minecraft/blockstates/nether_brick_double_slab.json new file mode 100644 index 00000000..245f8348 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/nether_brick_double_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "normal": { "model": "nether_brick" }, + "all": { "model": "nether_brick" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/nether_brick_fence.json b/1.11.2/assets/minecraft/blockstates/nether_brick_fence.json new file mode 100644 index 00000000..0df4111e --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/nether_brick_fence.json @@ -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 } + } + ] +} diff --git a/1.11.2/assets/minecraft/blockstates/nether_brick_slab.json b/1.11.2/assets/minecraft/blockstates/nether_brick_slab.json new file mode 100644 index 00000000..f240d08d --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/nether_brick_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_nether_brick" }, + "half=top": { "model": "upper_slab_nether_brick" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/nether_brick_stairs.json b/1.11.2/assets/minecraft/blockstates/nether_brick_stairs.json new file mode 100644 index 00000000..59f1fb7f --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/nether_brick_stairs.json @@ -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 } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/nether_wart.json b/1.11.2/assets/minecraft/blockstates/nether_wart.json new file mode 100644 index 00000000..64c5d34c --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/nether_wart.json @@ -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" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/nether_wart_block.json b/1.11.2/assets/minecraft/blockstates/nether_wart_block.json new file mode 100644 index 00000000..1170efa3 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/nether_wart_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "nether_wart_block" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/netherrack.json b/1.11.2/assets/minecraft/blockstates/netherrack.json new file mode 100644 index 00000000..2c1f9361 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/netherrack.json @@ -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 } + ] + } +} diff --git a/1.11.2/assets/minecraft/blockstates/noteblock.json b/1.11.2/assets/minecraft/blockstates/noteblock.json new file mode 100644 index 00000000..e7bc8e62 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/noteblock.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "noteblock" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/oak_double_slab.json b/1.11.2/assets/minecraft/blockstates/oak_double_slab.json new file mode 100644 index 00000000..1af29d1a --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/oak_double_slab.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "oak_planks" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/oak_leaves.json b/1.11.2/assets/minecraft/blockstates/oak_leaves.json new file mode 100644 index 00000000..fb786141 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/oak_leaves.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "oak_leaves" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/oak_log.json b/1.11.2/assets/minecraft/blockstates/oak_log.json new file mode 100644 index 00000000..a117c46d --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/oak_log.json @@ -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" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/oak_planks.json b/1.11.2/assets/minecraft/blockstates/oak_planks.json new file mode 100644 index 00000000..1af29d1a --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/oak_planks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "oak_planks" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/oak_sapling.json b/1.11.2/assets/minecraft/blockstates/oak_sapling.json new file mode 100644 index 00000000..177b4bb8 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/oak_sapling.json @@ -0,0 +1,6 @@ +{ + "variants": { + "stage=0": { "model": "oak_sapling" }, + "stage=1": { "model": "oak_sapling" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/oak_slab.json b/1.11.2/assets/minecraft/blockstates/oak_slab.json new file mode 100644 index 00000000..80d06ee7 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/oak_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_oak" }, + "half=top": { "model": "upper_slab_oak" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/oak_stairs.json b/1.11.2/assets/minecraft/blockstates/oak_stairs.json new file mode 100644 index 00000000..8baa5ad9 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/oak_stairs.json @@ -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 } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/observer.json b/1.11.2/assets/minecraft/blockstates/observer.json new file mode 100644 index 00000000..07eab762 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/observer.json @@ -0,0 +1,16 @@ +{ + "variants": { + "facing=up,powered=false": { "model": "observer", "x": 270 }, + "facing=down,powered=false": { "model": "observer", "x": 90 }, + "facing=north,powered=false": { "model": "observer" }, + "facing=south,powered=false": { "model": "observer", "y": 180 }, + "facing=west,powered=false": { "model": "observer", "y": 270 }, + "facing=east,powered=false": { "model": "observer", "y": 90 }, + "facing=up,powered=true": { "model": "observer_powered", "x": 270 }, + "facing=down,powered=true": { "model": "observer_powered", "x": 90 }, + "facing=north,powered=true": { "model": "observer_powered" }, + "facing=south,powered=true": { "model": "observer_powered", "y": 180 }, + "facing=west,powered=true": { "model": "observer_powered", "y": 270 }, + "facing=east,powered=true": { "model": "observer_powered", "y": 90 } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/obsidian.json b/1.11.2/assets/minecraft/blockstates/obsidian.json new file mode 100644 index 00000000..02218430 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/obsidian.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "obsidian" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/orange_carpet.json b/1.11.2/assets/minecraft/blockstates/orange_carpet.json new file mode 100644 index 00000000..36716cbe --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/orange_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_orange" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/orange_stained_glass.json b/1.11.2/assets/minecraft/blockstates/orange_stained_glass.json new file mode 100644 index 00000000..57cf8d4e --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/orange_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_orange" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/orange_stained_glass_pane.json b/1.11.2/assets/minecraft/blockstates/orange_stained_glass_pane.json new file mode 100644 index 00000000..0e3593e7 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/orange_stained_glass_pane.json @@ -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 } + } + ] +} diff --git a/1.11.2/assets/minecraft/blockstates/orange_stained_hardened_clay.json b/1.11.2/assets/minecraft/blockstates/orange_stained_hardened_clay.json new file mode 100644 index 00000000..c242910f --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/orange_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_orange" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/orange_tulip.json b/1.11.2/assets/minecraft/blockstates/orange_tulip.json new file mode 100644 index 00000000..7c9ba206 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/orange_tulip.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "orange_tulip" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/orange_wool.json b/1.11.2/assets/minecraft/blockstates/orange_wool.json new file mode 100644 index 00000000..6aeda3ad --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/orange_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "orange_wool" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/oxeye_daisy.json b/1.11.2/assets/minecraft/blockstates/oxeye_daisy.json new file mode 100644 index 00000000..178c10a8 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/oxeye_daisy.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "daisy" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/packed_ice.json b/1.11.2/assets/minecraft/blockstates/packed_ice.json new file mode 100644 index 00000000..c0de5b2a --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/packed_ice.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "packed_ice" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/paeonia.json b/1.11.2/assets/minecraft/blockstates/paeonia.json new file mode 100644 index 00000000..f96923bc --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/paeonia.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=lower": { "model": "double_paeonia_bottom" }, + "half=upper": { "model": "double_paeonia_top" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/pink_carpet.json b/1.11.2/assets/minecraft/blockstates/pink_carpet.json new file mode 100644 index 00000000..d040f3d4 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/pink_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_pink" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/pink_stained_glass.json b/1.11.2/assets/minecraft/blockstates/pink_stained_glass.json new file mode 100644 index 00000000..14d9fcf7 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/pink_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_pink" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/pink_stained_glass_pane.json b/1.11.2/assets/minecraft/blockstates/pink_stained_glass_pane.json new file mode 100644 index 00000000..a6f5a599 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/pink_stained_glass_pane.json @@ -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 } + } + ] +} diff --git a/1.11.2/assets/minecraft/blockstates/pink_stained_hardened_clay.json b/1.11.2/assets/minecraft/blockstates/pink_stained_hardened_clay.json new file mode 100644 index 00000000..d9ca1c6d --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/pink_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_pink" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/pink_tulip.json b/1.11.2/assets/minecraft/blockstates/pink_tulip.json new file mode 100644 index 00000000..5902262f --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/pink_tulip.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "pink_tulip" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/pink_wool.json b/1.11.2/assets/minecraft/blockstates/pink_wool.json new file mode 100644 index 00000000..fcdaa96c --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/pink_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "pink_wool" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/piston.json b/1.11.2/assets/minecraft/blockstates/piston.json new file mode 100644 index 00000000..7c40cc7c --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/piston.json @@ -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 } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/piston_head.json b/1.11.2/assets/minecraft/blockstates/piston_head.json new file mode 100644 index 00000000..e3014a0d --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/piston_head.json @@ -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 } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/podzol.json b/1.11.2/assets/minecraft/blockstates/podzol.json new file mode 100644 index 00000000..464924a2 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/podzol.json @@ -0,0 +1,6 @@ +{ + "variants": { + "snowy=false": { "model": "podzol" }, + "snowy=true": { "model": "grass_snowed" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/poppy.json b/1.11.2/assets/minecraft/blockstates/poppy.json new file mode 100644 index 00000000..fce0638a --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/poppy.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "poppy" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/portal.json b/1.11.2/assets/minecraft/blockstates/portal.json new file mode 100644 index 00000000..7fe9eb01 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/portal.json @@ -0,0 +1,6 @@ +{ + "variants": { + "axis=z": { "model": "portal_ew" }, + "axis=x": { "model": "portal_ns" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/potatoes.json b/1.11.2/assets/minecraft/blockstates/potatoes.json new file mode 100644 index 00000000..de8f92dc --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/potatoes.json @@ -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" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/powered_comparator.json b/1.11.2/assets/minecraft/blockstates/powered_comparator.json new file mode 100644 index 00000000..9f753e61 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/powered_comparator.json @@ -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 } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/powered_repeater.json b/1.11.2/assets/minecraft/blockstates/powered_repeater.json new file mode 100644 index 00000000..deff0c2c --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/powered_repeater.json @@ -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 } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/prismarine.json b/1.11.2/assets/minecraft/blockstates/prismarine.json new file mode 100644 index 00000000..9de572d5 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/prismarine.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "prismarine_rough" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/prismarine_bricks.json b/1.11.2/assets/minecraft/blockstates/prismarine_bricks.json new file mode 100644 index 00000000..1d588d7a --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/prismarine_bricks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "prismarine_bricks" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/pumpkin.json b/1.11.2/assets/minecraft/blockstates/pumpkin.json new file mode 100644 index 00000000..f3454bfe --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/pumpkin.json @@ -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 } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/pumpkin_stem.json b/1.11.2/assets/minecraft/blockstates/pumpkin_stem.json new file mode 100644 index 00000000..90b9d694 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/pumpkin_stem.json @@ -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 } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/purple_carpet.json b/1.11.2/assets/minecraft/blockstates/purple_carpet.json new file mode 100644 index 00000000..7179f256 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/purple_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_purple" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/purple_stained_glass.json b/1.11.2/assets/minecraft/blockstates/purple_stained_glass.json new file mode 100644 index 00000000..a55b6ef3 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/purple_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_purple" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/purple_stained_glass_pane.json b/1.11.2/assets/minecraft/blockstates/purple_stained_glass_pane.json new file mode 100644 index 00000000..b9b7cf3d --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/purple_stained_glass_pane.json @@ -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 } + } + ] +} diff --git a/1.11.2/assets/minecraft/blockstates/purple_stained_hardened_clay.json b/1.11.2/assets/minecraft/blockstates/purple_stained_hardened_clay.json new file mode 100644 index 00000000..b595cb63 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/purple_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_purple" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/purple_wool.json b/1.11.2/assets/minecraft/blockstates/purple_wool.json new file mode 100644 index 00000000..8f4b000f --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/purple_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "purple_wool" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/purpur_block.json b/1.11.2/assets/minecraft/blockstates/purpur_block.json new file mode 100644 index 00000000..6a891ac5 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/purpur_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "purpur_block" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/purpur_double_slab.json b/1.11.2/assets/minecraft/blockstates/purpur_double_slab.json new file mode 100644 index 00000000..23a3a290 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/purpur_double_slab.json @@ -0,0 +1,5 @@ +{ + "variants": { + "variant=default": { "model": "purpur_block" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/purpur_pillar.json b/1.11.2/assets/minecraft/blockstates/purpur_pillar.json new file mode 100644 index 00000000..cf542681 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/purpur_pillar.json @@ -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 } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/purpur_slab.json b/1.11.2/assets/minecraft/blockstates/purpur_slab.json new file mode 100644 index 00000000..7e84a35f --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/purpur_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom,variant=default": { "model": "half_slab_purpur" }, + "half=top,variant=default": { "model": "upper_slab_purpur" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/purpur_stairs.json b/1.11.2/assets/minecraft/blockstates/purpur_stairs.json new file mode 100644 index 00000000..814bda49 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/purpur_stairs.json @@ -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 } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/quartz_block.json b/1.11.2/assets/minecraft/blockstates/quartz_block.json new file mode 100644 index 00000000..821966c1 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/quartz_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "quartz_normal" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/quartz_column.json b/1.11.2/assets/minecraft/blockstates/quartz_column.json new file mode 100644 index 00000000..015e0f26 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/quartz_column.json @@ -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 } + } +} + diff --git a/1.11.2/assets/minecraft/blockstates/quartz_double_slab.json b/1.11.2/assets/minecraft/blockstates/quartz_double_slab.json new file mode 100644 index 00000000..c744e7b9 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/quartz_double_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "normal": { "model": "quartz_normal" }, + "all": { "model": "quartz_top" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/quartz_ore.json b/1.11.2/assets/minecraft/blockstates/quartz_ore.json new file mode 100644 index 00000000..759fb794 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/quartz_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "quartz_ore" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/quartz_slab.json b/1.11.2/assets/minecraft/blockstates/quartz_slab.json new file mode 100644 index 00000000..566f0e22 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/quartz_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_quartz" }, + "half=top": { "model": "upper_slab_quartz" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/quartz_stairs.json b/1.11.2/assets/minecraft/blockstates/quartz_stairs.json new file mode 100644 index 00000000..ac83327d --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/quartz_stairs.json @@ -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 } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/rail.json b/1.11.2/assets/minecraft/blockstates/rail.json new file mode 100644 index 00000000..7d8b5b58 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/rail.json @@ -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 } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/red_carpet.json b/1.11.2/assets/minecraft/blockstates/red_carpet.json new file mode 100644 index 00000000..9c02d568 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/red_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_red" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/red_mushroom.json b/1.11.2/assets/minecraft/blockstates/red_mushroom.json new file mode 100644 index 00000000..2e43aa3c --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/red_mushroom.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "red_mushroom" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/red_mushroom_block.json b/1.11.2/assets/minecraft/blockstates/red_mushroom_block.json new file mode 100644 index 00000000..5ff4c878 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/red_mushroom_block.json @@ -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" } + } +} + diff --git a/1.11.2/assets/minecraft/blockstates/red_nether_brick.json b/1.11.2/assets/minecraft/blockstates/red_nether_brick.json new file mode 100644 index 00000000..bfe907f8 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/red_nether_brick.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "red_nether_brick" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/red_sand.json b/1.11.2/assets/minecraft/blockstates/red_sand.json new file mode 100644 index 00000000..a82f5182 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/red_sand.json @@ -0,0 +1,10 @@ +{ + "variants": { + "normal": [ + { "model": "red_sand" }, + { "model": "red_sand", "y": 90 }, + { "model": "red_sand", "y": 180 }, + { "model": "red_sand", "y": 270 } + ] + } +} diff --git a/1.11.2/assets/minecraft/blockstates/red_sandstone.json b/1.11.2/assets/minecraft/blockstates/red_sandstone.json new file mode 100644 index 00000000..4ba4ec54 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/red_sandstone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "red_sandstone_normal" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/red_sandstone_double_slab.json b/1.11.2/assets/minecraft/blockstates/red_sandstone_double_slab.json new file mode 100644 index 00000000..9f5247d9 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/red_sandstone_double_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "normal": { "model": "red_sandstone_normal" }, + "all": { "model": "red_sandstone_all" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/red_sandstone_slab.json b/1.11.2/assets/minecraft/blockstates/red_sandstone_slab.json new file mode 100644 index 00000000..aa74a599 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/red_sandstone_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_red_sandstone" }, + "half=top": { "model": "upper_slab_red_sandstone" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/red_sandstone_stairs.json b/1.11.2/assets/minecraft/blockstates/red_sandstone_stairs.json new file mode 100644 index 00000000..985541b7 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/red_sandstone_stairs.json @@ -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 } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/red_stained_glass.json b/1.11.2/assets/minecraft/blockstates/red_stained_glass.json new file mode 100644 index 00000000..7b33fa38 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/red_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_red" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/red_stained_glass_pane.json b/1.11.2/assets/minecraft/blockstates/red_stained_glass_pane.json new file mode 100644 index 00000000..2a2c403f --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/red_stained_glass_pane.json @@ -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 } + } + ] +} diff --git a/1.11.2/assets/minecraft/blockstates/red_stained_hardened_clay.json b/1.11.2/assets/minecraft/blockstates/red_stained_hardened_clay.json new file mode 100644 index 00000000..727c74cb --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/red_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_red" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/red_tulip.json b/1.11.2/assets/minecraft/blockstates/red_tulip.json new file mode 100644 index 00000000..fb1cdab0 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/red_tulip.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "red_tulip" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/red_wool.json b/1.11.2/assets/minecraft/blockstates/red_wool.json new file mode 100644 index 00000000..cfb8ed2a --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/red_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "red_wool" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/redstone_block.json b/1.11.2/assets/minecraft/blockstates/redstone_block.json new file mode 100644 index 00000000..e22811fd --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/redstone_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "redstone_block" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/redstone_lamp.json b/1.11.2/assets/minecraft/blockstates/redstone_lamp.json new file mode 100644 index 00000000..195cc9b1 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/redstone_lamp.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "unlit_redstone_lamp" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/redstone_ore.json b/1.11.2/assets/minecraft/blockstates/redstone_ore.json new file mode 100644 index 00000000..f11fd3b3 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/redstone_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "redstone_ore" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/redstone_torch.json b/1.11.2/assets/minecraft/blockstates/redstone_torch.json new file mode 100644 index 00000000..0b960a88 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/redstone_torch.json @@ -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 } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/redstone_wire.json b/1.11.2/assets/minecraft/blockstates/redstone_wire.json new file mode 100644 index 00000000..3945bae1 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/redstone_wire.json @@ -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 } + } + ] +} diff --git a/1.11.2/assets/minecraft/blockstates/reeds.json b/1.11.2/assets/minecraft/blockstates/reeds.json new file mode 100644 index 00000000..93ceec85 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/reeds.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "reeds" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/repeating_command_block.json b/1.11.2/assets/minecraft/blockstates/repeating_command_block.json new file mode 100644 index 00000000..ba9da592 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/repeating_command_block.json @@ -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 } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/sand.json b/1.11.2/assets/minecraft/blockstates/sand.json new file mode 100644 index 00000000..f4be92bb --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/sand.json @@ -0,0 +1,10 @@ +{ + "variants": { + "normal": [ + { "model": "sand" }, + { "model": "sand", "y": 90 }, + { "model": "sand", "y": 180 }, + { "model": "sand", "y": 270 } + ] + } +} diff --git a/1.11.2/assets/minecraft/blockstates/sandstone.json b/1.11.2/assets/minecraft/blockstates/sandstone.json new file mode 100644 index 00000000..eca69194 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/sandstone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "sandstone_normal" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/sandstone_double_slab.json b/1.11.2/assets/minecraft/blockstates/sandstone_double_slab.json new file mode 100644 index 00000000..bed0dfce --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/sandstone_double_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "normal": { "model": "sandstone_normal" }, + "all": { "model": "sandstone_all" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/sandstone_slab.json b/1.11.2/assets/minecraft/blockstates/sandstone_slab.json new file mode 100644 index 00000000..e5ff1c37 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/sandstone_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_sandstone" }, + "half=top": { "model": "upper_slab_sandstone" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/sandstone_stairs.json b/1.11.2/assets/minecraft/blockstates/sandstone_stairs.json new file mode 100644 index 00000000..819c2e2e --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/sandstone_stairs.json @@ -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 } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/sea_lantern.json b/1.11.2/assets/minecraft/blockstates/sea_lantern.json new file mode 100644 index 00000000..f1d4b9e4 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/sea_lantern.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "sea_lantern" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/silver_carpet.json b/1.11.2/assets/minecraft/blockstates/silver_carpet.json new file mode 100644 index 00000000..6f588835 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/silver_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_silver" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/silver_stained_glass.json b/1.11.2/assets/minecraft/blockstates/silver_stained_glass.json new file mode 100644 index 00000000..26061de3 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/silver_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_silver" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/silver_stained_glass_pane.json b/1.11.2/assets/minecraft/blockstates/silver_stained_glass_pane.json new file mode 100644 index 00000000..bcf6126d --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/silver_stained_glass_pane.json @@ -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 } + } + ] +} diff --git a/1.11.2/assets/minecraft/blockstates/silver_stained_hardened_clay.json b/1.11.2/assets/minecraft/blockstates/silver_stained_hardened_clay.json new file mode 100644 index 00000000..069acc48 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/silver_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_silver" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/silver_wool.json b/1.11.2/assets/minecraft/blockstates/silver_wool.json new file mode 100644 index 00000000..09da066f --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/silver_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "silver_wool" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/slime.json b/1.11.2/assets/minecraft/blockstates/slime.json new file mode 100644 index 00000000..7c2bbd61 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/slime.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "slime" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/smooth_andesite.json b/1.11.2/assets/minecraft/blockstates/smooth_andesite.json new file mode 100644 index 00000000..a48e2054 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/smooth_andesite.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "andesite_smooth" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/smooth_diorite.json b/1.11.2/assets/minecraft/blockstates/smooth_diorite.json new file mode 100644 index 00000000..213183ef --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/smooth_diorite.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "diorite_smooth" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/smooth_granite.json b/1.11.2/assets/minecraft/blockstates/smooth_granite.json new file mode 100644 index 00000000..bc6bda06 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/smooth_granite.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "granite_smooth" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/smooth_red_sandstone.json b/1.11.2/assets/minecraft/blockstates/smooth_red_sandstone.json new file mode 100644 index 00000000..199c1371 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/smooth_red_sandstone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "red_sandstone_smooth" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/smooth_sandstone.json b/1.11.2/assets/minecraft/blockstates/smooth_sandstone.json new file mode 100644 index 00000000..9d65c5d8 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/smooth_sandstone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "sandstone_smooth" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/snow.json b/1.11.2/assets/minecraft/blockstates/snow.json new file mode 100644 index 00000000..e1885043 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/snow.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "snow" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/snow_layer.json b/1.11.2/assets/minecraft/blockstates/snow_layer.json new file mode 100644 index 00000000..95cd5b17 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/snow_layer.json @@ -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" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/soul_sand.json b/1.11.2/assets/minecraft/blockstates/soul_sand.json new file mode 100644 index 00000000..b62b8075 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/soul_sand.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "soul_sand" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/sponge.json b/1.11.2/assets/minecraft/blockstates/sponge.json new file mode 100644 index 00000000..dacbb14c --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/sponge.json @@ -0,0 +1,6 @@ +{ + "variants": { + "wet=false": { "model": "sponge" }, + "wet=true": { "model": "sponge_wet" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/spruce_door.json b/1.11.2/assets/minecraft/blockstates/spruce_door.json new file mode 100644 index 00000000..202313de --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/spruce_door.json @@ -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 } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/spruce_double_slab.json b/1.11.2/assets/minecraft/blockstates/spruce_double_slab.json new file mode 100644 index 00000000..e2d11daf --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/spruce_double_slab.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "spruce_planks" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/spruce_fence.json b/1.11.2/assets/minecraft/blockstates/spruce_fence.json new file mode 100644 index 00000000..d35cfb06 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/spruce_fence.json @@ -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 } + } + ] +} diff --git a/1.11.2/assets/minecraft/blockstates/spruce_fence_gate.json b/1.11.2/assets/minecraft/blockstates/spruce_fence_gate.json new file mode 100644 index 00000000..860751f4 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/spruce_fence_gate.json @@ -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 } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/spruce_leaves.json b/1.11.2/assets/minecraft/blockstates/spruce_leaves.json new file mode 100644 index 00000000..7f03d7dc --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/spruce_leaves.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "spruce_leaves" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/spruce_log.json b/1.11.2/assets/minecraft/blockstates/spruce_log.json new file mode 100644 index 00000000..74b4aab9 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/spruce_log.json @@ -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" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/spruce_planks.json b/1.11.2/assets/minecraft/blockstates/spruce_planks.json new file mode 100644 index 00000000..e2d11daf --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/spruce_planks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "spruce_planks" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/spruce_sapling.json b/1.11.2/assets/minecraft/blockstates/spruce_sapling.json new file mode 100644 index 00000000..45a85c5c --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/spruce_sapling.json @@ -0,0 +1,6 @@ +{ + "variants": { + "stage=0": { "model": "spruce_sapling" }, + "stage=1": { "model": "spruce_sapling" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/spruce_slab.json b/1.11.2/assets/minecraft/blockstates/spruce_slab.json new file mode 100644 index 00000000..c4df0092 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/spruce_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_spruce" }, + "half=top": { "model": "upper_slab_spruce" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/spruce_stairs.json b/1.11.2/assets/minecraft/blockstates/spruce_stairs.json new file mode 100644 index 00000000..573d1c54 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/spruce_stairs.json @@ -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 } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/sticky_piston.json b/1.11.2/assets/minecraft/blockstates/sticky_piston.json new file mode 100644 index 00000000..276b4dab --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/sticky_piston.json @@ -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 } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/stone.json b/1.11.2/assets/minecraft/blockstates/stone.json new file mode 100644 index 00000000..481b29a2 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/stone.json @@ -0,0 +1,10 @@ +{ + "variants": { + "normal": [ + { "model": "stone" }, + { "model": "stone_mirrored" }, + { "model": "stone", "y": 180 }, + { "model": "stone_mirrored", "y": 180 } + ] + } +} diff --git a/1.11.2/assets/minecraft/blockstates/stone_brick_double_slab.json b/1.11.2/assets/minecraft/blockstates/stone_brick_double_slab.json new file mode 100644 index 00000000..7acc6c6d --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/stone_brick_double_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "normal": { "model": "stonebrick_normal" }, + "all": { "model": "stonebrick_normal" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/stone_brick_monster_egg.json b/1.11.2/assets/minecraft/blockstates/stone_brick_monster_egg.json new file mode 100644 index 00000000..34fa81ab --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/stone_brick_monster_egg.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "stonebrick_normal" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/stone_brick_slab.json b/1.11.2/assets/minecraft/blockstates/stone_brick_slab.json new file mode 100644 index 00000000..921ec8cd --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/stone_brick_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_stone_brick" }, + "half=top": { "model": "upper_slab_stone_brick" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/stone_brick_stairs.json b/1.11.2/assets/minecraft/blockstates/stone_brick_stairs.json new file mode 100644 index 00000000..fb9a2983 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/stone_brick_stairs.json @@ -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 } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/stone_button.json b/1.11.2/assets/minecraft/blockstates/stone_button.json new file mode 100644 index 00000000..62786322 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/stone_button.json @@ -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 } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/stone_double_slab.json b/1.11.2/assets/minecraft/blockstates/stone_double_slab.json new file mode 100644 index 00000000..b14642f7 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/stone_double_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "normal": { "model": "double_stone" }, + "all": { "model": "double_stone_top" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/stone_monster_egg.json b/1.11.2/assets/minecraft/blockstates/stone_monster_egg.json new file mode 100644 index 00000000..720da4e9 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/stone_monster_egg.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "stone" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/stone_pressure_plate.json b/1.11.2/assets/minecraft/blockstates/stone_pressure_plate.json new file mode 100644 index 00000000..6d014bfd --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/stone_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "variants": { + "powered=false": { "model": "stone_pressure_plate_up" }, + "powered=true": { "model": "stone_pressure_plate_down" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/stone_slab.json b/1.11.2/assets/minecraft/blockstates/stone_slab.json new file mode 100644 index 00000000..4931695d --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/stone_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_stone" }, + "half=top": { "model": "upper_slab_stone" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/stone_stairs.json b/1.11.2/assets/minecraft/blockstates/stone_stairs.json new file mode 100644 index 00000000..ef8ce808 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/stone_stairs.json @@ -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 } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/stonebrick.json b/1.11.2/assets/minecraft/blockstates/stonebrick.json new file mode 100644 index 00000000..34fa81ab --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/stonebrick.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "stonebrick_normal" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/structure_block.json b/1.11.2/assets/minecraft/blockstates/structure_block.json new file mode 100644 index 00000000..4a1d4fa4 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/structure_block.json @@ -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" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/sunflower.json b/1.11.2/assets/minecraft/blockstates/sunflower.json new file mode 100644 index 00000000..1eab20d9 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/sunflower.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=lower": { "model": "double_sunflower_bottom" }, + "half=upper": { "model": "double_sunflower_top" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/syringa.json b/1.11.2/assets/minecraft/blockstates/syringa.json new file mode 100644 index 00000000..04cacc20 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/syringa.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=lower": { "model": "double_syringa_bottom" }, + "half=upper": { "model": "double_syringa_top" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/tall_grass.json b/1.11.2/assets/minecraft/blockstates/tall_grass.json new file mode 100644 index 00000000..f58d5688 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/tall_grass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "tall_grass" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/tnt.json b/1.11.2/assets/minecraft/blockstates/tnt.json new file mode 100644 index 00000000..72e7cea2 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/tnt.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "tnt" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/torch.json b/1.11.2/assets/minecraft/blockstates/torch.json new file mode 100644 index 00000000..d3d704eb --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/torch.json @@ -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 } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/trapdoor.json b/1.11.2/assets/minecraft/blockstates/trapdoor.json new file mode 100644 index 00000000..29186329 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/trapdoor.json @@ -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 } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/tripwire.json b/1.11.2/assets/minecraft/blockstates/tripwire.json new file mode 100644 index 00000000..1ea05382 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/tripwire.json @@ -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" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/tripwire_hook.json b/1.11.2/assets/minecraft/blockstates/tripwire_hook.json new file mode 100644 index 00000000..322948e6 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/tripwire_hook.json @@ -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 } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/unlit_redstone_torch.json b/1.11.2/assets/minecraft/blockstates/unlit_redstone_torch.json new file mode 100644 index 00000000..247565b6 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/unlit_redstone_torch.json @@ -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 } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/unpowered_comparator.json b/1.11.2/assets/minecraft/blockstates/unpowered_comparator.json new file mode 100644 index 00000000..afc99886 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/unpowered_comparator.json @@ -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 } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/unpowered_repeater.json b/1.11.2/assets/minecraft/blockstates/unpowered_repeater.json new file mode 100644 index 00000000..e56d79b3 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/unpowered_repeater.json @@ -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 } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/vine.json b/1.11.2/assets/minecraft/blockstates/vine.json new file mode 100644 index 00000000..db33cdb4 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/vine.json @@ -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" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/waterlily.json b/1.11.2/assets/minecraft/blockstates/waterlily.json new file mode 100644 index 00000000..f2561bcb --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/waterlily.json @@ -0,0 +1,10 @@ +{ + "variants": { + "normal": [ + { "model": "waterlily" }, + { "model": "waterlily", "y": 90 }, + { "model": "waterlily", "y": 180 }, + { "model": "waterlily", "y": 270 } + ] + } +} diff --git a/1.11.2/assets/minecraft/blockstates/web.json b/1.11.2/assets/minecraft/blockstates/web.json new file mode 100644 index 00000000..1e87e7a6 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/web.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "web" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/wheat.json b/1.11.2/assets/minecraft/blockstates/wheat.json new file mode 100644 index 00000000..4bfe6aed --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/wheat.json @@ -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" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/white_carpet.json b/1.11.2/assets/minecraft/blockstates/white_carpet.json new file mode 100644 index 00000000..a3c906d5 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/white_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_white" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/white_stained_glass.json b/1.11.2/assets/minecraft/blockstates/white_stained_glass.json new file mode 100644 index 00000000..1b8ca764 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/white_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_white" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/white_stained_glass_pane.json b/1.11.2/assets/minecraft/blockstates/white_stained_glass_pane.json new file mode 100644 index 00000000..475538e6 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/white_stained_glass_pane.json @@ -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 } + } + ] +} diff --git a/1.11.2/assets/minecraft/blockstates/white_stained_hardened_clay.json b/1.11.2/assets/minecraft/blockstates/white_stained_hardened_clay.json new file mode 100644 index 00000000..6a8c647e --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/white_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_white" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/white_tulip.json b/1.11.2/assets/minecraft/blockstates/white_tulip.json new file mode 100644 index 00000000..96b9b8bd --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/white_tulip.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "white_tulip" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/white_wool.json b/1.11.2/assets/minecraft/blockstates/white_wool.json new file mode 100644 index 00000000..1176a0ba --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/white_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "white_wool" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/wood_old_double_slab.json b/1.11.2/assets/minecraft/blockstates/wood_old_double_slab.json new file mode 100644 index 00000000..538db7ef --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/wood_old_double_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "normal": { "model": "oak_planks" }, + "all": { "model": "oak_planks" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/wood_old_slab.json b/1.11.2/assets/minecraft/blockstates/wood_old_slab.json new file mode 100644 index 00000000..80d06ee7 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/wood_old_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_oak" }, + "half=top": { "model": "upper_slab_oak" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/wooden_button.json b/1.11.2/assets/minecraft/blockstates/wooden_button.json new file mode 100644 index 00000000..da90a911 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/wooden_button.json @@ -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 } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/wooden_door.json b/1.11.2/assets/minecraft/blockstates/wooden_door.json new file mode 100644 index 00000000..d91869b6 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/wooden_door.json @@ -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 } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/wooden_pressure_plate.json b/1.11.2/assets/minecraft/blockstates/wooden_pressure_plate.json new file mode 100644 index 00000000..e34ab2ea --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/wooden_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "variants": { + "powered=false": { "model": "wooden_pressure_plate_up" }, + "powered=true": { "model": "wooden_pressure_plate_down" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/yellow_carpet.json b/1.11.2/assets/minecraft/blockstates/yellow_carpet.json new file mode 100644 index 00000000..075fbfbc --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/yellow_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_yellow" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/yellow_stained_glass.json b/1.11.2/assets/minecraft/blockstates/yellow_stained_glass.json new file mode 100644 index 00000000..53967382 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/yellow_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_yellow" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/yellow_stained_glass_pane.json b/1.11.2/assets/minecraft/blockstates/yellow_stained_glass_pane.json new file mode 100644 index 00000000..9feaba34 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/yellow_stained_glass_pane.json @@ -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 } + } + ] +} diff --git a/1.11.2/assets/minecraft/blockstates/yellow_stained_hardened_clay.json b/1.11.2/assets/minecraft/blockstates/yellow_stained_hardened_clay.json new file mode 100644 index 00000000..3c46d240 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/yellow_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_yellow" } + } +} diff --git a/1.11.2/assets/minecraft/blockstates/yellow_wool.json b/1.11.2/assets/minecraft/blockstates/yellow_wool.json new file mode 100644 index 00000000..24ddf683 --- /dev/null +++ b/1.11.2/assets/minecraft/blockstates/yellow_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "yellow_wool" } + } +} diff --git a/1.11.2/assets/minecraft/font/glyph_sizes.bin b/1.11.2/assets/minecraft/font/glyph_sizes.bin new file mode 100644 index 00000000..69c857e3 Binary files /dev/null and b/1.11.2/assets/minecraft/font/glyph_sizes.bin differ diff --git a/1.11.2/assets/minecraft/lang/en_us.lang b/1.11.2/assets/minecraft/lang/en_us.lang new file mode 100644 index 00000000..c2b7f2f9 --- /dev/null +++ b/1.11.2/assets/minecraft/lang/en_us.lang @@ -0,0 +1,3175 @@ + +language.name=English +language.region=United States +language.code=en_us + +gui.done=Done +gui.cancel=Cancel +gui.back=Back +gui.toTitle=Back to title screen +gui.toMenu=Back to server list +gui.up=Up +gui.down=Down +gui.yes=Yes +gui.no=No +gui.none=None +gui.all=All + +translation.test.none=Hello, world! +translation.test.complex=Prefix, %s%2$s again %s and %1$s lastly %s and also %1$s again! +translation.test.escape=%%s %%%s %%%%s %%%%%s +translation.test.invalid=hi % +translation.test.invalid2=hi % s +translation.test.args=%s %s +translation.test.world=world + +menu.game=Game Menu +menu.singleplayer=Singleplayer +menu.multiplayer=Multiplayer +menu.online=Minecraft Realms +menu.options=Options... +menu.quit=Quit Game +menu.returnToMenu=Save and Quit to Title +menu.disconnect=Disconnect +menu.returnToGame=Back to Game +menu.generatingLevel=Generating world +menu.loadingLevel=Loading world +menu.generatingTerrain=Building terrain +menu.convertingLevel=Converting world +menu.respawning=Respawning +menu.shareToLan=Open to LAN + +selectWorld.title=Select World +selectWorld.empty=empty +selectWorld.world=World +selectWorld.select=Play Selected World +selectWorld.create=Create New World +selectWorld.recreate=Re-Create +selectWorld.createDemo=Play New Demo World +selectWorld.delete=Delete +selectWorld.edit=Edit +selectWorld.edit.title=Edit World +selectWorld.edit.resetIcon=Reset Icon +selectWorld.edit.openFolder=Open Folder +selectWorld.edit.save=Save World +selectWorld.deleteQuestion=Are you sure you want to delete this world? +selectWorld.deleteWarning=will be lost forever! (A long time!) +selectWorld.deleteButton=Delete +selectWorld.conversion=Must be converted! +selectWorld.newWorld=New World +selectWorld.newWorld.copyOf=Copy of %s +selectWorld.enterName=World Name +selectWorld.resultFolder=Will be saved in: +selectWorld.enterSeed=Seed for the world generator +selectWorld.seedInfo=Leave blank for a random seed +selectWorld.cheats=Cheats +selectWorld.customizeType=Customize +selectWorld.version=Version: +selectWorld.versionUnknown=unknown +selectWorld.versionQuestion=Do you really want to load this world? +selectWorld.versionWarning=This world was saved in version '%s' and loading it in this version could cause corruption! +selectWorld.versionJoinButton=Use anyway +selectWorld.tooltip.fromNewerVersion1=World was saved in a newer version, +selectWorld.tooltip.fromNewerVersion2=loading this world could cause problems! +selectWorld.tooltip.snapshot1=Don't forget to backup this world +selectWorld.tooltip.snapshot2=before you load it in this snapshot. + +selectWorld.unable_to_load=Unable to load worlds +selectWorld.load_folder_access=Unable to read or access folder where game worlds are saved! + +createWorld.customize.presets=Presets +createWorld.customize.presets.title=Select a Preset +createWorld.customize.presets.select=Use Preset +createWorld.customize.presets.share=Want to share your preset with someone? Use the below box! +createWorld.customize.presets.list=Alternatively, here's some we made earlier! +createWorld.customize.flat.title=Superflat Customization +createWorld.customize.flat.tile=Layer Material +createWorld.customize.flat.height=Height +createWorld.customize.flat.addLayer=Add Layer +createWorld.customize.flat.editLayer=Edit Layer +createWorld.customize.flat.removeLayer=Remove Layer +createWorld.customize.flat.layer.top=Top - %s +createWorld.customize.flat.layer=%s +createWorld.customize.flat.layer.bottom=Bottom - %s + +createWorld.customize.preset.classic_flat=Classic Flat +createWorld.customize.preset.tunnelers_dream=Tunnelers' Dream +createWorld.customize.preset.water_world=Water World +createWorld.customize.preset.overworld=Overworld +createWorld.customize.preset.snowy_kingdom=Snowy Kingdom +createWorld.customize.preset.bottomless_pit=Bottomless Pit +createWorld.customize.preset.desert=Desert +createWorld.customize.preset.redstone_ready=Redstone Ready +createWorld.customize.preset.the_void=The Void + +createWorld.customize.custom.page0=Basic Settings +createWorld.customize.custom.page1=Ore Settings +createWorld.customize.custom.page2=Advanced Settings (Expert Users Only!) +createWorld.customize.custom.page3=Extra Advanced Settings (Expert Users Only!) +createWorld.customize.custom.randomize=Randomize +createWorld.customize.custom.prev=Previous Page +createWorld.customize.custom.next=Next Page +createWorld.customize.custom.defaults=Defaults +createWorld.customize.custom.confirm1=This will overwrite your current +createWorld.customize.custom.confirm2=settings and cannot be undone. +createWorld.customize.custom.confirmTitle=Warning! +createWorld.customize.custom.mainNoiseScaleX=Main Noise Scale X +createWorld.customize.custom.mainNoiseScaleY=Main Noise Scale Y +createWorld.customize.custom.mainNoiseScaleZ=Main Noise Scale Z +createWorld.customize.custom.depthNoiseScaleX=Depth Noise Scale X +createWorld.customize.custom.depthNoiseScaleZ=Depth Noise Scale Z +createWorld.customize.custom.depthNoiseScaleExponent=Depth Noise Exponent +createWorld.customize.custom.baseSize=Depth Base Size +createWorld.customize.custom.coordinateScale=Coordinate Scale +createWorld.customize.custom.heightScale=Height Scale +createWorld.customize.custom.stretchY=Height Stretch +createWorld.customize.custom.upperLimitScale=Upper Limit Scale +createWorld.customize.custom.lowerLimitScale=Lower Limit Scale +createWorld.customize.custom.biomeDepthWeight=Biome Depth Weight +createWorld.customize.custom.biomeDepthOffset=Biome Depth Offset +createWorld.customize.custom.biomeScaleWeight=Biome Scale Weight +createWorld.customize.custom.biomeScaleOffset=Biome Scale Offset +createWorld.customize.custom.seaLevel=Sea Level +createWorld.customize.custom.useCaves=Caves +createWorld.customize.custom.useStrongholds=Strongholds +createWorld.customize.custom.useVillages=Villages +createWorld.customize.custom.useMineShafts=Mineshafts +createWorld.customize.custom.useTemples=Temples +createWorld.customize.custom.useMonuments=Ocean Monuments +createWorld.customize.custom.useMansions=Woodland Mansions +createWorld.customize.custom.useRavines=Ravines +createWorld.customize.custom.useDungeons=Dungeons +createWorld.customize.custom.dungeonChance=Dungeon Count +createWorld.customize.custom.useWaterLakes=Water Lakes +createWorld.customize.custom.waterLakeChance=Water Lake Rarity +createWorld.customize.custom.useLavaLakes=Lava Lakes +createWorld.customize.custom.lavaLakeChance=Lava Lake Rarity +createWorld.customize.custom.useLavaOceans=Lava Oceans +createWorld.customize.custom.fixedBiome=Biome +createWorld.customize.custom.biomeSize=Biome Size +createWorld.customize.custom.riverSize=River Size + +createWorld.customize.custom.size=Spawn Size +createWorld.customize.custom.count=Spawn Tries +createWorld.customize.custom.minHeight=Min. Height +createWorld.customize.custom.maxHeight=Max. Height +createWorld.customize.custom.center=Center Height +createWorld.customize.custom.spread=Spread Height + +createWorld.customize.custom.presets.title=Customize World Presets +createWorld.customize.custom.presets=Presets +createWorld.customize.custom.preset.waterWorld=Water World +createWorld.customize.custom.preset.isleLand=Isle Land +createWorld.customize.custom.preset.caveDelight=Caver's Delight +createWorld.customize.custom.preset.mountains=Mountain Madness +createWorld.customize.custom.preset.drought=Drought +createWorld.customize.custom.preset.caveChaos=Caves of Chaos +createWorld.customize.custom.preset.goodLuck=Good Luck + +gameMode.survival=Survival Mode +gameMode.creative=Creative Mode +gameMode.adventure=Adventure Mode +gameMode.spectator=Spectator Mode +gameMode.hardcore=Hardcore Mode! +gameMode.changed=Your game mode has been updated to %s + +spectatorMenu.previous_page=Previous Page +spectatorMenu.next_page=Next Page +spectatorMenu.close=Close Menu +spectatorMenu.teleport=Teleport to Player +spectatorMenu.teleport.prompt=Select a player to teleport to +spectatorMenu.team_teleport=Teleport to Team Member +spectatorMenu.team_teleport.prompt=Select a team to teleport to +spectatorMenu.root.prompt=Press a key to select a command, and again to use it. + +selectWorld.gameMode=Game Mode +selectWorld.gameMode.survival=Survival +selectWorld.gameMode.survival.line1=Search for resources, crafting, gain +selectWorld.gameMode.survival.line2=levels, health and hunger +selectWorld.gameMode.creative=Creative +selectWorld.gameMode.creative.line1=Unlimited resources, free flying and +selectWorld.gameMode.creative.line2=destroy blocks instantly +selectWorld.gameMode.spectator=Spectator +selectWorld.gameMode.spectator.line1=You can look but don't touch +selectWorld.gameMode.spectator.line2= +selectWorld.gameMode.hardcore=Hardcore +selectWorld.gameMode.hardcore.line1=Same as survival mode, locked at hardest +selectWorld.gameMode.hardcore.line2=difficulty, and one life only +selectWorld.gameMode.adventure=Adventure +selectWorld.gameMode.adventure.line1=Same as survival mode, but blocks can't +selectWorld.gameMode.adventure.line2=be added or removed +selectWorld.moreWorldOptions=More World Options... +selectWorld.mapFeatures=Generate Structures: +selectWorld.mapFeatures.info=Villages, dungeons etc +selectWorld.mapType=World Type: +selectWorld.mapType.normal=Normal +selectWorld.allowCommands=Allow Cheats: +selectWorld.allowCommands.info=Commands like /gamemode, /xp +selectWorld.hardcoreMode=Hardcore: +selectWorld.hardcoreMode.info=World is deleted upon death +selectWorld.bonusItems=Bonus Chest: + +generator.default=Default +generator.flat=Superflat +generator.largeBiomes=Large Biomes +generator.amplified=AMPLIFIED +generator.customized=Customized +generator.debug_all_block_states=Debug Mode + +generator.amplified.info=Notice: Just for fun, requires beefy computer + +selectServer.title=Select Server +selectServer.empty=empty +selectServer.select=Join Server +selectServer.direct=Direct Connect +selectServer.edit=Edit +selectServer.delete=Delete +selectServer.add=Add Server +selectServer.defaultName=Minecraft Server +selectServer.deleteQuestion=Are you sure you want to remove this server? +selectServer.deleteWarning=will be lost forever! (A long time!) +selectServer.deleteButton=Delete +selectServer.refresh=Refresh +selectServer.hiddenAddress=(Hidden) +addServer.title=Edit Server Info +addServer.enterName=Server Name +addServer.enterIp=Server Address +addServer.add=Done +addServer.hideAddress=Hide Address +addServer.resourcePack=Server Resource Packs +addServer.resourcePack.enabled=Enabled +addServer.resourcePack.disabled=Disabled +addServer.resourcePack.prompt=Prompt +lanServer.title=LAN World +lanServer.scanning=Scanning for games on your local network +lanServer.start=Start LAN World +lanServer.otherPlayers=Settings for Other Players +mcoServer.title=Minecraft Online World + +multiplayer.title=Play Multiplayer +multiplayer.connect=Connect +multiplayer.ipinfo=Enter the IP of a server to connect to it: +multiplayer.texturePrompt.line1=This server recommends the use of a custom resource pack. +multiplayer.texturePrompt.line2=Would you like to download and install it automagically? +multiplayer.downloadingTerrain=Loading terrain +multiplayer.downloadingStats=Downloading statistics & achievements... +multiplayer.stopSleeping=Leave Bed +multiplayer.player.joined=%s joined the game +multiplayer.player.joined.renamed=%s (formerly known as %s) joined the game +multiplayer.player.left=%s left the game + +chat.cannotSend=Cannot send chat message +chat.type.text=<%s> %s +chat.type.emote=* %s %s +chat.type.announcement=[%s] %s +chat.type.admin=[%s: %s] +chat.type.achievement=%s has just earned the achievement %s +chat.type.achievement.taken=%s has lost the achievement %s +chat.link.confirm=Are you sure you want to open the following website? +chat.link.warning=Never open links from people that you don't trust! +chat.copy=Copy to Clipboard +chat.link.confirmTrusted=Do you want to open this link or copy it to your clipboard? +chat.link.open=Open in browser + +menu.playdemo=Play Demo World +menu.resetdemo=Reset Demo World + +demo.day.1=This demo will last five game days, do your best! +demo.day.2=Day Two +demo.day.3=Day Three +demo.day.4=Day Four +demo.day.5=This is your last day! +demo.day.warning=Your time is almost up! +demo.day.6=You have passed your fifth day, use F2 to save a screenshot of your creation +demo.reminder=The demo time has expired, buy the game to continue or start a new world! +demo.remainingTime=Remaining time: %s +demo.demoExpired=Demo time's up! +demo.help.movement=Use %1$s, %2$s, %3$s, %4$s and the mouse to move around +demo.help.movementShort=Move by pressing %1$s, %2$s, %3$s, %4$s +demo.help.movementMouse=Look around using the mouse +demo.help.jump=Jump by pressing %1$s +demo.help.inventory=Use %1$s to open your inventory +demo.help.title=Minecraft Demo Mode +demo.help.fullWrapped=This demo will last 5 ingame days (about 1 hour and 40 minutes of real time). Check the achievements for hints! Have fun! +demo.help.buy=Purchase Now! +demo.help.later=Continue Playing! + +connect.connecting=Connecting to the server... +connect.authorizing=Logging in... +connect.failed=Failed to connect to the server + +disconnect.genericReason=%s +disconnect.disconnected=Disconnected by Server +disconnect.lost=Connection Lost +disconnect.kicked=Was kicked from the game +disconnect.timeout=Timed out +disconnect.closed=Connection closed +disconnect.loginFailed=Failed to login +disconnect.loginFailedInfo=Failed to login: %s +disconnect.loginFailedInfo.serversUnavailable=The authentication servers are currently down for maintenance. +disconnect.loginFailedInfo.invalidSession=Invalid session (Try restarting your game) +disconnect.quitting=Quitting +disconnect.endOfStream=End of stream +disconnect.overflow=Buffer overflow +disconnect.spam=Kicked for spamming + +soundCategory.master=Master Volume +soundCategory.music=Music +soundCategory.record=Jukebox/Note Blocks +soundCategory.weather=Weather +soundCategory.hostile=Hostile Creatures +soundCategory.neutral=Friendly Creatures +soundCategory.player=Players +soundCategory.block=Blocks +soundCategory.ambient=Ambient/Environment +soundCategory.voice=Voice/Speech + +record.nowPlaying=Now playing: %s + +options.off=OFF +options.on=ON +options.visible=Shown +options.hidden=Hidden +options.title=Options +options.controls=Controls... +options.video=Video Settings... +options.language=Language... +options.sounds=Music & Sounds... +options.sounds.title=Music & Sound Options +options.languageWarning=Language translations may not be 100%% accurate +options.videoTitle=Video Settings +options.customizeTitle=Customize World Settings +options.music=Music +options.sound=Sound +options.invertMouse=Invert Mouse +options.fov=FOV +options.fov.min=Normal +options.fov.max=Quake Pro +options.saturation=Saturation +options.gamma=Brightness +options.gamma.min=Moody +options.gamma.max=Bright +options.sensitivity=Sensitivity +options.sensitivity.min=*yawn* +options.sensitivity.max=HYPERSPEED!!! +options.renderDistance=Render Distance +options.viewBobbing=View Bobbing +options.ao=Smooth Lighting +options.ao.off=OFF +options.ao.min=Minimum +options.ao.max=Maximum +options.anaglyph=3D Anaglyph +options.chunks=%s chunks +options.framerate=%s fps +options.framerateLimit=Max Framerate +options.framerateLimit.max=Unlimited +options.difficulty=Difficulty +options.difficulty.peaceful=Peaceful +options.difficulty.easy=Easy +options.difficulty.normal=Normal +options.difficulty.hard=Hard +options.difficulty.hardcore=Hardcore +options.graphics=Graphics +options.graphics.fancy=Fancy +options.graphics.fast=Fast +options.guiScale=GUI Scale +options.guiScale.auto=Auto +options.guiScale.small=Small +options.guiScale.normal=Normal +options.guiScale.large=Large +options.postProcessEnable=Enable Post-Processing +options.renderClouds=Clouds +options.postButton=Post-Processing Settings... +options.postVideoTitle=Post-Processing Settings +options.farWarning1=A 64 bit Java installation is recommended +options.farWarning2=for 'Far' render distance (you have 32 bit) +options.particles=Particles +options.particles.all=All +options.particles.decreased=Decreased +options.particles.minimal=Minimal +options.multiplayer.title=Multiplayer Settings... +options.chat.title=Chat Settings... +options.chat.visibility=Chat +options.chat.visibility.full=Shown +options.chat.visibility.system=Commands Only +options.chat.visibility.hidden=Hidden +options.chat.color=Colors +options.chat.opacity=Opacity +options.chat.links=Web Links +options.chat.links.prompt=Prompt on Links +options.chat.scale=Scale +options.chat.width=Width +options.chat.height.focused=Focused Height +options.chat.height.unfocused=Unfocused Height +options.skinCustomisation=Skin Customization... +options.skinCustomisation.title=Skin Customization +options.modelPart.cape=Cape +options.modelPart.hat=Hat +options.modelPart.jacket=Jacket +options.modelPart.left_sleeve=Left Sleeve +options.modelPart.right_sleeve=Right Sleeve +options.modelPart.left_pants_leg=Left Pants Leg +options.modelPart.right_pants_leg=Right Pants Leg +options.snooper=Allow Snooper +options.snooper.view=Snooper Settings... +options.snooper.title=Feed us data! +options.snooper.desc=We always want to improve Minecraft and, to help us do that, we'd like to collect some information. This lets us know what hardware to support and where the big problems are. It also gives us a sense of the size of our active player base, so we know if we're doing a good job. You can view all the information we collect below. If you want to opt out then you can simply toggle it off! +options.resourcepack=Resource Packs... +options.fullscreen=Fullscreen +options.vsync=Use VSync +options.vbo=Use VBOs +options.touchscreen=Touchscreen Mode +options.reducedDebugInfo=Reduced Debug Info +options.entityShadows=Entity Shadows +options.mainHand=Main Hand +options.mainHand.left=Left +options.mainHand.right=Right +options.attackIndicator=Attack Indicator +options.attack.crosshair=Crosshair +options.attack.hotbar=Hotbar +options.showSubtitles=Show Subtitles +options.realmsNotifications=Realms Notifications +options.autoJump=Auto-Jump + +options.mipmapLevels=Mipmap Levels +options.forceUnicodeFont=Force Unicode Font + +difficulty.lock.title=Lock World Difficulty +difficulty.lock.question=Are you sure you want to lock the difficulty of this world? This will set this world to always be %1$s, and you will never be able to change that again. + +title.oldgl1=Old graphics card detected; this may prevent you from +title.oldgl2=playing in the future as OpenGL 2.0 will be required. +title.oldjava1=Old java detected; this will prevent you from playing +title.oldjava2=in the future as Java 8 will be required. + +controls.title=Controls +controls.reset=Reset +controls.resetAll=Reset Keys + +key.sprint=Sprint +key.forward=Walk Forwards +key.left=Strafe Left +key.back=Walk Backwards +key.right=Strafe Right +key.jump=Jump +key.inventory=Open/Close Inventory +key.drop=Drop Selected Item +key.swapHands=Swap Item In Hands +key.chat=Open Chat +key.sneak=Sneak +key.playerlist=List Players +key.attack=Attack/Destroy +key.use=Use Item/Place Block +key.pickItem=Pick Block +key.mouseButton=Button %1$s +key.command=Open Command +key.screenshot=Take Screenshot +key.togglePerspective=Toggle Perspective +key.smoothCamera=Toggle Cinematic Camera +key.fullscreen=Toggle Fullscreen +key.spectatorOutlines=Highlight Players (Spectators) +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.categories.movement=Movement +key.categories.misc=Miscellaneous +key.categories.multiplayer=Multiplayer +key.categories.gameplay=Gameplay +key.categories.ui=Game Interface +key.categories.inventory=Inventory + +resourcePack.openFolder=Open Resource Pack Folder +resourcePack.title=Select Resource Packs +resourcePack.available.title=Available Resource Packs +resourcePack.selected.title=Selected Resource Packs +resourcePack.folderInfo=(Place resource pack files here) +resourcePack.incompatible=Incompatible +resourcePack.incompatible.old=(Made for an older version of Minecraft) +resourcePack.incompatible.new=(Made for a newer version of Minecraft) +resourcePack.incompatible.confirm.title=Are you sure you want to load this resource pack? +resourcePack.incompatible.confirm.old=This resource pack was made for an older version of Minecraft and may no longer work correctly. +resourcePack.incompatible.confirm.new=This resource pack was made for a newer version of Minecraft and may no longer work correctly. + +sign.edit=Edit sign message + +book.pageIndicator=Page %1$s of %2$s +book.byAuthor=by %1$s +book.signButton=Sign +book.editTitle=Enter Book Title: +book.finalizeButton=Sign and Close +book.finalizeWarning=Note! When you sign the book, it will no longer be editable. +book.generation.0=Original +book.generation.1=Copy of original +book.generation.2=Copy of a copy +book.generation.3=Tattered + +merchant.deprecated=Trade something else to unlock! + +tile.air.name=Air +tile.barrier.name=Barrier +tile.stone.stone.name=Stone +tile.stone.granite.name=Granite +tile.stone.graniteSmooth.name=Polished Granite +tile.stone.diorite.name=Diorite +tile.stone.dioriteSmooth.name=Polished Diorite +tile.stone.andesite.name=Andesite +tile.stone.andesiteSmooth.name=Polished Andesite +tile.hayBlock.name=Hay Bale +tile.grass.name=Grass Block +tile.dirt.name=Dirt +tile.dirt.default.name=Dirt +tile.dirt.coarse.name=Coarse Dirt +tile.dirt.podzol.name=Podzol +tile.stonebrick.name=Cobblestone +tile.wood.name=Wooden Planks +tile.wood.oak.name=Oak Wood Planks +tile.wood.spruce.name=Spruce Wood Planks +tile.wood.birch.name=Birch Wood Planks +tile.wood.jungle.name=Jungle Wood Planks +tile.wood.acacia.name=Acacia Wood Planks +tile.wood.big_oak.name=Dark Oak Wood Planks +tile.sapling.oak.name=Oak Sapling +tile.sapling.spruce.name=Spruce Sapling +tile.sapling.birch.name=Birch Sapling +tile.sapling.jungle.name=Jungle Sapling +tile.sapling.acacia.name=Acacia Sapling +tile.sapling.big_oak.name=Dark Oak Sapling +tile.deadbush.name=Dead Bush +tile.bedrock.name=Bedrock +tile.water.name=Water +tile.lava.name=Lava +tile.sand.name=Sand +tile.sand.default.name=Sand +tile.sand.red.name=Red Sand +tile.sandStone.name=Sandstone +tile.sandStone.default.name=Sandstone +tile.sandStone.chiseled.name=Chiseled Sandstone +tile.sandStone.smooth.name=Smooth Sandstone +tile.redSandStone.name=Red Sandstone +tile.redSandStone.default.name=Red Sandstone +tile.redSandStone.chiseled.name=Chiseled Red Sandstone +tile.redSandStone.smooth.name=Smooth Red Sandstone +tile.gravel.name=Gravel +tile.oreGold.name=Gold Ore +tile.oreIron.name=Iron Ore +tile.oreCoal.name=Coal Ore +tile.log.name=Wood +tile.log.oak.name=Oak Wood +tile.log.spruce.name=Spruce Wood +tile.log.birch.name=Birch Wood +tile.log.jungle.name=Jungle Wood +tile.log.acacia.name=Acacia Wood +tile.log.big_oak.name=Dark Oak Wood +tile.leaves.name=Leaves +tile.leaves.oak.name=Oak Leaves +tile.leaves.spruce.name=Spruce Leaves +tile.leaves.birch.name=Birch Leaves +tile.leaves.jungle.name=Jungle Leaves +tile.leaves.acacia.name=Acacia Leaves +tile.leaves.big_oak.name=Dark Oak Leaves +tile.tallgrass.name=Grass +tile.tallgrass.shrub.name=Shrub +tile.tallgrass.grass.name=Grass +tile.tallgrass.fern.name=Fern +tile.sponge.dry.name=Sponge +tile.sponge.wet.name=Wet Sponge +tile.glass.name=Glass +tile.stainedGlass.name=Stained Glass +tile.stainedGlass.black.name=Black Stained Glass +tile.stainedGlass.red.name=Red Stained Glass +tile.stainedGlass.green.name=Green Stained Glass +tile.stainedGlass.brown.name=Brown Stained Glass +tile.stainedGlass.blue.name=Blue Stained Glass +tile.stainedGlass.purple.name=Purple Stained Glass +tile.stainedGlass.cyan.name=Cyan Stained Glass +tile.stainedGlass.silver.name=Light Gray Stained Glass +tile.stainedGlass.gray.name=Gray Stained Glass +tile.stainedGlass.pink.name=Pink Stained Glass +tile.stainedGlass.lime.name=Lime Stained Glass +tile.stainedGlass.yellow.name=Yellow Stained Glass +tile.stainedGlass.lightBlue.name=Light Blue Stained Glass +tile.stainedGlass.magenta.name=Magenta Stained Glass +tile.stainedGlass.orange.name=Orange Stained Glass +tile.stainedGlass.white.name=White Stained Glass +tile.thinStainedGlass.name=Stained Glass Pane +tile.thinStainedGlass.black.name=Black Stained Glass Pane +tile.thinStainedGlass.red.name=Red Stained Glass Pane +tile.thinStainedGlass.green.name=Green Stained Glass Pane +tile.thinStainedGlass.brown.name=Brown Stained Glass Pane +tile.thinStainedGlass.blue.name=Blue Stained Glass Pane +tile.thinStainedGlass.purple.name=Purple Stained Glass Pane +tile.thinStainedGlass.cyan.name=Cyan Stained Glass Pane +tile.thinStainedGlass.silver.name=Light Gray Stained Glass Pane +tile.thinStainedGlass.gray.name=Gray Stained Glass Pane +tile.thinStainedGlass.pink.name=Pink Stained Glass Pane +tile.thinStainedGlass.lime.name=Lime Stained Glass Pane +tile.thinStainedGlass.yellow.name=Yellow Stained Glass Pane +tile.thinStainedGlass.lightBlue.name=Light Blue Stained Glass Pane +tile.thinStainedGlass.magenta.name=Magenta Stained Glass Pane +tile.thinStainedGlass.orange.name=Orange Stained Glass Pane +tile.thinStainedGlass.white.name=White Stained Glass Pane +tile.thinGlass.name=Glass Pane +tile.cloth.name=Wool +tile.flower1.name=Flower +tile.flower1.dandelion.name=Dandelion +tile.flower2.name=Flower +tile.flower2.poppy.name=Poppy +tile.flower2.blueOrchid.name=Blue Orchid +tile.flower2.allium.name=Allium +tile.flower2.houstonia.name=Azure Bluet +tile.flower2.tulipRed.name=Red Tulip +tile.flower2.tulipOrange.name=Orange Tulip +tile.flower2.tulipWhite.name=White Tulip +tile.flower2.tulipPink.name=Pink Tulip +tile.flower2.oxeyeDaisy.name=Oxeye Daisy +tile.doublePlant.name=Plant +tile.doublePlant.sunflower.name=Sunflower +tile.doublePlant.syringa.name=Lilac +tile.doublePlant.grass.name=Double Tallgrass +tile.doublePlant.fern.name=Large Fern +tile.doublePlant.rose.name=Rose Bush +tile.doublePlant.paeonia.name=Peony +tile.mushroom.name=Mushroom +tile.blockGold.name=Block of Gold +tile.blockIron.name=Block of Iron +tile.stoneSlab.name=Stone Slab +tile.stoneSlab.stone.name=Stone Slab +tile.stoneSlab.sand.name=Sandstone Slab +tile.stoneSlab.wood.name=Wooden Slab +tile.stoneSlab.cobble.name=Cobblestone Slab +tile.stoneSlab.brick.name=Bricks Slab +tile.stoneSlab.smoothStoneBrick.name=Stone Bricks Slab +tile.stoneSlab.netherBrick.name=Nether Brick Slab +tile.stoneSlab.quartz.name=Quartz Slab +tile.stoneSlab2.red_sandstone.name=Red Sandstone Slab +tile.woodSlab.name=Wood Slab +tile.woodSlab.oak.name=Oak Wood Slab +tile.woodSlab.spruce.name=Spruce Wood Slab +tile.woodSlab.birch.name=Birch Wood Slab +tile.woodSlab.jungle.name=Jungle Wood Slab +tile.woodSlab.acacia.name=Acacia Wood Slab +tile.woodSlab.big_oak.name=Dark Oak Wood Slab +tile.brick.name=Bricks +tile.tnt.name=TNT +tile.bookshelf.name=Bookshelf +tile.stoneMoss.name=Moss Stone +tile.obsidian.name=Obsidian +tile.torch.name=Torch +tile.fire.name=Fire +tile.mobSpawner.name=Monster Spawner +tile.stairsWood.name=Oak Wood Stairs +tile.stairsWoodSpruce.name=Spruce Wood Stairs +tile.stairsWoodBirch.name=Birch Wood Stairs +tile.stairsWoodJungle.name=Jungle Wood Stairs +tile.stairsWoodAcacia.name=Acacia Wood Stairs +tile.stairsWoodDarkOak.name=Dark Oak Wood Stairs +tile.chest.name=Chest +tile.chestTrap.name=Trapped Chest +tile.redstoneDust.name=Redstone Dust +tile.oreDiamond.name=Diamond Ore +tile.blockCoal.name=Block of Coal +tile.blockDiamond.name=Block of Diamond +tile.workbench.name=Crafting Table +tile.crops.name=Crops +tile.farmland.name=Farmland +tile.furnace.name=Furnace +tile.sign.name=Sign +tile.doorWood.name=Wooden Door +tile.ladder.name=Ladder +tile.rail.name=Rail +tile.goldenRail.name=Powered Rail +tile.activatorRail.name=Activator Rail +tile.detectorRail.name=Detector Rail +tile.stairsStone.name=Cobblestone Stairs +tile.stairsSandStone.name=Sandstone Stairs +tile.stairsRedSandStone.name=Red Sandstone Stairs +tile.lever.name=Lever +tile.pressurePlateStone.name=Stone Pressure Plate +tile.pressurePlateWood.name=Wooden Pressure Plate +tile.weightedPlate_light.name=Weighted Pressure Plate (Light) +tile.weightedPlate_heavy.name=Weighted Pressure Plate (Heavy) +tile.doorIron.name=Iron Door +tile.oreRedstone.name=Redstone Ore +tile.notGate.name=Redstone Torch +tile.button.name=Button +tile.snow.name=Snow +tile.woolCarpet.name=Carpet +tile.woolCarpet.black.name=Black Carpet +tile.woolCarpet.red.name=Red Carpet +tile.woolCarpet.green.name=Green Carpet +tile.woolCarpet.brown.name=Brown Carpet +tile.woolCarpet.blue.name=Blue Carpet +tile.woolCarpet.purple.name=Purple Carpet +tile.woolCarpet.cyan.name=Cyan Carpet +tile.woolCarpet.silver.name=Light Gray Carpet +tile.woolCarpet.gray.name=Gray Carpet +tile.woolCarpet.pink.name=Pink Carpet +tile.woolCarpet.lime.name=Lime Carpet +tile.woolCarpet.yellow.name=Yellow Carpet +tile.woolCarpet.lightBlue.name=Light Blue Carpet +tile.woolCarpet.magenta.name=Magenta Carpet +tile.woolCarpet.orange.name=Orange Carpet +tile.woolCarpet.white.name=White Carpet +tile.ice.name=Ice +tile.frostedIce.name=Frosted Ice +tile.icePacked.name=Packed Ice +tile.cactus.name=Cactus +tile.clay.name=Clay +tile.clayHardenedStained.name=Stained Hardened Clay +tile.clayHardenedStained.black.name=Black Hardened Clay +tile.clayHardenedStained.red.name=Red Hardened Clay +tile.clayHardenedStained.green.name=Green Hardened Clay +tile.clayHardenedStained.brown.name=Brown Hardened Clay +tile.clayHardenedStained.blue.name=Blue Hardened Clay +tile.clayHardenedStained.purple.name=Purple Hardened Clay +tile.clayHardenedStained.cyan.name=Cyan Hardened Clay +tile.clayHardenedStained.silver.name=Light Gray Hardened Clay +tile.clayHardenedStained.gray.name=Gray Hardened Clay +tile.clayHardenedStained.pink.name=Pink Hardened Clay +tile.clayHardenedStained.lime.name=Lime Hardened Clay +tile.clayHardenedStained.yellow.name=Yellow Hardened Clay +tile.clayHardenedStained.lightBlue.name=Light Blue Hardened Clay +tile.clayHardenedStained.magenta.name=Magenta Hardened Clay +tile.clayHardenedStained.orange.name=Orange Hardened Clay +tile.clayHardenedStained.white.name=White Hardened Clay +tile.clayHardened.name=Hardened Clay +tile.reeds.name=Sugar cane +tile.jukebox.name=Jukebox +tile.fence.name=Oak Fence +tile.spruceFence.name=Spruce Fence +tile.birchFence.name=Birch Fence +tile.jungleFence.name=Jungle Fence +tile.darkOakFence.name=Dark Oak Fence +tile.acaciaFence.name=Acacia Fence +tile.fenceGate.name=Oak Fence Gate +tile.spruceFenceGate.name=Spruce Fence Gate +tile.birchFenceGate.name=Birch Fence Gate +tile.jungleFenceGate.name=Jungle Fence Gate +tile.darkOakFenceGate.name=Dark Oak Fence Gate +tile.acaciaFenceGate.name=Acacia Fence Gate +tile.pumpkinStem.name=Pumpkin Stem +tile.pumpkin.name=Pumpkin +tile.litpumpkin.name=Jack o'Lantern +tile.hellrock.name=Netherrack +tile.hellsand.name=Soul Sand +tile.lightgem.name=Glowstone +tile.portal.name=Portal +tile.cloth.black.name=Black Wool +tile.cloth.red.name=Red Wool +tile.cloth.green.name=Green Wool +tile.cloth.brown.name=Brown Wool +tile.cloth.blue.name=Blue Wool +tile.cloth.purple.name=Purple Wool +tile.cloth.cyan.name=Cyan Wool +tile.cloth.silver.name=Light Gray Wool +tile.cloth.gray.name=Gray Wool +tile.cloth.pink.name=Pink Wool +tile.cloth.lime.name=Lime Wool +tile.cloth.yellow.name=Yellow Wool +tile.cloth.lightBlue.name=Light Blue Wool +tile.cloth.magenta.name=Magenta Wool +tile.cloth.orange.name=Orange Wool +tile.cloth.white.name=White Wool +tile.oreLapis.name=Lapis Lazuli Ore +tile.blockLapis.name=Lapis Lazuli Block +tile.dispenser.name=Dispenser +tile.dropper.name=Dropper +tile.musicBlock.name=Note Block +tile.cake.name=Cake +tile.bed.name=Bed +tile.bed.occupied=This bed is occupied +tile.bed.noSleep=You can only sleep at night +tile.bed.tooFarAway=You may not rest now, the bed is too far away +tile.bed.notSafe=You may not rest now, there are monsters nearby +tile.bed.notValid=Your home bed was missing or obstructed +tile.lockedchest.name=Locked chest +tile.trapdoor.name=Wooden Trapdoor +tile.ironTrapdoor.name=Iron Trapdoor +tile.web.name=Cobweb +tile.stonebricksmooth.name=Stone Bricks +tile.stonebricksmooth.default.name=Stone Bricks +tile.stonebricksmooth.mossy.name=Mossy Stone Bricks +tile.stonebricksmooth.cracked.name=Cracked Stone Bricks +tile.stonebricksmooth.chiseled.name=Chiseled Stone Bricks +tile.monsterStoneEgg.name=Stone Monster Egg +tile.monsterStoneEgg.stone.name=Stone Monster Egg +tile.monsterStoneEgg.cobble.name=Cobblestone Monster Egg +tile.monsterStoneEgg.brick.name=Stone Brick Monster Egg +tile.monsterStoneEgg.mossybrick.name=Mossy Stone Brick Monster Egg +tile.monsterStoneEgg.crackedbrick.name=Cracked Stone Brick Monster Egg +tile.monsterStoneEgg.chiseledbrick.name=Chiseled Stone Brick Monster Egg +tile.pistonBase.name=Piston +tile.pistonStickyBase.name=Sticky Piston +tile.fenceIron.name=Iron Bars +tile.melon.name=Melon +tile.stairsBrick.name=Brick Stairs +tile.stairsStoneBrickSmooth.name=Stone Brick Stairs +tile.vine.name=Vines +tile.netherBrick.name=Nether Brick +tile.netherFence.name=Nether Brick Fence +tile.stairsNetherBrick.name=Nether Brick Stairs +tile.netherStalk.name=Nether Wart +tile.cauldron.name=Cauldron +tile.enchantmentTable.name=Enchantment Table +tile.anvil.name=Anvil +tile.anvil.intact.name=Anvil +tile.anvil.slightlyDamaged.name=Slightly Damaged Anvil +tile.anvil.veryDamaged.name=Very Damaged Anvil +tile.whiteStone.name=End Stone +tile.endPortalFrame.name=End Portal +tile.mycel.name=Mycelium +tile.waterlily.name=Lily Pad +tile.dragonEgg.name=Dragon Egg +tile.redstoneLight.name=Redstone Lamp +tile.cocoa.name=Cocoa +tile.enderChest.name=Ender Chest +tile.oreEmerald.name=Emerald Ore +tile.blockEmerald.name=Block of Emerald +tile.blockRedstone.name=Block of Redstone +tile.tripWire.name=Tripwire +tile.tripWireSource.name=Tripwire Hook +tile.commandBlock.name=Command Block +tile.repeatingCommandBlock.name=Repeating Command Block +tile.chainCommandBlock.name=Chain Command Block +tile.beacon.name=Beacon +tile.beacon.primary=Primary Power +tile.beacon.secondary=Secondary Power +tile.cobbleWall.normal.name=Cobblestone Wall +tile.cobbleWall.mossy.name=Mossy Cobblestone Wall +tile.carrots.name=Carrots +tile.potatoes.name=Potatoes +tile.daylightDetector.name=Daylight Sensor +tile.netherquartz.name=Nether Quartz Ore +tile.hopper.name=Hopper +tile.quartzBlock.name=Block of Quartz +tile.quartzBlock.default.name=Block of Quartz +tile.quartzBlock.chiseled.name=Chiseled Quartz Block +tile.quartzBlock.lines.name=Pillar Quartz Block +tile.stairsQuartz.name=Quartz Stairs +tile.slime.name=Slime Block +tile.prismarine.rough.name=Prismarine +tile.prismarine.bricks.name=Prismarine Bricks +tile.prismarine.dark.name=Dark Prismarine +tile.seaLantern.name=Sea Lantern +tile.endRod.name=End Rod +tile.chorusPlant.name=Chorus Plant +tile.chorusFlower.name=Chorus Flower +tile.purpurBlock.name=Purpur Block +tile.purpurPillar.name=Purpur Pillar +tile.stairsPurpur.name=Purpur Stairs +tile.purpurSlab.name=Purpur Slab +tile.endBricks.name=End Stone Bricks +tile.beetroots.name=Beetroots +tile.grassPath.name=Grass Path +tile.magma.name=Magma Block +tile.netherWartBlock.name=Nether Wart Block +tile.redNetherBrick.name=Red Nether Brick +tile.boneBlock.name=Bone Block +tile.observer.name=Observer +tile.shulkerBoxWhite.name=White Shulker Box +tile.shulkerBoxOrange.name=Orange Shulker Box +tile.shulkerBoxMagenta.name=Magenta Shulker Box +tile.shulkerBoxLightBlue.name=Light Blue Shulker Box +tile.shulkerBoxYellow.name=Yellow Shulker Box +tile.shulkerBoxLime.name=Lime Shulker Box +tile.shulkerBoxPink.name=Pink Shulker Box +tile.shulkerBoxGray.name=Gray Shulker Box +tile.shulkerBoxSilver.name=Light Gray Shulker Box +tile.shulkerBoxCyan.name=Cyan Shulker Box +tile.shulkerBoxPurple.name=Purple Shulker Box +tile.shulkerBoxBlue.name=Blue Shulker Box +tile.shulkerBoxBrown.name=Brown Shulker Box +tile.shulkerBoxGreen.name=Green Shulker Box +tile.shulkerBoxRed.name=Red Shulker Box +tile.shulkerBoxBlack.name=Black Shulker Box + +tile.structureVoid.name=Structure Void +tile.structureBlock.name=Structure Block + +item.nameTag.name=Name Tag +item.leash.name=Lead +item.shovelIron.name=Iron Shovel +item.pickaxeIron.name=Iron Pickaxe +item.hatchetIron.name=Iron Axe +item.flintAndSteel.name=Flint and Steel +item.apple.name=Apple +item.cookie.name=Cookie +item.bow.name=Bow +item.arrow.name=Arrow +item.spectral_arrow.name=Spectral Arrow +item.tipped_arrow.name=Tipped Arrow +item.coal.name=Coal +item.charcoal.name=Charcoal +item.diamond.name=Diamond +item.emerald.name=Emerald +item.ingotIron.name=Iron Ingot +item.ingotGold.name=Gold Ingot +item.swordIron.name=Iron Sword +item.swordWood.name=Wooden Sword +item.shovelWood.name=Wooden Shovel +item.pickaxeWood.name=Wooden Pickaxe +item.hatchetWood.name=Wooden Axe +item.swordStone.name=Stone Sword +item.shovelStone.name=Stone Shovel +item.pickaxeStone.name=Stone Pickaxe +item.hatchetStone.name=Stone Axe +item.swordDiamond.name=Diamond Sword +item.shovelDiamond.name=Diamond Shovel +item.pickaxeDiamond.name=Diamond Pickaxe +item.hatchetDiamond.name=Diamond Axe +item.stick.name=Stick +item.bowl.name=Bowl +item.mushroomStew.name=Mushroom Stew +item.swordGold.name=Golden Sword +item.shovelGold.name=Golden Shovel +item.pickaxeGold.name=Golden Pickaxe +item.hatchetGold.name=Golden Axe +item.string.name=String +item.feather.name=Feather +item.sulphur.name=Gunpowder +item.hoeWood.name=Wooden Hoe +item.hoeStone.name=Stone Hoe +item.hoeIron.name=Iron Hoe +item.hoeDiamond.name=Diamond Hoe +item.hoeGold.name=Golden Hoe +item.seeds.name=Seeds +item.seeds_pumpkin.name=Pumpkin Seeds +item.seeds_melon.name=Melon Seeds +item.melon.name=Melon +item.wheat.name=Wheat +item.bread.name=Bread +item.helmetCloth.name=Leather Cap +item.chestplateCloth.name=Leather Tunic +item.leggingsCloth.name=Leather Pants +item.bootsCloth.name=Leather Boots +item.helmetChain.name=Chain Helmet +item.chestplateChain.name=Chain Chestplate +item.leggingsChain.name=Chain Leggings +item.bootsChain.name=Chain Boots +item.helmetIron.name=Iron Helmet +item.chestplateIron.name=Iron Chestplate +item.leggingsIron.name=Iron Leggings +item.bootsIron.name=Iron Boots +item.helmetDiamond.name=Diamond Helmet +item.chestplateDiamond.name=Diamond Chestplate +item.leggingsDiamond.name=Diamond Leggings +item.bootsDiamond.name=Diamond Boots +item.helmetGold.name=Golden Helmet +item.chestplateGold.name=Golden Chestplate +item.leggingsGold.name=Golden Leggings +item.bootsGold.name=Golden Boots +item.flint.name=Flint +item.porkchopRaw.name=Raw Porkchop +item.porkchopCooked.name=Cooked Porkchop +item.chickenRaw.name=Raw Chicken +item.chickenCooked.name=Cooked Chicken +item.muttonRaw.name=Raw Mutton +item.muttonCooked.name=Cooked Mutton +item.rabbitRaw.name=Raw Rabbit +item.rabbitCooked.name=Cooked Rabbit +item.rabbitStew.name=Rabbit Stew +item.rabbitFoot.name=Rabbit's Foot +item.rabbitHide.name=Rabbit Hide +item.beefRaw.name=Raw Beef +item.beefCooked.name=Steak +item.painting.name=Painting +item.frame.name=Item Frame +item.appleGold.name=Golden Apple +item.sign.name=Sign +item.doorOak.name=Oak Door +item.doorSpruce.name=Spruce Door +item.doorBirch.name=Birch Door +item.doorJungle.name=Jungle Door +item.doorAcacia.name=Acacia Door +item.doorDarkOak.name=Dark Oak Door +item.bucket.name=Bucket +item.bucketWater.name=Water Bucket +item.bucketLava.name=Lava Bucket +item.minecart.name=Minecart +item.saddle.name=Saddle +item.doorIron.name=Iron Door +item.redstone.name=Redstone +item.snowball.name=Snowball +item.boat.oak.name=Oak Boat +item.boat.spruce.name=Spruce Boat +item.boat.birch.name=Birch Boat +item.boat.jungle.name=Jungle Boat +item.boat.acacia.name=Acacia Boat +item.boat.dark_oak.name=Dark Oak Boat +item.leather.name=Leather +item.milk.name=Milk +item.brick.name=Brick +item.clay.name=Clay +item.reeds.name=Sugar Canes +item.paper.name=Paper +item.book.name=Book +item.slimeball.name=Slimeball +item.minecartChest.name=Minecart with Chest +item.minecartFurnace.name=Minecart with Furnace +item.minecartTnt.name=Minecart with TNT +item.minecartHopper.name=Minecart with Hopper +item.minecartCommandBlock.name=Minecart with Command Block +item.egg.name=Egg +item.compass.name=Compass +item.fishingRod.name=Fishing Rod +item.clock.name=Clock +item.yellowDust.name=Glowstone Dust +item.fish.cod.raw.name=Raw Fish +item.fish.salmon.raw.name=Raw Salmon +item.fish.pufferfish.raw.name=Pufferfish +item.fish.clownfish.raw.name=Clownfish +item.fish.cod.cooked.name=Cooked Fish +item.fish.salmon.cooked.name=Cooked Salmon +item.record.name=Music Disc +item.record.13.desc=C418 - 13 +item.record.cat.desc=C418 - cat +item.record.blocks.desc=C418 - blocks +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.ward.desc=C418 - ward +item.record.11.desc=C418 - 11 +item.record.wait.desc=C418 - wait +item.bone.name=Bone +item.dyePowder.black.name=Ink Sac +item.dyePowder.red.name=Rose Red +item.dyePowder.green.name=Cactus Green +item.dyePowder.brown.name=Cocoa Beans +item.dyePowder.blue.name=Lapis Lazuli +item.dyePowder.purple.name=Purple Dye +item.dyePowder.cyan.name=Cyan Dye +item.dyePowder.silver.name=Light Gray Dye +item.dyePowder.gray.name=Gray Dye +item.dyePowder.pink.name=Pink Dye +item.dyePowder.lime.name=Lime Dye +item.dyePowder.yellow.name=Dandelion Yellow +item.dyePowder.lightBlue.name=Light Blue Dye +item.dyePowder.magenta.name=Magenta Dye +item.dyePowder.orange.name=Orange Dye +item.dyePowder.white.name=Bone Meal +item.sugar.name=Sugar +item.cake.name=Cake +item.bed.name=Bed +item.diode.name=Redstone Repeater +item.comparator.name=Redstone Comparator +item.map.name=Map +item.leaves.name=Leaves +item.shears.name=Shears +item.rottenFlesh.name=Rotten Flesh +item.enderPearl.name=Ender Pearl +item.blazeRod.name=Blaze Rod +item.ghastTear.name=Ghast Tear +item.netherStalkSeeds.name=Nether Wart +item.potion.name=Potion +item.splash_potion.name=Splash Potion +item.lingering_potion.name=Lingering Potion +item.end_crystal.name=End Crystal +item.goldNugget.name=Gold Nugget +item.glassBottle.name=Glass Bottle +item.spiderEye.name=Spider Eye +item.fermentedSpiderEye.name=Fermented Spider Eye +item.blazePowder.name=Blaze Powder +item.magmaCream.name=Magma Cream +item.cauldron.name=Cauldron +item.brewingStand.name=Brewing Stand +item.eyeOfEnder.name=Eye of Ender +item.speckledMelon.name=Glistering Melon +item.monsterPlacer.name=Spawn +item.expBottle.name=Bottle o' Enchanting +item.fireball.name=Fire Charge +item.writingBook.name=Book and Quill +item.writtenBook.name=Written Book +item.flowerPot.name=Flower Pot +item.emptyMap.name=Empty Map +item.carrots.name=Carrot +item.carrotGolden.name=Golden Carrot +item.potato.name=Potato +item.potatoBaked.name=Baked Potato +item.potatoPoisonous.name=Poisonous Potato +item.skull.skeleton.name=Skeleton Skull +item.skull.wither.name=Wither Skeleton Skull +item.skull.zombie.name=Zombie Head +item.skull.char.name=Head +item.skull.player.name=%s's Head +item.skull.creeper.name=Creeper Head +item.skull.dragon.name=Dragon Head +item.carrotOnAStick.name=Carrot on a Stick +item.netherStar.name=Nether Star +item.pumpkinPie.name=Pumpkin Pie +item.enchantedBook.name=Enchanted Book +item.fireworks.name=Firework Rocket +item.fireworks.flight=Flight Duration: +item.fireworksCharge.name=Firework Star +item.fireworksCharge.black=Black +item.fireworksCharge.red=Red +item.fireworksCharge.green=Green +item.fireworksCharge.brown=Brown +item.fireworksCharge.blue=Blue +item.fireworksCharge.purple=Purple +item.fireworksCharge.cyan=Cyan +item.fireworksCharge.silver=Light Gray +item.fireworksCharge.gray=Gray +item.fireworksCharge.pink=Pink +item.fireworksCharge.lime=Lime +item.fireworksCharge.yellow=Yellow +item.fireworksCharge.lightBlue=Light Blue +item.fireworksCharge.magenta=Magenta +item.fireworksCharge.orange=Orange +item.fireworksCharge.white=White +item.fireworksCharge.customColor=Custom +item.fireworksCharge.fadeTo=Fade to +item.fireworksCharge.flicker=Twinkle +item.fireworksCharge.trail=Trail +item.fireworksCharge.type.0=Small Ball +item.fireworksCharge.type.1=Large Ball +item.fireworksCharge.type.2=Star-shaped +item.fireworksCharge.type.3=Creeper-shaped +item.fireworksCharge.type.4=Burst +item.fireworksCharge.type=Unknown Shape +item.netherbrick.name=Nether Brick +item.netherquartz.name=Nether Quartz +item.armorStand.name=Armor Stand +item.horsearmormetal.name=Iron Horse Armor +item.horsearmorgold.name=Gold Horse Armor +item.horsearmordiamond.name=Diamond Horse Armor +item.prismarineShard.name=Prismarine Shard +item.prismarineCrystals.name=Prismarine Crystals +item.chorusFruit.name=Chorus Fruit +item.chorusFruitPopped.name=Popped Chorus Fruit +item.beetroot.name=Beetroot +item.beetroot_seeds.name=Beetroot Seeds +item.beetroot_soup.name=Beetroot Soup +item.dragon_breath.name=Dragon's Breath +item.elytra.name=Elytra +item.totem.name=Totem of Undying +item.shulkerShell.name=Shulker Shell +item.ironNugget.name=Iron Nugget + +container.inventory=Inventory +container.hopper=Item Hopper +container.crafting=Crafting +container.dispenser=Dispenser +container.dropper=Dropper +container.furnace=Furnace +container.enchant=Enchant +container.enchant.lapis.one=1 Lapis Lazuli +container.enchant.lapis.many=%s Lapis Lazuli +container.enchant.level.one=1 Enchantment Level +container.enchant.level.many=%s Enchantment Levels +container.enchant.clue=%s . . . ? +container.repair=Repair & Name +container.repair.cost=Enchantment Cost: %1$s +container.repair.expensive=Too Expensive! +container.creative=Item Selection +container.brewing=Brewing Stand +container.chest=Chest +container.chestDouble=Large Chest +container.enderchest=Ender Chest +container.beacon=Beacon +container.shulkerBox=Shulker Box +container.shulkerBox.more=and %s more... + +container.spectatorCantOpen=Unable to open. Loot not generated yet. +container.isLocked=%s is locked! + +structure_block.save_success=Structure saved as '%s' +structure_block.save_failure=Unable to save structure '%s' +structure_block.load_success=Structure loaded from '%s' +structure_block.load_prepare=Structure '%s' position prepared +structure_block.load_not_found=Structure '%s' is not available +structure_block.size_success=Size successfully detected for '%s' +structure_block.size_failure=Unable to detect structure size, add corners with matching structure names + +structure_block.mode.save=[S] +structure_block.mode.load=[L] +structure_block.mode.data=[D] +structure_block.mode.corner=[C] +structure_block.hover.save=Save: %s +structure_block.hover.load=Load: %s +structure_block.hover.data=Data: %s +structure_block.hover.corner=Corner: %s +structure_block.mode_info.save=Save mode - write to file +structure_block.mode_info.load=Load mode - load from file +structure_block.mode_info.data=Data mode - game logic marker +structure_block.mode_info.corner=Corner mode - placement and size marker +structure_block.structure_name=Structure Name +structure_block.custom_data=Custom Data Tag Name +structure_block.position=Relative Position +structure_block.size=Structure Size +structure_block.integrity=Structure Integrity and Seed +structure_block.include_entities=Include entities: +structure_block.detect_size=Detect structure size and position: +structure_block.button.detect_size=DETECT +structure_block.button.save=SAVE +structure_block.button.load=LOAD +structure_block.show_air=Show invisible blocks: +structure_block.show_boundingbox=Show bounding box: + +item.dyed=Dyed +item.unbreakable=Unbreakable +item.canBreak=Can break: +item.canPlace=Can be placed on: +item.color=Color: %s +item.nbt_tags=NBT: %s tag(s) +item.durability=Durability: %s / %s + +filled_map.mansion=Woodland Explorer Map +filled_map.monument=Ocean Explorer Map + +entity.Item.name=Item +entity.XPOrb.name=Experience Orb +entity.SmallFireball.name=Small Fireball +entity.Fireball.name=Fireball +entity.DragonFireball.name=Dragon Fireball +entity.ThrownPotion.name=Potion + +entity.Arrow.name=Arrow +entity.Snowball.name=Snowball +entity.Painting.name=Painting +entity.ArmorStand.name=Armor Stand + +entity.Mob.name=Mob +entity.Monster.name=Monster + +entity.Creeper.name=Creeper +entity.Skeleton.name=Skeleton +entity.WitherSkeleton.name=Wither Skeleton +entity.Stray.name=Stray +entity.Spider.name=Spider +entity.Giant.name=Giant +entity.Zombie.name=Zombie +entity.Husk.name=Husk +entity.Slime.name=Slime +entity.Ghast.name=Ghast +entity.PigZombie.name=Zombie Pigman +entity.Enderman.name=Enderman +entity.Endermite.name=Endermite +entity.Silverfish.name=Silverfish +entity.CaveSpider.name=Cave Spider +entity.Blaze.name=Blaze +entity.LavaSlime.name=Magma Cube +entity.MushroomCow.name=Mooshroom +entity.Villager.name=Villager +entity.ZombieVillager.name=Zombie Villager +entity.VillagerGolem.name=Iron Golem +entity.SnowMan.name=Snow Golem +entity.EnderDragon.name=Ender Dragon +entity.WitherBoss.name=Wither +entity.Witch.name=Witch +entity.Guardian.name=Guardian +entity.ElderGuardian.name=Elder Guardian +entity.Shulker.name=Shulker +entity.PolarBear.name=Polar Bear +entity.EvocationIllager.name=Evoker +entity.Vex.name=Vex +entity.VindicationIllager.name=Vindicator + +entity.Villager.farmer=Farmer +entity.Villager.fisherman=Fisherman +entity.Villager.shepherd=Shepherd +entity.Villager.fletcher=Fletcher +entity.Villager.librarian=Librarian +entity.Villager.cleric=Cleric +entity.Villager.armor=Armorer +entity.Villager.weapon=Weapon Smith +entity.Villager.tool=Tool Smith +entity.Villager.butcher=Butcher +entity.Villager.leather=Leatherworker +entity.Villager.nitwit=Nitwit +entity.Villager.cartographer=Cartographer + +entity.Pig.name=Pig +entity.Sheep.name=Sheep +entity.Cow.name=Cow +entity.Chicken.name=Chicken +entity.Squid.name=Squid +entity.Wolf.name=Wolf +entity.Ozelot.name=Ocelot +entity.Cat.name=Cat +entity.Bat.name=Bat +entity.Horse.name=Horse +entity.Donkey.name=Donkey +entity.Mule.name=Mule +entity.SkeletonHorse.name=Skeleton Horse +entity.ZombieHorse.name=Zombie Horse +entity.Rabbit.name=Rabbit +entity.KillerBunny.name=The Killer Bunny +entity.Llama.name=Llama + +entity.PrimedTnt.name=Block of TNT +entity.FallingSand.name=Falling Block + +entity.Minecart.name=Minecart +entity.MinecartHopper.name=Minecart with Hopper +entity.MinecartChest.name=Minecart with Chest +entity.Boat.name=Boat + +entity.generic.name=unknown + +death.fell.accident.ladder=%1$s fell off a ladder +death.fell.accident.vines=%1$s fell off some vines +death.fell.accident.water=%1$s fell out of the water +death.fell.accident.generic=%1$s fell from a high place +death.fell.killer=%1$s was doomed to fall +death.fell.assist=%1$s was doomed to fall by %2$s +death.fell.assist.item=%1$s was doomed to fall by %2$s using %3$s +death.fell.finish=%1$s fell too far and was finished by %2$s +death.fell.finish.item=%1$s fell too far and was finished by %2$s using %3$s + +death.attack.lightningBolt=%1$s was struck by lightning +death.attack.inFire=%1$s went up in flames +death.attack.inFire.player=%1$s walked into fire whilst fighting %2$s +death.attack.onFire=%1$s burned to death +death.attack.onFire.player=%1$s was burnt to a crisp whilst fighting %2$s +death.attack.lava=%1$s tried to swim in lava +death.attack.lava.player=%1$s tried to swim in lava to escape %2$s +death.attack.hotFloor=%1$s discovered floor was lava +death.attack.hotFloor.player=%1$s walked into danger zone due to %2$s +death.attack.inWall=%1$s suffocated in a wall +death.attack.cramming=%1$s was squished too much +death.attack.drown=%1$s drowned +death.attack.drown.player=%1$s drowned whilst trying to escape %2$s +death.attack.starve=%1$s starved to death +death.attack.cactus=%1$s was pricked to death +death.attack.cactus.player=%1$s walked into a cactus whilst trying to escape %2$s +death.attack.generic=%1$s died +death.attack.explosion=%1$s blew up +death.attack.explosion.player=%1$s was blown up by %2$s +death.attack.magic=%1$s was killed by magic +death.attack.wither=%1$s withered away +death.attack.anvil=%1$s was squashed by a falling anvil +death.attack.fallingBlock=%1$s was squashed by a falling block +death.attack.mob=%1$s was slain by %2$s +death.attack.player=%1$s was slain by %2$s +death.attack.player.item=%1$s was slain by %2$s using %3$s +death.attack.arrow=%1$s was shot by %2$s +death.attack.arrow.item=%1$s was shot by %2$s using %3$s +death.attack.fireball=%1$s was fireballed by %2$s +death.attack.fireball.item=%1$s was fireballed by %2$s using %3$s +death.attack.thrown=%1$s was pummeled by %2$s +death.attack.thrown.item=%1$s was pummeled by %2$s using %3$s +death.attack.indirectMagic=%1$s was killed by %2$s using magic +death.attack.indirectMagic.item=%1$s was killed by %2$s using %3$s +death.attack.thorns=%1$s was killed trying to hurt %2$s +death.attack.fall=%1$s hit the ground too hard +death.attack.outOfWorld=%1$s fell out of the world +death.attack.dragonBreath=%1$s was roasted in dragon breath +death.attack.flyIntoWall=%1$s experienced kinetic energy +death.attack.fireworks=%1$s went off with a bang + +deathScreen.respawn=Respawn +deathScreen.spectate=Spectate world +deathScreen.deleteWorld=Delete world +deathScreen.titleScreen=Title screen +deathScreen.score=Score +deathScreen.title.hardcore=Game over! +deathScreen.title=You died! +deathScreen.leaveServer=Leave server +deathScreen.quit.confirm=Are you sure you want to quit? + +effect.none=No Effects +effect.moveSpeed=Speed +effect.moveSlowdown=Slowness +effect.digSpeed=Haste +effect.digSlowDown=Mining Fatigue +effect.damageBoost=Strength +effect.heal=Instant Health +effect.harm=Instant Damage +effect.jump=Jump Boost +effect.confusion=Nausea +effect.regeneration=Regeneration +effect.resistance=Resistance +effect.fireResistance=Fire Resistance +effect.waterBreathing=Water Breathing +effect.invisibility=Invisibility +effect.blindness=Blindness +effect.nightVision=Night Vision +effect.hunger=Hunger +effect.weakness=Weakness +effect.poison=Poison +effect.wither=Wither +effect.healthBoost=Health Boost +effect.absorption=Absorption +effect.saturation=Saturation +effect.glowing=Glowing +effect.luck=Luck +effect.unluck=Bad Luck +effect.levitation=Levitation + +tipped_arrow.effect.empty=Uncraftable Tipped Arrow +tipped_arrow.effect.water=Tipped Arrow +tipped_arrow.effect.mundane=Tipped Arrow +tipped_arrow.effect.thick=Tipped Arrow +tipped_arrow.effect.awkward=Tipped Arrow +tipped_arrow.effect.night_vision=Arrow of Night Vision +tipped_arrow.effect.invisibility=Arrow of Invisibility +tipped_arrow.effect.leaping=Arrow of Leaping +tipped_arrow.effect.fire_resistance=Arrow of Fire Resistance +tipped_arrow.effect.swiftness=Arrow of Swiftness +tipped_arrow.effect.slowness=Arrow of Slowness +tipped_arrow.effect.water=Arrow of Splashing +tipped_arrow.effect.water_breathing=Arrow of Water Breathing +tipped_arrow.effect.healing=Arrow of Healing +tipped_arrow.effect.harming=Arrow of Harming +tipped_arrow.effect.poison=Arrow of Poison +tipped_arrow.effect.regeneration=Arrow of Regeneration +tipped_arrow.effect.strength=Arrow of Strength +tipped_arrow.effect.weakness=Arrow of Weakness +tipped_arrow.effect.levitation=Arrow of Levitation +tipped_arrow.effect.luck=Arrow of Luck + +potion.whenDrank=When Applied: +potion.effect.empty=Uncraftable Potion +potion.effect.water=Water Bottle +potion.effect.mundane=Mundane Potion +potion.effect.thick=Thick Potion +potion.effect.awkward=Awkward Potion +potion.effect.night_vision=Potion of Night Vision +potion.effect.invisibility=Potion of Invisibility +potion.effect.leaping=Potion of Leaping +potion.effect.fire_resistance=Potion of Fire Resistance +potion.effect.swiftness=Potion of Swiftness +potion.effect.slowness=Potion of Slowness +potion.effect.water_breathing=Potion of Water Breathing +potion.effect.healing=Potion of Healing +potion.effect.harming=Potion of Harming +potion.effect.poison=Potion of Poison +potion.effect.regeneration=Potion of Regeneration +potion.effect.strength=Potion of Strength +potion.effect.weakness=Potion of Weakness +potion.effect.levitation=Potion of Levitation +potion.effect.luck=Potion of Luck + +splash_potion.effect.empty=Splash Uncraftable Potion +splash_potion.effect.water=Splash Water Bottle +splash_potion.effect.mundane=Mundane Splash Potion +splash_potion.effect.thick=Thick Splash Potion +splash_potion.effect.awkward=Awkward Splash Potion +splash_potion.effect.night_vision=Splash Potion of Night Vision +splash_potion.effect.invisibility=Splash Potion of Invisibility +splash_potion.effect.leaping=Splash Potion of Leaping +splash_potion.effect.fire_resistance=Splash Potion of Fire Resistance +splash_potion.effect.swiftness=Splash Potion of Swiftness +splash_potion.effect.slowness=Splash Potion of Slowness +splash_potion.effect.water_breathing=Splash Potion of Water Breathing +splash_potion.effect.healing=Splash Potion of Healing +splash_potion.effect.harming=Splash Potion of Harming +splash_potion.effect.poison=Splash Potion of Poison +splash_potion.effect.regeneration=Splash Potion of Regeneration +splash_potion.effect.strength=Splash Potion of Strength +splash_potion.effect.weakness=Splash Potion of Weakness +splash_potion.effect.levitation=Splash Potion of Levitation +splash_potion.effect.luck=Splash Potion of Luck + +lingering_potion.effect.empty=Lingering Uncraftable Potion +lingering_potion.effect.water=Lingering Water Bottle +lingering_potion.effect.mundane=Mundane Lingering Potion +lingering_potion.effect.thick=Thick Lingering Potion +lingering_potion.effect.awkward=Awkward Lingering Potion +lingering_potion.effect.night_vision=Lingering Potion of Night Vision +lingering_potion.effect.invisibility=Lingering Potion of Invisibility +lingering_potion.effect.leaping=Lingering Potion of Leaping +lingering_potion.effect.fire_resistance=Lingering Potion of Fire Resistance +lingering_potion.effect.swiftness=Lingering Potion of Swiftness +lingering_potion.effect.slowness=Lingering Potion of Slowness +lingering_potion.effect.water_breathing=Lingering Potion of Water Breathing +lingering_potion.effect.healing=Lingering Potion of Healing +lingering_potion.effect.harming=Lingering Potion of Harming +lingering_potion.effect.poison=Lingering Potion of Poison +lingering_potion.effect.regeneration=Lingering Potion of Regeneration +lingering_potion.effect.strength=Lingering Potion of Strength +lingering_potion.effect.weakness=Lingering Potion of Weakness +lingering_potion.effect.levitation=Lingering Potion of Levitation +lingering_potion.effect.luck=Lingering Potion of Luck + +potion.potency.0= +potion.potency.1=II +potion.potency.2=III + +enchantment.damage.all=Sharpness +enchantment.damage.undead=Smite +enchantment.damage.arthropods=Bane of Arthropods +enchantment.knockback=Knockback +enchantment.fire=Fire Aspect +enchantment.sweeping=Sweeping Edge +enchantment.protect.all=Protection +enchantment.protect.fire=Fire Protection +enchantment.protect.fall=Feather Falling +enchantment.protect.explosion=Blast Protection +enchantment.protect.projectile=Projectile Protection +enchantment.oxygen=Respiration +enchantment.waterWorker=Aqua Affinity +enchantment.waterWalker=Depth Strider +enchantment.frostWalker=Frost Walker +enchantment.digging=Efficiency +enchantment.untouching=Silk Touch +enchantment.durability=Unbreaking +enchantment.lootBonus=Looting +enchantment.lootBonusDigger=Fortune +enchantment.lootBonusFishing=Luck of the Sea +enchantment.fishingSpeed=Lure +enchantment.arrowDamage=Power +enchantment.arrowFire=Flame +enchantment.arrowKnockback=Punch +enchantment.arrowInfinite=Infinity +enchantment.thorns=Thorns +enchantment.mending=Mending +enchantment.binding_curse=Curse of Binding +enchantment.vanishing_curse=Curse of Vanishing + +enchantment.level.1=I +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.level.10=X + +gui.achievements=Achievements +gui.stats=Statistics + +stats.tooltip.type.achievement=Achievement +stats.tooltip.type.statistic=Statistic +stat.generalButton=General +stat.blocksButton=Blocks +stat.itemsButton=Items +stat.mobsButton=Mobs + +stat.used=Times Used +stat.mined=Times Mined +stat.depleted=Times Depleted +stat.crafted=Times Crafted +stat.entityKills=You killed %s %s +stat.entityKilledBy=%s killed you %s time(s) +stat.entityKills.none=You have never killed %s +stat.entityKilledBy.none=You have never been killed by %s + +stat.startGame=Times Played +stat.createWorld=Worlds Created +stat.loadWorld=Saves Loaded +stat.joinMultiplayer=Multiplayer Joins +stat.leaveGame=Games Quit + +stat.playOneMinute=Minutes Played +stat.timeSinceDeath=Since Last Death +stat.sneakTime=Sneak Time + +stat.walkOneCm=Distance Walked +stat.crouchOneCm=Distance Crouched +stat.sprintOneCm=Distance Sprinted +stat.fallOneCm=Distance Fallen +stat.swimOneCm=Distance Swum +stat.flyOneCm=Distance Flown +stat.climbOneCm=Distance Climbed +stat.diveOneCm=Distance Dove +stat.minecartOneCm=Distance by Minecart +stat.boatOneCm=Distance by Boat +stat.pigOneCm=Distance by Pig +stat.horseOneCm=Distance by Horse +stat.aviateOneCm=Distance by Elytra +stat.jump=Jumps +stat.drop=Items Dropped +stat.dropped=Dropped +stat.pickup=Picked Up + +stat.damageDealt=Damage Dealt +stat.damageTaken=Damage Taken +stat.deaths=Number of Deaths +stat.mobKills=Mob Kills +stat.animalsBred=Animals Bred +stat.playerKills=Player Kills +stat.fishCaught=Fish Caught +stat.treasureFished=Treasure Fished +stat.junkFished=Junk Fished +stat.talkedToVillager=Talked to Villagers +stat.tradedWithVillager=Traded with Villagers + +stat.cakeSlicesEaten=Cake Slices Eaten +stat.cauldronFilled=Cauldrons Filled +stat.cauldronUsed=Water Taken from Cauldron +stat.armorCleaned=Armor Pieces Cleaned +stat.bannerCleaned=Banners Cleaned +stat.brewingstandInteraction=Interactions with Brewing Stand +stat.beaconInteraction=Interactions with Beacon +stat.dropperInspected=Droppers Searched +stat.hopperInspected=Hoppers Searched +stat.dispenserInspected=Dispensers Searched +stat.noteblockPlayed=Note Blocks Played +stat.noteblockTuned=Note Blocks Tuned +stat.flowerPotted=Plants Potted +stat.trappedChestTriggered=Trapped Chests Triggered +stat.enderchestOpened=Ender Chests Opened +stat.itemEnchanted=Items Enchanted +stat.recordPlayed=Records Played +stat.furnaceInteraction=Interactions with Furnace +stat.workbenchInteraction=Interactions with Crafting Table +stat.chestOpened=Chests Opened +stat.shulkerBoxOpened=Shulker Boxes Opened +stat.sleepInBed=Times Slept in a Bed + +stat.mineBlock=%1$s Mined +stat.craftItem=%1$s Crafted +stat.useItem=%1$s Used +stat.breakItem=%1$s Depleted + +achievement.get=Achievement get! + +achievement.taken=Taken! +achievement.unknown=??? + +achievement.requires=Requires '%1$s' +achievement.openInventory=Taking Inventory +achievement.openInventory.desc=Press '%1$s' to open your inventory +achievement.mineWood=Getting Wood +achievement.mineWood.desc=Attack a tree until a block of wood pops out +achievement.buildWorkBench=Benchmarking +achievement.buildWorkBench.desc=Craft a workbench with four blocks of planks +achievement.buildPickaxe=Time to Mine! +achievement.buildPickaxe.desc=Use planks and sticks to make a pickaxe +achievement.buildFurnace=Hot Topic +achievement.buildFurnace.desc=Construct a furnace out of eight cobblestone blocks +achievement.acquireIron=Acquire Hardware +achievement.acquireIron.desc=Smelt an iron ingot +achievement.buildHoe=Time to Farm! +achievement.buildHoe.desc=Use planks and sticks to make a hoe +achievement.makeBread=Bake Bread +achievement.makeBread.desc=Turn wheat into bread +achievement.bakeCake=The Lie +achievement.bakeCake.desc=Wheat, sugar, milk and eggs! +achievement.buildBetterPickaxe=Getting an Upgrade +achievement.buildBetterPickaxe.desc=Construct a better pickaxe +achievement.overpowered=Overpowered +achievement.overpowered.desc=Eat a Notch apple +achievement.cookFish=Delicious Fish +achievement.cookFish.desc=Catch and cook fish! +achievement.onARail=On A Rail +achievement.onARail.desc=Travel by minecart at least 1 km from where you started +achievement.buildSword=Time to Strike! +achievement.buildSword.desc=Use planks and sticks to make a sword +achievement.killEnemy=Monster Hunter +achievement.killEnemy.desc=Attack and destroy a monster +achievement.killCow=Cow Tipper +achievement.killCow.desc=Harvest some leather +achievement.breedCow=Repopulation +achievement.breedCow.desc=Breed two cows with wheat +achievement.flyPig=When Pigs Fly +achievement.flyPig.desc=Fly a pig off a cliff +achievement.snipeSkeleton=Sniper Duel +achievement.snipeSkeleton.desc=Kill a skeleton with an arrow from more than 50 meters +achievement.diamonds=DIAMONDS! +achievement.diamonds.desc=Acquire diamonds with your iron tools +achievement.diamondsToYou=Diamonds to you! +achievement.diamondsToYou.desc=Throw diamonds at another player +achievement.portal=We Need to Go Deeper +achievement.portal.desc=Build a portal to the Nether +achievement.ghast=Return to Sender +achievement.ghast.desc=Destroy a Ghast with a fireball +achievement.blazeRod=Into Fire +achievement.blazeRod.desc=Relieve a Blaze of its rod +achievement.potion=Local Brewery +achievement.potion.desc=Brew a potion +achievement.theEnd=The End? +achievement.theEnd.desc=Locate the End +achievement.theEnd2=The End. +achievement.theEnd2.desc=Defeat the Ender Dragon +achievement.spawnWither=The Beginning? +achievement.spawnWither.desc=Spawn the Wither +achievement.killWither=The Beginning. +achievement.killWither.desc=Kill the Wither +achievement.fullBeacon=Beaconator +achievement.fullBeacon.desc=Create a full beacon +achievement.exploreAllBiomes=Adventuring Time +achievement.exploreAllBiomes.desc=Discover all biomes +achievement.enchantments=Enchanter +achievement.enchantments.desc=Use a book, obsidian and diamonds to construct an enchantment table +achievement.overkill=Overkill +achievement.overkill.desc=Deal nine hearts of damage in a single hit +achievement.bookcase=Librarian +achievement.bookcase.desc=Build some bookshelves to improve your enchantment table + +commands.generic.exception=An unknown error occurred while attempting to perform this command +commands.generic.permission=You do not have permission to use this command +commands.generic.syntax=Invalid command syntax +commands.generic.player.notFound=Player '%s' cannot be found +commands.generic.entity.notFound=Entity '%s' cannot be found +commands.generic.selector.notFound=Selector '%s' found nothing +commands.generic.entity.invalidUuid=The entity UUID '%s' is in an invalid format +commands.generic.entity.invalidType=Entity type '%s' is invalid +commands.generic.notFound=Unknown command. Try /help for a list of commands +commands.generic.parameter.invalid='%s' is not a valid parameter +commands.generic.num.invalid='%s' is not a valid number +commands.generic.boolean.invalid='%s' is not true or false +commands.generic.num.tooSmall=The number you have entered (%s) is too small, it must be at least %s +commands.generic.num.tooBig=The number you have entered (%s) is too big, it must be at most %s +commands.generic.blockstate.invalid='%s' is not a state for block %s +commands.generic.usage=Usage: %s +commands.generic.selector_argument=Invalid selector argument: '%s' +commands.generic.player.unspecified=You must specify which player you wish to perform this action on. + +commands.setidletimeout.usage=/setidletimeout +commands.setidletimeout.success=Successfully set the idle timeout to %s minutes. +commands.xp.failure.widthdrawXp=Cannot give player negative experience points +commands.xp.success=Given %s experience to %s +commands.xp.success.levels=Given %s levels to %s +commands.xp.success.negative.levels=Taken %s levels from %s +commands.xp.usage=/xp [player] OR /xp L [player] +commands.playsound.usage=/playsound [x] [y] [z] [volume] [pitch] [minimumVolume] +commands.playsound.success=Played sound '%s' to %s +commands.playsound.playerTooFar=Player %s is too far away to hear the sound +commands.playsound.unknownSoundSource=Source %s is unknown +commands.give.usage=/give [amount] [data] [dataTag] +commands.give.item.notFound=There is no such item with name %s +commands.give.block.notFound=There is no such block with name %s +commands.give.success=Given %s * %s to %s +commands.give.tagError=Data tag parsing failed: %s +commands.replaceitem.usage=/replaceitem ... +commands.replaceitem.entity.usage=/replaceitem entity [amount] [data] [dataTag] +commands.replaceitem.block.usage=/replaceitem block [amount] [data] [dataTag] +commands.replaceitem.tagError=Data tag parsing failed: %s +commands.replaceitem.noContainer=Block at %s, %s, %s is not a container +commands.replaceitem.failed=Could not replace slot %s with %s * %s +commands.replaceitem.success=Replaced slot %s with %s * %s +commands.stats.usage=/stats ... +commands.stats.entity.usage=/stats entity ... +commands.stats.entity.set.usage=/stats entity set +commands.stats.entity.clear.usage=/stats entity clear +commands.stats.block.usage=/stats block ... +commands.stats.block.set.usage=/stats block set +commands.stats.block.clear.usage=/stats block clear +commands.stats.noCompatibleBlock=Block at %s, %s, %s can not track stats +commands.stats.failed=Invalid parameters +commands.stats.cleared=Cleared %s stats +commands.stats.success=Storing %s stats in %s on %s +commands.summon.usage=/summon [x] [y] [z] [dataTag] +commands.summon.success=Object successfully summoned +commands.summon.failed=Unable to summon object +commands.summon.tagError=Data tag parsing failed: %s +commands.summon.outOfWorld=Cannot summon the object out of the world +commands.testforblock.usage=/testforblock [dataValue|-1|state|*] [dataTag] +commands.testforblock.failed.tile=The block at %s, %s, %s is %s (expected: %s) +commands.testforblock.failed.data=The block at %s, %s, %s had the data value of %s (expected: %s) +commands.testforblock.failed.nbt=The block at %s, %s, %s did not have the required NBT keys +commands.testforblock.failed.tileEntity=The block at %s, %s, %s is not a block entity and cannot support tag matching +commands.testforblock.success=Successfully found the block at %s, %s, %s +commands.testforblock.outOfWorld=Cannot test for block outside of the world +commands.setblock.usage=/setblock [dataValue|state] [oldBlockHandling] [dataTag] +commands.setblock.success=Block placed +commands.setblock.failed=Unable to place block +commands.setblock.tagError=Data tag parsing failed: %s +commands.setblock.outOfWorld=Cannot place block outside of the world +commands.setblock.notFound=There is no such block with ID/name %s +commands.setblock.noChange=The block couldn't be placed +commands.fill.usage=/fill [dataValue|state] [oldBlockHandling] [dataTag] +commands.fill.outOfWorld=Cannot place blocks outside of the world +commands.fill.tagError=Data tag parsing failed: %s +commands.fill.success=%s blocks filled +commands.fill.failed=No blocks filled +commands.fill.tooManyBlocks=Too many blocks in the specified area (%s > %s) +commands.clone.usage=/clone [maskMode] [cloneMode] +commands.clone.outOfWorld=Cannot access blocks outside of the world +commands.clone.noOverlap=Source and destination can not overlap +commands.clone.success=%s blocks cloned +commands.clone.failed=No blocks cloned +commands.clone.tooManyBlocks=Too many blocks in the specified area (%s > %s) +commands.compare.usage=/testforblocks [mode] +commands.compare.outOfWorld=Cannot access blocks outside of the world +commands.compare.failed=Source and destination are not identical +commands.compare.success=%s blocks compared +commands.compare.tooManyBlocks=Too many blocks in the specified area (%s > %s) +commands.blockdata.usage=/blockdata +commands.blockdata.success=Block data updated to: %s +commands.blockdata.tagError=Data tag parsing failed: %s +commands.blockdata.outOfWorld=Cannot change block outside of the world +commands.blockdata.notValid=The target block is not a data holder block +commands.blockdata.failed=The data tag did not change: %s +commands.entitydata.usage=/entitydata +commands.entitydata.success=Entity data updated to: %s +commands.entitydata.tagError=Data tag parsing failed: %s +commands.entitydata.noPlayers=%s is a player and cannot be changed +commands.entitydata.failed=The data tag did not change: %s +commands.effect.usage=/effect [seconds] [amplifier] [hideParticles] OR /effect clear +commands.effect.notFound=There is no such mob effect with ID %s +commands.effect.success=Given %1$s (ID %2$s) * %3$s to %4$s for %5$s seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.success.removed.all=Took all effects from %s +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.effect.failure.notActive.all=Couldn't take any effects from %s as they do not have any +commands.enchant.usage=/enchant [level] +commands.enchant.notFound=There is no such enchantment with ID %s +commands.enchant.noItem=The target doesn't hold an item +commands.enchant.cantEnchant=The selected enchantment can't be added to the target item +commands.enchant.cantCombine=%1$s can't be combined with %2$s +commands.enchant.success=Enchanting succeeded +commands.particle.usage=/particle [count] [mode] [player] [params] +commands.particle.success=Playing effect %s for %s times +commands.particle.notFound=Unknown effect name (%s) +commands.particle.invalidParam=Invalid param given (%s) +commands.clear.usage=/clear [player] [item] [data] [maxCount] [dataTag] +commands.clear.success=Cleared the inventory of %s, removing %s items +commands.clear.testing=%s has %s items that match the criteria +commands.clear.failure=Could not clear the inventory of %s, no items to remove +commands.clear.tagError=Data tag parsing failed: %s +commands.downfall.usage=/toggledownfall +commands.downfall.success=Toggled downfall +commands.time.usage=/time +commands.time.added=Added %s to the time +commands.time.set=Set the time to %s +commands.time.query=Time is %s +commands.players.usage=/list +commands.players.list=There are %s/%s players online: +commands.banlist.ips=There are %s total banned IP addresses: +commands.banlist.players=There are %s total banned players: +commands.banlist.usage=/banlist [ips|players] +commands.kill.usage=/kill [player|entity] +commands.kill.successful=Killed %s +commands.kick.success=Kicked %s from the game +commands.kick.success.reason=Kicked %s from the game: '%s' +commands.kick.usage=/kick [reason ...] +commands.op.success=Opped %s +commands.op.failed=Could not op %s +commands.op.usage=/op +commands.deop.success=De-opped %s +commands.deop.failed=Could not de-op %s +commands.deop.usage=/deop +commands.say.usage=/say +commands.ban.success=Banned player %s +commands.ban.failed=Could not ban player %s +commands.ban.usage=/ban [reason ...] +commands.unban.success=Unbanned player %s +commands.unban.failed=Could not unban player %s +commands.unban.usage=/pardon +commands.banip.invalid=You have entered an invalid IP address or a player that is not online +commands.banip.success=Banned IP address %s +commands.banip.success.players=Banned IP address %s belonging to %s +commands.banip.usage=/ban-ip [reason ...] +commands.unbanip.invalid=You have entered an invalid IP address +commands.unbanip.success=Unbanned IP address %s +commands.unbanip.usage=/pardon-ip
+commands.save.usage=/save-all [flush] +commands.save-on.alreadyOn=Saving is already turned on +commands.save-on.usage=/save-on +commands.save-off.alreadyOff=Saving is already turned off +commands.save-off.usage=/save-off +commands.save.enabled=Turned on world auto-saving +commands.save.disabled=Turned off world auto-saving +commands.save.start=Saving... +commands.save.success=Saved the world +commands.save.failed=Saving failed: %s +commands.save.flushStart=Flushing all saves... +commands.save.flushEnd=Flushing completed +commands.stop.usage=/stop +commands.stop.start=Stopping the server +commands.tp.usage=/tp [target player] OR /tp [target player] [ ] +commands.tp.success=Teleported %s to %s +commands.tp.success.coordinates=Teleported %s to %s, %s, %s +commands.tp.notSameDimension=Unable to teleport because players are not in the same dimension +commands.teleport.usage=/teleport [ ] +commands.teleport.success.coordinates=Teleported %s to %s, %s, %s +commands.whitelist.list=There are %s (out of %s seen) whitelisted players: +commands.whitelist.enabled=Turned on the whitelist +commands.whitelist.disabled=Turned off the whitelist +commands.whitelist.reloaded=Reloaded the whitelist +commands.whitelist.add.success=Added %s to the whitelist +commands.whitelist.add.failed=Could not add %s to the whitelist +commands.whitelist.add.usage=/whitelist add +commands.whitelist.remove.success=Removed %s from the whitelist +commands.whitelist.remove.failed=Could not remove %s from the whitelist +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.scoreboard.usage=/scoreboard ... +commands.scoreboard.noMultiWildcard=Only one user wildcard allowed +commands.scoreboard.allMatchesFailed=All matches failed +commands.scoreboard.teamNotFound=No team was found by the name '%s' +commands.scoreboard.objectiveNotFound=No objective was found by the name '%s' +commands.scoreboard.objectiveReadOnly=The objective '%s' is read-only and cannot be set +commands.scoreboard.objectives.usage=/scoreboard objectives ... +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [objective] +commands.scoreboard.objectives.setdisplay.invalidSlot=No such display slot '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Cleared objective display slot '%s' +commands.scoreboard.objectives.setdisplay.successSet=Set the display objective in slot '%s' to '%s' +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [display name ...] +commands.scoreboard.objectives.add.wrongType=Invalid objective criteria type '%s' +commands.scoreboard.objectives.add.alreadyExists=An objective with the name '%s' already exists +commands.scoreboard.objectives.add.tooLong=The name '%s' is too long for an objective, it can be at most %s characters long +commands.scoreboard.objectives.add.displayTooLong=The display name '%s' is too long for an objective, it can be at most %s characters long +commands.scoreboard.objectives.add.success=Added new objective '%s' successfully +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.remove.success=Removed objective '%s' successfully +commands.scoreboard.objectives.list.count=Showing %s objective(s) on scoreboard: +commands.scoreboard.objectives.list.entry=- %s: displays as '%s' and is type '%s' +commands.scoreboard.objectives.list.empty=There are no objectives on the scoreboard +commands.scoreboard.players.usage=/scoreboard players ... +commands.scoreboard.players.name.tooLong=The name '%s' is too long for a player, it can be at most %s characters long +commands.scoreboard.players.set.success=Set score of %s for player %s to %s +commands.scoreboard.players.set.tagMismatch=The dataTag does not match for %s +commands.scoreboard.players.set.tagError=Could not parse dataTag, reason: %s +commands.scoreboard.players.set.usage=/scoreboard players set [dataTag] +commands.scoreboard.players.add.usage=/scoreboard players add [dataTag] +commands.scoreboard.players.remove.usage=/scoreboard players remove [dataTag] +commands.scoreboard.players.reset.usage=/scoreboard players reset [objective] +commands.scoreboard.players.reset.success=Reset scores of player %s +commands.scoreboard.players.resetscore.success=Reset score %s of player %s +commands.scoreboard.players.list.usage=/scoreboard players list [name] +commands.scoreboard.players.list.count=Showing %s tracked players on the scoreboard: +commands.scoreboard.players.list.empty=There are no tracked players on the scoreboard +commands.scoreboard.players.list.player.count=Showing %s tracked objective(s) for %s: +commands.scoreboard.players.list.player.entry=- %2$s: %1$s (%3$s) +commands.scoreboard.players.list.player.empty=Player %s has no scores recorded +commands.scoreboard.players.enable.usage=/scoreboard players enable +commands.scoreboard.players.enable.success=Enabled trigger %s for %s +commands.scoreboard.players.enable.noTrigger=Objective %s is not a trigger +commands.scoreboard.players.test.usage=/scoreboard players test [max] +commands.scoreboard.players.test.notFound=No %s score for %s found +commands.scoreboard.players.test.failed=Score %s is NOT in range %s to %s +commands.scoreboard.players.test.success=Score %s is in range %s to %s +commands.scoreboard.players.operation.usage=/scoreboard players operation +commands.scoreboard.players.operation.notFound=No %s score for %s found +commands.scoreboard.players.operation.invalidOperation=Invalid operation %s +commands.scoreboard.players.operation.success=Operation applied successfully +commands.scoreboard.players.tag.usage=/scoreboard players tag [dataTag] +commands.scoreboard.players.tag.tagMismatch=The dataTag does not match for %s +commands.scoreboard.players.tag.tooMany=Can't add more than %s tags to an entity +commands.scoreboard.players.tag.notFound=Entity didn't have the %s tag +commands.scoreboard.players.tag.success.add=Tag %s added +commands.scoreboard.players.tag.success.remove=Tag %s removed +commands.scoreboard.players.tag.list=Tags on entity %s are: +commands.scoreboard.players.tag.tagError=Players tag command failed, reason: %s +commands.scoreboard.teams.usage=/scoreboard teams ... +commands.scoreboard.teams.add.usage=/scoreboard teams add [display name ...] +commands.scoreboard.teams.add.alreadyExists=A team with the name '%s' already exists +commands.scoreboard.teams.add.tooLong=The name '%s' is too long for a team, it can be at most %s characters long +commands.scoreboard.teams.add.displayTooLong=The display name '%s' is too long for a team, it can be at most %s characters long +commands.scoreboard.teams.add.success=Added new team '%s' successfully +commands.scoreboard.teams.list.usage=/scoreboard teams list [name] +commands.scoreboard.teams.list.count=Showing %s teams on the scoreboard: +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' has %3$s players +commands.scoreboard.teams.list.empty=There are no teams registered on the scoreboard +commands.scoreboard.teams.list.player.count=Showing %s player(s) in team %s: +commands.scoreboard.teams.list.player.entry=- %2$s: %1$s (%3$s) +commands.scoreboard.teams.list.player.empty=Team %s has no players +commands.scoreboard.teams.empty.usage=/scoreboard teams empty +commands.scoreboard.teams.empty.alreadyEmpty=Team %s is already empty, cannot remove nonexistant players +commands.scoreboard.teams.empty.success=Removed all %s player(s) from team %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.remove.success=Removed team %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [player] +commands.scoreboard.teams.join.success=Added %s player(s) to team %s: %s +commands.scoreboard.teams.join.failure=Could not add %s player(s) to team %s: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [player] +commands.scoreboard.teams.leave.success=Removed %s player(s) from their teams: %s +commands.scoreboard.teams.leave.failure=Could not remove %s player(s) from their teams: %s +commands.scoreboard.teams.leave.noTeam=You are not in a team +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.option.noValue=Valid values for option %s are: %s +commands.scoreboard.teams.option.success=Set option %s for team %s to %s +commands.execute.usage=/execute OR /execute detect +commands.execute.allInvocationsFailed=All invocations failed: '%s' +commands.execute.failed=Failed to execute '%s' as %s +commands.gamemode.success.self=Set own game mode to %s +commands.gamemode.success.other=Set %s's game mode to %s +commands.gamemode.usage=/gamemode [player] +commands.defaultgamemode.usage=/defaultgamemode +commands.defaultgamemode.success=The world's default game mode is now %s +commands.me.usage=/me +commands.help.header=--- Showing help page %s of %s (/help ) --- +commands.help.footer=Tip: Use the key while typing a command to auto-complete the command or its arguments +commands.help.usage=/help [page|command name] +commands.trigger.usage=/trigger +commands.trigger.invalidObjective=Invalid trigger name %s +commands.trigger.invalidMode=Invalid trigger mode %s +commands.trigger.disabled=Trigger %s is not enabled +commands.trigger.invalidPlayer=Only players can use the /trigger command +commands.trigger.success=Trigger %s changed with %s %s +commands.publish.usage=/publish +commands.publish.started=Local game hosted on port %s +commands.publish.failed=Unable to host local game +commands.debug.start=Started debug profiling +commands.debug.stop=Stopped debug profiling after %s seconds (%s ticks) +commands.debug.notStarted=Can't stop profiling when we haven't started yet! +commands.debug.usage=/debug +commands.chunkinfo.usage=/chunkinfo [ ] +commands.chunkinfo.location=Chunk location: (%s, %s, %s) +commands.chunkinfo.noChunk=No chunk found at chunk position %s, %s, %s +commands.chunkinfo.notEmpty=Chunk is not empty. +commands.chunkinfo.empty=Chunk is empty. +commands.chunkinfo.notCompiled=Chunk is not compiled. +commands.chunkinfo.compiled=Chunk is compiled. +commands.chunkinfo.hasNoRenderableLayers=Chunk has no renderable layers. +commands.chunkinfo.hasLayers=Chunk has layers: %s +commands.chunkinfo.isEmpty=Chunk has empty layers: %s +commands.chunkinfo.vertices=%s layer's buffer contains %s vertices +commands.chunkinfo.data=First 64 vertices are: %s +commands.tellraw.usage=/tellraw +commands.tellraw.jsonException=Invalid json: %s +commands.message.usage=/tell +commands.message.sameTarget=You can't send a private message to yourself! +commands.message.display.outgoing=You whisper to %s: %s +commands.message.display.incoming=%s whispers to you: %s +commands.difficulty.usage=/difficulty +commands.difficulty.success=Set game difficulty to %s +commands.spawnpoint.usage=/spawnpoint [player] [ ] +commands.spawnpoint.success=Set %s's spawn point to (%s, %s, %s) +commands.setworldspawn.usage=/setworldspawn [ ] +commands.setworldspawn.success=Set the world spawn point to (%s, %s, %s) +commands.gamerule.usage=/gamerule [value] +commands.gamerule.success=Game rule %s has been updated to %s +commands.gamerule.norule=No game rule called '%s' is available +commands.gamerule.nopermission=Only server owners can change '%s' +commands.weather.usage=/weather [duration in seconds] +commands.weather.clear=Changing to clear weather +commands.weather.rain=Changing to rainy weather +commands.weather.thunder=Changing to rain and thunder +commands.testfor.usage=/testfor [dataTag] +commands.testfor.failure=%s did not match the required data structure +commands.testfor.success=Found %s +commands.testfor.tagError=Data tag parsing failed: %s +commands.seed.usage=/seed +commands.seed.success=Seed: %s +commands.spreadplayers.noop=No players found to spread +commands.spreadplayers.usage=/spreadplayers +commands.spreadplayers.spreading.teams=Spreading %s team(s) %s blocks around %s,%s (min %s blocks apart) +commands.spreadplayers.spreading.players=Spreading %s player(s) %s blocks around %s,%s (min %s blocks apart) +commands.spreadplayers.success.teams=Successfully spread %s team(s) around %s,%s +commands.spreadplayers.success.players=Successfully spread %s player(s) around %s,%s +commands.spreadplayers.info.teams=(Average distance between teams is %s blocks apart after %s iterations) +commands.spreadplayers.info.players=(Average distance between players is %s blocks apart after %s iterations) +commands.spreadplayers.failure.teams=Could not spread %s team(s) around %s,%s (too many players for space - try using spread of at most %s) +commands.spreadplayers.failure.players=Could not spread %s player(s) around %s,%s (too many players for space - try using spread of at most %s) +commands.achievement.usage=/achievement [player] +commands.achievement.unknownAchievement=Unknown achievement '%s' +commands.achievement.alreadyHave=Player %s already has achievement %s +commands.achievement.dontHave=Player %s doesn't have achievement %s +commands.achievement.give.success.all=Successfully given all achievements to %s +commands.achievement.give.success.one=Successfully given %s the achievement %s +commands.achievement.take.success.all=Successfully taken all achievements from %s +commands.achievement.take.success.one=Successfully taken the achievement %s from %s +commands.worldborder.usage=/worldborder ... +commands.worldborder.add.usage=/worldborder add [timeInSeconds] +commands.worldborder.set.usage=/worldborder set [timeInSeconds] +commands.worldborder.set.success=Set world border to %s blocks wide (from %s blocks) +commands.worldborder.get.success=World border is currently %s blocks wide +commands.worldborder.setSlowly.shrink.success=Shrinking world border to %s blocks wide (down from %s blocks) over %s seconds +commands.worldborder.setSlowly.grow.success=Growing world border to %s blocks wide (up from %s blocks) over %s seconds +commands.worldborder.center.usage=/worldborder center +commands.worldborder.center.success=Set world border center to %s,%s +commands.worldborder.damage.usage=/worldborder damage ... +commands.worldborder.damage.buffer.usage=/worldborder damage buffer +commands.worldborder.damage.buffer.success=Set world border damage buffer to %s blocks (from %s blocks) +commands.worldborder.damage.amount.usage=/worldborder damage amount +commands.worldborder.damage.amount.success=Set world border damage amount to %s per block (from %s per block) +commands.worldborder.warning.usage=/worldborder warning ... +commands.worldborder.warning.time.usage=/worldborder warning time +commands.worldborder.warning.time.success=Set world border warning to %s seconds away (from %s seconds) +commands.worldborder.warning.distance.usage=/worldborder warning distance +commands.worldborder.warning.distance.success=Set world border warning to %s blocks away (from %s blocks) +commands.title.usage=/title title|subtitle|actionbar|clear|reset|times ... +commands.title.usage.title=/title title|subtitle|actionbar +commands.title.usage.clear=/title clear|reset +commands.title.usage.times=/title times +commands.title.success=Title command successfully executed +commands.stopsound.usage=/stopsound [source] [sound] +commands.stopsound.unknownSoundSource=Source %s is unknown +commands.stopsound.success.individualSound=Stopped sound '%s' with source '%s' for %s +commands.stopsound.success.soundSource=Stopped source '%s' for %s +commands.stopsound.success.all=Stopped all sounds for %s +commands.locate.usage=/locate +commands.locate.success=Located %s at %s (y?) %s +commands.locate.failure=Unable to locate any %s feature + +itemGroup.buildingBlocks=Building Blocks +itemGroup.decorations=Decoration Blocks +itemGroup.redstone=Redstone +itemGroup.transportation=Transportation +itemGroup.misc=Miscellaneous +itemGroup.search=Search Items +itemGroup.food=Foodstuffs +itemGroup.tools=Tools +itemGroup.combat=Combat +itemGroup.brewing=Brewing +itemGroup.materials=Materials +itemGroup.inventory=Survival Inventory + +inventory.binSlot=Destroy Item + +advMode.setCommand=Set Console Command for Block +advMode.setCommand.success=Command set: %s +advMode.command=Console Command +advMode.nearestPlayer=Use "@p" to target nearest player +advMode.randomPlayer=Use "@r" to target random player +advMode.allPlayers=Use "@a" to target all players +advMode.allEntities=Use "@e" to target all entities +advMode.previousOutput=Previous Output +advMode.mode.sequence=Chain +advMode.mode.auto=Repeat +advMode.mode.redstone=Impulse +advMode.mode.conditional=Conditional +advMode.mode.unconditional=Unconditional +advMode.mode.redstoneTriggered=Needs Redstone +advMode.mode.autoexec.bat=Always Active + +advMode.notEnabled=Command blocks are not enabled on this server +advMode.notAllowed=Must be an opped player in creative mode + +mount.onboard=Press %1$s to dismount + +build.tooHigh=Height limit for building is %s blocks + +item.modifiers.mainhand=When in main hand: +item.modifiers.offhand=When in off hand: +item.modifiers.feet=When on feet: +item.modifiers.legs=When on legs: +item.modifiers.chest=When on body: +item.modifiers.head=When on head: + +attribute.modifier.plus.0=+%s %s +attribute.modifier.plus.1=+%s%% %s +attribute.modifier.plus.2=+%s%% %s +attribute.modifier.take.0=-%s %s +attribute.modifier.take.1=-%s%% %s +attribute.modifier.take.2=-%s%% %s +attribute.modifier.equals.0=%s %s +attribute.modifier.equals.1=%s%% %s +attribute.modifier.equals.2=%s%% %s + +attribute.name.horse.jumpStrength=Horse Jump Strength +attribute.name.zombie.spawnReinforcements=Zombie Reinforcements +attribute.name.generic.maxHealth=Max Health +attribute.name.generic.followRange=Mob Follow Range +attribute.name.generic.knockbackResistance=Knockback Resistance +attribute.name.generic.movementSpeed=Speed +attribute.name.generic.attackDamage=Attack Damage +attribute.name.generic.attackSpeed=Attack Speed +attribute.name.generic.luck=Luck +attribute.name.generic.armor=Armor +attribute.name.generic.armorToughness=Armor Toughness + +screenshot.success=Saved screenshot as %s +screenshot.failure=Couldn't save screenshot: %s + +item.banner.black.name=Black Banner +item.banner.red.name=Red Banner +item.banner.green.name=Green Banner +item.banner.brown.name=Brown Banner +item.banner.blue.name=Blue Banner +item.banner.purple.name=Purple Banner +item.banner.cyan.name=Cyan Banner +item.banner.silver.name=Light Gray Banner +item.banner.gray.name=Gray Banner +item.banner.pink.name=Pink Banner +item.banner.lime.name=Lime Banner +item.banner.yellow.name=Yellow Banner +item.banner.lightBlue.name=Light Blue Banner +item.banner.magenta.name=Magenta Banner +item.banner.orange.name=Orange Banner +item.banner.white.name=White Banner + +item.shield.name=Shield +item.shield.black.name=Black Shield +item.shield.red.name=Red Shield +item.shield.green.name=Green Shield +item.shield.brown.name=Brown Shield +item.shield.blue.name=Blue Shield +item.shield.purple.name=Purple Shield +item.shield.cyan.name=Cyan Shield +item.shield.silver.name=Light Gray Shield +item.shield.gray.name=Gray Shield +item.shield.pink.name=Pink Shield +item.shield.lime.name=Lime Shield +item.shield.yellow.name=Yellow Shield +item.shield.lightBlue.name=Light Blue Shield +item.shield.magenta.name=Magenta Shield +item.shield.orange.name=Orange Shield +item.shield.white.name=White Shield + +item.banner.square_bottom_left.black=Black Base Dexter Canton +item.banner.square_bottom_left.red=Red Base Dexter Canton +item.banner.square_bottom_left.green=Green Base Dexter Canton +item.banner.square_bottom_left.brown=Brown Base Dexter Canton +item.banner.square_bottom_left.blue=Blue Base Dexter Canton +item.banner.square_bottom_left.purple=Purple Base Dexter Canton +item.banner.square_bottom_left.cyan=Cyan Base Dexter Canton +item.banner.square_bottom_left.silver=Light Gray Base Dexter Canton +item.banner.square_bottom_left.gray=Gray Base Dexter Canton +item.banner.square_bottom_left.pink=Pink Base Dexter Canton +item.banner.square_bottom_left.lime=Lime Base Dexter Canton +item.banner.square_bottom_left.yellow=Yellow Base Dexter Canton +item.banner.square_bottom_left.lightBlue=Light Blue Base Dexter Canton +item.banner.square_bottom_left.magenta=Magenta Base Dexter Canton +item.banner.square_bottom_left.orange=Orange Base Dexter Canton +item.banner.square_bottom_left.white=White Base Dexter Canton + +item.banner.square_bottom_right.black=Black Base Sinister Canton +item.banner.square_bottom_right.red=Red Base Sinister Canton +item.banner.square_bottom_right.green=Green Base Sinister Canton +item.banner.square_bottom_right.brown=Brown Base Sinister Canton +item.banner.square_bottom_right.blue=Blue Base Sinister Canton +item.banner.square_bottom_right.purple=Purple Base Sinister Canton +item.banner.square_bottom_right.cyan=Cyan Base Sinister Canton +item.banner.square_bottom_right.silver=Light Gray Base Sinister Canton +item.banner.square_bottom_right.gray=Gray Base Sinister Canton +item.banner.square_bottom_right.pink=Pink Base Sinister Canton +item.banner.square_bottom_right.lime=Lime Base Sinister Canton +item.banner.square_bottom_right.yellow=Yellow Base Sinister Canton +item.banner.square_bottom_right.lightBlue=Light Blue Base Sinister Canton +item.banner.square_bottom_right.magenta=Magenta Base Sinister Canton +item.banner.square_bottom_right.orange=Orange Base Sinister Canton +item.banner.square_bottom_right.white=White Base Sinister Canton + +item.banner.square_top_left.black=Black Chief Dexter Canton +item.banner.square_top_left.red=Red Chief Dexter Canton +item.banner.square_top_left.green=Green Chief Dexter Canton +item.banner.square_top_left.brown=Brown Chief Dexter Canton +item.banner.square_top_left.blue=Blue Chief Dexter Canton +item.banner.square_top_left.purple=Purple Chief Dexter Canton +item.banner.square_top_left.cyan=Cyan Chief Dexter Canton +item.banner.square_top_left.silver=Light Gray Chief Dexter Canton +item.banner.square_top_left.gray=Gray Chief Dexter Canton +item.banner.square_top_left.pink=Pink Chief Dexter Canton +item.banner.square_top_left.lime=Lime Chief Dexter Canton +item.banner.square_top_left.yellow=Yellow Chief Dexter Canton +item.banner.square_top_left.lightBlue=Light Blue Chief Dexter Canton +item.banner.square_top_left.magenta=Magenta Chief Dexter Canton +item.banner.square_top_left.orange=Orange Chief Dexter Canton +item.banner.square_top_left.white=White Chief Dexter Canton + +item.banner.square_top_right.black=Black Chief Sinister Canton +item.banner.square_top_right.red=Red Chief Sinister Canton +item.banner.square_top_right.green=Green Chief Sinister Canton +item.banner.square_top_right.brown=Brown Chief Sinister Canton +item.banner.square_top_right.blue=Blue Chief Sinister Canton +item.banner.square_top_right.purple=Purple Chief Sinister Canton +item.banner.square_top_right.cyan=Cyan Chief Sinister Canton +item.banner.square_top_right.silver=Light Gray Chief Sinister Canton +item.banner.square_top_right.gray=Gray Chief Sinister Canton +item.banner.square_top_right.pink=Pink Chief Sinister Canton +item.banner.square_top_right.lime=Lime Chief Sinister Canton +item.banner.square_top_right.yellow=Yellow Chief Sinister Canton +item.banner.square_top_right.lightBlue=Light Blue Chief Sinister Canton +item.banner.square_top_right.magenta=Magenta Chief Sinister Canton +item.banner.square_top_right.orange=Orange Chief Sinister Canton +item.banner.square_top_right.white=White Chief Sinister Canton + +item.banner.stripe_bottom.black=Black Base Fess +item.banner.stripe_bottom.red=Red Base Fess +item.banner.stripe_bottom.green=Green Base Fess +item.banner.stripe_bottom.brown=Brown Base Fess +item.banner.stripe_bottom.blue=Blue Base Fess +item.banner.stripe_bottom.purple=Purple Base Fess +item.banner.stripe_bottom.cyan=Cyan Base Fess +item.banner.stripe_bottom.silver=Light Gray Base Fess +item.banner.stripe_bottom.gray=Gray Base Fess +item.banner.stripe_bottom.pink=Pink Base Fess +item.banner.stripe_bottom.lime=Lime Base Fess +item.banner.stripe_bottom.yellow=Yellow Base Fess +item.banner.stripe_bottom.lightBlue=Light Blue Base Fess +item.banner.stripe_bottom.magenta=Magenta Base Fess +item.banner.stripe_bottom.orange=Orange Base Fess +item.banner.stripe_bottom.white=White Base Fess + +item.banner.stripe_top.black=Black Chief Fess +item.banner.stripe_top.red=Red Chief Fess +item.banner.stripe_top.green=Green Chief Fess +item.banner.stripe_top.brown=Brown Chief Fess +item.banner.stripe_top.blue=Blue Chief Fess +item.banner.stripe_top.purple=Purple Chief Fess +item.banner.stripe_top.cyan=Cyan Chief Fess +item.banner.stripe_top.silver=Light Gray Chief Fess +item.banner.stripe_top.gray=Gray Chief Fess +item.banner.stripe_top.pink=Pink Chief Fess +item.banner.stripe_top.lime=Lime Chief Fess +item.banner.stripe_top.yellow=Yellow Chief Fess +item.banner.stripe_top.lightBlue=Light Blue Chief Fess +item.banner.stripe_top.magenta=Magenta Chief Fess +item.banner.stripe_top.orange=Orange Chief Fess +item.banner.stripe_top.white=White Chief Fess + +item.banner.stripe_left.black=Black Pale Dexter +item.banner.stripe_left.red=Red Pale Dexter +item.banner.stripe_left.green=Green Pale Dexter +item.banner.stripe_left.brown=Brown Pale Dexter +item.banner.stripe_left.blue=Blue Pale Dexter +item.banner.stripe_left.purple=Purple Pale Dexter +item.banner.stripe_left.cyan=Cyan Pale Dexter +item.banner.stripe_left.silver=Light Gray Pale Dexter +item.banner.stripe_left.gray=Gray Pale Dexter +item.banner.stripe_left.pink=Pink Pale Dexter +item.banner.stripe_left.lime=Lime Pale Dexter +item.banner.stripe_left.yellow=Yellow Pale Dexter +item.banner.stripe_left.lightBlue=Light Blue Pale Dexter +item.banner.stripe_left.magenta=Magenta Pale Dexter +item.banner.stripe_left.orange=Orange Pale Dexter +item.banner.stripe_left.white=White Pale Dexter + +item.banner.stripe_right.black=Black Pale Sinister +item.banner.stripe_right.red=Red Pale Sinister +item.banner.stripe_right.green=Green Pale Sinister +item.banner.stripe_right.brown=Brown Pale Sinister +item.banner.stripe_right.blue=Blue Pale Sinister +item.banner.stripe_right.purple=Purple Pale Sinister +item.banner.stripe_right.cyan=Cyan Pale Sinister +item.banner.stripe_right.silver=Light Gray Pale Sinister +item.banner.stripe_right.gray=Gray Pale Sinister +item.banner.stripe_right.pink=Pink Pale Sinister +item.banner.stripe_right.lime=Lime Pale Sinister +item.banner.stripe_right.yellow=Yellow Pale Sinister +item.banner.stripe_right.lightBlue=Light Blue Pale Sinister +item.banner.stripe_right.magenta=Magenta Pale Sinister +item.banner.stripe_right.orange=Orange Pale Sinister +item.banner.stripe_right.white=White Pale Sinister + +item.banner.stripe_center.black=Black Pale +item.banner.stripe_center.red=Red Pale +item.banner.stripe_center.green=Green Pale +item.banner.stripe_center.brown=Brown Pale +item.banner.stripe_center.blue=Blue Pale +item.banner.stripe_center.purple=Purple Pale +item.banner.stripe_center.cyan=Cyan Pale +item.banner.stripe_center.silver=Light Gray Pale +item.banner.stripe_center.gray=Gray Pale +item.banner.stripe_center.pink=Pink Pale +item.banner.stripe_center.lime=Lime Pale +item.banner.stripe_center.yellow=Yellow Pale +item.banner.stripe_center.lightBlue=Light Blue Pale +item.banner.stripe_center.magenta=Magenta Pale +item.banner.stripe_center.orange=Orange Pale +item.banner.stripe_center.white=White Pale + +item.banner.stripe_middle.black=Black Fess +item.banner.stripe_middle.red=Red Fess +item.banner.stripe_middle.green=Green Fess +item.banner.stripe_middle.brown=Brown Fess +item.banner.stripe_middle.blue=Blue Fess +item.banner.stripe_middle.purple=Purple Fess +item.banner.stripe_middle.cyan=Cyan Fess +item.banner.stripe_middle.silver=Light Gray Fess +item.banner.stripe_middle.gray=Gray Fess +item.banner.stripe_middle.pink=Pink Fess +item.banner.stripe_middle.lime=Lime Fess +item.banner.stripe_middle.yellow=Yellow Fess +item.banner.stripe_middle.lightBlue=Light Blue Fess +item.banner.stripe_middle.magenta=Magenta Fess +item.banner.stripe_middle.orange=Orange Fess +item.banner.stripe_middle.white=White Fess + +item.banner.stripe_downright.black=Black Bend +item.banner.stripe_downright.red=Red Bend +item.banner.stripe_downright.green=Green Bend +item.banner.stripe_downright.brown=Brown Bend +item.banner.stripe_downright.blue=Blue Bend +item.banner.stripe_downright.purple=Purple Bend +item.banner.stripe_downright.cyan=Cyan Bend +item.banner.stripe_downright.silver=Light Gray Bend +item.banner.stripe_downright.gray=Gray Bend +item.banner.stripe_downright.pink=Pink Bend +item.banner.stripe_downright.lime=Lime Bend +item.banner.stripe_downright.yellow=Yellow Bend +item.banner.stripe_downright.lightBlue=Light Blue Bend +item.banner.stripe_downright.magenta=Magenta Bend +item.banner.stripe_downright.orange=Orange Bend +item.banner.stripe_downright.white=White Bend + +item.banner.stripe_downleft.black=Black Bend Sinister +item.banner.stripe_downleft.red=Red Bend Sinister +item.banner.stripe_downleft.green=Green Bend Sinister +item.banner.stripe_downleft.brown=Brown Bend Sinister +item.banner.stripe_downleft.blue=Blue Bend Sinister +item.banner.stripe_downleft.purple=Purple Bend Sinister +item.banner.stripe_downleft.cyan=Cyan Bend Sinister +item.banner.stripe_downleft.silver=Light Gray Bend Sinister +item.banner.stripe_downleft.gray=Gray Bend Sinister +item.banner.stripe_downleft.pink=Pink Bend Sinister +item.banner.stripe_downleft.lime=Lime Bend Sinister +item.banner.stripe_downleft.yellow=Yellow Bend Sinister +item.banner.stripe_downleft.lightBlue=Light Blue Bend Sinister +item.banner.stripe_downleft.magenta=Magenta Bend Sinister +item.banner.stripe_downleft.orange=Orange Bend Sinister +item.banner.stripe_downleft.white=White Bend Sinister + +item.banner.small_stripes.black=Black Paly +item.banner.small_stripes.red=Red Paly +item.banner.small_stripes.green=Green Paly +item.banner.small_stripes.brown=Brown Paly +item.banner.small_stripes.blue=Blue Paly +item.banner.small_stripes.purple=Purple Paly +item.banner.small_stripes.cyan=Cyan Paly +item.banner.small_stripes.silver=Light Gray Paly +item.banner.small_stripes.gray=Gray Paly +item.banner.small_stripes.pink=Pink Paly +item.banner.small_stripes.lime=Lime Paly +item.banner.small_stripes.yellow=Yellow Paly +item.banner.small_stripes.lightBlue=Light Blue Paly +item.banner.small_stripes.magenta=Magenta Paly +item.banner.small_stripes.orange=Orange Paly +item.banner.small_stripes.white=White Paly + +item.banner.cross.black=Black Saltire +item.banner.cross.red=Red Saltire +item.banner.cross.green=Green Saltire +item.banner.cross.brown=Brown Saltire +item.banner.cross.blue=Blue Saltire +item.banner.cross.purple=Purple Saltire +item.banner.cross.cyan=Cyan Saltire +item.banner.cross.silver=Light Gray Saltire +item.banner.cross.gray=Gray Saltire +item.banner.cross.pink=Pink Saltire +item.banner.cross.lime=Lime Saltire +item.banner.cross.yellow=Yellow Saltire +item.banner.cross.lightBlue=Light Blue Saltire +item.banner.cross.magenta=Magenta Saltire +item.banner.cross.orange=Orange Saltire +item.banner.cross.white=White Saltire + +item.banner.triangle_bottom.black=Black Chevron +item.banner.triangle_bottom.red=Red Chevron +item.banner.triangle_bottom.green=Green Chevron +item.banner.triangle_bottom.brown=Brown Chevron +item.banner.triangle_bottom.blue=Blue Chevron +item.banner.triangle_bottom.purple=Purple Chevron +item.banner.triangle_bottom.cyan=Cyan Chevron +item.banner.triangle_bottom.silver=Light Gray Chevron +item.banner.triangle_bottom.gray=Gray Chevron +item.banner.triangle_bottom.pink=Pink Chevron +item.banner.triangle_bottom.lime=Lime Chevron +item.banner.triangle_bottom.yellow=Yellow Chevron +item.banner.triangle_bottom.lightBlue=Light Blue Chevron +item.banner.triangle_bottom.magenta=Magenta Chevron +item.banner.triangle_bottom.orange=Orange Chevron +item.banner.triangle_bottom.white=White Chevron + +item.banner.triangle_top.black=Black Inverted Chevron +item.banner.triangle_top.red=Red Inverted Chevron +item.banner.triangle_top.green=Green Inverted Chevron +item.banner.triangle_top.brown=Brown Inverted Chevron +item.banner.triangle_top.blue=Blue Inverted Chevron +item.banner.triangle_top.purple=Purple Inverted Chevron +item.banner.triangle_top.cyan=Cyan Inverted Chevron +item.banner.triangle_top.silver=Light Gray Inverted Chevron +item.banner.triangle_top.gray=Gray Inverted Chevron +item.banner.triangle_top.pink=Pink Inverted Chevron +item.banner.triangle_top.lime=Lime Inverted Chevron +item.banner.triangle_top.yellow=Yellow Inverted Chevron +item.banner.triangle_top.lightBlue=Light Blue Inverted Chevron +item.banner.triangle_top.magenta=Magenta Inverted Chevron +item.banner.triangle_top.orange=Orange Inverted Chevron +item.banner.triangle_top.white=White Inverted Chevron + +item.banner.triangles_bottom.black=Black Base Indented +item.banner.triangles_bottom.red=Red Base Indented +item.banner.triangles_bottom.green=Green Base Indented +item.banner.triangles_bottom.brown=Brown Base Indented +item.banner.triangles_bottom.blue=Blue Base Indented +item.banner.triangles_bottom.purple=Purple Base Indented +item.banner.triangles_bottom.cyan=Cyan Base Indented +item.banner.triangles_bottom.silver=Light Gray Base Indented +item.banner.triangles_bottom.gray=Gray Base Indented +item.banner.triangles_bottom.pink=Pink Base Indented +item.banner.triangles_bottom.lime=Lime Base Indented +item.banner.triangles_bottom.yellow=Yellow Base Indented +item.banner.triangles_bottom.lightBlue=Light Blue Base Indented +item.banner.triangles_bottom.magenta=Magenta Base Indented +item.banner.triangles_bottom.orange=Orange Base Indented +item.banner.triangles_bottom.white=White Base Indented + +item.banner.triangles_top.black=Black Chief Indented +item.banner.triangles_top.red=Red Chief Indented +item.banner.triangles_top.green=Green Chief Indented +item.banner.triangles_top.brown=Brown Chief Indented +item.banner.triangles_top.blue=Blue Chief Indented +item.banner.triangles_top.purple=Purple Chief Indented +item.banner.triangles_top.cyan=Cyan Chief Indented +item.banner.triangles_top.silver=Light Gray Chief Indented +item.banner.triangles_top.gray=Gray Chief Indented +item.banner.triangles_top.pink=Pink Chief Indented +item.banner.triangles_top.lime=Lime Chief Indented +item.banner.triangles_top.yellow=Yellow Chief Indented +item.banner.triangles_top.lightBlue=Light Blue Chief Indented +item.banner.triangles_top.magenta=Magenta Chief Indented +item.banner.triangles_top.orange=Orange Chief Indented +item.banner.triangles_top.white=White Chief Indented + +item.banner.diagonal_left.black=Black Per Bend Sinister +item.banner.diagonal_left.red=Red Per Bend Sinister +item.banner.diagonal_left.green=Green Per Bend Sinister +item.banner.diagonal_left.brown=Brown Per Bend Sinister +item.banner.diagonal_left.blue=Blue Per Bend Sinister +item.banner.diagonal_left.purple=Purple Per Bend Sinister +item.banner.diagonal_left.cyan=Cyan Per Bend Sinister +item.banner.diagonal_left.silver=Light Gray Per Bend Sinister +item.banner.diagonal_left.gray=Gray Per Bend Sinister +item.banner.diagonal_left.pink=Pink Per Bend Sinister +item.banner.diagonal_left.lime=Lime Per Bend Sinister +item.banner.diagonal_left.yellow=Yellow Per Bend Sinister +item.banner.diagonal_left.lightBlue=Light Blue Per Bend Sinister +item.banner.diagonal_left.magenta=Magenta Per Bend Sinister +item.banner.diagonal_left.orange=Orange Per Bend Sinister +item.banner.diagonal_left.white=White Per Bend Sinister + +item.banner.diagonal_right.black=Black Per Bend +item.banner.diagonal_right.red=Red Per Bend +item.banner.diagonal_right.green=Green Per Bend +item.banner.diagonal_right.brown=Brown Per Bend +item.banner.diagonal_right.blue=Blue Per Bend +item.banner.diagonal_right.purple=Purple Per Bend +item.banner.diagonal_right.cyan=Cyan Per Bend +item.banner.diagonal_right.silver=Light Gray Per Bend +item.banner.diagonal_right.gray=Gray Per Bend +item.banner.diagonal_right.pink=Pink Per Bend +item.banner.diagonal_right.lime=Lime Per Bend +item.banner.diagonal_right.yellow=Yellow Per Bend +item.banner.diagonal_right.lightBlue=Light Blue Per Bend +item.banner.diagonal_right.magenta=Magenta Per Bend +item.banner.diagonal_right.orange=Orange Per Bend +item.banner.diagonal_right.white=White Per Bend + +item.banner.diagonal_up_left.black=Black Per Bend Inverted +item.banner.diagonal_up_left.red=Red Per Bend Inverted +item.banner.diagonal_up_left.green=Green Per Bend Inverted +item.banner.diagonal_up_left.brown=Brown Per Bend Inverted +item.banner.diagonal_up_left.blue=Blue Per Bend Inverted +item.banner.diagonal_up_left.purple=Purple Per Bend Inverted +item.banner.diagonal_up_left.cyan=Cyan Per Bend Inverted +item.banner.diagonal_up_left.silver=Light Gray Per Bend Inverted +item.banner.diagonal_up_left.gray=Gray Per Bend Inverted +item.banner.diagonal_up_left.pink=Pink Per Bend Inverted +item.banner.diagonal_up_left.lime=Lime Per Bend Inverted +item.banner.diagonal_up_left.yellow=Yellow Per Bend Inverted +item.banner.diagonal_up_left.lightBlue=Light Blue Per Bend Inverted +item.banner.diagonal_up_left.magenta=Magenta Per Bend Inverted +item.banner.diagonal_up_left.orange=Orange Per Bend Inverted +item.banner.diagonal_up_left.white=White Per Bend Inverted + +item.banner.diagonal_up_right.black=Black Per Bend Sinister Inverted +item.banner.diagonal_up_right.red=Red Per Bend Sinister Inverted +item.banner.diagonal_up_right.green=Green Per Bend Sinister Inverted +item.banner.diagonal_up_right.brown=Brown Per Bend Sinister Inverted +item.banner.diagonal_up_right.blue=Blue Per Bend Sinister Inverted +item.banner.diagonal_up_right.purple=Purple Per Bend Sinister Inverted +item.banner.diagonal_up_right.cyan=Cyan Per Bend Sinister Inverted +item.banner.diagonal_up_right.silver=Light Gray Per Bend Sinister Inverted +item.banner.diagonal_up_right.gray=Gray Per Bend Sinister Inverted +item.banner.diagonal_up_right.pink=Pink Per Bend Sinister Inverted +item.banner.diagonal_up_right.lime=Lime Per Bend Sinister Inverted +item.banner.diagonal_up_right.yellow=Yellow Per Bend Sinister Inverted +item.banner.diagonal_up_right.lightBlue=Light Blue Per Bend Sinister Inverted +item.banner.diagonal_up_right.magenta=Magenta Per Bend Sinister Inverted +item.banner.diagonal_up_right.orange=Orange Per Bend Sinister Inverted +item.banner.diagonal_up_right.white=White Per Bend Sinister Inverted + +item.banner.circle.black=Black Roundel +item.banner.circle.red=Red Roundel +item.banner.circle.green=Green Roundel +item.banner.circle.brown=Brown Roundel +item.banner.circle.blue=Blue Roundel +item.banner.circle.purple=Purple Roundel +item.banner.circle.cyan=Cyan Roundel +item.banner.circle.silver=Light Gray Roundel +item.banner.circle.gray=Gray Roundel +item.banner.circle.pink=Pink Roundel +item.banner.circle.lime=Lime Roundel +item.banner.circle.yellow=Yellow Roundel +item.banner.circle.lightBlue=Light Blue Roundel +item.banner.circle.magenta=Magenta Roundel +item.banner.circle.orange=Orange Roundel +item.banner.circle.white=White Roundel + +item.banner.rhombus.black=Black Lozenge +item.banner.rhombus.red=Red Lozenge +item.banner.rhombus.green=Green Lozenge +item.banner.rhombus.brown=Brown Lozenge +item.banner.rhombus.blue=Blue Lozenge +item.banner.rhombus.purple=Purple Lozenge +item.banner.rhombus.cyan=Cyan Lozenge +item.banner.rhombus.silver=Light Gray Lozenge +item.banner.rhombus.gray=Gray Lozenge +item.banner.rhombus.pink=Pink Lozenge +item.banner.rhombus.lime=Lime Lozenge +item.banner.rhombus.yellow=Yellow Lozenge +item.banner.rhombus.lightBlue=Light Blue Lozenge +item.banner.rhombus.magenta=Magenta Lozenge +item.banner.rhombus.orange=Orange Lozenge +item.banner.rhombus.white=White Lozenge + +item.banner.half_vertical.black=Black Per Pale +item.banner.half_vertical.red=Red Per Pale +item.banner.half_vertical.green=Green Per Pale +item.banner.half_vertical.brown=Brown Per Pale +item.banner.half_vertical.blue=Blue Per Pale +item.banner.half_vertical.purple=Purple Per Pale +item.banner.half_vertical.cyan=Cyan Per Pale +item.banner.half_vertical.silver=Light Gray Per Pale +item.banner.half_vertical.gray=Gray Per Pale +item.banner.half_vertical.pink=Pink Per Pale +item.banner.half_vertical.lime=Lime Per Pale +item.banner.half_vertical.yellow=Yellow Per Pale +item.banner.half_vertical.lightBlue=Light Blue Per Pale +item.banner.half_vertical.magenta=Magenta Per Pale +item.banner.half_vertical.orange=Orange Per Pale +item.banner.half_vertical.white=White Per Pale + +item.banner.half_horizontal.black=Black Per Fess +item.banner.half_horizontal.red=Red Per Fess +item.banner.half_horizontal.green=Green Per Fess +item.banner.half_horizontal.brown=Brown Per Fess +item.banner.half_horizontal.blue=Blue Per Fess +item.banner.half_horizontal.purple=Purple Per Fess +item.banner.half_horizontal.cyan=Cyan Per Fess +item.banner.half_horizontal.silver=Light Gray Per Fess +item.banner.half_horizontal.gray=Gray Per Fess +item.banner.half_horizontal.pink=Pink Per Fess +item.banner.half_horizontal.lime=Lime Per Fess +item.banner.half_horizontal.yellow=Yellow Per Fess +item.banner.half_horizontal.lightBlue=Light Blue Per Fess +item.banner.half_horizontal.magenta=Magenta Per Fess +item.banner.half_horizontal.orange=Orange Per Fess +item.banner.half_horizontal.white=White Per Fess + +item.banner.half_vertical_right.black=Black Per Pale Inverted +item.banner.half_vertical_right.red=Red Per Pale Inverted +item.banner.half_vertical_right.green=Green Per Pale Inverted +item.banner.half_vertical_right.brown=Brown Per Pale Inverted +item.banner.half_vertical_right.blue=Blue Per Pale Inverted +item.banner.half_vertical_right.purple=Purple Per Pale Inverted +item.banner.half_vertical_right.cyan=Cyan Per Pale Inverted +item.banner.half_vertical_right.silver=Light Gray Per Pale Inverted +item.banner.half_vertical_right.gray=Gray Per Pale Inverted +item.banner.half_vertical_right.pink=Pink Per Pale Inverted +item.banner.half_vertical_right.lime=Lime Per Pale Inverted +item.banner.half_vertical_right.yellow=Yellow Per Pale Inverted +item.banner.half_vertical_right.lightBlue=Light Blue Per Pale Inverted +item.banner.half_vertical_right.magenta=Magenta Per Pale Inverted +item.banner.half_vertical_right.orange=Orange Per Pale Inverted +item.banner.half_vertical_right.white=White Per Pale Inverted + +item.banner.half_horizontal_bottom.black=Black Per Fess Inverted +item.banner.half_horizontal_bottom.red=Red Per Fess Inverted +item.banner.half_horizontal_bottom.green=Green Per Fess Inverted +item.banner.half_horizontal_bottom.brown=Brown Per Fess Inverted +item.banner.half_horizontal_bottom.blue=Blue Per Fess Inverted +item.banner.half_horizontal_bottom.purple=Purple Per Fess Inverted +item.banner.half_horizontal_bottom.cyan=Cyan Per Fess Inverted +item.banner.half_horizontal_bottom.silver=Light Gray Per Fess Inverted +item.banner.half_horizontal_bottom.gray=Gray Per Fess Inverted +item.banner.half_horizontal_bottom.pink=Pink Per Fess Inverted +item.banner.half_horizontal_bottom.lime=Lime Per Fess Inverted +item.banner.half_horizontal_bottom.yellow=Yellow Per Fess Inverted +item.banner.half_horizontal_bottom.lightBlue=Light Blue Per Fess Inverted +item.banner.half_horizontal_bottom.magenta=Magenta Per Fess Inverted +item.banner.half_horizontal_bottom.orange=Orange Per Fess Inverted +item.banner.half_horizontal_bottom.white=White Per Fess Inverted + +item.banner.creeper.black=Black Creeper Charge +item.banner.creeper.red=Red Creeper Charge +item.banner.creeper.green=Green Creeper Charge +item.banner.creeper.brown=Brown Creeper Charge +item.banner.creeper.blue=Blue Creeper Charge +item.banner.creeper.purple=Purple Creeper Charge +item.banner.creeper.cyan=Cyan Creeper Charge +item.banner.creeper.silver=Light Gray Creeper Charge +item.banner.creeper.gray=Gray Creeper Charge +item.banner.creeper.pink=Pink Creeper Charge +item.banner.creeper.lime=Lime Creeper Charge +item.banner.creeper.yellow=Yellow Creeper Charge +item.banner.creeper.lightBlue=Light Blue Creeper Charge +item.banner.creeper.magenta=Magenta Creeper Charge +item.banner.creeper.orange=Orange Creeper Charge +item.banner.creeper.white=White Creeper Charge + +item.banner.bricks.black=Black Field Masoned +item.banner.bricks.red=Red Field Masoned +item.banner.bricks.green=Green Field Masoned +item.banner.bricks.brown=Brown Field Masoned +item.banner.bricks.blue=Blue Field Masoned +item.banner.bricks.purple=Purple Field Masoned +item.banner.bricks.cyan=Cyan Field Masoned +item.banner.bricks.silver=Light Gray Field Masoned +item.banner.bricks.gray=Gray Field Masoned +item.banner.bricks.pink=Pink Field Masoned +item.banner.bricks.lime=Lime Field Masoned +item.banner.bricks.yellow=Yellow Field Masoned +item.banner.bricks.lightBlue=Light Blue Field Masoned +item.banner.bricks.magenta=Magenta Field Masoned +item.banner.bricks.orange=Orange Field Masoned +item.banner.bricks.white=White Field Masoned + +item.banner.gradient.black=Black Gradient +item.banner.gradient.red=Red Gradient +item.banner.gradient.green=Green Gradient +item.banner.gradient.brown=Brown Gradient +item.banner.gradient.blue=Blue Gradient +item.banner.gradient.purple=Purple Gradient +item.banner.gradient.cyan=Cyan Gradient +item.banner.gradient.silver=Light Gray Gradient +item.banner.gradient.gray=Gray Gradient +item.banner.gradient.pink=Pink Gradient +item.banner.gradient.lime=Lime Gradient +item.banner.gradient.yellow=Yellow Gradient +item.banner.gradient.lightBlue=Light Blue Gradient +item.banner.gradient.magenta=Magenta Gradient +item.banner.gradient.orange=Orange Gradient +item.banner.gradient.white=White Gradient + +item.banner.gradient_up.black=Black Base Gradient +item.banner.gradient_up.red=Red Base Gradient +item.banner.gradient_up.green=Green Base Gradient +item.banner.gradient_up.brown=Brown Base Gradient +item.banner.gradient_up.blue=Blue Base Gradient +item.banner.gradient_up.purple=Purple Base Gradient +item.banner.gradient_up.cyan=Cyan Base Gradient +item.banner.gradient_up.silver=Light Gray Base Gradient +item.banner.gradient_up.gray=Gray Base Gradient +item.banner.gradient_up.pink=Pink Base Gradient +item.banner.gradient_up.lime=Lime Base Gradient +item.banner.gradient_up.yellow=Yellow Base Gradient +item.banner.gradient_up.lightBlue=Light Blue Base Gradient +item.banner.gradient_up.magenta=Magenta Base Gradient +item.banner.gradient_up.orange=Orange Base Gradient +item.banner.gradient_up.white=White Base Gradient + +item.banner.skull.black=Black Skull Charge +item.banner.skull.red=Red Skull Charge +item.banner.skull.green=Green Skull Charge +item.banner.skull.brown=Brown Skull Charge +item.banner.skull.blue=Blue Skull Charge +item.banner.skull.purple=Purple Skull Charge +item.banner.skull.cyan=Cyan Skull Charge +item.banner.skull.silver=Light Gray Skull Charge +item.banner.skull.gray=Gray Skull Charge +item.banner.skull.pink=Pink Skull Charge +item.banner.skull.lime=Lime Skull Charge +item.banner.skull.yellow=Yellow Skull Charge +item.banner.skull.lightBlue=Light Blue Skull Charge +item.banner.skull.magenta=Magenta Skull Charge +item.banner.skull.orange=Orange Skull Charge +item.banner.skull.white=White Skull Charge + +item.banner.flower.black=Black Flower Charge +item.banner.flower.red=Red Flower Charge +item.banner.flower.green=Green Flower Charge +item.banner.flower.brown=Brown Flower Charge +item.banner.flower.blue=Blue Flower Charge +item.banner.flower.purple=Purple Flower Charge +item.banner.flower.cyan=Cyan Flower Charge +item.banner.flower.silver=Light Gray Flower Charge +item.banner.flower.gray=Gray Flower Charge +item.banner.flower.pink=Pink Flower Charge +item.banner.flower.lime=Lime Flower Charge +item.banner.flower.yellow=Yellow Flower Charge +item.banner.flower.lightBlue=Light Blue Flower Charge +item.banner.flower.magenta=Magenta Flower Charge +item.banner.flower.orange=Orange Flower Charge +item.banner.flower.white=White Flower Charge + +item.banner.border.black=Black Bordure +item.banner.border.red=Red Bordure +item.banner.border.green=Green Bordure +item.banner.border.brown=Brown Bordure +item.banner.border.blue=Blue Bordure +item.banner.border.purple=Purple Bordure +item.banner.border.cyan=Cyan Bordure +item.banner.border.silver=Light Gray Bordure +item.banner.border.gray=Gray Bordure +item.banner.border.pink=Pink Bordure +item.banner.border.lime=Lime Bordure +item.banner.border.yellow=Yellow Bordure +item.banner.border.lightBlue=Light Blue Bordure +item.banner.border.magenta=Magenta Bordure +item.banner.border.orange=Orange Bordure +item.banner.border.white=White Bordure + +item.banner.curly_border.black=Black Bordure Indented +item.banner.curly_border.red=Red Bordure Indented +item.banner.curly_border.green=Green Bordure Indented +item.banner.curly_border.brown=Brown Bordure Indented +item.banner.curly_border.blue=Blue Bordure Indented +item.banner.curly_border.purple=Purple Bordure Indented +item.banner.curly_border.cyan=Cyan Bordure Indented +item.banner.curly_border.silver=Light Gray Bordure Indented +item.banner.curly_border.gray=Gray Bordure Indented +item.banner.curly_border.pink=Pink Bordure Indented +item.banner.curly_border.lime=Lime Bordure Indented +item.banner.curly_border.yellow=Yellow Bordure Indented +item.banner.curly_border.lightBlue=Light Blue Bordure Indented +item.banner.curly_border.magenta=Magenta Bordure Indented +item.banner.curly_border.orange=Orange Bordure Indented +item.banner.curly_border.white=White Bordure Indented + +item.banner.mojang.black=Black Thing +item.banner.mojang.red=Red Thing +item.banner.mojang.green=Green Thing +item.banner.mojang.brown=Brown Thing +item.banner.mojang.blue=Blue Thing +item.banner.mojang.purple=Purple Thing +item.banner.mojang.cyan=Cyan Thing +item.banner.mojang.silver=Light Gray Thing +item.banner.mojang.gray=Gray Thing +item.banner.mojang.pink=Pink Thing +item.banner.mojang.lime=Lime Thing +item.banner.mojang.yellow=Yellow Thing +item.banner.mojang.lightBlue=Light Blue Thing +item.banner.mojang.magenta=Magenta Thing +item.banner.mojang.orange=Orange Thing +item.banner.mojang.white=White Thing + +item.banner.straight_cross.black=Black Cross +item.banner.straight_cross.red=Red Cross +item.banner.straight_cross.green=Green Cross +item.banner.straight_cross.brown=Brown Cross +item.banner.straight_cross.blue=Blue Cross +item.banner.straight_cross.purple=Purple Cross +item.banner.straight_cross.cyan=Cyan Cross +item.banner.straight_cross.silver=Light Gray Cross +item.banner.straight_cross.gray=Gray Cross +item.banner.straight_cross.pink=Pink Cross +item.banner.straight_cross.lime=Lime Cross +item.banner.straight_cross.yellow=Yellow Cross +item.banner.straight_cross.lightBlue=Light Blue Cross +item.banner.straight_cross.magenta=Magenta Cross +item.banner.straight_cross.orange=Orange Cross +item.banner.straight_cross.white=White Cross + +subtitles.ambient.cave=Eerie noise +subtitles.block.anvil.destroy=Anvil destroyed +subtitles.block.anvil.land=Anvil landed +subtitles.block.anvil.use=Anvil used +subtitles.block.brewing_stand.brew=Brewing Stand bubbles +subtitles.block.button.click=Button clicks +subtitles.block.chest.close=Chest closes +subtitles.block.chest.locked=Chest locked +subtitles.block.chest.open=Chest opens +subtitles.block.chorus_flower.death=Chorus Flower withers +subtitles.block.chorus_flower.grow=Chorus Flower grows +subtitles.block.comparator.click=Comparator clicks +subtitles.block.dispenser.dispense=Dispensed item +subtitles.block.dispenser.fail=Dispenser failed +subtitles.block.door.toggle=Door creaks +subtitles.block.fence_gate.toggle=Fence Gate creaks +subtitles.block.fire.ambient=Fire crackles +subtitles.block.fire.extinguish=Fire extinguished +subtitles.block.furnace.fire_crackle=Furnace crackles +subtitles.block.generic.break=Block broken +subtitles.block.generic.footsteps=Footsteps +subtitles.block.generic.hit=Block breaking +subtitles.block.generic.place=Block placed +subtitles.block.iron_trapdoor.close=Trapdoor opens +subtitles.block.iron_trapdoor.open=Trapdoor closes +subtitles.block.lava.ambient=Lava pops +subtitles.block.lava.extinguish=Lava hisses +subtitles.block.lever.click=Lever clicks +subtitles.block.note.note=Note Block plays +subtitles.block.piston.move=Piston moves +subtitles.block.portal.ambient=Portal whooshes +subtitles.block.pressure_plate.click=Pressure Plate clicks +subtitles.block.redstone_torch.burnout=Torch fizzes +subtitles.block.shulker_box.close=Shulker closes +subtitles.block.shulker_box.open=Shulker opens +subtitles.block.trapdoor.toggle=Trapdoor creaks +subtitles.block.tripwire.attach=Tripwire attaches +subtitles.block.tripwire.click=Tripwire clicks +subtitles.block.tripwire.detach=Tripwire detaches +subtitles.block.water.ambient=Water flows +subtitles.enchant.thorns.hit=Thorns prick +subtitles.entity.armorstand.fall=Something fell +subtitles.entity.arrow.hit=Arrow hits +subtitles.entity.arrow.hit_player=Player hit +subtitles.entity.arrow.shoot=Arrow fired +subtitles.entity.bat.ambient=Bat screeches +subtitles.entity.bat.death=Bat dies +subtitles.entity.bat.hurt=Bat hurts +subtitles.entity.bat.takeoff=Bat takes off +subtitles.entity.blaze.ambient=Blaze breathes +subtitles.entity.blaze.burn=Blaze crackles +subtitles.entity.blaze.death=Blaze dies +subtitles.entity.blaze.hurt=Blaze hurts +subtitles.entity.blaze.shoot=Blaze shoots +subtitles.entity.bobber.splash=Fishing hook splashes +subtitles.entity.bobber.throw=Bobber thrown +subtitles.entity.cat.ambient=Cat meows +subtitles.entity.cat.death=Cat dies +subtitles.entity.cat.hurt=Cat hurts +subtitles.entity.chicken.ambient=Chicken clucks +subtitles.entity.chicken.death=Chicken dies +subtitles.entity.chicken.egg=Chicken plops +subtitles.entity.chicken.hurt=Chicken hurts +subtitles.entity.cow.ambient=Cow moos +subtitles.entity.cow.death=Cow dies +subtitles.entity.cow.hurt=Cow hurts +subtitles.entity.cow.milk=Cow gets milked +subtitles.entity.creeper.death=Creeper dies +subtitles.entity.creeper.hurt=Creeper hurts +subtitles.entity.creeper.primed=Creeper hisses +subtitles.entity.donkey.ambient=Donkey hee-haws +subtitles.entity.donkey.angry=Donkey neighs +subtitles.entity.donkey.chest=Donkey Chest equips +subtitles.entity.donkey.death=Donkey dies +subtitles.entity.donkey.hurt=Donkey hurts +subtitles.entity.egg.throw=Egg flies +subtitles.entity.elder_guardian.ambient.land=Elder Guardian flaps +subtitles.entity.elder_guardian.ambient=Elder Guardian moans +subtitles.entity.elder_guardian.attack=Elder Guardian shoots +subtitles.entity.elder_guardian.curse=Elder Guardian curses +subtitles.entity.elder_guardian.death=Elder Guardian dies +subtitles.entity.elder_guardian.flop=Elder Guardian flops +subtitles.entity.elder_guardian.hurt=Elder Guardian hurts +subtitles.entity.enderdragon.ambient=Dragon roars +subtitles.entity.enderdragon.death=Dragon dies +subtitles.entity.enderdragon.flap=Dragon flaps +subtitles.entity.enderdragon.growl=Dragon growls +subtitles.entity.enderdragon.hurt=Dragon hurts +subtitles.entity.enderdragon.shoot=Dragon shoots +subtitles.entity.endereye.launch=Eye of Ender shoots +subtitles.entity.enderman.ambient=Enderman vwoops +subtitles.entity.enderman.death=Enderman dies +subtitles.entity.enderman.hurt=Enderman hurts +subtitles.entity.enderman.stare=Enderman cries out +subtitles.entity.enderman.teleport=Enderman teleports +subtitles.entity.endermite.ambient=Endermite scuttles +subtitles.entity.endermite.death=Endermite dies +subtitles.entity.endermite.hurt=Endermite hurts +subtitles.entity.enderpearl.throw=Ender Pearl flies +subtitles.entity.evocation_fangs.attack=Fangs snap +subtitles.entity.evocation_illager.ambient=Evoker murmurs +subtitles.entity.evocation_illager.cast_spell=Evoker casts spell +subtitles.entity.evocation_illager.death=Evoker dies +subtitles.entity.evocation_illager.hurt=Evoker hurts +subtitles.entity.evocation_illager.prepare_attack=Evoker prepares attack +subtitles.entity.evocation_illager.prepare_summon=Evoker prepares summoning +subtitles.entity.evocation_illager.prepare_wololo=Evoker prepares charming +subtitles.entity.experience_orb.pickup=Experience gained +subtitles.entity.firework.blast=Firework blasts +subtitles.entity.firework.launch=Firework launches +subtitles.entity.firework.twinkle=Firework twinkles +subtitles.entity.generic.big_fall=Something fell +subtitles.entity.generic.burn=Burning +subtitles.entity.generic.death=Dying +subtitles.entity.generic.drink=Sipping +subtitles.entity.generic.eat=Eating +subtitles.entity.generic.explode=Explosion +subtitles.entity.generic.extinguish_fire=Fire extinguishes +subtitles.entity.generic.hurt=Something hurts +subtitles.entity.generic.small_fall=Something tripped +subtitles.entity.generic.splash=Splashing +subtitles.entity.generic.swim=Swimming +subtitles.entity.ghast.ambient=Ghast cries +subtitles.entity.ghast.death=Ghast dies +subtitles.entity.ghast.hurt=Ghast hurts +subtitles.entity.ghast.shoot=Ghast shoots +subtitles.entity.guardian.ambient.land=Guardian flaps +subtitles.entity.guardian.ambient=Guardian moans +subtitles.entity.guardian.attack=Guardian shoots +subtitles.entity.guardian.curse=Guardian curses +subtitles.entity.guardian.death=Guardian dies +subtitles.entity.guardian.flop=Guardian flops +subtitles.entity.guardian.hurt=Guardian hurts +subtitles.entity.horse.ambient=Horse neighs +subtitles.entity.horse.angry=Horse neighs +subtitles.entity.horse.armor=Horse armor equips +subtitles.entity.horse.breathe=Horse breathes +subtitles.entity.horse.death=Horse dies +subtitles.entity.horse.eat=Horse eats +subtitles.entity.horse.gallop=Horse gallops +subtitles.entity.horse.hurt=Horse hurts +subtitles.entity.horse.jump=Horse jumps +subtitles.entity.horse.saddle=Saddle equips +subtitles.entity.husk.ambient=Husk groans +subtitles.entity.husk.death=Husk dies +subtitles.entity.husk.hurt=Husk hurts +subtitles.entity.iron_golem.attack=Iron Golem attacks +subtitles.entity.iron_golem.death=Iron Golem dies +subtitles.entity.iron_golem.hurt=Iron Golem hurts +subtitles.entity.item.break=Item breaks +subtitles.entity.item.pickup=Item plops +subtitles.entity.itemframe.add_item=Item Frame fills +subtitles.entity.itemframe.break=Item Frame breaks +subtitles.entity.itemframe.place=Item Frame placed +subtitles.entity.itemframe.remove_item=Item Frame empties +subtitles.entity.itemframe.rotate_item=Item Frame clicks +subtitles.entity.leashknot.break=Leash knot breaks +subtitles.entity.leashknot.place=Leash knot tied +subtitles.entity.lightning.impact=Lightning strikes +subtitles.entity.lightning.thunder=Thunder roars +subtitles.entity.llama.ambient=Llama bleats +subtitles.entity.llama.angry=Llama bleats angry +subtitles.entity.llama.chest=Llama Chest equips +subtitles.entity.llama.death=Llama dies +subtitles.entity.llama.eat=Llama eats +subtitles.entity.llama.hurt=Llama hurts +subtitles.entity.llama.spit=Llama spits +subtitles.entity.llama.step=Llama steps +subtitles.entity.llama.swag=Llama is decorated +subtitles.entity.magmacube.death=Magma Cube dies +subtitles.entity.magmacube.hurt=Magma Cube hurts +subtitles.entity.magmacube.squish=Magma Cube squishes +subtitles.entity.minecart.riding=Minecart rolls +subtitles.entity.mule.ambient=Mule hee-haws +subtitles.entity.mule.chest=Mule Chest equips +subtitles.entity.mule.death=Mule dies +subtitles.entity.mule.hurt=Mule hurts +subtitles.entity.painting.break=Painting breaks +subtitles.entity.painting.place=Painting placed +subtitles.entity.pig.ambient=Pig oinks +subtitles.entity.pig.death=Pig dies +subtitles.entity.pig.hurt=Pig hurts +subtitles.entity.pig.saddle=Saddle equips +subtitles.entity.player.burp=Burp +subtitles.entity.player.death=Player dies +subtitles.entity.player.hurt=Player hurts +subtitles.entity.player.levelup=Player dings +subtitles.entity.polar_bear.ambient=Polar Bear groans +subtitles.entity.polar_bear.baby_ambient=Polar Bear hums +subtitles.entity.polar_bear.death=Polar Bear dies +subtitles.entity.polar_bear.hurt=Polar Bear hurts +subtitles.entity.polar_bear.warning=Polar Bear roars +subtitles.entity.potion.splash=Bottle smashes +subtitles.entity.potion.throw=Bottle thrown +subtitles.entity.rabbit.ambient=Rabbit squeaks +subtitles.entity.rabbit.attack=Rabbit attacks +subtitles.entity.rabbit.death=Rabbit dies +subtitles.entity.rabbit.hurt=Rabbit hurts +subtitles.entity.rabbit.jump=Rabbit hops +subtitles.entity.sheep.ambient=Sheep baahs +subtitles.entity.sheep.death=Sheep dies +subtitles.entity.sheep.hurt=Sheep hurts +subtitles.entity.shulker.ambient=Shulker lurks +subtitles.entity.shulker.close=Shulker closes +subtitles.entity.shulker.death=Shulker dies +subtitles.entity.shulker.hurt=Shulker hurts +subtitles.entity.shulker.open=Shulker opens +subtitles.entity.shulker.shoot=Shulker shoots +subtitles.entity.shulker.teleport=Shulker teleports +subtitles.entity.shulker_bullet.hit=Shulker bullet explodes +subtitles.entity.shulker_bullet.hurt=Shulker bullet breaks +subtitles.entity.silverfish.ambient=Silverfish hisses +subtitles.entity.silverfish.death=Silverfish dies +subtitles.entity.silverfish.hurt=Silverfish hurts +subtitles.entity.skeleton.ambient=Skeleton rattles +subtitles.entity.skeleton.death=Skeleton dies +subtitles.entity.skeleton.hurt=Skeleton hurts +subtitles.entity.skeleton.shoot=Skeleton shoots +subtitles.entity.skeleton_horse.ambient=Skeleton Horse cries +subtitles.entity.skeleton_horse.death=Skeleton Horse dies +subtitles.entity.skeleton_horse.hurt=Skeleton Horse hurts +subtitles.entity.slime.attack=Slime attacks +subtitles.entity.slime.death=Slime dies +subtitles.entity.slime.hurt=Slime hurts +subtitles.entity.slime.squish=Slime squishes +subtitles.entity.snowball.throw=Snowball flies +subtitles.entity.snowman.death=Snow Golem dies +subtitles.entity.snowman.hurt=Snow Golem hurts +subtitles.entity.spider.ambient=Spider hisses +subtitles.entity.spider.death=Spider dies +subtitles.entity.spider.hurt=Spider hurts +subtitles.entity.squid.ambient=Squid swims +subtitles.entity.squid.death=Squid dies +subtitles.entity.squid.hurt=Squid hurts +subtitles.entity.stray.ambient=Stray rattles +subtitles.entity.stray.death=Stray dies +subtitles.entity.stray.hurt=Stray hurts +subtitles.entity.tnt.primed=TNT fizzes +subtitles.entity.vex.ambient=Vex vexes +subtitles.entity.vex.charge=Vex shrieks +subtitles.entity.vex.death=Vex dies +subtitles.entity.vex.hurt=Vex hurts +subtitles.entity.villager.ambient=Villager mumbles +subtitles.entity.villager.death=Villager dies +subtitles.entity.villager.hurt=Villager hurts +subtitles.entity.villager.no=Villager disagrees +subtitles.entity.villager.trading=Villager trades +subtitles.entity.villager.yes=Villager agrees +subtitles.entity.vindication_illager.ambient=Vindicator mutters +subtitles.entity.vindication_illager.death=Vindicator dies +subtitles.entity.vindication_illager.hurt=Vindicator hurts +subtitles.entity.witch.ambient=Witch giggles +subtitles.entity.witch.death=Witch dies +subtitles.entity.witch.drink=Witch drinks +subtitles.entity.witch.hurt=Witch hurts +subtitles.entity.witch.throw=Witch throws +subtitles.entity.wither.ambient=Wither angers +subtitles.entity.wither.death=Wither dies +subtitles.entity.wither.hurt=Wither hurts +subtitles.entity.wither.shoot=Wither attacks +subtitles.entity.wither.spawn=Wither released +subtitles.entity.wither_skeleton.ambient=Wither Skeleton rattles +subtitles.entity.wither_skeleton.death=Wither Skeleton dies +subtitles.entity.wither_skeleton.hurt=Wither Skeleton hurts +subtitles.entity.wolf.ambient=Wolf pants +subtitles.entity.wolf.death=Wolf dies +subtitles.entity.wolf.growl=Wolf growls +subtitles.entity.wolf.hurt=Wolf hurts +subtitles.entity.wolf.shake=Wolf shakes +subtitles.entity.zombie.ambient=Zombie groans +subtitles.entity.zombie.death=Zombie dies +subtitles.entity.zombie.hurt=Zombie hurts +subtitles.entity.zombie.infect=Zombie infects +subtitles.entity.zombie_horse.ambient=Zombie Horse cries +subtitles.entity.zombie_horse.death=Zombie Horse dies +subtitles.entity.zombie_horse.hurt=Zombie Horse hurts +subtitles.entity.zombie_pigman.ambient=Zombie Pigman grunts +subtitles.entity.zombie_pigman.angry=Zombie Pigman angers +subtitles.entity.zombie_pigman.death=Zombie Pigman dies +subtitles.entity.zombie_pigman.hurt=Zombie Pigman hurts +subtitles.entity.zombie_villager.ambient=Zombie Villager groans +subtitles.entity.zombie_villager.converted=Zombie vociferates +subtitles.entity.zombie_villager.cure=Zombie snuffles +subtitles.entity.zombie_villager.death=Zombie Villager dies +subtitles.entity.zombie_villager.hurt=Zombie Villager hurts +subtitles.item.armor.equip=Gear equipped +subtitles.item.armor.equip_chain=Chain armor jingles +subtitles.item.armor.equip_diamond=Diamond armor clangs +subtitles.item.armor.equip_elytra=Elytra rustles +subtitles.item.armor.equip_gold=Gold armor clinks +subtitles.item.armor.equip_iron=Iron armor clanks +subtitles.item.armor.equip_leather=Leather armor rustles +subtitles.item.bottle.fill=Bottle fills +subtitles.item.bucket.empty=Bucket empties +subtitles.item.bucket.fill=Bucket fills +subtitles.item.chorus_fruit.teleport=Player teleports +subtitles.item.firecharge.use=Fireball whooshes +subtitles.item.flintandsteel.use=Flint and Steel click +subtitles.item.hoe.till=Hoe tills +subtitles.item.shear=Shears click +subtitles.item.shield.block=Shield blocks +subtitles.item.shovel.flatten=Shovel flattens +subtitles.item.totem.use=Totem activates +subtitles.weather.rain=Rain falls + +debug.reload_chunks.help=F3 + A = Reload chunks +debug.show_hitboxes.help=F3 + B = Show hitboxes +debug.clear_chat.help=F3 + D = Clear chat +debug.cycle_renderdistance.help=F3 + F = Cycle render distance (Shift to invert) +debug.chunk_boundaries.help=F3 + G = Show chunk boundaries +debug.advanced_tooltips.help=F3 + H = Advanced tooltips +debug.creative_spectator.help=F3 + N = Cycle creative <-> spectator +debug.pause_focus.help=F3 + P = Pause on lost focus +debug.help.help=F3 + Q = Show this list +debug.reload_resourcepacks.help=F3 + T = Reload resource packs + +debug.reload_chunks.message=Reloading all chunks +debug.show_hitboxes.on=Hitboxes: shown +debug.show_hitboxes.off=Hitboxes: hidden +debug.cycle_renderdistance.message=Render Distance: %s +debug.chunk_boundaries.on=Chunk borders: shown +debug.chunk_boundaries.off=Chunk borders: hidden +debug.advanced_tooltips.on=Advanced tooltips: shown +debug.advanced_tooltips.off=Advanced tooltips: hidden +debug.creative_spectator.error=Unable to switch gamemode, no permission +debug.pause_focus.on=Pause on lost focus: enabled +debug.pause_focus.off=Pause on lost focus: disabled +debug.help.message=Key bindings: +debug.reload_resourcepacks.message=Reloaded resource packs + +resourcepack.downloading=Downloading Resource Pack +resourcepack.requesting=Making Request... +resourcepack.progress=Downloading file (%s MB)... diff --git a/1.11.2/assets/minecraft/loot_tables/chests/abandoned_mineshaft.json b/1.11.2/assets/minecraft/loot_tables/chests/abandoned_mineshaft.json new file mode 100644 index 00000000..d3b0e2e2 --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/chests/abandoned_mineshaft.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/chests/desert_pyramid.json b/1.11.2/assets/minecraft/loot_tables/chests/desert_pyramid.json new file mode 100644 index 00000000..235911f8 --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/chests/desert_pyramid.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/chests/end_city_treasure.json b/1.11.2/assets/minecraft/loot_tables/chests/end_city_treasure.json new file mode 100644 index 00000000..925dcb30 --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/chests/end_city_treasure.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/chests/igloo_chest.json b/1.11.2/assets/minecraft/loot_tables/chests/igloo_chest.json new file mode 100644 index 00000000..5121be61 --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/chests/igloo_chest.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/chests/jungle_temple.json b/1.11.2/assets/minecraft/loot_tables/chests/jungle_temple.json new file mode 100644 index 00000000..d308cff0 --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/chests/jungle_temple.json @@ -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 + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/chests/jungle_temple_dispenser.json b/1.11.2/assets/minecraft/loot_tables/chests/jungle_temple_dispenser.json new file mode 100644 index 00000000..38c0e625 --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/chests/jungle_temple_dispenser.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/chests/nether_bridge.json b/1.11.2/assets/minecraft/loot_tables/chests/nether_bridge.json new file mode 100644 index 00000000..5def0231 --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/chests/nether_bridge.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/chests/simple_dungeon.json b/1.11.2/assets/minecraft/loot_tables/chests/simple_dungeon.json new file mode 100644 index 00000000..087e170c --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/chests/simple_dungeon.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/chests/spawn_bonus_chest.json b/1.11.2/assets/minecraft/loot_tables/chests/spawn_bonus_chest.json new file mode 100644 index 00000000..455107cb --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/chests/spawn_bonus_chest.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/chests/stronghold_corridor.json b/1.11.2/assets/minecraft/loot_tables/chests/stronghold_corridor.json new file mode 100644 index 00000000..75a3f233 --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/chests/stronghold_corridor.json @@ -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 + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/chests/stronghold_crossing.json b/1.11.2/assets/minecraft/loot_tables/chests/stronghold_crossing.json new file mode 100644 index 00000000..3ae1fafa --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/chests/stronghold_crossing.json @@ -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 + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/chests/stronghold_library.json b/1.11.2/assets/minecraft/loot_tables/chests/stronghold_library.json new file mode 100644 index 00000000..1805bb64 --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/chests/stronghold_library.json @@ -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 + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/chests/village_blacksmith.json b/1.11.2/assets/minecraft/loot_tables/chests/village_blacksmith.json new file mode 100644 index 00000000..90cf32f0 --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/chests/village_blacksmith.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/chests/woodland_mansion.json b/1.11.2/assets/minecraft/loot_tables/chests/woodland_mansion.json new file mode 100644 index 00000000..0469b243 --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/chests/woodland_mansion.json @@ -0,0 +1,264 @@ +{ + "pools": [ + { + "rolls": { + "min": 1, + "max": 3 + }, + "entries": [ + { + "type": "item", + "name": "minecraft:lead", + "weight": 20 + }, + { + "type": "item", + "name": "minecraft:golden_apple", + "weight": 15 + }, + { + "type": "item", + "name": "minecraft:golden_apple", + "weight": 2, + "functions": [ + { + "function": "set_data", + "data": 1 + } + ] + }, + { + "type": "item", + "name": "minecraft:record_13", + "weight": 15 + }, + { + "type": "item", + "name": "minecraft:record_cat", + "weight": 15 + }, + { + "type": "item", + "name": "minecraft:name_tag", + "weight": 20 + }, + { + "type": "item", + "name": "minecraft:chainmail_chestplate", + "weight": 10 + }, + { + "type": "item", + "name": "minecraft:diamond_hoe", + "weight": 15 + }, + { + "type": "item", + "name": "minecraft:diamond_chestplate", + "weight": 5 + }, + { + "type": "item", + "name": "minecraft:book", + "weight": 10, + "functions": [ + { + "function": "enchant_randomly" + } + ] + } + ] + }, + { + "rolls": { + "min": 1, + "max": 4 + }, + "entries": [ + { + "type": "item", + "name": "minecraft:iron_ingot", + "weight": 10, + "functions": [ + { + "function": "set_count", + "count": { + "min": 1, + "max": 4 + } + } + ] + }, + { + "type": "item", + "name": "minecraft:gold_ingot", + "weight": 5, + "functions": [ + { + "function": "set_count", + "count": { + "min": 1, + "max": 4 + } + } + ] + }, + { + "type": "item", + "name": "minecraft:bread", + "weight": 20 + }, + { + "type": "item", + "name": "minecraft:wheat", + "weight": 20, + "functions": [ + { + "function": "set_count", + "count": { + "min": 1, + "max": 4 + } + } + ] + }, + { + "type": "item", + "name": "minecraft:bucket", + "weight": 10 + }, + { + "type": "item", + "name": "minecraft:redstone", + "weight": 15, + "functions": [ + { + "function": "set_count", + "count": { + "min": 1, + "max": 4 + } + } + ] + }, + { + "type": "item", + "name": "minecraft:coal", + "weight": 15, + "functions": [ + { + "function": "set_count", + "count": { + "min": 1, + "max": 4 + } + } + ] + }, + { + "type": "item", + "name": "minecraft:melon_seeds", + "functions": [ + { + "function": "set_count", + "count": { + "min": 2, + "max": 4 + } + } + ], + "weight": 10 + }, + { + "type": "item", + "name": "minecraft:pumpkin_seeds", + "functions": [ + { + "function": "set_count", + "count": { + "min": 2, + "max": 4 + } + } + ], + "weight": 10 + }, + { + "type": "item", + "name": "minecraft:beetroot_seeds", + "functions": [ + { + "function": "set_count", + "count": { + "min": 2, + "max": 4 + } + } + ], + "weight": 10 + } + ] + }, + { + "rolls": 3, + "entries": [ + { + "type": "item", + "name": "minecraft:bone", + "weight": 10, + "functions": [ + { + "function": "set_count", + "count": { + "min": 1, + "max": 8 + } + } + ] + }, + { + "type": "item", + "name": "minecraft:gunpowder", + "weight": 10, + "functions": [ + { + "function": "set_count", + "count": { + "min": 1, + "max": 8 + } + } + ] + }, + { + "type": "item", + "name": "minecraft:rotten_flesh", + "weight": 10, + "functions": [ + { + "function": "set_count", + "count": { + "min": 1, + "max": 8 + } + } + ] + }, + { + "type": "item", + "name": "minecraft:string", + "weight": 10, + "functions": [ + { + "function": "set_count", + "count": { + "min": 1, + "max": 8 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/empty.json b/1.11.2/assets/minecraft/loot_tables/empty.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/empty.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/entities/bat.json b/1.11.2/assets/minecraft/loot_tables/entities/bat.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/entities/bat.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/entities/blaze.json b/1.11.2/assets/minecraft/loot_tables/entities/blaze.json new file mode 100644 index 00000000..78be7979 --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/entities/blaze.json @@ -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" + } + ] + } + ] +} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/entities/cave_spider.json b/1.11.2/assets/minecraft/loot_tables/entities/cave_spider.json new file mode 100644 index 00000000..d0f7a8fa --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/entities/cave_spider.json @@ -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" + } + ] + } + ] +} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/entities/chicken.json b/1.11.2/assets/minecraft/loot_tables/entities/chicken.json new file mode 100644 index 00000000..f771d3bb --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/entities/chicken.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/entities/cow.json b/1.11.2/assets/minecraft/loot_tables/entities/cow.json new file mode 100644 index 00000000..14839a69 --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/entities/cow.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/entities/creeper.json b/1.11.2/assets/minecraft/loot_tables/entities/creeper.json new file mode 100644 index 00000000..ba3bac45 --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/entities/creeper.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/entities/donkey.json b/1.11.2/assets/minecraft/loot_tables/entities/donkey.json new file mode 100644 index 00000000..2c87ecc2 --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/entities/donkey.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/entities/elder_guardian.json b/1.11.2/assets/minecraft/loot_tables/entities/elder_guardian.json new file mode 100644 index 00000000..8e74caba --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/entities/elder_guardian.json @@ -0,0 +1,120 @@ +{ + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "item", + "name": "minecraft:prismarine_shard", + "weight": 1, + "functions": [ + { + "function": "set_count", + "count": { + "min": 0, + "max": 2 + } + }, + { + "function": "looting_enchant", + "count": { + "min": 0, + "max": 1 + } + } + ] + } + ] + }, + { + "rolls": 1, + "entries": [ + { + "type": "item", + "name": "minecraft:fish", + "weight": 3, + "functions": [ + { + "function": "looting_enchant", + "count": { + "min": 0, + "max": 1 + } + }, + { + "function": "furnace_smelt", + "conditions": [ + { + "condition": "entity_properties", + "entity": "this", + "properties": { + "on_fire": true + } + } + ] + } + ] + }, + { + "type": "item", + "name": "minecraft:prismarine_crystals", + "weight": 2, + "functions": [ + { + "function": "looting_enchant", + "count": { + "min": 0, + "max": 1 + } + } + ] + }, + { + "type": "empty", + "weight": 1 + } + ] + }, + { + "rolls": 1, + "entries": [ + { + "type": "item", + "name": "minecraft:sponge", + "weight": 1, + "functions": [ + { + "function": "set_data", + "data": 1 + } + ] + } + ], + "conditions": [ + { + "condition": "killed_by_player" + } + ] + }, + { + "conditions": [ + { + "condition": "killed_by_player" + }, + { + "condition": "random_chance_with_looting", + "chance": 0.025, + "looting_multiplier": 0.01 + } + ], + "rolls": 1, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:gameplay/fishing/fish", + "weight": 1 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/entities/ender_dragon.json b/1.11.2/assets/minecraft/loot_tables/entities/ender_dragon.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/entities/ender_dragon.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/entities/enderman.json b/1.11.2/assets/minecraft/loot_tables/entities/enderman.json new file mode 100644 index 00000000..67bc0469 --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/entities/enderman.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/entities/endermite.json b/1.11.2/assets/minecraft/loot_tables/entities/endermite.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/entities/endermite.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/entities/evocation_illager.json b/1.11.2/assets/minecraft/loot_tables/entities/evocation_illager.json new file mode 100644 index 00000000..ddcfd0b1 --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/entities/evocation_illager.json @@ -0,0 +1,44 @@ +{ + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "item", + "name": "minecraft:totem_of_undying" + } + ] + }, + { + "rolls": 1, + "entries": [ + { + "type": "item", + "name": "minecraft:emerald", + "weight": 1, + "functions": [ + { + "function": "set_count", + "count": { + "min": 0, + "max": 1 + } + }, + { + "function": "looting_enchant", + "count": { + "min": 0, + "max": 1 + } + } + ] + } + ], + "conditions": [ + { + "condition": "killed_by_player" + } + ] + } + ] +} diff --git a/1.11.2/assets/minecraft/loot_tables/entities/ghast.json b/1.11.2/assets/minecraft/loot_tables/entities/ghast.json new file mode 100644 index 00000000..ebf4b0ea --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/entities/ghast.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/entities/giant.json b/1.11.2/assets/minecraft/loot_tables/entities/giant.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/entities/giant.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/entities/guardian.json b/1.11.2/assets/minecraft/loot_tables/entities/guardian.json new file mode 100644 index 00000000..e14b3ace --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/entities/guardian.json @@ -0,0 +1,99 @@ +{ + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "item", + "name": "minecraft:prismarine_shard", + "weight": 1, + "functions": [ + { + "function": "set_count", + "count": { + "min": 0, + "max": 2 + } + }, + { + "function": "looting_enchant", + "count": { + "min": 0, + "max": 1 + } + } + ] + } + ] + }, + { + "rolls": 1, + "entries": [ + { + "type": "item", + "name": "minecraft:fish", + "weight": 2, + "functions": [ + { + "function": "looting_enchant", + "count": { + "min": 0, + "max": 1 + } + }, + { + "function": "furnace_smelt", + "conditions": [ + { + "condition": "entity_properties", + "entity": "this", + "properties": { + "on_fire": true + } + } + ] + } + ] + }, + { + "type": "item", + "name": "minecraft:prismarine_crystals", + "weight": 2, + "functions": [ + { + "function": "looting_enchant", + "count": { + "min": 0, + "max": 1 + } + } + ] + }, + { + "type": "empty", + "weight": 1 + } + ] + }, + { + "conditions": [ + { + "condition": "killed_by_player" + }, + { + "condition": "random_chance_with_looting", + "chance": 0.025, + "looting_multiplier": 0.01 + } + ], + "rolls": 1, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:gameplay/fishing/fish", + "weight": 1 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/entities/horse.json b/1.11.2/assets/minecraft/loot_tables/entities/horse.json new file mode 100644 index 00000000..2c87ecc2 --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/entities/horse.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/entities/husk.json b/1.11.2/assets/minecraft/loot_tables/entities/husk.json new file mode 100644 index 00000000..593a80ca --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/entities/husk.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/entities/iron_golem.json b/1.11.2/assets/minecraft/loot_tables/entities/iron_golem.json new file mode 100644 index 00000000..d79d75b7 --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/entities/iron_golem.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/entities/llama.json b/1.11.2/assets/minecraft/loot_tables/entities/llama.json new file mode 100644 index 00000000..2c87ecc2 --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/entities/llama.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/entities/magma_cube.json b/1.11.2/assets/minecraft/loot_tables/entities/magma_cube.json new file mode 100644 index 00000000..b2035db8 --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/entities/magma_cube.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/entities/mule.json b/1.11.2/assets/minecraft/loot_tables/entities/mule.json new file mode 100644 index 00000000..2c87ecc2 --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/entities/mule.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/entities/mushroom_cow.json b/1.11.2/assets/minecraft/loot_tables/entities/mushroom_cow.json new file mode 100644 index 00000000..14839a69 --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/entities/mushroom_cow.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/entities/ocelot.json b/1.11.2/assets/minecraft/loot_tables/entities/ocelot.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/entities/ocelot.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/entities/pig.json b/1.11.2/assets/minecraft/loot_tables/entities/pig.json new file mode 100644 index 00000000..72479113 --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/entities/pig.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/entities/polar_bear.json b/1.11.2/assets/minecraft/loot_tables/entities/polar_bear.json new file mode 100644 index 00000000..09f02efa --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/entities/polar_bear.json @@ -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 + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/entities/rabbit.json b/1.11.2/assets/minecraft/loot_tables/entities/rabbit.json new file mode 100644 index 00000000..f7bc3e40 --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/entities/rabbit.json @@ -0,0 +1,88 @@ +{ + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "item", + "name": "minecraft:rabbit_hide", + "weight": 1, + "functions": [ + { + "function": "set_count", + "count": { + "min": 0, + "max": 1 + } + }, + { + "function": "looting_enchant", + "count": { + "min": 0, + "max": 1 + } + } + ] + } + ] + }, + { + "rolls": 1, + "entries": [ + { + "type": "item", + "name": "minecraft:rabbit", + "weight": 1, + "functions": [ + { + "function": "set_count", + "count": { + "min": 0, + "max": 1 + } + }, + { + "function": "furnace_smelt", + "conditions": [ + { + "condition": "entity_properties", + "entity": "this", + "properties": { + "on_fire": true + } + } + ] + }, + { + "function": "looting_enchant", + "count": { + "min": 0, + "max": 1 + } + } + ] + } + ] + }, + { + "conditions": [ + { + "condition": "killed_by_player" + }, + { + "condition": "random_chance_with_looting", + "chance": 0.1, + "looting_multiplier": 0.03 + } + ], + "rolls": 1, + "entries": [ + { + "type": "item", + "name": "minecraft:rabbit_foot", + "weight": 1 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/entities/sheep.json b/1.11.2/assets/minecraft/loot_tables/entities/sheep.json new file mode 100644 index 00000000..a567656a --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/entities/sheep.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/entities/sheep/black.json b/1.11.2/assets/minecraft/loot_tables/entities/sheep/black.json new file mode 100644 index 00000000..71c38e94 --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/entities/sheep/black.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/entities/sheep/blue.json b/1.11.2/assets/minecraft/loot_tables/entities/sheep/blue.json new file mode 100644 index 00000000..b1d4ba5d --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/entities/sheep/blue.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/entities/sheep/brown.json b/1.11.2/assets/minecraft/loot_tables/entities/sheep/brown.json new file mode 100644 index 00000000..a74e0ec5 --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/entities/sheep/brown.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/entities/sheep/cyan.json b/1.11.2/assets/minecraft/loot_tables/entities/sheep/cyan.json new file mode 100644 index 00000000..b9e1cff8 --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/entities/sheep/cyan.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/entities/sheep/gray.json b/1.11.2/assets/minecraft/loot_tables/entities/sheep/gray.json new file mode 100644 index 00000000..dcc0559c --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/entities/sheep/gray.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/entities/sheep/green.json b/1.11.2/assets/minecraft/loot_tables/entities/sheep/green.json new file mode 100644 index 00000000..6761903a --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/entities/sheep/green.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/entities/sheep/light_blue.json b/1.11.2/assets/minecraft/loot_tables/entities/sheep/light_blue.json new file mode 100644 index 00000000..8663d870 --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/entities/sheep/light_blue.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/entities/sheep/lime.json b/1.11.2/assets/minecraft/loot_tables/entities/sheep/lime.json new file mode 100644 index 00000000..c92be36f --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/entities/sheep/lime.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/entities/sheep/magenta.json b/1.11.2/assets/minecraft/loot_tables/entities/sheep/magenta.json new file mode 100644 index 00000000..f6875213 --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/entities/sheep/magenta.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/entities/sheep/orange.json b/1.11.2/assets/minecraft/loot_tables/entities/sheep/orange.json new file mode 100644 index 00000000..e3a8de9b --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/entities/sheep/orange.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/entities/sheep/pink.json b/1.11.2/assets/minecraft/loot_tables/entities/sheep/pink.json new file mode 100644 index 00000000..93aea367 --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/entities/sheep/pink.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/entities/sheep/purple.json b/1.11.2/assets/minecraft/loot_tables/entities/sheep/purple.json new file mode 100644 index 00000000..ac85e9b7 --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/entities/sheep/purple.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/entities/sheep/red.json b/1.11.2/assets/minecraft/loot_tables/entities/sheep/red.json new file mode 100644 index 00000000..df6239d6 --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/entities/sheep/red.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/entities/sheep/silver.json b/1.11.2/assets/minecraft/loot_tables/entities/sheep/silver.json new file mode 100644 index 00000000..26b14c1b --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/entities/sheep/silver.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/entities/sheep/white.json b/1.11.2/assets/minecraft/loot_tables/entities/sheep/white.json new file mode 100644 index 00000000..12856c32 --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/entities/sheep/white.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/entities/sheep/yellow.json b/1.11.2/assets/minecraft/loot_tables/entities/sheep/yellow.json new file mode 100644 index 00000000..4a775ad6 --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/entities/sheep/yellow.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/entities/shulker.json b/1.11.2/assets/minecraft/loot_tables/entities/shulker.json new file mode 100644 index 00000000..43abeff1 --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/entities/shulker.json @@ -0,0 +1,20 @@ +{ + "pools": [ + { + "conditions": [ + { + "condition": "random_chance_with_looting", + "chance": 0.5, + "looting_multiplier": 0.0625 + } + ], + "rolls": 1, + "entries": [ + { + "type": "item", + "name": "minecraft:shulker_shell" + } + ] + } + ] +} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/entities/silverfish.json b/1.11.2/assets/minecraft/loot_tables/entities/silverfish.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/entities/silverfish.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/entities/skeleton.json b/1.11.2/assets/minecraft/loot_tables/entities/skeleton.json new file mode 100644 index 00000000..630df5b1 --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/entities/skeleton.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/entities/skeleton_horse.json b/1.11.2/assets/minecraft/loot_tables/entities/skeleton_horse.json new file mode 100644 index 00000000..a998e9e8 --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/entities/skeleton_horse.json @@ -0,0 +1,30 @@ +{ + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "item", + "name": "minecraft:bone", + "weight": 1, + "functions": [ + { + "function": "set_count", + "count": { + "min": 0, + "max": 2 + } + }, + { + "function": "looting_enchant", + "count": { + "min": 0, + "max": 1 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/entities/slime.json b/1.11.2/assets/minecraft/loot_tables/entities/slime.json new file mode 100644 index 00000000..0e2ebe87 --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/entities/slime.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/entities/snowman.json b/1.11.2/assets/minecraft/loot_tables/entities/snowman.json new file mode 100644 index 00000000..270433e4 --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/entities/snowman.json @@ -0,0 +1,23 @@ +{ + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "item", + "name": "minecraft:snowball", + "weight": 1, + "functions": [ + { + "function": "set_count", + "count": { + "min": 0, + "max": 15 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/entities/spider.json b/1.11.2/assets/minecraft/loot_tables/entities/spider.json new file mode 100644 index 00000000..d0f7a8fa --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/entities/spider.json @@ -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" + } + ] + } + ] +} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/entities/squid.json b/1.11.2/assets/minecraft/loot_tables/entities/squid.json new file mode 100644 index 00000000..4d7926fd --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/entities/squid.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/entities/stray.json b/1.11.2/assets/minecraft/loot_tables/entities/stray.json new file mode 100644 index 00000000..95015958 --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/entities/stray.json @@ -0,0 +1,92 @@ +{ + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "item", + "name": "minecraft:arrow", + "weight": 1, + "functions": [ + { + "function": "set_count", + "count": { + "min": 0, + "max": 2 + } + }, + { + "function": "looting_enchant", + "count": { + "min": 0, + "max": 1 + } + } + ] + } + ] + }, + { + "rolls": 1, + "entries": [ + { + "type": "item", + "name": "minecraft:bone", + "weight": 1, + "functions": [ + { + "function": "set_count", + "count": { + "min": 0, + "max": 2 + } + }, + { + "function": "looting_enchant", + "count": { + "min": 0, + "max": 1 + } + } + ] + } + ] + }, + { + "rolls": 1, + "entries": [ + { + "type": "item", + "name": "minecraft:tipped_arrow", + "weight": 1, + "functions": [ + { + "function": "set_count", + "count": { + "min": 0, + "max": 1 + } + }, + { + "function": "looting_enchant", + "count": { + "min": 0, + "max": 1 + }, + "limit": 1 + }, + { + "function": "set_nbt", + "tag": "{Potion:\"minecraft:slowness\"}" + } + ] + } + ], + "conditions": [ + { + "condition": "killed_by_player" + } + ] + } + ] +} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/entities/vex.json b/1.11.2/assets/minecraft/loot_tables/entities/vex.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/entities/vex.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/entities/villager.json b/1.11.2/assets/minecraft/loot_tables/entities/villager.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/entities/villager.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/entities/vindication_illager.json b/1.11.2/assets/minecraft/loot_tables/entities/vindication_illager.json new file mode 100644 index 00000000..0a03c37f --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/entities/vindication_illager.json @@ -0,0 +1,35 @@ +{ + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "item", + "name": "minecraft:emerald", + "weight": 1, + "functions": [ + { + "function": "set_count", + "count": { + "min": 0, + "max": 1 + } + }, + { + "function": "looting_enchant", + "count": { + "min": 0, + "max": 1 + } + } + ] + } + ], + "conditions": [ + { + "condition": "killed_by_player" + } + ] + } + ] +} diff --git a/1.11.2/assets/minecraft/loot_tables/entities/witch.json b/1.11.2/assets/minecraft/loot_tables/entities/witch.json new file mode 100644 index 00000000..d7d47bb8 --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/entities/witch.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/entities/wither_skeleton.json b/1.11.2/assets/minecraft/loot_tables/entities/wither_skeleton.json new file mode 100644 index 00000000..04d18fb0 --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/entities/wither_skeleton.json @@ -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 + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/entities/wolf.json b/1.11.2/assets/minecraft/loot_tables/entities/wolf.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/entities/wolf.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/entities/zombie.json b/1.11.2/assets/minecraft/loot_tables/entities/zombie.json new file mode 100644 index 00000000..593a80ca --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/entities/zombie.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/entities/zombie_horse.json b/1.11.2/assets/minecraft/loot_tables/entities/zombie_horse.json new file mode 100644 index 00000000..12669bf2 --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/entities/zombie_horse.json @@ -0,0 +1,30 @@ +{ + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "item", + "name": "minecraft:rotten_flesh", + "weight": 1, + "functions": [ + { + "function": "set_count", + "count": { + "min": 0, + "max": 2 + } + }, + { + "function": "looting_enchant", + "count": { + "min": 0, + "max": 1 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/entities/zombie_pigman.json b/1.11.2/assets/minecraft/loot_tables/entities/zombie_pigman.json new file mode 100644 index 00000000..5d31ee1f --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/entities/zombie_pigman.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/entities/zombie_villager.json b/1.11.2/assets/minecraft/loot_tables/entities/zombie_villager.json new file mode 100644 index 00000000..593a80ca --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/entities/zombie_villager.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/gameplay/fishing.json b/1.11.2/assets/minecraft/loot_tables/gameplay/fishing.json new file mode 100644 index 00000000..c3458217 --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/gameplay/fishing.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/gameplay/fishing/fish.json b/1.11.2/assets/minecraft/loot_tables/gameplay/fishing/fish.json new file mode 100644 index 00000000..33769101 --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/gameplay/fishing/fish.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/loot_tables/gameplay/fishing/junk.json b/1.11.2/assets/minecraft/loot_tables/gameplay/fishing/junk.json new file mode 100644 index 00000000..7d0eba67 --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/gameplay/fishing/junk.json @@ -0,0 +1,98 @@ +{ + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "item", + "name": "minecraft:leather_boots", + "weight": 10, + "functions": [ + { + "function": "set_damage", + "damage": { + "min": 0, + "max": 0.90 + } + } + ] + }, + { + "type": "item", + "name": "minecraft:leather", + "weight": 10 + }, + { + "type": "item", + "name": "minecraft:bone", + "weight": 10 + }, + { + "type": "item", + "name": "minecraft:potion", + "weight": 10, + "functions": [ + { + "function": "set_nbt", + "tag": "{Potion:\"minecraft:water\"}" + } + ] + }, + { + "type": "item", + "name": "minecraft:string", + "weight": 5 + }, + { + "type": "item", + "name": "minecraft:fishing_rod", + "weight": 2, + "functions": [ + { + "function": "set_damage", + "damage": { + "min": 0, + "max": 0.90 + } + } + ] + }, + { + "type": "item", + "name": "minecraft:bowl", + "weight": 10 + }, + { + "type": "item", + "name": "minecraft:stick", + "weight": 5 + }, + { + "type": "item", + "name": "minecraft:dye", + "weight": 1, + "functions": [ + { + "function": "set_data", + "data": 0 + }, + { + "function": "set_count", + "count": 10 + } + ] + }, + { + "type": "item", + "name": "minecraft:tripwire_hook", + "weight": 10 + }, + { + "type": "item", + "name": "minecraft:rotten_flesh", + "weight": 10 + } + ] + } + ] +} diff --git a/1.11.2/assets/minecraft/loot_tables/gameplay/fishing/treasure.json b/1.11.2/assets/minecraft/loot_tables/gameplay/fishing/treasure.json new file mode 100644 index 00000000..eb443fae --- /dev/null +++ b/1.11.2/assets/minecraft/loot_tables/gameplay/fishing/treasure.json @@ -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 + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/models/block/acacia_bark.json b/1.11.2/assets/minecraft/models/block/acacia_bark.json new file mode 100644 index 00000000..2ae3fc49 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/acacia_bark.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/log_acacia" + } +} diff --git a/1.11.2/assets/minecraft/models/block/acacia_door_bottom.json b/1.11.2/assets/minecraft/models/block/acacia_door_bottom.json new file mode 100644 index 00000000..0c5951e5 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/acacia_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom", + "textures": { + "bottom": "blocks/door_acacia_lower", + "top": "blocks/door_acacia_upper" + } +} diff --git a/1.11.2/assets/minecraft/models/block/acacia_door_bottom_rh.json b/1.11.2/assets/minecraft/models/block/acacia_door_bottom_rh.json new file mode 100644 index 00000000..f918660b --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/acacia_door_bottom_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom_rh", + "textures": { + "bottom": "blocks/door_acacia_lower", + "top": "blocks/door_acacia_upper" + } +} diff --git a/1.11.2/assets/minecraft/models/block/acacia_door_top.json b/1.11.2/assets/minecraft/models/block/acacia_door_top.json new file mode 100644 index 00000000..1214f3b3 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/acacia_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top", + "textures": { + "bottom": "blocks/door_acacia_lower", + "top": "blocks/door_acacia_upper" + } +} diff --git a/1.11.2/assets/minecraft/models/block/acacia_door_top_rh.json b/1.11.2/assets/minecraft/models/block/acacia_door_top_rh.json new file mode 100644 index 00000000..d706f360 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/acacia_door_top_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top_rh", + "textures": { + "bottom": "blocks/door_acacia_lower", + "top": "blocks/door_acacia_upper" + } +} diff --git a/1.11.2/assets/minecraft/models/block/acacia_fence_gate_closed.json b/1.11.2/assets/minecraft/models/block/acacia_fence_gate_closed.json new file mode 100644 index 00000000..8e317cc5 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/acacia_fence_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_gate_closed", + "textures": { + "texture": "blocks/planks_acacia" + } +} diff --git a/1.11.2/assets/minecraft/models/block/acacia_fence_gate_open.json b/1.11.2/assets/minecraft/models/block/acacia_fence_gate_open.json new file mode 100644 index 00000000..16234a2d --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/acacia_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_gate_open", + "textures": { + "texture": "blocks/planks_acacia" + } +} diff --git a/1.11.2/assets/minecraft/models/block/acacia_fence_inventory.json b/1.11.2/assets/minecraft/models/block/acacia_fence_inventory.json new file mode 100644 index 00000000..e390a8a6 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/acacia_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_inventory", + "textures": { + "texture": "blocks/planks_acacia" + } +} diff --git a/1.11.2/assets/minecraft/models/block/acacia_fence_post.json b/1.11.2/assets/minecraft/models/block/acacia_fence_post.json new file mode 100644 index 00000000..bc78d2ff --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/acacia_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_post", + "textures": { + "texture": "blocks/planks_acacia" + } +} diff --git a/1.11.2/assets/minecraft/models/block/acacia_fence_side.json b/1.11.2/assets/minecraft/models/block/acacia_fence_side.json new file mode 100644 index 00000000..3ce2a0fd --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/acacia_fence_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_side", + "textures": { + "texture": "blocks/planks_acacia" + } +} diff --git a/1.11.2/assets/minecraft/models/block/acacia_inner_stairs.json b/1.11.2/assets/minecraft/models/block/acacia_inner_stairs.json new file mode 100644 index 00000000..727e10e9 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/acacia_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/planks_acacia", + "top": "blocks/planks_acacia", + "side": "blocks/planks_acacia" + } +} diff --git a/1.11.2/assets/minecraft/models/block/acacia_leaves.json b/1.11.2/assets/minecraft/models/block/acacia_leaves.json new file mode 100644 index 00000000..8f7f6543 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/acacia_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "block/leaves", + "textures": { + "all": "blocks/leaves_acacia" + } +} diff --git a/1.11.2/assets/minecraft/models/block/acacia_log.json b/1.11.2/assets/minecraft/models/block/acacia_log.json new file mode 100644 index 00000000..9ca20626 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/acacia_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/log_acacia_top", + "side": "blocks/log_acacia" + } +} diff --git a/1.11.2/assets/minecraft/models/block/acacia_outer_stairs.json b/1.11.2/assets/minecraft/models/block/acacia_outer_stairs.json new file mode 100644 index 00000000..689009b7 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/acacia_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/planks_acacia", + "top": "blocks/planks_acacia", + "side": "blocks/planks_acacia" + } +} diff --git a/1.11.2/assets/minecraft/models/block/acacia_planks.json b/1.11.2/assets/minecraft/models/block/acacia_planks.json new file mode 100644 index 00000000..514b5dfc --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/acacia_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/planks_acacia" + } +} diff --git a/1.11.2/assets/minecraft/models/block/acacia_sapling.json b/1.11.2/assets/minecraft/models/block/acacia_sapling.json new file mode 100644 index 00000000..0ac2f337 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/acacia_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/sapling_acacia" + } +} diff --git a/1.11.2/assets/minecraft/models/block/acacia_stairs.json b/1.11.2/assets/minecraft/models/block/acacia_stairs.json new file mode 100644 index 00000000..9496b30a --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/acacia_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/planks_acacia", + "top": "blocks/planks_acacia", + "side": "blocks/planks_acacia" + } +} diff --git a/1.11.2/assets/minecraft/models/block/acacia_wall_gate_closed.json b/1.11.2/assets/minecraft/models/block/acacia_wall_gate_closed.json new file mode 100644 index 00000000..663ff1ab --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/acacia_wall_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_gate_closed", + "textures": { + "texture": "blocks/planks_acacia" + } +} diff --git a/1.11.2/assets/minecraft/models/block/acacia_wall_gate_open.json b/1.11.2/assets/minecraft/models/block/acacia_wall_gate_open.json new file mode 100644 index 00000000..21706f6c --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/acacia_wall_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_gate_open", + "textures": { + "texture": "blocks/planks_acacia" + } +} diff --git a/1.11.2/assets/minecraft/models/block/activator_rail_active_flat.json b/1.11.2/assets/minecraft/models/block/activator_rail_active_flat.json new file mode 100644 index 00000000..c35d7083 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/activator_rail_active_flat.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_flat", + "textures": { + "rail": "blocks/rail_activator_powered" + } +} diff --git a/1.11.2/assets/minecraft/models/block/activator_rail_active_raised_ne.json b/1.11.2/assets/minecraft/models/block/activator_rail_active_raised_ne.json new file mode 100644 index 00000000..dc903956 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/activator_rail_active_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_ne", + "textures": { + "rail": "blocks/rail_activator_powered" + } +} diff --git a/1.11.2/assets/minecraft/models/block/activator_rail_active_raised_sw.json b/1.11.2/assets/minecraft/models/block/activator_rail_active_raised_sw.json new file mode 100644 index 00000000..e70658d5 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/activator_rail_active_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_sw", + "textures": { + "rail": "blocks/rail_activator_powered" + } +} diff --git a/1.11.2/assets/minecraft/models/block/activator_rail_flat.json b/1.11.2/assets/minecraft/models/block/activator_rail_flat.json new file mode 100644 index 00000000..61a8f21f --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/activator_rail_flat.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_flat", + "textures": { + "rail": "blocks/rail_activator" + } +} diff --git a/1.11.2/assets/minecraft/models/block/activator_rail_raised_ne.json b/1.11.2/assets/minecraft/models/block/activator_rail_raised_ne.json new file mode 100644 index 00000000..721d80d9 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/activator_rail_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_ne", + "textures": { + "rail": "blocks/rail_activator" + } +} diff --git a/1.11.2/assets/minecraft/models/block/activator_rail_raised_sw.json b/1.11.2/assets/minecraft/models/block/activator_rail_raised_sw.json new file mode 100644 index 00000000..32f04b56 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/activator_rail_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_sw", + "textures": { + "rail": "blocks/rail_activator" + } +} diff --git a/1.11.2/assets/minecraft/models/block/allium.json b/1.11.2/assets/minecraft/models/block/allium.json new file mode 100644 index 00000000..e7485acb --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/allium.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cross", + "textures": { + "particle": "blocks/flower_allium", + "cross": "blocks/flower_allium" + } +} diff --git a/1.11.2/assets/minecraft/models/block/andesite.json b/1.11.2/assets/minecraft/models/block/andesite.json new file mode 100644 index 00000000..25adfc72 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/andesite.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/stone_andesite" + } +} diff --git a/1.11.2/assets/minecraft/models/block/andesite_smooth.json b/1.11.2/assets/minecraft/models/block/andesite_smooth.json new file mode 100644 index 00000000..8f815be2 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/andesite_smooth.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/stone_andesite_smooth" + } +} diff --git a/1.11.2/assets/minecraft/models/block/anvil.json b/1.11.2/assets/minecraft/models/block/anvil.json new file mode 100644 index 00000000..879485bd --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/anvil.json @@ -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 } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/anvil_slightly_damaged.json b/1.11.2/assets/minecraft/models/block/anvil_slightly_damaged.json new file mode 100644 index 00000000..09f541c9 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/anvil_slightly_damaged.json @@ -0,0 +1,8 @@ +{ + "parent": "block/anvil", + "textures": { + "particle": "blocks/anvil_base", + "body": "blocks/anvil_base", + "top": "blocks/anvil_top_damaged_1" + } +} diff --git a/1.11.2/assets/minecraft/models/block/anvil_undamaged.json b/1.11.2/assets/minecraft/models/block/anvil_undamaged.json new file mode 100644 index 00000000..1e1ad44e --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/anvil_undamaged.json @@ -0,0 +1,8 @@ +{ + "parent": "block/anvil", + "textures": { + "particle": "blocks/anvil_base", + "body": "blocks/anvil_base", + "top": "blocks/anvil_top_damaged_0" + } +} diff --git a/1.11.2/assets/minecraft/models/block/anvil_very_damaged.json b/1.11.2/assets/minecraft/models/block/anvil_very_damaged.json new file mode 100644 index 00000000..4623b97d --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/anvil_very_damaged.json @@ -0,0 +1,8 @@ +{ + "parent": "block/anvil", + "textures": { + "particle": "blocks/anvil_base", + "body": "blocks/anvil_base", + "top": "blocks/anvil_top_damaged_2" + } +} diff --git a/1.11.2/assets/minecraft/models/block/beacon.json b/1.11.2/assets/minecraft/models/block/beacon.json new file mode 100644 index 00000000..2413c3a5 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/beacon.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/bed_foot.json b/1.11.2/assets/minecraft/models/block/bed_foot.json new file mode 100644 index 00000000..54864452 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/bed_foot.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/bed_head.json b/1.11.2/assets/minecraft/models/block/bed_head.json new file mode 100644 index 00000000..c53aded3 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/bed_head.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/bedrock.json b/1.11.2/assets/minecraft/models/block/bedrock.json new file mode 100644 index 00000000..c6352708 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/bedrock.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/bedrock" + } +} diff --git a/1.11.2/assets/minecraft/models/block/bedrock_mirrored.json b/1.11.2/assets/minecraft/models/block/bedrock_mirrored.json new file mode 100644 index 00000000..e63c6433 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/bedrock_mirrored.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_mirrored_all", + "textures": { + "all": "blocks/bedrock" + } +} diff --git a/1.11.2/assets/minecraft/models/block/beetroots_stage0.json b/1.11.2/assets/minecraft/models/block/beetroots_stage0.json new file mode 100644 index 00000000..ea1b26fe --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/beetroots_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/beetroots_stage_0" + } +} diff --git a/1.11.2/assets/minecraft/models/block/beetroots_stage1.json b/1.11.2/assets/minecraft/models/block/beetroots_stage1.json new file mode 100644 index 00000000..05fb5de6 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/beetroots_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/beetroots_stage_1" + } +} diff --git a/1.11.2/assets/minecraft/models/block/beetroots_stage2.json b/1.11.2/assets/minecraft/models/block/beetroots_stage2.json new file mode 100644 index 00000000..f0ebca51 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/beetroots_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/beetroots_stage_2" + } +} diff --git a/1.11.2/assets/minecraft/models/block/beetroots_stage3.json b/1.11.2/assets/minecraft/models/block/beetroots_stage3.json new file mode 100644 index 00000000..496f97a2 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/beetroots_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/beetroots_stage_3" + } +} diff --git a/1.11.2/assets/minecraft/models/block/birch_bark.json b/1.11.2/assets/minecraft/models/block/birch_bark.json new file mode 100644 index 00000000..cd5ba86f --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/birch_bark.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/log_birch" + } +} diff --git a/1.11.2/assets/minecraft/models/block/birch_door_bottom.json b/1.11.2/assets/minecraft/models/block/birch_door_bottom.json new file mode 100644 index 00000000..b1aee112 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/birch_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom", + "textures": { + "bottom": "blocks/door_birch_lower", + "top": "blocks/door_birch_upper" + } +} diff --git a/1.11.2/assets/minecraft/models/block/birch_door_bottom_rh.json b/1.11.2/assets/minecraft/models/block/birch_door_bottom_rh.json new file mode 100644 index 00000000..1cd32716 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/birch_door_bottom_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom_rh", + "textures": { + "bottom": "blocks/door_birch_lower", + "top": "blocks/door_birch_upper" + } +} diff --git a/1.11.2/assets/minecraft/models/block/birch_door_top.json b/1.11.2/assets/minecraft/models/block/birch_door_top.json new file mode 100644 index 00000000..82c321fd --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/birch_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top", + "textures": { + "bottom": "blocks/door_birch_lower", + "top": "blocks/door_birch_upper" + } +} diff --git a/1.11.2/assets/minecraft/models/block/birch_door_top_rh.json b/1.11.2/assets/minecraft/models/block/birch_door_top_rh.json new file mode 100644 index 00000000..28c754c7 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/birch_door_top_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top_rh", + "textures": { + "bottom": "blocks/door_birch_lower", + "top": "blocks/door_birch_upper" + } +} diff --git a/1.11.2/assets/minecraft/models/block/birch_fence_gate_closed.json b/1.11.2/assets/minecraft/models/block/birch_fence_gate_closed.json new file mode 100644 index 00000000..9125e479 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/birch_fence_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_gate_closed", + "textures": { + "texture": "blocks/planks_birch" + } +} diff --git a/1.11.2/assets/minecraft/models/block/birch_fence_gate_open.json b/1.11.2/assets/minecraft/models/block/birch_fence_gate_open.json new file mode 100644 index 00000000..ba95ded8 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/birch_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_gate_open", + "textures": { + "texture": "blocks/planks_birch" + } +} diff --git a/1.11.2/assets/minecraft/models/block/birch_fence_inventory.json b/1.11.2/assets/minecraft/models/block/birch_fence_inventory.json new file mode 100644 index 00000000..b17fc3a1 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/birch_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_inventory", + "textures": { + "texture": "blocks/planks_birch" + } +} diff --git a/1.11.2/assets/minecraft/models/block/birch_fence_post.json b/1.11.2/assets/minecraft/models/block/birch_fence_post.json new file mode 100644 index 00000000..e593aced --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/birch_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_post", + "textures": { + "texture": "blocks/planks_birch" + } +} diff --git a/1.11.2/assets/minecraft/models/block/birch_fence_side.json b/1.11.2/assets/minecraft/models/block/birch_fence_side.json new file mode 100644 index 00000000..a5ef8945 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/birch_fence_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_side", + "textures": { + "texture": "blocks/planks_birch" + } +} diff --git a/1.11.2/assets/minecraft/models/block/birch_inner_stairs.json b/1.11.2/assets/minecraft/models/block/birch_inner_stairs.json new file mode 100644 index 00000000..bb52f30e --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/birch_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/planks_birch", + "top": "blocks/planks_birch", + "side": "blocks/planks_birch" + } +} diff --git a/1.11.2/assets/minecraft/models/block/birch_leaves.json b/1.11.2/assets/minecraft/models/block/birch_leaves.json new file mode 100644 index 00000000..95fe59b4 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/birch_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "block/leaves", + "textures": { + "all": "blocks/leaves_birch" + } +} diff --git a/1.11.2/assets/minecraft/models/block/birch_log.json b/1.11.2/assets/minecraft/models/block/birch_log.json new file mode 100644 index 00000000..4f409772 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/birch_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/log_birch_top", + "side": "blocks/log_birch" + } +} diff --git a/1.11.2/assets/minecraft/models/block/birch_outer_stairs.json b/1.11.2/assets/minecraft/models/block/birch_outer_stairs.json new file mode 100644 index 00000000..8f949323 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/birch_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/planks_birch", + "top": "blocks/planks_birch", + "side": "blocks/planks_birch" + } +} diff --git a/1.11.2/assets/minecraft/models/block/birch_planks.json b/1.11.2/assets/minecraft/models/block/birch_planks.json new file mode 100644 index 00000000..cd3e7089 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/birch_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/planks_birch" + } +} diff --git a/1.11.2/assets/minecraft/models/block/birch_sapling.json b/1.11.2/assets/minecraft/models/block/birch_sapling.json new file mode 100644 index 00000000..c2f31f65 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/birch_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/sapling_birch" + } +} diff --git a/1.11.2/assets/minecraft/models/block/birch_stairs.json b/1.11.2/assets/minecraft/models/block/birch_stairs.json new file mode 100644 index 00000000..aca0c6e9 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/birch_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/planks_birch", + "top": "blocks/planks_birch", + "side": "blocks/planks_birch" + } +} diff --git a/1.11.2/assets/minecraft/models/block/birch_wall_gate_closed.json b/1.11.2/assets/minecraft/models/block/birch_wall_gate_closed.json new file mode 100644 index 00000000..0d50e589 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/birch_wall_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_gate_closed", + "textures": { + "texture": "blocks/planks_birch" + } +} diff --git a/1.11.2/assets/minecraft/models/block/birch_wall_gate_open.json b/1.11.2/assets/minecraft/models/block/birch_wall_gate_open.json new file mode 100644 index 00000000..040947ae --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/birch_wall_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_gate_open", + "textures": { + "texture": "blocks/planks_birch" + } +} diff --git a/1.11.2/assets/minecraft/models/block/black_stained_glass_pane_noside.json b/1.11.2/assets/minecraft/models/block/black_stained_glass_pane_noside.json new file mode 100644 index 00000000..69355108 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/black_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside", + "textures": { + "pane": "blocks/glass_black" + } +} diff --git a/1.11.2/assets/minecraft/models/block/black_stained_glass_pane_noside_alt.json b/1.11.2/assets/minecraft/models/block/black_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..1edf5a91 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/black_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside_alt", + "textures": { + "pane": "blocks/glass_black" + } +} diff --git a/1.11.2/assets/minecraft/models/block/black_stained_glass_pane_post.json b/1.11.2/assets/minecraft/models/block/black_stained_glass_pane_post.json new file mode 100644 index 00000000..e0f540b4 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/black_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_post", + "textures": { + "edge": "blocks/glass_pane_top_black", + "pane": "blocks/glass_black" + } +} diff --git a/1.11.2/assets/minecraft/models/block/black_stained_glass_pane_side.json b/1.11.2/assets/minecraft/models/block/black_stained_glass_pane_side.json new file mode 100644 index 00000000..0551930c --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/black_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side", + "textures": { + "edge": "blocks/glass_pane_top_black", + "pane": "blocks/glass_black" + } +} diff --git a/1.11.2/assets/minecraft/models/block/black_stained_glass_pane_side_alt.json b/1.11.2/assets/minecraft/models/block/black_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..28b0f4f9 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/black_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side_alt", + "textures": { + "edge": "blocks/glass_pane_top_black", + "pane": "blocks/glass_black" + } +} diff --git a/1.11.2/assets/minecraft/models/block/black_wool.json b/1.11.2/assets/minecraft/models/block/black_wool.json new file mode 100644 index 00000000..74797fb9 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/black_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_black" + } +} diff --git a/1.11.2/assets/minecraft/models/block/block.json b/1.11.2/assets/minecraft/models/block/block.json new file mode 100644 index 00000000..9c15ead4 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/block.json @@ -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 ] + } + } +} diff --git a/1.11.2/assets/minecraft/models/block/blue_stained_glass_pane_noside.json b/1.11.2/assets/minecraft/models/block/blue_stained_glass_pane_noside.json new file mode 100644 index 00000000..7d2615ec --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/blue_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside", + "textures": { + "pane": "blocks/glass_blue" + } +} diff --git a/1.11.2/assets/minecraft/models/block/blue_stained_glass_pane_noside_alt.json b/1.11.2/assets/minecraft/models/block/blue_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..8af3eaf6 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/blue_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside_alt", + "textures": { + "pane": "blocks/glass_blue" + } +} diff --git a/1.11.2/assets/minecraft/models/block/blue_stained_glass_pane_post.json b/1.11.2/assets/minecraft/models/block/blue_stained_glass_pane_post.json new file mode 100644 index 00000000..5e11c685 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/blue_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_post", + "textures": { + "edge": "blocks/glass_pane_top_blue", + "pane": "blocks/glass_blue" + } +} diff --git a/1.11.2/assets/minecraft/models/block/blue_stained_glass_pane_side.json b/1.11.2/assets/minecraft/models/block/blue_stained_glass_pane_side.json new file mode 100644 index 00000000..398345d6 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/blue_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side", + "textures": { + "edge": "blocks/glass_pane_top_blue", + "pane": "blocks/glass_blue" + } +} diff --git a/1.11.2/assets/minecraft/models/block/blue_stained_glass_pane_side_alt.json b/1.11.2/assets/minecraft/models/block/blue_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..e42f0034 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/blue_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side_alt", + "textures": { + "edge": "blocks/glass_pane_top_blue", + "pane": "blocks/glass_blue" + } +} diff --git a/1.11.2/assets/minecraft/models/block/blue_wool.json b/1.11.2/assets/minecraft/models/block/blue_wool.json new file mode 100644 index 00000000..1292e851 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/blue_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_blue" + } +} diff --git a/1.11.2/assets/minecraft/models/block/bone_block.json b/1.11.2/assets/minecraft/models/block/bone_block.json new file mode 100644 index 00000000..ed6835be --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/bone_block.json @@ -0,0 +1,20 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/bone_block_top", + "side": "blocks/bone_block_side" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "texture": "#end", "cullface": "down" }, + "up": { "texture": "#end", "cullface": "up" }, + "north": { "texture": "#side", "cullface": "north" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "west" }, + "east": { "texture": "#side", "cullface": "east" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/bookshelf.json b/1.11.2/assets/minecraft/models/block/bookshelf.json new file mode 100644 index 00000000..b46b6f0c --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/bookshelf.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/planks_oak", + "side": "blocks/bookshelf" + } +} diff --git a/1.11.2/assets/minecraft/models/block/brewing_stand.json b/1.11.2/assets/minecraft/models/block/brewing_stand.json new file mode 100644 index 00000000..c9dc7c34 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/brewing_stand.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/brewing_stand_bottle0.json b/1.11.2/assets/minecraft/models/block/brewing_stand_bottle0.json new file mode 100644 index 00000000..a1517833 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/brewing_stand_bottle0.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/brewing_stand_bottle1.json b/1.11.2/assets/minecraft/models/block/brewing_stand_bottle1.json new file mode 100644 index 00000000..0a977d48 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/brewing_stand_bottle1.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/brewing_stand_bottle2.json b/1.11.2/assets/minecraft/models/block/brewing_stand_bottle2.json new file mode 100644 index 00000000..920b3353 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/brewing_stand_bottle2.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/brewing_stand_empty0.json b/1.11.2/assets/minecraft/models/block/brewing_stand_empty0.json new file mode 100644 index 00000000..352ba9fd --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/brewing_stand_empty0.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/brewing_stand_empty1.json b/1.11.2/assets/minecraft/models/block/brewing_stand_empty1.json new file mode 100644 index 00000000..fa948ec3 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/brewing_stand_empty1.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/brewing_stand_empty2.json b/1.11.2/assets/minecraft/models/block/brewing_stand_empty2.json new file mode 100644 index 00000000..d3382a29 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/brewing_stand_empty2.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/brick.json b/1.11.2/assets/minecraft/models/block/brick.json new file mode 100644 index 00000000..82f388be --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/brick.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/brick" + } +} diff --git a/1.11.2/assets/minecraft/models/block/brick_inner_stairs.json b/1.11.2/assets/minecraft/models/block/brick_inner_stairs.json new file mode 100644 index 00000000..90c3b476 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/brick_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/brick", + "top": "blocks/brick", + "side": "blocks/brick" + } +} diff --git a/1.11.2/assets/minecraft/models/block/brick_outer_stairs.json b/1.11.2/assets/minecraft/models/block/brick_outer_stairs.json new file mode 100644 index 00000000..3c28d044 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/brick_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/brick", + "top": "blocks/brick", + "side": "blocks/brick" + } +} diff --git a/1.11.2/assets/minecraft/models/block/brick_stairs.json b/1.11.2/assets/minecraft/models/block/brick_stairs.json new file mode 100644 index 00000000..1bf8b2a7 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/brick_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/brick", + "top": "blocks/brick", + "side": "blocks/brick" + } +} diff --git a/1.11.2/assets/minecraft/models/block/brown_mushroom.json b/1.11.2/assets/minecraft/models/block/brown_mushroom.json new file mode 100644 index 00000000..e06fae47 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/brown_mushroom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/mushroom_brown" + } +} diff --git a/1.11.2/assets/minecraft/models/block/brown_mushroom_block_c.json b/1.11.2/assets/minecraft/models/block/brown_mushroom_block_c.json new file mode 100644 index 00000000..18e866b2 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/brown_mushroom_block_c.json @@ -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" + } +} diff --git a/1.11.2/assets/minecraft/models/block/brown_mushroom_block_cap_all.json b/1.11.2/assets/minecraft/models/block/brown_mushroom_block_cap_all.json new file mode 100644 index 00000000..8a75431d --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/brown_mushroom_block_cap_all.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/mushroom_block_skin_brown" + } +} diff --git a/1.11.2/assets/minecraft/models/block/brown_mushroom_block_e.json b/1.11.2/assets/minecraft/models/block/brown_mushroom_block_e.json new file mode 100644 index 00000000..780e0550 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/brown_mushroom_block_e.json @@ -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" + } +} diff --git a/1.11.2/assets/minecraft/models/block/brown_mushroom_block_inside_all.json b/1.11.2/assets/minecraft/models/block/brown_mushroom_block_inside_all.json new file mode 100644 index 00000000..472dc8ab --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/brown_mushroom_block_inside_all.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/mushroom_block_inside" + } +} diff --git a/1.11.2/assets/minecraft/models/block/brown_mushroom_block_n.json b/1.11.2/assets/minecraft/models/block/brown_mushroom_block_n.json new file mode 100644 index 00000000..fb5c593a --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/brown_mushroom_block_n.json @@ -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" + } +} diff --git a/1.11.2/assets/minecraft/models/block/brown_mushroom_block_ne.json b/1.11.2/assets/minecraft/models/block/brown_mushroom_block_ne.json new file mode 100644 index 00000000..51080d32 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/brown_mushroom_block_ne.json @@ -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" + } +} diff --git a/1.11.2/assets/minecraft/models/block/brown_mushroom_block_nw.json b/1.11.2/assets/minecraft/models/block/brown_mushroom_block_nw.json new file mode 100644 index 00000000..b8fbdf97 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/brown_mushroom_block_nw.json @@ -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" + } +} diff --git a/1.11.2/assets/minecraft/models/block/brown_mushroom_block_s.json b/1.11.2/assets/minecraft/models/block/brown_mushroom_block_s.json new file mode 100644 index 00000000..5cc97529 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/brown_mushroom_block_s.json @@ -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" + } +} diff --git a/1.11.2/assets/minecraft/models/block/brown_mushroom_block_se.json b/1.11.2/assets/minecraft/models/block/brown_mushroom_block_se.json new file mode 100644 index 00000000..5881c62d --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/brown_mushroom_block_se.json @@ -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" + } +} diff --git a/1.11.2/assets/minecraft/models/block/brown_mushroom_block_stem.json b/1.11.2/assets/minecraft/models/block/brown_mushroom_block_stem.json new file mode 100644 index 00000000..b839c9af --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/brown_mushroom_block_stem.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "side": "blocks/mushroom_block_skin_stem", + "end": "blocks/mushroom_block_inside" + } +} diff --git a/1.11.2/assets/minecraft/models/block/brown_mushroom_block_stem_all.json b/1.11.2/assets/minecraft/models/block/brown_mushroom_block_stem_all.json new file mode 100644 index 00000000..73434e42 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/brown_mushroom_block_stem_all.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/mushroom_block_skin_stem" + } +} diff --git a/1.11.2/assets/minecraft/models/block/brown_mushroom_block_sw.json b/1.11.2/assets/minecraft/models/block/brown_mushroom_block_sw.json new file mode 100644 index 00000000..7936308b --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/brown_mushroom_block_sw.json @@ -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" + } +} diff --git a/1.11.2/assets/minecraft/models/block/brown_mushroom_block_w.json b/1.11.2/assets/minecraft/models/block/brown_mushroom_block_w.json new file mode 100644 index 00000000..3f8fe8a9 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/brown_mushroom_block_w.json @@ -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" + } +} diff --git a/1.11.2/assets/minecraft/models/block/brown_stained_glass_pane_noside.json b/1.11.2/assets/minecraft/models/block/brown_stained_glass_pane_noside.json new file mode 100644 index 00000000..ded70db9 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/brown_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside", + "textures": { + "pane": "blocks/glass_brown" + } +} diff --git a/1.11.2/assets/minecraft/models/block/brown_stained_glass_pane_noside_alt.json b/1.11.2/assets/minecraft/models/block/brown_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..3d93264f --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/brown_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside_alt", + "textures": { + "pane": "blocks/glass_brown" + } +} diff --git a/1.11.2/assets/minecraft/models/block/brown_stained_glass_pane_post.json b/1.11.2/assets/minecraft/models/block/brown_stained_glass_pane_post.json new file mode 100644 index 00000000..e1495240 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/brown_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_post", + "textures": { + "edge": "blocks/glass_pane_top_brown", + "pane": "blocks/glass_brown" + } +} diff --git a/1.11.2/assets/minecraft/models/block/brown_stained_glass_pane_side.json b/1.11.2/assets/minecraft/models/block/brown_stained_glass_pane_side.json new file mode 100644 index 00000000..eab0695d --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/brown_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side", + "textures": { + "edge": "blocks/glass_pane_top_brown", + "pane": "blocks/glass_brown" + } +} diff --git a/1.11.2/assets/minecraft/models/block/brown_stained_glass_pane_side_alt.json b/1.11.2/assets/minecraft/models/block/brown_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..922f11c6 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/brown_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side_alt", + "textures": { + "edge": "blocks/glass_pane_top_brown", + "pane": "blocks/glass_brown" + } +} diff --git a/1.11.2/assets/minecraft/models/block/brown_wool.json b/1.11.2/assets/minecraft/models/block/brown_wool.json new file mode 100644 index 00000000..f14b5131 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/brown_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_brown" + } +} diff --git a/1.11.2/assets/minecraft/models/block/button.json b/1.11.2/assets/minecraft/models/block/button.json new file mode 100644 index 00000000..8b5c506b --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/button.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/button_inventory.json b/1.11.2/assets/minecraft/models/block/button_inventory.json new file mode 100644 index 00000000..7a13742d --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/button_inventory.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/button_pressed.json b/1.11.2/assets/minecraft/models/block/button_pressed.json new file mode 100644 index 00000000..5c6e96fa --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/button_pressed.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/cactus.json b/1.11.2/assets/minecraft/models/block/cactus.json new file mode 100644 index 00000000..faca954b --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/cactus.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/cake_slice1.json b/1.11.2/assets/minecraft/models/block/cake_slice1.json new file mode 100644 index 00000000..14d9f76b --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/cake_slice1.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/cake_slice2.json b/1.11.2/assets/minecraft/models/block/cake_slice2.json new file mode 100644 index 00000000..919da244 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/cake_slice2.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/cake_slice3.json b/1.11.2/assets/minecraft/models/block/cake_slice3.json new file mode 100644 index 00000000..dfb81a05 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/cake_slice3.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/cake_slice4.json b/1.11.2/assets/minecraft/models/block/cake_slice4.json new file mode 100644 index 00000000..5b7084c8 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/cake_slice4.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/cake_slice5.json b/1.11.2/assets/minecraft/models/block/cake_slice5.json new file mode 100644 index 00000000..49540a48 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/cake_slice5.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/cake_slice6.json b/1.11.2/assets/minecraft/models/block/cake_slice6.json new file mode 100644 index 00000000..a2223cab --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/cake_slice6.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/cake_uneaten.json b/1.11.2/assets/minecraft/models/block/cake_uneaten.json new file mode 100644 index 00000000..bf9bdf67 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/cake_uneaten.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/carpet.json b/1.11.2/assets/minecraft/models/block/carpet.json new file mode 100644 index 00000000..a33e999d --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/carpet.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/carpet_black.json b/1.11.2/assets/minecraft/models/block/carpet_black.json new file mode 100644 index 00000000..32b03885 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/carpet_black.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_black", + "wool": "blocks/wool_colored_black" + } +} diff --git a/1.11.2/assets/minecraft/models/block/carpet_blue.json b/1.11.2/assets/minecraft/models/block/carpet_blue.json new file mode 100644 index 00000000..1b53f1bb --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/carpet_blue.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_blue", + "wool": "blocks/wool_colored_blue" + } +} diff --git a/1.11.2/assets/minecraft/models/block/carpet_brown.json b/1.11.2/assets/minecraft/models/block/carpet_brown.json new file mode 100644 index 00000000..7b1c74ad --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/carpet_brown.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_brown", + "wool": "blocks/wool_colored_brown" + } +} diff --git a/1.11.2/assets/minecraft/models/block/carpet_cyan.json b/1.11.2/assets/minecraft/models/block/carpet_cyan.json new file mode 100644 index 00000000..d5bcffc9 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/carpet_cyan.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_cyan", + "wool": "blocks/wool_colored_cyan" + } +} diff --git a/1.11.2/assets/minecraft/models/block/carpet_gray.json b/1.11.2/assets/minecraft/models/block/carpet_gray.json new file mode 100644 index 00000000..426544f7 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/carpet_gray.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_gray", + "wool": "blocks/wool_colored_gray" + } +} diff --git a/1.11.2/assets/minecraft/models/block/carpet_green.json b/1.11.2/assets/minecraft/models/block/carpet_green.json new file mode 100644 index 00000000..84e82805 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/carpet_green.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_green", + "wool": "blocks/wool_colored_green" + } +} diff --git a/1.11.2/assets/minecraft/models/block/carpet_light_blue.json b/1.11.2/assets/minecraft/models/block/carpet_light_blue.json new file mode 100644 index 00000000..e87d04b8 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/carpet_light_blue.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_light_blue", + "wool": "blocks/wool_colored_light_blue" + } +} diff --git a/1.11.2/assets/minecraft/models/block/carpet_lime.json b/1.11.2/assets/minecraft/models/block/carpet_lime.json new file mode 100644 index 00000000..7a70b81a --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/carpet_lime.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_lime", + "wool": "blocks/wool_colored_lime" + } +} diff --git a/1.11.2/assets/minecraft/models/block/carpet_magenta.json b/1.11.2/assets/minecraft/models/block/carpet_magenta.json new file mode 100644 index 00000000..25ae7f71 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/carpet_magenta.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_magenta", + "wool": "blocks/wool_colored_magenta" + } +} diff --git a/1.11.2/assets/minecraft/models/block/carpet_orange.json b/1.11.2/assets/minecraft/models/block/carpet_orange.json new file mode 100644 index 00000000..1e01b88b --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/carpet_orange.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_orange", + "wool": "blocks/wool_colored_orange" + } +} diff --git a/1.11.2/assets/minecraft/models/block/carpet_pink.json b/1.11.2/assets/minecraft/models/block/carpet_pink.json new file mode 100644 index 00000000..f7aefe7c --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/carpet_pink.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_pink", + "wool": "blocks/wool_colored_pink" + } +} diff --git a/1.11.2/assets/minecraft/models/block/carpet_purple.json b/1.11.2/assets/minecraft/models/block/carpet_purple.json new file mode 100644 index 00000000..01c2d6b8 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/carpet_purple.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_purple", + "wool": "blocks/wool_colored_purple" + } +} diff --git a/1.11.2/assets/minecraft/models/block/carpet_red.json b/1.11.2/assets/minecraft/models/block/carpet_red.json new file mode 100644 index 00000000..3a45c711 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/carpet_red.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_red", + "wool": "blocks/wool_colored_red" + } +} diff --git a/1.11.2/assets/minecraft/models/block/carpet_silver.json b/1.11.2/assets/minecraft/models/block/carpet_silver.json new file mode 100644 index 00000000..35287d9c --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/carpet_silver.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_silver", + "wool": "blocks/wool_colored_silver" + } +} diff --git a/1.11.2/assets/minecraft/models/block/carpet_white.json b/1.11.2/assets/minecraft/models/block/carpet_white.json new file mode 100644 index 00000000..5b38ca73 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/carpet_white.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_white", + "wool": "blocks/wool_colored_white" + } +} diff --git a/1.11.2/assets/minecraft/models/block/carpet_yellow.json b/1.11.2/assets/minecraft/models/block/carpet_yellow.json new file mode 100644 index 00000000..bf328a1c --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/carpet_yellow.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_yellow", + "wool": "blocks/wool_colored_yellow" + } +} diff --git a/1.11.2/assets/minecraft/models/block/carrots_stage0.json b/1.11.2/assets/minecraft/models/block/carrots_stage0.json new file mode 100644 index 00000000..63596d4f --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/carrots_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/carrots_stage_0" + } +} diff --git a/1.11.2/assets/minecraft/models/block/carrots_stage1.json b/1.11.2/assets/minecraft/models/block/carrots_stage1.json new file mode 100644 index 00000000..84f97424 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/carrots_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/carrots_stage_1" + } +} diff --git a/1.11.2/assets/minecraft/models/block/carrots_stage2.json b/1.11.2/assets/minecraft/models/block/carrots_stage2.json new file mode 100644 index 00000000..eb176870 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/carrots_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/carrots_stage_2" + } +} diff --git a/1.11.2/assets/minecraft/models/block/carrots_stage3.json b/1.11.2/assets/minecraft/models/block/carrots_stage3.json new file mode 100644 index 00000000..5d7dcbc8 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/carrots_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/carrots_stage_3" + } +} diff --git a/1.11.2/assets/minecraft/models/block/cauldron_empty.json b/1.11.2/assets/minecraft/models/block/cauldron_empty.json new file mode 100644 index 00000000..f944d5c5 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/cauldron_empty.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/cauldron_level1.json b/1.11.2/assets/minecraft/models/block/cauldron_level1.json new file mode 100644 index 00000000..d31e181d --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/cauldron_level1.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/cauldron_level2.json b/1.11.2/assets/minecraft/models/block/cauldron_level2.json new file mode 100644 index 00000000..895c62c1 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/cauldron_level2.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/cauldron_level3.json b/1.11.2/assets/minecraft/models/block/cauldron_level3.json new file mode 100644 index 00000000..785b9de9 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/cauldron_level3.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/chain_command_block.json b/1.11.2/assets/minecraft/models/block/chain_command_block.json new file mode 100644 index 00000000..67b0b0b5 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/chain_command_block.json @@ -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" + } +} diff --git a/1.11.2/assets/minecraft/models/block/chain_command_block_conditional.json b/1.11.2/assets/minecraft/models/block/chain_command_block_conditional.json new file mode 100644 index 00000000..0488df28 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/chain_command_block_conditional.json @@ -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" + } +} diff --git a/1.11.2/assets/minecraft/models/block/chorus_flower.json b/1.11.2/assets/minecraft/models/block/chorus_flower.json new file mode 100644 index 00000000..6535b6a9 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/chorus_flower.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/chorus_flower_dead.json b/1.11.2/assets/minecraft/models/block/chorus_flower_dead.json new file mode 100644 index 00000000..7e9cae59 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/chorus_flower_dead.json @@ -0,0 +1,8 @@ +{ + "parent": "block/chorus_flower", + "textures": { + "texture": "blocks/chorus_flower_dead", + "bottom": "blocks/chorus_plant", + "particle": "blocks/chorus_flower_dead" + } +} diff --git a/1.11.2/assets/minecraft/models/block/chorus_plant.json b/1.11.2/assets/minecraft/models/block/chorus_plant.json new file mode 100644 index 00000000..cf8f5a59 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/chorus_plant.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/chorus_plant_noside.json b/1.11.2/assets/minecraft/models/block/chorus_plant_noside.json new file mode 100644 index 00000000..d529f0f2 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/chorus_plant_noside.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/chorus_plant_noside1.json b/1.11.2/assets/minecraft/models/block/chorus_plant_noside1.json new file mode 100644 index 00000000..eb376edf --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/chorus_plant_noside1.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/chorus_plant_noside2.json b/1.11.2/assets/minecraft/models/block/chorus_plant_noside2.json new file mode 100644 index 00000000..104e27fb --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/chorus_plant_noside2.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/chorus_plant_noside3.json b/1.11.2/assets/minecraft/models/block/chorus_plant_noside3.json new file mode 100644 index 00000000..eb376edf --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/chorus_plant_noside3.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/chorus_plant_side.json b/1.11.2/assets/minecraft/models/block/chorus_plant_side.json new file mode 100644 index 00000000..1862b881 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/chorus_plant_side.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/clay.json b/1.11.2/assets/minecraft/models/block/clay.json new file mode 100644 index 00000000..a1d68d5d --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/clay.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/clay" + } +} diff --git a/1.11.2/assets/minecraft/models/block/coal_block.json b/1.11.2/assets/minecraft/models/block/coal_block.json new file mode 100644 index 00000000..4760fd9d --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/coal_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/coal_block" + } +} diff --git a/1.11.2/assets/minecraft/models/block/coal_ore.json b/1.11.2/assets/minecraft/models/block/coal_ore.json new file mode 100644 index 00000000..a475352f --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/coal_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/coal_ore" + } +} diff --git a/1.11.2/assets/minecraft/models/block/coarse_dirt.json b/1.11.2/assets/minecraft/models/block/coarse_dirt.json new file mode 100644 index 00000000..8badd3f9 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/coarse_dirt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/coarse_dirt" + } +} diff --git a/1.11.2/assets/minecraft/models/block/cobblestone.json b/1.11.2/assets/minecraft/models/block/cobblestone.json new file mode 100644 index 00000000..5b3a4899 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/cobblestone.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/cobblestone" + } +} diff --git a/1.11.2/assets/minecraft/models/block/cobblestone_wall_inventory.json b/1.11.2/assets/minecraft/models/block/cobblestone_wall_inventory.json new file mode 100644 index 00000000..079cb13f --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/cobblestone_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_inventory", + "textures": { + "wall": "blocks/cobblestone" + } +} diff --git a/1.11.2/assets/minecraft/models/block/cobblestone_wall_mossy_inventory.json b/1.11.2/assets/minecraft/models/block/cobblestone_wall_mossy_inventory.json new file mode 100644 index 00000000..f5f126f5 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/cobblestone_wall_mossy_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_inventory", + "textures": { + "wall": "blocks/cobblestone_mossy" + } +} diff --git a/1.11.2/assets/minecraft/models/block/cobblestone_wall_post.json b/1.11.2/assets/minecraft/models/block/cobblestone_wall_post.json new file mode 100644 index 00000000..6b3069bf --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/cobblestone_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_post", + "textures": { + "wall": "blocks/cobblestone" + } +} diff --git a/1.11.2/assets/minecraft/models/block/cobblestone_wall_side.json b/1.11.2/assets/minecraft/models/block/cobblestone_wall_side.json new file mode 100644 index 00000000..6204e047 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/cobblestone_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_side", + "textures": { + "wall": "blocks/cobblestone" + } +} diff --git a/1.11.2/assets/minecraft/models/block/cocoa_age0_s.json b/1.11.2/assets/minecraft/models/block/cocoa_age0_s.json new file mode 100644 index 00000000..2e8804e0 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/cocoa_age0_s.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/cocoa_age1_s.json b/1.11.2/assets/minecraft/models/block/cocoa_age1_s.json new file mode 100644 index 00000000..05e8c8e7 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/cocoa_age1_s.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/cocoa_age2_s.json b/1.11.2/assets/minecraft/models/block/cocoa_age2_s.json new file mode 100644 index 00000000..d9b70ce1 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/cocoa_age2_s.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/command_block.json b/1.11.2/assets/minecraft/models/block/command_block.json new file mode 100644 index 00000000..a3755477 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/command_block.json @@ -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" + } +} diff --git a/1.11.2/assets/minecraft/models/block/command_block_conditional.json b/1.11.2/assets/minecraft/models/block/command_block_conditional.json new file mode 100644 index 00000000..1639f2e1 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/command_block_conditional.json @@ -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" + } +} diff --git a/1.11.2/assets/minecraft/models/block/comparator_lit.json b/1.11.2/assets/minecraft/models/block/comparator_lit.json new file mode 100644 index 00000000..bc1ed817 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/comparator_lit.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/comparator_lit_subtract.json b/1.11.2/assets/minecraft/models/block/comparator_lit_subtract.json new file mode 100644 index 00000000..e55921fc --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/comparator_lit_subtract.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/comparator_unlit.json b/1.11.2/assets/minecraft/models/block/comparator_unlit.json new file mode 100644 index 00000000..7da63972 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/comparator_unlit.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/comparator_unlit_subtract.json b/1.11.2/assets/minecraft/models/block/comparator_unlit_subtract.json new file mode 100644 index 00000000..bb0c4ec5 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/comparator_unlit_subtract.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/crafting_table.json b/1.11.2/assets/minecraft/models/block/crafting_table.json new file mode 100644 index 00000000..2ec0068d --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/crafting_table.json @@ -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" + } +} diff --git a/1.11.2/assets/minecraft/models/block/crop.json b/1.11.2/assets/minecraft/models/block/crop.json new file mode 100644 index 00000000..9cc479e4 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/crop.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/cross.json b/1.11.2/assets/minecraft/models/block/cross.json new file mode 100644 index 00000000..37c8b09f --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/cross.json @@ -0,0 +1,26 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#cross" + }, + "elements": [ + { "from": [ 0.8, 0, 8 ], + "to": [ 15.2, 16, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" } + } + }, + { "from": [ 8, 0, 0.8 ], + "to": [ 8, 16, 15.2 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/cube.json b/1.11.2/assets/minecraft/models/block/cube.json new file mode 100644 index 00000000..1b9780b4 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/cube.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/cube_all.json b/1.11.2/assets/minecraft/models/block/cube_all.json new file mode 100644 index 00000000..fa2f9e77 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/cube_all.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "#all", + "down": "#all", + "up": "#all", + "north": "#all", + "east": "#all", + "south": "#all", + "west": "#all" + } +} diff --git a/1.11.2/assets/minecraft/models/block/cube_bottom_top.json b/1.11.2/assets/minecraft/models/block/cube_bottom_top.json new file mode 100644 index 00000000..4c610597 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/cube_bottom_top.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "#side", + "down": "#bottom", + "up": "#top", + "north": "#side", + "east": "#side", + "south": "#side", + "west": "#side" + } +} diff --git a/1.11.2/assets/minecraft/models/block/cube_column.json b/1.11.2/assets/minecraft/models/block/cube_column.json new file mode 100644 index 00000000..358b9847 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/cube_column.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "#side", + "down": "#end", + "up": "#end", + "north": "#side", + "east": "#side", + "south": "#side", + "west": "#side" + } +} diff --git a/1.11.2/assets/minecraft/models/block/cube_directional.json b/1.11.2/assets/minecraft/models/block/cube_directional.json new file mode 100644 index 00000000..09fadd01 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/cube_directional.json @@ -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 } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/cube_mirrored.json b/1.11.2/assets/minecraft/models/block/cube_mirrored.json new file mode 100644 index 00000000..38f44bda --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/cube_mirrored.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/cube_mirrored_all.json b/1.11.2/assets/minecraft/models/block/cube_mirrored_all.json new file mode 100644 index 00000000..75743f20 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/cube_mirrored_all.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube_mirrored", + "textures": { + "particle": "#all", + "down": "#all", + "up": "#all", + "north": "#all", + "east": "#all", + "south": "#all", + "west": "#all" + } +} diff --git a/1.11.2/assets/minecraft/models/block/cube_top.json b/1.11.2/assets/minecraft/models/block/cube_top.json new file mode 100644 index 00000000..a0c1d569 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/cube_top.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "#side", + "down": "#side", + "up": "#top", + "north": "#side", + "east": "#side", + "south": "#side", + "west": "#side" + } +} diff --git a/1.11.2/assets/minecraft/models/block/cyan_stained_glass_pane_noside.json b/1.11.2/assets/minecraft/models/block/cyan_stained_glass_pane_noside.json new file mode 100644 index 00000000..ad932cc2 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/cyan_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside", + "textures": { + "pane": "blocks/glass_cyan" + } +} diff --git a/1.11.2/assets/minecraft/models/block/cyan_stained_glass_pane_noside_alt.json b/1.11.2/assets/minecraft/models/block/cyan_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..e4554555 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/cyan_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside_alt", + "textures": { + "pane": "blocks/glass_cyan" + } +} diff --git a/1.11.2/assets/minecraft/models/block/cyan_stained_glass_pane_post.json b/1.11.2/assets/minecraft/models/block/cyan_stained_glass_pane_post.json new file mode 100644 index 00000000..02777d68 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/cyan_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_post", + "textures": { + "edge": "blocks/glass_pane_top_cyan", + "pane": "blocks/glass_cyan" + } +} diff --git a/1.11.2/assets/minecraft/models/block/cyan_stained_glass_pane_side.json b/1.11.2/assets/minecraft/models/block/cyan_stained_glass_pane_side.json new file mode 100644 index 00000000..cee46419 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/cyan_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side", + "textures": { + "edge": "blocks/glass_pane_top_cyan", + "pane": "blocks/glass_cyan" + } +} diff --git a/1.11.2/assets/minecraft/models/block/cyan_stained_glass_pane_side_alt.json b/1.11.2/assets/minecraft/models/block/cyan_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..f68cd94e --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/cyan_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side_alt", + "textures": { + "edge": "blocks/glass_pane_top_cyan", + "pane": "blocks/glass_cyan" + } +} diff --git a/1.11.2/assets/minecraft/models/block/cyan_wool.json b/1.11.2/assets/minecraft/models/block/cyan_wool.json new file mode 100644 index 00000000..c1ac12db --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/cyan_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_cyan" + } +} diff --git a/1.11.2/assets/minecraft/models/block/daisy.json b/1.11.2/assets/minecraft/models/block/daisy.json new file mode 100644 index 00000000..47700f1c --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/daisy.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/flower_oxeye_daisy" + } +} diff --git a/1.11.2/assets/minecraft/models/block/dandelion.json b/1.11.2/assets/minecraft/models/block/dandelion.json new file mode 100644 index 00000000..8ffa73a5 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/dandelion.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/flower_dandelion" + } +} diff --git a/1.11.2/assets/minecraft/models/block/dark_oak_bark.json b/1.11.2/assets/minecraft/models/block/dark_oak_bark.json new file mode 100644 index 00000000..e846895d --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/dark_oak_bark.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/log_big_oak" + } +} diff --git a/1.11.2/assets/minecraft/models/block/dark_oak_door_bottom.json b/1.11.2/assets/minecraft/models/block/dark_oak_door_bottom.json new file mode 100644 index 00000000..04d487d4 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/dark_oak_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom", + "textures": { + "bottom": "blocks/door_dark_oak_lower", + "top": "blocks/door_dark_oak_upper" + } +} diff --git a/1.11.2/assets/minecraft/models/block/dark_oak_door_bottom_rh.json b/1.11.2/assets/minecraft/models/block/dark_oak_door_bottom_rh.json new file mode 100644 index 00000000..ea602e71 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/dark_oak_door_bottom_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom_rh", + "textures": { + "bottom": "blocks/door_dark_oak_lower", + "top": "blocks/door_dark_oak_upper" + } +} diff --git a/1.11.2/assets/minecraft/models/block/dark_oak_door_top.json b/1.11.2/assets/minecraft/models/block/dark_oak_door_top.json new file mode 100644 index 00000000..2b452791 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/dark_oak_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top", + "textures": { + "bottom": "blocks/door_dark_oak_lower", + "top": "blocks/door_dark_oak_upper" + } +} diff --git a/1.11.2/assets/minecraft/models/block/dark_oak_door_top_rh.json b/1.11.2/assets/minecraft/models/block/dark_oak_door_top_rh.json new file mode 100644 index 00000000..5e84e959 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/dark_oak_door_top_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top_rh", + "textures": { + "bottom": "blocks/door_dark_oak_lower", + "top": "blocks/door_dark_oak_upper" + } +} diff --git a/1.11.2/assets/minecraft/models/block/dark_oak_fence_gate_closed.json b/1.11.2/assets/minecraft/models/block/dark_oak_fence_gate_closed.json new file mode 100644 index 00000000..ab54a5fc --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/dark_oak_fence_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_gate_closed", + "textures": { + "texture": "blocks/planks_big_oak" + } +} diff --git a/1.11.2/assets/minecraft/models/block/dark_oak_fence_gate_open.json b/1.11.2/assets/minecraft/models/block/dark_oak_fence_gate_open.json new file mode 100644 index 00000000..4ac98814 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/dark_oak_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_gate_open", + "textures": { + "texture": "blocks/planks_big_oak" + } +} diff --git a/1.11.2/assets/minecraft/models/block/dark_oak_fence_inventory.json b/1.11.2/assets/minecraft/models/block/dark_oak_fence_inventory.json new file mode 100644 index 00000000..072aaf1f --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/dark_oak_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_inventory", + "textures": { + "texture": "blocks/planks_big_oak" + } +} diff --git a/1.11.2/assets/minecraft/models/block/dark_oak_fence_post.json b/1.11.2/assets/minecraft/models/block/dark_oak_fence_post.json new file mode 100644 index 00000000..71a70906 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/dark_oak_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_post", + "textures": { + "texture": "blocks/planks_big_oak" + } +} diff --git a/1.11.2/assets/minecraft/models/block/dark_oak_fence_side.json b/1.11.2/assets/minecraft/models/block/dark_oak_fence_side.json new file mode 100644 index 00000000..e1734484 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/dark_oak_fence_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_side", + "textures": { + "texture": "blocks/planks_big_oak" + } +} diff --git a/1.11.2/assets/minecraft/models/block/dark_oak_inner_stairs.json b/1.11.2/assets/minecraft/models/block/dark_oak_inner_stairs.json new file mode 100644 index 00000000..0abd3b67 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/dark_oak_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/planks_big_oak", + "top": "blocks/planks_big_oak", + "side": "blocks/planks_big_oak" + } +} diff --git a/1.11.2/assets/minecraft/models/block/dark_oak_leaves.json b/1.11.2/assets/minecraft/models/block/dark_oak_leaves.json new file mode 100644 index 00000000..d92b1acc --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/dark_oak_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "block/leaves", + "textures": { + "all": "blocks/leaves_big_oak" + } +} diff --git a/1.11.2/assets/minecraft/models/block/dark_oak_log.json b/1.11.2/assets/minecraft/models/block/dark_oak_log.json new file mode 100644 index 00000000..c7e3cf3c --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/dark_oak_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/log_big_oak_top", + "side": "blocks/log_big_oak" + } +} diff --git a/1.11.2/assets/minecraft/models/block/dark_oak_outer_stairs.json b/1.11.2/assets/minecraft/models/block/dark_oak_outer_stairs.json new file mode 100644 index 00000000..94bf157d --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/dark_oak_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/planks_big_oak", + "top": "blocks/planks_big_oak", + "side": "blocks/planks_big_oak" + } +} diff --git a/1.11.2/assets/minecraft/models/block/dark_oak_planks.json b/1.11.2/assets/minecraft/models/block/dark_oak_planks.json new file mode 100644 index 00000000..b04a1a50 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/dark_oak_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/planks_big_oak" + } +} diff --git a/1.11.2/assets/minecraft/models/block/dark_oak_sapling.json b/1.11.2/assets/minecraft/models/block/dark_oak_sapling.json new file mode 100644 index 00000000..e9b70d59 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/dark_oak_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/sapling_roofed_oak" + } +} diff --git a/1.11.2/assets/minecraft/models/block/dark_oak_stairs.json b/1.11.2/assets/minecraft/models/block/dark_oak_stairs.json new file mode 100644 index 00000000..2d7a2868 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/dark_oak_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/planks_big_oak", + "top": "blocks/planks_big_oak", + "side": "blocks/planks_big_oak" + } +} diff --git a/1.11.2/assets/minecraft/models/block/dark_oak_wall_gate_closed.json b/1.11.2/assets/minecraft/models/block/dark_oak_wall_gate_closed.json new file mode 100644 index 00000000..479bb4b8 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/dark_oak_wall_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_gate_closed", + "textures": { + "texture": "blocks/planks_big_oak" + } +} diff --git a/1.11.2/assets/minecraft/models/block/dark_oak_wall_gate_open.json b/1.11.2/assets/minecraft/models/block/dark_oak_wall_gate_open.json new file mode 100644 index 00000000..a04668b9 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/dark_oak_wall_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_gate_open", + "textures": { + "texture": "blocks/planks_big_oak" + } +} diff --git a/1.11.2/assets/minecraft/models/block/daylight_detector.json b/1.11.2/assets/minecraft/models/block/daylight_detector.json new file mode 100644 index 00000000..94d1a693 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/daylight_detector.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/daylight_detector_inverted.json b/1.11.2/assets/minecraft/models/block/daylight_detector_inverted.json new file mode 100644 index 00000000..769d9d31 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/daylight_detector_inverted.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/dead_bush.json b/1.11.2/assets/minecraft/models/block/dead_bush.json new file mode 100644 index 00000000..5aee4f40 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/dead_bush.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/deadbush" + } +} diff --git a/1.11.2/assets/minecraft/models/block/detector_rail_flat.json b/1.11.2/assets/minecraft/models/block/detector_rail_flat.json new file mode 100644 index 00000000..363009d0 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/detector_rail_flat.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_flat", + "textures": { + "rail": "blocks/rail_detector" + } +} diff --git a/1.11.2/assets/minecraft/models/block/detector_rail_powered_flat.json b/1.11.2/assets/minecraft/models/block/detector_rail_powered_flat.json new file mode 100644 index 00000000..d1c44144 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/detector_rail_powered_flat.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_flat", + "textures": { + "rail": "blocks/rail_detector_powered" + } +} diff --git a/1.11.2/assets/minecraft/models/block/detector_rail_powered_raised_ne.json b/1.11.2/assets/minecraft/models/block/detector_rail_powered_raised_ne.json new file mode 100644 index 00000000..b6dd1863 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/detector_rail_powered_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_ne", + "textures": { + "rail": "blocks/rail_detector_powered" + } +} diff --git a/1.11.2/assets/minecraft/models/block/detector_rail_powered_raised_sw.json b/1.11.2/assets/minecraft/models/block/detector_rail_powered_raised_sw.json new file mode 100644 index 00000000..077566e7 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/detector_rail_powered_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_sw", + "textures": { + "rail": "blocks/rail_detector_powered" + } +} diff --git a/1.11.2/assets/minecraft/models/block/detector_rail_raised_ne.json b/1.11.2/assets/minecraft/models/block/detector_rail_raised_ne.json new file mode 100644 index 00000000..1f8b4570 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/detector_rail_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_ne", + "textures": { + "rail": "blocks/rail_detector" + } +} diff --git a/1.11.2/assets/minecraft/models/block/detector_rail_raised_sw.json b/1.11.2/assets/minecraft/models/block/detector_rail_raised_sw.json new file mode 100644 index 00000000..9d520eb8 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/detector_rail_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_sw", + "textures": { + "rail": "blocks/rail_detector" + } +} diff --git a/1.11.2/assets/minecraft/models/block/diamond_block.json b/1.11.2/assets/minecraft/models/block/diamond_block.json new file mode 100644 index 00000000..5234ebd9 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/diamond_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/diamond_block" + } +} diff --git a/1.11.2/assets/minecraft/models/block/diamond_ore.json b/1.11.2/assets/minecraft/models/block/diamond_ore.json new file mode 100644 index 00000000..d1c996ff --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/diamond_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/diamond_ore" + } +} diff --git a/1.11.2/assets/minecraft/models/block/diorite.json b/1.11.2/assets/minecraft/models/block/diorite.json new file mode 100644 index 00000000..4c0d48be --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/diorite.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/stone_diorite" + } +} diff --git a/1.11.2/assets/minecraft/models/block/diorite_smooth.json b/1.11.2/assets/minecraft/models/block/diorite_smooth.json new file mode 100644 index 00000000..7bb78d50 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/diorite_smooth.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/stone_diorite_smooth" + } +} diff --git a/1.11.2/assets/minecraft/models/block/dirt.json b/1.11.2/assets/minecraft/models/block/dirt.json new file mode 100644 index 00000000..5d1c7b5d --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/dirt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/dirt" + } +} diff --git a/1.11.2/assets/minecraft/models/block/dispenser.json b/1.11.2/assets/minecraft/models/block/dispenser.json new file mode 100644 index 00000000..453c6cee --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/dispenser.json @@ -0,0 +1,8 @@ +{ + "parent": "block/orientable", + "textures": { + "top": "blocks/furnace_top", + "front": "blocks/dispenser_front_horizontal", + "side": "blocks/furnace_side" + } +} diff --git a/1.11.2/assets/minecraft/models/block/dispenser_vertical.json b/1.11.2/assets/minecraft/models/block/dispenser_vertical.json new file mode 100644 index 00000000..978f6609 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/dispenser_vertical.json @@ -0,0 +1,7 @@ +{ + "parent": "block/orientable_vertical", + "textures": { + "front": "blocks/dispenser_front_vertical", + "side": "blocks/furnace_top" + } +} diff --git a/1.11.2/assets/minecraft/models/block/door_bottom.json b/1.11.2/assets/minecraft/models/block/door_bottom.json new file mode 100644 index 00000000..905758fe --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/door_bottom.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/door_bottom_rh.json b/1.11.2/assets/minecraft/models/block/door_bottom_rh.json new file mode 100644 index 00000000..26acf4c7 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/door_bottom_rh.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/door_top.json b/1.11.2/assets/minecraft/models/block/door_top.json new file mode 100644 index 00000000..809fa443 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/door_top.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/door_top_rh.json b/1.11.2/assets/minecraft/models/block/door_top_rh.json new file mode 100644 index 00000000..e7d2f930 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/door_top_rh.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/double_fern_bottom.json b/1.11.2/assets/minecraft/models/block/double_fern_bottom.json new file mode 100644 index 00000000..2f528311 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/double_fern_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/tinted_cross", + "textures": { + "cross": "blocks/double_plant_fern_bottom" + } +} diff --git a/1.11.2/assets/minecraft/models/block/double_fern_top.json b/1.11.2/assets/minecraft/models/block/double_fern_top.json new file mode 100644 index 00000000..9ab5bbf0 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/double_fern_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/tinted_cross", + "textures": { + "cross": "blocks/double_plant_fern_top" + } +} diff --git a/1.11.2/assets/minecraft/models/block/double_grass_bottom.json b/1.11.2/assets/minecraft/models/block/double_grass_bottom.json new file mode 100644 index 00000000..9409cedc --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/double_grass_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/tinted_cross", + "textures": { + "cross": "blocks/double_plant_grass_bottom" + } +} diff --git a/1.11.2/assets/minecraft/models/block/double_grass_top.json b/1.11.2/assets/minecraft/models/block/double_grass_top.json new file mode 100644 index 00000000..150f6279 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/double_grass_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/tinted_cross", + "textures": { + "cross": "blocks/double_plant_grass_top" + } +} diff --git a/1.11.2/assets/minecraft/models/block/double_paeonia_bottom.json b/1.11.2/assets/minecraft/models/block/double_paeonia_bottom.json new file mode 100644 index 00000000..01e35b39 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/double_paeonia_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/double_plant_paeonia_bottom" + } +} diff --git a/1.11.2/assets/minecraft/models/block/double_paeonia_top.json b/1.11.2/assets/minecraft/models/block/double_paeonia_top.json new file mode 100644 index 00000000..8023494a --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/double_paeonia_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/double_plant_paeonia_top" + } +} diff --git a/1.11.2/assets/minecraft/models/block/double_rose_bottom.json b/1.11.2/assets/minecraft/models/block/double_rose_bottom.json new file mode 100644 index 00000000..8407de0e --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/double_rose_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/double_plant_rose_bottom" + } +} diff --git a/1.11.2/assets/minecraft/models/block/double_rose_top.json b/1.11.2/assets/minecraft/models/block/double_rose_top.json new file mode 100644 index 00000000..1601c3b0 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/double_rose_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/double_plant_rose_top" + } +} diff --git a/1.11.2/assets/minecraft/models/block/double_stone.json b/1.11.2/assets/minecraft/models/block/double_stone.json new file mode 100644 index 00000000..ce3fd92c --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/double_stone.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/stone_slab_top", + "side": "blocks/stone_slab_side" + } +} diff --git a/1.11.2/assets/minecraft/models/block/double_stone_top.json b/1.11.2/assets/minecraft/models/block/double_stone_top.json new file mode 100644 index 00000000..0cb25a81 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/double_stone_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/stone_slab_top" + } +} diff --git a/1.11.2/assets/minecraft/models/block/double_sunflower_bottom.json b/1.11.2/assets/minecraft/models/block/double_sunflower_bottom.json new file mode 100644 index 00000000..0caa997b --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/double_sunflower_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/double_plant_sunflower_bottom" + } +} diff --git a/1.11.2/assets/minecraft/models/block/double_sunflower_top.json b/1.11.2/assets/minecraft/models/block/double_sunflower_top.json new file mode 100644 index 00000000..a0df09ce --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/double_sunflower_top.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/double_syringa_bottom.json b/1.11.2/assets/minecraft/models/block/double_syringa_bottom.json new file mode 100644 index 00000000..aa72e58e --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/double_syringa_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/double_plant_syringa_bottom" + } +} diff --git a/1.11.2/assets/minecraft/models/block/double_syringa_top.json b/1.11.2/assets/minecraft/models/block/double_syringa_top.json new file mode 100644 index 00000000..d173954c --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/double_syringa_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/double_plant_syringa_top" + } +} diff --git a/1.11.2/assets/minecraft/models/block/dragon_egg.json b/1.11.2/assets/minecraft/models/block/dragon_egg.json new file mode 100644 index 00000000..94e2c492 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/dragon_egg.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/dropper.json b/1.11.2/assets/minecraft/models/block/dropper.json new file mode 100644 index 00000000..3b6e09e3 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/dropper.json @@ -0,0 +1,8 @@ +{ + "parent": "block/orientable", + "textures": { + "top": "blocks/furnace_top", + "front": "blocks/dropper_front_horizontal", + "side": "blocks/furnace_side" + } +} diff --git a/1.11.2/assets/minecraft/models/block/dropper_vertical.json b/1.11.2/assets/minecraft/models/block/dropper_vertical.json new file mode 100644 index 00000000..bf763e0b --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/dropper_vertical.json @@ -0,0 +1,7 @@ +{ + "parent": "block/orientable_vertical", + "textures": { + "front": "blocks/dropper_front_vertical", + "side": "blocks/furnace_top" + } +} diff --git a/1.11.2/assets/minecraft/models/block/emerald_block.json b/1.11.2/assets/minecraft/models/block/emerald_block.json new file mode 100644 index 00000000..b58a988e --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/emerald_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/emerald_block" + } +} diff --git a/1.11.2/assets/minecraft/models/block/emerald_ore.json b/1.11.2/assets/minecraft/models/block/emerald_ore.json new file mode 100644 index 00000000..32347f3d --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/emerald_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/emerald_ore" + } +} diff --git a/1.11.2/assets/minecraft/models/block/enchanting_table_base.json b/1.11.2/assets/minecraft/models/block/enchanting_table_base.json new file mode 100644 index 00000000..dccc5fa7 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/enchanting_table_base.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/end_bricks.json b/1.11.2/assets/minecraft/models/block/end_bricks.json new file mode 100644 index 00000000..edc2b1c7 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/end_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/end_bricks" + } +} diff --git a/1.11.2/assets/minecraft/models/block/end_portal_frame_empty.json b/1.11.2/assets/minecraft/models/block/end_portal_frame_empty.json new file mode 100644 index 00000000..80dc2840 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/end_portal_frame_empty.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/end_portal_frame_filled.json b/1.11.2/assets/minecraft/models/block/end_portal_frame_filled.json new file mode 100644 index 00000000..778afa38 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/end_portal_frame_filled.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/end_rod.json b/1.11.2/assets/minecraft/models/block/end_rod.json new file mode 100644 index 00000000..82bb74fe --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/end_rod.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/end_stone.json b/1.11.2/assets/minecraft/models/block/end_stone.json new file mode 100644 index 00000000..a66a6322 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/end_stone.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/end_stone" + } +} diff --git a/1.11.2/assets/minecraft/models/block/farmland.json b/1.11.2/assets/minecraft/models/block/farmland.json new file mode 100644 index 00000000..5d2aa96c --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/farmland.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/farmland_dry.json b/1.11.2/assets/minecraft/models/block/farmland_dry.json new file mode 100644 index 00000000..94e31eb2 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/farmland_dry.json @@ -0,0 +1,8 @@ +{ + "parent": "block/farmland", + "textures": { + "particle": "blocks/dirt", + "dirt": "blocks/dirt", + "top": "blocks/farmland_dry" + } +} diff --git a/1.11.2/assets/minecraft/models/block/farmland_moist.json b/1.11.2/assets/minecraft/models/block/farmland_moist.json new file mode 100644 index 00000000..a1cda532 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/farmland_moist.json @@ -0,0 +1,8 @@ +{ + "parent": "block/farmland", + "textures": { + "particle": "blocks/dirt", + "dirt": "blocks/dirt", + "top": "blocks/farmland_wet" + } +} diff --git a/1.11.2/assets/minecraft/models/block/fence_gate_closed.json b/1.11.2/assets/minecraft/models/block/fence_gate_closed.json new file mode 100644 index 00000000..c50708a9 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/fence_gate_closed.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/fence_gate_open.json b/1.11.2/assets/minecraft/models/block/fence_gate_open.json new file mode 100644 index 00000000..9e7baf90 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/fence_gate_open.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/fence_inventory.json b/1.11.2/assets/minecraft/models/block/fence_inventory.json new file mode 100644 index 00000000..514f7416 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/fence_inventory.json @@ -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" + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/fence_post.json b/1.11.2/assets/minecraft/models/block/fence_post.json new file mode 100644 index 00000000..d472ce6a --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/fence_post.json @@ -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" + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/fence_side.json b/1.11.2/assets/minecraft/models/block/fence_side.json new file mode 100644 index 00000000..7145349b --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/fence_side.json @@ -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" + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/fern.json b/1.11.2/assets/minecraft/models/block/fern.json new file mode 100644 index 00000000..95322f9b --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/fern.json @@ -0,0 +1,6 @@ +{ + "parent": "block/tinted_cross", + "textures": { + "cross": "blocks/fern" + } +} diff --git a/1.11.2/assets/minecraft/models/block/fire_floor.json b/1.11.2/assets/minecraft/models/block/fire_floor.json new file mode 100644 index 00000000..002cce9f --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/fire_floor.json @@ -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" }} + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/fire_floor0.json b/1.11.2/assets/minecraft/models/block/fire_floor0.json new file mode 100644 index 00000000..230630ee --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/fire_floor0.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_floor", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/1.11.2/assets/minecraft/models/block/fire_floor1.json b/1.11.2/assets/minecraft/models/block/fire_floor1.json new file mode 100644 index 00000000..6b7d687a --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/fire_floor1.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_floor", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/1.11.2/assets/minecraft/models/block/fire_side.json b/1.11.2/assets/minecraft/models/block/fire_side.json new file mode 100644 index 00000000..e16c6b3a --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/fire_side.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/fire_side0.json b/1.11.2/assets/minecraft/models/block/fire_side0.json new file mode 100644 index 00000000..b042da04 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/fire_side0.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_side", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/1.11.2/assets/minecraft/models/block/fire_side1.json b/1.11.2/assets/minecraft/models/block/fire_side1.json new file mode 100644 index 00000000..c79dbc0b --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/fire_side1.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_side", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/1.11.2/assets/minecraft/models/block/fire_side_alt.json b/1.11.2/assets/minecraft/models/block/fire_side_alt.json new file mode 100644 index 00000000..38f82bbd --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/fire_side_alt.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/fire_side_alt0.json b/1.11.2/assets/minecraft/models/block/fire_side_alt0.json new file mode 100644 index 00000000..5c17f62e --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/fire_side_alt0.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_side_alt", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/1.11.2/assets/minecraft/models/block/fire_side_alt1.json b/1.11.2/assets/minecraft/models/block/fire_side_alt1.json new file mode 100644 index 00000000..fae9f99c --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/fire_side_alt1.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_side_alt", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/1.11.2/assets/minecraft/models/block/fire_up.json b/1.11.2/assets/minecraft/models/block/fire_up.json new file mode 100644 index 00000000..e0f391d5 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/fire_up.json @@ -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 }} + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/fire_up0.json b/1.11.2/assets/minecraft/models/block/fire_up0.json new file mode 100644 index 00000000..a3e1b622 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/fire_up0.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_up", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/1.11.2/assets/minecraft/models/block/fire_up1.json b/1.11.2/assets/minecraft/models/block/fire_up1.json new file mode 100644 index 00000000..f7884dd3 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/fire_up1.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_up", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/1.11.2/assets/minecraft/models/block/fire_up_alt.json b/1.11.2/assets/minecraft/models/block/fire_up_alt.json new file mode 100644 index 00000000..9bfab62e --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/fire_up_alt.json @@ -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" }} + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/fire_up_alt0.json b/1.11.2/assets/minecraft/models/block/fire_up_alt0.json new file mode 100644 index 00000000..4ead456c --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/fire_up_alt0.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_up_alt", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/1.11.2/assets/minecraft/models/block/fire_up_alt1.json b/1.11.2/assets/minecraft/models/block/fire_up_alt1.json new file mode 100644 index 00000000..80a31ef0 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/fire_up_alt1.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_up_alt", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/1.11.2/assets/minecraft/models/block/flower_pot.json b/1.11.2/assets/minecraft/models/block/flower_pot.json new file mode 100644 index 00000000..b5f1c295 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/flower_pot.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/flower_pot_acacia.json b/1.11.2/assets/minecraft/models/block/flower_pot_acacia.json new file mode 100644 index 00000000..21f6dcdc --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/flower_pot_acacia.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/sapling_acacia" + } +} diff --git a/1.11.2/assets/minecraft/models/block/flower_pot_allium.json b/1.11.2/assets/minecraft/models/block/flower_pot_allium.json new file mode 100644 index 00000000..2a0e6866 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/flower_pot_allium.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/flower_allium" + } +} diff --git a/1.11.2/assets/minecraft/models/block/flower_pot_birch.json b/1.11.2/assets/minecraft/models/block/flower_pot_birch.json new file mode 100644 index 00000000..90c04a16 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/flower_pot_birch.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/sapling_birch" + } +} diff --git a/1.11.2/assets/minecraft/models/block/flower_pot_cactus.json b/1.11.2/assets/minecraft/models/block/flower_pot_cactus.json new file mode 100644 index 00000000..669e3f79 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/flower_pot_cactus.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/flower_pot_cross.json b/1.11.2/assets/minecraft/models/block/flower_pot_cross.json new file mode 100644 index 00000000..7af477bd --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/flower_pot_cross.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/flower_pot_daisy.json b/1.11.2/assets/minecraft/models/block/flower_pot_daisy.json new file mode 100644 index 00000000..d0650442 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/flower_pot_daisy.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/flower_oxeye_daisy" + } +} diff --git a/1.11.2/assets/minecraft/models/block/flower_pot_dandelion.json b/1.11.2/assets/minecraft/models/block/flower_pot_dandelion.json new file mode 100644 index 00000000..353eb5e5 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/flower_pot_dandelion.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/flower_dandelion" + } +} diff --git a/1.11.2/assets/minecraft/models/block/flower_pot_dark_oak.json b/1.11.2/assets/minecraft/models/block/flower_pot_dark_oak.json new file mode 100644 index 00000000..f0c714ef --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/flower_pot_dark_oak.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/sapling_roofed_oak" + } +} diff --git a/1.11.2/assets/minecraft/models/block/flower_pot_dead_bush.json b/1.11.2/assets/minecraft/models/block/flower_pot_dead_bush.json new file mode 100644 index 00000000..b7921690 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/flower_pot_dead_bush.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/deadbush" + } +} diff --git a/1.11.2/assets/minecraft/models/block/flower_pot_fern.json b/1.11.2/assets/minecraft/models/block/flower_pot_fern.json new file mode 100644 index 00000000..e12f90d5 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/flower_pot_fern.json @@ -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 } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/flower_pot_houstonia.json b/1.11.2/assets/minecraft/models/block/flower_pot_houstonia.json new file mode 100644 index 00000000..a270ed8f --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/flower_pot_houstonia.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/flower_houstonia" + } +} diff --git a/1.11.2/assets/minecraft/models/block/flower_pot_jungle.json b/1.11.2/assets/minecraft/models/block/flower_pot_jungle.json new file mode 100644 index 00000000..c8c854c6 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/flower_pot_jungle.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/sapling_jungle" + } +} diff --git a/1.11.2/assets/minecraft/models/block/flower_pot_mushroom_brown.json b/1.11.2/assets/minecraft/models/block/flower_pot_mushroom_brown.json new file mode 100644 index 00000000..531c5644 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/flower_pot_mushroom_brown.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/mushroom_brown" + } +} diff --git a/1.11.2/assets/minecraft/models/block/flower_pot_mushroom_red.json b/1.11.2/assets/minecraft/models/block/flower_pot_mushroom_red.json new file mode 100644 index 00000000..2e339ae6 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/flower_pot_mushroom_red.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/mushroom_red" + } +} diff --git a/1.11.2/assets/minecraft/models/block/flower_pot_oak.json b/1.11.2/assets/minecraft/models/block/flower_pot_oak.json new file mode 100644 index 00000000..8a90b8c3 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/flower_pot_oak.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/sapling_oak" + } +} diff --git a/1.11.2/assets/minecraft/models/block/flower_pot_orchid.json b/1.11.2/assets/minecraft/models/block/flower_pot_orchid.json new file mode 100644 index 00000000..a5f29ffd --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/flower_pot_orchid.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/flower_blue_orchid" + } +} diff --git a/1.11.2/assets/minecraft/models/block/flower_pot_rose.json b/1.11.2/assets/minecraft/models/block/flower_pot_rose.json new file mode 100644 index 00000000..ffd38bfe --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/flower_pot_rose.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/flower_rose" + } +} diff --git a/1.11.2/assets/minecraft/models/block/flower_pot_spruce.json b/1.11.2/assets/minecraft/models/block/flower_pot_spruce.json new file mode 100644 index 00000000..752a0a91 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/flower_pot_spruce.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/sapling_spruce" + } +} diff --git a/1.11.2/assets/minecraft/models/block/flower_pot_tulip_orange.json b/1.11.2/assets/minecraft/models/block/flower_pot_tulip_orange.json new file mode 100644 index 00000000..c397ab4f --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/flower_pot_tulip_orange.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/flower_tulip_orange" + } +} diff --git a/1.11.2/assets/minecraft/models/block/flower_pot_tulip_pink.json b/1.11.2/assets/minecraft/models/block/flower_pot_tulip_pink.json new file mode 100644 index 00000000..74db107c --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/flower_pot_tulip_pink.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/flower_tulip_pink" + } +} diff --git a/1.11.2/assets/minecraft/models/block/flower_pot_tulip_red.json b/1.11.2/assets/minecraft/models/block/flower_pot_tulip_red.json new file mode 100644 index 00000000..8285aea9 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/flower_pot_tulip_red.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/flower_tulip_red" + } +} diff --git a/1.11.2/assets/minecraft/models/block/flower_pot_tulip_white.json b/1.11.2/assets/minecraft/models/block/flower_pot_tulip_white.json new file mode 100644 index 00000000..adc4ed9b --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/flower_pot_tulip_white.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/flower_tulip_white" + } +} diff --git a/1.11.2/assets/minecraft/models/block/frosted_ice_0.json b/1.11.2/assets/minecraft/models/block/frosted_ice_0.json new file mode 100644 index 00000000..eebe1da6 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/frosted_ice_0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/frosted_ice_0" + } +} diff --git a/1.11.2/assets/minecraft/models/block/frosted_ice_1.json b/1.11.2/assets/minecraft/models/block/frosted_ice_1.json new file mode 100644 index 00000000..a33d79e8 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/frosted_ice_1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/frosted_ice_1" + } +} diff --git a/1.11.2/assets/minecraft/models/block/frosted_ice_2.json b/1.11.2/assets/minecraft/models/block/frosted_ice_2.json new file mode 100644 index 00000000..0ba8c37d --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/frosted_ice_2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/frosted_ice_2" + } +} diff --git a/1.11.2/assets/minecraft/models/block/frosted_ice_3.json b/1.11.2/assets/minecraft/models/block/frosted_ice_3.json new file mode 100644 index 00000000..989789f8 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/frosted_ice_3.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/frosted_ice_3" + } +} diff --git a/1.11.2/assets/minecraft/models/block/furnace.json b/1.11.2/assets/minecraft/models/block/furnace.json new file mode 100644 index 00000000..9d88a5e6 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/furnace.json @@ -0,0 +1,8 @@ +{ + "parent": "block/orientable", + "textures": { + "top": "blocks/furnace_top", + "front": "blocks/furnace_front_off", + "side": "blocks/furnace_side" + } +} diff --git a/1.11.2/assets/minecraft/models/block/glass.json b/1.11.2/assets/minecraft/models/block/glass.json new file mode 100644 index 00000000..aa796b5a --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/glass.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass" + } +} diff --git a/1.11.2/assets/minecraft/models/block/glass_black.json b/1.11.2/assets/minecraft/models/block/glass_black.json new file mode 100644 index 00000000..b9008a0d --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/glass_black.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_black" + } +} diff --git a/1.11.2/assets/minecraft/models/block/glass_blue.json b/1.11.2/assets/minecraft/models/block/glass_blue.json new file mode 100644 index 00000000..3f8fb9b3 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/glass_blue.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_blue" + } +} diff --git a/1.11.2/assets/minecraft/models/block/glass_brown.json b/1.11.2/assets/minecraft/models/block/glass_brown.json new file mode 100644 index 00000000..b916aa97 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/glass_brown.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_brown" + } +} diff --git a/1.11.2/assets/minecraft/models/block/glass_cyan.json b/1.11.2/assets/minecraft/models/block/glass_cyan.json new file mode 100644 index 00000000..83e6c583 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/glass_cyan.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_cyan" + } +} diff --git a/1.11.2/assets/minecraft/models/block/glass_gray.json b/1.11.2/assets/minecraft/models/block/glass_gray.json new file mode 100644 index 00000000..f37201de --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/glass_gray.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_gray" + } +} diff --git a/1.11.2/assets/minecraft/models/block/glass_green.json b/1.11.2/assets/minecraft/models/block/glass_green.json new file mode 100644 index 00000000..c313268b --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/glass_green.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_green" + } +} diff --git a/1.11.2/assets/minecraft/models/block/glass_light_blue.json b/1.11.2/assets/minecraft/models/block/glass_light_blue.json new file mode 100644 index 00000000..2faeffab --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/glass_light_blue.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_light_blue" + } +} diff --git a/1.11.2/assets/minecraft/models/block/glass_lime.json b/1.11.2/assets/minecraft/models/block/glass_lime.json new file mode 100644 index 00000000..f6ba9c3f --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/glass_lime.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_lime" + } +} diff --git a/1.11.2/assets/minecraft/models/block/glass_magenta.json b/1.11.2/assets/minecraft/models/block/glass_magenta.json new file mode 100644 index 00000000..fda210f0 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/glass_magenta.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_magenta" + } +} diff --git a/1.11.2/assets/minecraft/models/block/glass_orange.json b/1.11.2/assets/minecraft/models/block/glass_orange.json new file mode 100644 index 00000000..d2d7204c --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/glass_orange.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_orange" + } +} diff --git a/1.11.2/assets/minecraft/models/block/glass_pane_noside.json b/1.11.2/assets/minecraft/models/block/glass_pane_noside.json new file mode 100644 index 00000000..63592f78 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside", + "textures": { + "pane": "blocks/glass" + } +} diff --git a/1.11.2/assets/minecraft/models/block/glass_pane_noside_alt.json b/1.11.2/assets/minecraft/models/block/glass_pane_noside_alt.json new file mode 100644 index 00000000..102b2e04 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside_alt", + "textures": { + "pane": "blocks/glass" + } +} diff --git a/1.11.2/assets/minecraft/models/block/glass_pane_post.json b/1.11.2/assets/minecraft/models/block/glass_pane_post.json new file mode 100644 index 00000000..da55b89e --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_post", + "textures": { + "edge": "blocks/glass_pane_top", + "pane": "blocks/glass" + } +} diff --git a/1.11.2/assets/minecraft/models/block/glass_pane_side.json b/1.11.2/assets/minecraft/models/block/glass_pane_side.json new file mode 100644 index 00000000..7fa77aec --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side", + "textures": { + "edge": "blocks/glass_pane_top", + "pane": "blocks/glass" + } +} diff --git a/1.11.2/assets/minecraft/models/block/glass_pane_side_alt.json b/1.11.2/assets/minecraft/models/block/glass_pane_side_alt.json new file mode 100644 index 00000000..a304ba5e --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side_alt", + "textures": { + "edge": "blocks/glass_pane_top", + "pane": "blocks/glass" + } +} diff --git a/1.11.2/assets/minecraft/models/block/glass_pink.json b/1.11.2/assets/minecraft/models/block/glass_pink.json new file mode 100644 index 00000000..b557e8b7 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/glass_pink.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_pink" + } +} diff --git a/1.11.2/assets/minecraft/models/block/glass_purple.json b/1.11.2/assets/minecraft/models/block/glass_purple.json new file mode 100644 index 00000000..ac129046 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/glass_purple.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_purple" + } +} diff --git a/1.11.2/assets/minecraft/models/block/glass_red.json b/1.11.2/assets/minecraft/models/block/glass_red.json new file mode 100644 index 00000000..939f58d9 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/glass_red.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_red" + } +} diff --git a/1.11.2/assets/minecraft/models/block/glass_silver.json b/1.11.2/assets/minecraft/models/block/glass_silver.json new file mode 100644 index 00000000..afeeeaa5 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/glass_silver.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_silver" + } +} diff --git a/1.11.2/assets/minecraft/models/block/glass_white.json b/1.11.2/assets/minecraft/models/block/glass_white.json new file mode 100644 index 00000000..c7df9fc8 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/glass_white.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_white" + } +} diff --git a/1.11.2/assets/minecraft/models/block/glass_yellow.json b/1.11.2/assets/minecraft/models/block/glass_yellow.json new file mode 100644 index 00000000..3ba5a6c6 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/glass_yellow.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_yellow" + } +} diff --git a/1.11.2/assets/minecraft/models/block/glowstone.json b/1.11.2/assets/minecraft/models/block/glowstone.json new file mode 100644 index 00000000..9ffe5db9 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/glowstone.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glowstone" + } +} diff --git a/1.11.2/assets/minecraft/models/block/gold_block.json b/1.11.2/assets/minecraft/models/block/gold_block.json new file mode 100644 index 00000000..1c227f01 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/gold_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/gold_block" + } +} diff --git a/1.11.2/assets/minecraft/models/block/gold_ore.json b/1.11.2/assets/minecraft/models/block/gold_ore.json new file mode 100644 index 00000000..ce4e0352 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/gold_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/gold_ore" + } +} diff --git a/1.11.2/assets/minecraft/models/block/golden_rail_active_flat.json b/1.11.2/assets/minecraft/models/block/golden_rail_active_flat.json new file mode 100644 index 00000000..a2f49b10 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/golden_rail_active_flat.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_flat", + "textures": { + "rail": "blocks/rail_golden_powered" + } +} diff --git a/1.11.2/assets/minecraft/models/block/golden_rail_active_raised_ne.json b/1.11.2/assets/minecraft/models/block/golden_rail_active_raised_ne.json new file mode 100644 index 00000000..4ab8f64b --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/golden_rail_active_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_ne", + "textures": { + "rail": "blocks/rail_golden_powered" + } +} diff --git a/1.11.2/assets/minecraft/models/block/golden_rail_active_raised_sw.json b/1.11.2/assets/minecraft/models/block/golden_rail_active_raised_sw.json new file mode 100644 index 00000000..8fef0597 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/golden_rail_active_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_sw", + "textures": { + "rail": "blocks/rail_golden_powered" + } +} diff --git a/1.11.2/assets/minecraft/models/block/golden_rail_flat.json b/1.11.2/assets/minecraft/models/block/golden_rail_flat.json new file mode 100644 index 00000000..87a08fc8 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/golden_rail_flat.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_flat", + "textures": { + "rail": "blocks/rail_golden" + } +} diff --git a/1.11.2/assets/minecraft/models/block/golden_rail_raised_ne.json b/1.11.2/assets/minecraft/models/block/golden_rail_raised_ne.json new file mode 100644 index 00000000..ff3856d7 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/golden_rail_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_ne", + "textures": { + "rail": "blocks/rail_golden" + } +} diff --git a/1.11.2/assets/minecraft/models/block/golden_rail_raised_sw.json b/1.11.2/assets/minecraft/models/block/golden_rail_raised_sw.json new file mode 100644 index 00000000..520414d3 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/golden_rail_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_sw", + "textures": { + "rail": "blocks/rail_golden" + } +} diff --git a/1.11.2/assets/minecraft/models/block/granite.json b/1.11.2/assets/minecraft/models/block/granite.json new file mode 100644 index 00000000..eee4faed --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/granite.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/stone_granite" + } +} diff --git a/1.11.2/assets/minecraft/models/block/granite_smooth.json b/1.11.2/assets/minecraft/models/block/granite_smooth.json new file mode 100644 index 00000000..31fc9f10 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/granite_smooth.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/stone_granite_smooth" + } +} diff --git a/1.11.2/assets/minecraft/models/block/grass.json b/1.11.2/assets/minecraft/models/block/grass.json new file mode 100644 index 00000000..b4307817 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/grass.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/grass_normal.json b/1.11.2/assets/minecraft/models/block/grass_normal.json new file mode 100644 index 00000000..b6201ebf --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/grass_normal.json @@ -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" + } +} diff --git a/1.11.2/assets/minecraft/models/block/grass_path.json b/1.11.2/assets/minecraft/models/block/grass_path.json new file mode 100644 index 00000000..377d0b8c --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/grass_path.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/grass_snowed.json b/1.11.2/assets/minecraft/models/block/grass_snowed.json new file mode 100644 index 00000000..c33ffc53 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/grass_snowed.json @@ -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" + } +} diff --git a/1.11.2/assets/minecraft/models/block/gravel.json b/1.11.2/assets/minecraft/models/block/gravel.json new file mode 100644 index 00000000..e2cf665e --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/gravel.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/gravel" + } +} diff --git a/1.11.2/assets/minecraft/models/block/gray_stained_glass_pane_noside.json b/1.11.2/assets/minecraft/models/block/gray_stained_glass_pane_noside.json new file mode 100644 index 00000000..b1cbd11e --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/gray_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside", + "textures": { + "pane": "blocks/glass_gray" + } +} diff --git a/1.11.2/assets/minecraft/models/block/gray_stained_glass_pane_noside_alt.json b/1.11.2/assets/minecraft/models/block/gray_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..11bc2a3d --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/gray_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside_alt", + "textures": { + "pane": "blocks/glass_gray" + } +} diff --git a/1.11.2/assets/minecraft/models/block/gray_stained_glass_pane_post.json b/1.11.2/assets/minecraft/models/block/gray_stained_glass_pane_post.json new file mode 100644 index 00000000..375b2afd --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/gray_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_post", + "textures": { + "edge": "blocks/glass_pane_top_gray", + "pane": "blocks/glass_gray" + } +} diff --git a/1.11.2/assets/minecraft/models/block/gray_stained_glass_pane_side.json b/1.11.2/assets/minecraft/models/block/gray_stained_glass_pane_side.json new file mode 100644 index 00000000..ee28eb3e --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/gray_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side", + "textures": { + "edge": "blocks/glass_pane_top_gray", + "pane": "blocks/glass_gray" + } +} diff --git a/1.11.2/assets/minecraft/models/block/gray_stained_glass_pane_side_alt.json b/1.11.2/assets/minecraft/models/block/gray_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..2fa85d6d --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/gray_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side_alt", + "textures": { + "edge": "blocks/glass_pane_top_gray", + "pane": "blocks/glass_gray" + } +} diff --git a/1.11.2/assets/minecraft/models/block/gray_wool.json b/1.11.2/assets/minecraft/models/block/gray_wool.json new file mode 100644 index 00000000..f88eb1d5 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/gray_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_gray" + } +} diff --git a/1.11.2/assets/minecraft/models/block/green_stained_glass_pane_noside.json b/1.11.2/assets/minecraft/models/block/green_stained_glass_pane_noside.json new file mode 100644 index 00000000..01bbf6e9 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/green_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside", + "textures": { + "pane": "blocks/glass_green" + } +} diff --git a/1.11.2/assets/minecraft/models/block/green_stained_glass_pane_noside_alt.json b/1.11.2/assets/minecraft/models/block/green_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..e325aa0d --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/green_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside_alt", + "textures": { + "pane": "blocks/glass_green" + } +} diff --git a/1.11.2/assets/minecraft/models/block/green_stained_glass_pane_post.json b/1.11.2/assets/minecraft/models/block/green_stained_glass_pane_post.json new file mode 100644 index 00000000..f51d496b --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/green_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_post", + "textures": { + "edge": "blocks/glass_pane_top_green", + "pane": "blocks/glass_green" + } +} diff --git a/1.11.2/assets/minecraft/models/block/green_stained_glass_pane_side.json b/1.11.2/assets/minecraft/models/block/green_stained_glass_pane_side.json new file mode 100644 index 00000000..1f32d8e9 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/green_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side", + "textures": { + "edge": "blocks/glass_pane_top_green", + "pane": "blocks/glass_green" + } +} diff --git a/1.11.2/assets/minecraft/models/block/green_stained_glass_pane_side_alt.json b/1.11.2/assets/minecraft/models/block/green_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..d5c61318 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/green_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side_alt", + "textures": { + "edge": "blocks/glass_pane_top_green", + "pane": "blocks/glass_green" + } +} diff --git a/1.11.2/assets/minecraft/models/block/green_wool.json b/1.11.2/assets/minecraft/models/block/green_wool.json new file mode 100644 index 00000000..44c65a54 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/green_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_green" + } +} diff --git a/1.11.2/assets/minecraft/models/block/half_slab.json b/1.11.2/assets/minecraft/models/block/half_slab.json new file mode 100644 index 00000000..1eadc701 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/half_slab.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/half_slab_acacia.json b/1.11.2/assets/minecraft/models/block/half_slab_acacia.json new file mode 100644 index 00000000..25e73536 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/half_slab_acacia.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/planks_acacia", + "top": "blocks/planks_acacia", + "side": "blocks/planks_acacia" + } +} diff --git a/1.11.2/assets/minecraft/models/block/half_slab_birch.json b/1.11.2/assets/minecraft/models/block/half_slab_birch.json new file mode 100644 index 00000000..1dc753cf --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/half_slab_birch.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/planks_birch", + "top": "blocks/planks_birch", + "side": "blocks/planks_birch" + } +} diff --git a/1.11.2/assets/minecraft/models/block/half_slab_brick.json b/1.11.2/assets/minecraft/models/block/half_slab_brick.json new file mode 100644 index 00000000..1fd4a27d --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/half_slab_brick.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/brick", + "top": "blocks/brick", + "side": "blocks/brick" + } +} diff --git a/1.11.2/assets/minecraft/models/block/half_slab_cobblestone.json b/1.11.2/assets/minecraft/models/block/half_slab_cobblestone.json new file mode 100644 index 00000000..75207948 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/half_slab_cobblestone.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/cobblestone", + "top": "blocks/cobblestone", + "side": "blocks/cobblestone" + } +} diff --git a/1.11.2/assets/minecraft/models/block/half_slab_dark_oak.json b/1.11.2/assets/minecraft/models/block/half_slab_dark_oak.json new file mode 100644 index 00000000..f4d89ecd --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/half_slab_dark_oak.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/planks_big_oak", + "top": "blocks/planks_big_oak", + "side": "blocks/planks_big_oak" + } +} diff --git a/1.11.2/assets/minecraft/models/block/half_slab_jungle.json b/1.11.2/assets/minecraft/models/block/half_slab_jungle.json new file mode 100644 index 00000000..5d3d2715 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/half_slab_jungle.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/planks_jungle", + "top": "blocks/planks_jungle", + "side": "blocks/planks_jungle" + } +} diff --git a/1.11.2/assets/minecraft/models/block/half_slab_nether_brick.json b/1.11.2/assets/minecraft/models/block/half_slab_nether_brick.json new file mode 100644 index 00000000..2e30c56d --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/half_slab_nether_brick.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/nether_brick", + "top": "blocks/nether_brick", + "side": "blocks/nether_brick" + } +} diff --git a/1.11.2/assets/minecraft/models/block/half_slab_oak.json b/1.11.2/assets/minecraft/models/block/half_slab_oak.json new file mode 100644 index 00000000..15b26120 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/half_slab_oak.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/planks_oak", + "top": "blocks/planks_oak", + "side": "blocks/planks_oak" + } +} diff --git a/1.11.2/assets/minecraft/models/block/half_slab_purpur.json b/1.11.2/assets/minecraft/models/block/half_slab_purpur.json new file mode 100644 index 00000000..76cc60b8 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/half_slab_purpur.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/purpur_block", + "top": "blocks/purpur_block", + "side": "blocks/purpur_block" + } +} diff --git a/1.11.2/assets/minecraft/models/block/half_slab_quartz.json b/1.11.2/assets/minecraft/models/block/half_slab_quartz.json new file mode 100644 index 00000000..1066da7e --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/half_slab_quartz.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/quartz_block_bottom", + "top": "blocks/quartz_block_top", + "side": "blocks/quartz_block_side" + } +} diff --git a/1.11.2/assets/minecraft/models/block/half_slab_red_sandstone.json b/1.11.2/assets/minecraft/models/block/half_slab_red_sandstone.json new file mode 100644 index 00000000..08dc64c2 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/half_slab_red_sandstone.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/red_sandstone_bottom", + "top": "blocks/red_sandstone_top", + "side": "blocks/red_sandstone_normal" + } +} diff --git a/1.11.2/assets/minecraft/models/block/half_slab_sandstone.json b/1.11.2/assets/minecraft/models/block/half_slab_sandstone.json new file mode 100644 index 00000000..5d08ff48 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/half_slab_sandstone.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/sandstone_bottom", + "top": "blocks/sandstone_top", + "side": "blocks/sandstone_normal" + } +} diff --git a/1.11.2/assets/minecraft/models/block/half_slab_spruce.json b/1.11.2/assets/minecraft/models/block/half_slab_spruce.json new file mode 100644 index 00000000..9e28d9f1 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/half_slab_spruce.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/planks_spruce", + "top": "blocks/planks_spruce", + "side": "blocks/planks_spruce" + } +} diff --git a/1.11.2/assets/minecraft/models/block/half_slab_stone.json b/1.11.2/assets/minecraft/models/block/half_slab_stone.json new file mode 100644 index 00000000..b09be3e5 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/half_slab_stone.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/stone_slab_top", + "top": "blocks/stone_slab_top", + "side": "blocks/stone_slab_side" + } +} diff --git a/1.11.2/assets/minecraft/models/block/half_slab_stone_brick.json b/1.11.2/assets/minecraft/models/block/half_slab_stone_brick.json new file mode 100644 index 00000000..9bb3abc8 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/half_slab_stone_brick.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/stonebrick", + "top": "blocks/stonebrick", + "side": "blocks/stonebrick" + } +} diff --git a/1.11.2/assets/minecraft/models/block/hardened_clay.json b/1.11.2/assets/minecraft/models/block/hardened_clay.json new file mode 100644 index 00000000..5f29119c --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/hardened_clay.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay" + } +} diff --git a/1.11.2/assets/minecraft/models/block/hardened_clay_black.json b/1.11.2/assets/minecraft/models/block/hardened_clay_black.json new file mode 100644 index 00000000..cab25b2f --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/hardened_clay_black.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_black" + } +} diff --git a/1.11.2/assets/minecraft/models/block/hardened_clay_blue.json b/1.11.2/assets/minecraft/models/block/hardened_clay_blue.json new file mode 100644 index 00000000..01eed452 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/hardened_clay_blue.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_blue" + } +} diff --git a/1.11.2/assets/minecraft/models/block/hardened_clay_brown.json b/1.11.2/assets/minecraft/models/block/hardened_clay_brown.json new file mode 100644 index 00000000..646946d7 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/hardened_clay_brown.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_brown" + } +} diff --git a/1.11.2/assets/minecraft/models/block/hardened_clay_cyan.json b/1.11.2/assets/minecraft/models/block/hardened_clay_cyan.json new file mode 100644 index 00000000..fd4243ae --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/hardened_clay_cyan.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_cyan" + } +} diff --git a/1.11.2/assets/minecraft/models/block/hardened_clay_gray.json b/1.11.2/assets/minecraft/models/block/hardened_clay_gray.json new file mode 100644 index 00000000..4fd29f50 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/hardened_clay_gray.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_gray" + } +} diff --git a/1.11.2/assets/minecraft/models/block/hardened_clay_green.json b/1.11.2/assets/minecraft/models/block/hardened_clay_green.json new file mode 100644 index 00000000..b04b0963 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/hardened_clay_green.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_green" + } +} diff --git a/1.11.2/assets/minecraft/models/block/hardened_clay_light_blue.json b/1.11.2/assets/minecraft/models/block/hardened_clay_light_blue.json new file mode 100644 index 00000000..a601f953 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/hardened_clay_light_blue.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_light_blue" + } +} diff --git a/1.11.2/assets/minecraft/models/block/hardened_clay_lime.json b/1.11.2/assets/minecraft/models/block/hardened_clay_lime.json new file mode 100644 index 00000000..34f4474b --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/hardened_clay_lime.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_lime" + } +} diff --git a/1.11.2/assets/minecraft/models/block/hardened_clay_magenta.json b/1.11.2/assets/minecraft/models/block/hardened_clay_magenta.json new file mode 100644 index 00000000..69e09448 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/hardened_clay_magenta.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_magenta" + } +} diff --git a/1.11.2/assets/minecraft/models/block/hardened_clay_orange.json b/1.11.2/assets/minecraft/models/block/hardened_clay_orange.json new file mode 100644 index 00000000..6feb8673 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/hardened_clay_orange.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_orange" + } +} diff --git a/1.11.2/assets/minecraft/models/block/hardened_clay_pink.json b/1.11.2/assets/minecraft/models/block/hardened_clay_pink.json new file mode 100644 index 00000000..20afb21a --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/hardened_clay_pink.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_pink" + } +} diff --git a/1.11.2/assets/minecraft/models/block/hardened_clay_purple.json b/1.11.2/assets/minecraft/models/block/hardened_clay_purple.json new file mode 100644 index 00000000..a5865ec8 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/hardened_clay_purple.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_purple" + } +} diff --git a/1.11.2/assets/minecraft/models/block/hardened_clay_red.json b/1.11.2/assets/minecraft/models/block/hardened_clay_red.json new file mode 100644 index 00000000..77c34ebe --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/hardened_clay_red.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_red" + } +} diff --git a/1.11.2/assets/minecraft/models/block/hardened_clay_silver.json b/1.11.2/assets/minecraft/models/block/hardened_clay_silver.json new file mode 100644 index 00000000..88e0d8b7 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/hardened_clay_silver.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_silver" + } +} diff --git a/1.11.2/assets/minecraft/models/block/hardened_clay_white.json b/1.11.2/assets/minecraft/models/block/hardened_clay_white.json new file mode 100644 index 00000000..5af1046e --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/hardened_clay_white.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_white" + } +} diff --git a/1.11.2/assets/minecraft/models/block/hardened_clay_yellow.json b/1.11.2/assets/minecraft/models/block/hardened_clay_yellow.json new file mode 100644 index 00000000..f1564534 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/hardened_clay_yellow.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_yellow" + } +} diff --git a/1.11.2/assets/minecraft/models/block/hay.json b/1.11.2/assets/minecraft/models/block/hay.json new file mode 100644 index 00000000..542ffc0b --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/hay.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/hay_block_top", + "side": "blocks/hay_block_side" + } +} diff --git a/1.11.2/assets/minecraft/models/block/heavy_pressure_plate_down.json b/1.11.2/assets/minecraft/models/block/heavy_pressure_plate_down.json new file mode 100644 index 00000000..ce663096 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/heavy_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_down", + "textures": { + "texture": "blocks/iron_block" + } +} diff --git a/1.11.2/assets/minecraft/models/block/heavy_pressure_plate_up.json b/1.11.2/assets/minecraft/models/block/heavy_pressure_plate_up.json new file mode 100644 index 00000000..308eb16a --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/heavy_pressure_plate_up.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_up", + "textures": { + "texture": "blocks/iron_block" + } +} diff --git a/1.11.2/assets/minecraft/models/block/hopper_down.json b/1.11.2/assets/minecraft/models/block/hopper_down.json new file mode 100644 index 00000000..1c3c5c10 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/hopper_down.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/hopper_side.json b/1.11.2/assets/minecraft/models/block/hopper_side.json new file mode 100644 index 00000000..78e0d9ce --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/hopper_side.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/houstonia.json b/1.11.2/assets/minecraft/models/block/houstonia.json new file mode 100644 index 00000000..ca9b3443 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/houstonia.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/flower_houstonia" + } +} diff --git a/1.11.2/assets/minecraft/models/block/ice.json b/1.11.2/assets/minecraft/models/block/ice.json new file mode 100644 index 00000000..2b94adaf --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/ice.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/ice" + } +} diff --git a/1.11.2/assets/minecraft/models/block/inner_stairs.json b/1.11.2/assets/minecraft/models/block/inner_stairs.json new file mode 100644 index 00000000..51c02e23 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/inner_stairs.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/iron_bars_cap.json b/1.11.2/assets/minecraft/models/block/iron_bars_cap.json new file mode 100644 index 00000000..a5559b5e --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/iron_bars_cap.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/iron_bars_cap_alt.json b/1.11.2/assets/minecraft/models/block/iron_bars_cap_alt.json new file mode 100644 index 00000000..e5d1874e --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/iron_bars_cap_alt.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/iron_bars_post.json b/1.11.2/assets/minecraft/models/block/iron_bars_post.json new file mode 100644 index 00000000..b3aa9ab1 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/iron_bars_post.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/iron_bars_post_ends.json b/1.11.2/assets/minecraft/models/block/iron_bars_post_ends.json new file mode 100644 index 00000000..0462aa23 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/iron_bars_post_ends.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/iron_bars_side.json b/1.11.2/assets/minecraft/models/block/iron_bars_side.json new file mode 100644 index 00000000..bcc857a9 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/iron_bars_side.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/iron_bars_side_alt.json b/1.11.2/assets/minecraft/models/block/iron_bars_side_alt.json new file mode 100644 index 00000000..d43f5852 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/iron_bars_side_alt.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/iron_block.json b/1.11.2/assets/minecraft/models/block/iron_block.json new file mode 100644 index 00000000..3ed6c885 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/iron_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/iron_block" + } +} diff --git a/1.11.2/assets/minecraft/models/block/iron_door_bottom.json b/1.11.2/assets/minecraft/models/block/iron_door_bottom.json new file mode 100644 index 00000000..013cf584 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/iron_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom", + "textures": { + "bottom": "blocks/door_iron_lower", + "top": "blocks/door_iron_upper" + } +} diff --git a/1.11.2/assets/minecraft/models/block/iron_door_bottom_rh.json b/1.11.2/assets/minecraft/models/block/iron_door_bottom_rh.json new file mode 100644 index 00000000..2cf3325f --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/iron_door_bottom_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom_rh", + "textures": { + "bottom": "blocks/door_iron_lower", + "top": "blocks/door_iron_upper" + } +} diff --git a/1.11.2/assets/minecraft/models/block/iron_door_top.json b/1.11.2/assets/minecraft/models/block/iron_door_top.json new file mode 100644 index 00000000..1e4acbd0 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/iron_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top", + "textures": { + "bottom": "blocks/door_iron_lower", + "top": "blocks/door_iron_upper" + } +} diff --git a/1.11.2/assets/minecraft/models/block/iron_door_top_rh.json b/1.11.2/assets/minecraft/models/block/iron_door_top_rh.json new file mode 100644 index 00000000..a42460c6 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/iron_door_top_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top_rh", + "textures": { + "bottom": "blocks/door_iron_lower", + "top": "blocks/door_iron_upper" + } +} diff --git a/1.11.2/assets/minecraft/models/block/iron_ore.json b/1.11.2/assets/minecraft/models/block/iron_ore.json new file mode 100644 index 00000000..a6d9f1f6 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/iron_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/iron_ore" + } +} diff --git a/1.11.2/assets/minecraft/models/block/iron_trapdoor_bottom.json b/1.11.2/assets/minecraft/models/block/iron_trapdoor_bottom.json new file mode 100644 index 00000000..548d0305 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/iron_trapdoor_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/trapdoor_bottom", + "textures": { + "texture": "blocks/iron_trapdoor" + } +} diff --git a/1.11.2/assets/minecraft/models/block/iron_trapdoor_open.json b/1.11.2/assets/minecraft/models/block/iron_trapdoor_open.json new file mode 100644 index 00000000..eca9e15d --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/iron_trapdoor_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/trapdoor_open", + "textures": { + "texture": "blocks/iron_trapdoor" + } +} diff --git a/1.11.2/assets/minecraft/models/block/iron_trapdoor_top.json b/1.11.2/assets/minecraft/models/block/iron_trapdoor_top.json new file mode 100644 index 00000000..04deb335 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/iron_trapdoor_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/trapdoor_top", + "textures": { + "texture": "blocks/iron_trapdoor" + } +} diff --git a/1.11.2/assets/minecraft/models/block/item_frame.json b/1.11.2/assets/minecraft/models/block/item_frame.json new file mode 100644 index 00000000..cc12c8df --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/item_frame.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/item_frame_map.json b/1.11.2/assets/minecraft/models/block/item_frame_map.json new file mode 100644 index 00000000..9d025635 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/item_frame_map.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/jukebox.json b/1.11.2/assets/minecraft/models/block/jukebox.json new file mode 100644 index 00000000..d03e64a9 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/jukebox.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_top", + "textures": { + "top": "blocks/jukebox_top", + "side": "blocks/jukebox_side" + } +} diff --git a/1.11.2/assets/minecraft/models/block/jungle_bark.json b/1.11.2/assets/minecraft/models/block/jungle_bark.json new file mode 100644 index 00000000..a9e95ea7 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/jungle_bark.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/log_jungle" + } +} diff --git a/1.11.2/assets/minecraft/models/block/jungle_door_bottom.json b/1.11.2/assets/minecraft/models/block/jungle_door_bottom.json new file mode 100644 index 00000000..ae05da16 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/jungle_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom", + "textures": { + "bottom": "blocks/door_jungle_lower", + "top": "blocks/door_jungle_upper" + } +} diff --git a/1.11.2/assets/minecraft/models/block/jungle_door_bottom_rh.json b/1.11.2/assets/minecraft/models/block/jungle_door_bottom_rh.json new file mode 100644 index 00000000..0aefd361 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/jungle_door_bottom_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom_rh", + "textures": { + "bottom": "blocks/door_jungle_lower", + "top": "blocks/door_jungle_upper" + } +} diff --git a/1.11.2/assets/minecraft/models/block/jungle_door_top.json b/1.11.2/assets/minecraft/models/block/jungle_door_top.json new file mode 100644 index 00000000..5c19f889 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/jungle_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top", + "textures": { + "bottom": "blocks/door_jungle_lower", + "top": "blocks/door_jungle_upper" + } +} diff --git a/1.11.2/assets/minecraft/models/block/jungle_door_top_rh.json b/1.11.2/assets/minecraft/models/block/jungle_door_top_rh.json new file mode 100644 index 00000000..df0dd9ec --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/jungle_door_top_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top_rh", + "textures": { + "bottom": "blocks/door_jungle_lower", + "top": "blocks/door_jungle_upper" + } +} diff --git a/1.11.2/assets/minecraft/models/block/jungle_fence_gate_closed.json b/1.11.2/assets/minecraft/models/block/jungle_fence_gate_closed.json new file mode 100644 index 00000000..675a2099 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/jungle_fence_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_gate_closed", + "textures": { + "texture": "blocks/planks_jungle" + } +} diff --git a/1.11.2/assets/minecraft/models/block/jungle_fence_gate_open.json b/1.11.2/assets/minecraft/models/block/jungle_fence_gate_open.json new file mode 100644 index 00000000..aaa0c23c --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/jungle_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_gate_open", + "textures": { + "texture": "blocks/planks_jungle" + } +} diff --git a/1.11.2/assets/minecraft/models/block/jungle_fence_inventory.json b/1.11.2/assets/minecraft/models/block/jungle_fence_inventory.json new file mode 100644 index 00000000..2ca9ac24 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/jungle_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_inventory", + "textures": { + "texture": "blocks/planks_jungle" + } +} diff --git a/1.11.2/assets/minecraft/models/block/jungle_fence_post.json b/1.11.2/assets/minecraft/models/block/jungle_fence_post.json new file mode 100644 index 00000000..d7afc334 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/jungle_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_post", + "textures": { + "texture": "blocks/planks_jungle" + } +} diff --git a/1.11.2/assets/minecraft/models/block/jungle_fence_side.json b/1.11.2/assets/minecraft/models/block/jungle_fence_side.json new file mode 100644 index 00000000..37ade2eb --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/jungle_fence_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_side", + "textures": { + "texture": "blocks/planks_jungle" + } +} diff --git a/1.11.2/assets/minecraft/models/block/jungle_inner_stairs.json b/1.11.2/assets/minecraft/models/block/jungle_inner_stairs.json new file mode 100644 index 00000000..754bea08 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/jungle_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/planks_jungle", + "top": "blocks/planks_jungle", + "side": "blocks/planks_jungle" + } +} diff --git a/1.11.2/assets/minecraft/models/block/jungle_leaves.json b/1.11.2/assets/minecraft/models/block/jungle_leaves.json new file mode 100644 index 00000000..c50a077b --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/jungle_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "block/leaves", + "textures": { + "all": "blocks/leaves_jungle" + } +} diff --git a/1.11.2/assets/minecraft/models/block/jungle_log.json b/1.11.2/assets/minecraft/models/block/jungle_log.json new file mode 100644 index 00000000..5be31e72 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/jungle_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/log_jungle_top", + "side": "blocks/log_jungle" + } +} diff --git a/1.11.2/assets/minecraft/models/block/jungle_outer_stairs.json b/1.11.2/assets/minecraft/models/block/jungle_outer_stairs.json new file mode 100644 index 00000000..012678cb --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/jungle_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/planks_jungle", + "top": "blocks/planks_jungle", + "side": "blocks/planks_jungle" + } +} diff --git a/1.11.2/assets/minecraft/models/block/jungle_planks.json b/1.11.2/assets/minecraft/models/block/jungle_planks.json new file mode 100644 index 00000000..cd0cf692 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/jungle_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/planks_jungle" + } +} diff --git a/1.11.2/assets/minecraft/models/block/jungle_sapling.json b/1.11.2/assets/minecraft/models/block/jungle_sapling.json new file mode 100644 index 00000000..c100003f --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/jungle_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/sapling_jungle" + } +} diff --git a/1.11.2/assets/minecraft/models/block/jungle_stairs.json b/1.11.2/assets/minecraft/models/block/jungle_stairs.json new file mode 100644 index 00000000..78a5d049 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/jungle_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/planks_jungle", + "top": "blocks/planks_jungle", + "side": "blocks/planks_jungle" + } +} diff --git a/1.11.2/assets/minecraft/models/block/jungle_wall_gate_closed.json b/1.11.2/assets/minecraft/models/block/jungle_wall_gate_closed.json new file mode 100644 index 00000000..5ce26796 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/jungle_wall_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_gate_closed", + "textures": { + "texture": "blocks/planks_jungle" + } +} diff --git a/1.11.2/assets/minecraft/models/block/jungle_wall_gate_open.json b/1.11.2/assets/minecraft/models/block/jungle_wall_gate_open.json new file mode 100644 index 00000000..807d2cda --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/jungle_wall_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_gate_open", + "textures": { + "texture": "blocks/planks_jungle" + } +} diff --git a/1.11.2/assets/minecraft/models/block/ladder.json b/1.11.2/assets/minecraft/models/block/ladder.json new file mode 100644 index 00000000..cc3e470b --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/ladder.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/lapis_block.json b/1.11.2/assets/minecraft/models/block/lapis_block.json new file mode 100644 index 00000000..7eae7bd6 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/lapis_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/lapis_block" + } +} diff --git a/1.11.2/assets/minecraft/models/block/lapis_ore.json b/1.11.2/assets/minecraft/models/block/lapis_ore.json new file mode 100644 index 00000000..ddc9a0a3 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/lapis_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/lapis_ore" + } +} diff --git a/1.11.2/assets/minecraft/models/block/leaves.json b/1.11.2/assets/minecraft/models/block/leaves.json new file mode 100644 index 00000000..722173fd --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/leaves.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/lever.json b/1.11.2/assets/minecraft/models/block/lever.json new file mode 100644 index 00000000..03719ac6 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/lever.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/lever_off.json b/1.11.2/assets/minecraft/models/block/lever_off.json new file mode 100644 index 00000000..d5684f3e --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/lever_off.json @@ -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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/light_blue_stained_glass_pane_noside.json b/1.11.2/assets/minecraft/models/block/light_blue_stained_glass_pane_noside.json new file mode 100644 index 00000000..962ae9ed --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/light_blue_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside", + "textures": { + "pane": "blocks/glass_light_blue" + } +} diff --git a/1.11.2/assets/minecraft/models/block/light_blue_stained_glass_pane_noside_alt.json b/1.11.2/assets/minecraft/models/block/light_blue_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..838c403c --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/light_blue_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside_alt", + "textures": { + "pane": "blocks/glass_light_blue" + } +} diff --git a/1.11.2/assets/minecraft/models/block/light_blue_stained_glass_pane_post.json b/1.11.2/assets/minecraft/models/block/light_blue_stained_glass_pane_post.json new file mode 100644 index 00000000..f0a42d6b --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/light_blue_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_post", + "textures": { + "edge": "blocks/glass_pane_top_light_blue", + "pane": "blocks/glass_light_blue" + } +} diff --git a/1.11.2/assets/minecraft/models/block/light_blue_stained_glass_pane_side.json b/1.11.2/assets/minecraft/models/block/light_blue_stained_glass_pane_side.json new file mode 100644 index 00000000..f057069c --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/light_blue_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side", + "textures": { + "edge": "blocks/glass_pane_top_light_blue", + "pane": "blocks/glass_light_blue" + } +} diff --git a/1.11.2/assets/minecraft/models/block/light_blue_stained_glass_pane_side_alt.json b/1.11.2/assets/minecraft/models/block/light_blue_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..e6d940a8 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/light_blue_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side_alt", + "textures": { + "edge": "blocks/glass_pane_top_light_blue", + "pane": "blocks/glass_light_blue" + } +} diff --git a/1.11.2/assets/minecraft/models/block/light_blue_wool.json b/1.11.2/assets/minecraft/models/block/light_blue_wool.json new file mode 100644 index 00000000..f8dedf14 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/light_blue_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_light_blue" + } +} diff --git a/1.11.2/assets/minecraft/models/block/light_pressure_plate_down.json b/1.11.2/assets/minecraft/models/block/light_pressure_plate_down.json new file mode 100644 index 00000000..4d34cb7d --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/light_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_down", + "textures": { + "texture": "blocks/gold_block" + } +} diff --git a/1.11.2/assets/minecraft/models/block/light_pressure_plate_up.json b/1.11.2/assets/minecraft/models/block/light_pressure_plate_up.json new file mode 100644 index 00000000..3552757d --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/light_pressure_plate_up.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_up", + "textures": { + "texture": "blocks/gold_block" + } +} diff --git a/1.11.2/assets/minecraft/models/block/lime_stained_glass_pane_noside.json b/1.11.2/assets/minecraft/models/block/lime_stained_glass_pane_noside.json new file mode 100644 index 00000000..d502ca97 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/lime_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside", + "textures": { + "pane": "blocks/glass_lime" + } +} diff --git a/1.11.2/assets/minecraft/models/block/lime_stained_glass_pane_noside_alt.json b/1.11.2/assets/minecraft/models/block/lime_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..47e7b201 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/lime_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside_alt", + "textures": { + "pane": "blocks/glass_lime" + } +} diff --git a/1.11.2/assets/minecraft/models/block/lime_stained_glass_pane_post.json b/1.11.2/assets/minecraft/models/block/lime_stained_glass_pane_post.json new file mode 100644 index 00000000..6a109ee2 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/lime_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_post", + "textures": { + "edge": "blocks/glass_pane_top_lime", + "pane": "blocks/glass_lime" + } +} diff --git a/1.11.2/assets/minecraft/models/block/lime_stained_glass_pane_side.json b/1.11.2/assets/minecraft/models/block/lime_stained_glass_pane_side.json new file mode 100644 index 00000000..59c9dd54 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/lime_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side", + "textures": { + "edge": "blocks/glass_pane_top_lime", + "pane": "blocks/glass_lime" + } +} diff --git a/1.11.2/assets/minecraft/models/block/lime_stained_glass_pane_side_alt.json b/1.11.2/assets/minecraft/models/block/lime_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..0bb8d6bb --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/lime_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side_alt", + "textures": { + "edge": "blocks/glass_pane_top_lime", + "pane": "blocks/glass_lime" + } +} diff --git a/1.11.2/assets/minecraft/models/block/lime_wool.json b/1.11.2/assets/minecraft/models/block/lime_wool.json new file mode 100644 index 00000000..6cc935c0 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/lime_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_lime" + } +} diff --git a/1.11.2/assets/minecraft/models/block/lit_furnace.json b/1.11.2/assets/minecraft/models/block/lit_furnace.json new file mode 100644 index 00000000..7617cb7e --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/lit_furnace.json @@ -0,0 +1,8 @@ +{ + "parent": "block/orientable", + "textures": { + "top": "blocks/furnace_top", + "front": "blocks/furnace_front_on", + "side": "blocks/furnace_side" + } +} diff --git a/1.11.2/assets/minecraft/models/block/lit_pumpkin.json b/1.11.2/assets/minecraft/models/block/lit_pumpkin.json new file mode 100644 index 00000000..1f52c2a8 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/lit_pumpkin.json @@ -0,0 +1,8 @@ +{ + "parent": "block/orientable", + "textures": { + "top": "blocks/pumpkin_top", + "front": "blocks/pumpkin_face_on", + "side": "blocks/pumpkin_side" + } +} diff --git a/1.11.2/assets/minecraft/models/block/lit_redstone_lamp.json b/1.11.2/assets/minecraft/models/block/lit_redstone_lamp.json new file mode 100644 index 00000000..922a7229 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/lit_redstone_lamp.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/redstone_lamp_on" + } +} diff --git a/1.11.2/assets/minecraft/models/block/lit_redstone_ore.json b/1.11.2/assets/minecraft/models/block/lit_redstone_ore.json new file mode 100644 index 00000000..8285da66 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/lit_redstone_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/redstone_ore" + } +} diff --git a/1.11.2/assets/minecraft/models/block/lit_redstone_torch.json b/1.11.2/assets/minecraft/models/block/lit_redstone_torch.json new file mode 100644 index 00000000..2e658bcc --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/lit_redstone_torch.json @@ -0,0 +1,6 @@ +{ + "parent": "block/torch", + "textures": { + "torch": "blocks/redstone_torch_on" + } +} diff --git a/1.11.2/assets/minecraft/models/block/lit_redstone_torch_wall.json b/1.11.2/assets/minecraft/models/block/lit_redstone_torch_wall.json new file mode 100644 index 00000000..42417e0b --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/lit_redstone_torch_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "block/torch_wall", + "textures": { + "torch": "blocks/redstone_torch_on" + } +} diff --git a/1.11.2/assets/minecraft/models/block/magenta_stained_glass_pane_noside.json b/1.11.2/assets/minecraft/models/block/magenta_stained_glass_pane_noside.json new file mode 100644 index 00000000..39dcdd05 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/magenta_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside", + "textures": { + "pane": "blocks/glass_magenta" + } +} diff --git a/1.11.2/assets/minecraft/models/block/magenta_stained_glass_pane_noside_alt.json b/1.11.2/assets/minecraft/models/block/magenta_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..aea8a6bb --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/magenta_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside_alt", + "textures": { + "pane": "blocks/glass_magenta" + } +} diff --git a/1.11.2/assets/minecraft/models/block/magenta_stained_glass_pane_post.json b/1.11.2/assets/minecraft/models/block/magenta_stained_glass_pane_post.json new file mode 100644 index 00000000..6831e1f1 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/magenta_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_post", + "textures": { + "edge": "blocks/glass_pane_top_magenta", + "pane": "blocks/glass_magenta" + } +} diff --git a/1.11.2/assets/minecraft/models/block/magenta_stained_glass_pane_side.json b/1.11.2/assets/minecraft/models/block/magenta_stained_glass_pane_side.json new file mode 100644 index 00000000..b525d6c7 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/magenta_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side", + "textures": { + "edge": "blocks/glass_pane_top_magenta", + "pane": "blocks/glass_magenta" + } +} diff --git a/1.11.2/assets/minecraft/models/block/magenta_stained_glass_pane_side_alt.json b/1.11.2/assets/minecraft/models/block/magenta_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..cedb4410 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/magenta_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side_alt", + "textures": { + "edge": "blocks/glass_pane_top_magenta", + "pane": "blocks/glass_magenta" + } +} diff --git a/1.11.2/assets/minecraft/models/block/magenta_wool.json b/1.11.2/assets/minecraft/models/block/magenta_wool.json new file mode 100644 index 00000000..310faa61 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/magenta_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_magenta" + } +} diff --git a/1.11.2/assets/minecraft/models/block/magma.json b/1.11.2/assets/minecraft/models/block/magma.json new file mode 100644 index 00000000..144c5221 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/magma.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/magma" + } +} diff --git a/1.11.2/assets/minecraft/models/block/melon.json b/1.11.2/assets/minecraft/models/block/melon.json new file mode 100644 index 00000000..5ddc9bbd --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/melon.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/melon_top", + "side": "blocks/melon_side" + } +} diff --git a/1.11.2/assets/minecraft/models/block/melon_stem_fruit.json b/1.11.2/assets/minecraft/models/block/melon_stem_fruit.json new file mode 100644 index 00000000..4a9805be --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/melon_stem_fruit.json @@ -0,0 +1,7 @@ +{ + "parent": "block/stem_fruit", + "textures": { + "stem": "blocks/melon_stem_disconnected", + "upperstem": "blocks/melon_stem_connected" + } +} diff --git a/1.11.2/assets/minecraft/models/block/melon_stem_growth0.json b/1.11.2/assets/minecraft/models/block/melon_stem_growth0.json new file mode 100644 index 00000000..d6737d03 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/melon_stem_growth0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth0", + "textures": { + "stem": "blocks/melon_stem_disconnected" + } +} diff --git a/1.11.2/assets/minecraft/models/block/melon_stem_growth1.json b/1.11.2/assets/minecraft/models/block/melon_stem_growth1.json new file mode 100644 index 00000000..f194f089 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/melon_stem_growth1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth1", + "textures": { + "stem": "blocks/melon_stem_disconnected" + } +} diff --git a/1.11.2/assets/minecraft/models/block/melon_stem_growth2.json b/1.11.2/assets/minecraft/models/block/melon_stem_growth2.json new file mode 100644 index 00000000..868e1fa0 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/melon_stem_growth2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth2", + "textures": { + "stem": "blocks/melon_stem_disconnected" + } +} diff --git a/1.11.2/assets/minecraft/models/block/melon_stem_growth3.json b/1.11.2/assets/minecraft/models/block/melon_stem_growth3.json new file mode 100644 index 00000000..af65a4f9 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/melon_stem_growth3.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth3", + "textures": { + "stem": "blocks/melon_stem_disconnected" + } +} diff --git a/1.11.2/assets/minecraft/models/block/melon_stem_growth4.json b/1.11.2/assets/minecraft/models/block/melon_stem_growth4.json new file mode 100644 index 00000000..b36e8997 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/melon_stem_growth4.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth4", + "textures": { + "stem": "blocks/melon_stem_disconnected" + } +} diff --git a/1.11.2/assets/minecraft/models/block/melon_stem_growth5.json b/1.11.2/assets/minecraft/models/block/melon_stem_growth5.json new file mode 100644 index 00000000..91b5aced --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/melon_stem_growth5.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth5", + "textures": { + "stem": "blocks/melon_stem_disconnected" + } +} diff --git a/1.11.2/assets/minecraft/models/block/melon_stem_growth6.json b/1.11.2/assets/minecraft/models/block/melon_stem_growth6.json new file mode 100644 index 00000000..a21d49b7 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/melon_stem_growth6.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth6", + "textures": { + "stem": "blocks/melon_stem_disconnected" + } +} diff --git a/1.11.2/assets/minecraft/models/block/melon_stem_growth7.json b/1.11.2/assets/minecraft/models/block/melon_stem_growth7.json new file mode 100644 index 00000000..5dd35aef --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/melon_stem_growth7.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth7", + "textures": { + "stem": "blocks/melon_stem_disconnected" + } +} diff --git a/1.11.2/assets/minecraft/models/block/mob_spawner_cage.json b/1.11.2/assets/minecraft/models/block/mob_spawner_cage.json new file mode 100644 index 00000000..39db5d53 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/mob_spawner_cage.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/mob_spawner" + } +} diff --git a/1.11.2/assets/minecraft/models/block/mossy_cobblestone.json b/1.11.2/assets/minecraft/models/block/mossy_cobblestone.json new file mode 100644 index 00000000..fe56fa56 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/mossy_cobblestone.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/cobblestone_mossy" + } +} diff --git a/1.11.2/assets/minecraft/models/block/mossy_cobblestone_wall_post.json b/1.11.2/assets/minecraft/models/block/mossy_cobblestone_wall_post.json new file mode 100644 index 00000000..e3e00d03 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/mossy_cobblestone_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_post", + "textures": { + "wall": "blocks/cobblestone_mossy" + } +} diff --git a/1.11.2/assets/minecraft/models/block/mossy_cobblestone_wall_side.json b/1.11.2/assets/minecraft/models/block/mossy_cobblestone_wall_side.json new file mode 100644 index 00000000..d2ca914a --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/mossy_cobblestone_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_side", + "textures": { + "wall": "blocks/cobblestone_mossy" + } +} diff --git a/1.11.2/assets/minecraft/models/block/mycelium.json b/1.11.2/assets/minecraft/models/block/mycelium.json new file mode 100644 index 00000000..de2246f8 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/mycelium.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "blocks/dirt", + "top": "blocks/mycelium_top", + "side": "blocks/mycelium_side" + } +} diff --git a/1.11.2/assets/minecraft/models/block/nether_brick.json b/1.11.2/assets/minecraft/models/block/nether_brick.json new file mode 100644 index 00000000..dd1b2961 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/nether_brick.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/nether_brick" + } +} diff --git a/1.11.2/assets/minecraft/models/block/nether_brick_fence_inventory.json b/1.11.2/assets/minecraft/models/block/nether_brick_fence_inventory.json new file mode 100644 index 00000000..a9ed5c6f --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/nether_brick_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_inventory", + "textures": { + "texture": "blocks/nether_brick" + } +} diff --git a/1.11.2/assets/minecraft/models/block/nether_brick_fence_post.json b/1.11.2/assets/minecraft/models/block/nether_brick_fence_post.json new file mode 100644 index 00000000..111c1aef --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/nether_brick_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_post", + "textures": { + "texture": "blocks/nether_brick" + } +} diff --git a/1.11.2/assets/minecraft/models/block/nether_brick_fence_side.json b/1.11.2/assets/minecraft/models/block/nether_brick_fence_side.json new file mode 100644 index 00000000..89e27542 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/nether_brick_fence_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_side", + "textures": { + "texture": "blocks/nether_brick" + } +} diff --git a/1.11.2/assets/minecraft/models/block/nether_brick_inner_stairs.json b/1.11.2/assets/minecraft/models/block/nether_brick_inner_stairs.json new file mode 100644 index 00000000..5b1471ac --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/nether_brick_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/nether_brick", + "top": "blocks/nether_brick", + "side": "blocks/nether_brick" + } +} diff --git a/1.11.2/assets/minecraft/models/block/nether_brick_outer_stairs.json b/1.11.2/assets/minecraft/models/block/nether_brick_outer_stairs.json new file mode 100644 index 00000000..a9f5b98e --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/nether_brick_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/nether_brick", + "top": "blocks/nether_brick", + "side": "blocks/nether_brick" + } +} diff --git a/1.11.2/assets/minecraft/models/block/nether_brick_stairs.json b/1.11.2/assets/minecraft/models/block/nether_brick_stairs.json new file mode 100644 index 00000000..3e59a447 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/nether_brick_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/nether_brick", + "top": "blocks/nether_brick", + "side": "blocks/nether_brick" + } +} diff --git a/1.11.2/assets/minecraft/models/block/nether_wart_block.json b/1.11.2/assets/minecraft/models/block/nether_wart_block.json new file mode 100644 index 00000000..8685a325 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/nether_wart_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/nether_wart_block" + } +} diff --git a/1.11.2/assets/minecraft/models/block/nether_wart_stage0.json b/1.11.2/assets/minecraft/models/block/nether_wart_stage0.json new file mode 100644 index 00000000..d155e2bb --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/nether_wart_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/nether_wart_stage_0" + } +} diff --git a/1.11.2/assets/minecraft/models/block/nether_wart_stage1.json b/1.11.2/assets/minecraft/models/block/nether_wart_stage1.json new file mode 100644 index 00000000..80be1625 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/nether_wart_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/nether_wart_stage_1" + } +} diff --git a/1.11.2/assets/minecraft/models/block/nether_wart_stage2.json b/1.11.2/assets/minecraft/models/block/nether_wart_stage2.json new file mode 100644 index 00000000..2ddadef5 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/nether_wart_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/nether_wart_stage_2" + } +} diff --git a/1.11.2/assets/minecraft/models/block/netherrack.json b/1.11.2/assets/minecraft/models/block/netherrack.json new file mode 100644 index 00000000..92108464 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/netherrack.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/netherrack" + } +} diff --git a/1.11.2/assets/minecraft/models/block/normal_rail_curved.json b/1.11.2/assets/minecraft/models/block/normal_rail_curved.json new file mode 100644 index 00000000..c8501073 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/normal_rail_curved.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_curved", + "textures": { + "rail": "blocks/rail_normal_turned" + } +} diff --git a/1.11.2/assets/minecraft/models/block/normal_rail_flat.json b/1.11.2/assets/minecraft/models/block/normal_rail_flat.json new file mode 100644 index 00000000..37317907 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/normal_rail_flat.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_flat", + "textures": { + "rail": "blocks/rail_normal" + } +} diff --git a/1.11.2/assets/minecraft/models/block/normal_rail_raised_ne.json b/1.11.2/assets/minecraft/models/block/normal_rail_raised_ne.json new file mode 100644 index 00000000..7f137e65 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/normal_rail_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_ne", + "textures": { + "rail": "blocks/rail_normal" + } +} diff --git a/1.11.2/assets/minecraft/models/block/normal_rail_raised_sw.json b/1.11.2/assets/minecraft/models/block/normal_rail_raised_sw.json new file mode 100644 index 00000000..cdbd10cb --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/normal_rail_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_sw", + "textures": { + "rail": "blocks/rail_normal" + } +} diff --git a/1.11.2/assets/minecraft/models/block/normal_torch.json b/1.11.2/assets/minecraft/models/block/normal_torch.json new file mode 100644 index 00000000..67596466 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/normal_torch.json @@ -0,0 +1,6 @@ +{ + "parent": "block/torch", + "textures": { + "torch": "blocks/torch_on" + } +} diff --git a/1.11.2/assets/minecraft/models/block/normal_torch_wall.json b/1.11.2/assets/minecraft/models/block/normal_torch_wall.json new file mode 100644 index 00000000..beec30e9 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/normal_torch_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "block/torch_wall", + "textures": { + "torch": "blocks/torch_on" + } +} diff --git a/1.11.2/assets/minecraft/models/block/noteblock.json b/1.11.2/assets/minecraft/models/block/noteblock.json new file mode 100644 index 00000000..deffbc88 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/noteblock.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/noteblock" + } +} diff --git a/1.11.2/assets/minecraft/models/block/oak_bark.json b/1.11.2/assets/minecraft/models/block/oak_bark.json new file mode 100644 index 00000000..6c1c1cdb --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/oak_bark.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/log_oak" + } +} diff --git a/1.11.2/assets/minecraft/models/block/oak_fence_gate_closed.json b/1.11.2/assets/minecraft/models/block/oak_fence_gate_closed.json new file mode 100644 index 00000000..2978a794 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/oak_fence_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_gate_closed", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/1.11.2/assets/minecraft/models/block/oak_fence_gate_open.json b/1.11.2/assets/minecraft/models/block/oak_fence_gate_open.json new file mode 100644 index 00000000..a9d15440 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/oak_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_gate_open", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/1.11.2/assets/minecraft/models/block/oak_fence_inventory.json b/1.11.2/assets/minecraft/models/block/oak_fence_inventory.json new file mode 100644 index 00000000..7375ac31 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/oak_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_inventory", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/1.11.2/assets/minecraft/models/block/oak_fence_post.json b/1.11.2/assets/minecraft/models/block/oak_fence_post.json new file mode 100644 index 00000000..f5133247 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/oak_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_post", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/1.11.2/assets/minecraft/models/block/oak_fence_side.json b/1.11.2/assets/minecraft/models/block/oak_fence_side.json new file mode 100644 index 00000000..042d1802 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/oak_fence_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_side", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/1.11.2/assets/minecraft/models/block/oak_inner_stairs.json b/1.11.2/assets/minecraft/models/block/oak_inner_stairs.json new file mode 100644 index 00000000..09c79600 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/oak_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/planks_oak", + "top": "blocks/planks_oak", + "side": "blocks/planks_oak" + } +} diff --git a/1.11.2/assets/minecraft/models/block/oak_leaves.json b/1.11.2/assets/minecraft/models/block/oak_leaves.json new file mode 100644 index 00000000..3c0a1a7c --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/oak_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "block/leaves", + "textures": { + "all": "blocks/leaves_oak" + } +} diff --git a/1.11.2/assets/minecraft/models/block/oak_log.json b/1.11.2/assets/minecraft/models/block/oak_log.json new file mode 100644 index 00000000..f58239ca --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/oak_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/log_oak_top", + "side": "blocks/log_oak" + } +} diff --git a/1.11.2/assets/minecraft/models/block/oak_outer_stairs.json b/1.11.2/assets/minecraft/models/block/oak_outer_stairs.json new file mode 100644 index 00000000..b5672ec2 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/oak_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/planks_oak", + "top": "blocks/planks_oak", + "side": "blocks/planks_oak" + } +} diff --git a/1.11.2/assets/minecraft/models/block/oak_planks.json b/1.11.2/assets/minecraft/models/block/oak_planks.json new file mode 100644 index 00000000..28d32ff3 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/oak_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/planks_oak" + } +} diff --git a/1.11.2/assets/minecraft/models/block/oak_sapling.json b/1.11.2/assets/minecraft/models/block/oak_sapling.json new file mode 100644 index 00000000..c0ab14a7 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/oak_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/sapling_oak" + } +} diff --git a/1.11.2/assets/minecraft/models/block/oak_stairs.json b/1.11.2/assets/minecraft/models/block/oak_stairs.json new file mode 100644 index 00000000..d883c853 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/oak_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/planks_oak", + "top": "blocks/planks_oak", + "side": "blocks/planks_oak" + } +} diff --git a/1.11.2/assets/minecraft/models/block/oak_wall_gate_closed.json b/1.11.2/assets/minecraft/models/block/oak_wall_gate_closed.json new file mode 100644 index 00000000..e06923d6 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/oak_wall_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_gate_closed", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/1.11.2/assets/minecraft/models/block/oak_wall_gate_open.json b/1.11.2/assets/minecraft/models/block/oak_wall_gate_open.json new file mode 100644 index 00000000..d8bcd0cd --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/oak_wall_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_gate_open", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/1.11.2/assets/minecraft/models/block/observer.json b/1.11.2/assets/minecraft/models/block/observer.json new file mode 100644 index 00000000..8ef43251 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/observer.json @@ -0,0 +1,23 @@ +{ + "parent": "block/block", + "textures": { + "bottom": "blocks/observer_back", + "side": "blocks/observer_side", + "top": "blocks/observer_top", + "front": "blocks/observer_front", + "particle": "blocks/observer_front" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#top", "cullface": "down" }, + "up": { "uv": [ 0, 16, 16, 0 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#front", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "east" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/observer_powered.json b/1.11.2/assets/minecraft/models/block/observer_powered.json new file mode 100644 index 00000000..8643fb36 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/observer_powered.json @@ -0,0 +1,6 @@ +{ + "parent": "block/observer", + "textures": { + "bottom": "blocks/observer_back_lit" + } +} diff --git a/1.11.2/assets/minecraft/models/block/obsidian.json b/1.11.2/assets/minecraft/models/block/obsidian.json new file mode 100644 index 00000000..47dee09d --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/obsidian.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/obsidian" + } +} diff --git a/1.11.2/assets/minecraft/models/block/orange_stained_glass_pane_noside.json b/1.11.2/assets/minecraft/models/block/orange_stained_glass_pane_noside.json new file mode 100644 index 00000000..9932d831 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/orange_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside", + "textures": { + "pane": "blocks/glass_orange" + } +} diff --git a/1.11.2/assets/minecraft/models/block/orange_stained_glass_pane_noside_alt.json b/1.11.2/assets/minecraft/models/block/orange_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..2802a324 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/orange_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside_alt", + "textures": { + "pane": "blocks/glass_orange" + } +} diff --git a/1.11.2/assets/minecraft/models/block/orange_stained_glass_pane_post.json b/1.11.2/assets/minecraft/models/block/orange_stained_glass_pane_post.json new file mode 100644 index 00000000..a285ebb6 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/orange_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_post", + "textures": { + "edge": "blocks/glass_pane_top_orange", + "pane": "blocks/glass_orange" + } +} diff --git a/1.11.2/assets/minecraft/models/block/orange_stained_glass_pane_side.json b/1.11.2/assets/minecraft/models/block/orange_stained_glass_pane_side.json new file mode 100644 index 00000000..88b9f4ad --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/orange_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side", + "textures": { + "edge": "blocks/glass_pane_top_orange", + "pane": "blocks/glass_orange" + } +} diff --git a/1.11.2/assets/minecraft/models/block/orange_stained_glass_pane_side_alt.json b/1.11.2/assets/minecraft/models/block/orange_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..4a0011f7 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/orange_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side_alt", + "textures": { + "edge": "blocks/glass_pane_top_orange", + "pane": "blocks/glass_orange" + } +} diff --git a/1.11.2/assets/minecraft/models/block/orange_tulip.json b/1.11.2/assets/minecraft/models/block/orange_tulip.json new file mode 100644 index 00000000..d7d34665 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/orange_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/flower_tulip_orange" + } +} diff --git a/1.11.2/assets/minecraft/models/block/orange_wool.json b/1.11.2/assets/minecraft/models/block/orange_wool.json new file mode 100644 index 00000000..aa8dc147 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/orange_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_orange" + } +} diff --git a/1.11.2/assets/minecraft/models/block/orchid.json b/1.11.2/assets/minecraft/models/block/orchid.json new file mode 100644 index 00000000..031880bf --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/orchid.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/flower_blue_orchid" + } +} diff --git a/1.11.2/assets/minecraft/models/block/orientable.json b/1.11.2/assets/minecraft/models/block/orientable.json new file mode 100644 index 00000000..23647ea1 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/orientable.json @@ -0,0 +1,19 @@ +{ + "parent": "block/cube", + "display": { + "firstperson_righthand": { + "rotation": [ 0, 135, 0 ], + "translation": [ 0, 0, 0 ], + "scale": [ 0.40, 0.40, 0.40 ] + } + }, + "textures": { + "particle": "#front", + "down": "#top", + "up": "#top", + "north": "#front", + "east": "#side", + "south": "#side", + "west": "#side" + } +} diff --git a/1.11.2/assets/minecraft/models/block/orientable_vertical.json b/1.11.2/assets/minecraft/models/block/orientable_vertical.json new file mode 100644 index 00000000..5fb2223a --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/orientable_vertical.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "#side", + "down": "#side", + "up": "#front", + "north": "#side", + "east": "#side", + "south": "#side", + "west": "#side" + } +} diff --git a/1.11.2/assets/minecraft/models/block/outer_stairs.json b/1.11.2/assets/minecraft/models/block/outer_stairs.json new file mode 100644 index 00000000..26fb37f0 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/outer_stairs.json @@ -0,0 +1,29 @@ +{ + "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, 8 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 8, 0, 16, 8 ], "texture": "#bottom", "cullface": "down" }, + "up": { "uv": [ 8, 8, 16, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 0, 0, 8, 8 ], "texture": "#side" }, + "south": { "uv": [ 8, 0, 16, 8 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 8, 0, 16, 8 ], "texture": "#side" }, + "east": { "uv": [ 0, 0, 8, 8 ], "texture": "#side", "cullface": "east" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/packed_ice.json b/1.11.2/assets/minecraft/models/block/packed_ice.json new file mode 100644 index 00000000..3cc22a2f --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/packed_ice.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/ice_packed" + } +} diff --git a/1.11.2/assets/minecraft/models/block/pane_noside.json b/1.11.2/assets/minecraft/models/block/pane_noside.json new file mode 100644 index 00000000..af16ff94 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/pane_noside.json @@ -0,0 +1,14 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#pane" + }, + "elements": [ + { "from": [ 7, 0, 7 ], + "to": [ 9, 16, 9 ], + "faces": { + "north": { "uv": [ 9, 0, 7, 16 ], "texture": "#pane" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/pane_noside_alt.json b/1.11.2/assets/minecraft/models/block/pane_noside_alt.json new file mode 100644 index 00000000..771d6942 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/pane_noside_alt.json @@ -0,0 +1,14 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#pane" + }, + "elements": [ + { "from": [ 7, 0, 7 ], + "to": [ 9, 16, 9 ], + "faces": { + "east": { "uv": [ 7, 0, 9, 16 ], "texture": "#pane" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/pane_post.json b/1.11.2/assets/minecraft/models/block/pane_post.json new file mode 100644 index 00000000..54d7fa88 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/pane_post.json @@ -0,0 +1,15 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#pane" + }, + "elements": [ + { "from": [ 7, 0, 7 ], + "to": [ 9, 16, 9 ], + "faces": { + "down": { "uv": [ 7, 7, 9, 9 ], "texture": "#edge" }, + "up": { "uv": [ 7, 7, 9, 9 ], "texture": "#edge" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/pane_side.json b/1.11.2/assets/minecraft/models/block/pane_side.json new file mode 100644 index 00000000..fae06dcc --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/pane_side.json @@ -0,0 +1,18 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#pane" + }, + "elements": [ + { "from": [ 7, 0, 0 ], + "to": [ 9, 16, 7 ], + "faces": { + "down": { "uv": [ 7, 0, 9, 7 ], "texture": "#edge" }, + "up": { "uv": [ 7, 0, 9, 7 ], "texture": "#edge" }, + "north": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "north" }, + "west": { "uv": [ 16, 0, 9, 16 ], "texture": "#pane" }, + "east": { "uv": [ 9, 0, 16, 16 ], "texture": "#pane" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/pane_side_alt.json b/1.11.2/assets/minecraft/models/block/pane_side_alt.json new file mode 100644 index 00000000..82d0e98e --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/pane_side_alt.json @@ -0,0 +1,18 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#pane" + }, + "elements": [ + { "from": [ 7, 0, 9 ], + "to": [ 9, 16, 16 ], + "faces": { + "down": { "uv": [ 7, 0, 9, 7 ], "texture": "#edge" }, + "up": { "uv": [ 7, 0, 9, 7 ], "texture": "#edge" }, + "south": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "south" }, + "west": { "uv": [ 7, 0, 0, 16 ], "texture": "#pane" }, + "east": { "uv": [ 0, 0, 7, 16 ], "texture": "#pane" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/pink_stained_glass_pane_noside.json b/1.11.2/assets/minecraft/models/block/pink_stained_glass_pane_noside.json new file mode 100644 index 00000000..38ad7791 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/pink_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside", + "textures": { + "pane": "blocks/glass_pink" + } +} diff --git a/1.11.2/assets/minecraft/models/block/pink_stained_glass_pane_noside_alt.json b/1.11.2/assets/minecraft/models/block/pink_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..95f96e63 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/pink_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside_alt", + "textures": { + "pane": "blocks/glass_pink" + } +} diff --git a/1.11.2/assets/minecraft/models/block/pink_stained_glass_pane_post.json b/1.11.2/assets/minecraft/models/block/pink_stained_glass_pane_post.json new file mode 100644 index 00000000..d7c76d4d --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/pink_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_post", + "textures": { + "edge": "blocks/glass_pane_top_pink", + "pane": "blocks/glass_pink" + } +} diff --git a/1.11.2/assets/minecraft/models/block/pink_stained_glass_pane_side.json b/1.11.2/assets/minecraft/models/block/pink_stained_glass_pane_side.json new file mode 100644 index 00000000..4b0e0b49 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/pink_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side", + "textures": { + "edge": "blocks/glass_pane_top_pink", + "pane": "blocks/glass_pink" + } +} diff --git a/1.11.2/assets/minecraft/models/block/pink_stained_glass_pane_side_alt.json b/1.11.2/assets/minecraft/models/block/pink_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..147f0c7b --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/pink_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side_alt", + "textures": { + "edge": "blocks/glass_pane_top_pink", + "pane": "blocks/glass_pink" + } +} diff --git a/1.11.2/assets/minecraft/models/block/pink_tulip.json b/1.11.2/assets/minecraft/models/block/pink_tulip.json new file mode 100644 index 00000000..9cef0d39 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/pink_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/flower_tulip_pink" + } +} diff --git a/1.11.2/assets/minecraft/models/block/pink_wool.json b/1.11.2/assets/minecraft/models/block/pink_wool.json new file mode 100644 index 00000000..4aadbad6 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/pink_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_pink" + } +} diff --git a/1.11.2/assets/minecraft/models/block/piston.json b/1.11.2/assets/minecraft/models/block/piston.json new file mode 100644 index 00000000..83b4e18a --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/piston.json @@ -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", "rotation": 180, "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#platform", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "rotation": 270, "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "rotation": 90, "cullface": "east" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/piston_extended.json b/1.11.2/assets/minecraft/models/block/piston_extended.json new file mode 100644 index 00000000..45e04a30 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/piston_extended.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#side" + }, + "elements": [ + { "from": [ 0, 0, 4 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 4, 16, 16 ], "texture": "#side", "cullface": "down", "rotation": 180 }, + "up": { "uv": [ 0, 4, 16, 16 ], "texture": "#side", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#inside" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "south" }, + "west": { "uv": [ 0, 4, 16, 16 ], "texture": "#side", "cullface": "west", "rotation": 270 }, + "east": { "uv": [ 0, 4, 16, 16 ], "texture": "#side", "cullface": "east", "rotation": 90 } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/piston_extended_normal.json b/1.11.2/assets/minecraft/models/block/piston_extended_normal.json new file mode 100644 index 00000000..28420b9d --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/piston_extended_normal.json @@ -0,0 +1,8 @@ +{ + "parent": "block/piston_extended", + "textures": { + "bottom": "blocks/piston_bottom", + "side": "blocks/piston_side", + "inside": "blocks/piston_inner" + } +} diff --git a/1.11.2/assets/minecraft/models/block/piston_head.json b/1.11.2/assets/minecraft/models/block/piston_head.json new file mode 100644 index 00000000..f4fcb910 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/piston_head.json @@ -0,0 +1,27 @@ +{ + "textures": { + "particle": "#platform" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 4 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "down", "rotation": 180 }, + "up": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#platform", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#unsticky" }, + "west": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 270, "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 90, "cullface": "east" } + } + }, + { "from": [ 6, 6, 4 ], + "to": [ 10, 10, 20 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 270 }, + "west": { "uv": [ 16, 4, 0, 0 ], "texture": "#side" }, + "east": { "uv": [ 0, 0, 16, 4 ], "texture": "#side" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/piston_head_normal.json b/1.11.2/assets/minecraft/models/block/piston_head_normal.json new file mode 100644 index 00000000..330c8488 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/piston_head_normal.json @@ -0,0 +1,8 @@ +{ + "parent": "block/piston_head", + "textures": { + "unsticky": "blocks/piston_top_normal", + "side": "blocks/piston_side", + "platform": "blocks/piston_top_normal" + } +} diff --git a/1.11.2/assets/minecraft/models/block/piston_head_short.json b/1.11.2/assets/minecraft/models/block/piston_head_short.json new file mode 100644 index 00000000..cdbe9e12 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/piston_head_short.json @@ -0,0 +1,27 @@ +{ + "textures": { + "particle": "#platform" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 4 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "down", "rotation": 180 }, + "up": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#platform", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#unsticky" }, + "west": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 270, "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 90, "cullface": "east" } + } + }, + { "from": [ 6, 6, 4 ], + "to": [ 10, 10, 16 ], + "faces": { + "down": { "uv": [ 4, 0, 16, 4 ], "texture": "#side", "rotation": 90 }, + "up": { "uv": [ 4, 0, 16, 4 ], "texture": "#side", "rotation": 270 }, + "west": { "uv": [ 16, 4, 4, 0 ], "texture": "#side" }, + "east": { "uv": [ 4, 0, 16, 4 ], "texture": "#side" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/piston_head_short_normal.json b/1.11.2/assets/minecraft/models/block/piston_head_short_normal.json new file mode 100644 index 00000000..06013209 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/piston_head_short_normal.json @@ -0,0 +1,8 @@ +{ + "parent": "block/piston_head_short", + "textures": { + "unsticky": "blocks/piston_top_normal", + "side": "blocks/piston_side", + "platform": "blocks/piston_top_normal" + } +} diff --git a/1.11.2/assets/minecraft/models/block/piston_head_short_sticky.json b/1.11.2/assets/minecraft/models/block/piston_head_short_sticky.json new file mode 100644 index 00000000..c4fe4d74 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/piston_head_short_sticky.json @@ -0,0 +1,8 @@ +{ + "parent": "block/piston_head_short", + "textures": { + "unsticky": "blocks/piston_top_normal", + "side": "blocks/piston_side", + "platform": "blocks/piston_top_sticky" + } +} diff --git a/1.11.2/assets/minecraft/models/block/piston_head_sticky.json b/1.11.2/assets/minecraft/models/block/piston_head_sticky.json new file mode 100644 index 00000000..fc6bb20f --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/piston_head_sticky.json @@ -0,0 +1,8 @@ +{ + "parent": "block/piston_head", + "textures": { + "unsticky": "blocks/piston_top_normal", + "side": "blocks/piston_side", + "platform": "blocks/piston_top_sticky" + } +} diff --git a/1.11.2/assets/minecraft/models/block/piston_inventory_normal.json b/1.11.2/assets/minecraft/models/block/piston_inventory_normal.json new file mode 100644 index 00000000..c094e009 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/piston_inventory_normal.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "blocks/piston_bottom", + "side": "blocks/piston_side", + "top": "blocks/piston_top_normal" + } +} diff --git a/1.11.2/assets/minecraft/models/block/piston_inventory_sticky.json b/1.11.2/assets/minecraft/models/block/piston_inventory_sticky.json new file mode 100644 index 00000000..f9eeb7ef --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/piston_inventory_sticky.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "blocks/piston_bottom", + "side": "blocks/piston_side", + "top": "blocks/piston_top_sticky" + } +} diff --git a/1.11.2/assets/minecraft/models/block/piston_normal.json b/1.11.2/assets/minecraft/models/block/piston_normal.json new file mode 100644 index 00000000..9f0c65e3 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/piston_normal.json @@ -0,0 +1,8 @@ +{ + "parent": "block/piston", + "textures": { + "bottom": "blocks/piston_bottom", + "side": "blocks/piston_side", + "platform": "blocks/piston_top_normal" + } +} diff --git a/1.11.2/assets/minecraft/models/block/podzol.json b/1.11.2/assets/minecraft/models/block/podzol.json new file mode 100644 index 00000000..90b9369a --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/podzol.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "blocks/dirt", + "top": "blocks/dirt_podzol_top", + "side": "blocks/dirt_podzol_side" + } +} diff --git a/1.11.2/assets/minecraft/models/block/poppy.json b/1.11.2/assets/minecraft/models/block/poppy.json new file mode 100644 index 00000000..b79edb63 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/poppy.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/flower_rose" + } +} diff --git a/1.11.2/assets/minecraft/models/block/portal_ew.json b/1.11.2/assets/minecraft/models/block/portal_ew.json new file mode 100644 index 00000000..81484889 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/portal_ew.json @@ -0,0 +1,15 @@ +{ + "textures": { + "particle": "blocks/portal", + "portal": "blocks/portal" + }, + "elements": [ + { "from": [ 6, 0, 0 ], + "to": [ 10, 16, 16 ], + "faces": { + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#portal" }, + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#portal" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/portal_ns.json b/1.11.2/assets/minecraft/models/block/portal_ns.json new file mode 100644 index 00000000..8af9808f --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/portal_ns.json @@ -0,0 +1,15 @@ +{ + "textures": { + "particle": "blocks/portal", + "portal": "blocks/portal" + }, + "elements": [ + { "from": [ 0, 0, 6 ], + "to": [ 16, 16, 10 ], + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#portal" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#portal" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/potatoes_stage0.json b/1.11.2/assets/minecraft/models/block/potatoes_stage0.json new file mode 100644 index 00000000..26a54f01 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/potatoes_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/potatoes_stage_0" + } +} diff --git a/1.11.2/assets/minecraft/models/block/potatoes_stage1.json b/1.11.2/assets/minecraft/models/block/potatoes_stage1.json new file mode 100644 index 00000000..8eb64e6e --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/potatoes_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/potatoes_stage_1" + } +} diff --git a/1.11.2/assets/minecraft/models/block/potatoes_stage2.json b/1.11.2/assets/minecraft/models/block/potatoes_stage2.json new file mode 100644 index 00000000..0cc9c874 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/potatoes_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/potatoes_stage_2" + } +} diff --git a/1.11.2/assets/minecraft/models/block/potatoes_stage3.json b/1.11.2/assets/minecraft/models/block/potatoes_stage3.json new file mode 100644 index 00000000..5aca6390 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/potatoes_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/potatoes_stage_3" + } +} diff --git a/1.11.2/assets/minecraft/models/block/pressure_plate_down.json b/1.11.2/assets/minecraft/models/block/pressure_plate_down.json new file mode 100644 index 00000000..db6e6ba6 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/pressure_plate_down.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 1, 0, 1 ], + "to": [ 15, 0.5, 15 ], + "faces": { + "down": { "uv": [ 1, 1, 15, 15 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 1, 1, 15, 15 ], "texture": "#texture" }, + "north": { "uv": [ 1, 15, 15, 15.5 ], "texture": "#texture" }, + "south": { "uv": [ 1, 15, 15, 15.5 ], "texture": "#texture" }, + "west": { "uv": [ 1, 15, 15, 15.5 ], "texture": "#texture" }, + "east": { "uv": [ 1, 15, 15, 15.5 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/pressure_plate_up.json b/1.11.2/assets/minecraft/models/block/pressure_plate_up.json new file mode 100644 index 00000000..689fbe4f --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/pressure_plate_up.json @@ -0,0 +1,18 @@ +{ "parent": "block/thin_block", + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 1, 0, 1 ], + "to": [ 15, 1, 15 ], + "faces": { + "down": { "uv": [ 1, 1, 15, 15 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 1, 1, 15, 15 ], "texture": "#texture" }, + "north": { "uv": [ 1, 15, 15, 16 ], "texture": "#texture" }, + "south": { "uv": [ 1, 15, 15, 16 ], "texture": "#texture" }, + "west": { "uv": [ 1, 15, 15, 16 ], "texture": "#texture" }, + "east": { "uv": [ 1, 15, 15, 16 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/prismarine_bricks.json b/1.11.2/assets/minecraft/models/block/prismarine_bricks.json new file mode 100644 index 00000000..572b27bd --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/prismarine_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/prismarine_bricks" + } +} diff --git a/1.11.2/assets/minecraft/models/block/prismarine_dark.json b/1.11.2/assets/minecraft/models/block/prismarine_dark.json new file mode 100644 index 00000000..611d9a8a --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/prismarine_dark.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/prismarine_dark" + } +} diff --git a/1.11.2/assets/minecraft/models/block/prismarine_rough.json b/1.11.2/assets/minecraft/models/block/prismarine_rough.json new file mode 100644 index 00000000..5be63007 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/prismarine_rough.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/prismarine_rough" + } +} diff --git a/1.11.2/assets/minecraft/models/block/pumpkin.json b/1.11.2/assets/minecraft/models/block/pumpkin.json new file mode 100644 index 00000000..8ac2d79f --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/pumpkin.json @@ -0,0 +1,8 @@ +{ + "parent": "block/orientable", + "textures": { + "top": "blocks/pumpkin_top", + "front": "blocks/pumpkin_face_off", + "side": "blocks/pumpkin_side" + } +} diff --git a/1.11.2/assets/minecraft/models/block/pumpkin_stem_fruit.json b/1.11.2/assets/minecraft/models/block/pumpkin_stem_fruit.json new file mode 100644 index 00000000..ea00b659 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/pumpkin_stem_fruit.json @@ -0,0 +1,7 @@ +{ + "parent": "block/stem_fruit", + "textures": { + "stem": "blocks/pumpkin_stem_disconnected", + "upperstem": "blocks/pumpkin_stem_connected" + } +} diff --git a/1.11.2/assets/minecraft/models/block/pumpkin_stem_growth0.json b/1.11.2/assets/minecraft/models/block/pumpkin_stem_growth0.json new file mode 100644 index 00000000..34758d38 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/pumpkin_stem_growth0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth0", + "textures": { + "stem": "blocks/pumpkin_stem_disconnected" + } +} diff --git a/1.11.2/assets/minecraft/models/block/pumpkin_stem_growth1.json b/1.11.2/assets/minecraft/models/block/pumpkin_stem_growth1.json new file mode 100644 index 00000000..21f87cc4 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/pumpkin_stem_growth1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth1", + "textures": { + "stem": "blocks/pumpkin_stem_disconnected" + } +} diff --git a/1.11.2/assets/minecraft/models/block/pumpkin_stem_growth2.json b/1.11.2/assets/minecraft/models/block/pumpkin_stem_growth2.json new file mode 100644 index 00000000..f021a6dc --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/pumpkin_stem_growth2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth2", + "textures": { + "stem": "blocks/pumpkin_stem_disconnected" + } +} diff --git a/1.11.2/assets/minecraft/models/block/pumpkin_stem_growth3.json b/1.11.2/assets/minecraft/models/block/pumpkin_stem_growth3.json new file mode 100644 index 00000000..ad045471 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/pumpkin_stem_growth3.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth3", + "textures": { + "stem": "blocks/pumpkin_stem_disconnected" + } +} diff --git a/1.11.2/assets/minecraft/models/block/pumpkin_stem_growth4.json b/1.11.2/assets/minecraft/models/block/pumpkin_stem_growth4.json new file mode 100644 index 00000000..5daa8591 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/pumpkin_stem_growth4.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth4", + "textures": { + "stem": "blocks/pumpkin_stem_disconnected" + } +} diff --git a/1.11.2/assets/minecraft/models/block/pumpkin_stem_growth5.json b/1.11.2/assets/minecraft/models/block/pumpkin_stem_growth5.json new file mode 100644 index 00000000..8fde351c --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/pumpkin_stem_growth5.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth5", + "textures": { + "stem": "blocks/pumpkin_stem_disconnected" + } +} diff --git a/1.11.2/assets/minecraft/models/block/pumpkin_stem_growth6.json b/1.11.2/assets/minecraft/models/block/pumpkin_stem_growth6.json new file mode 100644 index 00000000..e428d4cd --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/pumpkin_stem_growth6.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth6", + "textures": { + "stem": "blocks/pumpkin_stem_disconnected" + } +} diff --git a/1.11.2/assets/minecraft/models/block/pumpkin_stem_growth7.json b/1.11.2/assets/minecraft/models/block/pumpkin_stem_growth7.json new file mode 100644 index 00000000..43c721a1 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/pumpkin_stem_growth7.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth7", + "textures": { + "stem": "blocks/pumpkin_stem_disconnected" + } +} diff --git a/1.11.2/assets/minecraft/models/block/purple_stained_glass_pane_noside.json b/1.11.2/assets/minecraft/models/block/purple_stained_glass_pane_noside.json new file mode 100644 index 00000000..2ceb730f --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/purple_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside", + "textures": { + "pane": "blocks/glass_purple" + } +} diff --git a/1.11.2/assets/minecraft/models/block/purple_stained_glass_pane_noside_alt.json b/1.11.2/assets/minecraft/models/block/purple_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..c819c2e7 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/purple_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside_alt", + "textures": { + "pane": "blocks/glass_purple" + } +} diff --git a/1.11.2/assets/minecraft/models/block/purple_stained_glass_pane_post.json b/1.11.2/assets/minecraft/models/block/purple_stained_glass_pane_post.json new file mode 100644 index 00000000..2a91b1d7 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/purple_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_post", + "textures": { + "edge": "blocks/glass_pane_top_purple", + "pane": "blocks/glass_purple" + } +} diff --git a/1.11.2/assets/minecraft/models/block/purple_stained_glass_pane_side.json b/1.11.2/assets/minecraft/models/block/purple_stained_glass_pane_side.json new file mode 100644 index 00000000..b7c0e35a --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/purple_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side", + "textures": { + "edge": "blocks/glass_pane_top_purple", + "pane": "blocks/glass_purple" + } +} diff --git a/1.11.2/assets/minecraft/models/block/purple_stained_glass_pane_side_alt.json b/1.11.2/assets/minecraft/models/block/purple_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..7e2370e2 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/purple_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side_alt", + "textures": { + "edge": "blocks/glass_pane_top_purple", + "pane": "blocks/glass_purple" + } +} diff --git a/1.11.2/assets/minecraft/models/block/purple_wool.json b/1.11.2/assets/minecraft/models/block/purple_wool.json new file mode 100644 index 00000000..2c503189 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/purple_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_purple" + } +} diff --git a/1.11.2/assets/minecraft/models/block/purpur_block.json b/1.11.2/assets/minecraft/models/block/purpur_block.json new file mode 100644 index 00000000..1ac4652e --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/purpur_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/purpur_block" + } +} diff --git a/1.11.2/assets/minecraft/models/block/purpur_inner_stairs.json b/1.11.2/assets/minecraft/models/block/purpur_inner_stairs.json new file mode 100644 index 00000000..5ea5de27 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/purpur_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/purpur_block", + "top": "blocks/purpur_block", + "side": "blocks/purpur_block" + } +} diff --git a/1.11.2/assets/minecraft/models/block/purpur_outer_stairs.json b/1.11.2/assets/minecraft/models/block/purpur_outer_stairs.json new file mode 100644 index 00000000..05431efd --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/purpur_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/purpur_block", + "top": "blocks/purpur_block", + "side": "blocks/purpur_block" + } +} diff --git a/1.11.2/assets/minecraft/models/block/purpur_pillar_top.json b/1.11.2/assets/minecraft/models/block/purpur_pillar_top.json new file mode 100644 index 00000000..4f02e8f4 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/purpur_pillar_top.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/purpur_pillar_top", + "side": "blocks/purpur_pillar" + } +} diff --git a/1.11.2/assets/minecraft/models/block/purpur_stairs.json b/1.11.2/assets/minecraft/models/block/purpur_stairs.json new file mode 100644 index 00000000..5bd3a014 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/purpur_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/purpur_block", + "top": "blocks/purpur_block", + "side": "blocks/purpur_block" + } +} diff --git a/1.11.2/assets/minecraft/models/block/quartz_chiseled.json b/1.11.2/assets/minecraft/models/block/quartz_chiseled.json new file mode 100644 index 00000000..25819d71 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/quartz_chiseled.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "side": "blocks/quartz_block_chiseled", + "end": "blocks/quartz_block_chiseled_top" + } +} diff --git a/1.11.2/assets/minecraft/models/block/quartz_inner_stairs.json b/1.11.2/assets/minecraft/models/block/quartz_inner_stairs.json new file mode 100644 index 00000000..5b6903a3 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/quartz_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/quartz_block_bottom", + "top": "blocks/quartz_block_top", + "side": "blocks/quartz_block_side" + } +} diff --git a/1.11.2/assets/minecraft/models/block/quartz_lines.json b/1.11.2/assets/minecraft/models/block/quartz_lines.json new file mode 100644 index 00000000..fa2de862 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/quartz_lines.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/quartz_block_lines_top", + "side": "blocks/quartz_block_lines" + } +} diff --git a/1.11.2/assets/minecraft/models/block/quartz_normal.json b/1.11.2/assets/minecraft/models/block/quartz_normal.json new file mode 100644 index 00000000..de04c92c --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/quartz_normal.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "blocks/quartz_block_bottom", + "top": "blocks/quartz_block_top", + "side": "blocks/quartz_block_side" + } +} diff --git a/1.11.2/assets/minecraft/models/block/quartz_ore.json b/1.11.2/assets/minecraft/models/block/quartz_ore.json new file mode 100644 index 00000000..b9c850b6 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/quartz_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/quartz_ore" + } +} diff --git a/1.11.2/assets/minecraft/models/block/quartz_outer_stairs.json b/1.11.2/assets/minecraft/models/block/quartz_outer_stairs.json new file mode 100644 index 00000000..975ae92c --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/quartz_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/quartz_block_bottom", + "top": "blocks/quartz_block_top", + "side": "blocks/quartz_block_side" + } +} diff --git a/1.11.2/assets/minecraft/models/block/quartz_stairs.json b/1.11.2/assets/minecraft/models/block/quartz_stairs.json new file mode 100644 index 00000000..448e4d55 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/quartz_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/quartz_block_bottom", + "top": "blocks/quartz_block_top", + "side": "blocks/quartz_block_side" + } +} diff --git a/1.11.2/assets/minecraft/models/block/quartz_top.json b/1.11.2/assets/minecraft/models/block/quartz_top.json new file mode 100644 index 00000000..e5ddc317 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/quartz_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/quartz_block_top" + } +} diff --git a/1.11.2/assets/minecraft/models/block/rail_curved.json b/1.11.2/assets/minecraft/models/block/rail_curved.json new file mode 100644 index 00000000..299a44ba --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/rail_curved.json @@ -0,0 +1,15 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#rail" + }, + "elements": [ + { "from": [ 0, 1, 0 ], + "to": [ 16, 1, 16 ], + "faces": { + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#rail" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#rail" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/rail_flat.json b/1.11.2/assets/minecraft/models/block/rail_flat.json new file mode 100644 index 00000000..299a44ba --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/rail_flat.json @@ -0,0 +1,15 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#rail" + }, + "elements": [ + { "from": [ 0, 1, 0 ], + "to": [ 16, 1, 16 ], + "faces": { + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#rail" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#rail" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/rail_raised_ne.json b/1.11.2/assets/minecraft/models/block/rail_raised_ne.json new file mode 100644 index 00000000..a92e4603 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/rail_raised_ne.json @@ -0,0 +1,21 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#rail" + }, + "elements": [ + { "from": [ 0, 9, 0 ], + "to": [ 16, 9, 16 ], + "rotation": { + "origin": [ 8, 9, 8 ], + "axis": "x", + "angle": 45, + "rescale": true + }, + "faces": { + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#rail" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#rail" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/rail_raised_sw.json b/1.11.2/assets/minecraft/models/block/rail_raised_sw.json new file mode 100644 index 00000000..dddc3562 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/rail_raised_sw.json @@ -0,0 +1,21 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#rail" + }, + "elements": [ + { "from": [ 0, 9, 0 ], + "to": [ 16, 9, 16 ], + "rotation": { + "origin": [ 8, 9, 8 ], + "axis": "x", + "angle": -45, + "rescale": true + }, + "faces": { + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#rail" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#rail" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/red_mushroom.json b/1.11.2/assets/minecraft/models/block/red_mushroom.json new file mode 100644 index 00000000..53a7ab11 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/red_mushroom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/mushroom_red" + } +} diff --git a/1.11.2/assets/minecraft/models/block/red_mushroom_block_c.json b/1.11.2/assets/minecraft/models/block/red_mushroom_block_c.json new file mode 100644 index 00000000..8d5dbc5a --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/red_mushroom_block_c.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "blocks/mushroom_block_inside", + "down": "blocks/mushroom_block_inside", + "up": "blocks/mushroom_block_skin_red", + "north": "blocks/mushroom_block_inside", + "east": "blocks/mushroom_block_inside", + "south": "blocks/mushroom_block_inside", + "west": "blocks/mushroom_block_inside" + } +} diff --git a/1.11.2/assets/minecraft/models/block/red_mushroom_block_cap_all.json b/1.11.2/assets/minecraft/models/block/red_mushroom_block_cap_all.json new file mode 100644 index 00000000..63e222b1 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/red_mushroom_block_cap_all.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/mushroom_block_skin_red" + } +} diff --git a/1.11.2/assets/minecraft/models/block/red_mushroom_block_e.json b/1.11.2/assets/minecraft/models/block/red_mushroom_block_e.json new file mode 100644 index 00000000..e81f611c --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/red_mushroom_block_e.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "blocks/mushroom_block_inside", + "down": "blocks/mushroom_block_inside", + "up": "blocks/mushroom_block_skin_red", + "north": "blocks/mushroom_block_inside", + "east": "blocks/mushroom_block_skin_red", + "south": "blocks/mushroom_block_inside", + "west": "blocks/mushroom_block_inside" + } +} diff --git a/1.11.2/assets/minecraft/models/block/red_mushroom_block_inside_all.json b/1.11.2/assets/minecraft/models/block/red_mushroom_block_inside_all.json new file mode 100644 index 00000000..472dc8ab --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/red_mushroom_block_inside_all.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/mushroom_block_inside" + } +} diff --git a/1.11.2/assets/minecraft/models/block/red_mushroom_block_n.json b/1.11.2/assets/minecraft/models/block/red_mushroom_block_n.json new file mode 100644 index 00000000..57d8a3f0 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/red_mushroom_block_n.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "blocks/mushroom_block_inside", + "down": "blocks/mushroom_block_inside", + "up": "blocks/mushroom_block_skin_red", + "north": "blocks/mushroom_block_skin_red", + "east": "blocks/mushroom_block_inside", + "south": "blocks/mushroom_block_inside", + "west": "blocks/mushroom_block_inside" + } +} diff --git a/1.11.2/assets/minecraft/models/block/red_mushroom_block_ne.json b/1.11.2/assets/minecraft/models/block/red_mushroom_block_ne.json new file mode 100644 index 00000000..ea6ad865 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/red_mushroom_block_ne.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "blocks/mushroom_block_inside", + "down": "blocks/mushroom_block_inside", + "up": "blocks/mushroom_block_skin_red", + "north": "blocks/mushroom_block_skin_red", + "east": "blocks/mushroom_block_skin_red", + "south": "blocks/mushroom_block_inside", + "west": "blocks/mushroom_block_inside" + } +} diff --git a/1.11.2/assets/minecraft/models/block/red_mushroom_block_nw.json b/1.11.2/assets/minecraft/models/block/red_mushroom_block_nw.json new file mode 100644 index 00000000..84ff71e3 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/red_mushroom_block_nw.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "blocks/mushroom_block_inside", + "down": "blocks/mushroom_block_inside", + "up": "blocks/mushroom_block_skin_red", + "north": "blocks/mushroom_block_skin_red", + "east": "blocks/mushroom_block_inside", + "south": "blocks/mushroom_block_inside", + "west": "blocks/mushroom_block_skin_red" + } +} diff --git a/1.11.2/assets/minecraft/models/block/red_mushroom_block_s.json b/1.11.2/assets/minecraft/models/block/red_mushroom_block_s.json new file mode 100644 index 00000000..c73f7392 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/red_mushroom_block_s.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "blocks/mushroom_block_inside", + "down": "blocks/mushroom_block_inside", + "up": "blocks/mushroom_block_skin_red", + "north": "blocks/mushroom_block_inside", + "east": "blocks/mushroom_block_inside", + "south": "blocks/mushroom_block_skin_red", + "west": "blocks/mushroom_block_inside" + } +} diff --git a/1.11.2/assets/minecraft/models/block/red_mushroom_block_se.json b/1.11.2/assets/minecraft/models/block/red_mushroom_block_se.json new file mode 100644 index 00000000..2c151d7f --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/red_mushroom_block_se.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "blocks/mushroom_block_inside", + "down": "blocks/mushroom_block_inside", + "up": "blocks/mushroom_block_skin_red", + "north": "blocks/mushroom_block_inside", + "east": "blocks/mushroom_block_skin_red", + "south": "blocks/mushroom_block_skin_red", + "west": "blocks/mushroom_block_inside" + } +} diff --git a/1.11.2/assets/minecraft/models/block/red_mushroom_block_stem.json b/1.11.2/assets/minecraft/models/block/red_mushroom_block_stem.json new file mode 100644 index 00000000..b839c9af --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/red_mushroom_block_stem.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "side": "blocks/mushroom_block_skin_stem", + "end": "blocks/mushroom_block_inside" + } +} diff --git a/1.11.2/assets/minecraft/models/block/red_mushroom_block_stem_all.json b/1.11.2/assets/minecraft/models/block/red_mushroom_block_stem_all.json new file mode 100644 index 00000000..73434e42 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/red_mushroom_block_stem_all.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/mushroom_block_skin_stem" + } +} diff --git a/1.11.2/assets/minecraft/models/block/red_mushroom_block_sw.json b/1.11.2/assets/minecraft/models/block/red_mushroom_block_sw.json new file mode 100644 index 00000000..9ee1f301 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/red_mushroom_block_sw.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "blocks/mushroom_block_inside", + "down": "blocks/mushroom_block_inside", + "up": "blocks/mushroom_block_skin_red", + "north": "blocks/mushroom_block_inside", + "east": "blocks/mushroom_block_inside", + "south": "blocks/mushroom_block_skin_red", + "west": "blocks/mushroom_block_skin_red" + } +} diff --git a/1.11.2/assets/minecraft/models/block/red_mushroom_block_w.json b/1.11.2/assets/minecraft/models/block/red_mushroom_block_w.json new file mode 100644 index 00000000..c4aaa2cb --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/red_mushroom_block_w.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "blocks/mushroom_block_inside", + "down": "blocks/mushroom_block_inside", + "up": "blocks/mushroom_block_skin_red", + "north": "blocks/mushroom_block_inside", + "east": "blocks/mushroom_block_inside", + "south": "blocks/mushroom_block_inside", + "west": "blocks/mushroom_block_skin_red" + } +} diff --git a/1.11.2/assets/minecraft/models/block/red_nether_brick.json b/1.11.2/assets/minecraft/models/block/red_nether_brick.json new file mode 100644 index 00000000..e7844890 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/red_nether_brick.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/red_nether_brick" + } +} diff --git a/1.11.2/assets/minecraft/models/block/red_sand.json b/1.11.2/assets/minecraft/models/block/red_sand.json new file mode 100644 index 00000000..7c72d641 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/red_sand.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/red_sand" + } +} diff --git a/1.11.2/assets/minecraft/models/block/red_sandstone_all.json b/1.11.2/assets/minecraft/models/block/red_sandstone_all.json new file mode 100644 index 00000000..49631ce6 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/red_sandstone_all.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/red_sandstone_top" + } +} diff --git a/1.11.2/assets/minecraft/models/block/red_sandstone_chiseled.json b/1.11.2/assets/minecraft/models/block/red_sandstone_chiseled.json new file mode 100644 index 00000000..cf0a1fcd --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/red_sandstone_chiseled.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/red_sandstone_top", + "side": "blocks/red_sandstone_carved" + } +} diff --git a/1.11.2/assets/minecraft/models/block/red_sandstone_inner_stairs.json b/1.11.2/assets/minecraft/models/block/red_sandstone_inner_stairs.json new file mode 100644 index 00000000..11da043f --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/red_sandstone_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/red_sandstone_bottom", + "top": "blocks/red_sandstone_top", + "side": "blocks/red_sandstone_normal" + } +} diff --git a/1.11.2/assets/minecraft/models/block/red_sandstone_normal.json b/1.11.2/assets/minecraft/models/block/red_sandstone_normal.json new file mode 100644 index 00000000..36e5008f --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/red_sandstone_normal.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "blocks/red_sandstone_bottom", + "top": "blocks/red_sandstone_top", + "side": "blocks/red_sandstone_normal" + } +} diff --git a/1.11.2/assets/minecraft/models/block/red_sandstone_outer_stairs.json b/1.11.2/assets/minecraft/models/block/red_sandstone_outer_stairs.json new file mode 100644 index 00000000..a43de102 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/red_sandstone_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/red_sandstone_bottom", + "top": "blocks/red_sandstone_top", + "side": "blocks/red_sandstone_normal" + } +} diff --git a/1.11.2/assets/minecraft/models/block/red_sandstone_smooth.json b/1.11.2/assets/minecraft/models/block/red_sandstone_smooth.json new file mode 100644 index 00000000..2ec015d7 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/red_sandstone_smooth.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/red_sandstone_top", + "side": "blocks/red_sandstone_smooth" + } +} diff --git a/1.11.2/assets/minecraft/models/block/red_sandstone_stairs.json b/1.11.2/assets/minecraft/models/block/red_sandstone_stairs.json new file mode 100644 index 00000000..dcc94969 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/red_sandstone_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/red_sandstone_bottom", + "top": "blocks/red_sandstone_top", + "side": "blocks/red_sandstone_normal" + } +} diff --git a/1.11.2/assets/minecraft/models/block/red_stained_glass_pane_noside.json b/1.11.2/assets/minecraft/models/block/red_stained_glass_pane_noside.json new file mode 100644 index 00000000..4b9776c1 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/red_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside", + "textures": { + "pane": "blocks/glass_red" + } +} diff --git a/1.11.2/assets/minecraft/models/block/red_stained_glass_pane_noside_alt.json b/1.11.2/assets/minecraft/models/block/red_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..5873f2cc --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/red_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside_alt", + "textures": { + "pane": "blocks/glass_red" + } +} diff --git a/1.11.2/assets/minecraft/models/block/red_stained_glass_pane_post.json b/1.11.2/assets/minecraft/models/block/red_stained_glass_pane_post.json new file mode 100644 index 00000000..7144b49e --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/red_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_post", + "textures": { + "edge": "blocks/glass_pane_top_red", + "pane": "blocks/glass_red" + } +} diff --git a/1.11.2/assets/minecraft/models/block/red_stained_glass_pane_side.json b/1.11.2/assets/minecraft/models/block/red_stained_glass_pane_side.json new file mode 100644 index 00000000..df9d508f --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/red_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side", + "textures": { + "edge": "blocks/glass_pane_top_red", + "pane": "blocks/glass_red" + } +} diff --git a/1.11.2/assets/minecraft/models/block/red_stained_glass_pane_side_alt.json b/1.11.2/assets/minecraft/models/block/red_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..06bd9fa5 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/red_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side_alt", + "textures": { + "edge": "blocks/glass_pane_top_red", + "pane": "blocks/glass_red" + } +} diff --git a/1.11.2/assets/minecraft/models/block/red_tulip.json b/1.11.2/assets/minecraft/models/block/red_tulip.json new file mode 100644 index 00000000..56b41be3 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/red_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/flower_tulip_red" + } +} diff --git a/1.11.2/assets/minecraft/models/block/red_wool.json b/1.11.2/assets/minecraft/models/block/red_wool.json new file mode 100644 index 00000000..da67b188 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/red_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_red" + } +} diff --git a/1.11.2/assets/minecraft/models/block/redstone_block.json b/1.11.2/assets/minecraft/models/block/redstone_block.json new file mode 100644 index 00000000..313e6bdb --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/redstone_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/redstone_block" + } +} diff --git a/1.11.2/assets/minecraft/models/block/redstone_dot.json b/1.11.2/assets/minecraft/models/block/redstone_dot.json new file mode 100644 index 00000000..8df1fb4b --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/redstone_dot.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/redstone_dust_dot", + "line": "blocks/redstone_dust_dot", + "overlay": "blocks/redstone_dust_overlay" + }, + "elements": [ + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16], "texture": "#line", "tintindex": 0 } + } + }, + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/redstone_ore.json b/1.11.2/assets/minecraft/models/block/redstone_ore.json new file mode 100644 index 00000000..8285da66 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/redstone_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/redstone_ore" + } +} diff --git a/1.11.2/assets/minecraft/models/block/redstone_side.json b/1.11.2/assets/minecraft/models/block/redstone_side.json new file mode 100644 index 00000000..1d43cd8f --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/redstone_side.json @@ -0,0 +1,23 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/redstone_dust_dot", + "overlay": "blocks/redstone_dust_overlay" + }, + "elements": [ + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 8 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 8 ], "texture": "#line", "tintindex": 0 } + } + }, + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 8 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 8 ], "texture": "#overlay" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/redstone_side0.json b/1.11.2/assets/minecraft/models/block/redstone_side0.json new file mode 100644 index 00000000..f85900a7 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/redstone_side0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/redstone_side", + "textures": { + "line": "blocks/redstone_dust_line0" + } +} diff --git a/1.11.2/assets/minecraft/models/block/redstone_side1.json b/1.11.2/assets/minecraft/models/block/redstone_side1.json new file mode 100644 index 00000000..bb3a2ae4 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/redstone_side1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/redstone_side", + "textures": { + "line": "blocks/redstone_dust_line1" + } +} diff --git a/1.11.2/assets/minecraft/models/block/redstone_side_alt.json b/1.11.2/assets/minecraft/models/block/redstone_side_alt.json new file mode 100644 index 00000000..a611eed5 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/redstone_side_alt.json @@ -0,0 +1,23 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/redstone_dust_dot", + "overlay": "blocks/redstone_dust_overlay" + }, + "elements": [ + { "from": [ 0, 0.25, 8 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 8, 16, 16 ], "texture": "#line", "tintindex": 0 } + } + }, + { "from": [ 0, 0.25, 8 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 8, 16, 16 ], "texture": "#overlay" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/redstone_side_alt0.json b/1.11.2/assets/minecraft/models/block/redstone_side_alt0.json new file mode 100644 index 00000000..393166ce --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/redstone_side_alt0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/redstone_side_alt", + "textures": { + "line": "blocks/redstone_dust_line0" + } +} diff --git a/1.11.2/assets/minecraft/models/block/redstone_side_alt1.json b/1.11.2/assets/minecraft/models/block/redstone_side_alt1.json new file mode 100644 index 00000000..1b1ca66d --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/redstone_side_alt1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/redstone_side_alt", + "textures": { + "line": "blocks/redstone_dust_line1" + } +} diff --git a/1.11.2/assets/minecraft/models/block/redstone_up.json b/1.11.2/assets/minecraft/models/block/redstone_up.json new file mode 100644 index 00000000..9db309cc --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/redstone_up.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/redstone_dust_dot", + "line": "blocks/redstone_dust_line0", + "overlay": "blocks/redstone_dust_overlay" + }, + "elements": [ + { "from": [ 0, 0, 0.25 ], + "to": [ 16, 16, 0.25 ], + "shade": false, + "faces": { + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.25 ], + "to": [ 16, 16, 0.25 ], + "shade": false, + "faces": { + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/reeds.json b/1.11.2/assets/minecraft/models/block/reeds.json new file mode 100644 index 00000000..250dfd97 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/reeds.json @@ -0,0 +1,6 @@ +{ + "parent": "block/tinted_cross", + "textures": { + "cross": "blocks/reeds" + } +} diff --git a/1.11.2/assets/minecraft/models/block/repeater_1tick.json b/1.11.2/assets/minecraft/models/block/repeater_1tick.json new file mode 100644 index 00000000..d49a67b2 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/repeater_1tick.json @@ -0,0 +1,44 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_off", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_off", + "unlit": "blocks/redstone_torch_off" + }, + "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": [ 7, 2, 6 ], + "to": [ 9, 7, 8 ], + "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, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/repeater_2tick.json b/1.11.2/assets/minecraft/models/block/repeater_2tick.json new file mode 100644 index 00000000..98c94ef5 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/repeater_2tick.json @@ -0,0 +1,44 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_off", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_off", + "unlit": "blocks/redstone_torch_off" + }, + "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": [ 7, 2, 8 ], + "to": [ 9, 7, 10 ], + "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, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/repeater_3tick.json b/1.11.2/assets/minecraft/models/block/repeater_3tick.json new file mode 100644 index 00000000..3a3a11f9 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/repeater_3tick.json @@ -0,0 +1,44 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_off", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_off", + "unlit": "blocks/redstone_torch_off" + }, + "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": [ 7, 2, 10 ], + "to": [ 9, 7, 12 ], + "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, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/repeater_4tick.json b/1.11.2/assets/minecraft/models/block/repeater_4tick.json new file mode 100644 index 00000000..cbcf0b6c --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/repeater_4tick.json @@ -0,0 +1,44 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_off", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_off", + "unlit": "blocks/redstone_torch_off" + }, + "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": [ 7, 2, 12 ], + "to": [ 9, 7, 14 ], + "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, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/repeater_locked_1tick.json b/1.11.2/assets/minecraft/models/block/repeater_locked_1tick.json new file mode 100644 index 00000000..e62956f9 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/repeater_locked_1tick.json @@ -0,0 +1,45 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_off", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_off", + "lock": "blocks/bedrock", + "unlit": "blocks/redstone_torch_off" + }, + "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": [ 2, 2, 6 ], + "to": [ 14, 4, 8 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 2, 2 ], + "to": [ 9, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/repeater_locked_2tick.json b/1.11.2/assets/minecraft/models/block/repeater_locked_2tick.json new file mode 100644 index 00000000..f9a14550 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/repeater_locked_2tick.json @@ -0,0 +1,45 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_off", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_off", + "lock": "blocks/bedrock", + "unlit": "blocks/redstone_torch_off" + }, + "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": [ 2, 2, 8 ], + "to": [ 14, 4, 10 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 2, 2 ], + "to": [ 9, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/repeater_locked_3tick.json b/1.11.2/assets/minecraft/models/block/repeater_locked_3tick.json new file mode 100644 index 00000000..ff850a63 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/repeater_locked_3tick.json @@ -0,0 +1,45 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_off", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_off", + "lock": "blocks/bedrock", + "unlit": "blocks/redstone_torch_off" + }, + "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": [ 2, 2, 10 ], + "to": [ 14, 4, 12 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 2, 2 ], + "to": [ 9, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/repeater_locked_4tick.json b/1.11.2/assets/minecraft/models/block/repeater_locked_4tick.json new file mode 100644 index 00000000..d0ed0264 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/repeater_locked_4tick.json @@ -0,0 +1,45 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_off", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_off", + "lock": "blocks/bedrock", + "unlit": "blocks/redstone_torch_off" + }, + "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": [ 2, 2, 12 ], + "to": [ 14, 4, 14 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 2, 2 ], + "to": [ 9, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/repeater_on_1tick.json b/1.11.2/assets/minecraft/models/block/repeater_on_1tick.json new file mode 100644 index 00000000..8034f6da --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/repeater_on_1tick.json @@ -0,0 +1,62 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_on", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_on", + "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": [ 7, 7, 6 ], + "to": [ 9, 7, 8 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 5 ], + "to": [ 9, 8, 9 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 6 ], + "to": [ 10, 8, 8 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/repeater_on_2tick.json b/1.11.2/assets/minecraft/models/block/repeater_on_2tick.json new file mode 100644 index 00000000..4a077fa3 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/repeater_on_2tick.json @@ -0,0 +1,62 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_on", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_on", + "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": [ 7, 7, 8 ], + "to": [ 9, 7, 10 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 7 ], + "to": [ 9, 8, 11 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 8 ], + "to": [ 10, 8, 10 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/repeater_on_3tick.json b/1.11.2/assets/minecraft/models/block/repeater_on_3tick.json new file mode 100644 index 00000000..75edf5ff --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/repeater_on_3tick.json @@ -0,0 +1,62 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_on", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_on", + "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": [ 7, 7, 10 ], + "to": [ 9, 7, 12 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 9 ], + "to": [ 9, 8, 13 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 10 ], + "to": [ 10, 8, 12 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/repeater_on_4tick.json b/1.11.2/assets/minecraft/models/block/repeater_on_4tick.json new file mode 100644 index 00000000..f67ff945 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/repeater_on_4tick.json @@ -0,0 +1,62 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_on", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_on", + "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": [ 7, 7, 12 ], + "to": [ 9, 7, 14 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 11 ], + "to": [ 9, 8, 15 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 12 ], + "to": [ 10, 8, 14 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/repeater_on_locked_1tick.json b/1.11.2/assets/minecraft/models/block/repeater_on_locked_1tick.json new file mode 100644 index 00000000..8e01a799 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/repeater_on_locked_1tick.json @@ -0,0 +1,54 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_on", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_on", + "lit": "blocks/redstone_torch_on", + "lock": "blocks/bedrock" + }, + "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": [ 2, 2, 6 ], + "to": [ 14, 4, 8 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/repeater_on_locked_2tick.json b/1.11.2/assets/minecraft/models/block/repeater_on_locked_2tick.json new file mode 100644 index 00000000..31556f36 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/repeater_on_locked_2tick.json @@ -0,0 +1,54 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_on", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_on", + "lit": "blocks/redstone_torch_on", + "lock": "blocks/bedrock" + }, + "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": [ 2, 2, 8 ], + "to": [ 14, 4, 10 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/repeater_on_locked_3tick.json b/1.11.2/assets/minecraft/models/block/repeater_on_locked_3tick.json new file mode 100644 index 00000000..b8352e53 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/repeater_on_locked_3tick.json @@ -0,0 +1,54 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_on", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_on", + "lit": "blocks/redstone_torch_on", + "lock": "blocks/bedrock" + }, + "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": [ 2, 2, 10 ], + "to": [ 14, 4, 12 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/repeater_on_locked_4tick.json b/1.11.2/assets/minecraft/models/block/repeater_on_locked_4tick.json new file mode 100644 index 00000000..f7664ee1 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/repeater_on_locked_4tick.json @@ -0,0 +1,54 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_on", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_on", + "lit": "blocks/redstone_torch_on", + "lock": "blocks/bedrock" + }, + "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": [ 2, 2, 12 ], + "to": [ 14, 4, 14 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/repeating_command_block.json b/1.11.2/assets/minecraft/models/block/repeating_command_block.json new file mode 100644 index 00000000..5ea677e9 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/repeating_command_block.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube_directional", + "textures": { + "particle": "blocks/repeating_command_block_back", + "down": "blocks/repeating_command_block_side", + "up": "blocks/repeating_command_block_side", + "north": "blocks/repeating_command_block_front", + "east": "blocks/repeating_command_block_side", + "south": "blocks/repeating_command_block_back", + "west": "blocks/repeating_command_block_side" + } +} diff --git a/1.11.2/assets/minecraft/models/block/repeating_command_block_conditional.json b/1.11.2/assets/minecraft/models/block/repeating_command_block_conditional.json new file mode 100644 index 00000000..4d1f6dd7 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/repeating_command_block_conditional.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube_directional", + "textures": { + "particle": "blocks/repeating_command_block_back", + "down": "blocks/repeating_command_block_conditional", + "up": "blocks/repeating_command_block_conditional", + "north": "blocks/repeating_command_block_front", + "east": "blocks/repeating_command_block_conditional", + "south": "blocks/repeating_command_block_back", + "west": "blocks/repeating_command_block_conditional" + } +} diff --git a/1.11.2/assets/minecraft/models/block/sand.json b/1.11.2/assets/minecraft/models/block/sand.json new file mode 100644 index 00000000..96c79821 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/sand.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/sand" + } +} diff --git a/1.11.2/assets/minecraft/models/block/sandstone_all.json b/1.11.2/assets/minecraft/models/block/sandstone_all.json new file mode 100644 index 00000000..834be32b --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/sandstone_all.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/sandstone_top" + } +} diff --git a/1.11.2/assets/minecraft/models/block/sandstone_chiseled.json b/1.11.2/assets/minecraft/models/block/sandstone_chiseled.json new file mode 100644 index 00000000..a89f4d20 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/sandstone_chiseled.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/sandstone_top", + "side": "blocks/sandstone_carved" + } +} diff --git a/1.11.2/assets/minecraft/models/block/sandstone_inner_stairs.json b/1.11.2/assets/minecraft/models/block/sandstone_inner_stairs.json new file mode 100644 index 00000000..9ef52b06 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/sandstone_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/sandstone_bottom", + "top": "blocks/sandstone_top", + "side": "blocks/sandstone_normal" + } +} diff --git a/1.11.2/assets/minecraft/models/block/sandstone_normal.json b/1.11.2/assets/minecraft/models/block/sandstone_normal.json new file mode 100644 index 00000000..5651d6fc --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/sandstone_normal.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "blocks/sandstone_bottom", + "top": "blocks/sandstone_top", + "side": "blocks/sandstone_normal" + } +} diff --git a/1.11.2/assets/minecraft/models/block/sandstone_outer_stairs.json b/1.11.2/assets/minecraft/models/block/sandstone_outer_stairs.json new file mode 100644 index 00000000..4a939151 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/sandstone_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/sandstone_bottom", + "top": "blocks/sandstone_top", + "side": "blocks/sandstone_normal" + } +} diff --git a/1.11.2/assets/minecraft/models/block/sandstone_smooth.json b/1.11.2/assets/minecraft/models/block/sandstone_smooth.json new file mode 100644 index 00000000..dace295c --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/sandstone_smooth.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/sandstone_top", + "side": "blocks/sandstone_smooth" + } +} diff --git a/1.11.2/assets/minecraft/models/block/sandstone_stairs.json b/1.11.2/assets/minecraft/models/block/sandstone_stairs.json new file mode 100644 index 00000000..b14026a3 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/sandstone_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/sandstone_bottom", + "top": "blocks/sandstone_top", + "side": "blocks/sandstone_normal" + } +} diff --git a/1.11.2/assets/minecraft/models/block/sea_lantern.json b/1.11.2/assets/minecraft/models/block/sea_lantern.json new file mode 100644 index 00000000..45f8859c --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/sea_lantern.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/sea_lantern" + } +} diff --git a/1.11.2/assets/minecraft/models/block/silver_stained_glass_pane_noside.json b/1.11.2/assets/minecraft/models/block/silver_stained_glass_pane_noside.json new file mode 100644 index 00000000..f385cf27 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/silver_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside", + "textures": { + "pane": "blocks/glass_silver" + } +} diff --git a/1.11.2/assets/minecraft/models/block/silver_stained_glass_pane_noside_alt.json b/1.11.2/assets/minecraft/models/block/silver_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..c362f860 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/silver_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside_alt", + "textures": { + "pane": "blocks/glass_silver" + } +} diff --git a/1.11.2/assets/minecraft/models/block/silver_stained_glass_pane_post.json b/1.11.2/assets/minecraft/models/block/silver_stained_glass_pane_post.json new file mode 100644 index 00000000..5621de9a --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/silver_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_post", + "textures": { + "edge": "blocks/glass_pane_top_silver", + "pane": "blocks/glass_silver" + } +} diff --git a/1.11.2/assets/minecraft/models/block/silver_stained_glass_pane_side.json b/1.11.2/assets/minecraft/models/block/silver_stained_glass_pane_side.json new file mode 100644 index 00000000..e84855ae --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/silver_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side", + "textures": { + "edge": "blocks/glass_pane_top_silver", + "pane": "blocks/glass_silver" + } +} diff --git a/1.11.2/assets/minecraft/models/block/silver_stained_glass_pane_side_alt.json b/1.11.2/assets/minecraft/models/block/silver_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..1144d8fc --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/silver_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side_alt", + "textures": { + "edge": "blocks/glass_pane_top_silver", + "pane": "blocks/glass_silver" + } +} diff --git a/1.11.2/assets/minecraft/models/block/silver_wool.json b/1.11.2/assets/minecraft/models/block/silver_wool.json new file mode 100644 index 00000000..04d6d551 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/silver_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_silver" + } +} diff --git a/1.11.2/assets/minecraft/models/block/slime.json b/1.11.2/assets/minecraft/models/block/slime.json new file mode 100644 index 00000000..79644d97 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/slime.json @@ -0,0 +1,30 @@ +{ "parent": "block/block", + "textures": { + "particle": "blocks/slime", + "texture": "blocks/slime" + }, + "elements": [ + { "from": [ 3, 3, 3 ], + "to": [ 13, 13, 13 ], + "faces": { + "down": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, + "up": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, + "north": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, + "south": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, + "west": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, + "east": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" } + } + }, + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/snow.json b/1.11.2/assets/minecraft/models/block/snow.json new file mode 100644 index 00000000..328a45e1 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/snow.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/snow" + } +} diff --git a/1.11.2/assets/minecraft/models/block/snow_height10.json b/1.11.2/assets/minecraft/models/block/snow_height10.json new file mode 100644 index 00000000..b3fa4ac1 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/snow_height10.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "blocks/snow", + "texture": "blocks/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 10, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 6, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 6, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 6, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 6, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/snow_height12.json b/1.11.2/assets/minecraft/models/block/snow_height12.json new file mode 100644 index 00000000..3d706357 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/snow_height12.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "blocks/snow", + "texture": "blocks/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 12, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 4, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 4, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 4, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 4, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/snow_height14.json b/1.11.2/assets/minecraft/models/block/snow_height14.json new file mode 100644 index 00000000..b25587f0 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/snow_height14.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "blocks/snow", + "texture": "blocks/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 14, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 2, 16, 16 ], "texture": "#texture" }, + "south": { "uv": [ 0, 2, 16, 16 ], "texture": "#texture" }, + "west": { "uv": [ 0, 2, 16, 16 ], "texture": "#texture" }, + "east": { "uv": [ 0, 2, 16, 16 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/snow_height2.json b/1.11.2/assets/minecraft/models/block/snow_height2.json new file mode 100644 index 00000000..01f53222 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/snow_height2.json @@ -0,0 +1,19 @@ +{ "parent": "block/thin_block", + "textures": { + "particle": "blocks/snow", + "texture": "blocks/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 2, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 14, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 14, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 14, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 14, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/snow_height4.json b/1.11.2/assets/minecraft/models/block/snow_height4.json new file mode 100644 index 00000000..350d5613 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/snow_height4.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "blocks/snow", + "texture": "blocks/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 4, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 12, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 12, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 12, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 12, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/snow_height6.json b/1.11.2/assets/minecraft/models/block/snow_height6.json new file mode 100644 index 00000000..ef3f511e --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/snow_height6.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "blocks/snow", + "texture": "blocks/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 6, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 10, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 10, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 10, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 10, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/snow_height8.json b/1.11.2/assets/minecraft/models/block/snow_height8.json new file mode 100644 index 00000000..e8273626 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/snow_height8.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "blocks/snow", + "texture": "blocks/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 8, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 8, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 8, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 8, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 8, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/soul_sand.json b/1.11.2/assets/minecraft/models/block/soul_sand.json new file mode 100644 index 00000000..157c4381 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/soul_sand.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/soul_sand" + } +} diff --git a/1.11.2/assets/minecraft/models/block/sponge.json b/1.11.2/assets/minecraft/models/block/sponge.json new file mode 100644 index 00000000..c26f2b5a --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/sponge.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/sponge" + } +} diff --git a/1.11.2/assets/minecraft/models/block/sponge_wet.json b/1.11.2/assets/minecraft/models/block/sponge_wet.json new file mode 100644 index 00000000..91c46414 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/sponge_wet.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/sponge_wet" + } +} diff --git a/1.11.2/assets/minecraft/models/block/spruce_bark.json b/1.11.2/assets/minecraft/models/block/spruce_bark.json new file mode 100644 index 00000000..9ce86b6a --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/spruce_bark.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/log_spruce" + } +} diff --git a/1.11.2/assets/minecraft/models/block/spruce_door_bottom.json b/1.11.2/assets/minecraft/models/block/spruce_door_bottom.json new file mode 100644 index 00000000..1b4e50bb --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/spruce_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom", + "textures": { + "bottom": "blocks/door_spruce_lower", + "top": "blocks/door_spruce_upper" + } +} diff --git a/1.11.2/assets/minecraft/models/block/spruce_door_bottom_rh.json b/1.11.2/assets/minecraft/models/block/spruce_door_bottom_rh.json new file mode 100644 index 00000000..1c1e4a36 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/spruce_door_bottom_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom_rh", + "textures": { + "bottom": "blocks/door_spruce_lower", + "top": "blocks/door_spruce_upper" + } +} diff --git a/1.11.2/assets/minecraft/models/block/spruce_door_top.json b/1.11.2/assets/minecraft/models/block/spruce_door_top.json new file mode 100644 index 00000000..fcd396de --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/spruce_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top", + "textures": { + "bottom": "blocks/door_spruce_lower", + "top": "blocks/door_spruce_upper" + } +} diff --git a/1.11.2/assets/minecraft/models/block/spruce_door_top_rh.json b/1.11.2/assets/minecraft/models/block/spruce_door_top_rh.json new file mode 100644 index 00000000..e386f9ab --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/spruce_door_top_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top_rh", + "textures": { + "bottom": "blocks/door_spruce_lower", + "top": "blocks/door_spruce_upper" + } +} diff --git a/1.11.2/assets/minecraft/models/block/spruce_fence_gate_closed.json b/1.11.2/assets/minecraft/models/block/spruce_fence_gate_closed.json new file mode 100644 index 00000000..54eea651 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/spruce_fence_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_gate_closed", + "textures": { + "texture": "blocks/planks_spruce" + } +} diff --git a/1.11.2/assets/minecraft/models/block/spruce_fence_gate_open.json b/1.11.2/assets/minecraft/models/block/spruce_fence_gate_open.json new file mode 100644 index 00000000..8f09c6ab --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/spruce_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_gate_open", + "textures": { + "texture": "blocks/planks_spruce" + } +} diff --git a/1.11.2/assets/minecraft/models/block/spruce_fence_inventory.json b/1.11.2/assets/minecraft/models/block/spruce_fence_inventory.json new file mode 100644 index 00000000..a778f2ec --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/spruce_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_inventory", + "textures": { + "texture": "blocks/planks_spruce" + } +} diff --git a/1.11.2/assets/minecraft/models/block/spruce_fence_post.json b/1.11.2/assets/minecraft/models/block/spruce_fence_post.json new file mode 100644 index 00000000..08309936 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/spruce_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_post", + "textures": { + "texture": "blocks/planks_spruce" + } +} diff --git a/1.11.2/assets/minecraft/models/block/spruce_fence_side.json b/1.11.2/assets/minecraft/models/block/spruce_fence_side.json new file mode 100644 index 00000000..7400671f --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/spruce_fence_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_side", + "textures": { + "texture": "blocks/planks_spruce" + } +} diff --git a/1.11.2/assets/minecraft/models/block/spruce_inner_stairs.json b/1.11.2/assets/minecraft/models/block/spruce_inner_stairs.json new file mode 100644 index 00000000..ea0c084c --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/spruce_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/planks_spruce", + "top": "blocks/planks_spruce", + "side": "blocks/planks_spruce" + } +} diff --git a/1.11.2/assets/minecraft/models/block/spruce_leaves.json b/1.11.2/assets/minecraft/models/block/spruce_leaves.json new file mode 100644 index 00000000..15332cb4 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/spruce_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "block/leaves", + "textures": { + "all": "blocks/leaves_spruce" + } +} diff --git a/1.11.2/assets/minecraft/models/block/spruce_log.json b/1.11.2/assets/minecraft/models/block/spruce_log.json new file mode 100644 index 00000000..e021f2b5 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/spruce_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/log_spruce_top", + "side": "blocks/log_spruce" + } +} diff --git a/1.11.2/assets/minecraft/models/block/spruce_outer_stairs.json b/1.11.2/assets/minecraft/models/block/spruce_outer_stairs.json new file mode 100644 index 00000000..a50338c8 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/spruce_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/planks_spruce", + "top": "blocks/planks_spruce", + "side": "blocks/planks_spruce" + } +} diff --git a/1.11.2/assets/minecraft/models/block/spruce_planks.json b/1.11.2/assets/minecraft/models/block/spruce_planks.json new file mode 100644 index 00000000..f5c9c843 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/spruce_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/planks_spruce" + } +} diff --git a/1.11.2/assets/minecraft/models/block/spruce_sapling.json b/1.11.2/assets/minecraft/models/block/spruce_sapling.json new file mode 100644 index 00000000..d2defbfb --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/spruce_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/sapling_spruce" + } +} diff --git a/1.11.2/assets/minecraft/models/block/spruce_stairs.json b/1.11.2/assets/minecraft/models/block/spruce_stairs.json new file mode 100644 index 00000000..1781208d --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/spruce_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/planks_spruce", + "top": "blocks/planks_spruce", + "side": "blocks/planks_spruce" + } +} diff --git a/1.11.2/assets/minecraft/models/block/spruce_wall_gate_closed.json b/1.11.2/assets/minecraft/models/block/spruce_wall_gate_closed.json new file mode 100644 index 00000000..4f911e33 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/spruce_wall_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_gate_closed", + "textures": { + "texture": "blocks/planks_spruce" + } +} diff --git a/1.11.2/assets/minecraft/models/block/spruce_wall_gate_open.json b/1.11.2/assets/minecraft/models/block/spruce_wall_gate_open.json new file mode 100644 index 00000000..ea949901 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/spruce_wall_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_gate_open", + "textures": { + "texture": "blocks/planks_spruce" + } +} diff --git a/1.11.2/assets/minecraft/models/block/stairs.json b/1.11.2/assets/minecraft/models/block/stairs.json new file mode 100644 index 00000000..e8038127 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/stairs.json @@ -0,0 +1,46 @@ +{ "parent": "block/block", + "display": { + "gui": { + "rotation": [ 30, 135, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 0.625, 0.625, 0.625 ] + }, + "head": { + "rotation": [ 0, -90, 0 ], + "translation": [ 0, 0, 0 ], + "scale": [ 1, 1, 1 ] + }, + "thirdperson_lefthand": { + "rotation": [ 75, -135, 0 ], + "translation": [ 0, 2.5, 0], + "scale": [ 0.375, 0.375, 0.375 ] + } + }, + "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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/stem_fruit.json b/1.11.2/assets/minecraft/models/block/stem_fruit.json new file mode 100644 index 00000000..86d59c66 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/stem_fruit.json @@ -0,0 +1,31 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 7, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 8 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 8 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 7, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 8 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 8 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 8 ], + "to": [ 9, 16, 8 ], + "faces": { + "north": { "uv": [ 9, 0, 0, 16 ], "texture": "#upperstem", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 9, 16 ], "texture": "#upperstem", "tintindex": 0 } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/stem_growth0.json b/1.11.2/assets/minecraft/models/block/stem_growth0.json new file mode 100644 index 00000000..6e977315 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/stem_growth0.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 1, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 2 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 2 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 1, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 2 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 2 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/stem_growth1.json b/1.11.2/assets/minecraft/models/block/stem_growth1.json new file mode 100644 index 00000000..ea97f754 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/stem_growth1.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 3, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 4 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 4 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 3, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 4 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 4 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/stem_growth2.json b/1.11.2/assets/minecraft/models/block/stem_growth2.json new file mode 100644 index 00000000..4ab6f4c2 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/stem_growth2.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 5, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 6 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 6 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 5, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 6 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 6 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/stem_growth3.json b/1.11.2/assets/minecraft/models/block/stem_growth3.json new file mode 100644 index 00000000..542a8205 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/stem_growth3.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 7, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 8 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 8 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 7, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 8 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 8 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/stem_growth4.json b/1.11.2/assets/minecraft/models/block/stem_growth4.json new file mode 100644 index 00000000..77befceb --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/stem_growth4.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 9, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 10 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 10 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 9, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 10 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 10 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/stem_growth5.json b/1.11.2/assets/minecraft/models/block/stem_growth5.json new file mode 100644 index 00000000..678450e6 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/stem_growth5.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 11, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 12 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 12 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 11, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 12 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 12 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/stem_growth6.json b/1.11.2/assets/minecraft/models/block/stem_growth6.json new file mode 100644 index 00000000..523974e2 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/stem_growth6.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 13, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 14 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 14 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 13, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 14 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 14 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/stem_growth7.json b/1.11.2/assets/minecraft/models/block/stem_growth7.json new file mode 100644 index 00000000..bd4f9d18 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/stem_growth7.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 15, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 16 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 15, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 16 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/sticky_piston.json b/1.11.2/assets/minecraft/models/block/sticky_piston.json new file mode 100644 index 00000000..7edfddcc --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/sticky_piston.json @@ -0,0 +1,8 @@ +{ + "parent": "block/piston", + "textures": { + "bottom": "blocks/piston_bottom", + "side": "blocks/piston_side", + "platform": "blocks/piston_top_sticky" + } +} diff --git a/1.11.2/assets/minecraft/models/block/stone.json b/1.11.2/assets/minecraft/models/block/stone.json new file mode 100644 index 00000000..8e85b9a6 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/stone.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/stone" + } +} diff --git a/1.11.2/assets/minecraft/models/block/stone_brick_inner_stairs.json b/1.11.2/assets/minecraft/models/block/stone_brick_inner_stairs.json new file mode 100644 index 00000000..6be865a6 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/stone_brick_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/stonebrick", + "top": "blocks/stonebrick", + "side": "blocks/stonebrick" + } +} diff --git a/1.11.2/assets/minecraft/models/block/stone_brick_outer_stairs.json b/1.11.2/assets/minecraft/models/block/stone_brick_outer_stairs.json new file mode 100644 index 00000000..cffe6967 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/stone_brick_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/stonebrick", + "top": "blocks/stonebrick", + "side": "blocks/stonebrick" + } +} diff --git a/1.11.2/assets/minecraft/models/block/stone_brick_stairs.json b/1.11.2/assets/minecraft/models/block/stone_brick_stairs.json new file mode 100644 index 00000000..0101de43 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/stone_brick_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/stonebrick", + "top": "blocks/stonebrick", + "side": "blocks/stonebrick" + } +} diff --git a/1.11.2/assets/minecraft/models/block/stone_button.json b/1.11.2/assets/minecraft/models/block/stone_button.json new file mode 100644 index 00000000..e72a8692 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/stone_button.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button", + "textures": { + "texture": "blocks/stone" + } +} diff --git a/1.11.2/assets/minecraft/models/block/stone_button_inventory.json b/1.11.2/assets/minecraft/models/block/stone_button_inventory.json new file mode 100644 index 00000000..ad62f2f7 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/stone_button_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button_inventory", + "textures": { + "texture": "blocks/stone" + } +} diff --git a/1.11.2/assets/minecraft/models/block/stone_button_pressed.json b/1.11.2/assets/minecraft/models/block/stone_button_pressed.json new file mode 100644 index 00000000..3dfa6805 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/stone_button_pressed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button_pressed", + "textures": { + "texture": "blocks/stone" + } +} diff --git a/1.11.2/assets/minecraft/models/block/stone_inner_stairs.json b/1.11.2/assets/minecraft/models/block/stone_inner_stairs.json new file mode 100644 index 00000000..22bb23bc --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/stone_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/cobblestone", + "top": "blocks/cobblestone", + "side": "blocks/cobblestone" + } +} diff --git a/1.11.2/assets/minecraft/models/block/stone_mirrored.json b/1.11.2/assets/minecraft/models/block/stone_mirrored.json new file mode 100644 index 00000000..5d3d2ad3 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/stone_mirrored.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_mirrored_all", + "textures": { + "all": "blocks/stone" + } +} diff --git a/1.11.2/assets/minecraft/models/block/stone_outer_stairs.json b/1.11.2/assets/minecraft/models/block/stone_outer_stairs.json new file mode 100644 index 00000000..effcad20 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/stone_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/cobblestone", + "top": "blocks/cobblestone", + "side": "blocks/cobblestone" + } +} diff --git a/1.11.2/assets/minecraft/models/block/stone_pressure_plate_down.json b/1.11.2/assets/minecraft/models/block/stone_pressure_plate_down.json new file mode 100644 index 00000000..36259c77 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/stone_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_down", + "textures": { + "texture": "blocks/stone" + } +} diff --git a/1.11.2/assets/minecraft/models/block/stone_pressure_plate_up.json b/1.11.2/assets/minecraft/models/block/stone_pressure_plate_up.json new file mode 100644 index 00000000..40973b2d --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/stone_pressure_plate_up.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_up", + "textures": { + "texture": "blocks/stone" + } +} diff --git a/1.11.2/assets/minecraft/models/block/stone_stairs.json b/1.11.2/assets/minecraft/models/block/stone_stairs.json new file mode 100644 index 00000000..e20cd887 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/stone_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/cobblestone", + "top": "blocks/cobblestone", + "side": "blocks/cobblestone" + } +} diff --git a/1.11.2/assets/minecraft/models/block/stonebrick_chiseled.json b/1.11.2/assets/minecraft/models/block/stonebrick_chiseled.json new file mode 100644 index 00000000..c3e94d5b --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/stonebrick_chiseled.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/stonebrick_carved" + } +} diff --git a/1.11.2/assets/minecraft/models/block/stonebrick_cracked.json b/1.11.2/assets/minecraft/models/block/stonebrick_cracked.json new file mode 100644 index 00000000..38ce12f1 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/stonebrick_cracked.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/stonebrick_cracked" + } +} diff --git a/1.11.2/assets/minecraft/models/block/stonebrick_mossy.json b/1.11.2/assets/minecraft/models/block/stonebrick_mossy.json new file mode 100644 index 00000000..3c2ad21a --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/stonebrick_mossy.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/stonebrick_mossy" + } +} diff --git a/1.11.2/assets/minecraft/models/block/stonebrick_normal.json b/1.11.2/assets/minecraft/models/block/stonebrick_normal.json new file mode 100644 index 00000000..baf191d0 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/stonebrick_normal.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/stonebrick" + } +} diff --git a/1.11.2/assets/minecraft/models/block/structure_block.json b/1.11.2/assets/minecraft/models/block/structure_block.json new file mode 100644 index 00000000..578550f4 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/structure_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/structure_block" + } +} diff --git a/1.11.2/assets/minecraft/models/block/structure_block_corner.json b/1.11.2/assets/minecraft/models/block/structure_block_corner.json new file mode 100644 index 00000000..d41c65f6 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/structure_block_corner.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/structure_block_corner" + } +} diff --git a/1.11.2/assets/minecraft/models/block/structure_block_data.json b/1.11.2/assets/minecraft/models/block/structure_block_data.json new file mode 100644 index 00000000..b3510b20 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/structure_block_data.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/structure_block_data" + } +} diff --git a/1.11.2/assets/minecraft/models/block/structure_block_load.json b/1.11.2/assets/minecraft/models/block/structure_block_load.json new file mode 100644 index 00000000..8970b936 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/structure_block_load.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/structure_block_load" + } +} diff --git a/1.11.2/assets/minecraft/models/block/structure_block_save.json b/1.11.2/assets/minecraft/models/block/structure_block_save.json new file mode 100644 index 00000000..ba8bd9c8 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/structure_block_save.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/structure_block_save" + } +} diff --git a/1.11.2/assets/minecraft/models/block/tall_grass.json b/1.11.2/assets/minecraft/models/block/tall_grass.json new file mode 100644 index 00000000..e59f4e47 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/tall_grass.json @@ -0,0 +1,6 @@ +{ + "parent": "block/tinted_cross", + "textures": { + "cross": "blocks/tallgrass" + } +} diff --git a/1.11.2/assets/minecraft/models/block/thin_block.json b/1.11.2/assets/minecraft/models/block/thin_block.json new file mode 100644 index 00000000..1adb58ab --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/thin_block.json @@ -0,0 +1,19 @@ +{ "parent": "block/block", + "display": { + "thirdperson_righthand": { + "rotation": [ 75, 45, 0 ], + "translation": [ 0, 2.5, 2], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 45, 0 ], + "translation": [ 0, 4.2, 0 ], + "scale": [ 0.40, 0.40, 0.40 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, 225, 0 ], + "translation": [ 0, 4.2, 0 ], + "scale": [ 0.40, 0.40, 0.40 ] + } + } +} diff --git a/1.11.2/assets/minecraft/models/block/tinted_cross.json b/1.11.2/assets/minecraft/models/block/tinted_cross.json new file mode 100644 index 00000000..d3b5474e --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/tinted_cross.json @@ -0,0 +1,26 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#cross" + }, + "elements": [ + { "from": [ 0.8, 0, 8 ], + "to": [ 15.2, 16, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 } + } + }, + { "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", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/tnt.json b/1.11.2/assets/minecraft/models/block/tnt.json new file mode 100644 index 00000000..e4aa7775 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/tnt.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "blocks/tnt_bottom", + "top": "blocks/tnt_top", + "side": "blocks/tnt_side" + } +} diff --git a/1.11.2/assets/minecraft/models/block/torch.json b/1.11.2/assets/minecraft/models/block/torch.json new file mode 100644 index 00000000..aef12fcf --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/torch.json @@ -0,0 +1,32 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#torch" + }, + "elements": [ + { "from": [ 7, 0, 7 ], + "to": [ 9, 10, 9 ], + "shade": false, + "faces": { + "down": { "uv": [ 7, 13, 9, 15 ], "texture": "#torch" }, + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#torch" } + } + }, + { "from": [ 7, 0, 0 ], + "to": [ 9, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" } + } + }, + { "from": [ 0, 0, 7 ], + "to": [ 16, 16, 9 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/torch_wall.json b/1.11.2/assets/minecraft/models/block/torch_wall.json new file mode 100644 index 00000000..1a6d297e --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/torch_wall.json @@ -0,0 +1,35 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#torch" + }, + "elements": [ + { "from": [ -1, 3.5, 7 ], + "to": [ 1, 13.5, 9 ], + "rotation": { "origin": [ 0, 3.5, 8 ], "axis": "z", "angle": -22.5 }, + "shade": false, + "faces": { + "down": { "uv": [ 7, 13, 9, 15 ], "texture": "#torch" }, + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#torch" } + } + }, + { "from": [ -1, 3.5, 0 ], + "to": [ 1, 19.5, 16 ], + "rotation": { "origin": [ 0, 3.5, 8 ], "axis": "z", "angle": -22.5 }, + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" } + } + }, + { "from": [ -8, 3.5, 7 ], + "to": [ 8, 19.5, 9 ], + "rotation": { "origin": [ 0, 3.5, 8 ], "axis": "z", "angle": -22.5 }, + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/trapdoor_bottom.json b/1.11.2/assets/minecraft/models/block/trapdoor_bottom.json new file mode 100644 index 00000000..2b6c8daa --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/trapdoor_bottom.json @@ -0,0 +1,18 @@ +{ "parent": "block/thin_block", + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 3, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/trapdoor_open.json b/1.11.2/assets/minecraft/models/block/trapdoor_open.json new file mode 100644 index 00000000..b301619c --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/trapdoor_open.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 0, 0, 13 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 13, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 16, 0, 13, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 13, 0, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/trapdoor_top.json b/1.11.2/assets/minecraft/models/block/trapdoor_top.json new file mode 100644 index 00000000..036aeb7b --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/trapdoor_top.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 0, 13, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "up" }, + "north": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/tripwire_attached_n.json b/1.11.2/assets/minecraft/models/block/tripwire_attached_n.json new file mode 100644 index 00000000..da0b8113 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/tripwire_attached_n.json @@ -0,0 +1,33 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/tripwire_attached_ne.json b/1.11.2/assets/minecraft/models/block/tripwire_attached_ne.json new file mode 100644 index 00000000..43dee4dc --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/tripwire_attached_ne.json @@ -0,0 +1,41 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 8, 1.5, 7.75 ], + "to": [ 12, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + }, + { "from": [ 12, 1.5, 7.75 ], + "to": [ 16, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/tripwire_attached_ns.json b/1.11.2/assets/minecraft/models/block/tripwire_attached_ns.json new file mode 100644 index 00000000..aceecb7b --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/tripwire_attached_ns.json @@ -0,0 +1,41 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 12 ], + "to": [ 8.25, 1.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/tripwire_attached_nse.json b/1.11.2/assets/minecraft/models/block/tripwire_attached_nse.json new file mode 100644 index 00000000..a79a0c48 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/tripwire_attached_nse.json @@ -0,0 +1,57 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 12 ], + "to": [ 8.25, 1.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 8, 1.5, 7.75 ], + "to": [ 12, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + }, + { "from": [ 12, 1.5, 7.75 ], + "to": [ 16, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/tripwire_attached_nsew.json b/1.11.2/assets/minecraft/models/block/tripwire_attached_nsew.json new file mode 100644 index 00000000..567b5c99 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/tripwire_attached_nsew.json @@ -0,0 +1,73 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 12 ], + "to": [ 8.25, 1.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 0, 1.5, 7.75 ], + "to": [ 4, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + }, + { "from": [ 4, 1.5, 7.75 ], + "to": [ 8, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + }, + { "from": [ 8, 1.5, 7.75 ], + "to": [ 12, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + }, + { "from": [ 12, 1.5, 7.75 ], + "to": [ 16, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/tripwire_hook.json b/1.11.2/assets/minecraft/models/block/tripwire_hook.json new file mode 100644 index 00000000..2b1b0bf3 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/tripwire_hook.json @@ -0,0 +1,72 @@ +{ + "textures": { + "particle": "blocks/planks_oak", + "hook": "blocks/trip_wire_source", + "wood": "blocks/planks_oak" + }, + "elements": [ + { "from": [ 6.2, 3.8, 7.9 ], + "to": [ 9.8, 4.6, 11.5 ], + "rotation": { "origin": [ 8, 6, 5.2 ], "axis": "x", "angle": -45 }, + "faces": { + "down": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "up": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "north": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" }, + "south": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "west": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "east": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 3.8, 10.3 ], + "to": [ 8.6, 4.6, 10.3 ], + "rotation": { "origin": [ 8, 6, 5.2 ], "axis": "x", "angle": -45 }, + "faces": { + "north": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 3.8, 9.1 ], + "to": [ 8.6, 4.6, 9.1 ], + "rotation": { "origin": [ 8, 6, 5.2 ], "axis": "x", "angle": -45 }, + "faces": { + "south": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 3.8, 9.1 ], + "to": [ 7.4, 4.6, 10.3 ], + "rotation": { "origin": [ 8, 6, 5.2 ], "axis": "x", "angle": -45 }, + "faces": { + "east": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 8.6, 3.8, 9.1 ], + "to": [ 8.6, 4.6, 10.3 ], + "rotation": { "origin": [ 8, 6, 5.2 ], "axis": "x", "angle": -45 }, + "faces": { + "west": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 5.2, 10 ], + "to": [ 8.8, 6.8, 14 ], + "rotation": { "origin": [ 8, 6, 14 ], "axis": "x", "angle": 45 }, + "faces": { + "down": { "uv": [ 7, 9, 9, 14 ], "texture": "#wood" }, + "up": { "uv": [ 7, 2, 9, 7 ], "texture": "#wood" }, + "north": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "south": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "west": { "uv": [ 2, 9, 7, 11 ], "texture": "#wood" }, + "east": { "uv": [ 9, 9, 14, 11 ], "texture": "#wood" } + } + }, + { "from": [ 6, 1, 14 ], + "to": [ 10, 9, 16 ], + "faces": { + "down": { "uv": [ 6, 14, 10, 16 ], "texture": "#wood" }, + "up": { "uv": [ 6, 0, 10, 2 ], "texture": "#wood" }, + "north": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood" }, + "south": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood", "cullface": "south" }, + "west": { "uv": [ 0, 7, 2, 15 ], "texture": "#wood" }, + "east": { "uv": [ 14, 7, 16, 15 ], "texture": "#wood" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/tripwire_hook_attached.json b/1.11.2/assets/minecraft/models/block/tripwire_hook_attached.json new file mode 100644 index 00000000..f49c94fc --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/tripwire_hook_attached.json @@ -0,0 +1,80 @@ +{ + "textures": { + "particle": "blocks/planks_oak", + "hook": "blocks/trip_wire_source", + "wood": "blocks/planks_oak", + "tripwire": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 6.7 ], + "rotation": { "origin": [ 8, 0, 0 ], "axis": "x", "angle": -22.5, "rescale": true }, + "faces": { + "down": { "uv": [ 0, 8, 16, 6 ], "texture": "#tripwire", "rotation": 90 }, + "up": { "uv": [ 0, 6, 16, 8 ], "texture": "#tripwire", "rotation": 90 } + } + }, + { "from": [ 6.2, 4.2, 6.7 ], + "to": [ 9.8, 5, 10.3 ], + "rotation": { "origin": [ 8, 4.2, 6.7 ], "axis": "x", "angle": -22.5, "rescale": false }, + "faces": { + "down": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "up": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "north": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" }, + "south": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "west": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "east": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 9.1 ], + "to": [ 8.6, 5, 9.1 ], + "rotation": { "origin": [ 8, 4.2, 6.7 ], "axis": "x", "angle": -22.5, "rescale": false }, + "faces": { + "north": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 7.9 ], + "to": [ 8.6, 5, 7.9 ], + "rotation": { "origin": [ 8, 4.2, 6.7 ], "axis": "x", "angle": -22.5, "rescale": false }, + "faces": { + "south": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 7.9 ], + "to": [ 7.4, 5, 9.1 ], + "rotation": { "origin": [ 8, 4.2, 6.7 ], "axis": "x", "angle": -22.5, "rescale": false }, + "faces": { + "east": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 8.6, 4.2, 7.9 ], + "to": [ 8.6, 5, 9.1 ], + "rotation": { "origin": [ 8, 4.2, 6.7 ], "axis": "x", "angle": -22.5, "rescale": false }, + "faces": { + "west": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 5.2, 10 ], + "to": [ 8.8, 6.8, 14 ], + "faces": { + "down": { "uv": [ 7, 9, 9, 14 ], "texture": "#wood" }, + "up": { "uv": [ 7, 2, 9, 7 ], "texture": "#wood" }, + "north": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "south": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "west": { "uv": [ 2, 9, 7, 11 ], "texture": "#wood" }, + "east": { "uv": [ 9, 9, 14, 11 ], "texture": "#wood" } + } + }, + { "from": [ 6, 1, 14 ], + "to": [ 10, 9, 16 ], + "faces": { + "down": { "uv": [ 6, 14, 10, 16 ], "texture": "#wood" }, + "up": { "uv": [ 6, 0, 10, 2 ], "texture": "#wood" }, + "north": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood" }, + "south": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood", "cullface": "south" }, + "west": { "uv": [ 0, 7, 2, 15 ], "texture": "#wood" }, + "east": { "uv": [ 14, 7, 16, 15 ], "texture": "#wood" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/tripwire_hook_attached_powered.json b/1.11.2/assets/minecraft/models/block/tripwire_hook_attached_powered.json new file mode 100644 index 00000000..c9638eae --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/tripwire_hook_attached_powered.json @@ -0,0 +1,76 @@ +{ + "textures": { + "particle": "blocks/planks_oak", + "hook": "blocks/trip_wire_source", + "wood": "blocks/planks_oak", + "tripwire": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 0.5, 0 ], + "to": [ 8.25, 0.5, 6.7 ], + "rotation": { "origin": [ 8, 0, 0 ], "axis": "x", "angle": -22.5, "rescale": true }, + "faces": { + "down": { "uv": [ 0, 8, 16, 6 ], "texture": "#tripwire", "rotation": 90 }, + "up": { "uv": [ 0, 6, 16, 8 ], "texture": "#tripwire", "rotation": 90 } + } + }, + { "from": [ 6.2, 3.4, 6.7 ], + "to": [ 9.8, 4.2, 10.3 ], + "faces": { + "down": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "up": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "north": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" }, + "south": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "west": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "east": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 3.4, 9.1 ], + "to": [ 8.6, 4.2, 9.1 ], + "faces": { + "north": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 3.4, 7.9 ], + "to": [ 8.6, 4.2, 7.9 ], + "faces": { + "south": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 3.4, 7.9 ], + "to": [ 7.4, 4.2, 9.1 ], + "faces": { + "east": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 8.6, 3.4, 7.9 ], + "to": [ 8.6, 4.2, 9.1 ], + "faces": { + "west": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 5.2, 10 ], + "to": [ 8.8, 6.8, 14 ], + "rotation": { "origin": [ 8, 6, 14 ], "axis": "x", "angle": -22.5 }, + "faces": { + "down": { "uv": [ 7, 9, 9, 14 ], "texture": "#wood" }, + "up": { "uv": [ 7, 2, 9, 7 ], "texture": "#wood" }, + "north": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "south": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "west": { "uv": [ 2, 9, 7, 11 ], "texture": "#wood" }, + "east": { "uv": [ 9, 9, 14, 11 ], "texture": "#wood" } + } + }, + { "from": [ 6, 1, 14 ], + "to": [ 10, 9, 16 ], + "faces": { + "down": { "uv": [ 6, 14, 10, 16 ], "texture": "#wood" }, + "up": { "uv": [ 6, 0, 10, 2 ], "texture": "#wood" }, + "north": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood" }, + "south": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood", "cullface": "south" }, + "west": { "uv": [ 0, 7, 2, 15 ], "texture": "#wood" }, + "east": { "uv": [ 14, 7, 16, 15 ], "texture": "#wood" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/tripwire_hook_powered.json b/1.11.2/assets/minecraft/models/block/tripwire_hook_powered.json new file mode 100644 index 00000000..ef56c6d2 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/tripwire_hook_powered.json @@ -0,0 +1,67 @@ +{ + "textures": { + "particle": "blocks/planks_oak", + "hook": "blocks/trip_wire_source", + "wood": "blocks/planks_oak" + }, + "elements": [ + { "from": [ 6.2, 4.2, 6.7 ], + "to": [ 9.8, 5, 10.3 ], + "faces": { + "down": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "up": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "north": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" }, + "south": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "west": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "east": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 9.1 ], + "to": [ 8.6, 5, 9.1 ], + "faces": { + "north": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 7.9 ], + "to": [ 8.6, 5, 7.9 ], + "faces": { + "south": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 7.9 ], + "to": [ 7.4, 5, 9.1 ], + "faces": { + "east": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 8.6, 4.2, 7.9 ], + "to": [ 8.6, 5, 9.1 ], + "faces": { + "west": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 5.2, 10 ], + "to": [ 8.8, 6.8, 14 ], + "rotation": { "origin": [ 8, 6, 14 ], "axis": "x", "angle": -22.5 }, + "faces": { + "down": { "uv": [ 7, 9, 9, 14 ], "texture": "#wood" }, + "up": { "uv": [ 7, 2, 9, 7 ], "texture": "#wood" }, + "north": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "south": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "west": { "uv": [ 2, 9, 7, 11 ], "texture": "#wood" }, + "east": { "uv": [ 9, 9, 14, 11 ], "texture": "#wood" } + } + }, + { "from": [ 6, 1, 14 ], + "to": [ 10, 9, 16 ], + "faces": { + "down": { "uv": [ 6, 14, 10, 16 ], "texture": "#wood" }, + "up": { "uv": [ 6, 0, 10, 2 ], "texture": "#wood" }, + "north": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood" }, + "south": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood", "cullface": "south" }, + "west": { "uv": [ 0, 7, 2, 15 ], "texture": "#wood" }, + "east": { "uv": [ 14, 7, 16, 15 ], "texture": "#wood" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/tripwire_n.json b/1.11.2/assets/minecraft/models/block/tripwire_n.json new file mode 100644 index 00000000..00da3168 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/tripwire_n.json @@ -0,0 +1,33 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/tripwire_ne.json b/1.11.2/assets/minecraft/models/block/tripwire_ne.json new file mode 100644 index 00000000..bcc3f426 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/tripwire_ne.json @@ -0,0 +1,41 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 8, 1.5, 7.75 ], + "to": [ 12, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + }, + { "from": [ 12, 1.5, 7.75 ], + "to": [ 16, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/tripwire_ns.json b/1.11.2/assets/minecraft/models/block/tripwire_ns.json new file mode 100644 index 00000000..1500d109 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/tripwire_ns.json @@ -0,0 +1,41 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 12 ], + "to": [ 8.25, 1.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/tripwire_nse.json b/1.11.2/assets/minecraft/models/block/tripwire_nse.json new file mode 100644 index 00000000..10374ebf --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/tripwire_nse.json @@ -0,0 +1,57 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 12 ], + "to": [ 8.25, 1.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 8, 1.5, 7.75 ], + "to": [ 12, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + }, + { "from": [ 12, 1.5, 7.75 ], + "to": [ 16, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/tripwire_nsew.json b/1.11.2/assets/minecraft/models/block/tripwire_nsew.json new file mode 100644 index 00000000..f9f1f641 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/tripwire_nsew.json @@ -0,0 +1,73 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 12 ], + "to": [ 8.25, 1.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 0, 1.5, 7.75 ], + "to": [ 4, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + }, + { "from": [ 4, 1.5, 7.75 ], + "to": [ 8, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + }, + { "from": [ 8, 1.5, 7.75 ], + "to": [ 12, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + }, + { "from": [ 12, 1.5, 7.75 ], + "to": [ 16, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/unlit_redstone_lamp.json b/1.11.2/assets/minecraft/models/block/unlit_redstone_lamp.json new file mode 100644 index 00000000..363526b9 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/unlit_redstone_lamp.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/redstone_lamp_off" + } +} diff --git a/1.11.2/assets/minecraft/models/block/unlit_redstone_torch.json b/1.11.2/assets/minecraft/models/block/unlit_redstone_torch.json new file mode 100644 index 00000000..706ef0ac --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/unlit_redstone_torch.json @@ -0,0 +1,6 @@ +{ + "parent": "block/torch", + "textures": { + "torch": "blocks/redstone_torch_off" + } +} diff --git a/1.11.2/assets/minecraft/models/block/unlit_redstone_torch_wall.json b/1.11.2/assets/minecraft/models/block/unlit_redstone_torch_wall.json new file mode 100644 index 00000000..8b114ac8 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/unlit_redstone_torch_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "block/torch_wall", + "textures": { + "torch": "blocks/redstone_torch_off" + } +} diff --git a/1.11.2/assets/minecraft/models/block/upper_slab.json b/1.11.2/assets/minecraft/models/block/upper_slab.json new file mode 100644 index 00000000..e21eb932 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/upper_slab.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#side" + }, + "elements": [ + { "from": [ 0, 8, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 8 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 8 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 8 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 8 ], "texture": "#side", "cullface": "east" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/upper_slab_acacia.json b/1.11.2/assets/minecraft/models/block/upper_slab_acacia.json new file mode 100644 index 00000000..adb0ee02 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/upper_slab_acacia.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/planks_acacia", + "top": "blocks/planks_acacia", + "side": "blocks/planks_acacia" + } +} diff --git a/1.11.2/assets/minecraft/models/block/upper_slab_birch.json b/1.11.2/assets/minecraft/models/block/upper_slab_birch.json new file mode 100644 index 00000000..131f1c2e --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/upper_slab_birch.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/planks_birch", + "top": "blocks/planks_birch", + "side": "blocks/planks_birch" + } +} diff --git a/1.11.2/assets/minecraft/models/block/upper_slab_brick.json b/1.11.2/assets/minecraft/models/block/upper_slab_brick.json new file mode 100644 index 00000000..0205245f --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/upper_slab_brick.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/brick", + "top": "blocks/brick", + "side": "blocks/brick" + } +} diff --git a/1.11.2/assets/minecraft/models/block/upper_slab_cobblestone.json b/1.11.2/assets/minecraft/models/block/upper_slab_cobblestone.json new file mode 100644 index 00000000..ac72e444 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/upper_slab_cobblestone.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/cobblestone", + "top": "blocks/cobblestone", + "side": "blocks/cobblestone" + } +} diff --git a/1.11.2/assets/minecraft/models/block/upper_slab_dark_oak.json b/1.11.2/assets/minecraft/models/block/upper_slab_dark_oak.json new file mode 100644 index 00000000..b4424fc2 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/upper_slab_dark_oak.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/planks_big_oak", + "top": "blocks/planks_big_oak", + "side": "blocks/planks_big_oak" + } +} diff --git a/1.11.2/assets/minecraft/models/block/upper_slab_jungle.json b/1.11.2/assets/minecraft/models/block/upper_slab_jungle.json new file mode 100644 index 00000000..80b5eb65 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/upper_slab_jungle.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/planks_jungle", + "top": "blocks/planks_jungle", + "side": "blocks/planks_jungle" + } +} diff --git a/1.11.2/assets/minecraft/models/block/upper_slab_nether_brick.json b/1.11.2/assets/minecraft/models/block/upper_slab_nether_brick.json new file mode 100644 index 00000000..dabf97bd --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/upper_slab_nether_brick.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/nether_brick", + "top": "blocks/nether_brick", + "side": "blocks/nether_brick" + } +} diff --git a/1.11.2/assets/minecraft/models/block/upper_slab_oak.json b/1.11.2/assets/minecraft/models/block/upper_slab_oak.json new file mode 100644 index 00000000..4c1f3a56 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/upper_slab_oak.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/planks_oak", + "top": "blocks/planks_oak", + "side": "blocks/planks_oak" + } +} diff --git a/1.11.2/assets/minecraft/models/block/upper_slab_purpur.json b/1.11.2/assets/minecraft/models/block/upper_slab_purpur.json new file mode 100644 index 00000000..4f1b0436 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/upper_slab_purpur.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/purpur_block", + "top": "blocks/purpur_block", + "side": "blocks/purpur_block" + } +} diff --git a/1.11.2/assets/minecraft/models/block/upper_slab_quartz.json b/1.11.2/assets/minecraft/models/block/upper_slab_quartz.json new file mode 100644 index 00000000..fd75a452 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/upper_slab_quartz.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/quartz_block_bottom", + "top": "blocks/quartz_block_top", + "side": "blocks/quartz_block_side" + } +} diff --git a/1.11.2/assets/minecraft/models/block/upper_slab_red_sandstone.json b/1.11.2/assets/minecraft/models/block/upper_slab_red_sandstone.json new file mode 100644 index 00000000..2539bdf1 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/upper_slab_red_sandstone.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/red_sandstone_bottom", + "top": "blocks/red_sandstone_top", + "side": "blocks/red_sandstone_normal" + } +} diff --git a/1.11.2/assets/minecraft/models/block/upper_slab_sandstone.json b/1.11.2/assets/minecraft/models/block/upper_slab_sandstone.json new file mode 100644 index 00000000..476b45d9 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/upper_slab_sandstone.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/sandstone_bottom", + "top": "blocks/sandstone_top", + "side": "blocks/sandstone_normal" + } +} diff --git a/1.11.2/assets/minecraft/models/block/upper_slab_spruce.json b/1.11.2/assets/minecraft/models/block/upper_slab_spruce.json new file mode 100644 index 00000000..e2fd5990 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/upper_slab_spruce.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/planks_spruce", + "top": "blocks/planks_spruce", + "side": "blocks/planks_spruce" + } +} diff --git a/1.11.2/assets/minecraft/models/block/upper_slab_stone.json b/1.11.2/assets/minecraft/models/block/upper_slab_stone.json new file mode 100644 index 00000000..dff9915a --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/upper_slab_stone.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/stone_slab_top", + "top": "blocks/stone_slab_top", + "side": "blocks/stone_slab_side" + } +} diff --git a/1.11.2/assets/minecraft/models/block/upper_slab_stone_brick.json b/1.11.2/assets/minecraft/models/block/upper_slab_stone_brick.json new file mode 100644 index 00000000..4b952e00 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/upper_slab_stone_brick.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/stonebrick", + "top": "blocks/stonebrick", + "side": "blocks/stonebrick" + } +} diff --git a/1.11.2/assets/minecraft/models/block/vine_1.json b/1.11.2/assets/minecraft/models/block/vine_1.json new file mode 100644 index 00000000..f5df4dac --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/vine_1.json @@ -0,0 +1,17 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/vine", + "vine": "blocks/vine" + }, + "elements": [ + { "from": [ 0, 0, 15.2 ], + "to": [ 16, 16, 15.2 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/vine_1u.json b/1.11.2/assets/minecraft/models/block/vine_1u.json new file mode 100644 index 00000000..95420079 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/vine_1u.json @@ -0,0 +1,25 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/vine", + "vine": "blocks/vine" + }, + "elements": [ + { "from": [ 0, 15.2, 0 ], + "to": [ 16, 15.2, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 15.2 ], + "to": [ 16, 16, 15.2 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/vine_2.json b/1.11.2/assets/minecraft/models/block/vine_2.json new file mode 100644 index 00000000..76d80dfb --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/vine_2.json @@ -0,0 +1,25 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/vine", + "vine": "blocks/vine" + }, + "elements": [ + { "from": [ 0, 0, 0.8 ], + "to": [ 16, 16, 0.8 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/vine_2_opposite.json b/1.11.2/assets/minecraft/models/block/vine_2_opposite.json new file mode 100644 index 00000000..826f5b70 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/vine_2_opposite.json @@ -0,0 +1,25 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/vine", + "vine": "blocks/vine" + }, + "elements": [ + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0.8, 0, 0 ], + "to": [ 0.8, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/vine_2u.json b/1.11.2/assets/minecraft/models/block/vine_2u.json new file mode 100644 index 00000000..8d2ccd42 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/vine_2u.json @@ -0,0 +1,33 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/vine", + "vine": "blocks/vine" + }, + "elements": [ + { "from": [ 0, 15.2, 0 ], + "to": [ 16, 15.2, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.8 ], + "to": [ 16, 16, 0.8 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/vine_2u_opposite.json b/1.11.2/assets/minecraft/models/block/vine_2u_opposite.json new file mode 100644 index 00000000..ca9221c9 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/vine_2u_opposite.json @@ -0,0 +1,33 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/vine", + "vine": "blocks/vine" + }, + "elements": [ + { "from": [ 0, 15.2, 0 ], + "to": [ 16, 15.2, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0.8, 0, 0 ], + "to": [ 0.8, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/vine_3.json b/1.11.2/assets/minecraft/models/block/vine_3.json new file mode 100644 index 00000000..4188a5c0 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/vine_3.json @@ -0,0 +1,33 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/vine", + "vine": "blocks/vine" + }, + "elements": [ + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 15.2 ], + "to": [ 16, 16, 15.2 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.8 ], + "to": [ 16, 16, 0.8 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/vine_3u.json b/1.11.2/assets/minecraft/models/block/vine_3u.json new file mode 100644 index 00000000..a5e94773 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/vine_3u.json @@ -0,0 +1,41 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/vine", + "vine": "blocks/vine" + }, + "elements": [ + { "from": [ 0, 15.2, 0 ], + "to": [ 16, 15.2, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 15.2 ], + "to": [ 16, 16, 15.2 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.8 ], + "to": [ 16, 16, 0.8 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/vine_4.json b/1.11.2/assets/minecraft/models/block/vine_4.json new file mode 100644 index 00000000..781fa27e --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/vine_4.json @@ -0,0 +1,41 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/vine", + "vine": "blocks/vine" + }, + "elements": [ + { "from": [ 0.8, 0, 0 ], + "to": [ 0.8, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 15.2 ], + "to": [ 16, 16, 15.2 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.8 ], + "to": [ 16, 16, 0.8 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/vine_4u.json b/1.11.2/assets/minecraft/models/block/vine_4u.json new file mode 100644 index 00000000..6511e6d5 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/vine_4u.json @@ -0,0 +1,49 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/vine", + "vine": "blocks/vine" + }, + "elements": [ + { "from": [ 0, 15.2, 0 ], + "to": [ 16, 15.2, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0.8, 0, 0 ], + "to": [ 0.8, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 15.2 ], + "to": [ 16, 16, 15.2 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.8 ], + "to": [ 16, 16, 0.8 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/vine_u.json b/1.11.2/assets/minecraft/models/block/vine_u.json new file mode 100644 index 00000000..6826525e --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/vine_u.json @@ -0,0 +1,17 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/vine", + "vine": "blocks/vine" + }, + "elements": [ + { "from": [ 0, 15.2, 0 ], + "to": [ 16, 15.2, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/wall_gate_closed.json b/1.11.2/assets/minecraft/models/block/wall_gate_closed.json new file mode 100644 index 00000000..0304ae96 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/wall_gate_closed.json @@ -0,0 +1,96 @@ +{ + "ambientocclusion": false, + "textures": { + "particle" : "#texture" + }, + "elements": [ + { "__comment": "Left-hand post", + "from": [ 0, 2, 7 ], + "to": [ 2, 13, 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, 2, 7 ], + "to": [ 16, 13, 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, 3, 7 ], + "to": [ 8, 12, 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, 3, 7 ], + "to": [ 10, 12, 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, 3, 7 ], + "to": [ 6, 6, 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, 9, 7 ], + "to": [ 6, 12, 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, 3, 7 ], + "to": [ 14, 6, 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, 9, 7 ], + "to": [ 14, 12, 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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/wall_gate_open.json b/1.11.2/assets/minecraft/models/block/wall_gate_open.json new file mode 100644 index 00000000..99290154 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/wall_gate_open.json @@ -0,0 +1,96 @@ +{ + "ambientocclusion": false, + "textures": { + "particle" : "#texture" + }, + "elements": [ + { "__comment": "Left-hand post", + "from": [ 0, 2, 7 ], + "to": [ 2, 13, 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, 2, 7 ], + "to": [ 16, 13, 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, 3, 13 ], + "to": [ 2, 12, 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, 3, 13 ], + "to": [ 16, 12, 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, 3, 9 ], + "to": [ 2, 6, 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, 9, 9 ], + "to": [ 2, 12, 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, 3, 9 ], + "to": [ 16, 6, 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, 9, 9 ], + "to": [ 16, 12, 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" } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/wall_inventory.json b/1.11.2/assets/minecraft/models/block/wall_inventory.json new file mode 100644 index 00000000..4638d77e --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/wall_inventory.json @@ -0,0 +1,44 @@ +{ "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": "#wall" + }, + "elements": [ + { "from": [ 4, 0, 4 ], + "to": [ 12, 16, 12 ], + "faces": { + "down": { "uv": [ 4, 4, 12, 12 ], "texture": "#wall", "cullface": "down" }, + "up": { "uv": [ 4, 4, 12, 12 ], "texture": "#wall" }, + "north": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, + "south": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, + "west": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, + "east": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" } + }, + "__comment": "Center post" + }, + { "from": [ 5, 0, 0 ], + "to": [ 11, 13, 16 ], + "faces": { + "down": { "uv": [ 5, 0, 11, 16 ], "texture": "#wall", "cullface": "down" }, + "up": { "uv": [ 5, 0, 11, 16 ], "texture": "#wall" }, + "north": { "uv": [ 5, 3, 11, 16 ], "texture": "#wall", "cullface": "north" }, + "south": { "uv": [ 5, 3, 11, 16 ], "texture": "#wall", "cullface": "south" }, + "west": { "uv": [ 0, 3, 16, 16 ], "texture": "#wall" }, + "east": { "uv": [ 0, 3, 16, 16 ], "texture": "#wall" } + }, + "__comment": "Full wall" + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/wall_post.json b/1.11.2/assets/minecraft/models/block/wall_post.json new file mode 100644 index 00000000..89874dd3 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/wall_post.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "#wall" + }, + "elements": [ + { "from": [ 4, 0, 4 ], + "to": [ 12, 16, 12 ], + "faces": { + "down": { "texture": "#wall", "cullface": "down" }, + "up": { "texture": "#wall", "cullface": "up" }, + "north": { "texture": "#wall" }, + "south": { "texture": "#wall" }, + "west": { "texture": "#wall" }, + "east": { "texture": "#wall" } + }, + "__comment": "Center post" + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/wall_side.json b/1.11.2/assets/minecraft/models/block/wall_side.json new file mode 100644 index 00000000..301854c8 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/wall_side.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#wall" + }, + "elements": [ + { "from": [ 5, 0, 0 ], + "to": [ 11, 14, 8 ], + "faces": { + "down": { "texture": "#wall", "cullface": "down" }, + "up": { "texture": "#wall" }, + "north": { "texture": "#wall", "cullface": "north" }, + "west": { "texture": "#wall" }, + "east": { "texture": "#wall" } + }, + "__comment": "wall" + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/waterlily.json b/1.11.2/assets/minecraft/models/block/waterlily.json new file mode 100644 index 00000000..05ab3ec5 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/waterlily.json @@ -0,0 +1,16 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/waterlily", + "texture": "blocks/waterlily" + }, + "elements": [ + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "faces": { + "down": { "uv": [ 16, 16, 0, 0 ], "texture": "#texture", "tintindex": 0 }, + "up": { "uv": [ 16, 0, 0, 16 ], "texture": "#texture", "tintindex": 0 } + } + } + ] +} diff --git a/1.11.2/assets/minecraft/models/block/web.json b/1.11.2/assets/minecraft/models/block/web.json new file mode 100644 index 00000000..f8865a41 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/web.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/web" + } +} diff --git a/1.11.2/assets/minecraft/models/block/wheat_stage0.json b/1.11.2/assets/minecraft/models/block/wheat_stage0.json new file mode 100644 index 00000000..ce878813 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/wheat_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/wheat_stage_0" + } +} diff --git a/1.11.2/assets/minecraft/models/block/wheat_stage1.json b/1.11.2/assets/minecraft/models/block/wheat_stage1.json new file mode 100644 index 00000000..de91d6e7 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/wheat_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/wheat_stage_1" + } +} diff --git a/1.11.2/assets/minecraft/models/block/wheat_stage2.json b/1.11.2/assets/minecraft/models/block/wheat_stage2.json new file mode 100644 index 00000000..02fd59d1 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/wheat_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/wheat_stage_2" + } +} diff --git a/1.11.2/assets/minecraft/models/block/wheat_stage3.json b/1.11.2/assets/minecraft/models/block/wheat_stage3.json new file mode 100644 index 00000000..dfe64db3 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/wheat_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/wheat_stage_3" + } +} diff --git a/1.11.2/assets/minecraft/models/block/wheat_stage4.json b/1.11.2/assets/minecraft/models/block/wheat_stage4.json new file mode 100644 index 00000000..5ae3af4f --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/wheat_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/wheat_stage_4" + } +} diff --git a/1.11.2/assets/minecraft/models/block/wheat_stage5.json b/1.11.2/assets/minecraft/models/block/wheat_stage5.json new file mode 100644 index 00000000..3ceb724f --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/wheat_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/wheat_stage_5" + } +} diff --git a/1.11.2/assets/minecraft/models/block/wheat_stage6.json b/1.11.2/assets/minecraft/models/block/wheat_stage6.json new file mode 100644 index 00000000..dff51c34 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/wheat_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/wheat_stage_6" + } +} diff --git a/1.11.2/assets/minecraft/models/block/wheat_stage7.json b/1.11.2/assets/minecraft/models/block/wheat_stage7.json new file mode 100644 index 00000000..71dccdcf --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/wheat_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/wheat_stage_7" + } +} diff --git a/1.11.2/assets/minecraft/models/block/white_stained_glass_pane_noside.json b/1.11.2/assets/minecraft/models/block/white_stained_glass_pane_noside.json new file mode 100644 index 00000000..335e0daf --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/white_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside", + "textures": { + "pane": "blocks/glass_white" + } +} diff --git a/1.11.2/assets/minecraft/models/block/white_stained_glass_pane_noside_alt.json b/1.11.2/assets/minecraft/models/block/white_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..fdbf3b8c --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/white_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside_alt", + "textures": { + "pane": "blocks/glass_white" + } +} diff --git a/1.11.2/assets/minecraft/models/block/white_stained_glass_pane_post.json b/1.11.2/assets/minecraft/models/block/white_stained_glass_pane_post.json new file mode 100644 index 00000000..23979ef6 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/white_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_post", + "textures": { + "edge": "blocks/glass_pane_top_white", + "pane": "blocks/glass_white" + } +} diff --git a/1.11.2/assets/minecraft/models/block/white_stained_glass_pane_side.json b/1.11.2/assets/minecraft/models/block/white_stained_glass_pane_side.json new file mode 100644 index 00000000..53dba4ad --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/white_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side", + "textures": { + "edge": "blocks/glass_pane_top_white", + "pane": "blocks/glass_white" + } +} diff --git a/1.11.2/assets/minecraft/models/block/white_stained_glass_pane_side_alt.json b/1.11.2/assets/minecraft/models/block/white_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..ea5116b2 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/white_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side_alt", + "textures": { + "edge": "blocks/glass_pane_top_white", + "pane": "blocks/glass_white" + } +} diff --git a/1.11.2/assets/minecraft/models/block/white_tulip.json b/1.11.2/assets/minecraft/models/block/white_tulip.json new file mode 100644 index 00000000..a7566845 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/white_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/flower_tulip_white" + } +} diff --git a/1.11.2/assets/minecraft/models/block/white_wool.json b/1.11.2/assets/minecraft/models/block/white_wool.json new file mode 100644 index 00000000..8d65e424 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/white_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_white" + } +} diff --git a/1.11.2/assets/minecraft/models/block/wooden_button.json b/1.11.2/assets/minecraft/models/block/wooden_button.json new file mode 100644 index 00000000..71de1515 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/wooden_button.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/1.11.2/assets/minecraft/models/block/wooden_button_inventory.json b/1.11.2/assets/minecraft/models/block/wooden_button_inventory.json new file mode 100644 index 00000000..2dbeee4e --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/wooden_button_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button_inventory", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/1.11.2/assets/minecraft/models/block/wooden_button_pressed.json b/1.11.2/assets/minecraft/models/block/wooden_button_pressed.json new file mode 100644 index 00000000..6e87f53d --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/wooden_button_pressed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button_pressed", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/1.11.2/assets/minecraft/models/block/wooden_door_bottom.json b/1.11.2/assets/minecraft/models/block/wooden_door_bottom.json new file mode 100644 index 00000000..32c67408 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/wooden_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom", + "textures": { + "bottom": "blocks/door_wood_lower", + "top": "blocks/door_wood_upper" + } +} diff --git a/1.11.2/assets/minecraft/models/block/wooden_door_bottom_rh.json b/1.11.2/assets/minecraft/models/block/wooden_door_bottom_rh.json new file mode 100644 index 00000000..7ec8d01e --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/wooden_door_bottom_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom_rh", + "textures": { + "bottom": "blocks/door_wood_lower", + "top": "blocks/door_wood_upper" + } +} diff --git a/1.11.2/assets/minecraft/models/block/wooden_door_top.json b/1.11.2/assets/minecraft/models/block/wooden_door_top.json new file mode 100644 index 00000000..4d38b090 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/wooden_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top", + "textures": { + "bottom": "blocks/door_wood_lower", + "top": "blocks/door_wood_upper" + } +} diff --git a/1.11.2/assets/minecraft/models/block/wooden_door_top_rh.json b/1.11.2/assets/minecraft/models/block/wooden_door_top_rh.json new file mode 100644 index 00000000..642d4fdd --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/wooden_door_top_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top_rh", + "textures": { + "bottom": "blocks/door_wood_lower", + "top": "blocks/door_wood_upper" + } +} diff --git a/1.11.2/assets/minecraft/models/block/wooden_pressure_plate_down.json b/1.11.2/assets/minecraft/models/block/wooden_pressure_plate_down.json new file mode 100644 index 00000000..c14ba2fa --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/wooden_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_down", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/1.11.2/assets/minecraft/models/block/wooden_pressure_plate_up.json b/1.11.2/assets/minecraft/models/block/wooden_pressure_plate_up.json new file mode 100644 index 00000000..5438a156 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/wooden_pressure_plate_up.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_up", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/1.11.2/assets/minecraft/models/block/wooden_trapdoor_bottom.json b/1.11.2/assets/minecraft/models/block/wooden_trapdoor_bottom.json new file mode 100644 index 00000000..64915168 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/wooden_trapdoor_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/trapdoor_bottom", + "textures": { + "texture": "blocks/trapdoor" + } +} diff --git a/1.11.2/assets/minecraft/models/block/wooden_trapdoor_open.json b/1.11.2/assets/minecraft/models/block/wooden_trapdoor_open.json new file mode 100644 index 00000000..bf0fb3ff --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/wooden_trapdoor_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/trapdoor_open", + "textures": { + "texture": "blocks/trapdoor" + } +} diff --git a/1.11.2/assets/minecraft/models/block/wooden_trapdoor_top.json b/1.11.2/assets/minecraft/models/block/wooden_trapdoor_top.json new file mode 100644 index 00000000..6d032e71 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/wooden_trapdoor_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/trapdoor_top", + "textures": { + "texture": "blocks/trapdoor" + } +} diff --git a/1.11.2/assets/minecraft/models/block/yellow_stained_glass_pane_noside.json b/1.11.2/assets/minecraft/models/block/yellow_stained_glass_pane_noside.json new file mode 100644 index 00000000..ab7603bc --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/yellow_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside", + "textures": { + "pane": "blocks/glass_yellow" + } +} diff --git a/1.11.2/assets/minecraft/models/block/yellow_stained_glass_pane_noside_alt.json b/1.11.2/assets/minecraft/models/block/yellow_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..d2b5f387 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/yellow_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside_alt", + "textures": { + "pane": "blocks/glass_yellow" + } +} diff --git a/1.11.2/assets/minecraft/models/block/yellow_stained_glass_pane_post.json b/1.11.2/assets/minecraft/models/block/yellow_stained_glass_pane_post.json new file mode 100644 index 00000000..507ee081 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/yellow_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_post", + "textures": { + "edge": "blocks/glass_pane_top_yellow", + "pane": "blocks/glass_yellow" + } +} diff --git a/1.11.2/assets/minecraft/models/block/yellow_stained_glass_pane_side.json b/1.11.2/assets/minecraft/models/block/yellow_stained_glass_pane_side.json new file mode 100644 index 00000000..b963ca59 --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/yellow_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side", + "textures": { + "edge": "blocks/glass_pane_top_yellow", + "pane": "blocks/glass_yellow" + } +} diff --git a/1.11.2/assets/minecraft/models/block/yellow_stained_glass_pane_side_alt.json b/1.11.2/assets/minecraft/models/block/yellow_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..b1ed083d --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/yellow_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side_alt", + "textures": { + "edge": "blocks/glass_pane_top_yellow", + "pane": "blocks/glass_yellow" + } +} diff --git a/1.11.2/assets/minecraft/models/block/yellow_wool.json b/1.11.2/assets/minecraft/models/block/yellow_wool.json new file mode 100644 index 00000000..2f778dcf --- /dev/null +++ b/1.11.2/assets/minecraft/models/block/yellow_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_yellow" + } +} diff --git a/1.11.2/assets/minecraft/models/item/acacia_boat.json b/1.11.2/assets/minecraft/models/item/acacia_boat.json new file mode 100644 index 00000000..0391cd80 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/acacia_boat.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/acacia_boat" + } +} diff --git a/1.11.2/assets/minecraft/models/item/acacia_door.json b/1.11.2/assets/minecraft/models/item/acacia_door.json new file mode 100644 index 00000000..b78a5930 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/acacia_door.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/door_acacia" + } +} diff --git a/1.11.2/assets/minecraft/models/item/acacia_fence.json b/1.11.2/assets/minecraft/models/item/acacia_fence.json new file mode 100644 index 00000000..a191ee23 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/acacia_fence.json @@ -0,0 +1,3 @@ +{ + "parent": "block/acacia_fence_inventory" +} diff --git a/1.11.2/assets/minecraft/models/item/acacia_fence_gate.json b/1.11.2/assets/minecraft/models/item/acacia_fence_gate.json new file mode 100644 index 00000000..ba01defc --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/acacia_fence_gate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/acacia_fence_gate_closed" +} diff --git a/1.11.2/assets/minecraft/models/item/acacia_leaves.json b/1.11.2/assets/minecraft/models/item/acacia_leaves.json new file mode 100644 index 00000000..44b625bf --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/acacia_leaves.json @@ -0,0 +1,3 @@ +{ + "parent": "block/acacia_leaves" +} diff --git a/1.11.2/assets/minecraft/models/item/acacia_log.json b/1.11.2/assets/minecraft/models/item/acacia_log.json new file mode 100644 index 00000000..32edb560 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/acacia_log.json @@ -0,0 +1,3 @@ +{ + "parent": "block/acacia_log" +} diff --git a/1.11.2/assets/minecraft/models/item/acacia_planks.json b/1.11.2/assets/minecraft/models/item/acacia_planks.json new file mode 100644 index 00000000..7fcb12aa --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/acacia_planks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/acacia_planks" +} diff --git a/1.11.2/assets/minecraft/models/item/acacia_sapling.json b/1.11.2/assets/minecraft/models/item/acacia_sapling.json new file mode 100644 index 00000000..7fb76617 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/acacia_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/sapling_acacia" + } +} diff --git a/1.11.2/assets/minecraft/models/item/acacia_slab.json b/1.11.2/assets/minecraft/models/item/acacia_slab.json new file mode 100644 index 00000000..a0fe40a3 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/acacia_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/half_slab_acacia" +} diff --git a/1.11.2/assets/minecraft/models/item/acacia_stairs.json b/1.11.2/assets/minecraft/models/item/acacia_stairs.json new file mode 100644 index 00000000..570ee175 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/acacia_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/acacia_stairs" +} diff --git a/1.11.2/assets/minecraft/models/item/activator_rail.json b/1.11.2/assets/minecraft/models/item/activator_rail.json new file mode 100644 index 00000000..5f94c41f --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/activator_rail.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/rail_activator" + } +} diff --git a/1.11.2/assets/minecraft/models/item/allium.json b/1.11.2/assets/minecraft/models/item/allium.json new file mode 100644 index 00000000..d30e3fe2 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/allium.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/flower_allium" + } +} diff --git a/1.11.2/assets/minecraft/models/item/andesite.json b/1.11.2/assets/minecraft/models/item/andesite.json new file mode 100644 index 00000000..c6c205c1 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/andesite.json @@ -0,0 +1,3 @@ +{ + "parent": "block/andesite" +} diff --git a/1.11.2/assets/minecraft/models/item/andesite_smooth.json b/1.11.2/assets/minecraft/models/item/andesite_smooth.json new file mode 100644 index 00000000..479617aa --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/andesite_smooth.json @@ -0,0 +1,3 @@ +{ + "parent": "block/andesite_smooth" +} diff --git a/1.11.2/assets/minecraft/models/item/anvil_intact.json b/1.11.2/assets/minecraft/models/item/anvil_intact.json new file mode 100644 index 00000000..00c7ff52 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/anvil_intact.json @@ -0,0 +1,3 @@ +{ + "parent": "block/anvil_undamaged" +} diff --git a/1.11.2/assets/minecraft/models/item/anvil_slightly_damaged.json b/1.11.2/assets/minecraft/models/item/anvil_slightly_damaged.json new file mode 100644 index 00000000..093a65a5 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/anvil_slightly_damaged.json @@ -0,0 +1,3 @@ +{ + "parent": "block/anvil_slightly_damaged" +} diff --git a/1.11.2/assets/minecraft/models/item/anvil_very_damaged.json b/1.11.2/assets/minecraft/models/item/anvil_very_damaged.json new file mode 100644 index 00000000..4b180e40 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/anvil_very_damaged.json @@ -0,0 +1,3 @@ +{ + "parent": "block/anvil_very_damaged" +} diff --git a/1.11.2/assets/minecraft/models/item/apple.json b/1.11.2/assets/minecraft/models/item/apple.json new file mode 100644 index 00000000..68088f4e --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/apple.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/apple" + } +} diff --git a/1.11.2/assets/minecraft/models/item/armor_stand.json b/1.11.2/assets/minecraft/models/item/armor_stand.json new file mode 100644 index 00000000..b3102f2e --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/armor_stand.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/wooden_armorstand" + } +} diff --git a/1.11.2/assets/minecraft/models/item/arrow.json b/1.11.2/assets/minecraft/models/item/arrow.json new file mode 100644 index 00000000..c724c434 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/arrow.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/arrow" + } +} diff --git a/1.11.2/assets/minecraft/models/item/baked_potato.json b/1.11.2/assets/minecraft/models/item/baked_potato.json new file mode 100644 index 00000000..a919d1f4 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/baked_potato.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/potato_baked" + } +} diff --git a/1.11.2/assets/minecraft/models/item/banner.json b/1.11.2/assets/minecraft/models/item/banner.json new file mode 100644 index 00000000..4b16b2e1 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/banner.json @@ -0,0 +1,35 @@ +{ + "parent": "builtin/entity", + "display": { + "thirdperson_righthand": { + "rotation": [ 0, 90, 0 ], + "translation": [ 0, 2, 0.5], + "scale":[ 0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [ 0, 90, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 0.375, 0.375, 0.375] + }, + "gui": { + "rotation": [ 30, 20, 0 ], + "translation": [ 0, -3.25, 0], + "scale":[ 0.5325, 0.5325, 0.5325] + }, + "ground": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 1, 0], + "scale":[ 0.25, 0.25, 0.25] + }, + "head": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 16, 7], + "scale":[ 1.5, 1.5, 1.5 ] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 0.5, 0.5, 0.5] + } + } +} diff --git a/1.11.2/assets/minecraft/models/item/barrier.json b/1.11.2/assets/minecraft/models/item/barrier.json new file mode 100644 index 00000000..50d3b980 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/barrier.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/barrier" + } +} diff --git a/1.11.2/assets/minecraft/models/item/beacon.json b/1.11.2/assets/minecraft/models/item/beacon.json new file mode 100644 index 00000000..02f00d7e --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/beacon.json @@ -0,0 +1,3 @@ +{ + "parent": "block/beacon" +} diff --git a/1.11.2/assets/minecraft/models/item/bed.json b/1.11.2/assets/minecraft/models/item/bed.json new file mode 100644 index 00000000..f531dc1e --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/bed.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/bed" + } +} diff --git a/1.11.2/assets/minecraft/models/item/bedrock.json b/1.11.2/assets/minecraft/models/item/bedrock.json new file mode 100644 index 00000000..9ac9ca91 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/bedrock.json @@ -0,0 +1,3 @@ +{ + "parent": "block/bedrock" +} diff --git a/1.11.2/assets/minecraft/models/item/beef.json b/1.11.2/assets/minecraft/models/item/beef.json new file mode 100644 index 00000000..ca5419ce --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/beef.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/beef_raw" + } +} diff --git a/1.11.2/assets/minecraft/models/item/beetroot.json b/1.11.2/assets/minecraft/models/item/beetroot.json new file mode 100644 index 00000000..c3f242f7 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/beetroot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/beetroot" + } +} diff --git a/1.11.2/assets/minecraft/models/item/beetroot_seeds.json b/1.11.2/assets/minecraft/models/item/beetroot_seeds.json new file mode 100644 index 00000000..5b18e84a --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/beetroot_seeds.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/beetroot_seeds" + } +} diff --git a/1.11.2/assets/minecraft/models/item/beetroot_soup.json b/1.11.2/assets/minecraft/models/item/beetroot_soup.json new file mode 100644 index 00000000..48c45f45 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/beetroot_soup.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/beetroot_soup" + } +} diff --git a/1.11.2/assets/minecraft/models/item/birch_boat.json b/1.11.2/assets/minecraft/models/item/birch_boat.json new file mode 100644 index 00000000..fcb529dd --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/birch_boat.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/birch_boat" + } +} diff --git a/1.11.2/assets/minecraft/models/item/birch_door.json b/1.11.2/assets/minecraft/models/item/birch_door.json new file mode 100644 index 00000000..e9c0a452 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/birch_door.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/door_birch" + } +} diff --git a/1.11.2/assets/minecraft/models/item/birch_fence.json b/1.11.2/assets/minecraft/models/item/birch_fence.json new file mode 100644 index 00000000..2e9faa2d --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/birch_fence.json @@ -0,0 +1,3 @@ +{ + "parent": "block/birch_fence_inventory" +} diff --git a/1.11.2/assets/minecraft/models/item/birch_fence_gate.json b/1.11.2/assets/minecraft/models/item/birch_fence_gate.json new file mode 100644 index 00000000..a73a99c3 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/birch_fence_gate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/birch_fence_gate_closed" +} diff --git a/1.11.2/assets/minecraft/models/item/birch_leaves.json b/1.11.2/assets/minecraft/models/item/birch_leaves.json new file mode 100644 index 00000000..9a3f6d5f --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/birch_leaves.json @@ -0,0 +1,3 @@ +{ + "parent": "block/birch_leaves" +} diff --git a/1.11.2/assets/minecraft/models/item/birch_log.json b/1.11.2/assets/minecraft/models/item/birch_log.json new file mode 100644 index 00000000..8ae0965f --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/birch_log.json @@ -0,0 +1,3 @@ +{ + "parent": "block/birch_log" +} diff --git a/1.11.2/assets/minecraft/models/item/birch_planks.json b/1.11.2/assets/minecraft/models/item/birch_planks.json new file mode 100644 index 00000000..b5699077 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/birch_planks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/birch_planks" +} diff --git a/1.11.2/assets/minecraft/models/item/birch_sapling.json b/1.11.2/assets/minecraft/models/item/birch_sapling.json new file mode 100644 index 00000000..d9b6c4a5 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/birch_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/sapling_birch" + } +} diff --git a/1.11.2/assets/minecraft/models/item/birch_slab.json b/1.11.2/assets/minecraft/models/item/birch_slab.json new file mode 100644 index 00000000..73341c4b --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/birch_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/half_slab_birch" +} diff --git a/1.11.2/assets/minecraft/models/item/birch_stairs.json b/1.11.2/assets/minecraft/models/item/birch_stairs.json new file mode 100644 index 00000000..0e4b0be0 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/birch_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/birch_stairs" +} diff --git a/1.11.2/assets/minecraft/models/item/black_carpet.json b/1.11.2/assets/minecraft/models/item/black_carpet.json new file mode 100644 index 00000000..f2db3c5e --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/black_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/carpet_black" +} diff --git a/1.11.2/assets/minecraft/models/item/black_shulker_box.json b/1.11.2/assets/minecraft/models/item/black_shulker_box.json new file mode 100644 index 00000000..0884a19c --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/black_shulker_box.json @@ -0,0 +1,3 @@ +{ + "parent": "item/shulker_box" +} diff --git a/1.11.2/assets/minecraft/models/item/black_stained_glass.json b/1.11.2/assets/minecraft/models/item/black_stained_glass.json new file mode 100644 index 00000000..5a51ae1a --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/black_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glass_black" +} diff --git a/1.11.2/assets/minecraft/models/item/black_stained_glass_pane.json b/1.11.2/assets/minecraft/models/item/black_stained_glass_pane.json new file mode 100644 index 00000000..04c3b7c6 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/black_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/glass_black" + } +} diff --git a/1.11.2/assets/minecraft/models/item/black_stained_hardened_clay.json b/1.11.2/assets/minecraft/models/item/black_stained_hardened_clay.json new file mode 100644 index 00000000..5d75f8d5 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/black_stained_hardened_clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hardened_clay_black" +} diff --git a/1.11.2/assets/minecraft/models/item/black_wool.json b/1.11.2/assets/minecraft/models/item/black_wool.json new file mode 100644 index 00000000..786c753a --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/black_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/black_wool" +} diff --git a/1.11.2/assets/minecraft/models/item/blaze_powder.json b/1.11.2/assets/minecraft/models/item/blaze_powder.json new file mode 100644 index 00000000..f433bf3c --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/blaze_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/blaze_powder" + } +} diff --git a/1.11.2/assets/minecraft/models/item/blaze_rod.json b/1.11.2/assets/minecraft/models/item/blaze_rod.json new file mode 100644 index 00000000..54c85ac8 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/blaze_rod.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/blaze_rod" + } +} diff --git a/1.11.2/assets/minecraft/models/item/blue_carpet.json b/1.11.2/assets/minecraft/models/item/blue_carpet.json new file mode 100644 index 00000000..e72f58bc --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/blue_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/carpet_blue" +} diff --git a/1.11.2/assets/minecraft/models/item/blue_orchid.json b/1.11.2/assets/minecraft/models/item/blue_orchid.json new file mode 100644 index 00000000..8b8e99e4 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/blue_orchid.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/flower_blue_orchid" + } +} diff --git a/1.11.2/assets/minecraft/models/item/blue_shulker_box.json b/1.11.2/assets/minecraft/models/item/blue_shulker_box.json new file mode 100644 index 00000000..0884a19c --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/blue_shulker_box.json @@ -0,0 +1,3 @@ +{ + "parent": "item/shulker_box" +} diff --git a/1.11.2/assets/minecraft/models/item/blue_stained_glass.json b/1.11.2/assets/minecraft/models/item/blue_stained_glass.json new file mode 100644 index 00000000..9947610d --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/blue_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glass_blue" +} diff --git a/1.11.2/assets/minecraft/models/item/blue_stained_glass_pane.json b/1.11.2/assets/minecraft/models/item/blue_stained_glass_pane.json new file mode 100644 index 00000000..80056f02 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/blue_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/glass_blue" + } +} diff --git a/1.11.2/assets/minecraft/models/item/blue_stained_hardened_clay.json b/1.11.2/assets/minecraft/models/item/blue_stained_hardened_clay.json new file mode 100644 index 00000000..7d3a7f60 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/blue_stained_hardened_clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hardened_clay_blue" +} diff --git a/1.11.2/assets/minecraft/models/item/blue_wool.json b/1.11.2/assets/minecraft/models/item/blue_wool.json new file mode 100644 index 00000000..19e06920 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/blue_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/blue_wool" +} diff --git a/1.11.2/assets/minecraft/models/item/bone.json b/1.11.2/assets/minecraft/models/item/bone.json new file mode 100644 index 00000000..abc496a2 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/bone.json @@ -0,0 +1,13 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/bone" + }, + "display": { + "head": { + "rotation": [ 0, 0, -45 ], + "translation": [ 0, -4.5, -6.5], + "scale":[ 1, 1, 1 ] + } + } +} diff --git a/1.11.2/assets/minecraft/models/item/bone_block.json b/1.11.2/assets/minecraft/models/item/bone_block.json new file mode 100644 index 00000000..11a7c3e6 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/bone_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/bone_block" +} diff --git a/1.11.2/assets/minecraft/models/item/book.json b/1.11.2/assets/minecraft/models/item/book.json new file mode 100644 index 00000000..a81f0086 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/book.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/book_normal" + } +} diff --git a/1.11.2/assets/minecraft/models/item/bookshelf.json b/1.11.2/assets/minecraft/models/item/bookshelf.json new file mode 100644 index 00000000..102e2029 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/bookshelf.json @@ -0,0 +1,3 @@ +{ + "parent": "block/bookshelf" +} diff --git a/1.11.2/assets/minecraft/models/item/bottle_drinkable.json b/1.11.2/assets/minecraft/models/item/bottle_drinkable.json new file mode 100644 index 00000000..4be5a399 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/bottle_drinkable.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/potion_overlay", + "layer1": "items/potion_bottle_drinkable" + } +} diff --git a/1.11.2/assets/minecraft/models/item/bottle_lingering.json b/1.11.2/assets/minecraft/models/item/bottle_lingering.json new file mode 100644 index 00000000..de9b9764 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/bottle_lingering.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/potion_overlay", + "layer1": "items/potion_bottle_lingering" + } +} diff --git a/1.11.2/assets/minecraft/models/item/bottle_splash.json b/1.11.2/assets/minecraft/models/item/bottle_splash.json new file mode 100644 index 00000000..b8aa179d --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/bottle_splash.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/potion_overlay", + "layer1": "items/potion_bottle_splash" + } +} diff --git a/1.11.2/assets/minecraft/models/item/bow.json b/1.11.2/assets/minecraft/models/item/bow.json new file mode 100644 index 00000000..24bdd505 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/bow.json @@ -0,0 +1,50 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/bow_standby" + }, + "display": { + "thirdperson_righthand": { + "rotation": [ -80, 260, -40 ], + "translation": [ -1, -2, 2.5 ], + "scale": [ 0.9, 0.9, 0.9 ] + }, + "thirdperson_lefthand": { + "rotation": [ -80, -280, 40 ], + "translation": [ -1, -2, 2.5 ], + "scale": [ 0.9, 0.9, 0.9 ] + }, + "firstperson_righthand": { + "rotation": [ 0, -90, 25 ], + "translation": [ 1.13, 3.2, 1.13], + "scale": [ 0.68, 0.68, 0.68 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, 90, -25 ], + "translation": [ 1.13, 3.2, 1.13], + "scale": [ 0.68, 0.68, 0.68 ] + } + }, + "overrides": [ + { + "predicate": { + "pulling": 1 + }, + "model": "item/bow_pulling_0" + }, + { + "predicate": { + "pulling": 1, + "pull": 0.65 + }, + "model": "item/bow_pulling_1" + }, + { + "predicate": { + "pulling": 1, + "pull": 0.9 + }, + "model": "item/bow_pulling_2" + } + ] +} diff --git a/1.11.2/assets/minecraft/models/item/bow_pulling_0.json b/1.11.2/assets/minecraft/models/item/bow_pulling_0.json new file mode 100644 index 00000000..3bac7ae9 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/bow_pulling_0.json @@ -0,0 +1,6 @@ +{ + "parent": "item/bow", + "textures": { + "layer0": "items/bow_pulling_0" + } +} diff --git a/1.11.2/assets/minecraft/models/item/bow_pulling_1.json b/1.11.2/assets/minecraft/models/item/bow_pulling_1.json new file mode 100644 index 00000000..797d4ea0 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/bow_pulling_1.json @@ -0,0 +1,6 @@ +{ + "parent": "item/bow", + "textures": { + "layer0": "items/bow_pulling_1" + } +} diff --git a/1.11.2/assets/minecraft/models/item/bow_pulling_2.json b/1.11.2/assets/minecraft/models/item/bow_pulling_2.json new file mode 100644 index 00000000..3c475f61 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/bow_pulling_2.json @@ -0,0 +1,6 @@ +{ + "parent": "item/bow", + "textures": { + "layer0": "items/bow_pulling_2" + } +} diff --git a/1.11.2/assets/minecraft/models/item/bowl.json b/1.11.2/assets/minecraft/models/item/bowl.json new file mode 100644 index 00000000..b2205c7f --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/bowl.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/bowl" + } +} diff --git a/1.11.2/assets/minecraft/models/item/bread.json b/1.11.2/assets/minecraft/models/item/bread.json new file mode 100644 index 00000000..8ff04a01 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/bread.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/bread" + } +} diff --git a/1.11.2/assets/minecraft/models/item/brewing_stand.json b/1.11.2/assets/minecraft/models/item/brewing_stand.json new file mode 100644 index 00000000..bded1204 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/brewing_stand.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/brewing_stand" + } +} diff --git a/1.11.2/assets/minecraft/models/item/brick.json b/1.11.2/assets/minecraft/models/item/brick.json new file mode 100644 index 00000000..6cca5771 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/brick.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/brick" + } +} diff --git a/1.11.2/assets/minecraft/models/item/brick_block.json b/1.11.2/assets/minecraft/models/item/brick_block.json new file mode 100644 index 00000000..0337af3a --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/brick_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/brick" +} diff --git a/1.11.2/assets/minecraft/models/item/brick_slab.json b/1.11.2/assets/minecraft/models/item/brick_slab.json new file mode 100644 index 00000000..f088f82c --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/brick_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/half_slab_brick" +} diff --git a/1.11.2/assets/minecraft/models/item/brick_stairs.json b/1.11.2/assets/minecraft/models/item/brick_stairs.json new file mode 100644 index 00000000..ef796cef --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/brick_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/brick_stairs" +} diff --git a/1.11.2/assets/minecraft/models/item/broken_elytra.json b/1.11.2/assets/minecraft/models/item/broken_elytra.json new file mode 100644 index 00000000..60cb9d30 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/broken_elytra.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/broken_elytra" + } +} diff --git a/1.11.2/assets/minecraft/models/item/brown_carpet.json b/1.11.2/assets/minecraft/models/item/brown_carpet.json new file mode 100644 index 00000000..2fdfa0cb --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/brown_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/carpet_brown" +} diff --git a/1.11.2/assets/minecraft/models/item/brown_mushroom.json b/1.11.2/assets/minecraft/models/item/brown_mushroom.json new file mode 100644 index 00000000..f153d9eb --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/brown_mushroom.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/mushroom_brown" + } +} diff --git a/1.11.2/assets/minecraft/models/item/brown_mushroom_block.json b/1.11.2/assets/minecraft/models/item/brown_mushroom_block.json new file mode 100644 index 00000000..2279430e --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/brown_mushroom_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/brown_mushroom_block_cap_all" +} diff --git a/1.11.2/assets/minecraft/models/item/brown_shulker_box.json b/1.11.2/assets/minecraft/models/item/brown_shulker_box.json new file mode 100644 index 00000000..0884a19c --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/brown_shulker_box.json @@ -0,0 +1,3 @@ +{ + "parent": "item/shulker_box" +} diff --git a/1.11.2/assets/minecraft/models/item/brown_stained_glass.json b/1.11.2/assets/minecraft/models/item/brown_stained_glass.json new file mode 100644 index 00000000..d66a37fa --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/brown_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glass_brown" +} diff --git a/1.11.2/assets/minecraft/models/item/brown_stained_glass_pane.json b/1.11.2/assets/minecraft/models/item/brown_stained_glass_pane.json new file mode 100644 index 00000000..15bfbfcf --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/brown_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/glass_brown" + } +} diff --git a/1.11.2/assets/minecraft/models/item/brown_stained_hardened_clay.json b/1.11.2/assets/minecraft/models/item/brown_stained_hardened_clay.json new file mode 100644 index 00000000..a0f74051 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/brown_stained_hardened_clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hardened_clay_brown" +} diff --git a/1.11.2/assets/minecraft/models/item/brown_wool.json b/1.11.2/assets/minecraft/models/item/brown_wool.json new file mode 100644 index 00000000..7842c8fb --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/brown_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/brown_wool" +} diff --git a/1.11.2/assets/minecraft/models/item/bucket.json b/1.11.2/assets/minecraft/models/item/bucket.json new file mode 100644 index 00000000..aa764e17 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/bucket.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/bucket_empty" + } +} diff --git a/1.11.2/assets/minecraft/models/item/cactus.json b/1.11.2/assets/minecraft/models/item/cactus.json new file mode 100644 index 00000000..1e95f2d1 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/cactus.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cactus" +} diff --git a/1.11.2/assets/minecraft/models/item/cake.json b/1.11.2/assets/minecraft/models/item/cake.json new file mode 100644 index 00000000..75633147 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/cake.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/cake" + } +} diff --git a/1.11.2/assets/minecraft/models/item/carrot.json b/1.11.2/assets/minecraft/models/item/carrot.json new file mode 100644 index 00000000..3634037b --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/carrot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/carrot" + } +} diff --git a/1.11.2/assets/minecraft/models/item/carrot_on_a_stick.json b/1.11.2/assets/minecraft/models/item/carrot_on_a_stick.json new file mode 100644 index 00000000..332e7166 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/carrot_on_a_stick.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld_rod", + "textures": { + "layer0": "items/carrot_on_a_stick" + } +} diff --git a/1.11.2/assets/minecraft/models/item/cauldron.json b/1.11.2/assets/minecraft/models/item/cauldron.json new file mode 100644 index 00000000..c06707d9 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/cauldron.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/cauldron" + } +} diff --git a/1.11.2/assets/minecraft/models/item/chain_command_block.json b/1.11.2/assets/minecraft/models/item/chain_command_block.json new file mode 100644 index 00000000..f151ef14 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/chain_command_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/chain_command_block" +} diff --git a/1.11.2/assets/minecraft/models/item/chainmail_boots.json b/1.11.2/assets/minecraft/models/item/chainmail_boots.json new file mode 100644 index 00000000..bebded2f --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/chainmail_boots.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/chainmail_boots" + } +} diff --git a/1.11.2/assets/minecraft/models/item/chainmail_chestplate.json b/1.11.2/assets/minecraft/models/item/chainmail_chestplate.json new file mode 100644 index 00000000..031e1833 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/chainmail_chestplate.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/chainmail_chestplate" + } +} diff --git a/1.11.2/assets/minecraft/models/item/chainmail_helmet.json b/1.11.2/assets/minecraft/models/item/chainmail_helmet.json new file mode 100644 index 00000000..41c28bd2 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/chainmail_helmet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/chainmail_helmet" + } +} diff --git a/1.11.2/assets/minecraft/models/item/chainmail_leggings.json b/1.11.2/assets/minecraft/models/item/chainmail_leggings.json new file mode 100644 index 00000000..306c6c0d --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/chainmail_leggings.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/chainmail_leggings" + } +} diff --git a/1.11.2/assets/minecraft/models/item/charcoal.json b/1.11.2/assets/minecraft/models/item/charcoal.json new file mode 100644 index 00000000..679e6f14 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/charcoal.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/charcoal" + } +} diff --git a/1.11.2/assets/minecraft/models/item/chest.json b/1.11.2/assets/minecraft/models/item/chest.json new file mode 100644 index 00000000..7bfe2e69 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/chest.json @@ -0,0 +1,35 @@ +{ + "parent": "builtin/entity", + "display": { + "gui": { + "rotation": [ 30, 45, 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 ] + }, + "head": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 1, 1, 1] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 0.5, 0.5, 0.5 ] + }, + "thirdperson_righthand": { + "rotation": [ 75, 315, 0 ], + "translation": [ 0, 2.5, 0], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 315, 0 ], + "translation": [ 0, 0, 0], + "scale": [ 0.4, 0.4, 0.4 ] + } + } +} diff --git a/1.11.2/assets/minecraft/models/item/chest_minecart.json b/1.11.2/assets/minecraft/models/item/chest_minecart.json new file mode 100644 index 00000000..69f8fd68 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/chest_minecart.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/minecart_chest" + } +} diff --git a/1.11.2/assets/minecraft/models/item/chicken.json b/1.11.2/assets/minecraft/models/item/chicken.json new file mode 100644 index 00000000..646b6739 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/chicken.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/chicken_raw" + } +} diff --git a/1.11.2/assets/minecraft/models/item/chiseled_brick_monster_egg.json b/1.11.2/assets/minecraft/models/item/chiseled_brick_monster_egg.json new file mode 100644 index 00000000..b2ba7dd2 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/chiseled_brick_monster_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stonebrick_chiseled" +} diff --git a/1.11.2/assets/minecraft/models/item/chiseled_quartz_block.json b/1.11.2/assets/minecraft/models/item/chiseled_quartz_block.json new file mode 100644 index 00000000..9bafc881 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/chiseled_quartz_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/quartz_chiseled" +} diff --git a/1.11.2/assets/minecraft/models/item/chiseled_red_sandstone.json b/1.11.2/assets/minecraft/models/item/chiseled_red_sandstone.json new file mode 100644 index 00000000..215a14e7 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/chiseled_red_sandstone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_sandstone_chiseled" +} diff --git a/1.11.2/assets/minecraft/models/item/chiseled_sandstone.json b/1.11.2/assets/minecraft/models/item/chiseled_sandstone.json new file mode 100644 index 00000000..7dfb93b8 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/chiseled_sandstone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/sandstone_chiseled" +} diff --git a/1.11.2/assets/minecraft/models/item/chiseled_stonebrick.json b/1.11.2/assets/minecraft/models/item/chiseled_stonebrick.json new file mode 100644 index 00000000..b2ba7dd2 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/chiseled_stonebrick.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stonebrick_chiseled" +} diff --git a/1.11.2/assets/minecraft/models/item/chorus_flower.json b/1.11.2/assets/minecraft/models/item/chorus_flower.json new file mode 100644 index 00000000..5c621b09 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/chorus_flower.json @@ -0,0 +1,3 @@ +{ + "parent": "block/chorus_flower" +} diff --git a/1.11.2/assets/minecraft/models/item/chorus_fruit.json b/1.11.2/assets/minecraft/models/item/chorus_fruit.json new file mode 100644 index 00000000..36e4a7a6 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/chorus_fruit.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/chorus_fruit" + } +} diff --git a/1.11.2/assets/minecraft/models/item/chorus_fruit_popped.json b/1.11.2/assets/minecraft/models/item/chorus_fruit_popped.json new file mode 100644 index 00000000..c2ebc9c2 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/chorus_fruit_popped.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/chorus_fruit_popped" + } +} diff --git a/1.11.2/assets/minecraft/models/item/chorus_plant.json b/1.11.2/assets/minecraft/models/item/chorus_plant.json new file mode 100644 index 00000000..201329f7 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/chorus_plant.json @@ -0,0 +1,3 @@ +{ + "parent": "block/chorus_plant" +} diff --git a/1.11.2/assets/minecraft/models/item/clay.json b/1.11.2/assets/minecraft/models/item/clay.json new file mode 100644 index 00000000..329c9863 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/clay" +} diff --git a/1.11.2/assets/minecraft/models/item/clay_ball.json b/1.11.2/assets/minecraft/models/item/clay_ball.json new file mode 100644 index 00000000..9d9e9e82 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/clay_ball.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clay_ball" + } +} diff --git a/1.11.2/assets/minecraft/models/item/clock.json b/1.11.2/assets/minecraft/models/item/clock.json new file mode 100644 index 00000000..be4389ed --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/clock.json @@ -0,0 +1,73 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_00" + }, + "overrides": [ + { "predicate": { "time": 0.0000000 }, "model": "item/clock" }, + { "predicate": { "time": 0.0078125 }, "model": "item/clock_01" }, + { "predicate": { "time": 0.0234375 }, "model": "item/clock_02" }, + { "predicate": { "time": 0.0390625 }, "model": "item/clock_03" }, + { "predicate": { "time": 0.0546875 }, "model": "item/clock_04" }, + { "predicate": { "time": 0.0703125 }, "model": "item/clock_05" }, + { "predicate": { "time": 0.0859375 }, "model": "item/clock_06" }, + { "predicate": { "time": 0.1015625 }, "model": "item/clock_07" }, + { "predicate": { "time": 0.1171875 }, "model": "item/clock_08" }, + { "predicate": { "time": 0.1328125 }, "model": "item/clock_09" }, + { "predicate": { "time": 0.1484375 }, "model": "item/clock_10" }, + { "predicate": { "time": 0.1640625 }, "model": "item/clock_11" }, + { "predicate": { "time": 0.1796875 }, "model": "item/clock_12" }, + { "predicate": { "time": 0.1953125 }, "model": "item/clock_13" }, + { "predicate": { "time": 0.2109375 }, "model": "item/clock_14" }, + { "predicate": { "time": 0.2265625 }, "model": "item/clock_15" }, + { "predicate": { "time": 0.2421875 }, "model": "item/clock_16" }, + { "predicate": { "time": 0.2578125 }, "model": "item/clock_17" }, + { "predicate": { "time": 0.2734375 }, "model": "item/clock_18" }, + { "predicate": { "time": 0.2890625 }, "model": "item/clock_19" }, + { "predicate": { "time": 0.3046875 }, "model": "item/clock_20" }, + { "predicate": { "time": 0.3203125 }, "model": "item/clock_21" }, + { "predicate": { "time": 0.3359375 }, "model": "item/clock_22" }, + { "predicate": { "time": 0.3515625 }, "model": "item/clock_23" }, + { "predicate": { "time": 0.3671875 }, "model": "item/clock_24" }, + { "predicate": { "time": 0.3828125 }, "model": "item/clock_25" }, + { "predicate": { "time": 0.3984375 }, "model": "item/clock_26" }, + { "predicate": { "time": 0.4140625 }, "model": "item/clock_27" }, + { "predicate": { "time": 0.4296875 }, "model": "item/clock_28" }, + { "predicate": { "time": 0.4453125 }, "model": "item/clock_29" }, + { "predicate": { "time": 0.4609375 }, "model": "item/clock_30" }, + { "predicate": { "time": 0.4765625 }, "model": "item/clock_31" }, + { "predicate": { "time": 0.4921875 }, "model": "item/clock_32" }, + { "predicate": { "time": 0.5078125 }, "model": "item/clock_33" }, + { "predicate": { "time": 0.5234375 }, "model": "item/clock_34" }, + { "predicate": { "time": 0.5390625 }, "model": "item/clock_35" }, + { "predicate": { "time": 0.5546875 }, "model": "item/clock_36" }, + { "predicate": { "time": 0.5703125 }, "model": "item/clock_37" }, + { "predicate": { "time": 0.5859375 }, "model": "item/clock_38" }, + { "predicate": { "time": 0.6015625 }, "model": "item/clock_39" }, + { "predicate": { "time": 0.6171875 }, "model": "item/clock_40" }, + { "predicate": { "time": 0.6328125 }, "model": "item/clock_41" }, + { "predicate": { "time": 0.6484375 }, "model": "item/clock_42" }, + { "predicate": { "time": 0.6640625 }, "model": "item/clock_43" }, + { "predicate": { "time": 0.6796875 }, "model": "item/clock_44" }, + { "predicate": { "time": 0.6953125 }, "model": "item/clock_45" }, + { "predicate": { "time": 0.7109375 }, "model": "item/clock_46" }, + { "predicate": { "time": 0.7265625 }, "model": "item/clock_47" }, + { "predicate": { "time": 0.7421875 }, "model": "item/clock_48" }, + { "predicate": { "time": 0.7578125 }, "model": "item/clock_49" }, + { "predicate": { "time": 0.7734375 }, "model": "item/clock_50" }, + { "predicate": { "time": 0.7890625 }, "model": "item/clock_51" }, + { "predicate": { "time": 0.8046875 }, "model": "item/clock_52" }, + { "predicate": { "time": 0.8203125 }, "model": "item/clock_53" }, + { "predicate": { "time": 0.8359375 }, "model": "item/clock_54" }, + { "predicate": { "time": 0.8515625 }, "model": "item/clock_55" }, + { "predicate": { "time": 0.8671875 }, "model": "item/clock_56" }, + { "predicate": { "time": 0.8828125 }, "model": "item/clock_57" }, + { "predicate": { "time": 0.8984375 }, "model": "item/clock_58" }, + { "predicate": { "time": 0.9140625 }, "model": "item/clock_59" }, + { "predicate": { "time": 0.9296875 }, "model": "item/clock_60" }, + { "predicate": { "time": 0.9453125 }, "model": "item/clock_61" }, + { "predicate": { "time": 0.9609375 }, "model": "item/clock_62" }, + { "predicate": { "time": 0.9765625 }, "model": "item/clock_63" }, + { "predicate": { "time": 0.9921875 }, "model": "item/clock" } + ] +} diff --git a/1.11.2/assets/minecraft/models/item/clock_01.json b/1.11.2/assets/minecraft/models/item/clock_01.json new file mode 100644 index 00000000..a80fa6ff --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/clock_01.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_01" + } +} diff --git a/1.11.2/assets/minecraft/models/item/clock_02.json b/1.11.2/assets/minecraft/models/item/clock_02.json new file mode 100644 index 00000000..7c5cf79c --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/clock_02.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_02" + } +} diff --git a/1.11.2/assets/minecraft/models/item/clock_03.json b/1.11.2/assets/minecraft/models/item/clock_03.json new file mode 100644 index 00000000..f3cfcae6 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/clock_03.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_03" + } +} diff --git a/1.11.2/assets/minecraft/models/item/clock_04.json b/1.11.2/assets/minecraft/models/item/clock_04.json new file mode 100644 index 00000000..abec7b64 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/clock_04.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_04" + } +} diff --git a/1.11.2/assets/minecraft/models/item/clock_05.json b/1.11.2/assets/minecraft/models/item/clock_05.json new file mode 100644 index 00000000..1d8a9d8f --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/clock_05.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_05" + } +} diff --git a/1.11.2/assets/minecraft/models/item/clock_06.json b/1.11.2/assets/minecraft/models/item/clock_06.json new file mode 100644 index 00000000..0f0ad671 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/clock_06.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_06" + } +} diff --git a/1.11.2/assets/minecraft/models/item/clock_07.json b/1.11.2/assets/minecraft/models/item/clock_07.json new file mode 100644 index 00000000..a4017fd8 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/clock_07.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_07" + } +} diff --git a/1.11.2/assets/minecraft/models/item/clock_08.json b/1.11.2/assets/minecraft/models/item/clock_08.json new file mode 100644 index 00000000..32c44227 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/clock_08.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_08" + } +} diff --git a/1.11.2/assets/minecraft/models/item/clock_09.json b/1.11.2/assets/minecraft/models/item/clock_09.json new file mode 100644 index 00000000..94f7a230 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/clock_09.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_09" + } +} diff --git a/1.11.2/assets/minecraft/models/item/clock_10.json b/1.11.2/assets/minecraft/models/item/clock_10.json new file mode 100644 index 00000000..21d7d1ef --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/clock_10.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_10" + } +} diff --git a/1.11.2/assets/minecraft/models/item/clock_11.json b/1.11.2/assets/minecraft/models/item/clock_11.json new file mode 100644 index 00000000..38167cfa --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/clock_11.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_11" + } +} diff --git a/1.11.2/assets/minecraft/models/item/clock_12.json b/1.11.2/assets/minecraft/models/item/clock_12.json new file mode 100644 index 00000000..a80e2797 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/clock_12.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_12" + } +} diff --git a/1.11.2/assets/minecraft/models/item/clock_13.json b/1.11.2/assets/minecraft/models/item/clock_13.json new file mode 100644 index 00000000..3894e02b --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/clock_13.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_13" + } +} diff --git a/1.11.2/assets/minecraft/models/item/clock_14.json b/1.11.2/assets/minecraft/models/item/clock_14.json new file mode 100644 index 00000000..31054e33 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/clock_14.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_14" + } +} diff --git a/1.11.2/assets/minecraft/models/item/clock_15.json b/1.11.2/assets/minecraft/models/item/clock_15.json new file mode 100644 index 00000000..8bfe0855 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/clock_15.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_15" + } +} diff --git a/1.11.2/assets/minecraft/models/item/clock_16.json b/1.11.2/assets/minecraft/models/item/clock_16.json new file mode 100644 index 00000000..90e341f5 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/clock_16.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_16" + } +} diff --git a/1.11.2/assets/minecraft/models/item/clock_17.json b/1.11.2/assets/minecraft/models/item/clock_17.json new file mode 100644 index 00000000..1a81f5a2 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/clock_17.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_17" + } +} diff --git a/1.11.2/assets/minecraft/models/item/clock_18.json b/1.11.2/assets/minecraft/models/item/clock_18.json new file mode 100644 index 00000000..1df43b1f --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/clock_18.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_18" + } +} diff --git a/1.11.2/assets/minecraft/models/item/clock_19.json b/1.11.2/assets/minecraft/models/item/clock_19.json new file mode 100644 index 00000000..2e4d6362 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/clock_19.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_19" + } +} diff --git a/1.11.2/assets/minecraft/models/item/clock_20.json b/1.11.2/assets/minecraft/models/item/clock_20.json new file mode 100644 index 00000000..9d0ed270 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/clock_20.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_20" + } +} diff --git a/1.11.2/assets/minecraft/models/item/clock_21.json b/1.11.2/assets/minecraft/models/item/clock_21.json new file mode 100644 index 00000000..29248710 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/clock_21.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_21" + } +} diff --git a/1.11.2/assets/minecraft/models/item/clock_22.json b/1.11.2/assets/minecraft/models/item/clock_22.json new file mode 100644 index 00000000..32c2ca46 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/clock_22.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_22" + } +} diff --git a/1.11.2/assets/minecraft/models/item/clock_23.json b/1.11.2/assets/minecraft/models/item/clock_23.json new file mode 100644 index 00000000..493bdf0d --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/clock_23.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_23" + } +} diff --git a/1.11.2/assets/minecraft/models/item/clock_24.json b/1.11.2/assets/minecraft/models/item/clock_24.json new file mode 100644 index 00000000..3fd80643 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/clock_24.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_24" + } +} diff --git a/1.11.2/assets/minecraft/models/item/clock_25.json b/1.11.2/assets/minecraft/models/item/clock_25.json new file mode 100644 index 00000000..12ca11da --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/clock_25.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_25" + } +} diff --git a/1.11.2/assets/minecraft/models/item/clock_26.json b/1.11.2/assets/minecraft/models/item/clock_26.json new file mode 100644 index 00000000..8d10ae9b --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/clock_26.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_26" + } +} diff --git a/1.11.2/assets/minecraft/models/item/clock_27.json b/1.11.2/assets/minecraft/models/item/clock_27.json new file mode 100644 index 00000000..950efc8c --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/clock_27.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_27" + } +} diff --git a/1.11.2/assets/minecraft/models/item/clock_28.json b/1.11.2/assets/minecraft/models/item/clock_28.json new file mode 100644 index 00000000..c18a925c --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/clock_28.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_28" + } +} diff --git a/1.11.2/assets/minecraft/models/item/clock_29.json b/1.11.2/assets/minecraft/models/item/clock_29.json new file mode 100644 index 00000000..675e0e9e --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/clock_29.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_29" + } +} diff --git a/1.11.2/assets/minecraft/models/item/clock_30.json b/1.11.2/assets/minecraft/models/item/clock_30.json new file mode 100644 index 00000000..566e9d08 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/clock_30.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_30" + } +} diff --git a/1.11.2/assets/minecraft/models/item/clock_31.json b/1.11.2/assets/minecraft/models/item/clock_31.json new file mode 100644 index 00000000..62a9d0a6 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/clock_31.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_31" + } +} diff --git a/1.11.2/assets/minecraft/models/item/clock_32.json b/1.11.2/assets/minecraft/models/item/clock_32.json new file mode 100644 index 00000000..5455dcef --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/clock_32.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_32" + } +} diff --git a/1.11.2/assets/minecraft/models/item/clock_33.json b/1.11.2/assets/minecraft/models/item/clock_33.json new file mode 100644 index 00000000..87070c81 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/clock_33.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_33" + } +} diff --git a/1.11.2/assets/minecraft/models/item/clock_34.json b/1.11.2/assets/minecraft/models/item/clock_34.json new file mode 100644 index 00000000..f7e83f24 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/clock_34.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_34" + } +} diff --git a/1.11.2/assets/minecraft/models/item/clock_35.json b/1.11.2/assets/minecraft/models/item/clock_35.json new file mode 100644 index 00000000..7df669ca --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/clock_35.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_35" + } +} diff --git a/1.11.2/assets/minecraft/models/item/clock_36.json b/1.11.2/assets/minecraft/models/item/clock_36.json new file mode 100644 index 00000000..9c8249e9 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/clock_36.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_36" + } +} diff --git a/1.11.2/assets/minecraft/models/item/clock_37.json b/1.11.2/assets/minecraft/models/item/clock_37.json new file mode 100644 index 00000000..d42608d9 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/clock_37.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_37" + } +} diff --git a/1.11.2/assets/minecraft/models/item/clock_38.json b/1.11.2/assets/minecraft/models/item/clock_38.json new file mode 100644 index 00000000..89e6e25a --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/clock_38.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_38" + } +} diff --git a/1.11.2/assets/minecraft/models/item/clock_39.json b/1.11.2/assets/minecraft/models/item/clock_39.json new file mode 100644 index 00000000..6f0e240a --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/clock_39.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_39" + } +} diff --git a/1.11.2/assets/minecraft/models/item/clock_40.json b/1.11.2/assets/minecraft/models/item/clock_40.json new file mode 100644 index 00000000..52d3521a --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/clock_40.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_40" + } +} diff --git a/1.11.2/assets/minecraft/models/item/clock_41.json b/1.11.2/assets/minecraft/models/item/clock_41.json new file mode 100644 index 00000000..1849d818 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/clock_41.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_41" + } +} diff --git a/1.11.2/assets/minecraft/models/item/clock_42.json b/1.11.2/assets/minecraft/models/item/clock_42.json new file mode 100644 index 00000000..8cfaee8b --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/clock_42.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_42" + } +} diff --git a/1.11.2/assets/minecraft/models/item/clock_43.json b/1.11.2/assets/minecraft/models/item/clock_43.json new file mode 100644 index 00000000..4fbb8996 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/clock_43.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_43" + } +} diff --git a/1.11.2/assets/minecraft/models/item/clock_44.json b/1.11.2/assets/minecraft/models/item/clock_44.json new file mode 100644 index 00000000..033322e5 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/clock_44.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_44" + } +} diff --git a/1.11.2/assets/minecraft/models/item/clock_45.json b/1.11.2/assets/minecraft/models/item/clock_45.json new file mode 100644 index 00000000..f197403c --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/clock_45.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_45" + } +} diff --git a/1.11.2/assets/minecraft/models/item/clock_46.json b/1.11.2/assets/minecraft/models/item/clock_46.json new file mode 100644 index 00000000..74161041 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/clock_46.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_46" + } +} diff --git a/1.11.2/assets/minecraft/models/item/clock_47.json b/1.11.2/assets/minecraft/models/item/clock_47.json new file mode 100644 index 00000000..212ad808 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/clock_47.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_47" + } +} diff --git a/1.11.2/assets/minecraft/models/item/clock_48.json b/1.11.2/assets/minecraft/models/item/clock_48.json new file mode 100644 index 00000000..8305eb0f --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/clock_48.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_48" + } +} diff --git a/1.11.2/assets/minecraft/models/item/clock_49.json b/1.11.2/assets/minecraft/models/item/clock_49.json new file mode 100644 index 00000000..18a791c2 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/clock_49.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_49" + } +} diff --git a/1.11.2/assets/minecraft/models/item/clock_50.json b/1.11.2/assets/minecraft/models/item/clock_50.json new file mode 100644 index 00000000..67c38069 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/clock_50.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_50" + } +} diff --git a/1.11.2/assets/minecraft/models/item/clock_51.json b/1.11.2/assets/minecraft/models/item/clock_51.json new file mode 100644 index 00000000..9e03a85f --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/clock_51.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_51" + } +} diff --git a/1.11.2/assets/minecraft/models/item/clock_52.json b/1.11.2/assets/minecraft/models/item/clock_52.json new file mode 100644 index 00000000..09af0b0f --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/clock_52.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_52" + } +} diff --git a/1.11.2/assets/minecraft/models/item/clock_53.json b/1.11.2/assets/minecraft/models/item/clock_53.json new file mode 100644 index 00000000..c7f9e28e --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/clock_53.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_53" + } +} diff --git a/1.11.2/assets/minecraft/models/item/clock_54.json b/1.11.2/assets/minecraft/models/item/clock_54.json new file mode 100644 index 00000000..20e46bc7 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/clock_54.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_54" + } +} diff --git a/1.11.2/assets/minecraft/models/item/clock_55.json b/1.11.2/assets/minecraft/models/item/clock_55.json new file mode 100644 index 00000000..e7a68526 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/clock_55.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_55" + } +} diff --git a/1.11.2/assets/minecraft/models/item/clock_56.json b/1.11.2/assets/minecraft/models/item/clock_56.json new file mode 100644 index 00000000..40d6be54 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/clock_56.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_56" + } +} diff --git a/1.11.2/assets/minecraft/models/item/clock_57.json b/1.11.2/assets/minecraft/models/item/clock_57.json new file mode 100644 index 00000000..e8ce6be3 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/clock_57.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_57" + } +} diff --git a/1.11.2/assets/minecraft/models/item/clock_58.json b/1.11.2/assets/minecraft/models/item/clock_58.json new file mode 100644 index 00000000..2f7dce5d --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/clock_58.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_58" + } +} diff --git a/1.11.2/assets/minecraft/models/item/clock_59.json b/1.11.2/assets/minecraft/models/item/clock_59.json new file mode 100644 index 00000000..8d5ac4b8 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/clock_59.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_59" + } +} diff --git a/1.11.2/assets/minecraft/models/item/clock_60.json b/1.11.2/assets/minecraft/models/item/clock_60.json new file mode 100644 index 00000000..c7426a39 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/clock_60.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_60" + } +} diff --git a/1.11.2/assets/minecraft/models/item/clock_61.json b/1.11.2/assets/minecraft/models/item/clock_61.json new file mode 100644 index 00000000..64b649c1 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/clock_61.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_61" + } +} diff --git a/1.11.2/assets/minecraft/models/item/clock_62.json b/1.11.2/assets/minecraft/models/item/clock_62.json new file mode 100644 index 00000000..e5f3e3fc --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/clock_62.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_62" + } +} diff --git a/1.11.2/assets/minecraft/models/item/clock_63.json b/1.11.2/assets/minecraft/models/item/clock_63.json new file mode 100644 index 00000000..6fdb173b --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/clock_63.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_63" + } +} diff --git a/1.11.2/assets/minecraft/models/item/clownfish.json b/1.11.2/assets/minecraft/models/item/clownfish.json new file mode 100644 index 00000000..b0fbc71c --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/clownfish.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/fish_clownfish_raw" + } +} diff --git a/1.11.2/assets/minecraft/models/item/coal.json b/1.11.2/assets/minecraft/models/item/coal.json new file mode 100644 index 00000000..e9711906 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/coal.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/coal" + } +} diff --git a/1.11.2/assets/minecraft/models/item/coal_block.json b/1.11.2/assets/minecraft/models/item/coal_block.json new file mode 100644 index 00000000..3cb75fe3 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/coal_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/coal_block" +} diff --git a/1.11.2/assets/minecraft/models/item/coal_ore.json b/1.11.2/assets/minecraft/models/item/coal_ore.json new file mode 100644 index 00000000..cd432080 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/coal_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "block/coal_ore" +} diff --git a/1.11.2/assets/minecraft/models/item/coarse_dirt.json b/1.11.2/assets/minecraft/models/item/coarse_dirt.json new file mode 100644 index 00000000..0b0b7b28 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/coarse_dirt.json @@ -0,0 +1,3 @@ +{ + "parent": "block/coarse_dirt" +} diff --git a/1.11.2/assets/minecraft/models/item/cobblestone.json b/1.11.2/assets/minecraft/models/item/cobblestone.json new file mode 100644 index 00000000..6e8e19e4 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/cobblestone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cobblestone" +} diff --git a/1.11.2/assets/minecraft/models/item/cobblestone_monster_egg.json b/1.11.2/assets/minecraft/models/item/cobblestone_monster_egg.json new file mode 100644 index 00000000..6e8e19e4 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/cobblestone_monster_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cobblestone" +} diff --git a/1.11.2/assets/minecraft/models/item/cobblestone_slab.json b/1.11.2/assets/minecraft/models/item/cobblestone_slab.json new file mode 100644 index 00000000..bf17c318 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/cobblestone_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/half_slab_cobblestone" +} diff --git a/1.11.2/assets/minecraft/models/item/cobblestone_wall.json b/1.11.2/assets/minecraft/models/item/cobblestone_wall.json new file mode 100644 index 00000000..b9c6439e --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/cobblestone_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cobblestone_wall_inventory" +} diff --git a/1.11.2/assets/minecraft/models/item/cod.json b/1.11.2/assets/minecraft/models/item/cod.json new file mode 100644 index 00000000..0ff33990 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/cod.json @@ -0,0 +1,13 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/fish_cod_raw" + }, + "display": { + "head": { + "rotation": [ 0, 90, -60 ], + "translation": [ -7, -4, -7], + "scale":[ 0.8, 0.8, 0.8] + } + } +} diff --git a/1.11.2/assets/minecraft/models/item/command_block.json b/1.11.2/assets/minecraft/models/item/command_block.json new file mode 100644 index 00000000..5be8460d --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/command_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/command_block" +} diff --git a/1.11.2/assets/minecraft/models/item/command_block_minecart.json b/1.11.2/assets/minecraft/models/item/command_block_minecart.json new file mode 100644 index 00000000..b2f64a40 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/command_block_minecart.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/minecart_command_block" + } +} diff --git a/1.11.2/assets/minecraft/models/item/comparator.json b/1.11.2/assets/minecraft/models/item/comparator.json new file mode 100644 index 00000000..22b5a222 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/comparator.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/comparator" + } +} diff --git a/1.11.2/assets/minecraft/models/item/compass.json b/1.11.2/assets/minecraft/models/item/compass.json new file mode 100644 index 00000000..7d097c49 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/compass.json @@ -0,0 +1,41 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_16" + }, + "overrides": [ + { "predicate": { "angle": 0.000000 }, "model": "item/compass" }, + { "predicate": { "angle": 0.015625 }, "model": "item/compass_17" }, + { "predicate": { "angle": 0.046875 }, "model": "item/compass_18" }, + { "predicate": { "angle": 0.078125 }, "model": "item/compass_19" }, + { "predicate": { "angle": 0.109375 }, "model": "item/compass_20" }, + { "predicate": { "angle": 0.140625 }, "model": "item/compass_21" }, + { "predicate": { "angle": 0.171875 }, "model": "item/compass_22" }, + { "predicate": { "angle": 0.203125 }, "model": "item/compass_23" }, + { "predicate": { "angle": 0.234375 }, "model": "item/compass_24" }, + { "predicate": { "angle": 0.265625 }, "model": "item/compass_25" }, + { "predicate": { "angle": 0.296875 }, "model": "item/compass_26" }, + { "predicate": { "angle": 0.328125 }, "model": "item/compass_27" }, + { "predicate": { "angle": 0.359375 }, "model": "item/compass_28" }, + { "predicate": { "angle": 0.390625 }, "model": "item/compass_29" }, + { "predicate": { "angle": 0.421875 }, "model": "item/compass_30" }, + { "predicate": { "angle": 0.453125 }, "model": "item/compass_31" }, + { "predicate": { "angle": 0.484375 }, "model": "item/compass_00" }, + { "predicate": { "angle": 0.515625 }, "model": "item/compass_01" }, + { "predicate": { "angle": 0.546875 }, "model": "item/compass_02" }, + { "predicate": { "angle": 0.578125 }, "model": "item/compass_03" }, + { "predicate": { "angle": 0.609375 }, "model": "item/compass_04" }, + { "predicate": { "angle": 0.640625 }, "model": "item/compass_05" }, + { "predicate": { "angle": 0.671875 }, "model": "item/compass_06" }, + { "predicate": { "angle": 0.703125 }, "model": "item/compass_07" }, + { "predicate": { "angle": 0.734375 }, "model": "item/compass_08" }, + { "predicate": { "angle": 0.765625 }, "model": "item/compass_09" }, + { "predicate": { "angle": 0.796875 }, "model": "item/compass_10" }, + { "predicate": { "angle": 0.828125 }, "model": "item/compass_11" }, + { "predicate": { "angle": 0.859375 }, "model": "item/compass_12" }, + { "predicate": { "angle": 0.890625 }, "model": "item/compass_13" }, + { "predicate": { "angle": 0.921875 }, "model": "item/compass_14" }, + { "predicate": { "angle": 0.953125 }, "model": "item/compass_15" }, + { "predicate": { "angle": 0.984375 }, "model": "item/compass" } + ] +} diff --git a/1.11.2/assets/minecraft/models/item/compass_00.json b/1.11.2/assets/minecraft/models/item/compass_00.json new file mode 100644 index 00000000..1279a613 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/compass_00.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_00" + } +} diff --git a/1.11.2/assets/minecraft/models/item/compass_01.json b/1.11.2/assets/minecraft/models/item/compass_01.json new file mode 100644 index 00000000..6f9bff2b --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/compass_01.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_01" + } +} diff --git a/1.11.2/assets/minecraft/models/item/compass_02.json b/1.11.2/assets/minecraft/models/item/compass_02.json new file mode 100644 index 00000000..6ab597d3 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/compass_02.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_02" + } +} diff --git a/1.11.2/assets/minecraft/models/item/compass_03.json b/1.11.2/assets/minecraft/models/item/compass_03.json new file mode 100644 index 00000000..a3809e45 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/compass_03.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_03" + } +} diff --git a/1.11.2/assets/minecraft/models/item/compass_04.json b/1.11.2/assets/minecraft/models/item/compass_04.json new file mode 100644 index 00000000..eb0db3e2 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/compass_04.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_04" + } +} diff --git a/1.11.2/assets/minecraft/models/item/compass_05.json b/1.11.2/assets/minecraft/models/item/compass_05.json new file mode 100644 index 00000000..43df0723 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/compass_05.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_05" + } +} diff --git a/1.11.2/assets/minecraft/models/item/compass_06.json b/1.11.2/assets/minecraft/models/item/compass_06.json new file mode 100644 index 00000000..06371d68 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/compass_06.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_06" + } +} diff --git a/1.11.2/assets/minecraft/models/item/compass_07.json b/1.11.2/assets/minecraft/models/item/compass_07.json new file mode 100644 index 00000000..feff1a78 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/compass_07.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_07" + } +} diff --git a/1.11.2/assets/minecraft/models/item/compass_08.json b/1.11.2/assets/minecraft/models/item/compass_08.json new file mode 100644 index 00000000..5ba10459 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/compass_08.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_08" + } +} diff --git a/1.11.2/assets/minecraft/models/item/compass_09.json b/1.11.2/assets/minecraft/models/item/compass_09.json new file mode 100644 index 00000000..ea72092a --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/compass_09.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_09" + } +} diff --git a/1.11.2/assets/minecraft/models/item/compass_10.json b/1.11.2/assets/minecraft/models/item/compass_10.json new file mode 100644 index 00000000..98a69a8a --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/compass_10.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_10" + } +} diff --git a/1.11.2/assets/minecraft/models/item/compass_11.json b/1.11.2/assets/minecraft/models/item/compass_11.json new file mode 100644 index 00000000..31ff56c3 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/compass_11.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_11" + } +} diff --git a/1.11.2/assets/minecraft/models/item/compass_12.json b/1.11.2/assets/minecraft/models/item/compass_12.json new file mode 100644 index 00000000..ad73ad45 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/compass_12.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_12" + } +} diff --git a/1.11.2/assets/minecraft/models/item/compass_13.json b/1.11.2/assets/minecraft/models/item/compass_13.json new file mode 100644 index 00000000..74191b96 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/compass_13.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_13" + } +} diff --git a/1.11.2/assets/minecraft/models/item/compass_14.json b/1.11.2/assets/minecraft/models/item/compass_14.json new file mode 100644 index 00000000..abc4230d --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/compass_14.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_14" + } +} diff --git a/1.11.2/assets/minecraft/models/item/compass_15.json b/1.11.2/assets/minecraft/models/item/compass_15.json new file mode 100644 index 00000000..6d48ddd7 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/compass_15.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_15" + } +} diff --git a/1.11.2/assets/minecraft/models/item/compass_17.json b/1.11.2/assets/minecraft/models/item/compass_17.json new file mode 100644 index 00000000..63242778 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/compass_17.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_17" + } +} diff --git a/1.11.2/assets/minecraft/models/item/compass_18.json b/1.11.2/assets/minecraft/models/item/compass_18.json new file mode 100644 index 00000000..94ab6c31 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/compass_18.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_18" + } +} diff --git a/1.11.2/assets/minecraft/models/item/compass_19.json b/1.11.2/assets/minecraft/models/item/compass_19.json new file mode 100644 index 00000000..6d095d0c --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/compass_19.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_19" + } +} diff --git a/1.11.2/assets/minecraft/models/item/compass_20.json b/1.11.2/assets/minecraft/models/item/compass_20.json new file mode 100644 index 00000000..d5d2f624 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/compass_20.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_20" + } +} diff --git a/1.11.2/assets/minecraft/models/item/compass_21.json b/1.11.2/assets/minecraft/models/item/compass_21.json new file mode 100644 index 00000000..068e61f0 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/compass_21.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_21" + } +} diff --git a/1.11.2/assets/minecraft/models/item/compass_22.json b/1.11.2/assets/minecraft/models/item/compass_22.json new file mode 100644 index 00000000..704a7568 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/compass_22.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_22" + } +} diff --git a/1.11.2/assets/minecraft/models/item/compass_23.json b/1.11.2/assets/minecraft/models/item/compass_23.json new file mode 100644 index 00000000..d98fb086 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/compass_23.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_23" + } +} diff --git a/1.11.2/assets/minecraft/models/item/compass_24.json b/1.11.2/assets/minecraft/models/item/compass_24.json new file mode 100644 index 00000000..c6816853 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/compass_24.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_24" + } +} diff --git a/1.11.2/assets/minecraft/models/item/compass_25.json b/1.11.2/assets/minecraft/models/item/compass_25.json new file mode 100644 index 00000000..f7fb7d69 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/compass_25.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_25" + } +} diff --git a/1.11.2/assets/minecraft/models/item/compass_26.json b/1.11.2/assets/minecraft/models/item/compass_26.json new file mode 100644 index 00000000..53ef208e --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/compass_26.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_26" + } +} diff --git a/1.11.2/assets/minecraft/models/item/compass_27.json b/1.11.2/assets/minecraft/models/item/compass_27.json new file mode 100644 index 00000000..c4da3bd7 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/compass_27.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_27" + } +} diff --git a/1.11.2/assets/minecraft/models/item/compass_28.json b/1.11.2/assets/minecraft/models/item/compass_28.json new file mode 100644 index 00000000..d8551edf --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/compass_28.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_28" + } +} diff --git a/1.11.2/assets/minecraft/models/item/compass_29.json b/1.11.2/assets/minecraft/models/item/compass_29.json new file mode 100644 index 00000000..c3667eeb --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/compass_29.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_29" + } +} diff --git a/1.11.2/assets/minecraft/models/item/compass_30.json b/1.11.2/assets/minecraft/models/item/compass_30.json new file mode 100644 index 00000000..66f1c8d5 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/compass_30.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_30" + } +} diff --git a/1.11.2/assets/minecraft/models/item/compass_31.json b/1.11.2/assets/minecraft/models/item/compass_31.json new file mode 100644 index 00000000..7b180d57 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/compass_31.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_31" + } +} diff --git a/1.11.2/assets/minecraft/models/item/cooked_beef.json b/1.11.2/assets/minecraft/models/item/cooked_beef.json new file mode 100644 index 00000000..11d056a2 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/cooked_beef.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/beef_cooked" + } +} diff --git a/1.11.2/assets/minecraft/models/item/cooked_chicken.json b/1.11.2/assets/minecraft/models/item/cooked_chicken.json new file mode 100644 index 00000000..26e10f84 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/cooked_chicken.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/chicken_cooked" + } +} diff --git a/1.11.2/assets/minecraft/models/item/cooked_cod.json b/1.11.2/assets/minecraft/models/item/cooked_cod.json new file mode 100644 index 00000000..a6eb3c71 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/cooked_cod.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/fish_cod_cooked" + } +} diff --git a/1.11.2/assets/minecraft/models/item/cooked_mutton.json b/1.11.2/assets/minecraft/models/item/cooked_mutton.json new file mode 100644 index 00000000..457e465c --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/cooked_mutton.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/mutton_cooked" + } +} diff --git a/1.11.2/assets/minecraft/models/item/cooked_porkchop.json b/1.11.2/assets/minecraft/models/item/cooked_porkchop.json new file mode 100644 index 00000000..fea87265 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/cooked_porkchop.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/porkchop_cooked" + } +} diff --git a/1.11.2/assets/minecraft/models/item/cooked_rabbit.json b/1.11.2/assets/minecraft/models/item/cooked_rabbit.json new file mode 100644 index 00000000..e86ff163 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/cooked_rabbit.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/rabbit_cooked" + } +} diff --git a/1.11.2/assets/minecraft/models/item/cooked_salmon.json b/1.11.2/assets/minecraft/models/item/cooked_salmon.json new file mode 100644 index 00000000..c0992c32 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/cooked_salmon.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/fish_salmon_cooked" + } +} diff --git a/1.11.2/assets/minecraft/models/item/cookie.json b/1.11.2/assets/minecraft/models/item/cookie.json new file mode 100644 index 00000000..e1413d96 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/cookie.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/cookie" + } +} diff --git a/1.11.2/assets/minecraft/models/item/cracked_brick_monster_egg.json b/1.11.2/assets/minecraft/models/item/cracked_brick_monster_egg.json new file mode 100644 index 00000000..451025f9 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/cracked_brick_monster_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stonebrick_cracked" +} diff --git a/1.11.2/assets/minecraft/models/item/cracked_stonebrick.json b/1.11.2/assets/minecraft/models/item/cracked_stonebrick.json new file mode 100644 index 00000000..451025f9 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/cracked_stonebrick.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stonebrick_cracked" +} diff --git a/1.11.2/assets/minecraft/models/item/crafting_table.json b/1.11.2/assets/minecraft/models/item/crafting_table.json new file mode 100644 index 00000000..5ed7c346 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/crafting_table.json @@ -0,0 +1,3 @@ +{ + "parent": "block/crafting_table" +} diff --git a/1.11.2/assets/minecraft/models/item/cyan_carpet.json b/1.11.2/assets/minecraft/models/item/cyan_carpet.json new file mode 100644 index 00000000..a4f62974 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/cyan_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/carpet_cyan" +} diff --git a/1.11.2/assets/minecraft/models/item/cyan_shulker_box.json b/1.11.2/assets/minecraft/models/item/cyan_shulker_box.json new file mode 100644 index 00000000..0884a19c --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/cyan_shulker_box.json @@ -0,0 +1,3 @@ +{ + "parent": "item/shulker_box" +} diff --git a/1.11.2/assets/minecraft/models/item/cyan_stained_glass.json b/1.11.2/assets/minecraft/models/item/cyan_stained_glass.json new file mode 100644 index 00000000..0106ca63 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/cyan_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glass_cyan" +} diff --git a/1.11.2/assets/minecraft/models/item/cyan_stained_glass_pane.json b/1.11.2/assets/minecraft/models/item/cyan_stained_glass_pane.json new file mode 100644 index 00000000..3414246e --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/cyan_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/glass_cyan" + } +} diff --git a/1.11.2/assets/minecraft/models/item/cyan_stained_hardened_clay.json b/1.11.2/assets/minecraft/models/item/cyan_stained_hardened_clay.json new file mode 100644 index 00000000..797f155a --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/cyan_stained_hardened_clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hardened_clay_cyan" +} diff --git a/1.11.2/assets/minecraft/models/item/cyan_wool.json b/1.11.2/assets/minecraft/models/item/cyan_wool.json new file mode 100644 index 00000000..404cd055 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/cyan_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cyan_wool" +} diff --git a/1.11.2/assets/minecraft/models/item/dandelion.json b/1.11.2/assets/minecraft/models/item/dandelion.json new file mode 100644 index 00000000..ce8bc379 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/dandelion.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/flower_dandelion" + } +} diff --git a/1.11.2/assets/minecraft/models/item/dark_oak_boat.json b/1.11.2/assets/minecraft/models/item/dark_oak_boat.json new file mode 100644 index 00000000..0b75321c --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/dark_oak_boat.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/dark_oak_boat" + } +} diff --git a/1.11.2/assets/minecraft/models/item/dark_oak_door.json b/1.11.2/assets/minecraft/models/item/dark_oak_door.json new file mode 100644 index 00000000..f2448ef6 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/dark_oak_door.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/door_dark_oak" + } +} diff --git a/1.11.2/assets/minecraft/models/item/dark_oak_fence.json b/1.11.2/assets/minecraft/models/item/dark_oak_fence.json new file mode 100644 index 00000000..49f586cd --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/dark_oak_fence.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dark_oak_fence_inventory" +} diff --git a/1.11.2/assets/minecraft/models/item/dark_oak_fence_gate.json b/1.11.2/assets/minecraft/models/item/dark_oak_fence_gate.json new file mode 100644 index 00000000..8ab678e0 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/dark_oak_fence_gate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dark_oak_fence_gate_closed" +} diff --git a/1.11.2/assets/minecraft/models/item/dark_oak_leaves.json b/1.11.2/assets/minecraft/models/item/dark_oak_leaves.json new file mode 100644 index 00000000..6fa025a1 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/dark_oak_leaves.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dark_oak_leaves" +} diff --git a/1.11.2/assets/minecraft/models/item/dark_oak_log.json b/1.11.2/assets/minecraft/models/item/dark_oak_log.json new file mode 100644 index 00000000..5367456b --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/dark_oak_log.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dark_oak_log" +} diff --git a/1.11.2/assets/minecraft/models/item/dark_oak_planks.json b/1.11.2/assets/minecraft/models/item/dark_oak_planks.json new file mode 100644 index 00000000..afbfaa50 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/dark_oak_planks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dark_oak_planks" +} diff --git a/1.11.2/assets/minecraft/models/item/dark_oak_sapling.json b/1.11.2/assets/minecraft/models/item/dark_oak_sapling.json new file mode 100644 index 00000000..e1db19be --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/dark_oak_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/sapling_roofed_oak" + } +} diff --git a/1.11.2/assets/minecraft/models/item/dark_oak_slab.json b/1.11.2/assets/minecraft/models/item/dark_oak_slab.json new file mode 100644 index 00000000..f96b4311 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/dark_oak_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/half_slab_dark_oak" +} diff --git a/1.11.2/assets/minecraft/models/item/dark_oak_stairs.json b/1.11.2/assets/minecraft/models/item/dark_oak_stairs.json new file mode 100644 index 00000000..9ccee3bd --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/dark_oak_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dark_oak_stairs" +} diff --git a/1.11.2/assets/minecraft/models/item/dark_prismarine.json b/1.11.2/assets/minecraft/models/item/dark_prismarine.json new file mode 100644 index 00000000..ad9b0303 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/dark_prismarine.json @@ -0,0 +1,3 @@ +{ + "parent": "block/prismarine_dark" +} diff --git a/1.11.2/assets/minecraft/models/item/daylight_detector.json b/1.11.2/assets/minecraft/models/item/daylight_detector.json new file mode 100644 index 00000000..b646fa08 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/daylight_detector.json @@ -0,0 +1,3 @@ +{ + "parent": "block/daylight_detector" +} diff --git a/1.11.2/assets/minecraft/models/item/dead_bush.json b/1.11.2/assets/minecraft/models/item/dead_bush.json new file mode 100644 index 00000000..e57e518c --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/dead_bush.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/deadbush" + } +} diff --git a/1.11.2/assets/minecraft/models/item/detector_rail.json b/1.11.2/assets/minecraft/models/item/detector_rail.json new file mode 100644 index 00000000..efc4b8b7 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/detector_rail.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/rail_detector" + } +} diff --git a/1.11.2/assets/minecraft/models/item/diamond.json b/1.11.2/assets/minecraft/models/item/diamond.json new file mode 100644 index 00000000..3e0edfbe --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/diamond.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/diamond" + } +} diff --git a/1.11.2/assets/minecraft/models/item/diamond_axe.json b/1.11.2/assets/minecraft/models/item/diamond_axe.json new file mode 100644 index 00000000..ccf48cd4 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/diamond_axe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/diamond_axe" + } +} diff --git a/1.11.2/assets/minecraft/models/item/diamond_block.json b/1.11.2/assets/minecraft/models/item/diamond_block.json new file mode 100644 index 00000000..67ed76f1 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/diamond_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/diamond_block" +} diff --git a/1.11.2/assets/minecraft/models/item/diamond_boots.json b/1.11.2/assets/minecraft/models/item/diamond_boots.json new file mode 100644 index 00000000..c722f852 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/diamond_boots.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/diamond_boots" + } +} diff --git a/1.11.2/assets/minecraft/models/item/diamond_chestplate.json b/1.11.2/assets/minecraft/models/item/diamond_chestplate.json new file mode 100644 index 00000000..4b7c3f92 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/diamond_chestplate.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/diamond_chestplate" + } +} diff --git a/1.11.2/assets/minecraft/models/item/diamond_helmet.json b/1.11.2/assets/minecraft/models/item/diamond_helmet.json new file mode 100644 index 00000000..f72420d6 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/diamond_helmet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/diamond_helmet" + } +} diff --git a/1.11.2/assets/minecraft/models/item/diamond_hoe.json b/1.11.2/assets/minecraft/models/item/diamond_hoe.json new file mode 100644 index 00000000..19b5a104 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/diamond_hoe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/diamond_hoe" + } +} diff --git a/1.11.2/assets/minecraft/models/item/diamond_horse_armor.json b/1.11.2/assets/minecraft/models/item/diamond_horse_armor.json new file mode 100644 index 00000000..54f602ee --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/diamond_horse_armor.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/diamond_horse_armor" + } +} diff --git a/1.11.2/assets/minecraft/models/item/diamond_leggings.json b/1.11.2/assets/minecraft/models/item/diamond_leggings.json new file mode 100644 index 00000000..df99cbd9 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/diamond_leggings.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/diamond_leggings" + } +} diff --git a/1.11.2/assets/minecraft/models/item/diamond_ore.json b/1.11.2/assets/minecraft/models/item/diamond_ore.json new file mode 100644 index 00000000..f589a392 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/diamond_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "block/diamond_ore" +} diff --git a/1.11.2/assets/minecraft/models/item/diamond_pickaxe.json b/1.11.2/assets/minecraft/models/item/diamond_pickaxe.json new file mode 100644 index 00000000..f9d51fe3 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/diamond_pickaxe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/diamond_pickaxe" + } +} diff --git a/1.11.2/assets/minecraft/models/item/diamond_shovel.json b/1.11.2/assets/minecraft/models/item/diamond_shovel.json new file mode 100644 index 00000000..42ae374a --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/diamond_shovel.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/diamond_shovel" + } +} diff --git a/1.11.2/assets/minecraft/models/item/diamond_sword.json b/1.11.2/assets/minecraft/models/item/diamond_sword.json new file mode 100644 index 00000000..bf0adad4 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/diamond_sword.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/diamond_sword" + } +} diff --git a/1.11.2/assets/minecraft/models/item/diorite.json b/1.11.2/assets/minecraft/models/item/diorite.json new file mode 100644 index 00000000..885f62c6 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/diorite.json @@ -0,0 +1,3 @@ +{ + "parent": "block/diorite" +} diff --git a/1.11.2/assets/minecraft/models/item/diorite_smooth.json b/1.11.2/assets/minecraft/models/item/diorite_smooth.json new file mode 100644 index 00000000..931f6428 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/diorite_smooth.json @@ -0,0 +1,3 @@ +{ + "parent": "block/diorite_smooth" +} diff --git a/1.11.2/assets/minecraft/models/item/dirt.json b/1.11.2/assets/minecraft/models/item/dirt.json new file mode 100644 index 00000000..7fa106a8 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/dirt.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dirt" +} diff --git a/1.11.2/assets/minecraft/models/item/dispenser.json b/1.11.2/assets/minecraft/models/item/dispenser.json new file mode 100644 index 00000000..3c0fbc3a --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/dispenser.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dispenser" +} diff --git a/1.11.2/assets/minecraft/models/item/double_fern.json b/1.11.2/assets/minecraft/models/item/double_fern.json new file mode 100644 index 00000000..238d22be --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/double_fern.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/double_plant_fern_top" + } +} diff --git a/1.11.2/assets/minecraft/models/item/double_grass.json b/1.11.2/assets/minecraft/models/item/double_grass.json new file mode 100644 index 00000000..e35bb883 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/double_grass.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/double_plant_grass_top" + } +} diff --git a/1.11.2/assets/minecraft/models/item/double_rose.json b/1.11.2/assets/minecraft/models/item/double_rose.json new file mode 100644 index 00000000..a5b6bbab --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/double_rose.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/double_plant_rose_top" + } +} diff --git a/1.11.2/assets/minecraft/models/item/dragon_breath.json b/1.11.2/assets/minecraft/models/item/dragon_breath.json new file mode 100644 index 00000000..d9c4210c --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/dragon_breath.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/dragon_breath" + } +} diff --git a/1.11.2/assets/minecraft/models/item/dragon_egg.json b/1.11.2/assets/minecraft/models/item/dragon_egg.json new file mode 100644 index 00000000..aacec341 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/dragon_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dragon_egg" +} diff --git a/1.11.2/assets/minecraft/models/item/dropper.json b/1.11.2/assets/minecraft/models/item/dropper.json new file mode 100644 index 00000000..ac87db08 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/dropper.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dropper" +} diff --git a/1.11.2/assets/minecraft/models/item/dye_black.json b/1.11.2/assets/minecraft/models/item/dye_black.json new file mode 100644 index 00000000..afd128f4 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/dye_black.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/dye_powder_black" + } +} diff --git a/1.11.2/assets/minecraft/models/item/dye_blue.json b/1.11.2/assets/minecraft/models/item/dye_blue.json new file mode 100644 index 00000000..5e0887a4 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/dye_blue.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/dye_powder_blue" + } +} diff --git a/1.11.2/assets/minecraft/models/item/dye_brown.json b/1.11.2/assets/minecraft/models/item/dye_brown.json new file mode 100644 index 00000000..c7a6ab1e --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/dye_brown.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/dye_powder_brown" + } +} diff --git a/1.11.2/assets/minecraft/models/item/dye_cyan.json b/1.11.2/assets/minecraft/models/item/dye_cyan.json new file mode 100644 index 00000000..c8954f1a --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/dye_cyan.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/dye_powder_cyan" + } +} diff --git a/1.11.2/assets/minecraft/models/item/dye_gray.json b/1.11.2/assets/minecraft/models/item/dye_gray.json new file mode 100644 index 00000000..68994c1c --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/dye_gray.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/dye_powder_gray" + } +} diff --git a/1.11.2/assets/minecraft/models/item/dye_green.json b/1.11.2/assets/minecraft/models/item/dye_green.json new file mode 100644 index 00000000..19749a12 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/dye_green.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/dye_powder_green" + } +} diff --git a/1.11.2/assets/minecraft/models/item/dye_light_blue.json b/1.11.2/assets/minecraft/models/item/dye_light_blue.json new file mode 100644 index 00000000..0064b3ea --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/dye_light_blue.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/dye_powder_light_blue" + } +} diff --git a/1.11.2/assets/minecraft/models/item/dye_lime.json b/1.11.2/assets/minecraft/models/item/dye_lime.json new file mode 100644 index 00000000..328d7e14 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/dye_lime.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/dye_powder_lime" + } +} diff --git a/1.11.2/assets/minecraft/models/item/dye_magenta.json b/1.11.2/assets/minecraft/models/item/dye_magenta.json new file mode 100644 index 00000000..1b8cc41d --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/dye_magenta.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/dye_powder_magenta" + } +} diff --git a/1.11.2/assets/minecraft/models/item/dye_orange.json b/1.11.2/assets/minecraft/models/item/dye_orange.json new file mode 100644 index 00000000..b10f76e5 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/dye_orange.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/dye_powder_orange" + } +} diff --git a/1.11.2/assets/minecraft/models/item/dye_pink.json b/1.11.2/assets/minecraft/models/item/dye_pink.json new file mode 100644 index 00000000..35b02b64 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/dye_pink.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/dye_powder_pink" + } +} diff --git a/1.11.2/assets/minecraft/models/item/dye_purple.json b/1.11.2/assets/minecraft/models/item/dye_purple.json new file mode 100644 index 00000000..9b6150ae --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/dye_purple.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/dye_powder_purple" + } +} diff --git a/1.11.2/assets/minecraft/models/item/dye_red.json b/1.11.2/assets/minecraft/models/item/dye_red.json new file mode 100644 index 00000000..927f6f44 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/dye_red.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/dye_powder_red" + } +} diff --git a/1.11.2/assets/minecraft/models/item/dye_silver.json b/1.11.2/assets/minecraft/models/item/dye_silver.json new file mode 100644 index 00000000..7f877baf --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/dye_silver.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/dye_powder_silver" + } +} diff --git a/1.11.2/assets/minecraft/models/item/dye_white.json b/1.11.2/assets/minecraft/models/item/dye_white.json new file mode 100644 index 00000000..f3f89c51 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/dye_white.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/dye_powder_white" + } +} diff --git a/1.11.2/assets/minecraft/models/item/dye_yellow.json b/1.11.2/assets/minecraft/models/item/dye_yellow.json new file mode 100644 index 00000000..0fe57b2c --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/dye_yellow.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/dye_powder_yellow" + } +} diff --git a/1.11.2/assets/minecraft/models/item/egg.json b/1.11.2/assets/minecraft/models/item/egg.json new file mode 100644 index 00000000..22cefe4b --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/egg.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/egg" + } +} diff --git a/1.11.2/assets/minecraft/models/item/elytra.json b/1.11.2/assets/minecraft/models/item/elytra.json new file mode 100644 index 00000000..1a4e3cb4 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/elytra.json @@ -0,0 +1,14 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/elytra" + }, + "overrides": [ + { + "predicate": { + "broken": 1 + }, + "model": "item/broken_elytra" + } + ] +} diff --git a/1.11.2/assets/minecraft/models/item/emerald.json b/1.11.2/assets/minecraft/models/item/emerald.json new file mode 100644 index 00000000..48e70672 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/emerald.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/emerald" + } +} diff --git a/1.11.2/assets/minecraft/models/item/emerald_block.json b/1.11.2/assets/minecraft/models/item/emerald_block.json new file mode 100644 index 00000000..46b4d61d --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/emerald_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/emerald_block" +} diff --git a/1.11.2/assets/minecraft/models/item/emerald_ore.json b/1.11.2/assets/minecraft/models/item/emerald_ore.json new file mode 100644 index 00000000..8c0cf6d4 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/emerald_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "block/emerald_ore" +} diff --git a/1.11.2/assets/minecraft/models/item/enchanted_book.json b/1.11.2/assets/minecraft/models/item/enchanted_book.json new file mode 100644 index 00000000..bc32d4ef --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/enchanted_book.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/book_enchanted" + } +} diff --git a/1.11.2/assets/minecraft/models/item/enchanting_table.json b/1.11.2/assets/minecraft/models/item/enchanting_table.json new file mode 100644 index 00000000..b5dcc8d2 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/enchanting_table.json @@ -0,0 +1,3 @@ +{ + "parent": "block/enchanting_table_base" +} diff --git a/1.11.2/assets/minecraft/models/item/end_bricks.json b/1.11.2/assets/minecraft/models/item/end_bricks.json new file mode 100644 index 00000000..a42214b0 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/end_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/end_bricks" +} diff --git a/1.11.2/assets/minecraft/models/item/end_crystal.json b/1.11.2/assets/minecraft/models/item/end_crystal.json new file mode 100644 index 00000000..1e3fbf15 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/end_crystal.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/end_crystal" + } +} diff --git a/1.11.2/assets/minecraft/models/item/end_portal_frame.json b/1.11.2/assets/minecraft/models/item/end_portal_frame.json new file mode 100644 index 00000000..9156cbe1 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/end_portal_frame.json @@ -0,0 +1,3 @@ +{ + "parent": "block/end_portal_frame_empty" +} diff --git a/1.11.2/assets/minecraft/models/item/end_rod.json b/1.11.2/assets/minecraft/models/item/end_rod.json new file mode 100644 index 00000000..1f6c26e1 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/end_rod.json @@ -0,0 +1,6 @@ +{ + "parent": "block/end_rod", + "textures": { + "layer0": "blocks/end_rod" + } +} diff --git a/1.11.2/assets/minecraft/models/item/end_stone.json b/1.11.2/assets/minecraft/models/item/end_stone.json new file mode 100644 index 00000000..1d8ed6d1 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/end_stone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/end_stone" +} diff --git a/1.11.2/assets/minecraft/models/item/ender_chest.json b/1.11.2/assets/minecraft/models/item/ender_chest.json new file mode 100644 index 00000000..c7435714 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/ender_chest.json @@ -0,0 +1,3 @@ +{ + "parent": "item/chest" +} diff --git a/1.11.2/assets/minecraft/models/item/ender_eye.json b/1.11.2/assets/minecraft/models/item/ender_eye.json new file mode 100644 index 00000000..63be207c --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/ender_eye.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/ender_eye" + } +} diff --git a/1.11.2/assets/minecraft/models/item/ender_pearl.json b/1.11.2/assets/minecraft/models/item/ender_pearl.json new file mode 100644 index 00000000..7f719568 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/ender_pearl.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/ender_pearl" + } +} diff --git a/1.11.2/assets/minecraft/models/item/experience_bottle.json b/1.11.2/assets/minecraft/models/item/experience_bottle.json new file mode 100644 index 00000000..66bb69f9 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/experience_bottle.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/experience_bottle" + } +} diff --git a/1.11.2/assets/minecraft/models/item/farmland.json b/1.11.2/assets/minecraft/models/item/farmland.json new file mode 100644 index 00000000..41086220 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/farmland.json @@ -0,0 +1,3 @@ +{ + "parent": "block/farmland_dry" +} diff --git a/1.11.2/assets/minecraft/models/item/feather.json b/1.11.2/assets/minecraft/models/item/feather.json new file mode 100644 index 00000000..180ed63d --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/feather.json @@ -0,0 +1,13 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/feather" + }, + "display": { + "head": { + "rotation": [ 0, 0, 45 ], + "translation": [ -1, 13, 7], + "scale":[ 1, 1, 1] + } + } +} diff --git a/1.11.2/assets/minecraft/models/item/fermented_spider_eye.json b/1.11.2/assets/minecraft/models/item/fermented_spider_eye.json new file mode 100644 index 00000000..d2d5a37b --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/fermented_spider_eye.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/spider_eye_fermented" + } +} diff --git a/1.11.2/assets/minecraft/models/item/fern.json b/1.11.2/assets/minecraft/models/item/fern.json new file mode 100644 index 00000000..9e242d27 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/fern.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/fern" + } +} diff --git a/1.11.2/assets/minecraft/models/item/filled_map.json b/1.11.2/assets/minecraft/models/item/filled_map.json new file mode 100644 index 00000000..c54292a9 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/filled_map.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/map_filled", + "layer1": "items/map_filled_markings" + } +} diff --git a/1.11.2/assets/minecraft/models/item/fire_charge.json b/1.11.2/assets/minecraft/models/item/fire_charge.json new file mode 100644 index 00000000..5f74c2e8 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/fire_charge.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/fireball" + } +} diff --git a/1.11.2/assets/minecraft/models/item/firework_charge.json b/1.11.2/assets/minecraft/models/item/firework_charge.json new file mode 100644 index 00000000..b315541d --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/firework_charge.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/fireworks_charge", + "layer1": "items/fireworks_charge_overlay" + } +} diff --git a/1.11.2/assets/minecraft/models/item/fireworks.json b/1.11.2/assets/minecraft/models/item/fireworks.json new file mode 100644 index 00000000..705d9703 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/fireworks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/fireworks" + } +} diff --git a/1.11.2/assets/minecraft/models/item/fishing_rod.json b/1.11.2/assets/minecraft/models/item/fishing_rod.json new file mode 100644 index 00000000..fd412caf --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/fishing_rod.json @@ -0,0 +1,14 @@ +{ + "parent": "item/handheld_rod", + "textures": { + "layer0": "items/fishing_rod_uncast" + }, + "overrides": [ + { + "predicate": { + "cast": 1 + }, + "model": "item/fishing_rod_cast" + } + ] +} diff --git a/1.11.2/assets/minecraft/models/item/fishing_rod_cast.json b/1.11.2/assets/minecraft/models/item/fishing_rod_cast.json new file mode 100644 index 00000000..c2c91930 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/fishing_rod_cast.json @@ -0,0 +1,6 @@ +{ + "parent": "item/fishing_rod", + "textures": { + "layer0": "items/fishing_rod_cast" + } +} diff --git a/1.11.2/assets/minecraft/models/item/flint.json b/1.11.2/assets/minecraft/models/item/flint.json new file mode 100644 index 00000000..e0e49243 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/flint.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/flint" + } +} diff --git a/1.11.2/assets/minecraft/models/item/flint_and_steel.json b/1.11.2/assets/minecraft/models/item/flint_and_steel.json new file mode 100644 index 00000000..2c1b935e --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/flint_and_steel.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/flint_and_steel" + } +} diff --git a/1.11.2/assets/minecraft/models/item/flower_pot.json b/1.11.2/assets/minecraft/models/item/flower_pot.json new file mode 100644 index 00000000..2c077d26 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/flower_pot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/flower_pot" + } +} diff --git a/1.11.2/assets/minecraft/models/item/furnace.json b/1.11.2/assets/minecraft/models/item/furnace.json new file mode 100644 index 00000000..029275c7 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/furnace.json @@ -0,0 +1,3 @@ +{ + "parent": "block/furnace" +} diff --git a/1.11.2/assets/minecraft/models/item/furnace_minecart.json b/1.11.2/assets/minecraft/models/item/furnace_minecart.json new file mode 100644 index 00000000..5b902d66 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/furnace_minecart.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/minecart_furnace" + } +} diff --git a/1.11.2/assets/minecraft/models/item/generated.json b/1.11.2/assets/minecraft/models/item/generated.json new file mode 100644 index 00000000..12197e58 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/generated.json @@ -0,0 +1,29 @@ +{ + "parent": "builtin/generated", + "display": { + "ground": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 2, 0], + "scale":[ 0.5, 0.5, 0.5 ] + }, + "head": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 13, 7], + "scale":[ 1, 1, 1] + }, + "thirdperson_righthand": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 3, 1 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson_righthand": { + "rotation": [ 0, -90, 25 ], + "translation": [ 1.13, 3.2, 1.13], + "scale": [ 0.68, 0.68, 0.68 ] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "scale": [ 1, 1, 1 ] + } + } +} diff --git a/1.11.2/assets/minecraft/models/item/ghast_tear.json b/1.11.2/assets/minecraft/models/item/ghast_tear.json new file mode 100644 index 00000000..5333f76c --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/ghast_tear.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/ghast_tear" + } +} diff --git a/1.11.2/assets/minecraft/models/item/glass.json b/1.11.2/assets/minecraft/models/item/glass.json new file mode 100644 index 00000000..91500b64 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glass" +} diff --git a/1.11.2/assets/minecraft/models/item/glass_bottle.json b/1.11.2/assets/minecraft/models/item/glass_bottle.json new file mode 100644 index 00000000..7d6a2557 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/glass_bottle.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/potion_bottle_empty" + } +} diff --git a/1.11.2/assets/minecraft/models/item/glass_pane.json b/1.11.2/assets/minecraft/models/item/glass_pane.json new file mode 100644 index 00000000..2f969162 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/glass" + } +} diff --git a/1.11.2/assets/minecraft/models/item/glowstone.json b/1.11.2/assets/minecraft/models/item/glowstone.json new file mode 100644 index 00000000..330bd266 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/glowstone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glowstone" +} diff --git a/1.11.2/assets/minecraft/models/item/glowstone_dust.json b/1.11.2/assets/minecraft/models/item/glowstone_dust.json new file mode 100644 index 00000000..5304f170 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/glowstone_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/glowstone_dust" + } +} diff --git a/1.11.2/assets/minecraft/models/item/gold_block.json b/1.11.2/assets/minecraft/models/item/gold_block.json new file mode 100644 index 00000000..c93c124a --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/gold_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/gold_block" +} diff --git a/1.11.2/assets/minecraft/models/item/gold_ingot.json b/1.11.2/assets/minecraft/models/item/gold_ingot.json new file mode 100644 index 00000000..ccac7fb1 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/gold_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/gold_ingot" + } +} diff --git a/1.11.2/assets/minecraft/models/item/gold_nugget.json b/1.11.2/assets/minecraft/models/item/gold_nugget.json new file mode 100644 index 00000000..3a6c9a04 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/gold_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/gold_nugget" + } +} diff --git a/1.11.2/assets/minecraft/models/item/gold_ore.json b/1.11.2/assets/minecraft/models/item/gold_ore.json new file mode 100644 index 00000000..7de63604 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/gold_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "block/gold_ore" +} diff --git a/1.11.2/assets/minecraft/models/item/golden_apple.json b/1.11.2/assets/minecraft/models/item/golden_apple.json new file mode 100644 index 00000000..8b351c22 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/golden_apple.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/apple_golden" + } +} diff --git a/1.11.2/assets/minecraft/models/item/golden_axe.json b/1.11.2/assets/minecraft/models/item/golden_axe.json new file mode 100644 index 00000000..a5b9e611 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/golden_axe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/gold_axe" + } +} diff --git a/1.11.2/assets/minecraft/models/item/golden_boots.json b/1.11.2/assets/minecraft/models/item/golden_boots.json new file mode 100644 index 00000000..cc61f6a9 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/golden_boots.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/gold_boots" + } +} diff --git a/1.11.2/assets/minecraft/models/item/golden_carrot.json b/1.11.2/assets/minecraft/models/item/golden_carrot.json new file mode 100644 index 00000000..97ef7567 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/golden_carrot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/carrot_golden" + } +} diff --git a/1.11.2/assets/minecraft/models/item/golden_chestplate.json b/1.11.2/assets/minecraft/models/item/golden_chestplate.json new file mode 100644 index 00000000..d843c052 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/golden_chestplate.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/gold_chestplate" + } +} diff --git a/1.11.2/assets/minecraft/models/item/golden_helmet.json b/1.11.2/assets/minecraft/models/item/golden_helmet.json new file mode 100644 index 00000000..006f62ed --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/golden_helmet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/gold_helmet" + } +} diff --git a/1.11.2/assets/minecraft/models/item/golden_hoe.json b/1.11.2/assets/minecraft/models/item/golden_hoe.json new file mode 100644 index 00000000..79e4d50d --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/golden_hoe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/gold_hoe" + } +} diff --git a/1.11.2/assets/minecraft/models/item/golden_horse_armor.json b/1.11.2/assets/minecraft/models/item/golden_horse_armor.json new file mode 100644 index 00000000..dc20445f --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/golden_horse_armor.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/gold_horse_armor" + } +} diff --git a/1.11.2/assets/minecraft/models/item/golden_leggings.json b/1.11.2/assets/minecraft/models/item/golden_leggings.json new file mode 100644 index 00000000..c6331d2b --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/golden_leggings.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/gold_leggings" + } +} diff --git a/1.11.2/assets/minecraft/models/item/golden_pickaxe.json b/1.11.2/assets/minecraft/models/item/golden_pickaxe.json new file mode 100644 index 00000000..94500689 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/golden_pickaxe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/gold_pickaxe" + } +} diff --git a/1.11.2/assets/minecraft/models/item/golden_rail.json b/1.11.2/assets/minecraft/models/item/golden_rail.json new file mode 100644 index 00000000..29c5693e --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/golden_rail.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/rail_golden" + } +} diff --git a/1.11.2/assets/minecraft/models/item/golden_shovel.json b/1.11.2/assets/minecraft/models/item/golden_shovel.json new file mode 100644 index 00000000..b19ae98a --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/golden_shovel.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/gold_shovel" + } +} diff --git a/1.11.2/assets/minecraft/models/item/golden_sword.json b/1.11.2/assets/minecraft/models/item/golden_sword.json new file mode 100644 index 00000000..a5f76703 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/golden_sword.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/gold_sword" + } +} diff --git a/1.11.2/assets/minecraft/models/item/granite.json b/1.11.2/assets/minecraft/models/item/granite.json new file mode 100644 index 00000000..1355a62d --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/granite.json @@ -0,0 +1,3 @@ +{ + "parent": "block/granite" +} diff --git a/1.11.2/assets/minecraft/models/item/granite_smooth.json b/1.11.2/assets/minecraft/models/item/granite_smooth.json new file mode 100644 index 00000000..7e8f434a --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/granite_smooth.json @@ -0,0 +1,3 @@ +{ + "parent": "block/granite_smooth" +} diff --git a/1.11.2/assets/minecraft/models/item/grass.json b/1.11.2/assets/minecraft/models/item/grass.json new file mode 100644 index 00000000..5307dafb --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/grass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/grass_normal" +} diff --git a/1.11.2/assets/minecraft/models/item/grass_path.json b/1.11.2/assets/minecraft/models/item/grass_path.json new file mode 100644 index 00000000..b12e1511 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/grass_path.json @@ -0,0 +1,3 @@ +{ + "parent": "block/grass_path" +} diff --git a/1.11.2/assets/minecraft/models/item/gravel.json b/1.11.2/assets/minecraft/models/item/gravel.json new file mode 100644 index 00000000..0d75aae2 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/gravel.json @@ -0,0 +1,3 @@ +{ + "parent": "block/gravel" +} diff --git a/1.11.2/assets/minecraft/models/item/gray_carpet.json b/1.11.2/assets/minecraft/models/item/gray_carpet.json new file mode 100644 index 00000000..b660dc23 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/gray_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/carpet_gray" +} diff --git a/1.11.2/assets/minecraft/models/item/gray_shulker_box.json b/1.11.2/assets/minecraft/models/item/gray_shulker_box.json new file mode 100644 index 00000000..0884a19c --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/gray_shulker_box.json @@ -0,0 +1,3 @@ +{ + "parent": "item/shulker_box" +} diff --git a/1.11.2/assets/minecraft/models/item/gray_stained_glass.json b/1.11.2/assets/minecraft/models/item/gray_stained_glass.json new file mode 100644 index 00000000..d032c9f9 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/gray_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glass_gray" +} diff --git a/1.11.2/assets/minecraft/models/item/gray_stained_glass_pane.json b/1.11.2/assets/minecraft/models/item/gray_stained_glass_pane.json new file mode 100644 index 00000000..20f727cc --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/gray_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/glass_gray" + } +} diff --git a/1.11.2/assets/minecraft/models/item/gray_stained_hardened_clay.json b/1.11.2/assets/minecraft/models/item/gray_stained_hardened_clay.json new file mode 100644 index 00000000..b350707e --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/gray_stained_hardened_clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hardened_clay_gray" +} diff --git a/1.11.2/assets/minecraft/models/item/gray_wool.json b/1.11.2/assets/minecraft/models/item/gray_wool.json new file mode 100644 index 00000000..b92853c6 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/gray_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/gray_wool" +} diff --git a/1.11.2/assets/minecraft/models/item/green_carpet.json b/1.11.2/assets/minecraft/models/item/green_carpet.json new file mode 100644 index 00000000..ff0a5527 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/green_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/carpet_green" +} diff --git a/1.11.2/assets/minecraft/models/item/green_shulker_box.json b/1.11.2/assets/minecraft/models/item/green_shulker_box.json new file mode 100644 index 00000000..0884a19c --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/green_shulker_box.json @@ -0,0 +1,3 @@ +{ + "parent": "item/shulker_box" +} diff --git a/1.11.2/assets/minecraft/models/item/green_stained_glass.json b/1.11.2/assets/minecraft/models/item/green_stained_glass.json new file mode 100644 index 00000000..781875a5 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/green_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glass_green" +} diff --git a/1.11.2/assets/minecraft/models/item/green_stained_glass_pane.json b/1.11.2/assets/minecraft/models/item/green_stained_glass_pane.json new file mode 100644 index 00000000..df84f555 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/green_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/glass_green" + } +} diff --git a/1.11.2/assets/minecraft/models/item/green_stained_hardened_clay.json b/1.11.2/assets/minecraft/models/item/green_stained_hardened_clay.json new file mode 100644 index 00000000..17caf422 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/green_stained_hardened_clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hardened_clay_green" +} diff --git a/1.11.2/assets/minecraft/models/item/green_wool.json b/1.11.2/assets/minecraft/models/item/green_wool.json new file mode 100644 index 00000000..4c5ae5d7 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/green_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/green_wool" +} diff --git a/1.11.2/assets/minecraft/models/item/gunpowder.json b/1.11.2/assets/minecraft/models/item/gunpowder.json new file mode 100644 index 00000000..8fab33a6 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/gunpowder.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/gunpowder" + } +} diff --git a/1.11.2/assets/minecraft/models/item/handheld.json b/1.11.2/assets/minecraft/models/item/handheld.json new file mode 100644 index 00000000..51ea90fc --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/handheld.json @@ -0,0 +1,25 @@ +{ + "parent": "item/generated", + "display": { + "thirdperson_righthand": { + "rotation": [ 0, -90, 55 ], + "translation": [ 0, 4.0, 0.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "thirdperson_lefthand": { + "rotation": [ 0, 90, -55 ], + "translation": [ 0, 4.0, 0.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson_righthand": { + "rotation": [ 0, -90, 25 ], + "translation": [ 1.13, 3.2, 1.13 ], + "scale": [ 0.68, 0.68, 0.68 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, 90, -25 ], + "translation": [ 1.13, 3.2, 1.13 ], + "scale": [ 0.68, 0.68, 0.68 ] + } + } +} diff --git a/1.11.2/assets/minecraft/models/item/handheld_rod.json b/1.11.2/assets/minecraft/models/item/handheld_rod.json new file mode 100644 index 00000000..de794a4a --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/handheld_rod.json @@ -0,0 +1,25 @@ +{ + "parent": "item/handheld", + "display": { + "thirdperson_righthand": { + "rotation": [ 0, 90, 55 ], + "translation": [ 0, 4.0, 2.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "thirdperson_lefthand": { + "rotation": [ 0, -90, -55 ], + "translation": [ 0, 4.0, 2.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 90, 25 ], + "translation": [ 0, 1.6, 0.8 ], + "scale": [ 0.68, 0.68, 0.68 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, -90, -25 ], + "translation": [ 0, 1.6, 0.8 ], + "scale": [ 0.68, 0.68, 0.68 ] + } + } +} diff --git a/1.11.2/assets/minecraft/models/item/hardened_clay.json b/1.11.2/assets/minecraft/models/item/hardened_clay.json new file mode 100644 index 00000000..0fddfb5e --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/hardened_clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hardened_clay" +} diff --git a/1.11.2/assets/minecraft/models/item/hay_block.json b/1.11.2/assets/minecraft/models/item/hay_block.json new file mode 100644 index 00000000..4bce33b7 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/hay_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hay" +} diff --git a/1.11.2/assets/minecraft/models/item/heavy_weighted_pressure_plate.json b/1.11.2/assets/minecraft/models/item/heavy_weighted_pressure_plate.json new file mode 100644 index 00000000..086cb4bb --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/heavy_weighted_pressure_plate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/heavy_pressure_plate_up" +} diff --git a/1.11.2/assets/minecraft/models/item/hopper.json b/1.11.2/assets/minecraft/models/item/hopper.json new file mode 100644 index 00000000..fec83c80 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/hopper.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/hopper" + } +} diff --git a/1.11.2/assets/minecraft/models/item/hopper_minecart.json b/1.11.2/assets/minecraft/models/item/hopper_minecart.json new file mode 100644 index 00000000..0be6a666 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/hopper_minecart.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/minecart_hopper" + } +} diff --git a/1.11.2/assets/minecraft/models/item/houstonia.json b/1.11.2/assets/minecraft/models/item/houstonia.json new file mode 100644 index 00000000..5e010291 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/houstonia.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/flower_houstonia" + } +} diff --git a/1.11.2/assets/minecraft/models/item/ice.json b/1.11.2/assets/minecraft/models/item/ice.json new file mode 100644 index 00000000..b7f5c4ad --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/ice.json @@ -0,0 +1,3 @@ +{ + "parent": "block/ice" +} diff --git a/1.11.2/assets/minecraft/models/item/iron_axe.json b/1.11.2/assets/minecraft/models/item/iron_axe.json new file mode 100644 index 00000000..78f249e4 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/iron_axe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/iron_axe" + } +} diff --git a/1.11.2/assets/minecraft/models/item/iron_bars.json b/1.11.2/assets/minecraft/models/item/iron_bars.json new file mode 100644 index 00000000..13d76c5a --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/iron_bars.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/iron_bars" + } +} diff --git a/1.11.2/assets/minecraft/models/item/iron_block.json b/1.11.2/assets/minecraft/models/item/iron_block.json new file mode 100644 index 00000000..7a6a30ad --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/iron_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/iron_block" +} diff --git a/1.11.2/assets/minecraft/models/item/iron_boots.json b/1.11.2/assets/minecraft/models/item/iron_boots.json new file mode 100644 index 00000000..63b9331a --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/iron_boots.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/iron_boots" + } +} diff --git a/1.11.2/assets/minecraft/models/item/iron_chestplate.json b/1.11.2/assets/minecraft/models/item/iron_chestplate.json new file mode 100644 index 00000000..0e3fe9ef --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/iron_chestplate.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/iron_chestplate" + } +} diff --git a/1.11.2/assets/minecraft/models/item/iron_door.json b/1.11.2/assets/minecraft/models/item/iron_door.json new file mode 100644 index 00000000..94460de4 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/iron_door.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/door_iron" + } +} diff --git a/1.11.2/assets/minecraft/models/item/iron_helmet.json b/1.11.2/assets/minecraft/models/item/iron_helmet.json new file mode 100644 index 00000000..3e294f3b --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/iron_helmet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/iron_helmet" + } +} diff --git a/1.11.2/assets/minecraft/models/item/iron_hoe.json b/1.11.2/assets/minecraft/models/item/iron_hoe.json new file mode 100644 index 00000000..656a0b71 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/iron_hoe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/iron_hoe" + } +} diff --git a/1.11.2/assets/minecraft/models/item/iron_horse_armor.json b/1.11.2/assets/minecraft/models/item/iron_horse_armor.json new file mode 100644 index 00000000..9f986bd8 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/iron_horse_armor.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/iron_horse_armor" + } +} diff --git a/1.11.2/assets/minecraft/models/item/iron_ingot.json b/1.11.2/assets/minecraft/models/item/iron_ingot.json new file mode 100644 index 00000000..57731355 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/iron_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/iron_ingot" + } +} diff --git a/1.11.2/assets/minecraft/models/item/iron_leggings.json b/1.11.2/assets/minecraft/models/item/iron_leggings.json new file mode 100644 index 00000000..d5d477e1 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/iron_leggings.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/iron_leggings" + } +} diff --git a/1.11.2/assets/minecraft/models/item/iron_nugget.json b/1.11.2/assets/minecraft/models/item/iron_nugget.json new file mode 100644 index 00000000..fcdcc22d --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/iron_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/iron_nugget" + } +} diff --git a/1.11.2/assets/minecraft/models/item/iron_ore.json b/1.11.2/assets/minecraft/models/item/iron_ore.json new file mode 100644 index 00000000..34a8fba1 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/iron_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "block/iron_ore" +} diff --git a/1.11.2/assets/minecraft/models/item/iron_pickaxe.json b/1.11.2/assets/minecraft/models/item/iron_pickaxe.json new file mode 100644 index 00000000..5b3926cc --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/iron_pickaxe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/iron_pickaxe" + } +} diff --git a/1.11.2/assets/minecraft/models/item/iron_shovel.json b/1.11.2/assets/minecraft/models/item/iron_shovel.json new file mode 100644 index 00000000..0e056218 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/iron_shovel.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/iron_shovel" + } +} diff --git a/1.11.2/assets/minecraft/models/item/iron_sword.json b/1.11.2/assets/minecraft/models/item/iron_sword.json new file mode 100644 index 00000000..d26e40ef --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/iron_sword.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/iron_sword" + } +} diff --git a/1.11.2/assets/minecraft/models/item/iron_trapdoor.json b/1.11.2/assets/minecraft/models/item/iron_trapdoor.json new file mode 100644 index 00000000..40f44a8b --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/iron_trapdoor.json @@ -0,0 +1,3 @@ +{ + "parent": "block/iron_trapdoor_bottom" +} diff --git a/1.11.2/assets/minecraft/models/item/item_frame.json b/1.11.2/assets/minecraft/models/item/item_frame.json new file mode 100644 index 00000000..dc12d562 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/item_frame.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/item_frame" + } +} diff --git a/1.11.2/assets/minecraft/models/item/jukebox.json b/1.11.2/assets/minecraft/models/item/jukebox.json new file mode 100644 index 00000000..bf840fa8 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/jukebox.json @@ -0,0 +1,3 @@ +{ + "parent": "block/jukebox" +} diff --git a/1.11.2/assets/minecraft/models/item/jungle_boat.json b/1.11.2/assets/minecraft/models/item/jungle_boat.json new file mode 100644 index 00000000..e4131533 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/jungle_boat.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/jungle_boat" + } +} diff --git a/1.11.2/assets/minecraft/models/item/jungle_door.json b/1.11.2/assets/minecraft/models/item/jungle_door.json new file mode 100644 index 00000000..194d00fe --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/jungle_door.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/door_jungle" + } +} diff --git a/1.11.2/assets/minecraft/models/item/jungle_fence.json b/1.11.2/assets/minecraft/models/item/jungle_fence.json new file mode 100644 index 00000000..0003ec67 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/jungle_fence.json @@ -0,0 +1,3 @@ +{ + "parent": "block/jungle_fence_inventory" +} diff --git a/1.11.2/assets/minecraft/models/item/jungle_fence_gate.json b/1.11.2/assets/minecraft/models/item/jungle_fence_gate.json new file mode 100644 index 00000000..8757d518 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/jungle_fence_gate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/jungle_fence_gate_closed" +} diff --git a/1.11.2/assets/minecraft/models/item/jungle_leaves.json b/1.11.2/assets/minecraft/models/item/jungle_leaves.json new file mode 100644 index 00000000..15593fbd --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/jungle_leaves.json @@ -0,0 +1,3 @@ +{ + "parent": "block/jungle_leaves" +} diff --git a/1.11.2/assets/minecraft/models/item/jungle_log.json b/1.11.2/assets/minecraft/models/item/jungle_log.json new file mode 100644 index 00000000..00da19d4 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/jungle_log.json @@ -0,0 +1,3 @@ +{ + "parent": "block/jungle_log" +} diff --git a/1.11.2/assets/minecraft/models/item/jungle_planks.json b/1.11.2/assets/minecraft/models/item/jungle_planks.json new file mode 100644 index 00000000..23064c8e --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/jungle_planks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/jungle_planks" +} diff --git a/1.11.2/assets/minecraft/models/item/jungle_sapling.json b/1.11.2/assets/minecraft/models/item/jungle_sapling.json new file mode 100644 index 00000000..619c5455 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/jungle_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/sapling_jungle" + } +} diff --git a/1.11.2/assets/minecraft/models/item/jungle_slab.json b/1.11.2/assets/minecraft/models/item/jungle_slab.json new file mode 100644 index 00000000..b60449cf --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/jungle_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/half_slab_jungle" +} diff --git a/1.11.2/assets/minecraft/models/item/jungle_stairs.json b/1.11.2/assets/minecraft/models/item/jungle_stairs.json new file mode 100644 index 00000000..48357158 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/jungle_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/jungle_stairs" +} diff --git a/1.11.2/assets/minecraft/models/item/ladder.json b/1.11.2/assets/minecraft/models/item/ladder.json new file mode 100644 index 00000000..b9365faf --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/ladder.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/ladder" + } +} diff --git a/1.11.2/assets/minecraft/models/item/lapis_block.json b/1.11.2/assets/minecraft/models/item/lapis_block.json new file mode 100644 index 00000000..e441681b --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/lapis_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/lapis_block" +} diff --git a/1.11.2/assets/minecraft/models/item/lapis_ore.json b/1.11.2/assets/minecraft/models/item/lapis_ore.json new file mode 100644 index 00000000..7f682a31 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/lapis_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "block/lapis_ore" +} diff --git a/1.11.2/assets/minecraft/models/item/lava_bucket.json b/1.11.2/assets/minecraft/models/item/lava_bucket.json new file mode 100644 index 00000000..ca426d0f --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/lava_bucket.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/bucket_lava" + } +} diff --git a/1.11.2/assets/minecraft/models/item/lead.json b/1.11.2/assets/minecraft/models/item/lead.json new file mode 100644 index 00000000..289d6bc6 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/lead.json @@ -0,0 +1,13 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/lead" + }, + "display": { + "head": { + "rotation": [ 0, 0, 0 ], + "translation": [ 2.75, -2.75, -6.5], + "scale":[ 0.8, 0.8, 0.8] + } + } +} diff --git a/1.11.2/assets/minecraft/models/item/leather.json b/1.11.2/assets/minecraft/models/item/leather.json new file mode 100644 index 00000000..d50929f6 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/leather.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/leather" + } +} diff --git a/1.11.2/assets/minecraft/models/item/leather_boots.json b/1.11.2/assets/minecraft/models/item/leather_boots.json new file mode 100644 index 00000000..30d7f87c --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/leather_boots.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/leather_boots", + "layer1": "items/leather_boots_overlay" + } +} diff --git a/1.11.2/assets/minecraft/models/item/leather_chestplate.json b/1.11.2/assets/minecraft/models/item/leather_chestplate.json new file mode 100644 index 00000000..6bfaacdf --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/leather_chestplate.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/leather_chestplate", + "layer1": "items/leather_chestplate_overlay" + } +} diff --git a/1.11.2/assets/minecraft/models/item/leather_helmet.json b/1.11.2/assets/minecraft/models/item/leather_helmet.json new file mode 100644 index 00000000..a7dcc0a2 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/leather_helmet.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/leather_helmet", + "layer1": "items/leather_helmet_overlay" + } +} diff --git a/1.11.2/assets/minecraft/models/item/leather_leggings.json b/1.11.2/assets/minecraft/models/item/leather_leggings.json new file mode 100644 index 00000000..91bc7541 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/leather_leggings.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/leather_leggings", + "layer1": "items/leather_leggings_overlay" + } +} diff --git a/1.11.2/assets/minecraft/models/item/lever.json b/1.11.2/assets/minecraft/models/item/lever.json new file mode 100644 index 00000000..291e6b44 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/lever.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/lever" + } +} diff --git a/1.11.2/assets/minecraft/models/item/light_blue_carpet.json b/1.11.2/assets/minecraft/models/item/light_blue_carpet.json new file mode 100644 index 00000000..a25c5f08 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/light_blue_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/carpet_light_blue" +} diff --git a/1.11.2/assets/minecraft/models/item/light_blue_shulker_box.json b/1.11.2/assets/minecraft/models/item/light_blue_shulker_box.json new file mode 100644 index 00000000..0884a19c --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/light_blue_shulker_box.json @@ -0,0 +1,3 @@ +{ + "parent": "item/shulker_box" +} diff --git a/1.11.2/assets/minecraft/models/item/light_blue_stained_glass.json b/1.11.2/assets/minecraft/models/item/light_blue_stained_glass.json new file mode 100644 index 00000000..fcf3ad09 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/light_blue_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glass_light_blue" +} diff --git a/1.11.2/assets/minecraft/models/item/light_blue_stained_glass_pane.json b/1.11.2/assets/minecraft/models/item/light_blue_stained_glass_pane.json new file mode 100644 index 00000000..cbf3b032 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/light_blue_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/glass_light_blue" + } +} diff --git a/1.11.2/assets/minecraft/models/item/light_blue_stained_hardened_clay.json b/1.11.2/assets/minecraft/models/item/light_blue_stained_hardened_clay.json new file mode 100644 index 00000000..c8bfda23 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/light_blue_stained_hardened_clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hardened_clay_light_blue" +} diff --git a/1.11.2/assets/minecraft/models/item/light_blue_wool.json b/1.11.2/assets/minecraft/models/item/light_blue_wool.json new file mode 100644 index 00000000..72601467 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/light_blue_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/light_blue_wool" +} diff --git a/1.11.2/assets/minecraft/models/item/light_weighted_pressure_plate.json b/1.11.2/assets/minecraft/models/item/light_weighted_pressure_plate.json new file mode 100644 index 00000000..8eda94bf --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/light_weighted_pressure_plate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/light_pressure_plate_up" +} diff --git a/1.11.2/assets/minecraft/models/item/lime_carpet.json b/1.11.2/assets/minecraft/models/item/lime_carpet.json new file mode 100644 index 00000000..6ddf4b52 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/lime_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/carpet_lime" +} diff --git a/1.11.2/assets/minecraft/models/item/lime_shulker_box.json b/1.11.2/assets/minecraft/models/item/lime_shulker_box.json new file mode 100644 index 00000000..0884a19c --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/lime_shulker_box.json @@ -0,0 +1,3 @@ +{ + "parent": "item/shulker_box" +} diff --git a/1.11.2/assets/minecraft/models/item/lime_stained_glass.json b/1.11.2/assets/minecraft/models/item/lime_stained_glass.json new file mode 100644 index 00000000..a13901ca --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/lime_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glass_lime" +} diff --git a/1.11.2/assets/minecraft/models/item/lime_stained_glass_pane.json b/1.11.2/assets/minecraft/models/item/lime_stained_glass_pane.json new file mode 100644 index 00000000..0410fa9c --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/lime_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/glass_lime" + } +} diff --git a/1.11.2/assets/minecraft/models/item/lime_stained_hardened_clay.json b/1.11.2/assets/minecraft/models/item/lime_stained_hardened_clay.json new file mode 100644 index 00000000..8b6d00b8 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/lime_stained_hardened_clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hardened_clay_lime" +} diff --git a/1.11.2/assets/minecraft/models/item/lime_wool.json b/1.11.2/assets/minecraft/models/item/lime_wool.json new file mode 100644 index 00000000..a3f06e01 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/lime_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/lime_wool" +} diff --git a/1.11.2/assets/minecraft/models/item/lit_pumpkin.json b/1.11.2/assets/minecraft/models/item/lit_pumpkin.json new file mode 100644 index 00000000..2ca965f3 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/lit_pumpkin.json @@ -0,0 +1,3 @@ +{ + "parent": "block/lit_pumpkin" +} diff --git a/1.11.2/assets/minecraft/models/item/magenta_carpet.json b/1.11.2/assets/minecraft/models/item/magenta_carpet.json new file mode 100644 index 00000000..e8b715cd --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/magenta_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/carpet_magenta" +} diff --git a/1.11.2/assets/minecraft/models/item/magenta_shulker_box.json b/1.11.2/assets/minecraft/models/item/magenta_shulker_box.json new file mode 100644 index 00000000..0884a19c --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/magenta_shulker_box.json @@ -0,0 +1,3 @@ +{ + "parent": "item/shulker_box" +} diff --git a/1.11.2/assets/minecraft/models/item/magenta_stained_glass.json b/1.11.2/assets/minecraft/models/item/magenta_stained_glass.json new file mode 100644 index 00000000..7a9c4777 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/magenta_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glass_magenta" +} diff --git a/1.11.2/assets/minecraft/models/item/magenta_stained_glass_pane.json b/1.11.2/assets/minecraft/models/item/magenta_stained_glass_pane.json new file mode 100644 index 00000000..c21f346e --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/magenta_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/glass_magenta" + } +} diff --git a/1.11.2/assets/minecraft/models/item/magenta_stained_hardened_clay.json b/1.11.2/assets/minecraft/models/item/magenta_stained_hardened_clay.json new file mode 100644 index 00000000..9039c696 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/magenta_stained_hardened_clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hardened_clay_magenta" +} diff --git a/1.11.2/assets/minecraft/models/item/magenta_wool.json b/1.11.2/assets/minecraft/models/item/magenta_wool.json new file mode 100644 index 00000000..1fb40bc7 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/magenta_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/magenta_wool" +} diff --git a/1.11.2/assets/minecraft/models/item/magma.json b/1.11.2/assets/minecraft/models/item/magma.json new file mode 100644 index 00000000..c5a58776 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/magma.json @@ -0,0 +1,3 @@ +{ + "parent": "block/magma" +} diff --git a/1.11.2/assets/minecraft/models/item/magma_cream.json b/1.11.2/assets/minecraft/models/item/magma_cream.json new file mode 100644 index 00000000..aef2c4de --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/magma_cream.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/magma_cream" + } +} diff --git a/1.11.2/assets/minecraft/models/item/map.json b/1.11.2/assets/minecraft/models/item/map.json new file mode 100644 index 00000000..b967109c --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/map.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/map_empty" + } +} diff --git a/1.11.2/assets/minecraft/models/item/melon.json b/1.11.2/assets/minecraft/models/item/melon.json new file mode 100644 index 00000000..988f963c --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/melon.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/melon" + } +} diff --git a/1.11.2/assets/minecraft/models/item/melon_block.json b/1.11.2/assets/minecraft/models/item/melon_block.json new file mode 100644 index 00000000..2b380459 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/melon_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/melon" +} diff --git a/1.11.2/assets/minecraft/models/item/melon_seeds.json b/1.11.2/assets/minecraft/models/item/melon_seeds.json new file mode 100644 index 00000000..5f7c7127 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/melon_seeds.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/seeds_melon" + } +} diff --git a/1.11.2/assets/minecraft/models/item/milk_bucket.json b/1.11.2/assets/minecraft/models/item/milk_bucket.json new file mode 100644 index 00000000..02724932 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/milk_bucket.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/bucket_milk" + } +} diff --git a/1.11.2/assets/minecraft/models/item/minecart.json b/1.11.2/assets/minecraft/models/item/minecart.json new file mode 100644 index 00000000..df8710b6 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/minecart.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/minecart_normal" + } +} diff --git a/1.11.2/assets/minecraft/models/item/mob_spawner.json b/1.11.2/assets/minecraft/models/item/mob_spawner.json new file mode 100644 index 00000000..22d91dcf --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/mob_spawner.json @@ -0,0 +1,3 @@ +{ + "parent": "block/mob_spawner_cage" +} diff --git a/1.11.2/assets/minecraft/models/item/mossy_brick_monster_egg.json b/1.11.2/assets/minecraft/models/item/mossy_brick_monster_egg.json new file mode 100644 index 00000000..b9735db7 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/mossy_brick_monster_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stonebrick_mossy" +} diff --git a/1.11.2/assets/minecraft/models/item/mossy_cobblestone.json b/1.11.2/assets/minecraft/models/item/mossy_cobblestone.json new file mode 100644 index 00000000..94e4ff07 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/mossy_cobblestone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/mossy_cobblestone" +} diff --git a/1.11.2/assets/minecraft/models/item/mossy_cobblestone_wall.json b/1.11.2/assets/minecraft/models/item/mossy_cobblestone_wall.json new file mode 100644 index 00000000..73cd75de --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/mossy_cobblestone_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cobblestone_wall_mossy_inventory" +} diff --git a/1.11.2/assets/minecraft/models/item/mossy_stonebrick.json b/1.11.2/assets/minecraft/models/item/mossy_stonebrick.json new file mode 100644 index 00000000..b9735db7 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/mossy_stonebrick.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stonebrick_mossy" +} diff --git a/1.11.2/assets/minecraft/models/item/mushroom_stew.json b/1.11.2/assets/minecraft/models/item/mushroom_stew.json new file mode 100644 index 00000000..c116ffea --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/mushroom_stew.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/mushroom_stew" + } +} diff --git a/1.11.2/assets/minecraft/models/item/mutton.json b/1.11.2/assets/minecraft/models/item/mutton.json new file mode 100644 index 00000000..bbb32839 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/mutton.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/mutton_raw" + } +} diff --git a/1.11.2/assets/minecraft/models/item/mycelium.json b/1.11.2/assets/minecraft/models/item/mycelium.json new file mode 100644 index 00000000..ceedc738 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/mycelium.json @@ -0,0 +1,3 @@ +{ + "parent": "block/mycelium" +} diff --git a/1.11.2/assets/minecraft/models/item/name_tag.json b/1.11.2/assets/minecraft/models/item/name_tag.json new file mode 100644 index 00000000..ad661b9b --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/name_tag.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/name_tag" + } +} diff --git a/1.11.2/assets/minecraft/models/item/nether_brick.json b/1.11.2/assets/minecraft/models/item/nether_brick.json new file mode 100644 index 00000000..3962705b --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/nether_brick.json @@ -0,0 +1,3 @@ +{ + "parent": "block/nether_brick" +} diff --git a/1.11.2/assets/minecraft/models/item/nether_brick_fence.json b/1.11.2/assets/minecraft/models/item/nether_brick_fence.json new file mode 100644 index 00000000..5c47bc0e --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/nether_brick_fence.json @@ -0,0 +1,3 @@ +{ + "parent": "block/nether_brick_fence_inventory" +} diff --git a/1.11.2/assets/minecraft/models/item/nether_brick_slab.json b/1.11.2/assets/minecraft/models/item/nether_brick_slab.json new file mode 100644 index 00000000..56c6c412 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/nether_brick_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/half_slab_nether_brick" +} diff --git a/1.11.2/assets/minecraft/models/item/nether_brick_stairs.json b/1.11.2/assets/minecraft/models/item/nether_brick_stairs.json new file mode 100644 index 00000000..056a97c8 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/nether_brick_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/nether_brick_stairs" +} diff --git a/1.11.2/assets/minecraft/models/item/nether_star.json b/1.11.2/assets/minecraft/models/item/nether_star.json new file mode 100644 index 00000000..c746898a --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/nether_star.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/nether_star" + } +} diff --git a/1.11.2/assets/minecraft/models/item/nether_wart.json b/1.11.2/assets/minecraft/models/item/nether_wart.json new file mode 100644 index 00000000..3cebef34 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/nether_wart.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/nether_wart" + } +} diff --git a/1.11.2/assets/minecraft/models/item/nether_wart_block.json b/1.11.2/assets/minecraft/models/item/nether_wart_block.json new file mode 100644 index 00000000..59d06758 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/nether_wart_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/nether_wart_block" +} diff --git a/1.11.2/assets/minecraft/models/item/netherbrick.json b/1.11.2/assets/minecraft/models/item/netherbrick.json new file mode 100644 index 00000000..c9743ce2 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/netherbrick.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/netherbrick" + } +} diff --git a/1.11.2/assets/minecraft/models/item/netherrack.json b/1.11.2/assets/minecraft/models/item/netherrack.json new file mode 100644 index 00000000..78d36f4c --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/netherrack.json @@ -0,0 +1,3 @@ +{ + "parent": "block/netherrack" +} diff --git a/1.11.2/assets/minecraft/models/item/noteblock.json b/1.11.2/assets/minecraft/models/item/noteblock.json new file mode 100644 index 00000000..d6a1b780 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/noteblock.json @@ -0,0 +1,3 @@ +{ + "parent": "block/noteblock" +} diff --git a/1.11.2/assets/minecraft/models/item/oak_boat.json b/1.11.2/assets/minecraft/models/item/oak_boat.json new file mode 100644 index 00000000..16795eee --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/oak_boat.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/oak_boat" + } +} diff --git a/1.11.2/assets/minecraft/models/item/oak_door.json b/1.11.2/assets/minecraft/models/item/oak_door.json new file mode 100644 index 00000000..4e4ac718 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/oak_door.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/door_wood" + } +} diff --git a/1.11.2/assets/minecraft/models/item/oak_fence.json b/1.11.2/assets/minecraft/models/item/oak_fence.json new file mode 100644 index 00000000..f435a041 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/oak_fence.json @@ -0,0 +1,3 @@ +{ + "parent": "block/oak_fence_inventory" +} diff --git a/1.11.2/assets/minecraft/models/item/oak_fence_gate.json b/1.11.2/assets/minecraft/models/item/oak_fence_gate.json new file mode 100644 index 00000000..98734ea2 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/oak_fence_gate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/oak_fence_gate_closed" +} diff --git a/1.11.2/assets/minecraft/models/item/oak_leaves.json b/1.11.2/assets/minecraft/models/item/oak_leaves.json new file mode 100644 index 00000000..fc608cc3 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/oak_leaves.json @@ -0,0 +1,3 @@ +{ + "parent": "block/oak_leaves" +} diff --git a/1.11.2/assets/minecraft/models/item/oak_log.json b/1.11.2/assets/minecraft/models/item/oak_log.json new file mode 100644 index 00000000..75791b39 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/oak_log.json @@ -0,0 +1,3 @@ +{ + "parent": "block/oak_log" +} diff --git a/1.11.2/assets/minecraft/models/item/oak_planks.json b/1.11.2/assets/minecraft/models/item/oak_planks.json new file mode 100644 index 00000000..9e0316c0 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/oak_planks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/oak_planks" +} diff --git a/1.11.2/assets/minecraft/models/item/oak_sapling.json b/1.11.2/assets/minecraft/models/item/oak_sapling.json new file mode 100644 index 00000000..f4117f67 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/oak_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/sapling_oak" + } +} diff --git a/1.11.2/assets/minecraft/models/item/oak_slab.json b/1.11.2/assets/minecraft/models/item/oak_slab.json new file mode 100644 index 00000000..7043f21d --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/oak_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/half_slab_oak" +} diff --git a/1.11.2/assets/minecraft/models/item/oak_stairs.json b/1.11.2/assets/minecraft/models/item/oak_stairs.json new file mode 100644 index 00000000..15add8b1 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/oak_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/oak_stairs" +} diff --git a/1.11.2/assets/minecraft/models/item/observer.json b/1.11.2/assets/minecraft/models/item/observer.json new file mode 100644 index 00000000..6acbb70b --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/observer.json @@ -0,0 +1,3 @@ +{ + "parent": "block/observer" +} diff --git a/1.11.2/assets/minecraft/models/item/obsidian.json b/1.11.2/assets/minecraft/models/item/obsidian.json new file mode 100644 index 00000000..e800ae67 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/obsidian.json @@ -0,0 +1,3 @@ +{ + "parent": "block/obsidian" +} diff --git a/1.11.2/assets/minecraft/models/item/orange_carpet.json b/1.11.2/assets/minecraft/models/item/orange_carpet.json new file mode 100644 index 00000000..c9a9fa49 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/orange_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/carpet_orange" +} diff --git a/1.11.2/assets/minecraft/models/item/orange_shulker_box.json b/1.11.2/assets/minecraft/models/item/orange_shulker_box.json new file mode 100644 index 00000000..0884a19c --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/orange_shulker_box.json @@ -0,0 +1,3 @@ +{ + "parent": "item/shulker_box" +} diff --git a/1.11.2/assets/minecraft/models/item/orange_stained_glass.json b/1.11.2/assets/minecraft/models/item/orange_stained_glass.json new file mode 100644 index 00000000..44d01baa --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/orange_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glass_orange" +} diff --git a/1.11.2/assets/minecraft/models/item/orange_stained_glass_pane.json b/1.11.2/assets/minecraft/models/item/orange_stained_glass_pane.json new file mode 100644 index 00000000..da9c548c --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/orange_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/glass_orange" + } +} diff --git a/1.11.2/assets/minecraft/models/item/orange_stained_hardened_clay.json b/1.11.2/assets/minecraft/models/item/orange_stained_hardened_clay.json new file mode 100644 index 00000000..1e42b252 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/orange_stained_hardened_clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hardened_clay_orange" +} diff --git a/1.11.2/assets/minecraft/models/item/orange_tulip.json b/1.11.2/assets/minecraft/models/item/orange_tulip.json new file mode 100644 index 00000000..e75da623 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/orange_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/flower_tulip_orange" + } +} diff --git a/1.11.2/assets/minecraft/models/item/orange_wool.json b/1.11.2/assets/minecraft/models/item/orange_wool.json new file mode 100644 index 00000000..7957176d --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/orange_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/orange_wool" +} diff --git a/1.11.2/assets/minecraft/models/item/oxeye_daisy.json b/1.11.2/assets/minecraft/models/item/oxeye_daisy.json new file mode 100644 index 00000000..0a0a2834 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/oxeye_daisy.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/flower_oxeye_daisy" + } +} diff --git a/1.11.2/assets/minecraft/models/item/packed_ice.json b/1.11.2/assets/minecraft/models/item/packed_ice.json new file mode 100644 index 00000000..be1aa0a1 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/packed_ice.json @@ -0,0 +1,3 @@ +{ + "parent": "block/packed_ice" +} diff --git a/1.11.2/assets/minecraft/models/item/paeonia.json b/1.11.2/assets/minecraft/models/item/paeonia.json new file mode 100644 index 00000000..ec55fa46 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/paeonia.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/double_plant_paeonia_top" + } +} diff --git a/1.11.2/assets/minecraft/models/item/painting.json b/1.11.2/assets/minecraft/models/item/painting.json new file mode 100644 index 00000000..868ed56c --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/painting.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/painting" + } +} diff --git a/1.11.2/assets/minecraft/models/item/paper.json b/1.11.2/assets/minecraft/models/item/paper.json new file mode 100644 index 00000000..778fd301 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/paper.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/paper" + } +} diff --git a/1.11.2/assets/minecraft/models/item/pink_carpet.json b/1.11.2/assets/minecraft/models/item/pink_carpet.json new file mode 100644 index 00000000..db364cff --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/pink_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/carpet_pink" +} diff --git a/1.11.2/assets/minecraft/models/item/pink_shulker_box.json b/1.11.2/assets/minecraft/models/item/pink_shulker_box.json new file mode 100644 index 00000000..0884a19c --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/pink_shulker_box.json @@ -0,0 +1,3 @@ +{ + "parent": "item/shulker_box" +} diff --git a/1.11.2/assets/minecraft/models/item/pink_stained_glass.json b/1.11.2/assets/minecraft/models/item/pink_stained_glass.json new file mode 100644 index 00000000..502fd0f4 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/pink_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glass_pink" +} diff --git a/1.11.2/assets/minecraft/models/item/pink_stained_glass_pane.json b/1.11.2/assets/minecraft/models/item/pink_stained_glass_pane.json new file mode 100644 index 00000000..de37541a --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/pink_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/glass_pink" + } +} diff --git a/1.11.2/assets/minecraft/models/item/pink_stained_hardened_clay.json b/1.11.2/assets/minecraft/models/item/pink_stained_hardened_clay.json new file mode 100644 index 00000000..1f4fb06a --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/pink_stained_hardened_clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hardened_clay_pink" +} diff --git a/1.11.2/assets/minecraft/models/item/pink_tulip.json b/1.11.2/assets/minecraft/models/item/pink_tulip.json new file mode 100644 index 00000000..bedd8ce0 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/pink_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/flower_tulip_pink" + } +} diff --git a/1.11.2/assets/minecraft/models/item/pink_wool.json b/1.11.2/assets/minecraft/models/item/pink_wool.json new file mode 100644 index 00000000..fced1886 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/pink_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/pink_wool" +} diff --git a/1.11.2/assets/minecraft/models/item/piston.json b/1.11.2/assets/minecraft/models/item/piston.json new file mode 100644 index 00000000..6502b996 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/piston.json @@ -0,0 +1,3 @@ +{ + "parent": "block/piston_inventory_normal" +} diff --git a/1.11.2/assets/minecraft/models/item/podzol.json b/1.11.2/assets/minecraft/models/item/podzol.json new file mode 100644 index 00000000..a2a5c01a --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/podzol.json @@ -0,0 +1,3 @@ +{ + "parent": "block/podzol" +} diff --git a/1.11.2/assets/minecraft/models/item/poisonous_potato.json b/1.11.2/assets/minecraft/models/item/poisonous_potato.json new file mode 100644 index 00000000..09a59bcf --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/poisonous_potato.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/potato_poisonous" + } +} diff --git a/1.11.2/assets/minecraft/models/item/poppy.json b/1.11.2/assets/minecraft/models/item/poppy.json new file mode 100644 index 00000000..b525e756 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/poppy.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/flower_rose" + } +} diff --git a/1.11.2/assets/minecraft/models/item/porkchop.json b/1.11.2/assets/minecraft/models/item/porkchop.json new file mode 100644 index 00000000..4ea1292b --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/porkchop.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/porkchop_raw" + } +} diff --git a/1.11.2/assets/minecraft/models/item/potato.json b/1.11.2/assets/minecraft/models/item/potato.json new file mode 100644 index 00000000..0a6f2f83 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/potato.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/potato" + } +} diff --git a/1.11.2/assets/minecraft/models/item/prismarine.json b/1.11.2/assets/minecraft/models/item/prismarine.json new file mode 100644 index 00000000..8236c43d --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/prismarine.json @@ -0,0 +1,3 @@ +{ + "parent": "block/prismarine_rough" +} diff --git a/1.11.2/assets/minecraft/models/item/prismarine_bricks.json b/1.11.2/assets/minecraft/models/item/prismarine_bricks.json new file mode 100644 index 00000000..b741335b --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/prismarine_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/prismarine_bricks" +} diff --git a/1.11.2/assets/minecraft/models/item/prismarine_crystals.json b/1.11.2/assets/minecraft/models/item/prismarine_crystals.json new file mode 100644 index 00000000..c0dacecf --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/prismarine_crystals.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/prismarine_crystals" + } +} diff --git a/1.11.2/assets/minecraft/models/item/prismarine_shard.json b/1.11.2/assets/minecraft/models/item/prismarine_shard.json new file mode 100644 index 00000000..dba6f5c0 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/prismarine_shard.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/prismarine_shard" + } +} diff --git a/1.11.2/assets/minecraft/models/item/pufferfish.json b/1.11.2/assets/minecraft/models/item/pufferfish.json new file mode 100644 index 00000000..a7357f32 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/pufferfish.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/fish_pufferfish_raw" + } +} diff --git a/1.11.2/assets/minecraft/models/item/pumpkin.json b/1.11.2/assets/minecraft/models/item/pumpkin.json new file mode 100644 index 00000000..536a355e --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/pumpkin.json @@ -0,0 +1,3 @@ +{ + "parent": "block/pumpkin" +} diff --git a/1.11.2/assets/minecraft/models/item/pumpkin_pie.json b/1.11.2/assets/minecraft/models/item/pumpkin_pie.json new file mode 100644 index 00000000..aa0af41e --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/pumpkin_pie.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/pumpkin_pie" + } +} diff --git a/1.11.2/assets/minecraft/models/item/pumpkin_seeds.json b/1.11.2/assets/minecraft/models/item/pumpkin_seeds.json new file mode 100644 index 00000000..379b4c86 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/pumpkin_seeds.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/seeds_pumpkin" + } +} diff --git a/1.11.2/assets/minecraft/models/item/purple_carpet.json b/1.11.2/assets/minecraft/models/item/purple_carpet.json new file mode 100644 index 00000000..66a3b14f --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/purple_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/carpet_purple" +} diff --git a/1.11.2/assets/minecraft/models/item/purple_shulker_box.json b/1.11.2/assets/minecraft/models/item/purple_shulker_box.json new file mode 100644 index 00000000..0884a19c --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/purple_shulker_box.json @@ -0,0 +1,3 @@ +{ + "parent": "item/shulker_box" +} diff --git a/1.11.2/assets/minecraft/models/item/purple_stained_glass.json b/1.11.2/assets/minecraft/models/item/purple_stained_glass.json new file mode 100644 index 00000000..d0f8c025 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/purple_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glass_purple" +} diff --git a/1.11.2/assets/minecraft/models/item/purple_stained_glass_pane.json b/1.11.2/assets/minecraft/models/item/purple_stained_glass_pane.json new file mode 100644 index 00000000..aa60cb3f --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/purple_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/glass_purple" + } +} diff --git a/1.11.2/assets/minecraft/models/item/purple_stained_hardened_clay.json b/1.11.2/assets/minecraft/models/item/purple_stained_hardened_clay.json new file mode 100644 index 00000000..773135a5 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/purple_stained_hardened_clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hardened_clay_purple" +} diff --git a/1.11.2/assets/minecraft/models/item/purple_wool.json b/1.11.2/assets/minecraft/models/item/purple_wool.json new file mode 100644 index 00000000..087e3a64 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/purple_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/purple_wool" +} diff --git a/1.11.2/assets/minecraft/models/item/purpur_block.json b/1.11.2/assets/minecraft/models/item/purpur_block.json new file mode 100644 index 00000000..11e96329 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/purpur_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/purpur_block" +} diff --git a/1.11.2/assets/minecraft/models/item/purpur_pillar.json b/1.11.2/assets/minecraft/models/item/purpur_pillar.json new file mode 100644 index 00000000..d577a868 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/purpur_pillar.json @@ -0,0 +1,3 @@ +{ + "parent": "block/purpur_pillar_top" +} diff --git a/1.11.2/assets/minecraft/models/item/purpur_slab.json b/1.11.2/assets/minecraft/models/item/purpur_slab.json new file mode 100644 index 00000000..0987cf94 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/purpur_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/half_slab_purpur" +} diff --git a/1.11.2/assets/minecraft/models/item/purpur_stairs.json b/1.11.2/assets/minecraft/models/item/purpur_stairs.json new file mode 100644 index 00000000..fd71ac3a --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/purpur_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/purpur_stairs" +} diff --git a/1.11.2/assets/minecraft/models/item/quartz.json b/1.11.2/assets/minecraft/models/item/quartz.json new file mode 100644 index 00000000..4a7df933 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/quartz.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/quartz" + } +} diff --git a/1.11.2/assets/minecraft/models/item/quartz_block.json b/1.11.2/assets/minecraft/models/item/quartz_block.json new file mode 100644 index 00000000..72a32df0 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/quartz_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/quartz_normal" +} diff --git a/1.11.2/assets/minecraft/models/item/quartz_column.json b/1.11.2/assets/minecraft/models/item/quartz_column.json new file mode 100644 index 00000000..46e73a8b --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/quartz_column.json @@ -0,0 +1,3 @@ +{ + "parent": "block/quartz_lines" +} diff --git a/1.11.2/assets/minecraft/models/item/quartz_ore.json b/1.11.2/assets/minecraft/models/item/quartz_ore.json new file mode 100644 index 00000000..4e7acf32 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/quartz_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "block/quartz_ore" +} diff --git a/1.11.2/assets/minecraft/models/item/quartz_slab.json b/1.11.2/assets/minecraft/models/item/quartz_slab.json new file mode 100644 index 00000000..1d97812d --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/quartz_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/half_slab_quartz" +} diff --git a/1.11.2/assets/minecraft/models/item/quartz_stairs.json b/1.11.2/assets/minecraft/models/item/quartz_stairs.json new file mode 100644 index 00000000..4fb792ed --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/quartz_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/quartz_stairs" +} diff --git a/1.11.2/assets/minecraft/models/item/rabbit.json b/1.11.2/assets/minecraft/models/item/rabbit.json new file mode 100644 index 00000000..96688af3 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/rabbit.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/rabbit_raw" + } +} diff --git a/1.11.2/assets/minecraft/models/item/rabbit_foot.json b/1.11.2/assets/minecraft/models/item/rabbit_foot.json new file mode 100644 index 00000000..7847186b --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/rabbit_foot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/rabbit_foot" + } +} diff --git a/1.11.2/assets/minecraft/models/item/rabbit_hide.json b/1.11.2/assets/minecraft/models/item/rabbit_hide.json new file mode 100644 index 00000000..db8c2385 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/rabbit_hide.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/rabbit_hide" + } +} diff --git a/1.11.2/assets/minecraft/models/item/rabbit_stew.json b/1.11.2/assets/minecraft/models/item/rabbit_stew.json new file mode 100644 index 00000000..8ac05b9a --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/rabbit_stew.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/rabbit_stew" + } +} diff --git a/1.11.2/assets/minecraft/models/item/rail.json b/1.11.2/assets/minecraft/models/item/rail.json new file mode 100644 index 00000000..892582ab --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/rail.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/rail_normal" + } +} diff --git a/1.11.2/assets/minecraft/models/item/record_11.json b/1.11.2/assets/minecraft/models/item/record_11.json new file mode 100644 index 00000000..6deb3922 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/record_11.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/record_11" + } +} diff --git a/1.11.2/assets/minecraft/models/item/record_13.json b/1.11.2/assets/minecraft/models/item/record_13.json new file mode 100644 index 00000000..d62cf267 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/record_13.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/record_13" + } +} diff --git a/1.11.2/assets/minecraft/models/item/record_blocks.json b/1.11.2/assets/minecraft/models/item/record_blocks.json new file mode 100644 index 00000000..e85713e4 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/record_blocks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/record_blocks" + } +} diff --git a/1.11.2/assets/minecraft/models/item/record_cat.json b/1.11.2/assets/minecraft/models/item/record_cat.json new file mode 100644 index 00000000..9b2fc054 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/record_cat.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/record_cat" + } +} diff --git a/1.11.2/assets/minecraft/models/item/record_chirp.json b/1.11.2/assets/minecraft/models/item/record_chirp.json new file mode 100644 index 00000000..955b997d --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/record_chirp.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/record_chirp" + } +} diff --git a/1.11.2/assets/minecraft/models/item/record_far.json b/1.11.2/assets/minecraft/models/item/record_far.json new file mode 100644 index 00000000..16512453 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/record_far.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/record_far" + } +} diff --git a/1.11.2/assets/minecraft/models/item/record_mall.json b/1.11.2/assets/minecraft/models/item/record_mall.json new file mode 100644 index 00000000..c482bd64 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/record_mall.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/record_mall" + } +} diff --git a/1.11.2/assets/minecraft/models/item/record_mellohi.json b/1.11.2/assets/minecraft/models/item/record_mellohi.json new file mode 100644 index 00000000..e375de01 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/record_mellohi.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/record_mellohi" + } +} diff --git a/1.11.2/assets/minecraft/models/item/record_stal.json b/1.11.2/assets/minecraft/models/item/record_stal.json new file mode 100644 index 00000000..85f6c92f --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/record_stal.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/record_stal" + } +} diff --git a/1.11.2/assets/minecraft/models/item/record_strad.json b/1.11.2/assets/minecraft/models/item/record_strad.json new file mode 100644 index 00000000..7f22cbc0 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/record_strad.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/record_strad" + } +} diff --git a/1.11.2/assets/minecraft/models/item/record_wait.json b/1.11.2/assets/minecraft/models/item/record_wait.json new file mode 100644 index 00000000..df45937d --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/record_wait.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/record_wait" + } +} diff --git a/1.11.2/assets/minecraft/models/item/record_ward.json b/1.11.2/assets/minecraft/models/item/record_ward.json new file mode 100644 index 00000000..9008fea8 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/record_ward.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/record_ward" + } +} diff --git a/1.11.2/assets/minecraft/models/item/red_carpet.json b/1.11.2/assets/minecraft/models/item/red_carpet.json new file mode 100644 index 00000000..54451490 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/red_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/carpet_red" +} diff --git a/1.11.2/assets/minecraft/models/item/red_mushroom.json b/1.11.2/assets/minecraft/models/item/red_mushroom.json new file mode 100644 index 00000000..6fa4d87f --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/red_mushroom.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/mushroom_red" + } +} diff --git a/1.11.2/assets/minecraft/models/item/red_mushroom_block.json b/1.11.2/assets/minecraft/models/item/red_mushroom_block.json new file mode 100644 index 00000000..f6d7efe6 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/red_mushroom_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_mushroom_block_cap_all" +} diff --git a/1.11.2/assets/minecraft/models/item/red_nether_brick.json b/1.11.2/assets/minecraft/models/item/red_nether_brick.json new file mode 100644 index 00000000..92945883 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/red_nether_brick.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_nether_brick" +} diff --git a/1.11.2/assets/minecraft/models/item/red_sand.json b/1.11.2/assets/minecraft/models/item/red_sand.json new file mode 100644 index 00000000..1a5296f0 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/red_sand.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_sand" +} diff --git a/1.11.2/assets/minecraft/models/item/red_sandstone.json b/1.11.2/assets/minecraft/models/item/red_sandstone.json new file mode 100644 index 00000000..464692cb --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/red_sandstone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_sandstone_normal" +} diff --git a/1.11.2/assets/minecraft/models/item/red_sandstone_slab.json b/1.11.2/assets/minecraft/models/item/red_sandstone_slab.json new file mode 100644 index 00000000..81db0ae8 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/red_sandstone_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/half_slab_red_sandstone" +} diff --git a/1.11.2/assets/minecraft/models/item/red_sandstone_stairs.json b/1.11.2/assets/minecraft/models/item/red_sandstone_stairs.json new file mode 100644 index 00000000..b3fb4a38 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/red_sandstone_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_sandstone_stairs" +} diff --git a/1.11.2/assets/minecraft/models/item/red_shulker_box.json b/1.11.2/assets/minecraft/models/item/red_shulker_box.json new file mode 100644 index 00000000..0884a19c --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/red_shulker_box.json @@ -0,0 +1,3 @@ +{ + "parent": "item/shulker_box" +} diff --git a/1.11.2/assets/minecraft/models/item/red_stained_glass.json b/1.11.2/assets/minecraft/models/item/red_stained_glass.json new file mode 100644 index 00000000..bec86a97 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/red_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glass_red" +} diff --git a/1.11.2/assets/minecraft/models/item/red_stained_glass_pane.json b/1.11.2/assets/minecraft/models/item/red_stained_glass_pane.json new file mode 100644 index 00000000..64ecfeea --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/red_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/glass_red" + } +} diff --git a/1.11.2/assets/minecraft/models/item/red_stained_hardened_clay.json b/1.11.2/assets/minecraft/models/item/red_stained_hardened_clay.json new file mode 100644 index 00000000..9d5e848f --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/red_stained_hardened_clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hardened_clay_red" +} diff --git a/1.11.2/assets/minecraft/models/item/red_tulip.json b/1.11.2/assets/minecraft/models/item/red_tulip.json new file mode 100644 index 00000000..7776bdc7 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/red_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/flower_tulip_red" + } +} diff --git a/1.11.2/assets/minecraft/models/item/red_wool.json b/1.11.2/assets/minecraft/models/item/red_wool.json new file mode 100644 index 00000000..108f67db --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/red_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_wool" +} diff --git a/1.11.2/assets/minecraft/models/item/redstone.json b/1.11.2/assets/minecraft/models/item/redstone.json new file mode 100644 index 00000000..4235141f --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/redstone.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/redstone_dust" + } +} diff --git a/1.11.2/assets/minecraft/models/item/redstone_block.json b/1.11.2/assets/minecraft/models/item/redstone_block.json new file mode 100644 index 00000000..3ebc09a2 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/redstone_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/redstone_block" +} diff --git a/1.11.2/assets/minecraft/models/item/redstone_lamp.json b/1.11.2/assets/minecraft/models/item/redstone_lamp.json new file mode 100644 index 00000000..8e6a90d1 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/redstone_lamp.json @@ -0,0 +1,3 @@ +{ + "parent": "block/unlit_redstone_lamp" +} diff --git a/1.11.2/assets/minecraft/models/item/redstone_ore.json b/1.11.2/assets/minecraft/models/item/redstone_ore.json new file mode 100644 index 00000000..223d3de3 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/redstone_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "block/redstone_ore" +} diff --git a/1.11.2/assets/minecraft/models/item/redstone_torch.json b/1.11.2/assets/minecraft/models/item/redstone_torch.json new file mode 100644 index 00000000..920f9ff7 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/redstone_torch.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/redstone_torch_on" + } +} diff --git a/1.11.2/assets/minecraft/models/item/reeds.json b/1.11.2/assets/minecraft/models/item/reeds.json new file mode 100644 index 00000000..9734f5c6 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/reeds.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/reeds" + } +} diff --git a/1.11.2/assets/minecraft/models/item/repeater.json b/1.11.2/assets/minecraft/models/item/repeater.json new file mode 100644 index 00000000..5badd2f0 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/repeater.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/repeater" + } +} diff --git a/1.11.2/assets/minecraft/models/item/repeating_command_block.json b/1.11.2/assets/minecraft/models/item/repeating_command_block.json new file mode 100644 index 00000000..8c277f8b --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/repeating_command_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/repeating_command_block" +} diff --git a/1.11.2/assets/minecraft/models/item/rotten_flesh.json b/1.11.2/assets/minecraft/models/item/rotten_flesh.json new file mode 100644 index 00000000..349d3e75 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/rotten_flesh.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/rotten_flesh" + } +} diff --git a/1.11.2/assets/minecraft/models/item/saddle.json b/1.11.2/assets/minecraft/models/item/saddle.json new file mode 100644 index 00000000..65e2538f --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/saddle.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/saddle" + } +} diff --git a/1.11.2/assets/minecraft/models/item/salmon.json b/1.11.2/assets/minecraft/models/item/salmon.json new file mode 100644 index 00000000..2ab9c101 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/salmon.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/fish_salmon_raw" + } +} diff --git a/1.11.2/assets/minecraft/models/item/sand.json b/1.11.2/assets/minecraft/models/item/sand.json new file mode 100644 index 00000000..813ae503 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/sand.json @@ -0,0 +1,3 @@ +{ + "parent": "block/sand" +} diff --git a/1.11.2/assets/minecraft/models/item/sandstone.json b/1.11.2/assets/minecraft/models/item/sandstone.json new file mode 100644 index 00000000..418de95b --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/sandstone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/sandstone_normal" +} diff --git a/1.11.2/assets/minecraft/models/item/sandstone_slab.json b/1.11.2/assets/minecraft/models/item/sandstone_slab.json new file mode 100644 index 00000000..39bcebdd --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/sandstone_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/half_slab_sandstone" +} diff --git a/1.11.2/assets/minecraft/models/item/sandstone_stairs.json b/1.11.2/assets/minecraft/models/item/sandstone_stairs.json new file mode 100644 index 00000000..18ab6848 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/sandstone_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/sandstone_stairs" +} diff --git a/1.11.2/assets/minecraft/models/item/sea_lantern.json b/1.11.2/assets/minecraft/models/item/sea_lantern.json new file mode 100644 index 00000000..8ce7df3b --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/sea_lantern.json @@ -0,0 +1,3 @@ +{ + "parent": "block/sea_lantern" +} diff --git a/1.11.2/assets/minecraft/models/item/shears.json b/1.11.2/assets/minecraft/models/item/shears.json new file mode 100644 index 00000000..0c62b764 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/shears.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/shears" + } +} diff --git a/1.11.2/assets/minecraft/models/item/shield.json b/1.11.2/assets/minecraft/models/item/shield.json new file mode 100644 index 00000000..db367c0d --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/shield.json @@ -0,0 +1,48 @@ +{ + "parent": "builtin/entity", + "display": { + "thirdperson_righthand": { + "rotation": [ 0, 90, 0 ], + "translation": [ 10.51, 6, -4 ], + "scale": [ 1, 1, 1 ] + }, + "thirdperson_lefthand": { + "rotation": [ 0, 90, 0 ], + "translation": [ 10.51, 6, 12 ], + "scale": [ 1, 1, 1 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 180, 5 ], + "translation": [ -10, 2, -10 ], + "scale": [ 1.25, 1.25, 1.25 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, 180, 5 ], + "translation": [ 10, 0, -10 ], + "scale": [ 1.25, 1.25, 1.25 ] + }, + "gui": { + "rotation": [ 15, -25, -5 ], + "translation": [ 2, 3, 0 ], + "scale": [ 0.65, 0.65, 0.65 ] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "translation": [ -2, 4, -5], + "scale":[ 0.5, 0.5, 0.5] + }, + "ground": { + "rotation": [ 0, 0, 0 ], + "translation": [ 4, 4, 2], + "scale":[ 0.25, 0.25, 0.25] + } + }, + "overrides": [ + { + "predicate": { + "blocking": 1 + }, + "model": "item/shield_blocking" + } + ] +} diff --git a/1.11.2/assets/minecraft/models/item/shield_blocking.json b/1.11.2/assets/minecraft/models/item/shield_blocking.json new file mode 100644 index 00000000..277a2544 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/shield_blocking.json @@ -0,0 +1,30 @@ +{ + "parent": "builtin/entity", + "display": { + "thirdperson_righthand": { + "rotation": [ 45, 135, 0 ], + "translation": [ 3.51, 11, -2 ], + "scale": [ 1, 1, 1 ] + }, + "thirdperson_lefthand": { + "rotation": [ 45, 135, 0 ], + "translation": [ 13.51, 3, 5 ], + "scale": [ 1, 1, 1 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 180, -5 ], + "translation": [ -15, 5, -11 ], + "scale": [ 1.25, 1.25, 1.25 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, 180, -5 ], + "translation": [ 5, 5, -11 ], + "scale": [ 1.25, 1.25, 1.25 ] + }, + "gui": { + "rotation": [ 15, -25, -5 ], + "translation": [ 2, 3, 0 ], + "scale": [ 0.65, 0.65, 0.65 ] + } + } +} diff --git a/1.11.2/assets/minecraft/models/item/shulker_box.json b/1.11.2/assets/minecraft/models/item/shulker_box.json new file mode 100644 index 00000000..7bfe2e69 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/shulker_box.json @@ -0,0 +1,35 @@ +{ + "parent": "builtin/entity", + "display": { + "gui": { + "rotation": [ 30, 45, 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 ] + }, + "head": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 1, 1, 1] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 0.5, 0.5, 0.5 ] + }, + "thirdperson_righthand": { + "rotation": [ 75, 315, 0 ], + "translation": [ 0, 2.5, 0], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 315, 0 ], + "translation": [ 0, 0, 0], + "scale": [ 0.4, 0.4, 0.4 ] + } + } +} diff --git a/1.11.2/assets/minecraft/models/item/shulker_shell.json b/1.11.2/assets/minecraft/models/item/shulker_shell.json new file mode 100644 index 00000000..e124caea --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/shulker_shell.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/shulker_shell" + } +} diff --git a/1.11.2/assets/minecraft/models/item/sign.json b/1.11.2/assets/minecraft/models/item/sign.json new file mode 100644 index 00000000..788d6c5a --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/sign.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/sign" + } +} diff --git a/1.11.2/assets/minecraft/models/item/silver_carpet.json b/1.11.2/assets/minecraft/models/item/silver_carpet.json new file mode 100644 index 00000000..9c4d5641 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/silver_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/carpet_silver" +} diff --git a/1.11.2/assets/minecraft/models/item/silver_shulker_box.json b/1.11.2/assets/minecraft/models/item/silver_shulker_box.json new file mode 100644 index 00000000..0884a19c --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/silver_shulker_box.json @@ -0,0 +1,3 @@ +{ + "parent": "item/shulker_box" +} diff --git a/1.11.2/assets/minecraft/models/item/silver_stained_glass.json b/1.11.2/assets/minecraft/models/item/silver_stained_glass.json new file mode 100644 index 00000000..168f4203 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/silver_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glass_silver" +} diff --git a/1.11.2/assets/minecraft/models/item/silver_stained_glass_pane.json b/1.11.2/assets/minecraft/models/item/silver_stained_glass_pane.json new file mode 100644 index 00000000..c72ea231 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/silver_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/glass_silver" + } +} diff --git a/1.11.2/assets/minecraft/models/item/silver_stained_hardened_clay.json b/1.11.2/assets/minecraft/models/item/silver_stained_hardened_clay.json new file mode 100644 index 00000000..e9994ee6 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/silver_stained_hardened_clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hardened_clay_silver" +} diff --git a/1.11.2/assets/minecraft/models/item/silver_wool.json b/1.11.2/assets/minecraft/models/item/silver_wool.json new file mode 100644 index 00000000..804d73a1 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/silver_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/silver_wool" +} diff --git a/1.11.2/assets/minecraft/models/item/skull.json b/1.11.2/assets/minecraft/models/item/skull.json new file mode 100644 index 00000000..8a713c7f --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/skull.json @@ -0,0 +1,25 @@ +{ + "parent": "builtin/entity", + "display": { + "gui": { + "rotation": [ 30, 45, 0 ], + "translation": [ 0, 3, 0 ], + "scale": [ 1, 1, 1 ] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 4, 0], + "scale":[ 1, 1, 1 ] + }, + "ground": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 3, 0 ], + "scale": [ 0.5, 0.5, 0.5 ] + }, + "thirdperson_righthand": { + "rotation": [ 45, 45, 0 ], + "translation": [ 0, 3, 0 ], + "scale": [ 0.5, 0.5, 0.5 ] + } + } +} diff --git a/1.11.2/assets/minecraft/models/item/skull_char.json b/1.11.2/assets/minecraft/models/item/skull_char.json new file mode 100644 index 00000000..6d4896df --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/skull_char.json @@ -0,0 +1,3 @@ +{ + "parent": "item/skull" +} diff --git a/1.11.2/assets/minecraft/models/item/skull_creeper.json b/1.11.2/assets/minecraft/models/item/skull_creeper.json new file mode 100644 index 00000000..6d4896df --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/skull_creeper.json @@ -0,0 +1,3 @@ +{ + "parent": "item/skull" +} diff --git a/1.11.2/assets/minecraft/models/item/skull_dragon.json b/1.11.2/assets/minecraft/models/item/skull_dragon.json new file mode 100644 index 00000000..27a25d9e --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/skull_dragon.json @@ -0,0 +1,10 @@ +{ + "parent": "item/skull", + "display": { + "gui": { + "translation": [ -2, 2, 0 ], + "rotation": [ 30, 45, 0 ], + "scale": [ 0.6, 0.6, 0.6 ] + } + } +} diff --git a/1.11.2/assets/minecraft/models/item/skull_skeleton.json b/1.11.2/assets/minecraft/models/item/skull_skeleton.json new file mode 100644 index 00000000..6d4896df --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/skull_skeleton.json @@ -0,0 +1,3 @@ +{ + "parent": "item/skull" +} diff --git a/1.11.2/assets/minecraft/models/item/skull_wither.json b/1.11.2/assets/minecraft/models/item/skull_wither.json new file mode 100644 index 00000000..6d4896df --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/skull_wither.json @@ -0,0 +1,3 @@ +{ + "parent": "item/skull" +} diff --git a/1.11.2/assets/minecraft/models/item/skull_zombie.json b/1.11.2/assets/minecraft/models/item/skull_zombie.json new file mode 100644 index 00000000..6d4896df --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/skull_zombie.json @@ -0,0 +1,3 @@ +{ + "parent": "item/skull" +} diff --git a/1.11.2/assets/minecraft/models/item/slime.json b/1.11.2/assets/minecraft/models/item/slime.json new file mode 100644 index 00000000..f826d007 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/slime.json @@ -0,0 +1,3 @@ +{ + "parent": "block/slime" +} diff --git a/1.11.2/assets/minecraft/models/item/slime_ball.json b/1.11.2/assets/minecraft/models/item/slime_ball.json new file mode 100644 index 00000000..f6d42b95 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/slime_ball.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/slimeball" + } +} diff --git a/1.11.2/assets/minecraft/models/item/smooth_red_sandstone.json b/1.11.2/assets/minecraft/models/item/smooth_red_sandstone.json new file mode 100644 index 00000000..ca33ebfb --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/smooth_red_sandstone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_sandstone_smooth" +} diff --git a/1.11.2/assets/minecraft/models/item/smooth_sandstone.json b/1.11.2/assets/minecraft/models/item/smooth_sandstone.json new file mode 100644 index 00000000..b53922ce --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/smooth_sandstone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/sandstone_smooth" +} diff --git a/1.11.2/assets/minecraft/models/item/snow.json b/1.11.2/assets/minecraft/models/item/snow.json new file mode 100644 index 00000000..c4fe8fbf --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/snow.json @@ -0,0 +1,3 @@ +{ + "parent": "block/snow" +} diff --git a/1.11.2/assets/minecraft/models/item/snow_layer.json b/1.11.2/assets/minecraft/models/item/snow_layer.json new file mode 100644 index 00000000..af2f0121 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/snow_layer.json @@ -0,0 +1,3 @@ +{ + "parent": "block/snow_height2" +} diff --git a/1.11.2/assets/minecraft/models/item/snowball.json b/1.11.2/assets/minecraft/models/item/snowball.json new file mode 100644 index 00000000..f1962327 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/snowball.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/snowball" + } +} diff --git a/1.11.2/assets/minecraft/models/item/soul_sand.json b/1.11.2/assets/minecraft/models/item/soul_sand.json new file mode 100644 index 00000000..bb214e31 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/soul_sand.json @@ -0,0 +1,3 @@ +{ + "parent": "block/soul_sand" +} diff --git a/1.11.2/assets/minecraft/models/item/spawn_egg.json b/1.11.2/assets/minecraft/models/item/spawn_egg.json new file mode 100644 index 00000000..908f7fa0 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/spawn_egg.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/spawn_egg", + "layer1": "items/spawn_egg_overlay" + } +} diff --git a/1.11.2/assets/minecraft/models/item/speckled_melon.json b/1.11.2/assets/minecraft/models/item/speckled_melon.json new file mode 100644 index 00000000..69840f96 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/speckled_melon.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/melon_speckled" + } +} diff --git a/1.11.2/assets/minecraft/models/item/spectral_arrow.json b/1.11.2/assets/minecraft/models/item/spectral_arrow.json new file mode 100644 index 00000000..b7db6448 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/spectral_arrow.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/spectral_arrow" + } +} diff --git a/1.11.2/assets/minecraft/models/item/spider_eye.json b/1.11.2/assets/minecraft/models/item/spider_eye.json new file mode 100644 index 00000000..0a663064 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/spider_eye.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/spider_eye" + } +} diff --git a/1.11.2/assets/minecraft/models/item/sponge.json b/1.11.2/assets/minecraft/models/item/sponge.json new file mode 100644 index 00000000..be0af22f --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/sponge.json @@ -0,0 +1,3 @@ +{ + "parent": "block/sponge" +} diff --git a/1.11.2/assets/minecraft/models/item/sponge_wet.json b/1.11.2/assets/minecraft/models/item/sponge_wet.json new file mode 100644 index 00000000..763ac1e0 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/sponge_wet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/sponge_wet" +} diff --git a/1.11.2/assets/minecraft/models/item/spruce_boat.json b/1.11.2/assets/minecraft/models/item/spruce_boat.json new file mode 100644 index 00000000..04455ca0 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/spruce_boat.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/spruce_boat" + } +} diff --git a/1.11.2/assets/minecraft/models/item/spruce_door.json b/1.11.2/assets/minecraft/models/item/spruce_door.json new file mode 100644 index 00000000..b6a0ac7b --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/spruce_door.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/door_spruce" + } +} diff --git a/1.11.2/assets/minecraft/models/item/spruce_fence.json b/1.11.2/assets/minecraft/models/item/spruce_fence.json new file mode 100644 index 00000000..fccc7be6 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/spruce_fence.json @@ -0,0 +1,3 @@ +{ + "parent": "block/spruce_fence_inventory" +} diff --git a/1.11.2/assets/minecraft/models/item/spruce_fence_gate.json b/1.11.2/assets/minecraft/models/item/spruce_fence_gate.json new file mode 100644 index 00000000..38c1bf21 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/spruce_fence_gate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/spruce_fence_gate_closed" +} diff --git a/1.11.2/assets/minecraft/models/item/spruce_leaves.json b/1.11.2/assets/minecraft/models/item/spruce_leaves.json new file mode 100644 index 00000000..0fc2b066 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/spruce_leaves.json @@ -0,0 +1,3 @@ +{ + "parent": "block/spruce_leaves" +} diff --git a/1.11.2/assets/minecraft/models/item/spruce_log.json b/1.11.2/assets/minecraft/models/item/spruce_log.json new file mode 100644 index 00000000..702dccc4 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/spruce_log.json @@ -0,0 +1,3 @@ +{ + "parent": "block/spruce_log" +} diff --git a/1.11.2/assets/minecraft/models/item/spruce_planks.json b/1.11.2/assets/minecraft/models/item/spruce_planks.json new file mode 100644 index 00000000..05d60747 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/spruce_planks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/spruce_planks" +} diff --git a/1.11.2/assets/minecraft/models/item/spruce_sapling.json b/1.11.2/assets/minecraft/models/item/spruce_sapling.json new file mode 100644 index 00000000..292c12ef --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/spruce_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/sapling_spruce" + } +} diff --git a/1.11.2/assets/minecraft/models/item/spruce_slab.json b/1.11.2/assets/minecraft/models/item/spruce_slab.json new file mode 100644 index 00000000..60251bff --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/spruce_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/half_slab_spruce" +} diff --git a/1.11.2/assets/minecraft/models/item/spruce_stairs.json b/1.11.2/assets/minecraft/models/item/spruce_stairs.json new file mode 100644 index 00000000..c69594a3 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/spruce_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/spruce_stairs" +} diff --git a/1.11.2/assets/minecraft/models/item/stick.json b/1.11.2/assets/minecraft/models/item/stick.json new file mode 100644 index 00000000..f757c1f3 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/stick.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/stick" + } +} diff --git a/1.11.2/assets/minecraft/models/item/sticky_piston.json b/1.11.2/assets/minecraft/models/item/sticky_piston.json new file mode 100644 index 00000000..87c94d4b --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/sticky_piston.json @@ -0,0 +1,3 @@ +{ + "parent": "block/piston_inventory_sticky" +} diff --git a/1.11.2/assets/minecraft/models/item/stone.json b/1.11.2/assets/minecraft/models/item/stone.json new file mode 100644 index 00000000..68982f03 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/stone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stone" +} diff --git a/1.11.2/assets/minecraft/models/item/stone_axe.json b/1.11.2/assets/minecraft/models/item/stone_axe.json new file mode 100644 index 00000000..ebbe13fa --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/stone_axe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/stone_axe" + } +} diff --git a/1.11.2/assets/minecraft/models/item/stone_brick_monster_egg.json b/1.11.2/assets/minecraft/models/item/stone_brick_monster_egg.json new file mode 100644 index 00000000..ef1e13fc --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/stone_brick_monster_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stonebrick_normal" +} diff --git a/1.11.2/assets/minecraft/models/item/stone_brick_slab.json b/1.11.2/assets/minecraft/models/item/stone_brick_slab.json new file mode 100644 index 00000000..3f0db474 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/stone_brick_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/half_slab_stone_brick" +} diff --git a/1.11.2/assets/minecraft/models/item/stone_brick_stairs.json b/1.11.2/assets/minecraft/models/item/stone_brick_stairs.json new file mode 100644 index 00000000..30e682e1 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/stone_brick_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stone_brick_stairs" +} diff --git a/1.11.2/assets/minecraft/models/item/stone_button.json b/1.11.2/assets/minecraft/models/item/stone_button.json new file mode 100644 index 00000000..2ef9acb7 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/stone_button.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stone_button_inventory" +} diff --git a/1.11.2/assets/minecraft/models/item/stone_hoe.json b/1.11.2/assets/minecraft/models/item/stone_hoe.json new file mode 100644 index 00000000..aaa6122e --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/stone_hoe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/stone_hoe" + } +} diff --git a/1.11.2/assets/minecraft/models/item/stone_monster_egg.json b/1.11.2/assets/minecraft/models/item/stone_monster_egg.json new file mode 100644 index 00000000..68982f03 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/stone_monster_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stone" +} diff --git a/1.11.2/assets/minecraft/models/item/stone_pickaxe.json b/1.11.2/assets/minecraft/models/item/stone_pickaxe.json new file mode 100644 index 00000000..df6c844f --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/stone_pickaxe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/stone_pickaxe" + } +} diff --git a/1.11.2/assets/minecraft/models/item/stone_pressure_plate.json b/1.11.2/assets/minecraft/models/item/stone_pressure_plate.json new file mode 100644 index 00000000..9f18cce8 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/stone_pressure_plate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stone_pressure_plate_up" +} diff --git a/1.11.2/assets/minecraft/models/item/stone_shovel.json b/1.11.2/assets/minecraft/models/item/stone_shovel.json new file mode 100644 index 00000000..d227e6db --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/stone_shovel.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/stone_shovel" + } +} diff --git a/1.11.2/assets/minecraft/models/item/stone_slab.json b/1.11.2/assets/minecraft/models/item/stone_slab.json new file mode 100644 index 00000000..701dbc32 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/stone_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/half_slab_stone" +} diff --git a/1.11.2/assets/minecraft/models/item/stone_stairs.json b/1.11.2/assets/minecraft/models/item/stone_stairs.json new file mode 100644 index 00000000..65107ed7 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/stone_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stone_stairs" +} diff --git a/1.11.2/assets/minecraft/models/item/stone_sword.json b/1.11.2/assets/minecraft/models/item/stone_sword.json new file mode 100644 index 00000000..a30dcae5 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/stone_sword.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/stone_sword" + } +} diff --git a/1.11.2/assets/minecraft/models/item/stonebrick.json b/1.11.2/assets/minecraft/models/item/stonebrick.json new file mode 100644 index 00000000..ef1e13fc --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/stonebrick.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stonebrick_normal" +} diff --git a/1.11.2/assets/minecraft/models/item/string.json b/1.11.2/assets/minecraft/models/item/string.json new file mode 100644 index 00000000..046bb2e9 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/string.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/string" + } +} diff --git a/1.11.2/assets/minecraft/models/item/structure_block.json b/1.11.2/assets/minecraft/models/item/structure_block.json new file mode 100644 index 00000000..14bed985 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/structure_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/structure_block" +} diff --git a/1.11.2/assets/minecraft/models/item/structure_void.json b/1.11.2/assets/minecraft/models/item/structure_void.json new file mode 100644 index 00000000..e681ad8a --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/structure_void.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/structure_void" + } +} diff --git a/1.11.2/assets/minecraft/models/item/sugar.json b/1.11.2/assets/minecraft/models/item/sugar.json new file mode 100644 index 00000000..36b9ebf6 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/sugar.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/sugar" + } +} diff --git a/1.11.2/assets/minecraft/models/item/sunflower.json b/1.11.2/assets/minecraft/models/item/sunflower.json new file mode 100644 index 00000000..cd0e9320 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/sunflower.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/double_plant_sunflower_front" + } +} diff --git a/1.11.2/assets/minecraft/models/item/syringa.json b/1.11.2/assets/minecraft/models/item/syringa.json new file mode 100644 index 00000000..4ad521a3 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/syringa.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/double_plant_syringa_top" + } +} diff --git a/1.11.2/assets/minecraft/models/item/tall_grass.json b/1.11.2/assets/minecraft/models/item/tall_grass.json new file mode 100644 index 00000000..03b74d51 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/tall_grass.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/tallgrass" + } +} diff --git a/1.11.2/assets/minecraft/models/item/tipped_arrow.json b/1.11.2/assets/minecraft/models/item/tipped_arrow.json new file mode 100644 index 00000000..9f6da4c0 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/tipped_arrow.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/tipped_arrow_head", + "layer1": "items/tipped_arrow_base" + } +} diff --git a/1.11.2/assets/minecraft/models/item/tnt.json b/1.11.2/assets/minecraft/models/item/tnt.json new file mode 100644 index 00000000..ba1dec1c --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/tnt.json @@ -0,0 +1,3 @@ +{ + "parent": "block/tnt" +} diff --git a/1.11.2/assets/minecraft/models/item/tnt_minecart.json b/1.11.2/assets/minecraft/models/item/tnt_minecart.json new file mode 100644 index 00000000..c1d0aac9 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/tnt_minecart.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/minecart_tnt" + } +} diff --git a/1.11.2/assets/minecraft/models/item/torch.json b/1.11.2/assets/minecraft/models/item/torch.json new file mode 100644 index 00000000..4e6da468 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/torch.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/torch_on" + } +} diff --git a/1.11.2/assets/minecraft/models/item/totem.json b/1.11.2/assets/minecraft/models/item/totem.json new file mode 100644 index 00000000..14b9dfd1 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/totem.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/totem" + } +} diff --git a/1.11.2/assets/minecraft/models/item/trapdoor.json b/1.11.2/assets/minecraft/models/item/trapdoor.json new file mode 100644 index 00000000..4b707422 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/trapdoor.json @@ -0,0 +1,3 @@ +{ + "parent": "block/wooden_trapdoor_bottom" +} diff --git a/1.11.2/assets/minecraft/models/item/trapped_chest.json b/1.11.2/assets/minecraft/models/item/trapped_chest.json new file mode 100644 index 00000000..c7435714 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/trapped_chest.json @@ -0,0 +1,3 @@ +{ + "parent": "item/chest" +} diff --git a/1.11.2/assets/minecraft/models/item/tripwire_hook.json b/1.11.2/assets/minecraft/models/item/tripwire_hook.json new file mode 100644 index 00000000..79b51fd4 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/tripwire_hook.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/trip_wire_source" + } +} diff --git a/1.11.2/assets/minecraft/models/item/vine.json b/1.11.2/assets/minecraft/models/item/vine.json new file mode 100644 index 00000000..3db1bb91 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/vine.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/vine" + } +} diff --git a/1.11.2/assets/minecraft/models/item/water_bucket.json b/1.11.2/assets/minecraft/models/item/water_bucket.json new file mode 100644 index 00000000..8fb67591 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/water_bucket.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/bucket_water" + } +} diff --git a/1.11.2/assets/minecraft/models/item/waterlily.json b/1.11.2/assets/minecraft/models/item/waterlily.json new file mode 100644 index 00000000..68529104 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/waterlily.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/waterlily" + } +} diff --git a/1.11.2/assets/minecraft/models/item/web.json b/1.11.2/assets/minecraft/models/item/web.json new file mode 100644 index 00000000..1fe6d579 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/web.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/web" + } +} diff --git a/1.11.2/assets/minecraft/models/item/wheat.json b/1.11.2/assets/minecraft/models/item/wheat.json new file mode 100644 index 00000000..25b0bb90 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/wheat.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/wheat" + } +} diff --git a/1.11.2/assets/minecraft/models/item/wheat_seeds.json b/1.11.2/assets/minecraft/models/item/wheat_seeds.json new file mode 100644 index 00000000..223a2f44 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/wheat_seeds.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/seeds_wheat" + } +} diff --git a/1.11.2/assets/minecraft/models/item/white_carpet.json b/1.11.2/assets/minecraft/models/item/white_carpet.json new file mode 100644 index 00000000..3234800e --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/white_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/carpet_white" +} diff --git a/1.11.2/assets/minecraft/models/item/white_shulker_box.json b/1.11.2/assets/minecraft/models/item/white_shulker_box.json new file mode 100644 index 00000000..0884a19c --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/white_shulker_box.json @@ -0,0 +1,3 @@ +{ + "parent": "item/shulker_box" +} diff --git a/1.11.2/assets/minecraft/models/item/white_stained_glass.json b/1.11.2/assets/minecraft/models/item/white_stained_glass.json new file mode 100644 index 00000000..fe424441 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/white_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glass_white" +} diff --git a/1.11.2/assets/minecraft/models/item/white_stained_glass_pane.json b/1.11.2/assets/minecraft/models/item/white_stained_glass_pane.json new file mode 100644 index 00000000..d64898db --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/white_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/glass_white" + } +} diff --git a/1.11.2/assets/minecraft/models/item/white_stained_hardened_clay.json b/1.11.2/assets/minecraft/models/item/white_stained_hardened_clay.json new file mode 100644 index 00000000..d5bf687c --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/white_stained_hardened_clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hardened_clay_white" +} diff --git a/1.11.2/assets/minecraft/models/item/white_tulip.json b/1.11.2/assets/minecraft/models/item/white_tulip.json new file mode 100644 index 00000000..9d8d4316 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/white_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/flower_tulip_white" + } +} diff --git a/1.11.2/assets/minecraft/models/item/white_wool.json b/1.11.2/assets/minecraft/models/item/white_wool.json new file mode 100644 index 00000000..59a012e3 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/white_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/white_wool" +} diff --git a/1.11.2/assets/minecraft/models/item/wooden_axe.json b/1.11.2/assets/minecraft/models/item/wooden_axe.json new file mode 100644 index 00000000..1089bde5 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/wooden_axe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/wood_axe" + } +} diff --git a/1.11.2/assets/minecraft/models/item/wooden_button.json b/1.11.2/assets/minecraft/models/item/wooden_button.json new file mode 100644 index 00000000..051f7bcd --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/wooden_button.json @@ -0,0 +1,3 @@ +{ + "parent": "block/wooden_button_inventory" +} diff --git a/1.11.2/assets/minecraft/models/item/wooden_hoe.json b/1.11.2/assets/minecraft/models/item/wooden_hoe.json new file mode 100644 index 00000000..3d55e9c9 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/wooden_hoe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/wood_hoe" + } +} diff --git a/1.11.2/assets/minecraft/models/item/wooden_pickaxe.json b/1.11.2/assets/minecraft/models/item/wooden_pickaxe.json new file mode 100644 index 00000000..f1e8da31 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/wooden_pickaxe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/wood_pickaxe" + } +} diff --git a/1.11.2/assets/minecraft/models/item/wooden_pressure_plate.json b/1.11.2/assets/minecraft/models/item/wooden_pressure_plate.json new file mode 100644 index 00000000..645a3092 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/wooden_pressure_plate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/wooden_pressure_plate_up" +} diff --git a/1.11.2/assets/minecraft/models/item/wooden_shovel.json b/1.11.2/assets/minecraft/models/item/wooden_shovel.json new file mode 100644 index 00000000..9f1203dc --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/wooden_shovel.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/wood_shovel" + } +} diff --git a/1.11.2/assets/minecraft/models/item/wooden_sword.json b/1.11.2/assets/minecraft/models/item/wooden_sword.json new file mode 100644 index 00000000..92fa555e --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/wooden_sword.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/wood_sword" + } +} diff --git a/1.11.2/assets/minecraft/models/item/writable_book.json b/1.11.2/assets/minecraft/models/item/writable_book.json new file mode 100644 index 00000000..56fcacae --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/writable_book.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/book_writable" + } +} diff --git a/1.11.2/assets/minecraft/models/item/written_book.json b/1.11.2/assets/minecraft/models/item/written_book.json new file mode 100644 index 00000000..3dc7d4ae --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/written_book.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/book_written" + } +} diff --git a/1.11.2/assets/minecraft/models/item/yellow_carpet.json b/1.11.2/assets/minecraft/models/item/yellow_carpet.json new file mode 100644 index 00000000..f3879dc1 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/yellow_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/carpet_yellow" +} diff --git a/1.11.2/assets/minecraft/models/item/yellow_shulker_box.json b/1.11.2/assets/minecraft/models/item/yellow_shulker_box.json new file mode 100644 index 00000000..0884a19c --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/yellow_shulker_box.json @@ -0,0 +1,3 @@ +{ + "parent": "item/shulker_box" +} diff --git a/1.11.2/assets/minecraft/models/item/yellow_stained_glass.json b/1.11.2/assets/minecraft/models/item/yellow_stained_glass.json new file mode 100644 index 00000000..b52b3133 --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/yellow_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glass_yellow" +} diff --git a/1.11.2/assets/minecraft/models/item/yellow_stained_glass_pane.json b/1.11.2/assets/minecraft/models/item/yellow_stained_glass_pane.json new file mode 100644 index 00000000..ac5c8e1c --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/yellow_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/glass_yellow" + } +} diff --git a/1.11.2/assets/minecraft/models/item/yellow_stained_hardened_clay.json b/1.11.2/assets/minecraft/models/item/yellow_stained_hardened_clay.json new file mode 100644 index 00000000..ff76d23c --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/yellow_stained_hardened_clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hardened_clay_yellow" +} diff --git a/1.11.2/assets/minecraft/models/item/yellow_wool.json b/1.11.2/assets/minecraft/models/item/yellow_wool.json new file mode 100644 index 00000000..33e3d17c --- /dev/null +++ b/1.11.2/assets/minecraft/models/item/yellow_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/yellow_wool" +} diff --git a/1.11.2/assets/minecraft/shaders/post/antialias.json b/1.11.2/assets/minecraft/shaders/post/antialias.json new file mode 100644 index 00000000..bc31af30 --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/post/antialias.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "antialias", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.11.2/assets/minecraft/shaders/post/art.json b/1.11.2/assets/minecraft/shaders/post/art.json new file mode 100644 index 00000000..6d6c7ec5 --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/post/art.json @@ -0,0 +1,64 @@ +{ + "targets": [ + "0", + "1" + ], + "passes": [ + { + "name": "blobs2", + "intarget": "minecraft:main", + "outtarget": "0" + }, + { + "name": "outline_watercolor", + "intarget": "0", + "outtarget": "minecraft:main" + }, + { + "name": "blur", + "intarget": "minecraft:main", + "outtarget": "1", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.8, 0.0 ] + }, + { + "name": "Radius", + "values": [ 20.0 ] + } + ] + }, + { + "name": "blur", + "intarget": "1", + "outtarget": "minecraft:main", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.0, 0.8 ] + }, + { + "name": "Radius", + "values": [ 20.0 ] + } + ] + }, + { + "name": "outline_combine", + "intarget": "0", + "outtarget": "1", + "auxtargets": [ + { + "name": "OutlineSampler", + "id": "minecraft:main" + } + ] + }, + { + "name": "blit", + "intarget": "1", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.11.2/assets/minecraft/shaders/post/bits.json b/1.11.2/assets/minecraft/shaders/post/bits.json new file mode 100644 index 00000000..7236746c --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/post/bits.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "bits", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.11.2/assets/minecraft/shaders/post/blobs.json b/1.11.2/assets/minecraft/shaders/post/blobs.json new file mode 100644 index 00000000..d6260aa2 --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/post/blobs.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "blobs", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.11.2/assets/minecraft/shaders/post/blobs2.json b/1.11.2/assets/minecraft/shaders/post/blobs2.json new file mode 100644 index 00000000..3464ae30 --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/post/blobs2.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "blobs2", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.11.2/assets/minecraft/shaders/post/blur.json b/1.11.2/assets/minecraft/shaders/post/blur.json new file mode 100644 index 00000000..bca04d5e --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/post/blur.json @@ -0,0 +1,37 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "blur", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 1.0, 0.0 ] + }, + { + "name": "Radius", + "values": [ 20.0 ] + } + ] + }, + { + "name": "blur", + "intarget": "swap", + "outtarget": "minecraft:main", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.0, 1.0 ] + }, + { + "name": "Radius", + "values": [ 20.0 ] + } + ] + } + ] +} diff --git a/1.11.2/assets/minecraft/shaders/post/bumpy.json b/1.11.2/assets/minecraft/shaders/post/bumpy.json new file mode 100644 index 00000000..0870985d --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/post/bumpy.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "bumpy", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.11.2/assets/minecraft/shaders/post/color_convolve.json b/1.11.2/assets/minecraft/shaders/post/color_convolve.json new file mode 100644 index 00000000..9f002121 --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/post/color_convolve.json @@ -0,0 +1,20 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "color_convolve", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { "name": "Saturation", "values": [ 1.4 ] } + ] + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.11.2/assets/minecraft/shaders/post/creeper.json b/1.11.2/assets/minecraft/shaders/post/creeper.json new file mode 100644 index 00000000..da503f1a --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/post/creeper.json @@ -0,0 +1,41 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "color_convolve", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { + "name": "RedMatrix", + "values": [ 0.0, 0.0, 0.0 ] + }, + { + "name": "GreenMatrix", + "values": [ 0.3, 0.59, 0.11 ] + }, + { + "name": "BlueMatrix", + "values": [ 0.0, 0.0, 0.0 ] + } + ] + }, + { + "name": "bits", + "intarget": "swap", + "outtarget": "minecraft:main", + "uniforms": [ + { + "name": "Resolution", + "values": [ 16.0 ] + }, + { + "name": "MosaicSize", + "values": [ 4.0 ] + } + ] + } + ] +} diff --git a/1.11.2/assets/minecraft/shaders/post/deconverge.json b/1.11.2/assets/minecraft/shaders/post/deconverge.json new file mode 100644 index 00000000..4eb2b8db --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/post/deconverge.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "deconverge", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.11.2/assets/minecraft/shaders/post/desaturate.json b/1.11.2/assets/minecraft/shaders/post/desaturate.json new file mode 100644 index 00000000..675018fa --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/post/desaturate.json @@ -0,0 +1,23 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "color_convolve", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { + "name": "Saturation", + "values": [ 0.2 ] + } + ] + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.11.2/assets/minecraft/shaders/post/entity_outline.json b/1.11.2/assets/minecraft/shaders/post/entity_outline.json new file mode 100644 index 00000000..e53ff3db --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/post/entity_outline.json @@ -0,0 +1,48 @@ +{ + "targets": [ + "swap", + "final" + ], + "passes": [ + { + "name": "entity_outline", + "intarget": "final", + "outtarget": "swap" + }, + { + "name": "blur", + "intarget": "swap", + "outtarget": "final", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 1.0, 0.0 ] + }, + { + "name": "Radius", + "values": [ 2.0 ] + } + ] + }, + { + "name": "blur", + "intarget": "final", + "outtarget": "swap", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.0, 1.0 ] + }, + { + "name": "Radius", + "values": [ 2.0 ] + } + ] + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "final" + } + ] +} diff --git a/1.11.2/assets/minecraft/shaders/post/flip.json b/1.11.2/assets/minecraft/shaders/post/flip.json new file mode 100644 index 00000000..e3824357 --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/post/flip.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "flip", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.11.2/assets/minecraft/shaders/post/fxaa.json b/1.11.2/assets/minecraft/shaders/post/fxaa.json new file mode 100644 index 00000000..83292b79 --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/post/fxaa.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "fxaa", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.11.2/assets/minecraft/shaders/post/green.json b/1.11.2/assets/minecraft/shaders/post/green.json new file mode 100644 index 00000000..5d0af6c9 --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/post/green.json @@ -0,0 +1,41 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "color_convolve", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { + "name": "RedMatrix", + "values": [ 0.0, 0.0, 0.0 ] + }, + { + "name": "GreenMatrix", + "values": [ 0.3, 0.59, 0.11 ] + }, + { + "name": "BlueMatrix", + "values": [ 0.0, 0.0, 0.0 ] + } + ] + }, + { + "name": "bits", + "intarget": "swap", + "outtarget": "minecraft:main" + }, + { + "name": "scan_pincushion", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.11.2/assets/minecraft/shaders/post/invert.json b/1.11.2/assets/minecraft/shaders/post/invert.json new file mode 100644 index 00000000..2ab63fb6 --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/post/invert.json @@ -0,0 +1,23 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "invert", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { + "name": "InverseAmount", + "values": [ 0.8 ] + } + ] + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.11.2/assets/minecraft/shaders/post/notch.json b/1.11.2/assets/minecraft/shaders/post/notch.json new file mode 100644 index 00000000..164943c2 --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/post/notch.json @@ -0,0 +1,26 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "notch", + "intarget": "minecraft:main", + "outtarget": "swap", + "auxtargets": [ + { + "name": "DitherSampler", + "id": "dither", + "width": 4, + "height": 4, + "bilinear": false + } + ] + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.11.2/assets/minecraft/shaders/post/ntsc.json b/1.11.2/assets/minecraft/shaders/post/ntsc.json new file mode 100644 index 00000000..abc005bd --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/post/ntsc.json @@ -0,0 +1,92 @@ +{ + "targets": [ + "swap", + "swap2", + "previous" + ], + "passes": [ + { + "name": "ntsc_encode", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "ntsc_decode", + "intarget": "swap", + "outtarget": "swap2", + "auxtargets": [ + { + "name": "BaseSampler", + "id": "minecraft:main" + } + ] + }, + { + "name": "color_convolve", + "intarget": "swap2", + "outtarget": "swap" + }, + { + "name": "deconverge", + "intarget": "swap", + "outtarget": "minecraft:main" + }, + { + "name": "blur", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 1.0, 0.0 ] + }, + { + "name": "Radius", + "values": [ 10.0 ] + } + ] + }, + { + "name": "blur", + "intarget": "swap", + "outtarget": "minecraft:main", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.0, 1.0 ] + }, + { + "name": "Radius", + "values": [ 10.0 ] + } + ] + }, + { + "name": "scan_pincushion", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "phosphor", + "intarget": "swap", + "outtarget": "minecraft:main", + "auxtargets": [ + { + "name": "PrevSampler", + "id": "previous" + } + ], + "uniforms": [ + { + "name": "Phosphor", + "values": [ 0.4, 0.4, 0.4 ] + } + ] + }, + { + "name": "blit", + "intarget": "minecraft:main", + "outtarget": "previous" + } + ] +} diff --git a/1.11.2/assets/minecraft/shaders/post/outline.json b/1.11.2/assets/minecraft/shaders/post/outline.json new file mode 100644 index 00000000..53c8ee82 --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/post/outline.json @@ -0,0 +1,18 @@ +{ + "targets": [ + "swap", + "final" + ], + "passes": [ + { + "name": "outline", + "intarget": "final", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "final" + } + ] +} diff --git a/1.11.2/assets/minecraft/shaders/post/pencil.json b/1.11.2/assets/minecraft/shaders/post/pencil.json new file mode 100644 index 00000000..1fc5b133 --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/post/pencil.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "outline_soft", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.11.2/assets/minecraft/shaders/post/phosphor.json b/1.11.2/assets/minecraft/shaders/post/phosphor.json new file mode 100644 index 00000000..0fa09c4e --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/post/phosphor.json @@ -0,0 +1,35 @@ +{ + "targets": [ + "swap", + "previous" + ], + "passes": [ + { + "name": "phosphor", + "intarget": "minecraft:main", + "outtarget": "swap", + "auxtargets": [ + { + "name": "PrevSampler", + "id": "previous" + } + ], + "uniforms": [ + { + "name": "Phosphor", + "values": [ 0.95, 0.95, 0.95 ] + } + ] + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "previous" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.11.2/assets/minecraft/shaders/post/scan_pincushion.json b/1.11.2/assets/minecraft/shaders/post/scan_pincushion.json new file mode 100644 index 00000000..b5d0a3ed --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/post/scan_pincushion.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "scan_pincushion", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.11.2/assets/minecraft/shaders/post/sobel.json b/1.11.2/assets/minecraft/shaders/post/sobel.json new file mode 100644 index 00000000..5c390a4b --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/post/sobel.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "sobel", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.11.2/assets/minecraft/shaders/post/spider.json b/1.11.2/assets/minecraft/shaders/post/spider.json new file mode 100644 index 00000000..5f203c13 --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/post/spider.json @@ -0,0 +1,230 @@ +{ + "targets": [ + "largeBlur", + "smallBlur", + "temp", + "swap" + ], + "passes": [ + { + "name": "blur", + "intarget": "minecraft:main", + "outtarget": "temp", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 1.0, 0.0 ] + }, + { + "name": "Radius", + "values": [ 15.0 ] + } + ] + }, + { + "name": "blur", + "intarget": "temp", + "outtarget": "largeBlur", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.0, 1.0 ] + }, + { + "name": "Radius", + "values": [ 15.0 ] + } + ] + }, + { + "name": "blur", + "intarget": "minecraft:main", + "outtarget": "temp", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 1.0, 0.0 ] + }, + { + "name": "Radius", + "values": [ 7.0 ] + } + ] + }, + { + "name": "blur", + "intarget": "temp", + "outtarget": "smallBlur", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.0, 1.0 ] + }, + { + "name": "Radius", + "values": [ 7.0 ] + } + ] + }, + { + "name": "spider", + "intarget": "minecraft:main", + "outtarget": "temp", + "auxtargets": [ + { + "name": "BlurSampler", + "id": "largeBlur" + } + ], + "uniforms": [ + { + "name": "InScale", + "values": [ 1.25, 2.0 ] + }, + { + "name": "InOffset", + "values": [ -0.125, -0.1 ] + }, + { + "name": "Scissor", + "values": [ 0.0, 0.0, 1.0, 1.0 ] + }, + { + "name": "Vignette", + "values": [ 0.1, 0.1, 0.9, 0.9 ] + } + ] + }, + { + "name": "spider", + "intarget": "smallBlur", + "outtarget": "swap", + "auxtargets": [ + { + "name": "BlurSampler", + "id": "temp" + } + ], + "uniforms": [ + { + "name": "InScale", + "values": [ 2.35, 4.2 ] + }, + { + "name": "InOffset", + "values": [ -1.1, -1.5 ] + }, + { + "name": "InRotation", + "values": [ -45.0 ] + }, + { + "name": "Scissor", + "values": [ 0.21, 0.0, 0.79, 1.0 ] + }, + { + "name": "Vignette", + "values": [ 0.31, 0.1, 0.69, 0.9 ] + } + ] + }, + { + "name": "spider", + "intarget": "smallBlur", + "outtarget": "temp", + "auxtargets": [ + { + "name": "BlurSampler", + "id": "swap" + } + ], + "uniforms": [ + { + "name": "InScale", + "values": [ 2.35, 4.2 ] + }, + { + "name": "InOffset", + "values": [ 0.45, -4.45 ] + }, + { + "name": "InRotation", + "values": [ 45.0 ] + }, + { + "name": "Scissor", + "values": [ 0.21, 0.0, 0.79, 1.0 ] + }, + { + "name": "Vignette", + "values": [ 0.31, 0.1, 0.69, 0.9 ] + } + ] + }, + { + "name": "spider", + "intarget": "smallBlur", + "outtarget": "swap", + "auxtargets": [ + { + "name": "BlurSampler", + "id": "temp" + } + ], + "uniforms": [ + { + "name": "InScale", + "values": [ 2.35, 2.35 ] + }, + { + "name": "InOffset", + "values": [ -0.385, -1.29 ] + }, + { + "name": "InRotation", + "values": [ 0.0 ] + }, + { + "name": "Vignette", + "values": [ 0.31, 0.1, 0.69, 0.9 ] + } + ] + }, + { + "name": "spider", + "intarget": "smallBlur", + "outtarget": "temp", + "auxtargets": [ + { + "name": "BlurSampler", + "id": "swap" + } + ], + "uniforms": [ + { + "name": "InScale", + "values": [ 2.35, 2.35 ] + }, + { + "name": "InOffset", + "values": [ -0.965, -1.29 ] + }, + { + "name": "Vignette", + "values": [ 0.31, 0.1, 0.69, 0.9 ] + } + ] + }, + { + "name": "blit", + "intarget": "temp", + "outtarget": "minecraft:main", + "uniforms": [ + { + "name": "ColorModulate", + "values": [ 1.0, 0.8, 0.8, 1.0 ] + } + ] + } + ] +} diff --git a/1.11.2/assets/minecraft/shaders/post/wobble.json b/1.11.2/assets/minecraft/shaders/post/wobble.json new file mode 100644 index 00000000..1fc45346 --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/post/wobble.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "wobble", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.11.2/assets/minecraft/shaders/program/antialias.fsh b/1.11.2/assets/minecraft/shaders/program/antialias.fsh new file mode 100644 index 00000000..2d921951 --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/program/antialias.fsh @@ -0,0 +1,29 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 c = texture2D (DiffuseSampler, texCoord); + vec4 u1 = texture2D (DiffuseSampler, texCoord + vec2 ( 0.0, -oneTexel.y )); + vec4 u2 = texture2D (DiffuseSampler, texCoord + vec2 ( 0.0, -oneTexel.y * 2.0)); + vec4 d1 = texture2D (DiffuseSampler, texCoord + vec2 ( 0.0, oneTexel.y )); + vec4 d2 = texture2D (DiffuseSampler, texCoord + vec2 ( 0.0, oneTexel.y * 2.0)); + vec4 l1 = texture2D (DiffuseSampler, texCoord + vec2 (-oneTexel.x, 0.0)); + vec4 l2 = texture2D (DiffuseSampler, texCoord + vec2 (-oneTexel.x * 2.0, 0.0)); + vec4 r1 = texture2D (DiffuseSampler, texCoord + vec2 ( oneTexel.x, 0.0)); + vec4 r2 = texture2D (DiffuseSampler, texCoord + vec2 ( oneTexel.x * 2.0, 0.0)); + + vec4 v1 = mix (c, mix (l1, l2, 0.667), 0.75); + vec4 v2 = mix (c, mix (r1, r2, 0.667), 0.75); + vec4 v3 = mix (c, mix (u1, u2, 0.667), 0.75); + vec4 v4 = mix (c, mix (d1, d2, 0.667), 0.75); + + vec4 v5 = mix (v1, v2, 0.5); + vec4 v6 = mix (v3, v4, 0.5); + + vec4 color = mix (v5, v6, 0.5); + gl_FragColor = vec4(color.rgb, 1.0); +} diff --git a/1.11.2/assets/minecraft/shaders/program/antialias.json b/1.11.2/assets/minecraft/shaders/program/antialias.json new file mode 100644 index 00000000..6916fd9a --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/program/antialias.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "blobs", + "fragment": "antialias", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.11.2/assets/minecraft/shaders/program/bits.fsh b/1.11.2/assets/minecraft/shaders/program/bits.fsh new file mode 100644 index 00000000..c252b303 --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/program/bits.fsh @@ -0,0 +1,27 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +uniform float Resolution = 4.0; +uniform float Saturation = 1.5; +uniform float MosaicSize = 8.0; + +void main() { + vec2 mosaicInSize = InSize / MosaicSize; + vec2 fractPix = fract(texCoord * mosaicInSize) / mosaicInSize; + + vec4 baseTexel = texture2D(DiffuseSampler, texCoord - fractPix); + + vec3 fractTexel = baseTexel.rgb - fract(baseTexel.rgb * Resolution) / Resolution; + float luma = dot(fractTexel, vec3(0.3, 0.59, 0.11)); + vec3 chroma = (fractTexel - luma) * Saturation; + baseTexel.rgb = luma + chroma; + baseTexel.a = 1.0; + + gl_FragColor = baseTexel; +} diff --git a/1.11.2/assets/minecraft/shaders/program/bits.json b/1.11.2/assets/minecraft/shaders/program/bits.json new file mode 100644 index 00000000..c19239b8 --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/program/bits.json @@ -0,0 +1,21 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "bits", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "Resolution", "type": "float", "count": 1, "values": [ 4.0 ] }, + { "name": "Saturation", "type": "float", "count": 1, "values": [ 1.5 ] }, + { "name": "MosaicSize", "type": "float", "count": 1, "values": [ 8.0 ] } + ] +} diff --git a/1.11.2/assets/minecraft/shaders/program/blit.fsh b/1.11.2/assets/minecraft/shaders/program/blit.fsh new file mode 100644 index 00000000..75d662ac --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/program/blit.fsh @@ -0,0 +1,11 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +uniform vec4 ColorModulate; + +varying vec2 texCoord; + +void main(){ + gl_FragColor = texture2D(DiffuseSampler, texCoord) * ColorModulate; +} diff --git a/1.11.2/assets/minecraft/shaders/program/blit.json b/1.11.2/assets/minecraft/shaders/program/blit.json new file mode 100644 index 00000000..1256b6b1 --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/program/blit.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "blit", + "fragment": "blit", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "ColorModulate", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] } + ] +} diff --git a/1.11.2/assets/minecraft/shaders/program/blit.vsh b/1.11.2/assets/minecraft/shaders/program/blit.vsh new file mode 100644 index 00000000..01a16db5 --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/program/blit.vsh @@ -0,0 +1,16 @@ +#version 120 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 OutSize; + +varying vec2 texCoord; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + texCoord = Position.xy / OutSize; + texCoord.y = 1.0 - texCoord.y; +} diff --git a/1.11.2/assets/minecraft/shaders/program/blobs.fsh b/1.11.2/assets/minecraft/shaders/program/blobs.fsh new file mode 100644 index 00000000..ddb8c75f --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/program/blobs.fsh @@ -0,0 +1,43 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 u = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y)); + vec4 d = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y)); + vec4 l = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0)); + vec4 r = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0)); + + vec4 v1 = min(l, r); + vec4 v2 = min(u, d); + vec4 v3 = min(v1, v2); + + vec4 ul = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, -oneTexel.y)); + vec4 dr = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, oneTexel.y)); + vec4 dl = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, oneTexel.y)); + vec4 ur = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, -oneTexel.y)); + + vec4 v4 = min(ul, dr); + vec4 v5 = min(ur, dl); + vec4 v6 = min(v4, v5); + + vec4 v7 = min(v3, v6); + + vec4 uu = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y * 2.0)); + vec4 dd = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y * 2.0)); + vec4 ll = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x * 2.0, 0.0)); + vec4 rr = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x * 2.0, 0.0)); + + vec4 v8 = min(uu, dd); + vec4 v9 = min(ll, rr); + vec4 v10 = min(v8, v9); + + vec4 v11 = min(v7, v10); + + vec4 c = texture2D(DiffuseSampler, texCoord); + vec4 color = min(c, v11); + gl_FragColor = vec4(color.rgb, 1.0); +} diff --git a/1.11.2/assets/minecraft/shaders/program/blobs.json b/1.11.2/assets/minecraft/shaders/program/blobs.json new file mode 100644 index 00000000..6a5f2455 --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/program/blobs.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "blobs", + "fragment": "blobs", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.11.2/assets/minecraft/shaders/program/blobs.vsh b/1.11.2/assets/minecraft/shaders/program/blobs.vsh new file mode 100644 index 00000000..3ece2743 --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/program/blobs.vsh @@ -0,0 +1,17 @@ +#version 120 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + oneTexel = 1.0 / InSize; + texCoord = outPos.xy * 0.5 + 0.5; +} diff --git a/1.11.2/assets/minecraft/shaders/program/blobs2.fsh b/1.11.2/assets/minecraft/shaders/program/blobs2.fsh new file mode 100644 index 00000000..fc68fb21 --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/program/blobs2.fsh @@ -0,0 +1,30 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform float Radius; + +void main(){ + vec4 c = texture2D(DiffuseSampler, texCoord); + vec4 maxVal = c; + for(float u = 0.0; u <= Radius; u += 1.0) { + for(float v = 0.0; v <= Radius; v += 1.0) { + float weight = (((sqrt(u * u + v * v) / (Radius)) > 1.0) ? 0.0 : 1.0); + + vec4 s0 = texture2D(DiffuseSampler, texCoord + vec2(-u * oneTexel.x, -v * oneTexel.y)); + vec4 s1 = texture2D(DiffuseSampler, texCoord + vec2( u * oneTexel.x, v * oneTexel.y)); + vec4 s2 = texture2D(DiffuseSampler, texCoord + vec2(-u * oneTexel.x, v * oneTexel.y)); + vec4 s3 = texture2D(DiffuseSampler, texCoord + vec2( u * oneTexel.x, -v * oneTexel.y)); + + vec4 o0 = max(s0, s1); + vec4 o1 = max(s2, s3); + vec4 tempMax = max(o0, o1); + maxVal = mix(maxVal, max(maxVal, tempMax), weight); + } + } + + gl_FragColor = vec4(maxVal.rgb, 1.0); +} diff --git a/1.11.2/assets/minecraft/shaders/program/blobs2.json b/1.11.2/assets/minecraft/shaders/program/blobs2.json new file mode 100644 index 00000000..6df4594b --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/program/blobs2.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "blobs", + "fragment": "blobs2", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "Radius", "type": "float", "count": 1, "values": [ 7.0 ] } + ] +} diff --git a/1.11.2/assets/minecraft/shaders/program/blur.fsh b/1.11.2/assets/minecraft/shaders/program/blur.fsh new file mode 100644 index 00000000..e35dedda --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/program/blur.fsh @@ -0,0 +1,31 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +uniform vec2 BlurDir; +uniform float Radius; + +void main() { + vec4 blurred = vec4(0.0); + float totalStrength = 0.0; + float totalAlpha = 0.0; + float totalSamples = 0.0; + for(float r = -Radius; r <= Radius; r += 1.0) { + vec4 sample = texture2D(DiffuseSampler, texCoord + oneTexel * r * BlurDir); + + // Accumulate average alpha + totalAlpha = totalAlpha + sample.a; + totalSamples = totalSamples + 1.0; + + // Accumulate smoothed blur + float strength = 1.0 - abs(r / Radius); + totalStrength = totalStrength + strength; + blurred = blurred + sample; + } + gl_FragColor = vec4(blurred.rgb / (Radius * 2.0 + 1.0), totalAlpha); +} diff --git a/1.11.2/assets/minecraft/shaders/program/blur.json b/1.11.2/assets/minecraft/shaders/program/blur.json new file mode 100644 index 00000000..51a23239 --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/program/blur.json @@ -0,0 +1,20 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "blur", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "BlurDir", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "Radius", "type": "float", "count": 1, "values": [ 5.0 ] } + ] +} diff --git a/1.11.2/assets/minecraft/shaders/program/bumpy.fsh b/1.11.2/assets/minecraft/shaders/program/bumpy.fsh new file mode 100644 index 00000000..cce2e3a4 --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/program/bumpy.fsh @@ -0,0 +1,34 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 c = texture2D(DiffuseSampler, texCoord); + vec4 u = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y)); + vec4 d = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y)); + vec4 l = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0)); + vec4 r = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0)); + + vec4 nc = normalize(c); + vec4 nu = normalize(u); + vec4 nd = normalize(d); + vec4 nl = normalize(l); + vec4 nr = normalize(r); + + float du = dot(nc, nu); + float dd = dot(nc, nd); + float dl = dot(nc, nl); + float dr = dot(nc, nr); + + float i = 64.0; + + float f = 1.0; + f += (du * i) - (dd * i); + f += (dr * i) - (dl * i); + + vec4 color = c * clamp(f, 0.5, 2); + gl_FragColor = vec4(color.rgb, 1.0); +} diff --git a/1.11.2/assets/minecraft/shaders/program/bumpy.json b/1.11.2/assets/minecraft/shaders/program/bumpy.json new file mode 100644 index 00000000..59cae198 --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/program/bumpy.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "bumpy", + "fragment": "bumpy", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.11.2/assets/minecraft/shaders/program/bumpy.vsh b/1.11.2/assets/minecraft/shaders/program/bumpy.vsh new file mode 100644 index 00000000..3ece2743 --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/program/bumpy.vsh @@ -0,0 +1,17 @@ +#version 120 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + oneTexel = 1.0 / InSize; + texCoord = outPos.xy * 0.5 + 0.5; +} diff --git a/1.11.2/assets/minecraft/shaders/program/color_convolve.fsh b/1.11.2/assets/minecraft/shaders/program/color_convolve.fsh new file mode 100644 index 00000000..61e43e2a --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/program/color_convolve.fsh @@ -0,0 +1,36 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +uniform vec3 Gray = vec3(0.3, 0.59, 0.11); +uniform vec3 RedMatrix = vec3(1.0, 0.0, 0.0); +uniform vec3 GreenMatrix = vec3(0.0, 1.0, 0.0); +uniform vec3 BlueMatrix = vec3(0.0, 0.0, 1.0); +uniform vec3 Offset = vec3(0.0, 0.0, 0.0); +uniform vec3 ColorScale = vec3(1.0, 1.0, 1.0); +uniform float Saturation = 1.8; + +void main() { + vec4 InTexel = texture2D(DiffuseSampler, texCoord); + + // Color Matrix + float RedValue = dot(InTexel.rgb, RedMatrix); + float GreenValue = dot(InTexel.rgb, GreenMatrix); + float BlueValue = dot(InTexel.rgb, BlueMatrix); + vec3 OutColor = vec3(RedValue, GreenValue, BlueValue); + + // Offset & Scale + OutColor = (OutColor * ColorScale) + Offset; + + // Saturation + float Luma = dot(OutColor, Gray); + vec3 Chroma = OutColor - Luma; + OutColor = (Chroma * Saturation) + Luma; + + gl_FragColor = vec4(OutColor, 1.0); +} diff --git a/1.11.2/assets/minecraft/shaders/program/color_convolve.json b/1.11.2/assets/minecraft/shaders/program/color_convolve.json new file mode 100644 index 00000000..e3a32c2d --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/program/color_convolve.json @@ -0,0 +1,25 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "color_convolve", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "Gray", "type": "float", "count": 3, "values": [ 0.3, 0.59, 0.11 ] }, + { "name": "RedMatrix", "type": "float", "count": 3, "values": [ 1.0, 0.0, 0.0 ] }, + { "name": "GreenMatrix", "type": "float", "count": 3, "values": [ 0.0, 1.0, 0.0 ] }, + { "name": "BlueMatrix", "type": "float", "count": 3, "values": [ 0.0, 0.0, 1.0 ] }, + { "name": "Offset", "type": "float", "count": 3, "values": [ 0.0, 0.0, 0.0 ] }, + { "name": "ColorScale", "type": "float", "count": 3, "values": [ 1.0, 1.0, 1.0 ] }, + { "name": "Saturation", "type": "float", "count": 1, "values": [ 1.8 ] } + ] +} diff --git a/1.11.2/assets/minecraft/shaders/program/deconverge.fsh b/1.11.2/assets/minecraft/shaders/program/deconverge.fsh new file mode 100644 index 00000000..26ef8cae --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/program/deconverge.fsh @@ -0,0 +1,28 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +uniform vec3 ConvergeX = vec3(-1.0, 0.0, 0.5); +uniform vec3 ConvergeY = vec3( 0.0, -1.0, 0.5); +uniform vec3 RadialConvergeX = vec3(1.0, 1.0, 1.0); +uniform vec3 RadialConvergeY = vec3(1.0, 1.0, 1.0); + +void main() { + vec3 CoordX = texCoord.x * RadialConvergeX; + vec3 CoordY = texCoord.y * RadialConvergeY; + + CoordX += ConvergeX * oneTexel.x - (RadialConvergeX - 1.0) * 0.5; + CoordY += ConvergeY * oneTexel.y - (RadialConvergeY - 1.0) * 0.5; + + float RedValue = texture2D(DiffuseSampler, vec2(CoordX.x, CoordY.x)).r; + float GreenValue = texture2D(DiffuseSampler, vec2(CoordX.y, CoordY.y)).g; + float BlueValue = texture2D(DiffuseSampler, vec2(CoordX.z, CoordY.z)).b; + float AlphaValue = texture2D(DiffuseSampler, texCoord).a; + + gl_FragColor = vec4(RedValue, GreenValue, BlueValue, 1.0); +} diff --git a/1.11.2/assets/minecraft/shaders/program/deconverge.json b/1.11.2/assets/minecraft/shaders/program/deconverge.json new file mode 100644 index 00000000..e23e9c56 --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/program/deconverge.json @@ -0,0 +1,22 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "deconverge", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "ConvergeX", "type": "float", "count": 3, "values": [ -4.0, 0.0, 2.0 ] }, + { "name": "ConvergeY", "type": "float", "count": 3, "values": [ 0.0, -4.0, 2.0 ] }, + { "name": "RadialConvergeX", "type": "float", "count": 3, "values": [ 1.0, 1.0, 1.0 ] }, + { "name": "RadialConvergeY", "type": "float", "count": 3, "values": [ 1.0, 1.0, 1.0 ] } + ] +} diff --git a/1.11.2/assets/minecraft/shaders/program/downscale.fsh b/1.11.2/assets/minecraft/shaders/program/downscale.fsh new file mode 100644 index 00000000..39734337 --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/program/downscale.fsh @@ -0,0 +1,17 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +void main() { + vec3 Texel0 = texture2D(DiffuseSampler, texCoord).rgb; + vec3 Texel1 = texture2D(DiffuseSampler, texCoord + vec2(oneTexel.x, 0.0)).rgb; + vec3 Texel2 = texture2D(DiffuseSampler, texCoord + vec2(0.0, oneTexel.y)).rgb; + vec3 Texel3 = texture2D(DiffuseSampler, texCoord + oneTexel).rgb; + + gl_FragColor = vec4((Texel0 + Texel1 + Texel2 + Texel3) * 0.25, 1.0); +} diff --git a/1.11.2/assets/minecraft/shaders/program/downscale.json b/1.11.2/assets/minecraft/shaders/program/downscale.json new file mode 100644 index 00000000..9099ec16 --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/program/downscale.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "downscale", + "fragment": "downscale", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.11.2/assets/minecraft/shaders/program/downscale.vsh b/1.11.2/assets/minecraft/shaders/program/downscale.vsh new file mode 100644 index 00000000..ec097594 --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/program/downscale.vsh @@ -0,0 +1,19 @@ +#version 120 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; +uniform vec2 OutSize; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + oneTexel = 1.0 / InSize; + texCoord = outPos.xy * 0.5 + 0.5; + texCoord.y = 1.0 - texCoord.y; +} diff --git a/1.11.2/assets/minecraft/shaders/program/entity_outline.json b/1.11.2/assets/minecraft/shaders/program/entity_outline.json new file mode 100644 index 00000000..d7c77631 --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/program/entity_outline.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "sobel", + "fragment": "entity_sobel", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.11.2/assets/minecraft/shaders/program/entity_sobel.fsh b/1.11.2/assets/minecraft/shaders/program/entity_sobel.fsh new file mode 100644 index 00000000..139c7050 --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/program/entity_sobel.fsh @@ -0,0 +1,21 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 center = texture2D(DiffuseSampler, texCoord); + vec4 left = texture2D(DiffuseSampler, texCoord - vec2(oneTexel.x, 0.0)); + vec4 right = texture2D(DiffuseSampler, texCoord + vec2(oneTexel.x, 0.0)); + vec4 up = texture2D(DiffuseSampler, texCoord - vec2(0.0, oneTexel.y)); + vec4 down = texture2D(DiffuseSampler, texCoord + vec2(0.0, oneTexel.y)); + float leftDiff = abs(center.a - left.a); + float rightDiff = abs(center.a - right.a); + float upDiff = abs(center.a - up.a); + float downDiff = abs(center.a - down.a); + float total = clamp(leftDiff + rightDiff + upDiff + downDiff, 0.0, 1.0); + vec3 outColor = center.rgb * center.a + left.rgb * left.a + right.rgb * right.a + up.rgb * up.a + down.rgb * down.a; + gl_FragColor = vec4(outColor * 0.2, total); +} diff --git a/1.11.2/assets/minecraft/shaders/program/flip.json b/1.11.2/assets/minecraft/shaders/program/flip.json new file mode 100644 index 00000000..b9c78f45 --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/program/flip.json @@ -0,0 +1,20 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "flip", + "fragment": "blit", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "ScreenSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "ColorModulate", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] } + ] +} diff --git a/1.11.2/assets/minecraft/shaders/program/flip.vsh b/1.11.2/assets/minecraft/shaders/program/flip.vsh new file mode 100644 index 00000000..bd0a4d35 --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/program/flip.vsh @@ -0,0 +1,22 @@ +#version 120 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; +uniform vec2 OutSize; +uniform vec2 ScreenSize; + +varying vec2 texCoord; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + vec2 inOutRatio = OutSize / InSize; + vec2 inScreenRatio = ScreenSize / InSize; + texCoord = Position.xy / OutSize; + texCoord.x = texCoord.x * inOutRatio.x; + texCoord.y = texCoord.y * inOutRatio.y; + texCoord.y -= 1.0 - inScreenRatio.y; +} diff --git a/1.11.2/assets/minecraft/shaders/program/fxaa.fsh b/1.11.2/assets/minecraft/shaders/program/fxaa.fsh new file mode 100644 index 00000000..3dbcfd4c --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/program/fxaa.fsh @@ -0,0 +1,84 @@ +#extension GL_EXT_gpu_shader4 : enable + +uniform sampler2D DiffuseSampler; +uniform vec2 OutSize; + +uniform float VxOffset; +uniform float SpanMax; +uniform float ReduceMul; + +varying vec2 texCoord; +varying vec4 posPos; + +#define FxaaTex(t, p) texture2D(t, p) + +#if __VERSION__ >= 130 + #define OffsetVec(a, b) ivec2(a, b) + #define FxaaTexOff(t, p, o, r) textureOffset(t, p, o) +#elif defined(GL_EXT_gpu_shader4) + #define OffsetVec(a, b) ivec2(a, b) + #define FxaaTexOff(t, p, o, r) texture2DLodOffset(t, p, 0.0, o) +#else + #define OffsetVec(a, b) vec2(a, b) + #define FxaaTexOff(t, p, o, r) texture2D(t, p + o * r) +#endif + +vec3 FxaaPixelShader( + vec4 posPos, // Output of FxaaVertexShader interpolated across screen. + sampler2D tex, // Input texture. + vec2 rcpFrame) // Constant {1.0/frameWidth, 1.0/frameHeight}. +{ + + #define FXAA_REDUCE_MIN (1.0/128.0) + //#define FXAA_REDUCE_MUL (1.0/8.0) + //#define FXAA_SPAN_MAX 8.0 + + vec3 rgbNW = FxaaTex(tex, posPos.zw).xyz; + vec3 rgbNE = FxaaTexOff(tex, posPos.zw, OffsetVec(1,0), rcpFrame.xy).xyz; + vec3 rgbSW = FxaaTexOff(tex, posPos.zw, OffsetVec(0,1), rcpFrame.xy).xyz; + vec3 rgbSE = FxaaTexOff(tex, posPos.zw, OffsetVec(1,1), rcpFrame.xy).xyz; + + vec3 rgbM = FxaaTex(tex, posPos.xy).xyz; + + vec3 luma = vec3(0.299, 0.587, 0.114); + float lumaNW = dot(rgbNW, luma); + float lumaNE = dot(rgbNE, luma); + float lumaSW = dot(rgbSW, luma); + float lumaSE = dot(rgbSE, luma); + float lumaM = dot(rgbM, luma); + + float lumaMin = min(lumaM, min(min(lumaNW, lumaNE), min(lumaSW, lumaSE))); + float lumaMax = max(lumaM, max(max(lumaNW, lumaNE), max(lumaSW, lumaSE))); + + vec2 dir; + dir.x = -((lumaNW + lumaNE) - (lumaSW + lumaSE)); + dir.y = ((lumaNW + lumaSW) - (lumaNE + lumaSE)); + + float dirReduce = max( + (lumaNW + lumaNE + lumaSW + lumaSE) * (0.25 * ReduceMul), + FXAA_REDUCE_MIN); + float rcpDirMin = 1.0/(min(abs(dir.x), abs(dir.y)) + dirReduce); + dir = min(vec2( SpanMax, SpanMax), + max(vec2(-SpanMax, -SpanMax), + dir * rcpDirMin)) * rcpFrame.xy; + + vec3 rgbA = (1.0/2.0) * ( + FxaaTex(tex, posPos.xy + dir * vec2(1.0/3.0 - 0.5)).xyz + + FxaaTex(tex, posPos.xy + dir * vec2(2.0/3.0 - 0.5)).xyz); + vec3 rgbB = rgbA * (1.0/2.0) + (1.0/4.0) * ( + FxaaTex(tex, posPos.xy + dir * vec2(0.0/3.0 - 0.5)).xyz + + FxaaTex(tex, posPos.xy + dir * vec2(3.0/3.0 - 0.5)).xyz); + + float lumaB = dot(rgbB, luma); + + if ((lumaB < lumaMin) || (lumaB > lumaMax)) { + return rgbA; + } else { + return rgbB; + } +} + +void main() { + vec4 baseTexel = texture2D(DiffuseSampler, posPos.xy); + gl_FragColor = vec4(FxaaPixelShader(posPos, DiffuseSampler, 1.0 / OutSize), 1.0); +} diff --git a/1.11.2/assets/minecraft/shaders/program/fxaa.json b/1.11.2/assets/minecraft/shaders/program/fxaa.json new file mode 100644 index 00000000..eb850732 --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/program/fxaa.json @@ -0,0 +1,20 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "fxaa", + "fragment": "fxaa", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "SpanMax", "type": "float", "count": 1, "values": [ 8.0 ] }, + { "name": "SubPixelShift", "type": "float", "count": 1, "values": [ 0.25 ] }, + { "name": "ReduceMul", "type": "float", "count": 1, "values": [ 0.125 ] } + ] +} diff --git a/1.11.2/assets/minecraft/shaders/program/fxaa.vsh b/1.11.2/assets/minecraft/shaders/program/fxaa.vsh new file mode 100644 index 00000000..9fe81eaf --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/program/fxaa.vsh @@ -0,0 +1,21 @@ +#version 120 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 OutSize; + +uniform float SubPixelShift; + +varying vec2 texCoord; +varying vec4 posPos; + +void main() { + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + texCoord = Position.xy / OutSize; + texCoord.y = 1.0 - texCoord.y; + posPos.xy = texCoord.xy; + posPos.zw = texCoord.xy - (1.0/OutSize * vec2(0.5 + SubPixelShift)); +} diff --git a/1.11.2/assets/minecraft/shaders/program/invert.fsh b/1.11.2/assets/minecraft/shaders/program/invert.fsh new file mode 100644 index 00000000..93365151 --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/program/invert.fsh @@ -0,0 +1,14 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; + +uniform float InverseAmount; + +void main(){ + vec4 diffuseColor = texture2D(DiffuseSampler, texCoord); + vec4 invertColor = 1.0 - diffuseColor; + vec4 outColor = mix(diffuseColor, invertColor, InverseAmount); + gl_FragColor = vec4(outColor.rgb, 1.0); +} diff --git a/1.11.2/assets/minecraft/shaders/program/invert.json b/1.11.2/assets/minecraft/shaders/program/invert.json new file mode 100644 index 00000000..f9ab649c --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/program/invert.json @@ -0,0 +1,19 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "blit", + "fragment": "invert", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "InverseAmount", "type": "float", "count": 1, "values": [ 0.0 ] } + ] +} diff --git a/1.11.2/assets/minecraft/shaders/program/invert.vsh b/1.11.2/assets/minecraft/shaders/program/invert.vsh new file mode 100644 index 00000000..5110ef53 --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/program/invert.vsh @@ -0,0 +1,20 @@ +#version 120 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; +uniform vec2 OutSize; + +varying vec2 texCoord; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + vec2 sizeRatio = OutSize / InSize; + texCoord = Position.xy / OutSize; + texCoord.x = texCoord.x * sizeRatio.x; + texCoord.y = texCoord.y * sizeRatio.y; + texCoord.y = sizeRatio.y - texCoord.y; +} diff --git a/1.11.2/assets/minecraft/shaders/program/notch.fsh b/1.11.2/assets/minecraft/shaders/program/notch.fsh new file mode 100644 index 00000000..c1293b1b --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/program/notch.fsh @@ -0,0 +1,23 @@ +#version 120 + +uniform sampler2D DiffuseSampler; +uniform sampler2D DitherSampler; + +varying vec2 texCoord; + +uniform vec2 InSize; + +void main() { + vec2 halfSize = InSize * 0.5; + + vec2 steppedCoord = texCoord; + steppedCoord.x = float(int(steppedCoord.x*halfSize.x)) / halfSize.x; + steppedCoord.y = float(int(steppedCoord.y*halfSize.y)) / halfSize.y; + + vec4 noise = texture2D(DitherSampler, steppedCoord * halfSize / 4.0); + vec4 col = texture2D(DiffuseSampler, steppedCoord) + noise * vec4(1.0/12.0, 1.0/12.0, 1.0/6.0, 1.0); + float r = float(int(col.r*8.0))/8.0; + float g = float(int(col.g*8.0))/8.0; + float b = float(int(col.b*4.0))/4.0; + gl_FragColor = vec4(r, g, b, 1.0); +} diff --git a/1.11.2/assets/minecraft/shaders/program/notch.json b/1.11.2/assets/minecraft/shaders/program/notch.json new file mode 100644 index 00000000..e6ff9a81 --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/program/notch.json @@ -0,0 +1,19 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "notch", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" }, + { "name": "DitherSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.11.2/assets/minecraft/shaders/program/ntsc_decode.fsh b/1.11.2/assets/minecraft/shaders/program/ntsc_decode.fsh new file mode 100644 index 00000000..389326fd --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/program/ntsc_decode.fsh @@ -0,0 +1,132 @@ +#version 120 + +uniform sampler2D DiffuseSampler; +uniform sampler2D BaseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +const vec4 Zero = vec4(0.0); +const vec4 One = vec4(1.0); + +const float Pi = 3.1415926535; +const float Pi2 = 6.283185307; + +const vec4 A2 = vec4(1.0); +const vec4 B = vec4(0.5); +const float P = 1.0; +const float CCFrequency = 3.59754545; +const float NotchWidth = 2.0; +const float NotchUpperFrequency = 3.59754545 + NotchWidth; +const float NotchLowerFrequency = 3.59754545 - NotchWidth; +const float YFrequency = 6.0; +const float IFrequency = 1.2; +const float QFrequency = 0.6; +const float ScanTime = 52.6; +const vec3 YIQ2R = vec3(1.0, 0.956, 0.621); +const vec3 YIQ2G = vec3(1.0, -0.272, -0.647); +const vec3 YIQ2B = vec3(1.0, -1.106, 1.703); +const vec4 MinC = vec4(-1.1183); +const vec4 CRange = vec4(3.2366); +const float Pi2Length = Pi2 / 83.0; +const vec4 NotchOffset = vec4(0.0, 1.0, 2.0, 3.0); +const vec4 W = vec4(Pi2 * CCFrequency * ScanTime); + +void main() { + vec4 YAccum = Zero; + vec4 IAccum = Zero; + vec4 QAccum = Zero; + float QuadXSize = InSize.x * 4.0; + float TimePerSample = ScanTime / QuadXSize; + + // Frequency cutoffs for the individual portions of the signal that we extract. + // Y1 and Y2 are the positive and negative frequency limits of the notch filter on Y. + // Y3 is the center of the frequency response of the Y filter. + // I is the center of the frequency response of the I filter. + // Q is the center of the frequency response of the Q filter. + float Fc_y1 = NotchLowerFrequency * TimePerSample; + float Fc_y2 = NotchUpperFrequency * TimePerSample; + float Fc_y3 = YFrequency * TimePerSample; + float Fc_i = IFrequency * TimePerSample; + float Fc_q = QFrequency * TimePerSample; + float Pi2Fc_y1 = Fc_y1 * Pi2; + float Pi2Fc_y2 = Fc_y2 * Pi2; + float Pi2Fc_y3 = Fc_y3 * Pi2; + float Pi2Fc_i = Fc_i * Pi2; + float Pi2Fc_q = Fc_q * Pi2; + float Fc_y1_2 = Fc_y1 * 2.0; + float Fc_y2_2 = Fc_y2 * 2.0; + float Fc_y3_2 = Fc_y3 * 2.0; + float Fc_i_2 = Fc_i * 2.0; + float Fc_q_2 = Fc_q * 2.0; + vec4 CoordY = vec4(texCoord.y); + + vec4 BaseTexel = texture2D(DiffuseSampler, texCoord); + // 83 composite samples wide, 4 composite pixels per texel + for (float n = -41.0; n < 42.0; n += 4.0) + { + vec4 n4 = n + NotchOffset; + vec4 CoordX = texCoord.x + oneTexel.x * n4 * 0.25; + vec2 TexCoord = vec2(CoordX.x, CoordY.y); + vec4 C = texture2D(DiffuseSampler, TexCoord) * CRange + MinC; + vec4 WT = W * (CoordX + A2 * CoordY * InSize.y + B); + vec4 Cosine = 0.54 + 0.46 * cos(Pi2Length * n4); + + vec4 SincYIn1 = Pi2Fc_y1 * n4; + vec4 SincYIn2 = Pi2Fc_y2 * n4; + vec4 SincYIn3 = Pi2Fc_y3 * n4; + vec4 SincY1 = sin(SincYIn1) / SincYIn1; + vec4 SincY2 = sin(SincYIn2) / SincYIn2; + vec4 SincY3 = sin(SincYIn3) / SincYIn3; + + // These zero-checks could be made more efficient, but we are trying to support + // downlevel GLSL + if(SincYIn1.x == 0.0) SincY1.x = 1.0; + if(SincYIn1.y == 0.0) SincY1.y = 1.0; + if(SincYIn1.z == 0.0) SincY1.z = 1.0; + if(SincYIn1.w == 0.0) SincY1.w = 1.0; + if(SincYIn2.x == 0.0) SincY2.x = 1.0; + if(SincYIn2.y == 0.0) SincY2.y = 1.0; + if(SincYIn2.z == 0.0) SincY2.z = 1.0; + if(SincYIn2.w == 0.0) SincY2.w = 1.0; + if(SincYIn3.x == 0.0) SincY3.x = 1.0; + if(SincYIn3.y == 0.0) SincY3.y = 1.0; + if(SincYIn3.z == 0.0) SincY3.z = 1.0; + if(SincYIn3.w == 0.0) SincY3.w = 1.0; + vec4 IdealY = (Fc_y1_2 * SincY1 - Fc_y2_2 * SincY2) + Fc_y3_2 * SincY3; + vec4 FilterY = Cosine * IdealY; + + vec4 SincIIn = Pi2Fc_i * n4; + vec4 SincI = sin(SincIIn) / SincIIn; + if(SincIIn.x == 0.0) SincI.x = 1.0; + if(SincIIn.y == 0.0) SincI.y = 1.0; + if(SincIIn.z == 0.0) SincI.z = 1.0; + if(SincIIn.w == 0.0) SincI.w = 1.0; + vec4 IdealI = Fc_i_2 * SincI; + vec4 FilterI = Cosine * IdealI; + + vec4 SincQIn = Pi2Fc_q * n4; + vec4 SincQ = sin(SincQIn) / SincQIn; + if(SincQIn.x == 0.0) SincQ.x = 1.0; + if(SincQIn.y == 0.0) SincQ.y = 1.0; + if(SincQIn.z == 0.0) SincQ.z = 1.0; + if(SincQIn.w == 0.0) SincQ.w = 1.0; + vec4 IdealQ = Fc_q_2 * SincQ; + vec4 FilterQ = Cosine * IdealQ; + + YAccum += C * FilterY; + IAccum += C * cos(WT) * FilterI; + QAccum += C * sin(WT) * FilterQ; + } + + float Y = dot(YAccum, One); + float I = dot(IAccum, One) * 2.0; + float Q = dot(QAccum, One) * 2.0; + + vec3 YIQ = vec3(Y, I, Q); + vec3 OutRGB = vec3(dot(YIQ, YIQ2R), dot(YIQ, YIQ2G), dot(YIQ, YIQ2B)); + + gl_FragColor = vec4(OutRGB, 1.0); +} diff --git a/1.11.2/assets/minecraft/shaders/program/ntsc_decode.json b/1.11.2/assets/minecraft/shaders/program/ntsc_decode.json new file mode 100644 index 00000000..28709230 --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/program/ntsc_decode.json @@ -0,0 +1,19 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "ntsc_decode", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" }, + { "name": "BaseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.11.2/assets/minecraft/shaders/program/ntsc_encode.fsh b/1.11.2/assets/minecraft/shaders/program/ntsc_encode.fsh new file mode 100644 index 00000000..450bc6d7 --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/program/ntsc_encode.fsh @@ -0,0 +1,50 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +const float Pi2 = 6.283185307; + +const vec4 A2 = vec4(1.0); +const vec4 B = vec4(0.5); +const float P = 1.0; +const float CCFrequency = 3.59754545; +const float ScanTime = 52.6; +const float Pi2ScanTime = Pi2 * ScanTime; +const vec4 YTransform = vec4(0.299, 0.587, 0.114, 0.0); +const vec4 ITransform = vec4(0.595716, -0.274453, -0.321263, 0.0); +const vec4 QTransform = vec4(0.211456, -0.522591, 0.31135, 0.0); +const vec4 MinC = vec4(-1.1183); +const vec4 InvCRange = vec4(1.0 / 3.2366); + +void main() { + vec2 InverseP = vec2(P, 0.0) * oneTexel; + + // UVs for four linearly-interpolated samples spread 0.25 texels apart + vec2 C0 = texCoord; + vec2 C1 = texCoord + InverseP * 0.25; + vec2 C2 = texCoord + InverseP * 0.50; + vec2 C3 = texCoord + InverseP * 0.75; + vec4 Cx = vec4(C0.x, C1.x, C2.x, C3.x); + vec4 Cy = vec4(C0.y, C1.y, C2.y, C3.y); + + vec4 Texel0 = texture2D(DiffuseSampler, C0); + vec4 Texel1 = texture2D(DiffuseSampler, C1); + vec4 Texel2 = texture2D(DiffuseSampler, C2); + vec4 Texel3 = texture2D(DiffuseSampler, C3); + + // Calculate the expected time of the sample. + vec4 T = A2 * Cy * vec4(InSize.y) + B + Cx; + vec4 W = vec4(Pi2ScanTime * CCFrequency); + vec4 TW = T * W; + vec4 Y = vec4(dot(Texel0, YTransform), dot(Texel1, YTransform), dot(Texel2, YTransform), dot(Texel3, YTransform)); + vec4 I = vec4(dot(Texel0, ITransform), dot(Texel1, ITransform), dot(Texel2, ITransform), dot(Texel3, ITransform)); + vec4 Q = vec4(dot(Texel0, QTransform), dot(Texel1, QTransform), dot(Texel2, QTransform), dot(Texel3, QTransform)); + + vec4 Encoded = Y + I * cos(TW) + Q * sin(TW); + gl_FragColor = (Encoded - MinC) * InvCRange; +} diff --git a/1.11.2/assets/minecraft/shaders/program/ntsc_encode.json b/1.11.2/assets/minecraft/shaders/program/ntsc_encode.json new file mode 100644 index 00000000..2cda4dff --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/program/ntsc_encode.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "ntsc_encode", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.11.2/assets/minecraft/shaders/program/outline.fsh b/1.11.2/assets/minecraft/shaders/program/outline.fsh new file mode 100644 index 00000000..5ef504db --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/program/outline.fsh @@ -0,0 +1,21 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 center = texture2D(DiffuseSampler, texCoord); + vec4 up = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y)); + vec4 down = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0)); + vec4 left = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0)); + vec4 right = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y)); + vec4 uDiff = center - up; + vec4 dDiff = center - down; + vec4 lDiff = center - left; + vec4 rDiff = center - right; + vec4 sum = uDiff + dDiff + lDiff + rDiff; + vec3 clamped = clamp(center.rgb - sum.rgb, 0.0, 1.0); + gl_FragColor = vec4(clamped, 1.0); +} diff --git a/1.11.2/assets/minecraft/shaders/program/outline.json b/1.11.2/assets/minecraft/shaders/program/outline.json new file mode 100644 index 00000000..7d41382b --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/program/outline.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "outline", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.11.2/assets/minecraft/shaders/program/outline_combine.fsh b/1.11.2/assets/minecraft/shaders/program/outline_combine.fsh new file mode 100644 index 00000000..3edb9354 --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/program/outline_combine.fsh @@ -0,0 +1,13 @@ +#version 120 + +uniform sampler2D DiffuseSampler; +uniform sampler2D OutlineSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 diffuseTexel = texture2D(DiffuseSampler, texCoord); + vec4 outlineTexel = texture2D(OutlineSampler, texCoord); + gl_FragColor = vec4(diffuseTexel.rgb + diffuseTexel.rgb * outlineTexel.rgb * vec3(0.75), 1.0); +} diff --git a/1.11.2/assets/minecraft/shaders/program/outline_combine.json b/1.11.2/assets/minecraft/shaders/program/outline_combine.json new file mode 100644 index 00000000..d52f4a3d --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/program/outline_combine.json @@ -0,0 +1,19 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "outline_combine", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" }, + { "name": "OutlineSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.11.2/assets/minecraft/shaders/program/outline_soft.fsh b/1.11.2/assets/minecraft/shaders/program/outline_soft.fsh new file mode 100644 index 00000000..40536b51 --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/program/outline_soft.fsh @@ -0,0 +1,46 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform float LumaRamp; +uniform float LumaLevel; + +void main(){ + vec4 center = texture2D(DiffuseSampler, texCoord); + vec4 up = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y)); + vec4 up2 = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y) * 2.0); + vec4 down = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0)); + vec4 down2 = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0) * 2.0); + vec4 left = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0)); + vec4 left2 = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0) * 2.0); + vec4 right = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y)); + vec4 right2 = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y) * 2.0); + vec4 uDiff = abs(center - up); + vec4 dDiff = abs(center - down); + vec4 lDiff = abs(center - left); + vec4 rDiff = abs(center - right); + vec4 u2Diff = abs(center - up2); + vec4 d2Diff = abs(center - down2); + vec4 l2Diff = abs(center - left2); + vec4 r2Diff = abs(center - right2); + vec4 sum = uDiff + dDiff + lDiff + rDiff + u2Diff + d2Diff + l2Diff + r2Diff; + vec4 gray = vec4(0.3, 0.59, 0.11, 0.0); + float sumLuma = 1.0 - dot(clamp(sum, 0.0, 1.0), gray); + + // Get luminance of center pixel and adjust + float centerLuma = dot(center + (center - pow(center, vec4(LumaRamp))), gray); + + // Quantize the luma value + centerLuma = centerLuma - fract(centerLuma * LumaLevel) / LumaLevel; + + // Re-scale to full range + centerLuma = centerLuma * (LumaLevel / (LumaLevel - 1.0)); + + // Blend with outline + centerLuma = centerLuma * sumLuma; + + gl_FragColor = vec4(centerLuma, centerLuma, centerLuma, 1.0); +} diff --git a/1.11.2/assets/minecraft/shaders/program/outline_soft.json b/1.11.2/assets/minecraft/shaders/program/outline_soft.json new file mode 100644 index 00000000..c58bb5d9 --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/program/outline_soft.json @@ -0,0 +1,20 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "outline_soft", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "LumaRamp", "type": "float", "count": 1, "values": [ 16.0 ] }, + { "name": "LumaLevel", "type": "float", "count": 1, "values": [ 4.0 ] } + ] +} diff --git a/1.11.2/assets/minecraft/shaders/program/outline_watercolor.fsh b/1.11.2/assets/minecraft/shaders/program/outline_watercolor.fsh new file mode 100644 index 00000000..997e18a1 --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/program/outline_watercolor.fsh @@ -0,0 +1,41 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform float LumaRamp; + +void main(){ + vec4 center = texture2D(DiffuseSampler, texCoord); + vec4 up = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y)); + vec4 up2 = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y) * 2.0); + vec4 down = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0)); + vec4 down2 = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0) * 2.0); + vec4 left = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0)); + vec4 left2 = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0) * 2.0); + vec4 right = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y)); + vec4 right2 = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y) * 2.0); + vec4 ul = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, -oneTexel.y)); + vec4 ur = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, -oneTexel.y)); + vec4 bl = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, oneTexel.y)); + vec4 br = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, oneTexel.y)); + vec4 gray = vec4(0.3, 0.59, 0.11, 0.0); + float uDiff = dot(abs(center - up), gray); + float dDiff = dot(abs(center - down), gray); + float lDiff = dot(abs(center - left), gray); + float rDiff = dot(abs(center - right), gray); + float u2Diff = dot(abs(center - up2), gray); + float d2Diff = dot(abs(center - down2), gray); + float l2Diff = dot(abs(center - left2), gray); + float r2Diff = dot(abs(center - right2), gray); + float ulDiff = dot(abs(center - ul), gray); + float urDiff = dot(abs(center - ur), gray); + float blDiff = dot(abs(center - bl), gray); + float brDiff = dot(abs(center - br), gray); + float sum = uDiff + dDiff + lDiff + rDiff + u2Diff + d2Diff + l2Diff + r2Diff + ulDiff + urDiff + blDiff + brDiff; + float sumLuma = clamp(sum, 0.0, 1.0); + + gl_FragColor = vec4(sumLuma, sumLuma, sumLuma, 1.0); +} diff --git a/1.11.2/assets/minecraft/shaders/program/outline_watercolor.json b/1.11.2/assets/minecraft/shaders/program/outline_watercolor.json new file mode 100644 index 00000000..29543528 --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/program/outline_watercolor.json @@ -0,0 +1,19 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "outline_watercolor", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "LumaRamp", "type": "float", "count": 1, "values": [ 16.0 ] } + ] +} diff --git a/1.11.2/assets/minecraft/shaders/program/overlay.fsh b/1.11.2/assets/minecraft/shaders/program/overlay.fsh new file mode 100644 index 00000000..815279a6 --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/program/overlay.fsh @@ -0,0 +1,27 @@ +#version 120 + +uniform sampler2D DiffuseSampler; +uniform sampler2D OverlaySampler; + +uniform vec2 InSize; + +varying vec2 texCoord; + +uniform float MosaicSize = 1.0; +uniform vec3 RedMatrix = vec3(1.0, 0.0, 0.0); +uniform vec3 GreenMatrix = vec3(0.0, 1.0, 0.0); +uniform vec3 BlueMatrix = vec3(0.0, 0.0, 1.0); + +void main(){ + vec2 mosaicInSize = InSize / MosaicSize; + vec2 fractPix = fract(texCoord * mosaicInSize) / mosaicInSize; + + vec4 baseTexel = texture2D(DiffuseSampler, texCoord - fractPix); + float red = dot(baseTexel.rgb, RedMatrix); + float green = dot(baseTexel.rgb, GreenMatrix); + float blue = dot(baseTexel.rgb, BlueMatrix); + + vec4 overlayTexel = texture2D(OverlaySampler, vec2(texCoord.x, 1.0 - texCoord.y)); + overlayTexel.a = 1.0; + gl_FragColor = mix(vec4(red, green, blue, 1.0), overlayTexel, overlayTexel.a); +} diff --git a/1.11.2/assets/minecraft/shaders/program/overlay.json b/1.11.2/assets/minecraft/shaders/program/overlay.json new file mode 100644 index 00000000..ceb8d0fc --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/program/overlay.json @@ -0,0 +1,23 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "blit", + "fragment": "overlay", + "attributes": [ "Position" ], + "samplers": [ + { "name": "OverlaySampler" }, + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "MosaicSize", "type": "float", "count": 1, "values": [ 1.0 ] }, + { "name": "RedMatrix", "type": "float", "count": 3, "values": [ 1.0, 0.0, 0.0 ] }, + { "name": "GreenMatrix", "type": "float", "count": 3, "values": [ 0.0, 1.0, 1.0 ] }, + { "name": "BlueMatrix", "type": "float", "count": 3, "values": [ 0.0, 0.0, 1.0 ] } + ] +} diff --git a/1.11.2/assets/minecraft/shaders/program/phosphor.fsh b/1.11.2/assets/minecraft/shaders/program/phosphor.fsh new file mode 100644 index 00000000..f86a270c --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/program/phosphor.fsh @@ -0,0 +1,19 @@ +#version 120 + +uniform sampler2D DiffuseSampler; +uniform sampler2D PrevSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +uniform vec3 Phosphor = vec3(0.7, 0.7, 0.7); +uniform float LerpFactor = 1.0; + +void main() { + vec4 CurrTexel = texture2D(DiffuseSampler, texCoord); + vec4 PrevTexel = texture2D(PrevSampler, texCoord); + + gl_FragColor = vec4(max(PrevTexel.rgb * Phosphor, CurrTexel.rgb), 1.0); +} diff --git a/1.11.2/assets/minecraft/shaders/program/phosphor.json b/1.11.2/assets/minecraft/shaders/program/phosphor.json new file mode 100644 index 00000000..c3a01f2d --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/program/phosphor.json @@ -0,0 +1,20 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "phosphor", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" }, + { "name": "PrevSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "Phosphor", "type": "float", "count": 3, "values": [ 0.3, 0.3, 0.3 ] } + ] +} diff --git a/1.11.2/assets/minecraft/shaders/program/rotscale.vsh b/1.11.2/assets/minecraft/shaders/program/rotscale.vsh new file mode 100644 index 00000000..81b03a19 --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/program/rotscale.vsh @@ -0,0 +1,31 @@ +#version 120 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; +uniform vec2 OutSize; + +uniform vec2 InScale; +uniform vec2 InOffset; +uniform float InRotation; +uniform float Time; + +varying vec2 texCoord; +varying vec2 scaledCoord; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + texCoord = Position.xy / OutSize; + texCoord.y = 1.0 - texCoord.y; + + float Deg2Rad = 0.0174532925; + float InRadians = InRotation * Deg2Rad; + float Cosine = cos(InRadians); + float Sine = sin(InRadians); + float RotU = texCoord.x * Cosine - texCoord.y * Sine; + float RotV = texCoord.y * Cosine + texCoord.x * Sine; + scaledCoord = vec2(RotU, RotV) * InScale + InOffset; +} diff --git a/1.11.2/assets/minecraft/shaders/program/scan_pincushion.fsh b/1.11.2/assets/minecraft/shaders/program/scan_pincushion.fsh new file mode 100644 index 00000000..2aef0d7e --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/program/scan_pincushion.fsh @@ -0,0 +1,64 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +const vec4 Zero = vec4(0.0); +const vec4 Half = vec4(0.5); +const vec4 One = vec4(1.0); +const vec4 Two = vec4(2.0); + +const float Pi = 3.1415926535; +const float PincushionAmount = 0.02; +const float CurvatureAmount = 0.02; +const float ScanlineAmount = 0.8; +const float ScanlineScale = 1.0; +const float ScanlineHeight = 1.0; +const float ScanlineBrightScale = 1.0; +const float ScanlineBrightOffset = 0.0; +const float ScanlineOffset = 0.0; +const vec3 Floor = vec3(0.05, 0.05, 0.05); +const vec3 Power = vec3(0.8, 0.8, 0.8); + +void main() { + vec4 InTexel = texture2D(DiffuseSampler, texCoord); + + vec2 PinUnitCoord = texCoord * Two.xy - One.xy; + float PincushionR2 = pow(length(PinUnitCoord), 2.0); + vec2 PincushionCurve = PinUnitCoord * PincushionAmount * PincushionR2; + vec2 ScanCoord = texCoord; + + ScanCoord *= One.xy - PincushionAmount * 0.2; + ScanCoord += PincushionAmount * 0.1; + ScanCoord += PincushionCurve; + + vec2 CurvatureClipCurve = PinUnitCoord * CurvatureAmount * PincushionR2; + vec2 ScreenClipCoord = texCoord; + ScreenClipCoord -= Half.xy; + ScreenClipCoord *= One.xy - CurvatureAmount * 0.2; + ScreenClipCoord += Half.xy; + ScreenClipCoord += CurvatureClipCurve; + + // -- Alpha Clipping -- + if (ScanCoord.x < 0.0) discard; + if (ScanCoord.y < 0.0) discard; + if (ScanCoord.x > 1.0) discard; + if (ScanCoord.y > 1.0) discard; + + // -- Scanline Simulation -- + float InnerSine = ScanCoord.y * InSize.y * ScanlineScale * 0.25; + float ScanBrightMod = sin(InnerSine * Pi + ScanlineOffset * InSize.y * 0.25); + float ScanBrightness = mix(1.0, (pow(ScanBrightMod * ScanBrightMod, ScanlineHeight) * ScanlineBrightScale + 1.0) * 0.5, ScanlineAmount); + vec3 ScanlineTexel = InTexel.rgb * ScanBrightness; + + // -- Color Compression (increasing the floor of the signal without affecting the ceiling) -- + ScanlineTexel = Floor + (One.xyz - Floor) * ScanlineTexel; + + ScanlineTexel.rgb = pow(ScanlineTexel.rgb, Power); + + gl_FragColor = vec4(ScanlineTexel.rgb, 1.0); +} diff --git a/1.11.2/assets/minecraft/shaders/program/scan_pincushion.json b/1.11.2/assets/minecraft/shaders/program/scan_pincushion.json new file mode 100644 index 00000000..9c7f9a3d --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/program/scan_pincushion.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "scan_pincushion", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.11.2/assets/minecraft/shaders/program/sobel.fsh b/1.11.2/assets/minecraft/shaders/program/sobel.fsh new file mode 100644 index 00000000..6ed6b147 --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/program/sobel.fsh @@ -0,0 +1,20 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 center = texture2D(DiffuseSampler, texCoord); + vec4 left = texture2D(DiffuseSampler, texCoord - vec2(oneTexel.x, 0.0)); + vec4 right = texture2D(DiffuseSampler, texCoord + vec2(oneTexel.x, 0.0)); + vec4 up = texture2D(DiffuseSampler, texCoord - vec2(0.0, oneTexel.y)); + vec4 down = texture2D(DiffuseSampler, texCoord + vec2(0.0, oneTexel.y)); + vec4 leftDiff = center - left; + vec4 rightDiff = center - right; + vec4 upDiff = center - up; + vec4 downDiff = center - down; + vec4 total = clamp(leftDiff + rightDiff + upDiff + downDiff, 0.0, 1.0); + gl_FragColor = vec4(total.rgb, 1.0); +} diff --git a/1.11.2/assets/minecraft/shaders/program/sobel.json b/1.11.2/assets/minecraft/shaders/program/sobel.json new file mode 100644 index 00000000..dc2fc17b --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/program/sobel.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "sobel", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.11.2/assets/minecraft/shaders/program/sobel.vsh b/1.11.2/assets/minecraft/shaders/program/sobel.vsh new file mode 100644 index 00000000..21b17369 --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/program/sobel.vsh @@ -0,0 +1,20 @@ +#version 120 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; +uniform vec2 OutSize; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + oneTexel = 1.0 / InSize; + + texCoord = Position.xy / OutSize; + texCoord.y = 1.0 - texCoord.y; +} diff --git a/1.11.2/assets/minecraft/shaders/program/spider.json b/1.11.2/assets/minecraft/shaders/program/spider.json new file mode 100644 index 00000000..3a47688e --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/program/spider.json @@ -0,0 +1,25 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "rotscale", + "fragment": "spiderclip", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" }, + { "name": "BlurSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "InScale", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "InOffset", "type": "float", "count": 2, "values": [ 0.0, 0.0 ] }, + { "name": "InRotation", "type": "float", "count": 1, "values": [ 0.0 ] }, + { "name": "Time", "type": "float", "count": 1, "values": [ 0.0 ] }, + { "name": "Scissor", "type": "float", "count": 4, "values": [ 0.0, 0.0, 1.0, 1.0 ] }, + { "name": "Vignette", "type": "float", "count": 4, "values": [ 0.0, 0.0, 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.11.2/assets/minecraft/shaders/program/spiderclip.fsh b/1.11.2/assets/minecraft/shaders/program/spiderclip.fsh new file mode 100644 index 00000000..f53979ca --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/program/spiderclip.fsh @@ -0,0 +1,31 @@ +#version 120 + +uniform sampler2D DiffuseSampler; +uniform sampler2D BlurSampler; + +varying vec2 texCoord; +varying vec2 scaledCoord; + +uniform vec2 InSize; +uniform vec4 Scissor; +uniform vec4 Vignette; + +void main() { + vec4 ScaledTexel = texture2D(DiffuseSampler, scaledCoord); + vec4 BlurTexel = texture2D(BlurSampler, texCoord); + vec4 OutTexel = ScaledTexel; + + // -- Alpha Clipping -- + if (scaledCoord.x < Scissor.x) OutTexel = BlurTexel; + if (scaledCoord.y < Scissor.y) OutTexel = BlurTexel; + if (scaledCoord.x > Scissor.z) OutTexel = BlurTexel; + if (scaledCoord.y > Scissor.w) OutTexel = BlurTexel; + + clamp(scaledCoord, 0.0, 1.0); + + if (scaledCoord.x < Vignette.x) OutTexel = mix(BlurTexel, OutTexel, (Scissor.x - scaledCoord.x) / (Scissor.x - Vignette.x)); + if (scaledCoord.y < Vignette.y) OutTexel = mix(BlurTexel, OutTexel, (Scissor.y - scaledCoord.y) / (Scissor.y - Vignette.y)); + if (scaledCoord.x > Vignette.z) OutTexel = mix(BlurTexel, OutTexel, (Scissor.z - scaledCoord.x) / (Scissor.z - Vignette.z)); + if (scaledCoord.y > Vignette.w) OutTexel = mix(BlurTexel, OutTexel, (Scissor.w - scaledCoord.y) / (Scissor.w - Vignette.w)); + gl_FragColor = vec4(OutTexel.rgb, 1.0); +} diff --git a/1.11.2/assets/minecraft/shaders/program/wobble.fsh b/1.11.2/assets/minecraft/shaders/program/wobble.fsh new file mode 100644 index 00000000..9a175403 --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/program/wobble.fsh @@ -0,0 +1,58 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +uniform float Time; +uniform vec2 Frequency; +uniform vec2 WobbleAmount; + +vec3 hue(float h) +{ + float r = abs(h * 6.0 - 3.0) - 1.0; + float g = 2 - abs(h * 6.0 - 2.0); + float b = 2 - abs(h * 6.0 - 4.0); + return clamp(vec3(r,g,b), 0.0, 1.0); +} + +vec3 HSVtoRGB(vec3 hsv) { + return ((hue(hsv.x) - 1.0) * hsv.y + 1.0) * hsv.z; +} + +vec3 RGBtoHSV(vec3 rgb) { + vec3 hsv = vec3(0.0); + hsv.z = max(rgb.r, max(rgb.g, rgb.b)); + float min = min(rgb.r, min(rgb.g, rgb.b)); + float c = hsv.z - min; + + if (c != 0) + { + hsv.y = c / hsv.z; + vec3 delta = (hsv.z - rgb) / c; + delta.rgb -= delta.brg; + delta.rg += vec2(2.0, 4.0); + if (rgb.r >= hsv.z) { + hsv.x = delta.b; + } else if (rgb.g >= hsv.z) { + hsv.x = delta.r; + } else { + hsv.x = delta.g; + } + hsv.x = fract(hsv.x / 6.0); + } + return hsv; +} + +void main() { + float xOffset = sin(texCoord.y * Frequency.x + Time * 3.1415926535 * 2.0) * WobbleAmount.x; + float yOffset = cos(texCoord.x * Frequency.y + Time * 3.1415926535 * 2.0) * WobbleAmount.y; + vec2 offset = vec2(xOffset, yOffset); + vec4 rgb = texture2D(DiffuseSampler, texCoord + offset); + vec3 hsv = RGBtoHSV(rgb.rgb); + hsv.x = fract(hsv.x + Time); + gl_FragColor = vec4(HSVtoRGB(hsv), 1.0); +} diff --git a/1.11.2/assets/minecraft/shaders/program/wobble.json b/1.11.2/assets/minecraft/shaders/program/wobble.json new file mode 100644 index 00000000..d8e9945a --- /dev/null +++ b/1.11.2/assets/minecraft/shaders/program/wobble.json @@ -0,0 +1,21 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "wobble", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "Time", "type": "float", "count": 1, "values": [ 0.0 ] }, + { "name": "Frequency", "type": "float", "count": 2, "values": [ 512.0, 288.0 ] }, + { "name": "WobbleAmount", "type": "float", "count": 2, "values": [ 0.002, 0.002 ] } + ] +} diff --git a/1.11.2/assets/minecraft/structures/endcity/base_floor.nbt b/1.11.2/assets/minecraft/structures/endcity/base_floor.nbt new file mode 100644 index 00000000..a0fa0805 Binary files /dev/null and b/1.11.2/assets/minecraft/structures/endcity/base_floor.nbt differ diff --git a/1.11.2/assets/minecraft/structures/endcity/base_roof.nbt b/1.11.2/assets/minecraft/structures/endcity/base_roof.nbt new file mode 100644 index 00000000..1c5bb774 Binary files /dev/null and b/1.11.2/assets/minecraft/structures/endcity/base_roof.nbt differ diff --git a/1.11.2/assets/minecraft/structures/endcity/bridge_end.nbt b/1.11.2/assets/minecraft/structures/endcity/bridge_end.nbt new file mode 100644 index 00000000..2f9bf02f Binary files /dev/null and b/1.11.2/assets/minecraft/structures/endcity/bridge_end.nbt differ diff --git a/1.11.2/assets/minecraft/structures/endcity/bridge_gentle_stairs.nbt b/1.11.2/assets/minecraft/structures/endcity/bridge_gentle_stairs.nbt new file mode 100644 index 00000000..5509c810 Binary files /dev/null and b/1.11.2/assets/minecraft/structures/endcity/bridge_gentle_stairs.nbt differ diff --git a/1.11.2/assets/minecraft/structures/endcity/bridge_piece.nbt b/1.11.2/assets/minecraft/structures/endcity/bridge_piece.nbt new file mode 100644 index 00000000..5a829b03 Binary files /dev/null and b/1.11.2/assets/minecraft/structures/endcity/bridge_piece.nbt differ diff --git a/1.11.2/assets/minecraft/structures/endcity/bridge_steep_stairs.nbt b/1.11.2/assets/minecraft/structures/endcity/bridge_steep_stairs.nbt new file mode 100644 index 00000000..aa40f7cc Binary files /dev/null and b/1.11.2/assets/minecraft/structures/endcity/bridge_steep_stairs.nbt differ diff --git a/1.11.2/assets/minecraft/structures/endcity/fat_tower_base.nbt b/1.11.2/assets/minecraft/structures/endcity/fat_tower_base.nbt new file mode 100644 index 00000000..12679c2f Binary files /dev/null and b/1.11.2/assets/minecraft/structures/endcity/fat_tower_base.nbt differ diff --git a/1.11.2/assets/minecraft/structures/endcity/fat_tower_middle.nbt b/1.11.2/assets/minecraft/structures/endcity/fat_tower_middle.nbt new file mode 100644 index 00000000..bf392fc3 Binary files /dev/null and b/1.11.2/assets/minecraft/structures/endcity/fat_tower_middle.nbt differ diff --git a/1.11.2/assets/minecraft/structures/endcity/fat_tower_top.nbt b/1.11.2/assets/minecraft/structures/endcity/fat_tower_top.nbt new file mode 100644 index 00000000..22a5dfb8 Binary files /dev/null and b/1.11.2/assets/minecraft/structures/endcity/fat_tower_top.nbt differ diff --git a/1.11.2/assets/minecraft/structures/endcity/second_floor.nbt b/1.11.2/assets/minecraft/structures/endcity/second_floor.nbt new file mode 100644 index 00000000..c4589ed9 Binary files /dev/null and b/1.11.2/assets/minecraft/structures/endcity/second_floor.nbt differ diff --git a/1.11.2/assets/minecraft/structures/endcity/second_floor_2.nbt b/1.11.2/assets/minecraft/structures/endcity/second_floor_2.nbt new file mode 100644 index 00000000..f56985a0 Binary files /dev/null and b/1.11.2/assets/minecraft/structures/endcity/second_floor_2.nbt differ diff --git a/1.11.2/assets/minecraft/structures/endcity/second_roof.nbt b/1.11.2/assets/minecraft/structures/endcity/second_roof.nbt new file mode 100644 index 00000000..cdbc1ee5 Binary files /dev/null and b/1.11.2/assets/minecraft/structures/endcity/second_roof.nbt differ diff --git a/1.11.2/assets/minecraft/structures/endcity/ship.nbt b/1.11.2/assets/minecraft/structures/endcity/ship.nbt new file mode 100644 index 00000000..ad447c0b Binary files /dev/null and b/1.11.2/assets/minecraft/structures/endcity/ship.nbt differ diff --git a/1.11.2/assets/minecraft/structures/endcity/third_floor.nbt b/1.11.2/assets/minecraft/structures/endcity/third_floor.nbt new file mode 100644 index 00000000..43e30ca8 Binary files /dev/null and b/1.11.2/assets/minecraft/structures/endcity/third_floor.nbt differ diff --git a/1.11.2/assets/minecraft/structures/endcity/third_floor_b.nbt b/1.11.2/assets/minecraft/structures/endcity/third_floor_b.nbt new file mode 100644 index 00000000..863073cd Binary files /dev/null and b/1.11.2/assets/minecraft/structures/endcity/third_floor_b.nbt differ diff --git a/1.11.2/assets/minecraft/structures/endcity/third_floor_c.nbt b/1.11.2/assets/minecraft/structures/endcity/third_floor_c.nbt new file mode 100644 index 00000000..d0c8b818 Binary files /dev/null and b/1.11.2/assets/minecraft/structures/endcity/third_floor_c.nbt differ diff --git a/1.11.2/assets/minecraft/structures/endcity/third_roof.nbt b/1.11.2/assets/minecraft/structures/endcity/third_roof.nbt new file mode 100644 index 00000000..26735a5e Binary files /dev/null and b/1.11.2/assets/minecraft/structures/endcity/third_roof.nbt differ diff --git a/1.11.2/assets/minecraft/structures/endcity/tower_base.nbt b/1.11.2/assets/minecraft/structures/endcity/tower_base.nbt new file mode 100644 index 00000000..1274e98b Binary files /dev/null and b/1.11.2/assets/minecraft/structures/endcity/tower_base.nbt differ diff --git a/1.11.2/assets/minecraft/structures/endcity/tower_floor.nbt b/1.11.2/assets/minecraft/structures/endcity/tower_floor.nbt new file mode 100644 index 00000000..9af27b49 Binary files /dev/null and b/1.11.2/assets/minecraft/structures/endcity/tower_floor.nbt differ diff --git a/1.11.2/assets/minecraft/structures/endcity/tower_piece.nbt b/1.11.2/assets/minecraft/structures/endcity/tower_piece.nbt new file mode 100644 index 00000000..e100a6a5 Binary files /dev/null and b/1.11.2/assets/minecraft/structures/endcity/tower_piece.nbt differ diff --git a/1.11.2/assets/minecraft/structures/endcity/tower_top.nbt b/1.11.2/assets/minecraft/structures/endcity/tower_top.nbt new file mode 100644 index 00000000..c8928966 Binary files /dev/null and b/1.11.2/assets/minecraft/structures/endcity/tower_top.nbt differ diff --git a/1.11.2/assets/minecraft/structures/fossils/fossil_skull_01.nbt b/1.11.2/assets/minecraft/structures/fossils/fossil_skull_01.nbt new file mode 100644 index 00000000..45d4f825 Binary files /dev/null and b/1.11.2/assets/minecraft/structures/fossils/fossil_skull_01.nbt differ diff --git a/1.11.2/assets/minecraft/structures/fossils/fossil_skull_01_coal.nbt b/1.11.2/assets/minecraft/structures/fossils/fossil_skull_01_coal.nbt new file mode 100644 index 00000000..6186e674 Binary files /dev/null and b/1.11.2/assets/minecraft/structures/fossils/fossil_skull_01_coal.nbt differ diff --git a/1.11.2/assets/minecraft/structures/fossils/fossil_skull_02.nbt b/1.11.2/assets/minecraft/structures/fossils/fossil_skull_02.nbt new file mode 100644 index 00000000..0dc564a4 Binary files /dev/null and b/1.11.2/assets/minecraft/structures/fossils/fossil_skull_02.nbt differ diff --git a/1.11.2/assets/minecraft/structures/fossils/fossil_skull_02_coal.nbt b/1.11.2/assets/minecraft/structures/fossils/fossil_skull_02_coal.nbt new file mode 100644 index 00000000..6a43fbcb Binary files /dev/null and b/1.11.2/assets/minecraft/structures/fossils/fossil_skull_02_coal.nbt differ diff --git a/1.11.2/assets/minecraft/structures/fossils/fossil_skull_03.nbt b/1.11.2/assets/minecraft/structures/fossils/fossil_skull_03.nbt new file mode 100644 index 00000000..a7e906a8 Binary files /dev/null and b/1.11.2/assets/minecraft/structures/fossils/fossil_skull_03.nbt differ diff --git a/1.11.2/assets/minecraft/structures/fossils/fossil_skull_03_coal.nbt b/1.11.2/assets/minecraft/structures/fossils/fossil_skull_03_coal.nbt new file mode 100644 index 00000000..f6e664f5 Binary files /dev/null and b/1.11.2/assets/minecraft/structures/fossils/fossil_skull_03_coal.nbt differ diff --git a/1.11.2/assets/minecraft/structures/fossils/fossil_skull_04.nbt b/1.11.2/assets/minecraft/structures/fossils/fossil_skull_04.nbt new file mode 100644 index 00000000..9142f84e Binary files /dev/null and b/1.11.2/assets/minecraft/structures/fossils/fossil_skull_04.nbt differ diff --git a/1.11.2/assets/minecraft/structures/fossils/fossil_skull_04_coal.nbt b/1.11.2/assets/minecraft/structures/fossils/fossil_skull_04_coal.nbt new file mode 100644 index 00000000..4fd5c51c Binary files /dev/null and b/1.11.2/assets/minecraft/structures/fossils/fossil_skull_04_coal.nbt differ diff --git a/1.11.2/assets/minecraft/structures/fossils/fossil_spine_01.nbt b/1.11.2/assets/minecraft/structures/fossils/fossil_spine_01.nbt new file mode 100644 index 00000000..2a54fd03 Binary files /dev/null and b/1.11.2/assets/minecraft/structures/fossils/fossil_spine_01.nbt differ diff --git a/1.11.2/assets/minecraft/structures/fossils/fossil_spine_01_coal.nbt b/1.11.2/assets/minecraft/structures/fossils/fossil_spine_01_coal.nbt new file mode 100644 index 00000000..63a46133 Binary files /dev/null and b/1.11.2/assets/minecraft/structures/fossils/fossil_spine_01_coal.nbt differ diff --git a/1.11.2/assets/minecraft/structures/fossils/fossil_spine_02.nbt b/1.11.2/assets/minecraft/structures/fossils/fossil_spine_02.nbt new file mode 100644 index 00000000..ad601b93 Binary files /dev/null and b/1.11.2/assets/minecraft/structures/fossils/fossil_spine_02.nbt differ diff --git a/1.11.2/assets/minecraft/structures/fossils/fossil_spine_02_coal.nbt b/1.11.2/assets/minecraft/structures/fossils/fossil_spine_02_coal.nbt new file mode 100644 index 00000000..1bac53b4 Binary files /dev/null and b/1.11.2/assets/minecraft/structures/fossils/fossil_spine_02_coal.nbt differ diff --git a/1.11.2/assets/minecraft/structures/fossils/fossil_spine_03.nbt b/1.11.2/assets/minecraft/structures/fossils/fossil_spine_03.nbt new file mode 100644 index 00000000..535cecef Binary files /dev/null and b/1.11.2/assets/minecraft/structures/fossils/fossil_spine_03.nbt differ diff --git a/1.11.2/assets/minecraft/structures/fossils/fossil_spine_03_coal.nbt b/1.11.2/assets/minecraft/structures/fossils/fossil_spine_03_coal.nbt new file mode 100644 index 00000000..714c1089 Binary files /dev/null and b/1.11.2/assets/minecraft/structures/fossils/fossil_spine_03_coal.nbt differ diff --git a/1.11.2/assets/minecraft/structures/fossils/fossil_spine_04.nbt b/1.11.2/assets/minecraft/structures/fossils/fossil_spine_04.nbt new file mode 100644 index 00000000..37c021f1 Binary files /dev/null and b/1.11.2/assets/minecraft/structures/fossils/fossil_spine_04.nbt differ diff --git a/1.11.2/assets/minecraft/structures/fossils/fossil_spine_04_coal.nbt b/1.11.2/assets/minecraft/structures/fossils/fossil_spine_04_coal.nbt new file mode 100644 index 00000000..c961cff9 Binary files /dev/null and b/1.11.2/assets/minecraft/structures/fossils/fossil_spine_04_coal.nbt differ diff --git a/1.11.2/assets/minecraft/structures/igloo/igloo_bottom.nbt b/1.11.2/assets/minecraft/structures/igloo/igloo_bottom.nbt new file mode 100644 index 00000000..77af4921 Binary files /dev/null and b/1.11.2/assets/minecraft/structures/igloo/igloo_bottom.nbt differ diff --git a/1.11.2/assets/minecraft/structures/igloo/igloo_middle.nbt b/1.11.2/assets/minecraft/structures/igloo/igloo_middle.nbt new file mode 100644 index 00000000..0345fefb Binary files /dev/null and b/1.11.2/assets/minecraft/structures/igloo/igloo_middle.nbt differ diff --git a/1.11.2/assets/minecraft/structures/igloo/igloo_top.nbt b/1.11.2/assets/minecraft/structures/igloo/igloo_top.nbt new file mode 100644 index 00000000..753cb40e Binary files /dev/null and b/1.11.2/assets/minecraft/structures/igloo/igloo_top.nbt differ diff --git a/1.11.2/assets/minecraft/structures/mansion/1x1_a1.nbt b/1.11.2/assets/minecraft/structures/mansion/1x1_a1.nbt new file mode 100644 index 00000000..63dcf9e6 Binary files /dev/null and b/1.11.2/assets/minecraft/structures/mansion/1x1_a1.nbt differ diff --git a/1.11.2/assets/minecraft/structures/mansion/1x1_a2.nbt b/1.11.2/assets/minecraft/structures/mansion/1x1_a2.nbt new file mode 100644 index 00000000..0416d5ef Binary files /dev/null and b/1.11.2/assets/minecraft/structures/mansion/1x1_a2.nbt differ diff --git a/1.11.2/assets/minecraft/structures/mansion/1x1_a3.nbt b/1.11.2/assets/minecraft/structures/mansion/1x1_a3.nbt new file mode 100644 index 00000000..2e0f11c5 Binary files /dev/null and b/1.11.2/assets/minecraft/structures/mansion/1x1_a3.nbt differ diff --git a/1.11.2/assets/minecraft/structures/mansion/1x1_a4.nbt b/1.11.2/assets/minecraft/structures/mansion/1x1_a4.nbt new file mode 100644 index 00000000..9e5b5318 Binary files /dev/null and b/1.11.2/assets/minecraft/structures/mansion/1x1_a4.nbt differ diff --git a/1.11.2/assets/minecraft/structures/mansion/1x1_a5.nbt b/1.11.2/assets/minecraft/structures/mansion/1x1_a5.nbt new file mode 100644 index 00000000..6ac47298 Binary files /dev/null and b/1.11.2/assets/minecraft/structures/mansion/1x1_a5.nbt differ diff --git a/1.11.2/assets/minecraft/structures/mansion/1x1_as1.nbt b/1.11.2/assets/minecraft/structures/mansion/1x1_as1.nbt new file mode 100644 index 00000000..a9bce464 Binary files /dev/null and b/1.11.2/assets/minecraft/structures/mansion/1x1_as1.nbt differ diff --git a/1.11.2/assets/minecraft/structures/mansion/1x1_as2.nbt b/1.11.2/assets/minecraft/structures/mansion/1x1_as2.nbt new file mode 100644 index 00000000..87a97b84 Binary files /dev/null and b/1.11.2/assets/minecraft/structures/mansion/1x1_as2.nbt differ diff --git a/1.11.2/assets/minecraft/structures/mansion/1x1_as3.nbt b/1.11.2/assets/minecraft/structures/mansion/1x1_as3.nbt new file mode 100644 index 00000000..5e77c088 Binary files /dev/null and b/1.11.2/assets/minecraft/structures/mansion/1x1_as3.nbt differ diff --git a/1.11.2/assets/minecraft/structures/mansion/1x1_as4.nbt b/1.11.2/assets/minecraft/structures/mansion/1x1_as4.nbt new file mode 100644 index 00000000..85f398bd Binary files /dev/null and b/1.11.2/assets/minecraft/structures/mansion/1x1_as4.nbt differ diff --git a/1.11.2/assets/minecraft/structures/mansion/1x1_b1.nbt b/1.11.2/assets/minecraft/structures/mansion/1x1_b1.nbt new file mode 100644 index 00000000..b6ce4ddd Binary files /dev/null and b/1.11.2/assets/minecraft/structures/mansion/1x1_b1.nbt differ diff --git a/1.11.2/assets/minecraft/structures/mansion/1x1_b2.nbt b/1.11.2/assets/minecraft/structures/mansion/1x1_b2.nbt new file mode 100644 index 00000000..a62d7fa1 Binary files /dev/null and b/1.11.2/assets/minecraft/structures/mansion/1x1_b2.nbt differ diff --git a/1.11.2/assets/minecraft/structures/mansion/1x1_b3.nbt b/1.11.2/assets/minecraft/structures/mansion/1x1_b3.nbt new file mode 100644 index 00000000..08286744 Binary files /dev/null and b/1.11.2/assets/minecraft/structures/mansion/1x1_b3.nbt differ diff --git a/1.11.2/assets/minecraft/structures/mansion/1x1_b4.nbt b/1.11.2/assets/minecraft/structures/mansion/1x1_b4.nbt new file mode 100644 index 00000000..5113e437 Binary files /dev/null and b/1.11.2/assets/minecraft/structures/mansion/1x1_b4.nbt differ diff --git a/1.11.2/assets/minecraft/structures/mansion/1x1_b5.nbt b/1.11.2/assets/minecraft/structures/mansion/1x1_b5.nbt new file mode 100644 index 00000000..75bef890 Binary files /dev/null and b/1.11.2/assets/minecraft/structures/mansion/1x1_b5.nbt differ diff --git a/1.11.2/assets/minecraft/structures/mansion/1x2_a1.nbt b/1.11.2/assets/minecraft/structures/mansion/1x2_a1.nbt new file mode 100644 index 00000000..4bf6fc89 Binary files /dev/null and b/1.11.2/assets/minecraft/structures/mansion/1x2_a1.nbt differ diff --git a/1.11.2/assets/minecraft/structures/mansion/1x2_a2.nbt b/1.11.2/assets/minecraft/structures/mansion/1x2_a2.nbt new file mode 100644 index 00000000..b7a3fe45 Binary files /dev/null and b/1.11.2/assets/minecraft/structures/mansion/1x2_a2.nbt differ diff --git a/1.11.2/assets/minecraft/structures/mansion/1x2_a3.nbt b/1.11.2/assets/minecraft/structures/mansion/1x2_a3.nbt new file mode 100644 index 00000000..65e4ac2a Binary files /dev/null and b/1.11.2/assets/minecraft/structures/mansion/1x2_a3.nbt differ diff --git a/1.11.2/assets/minecraft/structures/mansion/1x2_a4.nbt b/1.11.2/assets/minecraft/structures/mansion/1x2_a4.nbt new file mode 100644 index 00000000..689b0783 Binary files /dev/null and b/1.11.2/assets/minecraft/structures/mansion/1x2_a4.nbt differ diff --git a/1.11.2/assets/minecraft/structures/mansion/1x2_a5.nbt b/1.11.2/assets/minecraft/structures/mansion/1x2_a5.nbt new file mode 100644 index 00000000..e33bca18 Binary files /dev/null and b/1.11.2/assets/minecraft/structures/mansion/1x2_a5.nbt differ diff --git a/1.11.2/assets/minecraft/structures/mansion/1x2_a6.nbt b/1.11.2/assets/minecraft/structures/mansion/1x2_a6.nbt new file mode 100644 index 00000000..513a0570 Binary files /dev/null and b/1.11.2/assets/minecraft/structures/mansion/1x2_a6.nbt differ diff --git a/1.11.2/assets/minecraft/structures/mansion/1x2_a7.nbt b/1.11.2/assets/minecraft/structures/mansion/1x2_a7.nbt new file mode 100644 index 00000000..22795a76 Binary files /dev/null and b/1.11.2/assets/minecraft/structures/mansion/1x2_a7.nbt differ diff --git a/1.11.2/assets/minecraft/structures/mansion/1x2_a8.nbt b/1.11.2/assets/minecraft/structures/mansion/1x2_a8.nbt new file mode 100644 index 00000000..e11eb744 Binary files /dev/null and b/1.11.2/assets/minecraft/structures/mansion/1x2_a8.nbt differ diff --git a/1.11.2/assets/minecraft/structures/mansion/1x2_a9.nbt b/1.11.2/assets/minecraft/structures/mansion/1x2_a9.nbt new file mode 100644 index 00000000..4d2bd4aa Binary files /dev/null and b/1.11.2/assets/minecraft/structures/mansion/1x2_a9.nbt differ diff --git a/1.11.2/assets/minecraft/structures/mansion/1x2_b1.nbt b/1.11.2/assets/minecraft/structures/mansion/1x2_b1.nbt new file mode 100644 index 00000000..8596f8b2 Binary files /dev/null and b/1.11.2/assets/minecraft/structures/mansion/1x2_b1.nbt differ diff --git a/1.11.2/assets/minecraft/structures/mansion/1x2_b2.nbt b/1.11.2/assets/minecraft/structures/mansion/1x2_b2.nbt new file mode 100644 index 00000000..0e34409e Binary files /dev/null and b/1.11.2/assets/minecraft/structures/mansion/1x2_b2.nbt differ diff --git a/1.11.2/assets/minecraft/structures/mansion/1x2_b3.nbt b/1.11.2/assets/minecraft/structures/mansion/1x2_b3.nbt new file mode 100644 index 00000000..53320d7e Binary files /dev/null and b/1.11.2/assets/minecraft/structures/mansion/1x2_b3.nbt differ diff --git a/1.11.2/assets/minecraft/structures/mansion/1x2_b4.nbt b/1.11.2/assets/minecraft/structures/mansion/1x2_b4.nbt new file mode 100644 index 00000000..fcd2e026 Binary files /dev/null and b/1.11.2/assets/minecraft/structures/mansion/1x2_b4.nbt differ diff --git a/1.11.2/assets/minecraft/structures/mansion/1x2_b5.nbt b/1.11.2/assets/minecraft/structures/mansion/1x2_b5.nbt new file mode 100644 index 00000000..ccfa12e7 Binary files /dev/null and b/1.11.2/assets/minecraft/structures/mansion/1x2_b5.nbt differ diff --git a/1.11.2/assets/minecraft/structures/mansion/1x2_c1.nbt b/1.11.2/assets/minecraft/structures/mansion/1x2_c1.nbt new file mode 100644 index 00000000..fe6acc47 Binary files /dev/null and b/1.11.2/assets/minecraft/structures/mansion/1x2_c1.nbt differ diff --git a/1.11.2/assets/minecraft/structures/mansion/1x2_c2.nbt b/1.11.2/assets/minecraft/structures/mansion/1x2_c2.nbt new file mode 100644 index 00000000..a470e5fa Binary files /dev/null and b/1.11.2/assets/minecraft/structures/mansion/1x2_c2.nbt differ diff --git a/1.11.2/assets/minecraft/structures/mansion/1x2_c3.nbt b/1.11.2/assets/minecraft/structures/mansion/1x2_c3.nbt new file mode 100644 index 00000000..07aeb924 Binary files /dev/null and b/1.11.2/assets/minecraft/structures/mansion/1x2_c3.nbt differ diff --git a/1.11.2/assets/minecraft/structures/mansion/1x2_c4.nbt b/1.11.2/assets/minecraft/structures/mansion/1x2_c4.nbt new file mode 100644 index 00000000..a63ad851 Binary files /dev/null and b/1.11.2/assets/minecraft/structures/mansion/1x2_c4.nbt differ diff --git a/1.11.2/assets/minecraft/structures/mansion/1x2_c_stairs.nbt b/1.11.2/assets/minecraft/structures/mansion/1x2_c_stairs.nbt new file mode 100644 index 00000000..9c9421b2 Binary files /dev/null and b/1.11.2/assets/minecraft/structures/mansion/1x2_c_stairs.nbt differ diff --git a/1.11.2/assets/minecraft/structures/mansion/1x2_d1.nbt b/1.11.2/assets/minecraft/structures/mansion/1x2_d1.nbt new file mode 100644 index 00000000..4a7b161a Binary files /dev/null and b/1.11.2/assets/minecraft/structures/mansion/1x2_d1.nbt differ diff --git a/1.11.2/assets/minecraft/structures/mansion/1x2_d2.nbt b/1.11.2/assets/minecraft/structures/mansion/1x2_d2.nbt new file mode 100644 index 00000000..732c4ac4 Binary files /dev/null and b/1.11.2/assets/minecraft/structures/mansion/1x2_d2.nbt differ diff --git a/1.11.2/assets/minecraft/structures/mansion/1x2_d3.nbt b/1.11.2/assets/minecraft/structures/mansion/1x2_d3.nbt new file mode 100644 index 00000000..4a3825de Binary files /dev/null and b/1.11.2/assets/minecraft/structures/mansion/1x2_d3.nbt differ diff --git a/1.11.2/assets/minecraft/structures/mansion/1x2_d4.nbt b/1.11.2/assets/minecraft/structures/mansion/1x2_d4.nbt new file mode 100644 index 00000000..b8e1e0e5 Binary files /dev/null and b/1.11.2/assets/minecraft/structures/mansion/1x2_d4.nbt differ diff --git a/1.11.2/assets/minecraft/structures/mansion/1x2_d5.nbt b/1.11.2/assets/minecraft/structures/mansion/1x2_d5.nbt new file mode 100644 index 00000000..fffcc9e8 Binary files /dev/null and b/1.11.2/assets/minecraft/structures/mansion/1x2_d5.nbt differ diff --git a/1.11.2/assets/minecraft/structures/mansion/1x2_d_stairs.nbt b/1.11.2/assets/minecraft/structures/mansion/1x2_d_stairs.nbt new file mode 100644 index 00000000..9cfcad8f Binary files /dev/null and b/1.11.2/assets/minecraft/structures/mansion/1x2_d_stairs.nbt differ diff --git a/1.11.2/assets/minecraft/structures/mansion/1x2_s1.nbt b/1.11.2/assets/minecraft/structures/mansion/1x2_s1.nbt new file mode 100644 index 00000000..6d648d8b Binary files /dev/null and b/1.11.2/assets/minecraft/structures/mansion/1x2_s1.nbt differ diff --git a/1.11.2/assets/minecraft/structures/mansion/1x2_s2.nbt b/1.11.2/assets/minecraft/structures/mansion/1x2_s2.nbt new file mode 100644 index 00000000..42c2ba9c Binary files /dev/null and b/1.11.2/assets/minecraft/structures/mansion/1x2_s2.nbt differ diff --git a/1.11.2/assets/minecraft/structures/mansion/1x2_se1.nbt b/1.11.2/assets/minecraft/structures/mansion/1x2_se1.nbt new file mode 100644 index 00000000..22f1aa29 Binary files /dev/null and b/1.11.2/assets/minecraft/structures/mansion/1x2_se1.nbt differ diff --git a/1.11.2/assets/minecraft/structures/mansion/2x2_a1.nbt b/1.11.2/assets/minecraft/structures/mansion/2x2_a1.nbt new file mode 100644 index 00000000..f0337027 Binary files /dev/null and b/1.11.2/assets/minecraft/structures/mansion/2x2_a1.nbt differ diff --git a/1.11.2/assets/minecraft/structures/mansion/2x2_a2.nbt b/1.11.2/assets/minecraft/structures/mansion/2x2_a2.nbt new file mode 100644 index 00000000..1a1d9da4 Binary files /dev/null and b/1.11.2/assets/minecraft/structures/mansion/2x2_a2.nbt differ diff --git a/1.11.2/assets/minecraft/structures/mansion/2x2_a3.nbt b/1.11.2/assets/minecraft/structures/mansion/2x2_a3.nbt new file mode 100644 index 00000000..f097c591 Binary files /dev/null and b/1.11.2/assets/minecraft/structures/mansion/2x2_a3.nbt differ diff --git a/1.11.2/assets/minecraft/structures/mansion/2x2_a4.nbt b/1.11.2/assets/minecraft/structures/mansion/2x2_a4.nbt new file mode 100644 index 00000000..7412ea1d Binary files /dev/null and b/1.11.2/assets/minecraft/structures/mansion/2x2_a4.nbt differ diff --git a/1.11.2/assets/minecraft/structures/mansion/2x2_b1.nbt b/1.11.2/assets/minecraft/structures/mansion/2x2_b1.nbt new file mode 100644 index 00000000..6a765c2e Binary files /dev/null and b/1.11.2/assets/minecraft/structures/mansion/2x2_b1.nbt differ diff --git a/1.11.2/assets/minecraft/structures/mansion/2x2_b2.nbt b/1.11.2/assets/minecraft/structures/mansion/2x2_b2.nbt new file mode 100644 index 00000000..5996af3d Binary files /dev/null and b/1.11.2/assets/minecraft/structures/mansion/2x2_b2.nbt differ diff --git a/1.11.2/assets/minecraft/structures/mansion/2x2_b3.nbt b/1.11.2/assets/minecraft/structures/mansion/2x2_b3.nbt new file mode 100644 index 00000000..96270554 Binary files /dev/null and b/1.11.2/assets/minecraft/structures/mansion/2x2_b3.nbt differ diff --git a/1.11.2/assets/minecraft/structures/mansion/2x2_b4.nbt b/1.11.2/assets/minecraft/structures/mansion/2x2_b4.nbt new file mode 100644 index 00000000..b48ef0c8 Binary files /dev/null and b/1.11.2/assets/minecraft/structures/mansion/2x2_b4.nbt differ diff --git a/1.11.2/assets/minecraft/structures/mansion/2x2_b5.nbt b/1.11.2/assets/minecraft/structures/mansion/2x2_b5.nbt new file mode 100644 index 00000000..87db65d5 Binary files /dev/null and b/1.11.2/assets/minecraft/structures/mansion/2x2_b5.nbt differ diff --git a/1.11.2/assets/minecraft/structures/mansion/2x2_s1.nbt b/1.11.2/assets/minecraft/structures/mansion/2x2_s1.nbt new file mode 100644 index 00000000..8affd3fc Binary files /dev/null and b/1.11.2/assets/minecraft/structures/mansion/2x2_s1.nbt differ diff --git a/1.11.2/assets/minecraft/structures/mansion/carpet_east.nbt b/1.11.2/assets/minecraft/structures/mansion/carpet_east.nbt new file mode 100644 index 00000000..52b93795 Binary files /dev/null and b/1.11.2/assets/minecraft/structures/mansion/carpet_east.nbt differ diff --git a/1.11.2/assets/minecraft/structures/mansion/carpet_north.nbt b/1.11.2/assets/minecraft/structures/mansion/carpet_north.nbt new file mode 100644 index 00000000..37e6671b Binary files /dev/null and b/1.11.2/assets/minecraft/structures/mansion/carpet_north.nbt differ diff --git a/1.11.2/assets/minecraft/structures/mansion/carpet_south.nbt b/1.11.2/assets/minecraft/structures/mansion/carpet_south.nbt new file mode 100644 index 00000000..397abf70 Binary files /dev/null and b/1.11.2/assets/minecraft/structures/mansion/carpet_south.nbt differ diff --git a/1.11.2/assets/minecraft/structures/mansion/carpet_south_2.nbt b/1.11.2/assets/minecraft/structures/mansion/carpet_south_2.nbt new file mode 100644 index 00000000..9d921ac3 Binary files /dev/null and b/1.11.2/assets/minecraft/structures/mansion/carpet_south_2.nbt differ diff --git a/1.11.2/assets/minecraft/structures/mansion/carpet_west.nbt b/1.11.2/assets/minecraft/structures/mansion/carpet_west.nbt new file mode 100644 index 00000000..4b9c7d67 Binary files /dev/null and b/1.11.2/assets/minecraft/structures/mansion/carpet_west.nbt differ diff --git a/1.11.2/assets/minecraft/structures/mansion/carpet_west_2.nbt b/1.11.2/assets/minecraft/structures/mansion/carpet_west_2.nbt new file mode 100644 index 00000000..9549c055 Binary files /dev/null and b/1.11.2/assets/minecraft/structures/mansion/carpet_west_2.nbt differ diff --git a/1.11.2/assets/minecraft/structures/mansion/corridor_floor.nbt b/1.11.2/assets/minecraft/structures/mansion/corridor_floor.nbt new file mode 100644 index 00000000..796ec699 Binary files /dev/null and b/1.11.2/assets/minecraft/structures/mansion/corridor_floor.nbt differ diff --git a/1.11.2/assets/minecraft/structures/mansion/entrance.nbt b/1.11.2/assets/minecraft/structures/mansion/entrance.nbt new file mode 100644 index 00000000..bd7ec2fd Binary files /dev/null and b/1.11.2/assets/minecraft/structures/mansion/entrance.nbt differ diff --git a/1.11.2/assets/minecraft/structures/mansion/indoors_door.nbt b/1.11.2/assets/minecraft/structures/mansion/indoors_door.nbt new file mode 100644 index 00000000..dc5d0caa Binary files /dev/null and b/1.11.2/assets/minecraft/structures/mansion/indoors_door.nbt differ diff --git a/1.11.2/assets/minecraft/structures/mansion/indoors_door_2.nbt b/1.11.2/assets/minecraft/structures/mansion/indoors_door_2.nbt new file mode 100644 index 00000000..c4928a50 Binary files /dev/null and b/1.11.2/assets/minecraft/structures/mansion/indoors_door_2.nbt differ diff --git a/1.11.2/assets/minecraft/structures/mansion/indoors_wall.nbt b/1.11.2/assets/minecraft/structures/mansion/indoors_wall.nbt new file mode 100644 index 00000000..c373757e Binary files /dev/null and b/1.11.2/assets/minecraft/structures/mansion/indoors_wall.nbt differ diff --git a/1.11.2/assets/minecraft/structures/mansion/indoors_wall_2.nbt b/1.11.2/assets/minecraft/structures/mansion/indoors_wall_2.nbt new file mode 100644 index 00000000..75fe10dd Binary files /dev/null and b/1.11.2/assets/minecraft/structures/mansion/indoors_wall_2.nbt differ diff --git a/1.11.2/assets/minecraft/structures/mansion/roof.nbt b/1.11.2/assets/minecraft/structures/mansion/roof.nbt new file mode 100644 index 00000000..5e26718d Binary files /dev/null and b/1.11.2/assets/minecraft/structures/mansion/roof.nbt differ diff --git a/1.11.2/assets/minecraft/structures/mansion/roof_corner.nbt b/1.11.2/assets/minecraft/structures/mansion/roof_corner.nbt new file mode 100644 index 00000000..544318bb Binary files /dev/null and b/1.11.2/assets/minecraft/structures/mansion/roof_corner.nbt differ diff --git a/1.11.2/assets/minecraft/structures/mansion/roof_front.nbt b/1.11.2/assets/minecraft/structures/mansion/roof_front.nbt new file mode 100644 index 00000000..928459bd Binary files /dev/null and b/1.11.2/assets/minecraft/structures/mansion/roof_front.nbt differ diff --git a/1.11.2/assets/minecraft/structures/mansion/roof_inner_corner.nbt b/1.11.2/assets/minecraft/structures/mansion/roof_inner_corner.nbt new file mode 100644 index 00000000..4f4e68fa Binary files /dev/null and b/1.11.2/assets/minecraft/structures/mansion/roof_inner_corner.nbt differ diff --git a/1.11.2/assets/minecraft/structures/mansion/small_wall.nbt b/1.11.2/assets/minecraft/structures/mansion/small_wall.nbt new file mode 100644 index 00000000..3a033d99 Binary files /dev/null and b/1.11.2/assets/minecraft/structures/mansion/small_wall.nbt differ diff --git a/1.11.2/assets/minecraft/structures/mansion/small_wall_corner.nbt b/1.11.2/assets/minecraft/structures/mansion/small_wall_corner.nbt new file mode 100644 index 00000000..3b211091 Binary files /dev/null and b/1.11.2/assets/minecraft/structures/mansion/small_wall_corner.nbt differ diff --git a/1.11.2/assets/minecraft/structures/mansion/wall_corner.nbt b/1.11.2/assets/minecraft/structures/mansion/wall_corner.nbt new file mode 100644 index 00000000..c520a1bf Binary files /dev/null and b/1.11.2/assets/minecraft/structures/mansion/wall_corner.nbt differ diff --git a/1.11.2/assets/minecraft/structures/mansion/wall_flat.nbt b/1.11.2/assets/minecraft/structures/mansion/wall_flat.nbt new file mode 100644 index 00000000..8e2f483d Binary files /dev/null and b/1.11.2/assets/minecraft/structures/mansion/wall_flat.nbt differ diff --git a/1.11.2/assets/minecraft/structures/mansion/wall_window.nbt b/1.11.2/assets/minecraft/structures/mansion/wall_window.nbt new file mode 100644 index 00000000..2d59e5fc Binary files /dev/null and b/1.11.2/assets/minecraft/structures/mansion/wall_window.nbt differ diff --git a/1.11.2/assets/minecraft/texts/credits.txt b/1.11.2/assets/minecraft/texts/credits.txt new file mode 100644 index 00000000..83678ab4 --- /dev/null +++ b/1.11.2/assets/minecraft/texts/credits.txt @@ -0,0 +1,77 @@ +[C]§f=============== +[C]§eMinecraft Credits +[C]§f=============== + +§7Created by: +§f Markus Persson + +§7Game design, programming and graphics: +§f Markus Persson +§f Jens Bergensten +§f Nathan Adams +§f Ryan Holtz +§f Michael Stoyke +§f Erik Broes +§f Thomas Guimbretière + +§7Music and sound: +§f Daniel Rosenfeld +§f Samuel Åberg + +§7Ingame artwork and paintings: +§f Kristoffer Zetterstrand + +§7End game narrative: +§f Julian Gough + +§7Website development: +§f Tobias Möllstam +§f Daniel Frisk +§f Leonard Gram +§f Jens Bergensten +§f Markus Persson + +§7Logo and promotional artwork: +§f Markus Toivonen + +§7Business and administration: +§f Carl Manneh +§f Daniel Kaplan + +§7Director of fun: +§f Lydia Winters + +§7Number crunching and statistics: +§f Patrick Geuder + +§7Realms Development Team: +§f Daniel Frisk +§f Leonard Gram +§f David Marby +§f Philip Vieira + +§7Realms Content Manager: +§f Marc Watson + +§7Additional programming: +§f Paul Spooner +§f Ryan 'Scaevolus' Hitchman +§f Elliot 'Hippoplatimus' Segal + +§7Developers of Mo' Creatures (horses etc): +§f John Olarte (DrZhark) +§f Kent Christian Jensen +§f Dan Roque + +§7Technologies used: +§f Java by Oracle +§f LWJGL by many talented people +§f "3d Sound System" by Paul Lamb +§f JOrbis by JCraft + + + + + + +§f"Twenty years from now you will be more disappointed by the things that you didn't do than by the ones you did do. So throw off the bowlines. Sail away from the safe harbor. Catch the trade winds in your sails. Explore. Dream. Discover." §7- Unknown \ No newline at end of file diff --git a/1.11.2/assets/minecraft/texts/end.txt b/1.11.2/assets/minecraft/texts/end.txt new file mode 100644 index 00000000..72775248 --- /dev/null +++ b/1.11.2/assets/minecraft/texts/end.txt @@ -0,0 +1,151 @@ +§3I see the player you mean. + +§2PLAYERNAME? + +§3Yes. Take care. It has reached a higher level now. It can read our thoughts. + +§2That doesn't matter. It thinks we are part of the game. + +§3I like this player. It played well. It did not give up. + +§2It is reading our thoughts as though they were words on a screen. + +§3That is how it chooses to imagine many things, when it is deep in the dream of a game. + +§2Words make a wonderful interface. Very flexible. And less terrifying than staring at the reality behind the screen. + +§3They used to hear voices. Before players could read. Back in the days when those who did not play called the players witches, and warlocks. And players dreamed they flew through the air, on sticks powered by demons. + +§2What did this player dream? + +§3This player dreamed of sunlight and trees. Of fire and water. It dreamed it created. And it dreamed it destroyed. It dreamed it hunted, and was hunted. It dreamed of shelter. + +§2Hah, the original interface. A million years old, and it still works. But what true structure did this player create, in the reality behind the screen? + +§3It worked, with a million others, to sculpt a true world in a fold of the §f§k§a§b§3, and created a §f§k§a§b§3 for §f§k§a§b§3, in the §f§k§a§b§3. + +§2It cannot read that thought. + +§3No. It has not yet achieved the highest level. That, it must achieve in the long dream of life, not the short dream of a game. + +§2Does it know that we love it? That the universe is kind? + +§3Sometimes, through the noise of its thoughts, it hears the universe, yes. + +§2But there are times it is sad, in the long dream. It creates worlds that have no summer, and it shivers under a black sun, and it takes its sad creation for reality. + +§3To cure it of sorrow would destroy it. The sorrow is part of its own private task. We cannot interfere. + +§2Sometimes when they are deep in dreams, I want to tell them, they are building true worlds in reality. Sometimes I want to tell them of their importance to the universe. Sometimes, when they have not made a true connection in a while, I want to help them to speak the word they fear. + +§3It reads our thoughts. + +§2Sometimes I do not care. Sometimes I wish to tell them, this world you take for truth is merely §f§k§a§b§2 and §f§k§a§b§2, I wish to tell them that they are §f§k§a§b§2 in the §f§k§a§b§2. They see so little of reality, in their long dream. + +§3And yet they play the game. + +§2But it would be so easy to tell them... + +§3Too strong for this dream. To tell them how to live is to prevent them living. + +§2I will not tell the player how to live. + +§3The player is growing restless. + +§2I will tell the player a story. + +§3But not the truth. + +§2No. A story that contains the truth safely, in a cage of words. Not the naked truth that can burn over any distance. + +§3Give it a body, again. + +§2Yes. Player... + +§3Use its name. + +§2PLAYERNAME. Player of games. + +§3Good. + +§2Take a breath, now. Take another. Feel air in your lungs. Let your limbs return. Yes, move your fingers. Have a body again, under gravity, in air. Respawn in the long dream. There you are. Your body touching the universe again at every point, as though you were separate things. As though we were separate things. + +§3Who are we? Once we were called the spirit of the mountain. Father sun, mother moon. Ancestral spirits, animal spirits. Jinn. Ghosts. The green man. Then gods, demons. Angels. Poltergeists. Aliens, extraterrestrials. Leptons, quarks. The words change. We do not change. + +§2We are the universe. We are everything you think isn't you. You are looking at us now, through your skin and your eyes. And why does the universe touch your skin, and throw light on you? To see you, player. To know you. And to be known. I shall tell you a story. + +§2Once upon a time, there was a player. + +§3The player was you, PLAYERNAME. + +§2Sometimes it thought itself human, on the thin crust of a spinning globe of molten rock. The ball of molten rock circled a ball of blazing gas that was three hundred and thirty thousand times more massive than it. They were so far apart that light took eight minutes to cross the gap. The light was information from a star, and it could burn your skin from a hundred and fifty million kilometres away. + +§2Sometimes the player dreamed it was a miner, on the surface of a world that was flat, and infinite. The sun was a square of white. The days were short; there was much to do; and death was a temporary inconvenience. + +§3Sometimes the player dreamed it was lost in a story. + +§2Sometimes the player dreamed it was other things, in other places. Sometimes these dreams were disturbing. Sometimes very beautiful indeed. Sometimes the player woke from one dream into another, then woke from that into a third. + +§3Sometimes the player dreamed it watched words on a screen. + +§2Let's go back. + +§2The atoms of the player were scattered in the grass, in the rivers, in the air, in the ground. A woman gathered the atoms; she drank and ate and inhaled; and the woman assembled the player, in her body. + +§2And the player awoke, from the warm, dark world of its mother's body, into the long dream. + +§2And the player was a new story, never told before, written in letters of DNA. And the player was a new program, never run before, generated by a sourcecode a billion years old. And the player was a new human, never alive before, made from nothing but milk and love. + +§3You are the player. The story. The program. The human. Made from nothing but milk and love. + +§2Let's go further back. + +§2The seven billion billion billion atoms of the player's body were created, long before this game, in the heart of a star. So the player, too, is information from a star. And the player moves through a story, which is a forest of information planted by a man called Julian, on a flat, infinite world created by a man called Markus, that exists inside a small, private world created by the player, who inhabits a universe created by... + +§3Shush. Sometimes the player created a small, private world that was soft and warm and simple. Sometimes hard, and cold, and complicated. Sometimes it built a model of the universe in its head; flecks of energy, moving through vast empty spaces. Sometimes it called those flecks "electrons" and "protons". + +§2Sometimes it called them "planets" and "stars". + +§2Sometimes it believed it was in a universe that was made of energy that was made of offs and ons; zeros and ones; lines of code. Sometimes it believed it was playing a game. Sometimes it believed it was reading words on a screen. + +§3You are the player, reading words... + +§2Shush... Sometimes the player read lines of code on a screen. Decoded them into words; decoded words into meaning; decoded meaning into feelings, emotions, theories, ideas, and the player started to breathe faster and deeper and realised it was alive, it was alive, those thousand deaths had not been real, the player was alive + +§3You. You. You are alive. + +§2and sometimes the player believed the universe had spoken to it through the sunlight that came through the shuffling leaves of the summer trees + +§3and sometimes the player believed the universe had spoken to it through the light that fell from the crisp night sky of winter, where a fleck of light in the corner of the player's eye might be a star a million times as massive as the sun, boiling its planets to plasma in order to be visible for a moment to the player, walking home at the far side of the universe, suddenly smelling food, almost at the familiar door, about to dream again + +§2and sometimes the player believed the universe had spoken to it through the zeros and ones, through the electricity of the world, through the scrolling words on a screen at the end of a dream + +§3and the universe said I love you + +§2and the universe said you have played the game well + +§3and the universe said everything you need is within you + +§2and the universe said you are stronger than you know + +§3and the universe said you are the daylight + +§2and the universe said you are the night + +§3and the universe said the darkness you fight is within you + +§2and the universe said the light you seek is within you + +§3and the universe said you are not alone + +§2and the universe said you are not separate from every other thing + +§3and the universe said you are the universe tasting itself, talking to itself, reading its own code + +§2and the universe said I love you because you are love. + +§3And the game was over and the player woke up from the dream. And the player began a new dream. And the player dreamed again, dreamed better. And the player was the universe. And the player was love. + +§3You are the player. + +§2Wake up. diff --git a/1.11.2/assets/minecraft/texts/splashes.txt b/1.11.2/assets/minecraft/texts/splashes.txt new file mode 100644 index 00000000..f9cdea74 --- /dev/null +++ b/1.11.2/assets/minecraft/texts/splashes.txt @@ -0,0 +1,370 @@ +As seen on TV! +Awesome! +100% pure! +May contain nuts! +Better than Prey! +More polygons! +Sexy! +Limited edition! +Flashing letters! +Made by Notch! +It's here! +Best in class! +It's finished! +Kind of dragon free! +Excitement! +More than 500 sold! +One of a kind! +Heaps of hits on YouTube! +Indev! +Spiders everywhere! +Check it out! +Holy cow, man! +It's a game! +Made in Sweden! +Uses LWJGL! +Reticulating splines! +Minecraft! +Yaaay! +Singleplayer! +Keyboard compatible! +Undocumented! +Ingots! +Exploding creepers! +That's no moon! +l33t! +Create! +Survive! +Dungeon! +Exclusive! +The bee's knees! +Down with O.P.P.! +Closed source! +Classy! +Wow! +Not on steam! +Oh man! +Awesome community! +Pixels! +Teetsuuuuoooo! +Kaaneeeedaaaa! +Now with difficulty! +Enhanced! +90% bug free! +Pretty! +12 herbs and spices! +Fat free! +Absolutely no memes! +Free dental! +Ask your doctor! +Minors welcome! +Cloud computing! +Legal in Finland! +Hard to label! +Technically good! +Bringing home the bacon! +Indie! +GOTY! +Ceci n'est pas une title screen! +Euclidian! +Now in 3D! +Inspirational! +Herregud! +Complex cellular automata! +Yes, sir! +Played by cowboys! +OpenGL 2.1 (if supported)! +Thousands of colors! +Try it! +Age of Wonders is better! +Try the mushroom stew! +Sensational! +Hot tamale, hot hot tamale! +Play him off, keyboard cat! +Guaranteed! +Macroscopic! +Bring it on! +Random splash! +Call your mother! +Monster infighting! +Loved by millions! +Ultimate edition! +Freaky! +You've got a brand new key! +Water proof! +Uninflammable! +Whoa, dude! +All inclusive! +Tell your friends! +NP is not in P! +Music by C418! +Livestreamed! +Haunted! +Polynomial! +Terrestrial! +All is full of love! +Full of stars! +Scientific! +Not as cool as Spock! +Collaborate and listen! +Never dig down! +Take frequent breaks! +Not linear! +Han shot first! +Nice to meet you! +Buckets of lava! +Ride the pig! +Larger than Earth! +sqrt(-1) love you! +Phobos anomaly! +Punching wood! +Falling off cliffs! +1% sugar! +150% hyperbole! +Synecdoche! +Let's danec! +Seecret Friday update! +Reference implementation! +Lewd with two dudes with food! +Kiss the sky! +20 GOTO 10! +Verlet intregration! +Peter Griffin! +Do not distribute! +Cogito ergo sum! +4815162342 lines of code! +A skeleton popped out! +The Work of Notch! +The sum of its parts! +BTAF used to be good! +I miss ADOM! +umop-apisdn! +OICU812! +Bring me Ray Cokes! +Finger-licking! +Thematic! +Pneumatic! +Sublime! +Octagonal! +Une baguette! +Gargamel plays it! +Rita is the new top dog! +SWM forever! +Representing Edsbyn! +Matt Damon! +Supercalifragilisticexpialidocious! +Consummate V's! +Cow Tools! +Double buffered! +Fan fiction! +Flaxkikare! +Jason! Jason! Jason! +Hotter than the sun! +Internet enabled! +Autonomous! +Engage! +Fantasy! +DRR! DRR! DRR! +Kick it root down! +Regional resources! +Woo, facepunch! +Woo, somethingawful! +Woo, /v/! +Woo, tigsource! +Woo, minecraftforum! +Woo, worldofminecraft! +Woo, reddit! +Woo, 2pp! +Google anlyticsed! +Now supports åäö! +Give us Gordon! +Tip your waiter! +Very fun! +12345 is a bad password! +Vote for net neutrality! +Lives in a pineapple under the sea! +MAP11 has two names! +Omnipotent! +Gasp! +...! +Bees, bees, bees, bees! +Jag känner en bot! +This text is hard to read if you play the game at the default resolution, but at 1080p it's fine! +Haha, LOL! +Hampsterdance! +Switches and ores! +Menger sponge! +idspispopd! +Eple (original edit)! +So fresh, so clean! +Slow acting portals! +Try the Nether! +Don't look directly at the bugs! +Oh, ok, Pigmen! +Finally with ladders! +Scary! +Play Minecraft, Watch Topgear, Get Pig! +Twittered about! +Jump up, jump up, and get down! +Joel is neat! +A riddle, wrapped in a mystery! +Huge tracts of land! +Welcome to your Doom! +Stay a while, stay forever! +Stay a while and listen! +Treatment for your rash! +"Autological" is! +Information wants to be free! +"Almost never" is an interesting concept! +Lots of truthiness! +The creeper is a spy! +Turing complete! +It's groundbreaking! +Let our battle's begin! +The sky is the limit! +Jeb has amazing hair! +Ryan also has amazing hair! +Casual gaming! +Undefeated! +Kinda like Lemmings! +Follow the train, CJ! +Leveraging synergy! +This message will never appear on the splash screen, isn't that weird? +DungeonQuest is unfair! +110813! +90210! +Check out the far lands! +Tyrion would love it! +Also try VVVVVV! +Also try Super Meat Boy! +Also try Terraria! +Also try Mount And Blade! +Also try Project Zomboid! +Also try World of Goo! +Also try Limbo! +Also try Pixeljunk Shooter! +Also try Braid! +That's super! +Bread is pain! +Read more books! +Khaaaaaaaaan! +Less addictive than TV Tropes! +More addictive than lemonade! +Bigger than a bread box! +Millions of peaches! +Fnord! +This is my true form! +Totally forgot about Dre! +Don't bother with the clones! +Pumpkinhead! +Hobo humping slobo babe! +Made by Jeb! +Has an ending! +Finally complete! +Feature packed! +Boots with the fur! +Stop, hammertime! +Testificates! +Conventional! +Homeomorphic to a 3-sphere! +Doesn't avoid double negatives! +Place ALL the blocks! +Does barrel rolls! +Meeting expectations! +PC gaming since 1873! +Ghoughpteighbteau tchoghs! +Déjà vu! +Déjà vu! +Got your nose! +Haley loves Elan! +Afraid of the big, black bat! +Doesn't use the U-word! +Child's play! +See you next Friday or so! +From the streets of Södermalm! +150 bpm for 400000 minutes! +Technologic! +Funk soul brother! +Pumpa kungen! +日本ハロー! +한국 안녕하세요! +Helo Cymru! +Cześć Polsko! +你好中国! +Привет Россия! +Γεια σου Ελλάδα! +My life for Aiur! +Lennart lennart = new Lennart(); +I see your vocabulary has improved! +Who put it there? +You can't explain that! +if not ok then return end +§1C§2o§3l§4o§5r§6m§7a§8t§9i§ac +§kFUNKY LOL +Big Pointy Teeth! +Bekarton guards the gate! +Mmmph, mmph! +Don't feed avocados to parrots! +Swords for everyone! +Plz reply to my tweet! +.party()! +Take her pillow! +Put that cookie down! +Pretty scary! +I have a suggestion. +Now with extra hugs! +Now Java 6! +Woah. +HURNERJSGER? +What's up, Doc? +Now contains 32 random daily cats! +That's Numberwang! +pls rt +Do you want to join my server? +Put a little fence around it! +Throw a blanket over it! +One day, somewhere in the future, my work will be quoted! +Now with additional stuff! +Extra things! +Yay, puppies for everyone! +So sweet, like a nice bon bon! +Popping tags! +Very influential in its circle! +Now With Multiplayer! +Rise from your grave! +Warning! A huge battleship "STEVE" is approaching fast! +Blue warrior shot the food! +Run, coward! I hunger! +Flavor with no seasoning! +Strange, but not a stranger! +Tougher than diamonds, rich like cream! +Getting ready to show! +Getting ready to know! +Getting ready to drop! +Getting ready to shock! +Getting ready to freak! +Getting ready to speak! +It swings, it jives! +Cruising streets for gold! +Take an eggbeater and beat it against a skillet! +Make me a table, a funky table! +Take the elevator to the mezzanine! +Stop being reasonable, this is the Internet! +/give @a hugs 64 +This is good for Realms. +Any computer is a laptop if you're brave enough! +Do it all, everything! +Where there is not light, there can spider! +GNU Terry Pratchett +More Digital! +doot doot +Falling with style! +There's no stopping the Trollmaso +Throw yourself at the ground and miss +Rule #1: it's never my fault +Replaced molten cheese with blood? +Absolutely fixed relatively broken coordinates +Boats FTW +Javalicious edition +Should not be played while driving +You're going too fast! diff --git a/1.11.2/assets/minecraft/textures/blocks/anvil_base.png b/1.11.2/assets/minecraft/textures/blocks/anvil_base.png new file mode 100644 index 00000000..50848f86 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/anvil_base.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/anvil_top_damaged_0.png b/1.11.2/assets/minecraft/textures/blocks/anvil_top_damaged_0.png new file mode 100644 index 00000000..395dea47 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/anvil_top_damaged_0.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/anvil_top_damaged_1.png b/1.11.2/assets/minecraft/textures/blocks/anvil_top_damaged_1.png new file mode 100644 index 00000000..eddc47fb Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/anvil_top_damaged_1.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/anvil_top_damaged_2.png b/1.11.2/assets/minecraft/textures/blocks/anvil_top_damaged_2.png new file mode 100644 index 00000000..6cade1fa Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/anvil_top_damaged_2.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/beacon.png b/1.11.2/assets/minecraft/textures/blocks/beacon.png new file mode 100644 index 00000000..a69e59dc Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/beacon.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/bed_feet_end.png b/1.11.2/assets/minecraft/textures/blocks/bed_feet_end.png new file mode 100644 index 00000000..ea2e1140 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/bed_feet_end.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/bed_feet_side.png b/1.11.2/assets/minecraft/textures/blocks/bed_feet_side.png new file mode 100644 index 00000000..3b9ccacb Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/bed_feet_side.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/bed_feet_top.png b/1.11.2/assets/minecraft/textures/blocks/bed_feet_top.png new file mode 100644 index 00000000..43ba6a36 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/bed_feet_top.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/bed_head_end.png b/1.11.2/assets/minecraft/textures/blocks/bed_head_end.png new file mode 100644 index 00000000..f3f8a3f7 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/bed_head_end.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/bed_head_side.png b/1.11.2/assets/minecraft/textures/blocks/bed_head_side.png new file mode 100644 index 00000000..9979d2ae Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/bed_head_side.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/bed_head_top.png b/1.11.2/assets/minecraft/textures/blocks/bed_head_top.png new file mode 100644 index 00000000..024640f0 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/bed_head_top.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/bedrock.png b/1.11.2/assets/minecraft/textures/blocks/bedrock.png new file mode 100644 index 00000000..1643c995 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/bedrock.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/beetroots_stage_0.png b/1.11.2/assets/minecraft/textures/blocks/beetroots_stage_0.png new file mode 100644 index 00000000..c1ef7320 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/beetroots_stage_0.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/beetroots_stage_1.png b/1.11.2/assets/minecraft/textures/blocks/beetroots_stage_1.png new file mode 100644 index 00000000..1275f4f8 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/beetroots_stage_1.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/beetroots_stage_2.png b/1.11.2/assets/minecraft/textures/blocks/beetroots_stage_2.png new file mode 100644 index 00000000..b7347dfe Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/beetroots_stage_2.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/beetroots_stage_3.png b/1.11.2/assets/minecraft/textures/blocks/beetroots_stage_3.png new file mode 100644 index 00000000..a13a0ec9 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/beetroots_stage_3.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/bone_block_side.png b/1.11.2/assets/minecraft/textures/blocks/bone_block_side.png new file mode 100644 index 00000000..ffdf641a Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/bone_block_side.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/bone_block_top.png b/1.11.2/assets/minecraft/textures/blocks/bone_block_top.png new file mode 100644 index 00000000..85a8b877 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/bone_block_top.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/bookshelf.png b/1.11.2/assets/minecraft/textures/blocks/bookshelf.png new file mode 100644 index 00000000..7ac3737a Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/bookshelf.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/brewing_stand.png b/1.11.2/assets/minecraft/textures/blocks/brewing_stand.png new file mode 100644 index 00000000..60832aab Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/brewing_stand.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/brewing_stand_base.png b/1.11.2/assets/minecraft/textures/blocks/brewing_stand_base.png new file mode 100644 index 00000000..0742fbfa Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/brewing_stand_base.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/brick.png b/1.11.2/assets/minecraft/textures/blocks/brick.png new file mode 100644 index 00000000..fd6959c2 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/brick.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/cactus_bottom.png b/1.11.2/assets/minecraft/textures/blocks/cactus_bottom.png new file mode 100644 index 00000000..4bc7885a Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/cactus_bottom.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/cactus_side.png b/1.11.2/assets/minecraft/textures/blocks/cactus_side.png new file mode 100644 index 00000000..9c555037 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/cactus_side.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/cactus_top.png b/1.11.2/assets/minecraft/textures/blocks/cactus_top.png new file mode 100644 index 00000000..98e6faad Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/cactus_top.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/cake_bottom.png b/1.11.2/assets/minecraft/textures/blocks/cake_bottom.png new file mode 100644 index 00000000..d93b15ad Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/cake_bottom.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/cake_inner.png b/1.11.2/assets/minecraft/textures/blocks/cake_inner.png new file mode 100644 index 00000000..ce7ce690 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/cake_inner.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/cake_side.png b/1.11.2/assets/minecraft/textures/blocks/cake_side.png new file mode 100644 index 00000000..343a0234 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/cake_side.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/cake_top.png b/1.11.2/assets/minecraft/textures/blocks/cake_top.png new file mode 100644 index 00000000..2947892e Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/cake_top.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/carrots_stage_0.png b/1.11.2/assets/minecraft/textures/blocks/carrots_stage_0.png new file mode 100644 index 00000000..c1ef7320 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/carrots_stage_0.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/carrots_stage_1.png b/1.11.2/assets/minecraft/textures/blocks/carrots_stage_1.png new file mode 100644 index 00000000..1275f4f8 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/carrots_stage_1.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/carrots_stage_2.png b/1.11.2/assets/minecraft/textures/blocks/carrots_stage_2.png new file mode 100644 index 00000000..b7347dfe Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/carrots_stage_2.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/carrots_stage_3.png b/1.11.2/assets/minecraft/textures/blocks/carrots_stage_3.png new file mode 100644 index 00000000..2391be83 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/carrots_stage_3.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/cauldron_bottom.png b/1.11.2/assets/minecraft/textures/blocks/cauldron_bottom.png new file mode 100644 index 00000000..acb4c08a Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/cauldron_bottom.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/cauldron_inner.png b/1.11.2/assets/minecraft/textures/blocks/cauldron_inner.png new file mode 100644 index 00000000..5ae6c707 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/cauldron_inner.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/cauldron_side.png b/1.11.2/assets/minecraft/textures/blocks/cauldron_side.png new file mode 100644 index 00000000..b976acfc Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/cauldron_side.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/cauldron_top.png b/1.11.2/assets/minecraft/textures/blocks/cauldron_top.png new file mode 100644 index 00000000..970eefac Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/cauldron_top.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/chain_command_block_back.png b/1.11.2/assets/minecraft/textures/blocks/chain_command_block_back.png new file mode 100644 index 00000000..aab8909d Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/chain_command_block_back.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/chain_command_block_back.png.mcmeta b/1.11.2/assets/minecraft/textures/blocks/chain_command_block_back.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.11.2/assets/minecraft/textures/blocks/chain_command_block_back.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.11.2/assets/minecraft/textures/blocks/chain_command_block_conditional.png b/1.11.2/assets/minecraft/textures/blocks/chain_command_block_conditional.png new file mode 100644 index 00000000..b3bb6a4d Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/chain_command_block_conditional.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/chain_command_block_conditional.png.mcmeta b/1.11.2/assets/minecraft/textures/blocks/chain_command_block_conditional.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.11.2/assets/minecraft/textures/blocks/chain_command_block_conditional.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.11.2/assets/minecraft/textures/blocks/chain_command_block_front.png b/1.11.2/assets/minecraft/textures/blocks/chain_command_block_front.png new file mode 100644 index 00000000..a3f94cb5 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/chain_command_block_front.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/chain_command_block_front.png.mcmeta b/1.11.2/assets/minecraft/textures/blocks/chain_command_block_front.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.11.2/assets/minecraft/textures/blocks/chain_command_block_front.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.11.2/assets/minecraft/textures/blocks/chain_command_block_side.png b/1.11.2/assets/minecraft/textures/blocks/chain_command_block_side.png new file mode 100644 index 00000000..c67fd4ce Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/chain_command_block_side.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/chain_command_block_side.png.mcmeta b/1.11.2/assets/minecraft/textures/blocks/chain_command_block_side.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.11.2/assets/minecraft/textures/blocks/chain_command_block_side.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.11.2/assets/minecraft/textures/blocks/chorus_flower.png b/1.11.2/assets/minecraft/textures/blocks/chorus_flower.png new file mode 100644 index 00000000..97d1ca65 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/chorus_flower.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/chorus_flower_dead.png b/1.11.2/assets/minecraft/textures/blocks/chorus_flower_dead.png new file mode 100644 index 00000000..e9a3952f Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/chorus_flower_dead.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/chorus_plant.png b/1.11.2/assets/minecraft/textures/blocks/chorus_plant.png new file mode 100644 index 00000000..bc2de3c8 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/chorus_plant.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/clay.png b/1.11.2/assets/minecraft/textures/blocks/clay.png new file mode 100644 index 00000000..c19e0319 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/clay.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/coal_block.png b/1.11.2/assets/minecraft/textures/blocks/coal_block.png new file mode 100644 index 00000000..d440bb9a Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/coal_block.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/coal_ore.png b/1.11.2/assets/minecraft/textures/blocks/coal_ore.png new file mode 100644 index 00000000..49486d2a Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/coal_ore.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/coarse_dirt.png b/1.11.2/assets/minecraft/textures/blocks/coarse_dirt.png new file mode 100644 index 00000000..3107d43a Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/coarse_dirt.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/cobblestone.png b/1.11.2/assets/minecraft/textures/blocks/cobblestone.png new file mode 100644 index 00000000..da3498c5 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/cobblestone.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/cobblestone_mossy.png b/1.11.2/assets/minecraft/textures/blocks/cobblestone_mossy.png new file mode 100644 index 00000000..dd479fff Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/cobblestone_mossy.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/cocoa_stage_0.png b/1.11.2/assets/minecraft/textures/blocks/cocoa_stage_0.png new file mode 100644 index 00000000..25892eba Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/cocoa_stage_0.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/cocoa_stage_1.png b/1.11.2/assets/minecraft/textures/blocks/cocoa_stage_1.png new file mode 100644 index 00000000..1e1f48ab Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/cocoa_stage_1.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/cocoa_stage_2.png b/1.11.2/assets/minecraft/textures/blocks/cocoa_stage_2.png new file mode 100644 index 00000000..491ec26d Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/cocoa_stage_2.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/command_block_back.png b/1.11.2/assets/minecraft/textures/blocks/command_block_back.png new file mode 100644 index 00000000..dc919f44 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/command_block_back.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/command_block_back.png.mcmeta b/1.11.2/assets/minecraft/textures/blocks/command_block_back.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.11.2/assets/minecraft/textures/blocks/command_block_back.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.11.2/assets/minecraft/textures/blocks/command_block_conditional.png b/1.11.2/assets/minecraft/textures/blocks/command_block_conditional.png new file mode 100644 index 00000000..4af0ac18 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/command_block_conditional.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/command_block_conditional.png.mcmeta b/1.11.2/assets/minecraft/textures/blocks/command_block_conditional.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.11.2/assets/minecraft/textures/blocks/command_block_conditional.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.11.2/assets/minecraft/textures/blocks/command_block_front.png b/1.11.2/assets/minecraft/textures/blocks/command_block_front.png new file mode 100644 index 00000000..5584a8b4 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/command_block_front.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/command_block_front.png.mcmeta b/1.11.2/assets/minecraft/textures/blocks/command_block_front.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.11.2/assets/minecraft/textures/blocks/command_block_front.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.11.2/assets/minecraft/textures/blocks/command_block_side.png b/1.11.2/assets/minecraft/textures/blocks/command_block_side.png new file mode 100644 index 00000000..e9b6377b Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/command_block_side.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/command_block_side.png.mcmeta b/1.11.2/assets/minecraft/textures/blocks/command_block_side.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.11.2/assets/minecraft/textures/blocks/command_block_side.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.11.2/assets/minecraft/textures/blocks/comparator_off.png b/1.11.2/assets/minecraft/textures/blocks/comparator_off.png new file mode 100644 index 00000000..36b81991 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/comparator_off.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/comparator_on.png b/1.11.2/assets/minecraft/textures/blocks/comparator_on.png new file mode 100644 index 00000000..bb9413c6 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/comparator_on.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/crafting_table_front.png b/1.11.2/assets/minecraft/textures/blocks/crafting_table_front.png new file mode 100644 index 00000000..11986a46 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/crafting_table_front.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/crafting_table_side.png b/1.11.2/assets/minecraft/textures/blocks/crafting_table_side.png new file mode 100644 index 00000000..4b718694 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/crafting_table_side.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/crafting_table_top.png b/1.11.2/assets/minecraft/textures/blocks/crafting_table_top.png new file mode 100644 index 00000000..d95444df Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/crafting_table_top.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/daylight_detector_inverted_top.png b/1.11.2/assets/minecraft/textures/blocks/daylight_detector_inverted_top.png new file mode 100644 index 00000000..ce5bedfe Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/daylight_detector_inverted_top.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/daylight_detector_side.png b/1.11.2/assets/minecraft/textures/blocks/daylight_detector_side.png new file mode 100644 index 00000000..05f7e83a Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/daylight_detector_side.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/daylight_detector_top.png b/1.11.2/assets/minecraft/textures/blocks/daylight_detector_top.png new file mode 100644 index 00000000..9a408dc7 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/daylight_detector_top.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/deadbush.png b/1.11.2/assets/minecraft/textures/blocks/deadbush.png new file mode 100644 index 00000000..c64e0797 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/deadbush.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/debug.png b/1.11.2/assets/minecraft/textures/blocks/debug.png new file mode 100644 index 00000000..8643d0a1 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/debug.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/debug2.png b/1.11.2/assets/minecraft/textures/blocks/debug2.png new file mode 100644 index 00000000..e5b0d262 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/debug2.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/destroy_stage_0.png b/1.11.2/assets/minecraft/textures/blocks/destroy_stage_0.png new file mode 100644 index 00000000..f65b7ede Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/destroy_stage_0.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/destroy_stage_1.png b/1.11.2/assets/minecraft/textures/blocks/destroy_stage_1.png new file mode 100644 index 00000000..7c915961 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/destroy_stage_1.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/destroy_stage_2.png b/1.11.2/assets/minecraft/textures/blocks/destroy_stage_2.png new file mode 100644 index 00000000..dadd6b05 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/destroy_stage_2.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/destroy_stage_3.png b/1.11.2/assets/minecraft/textures/blocks/destroy_stage_3.png new file mode 100644 index 00000000..52a40b65 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/destroy_stage_3.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/destroy_stage_4.png b/1.11.2/assets/minecraft/textures/blocks/destroy_stage_4.png new file mode 100644 index 00000000..e37c88a2 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/destroy_stage_4.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/destroy_stage_5.png b/1.11.2/assets/minecraft/textures/blocks/destroy_stage_5.png new file mode 100644 index 00000000..9590d2f7 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/destroy_stage_5.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/destroy_stage_6.png b/1.11.2/assets/minecraft/textures/blocks/destroy_stage_6.png new file mode 100644 index 00000000..fb00ade5 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/destroy_stage_6.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/destroy_stage_7.png b/1.11.2/assets/minecraft/textures/blocks/destroy_stage_7.png new file mode 100644 index 00000000..0b40c789 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/destroy_stage_7.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/destroy_stage_8.png b/1.11.2/assets/minecraft/textures/blocks/destroy_stage_8.png new file mode 100644 index 00000000..c0bf1dec Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/destroy_stage_8.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/destroy_stage_9.png b/1.11.2/assets/minecraft/textures/blocks/destroy_stage_9.png new file mode 100644 index 00000000..e3185f82 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/destroy_stage_9.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/diamond_block.png b/1.11.2/assets/minecraft/textures/blocks/diamond_block.png new file mode 100644 index 00000000..d8663d36 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/diamond_block.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/diamond_ore.png b/1.11.2/assets/minecraft/textures/blocks/diamond_ore.png new file mode 100644 index 00000000..735ecdaa Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/diamond_ore.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/dirt.png b/1.11.2/assets/minecraft/textures/blocks/dirt.png new file mode 100644 index 00000000..617d353e Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/dirt.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/dirt_podzol_side.png b/1.11.2/assets/minecraft/textures/blocks/dirt_podzol_side.png new file mode 100644 index 00000000..89a328b2 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/dirt_podzol_side.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/dirt_podzol_top.png b/1.11.2/assets/minecraft/textures/blocks/dirt_podzol_top.png new file mode 100644 index 00000000..60d1361c Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/dirt_podzol_top.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/dispenser_front_horizontal.png b/1.11.2/assets/minecraft/textures/blocks/dispenser_front_horizontal.png new file mode 100644 index 00000000..5465feaa Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/dispenser_front_horizontal.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/dispenser_front_vertical.png b/1.11.2/assets/minecraft/textures/blocks/dispenser_front_vertical.png new file mode 100644 index 00000000..99131887 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/dispenser_front_vertical.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/door_acacia_lower.png b/1.11.2/assets/minecraft/textures/blocks/door_acacia_lower.png new file mode 100644 index 00000000..ba1bd2b8 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/door_acacia_lower.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/door_acacia_upper.png b/1.11.2/assets/minecraft/textures/blocks/door_acacia_upper.png new file mode 100644 index 00000000..9ea5df33 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/door_acacia_upper.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/door_birch_lower.png b/1.11.2/assets/minecraft/textures/blocks/door_birch_lower.png new file mode 100644 index 00000000..98bca06a Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/door_birch_lower.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/door_birch_upper.png b/1.11.2/assets/minecraft/textures/blocks/door_birch_upper.png new file mode 100644 index 00000000..00183b23 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/door_birch_upper.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/door_dark_oak_lower.png b/1.11.2/assets/minecraft/textures/blocks/door_dark_oak_lower.png new file mode 100644 index 00000000..1004d23d Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/door_dark_oak_lower.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/door_dark_oak_upper.png b/1.11.2/assets/minecraft/textures/blocks/door_dark_oak_upper.png new file mode 100644 index 00000000..cad8741d Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/door_dark_oak_upper.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/door_iron_lower.png b/1.11.2/assets/minecraft/textures/blocks/door_iron_lower.png new file mode 100644 index 00000000..13b68fd5 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/door_iron_lower.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/door_iron_upper.png b/1.11.2/assets/minecraft/textures/blocks/door_iron_upper.png new file mode 100644 index 00000000..56878fea Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/door_iron_upper.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/door_jungle_lower.png b/1.11.2/assets/minecraft/textures/blocks/door_jungle_lower.png new file mode 100644 index 00000000..13f679f4 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/door_jungle_lower.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/door_jungle_upper.png b/1.11.2/assets/minecraft/textures/blocks/door_jungle_upper.png new file mode 100644 index 00000000..df8a4c38 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/door_jungle_upper.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/door_spruce_lower.png b/1.11.2/assets/minecraft/textures/blocks/door_spruce_lower.png new file mode 100644 index 00000000..411ef263 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/door_spruce_lower.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/door_spruce_upper.png b/1.11.2/assets/minecraft/textures/blocks/door_spruce_upper.png new file mode 100644 index 00000000..43dceb24 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/door_spruce_upper.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/door_wood_lower.png b/1.11.2/assets/minecraft/textures/blocks/door_wood_lower.png new file mode 100644 index 00000000..3a0bae98 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/door_wood_lower.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/door_wood_upper.png b/1.11.2/assets/minecraft/textures/blocks/door_wood_upper.png new file mode 100644 index 00000000..93319d5d Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/door_wood_upper.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/double_plant_fern_bottom.png b/1.11.2/assets/minecraft/textures/blocks/double_plant_fern_bottom.png new file mode 100644 index 00000000..c5e43cc5 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/double_plant_fern_bottom.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/double_plant_fern_top.png b/1.11.2/assets/minecraft/textures/blocks/double_plant_fern_top.png new file mode 100644 index 00000000..f80d3e1e Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/double_plant_fern_top.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/double_plant_grass_bottom.png b/1.11.2/assets/minecraft/textures/blocks/double_plant_grass_bottom.png new file mode 100644 index 00000000..ecc4e5d7 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/double_plant_grass_bottom.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/double_plant_grass_top.png b/1.11.2/assets/minecraft/textures/blocks/double_plant_grass_top.png new file mode 100644 index 00000000..f192abc2 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/double_plant_grass_top.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/double_plant_paeonia_bottom.png b/1.11.2/assets/minecraft/textures/blocks/double_plant_paeonia_bottom.png new file mode 100644 index 00000000..cdb90759 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/double_plant_paeonia_bottom.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/double_plant_paeonia_top.png b/1.11.2/assets/minecraft/textures/blocks/double_plant_paeonia_top.png new file mode 100644 index 00000000..63f46e0b Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/double_plant_paeonia_top.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/double_plant_rose_bottom.png b/1.11.2/assets/minecraft/textures/blocks/double_plant_rose_bottom.png new file mode 100644 index 00000000..27aca8ee Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/double_plant_rose_bottom.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/double_plant_rose_top.png b/1.11.2/assets/minecraft/textures/blocks/double_plant_rose_top.png new file mode 100644 index 00000000..8a3d7937 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/double_plant_rose_top.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/double_plant_sunflower_back.png b/1.11.2/assets/minecraft/textures/blocks/double_plant_sunflower_back.png new file mode 100644 index 00000000..b0c53a71 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/double_plant_sunflower_back.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/double_plant_sunflower_bottom.png b/1.11.2/assets/minecraft/textures/blocks/double_plant_sunflower_bottom.png new file mode 100644 index 00000000..5a1febe3 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/double_plant_sunflower_bottom.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/double_plant_sunflower_front.png b/1.11.2/assets/minecraft/textures/blocks/double_plant_sunflower_front.png new file mode 100644 index 00000000..9c13b766 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/double_plant_sunflower_front.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/double_plant_sunflower_top.png b/1.11.2/assets/minecraft/textures/blocks/double_plant_sunflower_top.png new file mode 100644 index 00000000..6ab2f15c Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/double_plant_sunflower_top.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/double_plant_syringa_bottom.png b/1.11.2/assets/minecraft/textures/blocks/double_plant_syringa_bottom.png new file mode 100644 index 00000000..eccee1d4 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/double_plant_syringa_bottom.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/double_plant_syringa_top.png b/1.11.2/assets/minecraft/textures/blocks/double_plant_syringa_top.png new file mode 100644 index 00000000..3b354e54 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/double_plant_syringa_top.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/dragon_egg.png b/1.11.2/assets/minecraft/textures/blocks/dragon_egg.png new file mode 100644 index 00000000..ee9d67fa Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/dragon_egg.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/dropper_front_horizontal.png b/1.11.2/assets/minecraft/textures/blocks/dropper_front_horizontal.png new file mode 100644 index 00000000..a2848daf Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/dropper_front_horizontal.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/dropper_front_vertical.png b/1.11.2/assets/minecraft/textures/blocks/dropper_front_vertical.png new file mode 100644 index 00000000..b0802c47 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/dropper_front_vertical.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/emerald_block.png b/1.11.2/assets/minecraft/textures/blocks/emerald_block.png new file mode 100644 index 00000000..dc214ee7 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/emerald_block.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/emerald_ore.png b/1.11.2/assets/minecraft/textures/blocks/emerald_ore.png new file mode 100644 index 00000000..db820dd1 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/emerald_ore.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/enchanting_table_bottom.png b/1.11.2/assets/minecraft/textures/blocks/enchanting_table_bottom.png new file mode 100644 index 00000000..ad0de633 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/enchanting_table_bottom.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/enchanting_table_side.png b/1.11.2/assets/minecraft/textures/blocks/enchanting_table_side.png new file mode 100644 index 00000000..f2f46143 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/enchanting_table_side.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/enchanting_table_top.png b/1.11.2/assets/minecraft/textures/blocks/enchanting_table_top.png new file mode 100644 index 00000000..0d5f68f6 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/enchanting_table_top.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/end_bricks.png b/1.11.2/assets/minecraft/textures/blocks/end_bricks.png new file mode 100644 index 00000000..b8a99a82 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/end_bricks.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/end_rod.png b/1.11.2/assets/minecraft/textures/blocks/end_rod.png new file mode 100644 index 00000000..b01dd48b Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/end_rod.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/end_stone.png b/1.11.2/assets/minecraft/textures/blocks/end_stone.png new file mode 100644 index 00000000..c2a91e3c Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/end_stone.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/endframe_eye.png b/1.11.2/assets/minecraft/textures/blocks/endframe_eye.png new file mode 100644 index 00000000..afa1d5d0 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/endframe_eye.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/endframe_side.png b/1.11.2/assets/minecraft/textures/blocks/endframe_side.png new file mode 100644 index 00000000..e6cb5673 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/endframe_side.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/endframe_top.png b/1.11.2/assets/minecraft/textures/blocks/endframe_top.png new file mode 100644 index 00000000..35215a58 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/endframe_top.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/farmland_dry.png b/1.11.2/assets/minecraft/textures/blocks/farmland_dry.png new file mode 100644 index 00000000..d03a0f49 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/farmland_dry.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/farmland_wet.png b/1.11.2/assets/minecraft/textures/blocks/farmland_wet.png new file mode 100644 index 00000000..f8d460d5 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/farmland_wet.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/fern.png b/1.11.2/assets/minecraft/textures/blocks/fern.png new file mode 100644 index 00000000..fd769501 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/fern.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/fire_layer_0.png b/1.11.2/assets/minecraft/textures/blocks/fire_layer_0.png new file mode 100644 index 00000000..6066dc49 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/fire_layer_0.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/fire_layer_0.png.mcmeta b/1.11.2/assets/minecraft/textures/blocks/fire_layer_0.png.mcmeta new file mode 100644 index 00000000..76446714 --- /dev/null +++ b/1.11.2/assets/minecraft/textures/blocks/fire_layer_0.png.mcmeta @@ -0,0 +1,38 @@ +{ + "animation": { + "frames": [ + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15 + ] + } +} diff --git a/1.11.2/assets/minecraft/textures/blocks/fire_layer_1.png b/1.11.2/assets/minecraft/textures/blocks/fire_layer_1.png new file mode 100644 index 00000000..fd439b17 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/fire_layer_1.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/fire_layer_1.png.mcmeta b/1.11.2/assets/minecraft/textures/blocks/fire_layer_1.png.mcmeta new file mode 100644 index 00000000..4f0718ac --- /dev/null +++ b/1.11.2/assets/minecraft/textures/blocks/fire_layer_1.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/textures/blocks/flower_allium.png b/1.11.2/assets/minecraft/textures/blocks/flower_allium.png new file mode 100644 index 00000000..2068ace6 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/flower_allium.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/flower_blue_orchid.png b/1.11.2/assets/minecraft/textures/blocks/flower_blue_orchid.png new file mode 100644 index 00000000..7c00b5c3 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/flower_blue_orchid.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/flower_dandelion.png b/1.11.2/assets/minecraft/textures/blocks/flower_dandelion.png new file mode 100644 index 00000000..873e3f5c Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/flower_dandelion.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/flower_houstonia.png b/1.11.2/assets/minecraft/textures/blocks/flower_houstonia.png new file mode 100644 index 00000000..50151c86 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/flower_houstonia.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/flower_oxeye_daisy.png b/1.11.2/assets/minecraft/textures/blocks/flower_oxeye_daisy.png new file mode 100644 index 00000000..03a11e52 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/flower_oxeye_daisy.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/flower_paeonia.png b/1.11.2/assets/minecraft/textures/blocks/flower_paeonia.png new file mode 100644 index 00000000..fc14bde4 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/flower_paeonia.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/flower_pot.png b/1.11.2/assets/minecraft/textures/blocks/flower_pot.png new file mode 100644 index 00000000..09c2523c Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/flower_pot.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/flower_rose.png b/1.11.2/assets/minecraft/textures/blocks/flower_rose.png new file mode 100644 index 00000000..4a760986 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/flower_rose.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/flower_tulip_orange.png b/1.11.2/assets/minecraft/textures/blocks/flower_tulip_orange.png new file mode 100644 index 00000000..200815f2 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/flower_tulip_orange.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/flower_tulip_pink.png b/1.11.2/assets/minecraft/textures/blocks/flower_tulip_pink.png new file mode 100644 index 00000000..719457fe Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/flower_tulip_pink.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/flower_tulip_red.png b/1.11.2/assets/minecraft/textures/blocks/flower_tulip_red.png new file mode 100644 index 00000000..1a019643 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/flower_tulip_red.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/flower_tulip_white.png b/1.11.2/assets/minecraft/textures/blocks/flower_tulip_white.png new file mode 100644 index 00000000..30886cc1 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/flower_tulip_white.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/frosted_ice_0.png b/1.11.2/assets/minecraft/textures/blocks/frosted_ice_0.png new file mode 100644 index 00000000..ac946e95 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/frosted_ice_0.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/frosted_ice_1.png b/1.11.2/assets/minecraft/textures/blocks/frosted_ice_1.png new file mode 100644 index 00000000..96f1f6a3 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/frosted_ice_1.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/frosted_ice_2.png b/1.11.2/assets/minecraft/textures/blocks/frosted_ice_2.png new file mode 100644 index 00000000..2a271876 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/frosted_ice_2.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/frosted_ice_3.png b/1.11.2/assets/minecraft/textures/blocks/frosted_ice_3.png new file mode 100644 index 00000000..4cd41157 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/frosted_ice_3.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/furnace_front_off.png b/1.11.2/assets/minecraft/textures/blocks/furnace_front_off.png new file mode 100644 index 00000000..3197bfd3 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/furnace_front_off.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/furnace_front_on.png b/1.11.2/assets/minecraft/textures/blocks/furnace_front_on.png new file mode 100644 index 00000000..90b8b8af Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/furnace_front_on.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/furnace_side.png b/1.11.2/assets/minecraft/textures/blocks/furnace_side.png new file mode 100644 index 00000000..115f73d0 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/furnace_side.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/furnace_top.png b/1.11.2/assets/minecraft/textures/blocks/furnace_top.png new file mode 100644 index 00000000..a3a5a085 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/furnace_top.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/glass.png b/1.11.2/assets/minecraft/textures/blocks/glass.png new file mode 100644 index 00000000..acadb01a Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/glass.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/glass_black.png b/1.11.2/assets/minecraft/textures/blocks/glass_black.png new file mode 100644 index 00000000..50e6677a Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/glass_black.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/glass_blue.png b/1.11.2/assets/minecraft/textures/blocks/glass_blue.png new file mode 100644 index 00000000..d5168890 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/glass_blue.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/glass_brown.png b/1.11.2/assets/minecraft/textures/blocks/glass_brown.png new file mode 100644 index 00000000..5d7f01de Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/glass_brown.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/glass_cyan.png b/1.11.2/assets/minecraft/textures/blocks/glass_cyan.png new file mode 100644 index 00000000..0a4fc8d8 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/glass_cyan.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/glass_gray.png b/1.11.2/assets/minecraft/textures/blocks/glass_gray.png new file mode 100644 index 00000000..3953a4b6 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/glass_gray.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/glass_green.png b/1.11.2/assets/minecraft/textures/blocks/glass_green.png new file mode 100644 index 00000000..73e4b4b1 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/glass_green.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/glass_light_blue.png b/1.11.2/assets/minecraft/textures/blocks/glass_light_blue.png new file mode 100644 index 00000000..f7f02d14 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/glass_light_blue.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/glass_lime.png b/1.11.2/assets/minecraft/textures/blocks/glass_lime.png new file mode 100644 index 00000000..775a618c Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/glass_lime.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/glass_magenta.png b/1.11.2/assets/minecraft/textures/blocks/glass_magenta.png new file mode 100644 index 00000000..c1778c19 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/glass_magenta.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/glass_orange.png b/1.11.2/assets/minecraft/textures/blocks/glass_orange.png new file mode 100644 index 00000000..95b0a681 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/glass_orange.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/glass_pane_top.png b/1.11.2/assets/minecraft/textures/blocks/glass_pane_top.png new file mode 100644 index 00000000..02de5877 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/glass_pane_top.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/glass_pane_top_black.png b/1.11.2/assets/minecraft/textures/blocks/glass_pane_top_black.png new file mode 100644 index 00000000..43d60c55 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/glass_pane_top_black.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/glass_pane_top_blue.png b/1.11.2/assets/minecraft/textures/blocks/glass_pane_top_blue.png new file mode 100644 index 00000000..55c614f4 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/glass_pane_top_blue.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/glass_pane_top_brown.png b/1.11.2/assets/minecraft/textures/blocks/glass_pane_top_brown.png new file mode 100644 index 00000000..cbd791a4 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/glass_pane_top_brown.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/glass_pane_top_cyan.png b/1.11.2/assets/minecraft/textures/blocks/glass_pane_top_cyan.png new file mode 100644 index 00000000..9a34b844 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/glass_pane_top_cyan.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/glass_pane_top_gray.png b/1.11.2/assets/minecraft/textures/blocks/glass_pane_top_gray.png new file mode 100644 index 00000000..bb061147 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/glass_pane_top_gray.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/glass_pane_top_green.png b/1.11.2/assets/minecraft/textures/blocks/glass_pane_top_green.png new file mode 100644 index 00000000..a7d9fc7d Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/glass_pane_top_green.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/glass_pane_top_light_blue.png b/1.11.2/assets/minecraft/textures/blocks/glass_pane_top_light_blue.png new file mode 100644 index 00000000..6a0e661d Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/glass_pane_top_light_blue.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/glass_pane_top_lime.png b/1.11.2/assets/minecraft/textures/blocks/glass_pane_top_lime.png new file mode 100644 index 00000000..0607d75b Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/glass_pane_top_lime.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/glass_pane_top_magenta.png b/1.11.2/assets/minecraft/textures/blocks/glass_pane_top_magenta.png new file mode 100644 index 00000000..5419e521 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/glass_pane_top_magenta.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/glass_pane_top_orange.png b/1.11.2/assets/minecraft/textures/blocks/glass_pane_top_orange.png new file mode 100644 index 00000000..2866571b Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/glass_pane_top_orange.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/glass_pane_top_pink.png b/1.11.2/assets/minecraft/textures/blocks/glass_pane_top_pink.png new file mode 100644 index 00000000..6b6cd768 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/glass_pane_top_pink.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/glass_pane_top_purple.png b/1.11.2/assets/minecraft/textures/blocks/glass_pane_top_purple.png new file mode 100644 index 00000000..23e208ed Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/glass_pane_top_purple.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/glass_pane_top_red.png b/1.11.2/assets/minecraft/textures/blocks/glass_pane_top_red.png new file mode 100644 index 00000000..22b69dba Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/glass_pane_top_red.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/glass_pane_top_silver.png b/1.11.2/assets/minecraft/textures/blocks/glass_pane_top_silver.png new file mode 100644 index 00000000..f226ecc9 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/glass_pane_top_silver.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/glass_pane_top_white.png b/1.11.2/assets/minecraft/textures/blocks/glass_pane_top_white.png new file mode 100644 index 00000000..0c7d0917 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/glass_pane_top_white.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/glass_pane_top_yellow.png b/1.11.2/assets/minecraft/textures/blocks/glass_pane_top_yellow.png new file mode 100644 index 00000000..1c8580f3 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/glass_pane_top_yellow.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/glass_pink.png b/1.11.2/assets/minecraft/textures/blocks/glass_pink.png new file mode 100644 index 00000000..c1f61f07 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/glass_pink.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/glass_purple.png b/1.11.2/assets/minecraft/textures/blocks/glass_purple.png new file mode 100644 index 00000000..712a6249 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/glass_purple.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/glass_red.png b/1.11.2/assets/minecraft/textures/blocks/glass_red.png new file mode 100644 index 00000000..37b603df Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/glass_red.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/glass_silver.png b/1.11.2/assets/minecraft/textures/blocks/glass_silver.png new file mode 100644 index 00000000..528dfaae Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/glass_silver.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/glass_white.png b/1.11.2/assets/minecraft/textures/blocks/glass_white.png new file mode 100644 index 00000000..fce23b71 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/glass_white.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/glass_yellow.png b/1.11.2/assets/minecraft/textures/blocks/glass_yellow.png new file mode 100644 index 00000000..e576ca73 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/glass_yellow.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/glowstone.png b/1.11.2/assets/minecraft/textures/blocks/glowstone.png new file mode 100644 index 00000000..c7253b3b Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/glowstone.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/gold_block.png b/1.11.2/assets/minecraft/textures/blocks/gold_block.png new file mode 100644 index 00000000..4d233c76 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/gold_block.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/gold_ore.png b/1.11.2/assets/minecraft/textures/blocks/gold_ore.png new file mode 100644 index 00000000..b1a7a55b Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/gold_ore.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/grass_path_side.png b/1.11.2/assets/minecraft/textures/blocks/grass_path_side.png new file mode 100644 index 00000000..c9de1352 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/grass_path_side.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/grass_path_top.png b/1.11.2/assets/minecraft/textures/blocks/grass_path_top.png new file mode 100644 index 00000000..d1f6e3a5 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/grass_path_top.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/grass_side.png b/1.11.2/assets/minecraft/textures/blocks/grass_side.png new file mode 100644 index 00000000..a4975e53 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/grass_side.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/grass_side_overlay.png b/1.11.2/assets/minecraft/textures/blocks/grass_side_overlay.png new file mode 100644 index 00000000..fc3fa9d7 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/grass_side_overlay.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/grass_side_snowed.png b/1.11.2/assets/minecraft/textures/blocks/grass_side_snowed.png new file mode 100644 index 00000000..8b28fc7a Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/grass_side_snowed.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/grass_top.png b/1.11.2/assets/minecraft/textures/blocks/grass_top.png new file mode 100644 index 00000000..eaa7e458 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/grass_top.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/gravel.png b/1.11.2/assets/minecraft/textures/blocks/gravel.png new file mode 100644 index 00000000..388e5c55 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/gravel.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/hardened_clay.png b/1.11.2/assets/minecraft/textures/blocks/hardened_clay.png new file mode 100644 index 00000000..b94728a2 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/hardened_clay.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/hardened_clay_stained_black.png b/1.11.2/assets/minecraft/textures/blocks/hardened_clay_stained_black.png new file mode 100644 index 00000000..e1ce2621 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/hardened_clay_stained_black.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/hardened_clay_stained_blue.png b/1.11.2/assets/minecraft/textures/blocks/hardened_clay_stained_blue.png new file mode 100644 index 00000000..7afe9305 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/hardened_clay_stained_blue.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/hardened_clay_stained_brown.png b/1.11.2/assets/minecraft/textures/blocks/hardened_clay_stained_brown.png new file mode 100644 index 00000000..9937e72c Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/hardened_clay_stained_brown.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/hardened_clay_stained_cyan.png b/1.11.2/assets/minecraft/textures/blocks/hardened_clay_stained_cyan.png new file mode 100644 index 00000000..b2d18c92 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/hardened_clay_stained_cyan.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/hardened_clay_stained_gray.png b/1.11.2/assets/minecraft/textures/blocks/hardened_clay_stained_gray.png new file mode 100644 index 00000000..dca1dd40 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/hardened_clay_stained_gray.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/hardened_clay_stained_green.png b/1.11.2/assets/minecraft/textures/blocks/hardened_clay_stained_green.png new file mode 100644 index 00000000..3c52b336 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/hardened_clay_stained_green.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/hardened_clay_stained_light_blue.png b/1.11.2/assets/minecraft/textures/blocks/hardened_clay_stained_light_blue.png new file mode 100644 index 00000000..31606234 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/hardened_clay_stained_light_blue.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/hardened_clay_stained_lime.png b/1.11.2/assets/minecraft/textures/blocks/hardened_clay_stained_lime.png new file mode 100644 index 00000000..cdd0c4db Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/hardened_clay_stained_lime.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/hardened_clay_stained_magenta.png b/1.11.2/assets/minecraft/textures/blocks/hardened_clay_stained_magenta.png new file mode 100644 index 00000000..f28da0db Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/hardened_clay_stained_magenta.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/hardened_clay_stained_orange.png b/1.11.2/assets/minecraft/textures/blocks/hardened_clay_stained_orange.png new file mode 100644 index 00000000..9ccdb4b3 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/hardened_clay_stained_orange.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/hardened_clay_stained_pink.png b/1.11.2/assets/minecraft/textures/blocks/hardened_clay_stained_pink.png new file mode 100644 index 00000000..7ffea8d1 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/hardened_clay_stained_pink.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/hardened_clay_stained_purple.png b/1.11.2/assets/minecraft/textures/blocks/hardened_clay_stained_purple.png new file mode 100644 index 00000000..8bee14ea Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/hardened_clay_stained_purple.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/hardened_clay_stained_red.png b/1.11.2/assets/minecraft/textures/blocks/hardened_clay_stained_red.png new file mode 100644 index 00000000..e0e800b6 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/hardened_clay_stained_red.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/hardened_clay_stained_silver.png b/1.11.2/assets/minecraft/textures/blocks/hardened_clay_stained_silver.png new file mode 100644 index 00000000..cf7b22ed Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/hardened_clay_stained_silver.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/hardened_clay_stained_white.png b/1.11.2/assets/minecraft/textures/blocks/hardened_clay_stained_white.png new file mode 100644 index 00000000..b7ba8e99 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/hardened_clay_stained_white.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/hardened_clay_stained_yellow.png b/1.11.2/assets/minecraft/textures/blocks/hardened_clay_stained_yellow.png new file mode 100644 index 00000000..ec96503a Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/hardened_clay_stained_yellow.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/hay_block_side.png b/1.11.2/assets/minecraft/textures/blocks/hay_block_side.png new file mode 100644 index 00000000..342d8fee Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/hay_block_side.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/hay_block_top.png b/1.11.2/assets/minecraft/textures/blocks/hay_block_top.png new file mode 100644 index 00000000..3c74f6f3 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/hay_block_top.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/hopper_inside.png b/1.11.2/assets/minecraft/textures/blocks/hopper_inside.png new file mode 100644 index 00000000..5ae6c707 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/hopper_inside.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/hopper_outside.png b/1.11.2/assets/minecraft/textures/blocks/hopper_outside.png new file mode 100644 index 00000000..c961a17e Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/hopper_outside.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/hopper_top.png b/1.11.2/assets/minecraft/textures/blocks/hopper_top.png new file mode 100644 index 00000000..bfe83a32 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/hopper_top.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/ice.png b/1.11.2/assets/minecraft/textures/blocks/ice.png new file mode 100644 index 00000000..ac946e95 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/ice.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/ice_packed.png b/1.11.2/assets/minecraft/textures/blocks/ice_packed.png new file mode 100644 index 00000000..3b06f3f1 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/ice_packed.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/iron_bars.png b/1.11.2/assets/minecraft/textures/blocks/iron_bars.png new file mode 100644 index 00000000..cb3057dc Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/iron_bars.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/iron_block.png b/1.11.2/assets/minecraft/textures/blocks/iron_block.png new file mode 100644 index 00000000..7816799e Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/iron_block.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/iron_ore.png b/1.11.2/assets/minecraft/textures/blocks/iron_ore.png new file mode 100644 index 00000000..250d8bb7 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/iron_ore.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/iron_trapdoor.png b/1.11.2/assets/minecraft/textures/blocks/iron_trapdoor.png new file mode 100644 index 00000000..c705ca1b Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/iron_trapdoor.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/itemframe_background.png b/1.11.2/assets/minecraft/textures/blocks/itemframe_background.png new file mode 100644 index 00000000..660bae6c Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/itemframe_background.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/jukebox_side.png b/1.11.2/assets/minecraft/textures/blocks/jukebox_side.png new file mode 100644 index 00000000..a3c27c18 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/jukebox_side.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/jukebox_top.png b/1.11.2/assets/minecraft/textures/blocks/jukebox_top.png new file mode 100644 index 00000000..92ddb158 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/jukebox_top.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/ladder.png b/1.11.2/assets/minecraft/textures/blocks/ladder.png new file mode 100644 index 00000000..e2ec5f28 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/ladder.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/lapis_block.png b/1.11.2/assets/minecraft/textures/blocks/lapis_block.png new file mode 100644 index 00000000..24810ac9 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/lapis_block.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/lapis_ore.png b/1.11.2/assets/minecraft/textures/blocks/lapis_ore.png new file mode 100644 index 00000000..7e293cfc Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/lapis_ore.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/lava_flow.png b/1.11.2/assets/minecraft/textures/blocks/lava_flow.png new file mode 100644 index 00000000..ccb5d6b1 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/lava_flow.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/lava_flow.png.mcmeta b/1.11.2/assets/minecraft/textures/blocks/lava_flow.png.mcmeta new file mode 100644 index 00000000..8e55e43b --- /dev/null +++ b/1.11.2/assets/minecraft/textures/blocks/lava_flow.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 3 + } +} diff --git a/1.11.2/assets/minecraft/textures/blocks/lava_still.png b/1.11.2/assets/minecraft/textures/blocks/lava_still.png new file mode 100644 index 00000000..e62298ce Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/lava_still.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/lava_still.png.mcmeta b/1.11.2/assets/minecraft/textures/blocks/lava_still.png.mcmeta new file mode 100644 index 00000000..7ceb3639 --- /dev/null +++ b/1.11.2/assets/minecraft/textures/blocks/lava_still.png.mcmeta @@ -0,0 +1,45 @@ +{ + "animation": { + "frametime": 2, + "frames": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 18, + 17, + 16, + 15, + 14, + 13, + 12, + 11, + 10, + 9, + 8, + 7, + 6, + 5, + 4, + 3, + 2, + 1 + ] + } +} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/textures/blocks/leaves_acacia.png b/1.11.2/assets/minecraft/textures/blocks/leaves_acacia.png new file mode 100644 index 00000000..5b9b4211 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/leaves_acacia.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/leaves_big_oak.png b/1.11.2/assets/minecraft/textures/blocks/leaves_big_oak.png new file mode 100644 index 00000000..a6773aff Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/leaves_big_oak.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/leaves_birch.png b/1.11.2/assets/minecraft/textures/blocks/leaves_birch.png new file mode 100644 index 00000000..a6773aff Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/leaves_birch.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/leaves_jungle.png b/1.11.2/assets/minecraft/textures/blocks/leaves_jungle.png new file mode 100644 index 00000000..e0cb935a Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/leaves_jungle.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/leaves_oak.png b/1.11.2/assets/minecraft/textures/blocks/leaves_oak.png new file mode 100644 index 00000000..a6773aff Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/leaves_oak.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/leaves_spruce.png b/1.11.2/assets/minecraft/textures/blocks/leaves_spruce.png new file mode 100644 index 00000000..602eab8e Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/leaves_spruce.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/lever.png b/1.11.2/assets/minecraft/textures/blocks/lever.png new file mode 100644 index 00000000..051187fa Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/lever.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/log_acacia.png b/1.11.2/assets/minecraft/textures/blocks/log_acacia.png new file mode 100644 index 00000000..d4ee2f44 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/log_acacia.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/log_acacia_top.png b/1.11.2/assets/minecraft/textures/blocks/log_acacia_top.png new file mode 100644 index 00000000..53422569 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/log_acacia_top.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/log_big_oak.png b/1.11.2/assets/minecraft/textures/blocks/log_big_oak.png new file mode 100644 index 00000000..5101bdc4 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/log_big_oak.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/log_big_oak_top.png b/1.11.2/assets/minecraft/textures/blocks/log_big_oak_top.png new file mode 100644 index 00000000..2bde954b Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/log_big_oak_top.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/log_birch.png b/1.11.2/assets/minecraft/textures/blocks/log_birch.png new file mode 100644 index 00000000..bfb209d1 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/log_birch.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/log_birch_top.png b/1.11.2/assets/minecraft/textures/blocks/log_birch_top.png new file mode 100644 index 00000000..afed5cba Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/log_birch_top.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/log_jungle.png b/1.11.2/assets/minecraft/textures/blocks/log_jungle.png new file mode 100644 index 00000000..0b7120ad Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/log_jungle.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/log_jungle_top.png b/1.11.2/assets/minecraft/textures/blocks/log_jungle_top.png new file mode 100644 index 00000000..d2ab7d75 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/log_jungle_top.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/log_oak.png b/1.11.2/assets/minecraft/textures/blocks/log_oak.png new file mode 100644 index 00000000..914cb5fb Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/log_oak.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/log_oak_top.png b/1.11.2/assets/minecraft/textures/blocks/log_oak_top.png new file mode 100644 index 00000000..97eebd1f Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/log_oak_top.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/log_spruce.png b/1.11.2/assets/minecraft/textures/blocks/log_spruce.png new file mode 100644 index 00000000..77a22a41 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/log_spruce.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/log_spruce_top.png b/1.11.2/assets/minecraft/textures/blocks/log_spruce_top.png new file mode 100644 index 00000000..e68e518f Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/log_spruce_top.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/magma.png b/1.11.2/assets/minecraft/textures/blocks/magma.png new file mode 100644 index 00000000..b48e5985 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/magma.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/magma.png.mcmeta b/1.11.2/assets/minecraft/textures/blocks/magma.png.mcmeta new file mode 100644 index 00000000..ffc3e528 --- /dev/null +++ b/1.11.2/assets/minecraft/textures/blocks/magma.png.mcmeta @@ -0,0 +1,11 @@ +{ + "animation": { + "frametime": 8, + "interpolate": true, + "frames": [ + 0, + 1, + 2 + ] + } +} diff --git a/1.11.2/assets/minecraft/textures/blocks/melon_side.png b/1.11.2/assets/minecraft/textures/blocks/melon_side.png new file mode 100644 index 00000000..b56cce1f Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/melon_side.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/melon_stem_connected.png b/1.11.2/assets/minecraft/textures/blocks/melon_stem_connected.png new file mode 100644 index 00000000..6a5c10e1 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/melon_stem_connected.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/melon_stem_disconnected.png b/1.11.2/assets/minecraft/textures/blocks/melon_stem_disconnected.png new file mode 100644 index 00000000..38065ef6 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/melon_stem_disconnected.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/melon_top.png b/1.11.2/assets/minecraft/textures/blocks/melon_top.png new file mode 100644 index 00000000..d4f7b460 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/melon_top.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/mob_spawner.png b/1.11.2/assets/minecraft/textures/blocks/mob_spawner.png new file mode 100644 index 00000000..7d55217e Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/mob_spawner.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/mushroom_block_inside.png b/1.11.2/assets/minecraft/textures/blocks/mushroom_block_inside.png new file mode 100644 index 00000000..efea6715 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/mushroom_block_inside.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/mushroom_block_skin_brown.png b/1.11.2/assets/minecraft/textures/blocks/mushroom_block_skin_brown.png new file mode 100644 index 00000000..1f52ba89 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/mushroom_block_skin_brown.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/mushroom_block_skin_red.png b/1.11.2/assets/minecraft/textures/blocks/mushroom_block_skin_red.png new file mode 100644 index 00000000..532e1b94 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/mushroom_block_skin_red.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/mushroom_block_skin_stem.png b/1.11.2/assets/minecraft/textures/blocks/mushroom_block_skin_stem.png new file mode 100644 index 00000000..09e4ede2 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/mushroom_block_skin_stem.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/mushroom_brown.png b/1.11.2/assets/minecraft/textures/blocks/mushroom_brown.png new file mode 100644 index 00000000..8351fd47 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/mushroom_brown.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/mushroom_red.png b/1.11.2/assets/minecraft/textures/blocks/mushroom_red.png new file mode 100644 index 00000000..1b332b79 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/mushroom_red.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/mycelium_side.png b/1.11.2/assets/minecraft/textures/blocks/mycelium_side.png new file mode 100644 index 00000000..55474258 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/mycelium_side.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/mycelium_top.png b/1.11.2/assets/minecraft/textures/blocks/mycelium_top.png new file mode 100644 index 00000000..0b4462ac Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/mycelium_top.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/nether_brick.png b/1.11.2/assets/minecraft/textures/blocks/nether_brick.png new file mode 100644 index 00000000..5482be14 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/nether_brick.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/nether_wart_block.png b/1.11.2/assets/minecraft/textures/blocks/nether_wart_block.png new file mode 100644 index 00000000..6231f3eb Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/nether_wart_block.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/nether_wart_stage_0.png b/1.11.2/assets/minecraft/textures/blocks/nether_wart_stage_0.png new file mode 100644 index 00000000..514a95be Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/nether_wart_stage_0.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/nether_wart_stage_1.png b/1.11.2/assets/minecraft/textures/blocks/nether_wart_stage_1.png new file mode 100644 index 00000000..b4ad0d1e Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/nether_wart_stage_1.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/nether_wart_stage_2.png b/1.11.2/assets/minecraft/textures/blocks/nether_wart_stage_2.png new file mode 100644 index 00000000..b9b67431 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/nether_wart_stage_2.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/netherrack.png b/1.11.2/assets/minecraft/textures/blocks/netherrack.png new file mode 100644 index 00000000..88129c4e Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/netherrack.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/noteblock.png b/1.11.2/assets/minecraft/textures/blocks/noteblock.png new file mode 100644 index 00000000..a3c27c18 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/noteblock.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/observer_back.png b/1.11.2/assets/minecraft/textures/blocks/observer_back.png new file mode 100644 index 00000000..af6f03cd Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/observer_back.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/observer_back_lit.png b/1.11.2/assets/minecraft/textures/blocks/observer_back_lit.png new file mode 100644 index 00000000..74648767 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/observer_back_lit.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/observer_front.png b/1.11.2/assets/minecraft/textures/blocks/observer_front.png new file mode 100644 index 00000000..8571ed4c Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/observer_front.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/observer_side.png b/1.11.2/assets/minecraft/textures/blocks/observer_side.png new file mode 100644 index 00000000..2d44cb10 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/observer_side.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/observer_top.png b/1.11.2/assets/minecraft/textures/blocks/observer_top.png new file mode 100644 index 00000000..7f7e2d53 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/observer_top.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/obsidian.png b/1.11.2/assets/minecraft/textures/blocks/obsidian.png new file mode 100644 index 00000000..ff0a6836 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/obsidian.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/piston_bottom.png b/1.11.2/assets/minecraft/textures/blocks/piston_bottom.png new file mode 100644 index 00000000..a3a5a085 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/piston_bottom.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/piston_inner.png b/1.11.2/assets/minecraft/textures/blocks/piston_inner.png new file mode 100644 index 00000000..d1c27611 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/piston_inner.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/piston_side.png b/1.11.2/assets/minecraft/textures/blocks/piston_side.png new file mode 100644 index 00000000..634f54ab Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/piston_side.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/piston_top_normal.png b/1.11.2/assets/minecraft/textures/blocks/piston_top_normal.png new file mode 100644 index 00000000..eeaadab4 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/piston_top_normal.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/piston_top_sticky.png b/1.11.2/assets/minecraft/textures/blocks/piston_top_sticky.png new file mode 100644 index 00000000..6ddd4ad3 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/piston_top_sticky.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/planks_acacia.png b/1.11.2/assets/minecraft/textures/blocks/planks_acacia.png new file mode 100644 index 00000000..ef597514 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/planks_acacia.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/planks_big_oak.png b/1.11.2/assets/minecraft/textures/blocks/planks_big_oak.png new file mode 100644 index 00000000..9a9a3a4b Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/planks_big_oak.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/planks_birch.png b/1.11.2/assets/minecraft/textures/blocks/planks_birch.png new file mode 100644 index 00000000..b113e3ae Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/planks_birch.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/planks_jungle.png b/1.11.2/assets/minecraft/textures/blocks/planks_jungle.png new file mode 100644 index 00000000..22a0fefe Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/planks_jungle.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/planks_oak.png b/1.11.2/assets/minecraft/textures/blocks/planks_oak.png new file mode 100644 index 00000000..346f77dc Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/planks_oak.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/planks_spruce.png b/1.11.2/assets/minecraft/textures/blocks/planks_spruce.png new file mode 100644 index 00000000..f45fa94b Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/planks_spruce.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/portal.png b/1.11.2/assets/minecraft/textures/blocks/portal.png new file mode 100644 index 00000000..42d4a756 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/portal.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/portal.png.mcmeta b/1.11.2/assets/minecraft/textures/blocks/portal.png.mcmeta new file mode 100644 index 00000000..4f0718ac --- /dev/null +++ b/1.11.2/assets/minecraft/textures/blocks/portal.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/textures/blocks/potatoes_stage_0.png b/1.11.2/assets/minecraft/textures/blocks/potatoes_stage_0.png new file mode 100644 index 00000000..c1ef7320 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/potatoes_stage_0.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/potatoes_stage_1.png b/1.11.2/assets/minecraft/textures/blocks/potatoes_stage_1.png new file mode 100644 index 00000000..1275f4f8 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/potatoes_stage_1.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/potatoes_stage_2.png b/1.11.2/assets/minecraft/textures/blocks/potatoes_stage_2.png new file mode 100644 index 00000000..b7347dfe Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/potatoes_stage_2.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/potatoes_stage_3.png b/1.11.2/assets/minecraft/textures/blocks/potatoes_stage_3.png new file mode 100644 index 00000000..d7e8185d Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/potatoes_stage_3.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/prismarine_bricks.png b/1.11.2/assets/minecraft/textures/blocks/prismarine_bricks.png new file mode 100644 index 00000000..724377c8 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/prismarine_bricks.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/prismarine_dark.png b/1.11.2/assets/minecraft/textures/blocks/prismarine_dark.png new file mode 100644 index 00000000..a15b6b7d Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/prismarine_dark.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/prismarine_rough.png b/1.11.2/assets/minecraft/textures/blocks/prismarine_rough.png new file mode 100644 index 00000000..12093564 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/prismarine_rough.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/prismarine_rough.png.mcmeta b/1.11.2/assets/minecraft/textures/blocks/prismarine_rough.png.mcmeta new file mode 100644 index 00000000..410b327f --- /dev/null +++ b/1.11.2/assets/minecraft/textures/blocks/prismarine_rough.png.mcmeta @@ -0,0 +1,30 @@ +{ + "animation": { + "frametime": 300, + "interpolate": true, + "frames": [ + 0, + 1, + 0, + 2, + 0, + 3, + 0, + 1, + 2, + 1, + 3, + 1, + 0, + 2, + 1, + 2, + 3, + 2, + 0, + 3, + 1, + 3 + ] + } +} diff --git a/1.11.2/assets/minecraft/textures/blocks/pumpkin_face_off.png b/1.11.2/assets/minecraft/textures/blocks/pumpkin_face_off.png new file mode 100644 index 00000000..ecef0250 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/pumpkin_face_off.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/pumpkin_face_on.png b/1.11.2/assets/minecraft/textures/blocks/pumpkin_face_on.png new file mode 100644 index 00000000..907f499f Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/pumpkin_face_on.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/pumpkin_side.png b/1.11.2/assets/minecraft/textures/blocks/pumpkin_side.png new file mode 100644 index 00000000..75dfc475 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/pumpkin_side.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/pumpkin_stem_connected.png b/1.11.2/assets/minecraft/textures/blocks/pumpkin_stem_connected.png new file mode 100644 index 00000000..6a5c10e1 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/pumpkin_stem_connected.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/pumpkin_stem_disconnected.png b/1.11.2/assets/minecraft/textures/blocks/pumpkin_stem_disconnected.png new file mode 100644 index 00000000..38065ef6 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/pumpkin_stem_disconnected.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/pumpkin_top.png b/1.11.2/assets/minecraft/textures/blocks/pumpkin_top.png new file mode 100644 index 00000000..1990a039 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/pumpkin_top.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/purpur_block.png b/1.11.2/assets/minecraft/textures/blocks/purpur_block.png new file mode 100644 index 00000000..8897ef40 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/purpur_block.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/purpur_pillar.png b/1.11.2/assets/minecraft/textures/blocks/purpur_pillar.png new file mode 100644 index 00000000..d46f0645 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/purpur_pillar.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/purpur_pillar_top.png b/1.11.2/assets/minecraft/textures/blocks/purpur_pillar_top.png new file mode 100644 index 00000000..2502aed5 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/purpur_pillar_top.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/quartz_block_bottom.png b/1.11.2/assets/minecraft/textures/blocks/quartz_block_bottom.png new file mode 100644 index 00000000..0eaa57d7 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/quartz_block_bottom.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/quartz_block_chiseled.png b/1.11.2/assets/minecraft/textures/blocks/quartz_block_chiseled.png new file mode 100644 index 00000000..054e4ee6 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/quartz_block_chiseled.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/quartz_block_chiseled_top.png b/1.11.2/assets/minecraft/textures/blocks/quartz_block_chiseled_top.png new file mode 100644 index 00000000..1e3c4ca2 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/quartz_block_chiseled_top.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/quartz_block_lines.png b/1.11.2/assets/minecraft/textures/blocks/quartz_block_lines.png new file mode 100644 index 00000000..0940313a Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/quartz_block_lines.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/quartz_block_lines_top.png b/1.11.2/assets/minecraft/textures/blocks/quartz_block_lines_top.png new file mode 100644 index 00000000..37bed2b1 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/quartz_block_lines_top.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/quartz_block_side.png b/1.11.2/assets/minecraft/textures/blocks/quartz_block_side.png new file mode 100644 index 00000000..d49a864d Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/quartz_block_side.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/quartz_block_top.png b/1.11.2/assets/minecraft/textures/blocks/quartz_block_top.png new file mode 100644 index 00000000..d49a864d Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/quartz_block_top.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/quartz_ore.png b/1.11.2/assets/minecraft/textures/blocks/quartz_ore.png new file mode 100644 index 00000000..e30df181 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/quartz_ore.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/rail_activator.png b/1.11.2/assets/minecraft/textures/blocks/rail_activator.png new file mode 100644 index 00000000..5736a142 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/rail_activator.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/rail_activator_powered.png b/1.11.2/assets/minecraft/textures/blocks/rail_activator_powered.png new file mode 100644 index 00000000..7da9136a Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/rail_activator_powered.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/rail_detector.png b/1.11.2/assets/minecraft/textures/blocks/rail_detector.png new file mode 100644 index 00000000..92c1466e Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/rail_detector.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/rail_detector_powered.png b/1.11.2/assets/minecraft/textures/blocks/rail_detector_powered.png new file mode 100644 index 00000000..fa0a71d0 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/rail_detector_powered.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/rail_golden.png b/1.11.2/assets/minecraft/textures/blocks/rail_golden.png new file mode 100644 index 00000000..1fc52c3e Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/rail_golden.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/rail_golden_powered.png b/1.11.2/assets/minecraft/textures/blocks/rail_golden_powered.png new file mode 100644 index 00000000..bd343be8 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/rail_golden_powered.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/rail_normal.png b/1.11.2/assets/minecraft/textures/blocks/rail_normal.png new file mode 100644 index 00000000..d6092369 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/rail_normal.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/rail_normal_turned.png b/1.11.2/assets/minecraft/textures/blocks/rail_normal_turned.png new file mode 100644 index 00000000..f394a235 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/rail_normal_turned.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/red_nether_brick.png b/1.11.2/assets/minecraft/textures/blocks/red_nether_brick.png new file mode 100644 index 00000000..ef287dee Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/red_nether_brick.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/red_sand.png b/1.11.2/assets/minecraft/textures/blocks/red_sand.png new file mode 100644 index 00000000..096ed0ee Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/red_sand.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/red_sandstone_bottom.png b/1.11.2/assets/minecraft/textures/blocks/red_sandstone_bottom.png new file mode 100644 index 00000000..864370fd Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/red_sandstone_bottom.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/red_sandstone_carved.png b/1.11.2/assets/minecraft/textures/blocks/red_sandstone_carved.png new file mode 100644 index 00000000..c86e0e95 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/red_sandstone_carved.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/red_sandstone_normal.png b/1.11.2/assets/minecraft/textures/blocks/red_sandstone_normal.png new file mode 100644 index 00000000..30783bd7 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/red_sandstone_normal.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/red_sandstone_smooth.png b/1.11.2/assets/minecraft/textures/blocks/red_sandstone_smooth.png new file mode 100644 index 00000000..79585312 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/red_sandstone_smooth.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/red_sandstone_top.png b/1.11.2/assets/minecraft/textures/blocks/red_sandstone_top.png new file mode 100644 index 00000000..bf231481 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/red_sandstone_top.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/redstone_block.png b/1.11.2/assets/minecraft/textures/blocks/redstone_block.png new file mode 100644 index 00000000..57fb02b9 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/redstone_block.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/redstone_dust_dot.png b/1.11.2/assets/minecraft/textures/blocks/redstone_dust_dot.png new file mode 100644 index 00000000..ab8866d8 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/redstone_dust_dot.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/redstone_dust_line0.png b/1.11.2/assets/minecraft/textures/blocks/redstone_dust_line0.png new file mode 100644 index 00000000..064b107b Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/redstone_dust_line0.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/redstone_dust_line1.png b/1.11.2/assets/minecraft/textures/blocks/redstone_dust_line1.png new file mode 100644 index 00000000..8e8a700f Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/redstone_dust_line1.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/redstone_dust_overlay.png b/1.11.2/assets/minecraft/textures/blocks/redstone_dust_overlay.png new file mode 100644 index 00000000..fd68e0a3 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/redstone_dust_overlay.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/redstone_lamp_off.png b/1.11.2/assets/minecraft/textures/blocks/redstone_lamp_off.png new file mode 100644 index 00000000..522765be Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/redstone_lamp_off.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/redstone_lamp_on.png b/1.11.2/assets/minecraft/textures/blocks/redstone_lamp_on.png new file mode 100644 index 00000000..9562ef3e Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/redstone_lamp_on.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/redstone_ore.png b/1.11.2/assets/minecraft/textures/blocks/redstone_ore.png new file mode 100644 index 00000000..575a4888 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/redstone_ore.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/redstone_torch_off.png b/1.11.2/assets/minecraft/textures/blocks/redstone_torch_off.png new file mode 100644 index 00000000..635eabd4 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/redstone_torch_off.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/redstone_torch_on.png b/1.11.2/assets/minecraft/textures/blocks/redstone_torch_on.png new file mode 100644 index 00000000..2983d6ce Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/redstone_torch_on.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/reeds.png b/1.11.2/assets/minecraft/textures/blocks/reeds.png new file mode 100644 index 00000000..64bbfe0e Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/reeds.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/repeater_off.png b/1.11.2/assets/minecraft/textures/blocks/repeater_off.png new file mode 100644 index 00000000..86346698 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/repeater_off.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/repeater_on.png b/1.11.2/assets/minecraft/textures/blocks/repeater_on.png new file mode 100644 index 00000000..d71d0d93 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/repeater_on.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/repeating_command_block_back.png b/1.11.2/assets/minecraft/textures/blocks/repeating_command_block_back.png new file mode 100644 index 00000000..553c251c Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/repeating_command_block_back.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/repeating_command_block_back.png.mcmeta b/1.11.2/assets/minecraft/textures/blocks/repeating_command_block_back.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.11.2/assets/minecraft/textures/blocks/repeating_command_block_back.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.11.2/assets/minecraft/textures/blocks/repeating_command_block_conditional.png b/1.11.2/assets/minecraft/textures/blocks/repeating_command_block_conditional.png new file mode 100644 index 00000000..2af3122b Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/repeating_command_block_conditional.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/repeating_command_block_conditional.png.mcmeta b/1.11.2/assets/minecraft/textures/blocks/repeating_command_block_conditional.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.11.2/assets/minecraft/textures/blocks/repeating_command_block_conditional.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.11.2/assets/minecraft/textures/blocks/repeating_command_block_front.png b/1.11.2/assets/minecraft/textures/blocks/repeating_command_block_front.png new file mode 100644 index 00000000..f3333d3a Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/repeating_command_block_front.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/repeating_command_block_front.png.mcmeta b/1.11.2/assets/minecraft/textures/blocks/repeating_command_block_front.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.11.2/assets/minecraft/textures/blocks/repeating_command_block_front.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.11.2/assets/minecraft/textures/blocks/repeating_command_block_side.png b/1.11.2/assets/minecraft/textures/blocks/repeating_command_block_side.png new file mode 100644 index 00000000..500fe63c Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/repeating_command_block_side.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/repeating_command_block_side.png.mcmeta b/1.11.2/assets/minecraft/textures/blocks/repeating_command_block_side.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.11.2/assets/minecraft/textures/blocks/repeating_command_block_side.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.11.2/assets/minecraft/textures/blocks/sand.png b/1.11.2/assets/minecraft/textures/blocks/sand.png new file mode 100644 index 00000000..e135fbdc Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/sand.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/sandstone_bottom.png b/1.11.2/assets/minecraft/textures/blocks/sandstone_bottom.png new file mode 100644 index 00000000..e1022209 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/sandstone_bottom.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/sandstone_carved.png b/1.11.2/assets/minecraft/textures/blocks/sandstone_carved.png new file mode 100644 index 00000000..9bd7fa14 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/sandstone_carved.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/sandstone_normal.png b/1.11.2/assets/minecraft/textures/blocks/sandstone_normal.png new file mode 100644 index 00000000..1b79145f Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/sandstone_normal.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/sandstone_smooth.png b/1.11.2/assets/minecraft/textures/blocks/sandstone_smooth.png new file mode 100644 index 00000000..ef118bdc Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/sandstone_smooth.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/sandstone_top.png b/1.11.2/assets/minecraft/textures/blocks/sandstone_top.png new file mode 100644 index 00000000..74838777 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/sandstone_top.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/sapling_acacia.png b/1.11.2/assets/minecraft/textures/blocks/sapling_acacia.png new file mode 100644 index 00000000..840196dd Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/sapling_acacia.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/sapling_birch.png b/1.11.2/assets/minecraft/textures/blocks/sapling_birch.png new file mode 100644 index 00000000..b5f01ffc Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/sapling_birch.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/sapling_jungle.png b/1.11.2/assets/minecraft/textures/blocks/sapling_jungle.png new file mode 100644 index 00000000..4e10b35c Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/sapling_jungle.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/sapling_oak.png b/1.11.2/assets/minecraft/textures/blocks/sapling_oak.png new file mode 100644 index 00000000..3c3abefd Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/sapling_oak.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/sapling_roofed_oak.png b/1.11.2/assets/minecraft/textures/blocks/sapling_roofed_oak.png new file mode 100644 index 00000000..1a9cdf3b Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/sapling_roofed_oak.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/sapling_spruce.png b/1.11.2/assets/minecraft/textures/blocks/sapling_spruce.png new file mode 100644 index 00000000..5767d48b Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/sapling_spruce.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/sea_lantern.png b/1.11.2/assets/minecraft/textures/blocks/sea_lantern.png new file mode 100644 index 00000000..8909ce8e Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/sea_lantern.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/sea_lantern.png.mcmeta b/1.11.2/assets/minecraft/textures/blocks/sea_lantern.png.mcmeta new file mode 100644 index 00000000..e8ac9bc3 --- /dev/null +++ b/1.11.2/assets/minecraft/textures/blocks/sea_lantern.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 5 + } +} diff --git a/1.11.2/assets/minecraft/textures/blocks/shulker_top_black.png b/1.11.2/assets/minecraft/textures/blocks/shulker_top_black.png new file mode 100644 index 00000000..66f17752 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/shulker_top_black.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/shulker_top_blue.png b/1.11.2/assets/minecraft/textures/blocks/shulker_top_blue.png new file mode 100644 index 00000000..37abab51 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/shulker_top_blue.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/shulker_top_brown.png b/1.11.2/assets/minecraft/textures/blocks/shulker_top_brown.png new file mode 100644 index 00000000..feca1ccf Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/shulker_top_brown.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/shulker_top_cyan.png b/1.11.2/assets/minecraft/textures/blocks/shulker_top_cyan.png new file mode 100644 index 00000000..174574d6 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/shulker_top_cyan.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/shulker_top_gray.png b/1.11.2/assets/minecraft/textures/blocks/shulker_top_gray.png new file mode 100644 index 00000000..b52ab4ba Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/shulker_top_gray.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/shulker_top_green.png b/1.11.2/assets/minecraft/textures/blocks/shulker_top_green.png new file mode 100644 index 00000000..9a4f2e27 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/shulker_top_green.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/shulker_top_light_blue.png b/1.11.2/assets/minecraft/textures/blocks/shulker_top_light_blue.png new file mode 100644 index 00000000..e45c904e Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/shulker_top_light_blue.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/shulker_top_lime.png b/1.11.2/assets/minecraft/textures/blocks/shulker_top_lime.png new file mode 100644 index 00000000..5905f26e Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/shulker_top_lime.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/shulker_top_magenta.png b/1.11.2/assets/minecraft/textures/blocks/shulker_top_magenta.png new file mode 100644 index 00000000..972a20f0 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/shulker_top_magenta.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/shulker_top_orange.png b/1.11.2/assets/minecraft/textures/blocks/shulker_top_orange.png new file mode 100644 index 00000000..863f46c5 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/shulker_top_orange.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/shulker_top_pink.png b/1.11.2/assets/minecraft/textures/blocks/shulker_top_pink.png new file mode 100644 index 00000000..f918af08 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/shulker_top_pink.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/shulker_top_purple.png b/1.11.2/assets/minecraft/textures/blocks/shulker_top_purple.png new file mode 100644 index 00000000..771dbf2d Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/shulker_top_purple.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/shulker_top_red.png b/1.11.2/assets/minecraft/textures/blocks/shulker_top_red.png new file mode 100644 index 00000000..5031106e Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/shulker_top_red.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/shulker_top_silver.png b/1.11.2/assets/minecraft/textures/blocks/shulker_top_silver.png new file mode 100644 index 00000000..e02250e8 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/shulker_top_silver.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/shulker_top_white.png b/1.11.2/assets/minecraft/textures/blocks/shulker_top_white.png new file mode 100644 index 00000000..69dde8db Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/shulker_top_white.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/shulker_top_yellow.png b/1.11.2/assets/minecraft/textures/blocks/shulker_top_yellow.png new file mode 100644 index 00000000..8a6ac20f Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/shulker_top_yellow.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/slime.png b/1.11.2/assets/minecraft/textures/blocks/slime.png new file mode 100644 index 00000000..c577a5a9 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/slime.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/snow.png b/1.11.2/assets/minecraft/textures/blocks/snow.png new file mode 100644 index 00000000..d1a14162 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/snow.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/soul_sand.png b/1.11.2/assets/minecraft/textures/blocks/soul_sand.png new file mode 100644 index 00000000..fca7e8ff Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/soul_sand.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/sponge.png b/1.11.2/assets/minecraft/textures/blocks/sponge.png new file mode 100644 index 00000000..487ac433 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/sponge.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/sponge_wet.png b/1.11.2/assets/minecraft/textures/blocks/sponge_wet.png new file mode 100644 index 00000000..e797208b Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/sponge_wet.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/stone.png b/1.11.2/assets/minecraft/textures/blocks/stone.png new file mode 100644 index 00000000..87e19ff4 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/stone.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/stone_andesite.png b/1.11.2/assets/minecraft/textures/blocks/stone_andesite.png new file mode 100644 index 00000000..01ba4a18 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/stone_andesite.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/stone_andesite_smooth.png b/1.11.2/assets/minecraft/textures/blocks/stone_andesite_smooth.png new file mode 100644 index 00000000..591bb4d8 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/stone_andesite_smooth.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/stone_diorite.png b/1.11.2/assets/minecraft/textures/blocks/stone_diorite.png new file mode 100644 index 00000000..3d752ddc Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/stone_diorite.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/stone_diorite_smooth.png b/1.11.2/assets/minecraft/textures/blocks/stone_diorite_smooth.png new file mode 100644 index 00000000..daebca4b Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/stone_diorite_smooth.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/stone_granite.png b/1.11.2/assets/minecraft/textures/blocks/stone_granite.png new file mode 100644 index 00000000..269c4a1f Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/stone_granite.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/stone_granite_smooth.png b/1.11.2/assets/minecraft/textures/blocks/stone_granite_smooth.png new file mode 100644 index 00000000..a4bee094 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/stone_granite_smooth.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/stone_slab_side.png b/1.11.2/assets/minecraft/textures/blocks/stone_slab_side.png new file mode 100644 index 00000000..fe2a2040 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/stone_slab_side.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/stone_slab_top.png b/1.11.2/assets/minecraft/textures/blocks/stone_slab_top.png new file mode 100644 index 00000000..090657d3 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/stone_slab_top.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/stonebrick.png b/1.11.2/assets/minecraft/textures/blocks/stonebrick.png new file mode 100644 index 00000000..69138cf2 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/stonebrick.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/stonebrick_carved.png b/1.11.2/assets/minecraft/textures/blocks/stonebrick_carved.png new file mode 100644 index 00000000..b7e88db2 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/stonebrick_carved.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/stonebrick_cracked.png b/1.11.2/assets/minecraft/textures/blocks/stonebrick_cracked.png new file mode 100644 index 00000000..918a8845 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/stonebrick_cracked.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/stonebrick_mossy.png b/1.11.2/assets/minecraft/textures/blocks/stonebrick_mossy.png new file mode 100644 index 00000000..fc67b4a9 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/stonebrick_mossy.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/structure_block.png b/1.11.2/assets/minecraft/textures/blocks/structure_block.png new file mode 100644 index 00000000..f03ea5fe Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/structure_block.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/structure_block_corner.png b/1.11.2/assets/minecraft/textures/blocks/structure_block_corner.png new file mode 100644 index 00000000..418fd05c Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/structure_block_corner.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/structure_block_data.png b/1.11.2/assets/minecraft/textures/blocks/structure_block_data.png new file mode 100644 index 00000000..75ea3083 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/structure_block_data.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/structure_block_load.png b/1.11.2/assets/minecraft/textures/blocks/structure_block_load.png new file mode 100644 index 00000000..aca338b1 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/structure_block_load.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/structure_block_save.png b/1.11.2/assets/minecraft/textures/blocks/structure_block_save.png new file mode 100644 index 00000000..64709278 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/structure_block_save.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/tallgrass.png b/1.11.2/assets/minecraft/textures/blocks/tallgrass.png new file mode 100644 index 00000000..489dfa9a Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/tallgrass.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/tnt_bottom.png b/1.11.2/assets/minecraft/textures/blocks/tnt_bottom.png new file mode 100644 index 00000000..cc2e5867 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/tnt_bottom.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/tnt_side.png b/1.11.2/assets/minecraft/textures/blocks/tnt_side.png new file mode 100644 index 00000000..21109fbe Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/tnt_side.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/tnt_top.png b/1.11.2/assets/minecraft/textures/blocks/tnt_top.png new file mode 100644 index 00000000..ceb44b6d Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/tnt_top.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/torch_on.png b/1.11.2/assets/minecraft/textures/blocks/torch_on.png new file mode 100644 index 00000000..a2ce41b8 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/torch_on.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/trapdoor.png b/1.11.2/assets/minecraft/textures/blocks/trapdoor.png new file mode 100644 index 00000000..5c3385f7 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/trapdoor.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/trip_wire.png b/1.11.2/assets/minecraft/textures/blocks/trip_wire.png new file mode 100644 index 00000000..5b422eff Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/trip_wire.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/trip_wire_source.png b/1.11.2/assets/minecraft/textures/blocks/trip_wire_source.png new file mode 100644 index 00000000..fbd464d8 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/trip_wire_source.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/vine.png b/1.11.2/assets/minecraft/textures/blocks/vine.png new file mode 100644 index 00000000..df5e435a Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/vine.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/water_flow.png b/1.11.2/assets/minecraft/textures/blocks/water_flow.png new file mode 100644 index 00000000..41f823db Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/water_flow.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/water_flow.png.mcmeta b/1.11.2/assets/minecraft/textures/blocks/water_flow.png.mcmeta new file mode 100644 index 00000000..4f0718ac --- /dev/null +++ b/1.11.2/assets/minecraft/textures/blocks/water_flow.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} \ No newline at end of file diff --git a/1.11.2/assets/minecraft/textures/blocks/water_overlay.png b/1.11.2/assets/minecraft/textures/blocks/water_overlay.png new file mode 100644 index 00000000..00b70ce1 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/water_overlay.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/water_still.png b/1.11.2/assets/minecraft/textures/blocks/water_still.png new file mode 100644 index 00000000..4e55799a Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/water_still.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/water_still.png.mcmeta b/1.11.2/assets/minecraft/textures/blocks/water_still.png.mcmeta new file mode 100644 index 00000000..0645f48c --- /dev/null +++ b/1.11.2/assets/minecraft/textures/blocks/water_still.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 2 + } +} diff --git a/1.11.2/assets/minecraft/textures/blocks/waterlily.png b/1.11.2/assets/minecraft/textures/blocks/waterlily.png new file mode 100644 index 00000000..f6c84f84 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/waterlily.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/web.png b/1.11.2/assets/minecraft/textures/blocks/web.png new file mode 100644 index 00000000..ae4bfd4a Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/web.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/wheat_stage_0.png b/1.11.2/assets/minecraft/textures/blocks/wheat_stage_0.png new file mode 100644 index 00000000..185af6fc Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/wheat_stage_0.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/wheat_stage_1.png b/1.11.2/assets/minecraft/textures/blocks/wheat_stage_1.png new file mode 100644 index 00000000..67588c1e Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/wheat_stage_1.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/wheat_stage_2.png b/1.11.2/assets/minecraft/textures/blocks/wheat_stage_2.png new file mode 100644 index 00000000..3d337929 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/wheat_stage_2.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/wheat_stage_3.png b/1.11.2/assets/minecraft/textures/blocks/wheat_stage_3.png new file mode 100644 index 00000000..4649f780 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/wheat_stage_3.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/wheat_stage_4.png b/1.11.2/assets/minecraft/textures/blocks/wheat_stage_4.png new file mode 100644 index 00000000..ac04b52c Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/wheat_stage_4.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/wheat_stage_5.png b/1.11.2/assets/minecraft/textures/blocks/wheat_stage_5.png new file mode 100644 index 00000000..17135901 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/wheat_stage_5.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/wheat_stage_6.png b/1.11.2/assets/minecraft/textures/blocks/wheat_stage_6.png new file mode 100644 index 00000000..cb5f1951 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/wheat_stage_6.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/wheat_stage_7.png b/1.11.2/assets/minecraft/textures/blocks/wheat_stage_7.png new file mode 100644 index 00000000..7acafb37 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/wheat_stage_7.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/wool_colored_black.png b/1.11.2/assets/minecraft/textures/blocks/wool_colored_black.png new file mode 100644 index 00000000..8b44b8fe Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/wool_colored_black.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/wool_colored_blue.png b/1.11.2/assets/minecraft/textures/blocks/wool_colored_blue.png new file mode 100644 index 00000000..ce9515f8 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/wool_colored_blue.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/wool_colored_brown.png b/1.11.2/assets/minecraft/textures/blocks/wool_colored_brown.png new file mode 100644 index 00000000..4c4748d1 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/wool_colored_brown.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/wool_colored_cyan.png b/1.11.2/assets/minecraft/textures/blocks/wool_colored_cyan.png new file mode 100644 index 00000000..e9c69a05 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/wool_colored_cyan.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/wool_colored_gray.png b/1.11.2/assets/minecraft/textures/blocks/wool_colored_gray.png new file mode 100644 index 00000000..6409ff2f Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/wool_colored_gray.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/wool_colored_green.png b/1.11.2/assets/minecraft/textures/blocks/wool_colored_green.png new file mode 100644 index 00000000..a7be6d7f Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/wool_colored_green.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/wool_colored_light_blue.png b/1.11.2/assets/minecraft/textures/blocks/wool_colored_light_blue.png new file mode 100644 index 00000000..72d9d9e7 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/wool_colored_light_blue.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/wool_colored_lime.png b/1.11.2/assets/minecraft/textures/blocks/wool_colored_lime.png new file mode 100644 index 00000000..bf56389f Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/wool_colored_lime.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/wool_colored_magenta.png b/1.11.2/assets/minecraft/textures/blocks/wool_colored_magenta.png new file mode 100644 index 00000000..3af67475 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/wool_colored_magenta.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/wool_colored_orange.png b/1.11.2/assets/minecraft/textures/blocks/wool_colored_orange.png new file mode 100644 index 00000000..eefe6dea Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/wool_colored_orange.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/wool_colored_pink.png b/1.11.2/assets/minecraft/textures/blocks/wool_colored_pink.png new file mode 100644 index 00000000..c2785af2 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/wool_colored_pink.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/wool_colored_purple.png b/1.11.2/assets/minecraft/textures/blocks/wool_colored_purple.png new file mode 100644 index 00000000..76f68d6d Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/wool_colored_purple.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/wool_colored_red.png b/1.11.2/assets/minecraft/textures/blocks/wool_colored_red.png new file mode 100644 index 00000000..e445d06a Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/wool_colored_red.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/wool_colored_silver.png b/1.11.2/assets/minecraft/textures/blocks/wool_colored_silver.png new file mode 100644 index 00000000..756d9b06 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/wool_colored_silver.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/wool_colored_white.png b/1.11.2/assets/minecraft/textures/blocks/wool_colored_white.png new file mode 100644 index 00000000..c495e53a Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/wool_colored_white.png differ diff --git a/1.11.2/assets/minecraft/textures/blocks/wool_colored_yellow.png b/1.11.2/assets/minecraft/textures/blocks/wool_colored_yellow.png new file mode 100644 index 00000000..9839e000 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/blocks/wool_colored_yellow.png differ diff --git a/1.11.2/assets/minecraft/textures/colormap/foliage.png b/1.11.2/assets/minecraft/textures/colormap/foliage.png new file mode 100644 index 00000000..f464dd54 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/colormap/foliage.png differ diff --git a/1.11.2/assets/minecraft/textures/colormap/grass.png b/1.11.2/assets/minecraft/textures/colormap/grass.png new file mode 100644 index 00000000..f59dd38b Binary files /dev/null and b/1.11.2/assets/minecraft/textures/colormap/grass.png differ diff --git a/1.11.2/assets/minecraft/textures/effect/dither.png b/1.11.2/assets/minecraft/textures/effect/dither.png new file mode 100644 index 00000000..d211107d Binary files /dev/null and b/1.11.2/assets/minecraft/textures/effect/dither.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/alex.png b/1.11.2/assets/minecraft/textures/entity/alex.png new file mode 100644 index 00000000..ffd8e071 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/alex.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/armorstand/wood.png b/1.11.2/assets/minecraft/textures/entity/armorstand/wood.png new file mode 100644 index 00000000..d5468d23 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/armorstand/wood.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/arrow.png b/1.11.2/assets/minecraft/textures/entity/arrow.png new file mode 100644 index 00000000..0d58b2cc Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/arrow.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/banner/base.png b/1.11.2/assets/minecraft/textures/entity/banner/base.png new file mode 100644 index 00000000..a590eabc Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/banner/base.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/banner/border.png b/1.11.2/assets/minecraft/textures/entity/banner/border.png new file mode 100644 index 00000000..3e5fb432 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/banner/border.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/banner/bricks.png b/1.11.2/assets/minecraft/textures/entity/banner/bricks.png new file mode 100644 index 00000000..a0d49a7c Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/banner/bricks.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/banner/circle.png b/1.11.2/assets/minecraft/textures/entity/banner/circle.png new file mode 100644 index 00000000..5e1e20cd Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/banner/circle.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/banner/creeper.png b/1.11.2/assets/minecraft/textures/entity/banner/creeper.png new file mode 100644 index 00000000..2949472b Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/banner/creeper.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/banner/cross.png b/1.11.2/assets/minecraft/textures/entity/banner/cross.png new file mode 100644 index 00000000..6a6c8c67 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/banner/cross.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/banner/curly_border.png b/1.11.2/assets/minecraft/textures/entity/banner/curly_border.png new file mode 100644 index 00000000..d94a79a6 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/banner/curly_border.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/banner/diagonal_left.png b/1.11.2/assets/minecraft/textures/entity/banner/diagonal_left.png new file mode 100644 index 00000000..f3712198 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/banner/diagonal_left.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/banner/diagonal_right.png b/1.11.2/assets/minecraft/textures/entity/banner/diagonal_right.png new file mode 100644 index 00000000..3f2b34b3 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/banner/diagonal_right.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/banner/diagonal_up_left.png b/1.11.2/assets/minecraft/textures/entity/banner/diagonal_up_left.png new file mode 100644 index 00000000..c1bfa32a Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/banner/diagonal_up_left.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/banner/diagonal_up_right.png b/1.11.2/assets/minecraft/textures/entity/banner/diagonal_up_right.png new file mode 100644 index 00000000..0e99514d Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/banner/diagonal_up_right.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/banner/flower.png b/1.11.2/assets/minecraft/textures/entity/banner/flower.png new file mode 100644 index 00000000..6efa798c Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/banner/flower.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/banner/gradient.png b/1.11.2/assets/minecraft/textures/entity/banner/gradient.png new file mode 100644 index 00000000..8bc09cf7 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/banner/gradient.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/banner/gradient_up.png b/1.11.2/assets/minecraft/textures/entity/banner/gradient_up.png new file mode 100644 index 00000000..59591815 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/banner/gradient_up.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/banner/half_horizontal.png b/1.11.2/assets/minecraft/textures/entity/banner/half_horizontal.png new file mode 100644 index 00000000..0ab54689 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/banner/half_horizontal.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/banner/half_horizontal_bottom.png b/1.11.2/assets/minecraft/textures/entity/banner/half_horizontal_bottom.png new file mode 100644 index 00000000..c91c8cd4 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/banner/half_horizontal_bottom.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/banner/half_vertical.png b/1.11.2/assets/minecraft/textures/entity/banner/half_vertical.png new file mode 100644 index 00000000..0f36e216 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/banner/half_vertical.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/banner/half_vertical_right.png b/1.11.2/assets/minecraft/textures/entity/banner/half_vertical_right.png new file mode 100644 index 00000000..a8a9eb15 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/banner/half_vertical_right.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/banner/mojang.png b/1.11.2/assets/minecraft/textures/entity/banner/mojang.png new file mode 100644 index 00000000..1f993a77 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/banner/mojang.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/banner/rhombus.png b/1.11.2/assets/minecraft/textures/entity/banner/rhombus.png new file mode 100644 index 00000000..4657c81e Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/banner/rhombus.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/banner/skull.png b/1.11.2/assets/minecraft/textures/entity/banner/skull.png new file mode 100644 index 00000000..77135d42 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/banner/skull.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/banner/small_stripes.png b/1.11.2/assets/minecraft/textures/entity/banner/small_stripes.png new file mode 100644 index 00000000..0d2fe6b6 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/banner/small_stripes.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/banner/square_bottom_left.png b/1.11.2/assets/minecraft/textures/entity/banner/square_bottom_left.png new file mode 100644 index 00000000..0f68ec37 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/banner/square_bottom_left.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/banner/square_bottom_right.png b/1.11.2/assets/minecraft/textures/entity/banner/square_bottom_right.png new file mode 100644 index 00000000..799ba3c7 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/banner/square_bottom_right.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/banner/square_top_left.png b/1.11.2/assets/minecraft/textures/entity/banner/square_top_left.png new file mode 100644 index 00000000..02a40e41 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/banner/square_top_left.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/banner/square_top_right.png b/1.11.2/assets/minecraft/textures/entity/banner/square_top_right.png new file mode 100644 index 00000000..43f67b89 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/banner/square_top_right.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/banner/straight_cross.png b/1.11.2/assets/minecraft/textures/entity/banner/straight_cross.png new file mode 100644 index 00000000..8d5a8c6c Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/banner/straight_cross.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/banner/stripe_bottom.png b/1.11.2/assets/minecraft/textures/entity/banner/stripe_bottom.png new file mode 100644 index 00000000..b6aafa5c Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/banner/stripe_bottom.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/banner/stripe_center.png b/1.11.2/assets/minecraft/textures/entity/banner/stripe_center.png new file mode 100644 index 00000000..5383cae4 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/banner/stripe_center.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/banner/stripe_downleft.png b/1.11.2/assets/minecraft/textures/entity/banner/stripe_downleft.png new file mode 100644 index 00000000..ff79d2a0 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/banner/stripe_downleft.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/banner/stripe_downright.png b/1.11.2/assets/minecraft/textures/entity/banner/stripe_downright.png new file mode 100644 index 00000000..79bbbd06 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/banner/stripe_downright.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/banner/stripe_left.png b/1.11.2/assets/minecraft/textures/entity/banner/stripe_left.png new file mode 100644 index 00000000..45dabd3a Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/banner/stripe_left.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/banner/stripe_middle.png b/1.11.2/assets/minecraft/textures/entity/banner/stripe_middle.png new file mode 100644 index 00000000..e98e6a8b Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/banner/stripe_middle.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/banner/stripe_right.png b/1.11.2/assets/minecraft/textures/entity/banner/stripe_right.png new file mode 100644 index 00000000..1dc458a6 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/banner/stripe_right.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/banner/stripe_top.png b/1.11.2/assets/minecraft/textures/entity/banner/stripe_top.png new file mode 100644 index 00000000..4c260396 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/banner/stripe_top.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/banner/triangle_bottom.png b/1.11.2/assets/minecraft/textures/entity/banner/triangle_bottom.png new file mode 100644 index 00000000..03cd2544 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/banner/triangle_bottom.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/banner/triangle_top.png b/1.11.2/assets/minecraft/textures/entity/banner/triangle_top.png new file mode 100644 index 00000000..852336cb Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/banner/triangle_top.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/banner/triangles_bottom.png b/1.11.2/assets/minecraft/textures/entity/banner/triangles_bottom.png new file mode 100644 index 00000000..75631252 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/banner/triangles_bottom.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/banner/triangles_top.png b/1.11.2/assets/minecraft/textures/entity/banner/triangles_top.png new file mode 100644 index 00000000..25158e93 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/banner/triangles_top.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/banner_base.png b/1.11.2/assets/minecraft/textures/entity/banner_base.png new file mode 100644 index 00000000..5ef802b4 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/banner_base.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/bat.png b/1.11.2/assets/minecraft/textures/entity/bat.png new file mode 100644 index 00000000..040e02db Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/bat.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/beacon_beam.png b/1.11.2/assets/minecraft/textures/entity/beacon_beam.png new file mode 100644 index 00000000..a2da8c6f Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/beacon_beam.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/bear/polarbear.png b/1.11.2/assets/minecraft/textures/entity/bear/polarbear.png new file mode 100644 index 00000000..a340db83 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/bear/polarbear.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/blaze.png b/1.11.2/assets/minecraft/textures/entity/blaze.png new file mode 100644 index 00000000..379b7186 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/blaze.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/boat/boat_acacia.png b/1.11.2/assets/minecraft/textures/entity/boat/boat_acacia.png new file mode 100644 index 00000000..14f32c54 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/boat/boat_acacia.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/boat/boat_birch.png b/1.11.2/assets/minecraft/textures/entity/boat/boat_birch.png new file mode 100644 index 00000000..4b41cf97 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/boat/boat_birch.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/boat/boat_darkoak.png b/1.11.2/assets/minecraft/textures/entity/boat/boat_darkoak.png new file mode 100644 index 00000000..ad59eb1d Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/boat/boat_darkoak.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/boat/boat_jungle.png b/1.11.2/assets/minecraft/textures/entity/boat/boat_jungle.png new file mode 100644 index 00000000..e0a0811c Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/boat/boat_jungle.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/boat/boat_oak.png b/1.11.2/assets/minecraft/textures/entity/boat/boat_oak.png new file mode 100644 index 00000000..4542c9dd Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/boat/boat_oak.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/boat/boat_spruce.png b/1.11.2/assets/minecraft/textures/entity/boat/boat_spruce.png new file mode 100644 index 00000000..12cd9d89 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/boat/boat_spruce.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/cat/black.png b/1.11.2/assets/minecraft/textures/entity/cat/black.png new file mode 100644 index 00000000..24ea133c Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/cat/black.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/cat/ocelot.png b/1.11.2/assets/minecraft/textures/entity/cat/ocelot.png new file mode 100644 index 00000000..22cfb8e8 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/cat/ocelot.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/cat/red.png b/1.11.2/assets/minecraft/textures/entity/cat/red.png new file mode 100644 index 00000000..763bdfae Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/cat/red.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/cat/siamese.png b/1.11.2/assets/minecraft/textures/entity/cat/siamese.png new file mode 100644 index 00000000..a2e3b67a Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/cat/siamese.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/chest/christmas.png b/1.11.2/assets/minecraft/textures/entity/chest/christmas.png new file mode 100644 index 00000000..8a0fa73f Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/chest/christmas.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/chest/christmas_double.png b/1.11.2/assets/minecraft/textures/entity/chest/christmas_double.png new file mode 100644 index 00000000..fe14d144 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/chest/christmas_double.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/chest/ender.png b/1.11.2/assets/minecraft/textures/entity/chest/ender.png new file mode 100644 index 00000000..5159ae91 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/chest/ender.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/chest/normal.png b/1.11.2/assets/minecraft/textures/entity/chest/normal.png new file mode 100644 index 00000000..cbf73176 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/chest/normal.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/chest/normal_double.png b/1.11.2/assets/minecraft/textures/entity/chest/normal_double.png new file mode 100644 index 00000000..cd9be7d3 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/chest/normal_double.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/chest/trapped.png b/1.11.2/assets/minecraft/textures/entity/chest/trapped.png new file mode 100644 index 00000000..eb00a5be Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/chest/trapped.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/chest/trapped_double.png b/1.11.2/assets/minecraft/textures/entity/chest/trapped_double.png new file mode 100644 index 00000000..8ab8e63a Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/chest/trapped_double.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/chicken.png b/1.11.2/assets/minecraft/textures/entity/chicken.png new file mode 100644 index 00000000..5b5c14a6 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/chicken.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/cow/cow.png b/1.11.2/assets/minecraft/textures/entity/cow/cow.png new file mode 100644 index 00000000..4783d5cd Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/cow/cow.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/cow/mooshroom.png b/1.11.2/assets/minecraft/textures/entity/cow/mooshroom.png new file mode 100644 index 00000000..40e93bb2 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/cow/mooshroom.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/creeper/creeper.png b/1.11.2/assets/minecraft/textures/entity/creeper/creeper.png new file mode 100644 index 00000000..671f979f Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/creeper/creeper.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/creeper/creeper_armor.png b/1.11.2/assets/minecraft/textures/entity/creeper/creeper_armor.png new file mode 100644 index 00000000..cc905d4d Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/creeper/creeper_armor.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/elytra.png b/1.11.2/assets/minecraft/textures/entity/elytra.png new file mode 100644 index 00000000..27502273 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/elytra.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/enchanting_table_book.png b/1.11.2/assets/minecraft/textures/entity/enchanting_table_book.png new file mode 100644 index 00000000..6f0afa4f Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/enchanting_table_book.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/end_gateway_beam.png b/1.11.2/assets/minecraft/textures/entity/end_gateway_beam.png new file mode 100644 index 00000000..e5071ee7 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/end_gateway_beam.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/end_portal.png b/1.11.2/assets/minecraft/textures/entity/end_portal.png new file mode 100644 index 00000000..42169292 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/end_portal.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/endercrystal/endercrystal.png b/1.11.2/assets/minecraft/textures/entity/endercrystal/endercrystal.png new file mode 100644 index 00000000..c09f701e Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/endercrystal/endercrystal.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/endercrystal/endercrystal_beam.png b/1.11.2/assets/minecraft/textures/entity/endercrystal/endercrystal_beam.png new file mode 100644 index 00000000..1c2e187c Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/endercrystal/endercrystal_beam.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/enderdragon/dragon.png b/1.11.2/assets/minecraft/textures/entity/enderdragon/dragon.png new file mode 100644 index 00000000..05c7d7e1 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/enderdragon/dragon.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/enderdragon/dragon_exploding.png b/1.11.2/assets/minecraft/textures/entity/enderdragon/dragon_exploding.png new file mode 100644 index 00000000..a47a3732 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/enderdragon/dragon_exploding.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/enderdragon/dragon_eyes.png b/1.11.2/assets/minecraft/textures/entity/enderdragon/dragon_eyes.png new file mode 100644 index 00000000..146d604e Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/enderdragon/dragon_eyes.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/enderdragon/dragon_fireball.png b/1.11.2/assets/minecraft/textures/entity/enderdragon/dragon_fireball.png new file mode 100644 index 00000000..2a3fe553 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/enderdragon/dragon_fireball.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/enderman/enderman.png b/1.11.2/assets/minecraft/textures/entity/enderman/enderman.png new file mode 100644 index 00000000..0413f8c5 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/enderman/enderman.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/enderman/enderman_eyes.png b/1.11.2/assets/minecraft/textures/entity/enderman/enderman_eyes.png new file mode 100644 index 00000000..ade580ef Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/enderman/enderman_eyes.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/endermite.png b/1.11.2/assets/minecraft/textures/entity/endermite.png new file mode 100644 index 00000000..066bde74 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/endermite.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/experience_orb.png b/1.11.2/assets/minecraft/textures/entity/experience_orb.png new file mode 100644 index 00000000..0a56f0f6 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/experience_orb.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/explosion.png b/1.11.2/assets/minecraft/textures/entity/explosion.png new file mode 100644 index 00000000..f51ab53c Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/explosion.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/ghast/ghast.png b/1.11.2/assets/minecraft/textures/entity/ghast/ghast.png new file mode 100644 index 00000000..2b93b1f4 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/ghast/ghast.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/ghast/ghast_shooting.png b/1.11.2/assets/minecraft/textures/entity/ghast/ghast_shooting.png new file mode 100644 index 00000000..f0307075 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/ghast/ghast_shooting.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/guardian.png b/1.11.2/assets/minecraft/textures/entity/guardian.png new file mode 100644 index 00000000..1f29bcfa Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/guardian.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/guardian_beam.png b/1.11.2/assets/minecraft/textures/entity/guardian_beam.png new file mode 100644 index 00000000..73a23109 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/guardian_beam.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/guardian_elder.png b/1.11.2/assets/minecraft/textures/entity/guardian_elder.png new file mode 100644 index 00000000..8a9191c2 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/guardian_elder.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/horse/armor/horse_armor_diamond.png b/1.11.2/assets/minecraft/textures/entity/horse/armor/horse_armor_diamond.png new file mode 100644 index 00000000..793dcec0 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/horse/armor/horse_armor_diamond.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/horse/armor/horse_armor_gold.png b/1.11.2/assets/minecraft/textures/entity/horse/armor/horse_armor_gold.png new file mode 100644 index 00000000..619dc6e5 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/horse/armor/horse_armor_gold.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/horse/armor/horse_armor_iron.png b/1.11.2/assets/minecraft/textures/entity/horse/armor/horse_armor_iron.png new file mode 100644 index 00000000..ba815afa Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/horse/armor/horse_armor_iron.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/horse/donkey.png b/1.11.2/assets/minecraft/textures/entity/horse/donkey.png new file mode 100644 index 00000000..b25ae912 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/horse/donkey.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/horse/horse_black.png b/1.11.2/assets/minecraft/textures/entity/horse/horse_black.png new file mode 100644 index 00000000..63187c15 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/horse/horse_black.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/horse/horse_brown.png b/1.11.2/assets/minecraft/textures/entity/horse/horse_brown.png new file mode 100644 index 00000000..569fb4f4 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/horse/horse_brown.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/horse/horse_chestnut.png b/1.11.2/assets/minecraft/textures/entity/horse/horse_chestnut.png new file mode 100644 index 00000000..e64d64fc Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/horse/horse_chestnut.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/horse/horse_creamy.png b/1.11.2/assets/minecraft/textures/entity/horse/horse_creamy.png new file mode 100644 index 00000000..af77cc89 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/horse/horse_creamy.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/horse/horse_darkbrown.png b/1.11.2/assets/minecraft/textures/entity/horse/horse_darkbrown.png new file mode 100644 index 00000000..feb04157 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/horse/horse_darkbrown.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/horse/horse_gray.png b/1.11.2/assets/minecraft/textures/entity/horse/horse_gray.png new file mode 100644 index 00000000..74992801 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/horse/horse_gray.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/horse/horse_markings_blackdots.png b/1.11.2/assets/minecraft/textures/entity/horse/horse_markings_blackdots.png new file mode 100644 index 00000000..d5533f51 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/horse/horse_markings_blackdots.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/horse/horse_markings_white.png b/1.11.2/assets/minecraft/textures/entity/horse/horse_markings_white.png new file mode 100644 index 00000000..8cbca8db Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/horse/horse_markings_white.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/horse/horse_markings_whitedots.png b/1.11.2/assets/minecraft/textures/entity/horse/horse_markings_whitedots.png new file mode 100644 index 00000000..797b5b3a Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/horse/horse_markings_whitedots.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/horse/horse_markings_whitefield.png b/1.11.2/assets/minecraft/textures/entity/horse/horse_markings_whitefield.png new file mode 100644 index 00000000..88b7a46e Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/horse/horse_markings_whitefield.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/horse/horse_skeleton.png b/1.11.2/assets/minecraft/textures/entity/horse/horse_skeleton.png new file mode 100644 index 00000000..1a27f31b Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/horse/horse_skeleton.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/horse/horse_white.png b/1.11.2/assets/minecraft/textures/entity/horse/horse_white.png new file mode 100644 index 00000000..6f1ed273 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/horse/horse_white.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/horse/horse_zombie.png b/1.11.2/assets/minecraft/textures/entity/horse/horse_zombie.png new file mode 100644 index 00000000..dfe30f3a Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/horse/horse_zombie.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/horse/mule.png b/1.11.2/assets/minecraft/textures/entity/horse/mule.png new file mode 100644 index 00000000..74749670 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/horse/mule.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/illager/evoker.png b/1.11.2/assets/minecraft/textures/entity/illager/evoker.png new file mode 100644 index 00000000..1f2ca744 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/illager/evoker.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/illager/fangs.png b/1.11.2/assets/minecraft/textures/entity/illager/fangs.png new file mode 100644 index 00000000..d5e72368 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/illager/fangs.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/illager/vex.png b/1.11.2/assets/minecraft/textures/entity/illager/vex.png new file mode 100644 index 00000000..ce6d9caf Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/illager/vex.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/illager/vex_charging.png b/1.11.2/assets/minecraft/textures/entity/illager/vex_charging.png new file mode 100644 index 00000000..438b1a20 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/illager/vex_charging.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/illager/vindicator.png b/1.11.2/assets/minecraft/textures/entity/illager/vindicator.png new file mode 100644 index 00000000..a1b91137 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/illager/vindicator.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/iron_golem.png b/1.11.2/assets/minecraft/textures/entity/iron_golem.png new file mode 100644 index 00000000..b1deaeb5 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/iron_golem.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/lead_knot.png b/1.11.2/assets/minecraft/textures/entity/lead_knot.png new file mode 100644 index 00000000..d6783071 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/lead_knot.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/llama/decor/decor_black.png b/1.11.2/assets/minecraft/textures/entity/llama/decor/decor_black.png new file mode 100644 index 00000000..92387637 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/llama/decor/decor_black.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/llama/decor/decor_blue.png b/1.11.2/assets/minecraft/textures/entity/llama/decor/decor_blue.png new file mode 100644 index 00000000..bf7762e1 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/llama/decor/decor_blue.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/llama/decor/decor_brown.png b/1.11.2/assets/minecraft/textures/entity/llama/decor/decor_brown.png new file mode 100644 index 00000000..03a80e12 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/llama/decor/decor_brown.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/llama/decor/decor_cyan.png b/1.11.2/assets/minecraft/textures/entity/llama/decor/decor_cyan.png new file mode 100644 index 00000000..f149b9cd Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/llama/decor/decor_cyan.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/llama/decor/decor_gray.png b/1.11.2/assets/minecraft/textures/entity/llama/decor/decor_gray.png new file mode 100644 index 00000000..a2f1b4f0 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/llama/decor/decor_gray.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/llama/decor/decor_green.png b/1.11.2/assets/minecraft/textures/entity/llama/decor/decor_green.png new file mode 100644 index 00000000..732d7ec1 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/llama/decor/decor_green.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/llama/decor/decor_light_blue.png b/1.11.2/assets/minecraft/textures/entity/llama/decor/decor_light_blue.png new file mode 100644 index 00000000..500a404f Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/llama/decor/decor_light_blue.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/llama/decor/decor_lime.png b/1.11.2/assets/minecraft/textures/entity/llama/decor/decor_lime.png new file mode 100644 index 00000000..238eff41 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/llama/decor/decor_lime.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/llama/decor/decor_magenta.png b/1.11.2/assets/minecraft/textures/entity/llama/decor/decor_magenta.png new file mode 100644 index 00000000..0ff23355 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/llama/decor/decor_magenta.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/llama/decor/decor_orange.png b/1.11.2/assets/minecraft/textures/entity/llama/decor/decor_orange.png new file mode 100644 index 00000000..5b24951a Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/llama/decor/decor_orange.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/llama/decor/decor_pink.png b/1.11.2/assets/minecraft/textures/entity/llama/decor/decor_pink.png new file mode 100644 index 00000000..897ba65d Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/llama/decor/decor_pink.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/llama/decor/decor_purple.png b/1.11.2/assets/minecraft/textures/entity/llama/decor/decor_purple.png new file mode 100644 index 00000000..308adbec Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/llama/decor/decor_purple.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/llama/decor/decor_red.png b/1.11.2/assets/minecraft/textures/entity/llama/decor/decor_red.png new file mode 100644 index 00000000..1b83dc37 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/llama/decor/decor_red.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/llama/decor/decor_silver.png b/1.11.2/assets/minecraft/textures/entity/llama/decor/decor_silver.png new file mode 100644 index 00000000..01cda395 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/llama/decor/decor_silver.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/llama/decor/decor_white.png b/1.11.2/assets/minecraft/textures/entity/llama/decor/decor_white.png new file mode 100644 index 00000000..c8cf1761 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/llama/decor/decor_white.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/llama/decor/decor_yellow.png b/1.11.2/assets/minecraft/textures/entity/llama/decor/decor_yellow.png new file mode 100644 index 00000000..64144cf5 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/llama/decor/decor_yellow.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/llama/llama.png b/1.11.2/assets/minecraft/textures/entity/llama/llama.png new file mode 100644 index 00000000..ce64d542 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/llama/llama.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/llama/llama_brown.png b/1.11.2/assets/minecraft/textures/entity/llama/llama_brown.png new file mode 100644 index 00000000..4ef4a811 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/llama/llama_brown.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/llama/llama_creamy.png b/1.11.2/assets/minecraft/textures/entity/llama/llama_creamy.png new file mode 100644 index 00000000..b4ea1296 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/llama/llama_creamy.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/llama/llama_gray.png b/1.11.2/assets/minecraft/textures/entity/llama/llama_gray.png new file mode 100644 index 00000000..5278ed01 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/llama/llama_gray.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/llama/llama_white.png b/1.11.2/assets/minecraft/textures/entity/llama/llama_white.png new file mode 100644 index 00000000..bb61dd9f Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/llama/llama_white.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/llama/spit.png b/1.11.2/assets/minecraft/textures/entity/llama/spit.png new file mode 100644 index 00000000..fdcc4b12 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/llama/spit.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/minecart.png b/1.11.2/assets/minecraft/textures/entity/minecart.png new file mode 100644 index 00000000..68aef4cf Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/minecart.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/pig/pig.png b/1.11.2/assets/minecraft/textures/entity/pig/pig.png new file mode 100644 index 00000000..4161c795 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/pig/pig.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/pig/pig_saddle.png b/1.11.2/assets/minecraft/textures/entity/pig/pig_saddle.png new file mode 100644 index 00000000..e6df77eb Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/pig/pig_saddle.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/projectiles/arrow.png b/1.11.2/assets/minecraft/textures/entity/projectiles/arrow.png new file mode 100644 index 00000000..b1214231 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/projectiles/arrow.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/projectiles/spectral_arrow.png b/1.11.2/assets/minecraft/textures/entity/projectiles/spectral_arrow.png new file mode 100644 index 00000000..22a9d00b Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/projectiles/spectral_arrow.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/projectiles/tipped_arrow.png b/1.11.2/assets/minecraft/textures/entity/projectiles/tipped_arrow.png new file mode 100644 index 00000000..b1214231 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/projectiles/tipped_arrow.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/rabbit/black.png b/1.11.2/assets/minecraft/textures/entity/rabbit/black.png new file mode 100644 index 00000000..7a235ba7 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/rabbit/black.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/rabbit/brown.png b/1.11.2/assets/minecraft/textures/entity/rabbit/brown.png new file mode 100644 index 00000000..4e5564ca Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/rabbit/brown.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/rabbit/caerbannog.png b/1.11.2/assets/minecraft/textures/entity/rabbit/caerbannog.png new file mode 100644 index 00000000..6906023b Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/rabbit/caerbannog.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/rabbit/gold.png b/1.11.2/assets/minecraft/textures/entity/rabbit/gold.png new file mode 100644 index 00000000..5ca2d4b7 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/rabbit/gold.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/rabbit/salt.png b/1.11.2/assets/minecraft/textures/entity/rabbit/salt.png new file mode 100644 index 00000000..3206b190 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/rabbit/salt.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/rabbit/toast.png b/1.11.2/assets/minecraft/textures/entity/rabbit/toast.png new file mode 100644 index 00000000..474f23ba Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/rabbit/toast.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/rabbit/white.png b/1.11.2/assets/minecraft/textures/entity/rabbit/white.png new file mode 100644 index 00000000..7b090a37 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/rabbit/white.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/rabbit/white_splotched.png b/1.11.2/assets/minecraft/textures/entity/rabbit/white_splotched.png new file mode 100644 index 00000000..b8a82b9a Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/rabbit/white_splotched.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/sheep/sheep.png b/1.11.2/assets/minecraft/textures/entity/sheep/sheep.png new file mode 100644 index 00000000..e989e7c4 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/sheep/sheep.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/sheep/sheep_fur.png b/1.11.2/assets/minecraft/textures/entity/sheep/sheep_fur.png new file mode 100644 index 00000000..a621934b Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/sheep/sheep_fur.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/shield/base.png b/1.11.2/assets/minecraft/textures/entity/shield/base.png new file mode 100644 index 00000000..3297e7f3 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/shield/base.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/shield/border.png b/1.11.2/assets/minecraft/textures/entity/shield/border.png new file mode 100644 index 00000000..82e13d98 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/shield/border.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/shield/bricks.png b/1.11.2/assets/minecraft/textures/entity/shield/bricks.png new file mode 100644 index 00000000..da9d147f Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/shield/bricks.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/shield/circle.png b/1.11.2/assets/minecraft/textures/entity/shield/circle.png new file mode 100644 index 00000000..86506deb Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/shield/circle.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/shield/creeper.png b/1.11.2/assets/minecraft/textures/entity/shield/creeper.png new file mode 100644 index 00000000..b98b3d0a Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/shield/creeper.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/shield/cross.png b/1.11.2/assets/minecraft/textures/entity/shield/cross.png new file mode 100644 index 00000000..241aca14 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/shield/cross.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/shield/curly_border.png b/1.11.2/assets/minecraft/textures/entity/shield/curly_border.png new file mode 100644 index 00000000..76c52077 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/shield/curly_border.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/shield/diagonal_left.png b/1.11.2/assets/minecraft/textures/entity/shield/diagonal_left.png new file mode 100644 index 00000000..06a18706 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/shield/diagonal_left.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/shield/diagonal_right.png b/1.11.2/assets/minecraft/textures/entity/shield/diagonal_right.png new file mode 100644 index 00000000..2eb15cee Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/shield/diagonal_right.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/shield/diagonal_up_left.png b/1.11.2/assets/minecraft/textures/entity/shield/diagonal_up_left.png new file mode 100644 index 00000000..1d475c44 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/shield/diagonal_up_left.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/shield/diagonal_up_right.png b/1.11.2/assets/minecraft/textures/entity/shield/diagonal_up_right.png new file mode 100644 index 00000000..e863fe8c Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/shield/diagonal_up_right.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/shield/flower.png b/1.11.2/assets/minecraft/textures/entity/shield/flower.png new file mode 100644 index 00000000..a20c753a Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/shield/flower.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/shield/gradient.png b/1.11.2/assets/minecraft/textures/entity/shield/gradient.png new file mode 100644 index 00000000..d1abad8b Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/shield/gradient.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/shield/gradient_up.png b/1.11.2/assets/minecraft/textures/entity/shield/gradient_up.png new file mode 100644 index 00000000..7921b3b2 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/shield/gradient_up.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/shield/half_horizontal.png b/1.11.2/assets/minecraft/textures/entity/shield/half_horizontal.png new file mode 100644 index 00000000..b6680525 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/shield/half_horizontal.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/shield/half_horizontal_bottom.png b/1.11.2/assets/minecraft/textures/entity/shield/half_horizontal_bottom.png new file mode 100644 index 00000000..4bd2e96e Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/shield/half_horizontal_bottom.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/shield/half_vertical.png b/1.11.2/assets/minecraft/textures/entity/shield/half_vertical.png new file mode 100644 index 00000000..cafda314 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/shield/half_vertical.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/shield/half_vertical_right.png b/1.11.2/assets/minecraft/textures/entity/shield/half_vertical_right.png new file mode 100644 index 00000000..2600259f Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/shield/half_vertical_right.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/shield/mojang.png b/1.11.2/assets/minecraft/textures/entity/shield/mojang.png new file mode 100644 index 00000000..0343c52c Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/shield/mojang.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/shield/rhombus.png b/1.11.2/assets/minecraft/textures/entity/shield/rhombus.png new file mode 100644 index 00000000..73826cea Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/shield/rhombus.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/shield/skull.png b/1.11.2/assets/minecraft/textures/entity/shield/skull.png new file mode 100644 index 00000000..7e35b2bb Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/shield/skull.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/shield/small_stripes.png b/1.11.2/assets/minecraft/textures/entity/shield/small_stripes.png new file mode 100644 index 00000000..04632175 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/shield/small_stripes.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/shield/square_bottom_left.png b/1.11.2/assets/minecraft/textures/entity/shield/square_bottom_left.png new file mode 100644 index 00000000..b88380a8 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/shield/square_bottom_left.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/shield/square_bottom_right.png b/1.11.2/assets/minecraft/textures/entity/shield/square_bottom_right.png new file mode 100644 index 00000000..a9bcd061 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/shield/square_bottom_right.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/shield/square_top_left.png b/1.11.2/assets/minecraft/textures/entity/shield/square_top_left.png new file mode 100644 index 00000000..a47d54b5 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/shield/square_top_left.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/shield/square_top_right.png b/1.11.2/assets/minecraft/textures/entity/shield/square_top_right.png new file mode 100644 index 00000000..2592b938 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/shield/square_top_right.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/shield/straight_cross.png b/1.11.2/assets/minecraft/textures/entity/shield/straight_cross.png new file mode 100644 index 00000000..c613b973 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/shield/straight_cross.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/shield/stripe_bottom.png b/1.11.2/assets/minecraft/textures/entity/shield/stripe_bottom.png new file mode 100644 index 00000000..b13d3020 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/shield/stripe_bottom.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/shield/stripe_center.png b/1.11.2/assets/minecraft/textures/entity/shield/stripe_center.png new file mode 100644 index 00000000..35372717 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/shield/stripe_center.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/shield/stripe_downleft.png b/1.11.2/assets/minecraft/textures/entity/shield/stripe_downleft.png new file mode 100644 index 00000000..178755a1 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/shield/stripe_downleft.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/shield/stripe_downright.png b/1.11.2/assets/minecraft/textures/entity/shield/stripe_downright.png new file mode 100644 index 00000000..cb042d15 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/shield/stripe_downright.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/shield/stripe_left.png b/1.11.2/assets/minecraft/textures/entity/shield/stripe_left.png new file mode 100644 index 00000000..0bf94a61 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/shield/stripe_left.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/shield/stripe_middle.png b/1.11.2/assets/minecraft/textures/entity/shield/stripe_middle.png new file mode 100644 index 00000000..33c8d187 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/shield/stripe_middle.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/shield/stripe_right.png b/1.11.2/assets/minecraft/textures/entity/shield/stripe_right.png new file mode 100644 index 00000000..697da64e Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/shield/stripe_right.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/shield/stripe_top.png b/1.11.2/assets/minecraft/textures/entity/shield/stripe_top.png new file mode 100644 index 00000000..eca1076a Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/shield/stripe_top.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/shield/triangle_bottom.png b/1.11.2/assets/minecraft/textures/entity/shield/triangle_bottom.png new file mode 100644 index 00000000..03c37d32 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/shield/triangle_bottom.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/shield/triangle_top.png b/1.11.2/assets/minecraft/textures/entity/shield/triangle_top.png new file mode 100644 index 00000000..26412bf8 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/shield/triangle_top.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/shield/triangles_bottom.png b/1.11.2/assets/minecraft/textures/entity/shield/triangles_bottom.png new file mode 100644 index 00000000..8a18dbd7 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/shield/triangles_bottom.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/shield/triangles_top.png b/1.11.2/assets/minecraft/textures/entity/shield/triangles_top.png new file mode 100644 index 00000000..2e07c37c Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/shield/triangles_top.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/shield_base.png b/1.11.2/assets/minecraft/textures/entity/shield_base.png new file mode 100644 index 00000000..bbca8099 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/shield_base.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/shield_base_nopattern.png b/1.11.2/assets/minecraft/textures/entity/shield_base_nopattern.png new file mode 100644 index 00000000..e96f89fb Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/shield_base_nopattern.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/shulker/shulker_black.png b/1.11.2/assets/minecraft/textures/entity/shulker/shulker_black.png new file mode 100644 index 00000000..1ddf5555 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/shulker/shulker_black.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/shulker/shulker_blue.png b/1.11.2/assets/minecraft/textures/entity/shulker/shulker_blue.png new file mode 100644 index 00000000..1276ab9f Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/shulker/shulker_blue.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/shulker/shulker_brown.png b/1.11.2/assets/minecraft/textures/entity/shulker/shulker_brown.png new file mode 100644 index 00000000..d71091bc Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/shulker/shulker_brown.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/shulker/shulker_cyan.png b/1.11.2/assets/minecraft/textures/entity/shulker/shulker_cyan.png new file mode 100644 index 00000000..e6066acf Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/shulker/shulker_cyan.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/shulker/shulker_gray.png b/1.11.2/assets/minecraft/textures/entity/shulker/shulker_gray.png new file mode 100644 index 00000000..846c2751 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/shulker/shulker_gray.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/shulker/shulker_green.png b/1.11.2/assets/minecraft/textures/entity/shulker/shulker_green.png new file mode 100644 index 00000000..d2a20506 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/shulker/shulker_green.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/shulker/shulker_light_blue.png b/1.11.2/assets/minecraft/textures/entity/shulker/shulker_light_blue.png new file mode 100644 index 00000000..cc91d1e0 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/shulker/shulker_light_blue.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/shulker/shulker_lime.png b/1.11.2/assets/minecraft/textures/entity/shulker/shulker_lime.png new file mode 100644 index 00000000..ab9e75fe Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/shulker/shulker_lime.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/shulker/shulker_magenta.png b/1.11.2/assets/minecraft/textures/entity/shulker/shulker_magenta.png new file mode 100644 index 00000000..7e973694 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/shulker/shulker_magenta.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/shulker/shulker_orange.png b/1.11.2/assets/minecraft/textures/entity/shulker/shulker_orange.png new file mode 100644 index 00000000..76537fdb Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/shulker/shulker_orange.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/shulker/shulker_pink.png b/1.11.2/assets/minecraft/textures/entity/shulker/shulker_pink.png new file mode 100644 index 00000000..112704e7 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/shulker/shulker_pink.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/shulker/shulker_purple.png b/1.11.2/assets/minecraft/textures/entity/shulker/shulker_purple.png new file mode 100644 index 00000000..d21605ab Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/shulker/shulker_purple.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/shulker/shulker_red.png b/1.11.2/assets/minecraft/textures/entity/shulker/shulker_red.png new file mode 100644 index 00000000..32980d3c Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/shulker/shulker_red.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/shulker/shulker_silver.png b/1.11.2/assets/minecraft/textures/entity/shulker/shulker_silver.png new file mode 100644 index 00000000..69f9b703 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/shulker/shulker_silver.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/shulker/shulker_white.png b/1.11.2/assets/minecraft/textures/entity/shulker/shulker_white.png new file mode 100644 index 00000000..1afecd62 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/shulker/shulker_white.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/shulker/shulker_yellow.png b/1.11.2/assets/minecraft/textures/entity/shulker/shulker_yellow.png new file mode 100644 index 00000000..e2db9ee8 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/shulker/shulker_yellow.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/shulker/spark.png b/1.11.2/assets/minecraft/textures/entity/shulker/spark.png new file mode 100644 index 00000000..69315a9e Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/shulker/spark.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/sign.png b/1.11.2/assets/minecraft/textures/entity/sign.png new file mode 100644 index 00000000..e0f23685 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/sign.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/silverfish.png b/1.11.2/assets/minecraft/textures/entity/silverfish.png new file mode 100644 index 00000000..54dd997d Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/silverfish.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/skeleton/skeleton.png b/1.11.2/assets/minecraft/textures/entity/skeleton/skeleton.png new file mode 100644 index 00000000..582312b9 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/skeleton/skeleton.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/skeleton/stray.png b/1.11.2/assets/minecraft/textures/entity/skeleton/stray.png new file mode 100644 index 00000000..2d73dfd4 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/skeleton/stray.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/skeleton/stray_overlay.png b/1.11.2/assets/minecraft/textures/entity/skeleton/stray_overlay.png new file mode 100644 index 00000000..eaff5c7f Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/skeleton/stray_overlay.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/skeleton/wither_skeleton.png b/1.11.2/assets/minecraft/textures/entity/skeleton/wither_skeleton.png new file mode 100644 index 00000000..a548a13c Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/skeleton/wither_skeleton.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/slime/magmacube.png b/1.11.2/assets/minecraft/textures/entity/slime/magmacube.png new file mode 100644 index 00000000..4f84f250 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/slime/magmacube.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/slime/slime.png b/1.11.2/assets/minecraft/textures/entity/slime/slime.png new file mode 100644 index 00000000..aaadb740 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/slime/slime.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/snowman.png b/1.11.2/assets/minecraft/textures/entity/snowman.png new file mode 100644 index 00000000..1bd733e3 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/snowman.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/spider/cave_spider.png b/1.11.2/assets/minecraft/textures/entity/spider/cave_spider.png new file mode 100644 index 00000000..25ac03aa Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/spider/cave_spider.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/spider/spider.png b/1.11.2/assets/minecraft/textures/entity/spider/spider.png new file mode 100644 index 00000000..8055059c Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/spider/spider.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/spider_eyes.png b/1.11.2/assets/minecraft/textures/entity/spider_eyes.png new file mode 100644 index 00000000..f49b78ff Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/spider_eyes.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/squid.png b/1.11.2/assets/minecraft/textures/entity/squid.png new file mode 100644 index 00000000..581054e8 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/squid.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/steve.png b/1.11.2/assets/minecraft/textures/entity/steve.png new file mode 100644 index 00000000..90d4fa23 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/steve.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/sweep.png b/1.11.2/assets/minecraft/textures/entity/sweep.png new file mode 100644 index 00000000..7ab002d6 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/sweep.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/villager/butcher.png b/1.11.2/assets/minecraft/textures/entity/villager/butcher.png new file mode 100644 index 00000000..afcd5c34 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/villager/butcher.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/villager/farmer.png b/1.11.2/assets/minecraft/textures/entity/villager/farmer.png new file mode 100644 index 00000000..c9827213 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/villager/farmer.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/villager/librarian.png b/1.11.2/assets/minecraft/textures/entity/villager/librarian.png new file mode 100644 index 00000000..be065e49 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/villager/librarian.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/villager/priest.png b/1.11.2/assets/minecraft/textures/entity/villager/priest.png new file mode 100644 index 00000000..91c8cb93 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/villager/priest.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/villager/smith.png b/1.11.2/assets/minecraft/textures/entity/villager/smith.png new file mode 100644 index 00000000..16a3b14c Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/villager/smith.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/villager/villager.png b/1.11.2/assets/minecraft/textures/entity/villager/villager.png new file mode 100644 index 00000000..4a62075a Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/villager/villager.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/witch.png b/1.11.2/assets/minecraft/textures/entity/witch.png new file mode 100644 index 00000000..1c38f562 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/witch.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/wither/wither.png b/1.11.2/assets/minecraft/textures/entity/wither/wither.png new file mode 100644 index 00000000..ee5a8d22 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/wither/wither.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/wither/wither_armor.png b/1.11.2/assets/minecraft/textures/entity/wither/wither_armor.png new file mode 100644 index 00000000..61e6da87 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/wither/wither_armor.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/wither/wither_invulnerable.png b/1.11.2/assets/minecraft/textures/entity/wither/wither_invulnerable.png new file mode 100644 index 00000000..144e1c44 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/wither/wither_invulnerable.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/wolf/wolf.png b/1.11.2/assets/minecraft/textures/entity/wolf/wolf.png new file mode 100644 index 00000000..109d0160 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/wolf/wolf.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/wolf/wolf_angry.png b/1.11.2/assets/minecraft/textures/entity/wolf/wolf_angry.png new file mode 100644 index 00000000..66e0aa01 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/wolf/wolf_angry.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/wolf/wolf_collar.png b/1.11.2/assets/minecraft/textures/entity/wolf/wolf_collar.png new file mode 100644 index 00000000..052cab72 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/wolf/wolf_collar.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/wolf/wolf_tame.png b/1.11.2/assets/minecraft/textures/entity/wolf/wolf_tame.png new file mode 100644 index 00000000..159e2987 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/wolf/wolf_tame.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/zombie/husk.png b/1.11.2/assets/minecraft/textures/entity/zombie/husk.png new file mode 100644 index 00000000..4fe739fa Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/zombie/husk.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/zombie/zombie.png b/1.11.2/assets/minecraft/textures/entity/zombie/zombie.png new file mode 100644 index 00000000..c9e8f4f1 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/zombie/zombie.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/zombie/zombie_villager.png b/1.11.2/assets/minecraft/textures/entity/zombie/zombie_villager.png new file mode 100644 index 00000000..8b599308 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/zombie/zombie_villager.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/zombie_pigman.png b/1.11.2/assets/minecraft/textures/entity/zombie_pigman.png new file mode 100644 index 00000000..4de83cda Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/zombie_pigman.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/zombie_villager/zombie_butcher.png b/1.11.2/assets/minecraft/textures/entity/zombie_villager/zombie_butcher.png new file mode 100644 index 00000000..26400522 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/zombie_villager/zombie_butcher.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/zombie_villager/zombie_farmer.png b/1.11.2/assets/minecraft/textures/entity/zombie_villager/zombie_farmer.png new file mode 100644 index 00000000..c942c1b6 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/zombie_villager/zombie_farmer.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/zombie_villager/zombie_librarian.png b/1.11.2/assets/minecraft/textures/entity/zombie_villager/zombie_librarian.png new file mode 100644 index 00000000..a119b2e4 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/zombie_villager/zombie_librarian.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/zombie_villager/zombie_priest.png b/1.11.2/assets/minecraft/textures/entity/zombie_villager/zombie_priest.png new file mode 100644 index 00000000..9d43e1e5 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/zombie_villager/zombie_priest.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/zombie_villager/zombie_smith.png b/1.11.2/assets/minecraft/textures/entity/zombie_villager/zombie_smith.png new file mode 100644 index 00000000..7651092c Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/zombie_villager/zombie_smith.png differ diff --git a/1.11.2/assets/minecraft/textures/entity/zombie_villager/zombie_villager.png b/1.11.2/assets/minecraft/textures/entity/zombie_villager/zombie_villager.png new file mode 100644 index 00000000..ac4647a7 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/entity/zombie_villager/zombie_villager.png differ diff --git a/1.11.2/assets/minecraft/textures/environment/clouds.png b/1.11.2/assets/minecraft/textures/environment/clouds.png new file mode 100644 index 00000000..146d9c50 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/environment/clouds.png differ diff --git a/1.11.2/assets/minecraft/textures/environment/end_sky.png b/1.11.2/assets/minecraft/textures/environment/end_sky.png new file mode 100644 index 00000000..9b69e1e1 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/environment/end_sky.png differ diff --git a/1.11.2/assets/minecraft/textures/environment/moon_phases.png b/1.11.2/assets/minecraft/textures/environment/moon_phases.png new file mode 100644 index 00000000..82d7c4b4 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/environment/moon_phases.png differ diff --git a/1.11.2/assets/minecraft/textures/environment/rain.png b/1.11.2/assets/minecraft/textures/environment/rain.png new file mode 100644 index 00000000..5ae31d26 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/environment/rain.png differ diff --git a/1.11.2/assets/minecraft/textures/environment/snow.png b/1.11.2/assets/minecraft/textures/environment/snow.png new file mode 100644 index 00000000..93544968 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/environment/snow.png differ diff --git a/1.11.2/assets/minecraft/textures/environment/sun.png b/1.11.2/assets/minecraft/textures/environment/sun.png new file mode 100644 index 00000000..9b0559e4 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/environment/sun.png differ diff --git a/1.11.2/assets/minecraft/textures/font/ascii.png b/1.11.2/assets/minecraft/textures/font/ascii.png new file mode 100644 index 00000000..45dd4851 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/ascii.png differ diff --git a/1.11.2/assets/minecraft/textures/font/ascii_sga.png b/1.11.2/assets/minecraft/textures/font/ascii_sga.png new file mode 100644 index 00000000..ba326b44 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/ascii_sga.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_00.png b/1.11.2/assets/minecraft/textures/font/unicode_page_00.png new file mode 100644 index 00000000..9ce3c25c Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_00.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_01.png b/1.11.2/assets/minecraft/textures/font/unicode_page_01.png new file mode 100644 index 00000000..a1d7b010 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_01.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_02.png b/1.11.2/assets/minecraft/textures/font/unicode_page_02.png new file mode 100644 index 00000000..b437ceba Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_02.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_03.png b/1.11.2/assets/minecraft/textures/font/unicode_page_03.png new file mode 100644 index 00000000..59fbbab7 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_03.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_04.png b/1.11.2/assets/minecraft/textures/font/unicode_page_04.png new file mode 100644 index 00000000..75a45230 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_04.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_05.png b/1.11.2/assets/minecraft/textures/font/unicode_page_05.png new file mode 100644 index 00000000..32b1c882 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_05.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_06.png b/1.11.2/assets/minecraft/textures/font/unicode_page_06.png new file mode 100644 index 00000000..825e8773 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_06.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_07.png b/1.11.2/assets/minecraft/textures/font/unicode_page_07.png new file mode 100644 index 00000000..df735261 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_07.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_09.png b/1.11.2/assets/minecraft/textures/font/unicode_page_09.png new file mode 100644 index 00000000..d6407e37 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_09.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_0a.png b/1.11.2/assets/minecraft/textures/font/unicode_page_0a.png new file mode 100644 index 00000000..a858b78d Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_0a.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_0b.png b/1.11.2/assets/minecraft/textures/font/unicode_page_0b.png new file mode 100644 index 00000000..bb6384bc Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_0b.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_0c.png b/1.11.2/assets/minecraft/textures/font/unicode_page_0c.png new file mode 100644 index 00000000..2f75930b Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_0c.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_0d.png b/1.11.2/assets/minecraft/textures/font/unicode_page_0d.png new file mode 100644 index 00000000..9ec8c216 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_0d.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_0e.png b/1.11.2/assets/minecraft/textures/font/unicode_page_0e.png new file mode 100644 index 00000000..03b8f531 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_0e.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_0f.png b/1.11.2/assets/minecraft/textures/font/unicode_page_0f.png new file mode 100644 index 00000000..b89ee65b Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_0f.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_10.png b/1.11.2/assets/minecraft/textures/font/unicode_page_10.png new file mode 100644 index 00000000..29243ef2 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_10.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_11.png b/1.11.2/assets/minecraft/textures/font/unicode_page_11.png new file mode 100644 index 00000000..6a5fd482 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_11.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_12.png b/1.11.2/assets/minecraft/textures/font/unicode_page_12.png new file mode 100644 index 00000000..8958ff8e Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_12.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_13.png b/1.11.2/assets/minecraft/textures/font/unicode_page_13.png new file mode 100644 index 00000000..7436dd19 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_13.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_14.png b/1.11.2/assets/minecraft/textures/font/unicode_page_14.png new file mode 100644 index 00000000..881126a3 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_14.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_15.png b/1.11.2/assets/minecraft/textures/font/unicode_page_15.png new file mode 100644 index 00000000..e931a61f Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_15.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_16.png b/1.11.2/assets/minecraft/textures/font/unicode_page_16.png new file mode 100644 index 00000000..d5e98cd4 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_16.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_17.png b/1.11.2/assets/minecraft/textures/font/unicode_page_17.png new file mode 100644 index 00000000..7f6a2570 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_17.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_18.png b/1.11.2/assets/minecraft/textures/font/unicode_page_18.png new file mode 100644 index 00000000..ba021cc5 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_18.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_19.png b/1.11.2/assets/minecraft/textures/font/unicode_page_19.png new file mode 100644 index 00000000..56cb5415 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_19.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_1a.png b/1.11.2/assets/minecraft/textures/font/unicode_page_1a.png new file mode 100644 index 00000000..edf8116e Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_1a.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_1b.png b/1.11.2/assets/minecraft/textures/font/unicode_page_1b.png new file mode 100644 index 00000000..0e64582b Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_1b.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_1c.png b/1.11.2/assets/minecraft/textures/font/unicode_page_1c.png new file mode 100644 index 00000000..8884fd2d Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_1c.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_1d.png b/1.11.2/assets/minecraft/textures/font/unicode_page_1d.png new file mode 100644 index 00000000..ca0b0771 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_1d.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_1e.png b/1.11.2/assets/minecraft/textures/font/unicode_page_1e.png new file mode 100644 index 00000000..9206f327 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_1e.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_1f.png b/1.11.2/assets/minecraft/textures/font/unicode_page_1f.png new file mode 100644 index 00000000..7e286329 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_1f.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_20.png b/1.11.2/assets/minecraft/textures/font/unicode_page_20.png new file mode 100644 index 00000000..151287eb Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_20.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_21.png b/1.11.2/assets/minecraft/textures/font/unicode_page_21.png new file mode 100644 index 00000000..b2c5ed4f Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_21.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_22.png b/1.11.2/assets/minecraft/textures/font/unicode_page_22.png new file mode 100644 index 00000000..761e8841 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_22.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_23.png b/1.11.2/assets/minecraft/textures/font/unicode_page_23.png new file mode 100644 index 00000000..09a9de80 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_23.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_24.png b/1.11.2/assets/minecraft/textures/font/unicode_page_24.png new file mode 100644 index 00000000..17da6400 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_24.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_25.png b/1.11.2/assets/minecraft/textures/font/unicode_page_25.png new file mode 100644 index 00000000..6ac17b63 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_25.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_26.png b/1.11.2/assets/minecraft/textures/font/unicode_page_26.png new file mode 100644 index 00000000..15bb7edf Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_26.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_27.png b/1.11.2/assets/minecraft/textures/font/unicode_page_27.png new file mode 100644 index 00000000..731b3211 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_27.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_28.png b/1.11.2/assets/minecraft/textures/font/unicode_page_28.png new file mode 100644 index 00000000..7d818ff0 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_28.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_29.png b/1.11.2/assets/minecraft/textures/font/unicode_page_29.png new file mode 100644 index 00000000..028ab30c Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_29.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_2a.png b/1.11.2/assets/minecraft/textures/font/unicode_page_2a.png new file mode 100644 index 00000000..200418f9 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_2a.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_2b.png b/1.11.2/assets/minecraft/textures/font/unicode_page_2b.png new file mode 100644 index 00000000..93390c21 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_2b.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_2c.png b/1.11.2/assets/minecraft/textures/font/unicode_page_2c.png new file mode 100644 index 00000000..c4d9cb2f Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_2c.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_2d.png b/1.11.2/assets/minecraft/textures/font/unicode_page_2d.png new file mode 100644 index 00000000..49d2c050 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_2d.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_2e.png b/1.11.2/assets/minecraft/textures/font/unicode_page_2e.png new file mode 100644 index 00000000..1c0a2229 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_2e.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_2f.png b/1.11.2/assets/minecraft/textures/font/unicode_page_2f.png new file mode 100644 index 00000000..2c7f3d44 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_2f.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_30.png b/1.11.2/assets/minecraft/textures/font/unicode_page_30.png new file mode 100644 index 00000000..ab73978d Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_30.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_31.png b/1.11.2/assets/minecraft/textures/font/unicode_page_31.png new file mode 100644 index 00000000..ae293b90 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_31.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_32.png b/1.11.2/assets/minecraft/textures/font/unicode_page_32.png new file mode 100644 index 00000000..7d855997 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_32.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_33.png b/1.11.2/assets/minecraft/textures/font/unicode_page_33.png new file mode 100644 index 00000000..8f1cb480 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_33.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_34.png b/1.11.2/assets/minecraft/textures/font/unicode_page_34.png new file mode 100644 index 00000000..8a09e580 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_34.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_35.png b/1.11.2/assets/minecraft/textures/font/unicode_page_35.png new file mode 100644 index 00000000..3a565474 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_35.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_36.png b/1.11.2/assets/minecraft/textures/font/unicode_page_36.png new file mode 100644 index 00000000..67a68bbf Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_36.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_37.png b/1.11.2/assets/minecraft/textures/font/unicode_page_37.png new file mode 100644 index 00000000..7ec28614 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_37.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_38.png b/1.11.2/assets/minecraft/textures/font/unicode_page_38.png new file mode 100644 index 00000000..ab6e4075 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_38.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_39.png b/1.11.2/assets/minecraft/textures/font/unicode_page_39.png new file mode 100644 index 00000000..9cf2359e Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_39.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_3a.png b/1.11.2/assets/minecraft/textures/font/unicode_page_3a.png new file mode 100644 index 00000000..fac267cc Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_3a.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_3b.png b/1.11.2/assets/minecraft/textures/font/unicode_page_3b.png new file mode 100644 index 00000000..28196a96 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_3b.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_3c.png b/1.11.2/assets/minecraft/textures/font/unicode_page_3c.png new file mode 100644 index 00000000..123bf50d Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_3c.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_3d.png b/1.11.2/assets/minecraft/textures/font/unicode_page_3d.png new file mode 100644 index 00000000..55849a4a Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_3d.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_3e.png b/1.11.2/assets/minecraft/textures/font/unicode_page_3e.png new file mode 100644 index 00000000..f83363e1 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_3e.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_3f.png b/1.11.2/assets/minecraft/textures/font/unicode_page_3f.png new file mode 100644 index 00000000..6e8e6c25 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_3f.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_40.png b/1.11.2/assets/minecraft/textures/font/unicode_page_40.png new file mode 100644 index 00000000..46965027 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_40.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_41.png b/1.11.2/assets/minecraft/textures/font/unicode_page_41.png new file mode 100644 index 00000000..20b31f9f Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_41.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_42.png b/1.11.2/assets/minecraft/textures/font/unicode_page_42.png new file mode 100644 index 00000000..8329ffc8 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_42.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_43.png b/1.11.2/assets/minecraft/textures/font/unicode_page_43.png new file mode 100644 index 00000000..178ddd11 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_43.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_44.png b/1.11.2/assets/minecraft/textures/font/unicode_page_44.png new file mode 100644 index 00000000..4e0f1047 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_44.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_45.png b/1.11.2/assets/minecraft/textures/font/unicode_page_45.png new file mode 100644 index 00000000..b5c8fd96 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_45.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_46.png b/1.11.2/assets/minecraft/textures/font/unicode_page_46.png new file mode 100644 index 00000000..3a555ae2 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_46.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_47.png b/1.11.2/assets/minecraft/textures/font/unicode_page_47.png new file mode 100644 index 00000000..2937661d Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_47.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_48.png b/1.11.2/assets/minecraft/textures/font/unicode_page_48.png new file mode 100644 index 00000000..55dd9de9 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_48.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_49.png b/1.11.2/assets/minecraft/textures/font/unicode_page_49.png new file mode 100644 index 00000000..20848de4 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_49.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_4a.png b/1.11.2/assets/minecraft/textures/font/unicode_page_4a.png new file mode 100644 index 00000000..5a74fb5a Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_4a.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_4b.png b/1.11.2/assets/minecraft/textures/font/unicode_page_4b.png new file mode 100644 index 00000000..f149afbc Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_4b.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_4c.png b/1.11.2/assets/minecraft/textures/font/unicode_page_4c.png new file mode 100644 index 00000000..265228a7 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_4c.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_4d.png b/1.11.2/assets/minecraft/textures/font/unicode_page_4d.png new file mode 100644 index 00000000..868d8811 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_4d.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_4e.png b/1.11.2/assets/minecraft/textures/font/unicode_page_4e.png new file mode 100644 index 00000000..1355cd2e Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_4e.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_4f.png b/1.11.2/assets/minecraft/textures/font/unicode_page_4f.png new file mode 100644 index 00000000..d30f7c3f Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_4f.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_50.png b/1.11.2/assets/minecraft/textures/font/unicode_page_50.png new file mode 100644 index 00000000..5ed3f8e6 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_50.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_51.png b/1.11.2/assets/minecraft/textures/font/unicode_page_51.png new file mode 100644 index 00000000..a6af532b Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_51.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_52.png b/1.11.2/assets/minecraft/textures/font/unicode_page_52.png new file mode 100644 index 00000000..f14535ae Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_52.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_53.png b/1.11.2/assets/minecraft/textures/font/unicode_page_53.png new file mode 100644 index 00000000..2200f6f1 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_53.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_54.png b/1.11.2/assets/minecraft/textures/font/unicode_page_54.png new file mode 100644 index 00000000..e135a589 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_54.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_55.png b/1.11.2/assets/minecraft/textures/font/unicode_page_55.png new file mode 100644 index 00000000..bd82497b Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_55.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_56.png b/1.11.2/assets/minecraft/textures/font/unicode_page_56.png new file mode 100644 index 00000000..4a5023e7 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_56.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_57.png b/1.11.2/assets/minecraft/textures/font/unicode_page_57.png new file mode 100644 index 00000000..ef24cc63 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_57.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_58.png b/1.11.2/assets/minecraft/textures/font/unicode_page_58.png new file mode 100644 index 00000000..134a98c8 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_58.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_59.png b/1.11.2/assets/minecraft/textures/font/unicode_page_59.png new file mode 100644 index 00000000..9bcb888d Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_59.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_5a.png b/1.11.2/assets/minecraft/textures/font/unicode_page_5a.png new file mode 100644 index 00000000..d143b86b Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_5a.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_5b.png b/1.11.2/assets/minecraft/textures/font/unicode_page_5b.png new file mode 100644 index 00000000..1dd61d5e Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_5b.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_5c.png b/1.11.2/assets/minecraft/textures/font/unicode_page_5c.png new file mode 100644 index 00000000..d31068be Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_5c.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_5d.png b/1.11.2/assets/minecraft/textures/font/unicode_page_5d.png new file mode 100644 index 00000000..33a6dce1 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_5d.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_5e.png b/1.11.2/assets/minecraft/textures/font/unicode_page_5e.png new file mode 100644 index 00000000..e40c41a3 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_5e.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_5f.png b/1.11.2/assets/minecraft/textures/font/unicode_page_5f.png new file mode 100644 index 00000000..2a7ad3f7 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_5f.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_60.png b/1.11.2/assets/minecraft/textures/font/unicode_page_60.png new file mode 100644 index 00000000..18efefda Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_60.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_61.png b/1.11.2/assets/minecraft/textures/font/unicode_page_61.png new file mode 100644 index 00000000..a9ca9f7d Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_61.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_62.png b/1.11.2/assets/minecraft/textures/font/unicode_page_62.png new file mode 100644 index 00000000..8a5a87d7 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_62.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_63.png b/1.11.2/assets/minecraft/textures/font/unicode_page_63.png new file mode 100644 index 00000000..036e4753 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_63.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_64.png b/1.11.2/assets/minecraft/textures/font/unicode_page_64.png new file mode 100644 index 00000000..a10ae372 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_64.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_65.png b/1.11.2/assets/minecraft/textures/font/unicode_page_65.png new file mode 100644 index 00000000..bf6eb3f3 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_65.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_66.png b/1.11.2/assets/minecraft/textures/font/unicode_page_66.png new file mode 100644 index 00000000..f3e35fa1 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_66.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_67.png b/1.11.2/assets/minecraft/textures/font/unicode_page_67.png new file mode 100644 index 00000000..4383d9ce Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_67.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_68.png b/1.11.2/assets/minecraft/textures/font/unicode_page_68.png new file mode 100644 index 00000000..71f7644b Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_68.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_69.png b/1.11.2/assets/minecraft/textures/font/unicode_page_69.png new file mode 100644 index 00000000..b285a058 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_69.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_6a.png b/1.11.2/assets/minecraft/textures/font/unicode_page_6a.png new file mode 100644 index 00000000..b4278c4b Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_6a.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_6b.png b/1.11.2/assets/minecraft/textures/font/unicode_page_6b.png new file mode 100644 index 00000000..380eef5e Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_6b.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_6c.png b/1.11.2/assets/minecraft/textures/font/unicode_page_6c.png new file mode 100644 index 00000000..6620b063 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_6c.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_6d.png b/1.11.2/assets/minecraft/textures/font/unicode_page_6d.png new file mode 100644 index 00000000..b994a641 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_6d.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_6e.png b/1.11.2/assets/minecraft/textures/font/unicode_page_6e.png new file mode 100644 index 00000000..1d362a34 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_6e.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_6f.png b/1.11.2/assets/minecraft/textures/font/unicode_page_6f.png new file mode 100644 index 00000000..93cfe0fd Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_6f.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_70.png b/1.11.2/assets/minecraft/textures/font/unicode_page_70.png new file mode 100644 index 00000000..cac0fee0 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_70.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_71.png b/1.11.2/assets/minecraft/textures/font/unicode_page_71.png new file mode 100644 index 00000000..c0482d73 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_71.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_72.png b/1.11.2/assets/minecraft/textures/font/unicode_page_72.png new file mode 100644 index 00000000..6cce66e3 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_72.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_73.png b/1.11.2/assets/minecraft/textures/font/unicode_page_73.png new file mode 100644 index 00000000..a4b176f6 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_73.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_74.png b/1.11.2/assets/minecraft/textures/font/unicode_page_74.png new file mode 100644 index 00000000..4edc9b75 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_74.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_75.png b/1.11.2/assets/minecraft/textures/font/unicode_page_75.png new file mode 100644 index 00000000..165bec43 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_75.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_76.png b/1.11.2/assets/minecraft/textures/font/unicode_page_76.png new file mode 100644 index 00000000..20cc7d10 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_76.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_77.png b/1.11.2/assets/minecraft/textures/font/unicode_page_77.png new file mode 100644 index 00000000..0ea76a12 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_77.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_78.png b/1.11.2/assets/minecraft/textures/font/unicode_page_78.png new file mode 100644 index 00000000..b4ac7243 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_78.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_79.png b/1.11.2/assets/minecraft/textures/font/unicode_page_79.png new file mode 100644 index 00000000..38dec1b2 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_79.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_7a.png b/1.11.2/assets/minecraft/textures/font/unicode_page_7a.png new file mode 100644 index 00000000..46c5b775 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_7a.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_7b.png b/1.11.2/assets/minecraft/textures/font/unicode_page_7b.png new file mode 100644 index 00000000..9e4ceaf6 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_7b.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_7c.png b/1.11.2/assets/minecraft/textures/font/unicode_page_7c.png new file mode 100644 index 00000000..c824b3ca Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_7c.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_7d.png b/1.11.2/assets/minecraft/textures/font/unicode_page_7d.png new file mode 100644 index 00000000..e4eb2152 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_7d.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_7e.png b/1.11.2/assets/minecraft/textures/font/unicode_page_7e.png new file mode 100644 index 00000000..7f584327 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_7e.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_7f.png b/1.11.2/assets/minecraft/textures/font/unicode_page_7f.png new file mode 100644 index 00000000..7fa83c84 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_7f.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_80.png b/1.11.2/assets/minecraft/textures/font/unicode_page_80.png new file mode 100644 index 00000000..80e8b155 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_80.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_81.png b/1.11.2/assets/minecraft/textures/font/unicode_page_81.png new file mode 100644 index 00000000..f18be662 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_81.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_82.png b/1.11.2/assets/minecraft/textures/font/unicode_page_82.png new file mode 100644 index 00000000..91cdd139 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_82.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_83.png b/1.11.2/assets/minecraft/textures/font/unicode_page_83.png new file mode 100644 index 00000000..0a1d861f Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_83.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_84.png b/1.11.2/assets/minecraft/textures/font/unicode_page_84.png new file mode 100644 index 00000000..18ee814d Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_84.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_85.png b/1.11.2/assets/minecraft/textures/font/unicode_page_85.png new file mode 100644 index 00000000..645cad66 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_85.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_86.png b/1.11.2/assets/minecraft/textures/font/unicode_page_86.png new file mode 100644 index 00000000..3c118b80 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_86.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_87.png b/1.11.2/assets/minecraft/textures/font/unicode_page_87.png new file mode 100644 index 00000000..6f5bcac9 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_87.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_88.png b/1.11.2/assets/minecraft/textures/font/unicode_page_88.png new file mode 100644 index 00000000..8fbfae67 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_88.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_89.png b/1.11.2/assets/minecraft/textures/font/unicode_page_89.png new file mode 100644 index 00000000..3b2285ac Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_89.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_8a.png b/1.11.2/assets/minecraft/textures/font/unicode_page_8a.png new file mode 100644 index 00000000..5a6f2fee Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_8a.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_8b.png b/1.11.2/assets/minecraft/textures/font/unicode_page_8b.png new file mode 100644 index 00000000..4d675c42 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_8b.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_8c.png b/1.11.2/assets/minecraft/textures/font/unicode_page_8c.png new file mode 100644 index 00000000..f20b84ac Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_8c.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_8d.png b/1.11.2/assets/minecraft/textures/font/unicode_page_8d.png new file mode 100644 index 00000000..8b09cc93 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_8d.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_8e.png b/1.11.2/assets/minecraft/textures/font/unicode_page_8e.png new file mode 100644 index 00000000..b2ef737f Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_8e.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_8f.png b/1.11.2/assets/minecraft/textures/font/unicode_page_8f.png new file mode 100644 index 00000000..d05c5cf5 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_8f.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_90.png b/1.11.2/assets/minecraft/textures/font/unicode_page_90.png new file mode 100644 index 00000000..87991035 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_90.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_91.png b/1.11.2/assets/minecraft/textures/font/unicode_page_91.png new file mode 100644 index 00000000..ad029b19 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_91.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_92.png b/1.11.2/assets/minecraft/textures/font/unicode_page_92.png new file mode 100644 index 00000000..ed1fd10c Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_92.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_93.png b/1.11.2/assets/minecraft/textures/font/unicode_page_93.png new file mode 100644 index 00000000..d59c7d2c Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_93.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_94.png b/1.11.2/assets/minecraft/textures/font/unicode_page_94.png new file mode 100644 index 00000000..9ec236c4 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_94.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_95.png b/1.11.2/assets/minecraft/textures/font/unicode_page_95.png new file mode 100644 index 00000000..6d1c3720 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_95.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_96.png b/1.11.2/assets/minecraft/textures/font/unicode_page_96.png new file mode 100644 index 00000000..5c9126af Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_96.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_97.png b/1.11.2/assets/minecraft/textures/font/unicode_page_97.png new file mode 100644 index 00000000..ee20b41c Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_97.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_98.png b/1.11.2/assets/minecraft/textures/font/unicode_page_98.png new file mode 100644 index 00000000..0b861937 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_98.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_99.png b/1.11.2/assets/minecraft/textures/font/unicode_page_99.png new file mode 100644 index 00000000..b3556435 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_99.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_9a.png b/1.11.2/assets/minecraft/textures/font/unicode_page_9a.png new file mode 100644 index 00000000..3ce9c9ac Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_9a.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_9b.png b/1.11.2/assets/minecraft/textures/font/unicode_page_9b.png new file mode 100644 index 00000000..0cc6e2ea Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_9b.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_9c.png b/1.11.2/assets/minecraft/textures/font/unicode_page_9c.png new file mode 100644 index 00000000..0e137984 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_9c.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_9d.png b/1.11.2/assets/minecraft/textures/font/unicode_page_9d.png new file mode 100644 index 00000000..0a414ffb Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_9d.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_9e.png b/1.11.2/assets/minecraft/textures/font/unicode_page_9e.png new file mode 100644 index 00000000..a0f036d3 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_9e.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_9f.png b/1.11.2/assets/minecraft/textures/font/unicode_page_9f.png new file mode 100644 index 00000000..bcf99b86 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_9f.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_a0.png b/1.11.2/assets/minecraft/textures/font/unicode_page_a0.png new file mode 100644 index 00000000..b4845fed Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_a0.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_a1.png b/1.11.2/assets/minecraft/textures/font/unicode_page_a1.png new file mode 100644 index 00000000..b6f63f73 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_a1.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_a2.png b/1.11.2/assets/minecraft/textures/font/unicode_page_a2.png new file mode 100644 index 00000000..3970bc3e Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_a2.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_a3.png b/1.11.2/assets/minecraft/textures/font/unicode_page_a3.png new file mode 100644 index 00000000..208b31c7 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_a3.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_a4.png b/1.11.2/assets/minecraft/textures/font/unicode_page_a4.png new file mode 100644 index 00000000..149225e6 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_a4.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_a5.png b/1.11.2/assets/minecraft/textures/font/unicode_page_a5.png new file mode 100644 index 00000000..f341e58b Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_a5.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_a6.png b/1.11.2/assets/minecraft/textures/font/unicode_page_a6.png new file mode 100644 index 00000000..d28ad134 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_a6.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_a7.png b/1.11.2/assets/minecraft/textures/font/unicode_page_a7.png new file mode 100644 index 00000000..b41be026 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_a7.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_a8.png b/1.11.2/assets/minecraft/textures/font/unicode_page_a8.png new file mode 100644 index 00000000..e6c928cf Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_a8.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_a9.png b/1.11.2/assets/minecraft/textures/font/unicode_page_a9.png new file mode 100644 index 00000000..0970c142 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_a9.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_aa.png b/1.11.2/assets/minecraft/textures/font/unicode_page_aa.png new file mode 100644 index 00000000..81927129 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_aa.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_ab.png b/1.11.2/assets/minecraft/textures/font/unicode_page_ab.png new file mode 100644 index 00000000..b771a716 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_ab.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_ac.png b/1.11.2/assets/minecraft/textures/font/unicode_page_ac.png new file mode 100644 index 00000000..2818b954 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_ac.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_ad.png b/1.11.2/assets/minecraft/textures/font/unicode_page_ad.png new file mode 100644 index 00000000..9d53d257 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_ad.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_ae.png b/1.11.2/assets/minecraft/textures/font/unicode_page_ae.png new file mode 100644 index 00000000..b10a7be8 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_ae.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_af.png b/1.11.2/assets/minecraft/textures/font/unicode_page_af.png new file mode 100644 index 00000000..612d1dfe Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_af.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_b0.png b/1.11.2/assets/minecraft/textures/font/unicode_page_b0.png new file mode 100644 index 00000000..aa0b1c9b Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_b0.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_b1.png b/1.11.2/assets/minecraft/textures/font/unicode_page_b1.png new file mode 100644 index 00000000..0f0f56e5 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_b1.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_b2.png b/1.11.2/assets/minecraft/textures/font/unicode_page_b2.png new file mode 100644 index 00000000..ecdeed09 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_b2.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_b3.png b/1.11.2/assets/minecraft/textures/font/unicode_page_b3.png new file mode 100644 index 00000000..daa46be8 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_b3.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_b4.png b/1.11.2/assets/minecraft/textures/font/unicode_page_b4.png new file mode 100644 index 00000000..9cd89ffa Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_b4.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_b5.png b/1.11.2/assets/minecraft/textures/font/unicode_page_b5.png new file mode 100644 index 00000000..d50990dc Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_b5.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_b6.png b/1.11.2/assets/minecraft/textures/font/unicode_page_b6.png new file mode 100644 index 00000000..7cbdbe5a Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_b6.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_b7.png b/1.11.2/assets/minecraft/textures/font/unicode_page_b7.png new file mode 100644 index 00000000..bb825321 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_b7.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_b8.png b/1.11.2/assets/minecraft/textures/font/unicode_page_b8.png new file mode 100644 index 00000000..d5d32ddc Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_b8.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_b9.png b/1.11.2/assets/minecraft/textures/font/unicode_page_b9.png new file mode 100644 index 00000000..2a579f00 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_b9.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_ba.png b/1.11.2/assets/minecraft/textures/font/unicode_page_ba.png new file mode 100644 index 00000000..ea646957 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_ba.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_bb.png b/1.11.2/assets/minecraft/textures/font/unicode_page_bb.png new file mode 100644 index 00000000..39a4b8f1 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_bb.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_bc.png b/1.11.2/assets/minecraft/textures/font/unicode_page_bc.png new file mode 100644 index 00000000..f9429784 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_bc.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_bd.png b/1.11.2/assets/minecraft/textures/font/unicode_page_bd.png new file mode 100644 index 00000000..783a79b1 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_bd.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_be.png b/1.11.2/assets/minecraft/textures/font/unicode_page_be.png new file mode 100644 index 00000000..2df8f23b Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_be.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_bf.png b/1.11.2/assets/minecraft/textures/font/unicode_page_bf.png new file mode 100644 index 00000000..da9f3c68 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_bf.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_c0.png b/1.11.2/assets/minecraft/textures/font/unicode_page_c0.png new file mode 100644 index 00000000..21ee4bec Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_c0.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_c1.png b/1.11.2/assets/minecraft/textures/font/unicode_page_c1.png new file mode 100644 index 00000000..c7cc199a Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_c1.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_c2.png b/1.11.2/assets/minecraft/textures/font/unicode_page_c2.png new file mode 100644 index 00000000..d3d80470 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_c2.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_c3.png b/1.11.2/assets/minecraft/textures/font/unicode_page_c3.png new file mode 100644 index 00000000..949ca7c3 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_c3.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_c4.png b/1.11.2/assets/minecraft/textures/font/unicode_page_c4.png new file mode 100644 index 00000000..85580db9 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_c4.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_c5.png b/1.11.2/assets/minecraft/textures/font/unicode_page_c5.png new file mode 100644 index 00000000..656e69f9 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_c5.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_c6.png b/1.11.2/assets/minecraft/textures/font/unicode_page_c6.png new file mode 100644 index 00000000..e9e9e77c Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_c6.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_c7.png b/1.11.2/assets/minecraft/textures/font/unicode_page_c7.png new file mode 100644 index 00000000..bafd17bf Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_c7.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_c8.png b/1.11.2/assets/minecraft/textures/font/unicode_page_c8.png new file mode 100644 index 00000000..5b02f56a Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_c8.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_c9.png b/1.11.2/assets/minecraft/textures/font/unicode_page_c9.png new file mode 100644 index 00000000..f162dc45 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_c9.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_ca.png b/1.11.2/assets/minecraft/textures/font/unicode_page_ca.png new file mode 100644 index 00000000..c548a6d5 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_ca.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_cb.png b/1.11.2/assets/minecraft/textures/font/unicode_page_cb.png new file mode 100644 index 00000000..bc38e37a Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_cb.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_cc.png b/1.11.2/assets/minecraft/textures/font/unicode_page_cc.png new file mode 100644 index 00000000..4c82ee76 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_cc.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_cd.png b/1.11.2/assets/minecraft/textures/font/unicode_page_cd.png new file mode 100644 index 00000000..a42247a2 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_cd.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_ce.png b/1.11.2/assets/minecraft/textures/font/unicode_page_ce.png new file mode 100644 index 00000000..ef0a4a78 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_ce.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_cf.png b/1.11.2/assets/minecraft/textures/font/unicode_page_cf.png new file mode 100644 index 00000000..d241750c Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_cf.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_d0.png b/1.11.2/assets/minecraft/textures/font/unicode_page_d0.png new file mode 100644 index 00000000..bc731344 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_d0.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_d1.png b/1.11.2/assets/minecraft/textures/font/unicode_page_d1.png new file mode 100644 index 00000000..cb6afe8e Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_d1.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_d2.png b/1.11.2/assets/minecraft/textures/font/unicode_page_d2.png new file mode 100644 index 00000000..62ae8252 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_d2.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_d3.png b/1.11.2/assets/minecraft/textures/font/unicode_page_d3.png new file mode 100644 index 00000000..a3d59892 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_d3.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_d4.png b/1.11.2/assets/minecraft/textures/font/unicode_page_d4.png new file mode 100644 index 00000000..893b3561 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_d4.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_d5.png b/1.11.2/assets/minecraft/textures/font/unicode_page_d5.png new file mode 100644 index 00000000..4f7774d9 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_d5.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_d6.png b/1.11.2/assets/minecraft/textures/font/unicode_page_d6.png new file mode 100644 index 00000000..f72847fb Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_d6.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_d7.png b/1.11.2/assets/minecraft/textures/font/unicode_page_d7.png new file mode 100644 index 00000000..845a04b7 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_d7.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_f9.png b/1.11.2/assets/minecraft/textures/font/unicode_page_f9.png new file mode 100644 index 00000000..185fd3cd Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_f9.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_fa.png b/1.11.2/assets/minecraft/textures/font/unicode_page_fa.png new file mode 100644 index 00000000..1824dd63 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_fa.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_fb.png b/1.11.2/assets/minecraft/textures/font/unicode_page_fb.png new file mode 100644 index 00000000..c900e2ab Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_fb.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_fc.png b/1.11.2/assets/minecraft/textures/font/unicode_page_fc.png new file mode 100644 index 00000000..49d460c1 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_fc.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_fd.png b/1.11.2/assets/minecraft/textures/font/unicode_page_fd.png new file mode 100644 index 00000000..bc492fcb Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_fd.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_fe.png b/1.11.2/assets/minecraft/textures/font/unicode_page_fe.png new file mode 100644 index 00000000..dddd6322 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_fe.png differ diff --git a/1.11.2/assets/minecraft/textures/font/unicode_page_ff.png b/1.11.2/assets/minecraft/textures/font/unicode_page_ff.png new file mode 100644 index 00000000..6a3dba3e Binary files /dev/null and b/1.11.2/assets/minecraft/textures/font/unicode_page_ff.png differ diff --git a/1.11.2/assets/minecraft/textures/gui/achievement/achievement_background.png b/1.11.2/assets/minecraft/textures/gui/achievement/achievement_background.png new file mode 100644 index 00000000..0d27c291 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/gui/achievement/achievement_background.png differ diff --git a/1.11.2/assets/minecraft/textures/gui/achievement/achievement_icons.png b/1.11.2/assets/minecraft/textures/gui/achievement/achievement_icons.png new file mode 100644 index 00000000..c18a5016 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/gui/achievement/achievement_icons.png differ diff --git a/1.11.2/assets/minecraft/textures/gui/bars.png b/1.11.2/assets/minecraft/textures/gui/bars.png new file mode 100644 index 00000000..a0562d20 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/gui/bars.png differ diff --git a/1.11.2/assets/minecraft/textures/gui/book.png b/1.11.2/assets/minecraft/textures/gui/book.png new file mode 100644 index 00000000..aa97cebd Binary files /dev/null and b/1.11.2/assets/minecraft/textures/gui/book.png differ diff --git a/1.11.2/assets/minecraft/textures/gui/container/anvil.png b/1.11.2/assets/minecraft/textures/gui/container/anvil.png new file mode 100644 index 00000000..7b7ab672 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/gui/container/anvil.png differ diff --git a/1.11.2/assets/minecraft/textures/gui/container/beacon.png b/1.11.2/assets/minecraft/textures/gui/container/beacon.png new file mode 100644 index 00000000..8bd02333 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/gui/container/beacon.png differ diff --git a/1.11.2/assets/minecraft/textures/gui/container/brewing_stand.png b/1.11.2/assets/minecraft/textures/gui/container/brewing_stand.png new file mode 100644 index 00000000..56b72ce9 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/gui/container/brewing_stand.png differ diff --git a/1.11.2/assets/minecraft/textures/gui/container/crafting_table.png b/1.11.2/assets/minecraft/textures/gui/container/crafting_table.png new file mode 100644 index 00000000..568593ce Binary files /dev/null and b/1.11.2/assets/minecraft/textures/gui/container/crafting_table.png differ diff --git a/1.11.2/assets/minecraft/textures/gui/container/creative_inventory/tab_inventory.png b/1.11.2/assets/minecraft/textures/gui/container/creative_inventory/tab_inventory.png new file mode 100644 index 00000000..f328206c Binary files /dev/null and b/1.11.2/assets/minecraft/textures/gui/container/creative_inventory/tab_inventory.png differ diff --git a/1.11.2/assets/minecraft/textures/gui/container/creative_inventory/tab_item_search.png b/1.11.2/assets/minecraft/textures/gui/container/creative_inventory/tab_item_search.png new file mode 100644 index 00000000..be178b74 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/gui/container/creative_inventory/tab_item_search.png differ diff --git a/1.11.2/assets/minecraft/textures/gui/container/creative_inventory/tab_items.png b/1.11.2/assets/minecraft/textures/gui/container/creative_inventory/tab_items.png new file mode 100644 index 00000000..2b6fbb9c Binary files /dev/null and b/1.11.2/assets/minecraft/textures/gui/container/creative_inventory/tab_items.png differ diff --git a/1.11.2/assets/minecraft/textures/gui/container/creative_inventory/tabs.png b/1.11.2/assets/minecraft/textures/gui/container/creative_inventory/tabs.png new file mode 100644 index 00000000..3f520235 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/gui/container/creative_inventory/tabs.png differ diff --git a/1.11.2/assets/minecraft/textures/gui/container/dispenser.png b/1.11.2/assets/minecraft/textures/gui/container/dispenser.png new file mode 100644 index 00000000..f840ee74 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/gui/container/dispenser.png differ diff --git a/1.11.2/assets/minecraft/textures/gui/container/enchanting_table.png b/1.11.2/assets/minecraft/textures/gui/container/enchanting_table.png new file mode 100644 index 00000000..15583fbf Binary files /dev/null and b/1.11.2/assets/minecraft/textures/gui/container/enchanting_table.png differ diff --git a/1.11.2/assets/minecraft/textures/gui/container/furnace.png b/1.11.2/assets/minecraft/textures/gui/container/furnace.png new file mode 100644 index 00000000..f40de39d Binary files /dev/null and b/1.11.2/assets/minecraft/textures/gui/container/furnace.png differ diff --git a/1.11.2/assets/minecraft/textures/gui/container/generic_54.png b/1.11.2/assets/minecraft/textures/gui/container/generic_54.png new file mode 100644 index 00000000..9169433f Binary files /dev/null and b/1.11.2/assets/minecraft/textures/gui/container/generic_54.png differ diff --git a/1.11.2/assets/minecraft/textures/gui/container/hopper.png b/1.11.2/assets/minecraft/textures/gui/container/hopper.png new file mode 100644 index 00000000..56f4b894 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/gui/container/hopper.png differ diff --git a/1.11.2/assets/minecraft/textures/gui/container/horse.png b/1.11.2/assets/minecraft/textures/gui/container/horse.png new file mode 100644 index 00000000..fdf1d971 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/gui/container/horse.png differ diff --git a/1.11.2/assets/minecraft/textures/gui/container/inventory.png b/1.11.2/assets/minecraft/textures/gui/container/inventory.png new file mode 100644 index 00000000..9ab3e6a8 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/gui/container/inventory.png differ diff --git a/1.11.2/assets/minecraft/textures/gui/container/shulker_box.png b/1.11.2/assets/minecraft/textures/gui/container/shulker_box.png new file mode 100644 index 00000000..40cbb46d Binary files /dev/null and b/1.11.2/assets/minecraft/textures/gui/container/shulker_box.png differ diff --git a/1.11.2/assets/minecraft/textures/gui/container/stats_icons.png b/1.11.2/assets/minecraft/textures/gui/container/stats_icons.png new file mode 100644 index 00000000..ff4029e9 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/gui/container/stats_icons.png differ diff --git a/1.11.2/assets/minecraft/textures/gui/container/villager.png b/1.11.2/assets/minecraft/textures/gui/container/villager.png new file mode 100644 index 00000000..edd8c4e9 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/gui/container/villager.png differ diff --git a/1.11.2/assets/minecraft/textures/gui/demo_background.png b/1.11.2/assets/minecraft/textures/gui/demo_background.png new file mode 100644 index 00000000..1f1f388d Binary files /dev/null and b/1.11.2/assets/minecraft/textures/gui/demo_background.png differ diff --git a/1.11.2/assets/minecraft/textures/gui/icons.png b/1.11.2/assets/minecraft/textures/gui/icons.png new file mode 100644 index 00000000..80877bf3 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/gui/icons.png differ diff --git a/1.11.2/assets/minecraft/textures/gui/options_background.png b/1.11.2/assets/minecraft/textures/gui/options_background.png new file mode 100644 index 00000000..5c02f918 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/gui/options_background.png differ diff --git a/1.11.2/assets/minecraft/textures/gui/presets/chaos.png b/1.11.2/assets/minecraft/textures/gui/presets/chaos.png new file mode 100644 index 00000000..dea833e4 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/gui/presets/chaos.png differ diff --git a/1.11.2/assets/minecraft/textures/gui/presets/delight.png b/1.11.2/assets/minecraft/textures/gui/presets/delight.png new file mode 100644 index 00000000..261f1b7e Binary files /dev/null and b/1.11.2/assets/minecraft/textures/gui/presets/delight.png differ diff --git a/1.11.2/assets/minecraft/textures/gui/presets/drought.png b/1.11.2/assets/minecraft/textures/gui/presets/drought.png new file mode 100644 index 00000000..dc277649 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/gui/presets/drought.png differ diff --git a/1.11.2/assets/minecraft/textures/gui/presets/isles.png b/1.11.2/assets/minecraft/textures/gui/presets/isles.png new file mode 100644 index 00000000..14251061 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/gui/presets/isles.png differ diff --git a/1.11.2/assets/minecraft/textures/gui/presets/luck.png b/1.11.2/assets/minecraft/textures/gui/presets/luck.png new file mode 100644 index 00000000..2b8aa062 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/gui/presets/luck.png differ diff --git a/1.11.2/assets/minecraft/textures/gui/presets/madness.png b/1.11.2/assets/minecraft/textures/gui/presets/madness.png new file mode 100644 index 00000000..c083316d Binary files /dev/null and b/1.11.2/assets/minecraft/textures/gui/presets/madness.png differ diff --git a/1.11.2/assets/minecraft/textures/gui/presets/water.png b/1.11.2/assets/minecraft/textures/gui/presets/water.png new file mode 100644 index 00000000..a680c36f Binary files /dev/null and b/1.11.2/assets/minecraft/textures/gui/presets/water.png differ diff --git a/1.11.2/assets/minecraft/textures/gui/resource_packs.png b/1.11.2/assets/minecraft/textures/gui/resource_packs.png new file mode 100644 index 00000000..4e90d743 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/gui/resource_packs.png differ diff --git a/1.11.2/assets/minecraft/textures/gui/server_selection.png b/1.11.2/assets/minecraft/textures/gui/server_selection.png new file mode 100644 index 00000000..74b06b3d Binary files /dev/null and b/1.11.2/assets/minecraft/textures/gui/server_selection.png differ diff --git a/1.11.2/assets/minecraft/textures/gui/spectator_widgets.png b/1.11.2/assets/minecraft/textures/gui/spectator_widgets.png new file mode 100644 index 00000000..26cc3dc2 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/gui/spectator_widgets.png differ diff --git a/1.11.2/assets/minecraft/textures/gui/stream_indicator.png b/1.11.2/assets/minecraft/textures/gui/stream_indicator.png new file mode 100644 index 00000000..48e1575a Binary files /dev/null and b/1.11.2/assets/minecraft/textures/gui/stream_indicator.png differ diff --git a/1.11.2/assets/minecraft/textures/gui/title/background/panorama_0.png b/1.11.2/assets/minecraft/textures/gui/title/background/panorama_0.png new file mode 100644 index 00000000..976ad597 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/gui/title/background/panorama_0.png differ diff --git a/1.11.2/assets/minecraft/textures/gui/title/background/panorama_1.png b/1.11.2/assets/minecraft/textures/gui/title/background/panorama_1.png new file mode 100644 index 00000000..788e2574 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/gui/title/background/panorama_1.png differ diff --git a/1.11.2/assets/minecraft/textures/gui/title/background/panorama_2.png b/1.11.2/assets/minecraft/textures/gui/title/background/panorama_2.png new file mode 100644 index 00000000..0436d776 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/gui/title/background/panorama_2.png differ diff --git a/1.11.2/assets/minecraft/textures/gui/title/background/panorama_3.png b/1.11.2/assets/minecraft/textures/gui/title/background/panorama_3.png new file mode 100644 index 00000000..98ba695a Binary files /dev/null and b/1.11.2/assets/minecraft/textures/gui/title/background/panorama_3.png differ diff --git a/1.11.2/assets/minecraft/textures/gui/title/background/panorama_4.png b/1.11.2/assets/minecraft/textures/gui/title/background/panorama_4.png new file mode 100644 index 00000000..03900967 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/gui/title/background/panorama_4.png differ diff --git a/1.11.2/assets/minecraft/textures/gui/title/background/panorama_5.png b/1.11.2/assets/minecraft/textures/gui/title/background/panorama_5.png new file mode 100644 index 00000000..a6e29ae9 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/gui/title/background/panorama_5.png differ diff --git a/1.11.2/assets/minecraft/textures/gui/title/minecraft.png b/1.11.2/assets/minecraft/textures/gui/title/minecraft.png new file mode 100644 index 00000000..e8010e92 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/gui/title/minecraft.png differ diff --git a/1.11.2/assets/minecraft/textures/gui/title/mojang.png b/1.11.2/assets/minecraft/textures/gui/title/mojang.png new file mode 100644 index 00000000..baef464c Binary files /dev/null and b/1.11.2/assets/minecraft/textures/gui/title/mojang.png differ diff --git a/1.11.2/assets/minecraft/textures/gui/widgets.png b/1.11.2/assets/minecraft/textures/gui/widgets.png new file mode 100644 index 00000000..e3c152c2 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/gui/widgets.png differ diff --git a/1.11.2/assets/minecraft/textures/gui/world_selection.png b/1.11.2/assets/minecraft/textures/gui/world_selection.png new file mode 100644 index 00000000..052a3671 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/gui/world_selection.png differ diff --git a/1.11.2/assets/minecraft/textures/items/acacia_boat.png b/1.11.2/assets/minecraft/textures/items/acacia_boat.png new file mode 100644 index 00000000..97c7d68e Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/acacia_boat.png differ diff --git a/1.11.2/assets/minecraft/textures/items/apple.png b/1.11.2/assets/minecraft/textures/items/apple.png new file mode 100644 index 00000000..3e2ee59f Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/apple.png differ diff --git a/1.11.2/assets/minecraft/textures/items/apple_golden.png b/1.11.2/assets/minecraft/textures/items/apple_golden.png new file mode 100644 index 00000000..62019898 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/apple_golden.png differ diff --git a/1.11.2/assets/minecraft/textures/items/arrow.png b/1.11.2/assets/minecraft/textures/items/arrow.png new file mode 100644 index 00000000..4f748a00 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/arrow.png differ diff --git a/1.11.2/assets/minecraft/textures/items/banner_overlay.png b/1.11.2/assets/minecraft/textures/items/banner_overlay.png new file mode 100644 index 00000000..999d0158 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/banner_overlay.png differ diff --git a/1.11.2/assets/minecraft/textures/items/barrier.png b/1.11.2/assets/minecraft/textures/items/barrier.png new file mode 100644 index 00000000..03c08fe4 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/barrier.png differ diff --git a/1.11.2/assets/minecraft/textures/items/bed.png b/1.11.2/assets/minecraft/textures/items/bed.png new file mode 100644 index 00000000..22a4cf04 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/bed.png differ diff --git a/1.11.2/assets/minecraft/textures/items/beef_cooked.png b/1.11.2/assets/minecraft/textures/items/beef_cooked.png new file mode 100644 index 00000000..1ecff370 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/beef_cooked.png differ diff --git a/1.11.2/assets/minecraft/textures/items/beef_raw.png b/1.11.2/assets/minecraft/textures/items/beef_raw.png new file mode 100644 index 00000000..82af4e7e Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/beef_raw.png differ diff --git a/1.11.2/assets/minecraft/textures/items/beetroot.png b/1.11.2/assets/minecraft/textures/items/beetroot.png new file mode 100644 index 00000000..390fac5d Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/beetroot.png differ diff --git a/1.11.2/assets/minecraft/textures/items/beetroot_seeds.png b/1.11.2/assets/minecraft/textures/items/beetroot_seeds.png new file mode 100644 index 00000000..067cb098 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/beetroot_seeds.png differ diff --git a/1.11.2/assets/minecraft/textures/items/beetroot_soup.png b/1.11.2/assets/minecraft/textures/items/beetroot_soup.png new file mode 100644 index 00000000..51eaa57c Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/beetroot_soup.png differ diff --git a/1.11.2/assets/minecraft/textures/items/birch_boat.png b/1.11.2/assets/minecraft/textures/items/birch_boat.png new file mode 100644 index 00000000..c073d8e6 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/birch_boat.png differ diff --git a/1.11.2/assets/minecraft/textures/items/blaze_powder.png b/1.11.2/assets/minecraft/textures/items/blaze_powder.png new file mode 100644 index 00000000..89c57d6e Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/blaze_powder.png differ diff --git a/1.11.2/assets/minecraft/textures/items/blaze_rod.png b/1.11.2/assets/minecraft/textures/items/blaze_rod.png new file mode 100644 index 00000000..7050e10f Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/blaze_rod.png differ diff --git a/1.11.2/assets/minecraft/textures/items/bone.png b/1.11.2/assets/minecraft/textures/items/bone.png new file mode 100644 index 00000000..40afdfc9 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/bone.png differ diff --git a/1.11.2/assets/minecraft/textures/items/book_enchanted.png b/1.11.2/assets/minecraft/textures/items/book_enchanted.png new file mode 100644 index 00000000..976d7d34 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/book_enchanted.png differ diff --git a/1.11.2/assets/minecraft/textures/items/book_normal.png b/1.11.2/assets/minecraft/textures/items/book_normal.png new file mode 100644 index 00000000..f791ae43 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/book_normal.png differ diff --git a/1.11.2/assets/minecraft/textures/items/book_writable.png b/1.11.2/assets/minecraft/textures/items/book_writable.png new file mode 100644 index 00000000..fa95246a Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/book_writable.png differ diff --git a/1.11.2/assets/minecraft/textures/items/book_written.png b/1.11.2/assets/minecraft/textures/items/book_written.png new file mode 100644 index 00000000..b2a2aa8e Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/book_written.png differ diff --git a/1.11.2/assets/minecraft/textures/items/bow_pulling_0.png b/1.11.2/assets/minecraft/textures/items/bow_pulling_0.png new file mode 100644 index 00000000..2022aabd Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/bow_pulling_0.png differ diff --git a/1.11.2/assets/minecraft/textures/items/bow_pulling_1.png b/1.11.2/assets/minecraft/textures/items/bow_pulling_1.png new file mode 100644 index 00000000..a1320795 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/bow_pulling_1.png differ diff --git a/1.11.2/assets/minecraft/textures/items/bow_pulling_2.png b/1.11.2/assets/minecraft/textures/items/bow_pulling_2.png new file mode 100644 index 00000000..d459e685 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/bow_pulling_2.png differ diff --git a/1.11.2/assets/minecraft/textures/items/bow_standby.png b/1.11.2/assets/minecraft/textures/items/bow_standby.png new file mode 100644 index 00000000..d709b9c8 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/bow_standby.png differ diff --git a/1.11.2/assets/minecraft/textures/items/bowl.png b/1.11.2/assets/minecraft/textures/items/bowl.png new file mode 100644 index 00000000..63d16ad6 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/bowl.png differ diff --git a/1.11.2/assets/minecraft/textures/items/bread.png b/1.11.2/assets/minecraft/textures/items/bread.png new file mode 100644 index 00000000..c833604c Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/bread.png differ diff --git a/1.11.2/assets/minecraft/textures/items/brewing_stand.png b/1.11.2/assets/minecraft/textures/items/brewing_stand.png new file mode 100644 index 00000000..18366331 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/brewing_stand.png differ diff --git a/1.11.2/assets/minecraft/textures/items/brick.png b/1.11.2/assets/minecraft/textures/items/brick.png new file mode 100644 index 00000000..11e74be6 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/brick.png differ diff --git a/1.11.2/assets/minecraft/textures/items/broken_elytra.png b/1.11.2/assets/minecraft/textures/items/broken_elytra.png new file mode 100644 index 00000000..eaea390d Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/broken_elytra.png differ diff --git a/1.11.2/assets/minecraft/textures/items/bucket_empty.png b/1.11.2/assets/minecraft/textures/items/bucket_empty.png new file mode 100644 index 00000000..f8e53692 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/bucket_empty.png differ diff --git a/1.11.2/assets/minecraft/textures/items/bucket_lava.png b/1.11.2/assets/minecraft/textures/items/bucket_lava.png new file mode 100644 index 00000000..13a19570 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/bucket_lava.png differ diff --git a/1.11.2/assets/minecraft/textures/items/bucket_milk.png b/1.11.2/assets/minecraft/textures/items/bucket_milk.png new file mode 100644 index 00000000..c77d92c5 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/bucket_milk.png differ diff --git a/1.11.2/assets/minecraft/textures/items/bucket_water.png b/1.11.2/assets/minecraft/textures/items/bucket_water.png new file mode 100644 index 00000000..2f36accb Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/bucket_water.png differ diff --git a/1.11.2/assets/minecraft/textures/items/cake.png b/1.11.2/assets/minecraft/textures/items/cake.png new file mode 100644 index 00000000..46e94b82 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/cake.png differ diff --git a/1.11.2/assets/minecraft/textures/items/carrot.png b/1.11.2/assets/minecraft/textures/items/carrot.png new file mode 100644 index 00000000..2d08aab9 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/carrot.png differ diff --git a/1.11.2/assets/minecraft/textures/items/carrot_golden.png b/1.11.2/assets/minecraft/textures/items/carrot_golden.png new file mode 100644 index 00000000..e0f1ea62 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/carrot_golden.png differ diff --git a/1.11.2/assets/minecraft/textures/items/carrot_on_a_stick.png b/1.11.2/assets/minecraft/textures/items/carrot_on_a_stick.png new file mode 100644 index 00000000..9e88571e Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/carrot_on_a_stick.png differ diff --git a/1.11.2/assets/minecraft/textures/items/cauldron.png b/1.11.2/assets/minecraft/textures/items/cauldron.png new file mode 100644 index 00000000..e3186ebd Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/cauldron.png differ diff --git a/1.11.2/assets/minecraft/textures/items/chainmail_boots.png b/1.11.2/assets/minecraft/textures/items/chainmail_boots.png new file mode 100644 index 00000000..54a4a159 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/chainmail_boots.png differ diff --git a/1.11.2/assets/minecraft/textures/items/chainmail_chestplate.png b/1.11.2/assets/minecraft/textures/items/chainmail_chestplate.png new file mode 100644 index 00000000..f8c6fd53 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/chainmail_chestplate.png differ diff --git a/1.11.2/assets/minecraft/textures/items/chainmail_helmet.png b/1.11.2/assets/minecraft/textures/items/chainmail_helmet.png new file mode 100644 index 00000000..a1433387 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/chainmail_helmet.png differ diff --git a/1.11.2/assets/minecraft/textures/items/chainmail_leggings.png b/1.11.2/assets/minecraft/textures/items/chainmail_leggings.png new file mode 100644 index 00000000..dae4b266 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/chainmail_leggings.png differ diff --git a/1.11.2/assets/minecraft/textures/items/charcoal.png b/1.11.2/assets/minecraft/textures/items/charcoal.png new file mode 100644 index 00000000..30ecbb2d Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/charcoal.png differ diff --git a/1.11.2/assets/minecraft/textures/items/chicken_cooked.png b/1.11.2/assets/minecraft/textures/items/chicken_cooked.png new file mode 100644 index 00000000..890b5b3f Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/chicken_cooked.png differ diff --git a/1.11.2/assets/minecraft/textures/items/chicken_raw.png b/1.11.2/assets/minecraft/textures/items/chicken_raw.png new file mode 100644 index 00000000..6d259224 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/chicken_raw.png differ diff --git a/1.11.2/assets/minecraft/textures/items/chorus_fruit.png b/1.11.2/assets/minecraft/textures/items/chorus_fruit.png new file mode 100644 index 00000000..3633ffb8 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/chorus_fruit.png differ diff --git a/1.11.2/assets/minecraft/textures/items/chorus_fruit_popped.png b/1.11.2/assets/minecraft/textures/items/chorus_fruit_popped.png new file mode 100644 index 00000000..d42b7f03 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/chorus_fruit_popped.png differ diff --git a/1.11.2/assets/minecraft/textures/items/clay_ball.png b/1.11.2/assets/minecraft/textures/items/clay_ball.png new file mode 100644 index 00000000..5103d6cc Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/clay_ball.png differ diff --git a/1.11.2/assets/minecraft/textures/items/clock_00.png b/1.11.2/assets/minecraft/textures/items/clock_00.png new file mode 100644 index 00000000..ef06df78 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/clock_00.png differ diff --git a/1.11.2/assets/minecraft/textures/items/clock_01.png b/1.11.2/assets/minecraft/textures/items/clock_01.png new file mode 100644 index 00000000..558826e9 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/clock_01.png differ diff --git a/1.11.2/assets/minecraft/textures/items/clock_02.png b/1.11.2/assets/minecraft/textures/items/clock_02.png new file mode 100644 index 00000000..566342d8 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/clock_02.png differ diff --git a/1.11.2/assets/minecraft/textures/items/clock_03.png b/1.11.2/assets/minecraft/textures/items/clock_03.png new file mode 100644 index 00000000..823f4133 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/clock_03.png differ diff --git a/1.11.2/assets/minecraft/textures/items/clock_04.png b/1.11.2/assets/minecraft/textures/items/clock_04.png new file mode 100644 index 00000000..6bdf2c56 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/clock_04.png differ diff --git a/1.11.2/assets/minecraft/textures/items/clock_05.png b/1.11.2/assets/minecraft/textures/items/clock_05.png new file mode 100644 index 00000000..ce75473a Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/clock_05.png differ diff --git a/1.11.2/assets/minecraft/textures/items/clock_06.png b/1.11.2/assets/minecraft/textures/items/clock_06.png new file mode 100644 index 00000000..35118583 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/clock_06.png differ diff --git a/1.11.2/assets/minecraft/textures/items/clock_07.png b/1.11.2/assets/minecraft/textures/items/clock_07.png new file mode 100644 index 00000000..faffee0f Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/clock_07.png differ diff --git a/1.11.2/assets/minecraft/textures/items/clock_08.png b/1.11.2/assets/minecraft/textures/items/clock_08.png new file mode 100644 index 00000000..a712e570 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/clock_08.png differ diff --git a/1.11.2/assets/minecraft/textures/items/clock_09.png b/1.11.2/assets/minecraft/textures/items/clock_09.png new file mode 100644 index 00000000..f89d9d82 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/clock_09.png differ diff --git a/1.11.2/assets/minecraft/textures/items/clock_10.png b/1.11.2/assets/minecraft/textures/items/clock_10.png new file mode 100644 index 00000000..93765b84 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/clock_10.png differ diff --git a/1.11.2/assets/minecraft/textures/items/clock_11.png b/1.11.2/assets/minecraft/textures/items/clock_11.png new file mode 100644 index 00000000..649e0c26 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/clock_11.png differ diff --git a/1.11.2/assets/minecraft/textures/items/clock_12.png b/1.11.2/assets/minecraft/textures/items/clock_12.png new file mode 100644 index 00000000..581c5fb5 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/clock_12.png differ diff --git a/1.11.2/assets/minecraft/textures/items/clock_13.png b/1.11.2/assets/minecraft/textures/items/clock_13.png new file mode 100644 index 00000000..f99f4edd Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/clock_13.png differ diff --git a/1.11.2/assets/minecraft/textures/items/clock_14.png b/1.11.2/assets/minecraft/textures/items/clock_14.png new file mode 100644 index 00000000..c06960f8 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/clock_14.png differ diff --git a/1.11.2/assets/minecraft/textures/items/clock_15.png b/1.11.2/assets/minecraft/textures/items/clock_15.png new file mode 100644 index 00000000..655cc269 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/clock_15.png differ diff --git a/1.11.2/assets/minecraft/textures/items/clock_16.png b/1.11.2/assets/minecraft/textures/items/clock_16.png new file mode 100644 index 00000000..1e6d2675 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/clock_16.png differ diff --git a/1.11.2/assets/minecraft/textures/items/clock_17.png b/1.11.2/assets/minecraft/textures/items/clock_17.png new file mode 100644 index 00000000..a159a038 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/clock_17.png differ diff --git a/1.11.2/assets/minecraft/textures/items/clock_18.png b/1.11.2/assets/minecraft/textures/items/clock_18.png new file mode 100644 index 00000000..3de00852 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/clock_18.png differ diff --git a/1.11.2/assets/minecraft/textures/items/clock_19.png b/1.11.2/assets/minecraft/textures/items/clock_19.png new file mode 100644 index 00000000..c311f89f Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/clock_19.png differ diff --git a/1.11.2/assets/minecraft/textures/items/clock_20.png b/1.11.2/assets/minecraft/textures/items/clock_20.png new file mode 100644 index 00000000..9e23788d Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/clock_20.png differ diff --git a/1.11.2/assets/minecraft/textures/items/clock_21.png b/1.11.2/assets/minecraft/textures/items/clock_21.png new file mode 100644 index 00000000..ef1426d5 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/clock_21.png differ diff --git a/1.11.2/assets/minecraft/textures/items/clock_22.png b/1.11.2/assets/minecraft/textures/items/clock_22.png new file mode 100644 index 00000000..2a4d1063 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/clock_22.png differ diff --git a/1.11.2/assets/minecraft/textures/items/clock_23.png b/1.11.2/assets/minecraft/textures/items/clock_23.png new file mode 100644 index 00000000..6ac7b236 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/clock_23.png differ diff --git a/1.11.2/assets/minecraft/textures/items/clock_24.png b/1.11.2/assets/minecraft/textures/items/clock_24.png new file mode 100644 index 00000000..38909b9a Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/clock_24.png differ diff --git a/1.11.2/assets/minecraft/textures/items/clock_25.png b/1.11.2/assets/minecraft/textures/items/clock_25.png new file mode 100644 index 00000000..9a007549 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/clock_25.png differ diff --git a/1.11.2/assets/minecraft/textures/items/clock_26.png b/1.11.2/assets/minecraft/textures/items/clock_26.png new file mode 100644 index 00000000..b5abba3f Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/clock_26.png differ diff --git a/1.11.2/assets/minecraft/textures/items/clock_27.png b/1.11.2/assets/minecraft/textures/items/clock_27.png new file mode 100644 index 00000000..a172a0c4 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/clock_27.png differ diff --git a/1.11.2/assets/minecraft/textures/items/clock_28.png b/1.11.2/assets/minecraft/textures/items/clock_28.png new file mode 100644 index 00000000..0a7b26bb Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/clock_28.png differ diff --git a/1.11.2/assets/minecraft/textures/items/clock_29.png b/1.11.2/assets/minecraft/textures/items/clock_29.png new file mode 100644 index 00000000..e9f1e56c Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/clock_29.png differ diff --git a/1.11.2/assets/minecraft/textures/items/clock_30.png b/1.11.2/assets/minecraft/textures/items/clock_30.png new file mode 100644 index 00000000..7cb68598 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/clock_30.png differ diff --git a/1.11.2/assets/minecraft/textures/items/clock_31.png b/1.11.2/assets/minecraft/textures/items/clock_31.png new file mode 100644 index 00000000..4bfff485 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/clock_31.png differ diff --git a/1.11.2/assets/minecraft/textures/items/clock_32.png b/1.11.2/assets/minecraft/textures/items/clock_32.png new file mode 100644 index 00000000..54537edd Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/clock_32.png differ diff --git a/1.11.2/assets/minecraft/textures/items/clock_33.png b/1.11.2/assets/minecraft/textures/items/clock_33.png new file mode 100644 index 00000000..4645b924 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/clock_33.png differ diff --git a/1.11.2/assets/minecraft/textures/items/clock_34.png b/1.11.2/assets/minecraft/textures/items/clock_34.png new file mode 100644 index 00000000..3d04df72 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/clock_34.png differ diff --git a/1.11.2/assets/minecraft/textures/items/clock_35.png b/1.11.2/assets/minecraft/textures/items/clock_35.png new file mode 100644 index 00000000..b0b13749 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/clock_35.png differ diff --git a/1.11.2/assets/minecraft/textures/items/clock_36.png b/1.11.2/assets/minecraft/textures/items/clock_36.png new file mode 100644 index 00000000..cb6bfbfb Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/clock_36.png differ diff --git a/1.11.2/assets/minecraft/textures/items/clock_37.png b/1.11.2/assets/minecraft/textures/items/clock_37.png new file mode 100644 index 00000000..816b257f Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/clock_37.png differ diff --git a/1.11.2/assets/minecraft/textures/items/clock_38.png b/1.11.2/assets/minecraft/textures/items/clock_38.png new file mode 100644 index 00000000..c3aa0160 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/clock_38.png differ diff --git a/1.11.2/assets/minecraft/textures/items/clock_39.png b/1.11.2/assets/minecraft/textures/items/clock_39.png new file mode 100644 index 00000000..f81d5a61 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/clock_39.png differ diff --git a/1.11.2/assets/minecraft/textures/items/clock_40.png b/1.11.2/assets/minecraft/textures/items/clock_40.png new file mode 100644 index 00000000..77964678 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/clock_40.png differ diff --git a/1.11.2/assets/minecraft/textures/items/clock_41.png b/1.11.2/assets/minecraft/textures/items/clock_41.png new file mode 100644 index 00000000..1f804564 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/clock_41.png differ diff --git a/1.11.2/assets/minecraft/textures/items/clock_42.png b/1.11.2/assets/minecraft/textures/items/clock_42.png new file mode 100644 index 00000000..3b120d97 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/clock_42.png differ diff --git a/1.11.2/assets/minecraft/textures/items/clock_43.png b/1.11.2/assets/minecraft/textures/items/clock_43.png new file mode 100644 index 00000000..e1b48343 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/clock_43.png differ diff --git a/1.11.2/assets/minecraft/textures/items/clock_44.png b/1.11.2/assets/minecraft/textures/items/clock_44.png new file mode 100644 index 00000000..851489a3 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/clock_44.png differ diff --git a/1.11.2/assets/minecraft/textures/items/clock_45.png b/1.11.2/assets/minecraft/textures/items/clock_45.png new file mode 100644 index 00000000..086ec28f Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/clock_45.png differ diff --git a/1.11.2/assets/minecraft/textures/items/clock_46.png b/1.11.2/assets/minecraft/textures/items/clock_46.png new file mode 100644 index 00000000..3b0bca4b Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/clock_46.png differ diff --git a/1.11.2/assets/minecraft/textures/items/clock_47.png b/1.11.2/assets/minecraft/textures/items/clock_47.png new file mode 100644 index 00000000..ec92161d Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/clock_47.png differ diff --git a/1.11.2/assets/minecraft/textures/items/clock_48.png b/1.11.2/assets/minecraft/textures/items/clock_48.png new file mode 100644 index 00000000..1a00a5ac Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/clock_48.png differ diff --git a/1.11.2/assets/minecraft/textures/items/clock_49.png b/1.11.2/assets/minecraft/textures/items/clock_49.png new file mode 100644 index 00000000..13e08b95 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/clock_49.png differ diff --git a/1.11.2/assets/minecraft/textures/items/clock_50.png b/1.11.2/assets/minecraft/textures/items/clock_50.png new file mode 100644 index 00000000..39edd8c0 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/clock_50.png differ diff --git a/1.11.2/assets/minecraft/textures/items/clock_51.png b/1.11.2/assets/minecraft/textures/items/clock_51.png new file mode 100644 index 00000000..fa4614ed Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/clock_51.png differ diff --git a/1.11.2/assets/minecraft/textures/items/clock_52.png b/1.11.2/assets/minecraft/textures/items/clock_52.png new file mode 100644 index 00000000..6578dc17 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/clock_52.png differ diff --git a/1.11.2/assets/minecraft/textures/items/clock_53.png b/1.11.2/assets/minecraft/textures/items/clock_53.png new file mode 100644 index 00000000..882cdd09 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/clock_53.png differ diff --git a/1.11.2/assets/minecraft/textures/items/clock_54.png b/1.11.2/assets/minecraft/textures/items/clock_54.png new file mode 100644 index 00000000..d6af37bd Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/clock_54.png differ diff --git a/1.11.2/assets/minecraft/textures/items/clock_55.png b/1.11.2/assets/minecraft/textures/items/clock_55.png new file mode 100644 index 00000000..909d24fd Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/clock_55.png differ diff --git a/1.11.2/assets/minecraft/textures/items/clock_56.png b/1.11.2/assets/minecraft/textures/items/clock_56.png new file mode 100644 index 00000000..f8ac1095 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/clock_56.png differ diff --git a/1.11.2/assets/minecraft/textures/items/clock_57.png b/1.11.2/assets/minecraft/textures/items/clock_57.png new file mode 100644 index 00000000..edfc89ff Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/clock_57.png differ diff --git a/1.11.2/assets/minecraft/textures/items/clock_58.png b/1.11.2/assets/minecraft/textures/items/clock_58.png new file mode 100644 index 00000000..76f6f933 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/clock_58.png differ diff --git a/1.11.2/assets/minecraft/textures/items/clock_59.png b/1.11.2/assets/minecraft/textures/items/clock_59.png new file mode 100644 index 00000000..9b01436d Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/clock_59.png differ diff --git a/1.11.2/assets/minecraft/textures/items/clock_60.png b/1.11.2/assets/minecraft/textures/items/clock_60.png new file mode 100644 index 00000000..3074f9c7 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/clock_60.png differ diff --git a/1.11.2/assets/minecraft/textures/items/clock_61.png b/1.11.2/assets/minecraft/textures/items/clock_61.png new file mode 100644 index 00000000..ca7b584f Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/clock_61.png differ diff --git a/1.11.2/assets/minecraft/textures/items/clock_62.png b/1.11.2/assets/minecraft/textures/items/clock_62.png new file mode 100644 index 00000000..1f014d60 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/clock_62.png differ diff --git a/1.11.2/assets/minecraft/textures/items/clock_63.png b/1.11.2/assets/minecraft/textures/items/clock_63.png new file mode 100644 index 00000000..4c55f08c Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/clock_63.png differ diff --git a/1.11.2/assets/minecraft/textures/items/coal.png b/1.11.2/assets/minecraft/textures/items/coal.png new file mode 100644 index 00000000..5563b6fc Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/coal.png differ diff --git a/1.11.2/assets/minecraft/textures/items/comparator.png b/1.11.2/assets/minecraft/textures/items/comparator.png new file mode 100644 index 00000000..a3d72c1f Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/comparator.png differ diff --git a/1.11.2/assets/minecraft/textures/items/compass_00.png b/1.11.2/assets/minecraft/textures/items/compass_00.png new file mode 100644 index 00000000..04e6f067 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/compass_00.png differ diff --git a/1.11.2/assets/minecraft/textures/items/compass_01.png b/1.11.2/assets/minecraft/textures/items/compass_01.png new file mode 100644 index 00000000..2c00488c Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/compass_01.png differ diff --git a/1.11.2/assets/minecraft/textures/items/compass_02.png b/1.11.2/assets/minecraft/textures/items/compass_02.png new file mode 100644 index 00000000..7ed3073e Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/compass_02.png differ diff --git a/1.11.2/assets/minecraft/textures/items/compass_03.png b/1.11.2/assets/minecraft/textures/items/compass_03.png new file mode 100644 index 00000000..6f4e1663 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/compass_03.png differ diff --git a/1.11.2/assets/minecraft/textures/items/compass_04.png b/1.11.2/assets/minecraft/textures/items/compass_04.png new file mode 100644 index 00000000..e721770d Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/compass_04.png differ diff --git a/1.11.2/assets/minecraft/textures/items/compass_05.png b/1.11.2/assets/minecraft/textures/items/compass_05.png new file mode 100644 index 00000000..0620ea5d Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/compass_05.png differ diff --git a/1.11.2/assets/minecraft/textures/items/compass_06.png b/1.11.2/assets/minecraft/textures/items/compass_06.png new file mode 100644 index 00000000..21a8747f Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/compass_06.png differ diff --git a/1.11.2/assets/minecraft/textures/items/compass_07.png b/1.11.2/assets/minecraft/textures/items/compass_07.png new file mode 100644 index 00000000..c2a347b1 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/compass_07.png differ diff --git a/1.11.2/assets/minecraft/textures/items/compass_08.png b/1.11.2/assets/minecraft/textures/items/compass_08.png new file mode 100644 index 00000000..c2a347b1 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/compass_08.png differ diff --git a/1.11.2/assets/minecraft/textures/items/compass_09.png b/1.11.2/assets/minecraft/textures/items/compass_09.png new file mode 100644 index 00000000..c2a347b1 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/compass_09.png differ diff --git a/1.11.2/assets/minecraft/textures/items/compass_10.png b/1.11.2/assets/minecraft/textures/items/compass_10.png new file mode 100644 index 00000000..7405ae86 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/compass_10.png differ diff --git a/1.11.2/assets/minecraft/textures/items/compass_11.png b/1.11.2/assets/minecraft/textures/items/compass_11.png new file mode 100644 index 00000000..18d3e9f1 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/compass_11.png differ diff --git a/1.11.2/assets/minecraft/textures/items/compass_12.png b/1.11.2/assets/minecraft/textures/items/compass_12.png new file mode 100644 index 00000000..5405a62f Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/compass_12.png differ diff --git a/1.11.2/assets/minecraft/textures/items/compass_13.png b/1.11.2/assets/minecraft/textures/items/compass_13.png new file mode 100644 index 00000000..1c3354b4 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/compass_13.png differ diff --git a/1.11.2/assets/minecraft/textures/items/compass_14.png b/1.11.2/assets/minecraft/textures/items/compass_14.png new file mode 100644 index 00000000..76d48f3e Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/compass_14.png differ diff --git a/1.11.2/assets/minecraft/textures/items/compass_15.png b/1.11.2/assets/minecraft/textures/items/compass_15.png new file mode 100644 index 00000000..bc0cd8b8 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/compass_15.png differ diff --git a/1.11.2/assets/minecraft/textures/items/compass_16.png b/1.11.2/assets/minecraft/textures/items/compass_16.png new file mode 100644 index 00000000..a9e603b2 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/compass_16.png differ diff --git a/1.11.2/assets/minecraft/textures/items/compass_17.png b/1.11.2/assets/minecraft/textures/items/compass_17.png new file mode 100644 index 00000000..36802213 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/compass_17.png differ diff --git a/1.11.2/assets/minecraft/textures/items/compass_18.png b/1.11.2/assets/minecraft/textures/items/compass_18.png new file mode 100644 index 00000000..edbc2eda Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/compass_18.png differ diff --git a/1.11.2/assets/minecraft/textures/items/compass_19.png b/1.11.2/assets/minecraft/textures/items/compass_19.png new file mode 100644 index 00000000..23c0c34b Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/compass_19.png differ diff --git a/1.11.2/assets/minecraft/textures/items/compass_20.png b/1.11.2/assets/minecraft/textures/items/compass_20.png new file mode 100644 index 00000000..5aaf8c50 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/compass_20.png differ diff --git a/1.11.2/assets/minecraft/textures/items/compass_21.png b/1.11.2/assets/minecraft/textures/items/compass_21.png new file mode 100644 index 00000000..8a99abd9 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/compass_21.png differ diff --git a/1.11.2/assets/minecraft/textures/items/compass_22.png b/1.11.2/assets/minecraft/textures/items/compass_22.png new file mode 100644 index 00000000..9dd84237 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/compass_22.png differ diff --git a/1.11.2/assets/minecraft/textures/items/compass_23.png b/1.11.2/assets/minecraft/textures/items/compass_23.png new file mode 100644 index 00000000..61d739e6 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/compass_23.png differ diff --git a/1.11.2/assets/minecraft/textures/items/compass_24.png b/1.11.2/assets/minecraft/textures/items/compass_24.png new file mode 100644 index 00000000..61d739e6 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/compass_24.png differ diff --git a/1.11.2/assets/minecraft/textures/items/compass_25.png b/1.11.2/assets/minecraft/textures/items/compass_25.png new file mode 100644 index 00000000..61d739e6 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/compass_25.png differ diff --git a/1.11.2/assets/minecraft/textures/items/compass_26.png b/1.11.2/assets/minecraft/textures/items/compass_26.png new file mode 100644 index 00000000..eb5e8027 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/compass_26.png differ diff --git a/1.11.2/assets/minecraft/textures/items/compass_27.png b/1.11.2/assets/minecraft/textures/items/compass_27.png new file mode 100644 index 00000000..348dac2e Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/compass_27.png differ diff --git a/1.11.2/assets/minecraft/textures/items/compass_28.png b/1.11.2/assets/minecraft/textures/items/compass_28.png new file mode 100644 index 00000000..8d681982 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/compass_28.png differ diff --git a/1.11.2/assets/minecraft/textures/items/compass_29.png b/1.11.2/assets/minecraft/textures/items/compass_29.png new file mode 100644 index 00000000..b1683b26 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/compass_29.png differ diff --git a/1.11.2/assets/minecraft/textures/items/compass_30.png b/1.11.2/assets/minecraft/textures/items/compass_30.png new file mode 100644 index 00000000..ba9be61d Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/compass_30.png differ diff --git a/1.11.2/assets/minecraft/textures/items/compass_31.png b/1.11.2/assets/minecraft/textures/items/compass_31.png new file mode 100644 index 00000000..2ae89a20 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/compass_31.png differ diff --git a/1.11.2/assets/minecraft/textures/items/cookie.png b/1.11.2/assets/minecraft/textures/items/cookie.png new file mode 100644 index 00000000..01fe56b1 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/cookie.png differ diff --git a/1.11.2/assets/minecraft/textures/items/dark_oak_boat.png b/1.11.2/assets/minecraft/textures/items/dark_oak_boat.png new file mode 100644 index 00000000..9fe7e3be Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/dark_oak_boat.png differ diff --git a/1.11.2/assets/minecraft/textures/items/diamond.png b/1.11.2/assets/minecraft/textures/items/diamond.png new file mode 100644 index 00000000..10e70a0c Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/diamond.png differ diff --git a/1.11.2/assets/minecraft/textures/items/diamond_axe.png b/1.11.2/assets/minecraft/textures/items/diamond_axe.png new file mode 100644 index 00000000..7627f87b Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/diamond_axe.png differ diff --git a/1.11.2/assets/minecraft/textures/items/diamond_boots.png b/1.11.2/assets/minecraft/textures/items/diamond_boots.png new file mode 100644 index 00000000..70d9e5f8 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/diamond_boots.png differ diff --git a/1.11.2/assets/minecraft/textures/items/diamond_chestplate.png b/1.11.2/assets/minecraft/textures/items/diamond_chestplate.png new file mode 100644 index 00000000..afdff93e Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/diamond_chestplate.png differ diff --git a/1.11.2/assets/minecraft/textures/items/diamond_helmet.png b/1.11.2/assets/minecraft/textures/items/diamond_helmet.png new file mode 100644 index 00000000..1c885924 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/diamond_helmet.png differ diff --git a/1.11.2/assets/minecraft/textures/items/diamond_hoe.png b/1.11.2/assets/minecraft/textures/items/diamond_hoe.png new file mode 100644 index 00000000..faca7432 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/diamond_hoe.png differ diff --git a/1.11.2/assets/minecraft/textures/items/diamond_horse_armor.png b/1.11.2/assets/minecraft/textures/items/diamond_horse_armor.png new file mode 100644 index 00000000..8164d3f9 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/diamond_horse_armor.png differ diff --git a/1.11.2/assets/minecraft/textures/items/diamond_leggings.png b/1.11.2/assets/minecraft/textures/items/diamond_leggings.png new file mode 100644 index 00000000..a99c8967 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/diamond_leggings.png differ diff --git a/1.11.2/assets/minecraft/textures/items/diamond_pickaxe.png b/1.11.2/assets/minecraft/textures/items/diamond_pickaxe.png new file mode 100644 index 00000000..c2798285 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/diamond_pickaxe.png differ diff --git a/1.11.2/assets/minecraft/textures/items/diamond_shovel.png b/1.11.2/assets/minecraft/textures/items/diamond_shovel.png new file mode 100644 index 00000000..e4a8992a Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/diamond_shovel.png differ diff --git a/1.11.2/assets/minecraft/textures/items/diamond_sword.png b/1.11.2/assets/minecraft/textures/items/diamond_sword.png new file mode 100644 index 00000000..a9f6cb47 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/diamond_sword.png differ diff --git a/1.11.2/assets/minecraft/textures/items/door_acacia.png b/1.11.2/assets/minecraft/textures/items/door_acacia.png new file mode 100644 index 00000000..201f93a7 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/door_acacia.png differ diff --git a/1.11.2/assets/minecraft/textures/items/door_birch.png b/1.11.2/assets/minecraft/textures/items/door_birch.png new file mode 100644 index 00000000..d279ef1b Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/door_birch.png differ diff --git a/1.11.2/assets/minecraft/textures/items/door_dark_oak.png b/1.11.2/assets/minecraft/textures/items/door_dark_oak.png new file mode 100644 index 00000000..4d2474dd Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/door_dark_oak.png differ diff --git a/1.11.2/assets/minecraft/textures/items/door_iron.png b/1.11.2/assets/minecraft/textures/items/door_iron.png new file mode 100644 index 00000000..c878badb Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/door_iron.png differ diff --git a/1.11.2/assets/minecraft/textures/items/door_jungle.png b/1.11.2/assets/minecraft/textures/items/door_jungle.png new file mode 100644 index 00000000..422401fb Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/door_jungle.png differ diff --git a/1.11.2/assets/minecraft/textures/items/door_spruce.png b/1.11.2/assets/minecraft/textures/items/door_spruce.png new file mode 100644 index 00000000..8d915f35 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/door_spruce.png differ diff --git a/1.11.2/assets/minecraft/textures/items/door_wood.png b/1.11.2/assets/minecraft/textures/items/door_wood.png new file mode 100644 index 00000000..6501fa45 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/door_wood.png differ diff --git a/1.11.2/assets/minecraft/textures/items/dragon_breath.png b/1.11.2/assets/minecraft/textures/items/dragon_breath.png new file mode 100644 index 00000000..b0e16256 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/dragon_breath.png differ diff --git a/1.11.2/assets/minecraft/textures/items/dye_powder_black.png b/1.11.2/assets/minecraft/textures/items/dye_powder_black.png new file mode 100644 index 00000000..909bea5e Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/dye_powder_black.png differ diff --git a/1.11.2/assets/minecraft/textures/items/dye_powder_blue.png b/1.11.2/assets/minecraft/textures/items/dye_powder_blue.png new file mode 100644 index 00000000..4713983e Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/dye_powder_blue.png differ diff --git a/1.11.2/assets/minecraft/textures/items/dye_powder_brown.png b/1.11.2/assets/minecraft/textures/items/dye_powder_brown.png new file mode 100644 index 00000000..62eae8d4 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/dye_powder_brown.png differ diff --git a/1.11.2/assets/minecraft/textures/items/dye_powder_cyan.png b/1.11.2/assets/minecraft/textures/items/dye_powder_cyan.png new file mode 100644 index 00000000..7b10c117 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/dye_powder_cyan.png differ diff --git a/1.11.2/assets/minecraft/textures/items/dye_powder_gray.png b/1.11.2/assets/minecraft/textures/items/dye_powder_gray.png new file mode 100644 index 00000000..4fce7e72 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/dye_powder_gray.png differ diff --git a/1.11.2/assets/minecraft/textures/items/dye_powder_green.png b/1.11.2/assets/minecraft/textures/items/dye_powder_green.png new file mode 100644 index 00000000..009e0587 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/dye_powder_green.png differ diff --git a/1.11.2/assets/minecraft/textures/items/dye_powder_light_blue.png b/1.11.2/assets/minecraft/textures/items/dye_powder_light_blue.png new file mode 100644 index 00000000..a8b45c92 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/dye_powder_light_blue.png differ diff --git a/1.11.2/assets/minecraft/textures/items/dye_powder_lime.png b/1.11.2/assets/minecraft/textures/items/dye_powder_lime.png new file mode 100644 index 00000000..7a787644 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/dye_powder_lime.png differ diff --git a/1.11.2/assets/minecraft/textures/items/dye_powder_magenta.png b/1.11.2/assets/minecraft/textures/items/dye_powder_magenta.png new file mode 100644 index 00000000..ea7342a8 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/dye_powder_magenta.png differ diff --git a/1.11.2/assets/minecraft/textures/items/dye_powder_orange.png b/1.11.2/assets/minecraft/textures/items/dye_powder_orange.png new file mode 100644 index 00000000..677a1aa6 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/dye_powder_orange.png differ diff --git a/1.11.2/assets/minecraft/textures/items/dye_powder_pink.png b/1.11.2/assets/minecraft/textures/items/dye_powder_pink.png new file mode 100644 index 00000000..1acc4834 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/dye_powder_pink.png differ diff --git a/1.11.2/assets/minecraft/textures/items/dye_powder_purple.png b/1.11.2/assets/minecraft/textures/items/dye_powder_purple.png new file mode 100644 index 00000000..7d201c26 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/dye_powder_purple.png differ diff --git a/1.11.2/assets/minecraft/textures/items/dye_powder_red.png b/1.11.2/assets/minecraft/textures/items/dye_powder_red.png new file mode 100644 index 00000000..2d1a7429 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/dye_powder_red.png differ diff --git a/1.11.2/assets/minecraft/textures/items/dye_powder_silver.png b/1.11.2/assets/minecraft/textures/items/dye_powder_silver.png new file mode 100644 index 00000000..fa9e501e Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/dye_powder_silver.png differ diff --git a/1.11.2/assets/minecraft/textures/items/dye_powder_white.png b/1.11.2/assets/minecraft/textures/items/dye_powder_white.png new file mode 100644 index 00000000..5b1833be Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/dye_powder_white.png differ diff --git a/1.11.2/assets/minecraft/textures/items/dye_powder_yellow.png b/1.11.2/assets/minecraft/textures/items/dye_powder_yellow.png new file mode 100644 index 00000000..95e06731 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/dye_powder_yellow.png differ diff --git a/1.11.2/assets/minecraft/textures/items/egg.png b/1.11.2/assets/minecraft/textures/items/egg.png new file mode 100644 index 00000000..a6fe2bfa Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/egg.png differ diff --git a/1.11.2/assets/minecraft/textures/items/elytra.png b/1.11.2/assets/minecraft/textures/items/elytra.png new file mode 100644 index 00000000..3be110e3 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/elytra.png differ diff --git a/1.11.2/assets/minecraft/textures/items/emerald.png b/1.11.2/assets/minecraft/textures/items/emerald.png new file mode 100644 index 00000000..98d953e2 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/emerald.png differ diff --git a/1.11.2/assets/minecraft/textures/items/empty_armor_slot_boots.png b/1.11.2/assets/minecraft/textures/items/empty_armor_slot_boots.png new file mode 100644 index 00000000..fd7e05fa Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/empty_armor_slot_boots.png differ diff --git a/1.11.2/assets/minecraft/textures/items/empty_armor_slot_chestplate.png b/1.11.2/assets/minecraft/textures/items/empty_armor_slot_chestplate.png new file mode 100644 index 00000000..6e632b9d Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/empty_armor_slot_chestplate.png differ diff --git a/1.11.2/assets/minecraft/textures/items/empty_armor_slot_helmet.png b/1.11.2/assets/minecraft/textures/items/empty_armor_slot_helmet.png new file mode 100644 index 00000000..3a455f3f Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/empty_armor_slot_helmet.png differ diff --git a/1.11.2/assets/minecraft/textures/items/empty_armor_slot_leggings.png b/1.11.2/assets/minecraft/textures/items/empty_armor_slot_leggings.png new file mode 100644 index 00000000..28b2c494 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/empty_armor_slot_leggings.png differ diff --git a/1.11.2/assets/minecraft/textures/items/empty_armor_slot_shield.png b/1.11.2/assets/minecraft/textures/items/empty_armor_slot_shield.png new file mode 100644 index 00000000..fa12e433 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/empty_armor_slot_shield.png differ diff --git a/1.11.2/assets/minecraft/textures/items/end_crystal.png b/1.11.2/assets/minecraft/textures/items/end_crystal.png new file mode 100644 index 00000000..3d69ab4b Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/end_crystal.png differ diff --git a/1.11.2/assets/minecraft/textures/items/ender_eye.png b/1.11.2/assets/minecraft/textures/items/ender_eye.png new file mode 100644 index 00000000..8c4ef4e8 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/ender_eye.png differ diff --git a/1.11.2/assets/minecraft/textures/items/ender_pearl.png b/1.11.2/assets/minecraft/textures/items/ender_pearl.png new file mode 100644 index 00000000..4b752a64 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/ender_pearl.png differ diff --git a/1.11.2/assets/minecraft/textures/items/experience_bottle.png b/1.11.2/assets/minecraft/textures/items/experience_bottle.png new file mode 100644 index 00000000..ae4214ff Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/experience_bottle.png differ diff --git a/1.11.2/assets/minecraft/textures/items/feather.png b/1.11.2/assets/minecraft/textures/items/feather.png new file mode 100644 index 00000000..d4c3be55 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/feather.png differ diff --git a/1.11.2/assets/minecraft/textures/items/fireball.png b/1.11.2/assets/minecraft/textures/items/fireball.png new file mode 100644 index 00000000..141bcbe6 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/fireball.png differ diff --git a/1.11.2/assets/minecraft/textures/items/fireworks.png b/1.11.2/assets/minecraft/textures/items/fireworks.png new file mode 100644 index 00000000..50c56363 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/fireworks.png differ diff --git a/1.11.2/assets/minecraft/textures/items/fireworks_charge.png b/1.11.2/assets/minecraft/textures/items/fireworks_charge.png new file mode 100644 index 00000000..a2e67af1 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/fireworks_charge.png differ diff --git a/1.11.2/assets/minecraft/textures/items/fireworks_charge_overlay.png b/1.11.2/assets/minecraft/textures/items/fireworks_charge_overlay.png new file mode 100644 index 00000000..d8b91a92 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/fireworks_charge_overlay.png differ diff --git a/1.11.2/assets/minecraft/textures/items/fish_clownfish_raw.png b/1.11.2/assets/minecraft/textures/items/fish_clownfish_raw.png new file mode 100644 index 00000000..717a57ad Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/fish_clownfish_raw.png differ diff --git a/1.11.2/assets/minecraft/textures/items/fish_cod_cooked.png b/1.11.2/assets/minecraft/textures/items/fish_cod_cooked.png new file mode 100644 index 00000000..87564c70 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/fish_cod_cooked.png differ diff --git a/1.11.2/assets/minecraft/textures/items/fish_cod_raw.png b/1.11.2/assets/minecraft/textures/items/fish_cod_raw.png new file mode 100644 index 00000000..ec50d33c Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/fish_cod_raw.png differ diff --git a/1.11.2/assets/minecraft/textures/items/fish_pufferfish_raw.png b/1.11.2/assets/minecraft/textures/items/fish_pufferfish_raw.png new file mode 100644 index 00000000..71f22ca9 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/fish_pufferfish_raw.png differ diff --git a/1.11.2/assets/minecraft/textures/items/fish_salmon_cooked.png b/1.11.2/assets/minecraft/textures/items/fish_salmon_cooked.png new file mode 100644 index 00000000..230a101d Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/fish_salmon_cooked.png differ diff --git a/1.11.2/assets/minecraft/textures/items/fish_salmon_raw.png b/1.11.2/assets/minecraft/textures/items/fish_salmon_raw.png new file mode 100644 index 00000000..988a8aac Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/fish_salmon_raw.png differ diff --git a/1.11.2/assets/minecraft/textures/items/fishing_rod_cast.png b/1.11.2/assets/minecraft/textures/items/fishing_rod_cast.png new file mode 100644 index 00000000..a5ab3781 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/fishing_rod_cast.png differ diff --git a/1.11.2/assets/minecraft/textures/items/fishing_rod_uncast.png b/1.11.2/assets/minecraft/textures/items/fishing_rod_uncast.png new file mode 100644 index 00000000..d4b53f0f Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/fishing_rod_uncast.png differ diff --git a/1.11.2/assets/minecraft/textures/items/flint.png b/1.11.2/assets/minecraft/textures/items/flint.png new file mode 100644 index 00000000..5f51093f Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/flint.png differ diff --git a/1.11.2/assets/minecraft/textures/items/flint_and_steel.png b/1.11.2/assets/minecraft/textures/items/flint_and_steel.png new file mode 100644 index 00000000..77bc3407 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/flint_and_steel.png differ diff --git a/1.11.2/assets/minecraft/textures/items/flower_pot.png b/1.11.2/assets/minecraft/textures/items/flower_pot.png new file mode 100644 index 00000000..c4f26d21 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/flower_pot.png differ diff --git a/1.11.2/assets/minecraft/textures/items/ghast_tear.png b/1.11.2/assets/minecraft/textures/items/ghast_tear.png new file mode 100644 index 00000000..e5c741f9 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/ghast_tear.png differ diff --git a/1.11.2/assets/minecraft/textures/items/glowstone_dust.png b/1.11.2/assets/minecraft/textures/items/glowstone_dust.png new file mode 100644 index 00000000..edd93a6d Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/glowstone_dust.png differ diff --git a/1.11.2/assets/minecraft/textures/items/gold_axe.png b/1.11.2/assets/minecraft/textures/items/gold_axe.png new file mode 100644 index 00000000..0f47b600 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/gold_axe.png differ diff --git a/1.11.2/assets/minecraft/textures/items/gold_boots.png b/1.11.2/assets/minecraft/textures/items/gold_boots.png new file mode 100644 index 00000000..f6033d25 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/gold_boots.png differ diff --git a/1.11.2/assets/minecraft/textures/items/gold_chestplate.png b/1.11.2/assets/minecraft/textures/items/gold_chestplate.png new file mode 100644 index 00000000..e36076ad Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/gold_chestplate.png differ diff --git a/1.11.2/assets/minecraft/textures/items/gold_helmet.png b/1.11.2/assets/minecraft/textures/items/gold_helmet.png new file mode 100644 index 00000000..9eb89a0c Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/gold_helmet.png differ diff --git a/1.11.2/assets/minecraft/textures/items/gold_hoe.png b/1.11.2/assets/minecraft/textures/items/gold_hoe.png new file mode 100644 index 00000000..99f8b041 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/gold_hoe.png differ diff --git a/1.11.2/assets/minecraft/textures/items/gold_horse_armor.png b/1.11.2/assets/minecraft/textures/items/gold_horse_armor.png new file mode 100644 index 00000000..ca15636f Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/gold_horse_armor.png differ diff --git a/1.11.2/assets/minecraft/textures/items/gold_ingot.png b/1.11.2/assets/minecraft/textures/items/gold_ingot.png new file mode 100644 index 00000000..ea781e71 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/gold_ingot.png differ diff --git a/1.11.2/assets/minecraft/textures/items/gold_leggings.png b/1.11.2/assets/minecraft/textures/items/gold_leggings.png new file mode 100644 index 00000000..da237713 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/gold_leggings.png differ diff --git a/1.11.2/assets/minecraft/textures/items/gold_nugget.png b/1.11.2/assets/minecraft/textures/items/gold_nugget.png new file mode 100644 index 00000000..3a9a2fe4 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/gold_nugget.png differ diff --git a/1.11.2/assets/minecraft/textures/items/gold_pickaxe.png b/1.11.2/assets/minecraft/textures/items/gold_pickaxe.png new file mode 100644 index 00000000..ecccafe6 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/gold_pickaxe.png differ diff --git a/1.11.2/assets/minecraft/textures/items/gold_shovel.png b/1.11.2/assets/minecraft/textures/items/gold_shovel.png new file mode 100644 index 00000000..150cbb97 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/gold_shovel.png differ diff --git a/1.11.2/assets/minecraft/textures/items/gold_sword.png b/1.11.2/assets/minecraft/textures/items/gold_sword.png new file mode 100644 index 00000000..0ddef045 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/gold_sword.png differ diff --git a/1.11.2/assets/minecraft/textures/items/gunpowder.png b/1.11.2/assets/minecraft/textures/items/gunpowder.png new file mode 100644 index 00000000..73cadece Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/gunpowder.png differ diff --git a/1.11.2/assets/minecraft/textures/items/hopper.png b/1.11.2/assets/minecraft/textures/items/hopper.png new file mode 100644 index 00000000..160ff8cd Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/hopper.png differ diff --git a/1.11.2/assets/minecraft/textures/items/iron_axe.png b/1.11.2/assets/minecraft/textures/items/iron_axe.png new file mode 100644 index 00000000..8bf133e3 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/iron_axe.png differ diff --git a/1.11.2/assets/minecraft/textures/items/iron_boots.png b/1.11.2/assets/minecraft/textures/items/iron_boots.png new file mode 100644 index 00000000..b69ca05c Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/iron_boots.png differ diff --git a/1.11.2/assets/minecraft/textures/items/iron_chestplate.png b/1.11.2/assets/minecraft/textures/items/iron_chestplate.png new file mode 100644 index 00000000..a16616c2 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/iron_chestplate.png differ diff --git a/1.11.2/assets/minecraft/textures/items/iron_helmet.png b/1.11.2/assets/minecraft/textures/items/iron_helmet.png new file mode 100644 index 00000000..65e64cc5 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/iron_helmet.png differ diff --git a/1.11.2/assets/minecraft/textures/items/iron_hoe.png b/1.11.2/assets/minecraft/textures/items/iron_hoe.png new file mode 100644 index 00000000..3d0497e2 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/iron_hoe.png differ diff --git a/1.11.2/assets/minecraft/textures/items/iron_horse_armor.png b/1.11.2/assets/minecraft/textures/items/iron_horse_armor.png new file mode 100644 index 00000000..6586097d Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/iron_horse_armor.png differ diff --git a/1.11.2/assets/minecraft/textures/items/iron_ingot.png b/1.11.2/assets/minecraft/textures/items/iron_ingot.png new file mode 100644 index 00000000..3833fa05 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/iron_ingot.png differ diff --git a/1.11.2/assets/minecraft/textures/items/iron_leggings.png b/1.11.2/assets/minecraft/textures/items/iron_leggings.png new file mode 100644 index 00000000..ad536739 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/iron_leggings.png differ diff --git a/1.11.2/assets/minecraft/textures/items/iron_nugget.png b/1.11.2/assets/minecraft/textures/items/iron_nugget.png new file mode 100644 index 00000000..2d2aeeb9 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/iron_nugget.png differ diff --git a/1.11.2/assets/minecraft/textures/items/iron_pickaxe.png b/1.11.2/assets/minecraft/textures/items/iron_pickaxe.png new file mode 100644 index 00000000..d21440bd Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/iron_pickaxe.png differ diff --git a/1.11.2/assets/minecraft/textures/items/iron_shovel.png b/1.11.2/assets/minecraft/textures/items/iron_shovel.png new file mode 100644 index 00000000..079b236c Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/iron_shovel.png differ diff --git a/1.11.2/assets/minecraft/textures/items/iron_sword.png b/1.11.2/assets/minecraft/textures/items/iron_sword.png new file mode 100644 index 00000000..4d49c5ae Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/iron_sword.png differ diff --git a/1.11.2/assets/minecraft/textures/items/item_frame.png b/1.11.2/assets/minecraft/textures/items/item_frame.png new file mode 100644 index 00000000..261c98a6 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/item_frame.png differ diff --git a/1.11.2/assets/minecraft/textures/items/jungle_boat.png b/1.11.2/assets/minecraft/textures/items/jungle_boat.png new file mode 100644 index 00000000..4c7ce5a4 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/jungle_boat.png differ diff --git a/1.11.2/assets/minecraft/textures/items/lead.png b/1.11.2/assets/minecraft/textures/items/lead.png new file mode 100644 index 00000000..23d76979 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/lead.png differ diff --git a/1.11.2/assets/minecraft/textures/items/leather.png b/1.11.2/assets/minecraft/textures/items/leather.png new file mode 100644 index 00000000..13dc1998 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/leather.png differ diff --git a/1.11.2/assets/minecraft/textures/items/leather_boots.png b/1.11.2/assets/minecraft/textures/items/leather_boots.png new file mode 100644 index 00000000..30989b00 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/leather_boots.png differ diff --git a/1.11.2/assets/minecraft/textures/items/leather_boots_overlay.png b/1.11.2/assets/minecraft/textures/items/leather_boots_overlay.png new file mode 100644 index 00000000..b6896d87 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/leather_boots_overlay.png differ diff --git a/1.11.2/assets/minecraft/textures/items/leather_chestplate.png b/1.11.2/assets/minecraft/textures/items/leather_chestplate.png new file mode 100644 index 00000000..7bdf1cca Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/leather_chestplate.png differ diff --git a/1.11.2/assets/minecraft/textures/items/leather_chestplate_overlay.png b/1.11.2/assets/minecraft/textures/items/leather_chestplate_overlay.png new file mode 100644 index 00000000..125fd348 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/leather_chestplate_overlay.png differ diff --git a/1.11.2/assets/minecraft/textures/items/leather_helmet.png b/1.11.2/assets/minecraft/textures/items/leather_helmet.png new file mode 100644 index 00000000..4d7307f0 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/leather_helmet.png differ diff --git a/1.11.2/assets/minecraft/textures/items/leather_helmet_overlay.png b/1.11.2/assets/minecraft/textures/items/leather_helmet_overlay.png new file mode 100644 index 00000000..8040d77f Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/leather_helmet_overlay.png differ diff --git a/1.11.2/assets/minecraft/textures/items/leather_leggings.png b/1.11.2/assets/minecraft/textures/items/leather_leggings.png new file mode 100644 index 00000000..5f395161 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/leather_leggings.png differ diff --git a/1.11.2/assets/minecraft/textures/items/leather_leggings_overlay.png b/1.11.2/assets/minecraft/textures/items/leather_leggings_overlay.png new file mode 100644 index 00000000..813ba262 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/leather_leggings_overlay.png differ diff --git a/1.11.2/assets/minecraft/textures/items/magma_cream.png b/1.11.2/assets/minecraft/textures/items/magma_cream.png new file mode 100644 index 00000000..d89b7bc5 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/magma_cream.png differ diff --git a/1.11.2/assets/minecraft/textures/items/map_empty.png b/1.11.2/assets/minecraft/textures/items/map_empty.png new file mode 100644 index 00000000..e8f5c0de Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/map_empty.png differ diff --git a/1.11.2/assets/minecraft/textures/items/map_filled.png b/1.11.2/assets/minecraft/textures/items/map_filled.png new file mode 100644 index 00000000..e26459ad Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/map_filled.png differ diff --git a/1.11.2/assets/minecraft/textures/items/map_filled_markings.png b/1.11.2/assets/minecraft/textures/items/map_filled_markings.png new file mode 100644 index 00000000..7eaa311e Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/map_filled_markings.png differ diff --git a/1.11.2/assets/minecraft/textures/items/melon.png b/1.11.2/assets/minecraft/textures/items/melon.png new file mode 100644 index 00000000..590f47a2 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/melon.png differ diff --git a/1.11.2/assets/minecraft/textures/items/melon_speckled.png b/1.11.2/assets/minecraft/textures/items/melon_speckled.png new file mode 100644 index 00000000..dee1bf56 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/melon_speckled.png differ diff --git a/1.11.2/assets/minecraft/textures/items/minecart_chest.png b/1.11.2/assets/minecraft/textures/items/minecart_chest.png new file mode 100644 index 00000000..78a37786 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/minecart_chest.png differ diff --git a/1.11.2/assets/minecraft/textures/items/minecart_command_block.png b/1.11.2/assets/minecraft/textures/items/minecart_command_block.png new file mode 100644 index 00000000..4f98ea37 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/minecart_command_block.png differ diff --git a/1.11.2/assets/minecraft/textures/items/minecart_furnace.png b/1.11.2/assets/minecraft/textures/items/minecart_furnace.png new file mode 100644 index 00000000..5478f25c Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/minecart_furnace.png differ diff --git a/1.11.2/assets/minecraft/textures/items/minecart_hopper.png b/1.11.2/assets/minecraft/textures/items/minecart_hopper.png new file mode 100644 index 00000000..045669d2 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/minecart_hopper.png differ diff --git a/1.11.2/assets/minecraft/textures/items/minecart_normal.png b/1.11.2/assets/minecraft/textures/items/minecart_normal.png new file mode 100644 index 00000000..2046f2bc Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/minecart_normal.png differ diff --git a/1.11.2/assets/minecraft/textures/items/minecart_tnt.png b/1.11.2/assets/minecraft/textures/items/minecart_tnt.png new file mode 100644 index 00000000..47e153af Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/minecart_tnt.png differ diff --git a/1.11.2/assets/minecraft/textures/items/mushroom_stew.png b/1.11.2/assets/minecraft/textures/items/mushroom_stew.png new file mode 100644 index 00000000..5598bc78 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/mushroom_stew.png differ diff --git a/1.11.2/assets/minecraft/textures/items/mutton_cooked.png b/1.11.2/assets/minecraft/textures/items/mutton_cooked.png new file mode 100644 index 00000000..87e6632a Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/mutton_cooked.png differ diff --git a/1.11.2/assets/minecraft/textures/items/mutton_raw.png b/1.11.2/assets/minecraft/textures/items/mutton_raw.png new file mode 100644 index 00000000..cedbfe2b Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/mutton_raw.png differ diff --git a/1.11.2/assets/minecraft/textures/items/name_tag.png b/1.11.2/assets/minecraft/textures/items/name_tag.png new file mode 100644 index 00000000..3d65fc87 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/name_tag.png differ diff --git a/1.11.2/assets/minecraft/textures/items/nether_star.png b/1.11.2/assets/minecraft/textures/items/nether_star.png new file mode 100644 index 00000000..6b848af0 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/nether_star.png differ diff --git a/1.11.2/assets/minecraft/textures/items/nether_wart.png b/1.11.2/assets/minecraft/textures/items/nether_wart.png new file mode 100644 index 00000000..09da1e33 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/nether_wart.png differ diff --git a/1.11.2/assets/minecraft/textures/items/netherbrick.png b/1.11.2/assets/minecraft/textures/items/netherbrick.png new file mode 100644 index 00000000..8ce4e3fc Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/netherbrick.png differ diff --git a/1.11.2/assets/minecraft/textures/items/oak_boat.png b/1.11.2/assets/minecraft/textures/items/oak_boat.png new file mode 100644 index 00000000..0176ac44 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/oak_boat.png differ diff --git a/1.11.2/assets/minecraft/textures/items/painting.png b/1.11.2/assets/minecraft/textures/items/painting.png new file mode 100644 index 00000000..b394f305 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/painting.png differ diff --git a/1.11.2/assets/minecraft/textures/items/paper.png b/1.11.2/assets/minecraft/textures/items/paper.png new file mode 100644 index 00000000..a1d9c7e2 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/paper.png differ diff --git a/1.11.2/assets/minecraft/textures/items/porkchop_cooked.png b/1.11.2/assets/minecraft/textures/items/porkchop_cooked.png new file mode 100644 index 00000000..a355cd0c Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/porkchop_cooked.png differ diff --git a/1.11.2/assets/minecraft/textures/items/porkchop_raw.png b/1.11.2/assets/minecraft/textures/items/porkchop_raw.png new file mode 100644 index 00000000..6c1ef739 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/porkchop_raw.png differ diff --git a/1.11.2/assets/minecraft/textures/items/potato.png b/1.11.2/assets/minecraft/textures/items/potato.png new file mode 100644 index 00000000..c1d8541e Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/potato.png differ diff --git a/1.11.2/assets/minecraft/textures/items/potato_baked.png b/1.11.2/assets/minecraft/textures/items/potato_baked.png new file mode 100644 index 00000000..6d12e98e Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/potato_baked.png differ diff --git a/1.11.2/assets/minecraft/textures/items/potato_poisonous.png b/1.11.2/assets/minecraft/textures/items/potato_poisonous.png new file mode 100644 index 00000000..6f154afa Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/potato_poisonous.png differ diff --git a/1.11.2/assets/minecraft/textures/items/potion_bottle_drinkable.png b/1.11.2/assets/minecraft/textures/items/potion_bottle_drinkable.png new file mode 100644 index 00000000..bdb132d0 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/potion_bottle_drinkable.png differ diff --git a/1.11.2/assets/minecraft/textures/items/potion_bottle_empty.png b/1.11.2/assets/minecraft/textures/items/potion_bottle_empty.png new file mode 100644 index 00000000..bdb132d0 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/potion_bottle_empty.png differ diff --git a/1.11.2/assets/minecraft/textures/items/potion_bottle_lingering.png b/1.11.2/assets/minecraft/textures/items/potion_bottle_lingering.png new file mode 100644 index 00000000..05c0936c Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/potion_bottle_lingering.png differ diff --git a/1.11.2/assets/minecraft/textures/items/potion_bottle_splash.png b/1.11.2/assets/minecraft/textures/items/potion_bottle_splash.png new file mode 100644 index 00000000..03b1f90a Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/potion_bottle_splash.png differ diff --git a/1.11.2/assets/minecraft/textures/items/potion_overlay.png b/1.11.2/assets/minecraft/textures/items/potion_overlay.png new file mode 100644 index 00000000..0e7be300 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/potion_overlay.png differ diff --git a/1.11.2/assets/minecraft/textures/items/prismarine_crystals.png b/1.11.2/assets/minecraft/textures/items/prismarine_crystals.png new file mode 100644 index 00000000..21dd442c Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/prismarine_crystals.png differ diff --git a/1.11.2/assets/minecraft/textures/items/prismarine_shard.png b/1.11.2/assets/minecraft/textures/items/prismarine_shard.png new file mode 100644 index 00000000..36ecfae8 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/prismarine_shard.png differ diff --git a/1.11.2/assets/minecraft/textures/items/pumpkin_pie.png b/1.11.2/assets/minecraft/textures/items/pumpkin_pie.png new file mode 100644 index 00000000..c21a032b Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/pumpkin_pie.png differ diff --git a/1.11.2/assets/minecraft/textures/items/quartz.png b/1.11.2/assets/minecraft/textures/items/quartz.png new file mode 100644 index 00000000..e615688b Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/quartz.png differ diff --git a/1.11.2/assets/minecraft/textures/items/rabbit_cooked.png b/1.11.2/assets/minecraft/textures/items/rabbit_cooked.png new file mode 100644 index 00000000..3fbc5f2b Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/rabbit_cooked.png differ diff --git a/1.11.2/assets/minecraft/textures/items/rabbit_foot.png b/1.11.2/assets/minecraft/textures/items/rabbit_foot.png new file mode 100644 index 00000000..be1b5ef4 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/rabbit_foot.png differ diff --git a/1.11.2/assets/minecraft/textures/items/rabbit_hide.png b/1.11.2/assets/minecraft/textures/items/rabbit_hide.png new file mode 100644 index 00000000..9294cc67 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/rabbit_hide.png differ diff --git a/1.11.2/assets/minecraft/textures/items/rabbit_raw.png b/1.11.2/assets/minecraft/textures/items/rabbit_raw.png new file mode 100644 index 00000000..4e7e33c1 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/rabbit_raw.png differ diff --git a/1.11.2/assets/minecraft/textures/items/rabbit_stew.png b/1.11.2/assets/minecraft/textures/items/rabbit_stew.png new file mode 100644 index 00000000..d0207bb2 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/rabbit_stew.png differ diff --git a/1.11.2/assets/minecraft/textures/items/record_11.png b/1.11.2/assets/minecraft/textures/items/record_11.png new file mode 100644 index 00000000..a6aa1474 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/record_11.png differ diff --git a/1.11.2/assets/minecraft/textures/items/record_13.png b/1.11.2/assets/minecraft/textures/items/record_13.png new file mode 100644 index 00000000..8cd91b94 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/record_13.png differ diff --git a/1.11.2/assets/minecraft/textures/items/record_blocks.png b/1.11.2/assets/minecraft/textures/items/record_blocks.png new file mode 100644 index 00000000..3732d6c9 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/record_blocks.png differ diff --git a/1.11.2/assets/minecraft/textures/items/record_cat.png b/1.11.2/assets/minecraft/textures/items/record_cat.png new file mode 100644 index 00000000..b3527efb Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/record_cat.png differ diff --git a/1.11.2/assets/minecraft/textures/items/record_chirp.png b/1.11.2/assets/minecraft/textures/items/record_chirp.png new file mode 100644 index 00000000..63068e1a Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/record_chirp.png differ diff --git a/1.11.2/assets/minecraft/textures/items/record_far.png b/1.11.2/assets/minecraft/textures/items/record_far.png new file mode 100644 index 00000000..443ded23 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/record_far.png differ diff --git a/1.11.2/assets/minecraft/textures/items/record_mall.png b/1.11.2/assets/minecraft/textures/items/record_mall.png new file mode 100644 index 00000000..a2bf0d61 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/record_mall.png differ diff --git a/1.11.2/assets/minecraft/textures/items/record_mellohi.png b/1.11.2/assets/minecraft/textures/items/record_mellohi.png new file mode 100644 index 00000000..466f5af4 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/record_mellohi.png differ diff --git a/1.11.2/assets/minecraft/textures/items/record_stal.png b/1.11.2/assets/minecraft/textures/items/record_stal.png new file mode 100644 index 00000000..731dad63 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/record_stal.png differ diff --git a/1.11.2/assets/minecraft/textures/items/record_strad.png b/1.11.2/assets/minecraft/textures/items/record_strad.png new file mode 100644 index 00000000..c7e42ccd Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/record_strad.png differ diff --git a/1.11.2/assets/minecraft/textures/items/record_wait.png b/1.11.2/assets/minecraft/textures/items/record_wait.png new file mode 100644 index 00000000..5306b514 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/record_wait.png differ diff --git a/1.11.2/assets/minecraft/textures/items/record_ward.png b/1.11.2/assets/minecraft/textures/items/record_ward.png new file mode 100644 index 00000000..6d053fe9 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/record_ward.png differ diff --git a/1.11.2/assets/minecraft/textures/items/redstone_dust.png b/1.11.2/assets/minecraft/textures/items/redstone_dust.png new file mode 100644 index 00000000..6da938be Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/redstone_dust.png differ diff --git a/1.11.2/assets/minecraft/textures/items/reeds.png b/1.11.2/assets/minecraft/textures/items/reeds.png new file mode 100644 index 00000000..40872c66 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/reeds.png differ diff --git a/1.11.2/assets/minecraft/textures/items/repeater.png b/1.11.2/assets/minecraft/textures/items/repeater.png new file mode 100644 index 00000000..7a07381c Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/repeater.png differ diff --git a/1.11.2/assets/minecraft/textures/items/rotten_flesh.png b/1.11.2/assets/minecraft/textures/items/rotten_flesh.png new file mode 100644 index 00000000..3f39998e Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/rotten_flesh.png differ diff --git a/1.11.2/assets/minecraft/textures/items/ruby.png b/1.11.2/assets/minecraft/textures/items/ruby.png new file mode 100644 index 00000000..4f288d95 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/ruby.png differ diff --git a/1.11.2/assets/minecraft/textures/items/saddle.png b/1.11.2/assets/minecraft/textures/items/saddle.png new file mode 100644 index 00000000..b12eafa7 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/saddle.png differ diff --git a/1.11.2/assets/minecraft/textures/items/seeds_melon.png b/1.11.2/assets/minecraft/textures/items/seeds_melon.png new file mode 100644 index 00000000..ef84499c Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/seeds_melon.png differ diff --git a/1.11.2/assets/minecraft/textures/items/seeds_pumpkin.png b/1.11.2/assets/minecraft/textures/items/seeds_pumpkin.png new file mode 100644 index 00000000..8d8f0761 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/seeds_pumpkin.png differ diff --git a/1.11.2/assets/minecraft/textures/items/seeds_wheat.png b/1.11.2/assets/minecraft/textures/items/seeds_wheat.png new file mode 100644 index 00000000..83d23a6e Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/seeds_wheat.png differ diff --git a/1.11.2/assets/minecraft/textures/items/shears.png b/1.11.2/assets/minecraft/textures/items/shears.png new file mode 100644 index 00000000..f9c6de19 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/shears.png differ diff --git a/1.11.2/assets/minecraft/textures/items/shulker_shell.png b/1.11.2/assets/minecraft/textures/items/shulker_shell.png new file mode 100644 index 00000000..1127b940 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/shulker_shell.png differ diff --git a/1.11.2/assets/minecraft/textures/items/sign.png b/1.11.2/assets/minecraft/textures/items/sign.png new file mode 100644 index 00000000..9b6e2ee2 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/sign.png differ diff --git a/1.11.2/assets/minecraft/textures/items/slimeball.png b/1.11.2/assets/minecraft/textures/items/slimeball.png new file mode 100644 index 00000000..e14dc942 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/slimeball.png differ diff --git a/1.11.2/assets/minecraft/textures/items/snowball.png b/1.11.2/assets/minecraft/textures/items/snowball.png new file mode 100644 index 00000000..340c6398 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/snowball.png differ diff --git a/1.11.2/assets/minecraft/textures/items/spawn_egg.png b/1.11.2/assets/minecraft/textures/items/spawn_egg.png new file mode 100644 index 00000000..f4c7dee1 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/spawn_egg.png differ diff --git a/1.11.2/assets/minecraft/textures/items/spawn_egg_overlay.png b/1.11.2/assets/minecraft/textures/items/spawn_egg_overlay.png new file mode 100644 index 00000000..83ec78f1 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/spawn_egg_overlay.png differ diff --git a/1.11.2/assets/minecraft/textures/items/spectral_arrow.png b/1.11.2/assets/minecraft/textures/items/spectral_arrow.png new file mode 100644 index 00000000..8d56301f Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/spectral_arrow.png differ diff --git a/1.11.2/assets/minecraft/textures/items/spider_eye.png b/1.11.2/assets/minecraft/textures/items/spider_eye.png new file mode 100644 index 00000000..35d85843 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/spider_eye.png differ diff --git a/1.11.2/assets/minecraft/textures/items/spider_eye_fermented.png b/1.11.2/assets/minecraft/textures/items/spider_eye_fermented.png new file mode 100644 index 00000000..226ffb89 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/spider_eye_fermented.png differ diff --git a/1.11.2/assets/minecraft/textures/items/spruce_boat.png b/1.11.2/assets/minecraft/textures/items/spruce_boat.png new file mode 100644 index 00000000..512c23a9 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/spruce_boat.png differ diff --git a/1.11.2/assets/minecraft/textures/items/stick.png b/1.11.2/assets/minecraft/textures/items/stick.png new file mode 100644 index 00000000..a6971ed3 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/stick.png differ diff --git a/1.11.2/assets/minecraft/textures/items/stone_axe.png b/1.11.2/assets/minecraft/textures/items/stone_axe.png new file mode 100644 index 00000000..fb33584a Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/stone_axe.png differ diff --git a/1.11.2/assets/minecraft/textures/items/stone_hoe.png b/1.11.2/assets/minecraft/textures/items/stone_hoe.png new file mode 100644 index 00000000..2f6cb632 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/stone_hoe.png differ diff --git a/1.11.2/assets/minecraft/textures/items/stone_pickaxe.png b/1.11.2/assets/minecraft/textures/items/stone_pickaxe.png new file mode 100644 index 00000000..19a8e50d Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/stone_pickaxe.png differ diff --git a/1.11.2/assets/minecraft/textures/items/stone_shovel.png b/1.11.2/assets/minecraft/textures/items/stone_shovel.png new file mode 100644 index 00000000..cfccc75f Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/stone_shovel.png differ diff --git a/1.11.2/assets/minecraft/textures/items/stone_sword.png b/1.11.2/assets/minecraft/textures/items/stone_sword.png new file mode 100644 index 00000000..e5d46597 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/stone_sword.png differ diff --git a/1.11.2/assets/minecraft/textures/items/string.png b/1.11.2/assets/minecraft/textures/items/string.png new file mode 100644 index 00000000..eecdb046 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/string.png differ diff --git a/1.11.2/assets/minecraft/textures/items/structure_void.png b/1.11.2/assets/minecraft/textures/items/structure_void.png new file mode 100644 index 00000000..ba966d63 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/structure_void.png differ diff --git a/1.11.2/assets/minecraft/textures/items/sugar.png b/1.11.2/assets/minecraft/textures/items/sugar.png new file mode 100644 index 00000000..effbfae8 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/sugar.png differ diff --git a/1.11.2/assets/minecraft/textures/items/tipped_arrow_base.png b/1.11.2/assets/minecraft/textures/items/tipped_arrow_base.png new file mode 100644 index 00000000..a1b298ca Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/tipped_arrow_base.png differ diff --git a/1.11.2/assets/minecraft/textures/items/tipped_arrow_head.png b/1.11.2/assets/minecraft/textures/items/tipped_arrow_head.png new file mode 100644 index 00000000..d45d5f9c Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/tipped_arrow_head.png differ diff --git a/1.11.2/assets/minecraft/textures/items/totem.png b/1.11.2/assets/minecraft/textures/items/totem.png new file mode 100644 index 00000000..6a14f659 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/totem.png differ diff --git a/1.11.2/assets/minecraft/textures/items/wheat.png b/1.11.2/assets/minecraft/textures/items/wheat.png new file mode 100644 index 00000000..bbd2fd9d Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/wheat.png differ diff --git a/1.11.2/assets/minecraft/textures/items/wood_axe.png b/1.11.2/assets/minecraft/textures/items/wood_axe.png new file mode 100644 index 00000000..3a192033 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/wood_axe.png differ diff --git a/1.11.2/assets/minecraft/textures/items/wood_hoe.png b/1.11.2/assets/minecraft/textures/items/wood_hoe.png new file mode 100644 index 00000000..cf9ba0ec Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/wood_hoe.png differ diff --git a/1.11.2/assets/minecraft/textures/items/wood_pickaxe.png b/1.11.2/assets/minecraft/textures/items/wood_pickaxe.png new file mode 100644 index 00000000..ebc6756e Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/wood_pickaxe.png differ diff --git a/1.11.2/assets/minecraft/textures/items/wood_shovel.png b/1.11.2/assets/minecraft/textures/items/wood_shovel.png new file mode 100644 index 00000000..b0579117 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/wood_shovel.png differ diff --git a/1.11.2/assets/minecraft/textures/items/wood_sword.png b/1.11.2/assets/minecraft/textures/items/wood_sword.png new file mode 100644 index 00000000..c04dc0a8 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/wood_sword.png differ diff --git a/1.11.2/assets/minecraft/textures/items/wooden_armorstand.png b/1.11.2/assets/minecraft/textures/items/wooden_armorstand.png new file mode 100644 index 00000000..10de14b6 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/items/wooden_armorstand.png differ diff --git a/1.11.2/assets/minecraft/textures/map/map_background.png b/1.11.2/assets/minecraft/textures/map/map_background.png new file mode 100644 index 00000000..ceeec962 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/map/map_background.png differ diff --git a/1.11.2/assets/minecraft/textures/map/map_icons.png b/1.11.2/assets/minecraft/textures/map/map_icons.png new file mode 100644 index 00000000..f8f1c4b4 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/map/map_icons.png differ diff --git a/1.11.2/assets/minecraft/textures/misc/enchanted_item_glint.png b/1.11.2/assets/minecraft/textures/misc/enchanted_item_glint.png new file mode 100644 index 00000000..ea78b86c Binary files /dev/null and b/1.11.2/assets/minecraft/textures/misc/enchanted_item_glint.png differ diff --git a/1.11.2/assets/minecraft/textures/misc/enchanted_item_glint.png.mcmeta b/1.11.2/assets/minecraft/textures/misc/enchanted_item_glint.png.mcmeta new file mode 100644 index 00000000..e38a5ad3 --- /dev/null +++ b/1.11.2/assets/minecraft/textures/misc/enchanted_item_glint.png.mcmeta @@ -0,0 +1,5 @@ +{ + "texture": { + "blur": true + } +} diff --git a/1.11.2/assets/minecraft/textures/misc/forcefield.png b/1.11.2/assets/minecraft/textures/misc/forcefield.png new file mode 100644 index 00000000..8ece3337 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/misc/forcefield.png differ diff --git a/1.11.2/assets/minecraft/textures/misc/pumpkinblur.png b/1.11.2/assets/minecraft/textures/misc/pumpkinblur.png new file mode 100644 index 00000000..4f302df5 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/misc/pumpkinblur.png differ diff --git a/1.11.2/assets/minecraft/textures/misc/pumpkinblur.png.mcmeta b/1.11.2/assets/minecraft/textures/misc/pumpkinblur.png.mcmeta new file mode 100644 index 00000000..2077f3ce --- /dev/null +++ b/1.11.2/assets/minecraft/textures/misc/pumpkinblur.png.mcmeta @@ -0,0 +1,6 @@ +{ + "texture": { + "blur": true + } +} + diff --git a/1.11.2/assets/minecraft/textures/misc/shadow.png b/1.11.2/assets/minecraft/textures/misc/shadow.png new file mode 100644 index 00000000..daba11db Binary files /dev/null and b/1.11.2/assets/minecraft/textures/misc/shadow.png differ diff --git a/1.11.2/assets/minecraft/textures/misc/shadow.png.mcmeta b/1.11.2/assets/minecraft/textures/misc/shadow.png.mcmeta new file mode 100644 index 00000000..8c6c7d1d --- /dev/null +++ b/1.11.2/assets/minecraft/textures/misc/shadow.png.mcmeta @@ -0,0 +1,6 @@ +{ + "texture": { + "clamp": true + } +} + diff --git a/1.11.2/assets/minecraft/textures/misc/underwater.png b/1.11.2/assets/minecraft/textures/misc/underwater.png new file mode 100644 index 00000000..c2c9d3cf Binary files /dev/null and b/1.11.2/assets/minecraft/textures/misc/underwater.png differ diff --git a/1.11.2/assets/minecraft/textures/misc/unknown_pack.png b/1.11.2/assets/minecraft/textures/misc/unknown_pack.png new file mode 100644 index 00000000..ec98382d Binary files /dev/null and b/1.11.2/assets/minecraft/textures/misc/unknown_pack.png differ diff --git a/1.11.2/assets/minecraft/textures/misc/unknown_server.png b/1.11.2/assets/minecraft/textures/misc/unknown_server.png new file mode 100644 index 00000000..ec98382d Binary files /dev/null and b/1.11.2/assets/minecraft/textures/misc/unknown_server.png differ diff --git a/1.11.2/assets/minecraft/textures/misc/vignette.png b/1.11.2/assets/minecraft/textures/misc/vignette.png new file mode 100644 index 00000000..5c8e97f7 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/misc/vignette.png differ diff --git a/1.11.2/assets/minecraft/textures/misc/vignette.png.mcmeta b/1.11.2/assets/minecraft/textures/misc/vignette.png.mcmeta new file mode 100644 index 00000000..2077f3ce --- /dev/null +++ b/1.11.2/assets/minecraft/textures/misc/vignette.png.mcmeta @@ -0,0 +1,6 @@ +{ + "texture": { + "blur": true + } +} + diff --git a/1.11.2/assets/minecraft/textures/models/armor/chainmail_layer_1.png b/1.11.2/assets/minecraft/textures/models/armor/chainmail_layer_1.png new file mode 100644 index 00000000..d6f568a5 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/models/armor/chainmail_layer_1.png differ diff --git a/1.11.2/assets/minecraft/textures/models/armor/chainmail_layer_2.png b/1.11.2/assets/minecraft/textures/models/armor/chainmail_layer_2.png new file mode 100644 index 00000000..a5912de1 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/models/armor/chainmail_layer_2.png differ diff --git a/1.11.2/assets/minecraft/textures/models/armor/diamond_layer_1.png b/1.11.2/assets/minecraft/textures/models/armor/diamond_layer_1.png new file mode 100644 index 00000000..5a67fec0 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/models/armor/diamond_layer_1.png differ diff --git a/1.11.2/assets/minecraft/textures/models/armor/diamond_layer_2.png b/1.11.2/assets/minecraft/textures/models/armor/diamond_layer_2.png new file mode 100644 index 00000000..7dcdee05 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/models/armor/diamond_layer_2.png differ diff --git a/1.11.2/assets/minecraft/textures/models/armor/gold_layer_1.png b/1.11.2/assets/minecraft/textures/models/armor/gold_layer_1.png new file mode 100644 index 00000000..2a1aaecc Binary files /dev/null and b/1.11.2/assets/minecraft/textures/models/armor/gold_layer_1.png differ diff --git a/1.11.2/assets/minecraft/textures/models/armor/gold_layer_2.png b/1.11.2/assets/minecraft/textures/models/armor/gold_layer_2.png new file mode 100644 index 00000000..aba1b480 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/models/armor/gold_layer_2.png differ diff --git a/1.11.2/assets/minecraft/textures/models/armor/iron_layer_1.png b/1.11.2/assets/minecraft/textures/models/armor/iron_layer_1.png new file mode 100644 index 00000000..532de141 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/models/armor/iron_layer_1.png differ diff --git a/1.11.2/assets/minecraft/textures/models/armor/iron_layer_2.png b/1.11.2/assets/minecraft/textures/models/armor/iron_layer_2.png new file mode 100644 index 00000000..a177e612 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/models/armor/iron_layer_2.png differ diff --git a/1.11.2/assets/minecraft/textures/models/armor/leather_layer_1.png b/1.11.2/assets/minecraft/textures/models/armor/leather_layer_1.png new file mode 100644 index 00000000..f37cd487 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/models/armor/leather_layer_1.png differ diff --git a/1.11.2/assets/minecraft/textures/models/armor/leather_layer_1_overlay.png b/1.11.2/assets/minecraft/textures/models/armor/leather_layer_1_overlay.png new file mode 100644 index 00000000..0a0de741 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/models/armor/leather_layer_1_overlay.png differ diff --git a/1.11.2/assets/minecraft/textures/models/armor/leather_layer_2.png b/1.11.2/assets/minecraft/textures/models/armor/leather_layer_2.png new file mode 100644 index 00000000..22926693 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/models/armor/leather_layer_2.png differ diff --git a/1.11.2/assets/minecraft/textures/models/armor/leather_layer_2_overlay.png b/1.11.2/assets/minecraft/textures/models/armor/leather_layer_2_overlay.png new file mode 100644 index 00000000..3c486449 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/models/armor/leather_layer_2_overlay.png differ diff --git a/1.11.2/assets/minecraft/textures/painting/paintings_kristoffer_zetterstrand.png b/1.11.2/assets/minecraft/textures/painting/paintings_kristoffer_zetterstrand.png new file mode 100644 index 00000000..cb766406 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/painting/paintings_kristoffer_zetterstrand.png differ diff --git a/1.11.2/assets/minecraft/textures/particle/footprint.png b/1.11.2/assets/minecraft/textures/particle/footprint.png new file mode 100644 index 00000000..495a367e Binary files /dev/null and b/1.11.2/assets/minecraft/textures/particle/footprint.png differ diff --git a/1.11.2/assets/minecraft/textures/particle/particles.png b/1.11.2/assets/minecraft/textures/particle/particles.png new file mode 100644 index 00000000..29c5b4f0 Binary files /dev/null and b/1.11.2/assets/minecraft/textures/particle/particles.png differ diff --git a/1.11.2/pack.mcmeta b/1.11.2/pack.mcmeta new file mode 100644 index 00000000..dba4719b --- /dev/null +++ b/1.11.2/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "pack": { + "pack_format": 3, + "description": "§3§kGiveMESOMEEMERALDS\n§aAuthor : §2ru-minecraft.ru.§r\n§k" + } +} \ No newline at end of file diff --git a/1.11.2/pack.png b/1.11.2/pack.png new file mode 100644 index 00000000..5a58884a Binary files /dev/null and b/1.11.2/pack.png differ diff --git a/1.12.2/assets/.mcassetsroot b/1.12.2/assets/.mcassetsroot new file mode 100644 index 00000000..e69de29b diff --git a/1.12.2/assets/minecraft/advancements/adventure/adventuring_time.json b/1.12.2/assets/minecraft/advancements/adventure/adventuring_time.json new file mode 100644 index 00000000..1efd1f27 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/adventure/adventuring_time.json @@ -0,0 +1,236 @@ +{ + "display": { + "icon": { + "item": "minecraft:diamond_boots" + }, + "title": { + "translate": "advancements.adventure.adventuring_time.title" + }, + "description": { + "translate": "advancements.adventure.adventuring_time.description" + }, + "frame": "challenge" + }, + "parent": "adventure/sleep_in_bed", + "rewards": { + "experience": 500 + }, + "criteria": { + "birch_forest_hills": { + "trigger": "minecraft:location", + "conditions": { + "biome": "minecraft:birch_forest_hills" + } + }, + "river": { + "trigger": "minecraft:location", + "conditions": { + "biome": "minecraft:river" + } + }, + "swampland": { + "trigger": "minecraft:location", + "conditions": { + "biome": "minecraft:swampland" + } + }, + "desert": { + "trigger": "minecraft:location", + "conditions": { + "biome": "minecraft:desert" + } + }, + "forest_hills": { + "trigger": "minecraft:location", + "conditions": { + "biome": "minecraft:forest_hills" + } + }, + "redwood_taiga_hills": { + "trigger": "minecraft:location", + "conditions": { + "biome": "minecraft:redwood_taiga_hills" + } + }, + "taiga_cold": { + "trigger": "minecraft:location", + "conditions": { + "biome": "minecraft:taiga_cold" + } + }, + "mesa": { + "trigger": "minecraft:location", + "conditions": { + "biome": "minecraft:mesa" + } + }, + "forest": { + "trigger": "minecraft:location", + "conditions": { + "biome": "minecraft:forest" + } + }, + "stone_beach": { + "trigger": "minecraft:location", + "conditions": { + "biome": "minecraft:stone_beach" + } + }, + "ice_flats": { + "trigger": "minecraft:location", + "conditions": { + "biome": "minecraft:ice_flats" + } + }, + "taiga_hills": { + "trigger": "minecraft:location", + "conditions": { + "biome": "minecraft:taiga_hills" + } + }, + "ice_mountains": { + "trigger": "minecraft:location", + "conditions": { + "biome": "minecraft:ice_mountains" + } + }, + "mesa_rock": { + "trigger": "minecraft:location", + "conditions": { + "biome": "minecraft:mesa_rock" + } + }, + "savanna": { + "trigger": "minecraft:location", + "conditions": { + "biome": "minecraft:savanna" + } + }, + "plains": { + "trigger": "minecraft:location", + "conditions": { + "biome": "minecraft:plains" + } + }, + "frozen_river": { + "trigger": "minecraft:location", + "conditions": { + "biome": "minecraft:frozen_river" + } + }, + "redwood_taiga": { + "trigger": "minecraft:location", + "conditions": { + "biome": "minecraft:redwood_taiga" + } + }, + "cold_beach": { + "trigger": "minecraft:location", + "conditions": { + "biome": "minecraft:cold_beach" + } + }, + "deep_ocean": { + "trigger": "minecraft:location", + "conditions": { + "biome": "minecraft:deep_ocean" + } + }, + "jungle_hills": { + "trigger": "minecraft:location", + "conditions": { + "biome": "minecraft:jungle_hills" + } + }, + "jungle_edge": { + "trigger": "minecraft:location", + "conditions": { + "biome": "minecraft:jungle_edge" + } + }, + "ocean": { + "trigger": "minecraft:location", + "conditions": { + "biome": "minecraft:ocean" + } + }, + "mushroom_island_shore": { + "trigger": "minecraft:location", + "conditions": { + "biome": "minecraft:mushroom_island_shore" + } + }, + "extreme_hills": { + "trigger": "minecraft:location", + "conditions": { + "biome": "minecraft:extreme_hills" + } + }, + "desert_hills": { + "trigger": "minecraft:location", + "conditions": { + "biome": "minecraft:desert_hills" + } + }, + "jungle": { + "trigger": "minecraft:location", + "conditions": { + "biome": "minecraft:jungle" + } + }, + "beaches": { + "trigger": "minecraft:location", + "conditions": { + "biome": "minecraft:beaches" + } + }, + "savanna_rock": { + "trigger": "minecraft:location", + "conditions": { + "biome": "minecraft:savanna_rock" + } + }, + "taiga_cold_hills": { + "trigger": "minecraft:location", + "conditions": { + "biome": "minecraft:taiga_cold_hills" + } + }, + "mesa_clear_rock": { + "trigger": "minecraft:location", + "conditions": { + "biome": "minecraft:mesa_clear_rock" + } + }, + "roofed_forest": { + "trigger": "minecraft:location", + "conditions": { + "biome": "minecraft:roofed_forest" + } + }, + "taiga": { + "trigger": "minecraft:location", + "conditions": { + "biome": "minecraft:taiga" + } + }, + "birch_forest": { + "trigger": "minecraft:location", + "conditions": { + "biome": "minecraft:birch_forest" + } + }, + "mushroom_island": { + "trigger": "minecraft:location", + "conditions": { + "biome": "minecraft:mushroom_island" + } + }, + "extreme_hills_with_trees": { + "trigger": "minecraft:location", + "conditions": { + "biome": "minecraft:extreme_hills_with_trees" + } + } + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/adventure/kill_a_mob.json b/1.12.2/assets/minecraft/advancements/adventure/kill_a_mob.json new file mode 100644 index 00000000..9d50fdb4 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/adventure/kill_a_mob.json @@ -0,0 +1,218 @@ +{ + "display": { + "icon": { + "item": "minecraft:iron_sword" + }, + "title": { + "translate": "advancements.adventure.kill_a_mob.title" + }, + "description": { + "translate": "advancements.adventure.kill_a_mob.description" + } + }, + "parent": "adventure/root", + "criteria": { + "cave_spider": { + "trigger": "minecraft:player_killed_entity", + "conditions": { + "entity": { + "type": "cave_spider" + } + } + }, + "spider": { + "trigger": "minecraft:player_killed_entity", + "conditions": { + "entity": { + "type": "spider" + } + } + }, + "zombie_pigman": { + "trigger": "minecraft:player_killed_entity", + "conditions": { + "entity": { + "type": "zombie_pigman" + } + } + }, + "enderman": { + "trigger": "minecraft:player_killed_entity", + "conditions": { + "entity": { + "type": "enderman" + } + } + }, + "polar_bear": { + "trigger": "minecraft:player_killed_entity", + "conditions": { + "entity": { + "type": "polar_bear" + } + } + }, + "blaze": { + "trigger": "minecraft:player_killed_entity", + "conditions": { + "entity": { + "type": "blaze" + } + } + }, + "creeper": { + "trigger": "minecraft:player_killed_entity", + "conditions": { + "entity": { + "type": "creeper" + } + } + }, + "evoker": { + "trigger": "minecraft:player_killed_entity", + "conditions": { + "entity": { + "type": "evocation_illager" + } + } + }, + "ghast": { + "trigger": "minecraft:player_killed_entity", + "conditions": { + "entity": { + "type": "ghast" + } + } + }, + "guardian": { + "trigger": "minecraft:player_killed_entity", + "conditions": { + "entity": { + "type": "guardian" + } + } + }, + "husk": { + "trigger": "minecraft:player_killed_entity", + "conditions": { + "entity": { + "type": "husk" + } + } + }, + "magma_cube": { + "trigger": "minecraft:player_killed_entity", + "conditions": { + "entity": { + "type": "magma_cube" + } + } + }, + "shulker": { + "trigger": "minecraft:player_killed_entity", + "conditions": { + "entity": { + "type": "shulker" + } + } + }, + "silverfish": { + "trigger": "minecraft:player_killed_entity", + "conditions": { + "entity": { + "type": "silverfish" + } + } + }, + "skeleton": { + "trigger": "minecraft:player_killed_entity", + "conditions": { + "entity": { + "type": "skeleton" + } + } + }, + "slime": { + "trigger": "minecraft:player_killed_entity", + "conditions": { + "entity": { + "type": "slime" + } + } + }, + "stray": { + "trigger": "minecraft:player_killed_entity", + "conditions": { + "entity": { + "type": "stray" + } + } + }, + "vindicator": { + "trigger": "minecraft:player_killed_entity", + "conditions": { + "entity": { + "type": "vindication_illager" + } + } + }, + "witch": { + "trigger": "minecraft:player_killed_entity", + "conditions": { + "entity": { + "type": "witch" + } + } + }, + "wither_skeleton": { + "trigger": "minecraft:player_killed_entity", + "conditions": { + "entity": { + "type": "wither_skeleton" + } + } + }, + "zombie": { + "trigger": "minecraft:player_killed_entity", + "conditions": { + "entity": { + "type": "zombie" + } + } + }, + "zombie_villager": { + "trigger": "minecraft:player_killed_entity", + "conditions": { + "entity": { + "type": "zombie_villager" + } + } + } + }, + "requirements": [ + [ + "cave_spider", + "spider", + "zombie_pigman", + "enderman", + "polar_bear", + "blaze", + "creeper", + "evoker", + "ghast", + "guardian", + "husk", + "magma_cube", + "shulker", + "silverfish", + "skeleton", + "slime", + "stray", + "vindicator", + "witch", + "wither_skeleton", + "zombie", + "zombie_villager" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/adventure/kill_all_mobs.json b/1.12.2/assets/minecraft/advancements/adventure/kill_all_mobs.json new file mode 100644 index 00000000..83117b17 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/adventure/kill_all_mobs.json @@ -0,0 +1,196 @@ +{ + "display": { + "icon": { + "item": "minecraft:diamond_sword" + }, + "title": { + "translate": "advancements.adventure.kill_all_mobs.title" + }, + "description": { + "translate": "advancements.adventure.kill_all_mobs.description" + }, + "frame": "challenge" + }, + "parent": "adventure/kill_a_mob", + "rewards": { + "experience": 100 + }, + "criteria": { + "cave_spider": { + "trigger": "minecraft:player_killed_entity", + "conditions": { + "entity": { + "type": "cave_spider" + } + } + }, + "spider": { + "trigger": "minecraft:player_killed_entity", + "conditions": { + "entity": { + "type": "spider" + } + } + }, + "zombie_pigman": { + "trigger": "minecraft:player_killed_entity", + "conditions": { + "entity": { + "type": "zombie_pigman" + } + } + }, + "enderman": { + "trigger": "minecraft:player_killed_entity", + "conditions": { + "entity": { + "type": "enderman" + } + } + }, + "polar_bear": { + "trigger": "minecraft:player_killed_entity", + "conditions": { + "entity": { + "type": "polar_bear" + } + } + }, + "blaze": { + "trigger": "minecraft:player_killed_entity", + "conditions": { + "entity": { + "type": "blaze" + } + } + }, + "creeper": { + "trigger": "minecraft:player_killed_entity", + "conditions": { + "entity": { + "type": "creeper" + } + } + }, + "evoker": { + "trigger": "minecraft:player_killed_entity", + "conditions": { + "entity": { + "type": "evocation_illager" + } + } + }, + "ghast": { + "trigger": "minecraft:player_killed_entity", + "conditions": { + "entity": { + "type": "ghast" + } + } + }, + "guardian": { + "trigger": "minecraft:player_killed_entity", + "conditions": { + "entity": { + "type": "guardian" + } + } + }, + "husk": { + "trigger": "minecraft:player_killed_entity", + "conditions": { + "entity": { + "type": "husk" + } + } + }, + "magma_cube": { + "trigger": "minecraft:player_killed_entity", + "conditions": { + "entity": { + "type": "magma_cube" + } + } + }, + "shulker": { + "trigger": "minecraft:player_killed_entity", + "conditions": { + "entity": { + "type": "shulker" + } + } + }, + "silverfish": { + "trigger": "minecraft:player_killed_entity", + "conditions": { + "entity": { + "type": "silverfish" + } + } + }, + "skeleton": { + "trigger": "minecraft:player_killed_entity", + "conditions": { + "entity": { + "type": "skeleton" + } + } + }, + "slime": { + "trigger": "minecraft:player_killed_entity", + "conditions": { + "entity": { + "type": "slime" + } + } + }, + "stray": { + "trigger": "minecraft:player_killed_entity", + "conditions": { + "entity": { + "type": "stray" + } + } + }, + "vindicator": { + "trigger": "minecraft:player_killed_entity", + "conditions": { + "entity": { + "type": "vindication_illager" + } + } + }, + "witch": { + "trigger": "minecraft:player_killed_entity", + "conditions": { + "entity": { + "type": "witch" + } + } + }, + "wither_skeleton": { + "trigger": "minecraft:player_killed_entity", + "conditions": { + "entity": { + "type": "wither_skeleton" + } + } + }, + "zombie": { + "trigger": "minecraft:player_killed_entity", + "conditions": { + "entity": { + "type": "zombie" + } + } + }, + "zombie_villager": { + "trigger": "minecraft:player_killed_entity", + "conditions": { + "entity": { + "type": "zombie_villager" + } + } + } + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/adventure/root.json b/1.12.2/assets/minecraft/advancements/adventure/root.json new file mode 100644 index 00000000..94db33d5 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/adventure/root.json @@ -0,0 +1,25 @@ +{ + "display": { + "icon": { + "item": "minecraft:map" + }, + "title": { + "translate": "advancements.adventure.root.title" + }, + "description": { + "translate": "advancements.adventure.root.description" + }, + "background": "minecraft:textures/gui/advancements/backgrounds/adventure.png", + "show_toast": false, + "announce_to_chat": false + }, + "criteria": { + "killed_something": { + "trigger": "minecraft:player_killed_entity" + }, + "killed_by_something": { + "trigger": "minecraft:entity_killed_player" + } + }, + "requirements": [["killed_something", "killed_by_something"]] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/adventure/shoot_arrow.json b/1.12.2/assets/minecraft/advancements/adventure/shoot_arrow.json new file mode 100644 index 00000000..d6663d3b --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/adventure/shoot_arrow.json @@ -0,0 +1,29 @@ +{ + "display": { + "icon": { + "item": "minecraft:bow" + }, + "title": { + "translate": "advancements.adventure.shoot_arrow.title" + }, + "description": { + "translate": "advancements.adventure.shoot_arrow.description" + } + }, + "parent": "adventure/kill_a_mob", + "criteria": { + "shot_arrow": { + "trigger": "minecraft:player_hurt_entity", + "conditions": { + "damage": { + "type": { + "is_projectile": true, + "direct_entity": { + "type": "minecraft:arrow" + } + } + } + } + } + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/adventure/sleep_in_bed.json b/1.12.2/assets/minecraft/advancements/adventure/sleep_in_bed.json new file mode 100644 index 00000000..37055b12 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/adventure/sleep_in_bed.json @@ -0,0 +1,19 @@ +{ + "display": { + "icon": { + "item": "minecraft:bed" + }, + "title": { + "translate": "advancements.adventure.sleep_in_bed.title" + }, + "description": { + "translate": "advancements.adventure.sleep_in_bed.description" + } + }, + "parent": "adventure/root", + "criteria": { + "slept_in_bed": { + "trigger": "minecraft:slept_in_bed" + } + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/adventure/sniper_duel.json b/1.12.2/assets/minecraft/advancements/adventure/sniper_duel.json new file mode 100644 index 00000000..ffac49e9 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/adventure/sniper_duel.json @@ -0,0 +1,36 @@ +{ + "display": { + "icon": { + "item": "minecraft:arrow" + }, + "title": { + "translate": "advancements.adventure.sniper_duel.title" + }, + "description": { + "translate": "advancements.adventure.sniper_duel.description" + }, + "frame": "challenge" + }, + "parent": "adventure/shoot_arrow", + "rewards": { + "experience": 50 + }, + "criteria": { + "killed_skeleton": { + "trigger": "minecraft:player_killed_entity", + "conditions": { + "killing_blow": { + "is_projectile": true + }, + "entity": { + "type": "skeleton", + "distance": { + "horizontal": { + "min": 50 + } + } + } + } + } + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/adventure/summon_iron_golem.json b/1.12.2/assets/minecraft/advancements/adventure/summon_iron_golem.json new file mode 100644 index 00000000..54e59ff2 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/adventure/summon_iron_golem.json @@ -0,0 +1,25 @@ +{ + "display": { + "icon": { + "item": "minecraft:pumpkin" + }, + "title": { + "translate": "advancements.adventure.summon_iron_golem.title" + }, + "description": { + "translate": "advancements.adventure.summon_iron_golem.description" + }, + "frame": "goal" + }, + "parent": "adventure/trade", + "criteria": { + "summoned_golem": { + "trigger": "minecraft:summoned_entity", + "conditions": { + "entity": { + "type": "minecraft:villager_golem" + } + } + } + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/adventure/totem_of_undying.json b/1.12.2/assets/minecraft/advancements/adventure/totem_of_undying.json new file mode 100644 index 00000000..5393d97c --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/adventure/totem_of_undying.json @@ -0,0 +1,25 @@ +{ + "display": { + "icon": { + "item": "minecraft:totem_of_undying" + }, + "title": { + "translate": "advancements.adventure.totem_of_undying.title" + }, + "description": { + "translate": "advancements.adventure.totem_of_undying.description" + }, + "frame": "goal" + }, + "parent": "adventure/kill_a_mob", + "criteria": { + "used_totem": { + "trigger": "minecraft:used_totem", + "conditions": { + "item": { + "item": "minecraft:totem_of_undying" + } + } + } + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/adventure/trade.json b/1.12.2/assets/minecraft/advancements/adventure/trade.json new file mode 100644 index 00000000..a27560dc --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/adventure/trade.json @@ -0,0 +1,19 @@ +{ + "display": { + "icon": { + "item": "minecraft:emerald" + }, + "title": { + "translate": "advancements.adventure.trade.title" + }, + "description": { + "translate": "advancements.adventure.trade.description" + } + }, + "parent": "adventure/root", + "criteria": { + "traded": { + "trigger": "minecraft:villager_trade" + } + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/end/dragon_breath.json b/1.12.2/assets/minecraft/advancements/end/dragon_breath.json new file mode 100644 index 00000000..deb9b07a --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/end/dragon_breath.json @@ -0,0 +1,27 @@ +{ + "display": { + "icon": { + "item": "minecraft:dragon_breath" + }, + "title": { + "translate": "advancements.end.dragon_breath.title" + }, + "description": { + "translate": "advancements.end.dragon_breath.description" + }, + "frame": "goal" + }, + "parent": "end/kill_dragon", + "criteria": { + "dragon_breath": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:dragon_breath" + } + ] + } + } + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/end/dragon_egg.json b/1.12.2/assets/minecraft/advancements/end/dragon_egg.json new file mode 100644 index 00000000..6e03c3f0 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/end/dragon_egg.json @@ -0,0 +1,27 @@ +{ + "display": { + "icon": { + "item": "minecraft:dragon_egg" + }, + "title": { + "translate": "advancements.end.dragon_egg.title" + }, + "description": { + "translate": "advancements.end.dragon_egg.description" + }, + "frame": "goal" + }, + "parent": "end/kill_dragon", + "criteria": { + "dragon_egg": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:dragon_egg" + } + ] + } + } + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/end/elytra.json b/1.12.2/assets/minecraft/advancements/end/elytra.json new file mode 100644 index 00000000..21ab594e --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/end/elytra.json @@ -0,0 +1,27 @@ +{ + "display": { + "icon": { + "item": "minecraft:elytra" + }, + "title": { + "translate": "advancements.end.elytra.title" + }, + "description": { + "translate": "advancements.end.elytra.description" + }, + "frame": "goal" + }, + "parent": "minecraft:end/find_end_city", + "criteria": { + "elytra": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:elytra" + } + ] + } + } + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/end/enter_end_gateway.json b/1.12.2/assets/minecraft/advancements/end/enter_end_gateway.json new file mode 100644 index 00000000..55134954 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/end/enter_end_gateway.json @@ -0,0 +1,22 @@ +{ + "display": { + "icon": { + "item": "minecraft:ender_pearl" + }, + "title": { + "translate": "advancements.end.enter_end_gateway.title" + }, + "description": { + "translate": "advancements.end.enter_end_gateway.description" + } + }, + "parent": "minecraft:end/kill_dragon", + "criteria": { + "entered_end_gateway": { + "trigger": "minecraft:enter_block", + "conditions": { + "block": "minecraft:end_gateway" + } + } + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/end/find_end_city.json b/1.12.2/assets/minecraft/advancements/end/find_end_city.json new file mode 100644 index 00000000..a594af57 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/end/find_end_city.json @@ -0,0 +1,22 @@ +{ + "display": { + "icon": { + "item": "minecraft:purpur_block" + }, + "title": { + "translate": "advancements.end.find_end_city.title" + }, + "description": { + "translate": "advancements.end.find_end_city.description" + } + }, + "parent": "minecraft:end/enter_end_gateway", + "criteria": { + "in_city": { + "trigger": "minecraft:location", + "conditions": { + "feature": "EndCity" + } + } + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/end/kill_dragon.json b/1.12.2/assets/minecraft/advancements/end/kill_dragon.json new file mode 100644 index 00000000..7b3bcf04 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/end/kill_dragon.json @@ -0,0 +1,25 @@ +{ + "display": { + "icon": { + "item": "minecraft:skull", + "data": 5 + }, + "title": { + "translate": "advancements.end.kill_dragon.title" + }, + "description": { + "translate": "advancements.end.kill_dragon.description" + } + }, + "parent": "end/root", + "criteria": { + "killed_dragon": { + "trigger": "minecraft:player_killed_entity", + "conditions": { + "entity": { + "type": "ender_dragon" + } + } + } + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/end/levitate.json b/1.12.2/assets/minecraft/advancements/end/levitate.json new file mode 100644 index 00000000..d9c73d38 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/end/levitate.json @@ -0,0 +1,30 @@ +{ + "display": { + "icon": { + "item": "minecraft:shulker_shell" + }, + "title": { + "translate": "advancements.end.levitate.title" + }, + "description": { + "translate": "advancements.end.levitate.description" + }, + "frame": "challenge" + }, + "parent": "minecraft:end/find_end_city", + "rewards": { + "experience": 50 + }, + "criteria": { + "levitated": { + "trigger": "minecraft:levitation", + "conditions": { + "distance": { + "y": { + "min": 50 + } + } + } + } + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/end/respawn_dragon.json b/1.12.2/assets/minecraft/advancements/end/respawn_dragon.json new file mode 100644 index 00000000..1e334a52 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/end/respawn_dragon.json @@ -0,0 +1,25 @@ +{ + "display": { + "icon": { + "item": "minecraft:end_crystal" + }, + "title": { + "translate": "advancements.end.respawn_dragon.title" + }, + "description": { + "translate": "advancements.end.respawn_dragon.description" + }, + "frame": "goal" + }, + "parent": "end/kill_dragon", + "criteria": { + "summoned_dragon": { + "trigger": "minecraft:summoned_entity", + "conditions": { + "entity": { + "type": "ender_dragon" + } + } + } + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/end/root.json b/1.12.2/assets/minecraft/advancements/end/root.json new file mode 100644 index 00000000..361c11f4 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/end/root.json @@ -0,0 +1,24 @@ +{ + "display": { + "icon": { + "item": "minecraft:end_stone" + }, + "title": { + "translate": "advancements.end.root.title" + }, + "description": { + "translate": "advancements.end.root.description" + }, + "background": "minecraft:textures/gui/advancements/backgrounds/end.png", + "show_toast": false, + "announce_to_chat": false + }, + "criteria": { + "entered_end": { + "trigger": "minecraft:changed_dimension", + "conditions": { + "to": "the_end" + } + } + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/husbandry/balanced_diet.json b/1.12.2/assets/minecraft/advancements/husbandry/balanced_diet.json new file mode 100644 index 00000000..7beb656b --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/husbandry/balanced_diet.json @@ -0,0 +1,308 @@ +{ + "display": { + "icon": { + "item": "minecraft:apple" + }, + "title": { + "translate": "advancements.husbandry.balanced_diet.title" + }, + "description": { + "translate": "advancements.husbandry.balanced_diet.description" + }, + "frame": "challenge" + }, + "parent": "minecraft:husbandry/plant_seed", + "rewards": { + "experience": 100 + }, + "criteria": { + "apple": { + "trigger": "consume_item", + "conditions": { + "item": { + "item": "minecraft:apple" + } + } + }, + "mushroom_stew": { + "trigger": "consume_item", + "conditions": { + "item": { + "item": "minecraft:mushroom_stew" + } + } + }, + "bread": { + "trigger": "consume_item", + "conditions": { + "item": { + "item": "minecraft:bread" + } + } + }, + "porkchop": { + "trigger": "consume_item", + "conditions": { + "item": { + "item": "minecraft:porkchop" + } + } + }, + "cooked_porkchop": { + "trigger": "consume_item", + "conditions": { + "item": { + "item": "minecraft:cooked_porkchop" + } + } + }, + "golden_apple": { + "trigger": "consume_item", + "conditions": { + "item": { + "item": "minecraft:golden_apple", + "data": 0 + } + } + }, + "enchanted_golden_apple": { + "trigger": "consume_item", + "conditions": { + "item": { + "item": "minecraft:golden_apple", + "data": 1 + } + } + }, + "raw_cod": { + "trigger": "consume_item", + "conditions": { + "item": { + "item": "minecraft:fish", + "data": 0 + } + } + }, + "raw_salmon": { + "trigger": "consume_item", + "conditions": { + "item": { + "item": "minecraft:fish", + "data": 1 + } + } + }, + "clownfish": { + "trigger": "consume_item", + "conditions": { + "item": { + "item": "minecraft:fish", + "data": 2 + } + } + }, + "pufferfish": { + "trigger": "consume_item", + "conditions": { + "item": { + "item": "minecraft:fish", + "data": 3 + } + } + }, + "cooked_cod": { + "trigger": "consume_item", + "conditions": { + "item": { + "item": "minecraft:cooked_fish", + "data": 0 + } + } + }, + "cooked_salmon": { + "trigger": "consume_item", + "conditions": { + "item": { + "item": "minecraft:cooked_fish", + "data": 1 + } + } + }, + "cookie": { + "trigger": "consume_item", + "conditions": { + "item": { + "item": "minecraft:cookie" + } + } + }, + "melon": { + "trigger": "consume_item", + "conditions": { + "item": { + "item": "minecraft:melon" + } + } + }, + "beef": { + "trigger": "consume_item", + "conditions": { + "item": { + "item": "minecraft:beef" + } + } + }, + "cooked_beef": { + "trigger": "consume_item", + "conditions": { + "item": { + "item": "minecraft:cooked_beef" + } + } + }, + "chicken": { + "trigger": "consume_item", + "conditions": { + "item": { + "item": "minecraft:chicken" + } + } + }, + "cooked_chicken": { + "trigger": "consume_item", + "conditions": { + "item": { + "item": "minecraft:cooked_chicken" + } + } + }, + "rotten_flesh": { + "trigger": "consume_item", + "conditions": { + "item": { + "item": "minecraft:rotten_flesh" + } + } + }, + "spider_eye": { + "trigger": "consume_item", + "conditions": { + "item": { + "item": "minecraft:spider_eye" + } + } + }, + "carrot": { + "trigger": "consume_item", + "conditions": { + "item": { + "item": "minecraft:carrot" + } + } + }, + "potato": { + "trigger": "consume_item", + "conditions": { + "item": { + "item": "minecraft:potato" + } + } + }, + "baked_potato": { + "trigger": "consume_item", + "conditions": { + "item": { + "item": "minecraft:baked_potato" + } + } + }, + "poisonous_potato": { + "trigger": "consume_item", + "conditions": { + "item": { + "item": "minecraft:poisonous_potato" + } + } + }, + "golden_carrot": { + "trigger": "consume_item", + "conditions": { + "item": { + "item": "minecraft:golden_carrot" + } + } + }, + "pumpkin_pie": { + "trigger": "consume_item", + "conditions": { + "item": { + "item": "minecraft:pumpkin_pie" + } + } + }, + "rabbit": { + "trigger": "consume_item", + "conditions": { + "item": { + "item": "minecraft:rabbit" + } + } + }, + "cooked_rabbit": { + "trigger": "consume_item", + "conditions": { + "item": { + "item": "minecraft:cooked_rabbit" + } + } + }, + "rabbit_stew": { + "trigger": "consume_item", + "conditions": { + "item": { + "item": "minecraft:rabbit_stew" + } + } + }, + "mutton": { + "trigger": "consume_item", + "conditions": { + "item": { + "item": "minecraft:mutton" + } + } + }, + "cooked_mutton": { + "trigger": "consume_item", + "conditions": { + "item": { + "item": "minecraft:cooked_mutton" + } + } + }, + "chorus_fruit": { + "trigger": "consume_item", + "conditions": { + "item": { + "item": "minecraft:chorus_fruit" + } + } + }, + "beetroot": { + "trigger": "consume_item", + "conditions": { + "item": { + "item": "minecraft:beetroot" + } + } + }, + "beetroot_soup": { + "trigger": "consume_item", + "conditions": { + "item": { + "item": "minecraft:beetroot_soup" + } + } + } + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/husbandry/break_diamond_hoe.json b/1.12.2/assets/minecraft/advancements/husbandry/break_diamond_hoe.json new file mode 100644 index 00000000..a85e1e79 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/husbandry/break_diamond_hoe.json @@ -0,0 +1,29 @@ +{ + "display": { + "icon": { + "item": "minecraft:diamond_hoe" + }, + "title": { + "translate": "advancements.husbandry.break_diamond_hoe.title" + }, + "description": { + "translate": "advancements.husbandry.break_diamond_hoe.description" + }, + "frame": "challenge" + }, + "parent": "minecraft:husbandry/plant_seed", + "rewards": { + "experience": 100 + }, + "criteria": { + "broke_hoe": { + "trigger": "minecraft:item_durability_changed", + "conditions": { + "item": { + "item": "minecraft:diamond_hoe" + }, + "durability": -1 + } + } + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/husbandry/bred_all_animals.json b/1.12.2/assets/minecraft/advancements/husbandry/bred_all_animals.json new file mode 100644 index 00000000..2448522c --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/husbandry/bred_all_animals.json @@ -0,0 +1,100 @@ +{ + "display": { + "icon": { + "item": "minecraft:golden_carrot" + }, + "title": { + "translate": "advancements.husbandry.breed_all_animals.title" + }, + "description": { + "translate": "advancements.husbandry.breed_all_animals.description" + }, + "frame": "challenge" + }, + "parent": "husbandry/breed_an_animal", + "rewards": { + "experience": 100 + }, + "criteria": { + "bred_horse": { + "trigger": "bred_animals", + "conditions": { + "parent": { + "type": "horse" + } + } + }, + "bred_sheep": { + "trigger": "bred_animals", + "conditions": { + "parent": { + "type": "sheep" + } + } + }, + "bred_cow": { + "trigger": "bred_animals", + "conditions": { + "parent": { + "type": "cow" + } + } + }, + "bred_mooshroom": { + "trigger": "bred_animals", + "conditions": { + "parent": { + "type": "mooshroom" + } + } + }, + "bred_pig": { + "trigger": "bred_animals", + "conditions": { + "parent": { + "type": "pig" + } + } + }, + "bred_chicken": { + "trigger": "bred_animals", + "conditions": { + "parent": { + "type": "chicken" + } + } + }, + "bred_wolf": { + "trigger": "bred_animals", + "conditions": { + "parent": { + "type": "wolf" + } + } + }, + "bred_ocelot": { + "trigger": "bred_animals", + "conditions": { + "parent": { + "type": "ocelot" + } + } + }, + "bred_rabbit": { + "trigger": "bred_animals", + "conditions": { + "parent": { + "type": "rabbit" + } + } + }, + "bred_llama": { + "trigger": "bred_animals", + "conditions": { + "parent": { + "type": "llama" + } + } + } + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/husbandry/breed_an_animal.json b/1.12.2/assets/minecraft/advancements/husbandry/breed_an_animal.json new file mode 100644 index 00000000..aa0b4f8e --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/husbandry/breed_an_animal.json @@ -0,0 +1,110 @@ +{ + "display": { + "icon": { + "item": "minecraft:wheat" + }, + "title": { + "translate": "advancements.husbandry.breed_an_animal.title" + }, + "description": { + "translate": "advancements.husbandry.breed_an_animal.description" + } + }, + "parent": "husbandry/root", + "criteria": { + "bred_horse": { + "trigger": "bred_animals", + "conditions": { + "parent": { + "type": "horse" + } + } + }, + "bred_sheep": { + "trigger": "bred_animals", + "conditions": { + "parent": { + "type": "sheep" + } + } + }, + "bred_cow": { + "trigger": "bred_animals", + "conditions": { + "parent": { + "type": "cow" + } + } + }, + "bred_mooshroom": { + "trigger": "bred_animals", + "conditions": { + "parent": { + "type": "mooshroom" + } + } + }, + "bred_pig": { + "trigger": "bred_animals", + "conditions": { + "parent": { + "type": "pig" + } + } + }, + "bred_chicken": { + "trigger": "bred_animals", + "conditions": { + "parent": { + "type": "chicken" + } + } + }, + "bred_wolf": { + "trigger": "bred_animals", + "conditions": { + "parent": { + "type": "wolf" + } + } + }, + "bred_ocelot": { + "trigger": "bred_animals", + "conditions": { + "parent": { + "type": "ocelot" + } + } + }, + "bred_rabbit": { + "trigger": "bred_animals", + "conditions": { + "parent": { + "type": "rabbit" + } + } + }, + "bred_llama": { + "trigger": "bred_animals", + "conditions": { + "parent": { + "type": "llama" + } + } + } + }, + "requirements": [ + [ + "bred_horse", + "bred_sheep", + "bred_cow", + "bred_mooshroom", + "bred_pig", + "bred_chicken", + "bred_wolf", + "bred_ocelot", + "bred_rabbit", + "bred_llama" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/husbandry/plant_seed.json b/1.12.2/assets/minecraft/advancements/husbandry/plant_seed.json new file mode 100644 index 00000000..f12362d4 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/husbandry/plant_seed.json @@ -0,0 +1,55 @@ +{ + "display": { + "icon": { + "item": "minecraft:wheat" + }, + "title": { + "translate": "advancements.husbandry.plant_seed.title" + }, + "description": { + "translate": "advancements.husbandry.plant_seed.description" + } + }, + "parent": "husbandry/root", + "criteria": { + "wheat": { + "trigger": "minecraft:placed_block", + "conditions": { + "block": "minecraft:wheat" + } + }, + "pumpkin_stem": { + "trigger": "minecraft:placed_block", + "conditions": { + "block": "minecraft:pumpkin_stem" + } + }, + "melon_stem": { + "trigger": "minecraft:placed_block", + "conditions": { + "block": "minecraft:melon_stem" + } + }, + "beetroots": { + "trigger": "minecraft:placed_block", + "conditions": { + "block": "minecraft:beetroots" + } + }, + "nether_wart": { + "trigger": "minecraft:placed_block", + "conditions": { + "block": "minecraft:nether_wart" + } + } + }, + "requirements": [ + [ + "wheat", + "pumpkin_stem", + "melon_stem", + "beetroots", + "nether_wart" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/husbandry/root.json b/1.12.2/assets/minecraft/advancements/husbandry/root.json new file mode 100644 index 00000000..0ff65362 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/husbandry/root.json @@ -0,0 +1,21 @@ +{ + "display": { + "icon": { + "item": "minecraft:hay_block" + }, + "title": { + "translate": "advancements.husbandry.root.title" + }, + "description": { + "translate": "advancements.husbandry.root.description" + }, + "background": "minecraft:textures/gui/advancements/backgrounds/husbandry.png", + "show_toast": false, + "announce_to_chat": false + }, + "criteria": { + "consumed_item": { + "trigger": "minecraft:consume_item" + } + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/husbandry/tame_an_animal.json b/1.12.2/assets/minecraft/advancements/husbandry/tame_an_animal.json new file mode 100644 index 00000000..dc5be494 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/husbandry/tame_an_animal.json @@ -0,0 +1,19 @@ +{ + "display": { + "icon": { + "item": "minecraft:lead" + }, + "title": { + "translate": "advancements.husbandry.tame_an_animal.title" + }, + "description": { + "translate": "advancements.husbandry.tame_an_animal.description" + } + }, + "parent": "husbandry/root", + "criteria": { + "tamed_animal": { + "trigger": "minecraft:tame_animal" + } + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/nether/all_effects.json b/1.12.2/assets/minecraft/advancements/nether/all_effects.json new file mode 100644 index 00000000..28fc0967 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/nether/all_effects.json @@ -0,0 +1,48 @@ +{ + "display": { + "icon": { + "item": "minecraft:bucket" + }, + "title": { + "translate": "advancements.nether.all_effects.title" + }, + "description": { + "translate": "advancements.nether.all_effects.description" + }, + "frame": "challenge", + "hidden": true + }, + "parent": "minecraft:nether/all_potions", + "rewards": { + "experience": 1000 + }, + "criteria": { + "all_effects": { + "trigger": "minecraft:effects_changed", + "conditions": { + "effects": { + "minecraft:speed": {}, + "minecraft:slowness": {}, + "minecraft:strength": {}, + "minecraft:jump_boost": {}, + "minecraft:regeneration": {}, + "minecraft:fire_resistance": {}, + "minecraft:water_breathing": {}, + "minecraft:invisibility": {}, + "minecraft:night_vision": {}, + "minecraft:weakness": {}, + "minecraft:poison": {}, + "minecraft:wither": {}, + "minecraft:haste": {}, + "minecraft:mining_fatigue": {}, + "minecraft:levitation": {}, + "minecraft:glowing": {}, + "minecraft:absorption": {}, + "minecraft:hunger": {}, + "minecraft:nausea": {}, + "minecraft:resistance": {} + } + } + } + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/nether/all_potions.json b/1.12.2/assets/minecraft/advancements/nether/all_potions.json new file mode 100644 index 00000000..9098a76a --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/nether/all_potions.json @@ -0,0 +1,38 @@ +{ + "display": { + "icon": { + "item": "minecraft:milk_bucket" + }, + "title": { + "translate": "advancements.nether.all_potions.title" + }, + "description": { + "translate": "advancements.nether.all_potions.description" + }, + "frame": "challenge" + }, + "parent": "minecraft:nether/brew_potion", + "rewards": { + "experience": 100 + }, + "criteria": { + "all_effects": { + "trigger": "minecraft:effects_changed", + "conditions": { + "effects": { + "minecraft:speed": {}, + "minecraft:slowness": {}, + "minecraft:strength": {}, + "minecraft:jump_boost": {}, + "minecraft:regeneration": {}, + "minecraft:fire_resistance": {}, + "minecraft:water_breathing": {}, + "minecraft:invisibility": {}, + "minecraft:night_vision": {}, + "minecraft:weakness": {}, + "minecraft:poison": {} + } + } + } + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/nether/brew_potion.json b/1.12.2/assets/minecraft/advancements/nether/brew_potion.json new file mode 100644 index 00000000..937e5fb2 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/nether/brew_potion.json @@ -0,0 +1,19 @@ +{ + "display": { + "icon": { + "item": "minecraft:potion" + }, + "title": { + "translate": "advancements.nether.brew_potion.title" + }, + "description": { + "translate": "advancements.nether.brew_potion.description" + } + }, + "parent": "minecraft:nether/obtain_blaze_rod", + "criteria": { + "potion": { + "trigger": "minecraft:brewed_potion" + } + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/nether/create_beacon.json b/1.12.2/assets/minecraft/advancements/nether/create_beacon.json new file mode 100644 index 00000000..f9dbfb46 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/nether/create_beacon.json @@ -0,0 +1,22 @@ +{ + "display": { + "icon": { + "item": "minecraft:beacon" + }, + "title": { + "translate": "advancements.nether.create_beacon.title" + }, + "description": { + "translate": "advancements.nether.create_beacon.description" + } + }, + "parent": "minecraft:nether/summon_wither", + "criteria": { + "beacon": { + "trigger": "minecraft:construct_beacon", + "conditions": { + "level": {"min": 1} + } + } + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/nether/create_full_beacon.json b/1.12.2/assets/minecraft/advancements/nether/create_full_beacon.json new file mode 100644 index 00000000..b8d8c283 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/nether/create_full_beacon.json @@ -0,0 +1,23 @@ +{ + "display": { + "icon": { + "item": "minecraft:beacon" + }, + "title": { + "translate": "advancements.nether.create_full_beacon.title" + }, + "description": { + "translate": "advancements.nether.create_full_beacon.description" + }, + "frame": "goal" + }, + "parent": "minecraft:nether/create_beacon", + "criteria": { + "beacon": { + "trigger": "minecraft:construct_beacon", + "conditions": { + "level": 4 + } + } + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/nether/fast_travel.json b/1.12.2/assets/minecraft/advancements/nether/fast_travel.json new file mode 100644 index 00000000..65086d82 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/nether/fast_travel.json @@ -0,0 +1,30 @@ +{ + "display": { + "icon": { + "item": "minecraft:map" + }, + "title": { + "translate": "advancements.nether.fast_travel.title" + }, + "description": { + "translate": "advancements.nether.fast_travel.description" + }, + "frame": "challenge" + }, + "parent": "minecraft:nether/root", + "rewards": { + "experience": 100 + }, + "criteria": { + "travelled": { + "trigger": "minecraft:nether_travel", + "conditions": { + "distance": { + "horizontal": { + "min": 7000 + } + } + } + } + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/nether/find_fortress.json b/1.12.2/assets/minecraft/advancements/nether/find_fortress.json new file mode 100644 index 00000000..0d02026d --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/nether/find_fortress.json @@ -0,0 +1,22 @@ +{ + "display": { + "icon": { + "item": "minecraft:nether_brick" + }, + "title": { + "translate": "advancements.nether.find_fortress.title" + }, + "description": { + "translate": "advancements.nether.find_fortress.description" + } + }, + "parent": "minecraft:nether/root", + "criteria": { + "fortress": { + "trigger": "minecraft:location", + "conditions": { + "feature": "Fortress" + } + } + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/nether/get_wither_skull.json b/1.12.2/assets/minecraft/advancements/nether/get_wither_skull.json new file mode 100644 index 00000000..5e834305 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/nether/get_wither_skull.json @@ -0,0 +1,28 @@ +{ + "display": { + "icon": { + "item": "minecraft:skull", + "data": 1 + }, + "title": { + "translate": "advancements.nether.get_wither_skull.title" + }, + "description": { + "translate": "advancements.nether.get_wither_skull.description" + } + }, + "parent": "minecraft:nether/find_fortress", + "criteria": { + "wither_skull": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:skull", + "data": 1 + } + ] + } + } + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/nether/obtain_blaze_rod.json b/1.12.2/assets/minecraft/advancements/nether/obtain_blaze_rod.json new file mode 100644 index 00000000..1faf8e8f --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/nether/obtain_blaze_rod.json @@ -0,0 +1,26 @@ +{ + "display": { + "icon": { + "item": "minecraft:blaze_rod" + }, + "title": { + "translate": "advancements.nether.obtain_blaze_rod.title" + }, + "description": { + "translate": "advancements.nether.obtain_blaze_rod.description" + } + }, + "parent": "minecraft:nether/find_fortress", + "criteria": { + "blaze_rod": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:blaze_rod" + } + ] + } + } + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/nether/return_to_sender.json b/1.12.2/assets/minecraft/advancements/nether/return_to_sender.json new file mode 100644 index 00000000..c122f2f3 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/nether/return_to_sender.json @@ -0,0 +1,34 @@ +{ + "display": { + "icon": { + "item": "minecraft:fire_charge" + }, + "title": { + "translate": "advancements.nether.return_to_sender.title" + }, + "description": { + "translate": "advancements.nether.return_to_sender.description" + }, + "frame": "challenge" + }, + "parent": "minecraft:nether/root", + "rewards": { + "experience": 50 + }, + "criteria": { + "killed_ghast": { + "trigger": "minecraft:player_killed_entity", + "conditions": { + "entity": { + "type": "minecraft:ghast" + }, + "killing_blow": { + "is_projectile": true, + "direct_entity": { + "type": "minecraft:fireball" + } + } + } + } + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/nether/root.json b/1.12.2/assets/minecraft/advancements/nether/root.json new file mode 100644 index 00000000..d05a8348 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/nether/root.json @@ -0,0 +1,24 @@ +{ + "display": { + "icon": { + "item": "minecraft:red_nether_brick" + }, + "title": { + "translate": "advancements.nether.root.title" + }, + "description": { + "translate": "advancements.nether.root.description" + }, + "background": "minecraft:textures/gui/advancements/backgrounds/nether.png", + "show_toast": false, + "announce_to_chat": false + }, + "criteria": { + "entered_nether": { + "trigger": "minecraft:changed_dimension", + "conditions": { + "to": "the_nether" + } + } + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/nether/summon_wither.json b/1.12.2/assets/minecraft/advancements/nether/summon_wither.json new file mode 100644 index 00000000..fd3aadcd --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/nether/summon_wither.json @@ -0,0 +1,24 @@ +{ + "display": { + "icon": { + "item": "minecraft:nether_star" + }, + "title": { + "translate": "advancements.nether.summon_wither.title" + }, + "description": { + "translate": "advancements.nether.summon_wither.description" + } + }, + "parent": "minecraft:nether/get_wither_skull", + "criteria": { + "summoned": { + "trigger": "minecraft:summoned_entity", + "conditions": { + "entity": { + "type": "wither" + } + } + } + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/nether/uneasy_alliance.json b/1.12.2/assets/minecraft/advancements/nether/uneasy_alliance.json new file mode 100644 index 00000000..0f1d1633 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/nether/uneasy_alliance.json @@ -0,0 +1,31 @@ +{ + "display": { + "icon": { + "item": "minecraft:ghast_tear" + }, + "title": { + "translate": "advancements.nether.uneasy_alliance.title" + }, + "description": { + "translate": "advancements.nether.uneasy_alliance.description" + }, + "frame": "challenge" + }, + "parent": "minecraft:nether/return_to_sender", + "rewards": { + "experience": 100 + }, + "criteria": { + "killed_ghast": { + "trigger": "minecraft:player_killed_entity", + "conditions": { + "entity": { + "type": "minecraft:ghast", + "location": { + "dimension": "overworld" + } + } + } + } + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/brewing/blaze_powder.json b/1.12.2/assets/minecraft/advancements/recipes/brewing/blaze_powder.json new file mode 100644 index 00000000..5ed76d82 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/brewing/blaze_powder.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:blaze_powder" + ] + }, + "criteria": { + "has_blaze_rod": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:blaze_rod" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "blaze_powder" + } + } + }, + "requirements": [ + [ + "has_blaze_rod", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/brewing/brewing_stand.json b/1.12.2/assets/minecraft/advancements/recipes/brewing/brewing_stand.json new file mode 100644 index 00000000..118463a8 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/brewing/brewing_stand.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:brewing_stand" + ] + }, + "criteria": { + "has_blaze_rod": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:blaze_rod" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "brewing_stand" + } + } + }, + "requirements": [ + [ + "has_blaze_rod", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/brewing/cauldron.json b/1.12.2/assets/minecraft/advancements/recipes/brewing/cauldron.json new file mode 100644 index 00000000..a34a0f48 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/brewing/cauldron.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:cauldron" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "cauldron" + } + }, + "has_water_bucket": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:water_bucket" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_water_bucket" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/brewing/fermented_spider_eye.json b/1.12.2/assets/minecraft/advancements/recipes/brewing/fermented_spider_eye.json new file mode 100644 index 00000000..3e92e6a4 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/brewing/fermented_spider_eye.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:fermented_spider_eye" + ] + }, + "criteria": { + "has_spider_eye": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:spider_eye" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "fermented_spider_eye" + } + } + }, + "requirements": [ + [ + "has_spider_eye", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/brewing/glass_bottle.json b/1.12.2/assets/minecraft/advancements/recipes/brewing/glass_bottle.json new file mode 100644 index 00000000..1b10988b --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/brewing/glass_bottle.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:glass_bottle" + ] + }, + "criteria": { + "has_glass": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:glass" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "glass_bottle" + } + } + }, + "requirements": [ + [ + "has_glass", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/brewing/golden_carrot.json b/1.12.2/assets/minecraft/advancements/recipes/brewing/golden_carrot.json new file mode 100644 index 00000000..81cbd0a7 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/brewing/golden_carrot.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:golden_carrot" + ] + }, + "criteria": { + "has_gold_nugget": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:gold_nugget" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "golden_carrot" + } + } + }, + "requirements": [ + [ + "has_gold_nugget", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/brewing/magma_cream.json b/1.12.2/assets/minecraft/advancements/recipes/brewing/magma_cream.json new file mode 100644 index 00000000..ae54b2be --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/brewing/magma_cream.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:magma_cream" + ] + }, + "criteria": { + "has_blaze_powder": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:blaze_powder" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "magma_cream" + } + } + }, + "requirements": [ + [ + "has_blaze_powder", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/brewing/speckled_melon.json b/1.12.2/assets/minecraft/advancements/recipes/brewing/speckled_melon.json new file mode 100644 index 00000000..368c20dd --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/brewing/speckled_melon.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:speckled_melon" + ] + }, + "criteria": { + "has_melon": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:melon" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "speckled_melon" + } + } + }, + "requirements": [ + [ + "has_melon", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/acacia_planks.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/acacia_planks.json new file mode 100644 index 00000000..a8b72103 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/acacia_planks.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:acacia_planks" + ] + }, + "criteria": { + "has_log2": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:log2", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "acacia_planks" + } + } + }, + "requirements": [ + [ + "has_log2", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/acacia_stairs.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/acacia_stairs.json new file mode 100644 index 00000000..5526684d --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/acacia_stairs.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:acacia_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "acacia_stairs" + } + }, + "has_planks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:planks", + "data": 4 + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_planks" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/acacia_wooden_slab.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/acacia_wooden_slab.json new file mode 100644 index 00000000..a985246b --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/acacia_wooden_slab.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:acacia_wooden_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "acacia_wooden_slab" + } + }, + "has_planks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:planks", + "data": 4 + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_planks" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/andesite.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/andesite.json new file mode 100644 index 00000000..ed5efc7a --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/andesite.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:andesite" + ] + }, + "criteria": { + "has_stone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:stone", + "data": 3 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "andesite" + } + } + }, + "requirements": [ + [ + "has_stone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/birch_planks.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/birch_planks.json new file mode 100644 index 00000000..3903f24d --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/birch_planks.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:birch_planks" + ] + }, + "criteria": { + "has_log": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:log", + "data": 2 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "birch_planks" + } + } + }, + "requirements": [ + [ + "has_log", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/birch_stairs.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/birch_stairs.json new file mode 100644 index 00000000..45eef4a2 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/birch_stairs.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:birch_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "birch_stairs" + } + }, + "has_planks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:planks", + "data": 2 + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_planks" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/birch_wooden_slab.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/birch_wooden_slab.json new file mode 100644 index 00000000..c58a70c2 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/birch_wooden_slab.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:birch_wooden_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "birch_wooden_slab" + } + }, + "has_planks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:planks", + "data": 2 + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_planks" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/black_concrete_powder.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/black_concrete_powder.json new file mode 100644 index 00000000..1a9722fc --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/black_concrete_powder.json @@ -0,0 +1,43 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:black_concrete_powder" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "black_concrete_powder" + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:sand" + } + ] + } + }, + "has_gravel": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:gravel" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_sand", + "has_gravel" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/black_stained_glass.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/black_stained_glass.json new file mode 100644 index 00000000..09aefc74 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/black_stained_glass.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:black_stained_glass" + ] + }, + "criteria": { + "has_glass": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:glass" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "black_stained_glass" + } + } + }, + "requirements": [ + [ + "has_glass", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/black_stained_hardened_clay.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/black_stained_hardened_clay.json new file mode 100644 index 00000000..3e04e2e6 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/black_stained_hardened_clay.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:black_stained_hardened_clay" + ] + }, + "criteria": { + "has_hardened_clay": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:hardened_clay" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "black_stained_hardened_clay" + } + } + }, + "requirements": [ + [ + "has_hardened_clay", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/black_wool.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/black_wool.json new file mode 100644 index 00000000..16bdec3e --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/black_wool.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:black_wool" + ] + }, + "criteria": { + "has_white_wool": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:wool", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "black_wool" + } + } + }, + "requirements": [ + [ + "has_white_wool", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/blue_concrete_powder.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/blue_concrete_powder.json new file mode 100644 index 00000000..8aefb236 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/blue_concrete_powder.json @@ -0,0 +1,43 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:blue_concrete_powder" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "blue_concrete_powder" + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:sand" + } + ] + } + }, + "has_gravel": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:gravel" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_sand", + "has_gravel" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/blue_stained_glass.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/blue_stained_glass.json new file mode 100644 index 00000000..aa8241f3 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/blue_stained_glass.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:blue_stained_glass" + ] + }, + "criteria": { + "has_glass": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:glass" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "blue_stained_glass" + } + } + }, + "requirements": [ + [ + "has_glass", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/blue_stained_hardened_clay.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/blue_stained_hardened_clay.json new file mode 100644 index 00000000..cd7a7835 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/blue_stained_hardened_clay.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:blue_stained_hardened_clay" + ] + }, + "criteria": { + "has_hardened_clay": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:hardened_clay" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "blue_stained_hardened_clay" + } + } + }, + "requirements": [ + [ + "has_hardened_clay", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/blue_wool.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/blue_wool.json new file mode 100644 index 00000000..c45d2d62 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/blue_wool.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:blue_wool" + ] + }, + "criteria": { + "has_white_wool": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:wool", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "blue_wool" + } + } + }, + "requirements": [ + [ + "has_white_wool", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/bone_block.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/bone_block.json new file mode 100644 index 00000000..0d22c141 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/bone_block.json @@ -0,0 +1,37 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:bone_meal_from_block", + "minecraft:bone_block" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "bone_block" + } + }, + "has_at_least_9_bonemeal": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:dye", + "count": { + "min": 9 + }, + "data": 15 + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_at_least_9_bonemeal" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/bookshelf.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/bookshelf.json new file mode 100644 index 00000000..2540e0ef --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/bookshelf.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:bookshelf" + ] + }, + "criteria": { + "has_book": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:book" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "bookshelf" + } + } + }, + "requirements": [ + [ + "has_book", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/brick_block.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/brick_block.json new file mode 100644 index 00000000..125e8fd9 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/brick_block.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:brick_block" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "brick_block" + } + }, + "has_brick": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_brick" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/brick_slab.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/brick_slab.json new file mode 100644 index 00000000..22b074cb --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/brick_slab.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:brick_slab" + ] + }, + "criteria": { + "has_brick_block": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:brick_block" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "brick_slab" + } + } + }, + "requirements": [ + [ + "has_brick_block", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/brick_stairs.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/brick_stairs.json new file mode 100644 index 00000000..3ca03371 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/brick_stairs.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:brick_stairs" + ] + }, + "criteria": { + "has_brick_block": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:brick_block" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "brick_stairs" + } + } + }, + "requirements": [ + [ + "has_brick_block", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/brown_concrete_powder.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/brown_concrete_powder.json new file mode 100644 index 00000000..5f320b1f --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/brown_concrete_powder.json @@ -0,0 +1,43 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:brown_concrete_powder" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "brown_concrete_powder" + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:sand" + } + ] + } + }, + "has_gravel": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:gravel" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_sand", + "has_gravel" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/brown_stained_glass.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/brown_stained_glass.json new file mode 100644 index 00000000..3488746f --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/brown_stained_glass.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:brown_stained_glass" + ] + }, + "criteria": { + "has_glass": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:glass" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "brown_stained_glass" + } + } + }, + "requirements": [ + [ + "has_glass", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/brown_stained_hardened_clay.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/brown_stained_hardened_clay.json new file mode 100644 index 00000000..119883fc --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/brown_stained_hardened_clay.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:brown_stained_hardened_clay" + ] + }, + "criteria": { + "has_hardened_clay": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:hardened_clay" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "brown_stained_hardened_clay" + } + } + }, + "requirements": [ + [ + "has_hardened_clay", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/brown_wool.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/brown_wool.json new file mode 100644 index 00000000..68cebb0e --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/brown_wool.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:brown_wool" + ] + }, + "criteria": { + "has_white_wool": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:wool", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "brown_wool" + } + } + }, + "requirements": [ + [ + "has_white_wool", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/chiseled_quartz_block.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/chiseled_quartz_block.json new file mode 100644 index 00000000..5d4b1326 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/chiseled_quartz_block.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:chiseled_quartz_block" + ] + }, + "criteria": { + "has_quartz_block": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:quartz_block" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "chiseled_quartz_block" + } + } + }, + "requirements": [ + [ + "has_quartz_block", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/chiseled_red_sandstone.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/chiseled_red_sandstone.json new file mode 100644 index 00000000..cc4a3036 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/chiseled_red_sandstone.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:chiseled_red_sandstone" + ] + }, + "criteria": { + "has_red_sandstone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:red_sandstone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "chiseled_red_sandstone" + } + } + }, + "requirements": [ + [ + "has_red_sandstone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/chiseled_sandstone.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/chiseled_sandstone.json new file mode 100644 index 00000000..f7d0f6d0 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/chiseled_sandstone.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:chiseled_sandstone" + ] + }, + "criteria": { + "has_stone_slab": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:stone_slab", + "data": 1 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "chiseled_sandstone" + } + } + }, + "requirements": [ + [ + "has_stone_slab", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/chiseled_stonebrick.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/chiseled_stonebrick.json new file mode 100644 index 00000000..259c5b8a --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/chiseled_stonebrick.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:chiseled_stonebrick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "chiseled_stonebrick" + } + }, + "has_stonebrick": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:stonebrick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_stonebrick" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/clay.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/clay.json new file mode 100644 index 00000000..450d9750 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/clay.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:clay" + ] + }, + "criteria": { + "has_clay_ball": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:clay_ball" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "clay" + } + } + }, + "requirements": [ + [ + "has_clay_ball", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/coal_block.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/coal_block.json new file mode 100644 index 00000000..a5ae1a03 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/coal_block.json @@ -0,0 +1,37 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:coal_block", + "minecraft:coal" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "coal_block" + } + }, + "has_at_least_9_coal": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:coal", + "count": { + "min": 9 + }, + "data": 0 + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_at_least_9_coal" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/coarse_dirt.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/coarse_dirt.json new file mode 100644 index 00000000..d9cee7e3 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/coarse_dirt.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:coarse_dirt" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "coarse_dirt" + } + }, + "has_gravel": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:gravel" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_gravel" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/cobblestone_slab.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/cobblestone_slab.json new file mode 100644 index 00000000..c8f88c93 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/cobblestone_slab.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:cobblestone_slab" + ] + }, + "criteria": { + "has_cobblestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:cobblestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "cobblestone_slab" + } + } + }, + "requirements": [ + [ + "has_cobblestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/cyan_concrete_powder.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/cyan_concrete_powder.json new file mode 100644 index 00000000..117b30e2 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/cyan_concrete_powder.json @@ -0,0 +1,43 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:cyan_concrete_powder" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "cyan_concrete_powder" + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:sand" + } + ] + } + }, + "has_gravel": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:gravel" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_sand", + "has_gravel" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/cyan_stained_glass.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/cyan_stained_glass.json new file mode 100644 index 00000000..1388b4d0 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/cyan_stained_glass.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:cyan_stained_glass" + ] + }, + "criteria": { + "has_glass": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:glass" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "cyan_stained_glass" + } + } + }, + "requirements": [ + [ + "has_glass", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/cyan_stained_hardened_clay.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/cyan_stained_hardened_clay.json new file mode 100644 index 00000000..2b8a7f3f --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/cyan_stained_hardened_clay.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:cyan_stained_hardened_clay" + ] + }, + "criteria": { + "has_hardened_clay": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:hardened_clay" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "cyan_stained_hardened_clay" + } + } + }, + "requirements": [ + [ + "has_hardened_clay", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/cyan_wool.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/cyan_wool.json new file mode 100644 index 00000000..105f0cda --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/cyan_wool.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:cyan_wool" + ] + }, + "criteria": { + "has_white_wool": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:wool", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "cyan_wool" + } + } + }, + "requirements": [ + [ + "has_white_wool", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/dark_oak_planks.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/dark_oak_planks.json new file mode 100644 index 00000000..de98947a --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/dark_oak_planks.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:dark_oak_planks" + ] + }, + "criteria": { + "has_log2": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:log2", + "data": 1 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "dark_oak_planks" + } + } + }, + "requirements": [ + [ + "has_log2", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/dark_oak_stairs.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/dark_oak_stairs.json new file mode 100644 index 00000000..1843c6eb --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/dark_oak_stairs.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:dark_oak_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "dark_oak_stairs" + } + }, + "has_planks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:planks", + "data": 5 + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_planks" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/dark_oak_wooden_slab.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/dark_oak_wooden_slab.json new file mode 100644 index 00000000..7e50d732 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/dark_oak_wooden_slab.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:dark_oak_wooden_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "dark_oak_wooden_slab" + } + }, + "has_planks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:planks", + "data": 5 + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_planks" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/dark_prismarine.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/dark_prismarine.json new file mode 100644 index 00000000..b46e4dd7 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/dark_prismarine.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:dark_prismarine" + ] + }, + "criteria": { + "has_prismarine_shard": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:prismarine_shard" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "dark_prismarine" + } + } + }, + "requirements": [ + [ + "has_prismarine_shard", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/diamond_block.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/diamond_block.json new file mode 100644 index 00000000..96bd03ad --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/diamond_block.json @@ -0,0 +1,36 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:diamond_block", + "minecraft:diamond" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "diamond_block" + } + }, + "has_at_least_9_diamond": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:diamond", + "count": { + "min": 9 + } + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_at_least_9_diamond" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/diorite.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/diorite.json new file mode 100644 index 00000000..a199cbfd --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/diorite.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:diorite" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "diorite" + } + }, + "has_quartz": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:quartz" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_quartz" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/emerald_block.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/emerald_block.json new file mode 100644 index 00000000..c2e55865 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/emerald_block.json @@ -0,0 +1,36 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:emerald", + "minecraft:emerald_block" + ] + }, + "criteria": { + "has_at_least_9_emerald": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:emerald", + "count": { + "min": 9 + } + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "emerald_block" + } + } + }, + "requirements": [ + [ + "has_at_least_9_emerald", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/end_bricks.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/end_bricks.json new file mode 100644 index 00000000..d9a31e2d --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/end_bricks.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:end_bricks" + ] + }, + "criteria": { + "has_end_stone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:end_stone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "end_bricks" + } + } + }, + "requirements": [ + [ + "has_end_stone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/glowstone.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/glowstone.json new file mode 100644 index 00000000..60aa4332 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/glowstone.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:glowstone" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "glowstone" + } + }, + "has_glowstone_dust": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:glowstone_dust" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_glowstone_dust" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/gold_block.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/gold_block.json new file mode 100644 index 00000000..8c3ca650 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/gold_block.json @@ -0,0 +1,36 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:gold_ingot_from_block", + "minecraft:gold_block" + ] + }, + "criteria": { + "has_at_least_9_gold_ingot": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:gold_ingot", + "count": { + "min": 9 + } + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "gold_block" + } + } + }, + "requirements": [ + [ + "has_at_least_9_gold_ingot", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/granite.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/granite.json new file mode 100644 index 00000000..fa775355 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/granite.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:granite" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "granite" + } + }, + "has_quartz": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:quartz" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_quartz" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/gray_concrete_powder.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/gray_concrete_powder.json new file mode 100644 index 00000000..3c63d4d3 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/gray_concrete_powder.json @@ -0,0 +1,43 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:gray_concrete_powder" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "gray_concrete_powder" + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:sand" + } + ] + } + }, + "has_gravel": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:gravel" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_sand", + "has_gravel" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/gray_stained_glass.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/gray_stained_glass.json new file mode 100644 index 00000000..a3150c61 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/gray_stained_glass.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:gray_stained_glass" + ] + }, + "criteria": { + "has_glass": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:glass" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "gray_stained_glass" + } + } + }, + "requirements": [ + [ + "has_glass", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/gray_stained_hardened_clay.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/gray_stained_hardened_clay.json new file mode 100644 index 00000000..47fee635 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/gray_stained_hardened_clay.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:gray_stained_hardened_clay" + ] + }, + "criteria": { + "has_hardened_clay": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:hardened_clay" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "gray_stained_hardened_clay" + } + } + }, + "requirements": [ + [ + "has_hardened_clay", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/gray_wool.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/gray_wool.json new file mode 100644 index 00000000..9085ec4c --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/gray_wool.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:gray_wool" + ] + }, + "criteria": { + "has_white_wool": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:wool", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "gray_wool" + } + } + }, + "requirements": [ + [ + "has_white_wool", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/green_concrete_powder.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/green_concrete_powder.json new file mode 100644 index 00000000..f634b1ab --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/green_concrete_powder.json @@ -0,0 +1,43 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:green_concrete_powder" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "green_concrete_powder" + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:sand" + } + ] + } + }, + "has_gravel": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:gravel" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_sand", + "has_gravel" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/green_stained_glass.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/green_stained_glass.json new file mode 100644 index 00000000..1c969f0f --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/green_stained_glass.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:green_stained_glass" + ] + }, + "criteria": { + "has_glass": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:glass" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "green_stained_glass" + } + } + }, + "requirements": [ + [ + "has_glass", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/green_stained_hardened_clay.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/green_stained_hardened_clay.json new file mode 100644 index 00000000..2e68fd29 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/green_stained_hardened_clay.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:green_stained_hardened_clay" + ] + }, + "criteria": { + "has_hardened_clay": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:hardened_clay" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "green_stained_hardened_clay" + } + } + }, + "requirements": [ + [ + "has_hardened_clay", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/green_wool.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/green_wool.json new file mode 100644 index 00000000..035f2927 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/green_wool.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:green_wool" + ] + }, + "criteria": { + "has_white_wool": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:wool", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "green_wool" + } + } + }, + "requirements": [ + [ + "has_white_wool", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/hay_block.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/hay_block.json new file mode 100644 index 00000000..fe7e4b79 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/hay_block.json @@ -0,0 +1,36 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:hay_block", + "minecraft:wheat" + ] + }, + "criteria": { + "has_at_least_9_wheat": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:wheat", + "count": { + "min": 9 + } + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "hay_block" + } + } + }, + "requirements": [ + [ + "has_at_least_9_wheat", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/iron_block.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/iron_block.json new file mode 100644 index 00000000..ae54fb00 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/iron_block.json @@ -0,0 +1,36 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:iron_block", + "minecraft:iron_ingot_from_block" + ] + }, + "criteria": { + "has_at_least_9_iron_ingot": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:iron_ingot", + "count": { + "min": 9 + } + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "iron_block" + } + } + }, + "requirements": [ + [ + "has_at_least_9_iron_ingot", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/jungle_planks.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/jungle_planks.json new file mode 100644 index 00000000..4bbcd7cb --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/jungle_planks.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:jungle_planks" + ] + }, + "criteria": { + "has_log": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:log", + "data": 3 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "jungle_planks" + } + } + }, + "requirements": [ + [ + "has_log", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/jungle_stairs.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/jungle_stairs.json new file mode 100644 index 00000000..fe1f0fef --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/jungle_stairs.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:jungle_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "jungle_stairs" + } + }, + "has_planks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:planks", + "data": 3 + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_planks" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/jungle_wooden_slab.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/jungle_wooden_slab.json new file mode 100644 index 00000000..1d8bb36c --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/jungle_wooden_slab.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:jungle_wooden_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "jungle_wooden_slab" + } + }, + "has_planks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:planks", + "data": 3 + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_planks" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/lapis_block.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/lapis_block.json new file mode 100644 index 00000000..0adb1f20 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/lapis_block.json @@ -0,0 +1,37 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:lapis_block", + "minecraft:lapis_lazuli" + ] + }, + "criteria": { + "has_at_least_9_lapis": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:dye", + "count": { + "min": 9 + }, + "data": 4 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "lapis_block" + } + } + }, + "requirements": [ + [ + "has_at_least_9_lapis", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/light_blue_concrete_powder.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/light_blue_concrete_powder.json new file mode 100644 index 00000000..958675b7 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/light_blue_concrete_powder.json @@ -0,0 +1,43 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:light_blue_concrete_powder" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "light_blue_concrete_powder" + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:sand" + } + ] + } + }, + "has_gravel": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:gravel" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_sand", + "has_gravel" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/light_blue_stained_glass.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/light_blue_stained_glass.json new file mode 100644 index 00000000..40da8492 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/light_blue_stained_glass.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:light_blue_stained_glass" + ] + }, + "criteria": { + "has_glass": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:glass" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "light_blue_stained_glass" + } + } + }, + "requirements": [ + [ + "has_glass", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/light_blue_stained_hardened_clay.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/light_blue_stained_hardened_clay.json new file mode 100644 index 00000000..61411b0f --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/light_blue_stained_hardened_clay.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:light_blue_stained_hardened_clay" + ] + }, + "criteria": { + "has_hardened_clay": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:hardened_clay" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "light_blue_stained_hardened_clay" + } + } + }, + "requirements": [ + [ + "has_hardened_clay", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/light_blue_wool.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/light_blue_wool.json new file mode 100644 index 00000000..5332f96d --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/light_blue_wool.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:light_blue_wool" + ] + }, + "criteria": { + "has_white_wool": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:wool", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "light_blue_wool" + } + } + }, + "requirements": [ + [ + "has_white_wool", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/light_gray_concrete_powder.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/light_gray_concrete_powder.json new file mode 100644 index 00000000..f069e00b --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/light_gray_concrete_powder.json @@ -0,0 +1,43 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:light_gray_concrete_powder" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "light_gray_concrete_powder" + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:sand" + } + ] + } + }, + "has_gravel": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:gravel" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_sand", + "has_gravel" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/light_gray_stained_glass.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/light_gray_stained_glass.json new file mode 100644 index 00000000..fdc11d88 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/light_gray_stained_glass.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:light_gray_stained_glass" + ] + }, + "criteria": { + "has_glass": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:glass" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "light_gray_stained_glass" + } + } + }, + "requirements": [ + [ + "has_glass", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/light_gray_stained_hardened_clay.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/light_gray_stained_hardened_clay.json new file mode 100644 index 00000000..25ab07f5 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/light_gray_stained_hardened_clay.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:light_gray_stained_hardened_clay" + ] + }, + "criteria": { + "has_hardened_clay": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:hardened_clay" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "light_gray_stained_hardened_clay" + } + } + }, + "requirements": [ + [ + "has_hardened_clay", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/light_gray_wool.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/light_gray_wool.json new file mode 100644 index 00000000..2c7c1b17 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/light_gray_wool.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:light_gray_wool" + ] + }, + "criteria": { + "has_white_wool": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:wool", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "light_gray_wool" + } + } + }, + "requirements": [ + [ + "has_white_wool", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/lime_concrete_powder.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/lime_concrete_powder.json new file mode 100644 index 00000000..c078275b --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/lime_concrete_powder.json @@ -0,0 +1,43 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:lime_concrete_powder" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "lime_concrete_powder" + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:sand" + } + ] + } + }, + "has_gravel": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:gravel" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_sand", + "has_gravel" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/lime_stained_glass.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/lime_stained_glass.json new file mode 100644 index 00000000..c746d1fe --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/lime_stained_glass.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:lime_stained_glass" + ] + }, + "criteria": { + "has_glass": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:glass" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "lime_stained_glass" + } + } + }, + "requirements": [ + [ + "has_glass", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/lime_stained_hardened_clay.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/lime_stained_hardened_clay.json new file mode 100644 index 00000000..6fa67e5c --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/lime_stained_hardened_clay.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:lime_stained_hardened_clay" + ] + }, + "criteria": { + "has_hardened_clay": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:hardened_clay" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "lime_stained_hardened_clay" + } + } + }, + "requirements": [ + [ + "has_hardened_clay", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/lime_wool.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/lime_wool.json new file mode 100644 index 00000000..62e26c8f --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/lime_wool.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:lime_wool" + ] + }, + "criteria": { + "has_white_wool": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:wool", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "lime_wool" + } + } + }, + "requirements": [ + [ + "has_white_wool", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/lit_pumpkin.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/lit_pumpkin.json new file mode 100644 index 00000000..3a51ab03 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/lit_pumpkin.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:lit_pumpkin" + ] + }, + "criteria": { + "has_pumpkin": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:pumpkin" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "lit_pumpkin" + } + } + }, + "requirements": [ + [ + "has_pumpkin", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/magenta_concrete_powder.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/magenta_concrete_powder.json new file mode 100644 index 00000000..aa581aba --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/magenta_concrete_powder.json @@ -0,0 +1,43 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:magenta_concrete_powder" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "magenta_concrete_powder" + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:sand" + } + ] + } + }, + "has_gravel": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:gravel" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_sand", + "has_gravel" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/magenta_stained_glass.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/magenta_stained_glass.json new file mode 100644 index 00000000..b9f47148 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/magenta_stained_glass.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:magenta_stained_glass" + ] + }, + "criteria": { + "has_glass": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:glass" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "magenta_stained_glass" + } + } + }, + "requirements": [ + [ + "has_glass", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/magenta_stained_hardened_clay.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/magenta_stained_hardened_clay.json new file mode 100644 index 00000000..08f47c94 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/magenta_stained_hardened_clay.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:magenta_stained_hardened_clay" + ] + }, + "criteria": { + "has_hardened_clay": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:hardened_clay" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "magenta_stained_hardened_clay" + } + } + }, + "requirements": [ + [ + "has_hardened_clay", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/magenta_wool.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/magenta_wool.json new file mode 100644 index 00000000..b92873b3 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/magenta_wool.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:magenta_wool" + ] + }, + "criteria": { + "has_white_wool": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:wool", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "magenta_wool" + } + } + }, + "requirements": [ + [ + "has_white_wool", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/magma.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/magma.json new file mode 100644 index 00000000..70c5ddd3 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/magma.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:magma" + ] + }, + "criteria": { + "has_magma_cream": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:magma_cream" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "magma" + } + } + }, + "requirements": [ + [ + "has_magma_cream", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/melon_block.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/melon_block.json new file mode 100644 index 00000000..a6f028a4 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/melon_block.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:melon_block" + ] + }, + "criteria": { + "has_melon": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:melon" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "melon_block" + } + } + }, + "requirements": [ + [ + "has_melon", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/mossy_cobblestone.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/mossy_cobblestone.json new file mode 100644 index 00000000..86c4b612 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/mossy_cobblestone.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:mossy_cobblestone" + ] + }, + "criteria": { + "has_vine": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:vine" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mossy_cobblestone" + } + } + }, + "requirements": [ + [ + "has_vine", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/mossy_stonebrick.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/mossy_stonebrick.json new file mode 100644 index 00000000..553347f6 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/mossy_stonebrick.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:mossy_stonebrick" + ] + }, + "criteria": { + "has_mossy_cobblestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:mossy_cobblestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mossy_stonebrick" + } + } + }, + "requirements": [ + [ + "has_mossy_cobblestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/nether_brick.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/nether_brick.json new file mode 100644 index 00000000..65f3379d --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/nether_brick.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:nether_brick" + ] + }, + "criteria": { + "has_netherbrick": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:netherbrick" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "nether_brick" + } + } + }, + "requirements": [ + [ + "has_netherbrick", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/nether_brick_slab.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/nether_brick_slab.json new file mode 100644 index 00000000..97f0804d --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/nether_brick_slab.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:nether_brick_slab" + ] + }, + "criteria": { + "has_nether_brick": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:nether_brick" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "nether_brick_slab" + } + } + }, + "requirements": [ + [ + "has_nether_brick", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/nether_brick_stairs.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/nether_brick_stairs.json new file mode 100644 index 00000000..dc2db9f5 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/nether_brick_stairs.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:nether_brick_stairs" + ] + }, + "criteria": { + "has_nether_brick": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:nether_brick" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "nether_brick_stairs" + } + } + }, + "requirements": [ + [ + "has_nether_brick", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/nether_wart_block.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/nether_wart_block.json new file mode 100644 index 00000000..ef32172e --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/nether_wart_block.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:nether_wart_block" + ] + }, + "criteria": { + "has_nether_wart": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:nether_wart" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "nether_wart_block" + } + } + }, + "requirements": [ + [ + "has_nether_wart", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/oak_planks.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/oak_planks.json new file mode 100644 index 00000000..32334ef8 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/oak_planks.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:oak_planks" + ] + }, + "criteria": { + "has_log": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:log", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "oak_planks" + } + } + }, + "requirements": [ + [ + "has_log", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/oak_stairs.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/oak_stairs.json new file mode 100644 index 00000000..e1f3fea1 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/oak_stairs.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:oak_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "oak_stairs" + } + }, + "has_planks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:planks", + "data": 0 + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_planks" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/oak_wooden_slab.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/oak_wooden_slab.json new file mode 100644 index 00000000..ac1df4a2 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/oak_wooden_slab.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:oak_wooden_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "oak_wooden_slab" + } + }, + "has_planks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:planks", + "data": 0 + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_planks" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/orange_concrete_powder.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/orange_concrete_powder.json new file mode 100644 index 00000000..2818172c --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/orange_concrete_powder.json @@ -0,0 +1,43 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:orange_concrete_powder" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "orange_concrete_powder" + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:sand" + } + ] + } + }, + "has_gravel": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:gravel" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_sand", + "has_gravel" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/orange_stained_glass.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/orange_stained_glass.json new file mode 100644 index 00000000..a707c617 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/orange_stained_glass.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:orange_stained_glass" + ] + }, + "criteria": { + "has_glass": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:glass" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "orange_stained_glass" + } + } + }, + "requirements": [ + [ + "has_glass", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/orange_stained_hardened_clay.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/orange_stained_hardened_clay.json new file mode 100644 index 00000000..94b3796b --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/orange_stained_hardened_clay.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:orange_stained_hardened_clay" + ] + }, + "criteria": { + "has_hardened_clay": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:hardened_clay" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "orange_stained_hardened_clay" + } + } + }, + "requirements": [ + [ + "has_hardened_clay", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/orange_wool.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/orange_wool.json new file mode 100644 index 00000000..fd96e153 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/orange_wool.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:orange_wool" + ] + }, + "criteria": { + "has_white_wool": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:wool", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "orange_wool" + } + } + }, + "requirements": [ + [ + "has_white_wool", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/pillar_quartz_block.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/pillar_quartz_block.json new file mode 100644 index 00000000..c954055c --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/pillar_quartz_block.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:pillar_quartz_block" + ] + }, + "criteria": { + "has_quartz_block": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:quartz_block" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "pillar_quartz_block" + } + } + }, + "requirements": [ + [ + "has_quartz_block", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/pink_concrete_powder.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/pink_concrete_powder.json new file mode 100644 index 00000000..3ec4eadf --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/pink_concrete_powder.json @@ -0,0 +1,43 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:pink_concrete_powder" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "pink_concrete_powder" + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:sand" + } + ] + } + }, + "has_gravel": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:gravel" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_sand", + "has_gravel" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/pink_stained_glass.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/pink_stained_glass.json new file mode 100644 index 00000000..4ce33d21 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/pink_stained_glass.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:pink_stained_glass" + ] + }, + "criteria": { + "has_glass": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:glass" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "pink_stained_glass" + } + } + }, + "requirements": [ + [ + "has_glass", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/pink_stained_hardened_clay.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/pink_stained_hardened_clay.json new file mode 100644 index 00000000..2a7e627e --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/pink_stained_hardened_clay.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:pink_stained_hardened_clay" + ] + }, + "criteria": { + "has_hardened_clay": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:hardened_clay" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "pink_stained_hardened_clay" + } + } + }, + "requirements": [ + [ + "has_hardened_clay", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/pink_wool.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/pink_wool.json new file mode 100644 index 00000000..eaf8d2be --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/pink_wool.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:pink_wool" + ] + }, + "criteria": { + "has_white_wool": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:wool", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "pink_wool" + } + } + }, + "requirements": [ + [ + "has_white_wool", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/polished_andesite.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/polished_andesite.json new file mode 100644 index 00000000..94924610 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/polished_andesite.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:polished_andesite" + ] + }, + "criteria": { + "has_stone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:stone", + "data": 5 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "polished_andesite" + } + } + }, + "requirements": [ + [ + "has_stone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/polished_diorite.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/polished_diorite.json new file mode 100644 index 00000000..4dfbab1b --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/polished_diorite.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:polished_diorite" + ] + }, + "criteria": { + "has_stone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:stone", + "data": 3 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "polished_diorite" + } + } + }, + "requirements": [ + [ + "has_stone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/polished_granite.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/polished_granite.json new file mode 100644 index 00000000..9eecca54 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/polished_granite.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:polished_granite" + ] + }, + "criteria": { + "has_stone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:stone", + "data": 1 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "polished_granite" + } + } + }, + "requirements": [ + [ + "has_stone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/prismarine.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/prismarine.json new file mode 100644 index 00000000..ed23ebb9 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/prismarine.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:prismarine" + ] + }, + "criteria": { + "has_prismarine_shard": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:prismarine_shard" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "prismarine" + } + } + }, + "requirements": [ + [ + "has_prismarine_shard", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/prismarine_bricks.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/prismarine_bricks.json new file mode 100644 index 00000000..c588dfcf --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/prismarine_bricks.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:prismarine_bricks" + ] + }, + "criteria": { + "has_prismarine_shard": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:prismarine_shard" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "prismarine_bricks" + } + } + }, + "requirements": [ + [ + "has_prismarine_shard", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/purple_concrete_powder.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/purple_concrete_powder.json new file mode 100644 index 00000000..64de23d9 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/purple_concrete_powder.json @@ -0,0 +1,43 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:purple_concrete_powder" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "purple_concrete_powder" + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:sand" + } + ] + } + }, + "has_gravel": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:gravel" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_sand", + "has_gravel" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/purple_stained_glass.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/purple_stained_glass.json new file mode 100644 index 00000000..eba804e7 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/purple_stained_glass.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:purple_stained_glass" + ] + }, + "criteria": { + "has_glass": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:glass" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "purple_stained_glass" + } + } + }, + "requirements": [ + [ + "has_glass", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/purple_stained_hardened_clay.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/purple_stained_hardened_clay.json new file mode 100644 index 00000000..68dbd4a6 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/purple_stained_hardened_clay.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:purple_stained_hardened_clay" + ] + }, + "criteria": { + "has_hardened_clay": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:hardened_clay" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "purple_stained_hardened_clay" + } + } + }, + "requirements": [ + [ + "has_hardened_clay", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/purple_wool.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/purple_wool.json new file mode 100644 index 00000000..c7501317 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/purple_wool.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:purple_wool" + ] + }, + "criteria": { + "has_white_wool": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:wool", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "purple_wool" + } + } + }, + "requirements": [ + [ + "has_white_wool", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/purpur_block.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/purpur_block.json new file mode 100644 index 00000000..68dda156 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/purpur_block.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:purpur_block" + ] + }, + "criteria": { + "has_chorus_fruit_popped": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:chorus_fruit_popped" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "purpur_block" + } + } + }, + "requirements": [ + [ + "has_chorus_fruit_popped", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/purpur_pillar.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/purpur_pillar.json new file mode 100644 index 00000000..bdbd4770 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/purpur_pillar.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:purpur_pillar" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "purpur_pillar" + } + }, + "has_purpur_block": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:purpur_block" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_purpur_block" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/purpur_slab.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/purpur_slab.json new file mode 100644 index 00000000..8f7072a3 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/purpur_slab.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:purpur_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "purpur_slab" + } + }, + "has_purpur_block": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:purpur_block" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_purpur_block" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/purpur_stairs.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/purpur_stairs.json new file mode 100644 index 00000000..8328c049 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/purpur_stairs.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:purpur_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "purpur_stairs" + } + }, + "has_purpur_block": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:purpur_block" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_purpur_block" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/quartz_block.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/quartz_block.json new file mode 100644 index 00000000..e8abafd0 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/quartz_block.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:quartz_block" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "quartz_block" + } + }, + "has_quartz": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:quartz" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_quartz" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/quartz_slab.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/quartz_slab.json new file mode 100644 index 00000000..8850bec6 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/quartz_slab.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:quartz_slab" + ] + }, + "criteria": { + "has_quartz_block": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:quartz_block" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "quartz_slab" + } + } + }, + "requirements": [ + [ + "has_quartz_block", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/quartz_stairs.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/quartz_stairs.json new file mode 100644 index 00000000..443cfec6 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/quartz_stairs.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:quartz_stairs" + ] + }, + "criteria": { + "has_quartz_block": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:quartz_block" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "quartz_stairs" + } + } + }, + "requirements": [ + [ + "has_quartz_block", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/red_concrete_powder.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/red_concrete_powder.json new file mode 100644 index 00000000..43fc139e --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/red_concrete_powder.json @@ -0,0 +1,43 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:red_concrete_powder" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "red_concrete_powder" + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:sand" + } + ] + } + }, + "has_gravel": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:gravel" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_sand", + "has_gravel" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/red_nether_brick.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/red_nether_brick.json new file mode 100644 index 00000000..d2a93f04 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/red_nether_brick.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:red_nether_brick" + ] + }, + "criteria": { + "has_nether_wart": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:nether_wart" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "red_nether_brick" + } + } + }, + "requirements": [ + [ + "has_nether_wart", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/red_sandstone.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/red_sandstone.json new file mode 100644 index 00000000..46ec0de1 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/red_sandstone.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:red_sandstone" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "red_sandstone" + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:sand", + "data": 1 + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_sand" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/red_sandstone_slab.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/red_sandstone_slab.json new file mode 100644 index 00000000..4d3c45dc --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/red_sandstone_slab.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:red_sandstone_slab" + ] + }, + "criteria": { + "has_red_sandstone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:red_sandstone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "red_sandstone_slab" + } + } + }, + "requirements": [ + [ + "has_red_sandstone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/red_sandstone_stairs.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/red_sandstone_stairs.json new file mode 100644 index 00000000..6601c19f --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/red_sandstone_stairs.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:red_sandstone_stairs" + ] + }, + "criteria": { + "has_red_sandstone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:red_sandstone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "red_sandstone_stairs" + } + } + }, + "requirements": [ + [ + "has_red_sandstone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/red_stained_glass.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/red_stained_glass.json new file mode 100644 index 00000000..2c2efdfe --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/red_stained_glass.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:red_stained_glass" + ] + }, + "criteria": { + "has_glass": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:glass" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "red_stained_glass" + } + } + }, + "requirements": [ + [ + "has_glass", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/red_stained_hardened_clay.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/red_stained_hardened_clay.json new file mode 100644 index 00000000..58566b12 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/red_stained_hardened_clay.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:red_stained_hardened_clay" + ] + }, + "criteria": { + "has_hardened_clay": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:hardened_clay" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "red_stained_hardened_clay" + } + } + }, + "requirements": [ + [ + "has_hardened_clay", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/red_wool.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/red_wool.json new file mode 100644 index 00000000..91c8dcd9 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/red_wool.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:red_wool" + ] + }, + "criteria": { + "has_white_wool": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:wool", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "red_wool" + } + } + }, + "requirements": [ + [ + "has_white_wool", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/sandstone.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/sandstone.json new file mode 100644 index 00000000..587c8a8f --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/sandstone.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:sandstone" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "sandstone" + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:sand", + "data": 0 + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_sand" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/sandstone_slab.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/sandstone_slab.json new file mode 100644 index 00000000..9a79eb0d --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/sandstone_slab.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:sandstone_slab" + ] + }, + "criteria": { + "has_sandstone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:sandstone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "sandstone_slab" + } + } + }, + "requirements": [ + [ + "has_sandstone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/sandstone_stairs.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/sandstone_stairs.json new file mode 100644 index 00000000..8fd0f793 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/sandstone_stairs.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:sandstone_stairs" + ] + }, + "criteria": { + "has_sandstone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:sandstone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "sandstone_stairs" + } + } + }, + "requirements": [ + [ + "has_sandstone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/sea_lantern.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/sea_lantern.json new file mode 100644 index 00000000..2c77f46a --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/sea_lantern.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:sea_lantern" + ] + }, + "criteria": { + "has_prismarine_crystals": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:prismarine_crystals" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "sea_lantern" + } + } + }, + "requirements": [ + [ + "has_prismarine_crystals", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/smooth_red_sandstone.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/smooth_red_sandstone.json new file mode 100644 index 00000000..43e0f179 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/smooth_red_sandstone.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:smooth_red_sandstone" + ] + }, + "criteria": { + "has_red_sandstone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:red_sandstone", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "smooth_red_sandstone" + } + } + }, + "requirements": [ + [ + "has_red_sandstone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/smooth_sandstone.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/smooth_sandstone.json new file mode 100644 index 00000000..7ef2573d --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/smooth_sandstone.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:smooth_sandstone" + ] + }, + "criteria": { + "has_sandstone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:sandstone", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "smooth_sandstone" + } + } + }, + "requirements": [ + [ + "has_sandstone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/snow.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/snow.json new file mode 100644 index 00000000..b315fb37 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/snow.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:snow" + ] + }, + "criteria": { + "has_snowball": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:snowball" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "snow" + } + } + }, + "requirements": [ + [ + "has_snowball", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/spruce_planks.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/spruce_planks.json new file mode 100644 index 00000000..43dbb3f7 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/spruce_planks.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:spruce_planks" + ] + }, + "criteria": { + "has_log": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:log", + "data": 1 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "spruce_planks" + } + } + }, + "requirements": [ + [ + "has_log", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/spruce_stairs.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/spruce_stairs.json new file mode 100644 index 00000000..75d5f61e --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/spruce_stairs.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:spruce_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "spruce_stairs" + } + }, + "has_planks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:planks", + "data": 1 + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_planks" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/spruce_wooden_slab.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/spruce_wooden_slab.json new file mode 100644 index 00000000..cde41336 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/spruce_wooden_slab.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:spruce_wooden_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "spruce_wooden_slab" + } + }, + "has_planks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:planks", + "data": 1 + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_planks" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/stone_brick_slab.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/stone_brick_slab.json new file mode 100644 index 00000000..c59c0709 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/stone_brick_slab.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:stone_brick_slab" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "stone_brick_slab" + } + }, + "has_stonebrick": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:stonebrick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_stonebrick" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/stone_brick_stairs.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/stone_brick_stairs.json new file mode 100644 index 00000000..df602374 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/stone_brick_stairs.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:stone_brick_stairs" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "stone_brick_stairs" + } + }, + "has_stonebrick": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:stonebrick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_stonebrick" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/stone_slab.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/stone_slab.json new file mode 100644 index 00000000..a97c00a5 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/stone_slab.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:stone_slab" + ] + }, + "criteria": { + "has_stone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:stone", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "stone_slab" + } + } + }, + "requirements": [ + [ + "has_stone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/stone_stairs.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/stone_stairs.json new file mode 100644 index 00000000..644f0fdb --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/stone_stairs.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:stone_stairs" + ] + }, + "criteria": { + "has_cobblestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:cobblestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "stone_stairs" + } + } + }, + "requirements": [ + [ + "has_cobblestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/stonebrick.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/stonebrick.json new file mode 100644 index 00000000..8fd63a0f --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/stonebrick.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:stonebrick" + ] + }, + "criteria": { + "has_stone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:stone", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "stonebrick" + } + } + }, + "requirements": [ + [ + "has_stone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/string_to_wool.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/string_to_wool.json new file mode 100644 index 00000000..1d675261 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/string_to_wool.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:string_to_wool" + ] + }, + "criteria": { + "has_string": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:string" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "string_to_wool" + } + } + }, + "requirements": [ + [ + "has_string", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/white_concrete_powder.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/white_concrete_powder.json new file mode 100644 index 00000000..5b33538e --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/white_concrete_powder.json @@ -0,0 +1,43 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:white_concrete_powder" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "white_concrete_powder" + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:sand" + } + ] + } + }, + "has_gravel": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:gravel" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_sand", + "has_gravel" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/white_stained_glass.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/white_stained_glass.json new file mode 100644 index 00000000..e08ade92 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/white_stained_glass.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:white_stained_glass" + ] + }, + "criteria": { + "has_glass": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:glass" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "white_stained_glass" + } + } + }, + "requirements": [ + [ + "has_glass", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/white_stained_hardened_clay.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/white_stained_hardened_clay.json new file mode 100644 index 00000000..b35bcfec --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/white_stained_hardened_clay.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:white_stained_hardened_clay" + ] + }, + "criteria": { + "has_hardened_clay": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:hardened_clay" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "white_stained_hardened_clay" + } + } + }, + "requirements": [ + [ + "has_hardened_clay", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/yellow_concrete_powder.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/yellow_concrete_powder.json new file mode 100644 index 00000000..a9a18301 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/yellow_concrete_powder.json @@ -0,0 +1,43 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:yellow_concrete_powder" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "yellow_concrete_powder" + } + }, + "has_sand": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:sand" + } + ] + } + }, + "has_gravel": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:gravel" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_sand", + "has_gravel" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/yellow_stained_glass.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/yellow_stained_glass.json new file mode 100644 index 00000000..a22a2472 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/yellow_stained_glass.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:yellow_stained_glass" + ] + }, + "criteria": { + "has_glass": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:glass" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "yellow_stained_glass" + } + } + }, + "requirements": [ + [ + "has_glass", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/yellow_stained_hardened_clay.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/yellow_stained_hardened_clay.json new file mode 100644 index 00000000..199aad2a --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/yellow_stained_hardened_clay.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:yellow_stained_hardened_clay" + ] + }, + "criteria": { + "has_hardened_clay": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:hardened_clay" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "yellow_stained_hardened_clay" + } + } + }, + "requirements": [ + [ + "has_hardened_clay", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/building_blocks/yellow_wool.json b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/yellow_wool.json new file mode 100644 index 00000000..b0799e5e --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/building_blocks/yellow_wool.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:yellow_wool" + ] + }, + "criteria": { + "has_white_wool": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:wool", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "yellow_wool" + } + } + }, + "requirements": [ + [ + "has_white_wool", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/combat/arrow.json b/1.12.2/assets/minecraft/advancements/recipes/combat/arrow.json new file mode 100644 index 00000000..9ce611da --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/combat/arrow.json @@ -0,0 +1,43 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:arrow" + ] + }, + "criteria": { + "has_feather": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:feather" + } + ] + } + }, + "has_flint": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:flint" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "arrow" + } + } + }, + "requirements": [ + [ + "has_feather", + "has_flint", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/combat/bow.json b/1.12.2/assets/minecraft/advancements/recipes/combat/bow.json new file mode 100644 index 00000000..cf3ecb04 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/combat/bow.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:bow" + ] + }, + "criteria": { + "has_string": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:string" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "bow" + } + } + }, + "requirements": [ + [ + "has_string", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/combat/diamond_boots.json b/1.12.2/assets/minecraft/advancements/recipes/combat/diamond_boots.json new file mode 100644 index 00000000..ee847baf --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/combat/diamond_boots.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:diamond_boots" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "diamond_boots" + } + }, + "has_diamond": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:diamond" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_diamond" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/combat/diamond_chestplate.json b/1.12.2/assets/minecraft/advancements/recipes/combat/diamond_chestplate.json new file mode 100644 index 00000000..09a8448a --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/combat/diamond_chestplate.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:diamond_chestplate" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "diamond_chestplate" + } + }, + "has_diamond": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:diamond" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_diamond" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/combat/diamond_helmet.json b/1.12.2/assets/minecraft/advancements/recipes/combat/diamond_helmet.json new file mode 100644 index 00000000..ccce7a8c --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/combat/diamond_helmet.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:diamond_helmet" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "diamond_helmet" + } + }, + "has_diamond": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:diamond" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_diamond" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/combat/diamond_leggings.json b/1.12.2/assets/minecraft/advancements/recipes/combat/diamond_leggings.json new file mode 100644 index 00000000..c52dd1e6 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/combat/diamond_leggings.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:diamond_leggings" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "diamond_leggings" + } + }, + "has_diamond": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:diamond" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_diamond" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/combat/diamond_sword.json b/1.12.2/assets/minecraft/advancements/recipes/combat/diamond_sword.json new file mode 100644 index 00000000..f22b9d9d --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/combat/diamond_sword.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:diamond_sword" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "diamond_sword" + } + }, + "has_diamond": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:diamond" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_diamond" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/combat/golden_boots.json b/1.12.2/assets/minecraft/advancements/recipes/combat/golden_boots.json new file mode 100644 index 00000000..f3cad972 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/combat/golden_boots.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:golden_boots" + ] + }, + "criteria": { + "has_gold_ingot": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:gold_ingot" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "golden_boots" + } + } + }, + "requirements": [ + [ + "has_gold_ingot", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/combat/golden_chestplate.json b/1.12.2/assets/minecraft/advancements/recipes/combat/golden_chestplate.json new file mode 100644 index 00000000..ed4c44fe --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/combat/golden_chestplate.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:golden_chestplate" + ] + }, + "criteria": { + "has_gold_ingot": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:gold_ingot" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "golden_chestplate" + } + } + }, + "requirements": [ + [ + "has_gold_ingot", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/combat/golden_helmet.json b/1.12.2/assets/minecraft/advancements/recipes/combat/golden_helmet.json new file mode 100644 index 00000000..63264843 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/combat/golden_helmet.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:golden_helmet" + ] + }, + "criteria": { + "has_gold_ingot": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:gold_ingot" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "golden_helmet" + } + } + }, + "requirements": [ + [ + "has_gold_ingot", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/combat/golden_leggings.json b/1.12.2/assets/minecraft/advancements/recipes/combat/golden_leggings.json new file mode 100644 index 00000000..6c2596cb --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/combat/golden_leggings.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:golden_leggings" + ] + }, + "criteria": { + "has_gold_ingot": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:gold_ingot" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "golden_leggings" + } + } + }, + "requirements": [ + [ + "has_gold_ingot", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/combat/golden_sword.json b/1.12.2/assets/minecraft/advancements/recipes/combat/golden_sword.json new file mode 100644 index 00000000..61375469 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/combat/golden_sword.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:golden_sword" + ] + }, + "criteria": { + "has_gold_ingot": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:gold_ingot" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "golden_sword" + } + } + }, + "requirements": [ + [ + "has_gold_ingot", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/combat/iron_boots.json b/1.12.2/assets/minecraft/advancements/recipes/combat/iron_boots.json new file mode 100644 index 00000000..e465dc1d --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/combat/iron_boots.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:iron_boots" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "iron_boots" + } + }, + "has_iron_ingot": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:iron_ingot" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_iron_ingot" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/combat/iron_chestplate.json b/1.12.2/assets/minecraft/advancements/recipes/combat/iron_chestplate.json new file mode 100644 index 00000000..ea970f80 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/combat/iron_chestplate.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:iron_chestplate" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "iron_chestplate" + } + }, + "has_iron_ingot": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:iron_ingot" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_iron_ingot" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/combat/iron_helmet.json b/1.12.2/assets/minecraft/advancements/recipes/combat/iron_helmet.json new file mode 100644 index 00000000..61db3faf --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/combat/iron_helmet.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:iron_helmet" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "iron_helmet" + } + }, + "has_iron_ingot": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:iron_ingot" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_iron_ingot" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/combat/iron_leggings.json b/1.12.2/assets/minecraft/advancements/recipes/combat/iron_leggings.json new file mode 100644 index 00000000..9f4fa1ee --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/combat/iron_leggings.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:iron_leggings" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "iron_leggings" + } + }, + "has_iron_ingot": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:iron_ingot" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_iron_ingot" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/combat/iron_sword.json b/1.12.2/assets/minecraft/advancements/recipes/combat/iron_sword.json new file mode 100644 index 00000000..bb4d4cc3 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/combat/iron_sword.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:iron_sword" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "iron_sword" + } + }, + "has_iron_ingot": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:iron_ingot" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_iron_ingot" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/combat/leather_boots.json b/1.12.2/assets/minecraft/advancements/recipes/combat/leather_boots.json new file mode 100644 index 00000000..c0386c05 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/combat/leather_boots.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:leather_boots" + ] + }, + "criteria": { + "has_leather": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:leather" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "leather_boots" + } + } + }, + "requirements": [ + [ + "has_leather", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/combat/leather_chestplate.json b/1.12.2/assets/minecraft/advancements/recipes/combat/leather_chestplate.json new file mode 100644 index 00000000..658a8134 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/combat/leather_chestplate.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:leather_chestplate" + ] + }, + "criteria": { + "has_leather": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:leather" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "leather_chestplate" + } + } + }, + "requirements": [ + [ + "has_leather", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/combat/leather_helmet.json b/1.12.2/assets/minecraft/advancements/recipes/combat/leather_helmet.json new file mode 100644 index 00000000..754c02bd --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/combat/leather_helmet.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:leather_helmet" + ] + }, + "criteria": { + "has_leather": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:leather" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "leather_helmet" + } + } + }, + "requirements": [ + [ + "has_leather", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/combat/leather_leggings.json b/1.12.2/assets/minecraft/advancements/recipes/combat/leather_leggings.json new file mode 100644 index 00000000..c333498b --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/combat/leather_leggings.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:leather_leggings" + ] + }, + "criteria": { + "has_leather": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:leather" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "leather_leggings" + } + } + }, + "requirements": [ + [ + "has_leather", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/combat/shield.json b/1.12.2/assets/minecraft/advancements/recipes/combat/shield.json new file mode 100644 index 00000000..95a79d75 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/combat/shield.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:shield" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "shield" + } + }, + "has_iron_ingot": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:iron_ingot" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_iron_ingot" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/combat/spectral_arrow.json b/1.12.2/assets/minecraft/advancements/recipes/combat/spectral_arrow.json new file mode 100644 index 00000000..35c87930 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/combat/spectral_arrow.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:spectral_arrow" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "spectral_arrow" + } + }, + "has_glowstone_dust": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:glowstone_dust" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_glowstone_dust" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/combat/stone_sword.json b/1.12.2/assets/minecraft/advancements/recipes/combat/stone_sword.json new file mode 100644 index 00000000..47b4ed02 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/combat/stone_sword.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:stone_sword" + ] + }, + "criteria": { + "has_cobblestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:cobblestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "stone_sword" + } + } + }, + "requirements": [ + [ + "has_cobblestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/combat/wooden_sword.json b/1.12.2/assets/minecraft/advancements/recipes/combat/wooden_sword.json new file mode 100644 index 00000000..565e8cdb --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/combat/wooden_sword.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:wooden_sword" + ] + }, + "criteria": { + "has_stick": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:stick" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "wooden_sword" + } + } + }, + "requirements": [ + [ + "has_stick", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/acacia_fence.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/acacia_fence.json new file mode 100644 index 00000000..1310ea13 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/acacia_fence.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:acacia_fence" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "acacia_fence" + } + }, + "has_planks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:planks", + "data": 4 + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_planks" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/anvil.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/anvil.json new file mode 100644 index 00000000..e9d21ee4 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/anvil.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:anvil" + ] + }, + "criteria": { + "has_iron_block": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:iron_block" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "anvil" + } + } + }, + "requirements": [ + [ + "has_iron_block", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/armor_stand.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/armor_stand.json new file mode 100644 index 00000000..0aa5b36f --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/armor_stand.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:armor_stand" + ] + }, + "criteria": { + "has_stone_slab": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:stone_slab", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "armor_stand" + } + } + }, + "requirements": [ + [ + "has_stone_slab", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/birch_fence.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/birch_fence.json new file mode 100644 index 00000000..c1c5a89e --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/birch_fence.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:birch_fence" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "birch_fence" + } + }, + "has_planks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:planks", + "data": 2 + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_planks" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/black_banner.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/black_banner.json new file mode 100644 index 00000000..ca65f3ac --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/black_banner.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:black_banner" + ] + }, + "criteria": { + "has_black_wool": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:wool", + "data": 15 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "black_banner" + } + } + }, + "requirements": [ + [ + "has_black_wool", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/black_bed.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/black_bed.json new file mode 100644 index 00000000..e9227dd5 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/black_bed.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:black_bed" + ] + }, + "criteria": { + "has_black_wool": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:wool", + "data": 15 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "black_bed" + } + } + }, + "requirements": [ + [ + "has_black_wool", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/black_bed_from_white_bed.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/black_bed_from_white_bed.json new file mode 100644 index 00000000..9179f2ee --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/black_bed_from_white_bed.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:black_bed_from_white_bed" + ] + }, + "criteria": { + "has_bed": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:bed", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "black_bed_from_white_bed" + } + } + }, + "requirements": [ + [ + "has_bed", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/black_carpet.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/black_carpet.json new file mode 100644 index 00000000..8517cc89 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/black_carpet.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:black_carpet" + ] + }, + "criteria": { + "has_black_wool": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:wool", + "data": 15 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "black_carpet" + } + } + }, + "requirements": [ + [ + "has_black_wool", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/black_stained_glass_pane.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/black_stained_glass_pane.json new file mode 100644 index 00000000..ac389235 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/black_stained_glass_pane.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:black_stained_glass_pane" + ] + }, + "criteria": { + "has_glass": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:glass" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "black_stained_glass_pane" + } + } + }, + "requirements": [ + [ + "has_glass", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/blue_banner.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/blue_banner.json new file mode 100644 index 00000000..1d2d88b7 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/blue_banner.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:blue_banner" + ] + }, + "criteria": { + "has_blue_wool": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:wool", + "data": 11 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "blue_banner" + } + } + }, + "requirements": [ + [ + "has_blue_wool", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/blue_bed.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/blue_bed.json new file mode 100644 index 00000000..e24eb476 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/blue_bed.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:blue_bed" + ] + }, + "criteria": { + "has_blue_wool": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:wool", + "data": 11 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "blue_bed" + } + } + }, + "requirements": [ + [ + "has_blue_wool", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/blue_bed_from_white_bed.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/blue_bed_from_white_bed.json new file mode 100644 index 00000000..4b197966 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/blue_bed_from_white_bed.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:blue_bed_from_white_bed" + ] + }, + "criteria": { + "has_bed": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:bed", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "blue_bed_from_white_bed" + } + } + }, + "requirements": [ + [ + "has_bed", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/blue_carpet.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/blue_carpet.json new file mode 100644 index 00000000..9e4729c2 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/blue_carpet.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:blue_carpet" + ] + }, + "criteria": { + "has_blue_wool": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:wool", + "data": 11 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "blue_carpet" + } + } + }, + "requirements": [ + [ + "has_blue_wool", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/blue_stained_glass_pane.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/blue_stained_glass_pane.json new file mode 100644 index 00000000..3fbe59c1 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/blue_stained_glass_pane.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:blue_stained_glass_pane" + ] + }, + "criteria": { + "has_glass": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:glass" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "blue_stained_glass_pane" + } + } + }, + "requirements": [ + [ + "has_glass", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/brown_banner.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/brown_banner.json new file mode 100644 index 00000000..3c95cecf --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/brown_banner.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:brown_banner" + ] + }, + "criteria": { + "has_brown_wool": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:wool", + "data": 12 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "brown_banner" + } + } + }, + "requirements": [ + [ + "has_brown_wool", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/brown_bed.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/brown_bed.json new file mode 100644 index 00000000..77506b3a --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/brown_bed.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:brown_bed" + ] + }, + "criteria": { + "has_brown_wool": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:wool", + "data": 12 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "brown_bed" + } + } + }, + "requirements": [ + [ + "has_brown_wool", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/brown_bed_from_white_bed.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/brown_bed_from_white_bed.json new file mode 100644 index 00000000..5c7e6dd7 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/brown_bed_from_white_bed.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:brown_bed_from_white_bed" + ] + }, + "criteria": { + "has_bed": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:bed", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "brown_bed_from_white_bed" + } + } + }, + "requirements": [ + [ + "has_bed", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/brown_carpet.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/brown_carpet.json new file mode 100644 index 00000000..cef5e1ab --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/brown_carpet.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:brown_carpet" + ] + }, + "criteria": { + "has_brown_wool": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:wool", + "data": 12 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "brown_carpet" + } + } + }, + "requirements": [ + [ + "has_brown_wool", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/brown_stained_glass_pane.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/brown_stained_glass_pane.json new file mode 100644 index 00000000..a7f3b40c --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/brown_stained_glass_pane.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:brown_stained_glass_pane" + ] + }, + "criteria": { + "has_glass": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:glass" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "brown_stained_glass_pane" + } + } + }, + "requirements": [ + [ + "has_glass", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/chest.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/chest.json new file mode 100644 index 00000000..73327c27 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/chest.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:chest" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "chest" + } + }, + "has_lots_of_items": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [], + "slots": { + "occupied": { + "min": 10 + } + } + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_lots_of_items" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/cobblestone_wall.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/cobblestone_wall.json new file mode 100644 index 00000000..3b630150 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/cobblestone_wall.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:cobblestone_wall" + ] + }, + "criteria": { + "has_cobblestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:cobblestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "cobblestone_wall" + } + } + }, + "requirements": [ + [ + "has_cobblestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/crafting_table.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/crafting_table.json new file mode 100644 index 00000000..39763324 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/crafting_table.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:crafting_table" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "crafting_table" + } + }, + "has_planks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:planks" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_planks" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/cyan_banner.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/cyan_banner.json new file mode 100644 index 00000000..82e8bee0 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/cyan_banner.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:cyan_banner" + ] + }, + "criteria": { + "has_cyan_wool": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:wool", + "data": 9 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "cyan_banner" + } + } + }, + "requirements": [ + [ + "has_cyan_wool", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/cyan_bed.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/cyan_bed.json new file mode 100644 index 00000000..68b9f555 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/cyan_bed.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:cyan_bed" + ] + }, + "criteria": { + "has_cyan_wool": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:wool", + "data": 9 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "cyan_bed" + } + } + }, + "requirements": [ + [ + "has_cyan_wool", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/cyan_bed_from_white_bed.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/cyan_bed_from_white_bed.json new file mode 100644 index 00000000..81385b24 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/cyan_bed_from_white_bed.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:cyan_bed_from_white_bed" + ] + }, + "criteria": { + "has_bed": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:bed", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "cyan_bed_from_white_bed" + } + } + }, + "requirements": [ + [ + "has_bed", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/cyan_carpet.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/cyan_carpet.json new file mode 100644 index 00000000..e37e487c --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/cyan_carpet.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:cyan_carpet" + ] + }, + "criteria": { + "has_cyan_wool": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:wool", + "data": 9 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "cyan_carpet" + } + } + }, + "requirements": [ + [ + "has_cyan_wool", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/cyan_stained_glass_pane.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/cyan_stained_glass_pane.json new file mode 100644 index 00000000..b3f1b371 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/cyan_stained_glass_pane.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:cyan_stained_glass_pane" + ] + }, + "criteria": { + "has_glass": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:glass" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "cyan_stained_glass_pane" + } + } + }, + "requirements": [ + [ + "has_glass", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/dark_oak_fence.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/dark_oak_fence.json new file mode 100644 index 00000000..0d3b95e0 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/dark_oak_fence.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:dark_oak_fence" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "dark_oak_fence" + } + }, + "has_planks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:planks", + "data": 5 + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_planks" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/enchanting_table.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/enchanting_table.json new file mode 100644 index 00000000..4fbd57c9 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/enchanting_table.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:enchanting_table" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "enchanting_table" + } + }, + "has_obsidian": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:obsidian" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_obsidian" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/end_crystal.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/end_crystal.json new file mode 100644 index 00000000..50624b58 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/end_crystal.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:end_crystal" + ] + }, + "criteria": { + "has_ender_eye": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:ender_eye" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "end_crystal" + } + } + }, + "requirements": [ + [ + "has_ender_eye", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/end_rod.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/end_rod.json new file mode 100644 index 00000000..2a90f247 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/end_rod.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:end_rod" + ] + }, + "criteria": { + "has_chorus_fruit_popped": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:chorus_fruit_popped" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "end_rod" + } + } + }, + "requirements": [ + [ + "has_chorus_fruit_popped", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/ender_chest.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/ender_chest.json new file mode 100644 index 00000000..3104666c --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/ender_chest.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:ender_chest" + ] + }, + "criteria": { + "has_ender_eye": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:ender_eye" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ender_chest" + } + } + }, + "requirements": [ + [ + "has_ender_eye", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/fence.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/fence.json new file mode 100644 index 00000000..49c7bb0b --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/fence.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:fence" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "fence" + } + }, + "has_planks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:planks", + "data": 0 + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_planks" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/flower_pot.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/flower_pot.json new file mode 100644 index 00000000..f80f813c --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/flower_pot.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:flower_pot" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "flower_pot" + } + }, + "has_brick": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:brick" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_brick" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/furnace.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/furnace.json new file mode 100644 index 00000000..a42357d6 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/furnace.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:furnace" + ] + }, + "criteria": { + "has_cobblestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:cobblestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "furnace" + } + } + }, + "requirements": [ + [ + "has_cobblestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/glass_pane.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/glass_pane.json new file mode 100644 index 00000000..28217815 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/glass_pane.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:glass_pane" + ] + }, + "criteria": { + "has_glass": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:glass" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "glass_pane" + } + } + }, + "requirements": [ + [ + "has_glass", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/gray_banner.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/gray_banner.json new file mode 100644 index 00000000..5ecaf847 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/gray_banner.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:gray_banner" + ] + }, + "criteria": { + "has_gray_wool": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:wool", + "data": 7 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "gray_banner" + } + } + }, + "requirements": [ + [ + "has_gray_wool", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/gray_bed.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/gray_bed.json new file mode 100644 index 00000000..30b563ab --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/gray_bed.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:gray_bed" + ] + }, + "criteria": { + "has_gray_wool": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:wool", + "data": 7 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "gray_bed" + } + } + }, + "requirements": [ + [ + "has_gray_wool", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/gray_bed_from_white_bed.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/gray_bed_from_white_bed.json new file mode 100644 index 00000000..cf8ea9f3 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/gray_bed_from_white_bed.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:gray_bed_from_white_bed" + ] + }, + "criteria": { + "has_bed": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:bed", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "gray_bed_from_white_bed" + } + } + }, + "requirements": [ + [ + "has_bed", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/gray_carpet.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/gray_carpet.json new file mode 100644 index 00000000..500e1f15 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/gray_carpet.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:gray_carpet" + ] + }, + "criteria": { + "has_gray_wool": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:wool", + "data": 7 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "gray_carpet" + } + } + }, + "requirements": [ + [ + "has_gray_wool", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/gray_stained_glass_pane.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/gray_stained_glass_pane.json new file mode 100644 index 00000000..fa75715e --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/gray_stained_glass_pane.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:gray_stained_glass_pane" + ] + }, + "criteria": { + "has_glass": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:glass" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "gray_stained_glass_pane" + } + } + }, + "requirements": [ + [ + "has_glass", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/green_banner.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/green_banner.json new file mode 100644 index 00000000..0ededae5 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/green_banner.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:green_banner" + ] + }, + "criteria": { + "has_green_wool": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:wool", + "data": 13 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "green_banner" + } + } + }, + "requirements": [ + [ + "has_green_wool", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/green_bed.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/green_bed.json new file mode 100644 index 00000000..eb6e7f0b --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/green_bed.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:green_bed" + ] + }, + "criteria": { + "has_green_wool": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:wool", + "data": 13 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "green_bed" + } + } + }, + "requirements": [ + [ + "has_green_wool", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/green_bed_from_white_bed.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/green_bed_from_white_bed.json new file mode 100644 index 00000000..e0a81686 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/green_bed_from_white_bed.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:green_bed_from_white_bed" + ] + }, + "criteria": { + "has_bed": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:bed", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "green_bed_from_white_bed" + } + } + }, + "requirements": [ + [ + "has_bed", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/green_carpet.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/green_carpet.json new file mode 100644 index 00000000..b5fbdce2 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/green_carpet.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:green_carpet" + ] + }, + "criteria": { + "has_green_wool": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:wool", + "data": 13 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "green_carpet" + } + } + }, + "requirements": [ + [ + "has_green_wool", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/green_stained_glass_pane.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/green_stained_glass_pane.json new file mode 100644 index 00000000..0e07494b --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/green_stained_glass_pane.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:green_stained_glass_pane" + ] + }, + "criteria": { + "has_glass": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:glass" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "green_stained_glass_pane" + } + } + }, + "requirements": [ + [ + "has_glass", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/iron_bars.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/iron_bars.json new file mode 100644 index 00000000..8c2e1f11 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/iron_bars.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:iron_bars" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "iron_bars" + } + }, + "has_iron_ingot": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:iron_ingot" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_iron_ingot" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/item_frame.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/item_frame.json new file mode 100644 index 00000000..676d7520 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/item_frame.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:item_frame" + ] + }, + "criteria": { + "has_leather": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:leather" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "item_frame" + } + } + }, + "requirements": [ + [ + "has_leather", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/jukebox.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/jukebox.json new file mode 100644 index 00000000..7a05aae3 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/jukebox.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:jukebox" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "jukebox" + } + }, + "has_diamond": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:diamond" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_diamond" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/jungle_fence.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/jungle_fence.json new file mode 100644 index 00000000..ad974093 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/jungle_fence.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:jungle_fence" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "jungle_fence" + } + }, + "has_planks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:planks", + "data": 3 + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_planks" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/ladder.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/ladder.json new file mode 100644 index 00000000..0c3626d9 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/ladder.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:ladder" + ] + }, + "criteria": { + "has_stick": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:stick" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ladder" + } + } + }, + "requirements": [ + [ + "has_stick", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/light_blue_banner.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/light_blue_banner.json new file mode 100644 index 00000000..179519d6 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/light_blue_banner.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:light_blue_banner" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "light_blue_banner" + } + }, + "has_light_blue_wool": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:wool", + "data": 3 + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_light_blue_wool" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/light_blue_bed.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/light_blue_bed.json new file mode 100644 index 00000000..f7d6d10e --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/light_blue_bed.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:light_blue_bed" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "light_blue_bed" + } + }, + "has_light_blue_wool": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:wool", + "data": 3 + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_light_blue_wool" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/light_blue_bed_from_white_bed.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/light_blue_bed_from_white_bed.json new file mode 100644 index 00000000..d6ddf714 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/light_blue_bed_from_white_bed.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:light_blue_bed_from_white_bed" + ] + }, + "criteria": { + "has_bed": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:bed", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "light_blue_bed_from_white_bed" + } + } + }, + "requirements": [ + [ + "has_bed", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/light_blue_carpet.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/light_blue_carpet.json new file mode 100644 index 00000000..e38845fb --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/light_blue_carpet.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:light_blue_carpet" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "light_blue_carpet" + } + }, + "has_light_blue_wool": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:wool", + "data": 3 + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_light_blue_wool" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/light_blue_stained_glass_pane.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/light_blue_stained_glass_pane.json new file mode 100644 index 00000000..c7e45d01 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/light_blue_stained_glass_pane.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:light_blue_stained_glass_pane" + ] + }, + "criteria": { + "has_glass": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:glass" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "light_blue_stained_glass_pane" + } + } + }, + "requirements": [ + [ + "has_glass", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/light_gray_banner.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/light_gray_banner.json new file mode 100644 index 00000000..fa03d41d --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/light_gray_banner.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:light_gray_banner" + ] + }, + "criteria": { + "has_light_gray_wool": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:wool", + "data": 8 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "light_gray_banner" + } + } + }, + "requirements": [ + [ + "has_light_gray_wool", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/light_gray_bed.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/light_gray_bed.json new file mode 100644 index 00000000..5be44f09 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/light_gray_bed.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:light_gray_bed" + ] + }, + "criteria": { + "has_light_gray_wool": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:wool", + "data": 8 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "light_gray_bed" + } + } + }, + "requirements": [ + [ + "has_light_gray_wool", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/light_gray_bed_from_white_bed.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/light_gray_bed_from_white_bed.json new file mode 100644 index 00000000..1a132c47 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/light_gray_bed_from_white_bed.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:light_gray_bed_from_white_bed" + ] + }, + "criteria": { + "has_bed": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:bed", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "light_gray_bed_from_white_bed" + } + } + }, + "requirements": [ + [ + "has_bed", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/light_gray_carpet.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/light_gray_carpet.json new file mode 100644 index 00000000..51d2503a --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/light_gray_carpet.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:light_gray_carpet" + ] + }, + "criteria": { + "has_light_gray_wool": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:wool", + "data": 8 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "light_gray_carpet" + } + } + }, + "requirements": [ + [ + "has_light_gray_wool", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/light_gray_stained_glass_pane.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/light_gray_stained_glass_pane.json new file mode 100644 index 00000000..5f8ae8fc --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/light_gray_stained_glass_pane.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:light_gray_stained_glass_pane" + ] + }, + "criteria": { + "has_glass": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:glass" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "light_gray_stained_glass_pane" + } + } + }, + "requirements": [ + [ + "has_glass", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/lime_banner.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/lime_banner.json new file mode 100644 index 00000000..c20f83d9 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/lime_banner.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:lime_banner" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "lime_banner" + } + }, + "has_lime_wool": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:wool", + "data": 5 + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_lime_wool" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/lime_bed.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/lime_bed.json new file mode 100644 index 00000000..372285a8 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/lime_bed.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:lime_bed" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "lime_bed" + } + }, + "has_lime_wool": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:wool", + "data": 5 + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_lime_wool" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/lime_bed_from_white_bed.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/lime_bed_from_white_bed.json new file mode 100644 index 00000000..3ead7abb --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/lime_bed_from_white_bed.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:lime_bed_from_white_bed" + ] + }, + "criteria": { + "has_bed": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:bed", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "lime_bed_from_white_bed" + } + } + }, + "requirements": [ + [ + "has_bed", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/lime_carpet.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/lime_carpet.json new file mode 100644 index 00000000..57ca966d --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/lime_carpet.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:lime_carpet" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "lime_carpet" + } + }, + "has_lime_wool": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:wool", + "data": 5 + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_lime_wool" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/lime_stained_glass_pane.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/lime_stained_glass_pane.json new file mode 100644 index 00000000..9e4de1a7 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/lime_stained_glass_pane.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:lime_stained_glass_pane" + ] + }, + "criteria": { + "has_glass": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:glass" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "lime_stained_glass_pane" + } + } + }, + "requirements": [ + [ + "has_glass", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/magenta_banner.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/magenta_banner.json new file mode 100644 index 00000000..ecc2eb5c --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/magenta_banner.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:magenta_banner" + ] + }, + "criteria": { + "has_magenta_wool": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:wool", + "data": 2 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "magenta_banner" + } + } + }, + "requirements": [ + [ + "has_magenta_wool", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/magenta_bed.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/magenta_bed.json new file mode 100644 index 00000000..3122d550 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/magenta_bed.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:magenta_bed" + ] + }, + "criteria": { + "has_magenta_wool": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:wool", + "data": 2 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "magenta_bed" + } + } + }, + "requirements": [ + [ + "has_magenta_wool", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/magenta_bed_from_white_bed.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/magenta_bed_from_white_bed.json new file mode 100644 index 00000000..6c8a636b --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/magenta_bed_from_white_bed.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:magenta_bed_from_white_bed" + ] + }, + "criteria": { + "has_bed": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:bed", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "magenta_bed_from_white_bed" + } + } + }, + "requirements": [ + [ + "has_bed", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/magenta_carpet.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/magenta_carpet.json new file mode 100644 index 00000000..6e87c375 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/magenta_carpet.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:magenta_carpet" + ] + }, + "criteria": { + "has_magenta_wool": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:wool", + "data": 2 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "magenta_carpet" + } + } + }, + "requirements": [ + [ + "has_magenta_wool", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/magenta_stained_glass_pane.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/magenta_stained_glass_pane.json new file mode 100644 index 00000000..e3f7dece --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/magenta_stained_glass_pane.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:magenta_stained_glass_pane" + ] + }, + "criteria": { + "has_glass": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:glass" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "magenta_stained_glass_pane" + } + } + }, + "requirements": [ + [ + "has_glass", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/mossy_cobblestone_wall.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/mossy_cobblestone_wall.json new file mode 100644 index 00000000..602d334b --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/mossy_cobblestone_wall.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:mossy_cobblestone_wall" + ] + }, + "criteria": { + "has_mossy_cobblestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:mossy_cobblestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mossy_cobblestone_wall" + } + } + }, + "requirements": [ + [ + "has_mossy_cobblestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/nether_brick_fence.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/nether_brick_fence.json new file mode 100644 index 00000000..6083d08f --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/nether_brick_fence.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:nether_brick_fence" + ] + }, + "criteria": { + "has_nether_brick": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:nether_brick" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "nether_brick_fence" + } + } + }, + "requirements": [ + [ + "has_nether_brick", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/orange_banner.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/orange_banner.json new file mode 100644 index 00000000..23215737 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/orange_banner.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:orange_banner" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "orange_banner" + } + }, + "has_orange_wool": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:wool", + "data": 1 + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_orange_wool" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/orange_bed.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/orange_bed.json new file mode 100644 index 00000000..dec26b83 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/orange_bed.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:orange_bed" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "orange_bed" + } + }, + "has_orange_wool": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:wool", + "data": 1 + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_orange_wool" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/orange_bed_from_white_bed.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/orange_bed_from_white_bed.json new file mode 100644 index 00000000..5146755c --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/orange_bed_from_white_bed.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:orange_bed_from_white_bed" + ] + }, + "criteria": { + "has_bed": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:bed", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "orange_bed_from_white_bed" + } + } + }, + "requirements": [ + [ + "has_bed", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/orange_carpet.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/orange_carpet.json new file mode 100644 index 00000000..5e218b8d --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/orange_carpet.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:orange_carpet" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "orange_carpet" + } + }, + "has_orange_wool": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:wool", + "data": 1 + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_orange_wool" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/orange_stained_glass_pane.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/orange_stained_glass_pane.json new file mode 100644 index 00000000..85ea4988 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/orange_stained_glass_pane.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:orange_stained_glass_pane" + ] + }, + "criteria": { + "has_glass": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:glass" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "orange_stained_glass_pane" + } + } + }, + "requirements": [ + [ + "has_glass", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/painting.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/painting.json new file mode 100644 index 00000000..5ac49e51 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/painting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:painting" + ] + }, + "criteria": { + "has_wool": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:wool" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "painting" + } + } + }, + "requirements": [ + [ + "has_wool", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/pink_banner.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/pink_banner.json new file mode 100644 index 00000000..64577038 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/pink_banner.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:pink_banner" + ] + }, + "criteria": { + "has_pink_wool": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:wool", + "data": 6 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "pink_banner" + } + } + }, + "requirements": [ + [ + "has_pink_wool", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/pink_bed.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/pink_bed.json new file mode 100644 index 00000000..d731ba6e --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/pink_bed.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:pink_bed" + ] + }, + "criteria": { + "has_pink_wool": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:wool", + "data": 6 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "pink_bed" + } + } + }, + "requirements": [ + [ + "has_pink_wool", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/pink_bed_from_white_bed.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/pink_bed_from_white_bed.json new file mode 100644 index 00000000..360702f2 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/pink_bed_from_white_bed.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:pink_bed_from_white_bed" + ] + }, + "criteria": { + "has_bed": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:bed", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "pink_bed_from_white_bed" + } + } + }, + "requirements": [ + [ + "has_bed", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/pink_carpet.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/pink_carpet.json new file mode 100644 index 00000000..f23eae5a --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/pink_carpet.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:pink_carpet" + ] + }, + "criteria": { + "has_pink_wool": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:wool", + "data": 6 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "pink_carpet" + } + } + }, + "requirements": [ + [ + "has_pink_wool", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/pink_stained_glass_pane.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/pink_stained_glass_pane.json new file mode 100644 index 00000000..a0944ec2 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/pink_stained_glass_pane.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:pink_stained_glass_pane" + ] + }, + "criteria": { + "has_glass": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:glass" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "pink_stained_glass_pane" + } + } + }, + "requirements": [ + [ + "has_glass", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/purple_banner.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/purple_banner.json new file mode 100644 index 00000000..6f4b6924 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/purple_banner.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:purple_banner" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "purple_banner" + } + }, + "has_purple_wool": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:wool", + "data": 10 + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_purple_wool" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/purple_bed.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/purple_bed.json new file mode 100644 index 00000000..cdf2272f --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/purple_bed.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:purple_bed" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "purple_bed" + } + }, + "has_purple_wool": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:wool", + "data": 10 + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_purple_wool" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/purple_bed_from_white_bed.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/purple_bed_from_white_bed.json new file mode 100644 index 00000000..b0715eb7 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/purple_bed_from_white_bed.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:purple_bed_from_white_bed" + ] + }, + "criteria": { + "has_bed": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:bed", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "purple_bed_from_white_bed" + } + } + }, + "requirements": [ + [ + "has_bed", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/purple_carpet.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/purple_carpet.json new file mode 100644 index 00000000..c5c8bb5a --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/purple_carpet.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:purple_carpet" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "purple_carpet" + } + }, + "has_purple_wool": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:wool", + "data": 10 + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_purple_wool" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/purple_shulker_box.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/purple_shulker_box.json new file mode 100644 index 00000000..715b8e8f --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/purple_shulker_box.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:purple_shulker_box" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "purple_shulker_box" + } + }, + "has_shulker_shell": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:shulker_shell" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_shulker_shell" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/purple_stained_glass_pane.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/purple_stained_glass_pane.json new file mode 100644 index 00000000..1cf0b446 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/purple_stained_glass_pane.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:purple_stained_glass_pane" + ] + }, + "criteria": { + "has_glass": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:glass" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "purple_stained_glass_pane" + } + } + }, + "requirements": [ + [ + "has_glass", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/red_banner.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/red_banner.json new file mode 100644 index 00000000..5c27a52c --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/red_banner.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:red_banner" + ] + }, + "criteria": { + "has_red_wool": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:wool", + "data": 14 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "red_banner" + } + } + }, + "requirements": [ + [ + "has_red_wool", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/red_bed.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/red_bed.json new file mode 100644 index 00000000..eb873879 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/red_bed.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:red_bed" + ] + }, + "criteria": { + "has_red_wool": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:wool", + "data": 14 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "red_bed" + } + } + }, + "requirements": [ + [ + "has_red_wool", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/red_bed_from_white_bed.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/red_bed_from_white_bed.json new file mode 100644 index 00000000..892b4757 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/red_bed_from_white_bed.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:red_bed_from_white_bed" + ] + }, + "criteria": { + "has_bed": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:bed", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "red_bed_from_white_bed" + } + } + }, + "requirements": [ + [ + "has_bed", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/red_carpet.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/red_carpet.json new file mode 100644 index 00000000..89c49280 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/red_carpet.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:red_carpet" + ] + }, + "criteria": { + "has_red_wool": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:wool", + "data": 14 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "red_carpet" + } + } + }, + "requirements": [ + [ + "has_red_wool", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/red_stained_glass_pane.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/red_stained_glass_pane.json new file mode 100644 index 00000000..dd497f61 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/red_stained_glass_pane.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:red_stained_glass_pane" + ] + }, + "criteria": { + "has_glass": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:glass" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "red_stained_glass_pane" + } + } + }, + "requirements": [ + [ + "has_glass", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/sign.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/sign.json new file mode 100644 index 00000000..9a5a2ff8 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/sign.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:sign" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "sign" + } + }, + "has_planks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:planks" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_planks" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/slime.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/slime.json new file mode 100644 index 00000000..b629ce14 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/slime.json @@ -0,0 +1,36 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:slime_ball", + "minecraft:slime" + ] + }, + "criteria": { + "has_at_least_9_slime_ball": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:slime_ball", + "count": { + "min": 9 + } + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "slime" + } + } + }, + "requirements": [ + [ + "has_at_least_9_slime_ball", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/snow_layer.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/snow_layer.json new file mode 100644 index 00000000..deb51819 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/snow_layer.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:snow_layer" + ] + }, + "criteria": { + "has_snowball": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:snowball" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "snow_layer" + } + } + }, + "requirements": [ + [ + "has_snowball", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/spruce_fence.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/spruce_fence.json new file mode 100644 index 00000000..7af1392c --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/spruce_fence.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:spruce_fence" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "spruce_fence" + } + }, + "has_planks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:planks", + "data": 1 + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_planks" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/torch.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/torch.json new file mode 100644 index 00000000..c18495b4 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/torch.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:torch" + ] + }, + "criteria": { + "has_stone_pickaxe": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:stone_pickaxe" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "torch" + } + } + }, + "requirements": [ + [ + "has_stone_pickaxe", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/white_banner.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/white_banner.json new file mode 100644 index 00000000..abc1e1d4 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/white_banner.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:white_banner" + ] + }, + "criteria": { + "has_white_wool": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:wool", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "white_banner" + } + } + }, + "requirements": [ + [ + "has_white_wool", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/white_bed.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/white_bed.json new file mode 100644 index 00000000..bb18b97b --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/white_bed.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:white_bed" + ] + }, + "criteria": { + "has_white_wool": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:wool", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "white_bed" + } + } + }, + "requirements": [ + [ + "has_white_wool", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/white_carpet.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/white_carpet.json new file mode 100644 index 00000000..70eb4d22 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/white_carpet.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:white_carpet" + ] + }, + "criteria": { + "has_white_wool": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:wool", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "white_carpet" + } + } + }, + "requirements": [ + [ + "has_white_wool", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/white_stained_glass_pane.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/white_stained_glass_pane.json new file mode 100644 index 00000000..38e02ce2 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/white_stained_glass_pane.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:white_stained_glass_pane" + ] + }, + "criteria": { + "has_glass": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:glass" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "white_stained_glass_pane" + } + } + }, + "requirements": [ + [ + "has_glass", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/yellow_banner.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/yellow_banner.json new file mode 100644 index 00000000..cf48c754 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/yellow_banner.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:yellow_banner" + ] + }, + "criteria": { + "has_yellow_wool": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:wool", + "data": 4 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "yellow_banner" + } + } + }, + "requirements": [ + [ + "has_yellow_wool", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/yellow_bed.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/yellow_bed.json new file mode 100644 index 00000000..6ab4e2eb --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/yellow_bed.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:yellow_bed" + ] + }, + "criteria": { + "has_yellow_wool": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:wool", + "data": 4 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "yellow_bed" + } + } + }, + "requirements": [ + [ + "has_yellow_wool", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/yellow_bed_from_white_bed.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/yellow_bed_from_white_bed.json new file mode 100644 index 00000000..581ce464 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/yellow_bed_from_white_bed.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:yellow_bed_from_white_bed" + ] + }, + "criteria": { + "has_bed": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:bed", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "yellow_bed_from_white_bed" + } + } + }, + "requirements": [ + [ + "has_bed", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/yellow_carpet.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/yellow_carpet.json new file mode 100644 index 00000000..abf07c0d --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/yellow_carpet.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:yellow_carpet" + ] + }, + "criteria": { + "has_yellow_wool": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:wool", + "data": 4 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "yellow_carpet" + } + } + }, + "requirements": [ + [ + "has_yellow_wool", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/decorations/yellow_stained_glass_pane.json b/1.12.2/assets/minecraft/advancements/recipes/decorations/yellow_stained_glass_pane.json new file mode 100644 index 00000000..05b36de1 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/decorations/yellow_stained_glass_pane.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:yellow_stained_glass_pane" + ] + }, + "criteria": { + "has_glass": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:glass" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "yellow_stained_glass_pane" + } + } + }, + "requirements": [ + [ + "has_glass", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/food/beetroot_soup.json b/1.12.2/assets/minecraft/advancements/recipes/food/beetroot_soup.json new file mode 100644 index 00000000..fe71d49b --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/food/beetroot_soup.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:beetroot_soup" + ] + }, + "criteria": { + "has_beetroot": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:beetroot" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "beetroot_soup" + } + } + }, + "requirements": [ + [ + "has_beetroot", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/food/bread.json b/1.12.2/assets/minecraft/advancements/recipes/food/bread.json new file mode 100644 index 00000000..4bb2dace --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/food/bread.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:bread" + ] + }, + "criteria": { + "has_wheat": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:wheat" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "bread" + } + } + }, + "requirements": [ + [ + "has_wheat", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/food/cake.json b/1.12.2/assets/minecraft/advancements/recipes/food/cake.json new file mode 100644 index 00000000..f1cd9fcb --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/food/cake.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:cake" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "cake" + } + }, + "has_egg": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:egg" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_egg" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/food/cookie.json b/1.12.2/assets/minecraft/advancements/recipes/food/cookie.json new file mode 100644 index 00000000..456cf0c4 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/food/cookie.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:cookie" + ] + }, + "criteria": { + "has_cocoa": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:dye", + "data": 3 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "cookie" + } + } + }, + "requirements": [ + [ + "has_cocoa", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/food/golden_apple.json b/1.12.2/assets/minecraft/advancements/recipes/food/golden_apple.json new file mode 100644 index 00000000..943b79b2 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/food/golden_apple.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:golden_apple" + ] + }, + "criteria": { + "has_gold_ingot": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:gold_ingot" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "golden_apple" + } + } + }, + "requirements": [ + [ + "has_gold_ingot", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/food/mushroom_stew.json b/1.12.2/assets/minecraft/advancements/recipes/food/mushroom_stew.json new file mode 100644 index 00000000..3802ff72 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/food/mushroom_stew.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:mushroom_stew" + ] + }, + "criteria": { + "has_bowl": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:bowl" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "mushroom_stew" + } + } + }, + "requirements": [ + [ + "has_bowl", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/food/pumpkin_pie.json b/1.12.2/assets/minecraft/advancements/recipes/food/pumpkin_pie.json new file mode 100644 index 00000000..724a3c97 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/food/pumpkin_pie.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:pumpkin_pie" + ] + }, + "criteria": { + "has_pumpkin": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:pumpkin" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "pumpkin_pie" + } + } + }, + "requirements": [ + [ + "has_pumpkin", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/food/rabbit_stew_from_brown_mushroom.json b/1.12.2/assets/minecraft/advancements/recipes/food/rabbit_stew_from_brown_mushroom.json new file mode 100644 index 00000000..c3c43769 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/food/rabbit_stew_from_brown_mushroom.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:rabbit_stew_from_brown_mushroom" + ] + }, + "criteria": { + "has_cooked_rabbit": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:cooked_rabbit" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "rabbit_stew_from_brown_mushroom" + } + } + }, + "requirements": [ + [ + "has_cooked_rabbit", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/food/rabbit_stew_from_red_mushroom.json b/1.12.2/assets/minecraft/advancements/recipes/food/rabbit_stew_from_red_mushroom.json new file mode 100644 index 00000000..f0974397 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/food/rabbit_stew_from_red_mushroom.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:rabbit_stew_from_red_mushroom" + ] + }, + "criteria": { + "has_cooked_rabbit": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:cooked_rabbit" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "rabbit_stew_from_red_mushroom" + } + } + }, + "requirements": [ + [ + "has_cooked_rabbit", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/misc/beacon.json b/1.12.2/assets/minecraft/advancements/recipes/misc/beacon.json new file mode 100644 index 00000000..5fbe5925 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/misc/beacon.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:beacon" + ] + }, + "criteria": { + "has_nether_star": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:nether_star" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "beacon" + } + } + }, + "requirements": [ + [ + "has_nether_star", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/misc/bone_meal_from_block.json b/1.12.2/assets/minecraft/advancements/recipes/misc/bone_meal_from_block.json new file mode 100644 index 00000000..4435d980 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/misc/bone_meal_from_block.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:bone_meal_from_block" + ] + }, + "criteria": { + "has_bone_block": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:bone_block" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "bone_meal_from_block" + } + } + }, + "requirements": [ + [ + "has_bone_block", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/misc/bone_meal_from_bone.json b/1.12.2/assets/minecraft/advancements/recipes/misc/bone_meal_from_bone.json new file mode 100644 index 00000000..fac5990c --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/misc/bone_meal_from_bone.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:bone_meal_from_bone" + ] + }, + "criteria": { + "has_bone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:bone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "bone_meal_from_bone" + } + } + }, + "requirements": [ + [ + "has_bone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/misc/book.json b/1.12.2/assets/minecraft/advancements/recipes/misc/book.json new file mode 100644 index 00000000..2a66a4d2 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/misc/book.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:book" + ] + }, + "criteria": { + "has_paper": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:paper" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "book" + } + } + }, + "requirements": [ + [ + "has_paper", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/misc/bowl.json b/1.12.2/assets/minecraft/advancements/recipes/misc/bowl.json new file mode 100644 index 00000000..86fe0593 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/misc/bowl.json @@ -0,0 +1,43 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:bowl" + ] + }, + "criteria": { + "has_brown_mushroom": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:brown_mushroom" + } + ] + } + }, + "has_red_mushroom": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:red_mushroom" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "bowl" + } + } + }, + "requirements": [ + [ + "has_brown_mushroom", + "has_red_mushroom", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/misc/bucket.json b/1.12.2/assets/minecraft/advancements/recipes/misc/bucket.json new file mode 100644 index 00000000..7c8e83db --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/misc/bucket.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:bucket" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "bucket" + } + }, + "has_iron_ingot": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:iron_ingot" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_iron_ingot" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/misc/coal.json b/1.12.2/assets/minecraft/advancements/recipes/misc/coal.json new file mode 100644 index 00000000..4c8bc37b --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/misc/coal.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:coal" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "coal" + } + }, + "has_coal_block": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:coal_block" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_coal_block" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/misc/cyan_dye.json b/1.12.2/assets/minecraft/advancements/recipes/misc/cyan_dye.json new file mode 100644 index 00000000..59b72804 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/misc/cyan_dye.json @@ -0,0 +1,45 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:cyan_dye" + ] + }, + "criteria": { + "has_green_dye": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:dye", + "data": 2 + } + ] + } + }, + "has_lapis": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:dye", + "data": 4 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "cyan_dye" + } + } + }, + "requirements": [ + [ + "has_green_dye", + "has_lapis", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/misc/diamond.json b/1.12.2/assets/minecraft/advancements/recipes/misc/diamond.json new file mode 100644 index 00000000..313f0fab --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/misc/diamond.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:diamond" + ] + }, + "criteria": { + "has_diamond_block": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:diamond_block" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "diamond" + } + } + }, + "requirements": [ + [ + "has_diamond_block", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/misc/emerald.json b/1.12.2/assets/minecraft/advancements/recipes/misc/emerald.json new file mode 100644 index 00000000..4a981e70 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/misc/emerald.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:emerald" + ] + }, + "criteria": { + "has_emerald_block": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:emerald_block" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "emerald" + } + } + }, + "requirements": [ + [ + "has_emerald_block", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/misc/ender_eye.json b/1.12.2/assets/minecraft/advancements/recipes/misc/ender_eye.json new file mode 100644 index 00000000..bbeb154a --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/misc/ender_eye.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:ender_eye" + ] + }, + "criteria": { + "has_blaze_powder": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:blaze_powder" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "ender_eye" + } + } + }, + "requirements": [ + [ + "has_blaze_powder", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/misc/fire_charge.json b/1.12.2/assets/minecraft/advancements/recipes/misc/fire_charge.json new file mode 100644 index 00000000..83e966cb --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/misc/fire_charge.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:fire_charge" + ] + }, + "criteria": { + "has_blaze_powder": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:blaze_powder" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "fire_charge" + } + } + }, + "requirements": [ + [ + "has_blaze_powder", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/misc/gold_ingot_from_block.json b/1.12.2/assets/minecraft/advancements/recipes/misc/gold_ingot_from_block.json new file mode 100644 index 00000000..54969be8 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/misc/gold_ingot_from_block.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:gold_ingot_from_block" + ] + }, + "criteria": { + "has_gold_block": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:gold_block" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "gold_ingot_from_block" + } + } + }, + "requirements": [ + [ + "has_gold_block", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/misc/gold_ingot_from_nuggets.json b/1.12.2/assets/minecraft/advancements/recipes/misc/gold_ingot_from_nuggets.json new file mode 100644 index 00000000..a1ec4e9e --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/misc/gold_ingot_from_nuggets.json @@ -0,0 +1,36 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:gold_nugget", + "minecraft:gold_ingot_from_nuggets" + ] + }, + "criteria": { + "has_at_least_9_gold_nugget": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:gold_nugget", + "count": { + "min": 9 + } + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "gold_ingot_from_nuggets" + } + } + }, + "requirements": [ + [ + "has_at_least_9_gold_nugget", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/misc/gold_nugget.json b/1.12.2/assets/minecraft/advancements/recipes/misc/gold_nugget.json new file mode 100644 index 00000000..bb1e2be4 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/misc/gold_nugget.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:gold_nugget" + ] + }, + "criteria": { + "has_gold_ingot": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:gold_ingot" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "gold_nugget" + } + } + }, + "requirements": [ + [ + "has_gold_ingot", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/misc/gray_dye.json b/1.12.2/assets/minecraft/advancements/recipes/misc/gray_dye.json new file mode 100644 index 00000000..55281c81 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/misc/gray_dye.json @@ -0,0 +1,45 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:gray_dye" + ] + }, + "criteria": { + "has_bonemeal": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:dye", + "data": 15 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "gray_dye" + } + }, + "has_black_dye": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:dye", + "data": 0 + } + ] + } + } + }, + "requirements": [ + [ + "has_bonemeal", + "has_the_recipe", + "has_black_dye" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/misc/iron_ingot_from_block.json b/1.12.2/assets/minecraft/advancements/recipes/misc/iron_ingot_from_block.json new file mode 100644 index 00000000..ce0f8d42 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/misc/iron_ingot_from_block.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:iron_ingot_from_block" + ] + }, + "criteria": { + "has_iron_block": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:iron_block" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "iron_ingot_from_block" + } + } + }, + "requirements": [ + [ + "has_iron_block", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/misc/iron_ingot_from_nuggets.json b/1.12.2/assets/minecraft/advancements/recipes/misc/iron_ingot_from_nuggets.json new file mode 100644 index 00000000..5a3bb73a --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/misc/iron_ingot_from_nuggets.json @@ -0,0 +1,36 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:iron_nugget", + "minecraft:iron_ingot_from_nuggets" + ] + }, + "criteria": { + "has_at_least_9_iron_nugget": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:iron_nugget", + "count": { + "min": 9 + } + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "iron_ingot_from_nuggets" + } + } + }, + "requirements": [ + [ + "has_at_least_9_iron_nugget", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/misc/iron_nugget.json b/1.12.2/assets/minecraft/advancements/recipes/misc/iron_nugget.json new file mode 100644 index 00000000..d1f03ba9 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/misc/iron_nugget.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:iron_nugget" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "iron_nugget" + } + }, + "has_iron_ingot": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:iron_ingot" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_iron_ingot" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/misc/lapis_lazuli.json b/1.12.2/assets/minecraft/advancements/recipes/misc/lapis_lazuli.json new file mode 100644 index 00000000..0649ea1b --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/misc/lapis_lazuli.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:lapis_lazuli" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "lapis_lazuli" + } + }, + "has_lapis_block": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:lapis_block" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_lapis_block" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/misc/leather.json b/1.12.2/assets/minecraft/advancements/recipes/misc/leather.json new file mode 100644 index 00000000..3131d787 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/misc/leather.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:leather" + ] + }, + "criteria": { + "has_rabbit_hide": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:rabbit_hide" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "leather" + } + } + }, + "requirements": [ + [ + "has_rabbit_hide", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/misc/light_blue_dye_from_blue_orchid.json b/1.12.2/assets/minecraft/advancements/recipes/misc/light_blue_dye_from_blue_orchid.json new file mode 100644 index 00000000..ddcf2738 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/misc/light_blue_dye_from_blue_orchid.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:light_blue_dye_from_blue_orchid" + ] + }, + "criteria": { + "has_red_flower": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:red_flower", + "data": 1 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "light_blue_dye_from_blue_orchid" + } + } + }, + "requirements": [ + [ + "has_red_flower", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/misc/light_blue_dye_from_lapis_bonemeal.json b/1.12.2/assets/minecraft/advancements/recipes/misc/light_blue_dye_from_lapis_bonemeal.json new file mode 100644 index 00000000..0d38850a --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/misc/light_blue_dye_from_lapis_bonemeal.json @@ -0,0 +1,45 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:light_blue_dye_from_lapis_bonemeal" + ] + }, + "criteria": { + "has_lapis": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:dye", + "data": 4 + } + ] + } + }, + "has_bonemeal": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:dye", + "data": 15 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "light_blue_dye_from_lapis_bonemeal" + } + } + }, + "requirements": [ + [ + "has_lapis", + "has_bonemeal", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/misc/light_gray_dye_from_azure_bluet.json b/1.12.2/assets/minecraft/advancements/recipes/misc/light_gray_dye_from_azure_bluet.json new file mode 100644 index 00000000..bcf8ef04 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/misc/light_gray_dye_from_azure_bluet.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:light_gray_dye_from_azure_bluet" + ] + }, + "criteria": { + "has_red_flower": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:red_flower", + "data": 3 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "light_gray_dye_from_azure_bluet" + } + } + }, + "requirements": [ + [ + "has_red_flower", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/misc/light_gray_dye_from_gray_bonemeal.json b/1.12.2/assets/minecraft/advancements/recipes/misc/light_gray_dye_from_gray_bonemeal.json new file mode 100644 index 00000000..132ed8f9 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/misc/light_gray_dye_from_gray_bonemeal.json @@ -0,0 +1,45 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:light_gray_dye_from_gray_bonemeal" + ] + }, + "criteria": { + "has_gray_dye": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:dye", + "data": 8 + } + ] + } + }, + "has_bonemeal": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:dye", + "data": 15 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "light_gray_dye_from_gray_bonemeal" + } + } + }, + "requirements": [ + [ + "has_gray_dye", + "has_bonemeal", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/misc/light_gray_dye_from_ink_bonemeal.json b/1.12.2/assets/minecraft/advancements/recipes/misc/light_gray_dye_from_ink_bonemeal.json new file mode 100644 index 00000000..418bfdc3 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/misc/light_gray_dye_from_ink_bonemeal.json @@ -0,0 +1,45 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:light_gray_dye_from_ink_bonemeal" + ] + }, + "criteria": { + "has_bonemeal": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:dye", + "data": 15 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "light_gray_dye_from_ink_bonemeal" + } + }, + "has_black_dye": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:dye", + "data": 0 + } + ] + } + } + }, + "requirements": [ + [ + "has_bonemeal", + "has_the_recipe", + "has_black_dye" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/misc/light_gray_dye_from_oxeye_daisy.json b/1.12.2/assets/minecraft/advancements/recipes/misc/light_gray_dye_from_oxeye_daisy.json new file mode 100644 index 00000000..6448de71 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/misc/light_gray_dye_from_oxeye_daisy.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:light_gray_dye_from_oxeye_daisy" + ] + }, + "criteria": { + "has_red_flower": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:red_flower", + "data": 8 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "light_gray_dye_from_oxeye_daisy" + } + } + }, + "requirements": [ + [ + "has_red_flower", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/misc/light_gray_dye_from_white_tulip.json b/1.12.2/assets/minecraft/advancements/recipes/misc/light_gray_dye_from_white_tulip.json new file mode 100644 index 00000000..8e62de4b --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/misc/light_gray_dye_from_white_tulip.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:light_gray_dye_from_white_tulip" + ] + }, + "criteria": { + "has_red_flower": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:red_flower", + "data": 6 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "light_gray_dye_from_white_tulip" + } + } + }, + "requirements": [ + [ + "has_red_flower", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/misc/lime_dye.json b/1.12.2/assets/minecraft/advancements/recipes/misc/lime_dye.json new file mode 100644 index 00000000..f225571e --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/misc/lime_dye.json @@ -0,0 +1,45 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:lime_dye" + ] + }, + "criteria": { + "has_green_dye": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:dye", + "data": 2 + } + ] + } + }, + "has_bonemeal": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:dye", + "data": 15 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "lime_dye" + } + } + }, + "requirements": [ + [ + "has_green_dye", + "has_bonemeal", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/misc/magenta_dye_from_allium.json b/1.12.2/assets/minecraft/advancements/recipes/misc/magenta_dye_from_allium.json new file mode 100644 index 00000000..f279ad3d --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/misc/magenta_dye_from_allium.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:magenta_dye_from_allium" + ] + }, + "criteria": { + "has_red_flower": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:red_flower", + "data": 2 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "magenta_dye_from_allium" + } + } + }, + "requirements": [ + [ + "has_red_flower", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/misc/magenta_dye_from_lapis_ink_bonemeal.json b/1.12.2/assets/minecraft/advancements/recipes/misc/magenta_dye_from_lapis_ink_bonemeal.json new file mode 100644 index 00000000..b44ba7a6 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/misc/magenta_dye_from_lapis_ink_bonemeal.json @@ -0,0 +1,57 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:magenta_dye_from_lapis_ink_bonemeal" + ] + }, + "criteria": { + "has_lapis": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:dye", + "data": 4 + } + ] + } + }, + "has_bonemeal": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:dye", + "data": 15 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "magenta_dye_from_lapis_ink_bonemeal" + } + }, + "has_black_dye": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:dye", + "data": 0 + } + ] + } + } + }, + "requirements": [ + [ + "has_lapis", + "has_bonemeal", + "has_the_recipe", + "has_black_dye" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/misc/magenta_dye_from_lapis_red_pink.json b/1.12.2/assets/minecraft/advancements/recipes/misc/magenta_dye_from_lapis_red_pink.json new file mode 100644 index 00000000..0c5ad901 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/misc/magenta_dye_from_lapis_red_pink.json @@ -0,0 +1,57 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:magenta_dye_from_lapis_red_pink" + ] + }, + "criteria": { + "has_pink_dye": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:dye", + "data": 9 + } + ] + } + }, + "has_lapis": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:dye", + "data": 4 + } + ] + } + }, + "has_red_dye": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:dye", + "data": 1 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "magenta_dye_from_lapis_red_pink" + } + } + }, + "requirements": [ + [ + "has_pink_dye", + "has_lapis", + "has_red_dye", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/misc/magenta_dye_from_lilac.json b/1.12.2/assets/minecraft/advancements/recipes/misc/magenta_dye_from_lilac.json new file mode 100644 index 00000000..a9d722a7 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/misc/magenta_dye_from_lilac.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:magenta_dye_from_lilac" + ] + }, + "criteria": { + "has_double_plant": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:double_plant", + "data": 1 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "magenta_dye_from_lilac" + } + } + }, + "requirements": [ + [ + "has_double_plant", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/misc/magenta_dye_from_purple_and_pink.json b/1.12.2/assets/minecraft/advancements/recipes/misc/magenta_dye_from_purple_and_pink.json new file mode 100644 index 00000000..8b2d79e0 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/misc/magenta_dye_from_purple_and_pink.json @@ -0,0 +1,45 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:magenta_dye_from_purple_and_pink" + ] + }, + "criteria": { + "has_pink_dye": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:dye", + "data": 9 + } + ] + } + }, + "has_purple_dye": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:dye", + "data": 5 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "magenta_dye_from_purple_and_pink" + } + } + }, + "requirements": [ + [ + "has_pink_dye", + "has_purple_dye", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/misc/map.json b/1.12.2/assets/minecraft/advancements/recipes/misc/map.json new file mode 100644 index 00000000..a6f5833b --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/misc/map.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:map" + ] + }, + "criteria": { + "has_compass": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:compass" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "map" + } + } + }, + "requirements": [ + [ + "has_compass", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/misc/melon_seeds.json b/1.12.2/assets/minecraft/advancements/recipes/misc/melon_seeds.json new file mode 100644 index 00000000..001a67b4 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/misc/melon_seeds.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:melon_seeds" + ] + }, + "criteria": { + "has_melon": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:melon" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "melon_seeds" + } + } + }, + "requirements": [ + [ + "has_melon", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/misc/orange_dye_from_orange_tulip.json b/1.12.2/assets/minecraft/advancements/recipes/misc/orange_dye_from_orange_tulip.json new file mode 100644 index 00000000..2f773556 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/misc/orange_dye_from_orange_tulip.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:orange_dye_from_orange_tulip" + ] + }, + "criteria": { + "has_red_flower": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:red_flower", + "data": 5 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "orange_dye_from_orange_tulip" + } + } + }, + "requirements": [ + [ + "has_red_flower", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/misc/orange_dye_from_red_yellow.json b/1.12.2/assets/minecraft/advancements/recipes/misc/orange_dye_from_red_yellow.json new file mode 100644 index 00000000..4954d95a --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/misc/orange_dye_from_red_yellow.json @@ -0,0 +1,45 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:orange_dye_from_red_yellow" + ] + }, + "criteria": { + "has_red_dye": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:dye", + "data": 1 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "orange_dye_from_red_yellow" + } + }, + "has_yellow_dye": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:dye", + "data": 11 + } + ] + } + } + }, + "requirements": [ + [ + "has_red_dye", + "has_the_recipe", + "has_yellow_dye" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/misc/paper.json b/1.12.2/assets/minecraft/advancements/recipes/misc/paper.json new file mode 100644 index 00000000..eaa1d2ba --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/misc/paper.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:paper" + ] + }, + "criteria": { + "has_reeds": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:reeds" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "paper" + } + } + }, + "requirements": [ + [ + "has_reeds", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/misc/pink_dye_from_peony.json b/1.12.2/assets/minecraft/advancements/recipes/misc/pink_dye_from_peony.json new file mode 100644 index 00000000..0f333127 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/misc/pink_dye_from_peony.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:pink_dye_from_peony" + ] + }, + "criteria": { + "has_double_plant": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:double_plant", + "data": 5 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "pink_dye_from_peony" + } + } + }, + "requirements": [ + [ + "has_double_plant", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/misc/pink_dye_from_pink_tulip.json b/1.12.2/assets/minecraft/advancements/recipes/misc/pink_dye_from_pink_tulip.json new file mode 100644 index 00000000..37992d84 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/misc/pink_dye_from_pink_tulip.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:pink_dye_from_pink_tulip" + ] + }, + "criteria": { + "has_red_flower": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:red_flower", + "data": 7 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "pink_dye_from_pink_tulip" + } + } + }, + "requirements": [ + [ + "has_red_flower", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/misc/pink_dye_from_red_bonemeal.json b/1.12.2/assets/minecraft/advancements/recipes/misc/pink_dye_from_red_bonemeal.json new file mode 100644 index 00000000..87271994 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/misc/pink_dye_from_red_bonemeal.json @@ -0,0 +1,45 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:pink_dye_from_red_bonemeal" + ] + }, + "criteria": { + "has_bonemeal": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:dye", + "data": 15 + } + ] + } + }, + "has_red_dye": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:dye", + "data": 1 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "pink_dye_from_red_bonemeal" + } + } + }, + "requirements": [ + [ + "has_bonemeal", + "has_red_dye", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/misc/pumpkin_seeds.json b/1.12.2/assets/minecraft/advancements/recipes/misc/pumpkin_seeds.json new file mode 100644 index 00000000..ee6e0855 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/misc/pumpkin_seeds.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:pumpkin_seeds" + ] + }, + "criteria": { + "has_pumpkin": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:pumpkin" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "pumpkin_seeds" + } + } + }, + "requirements": [ + [ + "has_pumpkin", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/misc/purple_dye.json b/1.12.2/assets/minecraft/advancements/recipes/misc/purple_dye.json new file mode 100644 index 00000000..af59a3c5 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/misc/purple_dye.json @@ -0,0 +1,45 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:purple_dye" + ] + }, + "criteria": { + "has_lapis": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:dye", + "data": 4 + } + ] + } + }, + "has_red_dye": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:dye", + "data": 1 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "purple_dye" + } + } + }, + "requirements": [ + [ + "has_lapis", + "has_red_dye", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/misc/red_dye_from_beetroot.json b/1.12.2/assets/minecraft/advancements/recipes/misc/red_dye_from_beetroot.json new file mode 100644 index 00000000..6e73a790 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/misc/red_dye_from_beetroot.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:red_dye_from_beetroot" + ] + }, + "criteria": { + "has_beetroot": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:beetroot", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "red_dye_from_beetroot" + } + } + }, + "requirements": [ + [ + "has_beetroot", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/misc/red_dye_from_poppy.json b/1.12.2/assets/minecraft/advancements/recipes/misc/red_dye_from_poppy.json new file mode 100644 index 00000000..ac4b2a5d --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/misc/red_dye_from_poppy.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:red_dye_from_poppy" + ] + }, + "criteria": { + "has_red_flower": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:red_flower", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "red_dye_from_poppy" + } + } + }, + "requirements": [ + [ + "has_red_flower", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/misc/red_dye_from_rose_bush.json b/1.12.2/assets/minecraft/advancements/recipes/misc/red_dye_from_rose_bush.json new file mode 100644 index 00000000..eed011d6 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/misc/red_dye_from_rose_bush.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:red_dye_from_rose_bush" + ] + }, + "criteria": { + "has_double_plant": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:double_plant", + "data": 4 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "red_dye_from_rose_bush" + } + } + }, + "requirements": [ + [ + "has_double_plant", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/misc/red_dye_from_tulip.json b/1.12.2/assets/minecraft/advancements/recipes/misc/red_dye_from_tulip.json new file mode 100644 index 00000000..80297e7a --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/misc/red_dye_from_tulip.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:red_dye_from_tulip" + ] + }, + "criteria": { + "has_red_flower": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:red_flower", + "data": 4 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "red_dye_from_tulip" + } + } + }, + "requirements": [ + [ + "has_red_flower", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/misc/slime_ball.json b/1.12.2/assets/minecraft/advancements/recipes/misc/slime_ball.json new file mode 100644 index 00000000..377dc37f --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/misc/slime_ball.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:slime_ball" + ] + }, + "criteria": { + "has_slime": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:slime" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "slime_ball" + } + } + }, + "requirements": [ + [ + "has_slime", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/misc/stick.json b/1.12.2/assets/minecraft/advancements/recipes/misc/stick.json new file mode 100644 index 00000000..22a4588f --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/misc/stick.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:stick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "stick" + } + }, + "has_planks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:planks" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_planks" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/misc/sugar.json b/1.12.2/assets/minecraft/advancements/recipes/misc/sugar.json new file mode 100644 index 00000000..d2e21b96 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/misc/sugar.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:sugar" + ] + }, + "criteria": { + "has_reeds": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:reeds" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "sugar" + } + } + }, + "requirements": [ + [ + "has_reeds", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/misc/wheat.json b/1.12.2/assets/minecraft/advancements/recipes/misc/wheat.json new file mode 100644 index 00000000..a141bcad --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/misc/wheat.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:wheat" + ] + }, + "criteria": { + "has_hay_block": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:hay_block" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "wheat" + } + } + }, + "requirements": [ + [ + "has_hay_block", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/misc/writable_book.json b/1.12.2/assets/minecraft/advancements/recipes/misc/writable_book.json new file mode 100644 index 00000000..4f6dce86 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/misc/writable_book.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:writable_book" + ] + }, + "criteria": { + "has_book": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:book" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "writable_book" + } + } + }, + "requirements": [ + [ + "has_book", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/misc/yellow_dye_from_dandelion.json b/1.12.2/assets/minecraft/advancements/recipes/misc/yellow_dye_from_dandelion.json new file mode 100644 index 00000000..be65fa36 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/misc/yellow_dye_from_dandelion.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:yellow_dye_from_dandelion" + ] + }, + "criteria": { + "has_yellow_flower": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:yellow_flower", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "yellow_dye_from_dandelion" + } + } + }, + "requirements": [ + [ + "has_yellow_flower", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/misc/yellow_dye_from_sunflower.json b/1.12.2/assets/minecraft/advancements/recipes/misc/yellow_dye_from_sunflower.json new file mode 100644 index 00000000..73183025 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/misc/yellow_dye_from_sunflower.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:yellow_dye_from_sunflower" + ] + }, + "criteria": { + "has_double_plant": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:double_plant", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "yellow_dye_from_sunflower" + } + } + }, + "requirements": [ + [ + "has_double_plant", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/redstone/acacia_door.json b/1.12.2/assets/minecraft/advancements/recipes/redstone/acacia_door.json new file mode 100644 index 00000000..4aced561 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/redstone/acacia_door.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:acacia_door" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "acacia_door" + } + }, + "has_planks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:planks", + "data": 4 + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_planks" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/redstone/acacia_fence_gate.json b/1.12.2/assets/minecraft/advancements/recipes/redstone/acacia_fence_gate.json new file mode 100644 index 00000000..488bdf41 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/redstone/acacia_fence_gate.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:acacia_fence_gate" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "acacia_fence_gate" + } + }, + "has_planks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:planks", + "data": 4 + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_planks" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/redstone/birch_door.json b/1.12.2/assets/minecraft/advancements/recipes/redstone/birch_door.json new file mode 100644 index 00000000..9a268a51 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/redstone/birch_door.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:birch_door" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "birch_door" + } + }, + "has_planks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:planks", + "data": 2 + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_planks" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/redstone/birch_fence_gate.json b/1.12.2/assets/minecraft/advancements/recipes/redstone/birch_fence_gate.json new file mode 100644 index 00000000..1b169e77 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/redstone/birch_fence_gate.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:birch_fence_gate" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "birch_fence_gate" + } + }, + "has_planks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:planks", + "data": 2 + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_planks" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/redstone/comparator.json b/1.12.2/assets/minecraft/advancements/recipes/redstone/comparator.json new file mode 100644 index 00000000..5729baad --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/redstone/comparator.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:comparator" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "comparator" + } + }, + "has_quartz": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:quartz" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_quartz" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/redstone/dark_oak_door.json b/1.12.2/assets/minecraft/advancements/recipes/redstone/dark_oak_door.json new file mode 100644 index 00000000..3882bb27 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/redstone/dark_oak_door.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:dark_oak_door" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "dark_oak_door" + } + }, + "has_planks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:planks", + "data": 5 + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_planks" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/redstone/dark_oak_fence_gate.json b/1.12.2/assets/minecraft/advancements/recipes/redstone/dark_oak_fence_gate.json new file mode 100644 index 00000000..4e536be9 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/redstone/dark_oak_fence_gate.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:dark_oak_fence_gate" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "dark_oak_fence_gate" + } + }, + "has_planks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:planks", + "data": 5 + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_planks" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/redstone/daylight_detector.json b/1.12.2/assets/minecraft/advancements/recipes/redstone/daylight_detector.json new file mode 100644 index 00000000..54d59acf --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/redstone/daylight_detector.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:daylight_detector" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "daylight_detector" + } + }, + "has_quartz": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:quartz" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_quartz" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/redstone/dispenser.json b/1.12.2/assets/minecraft/advancements/recipes/redstone/dispenser.json new file mode 100644 index 00000000..c7d44a7b --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/redstone/dispenser.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:dispenser" + ] + }, + "criteria": { + "has_bow": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:bow" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "dispenser" + } + } + }, + "requirements": [ + [ + "has_bow", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/redstone/dropper.json b/1.12.2/assets/minecraft/advancements/recipes/redstone/dropper.json new file mode 100644 index 00000000..e5a1b679 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/redstone/dropper.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:dropper" + ] + }, + "criteria": { + "has_redstone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:redstone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "dropper" + } + } + }, + "requirements": [ + [ + "has_redstone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/redstone/fence_gate.json b/1.12.2/assets/minecraft/advancements/recipes/redstone/fence_gate.json new file mode 100644 index 00000000..1b4948a2 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/redstone/fence_gate.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:fence_gate" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "fence_gate" + } + }, + "has_planks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:planks", + "data": 0 + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_planks" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/redstone/heavy_weighted_pressure_plate.json b/1.12.2/assets/minecraft/advancements/recipes/redstone/heavy_weighted_pressure_plate.json new file mode 100644 index 00000000..9b04039a --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/redstone/heavy_weighted_pressure_plate.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:heavy_weighted_pressure_plate" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "heavy_weighted_pressure_plate" + } + }, + "has_iron_ingot": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:iron_ingot" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_iron_ingot" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/redstone/hopper.json b/1.12.2/assets/minecraft/advancements/recipes/redstone/hopper.json new file mode 100644 index 00000000..592c8411 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/redstone/hopper.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:hopper" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "hopper" + } + }, + "has_iron_ingot": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:iron_ingot" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_iron_ingot" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/redstone/iron_door.json b/1.12.2/assets/minecraft/advancements/recipes/redstone/iron_door.json new file mode 100644 index 00000000..ee1f81e7 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/redstone/iron_door.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:iron_door" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "iron_door" + } + }, + "has_iron_ingot": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:iron_ingot" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_iron_ingot" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/redstone/iron_trapdoor.json b/1.12.2/assets/minecraft/advancements/recipes/redstone/iron_trapdoor.json new file mode 100644 index 00000000..f7869ecf --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/redstone/iron_trapdoor.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:iron_trapdoor" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "iron_trapdoor" + } + }, + "has_iron_ingot": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:iron_ingot" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_iron_ingot" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/redstone/jungle_door.json b/1.12.2/assets/minecraft/advancements/recipes/redstone/jungle_door.json new file mode 100644 index 00000000..5becd39d --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/redstone/jungle_door.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:jungle_door" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "jungle_door" + } + }, + "has_planks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:planks", + "data": 3 + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_planks" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/redstone/jungle_fence_gate.json b/1.12.2/assets/minecraft/advancements/recipes/redstone/jungle_fence_gate.json new file mode 100644 index 00000000..28a1bcf6 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/redstone/jungle_fence_gate.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:jungle_fence_gate" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "jungle_fence_gate" + } + }, + "has_planks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:planks", + "data": 3 + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_planks" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/redstone/lever.json b/1.12.2/assets/minecraft/advancements/recipes/redstone/lever.json new file mode 100644 index 00000000..95c2e9f2 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/redstone/lever.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:lever" + ] + }, + "criteria": { + "has_cobblestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:cobblestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "lever" + } + } + }, + "requirements": [ + [ + "has_cobblestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/redstone/light_weighted_pressure_plate.json b/1.12.2/assets/minecraft/advancements/recipes/redstone/light_weighted_pressure_plate.json new file mode 100644 index 00000000..893ebe05 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/redstone/light_weighted_pressure_plate.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:light_weighted_pressure_plate" + ] + }, + "criteria": { + "has_gold_ingot": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:gold_ingot" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "light_weighted_pressure_plate" + } + } + }, + "requirements": [ + [ + "has_gold_ingot", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/redstone/noteblock.json b/1.12.2/assets/minecraft/advancements/recipes/redstone/noteblock.json new file mode 100644 index 00000000..5067cc72 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/redstone/noteblock.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:noteblock" + ] + }, + "criteria": { + "has_redstone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:redstone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "noteblock" + } + } + }, + "requirements": [ + [ + "has_redstone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/redstone/observer.json b/1.12.2/assets/minecraft/advancements/recipes/redstone/observer.json new file mode 100644 index 00000000..be86f4c5 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/redstone/observer.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:observer" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "observer" + } + }, + "has_quartz": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:quartz" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_quartz" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/redstone/piston.json b/1.12.2/assets/minecraft/advancements/recipes/redstone/piston.json new file mode 100644 index 00000000..0e5af254 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/redstone/piston.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:piston" + ] + }, + "criteria": { + "has_redstone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:redstone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "piston" + } + } + }, + "requirements": [ + [ + "has_redstone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/redstone/redstone.json b/1.12.2/assets/minecraft/advancements/recipes/redstone/redstone.json new file mode 100644 index 00000000..30c8bccf --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/redstone/redstone.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:redstone" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "redstone" + } + }, + "has_redstone_block": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:redstone_block" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_redstone_block" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/redstone/redstone_block.json b/1.12.2/assets/minecraft/advancements/recipes/redstone/redstone_block.json new file mode 100644 index 00000000..a404be26 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/redstone/redstone_block.json @@ -0,0 +1,36 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:redstone_block", + "minecraft:redstone" + ] + }, + "criteria": { + "has_at_least_9_redstone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:redstone", + "count": { + "min": 9 + } + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "redstone_block" + } + } + }, + "requirements": [ + [ + "has_at_least_9_redstone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/redstone/redstone_lamp.json b/1.12.2/assets/minecraft/advancements/recipes/redstone/redstone_lamp.json new file mode 100644 index 00000000..44f17051 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/redstone/redstone_lamp.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:redstone_lamp" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "redstone_lamp" + } + }, + "has_glowstone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:glowstone" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_glowstone" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/redstone/redstone_torch.json b/1.12.2/assets/minecraft/advancements/recipes/redstone/redstone_torch.json new file mode 100644 index 00000000..0bfd743d --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/redstone/redstone_torch.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:redstone_torch" + ] + }, + "criteria": { + "has_redstone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:redstone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "redstone_torch" + } + } + }, + "requirements": [ + [ + "has_redstone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/redstone/repeater.json b/1.12.2/assets/minecraft/advancements/recipes/redstone/repeater.json new file mode 100644 index 00000000..1cc44254 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/redstone/repeater.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:repeater" + ] + }, + "criteria": { + "has_redstone_torch": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:redstone_torch" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "repeater" + } + } + }, + "requirements": [ + [ + "has_redstone_torch", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/redstone/spruce_door.json b/1.12.2/assets/minecraft/advancements/recipes/redstone/spruce_door.json new file mode 100644 index 00000000..0c8706ff --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/redstone/spruce_door.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:spruce_door" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "spruce_door" + } + }, + "has_planks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:planks", + "data": 1 + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_planks" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/redstone/spruce_fence_gate.json b/1.12.2/assets/minecraft/advancements/recipes/redstone/spruce_fence_gate.json new file mode 100644 index 00000000..3c9a3805 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/redstone/spruce_fence_gate.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:spruce_fence_gate" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "spruce_fence_gate" + } + }, + "has_planks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:planks", + "data": 1 + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_planks" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/redstone/sticky_piston.json b/1.12.2/assets/minecraft/advancements/recipes/redstone/sticky_piston.json new file mode 100644 index 00000000..4ca720ce --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/redstone/sticky_piston.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:sticky_piston" + ] + }, + "criteria": { + "has_slime_ball": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:slime_ball" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "sticky_piston" + } + } + }, + "requirements": [ + [ + "has_slime_ball", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/redstone/stone_button.json b/1.12.2/assets/minecraft/advancements/recipes/redstone/stone_button.json new file mode 100644 index 00000000..2984dfed --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/redstone/stone_button.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:stone_button" + ] + }, + "criteria": { + "has_stone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:stone", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "stone_button" + } + } + }, + "requirements": [ + [ + "has_stone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/redstone/stone_pressure_plate.json b/1.12.2/assets/minecraft/advancements/recipes/redstone/stone_pressure_plate.json new file mode 100644 index 00000000..24334d9a --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/redstone/stone_pressure_plate.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:stone_pressure_plate" + ] + }, + "criteria": { + "has_stone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:stone", + "data": 0 + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "stone_pressure_plate" + } + } + }, + "requirements": [ + [ + "has_stone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/redstone/tnt.json b/1.12.2/assets/minecraft/advancements/recipes/redstone/tnt.json new file mode 100644 index 00000000..35b9102d --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/redstone/tnt.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:tnt" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "tnt" + } + }, + "has_gunpowder": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:gunpowder" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_gunpowder" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/redstone/trapdoor.json b/1.12.2/assets/minecraft/advancements/recipes/redstone/trapdoor.json new file mode 100644 index 00000000..3a410544 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/redstone/trapdoor.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:trapdoor" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "trapdoor" + } + }, + "has_planks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:planks" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_planks" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/redstone/trapped_chest.json b/1.12.2/assets/minecraft/advancements/recipes/redstone/trapped_chest.json new file mode 100644 index 00000000..b5ba0679 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/redstone/trapped_chest.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:trapped_chest" + ] + }, + "criteria": { + "has_tripwire_hook": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:tripwire_hook" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "trapped_chest" + } + } + }, + "requirements": [ + [ + "has_tripwire_hook", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/redstone/tripwire_hook.json b/1.12.2/assets/minecraft/advancements/recipes/redstone/tripwire_hook.json new file mode 100644 index 00000000..efcb7de5 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/redstone/tripwire_hook.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:tripwire_hook" + ] + }, + "criteria": { + "has_string": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:string" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "tripwire_hook" + } + } + }, + "requirements": [ + [ + "has_string", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/redstone/wooden_button.json b/1.12.2/assets/minecraft/advancements/recipes/redstone/wooden_button.json new file mode 100644 index 00000000..70dee290 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/redstone/wooden_button.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:wooden_button" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "wooden_button" + } + }, + "has_planks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:planks" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_planks" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/redstone/wooden_door.json b/1.12.2/assets/minecraft/advancements/recipes/redstone/wooden_door.json new file mode 100644 index 00000000..03c5436a --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/redstone/wooden_door.json @@ -0,0 +1,33 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:wooden_door" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "wooden_door" + } + }, + "has_planks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:planks", + "data": 0 + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_planks" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/redstone/wooden_pressure_plate.json b/1.12.2/assets/minecraft/advancements/recipes/redstone/wooden_pressure_plate.json new file mode 100644 index 00000000..39352d20 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/redstone/wooden_pressure_plate.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:wooden_pressure_plate" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "wooden_pressure_plate" + } + }, + "has_planks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:planks" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_planks" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/root.json b/1.12.2/assets/minecraft/advancements/recipes/root.json new file mode 100644 index 00000000..7c91f81e --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/root.json @@ -0,0 +1,7 @@ +{ + "criteria": { + "impossible": { + "trigger": "minecraft:impossible" + } + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/tools/clock.json b/1.12.2/assets/minecraft/advancements/recipes/tools/clock.json new file mode 100644 index 00000000..5c020c52 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/tools/clock.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:clock" + ] + }, + "criteria": { + "has_redstone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:redstone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "clock" + } + } + }, + "requirements": [ + [ + "has_redstone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/tools/compass.json b/1.12.2/assets/minecraft/advancements/recipes/tools/compass.json new file mode 100644 index 00000000..3c2eea78 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/tools/compass.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:compass" + ] + }, + "criteria": { + "has_redstone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:redstone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "compass" + } + } + }, + "requirements": [ + [ + "has_redstone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/tools/diamond_axe.json b/1.12.2/assets/minecraft/advancements/recipes/tools/diamond_axe.json new file mode 100644 index 00000000..734f10f7 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/tools/diamond_axe.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:diamond_axe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "diamond_axe" + } + }, + "has_diamond": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:diamond" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_diamond" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/tools/diamond_hoe.json b/1.12.2/assets/minecraft/advancements/recipes/tools/diamond_hoe.json new file mode 100644 index 00000000..d36c90f8 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/tools/diamond_hoe.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:diamond_hoe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "diamond_hoe" + } + }, + "has_diamond": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:diamond" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_diamond" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/tools/diamond_pickaxe.json b/1.12.2/assets/minecraft/advancements/recipes/tools/diamond_pickaxe.json new file mode 100644 index 00000000..4bd2f477 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/tools/diamond_pickaxe.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:diamond_pickaxe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "diamond_pickaxe" + } + }, + "has_diamond": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:diamond" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_diamond" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/tools/diamond_shovel.json b/1.12.2/assets/minecraft/advancements/recipes/tools/diamond_shovel.json new file mode 100644 index 00000000..91ef0888 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/tools/diamond_shovel.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:diamond_shovel" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "diamond_shovel" + } + }, + "has_diamond": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:diamond" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_diamond" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/tools/fishing_rod.json b/1.12.2/assets/minecraft/advancements/recipes/tools/fishing_rod.json new file mode 100644 index 00000000..9b899965 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/tools/fishing_rod.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:fishing_rod" + ] + }, + "criteria": { + "has_string": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:string" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "fishing_rod" + } + } + }, + "requirements": [ + [ + "has_string", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/tools/flint_and_steel.json b/1.12.2/assets/minecraft/advancements/recipes/tools/flint_and_steel.json new file mode 100644 index 00000000..a0e8d810 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/tools/flint_and_steel.json @@ -0,0 +1,43 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:flint_and_steel" + ] + }, + "criteria": { + "has_flint": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:flint" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "flint_and_steel" + } + }, + "has_obsidian": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:obsidian" + } + ] + } + } + }, + "requirements": [ + [ + "has_flint", + "has_the_recipe", + "has_obsidian" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/tools/golden_axe.json b/1.12.2/assets/minecraft/advancements/recipes/tools/golden_axe.json new file mode 100644 index 00000000..8fbbb92d --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/tools/golden_axe.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:golden_axe" + ] + }, + "criteria": { + "has_gold_ingot": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:gold_ingot" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "golden_axe" + } + } + }, + "requirements": [ + [ + "has_gold_ingot", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/tools/golden_hoe.json b/1.12.2/assets/minecraft/advancements/recipes/tools/golden_hoe.json new file mode 100644 index 00000000..ec9b994e --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/tools/golden_hoe.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:golden_hoe" + ] + }, + "criteria": { + "has_gold_ingot": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:gold_ingot" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "golden_hoe" + } + } + }, + "requirements": [ + [ + "has_gold_ingot", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/tools/golden_pickaxe.json b/1.12.2/assets/minecraft/advancements/recipes/tools/golden_pickaxe.json new file mode 100644 index 00000000..47db8fa4 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/tools/golden_pickaxe.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:golden_pickaxe" + ] + }, + "criteria": { + "has_gold_ingot": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:gold_ingot" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "golden_pickaxe" + } + } + }, + "requirements": [ + [ + "has_gold_ingot", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/tools/golden_shovel.json b/1.12.2/assets/minecraft/advancements/recipes/tools/golden_shovel.json new file mode 100644 index 00000000..82d16de1 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/tools/golden_shovel.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:golden_shovel" + ] + }, + "criteria": { + "has_gold_ingot": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:gold_ingot" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "golden_shovel" + } + } + }, + "requirements": [ + [ + "has_gold_ingot", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/tools/iron_axe.json b/1.12.2/assets/minecraft/advancements/recipes/tools/iron_axe.json new file mode 100644 index 00000000..83fe56c7 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/tools/iron_axe.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:iron_axe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "iron_axe" + } + }, + "has_iron_ingot": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:iron_ingot" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_iron_ingot" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/tools/iron_hoe.json b/1.12.2/assets/minecraft/advancements/recipes/tools/iron_hoe.json new file mode 100644 index 00000000..38fbfd84 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/tools/iron_hoe.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:iron_hoe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "iron_hoe" + } + }, + "has_iron_ingot": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:iron_ingot" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_iron_ingot" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/tools/iron_pickaxe.json b/1.12.2/assets/minecraft/advancements/recipes/tools/iron_pickaxe.json new file mode 100644 index 00000000..aa71d56f --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/tools/iron_pickaxe.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:iron_pickaxe" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "iron_pickaxe" + } + }, + "has_iron_ingot": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:iron_ingot" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_iron_ingot" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/tools/iron_shovel.json b/1.12.2/assets/minecraft/advancements/recipes/tools/iron_shovel.json new file mode 100644 index 00000000..f4137b9b --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/tools/iron_shovel.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:iron_shovel" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "iron_shovel" + } + }, + "has_iron_ingot": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:iron_ingot" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_iron_ingot" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/tools/lead.json b/1.12.2/assets/minecraft/advancements/recipes/tools/lead.json new file mode 100644 index 00000000..7e4e16c5 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/tools/lead.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:lead" + ] + }, + "criteria": { + "has_slime_ball": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:slime_ball" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "lead" + } + } + }, + "requirements": [ + [ + "has_slime_ball", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/tools/shears.json b/1.12.2/assets/minecraft/advancements/recipes/tools/shears.json new file mode 100644 index 00000000..ffec9311 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/tools/shears.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:shears" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "shears" + } + }, + "has_iron_ingot": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:iron_ingot" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_iron_ingot" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/tools/stone_axe.json b/1.12.2/assets/minecraft/advancements/recipes/tools/stone_axe.json new file mode 100644 index 00000000..18576b0d --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/tools/stone_axe.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:stone_axe" + ] + }, + "criteria": { + "has_cobblestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:cobblestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "stone_axe" + } + } + }, + "requirements": [ + [ + "has_cobblestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/tools/stone_hoe.json b/1.12.2/assets/minecraft/advancements/recipes/tools/stone_hoe.json new file mode 100644 index 00000000..77f5b754 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/tools/stone_hoe.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:stone_hoe" + ] + }, + "criteria": { + "has_cobblestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:cobblestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "stone_hoe" + } + } + }, + "requirements": [ + [ + "has_cobblestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/tools/stone_pickaxe.json b/1.12.2/assets/minecraft/advancements/recipes/tools/stone_pickaxe.json new file mode 100644 index 00000000..e61b0b6d --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/tools/stone_pickaxe.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:stone_pickaxe" + ] + }, + "criteria": { + "has_cobblestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:cobblestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "stone_pickaxe" + } + } + }, + "requirements": [ + [ + "has_cobblestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/tools/stone_shovel.json b/1.12.2/assets/minecraft/advancements/recipes/tools/stone_shovel.json new file mode 100644 index 00000000..b057453c --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/tools/stone_shovel.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:stone_shovel" + ] + }, + "criteria": { + "has_cobblestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:cobblestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "stone_shovel" + } + } + }, + "requirements": [ + [ + "has_cobblestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/tools/wooden_axe.json b/1.12.2/assets/minecraft/advancements/recipes/tools/wooden_axe.json new file mode 100644 index 00000000..ca71ece0 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/tools/wooden_axe.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:wooden_axe" + ] + }, + "criteria": { + "has_stick": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:stick" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "wooden_axe" + } + } + }, + "requirements": [ + [ + "has_stick", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/tools/wooden_hoe.json b/1.12.2/assets/minecraft/advancements/recipes/tools/wooden_hoe.json new file mode 100644 index 00000000..dd43825b --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/tools/wooden_hoe.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:wooden_hoe" + ] + }, + "criteria": { + "has_stick": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:stick" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "wooden_hoe" + } + } + }, + "requirements": [ + [ + "has_stick", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/tools/wooden_pickaxe.json b/1.12.2/assets/minecraft/advancements/recipes/tools/wooden_pickaxe.json new file mode 100644 index 00000000..25667865 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/tools/wooden_pickaxe.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:wooden_pickaxe" + ] + }, + "criteria": { + "has_stick": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:stick" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "wooden_pickaxe" + } + } + }, + "requirements": [ + [ + "has_stick", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/tools/wooden_shovel.json b/1.12.2/assets/minecraft/advancements/recipes/tools/wooden_shovel.json new file mode 100644 index 00000000..62154902 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/tools/wooden_shovel.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:wooden_shovel" + ] + }, + "criteria": { + "has_stick": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:stick" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "wooden_shovel" + } + } + }, + "requirements": [ + [ + "has_stick", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/transportation/acacia_boat.json b/1.12.2/assets/minecraft/advancements/recipes/transportation/acacia_boat.json new file mode 100644 index 00000000..65eb86dc --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/transportation/acacia_boat.json @@ -0,0 +1,28 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:acacia_boat" + ] + }, + "criteria": { + "entered_water": { + "trigger": "minecraft:enter_block", + "conditions": { + "block": "minecraft:water" + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "acacia_boat" + } + } + }, + "requirements": [ + [ + "entered_water", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/transportation/activator_rail.json b/1.12.2/assets/minecraft/advancements/recipes/transportation/activator_rail.json new file mode 100644 index 00000000..139a3345 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/transportation/activator_rail.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:activator_rail" + ] + }, + "criteria": { + "has_rail": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:rail" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "activator_rail" + } + } + }, + "requirements": [ + [ + "has_rail", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/transportation/birch_boat.json b/1.12.2/assets/minecraft/advancements/recipes/transportation/birch_boat.json new file mode 100644 index 00000000..84454c78 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/transportation/birch_boat.json @@ -0,0 +1,28 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:birch_boat" + ] + }, + "criteria": { + "entered_water": { + "trigger": "minecraft:enter_block", + "conditions": { + "block": "minecraft:water" + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "birch_boat" + } + } + }, + "requirements": [ + [ + "entered_water", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/transportation/boat.json b/1.12.2/assets/minecraft/advancements/recipes/transportation/boat.json new file mode 100644 index 00000000..c3106a9b --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/transportation/boat.json @@ -0,0 +1,28 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:boat" + ] + }, + "criteria": { + "entered_water": { + "trigger": "minecraft:enter_block", + "conditions": { + "block": "minecraft:water" + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "boat" + } + } + }, + "requirements": [ + [ + "entered_water", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/transportation/carrot_on_a_stick.json b/1.12.2/assets/minecraft/advancements/recipes/transportation/carrot_on_a_stick.json new file mode 100644 index 00000000..d3879d4c --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/transportation/carrot_on_a_stick.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:carrot_on_a_stick" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "carrot_on_a_stick" + } + }, + "has_carrot": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:carrot" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_carrot" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/transportation/chest_minecart.json b/1.12.2/assets/minecraft/advancements/recipes/transportation/chest_minecart.json new file mode 100644 index 00000000..0f483a82 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/transportation/chest_minecart.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:chest_minecart" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "chest_minecart" + } + }, + "has_minecart": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:minecart" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_minecart" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/transportation/dark_oak_boat.json b/1.12.2/assets/minecraft/advancements/recipes/transportation/dark_oak_boat.json new file mode 100644 index 00000000..a9bc5714 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/transportation/dark_oak_boat.json @@ -0,0 +1,28 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:dark_oak_boat" + ] + }, + "criteria": { + "entered_water": { + "trigger": "minecraft:enter_block", + "conditions": { + "block": "minecraft:water" + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "dark_oak_boat" + } + } + }, + "requirements": [ + [ + "entered_water", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/transportation/detector_rail.json b/1.12.2/assets/minecraft/advancements/recipes/transportation/detector_rail.json new file mode 100644 index 00000000..4dfe638b --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/transportation/detector_rail.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:detector_rail" + ] + }, + "criteria": { + "has_rail": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:rail" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "detector_rail" + } + } + }, + "requirements": [ + [ + "has_rail", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/transportation/furnace_minecart.json b/1.12.2/assets/minecraft/advancements/recipes/transportation/furnace_minecart.json new file mode 100644 index 00000000..7b76f882 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/transportation/furnace_minecart.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:furnace_minecart" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "furnace_minecart" + } + }, + "has_minecart": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:minecart" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_minecart" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/transportation/golden_rail.json b/1.12.2/assets/minecraft/advancements/recipes/transportation/golden_rail.json new file mode 100644 index 00000000..60489f9f --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/transportation/golden_rail.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:golden_rail" + ] + }, + "criteria": { + "has_rail": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:rail" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "golden_rail" + } + } + }, + "requirements": [ + [ + "has_rail", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/transportation/hopper_minecart.json b/1.12.2/assets/minecraft/advancements/recipes/transportation/hopper_minecart.json new file mode 100644 index 00000000..8f1de644 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/transportation/hopper_minecart.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:hopper_minecart" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "hopper_minecart" + } + }, + "has_minecart": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:minecart" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_minecart" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/transportation/jungle_boat.json b/1.12.2/assets/minecraft/advancements/recipes/transportation/jungle_boat.json new file mode 100644 index 00000000..943165e2 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/transportation/jungle_boat.json @@ -0,0 +1,28 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:jungle_boat" + ] + }, + "criteria": { + "entered_water": { + "trigger": "minecraft:enter_block", + "conditions": { + "block": "minecraft:water" + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "jungle_boat" + } + } + }, + "requirements": [ + [ + "entered_water", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/transportation/minecart.json b/1.12.2/assets/minecraft/advancements/recipes/transportation/minecart.json new file mode 100644 index 00000000..8daf185e --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/transportation/minecart.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:minecart" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "minecart" + } + }, + "has_iron_ingot": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:iron_ingot" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_iron_ingot" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/transportation/rail.json b/1.12.2/assets/minecraft/advancements/recipes/transportation/rail.json new file mode 100644 index 00000000..dbf1018d --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/transportation/rail.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:rail" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "rail" + } + }, + "has_minecart": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:minecart" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_minecart" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/transportation/spruce_boat.json b/1.12.2/assets/minecraft/advancements/recipes/transportation/spruce_boat.json new file mode 100644 index 00000000..5aea2744 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/transportation/spruce_boat.json @@ -0,0 +1,28 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:spruce_boat" + ] + }, + "criteria": { + "entered_water": { + "trigger": "minecraft:enter_block", + "conditions": { + "block": "minecraft:water" + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "spruce_boat" + } + } + }, + "requirements": [ + [ + "entered_water", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/recipes/transportation/tnt_minecart.json b/1.12.2/assets/minecraft/advancements/recipes/transportation/tnt_minecart.json new file mode 100644 index 00000000..f2cd4d68 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/recipes/transportation/tnt_minecart.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "minecraft:tnt_minecart" + ] + }, + "criteria": { + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "tnt_minecart" + } + }, + "has_minecart": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:minecart" + } + ] + } + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_minecart" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/story/cure_zombie_villager.json b/1.12.2/assets/minecraft/advancements/story/cure_zombie_villager.json new file mode 100644 index 00000000..ac7af428 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/story/cure_zombie_villager.json @@ -0,0 +1,20 @@ +{ + "display": { + "icon": { + "item": "minecraft:golden_apple" + }, + "title": { + "translate": "advancements.story.cure_zombie_villager.title" + }, + "description": { + "translate": "advancements.story.cure_zombie_villager.description" + }, + "frame": "goal" + }, + "parent": "minecraft:story/enter_the_nether", + "criteria": { + "cured_zombie": { + "trigger": "minecraft:cured_zombie_villager" + } + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/story/deflect_arrow.json b/1.12.2/assets/minecraft/advancements/story/deflect_arrow.json new file mode 100644 index 00000000..cd79ddc8 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/story/deflect_arrow.json @@ -0,0 +1,27 @@ +{ + "display": { + "icon": { + "item": "minecraft:shield" + }, + "title": { + "translate": "advancements.story.deflect_arrow.title" + }, + "description": { + "translate": "advancements.story.deflect_arrow.description" + } + }, + "parent": "minecraft:story/obtain_armor", + "criteria": { + "deflected_projectile": { + "trigger": "minecraft:entity_hurt_player", + "conditions": { + "damage": { + "type": { + "is_projectile": true + }, + "blocked": true + } + } + } + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/story/enchant_item.json b/1.12.2/assets/minecraft/advancements/story/enchant_item.json new file mode 100644 index 00000000..c3ffcae1 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/story/enchant_item.json @@ -0,0 +1,19 @@ +{ + "display": { + "icon": { + "item": "minecraft:enchanted_book" + }, + "title": { + "translate": "advancements.story.enchant_item.title" + }, + "description": { + "translate": "advancements.story.enchant_item.description" + } + }, + "parent": "minecraft:story/mine_diamond", + "criteria": { + "enchanted_item": { + "trigger": "minecraft:enchanted_item" + } + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/story/enter_the_end.json b/1.12.2/assets/minecraft/advancements/story/enter_the_end.json new file mode 100644 index 00000000..2a410c52 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/story/enter_the_end.json @@ -0,0 +1,22 @@ +{ + "display": { + "icon": { + "item": "minecraft:end_stone" + }, + "title": { + "translate": "advancements.story.enter_the_end.title" + }, + "description": { + "translate": "advancements.story.enter_the_end.description" + } + }, + "parent": "minecraft:story/follow_ender_eye", + "criteria": { + "entered_end": { + "trigger": "minecraft:changed_dimension", + "conditions": { + "to": "the_end" + } + } + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/story/enter_the_nether.json b/1.12.2/assets/minecraft/advancements/story/enter_the_nether.json new file mode 100644 index 00000000..976147cf --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/story/enter_the_nether.json @@ -0,0 +1,22 @@ +{ + "display": { + "icon": { + "item": "minecraft:flint_and_steel" + }, + "title": { + "translate": "advancements.story.enter_the_nether.title" + }, + "description": { + "translate": "advancements.story.enter_the_nether.description" + } + }, + "parent": "minecraft:story/form_obsidian", + "criteria": { + "entered_nether": { + "trigger": "minecraft:changed_dimension", + "conditions": { + "to": "the_nether" + } + } + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/story/follow_ender_eye.json b/1.12.2/assets/minecraft/advancements/story/follow_ender_eye.json new file mode 100644 index 00000000..b06887f9 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/story/follow_ender_eye.json @@ -0,0 +1,22 @@ +{ + "display": { + "icon": { + "item": "minecraft:ender_eye" + }, + "title": { + "translate": "advancements.story.follow_ender_eye.title" + }, + "description": { + "translate": "advancements.story.follow_ender_eye.description" + } + }, + "parent": "minecraft:story/enter_the_nether", + "criteria": { + "in_stronghold": { + "trigger": "minecraft:location", + "conditions": { + "feature": "Stronghold" + } + } + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/story/form_obsidian.json b/1.12.2/assets/minecraft/advancements/story/form_obsidian.json new file mode 100644 index 00000000..8dc3e0f1 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/story/form_obsidian.json @@ -0,0 +1,26 @@ +{ + "display": { + "icon": { + "item": "minecraft:obsidian" + }, + "title": { + "translate": "advancements.story.form_obsidian.title" + }, + "description": { + "translate": "advancements.story.form_obsidian.description" + } + }, + "parent": "minecraft:story/lava_bucket", + "criteria": { + "obsidian": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:obsidian" + } + ] + } + } + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/story/iron_tools.json b/1.12.2/assets/minecraft/advancements/story/iron_tools.json new file mode 100644 index 00000000..5f5539a6 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/story/iron_tools.json @@ -0,0 +1,26 @@ +{ + "display": { + "icon": { + "item": "minecraft:iron_pickaxe" + }, + "title": { + "translate": "advancements.story.iron_tools.title" + }, + "description": { + "translate": "advancements.story.iron_tools.description" + } + }, + "parent": "minecraft:story/smelt_iron", + "criteria": { + "iron_pickaxe": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:iron_pickaxe" + } + ] + } + } + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/story/lava_bucket.json b/1.12.2/assets/minecraft/advancements/story/lava_bucket.json new file mode 100644 index 00000000..fa17f9c2 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/story/lava_bucket.json @@ -0,0 +1,26 @@ +{ + "display": { + "icon": { + "item": "minecraft:lava_bucket" + }, + "title": { + "translate": "advancements.story.lava_bucket.title" + }, + "description": { + "translate": "advancements.story.lava_bucket.description" + } + }, + "parent": "minecraft:story/smelt_iron", + "criteria": { + "lava_bucket": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:lava_bucket" + } + ] + } + } + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/story/mine_diamond.json b/1.12.2/assets/minecraft/advancements/story/mine_diamond.json new file mode 100644 index 00000000..cb8802d9 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/story/mine_diamond.json @@ -0,0 +1,26 @@ +{ + "display": { + "icon": { + "item": "minecraft:diamond" + }, + "title": { + "translate": "advancements.story.mine_diamond.title" + }, + "description": { + "translate": "advancements.story.mine_diamond.description" + } + }, + "parent": "minecraft:story/iron_tools", + "criteria": { + "diamond": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:diamond" + } + ] + } + } + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/story/mine_stone.json b/1.12.2/assets/minecraft/advancements/story/mine_stone.json new file mode 100644 index 00000000..6b7fba8c --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/story/mine_stone.json @@ -0,0 +1,26 @@ +{ + "display": { + "icon": { + "item": "minecraft:wooden_pickaxe" + }, + "title": { + "translate": "advancements.story.mine_stone.title" + }, + "description": { + "translate": "advancements.story.mine_stone.description" + } + }, + "parent": "minecraft:story/root", + "criteria": { + "get_stone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:cobblestone" + } + ] + } + } + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/story/obtain_armor.json b/1.12.2/assets/minecraft/advancements/story/obtain_armor.json new file mode 100644 index 00000000..562d335a --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/story/obtain_armor.json @@ -0,0 +1,64 @@ +{ + "display": { + "icon": { + "item": "minecraft:iron_chestplate" + }, + "title": { + "translate": "advancements.story.obtain_armor.title" + }, + "description": { + "translate": "advancements.story.obtain_armor.description" + } + }, + "parent": "minecraft:story/smelt_iron", + "criteria": { + "iron_helmet": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:iron_helmet" + } + ] + } + }, + "iron_chestplate": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:iron_chestplate" + } + ] + } + }, + "iron_leggings": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:iron_leggings" + } + ] + } + }, + "iron_boots": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:iron_boots" + } + ] + } + } + }, + "requirements": [ + [ + "iron_helmet", + "iron_chestplate", + "iron_leggings", + "iron_boots" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/story/root.json b/1.12.2/assets/minecraft/advancements/story/root.json new file mode 100644 index 00000000..7e409401 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/story/root.json @@ -0,0 +1,28 @@ +{ + "display": { + "icon": { + "item": "minecraft:grass" + }, + "title": { + "translate": "advancements.story.root.title" + }, + "description": { + "translate": "advancements.story.root.description" + }, + "background": "minecraft:textures/gui/advancements/backgrounds/stone.png", + "show_toast": false, + "announce_to_chat": false + }, + "criteria": { + "crafting_table": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:crafting_table" + } + ] + } + } + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/story/shiny_gear.json b/1.12.2/assets/minecraft/advancements/story/shiny_gear.json new file mode 100644 index 00000000..64a27fb1 --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/story/shiny_gear.json @@ -0,0 +1,64 @@ +{ + "display": { + "icon": { + "item": "minecraft:diamond_chestplate" + }, + "title": { + "translate": "advancements.story.shiny_gear.title" + }, + "description": { + "translate": "advancements.story.shiny_gear.description" + } + }, + "parent": "minecraft:story/mine_diamond", + "criteria": { + "diamond_helmet": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:diamond_helmet" + } + ] + } + }, + "diamond_chestplate": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:diamond_chestplate" + } + ] + } + }, + "diamond_leggings": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:diamond_leggings" + } + ] + } + }, + "diamond_boots": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:diamond_boots" + } + ] + } + } + }, + "requirements": [ + [ + "diamond_helmet", + "diamond_chestplate", + "diamond_leggings", + "diamond_boots" + ] + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/story/smelt_iron.json b/1.12.2/assets/minecraft/advancements/story/smelt_iron.json new file mode 100644 index 00000000..8a41d19e --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/story/smelt_iron.json @@ -0,0 +1,26 @@ +{ + "display": { + "icon": { + "item": "minecraft:iron_ingot" + }, + "title": { + "translate": "advancements.story.smelt_iron.title" + }, + "description": { + "translate": "advancements.story.smelt_iron.description" + } + }, + "parent": "minecraft:story/upgrade_tools", + "criteria": { + "iron": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:iron_ingot" + } + ] + } + } + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/advancements/story/upgrade_tools.json b/1.12.2/assets/minecraft/advancements/story/upgrade_tools.json new file mode 100644 index 00000000..2f8e48ab --- /dev/null +++ b/1.12.2/assets/minecraft/advancements/story/upgrade_tools.json @@ -0,0 +1,26 @@ +{ + "display": { + "icon": { + "item": "minecraft:stone_pickaxe" + }, + "title": { + "translate": "advancements.story.upgrade_tools.title" + }, + "description": { + "translate": "advancements.story.upgrade_tools.description" + } + }, + "parent": "minecraft:story/mine_stone", + "criteria": { + "stone_pickaxe": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:stone_pickaxe" + } + ] + } + } + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/blockstates/acacia_door.json b/1.12.2/assets/minecraft/blockstates/acacia_door.json new file mode 100644 index 00000000..6ef5a574 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/acacia_door.json @@ -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 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/acacia_double_slab.json b/1.12.2/assets/minecraft/blockstates/acacia_double_slab.json new file mode 100644 index 00000000..8394a73f --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/acacia_double_slab.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "acacia_planks" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/acacia_fence.json b/1.12.2/assets/minecraft/blockstates/acacia_fence.json new file mode 100644 index 00000000..784c9224 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/acacia_fence.json @@ -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 } + } + ] +} diff --git a/1.12.2/assets/minecraft/blockstates/acacia_fence_gate.json b/1.12.2/assets/minecraft/blockstates/acacia_fence_gate.json new file mode 100644 index 00000000..c7183488 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/acacia_fence_gate.json @@ -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 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/acacia_leaves.json b/1.12.2/assets/minecraft/blockstates/acacia_leaves.json new file mode 100644 index 00000000..2ea28dc3 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/acacia_leaves.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "acacia_leaves" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/acacia_log.json b/1.12.2/assets/minecraft/blockstates/acacia_log.json new file mode 100644 index 00000000..0472f8f0 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/acacia_log.json @@ -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" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/acacia_planks.json b/1.12.2/assets/minecraft/blockstates/acacia_planks.json new file mode 100644 index 00000000..8394a73f --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/acacia_planks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "acacia_planks" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/acacia_sapling.json b/1.12.2/assets/minecraft/blockstates/acacia_sapling.json new file mode 100644 index 00000000..a2c961f7 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/acacia_sapling.json @@ -0,0 +1,6 @@ +{ + "variants": { + "stage=0": { "model": "acacia_sapling" }, + "stage=1": { "model": "acacia_sapling" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/acacia_slab.json b/1.12.2/assets/minecraft/blockstates/acacia_slab.json new file mode 100644 index 00000000..b0640a9b --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/acacia_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_acacia" }, + "half=top": { "model": "upper_slab_acacia" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/acacia_stairs.json b/1.12.2/assets/minecraft/blockstates/acacia_stairs.json new file mode 100644 index 00000000..1e0f76b5 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/acacia_stairs.json @@ -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 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/activator_rail.json b/1.12.2/assets/minecraft/blockstates/activator_rail.json new file mode 100644 index 00000000..a86fd69a --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/activator_rail.json @@ -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" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/allium.json b/1.12.2/assets/minecraft/blockstates/allium.json new file mode 100644 index 00000000..88521a6a --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/allium.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "allium" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/andesite.json b/1.12.2/assets/minecraft/blockstates/andesite.json new file mode 100644 index 00000000..15b6b381 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/andesite.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "andesite" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/anvil.json b/1.12.2/assets/minecraft/blockstates/anvil.json new file mode 100644 index 00000000..c592bacf --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/anvil.json @@ -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 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/beacon.json b/1.12.2/assets/minecraft/blockstates/beacon.json new file mode 100644 index 00000000..b97af99d --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/beacon.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "beacon" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/bedrock.json b/1.12.2/assets/minecraft/blockstates/bedrock.json new file mode 100644 index 00000000..4070fc5d --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/bedrock.json @@ -0,0 +1,10 @@ +{ + "variants": { + "normal": [ + { "model": "bedrock" }, + { "model": "bedrock_mirrored" }, + { "model": "bedrock", "y": 180 }, + { "model": "bedrock_mirrored", "y": 180 } + ] + } +} diff --git a/1.12.2/assets/minecraft/blockstates/beetroots.json b/1.12.2/assets/minecraft/blockstates/beetroots.json new file mode 100644 index 00000000..d2eb71be --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/beetroots.json @@ -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" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/birch_door.json b/1.12.2/assets/minecraft/blockstates/birch_door.json new file mode 100644 index 00000000..58de25cf --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/birch_door.json @@ -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 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/birch_double_slab.json b/1.12.2/assets/minecraft/blockstates/birch_double_slab.json new file mode 100644 index 00000000..7c7d4f29 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/birch_double_slab.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "birch_planks" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/birch_fence.json b/1.12.2/assets/minecraft/blockstates/birch_fence.json new file mode 100644 index 00000000..c32430dd --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/birch_fence.json @@ -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 } + } + ] +} diff --git a/1.12.2/assets/minecraft/blockstates/birch_fence_gate.json b/1.12.2/assets/minecraft/blockstates/birch_fence_gate.json new file mode 100644 index 00000000..21ccc2bf --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/birch_fence_gate.json @@ -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 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/birch_leaves.json b/1.12.2/assets/minecraft/blockstates/birch_leaves.json new file mode 100644 index 00000000..c3fcb287 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/birch_leaves.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "birch_leaves" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/birch_log.json b/1.12.2/assets/minecraft/blockstates/birch_log.json new file mode 100644 index 00000000..b4f6085a --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/birch_log.json @@ -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" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/birch_planks.json b/1.12.2/assets/minecraft/blockstates/birch_planks.json new file mode 100644 index 00000000..7c7d4f29 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/birch_planks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "birch_planks" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/birch_sapling.json b/1.12.2/assets/minecraft/blockstates/birch_sapling.json new file mode 100644 index 00000000..3a654053 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/birch_sapling.json @@ -0,0 +1,6 @@ +{ + "variants": { + "stage=0": { "model": "birch_sapling" }, + "stage=1": { "model": "birch_sapling" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/birch_slab.json b/1.12.2/assets/minecraft/blockstates/birch_slab.json new file mode 100644 index 00000000..967ddcb0 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/birch_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_birch" }, + "half=top": { "model": "upper_slab_birch" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/birch_stairs.json b/1.12.2/assets/minecraft/blockstates/birch_stairs.json new file mode 100644 index 00000000..516cd303 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/birch_stairs.json @@ -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 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/black_carpet.json b/1.12.2/assets/minecraft/blockstates/black_carpet.json new file mode 100644 index 00000000..61e62f14 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/black_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_black" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/black_concrete.json b/1.12.2/assets/minecraft/blockstates/black_concrete.json new file mode 100644 index 00000000..5c519f58 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/black_concrete.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "black_concrete" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/black_concrete_powder.json b/1.12.2/assets/minecraft/blockstates/black_concrete_powder.json new file mode 100644 index 00000000..f91887c1 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/black_concrete_powder.json @@ -0,0 +1,10 @@ +{ + "variants": { + "normal": [ + { "model": "black_concrete_powder" }, + { "model": "black_concrete_powder", "y": 90 }, + { "model": "black_concrete_powder", "y": 180 }, + { "model": "black_concrete_powder", "y": 270 } + ] + } +} diff --git a/1.12.2/assets/minecraft/blockstates/black_glazed_terracotta.json b/1.12.2/assets/minecraft/blockstates/black_glazed_terracotta.json new file mode 100644 index 00000000..ac557141 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/black_glazed_terracotta.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "black_glazed_terracotta" }, + "facing=west": { "model": "black_glazed_terracotta", "y": 90 }, + "facing=north": { "model": "black_glazed_terracotta", "y": 180 }, + "facing=east": { "model": "black_glazed_terracotta", "y": 270 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/black_stained_glass.json b/1.12.2/assets/minecraft/blockstates/black_stained_glass.json new file mode 100644 index 00000000..6ffc12a4 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/black_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_black" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/black_stained_glass_pane.json b/1.12.2/assets/minecraft/blockstates/black_stained_glass_pane.json new file mode 100644 index 00000000..d4dc16a8 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/black_stained_glass_pane.json @@ -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 } + } + ] +} diff --git a/1.12.2/assets/minecraft/blockstates/black_stained_hardened_clay.json b/1.12.2/assets/minecraft/blockstates/black_stained_hardened_clay.json new file mode 100644 index 00000000..4bde9c28 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/black_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_black" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/black_wool.json b/1.12.2/assets/minecraft/blockstates/black_wool.json new file mode 100644 index 00000000..728ba540 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/black_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "black_wool" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/blue_carpet.json b/1.12.2/assets/minecraft/blockstates/blue_carpet.json new file mode 100644 index 00000000..d93906b5 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/blue_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_blue" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/blue_concrete.json b/1.12.2/assets/minecraft/blockstates/blue_concrete.json new file mode 100644 index 00000000..4b460239 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/blue_concrete.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "blue_concrete" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/blue_concrete_powder.json b/1.12.2/assets/minecraft/blockstates/blue_concrete_powder.json new file mode 100644 index 00000000..5201463b --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/blue_concrete_powder.json @@ -0,0 +1,10 @@ +{ + "variants": { + "normal": [ + { "model": "blue_concrete_powder" }, + { "model": "blue_concrete_powder", "y": 90 }, + { "model": "blue_concrete_powder", "y": 180 }, + { "model": "blue_concrete_powder", "y": 270 } + ] + } +} diff --git a/1.12.2/assets/minecraft/blockstates/blue_glazed_terracotta.json b/1.12.2/assets/minecraft/blockstates/blue_glazed_terracotta.json new file mode 100644 index 00000000..9effa0da --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/blue_glazed_terracotta.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "blue_glazed_terracotta" }, + "facing=west": { "model": "blue_glazed_terracotta", "y": 90 }, + "facing=north": { "model": "blue_glazed_terracotta", "y": 180 }, + "facing=east": { "model": "blue_glazed_terracotta", "y": 270 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/blue_orchid.json b/1.12.2/assets/minecraft/blockstates/blue_orchid.json new file mode 100644 index 00000000..a2e98063 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/blue_orchid.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "orchid" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/blue_stained_glass.json b/1.12.2/assets/minecraft/blockstates/blue_stained_glass.json new file mode 100644 index 00000000..ad618dd7 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/blue_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_blue" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/blue_stained_glass_pane.json b/1.12.2/assets/minecraft/blockstates/blue_stained_glass_pane.json new file mode 100644 index 00000000..79c9bdc5 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/blue_stained_glass_pane.json @@ -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 } + } + ] +} diff --git a/1.12.2/assets/minecraft/blockstates/blue_stained_hardened_clay.json b/1.12.2/assets/minecraft/blockstates/blue_stained_hardened_clay.json new file mode 100644 index 00000000..aadb0f6c --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/blue_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_blue" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/blue_wool.json b/1.12.2/assets/minecraft/blockstates/blue_wool.json new file mode 100644 index 00000000..3cfcf7fd --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/blue_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "blue_wool" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/bone_block.json b/1.12.2/assets/minecraft/blockstates/bone_block.json new file mode 100644 index 00000000..d798f42e --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/bone_block.json @@ -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 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/bookshelf.json b/1.12.2/assets/minecraft/blockstates/bookshelf.json new file mode 100644 index 00000000..175c6265 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/bookshelf.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "bookshelf" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/brewing_stand.json b/1.12.2/assets/minecraft/blockstates/brewing_stand.json new file mode 100644 index 00000000..b07ffa47 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/brewing_stand.json @@ -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" } + } + ] +} diff --git a/1.12.2/assets/minecraft/blockstates/brick_block.json b/1.12.2/assets/minecraft/blockstates/brick_block.json new file mode 100644 index 00000000..8afbf8fc --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/brick_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "brick" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/brick_double_slab.json b/1.12.2/assets/minecraft/blockstates/brick_double_slab.json new file mode 100644 index 00000000..ceb2e147 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/brick_double_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "normal": { "model": "brick" }, + "all": { "model": "brick" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/brick_slab.json b/1.12.2/assets/minecraft/blockstates/brick_slab.json new file mode 100644 index 00000000..7bdc95ee --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/brick_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_brick" }, + "half=top": { "model": "upper_slab_brick" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/brick_stairs.json b/1.12.2/assets/minecraft/blockstates/brick_stairs.json new file mode 100644 index 00000000..8c4ee95b --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/brick_stairs.json @@ -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 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/brown_carpet.json b/1.12.2/assets/minecraft/blockstates/brown_carpet.json new file mode 100644 index 00000000..e5fd2d7d --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/brown_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_brown" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/brown_concrete.json b/1.12.2/assets/minecraft/blockstates/brown_concrete.json new file mode 100644 index 00000000..3d1e69b9 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/brown_concrete.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "brown_concrete" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/brown_concrete_powder.json b/1.12.2/assets/minecraft/blockstates/brown_concrete_powder.json new file mode 100644 index 00000000..4f3cd63e --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/brown_concrete_powder.json @@ -0,0 +1,10 @@ +{ + "variants": { + "normal": [ + { "model": "brown_concrete_powder" }, + { "model": "brown_concrete_powder", "y": 90 }, + { "model": "brown_concrete_powder", "y": 180 }, + { "model": "brown_concrete_powder", "y": 270 } + ] + } +} diff --git a/1.12.2/assets/minecraft/blockstates/brown_glazed_terracotta.json b/1.12.2/assets/minecraft/blockstates/brown_glazed_terracotta.json new file mode 100644 index 00000000..e3fd6337 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/brown_glazed_terracotta.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "brown_glazed_terracotta" }, + "facing=west": { "model": "brown_glazed_terracotta", "y": 90 }, + "facing=north": { "model": "brown_glazed_terracotta", "y": 180 }, + "facing=east": { "model": "brown_glazed_terracotta", "y": 270 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/brown_mushroom.json b/1.12.2/assets/minecraft/blockstates/brown_mushroom.json new file mode 100644 index 00000000..ef1d42fb --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/brown_mushroom.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "brown_mushroom" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/brown_mushroom_block.json b/1.12.2/assets/minecraft/blockstates/brown_mushroom_block.json new file mode 100644 index 00000000..7b1cb8c0 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/brown_mushroom_block.json @@ -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" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/brown_stained_glass.json b/1.12.2/assets/minecraft/blockstates/brown_stained_glass.json new file mode 100644 index 00000000..81d4846e --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/brown_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_brown" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/brown_stained_glass_pane.json b/1.12.2/assets/minecraft/blockstates/brown_stained_glass_pane.json new file mode 100644 index 00000000..f6bd6fd0 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/brown_stained_glass_pane.json @@ -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 } + } + ] +} diff --git a/1.12.2/assets/minecraft/blockstates/brown_stained_hardened_clay.json b/1.12.2/assets/minecraft/blockstates/brown_stained_hardened_clay.json new file mode 100644 index 00000000..31e344e1 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/brown_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_brown" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/brown_wool.json b/1.12.2/assets/minecraft/blockstates/brown_wool.json new file mode 100644 index 00000000..112805f5 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/brown_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "brown_wool" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/cactus.json b/1.12.2/assets/minecraft/blockstates/cactus.json new file mode 100644 index 00000000..3212cd1d --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/cactus.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "cactus" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/cake.json b/1.12.2/assets/minecraft/blockstates/cake.json new file mode 100644 index 00000000..c0c4af29 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/cake.json @@ -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" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/carrots.json b/1.12.2/assets/minecraft/blockstates/carrots.json new file mode 100644 index 00000000..96a53471 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/carrots.json @@ -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" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/cauldron.json b/1.12.2/assets/minecraft/blockstates/cauldron.json new file mode 100644 index 00000000..885af8f4 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/cauldron.json @@ -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" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/chain_command_block.json b/1.12.2/assets/minecraft/blockstates/chain_command_block.json new file mode 100644 index 00000000..35612650 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/chain_command_block.json @@ -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 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/chiseled_brick_monster_egg.json b/1.12.2/assets/minecraft/blockstates/chiseled_brick_monster_egg.json new file mode 100644 index 00000000..ea2566b1 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/chiseled_brick_monster_egg.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "stonebrick_chiseled" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/chiseled_quartz_block.json b/1.12.2/assets/minecraft/blockstates/chiseled_quartz_block.json new file mode 100644 index 00000000..46748b15 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/chiseled_quartz_block.json @@ -0,0 +1,6 @@ +{ + "variants": { + "normal": { "model": "quartz_chiseled" } + } +} + diff --git a/1.12.2/assets/minecraft/blockstates/chiseled_red_sandstone.json b/1.12.2/assets/minecraft/blockstates/chiseled_red_sandstone.json new file mode 100644 index 00000000..f947ad85 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/chiseled_red_sandstone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "red_sandstone_chiseled" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/chiseled_sandstone.json b/1.12.2/assets/minecraft/blockstates/chiseled_sandstone.json new file mode 100644 index 00000000..96fbad32 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/chiseled_sandstone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "sandstone_chiseled" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/chiseled_stonebrick.json b/1.12.2/assets/minecraft/blockstates/chiseled_stonebrick.json new file mode 100644 index 00000000..ea2566b1 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/chiseled_stonebrick.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "stonebrick_chiseled" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/chorus_flower.json b/1.12.2/assets/minecraft/blockstates/chorus_flower.json new file mode 100644 index 00000000..12ae41ce --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/chorus_flower.json @@ -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" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/chorus_plant.json b/1.12.2/assets/minecraft/blockstates/chorus_plant.json new file mode 100644 index 00000000..fc53b768 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/chorus_plant.json @@ -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 } + ] + } + ] +} diff --git a/1.12.2/assets/minecraft/blockstates/clay.json b/1.12.2/assets/minecraft/blockstates/clay.json new file mode 100644 index 00000000..3fcd74f2 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "clay" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/coal_block.json b/1.12.2/assets/minecraft/blockstates/coal_block.json new file mode 100644 index 00000000..7ac479e1 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/coal_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "coal_block" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/coal_ore.json b/1.12.2/assets/minecraft/blockstates/coal_ore.json new file mode 100644 index 00000000..cc2ca2d2 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/coal_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "coal_ore" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/coarse_dirt.json b/1.12.2/assets/minecraft/blockstates/coarse_dirt.json new file mode 100644 index 00000000..25e19be3 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/coarse_dirt.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "coarse_dirt" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/cobblestone.json b/1.12.2/assets/minecraft/blockstates/cobblestone.json new file mode 100644 index 00000000..57bc457e --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/cobblestone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "cobblestone" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/cobblestone_double_slab.json b/1.12.2/assets/minecraft/blockstates/cobblestone_double_slab.json new file mode 100644 index 00000000..0e4e1653 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/cobblestone_double_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "normal": { "model": "cobblestone" }, + "all": { "model": "cobblestone" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/cobblestone_monster_egg.json b/1.12.2/assets/minecraft/blockstates/cobblestone_monster_egg.json new file mode 100644 index 00000000..57bc457e --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/cobblestone_monster_egg.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "cobblestone" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/cobblestone_slab.json b/1.12.2/assets/minecraft/blockstates/cobblestone_slab.json new file mode 100644 index 00000000..a55a4f31 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/cobblestone_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_cobblestone" }, + "half=top": { "model": "upper_slab_cobblestone" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/cobblestone_wall.json b/1.12.2/assets/minecraft/blockstates/cobblestone_wall.json new file mode 100644 index 00000000..8fcc3f49 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/cobblestone_wall.json @@ -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 } + } + ] +} diff --git a/1.12.2/assets/minecraft/blockstates/cocoa.json b/1.12.2/assets/minecraft/blockstates/cocoa.json new file mode 100644 index 00000000..9eda2fd9 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/cocoa.json @@ -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 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/command_block.json b/1.12.2/assets/minecraft/blockstates/command_block.json new file mode 100644 index 00000000..21451258 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/command_block.json @@ -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 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/cracked_brick_monster_egg.json b/1.12.2/assets/minecraft/blockstates/cracked_brick_monster_egg.json new file mode 100644 index 00000000..58adbf2b --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/cracked_brick_monster_egg.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "stonebrick_cracked" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/cracked_stonebrick.json b/1.12.2/assets/minecraft/blockstates/cracked_stonebrick.json new file mode 100644 index 00000000..58adbf2b --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/cracked_stonebrick.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "stonebrick_cracked" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/crafting_table.json b/1.12.2/assets/minecraft/blockstates/crafting_table.json new file mode 100644 index 00000000..ef1590ad --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/crafting_table.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "crafting_table" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/cyan_carpet.json b/1.12.2/assets/minecraft/blockstates/cyan_carpet.json new file mode 100644 index 00000000..dd9fc91f --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/cyan_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_cyan" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/cyan_concrete.json b/1.12.2/assets/minecraft/blockstates/cyan_concrete.json new file mode 100644 index 00000000..4660df11 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/cyan_concrete.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "cyan_concrete" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/cyan_concrete_powder.json b/1.12.2/assets/minecraft/blockstates/cyan_concrete_powder.json new file mode 100644 index 00000000..e6b5e022 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/cyan_concrete_powder.json @@ -0,0 +1,10 @@ +{ + "variants": { + "normal": [ + { "model": "cyan_concrete_powder" }, + { "model": "cyan_concrete_powder", "y": 90 }, + { "model": "cyan_concrete_powder", "y": 180 }, + { "model": "cyan_concrete_powder", "y": 270 } + ] + } +} diff --git a/1.12.2/assets/minecraft/blockstates/cyan_glazed_terracotta.json b/1.12.2/assets/minecraft/blockstates/cyan_glazed_terracotta.json new file mode 100644 index 00000000..d91f931c --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/cyan_glazed_terracotta.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "cyan_glazed_terracotta" }, + "facing=west": { "model": "cyan_glazed_terracotta", "y": 90 }, + "facing=north": { "model": "cyan_glazed_terracotta", "y": 180 }, + "facing=east": { "model": "cyan_glazed_terracotta", "y": 270 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/cyan_stained_glass.json b/1.12.2/assets/minecraft/blockstates/cyan_stained_glass.json new file mode 100644 index 00000000..388279f0 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/cyan_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_cyan" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/cyan_stained_glass_pane.json b/1.12.2/assets/minecraft/blockstates/cyan_stained_glass_pane.json new file mode 100644 index 00000000..488e9bdd --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/cyan_stained_glass_pane.json @@ -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 } + } + ] +} diff --git a/1.12.2/assets/minecraft/blockstates/cyan_stained_hardened_clay.json b/1.12.2/assets/minecraft/blockstates/cyan_stained_hardened_clay.json new file mode 100644 index 00000000..c67b33b9 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/cyan_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_cyan" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/cyan_wool.json b/1.12.2/assets/minecraft/blockstates/cyan_wool.json new file mode 100644 index 00000000..db589f31 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/cyan_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "cyan_wool" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/dandelion.json b/1.12.2/assets/minecraft/blockstates/dandelion.json new file mode 100644 index 00000000..6d49256e --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/dandelion.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "dandelion" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/dark_oak_door.json b/1.12.2/assets/minecraft/blockstates/dark_oak_door.json new file mode 100644 index 00000000..4681e94e --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/dark_oak_door.json @@ -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 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/dark_oak_double_slab.json b/1.12.2/assets/minecraft/blockstates/dark_oak_double_slab.json new file mode 100644 index 00000000..0dd3e069 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/dark_oak_double_slab.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "dark_oak_planks" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/dark_oak_fence.json b/1.12.2/assets/minecraft/blockstates/dark_oak_fence.json new file mode 100644 index 00000000..9d1e99b4 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/dark_oak_fence.json @@ -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 } + } + ] +} diff --git a/1.12.2/assets/minecraft/blockstates/dark_oak_fence_gate.json b/1.12.2/assets/minecraft/blockstates/dark_oak_fence_gate.json new file mode 100644 index 00000000..95c0458f --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/dark_oak_fence_gate.json @@ -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 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/dark_oak_leaves.json b/1.12.2/assets/minecraft/blockstates/dark_oak_leaves.json new file mode 100644 index 00000000..bb681958 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/dark_oak_leaves.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "dark_oak_leaves" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/dark_oak_log.json b/1.12.2/assets/minecraft/blockstates/dark_oak_log.json new file mode 100644 index 00000000..a5ce16a2 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/dark_oak_log.json @@ -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" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/dark_oak_planks.json b/1.12.2/assets/minecraft/blockstates/dark_oak_planks.json new file mode 100644 index 00000000..0dd3e069 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/dark_oak_planks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "dark_oak_planks" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/dark_oak_sapling.json b/1.12.2/assets/minecraft/blockstates/dark_oak_sapling.json new file mode 100644 index 00000000..6d1d2e97 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/dark_oak_sapling.json @@ -0,0 +1,6 @@ +{ + "variants": { + "stage=0": { "model": "dark_oak_sapling" }, + "stage=1": { "model": "dark_oak_sapling" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/dark_oak_slab.json b/1.12.2/assets/minecraft/blockstates/dark_oak_slab.json new file mode 100644 index 00000000..9b0ed649 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/dark_oak_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_dark_oak" }, + "half=top": { "model": "upper_slab_dark_oak" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/dark_oak_stairs.json b/1.12.2/assets/minecraft/blockstates/dark_oak_stairs.json new file mode 100644 index 00000000..c754e842 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/dark_oak_stairs.json @@ -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 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/dark_prismarine.json b/1.12.2/assets/minecraft/blockstates/dark_prismarine.json new file mode 100644 index 00000000..7f87a8d5 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/dark_prismarine.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "prismarine_dark" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/daylight_detector.json b/1.12.2/assets/minecraft/blockstates/daylight_detector.json new file mode 100644 index 00000000..862d7a92 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/daylight_detector.json @@ -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" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/daylight_detector_inverted.json b/1.12.2/assets/minecraft/blockstates/daylight_detector_inverted.json new file mode 100644 index 00000000..55de23be --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/daylight_detector_inverted.json @@ -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" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/dead_bush.json b/1.12.2/assets/minecraft/blockstates/dead_bush.json new file mode 100644 index 00000000..faa7eae7 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/dead_bush.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "dead_bush" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/detector_rail.json b/1.12.2/assets/minecraft/blockstates/detector_rail.json new file mode 100644 index 00000000..d5146b15 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/detector_rail.json @@ -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" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/diamond_block.json b/1.12.2/assets/minecraft/blockstates/diamond_block.json new file mode 100644 index 00000000..d8db9e5b --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/diamond_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "diamond_block" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/diamond_ore.json b/1.12.2/assets/minecraft/blockstates/diamond_ore.json new file mode 100644 index 00000000..ba58d552 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/diamond_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "diamond_ore" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/diorite.json b/1.12.2/assets/minecraft/blockstates/diorite.json new file mode 100644 index 00000000..5c6f010f --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/diorite.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "diorite" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/dirt.json b/1.12.2/assets/minecraft/blockstates/dirt.json new file mode 100644 index 00000000..16816dd1 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/dirt.json @@ -0,0 +1,10 @@ +{ + "variants": { + "normal": [ + { "model": "dirt" }, + { "model": "dirt", "y": 90 }, + { "model": "dirt", "y": 180 }, + { "model": "dirt", "y": 270 } + ] + } +} diff --git a/1.12.2/assets/minecraft/blockstates/dispenser.json b/1.12.2/assets/minecraft/blockstates/dispenser.json new file mode 100644 index 00000000..fb587384 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/dispenser.json @@ -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 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/double_fern.json b/1.12.2/assets/minecraft/blockstates/double_fern.json new file mode 100644 index 00000000..9b2ad6a8 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/double_fern.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=lower": { "model": "double_fern_bottom" }, + "half=upper": { "model": "double_fern_top" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/double_grass.json b/1.12.2/assets/minecraft/blockstates/double_grass.json new file mode 100644 index 00000000..d0971c6d --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/double_grass.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=lower": { "model": "double_grass_bottom" }, + "half=upper": { "model": "double_grass_top" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/double_rose.json b/1.12.2/assets/minecraft/blockstates/double_rose.json new file mode 100644 index 00000000..cf008d0b --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/double_rose.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=lower": { "model": "double_rose_bottom" }, + "half=upper": { "model": "double_rose_top" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/dragon_egg.json b/1.12.2/assets/minecraft/blockstates/dragon_egg.json new file mode 100644 index 00000000..16fdcfdd --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/dragon_egg.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "dragon_egg" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/dropper.json b/1.12.2/assets/minecraft/blockstates/dropper.json new file mode 100644 index 00000000..41cc1d4b --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/dropper.json @@ -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 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/emerald_block.json b/1.12.2/assets/minecraft/blockstates/emerald_block.json new file mode 100644 index 00000000..325f8287 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/emerald_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "emerald_block" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/emerald_ore.json b/1.12.2/assets/minecraft/blockstates/emerald_ore.json new file mode 100644 index 00000000..816e2b5f --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/emerald_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "emerald_ore" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/enchanting_table.json b/1.12.2/assets/minecraft/blockstates/enchanting_table.json new file mode 100644 index 00000000..33892364 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/enchanting_table.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "enchanting_table_base" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/end_bricks.json b/1.12.2/assets/minecraft/blockstates/end_bricks.json new file mode 100644 index 00000000..088e4fab --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/end_bricks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "end_bricks" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/end_portal_frame.json b/1.12.2/assets/minecraft/blockstates/end_portal_frame.json new file mode 100644 index 00000000..e44bada9 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/end_portal_frame.json @@ -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 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/end_rod.json b/1.12.2/assets/minecraft/blockstates/end_rod.json new file mode 100644 index 00000000..6b11848a --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/end_rod.json @@ -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 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/end_stone.json b/1.12.2/assets/minecraft/blockstates/end_stone.json new file mode 100644 index 00000000..cdaef3ba --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/end_stone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "end_stone" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/farmland.json b/1.12.2/assets/minecraft/blockstates/farmland.json new file mode 100644 index 00000000..7897855f --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/farmland.json @@ -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" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/fence.json b/1.12.2/assets/minecraft/blockstates/fence.json new file mode 100644 index 00000000..fc1dae48 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/fence.json @@ -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 } + } + ] +} diff --git a/1.12.2/assets/minecraft/blockstates/fence_gate.json b/1.12.2/assets/minecraft/blockstates/fence_gate.json new file mode 100644 index 00000000..52ecf366 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/fence_gate.json @@ -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 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/fern.json b/1.12.2/assets/minecraft/blockstates/fern.json new file mode 100644 index 00000000..bac41869 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/fern.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "fern" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/fire.json b/1.12.2/assets/minecraft/blockstates/fire.json new file mode 100644 index 00000000..7c76692c --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/fire.json @@ -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" } + ] + } + ] +} diff --git a/1.12.2/assets/minecraft/blockstates/flower_pot.json b/1.12.2/assets/minecraft/blockstates/flower_pot.json new file mode 100644 index 00000000..0658f2ee --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/flower_pot.json @@ -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" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/frosted_ice.json b/1.12.2/assets/minecraft/blockstates/frosted_ice.json new file mode 100644 index 00000000..278dbba6 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/frosted_ice.json @@ -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" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/furnace.json b/1.12.2/assets/minecraft/blockstates/furnace.json new file mode 100644 index 00000000..7d685396 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/furnace.json @@ -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 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/glass.json b/1.12.2/assets/minecraft/blockstates/glass.json new file mode 100644 index 00000000..21f793e8 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/glass_pane.json b/1.12.2/assets/minecraft/blockstates/glass_pane.json new file mode 100644 index 00000000..d92e3d18 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/glass_pane.json @@ -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 } + } + ] +} diff --git a/1.12.2/assets/minecraft/blockstates/glowstone.json b/1.12.2/assets/minecraft/blockstates/glowstone.json new file mode 100644 index 00000000..bb47454e --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/glowstone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glowstone" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/gold_block.json b/1.12.2/assets/minecraft/blockstates/gold_block.json new file mode 100644 index 00000000..3845d23f --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/gold_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "gold_block" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/gold_ore.json b/1.12.2/assets/minecraft/blockstates/gold_ore.json new file mode 100644 index 00000000..ce4930d9 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/gold_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "gold_ore" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/golden_rail.json b/1.12.2/assets/minecraft/blockstates/golden_rail.json new file mode 100644 index 00000000..ca4cb416 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/golden_rail.json @@ -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" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/granite.json b/1.12.2/assets/minecraft/blockstates/granite.json new file mode 100644 index 00000000..d1cb8c14 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/granite.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "granite" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/grass.json b/1.12.2/assets/minecraft/blockstates/grass.json new file mode 100644 index 00000000..e9576b4e --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/grass.json @@ -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" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/grass_path.json b/1.12.2/assets/minecraft/blockstates/grass_path.json new file mode 100644 index 00000000..e327847e --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/grass_path.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "grass_path" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/gravel.json b/1.12.2/assets/minecraft/blockstates/gravel.json new file mode 100644 index 00000000..6cbcc83a --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/gravel.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "gravel" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/gray_carpet.json b/1.12.2/assets/minecraft/blockstates/gray_carpet.json new file mode 100644 index 00000000..fb48eae5 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/gray_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_gray" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/gray_concrete.json b/1.12.2/assets/minecraft/blockstates/gray_concrete.json new file mode 100644 index 00000000..7dc67479 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/gray_concrete.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "gray_concrete" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/gray_concrete_powder.json b/1.12.2/assets/minecraft/blockstates/gray_concrete_powder.json new file mode 100644 index 00000000..a4f8c62c --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/gray_concrete_powder.json @@ -0,0 +1,10 @@ +{ + "variants": { + "normal": [ + { "model": "gray_concrete_powder" }, + { "model": "gray_concrete_powder", "y": 90 }, + { "model": "gray_concrete_powder", "y": 180 }, + { "model": "gray_concrete_powder", "y": 270 } + ] + } +} diff --git a/1.12.2/assets/minecraft/blockstates/gray_glazed_terracotta.json b/1.12.2/assets/minecraft/blockstates/gray_glazed_terracotta.json new file mode 100644 index 00000000..f5dcf9c6 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/gray_glazed_terracotta.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "gray_glazed_terracotta" }, + "facing=west": { "model": "gray_glazed_terracotta", "y": 90 }, + "facing=north": { "model": "gray_glazed_terracotta", "y": 180 }, + "facing=east": { "model": "gray_glazed_terracotta", "y": 270 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/gray_stained_glass.json b/1.12.2/assets/minecraft/blockstates/gray_stained_glass.json new file mode 100644 index 00000000..91634537 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/gray_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_gray" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/gray_stained_glass_pane.json b/1.12.2/assets/minecraft/blockstates/gray_stained_glass_pane.json new file mode 100644 index 00000000..be94cccf --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/gray_stained_glass_pane.json @@ -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 } + } + ] +} diff --git a/1.12.2/assets/minecraft/blockstates/gray_stained_hardened_clay.json b/1.12.2/assets/minecraft/blockstates/gray_stained_hardened_clay.json new file mode 100644 index 00000000..272d95b8 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/gray_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_gray" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/gray_wool.json b/1.12.2/assets/minecraft/blockstates/gray_wool.json new file mode 100644 index 00000000..7c908708 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/gray_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "gray_wool" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/green_carpet.json b/1.12.2/assets/minecraft/blockstates/green_carpet.json new file mode 100644 index 00000000..265b5642 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/green_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_green" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/green_concrete.json b/1.12.2/assets/minecraft/blockstates/green_concrete.json new file mode 100644 index 00000000..2f00f960 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/green_concrete.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "green_concrete" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/green_concrete_powder.json b/1.12.2/assets/minecraft/blockstates/green_concrete_powder.json new file mode 100644 index 00000000..1c5f60ee --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/green_concrete_powder.json @@ -0,0 +1,10 @@ +{ + "variants": { + "normal": [ + { "model": "green_concrete_powder" }, + { "model": "green_concrete_powder", "y": 90 }, + { "model": "green_concrete_powder", "y": 180 }, + { "model": "green_concrete_powder", "y": 270 } + ] + } +} diff --git a/1.12.2/assets/minecraft/blockstates/green_glazed_terracotta.json b/1.12.2/assets/minecraft/blockstates/green_glazed_terracotta.json new file mode 100644 index 00000000..19326ba5 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/green_glazed_terracotta.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "green_glazed_terracotta" }, + "facing=west": { "model": "green_glazed_terracotta", "y": 90 }, + "facing=north": { "model": "green_glazed_terracotta", "y": 180 }, + "facing=east": { "model": "green_glazed_terracotta", "y": 270 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/green_stained_glass.json b/1.12.2/assets/minecraft/blockstates/green_stained_glass.json new file mode 100644 index 00000000..e7bc0f2f --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/green_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_green" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/green_stained_glass_pane.json b/1.12.2/assets/minecraft/blockstates/green_stained_glass_pane.json new file mode 100644 index 00000000..a019569b --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/green_stained_glass_pane.json @@ -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 } + } + ] +} diff --git a/1.12.2/assets/minecraft/blockstates/green_stained_hardened_clay.json b/1.12.2/assets/minecraft/blockstates/green_stained_hardened_clay.json new file mode 100644 index 00000000..6fb1f6c1 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/green_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_green" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/green_wool.json b/1.12.2/assets/minecraft/blockstates/green_wool.json new file mode 100644 index 00000000..34d84e71 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/green_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "green_wool" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/hardened_clay.json b/1.12.2/assets/minecraft/blockstates/hardened_clay.json new file mode 100644 index 00000000..cb386870 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/hay_block.json b/1.12.2/assets/minecraft/blockstates/hay_block.json new file mode 100644 index 00000000..58c4f66a --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/hay_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "hay" }, + "axis=z": { "model": "hay", "x": 90 }, + "axis=x": { "model": "hay", "x": 90, "y": 90 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/heavy_weighted_pressure_plate.json b/1.12.2/assets/minecraft/blockstates/heavy_weighted_pressure_plate.json new file mode 100644 index 00000000..11e524cd --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/heavy_weighted_pressure_plate.json @@ -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" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/hopper.json b/1.12.2/assets/minecraft/blockstates/hopper.json new file mode 100644 index 00000000..24f53053 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/hopper.json @@ -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 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/houstonia.json b/1.12.2/assets/minecraft/blockstates/houstonia.json new file mode 100644 index 00000000..655ba021 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/houstonia.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "houstonia" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/ice.json b/1.12.2/assets/minecraft/blockstates/ice.json new file mode 100644 index 00000000..80122313 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/ice.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "ice" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/iron_bars.json b/1.12.2/assets/minecraft/blockstates/iron_bars.json new file mode 100644 index 00000000..4e576174 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/iron_bars.json @@ -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 } + } + ] +} diff --git a/1.12.2/assets/minecraft/blockstates/iron_block.json b/1.12.2/assets/minecraft/blockstates/iron_block.json new file mode 100644 index 00000000..eca5c0d3 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/iron_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "iron_block" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/iron_door.json b/1.12.2/assets/minecraft/blockstates/iron_door.json new file mode 100644 index 00000000..ceb809e5 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/iron_door.json @@ -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 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/iron_ore.json b/1.12.2/assets/minecraft/blockstates/iron_ore.json new file mode 100644 index 00000000..3365f5e0 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/iron_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "iron_ore" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/iron_trapdoor.json b/1.12.2/assets/minecraft/blockstates/iron_trapdoor.json new file mode 100644 index 00000000..13c116ee --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/iron_trapdoor.json @@ -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 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/item_frame.json b/1.12.2/assets/minecraft/blockstates/item_frame.json new file mode 100644 index 00000000..b7bbebb9 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/item_frame.json @@ -0,0 +1,6 @@ +{ + "variants": { + "normal": { "model": "item_frame" }, + "map": { "model": "item_frame_map" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/jukebox.json b/1.12.2/assets/minecraft/blockstates/jukebox.json new file mode 100644 index 00000000..6e6d0daf --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/jukebox.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "jukebox" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/jungle_door.json b/1.12.2/assets/minecraft/blockstates/jungle_door.json new file mode 100644 index 00000000..59881333 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/jungle_door.json @@ -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 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/jungle_double_slab.json b/1.12.2/assets/minecraft/blockstates/jungle_double_slab.json new file mode 100644 index 00000000..5c863ecf --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/jungle_double_slab.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "jungle_planks" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/jungle_fence.json b/1.12.2/assets/minecraft/blockstates/jungle_fence.json new file mode 100644 index 00000000..5aebefff --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/jungle_fence.json @@ -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 } + } + ] +} diff --git a/1.12.2/assets/minecraft/blockstates/jungle_fence_gate.json b/1.12.2/assets/minecraft/blockstates/jungle_fence_gate.json new file mode 100644 index 00000000..2f402711 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/jungle_fence_gate.json @@ -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 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/jungle_leaves.json b/1.12.2/assets/minecraft/blockstates/jungle_leaves.json new file mode 100644 index 00000000..e1f30d9e --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/jungle_leaves.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "jungle_leaves" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/jungle_log.json b/1.12.2/assets/minecraft/blockstates/jungle_log.json new file mode 100644 index 00000000..7b518944 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/jungle_log.json @@ -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" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/jungle_planks.json b/1.12.2/assets/minecraft/blockstates/jungle_planks.json new file mode 100644 index 00000000..5c863ecf --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/jungle_planks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "jungle_planks" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/jungle_sapling.json b/1.12.2/assets/minecraft/blockstates/jungle_sapling.json new file mode 100644 index 00000000..54391717 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/jungle_sapling.json @@ -0,0 +1,6 @@ +{ + "variants": { + "stage=0": { "model": "jungle_sapling" }, + "stage=1": { "model": "jungle_sapling" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/jungle_slab.json b/1.12.2/assets/minecraft/blockstates/jungle_slab.json new file mode 100644 index 00000000..07b026f3 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/jungle_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_jungle" }, + "half=top": { "model": "upper_slab_jungle" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/jungle_stairs.json b/1.12.2/assets/minecraft/blockstates/jungle_stairs.json new file mode 100644 index 00000000..5d14b764 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/jungle_stairs.json @@ -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 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/ladder.json b/1.12.2/assets/minecraft/blockstates/ladder.json new file mode 100644 index 00000000..8e6c6d68 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/ladder.json @@ -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 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/lapis_block.json b/1.12.2/assets/minecraft/blockstates/lapis_block.json new file mode 100644 index 00000000..1421db7b --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/lapis_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "lapis_block" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/lapis_ore.json b/1.12.2/assets/minecraft/blockstates/lapis_ore.json new file mode 100644 index 00000000..2ab096e3 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/lapis_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "lapis_ore" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/lever.json b/1.12.2/assets/minecraft/blockstates/lever.json new file mode 100644 index 00000000..5678f68b --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/lever.json @@ -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 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/light_blue_carpet.json b/1.12.2/assets/minecraft/blockstates/light_blue_carpet.json new file mode 100644 index 00000000..4337685b --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/light_blue_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_light_blue" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/light_blue_concrete.json b/1.12.2/assets/minecraft/blockstates/light_blue_concrete.json new file mode 100644 index 00000000..66ca3276 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/light_blue_concrete.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "light_blue_concrete" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/light_blue_concrete_powder.json b/1.12.2/assets/minecraft/blockstates/light_blue_concrete_powder.json new file mode 100644 index 00000000..ec10d4c6 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/light_blue_concrete_powder.json @@ -0,0 +1,10 @@ +{ + "variants": { + "normal": [ + { "model": "light_blue_concrete_powder" }, + { "model": "light_blue_concrete_powder", "y": 90 }, + { "model": "light_blue_concrete_powder", "y": 180 }, + { "model": "light_blue_concrete_powder", "y": 270 } + ] + } +} diff --git a/1.12.2/assets/minecraft/blockstates/light_blue_glazed_terracotta.json b/1.12.2/assets/minecraft/blockstates/light_blue_glazed_terracotta.json new file mode 100644 index 00000000..90ca7925 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/light_blue_glazed_terracotta.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "light_blue_glazed_terracotta" }, + "facing=west": { "model": "light_blue_glazed_terracotta", "y": 90 }, + "facing=north": { "model": "light_blue_glazed_terracotta", "y": 180 }, + "facing=east": { "model": "light_blue_glazed_terracotta", "y": 270 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/light_blue_stained_glass.json b/1.12.2/assets/minecraft/blockstates/light_blue_stained_glass.json new file mode 100644 index 00000000..ddea4a42 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/light_blue_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_light_blue" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/light_blue_stained_glass_pane.json b/1.12.2/assets/minecraft/blockstates/light_blue_stained_glass_pane.json new file mode 100644 index 00000000..33908259 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/light_blue_stained_glass_pane.json @@ -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 } + } + ] +} diff --git a/1.12.2/assets/minecraft/blockstates/light_blue_stained_hardened_clay.json b/1.12.2/assets/minecraft/blockstates/light_blue_stained_hardened_clay.json new file mode 100644 index 00000000..f579a422 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/light_blue_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_light_blue" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/light_blue_wool.json b/1.12.2/assets/minecraft/blockstates/light_blue_wool.json new file mode 100644 index 00000000..018e28f0 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/light_blue_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "light_blue_wool" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/light_weighted_pressure_plate.json b/1.12.2/assets/minecraft/blockstates/light_weighted_pressure_plate.json new file mode 100644 index 00000000..0d07c347 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/light_weighted_pressure_plate.json @@ -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" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/lime_carpet.json b/1.12.2/assets/minecraft/blockstates/lime_carpet.json new file mode 100644 index 00000000..f9ac304d --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/lime_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_lime" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/lime_concrete.json b/1.12.2/assets/minecraft/blockstates/lime_concrete.json new file mode 100644 index 00000000..34c8eb4a --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/lime_concrete.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "lime_concrete" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/lime_concrete_powder.json b/1.12.2/assets/minecraft/blockstates/lime_concrete_powder.json new file mode 100644 index 00000000..ffd8321f --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/lime_concrete_powder.json @@ -0,0 +1,10 @@ +{ + "variants": { + "normal": [ + { "model": "lime_concrete_powder" }, + { "model": "lime_concrete_powder", "y": 90 }, + { "model": "lime_concrete_powder", "y": 180 }, + { "model": "lime_concrete_powder", "y": 270 } + ] + } +} diff --git a/1.12.2/assets/minecraft/blockstates/lime_glazed_terracotta.json b/1.12.2/assets/minecraft/blockstates/lime_glazed_terracotta.json new file mode 100644 index 00000000..59c0ed12 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/lime_glazed_terracotta.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "lime_glazed_terracotta" }, + "facing=west": { "model": "lime_glazed_terracotta", "y": 90 }, + "facing=north": { "model": "lime_glazed_terracotta", "y": 180 }, + "facing=east": { "model": "lime_glazed_terracotta", "y": 270 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/lime_stained_glass.json b/1.12.2/assets/minecraft/blockstates/lime_stained_glass.json new file mode 100644 index 00000000..8f747f73 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/lime_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_lime" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/lime_stained_glass_pane.json b/1.12.2/assets/minecraft/blockstates/lime_stained_glass_pane.json new file mode 100644 index 00000000..e6498655 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/lime_stained_glass_pane.json @@ -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 } + } + ] +} diff --git a/1.12.2/assets/minecraft/blockstates/lime_stained_hardened_clay.json b/1.12.2/assets/minecraft/blockstates/lime_stained_hardened_clay.json new file mode 100644 index 00000000..1fcba4b5 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/lime_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_lime" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/lime_wool.json b/1.12.2/assets/minecraft/blockstates/lime_wool.json new file mode 100644 index 00000000..31849a63 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/lime_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "lime_wool" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/lit_furnace.json b/1.12.2/assets/minecraft/blockstates/lit_furnace.json new file mode 100644 index 00000000..42aaa48a --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/lit_furnace.json @@ -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 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/lit_pumpkin.json b/1.12.2/assets/minecraft/blockstates/lit_pumpkin.json new file mode 100644 index 00000000..bf1c4c43 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/lit_pumpkin.json @@ -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 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/lit_redstone_lamp.json b/1.12.2/assets/minecraft/blockstates/lit_redstone_lamp.json new file mode 100644 index 00000000..bf419c97 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/lit_redstone_lamp.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "lit_redstone_lamp" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/lit_redstone_ore.json b/1.12.2/assets/minecraft/blockstates/lit_redstone_ore.json new file mode 100644 index 00000000..c3242798 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/lit_redstone_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "lit_redstone_ore" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/magenta_carpet.json b/1.12.2/assets/minecraft/blockstates/magenta_carpet.json new file mode 100644 index 00000000..859951c3 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/magenta_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_magenta" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/magenta_concrete.json b/1.12.2/assets/minecraft/blockstates/magenta_concrete.json new file mode 100644 index 00000000..fcfbe4dc --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/magenta_concrete.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "magenta_concrete" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/magenta_concrete_powder.json b/1.12.2/assets/minecraft/blockstates/magenta_concrete_powder.json new file mode 100644 index 00000000..f0ee2496 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/magenta_concrete_powder.json @@ -0,0 +1,10 @@ +{ + "variants": { + "normal": [ + { "model": "magenta_concrete_powder" }, + { "model": "magenta_concrete_powder", "y": 90 }, + { "model": "magenta_concrete_powder", "y": 180 }, + { "model": "magenta_concrete_powder", "y": 270 } + ] + } +} diff --git a/1.12.2/assets/minecraft/blockstates/magenta_glazed_terracotta.json b/1.12.2/assets/minecraft/blockstates/magenta_glazed_terracotta.json new file mode 100644 index 00000000..5437c7da --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/magenta_glazed_terracotta.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "magenta_glazed_terracotta" }, + "facing=west": { "model": "magenta_glazed_terracotta", "y": 90 }, + "facing=north": { "model": "magenta_glazed_terracotta", "y": 180 }, + "facing=east": { "model": "magenta_glazed_terracotta", "y": 270 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/magenta_stained_glass.json b/1.12.2/assets/minecraft/blockstates/magenta_stained_glass.json new file mode 100644 index 00000000..173e017f --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/magenta_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_magenta" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/magenta_stained_glass_pane.json b/1.12.2/assets/minecraft/blockstates/magenta_stained_glass_pane.json new file mode 100644 index 00000000..fffdacd3 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/magenta_stained_glass_pane.json @@ -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 } + } + ] +} diff --git a/1.12.2/assets/minecraft/blockstates/magenta_stained_hardened_clay.json b/1.12.2/assets/minecraft/blockstates/magenta_stained_hardened_clay.json new file mode 100644 index 00000000..f380de69 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/magenta_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_magenta" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/magenta_wool.json b/1.12.2/assets/minecraft/blockstates/magenta_wool.json new file mode 100644 index 00000000..86d8c5f8 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/magenta_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "magenta_wool" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/magma.json b/1.12.2/assets/minecraft/blockstates/magma.json new file mode 100644 index 00000000..eaa0112b --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/magma.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "magma" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/melon_block.json b/1.12.2/assets/minecraft/blockstates/melon_block.json new file mode 100644 index 00000000..68909f15 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/melon_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "melon" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/melon_stem.json b/1.12.2/assets/minecraft/blockstates/melon_stem.json new file mode 100644 index 00000000..44519d66 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/melon_stem.json @@ -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 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/mob_spawner.json b/1.12.2/assets/minecraft/blockstates/mob_spawner.json new file mode 100644 index 00000000..a90c1127 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/mob_spawner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "mob_spawner_cage" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/mossy_brick_monster_egg.json b/1.12.2/assets/minecraft/blockstates/mossy_brick_monster_egg.json new file mode 100644 index 00000000..5a220cde --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/mossy_brick_monster_egg.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "stonebrick_mossy" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/mossy_cobblestone.json b/1.12.2/assets/minecraft/blockstates/mossy_cobblestone.json new file mode 100644 index 00000000..8c2387ac --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/mossy_cobblestone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "mossy_cobblestone" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/mossy_cobblestone_wall.json b/1.12.2/assets/minecraft/blockstates/mossy_cobblestone_wall.json new file mode 100644 index 00000000..e4a7314c --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/mossy_cobblestone_wall.json @@ -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 } + } + ] +} diff --git a/1.12.2/assets/minecraft/blockstates/mossy_stonebrick.json b/1.12.2/assets/minecraft/blockstates/mossy_stonebrick.json new file mode 100644 index 00000000..5a220cde --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/mossy_stonebrick.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "stonebrick_mossy" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/mycelium.json b/1.12.2/assets/minecraft/blockstates/mycelium.json new file mode 100644 index 00000000..015296d5 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/mycelium.json @@ -0,0 +1,6 @@ +{ + "variants": { + "snowy=false": { "model": "mycelium" }, + "snowy=true": { "model": "grass_snowed" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/nether_brick.json b/1.12.2/assets/minecraft/blockstates/nether_brick.json new file mode 100644 index 00000000..c43139da --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/nether_brick.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "nether_brick" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/nether_brick_double_slab.json b/1.12.2/assets/minecraft/blockstates/nether_brick_double_slab.json new file mode 100644 index 00000000..245f8348 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/nether_brick_double_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "normal": { "model": "nether_brick" }, + "all": { "model": "nether_brick" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/nether_brick_fence.json b/1.12.2/assets/minecraft/blockstates/nether_brick_fence.json new file mode 100644 index 00000000..0df4111e --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/nether_brick_fence.json @@ -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 } + } + ] +} diff --git a/1.12.2/assets/minecraft/blockstates/nether_brick_slab.json b/1.12.2/assets/minecraft/blockstates/nether_brick_slab.json new file mode 100644 index 00000000..f240d08d --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/nether_brick_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_nether_brick" }, + "half=top": { "model": "upper_slab_nether_brick" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/nether_brick_stairs.json b/1.12.2/assets/minecraft/blockstates/nether_brick_stairs.json new file mode 100644 index 00000000..59f1fb7f --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/nether_brick_stairs.json @@ -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 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/nether_wart.json b/1.12.2/assets/minecraft/blockstates/nether_wart.json new file mode 100644 index 00000000..64c5d34c --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/nether_wart.json @@ -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" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/nether_wart_block.json b/1.12.2/assets/minecraft/blockstates/nether_wart_block.json new file mode 100644 index 00000000..1170efa3 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/nether_wart_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "nether_wart_block" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/netherrack.json b/1.12.2/assets/minecraft/blockstates/netherrack.json new file mode 100644 index 00000000..2c1f9361 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/netherrack.json @@ -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 } + ] + } +} diff --git a/1.12.2/assets/minecraft/blockstates/noteblock.json b/1.12.2/assets/minecraft/blockstates/noteblock.json new file mode 100644 index 00000000..e7bc8e62 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/noteblock.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "noteblock" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/oak_double_slab.json b/1.12.2/assets/minecraft/blockstates/oak_double_slab.json new file mode 100644 index 00000000..1af29d1a --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/oak_double_slab.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "oak_planks" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/oak_leaves.json b/1.12.2/assets/minecraft/blockstates/oak_leaves.json new file mode 100644 index 00000000..fb786141 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/oak_leaves.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "oak_leaves" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/oak_log.json b/1.12.2/assets/minecraft/blockstates/oak_log.json new file mode 100644 index 00000000..a117c46d --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/oak_log.json @@ -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" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/oak_planks.json b/1.12.2/assets/minecraft/blockstates/oak_planks.json new file mode 100644 index 00000000..1af29d1a --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/oak_planks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "oak_planks" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/oak_sapling.json b/1.12.2/assets/minecraft/blockstates/oak_sapling.json new file mode 100644 index 00000000..177b4bb8 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/oak_sapling.json @@ -0,0 +1,6 @@ +{ + "variants": { + "stage=0": { "model": "oak_sapling" }, + "stage=1": { "model": "oak_sapling" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/oak_slab.json b/1.12.2/assets/minecraft/blockstates/oak_slab.json new file mode 100644 index 00000000..80d06ee7 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/oak_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_oak" }, + "half=top": { "model": "upper_slab_oak" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/oak_stairs.json b/1.12.2/assets/minecraft/blockstates/oak_stairs.json new file mode 100644 index 00000000..8baa5ad9 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/oak_stairs.json @@ -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 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/observer.json b/1.12.2/assets/minecraft/blockstates/observer.json new file mode 100644 index 00000000..07eab762 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/observer.json @@ -0,0 +1,16 @@ +{ + "variants": { + "facing=up,powered=false": { "model": "observer", "x": 270 }, + "facing=down,powered=false": { "model": "observer", "x": 90 }, + "facing=north,powered=false": { "model": "observer" }, + "facing=south,powered=false": { "model": "observer", "y": 180 }, + "facing=west,powered=false": { "model": "observer", "y": 270 }, + "facing=east,powered=false": { "model": "observer", "y": 90 }, + "facing=up,powered=true": { "model": "observer_powered", "x": 270 }, + "facing=down,powered=true": { "model": "observer_powered", "x": 90 }, + "facing=north,powered=true": { "model": "observer_powered" }, + "facing=south,powered=true": { "model": "observer_powered", "y": 180 }, + "facing=west,powered=true": { "model": "observer_powered", "y": 270 }, + "facing=east,powered=true": { "model": "observer_powered", "y": 90 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/obsidian.json b/1.12.2/assets/minecraft/blockstates/obsidian.json new file mode 100644 index 00000000..02218430 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/obsidian.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "obsidian" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/orange_carpet.json b/1.12.2/assets/minecraft/blockstates/orange_carpet.json new file mode 100644 index 00000000..36716cbe --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/orange_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_orange" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/orange_concrete.json b/1.12.2/assets/minecraft/blockstates/orange_concrete.json new file mode 100644 index 00000000..9e39dd8c --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/orange_concrete.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "orange_concrete" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/orange_concrete_powder.json b/1.12.2/assets/minecraft/blockstates/orange_concrete_powder.json new file mode 100644 index 00000000..5e9f8af4 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/orange_concrete_powder.json @@ -0,0 +1,10 @@ +{ + "variants": { + "normal": [ + { "model": "orange_concrete_powder" }, + { "model": "orange_concrete_powder", "y": 90 }, + { "model": "orange_concrete_powder", "y": 180 }, + { "model": "orange_concrete_powder", "y": 270 } + ] + } +} diff --git a/1.12.2/assets/minecraft/blockstates/orange_glazed_terracotta.json b/1.12.2/assets/minecraft/blockstates/orange_glazed_terracotta.json new file mode 100644 index 00000000..49a89789 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/orange_glazed_terracotta.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "orange_glazed_terracotta" }, + "facing=west": { "model": "orange_glazed_terracotta", "y": 90 }, + "facing=north": { "model": "orange_glazed_terracotta", "y": 180 }, + "facing=east": { "model": "orange_glazed_terracotta", "y": 270 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/orange_stained_glass.json b/1.12.2/assets/minecraft/blockstates/orange_stained_glass.json new file mode 100644 index 00000000..57cf8d4e --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/orange_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_orange" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/orange_stained_glass_pane.json b/1.12.2/assets/minecraft/blockstates/orange_stained_glass_pane.json new file mode 100644 index 00000000..0e3593e7 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/orange_stained_glass_pane.json @@ -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 } + } + ] +} diff --git a/1.12.2/assets/minecraft/blockstates/orange_stained_hardened_clay.json b/1.12.2/assets/minecraft/blockstates/orange_stained_hardened_clay.json new file mode 100644 index 00000000..c242910f --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/orange_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_orange" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/orange_tulip.json b/1.12.2/assets/minecraft/blockstates/orange_tulip.json new file mode 100644 index 00000000..7c9ba206 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/orange_tulip.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "orange_tulip" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/orange_wool.json b/1.12.2/assets/minecraft/blockstates/orange_wool.json new file mode 100644 index 00000000..6aeda3ad --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/orange_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "orange_wool" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/oxeye_daisy.json b/1.12.2/assets/minecraft/blockstates/oxeye_daisy.json new file mode 100644 index 00000000..178c10a8 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/oxeye_daisy.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "daisy" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/packed_ice.json b/1.12.2/assets/minecraft/blockstates/packed_ice.json new file mode 100644 index 00000000..c0de5b2a --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/packed_ice.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "packed_ice" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/paeonia.json b/1.12.2/assets/minecraft/blockstates/paeonia.json new file mode 100644 index 00000000..f96923bc --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/paeonia.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=lower": { "model": "double_paeonia_bottom" }, + "half=upper": { "model": "double_paeonia_top" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/pink_carpet.json b/1.12.2/assets/minecraft/blockstates/pink_carpet.json new file mode 100644 index 00000000..d040f3d4 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/pink_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_pink" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/pink_concrete.json b/1.12.2/assets/minecraft/blockstates/pink_concrete.json new file mode 100644 index 00000000..ef8b1e06 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/pink_concrete.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "pink_concrete" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/pink_concrete_powder.json b/1.12.2/assets/minecraft/blockstates/pink_concrete_powder.json new file mode 100644 index 00000000..169261b9 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/pink_concrete_powder.json @@ -0,0 +1,10 @@ +{ + "variants": { + "normal": [ + { "model": "pink_concrete_powder" }, + { "model": "pink_concrete_powder", "y": 90 }, + { "model": "pink_concrete_powder", "y": 180 }, + { "model": "pink_concrete_powder", "y": 270 } + ] + } +} diff --git a/1.12.2/assets/minecraft/blockstates/pink_glazed_terracotta.json b/1.12.2/assets/minecraft/blockstates/pink_glazed_terracotta.json new file mode 100644 index 00000000..b8db1a8f --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/pink_glazed_terracotta.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "pink_glazed_terracotta" }, + "facing=west": { "model": "pink_glazed_terracotta", "y": 90 }, + "facing=north": { "model": "pink_glazed_terracotta", "y": 180 }, + "facing=east": { "model": "pink_glazed_terracotta", "y": 270 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/pink_stained_glass.json b/1.12.2/assets/minecraft/blockstates/pink_stained_glass.json new file mode 100644 index 00000000..14d9fcf7 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/pink_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_pink" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/pink_stained_glass_pane.json b/1.12.2/assets/minecraft/blockstates/pink_stained_glass_pane.json new file mode 100644 index 00000000..a6f5a599 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/pink_stained_glass_pane.json @@ -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 } + } + ] +} diff --git a/1.12.2/assets/minecraft/blockstates/pink_stained_hardened_clay.json b/1.12.2/assets/minecraft/blockstates/pink_stained_hardened_clay.json new file mode 100644 index 00000000..d9ca1c6d --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/pink_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_pink" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/pink_tulip.json b/1.12.2/assets/minecraft/blockstates/pink_tulip.json new file mode 100644 index 00000000..5902262f --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/pink_tulip.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "pink_tulip" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/pink_wool.json b/1.12.2/assets/minecraft/blockstates/pink_wool.json new file mode 100644 index 00000000..fcdaa96c --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/pink_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "pink_wool" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/piston.json b/1.12.2/assets/minecraft/blockstates/piston.json new file mode 100644 index 00000000..7c40cc7c --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/piston.json @@ -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 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/piston_head.json b/1.12.2/assets/minecraft/blockstates/piston_head.json new file mode 100644 index 00000000..e3014a0d --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/piston_head.json @@ -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 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/podzol.json b/1.12.2/assets/minecraft/blockstates/podzol.json new file mode 100644 index 00000000..464924a2 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/podzol.json @@ -0,0 +1,6 @@ +{ + "variants": { + "snowy=false": { "model": "podzol" }, + "snowy=true": { "model": "grass_snowed" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/poppy.json b/1.12.2/assets/minecraft/blockstates/poppy.json new file mode 100644 index 00000000..fce0638a --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/poppy.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "poppy" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/portal.json b/1.12.2/assets/minecraft/blockstates/portal.json new file mode 100644 index 00000000..7fe9eb01 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/portal.json @@ -0,0 +1,6 @@ +{ + "variants": { + "axis=z": { "model": "portal_ew" }, + "axis=x": { "model": "portal_ns" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/potatoes.json b/1.12.2/assets/minecraft/blockstates/potatoes.json new file mode 100644 index 00000000..de8f92dc --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/potatoes.json @@ -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" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/powered_comparator.json b/1.12.2/assets/minecraft/blockstates/powered_comparator.json new file mode 100644 index 00000000..9f753e61 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/powered_comparator.json @@ -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 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/powered_repeater.json b/1.12.2/assets/minecraft/blockstates/powered_repeater.json new file mode 100644 index 00000000..deff0c2c --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/powered_repeater.json @@ -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 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/prismarine.json b/1.12.2/assets/minecraft/blockstates/prismarine.json new file mode 100644 index 00000000..9de572d5 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/prismarine.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "prismarine_rough" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/prismarine_bricks.json b/1.12.2/assets/minecraft/blockstates/prismarine_bricks.json new file mode 100644 index 00000000..1d588d7a --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/prismarine_bricks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "prismarine_bricks" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/pumpkin.json b/1.12.2/assets/minecraft/blockstates/pumpkin.json new file mode 100644 index 00000000..f3454bfe --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/pumpkin.json @@ -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 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/pumpkin_stem.json b/1.12.2/assets/minecraft/blockstates/pumpkin_stem.json new file mode 100644 index 00000000..90b9d694 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/pumpkin_stem.json @@ -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 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/purple_carpet.json b/1.12.2/assets/minecraft/blockstates/purple_carpet.json new file mode 100644 index 00000000..7179f256 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/purple_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_purple" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/purple_concrete.json b/1.12.2/assets/minecraft/blockstates/purple_concrete.json new file mode 100644 index 00000000..25b1377c --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/purple_concrete.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "purple_concrete" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/purple_concrete_powder.json b/1.12.2/assets/minecraft/blockstates/purple_concrete_powder.json new file mode 100644 index 00000000..db36d76f --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/purple_concrete_powder.json @@ -0,0 +1,10 @@ +{ + "variants": { + "normal": [ + { "model": "purple_concrete_powder" }, + { "model": "purple_concrete_powder", "y": 90 }, + { "model": "purple_concrete_powder", "y": 180 }, + { "model": "purple_concrete_powder", "y": 270 } + ] + } +} diff --git a/1.12.2/assets/minecraft/blockstates/purple_glazed_terracotta.json b/1.12.2/assets/minecraft/blockstates/purple_glazed_terracotta.json new file mode 100644 index 00000000..2d1a5172 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/purple_glazed_terracotta.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "purple_glazed_terracotta" }, + "facing=west": { "model": "purple_glazed_terracotta", "y": 90 }, + "facing=north": { "model": "purple_glazed_terracotta", "y": 180 }, + "facing=east": { "model": "purple_glazed_terracotta", "y": 270 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/purple_stained_glass.json b/1.12.2/assets/minecraft/blockstates/purple_stained_glass.json new file mode 100644 index 00000000..a55b6ef3 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/purple_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_purple" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/purple_stained_glass_pane.json b/1.12.2/assets/minecraft/blockstates/purple_stained_glass_pane.json new file mode 100644 index 00000000..b9b7cf3d --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/purple_stained_glass_pane.json @@ -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 } + } + ] +} diff --git a/1.12.2/assets/minecraft/blockstates/purple_stained_hardened_clay.json b/1.12.2/assets/minecraft/blockstates/purple_stained_hardened_clay.json new file mode 100644 index 00000000..b595cb63 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/purple_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_purple" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/purple_wool.json b/1.12.2/assets/minecraft/blockstates/purple_wool.json new file mode 100644 index 00000000..8f4b000f --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/purple_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "purple_wool" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/purpur_block.json b/1.12.2/assets/minecraft/blockstates/purpur_block.json new file mode 100644 index 00000000..6a891ac5 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/purpur_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "purpur_block" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/purpur_double_slab.json b/1.12.2/assets/minecraft/blockstates/purpur_double_slab.json new file mode 100644 index 00000000..23a3a290 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/purpur_double_slab.json @@ -0,0 +1,5 @@ +{ + "variants": { + "variant=default": { "model": "purpur_block" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/purpur_pillar.json b/1.12.2/assets/minecraft/blockstates/purpur_pillar.json new file mode 100644 index 00000000..cf542681 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/purpur_pillar.json @@ -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 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/purpur_slab.json b/1.12.2/assets/minecraft/blockstates/purpur_slab.json new file mode 100644 index 00000000..7e84a35f --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/purpur_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom,variant=default": { "model": "half_slab_purpur" }, + "half=top,variant=default": { "model": "upper_slab_purpur" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/purpur_stairs.json b/1.12.2/assets/minecraft/blockstates/purpur_stairs.json new file mode 100644 index 00000000..814bda49 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/purpur_stairs.json @@ -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 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/quartz_block.json b/1.12.2/assets/minecraft/blockstates/quartz_block.json new file mode 100644 index 00000000..821966c1 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/quartz_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "quartz_normal" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/quartz_column.json b/1.12.2/assets/minecraft/blockstates/quartz_column.json new file mode 100644 index 00000000..015e0f26 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/quartz_column.json @@ -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 } + } +} + diff --git a/1.12.2/assets/minecraft/blockstates/quartz_double_slab.json b/1.12.2/assets/minecraft/blockstates/quartz_double_slab.json new file mode 100644 index 00000000..c744e7b9 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/quartz_double_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "normal": { "model": "quartz_normal" }, + "all": { "model": "quartz_top" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/quartz_ore.json b/1.12.2/assets/minecraft/blockstates/quartz_ore.json new file mode 100644 index 00000000..759fb794 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/quartz_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "quartz_ore" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/quartz_slab.json b/1.12.2/assets/minecraft/blockstates/quartz_slab.json new file mode 100644 index 00000000..566f0e22 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/quartz_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_quartz" }, + "half=top": { "model": "upper_slab_quartz" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/quartz_stairs.json b/1.12.2/assets/minecraft/blockstates/quartz_stairs.json new file mode 100644 index 00000000..ac83327d --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/quartz_stairs.json @@ -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 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/rail.json b/1.12.2/assets/minecraft/blockstates/rail.json new file mode 100644 index 00000000..7d8b5b58 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/rail.json @@ -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 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/red_carpet.json b/1.12.2/assets/minecraft/blockstates/red_carpet.json new file mode 100644 index 00000000..9c02d568 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/red_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_red" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/red_concrete.json b/1.12.2/assets/minecraft/blockstates/red_concrete.json new file mode 100644 index 00000000..426d8356 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/red_concrete.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "red_concrete" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/red_concrete_powder.json b/1.12.2/assets/minecraft/blockstates/red_concrete_powder.json new file mode 100644 index 00000000..4ee8ef1c --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/red_concrete_powder.json @@ -0,0 +1,10 @@ +{ + "variants": { + "normal": [ + { "model": "red_concrete_powder" }, + { "model": "red_concrete_powder", "y": 90 }, + { "model": "red_concrete_powder", "y": 180 }, + { "model": "red_concrete_powder", "y": 270 } + ] + } +} diff --git a/1.12.2/assets/minecraft/blockstates/red_glazed_terracotta.json b/1.12.2/assets/minecraft/blockstates/red_glazed_terracotta.json new file mode 100644 index 00000000..89f8a3e7 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/red_glazed_terracotta.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "red_glazed_terracotta" }, + "facing=west": { "model": "red_glazed_terracotta", "y": 90 }, + "facing=north": { "model": "red_glazed_terracotta", "y": 180 }, + "facing=east": { "model": "red_glazed_terracotta", "y": 270 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/red_mushroom.json b/1.12.2/assets/minecraft/blockstates/red_mushroom.json new file mode 100644 index 00000000..2e43aa3c --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/red_mushroom.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "red_mushroom" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/red_mushroom_block.json b/1.12.2/assets/minecraft/blockstates/red_mushroom_block.json new file mode 100644 index 00000000..5ff4c878 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/red_mushroom_block.json @@ -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" } + } +} + diff --git a/1.12.2/assets/minecraft/blockstates/red_nether_brick.json b/1.12.2/assets/minecraft/blockstates/red_nether_brick.json new file mode 100644 index 00000000..bfe907f8 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/red_nether_brick.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "red_nether_brick" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/red_sand.json b/1.12.2/assets/minecraft/blockstates/red_sand.json new file mode 100644 index 00000000..a82f5182 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/red_sand.json @@ -0,0 +1,10 @@ +{ + "variants": { + "normal": [ + { "model": "red_sand" }, + { "model": "red_sand", "y": 90 }, + { "model": "red_sand", "y": 180 }, + { "model": "red_sand", "y": 270 } + ] + } +} diff --git a/1.12.2/assets/minecraft/blockstates/red_sandstone.json b/1.12.2/assets/minecraft/blockstates/red_sandstone.json new file mode 100644 index 00000000..4ba4ec54 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/red_sandstone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "red_sandstone_normal" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/red_sandstone_double_slab.json b/1.12.2/assets/minecraft/blockstates/red_sandstone_double_slab.json new file mode 100644 index 00000000..9f5247d9 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/red_sandstone_double_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "normal": { "model": "red_sandstone_normal" }, + "all": { "model": "red_sandstone_all" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/red_sandstone_slab.json b/1.12.2/assets/minecraft/blockstates/red_sandstone_slab.json new file mode 100644 index 00000000..aa74a599 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/red_sandstone_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_red_sandstone" }, + "half=top": { "model": "upper_slab_red_sandstone" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/red_sandstone_stairs.json b/1.12.2/assets/minecraft/blockstates/red_sandstone_stairs.json new file mode 100644 index 00000000..985541b7 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/red_sandstone_stairs.json @@ -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 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/red_stained_glass.json b/1.12.2/assets/minecraft/blockstates/red_stained_glass.json new file mode 100644 index 00000000..7b33fa38 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/red_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_red" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/red_stained_glass_pane.json b/1.12.2/assets/minecraft/blockstates/red_stained_glass_pane.json new file mode 100644 index 00000000..2a2c403f --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/red_stained_glass_pane.json @@ -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 } + } + ] +} diff --git a/1.12.2/assets/minecraft/blockstates/red_stained_hardened_clay.json b/1.12.2/assets/minecraft/blockstates/red_stained_hardened_clay.json new file mode 100644 index 00000000..727c74cb --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/red_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_red" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/red_tulip.json b/1.12.2/assets/minecraft/blockstates/red_tulip.json new file mode 100644 index 00000000..fb1cdab0 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/red_tulip.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "red_tulip" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/red_wool.json b/1.12.2/assets/minecraft/blockstates/red_wool.json new file mode 100644 index 00000000..cfb8ed2a --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/red_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "red_wool" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/redstone_block.json b/1.12.2/assets/minecraft/blockstates/redstone_block.json new file mode 100644 index 00000000..e22811fd --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/redstone_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "redstone_block" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/redstone_lamp.json b/1.12.2/assets/minecraft/blockstates/redstone_lamp.json new file mode 100644 index 00000000..195cc9b1 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/redstone_lamp.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "unlit_redstone_lamp" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/redstone_ore.json b/1.12.2/assets/minecraft/blockstates/redstone_ore.json new file mode 100644 index 00000000..f11fd3b3 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/redstone_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "redstone_ore" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/redstone_torch.json b/1.12.2/assets/minecraft/blockstates/redstone_torch.json new file mode 100644 index 00000000..0b960a88 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/redstone_torch.json @@ -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 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/redstone_wire.json b/1.12.2/assets/minecraft/blockstates/redstone_wire.json new file mode 100644 index 00000000..3945bae1 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/redstone_wire.json @@ -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 } + } + ] +} diff --git a/1.12.2/assets/minecraft/blockstates/reeds.json b/1.12.2/assets/minecraft/blockstates/reeds.json new file mode 100644 index 00000000..93ceec85 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/reeds.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "reeds" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/repeating_command_block.json b/1.12.2/assets/minecraft/blockstates/repeating_command_block.json new file mode 100644 index 00000000..ba9da592 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/repeating_command_block.json @@ -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 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/sand.json b/1.12.2/assets/minecraft/blockstates/sand.json new file mode 100644 index 00000000..f4be92bb --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/sand.json @@ -0,0 +1,10 @@ +{ + "variants": { + "normal": [ + { "model": "sand" }, + { "model": "sand", "y": 90 }, + { "model": "sand", "y": 180 }, + { "model": "sand", "y": 270 } + ] + } +} diff --git a/1.12.2/assets/minecraft/blockstates/sandstone.json b/1.12.2/assets/minecraft/blockstates/sandstone.json new file mode 100644 index 00000000..eca69194 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/sandstone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "sandstone_normal" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/sandstone_double_slab.json b/1.12.2/assets/minecraft/blockstates/sandstone_double_slab.json new file mode 100644 index 00000000..bed0dfce --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/sandstone_double_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "normal": { "model": "sandstone_normal" }, + "all": { "model": "sandstone_all" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/sandstone_slab.json b/1.12.2/assets/minecraft/blockstates/sandstone_slab.json new file mode 100644 index 00000000..e5ff1c37 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/sandstone_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_sandstone" }, + "half=top": { "model": "upper_slab_sandstone" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/sandstone_stairs.json b/1.12.2/assets/minecraft/blockstates/sandstone_stairs.json new file mode 100644 index 00000000..819c2e2e --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/sandstone_stairs.json @@ -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 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/sea_lantern.json b/1.12.2/assets/minecraft/blockstates/sea_lantern.json new file mode 100644 index 00000000..f1d4b9e4 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/sea_lantern.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "sea_lantern" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/silver_carpet.json b/1.12.2/assets/minecraft/blockstates/silver_carpet.json new file mode 100644 index 00000000..6f588835 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/silver_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_silver" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/silver_concrete.json b/1.12.2/assets/minecraft/blockstates/silver_concrete.json new file mode 100644 index 00000000..c236e648 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/silver_concrete.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "silver_concrete" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/silver_concrete_powder.json b/1.12.2/assets/minecraft/blockstates/silver_concrete_powder.json new file mode 100644 index 00000000..10e1933a --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/silver_concrete_powder.json @@ -0,0 +1,10 @@ +{ + "variants": { + "normal": [ + { "model": "silver_concrete_powder" }, + { "model": "silver_concrete_powder", "y": 90 }, + { "model": "silver_concrete_powder", "y": 180 }, + { "model": "silver_concrete_powder", "y": 270 } + ] + } +} diff --git a/1.12.2/assets/minecraft/blockstates/silver_glazed_terracotta.json b/1.12.2/assets/minecraft/blockstates/silver_glazed_terracotta.json new file mode 100644 index 00000000..72cc2a4b --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/silver_glazed_terracotta.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "silver_glazed_terracotta" }, + "facing=west": { "model": "silver_glazed_terracotta", "y": 90 }, + "facing=north": { "model": "silver_glazed_terracotta", "y": 180 }, + "facing=east": { "model": "silver_glazed_terracotta", "y": 270 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/silver_stained_glass.json b/1.12.2/assets/minecraft/blockstates/silver_stained_glass.json new file mode 100644 index 00000000..26061de3 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/silver_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_silver" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/silver_stained_glass_pane.json b/1.12.2/assets/minecraft/blockstates/silver_stained_glass_pane.json new file mode 100644 index 00000000..bcf6126d --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/silver_stained_glass_pane.json @@ -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 } + } + ] +} diff --git a/1.12.2/assets/minecraft/blockstates/silver_stained_hardened_clay.json b/1.12.2/assets/minecraft/blockstates/silver_stained_hardened_clay.json new file mode 100644 index 00000000..069acc48 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/silver_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_silver" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/silver_wool.json b/1.12.2/assets/minecraft/blockstates/silver_wool.json new file mode 100644 index 00000000..09da066f --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/silver_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "silver_wool" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/slime.json b/1.12.2/assets/minecraft/blockstates/slime.json new file mode 100644 index 00000000..7c2bbd61 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/slime.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "slime" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/smooth_andesite.json b/1.12.2/assets/minecraft/blockstates/smooth_andesite.json new file mode 100644 index 00000000..a48e2054 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/smooth_andesite.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "andesite_smooth" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/smooth_diorite.json b/1.12.2/assets/minecraft/blockstates/smooth_diorite.json new file mode 100644 index 00000000..213183ef --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/smooth_diorite.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "diorite_smooth" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/smooth_granite.json b/1.12.2/assets/minecraft/blockstates/smooth_granite.json new file mode 100644 index 00000000..bc6bda06 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/smooth_granite.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "granite_smooth" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/smooth_red_sandstone.json b/1.12.2/assets/minecraft/blockstates/smooth_red_sandstone.json new file mode 100644 index 00000000..199c1371 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/smooth_red_sandstone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "red_sandstone_smooth" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/smooth_sandstone.json b/1.12.2/assets/minecraft/blockstates/smooth_sandstone.json new file mode 100644 index 00000000..9d65c5d8 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/smooth_sandstone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "sandstone_smooth" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/snow.json b/1.12.2/assets/minecraft/blockstates/snow.json new file mode 100644 index 00000000..e1885043 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/snow.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "snow" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/snow_layer.json b/1.12.2/assets/minecraft/blockstates/snow_layer.json new file mode 100644 index 00000000..95cd5b17 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/snow_layer.json @@ -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" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/soul_sand.json b/1.12.2/assets/minecraft/blockstates/soul_sand.json new file mode 100644 index 00000000..b62b8075 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/soul_sand.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "soul_sand" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/sponge.json b/1.12.2/assets/minecraft/blockstates/sponge.json new file mode 100644 index 00000000..dacbb14c --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/sponge.json @@ -0,0 +1,6 @@ +{ + "variants": { + "wet=false": { "model": "sponge" }, + "wet=true": { "model": "sponge_wet" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/spruce_door.json b/1.12.2/assets/minecraft/blockstates/spruce_door.json new file mode 100644 index 00000000..202313de --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/spruce_door.json @@ -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 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/spruce_double_slab.json b/1.12.2/assets/minecraft/blockstates/spruce_double_slab.json new file mode 100644 index 00000000..e2d11daf --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/spruce_double_slab.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "spruce_planks" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/spruce_fence.json b/1.12.2/assets/minecraft/blockstates/spruce_fence.json new file mode 100644 index 00000000..d35cfb06 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/spruce_fence.json @@ -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 } + } + ] +} diff --git a/1.12.2/assets/minecraft/blockstates/spruce_fence_gate.json b/1.12.2/assets/minecraft/blockstates/spruce_fence_gate.json new file mode 100644 index 00000000..860751f4 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/spruce_fence_gate.json @@ -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 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/spruce_leaves.json b/1.12.2/assets/minecraft/blockstates/spruce_leaves.json new file mode 100644 index 00000000..7f03d7dc --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/spruce_leaves.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "spruce_leaves" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/spruce_log.json b/1.12.2/assets/minecraft/blockstates/spruce_log.json new file mode 100644 index 00000000..74b4aab9 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/spruce_log.json @@ -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" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/spruce_planks.json b/1.12.2/assets/minecraft/blockstates/spruce_planks.json new file mode 100644 index 00000000..e2d11daf --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/spruce_planks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "spruce_planks" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/spruce_sapling.json b/1.12.2/assets/minecraft/blockstates/spruce_sapling.json new file mode 100644 index 00000000..45a85c5c --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/spruce_sapling.json @@ -0,0 +1,6 @@ +{ + "variants": { + "stage=0": { "model": "spruce_sapling" }, + "stage=1": { "model": "spruce_sapling" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/spruce_slab.json b/1.12.2/assets/minecraft/blockstates/spruce_slab.json new file mode 100644 index 00000000..c4df0092 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/spruce_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_spruce" }, + "half=top": { "model": "upper_slab_spruce" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/spruce_stairs.json b/1.12.2/assets/minecraft/blockstates/spruce_stairs.json new file mode 100644 index 00000000..573d1c54 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/spruce_stairs.json @@ -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 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/sticky_piston.json b/1.12.2/assets/minecraft/blockstates/sticky_piston.json new file mode 100644 index 00000000..276b4dab --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/sticky_piston.json @@ -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 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/stone.json b/1.12.2/assets/minecraft/blockstates/stone.json new file mode 100644 index 00000000..481b29a2 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/stone.json @@ -0,0 +1,10 @@ +{ + "variants": { + "normal": [ + { "model": "stone" }, + { "model": "stone_mirrored" }, + { "model": "stone", "y": 180 }, + { "model": "stone_mirrored", "y": 180 } + ] + } +} diff --git a/1.12.2/assets/minecraft/blockstates/stone_brick_double_slab.json b/1.12.2/assets/minecraft/blockstates/stone_brick_double_slab.json new file mode 100644 index 00000000..7acc6c6d --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/stone_brick_double_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "normal": { "model": "stonebrick_normal" }, + "all": { "model": "stonebrick_normal" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/stone_brick_monster_egg.json b/1.12.2/assets/minecraft/blockstates/stone_brick_monster_egg.json new file mode 100644 index 00000000..34fa81ab --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/stone_brick_monster_egg.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "stonebrick_normal" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/stone_brick_slab.json b/1.12.2/assets/minecraft/blockstates/stone_brick_slab.json new file mode 100644 index 00000000..921ec8cd --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/stone_brick_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_stone_brick" }, + "half=top": { "model": "upper_slab_stone_brick" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/stone_brick_stairs.json b/1.12.2/assets/minecraft/blockstates/stone_brick_stairs.json new file mode 100644 index 00000000..fb9a2983 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/stone_brick_stairs.json @@ -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 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/stone_button.json b/1.12.2/assets/minecraft/blockstates/stone_button.json new file mode 100644 index 00000000..62786322 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/stone_button.json @@ -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 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/stone_double_slab.json b/1.12.2/assets/minecraft/blockstates/stone_double_slab.json new file mode 100644 index 00000000..b14642f7 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/stone_double_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "normal": { "model": "double_stone" }, + "all": { "model": "double_stone_top" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/stone_monster_egg.json b/1.12.2/assets/minecraft/blockstates/stone_monster_egg.json new file mode 100644 index 00000000..720da4e9 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/stone_monster_egg.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "stone" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/stone_pressure_plate.json b/1.12.2/assets/minecraft/blockstates/stone_pressure_plate.json new file mode 100644 index 00000000..6d014bfd --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/stone_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "variants": { + "powered=false": { "model": "stone_pressure_plate_up" }, + "powered=true": { "model": "stone_pressure_plate_down" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/stone_slab.json b/1.12.2/assets/minecraft/blockstates/stone_slab.json new file mode 100644 index 00000000..4931695d --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/stone_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_stone" }, + "half=top": { "model": "upper_slab_stone" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/stone_stairs.json b/1.12.2/assets/minecraft/blockstates/stone_stairs.json new file mode 100644 index 00000000..ef8ce808 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/stone_stairs.json @@ -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 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/stonebrick.json b/1.12.2/assets/minecraft/blockstates/stonebrick.json new file mode 100644 index 00000000..34fa81ab --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/stonebrick.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "stonebrick_normal" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/structure_block.json b/1.12.2/assets/minecraft/blockstates/structure_block.json new file mode 100644 index 00000000..4a1d4fa4 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/structure_block.json @@ -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" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/sunflower.json b/1.12.2/assets/minecraft/blockstates/sunflower.json new file mode 100644 index 00000000..1eab20d9 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/sunflower.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=lower": { "model": "double_sunflower_bottom" }, + "half=upper": { "model": "double_sunflower_top" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/syringa.json b/1.12.2/assets/minecraft/blockstates/syringa.json new file mode 100644 index 00000000..04cacc20 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/syringa.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=lower": { "model": "double_syringa_bottom" }, + "half=upper": { "model": "double_syringa_top" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/tall_grass.json b/1.12.2/assets/minecraft/blockstates/tall_grass.json new file mode 100644 index 00000000..f58d5688 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/tall_grass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "tall_grass" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/tnt.json b/1.12.2/assets/minecraft/blockstates/tnt.json new file mode 100644 index 00000000..72e7cea2 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/tnt.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "tnt" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/torch.json b/1.12.2/assets/minecraft/blockstates/torch.json new file mode 100644 index 00000000..d3d704eb --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/torch.json @@ -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 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/trapdoor.json b/1.12.2/assets/minecraft/blockstates/trapdoor.json new file mode 100644 index 00000000..29186329 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/trapdoor.json @@ -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 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/tripwire.json b/1.12.2/assets/minecraft/blockstates/tripwire.json new file mode 100644 index 00000000..1ea05382 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/tripwire.json @@ -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" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/tripwire_hook.json b/1.12.2/assets/minecraft/blockstates/tripwire_hook.json new file mode 100644 index 00000000..322948e6 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/tripwire_hook.json @@ -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 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/unlit_redstone_torch.json b/1.12.2/assets/minecraft/blockstates/unlit_redstone_torch.json new file mode 100644 index 00000000..247565b6 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/unlit_redstone_torch.json @@ -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 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/unpowered_comparator.json b/1.12.2/assets/minecraft/blockstates/unpowered_comparator.json new file mode 100644 index 00000000..afc99886 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/unpowered_comparator.json @@ -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 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/unpowered_repeater.json b/1.12.2/assets/minecraft/blockstates/unpowered_repeater.json new file mode 100644 index 00000000..e56d79b3 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/unpowered_repeater.json @@ -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 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/vine.json b/1.12.2/assets/minecraft/blockstates/vine.json new file mode 100644 index 00000000..db33cdb4 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/vine.json @@ -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" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/waterlily.json b/1.12.2/assets/minecraft/blockstates/waterlily.json new file mode 100644 index 00000000..f2561bcb --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/waterlily.json @@ -0,0 +1,10 @@ +{ + "variants": { + "normal": [ + { "model": "waterlily" }, + { "model": "waterlily", "y": 90 }, + { "model": "waterlily", "y": 180 }, + { "model": "waterlily", "y": 270 } + ] + } +} diff --git a/1.12.2/assets/minecraft/blockstates/web.json b/1.12.2/assets/minecraft/blockstates/web.json new file mode 100644 index 00000000..1e87e7a6 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/web.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "web" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/wheat.json b/1.12.2/assets/minecraft/blockstates/wheat.json new file mode 100644 index 00000000..4bfe6aed --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/wheat.json @@ -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" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/white_carpet.json b/1.12.2/assets/minecraft/blockstates/white_carpet.json new file mode 100644 index 00000000..a3c906d5 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/white_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_white" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/white_concrete.json b/1.12.2/assets/minecraft/blockstates/white_concrete.json new file mode 100644 index 00000000..09fa72e9 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/white_concrete.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "white_concrete" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/white_concrete_powder.json b/1.12.2/assets/minecraft/blockstates/white_concrete_powder.json new file mode 100644 index 00000000..68070637 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/white_concrete_powder.json @@ -0,0 +1,10 @@ +{ + "variants": { + "normal": [ + { "model": "white_concrete_powder" }, + { "model": "white_concrete_powder", "y": 90 }, + { "model": "white_concrete_powder", "y": 180 }, + { "model": "white_concrete_powder", "y": 270 } + ] + } +} diff --git a/1.12.2/assets/minecraft/blockstates/white_glazed_terracotta.json b/1.12.2/assets/minecraft/blockstates/white_glazed_terracotta.json new file mode 100644 index 00000000..71b5846d --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/white_glazed_terracotta.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "white_glazed_terracotta" }, + "facing=west": { "model": "white_glazed_terracotta", "y": 90 }, + "facing=north": { "model": "white_glazed_terracotta", "y": 180 }, + "facing=east": { "model": "white_glazed_terracotta", "y": 270 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/white_stained_glass.json b/1.12.2/assets/minecraft/blockstates/white_stained_glass.json new file mode 100644 index 00000000..1b8ca764 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/white_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_white" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/white_stained_glass_pane.json b/1.12.2/assets/minecraft/blockstates/white_stained_glass_pane.json new file mode 100644 index 00000000..475538e6 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/white_stained_glass_pane.json @@ -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 } + } + ] +} diff --git a/1.12.2/assets/minecraft/blockstates/white_stained_hardened_clay.json b/1.12.2/assets/minecraft/blockstates/white_stained_hardened_clay.json new file mode 100644 index 00000000..6a8c647e --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/white_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_white" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/white_tulip.json b/1.12.2/assets/minecraft/blockstates/white_tulip.json new file mode 100644 index 00000000..96b9b8bd --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/white_tulip.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "white_tulip" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/white_wool.json b/1.12.2/assets/minecraft/blockstates/white_wool.json new file mode 100644 index 00000000..1176a0ba --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/white_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "white_wool" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/wood_old_double_slab.json b/1.12.2/assets/minecraft/blockstates/wood_old_double_slab.json new file mode 100644 index 00000000..538db7ef --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/wood_old_double_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "normal": { "model": "oak_planks" }, + "all": { "model": "oak_planks" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/wood_old_slab.json b/1.12.2/assets/minecraft/blockstates/wood_old_slab.json new file mode 100644 index 00000000..80d06ee7 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/wood_old_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_oak" }, + "half=top": { "model": "upper_slab_oak" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/wooden_button.json b/1.12.2/assets/minecraft/blockstates/wooden_button.json new file mode 100644 index 00000000..da90a911 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/wooden_button.json @@ -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 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/wooden_door.json b/1.12.2/assets/minecraft/blockstates/wooden_door.json new file mode 100644 index 00000000..d91869b6 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/wooden_door.json @@ -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 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/wooden_pressure_plate.json b/1.12.2/assets/minecraft/blockstates/wooden_pressure_plate.json new file mode 100644 index 00000000..e34ab2ea --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/wooden_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "variants": { + "powered=false": { "model": "wooden_pressure_plate_up" }, + "powered=true": { "model": "wooden_pressure_plate_down" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/yellow_carpet.json b/1.12.2/assets/minecraft/blockstates/yellow_carpet.json new file mode 100644 index 00000000..075fbfbc --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/yellow_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_yellow" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/yellow_concrete.json b/1.12.2/assets/minecraft/blockstates/yellow_concrete.json new file mode 100644 index 00000000..3eef0bde --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/yellow_concrete.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "yellow_concrete" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/yellow_concrete_powder.json b/1.12.2/assets/minecraft/blockstates/yellow_concrete_powder.json new file mode 100644 index 00000000..7eb8b426 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/yellow_concrete_powder.json @@ -0,0 +1,10 @@ +{ + "variants": { + "normal": [ + { "model": "yellow_concrete_powder" }, + { "model": "yellow_concrete_powder", "y": 90 }, + { "model": "yellow_concrete_powder", "y": 180 }, + { "model": "yellow_concrete_powder", "y": 270 } + ] + } +} diff --git a/1.12.2/assets/minecraft/blockstates/yellow_glazed_terracotta.json b/1.12.2/assets/minecraft/blockstates/yellow_glazed_terracotta.json new file mode 100644 index 00000000..7adb00f3 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/yellow_glazed_terracotta.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "yellow_glazed_terracotta" }, + "facing=west": { "model": "yellow_glazed_terracotta", "y": 90 }, + "facing=north": { "model": "yellow_glazed_terracotta", "y": 180 }, + "facing=east": { "model": "yellow_glazed_terracotta", "y": 270 } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/yellow_stained_glass.json b/1.12.2/assets/minecraft/blockstates/yellow_stained_glass.json new file mode 100644 index 00000000..53967382 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/yellow_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_yellow" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/yellow_stained_glass_pane.json b/1.12.2/assets/minecraft/blockstates/yellow_stained_glass_pane.json new file mode 100644 index 00000000..9feaba34 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/yellow_stained_glass_pane.json @@ -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 } + } + ] +} diff --git a/1.12.2/assets/minecraft/blockstates/yellow_stained_hardened_clay.json b/1.12.2/assets/minecraft/blockstates/yellow_stained_hardened_clay.json new file mode 100644 index 00000000..3c46d240 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/yellow_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_yellow" } + } +} diff --git a/1.12.2/assets/minecraft/blockstates/yellow_wool.json b/1.12.2/assets/minecraft/blockstates/yellow_wool.json new file mode 100644 index 00000000..24ddf683 --- /dev/null +++ b/1.12.2/assets/minecraft/blockstates/yellow_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "yellow_wool" } + } +} diff --git a/1.12.2/assets/minecraft/font/glyph_sizes.bin b/1.12.2/assets/minecraft/font/glyph_sizes.bin new file mode 100644 index 00000000..69c857e3 Binary files /dev/null and b/1.12.2/assets/minecraft/font/glyph_sizes.bin differ diff --git a/1.12.2/assets/minecraft/lang/en_us.lang b/1.12.2/assets/minecraft/lang/en_us.lang new file mode 100644 index 00000000..41ea2e2c --- /dev/null +++ b/1.12.2/assets/minecraft/lang/en_us.lang @@ -0,0 +1,3452 @@ + +language.name=English +language.region=United States +language.code=en_us + +gui.done=Done +gui.cancel=Cancel +gui.back=Back +gui.toTitle=Back to title screen +gui.toMenu=Back to server list +gui.up=Up +gui.down=Down +gui.yes=Yes +gui.no=No +gui.none=None +gui.all=All + +gui.recipebook.moreRecipes=Right Click for more +gui.recipebook.toggleRecipes.all=Showing all +gui.recipebook.toggleRecipes.craftable=Showing craftable + +translation.test.none=Hello, world! +translation.test.complex=Prefix, %s%2$s again %s and %1$s lastly %s and also %1$s again! +translation.test.escape=%%s %%%s %%%%s %%%%%s +translation.test.invalid=hi % +translation.test.invalid2=hi % s +translation.test.args=%s %s +translation.test.world=world + +menu.game=Game Menu +menu.singleplayer=Singleplayer +menu.multiplayer=Multiplayer +menu.online=Minecraft Realms +menu.options=Options... +menu.quit=Quit Game +menu.returnToMenu=Save and Quit to Title +menu.disconnect=Disconnect +menu.returnToGame=Back to Game +menu.generatingLevel=Generating world +menu.loadingLevel=Loading world +menu.generatingTerrain=Building terrain +menu.convertingLevel=Converting world +menu.respawning=Respawning +menu.shareToLan=Open to LAN + +selectWorld.title=Select World +selectWorld.empty=empty +selectWorld.world=World +selectWorld.select=Play Selected World +selectWorld.create=Create New World +selectWorld.recreate=Re-Create +selectWorld.createDemo=Play New Demo World +selectWorld.delete=Delete +selectWorld.edit=Edit +selectWorld.edit.title=Edit World +selectWorld.edit.resetIcon=Reset Icon +selectWorld.edit.openFolder=Open Folder +selectWorld.edit.save=Save World +selectWorld.deleteQuestion=Are you sure you want to delete this world? +selectWorld.deleteWarning=will be lost forever! (A long time!) +selectWorld.deleteButton=Delete +selectWorld.conversion=Must be converted! +selectWorld.newWorld=New World +selectWorld.newWorld.copyOf=Copy of %s +selectWorld.enterName=World Name +selectWorld.resultFolder=Will be saved in: +selectWorld.enterSeed=Seed for the world generator +selectWorld.seedInfo=Leave blank for a random seed +selectWorld.cheats=Cheats +selectWorld.customizeType=Customize +selectWorld.version=Version: +selectWorld.versionUnknown=unknown +selectWorld.versionQuestion=Do you really want to load this world? +selectWorld.versionWarning=This world was saved in version '%s' and loading it in this version could cause corruption! +selectWorld.versionJoinButton=Use Anyway +selectWorld.tooltip.fromNewerVersion1=World was saved in a newer version, +selectWorld.tooltip.fromNewerVersion2=loading this world could cause problems! +selectWorld.tooltip.snapshot1=Don't forget to backup this world +selectWorld.tooltip.snapshot2=before you load it in this snapshot. + +selectWorld.unable_to_load=Unable to load worlds +selectWorld.load_folder_access=Unable to read or access folder where game worlds are saved! + +createWorld.customize.presets=Presets +createWorld.customize.presets.title=Select a Preset +createWorld.customize.presets.select=Use Preset +createWorld.customize.presets.share=Want to share your preset with someone? Use the below box! +createWorld.customize.presets.list=Alternatively, here's some we made earlier! +createWorld.customize.flat.title=Superflat Customization +createWorld.customize.flat.tile=Layer Material +createWorld.customize.flat.height=Height +createWorld.customize.flat.addLayer=Add Layer +createWorld.customize.flat.editLayer=Edit Layer +createWorld.customize.flat.removeLayer=Remove Layer +createWorld.customize.flat.layer.top=Top - %s +createWorld.customize.flat.layer=%s +createWorld.customize.flat.layer.bottom=Bottom - %s + +createWorld.customize.preset.classic_flat=Classic Flat +createWorld.customize.preset.tunnelers_dream=Tunnelers' Dream +createWorld.customize.preset.water_world=Water World +createWorld.customize.preset.overworld=Overworld +createWorld.customize.preset.snowy_kingdom=Snowy Kingdom +createWorld.customize.preset.bottomless_pit=Bottomless Pit +createWorld.customize.preset.desert=Desert +createWorld.customize.preset.redstone_ready=Redstone Ready +createWorld.customize.preset.the_void=The Void + +createWorld.customize.custom.page0=Basic Settings +createWorld.customize.custom.page1=Ore Settings +createWorld.customize.custom.page2=Advanced Settings (Expert Users Only!) +createWorld.customize.custom.page3=Extra Advanced Settings (Expert Users Only!) +createWorld.customize.custom.randomize=Randomize +createWorld.customize.custom.prev=Previous Page +createWorld.customize.custom.next=Next Page +createWorld.customize.custom.defaults=Defaults +createWorld.customize.custom.confirm1=This will overwrite your current +createWorld.customize.custom.confirm2=settings and cannot be undone. +createWorld.customize.custom.confirmTitle=Warning! +createWorld.customize.custom.mainNoiseScaleX=Main Noise Scale X +createWorld.customize.custom.mainNoiseScaleY=Main Noise Scale Y +createWorld.customize.custom.mainNoiseScaleZ=Main Noise Scale Z +createWorld.customize.custom.depthNoiseScaleX=Depth Noise Scale X +createWorld.customize.custom.depthNoiseScaleZ=Depth Noise Scale Z +createWorld.customize.custom.depthNoiseScaleExponent=Depth Noise Exponent +createWorld.customize.custom.baseSize=Depth Base Size +createWorld.customize.custom.coordinateScale=Coordinate Scale +createWorld.customize.custom.heightScale=Height Scale +createWorld.customize.custom.stretchY=Height Stretch +createWorld.customize.custom.upperLimitScale=Upper Limit Scale +createWorld.customize.custom.lowerLimitScale=Lower Limit Scale +createWorld.customize.custom.biomeDepthWeight=Biome Depth Weight +createWorld.customize.custom.biomeDepthOffset=Biome Depth Offset +createWorld.customize.custom.biomeScaleWeight=Biome Scale Weight +createWorld.customize.custom.biomeScaleOffset=Biome Scale Offset +createWorld.customize.custom.seaLevel=Sea Level +createWorld.customize.custom.useCaves=Caves +createWorld.customize.custom.useStrongholds=Strongholds +createWorld.customize.custom.useVillages=Villages +createWorld.customize.custom.useMineShafts=Mineshafts +createWorld.customize.custom.useTemples=Temples +createWorld.customize.custom.useMonuments=Ocean Monuments +createWorld.customize.custom.useMansions=Woodland Mansions +createWorld.customize.custom.useRavines=Ravines +createWorld.customize.custom.useDungeons=Dungeons +createWorld.customize.custom.dungeonChance=Dungeon Count +createWorld.customize.custom.useWaterLakes=Water Lakes +createWorld.customize.custom.waterLakeChance=Water Lake Rarity +createWorld.customize.custom.useLavaLakes=Lava Lakes +createWorld.customize.custom.lavaLakeChance=Lava Lake Rarity +createWorld.customize.custom.useLavaOceans=Lava Oceans +createWorld.customize.custom.fixedBiome=Biome +createWorld.customize.custom.biomeSize=Biome Size +createWorld.customize.custom.riverSize=River Size + +createWorld.customize.custom.size=Spawn Size +createWorld.customize.custom.count=Spawn Tries +createWorld.customize.custom.minHeight=Min. Height +createWorld.customize.custom.maxHeight=Max. Height +createWorld.customize.custom.center=Center Height +createWorld.customize.custom.spread=Spread Height + +createWorld.customize.custom.presets.title=Customize World Presets +createWorld.customize.custom.presets=Presets +createWorld.customize.custom.preset.waterWorld=Water World +createWorld.customize.custom.preset.isleLand=Isle Land +createWorld.customize.custom.preset.caveDelight=Caver's Delight +createWorld.customize.custom.preset.mountains=Mountain Madness +createWorld.customize.custom.preset.drought=Drought +createWorld.customize.custom.preset.caveChaos=Caves of Chaos +createWorld.customize.custom.preset.goodLuck=Good Luck + +gameMode.survival=Survival Mode +gameMode.creative=Creative Mode +gameMode.adventure=Adventure Mode +gameMode.spectator=Spectator Mode +gameMode.hardcore=Hardcore Mode! +gameMode.changed=Your game mode has been updated to %s + +spectatorMenu.previous_page=Previous Page +spectatorMenu.next_page=Next Page +spectatorMenu.close=Close Menu +spectatorMenu.teleport=Teleport to Player +spectatorMenu.teleport.prompt=Select a player to teleport to +spectatorMenu.team_teleport=Teleport to Team Member +spectatorMenu.team_teleport.prompt=Select a team to teleport to +spectatorMenu.root.prompt=Press a key to select a command, and again to use it. + +selectWorld.gameMode=Game Mode +selectWorld.gameMode.survival=Survival +selectWorld.gameMode.survival.line1=Search for resources, crafting, gain +selectWorld.gameMode.survival.line2=levels, health and hunger +selectWorld.gameMode.creative=Creative +selectWorld.gameMode.creative.line1=Unlimited resources, free flying and +selectWorld.gameMode.creative.line2=destroy blocks instantly +selectWorld.gameMode.spectator=Spectator +selectWorld.gameMode.spectator.line1=You can look but don't touch +selectWorld.gameMode.spectator.line2= +selectWorld.gameMode.hardcore=Hardcore +selectWorld.gameMode.hardcore.line1=Same as survival mode, locked at hardest +selectWorld.gameMode.hardcore.line2=difficulty, and one life only +selectWorld.gameMode.adventure=Adventure +selectWorld.gameMode.adventure.line1=Same as survival mode, but blocks can't +selectWorld.gameMode.adventure.line2=be added or removed +selectWorld.moreWorldOptions=More World Options... +selectWorld.mapFeatures=Generate Structures: +selectWorld.mapFeatures.info=Villages, dungeons etc +selectWorld.mapType=World Type: +selectWorld.mapType.normal=Normal +selectWorld.allowCommands=Allow Cheats: +selectWorld.allowCommands.info=Commands like /gamemode, /xp +selectWorld.hardcoreMode=Hardcore: +selectWorld.hardcoreMode.info=World is deleted upon death +selectWorld.bonusItems=Bonus Chest: + +generator.default=Default +generator.flat=Superflat +generator.largeBiomes=Large Biomes +generator.amplified=AMPLIFIED +generator.customized=Customized +generator.debug_all_block_states=Debug Mode + +generator.amplified.info=Notice: Just for fun, requires beefy computer + +selectServer.title=Select Server +selectServer.empty=empty +selectServer.select=Join Server +selectServer.direct=Direct Connect +selectServer.edit=Edit +selectServer.delete=Delete +selectServer.add=Add Server +selectServer.defaultName=Minecraft Server +selectServer.deleteQuestion=Are you sure you want to remove this server? +selectServer.deleteWarning=will be lost forever! (A long time!) +selectServer.deleteButton=Delete +selectServer.refresh=Refresh +selectServer.hiddenAddress=(Hidden) +addServer.title=Edit Server Info +addServer.enterName=Server Name +addServer.enterIp=Server Address +addServer.add=Done +addServer.hideAddress=Hide Address +addServer.resourcePack=Server Resource Packs +addServer.resourcePack.enabled=Enabled +addServer.resourcePack.disabled=Disabled +addServer.resourcePack.prompt=Prompt +lanServer.title=LAN World +lanServer.scanning=Scanning for games on your local network +lanServer.start=Start LAN World +lanServer.otherPlayers=Settings for Other Players +mcoServer.title=Minecraft Online World + +multiplayer.title=Play Multiplayer +multiplayer.connect=Connect +multiplayer.ipinfo=Enter the IP of a server to connect to it: +multiplayer.texturePrompt.line1=This server recommends the use of a custom resource pack. +multiplayer.texturePrompt.line2=Would you like to download and install it automagically? +multiplayer.downloadingTerrain=Loading terrain +multiplayer.downloadingStats=Downloading statistics... +multiplayer.stopSleeping=Leave Bed +multiplayer.player.joined=%s joined the game +multiplayer.player.joined.renamed=%s (formerly known as %s) joined the game +multiplayer.player.left=%s left the game + +multiplayer.status.and_more=... and %s more ... +multiplayer.status.cancelled=Cancelled +multiplayer.status.cannot_connect=Can't connect to server +multiplayer.status.cannot_resolve=Can't resolve hostname +multiplayer.status.client_out_of_date=Client out of date! +multiplayer.status.no_connection=(no connection) +multiplayer.status.old=Old +multiplayer.status.pinging=Pinging... +multiplayer.status.server_out_of_date=Server out of date! +multiplayer.status.unknown=??? +multiplayer.status.unrequested=Received unrequested status +multiplayer.disconnect.authservers_down=Authentication servers are down. Please try again later, sorry! +multiplayer.disconnect.banned=You are banned from this server. +multiplayer.disconnect.duplicate_login=You logged in from another location +multiplayer.disconnect.flying=Flying is not enabled on this server +multiplayer.disconnect.generic=Disconnected +multiplayer.disconnect.idling=You have been idle for too long! +multiplayer.disconnect.illegal_characters=Illegal characters in chat +multiplayer.disconnect.invalid_entity_attacked=Attempting to attack an invalid entity +multiplayer.disconnect.invalid_player_movement=Invalid move player packet received +multiplayer.disconnect.invalid_vehicle_movement=Invalid move vehicle packet received +multiplayer.disconnect.ip_banned=You have been IP banned. +multiplayer.disconnect.kicked=Kicked by an operator. +multiplayer.disconnect.outdated_client=Outdated client! Please use %s +multiplayer.disconnect.outdated_server=Outdated server! I'm still on %s +multiplayer.disconnect.server_shutdown=Server closed +multiplayer.disconnect.slow_login=Took too long to log in +multiplayer.disconnect.unverified_username=Failed to verify username! + +chat.cannotSend=Cannot send chat message +chat.type.text=<%s> %s +chat.type.text.narrate=%s says %s +chat.type.emote=* %s %s +chat.type.announcement=[%s] %s +chat.type.admin=[%s: %s] +chat.type.advancement.task=%s has made the advancement %s +chat.type.advancement.challenge=%s has completed the challenge %s +chat.type.advancement.goal=%s has reached the goal %s +chat.link.confirm=Are you sure you want to open the following website? +chat.link.warning=Never open links from people that you don't trust! +chat.copy=Copy to Clipboard +chat.link.confirmTrusted=Do you want to open this link or copy it to your clipboard? +chat.link.open=Open in browser + +menu.playdemo=Play Demo World +menu.resetdemo=Reset Demo World + +demo.day.1=This demo will last five game days, do your best! +demo.day.2=Day Two +demo.day.3=Day Three +demo.day.4=Day Four +demo.day.5=This is your last day! +demo.day.warning=Your time is almost up! +demo.day.6=You have passed your fifth day, use F2 to save a screenshot of your creation +demo.reminder=The demo time has expired, buy the game to continue or start a new world! +demo.remainingTime=Remaining time: %s +demo.demoExpired=Demo time's up! +demo.help.movement=Use the %1$s, %2$s, %3$s, %4$s keys and the mouse to move around +demo.help.movementShort=Move by pressing the %1$s, %2$s, %3$s, %4$s keys +demo.help.movementMouse=Look around using the mouse +demo.help.jump=Jump by pressing the %1$s key +demo.help.inventory=Use the %1$s key to open your inventory +demo.help.title=Minecraft Demo Mode +demo.help.fullWrapped=This demo will last 5 ingame days (about 1 hour and 40 minutes of real time). Check the advancements for hints! Have fun! +demo.help.buy=Purchase Now! +demo.help.later=Continue Playing! + +connect.connecting=Connecting to the server... +connect.authorizing=Logging in... +connect.failed=Failed to connect to the server + +disconnect.genericReason=%s +disconnect.disconnected=Disconnected by Server +disconnect.lost=Connection Lost +disconnect.kicked=Was kicked from the game +disconnect.timeout=Timed out +disconnect.closed=Connection closed +disconnect.loginFailed=Failed to login +disconnect.loginFailedInfo=Failed to login: %s +disconnect.loginFailedInfo.serversUnavailable=The authentication servers are currently down for maintenance. +disconnect.loginFailedInfo.invalidSession=Invalid session (Try restarting your game and the launcher) +disconnect.quitting=Quitting +disconnect.endOfStream=End of stream +disconnect.overflow=Buffer overflow +disconnect.spam=Kicked for spamming + +soundCategory.master=Master Volume +soundCategory.music=Music +soundCategory.record=Jukebox/Note Blocks +soundCategory.weather=Weather +soundCategory.hostile=Hostile Creatures +soundCategory.neutral=Friendly Creatures +soundCategory.player=Players +soundCategory.block=Blocks +soundCategory.ambient=Ambient/Environment +soundCategory.voice=Voice/Speech + +record.nowPlaying=Now playing: %s + +options.off=OFF +options.on=ON +options.visible=Shown +options.hidden=Hidden +options.title=Options +options.controls=Controls... +options.video=Video Settings... +options.language=Language... +options.sounds=Music & Sounds... +options.sounds.title=Music & Sound Options +options.languageWarning=Language translations may not be 100%% accurate +options.videoTitle=Video Settings +options.customizeTitle=Customize World Settings +options.music=Music +options.sound=Sound +options.invertMouse=Invert Mouse +options.fov=FOV +options.fov.min=Normal +options.fov.max=Quake Pro +options.saturation=Saturation +options.gamma=Brightness +options.gamma.min=Moody +options.gamma.max=Bright +options.sensitivity=Sensitivity +options.sensitivity.min=*yawn* +options.sensitivity.max=HYPERSPEED!!! +options.renderDistance=Render Distance +options.viewBobbing=View Bobbing +options.ao=Smooth Lighting +options.ao.off=OFF +options.ao.min=Minimum +options.ao.max=Maximum +options.anaglyph=3D Anaglyph +options.chunks=%s chunks +options.framerate=%s fps +options.framerateLimit=Max Framerate +options.framerateLimit.max=Unlimited +options.difficulty=Difficulty +options.difficulty.peaceful=Peaceful +options.difficulty.easy=Easy +options.difficulty.normal=Normal +options.difficulty.hard=Hard +options.difficulty.hardcore=Hardcore +options.graphics=Graphics +options.graphics.fancy=Fancy +options.graphics.fast=Fast +options.clouds.fancy=Fancy +options.clouds.fast=Fast +options.guiScale=GUI Scale +options.guiScale.auto=Auto +options.guiScale.small=Small +options.guiScale.normal=Normal +options.guiScale.large=Large +options.renderClouds=Clouds +options.particles=Particles +options.particles.all=All +options.particles.decreased=Decreased +options.particles.minimal=Minimal +options.multiplayer.title=Multiplayer Settings... +options.chat.title=Chat Settings... +options.chat.visibility=Chat +options.chat.visibility.full=Shown +options.chat.visibility.system=Commands Only +options.chat.visibility.hidden=Hidden +options.chat.color=Colors +options.chat.opacity=Opacity +options.chat.links=Web Links +options.chat.links.prompt=Prompt on Links +options.chat.scale=Scale +options.chat.width=Width +options.chat.height.focused=Focused Height +options.chat.height.unfocused=Unfocused Height +options.skinCustomisation=Skin Customization... +options.skinCustomisation.title=Skin Customization +options.modelPart.cape=Cape +options.modelPart.hat=Hat +options.modelPart.jacket=Jacket +options.modelPart.left_sleeve=Left Sleeve +options.modelPart.right_sleeve=Right Sleeve +options.modelPart.left_pants_leg=Left Pants Leg +options.modelPart.right_pants_leg=Right Pants Leg +options.snooper=Allow Snooper +options.snooper.view=Snooper Settings... +options.snooper.title=Feed us data! +options.snooper.desc=We always want to improve Minecraft and, to help us do that, we'd like to collect some information. This lets us know what hardware to support and where the big problems are. It also gives us a sense of the size of our active player base, so we know if we're doing a good job. You can view all the information we collect below. If you want to opt out then you can simply toggle it off! +options.resourcepack=Resource Packs... +options.fullscreen=Fullscreen +options.vsync=Use VSync +options.vbo=Use VBOs +options.touchscreen=Touchscreen Mode +options.reducedDebugInfo=Reduced Debug Info +options.entityShadows=Entity Shadows +options.mainHand=Main Hand +options.mainHand.left=Left +options.mainHand.right=Right +options.attackIndicator=Attack Indicator +options.attack.crosshair=Crosshair +options.attack.hotbar=Hotbar +options.showSubtitles=Show Subtitles +options.realmsNotifications=Realms Notifications +options.autoJump=Auto-Jump +options.narrator=Narrator +options.narrator.off=Off +options.narrator.all=Narrates all +options.narrator.chat=Narrates chat +options.narrator.system=Narrates system +options.narrator.notavailable=Not available + +options.mipmapLevels=Mipmap Levels +options.forceUnicodeFont=Force Unicode Font + +narrator.toast.disabled=Narrator Disabled +narrator.toast.enabled=Narrator Enabled + +difficulty.lock.title=Lock World Difficulty +difficulty.lock.question=Are you sure you want to lock the difficulty of this world? This will set this world to always be %1$s, and you will never be able to change that again. + +title.oldgl1=Old graphics card detected; this may prevent you from +title.oldgl2=playing in the future as OpenGL 2.0 will be required. + +controls.title=Controls +controls.reset=Reset +controls.resetAll=Reset Keys + +key.sprint=Sprint +key.forward=Walk Forwards +key.left=Strafe Left +key.back=Walk Backwards +key.right=Strafe Right +key.jump=Jump +key.inventory=Open/Close Inventory +key.drop=Drop Selected Item +key.swapHands=Swap Item In Hands +key.chat=Open Chat +key.sneak=Sneak +key.playerlist=List Players +key.attack=Attack/Destroy +key.use=Use Item/Place Block +key.pickItem=Pick Block +key.mouseButton=Button %1$s +key.mouse.left=Left Click +key.mouse.middle=Middle Click +key.mouse.right=Right Click +key.command=Open Command +key.screenshot=Take Screenshot +key.togglePerspective=Toggle Perspective +key.smoothCamera=Toggle Cinematic Camera +key.fullscreen=Toggle Fullscreen +key.spectatorOutlines=Highlight Players (Spectators) +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.saveToolbarActivator=Save Toolbar Activator +key.loadToolbarActivator=Load Toolbar Activator +key.advancements=Advancements + +key.categories.movement=Movement +key.categories.misc=Miscellaneous +key.categories.multiplayer=Multiplayer +key.categories.gameplay=Gameplay +key.categories.ui=Game Interface +key.categories.inventory=Inventory +key.categories.creative=Creative Mode + +resourcePack.openFolder=Open Resource Pack Folder +resourcePack.title=Select Resource Packs +resourcePack.available.title=Available Resource Packs +resourcePack.selected.title=Selected Resource Packs +resourcePack.folderInfo=(Place resource pack files here) +resourcePack.incompatible=Incompatible +resourcePack.incompatible.old=(Made for an older version of Minecraft) +resourcePack.incompatible.new=(Made for a newer version of Minecraft) +resourcePack.incompatible.confirm.title=Are you sure you want to load this resource pack? +resourcePack.incompatible.confirm.old=This resource pack was made for an older version of Minecraft and may no longer work correctly. +resourcePack.incompatible.confirm.new=This resource pack was made for a newer version of Minecraft and may no longer work correctly. + +sign.edit=Edit sign message + +book.pageIndicator=Page %1$s of %2$s +book.byAuthor=by %1$s +book.signButton=Sign +book.editTitle=Enter Book Title: +book.finalizeButton=Sign and Close +book.finalizeWarning=Note! When you sign the book, it will no longer be editable. +book.generation.0=Original +book.generation.1=Copy of original +book.generation.2=Copy of a copy +book.generation.3=Tattered + +merchant.deprecated=Trade something else to unlock! + +tile.air.name=Air +tile.barrier.name=Barrier +tile.stone.stone.name=Stone +tile.stone.granite.name=Granite +tile.stone.graniteSmooth.name=Polished Granite +tile.stone.diorite.name=Diorite +tile.stone.dioriteSmooth.name=Polished Diorite +tile.stone.andesite.name=Andesite +tile.stone.andesiteSmooth.name=Polished Andesite +tile.hayBlock.name=Hay Bale +tile.grass.name=Grass Block +tile.dirt.name=Dirt +tile.dirt.default.name=Dirt +tile.dirt.coarse.name=Coarse Dirt +tile.dirt.podzol.name=Podzol +tile.stonebrick.name=Cobblestone +tile.wood.name=Wooden Planks +tile.wood.oak.name=Oak Wood Planks +tile.wood.spruce.name=Spruce Wood Planks +tile.wood.birch.name=Birch Wood Planks +tile.wood.jungle.name=Jungle Wood Planks +tile.wood.acacia.name=Acacia Wood Planks +tile.wood.big_oak.name=Dark Oak Wood Planks +tile.sapling.oak.name=Oak Sapling +tile.sapling.spruce.name=Spruce Sapling +tile.sapling.birch.name=Birch Sapling +tile.sapling.jungle.name=Jungle Sapling +tile.sapling.acacia.name=Acacia Sapling +tile.sapling.big_oak.name=Dark Oak Sapling +tile.deadbush.name=Dead Bush +tile.bedrock.name=Bedrock +tile.water.name=Water +tile.lava.name=Lava +tile.sand.name=Sand +tile.sand.default.name=Sand +tile.sand.red.name=Red Sand +tile.sandStone.name=Sandstone +tile.sandStone.default.name=Sandstone +tile.sandStone.chiseled.name=Chiseled Sandstone +tile.sandStone.smooth.name=Smooth Sandstone +tile.redSandStone.name=Red Sandstone +tile.redSandStone.default.name=Red Sandstone +tile.redSandStone.chiseled.name=Chiseled Red Sandstone +tile.redSandStone.smooth.name=Smooth Red Sandstone +tile.gravel.name=Gravel +tile.oreGold.name=Gold Ore +tile.oreIron.name=Iron Ore +tile.oreCoal.name=Coal Ore +tile.log.name=Wood +tile.log.oak.name=Oak Wood +tile.log.spruce.name=Spruce Wood +tile.log.birch.name=Birch Wood +tile.log.jungle.name=Jungle Wood +tile.log.acacia.name=Acacia Wood +tile.log.big_oak.name=Dark Oak Wood +tile.leaves.name=Leaves +tile.leaves.oak.name=Oak Leaves +tile.leaves.spruce.name=Spruce Leaves +tile.leaves.birch.name=Birch Leaves +tile.leaves.jungle.name=Jungle Leaves +tile.leaves.acacia.name=Acacia Leaves +tile.leaves.big_oak.name=Dark Oak Leaves +tile.tallgrass.name=Grass +tile.tallgrass.shrub.name=Shrub +tile.tallgrass.grass.name=Grass +tile.tallgrass.fern.name=Fern +tile.sponge.dry.name=Sponge +tile.sponge.wet.name=Wet Sponge +tile.glass.name=Glass +tile.stainedGlass.name=Stained Glass +tile.stainedGlass.black.name=Black Stained Glass +tile.stainedGlass.red.name=Red Stained Glass +tile.stainedGlass.green.name=Green Stained Glass +tile.stainedGlass.brown.name=Brown Stained Glass +tile.stainedGlass.blue.name=Blue Stained Glass +tile.stainedGlass.purple.name=Purple Stained Glass +tile.stainedGlass.cyan.name=Cyan Stained Glass +tile.stainedGlass.silver.name=Light Gray Stained Glass +tile.stainedGlass.gray.name=Gray Stained Glass +tile.stainedGlass.pink.name=Pink Stained Glass +tile.stainedGlass.lime.name=Lime Stained Glass +tile.stainedGlass.yellow.name=Yellow Stained Glass +tile.stainedGlass.lightBlue.name=Light Blue Stained Glass +tile.stainedGlass.magenta.name=Magenta Stained Glass +tile.stainedGlass.orange.name=Orange Stained Glass +tile.stainedGlass.white.name=White Stained Glass +tile.thinStainedGlass.name=Stained Glass Pane +tile.thinStainedGlass.black.name=Black Stained Glass Pane +tile.thinStainedGlass.red.name=Red Stained Glass Pane +tile.thinStainedGlass.green.name=Green Stained Glass Pane +tile.thinStainedGlass.brown.name=Brown Stained Glass Pane +tile.thinStainedGlass.blue.name=Blue Stained Glass Pane +tile.thinStainedGlass.purple.name=Purple Stained Glass Pane +tile.thinStainedGlass.cyan.name=Cyan Stained Glass Pane +tile.thinStainedGlass.silver.name=Light Gray Stained Glass Pane +tile.thinStainedGlass.gray.name=Gray Stained Glass Pane +tile.thinStainedGlass.pink.name=Pink Stained Glass Pane +tile.thinStainedGlass.lime.name=Lime Stained Glass Pane +tile.thinStainedGlass.yellow.name=Yellow Stained Glass Pane +tile.thinStainedGlass.lightBlue.name=Light Blue Stained Glass Pane +tile.thinStainedGlass.magenta.name=Magenta Stained Glass Pane +tile.thinStainedGlass.orange.name=Orange Stained Glass Pane +tile.thinStainedGlass.white.name=White Stained Glass Pane +tile.thinGlass.name=Glass Pane +tile.cloth.name=Wool +tile.flower1.name=Flower +tile.flower1.dandelion.name=Dandelion +tile.flower2.name=Flower +tile.flower2.poppy.name=Poppy +tile.flower2.blueOrchid.name=Blue Orchid +tile.flower2.allium.name=Allium +tile.flower2.houstonia.name=Azure Bluet +tile.flower2.tulipRed.name=Red Tulip +tile.flower2.tulipOrange.name=Orange Tulip +tile.flower2.tulipWhite.name=White Tulip +tile.flower2.tulipPink.name=Pink Tulip +tile.flower2.oxeyeDaisy.name=Oxeye Daisy +tile.doublePlant.name=Plant +tile.doublePlant.sunflower.name=Sunflower +tile.doublePlant.syringa.name=Lilac +tile.doublePlant.grass.name=Double Tallgrass +tile.doublePlant.fern.name=Large Fern +tile.doublePlant.rose.name=Rose Bush +tile.doublePlant.paeonia.name=Peony +tile.mushroom.name=Mushroom +tile.blockGold.name=Block of Gold +tile.blockIron.name=Block of Iron +tile.stoneSlab.name=Stone Slab +tile.stoneSlab.stone.name=Stone Slab +tile.stoneSlab.sand.name=Sandstone Slab +tile.stoneSlab.wood.name=Wooden Slab +tile.stoneSlab.cobble.name=Cobblestone Slab +tile.stoneSlab.brick.name=Bricks Slab +tile.stoneSlab.smoothStoneBrick.name=Stone Bricks Slab +tile.stoneSlab.netherBrick.name=Nether Brick Slab +tile.stoneSlab.quartz.name=Quartz Slab +tile.stoneSlab2.red_sandstone.name=Red Sandstone Slab +tile.woodSlab.name=Wood Slab +tile.woodSlab.oak.name=Oak Wood Slab +tile.woodSlab.spruce.name=Spruce Wood Slab +tile.woodSlab.birch.name=Birch Wood Slab +tile.woodSlab.jungle.name=Jungle Wood Slab +tile.woodSlab.acacia.name=Acacia Wood Slab +tile.woodSlab.big_oak.name=Dark Oak Wood Slab +tile.brick.name=Bricks +tile.tnt.name=TNT +tile.bookshelf.name=Bookshelf +tile.stoneMoss.name=Moss Stone +tile.obsidian.name=Obsidian +tile.torch.name=Torch +tile.fire.name=Fire +tile.mobSpawner.name=Monster Spawner +tile.stairsWood.name=Oak Wood Stairs +tile.stairsWoodSpruce.name=Spruce Wood Stairs +tile.stairsWoodBirch.name=Birch Wood Stairs +tile.stairsWoodJungle.name=Jungle Wood Stairs +tile.stairsWoodAcacia.name=Acacia Wood Stairs +tile.stairsWoodDarkOak.name=Dark Oak Wood Stairs +tile.chest.name=Chest +tile.chestTrap.name=Trapped Chest +tile.redstoneDust.name=Redstone Dust +tile.oreDiamond.name=Diamond Ore +tile.blockCoal.name=Block of Coal +tile.blockDiamond.name=Block of Diamond +tile.workbench.name=Crafting Table +tile.crops.name=Crops +tile.farmland.name=Farmland +tile.furnace.name=Furnace +tile.sign.name=Sign +tile.doorWood.name=Wooden Door +tile.ladder.name=Ladder +tile.rail.name=Rail +tile.goldenRail.name=Powered Rail +tile.activatorRail.name=Activator Rail +tile.detectorRail.name=Detector Rail +tile.stairsStone.name=Cobblestone Stairs +tile.stairsSandStone.name=Sandstone Stairs +tile.stairsRedSandStone.name=Red Sandstone Stairs +tile.lever.name=Lever +tile.pressurePlateStone.name=Stone Pressure Plate +tile.pressurePlateWood.name=Wooden Pressure Plate +tile.weightedPlate_light.name=Weighted Pressure Plate (Light) +tile.weightedPlate_heavy.name=Weighted Pressure Plate (Heavy) +tile.doorIron.name=Iron Door +tile.oreRedstone.name=Redstone Ore +tile.notGate.name=Redstone Torch +tile.button.name=Button +tile.snow.name=Snow +tile.woolCarpet.name=Carpet +tile.woolCarpet.black.name=Black Carpet +tile.woolCarpet.red.name=Red Carpet +tile.woolCarpet.green.name=Green Carpet +tile.woolCarpet.brown.name=Brown Carpet +tile.woolCarpet.blue.name=Blue Carpet +tile.woolCarpet.purple.name=Purple Carpet +tile.woolCarpet.cyan.name=Cyan Carpet +tile.woolCarpet.silver.name=Light Gray Carpet +tile.woolCarpet.gray.name=Gray Carpet +tile.woolCarpet.pink.name=Pink Carpet +tile.woolCarpet.lime.name=Lime Carpet +tile.woolCarpet.yellow.name=Yellow Carpet +tile.woolCarpet.lightBlue.name=Light Blue Carpet +tile.woolCarpet.magenta.name=Magenta Carpet +tile.woolCarpet.orange.name=Orange Carpet +tile.woolCarpet.white.name=White Carpet +tile.ice.name=Ice +tile.frostedIce.name=Frosted Ice +tile.icePacked.name=Packed Ice +tile.cactus.name=Cactus +tile.clay.name=Clay +tile.clayHardenedStained.name=Stained Terracotta +tile.clayHardenedStained.black.name=Black Terracotta +tile.clayHardenedStained.red.name=Red Terracotta +tile.clayHardenedStained.green.name=Green Terracotta +tile.clayHardenedStained.brown.name=Brown Terracotta +tile.clayHardenedStained.blue.name=Blue Terracotta +tile.clayHardenedStained.purple.name=Purple Terracotta +tile.clayHardenedStained.cyan.name=Cyan Terracotta +tile.clayHardenedStained.silver.name=Light Gray Terracotta +tile.clayHardenedStained.gray.name=Gray Terracotta +tile.clayHardenedStained.pink.name=Pink Terracotta +tile.clayHardenedStained.lime.name=Lime Terracotta +tile.clayHardenedStained.yellow.name=Yellow Terracotta +tile.clayHardenedStained.lightBlue.name=Light Blue Terracotta +tile.clayHardenedStained.magenta.name=Magenta Terracotta +tile.clayHardenedStained.orange.name=Orange Terracotta +tile.clayHardenedStained.white.name=White Terracotta +tile.clayHardened.name=Terracotta +tile.reeds.name=Sugar cane +tile.jukebox.name=Jukebox +tile.fence.name=Oak Fence +tile.spruceFence.name=Spruce Fence +tile.birchFence.name=Birch Fence +tile.jungleFence.name=Jungle Fence +tile.darkOakFence.name=Dark Oak Fence +tile.acaciaFence.name=Acacia Fence +tile.fenceGate.name=Oak Fence Gate +tile.spruceFenceGate.name=Spruce Fence Gate +tile.birchFenceGate.name=Birch Fence Gate +tile.jungleFenceGate.name=Jungle Fence Gate +tile.darkOakFenceGate.name=Dark Oak Fence Gate +tile.acaciaFenceGate.name=Acacia Fence Gate +tile.pumpkinStem.name=Pumpkin Stem +tile.pumpkin.name=Pumpkin +tile.litpumpkin.name=Jack o'Lantern +tile.hellrock.name=Netherrack +tile.hellsand.name=Soul Sand +tile.lightgem.name=Glowstone +tile.portal.name=Portal +tile.cloth.black.name=Black Wool +tile.cloth.red.name=Red Wool +tile.cloth.green.name=Green Wool +tile.cloth.brown.name=Brown Wool +tile.cloth.blue.name=Blue Wool +tile.cloth.purple.name=Purple Wool +tile.cloth.cyan.name=Cyan Wool +tile.cloth.silver.name=Light Gray Wool +tile.cloth.gray.name=Gray Wool +tile.cloth.pink.name=Pink Wool +tile.cloth.lime.name=Lime Wool +tile.cloth.yellow.name=Yellow Wool +tile.cloth.lightBlue.name=Light Blue Wool +tile.cloth.magenta.name=Magenta Wool +tile.cloth.orange.name=Orange Wool +tile.cloth.white.name=White Wool +tile.oreLapis.name=Lapis Lazuli Ore +tile.blockLapis.name=Lapis Lazuli Block +tile.dispenser.name=Dispenser +tile.dropper.name=Dropper +tile.musicBlock.name=Note Block +tile.cake.name=Cake +tile.bed.occupied=This bed is occupied +tile.bed.noSleep=You can only sleep at night +tile.bed.tooFarAway=You may not rest now, the bed is too far away +tile.bed.notSafe=You may not rest now, there are monsters nearby +tile.bed.notValid=Your home bed was missing or obstructed +tile.lockedchest.name=Locked chest +tile.trapdoor.name=Wooden Trapdoor +tile.ironTrapdoor.name=Iron Trapdoor +tile.web.name=Cobweb +tile.stonebricksmooth.name=Stone Bricks +tile.stonebricksmooth.default.name=Stone Bricks +tile.stonebricksmooth.mossy.name=Mossy Stone Bricks +tile.stonebricksmooth.cracked.name=Cracked Stone Bricks +tile.stonebricksmooth.chiseled.name=Chiseled Stone Bricks +tile.monsterStoneEgg.name=Stone Monster Egg +tile.monsterStoneEgg.stone.name=Stone Monster Egg +tile.monsterStoneEgg.cobble.name=Cobblestone Monster Egg +tile.monsterStoneEgg.brick.name=Stone Brick Monster Egg +tile.monsterStoneEgg.mossybrick.name=Mossy Stone Brick Monster Egg +tile.monsterStoneEgg.crackedbrick.name=Cracked Stone Brick Monster Egg +tile.monsterStoneEgg.chiseledbrick.name=Chiseled Stone Brick Monster Egg +tile.pistonBase.name=Piston +tile.pistonStickyBase.name=Sticky Piston +tile.fenceIron.name=Iron Bars +tile.melon.name=Melon +tile.stairsBrick.name=Brick Stairs +tile.stairsStoneBrickSmooth.name=Stone Brick Stairs +tile.vine.name=Vines +tile.netherBrick.name=Nether Brick +tile.netherFence.name=Nether Brick Fence +tile.stairsNetherBrick.name=Nether Brick Stairs +tile.netherStalk.name=Nether Wart +tile.cauldron.name=Cauldron +tile.enchantmentTable.name=Enchantment Table +tile.anvil.name=Anvil +tile.anvil.intact.name=Anvil +tile.anvil.slightlyDamaged.name=Slightly Damaged Anvil +tile.anvil.veryDamaged.name=Very Damaged Anvil +tile.whiteStone.name=End Stone +tile.endPortalFrame.name=End Portal +tile.mycel.name=Mycelium +tile.waterlily.name=Lily Pad +tile.dragonEgg.name=Dragon Egg +tile.redstoneLight.name=Redstone Lamp +tile.cocoa.name=Cocoa +tile.enderChest.name=Ender Chest +tile.oreEmerald.name=Emerald Ore +tile.blockEmerald.name=Block of Emerald +tile.blockRedstone.name=Block of Redstone +tile.tripWire.name=Tripwire +tile.tripWireSource.name=Tripwire Hook +tile.commandBlock.name=Command Block +tile.repeatingCommandBlock.name=Repeating Command Block +tile.chainCommandBlock.name=Chain Command Block +tile.beacon.name=Beacon +tile.beacon.primary=Primary Power +tile.beacon.secondary=Secondary Power +tile.cobbleWall.normal.name=Cobblestone Wall +tile.cobbleWall.mossy.name=Mossy Cobblestone Wall +tile.carrots.name=Carrots +tile.potatoes.name=Potatoes +tile.daylightDetector.name=Daylight Sensor +tile.netherquartz.name=Nether Quartz Ore +tile.hopper.name=Hopper +tile.quartzBlock.name=Block of Quartz +tile.quartzBlock.default.name=Block of Quartz +tile.quartzBlock.chiseled.name=Chiseled Quartz Block +tile.quartzBlock.lines.name=Pillar Quartz Block +tile.stairsQuartz.name=Quartz Stairs +tile.slime.name=Slime Block +tile.prismarine.rough.name=Prismarine +tile.prismarine.bricks.name=Prismarine Bricks +tile.prismarine.dark.name=Dark Prismarine +tile.seaLantern.name=Sea Lantern +tile.endRod.name=End Rod +tile.chorusPlant.name=Chorus Plant +tile.chorusFlower.name=Chorus Flower +tile.purpurBlock.name=Purpur Block +tile.purpurPillar.name=Purpur Pillar +tile.stairsPurpur.name=Purpur Stairs +tile.purpurSlab.name=Purpur Slab +tile.endBricks.name=End Stone Bricks +tile.beetroots.name=Beetroots +tile.grassPath.name=Grass Path +tile.magma.name=Magma Block +tile.netherWartBlock.name=Nether Wart Block +tile.redNetherBrick.name=Red Nether Brick +tile.boneBlock.name=Bone Block +tile.observer.name=Observer +tile.shulkerBoxWhite.name=White Shulker Box +tile.shulkerBoxOrange.name=Orange Shulker Box +tile.shulkerBoxMagenta.name=Magenta Shulker Box +tile.shulkerBoxLightBlue.name=Light Blue Shulker Box +tile.shulkerBoxYellow.name=Yellow Shulker Box +tile.shulkerBoxLime.name=Lime Shulker Box +tile.shulkerBoxPink.name=Pink Shulker Box +tile.shulkerBoxGray.name=Gray Shulker Box +tile.shulkerBoxSilver.name=Light Gray Shulker Box +tile.shulkerBoxCyan.name=Cyan Shulker Box +tile.shulkerBoxPurple.name=Purple Shulker Box +tile.shulkerBoxBlue.name=Blue Shulker Box +tile.shulkerBoxBrown.name=Brown Shulker Box +tile.shulkerBoxGreen.name=Green Shulker Box +tile.shulkerBoxRed.name=Red Shulker Box +tile.shulkerBoxBlack.name=Black Shulker Box +tile.glazedTerracottaWhite.name=White Glazed Terracotta +tile.glazedTerracottaOrange.name=Orange Glazed Terracotta +tile.glazedTerracottaMagenta.name=Magenta Glazed Terracotta +tile.glazedTerracottaLightBlue.name=Light Blue Glazed Terracotta +tile.glazedTerracottaYellow.name=Yellow Glazed Terracotta +tile.glazedTerracottaLime.name=Lime Glazed Terracotta +tile.glazedTerracottaPink.name=Pink Glazed Terracotta +tile.glazedTerracottaGray.name=Gray Glazed Terracotta +tile.glazedTerracottaSilver.name=Light Gray Glazed Terracotta +tile.glazedTerracottaCyan.name=Cyan Glazed Terracotta +tile.glazedTerracottaPurple.name=Purple Glazed Terracotta +tile.glazedTerracottaBlue.name=Blue Glazed Terracotta +tile.glazedTerracottaBrown.name=Brown Glazed Terracotta +tile.glazedTerracottaGreen.name=Green Glazed Terracotta +tile.glazedTerracottaRed.name=Red Glazed Terracotta +tile.glazedTerracottaBlack.name=Black Glazed Terracotta +tile.concrete.black.name=Black Concrete +tile.concrete.red.name=Red Concrete +tile.concrete.green.name=Green Concrete +tile.concrete.brown.name=Brown Concrete +tile.concrete.blue.name=Blue Concrete +tile.concrete.purple.name=Purple Concrete +tile.concrete.cyan.name=Cyan Concrete +tile.concrete.silver.name=Light Gray Concrete +tile.concrete.gray.name=Gray Concrete +tile.concrete.pink.name=Pink Concrete +tile.concrete.lime.name=Lime Concrete +tile.concrete.yellow.name=Yellow Concrete +tile.concrete.lightBlue.name=Light Blue Concrete +tile.concrete.magenta.name=Magenta Concrete +tile.concrete.orange.name=Orange Concrete +tile.concrete.white.name=White Concrete +tile.concretePowder.black.name=Black Concrete Powder +tile.concretePowder.red.name=Red Concrete Powder +tile.concretePowder.green.name=Green Concrete Powder +tile.concretePowder.brown.name=Brown Concrete Powder +tile.concretePowder.blue.name=Blue Concrete Powder +tile.concretePowder.purple.name=Purple Concrete Powder +tile.concretePowder.cyan.name=Cyan Concrete Powder +tile.concretePowder.silver.name=Light Gray Concrete Powder +tile.concretePowder.gray.name=Gray Concrete Powder +tile.concretePowder.pink.name=Pink Concrete Powder +tile.concretePowder.lime.name=Lime Concrete Powder +tile.concretePowder.yellow.name=Yellow Concrete Powder +tile.concretePowder.lightBlue.name=Light Blue Concrete Powder +tile.concretePowder.magenta.name=Magenta Concrete Powder +tile.concretePowder.orange.name=Orange Concrete Powder +tile.concretePowder.white.name=White Concrete Powder + +tile.structureVoid.name=Structure Void +tile.structureBlock.name=Structure Block + +item.nameTag.name=Name Tag +item.leash.name=Lead +item.shovelIron.name=Iron Shovel +item.pickaxeIron.name=Iron Pickaxe +item.hatchetIron.name=Iron Axe +item.flintAndSteel.name=Flint and Steel +item.apple.name=Apple +item.cookie.name=Cookie +item.bow.name=Bow +item.arrow.name=Arrow +item.spectral_arrow.name=Spectral Arrow +item.tipped_arrow.name=Tipped Arrow +item.coal.name=Coal +item.charcoal.name=Charcoal +item.diamond.name=Diamond +item.emerald.name=Emerald +item.ingotIron.name=Iron Ingot +item.ingotGold.name=Gold Ingot +item.swordIron.name=Iron Sword +item.swordWood.name=Wooden Sword +item.shovelWood.name=Wooden Shovel +item.pickaxeWood.name=Wooden Pickaxe +item.hatchetWood.name=Wooden Axe +item.swordStone.name=Stone Sword +item.shovelStone.name=Stone Shovel +item.pickaxeStone.name=Stone Pickaxe +item.hatchetStone.name=Stone Axe +item.swordDiamond.name=Diamond Sword +item.shovelDiamond.name=Diamond Shovel +item.pickaxeDiamond.name=Diamond Pickaxe +item.hatchetDiamond.name=Diamond Axe +item.stick.name=Stick +item.bowl.name=Bowl +item.mushroomStew.name=Mushroom Stew +item.swordGold.name=Golden Sword +item.shovelGold.name=Golden Shovel +item.pickaxeGold.name=Golden Pickaxe +item.hatchetGold.name=Golden Axe +item.string.name=String +item.feather.name=Feather +item.sulphur.name=Gunpowder +item.hoeWood.name=Wooden Hoe +item.hoeStone.name=Stone Hoe +item.hoeIron.name=Iron Hoe +item.hoeDiamond.name=Diamond Hoe +item.hoeGold.name=Golden Hoe +item.seeds.name=Seeds +item.seeds_pumpkin.name=Pumpkin Seeds +item.seeds_melon.name=Melon Seeds +item.melon.name=Melon +item.wheat.name=Wheat +item.bread.name=Bread +item.helmetCloth.name=Leather Cap +item.chestplateCloth.name=Leather Tunic +item.leggingsCloth.name=Leather Pants +item.bootsCloth.name=Leather Boots +item.helmetChain.name=Chain Helmet +item.chestplateChain.name=Chain Chestplate +item.leggingsChain.name=Chain Leggings +item.bootsChain.name=Chain Boots +item.helmetIron.name=Iron Helmet +item.chestplateIron.name=Iron Chestplate +item.leggingsIron.name=Iron Leggings +item.bootsIron.name=Iron Boots +item.helmetDiamond.name=Diamond Helmet +item.chestplateDiamond.name=Diamond Chestplate +item.leggingsDiamond.name=Diamond Leggings +item.bootsDiamond.name=Diamond Boots +item.helmetGold.name=Golden Helmet +item.chestplateGold.name=Golden Chestplate +item.leggingsGold.name=Golden Leggings +item.bootsGold.name=Golden Boots +item.flint.name=Flint +item.porkchopRaw.name=Raw Porkchop +item.porkchopCooked.name=Cooked Porkchop +item.chickenRaw.name=Raw Chicken +item.chickenCooked.name=Cooked Chicken +item.muttonRaw.name=Raw Mutton +item.muttonCooked.name=Cooked Mutton +item.rabbitRaw.name=Raw Rabbit +item.rabbitCooked.name=Cooked Rabbit +item.rabbitStew.name=Rabbit Stew +item.rabbitFoot.name=Rabbit's Foot +item.rabbitHide.name=Rabbit Hide +item.beefRaw.name=Raw Beef +item.beefCooked.name=Steak +item.painting.name=Painting +item.frame.name=Item Frame +item.appleGold.name=Golden Apple +item.sign.name=Sign +item.doorOak.name=Oak Door +item.doorSpruce.name=Spruce Door +item.doorBirch.name=Birch Door +item.doorJungle.name=Jungle Door +item.doorAcacia.name=Acacia Door +item.doorDarkOak.name=Dark Oak Door +item.bucket.name=Bucket +item.bucketWater.name=Water Bucket +item.bucketLava.name=Lava Bucket +item.minecart.name=Minecart +item.saddle.name=Saddle +item.doorIron.name=Iron Door +item.redstone.name=Redstone +item.snowball.name=Snowball +item.boat.oak.name=Oak Boat +item.boat.spruce.name=Spruce Boat +item.boat.birch.name=Birch Boat +item.boat.jungle.name=Jungle Boat +item.boat.acacia.name=Acacia Boat +item.boat.dark_oak.name=Dark Oak Boat +item.leather.name=Leather +item.milk.name=Milk +item.brick.name=Brick +item.clay.name=Clay +item.reeds.name=Sugar Canes +item.paper.name=Paper +item.book.name=Book +item.slimeball.name=Slimeball +item.minecartChest.name=Minecart with Chest +item.minecartFurnace.name=Minecart with Furnace +item.minecartTnt.name=Minecart with TNT +item.minecartHopper.name=Minecart with Hopper +item.minecartCommandBlock.name=Minecart with Command Block +item.egg.name=Egg +item.compass.name=Compass +item.fishingRod.name=Fishing Rod +item.clock.name=Clock +item.yellowDust.name=Glowstone Dust +item.fish.cod.raw.name=Raw Fish +item.fish.salmon.raw.name=Raw Salmon +item.fish.pufferfish.raw.name=Pufferfish +item.fish.clownfish.raw.name=Clownfish +item.fish.cod.cooked.name=Cooked Fish +item.fish.salmon.cooked.name=Cooked Salmon +item.record.name=Music Disc +item.record.13.desc=C418 - 13 +item.record.cat.desc=C418 - cat +item.record.blocks.desc=C418 - blocks +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.ward.desc=C418 - ward +item.record.11.desc=C418 - 11 +item.record.wait.desc=C418 - wait +item.bone.name=Bone +item.dyePowder.black.name=Ink Sac +item.dyePowder.red.name=Rose Red +item.dyePowder.green.name=Cactus Green +item.dyePowder.brown.name=Cocoa Beans +item.dyePowder.blue.name=Lapis Lazuli +item.dyePowder.purple.name=Purple Dye +item.dyePowder.cyan.name=Cyan Dye +item.dyePowder.silver.name=Light Gray Dye +item.dyePowder.gray.name=Gray Dye +item.dyePowder.pink.name=Pink Dye +item.dyePowder.lime.name=Lime Dye +item.dyePowder.yellow.name=Dandelion Yellow +item.dyePowder.lightBlue.name=Light Blue Dye +item.dyePowder.magenta.name=Magenta Dye +item.dyePowder.orange.name=Orange Dye +item.dyePowder.white.name=Bone Meal +item.sugar.name=Sugar +item.cake.name=Cake +item.bed.black.name=Black Bed +item.bed.red.name=Red Bed +item.bed.green.name=Green Bed +item.bed.brown.name=Brown Bed +item.bed.blue.name=Blue Bed +item.bed.purple.name=Purple Bed +item.bed.cyan.name=Cyan Bed +item.bed.silver.name=Light Gray Bed +item.bed.gray.name=Gray Bed +item.bed.pink.name=Pink Bed +item.bed.lime.name=Lime Bed +item.bed.yellow.name=Yellow Bed +item.bed.lightBlue.name=Light Blue Bed +item.bed.magenta.name=Magenta Bed +item.bed.orange.name=Orange Bed +item.bed.white.name=White Bed +item.diode.name=Redstone Repeater +item.comparator.name=Redstone Comparator +item.map.name=Map +item.leaves.name=Leaves +item.shears.name=Shears +item.rottenFlesh.name=Rotten Flesh +item.enderPearl.name=Ender Pearl +item.blazeRod.name=Blaze Rod +item.ghastTear.name=Ghast Tear +item.netherStalkSeeds.name=Nether Wart +item.potion.name=Potion +item.splash_potion.name=Splash Potion +item.lingering_potion.name=Lingering Potion +item.end_crystal.name=End Crystal +item.goldNugget.name=Gold Nugget +item.glassBottle.name=Glass Bottle +item.spiderEye.name=Spider Eye +item.fermentedSpiderEye.name=Fermented Spider Eye +item.blazePowder.name=Blaze Powder +item.magmaCream.name=Magma Cream +item.cauldron.name=Cauldron +item.brewingStand.name=Brewing Stand +item.eyeOfEnder.name=Eye of Ender +item.speckledMelon.name=Glistering Melon +item.monsterPlacer.name=Spawn +item.expBottle.name=Bottle o' Enchanting +item.fireball.name=Fire Charge +item.writingBook.name=Book and Quill +item.writtenBook.name=Written Book +item.flowerPot.name=Flower Pot +item.emptyMap.name=Empty Map +item.carrots.name=Carrot +item.carrotGolden.name=Golden Carrot +item.potato.name=Potato +item.potatoBaked.name=Baked Potato +item.potatoPoisonous.name=Poisonous Potato +item.skull.skeleton.name=Skeleton Skull +item.skull.wither.name=Wither Skeleton Skull +item.skull.zombie.name=Zombie Head +item.skull.char.name=Head +item.skull.player.name=%s's Head +item.skull.creeper.name=Creeper Head +item.skull.dragon.name=Dragon Head +item.carrotOnAStick.name=Carrot on a Stick +item.netherStar.name=Nether Star +item.pumpkinPie.name=Pumpkin Pie +item.enchantedBook.name=Enchanted Book +item.fireworks.name=Firework Rocket +item.fireworks.flight=Flight Duration: +item.fireworksCharge.name=Firework Star +item.fireworksCharge.black=Black +item.fireworksCharge.red=Red +item.fireworksCharge.green=Green +item.fireworksCharge.brown=Brown +item.fireworksCharge.blue=Blue +item.fireworksCharge.purple=Purple +item.fireworksCharge.cyan=Cyan +item.fireworksCharge.silver=Light Gray +item.fireworksCharge.gray=Gray +item.fireworksCharge.pink=Pink +item.fireworksCharge.lime=Lime +item.fireworksCharge.yellow=Yellow +item.fireworksCharge.lightBlue=Light Blue +item.fireworksCharge.magenta=Magenta +item.fireworksCharge.orange=Orange +item.fireworksCharge.white=White +item.fireworksCharge.customColor=Custom +item.fireworksCharge.fadeTo=Fade to +item.fireworksCharge.flicker=Twinkle +item.fireworksCharge.trail=Trail +item.fireworksCharge.type.0=Small Ball +item.fireworksCharge.type.1=Large Ball +item.fireworksCharge.type.2=Star-shaped +item.fireworksCharge.type.3=Creeper-shaped +item.fireworksCharge.type.4=Burst +item.fireworksCharge.type=Unknown Shape +item.netherbrick.name=Nether Brick +item.netherquartz.name=Nether Quartz +item.armorStand.name=Armor Stand +item.horsearmormetal.name=Iron Horse Armor +item.horsearmorgold.name=Gold Horse Armor +item.horsearmordiamond.name=Diamond Horse Armor +item.prismarineShard.name=Prismarine Shard +item.prismarineCrystals.name=Prismarine Crystals +item.chorusFruit.name=Chorus Fruit +item.chorusFruitPopped.name=Popped Chorus Fruit +item.beetroot.name=Beetroot +item.beetroot_seeds.name=Beetroot Seeds +item.beetroot_soup.name=Beetroot Soup +item.dragon_breath.name=Dragon's Breath +item.elytra.name=Elytra +item.totem.name=Totem of Undying +item.shulkerShell.name=Shulker Shell +item.ironNugget.name=Iron Nugget +item.knowledgeBook.name=Knowledge Book + +container.inventory=Inventory +container.hopper=Item Hopper +container.crafting=Crafting +container.dispenser=Dispenser +container.dropper=Dropper +container.furnace=Furnace +container.enchant=Enchant +container.enchant.lapis.one=1 Lapis Lazuli +container.enchant.lapis.many=%s Lapis Lazuli +container.enchant.level.one=1 Enchantment Level +container.enchant.level.many=%s Enchantment Levels +container.enchant.level.requirement=Level requirement: %s +container.enchant.clue=%s . . . ? +container.repair=Repair & Name +container.repair.cost=Enchantment Cost: %1$s +container.repair.expensive=Too Expensive! +container.creative=Item Selection +container.brewing=Brewing Stand +container.chest=Chest +container.chestDouble=Large Chest +container.enderchest=Ender Chest +container.beacon=Beacon +container.shulkerBox=Shulker Box +container.shulkerBox.more=and %s more... + +container.spectatorCantOpen=Unable to open. Loot not generated yet. +container.isLocked=%s is locked! + +structure_block.save_success=Structure saved as '%s' +structure_block.save_failure=Unable to save structure '%s' +structure_block.load_success=Structure loaded from '%s' +structure_block.load_prepare=Structure '%s' position prepared +structure_block.load_not_found=Structure '%s' is not available +structure_block.size_success=Size successfully detected for '%s' +structure_block.size_failure=Unable to detect structure size, add corners with matching structure names + +structure_block.mode.save=Save +structure_block.mode.load=Load +structure_block.mode.data=Data +structure_block.mode.corner=Corner +structure_block.hover.save=Save: %s +structure_block.hover.load=Load: %s +structure_block.hover.data=Data: %s +structure_block.hover.corner=Corner: %s +structure_block.mode_info.save=Save mode - write to file +structure_block.mode_info.load=Load mode - load from file +structure_block.mode_info.data=Data mode - game logic marker +structure_block.mode_info.corner=Corner mode - placement and size marker +structure_block.structure_name=Structure Name +structure_block.custom_data=Custom Data Tag Name +structure_block.position=Relative Position +structure_block.size=Structure Size +structure_block.integrity=Structure Integrity and Seed +structure_block.include_entities=Include entities: +structure_block.detect_size=Detect structure size and position: +structure_block.button.detect_size=DETECT +structure_block.button.save=SAVE +structure_block.button.load=LOAD +structure_block.show_air=Show invisible blocks: +structure_block.show_boundingbox=Show bounding box: + +item.dyed=Dyed +item.unbreakable=Unbreakable +item.canBreak=Can break: +item.canPlace=Can be placed on: +item.color=Color: %s +item.nbt_tags=NBT: %s tag(s) +item.durability=Durability: %s / %s + +filled_map.mansion=Woodland Explorer Map +filled_map.monument=Ocean Explorer Map +filled_map.unknown=Unknown Map +filled_map.level=(Level %s/%s) +filled_map.scale=Scaling at 1:%s + +entity.Item.name=Item +entity.XPOrb.name=Experience Orb +entity.SmallFireball.name=Small Fireball +entity.Fireball.name=Fireball +entity.DragonFireball.name=Dragon Fireball +entity.ThrownPotion.name=Potion + +entity.Arrow.name=Arrow +entity.Snowball.name=Snowball +entity.Painting.name=Painting +entity.ArmorStand.name=Armor Stand + +entity.Mob.name=Mob +entity.Monster.name=Monster + +entity.Creeper.name=Creeper +entity.Skeleton.name=Skeleton +entity.WitherSkeleton.name=Wither Skeleton +entity.Stray.name=Stray +entity.Spider.name=Spider +entity.Giant.name=Giant +entity.Zombie.name=Zombie +entity.Husk.name=Husk +entity.Slime.name=Slime +entity.Ghast.name=Ghast +entity.PigZombie.name=Zombie Pigman +entity.Enderman.name=Enderman +entity.Endermite.name=Endermite +entity.Silverfish.name=Silverfish +entity.CaveSpider.name=Cave Spider +entity.Blaze.name=Blaze +entity.LavaSlime.name=Magma Cube +entity.MushroomCow.name=Mooshroom +entity.Villager.name=Villager +entity.ZombieVillager.name=Zombie Villager +entity.VillagerGolem.name=Iron Golem +entity.SnowMan.name=Snow Golem +entity.EnderDragon.name=Ender Dragon +entity.WitherBoss.name=Wither +entity.Witch.name=Witch +entity.Guardian.name=Guardian +entity.ElderGuardian.name=Elder Guardian +entity.Shulker.name=Shulker +entity.PolarBear.name=Polar Bear +entity.EvocationIllager.name=Evoker +entity.Vex.name=Vex +entity.VindicationIllager.name=Vindicator +entity.Parrot.name=Parrot +entity.IllusionIllager.name=Illusioner + +entity.Villager.farmer=Farmer +entity.Villager.fisherman=Fisherman +entity.Villager.shepherd=Shepherd +entity.Villager.fletcher=Fletcher +entity.Villager.librarian=Librarian +entity.Villager.cleric=Cleric +entity.Villager.armor=Armorer +entity.Villager.weapon=Weapon Smith +entity.Villager.tool=Tool Smith +entity.Villager.butcher=Butcher +entity.Villager.leather=Leatherworker +entity.Villager.nitwit=Nitwit +entity.Villager.cartographer=Cartographer + +entity.Pig.name=Pig +entity.Sheep.name=Sheep +entity.Cow.name=Cow +entity.Chicken.name=Chicken +entity.Squid.name=Squid +entity.Wolf.name=Wolf +entity.Ozelot.name=Ocelot +entity.Cat.name=Cat +entity.Bat.name=Bat +entity.Horse.name=Horse +entity.Donkey.name=Donkey +entity.Mule.name=Mule +entity.SkeletonHorse.name=Skeleton Horse +entity.ZombieHorse.name=Zombie Horse +entity.Rabbit.name=Rabbit +entity.KillerBunny.name=The Killer Bunny +entity.Llama.name=Llama + +entity.PrimedTnt.name=Block of TNT +entity.FallingSand.name=Falling Block + +entity.Minecart.name=Minecart +entity.MinecartHopper.name=Minecart with Hopper +entity.MinecartChest.name=Minecart with Chest +entity.Boat.name=Boat + +entity.generic.name=unknown + +death.fell.accident.ladder=%1$s fell off a ladder +death.fell.accident.vines=%1$s fell off some vines +death.fell.accident.water=%1$s fell out of the water +death.fell.accident.generic=%1$s fell from a high place +death.fell.killer=%1$s was doomed to fall +death.fell.assist=%1$s was doomed to fall by %2$s +death.fell.assist.item=%1$s was doomed to fall by %2$s using %3$s +death.fell.finish=%1$s fell too far and was finished by %2$s +death.fell.finish.item=%1$s fell too far and was finished by %2$s using %3$s + +death.attack.lightningBolt=%1$s was struck by lightning +death.attack.inFire=%1$s went up in flames +death.attack.inFire.player=%1$s walked into fire whilst fighting %2$s +death.attack.onFire=%1$s burned to death +death.attack.onFire.player=%1$s was burnt to a crisp whilst fighting %2$s +death.attack.lava=%1$s tried to swim in lava +death.attack.lava.player=%1$s tried to swim in lava to escape %2$s +death.attack.hotFloor=%1$s discovered floor was lava +death.attack.hotFloor.player=%1$s walked into danger zone due to %2$s +death.attack.inWall=%1$s suffocated in a wall +death.attack.cramming=%1$s was squished too much +death.attack.drown=%1$s drowned +death.attack.drown.player=%1$s drowned whilst trying to escape %2$s +death.attack.starve=%1$s starved to death +death.attack.cactus=%1$s was pricked to death +death.attack.cactus.player=%1$s walked into a cactus whilst trying to escape %2$s +death.attack.generic=%1$s died +death.attack.explosion=%1$s blew up +death.attack.explosion.player=%1$s was blown up by %2$s +death.attack.magic=%1$s was killed by magic +death.attack.wither=%1$s withered away +death.attack.anvil=%1$s was squashed by a falling anvil +death.attack.fallingBlock=%1$s was squashed by a falling block +death.attack.mob=%1$s was slain by %2$s +death.attack.player=%1$s was slain by %2$s +death.attack.player.item=%1$s was slain by %2$s using %3$s +death.attack.arrow=%1$s was shot by %2$s +death.attack.arrow.item=%1$s was shot by %2$s using %3$s +death.attack.fireball=%1$s was fireballed by %2$s +death.attack.fireball.item=%1$s was fireballed by %2$s using %3$s +death.attack.thrown=%1$s was pummeled by %2$s +death.attack.thrown.item=%1$s was pummeled by %2$s using %3$s +death.attack.indirectMagic=%1$s was killed by %2$s using magic +death.attack.indirectMagic.item=%1$s was killed by %2$s using %3$s +death.attack.thorns=%1$s was killed trying to hurt %2$s +death.attack.fall=%1$s hit the ground too hard +death.attack.outOfWorld=%1$s fell out of the world +death.attack.dragonBreath=%1$s was roasted in dragon breath +death.attack.flyIntoWall=%1$s experienced kinetic energy +death.attack.fireworks=%1$s went off with a bang + +deathScreen.respawn=Respawn +deathScreen.spectate=Spectate world +deathScreen.deleteWorld=Delete world +deathScreen.titleScreen=Title screen +deathScreen.score=Score +deathScreen.title.hardcore=Game over! +deathScreen.title=You died! +deathScreen.leaveServer=Leave server +deathScreen.quit.confirm=Are you sure you want to quit? + +effect.none=No Effects +effect.moveSpeed=Speed +effect.moveSlowdown=Slowness +effect.digSpeed=Haste +effect.digSlowDown=Mining Fatigue +effect.damageBoost=Strength +effect.heal=Instant Health +effect.harm=Instant Damage +effect.jump=Jump Boost +effect.confusion=Nausea +effect.regeneration=Regeneration +effect.resistance=Resistance +effect.fireResistance=Fire Resistance +effect.waterBreathing=Water Breathing +effect.invisibility=Invisibility +effect.blindness=Blindness +effect.nightVision=Night Vision +effect.hunger=Hunger +effect.weakness=Weakness +effect.poison=Poison +effect.wither=Wither +effect.healthBoost=Health Boost +effect.absorption=Absorption +effect.saturation=Saturation +effect.glowing=Glowing +effect.luck=Luck +effect.unluck=Bad Luck +effect.levitation=Levitation + +tipped_arrow.effect.empty=Uncraftable Tipped Arrow +tipped_arrow.effect.water=Tipped Arrow +tipped_arrow.effect.mundane=Tipped Arrow +tipped_arrow.effect.thick=Tipped Arrow +tipped_arrow.effect.awkward=Tipped Arrow +tipped_arrow.effect.night_vision=Arrow of Night Vision +tipped_arrow.effect.invisibility=Arrow of Invisibility +tipped_arrow.effect.leaping=Arrow of Leaping +tipped_arrow.effect.fire_resistance=Arrow of Fire Resistance +tipped_arrow.effect.swiftness=Arrow of Swiftness +tipped_arrow.effect.slowness=Arrow of Slowness +tipped_arrow.effect.water=Arrow of Splashing +tipped_arrow.effect.water_breathing=Arrow of Water Breathing +tipped_arrow.effect.healing=Arrow of Healing +tipped_arrow.effect.harming=Arrow of Harming +tipped_arrow.effect.poison=Arrow of Poison +tipped_arrow.effect.regeneration=Arrow of Regeneration +tipped_arrow.effect.strength=Arrow of Strength +tipped_arrow.effect.weakness=Arrow of Weakness +tipped_arrow.effect.levitation=Arrow of Levitation +tipped_arrow.effect.luck=Arrow of Luck + +potion.whenDrank=When Applied: +potion.effect.empty=Uncraftable Potion +potion.effect.water=Water Bottle +potion.effect.mundane=Mundane Potion +potion.effect.thick=Thick Potion +potion.effect.awkward=Awkward Potion +potion.effect.night_vision=Potion of Night Vision +potion.effect.invisibility=Potion of Invisibility +potion.effect.leaping=Potion of Leaping +potion.effect.fire_resistance=Potion of Fire Resistance +potion.effect.swiftness=Potion of Swiftness +potion.effect.slowness=Potion of Slowness +potion.effect.water_breathing=Potion of Water Breathing +potion.effect.healing=Potion of Healing +potion.effect.harming=Potion of Harming +potion.effect.poison=Potion of Poison +potion.effect.regeneration=Potion of Regeneration +potion.effect.strength=Potion of Strength +potion.effect.weakness=Potion of Weakness +potion.effect.levitation=Potion of Levitation +potion.effect.luck=Potion of Luck + +splash_potion.effect.empty=Splash Uncraftable Potion +splash_potion.effect.water=Splash Water Bottle +splash_potion.effect.mundane=Mundane Splash Potion +splash_potion.effect.thick=Thick Splash Potion +splash_potion.effect.awkward=Awkward Splash Potion +splash_potion.effect.night_vision=Splash Potion of Night Vision +splash_potion.effect.invisibility=Splash Potion of Invisibility +splash_potion.effect.leaping=Splash Potion of Leaping +splash_potion.effect.fire_resistance=Splash Potion of Fire Resistance +splash_potion.effect.swiftness=Splash Potion of Swiftness +splash_potion.effect.slowness=Splash Potion of Slowness +splash_potion.effect.water_breathing=Splash Potion of Water Breathing +splash_potion.effect.healing=Splash Potion of Healing +splash_potion.effect.harming=Splash Potion of Harming +splash_potion.effect.poison=Splash Potion of Poison +splash_potion.effect.regeneration=Splash Potion of Regeneration +splash_potion.effect.strength=Splash Potion of Strength +splash_potion.effect.weakness=Splash Potion of Weakness +splash_potion.effect.levitation=Splash Potion of Levitation +splash_potion.effect.luck=Splash Potion of Luck + +lingering_potion.effect.empty=Lingering Uncraftable Potion +lingering_potion.effect.water=Lingering Water Bottle +lingering_potion.effect.mundane=Mundane Lingering Potion +lingering_potion.effect.thick=Thick Lingering Potion +lingering_potion.effect.awkward=Awkward Lingering Potion +lingering_potion.effect.night_vision=Lingering Potion of Night Vision +lingering_potion.effect.invisibility=Lingering Potion of Invisibility +lingering_potion.effect.leaping=Lingering Potion of Leaping +lingering_potion.effect.fire_resistance=Lingering Potion of Fire Resistance +lingering_potion.effect.swiftness=Lingering Potion of Swiftness +lingering_potion.effect.slowness=Lingering Potion of Slowness +lingering_potion.effect.water_breathing=Lingering Potion of Water Breathing +lingering_potion.effect.healing=Lingering Potion of Healing +lingering_potion.effect.harming=Lingering Potion of Harming +lingering_potion.effect.poison=Lingering Potion of Poison +lingering_potion.effect.regeneration=Lingering Potion of Regeneration +lingering_potion.effect.strength=Lingering Potion of Strength +lingering_potion.effect.weakness=Lingering Potion of Weakness +lingering_potion.effect.levitation=Lingering Potion of Levitation +lingering_potion.effect.luck=Lingering Potion of Luck + +potion.potency.0= +potion.potency.1=II +potion.potency.2=III + +enchantment.damage.all=Sharpness +enchantment.damage.undead=Smite +enchantment.damage.arthropods=Bane of Arthropods +enchantment.knockback=Knockback +enchantment.fire=Fire Aspect +enchantment.sweeping=Sweeping Edge +enchantment.protect.all=Protection +enchantment.protect.fire=Fire Protection +enchantment.protect.fall=Feather Falling +enchantment.protect.explosion=Blast Protection +enchantment.protect.projectile=Projectile Protection +enchantment.oxygen=Respiration +enchantment.waterWorker=Aqua Affinity +enchantment.waterWalker=Depth Strider +enchantment.frostWalker=Frost Walker +enchantment.digging=Efficiency +enchantment.untouching=Silk Touch +enchantment.durability=Unbreaking +enchantment.lootBonus=Looting +enchantment.lootBonusDigger=Fortune +enchantment.lootBonusFishing=Luck of the Sea +enchantment.fishingSpeed=Lure +enchantment.arrowDamage=Power +enchantment.arrowFire=Flame +enchantment.arrowKnockback=Punch +enchantment.arrowInfinite=Infinity +enchantment.thorns=Thorns +enchantment.mending=Mending +enchantment.binding_curse=Curse of Binding +enchantment.vanishing_curse=Curse of Vanishing + +enchantment.level.1=I +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.level.10=X + +gui.advancements=Advancements +gui.stats=Statistics + +advancements.empty=There doesn't seem to be anything here... +advancements.toast.task=Advancement Made! +advancements.toast.challenge=Challenge Complete! +advancements.toast.goal=Goal Reached! + +stats.tooltip.type.statistic=Statistic +stat.generalButton=General +stat.blocksButton=Blocks +stat.itemsButton=Items +stat.mobsButton=Mobs + +stat.used=Times Used +stat.mined=Times Mined +stat.depleted=Times Depleted +stat.crafted=Times Crafted +stat.entityKills=You killed %s %s +stat.entityKilledBy=%s killed you %s time(s) +stat.entityKills.none=You have never killed %s +stat.entityKilledBy.none=You have never been killed by %s + +stat.startGame=Times Played +stat.createWorld=Worlds Created +stat.loadWorld=Saves Loaded +stat.joinMultiplayer=Multiplayer Joins +stat.leaveGame=Games Quit + +stat.playOneMinute=Time Played +stat.timeSinceDeath=Since Last Death +stat.sneakTime=Sneak Time + +stat.walkOneCm=Distance Walked +stat.crouchOneCm=Distance Crouched +stat.sprintOneCm=Distance Sprinted +stat.fallOneCm=Distance Fallen +stat.swimOneCm=Distance Swum +stat.flyOneCm=Distance Flown +stat.climbOneCm=Distance Climbed +stat.diveOneCm=Distance Dove +stat.minecartOneCm=Distance by Minecart +stat.boatOneCm=Distance by Boat +stat.pigOneCm=Distance by Pig +stat.horseOneCm=Distance by Horse +stat.aviateOneCm=Distance by Elytra +stat.jump=Jumps +stat.drop=Items Dropped +stat.dropped=Dropped +stat.pickup=Picked Up + +stat.damageDealt=Damage Dealt +stat.damageTaken=Damage Taken +stat.deaths=Number of Deaths +stat.mobKills=Mob Kills +stat.animalsBred=Animals Bred +stat.playerKills=Player Kills +stat.fishCaught=Fish Caught +stat.treasureFished=Treasure Fished +stat.junkFished=Junk Fished +stat.talkedToVillager=Talked to Villagers +stat.tradedWithVillager=Traded with Villagers + +stat.cakeSlicesEaten=Cake Slices Eaten +stat.cauldronFilled=Cauldrons Filled +stat.cauldronUsed=Water Taken from Cauldron +stat.armorCleaned=Armor Pieces Cleaned +stat.bannerCleaned=Banners Cleaned +stat.brewingstandInteraction=Interactions with Brewing Stand +stat.beaconInteraction=Interactions with Beacon +stat.dropperInspected=Droppers Searched +stat.hopperInspected=Hoppers Searched +stat.dispenserInspected=Dispensers Searched +stat.noteblockPlayed=Note Blocks Played +stat.noteblockTuned=Note Blocks Tuned +stat.flowerPotted=Plants Potted +stat.trappedChestTriggered=Trapped Chests Triggered +stat.enderchestOpened=Ender Chests Opened +stat.itemEnchanted=Items Enchanted +stat.recordPlayed=Records Played +stat.furnaceInteraction=Interactions with Furnace +stat.workbenchInteraction=Interactions with Crafting Table +stat.chestOpened=Chests Opened +stat.shulkerBoxOpened=Shulker Boxes Opened +stat.sleepInBed=Times Slept in a Bed + +stat.mineBlock=%1$s Mined +stat.craftItem=%1$s Crafted +stat.useItem=%1$s Used +stat.breakItem=%1$s Depleted + +recipe.toast.title=New Recipes Unlocked! +recipe.toast.description=Check your recipe book + +commands.generic.exception=An unknown error occurred while attempting to perform this command +commands.generic.permission=You do not have permission to use this command +commands.generic.syntax=Invalid command syntax +commands.generic.player.notFound=Player '%s' cannot be found +commands.generic.entity.notFound=Entity '%s' cannot be found +commands.generic.selector.notFound=Selector '%s' found nothing +commands.generic.entity.invalidUuid=The entity UUID '%s' is in an invalid format +commands.generic.entity.invalidType=Entity type '%s' is invalid +commands.generic.notFound=Unknown command. Try /help for a list of commands +commands.generic.parameter.invalid='%s' is not a valid parameter +commands.generic.num.invalid='%s' is not a valid number +commands.generic.boolean.invalid='%s' is not true or false +commands.generic.num.tooSmall=The number you have entered (%s) is too small, it must be at least %s +commands.generic.num.tooBig=The number you have entered (%s) is too big, it must be at most %s +commands.generic.blockstate.invalid='%s' is not a state for block %s +commands.generic.usage=Usage: %s +commands.generic.selector_argument=Invalid selector argument: '%s' +commands.generic.player.unspecified=You must specify which player you wish to perform this action on. + +commands.setidletimeout.usage=/setidletimeout +commands.setidletimeout.success=Successfully set the idle timeout to %s minutes. +commands.xp.failure.widthdrawXp=Cannot give player negative experience points +commands.xp.success=Given %s experience to %s +commands.xp.success.levels=Given %s levels to %s +commands.xp.success.negative.levels=Taken %s levels from %s +commands.xp.usage=/xp [player] OR /xp L [player] +commands.playsound.usage=/playsound [x] [y] [z] [volume] [pitch] [minimumVolume] +commands.playsound.success=Played sound '%s' to %s +commands.playsound.playerTooFar=Player %s is too far away to hear the sound +commands.playsound.unknownSoundSource=Source %s is unknown +commands.give.usage=/give [amount] [data] [dataTag] +commands.give.item.notFound=There is no such item with name %s +commands.give.block.notFound=There is no such block with name %s +commands.give.success=Given %s * %s to %s +commands.give.tagError=Data tag parsing failed: %s +commands.replaceitem.usage=/replaceitem ... +commands.replaceitem.entity.usage=/replaceitem entity [amount] [data] [dataTag] +commands.replaceitem.block.usage=/replaceitem block [amount] [data] [dataTag] +commands.replaceitem.tagError=Data tag parsing failed: %s +commands.replaceitem.noContainer=Block at %s, %s, %s is not a container +commands.replaceitem.failed=Could not replace slot %s with %s * %s +commands.replaceitem.success=Replaced slot %s with %s * %s +commands.stats.usage=/stats ... +commands.stats.entity.usage=/stats entity ... +commands.stats.entity.set.usage=/stats entity set +commands.stats.entity.clear.usage=/stats entity clear +commands.stats.block.usage=/stats block ... +commands.stats.block.set.usage=/stats block set +commands.stats.block.clear.usage=/stats block clear +commands.stats.noCompatibleBlock=Block at %s, %s, %s can not track stats +commands.stats.failed=Invalid parameters +commands.stats.cleared=Cleared %s stats +commands.stats.success=Storing %s stats in %s on %s +commands.summon.usage=/summon [x] [y] [z] [dataTag] +commands.summon.success=Object successfully summoned +commands.summon.failed=Unable to summon object +commands.summon.tagError=Data tag parsing failed: %s +commands.summon.outOfWorld=Cannot summon the object out of the world +commands.testforblock.usage=/testforblock [dataValue|-1|state|*] [dataTag] +commands.testforblock.failed.tile=The block at %s, %s, %s is %s (expected: %s) +commands.testforblock.failed.data=The block at %s, %s, %s had the data value of %s (expected: %s) +commands.testforblock.failed.nbt=The block at %s, %s, %s did not have the required NBT keys +commands.testforblock.failed.tileEntity=The block at %s, %s, %s is not a block entity and cannot support tag matching +commands.testforblock.success=Successfully found the block at %s, %s, %s +commands.testforblock.outOfWorld=Cannot test for block outside of the world +commands.setblock.usage=/setblock [dataValue|state] [oldBlockHandling] [dataTag] +commands.setblock.success=Block placed +commands.setblock.failed=Unable to place block +commands.setblock.tagError=Data tag parsing failed: %s +commands.setblock.outOfWorld=Cannot place block outside of the world +commands.setblock.notFound=There is no such block with ID/name %s +commands.setblock.noChange=The block couldn't be placed +commands.fill.usage=/fill [dataValue|state] [oldBlockHandling] [dataTag] +commands.fill.outOfWorld=Cannot place blocks outside of the world +commands.fill.tagError=Data tag parsing failed: %s +commands.fill.success=%s blocks filled +commands.fill.failed=No blocks filled +commands.fill.tooManyBlocks=Too many blocks in the specified area (%s > %s) +commands.clone.usage=/clone [maskMode] [cloneMode] +commands.clone.outOfWorld=Cannot access blocks outside of the world +commands.clone.noOverlap=Source and destination can not overlap +commands.clone.success=%s blocks cloned +commands.clone.failed=No blocks cloned +commands.clone.tooManyBlocks=Too many blocks in the specified area (%s > %s) +commands.compare.usage=/testforblocks [mode] +commands.compare.outOfWorld=Cannot access blocks outside of the world +commands.compare.failed=Source and destination are not identical +commands.compare.success=%s blocks compared +commands.compare.tooManyBlocks=Too many blocks in the specified area (%s > %s) +commands.blockdata.usage=/blockdata +commands.blockdata.success=Block data updated to: %s +commands.blockdata.tagError=Data tag parsing failed: %s +commands.blockdata.outOfWorld=Cannot change block outside of the world +commands.blockdata.notValid=The target block is not a data holder block +commands.blockdata.failed=The data tag did not change: %s +commands.entitydata.usage=/entitydata +commands.entitydata.success=Entity data updated to: %s +commands.entitydata.tagError=Data tag parsing failed: %s +commands.entitydata.noPlayers=%s is a player and cannot be changed +commands.entitydata.failed=The data tag did not change: %s +commands.effect.usage=/effect [seconds] [amplifier] [hideParticles] OR /effect clear +commands.effect.notFound=There is no such mob effect with ID %s +commands.effect.success=Given %1$s (ID %2$s) * %3$s to %4$s for %5$s seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.success.removed.all=Took all effects from %s +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.effect.failure.notActive.all=Couldn't take any effects from %s as they do not have any +commands.enchant.usage=/enchant [level] +commands.enchant.notFound=There is no such enchantment with ID %s +commands.enchant.noItem=The target doesn't hold an item +commands.enchant.cantEnchant=The selected enchantment can't be added to the target item +commands.enchant.cantCombine=%1$s can't be combined with %2$s +commands.enchant.success=Enchanting succeeded +commands.particle.usage=/particle [count] [mode] [player] [params] +commands.particle.success=Playing effect %s for %s times +commands.particle.notFound=Unknown effect name (%s) +commands.particle.invalidParam=Invalid param given (%s) +commands.clear.usage=/clear [player] [item] [data] [maxCount] [dataTag] +commands.clear.success=Cleared the inventory of %s, removing %s items +commands.clear.testing=%s has %s items that match the criteria +commands.clear.failure=Could not clear the inventory of %s, no items to remove +commands.clear.tagError=Data tag parsing failed: %s +commands.downfall.usage=/toggledownfall +commands.downfall.success=Toggled downfall +commands.time.usage=/time +commands.time.added=Added %s to the time +commands.time.set=Set the time to %s +commands.time.query=Time is %s +commands.players.usage=/list +commands.players.list=There are %s/%s players online: +commands.banlist.ips=There are %s total banned IP addresses: +commands.banlist.players=There are %s total banned players: +commands.banlist.usage=/banlist [ips|players] +commands.kill.usage=/kill [player|entity] +commands.kill.successful=Killed %s +commands.kick.success=Kicked %s from the game +commands.kick.success.reason=Kicked %s from the game: '%s' +commands.kick.usage=/kick [reason ...] +commands.op.success=Opped %s +commands.op.failed=Could not op %s +commands.op.usage=/op +commands.deop.success=De-opped %s +commands.deop.failed=Could not de-op %s +commands.deop.usage=/deop +commands.say.usage=/say +commands.ban.success=Banned player %s +commands.ban.failed=Could not ban player %s +commands.ban.usage=/ban [reason ...] +commands.unban.success=Unbanned player %s +commands.unban.failed=Could not unban player %s +commands.unban.usage=/pardon +commands.banip.invalid=You have entered an invalid IP address or a player that is not online +commands.banip.success=Banned IP address %s +commands.banip.success.players=Banned IP address %s belonging to %s +commands.banip.usage=/ban-ip [reason ...] +commands.unbanip.invalid=You have entered an invalid IP address +commands.unbanip.success=Unbanned IP address %s +commands.unbanip.usage=/pardon-ip
+commands.save.usage=/save-all [flush] +commands.save-on.alreadyOn=Saving is already turned on +commands.save-on.usage=/save-on +commands.save-off.alreadyOff=Saving is already turned off +commands.save-off.usage=/save-off +commands.save.enabled=Turned on world auto-saving +commands.save.disabled=Turned off world auto-saving +commands.save.start=Saving... +commands.save.success=Saved the world +commands.save.failed=Saving failed: %s +commands.save.flushStart=Flushing all saves... +commands.save.flushEnd=Flushing completed +commands.stop.usage=/stop +commands.stop.start=Stopping the server +commands.tp.usage=/tp [target player] OR /tp [target player] [ ] +commands.tp.success=Teleported %s to %s +commands.tp.success.coordinates=Teleported %s to %s, %s, %s +commands.tp.notSameDimension=Unable to teleport because players are not in the same dimension +commands.teleport.usage=/teleport [ ] +commands.teleport.success.coordinates=Teleported %s to %s, %s, %s +commands.whitelist.list=There are %s (out of %s seen) whitelisted players: +commands.whitelist.enabled=Turned on the whitelist +commands.whitelist.disabled=Turned off the whitelist +commands.whitelist.reloaded=Reloaded the whitelist +commands.whitelist.add.success=Added %s to the whitelist +commands.whitelist.add.failed=Could not add %s to the whitelist +commands.whitelist.add.usage=/whitelist add +commands.whitelist.remove.success=Removed %s from the whitelist +commands.whitelist.remove.failed=Could not remove %s from the whitelist +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist + +commands.advancement.usage=/advancement +commands.advancement.advancementNotFound=No advancement was found by the name '%1$s' +commands.advancement.criterionNotFound=The advancement '%1$s' does not contain the criterion '%2$s' + +commands.reload.usage=/reload +commands.reload.success=Successfully reloaded loot tables, advancements and functions + +commands.function.usage=/function [if |unless ] +commands.function.unknown=Unknown function '%s' +commands.function.success=Executed %2$s command(s) from function '%1$s' +commands.function.skipped=Skipped execution of function '%1$s' + +commands.advancement.grant.usage=/advancement grant +commands.advancement.grant.only.usage=/advancement grant only [criterion] +commands.advancement.grant.only.failed=Couldn't grant the advancement '%1$s' to %2$s because they already have it +commands.advancement.grant.only.success=Granted the entire advancement '%1$s' to %2$s +commands.advancement.grant.criterion.failed=Couldn't grant the criterion '%3$s' of advancement '%1$s' to %2$s because they already have it +commands.advancement.grant.criterion.success=Granted the criterion '%3$s' of advancement '%1$s' to %2$s +commands.advancement.grant.until.usage=/advancement grant until +commands.advancement.grant.until.failed=Couldn't grant the advancement '%1$s' or its ancestors to %2$s because they already have them all +commands.advancement.grant.until.success=Granted '%1$s' and all ancestors (%3$s total granted) to %2$s +commands.advancement.grant.from.usage=/advancement grant from +commands.advancement.grant.from.failed=Couldn't grant the advancement '%1$s' or its descendants to %2$s because they already have them all +commands.advancement.grant.from.success=Granted '%1$s' and all descendants (%3$s total granted) to %2$s +commands.advancement.grant.through.usage=/advancement grant through +commands.advancement.grant.through.failed=Couldn't grant the advancement '%1$s', its ancestors or its descendants to %2$s because they already have them all +commands.advancement.grant.through.success=Granted '%1$s', all ancestors and all descendants (%3$s total granted) to %2$s +commands.advancement.grant.everything.usage=/advancement grant everything +commands.advancement.grant.everything.failed=Couldn't grant any advancements to %1$s because they already have them all +commands.advancement.grant.everything.success=Granted every advancement (%2$s total granted) to %1$s + +commands.advancement.revoke.usage=/advancement revoke +commands.advancement.revoke.only.usage=/advancement revoke only [criterion] +commands.advancement.revoke.only.failed=Couldn't revoke the advancement '%1$s' from %2$s because they haven't started it +commands.advancement.revoke.only.success=Revoked the entire advancement '%1$s' from %2$s +commands.advancement.revoke.criterion.failed=Couldn't revoke the criterion '%3$s' of advancement '%1$s' from %2$s because they haven't started it +commands.advancement.revoke.criterion.success=Revoked the criterion '%3$s' of advancement '%1$s' from %2$s +commands.advancement.revoke.until.usage=/advancement revoke until +commands.advancement.revoke.until.failed=Couldn't revoke the advancement '%1$s' or its ancestors from %2$s because they haven't started any +commands.advancement.revoke.until.success=Revoked '%1$s' and all ancestors (%3$s total revoked) from %2$s +commands.advancement.revoke.from.usage=/advancement revoke from +commands.advancement.revoke.from.failed=Couldn't revoke the advancement '%1$s' or its descendants from %2$s because they haven't started any +commands.advancement.revoke.from.success=Revoked '%1$s' and all descendants (%3$s total revoked) from %2$s +commands.advancement.revoke.through.usage=/advancement revoke through +commands.advancement.revoke.through.failed=Couldn't revoke the advancement '%1$s', its ancestors or its descendants from %2$s because they haven't started any +commands.advancement.revoke.through.success=Revoked '%1$s', all ancestors and all descendants (%3$s total revoked) from %2$s +commands.advancement.revoke.everything.usage=/advancement revoke everything +commands.advancement.revoke.everything.failed=Couldn't revoke any advancements to %1$s because they haven't started any +commands.advancement.revoke.everything.success=Revoked every advancement (%2$s total revoked) from %1$s + +commands.advancement.test.usage=/advancement test [criterion] +commands.advancement.test.criterion.success=Player %1$s has completed criterion '%3$s' of advancement '%2$s' +commands.advancement.test.criterion.notDone=Player %1$s has not completed criterion '%3$s' of advancement '%2$s' +commands.advancement.test.advancement.success=Player %1$s has completed advancement '%2$s' +commands.advancement.test.advancement.notDone=Player %1$s has not completed advancement '%2$s' + +commands.scoreboard.usage=/scoreboard ... +commands.scoreboard.noMultiWildcard=Only one user wildcard allowed +commands.scoreboard.allMatchesFailed=All matches failed +commands.scoreboard.teamNotFound=No team was found by the name '%s' +commands.scoreboard.objectiveNotFound=No objective was found by the name '%s' +commands.scoreboard.objectiveReadOnly=The objective '%s' is read-only and cannot be set +commands.scoreboard.objectives.usage=/scoreboard objectives ... +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [objective] +commands.scoreboard.objectives.setdisplay.invalidSlot=No such display slot '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Cleared objective display slot '%s' +commands.scoreboard.objectives.setdisplay.successSet=Set the display objective in slot '%s' to '%s' +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [display name ...] +commands.scoreboard.objectives.add.wrongType=Invalid objective criteria type '%s' +commands.scoreboard.objectives.add.alreadyExists=An objective with the name '%s' already exists +commands.scoreboard.objectives.add.tooLong=The name '%s' is too long for an objective, it can be at most %s characters long +commands.scoreboard.objectives.add.displayTooLong=The display name '%s' is too long for an objective, it can be at most %s characters long +commands.scoreboard.objectives.add.success=Added new objective '%s' successfully +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.remove.success=Removed objective '%s' successfully +commands.scoreboard.objectives.list.count=Showing %s objective(s) on scoreboard: +commands.scoreboard.objectives.list.entry=- %s: displays as '%s' and is type '%s' +commands.scoreboard.objectives.list.empty=There are no objectives on the scoreboard +commands.scoreboard.players.usage=/scoreboard players ... +commands.scoreboard.players.name.tooLong=The name '%s' is too long for a player, it can be at most %s characters long +commands.scoreboard.players.set.success=Set score of %s for player %s to %s +commands.scoreboard.players.set.tagMismatch=The dataTag does not match for %s +commands.scoreboard.players.set.tagError=Could not parse dataTag, reason: %s +commands.scoreboard.players.set.usage=/scoreboard players set [dataTag] +commands.scoreboard.players.add.usage=/scoreboard players add [dataTag] +commands.scoreboard.players.remove.usage=/scoreboard players remove [dataTag] +commands.scoreboard.players.reset.usage=/scoreboard players reset [objective] +commands.scoreboard.players.reset.success=Reset scores of player %s +commands.scoreboard.players.resetscore.success=Reset score %s of player %s +commands.scoreboard.players.list.usage=/scoreboard players list [name] +commands.scoreboard.players.list.count=Showing %s tracked players on the scoreboard: +commands.scoreboard.players.list.empty=There are no tracked players on the scoreboard +commands.scoreboard.players.list.player.count=Showing %s tracked objective(s) for %s: +commands.scoreboard.players.list.player.entry=- %2$s: %1$s (%3$s) +commands.scoreboard.players.list.player.empty=Player %s has no scores recorded +commands.scoreboard.players.enable.usage=/scoreboard players enable +commands.scoreboard.players.enable.success=Enabled trigger %s for %s +commands.scoreboard.players.enable.noTrigger=Objective %s is not a trigger +commands.scoreboard.players.test.usage=/scoreboard players test [max] +commands.scoreboard.players.test.notFound=No %s score for %s found +commands.scoreboard.players.test.failed=Score %s is NOT in range %s to %s +commands.scoreboard.players.test.success=Score %s is in range %s to %s +commands.scoreboard.players.operation.usage=/scoreboard players operation +commands.scoreboard.players.operation.notFound=No %s score for %s found +commands.scoreboard.players.operation.invalidOperation=Invalid operation %s +commands.scoreboard.players.operation.success=Operation applied successfully +commands.scoreboard.players.tag.usage=/scoreboard players tag [dataTag] +commands.scoreboard.players.tag.tagMismatch=The dataTag does not match for %s +commands.scoreboard.players.tag.tooMany=Can't add more than %s tags to an entity +commands.scoreboard.players.tag.notFound=Entity didn't have the %s tag +commands.scoreboard.players.tag.success.add=Tag %s added +commands.scoreboard.players.tag.success.remove=Tag %s removed +commands.scoreboard.players.tag.list=Tags on entity %s are: +commands.scoreboard.players.tag.tagError=Players tag command failed, reason: %s +commands.scoreboard.teams.usage=/scoreboard teams ... +commands.scoreboard.teams.add.usage=/scoreboard teams add [display name ...] +commands.scoreboard.teams.add.alreadyExists=A team with the name '%s' already exists +commands.scoreboard.teams.add.tooLong=The name '%s' is too long for a team, it can be at most %s characters long +commands.scoreboard.teams.add.displayTooLong=The display name '%s' is too long for a team, it can be at most %s characters long +commands.scoreboard.teams.add.success=Added new team '%s' successfully +commands.scoreboard.teams.list.usage=/scoreboard teams list [name] +commands.scoreboard.teams.list.count=Showing %s teams on the scoreboard: +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' has %3$s players +commands.scoreboard.teams.list.empty=There are no teams registered on the scoreboard +commands.scoreboard.teams.list.player.count=Showing %s player(s) in team %s: +commands.scoreboard.teams.list.player.entry=- %2$s: %1$s (%3$s) +commands.scoreboard.teams.list.player.empty=Team %s has no players +commands.scoreboard.teams.empty.usage=/scoreboard teams empty +commands.scoreboard.teams.empty.alreadyEmpty=Team %s is already empty, cannot remove nonexistant players +commands.scoreboard.teams.empty.success=Removed all %s player(s) from team %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.remove.success=Removed team %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [player] +commands.scoreboard.teams.join.success=Added %s player(s) to team %s: %s +commands.scoreboard.teams.join.failure=Could not add %s player(s) to team %s: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [player] +commands.scoreboard.teams.leave.success=Removed %s player(s) from their teams: %s +commands.scoreboard.teams.leave.failure=Could not remove %s player(s) from their teams: %s +commands.scoreboard.teams.leave.noTeam=You are not in a team +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.option.noValue=Valid values for option %s are: %s +commands.scoreboard.teams.option.success=Set option %s for team %s to %s +commands.execute.usage=/execute OR /execute detect +commands.execute.allInvocationsFailed=All invocations failed: '%s' +commands.execute.failed=Failed to execute '%s' as %s +commands.gamemode.success.self=Set own game mode to %s +commands.gamemode.success.other=Set %s's game mode to %s +commands.gamemode.usage=/gamemode [player] +commands.defaultgamemode.usage=/defaultgamemode +commands.defaultgamemode.success=The world's default game mode is now %s +commands.me.usage=/me +commands.help.header=--- Showing help page %s of %s (/help ) --- +commands.help.footer=Tip: Use the key while typing a command to auto-complete the command or its arguments +commands.help.usage=/help [page|command name] +commands.trigger.usage=/trigger +commands.trigger.invalidObjective=Invalid trigger name %s +commands.trigger.invalidMode=Invalid trigger mode %s +commands.trigger.disabled=Trigger %s is not enabled +commands.trigger.invalidPlayer=Only players can use the /trigger command +commands.trigger.success=Trigger %s changed with %s %s +commands.publish.usage=/publish +commands.publish.started=Local game hosted on port %s +commands.publish.failed=Unable to host local game +commands.debug.start=Started debug profiling +commands.debug.stop=Stopped debug profiling after %s seconds (%s ticks) +commands.debug.notStarted=Can't stop profiling when we haven't started yet! +commands.debug.usage=/debug +commands.chunkinfo.usage=/chunkinfo [ ] +commands.chunkinfo.location=Chunk location: (%s, %s, %s) +commands.chunkinfo.noChunk=No chunk found at chunk position %s, %s, %s +commands.chunkinfo.notEmpty=Chunk is not empty. +commands.chunkinfo.empty=Chunk is empty. +commands.chunkinfo.notCompiled=Chunk is not compiled. +commands.chunkinfo.compiled=Chunk is compiled. +commands.chunkinfo.hasNoRenderableLayers=Chunk has no renderable layers. +commands.chunkinfo.hasLayers=Chunk has layers: %s +commands.chunkinfo.isEmpty=Chunk has empty layers: %s +commands.chunkinfo.vertices=%s layer's buffer contains %s vertices +commands.chunkinfo.data=First 64 vertices are: %s +commands.tellraw.usage=/tellraw +commands.tellraw.jsonException=Invalid json: %s +commands.message.usage=/tell +commands.message.sameTarget=You can't send a private message to yourself! +commands.message.display.outgoing=You whisper to %s: %s +commands.message.display.incoming=%s whispers to you: %s +commands.difficulty.usage=/difficulty +commands.difficulty.success=Set game difficulty to %s +commands.spawnpoint.usage=/spawnpoint [player] [ ] +commands.spawnpoint.success=Set %s's spawn point to (%s, %s, %s) +commands.setworldspawn.usage=/setworldspawn [ ] +commands.setworldspawn.success=Set the world spawn point to (%s, %s, %s) +commands.gamerule.usage=/gamerule [value] +commands.gamerule.success=Game rule %s has been updated to %s +commands.gamerule.norule=No game rule called '%s' is available +commands.gamerule.nopermission=Only server owners can change '%s' +commands.weather.usage=/weather [duration in seconds] +commands.weather.clear=Changing to clear weather +commands.weather.rain=Changing to rainy weather +commands.weather.thunder=Changing to rain and thunder +commands.testfor.usage=/testfor [dataTag] +commands.testfor.failure=%s did not match the required data structure +commands.testfor.success=Found %s +commands.testfor.tagError=Data tag parsing failed: %s +commands.seed.usage=/seed +commands.seed.success=Seed: %s +commands.spreadplayers.noop=No players found to spread +commands.spreadplayers.usage=/spreadplayers +commands.spreadplayers.spreading.teams=Spreading %s team(s) %s blocks around %s, %s (min %s blocks apart) +commands.spreadplayers.spreading.players=Spreading %s player(s) %s blocks around %s, %s (min %s blocks apart) +commands.spreadplayers.success.teams=Successfully spread %s team(s) around %s, %s +commands.spreadplayers.success.players=Successfully spread %s player(s) around %s, %s +commands.spreadplayers.info.teams=(Average distance between teams is %s blocks apart after %s iterations) +commands.spreadplayers.info.players=(Average distance between players is %s blocks apart after %s iterations) +commands.spreadplayers.failure.teams=Could not spread %s team(s) around %s, %s (too many players for space - try using spread of at most %s) +commands.spreadplayers.failure.players=Could not spread %s player(s) around %s, %s (too many players for space - try using spread of at most %s) +commands.recipe.usage=/recipe [player] +commands.recipe.alreadyHave=Player %s already has a recipe for %s +commands.recipe.dontHave=Player %s doesn't have the recipe for %s +commands.recipe.give.success.all=Successfully given all recipes to %s +commands.recipe.give.success.one=Successfully given %s the recipe for %s +commands.recipe.take.success.all=Successfully taken all recipes from %s +commands.recipe.take.success.one=Successfully removed the recipe for %s from %s +commands.recipe.unknownrecipe=%s is an unknown recipe +commands.recipe.unsupported=%s is an unsupported recipe +commands.worldborder.usage=/worldborder ... +commands.worldborder.add.usage=/worldborder add [timeInSeconds] +commands.worldborder.set.usage=/worldborder set [timeInSeconds] +commands.worldborder.set.success=Set world border to %s blocks wide (from %s blocks) +commands.worldborder.get.success=World border is currently %s blocks wide +commands.worldborder.setSlowly.shrink.success=Shrinking world border to %s blocks wide (down from %s blocks) over %s seconds +commands.worldborder.setSlowly.grow.success=Growing world border to %s blocks wide (up from %s blocks) over %s seconds +commands.worldborder.center.usage=/worldborder center +commands.worldborder.center.success=Set world border center to %s, %s +commands.worldborder.damage.usage=/worldborder damage ... +commands.worldborder.damage.buffer.usage=/worldborder damage buffer +commands.worldborder.damage.buffer.success=Set world border damage buffer to %s blocks (from %s blocks) +commands.worldborder.damage.amount.usage=/worldborder damage amount +commands.worldborder.damage.amount.success=Set world border damage amount to %s per block (from %s per block) +commands.worldborder.warning.usage=/worldborder warning ... +commands.worldborder.warning.time.usage=/worldborder warning time +commands.worldborder.warning.time.success=Set world border warning to %s seconds away (from %s seconds) +commands.worldborder.warning.distance.usage=/worldborder warning distance +commands.worldborder.warning.distance.success=Set world border warning to %s blocks away (from %s blocks) +commands.title.usage=/title title|subtitle|actionbar|clear|reset|times ... +commands.title.usage.title=/title title|subtitle|actionbar +commands.title.usage.clear=/title clear|reset +commands.title.usage.times=/title times +commands.title.success=Title command successfully executed +commands.stopsound.usage=/stopsound [source] [sound] +commands.stopsound.unknownSoundSource=Source %s is unknown +commands.stopsound.success.individualSound=Stopped sound '%s' with source '%s' for %s +commands.stopsound.success.soundSource=Stopped source '%s' for %s +commands.stopsound.success.all=Stopped all sounds for %s +commands.locate.usage=/locate +commands.locate.success=Located %s at %s (y?) %s +commands.locate.failure=Unable to locate any %s feature + +itemGroup.buildingBlocks=Building Blocks +itemGroup.decorations=Decoration Blocks +itemGroup.redstone=Redstone +itemGroup.transportation=Transportation +itemGroup.misc=Miscellaneous +itemGroup.search=Search Items +itemGroup.food=Foodstuffs +itemGroup.tools=Tools +itemGroup.combat=Combat +itemGroup.brewing=Brewing +itemGroup.materials=Materials +itemGroup.inventory=Survival Inventory +itemGroup.hotbar=Saved Toolbars + +inventory.binSlot=Destroy Item +inventory.hotbarSaved=Item toolbar saved (restore with %1$s+%2$s) +inventory.hotbarInfo=Save toolbar with %1$s+%2$s + +advMode.setCommand=Set Console Command for Block +advMode.setCommand.success=Command set: %s +advMode.command=Console Command +advMode.nearestPlayer=Use "@p" to target nearest player +advMode.randomPlayer=Use "@r" to target random player +advMode.allPlayers=Use "@a" to target all players +advMode.allEntities=Use "@e" to target all entities +advMode.self=Use "@s" to target the executing entity +advMode.previousOutput=Previous Output +advMode.mode.sequence=Chain +advMode.mode.auto=Repeat +advMode.mode.redstone=Impulse +advMode.mode.conditional=Conditional +advMode.mode.unconditional=Unconditional +advMode.mode.redstoneTriggered=Needs Redstone +advMode.mode.autoexec.bat=Always Active + +advMode.notEnabled=Command blocks are not enabled on this server +advMode.notAllowed=Must be an opped player in creative mode + +mount.onboard=Press %1$s to dismount + +build.tooHigh=Height limit for building is %s blocks + +item.modifiers.mainhand=When in main hand: +item.modifiers.offhand=When in off hand: +item.modifiers.feet=When on feet: +item.modifiers.legs=When on legs: +item.modifiers.chest=When on body: +item.modifiers.head=When on head: + +attribute.modifier.plus.0=+%s %s +attribute.modifier.plus.1=+%s%% %s +attribute.modifier.plus.2=+%s%% %s +attribute.modifier.take.0=-%s %s +attribute.modifier.take.1=-%s%% %s +attribute.modifier.take.2=-%s%% %s +attribute.modifier.equals.0=%s %s +attribute.modifier.equals.1=%s%% %s +attribute.modifier.equals.2=%s%% %s + +attribute.name.horse.jumpStrength=Horse Jump Strength +attribute.name.zombie.spawnReinforcements=Zombie Reinforcements +attribute.name.generic.maxHealth=Max Health +attribute.name.generic.followRange=Mob Follow Range +attribute.name.generic.knockbackResistance=Knockback Resistance +attribute.name.generic.movementSpeed=Speed +attribute.name.generic.attackDamage=Attack Damage +attribute.name.generic.attackSpeed=Attack Speed +attribute.name.generic.luck=Luck +attribute.name.generic.armor=Armor +attribute.name.generic.armorToughness=Armor Toughness + +screenshot.success=Saved screenshot as %s +screenshot.failure=Couldn't save screenshot: %s + +item.banner.black.name=Black Banner +item.banner.red.name=Red Banner +item.banner.green.name=Green Banner +item.banner.brown.name=Brown Banner +item.banner.blue.name=Blue Banner +item.banner.purple.name=Purple Banner +item.banner.cyan.name=Cyan Banner +item.banner.silver.name=Light Gray Banner +item.banner.gray.name=Gray Banner +item.banner.pink.name=Pink Banner +item.banner.lime.name=Lime Banner +item.banner.yellow.name=Yellow Banner +item.banner.lightBlue.name=Light Blue Banner +item.banner.magenta.name=Magenta Banner +item.banner.orange.name=Orange Banner +item.banner.white.name=White Banner + +item.shield.name=Shield +item.shield.black.name=Black Shield +item.shield.red.name=Red Shield +item.shield.green.name=Green Shield +item.shield.brown.name=Brown Shield +item.shield.blue.name=Blue Shield +item.shield.purple.name=Purple Shield +item.shield.cyan.name=Cyan Shield +item.shield.silver.name=Light Gray Shield +item.shield.gray.name=Gray Shield +item.shield.pink.name=Pink Shield +item.shield.lime.name=Lime Shield +item.shield.yellow.name=Yellow Shield +item.shield.lightBlue.name=Light Blue Shield +item.shield.magenta.name=Magenta Shield +item.shield.orange.name=Orange Shield +item.shield.white.name=White Shield + +item.banner.square_bottom_left.black=Black Base Dexter Canton +item.banner.square_bottom_left.red=Red Base Dexter Canton +item.banner.square_bottom_left.green=Green Base Dexter Canton +item.banner.square_bottom_left.brown=Brown Base Dexter Canton +item.banner.square_bottom_left.blue=Blue Base Dexter Canton +item.banner.square_bottom_left.purple=Purple Base Dexter Canton +item.banner.square_bottom_left.cyan=Cyan Base Dexter Canton +item.banner.square_bottom_left.silver=Light Gray Base Dexter Canton +item.banner.square_bottom_left.gray=Gray Base Dexter Canton +item.banner.square_bottom_left.pink=Pink Base Dexter Canton +item.banner.square_bottom_left.lime=Lime Base Dexter Canton +item.banner.square_bottom_left.yellow=Yellow Base Dexter Canton +item.banner.square_bottom_left.lightBlue=Light Blue Base Dexter Canton +item.banner.square_bottom_left.magenta=Magenta Base Dexter Canton +item.banner.square_bottom_left.orange=Orange Base Dexter Canton +item.banner.square_bottom_left.white=White Base Dexter Canton + +item.banner.square_bottom_right.black=Black Base Sinister Canton +item.banner.square_bottom_right.red=Red Base Sinister Canton +item.banner.square_bottom_right.green=Green Base Sinister Canton +item.banner.square_bottom_right.brown=Brown Base Sinister Canton +item.banner.square_bottom_right.blue=Blue Base Sinister Canton +item.banner.square_bottom_right.purple=Purple Base Sinister Canton +item.banner.square_bottom_right.cyan=Cyan Base Sinister Canton +item.banner.square_bottom_right.silver=Light Gray Base Sinister Canton +item.banner.square_bottom_right.gray=Gray Base Sinister Canton +item.banner.square_bottom_right.pink=Pink Base Sinister Canton +item.banner.square_bottom_right.lime=Lime Base Sinister Canton +item.banner.square_bottom_right.yellow=Yellow Base Sinister Canton +item.banner.square_bottom_right.lightBlue=Light Blue Base Sinister Canton +item.banner.square_bottom_right.magenta=Magenta Base Sinister Canton +item.banner.square_bottom_right.orange=Orange Base Sinister Canton +item.banner.square_bottom_right.white=White Base Sinister Canton + +item.banner.square_top_left.black=Black Chief Dexter Canton +item.banner.square_top_left.red=Red Chief Dexter Canton +item.banner.square_top_left.green=Green Chief Dexter Canton +item.banner.square_top_left.brown=Brown Chief Dexter Canton +item.banner.square_top_left.blue=Blue Chief Dexter Canton +item.banner.square_top_left.purple=Purple Chief Dexter Canton +item.banner.square_top_left.cyan=Cyan Chief Dexter Canton +item.banner.square_top_left.silver=Light Gray Chief Dexter Canton +item.banner.square_top_left.gray=Gray Chief Dexter Canton +item.banner.square_top_left.pink=Pink Chief Dexter Canton +item.banner.square_top_left.lime=Lime Chief Dexter Canton +item.banner.square_top_left.yellow=Yellow Chief Dexter Canton +item.banner.square_top_left.lightBlue=Light Blue Chief Dexter Canton +item.banner.square_top_left.magenta=Magenta Chief Dexter Canton +item.banner.square_top_left.orange=Orange Chief Dexter Canton +item.banner.square_top_left.white=White Chief Dexter Canton + +item.banner.square_top_right.black=Black Chief Sinister Canton +item.banner.square_top_right.red=Red Chief Sinister Canton +item.banner.square_top_right.green=Green Chief Sinister Canton +item.banner.square_top_right.brown=Brown Chief Sinister Canton +item.banner.square_top_right.blue=Blue Chief Sinister Canton +item.banner.square_top_right.purple=Purple Chief Sinister Canton +item.banner.square_top_right.cyan=Cyan Chief Sinister Canton +item.banner.square_top_right.silver=Light Gray Chief Sinister Canton +item.banner.square_top_right.gray=Gray Chief Sinister Canton +item.banner.square_top_right.pink=Pink Chief Sinister Canton +item.banner.square_top_right.lime=Lime Chief Sinister Canton +item.banner.square_top_right.yellow=Yellow Chief Sinister Canton +item.banner.square_top_right.lightBlue=Light Blue Chief Sinister Canton +item.banner.square_top_right.magenta=Magenta Chief Sinister Canton +item.banner.square_top_right.orange=Orange Chief Sinister Canton +item.banner.square_top_right.white=White Chief Sinister Canton + +item.banner.stripe_bottom.black=Black Base +item.banner.stripe_bottom.red=Red Base +item.banner.stripe_bottom.green=Green Base +item.banner.stripe_bottom.brown=Brown Base +item.banner.stripe_bottom.blue=Blue Base +item.banner.stripe_bottom.purple=Purple Base +item.banner.stripe_bottom.cyan=Cyan Base +item.banner.stripe_bottom.silver=Light Gray Base +item.banner.stripe_bottom.gray=Gray Base +item.banner.stripe_bottom.pink=Pink Base +item.banner.stripe_bottom.lime=Lime Base +item.banner.stripe_bottom.yellow=Yellow Base +item.banner.stripe_bottom.lightBlue=Light Blue Base +item.banner.stripe_bottom.magenta=Magenta Base +item.banner.stripe_bottom.orange=Orange Base +item.banner.stripe_bottom.white=White Base + +item.banner.stripe_top.black=Black Chief +item.banner.stripe_top.red=Red Chief +item.banner.stripe_top.green=Green Chief +item.banner.stripe_top.brown=Brown Chief +item.banner.stripe_top.blue=Blue Chief +item.banner.stripe_top.purple=Purple Chief +item.banner.stripe_top.cyan=Cyan Chief +item.banner.stripe_top.silver=Light Gray Chief +item.banner.stripe_top.gray=Gray Chief +item.banner.stripe_top.pink=Pink Chief +item.banner.stripe_top.lime=Lime Chief +item.banner.stripe_top.yellow=Yellow Chief +item.banner.stripe_top.lightBlue=Light Blue Chief +item.banner.stripe_top.magenta=Magenta Chief +item.banner.stripe_top.orange=Orange Chief +item.banner.stripe_top.white=White Chief + +item.banner.stripe_left.black=Black Pale Dexter +item.banner.stripe_left.red=Red Pale Dexter +item.banner.stripe_left.green=Green Pale Dexter +item.banner.stripe_left.brown=Brown Pale Dexter +item.banner.stripe_left.blue=Blue Pale Dexter +item.banner.stripe_left.purple=Purple Pale Dexter +item.banner.stripe_left.cyan=Cyan Pale Dexter +item.banner.stripe_left.silver=Light Gray Pale Dexter +item.banner.stripe_left.gray=Gray Pale Dexter +item.banner.stripe_left.pink=Pink Pale Dexter +item.banner.stripe_left.lime=Lime Pale Dexter +item.banner.stripe_left.yellow=Yellow Pale Dexter +item.banner.stripe_left.lightBlue=Light Blue Pale Dexter +item.banner.stripe_left.magenta=Magenta Pale Dexter +item.banner.stripe_left.orange=Orange Pale Dexter +item.banner.stripe_left.white=White Pale Dexter + +item.banner.stripe_right.black=Black Pale Sinister +item.banner.stripe_right.red=Red Pale Sinister +item.banner.stripe_right.green=Green Pale Sinister +item.banner.stripe_right.brown=Brown Pale Sinister +item.banner.stripe_right.blue=Blue Pale Sinister +item.banner.stripe_right.purple=Purple Pale Sinister +item.banner.stripe_right.cyan=Cyan Pale Sinister +item.banner.stripe_right.silver=Light Gray Pale Sinister +item.banner.stripe_right.gray=Gray Pale Sinister +item.banner.stripe_right.pink=Pink Pale Sinister +item.banner.stripe_right.lime=Lime Pale Sinister +item.banner.stripe_right.yellow=Yellow Pale Sinister +item.banner.stripe_right.lightBlue=Light Blue Pale Sinister +item.banner.stripe_right.magenta=Magenta Pale Sinister +item.banner.stripe_right.orange=Orange Pale Sinister +item.banner.stripe_right.white=White Pale Sinister + +item.banner.stripe_center.black=Black Pale +item.banner.stripe_center.red=Red Pale +item.banner.stripe_center.green=Green Pale +item.banner.stripe_center.brown=Brown Pale +item.banner.stripe_center.blue=Blue Pale +item.banner.stripe_center.purple=Purple Pale +item.banner.stripe_center.cyan=Cyan Pale +item.banner.stripe_center.silver=Light Gray Pale +item.banner.stripe_center.gray=Gray Pale +item.banner.stripe_center.pink=Pink Pale +item.banner.stripe_center.lime=Lime Pale +item.banner.stripe_center.yellow=Yellow Pale +item.banner.stripe_center.lightBlue=Light Blue Pale +item.banner.stripe_center.magenta=Magenta Pale +item.banner.stripe_center.orange=Orange Pale +item.banner.stripe_center.white=White Pale + +item.banner.stripe_middle.black=Black Fess +item.banner.stripe_middle.red=Red Fess +item.banner.stripe_middle.green=Green Fess +item.banner.stripe_middle.brown=Brown Fess +item.banner.stripe_middle.blue=Blue Fess +item.banner.stripe_middle.purple=Purple Fess +item.banner.stripe_middle.cyan=Cyan Fess +item.banner.stripe_middle.silver=Light Gray Fess +item.banner.stripe_middle.gray=Gray Fess +item.banner.stripe_middle.pink=Pink Fess +item.banner.stripe_middle.lime=Lime Fess +item.banner.stripe_middle.yellow=Yellow Fess +item.banner.stripe_middle.lightBlue=Light Blue Fess +item.banner.stripe_middle.magenta=Magenta Fess +item.banner.stripe_middle.orange=Orange Fess +item.banner.stripe_middle.white=White Fess + +item.banner.stripe_downright.black=Black Bend +item.banner.stripe_downright.red=Red Bend +item.banner.stripe_downright.green=Green Bend +item.banner.stripe_downright.brown=Brown Bend +item.banner.stripe_downright.blue=Blue Bend +item.banner.stripe_downright.purple=Purple Bend +item.banner.stripe_downright.cyan=Cyan Bend +item.banner.stripe_downright.silver=Light Gray Bend +item.banner.stripe_downright.gray=Gray Bend +item.banner.stripe_downright.pink=Pink Bend +item.banner.stripe_downright.lime=Lime Bend +item.banner.stripe_downright.yellow=Yellow Bend +item.banner.stripe_downright.lightBlue=Light Blue Bend +item.banner.stripe_downright.magenta=Magenta Bend +item.banner.stripe_downright.orange=Orange Bend +item.banner.stripe_downright.white=White Bend + +item.banner.stripe_downleft.black=Black Bend Sinister +item.banner.stripe_downleft.red=Red Bend Sinister +item.banner.stripe_downleft.green=Green Bend Sinister +item.banner.stripe_downleft.brown=Brown Bend Sinister +item.banner.stripe_downleft.blue=Blue Bend Sinister +item.banner.stripe_downleft.purple=Purple Bend Sinister +item.banner.stripe_downleft.cyan=Cyan Bend Sinister +item.banner.stripe_downleft.silver=Light Gray Bend Sinister +item.banner.stripe_downleft.gray=Gray Bend Sinister +item.banner.stripe_downleft.pink=Pink Bend Sinister +item.banner.stripe_downleft.lime=Lime Bend Sinister +item.banner.stripe_downleft.yellow=Yellow Bend Sinister +item.banner.stripe_downleft.lightBlue=Light Blue Bend Sinister +item.banner.stripe_downleft.magenta=Magenta Bend Sinister +item.banner.stripe_downleft.orange=Orange Bend Sinister +item.banner.stripe_downleft.white=White Bend Sinister + +item.banner.small_stripes.black=Black Paly +item.banner.small_stripes.red=Red Paly +item.banner.small_stripes.green=Green Paly +item.banner.small_stripes.brown=Brown Paly +item.banner.small_stripes.blue=Blue Paly +item.banner.small_stripes.purple=Purple Paly +item.banner.small_stripes.cyan=Cyan Paly +item.banner.small_stripes.silver=Light Gray Paly +item.banner.small_stripes.gray=Gray Paly +item.banner.small_stripes.pink=Pink Paly +item.banner.small_stripes.lime=Lime Paly +item.banner.small_stripes.yellow=Yellow Paly +item.banner.small_stripes.lightBlue=Light Blue Paly +item.banner.small_stripes.magenta=Magenta Paly +item.banner.small_stripes.orange=Orange Paly +item.banner.small_stripes.white=White Paly + +item.banner.cross.black=Black Saltire +item.banner.cross.red=Red Saltire +item.banner.cross.green=Green Saltire +item.banner.cross.brown=Brown Saltire +item.banner.cross.blue=Blue Saltire +item.banner.cross.purple=Purple Saltire +item.banner.cross.cyan=Cyan Saltire +item.banner.cross.silver=Light Gray Saltire +item.banner.cross.gray=Gray Saltire +item.banner.cross.pink=Pink Saltire +item.banner.cross.lime=Lime Saltire +item.banner.cross.yellow=Yellow Saltire +item.banner.cross.lightBlue=Light Blue Saltire +item.banner.cross.magenta=Magenta Saltire +item.banner.cross.orange=Orange Saltire +item.banner.cross.white=White Saltire + +item.banner.triangle_bottom.black=Black Chevron +item.banner.triangle_bottom.red=Red Chevron +item.banner.triangle_bottom.green=Green Chevron +item.banner.triangle_bottom.brown=Brown Chevron +item.banner.triangle_bottom.blue=Blue Chevron +item.banner.triangle_bottom.purple=Purple Chevron +item.banner.triangle_bottom.cyan=Cyan Chevron +item.banner.triangle_bottom.silver=Light Gray Chevron +item.banner.triangle_bottom.gray=Gray Chevron +item.banner.triangle_bottom.pink=Pink Chevron +item.banner.triangle_bottom.lime=Lime Chevron +item.banner.triangle_bottom.yellow=Yellow Chevron +item.banner.triangle_bottom.lightBlue=Light Blue Chevron +item.banner.triangle_bottom.magenta=Magenta Chevron +item.banner.triangle_bottom.orange=Orange Chevron +item.banner.triangle_bottom.white=White Chevron + +item.banner.triangle_top.black=Black Inverted Chevron +item.banner.triangle_top.red=Red Inverted Chevron +item.banner.triangle_top.green=Green Inverted Chevron +item.banner.triangle_top.brown=Brown Inverted Chevron +item.banner.triangle_top.blue=Blue Inverted Chevron +item.banner.triangle_top.purple=Purple Inverted Chevron +item.banner.triangle_top.cyan=Cyan Inverted Chevron +item.banner.triangle_top.silver=Light Gray Inverted Chevron +item.banner.triangle_top.gray=Gray Inverted Chevron +item.banner.triangle_top.pink=Pink Inverted Chevron +item.banner.triangle_top.lime=Lime Inverted Chevron +item.banner.triangle_top.yellow=Yellow Inverted Chevron +item.banner.triangle_top.lightBlue=Light Blue Inverted Chevron +item.banner.triangle_top.magenta=Magenta Inverted Chevron +item.banner.triangle_top.orange=Orange Inverted Chevron +item.banner.triangle_top.white=White Inverted Chevron + +item.banner.triangles_bottom.black=Black Base Indented +item.banner.triangles_bottom.red=Red Base Indented +item.banner.triangles_bottom.green=Green Base Indented +item.banner.triangles_bottom.brown=Brown Base Indented +item.banner.triangles_bottom.blue=Blue Base Indented +item.banner.triangles_bottom.purple=Purple Base Indented +item.banner.triangles_bottom.cyan=Cyan Base Indented +item.banner.triangles_bottom.silver=Light Gray Base Indented +item.banner.triangles_bottom.gray=Gray Base Indented +item.banner.triangles_bottom.pink=Pink Base Indented +item.banner.triangles_bottom.lime=Lime Base Indented +item.banner.triangles_bottom.yellow=Yellow Base Indented +item.banner.triangles_bottom.lightBlue=Light Blue Base Indented +item.banner.triangles_bottom.magenta=Magenta Base Indented +item.banner.triangles_bottom.orange=Orange Base Indented +item.banner.triangles_bottom.white=White Base Indented + +item.banner.triangles_top.black=Black Chief Indented +item.banner.triangles_top.red=Red Chief Indented +item.banner.triangles_top.green=Green Chief Indented +item.banner.triangles_top.brown=Brown Chief Indented +item.banner.triangles_top.blue=Blue Chief Indented +item.banner.triangles_top.purple=Purple Chief Indented +item.banner.triangles_top.cyan=Cyan Chief Indented +item.banner.triangles_top.silver=Light Gray Chief Indented +item.banner.triangles_top.gray=Gray Chief Indented +item.banner.triangles_top.pink=Pink Chief Indented +item.banner.triangles_top.lime=Lime Chief Indented +item.banner.triangles_top.yellow=Yellow Chief Indented +item.banner.triangles_top.lightBlue=Light Blue Chief Indented +item.banner.triangles_top.magenta=Magenta Chief Indented +item.banner.triangles_top.orange=Orange Chief Indented +item.banner.triangles_top.white=White Chief Indented + +item.banner.diagonal_left.black=Black Per Bend Sinister +item.banner.diagonal_left.red=Red Per Bend Sinister +item.banner.diagonal_left.green=Green Per Bend Sinister +item.banner.diagonal_left.brown=Brown Per Bend Sinister +item.banner.diagonal_left.blue=Blue Per Bend Sinister +item.banner.diagonal_left.purple=Purple Per Bend Sinister +item.banner.diagonal_left.cyan=Cyan Per Bend Sinister +item.banner.diagonal_left.silver=Light Gray Per Bend Sinister +item.banner.diagonal_left.gray=Gray Per Bend Sinister +item.banner.diagonal_left.pink=Pink Per Bend Sinister +item.banner.diagonal_left.lime=Lime Per Bend Sinister +item.banner.diagonal_left.yellow=Yellow Per Bend Sinister +item.banner.diagonal_left.lightBlue=Light Blue Per Bend Sinister +item.banner.diagonal_left.magenta=Magenta Per Bend Sinister +item.banner.diagonal_left.orange=Orange Per Bend Sinister +item.banner.diagonal_left.white=White Per Bend Sinister + +item.banner.diagonal_right.black=Black Per Bend +item.banner.diagonal_right.red=Red Per Bend +item.banner.diagonal_right.green=Green Per Bend +item.banner.diagonal_right.brown=Brown Per Bend +item.banner.diagonal_right.blue=Blue Per Bend +item.banner.diagonal_right.purple=Purple Per Bend +item.banner.diagonal_right.cyan=Cyan Per Bend +item.banner.diagonal_right.silver=Light Gray Per Bend +item.banner.diagonal_right.gray=Gray Per Bend +item.banner.diagonal_right.pink=Pink Per Bend +item.banner.diagonal_right.lime=Lime Per Bend +item.banner.diagonal_right.yellow=Yellow Per Bend +item.banner.diagonal_right.lightBlue=Light Blue Per Bend +item.banner.diagonal_right.magenta=Magenta Per Bend +item.banner.diagonal_right.orange=Orange Per Bend +item.banner.diagonal_right.white=White Per Bend + +item.banner.diagonal_up_left.black=Black Per Bend Inverted +item.banner.diagonal_up_left.red=Red Per Bend Inverted +item.banner.diagonal_up_left.green=Green Per Bend Inverted +item.banner.diagonal_up_left.brown=Brown Per Bend Inverted +item.banner.diagonal_up_left.blue=Blue Per Bend Inverted +item.banner.diagonal_up_left.purple=Purple Per Bend Inverted +item.banner.diagonal_up_left.cyan=Cyan Per Bend Inverted +item.banner.diagonal_up_left.silver=Light Gray Per Bend Inverted +item.banner.diagonal_up_left.gray=Gray Per Bend Inverted +item.banner.diagonal_up_left.pink=Pink Per Bend Inverted +item.banner.diagonal_up_left.lime=Lime Per Bend Inverted +item.banner.diagonal_up_left.yellow=Yellow Per Bend Inverted +item.banner.diagonal_up_left.lightBlue=Light Blue Per Bend Inverted +item.banner.diagonal_up_left.magenta=Magenta Per Bend Inverted +item.banner.diagonal_up_left.orange=Orange Per Bend Inverted +item.banner.diagonal_up_left.white=White Per Bend Inverted + +item.banner.diagonal_up_right.black=Black Per Bend Sinister Inverted +item.banner.diagonal_up_right.red=Red Per Bend Sinister Inverted +item.banner.diagonal_up_right.green=Green Per Bend Sinister Inverted +item.banner.diagonal_up_right.brown=Brown Per Bend Sinister Inverted +item.banner.diagonal_up_right.blue=Blue Per Bend Sinister Inverted +item.banner.diagonal_up_right.purple=Purple Per Bend Sinister Inverted +item.banner.diagonal_up_right.cyan=Cyan Per Bend Sinister Inverted +item.banner.diagonal_up_right.silver=Light Gray Per Bend Sinister Inverted +item.banner.diagonal_up_right.gray=Gray Per Bend Sinister Inverted +item.banner.diagonal_up_right.pink=Pink Per Bend Sinister Inverted +item.banner.diagonal_up_right.lime=Lime Per Bend Sinister Inverted +item.banner.diagonal_up_right.yellow=Yellow Per Bend Sinister Inverted +item.banner.diagonal_up_right.lightBlue=Light Blue Per Bend Sinister Inverted +item.banner.diagonal_up_right.magenta=Magenta Per Bend Sinister Inverted +item.banner.diagonal_up_right.orange=Orange Per Bend Sinister Inverted +item.banner.diagonal_up_right.white=White Per Bend Sinister Inverted + +item.banner.circle.black=Black Roundel +item.banner.circle.red=Red Roundel +item.banner.circle.green=Green Roundel +item.banner.circle.brown=Brown Roundel +item.banner.circle.blue=Blue Roundel +item.banner.circle.purple=Purple Roundel +item.banner.circle.cyan=Cyan Roundel +item.banner.circle.silver=Light Gray Roundel +item.banner.circle.gray=Gray Roundel +item.banner.circle.pink=Pink Roundel +item.banner.circle.lime=Lime Roundel +item.banner.circle.yellow=Yellow Roundel +item.banner.circle.lightBlue=Light Blue Roundel +item.banner.circle.magenta=Magenta Roundel +item.banner.circle.orange=Orange Roundel +item.banner.circle.white=White Roundel + +item.banner.rhombus.black=Black Lozenge +item.banner.rhombus.red=Red Lozenge +item.banner.rhombus.green=Green Lozenge +item.banner.rhombus.brown=Brown Lozenge +item.banner.rhombus.blue=Blue Lozenge +item.banner.rhombus.purple=Purple Lozenge +item.banner.rhombus.cyan=Cyan Lozenge +item.banner.rhombus.silver=Light Gray Lozenge +item.banner.rhombus.gray=Gray Lozenge +item.banner.rhombus.pink=Pink Lozenge +item.banner.rhombus.lime=Lime Lozenge +item.banner.rhombus.yellow=Yellow Lozenge +item.banner.rhombus.lightBlue=Light Blue Lozenge +item.banner.rhombus.magenta=Magenta Lozenge +item.banner.rhombus.orange=Orange Lozenge +item.banner.rhombus.white=White Lozenge + +item.banner.half_vertical.black=Black Per Pale +item.banner.half_vertical.red=Red Per Pale +item.banner.half_vertical.green=Green Per Pale +item.banner.half_vertical.brown=Brown Per Pale +item.banner.half_vertical.blue=Blue Per Pale +item.banner.half_vertical.purple=Purple Per Pale +item.banner.half_vertical.cyan=Cyan Per Pale +item.banner.half_vertical.silver=Light Gray Per Pale +item.banner.half_vertical.gray=Gray Per Pale +item.banner.half_vertical.pink=Pink Per Pale +item.banner.half_vertical.lime=Lime Per Pale +item.banner.half_vertical.yellow=Yellow Per Pale +item.banner.half_vertical.lightBlue=Light Blue Per Pale +item.banner.half_vertical.magenta=Magenta Per Pale +item.banner.half_vertical.orange=Orange Per Pale +item.banner.half_vertical.white=White Per Pale + +item.banner.half_horizontal.black=Black Per Fess +item.banner.half_horizontal.red=Red Per Fess +item.banner.half_horizontal.green=Green Per Fess +item.banner.half_horizontal.brown=Brown Per Fess +item.banner.half_horizontal.blue=Blue Per Fess +item.banner.half_horizontal.purple=Purple Per Fess +item.banner.half_horizontal.cyan=Cyan Per Fess +item.banner.half_horizontal.silver=Light Gray Per Fess +item.banner.half_horizontal.gray=Gray Per Fess +item.banner.half_horizontal.pink=Pink Per Fess +item.banner.half_horizontal.lime=Lime Per Fess +item.banner.half_horizontal.yellow=Yellow Per Fess +item.banner.half_horizontal.lightBlue=Light Blue Per Fess +item.banner.half_horizontal.magenta=Magenta Per Fess +item.banner.half_horizontal.orange=Orange Per Fess +item.banner.half_horizontal.white=White Per Fess + +item.banner.half_vertical_right.black=Black Per Pale Inverted +item.banner.half_vertical_right.red=Red Per Pale Inverted +item.banner.half_vertical_right.green=Green Per Pale Inverted +item.banner.half_vertical_right.brown=Brown Per Pale Inverted +item.banner.half_vertical_right.blue=Blue Per Pale Inverted +item.banner.half_vertical_right.purple=Purple Per Pale Inverted +item.banner.half_vertical_right.cyan=Cyan Per Pale Inverted +item.banner.half_vertical_right.silver=Light Gray Per Pale Inverted +item.banner.half_vertical_right.gray=Gray Per Pale Inverted +item.banner.half_vertical_right.pink=Pink Per Pale Inverted +item.banner.half_vertical_right.lime=Lime Per Pale Inverted +item.banner.half_vertical_right.yellow=Yellow Per Pale Inverted +item.banner.half_vertical_right.lightBlue=Light Blue Per Pale Inverted +item.banner.half_vertical_right.magenta=Magenta Per Pale Inverted +item.banner.half_vertical_right.orange=Orange Per Pale Inverted +item.banner.half_vertical_right.white=White Per Pale Inverted + +item.banner.half_horizontal_bottom.black=Black Per Fess Inverted +item.banner.half_horizontal_bottom.red=Red Per Fess Inverted +item.banner.half_horizontal_bottom.green=Green Per Fess Inverted +item.banner.half_horizontal_bottom.brown=Brown Per Fess Inverted +item.banner.half_horizontal_bottom.blue=Blue Per Fess Inverted +item.banner.half_horizontal_bottom.purple=Purple Per Fess Inverted +item.banner.half_horizontal_bottom.cyan=Cyan Per Fess Inverted +item.banner.half_horizontal_bottom.silver=Light Gray Per Fess Inverted +item.banner.half_horizontal_bottom.gray=Gray Per Fess Inverted +item.banner.half_horizontal_bottom.pink=Pink Per Fess Inverted +item.banner.half_horizontal_bottom.lime=Lime Per Fess Inverted +item.banner.half_horizontal_bottom.yellow=Yellow Per Fess Inverted +item.banner.half_horizontal_bottom.lightBlue=Light Blue Per Fess Inverted +item.banner.half_horizontal_bottom.magenta=Magenta Per Fess Inverted +item.banner.half_horizontal_bottom.orange=Orange Per Fess Inverted +item.banner.half_horizontal_bottom.white=White Per Fess Inverted + +item.banner.creeper.black=Black Creeper Charge +item.banner.creeper.red=Red Creeper Charge +item.banner.creeper.green=Green Creeper Charge +item.banner.creeper.brown=Brown Creeper Charge +item.banner.creeper.blue=Blue Creeper Charge +item.banner.creeper.purple=Purple Creeper Charge +item.banner.creeper.cyan=Cyan Creeper Charge +item.banner.creeper.silver=Light Gray Creeper Charge +item.banner.creeper.gray=Gray Creeper Charge +item.banner.creeper.pink=Pink Creeper Charge +item.banner.creeper.lime=Lime Creeper Charge +item.banner.creeper.yellow=Yellow Creeper Charge +item.banner.creeper.lightBlue=Light Blue Creeper Charge +item.banner.creeper.magenta=Magenta Creeper Charge +item.banner.creeper.orange=Orange Creeper Charge +item.banner.creeper.white=White Creeper Charge + +item.banner.bricks.black=Black Field Masoned +item.banner.bricks.red=Red Field Masoned +item.banner.bricks.green=Green Field Masoned +item.banner.bricks.brown=Brown Field Masoned +item.banner.bricks.blue=Blue Field Masoned +item.banner.bricks.purple=Purple Field Masoned +item.banner.bricks.cyan=Cyan Field Masoned +item.banner.bricks.silver=Light Gray Field Masoned +item.banner.bricks.gray=Gray Field Masoned +item.banner.bricks.pink=Pink Field Masoned +item.banner.bricks.lime=Lime Field Masoned +item.banner.bricks.yellow=Yellow Field Masoned +item.banner.bricks.lightBlue=Light Blue Field Masoned +item.banner.bricks.magenta=Magenta Field Masoned +item.banner.bricks.orange=Orange Field Masoned +item.banner.bricks.white=White Field Masoned + +item.banner.gradient.black=Black Gradient +item.banner.gradient.red=Red Gradient +item.banner.gradient.green=Green Gradient +item.banner.gradient.brown=Brown Gradient +item.banner.gradient.blue=Blue Gradient +item.banner.gradient.purple=Purple Gradient +item.banner.gradient.cyan=Cyan Gradient +item.banner.gradient.silver=Light Gray Gradient +item.banner.gradient.gray=Gray Gradient +item.banner.gradient.pink=Pink Gradient +item.banner.gradient.lime=Lime Gradient +item.banner.gradient.yellow=Yellow Gradient +item.banner.gradient.lightBlue=Light Blue Gradient +item.banner.gradient.magenta=Magenta Gradient +item.banner.gradient.orange=Orange Gradient +item.banner.gradient.white=White Gradient + +item.banner.gradient_up.black=Black Base Gradient +item.banner.gradient_up.red=Red Base Gradient +item.banner.gradient_up.green=Green Base Gradient +item.banner.gradient_up.brown=Brown Base Gradient +item.banner.gradient_up.blue=Blue Base Gradient +item.banner.gradient_up.purple=Purple Base Gradient +item.banner.gradient_up.cyan=Cyan Base Gradient +item.banner.gradient_up.silver=Light Gray Base Gradient +item.banner.gradient_up.gray=Gray Base Gradient +item.banner.gradient_up.pink=Pink Base Gradient +item.banner.gradient_up.lime=Lime Base Gradient +item.banner.gradient_up.yellow=Yellow Base Gradient +item.banner.gradient_up.lightBlue=Light Blue Base Gradient +item.banner.gradient_up.magenta=Magenta Base Gradient +item.banner.gradient_up.orange=Orange Base Gradient +item.banner.gradient_up.white=White Base Gradient + +item.banner.skull.black=Black Skull Charge +item.banner.skull.red=Red Skull Charge +item.banner.skull.green=Green Skull Charge +item.banner.skull.brown=Brown Skull Charge +item.banner.skull.blue=Blue Skull Charge +item.banner.skull.purple=Purple Skull Charge +item.banner.skull.cyan=Cyan Skull Charge +item.banner.skull.silver=Light Gray Skull Charge +item.banner.skull.gray=Gray Skull Charge +item.banner.skull.pink=Pink Skull Charge +item.banner.skull.lime=Lime Skull Charge +item.banner.skull.yellow=Yellow Skull Charge +item.banner.skull.lightBlue=Light Blue Skull Charge +item.banner.skull.magenta=Magenta Skull Charge +item.banner.skull.orange=Orange Skull Charge +item.banner.skull.white=White Skull Charge + +item.banner.flower.black=Black Flower Charge +item.banner.flower.red=Red Flower Charge +item.banner.flower.green=Green Flower Charge +item.banner.flower.brown=Brown Flower Charge +item.banner.flower.blue=Blue Flower Charge +item.banner.flower.purple=Purple Flower Charge +item.banner.flower.cyan=Cyan Flower Charge +item.banner.flower.silver=Light Gray Flower Charge +item.banner.flower.gray=Gray Flower Charge +item.banner.flower.pink=Pink Flower Charge +item.banner.flower.lime=Lime Flower Charge +item.banner.flower.yellow=Yellow Flower Charge +item.banner.flower.lightBlue=Light Blue Flower Charge +item.banner.flower.magenta=Magenta Flower Charge +item.banner.flower.orange=Orange Flower Charge +item.banner.flower.white=White Flower Charge + +item.banner.border.black=Black Bordure +item.banner.border.red=Red Bordure +item.banner.border.green=Green Bordure +item.banner.border.brown=Brown Bordure +item.banner.border.blue=Blue Bordure +item.banner.border.purple=Purple Bordure +item.banner.border.cyan=Cyan Bordure +item.banner.border.silver=Light Gray Bordure +item.banner.border.gray=Gray Bordure +item.banner.border.pink=Pink Bordure +item.banner.border.lime=Lime Bordure +item.banner.border.yellow=Yellow Bordure +item.banner.border.lightBlue=Light Blue Bordure +item.banner.border.magenta=Magenta Bordure +item.banner.border.orange=Orange Bordure +item.banner.border.white=White Bordure + +item.banner.curly_border.black=Black Bordure Indented +item.banner.curly_border.red=Red Bordure Indented +item.banner.curly_border.green=Green Bordure Indented +item.banner.curly_border.brown=Brown Bordure Indented +item.banner.curly_border.blue=Blue Bordure Indented +item.banner.curly_border.purple=Purple Bordure Indented +item.banner.curly_border.cyan=Cyan Bordure Indented +item.banner.curly_border.silver=Light Gray Bordure Indented +item.banner.curly_border.gray=Gray Bordure Indented +item.banner.curly_border.pink=Pink Bordure Indented +item.banner.curly_border.lime=Lime Bordure Indented +item.banner.curly_border.yellow=Yellow Bordure Indented +item.banner.curly_border.lightBlue=Light Blue Bordure Indented +item.banner.curly_border.magenta=Magenta Bordure Indented +item.banner.curly_border.orange=Orange Bordure Indented +item.banner.curly_border.white=White Bordure Indented + +item.banner.mojang.black=Black Thing +item.banner.mojang.red=Red Thing +item.banner.mojang.green=Green Thing +item.banner.mojang.brown=Brown Thing +item.banner.mojang.blue=Blue Thing +item.banner.mojang.purple=Purple Thing +item.banner.mojang.cyan=Cyan Thing +item.banner.mojang.silver=Light Gray Thing +item.banner.mojang.gray=Gray Thing +item.banner.mojang.pink=Pink Thing +item.banner.mojang.lime=Lime Thing +item.banner.mojang.yellow=Yellow Thing +item.banner.mojang.lightBlue=Light Blue Thing +item.banner.mojang.magenta=Magenta Thing +item.banner.mojang.orange=Orange Thing +item.banner.mojang.white=White Thing + +item.banner.straight_cross.black=Black Cross +item.banner.straight_cross.red=Red Cross +item.banner.straight_cross.green=Green Cross +item.banner.straight_cross.brown=Brown Cross +item.banner.straight_cross.blue=Blue Cross +item.banner.straight_cross.purple=Purple Cross +item.banner.straight_cross.cyan=Cyan Cross +item.banner.straight_cross.silver=Light Gray Cross +item.banner.straight_cross.gray=Gray Cross +item.banner.straight_cross.pink=Pink Cross +item.banner.straight_cross.lime=Lime Cross +item.banner.straight_cross.yellow=Yellow Cross +item.banner.straight_cross.lightBlue=Light Blue Cross +item.banner.straight_cross.magenta=Magenta Cross +item.banner.straight_cross.orange=Orange Cross +item.banner.straight_cross.white=White Cross + +subtitles.ambient.cave=Eerie noise +subtitles.block.anvil.destroy=Anvil destroyed +subtitles.block.anvil.land=Anvil landed +subtitles.block.anvil.use=Anvil used +subtitles.block.brewing_stand.brew=Brewing Stand bubbles +subtitles.block.button.click=Button clicks +subtitles.block.chest.close=Chest closes +subtitles.block.chest.locked=Chest locked +subtitles.block.chest.open=Chest opens +subtitles.block.chorus_flower.death=Chorus Flower withers +subtitles.block.chorus_flower.grow=Chorus Flower grows +subtitles.block.comparator.click=Comparator clicks +subtitles.block.dispenser.dispense=Dispensed item +subtitles.block.dispenser.fail=Dispenser failed +subtitles.block.door.toggle=Door creaks +subtitles.block.fence_gate.toggle=Fence Gate creaks +subtitles.block.fire.ambient=Fire crackles +subtitles.block.fire.extinguish=Fire extinguished +subtitles.block.furnace.fire_crackle=Furnace crackles +subtitles.block.generic.break=Block broken +subtitles.block.generic.footsteps=Footsteps +subtitles.block.generic.hit=Block breaking +subtitles.block.generic.place=Block placed +subtitles.block.iron_trapdoor.close=Trapdoor opens +subtitles.block.iron_trapdoor.open=Trapdoor closes +subtitles.block.lava.ambient=Lava pops +subtitles.block.lava.extinguish=Lava hisses +subtitles.block.lever.click=Lever clicks +subtitles.block.note.note=Note Block plays +subtitles.block.piston.move=Piston moves +subtitles.block.portal.ambient=Portal whooshes +subtitles.block.pressure_plate.click=Pressure Plate clicks +subtitles.block.redstone_torch.burnout=Torch fizzes +subtitles.block.shulker_box.close=Shulker closes +subtitles.block.shulker_box.open=Shulker opens +subtitles.block.trapdoor.toggle=Trapdoor creaks +subtitles.block.tripwire.attach=Tripwire attaches +subtitles.block.tripwire.click=Tripwire clicks +subtitles.block.tripwire.detach=Tripwire detaches +subtitles.block.water.ambient=Water flows +subtitles.enchant.thorns.hit=Thorns prick +subtitles.entity.armorstand.fall=Something fell +subtitles.entity.arrow.hit=Arrow hits +subtitles.entity.arrow.hit_player=Player hit +subtitles.entity.arrow.shoot=Arrow fired +subtitles.entity.bat.ambient=Bat screeches +subtitles.entity.bat.death=Bat dies +subtitles.entity.bat.hurt=Bat hurts +subtitles.entity.bat.takeoff=Bat takes off +subtitles.entity.blaze.ambient=Blaze breathes +subtitles.entity.blaze.burn=Blaze crackles +subtitles.entity.blaze.death=Blaze dies +subtitles.entity.blaze.hurt=Blaze hurts +subtitles.entity.blaze.shoot=Blaze shoots +subtitles.entity.bobber.splash=Fishing hook splashes +subtitles.entity.bobber.throw=Bobber thrown +subtitles.entity.cat.ambient=Cat meows +subtitles.entity.cat.death=Cat dies +subtitles.entity.cat.hurt=Cat hurts +subtitles.entity.chicken.ambient=Chicken clucks +subtitles.entity.chicken.death=Chicken dies +subtitles.entity.chicken.egg=Chicken plops +subtitles.entity.chicken.hurt=Chicken hurts +subtitles.entity.parrot.ambient=Parrot talks +subtitles.entity.parrot.death=Parrot dies +subtitles.entity.parrot.eats=Parrot eats +subtitles.entity.parrot.hurts=Parrot hurts +subtitles.entity.parrot.imitate.blaze=Parrot breathes +subtitles.entity.parrot.imitate.cave_spider=Parrot hisses +subtitles.entity.parrot.imitate.creeper=Parrot hisses +subtitles.entity.parrot.imitate.elder_guardian=Parrot flaps +subtitles.entity.parrot.imitate.enderdragon=Parrot roars +subtitles.entity.parrot.imitate.enderman=Parrot vwoops +subtitles.entity.parrot.imitate.endermite=Parrot scuttles +subtitles.entity.parrot.imitate.evocation_illager=Parrot murmurs +subtitles.entity.parrot.imitate.ghast=Parrot cries +subtitles.entity.parrot.imitate.husk=Parrot groans +subtitles.entity.parrot.imitate.illusion_illager=Parrot murmurs +subtitles.entity.parrot.imitate.magmacube=Parrot squishes +subtitles.entity.parrot.imitate.polar_bear=Parrot groans +subtitles.entity.parrot.imitate.shulker=Parrot lurks +subtitles.entity.parrot.imitate.silverfish=Parrot hisses +subtitles.entity.parrot.imitate.skeleton=Parrot rattles +subtitles.entity.parrot.imitate.slime=Parrot squishes +subtitles.entity.parrot.imitate.spider=Parrot hisses +subtitles.entity.parrot.imitate.stray=Parrot rattles +subtitles.entity.parrot.imitate.vex=Parrot vexes +subtitles.entity.parrot.imitate.vindication_illager=Parrot mutters +subtitles.entity.parrot.imitate.witch=Parrot giggles +subtitles.entity.parrot.imitate.wither=Parrot angers +subtitles.entity.parrot.imitate.wither_skeleton=Parrot rattles +subtitles.entity.parrot.imitate.wolf=Parrot pants +subtitles.entity.parrot.imitate.zombie=Parrot groans +subtitles.entity.parrot.imitate.zombie_pigman=Parrot grunts +subtitles.entity.parrot.imitate.zombie_villager=Parrot groans +subtitles.entity.cow.ambient=Cow moos +subtitles.entity.cow.death=Cow dies +subtitles.entity.cow.hurt=Cow hurts +subtitles.entity.cow.milk=Cow gets milked +subtitles.entity.creeper.death=Creeper dies +subtitles.entity.creeper.hurt=Creeper hurts +subtitles.entity.creeper.primed=Creeper hisses +subtitles.entity.donkey.ambient=Donkey hee-haws +subtitles.entity.donkey.angry=Donkey neighs +subtitles.entity.donkey.chest=Donkey Chest equips +subtitles.entity.donkey.death=Donkey dies +subtitles.entity.donkey.hurt=Donkey hurts +subtitles.entity.egg.throw=Egg flies +subtitles.entity.elder_guardian.ambient.land=Elder Guardian flaps +subtitles.entity.elder_guardian.ambient=Elder Guardian moans +subtitles.entity.elder_guardian.attack=Elder Guardian shoots +subtitles.entity.elder_guardian.curse=Elder Guardian curses +subtitles.entity.elder_guardian.death=Elder Guardian dies +subtitles.entity.elder_guardian.flop=Elder Guardian flops +subtitles.entity.elder_guardian.hurt=Elder Guardian hurts +subtitles.entity.enderdragon.ambient=Dragon roars +subtitles.entity.enderdragon.death=Dragon dies +subtitles.entity.enderdragon.flap=Dragon flaps +subtitles.entity.enderdragon.growl=Dragon growls +subtitles.entity.enderdragon.hurt=Dragon hurts +subtitles.entity.enderdragon.shoot=Dragon shoots +subtitles.entity.endereye.launch=Eye of Ender shoots +subtitles.entity.enderman.ambient=Enderman vwoops +subtitles.entity.enderman.death=Enderman dies +subtitles.entity.enderman.hurt=Enderman hurts +subtitles.entity.enderman.stare=Enderman cries out +subtitles.entity.enderman.teleport=Enderman teleports +subtitles.entity.endermite.ambient=Endermite scuttles +subtitles.entity.endermite.death=Endermite dies +subtitles.entity.endermite.hurt=Endermite hurts +subtitles.entity.enderpearl.throw=Ender Pearl flies +subtitles.entity.evocation_fangs.attack=Fangs snap +subtitles.entity.evocation_illager.ambient=Evoker murmurs +subtitles.entity.evocation_illager.cast_spell=Evoker casts spell +subtitles.entity.evocation_illager.death=Evoker dies +subtitles.entity.evocation_illager.hurt=Evoker hurts +subtitles.entity.evocation_illager.prepare_attack=Evoker prepares attack +subtitles.entity.evocation_illager.prepare_summon=Evoker prepares summoning +subtitles.entity.evocation_illager.prepare_wololo=Evoker prepares charming +subtitles.entity.experience_orb.pickup=Experience gained +subtitles.entity.firework.blast=Firework blasts +subtitles.entity.firework.launch=Firework launches +subtitles.entity.firework.twinkle=Firework twinkles +subtitles.entity.generic.big_fall=Something fell +subtitles.entity.generic.burn=Burning +subtitles.entity.generic.death=Dying +subtitles.entity.generic.drink=Sipping +subtitles.entity.generic.eat=Eating +subtitles.entity.generic.explode=Explosion +subtitles.entity.generic.extinguish_fire=Fire extinguishes +subtitles.entity.generic.hurt=Something hurts +subtitles.entity.generic.small_fall=Something tripped +subtitles.entity.generic.splash=Splashing +subtitles.entity.generic.swim=Swimming +subtitles.entity.ghast.ambient=Ghast cries +subtitles.entity.ghast.death=Ghast dies +subtitles.entity.ghast.hurt=Ghast hurts +subtitles.entity.ghast.shoot=Ghast shoots +subtitles.entity.guardian.ambient.land=Guardian flaps +subtitles.entity.guardian.ambient=Guardian moans +subtitles.entity.guardian.attack=Guardian shoots +subtitles.entity.guardian.curse=Guardian curses +subtitles.entity.guardian.death=Guardian dies +subtitles.entity.guardian.flop=Guardian flops +subtitles.entity.guardian.hurt=Guardian hurts +subtitles.entity.horse.ambient=Horse neighs +subtitles.entity.horse.angry=Horse neighs +subtitles.entity.horse.armor=Horse armor equips +subtitles.entity.horse.breathe=Horse breathes +subtitles.entity.horse.death=Horse dies +subtitles.entity.horse.eat=Horse eats +subtitles.entity.horse.gallop=Horse gallops +subtitles.entity.horse.hurt=Horse hurts +subtitles.entity.horse.jump=Horse jumps +subtitles.entity.horse.saddle=Saddle equips +subtitles.entity.husk.ambient=Husk groans +subtitles.entity.husk.death=Husk dies +subtitles.entity.husk.hurt=Husk hurts +subtitles.entity.illusion_illager.ambient=Illusioner murmurs +subtitles.entity.illusion_illager.cast_spell=Illusioner casts spell +subtitles.entity.illusion_illager.death=Illusioner dies +subtitles.entity.illusion_illager.hurt=Illusioner hurts +subtitles.entity.illusion_illager.mirror_move=Illusioner displaces +subtitles.entity.illusion_illager.prepare_blindness=Illusioner prepares blindness +subtitles.entity.illusion_illager.prepare_mirror=Illusioner prepares mirror image +subtitles.entity.iron_golem.attack=Iron Golem attacks +subtitles.entity.iron_golem.death=Iron Golem dies +subtitles.entity.iron_golem.hurt=Iron Golem hurts +subtitles.entity.item.break=Item breaks +subtitles.entity.item.pickup=Item plops +subtitles.entity.itemframe.add_item=Item Frame fills +subtitles.entity.itemframe.break=Item Frame breaks +subtitles.entity.itemframe.place=Item Frame placed +subtitles.entity.itemframe.remove_item=Item Frame empties +subtitles.entity.itemframe.rotate_item=Item Frame clicks +subtitles.entity.leashknot.break=Leash knot breaks +subtitles.entity.leashknot.place=Leash knot tied +subtitles.entity.lightning.impact=Lightning strikes +subtitles.entity.lightning.thunder=Thunder roars +subtitles.entity.llama.ambient=Llama bleats +subtitles.entity.llama.angry=Llama bleats angry +subtitles.entity.llama.chest=Llama Chest equips +subtitles.entity.llama.death=Llama dies +subtitles.entity.llama.eat=Llama eats +subtitles.entity.llama.hurt=Llama hurts +subtitles.entity.llama.spit=Llama spits +subtitles.entity.llama.step=Llama steps +subtitles.entity.llama.swag=Llama is decorated +subtitles.entity.magmacube.death=Magma Cube dies +subtitles.entity.magmacube.hurt=Magma Cube hurts +subtitles.entity.magmacube.squish=Magma Cube squishes +subtitles.entity.minecart.riding=Minecart rolls +subtitles.entity.mule.ambient=Mule hee-haws +subtitles.entity.mule.chest=Mule Chest equips +subtitles.entity.mule.death=Mule dies +subtitles.entity.mule.hurt=Mule hurts +subtitles.entity.painting.break=Painting breaks +subtitles.entity.painting.place=Painting placed +subtitles.entity.pig.ambient=Pig oinks +subtitles.entity.pig.death=Pig dies +subtitles.entity.pig.hurt=Pig hurts +subtitles.entity.pig.saddle=Saddle equips +subtitles.entity.player.burp=Burp +subtitles.entity.player.death=Player dies +subtitles.entity.player.hurt=Player hurts +subtitles.entity.player.levelup=Player dings +subtitles.entity.polar_bear.ambient=Polar Bear groans +subtitles.entity.polar_bear.baby_ambient=Polar Bear hums +subtitles.entity.polar_bear.death=Polar Bear dies +subtitles.entity.polar_bear.hurt=Polar Bear hurts +subtitles.entity.polar_bear.warning=Polar Bear roars +subtitles.entity.potion.splash=Bottle smashes +subtitles.entity.potion.throw=Bottle thrown +subtitles.entity.rabbit.ambient=Rabbit squeaks +subtitles.entity.rabbit.attack=Rabbit attacks +subtitles.entity.rabbit.death=Rabbit dies +subtitles.entity.rabbit.hurt=Rabbit hurts +subtitles.entity.rabbit.jump=Rabbit hops +subtitles.entity.sheep.ambient=Sheep baahs +subtitles.entity.sheep.death=Sheep dies +subtitles.entity.sheep.hurt=Sheep hurts +subtitles.entity.shulker.ambient=Shulker lurks +subtitles.entity.shulker.close=Shulker closes +subtitles.entity.shulker.death=Shulker dies +subtitles.entity.shulker.hurt=Shulker hurts +subtitles.entity.shulker.open=Shulker opens +subtitles.entity.shulker.shoot=Shulker shoots +subtitles.entity.shulker.teleport=Shulker teleports +subtitles.entity.shulker_bullet.hit=Shulker bullet explodes +subtitles.entity.shulker_bullet.hurt=Shulker bullet breaks +subtitles.entity.silverfish.ambient=Silverfish hisses +subtitles.entity.silverfish.death=Silverfish dies +subtitles.entity.silverfish.hurt=Silverfish hurts +subtitles.entity.skeleton.ambient=Skeleton rattles +subtitles.entity.skeleton.death=Skeleton dies +subtitles.entity.skeleton.hurt=Skeleton hurts +subtitles.entity.skeleton.shoot=Skeleton shoots +subtitles.entity.skeleton_horse.ambient=Skeleton Horse cries +subtitles.entity.skeleton_horse.death=Skeleton Horse dies +subtitles.entity.skeleton_horse.hurt=Skeleton Horse hurts +subtitles.entity.slime.attack=Slime attacks +subtitles.entity.slime.death=Slime dies +subtitles.entity.slime.hurt=Slime hurts +subtitles.entity.slime.squish=Slime squishes +subtitles.entity.snowball.throw=Snowball flies +subtitles.entity.snowman.death=Snow Golem dies +subtitles.entity.snowman.hurt=Snow Golem hurts +subtitles.entity.spider.ambient=Spider hisses +subtitles.entity.spider.death=Spider dies +subtitles.entity.spider.hurt=Spider hurts +subtitles.entity.squid.ambient=Squid swims +subtitles.entity.squid.death=Squid dies +subtitles.entity.squid.hurt=Squid hurts +subtitles.entity.stray.ambient=Stray rattles +subtitles.entity.stray.death=Stray dies +subtitles.entity.stray.hurt=Stray hurts +subtitles.entity.tnt.primed=TNT fizzes +subtitles.entity.vex.ambient=Vex vexes +subtitles.entity.vex.charge=Vex shrieks +subtitles.entity.vex.death=Vex dies +subtitles.entity.vex.hurt=Vex hurts +subtitles.entity.villager.ambient=Villager mumbles +subtitles.entity.villager.death=Villager dies +subtitles.entity.villager.hurt=Villager hurts +subtitles.entity.villager.no=Villager disagrees +subtitles.entity.villager.trading=Villager trades +subtitles.entity.villager.yes=Villager agrees +subtitles.entity.vindication_illager.ambient=Vindicator mutters +subtitles.entity.vindication_illager.death=Vindicator dies +subtitles.entity.vindication_illager.hurt=Vindicator hurts +subtitles.entity.witch.ambient=Witch giggles +subtitles.entity.witch.death=Witch dies +subtitles.entity.witch.drink=Witch drinks +subtitles.entity.witch.hurt=Witch hurts +subtitles.entity.witch.throw=Witch throws +subtitles.entity.wither.ambient=Wither angers +subtitles.entity.wither.death=Wither dies +subtitles.entity.wither.hurt=Wither hurts +subtitles.entity.wither.shoot=Wither attacks +subtitles.entity.wither.spawn=Wither released +subtitles.entity.wither_skeleton.ambient=Wither Skeleton rattles +subtitles.entity.wither_skeleton.death=Wither Skeleton dies +subtitles.entity.wither_skeleton.hurt=Wither Skeleton hurts +subtitles.entity.wolf.ambient=Wolf pants +subtitles.entity.wolf.death=Wolf dies +subtitles.entity.wolf.growl=Wolf growls +subtitles.entity.wolf.hurt=Wolf hurts +subtitles.entity.wolf.shake=Wolf shakes +subtitles.entity.zombie.ambient=Zombie groans +subtitles.entity.zombie.death=Zombie dies +subtitles.entity.zombie.hurt=Zombie hurts +subtitles.entity.zombie.infect=Zombie infects +subtitles.entity.zombie_horse.ambient=Zombie Horse cries +subtitles.entity.zombie_horse.death=Zombie Horse dies +subtitles.entity.zombie_horse.hurt=Zombie Horse hurts +subtitles.entity.zombie_pigman.ambient=Zombie Pigman grunts +subtitles.entity.zombie_pigman.angry=Zombie Pigman angers +subtitles.entity.zombie_pigman.death=Zombie Pigman dies +subtitles.entity.zombie_pigman.hurt=Zombie Pigman hurts +subtitles.entity.zombie_villager.ambient=Zombie Villager groans +subtitles.entity.zombie_villager.converted=Zombie vociferates +subtitles.entity.zombie_villager.cure=Zombie snuffles +subtitles.entity.zombie_villager.death=Zombie Villager dies +subtitles.entity.zombie_villager.hurt=Zombie Villager hurts +subtitles.item.armor.equip=Gear equipped +subtitles.item.armor.equip_chain=Chain armor jingles +subtitles.item.armor.equip_diamond=Diamond armor clangs +subtitles.item.armor.equip_elytra=Elytra rustles +subtitles.item.armor.equip_gold=Gold armor clinks +subtitles.item.armor.equip_iron=Iron armor clanks +subtitles.item.armor.equip_leather=Leather armor rustles +subtitles.item.bottle.fill=Bottle fills +subtitles.item.bucket.empty=Bucket empties +subtitles.item.bucket.fill=Bucket fills +subtitles.item.chorus_fruit.teleport=Player teleports +subtitles.item.firecharge.use=Fireball whooshes +subtitles.item.flintandsteel.use=Flint and Steel click +subtitles.item.hoe.till=Hoe tills +subtitles.item.shear=Shears click +subtitles.item.shield.block=Shield blocks +subtitles.item.shovel.flatten=Shovel flattens +subtitles.item.totem.use=Totem activates +subtitles.weather.rain=Rain falls + +debug.prefix=[Debug]: +debug.reload_chunks.help=F3 + A = Reload chunks +debug.show_hitboxes.help=F3 + B = Show hitboxes +debug.clear_chat.help=F3 + D = Clear chat +debug.cycle_renderdistance.help=F3 + F = Cycle render distance (Shift to invert) +debug.chunk_boundaries.help=F3 + G = Show chunk boundaries +debug.advanced_tooltips.help=F3 + H = Advanced tooltips +debug.creative_spectator.help=F3 + N = Cycle creative <-> spectator +debug.pause_focus.help=F3 + P = Pause on lost focus +debug.help.help=F3 + Q = Show this list +debug.reload_resourcepacks.help=F3 + T = Reload resource packs + +debug.reload_chunks.message=Reloading all chunks +debug.show_hitboxes.on=Hitboxes: shown +debug.show_hitboxes.off=Hitboxes: hidden +debug.cycle_renderdistance.message=Render Distance: %s +debug.chunk_boundaries.on=Chunk borders: shown +debug.chunk_boundaries.off=Chunk borders: hidden +debug.advanced_tooltips.on=Advanced tooltips: shown +debug.advanced_tooltips.off=Advanced tooltips: hidden +debug.creative_spectator.error=Unable to switch gamemode, no permission +debug.pause_focus.on=Pause on lost focus: enabled +debug.pause_focus.off=Pause on lost focus: disabled +debug.help.message=Key bindings: +debug.reload_resourcepacks.message=Reloaded resource packs + +resourcepack.downloading=Downloading Resource Pack +resourcepack.requesting=Making Request... +resourcepack.progress=Downloading file (%s MB)... + +tutorial.move.title=Move with %s, %s, %s and %s +tutorial.move.description=Jump with %s +tutorial.look.title=Look around +tutorial.look.description=Use your mouse to turn +tutorial.find_tree.title=Find a tree +tutorial.find_tree.description=Punch it to collect wood +tutorial.punch_tree.title=Destroy the tree +tutorial.punch_tree.description=Hold down %s +tutorial.open_inventory.title=Open your inventory +tutorial.open_inventory.description=Press %s +tutorial.craft_planks.title=Craft wooden planks +tutorial.craft_planks.description=The recipe book can help + +advancements.adventure.adventuring_time.title=Adventuring Time +advancements.adventure.adventuring_time.description=Discover every biome +advancements.adventure.kill_all_mobs.title=Monsters Hunted +advancements.adventure.kill_all_mobs.description=Kill one of every hostile monster +advancements.adventure.kill_a_mob.title=Monster Hunter +advancements.adventure.kill_a_mob.description=Kill any hostile monster +advancements.adventure.root.title=Adventure +advancements.adventure.root.description=Adventure, exploration and combat +advancements.adventure.shoot_arrow.title=Take Aim +advancements.adventure.shoot_arrow.description=Shoot something with a bow and arrow +advancements.adventure.sleep_in_bed.title=Sweet dreams +advancements.adventure.sleep_in_bed.description=Change your respawn point +advancements.adventure.sniper_duel.title=Sniper duel +advancements.adventure.sniper_duel.description=Kill a skeleton with an arrow from more than 50 meters +advancements.adventure.trade.title=What a Deal! +advancements.adventure.trade.description=Successfully trade with a Villager +advancements.adventure.summon_iron_golem.title=Hired Help +advancements.adventure.summon_iron_golem.description=Summon an Iron Golem to help defend a village +advancements.adventure.totem_of_undying.title=Postmortal +advancements.adventure.totem_of_undying.description=Use a Totem of Undying to cheat death + +advancements.husbandry.root.title=Husbandry +advancements.husbandry.root.description=The world is full of friends and food +advancements.husbandry.breed_an_animal.title=The Parrots and the Bats +advancements.husbandry.breed_an_animal.description=Breed two animals together +advancements.husbandry.breed_all_animals.title=Two by Two +advancements.husbandry.breed_all_animals.description=Breed all the animals! +advancements.husbandry.tame_an_animal.title=Best Friends Forever +advancements.husbandry.tame_an_animal.description=Tame an animal +advancements.husbandry.plant_seed.title=A Seedy Place +advancements.husbandry.plant_seed.description=Plant a seed and watch it grow +advancements.husbandry.break_diamond_hoe.title=Serious Dedication +advancements.husbandry.break_diamond_hoe.description=Completely use up a diamond hoe, and then reevaluate your life choices +advancements.husbandry.balanced_diet.title=A Balanced Diet +advancements.husbandry.balanced_diet.description=Eat everything that is edible, even if it's not good for you + +advancements.end.dragon_breath.title=You Need a Mint +advancements.end.dragon_breath.description=Collect dragon's breath in a glass bottle +advancements.end.dragon_egg.title=The Next Generation +advancements.end.dragon_egg.description=Hold the Dragon Egg +advancements.end.elytra.title=Sky's the Limit +advancements.end.elytra.description=Find an Elytra +advancements.end.enter_end_gateway.title=Remote Getaway +advancements.end.enter_end_gateway.description=Escape the island +advancements.end.find_end_city.title=The City at the End of the Game +advancements.end.find_end_city.description=Go on in, what could happen? +advancements.end.kill_dragon.title=Free the End +advancements.end.kill_dragon.description=Good luck +advancements.end.levitate.title=Great View From Up Here +advancements.end.levitate.description=Levitate up 50 blocks from the attacks of a Shulker +advancements.end.respawn_dragon.title=The End... Again... +advancements.end.respawn_dragon.description=Respawn the ender dragon +advancements.end.root.title=The End +advancements.end.root.description=Or the beginning? + +advancements.nether.brew_potion.title=Local Brewery +advancements.nether.brew_potion.description=Brew a potion +advancements.nether.all_potions.title=A Furious Cocktail +advancements.nether.all_potions.description=Have every potion effect applied at the same time +advancements.nether.all_effects.title=How Did We Get Here? +advancements.nether.all_effects.description=Have every effect applied at the same time +advancements.nether.create_beacon.title=Bring Home the Beacon +advancements.nether.create_beacon.description=Construct and place a Beacon +advancements.nether.create_full_beacon.title=Beaconator +advancements.nether.create_full_beacon.description=Bring a beacon to full power +advancements.nether.find_fortress.title=A Terrible Fortress +advancements.nether.find_fortress.description=Break your way into a Nether Fortress +advancements.nether.get_wither_skull.title=Spooky Scary Skeleton +advancements.nether.get_wither_skull.description=Obtain a wither skeleton's skull +advancements.nether.obtain_blaze_rod.title=Into Fire +advancements.nether.obtain_blaze_rod.description=Relieve a Blaze of its rod +advancements.nether.return_to_sender.title=Return to Sender +advancements.nether.return_to_sender.description=Destroy a Ghast with a fireball +advancements.nether.root.title=Nether +advancements.nether.root.description=Bring summer clothes +advancements.nether.summon_wither.title=Withering Heights +advancements.nether.summon_wither.description=Summon the Wither +advancements.nether.fast_travel.title=Subspace Bubble +advancements.nether.fast_travel.description=Use the Nether to travel 7km in the Overworld +advancements.nether.uneasy_alliance.title=Uneasy Alliance +advancements.nether.uneasy_alliance.description=Rescue a Ghast from the Nether, bring it safely home to the Overworld... and then kill it. + +advancements.story.cure_zombie_villager.title=Zombie Doctor +advancements.story.cure_zombie_villager.description=Weaken and then cure a zombie villager +advancements.story.deflect_arrow.title=Not Today, Thank You +advancements.story.deflect_arrow.description=Deflect an arrow with a shield +advancements.story.enchant_item.title=Enchanter +advancements.story.enchant_item.description=Enchant an item at an Enchanting Table +advancements.story.enter_the_end.title=The End? +advancements.story.enter_the_end.description=Enter the End Portal +advancements.story.enter_the_nether.title=We Need to Go Deeper +advancements.story.enter_the_nether.description=Build, light and enter a Nether Portal +advancements.story.follow_ender_eye.title=Eye Spy +advancements.story.follow_ender_eye.description=Follow an Ender Eye +advancements.story.form_obsidian.title=Ice Bucket Challenge +advancements.story.form_obsidian.description=Form and mine a block of Obsidian +advancements.story.iron_tools.title=Isn't It Iron Pick +advancements.story.iron_tools.description=Upgrade your pickaxe +advancements.story.lava_bucket.title=Hot Stuff +advancements.story.lava_bucket.description=Fill a bucket with lava +advancements.story.mine_diamond.title=Diamonds! +advancements.story.mine_diamond.description=Acquire diamonds +advancements.story.mine_stone.title=Stone Age +advancements.story.mine_stone.description=Mine stone with your new pickaxe +advancements.story.obtain_armor.title=Suit Up +advancements.story.obtain_armor.description=Protect yourself with a piece of iron armor +advancements.story.root.title=Minecraft +advancements.story.root.description=The heart and story of the game +advancements.story.shiny_gear.title=Cover Me With Diamonds +advancements.story.shiny_gear.description=Diamond armor saves lives +advancements.story.smelt_iron.title=Acquire Hardware +advancements.story.smelt_iron.description=Smelt an iron ingot +advancements.story.upgrade_tools.title=Getting an Upgrade +advancements.story.upgrade_tools.description=Construct a better pickaxe diff --git a/1.12.2/assets/minecraft/loot_tables/chests/abandoned_mineshaft.json b/1.12.2/assets/minecraft/loot_tables/chests/abandoned_mineshaft.json new file mode 100644 index 00000000..d3b0e2e2 --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/chests/abandoned_mineshaft.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/chests/desert_pyramid.json b/1.12.2/assets/minecraft/loot_tables/chests/desert_pyramid.json new file mode 100644 index 00000000..235911f8 --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/chests/desert_pyramid.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/chests/end_city_treasure.json b/1.12.2/assets/minecraft/loot_tables/chests/end_city_treasure.json new file mode 100644 index 00000000..925dcb30 --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/chests/end_city_treasure.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/chests/igloo_chest.json b/1.12.2/assets/minecraft/loot_tables/chests/igloo_chest.json new file mode 100644 index 00000000..5121be61 --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/chests/igloo_chest.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/chests/jungle_temple.json b/1.12.2/assets/minecraft/loot_tables/chests/jungle_temple.json new file mode 100644 index 00000000..d308cff0 --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/chests/jungle_temple.json @@ -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 + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/chests/jungle_temple_dispenser.json b/1.12.2/assets/minecraft/loot_tables/chests/jungle_temple_dispenser.json new file mode 100644 index 00000000..38c0e625 --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/chests/jungle_temple_dispenser.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/chests/nether_bridge.json b/1.12.2/assets/minecraft/loot_tables/chests/nether_bridge.json new file mode 100644 index 00000000..5def0231 --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/chests/nether_bridge.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/chests/simple_dungeon.json b/1.12.2/assets/minecraft/loot_tables/chests/simple_dungeon.json new file mode 100644 index 00000000..087e170c --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/chests/simple_dungeon.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/chests/spawn_bonus_chest.json b/1.12.2/assets/minecraft/loot_tables/chests/spawn_bonus_chest.json new file mode 100644 index 00000000..455107cb --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/chests/spawn_bonus_chest.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/chests/stronghold_corridor.json b/1.12.2/assets/minecraft/loot_tables/chests/stronghold_corridor.json new file mode 100644 index 00000000..75a3f233 --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/chests/stronghold_corridor.json @@ -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 + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/chests/stronghold_crossing.json b/1.12.2/assets/minecraft/loot_tables/chests/stronghold_crossing.json new file mode 100644 index 00000000..3ae1fafa --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/chests/stronghold_crossing.json @@ -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 + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/chests/stronghold_library.json b/1.12.2/assets/minecraft/loot_tables/chests/stronghold_library.json new file mode 100644 index 00000000..1805bb64 --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/chests/stronghold_library.json @@ -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 + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/chests/village_blacksmith.json b/1.12.2/assets/minecraft/loot_tables/chests/village_blacksmith.json new file mode 100644 index 00000000..90cf32f0 --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/chests/village_blacksmith.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/chests/woodland_mansion.json b/1.12.2/assets/minecraft/loot_tables/chests/woodland_mansion.json new file mode 100644 index 00000000..0469b243 --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/chests/woodland_mansion.json @@ -0,0 +1,264 @@ +{ + "pools": [ + { + "rolls": { + "min": 1, + "max": 3 + }, + "entries": [ + { + "type": "item", + "name": "minecraft:lead", + "weight": 20 + }, + { + "type": "item", + "name": "minecraft:golden_apple", + "weight": 15 + }, + { + "type": "item", + "name": "minecraft:golden_apple", + "weight": 2, + "functions": [ + { + "function": "set_data", + "data": 1 + } + ] + }, + { + "type": "item", + "name": "minecraft:record_13", + "weight": 15 + }, + { + "type": "item", + "name": "minecraft:record_cat", + "weight": 15 + }, + { + "type": "item", + "name": "minecraft:name_tag", + "weight": 20 + }, + { + "type": "item", + "name": "minecraft:chainmail_chestplate", + "weight": 10 + }, + { + "type": "item", + "name": "minecraft:diamond_hoe", + "weight": 15 + }, + { + "type": "item", + "name": "minecraft:diamond_chestplate", + "weight": 5 + }, + { + "type": "item", + "name": "minecraft:book", + "weight": 10, + "functions": [ + { + "function": "enchant_randomly" + } + ] + } + ] + }, + { + "rolls": { + "min": 1, + "max": 4 + }, + "entries": [ + { + "type": "item", + "name": "minecraft:iron_ingot", + "weight": 10, + "functions": [ + { + "function": "set_count", + "count": { + "min": 1, + "max": 4 + } + } + ] + }, + { + "type": "item", + "name": "minecraft:gold_ingot", + "weight": 5, + "functions": [ + { + "function": "set_count", + "count": { + "min": 1, + "max": 4 + } + } + ] + }, + { + "type": "item", + "name": "minecraft:bread", + "weight": 20 + }, + { + "type": "item", + "name": "minecraft:wheat", + "weight": 20, + "functions": [ + { + "function": "set_count", + "count": { + "min": 1, + "max": 4 + } + } + ] + }, + { + "type": "item", + "name": "minecraft:bucket", + "weight": 10 + }, + { + "type": "item", + "name": "minecraft:redstone", + "weight": 15, + "functions": [ + { + "function": "set_count", + "count": { + "min": 1, + "max": 4 + } + } + ] + }, + { + "type": "item", + "name": "minecraft:coal", + "weight": 15, + "functions": [ + { + "function": "set_count", + "count": { + "min": 1, + "max": 4 + } + } + ] + }, + { + "type": "item", + "name": "minecraft:melon_seeds", + "functions": [ + { + "function": "set_count", + "count": { + "min": 2, + "max": 4 + } + } + ], + "weight": 10 + }, + { + "type": "item", + "name": "minecraft:pumpkin_seeds", + "functions": [ + { + "function": "set_count", + "count": { + "min": 2, + "max": 4 + } + } + ], + "weight": 10 + }, + { + "type": "item", + "name": "minecraft:beetroot_seeds", + "functions": [ + { + "function": "set_count", + "count": { + "min": 2, + "max": 4 + } + } + ], + "weight": 10 + } + ] + }, + { + "rolls": 3, + "entries": [ + { + "type": "item", + "name": "minecraft:bone", + "weight": 10, + "functions": [ + { + "function": "set_count", + "count": { + "min": 1, + "max": 8 + } + } + ] + }, + { + "type": "item", + "name": "minecraft:gunpowder", + "weight": 10, + "functions": [ + { + "function": "set_count", + "count": { + "min": 1, + "max": 8 + } + } + ] + }, + { + "type": "item", + "name": "minecraft:rotten_flesh", + "weight": 10, + "functions": [ + { + "function": "set_count", + "count": { + "min": 1, + "max": 8 + } + } + ] + }, + { + "type": "item", + "name": "minecraft:string", + "weight": 10, + "functions": [ + { + "function": "set_count", + "count": { + "min": 1, + "max": 8 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/empty.json b/1.12.2/assets/minecraft/loot_tables/empty.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/empty.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/entities/bat.json b/1.12.2/assets/minecraft/loot_tables/entities/bat.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/entities/bat.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/entities/blaze.json b/1.12.2/assets/minecraft/loot_tables/entities/blaze.json new file mode 100644 index 00000000..78be7979 --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/entities/blaze.json @@ -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" + } + ] + } + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/entities/cave_spider.json b/1.12.2/assets/minecraft/loot_tables/entities/cave_spider.json new file mode 100644 index 00000000..d0f7a8fa --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/entities/cave_spider.json @@ -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" + } + ] + } + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/entities/chicken.json b/1.12.2/assets/minecraft/loot_tables/entities/chicken.json new file mode 100644 index 00000000..f771d3bb --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/entities/chicken.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/entities/cow.json b/1.12.2/assets/minecraft/loot_tables/entities/cow.json new file mode 100644 index 00000000..14839a69 --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/entities/cow.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/entities/creeper.json b/1.12.2/assets/minecraft/loot_tables/entities/creeper.json new file mode 100644 index 00000000..ba3bac45 --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/entities/creeper.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/entities/donkey.json b/1.12.2/assets/minecraft/loot_tables/entities/donkey.json new file mode 100644 index 00000000..2c87ecc2 --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/entities/donkey.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/entities/elder_guardian.json b/1.12.2/assets/minecraft/loot_tables/entities/elder_guardian.json new file mode 100644 index 00000000..8e74caba --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/entities/elder_guardian.json @@ -0,0 +1,120 @@ +{ + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "item", + "name": "minecraft:prismarine_shard", + "weight": 1, + "functions": [ + { + "function": "set_count", + "count": { + "min": 0, + "max": 2 + } + }, + { + "function": "looting_enchant", + "count": { + "min": 0, + "max": 1 + } + } + ] + } + ] + }, + { + "rolls": 1, + "entries": [ + { + "type": "item", + "name": "minecraft:fish", + "weight": 3, + "functions": [ + { + "function": "looting_enchant", + "count": { + "min": 0, + "max": 1 + } + }, + { + "function": "furnace_smelt", + "conditions": [ + { + "condition": "entity_properties", + "entity": "this", + "properties": { + "on_fire": true + } + } + ] + } + ] + }, + { + "type": "item", + "name": "minecraft:prismarine_crystals", + "weight": 2, + "functions": [ + { + "function": "looting_enchant", + "count": { + "min": 0, + "max": 1 + } + } + ] + }, + { + "type": "empty", + "weight": 1 + } + ] + }, + { + "rolls": 1, + "entries": [ + { + "type": "item", + "name": "minecraft:sponge", + "weight": 1, + "functions": [ + { + "function": "set_data", + "data": 1 + } + ] + } + ], + "conditions": [ + { + "condition": "killed_by_player" + } + ] + }, + { + "conditions": [ + { + "condition": "killed_by_player" + }, + { + "condition": "random_chance_with_looting", + "chance": 0.025, + "looting_multiplier": 0.01 + } + ], + "rolls": 1, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:gameplay/fishing/fish", + "weight": 1 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/entities/ender_dragon.json b/1.12.2/assets/minecraft/loot_tables/entities/ender_dragon.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/entities/ender_dragon.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/entities/enderman.json b/1.12.2/assets/minecraft/loot_tables/entities/enderman.json new file mode 100644 index 00000000..67bc0469 --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/entities/enderman.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/entities/endermite.json b/1.12.2/assets/minecraft/loot_tables/entities/endermite.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/entities/endermite.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/entities/evocation_illager.json b/1.12.2/assets/minecraft/loot_tables/entities/evocation_illager.json new file mode 100644 index 00000000..ddcfd0b1 --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/entities/evocation_illager.json @@ -0,0 +1,44 @@ +{ + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "item", + "name": "minecraft:totem_of_undying" + } + ] + }, + { + "rolls": 1, + "entries": [ + { + "type": "item", + "name": "minecraft:emerald", + "weight": 1, + "functions": [ + { + "function": "set_count", + "count": { + "min": 0, + "max": 1 + } + }, + { + "function": "looting_enchant", + "count": { + "min": 0, + "max": 1 + } + } + ] + } + ], + "conditions": [ + { + "condition": "killed_by_player" + } + ] + } + ] +} diff --git a/1.12.2/assets/minecraft/loot_tables/entities/ghast.json b/1.12.2/assets/minecraft/loot_tables/entities/ghast.json new file mode 100644 index 00000000..ebf4b0ea --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/entities/ghast.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/entities/giant.json b/1.12.2/assets/minecraft/loot_tables/entities/giant.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/entities/giant.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/entities/guardian.json b/1.12.2/assets/minecraft/loot_tables/entities/guardian.json new file mode 100644 index 00000000..e14b3ace --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/entities/guardian.json @@ -0,0 +1,99 @@ +{ + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "item", + "name": "minecraft:prismarine_shard", + "weight": 1, + "functions": [ + { + "function": "set_count", + "count": { + "min": 0, + "max": 2 + } + }, + { + "function": "looting_enchant", + "count": { + "min": 0, + "max": 1 + } + } + ] + } + ] + }, + { + "rolls": 1, + "entries": [ + { + "type": "item", + "name": "minecraft:fish", + "weight": 2, + "functions": [ + { + "function": "looting_enchant", + "count": { + "min": 0, + "max": 1 + } + }, + { + "function": "furnace_smelt", + "conditions": [ + { + "condition": "entity_properties", + "entity": "this", + "properties": { + "on_fire": true + } + } + ] + } + ] + }, + { + "type": "item", + "name": "minecraft:prismarine_crystals", + "weight": 2, + "functions": [ + { + "function": "looting_enchant", + "count": { + "min": 0, + "max": 1 + } + } + ] + }, + { + "type": "empty", + "weight": 1 + } + ] + }, + { + "conditions": [ + { + "condition": "killed_by_player" + }, + { + "condition": "random_chance_with_looting", + "chance": 0.025, + "looting_multiplier": 0.01 + } + ], + "rolls": 1, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:gameplay/fishing/fish", + "weight": 1 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/entities/horse.json b/1.12.2/assets/minecraft/loot_tables/entities/horse.json new file mode 100644 index 00000000..2c87ecc2 --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/entities/horse.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/entities/husk.json b/1.12.2/assets/minecraft/loot_tables/entities/husk.json new file mode 100644 index 00000000..593a80ca --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/entities/husk.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/entities/iron_golem.json b/1.12.2/assets/minecraft/loot_tables/entities/iron_golem.json new file mode 100644 index 00000000..d79d75b7 --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/entities/iron_golem.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/entities/llama.json b/1.12.2/assets/minecraft/loot_tables/entities/llama.json new file mode 100644 index 00000000..2c87ecc2 --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/entities/llama.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/entities/magma_cube.json b/1.12.2/assets/minecraft/loot_tables/entities/magma_cube.json new file mode 100644 index 00000000..b2035db8 --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/entities/magma_cube.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/entities/mule.json b/1.12.2/assets/minecraft/loot_tables/entities/mule.json new file mode 100644 index 00000000..2c87ecc2 --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/entities/mule.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/entities/mushroom_cow.json b/1.12.2/assets/minecraft/loot_tables/entities/mushroom_cow.json new file mode 100644 index 00000000..14839a69 --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/entities/mushroom_cow.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/entities/ocelot.json b/1.12.2/assets/minecraft/loot_tables/entities/ocelot.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/entities/ocelot.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/entities/parrot.json b/1.12.2/assets/minecraft/loot_tables/entities/parrot.json new file mode 100644 index 00000000..4d0c212b --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/entities/parrot.json @@ -0,0 +1,30 @@ +{ + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "item", + "name": "minecraft:feather", + "weight": 1, + "functions": [ + { + "function": "set_count", + "count": { + "min": 1, + "max": 2 + } + }, + { + "function": "looting_enchant", + "count": { + "min": 0, + "max": 1 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/entities/pig.json b/1.12.2/assets/minecraft/loot_tables/entities/pig.json new file mode 100644 index 00000000..72479113 --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/entities/pig.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/entities/polar_bear.json b/1.12.2/assets/minecraft/loot_tables/entities/polar_bear.json new file mode 100644 index 00000000..09f02efa --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/entities/polar_bear.json @@ -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 + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/entities/rabbit.json b/1.12.2/assets/minecraft/loot_tables/entities/rabbit.json new file mode 100644 index 00000000..f7bc3e40 --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/entities/rabbit.json @@ -0,0 +1,88 @@ +{ + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "item", + "name": "minecraft:rabbit_hide", + "weight": 1, + "functions": [ + { + "function": "set_count", + "count": { + "min": 0, + "max": 1 + } + }, + { + "function": "looting_enchant", + "count": { + "min": 0, + "max": 1 + } + } + ] + } + ] + }, + { + "rolls": 1, + "entries": [ + { + "type": "item", + "name": "minecraft:rabbit", + "weight": 1, + "functions": [ + { + "function": "set_count", + "count": { + "min": 0, + "max": 1 + } + }, + { + "function": "furnace_smelt", + "conditions": [ + { + "condition": "entity_properties", + "entity": "this", + "properties": { + "on_fire": true + } + } + ] + }, + { + "function": "looting_enchant", + "count": { + "min": 0, + "max": 1 + } + } + ] + } + ] + }, + { + "conditions": [ + { + "condition": "killed_by_player" + }, + { + "condition": "random_chance_with_looting", + "chance": 0.1, + "looting_multiplier": 0.03 + } + ], + "rolls": 1, + "entries": [ + { + "type": "item", + "name": "minecraft:rabbit_foot", + "weight": 1 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/entities/sheep.json b/1.12.2/assets/minecraft/loot_tables/entities/sheep.json new file mode 100644 index 00000000..a567656a --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/entities/sheep.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/entities/sheep/black.json b/1.12.2/assets/minecraft/loot_tables/entities/sheep/black.json new file mode 100644 index 00000000..71c38e94 --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/entities/sheep/black.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/entities/sheep/blue.json b/1.12.2/assets/minecraft/loot_tables/entities/sheep/blue.json new file mode 100644 index 00000000..b1d4ba5d --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/entities/sheep/blue.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/entities/sheep/brown.json b/1.12.2/assets/minecraft/loot_tables/entities/sheep/brown.json new file mode 100644 index 00000000..a74e0ec5 --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/entities/sheep/brown.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/entities/sheep/cyan.json b/1.12.2/assets/minecraft/loot_tables/entities/sheep/cyan.json new file mode 100644 index 00000000..b9e1cff8 --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/entities/sheep/cyan.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/entities/sheep/gray.json b/1.12.2/assets/minecraft/loot_tables/entities/sheep/gray.json new file mode 100644 index 00000000..dcc0559c --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/entities/sheep/gray.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/entities/sheep/green.json b/1.12.2/assets/minecraft/loot_tables/entities/sheep/green.json new file mode 100644 index 00000000..6761903a --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/entities/sheep/green.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/entities/sheep/light_blue.json b/1.12.2/assets/minecraft/loot_tables/entities/sheep/light_blue.json new file mode 100644 index 00000000..8663d870 --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/entities/sheep/light_blue.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/entities/sheep/lime.json b/1.12.2/assets/minecraft/loot_tables/entities/sheep/lime.json new file mode 100644 index 00000000..c92be36f --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/entities/sheep/lime.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/entities/sheep/magenta.json b/1.12.2/assets/minecraft/loot_tables/entities/sheep/magenta.json new file mode 100644 index 00000000..f6875213 --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/entities/sheep/magenta.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/entities/sheep/orange.json b/1.12.2/assets/minecraft/loot_tables/entities/sheep/orange.json new file mode 100644 index 00000000..e3a8de9b --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/entities/sheep/orange.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/entities/sheep/pink.json b/1.12.2/assets/minecraft/loot_tables/entities/sheep/pink.json new file mode 100644 index 00000000..93aea367 --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/entities/sheep/pink.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/entities/sheep/purple.json b/1.12.2/assets/minecraft/loot_tables/entities/sheep/purple.json new file mode 100644 index 00000000..ac85e9b7 --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/entities/sheep/purple.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/entities/sheep/red.json b/1.12.2/assets/minecraft/loot_tables/entities/sheep/red.json new file mode 100644 index 00000000..df6239d6 --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/entities/sheep/red.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/entities/sheep/silver.json b/1.12.2/assets/minecraft/loot_tables/entities/sheep/silver.json new file mode 100644 index 00000000..26b14c1b --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/entities/sheep/silver.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/entities/sheep/white.json b/1.12.2/assets/minecraft/loot_tables/entities/sheep/white.json new file mode 100644 index 00000000..12856c32 --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/entities/sheep/white.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/entities/sheep/yellow.json b/1.12.2/assets/minecraft/loot_tables/entities/sheep/yellow.json new file mode 100644 index 00000000..4a775ad6 --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/entities/sheep/yellow.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/entities/shulker.json b/1.12.2/assets/minecraft/loot_tables/entities/shulker.json new file mode 100644 index 00000000..43abeff1 --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/entities/shulker.json @@ -0,0 +1,20 @@ +{ + "pools": [ + { + "conditions": [ + { + "condition": "random_chance_with_looting", + "chance": 0.5, + "looting_multiplier": 0.0625 + } + ], + "rolls": 1, + "entries": [ + { + "type": "item", + "name": "minecraft:shulker_shell" + } + ] + } + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/entities/silverfish.json b/1.12.2/assets/minecraft/loot_tables/entities/silverfish.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/entities/silverfish.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/entities/skeleton.json b/1.12.2/assets/minecraft/loot_tables/entities/skeleton.json new file mode 100644 index 00000000..630df5b1 --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/entities/skeleton.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/entities/skeleton_horse.json b/1.12.2/assets/minecraft/loot_tables/entities/skeleton_horse.json new file mode 100644 index 00000000..a998e9e8 --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/entities/skeleton_horse.json @@ -0,0 +1,30 @@ +{ + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "item", + "name": "minecraft:bone", + "weight": 1, + "functions": [ + { + "function": "set_count", + "count": { + "min": 0, + "max": 2 + } + }, + { + "function": "looting_enchant", + "count": { + "min": 0, + "max": 1 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/entities/slime.json b/1.12.2/assets/minecraft/loot_tables/entities/slime.json new file mode 100644 index 00000000..0e2ebe87 --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/entities/slime.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/entities/snowman.json b/1.12.2/assets/minecraft/loot_tables/entities/snowman.json new file mode 100644 index 00000000..270433e4 --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/entities/snowman.json @@ -0,0 +1,23 @@ +{ + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "item", + "name": "minecraft:snowball", + "weight": 1, + "functions": [ + { + "function": "set_count", + "count": { + "min": 0, + "max": 15 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/entities/spider.json b/1.12.2/assets/minecraft/loot_tables/entities/spider.json new file mode 100644 index 00000000..d0f7a8fa --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/entities/spider.json @@ -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" + } + ] + } + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/entities/squid.json b/1.12.2/assets/minecraft/loot_tables/entities/squid.json new file mode 100644 index 00000000..4d7926fd --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/entities/squid.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/entities/stray.json b/1.12.2/assets/minecraft/loot_tables/entities/stray.json new file mode 100644 index 00000000..95015958 --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/entities/stray.json @@ -0,0 +1,92 @@ +{ + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "item", + "name": "minecraft:arrow", + "weight": 1, + "functions": [ + { + "function": "set_count", + "count": { + "min": 0, + "max": 2 + } + }, + { + "function": "looting_enchant", + "count": { + "min": 0, + "max": 1 + } + } + ] + } + ] + }, + { + "rolls": 1, + "entries": [ + { + "type": "item", + "name": "minecraft:bone", + "weight": 1, + "functions": [ + { + "function": "set_count", + "count": { + "min": 0, + "max": 2 + } + }, + { + "function": "looting_enchant", + "count": { + "min": 0, + "max": 1 + } + } + ] + } + ] + }, + { + "rolls": 1, + "entries": [ + { + "type": "item", + "name": "minecraft:tipped_arrow", + "weight": 1, + "functions": [ + { + "function": "set_count", + "count": { + "min": 0, + "max": 1 + } + }, + { + "function": "looting_enchant", + "count": { + "min": 0, + "max": 1 + }, + "limit": 1 + }, + { + "function": "set_nbt", + "tag": "{Potion:\"minecraft:slowness\"}" + } + ] + } + ], + "conditions": [ + { + "condition": "killed_by_player" + } + ] + } + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/entities/vex.json b/1.12.2/assets/minecraft/loot_tables/entities/vex.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/entities/vex.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/entities/villager.json b/1.12.2/assets/minecraft/loot_tables/entities/villager.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/entities/villager.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/entities/vindication_illager.json b/1.12.2/assets/minecraft/loot_tables/entities/vindication_illager.json new file mode 100644 index 00000000..0a03c37f --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/entities/vindication_illager.json @@ -0,0 +1,35 @@ +{ + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "item", + "name": "minecraft:emerald", + "weight": 1, + "functions": [ + { + "function": "set_count", + "count": { + "min": 0, + "max": 1 + } + }, + { + "function": "looting_enchant", + "count": { + "min": 0, + "max": 1 + } + } + ] + } + ], + "conditions": [ + { + "condition": "killed_by_player" + } + ] + } + ] +} diff --git a/1.12.2/assets/minecraft/loot_tables/entities/witch.json b/1.12.2/assets/minecraft/loot_tables/entities/witch.json new file mode 100644 index 00000000..d7d47bb8 --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/entities/witch.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/entities/wither_skeleton.json b/1.12.2/assets/minecraft/loot_tables/entities/wither_skeleton.json new file mode 100644 index 00000000..04d18fb0 --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/entities/wither_skeleton.json @@ -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 + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/entities/wolf.json b/1.12.2/assets/minecraft/loot_tables/entities/wolf.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/entities/wolf.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/entities/zombie.json b/1.12.2/assets/minecraft/loot_tables/entities/zombie.json new file mode 100644 index 00000000..593a80ca --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/entities/zombie.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/entities/zombie_horse.json b/1.12.2/assets/minecraft/loot_tables/entities/zombie_horse.json new file mode 100644 index 00000000..12669bf2 --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/entities/zombie_horse.json @@ -0,0 +1,30 @@ +{ + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "item", + "name": "minecraft:rotten_flesh", + "weight": 1, + "functions": [ + { + "function": "set_count", + "count": { + "min": 0, + "max": 2 + } + }, + { + "function": "looting_enchant", + "count": { + "min": 0, + "max": 1 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/entities/zombie_pigman.json b/1.12.2/assets/minecraft/loot_tables/entities/zombie_pigman.json new file mode 100644 index 00000000..5d31ee1f --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/entities/zombie_pigman.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/entities/zombie_villager.json b/1.12.2/assets/minecraft/loot_tables/entities/zombie_villager.json new file mode 100644 index 00000000..593a80ca --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/entities/zombie_villager.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/gameplay/fishing.json b/1.12.2/assets/minecraft/loot_tables/gameplay/fishing.json new file mode 100644 index 00000000..c3458217 --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/gameplay/fishing.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/gameplay/fishing/fish.json b/1.12.2/assets/minecraft/loot_tables/gameplay/fishing/fish.json new file mode 100644 index 00000000..33769101 --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/gameplay/fishing/fish.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/loot_tables/gameplay/fishing/junk.json b/1.12.2/assets/minecraft/loot_tables/gameplay/fishing/junk.json new file mode 100644 index 00000000..7d0eba67 --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/gameplay/fishing/junk.json @@ -0,0 +1,98 @@ +{ + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "item", + "name": "minecraft:leather_boots", + "weight": 10, + "functions": [ + { + "function": "set_damage", + "damage": { + "min": 0, + "max": 0.90 + } + } + ] + }, + { + "type": "item", + "name": "minecraft:leather", + "weight": 10 + }, + { + "type": "item", + "name": "minecraft:bone", + "weight": 10 + }, + { + "type": "item", + "name": "minecraft:potion", + "weight": 10, + "functions": [ + { + "function": "set_nbt", + "tag": "{Potion:\"minecraft:water\"}" + } + ] + }, + { + "type": "item", + "name": "minecraft:string", + "weight": 5 + }, + { + "type": "item", + "name": "minecraft:fishing_rod", + "weight": 2, + "functions": [ + { + "function": "set_damage", + "damage": { + "min": 0, + "max": 0.90 + } + } + ] + }, + { + "type": "item", + "name": "minecraft:bowl", + "weight": 10 + }, + { + "type": "item", + "name": "minecraft:stick", + "weight": 5 + }, + { + "type": "item", + "name": "minecraft:dye", + "weight": 1, + "functions": [ + { + "function": "set_data", + "data": 0 + }, + { + "function": "set_count", + "count": 10 + } + ] + }, + { + "type": "item", + "name": "minecraft:tripwire_hook", + "weight": 10 + }, + { + "type": "item", + "name": "minecraft:rotten_flesh", + "weight": 10 + } + ] + } + ] +} diff --git a/1.12.2/assets/minecraft/loot_tables/gameplay/fishing/treasure.json b/1.12.2/assets/minecraft/loot_tables/gameplay/fishing/treasure.json new file mode 100644 index 00000000..eb443fae --- /dev/null +++ b/1.12.2/assets/minecraft/loot_tables/gameplay/fishing/treasure.json @@ -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 + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/models/block/acacia_bark.json b/1.12.2/assets/minecraft/models/block/acacia_bark.json new file mode 100644 index 00000000..2ae3fc49 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/acacia_bark.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/log_acacia" + } +} diff --git a/1.12.2/assets/minecraft/models/block/acacia_door_bottom.json b/1.12.2/assets/minecraft/models/block/acacia_door_bottom.json new file mode 100644 index 00000000..0c5951e5 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/acacia_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom", + "textures": { + "bottom": "blocks/door_acacia_lower", + "top": "blocks/door_acacia_upper" + } +} diff --git a/1.12.2/assets/minecraft/models/block/acacia_door_bottom_rh.json b/1.12.2/assets/minecraft/models/block/acacia_door_bottom_rh.json new file mode 100644 index 00000000..f918660b --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/acacia_door_bottom_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom_rh", + "textures": { + "bottom": "blocks/door_acacia_lower", + "top": "blocks/door_acacia_upper" + } +} diff --git a/1.12.2/assets/minecraft/models/block/acacia_door_top.json b/1.12.2/assets/minecraft/models/block/acacia_door_top.json new file mode 100644 index 00000000..1214f3b3 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/acacia_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top", + "textures": { + "bottom": "blocks/door_acacia_lower", + "top": "blocks/door_acacia_upper" + } +} diff --git a/1.12.2/assets/minecraft/models/block/acacia_door_top_rh.json b/1.12.2/assets/minecraft/models/block/acacia_door_top_rh.json new file mode 100644 index 00000000..d706f360 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/acacia_door_top_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top_rh", + "textures": { + "bottom": "blocks/door_acacia_lower", + "top": "blocks/door_acacia_upper" + } +} diff --git a/1.12.2/assets/minecraft/models/block/acacia_fence_gate_closed.json b/1.12.2/assets/minecraft/models/block/acacia_fence_gate_closed.json new file mode 100644 index 00000000..8e317cc5 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/acacia_fence_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_gate_closed", + "textures": { + "texture": "blocks/planks_acacia" + } +} diff --git a/1.12.2/assets/minecraft/models/block/acacia_fence_gate_open.json b/1.12.2/assets/minecraft/models/block/acacia_fence_gate_open.json new file mode 100644 index 00000000..16234a2d --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/acacia_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_gate_open", + "textures": { + "texture": "blocks/planks_acacia" + } +} diff --git a/1.12.2/assets/minecraft/models/block/acacia_fence_inventory.json b/1.12.2/assets/minecraft/models/block/acacia_fence_inventory.json new file mode 100644 index 00000000..e390a8a6 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/acacia_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_inventory", + "textures": { + "texture": "blocks/planks_acacia" + } +} diff --git a/1.12.2/assets/minecraft/models/block/acacia_fence_post.json b/1.12.2/assets/minecraft/models/block/acacia_fence_post.json new file mode 100644 index 00000000..bc78d2ff --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/acacia_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_post", + "textures": { + "texture": "blocks/planks_acacia" + } +} diff --git a/1.12.2/assets/minecraft/models/block/acacia_fence_side.json b/1.12.2/assets/minecraft/models/block/acacia_fence_side.json new file mode 100644 index 00000000..3ce2a0fd --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/acacia_fence_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_side", + "textures": { + "texture": "blocks/planks_acacia" + } +} diff --git a/1.12.2/assets/minecraft/models/block/acacia_inner_stairs.json b/1.12.2/assets/minecraft/models/block/acacia_inner_stairs.json new file mode 100644 index 00000000..727e10e9 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/acacia_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/planks_acacia", + "top": "blocks/planks_acacia", + "side": "blocks/planks_acacia" + } +} diff --git a/1.12.2/assets/minecraft/models/block/acacia_leaves.json b/1.12.2/assets/minecraft/models/block/acacia_leaves.json new file mode 100644 index 00000000..8f7f6543 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/acacia_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "block/leaves", + "textures": { + "all": "blocks/leaves_acacia" + } +} diff --git a/1.12.2/assets/minecraft/models/block/acacia_log.json b/1.12.2/assets/minecraft/models/block/acacia_log.json new file mode 100644 index 00000000..9ca20626 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/acacia_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/log_acacia_top", + "side": "blocks/log_acacia" + } +} diff --git a/1.12.2/assets/minecraft/models/block/acacia_outer_stairs.json b/1.12.2/assets/minecraft/models/block/acacia_outer_stairs.json new file mode 100644 index 00000000..689009b7 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/acacia_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/planks_acacia", + "top": "blocks/planks_acacia", + "side": "blocks/planks_acacia" + } +} diff --git a/1.12.2/assets/minecraft/models/block/acacia_planks.json b/1.12.2/assets/minecraft/models/block/acacia_planks.json new file mode 100644 index 00000000..514b5dfc --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/acacia_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/planks_acacia" + } +} diff --git a/1.12.2/assets/minecraft/models/block/acacia_sapling.json b/1.12.2/assets/minecraft/models/block/acacia_sapling.json new file mode 100644 index 00000000..0ac2f337 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/acacia_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/sapling_acacia" + } +} diff --git a/1.12.2/assets/minecraft/models/block/acacia_stairs.json b/1.12.2/assets/minecraft/models/block/acacia_stairs.json new file mode 100644 index 00000000..9496b30a --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/acacia_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/planks_acacia", + "top": "blocks/planks_acacia", + "side": "blocks/planks_acacia" + } +} diff --git a/1.12.2/assets/minecraft/models/block/acacia_wall_gate_closed.json b/1.12.2/assets/minecraft/models/block/acacia_wall_gate_closed.json new file mode 100644 index 00000000..663ff1ab --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/acacia_wall_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_gate_closed", + "textures": { + "texture": "blocks/planks_acacia" + } +} diff --git a/1.12.2/assets/minecraft/models/block/acacia_wall_gate_open.json b/1.12.2/assets/minecraft/models/block/acacia_wall_gate_open.json new file mode 100644 index 00000000..21706f6c --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/acacia_wall_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_gate_open", + "textures": { + "texture": "blocks/planks_acacia" + } +} diff --git a/1.12.2/assets/minecraft/models/block/activator_rail_active_flat.json b/1.12.2/assets/minecraft/models/block/activator_rail_active_flat.json new file mode 100644 index 00000000..c35d7083 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/activator_rail_active_flat.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_flat", + "textures": { + "rail": "blocks/rail_activator_powered" + } +} diff --git a/1.12.2/assets/minecraft/models/block/activator_rail_active_raised_ne.json b/1.12.2/assets/minecraft/models/block/activator_rail_active_raised_ne.json new file mode 100644 index 00000000..dc903956 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/activator_rail_active_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_ne", + "textures": { + "rail": "blocks/rail_activator_powered" + } +} diff --git a/1.12.2/assets/minecraft/models/block/activator_rail_active_raised_sw.json b/1.12.2/assets/minecraft/models/block/activator_rail_active_raised_sw.json new file mode 100644 index 00000000..e70658d5 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/activator_rail_active_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_sw", + "textures": { + "rail": "blocks/rail_activator_powered" + } +} diff --git a/1.12.2/assets/minecraft/models/block/activator_rail_flat.json b/1.12.2/assets/minecraft/models/block/activator_rail_flat.json new file mode 100644 index 00000000..61a8f21f --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/activator_rail_flat.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_flat", + "textures": { + "rail": "blocks/rail_activator" + } +} diff --git a/1.12.2/assets/minecraft/models/block/activator_rail_raised_ne.json b/1.12.2/assets/minecraft/models/block/activator_rail_raised_ne.json new file mode 100644 index 00000000..721d80d9 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/activator_rail_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_ne", + "textures": { + "rail": "blocks/rail_activator" + } +} diff --git a/1.12.2/assets/minecraft/models/block/activator_rail_raised_sw.json b/1.12.2/assets/minecraft/models/block/activator_rail_raised_sw.json new file mode 100644 index 00000000..32f04b56 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/activator_rail_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_sw", + "textures": { + "rail": "blocks/rail_activator" + } +} diff --git a/1.12.2/assets/minecraft/models/block/allium.json b/1.12.2/assets/minecraft/models/block/allium.json new file mode 100644 index 00000000..e7485acb --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/allium.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cross", + "textures": { + "particle": "blocks/flower_allium", + "cross": "blocks/flower_allium" + } +} diff --git a/1.12.2/assets/minecraft/models/block/andesite.json b/1.12.2/assets/minecraft/models/block/andesite.json new file mode 100644 index 00000000..25adfc72 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/andesite.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/stone_andesite" + } +} diff --git a/1.12.2/assets/minecraft/models/block/andesite_smooth.json b/1.12.2/assets/minecraft/models/block/andesite_smooth.json new file mode 100644 index 00000000..8f815be2 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/andesite_smooth.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/stone_andesite_smooth" + } +} diff --git a/1.12.2/assets/minecraft/models/block/anvil.json b/1.12.2/assets/minecraft/models/block/anvil.json new file mode 100644 index 00000000..879485bd --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/anvil.json @@ -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 } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/anvil_slightly_damaged.json b/1.12.2/assets/minecraft/models/block/anvil_slightly_damaged.json new file mode 100644 index 00000000..09f541c9 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/anvil_slightly_damaged.json @@ -0,0 +1,8 @@ +{ + "parent": "block/anvil", + "textures": { + "particle": "blocks/anvil_base", + "body": "blocks/anvil_base", + "top": "blocks/anvil_top_damaged_1" + } +} diff --git a/1.12.2/assets/minecraft/models/block/anvil_undamaged.json b/1.12.2/assets/minecraft/models/block/anvil_undamaged.json new file mode 100644 index 00000000..1e1ad44e --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/anvil_undamaged.json @@ -0,0 +1,8 @@ +{ + "parent": "block/anvil", + "textures": { + "particle": "blocks/anvil_base", + "body": "blocks/anvil_base", + "top": "blocks/anvil_top_damaged_0" + } +} diff --git a/1.12.2/assets/minecraft/models/block/anvil_very_damaged.json b/1.12.2/assets/minecraft/models/block/anvil_very_damaged.json new file mode 100644 index 00000000..4623b97d --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/anvil_very_damaged.json @@ -0,0 +1,8 @@ +{ + "parent": "block/anvil", + "textures": { + "particle": "blocks/anvil_base", + "body": "blocks/anvil_base", + "top": "blocks/anvil_top_damaged_2" + } +} diff --git a/1.12.2/assets/minecraft/models/block/beacon.json b/1.12.2/assets/minecraft/models/block/beacon.json new file mode 100644 index 00000000..2413c3a5 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/beacon.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/bedrock.json b/1.12.2/assets/minecraft/models/block/bedrock.json new file mode 100644 index 00000000..c6352708 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/bedrock.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/bedrock" + } +} diff --git a/1.12.2/assets/minecraft/models/block/bedrock_mirrored.json b/1.12.2/assets/minecraft/models/block/bedrock_mirrored.json new file mode 100644 index 00000000..e63c6433 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/bedrock_mirrored.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_mirrored_all", + "textures": { + "all": "blocks/bedrock" + } +} diff --git a/1.12.2/assets/minecraft/models/block/beetroots_stage0.json b/1.12.2/assets/minecraft/models/block/beetroots_stage0.json new file mode 100644 index 00000000..ea1b26fe --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/beetroots_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/beetroots_stage_0" + } +} diff --git a/1.12.2/assets/minecraft/models/block/beetroots_stage1.json b/1.12.2/assets/minecraft/models/block/beetroots_stage1.json new file mode 100644 index 00000000..05fb5de6 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/beetroots_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/beetroots_stage_1" + } +} diff --git a/1.12.2/assets/minecraft/models/block/beetroots_stage2.json b/1.12.2/assets/minecraft/models/block/beetroots_stage2.json new file mode 100644 index 00000000..f0ebca51 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/beetroots_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/beetroots_stage_2" + } +} diff --git a/1.12.2/assets/minecraft/models/block/beetroots_stage3.json b/1.12.2/assets/minecraft/models/block/beetroots_stage3.json new file mode 100644 index 00000000..496f97a2 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/beetroots_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/beetroots_stage_3" + } +} diff --git a/1.12.2/assets/minecraft/models/block/birch_bark.json b/1.12.2/assets/minecraft/models/block/birch_bark.json new file mode 100644 index 00000000..cd5ba86f --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/birch_bark.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/log_birch" + } +} diff --git a/1.12.2/assets/minecraft/models/block/birch_door_bottom.json b/1.12.2/assets/minecraft/models/block/birch_door_bottom.json new file mode 100644 index 00000000..b1aee112 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/birch_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom", + "textures": { + "bottom": "blocks/door_birch_lower", + "top": "blocks/door_birch_upper" + } +} diff --git a/1.12.2/assets/minecraft/models/block/birch_door_bottom_rh.json b/1.12.2/assets/minecraft/models/block/birch_door_bottom_rh.json new file mode 100644 index 00000000..1cd32716 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/birch_door_bottom_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom_rh", + "textures": { + "bottom": "blocks/door_birch_lower", + "top": "blocks/door_birch_upper" + } +} diff --git a/1.12.2/assets/minecraft/models/block/birch_door_top.json b/1.12.2/assets/minecraft/models/block/birch_door_top.json new file mode 100644 index 00000000..82c321fd --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/birch_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top", + "textures": { + "bottom": "blocks/door_birch_lower", + "top": "blocks/door_birch_upper" + } +} diff --git a/1.12.2/assets/minecraft/models/block/birch_door_top_rh.json b/1.12.2/assets/minecraft/models/block/birch_door_top_rh.json new file mode 100644 index 00000000..28c754c7 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/birch_door_top_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top_rh", + "textures": { + "bottom": "blocks/door_birch_lower", + "top": "blocks/door_birch_upper" + } +} diff --git a/1.12.2/assets/minecraft/models/block/birch_fence_gate_closed.json b/1.12.2/assets/minecraft/models/block/birch_fence_gate_closed.json new file mode 100644 index 00000000..9125e479 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/birch_fence_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_gate_closed", + "textures": { + "texture": "blocks/planks_birch" + } +} diff --git a/1.12.2/assets/minecraft/models/block/birch_fence_gate_open.json b/1.12.2/assets/minecraft/models/block/birch_fence_gate_open.json new file mode 100644 index 00000000..ba95ded8 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/birch_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_gate_open", + "textures": { + "texture": "blocks/planks_birch" + } +} diff --git a/1.12.2/assets/minecraft/models/block/birch_fence_inventory.json b/1.12.2/assets/minecraft/models/block/birch_fence_inventory.json new file mode 100644 index 00000000..b17fc3a1 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/birch_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_inventory", + "textures": { + "texture": "blocks/planks_birch" + } +} diff --git a/1.12.2/assets/minecraft/models/block/birch_fence_post.json b/1.12.2/assets/minecraft/models/block/birch_fence_post.json new file mode 100644 index 00000000..e593aced --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/birch_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_post", + "textures": { + "texture": "blocks/planks_birch" + } +} diff --git a/1.12.2/assets/minecraft/models/block/birch_fence_side.json b/1.12.2/assets/minecraft/models/block/birch_fence_side.json new file mode 100644 index 00000000..a5ef8945 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/birch_fence_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_side", + "textures": { + "texture": "blocks/planks_birch" + } +} diff --git a/1.12.2/assets/minecraft/models/block/birch_inner_stairs.json b/1.12.2/assets/minecraft/models/block/birch_inner_stairs.json new file mode 100644 index 00000000..bb52f30e --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/birch_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/planks_birch", + "top": "blocks/planks_birch", + "side": "blocks/planks_birch" + } +} diff --git a/1.12.2/assets/minecraft/models/block/birch_leaves.json b/1.12.2/assets/minecraft/models/block/birch_leaves.json new file mode 100644 index 00000000..95fe59b4 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/birch_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "block/leaves", + "textures": { + "all": "blocks/leaves_birch" + } +} diff --git a/1.12.2/assets/minecraft/models/block/birch_log.json b/1.12.2/assets/minecraft/models/block/birch_log.json new file mode 100644 index 00000000..4f409772 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/birch_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/log_birch_top", + "side": "blocks/log_birch" + } +} diff --git a/1.12.2/assets/minecraft/models/block/birch_outer_stairs.json b/1.12.2/assets/minecraft/models/block/birch_outer_stairs.json new file mode 100644 index 00000000..8f949323 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/birch_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/planks_birch", + "top": "blocks/planks_birch", + "side": "blocks/planks_birch" + } +} diff --git a/1.12.2/assets/minecraft/models/block/birch_planks.json b/1.12.2/assets/minecraft/models/block/birch_planks.json new file mode 100644 index 00000000..cd3e7089 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/birch_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/planks_birch" + } +} diff --git a/1.12.2/assets/minecraft/models/block/birch_sapling.json b/1.12.2/assets/minecraft/models/block/birch_sapling.json new file mode 100644 index 00000000..c2f31f65 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/birch_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/sapling_birch" + } +} diff --git a/1.12.2/assets/minecraft/models/block/birch_stairs.json b/1.12.2/assets/minecraft/models/block/birch_stairs.json new file mode 100644 index 00000000..aca0c6e9 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/birch_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/planks_birch", + "top": "blocks/planks_birch", + "side": "blocks/planks_birch" + } +} diff --git a/1.12.2/assets/minecraft/models/block/birch_wall_gate_closed.json b/1.12.2/assets/minecraft/models/block/birch_wall_gate_closed.json new file mode 100644 index 00000000..0d50e589 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/birch_wall_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_gate_closed", + "textures": { + "texture": "blocks/planks_birch" + } +} diff --git a/1.12.2/assets/minecraft/models/block/birch_wall_gate_open.json b/1.12.2/assets/minecraft/models/block/birch_wall_gate_open.json new file mode 100644 index 00000000..040947ae --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/birch_wall_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_gate_open", + "textures": { + "texture": "blocks/planks_birch" + } +} diff --git a/1.12.2/assets/minecraft/models/block/black_concrete.json b/1.12.2/assets/minecraft/models/block/black_concrete.json new file mode 100644 index 00000000..70af1827 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/black_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/concrete_black" + } +} diff --git a/1.12.2/assets/minecraft/models/block/black_concrete_powder.json b/1.12.2/assets/minecraft/models/block/black_concrete_powder.json new file mode 100644 index 00000000..0ff2c583 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/black_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/concrete_powder_black" + } +} diff --git a/1.12.2/assets/minecraft/models/block/black_glazed_terracotta.json b/1.12.2/assets/minecraft/models/block/black_glazed_terracotta.json new file mode 100644 index 00000000..182a8399 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/black_glazed_terracotta.json @@ -0,0 +1,7 @@ +{ + "parent": "block/glazed_terracotta", + "textures": { + "particle": "blocks/glazed_terracotta_black", + "pattern": "blocks/glazed_terracotta_black" + } +} diff --git a/1.12.2/assets/minecraft/models/block/black_stained_glass_pane_noside.json b/1.12.2/assets/minecraft/models/block/black_stained_glass_pane_noside.json new file mode 100644 index 00000000..69355108 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/black_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside", + "textures": { + "pane": "blocks/glass_black" + } +} diff --git a/1.12.2/assets/minecraft/models/block/black_stained_glass_pane_noside_alt.json b/1.12.2/assets/minecraft/models/block/black_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..1edf5a91 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/black_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside_alt", + "textures": { + "pane": "blocks/glass_black" + } +} diff --git a/1.12.2/assets/minecraft/models/block/black_stained_glass_pane_post.json b/1.12.2/assets/minecraft/models/block/black_stained_glass_pane_post.json new file mode 100644 index 00000000..e0f540b4 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/black_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_post", + "textures": { + "edge": "blocks/glass_pane_top_black", + "pane": "blocks/glass_black" + } +} diff --git a/1.12.2/assets/minecraft/models/block/black_stained_glass_pane_side.json b/1.12.2/assets/minecraft/models/block/black_stained_glass_pane_side.json new file mode 100644 index 00000000..0551930c --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/black_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side", + "textures": { + "edge": "blocks/glass_pane_top_black", + "pane": "blocks/glass_black" + } +} diff --git a/1.12.2/assets/minecraft/models/block/black_stained_glass_pane_side_alt.json b/1.12.2/assets/minecraft/models/block/black_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..28b0f4f9 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/black_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side_alt", + "textures": { + "edge": "blocks/glass_pane_top_black", + "pane": "blocks/glass_black" + } +} diff --git a/1.12.2/assets/minecraft/models/block/black_wool.json b/1.12.2/assets/minecraft/models/block/black_wool.json new file mode 100644 index 00000000..74797fb9 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/black_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_black" + } +} diff --git a/1.12.2/assets/minecraft/models/block/block.json b/1.12.2/assets/minecraft/models/block/block.json new file mode 100644 index 00000000..9c15ead4 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/block.json @@ -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 ] + } + } +} diff --git a/1.12.2/assets/minecraft/models/block/blue_concrete.json b/1.12.2/assets/minecraft/models/block/blue_concrete.json new file mode 100644 index 00000000..d6e47ec2 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/blue_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/concrete_blue" + } +} diff --git a/1.12.2/assets/minecraft/models/block/blue_concrete_powder.json b/1.12.2/assets/minecraft/models/block/blue_concrete_powder.json new file mode 100644 index 00000000..85b1ae32 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/blue_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/concrete_powder_blue" + } +} diff --git a/1.12.2/assets/minecraft/models/block/blue_glazed_terracotta.json b/1.12.2/assets/minecraft/models/block/blue_glazed_terracotta.json new file mode 100644 index 00000000..b0b7cf90 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/blue_glazed_terracotta.json @@ -0,0 +1,7 @@ +{ + "parent": "block/glazed_terracotta", + "textures": { + "particle": "blocks/glazed_terracotta_blue", + "pattern": "blocks/glazed_terracotta_blue" + } +} diff --git a/1.12.2/assets/minecraft/models/block/blue_stained_glass_pane_noside.json b/1.12.2/assets/minecraft/models/block/blue_stained_glass_pane_noside.json new file mode 100644 index 00000000..7d2615ec --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/blue_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside", + "textures": { + "pane": "blocks/glass_blue" + } +} diff --git a/1.12.2/assets/minecraft/models/block/blue_stained_glass_pane_noside_alt.json b/1.12.2/assets/minecraft/models/block/blue_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..8af3eaf6 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/blue_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside_alt", + "textures": { + "pane": "blocks/glass_blue" + } +} diff --git a/1.12.2/assets/minecraft/models/block/blue_stained_glass_pane_post.json b/1.12.2/assets/minecraft/models/block/blue_stained_glass_pane_post.json new file mode 100644 index 00000000..5e11c685 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/blue_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_post", + "textures": { + "edge": "blocks/glass_pane_top_blue", + "pane": "blocks/glass_blue" + } +} diff --git a/1.12.2/assets/minecraft/models/block/blue_stained_glass_pane_side.json b/1.12.2/assets/minecraft/models/block/blue_stained_glass_pane_side.json new file mode 100644 index 00000000..398345d6 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/blue_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side", + "textures": { + "edge": "blocks/glass_pane_top_blue", + "pane": "blocks/glass_blue" + } +} diff --git a/1.12.2/assets/minecraft/models/block/blue_stained_glass_pane_side_alt.json b/1.12.2/assets/minecraft/models/block/blue_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..e42f0034 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/blue_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side_alt", + "textures": { + "edge": "blocks/glass_pane_top_blue", + "pane": "blocks/glass_blue" + } +} diff --git a/1.12.2/assets/minecraft/models/block/blue_wool.json b/1.12.2/assets/minecraft/models/block/blue_wool.json new file mode 100644 index 00000000..1292e851 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/blue_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_blue" + } +} diff --git a/1.12.2/assets/minecraft/models/block/bone_block.json b/1.12.2/assets/minecraft/models/block/bone_block.json new file mode 100644 index 00000000..ed6835be --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/bone_block.json @@ -0,0 +1,20 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/bone_block_top", + "side": "blocks/bone_block_side" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "texture": "#end", "cullface": "down" }, + "up": { "texture": "#end", "cullface": "up" }, + "north": { "texture": "#side", "cullface": "north" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "west" }, + "east": { "texture": "#side", "cullface": "east" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/bookshelf.json b/1.12.2/assets/minecraft/models/block/bookshelf.json new file mode 100644 index 00000000..b46b6f0c --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/bookshelf.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/planks_oak", + "side": "blocks/bookshelf" + } +} diff --git a/1.12.2/assets/minecraft/models/block/brewing_stand.json b/1.12.2/assets/minecraft/models/block/brewing_stand.json new file mode 100644 index 00000000..c9dc7c34 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/brewing_stand.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/brewing_stand_bottle0.json b/1.12.2/assets/minecraft/models/block/brewing_stand_bottle0.json new file mode 100644 index 00000000..a1517833 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/brewing_stand_bottle0.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/brewing_stand_bottle1.json b/1.12.2/assets/minecraft/models/block/brewing_stand_bottle1.json new file mode 100644 index 00000000..0a977d48 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/brewing_stand_bottle1.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/brewing_stand_bottle2.json b/1.12.2/assets/minecraft/models/block/brewing_stand_bottle2.json new file mode 100644 index 00000000..920b3353 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/brewing_stand_bottle2.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/brewing_stand_empty0.json b/1.12.2/assets/minecraft/models/block/brewing_stand_empty0.json new file mode 100644 index 00000000..352ba9fd --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/brewing_stand_empty0.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/brewing_stand_empty1.json b/1.12.2/assets/minecraft/models/block/brewing_stand_empty1.json new file mode 100644 index 00000000..fa948ec3 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/brewing_stand_empty1.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/brewing_stand_empty2.json b/1.12.2/assets/minecraft/models/block/brewing_stand_empty2.json new file mode 100644 index 00000000..d3382a29 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/brewing_stand_empty2.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/brick.json b/1.12.2/assets/minecraft/models/block/brick.json new file mode 100644 index 00000000..82f388be --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/brick.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/brick" + } +} diff --git a/1.12.2/assets/minecraft/models/block/brick_inner_stairs.json b/1.12.2/assets/minecraft/models/block/brick_inner_stairs.json new file mode 100644 index 00000000..90c3b476 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/brick_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/brick", + "top": "blocks/brick", + "side": "blocks/brick" + } +} diff --git a/1.12.2/assets/minecraft/models/block/brick_outer_stairs.json b/1.12.2/assets/minecraft/models/block/brick_outer_stairs.json new file mode 100644 index 00000000..3c28d044 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/brick_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/brick", + "top": "blocks/brick", + "side": "blocks/brick" + } +} diff --git a/1.12.2/assets/minecraft/models/block/brick_stairs.json b/1.12.2/assets/minecraft/models/block/brick_stairs.json new file mode 100644 index 00000000..1bf8b2a7 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/brick_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/brick", + "top": "blocks/brick", + "side": "blocks/brick" + } +} diff --git a/1.12.2/assets/minecraft/models/block/brown_concrete.json b/1.12.2/assets/minecraft/models/block/brown_concrete.json new file mode 100644 index 00000000..af9332d6 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/brown_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/concrete_brown" + } +} diff --git a/1.12.2/assets/minecraft/models/block/brown_concrete_powder.json b/1.12.2/assets/minecraft/models/block/brown_concrete_powder.json new file mode 100644 index 00000000..4d12d57e --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/brown_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/concrete_powder_brown" + } +} diff --git a/1.12.2/assets/minecraft/models/block/brown_glazed_terracotta.json b/1.12.2/assets/minecraft/models/block/brown_glazed_terracotta.json new file mode 100644 index 00000000..f9dff268 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/brown_glazed_terracotta.json @@ -0,0 +1,7 @@ +{ + "parent": "block/glazed_terracotta", + "textures": { + "particle": "blocks/glazed_terracotta_brown", + "pattern": "blocks/glazed_terracotta_brown" + } +} diff --git a/1.12.2/assets/minecraft/models/block/brown_mushroom.json b/1.12.2/assets/minecraft/models/block/brown_mushroom.json new file mode 100644 index 00000000..e06fae47 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/brown_mushroom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/mushroom_brown" + } +} diff --git a/1.12.2/assets/minecraft/models/block/brown_mushroom_block_c.json b/1.12.2/assets/minecraft/models/block/brown_mushroom_block_c.json new file mode 100644 index 00000000..18e866b2 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/brown_mushroom_block_c.json @@ -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" + } +} diff --git a/1.12.2/assets/minecraft/models/block/brown_mushroom_block_cap_all.json b/1.12.2/assets/minecraft/models/block/brown_mushroom_block_cap_all.json new file mode 100644 index 00000000..8a75431d --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/brown_mushroom_block_cap_all.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/mushroom_block_skin_brown" + } +} diff --git a/1.12.2/assets/minecraft/models/block/brown_mushroom_block_e.json b/1.12.2/assets/minecraft/models/block/brown_mushroom_block_e.json new file mode 100644 index 00000000..780e0550 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/brown_mushroom_block_e.json @@ -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" + } +} diff --git a/1.12.2/assets/minecraft/models/block/brown_mushroom_block_inside_all.json b/1.12.2/assets/minecraft/models/block/brown_mushroom_block_inside_all.json new file mode 100644 index 00000000..472dc8ab --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/brown_mushroom_block_inside_all.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/mushroom_block_inside" + } +} diff --git a/1.12.2/assets/minecraft/models/block/brown_mushroom_block_n.json b/1.12.2/assets/minecraft/models/block/brown_mushroom_block_n.json new file mode 100644 index 00000000..fb5c593a --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/brown_mushroom_block_n.json @@ -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" + } +} diff --git a/1.12.2/assets/minecraft/models/block/brown_mushroom_block_ne.json b/1.12.2/assets/minecraft/models/block/brown_mushroom_block_ne.json new file mode 100644 index 00000000..51080d32 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/brown_mushroom_block_ne.json @@ -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" + } +} diff --git a/1.12.2/assets/minecraft/models/block/brown_mushroom_block_nw.json b/1.12.2/assets/minecraft/models/block/brown_mushroom_block_nw.json new file mode 100644 index 00000000..b8fbdf97 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/brown_mushroom_block_nw.json @@ -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" + } +} diff --git a/1.12.2/assets/minecraft/models/block/brown_mushroom_block_s.json b/1.12.2/assets/minecraft/models/block/brown_mushroom_block_s.json new file mode 100644 index 00000000..5cc97529 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/brown_mushroom_block_s.json @@ -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" + } +} diff --git a/1.12.2/assets/minecraft/models/block/brown_mushroom_block_se.json b/1.12.2/assets/minecraft/models/block/brown_mushroom_block_se.json new file mode 100644 index 00000000..5881c62d --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/brown_mushroom_block_se.json @@ -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" + } +} diff --git a/1.12.2/assets/minecraft/models/block/brown_mushroom_block_stem.json b/1.12.2/assets/minecraft/models/block/brown_mushroom_block_stem.json new file mode 100644 index 00000000..b839c9af --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/brown_mushroom_block_stem.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "side": "blocks/mushroom_block_skin_stem", + "end": "blocks/mushroom_block_inside" + } +} diff --git a/1.12.2/assets/minecraft/models/block/brown_mushroom_block_stem_all.json b/1.12.2/assets/minecraft/models/block/brown_mushroom_block_stem_all.json new file mode 100644 index 00000000..73434e42 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/brown_mushroom_block_stem_all.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/mushroom_block_skin_stem" + } +} diff --git a/1.12.2/assets/minecraft/models/block/brown_mushroom_block_sw.json b/1.12.2/assets/minecraft/models/block/brown_mushroom_block_sw.json new file mode 100644 index 00000000..7936308b --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/brown_mushroom_block_sw.json @@ -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" + } +} diff --git a/1.12.2/assets/minecraft/models/block/brown_mushroom_block_w.json b/1.12.2/assets/minecraft/models/block/brown_mushroom_block_w.json new file mode 100644 index 00000000..3f8fe8a9 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/brown_mushroom_block_w.json @@ -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" + } +} diff --git a/1.12.2/assets/minecraft/models/block/brown_stained_glass_pane_noside.json b/1.12.2/assets/minecraft/models/block/brown_stained_glass_pane_noside.json new file mode 100644 index 00000000..ded70db9 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/brown_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside", + "textures": { + "pane": "blocks/glass_brown" + } +} diff --git a/1.12.2/assets/minecraft/models/block/brown_stained_glass_pane_noside_alt.json b/1.12.2/assets/minecraft/models/block/brown_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..3d93264f --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/brown_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside_alt", + "textures": { + "pane": "blocks/glass_brown" + } +} diff --git a/1.12.2/assets/minecraft/models/block/brown_stained_glass_pane_post.json b/1.12.2/assets/minecraft/models/block/brown_stained_glass_pane_post.json new file mode 100644 index 00000000..e1495240 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/brown_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_post", + "textures": { + "edge": "blocks/glass_pane_top_brown", + "pane": "blocks/glass_brown" + } +} diff --git a/1.12.2/assets/minecraft/models/block/brown_stained_glass_pane_side.json b/1.12.2/assets/minecraft/models/block/brown_stained_glass_pane_side.json new file mode 100644 index 00000000..eab0695d --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/brown_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side", + "textures": { + "edge": "blocks/glass_pane_top_brown", + "pane": "blocks/glass_brown" + } +} diff --git a/1.12.2/assets/minecraft/models/block/brown_stained_glass_pane_side_alt.json b/1.12.2/assets/minecraft/models/block/brown_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..922f11c6 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/brown_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side_alt", + "textures": { + "edge": "blocks/glass_pane_top_brown", + "pane": "blocks/glass_brown" + } +} diff --git a/1.12.2/assets/minecraft/models/block/brown_wool.json b/1.12.2/assets/minecraft/models/block/brown_wool.json new file mode 100644 index 00000000..f14b5131 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/brown_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_brown" + } +} diff --git a/1.12.2/assets/minecraft/models/block/button.json b/1.12.2/assets/minecraft/models/block/button.json new file mode 100644 index 00000000..8b5c506b --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/button.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/button_inventory.json b/1.12.2/assets/minecraft/models/block/button_inventory.json new file mode 100644 index 00000000..7a13742d --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/button_inventory.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/button_pressed.json b/1.12.2/assets/minecraft/models/block/button_pressed.json new file mode 100644 index 00000000..5c6e96fa --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/button_pressed.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/cactus.json b/1.12.2/assets/minecraft/models/block/cactus.json new file mode 100644 index 00000000..faca954b --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/cactus.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/cake_slice1.json b/1.12.2/assets/minecraft/models/block/cake_slice1.json new file mode 100644 index 00000000..14d9f76b --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/cake_slice1.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/cake_slice2.json b/1.12.2/assets/minecraft/models/block/cake_slice2.json new file mode 100644 index 00000000..919da244 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/cake_slice2.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/cake_slice3.json b/1.12.2/assets/minecraft/models/block/cake_slice3.json new file mode 100644 index 00000000..dfb81a05 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/cake_slice3.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/cake_slice4.json b/1.12.2/assets/minecraft/models/block/cake_slice4.json new file mode 100644 index 00000000..5b7084c8 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/cake_slice4.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/cake_slice5.json b/1.12.2/assets/minecraft/models/block/cake_slice5.json new file mode 100644 index 00000000..49540a48 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/cake_slice5.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/cake_slice6.json b/1.12.2/assets/minecraft/models/block/cake_slice6.json new file mode 100644 index 00000000..a2223cab --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/cake_slice6.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/cake_uneaten.json b/1.12.2/assets/minecraft/models/block/cake_uneaten.json new file mode 100644 index 00000000..bf9bdf67 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/cake_uneaten.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/carpet.json b/1.12.2/assets/minecraft/models/block/carpet.json new file mode 100644 index 00000000..a33e999d --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/carpet.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/carpet_black.json b/1.12.2/assets/minecraft/models/block/carpet_black.json new file mode 100644 index 00000000..32b03885 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/carpet_black.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_black", + "wool": "blocks/wool_colored_black" + } +} diff --git a/1.12.2/assets/minecraft/models/block/carpet_blue.json b/1.12.2/assets/minecraft/models/block/carpet_blue.json new file mode 100644 index 00000000..1b53f1bb --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/carpet_blue.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_blue", + "wool": "blocks/wool_colored_blue" + } +} diff --git a/1.12.2/assets/minecraft/models/block/carpet_brown.json b/1.12.2/assets/minecraft/models/block/carpet_brown.json new file mode 100644 index 00000000..7b1c74ad --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/carpet_brown.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_brown", + "wool": "blocks/wool_colored_brown" + } +} diff --git a/1.12.2/assets/minecraft/models/block/carpet_cyan.json b/1.12.2/assets/minecraft/models/block/carpet_cyan.json new file mode 100644 index 00000000..d5bcffc9 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/carpet_cyan.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_cyan", + "wool": "blocks/wool_colored_cyan" + } +} diff --git a/1.12.2/assets/minecraft/models/block/carpet_gray.json b/1.12.2/assets/minecraft/models/block/carpet_gray.json new file mode 100644 index 00000000..426544f7 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/carpet_gray.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_gray", + "wool": "blocks/wool_colored_gray" + } +} diff --git a/1.12.2/assets/minecraft/models/block/carpet_green.json b/1.12.2/assets/minecraft/models/block/carpet_green.json new file mode 100644 index 00000000..84e82805 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/carpet_green.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_green", + "wool": "blocks/wool_colored_green" + } +} diff --git a/1.12.2/assets/minecraft/models/block/carpet_light_blue.json b/1.12.2/assets/minecraft/models/block/carpet_light_blue.json new file mode 100644 index 00000000..e87d04b8 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/carpet_light_blue.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_light_blue", + "wool": "blocks/wool_colored_light_blue" + } +} diff --git a/1.12.2/assets/minecraft/models/block/carpet_lime.json b/1.12.2/assets/minecraft/models/block/carpet_lime.json new file mode 100644 index 00000000..7a70b81a --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/carpet_lime.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_lime", + "wool": "blocks/wool_colored_lime" + } +} diff --git a/1.12.2/assets/minecraft/models/block/carpet_magenta.json b/1.12.2/assets/minecraft/models/block/carpet_magenta.json new file mode 100644 index 00000000..25ae7f71 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/carpet_magenta.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_magenta", + "wool": "blocks/wool_colored_magenta" + } +} diff --git a/1.12.2/assets/minecraft/models/block/carpet_orange.json b/1.12.2/assets/minecraft/models/block/carpet_orange.json new file mode 100644 index 00000000..1e01b88b --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/carpet_orange.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_orange", + "wool": "blocks/wool_colored_orange" + } +} diff --git a/1.12.2/assets/minecraft/models/block/carpet_pink.json b/1.12.2/assets/minecraft/models/block/carpet_pink.json new file mode 100644 index 00000000..f7aefe7c --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/carpet_pink.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_pink", + "wool": "blocks/wool_colored_pink" + } +} diff --git a/1.12.2/assets/minecraft/models/block/carpet_purple.json b/1.12.2/assets/minecraft/models/block/carpet_purple.json new file mode 100644 index 00000000..01c2d6b8 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/carpet_purple.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_purple", + "wool": "blocks/wool_colored_purple" + } +} diff --git a/1.12.2/assets/minecraft/models/block/carpet_red.json b/1.12.2/assets/minecraft/models/block/carpet_red.json new file mode 100644 index 00000000..3a45c711 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/carpet_red.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_red", + "wool": "blocks/wool_colored_red" + } +} diff --git a/1.12.2/assets/minecraft/models/block/carpet_silver.json b/1.12.2/assets/minecraft/models/block/carpet_silver.json new file mode 100644 index 00000000..35287d9c --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/carpet_silver.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_silver", + "wool": "blocks/wool_colored_silver" + } +} diff --git a/1.12.2/assets/minecraft/models/block/carpet_white.json b/1.12.2/assets/minecraft/models/block/carpet_white.json new file mode 100644 index 00000000..5b38ca73 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/carpet_white.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_white", + "wool": "blocks/wool_colored_white" + } +} diff --git a/1.12.2/assets/minecraft/models/block/carpet_yellow.json b/1.12.2/assets/minecraft/models/block/carpet_yellow.json new file mode 100644 index 00000000..bf328a1c --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/carpet_yellow.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_yellow", + "wool": "blocks/wool_colored_yellow" + } +} diff --git a/1.12.2/assets/minecraft/models/block/carrots_stage0.json b/1.12.2/assets/minecraft/models/block/carrots_stage0.json new file mode 100644 index 00000000..63596d4f --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/carrots_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/carrots_stage_0" + } +} diff --git a/1.12.2/assets/minecraft/models/block/carrots_stage1.json b/1.12.2/assets/minecraft/models/block/carrots_stage1.json new file mode 100644 index 00000000..84f97424 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/carrots_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/carrots_stage_1" + } +} diff --git a/1.12.2/assets/minecraft/models/block/carrots_stage2.json b/1.12.2/assets/minecraft/models/block/carrots_stage2.json new file mode 100644 index 00000000..eb176870 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/carrots_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/carrots_stage_2" + } +} diff --git a/1.12.2/assets/minecraft/models/block/carrots_stage3.json b/1.12.2/assets/minecraft/models/block/carrots_stage3.json new file mode 100644 index 00000000..5d7dcbc8 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/carrots_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/carrots_stage_3" + } +} diff --git a/1.12.2/assets/minecraft/models/block/cauldron_empty.json b/1.12.2/assets/minecraft/models/block/cauldron_empty.json new file mode 100644 index 00000000..f944d5c5 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/cauldron_empty.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/cauldron_level1.json b/1.12.2/assets/minecraft/models/block/cauldron_level1.json new file mode 100644 index 00000000..d31e181d --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/cauldron_level1.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/cauldron_level2.json b/1.12.2/assets/minecraft/models/block/cauldron_level2.json new file mode 100644 index 00000000..895c62c1 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/cauldron_level2.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/cauldron_level3.json b/1.12.2/assets/minecraft/models/block/cauldron_level3.json new file mode 100644 index 00000000..785b9de9 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/cauldron_level3.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/chain_command_block.json b/1.12.2/assets/minecraft/models/block/chain_command_block.json new file mode 100644 index 00000000..67b0b0b5 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/chain_command_block.json @@ -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" + } +} diff --git a/1.12.2/assets/minecraft/models/block/chain_command_block_conditional.json b/1.12.2/assets/minecraft/models/block/chain_command_block_conditional.json new file mode 100644 index 00000000..0488df28 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/chain_command_block_conditional.json @@ -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" + } +} diff --git a/1.12.2/assets/minecraft/models/block/chorus_flower.json b/1.12.2/assets/minecraft/models/block/chorus_flower.json new file mode 100644 index 00000000..6535b6a9 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/chorus_flower.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/chorus_flower_dead.json b/1.12.2/assets/minecraft/models/block/chorus_flower_dead.json new file mode 100644 index 00000000..7e9cae59 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/chorus_flower_dead.json @@ -0,0 +1,8 @@ +{ + "parent": "block/chorus_flower", + "textures": { + "texture": "blocks/chorus_flower_dead", + "bottom": "blocks/chorus_plant", + "particle": "blocks/chorus_flower_dead" + } +} diff --git a/1.12.2/assets/minecraft/models/block/chorus_plant.json b/1.12.2/assets/minecraft/models/block/chorus_plant.json new file mode 100644 index 00000000..cf8f5a59 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/chorus_plant.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/chorus_plant_noside.json b/1.12.2/assets/minecraft/models/block/chorus_plant_noside.json new file mode 100644 index 00000000..d529f0f2 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/chorus_plant_noside.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/chorus_plant_noside1.json b/1.12.2/assets/minecraft/models/block/chorus_plant_noside1.json new file mode 100644 index 00000000..eb376edf --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/chorus_plant_noside1.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/chorus_plant_noside2.json b/1.12.2/assets/minecraft/models/block/chorus_plant_noside2.json new file mode 100644 index 00000000..104e27fb --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/chorus_plant_noside2.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/chorus_plant_noside3.json b/1.12.2/assets/minecraft/models/block/chorus_plant_noside3.json new file mode 100644 index 00000000..eb376edf --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/chorus_plant_noside3.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/chorus_plant_side.json b/1.12.2/assets/minecraft/models/block/chorus_plant_side.json new file mode 100644 index 00000000..1862b881 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/chorus_plant_side.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/clay.json b/1.12.2/assets/minecraft/models/block/clay.json new file mode 100644 index 00000000..a1d68d5d --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/clay.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/clay" + } +} diff --git a/1.12.2/assets/minecraft/models/block/coal_block.json b/1.12.2/assets/minecraft/models/block/coal_block.json new file mode 100644 index 00000000..4760fd9d --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/coal_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/coal_block" + } +} diff --git a/1.12.2/assets/minecraft/models/block/coal_ore.json b/1.12.2/assets/minecraft/models/block/coal_ore.json new file mode 100644 index 00000000..a475352f --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/coal_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/coal_ore" + } +} diff --git a/1.12.2/assets/minecraft/models/block/coarse_dirt.json b/1.12.2/assets/minecraft/models/block/coarse_dirt.json new file mode 100644 index 00000000..8badd3f9 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/coarse_dirt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/coarse_dirt" + } +} diff --git a/1.12.2/assets/minecraft/models/block/cobblestone.json b/1.12.2/assets/minecraft/models/block/cobblestone.json new file mode 100644 index 00000000..5b3a4899 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/cobblestone.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/cobblestone" + } +} diff --git a/1.12.2/assets/minecraft/models/block/cobblestone_wall_inventory.json b/1.12.2/assets/minecraft/models/block/cobblestone_wall_inventory.json new file mode 100644 index 00000000..079cb13f --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/cobblestone_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_inventory", + "textures": { + "wall": "blocks/cobblestone" + } +} diff --git a/1.12.2/assets/minecraft/models/block/cobblestone_wall_mossy_inventory.json b/1.12.2/assets/minecraft/models/block/cobblestone_wall_mossy_inventory.json new file mode 100644 index 00000000..f5f126f5 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/cobblestone_wall_mossy_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_inventory", + "textures": { + "wall": "blocks/cobblestone_mossy" + } +} diff --git a/1.12.2/assets/minecraft/models/block/cobblestone_wall_post.json b/1.12.2/assets/minecraft/models/block/cobblestone_wall_post.json new file mode 100644 index 00000000..6b3069bf --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/cobblestone_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_post", + "textures": { + "wall": "blocks/cobblestone" + } +} diff --git a/1.12.2/assets/minecraft/models/block/cobblestone_wall_side.json b/1.12.2/assets/minecraft/models/block/cobblestone_wall_side.json new file mode 100644 index 00000000..6204e047 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/cobblestone_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_side", + "textures": { + "wall": "blocks/cobblestone" + } +} diff --git a/1.12.2/assets/minecraft/models/block/cocoa_age0_s.json b/1.12.2/assets/minecraft/models/block/cocoa_age0_s.json new file mode 100644 index 00000000..2e8804e0 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/cocoa_age0_s.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/cocoa_age1_s.json b/1.12.2/assets/minecraft/models/block/cocoa_age1_s.json new file mode 100644 index 00000000..05e8c8e7 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/cocoa_age1_s.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/cocoa_age2_s.json b/1.12.2/assets/minecraft/models/block/cocoa_age2_s.json new file mode 100644 index 00000000..d9b70ce1 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/cocoa_age2_s.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/command_block.json b/1.12.2/assets/minecraft/models/block/command_block.json new file mode 100644 index 00000000..a3755477 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/command_block.json @@ -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" + } +} diff --git a/1.12.2/assets/minecraft/models/block/command_block_conditional.json b/1.12.2/assets/minecraft/models/block/command_block_conditional.json new file mode 100644 index 00000000..1639f2e1 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/command_block_conditional.json @@ -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" + } +} diff --git a/1.12.2/assets/minecraft/models/block/comparator_lit.json b/1.12.2/assets/minecraft/models/block/comparator_lit.json new file mode 100644 index 00000000..bc1ed817 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/comparator_lit.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/comparator_lit_subtract.json b/1.12.2/assets/minecraft/models/block/comparator_lit_subtract.json new file mode 100644 index 00000000..e55921fc --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/comparator_lit_subtract.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/comparator_unlit.json b/1.12.2/assets/minecraft/models/block/comparator_unlit.json new file mode 100644 index 00000000..7da63972 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/comparator_unlit.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/comparator_unlit_subtract.json b/1.12.2/assets/minecraft/models/block/comparator_unlit_subtract.json new file mode 100644 index 00000000..bb0c4ec5 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/comparator_unlit_subtract.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/crafting_table.json b/1.12.2/assets/minecraft/models/block/crafting_table.json new file mode 100644 index 00000000..2ec0068d --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/crafting_table.json @@ -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" + } +} diff --git a/1.12.2/assets/minecraft/models/block/crop.json b/1.12.2/assets/minecraft/models/block/crop.json new file mode 100644 index 00000000..9cc479e4 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/crop.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/cross.json b/1.12.2/assets/minecraft/models/block/cross.json new file mode 100644 index 00000000..37c8b09f --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/cross.json @@ -0,0 +1,26 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#cross" + }, + "elements": [ + { "from": [ 0.8, 0, 8 ], + "to": [ 15.2, 16, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" } + } + }, + { "from": [ 8, 0, 0.8 ], + "to": [ 8, 16, 15.2 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/cube.json b/1.12.2/assets/minecraft/models/block/cube.json new file mode 100644 index 00000000..1b9780b4 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/cube.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/cube_all.json b/1.12.2/assets/minecraft/models/block/cube_all.json new file mode 100644 index 00000000..fa2f9e77 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/cube_all.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "#all", + "down": "#all", + "up": "#all", + "north": "#all", + "east": "#all", + "south": "#all", + "west": "#all" + } +} diff --git a/1.12.2/assets/minecraft/models/block/cube_bottom_top.json b/1.12.2/assets/minecraft/models/block/cube_bottom_top.json new file mode 100644 index 00000000..4c610597 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/cube_bottom_top.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "#side", + "down": "#bottom", + "up": "#top", + "north": "#side", + "east": "#side", + "south": "#side", + "west": "#side" + } +} diff --git a/1.12.2/assets/minecraft/models/block/cube_column.json b/1.12.2/assets/minecraft/models/block/cube_column.json new file mode 100644 index 00000000..358b9847 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/cube_column.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "#side", + "down": "#end", + "up": "#end", + "north": "#side", + "east": "#side", + "south": "#side", + "west": "#side" + } +} diff --git a/1.12.2/assets/minecraft/models/block/cube_directional.json b/1.12.2/assets/minecraft/models/block/cube_directional.json new file mode 100644 index 00000000..09fadd01 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/cube_directional.json @@ -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 } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/cube_mirrored.json b/1.12.2/assets/minecraft/models/block/cube_mirrored.json new file mode 100644 index 00000000..38f44bda --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/cube_mirrored.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/cube_mirrored_all.json b/1.12.2/assets/minecraft/models/block/cube_mirrored_all.json new file mode 100644 index 00000000..75743f20 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/cube_mirrored_all.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube_mirrored", + "textures": { + "particle": "#all", + "down": "#all", + "up": "#all", + "north": "#all", + "east": "#all", + "south": "#all", + "west": "#all" + } +} diff --git a/1.12.2/assets/minecraft/models/block/cube_top.json b/1.12.2/assets/minecraft/models/block/cube_top.json new file mode 100644 index 00000000..a0c1d569 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/cube_top.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "#side", + "down": "#side", + "up": "#top", + "north": "#side", + "east": "#side", + "south": "#side", + "west": "#side" + } +} diff --git a/1.12.2/assets/minecraft/models/block/cyan_concrete.json b/1.12.2/assets/minecraft/models/block/cyan_concrete.json new file mode 100644 index 00000000..95e6b0b2 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/cyan_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/concrete_cyan" + } +} diff --git a/1.12.2/assets/minecraft/models/block/cyan_concrete_powder.json b/1.12.2/assets/minecraft/models/block/cyan_concrete_powder.json new file mode 100644 index 00000000..c026f017 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/cyan_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/concrete_powder_cyan" + } +} diff --git a/1.12.2/assets/minecraft/models/block/cyan_glazed_terracotta.json b/1.12.2/assets/minecraft/models/block/cyan_glazed_terracotta.json new file mode 100644 index 00000000..eae3e4fa --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/cyan_glazed_terracotta.json @@ -0,0 +1,7 @@ +{ + "parent": "block/glazed_terracotta", + "textures": { + "particle": "blocks/glazed_terracotta_cyan", + "pattern": "blocks/glazed_terracotta_cyan" + } +} diff --git a/1.12.2/assets/minecraft/models/block/cyan_stained_glass_pane_noside.json b/1.12.2/assets/minecraft/models/block/cyan_stained_glass_pane_noside.json new file mode 100644 index 00000000..ad932cc2 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/cyan_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside", + "textures": { + "pane": "blocks/glass_cyan" + } +} diff --git a/1.12.2/assets/minecraft/models/block/cyan_stained_glass_pane_noside_alt.json b/1.12.2/assets/minecraft/models/block/cyan_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..e4554555 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/cyan_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside_alt", + "textures": { + "pane": "blocks/glass_cyan" + } +} diff --git a/1.12.2/assets/minecraft/models/block/cyan_stained_glass_pane_post.json b/1.12.2/assets/minecraft/models/block/cyan_stained_glass_pane_post.json new file mode 100644 index 00000000..02777d68 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/cyan_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_post", + "textures": { + "edge": "blocks/glass_pane_top_cyan", + "pane": "blocks/glass_cyan" + } +} diff --git a/1.12.2/assets/minecraft/models/block/cyan_stained_glass_pane_side.json b/1.12.2/assets/minecraft/models/block/cyan_stained_glass_pane_side.json new file mode 100644 index 00000000..cee46419 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/cyan_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side", + "textures": { + "edge": "blocks/glass_pane_top_cyan", + "pane": "blocks/glass_cyan" + } +} diff --git a/1.12.2/assets/minecraft/models/block/cyan_stained_glass_pane_side_alt.json b/1.12.2/assets/minecraft/models/block/cyan_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..f68cd94e --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/cyan_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side_alt", + "textures": { + "edge": "blocks/glass_pane_top_cyan", + "pane": "blocks/glass_cyan" + } +} diff --git a/1.12.2/assets/minecraft/models/block/cyan_wool.json b/1.12.2/assets/minecraft/models/block/cyan_wool.json new file mode 100644 index 00000000..c1ac12db --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/cyan_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_cyan" + } +} diff --git a/1.12.2/assets/minecraft/models/block/daisy.json b/1.12.2/assets/minecraft/models/block/daisy.json new file mode 100644 index 00000000..47700f1c --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/daisy.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/flower_oxeye_daisy" + } +} diff --git a/1.12.2/assets/minecraft/models/block/dandelion.json b/1.12.2/assets/minecraft/models/block/dandelion.json new file mode 100644 index 00000000..8ffa73a5 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/dandelion.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/flower_dandelion" + } +} diff --git a/1.12.2/assets/minecraft/models/block/dark_oak_bark.json b/1.12.2/assets/minecraft/models/block/dark_oak_bark.json new file mode 100644 index 00000000..e846895d --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/dark_oak_bark.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/log_big_oak" + } +} diff --git a/1.12.2/assets/minecraft/models/block/dark_oak_door_bottom.json b/1.12.2/assets/minecraft/models/block/dark_oak_door_bottom.json new file mode 100644 index 00000000..04d487d4 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/dark_oak_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom", + "textures": { + "bottom": "blocks/door_dark_oak_lower", + "top": "blocks/door_dark_oak_upper" + } +} diff --git a/1.12.2/assets/minecraft/models/block/dark_oak_door_bottom_rh.json b/1.12.2/assets/minecraft/models/block/dark_oak_door_bottom_rh.json new file mode 100644 index 00000000..ea602e71 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/dark_oak_door_bottom_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom_rh", + "textures": { + "bottom": "blocks/door_dark_oak_lower", + "top": "blocks/door_dark_oak_upper" + } +} diff --git a/1.12.2/assets/minecraft/models/block/dark_oak_door_top.json b/1.12.2/assets/minecraft/models/block/dark_oak_door_top.json new file mode 100644 index 00000000..2b452791 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/dark_oak_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top", + "textures": { + "bottom": "blocks/door_dark_oak_lower", + "top": "blocks/door_dark_oak_upper" + } +} diff --git a/1.12.2/assets/minecraft/models/block/dark_oak_door_top_rh.json b/1.12.2/assets/minecraft/models/block/dark_oak_door_top_rh.json new file mode 100644 index 00000000..5e84e959 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/dark_oak_door_top_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top_rh", + "textures": { + "bottom": "blocks/door_dark_oak_lower", + "top": "blocks/door_dark_oak_upper" + } +} diff --git a/1.12.2/assets/minecraft/models/block/dark_oak_fence_gate_closed.json b/1.12.2/assets/minecraft/models/block/dark_oak_fence_gate_closed.json new file mode 100644 index 00000000..ab54a5fc --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/dark_oak_fence_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_gate_closed", + "textures": { + "texture": "blocks/planks_big_oak" + } +} diff --git a/1.12.2/assets/minecraft/models/block/dark_oak_fence_gate_open.json b/1.12.2/assets/minecraft/models/block/dark_oak_fence_gate_open.json new file mode 100644 index 00000000..4ac98814 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/dark_oak_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_gate_open", + "textures": { + "texture": "blocks/planks_big_oak" + } +} diff --git a/1.12.2/assets/minecraft/models/block/dark_oak_fence_inventory.json b/1.12.2/assets/minecraft/models/block/dark_oak_fence_inventory.json new file mode 100644 index 00000000..072aaf1f --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/dark_oak_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_inventory", + "textures": { + "texture": "blocks/planks_big_oak" + } +} diff --git a/1.12.2/assets/minecraft/models/block/dark_oak_fence_post.json b/1.12.2/assets/minecraft/models/block/dark_oak_fence_post.json new file mode 100644 index 00000000..71a70906 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/dark_oak_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_post", + "textures": { + "texture": "blocks/planks_big_oak" + } +} diff --git a/1.12.2/assets/minecraft/models/block/dark_oak_fence_side.json b/1.12.2/assets/minecraft/models/block/dark_oak_fence_side.json new file mode 100644 index 00000000..e1734484 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/dark_oak_fence_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_side", + "textures": { + "texture": "blocks/planks_big_oak" + } +} diff --git a/1.12.2/assets/minecraft/models/block/dark_oak_inner_stairs.json b/1.12.2/assets/minecraft/models/block/dark_oak_inner_stairs.json new file mode 100644 index 00000000..0abd3b67 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/dark_oak_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/planks_big_oak", + "top": "blocks/planks_big_oak", + "side": "blocks/planks_big_oak" + } +} diff --git a/1.12.2/assets/minecraft/models/block/dark_oak_leaves.json b/1.12.2/assets/minecraft/models/block/dark_oak_leaves.json new file mode 100644 index 00000000..d92b1acc --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/dark_oak_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "block/leaves", + "textures": { + "all": "blocks/leaves_big_oak" + } +} diff --git a/1.12.2/assets/minecraft/models/block/dark_oak_log.json b/1.12.2/assets/minecraft/models/block/dark_oak_log.json new file mode 100644 index 00000000..c7e3cf3c --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/dark_oak_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/log_big_oak_top", + "side": "blocks/log_big_oak" + } +} diff --git a/1.12.2/assets/minecraft/models/block/dark_oak_outer_stairs.json b/1.12.2/assets/minecraft/models/block/dark_oak_outer_stairs.json new file mode 100644 index 00000000..94bf157d --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/dark_oak_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/planks_big_oak", + "top": "blocks/planks_big_oak", + "side": "blocks/planks_big_oak" + } +} diff --git a/1.12.2/assets/minecraft/models/block/dark_oak_planks.json b/1.12.2/assets/minecraft/models/block/dark_oak_planks.json new file mode 100644 index 00000000..b04a1a50 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/dark_oak_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/planks_big_oak" + } +} diff --git a/1.12.2/assets/minecraft/models/block/dark_oak_sapling.json b/1.12.2/assets/minecraft/models/block/dark_oak_sapling.json new file mode 100644 index 00000000..e9b70d59 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/dark_oak_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/sapling_roofed_oak" + } +} diff --git a/1.12.2/assets/minecraft/models/block/dark_oak_stairs.json b/1.12.2/assets/minecraft/models/block/dark_oak_stairs.json new file mode 100644 index 00000000..2d7a2868 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/dark_oak_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/planks_big_oak", + "top": "blocks/planks_big_oak", + "side": "blocks/planks_big_oak" + } +} diff --git a/1.12.2/assets/minecraft/models/block/dark_oak_wall_gate_closed.json b/1.12.2/assets/minecraft/models/block/dark_oak_wall_gate_closed.json new file mode 100644 index 00000000..479bb4b8 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/dark_oak_wall_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_gate_closed", + "textures": { + "texture": "blocks/planks_big_oak" + } +} diff --git a/1.12.2/assets/minecraft/models/block/dark_oak_wall_gate_open.json b/1.12.2/assets/minecraft/models/block/dark_oak_wall_gate_open.json new file mode 100644 index 00000000..a04668b9 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/dark_oak_wall_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_gate_open", + "textures": { + "texture": "blocks/planks_big_oak" + } +} diff --git a/1.12.2/assets/minecraft/models/block/daylight_detector.json b/1.12.2/assets/minecraft/models/block/daylight_detector.json new file mode 100644 index 00000000..94d1a693 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/daylight_detector.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/daylight_detector_inverted.json b/1.12.2/assets/minecraft/models/block/daylight_detector_inverted.json new file mode 100644 index 00000000..769d9d31 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/daylight_detector_inverted.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/dead_bush.json b/1.12.2/assets/minecraft/models/block/dead_bush.json new file mode 100644 index 00000000..5aee4f40 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/dead_bush.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/deadbush" + } +} diff --git a/1.12.2/assets/minecraft/models/block/detector_rail_flat.json b/1.12.2/assets/minecraft/models/block/detector_rail_flat.json new file mode 100644 index 00000000..363009d0 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/detector_rail_flat.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_flat", + "textures": { + "rail": "blocks/rail_detector" + } +} diff --git a/1.12.2/assets/minecraft/models/block/detector_rail_powered_flat.json b/1.12.2/assets/minecraft/models/block/detector_rail_powered_flat.json new file mode 100644 index 00000000..d1c44144 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/detector_rail_powered_flat.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_flat", + "textures": { + "rail": "blocks/rail_detector_powered" + } +} diff --git a/1.12.2/assets/minecraft/models/block/detector_rail_powered_raised_ne.json b/1.12.2/assets/minecraft/models/block/detector_rail_powered_raised_ne.json new file mode 100644 index 00000000..b6dd1863 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/detector_rail_powered_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_ne", + "textures": { + "rail": "blocks/rail_detector_powered" + } +} diff --git a/1.12.2/assets/minecraft/models/block/detector_rail_powered_raised_sw.json b/1.12.2/assets/minecraft/models/block/detector_rail_powered_raised_sw.json new file mode 100644 index 00000000..077566e7 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/detector_rail_powered_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_sw", + "textures": { + "rail": "blocks/rail_detector_powered" + } +} diff --git a/1.12.2/assets/minecraft/models/block/detector_rail_raised_ne.json b/1.12.2/assets/minecraft/models/block/detector_rail_raised_ne.json new file mode 100644 index 00000000..1f8b4570 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/detector_rail_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_ne", + "textures": { + "rail": "blocks/rail_detector" + } +} diff --git a/1.12.2/assets/minecraft/models/block/detector_rail_raised_sw.json b/1.12.2/assets/minecraft/models/block/detector_rail_raised_sw.json new file mode 100644 index 00000000..9d520eb8 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/detector_rail_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_sw", + "textures": { + "rail": "blocks/rail_detector" + } +} diff --git a/1.12.2/assets/minecraft/models/block/diamond_block.json b/1.12.2/assets/minecraft/models/block/diamond_block.json new file mode 100644 index 00000000..5234ebd9 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/diamond_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/diamond_block" + } +} diff --git a/1.12.2/assets/minecraft/models/block/diamond_ore.json b/1.12.2/assets/minecraft/models/block/diamond_ore.json new file mode 100644 index 00000000..d1c996ff --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/diamond_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/diamond_ore" + } +} diff --git a/1.12.2/assets/minecraft/models/block/diorite.json b/1.12.2/assets/minecraft/models/block/diorite.json new file mode 100644 index 00000000..4c0d48be --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/diorite.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/stone_diorite" + } +} diff --git a/1.12.2/assets/minecraft/models/block/diorite_smooth.json b/1.12.2/assets/minecraft/models/block/diorite_smooth.json new file mode 100644 index 00000000..7bb78d50 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/diorite_smooth.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/stone_diorite_smooth" + } +} diff --git a/1.12.2/assets/minecraft/models/block/dirt.json b/1.12.2/assets/minecraft/models/block/dirt.json new file mode 100644 index 00000000..5d1c7b5d --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/dirt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/dirt" + } +} diff --git a/1.12.2/assets/minecraft/models/block/dispenser.json b/1.12.2/assets/minecraft/models/block/dispenser.json new file mode 100644 index 00000000..453c6cee --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/dispenser.json @@ -0,0 +1,8 @@ +{ + "parent": "block/orientable", + "textures": { + "top": "blocks/furnace_top", + "front": "blocks/dispenser_front_horizontal", + "side": "blocks/furnace_side" + } +} diff --git a/1.12.2/assets/minecraft/models/block/dispenser_vertical.json b/1.12.2/assets/minecraft/models/block/dispenser_vertical.json new file mode 100644 index 00000000..978f6609 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/dispenser_vertical.json @@ -0,0 +1,7 @@ +{ + "parent": "block/orientable_vertical", + "textures": { + "front": "blocks/dispenser_front_vertical", + "side": "blocks/furnace_top" + } +} diff --git a/1.12.2/assets/minecraft/models/block/door_bottom.json b/1.12.2/assets/minecraft/models/block/door_bottom.json new file mode 100644 index 00000000..905758fe --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/door_bottom.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/door_bottom_rh.json b/1.12.2/assets/minecraft/models/block/door_bottom_rh.json new file mode 100644 index 00000000..26acf4c7 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/door_bottom_rh.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/door_top.json b/1.12.2/assets/minecraft/models/block/door_top.json new file mode 100644 index 00000000..809fa443 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/door_top.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/door_top_rh.json b/1.12.2/assets/minecraft/models/block/door_top_rh.json new file mode 100644 index 00000000..e7d2f930 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/door_top_rh.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/double_fern_bottom.json b/1.12.2/assets/minecraft/models/block/double_fern_bottom.json new file mode 100644 index 00000000..2f528311 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/double_fern_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/tinted_cross", + "textures": { + "cross": "blocks/double_plant_fern_bottom" + } +} diff --git a/1.12.2/assets/minecraft/models/block/double_fern_top.json b/1.12.2/assets/minecraft/models/block/double_fern_top.json new file mode 100644 index 00000000..9ab5bbf0 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/double_fern_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/tinted_cross", + "textures": { + "cross": "blocks/double_plant_fern_top" + } +} diff --git a/1.12.2/assets/minecraft/models/block/double_grass_bottom.json b/1.12.2/assets/minecraft/models/block/double_grass_bottom.json new file mode 100644 index 00000000..9409cedc --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/double_grass_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/tinted_cross", + "textures": { + "cross": "blocks/double_plant_grass_bottom" + } +} diff --git a/1.12.2/assets/minecraft/models/block/double_grass_top.json b/1.12.2/assets/minecraft/models/block/double_grass_top.json new file mode 100644 index 00000000..150f6279 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/double_grass_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/tinted_cross", + "textures": { + "cross": "blocks/double_plant_grass_top" + } +} diff --git a/1.12.2/assets/minecraft/models/block/double_paeonia_bottom.json b/1.12.2/assets/minecraft/models/block/double_paeonia_bottom.json new file mode 100644 index 00000000..01e35b39 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/double_paeonia_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/double_plant_paeonia_bottom" + } +} diff --git a/1.12.2/assets/minecraft/models/block/double_paeonia_top.json b/1.12.2/assets/minecraft/models/block/double_paeonia_top.json new file mode 100644 index 00000000..8023494a --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/double_paeonia_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/double_plant_paeonia_top" + } +} diff --git a/1.12.2/assets/minecraft/models/block/double_rose_bottom.json b/1.12.2/assets/minecraft/models/block/double_rose_bottom.json new file mode 100644 index 00000000..8407de0e --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/double_rose_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/double_plant_rose_bottom" + } +} diff --git a/1.12.2/assets/minecraft/models/block/double_rose_top.json b/1.12.2/assets/minecraft/models/block/double_rose_top.json new file mode 100644 index 00000000..1601c3b0 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/double_rose_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/double_plant_rose_top" + } +} diff --git a/1.12.2/assets/minecraft/models/block/double_stone.json b/1.12.2/assets/minecraft/models/block/double_stone.json new file mode 100644 index 00000000..ce3fd92c --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/double_stone.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/stone_slab_top", + "side": "blocks/stone_slab_side" + } +} diff --git a/1.12.2/assets/minecraft/models/block/double_stone_top.json b/1.12.2/assets/minecraft/models/block/double_stone_top.json new file mode 100644 index 00000000..0cb25a81 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/double_stone_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/stone_slab_top" + } +} diff --git a/1.12.2/assets/minecraft/models/block/double_sunflower_bottom.json b/1.12.2/assets/minecraft/models/block/double_sunflower_bottom.json new file mode 100644 index 00000000..0caa997b --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/double_sunflower_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/double_plant_sunflower_bottom" + } +} diff --git a/1.12.2/assets/minecraft/models/block/double_sunflower_top.json b/1.12.2/assets/minecraft/models/block/double_sunflower_top.json new file mode 100644 index 00000000..a0df09ce --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/double_sunflower_top.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/double_syringa_bottom.json b/1.12.2/assets/minecraft/models/block/double_syringa_bottom.json new file mode 100644 index 00000000..aa72e58e --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/double_syringa_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/double_plant_syringa_bottom" + } +} diff --git a/1.12.2/assets/minecraft/models/block/double_syringa_top.json b/1.12.2/assets/minecraft/models/block/double_syringa_top.json new file mode 100644 index 00000000..d173954c --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/double_syringa_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/double_plant_syringa_top" + } +} diff --git a/1.12.2/assets/minecraft/models/block/dragon_egg.json b/1.12.2/assets/minecraft/models/block/dragon_egg.json new file mode 100644 index 00000000..94e2c492 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/dragon_egg.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/dropper.json b/1.12.2/assets/minecraft/models/block/dropper.json new file mode 100644 index 00000000..3b6e09e3 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/dropper.json @@ -0,0 +1,8 @@ +{ + "parent": "block/orientable", + "textures": { + "top": "blocks/furnace_top", + "front": "blocks/dropper_front_horizontal", + "side": "blocks/furnace_side" + } +} diff --git a/1.12.2/assets/minecraft/models/block/dropper_vertical.json b/1.12.2/assets/minecraft/models/block/dropper_vertical.json new file mode 100644 index 00000000..bf763e0b --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/dropper_vertical.json @@ -0,0 +1,7 @@ +{ + "parent": "block/orientable_vertical", + "textures": { + "front": "blocks/dropper_front_vertical", + "side": "blocks/furnace_top" + } +} diff --git a/1.12.2/assets/minecraft/models/block/emerald_block.json b/1.12.2/assets/minecraft/models/block/emerald_block.json new file mode 100644 index 00000000..b58a988e --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/emerald_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/emerald_block" + } +} diff --git a/1.12.2/assets/minecraft/models/block/emerald_ore.json b/1.12.2/assets/minecraft/models/block/emerald_ore.json new file mode 100644 index 00000000..32347f3d --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/emerald_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/emerald_ore" + } +} diff --git a/1.12.2/assets/minecraft/models/block/enchanting_table_base.json b/1.12.2/assets/minecraft/models/block/enchanting_table_base.json new file mode 100644 index 00000000..dccc5fa7 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/enchanting_table_base.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/end_bricks.json b/1.12.2/assets/minecraft/models/block/end_bricks.json new file mode 100644 index 00000000..edc2b1c7 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/end_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/end_bricks" + } +} diff --git a/1.12.2/assets/minecraft/models/block/end_portal_frame_empty.json b/1.12.2/assets/minecraft/models/block/end_portal_frame_empty.json new file mode 100644 index 00000000..80dc2840 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/end_portal_frame_empty.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/end_portal_frame_filled.json b/1.12.2/assets/minecraft/models/block/end_portal_frame_filled.json new file mode 100644 index 00000000..778afa38 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/end_portal_frame_filled.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/end_rod.json b/1.12.2/assets/minecraft/models/block/end_rod.json new file mode 100644 index 00000000..82bb74fe --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/end_rod.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/end_stone.json b/1.12.2/assets/minecraft/models/block/end_stone.json new file mode 100644 index 00000000..a66a6322 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/end_stone.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/end_stone" + } +} diff --git a/1.12.2/assets/minecraft/models/block/farmland.json b/1.12.2/assets/minecraft/models/block/farmland.json new file mode 100644 index 00000000..5d2aa96c --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/farmland.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/farmland_dry.json b/1.12.2/assets/minecraft/models/block/farmland_dry.json new file mode 100644 index 00000000..94e31eb2 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/farmland_dry.json @@ -0,0 +1,8 @@ +{ + "parent": "block/farmland", + "textures": { + "particle": "blocks/dirt", + "dirt": "blocks/dirt", + "top": "blocks/farmland_dry" + } +} diff --git a/1.12.2/assets/minecraft/models/block/farmland_moist.json b/1.12.2/assets/minecraft/models/block/farmland_moist.json new file mode 100644 index 00000000..a1cda532 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/farmland_moist.json @@ -0,0 +1,8 @@ +{ + "parent": "block/farmland", + "textures": { + "particle": "blocks/dirt", + "dirt": "blocks/dirt", + "top": "blocks/farmland_wet" + } +} diff --git a/1.12.2/assets/minecraft/models/block/fence_gate_closed.json b/1.12.2/assets/minecraft/models/block/fence_gate_closed.json new file mode 100644 index 00000000..c50708a9 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/fence_gate_closed.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/fence_gate_open.json b/1.12.2/assets/minecraft/models/block/fence_gate_open.json new file mode 100644 index 00000000..9e7baf90 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/fence_gate_open.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/fence_inventory.json b/1.12.2/assets/minecraft/models/block/fence_inventory.json new file mode 100644 index 00000000..514f7416 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/fence_inventory.json @@ -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" + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/fence_post.json b/1.12.2/assets/minecraft/models/block/fence_post.json new file mode 100644 index 00000000..d472ce6a --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/fence_post.json @@ -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" + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/fence_side.json b/1.12.2/assets/minecraft/models/block/fence_side.json new file mode 100644 index 00000000..7145349b --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/fence_side.json @@ -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" + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/fern.json b/1.12.2/assets/minecraft/models/block/fern.json new file mode 100644 index 00000000..95322f9b --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/fern.json @@ -0,0 +1,6 @@ +{ + "parent": "block/tinted_cross", + "textures": { + "cross": "blocks/fern" + } +} diff --git a/1.12.2/assets/minecraft/models/block/fire_floor.json b/1.12.2/assets/minecraft/models/block/fire_floor.json new file mode 100644 index 00000000..002cce9f --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/fire_floor.json @@ -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" }} + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/fire_floor0.json b/1.12.2/assets/minecraft/models/block/fire_floor0.json new file mode 100644 index 00000000..230630ee --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/fire_floor0.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_floor", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/1.12.2/assets/minecraft/models/block/fire_floor1.json b/1.12.2/assets/minecraft/models/block/fire_floor1.json new file mode 100644 index 00000000..6b7d687a --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/fire_floor1.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_floor", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/1.12.2/assets/minecraft/models/block/fire_side.json b/1.12.2/assets/minecraft/models/block/fire_side.json new file mode 100644 index 00000000..e16c6b3a --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/fire_side.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/fire_side0.json b/1.12.2/assets/minecraft/models/block/fire_side0.json new file mode 100644 index 00000000..b042da04 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/fire_side0.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_side", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/1.12.2/assets/minecraft/models/block/fire_side1.json b/1.12.2/assets/minecraft/models/block/fire_side1.json new file mode 100644 index 00000000..c79dbc0b --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/fire_side1.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_side", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/1.12.2/assets/minecraft/models/block/fire_side_alt.json b/1.12.2/assets/minecraft/models/block/fire_side_alt.json new file mode 100644 index 00000000..38f82bbd --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/fire_side_alt.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/fire_side_alt0.json b/1.12.2/assets/minecraft/models/block/fire_side_alt0.json new file mode 100644 index 00000000..5c17f62e --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/fire_side_alt0.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_side_alt", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/1.12.2/assets/minecraft/models/block/fire_side_alt1.json b/1.12.2/assets/minecraft/models/block/fire_side_alt1.json new file mode 100644 index 00000000..fae9f99c --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/fire_side_alt1.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_side_alt", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/1.12.2/assets/minecraft/models/block/fire_up.json b/1.12.2/assets/minecraft/models/block/fire_up.json new file mode 100644 index 00000000..e0f391d5 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/fire_up.json @@ -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 }} + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/fire_up0.json b/1.12.2/assets/minecraft/models/block/fire_up0.json new file mode 100644 index 00000000..a3e1b622 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/fire_up0.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_up", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/1.12.2/assets/minecraft/models/block/fire_up1.json b/1.12.2/assets/minecraft/models/block/fire_up1.json new file mode 100644 index 00000000..f7884dd3 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/fire_up1.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_up", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/1.12.2/assets/minecraft/models/block/fire_up_alt.json b/1.12.2/assets/minecraft/models/block/fire_up_alt.json new file mode 100644 index 00000000..9bfab62e --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/fire_up_alt.json @@ -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" }} + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/fire_up_alt0.json b/1.12.2/assets/minecraft/models/block/fire_up_alt0.json new file mode 100644 index 00000000..4ead456c --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/fire_up_alt0.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_up_alt", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/1.12.2/assets/minecraft/models/block/fire_up_alt1.json b/1.12.2/assets/minecraft/models/block/fire_up_alt1.json new file mode 100644 index 00000000..80a31ef0 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/fire_up_alt1.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_up_alt", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/1.12.2/assets/minecraft/models/block/flower_pot.json b/1.12.2/assets/minecraft/models/block/flower_pot.json new file mode 100644 index 00000000..b5f1c295 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/flower_pot.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/flower_pot_acacia.json b/1.12.2/assets/minecraft/models/block/flower_pot_acacia.json new file mode 100644 index 00000000..21f6dcdc --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/flower_pot_acacia.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/sapling_acacia" + } +} diff --git a/1.12.2/assets/minecraft/models/block/flower_pot_allium.json b/1.12.2/assets/minecraft/models/block/flower_pot_allium.json new file mode 100644 index 00000000..2a0e6866 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/flower_pot_allium.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/flower_allium" + } +} diff --git a/1.12.2/assets/minecraft/models/block/flower_pot_birch.json b/1.12.2/assets/minecraft/models/block/flower_pot_birch.json new file mode 100644 index 00000000..90c04a16 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/flower_pot_birch.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/sapling_birch" + } +} diff --git a/1.12.2/assets/minecraft/models/block/flower_pot_cactus.json b/1.12.2/assets/minecraft/models/block/flower_pot_cactus.json new file mode 100644 index 00000000..669e3f79 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/flower_pot_cactus.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/flower_pot_cross.json b/1.12.2/assets/minecraft/models/block/flower_pot_cross.json new file mode 100644 index 00000000..7af477bd --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/flower_pot_cross.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/flower_pot_daisy.json b/1.12.2/assets/minecraft/models/block/flower_pot_daisy.json new file mode 100644 index 00000000..d0650442 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/flower_pot_daisy.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/flower_oxeye_daisy" + } +} diff --git a/1.12.2/assets/minecraft/models/block/flower_pot_dandelion.json b/1.12.2/assets/minecraft/models/block/flower_pot_dandelion.json new file mode 100644 index 00000000..353eb5e5 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/flower_pot_dandelion.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/flower_dandelion" + } +} diff --git a/1.12.2/assets/minecraft/models/block/flower_pot_dark_oak.json b/1.12.2/assets/minecraft/models/block/flower_pot_dark_oak.json new file mode 100644 index 00000000..f0c714ef --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/flower_pot_dark_oak.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/sapling_roofed_oak" + } +} diff --git a/1.12.2/assets/minecraft/models/block/flower_pot_dead_bush.json b/1.12.2/assets/minecraft/models/block/flower_pot_dead_bush.json new file mode 100644 index 00000000..b7921690 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/flower_pot_dead_bush.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/deadbush" + } +} diff --git a/1.12.2/assets/minecraft/models/block/flower_pot_fern.json b/1.12.2/assets/minecraft/models/block/flower_pot_fern.json new file mode 100644 index 00000000..e12f90d5 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/flower_pot_fern.json @@ -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 } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/flower_pot_houstonia.json b/1.12.2/assets/minecraft/models/block/flower_pot_houstonia.json new file mode 100644 index 00000000..a270ed8f --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/flower_pot_houstonia.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/flower_houstonia" + } +} diff --git a/1.12.2/assets/minecraft/models/block/flower_pot_jungle.json b/1.12.2/assets/minecraft/models/block/flower_pot_jungle.json new file mode 100644 index 00000000..c8c854c6 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/flower_pot_jungle.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/sapling_jungle" + } +} diff --git a/1.12.2/assets/minecraft/models/block/flower_pot_mushroom_brown.json b/1.12.2/assets/minecraft/models/block/flower_pot_mushroom_brown.json new file mode 100644 index 00000000..531c5644 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/flower_pot_mushroom_brown.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/mushroom_brown" + } +} diff --git a/1.12.2/assets/minecraft/models/block/flower_pot_mushroom_red.json b/1.12.2/assets/minecraft/models/block/flower_pot_mushroom_red.json new file mode 100644 index 00000000..2e339ae6 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/flower_pot_mushroom_red.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/mushroom_red" + } +} diff --git a/1.12.2/assets/minecraft/models/block/flower_pot_oak.json b/1.12.2/assets/minecraft/models/block/flower_pot_oak.json new file mode 100644 index 00000000..8a90b8c3 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/flower_pot_oak.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/sapling_oak" + } +} diff --git a/1.12.2/assets/minecraft/models/block/flower_pot_orchid.json b/1.12.2/assets/minecraft/models/block/flower_pot_orchid.json new file mode 100644 index 00000000..a5f29ffd --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/flower_pot_orchid.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/flower_blue_orchid" + } +} diff --git a/1.12.2/assets/minecraft/models/block/flower_pot_rose.json b/1.12.2/assets/minecraft/models/block/flower_pot_rose.json new file mode 100644 index 00000000..ffd38bfe --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/flower_pot_rose.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/flower_rose" + } +} diff --git a/1.12.2/assets/minecraft/models/block/flower_pot_spruce.json b/1.12.2/assets/minecraft/models/block/flower_pot_spruce.json new file mode 100644 index 00000000..752a0a91 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/flower_pot_spruce.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/sapling_spruce" + } +} diff --git a/1.12.2/assets/minecraft/models/block/flower_pot_tulip_orange.json b/1.12.2/assets/minecraft/models/block/flower_pot_tulip_orange.json new file mode 100644 index 00000000..c397ab4f --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/flower_pot_tulip_orange.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/flower_tulip_orange" + } +} diff --git a/1.12.2/assets/minecraft/models/block/flower_pot_tulip_pink.json b/1.12.2/assets/minecraft/models/block/flower_pot_tulip_pink.json new file mode 100644 index 00000000..74db107c --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/flower_pot_tulip_pink.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/flower_tulip_pink" + } +} diff --git a/1.12.2/assets/minecraft/models/block/flower_pot_tulip_red.json b/1.12.2/assets/minecraft/models/block/flower_pot_tulip_red.json new file mode 100644 index 00000000..8285aea9 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/flower_pot_tulip_red.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/flower_tulip_red" + } +} diff --git a/1.12.2/assets/minecraft/models/block/flower_pot_tulip_white.json b/1.12.2/assets/minecraft/models/block/flower_pot_tulip_white.json new file mode 100644 index 00000000..adc4ed9b --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/flower_pot_tulip_white.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/flower_tulip_white" + } +} diff --git a/1.12.2/assets/minecraft/models/block/frosted_ice_0.json b/1.12.2/assets/minecraft/models/block/frosted_ice_0.json new file mode 100644 index 00000000..eebe1da6 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/frosted_ice_0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/frosted_ice_0" + } +} diff --git a/1.12.2/assets/minecraft/models/block/frosted_ice_1.json b/1.12.2/assets/minecraft/models/block/frosted_ice_1.json new file mode 100644 index 00000000..a33d79e8 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/frosted_ice_1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/frosted_ice_1" + } +} diff --git a/1.12.2/assets/minecraft/models/block/frosted_ice_2.json b/1.12.2/assets/minecraft/models/block/frosted_ice_2.json new file mode 100644 index 00000000..0ba8c37d --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/frosted_ice_2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/frosted_ice_2" + } +} diff --git a/1.12.2/assets/minecraft/models/block/frosted_ice_3.json b/1.12.2/assets/minecraft/models/block/frosted_ice_3.json new file mode 100644 index 00000000..989789f8 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/frosted_ice_3.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/frosted_ice_3" + } +} diff --git a/1.12.2/assets/minecraft/models/block/furnace.json b/1.12.2/assets/minecraft/models/block/furnace.json new file mode 100644 index 00000000..9d88a5e6 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/furnace.json @@ -0,0 +1,8 @@ +{ + "parent": "block/orientable", + "textures": { + "top": "blocks/furnace_top", + "front": "blocks/furnace_front_off", + "side": "blocks/furnace_side" + } +} diff --git a/1.12.2/assets/minecraft/models/block/glass.json b/1.12.2/assets/minecraft/models/block/glass.json new file mode 100644 index 00000000..aa796b5a --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/glass.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass" + } +} diff --git a/1.12.2/assets/minecraft/models/block/glass_black.json b/1.12.2/assets/minecraft/models/block/glass_black.json new file mode 100644 index 00000000..b9008a0d --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/glass_black.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_black" + } +} diff --git a/1.12.2/assets/minecraft/models/block/glass_blue.json b/1.12.2/assets/minecraft/models/block/glass_blue.json new file mode 100644 index 00000000..3f8fb9b3 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/glass_blue.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_blue" + } +} diff --git a/1.12.2/assets/minecraft/models/block/glass_brown.json b/1.12.2/assets/minecraft/models/block/glass_brown.json new file mode 100644 index 00000000..b916aa97 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/glass_brown.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_brown" + } +} diff --git a/1.12.2/assets/minecraft/models/block/glass_cyan.json b/1.12.2/assets/minecraft/models/block/glass_cyan.json new file mode 100644 index 00000000..83e6c583 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/glass_cyan.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_cyan" + } +} diff --git a/1.12.2/assets/minecraft/models/block/glass_gray.json b/1.12.2/assets/minecraft/models/block/glass_gray.json new file mode 100644 index 00000000..f37201de --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/glass_gray.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_gray" + } +} diff --git a/1.12.2/assets/minecraft/models/block/glass_green.json b/1.12.2/assets/minecraft/models/block/glass_green.json new file mode 100644 index 00000000..c313268b --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/glass_green.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_green" + } +} diff --git a/1.12.2/assets/minecraft/models/block/glass_light_blue.json b/1.12.2/assets/minecraft/models/block/glass_light_blue.json new file mode 100644 index 00000000..2faeffab --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/glass_light_blue.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_light_blue" + } +} diff --git a/1.12.2/assets/minecraft/models/block/glass_lime.json b/1.12.2/assets/minecraft/models/block/glass_lime.json new file mode 100644 index 00000000..f6ba9c3f --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/glass_lime.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_lime" + } +} diff --git a/1.12.2/assets/minecraft/models/block/glass_magenta.json b/1.12.2/assets/minecraft/models/block/glass_magenta.json new file mode 100644 index 00000000..fda210f0 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/glass_magenta.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_magenta" + } +} diff --git a/1.12.2/assets/minecraft/models/block/glass_orange.json b/1.12.2/assets/minecraft/models/block/glass_orange.json new file mode 100644 index 00000000..d2d7204c --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/glass_orange.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_orange" + } +} diff --git a/1.12.2/assets/minecraft/models/block/glass_pane_noside.json b/1.12.2/assets/minecraft/models/block/glass_pane_noside.json new file mode 100644 index 00000000..63592f78 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside", + "textures": { + "pane": "blocks/glass" + } +} diff --git a/1.12.2/assets/minecraft/models/block/glass_pane_noside_alt.json b/1.12.2/assets/minecraft/models/block/glass_pane_noside_alt.json new file mode 100644 index 00000000..102b2e04 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside_alt", + "textures": { + "pane": "blocks/glass" + } +} diff --git a/1.12.2/assets/minecraft/models/block/glass_pane_post.json b/1.12.2/assets/minecraft/models/block/glass_pane_post.json new file mode 100644 index 00000000..da55b89e --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_post", + "textures": { + "edge": "blocks/glass_pane_top", + "pane": "blocks/glass" + } +} diff --git a/1.12.2/assets/minecraft/models/block/glass_pane_side.json b/1.12.2/assets/minecraft/models/block/glass_pane_side.json new file mode 100644 index 00000000..7fa77aec --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side", + "textures": { + "edge": "blocks/glass_pane_top", + "pane": "blocks/glass" + } +} diff --git a/1.12.2/assets/minecraft/models/block/glass_pane_side_alt.json b/1.12.2/assets/minecraft/models/block/glass_pane_side_alt.json new file mode 100644 index 00000000..a304ba5e --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side_alt", + "textures": { + "edge": "blocks/glass_pane_top", + "pane": "blocks/glass" + } +} diff --git a/1.12.2/assets/minecraft/models/block/glass_pink.json b/1.12.2/assets/minecraft/models/block/glass_pink.json new file mode 100644 index 00000000..b557e8b7 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/glass_pink.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_pink" + } +} diff --git a/1.12.2/assets/minecraft/models/block/glass_purple.json b/1.12.2/assets/minecraft/models/block/glass_purple.json new file mode 100644 index 00000000..ac129046 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/glass_purple.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_purple" + } +} diff --git a/1.12.2/assets/minecraft/models/block/glass_red.json b/1.12.2/assets/minecraft/models/block/glass_red.json new file mode 100644 index 00000000..939f58d9 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/glass_red.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_red" + } +} diff --git a/1.12.2/assets/minecraft/models/block/glass_silver.json b/1.12.2/assets/minecraft/models/block/glass_silver.json new file mode 100644 index 00000000..afeeeaa5 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/glass_silver.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_silver" + } +} diff --git a/1.12.2/assets/minecraft/models/block/glass_white.json b/1.12.2/assets/minecraft/models/block/glass_white.json new file mode 100644 index 00000000..c7df9fc8 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/glass_white.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_white" + } +} diff --git a/1.12.2/assets/minecraft/models/block/glass_yellow.json b/1.12.2/assets/minecraft/models/block/glass_yellow.json new file mode 100644 index 00000000..3ba5a6c6 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/glass_yellow.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_yellow" + } +} diff --git a/1.12.2/assets/minecraft/models/block/glazed_terracotta.json b/1.12.2/assets/minecraft/models/block/glazed_terracotta.json new file mode 100644 index 00000000..13fc8e97 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/glazed_terracotta.json @@ -0,0 +1,23 @@ +{ + "parent": "block/cube", + "display": { + "firstperson_righthand": { + "rotation": [ 0, 135, 0 ], + "translation": [ 0, 0, 0 ], + "scale": [ 0.40, 0.40, 0.40 ] + } + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#pattern", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#pattern", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#pattern", "cullface": "north", "rotation": 90 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#pattern", "cullface": "south", "rotation": 270 }, + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#pattern", "cullface": "west", "rotation": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#pattern", "cullface": "east", "rotation": 180 } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/glowstone.json b/1.12.2/assets/minecraft/models/block/glowstone.json new file mode 100644 index 00000000..9ffe5db9 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/glowstone.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glowstone" + } +} diff --git a/1.12.2/assets/minecraft/models/block/gold_block.json b/1.12.2/assets/minecraft/models/block/gold_block.json new file mode 100644 index 00000000..1c227f01 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/gold_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/gold_block" + } +} diff --git a/1.12.2/assets/minecraft/models/block/gold_ore.json b/1.12.2/assets/minecraft/models/block/gold_ore.json new file mode 100644 index 00000000..ce4e0352 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/gold_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/gold_ore" + } +} diff --git a/1.12.2/assets/minecraft/models/block/golden_rail_active_flat.json b/1.12.2/assets/minecraft/models/block/golden_rail_active_flat.json new file mode 100644 index 00000000..a2f49b10 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/golden_rail_active_flat.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_flat", + "textures": { + "rail": "blocks/rail_golden_powered" + } +} diff --git a/1.12.2/assets/minecraft/models/block/golden_rail_active_raised_ne.json b/1.12.2/assets/minecraft/models/block/golden_rail_active_raised_ne.json new file mode 100644 index 00000000..4ab8f64b --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/golden_rail_active_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_ne", + "textures": { + "rail": "blocks/rail_golden_powered" + } +} diff --git a/1.12.2/assets/minecraft/models/block/golden_rail_active_raised_sw.json b/1.12.2/assets/minecraft/models/block/golden_rail_active_raised_sw.json new file mode 100644 index 00000000..8fef0597 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/golden_rail_active_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_sw", + "textures": { + "rail": "blocks/rail_golden_powered" + } +} diff --git a/1.12.2/assets/minecraft/models/block/golden_rail_flat.json b/1.12.2/assets/minecraft/models/block/golden_rail_flat.json new file mode 100644 index 00000000..87a08fc8 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/golden_rail_flat.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_flat", + "textures": { + "rail": "blocks/rail_golden" + } +} diff --git a/1.12.2/assets/minecraft/models/block/golden_rail_raised_ne.json b/1.12.2/assets/minecraft/models/block/golden_rail_raised_ne.json new file mode 100644 index 00000000..ff3856d7 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/golden_rail_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_ne", + "textures": { + "rail": "blocks/rail_golden" + } +} diff --git a/1.12.2/assets/minecraft/models/block/golden_rail_raised_sw.json b/1.12.2/assets/minecraft/models/block/golden_rail_raised_sw.json new file mode 100644 index 00000000..520414d3 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/golden_rail_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_sw", + "textures": { + "rail": "blocks/rail_golden" + } +} diff --git a/1.12.2/assets/minecraft/models/block/granite.json b/1.12.2/assets/minecraft/models/block/granite.json new file mode 100644 index 00000000..eee4faed --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/granite.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/stone_granite" + } +} diff --git a/1.12.2/assets/minecraft/models/block/granite_smooth.json b/1.12.2/assets/minecraft/models/block/granite_smooth.json new file mode 100644 index 00000000..31fc9f10 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/granite_smooth.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/stone_granite_smooth" + } +} diff --git a/1.12.2/assets/minecraft/models/block/grass.json b/1.12.2/assets/minecraft/models/block/grass.json new file mode 100644 index 00000000..b4307817 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/grass.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/grass_normal.json b/1.12.2/assets/minecraft/models/block/grass_normal.json new file mode 100644 index 00000000..b6201ebf --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/grass_normal.json @@ -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" + } +} diff --git a/1.12.2/assets/minecraft/models/block/grass_path.json b/1.12.2/assets/minecraft/models/block/grass_path.json new file mode 100644 index 00000000..377d0b8c --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/grass_path.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/grass_snowed.json b/1.12.2/assets/minecraft/models/block/grass_snowed.json new file mode 100644 index 00000000..c33ffc53 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/grass_snowed.json @@ -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" + } +} diff --git a/1.12.2/assets/minecraft/models/block/gravel.json b/1.12.2/assets/minecraft/models/block/gravel.json new file mode 100644 index 00000000..e2cf665e --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/gravel.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/gravel" + } +} diff --git a/1.12.2/assets/minecraft/models/block/gray_concrete.json b/1.12.2/assets/minecraft/models/block/gray_concrete.json new file mode 100644 index 00000000..bdbf9c7a --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/gray_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/concrete_gray" + } +} diff --git a/1.12.2/assets/minecraft/models/block/gray_concrete_powder.json b/1.12.2/assets/minecraft/models/block/gray_concrete_powder.json new file mode 100644 index 00000000..9f37f4b3 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/gray_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/concrete_powder_gray" + } +} diff --git a/1.12.2/assets/minecraft/models/block/gray_glazed_terracotta.json b/1.12.2/assets/minecraft/models/block/gray_glazed_terracotta.json new file mode 100644 index 00000000..71692d54 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/gray_glazed_terracotta.json @@ -0,0 +1,7 @@ +{ + "parent": "block/glazed_terracotta", + "textures": { + "particle": "blocks/glazed_terracotta_gray", + "pattern": "blocks/glazed_terracotta_gray" + } +} diff --git a/1.12.2/assets/minecraft/models/block/gray_stained_glass_pane_noside.json b/1.12.2/assets/minecraft/models/block/gray_stained_glass_pane_noside.json new file mode 100644 index 00000000..b1cbd11e --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/gray_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside", + "textures": { + "pane": "blocks/glass_gray" + } +} diff --git a/1.12.2/assets/minecraft/models/block/gray_stained_glass_pane_noside_alt.json b/1.12.2/assets/minecraft/models/block/gray_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..11bc2a3d --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/gray_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside_alt", + "textures": { + "pane": "blocks/glass_gray" + } +} diff --git a/1.12.2/assets/minecraft/models/block/gray_stained_glass_pane_post.json b/1.12.2/assets/minecraft/models/block/gray_stained_glass_pane_post.json new file mode 100644 index 00000000..375b2afd --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/gray_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_post", + "textures": { + "edge": "blocks/glass_pane_top_gray", + "pane": "blocks/glass_gray" + } +} diff --git a/1.12.2/assets/minecraft/models/block/gray_stained_glass_pane_side.json b/1.12.2/assets/minecraft/models/block/gray_stained_glass_pane_side.json new file mode 100644 index 00000000..ee28eb3e --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/gray_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side", + "textures": { + "edge": "blocks/glass_pane_top_gray", + "pane": "blocks/glass_gray" + } +} diff --git a/1.12.2/assets/minecraft/models/block/gray_stained_glass_pane_side_alt.json b/1.12.2/assets/minecraft/models/block/gray_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..2fa85d6d --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/gray_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side_alt", + "textures": { + "edge": "blocks/glass_pane_top_gray", + "pane": "blocks/glass_gray" + } +} diff --git a/1.12.2/assets/minecraft/models/block/gray_wool.json b/1.12.2/assets/minecraft/models/block/gray_wool.json new file mode 100644 index 00000000..f88eb1d5 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/gray_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_gray" + } +} diff --git a/1.12.2/assets/minecraft/models/block/green_concrete.json b/1.12.2/assets/minecraft/models/block/green_concrete.json new file mode 100644 index 00000000..b1ba2a06 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/green_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/concrete_green" + } +} diff --git a/1.12.2/assets/minecraft/models/block/green_concrete_powder.json b/1.12.2/assets/minecraft/models/block/green_concrete_powder.json new file mode 100644 index 00000000..67cf5cc4 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/green_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/concrete_powder_green" + } +} diff --git a/1.12.2/assets/minecraft/models/block/green_glazed_terracotta.json b/1.12.2/assets/minecraft/models/block/green_glazed_terracotta.json new file mode 100644 index 00000000..2c5bc90c --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/green_glazed_terracotta.json @@ -0,0 +1,7 @@ +{ + "parent": "block/glazed_terracotta", + "textures": { + "particle": "blocks/glazed_terracotta_green", + "pattern": "blocks/glazed_terracotta_green" + } +} diff --git a/1.12.2/assets/minecraft/models/block/green_stained_glass_pane_noside.json b/1.12.2/assets/minecraft/models/block/green_stained_glass_pane_noside.json new file mode 100644 index 00000000..01bbf6e9 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/green_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside", + "textures": { + "pane": "blocks/glass_green" + } +} diff --git a/1.12.2/assets/minecraft/models/block/green_stained_glass_pane_noside_alt.json b/1.12.2/assets/minecraft/models/block/green_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..e325aa0d --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/green_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside_alt", + "textures": { + "pane": "blocks/glass_green" + } +} diff --git a/1.12.2/assets/minecraft/models/block/green_stained_glass_pane_post.json b/1.12.2/assets/minecraft/models/block/green_stained_glass_pane_post.json new file mode 100644 index 00000000..f51d496b --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/green_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_post", + "textures": { + "edge": "blocks/glass_pane_top_green", + "pane": "blocks/glass_green" + } +} diff --git a/1.12.2/assets/minecraft/models/block/green_stained_glass_pane_side.json b/1.12.2/assets/minecraft/models/block/green_stained_glass_pane_side.json new file mode 100644 index 00000000..1f32d8e9 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/green_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side", + "textures": { + "edge": "blocks/glass_pane_top_green", + "pane": "blocks/glass_green" + } +} diff --git a/1.12.2/assets/minecraft/models/block/green_stained_glass_pane_side_alt.json b/1.12.2/assets/minecraft/models/block/green_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..d5c61318 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/green_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side_alt", + "textures": { + "edge": "blocks/glass_pane_top_green", + "pane": "blocks/glass_green" + } +} diff --git a/1.12.2/assets/minecraft/models/block/green_wool.json b/1.12.2/assets/minecraft/models/block/green_wool.json new file mode 100644 index 00000000..44c65a54 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/green_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_green" + } +} diff --git a/1.12.2/assets/minecraft/models/block/half_slab.json b/1.12.2/assets/minecraft/models/block/half_slab.json new file mode 100644 index 00000000..1eadc701 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/half_slab.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/half_slab_acacia.json b/1.12.2/assets/minecraft/models/block/half_slab_acacia.json new file mode 100644 index 00000000..25e73536 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/half_slab_acacia.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/planks_acacia", + "top": "blocks/planks_acacia", + "side": "blocks/planks_acacia" + } +} diff --git a/1.12.2/assets/minecraft/models/block/half_slab_birch.json b/1.12.2/assets/minecraft/models/block/half_slab_birch.json new file mode 100644 index 00000000..1dc753cf --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/half_slab_birch.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/planks_birch", + "top": "blocks/planks_birch", + "side": "blocks/planks_birch" + } +} diff --git a/1.12.2/assets/minecraft/models/block/half_slab_brick.json b/1.12.2/assets/minecraft/models/block/half_slab_brick.json new file mode 100644 index 00000000..1fd4a27d --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/half_slab_brick.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/brick", + "top": "blocks/brick", + "side": "blocks/brick" + } +} diff --git a/1.12.2/assets/minecraft/models/block/half_slab_cobblestone.json b/1.12.2/assets/minecraft/models/block/half_slab_cobblestone.json new file mode 100644 index 00000000..75207948 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/half_slab_cobblestone.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/cobblestone", + "top": "blocks/cobblestone", + "side": "blocks/cobblestone" + } +} diff --git a/1.12.2/assets/minecraft/models/block/half_slab_dark_oak.json b/1.12.2/assets/minecraft/models/block/half_slab_dark_oak.json new file mode 100644 index 00000000..f4d89ecd --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/half_slab_dark_oak.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/planks_big_oak", + "top": "blocks/planks_big_oak", + "side": "blocks/planks_big_oak" + } +} diff --git a/1.12.2/assets/minecraft/models/block/half_slab_jungle.json b/1.12.2/assets/minecraft/models/block/half_slab_jungle.json new file mode 100644 index 00000000..5d3d2715 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/half_slab_jungle.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/planks_jungle", + "top": "blocks/planks_jungle", + "side": "blocks/planks_jungle" + } +} diff --git a/1.12.2/assets/minecraft/models/block/half_slab_nether_brick.json b/1.12.2/assets/minecraft/models/block/half_slab_nether_brick.json new file mode 100644 index 00000000..2e30c56d --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/half_slab_nether_brick.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/nether_brick", + "top": "blocks/nether_brick", + "side": "blocks/nether_brick" + } +} diff --git a/1.12.2/assets/minecraft/models/block/half_slab_oak.json b/1.12.2/assets/minecraft/models/block/half_slab_oak.json new file mode 100644 index 00000000..15b26120 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/half_slab_oak.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/planks_oak", + "top": "blocks/planks_oak", + "side": "blocks/planks_oak" + } +} diff --git a/1.12.2/assets/minecraft/models/block/half_slab_purpur.json b/1.12.2/assets/minecraft/models/block/half_slab_purpur.json new file mode 100644 index 00000000..76cc60b8 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/half_slab_purpur.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/purpur_block", + "top": "blocks/purpur_block", + "side": "blocks/purpur_block" + } +} diff --git a/1.12.2/assets/minecraft/models/block/half_slab_quartz.json b/1.12.2/assets/minecraft/models/block/half_slab_quartz.json new file mode 100644 index 00000000..1066da7e --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/half_slab_quartz.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/quartz_block_bottom", + "top": "blocks/quartz_block_top", + "side": "blocks/quartz_block_side" + } +} diff --git a/1.12.2/assets/minecraft/models/block/half_slab_red_sandstone.json b/1.12.2/assets/minecraft/models/block/half_slab_red_sandstone.json new file mode 100644 index 00000000..08dc64c2 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/half_slab_red_sandstone.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/red_sandstone_bottom", + "top": "blocks/red_sandstone_top", + "side": "blocks/red_sandstone_normal" + } +} diff --git a/1.12.2/assets/minecraft/models/block/half_slab_sandstone.json b/1.12.2/assets/minecraft/models/block/half_slab_sandstone.json new file mode 100644 index 00000000..5d08ff48 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/half_slab_sandstone.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/sandstone_bottom", + "top": "blocks/sandstone_top", + "side": "blocks/sandstone_normal" + } +} diff --git a/1.12.2/assets/minecraft/models/block/half_slab_spruce.json b/1.12.2/assets/minecraft/models/block/half_slab_spruce.json new file mode 100644 index 00000000..9e28d9f1 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/half_slab_spruce.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/planks_spruce", + "top": "blocks/planks_spruce", + "side": "blocks/planks_spruce" + } +} diff --git a/1.12.2/assets/minecraft/models/block/half_slab_stone.json b/1.12.2/assets/minecraft/models/block/half_slab_stone.json new file mode 100644 index 00000000..b09be3e5 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/half_slab_stone.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/stone_slab_top", + "top": "blocks/stone_slab_top", + "side": "blocks/stone_slab_side" + } +} diff --git a/1.12.2/assets/minecraft/models/block/half_slab_stone_brick.json b/1.12.2/assets/minecraft/models/block/half_slab_stone_brick.json new file mode 100644 index 00000000..9bb3abc8 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/half_slab_stone_brick.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/stonebrick", + "top": "blocks/stonebrick", + "side": "blocks/stonebrick" + } +} diff --git a/1.12.2/assets/minecraft/models/block/hardened_clay.json b/1.12.2/assets/minecraft/models/block/hardened_clay.json new file mode 100644 index 00000000..5f29119c --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/hardened_clay.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay" + } +} diff --git a/1.12.2/assets/minecraft/models/block/hardened_clay_black.json b/1.12.2/assets/minecraft/models/block/hardened_clay_black.json new file mode 100644 index 00000000..cab25b2f --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/hardened_clay_black.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_black" + } +} diff --git a/1.12.2/assets/minecraft/models/block/hardened_clay_blue.json b/1.12.2/assets/minecraft/models/block/hardened_clay_blue.json new file mode 100644 index 00000000..01eed452 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/hardened_clay_blue.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_blue" + } +} diff --git a/1.12.2/assets/minecraft/models/block/hardened_clay_brown.json b/1.12.2/assets/minecraft/models/block/hardened_clay_brown.json new file mode 100644 index 00000000..646946d7 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/hardened_clay_brown.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_brown" + } +} diff --git a/1.12.2/assets/minecraft/models/block/hardened_clay_cyan.json b/1.12.2/assets/minecraft/models/block/hardened_clay_cyan.json new file mode 100644 index 00000000..fd4243ae --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/hardened_clay_cyan.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_cyan" + } +} diff --git a/1.12.2/assets/minecraft/models/block/hardened_clay_gray.json b/1.12.2/assets/minecraft/models/block/hardened_clay_gray.json new file mode 100644 index 00000000..4fd29f50 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/hardened_clay_gray.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_gray" + } +} diff --git a/1.12.2/assets/minecraft/models/block/hardened_clay_green.json b/1.12.2/assets/minecraft/models/block/hardened_clay_green.json new file mode 100644 index 00000000..b04b0963 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/hardened_clay_green.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_green" + } +} diff --git a/1.12.2/assets/minecraft/models/block/hardened_clay_light_blue.json b/1.12.2/assets/minecraft/models/block/hardened_clay_light_blue.json new file mode 100644 index 00000000..a601f953 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/hardened_clay_light_blue.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_light_blue" + } +} diff --git a/1.12.2/assets/minecraft/models/block/hardened_clay_lime.json b/1.12.2/assets/minecraft/models/block/hardened_clay_lime.json new file mode 100644 index 00000000..34f4474b --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/hardened_clay_lime.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_lime" + } +} diff --git a/1.12.2/assets/minecraft/models/block/hardened_clay_magenta.json b/1.12.2/assets/minecraft/models/block/hardened_clay_magenta.json new file mode 100644 index 00000000..69e09448 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/hardened_clay_magenta.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_magenta" + } +} diff --git a/1.12.2/assets/minecraft/models/block/hardened_clay_orange.json b/1.12.2/assets/minecraft/models/block/hardened_clay_orange.json new file mode 100644 index 00000000..6feb8673 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/hardened_clay_orange.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_orange" + } +} diff --git a/1.12.2/assets/minecraft/models/block/hardened_clay_pink.json b/1.12.2/assets/minecraft/models/block/hardened_clay_pink.json new file mode 100644 index 00000000..20afb21a --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/hardened_clay_pink.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_pink" + } +} diff --git a/1.12.2/assets/minecraft/models/block/hardened_clay_purple.json b/1.12.2/assets/minecraft/models/block/hardened_clay_purple.json new file mode 100644 index 00000000..a5865ec8 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/hardened_clay_purple.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_purple" + } +} diff --git a/1.12.2/assets/minecraft/models/block/hardened_clay_red.json b/1.12.2/assets/minecraft/models/block/hardened_clay_red.json new file mode 100644 index 00000000..77c34ebe --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/hardened_clay_red.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_red" + } +} diff --git a/1.12.2/assets/minecraft/models/block/hardened_clay_silver.json b/1.12.2/assets/minecraft/models/block/hardened_clay_silver.json new file mode 100644 index 00000000..88e0d8b7 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/hardened_clay_silver.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_silver" + } +} diff --git a/1.12.2/assets/minecraft/models/block/hardened_clay_white.json b/1.12.2/assets/minecraft/models/block/hardened_clay_white.json new file mode 100644 index 00000000..5af1046e --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/hardened_clay_white.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_white" + } +} diff --git a/1.12.2/assets/minecraft/models/block/hardened_clay_yellow.json b/1.12.2/assets/minecraft/models/block/hardened_clay_yellow.json new file mode 100644 index 00000000..f1564534 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/hardened_clay_yellow.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_yellow" + } +} diff --git a/1.12.2/assets/minecraft/models/block/hay.json b/1.12.2/assets/minecraft/models/block/hay.json new file mode 100644 index 00000000..542ffc0b --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/hay.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/hay_block_top", + "side": "blocks/hay_block_side" + } +} diff --git a/1.12.2/assets/minecraft/models/block/heavy_pressure_plate_down.json b/1.12.2/assets/minecraft/models/block/heavy_pressure_plate_down.json new file mode 100644 index 00000000..ce663096 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/heavy_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_down", + "textures": { + "texture": "blocks/iron_block" + } +} diff --git a/1.12.2/assets/minecraft/models/block/heavy_pressure_plate_up.json b/1.12.2/assets/minecraft/models/block/heavy_pressure_plate_up.json new file mode 100644 index 00000000..308eb16a --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/heavy_pressure_plate_up.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_up", + "textures": { + "texture": "blocks/iron_block" + } +} diff --git a/1.12.2/assets/minecraft/models/block/hopper_down.json b/1.12.2/assets/minecraft/models/block/hopper_down.json new file mode 100644 index 00000000..1c3c5c10 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/hopper_down.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/hopper_side.json b/1.12.2/assets/minecraft/models/block/hopper_side.json new file mode 100644 index 00000000..78e0d9ce --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/hopper_side.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/houstonia.json b/1.12.2/assets/minecraft/models/block/houstonia.json new file mode 100644 index 00000000..ca9b3443 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/houstonia.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/flower_houstonia" + } +} diff --git a/1.12.2/assets/minecraft/models/block/ice.json b/1.12.2/assets/minecraft/models/block/ice.json new file mode 100644 index 00000000..2b94adaf --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/ice.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/ice" + } +} diff --git a/1.12.2/assets/minecraft/models/block/inner_stairs.json b/1.12.2/assets/minecraft/models/block/inner_stairs.json new file mode 100644 index 00000000..51c02e23 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/inner_stairs.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/iron_bars_cap.json b/1.12.2/assets/minecraft/models/block/iron_bars_cap.json new file mode 100644 index 00000000..a5559b5e --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/iron_bars_cap.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/iron_bars_cap_alt.json b/1.12.2/assets/minecraft/models/block/iron_bars_cap_alt.json new file mode 100644 index 00000000..e5d1874e --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/iron_bars_cap_alt.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/iron_bars_post.json b/1.12.2/assets/minecraft/models/block/iron_bars_post.json new file mode 100644 index 00000000..b3aa9ab1 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/iron_bars_post.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/iron_bars_post_ends.json b/1.12.2/assets/minecraft/models/block/iron_bars_post_ends.json new file mode 100644 index 00000000..0462aa23 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/iron_bars_post_ends.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/iron_bars_side.json b/1.12.2/assets/minecraft/models/block/iron_bars_side.json new file mode 100644 index 00000000..bcc857a9 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/iron_bars_side.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/iron_bars_side_alt.json b/1.12.2/assets/minecraft/models/block/iron_bars_side_alt.json new file mode 100644 index 00000000..d43f5852 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/iron_bars_side_alt.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/iron_block.json b/1.12.2/assets/minecraft/models/block/iron_block.json new file mode 100644 index 00000000..3ed6c885 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/iron_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/iron_block" + } +} diff --git a/1.12.2/assets/minecraft/models/block/iron_door_bottom.json b/1.12.2/assets/minecraft/models/block/iron_door_bottom.json new file mode 100644 index 00000000..013cf584 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/iron_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom", + "textures": { + "bottom": "blocks/door_iron_lower", + "top": "blocks/door_iron_upper" + } +} diff --git a/1.12.2/assets/minecraft/models/block/iron_door_bottom_rh.json b/1.12.2/assets/minecraft/models/block/iron_door_bottom_rh.json new file mode 100644 index 00000000..2cf3325f --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/iron_door_bottom_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom_rh", + "textures": { + "bottom": "blocks/door_iron_lower", + "top": "blocks/door_iron_upper" + } +} diff --git a/1.12.2/assets/minecraft/models/block/iron_door_top.json b/1.12.2/assets/minecraft/models/block/iron_door_top.json new file mode 100644 index 00000000..1e4acbd0 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/iron_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top", + "textures": { + "bottom": "blocks/door_iron_lower", + "top": "blocks/door_iron_upper" + } +} diff --git a/1.12.2/assets/minecraft/models/block/iron_door_top_rh.json b/1.12.2/assets/minecraft/models/block/iron_door_top_rh.json new file mode 100644 index 00000000..a42460c6 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/iron_door_top_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top_rh", + "textures": { + "bottom": "blocks/door_iron_lower", + "top": "blocks/door_iron_upper" + } +} diff --git a/1.12.2/assets/minecraft/models/block/iron_ore.json b/1.12.2/assets/minecraft/models/block/iron_ore.json new file mode 100644 index 00000000..a6d9f1f6 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/iron_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/iron_ore" + } +} diff --git a/1.12.2/assets/minecraft/models/block/iron_trapdoor_bottom.json b/1.12.2/assets/minecraft/models/block/iron_trapdoor_bottom.json new file mode 100644 index 00000000..548d0305 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/iron_trapdoor_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/trapdoor_bottom", + "textures": { + "texture": "blocks/iron_trapdoor" + } +} diff --git a/1.12.2/assets/minecraft/models/block/iron_trapdoor_open.json b/1.12.2/assets/minecraft/models/block/iron_trapdoor_open.json new file mode 100644 index 00000000..eca9e15d --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/iron_trapdoor_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/trapdoor_open", + "textures": { + "texture": "blocks/iron_trapdoor" + } +} diff --git a/1.12.2/assets/minecraft/models/block/iron_trapdoor_top.json b/1.12.2/assets/minecraft/models/block/iron_trapdoor_top.json new file mode 100644 index 00000000..04deb335 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/iron_trapdoor_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/trapdoor_top", + "textures": { + "texture": "blocks/iron_trapdoor" + } +} diff --git a/1.12.2/assets/minecraft/models/block/item_frame.json b/1.12.2/assets/minecraft/models/block/item_frame.json new file mode 100644 index 00000000..cc12c8df --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/item_frame.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/item_frame_map.json b/1.12.2/assets/minecraft/models/block/item_frame_map.json new file mode 100644 index 00000000..9d025635 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/item_frame_map.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/jukebox.json b/1.12.2/assets/minecraft/models/block/jukebox.json new file mode 100644 index 00000000..d03e64a9 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/jukebox.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_top", + "textures": { + "top": "blocks/jukebox_top", + "side": "blocks/jukebox_side" + } +} diff --git a/1.12.2/assets/minecraft/models/block/jungle_bark.json b/1.12.2/assets/minecraft/models/block/jungle_bark.json new file mode 100644 index 00000000..a9e95ea7 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/jungle_bark.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/log_jungle" + } +} diff --git a/1.12.2/assets/minecraft/models/block/jungle_door_bottom.json b/1.12.2/assets/minecraft/models/block/jungle_door_bottom.json new file mode 100644 index 00000000..ae05da16 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/jungle_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom", + "textures": { + "bottom": "blocks/door_jungle_lower", + "top": "blocks/door_jungle_upper" + } +} diff --git a/1.12.2/assets/minecraft/models/block/jungle_door_bottom_rh.json b/1.12.2/assets/minecraft/models/block/jungle_door_bottom_rh.json new file mode 100644 index 00000000..0aefd361 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/jungle_door_bottom_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom_rh", + "textures": { + "bottom": "blocks/door_jungle_lower", + "top": "blocks/door_jungle_upper" + } +} diff --git a/1.12.2/assets/minecraft/models/block/jungle_door_top.json b/1.12.2/assets/minecraft/models/block/jungle_door_top.json new file mode 100644 index 00000000..5c19f889 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/jungle_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top", + "textures": { + "bottom": "blocks/door_jungle_lower", + "top": "blocks/door_jungle_upper" + } +} diff --git a/1.12.2/assets/minecraft/models/block/jungle_door_top_rh.json b/1.12.2/assets/minecraft/models/block/jungle_door_top_rh.json new file mode 100644 index 00000000..df0dd9ec --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/jungle_door_top_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top_rh", + "textures": { + "bottom": "blocks/door_jungle_lower", + "top": "blocks/door_jungle_upper" + } +} diff --git a/1.12.2/assets/minecraft/models/block/jungle_fence_gate_closed.json b/1.12.2/assets/minecraft/models/block/jungle_fence_gate_closed.json new file mode 100644 index 00000000..675a2099 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/jungle_fence_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_gate_closed", + "textures": { + "texture": "blocks/planks_jungle" + } +} diff --git a/1.12.2/assets/minecraft/models/block/jungle_fence_gate_open.json b/1.12.2/assets/minecraft/models/block/jungle_fence_gate_open.json new file mode 100644 index 00000000..aaa0c23c --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/jungle_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_gate_open", + "textures": { + "texture": "blocks/planks_jungle" + } +} diff --git a/1.12.2/assets/minecraft/models/block/jungle_fence_inventory.json b/1.12.2/assets/minecraft/models/block/jungle_fence_inventory.json new file mode 100644 index 00000000..2ca9ac24 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/jungle_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_inventory", + "textures": { + "texture": "blocks/planks_jungle" + } +} diff --git a/1.12.2/assets/minecraft/models/block/jungle_fence_post.json b/1.12.2/assets/minecraft/models/block/jungle_fence_post.json new file mode 100644 index 00000000..d7afc334 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/jungle_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_post", + "textures": { + "texture": "blocks/planks_jungle" + } +} diff --git a/1.12.2/assets/minecraft/models/block/jungle_fence_side.json b/1.12.2/assets/minecraft/models/block/jungle_fence_side.json new file mode 100644 index 00000000..37ade2eb --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/jungle_fence_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_side", + "textures": { + "texture": "blocks/planks_jungle" + } +} diff --git a/1.12.2/assets/minecraft/models/block/jungle_inner_stairs.json b/1.12.2/assets/minecraft/models/block/jungle_inner_stairs.json new file mode 100644 index 00000000..754bea08 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/jungle_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/planks_jungle", + "top": "blocks/planks_jungle", + "side": "blocks/planks_jungle" + } +} diff --git a/1.12.2/assets/minecraft/models/block/jungle_leaves.json b/1.12.2/assets/minecraft/models/block/jungle_leaves.json new file mode 100644 index 00000000..c50a077b --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/jungle_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "block/leaves", + "textures": { + "all": "blocks/leaves_jungle" + } +} diff --git a/1.12.2/assets/minecraft/models/block/jungle_log.json b/1.12.2/assets/minecraft/models/block/jungle_log.json new file mode 100644 index 00000000..5be31e72 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/jungle_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/log_jungle_top", + "side": "blocks/log_jungle" + } +} diff --git a/1.12.2/assets/minecraft/models/block/jungle_outer_stairs.json b/1.12.2/assets/minecraft/models/block/jungle_outer_stairs.json new file mode 100644 index 00000000..012678cb --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/jungle_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/planks_jungle", + "top": "blocks/planks_jungle", + "side": "blocks/planks_jungle" + } +} diff --git a/1.12.2/assets/minecraft/models/block/jungle_planks.json b/1.12.2/assets/minecraft/models/block/jungle_planks.json new file mode 100644 index 00000000..cd0cf692 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/jungle_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/planks_jungle" + } +} diff --git a/1.12.2/assets/minecraft/models/block/jungle_sapling.json b/1.12.2/assets/minecraft/models/block/jungle_sapling.json new file mode 100644 index 00000000..c100003f --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/jungle_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/sapling_jungle" + } +} diff --git a/1.12.2/assets/minecraft/models/block/jungle_stairs.json b/1.12.2/assets/minecraft/models/block/jungle_stairs.json new file mode 100644 index 00000000..78a5d049 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/jungle_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/planks_jungle", + "top": "blocks/planks_jungle", + "side": "blocks/planks_jungle" + } +} diff --git a/1.12.2/assets/minecraft/models/block/jungle_wall_gate_closed.json b/1.12.2/assets/minecraft/models/block/jungle_wall_gate_closed.json new file mode 100644 index 00000000..5ce26796 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/jungle_wall_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_gate_closed", + "textures": { + "texture": "blocks/planks_jungle" + } +} diff --git a/1.12.2/assets/minecraft/models/block/jungle_wall_gate_open.json b/1.12.2/assets/minecraft/models/block/jungle_wall_gate_open.json new file mode 100644 index 00000000..807d2cda --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/jungle_wall_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_gate_open", + "textures": { + "texture": "blocks/planks_jungle" + } +} diff --git a/1.12.2/assets/minecraft/models/block/ladder.json b/1.12.2/assets/minecraft/models/block/ladder.json new file mode 100644 index 00000000..cc3e470b --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/ladder.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/lapis_block.json b/1.12.2/assets/minecraft/models/block/lapis_block.json new file mode 100644 index 00000000..7eae7bd6 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/lapis_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/lapis_block" + } +} diff --git a/1.12.2/assets/minecraft/models/block/lapis_ore.json b/1.12.2/assets/minecraft/models/block/lapis_ore.json new file mode 100644 index 00000000..ddc9a0a3 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/lapis_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/lapis_ore" + } +} diff --git a/1.12.2/assets/minecraft/models/block/leaves.json b/1.12.2/assets/minecraft/models/block/leaves.json new file mode 100644 index 00000000..722173fd --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/leaves.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/lever.json b/1.12.2/assets/minecraft/models/block/lever.json new file mode 100644 index 00000000..03719ac6 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/lever.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/lever_off.json b/1.12.2/assets/minecraft/models/block/lever_off.json new file mode 100644 index 00000000..d5684f3e --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/lever_off.json @@ -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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/light_blue_concrete.json b/1.12.2/assets/minecraft/models/block/light_blue_concrete.json new file mode 100644 index 00000000..8787faa8 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/light_blue_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/concrete_light_blue" + } +} diff --git a/1.12.2/assets/minecraft/models/block/light_blue_concrete_powder.json b/1.12.2/assets/minecraft/models/block/light_blue_concrete_powder.json new file mode 100644 index 00000000..61909e59 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/light_blue_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/concrete_powder_light_blue" + } +} diff --git a/1.12.2/assets/minecraft/models/block/light_blue_glazed_terracotta.json b/1.12.2/assets/minecraft/models/block/light_blue_glazed_terracotta.json new file mode 100644 index 00000000..7f663143 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/light_blue_glazed_terracotta.json @@ -0,0 +1,7 @@ +{ + "parent": "block/glazed_terracotta", + "textures": { + "particle": "blocks/glazed_terracotta_light_blue", + "pattern": "blocks/glazed_terracotta_light_blue" + } +} diff --git a/1.12.2/assets/minecraft/models/block/light_blue_stained_glass_pane_noside.json b/1.12.2/assets/minecraft/models/block/light_blue_stained_glass_pane_noside.json new file mode 100644 index 00000000..962ae9ed --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/light_blue_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside", + "textures": { + "pane": "blocks/glass_light_blue" + } +} diff --git a/1.12.2/assets/minecraft/models/block/light_blue_stained_glass_pane_noside_alt.json b/1.12.2/assets/minecraft/models/block/light_blue_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..838c403c --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/light_blue_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside_alt", + "textures": { + "pane": "blocks/glass_light_blue" + } +} diff --git a/1.12.2/assets/minecraft/models/block/light_blue_stained_glass_pane_post.json b/1.12.2/assets/minecraft/models/block/light_blue_stained_glass_pane_post.json new file mode 100644 index 00000000..f0a42d6b --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/light_blue_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_post", + "textures": { + "edge": "blocks/glass_pane_top_light_blue", + "pane": "blocks/glass_light_blue" + } +} diff --git a/1.12.2/assets/minecraft/models/block/light_blue_stained_glass_pane_side.json b/1.12.2/assets/minecraft/models/block/light_blue_stained_glass_pane_side.json new file mode 100644 index 00000000..f057069c --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/light_blue_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side", + "textures": { + "edge": "blocks/glass_pane_top_light_blue", + "pane": "blocks/glass_light_blue" + } +} diff --git a/1.12.2/assets/minecraft/models/block/light_blue_stained_glass_pane_side_alt.json b/1.12.2/assets/minecraft/models/block/light_blue_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..e6d940a8 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/light_blue_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side_alt", + "textures": { + "edge": "blocks/glass_pane_top_light_blue", + "pane": "blocks/glass_light_blue" + } +} diff --git a/1.12.2/assets/minecraft/models/block/light_blue_wool.json b/1.12.2/assets/minecraft/models/block/light_blue_wool.json new file mode 100644 index 00000000..f8dedf14 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/light_blue_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_light_blue" + } +} diff --git a/1.12.2/assets/minecraft/models/block/light_pressure_plate_down.json b/1.12.2/assets/minecraft/models/block/light_pressure_plate_down.json new file mode 100644 index 00000000..4d34cb7d --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/light_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_down", + "textures": { + "texture": "blocks/gold_block" + } +} diff --git a/1.12.2/assets/minecraft/models/block/light_pressure_plate_up.json b/1.12.2/assets/minecraft/models/block/light_pressure_plate_up.json new file mode 100644 index 00000000..3552757d --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/light_pressure_plate_up.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_up", + "textures": { + "texture": "blocks/gold_block" + } +} diff --git a/1.12.2/assets/minecraft/models/block/lime_concrete.json b/1.12.2/assets/minecraft/models/block/lime_concrete.json new file mode 100644 index 00000000..4b2e2b14 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/lime_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/concrete_lime" + } +} diff --git a/1.12.2/assets/minecraft/models/block/lime_concrete_powder.json b/1.12.2/assets/minecraft/models/block/lime_concrete_powder.json new file mode 100644 index 00000000..e009dba2 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/lime_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/concrete_powder_lime" + } +} diff --git a/1.12.2/assets/minecraft/models/block/lime_glazed_terracotta.json b/1.12.2/assets/minecraft/models/block/lime_glazed_terracotta.json new file mode 100644 index 00000000..b67115f2 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/lime_glazed_terracotta.json @@ -0,0 +1,7 @@ +{ + "parent": "block/glazed_terracotta", + "textures": { + "particle": "blocks/glazed_terracotta_lime", + "pattern": "blocks/glazed_terracotta_lime" + } +} diff --git a/1.12.2/assets/minecraft/models/block/lime_stained_glass_pane_noside.json b/1.12.2/assets/minecraft/models/block/lime_stained_glass_pane_noside.json new file mode 100644 index 00000000..d502ca97 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/lime_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside", + "textures": { + "pane": "blocks/glass_lime" + } +} diff --git a/1.12.2/assets/minecraft/models/block/lime_stained_glass_pane_noside_alt.json b/1.12.2/assets/minecraft/models/block/lime_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..47e7b201 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/lime_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside_alt", + "textures": { + "pane": "blocks/glass_lime" + } +} diff --git a/1.12.2/assets/minecraft/models/block/lime_stained_glass_pane_post.json b/1.12.2/assets/minecraft/models/block/lime_stained_glass_pane_post.json new file mode 100644 index 00000000..6a109ee2 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/lime_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_post", + "textures": { + "edge": "blocks/glass_pane_top_lime", + "pane": "blocks/glass_lime" + } +} diff --git a/1.12.2/assets/minecraft/models/block/lime_stained_glass_pane_side.json b/1.12.2/assets/minecraft/models/block/lime_stained_glass_pane_side.json new file mode 100644 index 00000000..59c9dd54 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/lime_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side", + "textures": { + "edge": "blocks/glass_pane_top_lime", + "pane": "blocks/glass_lime" + } +} diff --git a/1.12.2/assets/minecraft/models/block/lime_stained_glass_pane_side_alt.json b/1.12.2/assets/minecraft/models/block/lime_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..0bb8d6bb --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/lime_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side_alt", + "textures": { + "edge": "blocks/glass_pane_top_lime", + "pane": "blocks/glass_lime" + } +} diff --git a/1.12.2/assets/minecraft/models/block/lime_wool.json b/1.12.2/assets/minecraft/models/block/lime_wool.json new file mode 100644 index 00000000..6cc935c0 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/lime_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_lime" + } +} diff --git a/1.12.2/assets/minecraft/models/block/lit_furnace.json b/1.12.2/assets/minecraft/models/block/lit_furnace.json new file mode 100644 index 00000000..7617cb7e --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/lit_furnace.json @@ -0,0 +1,8 @@ +{ + "parent": "block/orientable", + "textures": { + "top": "blocks/furnace_top", + "front": "blocks/furnace_front_on", + "side": "blocks/furnace_side" + } +} diff --git a/1.12.2/assets/minecraft/models/block/lit_pumpkin.json b/1.12.2/assets/minecraft/models/block/lit_pumpkin.json new file mode 100644 index 00000000..1f52c2a8 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/lit_pumpkin.json @@ -0,0 +1,8 @@ +{ + "parent": "block/orientable", + "textures": { + "top": "blocks/pumpkin_top", + "front": "blocks/pumpkin_face_on", + "side": "blocks/pumpkin_side" + } +} diff --git a/1.12.2/assets/minecraft/models/block/lit_redstone_lamp.json b/1.12.2/assets/minecraft/models/block/lit_redstone_lamp.json new file mode 100644 index 00000000..922a7229 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/lit_redstone_lamp.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/redstone_lamp_on" + } +} diff --git a/1.12.2/assets/minecraft/models/block/lit_redstone_ore.json b/1.12.2/assets/minecraft/models/block/lit_redstone_ore.json new file mode 100644 index 00000000..8285da66 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/lit_redstone_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/redstone_ore" + } +} diff --git a/1.12.2/assets/minecraft/models/block/lit_redstone_torch.json b/1.12.2/assets/minecraft/models/block/lit_redstone_torch.json new file mode 100644 index 00000000..2e658bcc --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/lit_redstone_torch.json @@ -0,0 +1,6 @@ +{ + "parent": "block/torch", + "textures": { + "torch": "blocks/redstone_torch_on" + } +} diff --git a/1.12.2/assets/minecraft/models/block/lit_redstone_torch_wall.json b/1.12.2/assets/minecraft/models/block/lit_redstone_torch_wall.json new file mode 100644 index 00000000..42417e0b --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/lit_redstone_torch_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "block/torch_wall", + "textures": { + "torch": "blocks/redstone_torch_on" + } +} diff --git a/1.12.2/assets/minecraft/models/block/magenta_concrete.json b/1.12.2/assets/minecraft/models/block/magenta_concrete.json new file mode 100644 index 00000000..eeed0873 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/magenta_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/concrete_magenta" + } +} diff --git a/1.12.2/assets/minecraft/models/block/magenta_concrete_powder.json b/1.12.2/assets/minecraft/models/block/magenta_concrete_powder.json new file mode 100644 index 00000000..69b9df2c --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/magenta_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/concrete_powder_magenta" + } +} diff --git a/1.12.2/assets/minecraft/models/block/magenta_glazed_terracotta.json b/1.12.2/assets/minecraft/models/block/magenta_glazed_terracotta.json new file mode 100644 index 00000000..09859df5 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/magenta_glazed_terracotta.json @@ -0,0 +1,7 @@ +{ + "parent": "block/glazed_terracotta", + "textures": { + "particle": "blocks/glazed_terracotta_magenta", + "pattern": "blocks/glazed_terracotta_magenta" + } +} diff --git a/1.12.2/assets/minecraft/models/block/magenta_stained_glass_pane_noside.json b/1.12.2/assets/minecraft/models/block/magenta_stained_glass_pane_noside.json new file mode 100644 index 00000000..39dcdd05 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/magenta_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside", + "textures": { + "pane": "blocks/glass_magenta" + } +} diff --git a/1.12.2/assets/minecraft/models/block/magenta_stained_glass_pane_noside_alt.json b/1.12.2/assets/minecraft/models/block/magenta_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..aea8a6bb --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/magenta_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside_alt", + "textures": { + "pane": "blocks/glass_magenta" + } +} diff --git a/1.12.2/assets/minecraft/models/block/magenta_stained_glass_pane_post.json b/1.12.2/assets/minecraft/models/block/magenta_stained_glass_pane_post.json new file mode 100644 index 00000000..6831e1f1 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/magenta_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_post", + "textures": { + "edge": "blocks/glass_pane_top_magenta", + "pane": "blocks/glass_magenta" + } +} diff --git a/1.12.2/assets/minecraft/models/block/magenta_stained_glass_pane_side.json b/1.12.2/assets/minecraft/models/block/magenta_stained_glass_pane_side.json new file mode 100644 index 00000000..b525d6c7 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/magenta_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side", + "textures": { + "edge": "blocks/glass_pane_top_magenta", + "pane": "blocks/glass_magenta" + } +} diff --git a/1.12.2/assets/minecraft/models/block/magenta_stained_glass_pane_side_alt.json b/1.12.2/assets/minecraft/models/block/magenta_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..cedb4410 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/magenta_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side_alt", + "textures": { + "edge": "blocks/glass_pane_top_magenta", + "pane": "blocks/glass_magenta" + } +} diff --git a/1.12.2/assets/minecraft/models/block/magenta_wool.json b/1.12.2/assets/minecraft/models/block/magenta_wool.json new file mode 100644 index 00000000..310faa61 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/magenta_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_magenta" + } +} diff --git a/1.12.2/assets/minecraft/models/block/magma.json b/1.12.2/assets/minecraft/models/block/magma.json new file mode 100644 index 00000000..144c5221 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/magma.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/magma" + } +} diff --git a/1.12.2/assets/minecraft/models/block/melon.json b/1.12.2/assets/minecraft/models/block/melon.json new file mode 100644 index 00000000..5ddc9bbd --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/melon.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/melon_top", + "side": "blocks/melon_side" + } +} diff --git a/1.12.2/assets/minecraft/models/block/melon_stem_fruit.json b/1.12.2/assets/minecraft/models/block/melon_stem_fruit.json new file mode 100644 index 00000000..4a9805be --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/melon_stem_fruit.json @@ -0,0 +1,7 @@ +{ + "parent": "block/stem_fruit", + "textures": { + "stem": "blocks/melon_stem_disconnected", + "upperstem": "blocks/melon_stem_connected" + } +} diff --git a/1.12.2/assets/minecraft/models/block/melon_stem_growth0.json b/1.12.2/assets/minecraft/models/block/melon_stem_growth0.json new file mode 100644 index 00000000..d6737d03 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/melon_stem_growth0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth0", + "textures": { + "stem": "blocks/melon_stem_disconnected" + } +} diff --git a/1.12.2/assets/minecraft/models/block/melon_stem_growth1.json b/1.12.2/assets/minecraft/models/block/melon_stem_growth1.json new file mode 100644 index 00000000..f194f089 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/melon_stem_growth1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth1", + "textures": { + "stem": "blocks/melon_stem_disconnected" + } +} diff --git a/1.12.2/assets/minecraft/models/block/melon_stem_growth2.json b/1.12.2/assets/minecraft/models/block/melon_stem_growth2.json new file mode 100644 index 00000000..868e1fa0 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/melon_stem_growth2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth2", + "textures": { + "stem": "blocks/melon_stem_disconnected" + } +} diff --git a/1.12.2/assets/minecraft/models/block/melon_stem_growth3.json b/1.12.2/assets/minecraft/models/block/melon_stem_growth3.json new file mode 100644 index 00000000..af65a4f9 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/melon_stem_growth3.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth3", + "textures": { + "stem": "blocks/melon_stem_disconnected" + } +} diff --git a/1.12.2/assets/minecraft/models/block/melon_stem_growth4.json b/1.12.2/assets/minecraft/models/block/melon_stem_growth4.json new file mode 100644 index 00000000..b36e8997 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/melon_stem_growth4.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth4", + "textures": { + "stem": "blocks/melon_stem_disconnected" + } +} diff --git a/1.12.2/assets/minecraft/models/block/melon_stem_growth5.json b/1.12.2/assets/minecraft/models/block/melon_stem_growth5.json new file mode 100644 index 00000000..91b5aced --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/melon_stem_growth5.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth5", + "textures": { + "stem": "blocks/melon_stem_disconnected" + } +} diff --git a/1.12.2/assets/minecraft/models/block/melon_stem_growth6.json b/1.12.2/assets/minecraft/models/block/melon_stem_growth6.json new file mode 100644 index 00000000..a21d49b7 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/melon_stem_growth6.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth6", + "textures": { + "stem": "blocks/melon_stem_disconnected" + } +} diff --git a/1.12.2/assets/minecraft/models/block/melon_stem_growth7.json b/1.12.2/assets/minecraft/models/block/melon_stem_growth7.json new file mode 100644 index 00000000..5dd35aef --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/melon_stem_growth7.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth7", + "textures": { + "stem": "blocks/melon_stem_disconnected" + } +} diff --git a/1.12.2/assets/minecraft/models/block/mob_spawner_cage.json b/1.12.2/assets/minecraft/models/block/mob_spawner_cage.json new file mode 100644 index 00000000..39db5d53 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/mob_spawner_cage.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/mob_spawner" + } +} diff --git a/1.12.2/assets/minecraft/models/block/mossy_cobblestone.json b/1.12.2/assets/minecraft/models/block/mossy_cobblestone.json new file mode 100644 index 00000000..fe56fa56 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/mossy_cobblestone.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/cobblestone_mossy" + } +} diff --git a/1.12.2/assets/minecraft/models/block/mossy_cobblestone_wall_post.json b/1.12.2/assets/minecraft/models/block/mossy_cobblestone_wall_post.json new file mode 100644 index 00000000..e3e00d03 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/mossy_cobblestone_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_post", + "textures": { + "wall": "blocks/cobblestone_mossy" + } +} diff --git a/1.12.2/assets/minecraft/models/block/mossy_cobblestone_wall_side.json b/1.12.2/assets/minecraft/models/block/mossy_cobblestone_wall_side.json new file mode 100644 index 00000000..d2ca914a --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/mossy_cobblestone_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_side", + "textures": { + "wall": "blocks/cobblestone_mossy" + } +} diff --git a/1.12.2/assets/minecraft/models/block/mycelium.json b/1.12.2/assets/minecraft/models/block/mycelium.json new file mode 100644 index 00000000..de2246f8 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/mycelium.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "blocks/dirt", + "top": "blocks/mycelium_top", + "side": "blocks/mycelium_side" + } +} diff --git a/1.12.2/assets/minecraft/models/block/nether_brick.json b/1.12.2/assets/minecraft/models/block/nether_brick.json new file mode 100644 index 00000000..dd1b2961 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/nether_brick.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/nether_brick" + } +} diff --git a/1.12.2/assets/minecraft/models/block/nether_brick_fence_inventory.json b/1.12.2/assets/minecraft/models/block/nether_brick_fence_inventory.json new file mode 100644 index 00000000..a9ed5c6f --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/nether_brick_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_inventory", + "textures": { + "texture": "blocks/nether_brick" + } +} diff --git a/1.12.2/assets/minecraft/models/block/nether_brick_fence_post.json b/1.12.2/assets/minecraft/models/block/nether_brick_fence_post.json new file mode 100644 index 00000000..111c1aef --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/nether_brick_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_post", + "textures": { + "texture": "blocks/nether_brick" + } +} diff --git a/1.12.2/assets/minecraft/models/block/nether_brick_fence_side.json b/1.12.2/assets/minecraft/models/block/nether_brick_fence_side.json new file mode 100644 index 00000000..89e27542 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/nether_brick_fence_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_side", + "textures": { + "texture": "blocks/nether_brick" + } +} diff --git a/1.12.2/assets/minecraft/models/block/nether_brick_inner_stairs.json b/1.12.2/assets/minecraft/models/block/nether_brick_inner_stairs.json new file mode 100644 index 00000000..5b1471ac --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/nether_brick_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/nether_brick", + "top": "blocks/nether_brick", + "side": "blocks/nether_brick" + } +} diff --git a/1.12.2/assets/minecraft/models/block/nether_brick_outer_stairs.json b/1.12.2/assets/minecraft/models/block/nether_brick_outer_stairs.json new file mode 100644 index 00000000..a9f5b98e --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/nether_brick_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/nether_brick", + "top": "blocks/nether_brick", + "side": "blocks/nether_brick" + } +} diff --git a/1.12.2/assets/minecraft/models/block/nether_brick_stairs.json b/1.12.2/assets/minecraft/models/block/nether_brick_stairs.json new file mode 100644 index 00000000..3e59a447 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/nether_brick_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/nether_brick", + "top": "blocks/nether_brick", + "side": "blocks/nether_brick" + } +} diff --git a/1.12.2/assets/minecraft/models/block/nether_wart_block.json b/1.12.2/assets/minecraft/models/block/nether_wart_block.json new file mode 100644 index 00000000..8685a325 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/nether_wart_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/nether_wart_block" + } +} diff --git a/1.12.2/assets/minecraft/models/block/nether_wart_stage0.json b/1.12.2/assets/minecraft/models/block/nether_wart_stage0.json new file mode 100644 index 00000000..d155e2bb --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/nether_wart_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/nether_wart_stage_0" + } +} diff --git a/1.12.2/assets/minecraft/models/block/nether_wart_stage1.json b/1.12.2/assets/minecraft/models/block/nether_wart_stage1.json new file mode 100644 index 00000000..80be1625 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/nether_wart_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/nether_wart_stage_1" + } +} diff --git a/1.12.2/assets/minecraft/models/block/nether_wart_stage2.json b/1.12.2/assets/minecraft/models/block/nether_wart_stage2.json new file mode 100644 index 00000000..2ddadef5 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/nether_wart_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/nether_wart_stage_2" + } +} diff --git a/1.12.2/assets/minecraft/models/block/netherrack.json b/1.12.2/assets/minecraft/models/block/netherrack.json new file mode 100644 index 00000000..92108464 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/netherrack.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/netherrack" + } +} diff --git a/1.12.2/assets/minecraft/models/block/normal_rail_curved.json b/1.12.2/assets/minecraft/models/block/normal_rail_curved.json new file mode 100644 index 00000000..c8501073 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/normal_rail_curved.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_curved", + "textures": { + "rail": "blocks/rail_normal_turned" + } +} diff --git a/1.12.2/assets/minecraft/models/block/normal_rail_flat.json b/1.12.2/assets/minecraft/models/block/normal_rail_flat.json new file mode 100644 index 00000000..37317907 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/normal_rail_flat.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_flat", + "textures": { + "rail": "blocks/rail_normal" + } +} diff --git a/1.12.2/assets/minecraft/models/block/normal_rail_raised_ne.json b/1.12.2/assets/minecraft/models/block/normal_rail_raised_ne.json new file mode 100644 index 00000000..7f137e65 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/normal_rail_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_ne", + "textures": { + "rail": "blocks/rail_normal" + } +} diff --git a/1.12.2/assets/minecraft/models/block/normal_rail_raised_sw.json b/1.12.2/assets/minecraft/models/block/normal_rail_raised_sw.json new file mode 100644 index 00000000..cdbd10cb --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/normal_rail_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_sw", + "textures": { + "rail": "blocks/rail_normal" + } +} diff --git a/1.12.2/assets/minecraft/models/block/normal_torch.json b/1.12.2/assets/minecraft/models/block/normal_torch.json new file mode 100644 index 00000000..67596466 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/normal_torch.json @@ -0,0 +1,6 @@ +{ + "parent": "block/torch", + "textures": { + "torch": "blocks/torch_on" + } +} diff --git a/1.12.2/assets/minecraft/models/block/normal_torch_wall.json b/1.12.2/assets/minecraft/models/block/normal_torch_wall.json new file mode 100644 index 00000000..beec30e9 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/normal_torch_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "block/torch_wall", + "textures": { + "torch": "blocks/torch_on" + } +} diff --git a/1.12.2/assets/minecraft/models/block/noteblock.json b/1.12.2/assets/minecraft/models/block/noteblock.json new file mode 100644 index 00000000..deffbc88 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/noteblock.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/noteblock" + } +} diff --git a/1.12.2/assets/minecraft/models/block/oak_bark.json b/1.12.2/assets/minecraft/models/block/oak_bark.json new file mode 100644 index 00000000..6c1c1cdb --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/oak_bark.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/log_oak" + } +} diff --git a/1.12.2/assets/minecraft/models/block/oak_fence_gate_closed.json b/1.12.2/assets/minecraft/models/block/oak_fence_gate_closed.json new file mode 100644 index 00000000..2978a794 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/oak_fence_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_gate_closed", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/1.12.2/assets/minecraft/models/block/oak_fence_gate_open.json b/1.12.2/assets/minecraft/models/block/oak_fence_gate_open.json new file mode 100644 index 00000000..a9d15440 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/oak_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_gate_open", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/1.12.2/assets/minecraft/models/block/oak_fence_inventory.json b/1.12.2/assets/minecraft/models/block/oak_fence_inventory.json new file mode 100644 index 00000000..7375ac31 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/oak_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_inventory", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/1.12.2/assets/minecraft/models/block/oak_fence_post.json b/1.12.2/assets/minecraft/models/block/oak_fence_post.json new file mode 100644 index 00000000..f5133247 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/oak_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_post", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/1.12.2/assets/minecraft/models/block/oak_fence_side.json b/1.12.2/assets/minecraft/models/block/oak_fence_side.json new file mode 100644 index 00000000..042d1802 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/oak_fence_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_side", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/1.12.2/assets/minecraft/models/block/oak_inner_stairs.json b/1.12.2/assets/minecraft/models/block/oak_inner_stairs.json new file mode 100644 index 00000000..09c79600 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/oak_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/planks_oak", + "top": "blocks/planks_oak", + "side": "blocks/planks_oak" + } +} diff --git a/1.12.2/assets/minecraft/models/block/oak_leaves.json b/1.12.2/assets/minecraft/models/block/oak_leaves.json new file mode 100644 index 00000000..3c0a1a7c --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/oak_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "block/leaves", + "textures": { + "all": "blocks/leaves_oak" + } +} diff --git a/1.12.2/assets/minecraft/models/block/oak_log.json b/1.12.2/assets/minecraft/models/block/oak_log.json new file mode 100644 index 00000000..f58239ca --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/oak_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/log_oak_top", + "side": "blocks/log_oak" + } +} diff --git a/1.12.2/assets/minecraft/models/block/oak_outer_stairs.json b/1.12.2/assets/minecraft/models/block/oak_outer_stairs.json new file mode 100644 index 00000000..b5672ec2 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/oak_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/planks_oak", + "top": "blocks/planks_oak", + "side": "blocks/planks_oak" + } +} diff --git a/1.12.2/assets/minecraft/models/block/oak_planks.json b/1.12.2/assets/minecraft/models/block/oak_planks.json new file mode 100644 index 00000000..28d32ff3 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/oak_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/planks_oak" + } +} diff --git a/1.12.2/assets/minecraft/models/block/oak_sapling.json b/1.12.2/assets/minecraft/models/block/oak_sapling.json new file mode 100644 index 00000000..c0ab14a7 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/oak_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/sapling_oak" + } +} diff --git a/1.12.2/assets/minecraft/models/block/oak_stairs.json b/1.12.2/assets/minecraft/models/block/oak_stairs.json new file mode 100644 index 00000000..d883c853 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/oak_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/planks_oak", + "top": "blocks/planks_oak", + "side": "blocks/planks_oak" + } +} diff --git a/1.12.2/assets/minecraft/models/block/oak_wall_gate_closed.json b/1.12.2/assets/minecraft/models/block/oak_wall_gate_closed.json new file mode 100644 index 00000000..e06923d6 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/oak_wall_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_gate_closed", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/1.12.2/assets/minecraft/models/block/oak_wall_gate_open.json b/1.12.2/assets/minecraft/models/block/oak_wall_gate_open.json new file mode 100644 index 00000000..d8bcd0cd --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/oak_wall_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_gate_open", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/1.12.2/assets/minecraft/models/block/observer.json b/1.12.2/assets/minecraft/models/block/observer.json new file mode 100644 index 00000000..8ef43251 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/observer.json @@ -0,0 +1,23 @@ +{ + "parent": "block/block", + "textures": { + "bottom": "blocks/observer_back", + "side": "blocks/observer_side", + "top": "blocks/observer_top", + "front": "blocks/observer_front", + "particle": "blocks/observer_front" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#top", "cullface": "down" }, + "up": { "uv": [ 0, 16, 16, 0 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#front", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "east" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/observer_powered.json b/1.12.2/assets/minecraft/models/block/observer_powered.json new file mode 100644 index 00000000..8643fb36 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/observer_powered.json @@ -0,0 +1,6 @@ +{ + "parent": "block/observer", + "textures": { + "bottom": "blocks/observer_back_lit" + } +} diff --git a/1.12.2/assets/minecraft/models/block/obsidian.json b/1.12.2/assets/minecraft/models/block/obsidian.json new file mode 100644 index 00000000..47dee09d --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/obsidian.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/obsidian" + } +} diff --git a/1.12.2/assets/minecraft/models/block/orange_concrete.json b/1.12.2/assets/minecraft/models/block/orange_concrete.json new file mode 100644 index 00000000..62948ec4 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/orange_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/concrete_orange" + } +} diff --git a/1.12.2/assets/minecraft/models/block/orange_concrete_powder.json b/1.12.2/assets/minecraft/models/block/orange_concrete_powder.json new file mode 100644 index 00000000..8b602ec2 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/orange_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/concrete_powder_orange" + } +} diff --git a/1.12.2/assets/minecraft/models/block/orange_glazed_terracotta.json b/1.12.2/assets/minecraft/models/block/orange_glazed_terracotta.json new file mode 100644 index 00000000..143ab2e9 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/orange_glazed_terracotta.json @@ -0,0 +1,7 @@ +{ + "parent": "block/glazed_terracotta", + "textures": { + "particle": "blocks/glazed_terracotta_orange", + "pattern": "blocks/glazed_terracotta_orange" + } +} diff --git a/1.12.2/assets/minecraft/models/block/orange_stained_glass_pane_noside.json b/1.12.2/assets/minecraft/models/block/orange_stained_glass_pane_noside.json new file mode 100644 index 00000000..9932d831 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/orange_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside", + "textures": { + "pane": "blocks/glass_orange" + } +} diff --git a/1.12.2/assets/minecraft/models/block/orange_stained_glass_pane_noside_alt.json b/1.12.2/assets/minecraft/models/block/orange_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..2802a324 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/orange_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside_alt", + "textures": { + "pane": "blocks/glass_orange" + } +} diff --git a/1.12.2/assets/minecraft/models/block/orange_stained_glass_pane_post.json b/1.12.2/assets/minecraft/models/block/orange_stained_glass_pane_post.json new file mode 100644 index 00000000..a285ebb6 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/orange_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_post", + "textures": { + "edge": "blocks/glass_pane_top_orange", + "pane": "blocks/glass_orange" + } +} diff --git a/1.12.2/assets/minecraft/models/block/orange_stained_glass_pane_side.json b/1.12.2/assets/minecraft/models/block/orange_stained_glass_pane_side.json new file mode 100644 index 00000000..88b9f4ad --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/orange_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side", + "textures": { + "edge": "blocks/glass_pane_top_orange", + "pane": "blocks/glass_orange" + } +} diff --git a/1.12.2/assets/minecraft/models/block/orange_stained_glass_pane_side_alt.json b/1.12.2/assets/minecraft/models/block/orange_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..4a0011f7 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/orange_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side_alt", + "textures": { + "edge": "blocks/glass_pane_top_orange", + "pane": "blocks/glass_orange" + } +} diff --git a/1.12.2/assets/minecraft/models/block/orange_tulip.json b/1.12.2/assets/minecraft/models/block/orange_tulip.json new file mode 100644 index 00000000..d7d34665 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/orange_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/flower_tulip_orange" + } +} diff --git a/1.12.2/assets/minecraft/models/block/orange_wool.json b/1.12.2/assets/minecraft/models/block/orange_wool.json new file mode 100644 index 00000000..aa8dc147 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/orange_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_orange" + } +} diff --git a/1.12.2/assets/minecraft/models/block/orchid.json b/1.12.2/assets/minecraft/models/block/orchid.json new file mode 100644 index 00000000..031880bf --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/orchid.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/flower_blue_orchid" + } +} diff --git a/1.12.2/assets/minecraft/models/block/orientable.json b/1.12.2/assets/minecraft/models/block/orientable.json new file mode 100644 index 00000000..23647ea1 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/orientable.json @@ -0,0 +1,19 @@ +{ + "parent": "block/cube", + "display": { + "firstperson_righthand": { + "rotation": [ 0, 135, 0 ], + "translation": [ 0, 0, 0 ], + "scale": [ 0.40, 0.40, 0.40 ] + } + }, + "textures": { + "particle": "#front", + "down": "#top", + "up": "#top", + "north": "#front", + "east": "#side", + "south": "#side", + "west": "#side" + } +} diff --git a/1.12.2/assets/minecraft/models/block/orientable_vertical.json b/1.12.2/assets/minecraft/models/block/orientable_vertical.json new file mode 100644 index 00000000..5fb2223a --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/orientable_vertical.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "#side", + "down": "#side", + "up": "#front", + "north": "#side", + "east": "#side", + "south": "#side", + "west": "#side" + } +} diff --git a/1.12.2/assets/minecraft/models/block/outer_stairs.json b/1.12.2/assets/minecraft/models/block/outer_stairs.json new file mode 100644 index 00000000..26fb37f0 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/outer_stairs.json @@ -0,0 +1,29 @@ +{ + "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, 8 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 8, 0, 16, 8 ], "texture": "#bottom", "cullface": "down" }, + "up": { "uv": [ 8, 8, 16, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 0, 0, 8, 8 ], "texture": "#side" }, + "south": { "uv": [ 8, 0, 16, 8 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 8, 0, 16, 8 ], "texture": "#side" }, + "east": { "uv": [ 0, 0, 8, 8 ], "texture": "#side", "cullface": "east" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/packed_ice.json b/1.12.2/assets/minecraft/models/block/packed_ice.json new file mode 100644 index 00000000..3cc22a2f --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/packed_ice.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/ice_packed" + } +} diff --git a/1.12.2/assets/minecraft/models/block/pane_noside.json b/1.12.2/assets/minecraft/models/block/pane_noside.json new file mode 100644 index 00000000..af16ff94 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/pane_noside.json @@ -0,0 +1,14 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#pane" + }, + "elements": [ + { "from": [ 7, 0, 7 ], + "to": [ 9, 16, 9 ], + "faces": { + "north": { "uv": [ 9, 0, 7, 16 ], "texture": "#pane" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/pane_noside_alt.json b/1.12.2/assets/minecraft/models/block/pane_noside_alt.json new file mode 100644 index 00000000..771d6942 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/pane_noside_alt.json @@ -0,0 +1,14 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#pane" + }, + "elements": [ + { "from": [ 7, 0, 7 ], + "to": [ 9, 16, 9 ], + "faces": { + "east": { "uv": [ 7, 0, 9, 16 ], "texture": "#pane" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/pane_post.json b/1.12.2/assets/minecraft/models/block/pane_post.json new file mode 100644 index 00000000..54d7fa88 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/pane_post.json @@ -0,0 +1,15 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#pane" + }, + "elements": [ + { "from": [ 7, 0, 7 ], + "to": [ 9, 16, 9 ], + "faces": { + "down": { "uv": [ 7, 7, 9, 9 ], "texture": "#edge" }, + "up": { "uv": [ 7, 7, 9, 9 ], "texture": "#edge" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/pane_side.json b/1.12.2/assets/minecraft/models/block/pane_side.json new file mode 100644 index 00000000..fae06dcc --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/pane_side.json @@ -0,0 +1,18 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#pane" + }, + "elements": [ + { "from": [ 7, 0, 0 ], + "to": [ 9, 16, 7 ], + "faces": { + "down": { "uv": [ 7, 0, 9, 7 ], "texture": "#edge" }, + "up": { "uv": [ 7, 0, 9, 7 ], "texture": "#edge" }, + "north": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "north" }, + "west": { "uv": [ 16, 0, 9, 16 ], "texture": "#pane" }, + "east": { "uv": [ 9, 0, 16, 16 ], "texture": "#pane" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/pane_side_alt.json b/1.12.2/assets/minecraft/models/block/pane_side_alt.json new file mode 100644 index 00000000..82d0e98e --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/pane_side_alt.json @@ -0,0 +1,18 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#pane" + }, + "elements": [ + { "from": [ 7, 0, 9 ], + "to": [ 9, 16, 16 ], + "faces": { + "down": { "uv": [ 7, 0, 9, 7 ], "texture": "#edge" }, + "up": { "uv": [ 7, 0, 9, 7 ], "texture": "#edge" }, + "south": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "south" }, + "west": { "uv": [ 7, 0, 0, 16 ], "texture": "#pane" }, + "east": { "uv": [ 0, 0, 7, 16 ], "texture": "#pane" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/pink_concrete.json b/1.12.2/assets/minecraft/models/block/pink_concrete.json new file mode 100644 index 00000000..f0913b3d --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/pink_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/concrete_pink" + } +} diff --git a/1.12.2/assets/minecraft/models/block/pink_concrete_powder.json b/1.12.2/assets/minecraft/models/block/pink_concrete_powder.json new file mode 100644 index 00000000..7a742292 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/pink_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/concrete_powder_pink" + } +} diff --git a/1.12.2/assets/minecraft/models/block/pink_glazed_terracotta.json b/1.12.2/assets/minecraft/models/block/pink_glazed_terracotta.json new file mode 100644 index 00000000..b1923a1a --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/pink_glazed_terracotta.json @@ -0,0 +1,7 @@ +{ + "parent": "block/glazed_terracotta", + "textures": { + "particle": "blocks/glazed_terracotta_pink", + "pattern": "blocks/glazed_terracotta_pink" + } +} diff --git a/1.12.2/assets/minecraft/models/block/pink_stained_glass_pane_noside.json b/1.12.2/assets/minecraft/models/block/pink_stained_glass_pane_noside.json new file mode 100644 index 00000000..38ad7791 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/pink_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside", + "textures": { + "pane": "blocks/glass_pink" + } +} diff --git a/1.12.2/assets/minecraft/models/block/pink_stained_glass_pane_noside_alt.json b/1.12.2/assets/minecraft/models/block/pink_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..95f96e63 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/pink_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside_alt", + "textures": { + "pane": "blocks/glass_pink" + } +} diff --git a/1.12.2/assets/minecraft/models/block/pink_stained_glass_pane_post.json b/1.12.2/assets/minecraft/models/block/pink_stained_glass_pane_post.json new file mode 100644 index 00000000..d7c76d4d --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/pink_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_post", + "textures": { + "edge": "blocks/glass_pane_top_pink", + "pane": "blocks/glass_pink" + } +} diff --git a/1.12.2/assets/minecraft/models/block/pink_stained_glass_pane_side.json b/1.12.2/assets/minecraft/models/block/pink_stained_glass_pane_side.json new file mode 100644 index 00000000..4b0e0b49 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/pink_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side", + "textures": { + "edge": "blocks/glass_pane_top_pink", + "pane": "blocks/glass_pink" + } +} diff --git a/1.12.2/assets/minecraft/models/block/pink_stained_glass_pane_side_alt.json b/1.12.2/assets/minecraft/models/block/pink_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..147f0c7b --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/pink_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side_alt", + "textures": { + "edge": "blocks/glass_pane_top_pink", + "pane": "blocks/glass_pink" + } +} diff --git a/1.12.2/assets/minecraft/models/block/pink_tulip.json b/1.12.2/assets/minecraft/models/block/pink_tulip.json new file mode 100644 index 00000000..9cef0d39 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/pink_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/flower_tulip_pink" + } +} diff --git a/1.12.2/assets/minecraft/models/block/pink_wool.json b/1.12.2/assets/minecraft/models/block/pink_wool.json new file mode 100644 index 00000000..4aadbad6 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/pink_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_pink" + } +} diff --git a/1.12.2/assets/minecraft/models/block/piston.json b/1.12.2/assets/minecraft/models/block/piston.json new file mode 100644 index 00000000..83b4e18a --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/piston.json @@ -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", "rotation": 180, "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#platform", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "rotation": 270, "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "rotation": 90, "cullface": "east" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/piston_extended.json b/1.12.2/assets/minecraft/models/block/piston_extended.json new file mode 100644 index 00000000..45e04a30 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/piston_extended.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#side" + }, + "elements": [ + { "from": [ 0, 0, 4 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 4, 16, 16 ], "texture": "#side", "cullface": "down", "rotation": 180 }, + "up": { "uv": [ 0, 4, 16, 16 ], "texture": "#side", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#inside" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "south" }, + "west": { "uv": [ 0, 4, 16, 16 ], "texture": "#side", "cullface": "west", "rotation": 270 }, + "east": { "uv": [ 0, 4, 16, 16 ], "texture": "#side", "cullface": "east", "rotation": 90 } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/piston_extended_normal.json b/1.12.2/assets/minecraft/models/block/piston_extended_normal.json new file mode 100644 index 00000000..28420b9d --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/piston_extended_normal.json @@ -0,0 +1,8 @@ +{ + "parent": "block/piston_extended", + "textures": { + "bottom": "blocks/piston_bottom", + "side": "blocks/piston_side", + "inside": "blocks/piston_inner" + } +} diff --git a/1.12.2/assets/minecraft/models/block/piston_head.json b/1.12.2/assets/minecraft/models/block/piston_head.json new file mode 100644 index 00000000..f4fcb910 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/piston_head.json @@ -0,0 +1,27 @@ +{ + "textures": { + "particle": "#platform" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 4 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "down", "rotation": 180 }, + "up": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#platform", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#unsticky" }, + "west": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 270, "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 90, "cullface": "east" } + } + }, + { "from": [ 6, 6, 4 ], + "to": [ 10, 10, 20 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 270 }, + "west": { "uv": [ 16, 4, 0, 0 ], "texture": "#side" }, + "east": { "uv": [ 0, 0, 16, 4 ], "texture": "#side" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/piston_head_normal.json b/1.12.2/assets/minecraft/models/block/piston_head_normal.json new file mode 100644 index 00000000..330c8488 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/piston_head_normal.json @@ -0,0 +1,8 @@ +{ + "parent": "block/piston_head", + "textures": { + "unsticky": "blocks/piston_top_normal", + "side": "blocks/piston_side", + "platform": "blocks/piston_top_normal" + } +} diff --git a/1.12.2/assets/minecraft/models/block/piston_head_short.json b/1.12.2/assets/minecraft/models/block/piston_head_short.json new file mode 100644 index 00000000..cdbe9e12 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/piston_head_short.json @@ -0,0 +1,27 @@ +{ + "textures": { + "particle": "#platform" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 4 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "down", "rotation": 180 }, + "up": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#platform", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#unsticky" }, + "west": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 270, "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 90, "cullface": "east" } + } + }, + { "from": [ 6, 6, 4 ], + "to": [ 10, 10, 16 ], + "faces": { + "down": { "uv": [ 4, 0, 16, 4 ], "texture": "#side", "rotation": 90 }, + "up": { "uv": [ 4, 0, 16, 4 ], "texture": "#side", "rotation": 270 }, + "west": { "uv": [ 16, 4, 4, 0 ], "texture": "#side" }, + "east": { "uv": [ 4, 0, 16, 4 ], "texture": "#side" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/piston_head_short_normal.json b/1.12.2/assets/minecraft/models/block/piston_head_short_normal.json new file mode 100644 index 00000000..06013209 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/piston_head_short_normal.json @@ -0,0 +1,8 @@ +{ + "parent": "block/piston_head_short", + "textures": { + "unsticky": "blocks/piston_top_normal", + "side": "blocks/piston_side", + "platform": "blocks/piston_top_normal" + } +} diff --git a/1.12.2/assets/minecraft/models/block/piston_head_short_sticky.json b/1.12.2/assets/minecraft/models/block/piston_head_short_sticky.json new file mode 100644 index 00000000..c4fe4d74 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/piston_head_short_sticky.json @@ -0,0 +1,8 @@ +{ + "parent": "block/piston_head_short", + "textures": { + "unsticky": "blocks/piston_top_normal", + "side": "blocks/piston_side", + "platform": "blocks/piston_top_sticky" + } +} diff --git a/1.12.2/assets/minecraft/models/block/piston_head_sticky.json b/1.12.2/assets/minecraft/models/block/piston_head_sticky.json new file mode 100644 index 00000000..fc6bb20f --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/piston_head_sticky.json @@ -0,0 +1,8 @@ +{ + "parent": "block/piston_head", + "textures": { + "unsticky": "blocks/piston_top_normal", + "side": "blocks/piston_side", + "platform": "blocks/piston_top_sticky" + } +} diff --git a/1.12.2/assets/minecraft/models/block/piston_inventory_normal.json b/1.12.2/assets/minecraft/models/block/piston_inventory_normal.json new file mode 100644 index 00000000..c094e009 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/piston_inventory_normal.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "blocks/piston_bottom", + "side": "blocks/piston_side", + "top": "blocks/piston_top_normal" + } +} diff --git a/1.12.2/assets/minecraft/models/block/piston_inventory_sticky.json b/1.12.2/assets/minecraft/models/block/piston_inventory_sticky.json new file mode 100644 index 00000000..f9eeb7ef --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/piston_inventory_sticky.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "blocks/piston_bottom", + "side": "blocks/piston_side", + "top": "blocks/piston_top_sticky" + } +} diff --git a/1.12.2/assets/minecraft/models/block/piston_normal.json b/1.12.2/assets/minecraft/models/block/piston_normal.json new file mode 100644 index 00000000..9f0c65e3 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/piston_normal.json @@ -0,0 +1,8 @@ +{ + "parent": "block/piston", + "textures": { + "bottom": "blocks/piston_bottom", + "side": "blocks/piston_side", + "platform": "blocks/piston_top_normal" + } +} diff --git a/1.12.2/assets/minecraft/models/block/podzol.json b/1.12.2/assets/minecraft/models/block/podzol.json new file mode 100644 index 00000000..90b9369a --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/podzol.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "blocks/dirt", + "top": "blocks/dirt_podzol_top", + "side": "blocks/dirt_podzol_side" + } +} diff --git a/1.12.2/assets/minecraft/models/block/poppy.json b/1.12.2/assets/minecraft/models/block/poppy.json new file mode 100644 index 00000000..b79edb63 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/poppy.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/flower_rose" + } +} diff --git a/1.12.2/assets/minecraft/models/block/portal_ew.json b/1.12.2/assets/minecraft/models/block/portal_ew.json new file mode 100644 index 00000000..81484889 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/portal_ew.json @@ -0,0 +1,15 @@ +{ + "textures": { + "particle": "blocks/portal", + "portal": "blocks/portal" + }, + "elements": [ + { "from": [ 6, 0, 0 ], + "to": [ 10, 16, 16 ], + "faces": { + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#portal" }, + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#portal" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/portal_ns.json b/1.12.2/assets/minecraft/models/block/portal_ns.json new file mode 100644 index 00000000..8af9808f --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/portal_ns.json @@ -0,0 +1,15 @@ +{ + "textures": { + "particle": "blocks/portal", + "portal": "blocks/portal" + }, + "elements": [ + { "from": [ 0, 0, 6 ], + "to": [ 16, 16, 10 ], + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#portal" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#portal" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/potatoes_stage0.json b/1.12.2/assets/minecraft/models/block/potatoes_stage0.json new file mode 100644 index 00000000..26a54f01 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/potatoes_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/potatoes_stage_0" + } +} diff --git a/1.12.2/assets/minecraft/models/block/potatoes_stage1.json b/1.12.2/assets/minecraft/models/block/potatoes_stage1.json new file mode 100644 index 00000000..8eb64e6e --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/potatoes_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/potatoes_stage_1" + } +} diff --git a/1.12.2/assets/minecraft/models/block/potatoes_stage2.json b/1.12.2/assets/minecraft/models/block/potatoes_stage2.json new file mode 100644 index 00000000..0cc9c874 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/potatoes_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/potatoes_stage_2" + } +} diff --git a/1.12.2/assets/minecraft/models/block/potatoes_stage3.json b/1.12.2/assets/minecraft/models/block/potatoes_stage3.json new file mode 100644 index 00000000..5aca6390 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/potatoes_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/potatoes_stage_3" + } +} diff --git a/1.12.2/assets/minecraft/models/block/pressure_plate_down.json b/1.12.2/assets/minecraft/models/block/pressure_plate_down.json new file mode 100644 index 00000000..db6e6ba6 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/pressure_plate_down.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 1, 0, 1 ], + "to": [ 15, 0.5, 15 ], + "faces": { + "down": { "uv": [ 1, 1, 15, 15 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 1, 1, 15, 15 ], "texture": "#texture" }, + "north": { "uv": [ 1, 15, 15, 15.5 ], "texture": "#texture" }, + "south": { "uv": [ 1, 15, 15, 15.5 ], "texture": "#texture" }, + "west": { "uv": [ 1, 15, 15, 15.5 ], "texture": "#texture" }, + "east": { "uv": [ 1, 15, 15, 15.5 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/pressure_plate_up.json b/1.12.2/assets/minecraft/models/block/pressure_plate_up.json new file mode 100644 index 00000000..689fbe4f --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/pressure_plate_up.json @@ -0,0 +1,18 @@ +{ "parent": "block/thin_block", + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 1, 0, 1 ], + "to": [ 15, 1, 15 ], + "faces": { + "down": { "uv": [ 1, 1, 15, 15 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 1, 1, 15, 15 ], "texture": "#texture" }, + "north": { "uv": [ 1, 15, 15, 16 ], "texture": "#texture" }, + "south": { "uv": [ 1, 15, 15, 16 ], "texture": "#texture" }, + "west": { "uv": [ 1, 15, 15, 16 ], "texture": "#texture" }, + "east": { "uv": [ 1, 15, 15, 16 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/prismarine_bricks.json b/1.12.2/assets/minecraft/models/block/prismarine_bricks.json new file mode 100644 index 00000000..572b27bd --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/prismarine_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/prismarine_bricks" + } +} diff --git a/1.12.2/assets/minecraft/models/block/prismarine_dark.json b/1.12.2/assets/minecraft/models/block/prismarine_dark.json new file mode 100644 index 00000000..611d9a8a --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/prismarine_dark.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/prismarine_dark" + } +} diff --git a/1.12.2/assets/minecraft/models/block/prismarine_rough.json b/1.12.2/assets/minecraft/models/block/prismarine_rough.json new file mode 100644 index 00000000..5be63007 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/prismarine_rough.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/prismarine_rough" + } +} diff --git a/1.12.2/assets/minecraft/models/block/pumpkin.json b/1.12.2/assets/minecraft/models/block/pumpkin.json new file mode 100644 index 00000000..8ac2d79f --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/pumpkin.json @@ -0,0 +1,8 @@ +{ + "parent": "block/orientable", + "textures": { + "top": "blocks/pumpkin_top", + "front": "blocks/pumpkin_face_off", + "side": "blocks/pumpkin_side" + } +} diff --git a/1.12.2/assets/minecraft/models/block/pumpkin_stem_fruit.json b/1.12.2/assets/minecraft/models/block/pumpkin_stem_fruit.json new file mode 100644 index 00000000..ea00b659 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/pumpkin_stem_fruit.json @@ -0,0 +1,7 @@ +{ + "parent": "block/stem_fruit", + "textures": { + "stem": "blocks/pumpkin_stem_disconnected", + "upperstem": "blocks/pumpkin_stem_connected" + } +} diff --git a/1.12.2/assets/minecraft/models/block/pumpkin_stem_growth0.json b/1.12.2/assets/minecraft/models/block/pumpkin_stem_growth0.json new file mode 100644 index 00000000..34758d38 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/pumpkin_stem_growth0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth0", + "textures": { + "stem": "blocks/pumpkin_stem_disconnected" + } +} diff --git a/1.12.2/assets/minecraft/models/block/pumpkin_stem_growth1.json b/1.12.2/assets/minecraft/models/block/pumpkin_stem_growth1.json new file mode 100644 index 00000000..21f87cc4 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/pumpkin_stem_growth1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth1", + "textures": { + "stem": "blocks/pumpkin_stem_disconnected" + } +} diff --git a/1.12.2/assets/minecraft/models/block/pumpkin_stem_growth2.json b/1.12.2/assets/minecraft/models/block/pumpkin_stem_growth2.json new file mode 100644 index 00000000..f021a6dc --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/pumpkin_stem_growth2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth2", + "textures": { + "stem": "blocks/pumpkin_stem_disconnected" + } +} diff --git a/1.12.2/assets/minecraft/models/block/pumpkin_stem_growth3.json b/1.12.2/assets/minecraft/models/block/pumpkin_stem_growth3.json new file mode 100644 index 00000000..ad045471 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/pumpkin_stem_growth3.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth3", + "textures": { + "stem": "blocks/pumpkin_stem_disconnected" + } +} diff --git a/1.12.2/assets/minecraft/models/block/pumpkin_stem_growth4.json b/1.12.2/assets/minecraft/models/block/pumpkin_stem_growth4.json new file mode 100644 index 00000000..5daa8591 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/pumpkin_stem_growth4.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth4", + "textures": { + "stem": "blocks/pumpkin_stem_disconnected" + } +} diff --git a/1.12.2/assets/minecraft/models/block/pumpkin_stem_growth5.json b/1.12.2/assets/minecraft/models/block/pumpkin_stem_growth5.json new file mode 100644 index 00000000..8fde351c --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/pumpkin_stem_growth5.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth5", + "textures": { + "stem": "blocks/pumpkin_stem_disconnected" + } +} diff --git a/1.12.2/assets/minecraft/models/block/pumpkin_stem_growth6.json b/1.12.2/assets/minecraft/models/block/pumpkin_stem_growth6.json new file mode 100644 index 00000000..e428d4cd --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/pumpkin_stem_growth6.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth6", + "textures": { + "stem": "blocks/pumpkin_stem_disconnected" + } +} diff --git a/1.12.2/assets/minecraft/models/block/pumpkin_stem_growth7.json b/1.12.2/assets/minecraft/models/block/pumpkin_stem_growth7.json new file mode 100644 index 00000000..43c721a1 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/pumpkin_stem_growth7.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth7", + "textures": { + "stem": "blocks/pumpkin_stem_disconnected" + } +} diff --git a/1.12.2/assets/minecraft/models/block/purple_concrete.json b/1.12.2/assets/minecraft/models/block/purple_concrete.json new file mode 100644 index 00000000..0e7d4b29 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/purple_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/concrete_purple" + } +} diff --git a/1.12.2/assets/minecraft/models/block/purple_concrete_powder.json b/1.12.2/assets/minecraft/models/block/purple_concrete_powder.json new file mode 100644 index 00000000..5a1be02c --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/purple_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/concrete_powder_purple" + } +} diff --git a/1.12.2/assets/minecraft/models/block/purple_glazed_terracotta.json b/1.12.2/assets/minecraft/models/block/purple_glazed_terracotta.json new file mode 100644 index 00000000..c2365336 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/purple_glazed_terracotta.json @@ -0,0 +1,7 @@ +{ + "parent": "block/glazed_terracotta", + "textures": { + "particle": "blocks/glazed_terracotta_purple", + "pattern": "blocks/glazed_terracotta_purple" + } +} diff --git a/1.12.2/assets/minecraft/models/block/purple_stained_glass_pane_noside.json b/1.12.2/assets/minecraft/models/block/purple_stained_glass_pane_noside.json new file mode 100644 index 00000000..2ceb730f --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/purple_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside", + "textures": { + "pane": "blocks/glass_purple" + } +} diff --git a/1.12.2/assets/minecraft/models/block/purple_stained_glass_pane_noside_alt.json b/1.12.2/assets/minecraft/models/block/purple_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..c819c2e7 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/purple_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside_alt", + "textures": { + "pane": "blocks/glass_purple" + } +} diff --git a/1.12.2/assets/minecraft/models/block/purple_stained_glass_pane_post.json b/1.12.2/assets/minecraft/models/block/purple_stained_glass_pane_post.json new file mode 100644 index 00000000..2a91b1d7 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/purple_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_post", + "textures": { + "edge": "blocks/glass_pane_top_purple", + "pane": "blocks/glass_purple" + } +} diff --git a/1.12.2/assets/minecraft/models/block/purple_stained_glass_pane_side.json b/1.12.2/assets/minecraft/models/block/purple_stained_glass_pane_side.json new file mode 100644 index 00000000..b7c0e35a --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/purple_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side", + "textures": { + "edge": "blocks/glass_pane_top_purple", + "pane": "blocks/glass_purple" + } +} diff --git a/1.12.2/assets/minecraft/models/block/purple_stained_glass_pane_side_alt.json b/1.12.2/assets/minecraft/models/block/purple_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..7e2370e2 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/purple_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side_alt", + "textures": { + "edge": "blocks/glass_pane_top_purple", + "pane": "blocks/glass_purple" + } +} diff --git a/1.12.2/assets/minecraft/models/block/purple_wool.json b/1.12.2/assets/minecraft/models/block/purple_wool.json new file mode 100644 index 00000000..2c503189 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/purple_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_purple" + } +} diff --git a/1.12.2/assets/minecraft/models/block/purpur_block.json b/1.12.2/assets/minecraft/models/block/purpur_block.json new file mode 100644 index 00000000..1ac4652e --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/purpur_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/purpur_block" + } +} diff --git a/1.12.2/assets/minecraft/models/block/purpur_inner_stairs.json b/1.12.2/assets/minecraft/models/block/purpur_inner_stairs.json new file mode 100644 index 00000000..5ea5de27 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/purpur_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/purpur_block", + "top": "blocks/purpur_block", + "side": "blocks/purpur_block" + } +} diff --git a/1.12.2/assets/minecraft/models/block/purpur_outer_stairs.json b/1.12.2/assets/minecraft/models/block/purpur_outer_stairs.json new file mode 100644 index 00000000..05431efd --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/purpur_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/purpur_block", + "top": "blocks/purpur_block", + "side": "blocks/purpur_block" + } +} diff --git a/1.12.2/assets/minecraft/models/block/purpur_pillar_top.json b/1.12.2/assets/minecraft/models/block/purpur_pillar_top.json new file mode 100644 index 00000000..4f02e8f4 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/purpur_pillar_top.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/purpur_pillar_top", + "side": "blocks/purpur_pillar" + } +} diff --git a/1.12.2/assets/minecraft/models/block/purpur_stairs.json b/1.12.2/assets/minecraft/models/block/purpur_stairs.json new file mode 100644 index 00000000..5bd3a014 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/purpur_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/purpur_block", + "top": "blocks/purpur_block", + "side": "blocks/purpur_block" + } +} diff --git a/1.12.2/assets/minecraft/models/block/quartz_chiseled.json b/1.12.2/assets/minecraft/models/block/quartz_chiseled.json new file mode 100644 index 00000000..25819d71 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/quartz_chiseled.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "side": "blocks/quartz_block_chiseled", + "end": "blocks/quartz_block_chiseled_top" + } +} diff --git a/1.12.2/assets/minecraft/models/block/quartz_inner_stairs.json b/1.12.2/assets/minecraft/models/block/quartz_inner_stairs.json new file mode 100644 index 00000000..5b6903a3 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/quartz_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/quartz_block_bottom", + "top": "blocks/quartz_block_top", + "side": "blocks/quartz_block_side" + } +} diff --git a/1.12.2/assets/minecraft/models/block/quartz_lines.json b/1.12.2/assets/minecraft/models/block/quartz_lines.json new file mode 100644 index 00000000..fa2de862 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/quartz_lines.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/quartz_block_lines_top", + "side": "blocks/quartz_block_lines" + } +} diff --git a/1.12.2/assets/minecraft/models/block/quartz_normal.json b/1.12.2/assets/minecraft/models/block/quartz_normal.json new file mode 100644 index 00000000..de04c92c --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/quartz_normal.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "blocks/quartz_block_bottom", + "top": "blocks/quartz_block_top", + "side": "blocks/quartz_block_side" + } +} diff --git a/1.12.2/assets/minecraft/models/block/quartz_ore.json b/1.12.2/assets/minecraft/models/block/quartz_ore.json new file mode 100644 index 00000000..b9c850b6 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/quartz_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/quartz_ore" + } +} diff --git a/1.12.2/assets/minecraft/models/block/quartz_outer_stairs.json b/1.12.2/assets/minecraft/models/block/quartz_outer_stairs.json new file mode 100644 index 00000000..975ae92c --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/quartz_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/quartz_block_bottom", + "top": "blocks/quartz_block_top", + "side": "blocks/quartz_block_side" + } +} diff --git a/1.12.2/assets/minecraft/models/block/quartz_stairs.json b/1.12.2/assets/minecraft/models/block/quartz_stairs.json new file mode 100644 index 00000000..448e4d55 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/quartz_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/quartz_block_bottom", + "top": "blocks/quartz_block_top", + "side": "blocks/quartz_block_side" + } +} diff --git a/1.12.2/assets/minecraft/models/block/quartz_top.json b/1.12.2/assets/minecraft/models/block/quartz_top.json new file mode 100644 index 00000000..e5ddc317 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/quartz_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/quartz_block_top" + } +} diff --git a/1.12.2/assets/minecraft/models/block/rail_curved.json b/1.12.2/assets/minecraft/models/block/rail_curved.json new file mode 100644 index 00000000..299a44ba --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/rail_curved.json @@ -0,0 +1,15 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#rail" + }, + "elements": [ + { "from": [ 0, 1, 0 ], + "to": [ 16, 1, 16 ], + "faces": { + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#rail" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#rail" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/rail_flat.json b/1.12.2/assets/minecraft/models/block/rail_flat.json new file mode 100644 index 00000000..299a44ba --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/rail_flat.json @@ -0,0 +1,15 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#rail" + }, + "elements": [ + { "from": [ 0, 1, 0 ], + "to": [ 16, 1, 16 ], + "faces": { + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#rail" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#rail" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/rail_raised_ne.json b/1.12.2/assets/minecraft/models/block/rail_raised_ne.json new file mode 100644 index 00000000..a92e4603 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/rail_raised_ne.json @@ -0,0 +1,21 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#rail" + }, + "elements": [ + { "from": [ 0, 9, 0 ], + "to": [ 16, 9, 16 ], + "rotation": { + "origin": [ 8, 9, 8 ], + "axis": "x", + "angle": 45, + "rescale": true + }, + "faces": { + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#rail" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#rail" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/rail_raised_sw.json b/1.12.2/assets/minecraft/models/block/rail_raised_sw.json new file mode 100644 index 00000000..dddc3562 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/rail_raised_sw.json @@ -0,0 +1,21 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#rail" + }, + "elements": [ + { "from": [ 0, 9, 0 ], + "to": [ 16, 9, 16 ], + "rotation": { + "origin": [ 8, 9, 8 ], + "axis": "x", + "angle": -45, + "rescale": true + }, + "faces": { + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#rail" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#rail" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/red_concrete.json b/1.12.2/assets/minecraft/models/block/red_concrete.json new file mode 100644 index 00000000..22b68535 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/red_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/concrete_red" + } +} diff --git a/1.12.2/assets/minecraft/models/block/red_concrete_powder.json b/1.12.2/assets/minecraft/models/block/red_concrete_powder.json new file mode 100644 index 00000000..0fbaf791 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/red_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/concrete_powder_red" + } +} diff --git a/1.12.2/assets/minecraft/models/block/red_glazed_terracotta.json b/1.12.2/assets/minecraft/models/block/red_glazed_terracotta.json new file mode 100644 index 00000000..e34d05b3 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/red_glazed_terracotta.json @@ -0,0 +1,7 @@ +{ + "parent": "block/glazed_terracotta", + "textures": { + "particle": "blocks/glazed_terracotta_red", + "pattern": "blocks/glazed_terracotta_red" + } +} diff --git a/1.12.2/assets/minecraft/models/block/red_mushroom.json b/1.12.2/assets/minecraft/models/block/red_mushroom.json new file mode 100644 index 00000000..53a7ab11 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/red_mushroom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/mushroom_red" + } +} diff --git a/1.12.2/assets/minecraft/models/block/red_mushroom_block_c.json b/1.12.2/assets/minecraft/models/block/red_mushroom_block_c.json new file mode 100644 index 00000000..8d5dbc5a --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/red_mushroom_block_c.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "blocks/mushroom_block_inside", + "down": "blocks/mushroom_block_inside", + "up": "blocks/mushroom_block_skin_red", + "north": "blocks/mushroom_block_inside", + "east": "blocks/mushroom_block_inside", + "south": "blocks/mushroom_block_inside", + "west": "blocks/mushroom_block_inside" + } +} diff --git a/1.12.2/assets/minecraft/models/block/red_mushroom_block_cap_all.json b/1.12.2/assets/minecraft/models/block/red_mushroom_block_cap_all.json new file mode 100644 index 00000000..63e222b1 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/red_mushroom_block_cap_all.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/mushroom_block_skin_red" + } +} diff --git a/1.12.2/assets/minecraft/models/block/red_mushroom_block_e.json b/1.12.2/assets/minecraft/models/block/red_mushroom_block_e.json new file mode 100644 index 00000000..e81f611c --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/red_mushroom_block_e.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "blocks/mushroom_block_inside", + "down": "blocks/mushroom_block_inside", + "up": "blocks/mushroom_block_skin_red", + "north": "blocks/mushroom_block_inside", + "east": "blocks/mushroom_block_skin_red", + "south": "blocks/mushroom_block_inside", + "west": "blocks/mushroom_block_inside" + } +} diff --git a/1.12.2/assets/minecraft/models/block/red_mushroom_block_inside_all.json b/1.12.2/assets/minecraft/models/block/red_mushroom_block_inside_all.json new file mode 100644 index 00000000..472dc8ab --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/red_mushroom_block_inside_all.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/mushroom_block_inside" + } +} diff --git a/1.12.2/assets/minecraft/models/block/red_mushroom_block_n.json b/1.12.2/assets/minecraft/models/block/red_mushroom_block_n.json new file mode 100644 index 00000000..57d8a3f0 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/red_mushroom_block_n.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "blocks/mushroom_block_inside", + "down": "blocks/mushroom_block_inside", + "up": "blocks/mushroom_block_skin_red", + "north": "blocks/mushroom_block_skin_red", + "east": "blocks/mushroom_block_inside", + "south": "blocks/mushroom_block_inside", + "west": "blocks/mushroom_block_inside" + } +} diff --git a/1.12.2/assets/minecraft/models/block/red_mushroom_block_ne.json b/1.12.2/assets/minecraft/models/block/red_mushroom_block_ne.json new file mode 100644 index 00000000..ea6ad865 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/red_mushroom_block_ne.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "blocks/mushroom_block_inside", + "down": "blocks/mushroom_block_inside", + "up": "blocks/mushroom_block_skin_red", + "north": "blocks/mushroom_block_skin_red", + "east": "blocks/mushroom_block_skin_red", + "south": "blocks/mushroom_block_inside", + "west": "blocks/mushroom_block_inside" + } +} diff --git a/1.12.2/assets/minecraft/models/block/red_mushroom_block_nw.json b/1.12.2/assets/minecraft/models/block/red_mushroom_block_nw.json new file mode 100644 index 00000000..84ff71e3 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/red_mushroom_block_nw.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "blocks/mushroom_block_inside", + "down": "blocks/mushroom_block_inside", + "up": "blocks/mushroom_block_skin_red", + "north": "blocks/mushroom_block_skin_red", + "east": "blocks/mushroom_block_inside", + "south": "blocks/mushroom_block_inside", + "west": "blocks/mushroom_block_skin_red" + } +} diff --git a/1.12.2/assets/minecraft/models/block/red_mushroom_block_s.json b/1.12.2/assets/minecraft/models/block/red_mushroom_block_s.json new file mode 100644 index 00000000..c73f7392 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/red_mushroom_block_s.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "blocks/mushroom_block_inside", + "down": "blocks/mushroom_block_inside", + "up": "blocks/mushroom_block_skin_red", + "north": "blocks/mushroom_block_inside", + "east": "blocks/mushroom_block_inside", + "south": "blocks/mushroom_block_skin_red", + "west": "blocks/mushroom_block_inside" + } +} diff --git a/1.12.2/assets/minecraft/models/block/red_mushroom_block_se.json b/1.12.2/assets/minecraft/models/block/red_mushroom_block_se.json new file mode 100644 index 00000000..2c151d7f --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/red_mushroom_block_se.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "blocks/mushroom_block_inside", + "down": "blocks/mushroom_block_inside", + "up": "blocks/mushroom_block_skin_red", + "north": "blocks/mushroom_block_inside", + "east": "blocks/mushroom_block_skin_red", + "south": "blocks/mushroom_block_skin_red", + "west": "blocks/mushroom_block_inside" + } +} diff --git a/1.12.2/assets/minecraft/models/block/red_mushroom_block_stem.json b/1.12.2/assets/minecraft/models/block/red_mushroom_block_stem.json new file mode 100644 index 00000000..b839c9af --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/red_mushroom_block_stem.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "side": "blocks/mushroom_block_skin_stem", + "end": "blocks/mushroom_block_inside" + } +} diff --git a/1.12.2/assets/minecraft/models/block/red_mushroom_block_stem_all.json b/1.12.2/assets/minecraft/models/block/red_mushroom_block_stem_all.json new file mode 100644 index 00000000..73434e42 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/red_mushroom_block_stem_all.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/mushroom_block_skin_stem" + } +} diff --git a/1.12.2/assets/minecraft/models/block/red_mushroom_block_sw.json b/1.12.2/assets/minecraft/models/block/red_mushroom_block_sw.json new file mode 100644 index 00000000..9ee1f301 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/red_mushroom_block_sw.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "blocks/mushroom_block_inside", + "down": "blocks/mushroom_block_inside", + "up": "blocks/mushroom_block_skin_red", + "north": "blocks/mushroom_block_inside", + "east": "blocks/mushroom_block_inside", + "south": "blocks/mushroom_block_skin_red", + "west": "blocks/mushroom_block_skin_red" + } +} diff --git a/1.12.2/assets/minecraft/models/block/red_mushroom_block_w.json b/1.12.2/assets/minecraft/models/block/red_mushroom_block_w.json new file mode 100644 index 00000000..c4aaa2cb --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/red_mushroom_block_w.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "blocks/mushroom_block_inside", + "down": "blocks/mushroom_block_inside", + "up": "blocks/mushroom_block_skin_red", + "north": "blocks/mushroom_block_inside", + "east": "blocks/mushroom_block_inside", + "south": "blocks/mushroom_block_inside", + "west": "blocks/mushroom_block_skin_red" + } +} diff --git a/1.12.2/assets/minecraft/models/block/red_nether_brick.json b/1.12.2/assets/minecraft/models/block/red_nether_brick.json new file mode 100644 index 00000000..e7844890 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/red_nether_brick.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/red_nether_brick" + } +} diff --git a/1.12.2/assets/minecraft/models/block/red_sand.json b/1.12.2/assets/minecraft/models/block/red_sand.json new file mode 100644 index 00000000..7c72d641 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/red_sand.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/red_sand" + } +} diff --git a/1.12.2/assets/minecraft/models/block/red_sandstone_all.json b/1.12.2/assets/minecraft/models/block/red_sandstone_all.json new file mode 100644 index 00000000..49631ce6 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/red_sandstone_all.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/red_sandstone_top" + } +} diff --git a/1.12.2/assets/minecraft/models/block/red_sandstone_chiseled.json b/1.12.2/assets/minecraft/models/block/red_sandstone_chiseled.json new file mode 100644 index 00000000..cf0a1fcd --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/red_sandstone_chiseled.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/red_sandstone_top", + "side": "blocks/red_sandstone_carved" + } +} diff --git a/1.12.2/assets/minecraft/models/block/red_sandstone_inner_stairs.json b/1.12.2/assets/minecraft/models/block/red_sandstone_inner_stairs.json new file mode 100644 index 00000000..11da043f --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/red_sandstone_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/red_sandstone_bottom", + "top": "blocks/red_sandstone_top", + "side": "blocks/red_sandstone_normal" + } +} diff --git a/1.12.2/assets/minecraft/models/block/red_sandstone_normal.json b/1.12.2/assets/minecraft/models/block/red_sandstone_normal.json new file mode 100644 index 00000000..36e5008f --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/red_sandstone_normal.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "blocks/red_sandstone_bottom", + "top": "blocks/red_sandstone_top", + "side": "blocks/red_sandstone_normal" + } +} diff --git a/1.12.2/assets/minecraft/models/block/red_sandstone_outer_stairs.json b/1.12.2/assets/minecraft/models/block/red_sandstone_outer_stairs.json new file mode 100644 index 00000000..a43de102 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/red_sandstone_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/red_sandstone_bottom", + "top": "blocks/red_sandstone_top", + "side": "blocks/red_sandstone_normal" + } +} diff --git a/1.12.2/assets/minecraft/models/block/red_sandstone_smooth.json b/1.12.2/assets/minecraft/models/block/red_sandstone_smooth.json new file mode 100644 index 00000000..2ec015d7 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/red_sandstone_smooth.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/red_sandstone_top", + "side": "blocks/red_sandstone_smooth" + } +} diff --git a/1.12.2/assets/minecraft/models/block/red_sandstone_stairs.json b/1.12.2/assets/minecraft/models/block/red_sandstone_stairs.json new file mode 100644 index 00000000..dcc94969 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/red_sandstone_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/red_sandstone_bottom", + "top": "blocks/red_sandstone_top", + "side": "blocks/red_sandstone_normal" + } +} diff --git a/1.12.2/assets/minecraft/models/block/red_stained_glass_pane_noside.json b/1.12.2/assets/minecraft/models/block/red_stained_glass_pane_noside.json new file mode 100644 index 00000000..4b9776c1 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/red_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside", + "textures": { + "pane": "blocks/glass_red" + } +} diff --git a/1.12.2/assets/minecraft/models/block/red_stained_glass_pane_noside_alt.json b/1.12.2/assets/minecraft/models/block/red_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..5873f2cc --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/red_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside_alt", + "textures": { + "pane": "blocks/glass_red" + } +} diff --git a/1.12.2/assets/minecraft/models/block/red_stained_glass_pane_post.json b/1.12.2/assets/minecraft/models/block/red_stained_glass_pane_post.json new file mode 100644 index 00000000..7144b49e --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/red_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_post", + "textures": { + "edge": "blocks/glass_pane_top_red", + "pane": "blocks/glass_red" + } +} diff --git a/1.12.2/assets/minecraft/models/block/red_stained_glass_pane_side.json b/1.12.2/assets/minecraft/models/block/red_stained_glass_pane_side.json new file mode 100644 index 00000000..df9d508f --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/red_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side", + "textures": { + "edge": "blocks/glass_pane_top_red", + "pane": "blocks/glass_red" + } +} diff --git a/1.12.2/assets/minecraft/models/block/red_stained_glass_pane_side_alt.json b/1.12.2/assets/minecraft/models/block/red_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..06bd9fa5 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/red_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side_alt", + "textures": { + "edge": "blocks/glass_pane_top_red", + "pane": "blocks/glass_red" + } +} diff --git a/1.12.2/assets/minecraft/models/block/red_tulip.json b/1.12.2/assets/minecraft/models/block/red_tulip.json new file mode 100644 index 00000000..56b41be3 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/red_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/flower_tulip_red" + } +} diff --git a/1.12.2/assets/minecraft/models/block/red_wool.json b/1.12.2/assets/minecraft/models/block/red_wool.json new file mode 100644 index 00000000..da67b188 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/red_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_red" + } +} diff --git a/1.12.2/assets/minecraft/models/block/redstone_block.json b/1.12.2/assets/minecraft/models/block/redstone_block.json new file mode 100644 index 00000000..313e6bdb --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/redstone_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/redstone_block" + } +} diff --git a/1.12.2/assets/minecraft/models/block/redstone_dot.json b/1.12.2/assets/minecraft/models/block/redstone_dot.json new file mode 100644 index 00000000..8df1fb4b --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/redstone_dot.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/redstone_dust_dot", + "line": "blocks/redstone_dust_dot", + "overlay": "blocks/redstone_dust_overlay" + }, + "elements": [ + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16], "texture": "#line", "tintindex": 0 } + } + }, + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/redstone_ore.json b/1.12.2/assets/minecraft/models/block/redstone_ore.json new file mode 100644 index 00000000..8285da66 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/redstone_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/redstone_ore" + } +} diff --git a/1.12.2/assets/minecraft/models/block/redstone_side.json b/1.12.2/assets/minecraft/models/block/redstone_side.json new file mode 100644 index 00000000..1d43cd8f --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/redstone_side.json @@ -0,0 +1,23 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/redstone_dust_dot", + "overlay": "blocks/redstone_dust_overlay" + }, + "elements": [ + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 8 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 8 ], "texture": "#line", "tintindex": 0 } + } + }, + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 8 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 8 ], "texture": "#overlay" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/redstone_side0.json b/1.12.2/assets/minecraft/models/block/redstone_side0.json new file mode 100644 index 00000000..f85900a7 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/redstone_side0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/redstone_side", + "textures": { + "line": "blocks/redstone_dust_line0" + } +} diff --git a/1.12.2/assets/minecraft/models/block/redstone_side1.json b/1.12.2/assets/minecraft/models/block/redstone_side1.json new file mode 100644 index 00000000..bb3a2ae4 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/redstone_side1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/redstone_side", + "textures": { + "line": "blocks/redstone_dust_line1" + } +} diff --git a/1.12.2/assets/minecraft/models/block/redstone_side_alt.json b/1.12.2/assets/minecraft/models/block/redstone_side_alt.json new file mode 100644 index 00000000..a611eed5 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/redstone_side_alt.json @@ -0,0 +1,23 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/redstone_dust_dot", + "overlay": "blocks/redstone_dust_overlay" + }, + "elements": [ + { "from": [ 0, 0.25, 8 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 8, 16, 16 ], "texture": "#line", "tintindex": 0 } + } + }, + { "from": [ 0, 0.25, 8 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 8, 16, 16 ], "texture": "#overlay" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/redstone_side_alt0.json b/1.12.2/assets/minecraft/models/block/redstone_side_alt0.json new file mode 100644 index 00000000..393166ce --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/redstone_side_alt0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/redstone_side_alt", + "textures": { + "line": "blocks/redstone_dust_line0" + } +} diff --git a/1.12.2/assets/minecraft/models/block/redstone_side_alt1.json b/1.12.2/assets/minecraft/models/block/redstone_side_alt1.json new file mode 100644 index 00000000..1b1ca66d --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/redstone_side_alt1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/redstone_side_alt", + "textures": { + "line": "blocks/redstone_dust_line1" + } +} diff --git a/1.12.2/assets/minecraft/models/block/redstone_up.json b/1.12.2/assets/minecraft/models/block/redstone_up.json new file mode 100644 index 00000000..9db309cc --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/redstone_up.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/redstone_dust_dot", + "line": "blocks/redstone_dust_line0", + "overlay": "blocks/redstone_dust_overlay" + }, + "elements": [ + { "from": [ 0, 0, 0.25 ], + "to": [ 16, 16, 0.25 ], + "shade": false, + "faces": { + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.25 ], + "to": [ 16, 16, 0.25 ], + "shade": false, + "faces": { + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/reeds.json b/1.12.2/assets/minecraft/models/block/reeds.json new file mode 100644 index 00000000..250dfd97 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/reeds.json @@ -0,0 +1,6 @@ +{ + "parent": "block/tinted_cross", + "textures": { + "cross": "blocks/reeds" + } +} diff --git a/1.12.2/assets/minecraft/models/block/repeater_1tick.json b/1.12.2/assets/minecraft/models/block/repeater_1tick.json new file mode 100644 index 00000000..d49a67b2 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/repeater_1tick.json @@ -0,0 +1,44 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_off", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_off", + "unlit": "blocks/redstone_torch_off" + }, + "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": [ 7, 2, 6 ], + "to": [ 9, 7, 8 ], + "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, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/repeater_2tick.json b/1.12.2/assets/minecraft/models/block/repeater_2tick.json new file mode 100644 index 00000000..98c94ef5 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/repeater_2tick.json @@ -0,0 +1,44 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_off", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_off", + "unlit": "blocks/redstone_torch_off" + }, + "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": [ 7, 2, 8 ], + "to": [ 9, 7, 10 ], + "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, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/repeater_3tick.json b/1.12.2/assets/minecraft/models/block/repeater_3tick.json new file mode 100644 index 00000000..3a3a11f9 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/repeater_3tick.json @@ -0,0 +1,44 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_off", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_off", + "unlit": "blocks/redstone_torch_off" + }, + "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": [ 7, 2, 10 ], + "to": [ 9, 7, 12 ], + "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, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/repeater_4tick.json b/1.12.2/assets/minecraft/models/block/repeater_4tick.json new file mode 100644 index 00000000..cbcf0b6c --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/repeater_4tick.json @@ -0,0 +1,44 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_off", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_off", + "unlit": "blocks/redstone_torch_off" + }, + "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": [ 7, 2, 12 ], + "to": [ 9, 7, 14 ], + "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, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/repeater_locked_1tick.json b/1.12.2/assets/minecraft/models/block/repeater_locked_1tick.json new file mode 100644 index 00000000..e62956f9 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/repeater_locked_1tick.json @@ -0,0 +1,45 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_off", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_off", + "lock": "blocks/bedrock", + "unlit": "blocks/redstone_torch_off" + }, + "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": [ 2, 2, 6 ], + "to": [ 14, 4, 8 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 2, 2 ], + "to": [ 9, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/repeater_locked_2tick.json b/1.12.2/assets/minecraft/models/block/repeater_locked_2tick.json new file mode 100644 index 00000000..f9a14550 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/repeater_locked_2tick.json @@ -0,0 +1,45 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_off", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_off", + "lock": "blocks/bedrock", + "unlit": "blocks/redstone_torch_off" + }, + "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": [ 2, 2, 8 ], + "to": [ 14, 4, 10 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 2, 2 ], + "to": [ 9, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/repeater_locked_3tick.json b/1.12.2/assets/minecraft/models/block/repeater_locked_3tick.json new file mode 100644 index 00000000..ff850a63 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/repeater_locked_3tick.json @@ -0,0 +1,45 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_off", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_off", + "lock": "blocks/bedrock", + "unlit": "blocks/redstone_torch_off" + }, + "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": [ 2, 2, 10 ], + "to": [ 14, 4, 12 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 2, 2 ], + "to": [ 9, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/repeater_locked_4tick.json b/1.12.2/assets/minecraft/models/block/repeater_locked_4tick.json new file mode 100644 index 00000000..d0ed0264 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/repeater_locked_4tick.json @@ -0,0 +1,45 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_off", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_off", + "lock": "blocks/bedrock", + "unlit": "blocks/redstone_torch_off" + }, + "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": [ 2, 2, 12 ], + "to": [ 14, 4, 14 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 2, 2 ], + "to": [ 9, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/repeater_on_1tick.json b/1.12.2/assets/minecraft/models/block/repeater_on_1tick.json new file mode 100644 index 00000000..8034f6da --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/repeater_on_1tick.json @@ -0,0 +1,62 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_on", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_on", + "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": [ 7, 7, 6 ], + "to": [ 9, 7, 8 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 5 ], + "to": [ 9, 8, 9 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 6 ], + "to": [ 10, 8, 8 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/repeater_on_2tick.json b/1.12.2/assets/minecraft/models/block/repeater_on_2tick.json new file mode 100644 index 00000000..4a077fa3 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/repeater_on_2tick.json @@ -0,0 +1,62 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_on", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_on", + "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": [ 7, 7, 8 ], + "to": [ 9, 7, 10 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 7 ], + "to": [ 9, 8, 11 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 8 ], + "to": [ 10, 8, 10 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/repeater_on_3tick.json b/1.12.2/assets/minecraft/models/block/repeater_on_3tick.json new file mode 100644 index 00000000..75edf5ff --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/repeater_on_3tick.json @@ -0,0 +1,62 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_on", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_on", + "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": [ 7, 7, 10 ], + "to": [ 9, 7, 12 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 9 ], + "to": [ 9, 8, 13 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 10 ], + "to": [ 10, 8, 12 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/repeater_on_4tick.json b/1.12.2/assets/minecraft/models/block/repeater_on_4tick.json new file mode 100644 index 00000000..f67ff945 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/repeater_on_4tick.json @@ -0,0 +1,62 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_on", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_on", + "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": [ 7, 7, 12 ], + "to": [ 9, 7, 14 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 11 ], + "to": [ 9, 8, 15 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 12 ], + "to": [ 10, 8, 14 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/repeater_on_locked_1tick.json b/1.12.2/assets/minecraft/models/block/repeater_on_locked_1tick.json new file mode 100644 index 00000000..8e01a799 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/repeater_on_locked_1tick.json @@ -0,0 +1,54 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_on", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_on", + "lit": "blocks/redstone_torch_on", + "lock": "blocks/bedrock" + }, + "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": [ 2, 2, 6 ], + "to": [ 14, 4, 8 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/repeater_on_locked_2tick.json b/1.12.2/assets/minecraft/models/block/repeater_on_locked_2tick.json new file mode 100644 index 00000000..31556f36 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/repeater_on_locked_2tick.json @@ -0,0 +1,54 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_on", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_on", + "lit": "blocks/redstone_torch_on", + "lock": "blocks/bedrock" + }, + "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": [ 2, 2, 8 ], + "to": [ 14, 4, 10 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/repeater_on_locked_3tick.json b/1.12.2/assets/minecraft/models/block/repeater_on_locked_3tick.json new file mode 100644 index 00000000..b8352e53 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/repeater_on_locked_3tick.json @@ -0,0 +1,54 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_on", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_on", + "lit": "blocks/redstone_torch_on", + "lock": "blocks/bedrock" + }, + "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": [ 2, 2, 10 ], + "to": [ 14, 4, 12 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/repeater_on_locked_4tick.json b/1.12.2/assets/minecraft/models/block/repeater_on_locked_4tick.json new file mode 100644 index 00000000..f7664ee1 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/repeater_on_locked_4tick.json @@ -0,0 +1,54 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_on", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_on", + "lit": "blocks/redstone_torch_on", + "lock": "blocks/bedrock" + }, + "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": [ 2, 2, 12 ], + "to": [ 14, 4, 14 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/repeating_command_block.json b/1.12.2/assets/minecraft/models/block/repeating_command_block.json new file mode 100644 index 00000000..5ea677e9 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/repeating_command_block.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube_directional", + "textures": { + "particle": "blocks/repeating_command_block_back", + "down": "blocks/repeating_command_block_side", + "up": "blocks/repeating_command_block_side", + "north": "blocks/repeating_command_block_front", + "east": "blocks/repeating_command_block_side", + "south": "blocks/repeating_command_block_back", + "west": "blocks/repeating_command_block_side" + } +} diff --git a/1.12.2/assets/minecraft/models/block/repeating_command_block_conditional.json b/1.12.2/assets/minecraft/models/block/repeating_command_block_conditional.json new file mode 100644 index 00000000..4d1f6dd7 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/repeating_command_block_conditional.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube_directional", + "textures": { + "particle": "blocks/repeating_command_block_back", + "down": "blocks/repeating_command_block_conditional", + "up": "blocks/repeating_command_block_conditional", + "north": "blocks/repeating_command_block_front", + "east": "blocks/repeating_command_block_conditional", + "south": "blocks/repeating_command_block_back", + "west": "blocks/repeating_command_block_conditional" + } +} diff --git a/1.12.2/assets/minecraft/models/block/sand.json b/1.12.2/assets/minecraft/models/block/sand.json new file mode 100644 index 00000000..96c79821 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/sand.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/sand" + } +} diff --git a/1.12.2/assets/minecraft/models/block/sandstone_all.json b/1.12.2/assets/minecraft/models/block/sandstone_all.json new file mode 100644 index 00000000..834be32b --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/sandstone_all.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/sandstone_top" + } +} diff --git a/1.12.2/assets/minecraft/models/block/sandstone_chiseled.json b/1.12.2/assets/minecraft/models/block/sandstone_chiseled.json new file mode 100644 index 00000000..a89f4d20 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/sandstone_chiseled.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/sandstone_top", + "side": "blocks/sandstone_carved" + } +} diff --git a/1.12.2/assets/minecraft/models/block/sandstone_inner_stairs.json b/1.12.2/assets/minecraft/models/block/sandstone_inner_stairs.json new file mode 100644 index 00000000..9ef52b06 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/sandstone_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/sandstone_bottom", + "top": "blocks/sandstone_top", + "side": "blocks/sandstone_normal" + } +} diff --git a/1.12.2/assets/minecraft/models/block/sandstone_normal.json b/1.12.2/assets/minecraft/models/block/sandstone_normal.json new file mode 100644 index 00000000..5651d6fc --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/sandstone_normal.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "blocks/sandstone_bottom", + "top": "blocks/sandstone_top", + "side": "blocks/sandstone_normal" + } +} diff --git a/1.12.2/assets/minecraft/models/block/sandstone_outer_stairs.json b/1.12.2/assets/minecraft/models/block/sandstone_outer_stairs.json new file mode 100644 index 00000000..4a939151 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/sandstone_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/sandstone_bottom", + "top": "blocks/sandstone_top", + "side": "blocks/sandstone_normal" + } +} diff --git a/1.12.2/assets/minecraft/models/block/sandstone_smooth.json b/1.12.2/assets/minecraft/models/block/sandstone_smooth.json new file mode 100644 index 00000000..dace295c --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/sandstone_smooth.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/sandstone_top", + "side": "blocks/sandstone_smooth" + } +} diff --git a/1.12.2/assets/minecraft/models/block/sandstone_stairs.json b/1.12.2/assets/minecraft/models/block/sandstone_stairs.json new file mode 100644 index 00000000..b14026a3 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/sandstone_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/sandstone_bottom", + "top": "blocks/sandstone_top", + "side": "blocks/sandstone_normal" + } +} diff --git a/1.12.2/assets/minecraft/models/block/sea_lantern.json b/1.12.2/assets/minecraft/models/block/sea_lantern.json new file mode 100644 index 00000000..45f8859c --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/sea_lantern.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/sea_lantern" + } +} diff --git a/1.12.2/assets/minecraft/models/block/silver_concrete.json b/1.12.2/assets/minecraft/models/block/silver_concrete.json new file mode 100644 index 00000000..a44f6724 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/silver_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/concrete_silver" + } +} diff --git a/1.12.2/assets/minecraft/models/block/silver_concrete_powder.json b/1.12.2/assets/minecraft/models/block/silver_concrete_powder.json new file mode 100644 index 00000000..323a6df3 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/silver_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/concrete_powder_silver" + } +} diff --git a/1.12.2/assets/minecraft/models/block/silver_glazed_terracotta.json b/1.12.2/assets/minecraft/models/block/silver_glazed_terracotta.json new file mode 100644 index 00000000..f91107d9 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/silver_glazed_terracotta.json @@ -0,0 +1,7 @@ +{ + "parent": "block/glazed_terracotta", + "textures": { + "particle": "blocks/glazed_terracotta_silver", + "pattern": "blocks/glazed_terracotta_silver" + } +} diff --git a/1.12.2/assets/minecraft/models/block/silver_stained_glass_pane_noside.json b/1.12.2/assets/minecraft/models/block/silver_stained_glass_pane_noside.json new file mode 100644 index 00000000..f385cf27 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/silver_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside", + "textures": { + "pane": "blocks/glass_silver" + } +} diff --git a/1.12.2/assets/minecraft/models/block/silver_stained_glass_pane_noside_alt.json b/1.12.2/assets/minecraft/models/block/silver_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..c362f860 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/silver_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside_alt", + "textures": { + "pane": "blocks/glass_silver" + } +} diff --git a/1.12.2/assets/minecraft/models/block/silver_stained_glass_pane_post.json b/1.12.2/assets/minecraft/models/block/silver_stained_glass_pane_post.json new file mode 100644 index 00000000..5621de9a --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/silver_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_post", + "textures": { + "edge": "blocks/glass_pane_top_silver", + "pane": "blocks/glass_silver" + } +} diff --git a/1.12.2/assets/minecraft/models/block/silver_stained_glass_pane_side.json b/1.12.2/assets/minecraft/models/block/silver_stained_glass_pane_side.json new file mode 100644 index 00000000..e84855ae --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/silver_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side", + "textures": { + "edge": "blocks/glass_pane_top_silver", + "pane": "blocks/glass_silver" + } +} diff --git a/1.12.2/assets/minecraft/models/block/silver_stained_glass_pane_side_alt.json b/1.12.2/assets/minecraft/models/block/silver_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..1144d8fc --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/silver_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side_alt", + "textures": { + "edge": "blocks/glass_pane_top_silver", + "pane": "blocks/glass_silver" + } +} diff --git a/1.12.2/assets/minecraft/models/block/silver_wool.json b/1.12.2/assets/minecraft/models/block/silver_wool.json new file mode 100644 index 00000000..04d6d551 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/silver_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_silver" + } +} diff --git a/1.12.2/assets/minecraft/models/block/slime.json b/1.12.2/assets/minecraft/models/block/slime.json new file mode 100644 index 00000000..79644d97 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/slime.json @@ -0,0 +1,30 @@ +{ "parent": "block/block", + "textures": { + "particle": "blocks/slime", + "texture": "blocks/slime" + }, + "elements": [ + { "from": [ 3, 3, 3 ], + "to": [ 13, 13, 13 ], + "faces": { + "down": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, + "up": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, + "north": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, + "south": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, + "west": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, + "east": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" } + } + }, + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/snow.json b/1.12.2/assets/minecraft/models/block/snow.json new file mode 100644 index 00000000..328a45e1 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/snow.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/snow" + } +} diff --git a/1.12.2/assets/minecraft/models/block/snow_height10.json b/1.12.2/assets/minecraft/models/block/snow_height10.json new file mode 100644 index 00000000..b3fa4ac1 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/snow_height10.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "blocks/snow", + "texture": "blocks/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 10, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 6, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 6, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 6, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 6, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/snow_height12.json b/1.12.2/assets/minecraft/models/block/snow_height12.json new file mode 100644 index 00000000..3d706357 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/snow_height12.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "blocks/snow", + "texture": "blocks/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 12, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 4, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 4, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 4, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 4, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/snow_height14.json b/1.12.2/assets/minecraft/models/block/snow_height14.json new file mode 100644 index 00000000..b25587f0 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/snow_height14.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "blocks/snow", + "texture": "blocks/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 14, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 2, 16, 16 ], "texture": "#texture" }, + "south": { "uv": [ 0, 2, 16, 16 ], "texture": "#texture" }, + "west": { "uv": [ 0, 2, 16, 16 ], "texture": "#texture" }, + "east": { "uv": [ 0, 2, 16, 16 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/snow_height2.json b/1.12.2/assets/minecraft/models/block/snow_height2.json new file mode 100644 index 00000000..01f53222 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/snow_height2.json @@ -0,0 +1,19 @@ +{ "parent": "block/thin_block", + "textures": { + "particle": "blocks/snow", + "texture": "blocks/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 2, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 14, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 14, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 14, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 14, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/snow_height4.json b/1.12.2/assets/minecraft/models/block/snow_height4.json new file mode 100644 index 00000000..350d5613 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/snow_height4.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "blocks/snow", + "texture": "blocks/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 4, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 12, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 12, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 12, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 12, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/snow_height6.json b/1.12.2/assets/minecraft/models/block/snow_height6.json new file mode 100644 index 00000000..ef3f511e --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/snow_height6.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "blocks/snow", + "texture": "blocks/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 6, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 10, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 10, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 10, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 10, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/snow_height8.json b/1.12.2/assets/minecraft/models/block/snow_height8.json new file mode 100644 index 00000000..e8273626 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/snow_height8.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "blocks/snow", + "texture": "blocks/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 8, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 8, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 8, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 8, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 8, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/soul_sand.json b/1.12.2/assets/minecraft/models/block/soul_sand.json new file mode 100644 index 00000000..157c4381 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/soul_sand.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/soul_sand" + } +} diff --git a/1.12.2/assets/minecraft/models/block/sponge.json b/1.12.2/assets/minecraft/models/block/sponge.json new file mode 100644 index 00000000..c26f2b5a --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/sponge.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/sponge" + } +} diff --git a/1.12.2/assets/minecraft/models/block/sponge_wet.json b/1.12.2/assets/minecraft/models/block/sponge_wet.json new file mode 100644 index 00000000..91c46414 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/sponge_wet.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/sponge_wet" + } +} diff --git a/1.12.2/assets/minecraft/models/block/spruce_bark.json b/1.12.2/assets/minecraft/models/block/spruce_bark.json new file mode 100644 index 00000000..9ce86b6a --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/spruce_bark.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/log_spruce" + } +} diff --git a/1.12.2/assets/minecraft/models/block/spruce_door_bottom.json b/1.12.2/assets/minecraft/models/block/spruce_door_bottom.json new file mode 100644 index 00000000..1b4e50bb --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/spruce_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom", + "textures": { + "bottom": "blocks/door_spruce_lower", + "top": "blocks/door_spruce_upper" + } +} diff --git a/1.12.2/assets/minecraft/models/block/spruce_door_bottom_rh.json b/1.12.2/assets/minecraft/models/block/spruce_door_bottom_rh.json new file mode 100644 index 00000000..1c1e4a36 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/spruce_door_bottom_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom_rh", + "textures": { + "bottom": "blocks/door_spruce_lower", + "top": "blocks/door_spruce_upper" + } +} diff --git a/1.12.2/assets/minecraft/models/block/spruce_door_top.json b/1.12.2/assets/minecraft/models/block/spruce_door_top.json new file mode 100644 index 00000000..fcd396de --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/spruce_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top", + "textures": { + "bottom": "blocks/door_spruce_lower", + "top": "blocks/door_spruce_upper" + } +} diff --git a/1.12.2/assets/minecraft/models/block/spruce_door_top_rh.json b/1.12.2/assets/minecraft/models/block/spruce_door_top_rh.json new file mode 100644 index 00000000..e386f9ab --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/spruce_door_top_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top_rh", + "textures": { + "bottom": "blocks/door_spruce_lower", + "top": "blocks/door_spruce_upper" + } +} diff --git a/1.12.2/assets/minecraft/models/block/spruce_fence_gate_closed.json b/1.12.2/assets/minecraft/models/block/spruce_fence_gate_closed.json new file mode 100644 index 00000000..54eea651 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/spruce_fence_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_gate_closed", + "textures": { + "texture": "blocks/planks_spruce" + } +} diff --git a/1.12.2/assets/minecraft/models/block/spruce_fence_gate_open.json b/1.12.2/assets/minecraft/models/block/spruce_fence_gate_open.json new file mode 100644 index 00000000..8f09c6ab --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/spruce_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_gate_open", + "textures": { + "texture": "blocks/planks_spruce" + } +} diff --git a/1.12.2/assets/minecraft/models/block/spruce_fence_inventory.json b/1.12.2/assets/minecraft/models/block/spruce_fence_inventory.json new file mode 100644 index 00000000..a778f2ec --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/spruce_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_inventory", + "textures": { + "texture": "blocks/planks_spruce" + } +} diff --git a/1.12.2/assets/minecraft/models/block/spruce_fence_post.json b/1.12.2/assets/minecraft/models/block/spruce_fence_post.json new file mode 100644 index 00000000..08309936 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/spruce_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_post", + "textures": { + "texture": "blocks/planks_spruce" + } +} diff --git a/1.12.2/assets/minecraft/models/block/spruce_fence_side.json b/1.12.2/assets/minecraft/models/block/spruce_fence_side.json new file mode 100644 index 00000000..7400671f --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/spruce_fence_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_side", + "textures": { + "texture": "blocks/planks_spruce" + } +} diff --git a/1.12.2/assets/minecraft/models/block/spruce_inner_stairs.json b/1.12.2/assets/minecraft/models/block/spruce_inner_stairs.json new file mode 100644 index 00000000..ea0c084c --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/spruce_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/planks_spruce", + "top": "blocks/planks_spruce", + "side": "blocks/planks_spruce" + } +} diff --git a/1.12.2/assets/minecraft/models/block/spruce_leaves.json b/1.12.2/assets/minecraft/models/block/spruce_leaves.json new file mode 100644 index 00000000..15332cb4 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/spruce_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "block/leaves", + "textures": { + "all": "blocks/leaves_spruce" + } +} diff --git a/1.12.2/assets/minecraft/models/block/spruce_log.json b/1.12.2/assets/minecraft/models/block/spruce_log.json new file mode 100644 index 00000000..e021f2b5 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/spruce_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/log_spruce_top", + "side": "blocks/log_spruce" + } +} diff --git a/1.12.2/assets/minecraft/models/block/spruce_outer_stairs.json b/1.12.2/assets/minecraft/models/block/spruce_outer_stairs.json new file mode 100644 index 00000000..a50338c8 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/spruce_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/planks_spruce", + "top": "blocks/planks_spruce", + "side": "blocks/planks_spruce" + } +} diff --git a/1.12.2/assets/minecraft/models/block/spruce_planks.json b/1.12.2/assets/minecraft/models/block/spruce_planks.json new file mode 100644 index 00000000..f5c9c843 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/spruce_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/planks_spruce" + } +} diff --git a/1.12.2/assets/minecraft/models/block/spruce_sapling.json b/1.12.2/assets/minecraft/models/block/spruce_sapling.json new file mode 100644 index 00000000..d2defbfb --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/spruce_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/sapling_spruce" + } +} diff --git a/1.12.2/assets/minecraft/models/block/spruce_stairs.json b/1.12.2/assets/minecraft/models/block/spruce_stairs.json new file mode 100644 index 00000000..1781208d --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/spruce_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/planks_spruce", + "top": "blocks/planks_spruce", + "side": "blocks/planks_spruce" + } +} diff --git a/1.12.2/assets/minecraft/models/block/spruce_wall_gate_closed.json b/1.12.2/assets/minecraft/models/block/spruce_wall_gate_closed.json new file mode 100644 index 00000000..4f911e33 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/spruce_wall_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_gate_closed", + "textures": { + "texture": "blocks/planks_spruce" + } +} diff --git a/1.12.2/assets/minecraft/models/block/spruce_wall_gate_open.json b/1.12.2/assets/minecraft/models/block/spruce_wall_gate_open.json new file mode 100644 index 00000000..ea949901 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/spruce_wall_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_gate_open", + "textures": { + "texture": "blocks/planks_spruce" + } +} diff --git a/1.12.2/assets/minecraft/models/block/stairs.json b/1.12.2/assets/minecraft/models/block/stairs.json new file mode 100644 index 00000000..e8038127 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/stairs.json @@ -0,0 +1,46 @@ +{ "parent": "block/block", + "display": { + "gui": { + "rotation": [ 30, 135, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 0.625, 0.625, 0.625 ] + }, + "head": { + "rotation": [ 0, -90, 0 ], + "translation": [ 0, 0, 0 ], + "scale": [ 1, 1, 1 ] + }, + "thirdperson_lefthand": { + "rotation": [ 75, -135, 0 ], + "translation": [ 0, 2.5, 0], + "scale": [ 0.375, 0.375, 0.375 ] + } + }, + "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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/stem_fruit.json b/1.12.2/assets/minecraft/models/block/stem_fruit.json new file mode 100644 index 00000000..86d59c66 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/stem_fruit.json @@ -0,0 +1,31 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 7, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 8 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 8 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 7, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 8 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 8 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 8 ], + "to": [ 9, 16, 8 ], + "faces": { + "north": { "uv": [ 9, 0, 0, 16 ], "texture": "#upperstem", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 9, 16 ], "texture": "#upperstem", "tintindex": 0 } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/stem_growth0.json b/1.12.2/assets/minecraft/models/block/stem_growth0.json new file mode 100644 index 00000000..6e977315 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/stem_growth0.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 1, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 2 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 2 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 1, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 2 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 2 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/stem_growth1.json b/1.12.2/assets/minecraft/models/block/stem_growth1.json new file mode 100644 index 00000000..ea97f754 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/stem_growth1.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 3, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 4 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 4 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 3, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 4 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 4 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/stem_growth2.json b/1.12.2/assets/minecraft/models/block/stem_growth2.json new file mode 100644 index 00000000..4ab6f4c2 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/stem_growth2.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 5, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 6 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 6 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 5, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 6 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 6 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/stem_growth3.json b/1.12.2/assets/minecraft/models/block/stem_growth3.json new file mode 100644 index 00000000..542a8205 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/stem_growth3.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 7, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 8 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 8 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 7, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 8 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 8 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/stem_growth4.json b/1.12.2/assets/minecraft/models/block/stem_growth4.json new file mode 100644 index 00000000..77befceb --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/stem_growth4.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 9, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 10 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 10 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 9, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 10 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 10 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/stem_growth5.json b/1.12.2/assets/minecraft/models/block/stem_growth5.json new file mode 100644 index 00000000..678450e6 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/stem_growth5.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 11, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 12 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 12 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 11, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 12 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 12 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/stem_growth6.json b/1.12.2/assets/minecraft/models/block/stem_growth6.json new file mode 100644 index 00000000..523974e2 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/stem_growth6.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 13, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 14 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 14 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 13, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 14 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 14 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/stem_growth7.json b/1.12.2/assets/minecraft/models/block/stem_growth7.json new file mode 100644 index 00000000..bd4f9d18 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/stem_growth7.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 15, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 16 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 15, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 16 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/sticky_piston.json b/1.12.2/assets/minecraft/models/block/sticky_piston.json new file mode 100644 index 00000000..7edfddcc --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/sticky_piston.json @@ -0,0 +1,8 @@ +{ + "parent": "block/piston", + "textures": { + "bottom": "blocks/piston_bottom", + "side": "blocks/piston_side", + "platform": "blocks/piston_top_sticky" + } +} diff --git a/1.12.2/assets/minecraft/models/block/stone.json b/1.12.2/assets/minecraft/models/block/stone.json new file mode 100644 index 00000000..8e85b9a6 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/stone.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/stone" + } +} diff --git a/1.12.2/assets/minecraft/models/block/stone_brick_inner_stairs.json b/1.12.2/assets/minecraft/models/block/stone_brick_inner_stairs.json new file mode 100644 index 00000000..6be865a6 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/stone_brick_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/stonebrick", + "top": "blocks/stonebrick", + "side": "blocks/stonebrick" + } +} diff --git a/1.12.2/assets/minecraft/models/block/stone_brick_outer_stairs.json b/1.12.2/assets/minecraft/models/block/stone_brick_outer_stairs.json new file mode 100644 index 00000000..cffe6967 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/stone_brick_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/stonebrick", + "top": "blocks/stonebrick", + "side": "blocks/stonebrick" + } +} diff --git a/1.12.2/assets/minecraft/models/block/stone_brick_stairs.json b/1.12.2/assets/minecraft/models/block/stone_brick_stairs.json new file mode 100644 index 00000000..0101de43 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/stone_brick_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/stonebrick", + "top": "blocks/stonebrick", + "side": "blocks/stonebrick" + } +} diff --git a/1.12.2/assets/minecraft/models/block/stone_button.json b/1.12.2/assets/minecraft/models/block/stone_button.json new file mode 100644 index 00000000..e72a8692 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/stone_button.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button", + "textures": { + "texture": "blocks/stone" + } +} diff --git a/1.12.2/assets/minecraft/models/block/stone_button_inventory.json b/1.12.2/assets/minecraft/models/block/stone_button_inventory.json new file mode 100644 index 00000000..ad62f2f7 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/stone_button_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button_inventory", + "textures": { + "texture": "blocks/stone" + } +} diff --git a/1.12.2/assets/minecraft/models/block/stone_button_pressed.json b/1.12.2/assets/minecraft/models/block/stone_button_pressed.json new file mode 100644 index 00000000..3dfa6805 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/stone_button_pressed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button_pressed", + "textures": { + "texture": "blocks/stone" + } +} diff --git a/1.12.2/assets/minecraft/models/block/stone_inner_stairs.json b/1.12.2/assets/minecraft/models/block/stone_inner_stairs.json new file mode 100644 index 00000000..22bb23bc --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/stone_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/cobblestone", + "top": "blocks/cobblestone", + "side": "blocks/cobblestone" + } +} diff --git a/1.12.2/assets/minecraft/models/block/stone_mirrored.json b/1.12.2/assets/minecraft/models/block/stone_mirrored.json new file mode 100644 index 00000000..5d3d2ad3 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/stone_mirrored.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_mirrored_all", + "textures": { + "all": "blocks/stone" + } +} diff --git a/1.12.2/assets/minecraft/models/block/stone_outer_stairs.json b/1.12.2/assets/minecraft/models/block/stone_outer_stairs.json new file mode 100644 index 00000000..effcad20 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/stone_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/cobblestone", + "top": "blocks/cobblestone", + "side": "blocks/cobblestone" + } +} diff --git a/1.12.2/assets/minecraft/models/block/stone_pressure_plate_down.json b/1.12.2/assets/minecraft/models/block/stone_pressure_plate_down.json new file mode 100644 index 00000000..36259c77 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/stone_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_down", + "textures": { + "texture": "blocks/stone" + } +} diff --git a/1.12.2/assets/minecraft/models/block/stone_pressure_plate_up.json b/1.12.2/assets/minecraft/models/block/stone_pressure_plate_up.json new file mode 100644 index 00000000..40973b2d --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/stone_pressure_plate_up.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_up", + "textures": { + "texture": "blocks/stone" + } +} diff --git a/1.12.2/assets/minecraft/models/block/stone_stairs.json b/1.12.2/assets/minecraft/models/block/stone_stairs.json new file mode 100644 index 00000000..e20cd887 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/stone_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/cobblestone", + "top": "blocks/cobblestone", + "side": "blocks/cobblestone" + } +} diff --git a/1.12.2/assets/minecraft/models/block/stonebrick_chiseled.json b/1.12.2/assets/minecraft/models/block/stonebrick_chiseled.json new file mode 100644 index 00000000..c3e94d5b --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/stonebrick_chiseled.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/stonebrick_carved" + } +} diff --git a/1.12.2/assets/minecraft/models/block/stonebrick_cracked.json b/1.12.2/assets/minecraft/models/block/stonebrick_cracked.json new file mode 100644 index 00000000..38ce12f1 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/stonebrick_cracked.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/stonebrick_cracked" + } +} diff --git a/1.12.2/assets/minecraft/models/block/stonebrick_mossy.json b/1.12.2/assets/minecraft/models/block/stonebrick_mossy.json new file mode 100644 index 00000000..3c2ad21a --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/stonebrick_mossy.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/stonebrick_mossy" + } +} diff --git a/1.12.2/assets/minecraft/models/block/stonebrick_normal.json b/1.12.2/assets/minecraft/models/block/stonebrick_normal.json new file mode 100644 index 00000000..baf191d0 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/stonebrick_normal.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/stonebrick" + } +} diff --git a/1.12.2/assets/minecraft/models/block/structure_block.json b/1.12.2/assets/minecraft/models/block/structure_block.json new file mode 100644 index 00000000..578550f4 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/structure_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/structure_block" + } +} diff --git a/1.12.2/assets/minecraft/models/block/structure_block_corner.json b/1.12.2/assets/minecraft/models/block/structure_block_corner.json new file mode 100644 index 00000000..d41c65f6 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/structure_block_corner.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/structure_block_corner" + } +} diff --git a/1.12.2/assets/minecraft/models/block/structure_block_data.json b/1.12.2/assets/minecraft/models/block/structure_block_data.json new file mode 100644 index 00000000..b3510b20 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/structure_block_data.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/structure_block_data" + } +} diff --git a/1.12.2/assets/minecraft/models/block/structure_block_load.json b/1.12.2/assets/minecraft/models/block/structure_block_load.json new file mode 100644 index 00000000..8970b936 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/structure_block_load.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/structure_block_load" + } +} diff --git a/1.12.2/assets/minecraft/models/block/structure_block_save.json b/1.12.2/assets/minecraft/models/block/structure_block_save.json new file mode 100644 index 00000000..ba8bd9c8 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/structure_block_save.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/structure_block_save" + } +} diff --git a/1.12.2/assets/minecraft/models/block/tall_grass.json b/1.12.2/assets/minecraft/models/block/tall_grass.json new file mode 100644 index 00000000..e59f4e47 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/tall_grass.json @@ -0,0 +1,6 @@ +{ + "parent": "block/tinted_cross", + "textures": { + "cross": "blocks/tallgrass" + } +} diff --git a/1.12.2/assets/minecraft/models/block/thin_block.json b/1.12.2/assets/minecraft/models/block/thin_block.json new file mode 100644 index 00000000..1adb58ab --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/thin_block.json @@ -0,0 +1,19 @@ +{ "parent": "block/block", + "display": { + "thirdperson_righthand": { + "rotation": [ 75, 45, 0 ], + "translation": [ 0, 2.5, 2], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 45, 0 ], + "translation": [ 0, 4.2, 0 ], + "scale": [ 0.40, 0.40, 0.40 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, 225, 0 ], + "translation": [ 0, 4.2, 0 ], + "scale": [ 0.40, 0.40, 0.40 ] + } + } +} diff --git a/1.12.2/assets/minecraft/models/block/tinted_cross.json b/1.12.2/assets/minecraft/models/block/tinted_cross.json new file mode 100644 index 00000000..d3b5474e --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/tinted_cross.json @@ -0,0 +1,26 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#cross" + }, + "elements": [ + { "from": [ 0.8, 0, 8 ], + "to": [ 15.2, 16, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 } + } + }, + { "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", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/tnt.json b/1.12.2/assets/minecraft/models/block/tnt.json new file mode 100644 index 00000000..e4aa7775 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/tnt.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "blocks/tnt_bottom", + "top": "blocks/tnt_top", + "side": "blocks/tnt_side" + } +} diff --git a/1.12.2/assets/minecraft/models/block/torch.json b/1.12.2/assets/minecraft/models/block/torch.json new file mode 100644 index 00000000..aef12fcf --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/torch.json @@ -0,0 +1,32 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#torch" + }, + "elements": [ + { "from": [ 7, 0, 7 ], + "to": [ 9, 10, 9 ], + "shade": false, + "faces": { + "down": { "uv": [ 7, 13, 9, 15 ], "texture": "#torch" }, + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#torch" } + } + }, + { "from": [ 7, 0, 0 ], + "to": [ 9, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" } + } + }, + { "from": [ 0, 0, 7 ], + "to": [ 16, 16, 9 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/torch_wall.json b/1.12.2/assets/minecraft/models/block/torch_wall.json new file mode 100644 index 00000000..1a6d297e --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/torch_wall.json @@ -0,0 +1,35 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#torch" + }, + "elements": [ + { "from": [ -1, 3.5, 7 ], + "to": [ 1, 13.5, 9 ], + "rotation": { "origin": [ 0, 3.5, 8 ], "axis": "z", "angle": -22.5 }, + "shade": false, + "faces": { + "down": { "uv": [ 7, 13, 9, 15 ], "texture": "#torch" }, + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#torch" } + } + }, + { "from": [ -1, 3.5, 0 ], + "to": [ 1, 19.5, 16 ], + "rotation": { "origin": [ 0, 3.5, 8 ], "axis": "z", "angle": -22.5 }, + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" } + } + }, + { "from": [ -8, 3.5, 7 ], + "to": [ 8, 19.5, 9 ], + "rotation": { "origin": [ 0, 3.5, 8 ], "axis": "z", "angle": -22.5 }, + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/trapdoor_bottom.json b/1.12.2/assets/minecraft/models/block/trapdoor_bottom.json new file mode 100644 index 00000000..2b6c8daa --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/trapdoor_bottom.json @@ -0,0 +1,18 @@ +{ "parent": "block/thin_block", + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 3, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/trapdoor_open.json b/1.12.2/assets/minecraft/models/block/trapdoor_open.json new file mode 100644 index 00000000..b301619c --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/trapdoor_open.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 0, 0, 13 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 13, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 16, 0, 13, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 13, 0, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/trapdoor_top.json b/1.12.2/assets/minecraft/models/block/trapdoor_top.json new file mode 100644 index 00000000..036aeb7b --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/trapdoor_top.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 0, 13, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "up" }, + "north": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/tripwire_attached_n.json b/1.12.2/assets/minecraft/models/block/tripwire_attached_n.json new file mode 100644 index 00000000..da0b8113 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/tripwire_attached_n.json @@ -0,0 +1,33 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/tripwire_attached_ne.json b/1.12.2/assets/minecraft/models/block/tripwire_attached_ne.json new file mode 100644 index 00000000..43dee4dc --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/tripwire_attached_ne.json @@ -0,0 +1,41 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 8, 1.5, 7.75 ], + "to": [ 12, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + }, + { "from": [ 12, 1.5, 7.75 ], + "to": [ 16, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/tripwire_attached_ns.json b/1.12.2/assets/minecraft/models/block/tripwire_attached_ns.json new file mode 100644 index 00000000..aceecb7b --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/tripwire_attached_ns.json @@ -0,0 +1,41 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 12 ], + "to": [ 8.25, 1.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/tripwire_attached_nse.json b/1.12.2/assets/minecraft/models/block/tripwire_attached_nse.json new file mode 100644 index 00000000..a79a0c48 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/tripwire_attached_nse.json @@ -0,0 +1,57 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 12 ], + "to": [ 8.25, 1.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 8, 1.5, 7.75 ], + "to": [ 12, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + }, + { "from": [ 12, 1.5, 7.75 ], + "to": [ 16, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/tripwire_attached_nsew.json b/1.12.2/assets/minecraft/models/block/tripwire_attached_nsew.json new file mode 100644 index 00000000..567b5c99 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/tripwire_attached_nsew.json @@ -0,0 +1,73 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 12 ], + "to": [ 8.25, 1.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 0, 1.5, 7.75 ], + "to": [ 4, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + }, + { "from": [ 4, 1.5, 7.75 ], + "to": [ 8, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + }, + { "from": [ 8, 1.5, 7.75 ], + "to": [ 12, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + }, + { "from": [ 12, 1.5, 7.75 ], + "to": [ 16, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/tripwire_hook.json b/1.12.2/assets/minecraft/models/block/tripwire_hook.json new file mode 100644 index 00000000..2b1b0bf3 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/tripwire_hook.json @@ -0,0 +1,72 @@ +{ + "textures": { + "particle": "blocks/planks_oak", + "hook": "blocks/trip_wire_source", + "wood": "blocks/planks_oak" + }, + "elements": [ + { "from": [ 6.2, 3.8, 7.9 ], + "to": [ 9.8, 4.6, 11.5 ], + "rotation": { "origin": [ 8, 6, 5.2 ], "axis": "x", "angle": -45 }, + "faces": { + "down": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "up": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "north": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" }, + "south": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "west": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "east": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 3.8, 10.3 ], + "to": [ 8.6, 4.6, 10.3 ], + "rotation": { "origin": [ 8, 6, 5.2 ], "axis": "x", "angle": -45 }, + "faces": { + "north": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 3.8, 9.1 ], + "to": [ 8.6, 4.6, 9.1 ], + "rotation": { "origin": [ 8, 6, 5.2 ], "axis": "x", "angle": -45 }, + "faces": { + "south": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 3.8, 9.1 ], + "to": [ 7.4, 4.6, 10.3 ], + "rotation": { "origin": [ 8, 6, 5.2 ], "axis": "x", "angle": -45 }, + "faces": { + "east": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 8.6, 3.8, 9.1 ], + "to": [ 8.6, 4.6, 10.3 ], + "rotation": { "origin": [ 8, 6, 5.2 ], "axis": "x", "angle": -45 }, + "faces": { + "west": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 5.2, 10 ], + "to": [ 8.8, 6.8, 14 ], + "rotation": { "origin": [ 8, 6, 14 ], "axis": "x", "angle": 45 }, + "faces": { + "down": { "uv": [ 7, 9, 9, 14 ], "texture": "#wood" }, + "up": { "uv": [ 7, 2, 9, 7 ], "texture": "#wood" }, + "north": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "south": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "west": { "uv": [ 2, 9, 7, 11 ], "texture": "#wood" }, + "east": { "uv": [ 9, 9, 14, 11 ], "texture": "#wood" } + } + }, + { "from": [ 6, 1, 14 ], + "to": [ 10, 9, 16 ], + "faces": { + "down": { "uv": [ 6, 14, 10, 16 ], "texture": "#wood" }, + "up": { "uv": [ 6, 0, 10, 2 ], "texture": "#wood" }, + "north": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood" }, + "south": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood", "cullface": "south" }, + "west": { "uv": [ 0, 7, 2, 15 ], "texture": "#wood" }, + "east": { "uv": [ 14, 7, 16, 15 ], "texture": "#wood" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/tripwire_hook_attached.json b/1.12.2/assets/minecraft/models/block/tripwire_hook_attached.json new file mode 100644 index 00000000..f49c94fc --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/tripwire_hook_attached.json @@ -0,0 +1,80 @@ +{ + "textures": { + "particle": "blocks/planks_oak", + "hook": "blocks/trip_wire_source", + "wood": "blocks/planks_oak", + "tripwire": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 6.7 ], + "rotation": { "origin": [ 8, 0, 0 ], "axis": "x", "angle": -22.5, "rescale": true }, + "faces": { + "down": { "uv": [ 0, 8, 16, 6 ], "texture": "#tripwire", "rotation": 90 }, + "up": { "uv": [ 0, 6, 16, 8 ], "texture": "#tripwire", "rotation": 90 } + } + }, + { "from": [ 6.2, 4.2, 6.7 ], + "to": [ 9.8, 5, 10.3 ], + "rotation": { "origin": [ 8, 4.2, 6.7 ], "axis": "x", "angle": -22.5, "rescale": false }, + "faces": { + "down": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "up": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "north": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" }, + "south": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "west": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "east": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 9.1 ], + "to": [ 8.6, 5, 9.1 ], + "rotation": { "origin": [ 8, 4.2, 6.7 ], "axis": "x", "angle": -22.5, "rescale": false }, + "faces": { + "north": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 7.9 ], + "to": [ 8.6, 5, 7.9 ], + "rotation": { "origin": [ 8, 4.2, 6.7 ], "axis": "x", "angle": -22.5, "rescale": false }, + "faces": { + "south": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 7.9 ], + "to": [ 7.4, 5, 9.1 ], + "rotation": { "origin": [ 8, 4.2, 6.7 ], "axis": "x", "angle": -22.5, "rescale": false }, + "faces": { + "east": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 8.6, 4.2, 7.9 ], + "to": [ 8.6, 5, 9.1 ], + "rotation": { "origin": [ 8, 4.2, 6.7 ], "axis": "x", "angle": -22.5, "rescale": false }, + "faces": { + "west": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 5.2, 10 ], + "to": [ 8.8, 6.8, 14 ], + "faces": { + "down": { "uv": [ 7, 9, 9, 14 ], "texture": "#wood" }, + "up": { "uv": [ 7, 2, 9, 7 ], "texture": "#wood" }, + "north": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "south": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "west": { "uv": [ 2, 9, 7, 11 ], "texture": "#wood" }, + "east": { "uv": [ 9, 9, 14, 11 ], "texture": "#wood" } + } + }, + { "from": [ 6, 1, 14 ], + "to": [ 10, 9, 16 ], + "faces": { + "down": { "uv": [ 6, 14, 10, 16 ], "texture": "#wood" }, + "up": { "uv": [ 6, 0, 10, 2 ], "texture": "#wood" }, + "north": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood" }, + "south": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood", "cullface": "south" }, + "west": { "uv": [ 0, 7, 2, 15 ], "texture": "#wood" }, + "east": { "uv": [ 14, 7, 16, 15 ], "texture": "#wood" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/tripwire_hook_attached_powered.json b/1.12.2/assets/minecraft/models/block/tripwire_hook_attached_powered.json new file mode 100644 index 00000000..c9638eae --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/tripwire_hook_attached_powered.json @@ -0,0 +1,76 @@ +{ + "textures": { + "particle": "blocks/planks_oak", + "hook": "blocks/trip_wire_source", + "wood": "blocks/planks_oak", + "tripwire": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 0.5, 0 ], + "to": [ 8.25, 0.5, 6.7 ], + "rotation": { "origin": [ 8, 0, 0 ], "axis": "x", "angle": -22.5, "rescale": true }, + "faces": { + "down": { "uv": [ 0, 8, 16, 6 ], "texture": "#tripwire", "rotation": 90 }, + "up": { "uv": [ 0, 6, 16, 8 ], "texture": "#tripwire", "rotation": 90 } + } + }, + { "from": [ 6.2, 3.4, 6.7 ], + "to": [ 9.8, 4.2, 10.3 ], + "faces": { + "down": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "up": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "north": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" }, + "south": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "west": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "east": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 3.4, 9.1 ], + "to": [ 8.6, 4.2, 9.1 ], + "faces": { + "north": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 3.4, 7.9 ], + "to": [ 8.6, 4.2, 7.9 ], + "faces": { + "south": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 3.4, 7.9 ], + "to": [ 7.4, 4.2, 9.1 ], + "faces": { + "east": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 8.6, 3.4, 7.9 ], + "to": [ 8.6, 4.2, 9.1 ], + "faces": { + "west": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 5.2, 10 ], + "to": [ 8.8, 6.8, 14 ], + "rotation": { "origin": [ 8, 6, 14 ], "axis": "x", "angle": -22.5 }, + "faces": { + "down": { "uv": [ 7, 9, 9, 14 ], "texture": "#wood" }, + "up": { "uv": [ 7, 2, 9, 7 ], "texture": "#wood" }, + "north": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "south": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "west": { "uv": [ 2, 9, 7, 11 ], "texture": "#wood" }, + "east": { "uv": [ 9, 9, 14, 11 ], "texture": "#wood" } + } + }, + { "from": [ 6, 1, 14 ], + "to": [ 10, 9, 16 ], + "faces": { + "down": { "uv": [ 6, 14, 10, 16 ], "texture": "#wood" }, + "up": { "uv": [ 6, 0, 10, 2 ], "texture": "#wood" }, + "north": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood" }, + "south": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood", "cullface": "south" }, + "west": { "uv": [ 0, 7, 2, 15 ], "texture": "#wood" }, + "east": { "uv": [ 14, 7, 16, 15 ], "texture": "#wood" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/tripwire_hook_powered.json b/1.12.2/assets/minecraft/models/block/tripwire_hook_powered.json new file mode 100644 index 00000000..ef56c6d2 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/tripwire_hook_powered.json @@ -0,0 +1,67 @@ +{ + "textures": { + "particle": "blocks/planks_oak", + "hook": "blocks/trip_wire_source", + "wood": "blocks/planks_oak" + }, + "elements": [ + { "from": [ 6.2, 4.2, 6.7 ], + "to": [ 9.8, 5, 10.3 ], + "faces": { + "down": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "up": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "north": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" }, + "south": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "west": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "east": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 9.1 ], + "to": [ 8.6, 5, 9.1 ], + "faces": { + "north": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 7.9 ], + "to": [ 8.6, 5, 7.9 ], + "faces": { + "south": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 7.9 ], + "to": [ 7.4, 5, 9.1 ], + "faces": { + "east": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 8.6, 4.2, 7.9 ], + "to": [ 8.6, 5, 9.1 ], + "faces": { + "west": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 5.2, 10 ], + "to": [ 8.8, 6.8, 14 ], + "rotation": { "origin": [ 8, 6, 14 ], "axis": "x", "angle": -22.5 }, + "faces": { + "down": { "uv": [ 7, 9, 9, 14 ], "texture": "#wood" }, + "up": { "uv": [ 7, 2, 9, 7 ], "texture": "#wood" }, + "north": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "south": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "west": { "uv": [ 2, 9, 7, 11 ], "texture": "#wood" }, + "east": { "uv": [ 9, 9, 14, 11 ], "texture": "#wood" } + } + }, + { "from": [ 6, 1, 14 ], + "to": [ 10, 9, 16 ], + "faces": { + "down": { "uv": [ 6, 14, 10, 16 ], "texture": "#wood" }, + "up": { "uv": [ 6, 0, 10, 2 ], "texture": "#wood" }, + "north": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood" }, + "south": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood", "cullface": "south" }, + "west": { "uv": [ 0, 7, 2, 15 ], "texture": "#wood" }, + "east": { "uv": [ 14, 7, 16, 15 ], "texture": "#wood" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/tripwire_n.json b/1.12.2/assets/minecraft/models/block/tripwire_n.json new file mode 100644 index 00000000..00da3168 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/tripwire_n.json @@ -0,0 +1,33 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/tripwire_ne.json b/1.12.2/assets/minecraft/models/block/tripwire_ne.json new file mode 100644 index 00000000..bcc3f426 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/tripwire_ne.json @@ -0,0 +1,41 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 8, 1.5, 7.75 ], + "to": [ 12, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + }, + { "from": [ 12, 1.5, 7.75 ], + "to": [ 16, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/tripwire_ns.json b/1.12.2/assets/minecraft/models/block/tripwire_ns.json new file mode 100644 index 00000000..1500d109 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/tripwire_ns.json @@ -0,0 +1,41 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 12 ], + "to": [ 8.25, 1.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/tripwire_nse.json b/1.12.2/assets/minecraft/models/block/tripwire_nse.json new file mode 100644 index 00000000..10374ebf --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/tripwire_nse.json @@ -0,0 +1,57 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 12 ], + "to": [ 8.25, 1.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 8, 1.5, 7.75 ], + "to": [ 12, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + }, + { "from": [ 12, 1.5, 7.75 ], + "to": [ 16, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/tripwire_nsew.json b/1.12.2/assets/minecraft/models/block/tripwire_nsew.json new file mode 100644 index 00000000..f9f1f641 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/tripwire_nsew.json @@ -0,0 +1,73 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 12 ], + "to": [ 8.25, 1.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 0, 1.5, 7.75 ], + "to": [ 4, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + }, + { "from": [ 4, 1.5, 7.75 ], + "to": [ 8, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + }, + { "from": [ 8, 1.5, 7.75 ], + "to": [ 12, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + }, + { "from": [ 12, 1.5, 7.75 ], + "to": [ 16, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/unlit_redstone_lamp.json b/1.12.2/assets/minecraft/models/block/unlit_redstone_lamp.json new file mode 100644 index 00000000..363526b9 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/unlit_redstone_lamp.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/redstone_lamp_off" + } +} diff --git a/1.12.2/assets/minecraft/models/block/unlit_redstone_torch.json b/1.12.2/assets/minecraft/models/block/unlit_redstone_torch.json new file mode 100644 index 00000000..706ef0ac --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/unlit_redstone_torch.json @@ -0,0 +1,6 @@ +{ + "parent": "block/torch", + "textures": { + "torch": "blocks/redstone_torch_off" + } +} diff --git a/1.12.2/assets/minecraft/models/block/unlit_redstone_torch_wall.json b/1.12.2/assets/minecraft/models/block/unlit_redstone_torch_wall.json new file mode 100644 index 00000000..8b114ac8 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/unlit_redstone_torch_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "block/torch_wall", + "textures": { + "torch": "blocks/redstone_torch_off" + } +} diff --git a/1.12.2/assets/minecraft/models/block/upper_slab.json b/1.12.2/assets/minecraft/models/block/upper_slab.json new file mode 100644 index 00000000..e21eb932 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/upper_slab.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#side" + }, + "elements": [ + { "from": [ 0, 8, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 8 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 8 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 8 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 8 ], "texture": "#side", "cullface": "east" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/upper_slab_acacia.json b/1.12.2/assets/minecraft/models/block/upper_slab_acacia.json new file mode 100644 index 00000000..adb0ee02 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/upper_slab_acacia.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/planks_acacia", + "top": "blocks/planks_acacia", + "side": "blocks/planks_acacia" + } +} diff --git a/1.12.2/assets/minecraft/models/block/upper_slab_birch.json b/1.12.2/assets/minecraft/models/block/upper_slab_birch.json new file mode 100644 index 00000000..131f1c2e --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/upper_slab_birch.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/planks_birch", + "top": "blocks/planks_birch", + "side": "blocks/planks_birch" + } +} diff --git a/1.12.2/assets/minecraft/models/block/upper_slab_brick.json b/1.12.2/assets/minecraft/models/block/upper_slab_brick.json new file mode 100644 index 00000000..0205245f --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/upper_slab_brick.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/brick", + "top": "blocks/brick", + "side": "blocks/brick" + } +} diff --git a/1.12.2/assets/minecraft/models/block/upper_slab_cobblestone.json b/1.12.2/assets/minecraft/models/block/upper_slab_cobblestone.json new file mode 100644 index 00000000..ac72e444 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/upper_slab_cobblestone.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/cobblestone", + "top": "blocks/cobblestone", + "side": "blocks/cobblestone" + } +} diff --git a/1.12.2/assets/minecraft/models/block/upper_slab_dark_oak.json b/1.12.2/assets/minecraft/models/block/upper_slab_dark_oak.json new file mode 100644 index 00000000..b4424fc2 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/upper_slab_dark_oak.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/planks_big_oak", + "top": "blocks/planks_big_oak", + "side": "blocks/planks_big_oak" + } +} diff --git a/1.12.2/assets/minecraft/models/block/upper_slab_jungle.json b/1.12.2/assets/minecraft/models/block/upper_slab_jungle.json new file mode 100644 index 00000000..80b5eb65 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/upper_slab_jungle.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/planks_jungle", + "top": "blocks/planks_jungle", + "side": "blocks/planks_jungle" + } +} diff --git a/1.12.2/assets/minecraft/models/block/upper_slab_nether_brick.json b/1.12.2/assets/minecraft/models/block/upper_slab_nether_brick.json new file mode 100644 index 00000000..dabf97bd --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/upper_slab_nether_brick.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/nether_brick", + "top": "blocks/nether_brick", + "side": "blocks/nether_brick" + } +} diff --git a/1.12.2/assets/minecraft/models/block/upper_slab_oak.json b/1.12.2/assets/minecraft/models/block/upper_slab_oak.json new file mode 100644 index 00000000..4c1f3a56 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/upper_slab_oak.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/planks_oak", + "top": "blocks/planks_oak", + "side": "blocks/planks_oak" + } +} diff --git a/1.12.2/assets/minecraft/models/block/upper_slab_purpur.json b/1.12.2/assets/minecraft/models/block/upper_slab_purpur.json new file mode 100644 index 00000000..4f1b0436 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/upper_slab_purpur.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/purpur_block", + "top": "blocks/purpur_block", + "side": "blocks/purpur_block" + } +} diff --git a/1.12.2/assets/minecraft/models/block/upper_slab_quartz.json b/1.12.2/assets/minecraft/models/block/upper_slab_quartz.json new file mode 100644 index 00000000..fd75a452 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/upper_slab_quartz.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/quartz_block_bottom", + "top": "blocks/quartz_block_top", + "side": "blocks/quartz_block_side" + } +} diff --git a/1.12.2/assets/minecraft/models/block/upper_slab_red_sandstone.json b/1.12.2/assets/minecraft/models/block/upper_slab_red_sandstone.json new file mode 100644 index 00000000..2539bdf1 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/upper_slab_red_sandstone.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/red_sandstone_bottom", + "top": "blocks/red_sandstone_top", + "side": "blocks/red_sandstone_normal" + } +} diff --git a/1.12.2/assets/minecraft/models/block/upper_slab_sandstone.json b/1.12.2/assets/minecraft/models/block/upper_slab_sandstone.json new file mode 100644 index 00000000..476b45d9 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/upper_slab_sandstone.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/sandstone_bottom", + "top": "blocks/sandstone_top", + "side": "blocks/sandstone_normal" + } +} diff --git a/1.12.2/assets/minecraft/models/block/upper_slab_spruce.json b/1.12.2/assets/minecraft/models/block/upper_slab_spruce.json new file mode 100644 index 00000000..e2fd5990 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/upper_slab_spruce.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/planks_spruce", + "top": "blocks/planks_spruce", + "side": "blocks/planks_spruce" + } +} diff --git a/1.12.2/assets/minecraft/models/block/upper_slab_stone.json b/1.12.2/assets/minecraft/models/block/upper_slab_stone.json new file mode 100644 index 00000000..dff9915a --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/upper_slab_stone.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/stone_slab_top", + "top": "blocks/stone_slab_top", + "side": "blocks/stone_slab_side" + } +} diff --git a/1.12.2/assets/minecraft/models/block/upper_slab_stone_brick.json b/1.12.2/assets/minecraft/models/block/upper_slab_stone_brick.json new file mode 100644 index 00000000..4b952e00 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/upper_slab_stone_brick.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/stonebrick", + "top": "blocks/stonebrick", + "side": "blocks/stonebrick" + } +} diff --git a/1.12.2/assets/minecraft/models/block/vine_1.json b/1.12.2/assets/minecraft/models/block/vine_1.json new file mode 100644 index 00000000..f5df4dac --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/vine_1.json @@ -0,0 +1,17 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/vine", + "vine": "blocks/vine" + }, + "elements": [ + { "from": [ 0, 0, 15.2 ], + "to": [ 16, 16, 15.2 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/vine_1u.json b/1.12.2/assets/minecraft/models/block/vine_1u.json new file mode 100644 index 00000000..95420079 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/vine_1u.json @@ -0,0 +1,25 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/vine", + "vine": "blocks/vine" + }, + "elements": [ + { "from": [ 0, 15.2, 0 ], + "to": [ 16, 15.2, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 15.2 ], + "to": [ 16, 16, 15.2 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/vine_2.json b/1.12.2/assets/minecraft/models/block/vine_2.json new file mode 100644 index 00000000..76d80dfb --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/vine_2.json @@ -0,0 +1,25 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/vine", + "vine": "blocks/vine" + }, + "elements": [ + { "from": [ 0, 0, 0.8 ], + "to": [ 16, 16, 0.8 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/vine_2_opposite.json b/1.12.2/assets/minecraft/models/block/vine_2_opposite.json new file mode 100644 index 00000000..826f5b70 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/vine_2_opposite.json @@ -0,0 +1,25 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/vine", + "vine": "blocks/vine" + }, + "elements": [ + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0.8, 0, 0 ], + "to": [ 0.8, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/vine_2u.json b/1.12.2/assets/minecraft/models/block/vine_2u.json new file mode 100644 index 00000000..8d2ccd42 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/vine_2u.json @@ -0,0 +1,33 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/vine", + "vine": "blocks/vine" + }, + "elements": [ + { "from": [ 0, 15.2, 0 ], + "to": [ 16, 15.2, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.8 ], + "to": [ 16, 16, 0.8 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/vine_2u_opposite.json b/1.12.2/assets/minecraft/models/block/vine_2u_opposite.json new file mode 100644 index 00000000..ca9221c9 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/vine_2u_opposite.json @@ -0,0 +1,33 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/vine", + "vine": "blocks/vine" + }, + "elements": [ + { "from": [ 0, 15.2, 0 ], + "to": [ 16, 15.2, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0.8, 0, 0 ], + "to": [ 0.8, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/vine_3.json b/1.12.2/assets/minecraft/models/block/vine_3.json new file mode 100644 index 00000000..4188a5c0 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/vine_3.json @@ -0,0 +1,33 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/vine", + "vine": "blocks/vine" + }, + "elements": [ + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 15.2 ], + "to": [ 16, 16, 15.2 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.8 ], + "to": [ 16, 16, 0.8 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/vine_3u.json b/1.12.2/assets/minecraft/models/block/vine_3u.json new file mode 100644 index 00000000..a5e94773 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/vine_3u.json @@ -0,0 +1,41 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/vine", + "vine": "blocks/vine" + }, + "elements": [ + { "from": [ 0, 15.2, 0 ], + "to": [ 16, 15.2, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 15.2 ], + "to": [ 16, 16, 15.2 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.8 ], + "to": [ 16, 16, 0.8 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/vine_4.json b/1.12.2/assets/minecraft/models/block/vine_4.json new file mode 100644 index 00000000..781fa27e --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/vine_4.json @@ -0,0 +1,41 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/vine", + "vine": "blocks/vine" + }, + "elements": [ + { "from": [ 0.8, 0, 0 ], + "to": [ 0.8, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 15.2 ], + "to": [ 16, 16, 15.2 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.8 ], + "to": [ 16, 16, 0.8 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/vine_4u.json b/1.12.2/assets/minecraft/models/block/vine_4u.json new file mode 100644 index 00000000..6511e6d5 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/vine_4u.json @@ -0,0 +1,49 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/vine", + "vine": "blocks/vine" + }, + "elements": [ + { "from": [ 0, 15.2, 0 ], + "to": [ 16, 15.2, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0.8, 0, 0 ], + "to": [ 0.8, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 15.2 ], + "to": [ 16, 16, 15.2 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.8 ], + "to": [ 16, 16, 0.8 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/vine_u.json b/1.12.2/assets/minecraft/models/block/vine_u.json new file mode 100644 index 00000000..6826525e --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/vine_u.json @@ -0,0 +1,17 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/vine", + "vine": "blocks/vine" + }, + "elements": [ + { "from": [ 0, 15.2, 0 ], + "to": [ 16, 15.2, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/wall_gate_closed.json b/1.12.2/assets/minecraft/models/block/wall_gate_closed.json new file mode 100644 index 00000000..0304ae96 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/wall_gate_closed.json @@ -0,0 +1,96 @@ +{ + "ambientocclusion": false, + "textures": { + "particle" : "#texture" + }, + "elements": [ + { "__comment": "Left-hand post", + "from": [ 0, 2, 7 ], + "to": [ 2, 13, 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, 2, 7 ], + "to": [ 16, 13, 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, 3, 7 ], + "to": [ 8, 12, 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, 3, 7 ], + "to": [ 10, 12, 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, 3, 7 ], + "to": [ 6, 6, 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, 9, 7 ], + "to": [ 6, 12, 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, 3, 7 ], + "to": [ 14, 6, 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, 9, 7 ], + "to": [ 14, 12, 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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/wall_gate_open.json b/1.12.2/assets/minecraft/models/block/wall_gate_open.json new file mode 100644 index 00000000..99290154 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/wall_gate_open.json @@ -0,0 +1,96 @@ +{ + "ambientocclusion": false, + "textures": { + "particle" : "#texture" + }, + "elements": [ + { "__comment": "Left-hand post", + "from": [ 0, 2, 7 ], + "to": [ 2, 13, 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, 2, 7 ], + "to": [ 16, 13, 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, 3, 13 ], + "to": [ 2, 12, 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, 3, 13 ], + "to": [ 16, 12, 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, 3, 9 ], + "to": [ 2, 6, 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, 9, 9 ], + "to": [ 2, 12, 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, 3, 9 ], + "to": [ 16, 6, 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, 9, 9 ], + "to": [ 16, 12, 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" } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/wall_inventory.json b/1.12.2/assets/minecraft/models/block/wall_inventory.json new file mode 100644 index 00000000..4638d77e --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/wall_inventory.json @@ -0,0 +1,44 @@ +{ "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": "#wall" + }, + "elements": [ + { "from": [ 4, 0, 4 ], + "to": [ 12, 16, 12 ], + "faces": { + "down": { "uv": [ 4, 4, 12, 12 ], "texture": "#wall", "cullface": "down" }, + "up": { "uv": [ 4, 4, 12, 12 ], "texture": "#wall" }, + "north": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, + "south": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, + "west": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, + "east": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" } + }, + "__comment": "Center post" + }, + { "from": [ 5, 0, 0 ], + "to": [ 11, 13, 16 ], + "faces": { + "down": { "uv": [ 5, 0, 11, 16 ], "texture": "#wall", "cullface": "down" }, + "up": { "uv": [ 5, 0, 11, 16 ], "texture": "#wall" }, + "north": { "uv": [ 5, 3, 11, 16 ], "texture": "#wall", "cullface": "north" }, + "south": { "uv": [ 5, 3, 11, 16 ], "texture": "#wall", "cullface": "south" }, + "west": { "uv": [ 0, 3, 16, 16 ], "texture": "#wall" }, + "east": { "uv": [ 0, 3, 16, 16 ], "texture": "#wall" } + }, + "__comment": "Full wall" + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/wall_post.json b/1.12.2/assets/minecraft/models/block/wall_post.json new file mode 100644 index 00000000..89874dd3 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/wall_post.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "#wall" + }, + "elements": [ + { "from": [ 4, 0, 4 ], + "to": [ 12, 16, 12 ], + "faces": { + "down": { "texture": "#wall", "cullface": "down" }, + "up": { "texture": "#wall", "cullface": "up" }, + "north": { "texture": "#wall" }, + "south": { "texture": "#wall" }, + "west": { "texture": "#wall" }, + "east": { "texture": "#wall" } + }, + "__comment": "Center post" + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/wall_side.json b/1.12.2/assets/minecraft/models/block/wall_side.json new file mode 100644 index 00000000..301854c8 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/wall_side.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#wall" + }, + "elements": [ + { "from": [ 5, 0, 0 ], + "to": [ 11, 14, 8 ], + "faces": { + "down": { "texture": "#wall", "cullface": "down" }, + "up": { "texture": "#wall" }, + "north": { "texture": "#wall", "cullface": "north" }, + "west": { "texture": "#wall" }, + "east": { "texture": "#wall" } + }, + "__comment": "wall" + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/waterlily.json b/1.12.2/assets/minecraft/models/block/waterlily.json new file mode 100644 index 00000000..05ab3ec5 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/waterlily.json @@ -0,0 +1,16 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/waterlily", + "texture": "blocks/waterlily" + }, + "elements": [ + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "faces": { + "down": { "uv": [ 16, 16, 0, 0 ], "texture": "#texture", "tintindex": 0 }, + "up": { "uv": [ 16, 0, 0, 16 ], "texture": "#texture", "tintindex": 0 } + } + } + ] +} diff --git a/1.12.2/assets/minecraft/models/block/web.json b/1.12.2/assets/minecraft/models/block/web.json new file mode 100644 index 00000000..f8865a41 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/web.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/web" + } +} diff --git a/1.12.2/assets/minecraft/models/block/wheat_stage0.json b/1.12.2/assets/minecraft/models/block/wheat_stage0.json new file mode 100644 index 00000000..ce878813 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/wheat_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/wheat_stage_0" + } +} diff --git a/1.12.2/assets/minecraft/models/block/wheat_stage1.json b/1.12.2/assets/minecraft/models/block/wheat_stage1.json new file mode 100644 index 00000000..de91d6e7 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/wheat_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/wheat_stage_1" + } +} diff --git a/1.12.2/assets/minecraft/models/block/wheat_stage2.json b/1.12.2/assets/minecraft/models/block/wheat_stage2.json new file mode 100644 index 00000000..02fd59d1 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/wheat_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/wheat_stage_2" + } +} diff --git a/1.12.2/assets/minecraft/models/block/wheat_stage3.json b/1.12.2/assets/minecraft/models/block/wheat_stage3.json new file mode 100644 index 00000000..dfe64db3 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/wheat_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/wheat_stage_3" + } +} diff --git a/1.12.2/assets/minecraft/models/block/wheat_stage4.json b/1.12.2/assets/minecraft/models/block/wheat_stage4.json new file mode 100644 index 00000000..5ae3af4f --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/wheat_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/wheat_stage_4" + } +} diff --git a/1.12.2/assets/minecraft/models/block/wheat_stage5.json b/1.12.2/assets/minecraft/models/block/wheat_stage5.json new file mode 100644 index 00000000..3ceb724f --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/wheat_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/wheat_stage_5" + } +} diff --git a/1.12.2/assets/minecraft/models/block/wheat_stage6.json b/1.12.2/assets/minecraft/models/block/wheat_stage6.json new file mode 100644 index 00000000..dff51c34 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/wheat_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/wheat_stage_6" + } +} diff --git a/1.12.2/assets/minecraft/models/block/wheat_stage7.json b/1.12.2/assets/minecraft/models/block/wheat_stage7.json new file mode 100644 index 00000000..71dccdcf --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/wheat_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/wheat_stage_7" + } +} diff --git a/1.12.2/assets/minecraft/models/block/white_concrete.json b/1.12.2/assets/minecraft/models/block/white_concrete.json new file mode 100644 index 00000000..1bd42146 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/white_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/concrete_white" + } +} diff --git a/1.12.2/assets/minecraft/models/block/white_concrete_powder.json b/1.12.2/assets/minecraft/models/block/white_concrete_powder.json new file mode 100644 index 00000000..8da75636 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/white_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/concrete_powder_white" + } +} diff --git a/1.12.2/assets/minecraft/models/block/white_glazed_terracotta.json b/1.12.2/assets/minecraft/models/block/white_glazed_terracotta.json new file mode 100644 index 00000000..06a50644 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/white_glazed_terracotta.json @@ -0,0 +1,7 @@ +{ + "parent": "block/glazed_terracotta", + "textures": { + "particle": "blocks/glazed_terracotta_white", + "pattern": "blocks/glazed_terracotta_white" + } +} diff --git a/1.12.2/assets/minecraft/models/block/white_stained_glass_pane_noside.json b/1.12.2/assets/minecraft/models/block/white_stained_glass_pane_noside.json new file mode 100644 index 00000000..335e0daf --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/white_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside", + "textures": { + "pane": "blocks/glass_white" + } +} diff --git a/1.12.2/assets/minecraft/models/block/white_stained_glass_pane_noside_alt.json b/1.12.2/assets/minecraft/models/block/white_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..fdbf3b8c --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/white_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside_alt", + "textures": { + "pane": "blocks/glass_white" + } +} diff --git a/1.12.2/assets/minecraft/models/block/white_stained_glass_pane_post.json b/1.12.2/assets/minecraft/models/block/white_stained_glass_pane_post.json new file mode 100644 index 00000000..23979ef6 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/white_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_post", + "textures": { + "edge": "blocks/glass_pane_top_white", + "pane": "blocks/glass_white" + } +} diff --git a/1.12.2/assets/minecraft/models/block/white_stained_glass_pane_side.json b/1.12.2/assets/minecraft/models/block/white_stained_glass_pane_side.json new file mode 100644 index 00000000..53dba4ad --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/white_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side", + "textures": { + "edge": "blocks/glass_pane_top_white", + "pane": "blocks/glass_white" + } +} diff --git a/1.12.2/assets/minecraft/models/block/white_stained_glass_pane_side_alt.json b/1.12.2/assets/minecraft/models/block/white_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..ea5116b2 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/white_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side_alt", + "textures": { + "edge": "blocks/glass_pane_top_white", + "pane": "blocks/glass_white" + } +} diff --git a/1.12.2/assets/minecraft/models/block/white_tulip.json b/1.12.2/assets/minecraft/models/block/white_tulip.json new file mode 100644 index 00000000..a7566845 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/white_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/flower_tulip_white" + } +} diff --git a/1.12.2/assets/minecraft/models/block/white_wool.json b/1.12.2/assets/minecraft/models/block/white_wool.json new file mode 100644 index 00000000..8d65e424 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/white_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_white" + } +} diff --git a/1.12.2/assets/minecraft/models/block/wooden_button.json b/1.12.2/assets/minecraft/models/block/wooden_button.json new file mode 100644 index 00000000..71de1515 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/wooden_button.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/1.12.2/assets/minecraft/models/block/wooden_button_inventory.json b/1.12.2/assets/minecraft/models/block/wooden_button_inventory.json new file mode 100644 index 00000000..2dbeee4e --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/wooden_button_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button_inventory", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/1.12.2/assets/minecraft/models/block/wooden_button_pressed.json b/1.12.2/assets/minecraft/models/block/wooden_button_pressed.json new file mode 100644 index 00000000..6e87f53d --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/wooden_button_pressed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button_pressed", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/1.12.2/assets/minecraft/models/block/wooden_door_bottom.json b/1.12.2/assets/minecraft/models/block/wooden_door_bottom.json new file mode 100644 index 00000000..32c67408 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/wooden_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom", + "textures": { + "bottom": "blocks/door_wood_lower", + "top": "blocks/door_wood_upper" + } +} diff --git a/1.12.2/assets/minecraft/models/block/wooden_door_bottom_rh.json b/1.12.2/assets/minecraft/models/block/wooden_door_bottom_rh.json new file mode 100644 index 00000000..7ec8d01e --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/wooden_door_bottom_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom_rh", + "textures": { + "bottom": "blocks/door_wood_lower", + "top": "blocks/door_wood_upper" + } +} diff --git a/1.12.2/assets/minecraft/models/block/wooden_door_top.json b/1.12.2/assets/minecraft/models/block/wooden_door_top.json new file mode 100644 index 00000000..4d38b090 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/wooden_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top", + "textures": { + "bottom": "blocks/door_wood_lower", + "top": "blocks/door_wood_upper" + } +} diff --git a/1.12.2/assets/minecraft/models/block/wooden_door_top_rh.json b/1.12.2/assets/minecraft/models/block/wooden_door_top_rh.json new file mode 100644 index 00000000..642d4fdd --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/wooden_door_top_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top_rh", + "textures": { + "bottom": "blocks/door_wood_lower", + "top": "blocks/door_wood_upper" + } +} diff --git a/1.12.2/assets/minecraft/models/block/wooden_pressure_plate_down.json b/1.12.2/assets/minecraft/models/block/wooden_pressure_plate_down.json new file mode 100644 index 00000000..c14ba2fa --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/wooden_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_down", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/1.12.2/assets/minecraft/models/block/wooden_pressure_plate_up.json b/1.12.2/assets/minecraft/models/block/wooden_pressure_plate_up.json new file mode 100644 index 00000000..5438a156 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/wooden_pressure_plate_up.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_up", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/1.12.2/assets/minecraft/models/block/wooden_trapdoor_bottom.json b/1.12.2/assets/minecraft/models/block/wooden_trapdoor_bottom.json new file mode 100644 index 00000000..64915168 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/wooden_trapdoor_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/trapdoor_bottom", + "textures": { + "texture": "blocks/trapdoor" + } +} diff --git a/1.12.2/assets/minecraft/models/block/wooden_trapdoor_open.json b/1.12.2/assets/minecraft/models/block/wooden_trapdoor_open.json new file mode 100644 index 00000000..bf0fb3ff --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/wooden_trapdoor_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/trapdoor_open", + "textures": { + "texture": "blocks/trapdoor" + } +} diff --git a/1.12.2/assets/minecraft/models/block/wooden_trapdoor_top.json b/1.12.2/assets/minecraft/models/block/wooden_trapdoor_top.json new file mode 100644 index 00000000..6d032e71 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/wooden_trapdoor_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/trapdoor_top", + "textures": { + "texture": "blocks/trapdoor" + } +} diff --git a/1.12.2/assets/minecraft/models/block/yellow_concrete.json b/1.12.2/assets/minecraft/models/block/yellow_concrete.json new file mode 100644 index 00000000..91306e86 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/yellow_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/concrete_yellow" + } +} diff --git a/1.12.2/assets/minecraft/models/block/yellow_concrete_powder.json b/1.12.2/assets/minecraft/models/block/yellow_concrete_powder.json new file mode 100644 index 00000000..b2c51700 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/yellow_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/concrete_powder_yellow" + } +} diff --git a/1.12.2/assets/minecraft/models/block/yellow_glazed_terracotta.json b/1.12.2/assets/minecraft/models/block/yellow_glazed_terracotta.json new file mode 100644 index 00000000..fa46d762 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/yellow_glazed_terracotta.json @@ -0,0 +1,7 @@ +{ + "parent": "block/glazed_terracotta", + "textures": { + "particle": "blocks/glazed_terracotta_yellow", + "pattern": "blocks/glazed_terracotta_yellow" + } +} diff --git a/1.12.2/assets/minecraft/models/block/yellow_stained_glass_pane_noside.json b/1.12.2/assets/minecraft/models/block/yellow_stained_glass_pane_noside.json new file mode 100644 index 00000000..ab7603bc --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/yellow_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside", + "textures": { + "pane": "blocks/glass_yellow" + } +} diff --git a/1.12.2/assets/minecraft/models/block/yellow_stained_glass_pane_noside_alt.json b/1.12.2/assets/minecraft/models/block/yellow_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..d2b5f387 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/yellow_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside_alt", + "textures": { + "pane": "blocks/glass_yellow" + } +} diff --git a/1.12.2/assets/minecraft/models/block/yellow_stained_glass_pane_post.json b/1.12.2/assets/minecraft/models/block/yellow_stained_glass_pane_post.json new file mode 100644 index 00000000..507ee081 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/yellow_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_post", + "textures": { + "edge": "blocks/glass_pane_top_yellow", + "pane": "blocks/glass_yellow" + } +} diff --git a/1.12.2/assets/minecraft/models/block/yellow_stained_glass_pane_side.json b/1.12.2/assets/minecraft/models/block/yellow_stained_glass_pane_side.json new file mode 100644 index 00000000..b963ca59 --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/yellow_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side", + "textures": { + "edge": "blocks/glass_pane_top_yellow", + "pane": "blocks/glass_yellow" + } +} diff --git a/1.12.2/assets/minecraft/models/block/yellow_stained_glass_pane_side_alt.json b/1.12.2/assets/minecraft/models/block/yellow_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..b1ed083d --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/yellow_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side_alt", + "textures": { + "edge": "blocks/glass_pane_top_yellow", + "pane": "blocks/glass_yellow" + } +} diff --git a/1.12.2/assets/minecraft/models/block/yellow_wool.json b/1.12.2/assets/minecraft/models/block/yellow_wool.json new file mode 100644 index 00000000..2f778dcf --- /dev/null +++ b/1.12.2/assets/minecraft/models/block/yellow_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_yellow" + } +} diff --git a/1.12.2/assets/minecraft/models/item/acacia_boat.json b/1.12.2/assets/minecraft/models/item/acacia_boat.json new file mode 100644 index 00000000..0391cd80 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/acacia_boat.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/acacia_boat" + } +} diff --git a/1.12.2/assets/minecraft/models/item/acacia_door.json b/1.12.2/assets/minecraft/models/item/acacia_door.json new file mode 100644 index 00000000..b78a5930 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/acacia_door.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/door_acacia" + } +} diff --git a/1.12.2/assets/minecraft/models/item/acacia_fence.json b/1.12.2/assets/minecraft/models/item/acacia_fence.json new file mode 100644 index 00000000..a191ee23 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/acacia_fence.json @@ -0,0 +1,3 @@ +{ + "parent": "block/acacia_fence_inventory" +} diff --git a/1.12.2/assets/minecraft/models/item/acacia_fence_gate.json b/1.12.2/assets/minecraft/models/item/acacia_fence_gate.json new file mode 100644 index 00000000..ba01defc --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/acacia_fence_gate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/acacia_fence_gate_closed" +} diff --git a/1.12.2/assets/minecraft/models/item/acacia_leaves.json b/1.12.2/assets/minecraft/models/item/acacia_leaves.json new file mode 100644 index 00000000..44b625bf --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/acacia_leaves.json @@ -0,0 +1,3 @@ +{ + "parent": "block/acacia_leaves" +} diff --git a/1.12.2/assets/minecraft/models/item/acacia_log.json b/1.12.2/assets/minecraft/models/item/acacia_log.json new file mode 100644 index 00000000..32edb560 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/acacia_log.json @@ -0,0 +1,3 @@ +{ + "parent": "block/acacia_log" +} diff --git a/1.12.2/assets/minecraft/models/item/acacia_planks.json b/1.12.2/assets/minecraft/models/item/acacia_planks.json new file mode 100644 index 00000000..7fcb12aa --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/acacia_planks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/acacia_planks" +} diff --git a/1.12.2/assets/minecraft/models/item/acacia_sapling.json b/1.12.2/assets/minecraft/models/item/acacia_sapling.json new file mode 100644 index 00000000..7fb76617 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/acacia_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/sapling_acacia" + } +} diff --git a/1.12.2/assets/minecraft/models/item/acacia_slab.json b/1.12.2/assets/minecraft/models/item/acacia_slab.json new file mode 100644 index 00000000..a0fe40a3 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/acacia_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/half_slab_acacia" +} diff --git a/1.12.2/assets/minecraft/models/item/acacia_stairs.json b/1.12.2/assets/minecraft/models/item/acacia_stairs.json new file mode 100644 index 00000000..570ee175 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/acacia_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/acacia_stairs" +} diff --git a/1.12.2/assets/minecraft/models/item/activator_rail.json b/1.12.2/assets/minecraft/models/item/activator_rail.json new file mode 100644 index 00000000..5f94c41f --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/activator_rail.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/rail_activator" + } +} diff --git a/1.12.2/assets/minecraft/models/item/allium.json b/1.12.2/assets/minecraft/models/item/allium.json new file mode 100644 index 00000000..d30e3fe2 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/allium.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/flower_allium" + } +} diff --git a/1.12.2/assets/minecraft/models/item/andesite.json b/1.12.2/assets/minecraft/models/item/andesite.json new file mode 100644 index 00000000..c6c205c1 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/andesite.json @@ -0,0 +1,3 @@ +{ + "parent": "block/andesite" +} diff --git a/1.12.2/assets/minecraft/models/item/andesite_smooth.json b/1.12.2/assets/minecraft/models/item/andesite_smooth.json new file mode 100644 index 00000000..479617aa --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/andesite_smooth.json @@ -0,0 +1,3 @@ +{ + "parent": "block/andesite_smooth" +} diff --git a/1.12.2/assets/minecraft/models/item/anvil_intact.json b/1.12.2/assets/minecraft/models/item/anvil_intact.json new file mode 100644 index 00000000..00c7ff52 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/anvil_intact.json @@ -0,0 +1,3 @@ +{ + "parent": "block/anvil_undamaged" +} diff --git a/1.12.2/assets/minecraft/models/item/anvil_slightly_damaged.json b/1.12.2/assets/minecraft/models/item/anvil_slightly_damaged.json new file mode 100644 index 00000000..093a65a5 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/anvil_slightly_damaged.json @@ -0,0 +1,3 @@ +{ + "parent": "block/anvil_slightly_damaged" +} diff --git a/1.12.2/assets/minecraft/models/item/anvil_very_damaged.json b/1.12.2/assets/minecraft/models/item/anvil_very_damaged.json new file mode 100644 index 00000000..4b180e40 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/anvil_very_damaged.json @@ -0,0 +1,3 @@ +{ + "parent": "block/anvil_very_damaged" +} diff --git a/1.12.2/assets/minecraft/models/item/apple.json b/1.12.2/assets/minecraft/models/item/apple.json new file mode 100644 index 00000000..68088f4e --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/apple.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/apple" + } +} diff --git a/1.12.2/assets/minecraft/models/item/armor_stand.json b/1.12.2/assets/minecraft/models/item/armor_stand.json new file mode 100644 index 00000000..b3102f2e --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/armor_stand.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/wooden_armorstand" + } +} diff --git a/1.12.2/assets/minecraft/models/item/arrow.json b/1.12.2/assets/minecraft/models/item/arrow.json new file mode 100644 index 00000000..c724c434 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/arrow.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/arrow" + } +} diff --git a/1.12.2/assets/minecraft/models/item/baked_potato.json b/1.12.2/assets/minecraft/models/item/baked_potato.json new file mode 100644 index 00000000..a919d1f4 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/baked_potato.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/potato_baked" + } +} diff --git a/1.12.2/assets/minecraft/models/item/banner.json b/1.12.2/assets/minecraft/models/item/banner.json new file mode 100644 index 00000000..4b16b2e1 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/banner.json @@ -0,0 +1,35 @@ +{ + "parent": "builtin/entity", + "display": { + "thirdperson_righthand": { + "rotation": [ 0, 90, 0 ], + "translation": [ 0, 2, 0.5], + "scale":[ 0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [ 0, 90, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 0.375, 0.375, 0.375] + }, + "gui": { + "rotation": [ 30, 20, 0 ], + "translation": [ 0, -3.25, 0], + "scale":[ 0.5325, 0.5325, 0.5325] + }, + "ground": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 1, 0], + "scale":[ 0.25, 0.25, 0.25] + }, + "head": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 16, 7], + "scale":[ 1.5, 1.5, 1.5 ] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 0.5, 0.5, 0.5] + } + } +} diff --git a/1.12.2/assets/minecraft/models/item/barrier.json b/1.12.2/assets/minecraft/models/item/barrier.json new file mode 100644 index 00000000..50d3b980 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/barrier.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/barrier" + } +} diff --git a/1.12.2/assets/minecraft/models/item/beacon.json b/1.12.2/assets/minecraft/models/item/beacon.json new file mode 100644 index 00000000..02f00d7e --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/beacon.json @@ -0,0 +1,3 @@ +{ + "parent": "block/beacon" +} diff --git a/1.12.2/assets/minecraft/models/item/bed.json b/1.12.2/assets/minecraft/models/item/bed.json new file mode 100644 index 00000000..b0c6ee0c --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/bed.json @@ -0,0 +1,35 @@ +{ + "parent": "builtin/entity", + "display": { + "thirdperson_righthand": { + "rotation": [ 30, 160, 0 ], + "translation": [ 0, 3, -2], + "scale":[ 0.23, 0.23, 0.23] + }, + "firstperson_righthand": { + "rotation": [ 30, 160, 0 ], + "translation": [ 0, 3, 0], + "scale":[ 0.375, 0.375, 0.375] + }, + "gui": { + "rotation": [ 30, 160, 0 ], + "translation": [ 2, 3, 0], + "scale":[ 0.5325, 0.5325, 0.5325] + }, + "ground": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 1, 0], + "scale":[ 0.25, 0.25, 0.25] + }, + "head": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 10, -8], + "scale":[ 1,1,1 ] + }, + "fixed": { + "rotation": [ 270, 0, 0 ], + "translation": [ 0, 4, -2], + "scale":[ 0.5, 0.5, 0.5] + } + } +} diff --git a/1.12.2/assets/minecraft/models/item/bedrock.json b/1.12.2/assets/minecraft/models/item/bedrock.json new file mode 100644 index 00000000..9ac9ca91 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/bedrock.json @@ -0,0 +1,3 @@ +{ + "parent": "block/bedrock" +} diff --git a/1.12.2/assets/minecraft/models/item/beef.json b/1.12.2/assets/minecraft/models/item/beef.json new file mode 100644 index 00000000..ca5419ce --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/beef.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/beef_raw" + } +} diff --git a/1.12.2/assets/minecraft/models/item/beetroot.json b/1.12.2/assets/minecraft/models/item/beetroot.json new file mode 100644 index 00000000..c3f242f7 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/beetroot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/beetroot" + } +} diff --git a/1.12.2/assets/minecraft/models/item/beetroot_seeds.json b/1.12.2/assets/minecraft/models/item/beetroot_seeds.json new file mode 100644 index 00000000..5b18e84a --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/beetroot_seeds.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/beetroot_seeds" + } +} diff --git a/1.12.2/assets/minecraft/models/item/beetroot_soup.json b/1.12.2/assets/minecraft/models/item/beetroot_soup.json new file mode 100644 index 00000000..48c45f45 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/beetroot_soup.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/beetroot_soup" + } +} diff --git a/1.12.2/assets/minecraft/models/item/birch_boat.json b/1.12.2/assets/minecraft/models/item/birch_boat.json new file mode 100644 index 00000000..fcb529dd --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/birch_boat.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/birch_boat" + } +} diff --git a/1.12.2/assets/minecraft/models/item/birch_door.json b/1.12.2/assets/minecraft/models/item/birch_door.json new file mode 100644 index 00000000..e9c0a452 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/birch_door.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/door_birch" + } +} diff --git a/1.12.2/assets/minecraft/models/item/birch_fence.json b/1.12.2/assets/minecraft/models/item/birch_fence.json new file mode 100644 index 00000000..2e9faa2d --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/birch_fence.json @@ -0,0 +1,3 @@ +{ + "parent": "block/birch_fence_inventory" +} diff --git a/1.12.2/assets/minecraft/models/item/birch_fence_gate.json b/1.12.2/assets/minecraft/models/item/birch_fence_gate.json new file mode 100644 index 00000000..a73a99c3 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/birch_fence_gate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/birch_fence_gate_closed" +} diff --git a/1.12.2/assets/minecraft/models/item/birch_leaves.json b/1.12.2/assets/minecraft/models/item/birch_leaves.json new file mode 100644 index 00000000..9a3f6d5f --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/birch_leaves.json @@ -0,0 +1,3 @@ +{ + "parent": "block/birch_leaves" +} diff --git a/1.12.2/assets/minecraft/models/item/birch_log.json b/1.12.2/assets/minecraft/models/item/birch_log.json new file mode 100644 index 00000000..8ae0965f --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/birch_log.json @@ -0,0 +1,3 @@ +{ + "parent": "block/birch_log" +} diff --git a/1.12.2/assets/minecraft/models/item/birch_planks.json b/1.12.2/assets/minecraft/models/item/birch_planks.json new file mode 100644 index 00000000..b5699077 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/birch_planks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/birch_planks" +} diff --git a/1.12.2/assets/minecraft/models/item/birch_sapling.json b/1.12.2/assets/minecraft/models/item/birch_sapling.json new file mode 100644 index 00000000..d9b6c4a5 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/birch_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/sapling_birch" + } +} diff --git a/1.12.2/assets/minecraft/models/item/birch_slab.json b/1.12.2/assets/minecraft/models/item/birch_slab.json new file mode 100644 index 00000000..73341c4b --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/birch_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/half_slab_birch" +} diff --git a/1.12.2/assets/minecraft/models/item/birch_stairs.json b/1.12.2/assets/minecraft/models/item/birch_stairs.json new file mode 100644 index 00000000..0e4b0be0 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/birch_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/birch_stairs" +} diff --git a/1.12.2/assets/minecraft/models/item/black_carpet.json b/1.12.2/assets/minecraft/models/item/black_carpet.json new file mode 100644 index 00000000..f2db3c5e --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/black_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/carpet_black" +} diff --git a/1.12.2/assets/minecraft/models/item/black_concrete.json b/1.12.2/assets/minecraft/models/item/black_concrete.json new file mode 100644 index 00000000..1b8032bb --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/black_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "block/black_concrete" +} diff --git a/1.12.2/assets/minecraft/models/item/black_concrete_powder.json b/1.12.2/assets/minecraft/models/item/black_concrete_powder.json new file mode 100644 index 00000000..281ea9c0 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/black_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "block/black_concrete_powder" +} diff --git a/1.12.2/assets/minecraft/models/item/black_glazed_terracotta.json b/1.12.2/assets/minecraft/models/item/black_glazed_terracotta.json new file mode 100644 index 00000000..597b4751 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/black_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/black_glazed_terracotta" +} diff --git a/1.12.2/assets/minecraft/models/item/black_shulker_box.json b/1.12.2/assets/minecraft/models/item/black_shulker_box.json new file mode 100644 index 00000000..0884a19c --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/black_shulker_box.json @@ -0,0 +1,3 @@ +{ + "parent": "item/shulker_box" +} diff --git a/1.12.2/assets/minecraft/models/item/black_stained_glass.json b/1.12.2/assets/minecraft/models/item/black_stained_glass.json new file mode 100644 index 00000000..5a51ae1a --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/black_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glass_black" +} diff --git a/1.12.2/assets/minecraft/models/item/black_stained_glass_pane.json b/1.12.2/assets/minecraft/models/item/black_stained_glass_pane.json new file mode 100644 index 00000000..04c3b7c6 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/black_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/glass_black" + } +} diff --git a/1.12.2/assets/minecraft/models/item/black_stained_hardened_clay.json b/1.12.2/assets/minecraft/models/item/black_stained_hardened_clay.json new file mode 100644 index 00000000..5d75f8d5 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/black_stained_hardened_clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hardened_clay_black" +} diff --git a/1.12.2/assets/minecraft/models/item/black_wool.json b/1.12.2/assets/minecraft/models/item/black_wool.json new file mode 100644 index 00000000..786c753a --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/black_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/black_wool" +} diff --git a/1.12.2/assets/minecraft/models/item/blaze_powder.json b/1.12.2/assets/minecraft/models/item/blaze_powder.json new file mode 100644 index 00000000..f433bf3c --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/blaze_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/blaze_powder" + } +} diff --git a/1.12.2/assets/minecraft/models/item/blaze_rod.json b/1.12.2/assets/minecraft/models/item/blaze_rod.json new file mode 100644 index 00000000..54c85ac8 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/blaze_rod.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/blaze_rod" + } +} diff --git a/1.12.2/assets/minecraft/models/item/blue_carpet.json b/1.12.2/assets/minecraft/models/item/blue_carpet.json new file mode 100644 index 00000000..e72f58bc --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/blue_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/carpet_blue" +} diff --git a/1.12.2/assets/minecraft/models/item/blue_concrete.json b/1.12.2/assets/minecraft/models/item/blue_concrete.json new file mode 100644 index 00000000..a6b6d003 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/blue_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "block/blue_concrete" +} diff --git a/1.12.2/assets/minecraft/models/item/blue_concrete_powder.json b/1.12.2/assets/minecraft/models/item/blue_concrete_powder.json new file mode 100644 index 00000000..360aaba6 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/blue_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "block/blue_concrete_powder" +} diff --git a/1.12.2/assets/minecraft/models/item/blue_glazed_terracotta.json b/1.12.2/assets/minecraft/models/item/blue_glazed_terracotta.json new file mode 100644 index 00000000..80005a49 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/blue_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/blue_glazed_terracotta" +} diff --git a/1.12.2/assets/minecraft/models/item/blue_orchid.json b/1.12.2/assets/minecraft/models/item/blue_orchid.json new file mode 100644 index 00000000..8b8e99e4 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/blue_orchid.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/flower_blue_orchid" + } +} diff --git a/1.12.2/assets/minecraft/models/item/blue_shulker_box.json b/1.12.2/assets/minecraft/models/item/blue_shulker_box.json new file mode 100644 index 00000000..0884a19c --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/blue_shulker_box.json @@ -0,0 +1,3 @@ +{ + "parent": "item/shulker_box" +} diff --git a/1.12.2/assets/minecraft/models/item/blue_stained_glass.json b/1.12.2/assets/minecraft/models/item/blue_stained_glass.json new file mode 100644 index 00000000..9947610d --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/blue_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glass_blue" +} diff --git a/1.12.2/assets/minecraft/models/item/blue_stained_glass_pane.json b/1.12.2/assets/minecraft/models/item/blue_stained_glass_pane.json new file mode 100644 index 00000000..80056f02 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/blue_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/glass_blue" + } +} diff --git a/1.12.2/assets/minecraft/models/item/blue_stained_hardened_clay.json b/1.12.2/assets/minecraft/models/item/blue_stained_hardened_clay.json new file mode 100644 index 00000000..7d3a7f60 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/blue_stained_hardened_clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hardened_clay_blue" +} diff --git a/1.12.2/assets/minecraft/models/item/blue_wool.json b/1.12.2/assets/minecraft/models/item/blue_wool.json new file mode 100644 index 00000000..19e06920 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/blue_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/blue_wool" +} diff --git a/1.12.2/assets/minecraft/models/item/bone.json b/1.12.2/assets/minecraft/models/item/bone.json new file mode 100644 index 00000000..abc496a2 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/bone.json @@ -0,0 +1,13 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/bone" + }, + "display": { + "head": { + "rotation": [ 0, 0, -45 ], + "translation": [ 0, -4.5, -6.5], + "scale":[ 1, 1, 1 ] + } + } +} diff --git a/1.12.2/assets/minecraft/models/item/bone_block.json b/1.12.2/assets/minecraft/models/item/bone_block.json new file mode 100644 index 00000000..11a7c3e6 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/bone_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/bone_block" +} diff --git a/1.12.2/assets/minecraft/models/item/book.json b/1.12.2/assets/minecraft/models/item/book.json new file mode 100644 index 00000000..a81f0086 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/book.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/book_normal" + } +} diff --git a/1.12.2/assets/minecraft/models/item/bookshelf.json b/1.12.2/assets/minecraft/models/item/bookshelf.json new file mode 100644 index 00000000..102e2029 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/bookshelf.json @@ -0,0 +1,3 @@ +{ + "parent": "block/bookshelf" +} diff --git a/1.12.2/assets/minecraft/models/item/bottle_drinkable.json b/1.12.2/assets/minecraft/models/item/bottle_drinkable.json new file mode 100644 index 00000000..4be5a399 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/bottle_drinkable.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/potion_overlay", + "layer1": "items/potion_bottle_drinkable" + } +} diff --git a/1.12.2/assets/minecraft/models/item/bottle_lingering.json b/1.12.2/assets/minecraft/models/item/bottle_lingering.json new file mode 100644 index 00000000..de9b9764 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/bottle_lingering.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/potion_overlay", + "layer1": "items/potion_bottle_lingering" + } +} diff --git a/1.12.2/assets/minecraft/models/item/bottle_splash.json b/1.12.2/assets/minecraft/models/item/bottle_splash.json new file mode 100644 index 00000000..b8aa179d --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/bottle_splash.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/potion_overlay", + "layer1": "items/potion_bottle_splash" + } +} diff --git a/1.12.2/assets/minecraft/models/item/bow.json b/1.12.2/assets/minecraft/models/item/bow.json new file mode 100644 index 00000000..24bdd505 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/bow.json @@ -0,0 +1,50 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/bow_standby" + }, + "display": { + "thirdperson_righthand": { + "rotation": [ -80, 260, -40 ], + "translation": [ -1, -2, 2.5 ], + "scale": [ 0.9, 0.9, 0.9 ] + }, + "thirdperson_lefthand": { + "rotation": [ -80, -280, 40 ], + "translation": [ -1, -2, 2.5 ], + "scale": [ 0.9, 0.9, 0.9 ] + }, + "firstperson_righthand": { + "rotation": [ 0, -90, 25 ], + "translation": [ 1.13, 3.2, 1.13], + "scale": [ 0.68, 0.68, 0.68 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, 90, -25 ], + "translation": [ 1.13, 3.2, 1.13], + "scale": [ 0.68, 0.68, 0.68 ] + } + }, + "overrides": [ + { + "predicate": { + "pulling": 1 + }, + "model": "item/bow_pulling_0" + }, + { + "predicate": { + "pulling": 1, + "pull": 0.65 + }, + "model": "item/bow_pulling_1" + }, + { + "predicate": { + "pulling": 1, + "pull": 0.9 + }, + "model": "item/bow_pulling_2" + } + ] +} diff --git a/1.12.2/assets/minecraft/models/item/bow_pulling_0.json b/1.12.2/assets/minecraft/models/item/bow_pulling_0.json new file mode 100644 index 00000000..3bac7ae9 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/bow_pulling_0.json @@ -0,0 +1,6 @@ +{ + "parent": "item/bow", + "textures": { + "layer0": "items/bow_pulling_0" + } +} diff --git a/1.12.2/assets/minecraft/models/item/bow_pulling_1.json b/1.12.2/assets/minecraft/models/item/bow_pulling_1.json new file mode 100644 index 00000000..797d4ea0 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/bow_pulling_1.json @@ -0,0 +1,6 @@ +{ + "parent": "item/bow", + "textures": { + "layer0": "items/bow_pulling_1" + } +} diff --git a/1.12.2/assets/minecraft/models/item/bow_pulling_2.json b/1.12.2/assets/minecraft/models/item/bow_pulling_2.json new file mode 100644 index 00000000..3c475f61 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/bow_pulling_2.json @@ -0,0 +1,6 @@ +{ + "parent": "item/bow", + "textures": { + "layer0": "items/bow_pulling_2" + } +} diff --git a/1.12.2/assets/minecraft/models/item/bowl.json b/1.12.2/assets/minecraft/models/item/bowl.json new file mode 100644 index 00000000..b2205c7f --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/bowl.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/bowl" + } +} diff --git a/1.12.2/assets/minecraft/models/item/bread.json b/1.12.2/assets/minecraft/models/item/bread.json new file mode 100644 index 00000000..8ff04a01 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/bread.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/bread" + } +} diff --git a/1.12.2/assets/minecraft/models/item/brewing_stand.json b/1.12.2/assets/minecraft/models/item/brewing_stand.json new file mode 100644 index 00000000..bded1204 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/brewing_stand.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/brewing_stand" + } +} diff --git a/1.12.2/assets/minecraft/models/item/brick.json b/1.12.2/assets/minecraft/models/item/brick.json new file mode 100644 index 00000000..6cca5771 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/brick.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/brick" + } +} diff --git a/1.12.2/assets/minecraft/models/item/brick_block.json b/1.12.2/assets/minecraft/models/item/brick_block.json new file mode 100644 index 00000000..0337af3a --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/brick_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/brick" +} diff --git a/1.12.2/assets/minecraft/models/item/brick_slab.json b/1.12.2/assets/minecraft/models/item/brick_slab.json new file mode 100644 index 00000000..f088f82c --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/brick_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/half_slab_brick" +} diff --git a/1.12.2/assets/minecraft/models/item/brick_stairs.json b/1.12.2/assets/minecraft/models/item/brick_stairs.json new file mode 100644 index 00000000..ef796cef --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/brick_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/brick_stairs" +} diff --git a/1.12.2/assets/minecraft/models/item/broken_elytra.json b/1.12.2/assets/minecraft/models/item/broken_elytra.json new file mode 100644 index 00000000..60cb9d30 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/broken_elytra.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/broken_elytra" + } +} diff --git a/1.12.2/assets/minecraft/models/item/brown_carpet.json b/1.12.2/assets/minecraft/models/item/brown_carpet.json new file mode 100644 index 00000000..2fdfa0cb --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/brown_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/carpet_brown" +} diff --git a/1.12.2/assets/minecraft/models/item/brown_concrete.json b/1.12.2/assets/minecraft/models/item/brown_concrete.json new file mode 100644 index 00000000..e89859b0 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/brown_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "block/brown_concrete" +} diff --git a/1.12.2/assets/minecraft/models/item/brown_concrete_powder.json b/1.12.2/assets/minecraft/models/item/brown_concrete_powder.json new file mode 100644 index 00000000..ae64c0f5 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/brown_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "block/brown_concrete_powder" +} diff --git a/1.12.2/assets/minecraft/models/item/brown_glazed_terracotta.json b/1.12.2/assets/minecraft/models/item/brown_glazed_terracotta.json new file mode 100644 index 00000000..b0f8bddf --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/brown_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/brown_glazed_terracotta" +} diff --git a/1.12.2/assets/minecraft/models/item/brown_mushroom.json b/1.12.2/assets/minecraft/models/item/brown_mushroom.json new file mode 100644 index 00000000..f153d9eb --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/brown_mushroom.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/mushroom_brown" + } +} diff --git a/1.12.2/assets/minecraft/models/item/brown_mushroom_block.json b/1.12.2/assets/minecraft/models/item/brown_mushroom_block.json new file mode 100644 index 00000000..2279430e --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/brown_mushroom_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/brown_mushroom_block_cap_all" +} diff --git a/1.12.2/assets/minecraft/models/item/brown_shulker_box.json b/1.12.2/assets/minecraft/models/item/brown_shulker_box.json new file mode 100644 index 00000000..0884a19c --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/brown_shulker_box.json @@ -0,0 +1,3 @@ +{ + "parent": "item/shulker_box" +} diff --git a/1.12.2/assets/minecraft/models/item/brown_stained_glass.json b/1.12.2/assets/minecraft/models/item/brown_stained_glass.json new file mode 100644 index 00000000..d66a37fa --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/brown_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glass_brown" +} diff --git a/1.12.2/assets/minecraft/models/item/brown_stained_glass_pane.json b/1.12.2/assets/minecraft/models/item/brown_stained_glass_pane.json new file mode 100644 index 00000000..15bfbfcf --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/brown_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/glass_brown" + } +} diff --git a/1.12.2/assets/minecraft/models/item/brown_stained_hardened_clay.json b/1.12.2/assets/minecraft/models/item/brown_stained_hardened_clay.json new file mode 100644 index 00000000..a0f74051 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/brown_stained_hardened_clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hardened_clay_brown" +} diff --git a/1.12.2/assets/minecraft/models/item/brown_wool.json b/1.12.2/assets/minecraft/models/item/brown_wool.json new file mode 100644 index 00000000..7842c8fb --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/brown_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/brown_wool" +} diff --git a/1.12.2/assets/minecraft/models/item/bucket.json b/1.12.2/assets/minecraft/models/item/bucket.json new file mode 100644 index 00000000..aa764e17 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/bucket.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/bucket_empty" + } +} diff --git a/1.12.2/assets/minecraft/models/item/cactus.json b/1.12.2/assets/minecraft/models/item/cactus.json new file mode 100644 index 00000000..1e95f2d1 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/cactus.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cactus" +} diff --git a/1.12.2/assets/minecraft/models/item/cake.json b/1.12.2/assets/minecraft/models/item/cake.json new file mode 100644 index 00000000..75633147 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/cake.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/cake" + } +} diff --git a/1.12.2/assets/minecraft/models/item/carrot.json b/1.12.2/assets/minecraft/models/item/carrot.json new file mode 100644 index 00000000..3634037b --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/carrot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/carrot" + } +} diff --git a/1.12.2/assets/minecraft/models/item/carrot_on_a_stick.json b/1.12.2/assets/minecraft/models/item/carrot_on_a_stick.json new file mode 100644 index 00000000..332e7166 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/carrot_on_a_stick.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld_rod", + "textures": { + "layer0": "items/carrot_on_a_stick" + } +} diff --git a/1.12.2/assets/minecraft/models/item/cauldron.json b/1.12.2/assets/minecraft/models/item/cauldron.json new file mode 100644 index 00000000..c06707d9 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/cauldron.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/cauldron" + } +} diff --git a/1.12.2/assets/minecraft/models/item/chain_command_block.json b/1.12.2/assets/minecraft/models/item/chain_command_block.json new file mode 100644 index 00000000..f151ef14 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/chain_command_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/chain_command_block" +} diff --git a/1.12.2/assets/minecraft/models/item/chainmail_boots.json b/1.12.2/assets/minecraft/models/item/chainmail_boots.json new file mode 100644 index 00000000..bebded2f --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/chainmail_boots.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/chainmail_boots" + } +} diff --git a/1.12.2/assets/minecraft/models/item/chainmail_chestplate.json b/1.12.2/assets/minecraft/models/item/chainmail_chestplate.json new file mode 100644 index 00000000..031e1833 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/chainmail_chestplate.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/chainmail_chestplate" + } +} diff --git a/1.12.2/assets/minecraft/models/item/chainmail_helmet.json b/1.12.2/assets/minecraft/models/item/chainmail_helmet.json new file mode 100644 index 00000000..41c28bd2 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/chainmail_helmet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/chainmail_helmet" + } +} diff --git a/1.12.2/assets/minecraft/models/item/chainmail_leggings.json b/1.12.2/assets/minecraft/models/item/chainmail_leggings.json new file mode 100644 index 00000000..306c6c0d --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/chainmail_leggings.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/chainmail_leggings" + } +} diff --git a/1.12.2/assets/minecraft/models/item/charcoal.json b/1.12.2/assets/minecraft/models/item/charcoal.json new file mode 100644 index 00000000..679e6f14 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/charcoal.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/charcoal" + } +} diff --git a/1.12.2/assets/minecraft/models/item/chest.json b/1.12.2/assets/minecraft/models/item/chest.json new file mode 100644 index 00000000..7bfe2e69 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/chest.json @@ -0,0 +1,35 @@ +{ + "parent": "builtin/entity", + "display": { + "gui": { + "rotation": [ 30, 45, 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 ] + }, + "head": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 1, 1, 1] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 0.5, 0.5, 0.5 ] + }, + "thirdperson_righthand": { + "rotation": [ 75, 315, 0 ], + "translation": [ 0, 2.5, 0], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 315, 0 ], + "translation": [ 0, 0, 0], + "scale": [ 0.4, 0.4, 0.4 ] + } + } +} diff --git a/1.12.2/assets/minecraft/models/item/chest_minecart.json b/1.12.2/assets/minecraft/models/item/chest_minecart.json new file mode 100644 index 00000000..69f8fd68 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/chest_minecart.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/minecart_chest" + } +} diff --git a/1.12.2/assets/minecraft/models/item/chicken.json b/1.12.2/assets/minecraft/models/item/chicken.json new file mode 100644 index 00000000..646b6739 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/chicken.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/chicken_raw" + } +} diff --git a/1.12.2/assets/minecraft/models/item/chiseled_brick_monster_egg.json b/1.12.2/assets/minecraft/models/item/chiseled_brick_monster_egg.json new file mode 100644 index 00000000..b2ba7dd2 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/chiseled_brick_monster_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stonebrick_chiseled" +} diff --git a/1.12.2/assets/minecraft/models/item/chiseled_quartz_block.json b/1.12.2/assets/minecraft/models/item/chiseled_quartz_block.json new file mode 100644 index 00000000..9bafc881 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/chiseled_quartz_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/quartz_chiseled" +} diff --git a/1.12.2/assets/minecraft/models/item/chiseled_red_sandstone.json b/1.12.2/assets/minecraft/models/item/chiseled_red_sandstone.json new file mode 100644 index 00000000..215a14e7 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/chiseled_red_sandstone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_sandstone_chiseled" +} diff --git a/1.12.2/assets/minecraft/models/item/chiseled_sandstone.json b/1.12.2/assets/minecraft/models/item/chiseled_sandstone.json new file mode 100644 index 00000000..7dfb93b8 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/chiseled_sandstone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/sandstone_chiseled" +} diff --git a/1.12.2/assets/minecraft/models/item/chiseled_stonebrick.json b/1.12.2/assets/minecraft/models/item/chiseled_stonebrick.json new file mode 100644 index 00000000..b2ba7dd2 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/chiseled_stonebrick.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stonebrick_chiseled" +} diff --git a/1.12.2/assets/minecraft/models/item/chorus_flower.json b/1.12.2/assets/minecraft/models/item/chorus_flower.json new file mode 100644 index 00000000..5c621b09 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/chorus_flower.json @@ -0,0 +1,3 @@ +{ + "parent": "block/chorus_flower" +} diff --git a/1.12.2/assets/minecraft/models/item/chorus_fruit.json b/1.12.2/assets/minecraft/models/item/chorus_fruit.json new file mode 100644 index 00000000..36e4a7a6 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/chorus_fruit.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/chorus_fruit" + } +} diff --git a/1.12.2/assets/minecraft/models/item/chorus_fruit_popped.json b/1.12.2/assets/minecraft/models/item/chorus_fruit_popped.json new file mode 100644 index 00000000..c2ebc9c2 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/chorus_fruit_popped.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/chorus_fruit_popped" + } +} diff --git a/1.12.2/assets/minecraft/models/item/chorus_plant.json b/1.12.2/assets/minecraft/models/item/chorus_plant.json new file mode 100644 index 00000000..201329f7 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/chorus_plant.json @@ -0,0 +1,3 @@ +{ + "parent": "block/chorus_plant" +} diff --git a/1.12.2/assets/minecraft/models/item/clay.json b/1.12.2/assets/minecraft/models/item/clay.json new file mode 100644 index 00000000..329c9863 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/clay" +} diff --git a/1.12.2/assets/minecraft/models/item/clay_ball.json b/1.12.2/assets/minecraft/models/item/clay_ball.json new file mode 100644 index 00000000..9d9e9e82 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/clay_ball.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clay_ball" + } +} diff --git a/1.12.2/assets/minecraft/models/item/clock.json b/1.12.2/assets/minecraft/models/item/clock.json new file mode 100644 index 00000000..be4389ed --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/clock.json @@ -0,0 +1,73 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_00" + }, + "overrides": [ + { "predicate": { "time": 0.0000000 }, "model": "item/clock" }, + { "predicate": { "time": 0.0078125 }, "model": "item/clock_01" }, + { "predicate": { "time": 0.0234375 }, "model": "item/clock_02" }, + { "predicate": { "time": 0.0390625 }, "model": "item/clock_03" }, + { "predicate": { "time": 0.0546875 }, "model": "item/clock_04" }, + { "predicate": { "time": 0.0703125 }, "model": "item/clock_05" }, + { "predicate": { "time": 0.0859375 }, "model": "item/clock_06" }, + { "predicate": { "time": 0.1015625 }, "model": "item/clock_07" }, + { "predicate": { "time": 0.1171875 }, "model": "item/clock_08" }, + { "predicate": { "time": 0.1328125 }, "model": "item/clock_09" }, + { "predicate": { "time": 0.1484375 }, "model": "item/clock_10" }, + { "predicate": { "time": 0.1640625 }, "model": "item/clock_11" }, + { "predicate": { "time": 0.1796875 }, "model": "item/clock_12" }, + { "predicate": { "time": 0.1953125 }, "model": "item/clock_13" }, + { "predicate": { "time": 0.2109375 }, "model": "item/clock_14" }, + { "predicate": { "time": 0.2265625 }, "model": "item/clock_15" }, + { "predicate": { "time": 0.2421875 }, "model": "item/clock_16" }, + { "predicate": { "time": 0.2578125 }, "model": "item/clock_17" }, + { "predicate": { "time": 0.2734375 }, "model": "item/clock_18" }, + { "predicate": { "time": 0.2890625 }, "model": "item/clock_19" }, + { "predicate": { "time": 0.3046875 }, "model": "item/clock_20" }, + { "predicate": { "time": 0.3203125 }, "model": "item/clock_21" }, + { "predicate": { "time": 0.3359375 }, "model": "item/clock_22" }, + { "predicate": { "time": 0.3515625 }, "model": "item/clock_23" }, + { "predicate": { "time": 0.3671875 }, "model": "item/clock_24" }, + { "predicate": { "time": 0.3828125 }, "model": "item/clock_25" }, + { "predicate": { "time": 0.3984375 }, "model": "item/clock_26" }, + { "predicate": { "time": 0.4140625 }, "model": "item/clock_27" }, + { "predicate": { "time": 0.4296875 }, "model": "item/clock_28" }, + { "predicate": { "time": 0.4453125 }, "model": "item/clock_29" }, + { "predicate": { "time": 0.4609375 }, "model": "item/clock_30" }, + { "predicate": { "time": 0.4765625 }, "model": "item/clock_31" }, + { "predicate": { "time": 0.4921875 }, "model": "item/clock_32" }, + { "predicate": { "time": 0.5078125 }, "model": "item/clock_33" }, + { "predicate": { "time": 0.5234375 }, "model": "item/clock_34" }, + { "predicate": { "time": 0.5390625 }, "model": "item/clock_35" }, + { "predicate": { "time": 0.5546875 }, "model": "item/clock_36" }, + { "predicate": { "time": 0.5703125 }, "model": "item/clock_37" }, + { "predicate": { "time": 0.5859375 }, "model": "item/clock_38" }, + { "predicate": { "time": 0.6015625 }, "model": "item/clock_39" }, + { "predicate": { "time": 0.6171875 }, "model": "item/clock_40" }, + { "predicate": { "time": 0.6328125 }, "model": "item/clock_41" }, + { "predicate": { "time": 0.6484375 }, "model": "item/clock_42" }, + { "predicate": { "time": 0.6640625 }, "model": "item/clock_43" }, + { "predicate": { "time": 0.6796875 }, "model": "item/clock_44" }, + { "predicate": { "time": 0.6953125 }, "model": "item/clock_45" }, + { "predicate": { "time": 0.7109375 }, "model": "item/clock_46" }, + { "predicate": { "time": 0.7265625 }, "model": "item/clock_47" }, + { "predicate": { "time": 0.7421875 }, "model": "item/clock_48" }, + { "predicate": { "time": 0.7578125 }, "model": "item/clock_49" }, + { "predicate": { "time": 0.7734375 }, "model": "item/clock_50" }, + { "predicate": { "time": 0.7890625 }, "model": "item/clock_51" }, + { "predicate": { "time": 0.8046875 }, "model": "item/clock_52" }, + { "predicate": { "time": 0.8203125 }, "model": "item/clock_53" }, + { "predicate": { "time": 0.8359375 }, "model": "item/clock_54" }, + { "predicate": { "time": 0.8515625 }, "model": "item/clock_55" }, + { "predicate": { "time": 0.8671875 }, "model": "item/clock_56" }, + { "predicate": { "time": 0.8828125 }, "model": "item/clock_57" }, + { "predicate": { "time": 0.8984375 }, "model": "item/clock_58" }, + { "predicate": { "time": 0.9140625 }, "model": "item/clock_59" }, + { "predicate": { "time": 0.9296875 }, "model": "item/clock_60" }, + { "predicate": { "time": 0.9453125 }, "model": "item/clock_61" }, + { "predicate": { "time": 0.9609375 }, "model": "item/clock_62" }, + { "predicate": { "time": 0.9765625 }, "model": "item/clock_63" }, + { "predicate": { "time": 0.9921875 }, "model": "item/clock" } + ] +} diff --git a/1.12.2/assets/minecraft/models/item/clock_01.json b/1.12.2/assets/minecraft/models/item/clock_01.json new file mode 100644 index 00000000..a80fa6ff --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/clock_01.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_01" + } +} diff --git a/1.12.2/assets/minecraft/models/item/clock_02.json b/1.12.2/assets/minecraft/models/item/clock_02.json new file mode 100644 index 00000000..7c5cf79c --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/clock_02.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_02" + } +} diff --git a/1.12.2/assets/minecraft/models/item/clock_03.json b/1.12.2/assets/minecraft/models/item/clock_03.json new file mode 100644 index 00000000..f3cfcae6 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/clock_03.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_03" + } +} diff --git a/1.12.2/assets/minecraft/models/item/clock_04.json b/1.12.2/assets/minecraft/models/item/clock_04.json new file mode 100644 index 00000000..abec7b64 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/clock_04.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_04" + } +} diff --git a/1.12.2/assets/minecraft/models/item/clock_05.json b/1.12.2/assets/minecraft/models/item/clock_05.json new file mode 100644 index 00000000..1d8a9d8f --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/clock_05.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_05" + } +} diff --git a/1.12.2/assets/minecraft/models/item/clock_06.json b/1.12.2/assets/minecraft/models/item/clock_06.json new file mode 100644 index 00000000..0f0ad671 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/clock_06.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_06" + } +} diff --git a/1.12.2/assets/minecraft/models/item/clock_07.json b/1.12.2/assets/minecraft/models/item/clock_07.json new file mode 100644 index 00000000..a4017fd8 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/clock_07.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_07" + } +} diff --git a/1.12.2/assets/minecraft/models/item/clock_08.json b/1.12.2/assets/minecraft/models/item/clock_08.json new file mode 100644 index 00000000..32c44227 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/clock_08.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_08" + } +} diff --git a/1.12.2/assets/minecraft/models/item/clock_09.json b/1.12.2/assets/minecraft/models/item/clock_09.json new file mode 100644 index 00000000..94f7a230 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/clock_09.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_09" + } +} diff --git a/1.12.2/assets/minecraft/models/item/clock_10.json b/1.12.2/assets/minecraft/models/item/clock_10.json new file mode 100644 index 00000000..21d7d1ef --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/clock_10.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_10" + } +} diff --git a/1.12.2/assets/minecraft/models/item/clock_11.json b/1.12.2/assets/minecraft/models/item/clock_11.json new file mode 100644 index 00000000..38167cfa --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/clock_11.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_11" + } +} diff --git a/1.12.2/assets/minecraft/models/item/clock_12.json b/1.12.2/assets/minecraft/models/item/clock_12.json new file mode 100644 index 00000000..a80e2797 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/clock_12.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_12" + } +} diff --git a/1.12.2/assets/minecraft/models/item/clock_13.json b/1.12.2/assets/minecraft/models/item/clock_13.json new file mode 100644 index 00000000..3894e02b --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/clock_13.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_13" + } +} diff --git a/1.12.2/assets/minecraft/models/item/clock_14.json b/1.12.2/assets/minecraft/models/item/clock_14.json new file mode 100644 index 00000000..31054e33 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/clock_14.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_14" + } +} diff --git a/1.12.2/assets/minecraft/models/item/clock_15.json b/1.12.2/assets/minecraft/models/item/clock_15.json new file mode 100644 index 00000000..8bfe0855 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/clock_15.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_15" + } +} diff --git a/1.12.2/assets/minecraft/models/item/clock_16.json b/1.12.2/assets/minecraft/models/item/clock_16.json new file mode 100644 index 00000000..90e341f5 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/clock_16.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_16" + } +} diff --git a/1.12.2/assets/minecraft/models/item/clock_17.json b/1.12.2/assets/minecraft/models/item/clock_17.json new file mode 100644 index 00000000..1a81f5a2 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/clock_17.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_17" + } +} diff --git a/1.12.2/assets/minecraft/models/item/clock_18.json b/1.12.2/assets/minecraft/models/item/clock_18.json new file mode 100644 index 00000000..1df43b1f --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/clock_18.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_18" + } +} diff --git a/1.12.2/assets/minecraft/models/item/clock_19.json b/1.12.2/assets/minecraft/models/item/clock_19.json new file mode 100644 index 00000000..2e4d6362 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/clock_19.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_19" + } +} diff --git a/1.12.2/assets/minecraft/models/item/clock_20.json b/1.12.2/assets/minecraft/models/item/clock_20.json new file mode 100644 index 00000000..9d0ed270 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/clock_20.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_20" + } +} diff --git a/1.12.2/assets/minecraft/models/item/clock_21.json b/1.12.2/assets/minecraft/models/item/clock_21.json new file mode 100644 index 00000000..29248710 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/clock_21.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_21" + } +} diff --git a/1.12.2/assets/minecraft/models/item/clock_22.json b/1.12.2/assets/minecraft/models/item/clock_22.json new file mode 100644 index 00000000..32c2ca46 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/clock_22.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_22" + } +} diff --git a/1.12.2/assets/minecraft/models/item/clock_23.json b/1.12.2/assets/minecraft/models/item/clock_23.json new file mode 100644 index 00000000..493bdf0d --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/clock_23.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_23" + } +} diff --git a/1.12.2/assets/minecraft/models/item/clock_24.json b/1.12.2/assets/minecraft/models/item/clock_24.json new file mode 100644 index 00000000..3fd80643 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/clock_24.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_24" + } +} diff --git a/1.12.2/assets/minecraft/models/item/clock_25.json b/1.12.2/assets/minecraft/models/item/clock_25.json new file mode 100644 index 00000000..12ca11da --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/clock_25.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_25" + } +} diff --git a/1.12.2/assets/minecraft/models/item/clock_26.json b/1.12.2/assets/minecraft/models/item/clock_26.json new file mode 100644 index 00000000..8d10ae9b --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/clock_26.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_26" + } +} diff --git a/1.12.2/assets/minecraft/models/item/clock_27.json b/1.12.2/assets/minecraft/models/item/clock_27.json new file mode 100644 index 00000000..950efc8c --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/clock_27.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_27" + } +} diff --git a/1.12.2/assets/minecraft/models/item/clock_28.json b/1.12.2/assets/minecraft/models/item/clock_28.json new file mode 100644 index 00000000..c18a925c --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/clock_28.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_28" + } +} diff --git a/1.12.2/assets/minecraft/models/item/clock_29.json b/1.12.2/assets/minecraft/models/item/clock_29.json new file mode 100644 index 00000000..675e0e9e --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/clock_29.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_29" + } +} diff --git a/1.12.2/assets/minecraft/models/item/clock_30.json b/1.12.2/assets/minecraft/models/item/clock_30.json new file mode 100644 index 00000000..566e9d08 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/clock_30.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_30" + } +} diff --git a/1.12.2/assets/minecraft/models/item/clock_31.json b/1.12.2/assets/minecraft/models/item/clock_31.json new file mode 100644 index 00000000..62a9d0a6 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/clock_31.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_31" + } +} diff --git a/1.12.2/assets/minecraft/models/item/clock_32.json b/1.12.2/assets/minecraft/models/item/clock_32.json new file mode 100644 index 00000000..5455dcef --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/clock_32.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_32" + } +} diff --git a/1.12.2/assets/minecraft/models/item/clock_33.json b/1.12.2/assets/minecraft/models/item/clock_33.json new file mode 100644 index 00000000..87070c81 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/clock_33.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_33" + } +} diff --git a/1.12.2/assets/minecraft/models/item/clock_34.json b/1.12.2/assets/minecraft/models/item/clock_34.json new file mode 100644 index 00000000..f7e83f24 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/clock_34.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_34" + } +} diff --git a/1.12.2/assets/minecraft/models/item/clock_35.json b/1.12.2/assets/minecraft/models/item/clock_35.json new file mode 100644 index 00000000..7df669ca --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/clock_35.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_35" + } +} diff --git a/1.12.2/assets/minecraft/models/item/clock_36.json b/1.12.2/assets/minecraft/models/item/clock_36.json new file mode 100644 index 00000000..9c8249e9 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/clock_36.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_36" + } +} diff --git a/1.12.2/assets/minecraft/models/item/clock_37.json b/1.12.2/assets/minecraft/models/item/clock_37.json new file mode 100644 index 00000000..d42608d9 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/clock_37.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_37" + } +} diff --git a/1.12.2/assets/minecraft/models/item/clock_38.json b/1.12.2/assets/minecraft/models/item/clock_38.json new file mode 100644 index 00000000..89e6e25a --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/clock_38.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_38" + } +} diff --git a/1.12.2/assets/minecraft/models/item/clock_39.json b/1.12.2/assets/minecraft/models/item/clock_39.json new file mode 100644 index 00000000..6f0e240a --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/clock_39.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_39" + } +} diff --git a/1.12.2/assets/minecraft/models/item/clock_40.json b/1.12.2/assets/minecraft/models/item/clock_40.json new file mode 100644 index 00000000..52d3521a --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/clock_40.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_40" + } +} diff --git a/1.12.2/assets/minecraft/models/item/clock_41.json b/1.12.2/assets/minecraft/models/item/clock_41.json new file mode 100644 index 00000000..1849d818 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/clock_41.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_41" + } +} diff --git a/1.12.2/assets/minecraft/models/item/clock_42.json b/1.12.2/assets/minecraft/models/item/clock_42.json new file mode 100644 index 00000000..8cfaee8b --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/clock_42.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_42" + } +} diff --git a/1.12.2/assets/minecraft/models/item/clock_43.json b/1.12.2/assets/minecraft/models/item/clock_43.json new file mode 100644 index 00000000..4fbb8996 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/clock_43.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_43" + } +} diff --git a/1.12.2/assets/minecraft/models/item/clock_44.json b/1.12.2/assets/minecraft/models/item/clock_44.json new file mode 100644 index 00000000..033322e5 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/clock_44.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_44" + } +} diff --git a/1.12.2/assets/minecraft/models/item/clock_45.json b/1.12.2/assets/minecraft/models/item/clock_45.json new file mode 100644 index 00000000..f197403c --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/clock_45.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_45" + } +} diff --git a/1.12.2/assets/minecraft/models/item/clock_46.json b/1.12.2/assets/minecraft/models/item/clock_46.json new file mode 100644 index 00000000..74161041 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/clock_46.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_46" + } +} diff --git a/1.12.2/assets/minecraft/models/item/clock_47.json b/1.12.2/assets/minecraft/models/item/clock_47.json new file mode 100644 index 00000000..212ad808 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/clock_47.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_47" + } +} diff --git a/1.12.2/assets/minecraft/models/item/clock_48.json b/1.12.2/assets/minecraft/models/item/clock_48.json new file mode 100644 index 00000000..8305eb0f --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/clock_48.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_48" + } +} diff --git a/1.12.2/assets/minecraft/models/item/clock_49.json b/1.12.2/assets/minecraft/models/item/clock_49.json new file mode 100644 index 00000000..18a791c2 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/clock_49.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_49" + } +} diff --git a/1.12.2/assets/minecraft/models/item/clock_50.json b/1.12.2/assets/minecraft/models/item/clock_50.json new file mode 100644 index 00000000..67c38069 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/clock_50.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_50" + } +} diff --git a/1.12.2/assets/minecraft/models/item/clock_51.json b/1.12.2/assets/minecraft/models/item/clock_51.json new file mode 100644 index 00000000..9e03a85f --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/clock_51.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_51" + } +} diff --git a/1.12.2/assets/minecraft/models/item/clock_52.json b/1.12.2/assets/minecraft/models/item/clock_52.json new file mode 100644 index 00000000..09af0b0f --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/clock_52.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_52" + } +} diff --git a/1.12.2/assets/minecraft/models/item/clock_53.json b/1.12.2/assets/minecraft/models/item/clock_53.json new file mode 100644 index 00000000..c7f9e28e --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/clock_53.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_53" + } +} diff --git a/1.12.2/assets/minecraft/models/item/clock_54.json b/1.12.2/assets/minecraft/models/item/clock_54.json new file mode 100644 index 00000000..20e46bc7 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/clock_54.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_54" + } +} diff --git a/1.12.2/assets/minecraft/models/item/clock_55.json b/1.12.2/assets/minecraft/models/item/clock_55.json new file mode 100644 index 00000000..e7a68526 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/clock_55.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_55" + } +} diff --git a/1.12.2/assets/minecraft/models/item/clock_56.json b/1.12.2/assets/minecraft/models/item/clock_56.json new file mode 100644 index 00000000..40d6be54 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/clock_56.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_56" + } +} diff --git a/1.12.2/assets/minecraft/models/item/clock_57.json b/1.12.2/assets/minecraft/models/item/clock_57.json new file mode 100644 index 00000000..e8ce6be3 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/clock_57.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_57" + } +} diff --git a/1.12.2/assets/minecraft/models/item/clock_58.json b/1.12.2/assets/minecraft/models/item/clock_58.json new file mode 100644 index 00000000..2f7dce5d --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/clock_58.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_58" + } +} diff --git a/1.12.2/assets/minecraft/models/item/clock_59.json b/1.12.2/assets/minecraft/models/item/clock_59.json new file mode 100644 index 00000000..8d5ac4b8 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/clock_59.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_59" + } +} diff --git a/1.12.2/assets/minecraft/models/item/clock_60.json b/1.12.2/assets/minecraft/models/item/clock_60.json new file mode 100644 index 00000000..c7426a39 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/clock_60.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_60" + } +} diff --git a/1.12.2/assets/minecraft/models/item/clock_61.json b/1.12.2/assets/minecraft/models/item/clock_61.json new file mode 100644 index 00000000..64b649c1 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/clock_61.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_61" + } +} diff --git a/1.12.2/assets/minecraft/models/item/clock_62.json b/1.12.2/assets/minecraft/models/item/clock_62.json new file mode 100644 index 00000000..e5f3e3fc --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/clock_62.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_62" + } +} diff --git a/1.12.2/assets/minecraft/models/item/clock_63.json b/1.12.2/assets/minecraft/models/item/clock_63.json new file mode 100644 index 00000000..6fdb173b --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/clock_63.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_63" + } +} diff --git a/1.12.2/assets/minecraft/models/item/clownfish.json b/1.12.2/assets/minecraft/models/item/clownfish.json new file mode 100644 index 00000000..b0fbc71c --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/clownfish.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/fish_clownfish_raw" + } +} diff --git a/1.12.2/assets/minecraft/models/item/coal.json b/1.12.2/assets/minecraft/models/item/coal.json new file mode 100644 index 00000000..e9711906 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/coal.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/coal" + } +} diff --git a/1.12.2/assets/minecraft/models/item/coal_block.json b/1.12.2/assets/minecraft/models/item/coal_block.json new file mode 100644 index 00000000..3cb75fe3 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/coal_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/coal_block" +} diff --git a/1.12.2/assets/minecraft/models/item/coal_ore.json b/1.12.2/assets/minecraft/models/item/coal_ore.json new file mode 100644 index 00000000..cd432080 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/coal_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "block/coal_ore" +} diff --git a/1.12.2/assets/minecraft/models/item/coarse_dirt.json b/1.12.2/assets/minecraft/models/item/coarse_dirt.json new file mode 100644 index 00000000..0b0b7b28 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/coarse_dirt.json @@ -0,0 +1,3 @@ +{ + "parent": "block/coarse_dirt" +} diff --git a/1.12.2/assets/minecraft/models/item/cobblestone.json b/1.12.2/assets/minecraft/models/item/cobblestone.json new file mode 100644 index 00000000..6e8e19e4 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/cobblestone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cobblestone" +} diff --git a/1.12.2/assets/minecraft/models/item/cobblestone_monster_egg.json b/1.12.2/assets/minecraft/models/item/cobblestone_monster_egg.json new file mode 100644 index 00000000..6e8e19e4 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/cobblestone_monster_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cobblestone" +} diff --git a/1.12.2/assets/minecraft/models/item/cobblestone_slab.json b/1.12.2/assets/minecraft/models/item/cobblestone_slab.json new file mode 100644 index 00000000..bf17c318 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/cobblestone_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/half_slab_cobblestone" +} diff --git a/1.12.2/assets/minecraft/models/item/cobblestone_wall.json b/1.12.2/assets/minecraft/models/item/cobblestone_wall.json new file mode 100644 index 00000000..b9c6439e --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/cobblestone_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cobblestone_wall_inventory" +} diff --git a/1.12.2/assets/minecraft/models/item/cod.json b/1.12.2/assets/minecraft/models/item/cod.json new file mode 100644 index 00000000..0ff33990 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/cod.json @@ -0,0 +1,13 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/fish_cod_raw" + }, + "display": { + "head": { + "rotation": [ 0, 90, -60 ], + "translation": [ -7, -4, -7], + "scale":[ 0.8, 0.8, 0.8] + } + } +} diff --git a/1.12.2/assets/minecraft/models/item/command_block.json b/1.12.2/assets/minecraft/models/item/command_block.json new file mode 100644 index 00000000..5be8460d --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/command_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/command_block" +} diff --git a/1.12.2/assets/minecraft/models/item/command_block_minecart.json b/1.12.2/assets/minecraft/models/item/command_block_minecart.json new file mode 100644 index 00000000..b2f64a40 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/command_block_minecart.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/minecart_command_block" + } +} diff --git a/1.12.2/assets/minecraft/models/item/comparator.json b/1.12.2/assets/minecraft/models/item/comparator.json new file mode 100644 index 00000000..22b5a222 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/comparator.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/comparator" + } +} diff --git a/1.12.2/assets/minecraft/models/item/compass.json b/1.12.2/assets/minecraft/models/item/compass.json new file mode 100644 index 00000000..7d097c49 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/compass.json @@ -0,0 +1,41 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_16" + }, + "overrides": [ + { "predicate": { "angle": 0.000000 }, "model": "item/compass" }, + { "predicate": { "angle": 0.015625 }, "model": "item/compass_17" }, + { "predicate": { "angle": 0.046875 }, "model": "item/compass_18" }, + { "predicate": { "angle": 0.078125 }, "model": "item/compass_19" }, + { "predicate": { "angle": 0.109375 }, "model": "item/compass_20" }, + { "predicate": { "angle": 0.140625 }, "model": "item/compass_21" }, + { "predicate": { "angle": 0.171875 }, "model": "item/compass_22" }, + { "predicate": { "angle": 0.203125 }, "model": "item/compass_23" }, + { "predicate": { "angle": 0.234375 }, "model": "item/compass_24" }, + { "predicate": { "angle": 0.265625 }, "model": "item/compass_25" }, + { "predicate": { "angle": 0.296875 }, "model": "item/compass_26" }, + { "predicate": { "angle": 0.328125 }, "model": "item/compass_27" }, + { "predicate": { "angle": 0.359375 }, "model": "item/compass_28" }, + { "predicate": { "angle": 0.390625 }, "model": "item/compass_29" }, + { "predicate": { "angle": 0.421875 }, "model": "item/compass_30" }, + { "predicate": { "angle": 0.453125 }, "model": "item/compass_31" }, + { "predicate": { "angle": 0.484375 }, "model": "item/compass_00" }, + { "predicate": { "angle": 0.515625 }, "model": "item/compass_01" }, + { "predicate": { "angle": 0.546875 }, "model": "item/compass_02" }, + { "predicate": { "angle": 0.578125 }, "model": "item/compass_03" }, + { "predicate": { "angle": 0.609375 }, "model": "item/compass_04" }, + { "predicate": { "angle": 0.640625 }, "model": "item/compass_05" }, + { "predicate": { "angle": 0.671875 }, "model": "item/compass_06" }, + { "predicate": { "angle": 0.703125 }, "model": "item/compass_07" }, + { "predicate": { "angle": 0.734375 }, "model": "item/compass_08" }, + { "predicate": { "angle": 0.765625 }, "model": "item/compass_09" }, + { "predicate": { "angle": 0.796875 }, "model": "item/compass_10" }, + { "predicate": { "angle": 0.828125 }, "model": "item/compass_11" }, + { "predicate": { "angle": 0.859375 }, "model": "item/compass_12" }, + { "predicate": { "angle": 0.890625 }, "model": "item/compass_13" }, + { "predicate": { "angle": 0.921875 }, "model": "item/compass_14" }, + { "predicate": { "angle": 0.953125 }, "model": "item/compass_15" }, + { "predicate": { "angle": 0.984375 }, "model": "item/compass" } + ] +} diff --git a/1.12.2/assets/minecraft/models/item/compass_00.json b/1.12.2/assets/minecraft/models/item/compass_00.json new file mode 100644 index 00000000..1279a613 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/compass_00.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_00" + } +} diff --git a/1.12.2/assets/minecraft/models/item/compass_01.json b/1.12.2/assets/minecraft/models/item/compass_01.json new file mode 100644 index 00000000..6f9bff2b --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/compass_01.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_01" + } +} diff --git a/1.12.2/assets/minecraft/models/item/compass_02.json b/1.12.2/assets/minecraft/models/item/compass_02.json new file mode 100644 index 00000000..6ab597d3 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/compass_02.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_02" + } +} diff --git a/1.12.2/assets/minecraft/models/item/compass_03.json b/1.12.2/assets/minecraft/models/item/compass_03.json new file mode 100644 index 00000000..a3809e45 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/compass_03.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_03" + } +} diff --git a/1.12.2/assets/minecraft/models/item/compass_04.json b/1.12.2/assets/minecraft/models/item/compass_04.json new file mode 100644 index 00000000..eb0db3e2 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/compass_04.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_04" + } +} diff --git a/1.12.2/assets/minecraft/models/item/compass_05.json b/1.12.2/assets/minecraft/models/item/compass_05.json new file mode 100644 index 00000000..43df0723 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/compass_05.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_05" + } +} diff --git a/1.12.2/assets/minecraft/models/item/compass_06.json b/1.12.2/assets/minecraft/models/item/compass_06.json new file mode 100644 index 00000000..06371d68 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/compass_06.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_06" + } +} diff --git a/1.12.2/assets/minecraft/models/item/compass_07.json b/1.12.2/assets/minecraft/models/item/compass_07.json new file mode 100644 index 00000000..feff1a78 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/compass_07.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_07" + } +} diff --git a/1.12.2/assets/minecraft/models/item/compass_08.json b/1.12.2/assets/minecraft/models/item/compass_08.json new file mode 100644 index 00000000..5ba10459 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/compass_08.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_08" + } +} diff --git a/1.12.2/assets/minecraft/models/item/compass_09.json b/1.12.2/assets/minecraft/models/item/compass_09.json new file mode 100644 index 00000000..ea72092a --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/compass_09.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_09" + } +} diff --git a/1.12.2/assets/minecraft/models/item/compass_10.json b/1.12.2/assets/minecraft/models/item/compass_10.json new file mode 100644 index 00000000..98a69a8a --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/compass_10.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_10" + } +} diff --git a/1.12.2/assets/minecraft/models/item/compass_11.json b/1.12.2/assets/minecraft/models/item/compass_11.json new file mode 100644 index 00000000..31ff56c3 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/compass_11.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_11" + } +} diff --git a/1.12.2/assets/minecraft/models/item/compass_12.json b/1.12.2/assets/minecraft/models/item/compass_12.json new file mode 100644 index 00000000..ad73ad45 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/compass_12.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_12" + } +} diff --git a/1.12.2/assets/minecraft/models/item/compass_13.json b/1.12.2/assets/minecraft/models/item/compass_13.json new file mode 100644 index 00000000..74191b96 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/compass_13.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_13" + } +} diff --git a/1.12.2/assets/minecraft/models/item/compass_14.json b/1.12.2/assets/minecraft/models/item/compass_14.json new file mode 100644 index 00000000..abc4230d --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/compass_14.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_14" + } +} diff --git a/1.12.2/assets/minecraft/models/item/compass_15.json b/1.12.2/assets/minecraft/models/item/compass_15.json new file mode 100644 index 00000000..6d48ddd7 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/compass_15.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_15" + } +} diff --git a/1.12.2/assets/minecraft/models/item/compass_17.json b/1.12.2/assets/minecraft/models/item/compass_17.json new file mode 100644 index 00000000..63242778 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/compass_17.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_17" + } +} diff --git a/1.12.2/assets/minecraft/models/item/compass_18.json b/1.12.2/assets/minecraft/models/item/compass_18.json new file mode 100644 index 00000000..94ab6c31 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/compass_18.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_18" + } +} diff --git a/1.12.2/assets/minecraft/models/item/compass_19.json b/1.12.2/assets/minecraft/models/item/compass_19.json new file mode 100644 index 00000000..6d095d0c --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/compass_19.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_19" + } +} diff --git a/1.12.2/assets/minecraft/models/item/compass_20.json b/1.12.2/assets/minecraft/models/item/compass_20.json new file mode 100644 index 00000000..d5d2f624 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/compass_20.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_20" + } +} diff --git a/1.12.2/assets/minecraft/models/item/compass_21.json b/1.12.2/assets/minecraft/models/item/compass_21.json new file mode 100644 index 00000000..068e61f0 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/compass_21.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_21" + } +} diff --git a/1.12.2/assets/minecraft/models/item/compass_22.json b/1.12.2/assets/minecraft/models/item/compass_22.json new file mode 100644 index 00000000..704a7568 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/compass_22.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_22" + } +} diff --git a/1.12.2/assets/minecraft/models/item/compass_23.json b/1.12.2/assets/minecraft/models/item/compass_23.json new file mode 100644 index 00000000..d98fb086 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/compass_23.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_23" + } +} diff --git a/1.12.2/assets/minecraft/models/item/compass_24.json b/1.12.2/assets/minecraft/models/item/compass_24.json new file mode 100644 index 00000000..c6816853 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/compass_24.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_24" + } +} diff --git a/1.12.2/assets/minecraft/models/item/compass_25.json b/1.12.2/assets/minecraft/models/item/compass_25.json new file mode 100644 index 00000000..f7fb7d69 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/compass_25.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_25" + } +} diff --git a/1.12.2/assets/minecraft/models/item/compass_26.json b/1.12.2/assets/minecraft/models/item/compass_26.json new file mode 100644 index 00000000..53ef208e --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/compass_26.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_26" + } +} diff --git a/1.12.2/assets/minecraft/models/item/compass_27.json b/1.12.2/assets/minecraft/models/item/compass_27.json new file mode 100644 index 00000000..c4da3bd7 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/compass_27.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_27" + } +} diff --git a/1.12.2/assets/minecraft/models/item/compass_28.json b/1.12.2/assets/minecraft/models/item/compass_28.json new file mode 100644 index 00000000..d8551edf --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/compass_28.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_28" + } +} diff --git a/1.12.2/assets/minecraft/models/item/compass_29.json b/1.12.2/assets/minecraft/models/item/compass_29.json new file mode 100644 index 00000000..c3667eeb --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/compass_29.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_29" + } +} diff --git a/1.12.2/assets/minecraft/models/item/compass_30.json b/1.12.2/assets/minecraft/models/item/compass_30.json new file mode 100644 index 00000000..66f1c8d5 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/compass_30.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_30" + } +} diff --git a/1.12.2/assets/minecraft/models/item/compass_31.json b/1.12.2/assets/minecraft/models/item/compass_31.json new file mode 100644 index 00000000..7b180d57 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/compass_31.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_31" + } +} diff --git a/1.12.2/assets/minecraft/models/item/cooked_beef.json b/1.12.2/assets/minecraft/models/item/cooked_beef.json new file mode 100644 index 00000000..11d056a2 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/cooked_beef.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/beef_cooked" + } +} diff --git a/1.12.2/assets/minecraft/models/item/cooked_chicken.json b/1.12.2/assets/minecraft/models/item/cooked_chicken.json new file mode 100644 index 00000000..26e10f84 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/cooked_chicken.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/chicken_cooked" + } +} diff --git a/1.12.2/assets/minecraft/models/item/cooked_cod.json b/1.12.2/assets/minecraft/models/item/cooked_cod.json new file mode 100644 index 00000000..a6eb3c71 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/cooked_cod.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/fish_cod_cooked" + } +} diff --git a/1.12.2/assets/minecraft/models/item/cooked_mutton.json b/1.12.2/assets/minecraft/models/item/cooked_mutton.json new file mode 100644 index 00000000..457e465c --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/cooked_mutton.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/mutton_cooked" + } +} diff --git a/1.12.2/assets/minecraft/models/item/cooked_porkchop.json b/1.12.2/assets/minecraft/models/item/cooked_porkchop.json new file mode 100644 index 00000000..fea87265 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/cooked_porkchop.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/porkchop_cooked" + } +} diff --git a/1.12.2/assets/minecraft/models/item/cooked_rabbit.json b/1.12.2/assets/minecraft/models/item/cooked_rabbit.json new file mode 100644 index 00000000..e86ff163 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/cooked_rabbit.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/rabbit_cooked" + } +} diff --git a/1.12.2/assets/minecraft/models/item/cooked_salmon.json b/1.12.2/assets/minecraft/models/item/cooked_salmon.json new file mode 100644 index 00000000..c0992c32 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/cooked_salmon.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/fish_salmon_cooked" + } +} diff --git a/1.12.2/assets/minecraft/models/item/cookie.json b/1.12.2/assets/minecraft/models/item/cookie.json new file mode 100644 index 00000000..e1413d96 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/cookie.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/cookie" + } +} diff --git a/1.12.2/assets/minecraft/models/item/cracked_brick_monster_egg.json b/1.12.2/assets/minecraft/models/item/cracked_brick_monster_egg.json new file mode 100644 index 00000000..451025f9 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/cracked_brick_monster_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stonebrick_cracked" +} diff --git a/1.12.2/assets/minecraft/models/item/cracked_stonebrick.json b/1.12.2/assets/minecraft/models/item/cracked_stonebrick.json new file mode 100644 index 00000000..451025f9 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/cracked_stonebrick.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stonebrick_cracked" +} diff --git a/1.12.2/assets/minecraft/models/item/crafting_table.json b/1.12.2/assets/minecraft/models/item/crafting_table.json new file mode 100644 index 00000000..5ed7c346 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/crafting_table.json @@ -0,0 +1,3 @@ +{ + "parent": "block/crafting_table" +} diff --git a/1.12.2/assets/minecraft/models/item/cyan_carpet.json b/1.12.2/assets/minecraft/models/item/cyan_carpet.json new file mode 100644 index 00000000..a4f62974 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/cyan_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/carpet_cyan" +} diff --git a/1.12.2/assets/minecraft/models/item/cyan_concrete.json b/1.12.2/assets/minecraft/models/item/cyan_concrete.json new file mode 100644 index 00000000..e5100a14 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/cyan_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cyan_concrete" +} diff --git a/1.12.2/assets/minecraft/models/item/cyan_concrete_powder.json b/1.12.2/assets/minecraft/models/item/cyan_concrete_powder.json new file mode 100644 index 00000000..c91ab07c --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/cyan_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cyan_concrete_powder" +} diff --git a/1.12.2/assets/minecraft/models/item/cyan_glazed_terracotta.json b/1.12.2/assets/minecraft/models/item/cyan_glazed_terracotta.json new file mode 100644 index 00000000..6e49f82b --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/cyan_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cyan_glazed_terracotta" +} diff --git a/1.12.2/assets/minecraft/models/item/cyan_shulker_box.json b/1.12.2/assets/minecraft/models/item/cyan_shulker_box.json new file mode 100644 index 00000000..0884a19c --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/cyan_shulker_box.json @@ -0,0 +1,3 @@ +{ + "parent": "item/shulker_box" +} diff --git a/1.12.2/assets/minecraft/models/item/cyan_stained_glass.json b/1.12.2/assets/minecraft/models/item/cyan_stained_glass.json new file mode 100644 index 00000000..0106ca63 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/cyan_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glass_cyan" +} diff --git a/1.12.2/assets/minecraft/models/item/cyan_stained_glass_pane.json b/1.12.2/assets/minecraft/models/item/cyan_stained_glass_pane.json new file mode 100644 index 00000000..3414246e --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/cyan_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/glass_cyan" + } +} diff --git a/1.12.2/assets/minecraft/models/item/cyan_stained_hardened_clay.json b/1.12.2/assets/minecraft/models/item/cyan_stained_hardened_clay.json new file mode 100644 index 00000000..797f155a --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/cyan_stained_hardened_clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hardened_clay_cyan" +} diff --git a/1.12.2/assets/minecraft/models/item/cyan_wool.json b/1.12.2/assets/minecraft/models/item/cyan_wool.json new file mode 100644 index 00000000..404cd055 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/cyan_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cyan_wool" +} diff --git a/1.12.2/assets/minecraft/models/item/dandelion.json b/1.12.2/assets/minecraft/models/item/dandelion.json new file mode 100644 index 00000000..ce8bc379 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/dandelion.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/flower_dandelion" + } +} diff --git a/1.12.2/assets/minecraft/models/item/dark_oak_boat.json b/1.12.2/assets/minecraft/models/item/dark_oak_boat.json new file mode 100644 index 00000000..0b75321c --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/dark_oak_boat.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/dark_oak_boat" + } +} diff --git a/1.12.2/assets/minecraft/models/item/dark_oak_door.json b/1.12.2/assets/minecraft/models/item/dark_oak_door.json new file mode 100644 index 00000000..f2448ef6 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/dark_oak_door.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/door_dark_oak" + } +} diff --git a/1.12.2/assets/minecraft/models/item/dark_oak_fence.json b/1.12.2/assets/minecraft/models/item/dark_oak_fence.json new file mode 100644 index 00000000..49f586cd --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/dark_oak_fence.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dark_oak_fence_inventory" +} diff --git a/1.12.2/assets/minecraft/models/item/dark_oak_fence_gate.json b/1.12.2/assets/minecraft/models/item/dark_oak_fence_gate.json new file mode 100644 index 00000000..8ab678e0 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/dark_oak_fence_gate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dark_oak_fence_gate_closed" +} diff --git a/1.12.2/assets/minecraft/models/item/dark_oak_leaves.json b/1.12.2/assets/minecraft/models/item/dark_oak_leaves.json new file mode 100644 index 00000000..6fa025a1 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/dark_oak_leaves.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dark_oak_leaves" +} diff --git a/1.12.2/assets/minecraft/models/item/dark_oak_log.json b/1.12.2/assets/minecraft/models/item/dark_oak_log.json new file mode 100644 index 00000000..5367456b --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/dark_oak_log.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dark_oak_log" +} diff --git a/1.12.2/assets/minecraft/models/item/dark_oak_planks.json b/1.12.2/assets/minecraft/models/item/dark_oak_planks.json new file mode 100644 index 00000000..afbfaa50 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/dark_oak_planks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dark_oak_planks" +} diff --git a/1.12.2/assets/minecraft/models/item/dark_oak_sapling.json b/1.12.2/assets/minecraft/models/item/dark_oak_sapling.json new file mode 100644 index 00000000..e1db19be --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/dark_oak_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/sapling_roofed_oak" + } +} diff --git a/1.12.2/assets/minecraft/models/item/dark_oak_slab.json b/1.12.2/assets/minecraft/models/item/dark_oak_slab.json new file mode 100644 index 00000000..f96b4311 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/dark_oak_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/half_slab_dark_oak" +} diff --git a/1.12.2/assets/minecraft/models/item/dark_oak_stairs.json b/1.12.2/assets/minecraft/models/item/dark_oak_stairs.json new file mode 100644 index 00000000..9ccee3bd --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/dark_oak_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dark_oak_stairs" +} diff --git a/1.12.2/assets/minecraft/models/item/dark_prismarine.json b/1.12.2/assets/minecraft/models/item/dark_prismarine.json new file mode 100644 index 00000000..ad9b0303 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/dark_prismarine.json @@ -0,0 +1,3 @@ +{ + "parent": "block/prismarine_dark" +} diff --git a/1.12.2/assets/minecraft/models/item/daylight_detector.json b/1.12.2/assets/minecraft/models/item/daylight_detector.json new file mode 100644 index 00000000..b646fa08 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/daylight_detector.json @@ -0,0 +1,3 @@ +{ + "parent": "block/daylight_detector" +} diff --git a/1.12.2/assets/minecraft/models/item/dead_bush.json b/1.12.2/assets/minecraft/models/item/dead_bush.json new file mode 100644 index 00000000..e57e518c --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/dead_bush.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/deadbush" + } +} diff --git a/1.12.2/assets/minecraft/models/item/detector_rail.json b/1.12.2/assets/minecraft/models/item/detector_rail.json new file mode 100644 index 00000000..efc4b8b7 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/detector_rail.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/rail_detector" + } +} diff --git a/1.12.2/assets/minecraft/models/item/diamond.json b/1.12.2/assets/minecraft/models/item/diamond.json new file mode 100644 index 00000000..3e0edfbe --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/diamond.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/diamond" + } +} diff --git a/1.12.2/assets/minecraft/models/item/diamond_axe.json b/1.12.2/assets/minecraft/models/item/diamond_axe.json new file mode 100644 index 00000000..ccf48cd4 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/diamond_axe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/diamond_axe" + } +} diff --git a/1.12.2/assets/minecraft/models/item/diamond_block.json b/1.12.2/assets/minecraft/models/item/diamond_block.json new file mode 100644 index 00000000..67ed76f1 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/diamond_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/diamond_block" +} diff --git a/1.12.2/assets/minecraft/models/item/diamond_boots.json b/1.12.2/assets/minecraft/models/item/diamond_boots.json new file mode 100644 index 00000000..c722f852 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/diamond_boots.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/diamond_boots" + } +} diff --git a/1.12.2/assets/minecraft/models/item/diamond_chestplate.json b/1.12.2/assets/minecraft/models/item/diamond_chestplate.json new file mode 100644 index 00000000..4b7c3f92 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/diamond_chestplate.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/diamond_chestplate" + } +} diff --git a/1.12.2/assets/minecraft/models/item/diamond_helmet.json b/1.12.2/assets/minecraft/models/item/diamond_helmet.json new file mode 100644 index 00000000..f72420d6 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/diamond_helmet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/diamond_helmet" + } +} diff --git a/1.12.2/assets/minecraft/models/item/diamond_hoe.json b/1.12.2/assets/minecraft/models/item/diamond_hoe.json new file mode 100644 index 00000000..19b5a104 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/diamond_hoe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/diamond_hoe" + } +} diff --git a/1.12.2/assets/minecraft/models/item/diamond_horse_armor.json b/1.12.2/assets/minecraft/models/item/diamond_horse_armor.json new file mode 100644 index 00000000..54f602ee --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/diamond_horse_armor.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/diamond_horse_armor" + } +} diff --git a/1.12.2/assets/minecraft/models/item/diamond_leggings.json b/1.12.2/assets/minecraft/models/item/diamond_leggings.json new file mode 100644 index 00000000..df99cbd9 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/diamond_leggings.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/diamond_leggings" + } +} diff --git a/1.12.2/assets/minecraft/models/item/diamond_ore.json b/1.12.2/assets/minecraft/models/item/diamond_ore.json new file mode 100644 index 00000000..f589a392 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/diamond_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "block/diamond_ore" +} diff --git a/1.12.2/assets/minecraft/models/item/diamond_pickaxe.json b/1.12.2/assets/minecraft/models/item/diamond_pickaxe.json new file mode 100644 index 00000000..f9d51fe3 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/diamond_pickaxe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/diamond_pickaxe" + } +} diff --git a/1.12.2/assets/minecraft/models/item/diamond_shovel.json b/1.12.2/assets/minecraft/models/item/diamond_shovel.json new file mode 100644 index 00000000..42ae374a --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/diamond_shovel.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/diamond_shovel" + } +} diff --git a/1.12.2/assets/minecraft/models/item/diamond_sword.json b/1.12.2/assets/minecraft/models/item/diamond_sword.json new file mode 100644 index 00000000..bf0adad4 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/diamond_sword.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/diamond_sword" + } +} diff --git a/1.12.2/assets/minecraft/models/item/diorite.json b/1.12.2/assets/minecraft/models/item/diorite.json new file mode 100644 index 00000000..885f62c6 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/diorite.json @@ -0,0 +1,3 @@ +{ + "parent": "block/diorite" +} diff --git a/1.12.2/assets/minecraft/models/item/diorite_smooth.json b/1.12.2/assets/minecraft/models/item/diorite_smooth.json new file mode 100644 index 00000000..931f6428 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/diorite_smooth.json @@ -0,0 +1,3 @@ +{ + "parent": "block/diorite_smooth" +} diff --git a/1.12.2/assets/minecraft/models/item/dirt.json b/1.12.2/assets/minecraft/models/item/dirt.json new file mode 100644 index 00000000..7fa106a8 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/dirt.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dirt" +} diff --git a/1.12.2/assets/minecraft/models/item/dispenser.json b/1.12.2/assets/minecraft/models/item/dispenser.json new file mode 100644 index 00000000..3c0fbc3a --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/dispenser.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dispenser" +} diff --git a/1.12.2/assets/minecraft/models/item/double_fern.json b/1.12.2/assets/minecraft/models/item/double_fern.json new file mode 100644 index 00000000..238d22be --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/double_fern.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/double_plant_fern_top" + } +} diff --git a/1.12.2/assets/minecraft/models/item/double_grass.json b/1.12.2/assets/minecraft/models/item/double_grass.json new file mode 100644 index 00000000..e35bb883 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/double_grass.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/double_plant_grass_top" + } +} diff --git a/1.12.2/assets/minecraft/models/item/double_rose.json b/1.12.2/assets/minecraft/models/item/double_rose.json new file mode 100644 index 00000000..a5b6bbab --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/double_rose.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/double_plant_rose_top" + } +} diff --git a/1.12.2/assets/minecraft/models/item/dragon_breath.json b/1.12.2/assets/minecraft/models/item/dragon_breath.json new file mode 100644 index 00000000..d9c4210c --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/dragon_breath.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/dragon_breath" + } +} diff --git a/1.12.2/assets/minecraft/models/item/dragon_egg.json b/1.12.2/assets/minecraft/models/item/dragon_egg.json new file mode 100644 index 00000000..aacec341 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/dragon_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dragon_egg" +} diff --git a/1.12.2/assets/minecraft/models/item/dropper.json b/1.12.2/assets/minecraft/models/item/dropper.json new file mode 100644 index 00000000..ac87db08 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/dropper.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dropper" +} diff --git a/1.12.2/assets/minecraft/models/item/dye_black.json b/1.12.2/assets/minecraft/models/item/dye_black.json new file mode 100644 index 00000000..afd128f4 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/dye_black.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/dye_powder_black" + } +} diff --git a/1.12.2/assets/minecraft/models/item/dye_blue.json b/1.12.2/assets/minecraft/models/item/dye_blue.json new file mode 100644 index 00000000..5e0887a4 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/dye_blue.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/dye_powder_blue" + } +} diff --git a/1.12.2/assets/minecraft/models/item/dye_brown.json b/1.12.2/assets/minecraft/models/item/dye_brown.json new file mode 100644 index 00000000..c7a6ab1e --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/dye_brown.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/dye_powder_brown" + } +} diff --git a/1.12.2/assets/minecraft/models/item/dye_cyan.json b/1.12.2/assets/minecraft/models/item/dye_cyan.json new file mode 100644 index 00000000..c8954f1a --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/dye_cyan.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/dye_powder_cyan" + } +} diff --git a/1.12.2/assets/minecraft/models/item/dye_gray.json b/1.12.2/assets/minecraft/models/item/dye_gray.json new file mode 100644 index 00000000..68994c1c --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/dye_gray.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/dye_powder_gray" + } +} diff --git a/1.12.2/assets/minecraft/models/item/dye_green.json b/1.12.2/assets/minecraft/models/item/dye_green.json new file mode 100644 index 00000000..19749a12 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/dye_green.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/dye_powder_green" + } +} diff --git a/1.12.2/assets/minecraft/models/item/dye_light_blue.json b/1.12.2/assets/minecraft/models/item/dye_light_blue.json new file mode 100644 index 00000000..0064b3ea --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/dye_light_blue.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/dye_powder_light_blue" + } +} diff --git a/1.12.2/assets/minecraft/models/item/dye_lime.json b/1.12.2/assets/minecraft/models/item/dye_lime.json new file mode 100644 index 00000000..328d7e14 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/dye_lime.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/dye_powder_lime" + } +} diff --git a/1.12.2/assets/minecraft/models/item/dye_magenta.json b/1.12.2/assets/minecraft/models/item/dye_magenta.json new file mode 100644 index 00000000..1b8cc41d --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/dye_magenta.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/dye_powder_magenta" + } +} diff --git a/1.12.2/assets/minecraft/models/item/dye_orange.json b/1.12.2/assets/minecraft/models/item/dye_orange.json new file mode 100644 index 00000000..b10f76e5 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/dye_orange.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/dye_powder_orange" + } +} diff --git a/1.12.2/assets/minecraft/models/item/dye_pink.json b/1.12.2/assets/minecraft/models/item/dye_pink.json new file mode 100644 index 00000000..35b02b64 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/dye_pink.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/dye_powder_pink" + } +} diff --git a/1.12.2/assets/minecraft/models/item/dye_purple.json b/1.12.2/assets/minecraft/models/item/dye_purple.json new file mode 100644 index 00000000..9b6150ae --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/dye_purple.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/dye_powder_purple" + } +} diff --git a/1.12.2/assets/minecraft/models/item/dye_red.json b/1.12.2/assets/minecraft/models/item/dye_red.json new file mode 100644 index 00000000..927f6f44 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/dye_red.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/dye_powder_red" + } +} diff --git a/1.12.2/assets/minecraft/models/item/dye_silver.json b/1.12.2/assets/minecraft/models/item/dye_silver.json new file mode 100644 index 00000000..7f877baf --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/dye_silver.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/dye_powder_silver" + } +} diff --git a/1.12.2/assets/minecraft/models/item/dye_white.json b/1.12.2/assets/minecraft/models/item/dye_white.json new file mode 100644 index 00000000..f3f89c51 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/dye_white.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/dye_powder_white" + } +} diff --git a/1.12.2/assets/minecraft/models/item/dye_yellow.json b/1.12.2/assets/minecraft/models/item/dye_yellow.json new file mode 100644 index 00000000..0fe57b2c --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/dye_yellow.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/dye_powder_yellow" + } +} diff --git a/1.12.2/assets/minecraft/models/item/egg.json b/1.12.2/assets/minecraft/models/item/egg.json new file mode 100644 index 00000000..22cefe4b --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/egg.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/egg" + } +} diff --git a/1.12.2/assets/minecraft/models/item/elytra.json b/1.12.2/assets/minecraft/models/item/elytra.json new file mode 100644 index 00000000..1a4e3cb4 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/elytra.json @@ -0,0 +1,14 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/elytra" + }, + "overrides": [ + { + "predicate": { + "broken": 1 + }, + "model": "item/broken_elytra" + } + ] +} diff --git a/1.12.2/assets/minecraft/models/item/emerald.json b/1.12.2/assets/minecraft/models/item/emerald.json new file mode 100644 index 00000000..48e70672 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/emerald.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/emerald" + } +} diff --git a/1.12.2/assets/minecraft/models/item/emerald_block.json b/1.12.2/assets/minecraft/models/item/emerald_block.json new file mode 100644 index 00000000..46b4d61d --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/emerald_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/emerald_block" +} diff --git a/1.12.2/assets/minecraft/models/item/emerald_ore.json b/1.12.2/assets/minecraft/models/item/emerald_ore.json new file mode 100644 index 00000000..8c0cf6d4 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/emerald_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "block/emerald_ore" +} diff --git a/1.12.2/assets/minecraft/models/item/enchanted_book.json b/1.12.2/assets/minecraft/models/item/enchanted_book.json new file mode 100644 index 00000000..bc32d4ef --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/enchanted_book.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/book_enchanted" + } +} diff --git a/1.12.2/assets/minecraft/models/item/enchanting_table.json b/1.12.2/assets/minecraft/models/item/enchanting_table.json new file mode 100644 index 00000000..b5dcc8d2 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/enchanting_table.json @@ -0,0 +1,3 @@ +{ + "parent": "block/enchanting_table_base" +} diff --git a/1.12.2/assets/minecraft/models/item/end_bricks.json b/1.12.2/assets/minecraft/models/item/end_bricks.json new file mode 100644 index 00000000..a42214b0 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/end_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/end_bricks" +} diff --git a/1.12.2/assets/minecraft/models/item/end_crystal.json b/1.12.2/assets/minecraft/models/item/end_crystal.json new file mode 100644 index 00000000..1e3fbf15 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/end_crystal.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/end_crystal" + } +} diff --git a/1.12.2/assets/minecraft/models/item/end_portal_frame.json b/1.12.2/assets/minecraft/models/item/end_portal_frame.json new file mode 100644 index 00000000..9156cbe1 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/end_portal_frame.json @@ -0,0 +1,3 @@ +{ + "parent": "block/end_portal_frame_empty" +} diff --git a/1.12.2/assets/minecraft/models/item/end_rod.json b/1.12.2/assets/minecraft/models/item/end_rod.json new file mode 100644 index 00000000..1f6c26e1 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/end_rod.json @@ -0,0 +1,6 @@ +{ + "parent": "block/end_rod", + "textures": { + "layer0": "blocks/end_rod" + } +} diff --git a/1.12.2/assets/minecraft/models/item/end_stone.json b/1.12.2/assets/minecraft/models/item/end_stone.json new file mode 100644 index 00000000..1d8ed6d1 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/end_stone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/end_stone" +} diff --git a/1.12.2/assets/minecraft/models/item/ender_chest.json b/1.12.2/assets/minecraft/models/item/ender_chest.json new file mode 100644 index 00000000..c7435714 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/ender_chest.json @@ -0,0 +1,3 @@ +{ + "parent": "item/chest" +} diff --git a/1.12.2/assets/minecraft/models/item/ender_eye.json b/1.12.2/assets/minecraft/models/item/ender_eye.json new file mode 100644 index 00000000..63be207c --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/ender_eye.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/ender_eye" + } +} diff --git a/1.12.2/assets/minecraft/models/item/ender_pearl.json b/1.12.2/assets/minecraft/models/item/ender_pearl.json new file mode 100644 index 00000000..7f719568 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/ender_pearl.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/ender_pearl" + } +} diff --git a/1.12.2/assets/minecraft/models/item/experience_bottle.json b/1.12.2/assets/minecraft/models/item/experience_bottle.json new file mode 100644 index 00000000..66bb69f9 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/experience_bottle.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/experience_bottle" + } +} diff --git a/1.12.2/assets/minecraft/models/item/farmland.json b/1.12.2/assets/minecraft/models/item/farmland.json new file mode 100644 index 00000000..41086220 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/farmland.json @@ -0,0 +1,3 @@ +{ + "parent": "block/farmland_dry" +} diff --git a/1.12.2/assets/minecraft/models/item/feather.json b/1.12.2/assets/minecraft/models/item/feather.json new file mode 100644 index 00000000..180ed63d --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/feather.json @@ -0,0 +1,13 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/feather" + }, + "display": { + "head": { + "rotation": [ 0, 0, 45 ], + "translation": [ -1, 13, 7], + "scale":[ 1, 1, 1] + } + } +} diff --git a/1.12.2/assets/minecraft/models/item/fermented_spider_eye.json b/1.12.2/assets/minecraft/models/item/fermented_spider_eye.json new file mode 100644 index 00000000..d2d5a37b --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/fermented_spider_eye.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/spider_eye_fermented" + } +} diff --git a/1.12.2/assets/minecraft/models/item/fern.json b/1.12.2/assets/minecraft/models/item/fern.json new file mode 100644 index 00000000..9e242d27 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/fern.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/fern" + } +} diff --git a/1.12.2/assets/minecraft/models/item/filled_map.json b/1.12.2/assets/minecraft/models/item/filled_map.json new file mode 100644 index 00000000..c54292a9 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/filled_map.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/map_filled", + "layer1": "items/map_filled_markings" + } +} diff --git a/1.12.2/assets/minecraft/models/item/fire_charge.json b/1.12.2/assets/minecraft/models/item/fire_charge.json new file mode 100644 index 00000000..5f74c2e8 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/fire_charge.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/fireball" + } +} diff --git a/1.12.2/assets/minecraft/models/item/firework_charge.json b/1.12.2/assets/minecraft/models/item/firework_charge.json new file mode 100644 index 00000000..b315541d --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/firework_charge.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/fireworks_charge", + "layer1": "items/fireworks_charge_overlay" + } +} diff --git a/1.12.2/assets/minecraft/models/item/fireworks.json b/1.12.2/assets/minecraft/models/item/fireworks.json new file mode 100644 index 00000000..705d9703 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/fireworks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/fireworks" + } +} diff --git a/1.12.2/assets/minecraft/models/item/fishing_rod.json b/1.12.2/assets/minecraft/models/item/fishing_rod.json new file mode 100644 index 00000000..fd412caf --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/fishing_rod.json @@ -0,0 +1,14 @@ +{ + "parent": "item/handheld_rod", + "textures": { + "layer0": "items/fishing_rod_uncast" + }, + "overrides": [ + { + "predicate": { + "cast": 1 + }, + "model": "item/fishing_rod_cast" + } + ] +} diff --git a/1.12.2/assets/minecraft/models/item/fishing_rod_cast.json b/1.12.2/assets/minecraft/models/item/fishing_rod_cast.json new file mode 100644 index 00000000..c2c91930 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/fishing_rod_cast.json @@ -0,0 +1,6 @@ +{ + "parent": "item/fishing_rod", + "textures": { + "layer0": "items/fishing_rod_cast" + } +} diff --git a/1.12.2/assets/minecraft/models/item/flint.json b/1.12.2/assets/minecraft/models/item/flint.json new file mode 100644 index 00000000..e0e49243 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/flint.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/flint" + } +} diff --git a/1.12.2/assets/minecraft/models/item/flint_and_steel.json b/1.12.2/assets/minecraft/models/item/flint_and_steel.json new file mode 100644 index 00000000..2c1b935e --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/flint_and_steel.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/flint_and_steel" + } +} diff --git a/1.12.2/assets/minecraft/models/item/flower_pot.json b/1.12.2/assets/minecraft/models/item/flower_pot.json new file mode 100644 index 00000000..2c077d26 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/flower_pot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/flower_pot" + } +} diff --git a/1.12.2/assets/minecraft/models/item/furnace.json b/1.12.2/assets/minecraft/models/item/furnace.json new file mode 100644 index 00000000..029275c7 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/furnace.json @@ -0,0 +1,3 @@ +{ + "parent": "block/furnace" +} diff --git a/1.12.2/assets/minecraft/models/item/furnace_minecart.json b/1.12.2/assets/minecraft/models/item/furnace_minecart.json new file mode 100644 index 00000000..5b902d66 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/furnace_minecart.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/minecart_furnace" + } +} diff --git a/1.12.2/assets/minecraft/models/item/generated.json b/1.12.2/assets/minecraft/models/item/generated.json new file mode 100644 index 00000000..12197e58 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/generated.json @@ -0,0 +1,29 @@ +{ + "parent": "builtin/generated", + "display": { + "ground": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 2, 0], + "scale":[ 0.5, 0.5, 0.5 ] + }, + "head": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 13, 7], + "scale":[ 1, 1, 1] + }, + "thirdperson_righthand": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 3, 1 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson_righthand": { + "rotation": [ 0, -90, 25 ], + "translation": [ 1.13, 3.2, 1.13], + "scale": [ 0.68, 0.68, 0.68 ] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "scale": [ 1, 1, 1 ] + } + } +} diff --git a/1.12.2/assets/minecraft/models/item/ghast_tear.json b/1.12.2/assets/minecraft/models/item/ghast_tear.json new file mode 100644 index 00000000..5333f76c --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/ghast_tear.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/ghast_tear" + } +} diff --git a/1.12.2/assets/minecraft/models/item/glass.json b/1.12.2/assets/minecraft/models/item/glass.json new file mode 100644 index 00000000..91500b64 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glass" +} diff --git a/1.12.2/assets/minecraft/models/item/glass_bottle.json b/1.12.2/assets/minecraft/models/item/glass_bottle.json new file mode 100644 index 00000000..7d6a2557 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/glass_bottle.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/potion_bottle_empty" + } +} diff --git a/1.12.2/assets/minecraft/models/item/glass_pane.json b/1.12.2/assets/minecraft/models/item/glass_pane.json new file mode 100644 index 00000000..2f969162 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/glass" + } +} diff --git a/1.12.2/assets/minecraft/models/item/glowstone.json b/1.12.2/assets/minecraft/models/item/glowstone.json new file mode 100644 index 00000000..330bd266 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/glowstone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glowstone" +} diff --git a/1.12.2/assets/minecraft/models/item/glowstone_dust.json b/1.12.2/assets/minecraft/models/item/glowstone_dust.json new file mode 100644 index 00000000..5304f170 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/glowstone_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/glowstone_dust" + } +} diff --git a/1.12.2/assets/minecraft/models/item/gold_block.json b/1.12.2/assets/minecraft/models/item/gold_block.json new file mode 100644 index 00000000..c93c124a --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/gold_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/gold_block" +} diff --git a/1.12.2/assets/minecraft/models/item/gold_ingot.json b/1.12.2/assets/minecraft/models/item/gold_ingot.json new file mode 100644 index 00000000..ccac7fb1 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/gold_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/gold_ingot" + } +} diff --git a/1.12.2/assets/minecraft/models/item/gold_nugget.json b/1.12.2/assets/minecraft/models/item/gold_nugget.json new file mode 100644 index 00000000..3a6c9a04 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/gold_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/gold_nugget" + } +} diff --git a/1.12.2/assets/minecraft/models/item/gold_ore.json b/1.12.2/assets/minecraft/models/item/gold_ore.json new file mode 100644 index 00000000..7de63604 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/gold_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "block/gold_ore" +} diff --git a/1.12.2/assets/minecraft/models/item/golden_apple.json b/1.12.2/assets/minecraft/models/item/golden_apple.json new file mode 100644 index 00000000..8b351c22 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/golden_apple.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/apple_golden" + } +} diff --git a/1.12.2/assets/minecraft/models/item/golden_axe.json b/1.12.2/assets/minecraft/models/item/golden_axe.json new file mode 100644 index 00000000..a5b9e611 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/golden_axe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/gold_axe" + } +} diff --git a/1.12.2/assets/minecraft/models/item/golden_boots.json b/1.12.2/assets/minecraft/models/item/golden_boots.json new file mode 100644 index 00000000..cc61f6a9 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/golden_boots.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/gold_boots" + } +} diff --git a/1.12.2/assets/minecraft/models/item/golden_carrot.json b/1.12.2/assets/minecraft/models/item/golden_carrot.json new file mode 100644 index 00000000..97ef7567 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/golden_carrot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/carrot_golden" + } +} diff --git a/1.12.2/assets/minecraft/models/item/golden_chestplate.json b/1.12.2/assets/minecraft/models/item/golden_chestplate.json new file mode 100644 index 00000000..d843c052 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/golden_chestplate.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/gold_chestplate" + } +} diff --git a/1.12.2/assets/minecraft/models/item/golden_helmet.json b/1.12.2/assets/minecraft/models/item/golden_helmet.json new file mode 100644 index 00000000..006f62ed --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/golden_helmet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/gold_helmet" + } +} diff --git a/1.12.2/assets/minecraft/models/item/golden_hoe.json b/1.12.2/assets/minecraft/models/item/golden_hoe.json new file mode 100644 index 00000000..79e4d50d --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/golden_hoe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/gold_hoe" + } +} diff --git a/1.12.2/assets/minecraft/models/item/golden_horse_armor.json b/1.12.2/assets/minecraft/models/item/golden_horse_armor.json new file mode 100644 index 00000000..dc20445f --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/golden_horse_armor.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/gold_horse_armor" + } +} diff --git a/1.12.2/assets/minecraft/models/item/golden_leggings.json b/1.12.2/assets/minecraft/models/item/golden_leggings.json new file mode 100644 index 00000000..c6331d2b --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/golden_leggings.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/gold_leggings" + } +} diff --git a/1.12.2/assets/minecraft/models/item/golden_pickaxe.json b/1.12.2/assets/minecraft/models/item/golden_pickaxe.json new file mode 100644 index 00000000..94500689 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/golden_pickaxe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/gold_pickaxe" + } +} diff --git a/1.12.2/assets/minecraft/models/item/golden_rail.json b/1.12.2/assets/minecraft/models/item/golden_rail.json new file mode 100644 index 00000000..29c5693e --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/golden_rail.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/rail_golden" + } +} diff --git a/1.12.2/assets/minecraft/models/item/golden_shovel.json b/1.12.2/assets/minecraft/models/item/golden_shovel.json new file mode 100644 index 00000000..b19ae98a --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/golden_shovel.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/gold_shovel" + } +} diff --git a/1.12.2/assets/minecraft/models/item/golden_sword.json b/1.12.2/assets/minecraft/models/item/golden_sword.json new file mode 100644 index 00000000..a5f76703 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/golden_sword.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/gold_sword" + } +} diff --git a/1.12.2/assets/minecraft/models/item/granite.json b/1.12.2/assets/minecraft/models/item/granite.json new file mode 100644 index 00000000..1355a62d --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/granite.json @@ -0,0 +1,3 @@ +{ + "parent": "block/granite" +} diff --git a/1.12.2/assets/minecraft/models/item/granite_smooth.json b/1.12.2/assets/minecraft/models/item/granite_smooth.json new file mode 100644 index 00000000..7e8f434a --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/granite_smooth.json @@ -0,0 +1,3 @@ +{ + "parent": "block/granite_smooth" +} diff --git a/1.12.2/assets/minecraft/models/item/grass.json b/1.12.2/assets/minecraft/models/item/grass.json new file mode 100644 index 00000000..5307dafb --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/grass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/grass_normal" +} diff --git a/1.12.2/assets/minecraft/models/item/grass_path.json b/1.12.2/assets/minecraft/models/item/grass_path.json new file mode 100644 index 00000000..b12e1511 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/grass_path.json @@ -0,0 +1,3 @@ +{ + "parent": "block/grass_path" +} diff --git a/1.12.2/assets/minecraft/models/item/gravel.json b/1.12.2/assets/minecraft/models/item/gravel.json new file mode 100644 index 00000000..0d75aae2 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/gravel.json @@ -0,0 +1,3 @@ +{ + "parent": "block/gravel" +} diff --git a/1.12.2/assets/minecraft/models/item/gray_carpet.json b/1.12.2/assets/minecraft/models/item/gray_carpet.json new file mode 100644 index 00000000..b660dc23 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/gray_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/carpet_gray" +} diff --git a/1.12.2/assets/minecraft/models/item/gray_concrete.json b/1.12.2/assets/minecraft/models/item/gray_concrete.json new file mode 100644 index 00000000..79788258 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/gray_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "block/gray_concrete" +} diff --git a/1.12.2/assets/minecraft/models/item/gray_concrete_powder.json b/1.12.2/assets/minecraft/models/item/gray_concrete_powder.json new file mode 100644 index 00000000..c48f8a1e --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/gray_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "block/gray_concrete_powder" +} diff --git a/1.12.2/assets/minecraft/models/item/gray_glazed_terracotta.json b/1.12.2/assets/minecraft/models/item/gray_glazed_terracotta.json new file mode 100644 index 00000000..eeae4e53 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/gray_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/gray_glazed_terracotta" +} diff --git a/1.12.2/assets/minecraft/models/item/gray_shulker_box.json b/1.12.2/assets/minecraft/models/item/gray_shulker_box.json new file mode 100644 index 00000000..0884a19c --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/gray_shulker_box.json @@ -0,0 +1,3 @@ +{ + "parent": "item/shulker_box" +} diff --git a/1.12.2/assets/minecraft/models/item/gray_stained_glass.json b/1.12.2/assets/minecraft/models/item/gray_stained_glass.json new file mode 100644 index 00000000..d032c9f9 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/gray_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glass_gray" +} diff --git a/1.12.2/assets/minecraft/models/item/gray_stained_glass_pane.json b/1.12.2/assets/minecraft/models/item/gray_stained_glass_pane.json new file mode 100644 index 00000000..20f727cc --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/gray_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/glass_gray" + } +} diff --git a/1.12.2/assets/minecraft/models/item/gray_stained_hardened_clay.json b/1.12.2/assets/minecraft/models/item/gray_stained_hardened_clay.json new file mode 100644 index 00000000..b350707e --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/gray_stained_hardened_clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hardened_clay_gray" +} diff --git a/1.12.2/assets/minecraft/models/item/gray_wool.json b/1.12.2/assets/minecraft/models/item/gray_wool.json new file mode 100644 index 00000000..b92853c6 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/gray_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/gray_wool" +} diff --git a/1.12.2/assets/minecraft/models/item/green_carpet.json b/1.12.2/assets/minecraft/models/item/green_carpet.json new file mode 100644 index 00000000..ff0a5527 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/green_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/carpet_green" +} diff --git a/1.12.2/assets/minecraft/models/item/green_concrete.json b/1.12.2/assets/minecraft/models/item/green_concrete.json new file mode 100644 index 00000000..aa4687f0 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/green_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "block/green_concrete" +} diff --git a/1.12.2/assets/minecraft/models/item/green_concrete_powder.json b/1.12.2/assets/minecraft/models/item/green_concrete_powder.json new file mode 100644 index 00000000..c8fd5251 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/green_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "block/green_concrete_powder" +} diff --git a/1.12.2/assets/minecraft/models/item/green_glazed_terracotta.json b/1.12.2/assets/minecraft/models/item/green_glazed_terracotta.json new file mode 100644 index 00000000..6b7e5d36 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/green_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/green_glazed_terracotta" +} diff --git a/1.12.2/assets/minecraft/models/item/green_shulker_box.json b/1.12.2/assets/minecraft/models/item/green_shulker_box.json new file mode 100644 index 00000000..0884a19c --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/green_shulker_box.json @@ -0,0 +1,3 @@ +{ + "parent": "item/shulker_box" +} diff --git a/1.12.2/assets/minecraft/models/item/green_stained_glass.json b/1.12.2/assets/minecraft/models/item/green_stained_glass.json new file mode 100644 index 00000000..781875a5 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/green_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glass_green" +} diff --git a/1.12.2/assets/minecraft/models/item/green_stained_glass_pane.json b/1.12.2/assets/minecraft/models/item/green_stained_glass_pane.json new file mode 100644 index 00000000..df84f555 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/green_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/glass_green" + } +} diff --git a/1.12.2/assets/minecraft/models/item/green_stained_hardened_clay.json b/1.12.2/assets/minecraft/models/item/green_stained_hardened_clay.json new file mode 100644 index 00000000..17caf422 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/green_stained_hardened_clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hardened_clay_green" +} diff --git a/1.12.2/assets/minecraft/models/item/green_wool.json b/1.12.2/assets/minecraft/models/item/green_wool.json new file mode 100644 index 00000000..4c5ae5d7 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/green_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/green_wool" +} diff --git a/1.12.2/assets/minecraft/models/item/gunpowder.json b/1.12.2/assets/minecraft/models/item/gunpowder.json new file mode 100644 index 00000000..8fab33a6 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/gunpowder.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/gunpowder" + } +} diff --git a/1.12.2/assets/minecraft/models/item/handheld.json b/1.12.2/assets/minecraft/models/item/handheld.json new file mode 100644 index 00000000..51ea90fc --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/handheld.json @@ -0,0 +1,25 @@ +{ + "parent": "item/generated", + "display": { + "thirdperson_righthand": { + "rotation": [ 0, -90, 55 ], + "translation": [ 0, 4.0, 0.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "thirdperson_lefthand": { + "rotation": [ 0, 90, -55 ], + "translation": [ 0, 4.0, 0.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson_righthand": { + "rotation": [ 0, -90, 25 ], + "translation": [ 1.13, 3.2, 1.13 ], + "scale": [ 0.68, 0.68, 0.68 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, 90, -25 ], + "translation": [ 1.13, 3.2, 1.13 ], + "scale": [ 0.68, 0.68, 0.68 ] + } + } +} diff --git a/1.12.2/assets/minecraft/models/item/handheld_rod.json b/1.12.2/assets/minecraft/models/item/handheld_rod.json new file mode 100644 index 00000000..de794a4a --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/handheld_rod.json @@ -0,0 +1,25 @@ +{ + "parent": "item/handheld", + "display": { + "thirdperson_righthand": { + "rotation": [ 0, 90, 55 ], + "translation": [ 0, 4.0, 2.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "thirdperson_lefthand": { + "rotation": [ 0, -90, -55 ], + "translation": [ 0, 4.0, 2.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 90, 25 ], + "translation": [ 0, 1.6, 0.8 ], + "scale": [ 0.68, 0.68, 0.68 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, -90, -25 ], + "translation": [ 0, 1.6, 0.8 ], + "scale": [ 0.68, 0.68, 0.68 ] + } + } +} diff --git a/1.12.2/assets/minecraft/models/item/hardened_clay.json b/1.12.2/assets/minecraft/models/item/hardened_clay.json new file mode 100644 index 00000000..0fddfb5e --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/hardened_clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hardened_clay" +} diff --git a/1.12.2/assets/minecraft/models/item/hay_block.json b/1.12.2/assets/minecraft/models/item/hay_block.json new file mode 100644 index 00000000..4bce33b7 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/hay_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hay" +} diff --git a/1.12.2/assets/minecraft/models/item/heavy_weighted_pressure_plate.json b/1.12.2/assets/minecraft/models/item/heavy_weighted_pressure_plate.json new file mode 100644 index 00000000..086cb4bb --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/heavy_weighted_pressure_plate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/heavy_pressure_plate_up" +} diff --git a/1.12.2/assets/minecraft/models/item/hopper.json b/1.12.2/assets/minecraft/models/item/hopper.json new file mode 100644 index 00000000..fec83c80 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/hopper.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/hopper" + } +} diff --git a/1.12.2/assets/minecraft/models/item/hopper_minecart.json b/1.12.2/assets/minecraft/models/item/hopper_minecart.json new file mode 100644 index 00000000..0be6a666 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/hopper_minecart.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/minecart_hopper" + } +} diff --git a/1.12.2/assets/minecraft/models/item/houstonia.json b/1.12.2/assets/minecraft/models/item/houstonia.json new file mode 100644 index 00000000..5e010291 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/houstonia.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/flower_houstonia" + } +} diff --git a/1.12.2/assets/minecraft/models/item/ice.json b/1.12.2/assets/minecraft/models/item/ice.json new file mode 100644 index 00000000..b7f5c4ad --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/ice.json @@ -0,0 +1,3 @@ +{ + "parent": "block/ice" +} diff --git a/1.12.2/assets/minecraft/models/item/iron_axe.json b/1.12.2/assets/minecraft/models/item/iron_axe.json new file mode 100644 index 00000000..78f249e4 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/iron_axe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/iron_axe" + } +} diff --git a/1.12.2/assets/minecraft/models/item/iron_bars.json b/1.12.2/assets/minecraft/models/item/iron_bars.json new file mode 100644 index 00000000..13d76c5a --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/iron_bars.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/iron_bars" + } +} diff --git a/1.12.2/assets/minecraft/models/item/iron_block.json b/1.12.2/assets/minecraft/models/item/iron_block.json new file mode 100644 index 00000000..7a6a30ad --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/iron_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/iron_block" +} diff --git a/1.12.2/assets/minecraft/models/item/iron_boots.json b/1.12.2/assets/minecraft/models/item/iron_boots.json new file mode 100644 index 00000000..63b9331a --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/iron_boots.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/iron_boots" + } +} diff --git a/1.12.2/assets/minecraft/models/item/iron_chestplate.json b/1.12.2/assets/minecraft/models/item/iron_chestplate.json new file mode 100644 index 00000000..0e3fe9ef --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/iron_chestplate.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/iron_chestplate" + } +} diff --git a/1.12.2/assets/minecraft/models/item/iron_door.json b/1.12.2/assets/minecraft/models/item/iron_door.json new file mode 100644 index 00000000..94460de4 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/iron_door.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/door_iron" + } +} diff --git a/1.12.2/assets/minecraft/models/item/iron_helmet.json b/1.12.2/assets/minecraft/models/item/iron_helmet.json new file mode 100644 index 00000000..3e294f3b --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/iron_helmet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/iron_helmet" + } +} diff --git a/1.12.2/assets/minecraft/models/item/iron_hoe.json b/1.12.2/assets/minecraft/models/item/iron_hoe.json new file mode 100644 index 00000000..656a0b71 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/iron_hoe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/iron_hoe" + } +} diff --git a/1.12.2/assets/minecraft/models/item/iron_horse_armor.json b/1.12.2/assets/minecraft/models/item/iron_horse_armor.json new file mode 100644 index 00000000..9f986bd8 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/iron_horse_armor.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/iron_horse_armor" + } +} diff --git a/1.12.2/assets/minecraft/models/item/iron_ingot.json b/1.12.2/assets/minecraft/models/item/iron_ingot.json new file mode 100644 index 00000000..57731355 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/iron_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/iron_ingot" + } +} diff --git a/1.12.2/assets/minecraft/models/item/iron_leggings.json b/1.12.2/assets/minecraft/models/item/iron_leggings.json new file mode 100644 index 00000000..d5d477e1 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/iron_leggings.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/iron_leggings" + } +} diff --git a/1.12.2/assets/minecraft/models/item/iron_nugget.json b/1.12.2/assets/minecraft/models/item/iron_nugget.json new file mode 100644 index 00000000..fcdcc22d --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/iron_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/iron_nugget" + } +} diff --git a/1.12.2/assets/minecraft/models/item/iron_ore.json b/1.12.2/assets/minecraft/models/item/iron_ore.json new file mode 100644 index 00000000..34a8fba1 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/iron_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "block/iron_ore" +} diff --git a/1.12.2/assets/minecraft/models/item/iron_pickaxe.json b/1.12.2/assets/minecraft/models/item/iron_pickaxe.json new file mode 100644 index 00000000..5b3926cc --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/iron_pickaxe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/iron_pickaxe" + } +} diff --git a/1.12.2/assets/minecraft/models/item/iron_shovel.json b/1.12.2/assets/minecraft/models/item/iron_shovel.json new file mode 100644 index 00000000..0e056218 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/iron_shovel.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/iron_shovel" + } +} diff --git a/1.12.2/assets/minecraft/models/item/iron_sword.json b/1.12.2/assets/minecraft/models/item/iron_sword.json new file mode 100644 index 00000000..d26e40ef --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/iron_sword.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/iron_sword" + } +} diff --git a/1.12.2/assets/minecraft/models/item/iron_trapdoor.json b/1.12.2/assets/minecraft/models/item/iron_trapdoor.json new file mode 100644 index 00000000..40f44a8b --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/iron_trapdoor.json @@ -0,0 +1,3 @@ +{ + "parent": "block/iron_trapdoor_bottom" +} diff --git a/1.12.2/assets/minecraft/models/item/item_frame.json b/1.12.2/assets/minecraft/models/item/item_frame.json new file mode 100644 index 00000000..dc12d562 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/item_frame.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/item_frame" + } +} diff --git a/1.12.2/assets/minecraft/models/item/jukebox.json b/1.12.2/assets/minecraft/models/item/jukebox.json new file mode 100644 index 00000000..bf840fa8 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/jukebox.json @@ -0,0 +1,3 @@ +{ + "parent": "block/jukebox" +} diff --git a/1.12.2/assets/minecraft/models/item/jungle_boat.json b/1.12.2/assets/minecraft/models/item/jungle_boat.json new file mode 100644 index 00000000..e4131533 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/jungle_boat.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/jungle_boat" + } +} diff --git a/1.12.2/assets/minecraft/models/item/jungle_door.json b/1.12.2/assets/minecraft/models/item/jungle_door.json new file mode 100644 index 00000000..194d00fe --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/jungle_door.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/door_jungle" + } +} diff --git a/1.12.2/assets/minecraft/models/item/jungle_fence.json b/1.12.2/assets/minecraft/models/item/jungle_fence.json new file mode 100644 index 00000000..0003ec67 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/jungle_fence.json @@ -0,0 +1,3 @@ +{ + "parent": "block/jungle_fence_inventory" +} diff --git a/1.12.2/assets/minecraft/models/item/jungle_fence_gate.json b/1.12.2/assets/minecraft/models/item/jungle_fence_gate.json new file mode 100644 index 00000000..8757d518 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/jungle_fence_gate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/jungle_fence_gate_closed" +} diff --git a/1.12.2/assets/minecraft/models/item/jungle_leaves.json b/1.12.2/assets/minecraft/models/item/jungle_leaves.json new file mode 100644 index 00000000..15593fbd --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/jungle_leaves.json @@ -0,0 +1,3 @@ +{ + "parent": "block/jungle_leaves" +} diff --git a/1.12.2/assets/minecraft/models/item/jungle_log.json b/1.12.2/assets/minecraft/models/item/jungle_log.json new file mode 100644 index 00000000..00da19d4 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/jungle_log.json @@ -0,0 +1,3 @@ +{ + "parent": "block/jungle_log" +} diff --git a/1.12.2/assets/minecraft/models/item/jungle_planks.json b/1.12.2/assets/minecraft/models/item/jungle_planks.json new file mode 100644 index 00000000..23064c8e --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/jungle_planks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/jungle_planks" +} diff --git a/1.12.2/assets/minecraft/models/item/jungle_sapling.json b/1.12.2/assets/minecraft/models/item/jungle_sapling.json new file mode 100644 index 00000000..619c5455 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/jungle_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/sapling_jungle" + } +} diff --git a/1.12.2/assets/minecraft/models/item/jungle_slab.json b/1.12.2/assets/minecraft/models/item/jungle_slab.json new file mode 100644 index 00000000..b60449cf --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/jungle_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/half_slab_jungle" +} diff --git a/1.12.2/assets/minecraft/models/item/jungle_stairs.json b/1.12.2/assets/minecraft/models/item/jungle_stairs.json new file mode 100644 index 00000000..48357158 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/jungle_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/jungle_stairs" +} diff --git a/1.12.2/assets/minecraft/models/item/knowledge_book.json b/1.12.2/assets/minecraft/models/item/knowledge_book.json new file mode 100644 index 00000000..82c2762e --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/knowledge_book.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/knowledge_book" + } +} diff --git a/1.12.2/assets/minecraft/models/item/ladder.json b/1.12.2/assets/minecraft/models/item/ladder.json new file mode 100644 index 00000000..b9365faf --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/ladder.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/ladder" + } +} diff --git a/1.12.2/assets/minecraft/models/item/lapis_block.json b/1.12.2/assets/minecraft/models/item/lapis_block.json new file mode 100644 index 00000000..e441681b --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/lapis_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/lapis_block" +} diff --git a/1.12.2/assets/minecraft/models/item/lapis_ore.json b/1.12.2/assets/minecraft/models/item/lapis_ore.json new file mode 100644 index 00000000..7f682a31 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/lapis_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "block/lapis_ore" +} diff --git a/1.12.2/assets/minecraft/models/item/lava_bucket.json b/1.12.2/assets/minecraft/models/item/lava_bucket.json new file mode 100644 index 00000000..ca426d0f --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/lava_bucket.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/bucket_lava" + } +} diff --git a/1.12.2/assets/minecraft/models/item/lead.json b/1.12.2/assets/minecraft/models/item/lead.json new file mode 100644 index 00000000..289d6bc6 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/lead.json @@ -0,0 +1,13 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/lead" + }, + "display": { + "head": { + "rotation": [ 0, 0, 0 ], + "translation": [ 2.75, -2.75, -6.5], + "scale":[ 0.8, 0.8, 0.8] + } + } +} diff --git a/1.12.2/assets/minecraft/models/item/leather.json b/1.12.2/assets/minecraft/models/item/leather.json new file mode 100644 index 00000000..d50929f6 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/leather.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/leather" + } +} diff --git a/1.12.2/assets/minecraft/models/item/leather_boots.json b/1.12.2/assets/minecraft/models/item/leather_boots.json new file mode 100644 index 00000000..30d7f87c --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/leather_boots.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/leather_boots", + "layer1": "items/leather_boots_overlay" + } +} diff --git a/1.12.2/assets/minecraft/models/item/leather_chestplate.json b/1.12.2/assets/minecraft/models/item/leather_chestplate.json new file mode 100644 index 00000000..6bfaacdf --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/leather_chestplate.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/leather_chestplate", + "layer1": "items/leather_chestplate_overlay" + } +} diff --git a/1.12.2/assets/minecraft/models/item/leather_helmet.json b/1.12.2/assets/minecraft/models/item/leather_helmet.json new file mode 100644 index 00000000..a7dcc0a2 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/leather_helmet.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/leather_helmet", + "layer1": "items/leather_helmet_overlay" + } +} diff --git a/1.12.2/assets/minecraft/models/item/leather_leggings.json b/1.12.2/assets/minecraft/models/item/leather_leggings.json new file mode 100644 index 00000000..91bc7541 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/leather_leggings.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/leather_leggings", + "layer1": "items/leather_leggings_overlay" + } +} diff --git a/1.12.2/assets/minecraft/models/item/lever.json b/1.12.2/assets/minecraft/models/item/lever.json new file mode 100644 index 00000000..291e6b44 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/lever.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/lever" + } +} diff --git a/1.12.2/assets/minecraft/models/item/light_blue_carpet.json b/1.12.2/assets/minecraft/models/item/light_blue_carpet.json new file mode 100644 index 00000000..a25c5f08 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/light_blue_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/carpet_light_blue" +} diff --git a/1.12.2/assets/minecraft/models/item/light_blue_concrete.json b/1.12.2/assets/minecraft/models/item/light_blue_concrete.json new file mode 100644 index 00000000..66e01f27 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/light_blue_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "block/light_blue_concrete" +} diff --git a/1.12.2/assets/minecraft/models/item/light_blue_concrete_powder.json b/1.12.2/assets/minecraft/models/item/light_blue_concrete_powder.json new file mode 100644 index 00000000..1fbf1d06 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/light_blue_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "block/light_blue_concrete_powder" +} diff --git a/1.12.2/assets/minecraft/models/item/light_blue_glazed_terracotta.json b/1.12.2/assets/minecraft/models/item/light_blue_glazed_terracotta.json new file mode 100644 index 00000000..322cffd1 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/light_blue_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/light_blue_glazed_terracotta" +} diff --git a/1.12.2/assets/minecraft/models/item/light_blue_shulker_box.json b/1.12.2/assets/minecraft/models/item/light_blue_shulker_box.json new file mode 100644 index 00000000..0884a19c --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/light_blue_shulker_box.json @@ -0,0 +1,3 @@ +{ + "parent": "item/shulker_box" +} diff --git a/1.12.2/assets/minecraft/models/item/light_blue_stained_glass.json b/1.12.2/assets/minecraft/models/item/light_blue_stained_glass.json new file mode 100644 index 00000000..fcf3ad09 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/light_blue_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glass_light_blue" +} diff --git a/1.12.2/assets/minecraft/models/item/light_blue_stained_glass_pane.json b/1.12.2/assets/minecraft/models/item/light_blue_stained_glass_pane.json new file mode 100644 index 00000000..cbf3b032 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/light_blue_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/glass_light_blue" + } +} diff --git a/1.12.2/assets/minecraft/models/item/light_blue_stained_hardened_clay.json b/1.12.2/assets/minecraft/models/item/light_blue_stained_hardened_clay.json new file mode 100644 index 00000000..c8bfda23 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/light_blue_stained_hardened_clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hardened_clay_light_blue" +} diff --git a/1.12.2/assets/minecraft/models/item/light_blue_wool.json b/1.12.2/assets/minecraft/models/item/light_blue_wool.json new file mode 100644 index 00000000..72601467 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/light_blue_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/light_blue_wool" +} diff --git a/1.12.2/assets/minecraft/models/item/light_weighted_pressure_plate.json b/1.12.2/assets/minecraft/models/item/light_weighted_pressure_plate.json new file mode 100644 index 00000000..8eda94bf --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/light_weighted_pressure_plate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/light_pressure_plate_up" +} diff --git a/1.12.2/assets/minecraft/models/item/lime_carpet.json b/1.12.2/assets/minecraft/models/item/lime_carpet.json new file mode 100644 index 00000000..6ddf4b52 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/lime_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/carpet_lime" +} diff --git a/1.12.2/assets/minecraft/models/item/lime_concrete.json b/1.12.2/assets/minecraft/models/item/lime_concrete.json new file mode 100644 index 00000000..5cec3b22 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/lime_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "block/lime_concrete" +} diff --git a/1.12.2/assets/minecraft/models/item/lime_concrete_powder.json b/1.12.2/assets/minecraft/models/item/lime_concrete_powder.json new file mode 100644 index 00000000..4c51fbdf --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/lime_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "block/lime_concrete_powder" +} diff --git a/1.12.2/assets/minecraft/models/item/lime_glazed_terracotta.json b/1.12.2/assets/minecraft/models/item/lime_glazed_terracotta.json new file mode 100644 index 00000000..fe3f7e28 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/lime_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/lime_glazed_terracotta" +} diff --git a/1.12.2/assets/minecraft/models/item/lime_shulker_box.json b/1.12.2/assets/minecraft/models/item/lime_shulker_box.json new file mode 100644 index 00000000..0884a19c --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/lime_shulker_box.json @@ -0,0 +1,3 @@ +{ + "parent": "item/shulker_box" +} diff --git a/1.12.2/assets/minecraft/models/item/lime_stained_glass.json b/1.12.2/assets/minecraft/models/item/lime_stained_glass.json new file mode 100644 index 00000000..a13901ca --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/lime_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glass_lime" +} diff --git a/1.12.2/assets/minecraft/models/item/lime_stained_glass_pane.json b/1.12.2/assets/minecraft/models/item/lime_stained_glass_pane.json new file mode 100644 index 00000000..0410fa9c --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/lime_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/glass_lime" + } +} diff --git a/1.12.2/assets/minecraft/models/item/lime_stained_hardened_clay.json b/1.12.2/assets/minecraft/models/item/lime_stained_hardened_clay.json new file mode 100644 index 00000000..8b6d00b8 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/lime_stained_hardened_clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hardened_clay_lime" +} diff --git a/1.12.2/assets/minecraft/models/item/lime_wool.json b/1.12.2/assets/minecraft/models/item/lime_wool.json new file mode 100644 index 00000000..a3f06e01 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/lime_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/lime_wool" +} diff --git a/1.12.2/assets/minecraft/models/item/lit_pumpkin.json b/1.12.2/assets/minecraft/models/item/lit_pumpkin.json new file mode 100644 index 00000000..2ca965f3 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/lit_pumpkin.json @@ -0,0 +1,3 @@ +{ + "parent": "block/lit_pumpkin" +} diff --git a/1.12.2/assets/minecraft/models/item/magenta_carpet.json b/1.12.2/assets/minecraft/models/item/magenta_carpet.json new file mode 100644 index 00000000..e8b715cd --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/magenta_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/carpet_magenta" +} diff --git a/1.12.2/assets/minecraft/models/item/magenta_concrete.json b/1.12.2/assets/minecraft/models/item/magenta_concrete.json new file mode 100644 index 00000000..ae1c3e56 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/magenta_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "block/magenta_concrete" +} diff --git a/1.12.2/assets/minecraft/models/item/magenta_concrete_powder.json b/1.12.2/assets/minecraft/models/item/magenta_concrete_powder.json new file mode 100644 index 00000000..78b6dd08 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/magenta_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "block/magenta_concrete_powder" +} diff --git a/1.12.2/assets/minecraft/models/item/magenta_glazed_terracotta.json b/1.12.2/assets/minecraft/models/item/magenta_glazed_terracotta.json new file mode 100644 index 00000000..6d8a5c67 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/magenta_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/magenta_glazed_terracotta" +} diff --git a/1.12.2/assets/minecraft/models/item/magenta_shulker_box.json b/1.12.2/assets/minecraft/models/item/magenta_shulker_box.json new file mode 100644 index 00000000..0884a19c --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/magenta_shulker_box.json @@ -0,0 +1,3 @@ +{ + "parent": "item/shulker_box" +} diff --git a/1.12.2/assets/minecraft/models/item/magenta_stained_glass.json b/1.12.2/assets/minecraft/models/item/magenta_stained_glass.json new file mode 100644 index 00000000..7a9c4777 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/magenta_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glass_magenta" +} diff --git a/1.12.2/assets/minecraft/models/item/magenta_stained_glass_pane.json b/1.12.2/assets/minecraft/models/item/magenta_stained_glass_pane.json new file mode 100644 index 00000000..c21f346e --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/magenta_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/glass_magenta" + } +} diff --git a/1.12.2/assets/minecraft/models/item/magenta_stained_hardened_clay.json b/1.12.2/assets/minecraft/models/item/magenta_stained_hardened_clay.json new file mode 100644 index 00000000..9039c696 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/magenta_stained_hardened_clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hardened_clay_magenta" +} diff --git a/1.12.2/assets/minecraft/models/item/magenta_wool.json b/1.12.2/assets/minecraft/models/item/magenta_wool.json new file mode 100644 index 00000000..1fb40bc7 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/magenta_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/magenta_wool" +} diff --git a/1.12.2/assets/minecraft/models/item/magma.json b/1.12.2/assets/minecraft/models/item/magma.json new file mode 100644 index 00000000..c5a58776 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/magma.json @@ -0,0 +1,3 @@ +{ + "parent": "block/magma" +} diff --git a/1.12.2/assets/minecraft/models/item/magma_cream.json b/1.12.2/assets/minecraft/models/item/magma_cream.json new file mode 100644 index 00000000..aef2c4de --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/magma_cream.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/magma_cream" + } +} diff --git a/1.12.2/assets/minecraft/models/item/map.json b/1.12.2/assets/minecraft/models/item/map.json new file mode 100644 index 00000000..b967109c --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/map.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/map_empty" + } +} diff --git a/1.12.2/assets/minecraft/models/item/melon.json b/1.12.2/assets/minecraft/models/item/melon.json new file mode 100644 index 00000000..988f963c --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/melon.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/melon" + } +} diff --git a/1.12.2/assets/minecraft/models/item/melon_block.json b/1.12.2/assets/minecraft/models/item/melon_block.json new file mode 100644 index 00000000..2b380459 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/melon_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/melon" +} diff --git a/1.12.2/assets/minecraft/models/item/melon_seeds.json b/1.12.2/assets/minecraft/models/item/melon_seeds.json new file mode 100644 index 00000000..5f7c7127 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/melon_seeds.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/seeds_melon" + } +} diff --git a/1.12.2/assets/minecraft/models/item/milk_bucket.json b/1.12.2/assets/minecraft/models/item/milk_bucket.json new file mode 100644 index 00000000..02724932 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/milk_bucket.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/bucket_milk" + } +} diff --git a/1.12.2/assets/minecraft/models/item/minecart.json b/1.12.2/assets/minecraft/models/item/minecart.json new file mode 100644 index 00000000..df8710b6 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/minecart.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/minecart_normal" + } +} diff --git a/1.12.2/assets/minecraft/models/item/mob_spawner.json b/1.12.2/assets/minecraft/models/item/mob_spawner.json new file mode 100644 index 00000000..22d91dcf --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/mob_spawner.json @@ -0,0 +1,3 @@ +{ + "parent": "block/mob_spawner_cage" +} diff --git a/1.12.2/assets/minecraft/models/item/mossy_brick_monster_egg.json b/1.12.2/assets/minecraft/models/item/mossy_brick_monster_egg.json new file mode 100644 index 00000000..b9735db7 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/mossy_brick_monster_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stonebrick_mossy" +} diff --git a/1.12.2/assets/minecraft/models/item/mossy_cobblestone.json b/1.12.2/assets/minecraft/models/item/mossy_cobblestone.json new file mode 100644 index 00000000..94e4ff07 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/mossy_cobblestone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/mossy_cobblestone" +} diff --git a/1.12.2/assets/minecraft/models/item/mossy_cobblestone_wall.json b/1.12.2/assets/minecraft/models/item/mossy_cobblestone_wall.json new file mode 100644 index 00000000..73cd75de --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/mossy_cobblestone_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cobblestone_wall_mossy_inventory" +} diff --git a/1.12.2/assets/minecraft/models/item/mossy_stonebrick.json b/1.12.2/assets/minecraft/models/item/mossy_stonebrick.json new file mode 100644 index 00000000..b9735db7 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/mossy_stonebrick.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stonebrick_mossy" +} diff --git a/1.12.2/assets/minecraft/models/item/mushroom_stew.json b/1.12.2/assets/minecraft/models/item/mushroom_stew.json new file mode 100644 index 00000000..c116ffea --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/mushroom_stew.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/mushroom_stew" + } +} diff --git a/1.12.2/assets/minecraft/models/item/mutton.json b/1.12.2/assets/minecraft/models/item/mutton.json new file mode 100644 index 00000000..bbb32839 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/mutton.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/mutton_raw" + } +} diff --git a/1.12.2/assets/minecraft/models/item/mycelium.json b/1.12.2/assets/minecraft/models/item/mycelium.json new file mode 100644 index 00000000..ceedc738 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/mycelium.json @@ -0,0 +1,3 @@ +{ + "parent": "block/mycelium" +} diff --git a/1.12.2/assets/minecraft/models/item/name_tag.json b/1.12.2/assets/minecraft/models/item/name_tag.json new file mode 100644 index 00000000..ad661b9b --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/name_tag.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/name_tag" + } +} diff --git a/1.12.2/assets/minecraft/models/item/nether_brick.json b/1.12.2/assets/minecraft/models/item/nether_brick.json new file mode 100644 index 00000000..3962705b --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/nether_brick.json @@ -0,0 +1,3 @@ +{ + "parent": "block/nether_brick" +} diff --git a/1.12.2/assets/minecraft/models/item/nether_brick_fence.json b/1.12.2/assets/minecraft/models/item/nether_brick_fence.json new file mode 100644 index 00000000..5c47bc0e --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/nether_brick_fence.json @@ -0,0 +1,3 @@ +{ + "parent": "block/nether_brick_fence_inventory" +} diff --git a/1.12.2/assets/minecraft/models/item/nether_brick_slab.json b/1.12.2/assets/minecraft/models/item/nether_brick_slab.json new file mode 100644 index 00000000..56c6c412 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/nether_brick_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/half_slab_nether_brick" +} diff --git a/1.12.2/assets/minecraft/models/item/nether_brick_stairs.json b/1.12.2/assets/minecraft/models/item/nether_brick_stairs.json new file mode 100644 index 00000000..056a97c8 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/nether_brick_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/nether_brick_stairs" +} diff --git a/1.12.2/assets/minecraft/models/item/nether_star.json b/1.12.2/assets/minecraft/models/item/nether_star.json new file mode 100644 index 00000000..c746898a --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/nether_star.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/nether_star" + } +} diff --git a/1.12.2/assets/minecraft/models/item/nether_wart.json b/1.12.2/assets/minecraft/models/item/nether_wart.json new file mode 100644 index 00000000..3cebef34 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/nether_wart.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/nether_wart" + } +} diff --git a/1.12.2/assets/minecraft/models/item/nether_wart_block.json b/1.12.2/assets/minecraft/models/item/nether_wart_block.json new file mode 100644 index 00000000..59d06758 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/nether_wart_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/nether_wart_block" +} diff --git a/1.12.2/assets/minecraft/models/item/netherbrick.json b/1.12.2/assets/minecraft/models/item/netherbrick.json new file mode 100644 index 00000000..c9743ce2 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/netherbrick.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/netherbrick" + } +} diff --git a/1.12.2/assets/minecraft/models/item/netherrack.json b/1.12.2/assets/minecraft/models/item/netherrack.json new file mode 100644 index 00000000..78d36f4c --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/netherrack.json @@ -0,0 +1,3 @@ +{ + "parent": "block/netherrack" +} diff --git a/1.12.2/assets/minecraft/models/item/noteblock.json b/1.12.2/assets/minecraft/models/item/noteblock.json new file mode 100644 index 00000000..d6a1b780 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/noteblock.json @@ -0,0 +1,3 @@ +{ + "parent": "block/noteblock" +} diff --git a/1.12.2/assets/minecraft/models/item/oak_boat.json b/1.12.2/assets/minecraft/models/item/oak_boat.json new file mode 100644 index 00000000..16795eee --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/oak_boat.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/oak_boat" + } +} diff --git a/1.12.2/assets/minecraft/models/item/oak_door.json b/1.12.2/assets/minecraft/models/item/oak_door.json new file mode 100644 index 00000000..4e4ac718 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/oak_door.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/door_wood" + } +} diff --git a/1.12.2/assets/minecraft/models/item/oak_fence.json b/1.12.2/assets/minecraft/models/item/oak_fence.json new file mode 100644 index 00000000..f435a041 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/oak_fence.json @@ -0,0 +1,3 @@ +{ + "parent": "block/oak_fence_inventory" +} diff --git a/1.12.2/assets/minecraft/models/item/oak_fence_gate.json b/1.12.2/assets/minecraft/models/item/oak_fence_gate.json new file mode 100644 index 00000000..98734ea2 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/oak_fence_gate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/oak_fence_gate_closed" +} diff --git a/1.12.2/assets/minecraft/models/item/oak_leaves.json b/1.12.2/assets/minecraft/models/item/oak_leaves.json new file mode 100644 index 00000000..fc608cc3 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/oak_leaves.json @@ -0,0 +1,3 @@ +{ + "parent": "block/oak_leaves" +} diff --git a/1.12.2/assets/minecraft/models/item/oak_log.json b/1.12.2/assets/minecraft/models/item/oak_log.json new file mode 100644 index 00000000..75791b39 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/oak_log.json @@ -0,0 +1,3 @@ +{ + "parent": "block/oak_log" +} diff --git a/1.12.2/assets/minecraft/models/item/oak_planks.json b/1.12.2/assets/minecraft/models/item/oak_planks.json new file mode 100644 index 00000000..9e0316c0 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/oak_planks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/oak_planks" +} diff --git a/1.12.2/assets/minecraft/models/item/oak_sapling.json b/1.12.2/assets/minecraft/models/item/oak_sapling.json new file mode 100644 index 00000000..f4117f67 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/oak_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/sapling_oak" + } +} diff --git a/1.12.2/assets/minecraft/models/item/oak_slab.json b/1.12.2/assets/minecraft/models/item/oak_slab.json new file mode 100644 index 00000000..7043f21d --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/oak_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/half_slab_oak" +} diff --git a/1.12.2/assets/minecraft/models/item/oak_stairs.json b/1.12.2/assets/minecraft/models/item/oak_stairs.json new file mode 100644 index 00000000..15add8b1 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/oak_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/oak_stairs" +} diff --git a/1.12.2/assets/minecraft/models/item/observer.json b/1.12.2/assets/minecraft/models/item/observer.json new file mode 100644 index 00000000..6acbb70b --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/observer.json @@ -0,0 +1,3 @@ +{ + "parent": "block/observer" +} diff --git a/1.12.2/assets/minecraft/models/item/obsidian.json b/1.12.2/assets/minecraft/models/item/obsidian.json new file mode 100644 index 00000000..e800ae67 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/obsidian.json @@ -0,0 +1,3 @@ +{ + "parent": "block/obsidian" +} diff --git a/1.12.2/assets/minecraft/models/item/orange_carpet.json b/1.12.2/assets/minecraft/models/item/orange_carpet.json new file mode 100644 index 00000000..c9a9fa49 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/orange_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/carpet_orange" +} diff --git a/1.12.2/assets/minecraft/models/item/orange_concrete.json b/1.12.2/assets/minecraft/models/item/orange_concrete.json new file mode 100644 index 00000000..a6a32ebd --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/orange_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "block/orange_concrete" +} diff --git a/1.12.2/assets/minecraft/models/item/orange_concrete_powder.json b/1.12.2/assets/minecraft/models/item/orange_concrete_powder.json new file mode 100644 index 00000000..d408b36d --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/orange_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "block/orange_concrete_powder" +} diff --git a/1.12.2/assets/minecraft/models/item/orange_glazed_terracotta.json b/1.12.2/assets/minecraft/models/item/orange_glazed_terracotta.json new file mode 100644 index 00000000..1bb279de --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/orange_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/orange_glazed_terracotta" +} diff --git a/1.12.2/assets/minecraft/models/item/orange_shulker_box.json b/1.12.2/assets/minecraft/models/item/orange_shulker_box.json new file mode 100644 index 00000000..0884a19c --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/orange_shulker_box.json @@ -0,0 +1,3 @@ +{ + "parent": "item/shulker_box" +} diff --git a/1.12.2/assets/minecraft/models/item/orange_stained_glass.json b/1.12.2/assets/minecraft/models/item/orange_stained_glass.json new file mode 100644 index 00000000..44d01baa --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/orange_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glass_orange" +} diff --git a/1.12.2/assets/minecraft/models/item/orange_stained_glass_pane.json b/1.12.2/assets/minecraft/models/item/orange_stained_glass_pane.json new file mode 100644 index 00000000..da9c548c --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/orange_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/glass_orange" + } +} diff --git a/1.12.2/assets/minecraft/models/item/orange_stained_hardened_clay.json b/1.12.2/assets/minecraft/models/item/orange_stained_hardened_clay.json new file mode 100644 index 00000000..1e42b252 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/orange_stained_hardened_clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hardened_clay_orange" +} diff --git a/1.12.2/assets/minecraft/models/item/orange_tulip.json b/1.12.2/assets/minecraft/models/item/orange_tulip.json new file mode 100644 index 00000000..e75da623 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/orange_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/flower_tulip_orange" + } +} diff --git a/1.12.2/assets/minecraft/models/item/orange_wool.json b/1.12.2/assets/minecraft/models/item/orange_wool.json new file mode 100644 index 00000000..7957176d --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/orange_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/orange_wool" +} diff --git a/1.12.2/assets/minecraft/models/item/oxeye_daisy.json b/1.12.2/assets/minecraft/models/item/oxeye_daisy.json new file mode 100644 index 00000000..0a0a2834 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/oxeye_daisy.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/flower_oxeye_daisy" + } +} diff --git a/1.12.2/assets/minecraft/models/item/packed_ice.json b/1.12.2/assets/minecraft/models/item/packed_ice.json new file mode 100644 index 00000000..be1aa0a1 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/packed_ice.json @@ -0,0 +1,3 @@ +{ + "parent": "block/packed_ice" +} diff --git a/1.12.2/assets/minecraft/models/item/paeonia.json b/1.12.2/assets/minecraft/models/item/paeonia.json new file mode 100644 index 00000000..ec55fa46 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/paeonia.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/double_plant_paeonia_top" + } +} diff --git a/1.12.2/assets/minecraft/models/item/painting.json b/1.12.2/assets/minecraft/models/item/painting.json new file mode 100644 index 00000000..868ed56c --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/painting.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/painting" + } +} diff --git a/1.12.2/assets/minecraft/models/item/paper.json b/1.12.2/assets/minecraft/models/item/paper.json new file mode 100644 index 00000000..778fd301 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/paper.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/paper" + } +} diff --git a/1.12.2/assets/minecraft/models/item/pink_carpet.json b/1.12.2/assets/minecraft/models/item/pink_carpet.json new file mode 100644 index 00000000..db364cff --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/pink_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/carpet_pink" +} diff --git a/1.12.2/assets/minecraft/models/item/pink_concrete.json b/1.12.2/assets/minecraft/models/item/pink_concrete.json new file mode 100644 index 00000000..40b3ad6e --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/pink_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "block/pink_concrete" +} diff --git a/1.12.2/assets/minecraft/models/item/pink_concrete_powder.json b/1.12.2/assets/minecraft/models/item/pink_concrete_powder.json new file mode 100644 index 00000000..54b09057 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/pink_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "block/pink_concrete_powder" +} diff --git a/1.12.2/assets/minecraft/models/item/pink_glazed_terracotta.json b/1.12.2/assets/minecraft/models/item/pink_glazed_terracotta.json new file mode 100644 index 00000000..b892533a --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/pink_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/pink_glazed_terracotta" +} diff --git a/1.12.2/assets/minecraft/models/item/pink_shulker_box.json b/1.12.2/assets/minecraft/models/item/pink_shulker_box.json new file mode 100644 index 00000000..0884a19c --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/pink_shulker_box.json @@ -0,0 +1,3 @@ +{ + "parent": "item/shulker_box" +} diff --git a/1.12.2/assets/minecraft/models/item/pink_stained_glass.json b/1.12.2/assets/minecraft/models/item/pink_stained_glass.json new file mode 100644 index 00000000..502fd0f4 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/pink_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glass_pink" +} diff --git a/1.12.2/assets/minecraft/models/item/pink_stained_glass_pane.json b/1.12.2/assets/minecraft/models/item/pink_stained_glass_pane.json new file mode 100644 index 00000000..de37541a --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/pink_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/glass_pink" + } +} diff --git a/1.12.2/assets/minecraft/models/item/pink_stained_hardened_clay.json b/1.12.2/assets/minecraft/models/item/pink_stained_hardened_clay.json new file mode 100644 index 00000000..1f4fb06a --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/pink_stained_hardened_clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hardened_clay_pink" +} diff --git a/1.12.2/assets/minecraft/models/item/pink_tulip.json b/1.12.2/assets/minecraft/models/item/pink_tulip.json new file mode 100644 index 00000000..bedd8ce0 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/pink_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/flower_tulip_pink" + } +} diff --git a/1.12.2/assets/minecraft/models/item/pink_wool.json b/1.12.2/assets/minecraft/models/item/pink_wool.json new file mode 100644 index 00000000..fced1886 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/pink_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/pink_wool" +} diff --git a/1.12.2/assets/minecraft/models/item/piston.json b/1.12.2/assets/minecraft/models/item/piston.json new file mode 100644 index 00000000..6502b996 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/piston.json @@ -0,0 +1,3 @@ +{ + "parent": "block/piston_inventory_normal" +} diff --git a/1.12.2/assets/minecraft/models/item/podzol.json b/1.12.2/assets/minecraft/models/item/podzol.json new file mode 100644 index 00000000..a2a5c01a --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/podzol.json @@ -0,0 +1,3 @@ +{ + "parent": "block/podzol" +} diff --git a/1.12.2/assets/minecraft/models/item/poisonous_potato.json b/1.12.2/assets/minecraft/models/item/poisonous_potato.json new file mode 100644 index 00000000..09a59bcf --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/poisonous_potato.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/potato_poisonous" + } +} diff --git a/1.12.2/assets/minecraft/models/item/poppy.json b/1.12.2/assets/minecraft/models/item/poppy.json new file mode 100644 index 00000000..b525e756 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/poppy.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/flower_rose" + } +} diff --git a/1.12.2/assets/minecraft/models/item/porkchop.json b/1.12.2/assets/minecraft/models/item/porkchop.json new file mode 100644 index 00000000..4ea1292b --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/porkchop.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/porkchop_raw" + } +} diff --git a/1.12.2/assets/minecraft/models/item/potato.json b/1.12.2/assets/minecraft/models/item/potato.json new file mode 100644 index 00000000..0a6f2f83 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/potato.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/potato" + } +} diff --git a/1.12.2/assets/minecraft/models/item/prismarine.json b/1.12.2/assets/minecraft/models/item/prismarine.json new file mode 100644 index 00000000..8236c43d --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/prismarine.json @@ -0,0 +1,3 @@ +{ + "parent": "block/prismarine_rough" +} diff --git a/1.12.2/assets/minecraft/models/item/prismarine_bricks.json b/1.12.2/assets/minecraft/models/item/prismarine_bricks.json new file mode 100644 index 00000000..b741335b --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/prismarine_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/prismarine_bricks" +} diff --git a/1.12.2/assets/minecraft/models/item/prismarine_crystals.json b/1.12.2/assets/minecraft/models/item/prismarine_crystals.json new file mode 100644 index 00000000..c0dacecf --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/prismarine_crystals.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/prismarine_crystals" + } +} diff --git a/1.12.2/assets/minecraft/models/item/prismarine_shard.json b/1.12.2/assets/minecraft/models/item/prismarine_shard.json new file mode 100644 index 00000000..dba6f5c0 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/prismarine_shard.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/prismarine_shard" + } +} diff --git a/1.12.2/assets/minecraft/models/item/pufferfish.json b/1.12.2/assets/minecraft/models/item/pufferfish.json new file mode 100644 index 00000000..a7357f32 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/pufferfish.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/fish_pufferfish_raw" + } +} diff --git a/1.12.2/assets/minecraft/models/item/pumpkin.json b/1.12.2/assets/minecraft/models/item/pumpkin.json new file mode 100644 index 00000000..536a355e --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/pumpkin.json @@ -0,0 +1,3 @@ +{ + "parent": "block/pumpkin" +} diff --git a/1.12.2/assets/minecraft/models/item/pumpkin_pie.json b/1.12.2/assets/minecraft/models/item/pumpkin_pie.json new file mode 100644 index 00000000..aa0af41e --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/pumpkin_pie.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/pumpkin_pie" + } +} diff --git a/1.12.2/assets/minecraft/models/item/pumpkin_seeds.json b/1.12.2/assets/minecraft/models/item/pumpkin_seeds.json new file mode 100644 index 00000000..379b4c86 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/pumpkin_seeds.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/seeds_pumpkin" + } +} diff --git a/1.12.2/assets/minecraft/models/item/purple_carpet.json b/1.12.2/assets/minecraft/models/item/purple_carpet.json new file mode 100644 index 00000000..66a3b14f --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/purple_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/carpet_purple" +} diff --git a/1.12.2/assets/minecraft/models/item/purple_concrete.json b/1.12.2/assets/minecraft/models/item/purple_concrete.json new file mode 100644 index 00000000..36a42e84 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/purple_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "block/purple_concrete" +} diff --git a/1.12.2/assets/minecraft/models/item/purple_concrete_powder.json b/1.12.2/assets/minecraft/models/item/purple_concrete_powder.json new file mode 100644 index 00000000..ea90e5da --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/purple_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "block/purple_concrete_powder" +} diff --git a/1.12.2/assets/minecraft/models/item/purple_glazed_terracotta.json b/1.12.2/assets/minecraft/models/item/purple_glazed_terracotta.json new file mode 100644 index 00000000..867f8bb7 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/purple_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/purple_glazed_terracotta" +} diff --git a/1.12.2/assets/minecraft/models/item/purple_shulker_box.json b/1.12.2/assets/minecraft/models/item/purple_shulker_box.json new file mode 100644 index 00000000..0884a19c --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/purple_shulker_box.json @@ -0,0 +1,3 @@ +{ + "parent": "item/shulker_box" +} diff --git a/1.12.2/assets/minecraft/models/item/purple_stained_glass.json b/1.12.2/assets/minecraft/models/item/purple_stained_glass.json new file mode 100644 index 00000000..d0f8c025 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/purple_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glass_purple" +} diff --git a/1.12.2/assets/minecraft/models/item/purple_stained_glass_pane.json b/1.12.2/assets/minecraft/models/item/purple_stained_glass_pane.json new file mode 100644 index 00000000..aa60cb3f --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/purple_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/glass_purple" + } +} diff --git a/1.12.2/assets/minecraft/models/item/purple_stained_hardened_clay.json b/1.12.2/assets/minecraft/models/item/purple_stained_hardened_clay.json new file mode 100644 index 00000000..773135a5 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/purple_stained_hardened_clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hardened_clay_purple" +} diff --git a/1.12.2/assets/minecraft/models/item/purple_wool.json b/1.12.2/assets/minecraft/models/item/purple_wool.json new file mode 100644 index 00000000..087e3a64 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/purple_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/purple_wool" +} diff --git a/1.12.2/assets/minecraft/models/item/purpur_block.json b/1.12.2/assets/minecraft/models/item/purpur_block.json new file mode 100644 index 00000000..11e96329 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/purpur_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/purpur_block" +} diff --git a/1.12.2/assets/minecraft/models/item/purpur_pillar.json b/1.12.2/assets/minecraft/models/item/purpur_pillar.json new file mode 100644 index 00000000..d577a868 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/purpur_pillar.json @@ -0,0 +1,3 @@ +{ + "parent": "block/purpur_pillar_top" +} diff --git a/1.12.2/assets/minecraft/models/item/purpur_slab.json b/1.12.2/assets/minecraft/models/item/purpur_slab.json new file mode 100644 index 00000000..0987cf94 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/purpur_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/half_slab_purpur" +} diff --git a/1.12.2/assets/minecraft/models/item/purpur_stairs.json b/1.12.2/assets/minecraft/models/item/purpur_stairs.json new file mode 100644 index 00000000..fd71ac3a --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/purpur_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/purpur_stairs" +} diff --git a/1.12.2/assets/minecraft/models/item/quartz.json b/1.12.2/assets/minecraft/models/item/quartz.json new file mode 100644 index 00000000..4a7df933 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/quartz.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/quartz" + } +} diff --git a/1.12.2/assets/minecraft/models/item/quartz_block.json b/1.12.2/assets/minecraft/models/item/quartz_block.json new file mode 100644 index 00000000..72a32df0 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/quartz_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/quartz_normal" +} diff --git a/1.12.2/assets/minecraft/models/item/quartz_column.json b/1.12.2/assets/minecraft/models/item/quartz_column.json new file mode 100644 index 00000000..46e73a8b --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/quartz_column.json @@ -0,0 +1,3 @@ +{ + "parent": "block/quartz_lines" +} diff --git a/1.12.2/assets/minecraft/models/item/quartz_ore.json b/1.12.2/assets/minecraft/models/item/quartz_ore.json new file mode 100644 index 00000000..4e7acf32 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/quartz_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "block/quartz_ore" +} diff --git a/1.12.2/assets/minecraft/models/item/quartz_slab.json b/1.12.2/assets/minecraft/models/item/quartz_slab.json new file mode 100644 index 00000000..1d97812d --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/quartz_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/half_slab_quartz" +} diff --git a/1.12.2/assets/minecraft/models/item/quartz_stairs.json b/1.12.2/assets/minecraft/models/item/quartz_stairs.json new file mode 100644 index 00000000..4fb792ed --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/quartz_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/quartz_stairs" +} diff --git a/1.12.2/assets/minecraft/models/item/rabbit.json b/1.12.2/assets/minecraft/models/item/rabbit.json new file mode 100644 index 00000000..96688af3 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/rabbit.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/rabbit_raw" + } +} diff --git a/1.12.2/assets/minecraft/models/item/rabbit_foot.json b/1.12.2/assets/minecraft/models/item/rabbit_foot.json new file mode 100644 index 00000000..7847186b --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/rabbit_foot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/rabbit_foot" + } +} diff --git a/1.12.2/assets/minecraft/models/item/rabbit_hide.json b/1.12.2/assets/minecraft/models/item/rabbit_hide.json new file mode 100644 index 00000000..db8c2385 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/rabbit_hide.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/rabbit_hide" + } +} diff --git a/1.12.2/assets/minecraft/models/item/rabbit_stew.json b/1.12.2/assets/minecraft/models/item/rabbit_stew.json new file mode 100644 index 00000000..8ac05b9a --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/rabbit_stew.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/rabbit_stew" + } +} diff --git a/1.12.2/assets/minecraft/models/item/rail.json b/1.12.2/assets/minecraft/models/item/rail.json new file mode 100644 index 00000000..892582ab --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/rail.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/rail_normal" + } +} diff --git a/1.12.2/assets/minecraft/models/item/record_11.json b/1.12.2/assets/minecraft/models/item/record_11.json new file mode 100644 index 00000000..6deb3922 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/record_11.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/record_11" + } +} diff --git a/1.12.2/assets/minecraft/models/item/record_13.json b/1.12.2/assets/minecraft/models/item/record_13.json new file mode 100644 index 00000000..d62cf267 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/record_13.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/record_13" + } +} diff --git a/1.12.2/assets/minecraft/models/item/record_blocks.json b/1.12.2/assets/minecraft/models/item/record_blocks.json new file mode 100644 index 00000000..e85713e4 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/record_blocks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/record_blocks" + } +} diff --git a/1.12.2/assets/minecraft/models/item/record_cat.json b/1.12.2/assets/minecraft/models/item/record_cat.json new file mode 100644 index 00000000..9b2fc054 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/record_cat.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/record_cat" + } +} diff --git a/1.12.2/assets/minecraft/models/item/record_chirp.json b/1.12.2/assets/minecraft/models/item/record_chirp.json new file mode 100644 index 00000000..955b997d --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/record_chirp.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/record_chirp" + } +} diff --git a/1.12.2/assets/minecraft/models/item/record_far.json b/1.12.2/assets/minecraft/models/item/record_far.json new file mode 100644 index 00000000..16512453 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/record_far.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/record_far" + } +} diff --git a/1.12.2/assets/minecraft/models/item/record_mall.json b/1.12.2/assets/minecraft/models/item/record_mall.json new file mode 100644 index 00000000..c482bd64 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/record_mall.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/record_mall" + } +} diff --git a/1.12.2/assets/minecraft/models/item/record_mellohi.json b/1.12.2/assets/minecraft/models/item/record_mellohi.json new file mode 100644 index 00000000..e375de01 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/record_mellohi.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/record_mellohi" + } +} diff --git a/1.12.2/assets/minecraft/models/item/record_stal.json b/1.12.2/assets/minecraft/models/item/record_stal.json new file mode 100644 index 00000000..85f6c92f --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/record_stal.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/record_stal" + } +} diff --git a/1.12.2/assets/minecraft/models/item/record_strad.json b/1.12.2/assets/minecraft/models/item/record_strad.json new file mode 100644 index 00000000..7f22cbc0 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/record_strad.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/record_strad" + } +} diff --git a/1.12.2/assets/minecraft/models/item/record_wait.json b/1.12.2/assets/minecraft/models/item/record_wait.json new file mode 100644 index 00000000..df45937d --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/record_wait.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/record_wait" + } +} diff --git a/1.12.2/assets/minecraft/models/item/record_ward.json b/1.12.2/assets/minecraft/models/item/record_ward.json new file mode 100644 index 00000000..9008fea8 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/record_ward.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/record_ward" + } +} diff --git a/1.12.2/assets/minecraft/models/item/red_carpet.json b/1.12.2/assets/minecraft/models/item/red_carpet.json new file mode 100644 index 00000000..54451490 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/red_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/carpet_red" +} diff --git a/1.12.2/assets/minecraft/models/item/red_concrete.json b/1.12.2/assets/minecraft/models/item/red_concrete.json new file mode 100644 index 00000000..8ce646ad --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/red_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_concrete" +} diff --git a/1.12.2/assets/minecraft/models/item/red_concrete_powder.json b/1.12.2/assets/minecraft/models/item/red_concrete_powder.json new file mode 100644 index 00000000..736b4b6c --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/red_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_concrete_powder" +} diff --git a/1.12.2/assets/minecraft/models/item/red_glazed_terracotta.json b/1.12.2/assets/minecraft/models/item/red_glazed_terracotta.json new file mode 100644 index 00000000..90c6fa53 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/red_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_glazed_terracotta" +} diff --git a/1.12.2/assets/minecraft/models/item/red_mushroom.json b/1.12.2/assets/minecraft/models/item/red_mushroom.json new file mode 100644 index 00000000..6fa4d87f --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/red_mushroom.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/mushroom_red" + } +} diff --git a/1.12.2/assets/minecraft/models/item/red_mushroom_block.json b/1.12.2/assets/minecraft/models/item/red_mushroom_block.json new file mode 100644 index 00000000..f6d7efe6 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/red_mushroom_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_mushroom_block_cap_all" +} diff --git a/1.12.2/assets/minecraft/models/item/red_nether_brick.json b/1.12.2/assets/minecraft/models/item/red_nether_brick.json new file mode 100644 index 00000000..92945883 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/red_nether_brick.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_nether_brick" +} diff --git a/1.12.2/assets/minecraft/models/item/red_sand.json b/1.12.2/assets/minecraft/models/item/red_sand.json new file mode 100644 index 00000000..1a5296f0 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/red_sand.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_sand" +} diff --git a/1.12.2/assets/minecraft/models/item/red_sandstone.json b/1.12.2/assets/minecraft/models/item/red_sandstone.json new file mode 100644 index 00000000..464692cb --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/red_sandstone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_sandstone_normal" +} diff --git a/1.12.2/assets/minecraft/models/item/red_sandstone_slab.json b/1.12.2/assets/minecraft/models/item/red_sandstone_slab.json new file mode 100644 index 00000000..81db0ae8 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/red_sandstone_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/half_slab_red_sandstone" +} diff --git a/1.12.2/assets/minecraft/models/item/red_sandstone_stairs.json b/1.12.2/assets/minecraft/models/item/red_sandstone_stairs.json new file mode 100644 index 00000000..b3fb4a38 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/red_sandstone_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_sandstone_stairs" +} diff --git a/1.12.2/assets/minecraft/models/item/red_shulker_box.json b/1.12.2/assets/minecraft/models/item/red_shulker_box.json new file mode 100644 index 00000000..0884a19c --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/red_shulker_box.json @@ -0,0 +1,3 @@ +{ + "parent": "item/shulker_box" +} diff --git a/1.12.2/assets/minecraft/models/item/red_stained_glass.json b/1.12.2/assets/minecraft/models/item/red_stained_glass.json new file mode 100644 index 00000000..bec86a97 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/red_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glass_red" +} diff --git a/1.12.2/assets/minecraft/models/item/red_stained_glass_pane.json b/1.12.2/assets/minecraft/models/item/red_stained_glass_pane.json new file mode 100644 index 00000000..64ecfeea --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/red_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/glass_red" + } +} diff --git a/1.12.2/assets/minecraft/models/item/red_stained_hardened_clay.json b/1.12.2/assets/minecraft/models/item/red_stained_hardened_clay.json new file mode 100644 index 00000000..9d5e848f --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/red_stained_hardened_clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hardened_clay_red" +} diff --git a/1.12.2/assets/minecraft/models/item/red_tulip.json b/1.12.2/assets/minecraft/models/item/red_tulip.json new file mode 100644 index 00000000..7776bdc7 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/red_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/flower_tulip_red" + } +} diff --git a/1.12.2/assets/minecraft/models/item/red_wool.json b/1.12.2/assets/minecraft/models/item/red_wool.json new file mode 100644 index 00000000..108f67db --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/red_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_wool" +} diff --git a/1.12.2/assets/minecraft/models/item/redstone.json b/1.12.2/assets/minecraft/models/item/redstone.json new file mode 100644 index 00000000..4235141f --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/redstone.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/redstone_dust" + } +} diff --git a/1.12.2/assets/minecraft/models/item/redstone_block.json b/1.12.2/assets/minecraft/models/item/redstone_block.json new file mode 100644 index 00000000..3ebc09a2 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/redstone_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/redstone_block" +} diff --git a/1.12.2/assets/minecraft/models/item/redstone_lamp.json b/1.12.2/assets/minecraft/models/item/redstone_lamp.json new file mode 100644 index 00000000..8e6a90d1 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/redstone_lamp.json @@ -0,0 +1,3 @@ +{ + "parent": "block/unlit_redstone_lamp" +} diff --git a/1.12.2/assets/minecraft/models/item/redstone_ore.json b/1.12.2/assets/minecraft/models/item/redstone_ore.json new file mode 100644 index 00000000..223d3de3 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/redstone_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "block/redstone_ore" +} diff --git a/1.12.2/assets/minecraft/models/item/redstone_torch.json b/1.12.2/assets/minecraft/models/item/redstone_torch.json new file mode 100644 index 00000000..920f9ff7 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/redstone_torch.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/redstone_torch_on" + } +} diff --git a/1.12.2/assets/minecraft/models/item/reeds.json b/1.12.2/assets/minecraft/models/item/reeds.json new file mode 100644 index 00000000..9734f5c6 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/reeds.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/reeds" + } +} diff --git a/1.12.2/assets/minecraft/models/item/repeater.json b/1.12.2/assets/minecraft/models/item/repeater.json new file mode 100644 index 00000000..5badd2f0 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/repeater.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/repeater" + } +} diff --git a/1.12.2/assets/minecraft/models/item/repeating_command_block.json b/1.12.2/assets/minecraft/models/item/repeating_command_block.json new file mode 100644 index 00000000..8c277f8b --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/repeating_command_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/repeating_command_block" +} diff --git a/1.12.2/assets/minecraft/models/item/rotten_flesh.json b/1.12.2/assets/minecraft/models/item/rotten_flesh.json new file mode 100644 index 00000000..349d3e75 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/rotten_flesh.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/rotten_flesh" + } +} diff --git a/1.12.2/assets/minecraft/models/item/saddle.json b/1.12.2/assets/minecraft/models/item/saddle.json new file mode 100644 index 00000000..65e2538f --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/saddle.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/saddle" + } +} diff --git a/1.12.2/assets/minecraft/models/item/salmon.json b/1.12.2/assets/minecraft/models/item/salmon.json new file mode 100644 index 00000000..2ab9c101 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/salmon.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/fish_salmon_raw" + } +} diff --git a/1.12.2/assets/minecraft/models/item/sand.json b/1.12.2/assets/minecraft/models/item/sand.json new file mode 100644 index 00000000..813ae503 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/sand.json @@ -0,0 +1,3 @@ +{ + "parent": "block/sand" +} diff --git a/1.12.2/assets/minecraft/models/item/sandstone.json b/1.12.2/assets/minecraft/models/item/sandstone.json new file mode 100644 index 00000000..418de95b --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/sandstone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/sandstone_normal" +} diff --git a/1.12.2/assets/minecraft/models/item/sandstone_slab.json b/1.12.2/assets/minecraft/models/item/sandstone_slab.json new file mode 100644 index 00000000..39bcebdd --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/sandstone_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/half_slab_sandstone" +} diff --git a/1.12.2/assets/minecraft/models/item/sandstone_stairs.json b/1.12.2/assets/minecraft/models/item/sandstone_stairs.json new file mode 100644 index 00000000..18ab6848 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/sandstone_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/sandstone_stairs" +} diff --git a/1.12.2/assets/minecraft/models/item/sea_lantern.json b/1.12.2/assets/minecraft/models/item/sea_lantern.json new file mode 100644 index 00000000..8ce7df3b --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/sea_lantern.json @@ -0,0 +1,3 @@ +{ + "parent": "block/sea_lantern" +} diff --git a/1.12.2/assets/minecraft/models/item/shears.json b/1.12.2/assets/minecraft/models/item/shears.json new file mode 100644 index 00000000..0c62b764 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/shears.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/shears" + } +} diff --git a/1.12.2/assets/minecraft/models/item/shield.json b/1.12.2/assets/minecraft/models/item/shield.json new file mode 100644 index 00000000..db367c0d --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/shield.json @@ -0,0 +1,48 @@ +{ + "parent": "builtin/entity", + "display": { + "thirdperson_righthand": { + "rotation": [ 0, 90, 0 ], + "translation": [ 10.51, 6, -4 ], + "scale": [ 1, 1, 1 ] + }, + "thirdperson_lefthand": { + "rotation": [ 0, 90, 0 ], + "translation": [ 10.51, 6, 12 ], + "scale": [ 1, 1, 1 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 180, 5 ], + "translation": [ -10, 2, -10 ], + "scale": [ 1.25, 1.25, 1.25 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, 180, 5 ], + "translation": [ 10, 0, -10 ], + "scale": [ 1.25, 1.25, 1.25 ] + }, + "gui": { + "rotation": [ 15, -25, -5 ], + "translation": [ 2, 3, 0 ], + "scale": [ 0.65, 0.65, 0.65 ] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "translation": [ -2, 4, -5], + "scale":[ 0.5, 0.5, 0.5] + }, + "ground": { + "rotation": [ 0, 0, 0 ], + "translation": [ 4, 4, 2], + "scale":[ 0.25, 0.25, 0.25] + } + }, + "overrides": [ + { + "predicate": { + "blocking": 1 + }, + "model": "item/shield_blocking" + } + ] +} diff --git a/1.12.2/assets/minecraft/models/item/shield_blocking.json b/1.12.2/assets/minecraft/models/item/shield_blocking.json new file mode 100644 index 00000000..277a2544 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/shield_blocking.json @@ -0,0 +1,30 @@ +{ + "parent": "builtin/entity", + "display": { + "thirdperson_righthand": { + "rotation": [ 45, 135, 0 ], + "translation": [ 3.51, 11, -2 ], + "scale": [ 1, 1, 1 ] + }, + "thirdperson_lefthand": { + "rotation": [ 45, 135, 0 ], + "translation": [ 13.51, 3, 5 ], + "scale": [ 1, 1, 1 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 180, -5 ], + "translation": [ -15, 5, -11 ], + "scale": [ 1.25, 1.25, 1.25 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, 180, -5 ], + "translation": [ 5, 5, -11 ], + "scale": [ 1.25, 1.25, 1.25 ] + }, + "gui": { + "rotation": [ 15, -25, -5 ], + "translation": [ 2, 3, 0 ], + "scale": [ 0.65, 0.65, 0.65 ] + } + } +} diff --git a/1.12.2/assets/minecraft/models/item/shulker_box.json b/1.12.2/assets/minecraft/models/item/shulker_box.json new file mode 100644 index 00000000..7bfe2e69 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/shulker_box.json @@ -0,0 +1,35 @@ +{ + "parent": "builtin/entity", + "display": { + "gui": { + "rotation": [ 30, 45, 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 ] + }, + "head": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 1, 1, 1] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 0.5, 0.5, 0.5 ] + }, + "thirdperson_righthand": { + "rotation": [ 75, 315, 0 ], + "translation": [ 0, 2.5, 0], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 315, 0 ], + "translation": [ 0, 0, 0], + "scale": [ 0.4, 0.4, 0.4 ] + } + } +} diff --git a/1.12.2/assets/minecraft/models/item/shulker_shell.json b/1.12.2/assets/minecraft/models/item/shulker_shell.json new file mode 100644 index 00000000..e124caea --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/shulker_shell.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/shulker_shell" + } +} diff --git a/1.12.2/assets/minecraft/models/item/sign.json b/1.12.2/assets/minecraft/models/item/sign.json new file mode 100644 index 00000000..788d6c5a --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/sign.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/sign" + } +} diff --git a/1.12.2/assets/minecraft/models/item/silver_carpet.json b/1.12.2/assets/minecraft/models/item/silver_carpet.json new file mode 100644 index 00000000..9c4d5641 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/silver_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/carpet_silver" +} diff --git a/1.12.2/assets/minecraft/models/item/silver_concrete.json b/1.12.2/assets/minecraft/models/item/silver_concrete.json new file mode 100644 index 00000000..d6125065 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/silver_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "block/silver_concrete" +} diff --git a/1.12.2/assets/minecraft/models/item/silver_concrete_powder.json b/1.12.2/assets/minecraft/models/item/silver_concrete_powder.json new file mode 100644 index 00000000..52390623 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/silver_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "block/silver_concrete_powder" +} diff --git a/1.12.2/assets/minecraft/models/item/silver_glazed_terracotta.json b/1.12.2/assets/minecraft/models/item/silver_glazed_terracotta.json new file mode 100644 index 00000000..a712c916 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/silver_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/silver_glazed_terracotta" +} diff --git a/1.12.2/assets/minecraft/models/item/silver_shulker_box.json b/1.12.2/assets/minecraft/models/item/silver_shulker_box.json new file mode 100644 index 00000000..0884a19c --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/silver_shulker_box.json @@ -0,0 +1,3 @@ +{ + "parent": "item/shulker_box" +} diff --git a/1.12.2/assets/minecraft/models/item/silver_stained_glass.json b/1.12.2/assets/minecraft/models/item/silver_stained_glass.json new file mode 100644 index 00000000..168f4203 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/silver_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glass_silver" +} diff --git a/1.12.2/assets/minecraft/models/item/silver_stained_glass_pane.json b/1.12.2/assets/minecraft/models/item/silver_stained_glass_pane.json new file mode 100644 index 00000000..c72ea231 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/silver_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/glass_silver" + } +} diff --git a/1.12.2/assets/minecraft/models/item/silver_stained_hardened_clay.json b/1.12.2/assets/minecraft/models/item/silver_stained_hardened_clay.json new file mode 100644 index 00000000..e9994ee6 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/silver_stained_hardened_clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hardened_clay_silver" +} diff --git a/1.12.2/assets/minecraft/models/item/silver_wool.json b/1.12.2/assets/minecraft/models/item/silver_wool.json new file mode 100644 index 00000000..804d73a1 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/silver_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/silver_wool" +} diff --git a/1.12.2/assets/minecraft/models/item/skull.json b/1.12.2/assets/minecraft/models/item/skull.json new file mode 100644 index 00000000..8a713c7f --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/skull.json @@ -0,0 +1,25 @@ +{ + "parent": "builtin/entity", + "display": { + "gui": { + "rotation": [ 30, 45, 0 ], + "translation": [ 0, 3, 0 ], + "scale": [ 1, 1, 1 ] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 4, 0], + "scale":[ 1, 1, 1 ] + }, + "ground": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 3, 0 ], + "scale": [ 0.5, 0.5, 0.5 ] + }, + "thirdperson_righthand": { + "rotation": [ 45, 45, 0 ], + "translation": [ 0, 3, 0 ], + "scale": [ 0.5, 0.5, 0.5 ] + } + } +} diff --git a/1.12.2/assets/minecraft/models/item/skull_char.json b/1.12.2/assets/minecraft/models/item/skull_char.json new file mode 100644 index 00000000..6d4896df --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/skull_char.json @@ -0,0 +1,3 @@ +{ + "parent": "item/skull" +} diff --git a/1.12.2/assets/minecraft/models/item/skull_creeper.json b/1.12.2/assets/minecraft/models/item/skull_creeper.json new file mode 100644 index 00000000..6d4896df --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/skull_creeper.json @@ -0,0 +1,3 @@ +{ + "parent": "item/skull" +} diff --git a/1.12.2/assets/minecraft/models/item/skull_dragon.json b/1.12.2/assets/minecraft/models/item/skull_dragon.json new file mode 100644 index 00000000..27a25d9e --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/skull_dragon.json @@ -0,0 +1,10 @@ +{ + "parent": "item/skull", + "display": { + "gui": { + "translation": [ -2, 2, 0 ], + "rotation": [ 30, 45, 0 ], + "scale": [ 0.6, 0.6, 0.6 ] + } + } +} diff --git a/1.12.2/assets/minecraft/models/item/skull_skeleton.json b/1.12.2/assets/minecraft/models/item/skull_skeleton.json new file mode 100644 index 00000000..6d4896df --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/skull_skeleton.json @@ -0,0 +1,3 @@ +{ + "parent": "item/skull" +} diff --git a/1.12.2/assets/minecraft/models/item/skull_wither.json b/1.12.2/assets/minecraft/models/item/skull_wither.json new file mode 100644 index 00000000..6d4896df --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/skull_wither.json @@ -0,0 +1,3 @@ +{ + "parent": "item/skull" +} diff --git a/1.12.2/assets/minecraft/models/item/skull_zombie.json b/1.12.2/assets/minecraft/models/item/skull_zombie.json new file mode 100644 index 00000000..6d4896df --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/skull_zombie.json @@ -0,0 +1,3 @@ +{ + "parent": "item/skull" +} diff --git a/1.12.2/assets/minecraft/models/item/slime.json b/1.12.2/assets/minecraft/models/item/slime.json new file mode 100644 index 00000000..f826d007 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/slime.json @@ -0,0 +1,3 @@ +{ + "parent": "block/slime" +} diff --git a/1.12.2/assets/minecraft/models/item/slime_ball.json b/1.12.2/assets/minecraft/models/item/slime_ball.json new file mode 100644 index 00000000..f6d42b95 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/slime_ball.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/slimeball" + } +} diff --git a/1.12.2/assets/minecraft/models/item/smooth_red_sandstone.json b/1.12.2/assets/minecraft/models/item/smooth_red_sandstone.json new file mode 100644 index 00000000..ca33ebfb --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/smooth_red_sandstone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_sandstone_smooth" +} diff --git a/1.12.2/assets/minecraft/models/item/smooth_sandstone.json b/1.12.2/assets/minecraft/models/item/smooth_sandstone.json new file mode 100644 index 00000000..b53922ce --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/smooth_sandstone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/sandstone_smooth" +} diff --git a/1.12.2/assets/minecraft/models/item/snow.json b/1.12.2/assets/minecraft/models/item/snow.json new file mode 100644 index 00000000..c4fe8fbf --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/snow.json @@ -0,0 +1,3 @@ +{ + "parent": "block/snow" +} diff --git a/1.12.2/assets/minecraft/models/item/snow_layer.json b/1.12.2/assets/minecraft/models/item/snow_layer.json new file mode 100644 index 00000000..af2f0121 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/snow_layer.json @@ -0,0 +1,3 @@ +{ + "parent": "block/snow_height2" +} diff --git a/1.12.2/assets/minecraft/models/item/snowball.json b/1.12.2/assets/minecraft/models/item/snowball.json new file mode 100644 index 00000000..f1962327 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/snowball.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/snowball" + } +} diff --git a/1.12.2/assets/minecraft/models/item/soul_sand.json b/1.12.2/assets/minecraft/models/item/soul_sand.json new file mode 100644 index 00000000..bb214e31 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/soul_sand.json @@ -0,0 +1,3 @@ +{ + "parent": "block/soul_sand" +} diff --git a/1.12.2/assets/minecraft/models/item/spawn_egg.json b/1.12.2/assets/minecraft/models/item/spawn_egg.json new file mode 100644 index 00000000..908f7fa0 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/spawn_egg.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/spawn_egg", + "layer1": "items/spawn_egg_overlay" + } +} diff --git a/1.12.2/assets/minecraft/models/item/speckled_melon.json b/1.12.2/assets/minecraft/models/item/speckled_melon.json new file mode 100644 index 00000000..69840f96 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/speckled_melon.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/melon_speckled" + } +} diff --git a/1.12.2/assets/minecraft/models/item/spectral_arrow.json b/1.12.2/assets/minecraft/models/item/spectral_arrow.json new file mode 100644 index 00000000..b7db6448 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/spectral_arrow.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/spectral_arrow" + } +} diff --git a/1.12.2/assets/minecraft/models/item/spider_eye.json b/1.12.2/assets/minecraft/models/item/spider_eye.json new file mode 100644 index 00000000..0a663064 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/spider_eye.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/spider_eye" + } +} diff --git a/1.12.2/assets/minecraft/models/item/sponge.json b/1.12.2/assets/minecraft/models/item/sponge.json new file mode 100644 index 00000000..be0af22f --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/sponge.json @@ -0,0 +1,3 @@ +{ + "parent": "block/sponge" +} diff --git a/1.12.2/assets/minecraft/models/item/sponge_wet.json b/1.12.2/assets/minecraft/models/item/sponge_wet.json new file mode 100644 index 00000000..763ac1e0 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/sponge_wet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/sponge_wet" +} diff --git a/1.12.2/assets/minecraft/models/item/spruce_boat.json b/1.12.2/assets/minecraft/models/item/spruce_boat.json new file mode 100644 index 00000000..04455ca0 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/spruce_boat.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/spruce_boat" + } +} diff --git a/1.12.2/assets/minecraft/models/item/spruce_door.json b/1.12.2/assets/minecraft/models/item/spruce_door.json new file mode 100644 index 00000000..b6a0ac7b --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/spruce_door.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/door_spruce" + } +} diff --git a/1.12.2/assets/minecraft/models/item/spruce_fence.json b/1.12.2/assets/minecraft/models/item/spruce_fence.json new file mode 100644 index 00000000..fccc7be6 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/spruce_fence.json @@ -0,0 +1,3 @@ +{ + "parent": "block/spruce_fence_inventory" +} diff --git a/1.12.2/assets/minecraft/models/item/spruce_fence_gate.json b/1.12.2/assets/minecraft/models/item/spruce_fence_gate.json new file mode 100644 index 00000000..38c1bf21 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/spruce_fence_gate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/spruce_fence_gate_closed" +} diff --git a/1.12.2/assets/minecraft/models/item/spruce_leaves.json b/1.12.2/assets/minecraft/models/item/spruce_leaves.json new file mode 100644 index 00000000..0fc2b066 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/spruce_leaves.json @@ -0,0 +1,3 @@ +{ + "parent": "block/spruce_leaves" +} diff --git a/1.12.2/assets/minecraft/models/item/spruce_log.json b/1.12.2/assets/minecraft/models/item/spruce_log.json new file mode 100644 index 00000000..702dccc4 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/spruce_log.json @@ -0,0 +1,3 @@ +{ + "parent": "block/spruce_log" +} diff --git a/1.12.2/assets/minecraft/models/item/spruce_planks.json b/1.12.2/assets/minecraft/models/item/spruce_planks.json new file mode 100644 index 00000000..05d60747 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/spruce_planks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/spruce_planks" +} diff --git a/1.12.2/assets/minecraft/models/item/spruce_sapling.json b/1.12.2/assets/minecraft/models/item/spruce_sapling.json new file mode 100644 index 00000000..292c12ef --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/spruce_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/sapling_spruce" + } +} diff --git a/1.12.2/assets/minecraft/models/item/spruce_slab.json b/1.12.2/assets/minecraft/models/item/spruce_slab.json new file mode 100644 index 00000000..60251bff --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/spruce_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/half_slab_spruce" +} diff --git a/1.12.2/assets/minecraft/models/item/spruce_stairs.json b/1.12.2/assets/minecraft/models/item/spruce_stairs.json new file mode 100644 index 00000000..c69594a3 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/spruce_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/spruce_stairs" +} diff --git a/1.12.2/assets/minecraft/models/item/stick.json b/1.12.2/assets/minecraft/models/item/stick.json new file mode 100644 index 00000000..f757c1f3 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/stick.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/stick" + } +} diff --git a/1.12.2/assets/minecraft/models/item/sticky_piston.json b/1.12.2/assets/minecraft/models/item/sticky_piston.json new file mode 100644 index 00000000..87c94d4b --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/sticky_piston.json @@ -0,0 +1,3 @@ +{ + "parent": "block/piston_inventory_sticky" +} diff --git a/1.12.2/assets/minecraft/models/item/stone.json b/1.12.2/assets/minecraft/models/item/stone.json new file mode 100644 index 00000000..68982f03 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/stone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stone" +} diff --git a/1.12.2/assets/minecraft/models/item/stone_axe.json b/1.12.2/assets/minecraft/models/item/stone_axe.json new file mode 100644 index 00000000..ebbe13fa --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/stone_axe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/stone_axe" + } +} diff --git a/1.12.2/assets/minecraft/models/item/stone_brick_monster_egg.json b/1.12.2/assets/minecraft/models/item/stone_brick_monster_egg.json new file mode 100644 index 00000000..ef1e13fc --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/stone_brick_monster_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stonebrick_normal" +} diff --git a/1.12.2/assets/minecraft/models/item/stone_brick_slab.json b/1.12.2/assets/minecraft/models/item/stone_brick_slab.json new file mode 100644 index 00000000..3f0db474 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/stone_brick_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/half_slab_stone_brick" +} diff --git a/1.12.2/assets/minecraft/models/item/stone_brick_stairs.json b/1.12.2/assets/minecraft/models/item/stone_brick_stairs.json new file mode 100644 index 00000000..30e682e1 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/stone_brick_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stone_brick_stairs" +} diff --git a/1.12.2/assets/minecraft/models/item/stone_button.json b/1.12.2/assets/minecraft/models/item/stone_button.json new file mode 100644 index 00000000..2ef9acb7 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/stone_button.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stone_button_inventory" +} diff --git a/1.12.2/assets/minecraft/models/item/stone_hoe.json b/1.12.2/assets/minecraft/models/item/stone_hoe.json new file mode 100644 index 00000000..aaa6122e --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/stone_hoe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/stone_hoe" + } +} diff --git a/1.12.2/assets/minecraft/models/item/stone_monster_egg.json b/1.12.2/assets/minecraft/models/item/stone_monster_egg.json new file mode 100644 index 00000000..68982f03 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/stone_monster_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stone" +} diff --git a/1.12.2/assets/minecraft/models/item/stone_pickaxe.json b/1.12.2/assets/minecraft/models/item/stone_pickaxe.json new file mode 100644 index 00000000..df6c844f --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/stone_pickaxe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/stone_pickaxe" + } +} diff --git a/1.12.2/assets/minecraft/models/item/stone_pressure_plate.json b/1.12.2/assets/minecraft/models/item/stone_pressure_plate.json new file mode 100644 index 00000000..9f18cce8 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/stone_pressure_plate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stone_pressure_plate_up" +} diff --git a/1.12.2/assets/minecraft/models/item/stone_shovel.json b/1.12.2/assets/minecraft/models/item/stone_shovel.json new file mode 100644 index 00000000..d227e6db --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/stone_shovel.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/stone_shovel" + } +} diff --git a/1.12.2/assets/minecraft/models/item/stone_slab.json b/1.12.2/assets/minecraft/models/item/stone_slab.json new file mode 100644 index 00000000..701dbc32 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/stone_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/half_slab_stone" +} diff --git a/1.12.2/assets/minecraft/models/item/stone_stairs.json b/1.12.2/assets/minecraft/models/item/stone_stairs.json new file mode 100644 index 00000000..65107ed7 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/stone_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stone_stairs" +} diff --git a/1.12.2/assets/minecraft/models/item/stone_sword.json b/1.12.2/assets/minecraft/models/item/stone_sword.json new file mode 100644 index 00000000..a30dcae5 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/stone_sword.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/stone_sword" + } +} diff --git a/1.12.2/assets/minecraft/models/item/stonebrick.json b/1.12.2/assets/minecraft/models/item/stonebrick.json new file mode 100644 index 00000000..ef1e13fc --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/stonebrick.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stonebrick_normal" +} diff --git a/1.12.2/assets/minecraft/models/item/string.json b/1.12.2/assets/minecraft/models/item/string.json new file mode 100644 index 00000000..046bb2e9 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/string.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/string" + } +} diff --git a/1.12.2/assets/minecraft/models/item/structure_block.json b/1.12.2/assets/minecraft/models/item/structure_block.json new file mode 100644 index 00000000..14bed985 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/structure_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/structure_block" +} diff --git a/1.12.2/assets/minecraft/models/item/structure_void.json b/1.12.2/assets/minecraft/models/item/structure_void.json new file mode 100644 index 00000000..e681ad8a --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/structure_void.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/structure_void" + } +} diff --git a/1.12.2/assets/minecraft/models/item/sugar.json b/1.12.2/assets/minecraft/models/item/sugar.json new file mode 100644 index 00000000..36b9ebf6 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/sugar.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/sugar" + } +} diff --git a/1.12.2/assets/minecraft/models/item/sunflower.json b/1.12.2/assets/minecraft/models/item/sunflower.json new file mode 100644 index 00000000..cd0e9320 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/sunflower.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/double_plant_sunflower_front" + } +} diff --git a/1.12.2/assets/minecraft/models/item/syringa.json b/1.12.2/assets/minecraft/models/item/syringa.json new file mode 100644 index 00000000..4ad521a3 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/syringa.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/double_plant_syringa_top" + } +} diff --git a/1.12.2/assets/minecraft/models/item/tall_grass.json b/1.12.2/assets/minecraft/models/item/tall_grass.json new file mode 100644 index 00000000..03b74d51 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/tall_grass.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/tallgrass" + } +} diff --git a/1.12.2/assets/minecraft/models/item/tipped_arrow.json b/1.12.2/assets/minecraft/models/item/tipped_arrow.json new file mode 100644 index 00000000..9f6da4c0 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/tipped_arrow.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/tipped_arrow_head", + "layer1": "items/tipped_arrow_base" + } +} diff --git a/1.12.2/assets/minecraft/models/item/tnt.json b/1.12.2/assets/minecraft/models/item/tnt.json new file mode 100644 index 00000000..ba1dec1c --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/tnt.json @@ -0,0 +1,3 @@ +{ + "parent": "block/tnt" +} diff --git a/1.12.2/assets/minecraft/models/item/tnt_minecart.json b/1.12.2/assets/minecraft/models/item/tnt_minecart.json new file mode 100644 index 00000000..c1d0aac9 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/tnt_minecart.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/minecart_tnt" + } +} diff --git a/1.12.2/assets/minecraft/models/item/torch.json b/1.12.2/assets/minecraft/models/item/torch.json new file mode 100644 index 00000000..4e6da468 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/torch.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/torch_on" + } +} diff --git a/1.12.2/assets/minecraft/models/item/totem.json b/1.12.2/assets/minecraft/models/item/totem.json new file mode 100644 index 00000000..14b9dfd1 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/totem.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/totem" + } +} diff --git a/1.12.2/assets/minecraft/models/item/trapdoor.json b/1.12.2/assets/minecraft/models/item/trapdoor.json new file mode 100644 index 00000000..4b707422 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/trapdoor.json @@ -0,0 +1,3 @@ +{ + "parent": "block/wooden_trapdoor_bottom" +} diff --git a/1.12.2/assets/minecraft/models/item/trapped_chest.json b/1.12.2/assets/minecraft/models/item/trapped_chest.json new file mode 100644 index 00000000..c7435714 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/trapped_chest.json @@ -0,0 +1,3 @@ +{ + "parent": "item/chest" +} diff --git a/1.12.2/assets/minecraft/models/item/tripwire_hook.json b/1.12.2/assets/minecraft/models/item/tripwire_hook.json new file mode 100644 index 00000000..79b51fd4 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/tripwire_hook.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/trip_wire_source" + } +} diff --git a/1.12.2/assets/minecraft/models/item/vine.json b/1.12.2/assets/minecraft/models/item/vine.json new file mode 100644 index 00000000..3db1bb91 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/vine.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/vine" + } +} diff --git a/1.12.2/assets/minecraft/models/item/water_bucket.json b/1.12.2/assets/minecraft/models/item/water_bucket.json new file mode 100644 index 00000000..8fb67591 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/water_bucket.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/bucket_water" + } +} diff --git a/1.12.2/assets/minecraft/models/item/waterlily.json b/1.12.2/assets/minecraft/models/item/waterlily.json new file mode 100644 index 00000000..68529104 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/waterlily.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/waterlily" + } +} diff --git a/1.12.2/assets/minecraft/models/item/web.json b/1.12.2/assets/minecraft/models/item/web.json new file mode 100644 index 00000000..1fe6d579 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/web.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/web" + } +} diff --git a/1.12.2/assets/minecraft/models/item/wheat.json b/1.12.2/assets/minecraft/models/item/wheat.json new file mode 100644 index 00000000..25b0bb90 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/wheat.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/wheat" + } +} diff --git a/1.12.2/assets/minecraft/models/item/wheat_seeds.json b/1.12.2/assets/minecraft/models/item/wheat_seeds.json new file mode 100644 index 00000000..223a2f44 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/wheat_seeds.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/seeds_wheat" + } +} diff --git a/1.12.2/assets/minecraft/models/item/white_carpet.json b/1.12.2/assets/minecraft/models/item/white_carpet.json new file mode 100644 index 00000000..3234800e --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/white_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/carpet_white" +} diff --git a/1.12.2/assets/minecraft/models/item/white_concrete.json b/1.12.2/assets/minecraft/models/item/white_concrete.json new file mode 100644 index 00000000..23a2ff39 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/white_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "block/white_concrete" +} diff --git a/1.12.2/assets/minecraft/models/item/white_concrete_powder.json b/1.12.2/assets/minecraft/models/item/white_concrete_powder.json new file mode 100644 index 00000000..eadf128e --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/white_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "block/white_concrete_powder" +} diff --git a/1.12.2/assets/minecraft/models/item/white_glazed_terracotta.json b/1.12.2/assets/minecraft/models/item/white_glazed_terracotta.json new file mode 100644 index 00000000..f7ba9668 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/white_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/white_glazed_terracotta" +} diff --git a/1.12.2/assets/minecraft/models/item/white_shulker_box.json b/1.12.2/assets/minecraft/models/item/white_shulker_box.json new file mode 100644 index 00000000..0884a19c --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/white_shulker_box.json @@ -0,0 +1,3 @@ +{ + "parent": "item/shulker_box" +} diff --git a/1.12.2/assets/minecraft/models/item/white_stained_glass.json b/1.12.2/assets/minecraft/models/item/white_stained_glass.json new file mode 100644 index 00000000..fe424441 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/white_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glass_white" +} diff --git a/1.12.2/assets/minecraft/models/item/white_stained_glass_pane.json b/1.12.2/assets/minecraft/models/item/white_stained_glass_pane.json new file mode 100644 index 00000000..d64898db --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/white_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/glass_white" + } +} diff --git a/1.12.2/assets/minecraft/models/item/white_stained_hardened_clay.json b/1.12.2/assets/minecraft/models/item/white_stained_hardened_clay.json new file mode 100644 index 00000000..d5bf687c --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/white_stained_hardened_clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hardened_clay_white" +} diff --git a/1.12.2/assets/minecraft/models/item/white_tulip.json b/1.12.2/assets/minecraft/models/item/white_tulip.json new file mode 100644 index 00000000..9d8d4316 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/white_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/flower_tulip_white" + } +} diff --git a/1.12.2/assets/minecraft/models/item/white_wool.json b/1.12.2/assets/minecraft/models/item/white_wool.json new file mode 100644 index 00000000..59a012e3 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/white_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/white_wool" +} diff --git a/1.12.2/assets/minecraft/models/item/wooden_axe.json b/1.12.2/assets/minecraft/models/item/wooden_axe.json new file mode 100644 index 00000000..1089bde5 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/wooden_axe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/wood_axe" + } +} diff --git a/1.12.2/assets/minecraft/models/item/wooden_button.json b/1.12.2/assets/minecraft/models/item/wooden_button.json new file mode 100644 index 00000000..051f7bcd --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/wooden_button.json @@ -0,0 +1,3 @@ +{ + "parent": "block/wooden_button_inventory" +} diff --git a/1.12.2/assets/minecraft/models/item/wooden_hoe.json b/1.12.2/assets/minecraft/models/item/wooden_hoe.json new file mode 100644 index 00000000..3d55e9c9 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/wooden_hoe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/wood_hoe" + } +} diff --git a/1.12.2/assets/minecraft/models/item/wooden_pickaxe.json b/1.12.2/assets/minecraft/models/item/wooden_pickaxe.json new file mode 100644 index 00000000..f1e8da31 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/wooden_pickaxe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/wood_pickaxe" + } +} diff --git a/1.12.2/assets/minecraft/models/item/wooden_pressure_plate.json b/1.12.2/assets/minecraft/models/item/wooden_pressure_plate.json new file mode 100644 index 00000000..645a3092 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/wooden_pressure_plate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/wooden_pressure_plate_up" +} diff --git a/1.12.2/assets/minecraft/models/item/wooden_shovel.json b/1.12.2/assets/minecraft/models/item/wooden_shovel.json new file mode 100644 index 00000000..9f1203dc --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/wooden_shovel.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/wood_shovel" + } +} diff --git a/1.12.2/assets/minecraft/models/item/wooden_sword.json b/1.12.2/assets/minecraft/models/item/wooden_sword.json new file mode 100644 index 00000000..92fa555e --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/wooden_sword.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/wood_sword" + } +} diff --git a/1.12.2/assets/minecraft/models/item/writable_book.json b/1.12.2/assets/minecraft/models/item/writable_book.json new file mode 100644 index 00000000..56fcacae --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/writable_book.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/book_writable" + } +} diff --git a/1.12.2/assets/minecraft/models/item/written_book.json b/1.12.2/assets/minecraft/models/item/written_book.json new file mode 100644 index 00000000..3dc7d4ae --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/written_book.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/book_written" + } +} diff --git a/1.12.2/assets/minecraft/models/item/yellow_carpet.json b/1.12.2/assets/minecraft/models/item/yellow_carpet.json new file mode 100644 index 00000000..f3879dc1 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/yellow_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/carpet_yellow" +} diff --git a/1.12.2/assets/minecraft/models/item/yellow_concrete.json b/1.12.2/assets/minecraft/models/item/yellow_concrete.json new file mode 100644 index 00000000..b182ad0f --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/yellow_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "block/yellow_concrete" +} diff --git a/1.12.2/assets/minecraft/models/item/yellow_concrete_powder.json b/1.12.2/assets/minecraft/models/item/yellow_concrete_powder.json new file mode 100644 index 00000000..d9084d44 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/yellow_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "block/yellow_concrete_powder" +} diff --git a/1.12.2/assets/minecraft/models/item/yellow_glazed_terracotta.json b/1.12.2/assets/minecraft/models/item/yellow_glazed_terracotta.json new file mode 100644 index 00000000..953a78d4 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/yellow_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/yellow_glazed_terracotta" +} diff --git a/1.12.2/assets/minecraft/models/item/yellow_shulker_box.json b/1.12.2/assets/minecraft/models/item/yellow_shulker_box.json new file mode 100644 index 00000000..0884a19c --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/yellow_shulker_box.json @@ -0,0 +1,3 @@ +{ + "parent": "item/shulker_box" +} diff --git a/1.12.2/assets/minecraft/models/item/yellow_stained_glass.json b/1.12.2/assets/minecraft/models/item/yellow_stained_glass.json new file mode 100644 index 00000000..b52b3133 --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/yellow_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glass_yellow" +} diff --git a/1.12.2/assets/minecraft/models/item/yellow_stained_glass_pane.json b/1.12.2/assets/minecraft/models/item/yellow_stained_glass_pane.json new file mode 100644 index 00000000..ac5c8e1c --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/yellow_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/glass_yellow" + } +} diff --git a/1.12.2/assets/minecraft/models/item/yellow_stained_hardened_clay.json b/1.12.2/assets/minecraft/models/item/yellow_stained_hardened_clay.json new file mode 100644 index 00000000..ff76d23c --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/yellow_stained_hardened_clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hardened_clay_yellow" +} diff --git a/1.12.2/assets/minecraft/models/item/yellow_wool.json b/1.12.2/assets/minecraft/models/item/yellow_wool.json new file mode 100644 index 00000000..33e3d17c --- /dev/null +++ b/1.12.2/assets/minecraft/models/item/yellow_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/yellow_wool" +} diff --git a/1.12.2/assets/minecraft/recipes/acacia_boat.json b/1.12.2/assets/minecraft/recipes/acacia_boat.json new file mode 100644 index 00000000..4fbad2fe --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/acacia_boat.json @@ -0,0 +1,17 @@ +{ + "type": "crafting_shaped", + "group": "boat", + "pattern": [ + "# #", + "###" + ], + "key": { + "#": { + "item": "minecraft:planks", + "data": 4 + } + }, + "result": { + "item": "minecraft:acacia_boat" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/acacia_door.json b/1.12.2/assets/minecraft/recipes/acacia_door.json new file mode 100644 index 00000000..98a8b37f --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/acacia_door.json @@ -0,0 +1,19 @@ +{ + "type": "crafting_shaped", + "group": "wooden_door", + "pattern": [ + "##", + "##", + "##" + ], + "key": { + "#": { + "item": "minecraft:planks", + "data": 4 + } + }, + "result": { + "item": "minecraft:acacia_door", + "count": 3 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/acacia_fence.json b/1.12.2/assets/minecraft/recipes/acacia_fence.json new file mode 100644 index 00000000..381bb1ca --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/acacia_fence.json @@ -0,0 +1,21 @@ +{ + "type": "crafting_shaped", + "group": "wooden_fence", + "pattern": [ + "W#W", + "W#W" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "W": { + "item": "minecraft:planks", + "data": 4 + } + }, + "result": { + "item": "minecraft:acacia_fence", + "count": 3 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/acacia_fence_gate.json b/1.12.2/assets/minecraft/recipes/acacia_fence_gate.json new file mode 100644 index 00000000..dd3d3af5 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/acacia_fence_gate.json @@ -0,0 +1,20 @@ +{ + "type": "crafting_shaped", + "group": "wooden_fence_gate", + "pattern": [ + "#W#", + "#W#" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "W": { + "item": "minecraft:planks", + "data": 4 + } + }, + "result": { + "item": "minecraft:acacia_fence_gate" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/acacia_planks.json b/1.12.2/assets/minecraft/recipes/acacia_planks.json new file mode 100644 index 00000000..39737628 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/acacia_planks.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shaped", + "group": "planks", + "pattern": [ + "#" + ], + "key": { + "#": { + "item": "minecraft:log2", + "data": 0 + } + }, + "result": { + "item": "minecraft:planks", + "data": 4, + "count": 4 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/acacia_stairs.json b/1.12.2/assets/minecraft/recipes/acacia_stairs.json new file mode 100644 index 00000000..33a44750 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/acacia_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "crafting_shaped", + "group": "wooden_stairs", + "pattern": [ + "# ", + "## ", + "###" + ], + "key": { + "#": { + "item": "minecraft:planks", + "data": 4 + } + }, + "result": { + "item": "minecraft:acacia_stairs", + "count": 4 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/acacia_wooden_slab.json b/1.12.2/assets/minecraft/recipes/acacia_wooden_slab.json new file mode 100644 index 00000000..d040aaa5 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/acacia_wooden_slab.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shaped", + "group": "wooden_slab", + "pattern": [ + "###" + ], + "key": { + "#": { + "item": "minecraft:planks", + "data": 4 + } + }, + "result": { + "item": "minecraft:wooden_slab", + "data": 4, + "count": 6 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/activator_rail.json b/1.12.2/assets/minecraft/recipes/activator_rail.json new file mode 100644 index 00000000..593df6fb --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/activator_rail.json @@ -0,0 +1,23 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "XSX", + "X#X", + "XSX" + ], + "key": { + "#": { + "item": "minecraft:redstone_torch" + }, + "S": { + "item": "minecraft:stick" + }, + "X": { + "item": "minecraft:iron_ingot" + } + }, + "result": { + "item": "minecraft:activator_rail", + "count": 6 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/andesite.json b/1.12.2/assets/minecraft/recipes/andesite.json new file mode 100644 index 00000000..f83c614d --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/andesite.json @@ -0,0 +1,17 @@ +{ + "type": "crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:stone", + "data": 3 + }, + { + "item": "minecraft:cobblestone" + } + ], + "result": { + "item": "minecraft:stone", + "data": 5, + "count": 2 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/anvil.json b/1.12.2/assets/minecraft/recipes/anvil.json new file mode 100644 index 00000000..6e01707b --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/anvil.json @@ -0,0 +1,20 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "III", + " i ", + "iii" + ], + "key": { + "I": { + "item": "minecraft:iron_block" + }, + "i": { + "item": "minecraft:iron_ingot" + } + }, + "result": { + "item": "minecraft:anvil", + "data": 0 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/armor_stand.json b/1.12.2/assets/minecraft/recipes/armor_stand.json new file mode 100644 index 00000000..c82a4682 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/armor_stand.json @@ -0,0 +1,20 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "///", + " / ", + "/_/" + ], + "key": { + "/": { + "item": "minecraft:stick" + }, + "_": { + "item": "minecraft:stone_slab", + "data": 0 + } + }, + "result": { + "item": "minecraft:armor_stand" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/arrow.json b/1.12.2/assets/minecraft/recipes/arrow.json new file mode 100644 index 00000000..56c9c233 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/arrow.json @@ -0,0 +1,23 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "X", + "#", + "Y" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "X": { + "item": "minecraft:flint" + }, + "Y": { + "item": "minecraft:feather" + } + }, + "result": { + "item": "minecraft:arrow", + "count": 4 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/beacon.json b/1.12.2/assets/minecraft/recipes/beacon.json new file mode 100644 index 00000000..dcddfd09 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/beacon.json @@ -0,0 +1,22 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "GGG", + "GSG", + "OOO" + ], + "key": { + "S": { + "item": "minecraft:nether_star" + }, + "G": { + "item": "minecraft:glass" + }, + "O": { + "item": "minecraft:obsidian" + } + }, + "result": { + "item": "minecraft:beacon" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/beetroot_soup.json b/1.12.2/assets/minecraft/recipes/beetroot_soup.json new file mode 100644 index 00000000..f285eab4 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/beetroot_soup.json @@ -0,0 +1,19 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "OOO", + "OOO", + " B " + ], + "key": { + "B": { + "item": "minecraft:bowl" + }, + "O": { + "item": "minecraft:beetroot" + } + }, + "result": { + "item": "minecraft:beetroot_soup" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/birch_boat.json b/1.12.2/assets/minecraft/recipes/birch_boat.json new file mode 100644 index 00000000..b7fddf4d --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/birch_boat.json @@ -0,0 +1,17 @@ +{ + "type": "crafting_shaped", + "group": "boat", + "pattern": [ + "# #", + "###" + ], + "key": { + "#": { + "item": "minecraft:planks", + "data": 2 + } + }, + "result": { + "item": "minecraft:birch_boat" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/birch_door.json b/1.12.2/assets/minecraft/recipes/birch_door.json new file mode 100644 index 00000000..cb9246e9 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/birch_door.json @@ -0,0 +1,19 @@ +{ + "type": "crafting_shaped", + "group": "wooden_door", + "pattern": [ + "##", + "##", + "##" + ], + "key": { + "#": { + "item": "minecraft:planks", + "data": 2 + } + }, + "result": { + "item": "minecraft:birch_door", + "count": 3 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/birch_fence.json b/1.12.2/assets/minecraft/recipes/birch_fence.json new file mode 100644 index 00000000..0692cfbc --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/birch_fence.json @@ -0,0 +1,21 @@ +{ + "type": "crafting_shaped", + "group": "wooden_fence", + "pattern": [ + "W#W", + "W#W" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "W": { + "item": "minecraft:planks", + "data": 2 + } + }, + "result": { + "item": "minecraft:birch_fence", + "count": 3 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/birch_fence_gate.json b/1.12.2/assets/minecraft/recipes/birch_fence_gate.json new file mode 100644 index 00000000..cf844690 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/birch_fence_gate.json @@ -0,0 +1,20 @@ +{ + "type": "crafting_shaped", + "group": "wooden_fence_gate", + "pattern": [ + "#W#", + "#W#" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "W": { + "item": "minecraft:planks", + "data": 2 + } + }, + "result": { + "item": "minecraft:birch_fence_gate" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/birch_planks.json b/1.12.2/assets/minecraft/recipes/birch_planks.json new file mode 100644 index 00000000..916bb19d --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/birch_planks.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shaped", + "group": "planks", + "pattern": [ + "#" + ], + "key": { + "#": { + "item": "minecraft:log", + "data": 2 + } + }, + "result": { + "item": "minecraft:planks", + "data": 2, + "count": 4 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/birch_stairs.json b/1.12.2/assets/minecraft/recipes/birch_stairs.json new file mode 100644 index 00000000..e75d57b3 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/birch_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "crafting_shaped", + "group": "wooden_stairs", + "pattern": [ + "# ", + "## ", + "###" + ], + "key": { + "#": { + "item": "minecraft:planks", + "data": 2 + } + }, + "result": { + "item": "minecraft:birch_stairs", + "count": 4 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/birch_wooden_slab.json b/1.12.2/assets/minecraft/recipes/birch_wooden_slab.json new file mode 100644 index 00000000..5bdf0602 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/birch_wooden_slab.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shaped", + "group": "wooden_slab", + "pattern": [ + "###" + ], + "key": { + "#": { + "item": "minecraft:planks", + "data": 2 + } + }, + "result": { + "item": "minecraft:wooden_slab", + "data": 2, + "count": 6 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/black_banner.json b/1.12.2/assets/minecraft/recipes/black_banner.json new file mode 100644 index 00000000..236107ea --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/black_banner.json @@ -0,0 +1,22 @@ +{ + "type": "crafting_shaped", + "group": "banner", + "pattern": [ + "###", + "###", + " | " + ], + "key": { + "#": { + "item": "minecraft:wool", + "data": 15 + }, + "|": { + "item": "minecraft:stick" + } + }, + "result": { + "item": "minecraft:banner", + "data": 0 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/black_bed.json b/1.12.2/assets/minecraft/recipes/black_bed.json new file mode 100644 index 00000000..e31b9263 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/black_bed.json @@ -0,0 +1,44 @@ +{ + "type": "crafting_shaped", + "group": "bed", + "pattern": [ + "###", + "XXX" + ], + "key": { + "#": { + "item": "minecraft:wool", + "data": 15 + }, + "X": [ + { + "item": "minecraft:planks", + "data": 0 + }, + { + "item": "minecraft:planks", + "data": 1 + }, + { + "item": "minecraft:planks", + "data": 2 + }, + { + "item": "minecraft:planks", + "data": 3 + }, + { + "item": "minecraft:planks", + "data": 4 + }, + { + "item": "minecraft:planks", + "data": 5 + } + ] + }, + "result": { + "item": "minecraft:bed", + "data": 15 + } +} diff --git a/1.12.2/assets/minecraft/recipes/black_bed_from_white_bed.json b/1.12.2/assets/minecraft/recipes/black_bed_from_white_bed.json new file mode 100644 index 00000000..a0470877 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/black_bed_from_white_bed.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shapeless", + "group": "dyed_bed", + "ingredients": [ + { + "item": "minecraft:bed", + "data": 0 + }, + { + "item": "minecraft:dye", + "data": 0 + } + ], + "result": { + "item": "minecraft:bed", + "data": 15 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/black_carpet.json b/1.12.2/assets/minecraft/recipes/black_carpet.json new file mode 100644 index 00000000..02991392 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/black_carpet.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shaped", + "group": "carpet", + "pattern": [ + "##" + ], + "key": { + "#": { + "item": "minecraft:wool", + "data": 15 + } + }, + "result": { + "item": "minecraft:carpet", + "data": 15, + "count": 3 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/black_concrete_powder.json b/1.12.2/assets/minecraft/recipes/black_concrete_powder.json new file mode 100644 index 00000000..9ea1b644 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/black_concrete_powder.json @@ -0,0 +1,43 @@ +{ + "type": "crafting_shapeless", + "group": "concrete_powder", + "ingredients": [ + { + "item": "minecraft:dye", + "data": 0 + }, + { + "item": "minecraft:sand", + "data": 0 + }, + { + "item": "minecraft:sand", + "data": 0 + }, + { + "item": "minecraft:sand", + "data": 0 + }, + { + "item": "minecraft:sand", + "data": 0 + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + } + ], + "result": { + "item": "minecraft:concrete_powder", + "data": 15, + "count": 8 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/black_stained_glass.json b/1.12.2/assets/minecraft/recipes/black_stained_glass.json new file mode 100644 index 00000000..21c767e9 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/black_stained_glass.json @@ -0,0 +1,23 @@ +{ + "type": "crafting_shaped", + "group": "stained_glass", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:glass" + }, + "X": { + "item": "minecraft:dye", + "data": 0 + } + }, + "result": { + "item": "minecraft:stained_glass", + "data": 15, + "count": 8 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/black_stained_glass_pane.json b/1.12.2/assets/minecraft/recipes/black_stained_glass_pane.json new file mode 100644 index 00000000..9b1020c3 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/black_stained_glass_pane.json @@ -0,0 +1,19 @@ +{ + "type": "crafting_shaped", + "group": "stained_glass_pane", + "pattern": [ + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:stained_glass", + "data": 15 + } + }, + "result": { + "item": "minecraft:stained_glass_pane", + "data": 15, + "count": 16 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/black_stained_hardened_clay.json b/1.12.2/assets/minecraft/recipes/black_stained_hardened_clay.json new file mode 100644 index 00000000..c19288af --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/black_stained_hardened_clay.json @@ -0,0 +1,23 @@ +{ + "type": "crafting_shaped", + "group": "stained_hardened_clay", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:hardened_clay" + }, + "X": { + "item": "minecraft:dye", + "data": 0 + } + }, + "result": { + "item": "minecraft:stained_hardened_clay", + "data": 15, + "count": 8 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/black_wool.json b/1.12.2/assets/minecraft/recipes/black_wool.json new file mode 100644 index 00000000..93e20b52 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/black_wool.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shapeless", + "group": "wool", + "ingredients": [ + { + "item": "minecraft:dye", + "data": 0 + }, + { + "item": "minecraft:wool", + "data": 0 + } + ], + "result": { + "item": "minecraft:wool", + "data": 15 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/blaze_powder.json b/1.12.2/assets/minecraft/recipes/blaze_powder.json new file mode 100644 index 00000000..cc5d6f05 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/blaze_powder.json @@ -0,0 +1,12 @@ +{ + "type": "crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:blaze_rod" + } + ], + "result": { + "item": "minecraft:blaze_powder", + "count": 2 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/blue_banner.json b/1.12.2/assets/minecraft/recipes/blue_banner.json new file mode 100644 index 00000000..72c4b9ac --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/blue_banner.json @@ -0,0 +1,22 @@ +{ + "type": "crafting_shaped", + "group": "banner", + "pattern": [ + "###", + "###", + " | " + ], + "key": { + "#": { + "item": "minecraft:wool", + "data": 11 + }, + "|": { + "item": "minecraft:stick" + } + }, + "result": { + "item": "minecraft:banner", + "data": 4 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/blue_bed.json b/1.12.2/assets/minecraft/recipes/blue_bed.json new file mode 100644 index 00000000..277b5ae6 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/blue_bed.json @@ -0,0 +1,44 @@ +{ + "type": "crafting_shaped", + "group": "bed", + "pattern": [ + "###", + "XXX" + ], + "key": { + "#": { + "item": "minecraft:wool", + "data": 11 + }, + "X": [ + { + "item": "minecraft:planks", + "data": 0 + }, + { + "item": "minecraft:planks", + "data": 1 + }, + { + "item": "minecraft:planks", + "data": 2 + }, + { + "item": "minecraft:planks", + "data": 3 + }, + { + "item": "minecraft:planks", + "data": 4 + }, + { + "item": "minecraft:planks", + "data": 5 + } + ] + }, + "result": { + "item": "minecraft:bed", + "data": 11 + } +} diff --git a/1.12.2/assets/minecraft/recipes/blue_bed_from_white_bed.json b/1.12.2/assets/minecraft/recipes/blue_bed_from_white_bed.json new file mode 100644 index 00000000..3084e0bf --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/blue_bed_from_white_bed.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shapeless", + "group": "dyed_bed", + "ingredients": [ + { + "item": "minecraft:bed", + "data": 0 + }, + { + "item": "minecraft:dye", + "data": 4 + } + ], + "result": { + "item": "minecraft:bed", + "data": 11 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/blue_carpet.json b/1.12.2/assets/minecraft/recipes/blue_carpet.json new file mode 100644 index 00000000..3737ad1b --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/blue_carpet.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shaped", + "group": "carpet", + "pattern": [ + "##" + ], + "key": { + "#": { + "item": "minecraft:wool", + "data": 11 + } + }, + "result": { + "item": "minecraft:carpet", + "data": 11, + "count": 3 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/blue_concrete_powder.json b/1.12.2/assets/minecraft/recipes/blue_concrete_powder.json new file mode 100644 index 00000000..bdc2bbb6 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/blue_concrete_powder.json @@ -0,0 +1,43 @@ +{ + "type": "crafting_shapeless", + "group": "concrete_powder", + "ingredients": [ + { + "item": "minecraft:dye", + "data": 4 + }, + { + "item": "minecraft:sand", + "data": 0 + }, + { + "item": "minecraft:sand", + "data": 0 + }, + { + "item": "minecraft:sand", + "data": 0 + }, + { + "item": "minecraft:sand", + "data": 0 + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + } + ], + "result": { + "item": "minecraft:concrete_powder", + "data": 11, + "count": 8 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/blue_stained_glass.json b/1.12.2/assets/minecraft/recipes/blue_stained_glass.json new file mode 100644 index 00000000..7211a902 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/blue_stained_glass.json @@ -0,0 +1,23 @@ +{ + "type": "crafting_shaped", + "group": "stained_glass", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:glass" + }, + "X": { + "item": "minecraft:dye", + "data": 4 + } + }, + "result": { + "item": "minecraft:stained_glass", + "data": 11, + "count": 8 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/blue_stained_glass_pane.json b/1.12.2/assets/minecraft/recipes/blue_stained_glass_pane.json new file mode 100644 index 00000000..0f770504 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/blue_stained_glass_pane.json @@ -0,0 +1,19 @@ +{ + "type": "crafting_shaped", + "group": "stained_glass_pane", + "pattern": [ + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:stained_glass", + "data": 11 + } + }, + "result": { + "item": "minecraft:stained_glass_pane", + "data": 11, + "count": 16 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/blue_stained_hardened_clay.json b/1.12.2/assets/minecraft/recipes/blue_stained_hardened_clay.json new file mode 100644 index 00000000..acff91b9 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/blue_stained_hardened_clay.json @@ -0,0 +1,23 @@ +{ + "type": "crafting_shaped", + "group": "stained_hardened_clay", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:hardened_clay" + }, + "X": { + "item": "minecraft:dye", + "data": 4 + } + }, + "result": { + "item": "minecraft:stained_hardened_clay", + "data": 11, + "count": 8 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/blue_wool.json b/1.12.2/assets/minecraft/recipes/blue_wool.json new file mode 100644 index 00000000..7c38c816 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/blue_wool.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shapeless", + "group": "wool", + "ingredients": [ + { + "item": "minecraft:dye", + "data": 4 + }, + { + "item": "minecraft:wool", + "data": 0 + } + ], + "result": { + "item": "minecraft:wool", + "data": 11 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/boat.json b/1.12.2/assets/minecraft/recipes/boat.json new file mode 100644 index 00000000..28de91a2 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/boat.json @@ -0,0 +1,17 @@ +{ + "type": "crafting_shaped", + "group": "boat", + "pattern": [ + "# #", + "###" + ], + "key": { + "#": { + "item": "minecraft:planks", + "data": 0 + } + }, + "result": { + "item": "minecraft:boat" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/bone_block.json b/1.12.2/assets/minecraft/recipes/bone_block.json new file mode 100644 index 00000000..7dd93b73 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/bone_block.json @@ -0,0 +1,17 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "XXX", + "XXX", + "XXX" + ], + "key": { + "X": { + "item": "minecraft:dye", + "data": 15 + } + }, + "result": { + "item": "minecraft:bone_block" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/bone_meal_from_block.json b/1.12.2/assets/minecraft/recipes/bone_meal_from_block.json new file mode 100644 index 00000000..c1aaf245 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/bone_meal_from_block.json @@ -0,0 +1,14 @@ +{ + "type": "crafting_shapeless", + "group": "bonemeal", + "ingredients": [ + { + "item": "minecraft:bone_block" + } + ], + "result": { + "item": "minecraft:dye", + "data": 15, + "count": 9 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/bone_meal_from_bone.json b/1.12.2/assets/minecraft/recipes/bone_meal_from_bone.json new file mode 100644 index 00000000..42c5ba7a --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/bone_meal_from_bone.json @@ -0,0 +1,14 @@ +{ + "type": "crafting_shapeless", + "group": "bonemeal", + "ingredients": [ + { + "item": "minecraft:bone" + } + ], + "result": { + "item": "minecraft:dye", + "data": 15, + "count": 3 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/book.json b/1.12.2/assets/minecraft/recipes/book.json new file mode 100644 index 00000000..2e1d3e97 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/book.json @@ -0,0 +1,25 @@ +{ + "type": "crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:paper", + "data": 0 + }, + { + "item": "minecraft:paper", + "data": 0 + }, + { + "item": "minecraft:paper", + "data": 0 + }, + { + "item": "minecraft:leather", + "data": 0 + } + ], + "result": { + "item": "minecraft:book", + "count": 1 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/bookshelf.json b/1.12.2/assets/minecraft/recipes/bookshelf.json new file mode 100644 index 00000000..893923b5 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/bookshelf.json @@ -0,0 +1,42 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "###", + "XXX", + "###" + ], + "key": { + "#": [ + { + "item": "minecraft:planks", + "data": 0 + }, + { + "item": "minecraft:planks", + "data": 1 + }, + { + "item": "minecraft:planks", + "data": 2 + }, + { + "item": "minecraft:planks", + "data": 3 + }, + { + "item": "minecraft:planks", + "data": 4 + }, + { + "item": "minecraft:planks", + "data": 5 + } + ], + "X": { + "item": "minecraft:book" + } + }, + "result": { + "item": "minecraft:bookshelf" + } +} diff --git a/1.12.2/assets/minecraft/recipes/bow.json b/1.12.2/assets/minecraft/recipes/bow.json new file mode 100644 index 00000000..6cf65d6e --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/bow.json @@ -0,0 +1,19 @@ +{ + "type": "crafting_shaped", + "pattern": [ + " #X", + "# X", + " #X" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "X": { + "item": "minecraft:string" + } + }, + "result": { + "item": "minecraft:bow" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/bowl.json b/1.12.2/assets/minecraft/recipes/bowl.json new file mode 100644 index 00000000..5e1b778f --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/bowl.json @@ -0,0 +1,39 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "# #", + " # " + ], + "key": { + "#": [ + { + "item": "minecraft:planks", + "data": 0 + }, + { + "item": "minecraft:planks", + "data": 1 + }, + { + "item": "minecraft:planks", + "data": 2 + }, + { + "item": "minecraft:planks", + "data": 3 + }, + { + "item": "minecraft:planks", + "data": 4 + }, + { + "item": "minecraft:planks", + "data": 5 + } + ] + }, + "result": { + "item": "minecraft:bowl", + "count": 4 + } +} diff --git a/1.12.2/assets/minecraft/recipes/bread.json b/1.12.2/assets/minecraft/recipes/bread.json new file mode 100644 index 00000000..e467ff43 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/bread.json @@ -0,0 +1,14 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "###" + ], + "key": { + "#": { + "item": "minecraft:wheat" + } + }, + "result": { + "item": "minecraft:bread" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/brewing_stand.json b/1.12.2/assets/minecraft/recipes/brewing_stand.json new file mode 100644 index 00000000..ca19128e --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/brewing_stand.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shaped", + "pattern": [ + " B ", + "###" + ], + "key": { + "B": { + "item": "minecraft:blaze_rod" + }, + "#": { + "item": "minecraft:cobblestone" + } + }, + "result": { + "item": "minecraft:brewing_stand" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/brick_block.json b/1.12.2/assets/minecraft/recipes/brick_block.json new file mode 100644 index 00000000..6b042cc2 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/brick_block.json @@ -0,0 +1,15 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "##", + "##" + ], + "key": { + "#": { + "item": "minecraft:brick" + } + }, + "result": { + "item": "minecraft:brick_block" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/brick_slab.json b/1.12.2/assets/minecraft/recipes/brick_slab.json new file mode 100644 index 00000000..e7772a2f --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/brick_slab.json @@ -0,0 +1,16 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "###" + ], + "key": { + "#": { + "item": "minecraft:brick_block" + } + }, + "result": { + "item": "minecraft:stone_slab", + "data": 4, + "count": 6 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/brick_stairs.json b/1.12.2/assets/minecraft/recipes/brick_stairs.json new file mode 100644 index 00000000..25db0276 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/brick_stairs.json @@ -0,0 +1,17 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "# ", + "## ", + "###" + ], + "key": { + "#": { + "item": "minecraft:brick_block" + } + }, + "result": { + "item": "minecraft:brick_stairs", + "count": 4 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/brown_banner.json b/1.12.2/assets/minecraft/recipes/brown_banner.json new file mode 100644 index 00000000..76b3669f --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/brown_banner.json @@ -0,0 +1,22 @@ +{ + "type": "crafting_shaped", + "group": "banner", + "pattern": [ + "###", + "###", + " | " + ], + "key": { + "#": { + "item": "minecraft:wool", + "data": 12 + }, + "|": { + "item": "minecraft:stick" + } + }, + "result": { + "item": "minecraft:banner", + "data": 3 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/brown_bed.json b/1.12.2/assets/minecraft/recipes/brown_bed.json new file mode 100644 index 00000000..bfb8fa71 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/brown_bed.json @@ -0,0 +1,44 @@ +{ + "type": "crafting_shaped", + "group": "bed", + "pattern": [ + "###", + "XXX" + ], + "key": { + "#": { + "item": "minecraft:wool", + "data": 12 + }, + "X": [ + { + "item": "minecraft:planks", + "data": 0 + }, + { + "item": "minecraft:planks", + "data": 1 + }, + { + "item": "minecraft:planks", + "data": 2 + }, + { + "item": "minecraft:planks", + "data": 3 + }, + { + "item": "minecraft:planks", + "data": 4 + }, + { + "item": "minecraft:planks", + "data": 5 + } + ] + }, + "result": { + "item": "minecraft:bed", + "data": 12 + } +} diff --git a/1.12.2/assets/minecraft/recipes/brown_bed_from_white_bed.json b/1.12.2/assets/minecraft/recipes/brown_bed_from_white_bed.json new file mode 100644 index 00000000..6f9953c8 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/brown_bed_from_white_bed.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shapeless", + "group": "dyed_bed", + "ingredients": [ + { + "item": "minecraft:bed", + "data": 0 + }, + { + "item": "minecraft:dye", + "data": 3 + } + ], + "result": { + "item": "minecraft:bed", + "data": 12 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/brown_carpet.json b/1.12.2/assets/minecraft/recipes/brown_carpet.json new file mode 100644 index 00000000..10ec9668 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/brown_carpet.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shaped", + "group": "carpet", + "pattern": [ + "##" + ], + "key": { + "#": { + "item": "minecraft:wool", + "data": 12 + } + }, + "result": { + "item": "minecraft:carpet", + "data": 12, + "count": 3 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/brown_concrete_powder.json b/1.12.2/assets/minecraft/recipes/brown_concrete_powder.json new file mode 100644 index 00000000..eba56f6b --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/brown_concrete_powder.json @@ -0,0 +1,43 @@ +{ + "type": "crafting_shapeless", + "group": "concrete_powder", + "ingredients": [ + { + "item": "minecraft:dye", + "data": 3 + }, + { + "item": "minecraft:sand", + "data": 0 + }, + { + "item": "minecraft:sand", + "data": 0 + }, + { + "item": "minecraft:sand", + "data": 0 + }, + { + "item": "minecraft:sand", + "data": 0 + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + } + ], + "result": { + "item": "minecraft:concrete_powder", + "data": 12, + "count": 8 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/brown_stained_glass.json b/1.12.2/assets/minecraft/recipes/brown_stained_glass.json new file mode 100644 index 00000000..316b5916 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/brown_stained_glass.json @@ -0,0 +1,23 @@ +{ + "type": "crafting_shaped", + "group": "stained_glass", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:glass" + }, + "X": { + "item": "minecraft:dye", + "data": 3 + } + }, + "result": { + "item": "minecraft:stained_glass", + "data": 12, + "count": 8 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/brown_stained_glass_pane.json b/1.12.2/assets/minecraft/recipes/brown_stained_glass_pane.json new file mode 100644 index 00000000..b8102f71 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/brown_stained_glass_pane.json @@ -0,0 +1,19 @@ +{ + "type": "crafting_shaped", + "group": "stained_glass_pane", + "pattern": [ + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:stained_glass", + "data": 12 + } + }, + "result": { + "item": "minecraft:stained_glass_pane", + "data": 12, + "count": 16 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/brown_stained_hardened_clay.json b/1.12.2/assets/minecraft/recipes/brown_stained_hardened_clay.json new file mode 100644 index 00000000..f65398fd --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/brown_stained_hardened_clay.json @@ -0,0 +1,23 @@ +{ + "type": "crafting_shaped", + "group": "stained_hardened_clay", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:hardened_clay" + }, + "X": { + "item": "minecraft:dye", + "data": 3 + } + }, + "result": { + "item": "minecraft:stained_hardened_clay", + "data": 12, + "count": 8 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/brown_wool.json b/1.12.2/assets/minecraft/recipes/brown_wool.json new file mode 100644 index 00000000..cb0bf442 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/brown_wool.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shapeless", + "group": "wool", + "ingredients": [ + { + "item": "minecraft:dye", + "data": 3 + }, + { + "item": "minecraft:wool", + "data": 0 + } + ], + "result": { + "item": "minecraft:wool", + "data": 12 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/bucket.json b/1.12.2/assets/minecraft/recipes/bucket.json new file mode 100644 index 00000000..91f74d1a --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/bucket.json @@ -0,0 +1,15 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "# #", + " # " + ], + "key": { + "#": { + "item": "minecraft:iron_ingot" + } + }, + "result": { + "item": "minecraft:bucket" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/cake.json b/1.12.2/assets/minecraft/recipes/cake.json new file mode 100644 index 00000000..dbe516f0 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/cake.json @@ -0,0 +1,25 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "AAA", + "BEB", + "CCC" + ], + "key": { + "A": { + "item": "minecraft:milk_bucket" + }, + "B": { + "item": "minecraft:sugar" + }, + "C": { + "item": "minecraft:wheat" + }, + "E": { + "item": "minecraft:egg" + } + }, + "result": { + "item": "minecraft:cake" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/carrot_on_a_stick.json b/1.12.2/assets/minecraft/recipes/carrot_on_a_stick.json new file mode 100644 index 00000000..3df6c97c --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/carrot_on_a_stick.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "# ", + " X" + ], + "key": { + "#": { + "item": "minecraft:fishing_rod" + }, + "X": { + "item": "minecraft:carrot" + } + }, + "result": { + "item": "minecraft:carrot_on_a_stick" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/cauldron.json b/1.12.2/assets/minecraft/recipes/cauldron.json new file mode 100644 index 00000000..b2930104 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/cauldron.json @@ -0,0 +1,16 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "# #", + "# #", + "###" + ], + "key": { + "#": { + "item": "minecraft:iron_ingot" + } + }, + "result": { + "item": "minecraft:cauldron" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/chest.json b/1.12.2/assets/minecraft/recipes/chest.json new file mode 100644 index 00000000..2091f64f --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/chest.json @@ -0,0 +1,39 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "###", + "# #", + "###" + ], + "key": { + "#": [ + { + "item": "minecraft:planks", + "data": 0 + }, + { + "item": "minecraft:planks", + "data": 1 + }, + { + "item": "minecraft:planks", + "data": 2 + }, + { + "item": "minecraft:planks", + "data": 3 + }, + { + "item": "minecraft:planks", + "data": 4 + }, + { + "item": "minecraft:planks", + "data": 5 + } + ] + }, + "result": { + "item": "minecraft:chest" + } +} diff --git a/1.12.2/assets/minecraft/recipes/chest_minecart.json b/1.12.2/assets/minecraft/recipes/chest_minecart.json new file mode 100644 index 00000000..a2bfe05d --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/chest_minecart.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "A", + "B" + ], + "key": { + "A": { + "item": "minecraft:chest" + }, + "B": { + "item": "minecraft:minecart" + } + }, + "result": { + "item": "minecraft:chest_minecart" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/chiseled_quartz_block.json b/1.12.2/assets/minecraft/recipes/chiseled_quartz_block.json new file mode 100644 index 00000000..349f29f4 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/chiseled_quartz_block.json @@ -0,0 +1,17 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "#", + "#" + ], + "key": { + "#": { + "item": "minecraft:stone_slab", + "data": 7 + } + }, + "result": { + "item": "minecraft:quartz_block", + "data": 1 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/chiseled_red_sandstone.json b/1.12.2/assets/minecraft/recipes/chiseled_red_sandstone.json new file mode 100644 index 00000000..db1f5c4d --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/chiseled_red_sandstone.json @@ -0,0 +1,17 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "#", + "#" + ], + "key": { + "#": { + "item": "minecraft:stone_slab2", + "data": 0 + } + }, + "result": { + "item": "minecraft:red_sandstone", + "data": 1 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/chiseled_sandstone.json b/1.12.2/assets/minecraft/recipes/chiseled_sandstone.json new file mode 100644 index 00000000..1088a66b --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/chiseled_sandstone.json @@ -0,0 +1,17 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "#", + "#" + ], + "key": { + "#": { + "item": "minecraft:stone_slab", + "data": 1 + } + }, + "result": { + "item": "minecraft:sandstone", + "data": 1 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/chiseled_stonebrick.json b/1.12.2/assets/minecraft/recipes/chiseled_stonebrick.json new file mode 100644 index 00000000..4afe3432 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/chiseled_stonebrick.json @@ -0,0 +1,17 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "#", + "#" + ], + "key": { + "#": { + "item": "minecraft:stone_slab", + "data": 5 + } + }, + "result": { + "item": "minecraft:stonebrick", + "data": 3 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/clay.json b/1.12.2/assets/minecraft/recipes/clay.json new file mode 100644 index 00000000..c1746e19 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/clay.json @@ -0,0 +1,15 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "##", + "##" + ], + "key": { + "#": { + "item": "minecraft:clay_ball" + } + }, + "result": { + "item": "minecraft:clay" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/clock.json b/1.12.2/assets/minecraft/recipes/clock.json new file mode 100644 index 00000000..fcab5417 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/clock.json @@ -0,0 +1,19 @@ +{ + "type": "crafting_shaped", + "pattern": [ + " # ", + "#X#", + " # " + ], + "key": { + "#": { + "item": "minecraft:gold_ingot" + }, + "X": { + "item": "minecraft:redstone" + } + }, + "result": { + "item": "minecraft:clock" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/coal.json b/1.12.2/assets/minecraft/recipes/coal.json new file mode 100644 index 00000000..49ba9e34 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/coal.json @@ -0,0 +1,16 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "#" + ], + "key": { + "#": { + "item": "minecraft:coal_block" + } + }, + "result": { + "item": "minecraft:coal", + "data": 0, + "count": 9 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/coal_block.json b/1.12.2/assets/minecraft/recipes/coal_block.json new file mode 100644 index 00000000..b6f8b6cd --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/coal_block.json @@ -0,0 +1,17 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "###", + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:coal", + "data": 0 + } + }, + "result": { + "item": "minecraft:coal_block" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/coarse_dirt.json b/1.12.2/assets/minecraft/recipes/coarse_dirt.json new file mode 100644 index 00000000..da62b7af --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/coarse_dirt.json @@ -0,0 +1,21 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "DG", + "GD" + ], + "key": { + "D": { + "item": "minecraft:dirt", + "data": 0 + }, + "G": { + "item": "minecraft:gravel" + } + }, + "result": { + "item": "minecraft:dirt", + "data": 1, + "count": 4 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/cobblestone_slab.json b/1.12.2/assets/minecraft/recipes/cobblestone_slab.json new file mode 100644 index 00000000..4af9af79 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/cobblestone_slab.json @@ -0,0 +1,16 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "###" + ], + "key": { + "#": { + "item": "minecraft:cobblestone" + } + }, + "result": { + "item": "minecraft:stone_slab", + "data": 3, + "count": 6 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/cobblestone_wall.json b/1.12.2/assets/minecraft/recipes/cobblestone_wall.json new file mode 100644 index 00000000..89e13ed1 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/cobblestone_wall.json @@ -0,0 +1,17 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:cobblestone" + } + }, + "result": { + "item": "minecraft:cobblestone_wall", + "data": 0, + "count": 6 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/comparator.json b/1.12.2/assets/minecraft/recipes/comparator.json new file mode 100644 index 00000000..9c634a51 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/comparator.json @@ -0,0 +1,23 @@ +{ + "type": "crafting_shaped", + "pattern": [ + " # ", + "#X#", + "III" + ], + "key": { + "#": { + "item": "minecraft:redstone_torch" + }, + "X": { + "item": "minecraft:quartz" + }, + "I": { + "item": "minecraft:stone", + "data": 0 + } + }, + "result": { + "item": "minecraft:comparator" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/compass.json b/1.12.2/assets/minecraft/recipes/compass.json new file mode 100644 index 00000000..a45c99c3 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/compass.json @@ -0,0 +1,19 @@ +{ + "type": "crafting_shaped", + "pattern": [ + " # ", + "#X#", + " # " + ], + "key": { + "#": { + "item": "minecraft:iron_ingot" + }, + "X": { + "item": "minecraft:redstone" + } + }, + "result": { + "item": "minecraft:compass" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/cookie.json b/1.12.2/assets/minecraft/recipes/cookie.json new file mode 100644 index 00000000..b453de1b --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/cookie.json @@ -0,0 +1,19 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "#X#" + ], + "key": { + "#": { + "item": "minecraft:wheat" + }, + "X": { + "item": "minecraft:dye", + "data": 3 + } + }, + "result": { + "item": "minecraft:cookie", + "count": 8 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/crafting_table.json b/1.12.2/assets/minecraft/recipes/crafting_table.json new file mode 100644 index 00000000..d219f41a --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/crafting_table.json @@ -0,0 +1,38 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "##", + "##" + ], + "key": { + "#": [ + { + "item": "minecraft:planks", + "data": 0 + }, + { + "item": "minecraft:planks", + "data": 1 + }, + { + "item": "minecraft:planks", + "data": 2 + }, + { + "item": "minecraft:planks", + "data": 3 + }, + { + "item": "minecraft:planks", + "data": 4 + }, + { + "item": "minecraft:planks", + "data": 5 + } + ] + }, + "result": { + "item": "minecraft:crafting_table" + } +} diff --git a/1.12.2/assets/minecraft/recipes/cyan_banner.json b/1.12.2/assets/minecraft/recipes/cyan_banner.json new file mode 100644 index 00000000..6456ad43 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/cyan_banner.json @@ -0,0 +1,22 @@ +{ + "type": "crafting_shaped", + "group": "banner", + "pattern": [ + "###", + "###", + " | " + ], + "key": { + "#": { + "item": "minecraft:wool", + "data": 9 + }, + "|": { + "item": "minecraft:stick" + } + }, + "result": { + "item": "minecraft:banner", + "data": 6 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/cyan_bed.json b/1.12.2/assets/minecraft/recipes/cyan_bed.json new file mode 100644 index 00000000..2119bc5c --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/cyan_bed.json @@ -0,0 +1,44 @@ +{ + "type": "crafting_shaped", + "group": "bed", + "pattern": [ + "###", + "XXX" + ], + "key": { + "#": { + "item": "minecraft:wool", + "data": 9 + }, + "X": [ + { + "item": "minecraft:planks", + "data": 0 + }, + { + "item": "minecraft:planks", + "data": 1 + }, + { + "item": "minecraft:planks", + "data": 2 + }, + { + "item": "minecraft:planks", + "data": 3 + }, + { + "item": "minecraft:planks", + "data": 4 + }, + { + "item": "minecraft:planks", + "data": 5 + } + ] + }, + "result": { + "item": "minecraft:bed", + "data": 9 + } +} diff --git a/1.12.2/assets/minecraft/recipes/cyan_bed_from_white_bed.json b/1.12.2/assets/minecraft/recipes/cyan_bed_from_white_bed.json new file mode 100644 index 00000000..2089509c --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/cyan_bed_from_white_bed.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shapeless", + "group": "dyed_bed", + "ingredients": [ + { + "item": "minecraft:bed", + "data": 0 + }, + { + "item": "minecraft:dye", + "data": 6 + } + ], + "result": { + "item": "minecraft:bed", + "data": 9 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/cyan_carpet.json b/1.12.2/assets/minecraft/recipes/cyan_carpet.json new file mode 100644 index 00000000..c8de735a --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/cyan_carpet.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shaped", + "group": "carpet", + "pattern": [ + "##" + ], + "key": { + "#": { + "item": "minecraft:wool", + "data": 9 + } + }, + "result": { + "item": "minecraft:carpet", + "data": 9, + "count": 3 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/cyan_concrete_powder.json b/1.12.2/assets/minecraft/recipes/cyan_concrete_powder.json new file mode 100644 index 00000000..2583ce5f --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/cyan_concrete_powder.json @@ -0,0 +1,43 @@ +{ + "type": "crafting_shapeless", + "group": "concrete_powder", + "ingredients": [ + { + "item": "minecraft:dye", + "data": 6 + }, + { + "item": "minecraft:sand", + "data": 0 + }, + { + "item": "minecraft:sand", + "data": 0 + }, + { + "item": "minecraft:sand", + "data": 0 + }, + { + "item": "minecraft:sand", + "data": 0 + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + } + ], + "result": { + "item": "minecraft:concrete_powder", + "data": 9, + "count": 8 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/cyan_dye.json b/1.12.2/assets/minecraft/recipes/cyan_dye.json new file mode 100644 index 00000000..7a29ba26 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/cyan_dye.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:dye", + "data": 4 + }, + { + "item": "minecraft:dye", + "data": 2 + } + ], + "result": { + "item": "minecraft:dye", + "data": 6, + "count": 2 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/cyan_stained_glass.json b/1.12.2/assets/minecraft/recipes/cyan_stained_glass.json new file mode 100644 index 00000000..46729001 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/cyan_stained_glass.json @@ -0,0 +1,23 @@ +{ + "type": "crafting_shaped", + "group": "stained_glass", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:glass" + }, + "X": { + "item": "minecraft:dye", + "data": 6 + } + }, + "result": { + "item": "minecraft:stained_glass", + "data": 9, + "count": 8 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/cyan_stained_glass_pane.json b/1.12.2/assets/minecraft/recipes/cyan_stained_glass_pane.json new file mode 100644 index 00000000..46830278 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/cyan_stained_glass_pane.json @@ -0,0 +1,19 @@ +{ + "type": "crafting_shaped", + "group": "stained_glass_pane", + "pattern": [ + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:stained_glass", + "data": 9 + } + }, + "result": { + "item": "minecraft:stained_glass_pane", + "data": 9, + "count": 16 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/cyan_stained_hardened_clay.json b/1.12.2/assets/minecraft/recipes/cyan_stained_hardened_clay.json new file mode 100644 index 00000000..837bcd0f --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/cyan_stained_hardened_clay.json @@ -0,0 +1,23 @@ +{ + "type": "crafting_shaped", + "group": "stained_hardened_clay", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:hardened_clay" + }, + "X": { + "item": "minecraft:dye", + "data": 6 + } + }, + "result": { + "item": "minecraft:stained_hardened_clay", + "data": 9, + "count": 8 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/cyan_wool.json b/1.12.2/assets/minecraft/recipes/cyan_wool.json new file mode 100644 index 00000000..693143a0 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/cyan_wool.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shapeless", + "group": "wool", + "ingredients": [ + { + "item": "minecraft:dye", + "data": 6 + }, + { + "item": "minecraft:wool", + "data": 0 + } + ], + "result": { + "item": "minecraft:wool", + "data": 9 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/dark_oak_boat.json b/1.12.2/assets/minecraft/recipes/dark_oak_boat.json new file mode 100644 index 00000000..cd67072d --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/dark_oak_boat.json @@ -0,0 +1,17 @@ +{ + "type": "crafting_shaped", + "group": "boat", + "pattern": [ + "# #", + "###" + ], + "key": { + "#": { + "item": "minecraft:planks", + "data": 5 + } + }, + "result": { + "item": "minecraft:dark_oak_boat" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/dark_oak_door.json b/1.12.2/assets/minecraft/recipes/dark_oak_door.json new file mode 100644 index 00000000..7c09801d --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/dark_oak_door.json @@ -0,0 +1,19 @@ +{ + "type": "crafting_shaped", + "group": "wooden_door", + "pattern": [ + "##", + "##", + "##" + ], + "key": { + "#": { + "item": "minecraft:planks", + "data": 5 + } + }, + "result": { + "item": "minecraft:dark_oak_door", + "count": 3 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/dark_oak_fence.json b/1.12.2/assets/minecraft/recipes/dark_oak_fence.json new file mode 100644 index 00000000..c14a8d2e --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/dark_oak_fence.json @@ -0,0 +1,21 @@ +{ + "type": "crafting_shaped", + "group": "wooden_fence", + "pattern": [ + "W#W", + "W#W" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "W": { + "item": "minecraft:planks", + "data": 5 + } + }, + "result": { + "item": "minecraft:dark_oak_fence", + "count": 3 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/dark_oak_fence_gate.json b/1.12.2/assets/minecraft/recipes/dark_oak_fence_gate.json new file mode 100644 index 00000000..c5af96f9 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/dark_oak_fence_gate.json @@ -0,0 +1,20 @@ +{ + "type": "crafting_shaped", + "group": "wooden_fence_gate", + "pattern": [ + "#W#", + "#W#" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "W": { + "item": "minecraft:planks", + "data": 5 + } + }, + "result": { + "item": "minecraft:dark_oak_fence_gate" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/dark_oak_planks.json b/1.12.2/assets/minecraft/recipes/dark_oak_planks.json new file mode 100644 index 00000000..dbf67193 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/dark_oak_planks.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shaped", + "group": "planks", + "pattern": [ + "#" + ], + "key": { + "#": { + "item": "minecraft:log2", + "data": 1 + } + }, + "result": { + "item": "minecraft:planks", + "data": 5, + "count": 4 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/dark_oak_stairs.json b/1.12.2/assets/minecraft/recipes/dark_oak_stairs.json new file mode 100644 index 00000000..4ad618fd --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/dark_oak_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "crafting_shaped", + "group": "wooden_stairs", + "pattern": [ + "# ", + "## ", + "###" + ], + "key": { + "#": { + "item": "minecraft:planks", + "data": 5 + } + }, + "result": { + "item": "minecraft:dark_oak_stairs", + "count": 4 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/dark_oak_wooden_slab.json b/1.12.2/assets/minecraft/recipes/dark_oak_wooden_slab.json new file mode 100644 index 00000000..611f9806 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/dark_oak_wooden_slab.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shaped", + "group": "wooden_slab", + "pattern": [ + "###" + ], + "key": { + "#": { + "item": "minecraft:planks", + "data": 5 + } + }, + "result": { + "item": "minecraft:wooden_slab", + "data": 5, + "count": 6 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/dark_prismarine.json b/1.12.2/assets/minecraft/recipes/dark_prismarine.json new file mode 100644 index 00000000..f3411b42 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/dark_prismarine.json @@ -0,0 +1,21 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "SSS", + "SIS", + "SSS" + ], + "key": { + "S": { + "item": "minecraft:prismarine_shard" + }, + "I": { + "item": "minecraft:dye", + "data": 0 + } + }, + "result": { + "item": "minecraft:prismarine", + "data": 2 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/daylight_detector.json b/1.12.2/assets/minecraft/recipes/daylight_detector.json new file mode 100644 index 00000000..265e127c --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/daylight_detector.json @@ -0,0 +1,45 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "GGG", + "QQQ", + "WWW" + ], + "key": { + "Q": { + "item": "minecraft:quartz" + }, + "G": { + "item": "minecraft:glass" + }, + "W": [ + { + "item": "minecraft:wooden_slab", + "data": 0 + }, + { + "item": "minecraft:wooden_slab", + "data": 1 + }, + { + "item": "minecraft:wooden_slab", + "data": 2 + }, + { + "item": "minecraft:wooden_slab", + "data": 3 + }, + { + "item": "minecraft:wooden_slab", + "data": 4 + }, + { + "item": "minecraft:wooden_slab", + "data": 5 + } + ] + }, + "result": { + "item": "minecraft:daylight_detector" + } +} diff --git a/1.12.2/assets/minecraft/recipes/detector_rail.json b/1.12.2/assets/minecraft/recipes/detector_rail.json new file mode 100644 index 00000000..43af5d90 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/detector_rail.json @@ -0,0 +1,23 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "X X", + "X#X", + "XRX" + ], + "key": { + "R": { + "item": "minecraft:redstone" + }, + "#": { + "item": "minecraft:stone_pressure_plate" + }, + "X": { + "item": "minecraft:iron_ingot" + } + }, + "result": { + "item": "minecraft:detector_rail", + "count": 6 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/diamond.json b/1.12.2/assets/minecraft/recipes/diamond.json new file mode 100644 index 00000000..8be3c858 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/diamond.json @@ -0,0 +1,15 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "#" + ], + "key": { + "#": { + "item": "minecraft:diamond_block" + } + }, + "result": { + "item": "minecraft:diamond", + "count": 9 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/diamond_axe.json b/1.12.2/assets/minecraft/recipes/diamond_axe.json new file mode 100644 index 00000000..b42c6305 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/diamond_axe.json @@ -0,0 +1,19 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "XX", + "X#", + " #" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "X": { + "item": "minecraft:diamond" + } + }, + "result": { + "item": "minecraft:diamond_axe" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/diamond_block.json b/1.12.2/assets/minecraft/recipes/diamond_block.json new file mode 100644 index 00000000..334bd11a --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/diamond_block.json @@ -0,0 +1,16 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "###", + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:diamond" + } + }, + "result": { + "item": "minecraft:diamond_block" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/diamond_boots.json b/1.12.2/assets/minecraft/recipes/diamond_boots.json new file mode 100644 index 00000000..e8fe5249 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/diamond_boots.json @@ -0,0 +1,15 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "X X", + "X X" + ], + "key": { + "X": { + "item": "minecraft:diamond" + } + }, + "result": { + "item": "minecraft:diamond_boots" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/diamond_chestplate.json b/1.12.2/assets/minecraft/recipes/diamond_chestplate.json new file mode 100644 index 00000000..dfe95821 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/diamond_chestplate.json @@ -0,0 +1,16 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "X X", + "XXX", + "XXX" + ], + "key": { + "X": { + "item": "minecraft:diamond" + } + }, + "result": { + "item": "minecraft:diamond_chestplate" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/diamond_helmet.json b/1.12.2/assets/minecraft/recipes/diamond_helmet.json new file mode 100644 index 00000000..3727d082 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/diamond_helmet.json @@ -0,0 +1,15 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "XXX", + "X X" + ], + "key": { + "X": { + "item": "minecraft:diamond" + } + }, + "result": { + "item": "minecraft:diamond_helmet" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/diamond_hoe.json b/1.12.2/assets/minecraft/recipes/diamond_hoe.json new file mode 100644 index 00000000..bf4221af --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/diamond_hoe.json @@ -0,0 +1,19 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "XX", + " #", + " #" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "X": { + "item": "minecraft:diamond" + } + }, + "result": { + "item": "minecraft:diamond_hoe" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/diamond_leggings.json b/1.12.2/assets/minecraft/recipes/diamond_leggings.json new file mode 100644 index 00000000..df136034 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/diamond_leggings.json @@ -0,0 +1,16 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "XXX", + "X X", + "X X" + ], + "key": { + "X": { + "item": "minecraft:diamond" + } + }, + "result": { + "item": "minecraft:diamond_leggings" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/diamond_pickaxe.json b/1.12.2/assets/minecraft/recipes/diamond_pickaxe.json new file mode 100644 index 00000000..fe20a708 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/diamond_pickaxe.json @@ -0,0 +1,19 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "XXX", + " # ", + " # " + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "X": { + "item": "minecraft:diamond" + } + }, + "result": { + "item": "minecraft:diamond_pickaxe" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/diamond_shovel.json b/1.12.2/assets/minecraft/recipes/diamond_shovel.json new file mode 100644 index 00000000..8b7a078a --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/diamond_shovel.json @@ -0,0 +1,19 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "X", + "#", + "#" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "X": { + "item": "minecraft:diamond" + } + }, + "result": { + "item": "minecraft:diamond_shovel" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/diamond_sword.json b/1.12.2/assets/minecraft/recipes/diamond_sword.json new file mode 100644 index 00000000..cbd47dc1 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/diamond_sword.json @@ -0,0 +1,19 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "X", + "X", + "#" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "X": { + "item": "minecraft:diamond" + } + }, + "result": { + "item": "minecraft:diamond_sword" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/diorite.json b/1.12.2/assets/minecraft/recipes/diorite.json new file mode 100644 index 00000000..e6821af2 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/diorite.json @@ -0,0 +1,20 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "CQ", + "QC" + ], + "key": { + "Q": { + "item": "minecraft:quartz" + }, + "C": { + "item": "minecraft:cobblestone" + } + }, + "result": { + "item": "minecraft:stone", + "data": 3, + "count": 2 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/dispenser.json b/1.12.2/assets/minecraft/recipes/dispenser.json new file mode 100644 index 00000000..2277137e --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/dispenser.json @@ -0,0 +1,22 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "###", + "#X#", + "#R#" + ], + "key": { + "R": { + "item": "minecraft:redstone" + }, + "#": { + "item": "minecraft:cobblestone" + }, + "X": { + "item": "minecraft:bow" + } + }, + "result": { + "item": "minecraft:dispenser" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/dropper.json b/1.12.2/assets/minecraft/recipes/dropper.json new file mode 100644 index 00000000..46cd76fe --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/dropper.json @@ -0,0 +1,19 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "###", + "# #", + "#R#" + ], + "key": { + "R": { + "item": "minecraft:redstone" + }, + "#": { + "item": "minecraft:cobblestone" + } + }, + "result": { + "item": "minecraft:dropper" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/emerald.json b/1.12.2/assets/minecraft/recipes/emerald.json new file mode 100644 index 00000000..6b18f905 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/emerald.json @@ -0,0 +1,15 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "#" + ], + "key": { + "#": { + "item": "minecraft:emerald_block" + } + }, + "result": { + "item": "minecraft:emerald", + "count": 9 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/emerald_block.json b/1.12.2/assets/minecraft/recipes/emerald_block.json new file mode 100644 index 00000000..b78562ab --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/emerald_block.json @@ -0,0 +1,16 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "###", + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:emerald" + } + }, + "result": { + "item": "minecraft:emerald_block" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/enchanting_table.json b/1.12.2/assets/minecraft/recipes/enchanting_table.json new file mode 100644 index 00000000..4030ed86 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/enchanting_table.json @@ -0,0 +1,22 @@ +{ + "type": "crafting_shaped", + "pattern": [ + " B ", + "D#D", + "###" + ], + "key": { + "B": { + "item": "minecraft:book" + }, + "#": { + "item": "minecraft:obsidian" + }, + "D": { + "item": "minecraft:diamond" + } + }, + "result": { + "item": "minecraft:enchanting_table" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/end_bricks.json b/1.12.2/assets/minecraft/recipes/end_bricks.json new file mode 100644 index 00000000..af83fc82 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/end_bricks.json @@ -0,0 +1,16 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "##", + "##" + ], + "key": { + "#": { + "item": "minecraft:end_stone" + } + }, + "result": { + "item": "minecraft:end_bricks", + "count": 4 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/end_crystal.json b/1.12.2/assets/minecraft/recipes/end_crystal.json new file mode 100644 index 00000000..e6c7c917 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/end_crystal.json @@ -0,0 +1,22 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "GGG", + "GEG", + "GTG" + ], + "key": { + "T": { + "item": "minecraft:ghast_tear" + }, + "E": { + "item": "minecraft:ender_eye" + }, + "G": { + "item": "minecraft:glass" + } + }, + "result": { + "item": "minecraft:end_crystal" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/end_rod.json b/1.12.2/assets/minecraft/recipes/end_rod.json new file mode 100644 index 00000000..45ac1e97 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/end_rod.json @@ -0,0 +1,19 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "/", + "#" + ], + "key": { + "#": { + "item": "minecraft:chorus_fruit_popped" + }, + "/": { + "item": "minecraft:blaze_rod" + } + }, + "result": { + "item": "minecraft:end_rod", + "count": 4 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/ender_chest.json b/1.12.2/assets/minecraft/recipes/ender_chest.json new file mode 100644 index 00000000..53ad9d62 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/ender_chest.json @@ -0,0 +1,19 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "###", + "#E#", + "###" + ], + "key": { + "#": { + "item": "minecraft:obsidian" + }, + "E": { + "item": "minecraft:ender_eye" + } + }, + "result": { + "item": "minecraft:ender_chest" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/ender_eye.json b/1.12.2/assets/minecraft/recipes/ender_eye.json new file mode 100644 index 00000000..ca599f4f --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/ender_eye.json @@ -0,0 +1,14 @@ +{ + "type": "crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:ender_pearl" + }, + { + "item": "minecraft:blaze_powder" + } + ], + "result": { + "item": "minecraft:ender_eye" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/fence.json b/1.12.2/assets/minecraft/recipes/fence.json new file mode 100644 index 00000000..e87955d8 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/fence.json @@ -0,0 +1,21 @@ +{ + "type": "crafting_shaped", + "group": "wooden_fence", + "pattern": [ + "W#W", + "W#W" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "W": { + "item": "minecraft:planks", + "data": 0 + } + }, + "result": { + "item": "minecraft:fence", + "count": 3 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/fence_gate.json b/1.12.2/assets/minecraft/recipes/fence_gate.json new file mode 100644 index 00000000..fc2c8c37 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/fence_gate.json @@ -0,0 +1,20 @@ +{ + "type": "crafting_shaped", + "group": "wooden_fence_gate", + "pattern": [ + "#W#", + "#W#" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "W": { + "item": "minecraft:planks", + "data": 0 + } + }, + "result": { + "item": "minecraft:fence_gate" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/fermented_spider_eye.json b/1.12.2/assets/minecraft/recipes/fermented_spider_eye.json new file mode 100644 index 00000000..df8163e8 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/fermented_spider_eye.json @@ -0,0 +1,17 @@ +{ + "type": "crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:spider_eye" + }, + { + "item": "minecraft:brown_mushroom" + }, + { + "item": "minecraft:sugar" + } + ], + "result": { + "item": "minecraft:fermented_spider_eye" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/fire_charge.json b/1.12.2/assets/minecraft/recipes/fire_charge.json new file mode 100644 index 00000000..70e5e9f4 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/fire_charge.json @@ -0,0 +1,25 @@ +{ + "type": "crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:gunpowder" + }, + { + "item": "minecraft:blaze_powder" + }, + [ + { + "item": "minecraft:coal", + "data": 0 + }, + { + "item": "minecraft:coal", + "data": 1 + } + ] + ], + "result": { + "item": "minecraft:fire_charge", + "count": 3 + } +} diff --git a/1.12.2/assets/minecraft/recipes/fishing_rod.json b/1.12.2/assets/minecraft/recipes/fishing_rod.json new file mode 100644 index 00000000..5b4e363f --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/fishing_rod.json @@ -0,0 +1,19 @@ +{ + "type": "crafting_shaped", + "pattern": [ + " #", + " #X", + "# X" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "X": { + "item": "minecraft:string" + } + }, + "result": { + "item": "minecraft:fishing_rod" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/flint_and_steel.json b/1.12.2/assets/minecraft/recipes/flint_and_steel.json new file mode 100644 index 00000000..119dff06 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/flint_and_steel.json @@ -0,0 +1,14 @@ +{ + "type": "crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:iron_ingot" + }, + { + "item": "minecraft:flint" + } + ], + "result": { + "item": "minecraft:flint_and_steel" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/flower_pot.json b/1.12.2/assets/minecraft/recipes/flower_pot.json new file mode 100644 index 00000000..08bb3f2a --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/flower_pot.json @@ -0,0 +1,15 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "# #", + " # " + ], + "key": { + "#": { + "item": "minecraft:brick" + } + }, + "result": { + "item": "minecraft:flower_pot" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/furnace.json b/1.12.2/assets/minecraft/recipes/furnace.json new file mode 100644 index 00000000..8cf5b0c7 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/furnace.json @@ -0,0 +1,16 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "###", + "# #", + "###" + ], + "key": { + "#": { + "item": "minecraft:cobblestone" + } + }, + "result": { + "item": "minecraft:furnace" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/furnace_minecart.json b/1.12.2/assets/minecraft/recipes/furnace_minecart.json new file mode 100644 index 00000000..29b68981 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/furnace_minecart.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "A", + "B" + ], + "key": { + "A": { + "item": "minecraft:furnace" + }, + "B": { + "item": "minecraft:minecart" + } + }, + "result": { + "item": "minecraft:furnace_minecart" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/glass_bottle.json b/1.12.2/assets/minecraft/recipes/glass_bottle.json new file mode 100644 index 00000000..f1c081c0 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/glass_bottle.json @@ -0,0 +1,16 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "# #", + " # " + ], + "key": { + "#": { + "item": "minecraft:glass" + } + }, + "result": { + "item": "minecraft:glass_bottle", + "count": 3 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/glass_pane.json b/1.12.2/assets/minecraft/recipes/glass_pane.json new file mode 100644 index 00000000..8384b557 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/glass_pane.json @@ -0,0 +1,16 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:glass" + } + }, + "result": { + "item": "minecraft:glass_pane", + "count": 16 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/glowstone.json b/1.12.2/assets/minecraft/recipes/glowstone.json new file mode 100644 index 00000000..ec57d28d --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/glowstone.json @@ -0,0 +1,15 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "##", + "##" + ], + "key": { + "#": { + "item": "minecraft:glowstone_dust" + } + }, + "result": { + "item": "minecraft:glowstone" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/gold_block.json b/1.12.2/assets/minecraft/recipes/gold_block.json new file mode 100644 index 00000000..88c1a884 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/gold_block.json @@ -0,0 +1,16 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "###", + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:gold_ingot" + } + }, + "result": { + "item": "minecraft:gold_block" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/gold_ingot_from_block.json b/1.12.2/assets/minecraft/recipes/gold_ingot_from_block.json new file mode 100644 index 00000000..2602b40c --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/gold_ingot_from_block.json @@ -0,0 +1,16 @@ +{ + "type": "crafting_shaped", + "group": "gold_ingot", + "pattern": [ + "#" + ], + "key": { + "#": { + "item": "minecraft:gold_block" + } + }, + "result": { + "item": "minecraft:gold_ingot", + "count": 9 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/gold_ingot_from_nuggets.json b/1.12.2/assets/minecraft/recipes/gold_ingot_from_nuggets.json new file mode 100644 index 00000000..69a3256d --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/gold_ingot_from_nuggets.json @@ -0,0 +1,17 @@ +{ + "type": "crafting_shaped", + "group": "gold_ingot", + "pattern": [ + "###", + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:gold_nugget" + } + }, + "result": { + "item": "minecraft:gold_ingot" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/gold_nugget.json b/1.12.2/assets/minecraft/recipes/gold_nugget.json new file mode 100644 index 00000000..7cbe9c64 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/gold_nugget.json @@ -0,0 +1,15 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "#" + ], + "key": { + "#": { + "item": "minecraft:gold_ingot" + } + }, + "result": { + "item": "minecraft:gold_nugget", + "count": 9 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/golden_apple.json b/1.12.2/assets/minecraft/recipes/golden_apple.json new file mode 100644 index 00000000..d7998df7 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/golden_apple.json @@ -0,0 +1,20 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:gold_ingot" + }, + "X": { + "item": "minecraft:apple" + } + }, + "result": { + "item": "minecraft:golden_apple", + "data": 0 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/golden_axe.json b/1.12.2/assets/minecraft/recipes/golden_axe.json new file mode 100644 index 00000000..5416f27a --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/golden_axe.json @@ -0,0 +1,19 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "XX", + "X#", + " #" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "X": { + "item": "minecraft:gold_ingot" + } + }, + "result": { + "item": "minecraft:golden_axe" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/golden_boots.json b/1.12.2/assets/minecraft/recipes/golden_boots.json new file mode 100644 index 00000000..dbe58a9c --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/golden_boots.json @@ -0,0 +1,15 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "X X", + "X X" + ], + "key": { + "X": { + "item": "minecraft:gold_ingot" + } + }, + "result": { + "item": "minecraft:golden_boots" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/golden_carrot.json b/1.12.2/assets/minecraft/recipes/golden_carrot.json new file mode 100644 index 00000000..de18cc72 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/golden_carrot.json @@ -0,0 +1,19 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:gold_nugget" + }, + "X": { + "item": "minecraft:carrot" + } + }, + "result": { + "item": "minecraft:golden_carrot" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/golden_chestplate.json b/1.12.2/assets/minecraft/recipes/golden_chestplate.json new file mode 100644 index 00000000..198db142 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/golden_chestplate.json @@ -0,0 +1,16 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "X X", + "XXX", + "XXX" + ], + "key": { + "X": { + "item": "minecraft:gold_ingot" + } + }, + "result": { + "item": "minecraft:golden_chestplate" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/golden_helmet.json b/1.12.2/assets/minecraft/recipes/golden_helmet.json new file mode 100644 index 00000000..6608bfaa --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/golden_helmet.json @@ -0,0 +1,15 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "XXX", + "X X" + ], + "key": { + "X": { + "item": "minecraft:gold_ingot" + } + }, + "result": { + "item": "minecraft:golden_helmet" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/golden_hoe.json b/1.12.2/assets/minecraft/recipes/golden_hoe.json new file mode 100644 index 00000000..22f62818 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/golden_hoe.json @@ -0,0 +1,19 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "XX", + " #", + " #" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "X": { + "item": "minecraft:gold_ingot" + } + }, + "result": { + "item": "minecraft:golden_hoe" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/golden_leggings.json b/1.12.2/assets/minecraft/recipes/golden_leggings.json new file mode 100644 index 00000000..0ace53f5 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/golden_leggings.json @@ -0,0 +1,16 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "XXX", + "X X", + "X X" + ], + "key": { + "X": { + "item": "minecraft:gold_ingot" + } + }, + "result": { + "item": "minecraft:golden_leggings" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/golden_pickaxe.json b/1.12.2/assets/minecraft/recipes/golden_pickaxe.json new file mode 100644 index 00000000..fbbc082d --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/golden_pickaxe.json @@ -0,0 +1,19 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "XXX", + " # ", + " # " + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "X": { + "item": "minecraft:gold_ingot" + } + }, + "result": { + "item": "minecraft:golden_pickaxe" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/golden_rail.json b/1.12.2/assets/minecraft/recipes/golden_rail.json new file mode 100644 index 00000000..3bc64805 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/golden_rail.json @@ -0,0 +1,23 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "X X", + "X#X", + "XRX" + ], + "key": { + "R": { + "item": "minecraft:redstone" + }, + "#": { + "item": "minecraft:stick" + }, + "X": { + "item": "minecraft:gold_ingot" + } + }, + "result": { + "item": "minecraft:golden_rail", + "count": 6 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/golden_shovel.json b/1.12.2/assets/minecraft/recipes/golden_shovel.json new file mode 100644 index 00000000..c910e9b3 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/golden_shovel.json @@ -0,0 +1,19 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "X", + "#", + "#" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "X": { + "item": "minecraft:gold_ingot" + } + }, + "result": { + "item": "minecraft:golden_shovel" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/golden_sword.json b/1.12.2/assets/minecraft/recipes/golden_sword.json new file mode 100644 index 00000000..329a2595 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/golden_sword.json @@ -0,0 +1,19 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "X", + "X", + "#" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "X": { + "item": "minecraft:gold_ingot" + } + }, + "result": { + "item": "minecraft:golden_sword" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/granite.json b/1.12.2/assets/minecraft/recipes/granite.json new file mode 100644 index 00000000..056552cb --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/granite.json @@ -0,0 +1,16 @@ +{ + "type": "crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:stone", + "data": 3 + }, + { + "item": "minecraft:quartz" + } + ], + "result": { + "item": "minecraft:stone", + "data": 1 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/gray_banner.json b/1.12.2/assets/minecraft/recipes/gray_banner.json new file mode 100644 index 00000000..5bb4e929 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/gray_banner.json @@ -0,0 +1,22 @@ +{ + "type": "crafting_shaped", + "group": "banner", + "pattern": [ + "###", + "###", + " | " + ], + "key": { + "#": { + "item": "minecraft:wool", + "data": 7 + }, + "|": { + "item": "minecraft:stick" + } + }, + "result": { + "item": "minecraft:banner", + "data": 8 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/gray_bed.json b/1.12.2/assets/minecraft/recipes/gray_bed.json new file mode 100644 index 00000000..680a89f7 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/gray_bed.json @@ -0,0 +1,44 @@ +{ + "type": "crafting_shaped", + "group": "bed", + "pattern": [ + "###", + "XXX" + ], + "key": { + "#": { + "item": "minecraft:wool", + "data": 7 + }, + "X": [ + { + "item": "minecraft:planks", + "data": 0 + }, + { + "item": "minecraft:planks", + "data": 1 + }, + { + "item": "minecraft:planks", + "data": 2 + }, + { + "item": "minecraft:planks", + "data": 3 + }, + { + "item": "minecraft:planks", + "data": 4 + }, + { + "item": "minecraft:planks", + "data": 5 + } + ] + }, + "result": { + "item": "minecraft:bed", + "data": 7 + } +} diff --git a/1.12.2/assets/minecraft/recipes/gray_bed_from_white_bed.json b/1.12.2/assets/minecraft/recipes/gray_bed_from_white_bed.json new file mode 100644 index 00000000..58251bd8 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/gray_bed_from_white_bed.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shapeless", + "group": "dyed_bed", + "ingredients": [ + { + "item": "minecraft:bed", + "data": 0 + }, + { + "item": "minecraft:dye", + "data": 8 + } + ], + "result": { + "item": "minecraft:bed", + "data": 7 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/gray_carpet.json b/1.12.2/assets/minecraft/recipes/gray_carpet.json new file mode 100644 index 00000000..5e27fe43 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/gray_carpet.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shaped", + "group": "carpet", + "pattern": [ + "##" + ], + "key": { + "#": { + "item": "minecraft:wool", + "data": 7 + } + }, + "result": { + "item": "minecraft:carpet", + "data": 7, + "count": 3 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/gray_concrete_powder.json b/1.12.2/assets/minecraft/recipes/gray_concrete_powder.json new file mode 100644 index 00000000..bb180533 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/gray_concrete_powder.json @@ -0,0 +1,43 @@ +{ + "type": "crafting_shapeless", + "group": "concrete_powder", + "ingredients": [ + { + "item": "minecraft:dye", + "data": 8 + }, + { + "item": "minecraft:sand", + "data": 0 + }, + { + "item": "minecraft:sand", + "data": 0 + }, + { + "item": "minecraft:sand", + "data": 0 + }, + { + "item": "minecraft:sand", + "data": 0 + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + } + ], + "result": { + "item": "minecraft:concrete_powder", + "data": 7, + "count": 8 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/gray_dye.json b/1.12.2/assets/minecraft/recipes/gray_dye.json new file mode 100644 index 00000000..d48194cd --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/gray_dye.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:dye", + "data": 0 + }, + { + "item": "minecraft:dye", + "data": 15 + } + ], + "result": { + "item": "minecraft:dye", + "data": 8, + "count": 2 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/gray_stained_glass.json b/1.12.2/assets/minecraft/recipes/gray_stained_glass.json new file mode 100644 index 00000000..7309d307 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/gray_stained_glass.json @@ -0,0 +1,23 @@ +{ + "type": "crafting_shaped", + "group": "stained_glass", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:glass" + }, + "X": { + "item": "minecraft:dye", + "data": 8 + } + }, + "result": { + "item": "minecraft:stained_glass", + "data": 7, + "count": 8 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/gray_stained_glass_pane.json b/1.12.2/assets/minecraft/recipes/gray_stained_glass_pane.json new file mode 100644 index 00000000..913b1049 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/gray_stained_glass_pane.json @@ -0,0 +1,19 @@ +{ + "type": "crafting_shaped", + "group": "stained_glass_pane", + "pattern": [ + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:stained_glass", + "data": 7 + } + }, + "result": { + "item": "minecraft:stained_glass_pane", + "data": 7, + "count": 16 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/gray_stained_hardened_clay.json b/1.12.2/assets/minecraft/recipes/gray_stained_hardened_clay.json new file mode 100644 index 00000000..24da1a15 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/gray_stained_hardened_clay.json @@ -0,0 +1,23 @@ +{ + "type": "crafting_shaped", + "group": "stained_hardened_clay", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:hardened_clay" + }, + "X": { + "item": "minecraft:dye", + "data": 8 + } + }, + "result": { + "item": "minecraft:stained_hardened_clay", + "data": 7, + "count": 8 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/gray_wool.json b/1.12.2/assets/minecraft/recipes/gray_wool.json new file mode 100644 index 00000000..756ced75 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/gray_wool.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shapeless", + "group": "wool", + "ingredients": [ + { + "item": "minecraft:dye", + "data": 8 + }, + { + "item": "minecraft:wool", + "data": 0 + } + ], + "result": { + "item": "minecraft:wool", + "data": 7 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/green_banner.json b/1.12.2/assets/minecraft/recipes/green_banner.json new file mode 100644 index 00000000..f79d9c97 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/green_banner.json @@ -0,0 +1,22 @@ +{ + "type": "crafting_shaped", + "group": "banner", + "pattern": [ + "###", + "###", + " | " + ], + "key": { + "#": { + "item": "minecraft:wool", + "data": 13 + }, + "|": { + "item": "minecraft:stick" + } + }, + "result": { + "item": "minecraft:banner", + "data": 2 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/green_bed.json b/1.12.2/assets/minecraft/recipes/green_bed.json new file mode 100644 index 00000000..540d1bb7 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/green_bed.json @@ -0,0 +1,44 @@ +{ + "type": "crafting_shaped", + "group": "bed", + "pattern": [ + "###", + "XXX" + ], + "key": { + "#": { + "item": "minecraft:wool", + "data": 13 + }, + "X": [ + { + "item": "minecraft:planks", + "data": 0 + }, + { + "item": "minecraft:planks", + "data": 1 + }, + { + "item": "minecraft:planks", + "data": 2 + }, + { + "item": "minecraft:planks", + "data": 3 + }, + { + "item": "minecraft:planks", + "data": 4 + }, + { + "item": "minecraft:planks", + "data": 5 + } + ] + }, + "result": { + "item": "minecraft:bed", + "data": 13 + } +} diff --git a/1.12.2/assets/minecraft/recipes/green_bed_from_white_bed.json b/1.12.2/assets/minecraft/recipes/green_bed_from_white_bed.json new file mode 100644 index 00000000..1240a008 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/green_bed_from_white_bed.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shapeless", + "group": "dyed_bed", + "ingredients": [ + { + "item": "minecraft:bed", + "data": 0 + }, + { + "item": "minecraft:dye", + "data": 2 + } + ], + "result": { + "item": "minecraft:bed", + "data": 13 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/green_carpet.json b/1.12.2/assets/minecraft/recipes/green_carpet.json new file mode 100644 index 00000000..9d04dbb4 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/green_carpet.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shaped", + "group": "carpet", + "pattern": [ + "##" + ], + "key": { + "#": { + "item": "minecraft:wool", + "data": 13 + } + }, + "result": { + "item": "minecraft:carpet", + "data": 13, + "count": 3 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/green_concrete_powder.json b/1.12.2/assets/minecraft/recipes/green_concrete_powder.json new file mode 100644 index 00000000..10130d4d --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/green_concrete_powder.json @@ -0,0 +1,43 @@ +{ + "type": "crafting_shapeless", + "group": "concrete_powder", + "ingredients": [ + { + "item": "minecraft:dye", + "data": 2 + }, + { + "item": "minecraft:sand", + "data": 0 + }, + { + "item": "minecraft:sand", + "data": 0 + }, + { + "item": "minecraft:sand", + "data": 0 + }, + { + "item": "minecraft:sand", + "data": 0 + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + } + ], + "result": { + "item": "minecraft:concrete_powder", + "data": 13, + "count": 8 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/green_stained_glass.json b/1.12.2/assets/minecraft/recipes/green_stained_glass.json new file mode 100644 index 00000000..8457fb52 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/green_stained_glass.json @@ -0,0 +1,23 @@ +{ + "type": "crafting_shaped", + "group": "stained_glass", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:glass" + }, + "X": { + "item": "minecraft:dye", + "data": 2 + } + }, + "result": { + "item": "minecraft:stained_glass", + "data": 13, + "count": 8 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/green_stained_glass_pane.json b/1.12.2/assets/minecraft/recipes/green_stained_glass_pane.json new file mode 100644 index 00000000..99250e27 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/green_stained_glass_pane.json @@ -0,0 +1,19 @@ +{ + "type": "crafting_shaped", + "group": "stained_glass_pane", + "pattern": [ + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:stained_glass", + "data": 13 + } + }, + "result": { + "item": "minecraft:stained_glass_pane", + "data": 13, + "count": 16 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/green_stained_hardened_clay.json b/1.12.2/assets/minecraft/recipes/green_stained_hardened_clay.json new file mode 100644 index 00000000..35a10d5f --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/green_stained_hardened_clay.json @@ -0,0 +1,23 @@ +{ + "type": "crafting_shaped", + "group": "stained_hardened_clay", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:hardened_clay" + }, + "X": { + "item": "minecraft:dye", + "data": 2 + } + }, + "result": { + "item": "minecraft:stained_hardened_clay", + "data": 13, + "count": 8 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/green_wool.json b/1.12.2/assets/minecraft/recipes/green_wool.json new file mode 100644 index 00000000..54e6631b --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/green_wool.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shapeless", + "group": "wool", + "ingredients": [ + { + "item": "minecraft:dye", + "data": 2 + }, + { + "item": "minecraft:wool", + "data": 0 + } + ], + "result": { + "item": "minecraft:wool", + "data": 13 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/hay_block.json b/1.12.2/assets/minecraft/recipes/hay_block.json new file mode 100644 index 00000000..7dfdd575 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/hay_block.json @@ -0,0 +1,16 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "###", + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:wheat" + } + }, + "result": { + "item": "minecraft:hay_block" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/heavy_weighted_pressure_plate.json b/1.12.2/assets/minecraft/recipes/heavy_weighted_pressure_plate.json new file mode 100644 index 00000000..cc6f5df6 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/heavy_weighted_pressure_plate.json @@ -0,0 +1,14 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "##" + ], + "key": { + "#": { + "item": "minecraft:iron_ingot" + } + }, + "result": { + "item": "minecraft:heavy_weighted_pressure_plate" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/hopper.json b/1.12.2/assets/minecraft/recipes/hopper.json new file mode 100644 index 00000000..a1d76d79 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/hopper.json @@ -0,0 +1,19 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "I I", + "ICI", + " I " + ], + "key": { + "C": { + "item": "minecraft:chest" + }, + "I": { + "item": "minecraft:iron_ingot" + } + }, + "result": { + "item": "minecraft:hopper" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/hopper_minecart.json b/1.12.2/assets/minecraft/recipes/hopper_minecart.json new file mode 100644 index 00000000..8baebada --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/hopper_minecart.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "A", + "B" + ], + "key": { + "A": { + "item": "minecraft:hopper" + }, + "B": { + "item": "minecraft:minecart" + } + }, + "result": { + "item": "minecraft:hopper_minecart" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/iron_axe.json b/1.12.2/assets/minecraft/recipes/iron_axe.json new file mode 100644 index 00000000..a23db9d1 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/iron_axe.json @@ -0,0 +1,19 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "XX", + "X#", + " #" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "X": { + "item": "minecraft:iron_ingot" + } + }, + "result": { + "item": "minecraft:iron_axe" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/iron_bars.json b/1.12.2/assets/minecraft/recipes/iron_bars.json new file mode 100644 index 00000000..b3f62512 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/iron_bars.json @@ -0,0 +1,16 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:iron_ingot" + } + }, + "result": { + "item": "minecraft:iron_bars", + "count": 16 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/iron_block.json b/1.12.2/assets/minecraft/recipes/iron_block.json new file mode 100644 index 00000000..4cd96d54 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/iron_block.json @@ -0,0 +1,16 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "###", + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:iron_ingot" + } + }, + "result": { + "item": "minecraft:iron_block" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/iron_boots.json b/1.12.2/assets/minecraft/recipes/iron_boots.json new file mode 100644 index 00000000..55c3984a --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/iron_boots.json @@ -0,0 +1,15 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "X X", + "X X" + ], + "key": { + "X": { + "item": "minecraft:iron_ingot" + } + }, + "result": { + "item": "minecraft:iron_boots" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/iron_chestplate.json b/1.12.2/assets/minecraft/recipes/iron_chestplate.json new file mode 100644 index 00000000..41829e3e --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/iron_chestplate.json @@ -0,0 +1,16 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "X X", + "XXX", + "XXX" + ], + "key": { + "X": { + "item": "minecraft:iron_ingot" + } + }, + "result": { + "item": "minecraft:iron_chestplate" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/iron_door.json b/1.12.2/assets/minecraft/recipes/iron_door.json new file mode 100644 index 00000000..6ae65434 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/iron_door.json @@ -0,0 +1,17 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "##", + "##", + "##" + ], + "key": { + "#": { + "item": "minecraft:iron_ingot" + } + }, + "result": { + "item": "minecraft:iron_door", + "count": 3 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/iron_helmet.json b/1.12.2/assets/minecraft/recipes/iron_helmet.json new file mode 100644 index 00000000..21020371 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/iron_helmet.json @@ -0,0 +1,15 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "XXX", + "X X" + ], + "key": { + "X": { + "item": "minecraft:iron_ingot" + } + }, + "result": { + "item": "minecraft:iron_helmet" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/iron_hoe.json b/1.12.2/assets/minecraft/recipes/iron_hoe.json new file mode 100644 index 00000000..716460db --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/iron_hoe.json @@ -0,0 +1,19 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "XX", + " #", + " #" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "X": { + "item": "minecraft:iron_ingot" + } + }, + "result": { + "item": "minecraft:iron_hoe" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/iron_ingot_from_block.json b/1.12.2/assets/minecraft/recipes/iron_ingot_from_block.json new file mode 100644 index 00000000..b8a1723c --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/iron_ingot_from_block.json @@ -0,0 +1,16 @@ +{ + "type": "crafting_shaped", + "group": "iron_ingot", + "pattern": [ + "#" + ], + "key": { + "#": { + "item": "minecraft:iron_block" + } + }, + "result": { + "item": "minecraft:iron_ingot", + "count": 9 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/iron_ingot_from_nuggets.json b/1.12.2/assets/minecraft/recipes/iron_ingot_from_nuggets.json new file mode 100644 index 00000000..ed40ec58 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/iron_ingot_from_nuggets.json @@ -0,0 +1,17 @@ +{ + "type": "crafting_shaped", + "group": "iron_ingot", + "pattern": [ + "###", + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:iron_nugget" + } + }, + "result": { + "item": "minecraft:iron_ingot" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/iron_leggings.json b/1.12.2/assets/minecraft/recipes/iron_leggings.json new file mode 100644 index 00000000..e29029eb --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/iron_leggings.json @@ -0,0 +1,16 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "XXX", + "X X", + "X X" + ], + "key": { + "X": { + "item": "minecraft:iron_ingot" + } + }, + "result": { + "item": "minecraft:iron_leggings" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/iron_nugget.json b/1.12.2/assets/minecraft/recipes/iron_nugget.json new file mode 100644 index 00000000..8b7a569b --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/iron_nugget.json @@ -0,0 +1,15 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "#" + ], + "key": { + "#": { + "item": "minecraft:iron_ingot" + } + }, + "result": { + "item": "minecraft:iron_nugget", + "count": 9 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/iron_pickaxe.json b/1.12.2/assets/minecraft/recipes/iron_pickaxe.json new file mode 100644 index 00000000..f258ef4c --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/iron_pickaxe.json @@ -0,0 +1,19 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "XXX", + " # ", + " # " + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "X": { + "item": "minecraft:iron_ingot" + } + }, + "result": { + "item": "minecraft:iron_pickaxe" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/iron_shovel.json b/1.12.2/assets/minecraft/recipes/iron_shovel.json new file mode 100644 index 00000000..b2aa5cf8 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/iron_shovel.json @@ -0,0 +1,19 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "X", + "#", + "#" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "X": { + "item": "minecraft:iron_ingot" + } + }, + "result": { + "item": "minecraft:iron_shovel" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/iron_sword.json b/1.12.2/assets/minecraft/recipes/iron_sword.json new file mode 100644 index 00000000..3338ce1d --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/iron_sword.json @@ -0,0 +1,19 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "X", + "X", + "#" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "X": { + "item": "minecraft:iron_ingot" + } + }, + "result": { + "item": "minecraft:iron_sword" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/iron_trapdoor.json b/1.12.2/assets/minecraft/recipes/iron_trapdoor.json new file mode 100644 index 00000000..81196c1d --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/iron_trapdoor.json @@ -0,0 +1,15 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "##", + "##" + ], + "key": { + "#": { + "item": "minecraft:iron_ingot" + } + }, + "result": { + "item": "minecraft:iron_trapdoor" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/item_frame.json b/1.12.2/assets/minecraft/recipes/item_frame.json new file mode 100644 index 00000000..10f75155 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/item_frame.json @@ -0,0 +1,19 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "X": { + "item": "minecraft:leather" + } + }, + "result": { + "item": "minecraft:item_frame" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/jukebox.json b/1.12.2/assets/minecraft/recipes/jukebox.json new file mode 100644 index 00000000..060574b7 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/jukebox.json @@ -0,0 +1,42 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": [ + { + "item": "minecraft:planks", + "data": 0 + }, + { + "item": "minecraft:planks", + "data": 1 + }, + { + "item": "minecraft:planks", + "data": 2 + }, + { + "item": "minecraft:planks", + "data": 3 + }, + { + "item": "minecraft:planks", + "data": 4 + }, + { + "item": "minecraft:planks", + "data": 5 + } + ], + "X": { + "item": "minecraft:diamond" + } + }, + "result": { + "item": "minecraft:jukebox" + } +} diff --git a/1.12.2/assets/minecraft/recipes/jungle_boat.json b/1.12.2/assets/minecraft/recipes/jungle_boat.json new file mode 100644 index 00000000..12220ecb --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/jungle_boat.json @@ -0,0 +1,17 @@ +{ + "type": "crafting_shaped", + "group": "boat", + "pattern": [ + "# #", + "###" + ], + "key": { + "#": { + "item": "minecraft:planks", + "data": 3 + } + }, + "result": { + "item": "minecraft:jungle_boat" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/jungle_door.json b/1.12.2/assets/minecraft/recipes/jungle_door.json new file mode 100644 index 00000000..317821a7 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/jungle_door.json @@ -0,0 +1,19 @@ +{ + "type": "crafting_shaped", + "group": "wooden_door", + "pattern": [ + "##", + "##", + "##" + ], + "key": { + "#": { + "item": "minecraft:planks", + "data": 3 + } + }, + "result": { + "item": "minecraft:jungle_door", + "count": 3 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/jungle_fence.json b/1.12.2/assets/minecraft/recipes/jungle_fence.json new file mode 100644 index 00000000..2bb07926 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/jungle_fence.json @@ -0,0 +1,21 @@ +{ + "type": "crafting_shaped", + "group": "wooden_fence", + "pattern": [ + "W#W", + "W#W" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "W": { + "item": "minecraft:planks", + "data": 3 + } + }, + "result": { + "item": "minecraft:jungle_fence", + "count": 3 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/jungle_fence_gate.json b/1.12.2/assets/minecraft/recipes/jungle_fence_gate.json new file mode 100644 index 00000000..47ece0d3 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/jungle_fence_gate.json @@ -0,0 +1,20 @@ +{ + "type": "crafting_shaped", + "group": "wooden_fence_gate", + "pattern": [ + "#W#", + "#W#" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "W": { + "item": "minecraft:planks", + "data": 3 + } + }, + "result": { + "item": "minecraft:jungle_fence_gate" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/jungle_planks.json b/1.12.2/assets/minecraft/recipes/jungle_planks.json new file mode 100644 index 00000000..8d3db006 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/jungle_planks.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shaped", + "group": "planks", + "pattern": [ + "#" + ], + "key": { + "#": { + "item": "minecraft:log", + "data": 3 + } + }, + "result": { + "item": "minecraft:planks", + "data": 3, + "count": 4 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/jungle_stairs.json b/1.12.2/assets/minecraft/recipes/jungle_stairs.json new file mode 100644 index 00000000..f277695d --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/jungle_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "crafting_shaped", + "group": "wooden_stairs", + "pattern": [ + "# ", + "## ", + "###" + ], + "key": { + "#": { + "item": "minecraft:planks", + "data": 3 + } + }, + "result": { + "item": "minecraft:jungle_stairs", + "count": 4 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/jungle_wooden_slab.json b/1.12.2/assets/minecraft/recipes/jungle_wooden_slab.json new file mode 100644 index 00000000..6062dfb4 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/jungle_wooden_slab.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shaped", + "group": "wooden_slab", + "pattern": [ + "###" + ], + "key": { + "#": { + "item": "minecraft:planks", + "data": 3 + } + }, + "result": { + "item": "minecraft:wooden_slab", + "data": 3, + "count": 6 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/ladder.json b/1.12.2/assets/minecraft/recipes/ladder.json new file mode 100644 index 00000000..1c8b4021 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/ladder.json @@ -0,0 +1,17 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "# #", + "###", + "# #" + ], + "key": { + "#": { + "item": "minecraft:stick" + } + }, + "result": { + "item": "minecraft:ladder", + "count": 3 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/lapis_block.json b/1.12.2/assets/minecraft/recipes/lapis_block.json new file mode 100644 index 00000000..a6a951d0 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/lapis_block.json @@ -0,0 +1,17 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "###", + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:dye", + "data": 4 + } + }, + "result": { + "item": "minecraft:lapis_block" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/lapis_lazuli.json b/1.12.2/assets/minecraft/recipes/lapis_lazuli.json new file mode 100644 index 00000000..ad34af33 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/lapis_lazuli.json @@ -0,0 +1,16 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "#" + ], + "key": { + "#": { + "item": "minecraft:lapis_block" + } + }, + "result": { + "item": "minecraft:dye", + "data": 4, + "count": 9 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/lead.json b/1.12.2/assets/minecraft/recipes/lead.json new file mode 100644 index 00000000..0050e6f7 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/lead.json @@ -0,0 +1,20 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "~~ ", + "~O ", + " ~" + ], + "key": { + "~": { + "item": "minecraft:string" + }, + "O": { + "item": "minecraft:slime_ball" + } + }, + "result": { + "item": "minecraft:lead", + "count": 2 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/leather.json b/1.12.2/assets/minecraft/recipes/leather.json new file mode 100644 index 00000000..02999b45 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/leather.json @@ -0,0 +1,15 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "##", + "##" + ], + "key": { + "#": { + "item": "minecraft:rabbit_hide" + } + }, + "result": { + "item": "minecraft:leather" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/leather_boots.json b/1.12.2/assets/minecraft/recipes/leather_boots.json new file mode 100644 index 00000000..752bea4e --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/leather_boots.json @@ -0,0 +1,15 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "X X", + "X X" + ], + "key": { + "X": { + "item": "minecraft:leather" + } + }, + "result": { + "item": "minecraft:leather_boots" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/leather_chestplate.json b/1.12.2/assets/minecraft/recipes/leather_chestplate.json new file mode 100644 index 00000000..ce2d82e0 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/leather_chestplate.json @@ -0,0 +1,16 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "X X", + "XXX", + "XXX" + ], + "key": { + "X": { + "item": "minecraft:leather" + } + }, + "result": { + "item": "minecraft:leather_chestplate" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/leather_helmet.json b/1.12.2/assets/minecraft/recipes/leather_helmet.json new file mode 100644 index 00000000..94170f13 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/leather_helmet.json @@ -0,0 +1,15 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "XXX", + "X X" + ], + "key": { + "X": { + "item": "minecraft:leather" + } + }, + "result": { + "item": "minecraft:leather_helmet" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/leather_leggings.json b/1.12.2/assets/minecraft/recipes/leather_leggings.json new file mode 100644 index 00000000..3c19cec2 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/leather_leggings.json @@ -0,0 +1,16 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "XXX", + "X X", + "X X" + ], + "key": { + "X": { + "item": "minecraft:leather" + } + }, + "result": { + "item": "minecraft:leather_leggings" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/lever.json b/1.12.2/assets/minecraft/recipes/lever.json new file mode 100644 index 00000000..b1cf4395 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/lever.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "X", + "#" + ], + "key": { + "#": { + "item": "minecraft:cobblestone" + }, + "X": { + "item": "minecraft:stick" + } + }, + "result": { + "item": "minecraft:lever" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/light_blue_banner.json b/1.12.2/assets/minecraft/recipes/light_blue_banner.json new file mode 100644 index 00000000..b722a7c7 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/light_blue_banner.json @@ -0,0 +1,22 @@ +{ + "type": "crafting_shaped", + "group": "banner", + "pattern": [ + "###", + "###", + " | " + ], + "key": { + "#": { + "item": "minecraft:wool", + "data": 3 + }, + "|": { + "item": "minecraft:stick" + } + }, + "result": { + "item": "minecraft:banner", + "data": 12 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/light_blue_bed.json b/1.12.2/assets/minecraft/recipes/light_blue_bed.json new file mode 100644 index 00000000..823c62ed --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/light_blue_bed.json @@ -0,0 +1,44 @@ +{ + "type": "crafting_shaped", + "group": "bed", + "pattern": [ + "###", + "XXX" + ], + "key": { + "#": { + "item": "minecraft:wool", + "data": 3 + }, + "X": [ + { + "item": "minecraft:planks", + "data": 0 + }, + { + "item": "minecraft:planks", + "data": 1 + }, + { + "item": "minecraft:planks", + "data": 2 + }, + { + "item": "minecraft:planks", + "data": 3 + }, + { + "item": "minecraft:planks", + "data": 4 + }, + { + "item": "minecraft:planks", + "data": 5 + } + ] + }, + "result": { + "item": "minecraft:bed", + "data": 3 + } +} diff --git a/1.12.2/assets/minecraft/recipes/light_blue_bed_from_white_bed.json b/1.12.2/assets/minecraft/recipes/light_blue_bed_from_white_bed.json new file mode 100644 index 00000000..d800c0c4 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/light_blue_bed_from_white_bed.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shapeless", + "group": "dyed_bed", + "ingredients": [ + { + "item": "minecraft:bed", + "data": 0 + }, + { + "item": "minecraft:dye", + "data": 12 + } + ], + "result": { + "item": "minecraft:bed", + "data": 3 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/light_blue_carpet.json b/1.12.2/assets/minecraft/recipes/light_blue_carpet.json new file mode 100644 index 00000000..f3199277 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/light_blue_carpet.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shaped", + "group": "carpet", + "pattern": [ + "##" + ], + "key": { + "#": { + "item": "minecraft:wool", + "data": 3 + } + }, + "result": { + "item": "minecraft:carpet", + "data": 3, + "count": 3 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/light_blue_concrete_powder.json b/1.12.2/assets/minecraft/recipes/light_blue_concrete_powder.json new file mode 100644 index 00000000..d5d9b830 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/light_blue_concrete_powder.json @@ -0,0 +1,43 @@ +{ + "type": "crafting_shapeless", + "group": "concrete_powder", + "ingredients": [ + { + "item": "minecraft:dye", + "data": 12 + }, + { + "item": "minecraft:sand", + "data": 0 + }, + { + "item": "minecraft:sand", + "data": 0 + }, + { + "item": "minecraft:sand", + "data": 0 + }, + { + "item": "minecraft:sand", + "data": 0 + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + } + ], + "result": { + "item": "minecraft:concrete_powder", + "data": 3, + "count": 8 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/light_blue_dye_from_blue_orchid.json b/1.12.2/assets/minecraft/recipes/light_blue_dye_from_blue_orchid.json new file mode 100644 index 00000000..5c5cc9e7 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/light_blue_dye_from_blue_orchid.json @@ -0,0 +1,14 @@ +{ + "type": "crafting_shapeless", + "group": "light_blue_dye", + "ingredients": [ + { + "item": "minecraft:red_flower", + "data": 1 + } + ], + "result": { + "item": "minecraft:dye", + "data": 12 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/light_blue_dye_from_lapis_bonemeal.json b/1.12.2/assets/minecraft/recipes/light_blue_dye_from_lapis_bonemeal.json new file mode 100644 index 00000000..7435a1c8 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/light_blue_dye_from_lapis_bonemeal.json @@ -0,0 +1,19 @@ +{ + "type": "crafting_shapeless", + "group": "light_blue_dye", + "ingredients": [ + { + "item": "minecraft:dye", + "data": 4 + }, + { + "item": "minecraft:dye", + "data": 15 + } + ], + "result": { + "item": "minecraft:dye", + "data": 12, + "count": 2 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/light_blue_stained_glass.json b/1.12.2/assets/minecraft/recipes/light_blue_stained_glass.json new file mode 100644 index 00000000..d3fe7716 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/light_blue_stained_glass.json @@ -0,0 +1,23 @@ +{ + "type": "crafting_shaped", + "group": "stained_glass", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:glass" + }, + "X": { + "item": "minecraft:dye", + "data": 12 + } + }, + "result": { + "item": "minecraft:stained_glass", + "data": 3, + "count": 8 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/light_blue_stained_glass_pane.json b/1.12.2/assets/minecraft/recipes/light_blue_stained_glass_pane.json new file mode 100644 index 00000000..6e7be81f --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/light_blue_stained_glass_pane.json @@ -0,0 +1,19 @@ +{ + "type": "crafting_shaped", + "group": "stained_glass_pane", + "pattern": [ + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:stained_glass", + "data": 3 + } + }, + "result": { + "item": "minecraft:stained_glass_pane", + "data": 3, + "count": 16 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/light_blue_stained_hardened_clay.json b/1.12.2/assets/minecraft/recipes/light_blue_stained_hardened_clay.json new file mode 100644 index 00000000..2efababc --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/light_blue_stained_hardened_clay.json @@ -0,0 +1,23 @@ +{ + "type": "crafting_shaped", + "group": "stained_hardened_clay", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:hardened_clay" + }, + "X": { + "item": "minecraft:dye", + "data": 12 + } + }, + "result": { + "item": "minecraft:stained_hardened_clay", + "data": 3, + "count": 8 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/light_blue_wool.json b/1.12.2/assets/minecraft/recipes/light_blue_wool.json new file mode 100644 index 00000000..6ebb97ef --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/light_blue_wool.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shapeless", + "group": "wool", + "ingredients": [ + { + "item": "minecraft:dye", + "data": 12 + }, + { + "item": "minecraft:wool", + "data": 0 + } + ], + "result": { + "item": "minecraft:wool", + "data": 3 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/light_gray_banner.json b/1.12.2/assets/minecraft/recipes/light_gray_banner.json new file mode 100644 index 00000000..32d0fb1d --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/light_gray_banner.json @@ -0,0 +1,22 @@ +{ + "type": "crafting_shaped", + "group": "banner", + "pattern": [ + "###", + "###", + " | " + ], + "key": { + "#": { + "item": "minecraft:wool", + "data": 8 + }, + "|": { + "item": "minecraft:stick" + } + }, + "result": { + "item": "minecraft:banner", + "data": 7 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/light_gray_bed.json b/1.12.2/assets/minecraft/recipes/light_gray_bed.json new file mode 100644 index 00000000..5a1e01bc --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/light_gray_bed.json @@ -0,0 +1,44 @@ +{ + "type": "crafting_shaped", + "group": "bed", + "pattern": [ + "###", + "XXX" + ], + "key": { + "#": { + "item": "minecraft:wool", + "data": 8 + }, + "X": [ + { + "item": "minecraft:planks", + "data": 0 + }, + { + "item": "minecraft:planks", + "data": 1 + }, + { + "item": "minecraft:planks", + "data": 2 + }, + { + "item": "minecraft:planks", + "data": 3 + }, + { + "item": "minecraft:planks", + "data": 4 + }, + { + "item": "minecraft:planks", + "data": 5 + } + ] + }, + "result": { + "item": "minecraft:bed", + "data": 8 + } +} diff --git a/1.12.2/assets/minecraft/recipes/light_gray_bed_from_white_bed.json b/1.12.2/assets/minecraft/recipes/light_gray_bed_from_white_bed.json new file mode 100644 index 00000000..42626331 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/light_gray_bed_from_white_bed.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shapeless", + "group": "dyed_bed", + "ingredients": [ + { + "item": "minecraft:bed", + "data": 0 + }, + { + "item": "minecraft:dye", + "data": 7 + } + ], + "result": { + "item": "minecraft:bed", + "data": 8 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/light_gray_carpet.json b/1.12.2/assets/minecraft/recipes/light_gray_carpet.json new file mode 100644 index 00000000..c68d88be --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/light_gray_carpet.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shaped", + "group": "carpet", + "pattern": [ + "##" + ], + "key": { + "#": { + "item": "minecraft:wool", + "data": 8 + } + }, + "result": { + "item": "minecraft:carpet", + "data": 8, + "count": 3 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/light_gray_concrete_powder.json b/1.12.2/assets/minecraft/recipes/light_gray_concrete_powder.json new file mode 100644 index 00000000..3ec38251 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/light_gray_concrete_powder.json @@ -0,0 +1,43 @@ +{ + "type": "crafting_shapeless", + "group": "concrete_powder", + "ingredients": [ + { + "item": "minecraft:dye", + "data": 7 + }, + { + "item": "minecraft:sand", + "data": 0 + }, + { + "item": "minecraft:sand", + "data": 0 + }, + { + "item": "minecraft:sand", + "data": 0 + }, + { + "item": "minecraft:sand", + "data": 0 + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + } + ], + "result": { + "item": "minecraft:concrete_powder", + "data": 8, + "count": 8 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/light_gray_dye_from_azure_bluet.json b/1.12.2/assets/minecraft/recipes/light_gray_dye_from_azure_bluet.json new file mode 100644 index 00000000..6f0577ea --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/light_gray_dye_from_azure_bluet.json @@ -0,0 +1,14 @@ +{ + "type": "crafting_shapeless", + "group": "light_gray_dye", + "ingredients": [ + { + "item": "minecraft:red_flower", + "data": 3 + } + ], + "result": { + "item": "minecraft:dye", + "data": 7 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/light_gray_dye_from_gray_bonemeal.json b/1.12.2/assets/minecraft/recipes/light_gray_dye_from_gray_bonemeal.json new file mode 100644 index 00000000..8da9e6d3 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/light_gray_dye_from_gray_bonemeal.json @@ -0,0 +1,19 @@ +{ + "type": "crafting_shapeless", + "group": "light_gray_dye", + "ingredients": [ + { + "item": "minecraft:dye", + "data": 8 + }, + { + "item": "minecraft:dye", + "data": 15 + } + ], + "result": { + "item": "minecraft:dye", + "data": 7, + "count": 2 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/light_gray_dye_from_ink_bonemeal.json b/1.12.2/assets/minecraft/recipes/light_gray_dye_from_ink_bonemeal.json new file mode 100644 index 00000000..6785be71 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/light_gray_dye_from_ink_bonemeal.json @@ -0,0 +1,23 @@ +{ + "type": "crafting_shapeless", + "group": "light_gray_dye", + "ingredients": [ + { + "item": "minecraft:dye", + "data": 0 + }, + { + "item": "minecraft:dye", + "data": 15 + }, + { + "item": "minecraft:dye", + "data": 15 + } + ], + "result": { + "item": "minecraft:dye", + "data": 7, + "count": 3 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/light_gray_dye_from_oxeye_daisy.json b/1.12.2/assets/minecraft/recipes/light_gray_dye_from_oxeye_daisy.json new file mode 100644 index 00000000..c5c5d6fa --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/light_gray_dye_from_oxeye_daisy.json @@ -0,0 +1,14 @@ +{ + "type": "crafting_shapeless", + "group": "light_gray_dye", + "ingredients": [ + { + "item": "minecraft:red_flower", + "data": 8 + } + ], + "result": { + "item": "minecraft:dye", + "data": 7 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/light_gray_dye_from_white_tulip.json b/1.12.2/assets/minecraft/recipes/light_gray_dye_from_white_tulip.json new file mode 100644 index 00000000..34edc9a9 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/light_gray_dye_from_white_tulip.json @@ -0,0 +1,14 @@ +{ + "type": "crafting_shapeless", + "group": "light_gray_dye", + "ingredients": [ + { + "item": "minecraft:red_flower", + "data": 6 + } + ], + "result": { + "item": "minecraft:dye", + "data": 7 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/light_gray_stained_glass.json b/1.12.2/assets/minecraft/recipes/light_gray_stained_glass.json new file mode 100644 index 00000000..c064226a --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/light_gray_stained_glass.json @@ -0,0 +1,23 @@ +{ + "type": "crafting_shaped", + "group": "stained_glass", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:glass" + }, + "X": { + "item": "minecraft:dye", + "data": 7 + } + }, + "result": { + "item": "minecraft:stained_glass", + "data": 8, + "count": 8 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/light_gray_stained_glass_pane.json b/1.12.2/assets/minecraft/recipes/light_gray_stained_glass_pane.json new file mode 100644 index 00000000..e64e5e21 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/light_gray_stained_glass_pane.json @@ -0,0 +1,19 @@ +{ + "type": "crafting_shaped", + "group": "stained_glass_pane", + "pattern": [ + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:stained_glass", + "data": 8 + } + }, + "result": { + "item": "minecraft:stained_glass_pane", + "data": 8, + "count": 16 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/light_gray_stained_hardened_clay.json b/1.12.2/assets/minecraft/recipes/light_gray_stained_hardened_clay.json new file mode 100644 index 00000000..61bf7869 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/light_gray_stained_hardened_clay.json @@ -0,0 +1,23 @@ +{ + "type": "crafting_shaped", + "group": "stained_hardened_clay", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:hardened_clay" + }, + "X": { + "item": "minecraft:dye", + "data": 7 + } + }, + "result": { + "item": "minecraft:stained_hardened_clay", + "data": 8, + "count": 8 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/light_gray_wool.json b/1.12.2/assets/minecraft/recipes/light_gray_wool.json new file mode 100644 index 00000000..5f905f51 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/light_gray_wool.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shapeless", + "group": "wool", + "ingredients": [ + { + "item": "minecraft:dye", + "data": 7 + }, + { + "item": "minecraft:wool", + "data": 0 + } + ], + "result": { + "item": "minecraft:wool", + "data": 8 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/light_weighted_pressure_plate.json b/1.12.2/assets/minecraft/recipes/light_weighted_pressure_plate.json new file mode 100644 index 00000000..fc2efcad --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/light_weighted_pressure_plate.json @@ -0,0 +1,14 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "##" + ], + "key": { + "#": { + "item": "minecraft:gold_ingot" + } + }, + "result": { + "item": "minecraft:light_weighted_pressure_plate" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/lime_banner.json b/1.12.2/assets/minecraft/recipes/lime_banner.json new file mode 100644 index 00000000..dffa2cb9 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/lime_banner.json @@ -0,0 +1,22 @@ +{ + "type": "crafting_shaped", + "group": "banner", + "pattern": [ + "###", + "###", + " | " + ], + "key": { + "#": { + "item": "minecraft:wool", + "data": 5 + }, + "|": { + "item": "minecraft:stick" + } + }, + "result": { + "item": "minecraft:banner", + "data": 10 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/lime_bed.json b/1.12.2/assets/minecraft/recipes/lime_bed.json new file mode 100644 index 00000000..d3b302c5 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/lime_bed.json @@ -0,0 +1,44 @@ +{ + "type": "crafting_shaped", + "group": "bed", + "pattern": [ + "###", + "XXX" + ], + "key": { + "#": { + "item": "minecraft:wool", + "data": 5 + }, + "X": [ + { + "item": "minecraft:planks", + "data": 0 + }, + { + "item": "minecraft:planks", + "data": 1 + }, + { + "item": "minecraft:planks", + "data": 2 + }, + { + "item": "minecraft:planks", + "data": 3 + }, + { + "item": "minecraft:planks", + "data": 4 + }, + { + "item": "minecraft:planks", + "data": 5 + } + ] + }, + "result": { + "item": "minecraft:bed", + "data": 5 + } +} diff --git a/1.12.2/assets/minecraft/recipes/lime_bed_from_white_bed.json b/1.12.2/assets/minecraft/recipes/lime_bed_from_white_bed.json new file mode 100644 index 00000000..4ff34735 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/lime_bed_from_white_bed.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shapeless", + "group": "dyed_bed", + "ingredients": [ + { + "item": "minecraft:bed", + "data": 0 + }, + { + "item": "minecraft:dye", + "data": 10 + } + ], + "result": { + "item": "minecraft:bed", + "data": 5 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/lime_carpet.json b/1.12.2/assets/minecraft/recipes/lime_carpet.json new file mode 100644 index 00000000..2c6dd331 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/lime_carpet.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shaped", + "group": "carpet", + "pattern": [ + "##" + ], + "key": { + "#": { + "item": "minecraft:wool", + "data": 5 + } + }, + "result": { + "item": "minecraft:carpet", + "data": 5, + "count": 3 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/lime_concrete_powder.json b/1.12.2/assets/minecraft/recipes/lime_concrete_powder.json new file mode 100644 index 00000000..87f5af4e --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/lime_concrete_powder.json @@ -0,0 +1,43 @@ +{ + "type": "crafting_shapeless", + "group": "concrete_powder", + "ingredients": [ + { + "item": "minecraft:dye", + "data": 10 + }, + { + "item": "minecraft:sand", + "data": 0 + }, + { + "item": "minecraft:sand", + "data": 0 + }, + { + "item": "minecraft:sand", + "data": 0 + }, + { + "item": "minecraft:sand", + "data": 0 + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + } + ], + "result": { + "item": "minecraft:concrete_powder", + "data": 5, + "count": 8 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/lime_dye.json b/1.12.2/assets/minecraft/recipes/lime_dye.json new file mode 100644 index 00000000..944582df --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/lime_dye.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:dye", + "data": 2 + }, + { + "item": "minecraft:dye", + "data": 15 + } + ], + "result": { + "item": "minecraft:dye", + "data": 10, + "count": 2 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/lime_stained_glass.json b/1.12.2/assets/minecraft/recipes/lime_stained_glass.json new file mode 100644 index 00000000..992b8d9e --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/lime_stained_glass.json @@ -0,0 +1,23 @@ +{ + "type": "crafting_shaped", + "group": "stained_glass", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:glass" + }, + "X": { + "item": "minecraft:dye", + "data": 10 + } + }, + "result": { + "item": "minecraft:stained_glass", + "data": 5, + "count": 8 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/lime_stained_glass_pane.json b/1.12.2/assets/minecraft/recipes/lime_stained_glass_pane.json new file mode 100644 index 00000000..17025684 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/lime_stained_glass_pane.json @@ -0,0 +1,19 @@ +{ + "type": "crafting_shaped", + "group": "stained_glass_pane", + "pattern": [ + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:stained_glass", + "data": 5 + } + }, + "result": { + "item": "minecraft:stained_glass_pane", + "data": 5, + "count": 16 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/lime_stained_hardened_clay.json b/1.12.2/assets/minecraft/recipes/lime_stained_hardened_clay.json new file mode 100644 index 00000000..2a62dae2 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/lime_stained_hardened_clay.json @@ -0,0 +1,23 @@ +{ + "type": "crafting_shaped", + "group": "stained_hardened_clay", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:hardened_clay" + }, + "X": { + "item": "minecraft:dye", + "data": 10 + } + }, + "result": { + "item": "minecraft:stained_hardened_clay", + "data": 5, + "count": 8 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/lime_wool.json b/1.12.2/assets/minecraft/recipes/lime_wool.json new file mode 100644 index 00000000..434ce0bb --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/lime_wool.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shapeless", + "group": "wool", + "ingredients": [ + { + "item": "minecraft:dye", + "data": 10 + }, + { + "item": "minecraft:wool", + "data": 0 + } + ], + "result": { + "item": "minecraft:wool", + "data": 5 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/lit_pumpkin.json b/1.12.2/assets/minecraft/recipes/lit_pumpkin.json new file mode 100644 index 00000000..fde00b59 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/lit_pumpkin.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "A", + "B" + ], + "key": { + "A": { + "item": "minecraft:pumpkin" + }, + "B": { + "item": "minecraft:torch" + } + }, + "result": { + "item": "minecraft:lit_pumpkin" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/magenta_banner.json b/1.12.2/assets/minecraft/recipes/magenta_banner.json new file mode 100644 index 00000000..29032902 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/magenta_banner.json @@ -0,0 +1,22 @@ +{ + "type": "crafting_shaped", + "group": "banner", + "pattern": [ + "###", + "###", + " | " + ], + "key": { + "#": { + "item": "minecraft:wool", + "data": 2 + }, + "|": { + "item": "minecraft:stick" + } + }, + "result": { + "item": "minecraft:banner", + "data": 13 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/magenta_bed.json b/1.12.2/assets/minecraft/recipes/magenta_bed.json new file mode 100644 index 00000000..30afae29 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/magenta_bed.json @@ -0,0 +1,44 @@ +{ + "type": "crafting_shaped", + "group": "bed", + "pattern": [ + "###", + "XXX" + ], + "key": { + "#": { + "item": "minecraft:wool", + "data": 2 + }, + "X": [ + { + "item": "minecraft:planks", + "data": 0 + }, + { + "item": "minecraft:planks", + "data": 1 + }, + { + "item": "minecraft:planks", + "data": 2 + }, + { + "item": "minecraft:planks", + "data": 3 + }, + { + "item": "minecraft:planks", + "data": 4 + }, + { + "item": "minecraft:planks", + "data": 5 + } + ] + }, + "result": { + "item": "minecraft:bed", + "data": 2 + } +} diff --git a/1.12.2/assets/minecraft/recipes/magenta_bed_from_white_bed.json b/1.12.2/assets/minecraft/recipes/magenta_bed_from_white_bed.json new file mode 100644 index 00000000..d073847b --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/magenta_bed_from_white_bed.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shapeless", + "group": "dyed_bed", + "ingredients": [ + { + "item": "minecraft:bed", + "data": 0 + }, + { + "item": "minecraft:dye", + "data": 13 + } + ], + "result": { + "item": "minecraft:bed", + "data": 2 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/magenta_carpet.json b/1.12.2/assets/minecraft/recipes/magenta_carpet.json new file mode 100644 index 00000000..ab07e8aa --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/magenta_carpet.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shaped", + "group": "carpet", + "pattern": [ + "##" + ], + "key": { + "#": { + "item": "minecraft:wool", + "data": 2 + } + }, + "result": { + "item": "minecraft:carpet", + "data": 2, + "count": 3 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/magenta_concrete_powder.json b/1.12.2/assets/minecraft/recipes/magenta_concrete_powder.json new file mode 100644 index 00000000..5ac6dd5a --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/magenta_concrete_powder.json @@ -0,0 +1,43 @@ +{ + "type": "crafting_shapeless", + "group": "concrete_powder", + "ingredients": [ + { + "item": "minecraft:dye", + "data": 13 + }, + { + "item": "minecraft:sand", + "data": 0 + }, + { + "item": "minecraft:sand", + "data": 0 + }, + { + "item": "minecraft:sand", + "data": 0 + }, + { + "item": "minecraft:sand", + "data": 0 + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + } + ], + "result": { + "item": "minecraft:concrete_powder", + "data": 2, + "count": 8 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/magenta_dye_from_allium.json b/1.12.2/assets/minecraft/recipes/magenta_dye_from_allium.json new file mode 100644 index 00000000..ed41c9eb --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/magenta_dye_from_allium.json @@ -0,0 +1,14 @@ +{ + "type": "crafting_shapeless", + "group": "magenta_dye", + "ingredients": [ + { + "item": "minecraft:red_flower", + "data": 2 + } + ], + "result": { + "item": "minecraft:dye", + "data": 13 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/magenta_dye_from_lapis_ink_bonemeal.json b/1.12.2/assets/minecraft/recipes/magenta_dye_from_lapis_ink_bonemeal.json new file mode 100644 index 00000000..8003f8db --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/magenta_dye_from_lapis_ink_bonemeal.json @@ -0,0 +1,27 @@ +{ + "type": "crafting_shapeless", + "group": "magenta_dye", + "ingredients": [ + { + "item": "minecraft:dye", + "data": 4 + }, + { + "item": "minecraft:dye", + "data": 1 + }, + { + "item": "minecraft:dye", + "data": 1 + }, + { + "item": "minecraft:dye", + "data": 15 + } + ], + "result": { + "item": "minecraft:dye", + "data": 13, + "count": 4 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/magenta_dye_from_lapis_red_pink.json b/1.12.2/assets/minecraft/recipes/magenta_dye_from_lapis_red_pink.json new file mode 100644 index 00000000..a794c787 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/magenta_dye_from_lapis_red_pink.json @@ -0,0 +1,23 @@ +{ + "type": "crafting_shapeless", + "group": "magenta_dye", + "ingredients": [ + { + "item": "minecraft:dye", + "data": 4 + }, + { + "item": "minecraft:dye", + "data": 1 + }, + { + "item": "minecraft:dye", + "data": 9 + } + ], + "result": { + "item": "minecraft:dye", + "data": 13, + "count": 3 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/magenta_dye_from_lilac.json b/1.12.2/assets/minecraft/recipes/magenta_dye_from_lilac.json new file mode 100644 index 00000000..373b4097 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/magenta_dye_from_lilac.json @@ -0,0 +1,15 @@ +{ + "type": "crafting_shapeless", + "group": "magenta_dye", + "ingredients": [ + { + "item": "minecraft:double_plant", + "data": 1 + } + ], + "result": { + "item": "minecraft:dye", + "data": 13, + "count": 2 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/magenta_dye_from_purple_and_pink.json b/1.12.2/assets/minecraft/recipes/magenta_dye_from_purple_and_pink.json new file mode 100644 index 00000000..bd937afb --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/magenta_dye_from_purple_and_pink.json @@ -0,0 +1,19 @@ +{ + "type": "crafting_shapeless", + "group": "magenta_dye", + "ingredients": [ + { + "item": "minecraft:dye", + "data": 5 + }, + { + "item": "minecraft:dye", + "data": 9 + } + ], + "result": { + "item": "minecraft:dye", + "data": 13, + "count": 2 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/magenta_stained_glass.json b/1.12.2/assets/minecraft/recipes/magenta_stained_glass.json new file mode 100644 index 00000000..c7f23579 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/magenta_stained_glass.json @@ -0,0 +1,23 @@ +{ + "type": "crafting_shaped", + "group": "stained_glass", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:glass" + }, + "X": { + "item": "minecraft:dye", + "data": 13 + } + }, + "result": { + "item": "minecraft:stained_glass", + "data": 2, + "count": 8 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/magenta_stained_glass_pane.json b/1.12.2/assets/minecraft/recipes/magenta_stained_glass_pane.json new file mode 100644 index 00000000..86c857fa --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/magenta_stained_glass_pane.json @@ -0,0 +1,19 @@ +{ + "type": "crafting_shaped", + "group": "stained_glass_pane", + "pattern": [ + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:stained_glass", + "data": 2 + } + }, + "result": { + "item": "minecraft:stained_glass_pane", + "data": 2, + "count": 16 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/magenta_stained_hardened_clay.json b/1.12.2/assets/minecraft/recipes/magenta_stained_hardened_clay.json new file mode 100644 index 00000000..9973cc5c --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/magenta_stained_hardened_clay.json @@ -0,0 +1,23 @@ +{ + "type": "crafting_shaped", + "group": "stained_hardened_clay", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:hardened_clay" + }, + "X": { + "item": "minecraft:dye", + "data": 13 + } + }, + "result": { + "item": "minecraft:stained_hardened_clay", + "data": 2, + "count": 8 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/magenta_wool.json b/1.12.2/assets/minecraft/recipes/magenta_wool.json new file mode 100644 index 00000000..405f900c --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/magenta_wool.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shapeless", + "group": "wool", + "ingredients": [ + { + "item": "minecraft:dye", + "data": 13 + }, + { + "item": "minecraft:wool", + "data": 0 + } + ], + "result": { + "item": "minecraft:wool", + "data": 2 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/magma.json b/1.12.2/assets/minecraft/recipes/magma.json new file mode 100644 index 00000000..f69d0aac --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/magma.json @@ -0,0 +1,15 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "##", + "##" + ], + "key": { + "#": { + "item": "minecraft:magma_cream" + } + }, + "result": { + "item": "minecraft:magma" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/magma_cream.json b/1.12.2/assets/minecraft/recipes/magma_cream.json new file mode 100644 index 00000000..f0db1292 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/magma_cream.json @@ -0,0 +1,14 @@ +{ + "type": "crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:blaze_powder" + }, + { + "item": "minecraft:slime_ball" + } + ], + "result": { + "item": "minecraft:magma_cream" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/map.json b/1.12.2/assets/minecraft/recipes/map.json new file mode 100644 index 00000000..f61d4cfb --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/map.json @@ -0,0 +1,19 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:paper" + }, + "X": { + "item": "minecraft:compass" + } + }, + "result": { + "item": "minecraft:map" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/melon_block.json b/1.12.2/assets/minecraft/recipes/melon_block.json new file mode 100644 index 00000000..830632c5 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/melon_block.json @@ -0,0 +1,16 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "MMM", + "MMM", + "MMM" + ], + "key": { + "M": { + "item": "minecraft:melon" + } + }, + "result": { + "item": "minecraft:melon_block" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/melon_seeds.json b/1.12.2/assets/minecraft/recipes/melon_seeds.json new file mode 100644 index 00000000..67548aa4 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/melon_seeds.json @@ -0,0 +1,14 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "M" + ], + "key": { + "M": { + "item": "minecraft:melon" + } + }, + "result": { + "item": "minecraft:melon_seeds" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/minecart.json b/1.12.2/assets/minecraft/recipes/minecart.json new file mode 100644 index 00000000..91239983 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/minecart.json @@ -0,0 +1,15 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "# #", + "###" + ], + "key": { + "#": { + "item": "minecraft:iron_ingot" + } + }, + "result": { + "item": "minecraft:minecart" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/mossy_cobblestone.json b/1.12.2/assets/minecraft/recipes/mossy_cobblestone.json new file mode 100644 index 00000000..2323146e --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/mossy_cobblestone.json @@ -0,0 +1,14 @@ +{ + "type": "crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:cobblestone" + }, + { + "item": "minecraft:vine" + } + ], + "result": { + "item": "minecraft:mossy_cobblestone" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/mossy_cobblestone_wall.json b/1.12.2/assets/minecraft/recipes/mossy_cobblestone_wall.json new file mode 100644 index 00000000..667f8da7 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/mossy_cobblestone_wall.json @@ -0,0 +1,17 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:mossy_cobblestone" + } + }, + "result": { + "item": "minecraft:cobblestone_wall", + "data": 1, + "count": 6 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/mossy_stonebrick.json b/1.12.2/assets/minecraft/recipes/mossy_stonebrick.json new file mode 100644 index 00000000..257210ba --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/mossy_stonebrick.json @@ -0,0 +1,16 @@ +{ + "type": "crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:stonebrick", + "data": 0 + }, + { + "item": "minecraft:vine" + } + ], + "result": { + "item": "minecraft:stonebrick", + "data": 1 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/mushroom_stew.json b/1.12.2/assets/minecraft/recipes/mushroom_stew.json new file mode 100644 index 00000000..e6f782cc --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/mushroom_stew.json @@ -0,0 +1,17 @@ +{ + "type": "crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:brown_mushroom" + }, + { + "item": "minecraft:red_mushroom" + }, + { + "item": "minecraft:bowl" + } + ], + "result": { + "item": "minecraft:mushroom_stew" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/nether_brick.json b/1.12.2/assets/minecraft/recipes/nether_brick.json new file mode 100644 index 00000000..75dc2e28 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/nether_brick.json @@ -0,0 +1,15 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "NN", + "NN" + ], + "key": { + "N": { + "item": "minecraft:netherbrick" + } + }, + "result": { + "item": "minecraft:nether_brick" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/nether_brick_fence.json b/1.12.2/assets/minecraft/recipes/nether_brick_fence.json new file mode 100644 index 00000000..0991a763 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/nether_brick_fence.json @@ -0,0 +1,16 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:nether_brick" + } + }, + "result": { + "item": "minecraft:nether_brick_fence", + "count": 6 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/nether_brick_slab.json b/1.12.2/assets/minecraft/recipes/nether_brick_slab.json new file mode 100644 index 00000000..a2ef9ea5 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/nether_brick_slab.json @@ -0,0 +1,16 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "###" + ], + "key": { + "#": { + "item": "minecraft:nether_brick" + } + }, + "result": { + "item": "minecraft:stone_slab", + "data": 6, + "count": 6 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/nether_brick_stairs.json b/1.12.2/assets/minecraft/recipes/nether_brick_stairs.json new file mode 100644 index 00000000..cbf341b7 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/nether_brick_stairs.json @@ -0,0 +1,17 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "# ", + "## ", + "###" + ], + "key": { + "#": { + "item": "minecraft:nether_brick" + } + }, + "result": { + "item": "minecraft:nether_brick_stairs", + "count": 4 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/nether_wart_block.json b/1.12.2/assets/minecraft/recipes/nether_wart_block.json new file mode 100644 index 00000000..37ab5680 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/nether_wart_block.json @@ -0,0 +1,16 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "###", + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:nether_wart" + } + }, + "result": { + "item": "minecraft:nether_wart_block" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/noteblock.json b/1.12.2/assets/minecraft/recipes/noteblock.json new file mode 100644 index 00000000..99b5da3f --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/noteblock.json @@ -0,0 +1,42 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": [ + { + "item": "minecraft:planks", + "data": 0 + }, + { + "item": "minecraft:planks", + "data": 1 + }, + { + "item": "minecraft:planks", + "data": 2 + }, + { + "item": "minecraft:planks", + "data": 3 + }, + { + "item": "minecraft:planks", + "data": 4 + }, + { + "item": "minecraft:planks", + "data": 5 + } + ], + "X": { + "item": "minecraft:redstone" + } + }, + "result": { + "item": "minecraft:noteblock" + } +} diff --git a/1.12.2/assets/minecraft/recipes/oak_planks.json b/1.12.2/assets/minecraft/recipes/oak_planks.json new file mode 100644 index 00000000..25d7e22a --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/oak_planks.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shaped", + "group": "planks", + "pattern": [ + "#" + ], + "key": { + "#": { + "item": "minecraft:log", + "data": 0 + } + }, + "result": { + "item": "minecraft:planks", + "data": 0, + "count": 4 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/oak_stairs.json b/1.12.2/assets/minecraft/recipes/oak_stairs.json new file mode 100644 index 00000000..c452bc02 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/oak_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "crafting_shaped", + "group": "wooden_stairs", + "pattern": [ + "# ", + "## ", + "###" + ], + "key": { + "#": { + "item": "minecraft:planks", + "data": 0 + } + }, + "result": { + "item": "minecraft:oak_stairs", + "count": 4 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/oak_wooden_slab.json b/1.12.2/assets/minecraft/recipes/oak_wooden_slab.json new file mode 100644 index 00000000..eae44591 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/oak_wooden_slab.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shaped", + "group": "wooden_slab", + "pattern": [ + "###" + ], + "key": { + "#": { + "item": "minecraft:planks", + "data": 0 + } + }, + "result": { + "item": "minecraft:wooden_slab", + "data": 0, + "count": 6 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/observer.json b/1.12.2/assets/minecraft/recipes/observer.json new file mode 100644 index 00000000..97c025f9 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/observer.json @@ -0,0 +1,22 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "###", + "RRQ", + "###" + ], + "key": { + "Q": { + "item": "minecraft:quartz" + }, + "R": { + "item": "minecraft:redstone" + }, + "#": { + "item": "minecraft:cobblestone" + } + }, + "result": { + "item": "minecraft:observer" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/orange_banner.json b/1.12.2/assets/minecraft/recipes/orange_banner.json new file mode 100644 index 00000000..6dadbef9 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/orange_banner.json @@ -0,0 +1,22 @@ +{ + "type": "crafting_shaped", + "group": "banner", + "pattern": [ + "###", + "###", + " | " + ], + "key": { + "#": { + "item": "minecraft:wool", + "data": 1 + }, + "|": { + "item": "minecraft:stick" + } + }, + "result": { + "item": "minecraft:banner", + "data": 14 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/orange_bed.json b/1.12.2/assets/minecraft/recipes/orange_bed.json new file mode 100644 index 00000000..ab36a2ca --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/orange_bed.json @@ -0,0 +1,44 @@ +{ + "type": "crafting_shaped", + "group": "bed", + "pattern": [ + "###", + "XXX" + ], + "key": { + "#": { + "item": "minecraft:wool", + "data": 1 + }, + "X": [ + { + "item": "minecraft:planks", + "data": 0 + }, + { + "item": "minecraft:planks", + "data": 1 + }, + { + "item": "minecraft:planks", + "data": 2 + }, + { + "item": "minecraft:planks", + "data": 3 + }, + { + "item": "minecraft:planks", + "data": 4 + }, + { + "item": "minecraft:planks", + "data": 5 + } + ] + }, + "result": { + "item": "minecraft:bed", + "data": 1 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/orange_bed_from_white_bed.json b/1.12.2/assets/minecraft/recipes/orange_bed_from_white_bed.json new file mode 100644 index 00000000..0dc444aa --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/orange_bed_from_white_bed.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shapeless", + "group": "dyed_bed", + "ingredients": [ + { + "item": "minecraft:bed", + "data": 0 + }, + { + "item": "minecraft:dye", + "data": 14 + } + ], + "result": { + "item": "minecraft:bed", + "data": 1 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/orange_carpet.json b/1.12.2/assets/minecraft/recipes/orange_carpet.json new file mode 100644 index 00000000..db988449 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/orange_carpet.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shaped", + "group": "carpet", + "pattern": [ + "##" + ], + "key": { + "#": { + "item": "minecraft:wool", + "data": 1 + } + }, + "result": { + "item": "minecraft:carpet", + "data": 1, + "count": 3 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/orange_concrete_powder.json b/1.12.2/assets/minecraft/recipes/orange_concrete_powder.json new file mode 100644 index 00000000..c67f3bd6 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/orange_concrete_powder.json @@ -0,0 +1,43 @@ +{ + "type": "crafting_shapeless", + "group": "concrete_powder", + "ingredients": [ + { + "item": "minecraft:dye", + "data": 14 + }, + { + "item": "minecraft:sand", + "data": 0 + }, + { + "item": "minecraft:sand", + "data": 0 + }, + { + "item": "minecraft:sand", + "data": 0 + }, + { + "item": "minecraft:sand", + "data": 0 + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + } + ], + "result": { + "item": "minecraft:concrete_powder", + "data": 1, + "count": 8 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/orange_dye_from_orange_tulip.json b/1.12.2/assets/minecraft/recipes/orange_dye_from_orange_tulip.json new file mode 100644 index 00000000..92bec365 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/orange_dye_from_orange_tulip.json @@ -0,0 +1,14 @@ +{ + "type": "crafting_shapeless", + "group": "orange_dye", + "ingredients": [ + { + "item": "minecraft:red_flower", + "data": 5 + } + ], + "result": { + "item": "minecraft:dye", + "data": 14 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/orange_dye_from_red_yellow.json b/1.12.2/assets/minecraft/recipes/orange_dye_from_red_yellow.json new file mode 100644 index 00000000..c30d52d4 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/orange_dye_from_red_yellow.json @@ -0,0 +1,19 @@ +{ + "type": "crafting_shapeless", + "group": "orange_dye", + "ingredients": [ + { + "item": "minecraft:dye", + "data": 1 + }, + { + "item": "minecraft:dye", + "data": 11 + } + ], + "result": { + "item": "minecraft:dye", + "data": 14, + "count": 2 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/orange_stained_glass.json b/1.12.2/assets/minecraft/recipes/orange_stained_glass.json new file mode 100644 index 00000000..3ef45d78 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/orange_stained_glass.json @@ -0,0 +1,23 @@ +{ + "type": "crafting_shaped", + "group": "stained_glass", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:glass" + }, + "X": { + "item": "minecraft:dye", + "data": 14 + } + }, + "result": { + "item": "minecraft:stained_glass", + "data": 1, + "count": 8 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/orange_stained_glass_pane.json b/1.12.2/assets/minecraft/recipes/orange_stained_glass_pane.json new file mode 100644 index 00000000..77331ba6 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/orange_stained_glass_pane.json @@ -0,0 +1,19 @@ +{ + "type": "crafting_shaped", + "group": "stained_glass_pane", + "pattern": [ + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:stained_glass", + "data": 1 + } + }, + "result": { + "item": "minecraft:stained_glass_pane", + "data": 1, + "count": 16 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/orange_stained_hardened_clay.json b/1.12.2/assets/minecraft/recipes/orange_stained_hardened_clay.json new file mode 100644 index 00000000..06c7b3aa --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/orange_stained_hardened_clay.json @@ -0,0 +1,23 @@ +{ + "type": "crafting_shaped", + "group": "stained_hardened_clay", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:hardened_clay" + }, + "X": { + "item": "minecraft:dye", + "data": 14 + } + }, + "result": { + "item": "minecraft:stained_hardened_clay", + "data": 1, + "count": 8 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/orange_wool.json b/1.12.2/assets/minecraft/recipes/orange_wool.json new file mode 100644 index 00000000..daf91d68 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/orange_wool.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shapeless", + "group": "wool", + "ingredients": [ + { + "item": "minecraft:dye", + "data": 14 + }, + { + "item": "minecraft:wool", + "data": 0 + } + ], + "result": { + "item": "minecraft:wool", + "data": 1 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/painting.json b/1.12.2/assets/minecraft/recipes/painting.json new file mode 100644 index 00000000..1b6e0305 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/painting.json @@ -0,0 +1,82 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "X": [ + { + "item": "minecraft:wool", + "data": 0 + }, + { + "item": "minecraft:wool", + "data": 1 + }, + { + "item": "minecraft:wool", + "data": 2 + }, + { + "item": "minecraft:wool", + "data": 3 + }, + { + "item": "minecraft:wool", + "data": 4 + }, + { + "item": "minecraft:wool", + "data": 5 + }, + { + "item": "minecraft:wool", + "data": 6 + }, + { + "item": "minecraft:wool", + "data": 7 + }, + { + "item": "minecraft:wool", + "data": 8 + }, + { + "item": "minecraft:wool", + "data": 9 + }, + { + "item": "minecraft:wool", + "data": 10 + }, + { + "item": "minecraft:wool", + "data": 11 + }, + { + "item": "minecraft:wool", + "data": 12 + }, + { + "item": "minecraft:wool", + "data": 13 + }, + { + "item": "minecraft:wool", + "data": 14 + }, + { + "item": "minecraft:wool", + "data": 15 + } + ] + }, + "result": { + "item": "minecraft:painting" + } +} diff --git a/1.12.2/assets/minecraft/recipes/paper.json b/1.12.2/assets/minecraft/recipes/paper.json new file mode 100644 index 00000000..9c9437cd --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/paper.json @@ -0,0 +1,15 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "###" + ], + "key": { + "#": { + "item": "minecraft:reeds" + } + }, + "result": { + "item": "minecraft:paper", + "count": 3 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/pillar_quartz_block.json b/1.12.2/assets/minecraft/recipes/pillar_quartz_block.json new file mode 100644 index 00000000..8053dcd1 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/pillar_quartz_block.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "#", + "#" + ], + "key": { + "#": { + "item": "minecraft:quartz_block", + "data": 0 + } + }, + "result": { + "item": "minecraft:quartz_block", + "data": 2, + "count": 2 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/pink_banner.json b/1.12.2/assets/minecraft/recipes/pink_banner.json new file mode 100644 index 00000000..6c28d46e --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/pink_banner.json @@ -0,0 +1,22 @@ +{ + "type": "crafting_shaped", + "group": "banner", + "pattern": [ + "###", + "###", + " | " + ], + "key": { + "#": { + "item": "minecraft:wool", + "data": 6 + }, + "|": { + "item": "minecraft:stick" + } + }, + "result": { + "item": "minecraft:banner", + "data": 9 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/pink_bed.json b/1.12.2/assets/minecraft/recipes/pink_bed.json new file mode 100644 index 00000000..e6ba1da1 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/pink_bed.json @@ -0,0 +1,44 @@ +{ + "type": "crafting_shaped", + "group": "bed", + "pattern": [ + "###", + "XXX" + ], + "key": { + "#": { + "item": "minecraft:wool", + "data": 6 + }, + "X": [ + { + "item": "minecraft:planks", + "data": 0 + }, + { + "item": "minecraft:planks", + "data": 1 + }, + { + "item": "minecraft:planks", + "data": 2 + }, + { + "item": "minecraft:planks", + "data": 3 + }, + { + "item": "minecraft:planks", + "data": 4 + }, + { + "item": "minecraft:planks", + "data": 5 + } + ] + }, + "result": { + "item": "minecraft:bed", + "data": 6 + } +} diff --git a/1.12.2/assets/minecraft/recipes/pink_bed_from_white_bed.json b/1.12.2/assets/minecraft/recipes/pink_bed_from_white_bed.json new file mode 100644 index 00000000..ff0fc827 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/pink_bed_from_white_bed.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shapeless", + "group": "dyed_bed", + "ingredients": [ + { + "item": "minecraft:bed", + "data": 0 + }, + { + "item": "minecraft:dye", + "data": 9 + } + ], + "result": { + "item": "minecraft:bed", + "data": 6 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/pink_carpet.json b/1.12.2/assets/minecraft/recipes/pink_carpet.json new file mode 100644 index 00000000..95cb0d7f --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/pink_carpet.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shaped", + "group": "carpet", + "pattern": [ + "##" + ], + "key": { + "#": { + "item": "minecraft:wool", + "data": 6 + } + }, + "result": { + "item": "minecraft:carpet", + "data": 6, + "count": 3 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/pink_concrete_powder.json b/1.12.2/assets/minecraft/recipes/pink_concrete_powder.json new file mode 100644 index 00000000..b35125cc --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/pink_concrete_powder.json @@ -0,0 +1,43 @@ +{ + "type": "crafting_shapeless", + "group": "concrete_powder", + "ingredients": [ + { + "item": "minecraft:dye", + "data": 9 + }, + { + "item": "minecraft:sand", + "data": 0 + }, + { + "item": "minecraft:sand", + "data": 0 + }, + { + "item": "minecraft:sand", + "data": 0 + }, + { + "item": "minecraft:sand", + "data": 0 + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + } + ], + "result": { + "item": "minecraft:concrete_powder", + "data": 6, + "count": 8 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/pink_dye_from_peony.json b/1.12.2/assets/minecraft/recipes/pink_dye_from_peony.json new file mode 100644 index 00000000..f2993498 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/pink_dye_from_peony.json @@ -0,0 +1,15 @@ +{ + "type": "crafting_shapeless", + "group": "pink_dye", + "ingredients": [ + { + "item": "minecraft:double_plant", + "data": 5 + } + ], + "result": { + "item": "minecraft:dye", + "data": 9, + "count": 2 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/pink_dye_from_pink_tulip.json b/1.12.2/assets/minecraft/recipes/pink_dye_from_pink_tulip.json new file mode 100644 index 00000000..5300aa44 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/pink_dye_from_pink_tulip.json @@ -0,0 +1,14 @@ +{ + "type": "crafting_shapeless", + "group": "pink_dye", + "ingredients": [ + { + "item": "minecraft:red_flower", + "data": 7 + } + ], + "result": { + "item": "minecraft:dye", + "data": 9 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/pink_dye_from_red_bonemeal.json b/1.12.2/assets/minecraft/recipes/pink_dye_from_red_bonemeal.json new file mode 100644 index 00000000..256ad2af --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/pink_dye_from_red_bonemeal.json @@ -0,0 +1,19 @@ +{ + "type": "crafting_shapeless", + "group": "pink_dye", + "ingredients": [ + { + "item": "minecraft:dye", + "data": 1 + }, + { + "item": "minecraft:dye", + "data": 15 + } + ], + "result": { + "item": "minecraft:dye", + "data": 9, + "count": 2 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/pink_stained_glass.json b/1.12.2/assets/minecraft/recipes/pink_stained_glass.json new file mode 100644 index 00000000..81257329 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/pink_stained_glass.json @@ -0,0 +1,23 @@ +{ + "type": "crafting_shaped", + "group": "stained_glass", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:glass" + }, + "X": { + "item": "minecraft:dye", + "data": 9 + } + }, + "result": { + "item": "minecraft:stained_glass", + "data": 6, + "count": 8 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/pink_stained_glass_pane.json b/1.12.2/assets/minecraft/recipes/pink_stained_glass_pane.json new file mode 100644 index 00000000..edd65e49 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/pink_stained_glass_pane.json @@ -0,0 +1,19 @@ +{ + "type": "crafting_shaped", + "group": "stained_glass_pane", + "pattern": [ + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:stained_glass", + "data": 6 + } + }, + "result": { + "item": "minecraft:stained_glass_pane", + "data": 6, + "count": 16 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/pink_stained_hardened_clay.json b/1.12.2/assets/minecraft/recipes/pink_stained_hardened_clay.json new file mode 100644 index 00000000..01095ec7 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/pink_stained_hardened_clay.json @@ -0,0 +1,23 @@ +{ + "type": "crafting_shaped", + "group": "stained_hardened_clay", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:hardened_clay" + }, + "X": { + "item": "minecraft:dye", + "data": 9 + } + }, + "result": { + "item": "minecraft:stained_hardened_clay", + "data": 6, + "count": 8 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/pink_wool.json b/1.12.2/assets/minecraft/recipes/pink_wool.json new file mode 100644 index 00000000..5a8978e0 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/pink_wool.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shapeless", + "group": "wool", + "ingredients": [ + { + "item": "minecraft:dye", + "data": 9 + }, + { + "item": "minecraft:wool", + "data": 0 + } + ], + "result": { + "item": "minecraft:wool", + "data": 6 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/piston.json b/1.12.2/assets/minecraft/recipes/piston.json new file mode 100644 index 00000000..dcee4a67 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/piston.json @@ -0,0 +1,48 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "TTT", + "#X#", + "#R#" + ], + "key": { + "R": { + "item": "minecraft:redstone" + }, + "#": { + "item": "minecraft:cobblestone" + }, + "T": [ + { + "item": "minecraft:planks", + "data": 0 + }, + { + "item": "minecraft:planks", + "data": 1 + }, + { + "item": "minecraft:planks", + "data": 2 + }, + { + "item": "minecraft:planks", + "data": 3 + }, + { + "item": "minecraft:planks", + "data": 4 + }, + { + "item": "minecraft:planks", + "data": 5 + } + ], + "X": { + "item": "minecraft:iron_ingot" + } + }, + "result": { + "item": "minecraft:piston" + } +} diff --git a/1.12.2/assets/minecraft/recipes/polished_andesite.json b/1.12.2/assets/minecraft/recipes/polished_andesite.json new file mode 100644 index 00000000..4a77f006 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/polished_andesite.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "SS", + "SS" + ], + "key": { + "S": { + "item": "minecraft:stone", + "data": 5 + } + }, + "result": { + "item": "minecraft:stone", + "data": 6, + "count": 4 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/polished_diorite.json b/1.12.2/assets/minecraft/recipes/polished_diorite.json new file mode 100644 index 00000000..7a6a6672 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/polished_diorite.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "SS", + "SS" + ], + "key": { + "S": { + "item": "minecraft:stone", + "data": 3 + } + }, + "result": { + "item": "minecraft:stone", + "data": 4, + "count": 4 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/polished_granite.json b/1.12.2/assets/minecraft/recipes/polished_granite.json new file mode 100644 index 00000000..212be534 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/polished_granite.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "SS", + "SS" + ], + "key": { + "S": { + "item": "minecraft:stone", + "data": 1 + } + }, + "result": { + "item": "minecraft:stone", + "data": 2, + "count": 4 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/prismarine.json b/1.12.2/assets/minecraft/recipes/prismarine.json new file mode 100644 index 00000000..7debece8 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/prismarine.json @@ -0,0 +1,16 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "SS", + "SS" + ], + "key": { + "S": { + "item": "minecraft:prismarine_shard" + } + }, + "result": { + "item": "minecraft:prismarine", + "data": 0 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/prismarine_bricks.json b/1.12.2/assets/minecraft/recipes/prismarine_bricks.json new file mode 100644 index 00000000..31e8778b --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/prismarine_bricks.json @@ -0,0 +1,17 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "SSS", + "SSS", + "SSS" + ], + "key": { + "S": { + "item": "minecraft:prismarine_shard" + } + }, + "result": { + "item": "minecraft:prismarine", + "data": 1 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/pumpkin_pie.json b/1.12.2/assets/minecraft/recipes/pumpkin_pie.json new file mode 100644 index 00000000..16971033 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/pumpkin_pie.json @@ -0,0 +1,17 @@ +{ + "type": "crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:pumpkin" + }, + { + "item": "minecraft:sugar" + }, + { + "item": "minecraft:egg" + } + ], + "result": { + "item": "minecraft:pumpkin_pie" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/pumpkin_seeds.json b/1.12.2/assets/minecraft/recipes/pumpkin_seeds.json new file mode 100644 index 00000000..9478732a --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/pumpkin_seeds.json @@ -0,0 +1,15 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "M" + ], + "key": { + "M": { + "item": "minecraft:pumpkin" + } + }, + "result": { + "item": "minecraft:pumpkin_seeds", + "count": 4 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/purple_banner.json b/1.12.2/assets/minecraft/recipes/purple_banner.json new file mode 100644 index 00000000..80054b1a --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/purple_banner.json @@ -0,0 +1,22 @@ +{ + "type": "crafting_shaped", + "group": "banner", + "pattern": [ + "###", + "###", + " | " + ], + "key": { + "#": { + "item": "minecraft:wool", + "data": 10 + }, + "|": { + "item": "minecraft:stick" + } + }, + "result": { + "item": "minecraft:banner", + "data": 5 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/purple_bed.json b/1.12.2/assets/minecraft/recipes/purple_bed.json new file mode 100644 index 00000000..48498a33 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/purple_bed.json @@ -0,0 +1,44 @@ +{ + "type": "crafting_shaped", + "group": "bed", + "pattern": [ + "###", + "XXX" + ], + "key": { + "#": { + "item": "minecraft:wool", + "data": 10 + }, + "X": [ + { + "item": "minecraft:planks", + "data": 0 + }, + { + "item": "minecraft:planks", + "data": 1 + }, + { + "item": "minecraft:planks", + "data": 2 + }, + { + "item": "minecraft:planks", + "data": 3 + }, + { + "item": "minecraft:planks", + "data": 4 + }, + { + "item": "minecraft:planks", + "data": 5 + } + ] + }, + "result": { + "item": "minecraft:bed", + "data": 10 + } +} diff --git a/1.12.2/assets/minecraft/recipes/purple_bed_from_white_bed.json b/1.12.2/assets/minecraft/recipes/purple_bed_from_white_bed.json new file mode 100644 index 00000000..60329a78 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/purple_bed_from_white_bed.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shapeless", + "group": "dyed_bed", + "ingredients": [ + { + "item": "minecraft:bed", + "data": 0 + }, + { + "item": "minecraft:dye", + "data": 5 + } + ], + "result": { + "item": "minecraft:bed", + "data": 10 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/purple_carpet.json b/1.12.2/assets/minecraft/recipes/purple_carpet.json new file mode 100644 index 00000000..cab69c88 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/purple_carpet.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shaped", + "group": "carpet", + "pattern": [ + "##" + ], + "key": { + "#": { + "item": "minecraft:wool", + "data": 10 + } + }, + "result": { + "item": "minecraft:carpet", + "data": 10, + "count": 3 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/purple_concrete_powder.json b/1.12.2/assets/minecraft/recipes/purple_concrete_powder.json new file mode 100644 index 00000000..27d1fbc4 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/purple_concrete_powder.json @@ -0,0 +1,43 @@ +{ + "type": "crafting_shapeless", + "group": "concrete_powder", + "ingredients": [ + { + "item": "minecraft:dye", + "data": 5 + }, + { + "item": "minecraft:sand", + "data": 0 + }, + { + "item": "minecraft:sand", + "data": 0 + }, + { + "item": "minecraft:sand", + "data": 0 + }, + { + "item": "minecraft:sand", + "data": 0 + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + } + ], + "result": { + "item": "minecraft:concrete_powder", + "data": 10, + "count": 8 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/purple_dye.json b/1.12.2/assets/minecraft/recipes/purple_dye.json new file mode 100644 index 00000000..be19d797 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/purple_dye.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:dye", + "data": 4 + }, + { + "item": "minecraft:dye", + "data": 1 + } + ], + "result": { + "item": "minecraft:dye", + "data": 5, + "count": 2 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/purple_shulker_box.json b/1.12.2/assets/minecraft/recipes/purple_shulker_box.json new file mode 100644 index 00000000..743d4f76 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/purple_shulker_box.json @@ -0,0 +1,19 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "-", + "#", + "-" + ], + "key": { + "#": { + "item": "minecraft:chest" + }, + "-": { + "item": "minecraft:shulker_shell" + } + }, + "result": { + "item": "minecraft:purple_shulker_box" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/purple_stained_glass.json b/1.12.2/assets/minecraft/recipes/purple_stained_glass.json new file mode 100644 index 00000000..aa76309f --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/purple_stained_glass.json @@ -0,0 +1,23 @@ +{ + "type": "crafting_shaped", + "group": "stained_glass", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:glass" + }, + "X": { + "item": "minecraft:dye", + "data": 5 + } + }, + "result": { + "item": "minecraft:stained_glass", + "data": 10, + "count": 8 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/purple_stained_glass_pane.json b/1.12.2/assets/minecraft/recipes/purple_stained_glass_pane.json new file mode 100644 index 00000000..f19edc89 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/purple_stained_glass_pane.json @@ -0,0 +1,19 @@ +{ + "type": "crafting_shaped", + "group": "stained_glass_pane", + "pattern": [ + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:stained_glass", + "data": 10 + } + }, + "result": { + "item": "minecraft:stained_glass_pane", + "data": 10, + "count": 16 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/purple_stained_hardened_clay.json b/1.12.2/assets/minecraft/recipes/purple_stained_hardened_clay.json new file mode 100644 index 00000000..7cad714f --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/purple_stained_hardened_clay.json @@ -0,0 +1,23 @@ +{ + "type": "crafting_shaped", + "group": "stained_hardened_clay", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:hardened_clay" + }, + "X": { + "item": "minecraft:dye", + "data": 5 + } + }, + "result": { + "item": "minecraft:stained_hardened_clay", + "data": 10, + "count": 8 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/purple_wool.json b/1.12.2/assets/minecraft/recipes/purple_wool.json new file mode 100644 index 00000000..c3930c74 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/purple_wool.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shapeless", + "group": "wool", + "ingredients": [ + { + "item": "minecraft:dye", + "data": 5 + }, + { + "item": "minecraft:wool", + "data": 0 + } + ], + "result": { + "item": "minecraft:wool", + "data": 10 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/purpur_block.json b/1.12.2/assets/minecraft/recipes/purpur_block.json new file mode 100644 index 00000000..85e61487 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/purpur_block.json @@ -0,0 +1,16 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "FF", + "FF" + ], + "key": { + "F": { + "item": "minecraft:chorus_fruit_popped" + } + }, + "result": { + "item": "minecraft:purpur_block", + "count": 4 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/purpur_pillar.json b/1.12.2/assets/minecraft/recipes/purpur_pillar.json new file mode 100644 index 00000000..dfcb59c0 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/purpur_pillar.json @@ -0,0 +1,16 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "#", + "#" + ], + "key": { + "#": { + "item": "minecraft:purpur_slab", + "data": 0 + } + }, + "result": { + "item": "minecraft:purpur_pillar" + } +} diff --git a/1.12.2/assets/minecraft/recipes/purpur_slab.json b/1.12.2/assets/minecraft/recipes/purpur_slab.json new file mode 100644 index 00000000..e270bd71 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/purpur_slab.json @@ -0,0 +1,16 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "###" + ], + "key": { + "#": { + "item": "minecraft:purpur_block" + } + }, + "result": { + "item": "minecraft:purpur_slab", + "data": 0, + "count": 6 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/purpur_stairs.json b/1.12.2/assets/minecraft/recipes/purpur_stairs.json new file mode 100644 index 00000000..5465c596 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/purpur_stairs.json @@ -0,0 +1,17 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "# ", + "## ", + "###" + ], + "key": { + "#": { + "item": "minecraft:purpur_block" + } + }, + "result": { + "item": "minecraft:purpur_stairs", + "count": 4 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/quartz_block.json b/1.12.2/assets/minecraft/recipes/quartz_block.json new file mode 100644 index 00000000..5d4ebcf0 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/quartz_block.json @@ -0,0 +1,16 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "##", + "##" + ], + "key": { + "#": { + "item": "minecraft:quartz" + } + }, + "result": { + "item": "minecraft:quartz_block", + "data": 0 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/quartz_slab.json b/1.12.2/assets/minecraft/recipes/quartz_slab.json new file mode 100644 index 00000000..adcd6272 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/quartz_slab.json @@ -0,0 +1,27 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "###" + ], + "key": { + "#": [ + { + "item": "minecraft:quartz_block", + "data": 0 + }, + { + "item": "minecraft:quartz_block", + "data": 1 + }, + { + "item": "minecraft:quartz_block", + "data": 2 + } + ] + }, + "result": { + "item": "minecraft:stone_slab", + "data": 7, + "count": 6 + } +} diff --git a/1.12.2/assets/minecraft/recipes/quartz_stairs.json b/1.12.2/assets/minecraft/recipes/quartz_stairs.json new file mode 100644 index 00000000..193257cc --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/quartz_stairs.json @@ -0,0 +1,28 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "# ", + "## ", + "###" + ], + "key": { + "#": [ + { + "item": "minecraft:quartz_block", + "data": 0 + }, + { + "item": "minecraft:quartz_block", + "data": 1 + }, + { + "item": "minecraft:quartz_block", + "data": 2 + } + ] + }, + "result": { + "item": "minecraft:quartz_stairs", + "count": 4 + } +} diff --git a/1.12.2/assets/minecraft/recipes/rabbit_stew_from_brown_mushroom.json b/1.12.2/assets/minecraft/recipes/rabbit_stew_from_brown_mushroom.json new file mode 100644 index 00000000..4a48acef --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/rabbit_stew_from_brown_mushroom.json @@ -0,0 +1,29 @@ +{ + "type": "crafting_shaped", + "group": "rabbit_stew", + "pattern": [ + " R ", + "CPM", + " B " + ], + "key": { + "P": { + "item": "minecraft:baked_potato" + }, + "R": { + "item": "minecraft:cooked_rabbit" + }, + "B": { + "item": "minecraft:bowl" + }, + "C": { + "item": "minecraft:carrot" + }, + "M": { + "item": "minecraft:brown_mushroom" + } + }, + "result": { + "item": "minecraft:rabbit_stew" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/rabbit_stew_from_red_mushroom.json b/1.12.2/assets/minecraft/recipes/rabbit_stew_from_red_mushroom.json new file mode 100644 index 00000000..669cd4a1 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/rabbit_stew_from_red_mushroom.json @@ -0,0 +1,29 @@ +{ + "type": "crafting_shaped", + "group": "rabbit_stew", + "pattern": [ + " R ", + "CPD", + " B " + ], + "key": { + "P": { + "item": "minecraft:baked_potato" + }, + "R": { + "item": "minecraft:cooked_rabbit" + }, + "B": { + "item": "minecraft:bowl" + }, + "C": { + "item": "minecraft:carrot" + }, + "D": { + "item": "minecraft:red_mushroom" + } + }, + "result": { + "item": "minecraft:rabbit_stew" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/rail.json b/1.12.2/assets/minecraft/recipes/rail.json new file mode 100644 index 00000000..be84cf8c --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/rail.json @@ -0,0 +1,20 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "X X", + "X#X", + "X X" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "X": { + "item": "minecraft:iron_ingot" + } + }, + "result": { + "item": "minecraft:rail", + "count": 16 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/red_banner.json b/1.12.2/assets/minecraft/recipes/red_banner.json new file mode 100644 index 00000000..a6d7d7ae --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/red_banner.json @@ -0,0 +1,22 @@ +{ + "type": "crafting_shaped", + "group": "banner", + "pattern": [ + "###", + "###", + " | " + ], + "key": { + "#": { + "item": "minecraft:wool", + "data": 14 + }, + "|": { + "item": "minecraft:stick" + } + }, + "result": { + "item": "minecraft:banner", + "data": 1 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/red_bed.json b/1.12.2/assets/minecraft/recipes/red_bed.json new file mode 100644 index 00000000..6703412e --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/red_bed.json @@ -0,0 +1,44 @@ +{ + "type": "crafting_shaped", + "group": "bed", + "pattern": [ + "###", + "XXX" + ], + "key": { + "#": { + "item": "minecraft:wool", + "data": 14 + }, + "X": [ + { + "item": "minecraft:planks", + "data": 0 + }, + { + "item": "minecraft:planks", + "data": 1 + }, + { + "item": "minecraft:planks", + "data": 2 + }, + { + "item": "minecraft:planks", + "data": 3 + }, + { + "item": "minecraft:planks", + "data": 4 + }, + { + "item": "minecraft:planks", + "data": 5 + } + ] + }, + "result": { + "item": "minecraft:bed", + "data": 14 + } +} diff --git a/1.12.2/assets/minecraft/recipes/red_bed_from_white_bed.json b/1.12.2/assets/minecraft/recipes/red_bed_from_white_bed.json new file mode 100644 index 00000000..9e30f2bb --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/red_bed_from_white_bed.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shapeless", + "group": "dyed_bed", + "ingredients": [ + { + "item": "minecraft:bed", + "data": 0 + }, + { + "item": "minecraft:dye", + "data": 1 + } + ], + "result": { + "item": "minecraft:bed", + "data": 14 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/red_carpet.json b/1.12.2/assets/minecraft/recipes/red_carpet.json new file mode 100644 index 00000000..263636c9 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/red_carpet.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shaped", + "group": "carpet", + "pattern": [ + "##" + ], + "key": { + "#": { + "item": "minecraft:wool", + "data": 14 + } + }, + "result": { + "item": "minecraft:carpet", + "data": 14, + "count": 3 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/red_concrete_powder.json b/1.12.2/assets/minecraft/recipes/red_concrete_powder.json new file mode 100644 index 00000000..4da380df --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/red_concrete_powder.json @@ -0,0 +1,43 @@ +{ + "type": "crafting_shapeless", + "group": "concrete_powder", + "ingredients": [ + { + "item": "minecraft:dye", + "data": 1 + }, + { + "item": "minecraft:sand", + "data": 0 + }, + { + "item": "minecraft:sand", + "data": 0 + }, + { + "item": "minecraft:sand", + "data": 0 + }, + { + "item": "minecraft:sand", + "data": 0 + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + } + ], + "result": { + "item": "minecraft:concrete_powder", + "data": 14, + "count": 8 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/red_dye_from_beetroot.json b/1.12.2/assets/minecraft/recipes/red_dye_from_beetroot.json new file mode 100644 index 00000000..37987609 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/red_dye_from_beetroot.json @@ -0,0 +1,13 @@ +{ + "type": "crafting_shapeless", + "group": "red_dye", + "ingredients": [ + { + "item": "minecraft:beetroot" + } + ], + "result": { + "item": "minecraft:dye", + "data": 1 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/red_dye_from_poppy.json b/1.12.2/assets/minecraft/recipes/red_dye_from_poppy.json new file mode 100644 index 00000000..58cffd33 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/red_dye_from_poppy.json @@ -0,0 +1,14 @@ +{ + "type": "crafting_shapeless", + "group": "red_dye", + "ingredients": [ + { + "item": "minecraft:red_flower", + "data": 0 + } + ], + "result": { + "item": "minecraft:dye", + "data": 1 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/red_dye_from_rose_bush.json b/1.12.2/assets/minecraft/recipes/red_dye_from_rose_bush.json new file mode 100644 index 00000000..11170e68 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/red_dye_from_rose_bush.json @@ -0,0 +1,15 @@ +{ + "type": "crafting_shapeless", + "group": "red_dye", + "ingredients": [ + { + "item": "minecraft:double_plant", + "data": 4 + } + ], + "result": { + "item": "minecraft:dye", + "data": 1, + "count": 2 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/red_dye_from_tulip.json b/1.12.2/assets/minecraft/recipes/red_dye_from_tulip.json new file mode 100644 index 00000000..8b30b651 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/red_dye_from_tulip.json @@ -0,0 +1,14 @@ +{ + "type": "crafting_shapeless", + "group": "red_dye", + "ingredients": [ + { + "item": "minecraft:red_flower", + "data": 4 + } + ], + "result": { + "item": "minecraft:dye", + "data": 1 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/red_nether_brick.json b/1.12.2/assets/minecraft/recipes/red_nether_brick.json new file mode 100644 index 00000000..5179dfda --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/red_nether_brick.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "NW", + "WN" + ], + "key": { + "W": { + "item": "minecraft:nether_wart" + }, + "N": { + "item": "minecraft:netherbrick" + } + }, + "result": { + "item": "minecraft:red_nether_brick" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/red_sandstone.json b/1.12.2/assets/minecraft/recipes/red_sandstone.json new file mode 100644 index 00000000..00a6381d --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/red_sandstone.json @@ -0,0 +1,17 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "##", + "##" + ], + "key": { + "#": { + "item": "minecraft:sand", + "data": 1 + } + }, + "result": { + "item": "minecraft:red_sandstone", + "data": 0 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/red_sandstone_slab.json b/1.12.2/assets/minecraft/recipes/red_sandstone_slab.json new file mode 100644 index 00000000..9d240e48 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/red_sandstone_slab.json @@ -0,0 +1,27 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "###" + ], + "key": { + "#": [ + { + "item": "minecraft:red_sandstone", + "data": 0 + }, + { + "item": "minecraft:red_sandstone", + "data": 1 + }, + { + "item": "minecraft:red_sandstone", + "data": 2 + } + ] + }, + "result": { + "item": "minecraft:stone_slab2", + "data": 0, + "count": 6 + } +} diff --git a/1.12.2/assets/minecraft/recipes/red_sandstone_stairs.json b/1.12.2/assets/minecraft/recipes/red_sandstone_stairs.json new file mode 100644 index 00000000..c61c7734 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/red_sandstone_stairs.json @@ -0,0 +1,28 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "# ", + "## ", + "###" + ], + "key": { + "#": [ + { + "item": "minecraft:red_sandstone", + "data": 0 + }, + { + "item": "minecraft:red_sandstone", + "data": 1 + }, + { + "item": "minecraft:red_sandstone", + "data": 2 + } + ] + }, + "result": { + "item": "minecraft:red_sandstone_stairs", + "count": 4 + } +} diff --git a/1.12.2/assets/minecraft/recipes/red_stained_glass.json b/1.12.2/assets/minecraft/recipes/red_stained_glass.json new file mode 100644 index 00000000..fb283944 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/red_stained_glass.json @@ -0,0 +1,23 @@ +{ + "type": "crafting_shaped", + "group": "stained_glass", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:glass" + }, + "X": { + "item": "minecraft:dye", + "data": 1 + } + }, + "result": { + "item": "minecraft:stained_glass", + "data": 14, + "count": 8 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/red_stained_glass_pane.json b/1.12.2/assets/minecraft/recipes/red_stained_glass_pane.json new file mode 100644 index 00000000..6a5251d4 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/red_stained_glass_pane.json @@ -0,0 +1,19 @@ +{ + "type": "crafting_shaped", + "group": "stained_glass_pane", + "pattern": [ + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:stained_glass", + "data": 14 + } + }, + "result": { + "item": "minecraft:stained_glass_pane", + "data": 14, + "count": 16 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/red_stained_hardened_clay.json b/1.12.2/assets/minecraft/recipes/red_stained_hardened_clay.json new file mode 100644 index 00000000..66f0f87a --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/red_stained_hardened_clay.json @@ -0,0 +1,23 @@ +{ + "type": "crafting_shaped", + "group": "stained_hardened_clay", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:hardened_clay" + }, + "X": { + "item": "minecraft:dye", + "data": 1 + } + }, + "result": { + "item": "minecraft:stained_hardened_clay", + "data": 14, + "count": 8 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/red_wool.json b/1.12.2/assets/minecraft/recipes/red_wool.json new file mode 100644 index 00000000..644fe0c8 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/red_wool.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shapeless", + "group": "wool", + "ingredients": [ + { + "item": "minecraft:dye", + "data": 1 + }, + { + "item": "minecraft:wool", + "data": 0 + } + ], + "result": { + "item": "minecraft:wool", + "data": 14 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/redstone.json b/1.12.2/assets/minecraft/recipes/redstone.json new file mode 100644 index 00000000..d84f32bf --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/redstone.json @@ -0,0 +1,15 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "#" + ], + "key": { + "#": { + "item": "minecraft:redstone_block" + } + }, + "result": { + "item": "minecraft:redstone", + "count": 9 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/redstone_block.json b/1.12.2/assets/minecraft/recipes/redstone_block.json new file mode 100644 index 00000000..02602c63 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/redstone_block.json @@ -0,0 +1,16 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "###", + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:redstone" + } + }, + "result": { + "item": "minecraft:redstone_block" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/redstone_lamp.json b/1.12.2/assets/minecraft/recipes/redstone_lamp.json new file mode 100644 index 00000000..78e770e1 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/redstone_lamp.json @@ -0,0 +1,19 @@ +{ + "type": "crafting_shaped", + "pattern": [ + " R ", + "RGR", + " R " + ], + "key": { + "R": { + "item": "minecraft:redstone" + }, + "G": { + "item": "minecraft:glowstone" + } + }, + "result": { + "item": "minecraft:redstone_lamp" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/redstone_torch.json b/1.12.2/assets/minecraft/recipes/redstone_torch.json new file mode 100644 index 00000000..eec5ddc2 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/redstone_torch.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "X", + "#" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "X": { + "item": "minecraft:redstone" + } + }, + "result": { + "item": "minecraft:redstone_torch" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/repeater.json b/1.12.2/assets/minecraft/recipes/repeater.json new file mode 100644 index 00000000..b77d244e --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/repeater.json @@ -0,0 +1,22 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "#X#", + "III" + ], + "key": { + "#": { + "item": "minecraft:redstone_torch" + }, + "X": { + "item": "minecraft:redstone" + }, + "I": { + "item": "minecraft:stone", + "data": 0 + } + }, + "result": { + "item": "minecraft:repeater" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/sandstone.json b/1.12.2/assets/minecraft/recipes/sandstone.json new file mode 100644 index 00000000..8291bf07 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/sandstone.json @@ -0,0 +1,17 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "##", + "##" + ], + "key": { + "#": { + "item": "minecraft:sand", + "data": 0 + } + }, + "result": { + "item": "minecraft:sandstone", + "data": 0 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/sandstone_slab.json b/1.12.2/assets/minecraft/recipes/sandstone_slab.json new file mode 100644 index 00000000..2906bbb8 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/sandstone_slab.json @@ -0,0 +1,27 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "###" + ], + "key": { + "#": [ + { + "item": "minecraft:sandstone", + "data": 0 + }, + { + "item": "minecraft:sandstone", + "data": 1 + }, + { + "item": "minecraft:sandstone", + "data": 2 + } + ] + }, + "result": { + "item": "minecraft:stone_slab", + "data": 1, + "count": 6 + } +} diff --git a/1.12.2/assets/minecraft/recipes/sandstone_stairs.json b/1.12.2/assets/minecraft/recipes/sandstone_stairs.json new file mode 100644 index 00000000..435731df --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/sandstone_stairs.json @@ -0,0 +1,28 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "# ", + "## ", + "###" + ], + "key": { + "#": [ + { + "item": "minecraft:sandstone", + "data": 0 + }, + { + "item": "minecraft:sandstone", + "data": 1 + }, + { + "item": "minecraft:sandstone", + "data": 2 + } + ] + }, + "result": { + "item": "minecraft:sandstone_stairs", + "count": 4 + } +} diff --git a/1.12.2/assets/minecraft/recipes/sea_lantern.json b/1.12.2/assets/minecraft/recipes/sea_lantern.json new file mode 100644 index 00000000..77d0ac1b --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/sea_lantern.json @@ -0,0 +1,19 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "SCS", + "CCC", + "SCS" + ], + "key": { + "S": { + "item": "minecraft:prismarine_shard" + }, + "C": { + "item": "minecraft:prismarine_crystals" + } + }, + "result": { + "item": "minecraft:sea_lantern" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/shears.json b/1.12.2/assets/minecraft/recipes/shears.json new file mode 100644 index 00000000..bcbbb639 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/shears.json @@ -0,0 +1,15 @@ +{ + "type": "crafting_shaped", + "pattern": [ + " #", + "# " + ], + "key": { + "#": { + "item": "minecraft:iron_ingot" + } + }, + "result": { + "item": "minecraft:shears" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/shield.json b/1.12.2/assets/minecraft/recipes/shield.json new file mode 100644 index 00000000..b4d93c11 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/shield.json @@ -0,0 +1,42 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "WoW", + "WWW", + " W " + ], + "key": { + "W": [ + { + "item": "minecraft:planks", + "data": 0 + }, + { + "item": "minecraft:planks", + "data": 1 + }, + { + "item": "minecraft:planks", + "data": 2 + }, + { + "item": "minecraft:planks", + "data": 3 + }, + { + "item": "minecraft:planks", + "data": 4 + }, + { + "item": "minecraft:planks", + "data": 5 + } + ], + "o": { + "item": "minecraft:iron_ingot" + } + }, + "result": { + "item": "minecraft:shield" + } +} diff --git a/1.12.2/assets/minecraft/recipes/sign.json b/1.12.2/assets/minecraft/recipes/sign.json new file mode 100644 index 00000000..032ed379 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/sign.json @@ -0,0 +1,43 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "###", + "###", + " X " + ], + "key": { + "#": [ + { + "item": "minecraft:planks", + "data": 0 + }, + { + "item": "minecraft:planks", + "data": 1 + }, + { + "item": "minecraft:planks", + "data": 2 + }, + { + "item": "minecraft:planks", + "data": 3 + }, + { + "item": "minecraft:planks", + "data": 4 + }, + { + "item": "minecraft:planks", + "data": 5 + } + ], + "X": { + "item": "minecraft:stick" + } + }, + "result": { + "item": "minecraft:sign", + "count": 3 + } +} diff --git a/1.12.2/assets/minecraft/recipes/slime.json b/1.12.2/assets/minecraft/recipes/slime.json new file mode 100644 index 00000000..e4191188 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/slime.json @@ -0,0 +1,16 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "###", + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:slime_ball" + } + }, + "result": { + "item": "minecraft:slime" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/slime_ball.json b/1.12.2/assets/minecraft/recipes/slime_ball.json new file mode 100644 index 00000000..46690ac8 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/slime_ball.json @@ -0,0 +1,15 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "#" + ], + "key": { + "#": { + "item": "minecraft:slime" + } + }, + "result": { + "item": "minecraft:slime_ball", + "count": 9 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/smooth_red_sandstone.json b/1.12.2/assets/minecraft/recipes/smooth_red_sandstone.json new file mode 100644 index 00000000..1d86023d --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/smooth_red_sandstone.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "##", + "##" + ], + "key": { + "#": { + "item": "minecraft:red_sandstone", + "data": 0 + } + }, + "result": { + "item": "minecraft:red_sandstone", + "data": 2, + "count": 4 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/smooth_sandstone.json b/1.12.2/assets/minecraft/recipes/smooth_sandstone.json new file mode 100644 index 00000000..087ea891 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/smooth_sandstone.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "##", + "##" + ], + "key": { + "#": { + "item": "minecraft:sandstone", + "data": 0 + } + }, + "result": { + "item": "minecraft:sandstone", + "data": 2, + "count": 4 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/snow.json b/1.12.2/assets/minecraft/recipes/snow.json new file mode 100644 index 00000000..9ee7ab5a --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/snow.json @@ -0,0 +1,15 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "##", + "##" + ], + "key": { + "#": { + "item": "minecraft:snowball" + } + }, + "result": { + "item": "minecraft:snow" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/snow_layer.json b/1.12.2/assets/minecraft/recipes/snow_layer.json new file mode 100644 index 00000000..b54f5ae0 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/snow_layer.json @@ -0,0 +1,15 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "###" + ], + "key": { + "#": { + "item": "minecraft:snow" + } + }, + "result": { + "item": "minecraft:snow_layer", + "count": 6 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/speckled_melon.json b/1.12.2/assets/minecraft/recipes/speckled_melon.json new file mode 100644 index 00000000..790b70b0 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/speckled_melon.json @@ -0,0 +1,19 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:gold_nugget" + }, + "X": { + "item": "minecraft:melon" + } + }, + "result": { + "item": "minecraft:speckled_melon" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/spectral_arrow.json b/1.12.2/assets/minecraft/recipes/spectral_arrow.json new file mode 100644 index 00000000..09201d09 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/spectral_arrow.json @@ -0,0 +1,20 @@ +{ + "type": "crafting_shaped", + "pattern": [ + " # ", + "#X#", + " # " + ], + "key": { + "#": { + "item": "minecraft:glowstone_dust" + }, + "X": { + "item": "minecraft:arrow" + } + }, + "result": { + "item": "minecraft:spectral_arrow", + "count": 2 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/spruce_boat.json b/1.12.2/assets/minecraft/recipes/spruce_boat.json new file mode 100644 index 00000000..dd254c9f --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/spruce_boat.json @@ -0,0 +1,17 @@ +{ + "type": "crafting_shaped", + "group": "boat", + "pattern": [ + "# #", + "###" + ], + "key": { + "#": { + "item": "minecraft:planks", + "data": 1 + } + }, + "result": { + "item": "minecraft:spruce_boat" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/spruce_door.json b/1.12.2/assets/minecraft/recipes/spruce_door.json new file mode 100644 index 00000000..f8d39491 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/spruce_door.json @@ -0,0 +1,19 @@ +{ + "type": "crafting_shaped", + "group": "wooden_door", + "pattern": [ + "##", + "##", + "##" + ], + "key": { + "#": { + "item": "minecraft:planks", + "data": 1 + } + }, + "result": { + "item": "minecraft:spruce_door", + "count": 3 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/spruce_fence.json b/1.12.2/assets/minecraft/recipes/spruce_fence.json new file mode 100644 index 00000000..30075bc4 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/spruce_fence.json @@ -0,0 +1,21 @@ +{ + "type": "crafting_shaped", + "group": "wooden_fence", + "pattern": [ + "W#W", + "W#W" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "W": { + "item": "minecraft:planks", + "data": 1 + } + }, + "result": { + "item": "minecraft:spruce_fence", + "count": 3 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/spruce_fence_gate.json b/1.12.2/assets/minecraft/recipes/spruce_fence_gate.json new file mode 100644 index 00000000..4fa3510d --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/spruce_fence_gate.json @@ -0,0 +1,20 @@ +{ + "type": "crafting_shaped", + "group": "wooden_fence_gate", + "pattern": [ + "#W#", + "#W#" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "W": { + "item": "minecraft:planks", + "data": 1 + } + }, + "result": { + "item": "minecraft:spruce_fence_gate" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/spruce_planks.json b/1.12.2/assets/minecraft/recipes/spruce_planks.json new file mode 100644 index 00000000..671655b5 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/spruce_planks.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shaped", + "group": "planks", + "pattern": [ + "#" + ], + "key": { + "#": { + "item": "minecraft:log", + "data": 1 + } + }, + "result": { + "item": "minecraft:planks", + "data": 1, + "count": 4 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/spruce_stairs.json b/1.12.2/assets/minecraft/recipes/spruce_stairs.json new file mode 100644 index 00000000..30cbe492 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/spruce_stairs.json @@ -0,0 +1,19 @@ +{ + "type": "crafting_shaped", + "group": "wooden_stairs", + "pattern": [ + "# ", + "## ", + "###" + ], + "key": { + "#": { + "item": "minecraft:planks", + "data": 1 + } + }, + "result": { + "item": "minecraft:spruce_stairs", + "count": 4 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/spruce_wooden_slab.json b/1.12.2/assets/minecraft/recipes/spruce_wooden_slab.json new file mode 100644 index 00000000..04360727 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/spruce_wooden_slab.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shaped", + "group": "wooden_slab", + "pattern": [ + "###" + ], + "key": { + "#": { + "item": "minecraft:planks", + "data": 1 + } + }, + "result": { + "item": "minecraft:wooden_slab", + "data": 1, + "count": 6 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/stick.json b/1.12.2/assets/minecraft/recipes/stick.json new file mode 100644 index 00000000..61088abf --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/stick.json @@ -0,0 +1,39 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "#", + "#" + ], + "key": { + "#": [ + { + "item": "minecraft:planks", + "data": 0 + }, + { + "item": "minecraft:planks", + "data": 1 + }, + { + "item": "minecraft:planks", + "data": 2 + }, + { + "item": "minecraft:planks", + "data": 3 + }, + { + "item": "minecraft:planks", + "data": 4 + }, + { + "item": "minecraft:planks", + "data": 5 + } + ] + }, + "result": { + "item": "minecraft:stick", + "count": 4 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/sticky_piston.json b/1.12.2/assets/minecraft/recipes/sticky_piston.json new file mode 100644 index 00000000..06bfd575 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/sticky_piston.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "S", + "P" + ], + "key": { + "P": { + "item": "minecraft:piston" + }, + "S": { + "item": "minecraft:slime_ball" + } + }, + "result": { + "item": "minecraft:sticky_piston" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/stone_axe.json b/1.12.2/assets/minecraft/recipes/stone_axe.json new file mode 100644 index 00000000..00aa55e4 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/stone_axe.json @@ -0,0 +1,19 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "XX", + "X#", + " #" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "X": { + "item": "minecraft:cobblestone" + } + }, + "result": { + "item": "minecraft:stone_axe" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/stone_brick_slab.json b/1.12.2/assets/minecraft/recipes/stone_brick_slab.json new file mode 100644 index 00000000..da743095 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/stone_brick_slab.json @@ -0,0 +1,31 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "###" + ], + "key": { + "#": [ + { + "item": "minecraft:stonebrick", + "data": 0 + }, + { + "item": "minecraft:stonebrick", + "data": 1 + }, + { + "item": "minecraft:stonebrick", + "data": 2 + }, + { + "item": "minecraft:stonebrick", + "data": 3 + } + ] + }, + "result": { + "item": "minecraft:stone_slab", + "data": 5, + "count": 6 + } +} diff --git a/1.12.2/assets/minecraft/recipes/stone_brick_stairs.json b/1.12.2/assets/minecraft/recipes/stone_brick_stairs.json new file mode 100644 index 00000000..7ecc24f4 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/stone_brick_stairs.json @@ -0,0 +1,32 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "# ", + "## ", + "###" + ], + "key": { + "#": [ + { + "item": "minecraft:stonebrick", + "data": 0 + }, + { + "item": "minecraft:stonebrick", + "data": 1 + }, + { + "item": "minecraft:stonebrick", + "data": 2 + }, + { + "item": "minecraft:stonebrick", + "data": 3 + } + ] + }, + "result": { + "item": "minecraft:stone_brick_stairs", + "count": 4 + } +} diff --git a/1.12.2/assets/minecraft/recipes/stone_button.json b/1.12.2/assets/minecraft/recipes/stone_button.json new file mode 100644 index 00000000..f7febced --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/stone_button.json @@ -0,0 +1,15 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "#" + ], + "key": { + "#": { + "item": "minecraft:stone", + "data": 0 + } + }, + "result": { + "item": "minecraft:stone_button" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/stone_hoe.json b/1.12.2/assets/minecraft/recipes/stone_hoe.json new file mode 100644 index 00000000..8f4dbf7c --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/stone_hoe.json @@ -0,0 +1,19 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "XX", + " #", + " #" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "X": { + "item": "minecraft:cobblestone" + } + }, + "result": { + "item": "minecraft:stone_hoe" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/stone_pickaxe.json b/1.12.2/assets/minecraft/recipes/stone_pickaxe.json new file mode 100644 index 00000000..75be861d --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/stone_pickaxe.json @@ -0,0 +1,19 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "XXX", + " # ", + " # " + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "X": { + "item": "minecraft:cobblestone" + } + }, + "result": { + "item": "minecraft:stone_pickaxe" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/stone_pressure_plate.json b/1.12.2/assets/minecraft/recipes/stone_pressure_plate.json new file mode 100644 index 00000000..0dab0857 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/stone_pressure_plate.json @@ -0,0 +1,15 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "##" + ], + "key": { + "#": { + "item": "minecraft:stone", + "data": 0 + } + }, + "result": { + "item": "minecraft:stone_pressure_plate" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/stone_shovel.json b/1.12.2/assets/minecraft/recipes/stone_shovel.json new file mode 100644 index 00000000..0a6025f8 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/stone_shovel.json @@ -0,0 +1,19 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "X", + "#", + "#" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "X": { + "item": "minecraft:cobblestone" + } + }, + "result": { + "item": "minecraft:stone_shovel" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/stone_slab.json b/1.12.2/assets/minecraft/recipes/stone_slab.json new file mode 100644 index 00000000..d2876800 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/stone_slab.json @@ -0,0 +1,17 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "###" + ], + "key": { + "#": { + "item": "minecraft:stone", + "data": 0 + } + }, + "result": { + "item": "minecraft:stone_slab", + "data": 0, + "count": 6 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/stone_stairs.json b/1.12.2/assets/minecraft/recipes/stone_stairs.json new file mode 100644 index 00000000..53d24816 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/stone_stairs.json @@ -0,0 +1,17 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "# ", + "## ", + "###" + ], + "key": { + "#": { + "item": "minecraft:cobblestone" + } + }, + "result": { + "item": "minecraft:stone_stairs", + "count": 4 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/stone_sword.json b/1.12.2/assets/minecraft/recipes/stone_sword.json new file mode 100644 index 00000000..2ad28b58 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/stone_sword.json @@ -0,0 +1,19 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "X", + "X", + "#" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "X": { + "item": "minecraft:cobblestone" + } + }, + "result": { + "item": "minecraft:stone_sword" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/stonebrick.json b/1.12.2/assets/minecraft/recipes/stonebrick.json new file mode 100644 index 00000000..762b1d96 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/stonebrick.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "##", + "##" + ], + "key": { + "#": { + "item": "minecraft:stone", + "data": 0 + } + }, + "result": { + "item": "minecraft:stonebrick", + "data": 0, + "count": 4 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/string_to_wool.json b/1.12.2/assets/minecraft/recipes/string_to_wool.json new file mode 100644 index 00000000..8e0e50fa --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/string_to_wool.json @@ -0,0 +1,16 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "##", + "##" + ], + "key": { + "#": { + "item": "minecraft:string" + } + }, + "result": { + "item": "minecraft:wool", + "data": 0 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/sugar.json b/1.12.2/assets/minecraft/recipes/sugar.json new file mode 100644 index 00000000..fcb18813 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/sugar.json @@ -0,0 +1,14 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "#" + ], + "key": { + "#": { + "item": "minecraft:reeds" + } + }, + "result": { + "item": "minecraft:sugar" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/tnt.json b/1.12.2/assets/minecraft/recipes/tnt.json new file mode 100644 index 00000000..eb4512e0 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/tnt.json @@ -0,0 +1,26 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "X#X", + "#X#", + "X#X" + ], + "key": { + "#": [ + { + "item": "minecraft:sand", + "data": 0 + }, + { + "item": "minecraft:sand", + "data": 1 + } + ], + "X": { + "item": "minecraft:gunpowder" + } + }, + "result": { + "item": "minecraft:tnt" + } +} diff --git a/1.12.2/assets/minecraft/recipes/tnt_minecart.json b/1.12.2/assets/minecraft/recipes/tnt_minecart.json new file mode 100644 index 00000000..20136898 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/tnt_minecart.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "A", + "B" + ], + "key": { + "A": { + "item": "minecraft:tnt" + }, + "B": { + "item": "minecraft:minecart" + } + }, + "result": { + "item": "minecraft:tnt_minecart" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/torch.json b/1.12.2/assets/minecraft/recipes/torch.json new file mode 100644 index 00000000..6c8db588 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/torch.json @@ -0,0 +1,26 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "X", + "#" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "X": [ + { + "item": "minecraft:coal", + "data": 0 + }, + { + "item": "minecraft:coal", + "data": 1 + } + ] + }, + "result": { + "item": "minecraft:torch", + "count": 4 + } +} diff --git a/1.12.2/assets/minecraft/recipes/trapdoor.json b/1.12.2/assets/minecraft/recipes/trapdoor.json new file mode 100644 index 00000000..f9c344b7 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/trapdoor.json @@ -0,0 +1,39 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "###", + "###" + ], + "key": { + "#": [ + { + "item": "minecraft:planks", + "data": 0 + }, + { + "item": "minecraft:planks", + "data": 1 + }, + { + "item": "minecraft:planks", + "data": 2 + }, + { + "item": "minecraft:planks", + "data": 3 + }, + { + "item": "minecraft:planks", + "data": 4 + }, + { + "item": "minecraft:planks", + "data": 5 + } + ] + }, + "result": { + "item": "minecraft:trapdoor", + "count": 2 + } +} diff --git a/1.12.2/assets/minecraft/recipes/trapped_chest.json b/1.12.2/assets/minecraft/recipes/trapped_chest.json new file mode 100644 index 00000000..d16847af --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/trapped_chest.json @@ -0,0 +1,14 @@ +{ + "type": "crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:chest" + }, + { + "item": "minecraft:tripwire_hook" + } + ], + "result": { + "item": "minecraft:trapped_chest" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/tripwire_hook.json b/1.12.2/assets/minecraft/recipes/tripwire_hook.json new file mode 100644 index 00000000..d6d29932 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/tripwire_hook.json @@ -0,0 +1,46 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "I", + "S", + "#" + ], + "key": { + "#": [ + { + "item": "minecraft:planks", + "data": 0 + }, + { + "item": "minecraft:planks", + "data": 1 + }, + { + "item": "minecraft:planks", + "data": 2 + }, + { + "item": "minecraft:planks", + "data": 3 + }, + { + "item": "minecraft:planks", + "data": 4 + }, + { + "item": "minecraft:planks", + "data": 5 + } + ], + "S": { + "item": "minecraft:stick" + }, + "I": { + "item": "minecraft:iron_ingot" + } + }, + "result": { + "item": "minecraft:tripwire_hook", + "count": 2 + } +} diff --git a/1.12.2/assets/minecraft/recipes/wheat.json b/1.12.2/assets/minecraft/recipes/wheat.json new file mode 100644 index 00000000..011ba6ed --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/wheat.json @@ -0,0 +1,15 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "#" + ], + "key": { + "#": { + "item": "minecraft:hay_block" + } + }, + "result": { + "item": "minecraft:wheat", + "count": 9 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/white_banner.json b/1.12.2/assets/minecraft/recipes/white_banner.json new file mode 100644 index 00000000..258adaed --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/white_banner.json @@ -0,0 +1,22 @@ +{ + "type": "crafting_shaped", + "group": "banner", + "pattern": [ + "###", + "###", + " | " + ], + "key": { + "#": { + "item": "minecraft:wool", + "data": 0 + }, + "|": { + "item": "minecraft:stick" + } + }, + "result": { + "item": "minecraft:banner", + "data": 15 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/white_bed.json b/1.12.2/assets/minecraft/recipes/white_bed.json new file mode 100644 index 00000000..1546da33 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/white_bed.json @@ -0,0 +1,44 @@ +{ + "type": "crafting_shaped", + "group": "bed", + "pattern": [ + "###", + "XXX" + ], + "key": { + "#": { + "item": "minecraft:wool", + "data": 0 + }, + "X": [ + { + "item": "minecraft:planks", + "data": 0 + }, + { + "item": "minecraft:planks", + "data": 1 + }, + { + "item": "minecraft:planks", + "data": 2 + }, + { + "item": "minecraft:planks", + "data": 3 + }, + { + "item": "minecraft:planks", + "data": 4 + }, + { + "item": "minecraft:planks", + "data": 5 + } + ] + }, + "result": { + "item": "minecraft:bed", + "data": 0 + } +} diff --git a/1.12.2/assets/minecraft/recipes/white_carpet.json b/1.12.2/assets/minecraft/recipes/white_carpet.json new file mode 100644 index 00000000..d34b5121 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/white_carpet.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shaped", + "group": "carpet", + "pattern": [ + "##" + ], + "key": { + "#": { + "item": "minecraft:wool", + "data": 0 + } + }, + "result": { + "item": "minecraft:carpet", + "data": 0, + "count": 3 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/white_concrete_powder.json b/1.12.2/assets/minecraft/recipes/white_concrete_powder.json new file mode 100644 index 00000000..b498d190 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/white_concrete_powder.json @@ -0,0 +1,43 @@ +{ + "type": "crafting_shapeless", + "group": "concrete_powder", + "ingredients": [ + { + "item": "minecraft:dye", + "data": 15 + }, + { + "item": "minecraft:sand", + "data": 0 + }, + { + "item": "minecraft:sand", + "data": 0 + }, + { + "item": "minecraft:sand", + "data": 0 + }, + { + "item": "minecraft:sand", + "data": 0 + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + } + ], + "result": { + "item": "minecraft:concrete_powder", + "data": 0, + "count": 8 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/white_stained_glass.json b/1.12.2/assets/minecraft/recipes/white_stained_glass.json new file mode 100644 index 00000000..f9369789 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/white_stained_glass.json @@ -0,0 +1,23 @@ +{ + "type": "crafting_shaped", + "group": "stained_glass", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:glass" + }, + "X": { + "item": "minecraft:dye", + "data": 15 + } + }, + "result": { + "item": "minecraft:stained_glass", + "data": 0, + "count": 8 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/white_stained_glass_pane.json b/1.12.2/assets/minecraft/recipes/white_stained_glass_pane.json new file mode 100644 index 00000000..853d9156 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/white_stained_glass_pane.json @@ -0,0 +1,19 @@ +{ + "type": "crafting_shaped", + "group": "stained_glass_pane", + "pattern": [ + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:stained_glass", + "data": 0 + } + }, + "result": { + "item": "minecraft:stained_glass_pane", + "data": 0, + "count": 16 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/white_stained_hardened_clay.json b/1.12.2/assets/minecraft/recipes/white_stained_hardened_clay.json new file mode 100644 index 00000000..e6d81c13 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/white_stained_hardened_clay.json @@ -0,0 +1,23 @@ +{ + "type": "crafting_shaped", + "group": "stained_hardened_clay", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:hardened_clay" + }, + "X": { + "item": "minecraft:dye", + "data": 15 + } + }, + "result": { + "item": "minecraft:stained_hardened_clay", + "data": 0, + "count": 8 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/wooden_axe.json b/1.12.2/assets/minecraft/recipes/wooden_axe.json new file mode 100644 index 00000000..4a0ef1cf --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/wooden_axe.json @@ -0,0 +1,42 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "XX", + "X#", + " #" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "X": [ + { + "item": "minecraft:planks", + "data": 0 + }, + { + "item": "minecraft:planks", + "data": 1 + }, + { + "item": "minecraft:planks", + "data": 2 + }, + { + "item": "minecraft:planks", + "data": 3 + }, + { + "item": "minecraft:planks", + "data": 4 + }, + { + "item": "minecraft:planks", + "data": 5 + } + ] + }, + "result": { + "item": "minecraft:wooden_axe" + } +} diff --git a/1.12.2/assets/minecraft/recipes/wooden_button.json b/1.12.2/assets/minecraft/recipes/wooden_button.json new file mode 100644 index 00000000..44d66bd3 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/wooden_button.json @@ -0,0 +1,37 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "#" + ], + "key": { + "#": [ + { + "item": "minecraft:planks", + "data": 0 + }, + { + "item": "minecraft:planks", + "data": 1 + }, + { + "item": "minecraft:planks", + "data": 2 + }, + { + "item": "minecraft:planks", + "data": 3 + }, + { + "item": "minecraft:planks", + "data": 4 + }, + { + "item": "minecraft:planks", + "data": 5 + } + ] + }, + "result": { + "item": "minecraft:wooden_button" + } +} diff --git a/1.12.2/assets/minecraft/recipes/wooden_door.json b/1.12.2/assets/minecraft/recipes/wooden_door.json new file mode 100644 index 00000000..df9dfc2a --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/wooden_door.json @@ -0,0 +1,19 @@ +{ + "type": "crafting_shaped", + "group": "wooden_door", + "pattern": [ + "##", + "##", + "##" + ], + "key": { + "#": { + "item": "minecraft:planks", + "data": 0 + } + }, + "result": { + "item": "minecraft:wooden_door", + "count": 3 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/wooden_hoe.json b/1.12.2/assets/minecraft/recipes/wooden_hoe.json new file mode 100644 index 00000000..230fcda7 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/wooden_hoe.json @@ -0,0 +1,42 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "XX", + " #", + " #" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "X": [ + { + "item": "minecraft:planks", + "data": 0 + }, + { + "item": "minecraft:planks", + "data": 1 + }, + { + "item": "minecraft:planks", + "data": 2 + }, + { + "item": "minecraft:planks", + "data": 3 + }, + { + "item": "minecraft:planks", + "data": 4 + }, + { + "item": "minecraft:planks", + "data": 5 + } + ] + }, + "result": { + "item": "minecraft:wooden_hoe" + } +} diff --git a/1.12.2/assets/minecraft/recipes/wooden_pickaxe.json b/1.12.2/assets/minecraft/recipes/wooden_pickaxe.json new file mode 100644 index 00000000..0f312733 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/wooden_pickaxe.json @@ -0,0 +1,42 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "XXX", + " # ", + " # " + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "X": [ + { + "item": "minecraft:planks", + "data": 0 + }, + { + "item": "minecraft:planks", + "data": 1 + }, + { + "item": "minecraft:planks", + "data": 2 + }, + { + "item": "minecraft:planks", + "data": 3 + }, + { + "item": "minecraft:planks", + "data": 4 + }, + { + "item": "minecraft:planks", + "data": 5 + } + ] + }, + "result": { + "item": "minecraft:wooden_pickaxe" + } +} diff --git a/1.12.2/assets/minecraft/recipes/wooden_pressure_plate.json b/1.12.2/assets/minecraft/recipes/wooden_pressure_plate.json new file mode 100644 index 00000000..31d49085 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/wooden_pressure_plate.json @@ -0,0 +1,37 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "##" + ], + "key": { + "#": [ + { + "item": "minecraft:planks", + "data": 0 + }, + { + "item": "minecraft:planks", + "data": 1 + }, + { + "item": "minecraft:planks", + "data": 2 + }, + { + "item": "minecraft:planks", + "data": 3 + }, + { + "item": "minecraft:planks", + "data": 4 + }, + { + "item": "minecraft:planks", + "data": 5 + } + ] + }, + "result": { + "item": "minecraft:wooden_pressure_plate" + } +} diff --git a/1.12.2/assets/minecraft/recipes/wooden_shovel.json b/1.12.2/assets/minecraft/recipes/wooden_shovel.json new file mode 100644 index 00000000..740ae660 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/wooden_shovel.json @@ -0,0 +1,42 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "X", + "#", + "#" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "X": [ + { + "item": "minecraft:planks", + "data": 0 + }, + { + "item": "minecraft:planks", + "data": 1 + }, + { + "item": "minecraft:planks", + "data": 2 + }, + { + "item": "minecraft:planks", + "data": 3 + }, + { + "item": "minecraft:planks", + "data": 4 + }, + { + "item": "minecraft:planks", + "data": 5 + } + ] + }, + "result": { + "item": "minecraft:wooden_shovel" + } +} diff --git a/1.12.2/assets/minecraft/recipes/wooden_sword.json b/1.12.2/assets/minecraft/recipes/wooden_sword.json new file mode 100644 index 00000000..ec25ec9b --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/wooden_sword.json @@ -0,0 +1,42 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "X", + "X", + "#" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "X": [ + { + "item": "minecraft:planks", + "data": 0 + }, + { + "item": "minecraft:planks", + "data": 1 + }, + { + "item": "minecraft:planks", + "data": 2 + }, + { + "item": "minecraft:planks", + "data": 3 + }, + { + "item": "minecraft:planks", + "data": 4 + }, + { + "item": "minecraft:planks", + "data": 5 + } + ] + }, + "result": { + "item": "minecraft:wooden_sword" + } +} diff --git a/1.12.2/assets/minecraft/recipes/writable_book.json b/1.12.2/assets/minecraft/recipes/writable_book.json new file mode 100644 index 00000000..f0f0620a --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/writable_book.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:book" + }, + { + "item": "minecraft:dye", + "data": 0 + }, + { + "item": "minecraft:feather" + } + ], + "result": { + "item": "minecraft:writable_book" + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/yellow_banner.json b/1.12.2/assets/minecraft/recipes/yellow_banner.json new file mode 100644 index 00000000..086ab8d5 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/yellow_banner.json @@ -0,0 +1,22 @@ +{ + "type": "crafting_shaped", + "group": "banner", + "pattern": [ + "###", + "###", + " | " + ], + "key": { + "#": { + "item": "minecraft:wool", + "data": 4 + }, + "|": { + "item": "minecraft:stick" + } + }, + "result": { + "item": "minecraft:banner", + "data": 11 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/yellow_bed.json b/1.12.2/assets/minecraft/recipes/yellow_bed.json new file mode 100644 index 00000000..d7b97083 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/yellow_bed.json @@ -0,0 +1,44 @@ +{ + "type": "crafting_shaped", + "group": "bed", + "pattern": [ + "###", + "XXX" + ], + "key": { + "#": { + "item": "minecraft:wool", + "data": 4 + }, + "X": [ + { + "item": "minecraft:planks", + "data": 0 + }, + { + "item": "minecraft:planks", + "data": 1 + }, + { + "item": "minecraft:planks", + "data": 2 + }, + { + "item": "minecraft:planks", + "data": 3 + }, + { + "item": "minecraft:planks", + "data": 4 + }, + { + "item": "minecraft:planks", + "data": 5 + } + ] + }, + "result": { + "item": "minecraft:bed", + "data": 4 + } +} diff --git a/1.12.2/assets/minecraft/recipes/yellow_bed_from_white_bed.json b/1.12.2/assets/minecraft/recipes/yellow_bed_from_white_bed.json new file mode 100644 index 00000000..5d5891a8 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/yellow_bed_from_white_bed.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shapeless", + "group": "dyed_bed", + "ingredients": [ + { + "item": "minecraft:bed", + "data": 0 + }, + { + "item": "minecraft:dye", + "data": 11 + } + ], + "result": { + "item": "minecraft:bed", + "data": 4 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/yellow_carpet.json b/1.12.2/assets/minecraft/recipes/yellow_carpet.json new file mode 100644 index 00000000..08d97754 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/yellow_carpet.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shaped", + "group": "carpet", + "pattern": [ + "##" + ], + "key": { + "#": { + "item": "minecraft:wool", + "data": 4 + } + }, + "result": { + "item": "minecraft:carpet", + "data": 4, + "count": 3 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/yellow_concrete_powder.json b/1.12.2/assets/minecraft/recipes/yellow_concrete_powder.json new file mode 100644 index 00000000..415b3dd5 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/yellow_concrete_powder.json @@ -0,0 +1,43 @@ +{ + "type": "crafting_shapeless", + "group": "concrete_powder", + "ingredients": [ + { + "item": "minecraft:dye", + "data": 11 + }, + { + "item": "minecraft:sand", + "data": 0 + }, + { + "item": "minecraft:sand", + "data": 0 + }, + { + "item": "minecraft:sand", + "data": 0 + }, + { + "item": "minecraft:sand", + "data": 0 + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + } + ], + "result": { + "item": "minecraft:concrete_powder", + "data": 4, + "count": 8 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/yellow_dye_from_dandelion.json b/1.12.2/assets/minecraft/recipes/yellow_dye_from_dandelion.json new file mode 100644 index 00000000..9bbfc078 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/yellow_dye_from_dandelion.json @@ -0,0 +1,14 @@ +{ + "type": "crafting_shapeless", + "group": "yellow_dye", + "ingredients": [ + { + "item": "minecraft:yellow_flower", + "data": 0 + } + ], + "result": { + "item": "minecraft:dye", + "data": 11 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/yellow_dye_from_sunflower.json b/1.12.2/assets/minecraft/recipes/yellow_dye_from_sunflower.json new file mode 100644 index 00000000..077cf136 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/yellow_dye_from_sunflower.json @@ -0,0 +1,15 @@ +{ + "type": "crafting_shapeless", + "group": "yellow_dye", + "ingredients": [ + { + "item": "minecraft:double_plant", + "data": 0 + } + ], + "result": { + "item": "minecraft:dye", + "data": 11, + "count": 2 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/yellow_stained_glass.json b/1.12.2/assets/minecraft/recipes/yellow_stained_glass.json new file mode 100644 index 00000000..3348be33 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/yellow_stained_glass.json @@ -0,0 +1,23 @@ +{ + "type": "crafting_shaped", + "group": "stained_glass", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:glass" + }, + "X": { + "item": "minecraft:dye", + "data": 11 + } + }, + "result": { + "item": "minecraft:stained_glass", + "data": 4, + "count": 8 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/yellow_stained_glass_pane.json b/1.12.2/assets/minecraft/recipes/yellow_stained_glass_pane.json new file mode 100644 index 00000000..58336b00 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/yellow_stained_glass_pane.json @@ -0,0 +1,19 @@ +{ + "type": "crafting_shaped", + "group": "stained_glass_pane", + "pattern": [ + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:stained_glass", + "data": 4 + } + }, + "result": { + "item": "minecraft:stained_glass_pane", + "data": 4, + "count": 16 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/yellow_stained_hardened_clay.json b/1.12.2/assets/minecraft/recipes/yellow_stained_hardened_clay.json new file mode 100644 index 00000000..4bcea980 --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/yellow_stained_hardened_clay.json @@ -0,0 +1,23 @@ +{ + "type": "crafting_shaped", + "group": "stained_hardened_clay", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:hardened_clay" + }, + "X": { + "item": "minecraft:dye", + "data": 11 + } + }, + "result": { + "item": "minecraft:stained_hardened_clay", + "data": 4, + "count": 8 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/recipes/yellow_wool.json b/1.12.2/assets/minecraft/recipes/yellow_wool.json new file mode 100644 index 00000000..ac71e9cc --- /dev/null +++ b/1.12.2/assets/minecraft/recipes/yellow_wool.json @@ -0,0 +1,18 @@ +{ + "type": "crafting_shapeless", + "group": "wool", + "ingredients": [ + { + "item": "minecraft:dye", + "data": 11 + }, + { + "item": "minecraft:wool", + "data": 0 + } + ], + "result": { + "item": "minecraft:wool", + "data": 4 + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/shaders/post/antialias.json b/1.12.2/assets/minecraft/shaders/post/antialias.json new file mode 100644 index 00000000..bc31af30 --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/post/antialias.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "antialias", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.12.2/assets/minecraft/shaders/post/art.json b/1.12.2/assets/minecraft/shaders/post/art.json new file mode 100644 index 00000000..6d6c7ec5 --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/post/art.json @@ -0,0 +1,64 @@ +{ + "targets": [ + "0", + "1" + ], + "passes": [ + { + "name": "blobs2", + "intarget": "minecraft:main", + "outtarget": "0" + }, + { + "name": "outline_watercolor", + "intarget": "0", + "outtarget": "minecraft:main" + }, + { + "name": "blur", + "intarget": "minecraft:main", + "outtarget": "1", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.8, 0.0 ] + }, + { + "name": "Radius", + "values": [ 20.0 ] + } + ] + }, + { + "name": "blur", + "intarget": "1", + "outtarget": "minecraft:main", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.0, 0.8 ] + }, + { + "name": "Radius", + "values": [ 20.0 ] + } + ] + }, + { + "name": "outline_combine", + "intarget": "0", + "outtarget": "1", + "auxtargets": [ + { + "name": "OutlineSampler", + "id": "minecraft:main" + } + ] + }, + { + "name": "blit", + "intarget": "1", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.12.2/assets/minecraft/shaders/post/bits.json b/1.12.2/assets/minecraft/shaders/post/bits.json new file mode 100644 index 00000000..7236746c --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/post/bits.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "bits", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.12.2/assets/minecraft/shaders/post/blobs.json b/1.12.2/assets/minecraft/shaders/post/blobs.json new file mode 100644 index 00000000..d6260aa2 --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/post/blobs.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "blobs", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.12.2/assets/minecraft/shaders/post/blobs2.json b/1.12.2/assets/minecraft/shaders/post/blobs2.json new file mode 100644 index 00000000..3464ae30 --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/post/blobs2.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "blobs2", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.12.2/assets/minecraft/shaders/post/blur.json b/1.12.2/assets/minecraft/shaders/post/blur.json new file mode 100644 index 00000000..bca04d5e --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/post/blur.json @@ -0,0 +1,37 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "blur", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 1.0, 0.0 ] + }, + { + "name": "Radius", + "values": [ 20.0 ] + } + ] + }, + { + "name": "blur", + "intarget": "swap", + "outtarget": "minecraft:main", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.0, 1.0 ] + }, + { + "name": "Radius", + "values": [ 20.0 ] + } + ] + } + ] +} diff --git a/1.12.2/assets/minecraft/shaders/post/bumpy.json b/1.12.2/assets/minecraft/shaders/post/bumpy.json new file mode 100644 index 00000000..0870985d --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/post/bumpy.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "bumpy", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.12.2/assets/minecraft/shaders/post/color_convolve.json b/1.12.2/assets/minecraft/shaders/post/color_convolve.json new file mode 100644 index 00000000..9f002121 --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/post/color_convolve.json @@ -0,0 +1,20 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "color_convolve", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { "name": "Saturation", "values": [ 1.4 ] } + ] + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.12.2/assets/minecraft/shaders/post/creeper.json b/1.12.2/assets/minecraft/shaders/post/creeper.json new file mode 100644 index 00000000..da503f1a --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/post/creeper.json @@ -0,0 +1,41 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "color_convolve", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { + "name": "RedMatrix", + "values": [ 0.0, 0.0, 0.0 ] + }, + { + "name": "GreenMatrix", + "values": [ 0.3, 0.59, 0.11 ] + }, + { + "name": "BlueMatrix", + "values": [ 0.0, 0.0, 0.0 ] + } + ] + }, + { + "name": "bits", + "intarget": "swap", + "outtarget": "minecraft:main", + "uniforms": [ + { + "name": "Resolution", + "values": [ 16.0 ] + }, + { + "name": "MosaicSize", + "values": [ 4.0 ] + } + ] + } + ] +} diff --git a/1.12.2/assets/minecraft/shaders/post/deconverge.json b/1.12.2/assets/minecraft/shaders/post/deconverge.json new file mode 100644 index 00000000..4eb2b8db --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/post/deconverge.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "deconverge", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.12.2/assets/minecraft/shaders/post/desaturate.json b/1.12.2/assets/minecraft/shaders/post/desaturate.json new file mode 100644 index 00000000..675018fa --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/post/desaturate.json @@ -0,0 +1,23 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "color_convolve", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { + "name": "Saturation", + "values": [ 0.2 ] + } + ] + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.12.2/assets/minecraft/shaders/post/entity_outline.json b/1.12.2/assets/minecraft/shaders/post/entity_outline.json new file mode 100644 index 00000000..e53ff3db --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/post/entity_outline.json @@ -0,0 +1,48 @@ +{ + "targets": [ + "swap", + "final" + ], + "passes": [ + { + "name": "entity_outline", + "intarget": "final", + "outtarget": "swap" + }, + { + "name": "blur", + "intarget": "swap", + "outtarget": "final", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 1.0, 0.0 ] + }, + { + "name": "Radius", + "values": [ 2.0 ] + } + ] + }, + { + "name": "blur", + "intarget": "final", + "outtarget": "swap", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.0, 1.0 ] + }, + { + "name": "Radius", + "values": [ 2.0 ] + } + ] + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "final" + } + ] +} diff --git a/1.12.2/assets/minecraft/shaders/post/flip.json b/1.12.2/assets/minecraft/shaders/post/flip.json new file mode 100644 index 00000000..e3824357 --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/post/flip.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "flip", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.12.2/assets/minecraft/shaders/post/fxaa.json b/1.12.2/assets/minecraft/shaders/post/fxaa.json new file mode 100644 index 00000000..83292b79 --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/post/fxaa.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "fxaa", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.12.2/assets/minecraft/shaders/post/green.json b/1.12.2/assets/minecraft/shaders/post/green.json new file mode 100644 index 00000000..5d0af6c9 --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/post/green.json @@ -0,0 +1,41 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "color_convolve", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { + "name": "RedMatrix", + "values": [ 0.0, 0.0, 0.0 ] + }, + { + "name": "GreenMatrix", + "values": [ 0.3, 0.59, 0.11 ] + }, + { + "name": "BlueMatrix", + "values": [ 0.0, 0.0, 0.0 ] + } + ] + }, + { + "name": "bits", + "intarget": "swap", + "outtarget": "minecraft:main" + }, + { + "name": "scan_pincushion", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.12.2/assets/minecraft/shaders/post/invert.json b/1.12.2/assets/minecraft/shaders/post/invert.json new file mode 100644 index 00000000..2ab63fb6 --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/post/invert.json @@ -0,0 +1,23 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "invert", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { + "name": "InverseAmount", + "values": [ 0.8 ] + } + ] + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.12.2/assets/minecraft/shaders/post/notch.json b/1.12.2/assets/minecraft/shaders/post/notch.json new file mode 100644 index 00000000..164943c2 --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/post/notch.json @@ -0,0 +1,26 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "notch", + "intarget": "minecraft:main", + "outtarget": "swap", + "auxtargets": [ + { + "name": "DitherSampler", + "id": "dither", + "width": 4, + "height": 4, + "bilinear": false + } + ] + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.12.2/assets/minecraft/shaders/post/ntsc.json b/1.12.2/assets/minecraft/shaders/post/ntsc.json new file mode 100644 index 00000000..abc005bd --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/post/ntsc.json @@ -0,0 +1,92 @@ +{ + "targets": [ + "swap", + "swap2", + "previous" + ], + "passes": [ + { + "name": "ntsc_encode", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "ntsc_decode", + "intarget": "swap", + "outtarget": "swap2", + "auxtargets": [ + { + "name": "BaseSampler", + "id": "minecraft:main" + } + ] + }, + { + "name": "color_convolve", + "intarget": "swap2", + "outtarget": "swap" + }, + { + "name": "deconverge", + "intarget": "swap", + "outtarget": "minecraft:main" + }, + { + "name": "blur", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 1.0, 0.0 ] + }, + { + "name": "Radius", + "values": [ 10.0 ] + } + ] + }, + { + "name": "blur", + "intarget": "swap", + "outtarget": "minecraft:main", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.0, 1.0 ] + }, + { + "name": "Radius", + "values": [ 10.0 ] + } + ] + }, + { + "name": "scan_pincushion", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "phosphor", + "intarget": "swap", + "outtarget": "minecraft:main", + "auxtargets": [ + { + "name": "PrevSampler", + "id": "previous" + } + ], + "uniforms": [ + { + "name": "Phosphor", + "values": [ 0.4, 0.4, 0.4 ] + } + ] + }, + { + "name": "blit", + "intarget": "minecraft:main", + "outtarget": "previous" + } + ] +} diff --git a/1.12.2/assets/minecraft/shaders/post/outline.json b/1.12.2/assets/minecraft/shaders/post/outline.json new file mode 100644 index 00000000..53c8ee82 --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/post/outline.json @@ -0,0 +1,18 @@ +{ + "targets": [ + "swap", + "final" + ], + "passes": [ + { + "name": "outline", + "intarget": "final", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "final" + } + ] +} diff --git a/1.12.2/assets/minecraft/shaders/post/pencil.json b/1.12.2/assets/minecraft/shaders/post/pencil.json new file mode 100644 index 00000000..1fc5b133 --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/post/pencil.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "outline_soft", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.12.2/assets/minecraft/shaders/post/phosphor.json b/1.12.2/assets/minecraft/shaders/post/phosphor.json new file mode 100644 index 00000000..0fa09c4e --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/post/phosphor.json @@ -0,0 +1,35 @@ +{ + "targets": [ + "swap", + "previous" + ], + "passes": [ + { + "name": "phosphor", + "intarget": "minecraft:main", + "outtarget": "swap", + "auxtargets": [ + { + "name": "PrevSampler", + "id": "previous" + } + ], + "uniforms": [ + { + "name": "Phosphor", + "values": [ 0.95, 0.95, 0.95 ] + } + ] + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "previous" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.12.2/assets/minecraft/shaders/post/scan_pincushion.json b/1.12.2/assets/minecraft/shaders/post/scan_pincushion.json new file mode 100644 index 00000000..b5d0a3ed --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/post/scan_pincushion.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "scan_pincushion", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.12.2/assets/minecraft/shaders/post/sobel.json b/1.12.2/assets/minecraft/shaders/post/sobel.json new file mode 100644 index 00000000..5c390a4b --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/post/sobel.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "sobel", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.12.2/assets/minecraft/shaders/post/spider.json b/1.12.2/assets/minecraft/shaders/post/spider.json new file mode 100644 index 00000000..5f203c13 --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/post/spider.json @@ -0,0 +1,230 @@ +{ + "targets": [ + "largeBlur", + "smallBlur", + "temp", + "swap" + ], + "passes": [ + { + "name": "blur", + "intarget": "minecraft:main", + "outtarget": "temp", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 1.0, 0.0 ] + }, + { + "name": "Radius", + "values": [ 15.0 ] + } + ] + }, + { + "name": "blur", + "intarget": "temp", + "outtarget": "largeBlur", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.0, 1.0 ] + }, + { + "name": "Radius", + "values": [ 15.0 ] + } + ] + }, + { + "name": "blur", + "intarget": "minecraft:main", + "outtarget": "temp", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 1.0, 0.0 ] + }, + { + "name": "Radius", + "values": [ 7.0 ] + } + ] + }, + { + "name": "blur", + "intarget": "temp", + "outtarget": "smallBlur", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.0, 1.0 ] + }, + { + "name": "Radius", + "values": [ 7.0 ] + } + ] + }, + { + "name": "spider", + "intarget": "minecraft:main", + "outtarget": "temp", + "auxtargets": [ + { + "name": "BlurSampler", + "id": "largeBlur" + } + ], + "uniforms": [ + { + "name": "InScale", + "values": [ 1.25, 2.0 ] + }, + { + "name": "InOffset", + "values": [ -0.125, -0.1 ] + }, + { + "name": "Scissor", + "values": [ 0.0, 0.0, 1.0, 1.0 ] + }, + { + "name": "Vignette", + "values": [ 0.1, 0.1, 0.9, 0.9 ] + } + ] + }, + { + "name": "spider", + "intarget": "smallBlur", + "outtarget": "swap", + "auxtargets": [ + { + "name": "BlurSampler", + "id": "temp" + } + ], + "uniforms": [ + { + "name": "InScale", + "values": [ 2.35, 4.2 ] + }, + { + "name": "InOffset", + "values": [ -1.1, -1.5 ] + }, + { + "name": "InRotation", + "values": [ -45.0 ] + }, + { + "name": "Scissor", + "values": [ 0.21, 0.0, 0.79, 1.0 ] + }, + { + "name": "Vignette", + "values": [ 0.31, 0.1, 0.69, 0.9 ] + } + ] + }, + { + "name": "spider", + "intarget": "smallBlur", + "outtarget": "temp", + "auxtargets": [ + { + "name": "BlurSampler", + "id": "swap" + } + ], + "uniforms": [ + { + "name": "InScale", + "values": [ 2.35, 4.2 ] + }, + { + "name": "InOffset", + "values": [ 0.45, -4.45 ] + }, + { + "name": "InRotation", + "values": [ 45.0 ] + }, + { + "name": "Scissor", + "values": [ 0.21, 0.0, 0.79, 1.0 ] + }, + { + "name": "Vignette", + "values": [ 0.31, 0.1, 0.69, 0.9 ] + } + ] + }, + { + "name": "spider", + "intarget": "smallBlur", + "outtarget": "swap", + "auxtargets": [ + { + "name": "BlurSampler", + "id": "temp" + } + ], + "uniforms": [ + { + "name": "InScale", + "values": [ 2.35, 2.35 ] + }, + { + "name": "InOffset", + "values": [ -0.385, -1.29 ] + }, + { + "name": "InRotation", + "values": [ 0.0 ] + }, + { + "name": "Vignette", + "values": [ 0.31, 0.1, 0.69, 0.9 ] + } + ] + }, + { + "name": "spider", + "intarget": "smallBlur", + "outtarget": "temp", + "auxtargets": [ + { + "name": "BlurSampler", + "id": "swap" + } + ], + "uniforms": [ + { + "name": "InScale", + "values": [ 2.35, 2.35 ] + }, + { + "name": "InOffset", + "values": [ -0.965, -1.29 ] + }, + { + "name": "Vignette", + "values": [ 0.31, 0.1, 0.69, 0.9 ] + } + ] + }, + { + "name": "blit", + "intarget": "temp", + "outtarget": "minecraft:main", + "uniforms": [ + { + "name": "ColorModulate", + "values": [ 1.0, 0.8, 0.8, 1.0 ] + } + ] + } + ] +} diff --git a/1.12.2/assets/minecraft/shaders/post/wobble.json b/1.12.2/assets/minecraft/shaders/post/wobble.json new file mode 100644 index 00000000..1fc45346 --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/post/wobble.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "wobble", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.12.2/assets/minecraft/shaders/program/antialias.fsh b/1.12.2/assets/minecraft/shaders/program/antialias.fsh new file mode 100644 index 00000000..2d921951 --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/program/antialias.fsh @@ -0,0 +1,29 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 c = texture2D (DiffuseSampler, texCoord); + vec4 u1 = texture2D (DiffuseSampler, texCoord + vec2 ( 0.0, -oneTexel.y )); + vec4 u2 = texture2D (DiffuseSampler, texCoord + vec2 ( 0.0, -oneTexel.y * 2.0)); + vec4 d1 = texture2D (DiffuseSampler, texCoord + vec2 ( 0.0, oneTexel.y )); + vec4 d2 = texture2D (DiffuseSampler, texCoord + vec2 ( 0.0, oneTexel.y * 2.0)); + vec4 l1 = texture2D (DiffuseSampler, texCoord + vec2 (-oneTexel.x, 0.0)); + vec4 l2 = texture2D (DiffuseSampler, texCoord + vec2 (-oneTexel.x * 2.0, 0.0)); + vec4 r1 = texture2D (DiffuseSampler, texCoord + vec2 ( oneTexel.x, 0.0)); + vec4 r2 = texture2D (DiffuseSampler, texCoord + vec2 ( oneTexel.x * 2.0, 0.0)); + + vec4 v1 = mix (c, mix (l1, l2, 0.667), 0.75); + vec4 v2 = mix (c, mix (r1, r2, 0.667), 0.75); + vec4 v3 = mix (c, mix (u1, u2, 0.667), 0.75); + vec4 v4 = mix (c, mix (d1, d2, 0.667), 0.75); + + vec4 v5 = mix (v1, v2, 0.5); + vec4 v6 = mix (v3, v4, 0.5); + + vec4 color = mix (v5, v6, 0.5); + gl_FragColor = vec4(color.rgb, 1.0); +} diff --git a/1.12.2/assets/minecraft/shaders/program/antialias.json b/1.12.2/assets/minecraft/shaders/program/antialias.json new file mode 100644 index 00000000..6916fd9a --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/program/antialias.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "blobs", + "fragment": "antialias", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.12.2/assets/minecraft/shaders/program/bits.fsh b/1.12.2/assets/minecraft/shaders/program/bits.fsh new file mode 100644 index 00000000..c252b303 --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/program/bits.fsh @@ -0,0 +1,27 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +uniform float Resolution = 4.0; +uniform float Saturation = 1.5; +uniform float MosaicSize = 8.0; + +void main() { + vec2 mosaicInSize = InSize / MosaicSize; + vec2 fractPix = fract(texCoord * mosaicInSize) / mosaicInSize; + + vec4 baseTexel = texture2D(DiffuseSampler, texCoord - fractPix); + + vec3 fractTexel = baseTexel.rgb - fract(baseTexel.rgb * Resolution) / Resolution; + float luma = dot(fractTexel, vec3(0.3, 0.59, 0.11)); + vec3 chroma = (fractTexel - luma) * Saturation; + baseTexel.rgb = luma + chroma; + baseTexel.a = 1.0; + + gl_FragColor = baseTexel; +} diff --git a/1.12.2/assets/minecraft/shaders/program/bits.json b/1.12.2/assets/minecraft/shaders/program/bits.json new file mode 100644 index 00000000..c19239b8 --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/program/bits.json @@ -0,0 +1,21 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "bits", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "Resolution", "type": "float", "count": 1, "values": [ 4.0 ] }, + { "name": "Saturation", "type": "float", "count": 1, "values": [ 1.5 ] }, + { "name": "MosaicSize", "type": "float", "count": 1, "values": [ 8.0 ] } + ] +} diff --git a/1.12.2/assets/minecraft/shaders/program/blit.fsh b/1.12.2/assets/minecraft/shaders/program/blit.fsh new file mode 100644 index 00000000..75d662ac --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/program/blit.fsh @@ -0,0 +1,11 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +uniform vec4 ColorModulate; + +varying vec2 texCoord; + +void main(){ + gl_FragColor = texture2D(DiffuseSampler, texCoord) * ColorModulate; +} diff --git a/1.12.2/assets/minecraft/shaders/program/blit.json b/1.12.2/assets/minecraft/shaders/program/blit.json new file mode 100644 index 00000000..1256b6b1 --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/program/blit.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "blit", + "fragment": "blit", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "ColorModulate", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] } + ] +} diff --git a/1.12.2/assets/minecraft/shaders/program/blit.vsh b/1.12.2/assets/minecraft/shaders/program/blit.vsh new file mode 100644 index 00000000..01a16db5 --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/program/blit.vsh @@ -0,0 +1,16 @@ +#version 120 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 OutSize; + +varying vec2 texCoord; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + texCoord = Position.xy / OutSize; + texCoord.y = 1.0 - texCoord.y; +} diff --git a/1.12.2/assets/minecraft/shaders/program/blobs.fsh b/1.12.2/assets/minecraft/shaders/program/blobs.fsh new file mode 100644 index 00000000..ddb8c75f --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/program/blobs.fsh @@ -0,0 +1,43 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 u = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y)); + vec4 d = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y)); + vec4 l = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0)); + vec4 r = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0)); + + vec4 v1 = min(l, r); + vec4 v2 = min(u, d); + vec4 v3 = min(v1, v2); + + vec4 ul = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, -oneTexel.y)); + vec4 dr = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, oneTexel.y)); + vec4 dl = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, oneTexel.y)); + vec4 ur = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, -oneTexel.y)); + + vec4 v4 = min(ul, dr); + vec4 v5 = min(ur, dl); + vec4 v6 = min(v4, v5); + + vec4 v7 = min(v3, v6); + + vec4 uu = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y * 2.0)); + vec4 dd = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y * 2.0)); + vec4 ll = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x * 2.0, 0.0)); + vec4 rr = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x * 2.0, 0.0)); + + vec4 v8 = min(uu, dd); + vec4 v9 = min(ll, rr); + vec4 v10 = min(v8, v9); + + vec4 v11 = min(v7, v10); + + vec4 c = texture2D(DiffuseSampler, texCoord); + vec4 color = min(c, v11); + gl_FragColor = vec4(color.rgb, 1.0); +} diff --git a/1.12.2/assets/minecraft/shaders/program/blobs.json b/1.12.2/assets/minecraft/shaders/program/blobs.json new file mode 100644 index 00000000..6a5f2455 --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/program/blobs.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "blobs", + "fragment": "blobs", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.12.2/assets/minecraft/shaders/program/blobs.vsh b/1.12.2/assets/minecraft/shaders/program/blobs.vsh new file mode 100644 index 00000000..3ece2743 --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/program/blobs.vsh @@ -0,0 +1,17 @@ +#version 120 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + oneTexel = 1.0 / InSize; + texCoord = outPos.xy * 0.5 + 0.5; +} diff --git a/1.12.2/assets/minecraft/shaders/program/blobs2.fsh b/1.12.2/assets/minecraft/shaders/program/blobs2.fsh new file mode 100644 index 00000000..fc68fb21 --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/program/blobs2.fsh @@ -0,0 +1,30 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform float Radius; + +void main(){ + vec4 c = texture2D(DiffuseSampler, texCoord); + vec4 maxVal = c; + for(float u = 0.0; u <= Radius; u += 1.0) { + for(float v = 0.0; v <= Radius; v += 1.0) { + float weight = (((sqrt(u * u + v * v) / (Radius)) > 1.0) ? 0.0 : 1.0); + + vec4 s0 = texture2D(DiffuseSampler, texCoord + vec2(-u * oneTexel.x, -v * oneTexel.y)); + vec4 s1 = texture2D(DiffuseSampler, texCoord + vec2( u * oneTexel.x, v * oneTexel.y)); + vec4 s2 = texture2D(DiffuseSampler, texCoord + vec2(-u * oneTexel.x, v * oneTexel.y)); + vec4 s3 = texture2D(DiffuseSampler, texCoord + vec2( u * oneTexel.x, -v * oneTexel.y)); + + vec4 o0 = max(s0, s1); + vec4 o1 = max(s2, s3); + vec4 tempMax = max(o0, o1); + maxVal = mix(maxVal, max(maxVal, tempMax), weight); + } + } + + gl_FragColor = vec4(maxVal.rgb, 1.0); +} diff --git a/1.12.2/assets/minecraft/shaders/program/blobs2.json b/1.12.2/assets/minecraft/shaders/program/blobs2.json new file mode 100644 index 00000000..6df4594b --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/program/blobs2.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "blobs", + "fragment": "blobs2", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "Radius", "type": "float", "count": 1, "values": [ 7.0 ] } + ] +} diff --git a/1.12.2/assets/minecraft/shaders/program/blur.fsh b/1.12.2/assets/minecraft/shaders/program/blur.fsh new file mode 100644 index 00000000..e35dedda --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/program/blur.fsh @@ -0,0 +1,31 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +uniform vec2 BlurDir; +uniform float Radius; + +void main() { + vec4 blurred = vec4(0.0); + float totalStrength = 0.0; + float totalAlpha = 0.0; + float totalSamples = 0.0; + for(float r = -Radius; r <= Radius; r += 1.0) { + vec4 sample = texture2D(DiffuseSampler, texCoord + oneTexel * r * BlurDir); + + // Accumulate average alpha + totalAlpha = totalAlpha + sample.a; + totalSamples = totalSamples + 1.0; + + // Accumulate smoothed blur + float strength = 1.0 - abs(r / Radius); + totalStrength = totalStrength + strength; + blurred = blurred + sample; + } + gl_FragColor = vec4(blurred.rgb / (Radius * 2.0 + 1.0), totalAlpha); +} diff --git a/1.12.2/assets/minecraft/shaders/program/blur.json b/1.12.2/assets/minecraft/shaders/program/blur.json new file mode 100644 index 00000000..51a23239 --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/program/blur.json @@ -0,0 +1,20 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "blur", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "BlurDir", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "Radius", "type": "float", "count": 1, "values": [ 5.0 ] } + ] +} diff --git a/1.12.2/assets/minecraft/shaders/program/bumpy.fsh b/1.12.2/assets/minecraft/shaders/program/bumpy.fsh new file mode 100644 index 00000000..cce2e3a4 --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/program/bumpy.fsh @@ -0,0 +1,34 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 c = texture2D(DiffuseSampler, texCoord); + vec4 u = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y)); + vec4 d = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y)); + vec4 l = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0)); + vec4 r = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0)); + + vec4 nc = normalize(c); + vec4 nu = normalize(u); + vec4 nd = normalize(d); + vec4 nl = normalize(l); + vec4 nr = normalize(r); + + float du = dot(nc, nu); + float dd = dot(nc, nd); + float dl = dot(nc, nl); + float dr = dot(nc, nr); + + float i = 64.0; + + float f = 1.0; + f += (du * i) - (dd * i); + f += (dr * i) - (dl * i); + + vec4 color = c * clamp(f, 0.5, 2); + gl_FragColor = vec4(color.rgb, 1.0); +} diff --git a/1.12.2/assets/minecraft/shaders/program/bumpy.json b/1.12.2/assets/minecraft/shaders/program/bumpy.json new file mode 100644 index 00000000..59cae198 --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/program/bumpy.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "bumpy", + "fragment": "bumpy", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.12.2/assets/minecraft/shaders/program/bumpy.vsh b/1.12.2/assets/minecraft/shaders/program/bumpy.vsh new file mode 100644 index 00000000..3ece2743 --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/program/bumpy.vsh @@ -0,0 +1,17 @@ +#version 120 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + oneTexel = 1.0 / InSize; + texCoord = outPos.xy * 0.5 + 0.5; +} diff --git a/1.12.2/assets/minecraft/shaders/program/color_convolve.fsh b/1.12.2/assets/minecraft/shaders/program/color_convolve.fsh new file mode 100644 index 00000000..61e43e2a --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/program/color_convolve.fsh @@ -0,0 +1,36 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +uniform vec3 Gray = vec3(0.3, 0.59, 0.11); +uniform vec3 RedMatrix = vec3(1.0, 0.0, 0.0); +uniform vec3 GreenMatrix = vec3(0.0, 1.0, 0.0); +uniform vec3 BlueMatrix = vec3(0.0, 0.0, 1.0); +uniform vec3 Offset = vec3(0.0, 0.0, 0.0); +uniform vec3 ColorScale = vec3(1.0, 1.0, 1.0); +uniform float Saturation = 1.8; + +void main() { + vec4 InTexel = texture2D(DiffuseSampler, texCoord); + + // Color Matrix + float RedValue = dot(InTexel.rgb, RedMatrix); + float GreenValue = dot(InTexel.rgb, GreenMatrix); + float BlueValue = dot(InTexel.rgb, BlueMatrix); + vec3 OutColor = vec3(RedValue, GreenValue, BlueValue); + + // Offset & Scale + OutColor = (OutColor * ColorScale) + Offset; + + // Saturation + float Luma = dot(OutColor, Gray); + vec3 Chroma = OutColor - Luma; + OutColor = (Chroma * Saturation) + Luma; + + gl_FragColor = vec4(OutColor, 1.0); +} diff --git a/1.12.2/assets/minecraft/shaders/program/color_convolve.json b/1.12.2/assets/minecraft/shaders/program/color_convolve.json new file mode 100644 index 00000000..e3a32c2d --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/program/color_convolve.json @@ -0,0 +1,25 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "color_convolve", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "Gray", "type": "float", "count": 3, "values": [ 0.3, 0.59, 0.11 ] }, + { "name": "RedMatrix", "type": "float", "count": 3, "values": [ 1.0, 0.0, 0.0 ] }, + { "name": "GreenMatrix", "type": "float", "count": 3, "values": [ 0.0, 1.0, 0.0 ] }, + { "name": "BlueMatrix", "type": "float", "count": 3, "values": [ 0.0, 0.0, 1.0 ] }, + { "name": "Offset", "type": "float", "count": 3, "values": [ 0.0, 0.0, 0.0 ] }, + { "name": "ColorScale", "type": "float", "count": 3, "values": [ 1.0, 1.0, 1.0 ] }, + { "name": "Saturation", "type": "float", "count": 1, "values": [ 1.8 ] } + ] +} diff --git a/1.12.2/assets/minecraft/shaders/program/deconverge.fsh b/1.12.2/assets/minecraft/shaders/program/deconverge.fsh new file mode 100644 index 00000000..26ef8cae --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/program/deconverge.fsh @@ -0,0 +1,28 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +uniform vec3 ConvergeX = vec3(-1.0, 0.0, 0.5); +uniform vec3 ConvergeY = vec3( 0.0, -1.0, 0.5); +uniform vec3 RadialConvergeX = vec3(1.0, 1.0, 1.0); +uniform vec3 RadialConvergeY = vec3(1.0, 1.0, 1.0); + +void main() { + vec3 CoordX = texCoord.x * RadialConvergeX; + vec3 CoordY = texCoord.y * RadialConvergeY; + + CoordX += ConvergeX * oneTexel.x - (RadialConvergeX - 1.0) * 0.5; + CoordY += ConvergeY * oneTexel.y - (RadialConvergeY - 1.0) * 0.5; + + float RedValue = texture2D(DiffuseSampler, vec2(CoordX.x, CoordY.x)).r; + float GreenValue = texture2D(DiffuseSampler, vec2(CoordX.y, CoordY.y)).g; + float BlueValue = texture2D(DiffuseSampler, vec2(CoordX.z, CoordY.z)).b; + float AlphaValue = texture2D(DiffuseSampler, texCoord).a; + + gl_FragColor = vec4(RedValue, GreenValue, BlueValue, 1.0); +} diff --git a/1.12.2/assets/minecraft/shaders/program/deconverge.json b/1.12.2/assets/minecraft/shaders/program/deconverge.json new file mode 100644 index 00000000..e23e9c56 --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/program/deconverge.json @@ -0,0 +1,22 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "deconverge", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "ConvergeX", "type": "float", "count": 3, "values": [ -4.0, 0.0, 2.0 ] }, + { "name": "ConvergeY", "type": "float", "count": 3, "values": [ 0.0, -4.0, 2.0 ] }, + { "name": "RadialConvergeX", "type": "float", "count": 3, "values": [ 1.0, 1.0, 1.0 ] }, + { "name": "RadialConvergeY", "type": "float", "count": 3, "values": [ 1.0, 1.0, 1.0 ] } + ] +} diff --git a/1.12.2/assets/minecraft/shaders/program/downscale.fsh b/1.12.2/assets/minecraft/shaders/program/downscale.fsh new file mode 100644 index 00000000..39734337 --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/program/downscale.fsh @@ -0,0 +1,17 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +void main() { + vec3 Texel0 = texture2D(DiffuseSampler, texCoord).rgb; + vec3 Texel1 = texture2D(DiffuseSampler, texCoord + vec2(oneTexel.x, 0.0)).rgb; + vec3 Texel2 = texture2D(DiffuseSampler, texCoord + vec2(0.0, oneTexel.y)).rgb; + vec3 Texel3 = texture2D(DiffuseSampler, texCoord + oneTexel).rgb; + + gl_FragColor = vec4((Texel0 + Texel1 + Texel2 + Texel3) * 0.25, 1.0); +} diff --git a/1.12.2/assets/minecraft/shaders/program/downscale.json b/1.12.2/assets/minecraft/shaders/program/downscale.json new file mode 100644 index 00000000..9099ec16 --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/program/downscale.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "downscale", + "fragment": "downscale", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.12.2/assets/minecraft/shaders/program/downscale.vsh b/1.12.2/assets/minecraft/shaders/program/downscale.vsh new file mode 100644 index 00000000..ec097594 --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/program/downscale.vsh @@ -0,0 +1,19 @@ +#version 120 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; +uniform vec2 OutSize; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + oneTexel = 1.0 / InSize; + texCoord = outPos.xy * 0.5 + 0.5; + texCoord.y = 1.0 - texCoord.y; +} diff --git a/1.12.2/assets/minecraft/shaders/program/entity_outline.json b/1.12.2/assets/minecraft/shaders/program/entity_outline.json new file mode 100644 index 00000000..d7c77631 --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/program/entity_outline.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "sobel", + "fragment": "entity_sobel", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.12.2/assets/minecraft/shaders/program/entity_sobel.fsh b/1.12.2/assets/minecraft/shaders/program/entity_sobel.fsh new file mode 100644 index 00000000..139c7050 --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/program/entity_sobel.fsh @@ -0,0 +1,21 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 center = texture2D(DiffuseSampler, texCoord); + vec4 left = texture2D(DiffuseSampler, texCoord - vec2(oneTexel.x, 0.0)); + vec4 right = texture2D(DiffuseSampler, texCoord + vec2(oneTexel.x, 0.0)); + vec4 up = texture2D(DiffuseSampler, texCoord - vec2(0.0, oneTexel.y)); + vec4 down = texture2D(DiffuseSampler, texCoord + vec2(0.0, oneTexel.y)); + float leftDiff = abs(center.a - left.a); + float rightDiff = abs(center.a - right.a); + float upDiff = abs(center.a - up.a); + float downDiff = abs(center.a - down.a); + float total = clamp(leftDiff + rightDiff + upDiff + downDiff, 0.0, 1.0); + vec3 outColor = center.rgb * center.a + left.rgb * left.a + right.rgb * right.a + up.rgb * up.a + down.rgb * down.a; + gl_FragColor = vec4(outColor * 0.2, total); +} diff --git a/1.12.2/assets/minecraft/shaders/program/flip.json b/1.12.2/assets/minecraft/shaders/program/flip.json new file mode 100644 index 00000000..b9c78f45 --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/program/flip.json @@ -0,0 +1,20 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "flip", + "fragment": "blit", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "ScreenSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "ColorModulate", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] } + ] +} diff --git a/1.12.2/assets/minecraft/shaders/program/flip.vsh b/1.12.2/assets/minecraft/shaders/program/flip.vsh new file mode 100644 index 00000000..bd0a4d35 --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/program/flip.vsh @@ -0,0 +1,22 @@ +#version 120 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; +uniform vec2 OutSize; +uniform vec2 ScreenSize; + +varying vec2 texCoord; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + vec2 inOutRatio = OutSize / InSize; + vec2 inScreenRatio = ScreenSize / InSize; + texCoord = Position.xy / OutSize; + texCoord.x = texCoord.x * inOutRatio.x; + texCoord.y = texCoord.y * inOutRatio.y; + texCoord.y -= 1.0 - inScreenRatio.y; +} diff --git a/1.12.2/assets/minecraft/shaders/program/fxaa.fsh b/1.12.2/assets/minecraft/shaders/program/fxaa.fsh new file mode 100644 index 00000000..3dbcfd4c --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/program/fxaa.fsh @@ -0,0 +1,84 @@ +#extension GL_EXT_gpu_shader4 : enable + +uniform sampler2D DiffuseSampler; +uniform vec2 OutSize; + +uniform float VxOffset; +uniform float SpanMax; +uniform float ReduceMul; + +varying vec2 texCoord; +varying vec4 posPos; + +#define FxaaTex(t, p) texture2D(t, p) + +#if __VERSION__ >= 130 + #define OffsetVec(a, b) ivec2(a, b) + #define FxaaTexOff(t, p, o, r) textureOffset(t, p, o) +#elif defined(GL_EXT_gpu_shader4) + #define OffsetVec(a, b) ivec2(a, b) + #define FxaaTexOff(t, p, o, r) texture2DLodOffset(t, p, 0.0, o) +#else + #define OffsetVec(a, b) vec2(a, b) + #define FxaaTexOff(t, p, o, r) texture2D(t, p + o * r) +#endif + +vec3 FxaaPixelShader( + vec4 posPos, // Output of FxaaVertexShader interpolated across screen. + sampler2D tex, // Input texture. + vec2 rcpFrame) // Constant {1.0/frameWidth, 1.0/frameHeight}. +{ + + #define FXAA_REDUCE_MIN (1.0/128.0) + //#define FXAA_REDUCE_MUL (1.0/8.0) + //#define FXAA_SPAN_MAX 8.0 + + vec3 rgbNW = FxaaTex(tex, posPos.zw).xyz; + vec3 rgbNE = FxaaTexOff(tex, posPos.zw, OffsetVec(1,0), rcpFrame.xy).xyz; + vec3 rgbSW = FxaaTexOff(tex, posPos.zw, OffsetVec(0,1), rcpFrame.xy).xyz; + vec3 rgbSE = FxaaTexOff(tex, posPos.zw, OffsetVec(1,1), rcpFrame.xy).xyz; + + vec3 rgbM = FxaaTex(tex, posPos.xy).xyz; + + vec3 luma = vec3(0.299, 0.587, 0.114); + float lumaNW = dot(rgbNW, luma); + float lumaNE = dot(rgbNE, luma); + float lumaSW = dot(rgbSW, luma); + float lumaSE = dot(rgbSE, luma); + float lumaM = dot(rgbM, luma); + + float lumaMin = min(lumaM, min(min(lumaNW, lumaNE), min(lumaSW, lumaSE))); + float lumaMax = max(lumaM, max(max(lumaNW, lumaNE), max(lumaSW, lumaSE))); + + vec2 dir; + dir.x = -((lumaNW + lumaNE) - (lumaSW + lumaSE)); + dir.y = ((lumaNW + lumaSW) - (lumaNE + lumaSE)); + + float dirReduce = max( + (lumaNW + lumaNE + lumaSW + lumaSE) * (0.25 * ReduceMul), + FXAA_REDUCE_MIN); + float rcpDirMin = 1.0/(min(abs(dir.x), abs(dir.y)) + dirReduce); + dir = min(vec2( SpanMax, SpanMax), + max(vec2(-SpanMax, -SpanMax), + dir * rcpDirMin)) * rcpFrame.xy; + + vec3 rgbA = (1.0/2.0) * ( + FxaaTex(tex, posPos.xy + dir * vec2(1.0/3.0 - 0.5)).xyz + + FxaaTex(tex, posPos.xy + dir * vec2(2.0/3.0 - 0.5)).xyz); + vec3 rgbB = rgbA * (1.0/2.0) + (1.0/4.0) * ( + FxaaTex(tex, posPos.xy + dir * vec2(0.0/3.0 - 0.5)).xyz + + FxaaTex(tex, posPos.xy + dir * vec2(3.0/3.0 - 0.5)).xyz); + + float lumaB = dot(rgbB, luma); + + if ((lumaB < lumaMin) || (lumaB > lumaMax)) { + return rgbA; + } else { + return rgbB; + } +} + +void main() { + vec4 baseTexel = texture2D(DiffuseSampler, posPos.xy); + gl_FragColor = vec4(FxaaPixelShader(posPos, DiffuseSampler, 1.0 / OutSize), 1.0); +} diff --git a/1.12.2/assets/minecraft/shaders/program/fxaa.json b/1.12.2/assets/minecraft/shaders/program/fxaa.json new file mode 100644 index 00000000..eb850732 --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/program/fxaa.json @@ -0,0 +1,20 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "fxaa", + "fragment": "fxaa", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "SpanMax", "type": "float", "count": 1, "values": [ 8.0 ] }, + { "name": "SubPixelShift", "type": "float", "count": 1, "values": [ 0.25 ] }, + { "name": "ReduceMul", "type": "float", "count": 1, "values": [ 0.125 ] } + ] +} diff --git a/1.12.2/assets/minecraft/shaders/program/fxaa.vsh b/1.12.2/assets/minecraft/shaders/program/fxaa.vsh new file mode 100644 index 00000000..9fe81eaf --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/program/fxaa.vsh @@ -0,0 +1,21 @@ +#version 120 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 OutSize; + +uniform float SubPixelShift; + +varying vec2 texCoord; +varying vec4 posPos; + +void main() { + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + texCoord = Position.xy / OutSize; + texCoord.y = 1.0 - texCoord.y; + posPos.xy = texCoord.xy; + posPos.zw = texCoord.xy - (1.0/OutSize * vec2(0.5 + SubPixelShift)); +} diff --git a/1.12.2/assets/minecraft/shaders/program/invert.fsh b/1.12.2/assets/minecraft/shaders/program/invert.fsh new file mode 100644 index 00000000..93365151 --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/program/invert.fsh @@ -0,0 +1,14 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; + +uniform float InverseAmount; + +void main(){ + vec4 diffuseColor = texture2D(DiffuseSampler, texCoord); + vec4 invertColor = 1.0 - diffuseColor; + vec4 outColor = mix(diffuseColor, invertColor, InverseAmount); + gl_FragColor = vec4(outColor.rgb, 1.0); +} diff --git a/1.12.2/assets/minecraft/shaders/program/invert.json b/1.12.2/assets/minecraft/shaders/program/invert.json new file mode 100644 index 00000000..f9ab649c --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/program/invert.json @@ -0,0 +1,19 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "blit", + "fragment": "invert", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "InverseAmount", "type": "float", "count": 1, "values": [ 0.0 ] } + ] +} diff --git a/1.12.2/assets/minecraft/shaders/program/invert.vsh b/1.12.2/assets/minecraft/shaders/program/invert.vsh new file mode 100644 index 00000000..5110ef53 --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/program/invert.vsh @@ -0,0 +1,20 @@ +#version 120 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; +uniform vec2 OutSize; + +varying vec2 texCoord; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + vec2 sizeRatio = OutSize / InSize; + texCoord = Position.xy / OutSize; + texCoord.x = texCoord.x * sizeRatio.x; + texCoord.y = texCoord.y * sizeRatio.y; + texCoord.y = sizeRatio.y - texCoord.y; +} diff --git a/1.12.2/assets/minecraft/shaders/program/notch.fsh b/1.12.2/assets/minecraft/shaders/program/notch.fsh new file mode 100644 index 00000000..c1293b1b --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/program/notch.fsh @@ -0,0 +1,23 @@ +#version 120 + +uniform sampler2D DiffuseSampler; +uniform sampler2D DitherSampler; + +varying vec2 texCoord; + +uniform vec2 InSize; + +void main() { + vec2 halfSize = InSize * 0.5; + + vec2 steppedCoord = texCoord; + steppedCoord.x = float(int(steppedCoord.x*halfSize.x)) / halfSize.x; + steppedCoord.y = float(int(steppedCoord.y*halfSize.y)) / halfSize.y; + + vec4 noise = texture2D(DitherSampler, steppedCoord * halfSize / 4.0); + vec4 col = texture2D(DiffuseSampler, steppedCoord) + noise * vec4(1.0/12.0, 1.0/12.0, 1.0/6.0, 1.0); + float r = float(int(col.r*8.0))/8.0; + float g = float(int(col.g*8.0))/8.0; + float b = float(int(col.b*4.0))/4.0; + gl_FragColor = vec4(r, g, b, 1.0); +} diff --git a/1.12.2/assets/minecraft/shaders/program/notch.json b/1.12.2/assets/minecraft/shaders/program/notch.json new file mode 100644 index 00000000..e6ff9a81 --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/program/notch.json @@ -0,0 +1,19 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "notch", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" }, + { "name": "DitherSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.12.2/assets/minecraft/shaders/program/ntsc_decode.fsh b/1.12.2/assets/minecraft/shaders/program/ntsc_decode.fsh new file mode 100644 index 00000000..389326fd --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/program/ntsc_decode.fsh @@ -0,0 +1,132 @@ +#version 120 + +uniform sampler2D DiffuseSampler; +uniform sampler2D BaseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +const vec4 Zero = vec4(0.0); +const vec4 One = vec4(1.0); + +const float Pi = 3.1415926535; +const float Pi2 = 6.283185307; + +const vec4 A2 = vec4(1.0); +const vec4 B = vec4(0.5); +const float P = 1.0; +const float CCFrequency = 3.59754545; +const float NotchWidth = 2.0; +const float NotchUpperFrequency = 3.59754545 + NotchWidth; +const float NotchLowerFrequency = 3.59754545 - NotchWidth; +const float YFrequency = 6.0; +const float IFrequency = 1.2; +const float QFrequency = 0.6; +const float ScanTime = 52.6; +const vec3 YIQ2R = vec3(1.0, 0.956, 0.621); +const vec3 YIQ2G = vec3(1.0, -0.272, -0.647); +const vec3 YIQ2B = vec3(1.0, -1.106, 1.703); +const vec4 MinC = vec4(-1.1183); +const vec4 CRange = vec4(3.2366); +const float Pi2Length = Pi2 / 83.0; +const vec4 NotchOffset = vec4(0.0, 1.0, 2.0, 3.0); +const vec4 W = vec4(Pi2 * CCFrequency * ScanTime); + +void main() { + vec4 YAccum = Zero; + vec4 IAccum = Zero; + vec4 QAccum = Zero; + float QuadXSize = InSize.x * 4.0; + float TimePerSample = ScanTime / QuadXSize; + + // Frequency cutoffs for the individual portions of the signal that we extract. + // Y1 and Y2 are the positive and negative frequency limits of the notch filter on Y. + // Y3 is the center of the frequency response of the Y filter. + // I is the center of the frequency response of the I filter. + // Q is the center of the frequency response of the Q filter. + float Fc_y1 = NotchLowerFrequency * TimePerSample; + float Fc_y2 = NotchUpperFrequency * TimePerSample; + float Fc_y3 = YFrequency * TimePerSample; + float Fc_i = IFrequency * TimePerSample; + float Fc_q = QFrequency * TimePerSample; + float Pi2Fc_y1 = Fc_y1 * Pi2; + float Pi2Fc_y2 = Fc_y2 * Pi2; + float Pi2Fc_y3 = Fc_y3 * Pi2; + float Pi2Fc_i = Fc_i * Pi2; + float Pi2Fc_q = Fc_q * Pi2; + float Fc_y1_2 = Fc_y1 * 2.0; + float Fc_y2_2 = Fc_y2 * 2.0; + float Fc_y3_2 = Fc_y3 * 2.0; + float Fc_i_2 = Fc_i * 2.0; + float Fc_q_2 = Fc_q * 2.0; + vec4 CoordY = vec4(texCoord.y); + + vec4 BaseTexel = texture2D(DiffuseSampler, texCoord); + // 83 composite samples wide, 4 composite pixels per texel + for (float n = -41.0; n < 42.0; n += 4.0) + { + vec4 n4 = n + NotchOffset; + vec4 CoordX = texCoord.x + oneTexel.x * n4 * 0.25; + vec2 TexCoord = vec2(CoordX.x, CoordY.y); + vec4 C = texture2D(DiffuseSampler, TexCoord) * CRange + MinC; + vec4 WT = W * (CoordX + A2 * CoordY * InSize.y + B); + vec4 Cosine = 0.54 + 0.46 * cos(Pi2Length * n4); + + vec4 SincYIn1 = Pi2Fc_y1 * n4; + vec4 SincYIn2 = Pi2Fc_y2 * n4; + vec4 SincYIn3 = Pi2Fc_y3 * n4; + vec4 SincY1 = sin(SincYIn1) / SincYIn1; + vec4 SincY2 = sin(SincYIn2) / SincYIn2; + vec4 SincY3 = sin(SincYIn3) / SincYIn3; + + // These zero-checks could be made more efficient, but we are trying to support + // downlevel GLSL + if(SincYIn1.x == 0.0) SincY1.x = 1.0; + if(SincYIn1.y == 0.0) SincY1.y = 1.0; + if(SincYIn1.z == 0.0) SincY1.z = 1.0; + if(SincYIn1.w == 0.0) SincY1.w = 1.0; + if(SincYIn2.x == 0.0) SincY2.x = 1.0; + if(SincYIn2.y == 0.0) SincY2.y = 1.0; + if(SincYIn2.z == 0.0) SincY2.z = 1.0; + if(SincYIn2.w == 0.0) SincY2.w = 1.0; + if(SincYIn3.x == 0.0) SincY3.x = 1.0; + if(SincYIn3.y == 0.0) SincY3.y = 1.0; + if(SincYIn3.z == 0.0) SincY3.z = 1.0; + if(SincYIn3.w == 0.0) SincY3.w = 1.0; + vec4 IdealY = (Fc_y1_2 * SincY1 - Fc_y2_2 * SincY2) + Fc_y3_2 * SincY3; + vec4 FilterY = Cosine * IdealY; + + vec4 SincIIn = Pi2Fc_i * n4; + vec4 SincI = sin(SincIIn) / SincIIn; + if(SincIIn.x == 0.0) SincI.x = 1.0; + if(SincIIn.y == 0.0) SincI.y = 1.0; + if(SincIIn.z == 0.0) SincI.z = 1.0; + if(SincIIn.w == 0.0) SincI.w = 1.0; + vec4 IdealI = Fc_i_2 * SincI; + vec4 FilterI = Cosine * IdealI; + + vec4 SincQIn = Pi2Fc_q * n4; + vec4 SincQ = sin(SincQIn) / SincQIn; + if(SincQIn.x == 0.0) SincQ.x = 1.0; + if(SincQIn.y == 0.0) SincQ.y = 1.0; + if(SincQIn.z == 0.0) SincQ.z = 1.0; + if(SincQIn.w == 0.0) SincQ.w = 1.0; + vec4 IdealQ = Fc_q_2 * SincQ; + vec4 FilterQ = Cosine * IdealQ; + + YAccum += C * FilterY; + IAccum += C * cos(WT) * FilterI; + QAccum += C * sin(WT) * FilterQ; + } + + float Y = dot(YAccum, One); + float I = dot(IAccum, One) * 2.0; + float Q = dot(QAccum, One) * 2.0; + + vec3 YIQ = vec3(Y, I, Q); + vec3 OutRGB = vec3(dot(YIQ, YIQ2R), dot(YIQ, YIQ2G), dot(YIQ, YIQ2B)); + + gl_FragColor = vec4(OutRGB, 1.0); +} diff --git a/1.12.2/assets/minecraft/shaders/program/ntsc_decode.json b/1.12.2/assets/minecraft/shaders/program/ntsc_decode.json new file mode 100644 index 00000000..28709230 --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/program/ntsc_decode.json @@ -0,0 +1,19 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "ntsc_decode", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" }, + { "name": "BaseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.12.2/assets/minecraft/shaders/program/ntsc_encode.fsh b/1.12.2/assets/minecraft/shaders/program/ntsc_encode.fsh new file mode 100644 index 00000000..450bc6d7 --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/program/ntsc_encode.fsh @@ -0,0 +1,50 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +const float Pi2 = 6.283185307; + +const vec4 A2 = vec4(1.0); +const vec4 B = vec4(0.5); +const float P = 1.0; +const float CCFrequency = 3.59754545; +const float ScanTime = 52.6; +const float Pi2ScanTime = Pi2 * ScanTime; +const vec4 YTransform = vec4(0.299, 0.587, 0.114, 0.0); +const vec4 ITransform = vec4(0.595716, -0.274453, -0.321263, 0.0); +const vec4 QTransform = vec4(0.211456, -0.522591, 0.31135, 0.0); +const vec4 MinC = vec4(-1.1183); +const vec4 InvCRange = vec4(1.0 / 3.2366); + +void main() { + vec2 InverseP = vec2(P, 0.0) * oneTexel; + + // UVs for four linearly-interpolated samples spread 0.25 texels apart + vec2 C0 = texCoord; + vec2 C1 = texCoord + InverseP * 0.25; + vec2 C2 = texCoord + InverseP * 0.50; + vec2 C3 = texCoord + InverseP * 0.75; + vec4 Cx = vec4(C0.x, C1.x, C2.x, C3.x); + vec4 Cy = vec4(C0.y, C1.y, C2.y, C3.y); + + vec4 Texel0 = texture2D(DiffuseSampler, C0); + vec4 Texel1 = texture2D(DiffuseSampler, C1); + vec4 Texel2 = texture2D(DiffuseSampler, C2); + vec4 Texel3 = texture2D(DiffuseSampler, C3); + + // Calculate the expected time of the sample. + vec4 T = A2 * Cy * vec4(InSize.y) + B + Cx; + vec4 W = vec4(Pi2ScanTime * CCFrequency); + vec4 TW = T * W; + vec4 Y = vec4(dot(Texel0, YTransform), dot(Texel1, YTransform), dot(Texel2, YTransform), dot(Texel3, YTransform)); + vec4 I = vec4(dot(Texel0, ITransform), dot(Texel1, ITransform), dot(Texel2, ITransform), dot(Texel3, ITransform)); + vec4 Q = vec4(dot(Texel0, QTransform), dot(Texel1, QTransform), dot(Texel2, QTransform), dot(Texel3, QTransform)); + + vec4 Encoded = Y + I * cos(TW) + Q * sin(TW); + gl_FragColor = (Encoded - MinC) * InvCRange; +} diff --git a/1.12.2/assets/minecraft/shaders/program/ntsc_encode.json b/1.12.2/assets/minecraft/shaders/program/ntsc_encode.json new file mode 100644 index 00000000..2cda4dff --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/program/ntsc_encode.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "ntsc_encode", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.12.2/assets/minecraft/shaders/program/outline.fsh b/1.12.2/assets/minecraft/shaders/program/outline.fsh new file mode 100644 index 00000000..5ef504db --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/program/outline.fsh @@ -0,0 +1,21 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 center = texture2D(DiffuseSampler, texCoord); + vec4 up = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y)); + vec4 down = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0)); + vec4 left = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0)); + vec4 right = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y)); + vec4 uDiff = center - up; + vec4 dDiff = center - down; + vec4 lDiff = center - left; + vec4 rDiff = center - right; + vec4 sum = uDiff + dDiff + lDiff + rDiff; + vec3 clamped = clamp(center.rgb - sum.rgb, 0.0, 1.0); + gl_FragColor = vec4(clamped, 1.0); +} diff --git a/1.12.2/assets/minecraft/shaders/program/outline.json b/1.12.2/assets/minecraft/shaders/program/outline.json new file mode 100644 index 00000000..7d41382b --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/program/outline.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "outline", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.12.2/assets/minecraft/shaders/program/outline_combine.fsh b/1.12.2/assets/minecraft/shaders/program/outline_combine.fsh new file mode 100644 index 00000000..3edb9354 --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/program/outline_combine.fsh @@ -0,0 +1,13 @@ +#version 120 + +uniform sampler2D DiffuseSampler; +uniform sampler2D OutlineSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 diffuseTexel = texture2D(DiffuseSampler, texCoord); + vec4 outlineTexel = texture2D(OutlineSampler, texCoord); + gl_FragColor = vec4(diffuseTexel.rgb + diffuseTexel.rgb * outlineTexel.rgb * vec3(0.75), 1.0); +} diff --git a/1.12.2/assets/minecraft/shaders/program/outline_combine.json b/1.12.2/assets/minecraft/shaders/program/outline_combine.json new file mode 100644 index 00000000..d52f4a3d --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/program/outline_combine.json @@ -0,0 +1,19 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "outline_combine", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" }, + { "name": "OutlineSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.12.2/assets/minecraft/shaders/program/outline_soft.fsh b/1.12.2/assets/minecraft/shaders/program/outline_soft.fsh new file mode 100644 index 00000000..40536b51 --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/program/outline_soft.fsh @@ -0,0 +1,46 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform float LumaRamp; +uniform float LumaLevel; + +void main(){ + vec4 center = texture2D(DiffuseSampler, texCoord); + vec4 up = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y)); + vec4 up2 = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y) * 2.0); + vec4 down = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0)); + vec4 down2 = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0) * 2.0); + vec4 left = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0)); + vec4 left2 = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0) * 2.0); + vec4 right = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y)); + vec4 right2 = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y) * 2.0); + vec4 uDiff = abs(center - up); + vec4 dDiff = abs(center - down); + vec4 lDiff = abs(center - left); + vec4 rDiff = abs(center - right); + vec4 u2Diff = abs(center - up2); + vec4 d2Diff = abs(center - down2); + vec4 l2Diff = abs(center - left2); + vec4 r2Diff = abs(center - right2); + vec4 sum = uDiff + dDiff + lDiff + rDiff + u2Diff + d2Diff + l2Diff + r2Diff; + vec4 gray = vec4(0.3, 0.59, 0.11, 0.0); + float sumLuma = 1.0 - dot(clamp(sum, 0.0, 1.0), gray); + + // Get luminance of center pixel and adjust + float centerLuma = dot(center + (center - pow(center, vec4(LumaRamp))), gray); + + // Quantize the luma value + centerLuma = centerLuma - fract(centerLuma * LumaLevel) / LumaLevel; + + // Re-scale to full range + centerLuma = centerLuma * (LumaLevel / (LumaLevel - 1.0)); + + // Blend with outline + centerLuma = centerLuma * sumLuma; + + gl_FragColor = vec4(centerLuma, centerLuma, centerLuma, 1.0); +} diff --git a/1.12.2/assets/minecraft/shaders/program/outline_soft.json b/1.12.2/assets/minecraft/shaders/program/outline_soft.json new file mode 100644 index 00000000..c58bb5d9 --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/program/outline_soft.json @@ -0,0 +1,20 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "outline_soft", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "LumaRamp", "type": "float", "count": 1, "values": [ 16.0 ] }, + { "name": "LumaLevel", "type": "float", "count": 1, "values": [ 4.0 ] } + ] +} diff --git a/1.12.2/assets/minecraft/shaders/program/outline_watercolor.fsh b/1.12.2/assets/minecraft/shaders/program/outline_watercolor.fsh new file mode 100644 index 00000000..997e18a1 --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/program/outline_watercolor.fsh @@ -0,0 +1,41 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform float LumaRamp; + +void main(){ + vec4 center = texture2D(DiffuseSampler, texCoord); + vec4 up = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y)); + vec4 up2 = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y) * 2.0); + vec4 down = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0)); + vec4 down2 = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0) * 2.0); + vec4 left = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0)); + vec4 left2 = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0) * 2.0); + vec4 right = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y)); + vec4 right2 = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y) * 2.0); + vec4 ul = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, -oneTexel.y)); + vec4 ur = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, -oneTexel.y)); + vec4 bl = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, oneTexel.y)); + vec4 br = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, oneTexel.y)); + vec4 gray = vec4(0.3, 0.59, 0.11, 0.0); + float uDiff = dot(abs(center - up), gray); + float dDiff = dot(abs(center - down), gray); + float lDiff = dot(abs(center - left), gray); + float rDiff = dot(abs(center - right), gray); + float u2Diff = dot(abs(center - up2), gray); + float d2Diff = dot(abs(center - down2), gray); + float l2Diff = dot(abs(center - left2), gray); + float r2Diff = dot(abs(center - right2), gray); + float ulDiff = dot(abs(center - ul), gray); + float urDiff = dot(abs(center - ur), gray); + float blDiff = dot(abs(center - bl), gray); + float brDiff = dot(abs(center - br), gray); + float sum = uDiff + dDiff + lDiff + rDiff + u2Diff + d2Diff + l2Diff + r2Diff + ulDiff + urDiff + blDiff + brDiff; + float sumLuma = clamp(sum, 0.0, 1.0); + + gl_FragColor = vec4(sumLuma, sumLuma, sumLuma, 1.0); +} diff --git a/1.12.2/assets/minecraft/shaders/program/outline_watercolor.json b/1.12.2/assets/minecraft/shaders/program/outline_watercolor.json new file mode 100644 index 00000000..29543528 --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/program/outline_watercolor.json @@ -0,0 +1,19 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "outline_watercolor", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "LumaRamp", "type": "float", "count": 1, "values": [ 16.0 ] } + ] +} diff --git a/1.12.2/assets/minecraft/shaders/program/overlay.fsh b/1.12.2/assets/minecraft/shaders/program/overlay.fsh new file mode 100644 index 00000000..815279a6 --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/program/overlay.fsh @@ -0,0 +1,27 @@ +#version 120 + +uniform sampler2D DiffuseSampler; +uniform sampler2D OverlaySampler; + +uniform vec2 InSize; + +varying vec2 texCoord; + +uniform float MosaicSize = 1.0; +uniform vec3 RedMatrix = vec3(1.0, 0.0, 0.0); +uniform vec3 GreenMatrix = vec3(0.0, 1.0, 0.0); +uniform vec3 BlueMatrix = vec3(0.0, 0.0, 1.0); + +void main(){ + vec2 mosaicInSize = InSize / MosaicSize; + vec2 fractPix = fract(texCoord * mosaicInSize) / mosaicInSize; + + vec4 baseTexel = texture2D(DiffuseSampler, texCoord - fractPix); + float red = dot(baseTexel.rgb, RedMatrix); + float green = dot(baseTexel.rgb, GreenMatrix); + float blue = dot(baseTexel.rgb, BlueMatrix); + + vec4 overlayTexel = texture2D(OverlaySampler, vec2(texCoord.x, 1.0 - texCoord.y)); + overlayTexel.a = 1.0; + gl_FragColor = mix(vec4(red, green, blue, 1.0), overlayTexel, overlayTexel.a); +} diff --git a/1.12.2/assets/minecraft/shaders/program/overlay.json b/1.12.2/assets/minecraft/shaders/program/overlay.json new file mode 100644 index 00000000..ceb8d0fc --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/program/overlay.json @@ -0,0 +1,23 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "blit", + "fragment": "overlay", + "attributes": [ "Position" ], + "samplers": [ + { "name": "OverlaySampler" }, + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "MosaicSize", "type": "float", "count": 1, "values": [ 1.0 ] }, + { "name": "RedMatrix", "type": "float", "count": 3, "values": [ 1.0, 0.0, 0.0 ] }, + { "name": "GreenMatrix", "type": "float", "count": 3, "values": [ 0.0, 1.0, 1.0 ] }, + { "name": "BlueMatrix", "type": "float", "count": 3, "values": [ 0.0, 0.0, 1.0 ] } + ] +} diff --git a/1.12.2/assets/minecraft/shaders/program/phosphor.fsh b/1.12.2/assets/minecraft/shaders/program/phosphor.fsh new file mode 100644 index 00000000..f86a270c --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/program/phosphor.fsh @@ -0,0 +1,19 @@ +#version 120 + +uniform sampler2D DiffuseSampler; +uniform sampler2D PrevSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +uniform vec3 Phosphor = vec3(0.7, 0.7, 0.7); +uniform float LerpFactor = 1.0; + +void main() { + vec4 CurrTexel = texture2D(DiffuseSampler, texCoord); + vec4 PrevTexel = texture2D(PrevSampler, texCoord); + + gl_FragColor = vec4(max(PrevTexel.rgb * Phosphor, CurrTexel.rgb), 1.0); +} diff --git a/1.12.2/assets/minecraft/shaders/program/phosphor.json b/1.12.2/assets/minecraft/shaders/program/phosphor.json new file mode 100644 index 00000000..c3a01f2d --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/program/phosphor.json @@ -0,0 +1,20 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "phosphor", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" }, + { "name": "PrevSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "Phosphor", "type": "float", "count": 3, "values": [ 0.3, 0.3, 0.3 ] } + ] +} diff --git a/1.12.2/assets/minecraft/shaders/program/rotscale.vsh b/1.12.2/assets/minecraft/shaders/program/rotscale.vsh new file mode 100644 index 00000000..81b03a19 --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/program/rotscale.vsh @@ -0,0 +1,31 @@ +#version 120 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; +uniform vec2 OutSize; + +uniform vec2 InScale; +uniform vec2 InOffset; +uniform float InRotation; +uniform float Time; + +varying vec2 texCoord; +varying vec2 scaledCoord; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + texCoord = Position.xy / OutSize; + texCoord.y = 1.0 - texCoord.y; + + float Deg2Rad = 0.0174532925; + float InRadians = InRotation * Deg2Rad; + float Cosine = cos(InRadians); + float Sine = sin(InRadians); + float RotU = texCoord.x * Cosine - texCoord.y * Sine; + float RotV = texCoord.y * Cosine + texCoord.x * Sine; + scaledCoord = vec2(RotU, RotV) * InScale + InOffset; +} diff --git a/1.12.2/assets/minecraft/shaders/program/scan_pincushion.fsh b/1.12.2/assets/minecraft/shaders/program/scan_pincushion.fsh new file mode 100644 index 00000000..2aef0d7e --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/program/scan_pincushion.fsh @@ -0,0 +1,64 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +const vec4 Zero = vec4(0.0); +const vec4 Half = vec4(0.5); +const vec4 One = vec4(1.0); +const vec4 Two = vec4(2.0); + +const float Pi = 3.1415926535; +const float PincushionAmount = 0.02; +const float CurvatureAmount = 0.02; +const float ScanlineAmount = 0.8; +const float ScanlineScale = 1.0; +const float ScanlineHeight = 1.0; +const float ScanlineBrightScale = 1.0; +const float ScanlineBrightOffset = 0.0; +const float ScanlineOffset = 0.0; +const vec3 Floor = vec3(0.05, 0.05, 0.05); +const vec3 Power = vec3(0.8, 0.8, 0.8); + +void main() { + vec4 InTexel = texture2D(DiffuseSampler, texCoord); + + vec2 PinUnitCoord = texCoord * Two.xy - One.xy; + float PincushionR2 = pow(length(PinUnitCoord), 2.0); + vec2 PincushionCurve = PinUnitCoord * PincushionAmount * PincushionR2; + vec2 ScanCoord = texCoord; + + ScanCoord *= One.xy - PincushionAmount * 0.2; + ScanCoord += PincushionAmount * 0.1; + ScanCoord += PincushionCurve; + + vec2 CurvatureClipCurve = PinUnitCoord * CurvatureAmount * PincushionR2; + vec2 ScreenClipCoord = texCoord; + ScreenClipCoord -= Half.xy; + ScreenClipCoord *= One.xy - CurvatureAmount * 0.2; + ScreenClipCoord += Half.xy; + ScreenClipCoord += CurvatureClipCurve; + + // -- Alpha Clipping -- + if (ScanCoord.x < 0.0) discard; + if (ScanCoord.y < 0.0) discard; + if (ScanCoord.x > 1.0) discard; + if (ScanCoord.y > 1.0) discard; + + // -- Scanline Simulation -- + float InnerSine = ScanCoord.y * InSize.y * ScanlineScale * 0.25; + float ScanBrightMod = sin(InnerSine * Pi + ScanlineOffset * InSize.y * 0.25); + float ScanBrightness = mix(1.0, (pow(ScanBrightMod * ScanBrightMod, ScanlineHeight) * ScanlineBrightScale + 1.0) * 0.5, ScanlineAmount); + vec3 ScanlineTexel = InTexel.rgb * ScanBrightness; + + // -- Color Compression (increasing the floor of the signal without affecting the ceiling) -- + ScanlineTexel = Floor + (One.xyz - Floor) * ScanlineTexel; + + ScanlineTexel.rgb = pow(ScanlineTexel.rgb, Power); + + gl_FragColor = vec4(ScanlineTexel.rgb, 1.0); +} diff --git a/1.12.2/assets/minecraft/shaders/program/scan_pincushion.json b/1.12.2/assets/minecraft/shaders/program/scan_pincushion.json new file mode 100644 index 00000000..9c7f9a3d --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/program/scan_pincushion.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "scan_pincushion", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.12.2/assets/minecraft/shaders/program/sobel.fsh b/1.12.2/assets/minecraft/shaders/program/sobel.fsh new file mode 100644 index 00000000..6ed6b147 --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/program/sobel.fsh @@ -0,0 +1,20 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 center = texture2D(DiffuseSampler, texCoord); + vec4 left = texture2D(DiffuseSampler, texCoord - vec2(oneTexel.x, 0.0)); + vec4 right = texture2D(DiffuseSampler, texCoord + vec2(oneTexel.x, 0.0)); + vec4 up = texture2D(DiffuseSampler, texCoord - vec2(0.0, oneTexel.y)); + vec4 down = texture2D(DiffuseSampler, texCoord + vec2(0.0, oneTexel.y)); + vec4 leftDiff = center - left; + vec4 rightDiff = center - right; + vec4 upDiff = center - up; + vec4 downDiff = center - down; + vec4 total = clamp(leftDiff + rightDiff + upDiff + downDiff, 0.0, 1.0); + gl_FragColor = vec4(total.rgb, 1.0); +} diff --git a/1.12.2/assets/minecraft/shaders/program/sobel.json b/1.12.2/assets/minecraft/shaders/program/sobel.json new file mode 100644 index 00000000..dc2fc17b --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/program/sobel.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "sobel", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.12.2/assets/minecraft/shaders/program/sobel.vsh b/1.12.2/assets/minecraft/shaders/program/sobel.vsh new file mode 100644 index 00000000..21b17369 --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/program/sobel.vsh @@ -0,0 +1,20 @@ +#version 120 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; +uniform vec2 OutSize; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + oneTexel = 1.0 / InSize; + + texCoord = Position.xy / OutSize; + texCoord.y = 1.0 - texCoord.y; +} diff --git a/1.12.2/assets/minecraft/shaders/program/spider.json b/1.12.2/assets/minecraft/shaders/program/spider.json new file mode 100644 index 00000000..3a47688e --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/program/spider.json @@ -0,0 +1,25 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "rotscale", + "fragment": "spiderclip", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" }, + { "name": "BlurSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "InScale", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "InOffset", "type": "float", "count": 2, "values": [ 0.0, 0.0 ] }, + { "name": "InRotation", "type": "float", "count": 1, "values": [ 0.0 ] }, + { "name": "Time", "type": "float", "count": 1, "values": [ 0.0 ] }, + { "name": "Scissor", "type": "float", "count": 4, "values": [ 0.0, 0.0, 1.0, 1.0 ] }, + { "name": "Vignette", "type": "float", "count": 4, "values": [ 0.0, 0.0, 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.12.2/assets/minecraft/shaders/program/spiderclip.fsh b/1.12.2/assets/minecraft/shaders/program/spiderclip.fsh new file mode 100644 index 00000000..f53979ca --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/program/spiderclip.fsh @@ -0,0 +1,31 @@ +#version 120 + +uniform sampler2D DiffuseSampler; +uniform sampler2D BlurSampler; + +varying vec2 texCoord; +varying vec2 scaledCoord; + +uniform vec2 InSize; +uniform vec4 Scissor; +uniform vec4 Vignette; + +void main() { + vec4 ScaledTexel = texture2D(DiffuseSampler, scaledCoord); + vec4 BlurTexel = texture2D(BlurSampler, texCoord); + vec4 OutTexel = ScaledTexel; + + // -- Alpha Clipping -- + if (scaledCoord.x < Scissor.x) OutTexel = BlurTexel; + if (scaledCoord.y < Scissor.y) OutTexel = BlurTexel; + if (scaledCoord.x > Scissor.z) OutTexel = BlurTexel; + if (scaledCoord.y > Scissor.w) OutTexel = BlurTexel; + + clamp(scaledCoord, 0.0, 1.0); + + if (scaledCoord.x < Vignette.x) OutTexel = mix(BlurTexel, OutTexel, (Scissor.x - scaledCoord.x) / (Scissor.x - Vignette.x)); + if (scaledCoord.y < Vignette.y) OutTexel = mix(BlurTexel, OutTexel, (Scissor.y - scaledCoord.y) / (Scissor.y - Vignette.y)); + if (scaledCoord.x > Vignette.z) OutTexel = mix(BlurTexel, OutTexel, (Scissor.z - scaledCoord.x) / (Scissor.z - Vignette.z)); + if (scaledCoord.y > Vignette.w) OutTexel = mix(BlurTexel, OutTexel, (Scissor.w - scaledCoord.y) / (Scissor.w - Vignette.w)); + gl_FragColor = vec4(OutTexel.rgb, 1.0); +} diff --git a/1.12.2/assets/minecraft/shaders/program/wobble.fsh b/1.12.2/assets/minecraft/shaders/program/wobble.fsh new file mode 100644 index 00000000..9a175403 --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/program/wobble.fsh @@ -0,0 +1,58 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +uniform float Time; +uniform vec2 Frequency; +uniform vec2 WobbleAmount; + +vec3 hue(float h) +{ + float r = abs(h * 6.0 - 3.0) - 1.0; + float g = 2 - abs(h * 6.0 - 2.0); + float b = 2 - abs(h * 6.0 - 4.0); + return clamp(vec3(r,g,b), 0.0, 1.0); +} + +vec3 HSVtoRGB(vec3 hsv) { + return ((hue(hsv.x) - 1.0) * hsv.y + 1.0) * hsv.z; +} + +vec3 RGBtoHSV(vec3 rgb) { + vec3 hsv = vec3(0.0); + hsv.z = max(rgb.r, max(rgb.g, rgb.b)); + float min = min(rgb.r, min(rgb.g, rgb.b)); + float c = hsv.z - min; + + if (c != 0) + { + hsv.y = c / hsv.z; + vec3 delta = (hsv.z - rgb) / c; + delta.rgb -= delta.brg; + delta.rg += vec2(2.0, 4.0); + if (rgb.r >= hsv.z) { + hsv.x = delta.b; + } else if (rgb.g >= hsv.z) { + hsv.x = delta.r; + } else { + hsv.x = delta.g; + } + hsv.x = fract(hsv.x / 6.0); + } + return hsv; +} + +void main() { + float xOffset = sin(texCoord.y * Frequency.x + Time * 3.1415926535 * 2.0) * WobbleAmount.x; + float yOffset = cos(texCoord.x * Frequency.y + Time * 3.1415926535 * 2.0) * WobbleAmount.y; + vec2 offset = vec2(xOffset, yOffset); + vec4 rgb = texture2D(DiffuseSampler, texCoord + offset); + vec3 hsv = RGBtoHSV(rgb.rgb); + hsv.x = fract(hsv.x + Time); + gl_FragColor = vec4(HSVtoRGB(hsv), 1.0); +} diff --git a/1.12.2/assets/minecraft/shaders/program/wobble.json b/1.12.2/assets/minecraft/shaders/program/wobble.json new file mode 100644 index 00000000..d8e9945a --- /dev/null +++ b/1.12.2/assets/minecraft/shaders/program/wobble.json @@ -0,0 +1,21 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "wobble", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "Time", "type": "float", "count": 1, "values": [ 0.0 ] }, + { "name": "Frequency", "type": "float", "count": 2, "values": [ 512.0, 288.0 ] }, + { "name": "WobbleAmount", "type": "float", "count": 2, "values": [ 0.002, 0.002 ] } + ] +} diff --git a/1.12.2/assets/minecraft/structures/endcity/base_floor.nbt b/1.12.2/assets/minecraft/structures/endcity/base_floor.nbt new file mode 100644 index 00000000..a0fa0805 Binary files /dev/null and b/1.12.2/assets/minecraft/structures/endcity/base_floor.nbt differ diff --git a/1.12.2/assets/minecraft/structures/endcity/base_roof.nbt b/1.12.2/assets/minecraft/structures/endcity/base_roof.nbt new file mode 100644 index 00000000..1c5bb774 Binary files /dev/null and b/1.12.2/assets/minecraft/structures/endcity/base_roof.nbt differ diff --git a/1.12.2/assets/minecraft/structures/endcity/bridge_end.nbt b/1.12.2/assets/minecraft/structures/endcity/bridge_end.nbt new file mode 100644 index 00000000..2f9bf02f Binary files /dev/null and b/1.12.2/assets/minecraft/structures/endcity/bridge_end.nbt differ diff --git a/1.12.2/assets/minecraft/structures/endcity/bridge_gentle_stairs.nbt b/1.12.2/assets/minecraft/structures/endcity/bridge_gentle_stairs.nbt new file mode 100644 index 00000000..5509c810 Binary files /dev/null and b/1.12.2/assets/minecraft/structures/endcity/bridge_gentle_stairs.nbt differ diff --git a/1.12.2/assets/minecraft/structures/endcity/bridge_piece.nbt b/1.12.2/assets/minecraft/structures/endcity/bridge_piece.nbt new file mode 100644 index 00000000..5a829b03 Binary files /dev/null and b/1.12.2/assets/minecraft/structures/endcity/bridge_piece.nbt differ diff --git a/1.12.2/assets/minecraft/structures/endcity/bridge_steep_stairs.nbt b/1.12.2/assets/minecraft/structures/endcity/bridge_steep_stairs.nbt new file mode 100644 index 00000000..aa40f7cc Binary files /dev/null and b/1.12.2/assets/minecraft/structures/endcity/bridge_steep_stairs.nbt differ diff --git a/1.12.2/assets/minecraft/structures/endcity/fat_tower_base.nbt b/1.12.2/assets/minecraft/structures/endcity/fat_tower_base.nbt new file mode 100644 index 00000000..12679c2f Binary files /dev/null and b/1.12.2/assets/minecraft/structures/endcity/fat_tower_base.nbt differ diff --git a/1.12.2/assets/minecraft/structures/endcity/fat_tower_middle.nbt b/1.12.2/assets/minecraft/structures/endcity/fat_tower_middle.nbt new file mode 100644 index 00000000..bf392fc3 Binary files /dev/null and b/1.12.2/assets/minecraft/structures/endcity/fat_tower_middle.nbt differ diff --git a/1.12.2/assets/minecraft/structures/endcity/fat_tower_top.nbt b/1.12.2/assets/minecraft/structures/endcity/fat_tower_top.nbt new file mode 100644 index 00000000..22a5dfb8 Binary files /dev/null and b/1.12.2/assets/minecraft/structures/endcity/fat_tower_top.nbt differ diff --git a/1.12.2/assets/minecraft/structures/endcity/second_floor.nbt b/1.12.2/assets/minecraft/structures/endcity/second_floor.nbt new file mode 100644 index 00000000..c4589ed9 Binary files /dev/null and b/1.12.2/assets/minecraft/structures/endcity/second_floor.nbt differ diff --git a/1.12.2/assets/minecraft/structures/endcity/second_floor_2.nbt b/1.12.2/assets/minecraft/structures/endcity/second_floor_2.nbt new file mode 100644 index 00000000..f56985a0 Binary files /dev/null and b/1.12.2/assets/minecraft/structures/endcity/second_floor_2.nbt differ diff --git a/1.12.2/assets/minecraft/structures/endcity/second_roof.nbt b/1.12.2/assets/minecraft/structures/endcity/second_roof.nbt new file mode 100644 index 00000000..cdbc1ee5 Binary files /dev/null and b/1.12.2/assets/minecraft/structures/endcity/second_roof.nbt differ diff --git a/1.12.2/assets/minecraft/structures/endcity/ship.nbt b/1.12.2/assets/minecraft/structures/endcity/ship.nbt new file mode 100644 index 00000000..ad447c0b Binary files /dev/null and b/1.12.2/assets/minecraft/structures/endcity/ship.nbt differ diff --git a/1.12.2/assets/minecraft/structures/endcity/third_floor.nbt b/1.12.2/assets/minecraft/structures/endcity/third_floor.nbt new file mode 100644 index 00000000..43e30ca8 Binary files /dev/null and b/1.12.2/assets/minecraft/structures/endcity/third_floor.nbt differ diff --git a/1.12.2/assets/minecraft/structures/endcity/third_floor_b.nbt b/1.12.2/assets/minecraft/structures/endcity/third_floor_b.nbt new file mode 100644 index 00000000..863073cd Binary files /dev/null and b/1.12.2/assets/minecraft/structures/endcity/third_floor_b.nbt differ diff --git a/1.12.2/assets/minecraft/structures/endcity/third_floor_c.nbt b/1.12.2/assets/minecraft/structures/endcity/third_floor_c.nbt new file mode 100644 index 00000000..d0c8b818 Binary files /dev/null and b/1.12.2/assets/minecraft/structures/endcity/third_floor_c.nbt differ diff --git a/1.12.2/assets/minecraft/structures/endcity/third_roof.nbt b/1.12.2/assets/minecraft/structures/endcity/third_roof.nbt new file mode 100644 index 00000000..26735a5e Binary files /dev/null and b/1.12.2/assets/minecraft/structures/endcity/third_roof.nbt differ diff --git a/1.12.2/assets/minecraft/structures/endcity/tower_base.nbt b/1.12.2/assets/minecraft/structures/endcity/tower_base.nbt new file mode 100644 index 00000000..1274e98b Binary files /dev/null and b/1.12.2/assets/minecraft/structures/endcity/tower_base.nbt differ diff --git a/1.12.2/assets/minecraft/structures/endcity/tower_floor.nbt b/1.12.2/assets/minecraft/structures/endcity/tower_floor.nbt new file mode 100644 index 00000000..9af27b49 Binary files /dev/null and b/1.12.2/assets/minecraft/structures/endcity/tower_floor.nbt differ diff --git a/1.12.2/assets/minecraft/structures/endcity/tower_piece.nbt b/1.12.2/assets/minecraft/structures/endcity/tower_piece.nbt new file mode 100644 index 00000000..e100a6a5 Binary files /dev/null and b/1.12.2/assets/minecraft/structures/endcity/tower_piece.nbt differ diff --git a/1.12.2/assets/minecraft/structures/endcity/tower_top.nbt b/1.12.2/assets/minecraft/structures/endcity/tower_top.nbt new file mode 100644 index 00000000..c8928966 Binary files /dev/null and b/1.12.2/assets/minecraft/structures/endcity/tower_top.nbt differ diff --git a/1.12.2/assets/minecraft/structures/fossils/fossil_skull_01.nbt b/1.12.2/assets/minecraft/structures/fossils/fossil_skull_01.nbt new file mode 100644 index 00000000..45d4f825 Binary files /dev/null and b/1.12.2/assets/minecraft/structures/fossils/fossil_skull_01.nbt differ diff --git a/1.12.2/assets/minecraft/structures/fossils/fossil_skull_01_coal.nbt b/1.12.2/assets/minecraft/structures/fossils/fossil_skull_01_coal.nbt new file mode 100644 index 00000000..6186e674 Binary files /dev/null and b/1.12.2/assets/minecraft/structures/fossils/fossil_skull_01_coal.nbt differ diff --git a/1.12.2/assets/minecraft/structures/fossils/fossil_skull_02.nbt b/1.12.2/assets/minecraft/structures/fossils/fossil_skull_02.nbt new file mode 100644 index 00000000..0dc564a4 Binary files /dev/null and b/1.12.2/assets/minecraft/structures/fossils/fossil_skull_02.nbt differ diff --git a/1.12.2/assets/minecraft/structures/fossils/fossil_skull_02_coal.nbt b/1.12.2/assets/minecraft/structures/fossils/fossil_skull_02_coal.nbt new file mode 100644 index 00000000..6a43fbcb Binary files /dev/null and b/1.12.2/assets/minecraft/structures/fossils/fossil_skull_02_coal.nbt differ diff --git a/1.12.2/assets/minecraft/structures/fossils/fossil_skull_03.nbt b/1.12.2/assets/minecraft/structures/fossils/fossil_skull_03.nbt new file mode 100644 index 00000000..a7e906a8 Binary files /dev/null and b/1.12.2/assets/minecraft/structures/fossils/fossil_skull_03.nbt differ diff --git a/1.12.2/assets/minecraft/structures/fossils/fossil_skull_03_coal.nbt b/1.12.2/assets/minecraft/structures/fossils/fossil_skull_03_coal.nbt new file mode 100644 index 00000000..f6e664f5 Binary files /dev/null and b/1.12.2/assets/minecraft/structures/fossils/fossil_skull_03_coal.nbt differ diff --git a/1.12.2/assets/minecraft/structures/fossils/fossil_skull_04.nbt b/1.12.2/assets/minecraft/structures/fossils/fossil_skull_04.nbt new file mode 100644 index 00000000..9142f84e Binary files /dev/null and b/1.12.2/assets/minecraft/structures/fossils/fossil_skull_04.nbt differ diff --git a/1.12.2/assets/minecraft/structures/fossils/fossil_skull_04_coal.nbt b/1.12.2/assets/minecraft/structures/fossils/fossil_skull_04_coal.nbt new file mode 100644 index 00000000..4fd5c51c Binary files /dev/null and b/1.12.2/assets/minecraft/structures/fossils/fossil_skull_04_coal.nbt differ diff --git a/1.12.2/assets/minecraft/structures/fossils/fossil_spine_01.nbt b/1.12.2/assets/minecraft/structures/fossils/fossil_spine_01.nbt new file mode 100644 index 00000000..2a54fd03 Binary files /dev/null and b/1.12.2/assets/minecraft/structures/fossils/fossil_spine_01.nbt differ diff --git a/1.12.2/assets/minecraft/structures/fossils/fossil_spine_01_coal.nbt b/1.12.2/assets/minecraft/structures/fossils/fossil_spine_01_coal.nbt new file mode 100644 index 00000000..63a46133 Binary files /dev/null and b/1.12.2/assets/minecraft/structures/fossils/fossil_spine_01_coal.nbt differ diff --git a/1.12.2/assets/minecraft/structures/fossils/fossil_spine_02.nbt b/1.12.2/assets/minecraft/structures/fossils/fossil_spine_02.nbt new file mode 100644 index 00000000..ad601b93 Binary files /dev/null and b/1.12.2/assets/minecraft/structures/fossils/fossil_spine_02.nbt differ diff --git a/1.12.2/assets/minecraft/structures/fossils/fossil_spine_02_coal.nbt b/1.12.2/assets/minecraft/structures/fossils/fossil_spine_02_coal.nbt new file mode 100644 index 00000000..1bac53b4 Binary files /dev/null and b/1.12.2/assets/minecraft/structures/fossils/fossil_spine_02_coal.nbt differ diff --git a/1.12.2/assets/minecraft/structures/fossils/fossil_spine_03.nbt b/1.12.2/assets/minecraft/structures/fossils/fossil_spine_03.nbt new file mode 100644 index 00000000..535cecef Binary files /dev/null and b/1.12.2/assets/minecraft/structures/fossils/fossil_spine_03.nbt differ diff --git a/1.12.2/assets/minecraft/structures/fossils/fossil_spine_03_coal.nbt b/1.12.2/assets/minecraft/structures/fossils/fossil_spine_03_coal.nbt new file mode 100644 index 00000000..714c1089 Binary files /dev/null and b/1.12.2/assets/minecraft/structures/fossils/fossil_spine_03_coal.nbt differ diff --git a/1.12.2/assets/minecraft/structures/fossils/fossil_spine_04.nbt b/1.12.2/assets/minecraft/structures/fossils/fossil_spine_04.nbt new file mode 100644 index 00000000..37c021f1 Binary files /dev/null and b/1.12.2/assets/minecraft/structures/fossils/fossil_spine_04.nbt differ diff --git a/1.12.2/assets/minecraft/structures/fossils/fossil_spine_04_coal.nbt b/1.12.2/assets/minecraft/structures/fossils/fossil_spine_04_coal.nbt new file mode 100644 index 00000000..c961cff9 Binary files /dev/null and b/1.12.2/assets/minecraft/structures/fossils/fossil_spine_04_coal.nbt differ diff --git a/1.12.2/assets/minecraft/structures/igloo/igloo_bottom.nbt b/1.12.2/assets/minecraft/structures/igloo/igloo_bottom.nbt new file mode 100644 index 00000000..77af4921 Binary files /dev/null and b/1.12.2/assets/minecraft/structures/igloo/igloo_bottom.nbt differ diff --git a/1.12.2/assets/minecraft/structures/igloo/igloo_middle.nbt b/1.12.2/assets/minecraft/structures/igloo/igloo_middle.nbt new file mode 100644 index 00000000..0345fefb Binary files /dev/null and b/1.12.2/assets/minecraft/structures/igloo/igloo_middle.nbt differ diff --git a/1.12.2/assets/minecraft/structures/igloo/igloo_top.nbt b/1.12.2/assets/minecraft/structures/igloo/igloo_top.nbt new file mode 100644 index 00000000..753cb40e Binary files /dev/null and b/1.12.2/assets/minecraft/structures/igloo/igloo_top.nbt differ diff --git a/1.12.2/assets/minecraft/structures/mansion/1x1_a1.nbt b/1.12.2/assets/minecraft/structures/mansion/1x1_a1.nbt new file mode 100644 index 00000000..63dcf9e6 Binary files /dev/null and b/1.12.2/assets/minecraft/structures/mansion/1x1_a1.nbt differ diff --git a/1.12.2/assets/minecraft/structures/mansion/1x1_a2.nbt b/1.12.2/assets/minecraft/structures/mansion/1x1_a2.nbt new file mode 100644 index 00000000..0416d5ef Binary files /dev/null and b/1.12.2/assets/minecraft/structures/mansion/1x1_a2.nbt differ diff --git a/1.12.2/assets/minecraft/structures/mansion/1x1_a3.nbt b/1.12.2/assets/minecraft/structures/mansion/1x1_a3.nbt new file mode 100644 index 00000000..2e0f11c5 Binary files /dev/null and b/1.12.2/assets/minecraft/structures/mansion/1x1_a3.nbt differ diff --git a/1.12.2/assets/minecraft/structures/mansion/1x1_a4.nbt b/1.12.2/assets/minecraft/structures/mansion/1x1_a4.nbt new file mode 100644 index 00000000..9e5b5318 Binary files /dev/null and b/1.12.2/assets/minecraft/structures/mansion/1x1_a4.nbt differ diff --git a/1.12.2/assets/minecraft/structures/mansion/1x1_a5.nbt b/1.12.2/assets/minecraft/structures/mansion/1x1_a5.nbt new file mode 100644 index 00000000..6ac47298 Binary files /dev/null and b/1.12.2/assets/minecraft/structures/mansion/1x1_a5.nbt differ diff --git a/1.12.2/assets/minecraft/structures/mansion/1x1_as1.nbt b/1.12.2/assets/minecraft/structures/mansion/1x1_as1.nbt new file mode 100644 index 00000000..a9bce464 Binary files /dev/null and b/1.12.2/assets/minecraft/structures/mansion/1x1_as1.nbt differ diff --git a/1.12.2/assets/minecraft/structures/mansion/1x1_as2.nbt b/1.12.2/assets/minecraft/structures/mansion/1x1_as2.nbt new file mode 100644 index 00000000..87a97b84 Binary files /dev/null and b/1.12.2/assets/minecraft/structures/mansion/1x1_as2.nbt differ diff --git a/1.12.2/assets/minecraft/structures/mansion/1x1_as3.nbt b/1.12.2/assets/minecraft/structures/mansion/1x1_as3.nbt new file mode 100644 index 00000000..5e77c088 Binary files /dev/null and b/1.12.2/assets/minecraft/structures/mansion/1x1_as3.nbt differ diff --git a/1.12.2/assets/minecraft/structures/mansion/1x1_as4.nbt b/1.12.2/assets/minecraft/structures/mansion/1x1_as4.nbt new file mode 100644 index 00000000..85f398bd Binary files /dev/null and b/1.12.2/assets/minecraft/structures/mansion/1x1_as4.nbt differ diff --git a/1.12.2/assets/minecraft/structures/mansion/1x1_b1.nbt b/1.12.2/assets/minecraft/structures/mansion/1x1_b1.nbt new file mode 100644 index 00000000..b6ce4ddd Binary files /dev/null and b/1.12.2/assets/minecraft/structures/mansion/1x1_b1.nbt differ diff --git a/1.12.2/assets/minecraft/structures/mansion/1x1_b2.nbt b/1.12.2/assets/minecraft/structures/mansion/1x1_b2.nbt new file mode 100644 index 00000000..a62d7fa1 Binary files /dev/null and b/1.12.2/assets/minecraft/structures/mansion/1x1_b2.nbt differ diff --git a/1.12.2/assets/minecraft/structures/mansion/1x1_b3.nbt b/1.12.2/assets/minecraft/structures/mansion/1x1_b3.nbt new file mode 100644 index 00000000..08286744 Binary files /dev/null and b/1.12.2/assets/minecraft/structures/mansion/1x1_b3.nbt differ diff --git a/1.12.2/assets/minecraft/structures/mansion/1x1_b4.nbt b/1.12.2/assets/minecraft/structures/mansion/1x1_b4.nbt new file mode 100644 index 00000000..5113e437 Binary files /dev/null and b/1.12.2/assets/minecraft/structures/mansion/1x1_b4.nbt differ diff --git a/1.12.2/assets/minecraft/structures/mansion/1x1_b5.nbt b/1.12.2/assets/minecraft/structures/mansion/1x1_b5.nbt new file mode 100644 index 00000000..75bef890 Binary files /dev/null and b/1.12.2/assets/minecraft/structures/mansion/1x1_b5.nbt differ diff --git a/1.12.2/assets/minecraft/structures/mansion/1x2_a1.nbt b/1.12.2/assets/minecraft/structures/mansion/1x2_a1.nbt new file mode 100644 index 00000000..4bf6fc89 Binary files /dev/null and b/1.12.2/assets/minecraft/structures/mansion/1x2_a1.nbt differ diff --git a/1.12.2/assets/minecraft/structures/mansion/1x2_a2.nbt b/1.12.2/assets/minecraft/structures/mansion/1x2_a2.nbt new file mode 100644 index 00000000..b7a3fe45 Binary files /dev/null and b/1.12.2/assets/minecraft/structures/mansion/1x2_a2.nbt differ diff --git a/1.12.2/assets/minecraft/structures/mansion/1x2_a3.nbt b/1.12.2/assets/minecraft/structures/mansion/1x2_a3.nbt new file mode 100644 index 00000000..65e4ac2a Binary files /dev/null and b/1.12.2/assets/minecraft/structures/mansion/1x2_a3.nbt differ diff --git a/1.12.2/assets/minecraft/structures/mansion/1x2_a4.nbt b/1.12.2/assets/minecraft/structures/mansion/1x2_a4.nbt new file mode 100644 index 00000000..689b0783 Binary files /dev/null and b/1.12.2/assets/minecraft/structures/mansion/1x2_a4.nbt differ diff --git a/1.12.2/assets/minecraft/structures/mansion/1x2_a5.nbt b/1.12.2/assets/minecraft/structures/mansion/1x2_a5.nbt new file mode 100644 index 00000000..e33bca18 Binary files /dev/null and b/1.12.2/assets/minecraft/structures/mansion/1x2_a5.nbt differ diff --git a/1.12.2/assets/minecraft/structures/mansion/1x2_a6.nbt b/1.12.2/assets/minecraft/structures/mansion/1x2_a6.nbt new file mode 100644 index 00000000..513a0570 Binary files /dev/null and b/1.12.2/assets/minecraft/structures/mansion/1x2_a6.nbt differ diff --git a/1.12.2/assets/minecraft/structures/mansion/1x2_a7.nbt b/1.12.2/assets/minecraft/structures/mansion/1x2_a7.nbt new file mode 100644 index 00000000..22795a76 Binary files /dev/null and b/1.12.2/assets/minecraft/structures/mansion/1x2_a7.nbt differ diff --git a/1.12.2/assets/minecraft/structures/mansion/1x2_a8.nbt b/1.12.2/assets/minecraft/structures/mansion/1x2_a8.nbt new file mode 100644 index 00000000..e11eb744 Binary files /dev/null and b/1.12.2/assets/minecraft/structures/mansion/1x2_a8.nbt differ diff --git a/1.12.2/assets/minecraft/structures/mansion/1x2_a9.nbt b/1.12.2/assets/minecraft/structures/mansion/1x2_a9.nbt new file mode 100644 index 00000000..4d2bd4aa Binary files /dev/null and b/1.12.2/assets/minecraft/structures/mansion/1x2_a9.nbt differ diff --git a/1.12.2/assets/minecraft/structures/mansion/1x2_b1.nbt b/1.12.2/assets/minecraft/structures/mansion/1x2_b1.nbt new file mode 100644 index 00000000..8596f8b2 Binary files /dev/null and b/1.12.2/assets/minecraft/structures/mansion/1x2_b1.nbt differ diff --git a/1.12.2/assets/minecraft/structures/mansion/1x2_b2.nbt b/1.12.2/assets/minecraft/structures/mansion/1x2_b2.nbt new file mode 100644 index 00000000..0e34409e Binary files /dev/null and b/1.12.2/assets/minecraft/structures/mansion/1x2_b2.nbt differ diff --git a/1.12.2/assets/minecraft/structures/mansion/1x2_b3.nbt b/1.12.2/assets/minecraft/structures/mansion/1x2_b3.nbt new file mode 100644 index 00000000..53320d7e Binary files /dev/null and b/1.12.2/assets/minecraft/structures/mansion/1x2_b3.nbt differ diff --git a/1.12.2/assets/minecraft/structures/mansion/1x2_b4.nbt b/1.12.2/assets/minecraft/structures/mansion/1x2_b4.nbt new file mode 100644 index 00000000..fcd2e026 Binary files /dev/null and b/1.12.2/assets/minecraft/structures/mansion/1x2_b4.nbt differ diff --git a/1.12.2/assets/minecraft/structures/mansion/1x2_b5.nbt b/1.12.2/assets/minecraft/structures/mansion/1x2_b5.nbt new file mode 100644 index 00000000..ccfa12e7 Binary files /dev/null and b/1.12.2/assets/minecraft/structures/mansion/1x2_b5.nbt differ diff --git a/1.12.2/assets/minecraft/structures/mansion/1x2_c1.nbt b/1.12.2/assets/minecraft/structures/mansion/1x2_c1.nbt new file mode 100644 index 00000000..fe6acc47 Binary files /dev/null and b/1.12.2/assets/minecraft/structures/mansion/1x2_c1.nbt differ diff --git a/1.12.2/assets/minecraft/structures/mansion/1x2_c2.nbt b/1.12.2/assets/minecraft/structures/mansion/1x2_c2.nbt new file mode 100644 index 00000000..a470e5fa Binary files /dev/null and b/1.12.2/assets/minecraft/structures/mansion/1x2_c2.nbt differ diff --git a/1.12.2/assets/minecraft/structures/mansion/1x2_c3.nbt b/1.12.2/assets/minecraft/structures/mansion/1x2_c3.nbt new file mode 100644 index 00000000..07aeb924 Binary files /dev/null and b/1.12.2/assets/minecraft/structures/mansion/1x2_c3.nbt differ diff --git a/1.12.2/assets/minecraft/structures/mansion/1x2_c4.nbt b/1.12.2/assets/minecraft/structures/mansion/1x2_c4.nbt new file mode 100644 index 00000000..a63ad851 Binary files /dev/null and b/1.12.2/assets/minecraft/structures/mansion/1x2_c4.nbt differ diff --git a/1.12.2/assets/minecraft/structures/mansion/1x2_c_stairs.nbt b/1.12.2/assets/minecraft/structures/mansion/1x2_c_stairs.nbt new file mode 100644 index 00000000..9c9421b2 Binary files /dev/null and b/1.12.2/assets/minecraft/structures/mansion/1x2_c_stairs.nbt differ diff --git a/1.12.2/assets/minecraft/structures/mansion/1x2_d1.nbt b/1.12.2/assets/minecraft/structures/mansion/1x2_d1.nbt new file mode 100644 index 00000000..4a7b161a Binary files /dev/null and b/1.12.2/assets/minecraft/structures/mansion/1x2_d1.nbt differ diff --git a/1.12.2/assets/minecraft/structures/mansion/1x2_d2.nbt b/1.12.2/assets/minecraft/structures/mansion/1x2_d2.nbt new file mode 100644 index 00000000..732c4ac4 Binary files /dev/null and b/1.12.2/assets/minecraft/structures/mansion/1x2_d2.nbt differ diff --git a/1.12.2/assets/minecraft/structures/mansion/1x2_d3.nbt b/1.12.2/assets/minecraft/structures/mansion/1x2_d3.nbt new file mode 100644 index 00000000..4a3825de Binary files /dev/null and b/1.12.2/assets/minecraft/structures/mansion/1x2_d3.nbt differ diff --git a/1.12.2/assets/minecraft/structures/mansion/1x2_d4.nbt b/1.12.2/assets/minecraft/structures/mansion/1x2_d4.nbt new file mode 100644 index 00000000..b8e1e0e5 Binary files /dev/null and b/1.12.2/assets/minecraft/structures/mansion/1x2_d4.nbt differ diff --git a/1.12.2/assets/minecraft/structures/mansion/1x2_d5.nbt b/1.12.2/assets/minecraft/structures/mansion/1x2_d5.nbt new file mode 100644 index 00000000..fffcc9e8 Binary files /dev/null and b/1.12.2/assets/minecraft/structures/mansion/1x2_d5.nbt differ diff --git a/1.12.2/assets/minecraft/structures/mansion/1x2_d_stairs.nbt b/1.12.2/assets/minecraft/structures/mansion/1x2_d_stairs.nbt new file mode 100644 index 00000000..9cfcad8f Binary files /dev/null and b/1.12.2/assets/minecraft/structures/mansion/1x2_d_stairs.nbt differ diff --git a/1.12.2/assets/minecraft/structures/mansion/1x2_s1.nbt b/1.12.2/assets/minecraft/structures/mansion/1x2_s1.nbt new file mode 100644 index 00000000..6d648d8b Binary files /dev/null and b/1.12.2/assets/minecraft/structures/mansion/1x2_s1.nbt differ diff --git a/1.12.2/assets/minecraft/structures/mansion/1x2_s2.nbt b/1.12.2/assets/minecraft/structures/mansion/1x2_s2.nbt new file mode 100644 index 00000000..42c2ba9c Binary files /dev/null and b/1.12.2/assets/minecraft/structures/mansion/1x2_s2.nbt differ diff --git a/1.12.2/assets/minecraft/structures/mansion/1x2_se1.nbt b/1.12.2/assets/minecraft/structures/mansion/1x2_se1.nbt new file mode 100644 index 00000000..22f1aa29 Binary files /dev/null and b/1.12.2/assets/minecraft/structures/mansion/1x2_se1.nbt differ diff --git a/1.12.2/assets/minecraft/structures/mansion/2x2_a1.nbt b/1.12.2/assets/minecraft/structures/mansion/2x2_a1.nbt new file mode 100644 index 00000000..f0337027 Binary files /dev/null and b/1.12.2/assets/minecraft/structures/mansion/2x2_a1.nbt differ diff --git a/1.12.2/assets/minecraft/structures/mansion/2x2_a2.nbt b/1.12.2/assets/minecraft/structures/mansion/2x2_a2.nbt new file mode 100644 index 00000000..1a1d9da4 Binary files /dev/null and b/1.12.2/assets/minecraft/structures/mansion/2x2_a2.nbt differ diff --git a/1.12.2/assets/minecraft/structures/mansion/2x2_a3.nbt b/1.12.2/assets/minecraft/structures/mansion/2x2_a3.nbt new file mode 100644 index 00000000..f097c591 Binary files /dev/null and b/1.12.2/assets/minecraft/structures/mansion/2x2_a3.nbt differ diff --git a/1.12.2/assets/minecraft/structures/mansion/2x2_a4.nbt b/1.12.2/assets/minecraft/structures/mansion/2x2_a4.nbt new file mode 100644 index 00000000..7412ea1d Binary files /dev/null and b/1.12.2/assets/minecraft/structures/mansion/2x2_a4.nbt differ diff --git a/1.12.2/assets/minecraft/structures/mansion/2x2_b1.nbt b/1.12.2/assets/minecraft/structures/mansion/2x2_b1.nbt new file mode 100644 index 00000000..6a765c2e Binary files /dev/null and b/1.12.2/assets/minecraft/structures/mansion/2x2_b1.nbt differ diff --git a/1.12.2/assets/minecraft/structures/mansion/2x2_b2.nbt b/1.12.2/assets/minecraft/structures/mansion/2x2_b2.nbt new file mode 100644 index 00000000..5996af3d Binary files /dev/null and b/1.12.2/assets/minecraft/structures/mansion/2x2_b2.nbt differ diff --git a/1.12.2/assets/minecraft/structures/mansion/2x2_b3.nbt b/1.12.2/assets/minecraft/structures/mansion/2x2_b3.nbt new file mode 100644 index 00000000..96270554 Binary files /dev/null and b/1.12.2/assets/minecraft/structures/mansion/2x2_b3.nbt differ diff --git a/1.12.2/assets/minecraft/structures/mansion/2x2_b4.nbt b/1.12.2/assets/minecraft/structures/mansion/2x2_b4.nbt new file mode 100644 index 00000000..b48ef0c8 Binary files /dev/null and b/1.12.2/assets/minecraft/structures/mansion/2x2_b4.nbt differ diff --git a/1.12.2/assets/minecraft/structures/mansion/2x2_b5.nbt b/1.12.2/assets/minecraft/structures/mansion/2x2_b5.nbt new file mode 100644 index 00000000..87db65d5 Binary files /dev/null and b/1.12.2/assets/minecraft/structures/mansion/2x2_b5.nbt differ diff --git a/1.12.2/assets/minecraft/structures/mansion/2x2_s1.nbt b/1.12.2/assets/minecraft/structures/mansion/2x2_s1.nbt new file mode 100644 index 00000000..8affd3fc Binary files /dev/null and b/1.12.2/assets/minecraft/structures/mansion/2x2_s1.nbt differ diff --git a/1.12.2/assets/minecraft/structures/mansion/carpet_east.nbt b/1.12.2/assets/minecraft/structures/mansion/carpet_east.nbt new file mode 100644 index 00000000..52b93795 Binary files /dev/null and b/1.12.2/assets/minecraft/structures/mansion/carpet_east.nbt differ diff --git a/1.12.2/assets/minecraft/structures/mansion/carpet_north.nbt b/1.12.2/assets/minecraft/structures/mansion/carpet_north.nbt new file mode 100644 index 00000000..37e6671b Binary files /dev/null and b/1.12.2/assets/minecraft/structures/mansion/carpet_north.nbt differ diff --git a/1.12.2/assets/minecraft/structures/mansion/carpet_south.nbt b/1.12.2/assets/minecraft/structures/mansion/carpet_south.nbt new file mode 100644 index 00000000..397abf70 Binary files /dev/null and b/1.12.2/assets/minecraft/structures/mansion/carpet_south.nbt differ diff --git a/1.12.2/assets/minecraft/structures/mansion/carpet_south_2.nbt b/1.12.2/assets/minecraft/structures/mansion/carpet_south_2.nbt new file mode 100644 index 00000000..9d921ac3 Binary files /dev/null and b/1.12.2/assets/minecraft/structures/mansion/carpet_south_2.nbt differ diff --git a/1.12.2/assets/minecraft/structures/mansion/carpet_west.nbt b/1.12.2/assets/minecraft/structures/mansion/carpet_west.nbt new file mode 100644 index 00000000..4b9c7d67 Binary files /dev/null and b/1.12.2/assets/minecraft/structures/mansion/carpet_west.nbt differ diff --git a/1.12.2/assets/minecraft/structures/mansion/carpet_west_2.nbt b/1.12.2/assets/minecraft/structures/mansion/carpet_west_2.nbt new file mode 100644 index 00000000..9549c055 Binary files /dev/null and b/1.12.2/assets/minecraft/structures/mansion/carpet_west_2.nbt differ diff --git a/1.12.2/assets/minecraft/structures/mansion/corridor_floor.nbt b/1.12.2/assets/minecraft/structures/mansion/corridor_floor.nbt new file mode 100644 index 00000000..796ec699 Binary files /dev/null and b/1.12.2/assets/minecraft/structures/mansion/corridor_floor.nbt differ diff --git a/1.12.2/assets/minecraft/structures/mansion/entrance.nbt b/1.12.2/assets/minecraft/structures/mansion/entrance.nbt new file mode 100644 index 00000000..bd7ec2fd Binary files /dev/null and b/1.12.2/assets/minecraft/structures/mansion/entrance.nbt differ diff --git a/1.12.2/assets/minecraft/structures/mansion/indoors_door.nbt b/1.12.2/assets/minecraft/structures/mansion/indoors_door.nbt new file mode 100644 index 00000000..dc5d0caa Binary files /dev/null and b/1.12.2/assets/minecraft/structures/mansion/indoors_door.nbt differ diff --git a/1.12.2/assets/minecraft/structures/mansion/indoors_door_2.nbt b/1.12.2/assets/minecraft/structures/mansion/indoors_door_2.nbt new file mode 100644 index 00000000..c4928a50 Binary files /dev/null and b/1.12.2/assets/minecraft/structures/mansion/indoors_door_2.nbt differ diff --git a/1.12.2/assets/minecraft/structures/mansion/indoors_wall.nbt b/1.12.2/assets/minecraft/structures/mansion/indoors_wall.nbt new file mode 100644 index 00000000..c373757e Binary files /dev/null and b/1.12.2/assets/minecraft/structures/mansion/indoors_wall.nbt differ diff --git a/1.12.2/assets/minecraft/structures/mansion/indoors_wall_2.nbt b/1.12.2/assets/minecraft/structures/mansion/indoors_wall_2.nbt new file mode 100644 index 00000000..75fe10dd Binary files /dev/null and b/1.12.2/assets/minecraft/structures/mansion/indoors_wall_2.nbt differ diff --git a/1.12.2/assets/minecraft/structures/mansion/roof.nbt b/1.12.2/assets/minecraft/structures/mansion/roof.nbt new file mode 100644 index 00000000..5e26718d Binary files /dev/null and b/1.12.2/assets/minecraft/structures/mansion/roof.nbt differ diff --git a/1.12.2/assets/minecraft/structures/mansion/roof_corner.nbt b/1.12.2/assets/minecraft/structures/mansion/roof_corner.nbt new file mode 100644 index 00000000..544318bb Binary files /dev/null and b/1.12.2/assets/minecraft/structures/mansion/roof_corner.nbt differ diff --git a/1.12.2/assets/minecraft/structures/mansion/roof_front.nbt b/1.12.2/assets/minecraft/structures/mansion/roof_front.nbt new file mode 100644 index 00000000..928459bd Binary files /dev/null and b/1.12.2/assets/minecraft/structures/mansion/roof_front.nbt differ diff --git a/1.12.2/assets/minecraft/structures/mansion/roof_inner_corner.nbt b/1.12.2/assets/minecraft/structures/mansion/roof_inner_corner.nbt new file mode 100644 index 00000000..4f4e68fa Binary files /dev/null and b/1.12.2/assets/minecraft/structures/mansion/roof_inner_corner.nbt differ diff --git a/1.12.2/assets/minecraft/structures/mansion/small_wall.nbt b/1.12.2/assets/minecraft/structures/mansion/small_wall.nbt new file mode 100644 index 00000000..3a033d99 Binary files /dev/null and b/1.12.2/assets/minecraft/structures/mansion/small_wall.nbt differ diff --git a/1.12.2/assets/minecraft/structures/mansion/small_wall_corner.nbt b/1.12.2/assets/minecraft/structures/mansion/small_wall_corner.nbt new file mode 100644 index 00000000..3b211091 Binary files /dev/null and b/1.12.2/assets/minecraft/structures/mansion/small_wall_corner.nbt differ diff --git a/1.12.2/assets/minecraft/structures/mansion/wall_corner.nbt b/1.12.2/assets/minecraft/structures/mansion/wall_corner.nbt new file mode 100644 index 00000000..c520a1bf Binary files /dev/null and b/1.12.2/assets/minecraft/structures/mansion/wall_corner.nbt differ diff --git a/1.12.2/assets/minecraft/structures/mansion/wall_flat.nbt b/1.12.2/assets/minecraft/structures/mansion/wall_flat.nbt new file mode 100644 index 00000000..8e2f483d Binary files /dev/null and b/1.12.2/assets/minecraft/structures/mansion/wall_flat.nbt differ diff --git a/1.12.2/assets/minecraft/structures/mansion/wall_window.nbt b/1.12.2/assets/minecraft/structures/mansion/wall_window.nbt new file mode 100644 index 00000000..2d59e5fc Binary files /dev/null and b/1.12.2/assets/minecraft/structures/mansion/wall_window.nbt differ diff --git a/1.12.2/assets/minecraft/texts/credits.txt b/1.12.2/assets/minecraft/texts/credits.txt new file mode 100644 index 00000000..9ac3b300 --- /dev/null +++ b/1.12.2/assets/minecraft/texts/credits.txt @@ -0,0 +1,268 @@ +[C]§f============ +[C]§eMinecraft Team +[C]§f============ + +§7Original Creator +§f Markus Persson + +§7Lead Creative Designer +§f Jens Bergensten + +§7Production Director +§f Daniel Kaplan + +§7Game Developers +§f Agnes Larsson +§f Alexander Östman +§f Aron Nieminen +§f Daniel Wustenhoff +§f Erik Broes +§f Erik Bylund +§f Johan Bernhardsson +§f Jon Maiga +§f Maria Lemón +§f Michael Stoyke +§f Mikael Hedberg +§f Måns Olson +§f Nathan Adams +§f Nathan Gilbert +§f Ryan Holtz +§f Sebastian Hindefelt +§f Shoghi Cervantes +§f Thomas Guimbretière +§f Tomas Alaeus +§f Tommaso Checchi + +§7Realms Developers +§f Alexandre Pretto Nunes +§f Amir Moulavi +§f Christian Westman +§f Daniel Frisk +§f David Marby +§f Leonard Gram +§f Magnus Jäderberg +§f Mats Henricson +§f Philip Vieira + +§7Additional Programming +§f Paul Spooner +§f Ryan 'Scaevolus' Hitchman +§f Elliot 'Hippoplatimus' Segal + +§7Assistant Producers +§f Adrian Östergård +§f Aleksandra Zajac +§f Warren Loo + +§7Realms Content Lead +§f Marc Watson + +§7Realms Content Coordinator +§f Matthew Dryden + +§7Art Director +§f Markus Toivonen + +§7Graphics Artists +§f Johan Aronson +§f Kristoffer Zetterstrand + +§7Additional Graphics +§f Jonatan Pöljö +§f Mariana Graham Ramirez +§f Martin Johansson +§f Ninni Landin + +§7User Experience Design +§f Tobias Ahlin + +§7Lead Sound Designer +§f Samuel Åberg + +§7Sound Design +§f Daniel Rosenfeld + +§7Music composed by +§f Daniel Rosenfeld + +§7Writing +§f Julian Gough + +§7Developers of Mo’ Creatures +§f John Olarte (DrZhark) +§f Kent Christian Jensen +§f Dan Roque + +[C]§f======== +[C]§eMojang +[C]§f======== + +§7Chief Executive Officer +§f Jonas Mårtensson + +§7Chief Operations Officer +§f Vu Bui + +§7Chief Finance Officer +§f Karin Severinson + +§7Brand Director +§f Lydia Winters + +§7Chief Technology Officer +§f Rikard Herlitz + +§7Lead Systems Developer +§f Kristoffer Jelbring + +§7System Developers +§f Pär Axelsson +§f Robert Sjödahl +§f Stefan Torstensson +§f Tomas Sommar + +§7Customer Support Team Lead +§f Mattias Victorin + +§7Customer Support +§f Adam Martinsson +§f Amelia Lindroth Henriksson +§f Angehlica Walling +§f Anna Lundgren +§f Antonia Kousathana +§f Carl Johnsson +§f Cim Borg +§f Eliza Hearsum +§f Ellie Ashrafi +§f Jonny Hair +§f Marcus Forss +§f Nasim Derakhshan +§f Patrik Södergren +§f Rui Ribeiro +§f Sarah Mårtensson + +§7Director of Business Development +§f Patrick Geuder + +§7Business Intelligence +§f Brynjólfur Erlingsson + +§7Production Director +§f Olof Carlsson + +§7Producers +§f Hampus Nilsson + +§7Project Director +§f Ulrika Höjgård + +§7Project Managers +§f Henrik Pettersson +§f Isabella Balk +§f Lisa Kempe +§f Nicolette Suraga + +§7Director of Creative Communications +§f Owen Jones + +§7Creative Communications Manager +§f Martin Davies + +§7Creative Communications Assistant +§f Tom Stone + +§7Head of Community Relations +§f Karim Walldén + +§7Head of Social Media +§f Amelia Dale + +§7Office Managers +§f David Stuart Dahlgren +§f Mikaela Prim +§f Siri Hoel Andersson + +§7Finance Manager +§f Marina Kostesic + +§7Finance Accountants +§f Josefina Axelsson + +§7Graphics Artists +§f Mattis Grahm + +§73D/vfx Generalist +§f Christian Nordgren + +§7Level Designers +§f Max Herngren + +§7Product Designers +§f Amanda Ström +§f Filip Thoms + +§7Intellectual Property Enforcement Team Lead +§f Mathias Andersson + +§7Intellectual Property Enforcement Agents +§f Josefin Olsson +§f Matilda Åkerman +§f Olle Personne + +[C]§f=========== +[C]§eMojang Alumni +[C]§f=========== + +§7Chief Executive Officers +§f Carl Manneh + +§7Project Directors +§f Jakob Porsér + +§7Game Developers +§f Tobias Möllstam + +§7System Developers +§f Martin Odhelius + +§7Graphics Artists +§f Poi Poi Chen + +§7Customer Support +§f Andreas Andersson +§f Andreas Jörgensen +§f Annika Tripke-Lund +§f Anton Albiin +§f Dante Stjernberg +§f David Carlsson +§f Elin Frykholm +§f Emily Richardson +§f Erik Nordberg +§f Fredrik Henriksson +§f Henrik Davallius +§f Henry Shi +§f Joe Liu +§f Kevin Vesterlund +§f Mike Till +§f Rabi Hadad +§f Robert Miskiewicz +§f Robin Cocks +§f Robin Thunström + +§7Office Managers +§f Charlotte Wredesjö +§f Jill Curran +§f Linn Hultman + +[C]§f============ +[C]§eSpecial Thanks +[C]§f============ + +§f Daniel Brynolf +§f Pontus Hammarberg + + + + + +§f"Twenty years from now you will be more disappointed by the things that you didn't do than by the ones you did do. So throw off the bowlines. Sail away from the safe harbor. Catch the trade winds in your sails. Explore. Dream. Discover." §7- Unknown \ No newline at end of file diff --git a/1.12.2/assets/minecraft/texts/end.txt b/1.12.2/assets/minecraft/texts/end.txt new file mode 100644 index 00000000..72775248 --- /dev/null +++ b/1.12.2/assets/minecraft/texts/end.txt @@ -0,0 +1,151 @@ +§3I see the player you mean. + +§2PLAYERNAME? + +§3Yes. Take care. It has reached a higher level now. It can read our thoughts. + +§2That doesn't matter. It thinks we are part of the game. + +§3I like this player. It played well. It did not give up. + +§2It is reading our thoughts as though they were words on a screen. + +§3That is how it chooses to imagine many things, when it is deep in the dream of a game. + +§2Words make a wonderful interface. Very flexible. And less terrifying than staring at the reality behind the screen. + +§3They used to hear voices. Before players could read. Back in the days when those who did not play called the players witches, and warlocks. And players dreamed they flew through the air, on sticks powered by demons. + +§2What did this player dream? + +§3This player dreamed of sunlight and trees. Of fire and water. It dreamed it created. And it dreamed it destroyed. It dreamed it hunted, and was hunted. It dreamed of shelter. + +§2Hah, the original interface. A million years old, and it still works. But what true structure did this player create, in the reality behind the screen? + +§3It worked, with a million others, to sculpt a true world in a fold of the §f§k§a§b§3, and created a §f§k§a§b§3 for §f§k§a§b§3, in the §f§k§a§b§3. + +§2It cannot read that thought. + +§3No. It has not yet achieved the highest level. That, it must achieve in the long dream of life, not the short dream of a game. + +§2Does it know that we love it? That the universe is kind? + +§3Sometimes, through the noise of its thoughts, it hears the universe, yes. + +§2But there are times it is sad, in the long dream. It creates worlds that have no summer, and it shivers under a black sun, and it takes its sad creation for reality. + +§3To cure it of sorrow would destroy it. The sorrow is part of its own private task. We cannot interfere. + +§2Sometimes when they are deep in dreams, I want to tell them, they are building true worlds in reality. Sometimes I want to tell them of their importance to the universe. Sometimes, when they have not made a true connection in a while, I want to help them to speak the word they fear. + +§3It reads our thoughts. + +§2Sometimes I do not care. Sometimes I wish to tell them, this world you take for truth is merely §f§k§a§b§2 and §f§k§a§b§2, I wish to tell them that they are §f§k§a§b§2 in the §f§k§a§b§2. They see so little of reality, in their long dream. + +§3And yet they play the game. + +§2But it would be so easy to tell them... + +§3Too strong for this dream. To tell them how to live is to prevent them living. + +§2I will not tell the player how to live. + +§3The player is growing restless. + +§2I will tell the player a story. + +§3But not the truth. + +§2No. A story that contains the truth safely, in a cage of words. Not the naked truth that can burn over any distance. + +§3Give it a body, again. + +§2Yes. Player... + +§3Use its name. + +§2PLAYERNAME. Player of games. + +§3Good. + +§2Take a breath, now. Take another. Feel air in your lungs. Let your limbs return. Yes, move your fingers. Have a body again, under gravity, in air. Respawn in the long dream. There you are. Your body touching the universe again at every point, as though you were separate things. As though we were separate things. + +§3Who are we? Once we were called the spirit of the mountain. Father sun, mother moon. Ancestral spirits, animal spirits. Jinn. Ghosts. The green man. Then gods, demons. Angels. Poltergeists. Aliens, extraterrestrials. Leptons, quarks. The words change. We do not change. + +§2We are the universe. We are everything you think isn't you. You are looking at us now, through your skin and your eyes. And why does the universe touch your skin, and throw light on you? To see you, player. To know you. And to be known. I shall tell you a story. + +§2Once upon a time, there was a player. + +§3The player was you, PLAYERNAME. + +§2Sometimes it thought itself human, on the thin crust of a spinning globe of molten rock. The ball of molten rock circled a ball of blazing gas that was three hundred and thirty thousand times more massive than it. They were so far apart that light took eight minutes to cross the gap. The light was information from a star, and it could burn your skin from a hundred and fifty million kilometres away. + +§2Sometimes the player dreamed it was a miner, on the surface of a world that was flat, and infinite. The sun was a square of white. The days were short; there was much to do; and death was a temporary inconvenience. + +§3Sometimes the player dreamed it was lost in a story. + +§2Sometimes the player dreamed it was other things, in other places. Sometimes these dreams were disturbing. Sometimes very beautiful indeed. Sometimes the player woke from one dream into another, then woke from that into a third. + +§3Sometimes the player dreamed it watched words on a screen. + +§2Let's go back. + +§2The atoms of the player were scattered in the grass, in the rivers, in the air, in the ground. A woman gathered the atoms; she drank and ate and inhaled; and the woman assembled the player, in her body. + +§2And the player awoke, from the warm, dark world of its mother's body, into the long dream. + +§2And the player was a new story, never told before, written in letters of DNA. And the player was a new program, never run before, generated by a sourcecode a billion years old. And the player was a new human, never alive before, made from nothing but milk and love. + +§3You are the player. The story. The program. The human. Made from nothing but milk and love. + +§2Let's go further back. + +§2The seven billion billion billion atoms of the player's body were created, long before this game, in the heart of a star. So the player, too, is information from a star. And the player moves through a story, which is a forest of information planted by a man called Julian, on a flat, infinite world created by a man called Markus, that exists inside a small, private world created by the player, who inhabits a universe created by... + +§3Shush. Sometimes the player created a small, private world that was soft and warm and simple. Sometimes hard, and cold, and complicated. Sometimes it built a model of the universe in its head; flecks of energy, moving through vast empty spaces. Sometimes it called those flecks "electrons" and "protons". + +§2Sometimes it called them "planets" and "stars". + +§2Sometimes it believed it was in a universe that was made of energy that was made of offs and ons; zeros and ones; lines of code. Sometimes it believed it was playing a game. Sometimes it believed it was reading words on a screen. + +§3You are the player, reading words... + +§2Shush... Sometimes the player read lines of code on a screen. Decoded them into words; decoded words into meaning; decoded meaning into feelings, emotions, theories, ideas, and the player started to breathe faster and deeper and realised it was alive, it was alive, those thousand deaths had not been real, the player was alive + +§3You. You. You are alive. + +§2and sometimes the player believed the universe had spoken to it through the sunlight that came through the shuffling leaves of the summer trees + +§3and sometimes the player believed the universe had spoken to it through the light that fell from the crisp night sky of winter, where a fleck of light in the corner of the player's eye might be a star a million times as massive as the sun, boiling its planets to plasma in order to be visible for a moment to the player, walking home at the far side of the universe, suddenly smelling food, almost at the familiar door, about to dream again + +§2and sometimes the player believed the universe had spoken to it through the zeros and ones, through the electricity of the world, through the scrolling words on a screen at the end of a dream + +§3and the universe said I love you + +§2and the universe said you have played the game well + +§3and the universe said everything you need is within you + +§2and the universe said you are stronger than you know + +§3and the universe said you are the daylight + +§2and the universe said you are the night + +§3and the universe said the darkness you fight is within you + +§2and the universe said the light you seek is within you + +§3and the universe said you are not alone + +§2and the universe said you are not separate from every other thing + +§3and the universe said you are the universe tasting itself, talking to itself, reading its own code + +§2and the universe said I love you because you are love. + +§3And the game was over and the player woke up from the dream. And the player began a new dream. And the player dreamed again, dreamed better. And the player was the universe. And the player was love. + +§3You are the player. + +§2Wake up. diff --git a/1.12.2/assets/minecraft/texts/splashes.txt b/1.12.2/assets/minecraft/texts/splashes.txt new file mode 100644 index 00000000..41dd297f --- /dev/null +++ b/1.12.2/assets/minecraft/texts/splashes.txt @@ -0,0 +1,373 @@ +As seen on TV! +Awesome! +100% pure! +May contain nuts! +More polygons! +Sexy! +Limited edition! +Flashing letters! +Made by Notch! +It's here! +Best in class! +It's finished! +Kind of dragon free! +Excitement! +More than 500 sold! +One of a kind! +Heaps of hits on YouTube! +Indev! +Spiders everywhere! +Check it out! +Holy cow, man! +It's a game! +Made in Sweden! +Uses LWJGL! +Reticulating splines! +Minecraft! +Yaaay! +Singleplayer! +Keyboard compatible! +Undocumented! +Ingots! +Exploding creepers! +That's no moon! +l33t! +Create! +Survive! +Dungeon! +Exclusive! +The bee's knees! +Down with O.P.P.! +Closed source! +Classy! +Wow! +Not on steam! +Oh man! +Awesome community! +Pixels! +Teetsuuuuoooo! +Kaaneeeedaaaa! +Now with difficulty! +Enhanced! +90% bug free! +Pretty! +12 herbs and spices! +Fat free! +Absolutely no memes! +Free dental! +Ask your doctor! +Minors welcome! +Cloud computing! +Legal in Finland! +Hard to label! +Technically good! +Bringing home the bacon! +Indie! +GOTY! +Ceci n'est pas une title screen! +Euclidian! +Now in 3D! +Inspirational! +Herregud! +Complex cellular automata! +Yes, sir! +Played by cowboys! +OpenGL 2.1 (if supported)! +Thousands of colors! +Try it! +Age of Wonders is better! +Try the mushroom stew! +Sensational! +Hot tamale, hot hot tamale! +Play him off, keyboard cat! +Guaranteed! +Macroscopic! +Bring it on! +Random splash! +Call your mother! +Monster infighting! +Loved by millions! +Ultimate edition! +Freaky! +You've got a brand new key! +Water proof! +Uninflammable! +Whoa, dude! +All inclusive! +Tell your friends! +NP is not in P! +Music by C418! +Livestreamed! +Haunted! +Polynomial! +Terrestrial! +All is full of love! +Full of stars! +Scientific! +Not as cool as Spock! +Collaborate and listen! +Never dig down! +Take frequent breaks! +Not linear! +Han shot first! +Nice to meet you! +Buckets of lava! +Ride the pig! +Larger than Earth! +sqrt(-1) love you! +Phobos anomaly! +Punching wood! +Falling off cliffs! +1% sugar! +150% hyperbole! +Synecdoche! +Let's danec! +Seecret Friday update! +Reference implementation! +Lewd with two dudes with food! +Kiss the sky! +20 GOTO 10! +Verlet intregration! +Peter Griffin! +Do not distribute! +Cogito ergo sum! +4815162342 lines of code! +A skeleton popped out! +The Work of Notch! +The sum of its parts! +BTAF used to be good! +I miss ADOM! +umop-apisdn! +OICU812! +Bring me Ray Cokes! +Finger-licking! +Thematic! +Pneumatic! +Sublime! +Octagonal! +Une baguette! +Gargamel plays it! +Rita is the new top dog! +SWM forever! +Representing Edsbyn! +Matt Damon! +Supercalifragilisticexpialidocious! +Consummate V's! +Cow Tools! +Double buffered! +Fan fiction! +Flaxkikare! +Jason! Jason! Jason! +Hotter than the sun! +Internet enabled! +Autonomous! +Engage! +Fantasy! +DRR! DRR! DRR! +Kick it root down! +Regional resources! +Woo, facepunch! +Woo, somethingawful! +Woo, /v/! +Woo, tigsource! +Woo, minecraftforum! +Woo, worldofminecraft! +Woo, reddit! +Woo, 2pp! +Google anlyticsed! +Now supports åäö! +Give us Gordon! +Tip your waiter! +Very fun! +12345 is a bad password! +Vote for net neutrality! +Lives in a pineapple under the sea! +MAP11 has two names! +Omnipotent! +Gasp! +...! +Bees, bees, bees, bees! +Jag känner en bot! +This text is hard to read if you play the game at the default resolution, but at 1080p it's fine! +Haha, LOL! +Hampsterdance! +Switches and ores! +Menger sponge! +idspispopd! +Eple (original edit)! +So fresh, so clean! +Slow acting portals! +Try the Nether! +Don't look directly at the bugs! +Oh, ok, Pigmen! +Finally with ladders! +Scary! +Play Minecraft, Watch Topgear, Get Pig! +Twittered about! +Jump up, jump up, and get down! +Joel is neat! +A riddle, wrapped in a mystery! +Huge tracts of land! +Welcome to your Doom! +Stay a while, stay forever! +Stay a while and listen! +Treatment for your rash! +"Autological" is! +Information wants to be free! +"Almost never" is an interesting concept! +Lots of truthiness! +The creeper is a spy! +Turing complete! +It's groundbreaking! +Let our battle's begin! +The sky is the limit! +Jeb has amazing hair! +Ryan also has amazing hair! +Casual gaming! +Undefeated! +Kinda like Lemmings! +Follow the train, CJ! +Leveraging synergy! +This message will never appear on the splash screen, isn't that weird? +DungeonQuest is unfair! +110813! +90210! +Check out the far lands! +Tyrion would love it! +Also try VVVVVV! +Also try Super Meat Boy! +Also try Terraria! +Also try Mount And Blade! +Also try Project Zomboid! +Also try World of Goo! +Also try Limbo! +Also try Pixeljunk Shooter! +Also try Braid! +That's super! +Bread is pain! +Read more books! +Khaaaaaaaaan! +Less addictive than TV Tropes! +More addictive than lemonade! +Bigger than a bread box! +Millions of peaches! +Fnord! +This is my true form! +Totally forgot about Dre! +Don't bother with the clones! +Pumpkinhead! +Hobo humping slobo babe! +Made by Jeb! +Has an ending! +Finally complete! +Feature packed! +Boots with the fur! +Stop, hammertime! +Testificates! +Conventional! +Homeomorphic to a 3-sphere! +Doesn't avoid double negatives! +Place ALL the blocks! +Does barrel rolls! +Meeting expectations! +PC gaming since 1873! +Ghoughpteighbteau tchoghs! +Déjà vu! +Déjà vu! +Got your nose! +Haley loves Elan! +Afraid of the big, black bat! +Doesn't use the U-word! +Child's play! +See you next Friday or so! +From the streets of Södermalm! +150 bpm for 400000 minutes! +Technologic! +Funk soul brother! +Pumpa kungen! +日本ハロー! +한국 안녕하세요! +Helo Cymru! +Cześć Polsko! +你好中国! +Привет Россия! +Γεια σου Ελλάδα! +My life for Aiur! +Lennart lennart = new Lennart(); +I see your vocabulary has improved! +Who put it there? +You can't explain that! +if not ok then return end +§1C§2o§3l§4o§5r§6m§7a§8t§9i§ac +§kFUNKY LOL +Big Pointy Teeth! +Bekarton guards the gate! +Mmmph, mmph! +Don't feed avocados to parrots! +Swords for everyone! +Plz reply to my tweet! +.party()! +Take her pillow! +Put that cookie down! +Pretty scary! +I have a suggestion. +Now with extra hugs! +Now Java 8! +Woah. +HURNERJSGER? +What's up, Doc? +Now contains 32 random daily cats! +That's Numberwang! +pls rt +Do you want to join my server? +Put a little fence around it! +Throw a blanket over it! +One day, somewhere in the future, my work will be quoted! +Now with additional stuff! +Extra things! +Yay, puppies for everyone! +So sweet, like a nice bon bon! +Popping tags! +Very influential in its circle! +Now With Multiplayer! +Rise from your grave! +Warning! A huge battleship "STEVE" is approaching fast! +Blue warrior shot the food! +Run, coward! I hunger! +Flavor with no seasoning! +Strange, but not a stranger! +Tougher than diamonds, rich like cream! +Getting ready to show! +Getting ready to know! +Getting ready to drop! +Getting ready to shock! +Getting ready to freak! +Getting ready to speak! +It swings, it jives! +Cruising streets for gold! +Take an eggbeater and beat it against a skillet! +Make me a table, a funky table! +Take the elevator to the mezzanine! +Stop being reasonable, this is the Internet! +/give @a hugs 64 +This is good for Realms. +Any computer is a laptop if you're brave enough! +Do it all, everything! +Where there is not light, there can spider! +GNU Terry Pratchett +More Digital! +doot doot +Falling with style! +There's no stopping the Trollmaso +Throw yourself at the ground and miss +Rule #1: it's never my fault +Replaced molten cheese with blood? +Absolutely fixed relatively broken coordinates +Boats FTW +Javalicious edition +Should not be played while driving +You're going too fast! +Don't feed chocolate to parrots! +The true meaning of covfefe +An illusion! What are you hiding? +Something's not quite right... diff --git a/1.12.2/assets/minecraft/textures/blocks/anvil_base.png b/1.12.2/assets/minecraft/textures/blocks/anvil_base.png new file mode 100644 index 00000000..50848f86 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/anvil_base.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/anvil_top_damaged_0.png b/1.12.2/assets/minecraft/textures/blocks/anvil_top_damaged_0.png new file mode 100644 index 00000000..395dea47 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/anvil_top_damaged_0.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/anvil_top_damaged_1.png b/1.12.2/assets/minecraft/textures/blocks/anvil_top_damaged_1.png new file mode 100644 index 00000000..eddc47fb Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/anvil_top_damaged_1.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/anvil_top_damaged_2.png b/1.12.2/assets/minecraft/textures/blocks/anvil_top_damaged_2.png new file mode 100644 index 00000000..6cade1fa Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/anvil_top_damaged_2.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/beacon.png b/1.12.2/assets/minecraft/textures/blocks/beacon.png new file mode 100644 index 00000000..a69e59dc Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/beacon.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/bedrock.png b/1.12.2/assets/minecraft/textures/blocks/bedrock.png new file mode 100644 index 00000000..1643c995 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/bedrock.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/beetroots_stage_0.png b/1.12.2/assets/minecraft/textures/blocks/beetroots_stage_0.png new file mode 100644 index 00000000..c1ef7320 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/beetroots_stage_0.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/beetroots_stage_1.png b/1.12.2/assets/minecraft/textures/blocks/beetroots_stage_1.png new file mode 100644 index 00000000..1275f4f8 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/beetroots_stage_1.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/beetroots_stage_2.png b/1.12.2/assets/minecraft/textures/blocks/beetroots_stage_2.png new file mode 100644 index 00000000..b7347dfe Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/beetroots_stage_2.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/beetroots_stage_3.png b/1.12.2/assets/minecraft/textures/blocks/beetroots_stage_3.png new file mode 100644 index 00000000..a13a0ec9 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/beetroots_stage_3.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/bone_block_side.png b/1.12.2/assets/minecraft/textures/blocks/bone_block_side.png new file mode 100644 index 00000000..ffdf641a Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/bone_block_side.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/bone_block_top.png b/1.12.2/assets/minecraft/textures/blocks/bone_block_top.png new file mode 100644 index 00000000..85a8b877 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/bone_block_top.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/bookshelf.png b/1.12.2/assets/minecraft/textures/blocks/bookshelf.png new file mode 100644 index 00000000..7ac3737a Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/bookshelf.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/brewing_stand.png b/1.12.2/assets/minecraft/textures/blocks/brewing_stand.png new file mode 100644 index 00000000..60832aab Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/brewing_stand.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/brewing_stand_base.png b/1.12.2/assets/minecraft/textures/blocks/brewing_stand_base.png new file mode 100644 index 00000000..0742fbfa Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/brewing_stand_base.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/brick.png b/1.12.2/assets/minecraft/textures/blocks/brick.png new file mode 100644 index 00000000..fd6959c2 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/brick.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/cactus_bottom.png b/1.12.2/assets/minecraft/textures/blocks/cactus_bottom.png new file mode 100644 index 00000000..4bc7885a Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/cactus_bottom.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/cactus_side.png b/1.12.2/assets/minecraft/textures/blocks/cactus_side.png new file mode 100644 index 00000000..9c555037 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/cactus_side.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/cactus_top.png b/1.12.2/assets/minecraft/textures/blocks/cactus_top.png new file mode 100644 index 00000000..98e6faad Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/cactus_top.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/cake_bottom.png b/1.12.2/assets/minecraft/textures/blocks/cake_bottom.png new file mode 100644 index 00000000..d93b15ad Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/cake_bottom.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/cake_inner.png b/1.12.2/assets/minecraft/textures/blocks/cake_inner.png new file mode 100644 index 00000000..ce7ce690 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/cake_inner.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/cake_side.png b/1.12.2/assets/minecraft/textures/blocks/cake_side.png new file mode 100644 index 00000000..343a0234 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/cake_side.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/cake_top.png b/1.12.2/assets/minecraft/textures/blocks/cake_top.png new file mode 100644 index 00000000..2947892e Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/cake_top.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/carrots_stage_0.png b/1.12.2/assets/minecraft/textures/blocks/carrots_stage_0.png new file mode 100644 index 00000000..c1ef7320 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/carrots_stage_0.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/carrots_stage_1.png b/1.12.2/assets/minecraft/textures/blocks/carrots_stage_1.png new file mode 100644 index 00000000..1275f4f8 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/carrots_stage_1.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/carrots_stage_2.png b/1.12.2/assets/minecraft/textures/blocks/carrots_stage_2.png new file mode 100644 index 00000000..b7347dfe Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/carrots_stage_2.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/carrots_stage_3.png b/1.12.2/assets/minecraft/textures/blocks/carrots_stage_3.png new file mode 100644 index 00000000..2391be83 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/carrots_stage_3.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/cauldron_bottom.png b/1.12.2/assets/minecraft/textures/blocks/cauldron_bottom.png new file mode 100644 index 00000000..acb4c08a Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/cauldron_bottom.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/cauldron_inner.png b/1.12.2/assets/minecraft/textures/blocks/cauldron_inner.png new file mode 100644 index 00000000..5ae6c707 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/cauldron_inner.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/cauldron_side.png b/1.12.2/assets/minecraft/textures/blocks/cauldron_side.png new file mode 100644 index 00000000..b976acfc Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/cauldron_side.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/cauldron_top.png b/1.12.2/assets/minecraft/textures/blocks/cauldron_top.png new file mode 100644 index 00000000..970eefac Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/cauldron_top.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/chain_command_block_back.png b/1.12.2/assets/minecraft/textures/blocks/chain_command_block_back.png new file mode 100644 index 00000000..aab8909d Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/chain_command_block_back.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/chain_command_block_back.png.mcmeta b/1.12.2/assets/minecraft/textures/blocks/chain_command_block_back.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.12.2/assets/minecraft/textures/blocks/chain_command_block_back.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.12.2/assets/minecraft/textures/blocks/chain_command_block_conditional.png b/1.12.2/assets/minecraft/textures/blocks/chain_command_block_conditional.png new file mode 100644 index 00000000..b3bb6a4d Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/chain_command_block_conditional.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/chain_command_block_conditional.png.mcmeta b/1.12.2/assets/minecraft/textures/blocks/chain_command_block_conditional.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.12.2/assets/minecraft/textures/blocks/chain_command_block_conditional.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.12.2/assets/minecraft/textures/blocks/chain_command_block_front.png b/1.12.2/assets/minecraft/textures/blocks/chain_command_block_front.png new file mode 100644 index 00000000..a3f94cb5 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/chain_command_block_front.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/chain_command_block_front.png.mcmeta b/1.12.2/assets/minecraft/textures/blocks/chain_command_block_front.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.12.2/assets/minecraft/textures/blocks/chain_command_block_front.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.12.2/assets/minecraft/textures/blocks/chain_command_block_side.png b/1.12.2/assets/minecraft/textures/blocks/chain_command_block_side.png new file mode 100644 index 00000000..c67fd4ce Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/chain_command_block_side.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/chain_command_block_side.png.mcmeta b/1.12.2/assets/minecraft/textures/blocks/chain_command_block_side.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.12.2/assets/minecraft/textures/blocks/chain_command_block_side.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.12.2/assets/minecraft/textures/blocks/chorus_flower.png b/1.12.2/assets/minecraft/textures/blocks/chorus_flower.png new file mode 100644 index 00000000..97d1ca65 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/chorus_flower.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/chorus_flower_dead.png b/1.12.2/assets/minecraft/textures/blocks/chorus_flower_dead.png new file mode 100644 index 00000000..e9a3952f Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/chorus_flower_dead.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/chorus_plant.png b/1.12.2/assets/minecraft/textures/blocks/chorus_plant.png new file mode 100644 index 00000000..bc2de3c8 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/chorus_plant.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/clay.png b/1.12.2/assets/minecraft/textures/blocks/clay.png new file mode 100644 index 00000000..c19e0319 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/clay.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/coal_block.png b/1.12.2/assets/minecraft/textures/blocks/coal_block.png new file mode 100644 index 00000000..d440bb9a Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/coal_block.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/coal_ore.png b/1.12.2/assets/minecraft/textures/blocks/coal_ore.png new file mode 100644 index 00000000..49486d2a Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/coal_ore.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/coarse_dirt.png b/1.12.2/assets/minecraft/textures/blocks/coarse_dirt.png new file mode 100644 index 00000000..3107d43a Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/coarse_dirt.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/cobblestone.png b/1.12.2/assets/minecraft/textures/blocks/cobblestone.png new file mode 100644 index 00000000..da3498c5 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/cobblestone.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/cobblestone_mossy.png b/1.12.2/assets/minecraft/textures/blocks/cobblestone_mossy.png new file mode 100644 index 00000000..dd479fff Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/cobblestone_mossy.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/cocoa_stage_0.png b/1.12.2/assets/minecraft/textures/blocks/cocoa_stage_0.png new file mode 100644 index 00000000..25892eba Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/cocoa_stage_0.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/cocoa_stage_1.png b/1.12.2/assets/minecraft/textures/blocks/cocoa_stage_1.png new file mode 100644 index 00000000..1e1f48ab Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/cocoa_stage_1.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/cocoa_stage_2.png b/1.12.2/assets/minecraft/textures/blocks/cocoa_stage_2.png new file mode 100644 index 00000000..491ec26d Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/cocoa_stage_2.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/command_block_back.png b/1.12.2/assets/minecraft/textures/blocks/command_block_back.png new file mode 100644 index 00000000..dc919f44 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/command_block_back.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/command_block_back.png.mcmeta b/1.12.2/assets/minecraft/textures/blocks/command_block_back.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.12.2/assets/minecraft/textures/blocks/command_block_back.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.12.2/assets/minecraft/textures/blocks/command_block_conditional.png b/1.12.2/assets/minecraft/textures/blocks/command_block_conditional.png new file mode 100644 index 00000000..4af0ac18 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/command_block_conditional.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/command_block_conditional.png.mcmeta b/1.12.2/assets/minecraft/textures/blocks/command_block_conditional.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.12.2/assets/minecraft/textures/blocks/command_block_conditional.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.12.2/assets/minecraft/textures/blocks/command_block_front.png b/1.12.2/assets/minecraft/textures/blocks/command_block_front.png new file mode 100644 index 00000000..5584a8b4 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/command_block_front.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/command_block_front.png.mcmeta b/1.12.2/assets/minecraft/textures/blocks/command_block_front.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.12.2/assets/minecraft/textures/blocks/command_block_front.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.12.2/assets/minecraft/textures/blocks/command_block_side.png b/1.12.2/assets/minecraft/textures/blocks/command_block_side.png new file mode 100644 index 00000000..e9b6377b Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/command_block_side.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/command_block_side.png.mcmeta b/1.12.2/assets/minecraft/textures/blocks/command_block_side.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.12.2/assets/minecraft/textures/blocks/command_block_side.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.12.2/assets/minecraft/textures/blocks/comparator_off.png b/1.12.2/assets/minecraft/textures/blocks/comparator_off.png new file mode 100644 index 00000000..36b81991 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/comparator_off.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/comparator_on.png b/1.12.2/assets/minecraft/textures/blocks/comparator_on.png new file mode 100644 index 00000000..bb9413c6 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/comparator_on.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/concrete_black.png b/1.12.2/assets/minecraft/textures/blocks/concrete_black.png new file mode 100644 index 00000000..8413b9c6 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/concrete_black.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/concrete_blue.png b/1.12.2/assets/minecraft/textures/blocks/concrete_blue.png new file mode 100644 index 00000000..e1f68fc8 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/concrete_blue.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/concrete_brown.png b/1.12.2/assets/minecraft/textures/blocks/concrete_brown.png new file mode 100644 index 00000000..1ee67164 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/concrete_brown.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/concrete_cyan.png b/1.12.2/assets/minecraft/textures/blocks/concrete_cyan.png new file mode 100644 index 00000000..ec3936cb Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/concrete_cyan.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/concrete_gray.png b/1.12.2/assets/minecraft/textures/blocks/concrete_gray.png new file mode 100644 index 00000000..ee95a153 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/concrete_gray.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/concrete_green.png b/1.12.2/assets/minecraft/textures/blocks/concrete_green.png new file mode 100644 index 00000000..87188983 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/concrete_green.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/concrete_light_blue.png b/1.12.2/assets/minecraft/textures/blocks/concrete_light_blue.png new file mode 100644 index 00000000..d5a46fe2 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/concrete_light_blue.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/concrete_lime.png b/1.12.2/assets/minecraft/textures/blocks/concrete_lime.png new file mode 100644 index 00000000..c4df61ec Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/concrete_lime.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/concrete_magenta.png b/1.12.2/assets/minecraft/textures/blocks/concrete_magenta.png new file mode 100644 index 00000000..35326207 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/concrete_magenta.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/concrete_orange.png b/1.12.2/assets/minecraft/textures/blocks/concrete_orange.png new file mode 100644 index 00000000..243bbc82 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/concrete_orange.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/concrete_pink.png b/1.12.2/assets/minecraft/textures/blocks/concrete_pink.png new file mode 100644 index 00000000..dd1950f7 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/concrete_pink.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/concrete_powder_black.png b/1.12.2/assets/minecraft/textures/blocks/concrete_powder_black.png new file mode 100644 index 00000000..529daaa5 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/concrete_powder_black.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/concrete_powder_blue.png b/1.12.2/assets/minecraft/textures/blocks/concrete_powder_blue.png new file mode 100644 index 00000000..e78597e1 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/concrete_powder_blue.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/concrete_powder_brown.png b/1.12.2/assets/minecraft/textures/blocks/concrete_powder_brown.png new file mode 100644 index 00000000..14487d7d Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/concrete_powder_brown.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/concrete_powder_cyan.png b/1.12.2/assets/minecraft/textures/blocks/concrete_powder_cyan.png new file mode 100644 index 00000000..3a23a958 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/concrete_powder_cyan.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/concrete_powder_gray.png b/1.12.2/assets/minecraft/textures/blocks/concrete_powder_gray.png new file mode 100644 index 00000000..7d5a4d16 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/concrete_powder_gray.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/concrete_powder_green.png b/1.12.2/assets/minecraft/textures/blocks/concrete_powder_green.png new file mode 100644 index 00000000..c3c78ec9 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/concrete_powder_green.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/concrete_powder_light_blue.png b/1.12.2/assets/minecraft/textures/blocks/concrete_powder_light_blue.png new file mode 100644 index 00000000..fe8b7796 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/concrete_powder_light_blue.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/concrete_powder_lime.png b/1.12.2/assets/minecraft/textures/blocks/concrete_powder_lime.png new file mode 100644 index 00000000..780aaeef Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/concrete_powder_lime.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/concrete_powder_magenta.png b/1.12.2/assets/minecraft/textures/blocks/concrete_powder_magenta.png new file mode 100644 index 00000000..054553d3 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/concrete_powder_magenta.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/concrete_powder_orange.png b/1.12.2/assets/minecraft/textures/blocks/concrete_powder_orange.png new file mode 100644 index 00000000..2fb6f15f Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/concrete_powder_orange.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/concrete_powder_pink.png b/1.12.2/assets/minecraft/textures/blocks/concrete_powder_pink.png new file mode 100644 index 00000000..9f6a6bb7 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/concrete_powder_pink.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/concrete_powder_purple.png b/1.12.2/assets/minecraft/textures/blocks/concrete_powder_purple.png new file mode 100644 index 00000000..aa1b1ac3 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/concrete_powder_purple.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/concrete_powder_red.png b/1.12.2/assets/minecraft/textures/blocks/concrete_powder_red.png new file mode 100644 index 00000000..7612112e Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/concrete_powder_red.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/concrete_powder_silver.png b/1.12.2/assets/minecraft/textures/blocks/concrete_powder_silver.png new file mode 100644 index 00000000..18ebf59a Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/concrete_powder_silver.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/concrete_powder_white.png b/1.12.2/assets/minecraft/textures/blocks/concrete_powder_white.png new file mode 100644 index 00000000..35ae8ae4 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/concrete_powder_white.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/concrete_powder_yellow.png b/1.12.2/assets/minecraft/textures/blocks/concrete_powder_yellow.png new file mode 100644 index 00000000..74429838 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/concrete_powder_yellow.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/concrete_purple.png b/1.12.2/assets/minecraft/textures/blocks/concrete_purple.png new file mode 100644 index 00000000..bf90f745 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/concrete_purple.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/concrete_red.png b/1.12.2/assets/minecraft/textures/blocks/concrete_red.png new file mode 100644 index 00000000..7f978842 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/concrete_red.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/concrete_silver.png b/1.12.2/assets/minecraft/textures/blocks/concrete_silver.png new file mode 100644 index 00000000..21d57aa1 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/concrete_silver.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/concrete_white.png b/1.12.2/assets/minecraft/textures/blocks/concrete_white.png new file mode 100644 index 00000000..e2f7f41d Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/concrete_white.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/concrete_yellow.png b/1.12.2/assets/minecraft/textures/blocks/concrete_yellow.png new file mode 100644 index 00000000..8bc83432 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/concrete_yellow.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/crafting_table_front.png b/1.12.2/assets/minecraft/textures/blocks/crafting_table_front.png new file mode 100644 index 00000000..11986a46 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/crafting_table_front.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/crafting_table_side.png b/1.12.2/assets/minecraft/textures/blocks/crafting_table_side.png new file mode 100644 index 00000000..4b718694 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/crafting_table_side.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/crafting_table_top.png b/1.12.2/assets/minecraft/textures/blocks/crafting_table_top.png new file mode 100644 index 00000000..d95444df Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/crafting_table_top.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/daylight_detector_inverted_top.png b/1.12.2/assets/minecraft/textures/blocks/daylight_detector_inverted_top.png new file mode 100644 index 00000000..ce5bedfe Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/daylight_detector_inverted_top.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/daylight_detector_side.png b/1.12.2/assets/minecraft/textures/blocks/daylight_detector_side.png new file mode 100644 index 00000000..05f7e83a Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/daylight_detector_side.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/daylight_detector_top.png b/1.12.2/assets/minecraft/textures/blocks/daylight_detector_top.png new file mode 100644 index 00000000..9a408dc7 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/daylight_detector_top.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/deadbush.png b/1.12.2/assets/minecraft/textures/blocks/deadbush.png new file mode 100644 index 00000000..c64e0797 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/deadbush.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/debug.png b/1.12.2/assets/minecraft/textures/blocks/debug.png new file mode 100644 index 00000000..8643d0a1 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/debug.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/debug2.png b/1.12.2/assets/minecraft/textures/blocks/debug2.png new file mode 100644 index 00000000..e5b0d262 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/debug2.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/destroy_stage_0.png b/1.12.2/assets/minecraft/textures/blocks/destroy_stage_0.png new file mode 100644 index 00000000..f65b7ede Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/destroy_stage_0.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/destroy_stage_1.png b/1.12.2/assets/minecraft/textures/blocks/destroy_stage_1.png new file mode 100644 index 00000000..7c915961 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/destroy_stage_1.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/destroy_stage_2.png b/1.12.2/assets/minecraft/textures/blocks/destroy_stage_2.png new file mode 100644 index 00000000..dadd6b05 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/destroy_stage_2.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/destroy_stage_3.png b/1.12.2/assets/minecraft/textures/blocks/destroy_stage_3.png new file mode 100644 index 00000000..52a40b65 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/destroy_stage_3.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/destroy_stage_4.png b/1.12.2/assets/minecraft/textures/blocks/destroy_stage_4.png new file mode 100644 index 00000000..e37c88a2 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/destroy_stage_4.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/destroy_stage_5.png b/1.12.2/assets/minecraft/textures/blocks/destroy_stage_5.png new file mode 100644 index 00000000..9590d2f7 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/destroy_stage_5.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/destroy_stage_6.png b/1.12.2/assets/minecraft/textures/blocks/destroy_stage_6.png new file mode 100644 index 00000000..fb00ade5 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/destroy_stage_6.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/destroy_stage_7.png b/1.12.2/assets/minecraft/textures/blocks/destroy_stage_7.png new file mode 100644 index 00000000..0b40c789 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/destroy_stage_7.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/destroy_stage_8.png b/1.12.2/assets/minecraft/textures/blocks/destroy_stage_8.png new file mode 100644 index 00000000..c0bf1dec Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/destroy_stage_8.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/destroy_stage_9.png b/1.12.2/assets/minecraft/textures/blocks/destroy_stage_9.png new file mode 100644 index 00000000..e3185f82 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/destroy_stage_9.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/diamond_block.png b/1.12.2/assets/minecraft/textures/blocks/diamond_block.png new file mode 100644 index 00000000..d8663d36 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/diamond_block.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/diamond_ore.png b/1.12.2/assets/minecraft/textures/blocks/diamond_ore.png new file mode 100644 index 00000000..735ecdaa Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/diamond_ore.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/dirt.png b/1.12.2/assets/minecraft/textures/blocks/dirt.png new file mode 100644 index 00000000..617d353e Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/dirt.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/dirt_podzol_side.png b/1.12.2/assets/minecraft/textures/blocks/dirt_podzol_side.png new file mode 100644 index 00000000..89a328b2 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/dirt_podzol_side.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/dirt_podzol_top.png b/1.12.2/assets/minecraft/textures/blocks/dirt_podzol_top.png new file mode 100644 index 00000000..60d1361c Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/dirt_podzol_top.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/dispenser_front_horizontal.png b/1.12.2/assets/minecraft/textures/blocks/dispenser_front_horizontal.png new file mode 100644 index 00000000..5465feaa Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/dispenser_front_horizontal.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/dispenser_front_vertical.png b/1.12.2/assets/minecraft/textures/blocks/dispenser_front_vertical.png new file mode 100644 index 00000000..99131887 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/dispenser_front_vertical.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/door_acacia_lower.png b/1.12.2/assets/minecraft/textures/blocks/door_acacia_lower.png new file mode 100644 index 00000000..ba1bd2b8 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/door_acacia_lower.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/door_acacia_upper.png b/1.12.2/assets/minecraft/textures/blocks/door_acacia_upper.png new file mode 100644 index 00000000..9ea5df33 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/door_acacia_upper.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/door_birch_lower.png b/1.12.2/assets/minecraft/textures/blocks/door_birch_lower.png new file mode 100644 index 00000000..98bca06a Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/door_birch_lower.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/door_birch_upper.png b/1.12.2/assets/minecraft/textures/blocks/door_birch_upper.png new file mode 100644 index 00000000..00183b23 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/door_birch_upper.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/door_dark_oak_lower.png b/1.12.2/assets/minecraft/textures/blocks/door_dark_oak_lower.png new file mode 100644 index 00000000..1004d23d Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/door_dark_oak_lower.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/door_dark_oak_upper.png b/1.12.2/assets/minecraft/textures/blocks/door_dark_oak_upper.png new file mode 100644 index 00000000..cad8741d Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/door_dark_oak_upper.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/door_iron_lower.png b/1.12.2/assets/minecraft/textures/blocks/door_iron_lower.png new file mode 100644 index 00000000..13b68fd5 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/door_iron_lower.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/door_iron_upper.png b/1.12.2/assets/minecraft/textures/blocks/door_iron_upper.png new file mode 100644 index 00000000..56878fea Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/door_iron_upper.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/door_jungle_lower.png b/1.12.2/assets/minecraft/textures/blocks/door_jungle_lower.png new file mode 100644 index 00000000..13f679f4 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/door_jungle_lower.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/door_jungle_upper.png b/1.12.2/assets/minecraft/textures/blocks/door_jungle_upper.png new file mode 100644 index 00000000..df8a4c38 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/door_jungle_upper.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/door_spruce_lower.png b/1.12.2/assets/minecraft/textures/blocks/door_spruce_lower.png new file mode 100644 index 00000000..411ef263 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/door_spruce_lower.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/door_spruce_upper.png b/1.12.2/assets/minecraft/textures/blocks/door_spruce_upper.png new file mode 100644 index 00000000..43dceb24 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/door_spruce_upper.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/door_wood_lower.png b/1.12.2/assets/minecraft/textures/blocks/door_wood_lower.png new file mode 100644 index 00000000..3a0bae98 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/door_wood_lower.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/door_wood_upper.png b/1.12.2/assets/minecraft/textures/blocks/door_wood_upper.png new file mode 100644 index 00000000..93319d5d Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/door_wood_upper.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/double_plant_fern_bottom.png b/1.12.2/assets/minecraft/textures/blocks/double_plant_fern_bottom.png new file mode 100644 index 00000000..c5e43cc5 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/double_plant_fern_bottom.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/double_plant_fern_top.png b/1.12.2/assets/minecraft/textures/blocks/double_plant_fern_top.png new file mode 100644 index 00000000..f80d3e1e Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/double_plant_fern_top.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/double_plant_grass_bottom.png b/1.12.2/assets/minecraft/textures/blocks/double_plant_grass_bottom.png new file mode 100644 index 00000000..ecc4e5d7 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/double_plant_grass_bottom.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/double_plant_grass_top.png b/1.12.2/assets/minecraft/textures/blocks/double_plant_grass_top.png new file mode 100644 index 00000000..f192abc2 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/double_plant_grass_top.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/double_plant_paeonia_bottom.png b/1.12.2/assets/minecraft/textures/blocks/double_plant_paeonia_bottom.png new file mode 100644 index 00000000..cdb90759 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/double_plant_paeonia_bottom.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/double_plant_paeonia_top.png b/1.12.2/assets/minecraft/textures/blocks/double_plant_paeonia_top.png new file mode 100644 index 00000000..63f46e0b Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/double_plant_paeonia_top.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/double_plant_rose_bottom.png b/1.12.2/assets/minecraft/textures/blocks/double_plant_rose_bottom.png new file mode 100644 index 00000000..27aca8ee Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/double_plant_rose_bottom.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/double_plant_rose_top.png b/1.12.2/assets/minecraft/textures/blocks/double_plant_rose_top.png new file mode 100644 index 00000000..8a3d7937 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/double_plant_rose_top.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/double_plant_sunflower_back.png b/1.12.2/assets/minecraft/textures/blocks/double_plant_sunflower_back.png new file mode 100644 index 00000000..b0c53a71 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/double_plant_sunflower_back.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/double_plant_sunflower_bottom.png b/1.12.2/assets/minecraft/textures/blocks/double_plant_sunflower_bottom.png new file mode 100644 index 00000000..5a1febe3 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/double_plant_sunflower_bottom.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/double_plant_sunflower_front.png b/1.12.2/assets/minecraft/textures/blocks/double_plant_sunflower_front.png new file mode 100644 index 00000000..9c13b766 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/double_plant_sunflower_front.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/double_plant_sunflower_top.png b/1.12.2/assets/minecraft/textures/blocks/double_plant_sunflower_top.png new file mode 100644 index 00000000..6ab2f15c Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/double_plant_sunflower_top.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/double_plant_syringa_bottom.png b/1.12.2/assets/minecraft/textures/blocks/double_plant_syringa_bottom.png new file mode 100644 index 00000000..eccee1d4 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/double_plant_syringa_bottom.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/double_plant_syringa_top.png b/1.12.2/assets/minecraft/textures/blocks/double_plant_syringa_top.png new file mode 100644 index 00000000..3b354e54 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/double_plant_syringa_top.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/dragon_egg.png b/1.12.2/assets/minecraft/textures/blocks/dragon_egg.png new file mode 100644 index 00000000..ee9d67fa Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/dragon_egg.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/dropper_front_horizontal.png b/1.12.2/assets/minecraft/textures/blocks/dropper_front_horizontal.png new file mode 100644 index 00000000..a2848daf Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/dropper_front_horizontal.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/dropper_front_vertical.png b/1.12.2/assets/minecraft/textures/blocks/dropper_front_vertical.png new file mode 100644 index 00000000..b0802c47 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/dropper_front_vertical.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/emerald_block.png b/1.12.2/assets/minecraft/textures/blocks/emerald_block.png new file mode 100644 index 00000000..dc214ee7 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/emerald_block.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/emerald_ore.png b/1.12.2/assets/minecraft/textures/blocks/emerald_ore.png new file mode 100644 index 00000000..db820dd1 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/emerald_ore.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/enchanting_table_bottom.png b/1.12.2/assets/minecraft/textures/blocks/enchanting_table_bottom.png new file mode 100644 index 00000000..ad0de633 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/enchanting_table_bottom.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/enchanting_table_side.png b/1.12.2/assets/minecraft/textures/blocks/enchanting_table_side.png new file mode 100644 index 00000000..f2f46143 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/enchanting_table_side.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/enchanting_table_top.png b/1.12.2/assets/minecraft/textures/blocks/enchanting_table_top.png new file mode 100644 index 00000000..0d5f68f6 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/enchanting_table_top.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/end_bricks.png b/1.12.2/assets/minecraft/textures/blocks/end_bricks.png new file mode 100644 index 00000000..b8a99a82 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/end_bricks.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/end_rod.png b/1.12.2/assets/minecraft/textures/blocks/end_rod.png new file mode 100644 index 00000000..b01dd48b Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/end_rod.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/end_stone.png b/1.12.2/assets/minecraft/textures/blocks/end_stone.png new file mode 100644 index 00000000..c2a91e3c Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/end_stone.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/endframe_eye.png b/1.12.2/assets/minecraft/textures/blocks/endframe_eye.png new file mode 100644 index 00000000..afa1d5d0 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/endframe_eye.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/endframe_side.png b/1.12.2/assets/minecraft/textures/blocks/endframe_side.png new file mode 100644 index 00000000..e6cb5673 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/endframe_side.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/endframe_top.png b/1.12.2/assets/minecraft/textures/blocks/endframe_top.png new file mode 100644 index 00000000..35215a58 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/endframe_top.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/farmland_dry.png b/1.12.2/assets/minecraft/textures/blocks/farmland_dry.png new file mode 100644 index 00000000..d03a0f49 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/farmland_dry.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/farmland_wet.png b/1.12.2/assets/minecraft/textures/blocks/farmland_wet.png new file mode 100644 index 00000000..f8d460d5 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/farmland_wet.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/fern.png b/1.12.2/assets/minecraft/textures/blocks/fern.png new file mode 100644 index 00000000..fd769501 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/fern.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/fire_layer_0.png b/1.12.2/assets/minecraft/textures/blocks/fire_layer_0.png new file mode 100644 index 00000000..6066dc49 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/fire_layer_0.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/fire_layer_0.png.mcmeta b/1.12.2/assets/minecraft/textures/blocks/fire_layer_0.png.mcmeta new file mode 100644 index 00000000..76446714 --- /dev/null +++ b/1.12.2/assets/minecraft/textures/blocks/fire_layer_0.png.mcmeta @@ -0,0 +1,38 @@ +{ + "animation": { + "frames": [ + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15 + ] + } +} diff --git a/1.12.2/assets/minecraft/textures/blocks/fire_layer_1.png b/1.12.2/assets/minecraft/textures/blocks/fire_layer_1.png new file mode 100644 index 00000000..fd439b17 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/fire_layer_1.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/fire_layer_1.png.mcmeta b/1.12.2/assets/minecraft/textures/blocks/fire_layer_1.png.mcmeta new file mode 100644 index 00000000..4f0718ac --- /dev/null +++ b/1.12.2/assets/minecraft/textures/blocks/fire_layer_1.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/textures/blocks/flower_allium.png b/1.12.2/assets/minecraft/textures/blocks/flower_allium.png new file mode 100644 index 00000000..2068ace6 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/flower_allium.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/flower_blue_orchid.png b/1.12.2/assets/minecraft/textures/blocks/flower_blue_orchid.png new file mode 100644 index 00000000..7c00b5c3 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/flower_blue_orchid.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/flower_dandelion.png b/1.12.2/assets/minecraft/textures/blocks/flower_dandelion.png new file mode 100644 index 00000000..873e3f5c Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/flower_dandelion.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/flower_houstonia.png b/1.12.2/assets/minecraft/textures/blocks/flower_houstonia.png new file mode 100644 index 00000000..50151c86 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/flower_houstonia.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/flower_oxeye_daisy.png b/1.12.2/assets/minecraft/textures/blocks/flower_oxeye_daisy.png new file mode 100644 index 00000000..03a11e52 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/flower_oxeye_daisy.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/flower_paeonia.png b/1.12.2/assets/minecraft/textures/blocks/flower_paeonia.png new file mode 100644 index 00000000..fc14bde4 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/flower_paeonia.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/flower_pot.png b/1.12.2/assets/minecraft/textures/blocks/flower_pot.png new file mode 100644 index 00000000..09c2523c Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/flower_pot.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/flower_rose.png b/1.12.2/assets/minecraft/textures/blocks/flower_rose.png new file mode 100644 index 00000000..4a760986 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/flower_rose.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/flower_tulip_orange.png b/1.12.2/assets/minecraft/textures/blocks/flower_tulip_orange.png new file mode 100644 index 00000000..200815f2 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/flower_tulip_orange.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/flower_tulip_pink.png b/1.12.2/assets/minecraft/textures/blocks/flower_tulip_pink.png new file mode 100644 index 00000000..719457fe Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/flower_tulip_pink.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/flower_tulip_red.png b/1.12.2/assets/minecraft/textures/blocks/flower_tulip_red.png new file mode 100644 index 00000000..1a019643 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/flower_tulip_red.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/flower_tulip_white.png b/1.12.2/assets/minecraft/textures/blocks/flower_tulip_white.png new file mode 100644 index 00000000..30886cc1 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/flower_tulip_white.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/frosted_ice_0.png b/1.12.2/assets/minecraft/textures/blocks/frosted_ice_0.png new file mode 100644 index 00000000..ac946e95 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/frosted_ice_0.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/frosted_ice_1.png b/1.12.2/assets/minecraft/textures/blocks/frosted_ice_1.png new file mode 100644 index 00000000..96f1f6a3 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/frosted_ice_1.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/frosted_ice_2.png b/1.12.2/assets/minecraft/textures/blocks/frosted_ice_2.png new file mode 100644 index 00000000..2a271876 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/frosted_ice_2.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/frosted_ice_3.png b/1.12.2/assets/minecraft/textures/blocks/frosted_ice_3.png new file mode 100644 index 00000000..4cd41157 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/frosted_ice_3.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/furnace_front_off.png b/1.12.2/assets/minecraft/textures/blocks/furnace_front_off.png new file mode 100644 index 00000000..3197bfd3 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/furnace_front_off.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/furnace_front_on.png b/1.12.2/assets/minecraft/textures/blocks/furnace_front_on.png new file mode 100644 index 00000000..90b8b8af Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/furnace_front_on.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/furnace_side.png b/1.12.2/assets/minecraft/textures/blocks/furnace_side.png new file mode 100644 index 00000000..115f73d0 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/furnace_side.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/furnace_top.png b/1.12.2/assets/minecraft/textures/blocks/furnace_top.png new file mode 100644 index 00000000..a3a5a085 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/furnace_top.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/glass.png b/1.12.2/assets/minecraft/textures/blocks/glass.png new file mode 100644 index 00000000..acadb01a Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/glass.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/glass_black.png b/1.12.2/assets/minecraft/textures/blocks/glass_black.png new file mode 100644 index 00000000..50e6677a Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/glass_black.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/glass_blue.png b/1.12.2/assets/minecraft/textures/blocks/glass_blue.png new file mode 100644 index 00000000..d5168890 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/glass_blue.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/glass_brown.png b/1.12.2/assets/minecraft/textures/blocks/glass_brown.png new file mode 100644 index 00000000..5d7f01de Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/glass_brown.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/glass_cyan.png b/1.12.2/assets/minecraft/textures/blocks/glass_cyan.png new file mode 100644 index 00000000..0a4fc8d8 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/glass_cyan.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/glass_gray.png b/1.12.2/assets/minecraft/textures/blocks/glass_gray.png new file mode 100644 index 00000000..3953a4b6 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/glass_gray.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/glass_green.png b/1.12.2/assets/minecraft/textures/blocks/glass_green.png new file mode 100644 index 00000000..73e4b4b1 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/glass_green.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/glass_light_blue.png b/1.12.2/assets/minecraft/textures/blocks/glass_light_blue.png new file mode 100644 index 00000000..f7f02d14 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/glass_light_blue.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/glass_lime.png b/1.12.2/assets/minecraft/textures/blocks/glass_lime.png new file mode 100644 index 00000000..775a618c Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/glass_lime.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/glass_magenta.png b/1.12.2/assets/minecraft/textures/blocks/glass_magenta.png new file mode 100644 index 00000000..c1778c19 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/glass_magenta.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/glass_orange.png b/1.12.2/assets/minecraft/textures/blocks/glass_orange.png new file mode 100644 index 00000000..95b0a681 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/glass_orange.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/glass_pane_top.png b/1.12.2/assets/minecraft/textures/blocks/glass_pane_top.png new file mode 100644 index 00000000..02de5877 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/glass_pane_top.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/glass_pane_top_black.png b/1.12.2/assets/minecraft/textures/blocks/glass_pane_top_black.png new file mode 100644 index 00000000..43d60c55 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/glass_pane_top_black.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/glass_pane_top_blue.png b/1.12.2/assets/minecraft/textures/blocks/glass_pane_top_blue.png new file mode 100644 index 00000000..55c614f4 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/glass_pane_top_blue.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/glass_pane_top_brown.png b/1.12.2/assets/minecraft/textures/blocks/glass_pane_top_brown.png new file mode 100644 index 00000000..cbd791a4 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/glass_pane_top_brown.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/glass_pane_top_cyan.png b/1.12.2/assets/minecraft/textures/blocks/glass_pane_top_cyan.png new file mode 100644 index 00000000..9a34b844 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/glass_pane_top_cyan.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/glass_pane_top_gray.png b/1.12.2/assets/minecraft/textures/blocks/glass_pane_top_gray.png new file mode 100644 index 00000000..bb061147 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/glass_pane_top_gray.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/glass_pane_top_green.png b/1.12.2/assets/minecraft/textures/blocks/glass_pane_top_green.png new file mode 100644 index 00000000..a7d9fc7d Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/glass_pane_top_green.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/glass_pane_top_light_blue.png b/1.12.2/assets/minecraft/textures/blocks/glass_pane_top_light_blue.png new file mode 100644 index 00000000..6a0e661d Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/glass_pane_top_light_blue.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/glass_pane_top_lime.png b/1.12.2/assets/minecraft/textures/blocks/glass_pane_top_lime.png new file mode 100644 index 00000000..0607d75b Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/glass_pane_top_lime.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/glass_pane_top_magenta.png b/1.12.2/assets/minecraft/textures/blocks/glass_pane_top_magenta.png new file mode 100644 index 00000000..5419e521 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/glass_pane_top_magenta.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/glass_pane_top_orange.png b/1.12.2/assets/minecraft/textures/blocks/glass_pane_top_orange.png new file mode 100644 index 00000000..2866571b Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/glass_pane_top_orange.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/glass_pane_top_pink.png b/1.12.2/assets/minecraft/textures/blocks/glass_pane_top_pink.png new file mode 100644 index 00000000..6b6cd768 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/glass_pane_top_pink.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/glass_pane_top_purple.png b/1.12.2/assets/minecraft/textures/blocks/glass_pane_top_purple.png new file mode 100644 index 00000000..23e208ed Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/glass_pane_top_purple.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/glass_pane_top_red.png b/1.12.2/assets/minecraft/textures/blocks/glass_pane_top_red.png new file mode 100644 index 00000000..22b69dba Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/glass_pane_top_red.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/glass_pane_top_silver.png b/1.12.2/assets/minecraft/textures/blocks/glass_pane_top_silver.png new file mode 100644 index 00000000..f226ecc9 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/glass_pane_top_silver.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/glass_pane_top_white.png b/1.12.2/assets/minecraft/textures/blocks/glass_pane_top_white.png new file mode 100644 index 00000000..0c7d0917 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/glass_pane_top_white.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/glass_pane_top_yellow.png b/1.12.2/assets/minecraft/textures/blocks/glass_pane_top_yellow.png new file mode 100644 index 00000000..1c8580f3 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/glass_pane_top_yellow.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/glass_pink.png b/1.12.2/assets/minecraft/textures/blocks/glass_pink.png new file mode 100644 index 00000000..c1f61f07 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/glass_pink.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/glass_purple.png b/1.12.2/assets/minecraft/textures/blocks/glass_purple.png new file mode 100644 index 00000000..712a6249 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/glass_purple.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/glass_red.png b/1.12.2/assets/minecraft/textures/blocks/glass_red.png new file mode 100644 index 00000000..37b603df Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/glass_red.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/glass_silver.png b/1.12.2/assets/minecraft/textures/blocks/glass_silver.png new file mode 100644 index 00000000..528dfaae Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/glass_silver.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/glass_white.png b/1.12.2/assets/minecraft/textures/blocks/glass_white.png new file mode 100644 index 00000000..fce23b71 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/glass_white.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/glass_yellow.png b/1.12.2/assets/minecraft/textures/blocks/glass_yellow.png new file mode 100644 index 00000000..e576ca73 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/glass_yellow.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/glazed_terracotta_black.png b/1.12.2/assets/minecraft/textures/blocks/glazed_terracotta_black.png new file mode 100644 index 00000000..18acd927 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/glazed_terracotta_black.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/glazed_terracotta_blue.png b/1.12.2/assets/minecraft/textures/blocks/glazed_terracotta_blue.png new file mode 100644 index 00000000..8ced312b Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/glazed_terracotta_blue.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/glazed_terracotta_brown.png b/1.12.2/assets/minecraft/textures/blocks/glazed_terracotta_brown.png new file mode 100644 index 00000000..17bd427b Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/glazed_terracotta_brown.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/glazed_terracotta_cyan.png b/1.12.2/assets/minecraft/textures/blocks/glazed_terracotta_cyan.png new file mode 100644 index 00000000..9a14cc5e Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/glazed_terracotta_cyan.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/glazed_terracotta_gray.png b/1.12.2/assets/minecraft/textures/blocks/glazed_terracotta_gray.png new file mode 100644 index 00000000..8eab4edc Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/glazed_terracotta_gray.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/glazed_terracotta_green.png b/1.12.2/assets/minecraft/textures/blocks/glazed_terracotta_green.png new file mode 100644 index 00000000..c1f81deb Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/glazed_terracotta_green.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/glazed_terracotta_light_blue.png b/1.12.2/assets/minecraft/textures/blocks/glazed_terracotta_light_blue.png new file mode 100644 index 00000000..516fb7ed Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/glazed_terracotta_light_blue.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/glazed_terracotta_lime.png b/1.12.2/assets/minecraft/textures/blocks/glazed_terracotta_lime.png new file mode 100644 index 00000000..d5ad2b60 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/glazed_terracotta_lime.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/glazed_terracotta_magenta.png b/1.12.2/assets/minecraft/textures/blocks/glazed_terracotta_magenta.png new file mode 100644 index 00000000..5d6eb3a5 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/glazed_terracotta_magenta.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/glazed_terracotta_orange.png b/1.12.2/assets/minecraft/textures/blocks/glazed_terracotta_orange.png new file mode 100644 index 00000000..4e2d3d2e Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/glazed_terracotta_orange.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/glazed_terracotta_pink.png b/1.12.2/assets/minecraft/textures/blocks/glazed_terracotta_pink.png new file mode 100644 index 00000000..30a1975d Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/glazed_terracotta_pink.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/glazed_terracotta_purple.png b/1.12.2/assets/minecraft/textures/blocks/glazed_terracotta_purple.png new file mode 100644 index 00000000..d0f9e68f Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/glazed_terracotta_purple.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/glazed_terracotta_red.png b/1.12.2/assets/minecraft/textures/blocks/glazed_terracotta_red.png new file mode 100644 index 00000000..ee46623b Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/glazed_terracotta_red.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/glazed_terracotta_silver.png b/1.12.2/assets/minecraft/textures/blocks/glazed_terracotta_silver.png new file mode 100644 index 00000000..34787109 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/glazed_terracotta_silver.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/glazed_terracotta_white.png b/1.12.2/assets/minecraft/textures/blocks/glazed_terracotta_white.png new file mode 100644 index 00000000..b94f6b9d Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/glazed_terracotta_white.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/glazed_terracotta_yellow.png b/1.12.2/assets/minecraft/textures/blocks/glazed_terracotta_yellow.png new file mode 100644 index 00000000..3d20abfa Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/glazed_terracotta_yellow.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/glowstone.png b/1.12.2/assets/minecraft/textures/blocks/glowstone.png new file mode 100644 index 00000000..c7253b3b Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/glowstone.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/gold_block.png b/1.12.2/assets/minecraft/textures/blocks/gold_block.png new file mode 100644 index 00000000..4d233c76 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/gold_block.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/gold_ore.png b/1.12.2/assets/minecraft/textures/blocks/gold_ore.png new file mode 100644 index 00000000..b1a7a55b Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/gold_ore.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/grass_path_side.png b/1.12.2/assets/minecraft/textures/blocks/grass_path_side.png new file mode 100644 index 00000000..c9de1352 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/grass_path_side.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/grass_path_top.png b/1.12.2/assets/minecraft/textures/blocks/grass_path_top.png new file mode 100644 index 00000000..d1f6e3a5 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/grass_path_top.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/grass_side.png b/1.12.2/assets/minecraft/textures/blocks/grass_side.png new file mode 100644 index 00000000..a4975e53 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/grass_side.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/grass_side_overlay.png b/1.12.2/assets/minecraft/textures/blocks/grass_side_overlay.png new file mode 100644 index 00000000..fc3fa9d7 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/grass_side_overlay.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/grass_side_snowed.png b/1.12.2/assets/minecraft/textures/blocks/grass_side_snowed.png new file mode 100644 index 00000000..8b28fc7a Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/grass_side_snowed.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/grass_top.png b/1.12.2/assets/minecraft/textures/blocks/grass_top.png new file mode 100644 index 00000000..eaa7e458 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/grass_top.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/gravel.png b/1.12.2/assets/minecraft/textures/blocks/gravel.png new file mode 100644 index 00000000..388e5c55 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/gravel.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/hardened_clay.png b/1.12.2/assets/minecraft/textures/blocks/hardened_clay.png new file mode 100644 index 00000000..b94728a2 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/hardened_clay.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/hardened_clay_stained_black.png b/1.12.2/assets/minecraft/textures/blocks/hardened_clay_stained_black.png new file mode 100644 index 00000000..e1ce2621 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/hardened_clay_stained_black.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/hardened_clay_stained_blue.png b/1.12.2/assets/minecraft/textures/blocks/hardened_clay_stained_blue.png new file mode 100644 index 00000000..7afe9305 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/hardened_clay_stained_blue.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/hardened_clay_stained_brown.png b/1.12.2/assets/minecraft/textures/blocks/hardened_clay_stained_brown.png new file mode 100644 index 00000000..9937e72c Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/hardened_clay_stained_brown.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/hardened_clay_stained_cyan.png b/1.12.2/assets/minecraft/textures/blocks/hardened_clay_stained_cyan.png new file mode 100644 index 00000000..b2d18c92 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/hardened_clay_stained_cyan.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/hardened_clay_stained_gray.png b/1.12.2/assets/minecraft/textures/blocks/hardened_clay_stained_gray.png new file mode 100644 index 00000000..dca1dd40 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/hardened_clay_stained_gray.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/hardened_clay_stained_green.png b/1.12.2/assets/minecraft/textures/blocks/hardened_clay_stained_green.png new file mode 100644 index 00000000..3c52b336 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/hardened_clay_stained_green.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/hardened_clay_stained_light_blue.png b/1.12.2/assets/minecraft/textures/blocks/hardened_clay_stained_light_blue.png new file mode 100644 index 00000000..31606234 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/hardened_clay_stained_light_blue.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/hardened_clay_stained_lime.png b/1.12.2/assets/minecraft/textures/blocks/hardened_clay_stained_lime.png new file mode 100644 index 00000000..cdd0c4db Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/hardened_clay_stained_lime.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/hardened_clay_stained_magenta.png b/1.12.2/assets/minecraft/textures/blocks/hardened_clay_stained_magenta.png new file mode 100644 index 00000000..f28da0db Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/hardened_clay_stained_magenta.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/hardened_clay_stained_orange.png b/1.12.2/assets/minecraft/textures/blocks/hardened_clay_stained_orange.png new file mode 100644 index 00000000..9ccdb4b3 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/hardened_clay_stained_orange.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/hardened_clay_stained_pink.png b/1.12.2/assets/minecraft/textures/blocks/hardened_clay_stained_pink.png new file mode 100644 index 00000000..7ffea8d1 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/hardened_clay_stained_pink.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/hardened_clay_stained_purple.png b/1.12.2/assets/minecraft/textures/blocks/hardened_clay_stained_purple.png new file mode 100644 index 00000000..8bee14ea Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/hardened_clay_stained_purple.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/hardened_clay_stained_red.png b/1.12.2/assets/minecraft/textures/blocks/hardened_clay_stained_red.png new file mode 100644 index 00000000..e0e800b6 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/hardened_clay_stained_red.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/hardened_clay_stained_silver.png b/1.12.2/assets/minecraft/textures/blocks/hardened_clay_stained_silver.png new file mode 100644 index 00000000..cf7b22ed Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/hardened_clay_stained_silver.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/hardened_clay_stained_white.png b/1.12.2/assets/minecraft/textures/blocks/hardened_clay_stained_white.png new file mode 100644 index 00000000..b7ba8e99 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/hardened_clay_stained_white.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/hardened_clay_stained_yellow.png b/1.12.2/assets/minecraft/textures/blocks/hardened_clay_stained_yellow.png new file mode 100644 index 00000000..ec96503a Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/hardened_clay_stained_yellow.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/hay_block_side.png b/1.12.2/assets/minecraft/textures/blocks/hay_block_side.png new file mode 100644 index 00000000..342d8fee Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/hay_block_side.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/hay_block_top.png b/1.12.2/assets/minecraft/textures/blocks/hay_block_top.png new file mode 100644 index 00000000..3c74f6f3 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/hay_block_top.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/hopper_inside.png b/1.12.2/assets/minecraft/textures/blocks/hopper_inside.png new file mode 100644 index 00000000..5ae6c707 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/hopper_inside.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/hopper_outside.png b/1.12.2/assets/minecraft/textures/blocks/hopper_outside.png new file mode 100644 index 00000000..c961a17e Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/hopper_outside.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/hopper_top.png b/1.12.2/assets/minecraft/textures/blocks/hopper_top.png new file mode 100644 index 00000000..bfe83a32 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/hopper_top.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/ice.png b/1.12.2/assets/minecraft/textures/blocks/ice.png new file mode 100644 index 00000000..ac946e95 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/ice.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/ice_packed.png b/1.12.2/assets/minecraft/textures/blocks/ice_packed.png new file mode 100644 index 00000000..3b06f3f1 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/ice_packed.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/iron_bars.png b/1.12.2/assets/minecraft/textures/blocks/iron_bars.png new file mode 100644 index 00000000..cb3057dc Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/iron_bars.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/iron_block.png b/1.12.2/assets/minecraft/textures/blocks/iron_block.png new file mode 100644 index 00000000..7816799e Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/iron_block.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/iron_ore.png b/1.12.2/assets/minecraft/textures/blocks/iron_ore.png new file mode 100644 index 00000000..250d8bb7 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/iron_ore.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/iron_trapdoor.png b/1.12.2/assets/minecraft/textures/blocks/iron_trapdoor.png new file mode 100644 index 00000000..c705ca1b Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/iron_trapdoor.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/itemframe_background.png b/1.12.2/assets/minecraft/textures/blocks/itemframe_background.png new file mode 100644 index 00000000..660bae6c Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/itemframe_background.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/jukebox_side.png b/1.12.2/assets/minecraft/textures/blocks/jukebox_side.png new file mode 100644 index 00000000..a3c27c18 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/jukebox_side.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/jukebox_top.png b/1.12.2/assets/minecraft/textures/blocks/jukebox_top.png new file mode 100644 index 00000000..92ddb158 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/jukebox_top.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/ladder.png b/1.12.2/assets/minecraft/textures/blocks/ladder.png new file mode 100644 index 00000000..e2ec5f28 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/ladder.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/lapis_block.png b/1.12.2/assets/minecraft/textures/blocks/lapis_block.png new file mode 100644 index 00000000..24810ac9 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/lapis_block.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/lapis_ore.png b/1.12.2/assets/minecraft/textures/blocks/lapis_ore.png new file mode 100644 index 00000000..7e293cfc Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/lapis_ore.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/lava_flow.png b/1.12.2/assets/minecraft/textures/blocks/lava_flow.png new file mode 100644 index 00000000..ccb5d6b1 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/lava_flow.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/lava_flow.png.mcmeta b/1.12.2/assets/minecraft/textures/blocks/lava_flow.png.mcmeta new file mode 100644 index 00000000..8e55e43b --- /dev/null +++ b/1.12.2/assets/minecraft/textures/blocks/lava_flow.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 3 + } +} diff --git a/1.12.2/assets/minecraft/textures/blocks/lava_still.png b/1.12.2/assets/minecraft/textures/blocks/lava_still.png new file mode 100644 index 00000000..e62298ce Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/lava_still.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/lava_still.png.mcmeta b/1.12.2/assets/minecraft/textures/blocks/lava_still.png.mcmeta new file mode 100644 index 00000000..7ceb3639 --- /dev/null +++ b/1.12.2/assets/minecraft/textures/blocks/lava_still.png.mcmeta @@ -0,0 +1,45 @@ +{ + "animation": { + "frametime": 2, + "frames": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 18, + 17, + 16, + 15, + 14, + 13, + 12, + 11, + 10, + 9, + 8, + 7, + 6, + 5, + 4, + 3, + 2, + 1 + ] + } +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/textures/blocks/leaves_acacia.png b/1.12.2/assets/minecraft/textures/blocks/leaves_acacia.png new file mode 100644 index 00000000..5b9b4211 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/leaves_acacia.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/leaves_big_oak.png b/1.12.2/assets/minecraft/textures/blocks/leaves_big_oak.png new file mode 100644 index 00000000..a6773aff Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/leaves_big_oak.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/leaves_birch.png b/1.12.2/assets/minecraft/textures/blocks/leaves_birch.png new file mode 100644 index 00000000..a6773aff Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/leaves_birch.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/leaves_jungle.png b/1.12.2/assets/minecraft/textures/blocks/leaves_jungle.png new file mode 100644 index 00000000..e0cb935a Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/leaves_jungle.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/leaves_oak.png b/1.12.2/assets/minecraft/textures/blocks/leaves_oak.png new file mode 100644 index 00000000..a6773aff Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/leaves_oak.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/leaves_spruce.png b/1.12.2/assets/minecraft/textures/blocks/leaves_spruce.png new file mode 100644 index 00000000..602eab8e Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/leaves_spruce.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/lever.png b/1.12.2/assets/minecraft/textures/blocks/lever.png new file mode 100644 index 00000000..051187fa Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/lever.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/log_acacia.png b/1.12.2/assets/minecraft/textures/blocks/log_acacia.png new file mode 100644 index 00000000..d4ee2f44 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/log_acacia.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/log_acacia_top.png b/1.12.2/assets/minecraft/textures/blocks/log_acacia_top.png new file mode 100644 index 00000000..53422569 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/log_acacia_top.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/log_big_oak.png b/1.12.2/assets/minecraft/textures/blocks/log_big_oak.png new file mode 100644 index 00000000..5101bdc4 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/log_big_oak.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/log_big_oak_top.png b/1.12.2/assets/minecraft/textures/blocks/log_big_oak_top.png new file mode 100644 index 00000000..2bde954b Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/log_big_oak_top.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/log_birch.png b/1.12.2/assets/minecraft/textures/blocks/log_birch.png new file mode 100644 index 00000000..bfb209d1 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/log_birch.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/log_birch_top.png b/1.12.2/assets/minecraft/textures/blocks/log_birch_top.png new file mode 100644 index 00000000..afed5cba Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/log_birch_top.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/log_jungle.png b/1.12.2/assets/minecraft/textures/blocks/log_jungle.png new file mode 100644 index 00000000..0b7120ad Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/log_jungle.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/log_jungle_top.png b/1.12.2/assets/minecraft/textures/blocks/log_jungle_top.png new file mode 100644 index 00000000..d2ab7d75 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/log_jungle_top.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/log_oak.png b/1.12.2/assets/minecraft/textures/blocks/log_oak.png new file mode 100644 index 00000000..914cb5fb Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/log_oak.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/log_oak_top.png b/1.12.2/assets/minecraft/textures/blocks/log_oak_top.png new file mode 100644 index 00000000..97eebd1f Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/log_oak_top.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/log_spruce.png b/1.12.2/assets/minecraft/textures/blocks/log_spruce.png new file mode 100644 index 00000000..77a22a41 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/log_spruce.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/log_spruce_top.png b/1.12.2/assets/minecraft/textures/blocks/log_spruce_top.png new file mode 100644 index 00000000..e68e518f Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/log_spruce_top.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/magma.png b/1.12.2/assets/minecraft/textures/blocks/magma.png new file mode 100644 index 00000000..b48e5985 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/magma.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/magma.png.mcmeta b/1.12.2/assets/minecraft/textures/blocks/magma.png.mcmeta new file mode 100644 index 00000000..ffc3e528 --- /dev/null +++ b/1.12.2/assets/minecraft/textures/blocks/magma.png.mcmeta @@ -0,0 +1,11 @@ +{ + "animation": { + "frametime": 8, + "interpolate": true, + "frames": [ + 0, + 1, + 2 + ] + } +} diff --git a/1.12.2/assets/minecraft/textures/blocks/melon_side.png b/1.12.2/assets/minecraft/textures/blocks/melon_side.png new file mode 100644 index 00000000..b56cce1f Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/melon_side.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/melon_stem_connected.png b/1.12.2/assets/minecraft/textures/blocks/melon_stem_connected.png new file mode 100644 index 00000000..6a5c10e1 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/melon_stem_connected.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/melon_stem_disconnected.png b/1.12.2/assets/minecraft/textures/blocks/melon_stem_disconnected.png new file mode 100644 index 00000000..38065ef6 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/melon_stem_disconnected.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/melon_top.png b/1.12.2/assets/minecraft/textures/blocks/melon_top.png new file mode 100644 index 00000000..d4f7b460 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/melon_top.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/mob_spawner.png b/1.12.2/assets/minecraft/textures/blocks/mob_spawner.png new file mode 100644 index 00000000..7d55217e Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/mob_spawner.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/mushroom_block_inside.png b/1.12.2/assets/minecraft/textures/blocks/mushroom_block_inside.png new file mode 100644 index 00000000..efea6715 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/mushroom_block_inside.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/mushroom_block_skin_brown.png b/1.12.2/assets/minecraft/textures/blocks/mushroom_block_skin_brown.png new file mode 100644 index 00000000..1f52ba89 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/mushroom_block_skin_brown.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/mushroom_block_skin_red.png b/1.12.2/assets/minecraft/textures/blocks/mushroom_block_skin_red.png new file mode 100644 index 00000000..532e1b94 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/mushroom_block_skin_red.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/mushroom_block_skin_stem.png b/1.12.2/assets/minecraft/textures/blocks/mushroom_block_skin_stem.png new file mode 100644 index 00000000..09e4ede2 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/mushroom_block_skin_stem.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/mushroom_brown.png b/1.12.2/assets/minecraft/textures/blocks/mushroom_brown.png new file mode 100644 index 00000000..8351fd47 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/mushroom_brown.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/mushroom_red.png b/1.12.2/assets/minecraft/textures/blocks/mushroom_red.png new file mode 100644 index 00000000..1b332b79 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/mushroom_red.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/mycelium_side.png b/1.12.2/assets/minecraft/textures/blocks/mycelium_side.png new file mode 100644 index 00000000..55474258 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/mycelium_side.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/mycelium_top.png b/1.12.2/assets/minecraft/textures/blocks/mycelium_top.png new file mode 100644 index 00000000..0b4462ac Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/mycelium_top.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/nether_brick.png b/1.12.2/assets/minecraft/textures/blocks/nether_brick.png new file mode 100644 index 00000000..5482be14 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/nether_brick.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/nether_wart_block.png b/1.12.2/assets/minecraft/textures/blocks/nether_wart_block.png new file mode 100644 index 00000000..6231f3eb Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/nether_wart_block.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/nether_wart_stage_0.png b/1.12.2/assets/minecraft/textures/blocks/nether_wart_stage_0.png new file mode 100644 index 00000000..514a95be Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/nether_wart_stage_0.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/nether_wart_stage_1.png b/1.12.2/assets/minecraft/textures/blocks/nether_wart_stage_1.png new file mode 100644 index 00000000..b4ad0d1e Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/nether_wart_stage_1.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/nether_wart_stage_2.png b/1.12.2/assets/minecraft/textures/blocks/nether_wart_stage_2.png new file mode 100644 index 00000000..b9b67431 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/nether_wart_stage_2.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/netherrack.png b/1.12.2/assets/minecraft/textures/blocks/netherrack.png new file mode 100644 index 00000000..88129c4e Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/netherrack.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/noteblock.png b/1.12.2/assets/minecraft/textures/blocks/noteblock.png new file mode 100644 index 00000000..a3c27c18 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/noteblock.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/observer_back.png b/1.12.2/assets/minecraft/textures/blocks/observer_back.png new file mode 100644 index 00000000..af6f03cd Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/observer_back.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/observer_back_lit.png b/1.12.2/assets/minecraft/textures/blocks/observer_back_lit.png new file mode 100644 index 00000000..74648767 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/observer_back_lit.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/observer_front.png b/1.12.2/assets/minecraft/textures/blocks/observer_front.png new file mode 100644 index 00000000..8571ed4c Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/observer_front.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/observer_side.png b/1.12.2/assets/minecraft/textures/blocks/observer_side.png new file mode 100644 index 00000000..2d44cb10 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/observer_side.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/observer_top.png b/1.12.2/assets/minecraft/textures/blocks/observer_top.png new file mode 100644 index 00000000..7f7e2d53 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/observer_top.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/obsidian.png b/1.12.2/assets/minecraft/textures/blocks/obsidian.png new file mode 100644 index 00000000..ff0a6836 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/obsidian.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/piston_bottom.png b/1.12.2/assets/minecraft/textures/blocks/piston_bottom.png new file mode 100644 index 00000000..a3a5a085 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/piston_bottom.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/piston_inner.png b/1.12.2/assets/minecraft/textures/blocks/piston_inner.png new file mode 100644 index 00000000..d1c27611 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/piston_inner.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/piston_side.png b/1.12.2/assets/minecraft/textures/blocks/piston_side.png new file mode 100644 index 00000000..634f54ab Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/piston_side.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/piston_top_normal.png b/1.12.2/assets/minecraft/textures/blocks/piston_top_normal.png new file mode 100644 index 00000000..eeaadab4 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/piston_top_normal.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/piston_top_sticky.png b/1.12.2/assets/minecraft/textures/blocks/piston_top_sticky.png new file mode 100644 index 00000000..6ddd4ad3 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/piston_top_sticky.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/planks_acacia.png b/1.12.2/assets/minecraft/textures/blocks/planks_acacia.png new file mode 100644 index 00000000..ef597514 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/planks_acacia.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/planks_big_oak.png b/1.12.2/assets/minecraft/textures/blocks/planks_big_oak.png new file mode 100644 index 00000000..9a9a3a4b Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/planks_big_oak.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/planks_birch.png b/1.12.2/assets/minecraft/textures/blocks/planks_birch.png new file mode 100644 index 00000000..b113e3ae Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/planks_birch.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/planks_jungle.png b/1.12.2/assets/minecraft/textures/blocks/planks_jungle.png new file mode 100644 index 00000000..22a0fefe Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/planks_jungle.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/planks_oak.png b/1.12.2/assets/minecraft/textures/blocks/planks_oak.png new file mode 100644 index 00000000..346f77dc Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/planks_oak.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/planks_spruce.png b/1.12.2/assets/minecraft/textures/blocks/planks_spruce.png new file mode 100644 index 00000000..f45fa94b Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/planks_spruce.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/portal.png b/1.12.2/assets/minecraft/textures/blocks/portal.png new file mode 100644 index 00000000..42d4a756 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/portal.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/portal.png.mcmeta b/1.12.2/assets/minecraft/textures/blocks/portal.png.mcmeta new file mode 100644 index 00000000..4f0718ac --- /dev/null +++ b/1.12.2/assets/minecraft/textures/blocks/portal.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/textures/blocks/potatoes_stage_0.png b/1.12.2/assets/minecraft/textures/blocks/potatoes_stage_0.png new file mode 100644 index 00000000..c1ef7320 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/potatoes_stage_0.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/potatoes_stage_1.png b/1.12.2/assets/minecraft/textures/blocks/potatoes_stage_1.png new file mode 100644 index 00000000..1275f4f8 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/potatoes_stage_1.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/potatoes_stage_2.png b/1.12.2/assets/minecraft/textures/blocks/potatoes_stage_2.png new file mode 100644 index 00000000..b7347dfe Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/potatoes_stage_2.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/potatoes_stage_3.png b/1.12.2/assets/minecraft/textures/blocks/potatoes_stage_3.png new file mode 100644 index 00000000..d7e8185d Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/potatoes_stage_3.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/prismarine_bricks.png b/1.12.2/assets/minecraft/textures/blocks/prismarine_bricks.png new file mode 100644 index 00000000..724377c8 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/prismarine_bricks.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/prismarine_dark.png b/1.12.2/assets/minecraft/textures/blocks/prismarine_dark.png new file mode 100644 index 00000000..a15b6b7d Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/prismarine_dark.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/prismarine_rough.png b/1.12.2/assets/minecraft/textures/blocks/prismarine_rough.png new file mode 100644 index 00000000..12093564 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/prismarine_rough.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/prismarine_rough.png.mcmeta b/1.12.2/assets/minecraft/textures/blocks/prismarine_rough.png.mcmeta new file mode 100644 index 00000000..410b327f --- /dev/null +++ b/1.12.2/assets/minecraft/textures/blocks/prismarine_rough.png.mcmeta @@ -0,0 +1,30 @@ +{ + "animation": { + "frametime": 300, + "interpolate": true, + "frames": [ + 0, + 1, + 0, + 2, + 0, + 3, + 0, + 1, + 2, + 1, + 3, + 1, + 0, + 2, + 1, + 2, + 3, + 2, + 0, + 3, + 1, + 3 + ] + } +} diff --git a/1.12.2/assets/minecraft/textures/blocks/pumpkin_face_off.png b/1.12.2/assets/minecraft/textures/blocks/pumpkin_face_off.png new file mode 100644 index 00000000..ecef0250 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/pumpkin_face_off.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/pumpkin_face_on.png b/1.12.2/assets/minecraft/textures/blocks/pumpkin_face_on.png new file mode 100644 index 00000000..907f499f Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/pumpkin_face_on.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/pumpkin_side.png b/1.12.2/assets/minecraft/textures/blocks/pumpkin_side.png new file mode 100644 index 00000000..75dfc475 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/pumpkin_side.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/pumpkin_stem_connected.png b/1.12.2/assets/minecraft/textures/blocks/pumpkin_stem_connected.png new file mode 100644 index 00000000..6a5c10e1 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/pumpkin_stem_connected.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/pumpkin_stem_disconnected.png b/1.12.2/assets/minecraft/textures/blocks/pumpkin_stem_disconnected.png new file mode 100644 index 00000000..38065ef6 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/pumpkin_stem_disconnected.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/pumpkin_top.png b/1.12.2/assets/minecraft/textures/blocks/pumpkin_top.png new file mode 100644 index 00000000..1990a039 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/pumpkin_top.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/purpur_block.png b/1.12.2/assets/minecraft/textures/blocks/purpur_block.png new file mode 100644 index 00000000..8897ef40 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/purpur_block.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/purpur_pillar.png b/1.12.2/assets/minecraft/textures/blocks/purpur_pillar.png new file mode 100644 index 00000000..d46f0645 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/purpur_pillar.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/purpur_pillar_top.png b/1.12.2/assets/minecraft/textures/blocks/purpur_pillar_top.png new file mode 100644 index 00000000..2502aed5 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/purpur_pillar_top.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/quartz_block_bottom.png b/1.12.2/assets/minecraft/textures/blocks/quartz_block_bottom.png new file mode 100644 index 00000000..0eaa57d7 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/quartz_block_bottom.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/quartz_block_chiseled.png b/1.12.2/assets/minecraft/textures/blocks/quartz_block_chiseled.png new file mode 100644 index 00000000..054e4ee6 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/quartz_block_chiseled.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/quartz_block_chiseled_top.png b/1.12.2/assets/minecraft/textures/blocks/quartz_block_chiseled_top.png new file mode 100644 index 00000000..1e3c4ca2 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/quartz_block_chiseled_top.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/quartz_block_lines.png b/1.12.2/assets/minecraft/textures/blocks/quartz_block_lines.png new file mode 100644 index 00000000..0940313a Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/quartz_block_lines.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/quartz_block_lines_top.png b/1.12.2/assets/minecraft/textures/blocks/quartz_block_lines_top.png new file mode 100644 index 00000000..37bed2b1 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/quartz_block_lines_top.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/quartz_block_side.png b/1.12.2/assets/minecraft/textures/blocks/quartz_block_side.png new file mode 100644 index 00000000..d49a864d Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/quartz_block_side.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/quartz_block_top.png b/1.12.2/assets/minecraft/textures/blocks/quartz_block_top.png new file mode 100644 index 00000000..d49a864d Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/quartz_block_top.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/quartz_ore.png b/1.12.2/assets/minecraft/textures/blocks/quartz_ore.png new file mode 100644 index 00000000..e30df181 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/quartz_ore.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/rail_activator.png b/1.12.2/assets/minecraft/textures/blocks/rail_activator.png new file mode 100644 index 00000000..5736a142 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/rail_activator.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/rail_activator_powered.png b/1.12.2/assets/minecraft/textures/blocks/rail_activator_powered.png new file mode 100644 index 00000000..7da9136a Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/rail_activator_powered.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/rail_detector.png b/1.12.2/assets/minecraft/textures/blocks/rail_detector.png new file mode 100644 index 00000000..92c1466e Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/rail_detector.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/rail_detector_powered.png b/1.12.2/assets/minecraft/textures/blocks/rail_detector_powered.png new file mode 100644 index 00000000..fa0a71d0 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/rail_detector_powered.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/rail_golden.png b/1.12.2/assets/minecraft/textures/blocks/rail_golden.png new file mode 100644 index 00000000..1fc52c3e Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/rail_golden.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/rail_golden_powered.png b/1.12.2/assets/minecraft/textures/blocks/rail_golden_powered.png new file mode 100644 index 00000000..bd343be8 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/rail_golden_powered.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/rail_normal.png b/1.12.2/assets/minecraft/textures/blocks/rail_normal.png new file mode 100644 index 00000000..d6092369 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/rail_normal.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/rail_normal_turned.png b/1.12.2/assets/minecraft/textures/blocks/rail_normal_turned.png new file mode 100644 index 00000000..f394a235 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/rail_normal_turned.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/red_nether_brick.png b/1.12.2/assets/minecraft/textures/blocks/red_nether_brick.png new file mode 100644 index 00000000..ef287dee Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/red_nether_brick.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/red_sand.png b/1.12.2/assets/minecraft/textures/blocks/red_sand.png new file mode 100644 index 00000000..096ed0ee Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/red_sand.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/red_sandstone_bottom.png b/1.12.2/assets/minecraft/textures/blocks/red_sandstone_bottom.png new file mode 100644 index 00000000..864370fd Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/red_sandstone_bottom.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/red_sandstone_carved.png b/1.12.2/assets/minecraft/textures/blocks/red_sandstone_carved.png new file mode 100644 index 00000000..c86e0e95 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/red_sandstone_carved.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/red_sandstone_normal.png b/1.12.2/assets/minecraft/textures/blocks/red_sandstone_normal.png new file mode 100644 index 00000000..30783bd7 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/red_sandstone_normal.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/red_sandstone_smooth.png b/1.12.2/assets/minecraft/textures/blocks/red_sandstone_smooth.png new file mode 100644 index 00000000..79585312 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/red_sandstone_smooth.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/red_sandstone_top.png b/1.12.2/assets/minecraft/textures/blocks/red_sandstone_top.png new file mode 100644 index 00000000..bf231481 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/red_sandstone_top.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/redstone_block.png b/1.12.2/assets/minecraft/textures/blocks/redstone_block.png new file mode 100644 index 00000000..57fb02b9 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/redstone_block.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/redstone_dust_dot.png b/1.12.2/assets/minecraft/textures/blocks/redstone_dust_dot.png new file mode 100644 index 00000000..ab8866d8 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/redstone_dust_dot.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/redstone_dust_line0.png b/1.12.2/assets/minecraft/textures/blocks/redstone_dust_line0.png new file mode 100644 index 00000000..064b107b Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/redstone_dust_line0.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/redstone_dust_line1.png b/1.12.2/assets/minecraft/textures/blocks/redstone_dust_line1.png new file mode 100644 index 00000000..8e8a700f Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/redstone_dust_line1.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/redstone_dust_overlay.png b/1.12.2/assets/minecraft/textures/blocks/redstone_dust_overlay.png new file mode 100644 index 00000000..fd68e0a3 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/redstone_dust_overlay.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/redstone_lamp_off.png b/1.12.2/assets/minecraft/textures/blocks/redstone_lamp_off.png new file mode 100644 index 00000000..522765be Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/redstone_lamp_off.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/redstone_lamp_on.png b/1.12.2/assets/minecraft/textures/blocks/redstone_lamp_on.png new file mode 100644 index 00000000..9562ef3e Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/redstone_lamp_on.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/redstone_ore.png b/1.12.2/assets/minecraft/textures/blocks/redstone_ore.png new file mode 100644 index 00000000..575a4888 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/redstone_ore.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/redstone_torch_off.png b/1.12.2/assets/minecraft/textures/blocks/redstone_torch_off.png new file mode 100644 index 00000000..635eabd4 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/redstone_torch_off.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/redstone_torch_on.png b/1.12.2/assets/minecraft/textures/blocks/redstone_torch_on.png new file mode 100644 index 00000000..2983d6ce Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/redstone_torch_on.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/reeds.png b/1.12.2/assets/minecraft/textures/blocks/reeds.png new file mode 100644 index 00000000..64bbfe0e Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/reeds.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/repeater_off.png b/1.12.2/assets/minecraft/textures/blocks/repeater_off.png new file mode 100644 index 00000000..86346698 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/repeater_off.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/repeater_on.png b/1.12.2/assets/minecraft/textures/blocks/repeater_on.png new file mode 100644 index 00000000..d71d0d93 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/repeater_on.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/repeating_command_block_back.png b/1.12.2/assets/minecraft/textures/blocks/repeating_command_block_back.png new file mode 100644 index 00000000..553c251c Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/repeating_command_block_back.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/repeating_command_block_back.png.mcmeta b/1.12.2/assets/minecraft/textures/blocks/repeating_command_block_back.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.12.2/assets/minecraft/textures/blocks/repeating_command_block_back.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.12.2/assets/minecraft/textures/blocks/repeating_command_block_conditional.png b/1.12.2/assets/minecraft/textures/blocks/repeating_command_block_conditional.png new file mode 100644 index 00000000..2af3122b Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/repeating_command_block_conditional.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/repeating_command_block_conditional.png.mcmeta b/1.12.2/assets/minecraft/textures/blocks/repeating_command_block_conditional.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.12.2/assets/minecraft/textures/blocks/repeating_command_block_conditional.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.12.2/assets/minecraft/textures/blocks/repeating_command_block_front.png b/1.12.2/assets/minecraft/textures/blocks/repeating_command_block_front.png new file mode 100644 index 00000000..f3333d3a Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/repeating_command_block_front.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/repeating_command_block_front.png.mcmeta b/1.12.2/assets/minecraft/textures/blocks/repeating_command_block_front.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.12.2/assets/minecraft/textures/blocks/repeating_command_block_front.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.12.2/assets/minecraft/textures/blocks/repeating_command_block_side.png b/1.12.2/assets/minecraft/textures/blocks/repeating_command_block_side.png new file mode 100644 index 00000000..500fe63c Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/repeating_command_block_side.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/repeating_command_block_side.png.mcmeta b/1.12.2/assets/minecraft/textures/blocks/repeating_command_block_side.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.12.2/assets/minecraft/textures/blocks/repeating_command_block_side.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.12.2/assets/minecraft/textures/blocks/sand.png b/1.12.2/assets/minecraft/textures/blocks/sand.png new file mode 100644 index 00000000..e135fbdc Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/sand.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/sandstone_bottom.png b/1.12.2/assets/minecraft/textures/blocks/sandstone_bottom.png new file mode 100644 index 00000000..e1022209 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/sandstone_bottom.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/sandstone_carved.png b/1.12.2/assets/minecraft/textures/blocks/sandstone_carved.png new file mode 100644 index 00000000..9bd7fa14 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/sandstone_carved.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/sandstone_normal.png b/1.12.2/assets/minecraft/textures/blocks/sandstone_normal.png new file mode 100644 index 00000000..1b79145f Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/sandstone_normal.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/sandstone_smooth.png b/1.12.2/assets/minecraft/textures/blocks/sandstone_smooth.png new file mode 100644 index 00000000..ef118bdc Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/sandstone_smooth.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/sandstone_top.png b/1.12.2/assets/minecraft/textures/blocks/sandstone_top.png new file mode 100644 index 00000000..74838777 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/sandstone_top.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/sapling_acacia.png b/1.12.2/assets/minecraft/textures/blocks/sapling_acacia.png new file mode 100644 index 00000000..840196dd Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/sapling_acacia.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/sapling_birch.png b/1.12.2/assets/minecraft/textures/blocks/sapling_birch.png new file mode 100644 index 00000000..b5f01ffc Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/sapling_birch.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/sapling_jungle.png b/1.12.2/assets/minecraft/textures/blocks/sapling_jungle.png new file mode 100644 index 00000000..4e10b35c Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/sapling_jungle.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/sapling_oak.png b/1.12.2/assets/minecraft/textures/blocks/sapling_oak.png new file mode 100644 index 00000000..3c3abefd Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/sapling_oak.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/sapling_roofed_oak.png b/1.12.2/assets/minecraft/textures/blocks/sapling_roofed_oak.png new file mode 100644 index 00000000..1a9cdf3b Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/sapling_roofed_oak.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/sapling_spruce.png b/1.12.2/assets/minecraft/textures/blocks/sapling_spruce.png new file mode 100644 index 00000000..5767d48b Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/sapling_spruce.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/sea_lantern.png b/1.12.2/assets/minecraft/textures/blocks/sea_lantern.png new file mode 100644 index 00000000..8909ce8e Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/sea_lantern.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/sea_lantern.png.mcmeta b/1.12.2/assets/minecraft/textures/blocks/sea_lantern.png.mcmeta new file mode 100644 index 00000000..e8ac9bc3 --- /dev/null +++ b/1.12.2/assets/minecraft/textures/blocks/sea_lantern.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 5 + } +} diff --git a/1.12.2/assets/minecraft/textures/blocks/shulker_top_black.png b/1.12.2/assets/minecraft/textures/blocks/shulker_top_black.png new file mode 100644 index 00000000..213cec3b Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/shulker_top_black.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/shulker_top_blue.png b/1.12.2/assets/minecraft/textures/blocks/shulker_top_blue.png new file mode 100644 index 00000000..3bcd44d1 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/shulker_top_blue.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/shulker_top_brown.png b/1.12.2/assets/minecraft/textures/blocks/shulker_top_brown.png new file mode 100644 index 00000000..2b52d9e5 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/shulker_top_brown.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/shulker_top_cyan.png b/1.12.2/assets/minecraft/textures/blocks/shulker_top_cyan.png new file mode 100644 index 00000000..d9577dfe Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/shulker_top_cyan.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/shulker_top_gray.png b/1.12.2/assets/minecraft/textures/blocks/shulker_top_gray.png new file mode 100644 index 00000000..8c9ce4ef Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/shulker_top_gray.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/shulker_top_green.png b/1.12.2/assets/minecraft/textures/blocks/shulker_top_green.png new file mode 100644 index 00000000..1b4214c6 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/shulker_top_green.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/shulker_top_light_blue.png b/1.12.2/assets/minecraft/textures/blocks/shulker_top_light_blue.png new file mode 100644 index 00000000..597f4c50 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/shulker_top_light_blue.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/shulker_top_lime.png b/1.12.2/assets/minecraft/textures/blocks/shulker_top_lime.png new file mode 100644 index 00000000..339b7651 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/shulker_top_lime.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/shulker_top_magenta.png b/1.12.2/assets/minecraft/textures/blocks/shulker_top_magenta.png new file mode 100644 index 00000000..ad343936 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/shulker_top_magenta.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/shulker_top_orange.png b/1.12.2/assets/minecraft/textures/blocks/shulker_top_orange.png new file mode 100644 index 00000000..a722de19 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/shulker_top_orange.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/shulker_top_pink.png b/1.12.2/assets/minecraft/textures/blocks/shulker_top_pink.png new file mode 100644 index 00000000..e817f960 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/shulker_top_pink.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/shulker_top_purple.png b/1.12.2/assets/minecraft/textures/blocks/shulker_top_purple.png new file mode 100644 index 00000000..771dbf2d Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/shulker_top_purple.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/shulker_top_red.png b/1.12.2/assets/minecraft/textures/blocks/shulker_top_red.png new file mode 100644 index 00000000..00147c5d Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/shulker_top_red.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/shulker_top_silver.png b/1.12.2/assets/minecraft/textures/blocks/shulker_top_silver.png new file mode 100644 index 00000000..63e494d0 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/shulker_top_silver.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/shulker_top_white.png b/1.12.2/assets/minecraft/textures/blocks/shulker_top_white.png new file mode 100644 index 00000000..3d87d645 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/shulker_top_white.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/shulker_top_yellow.png b/1.12.2/assets/minecraft/textures/blocks/shulker_top_yellow.png new file mode 100644 index 00000000..671b2c36 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/shulker_top_yellow.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/slime.png b/1.12.2/assets/minecraft/textures/blocks/slime.png new file mode 100644 index 00000000..c577a5a9 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/slime.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/snow.png b/1.12.2/assets/minecraft/textures/blocks/snow.png new file mode 100644 index 00000000..d1a14162 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/snow.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/soul_sand.png b/1.12.2/assets/minecraft/textures/blocks/soul_sand.png new file mode 100644 index 00000000..fca7e8ff Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/soul_sand.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/sponge.png b/1.12.2/assets/minecraft/textures/blocks/sponge.png new file mode 100644 index 00000000..487ac433 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/sponge.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/sponge_wet.png b/1.12.2/assets/minecraft/textures/blocks/sponge_wet.png new file mode 100644 index 00000000..e797208b Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/sponge_wet.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/stone.png b/1.12.2/assets/minecraft/textures/blocks/stone.png new file mode 100644 index 00000000..87e19ff4 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/stone.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/stone_andesite.png b/1.12.2/assets/minecraft/textures/blocks/stone_andesite.png new file mode 100644 index 00000000..01ba4a18 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/stone_andesite.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/stone_andesite_smooth.png b/1.12.2/assets/minecraft/textures/blocks/stone_andesite_smooth.png new file mode 100644 index 00000000..591bb4d8 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/stone_andesite_smooth.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/stone_diorite.png b/1.12.2/assets/minecraft/textures/blocks/stone_diorite.png new file mode 100644 index 00000000..3d752ddc Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/stone_diorite.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/stone_diorite_smooth.png b/1.12.2/assets/minecraft/textures/blocks/stone_diorite_smooth.png new file mode 100644 index 00000000..daebca4b Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/stone_diorite_smooth.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/stone_granite.png b/1.12.2/assets/minecraft/textures/blocks/stone_granite.png new file mode 100644 index 00000000..269c4a1f Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/stone_granite.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/stone_granite_smooth.png b/1.12.2/assets/minecraft/textures/blocks/stone_granite_smooth.png new file mode 100644 index 00000000..a4bee094 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/stone_granite_smooth.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/stone_slab_side.png b/1.12.2/assets/minecraft/textures/blocks/stone_slab_side.png new file mode 100644 index 00000000..fe2a2040 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/stone_slab_side.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/stone_slab_top.png b/1.12.2/assets/minecraft/textures/blocks/stone_slab_top.png new file mode 100644 index 00000000..090657d3 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/stone_slab_top.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/stonebrick.png b/1.12.2/assets/minecraft/textures/blocks/stonebrick.png new file mode 100644 index 00000000..69138cf2 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/stonebrick.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/stonebrick_carved.png b/1.12.2/assets/minecraft/textures/blocks/stonebrick_carved.png new file mode 100644 index 00000000..b7e88db2 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/stonebrick_carved.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/stonebrick_cracked.png b/1.12.2/assets/minecraft/textures/blocks/stonebrick_cracked.png new file mode 100644 index 00000000..918a8845 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/stonebrick_cracked.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/stonebrick_mossy.png b/1.12.2/assets/minecraft/textures/blocks/stonebrick_mossy.png new file mode 100644 index 00000000..fc67b4a9 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/stonebrick_mossy.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/structure_block.png b/1.12.2/assets/minecraft/textures/blocks/structure_block.png new file mode 100644 index 00000000..f03ea5fe Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/structure_block.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/structure_block_corner.png b/1.12.2/assets/minecraft/textures/blocks/structure_block_corner.png new file mode 100644 index 00000000..418fd05c Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/structure_block_corner.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/structure_block_data.png b/1.12.2/assets/minecraft/textures/blocks/structure_block_data.png new file mode 100644 index 00000000..75ea3083 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/structure_block_data.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/structure_block_load.png b/1.12.2/assets/minecraft/textures/blocks/structure_block_load.png new file mode 100644 index 00000000..aca338b1 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/structure_block_load.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/structure_block_save.png b/1.12.2/assets/minecraft/textures/blocks/structure_block_save.png new file mode 100644 index 00000000..64709278 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/structure_block_save.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/tallgrass.png b/1.12.2/assets/minecraft/textures/blocks/tallgrass.png new file mode 100644 index 00000000..489dfa9a Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/tallgrass.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/tnt_bottom.png b/1.12.2/assets/minecraft/textures/blocks/tnt_bottom.png new file mode 100644 index 00000000..cc2e5867 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/tnt_bottom.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/tnt_side.png b/1.12.2/assets/minecraft/textures/blocks/tnt_side.png new file mode 100644 index 00000000..21109fbe Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/tnt_side.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/tnt_top.png b/1.12.2/assets/minecraft/textures/blocks/tnt_top.png new file mode 100644 index 00000000..ceb44b6d Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/tnt_top.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/torch_on.png b/1.12.2/assets/minecraft/textures/blocks/torch_on.png new file mode 100644 index 00000000..a2ce41b8 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/torch_on.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/trapdoor.png b/1.12.2/assets/minecraft/textures/blocks/trapdoor.png new file mode 100644 index 00000000..5c3385f7 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/trapdoor.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/trip_wire.png b/1.12.2/assets/minecraft/textures/blocks/trip_wire.png new file mode 100644 index 00000000..5b422eff Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/trip_wire.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/trip_wire_source.png b/1.12.2/assets/minecraft/textures/blocks/trip_wire_source.png new file mode 100644 index 00000000..fbd464d8 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/trip_wire_source.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/vine.png b/1.12.2/assets/minecraft/textures/blocks/vine.png new file mode 100644 index 00000000..df5e435a Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/vine.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/water_flow.png b/1.12.2/assets/minecraft/textures/blocks/water_flow.png new file mode 100644 index 00000000..41f823db Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/water_flow.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/water_flow.png.mcmeta b/1.12.2/assets/minecraft/textures/blocks/water_flow.png.mcmeta new file mode 100644 index 00000000..4f0718ac --- /dev/null +++ b/1.12.2/assets/minecraft/textures/blocks/water_flow.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} \ No newline at end of file diff --git a/1.12.2/assets/minecraft/textures/blocks/water_overlay.png b/1.12.2/assets/minecraft/textures/blocks/water_overlay.png new file mode 100644 index 00000000..00b70ce1 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/water_overlay.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/water_still.png b/1.12.2/assets/minecraft/textures/blocks/water_still.png new file mode 100644 index 00000000..4e55799a Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/water_still.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/water_still.png.mcmeta b/1.12.2/assets/minecraft/textures/blocks/water_still.png.mcmeta new file mode 100644 index 00000000..0645f48c --- /dev/null +++ b/1.12.2/assets/minecraft/textures/blocks/water_still.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 2 + } +} diff --git a/1.12.2/assets/minecraft/textures/blocks/waterlily.png b/1.12.2/assets/minecraft/textures/blocks/waterlily.png new file mode 100644 index 00000000..f6c84f84 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/waterlily.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/web.png b/1.12.2/assets/minecraft/textures/blocks/web.png new file mode 100644 index 00000000..ae4bfd4a Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/web.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/wheat_stage_0.png b/1.12.2/assets/minecraft/textures/blocks/wheat_stage_0.png new file mode 100644 index 00000000..185af6fc Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/wheat_stage_0.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/wheat_stage_1.png b/1.12.2/assets/minecraft/textures/blocks/wheat_stage_1.png new file mode 100644 index 00000000..67588c1e Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/wheat_stage_1.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/wheat_stage_2.png b/1.12.2/assets/minecraft/textures/blocks/wheat_stage_2.png new file mode 100644 index 00000000..3d337929 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/wheat_stage_2.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/wheat_stage_3.png b/1.12.2/assets/minecraft/textures/blocks/wheat_stage_3.png new file mode 100644 index 00000000..4649f780 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/wheat_stage_3.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/wheat_stage_4.png b/1.12.2/assets/minecraft/textures/blocks/wheat_stage_4.png new file mode 100644 index 00000000..ac04b52c Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/wheat_stage_4.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/wheat_stage_5.png b/1.12.2/assets/minecraft/textures/blocks/wheat_stage_5.png new file mode 100644 index 00000000..17135901 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/wheat_stage_5.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/wheat_stage_6.png b/1.12.2/assets/minecraft/textures/blocks/wheat_stage_6.png new file mode 100644 index 00000000..cb5f1951 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/wheat_stage_6.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/wheat_stage_7.png b/1.12.2/assets/minecraft/textures/blocks/wheat_stage_7.png new file mode 100644 index 00000000..7acafb37 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/wheat_stage_7.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/wool_colored_black.png b/1.12.2/assets/minecraft/textures/blocks/wool_colored_black.png new file mode 100644 index 00000000..0e486b04 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/wool_colored_black.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/wool_colored_blue.png b/1.12.2/assets/minecraft/textures/blocks/wool_colored_blue.png new file mode 100644 index 00000000..14c5d710 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/wool_colored_blue.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/wool_colored_brown.png b/1.12.2/assets/minecraft/textures/blocks/wool_colored_brown.png new file mode 100644 index 00000000..ffaa7509 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/wool_colored_brown.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/wool_colored_cyan.png b/1.12.2/assets/minecraft/textures/blocks/wool_colored_cyan.png new file mode 100644 index 00000000..6545f38e Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/wool_colored_cyan.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/wool_colored_gray.png b/1.12.2/assets/minecraft/textures/blocks/wool_colored_gray.png new file mode 100644 index 00000000..1d12e2d4 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/wool_colored_gray.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/wool_colored_green.png b/1.12.2/assets/minecraft/textures/blocks/wool_colored_green.png new file mode 100644 index 00000000..f8bc1ef4 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/wool_colored_green.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/wool_colored_light_blue.png b/1.12.2/assets/minecraft/textures/blocks/wool_colored_light_blue.png new file mode 100644 index 00000000..529c92a3 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/wool_colored_light_blue.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/wool_colored_lime.png b/1.12.2/assets/minecraft/textures/blocks/wool_colored_lime.png new file mode 100644 index 00000000..e1067800 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/wool_colored_lime.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/wool_colored_magenta.png b/1.12.2/assets/minecraft/textures/blocks/wool_colored_magenta.png new file mode 100644 index 00000000..b9700a8b Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/wool_colored_magenta.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/wool_colored_orange.png b/1.12.2/assets/minecraft/textures/blocks/wool_colored_orange.png new file mode 100644 index 00000000..61c1e4b2 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/wool_colored_orange.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/wool_colored_pink.png b/1.12.2/assets/minecraft/textures/blocks/wool_colored_pink.png new file mode 100644 index 00000000..17ef62bb Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/wool_colored_pink.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/wool_colored_purple.png b/1.12.2/assets/minecraft/textures/blocks/wool_colored_purple.png new file mode 100644 index 00000000..08d4ee0e Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/wool_colored_purple.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/wool_colored_red.png b/1.12.2/assets/minecraft/textures/blocks/wool_colored_red.png new file mode 100644 index 00000000..f11cbccb Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/wool_colored_red.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/wool_colored_silver.png b/1.12.2/assets/minecraft/textures/blocks/wool_colored_silver.png new file mode 100644 index 00000000..f7f13534 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/wool_colored_silver.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/wool_colored_white.png b/1.12.2/assets/minecraft/textures/blocks/wool_colored_white.png new file mode 100644 index 00000000..fa2c56e8 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/wool_colored_white.png differ diff --git a/1.12.2/assets/minecraft/textures/blocks/wool_colored_yellow.png b/1.12.2/assets/minecraft/textures/blocks/wool_colored_yellow.png new file mode 100644 index 00000000..fba27874 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/blocks/wool_colored_yellow.png differ diff --git a/1.12.2/assets/minecraft/textures/colormap/foliage.png b/1.12.2/assets/minecraft/textures/colormap/foliage.png new file mode 100644 index 00000000..f464dd54 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/colormap/foliage.png differ diff --git a/1.12.2/assets/minecraft/textures/colormap/grass.png b/1.12.2/assets/minecraft/textures/colormap/grass.png new file mode 100644 index 00000000..f59dd38b Binary files /dev/null and b/1.12.2/assets/minecraft/textures/colormap/grass.png differ diff --git a/1.12.2/assets/minecraft/textures/effect/dither.png b/1.12.2/assets/minecraft/textures/effect/dither.png new file mode 100644 index 00000000..d211107d Binary files /dev/null and b/1.12.2/assets/minecraft/textures/effect/dither.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/alex.png b/1.12.2/assets/minecraft/textures/entity/alex.png new file mode 100644 index 00000000..ffd8e071 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/alex.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/armorstand/wood.png b/1.12.2/assets/minecraft/textures/entity/armorstand/wood.png new file mode 100644 index 00000000..d5468d23 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/armorstand/wood.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/arrow.png b/1.12.2/assets/minecraft/textures/entity/arrow.png new file mode 100644 index 00000000..0d58b2cc Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/arrow.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/banner/base.png b/1.12.2/assets/minecraft/textures/entity/banner/base.png new file mode 100644 index 00000000..a590eabc Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/banner/base.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/banner/border.png b/1.12.2/assets/minecraft/textures/entity/banner/border.png new file mode 100644 index 00000000..3e5fb432 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/banner/border.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/banner/bricks.png b/1.12.2/assets/minecraft/textures/entity/banner/bricks.png new file mode 100644 index 00000000..a0d49a7c Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/banner/bricks.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/banner/circle.png b/1.12.2/assets/minecraft/textures/entity/banner/circle.png new file mode 100644 index 00000000..5e1e20cd Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/banner/circle.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/banner/creeper.png b/1.12.2/assets/minecraft/textures/entity/banner/creeper.png new file mode 100644 index 00000000..2949472b Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/banner/creeper.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/banner/cross.png b/1.12.2/assets/minecraft/textures/entity/banner/cross.png new file mode 100644 index 00000000..6a6c8c67 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/banner/cross.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/banner/curly_border.png b/1.12.2/assets/minecraft/textures/entity/banner/curly_border.png new file mode 100644 index 00000000..d94a79a6 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/banner/curly_border.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/banner/diagonal_left.png b/1.12.2/assets/minecraft/textures/entity/banner/diagonal_left.png new file mode 100644 index 00000000..f3712198 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/banner/diagonal_left.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/banner/diagonal_right.png b/1.12.2/assets/minecraft/textures/entity/banner/diagonal_right.png new file mode 100644 index 00000000..3f2b34b3 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/banner/diagonal_right.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/banner/diagonal_up_left.png b/1.12.2/assets/minecraft/textures/entity/banner/diagonal_up_left.png new file mode 100644 index 00000000..c1bfa32a Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/banner/diagonal_up_left.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/banner/diagonal_up_right.png b/1.12.2/assets/minecraft/textures/entity/banner/diagonal_up_right.png new file mode 100644 index 00000000..0e99514d Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/banner/diagonal_up_right.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/banner/flower.png b/1.12.2/assets/minecraft/textures/entity/banner/flower.png new file mode 100644 index 00000000..6efa798c Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/banner/flower.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/banner/gradient.png b/1.12.2/assets/minecraft/textures/entity/banner/gradient.png new file mode 100644 index 00000000..8bc09cf7 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/banner/gradient.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/banner/gradient_up.png b/1.12.2/assets/minecraft/textures/entity/banner/gradient_up.png new file mode 100644 index 00000000..59591815 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/banner/gradient_up.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/banner/half_horizontal.png b/1.12.2/assets/minecraft/textures/entity/banner/half_horizontal.png new file mode 100644 index 00000000..0ab54689 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/banner/half_horizontal.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/banner/half_horizontal_bottom.png b/1.12.2/assets/minecraft/textures/entity/banner/half_horizontal_bottom.png new file mode 100644 index 00000000..c91c8cd4 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/banner/half_horizontal_bottom.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/banner/half_vertical.png b/1.12.2/assets/minecraft/textures/entity/banner/half_vertical.png new file mode 100644 index 00000000..0f36e216 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/banner/half_vertical.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/banner/half_vertical_right.png b/1.12.2/assets/minecraft/textures/entity/banner/half_vertical_right.png new file mode 100644 index 00000000..a8a9eb15 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/banner/half_vertical_right.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/banner/mojang.png b/1.12.2/assets/minecraft/textures/entity/banner/mojang.png new file mode 100644 index 00000000..1f993a77 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/banner/mojang.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/banner/rhombus.png b/1.12.2/assets/minecraft/textures/entity/banner/rhombus.png new file mode 100644 index 00000000..4657c81e Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/banner/rhombus.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/banner/skull.png b/1.12.2/assets/minecraft/textures/entity/banner/skull.png new file mode 100644 index 00000000..77135d42 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/banner/skull.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/banner/small_stripes.png b/1.12.2/assets/minecraft/textures/entity/banner/small_stripes.png new file mode 100644 index 00000000..0d2fe6b6 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/banner/small_stripes.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/banner/square_bottom_left.png b/1.12.2/assets/minecraft/textures/entity/banner/square_bottom_left.png new file mode 100644 index 00000000..0f68ec37 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/banner/square_bottom_left.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/banner/square_bottom_right.png b/1.12.2/assets/minecraft/textures/entity/banner/square_bottom_right.png new file mode 100644 index 00000000..799ba3c7 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/banner/square_bottom_right.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/banner/square_top_left.png b/1.12.2/assets/minecraft/textures/entity/banner/square_top_left.png new file mode 100644 index 00000000..02a40e41 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/banner/square_top_left.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/banner/square_top_right.png b/1.12.2/assets/minecraft/textures/entity/banner/square_top_right.png new file mode 100644 index 00000000..43f67b89 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/banner/square_top_right.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/banner/straight_cross.png b/1.12.2/assets/minecraft/textures/entity/banner/straight_cross.png new file mode 100644 index 00000000..8d5a8c6c Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/banner/straight_cross.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/banner/stripe_bottom.png b/1.12.2/assets/minecraft/textures/entity/banner/stripe_bottom.png new file mode 100644 index 00000000..b6aafa5c Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/banner/stripe_bottom.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/banner/stripe_center.png b/1.12.2/assets/minecraft/textures/entity/banner/stripe_center.png new file mode 100644 index 00000000..5383cae4 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/banner/stripe_center.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/banner/stripe_downleft.png b/1.12.2/assets/minecraft/textures/entity/banner/stripe_downleft.png new file mode 100644 index 00000000..ff79d2a0 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/banner/stripe_downleft.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/banner/stripe_downright.png b/1.12.2/assets/minecraft/textures/entity/banner/stripe_downright.png new file mode 100644 index 00000000..79bbbd06 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/banner/stripe_downright.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/banner/stripe_left.png b/1.12.2/assets/minecraft/textures/entity/banner/stripe_left.png new file mode 100644 index 00000000..45dabd3a Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/banner/stripe_left.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/banner/stripe_middle.png b/1.12.2/assets/minecraft/textures/entity/banner/stripe_middle.png new file mode 100644 index 00000000..e98e6a8b Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/banner/stripe_middle.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/banner/stripe_right.png b/1.12.2/assets/minecraft/textures/entity/banner/stripe_right.png new file mode 100644 index 00000000..1dc458a6 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/banner/stripe_right.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/banner/stripe_top.png b/1.12.2/assets/minecraft/textures/entity/banner/stripe_top.png new file mode 100644 index 00000000..4c260396 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/banner/stripe_top.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/banner/triangle_bottom.png b/1.12.2/assets/minecraft/textures/entity/banner/triangle_bottom.png new file mode 100644 index 00000000..03cd2544 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/banner/triangle_bottom.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/banner/triangle_top.png b/1.12.2/assets/minecraft/textures/entity/banner/triangle_top.png new file mode 100644 index 00000000..852336cb Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/banner/triangle_top.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/banner/triangles_bottom.png b/1.12.2/assets/minecraft/textures/entity/banner/triangles_bottom.png new file mode 100644 index 00000000..75631252 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/banner/triangles_bottom.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/banner/triangles_top.png b/1.12.2/assets/minecraft/textures/entity/banner/triangles_top.png new file mode 100644 index 00000000..25158e93 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/banner/triangles_top.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/banner_base.png b/1.12.2/assets/minecraft/textures/entity/banner_base.png new file mode 100644 index 00000000..5ef802b4 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/banner_base.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/bat.png b/1.12.2/assets/minecraft/textures/entity/bat.png new file mode 100644 index 00000000..040e02db Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/bat.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/beacon_beam.png b/1.12.2/assets/minecraft/textures/entity/beacon_beam.png new file mode 100644 index 00000000..a2da8c6f Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/beacon_beam.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/bear/polarbear.png b/1.12.2/assets/minecraft/textures/entity/bear/polarbear.png new file mode 100644 index 00000000..a340db83 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/bear/polarbear.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/bed/black.png b/1.12.2/assets/minecraft/textures/entity/bed/black.png new file mode 100644 index 00000000..b1b6ea83 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/bed/black.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/bed/blue.png b/1.12.2/assets/minecraft/textures/entity/bed/blue.png new file mode 100644 index 00000000..9fb2e191 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/bed/blue.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/bed/brown.png b/1.12.2/assets/minecraft/textures/entity/bed/brown.png new file mode 100644 index 00000000..c100016f Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/bed/brown.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/bed/cyan.png b/1.12.2/assets/minecraft/textures/entity/bed/cyan.png new file mode 100644 index 00000000..d15da5fc Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/bed/cyan.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/bed/gray.png b/1.12.2/assets/minecraft/textures/entity/bed/gray.png new file mode 100644 index 00000000..31766e28 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/bed/gray.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/bed/green.png b/1.12.2/assets/minecraft/textures/entity/bed/green.png new file mode 100644 index 00000000..d3cc264b Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/bed/green.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/bed/light_blue.png b/1.12.2/assets/minecraft/textures/entity/bed/light_blue.png new file mode 100644 index 00000000..d4d27a37 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/bed/light_blue.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/bed/lime.png b/1.12.2/assets/minecraft/textures/entity/bed/lime.png new file mode 100644 index 00000000..a7f3a9c8 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/bed/lime.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/bed/magenta.png b/1.12.2/assets/minecraft/textures/entity/bed/magenta.png new file mode 100644 index 00000000..36f45790 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/bed/magenta.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/bed/orange.png b/1.12.2/assets/minecraft/textures/entity/bed/orange.png new file mode 100644 index 00000000..e409d58b Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/bed/orange.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/bed/pink.png b/1.12.2/assets/minecraft/textures/entity/bed/pink.png new file mode 100644 index 00000000..db1e0a90 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/bed/pink.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/bed/purple.png b/1.12.2/assets/minecraft/textures/entity/bed/purple.png new file mode 100644 index 00000000..3b0c1b52 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/bed/purple.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/bed/red.png b/1.12.2/assets/minecraft/textures/entity/bed/red.png new file mode 100644 index 00000000..925e87d8 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/bed/red.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/bed/silver.png b/1.12.2/assets/minecraft/textures/entity/bed/silver.png new file mode 100644 index 00000000..e6249a54 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/bed/silver.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/bed/white.png b/1.12.2/assets/minecraft/textures/entity/bed/white.png new file mode 100644 index 00000000..42a22811 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/bed/white.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/bed/yellow.png b/1.12.2/assets/minecraft/textures/entity/bed/yellow.png new file mode 100644 index 00000000..f31a63ec Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/bed/yellow.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/blaze.png b/1.12.2/assets/minecraft/textures/entity/blaze.png new file mode 100644 index 00000000..379b7186 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/blaze.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/boat/boat_acacia.png b/1.12.2/assets/minecraft/textures/entity/boat/boat_acacia.png new file mode 100644 index 00000000..14f32c54 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/boat/boat_acacia.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/boat/boat_birch.png b/1.12.2/assets/minecraft/textures/entity/boat/boat_birch.png new file mode 100644 index 00000000..4b41cf97 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/boat/boat_birch.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/boat/boat_darkoak.png b/1.12.2/assets/minecraft/textures/entity/boat/boat_darkoak.png new file mode 100644 index 00000000..ad59eb1d Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/boat/boat_darkoak.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/boat/boat_jungle.png b/1.12.2/assets/minecraft/textures/entity/boat/boat_jungle.png new file mode 100644 index 00000000..e0a0811c Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/boat/boat_jungle.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/boat/boat_oak.png b/1.12.2/assets/minecraft/textures/entity/boat/boat_oak.png new file mode 100644 index 00000000..4542c9dd Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/boat/boat_oak.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/boat/boat_spruce.png b/1.12.2/assets/minecraft/textures/entity/boat/boat_spruce.png new file mode 100644 index 00000000..12cd9d89 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/boat/boat_spruce.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/cat/black.png b/1.12.2/assets/minecraft/textures/entity/cat/black.png new file mode 100644 index 00000000..24ea133c Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/cat/black.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/cat/ocelot.png b/1.12.2/assets/minecraft/textures/entity/cat/ocelot.png new file mode 100644 index 00000000..22cfb8e8 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/cat/ocelot.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/cat/red.png b/1.12.2/assets/minecraft/textures/entity/cat/red.png new file mode 100644 index 00000000..763bdfae Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/cat/red.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/cat/siamese.png b/1.12.2/assets/minecraft/textures/entity/cat/siamese.png new file mode 100644 index 00000000..a2e3b67a Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/cat/siamese.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/chest/christmas.png b/1.12.2/assets/minecraft/textures/entity/chest/christmas.png new file mode 100644 index 00000000..8a0fa73f Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/chest/christmas.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/chest/christmas_double.png b/1.12.2/assets/minecraft/textures/entity/chest/christmas_double.png new file mode 100644 index 00000000..fe14d144 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/chest/christmas_double.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/chest/ender.png b/1.12.2/assets/minecraft/textures/entity/chest/ender.png new file mode 100644 index 00000000..5159ae91 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/chest/ender.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/chest/normal.png b/1.12.2/assets/minecraft/textures/entity/chest/normal.png new file mode 100644 index 00000000..cbf73176 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/chest/normal.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/chest/normal_double.png b/1.12.2/assets/minecraft/textures/entity/chest/normal_double.png new file mode 100644 index 00000000..cd9be7d3 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/chest/normal_double.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/chest/trapped.png b/1.12.2/assets/minecraft/textures/entity/chest/trapped.png new file mode 100644 index 00000000..eb00a5be Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/chest/trapped.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/chest/trapped_double.png b/1.12.2/assets/minecraft/textures/entity/chest/trapped_double.png new file mode 100644 index 00000000..8ab8e63a Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/chest/trapped_double.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/chicken.png b/1.12.2/assets/minecraft/textures/entity/chicken.png new file mode 100644 index 00000000..5b5c14a6 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/chicken.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/cow/cow.png b/1.12.2/assets/minecraft/textures/entity/cow/cow.png new file mode 100644 index 00000000..e1d646e7 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/cow/cow.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/cow/mooshroom.png b/1.12.2/assets/minecraft/textures/entity/cow/mooshroom.png new file mode 100644 index 00000000..9b643033 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/cow/mooshroom.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/creeper/creeper.png b/1.12.2/assets/minecraft/textures/entity/creeper/creeper.png new file mode 100644 index 00000000..671f979f Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/creeper/creeper.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/creeper/creeper_armor.png b/1.12.2/assets/minecraft/textures/entity/creeper/creeper_armor.png new file mode 100644 index 00000000..cc905d4d Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/creeper/creeper_armor.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/elytra.png b/1.12.2/assets/minecraft/textures/entity/elytra.png new file mode 100644 index 00000000..27502273 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/elytra.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/enchanting_table_book.png b/1.12.2/assets/minecraft/textures/entity/enchanting_table_book.png new file mode 100644 index 00000000..6f0afa4f Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/enchanting_table_book.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/end_gateway_beam.png b/1.12.2/assets/minecraft/textures/entity/end_gateway_beam.png new file mode 100644 index 00000000..e5071ee7 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/end_gateway_beam.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/end_portal.png b/1.12.2/assets/minecraft/textures/entity/end_portal.png new file mode 100644 index 00000000..42169292 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/end_portal.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/endercrystal/endercrystal.png b/1.12.2/assets/minecraft/textures/entity/endercrystal/endercrystal.png new file mode 100644 index 00000000..c09f701e Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/endercrystal/endercrystal.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/endercrystal/endercrystal_beam.png b/1.12.2/assets/minecraft/textures/entity/endercrystal/endercrystal_beam.png new file mode 100644 index 00000000..1c2e187c Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/endercrystal/endercrystal_beam.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/enderdragon/dragon.png b/1.12.2/assets/minecraft/textures/entity/enderdragon/dragon.png new file mode 100644 index 00000000..05c7d7e1 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/enderdragon/dragon.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/enderdragon/dragon_exploding.png b/1.12.2/assets/minecraft/textures/entity/enderdragon/dragon_exploding.png new file mode 100644 index 00000000..a47a3732 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/enderdragon/dragon_exploding.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/enderdragon/dragon_eyes.png b/1.12.2/assets/minecraft/textures/entity/enderdragon/dragon_eyes.png new file mode 100644 index 00000000..146d604e Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/enderdragon/dragon_eyes.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/enderdragon/dragon_fireball.png b/1.12.2/assets/minecraft/textures/entity/enderdragon/dragon_fireball.png new file mode 100644 index 00000000..2a3fe553 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/enderdragon/dragon_fireball.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/enderman/enderman.png b/1.12.2/assets/minecraft/textures/entity/enderman/enderman.png new file mode 100644 index 00000000..0413f8c5 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/enderman/enderman.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/enderman/enderman_eyes.png b/1.12.2/assets/minecraft/textures/entity/enderman/enderman_eyes.png new file mode 100644 index 00000000..ade580ef Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/enderman/enderman_eyes.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/endermite.png b/1.12.2/assets/minecraft/textures/entity/endermite.png new file mode 100644 index 00000000..066bde74 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/endermite.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/experience_orb.png b/1.12.2/assets/minecraft/textures/entity/experience_orb.png new file mode 100644 index 00000000..0a56f0f6 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/experience_orb.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/explosion.png b/1.12.2/assets/minecraft/textures/entity/explosion.png new file mode 100644 index 00000000..f51ab53c Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/explosion.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/ghast/ghast.png b/1.12.2/assets/minecraft/textures/entity/ghast/ghast.png new file mode 100644 index 00000000..2b93b1f4 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/ghast/ghast.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/ghast/ghast_shooting.png b/1.12.2/assets/minecraft/textures/entity/ghast/ghast_shooting.png new file mode 100644 index 00000000..f0307075 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/ghast/ghast_shooting.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/guardian.png b/1.12.2/assets/minecraft/textures/entity/guardian.png new file mode 100644 index 00000000..1f29bcfa Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/guardian.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/guardian_beam.png b/1.12.2/assets/minecraft/textures/entity/guardian_beam.png new file mode 100644 index 00000000..73a23109 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/guardian_beam.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/guardian_elder.png b/1.12.2/assets/minecraft/textures/entity/guardian_elder.png new file mode 100644 index 00000000..8a9191c2 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/guardian_elder.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/horse/armor/horse_armor_diamond.png b/1.12.2/assets/minecraft/textures/entity/horse/armor/horse_armor_diamond.png new file mode 100644 index 00000000..793dcec0 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/horse/armor/horse_armor_diamond.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/horse/armor/horse_armor_gold.png b/1.12.2/assets/minecraft/textures/entity/horse/armor/horse_armor_gold.png new file mode 100644 index 00000000..619dc6e5 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/horse/armor/horse_armor_gold.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/horse/armor/horse_armor_iron.png b/1.12.2/assets/minecraft/textures/entity/horse/armor/horse_armor_iron.png new file mode 100644 index 00000000..ba815afa Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/horse/armor/horse_armor_iron.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/horse/donkey.png b/1.12.2/assets/minecraft/textures/entity/horse/donkey.png new file mode 100644 index 00000000..b25ae912 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/horse/donkey.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/horse/horse_black.png b/1.12.2/assets/minecraft/textures/entity/horse/horse_black.png new file mode 100644 index 00000000..63187c15 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/horse/horse_black.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/horse/horse_brown.png b/1.12.2/assets/minecraft/textures/entity/horse/horse_brown.png new file mode 100644 index 00000000..569fb4f4 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/horse/horse_brown.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/horse/horse_chestnut.png b/1.12.2/assets/minecraft/textures/entity/horse/horse_chestnut.png new file mode 100644 index 00000000..e64d64fc Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/horse/horse_chestnut.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/horse/horse_creamy.png b/1.12.2/assets/minecraft/textures/entity/horse/horse_creamy.png new file mode 100644 index 00000000..af77cc89 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/horse/horse_creamy.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/horse/horse_darkbrown.png b/1.12.2/assets/minecraft/textures/entity/horse/horse_darkbrown.png new file mode 100644 index 00000000..feb04157 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/horse/horse_darkbrown.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/horse/horse_gray.png b/1.12.2/assets/minecraft/textures/entity/horse/horse_gray.png new file mode 100644 index 00000000..74992801 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/horse/horse_gray.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/horse/horse_markings_blackdots.png b/1.12.2/assets/minecraft/textures/entity/horse/horse_markings_blackdots.png new file mode 100644 index 00000000..d5533f51 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/horse/horse_markings_blackdots.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/horse/horse_markings_white.png b/1.12.2/assets/minecraft/textures/entity/horse/horse_markings_white.png new file mode 100644 index 00000000..8cbca8db Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/horse/horse_markings_white.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/horse/horse_markings_whitedots.png b/1.12.2/assets/minecraft/textures/entity/horse/horse_markings_whitedots.png new file mode 100644 index 00000000..797b5b3a Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/horse/horse_markings_whitedots.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/horse/horse_markings_whitefield.png b/1.12.2/assets/minecraft/textures/entity/horse/horse_markings_whitefield.png new file mode 100644 index 00000000..88b7a46e Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/horse/horse_markings_whitefield.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/horse/horse_skeleton.png b/1.12.2/assets/minecraft/textures/entity/horse/horse_skeleton.png new file mode 100644 index 00000000..1a27f31b Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/horse/horse_skeleton.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/horse/horse_white.png b/1.12.2/assets/minecraft/textures/entity/horse/horse_white.png new file mode 100644 index 00000000..6f1ed273 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/horse/horse_white.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/horse/horse_zombie.png b/1.12.2/assets/minecraft/textures/entity/horse/horse_zombie.png new file mode 100644 index 00000000..dfe30f3a Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/horse/horse_zombie.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/horse/mule.png b/1.12.2/assets/minecraft/textures/entity/horse/mule.png new file mode 100644 index 00000000..74749670 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/horse/mule.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/illager/evoker.png b/1.12.2/assets/minecraft/textures/entity/illager/evoker.png new file mode 100644 index 00000000..1f2ca744 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/illager/evoker.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/illager/fangs.png b/1.12.2/assets/minecraft/textures/entity/illager/fangs.png new file mode 100644 index 00000000..d5e72368 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/illager/fangs.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/illager/illusionist.png b/1.12.2/assets/minecraft/textures/entity/illager/illusionist.png new file mode 100644 index 00000000..7ee5e0ea Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/illager/illusionist.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/illager/vex.png b/1.12.2/assets/minecraft/textures/entity/illager/vex.png new file mode 100644 index 00000000..ce6d9caf Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/illager/vex.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/illager/vex_charging.png b/1.12.2/assets/minecraft/textures/entity/illager/vex_charging.png new file mode 100644 index 00000000..438b1a20 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/illager/vex_charging.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/illager/vindicator.png b/1.12.2/assets/minecraft/textures/entity/illager/vindicator.png new file mode 100644 index 00000000..a1b91137 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/illager/vindicator.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/iron_golem.png b/1.12.2/assets/minecraft/textures/entity/iron_golem.png new file mode 100644 index 00000000..b1deaeb5 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/iron_golem.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/lead_knot.png b/1.12.2/assets/minecraft/textures/entity/lead_knot.png new file mode 100644 index 00000000..d6783071 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/lead_knot.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/llama/decor/decor_black.png b/1.12.2/assets/minecraft/textures/entity/llama/decor/decor_black.png new file mode 100644 index 00000000..92387637 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/llama/decor/decor_black.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/llama/decor/decor_blue.png b/1.12.2/assets/minecraft/textures/entity/llama/decor/decor_blue.png new file mode 100644 index 00000000..bf7762e1 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/llama/decor/decor_blue.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/llama/decor/decor_brown.png b/1.12.2/assets/minecraft/textures/entity/llama/decor/decor_brown.png new file mode 100644 index 00000000..03a80e12 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/llama/decor/decor_brown.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/llama/decor/decor_cyan.png b/1.12.2/assets/minecraft/textures/entity/llama/decor/decor_cyan.png new file mode 100644 index 00000000..f149b9cd Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/llama/decor/decor_cyan.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/llama/decor/decor_gray.png b/1.12.2/assets/minecraft/textures/entity/llama/decor/decor_gray.png new file mode 100644 index 00000000..a2f1b4f0 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/llama/decor/decor_gray.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/llama/decor/decor_green.png b/1.12.2/assets/minecraft/textures/entity/llama/decor/decor_green.png new file mode 100644 index 00000000..732d7ec1 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/llama/decor/decor_green.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/llama/decor/decor_light_blue.png b/1.12.2/assets/minecraft/textures/entity/llama/decor/decor_light_blue.png new file mode 100644 index 00000000..500a404f Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/llama/decor/decor_light_blue.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/llama/decor/decor_lime.png b/1.12.2/assets/minecraft/textures/entity/llama/decor/decor_lime.png new file mode 100644 index 00000000..238eff41 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/llama/decor/decor_lime.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/llama/decor/decor_magenta.png b/1.12.2/assets/minecraft/textures/entity/llama/decor/decor_magenta.png new file mode 100644 index 00000000..0ff23355 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/llama/decor/decor_magenta.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/llama/decor/decor_orange.png b/1.12.2/assets/minecraft/textures/entity/llama/decor/decor_orange.png new file mode 100644 index 00000000..5b24951a Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/llama/decor/decor_orange.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/llama/decor/decor_pink.png b/1.12.2/assets/minecraft/textures/entity/llama/decor/decor_pink.png new file mode 100644 index 00000000..897ba65d Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/llama/decor/decor_pink.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/llama/decor/decor_purple.png b/1.12.2/assets/minecraft/textures/entity/llama/decor/decor_purple.png new file mode 100644 index 00000000..308adbec Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/llama/decor/decor_purple.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/llama/decor/decor_red.png b/1.12.2/assets/minecraft/textures/entity/llama/decor/decor_red.png new file mode 100644 index 00000000..1b83dc37 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/llama/decor/decor_red.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/llama/decor/decor_silver.png b/1.12.2/assets/minecraft/textures/entity/llama/decor/decor_silver.png new file mode 100644 index 00000000..01cda395 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/llama/decor/decor_silver.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/llama/decor/decor_white.png b/1.12.2/assets/minecraft/textures/entity/llama/decor/decor_white.png new file mode 100644 index 00000000..c8cf1761 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/llama/decor/decor_white.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/llama/decor/decor_yellow.png b/1.12.2/assets/minecraft/textures/entity/llama/decor/decor_yellow.png new file mode 100644 index 00000000..64144cf5 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/llama/decor/decor_yellow.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/llama/llama.png b/1.12.2/assets/minecraft/textures/entity/llama/llama.png new file mode 100644 index 00000000..ce64d542 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/llama/llama.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/llama/llama_brown.png b/1.12.2/assets/minecraft/textures/entity/llama/llama_brown.png new file mode 100644 index 00000000..4ef4a811 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/llama/llama_brown.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/llama/llama_creamy.png b/1.12.2/assets/minecraft/textures/entity/llama/llama_creamy.png new file mode 100644 index 00000000..b4ea1296 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/llama/llama_creamy.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/llama/llama_gray.png b/1.12.2/assets/minecraft/textures/entity/llama/llama_gray.png new file mode 100644 index 00000000..5278ed01 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/llama/llama_gray.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/llama/llama_white.png b/1.12.2/assets/minecraft/textures/entity/llama/llama_white.png new file mode 100644 index 00000000..bb61dd9f Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/llama/llama_white.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/llama/spit.png b/1.12.2/assets/minecraft/textures/entity/llama/spit.png new file mode 100644 index 00000000..fdcc4b12 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/llama/spit.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/minecart.png b/1.12.2/assets/minecraft/textures/entity/minecart.png new file mode 100644 index 00000000..68aef4cf Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/minecart.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/parrot/parrot_blue.png b/1.12.2/assets/minecraft/textures/entity/parrot/parrot_blue.png new file mode 100644 index 00000000..ae93edf4 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/parrot/parrot_blue.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/parrot/parrot_green.png b/1.12.2/assets/minecraft/textures/entity/parrot/parrot_green.png new file mode 100644 index 00000000..efa83d91 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/parrot/parrot_green.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/parrot/parrot_grey.png b/1.12.2/assets/minecraft/textures/entity/parrot/parrot_grey.png new file mode 100644 index 00000000..8de45ef5 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/parrot/parrot_grey.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/parrot/parrot_red_blue.png b/1.12.2/assets/minecraft/textures/entity/parrot/parrot_red_blue.png new file mode 100644 index 00000000..32878086 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/parrot/parrot_red_blue.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/parrot/parrot_yellow_blue.png b/1.12.2/assets/minecraft/textures/entity/parrot/parrot_yellow_blue.png new file mode 100644 index 00000000..91e54255 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/parrot/parrot_yellow_blue.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/pig/pig.png b/1.12.2/assets/minecraft/textures/entity/pig/pig.png new file mode 100644 index 00000000..4161c795 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/pig/pig.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/pig/pig_saddle.png b/1.12.2/assets/minecraft/textures/entity/pig/pig_saddle.png new file mode 100644 index 00000000..e6df77eb Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/pig/pig_saddle.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/projectiles/arrow.png b/1.12.2/assets/minecraft/textures/entity/projectiles/arrow.png new file mode 100644 index 00000000..b1214231 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/projectiles/arrow.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/projectiles/spectral_arrow.png b/1.12.2/assets/minecraft/textures/entity/projectiles/spectral_arrow.png new file mode 100644 index 00000000..22a9d00b Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/projectiles/spectral_arrow.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/projectiles/tipped_arrow.png b/1.12.2/assets/minecraft/textures/entity/projectiles/tipped_arrow.png new file mode 100644 index 00000000..b1214231 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/projectiles/tipped_arrow.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/rabbit/black.png b/1.12.2/assets/minecraft/textures/entity/rabbit/black.png new file mode 100644 index 00000000..7a235ba7 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/rabbit/black.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/rabbit/brown.png b/1.12.2/assets/minecraft/textures/entity/rabbit/brown.png new file mode 100644 index 00000000..4e5564ca Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/rabbit/brown.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/rabbit/caerbannog.png b/1.12.2/assets/minecraft/textures/entity/rabbit/caerbannog.png new file mode 100644 index 00000000..6906023b Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/rabbit/caerbannog.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/rabbit/gold.png b/1.12.2/assets/minecraft/textures/entity/rabbit/gold.png new file mode 100644 index 00000000..5ca2d4b7 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/rabbit/gold.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/rabbit/salt.png b/1.12.2/assets/minecraft/textures/entity/rabbit/salt.png new file mode 100644 index 00000000..3206b190 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/rabbit/salt.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/rabbit/toast.png b/1.12.2/assets/minecraft/textures/entity/rabbit/toast.png new file mode 100644 index 00000000..474f23ba Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/rabbit/toast.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/rabbit/white.png b/1.12.2/assets/minecraft/textures/entity/rabbit/white.png new file mode 100644 index 00000000..7b090a37 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/rabbit/white.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/rabbit/white_splotched.png b/1.12.2/assets/minecraft/textures/entity/rabbit/white_splotched.png new file mode 100644 index 00000000..b8a82b9a Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/rabbit/white_splotched.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/sheep/sheep.png b/1.12.2/assets/minecraft/textures/entity/sheep/sheep.png new file mode 100644 index 00000000..e989e7c4 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/sheep/sheep.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/sheep/sheep_fur.png b/1.12.2/assets/minecraft/textures/entity/sheep/sheep_fur.png new file mode 100644 index 00000000..a621934b Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/sheep/sheep_fur.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/shield/base.png b/1.12.2/assets/minecraft/textures/entity/shield/base.png new file mode 100644 index 00000000..3297e7f3 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/shield/base.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/shield/border.png b/1.12.2/assets/minecraft/textures/entity/shield/border.png new file mode 100644 index 00000000..82e13d98 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/shield/border.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/shield/bricks.png b/1.12.2/assets/minecraft/textures/entity/shield/bricks.png new file mode 100644 index 00000000..da9d147f Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/shield/bricks.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/shield/circle.png b/1.12.2/assets/minecraft/textures/entity/shield/circle.png new file mode 100644 index 00000000..86506deb Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/shield/circle.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/shield/creeper.png b/1.12.2/assets/minecraft/textures/entity/shield/creeper.png new file mode 100644 index 00000000..b98b3d0a Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/shield/creeper.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/shield/cross.png b/1.12.2/assets/minecraft/textures/entity/shield/cross.png new file mode 100644 index 00000000..241aca14 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/shield/cross.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/shield/curly_border.png b/1.12.2/assets/minecraft/textures/entity/shield/curly_border.png new file mode 100644 index 00000000..76c52077 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/shield/curly_border.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/shield/diagonal_left.png b/1.12.2/assets/minecraft/textures/entity/shield/diagonal_left.png new file mode 100644 index 00000000..06a18706 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/shield/diagonal_left.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/shield/diagonal_right.png b/1.12.2/assets/minecraft/textures/entity/shield/diagonal_right.png new file mode 100644 index 00000000..2eb15cee Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/shield/diagonal_right.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/shield/diagonal_up_left.png b/1.12.2/assets/minecraft/textures/entity/shield/diagonal_up_left.png new file mode 100644 index 00000000..1d475c44 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/shield/diagonal_up_left.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/shield/diagonal_up_right.png b/1.12.2/assets/minecraft/textures/entity/shield/diagonal_up_right.png new file mode 100644 index 00000000..e863fe8c Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/shield/diagonal_up_right.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/shield/flower.png b/1.12.2/assets/minecraft/textures/entity/shield/flower.png new file mode 100644 index 00000000..a20c753a Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/shield/flower.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/shield/gradient.png b/1.12.2/assets/minecraft/textures/entity/shield/gradient.png new file mode 100644 index 00000000..d1abad8b Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/shield/gradient.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/shield/gradient_up.png b/1.12.2/assets/minecraft/textures/entity/shield/gradient_up.png new file mode 100644 index 00000000..7921b3b2 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/shield/gradient_up.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/shield/half_horizontal.png b/1.12.2/assets/minecraft/textures/entity/shield/half_horizontal.png new file mode 100644 index 00000000..b6680525 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/shield/half_horizontal.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/shield/half_horizontal_bottom.png b/1.12.2/assets/minecraft/textures/entity/shield/half_horizontal_bottom.png new file mode 100644 index 00000000..4bd2e96e Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/shield/half_horizontal_bottom.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/shield/half_vertical.png b/1.12.2/assets/minecraft/textures/entity/shield/half_vertical.png new file mode 100644 index 00000000..cafda314 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/shield/half_vertical.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/shield/half_vertical_right.png b/1.12.2/assets/minecraft/textures/entity/shield/half_vertical_right.png new file mode 100644 index 00000000..2600259f Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/shield/half_vertical_right.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/shield/mojang.png b/1.12.2/assets/minecraft/textures/entity/shield/mojang.png new file mode 100644 index 00000000..0343c52c Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/shield/mojang.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/shield/rhombus.png b/1.12.2/assets/minecraft/textures/entity/shield/rhombus.png new file mode 100644 index 00000000..73826cea Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/shield/rhombus.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/shield/skull.png b/1.12.2/assets/minecraft/textures/entity/shield/skull.png new file mode 100644 index 00000000..7e35b2bb Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/shield/skull.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/shield/small_stripes.png b/1.12.2/assets/minecraft/textures/entity/shield/small_stripes.png new file mode 100644 index 00000000..04632175 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/shield/small_stripes.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/shield/square_bottom_left.png b/1.12.2/assets/minecraft/textures/entity/shield/square_bottom_left.png new file mode 100644 index 00000000..b88380a8 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/shield/square_bottom_left.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/shield/square_bottom_right.png b/1.12.2/assets/minecraft/textures/entity/shield/square_bottom_right.png new file mode 100644 index 00000000..a9bcd061 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/shield/square_bottom_right.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/shield/square_top_left.png b/1.12.2/assets/minecraft/textures/entity/shield/square_top_left.png new file mode 100644 index 00000000..a47d54b5 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/shield/square_top_left.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/shield/square_top_right.png b/1.12.2/assets/minecraft/textures/entity/shield/square_top_right.png new file mode 100644 index 00000000..2592b938 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/shield/square_top_right.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/shield/straight_cross.png b/1.12.2/assets/minecraft/textures/entity/shield/straight_cross.png new file mode 100644 index 00000000..c613b973 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/shield/straight_cross.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/shield/stripe_bottom.png b/1.12.2/assets/minecraft/textures/entity/shield/stripe_bottom.png new file mode 100644 index 00000000..b13d3020 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/shield/stripe_bottom.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/shield/stripe_center.png b/1.12.2/assets/minecraft/textures/entity/shield/stripe_center.png new file mode 100644 index 00000000..35372717 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/shield/stripe_center.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/shield/stripe_downleft.png b/1.12.2/assets/minecraft/textures/entity/shield/stripe_downleft.png new file mode 100644 index 00000000..178755a1 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/shield/stripe_downleft.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/shield/stripe_downright.png b/1.12.2/assets/minecraft/textures/entity/shield/stripe_downright.png new file mode 100644 index 00000000..cb042d15 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/shield/stripe_downright.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/shield/stripe_left.png b/1.12.2/assets/minecraft/textures/entity/shield/stripe_left.png new file mode 100644 index 00000000..0bf94a61 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/shield/stripe_left.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/shield/stripe_middle.png b/1.12.2/assets/minecraft/textures/entity/shield/stripe_middle.png new file mode 100644 index 00000000..33c8d187 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/shield/stripe_middle.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/shield/stripe_right.png b/1.12.2/assets/minecraft/textures/entity/shield/stripe_right.png new file mode 100644 index 00000000..697da64e Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/shield/stripe_right.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/shield/stripe_top.png b/1.12.2/assets/minecraft/textures/entity/shield/stripe_top.png new file mode 100644 index 00000000..eca1076a Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/shield/stripe_top.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/shield/triangle_bottom.png b/1.12.2/assets/minecraft/textures/entity/shield/triangle_bottom.png new file mode 100644 index 00000000..03c37d32 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/shield/triangle_bottom.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/shield/triangle_top.png b/1.12.2/assets/minecraft/textures/entity/shield/triangle_top.png new file mode 100644 index 00000000..26412bf8 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/shield/triangle_top.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/shield/triangles_bottom.png b/1.12.2/assets/minecraft/textures/entity/shield/triangles_bottom.png new file mode 100644 index 00000000..8a18dbd7 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/shield/triangles_bottom.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/shield/triangles_top.png b/1.12.2/assets/minecraft/textures/entity/shield/triangles_top.png new file mode 100644 index 00000000..2e07c37c Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/shield/triangles_top.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/shield_base.png b/1.12.2/assets/minecraft/textures/entity/shield_base.png new file mode 100644 index 00000000..bbca8099 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/shield_base.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/shield_base_nopattern.png b/1.12.2/assets/minecraft/textures/entity/shield_base_nopattern.png new file mode 100644 index 00000000..e96f89fb Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/shield_base_nopattern.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/shulker/shulker_black.png b/1.12.2/assets/minecraft/textures/entity/shulker/shulker_black.png new file mode 100644 index 00000000..2800401d Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/shulker/shulker_black.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/shulker/shulker_blue.png b/1.12.2/assets/minecraft/textures/entity/shulker/shulker_blue.png new file mode 100644 index 00000000..1c4244fd Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/shulker/shulker_blue.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/shulker/shulker_brown.png b/1.12.2/assets/minecraft/textures/entity/shulker/shulker_brown.png new file mode 100644 index 00000000..9237440b Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/shulker/shulker_brown.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/shulker/shulker_cyan.png b/1.12.2/assets/minecraft/textures/entity/shulker/shulker_cyan.png new file mode 100644 index 00000000..13b82557 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/shulker/shulker_cyan.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/shulker/shulker_gray.png b/1.12.2/assets/minecraft/textures/entity/shulker/shulker_gray.png new file mode 100644 index 00000000..f365c6af Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/shulker/shulker_gray.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/shulker/shulker_green.png b/1.12.2/assets/minecraft/textures/entity/shulker/shulker_green.png new file mode 100644 index 00000000..b09b655d Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/shulker/shulker_green.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/shulker/shulker_light_blue.png b/1.12.2/assets/minecraft/textures/entity/shulker/shulker_light_blue.png new file mode 100644 index 00000000..6646995c Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/shulker/shulker_light_blue.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/shulker/shulker_lime.png b/1.12.2/assets/minecraft/textures/entity/shulker/shulker_lime.png new file mode 100644 index 00000000..e02f983d Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/shulker/shulker_lime.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/shulker/shulker_magenta.png b/1.12.2/assets/minecraft/textures/entity/shulker/shulker_magenta.png new file mode 100644 index 00000000..a713f81a Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/shulker/shulker_magenta.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/shulker/shulker_orange.png b/1.12.2/assets/minecraft/textures/entity/shulker/shulker_orange.png new file mode 100644 index 00000000..1ebf1482 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/shulker/shulker_orange.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/shulker/shulker_pink.png b/1.12.2/assets/minecraft/textures/entity/shulker/shulker_pink.png new file mode 100644 index 00000000..1cac5170 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/shulker/shulker_pink.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/shulker/shulker_purple.png b/1.12.2/assets/minecraft/textures/entity/shulker/shulker_purple.png new file mode 100644 index 00000000..d21605ab Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/shulker/shulker_purple.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/shulker/shulker_red.png b/1.12.2/assets/minecraft/textures/entity/shulker/shulker_red.png new file mode 100644 index 00000000..c80c499f Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/shulker/shulker_red.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/shulker/shulker_silver.png b/1.12.2/assets/minecraft/textures/entity/shulker/shulker_silver.png new file mode 100644 index 00000000..d709f7ae Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/shulker/shulker_silver.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/shulker/shulker_white.png b/1.12.2/assets/minecraft/textures/entity/shulker/shulker_white.png new file mode 100644 index 00000000..6b21cac8 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/shulker/shulker_white.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/shulker/shulker_yellow.png b/1.12.2/assets/minecraft/textures/entity/shulker/shulker_yellow.png new file mode 100644 index 00000000..5b5436d2 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/shulker/shulker_yellow.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/shulker/spark.png b/1.12.2/assets/minecraft/textures/entity/shulker/spark.png new file mode 100644 index 00000000..69315a9e Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/shulker/spark.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/sign.png b/1.12.2/assets/minecraft/textures/entity/sign.png new file mode 100644 index 00000000..e0f23685 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/sign.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/silverfish.png b/1.12.2/assets/minecraft/textures/entity/silverfish.png new file mode 100644 index 00000000..54dd997d Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/silverfish.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/skeleton/skeleton.png b/1.12.2/assets/minecraft/textures/entity/skeleton/skeleton.png new file mode 100644 index 00000000..582312b9 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/skeleton/skeleton.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/skeleton/stray.png b/1.12.2/assets/minecraft/textures/entity/skeleton/stray.png new file mode 100644 index 00000000..2d73dfd4 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/skeleton/stray.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/skeleton/stray_overlay.png b/1.12.2/assets/minecraft/textures/entity/skeleton/stray_overlay.png new file mode 100644 index 00000000..eaff5c7f Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/skeleton/stray_overlay.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/skeleton/wither_skeleton.png b/1.12.2/assets/minecraft/textures/entity/skeleton/wither_skeleton.png new file mode 100644 index 00000000..a548a13c Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/skeleton/wither_skeleton.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/slime/magmacube.png b/1.12.2/assets/minecraft/textures/entity/slime/magmacube.png new file mode 100644 index 00000000..4f84f250 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/slime/magmacube.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/slime/slime.png b/1.12.2/assets/minecraft/textures/entity/slime/slime.png new file mode 100644 index 00000000..aaadb740 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/slime/slime.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/snowman.png b/1.12.2/assets/minecraft/textures/entity/snowman.png new file mode 100644 index 00000000..1bd733e3 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/snowman.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/spider/cave_spider.png b/1.12.2/assets/minecraft/textures/entity/spider/cave_spider.png new file mode 100644 index 00000000..25ac03aa Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/spider/cave_spider.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/spider/spider.png b/1.12.2/assets/minecraft/textures/entity/spider/spider.png new file mode 100644 index 00000000..8055059c Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/spider/spider.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/spider_eyes.png b/1.12.2/assets/minecraft/textures/entity/spider_eyes.png new file mode 100644 index 00000000..f49b78ff Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/spider_eyes.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/squid.png b/1.12.2/assets/minecraft/textures/entity/squid.png new file mode 100644 index 00000000..581054e8 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/squid.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/steve.png b/1.12.2/assets/minecraft/textures/entity/steve.png new file mode 100644 index 00000000..90d4fa23 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/steve.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/sweep.png b/1.12.2/assets/minecraft/textures/entity/sweep.png new file mode 100644 index 00000000..7ab002d6 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/sweep.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/villager/butcher.png b/1.12.2/assets/minecraft/textures/entity/villager/butcher.png new file mode 100644 index 00000000..afcd5c34 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/villager/butcher.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/villager/farmer.png b/1.12.2/assets/minecraft/textures/entity/villager/farmer.png new file mode 100644 index 00000000..c9827213 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/villager/farmer.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/villager/librarian.png b/1.12.2/assets/minecraft/textures/entity/villager/librarian.png new file mode 100644 index 00000000..be065e49 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/villager/librarian.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/villager/priest.png b/1.12.2/assets/minecraft/textures/entity/villager/priest.png new file mode 100644 index 00000000..91c8cb93 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/villager/priest.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/villager/smith.png b/1.12.2/assets/minecraft/textures/entity/villager/smith.png new file mode 100644 index 00000000..16a3b14c Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/villager/smith.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/villager/villager.png b/1.12.2/assets/minecraft/textures/entity/villager/villager.png new file mode 100644 index 00000000..4a62075a Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/villager/villager.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/witch.png b/1.12.2/assets/minecraft/textures/entity/witch.png new file mode 100644 index 00000000..1c38f562 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/witch.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/wither/wither.png b/1.12.2/assets/minecraft/textures/entity/wither/wither.png new file mode 100644 index 00000000..ee5a8d22 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/wither/wither.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/wither/wither_armor.png b/1.12.2/assets/minecraft/textures/entity/wither/wither_armor.png new file mode 100644 index 00000000..61e6da87 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/wither/wither_armor.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/wither/wither_invulnerable.png b/1.12.2/assets/minecraft/textures/entity/wither/wither_invulnerable.png new file mode 100644 index 00000000..144e1c44 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/wither/wither_invulnerable.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/wolf/wolf.png b/1.12.2/assets/minecraft/textures/entity/wolf/wolf.png new file mode 100644 index 00000000..109d0160 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/wolf/wolf.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/wolf/wolf_angry.png b/1.12.2/assets/minecraft/textures/entity/wolf/wolf_angry.png new file mode 100644 index 00000000..66e0aa01 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/wolf/wolf_angry.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/wolf/wolf_collar.png b/1.12.2/assets/minecraft/textures/entity/wolf/wolf_collar.png new file mode 100644 index 00000000..052cab72 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/wolf/wolf_collar.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/wolf/wolf_tame.png b/1.12.2/assets/minecraft/textures/entity/wolf/wolf_tame.png new file mode 100644 index 00000000..159e2987 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/wolf/wolf_tame.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/zombie/husk.png b/1.12.2/assets/minecraft/textures/entity/zombie/husk.png new file mode 100644 index 00000000..4fe739fa Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/zombie/husk.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/zombie/zombie.png b/1.12.2/assets/minecraft/textures/entity/zombie/zombie.png new file mode 100644 index 00000000..c9e8f4f1 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/zombie/zombie.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/zombie/zombie_villager.png b/1.12.2/assets/minecraft/textures/entity/zombie/zombie_villager.png new file mode 100644 index 00000000..8b599308 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/zombie/zombie_villager.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/zombie_pigman.png b/1.12.2/assets/minecraft/textures/entity/zombie_pigman.png new file mode 100644 index 00000000..4de83cda Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/zombie_pigman.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/zombie_villager/zombie_butcher.png b/1.12.2/assets/minecraft/textures/entity/zombie_villager/zombie_butcher.png new file mode 100644 index 00000000..26400522 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/zombie_villager/zombie_butcher.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/zombie_villager/zombie_farmer.png b/1.12.2/assets/minecraft/textures/entity/zombie_villager/zombie_farmer.png new file mode 100644 index 00000000..c942c1b6 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/zombie_villager/zombie_farmer.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/zombie_villager/zombie_librarian.png b/1.12.2/assets/minecraft/textures/entity/zombie_villager/zombie_librarian.png new file mode 100644 index 00000000..a119b2e4 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/zombie_villager/zombie_librarian.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/zombie_villager/zombie_priest.png b/1.12.2/assets/minecraft/textures/entity/zombie_villager/zombie_priest.png new file mode 100644 index 00000000..9d43e1e5 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/zombie_villager/zombie_priest.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/zombie_villager/zombie_smith.png b/1.12.2/assets/minecraft/textures/entity/zombie_villager/zombie_smith.png new file mode 100644 index 00000000..7651092c Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/zombie_villager/zombie_smith.png differ diff --git a/1.12.2/assets/minecraft/textures/entity/zombie_villager/zombie_villager.png b/1.12.2/assets/minecraft/textures/entity/zombie_villager/zombie_villager.png new file mode 100644 index 00000000..ac4647a7 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/entity/zombie_villager/zombie_villager.png differ diff --git a/1.12.2/assets/minecraft/textures/environment/clouds.png b/1.12.2/assets/minecraft/textures/environment/clouds.png new file mode 100644 index 00000000..146d9c50 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/environment/clouds.png differ diff --git a/1.12.2/assets/minecraft/textures/environment/end_sky.png b/1.12.2/assets/minecraft/textures/environment/end_sky.png new file mode 100644 index 00000000..9b69e1e1 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/environment/end_sky.png differ diff --git a/1.12.2/assets/minecraft/textures/environment/moon_phases.png b/1.12.2/assets/minecraft/textures/environment/moon_phases.png new file mode 100644 index 00000000..82d7c4b4 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/environment/moon_phases.png differ diff --git a/1.12.2/assets/minecraft/textures/environment/rain.png b/1.12.2/assets/minecraft/textures/environment/rain.png new file mode 100644 index 00000000..5ae31d26 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/environment/rain.png differ diff --git a/1.12.2/assets/minecraft/textures/environment/snow.png b/1.12.2/assets/minecraft/textures/environment/snow.png new file mode 100644 index 00000000..93544968 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/environment/snow.png differ diff --git a/1.12.2/assets/minecraft/textures/environment/sun.png b/1.12.2/assets/minecraft/textures/environment/sun.png new file mode 100644 index 00000000..9b0559e4 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/environment/sun.png differ diff --git a/1.12.2/assets/minecraft/textures/font/ascii.png b/1.12.2/assets/minecraft/textures/font/ascii.png new file mode 100644 index 00000000..45dd4851 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/ascii.png differ diff --git a/1.12.2/assets/minecraft/textures/font/ascii_sga.png b/1.12.2/assets/minecraft/textures/font/ascii_sga.png new file mode 100644 index 00000000..ba326b44 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/ascii_sga.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_00.png b/1.12.2/assets/minecraft/textures/font/unicode_page_00.png new file mode 100644 index 00000000..9ce3c25c Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_00.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_01.png b/1.12.2/assets/minecraft/textures/font/unicode_page_01.png new file mode 100644 index 00000000..a1d7b010 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_01.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_02.png b/1.12.2/assets/minecraft/textures/font/unicode_page_02.png new file mode 100644 index 00000000..b437ceba Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_02.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_03.png b/1.12.2/assets/minecraft/textures/font/unicode_page_03.png new file mode 100644 index 00000000..59fbbab7 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_03.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_04.png b/1.12.2/assets/minecraft/textures/font/unicode_page_04.png new file mode 100644 index 00000000..75a45230 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_04.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_05.png b/1.12.2/assets/minecraft/textures/font/unicode_page_05.png new file mode 100644 index 00000000..32b1c882 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_05.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_06.png b/1.12.2/assets/minecraft/textures/font/unicode_page_06.png new file mode 100644 index 00000000..825e8773 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_06.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_07.png b/1.12.2/assets/minecraft/textures/font/unicode_page_07.png new file mode 100644 index 00000000..df735261 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_07.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_09.png b/1.12.2/assets/minecraft/textures/font/unicode_page_09.png new file mode 100644 index 00000000..d6407e37 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_09.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_0a.png b/1.12.2/assets/minecraft/textures/font/unicode_page_0a.png new file mode 100644 index 00000000..a858b78d Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_0a.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_0b.png b/1.12.2/assets/minecraft/textures/font/unicode_page_0b.png new file mode 100644 index 00000000..bb6384bc Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_0b.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_0c.png b/1.12.2/assets/minecraft/textures/font/unicode_page_0c.png new file mode 100644 index 00000000..2f75930b Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_0c.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_0d.png b/1.12.2/assets/minecraft/textures/font/unicode_page_0d.png new file mode 100644 index 00000000..9ec8c216 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_0d.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_0e.png b/1.12.2/assets/minecraft/textures/font/unicode_page_0e.png new file mode 100644 index 00000000..03b8f531 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_0e.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_0f.png b/1.12.2/assets/minecraft/textures/font/unicode_page_0f.png new file mode 100644 index 00000000..b89ee65b Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_0f.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_10.png b/1.12.2/assets/minecraft/textures/font/unicode_page_10.png new file mode 100644 index 00000000..29243ef2 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_10.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_11.png b/1.12.2/assets/minecraft/textures/font/unicode_page_11.png new file mode 100644 index 00000000..6a5fd482 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_11.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_12.png b/1.12.2/assets/minecraft/textures/font/unicode_page_12.png new file mode 100644 index 00000000..8958ff8e Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_12.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_13.png b/1.12.2/assets/minecraft/textures/font/unicode_page_13.png new file mode 100644 index 00000000..7436dd19 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_13.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_14.png b/1.12.2/assets/minecraft/textures/font/unicode_page_14.png new file mode 100644 index 00000000..881126a3 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_14.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_15.png b/1.12.2/assets/minecraft/textures/font/unicode_page_15.png new file mode 100644 index 00000000..e931a61f Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_15.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_16.png b/1.12.2/assets/minecraft/textures/font/unicode_page_16.png new file mode 100644 index 00000000..d5e98cd4 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_16.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_17.png b/1.12.2/assets/minecraft/textures/font/unicode_page_17.png new file mode 100644 index 00000000..7f6a2570 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_17.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_18.png b/1.12.2/assets/minecraft/textures/font/unicode_page_18.png new file mode 100644 index 00000000..ba021cc5 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_18.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_19.png b/1.12.2/assets/minecraft/textures/font/unicode_page_19.png new file mode 100644 index 00000000..56cb5415 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_19.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_1a.png b/1.12.2/assets/minecraft/textures/font/unicode_page_1a.png new file mode 100644 index 00000000..edf8116e Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_1a.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_1b.png b/1.12.2/assets/minecraft/textures/font/unicode_page_1b.png new file mode 100644 index 00000000..0e64582b Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_1b.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_1c.png b/1.12.2/assets/minecraft/textures/font/unicode_page_1c.png new file mode 100644 index 00000000..8884fd2d Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_1c.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_1d.png b/1.12.2/assets/minecraft/textures/font/unicode_page_1d.png new file mode 100644 index 00000000..ca0b0771 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_1d.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_1e.png b/1.12.2/assets/minecraft/textures/font/unicode_page_1e.png new file mode 100644 index 00000000..9206f327 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_1e.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_1f.png b/1.12.2/assets/minecraft/textures/font/unicode_page_1f.png new file mode 100644 index 00000000..7e286329 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_1f.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_20.png b/1.12.2/assets/minecraft/textures/font/unicode_page_20.png new file mode 100644 index 00000000..151287eb Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_20.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_21.png b/1.12.2/assets/minecraft/textures/font/unicode_page_21.png new file mode 100644 index 00000000..b2c5ed4f Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_21.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_22.png b/1.12.2/assets/minecraft/textures/font/unicode_page_22.png new file mode 100644 index 00000000..761e8841 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_22.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_23.png b/1.12.2/assets/minecraft/textures/font/unicode_page_23.png new file mode 100644 index 00000000..09a9de80 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_23.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_24.png b/1.12.2/assets/minecraft/textures/font/unicode_page_24.png new file mode 100644 index 00000000..17da6400 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_24.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_25.png b/1.12.2/assets/minecraft/textures/font/unicode_page_25.png new file mode 100644 index 00000000..6ac17b63 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_25.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_26.png b/1.12.2/assets/minecraft/textures/font/unicode_page_26.png new file mode 100644 index 00000000..15bb7edf Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_26.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_27.png b/1.12.2/assets/minecraft/textures/font/unicode_page_27.png new file mode 100644 index 00000000..731b3211 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_27.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_28.png b/1.12.2/assets/minecraft/textures/font/unicode_page_28.png new file mode 100644 index 00000000..7d818ff0 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_28.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_29.png b/1.12.2/assets/minecraft/textures/font/unicode_page_29.png new file mode 100644 index 00000000..028ab30c Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_29.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_2a.png b/1.12.2/assets/minecraft/textures/font/unicode_page_2a.png new file mode 100644 index 00000000..200418f9 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_2a.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_2b.png b/1.12.2/assets/minecraft/textures/font/unicode_page_2b.png new file mode 100644 index 00000000..93390c21 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_2b.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_2c.png b/1.12.2/assets/minecraft/textures/font/unicode_page_2c.png new file mode 100644 index 00000000..c4d9cb2f Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_2c.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_2d.png b/1.12.2/assets/minecraft/textures/font/unicode_page_2d.png new file mode 100644 index 00000000..49d2c050 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_2d.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_2e.png b/1.12.2/assets/minecraft/textures/font/unicode_page_2e.png new file mode 100644 index 00000000..1c0a2229 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_2e.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_2f.png b/1.12.2/assets/minecraft/textures/font/unicode_page_2f.png new file mode 100644 index 00000000..2c7f3d44 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_2f.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_30.png b/1.12.2/assets/minecraft/textures/font/unicode_page_30.png new file mode 100644 index 00000000..ab73978d Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_30.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_31.png b/1.12.2/assets/minecraft/textures/font/unicode_page_31.png new file mode 100644 index 00000000..ae293b90 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_31.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_32.png b/1.12.2/assets/minecraft/textures/font/unicode_page_32.png new file mode 100644 index 00000000..7d855997 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_32.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_33.png b/1.12.2/assets/minecraft/textures/font/unicode_page_33.png new file mode 100644 index 00000000..8f1cb480 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_33.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_34.png b/1.12.2/assets/minecraft/textures/font/unicode_page_34.png new file mode 100644 index 00000000..8a09e580 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_34.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_35.png b/1.12.2/assets/minecraft/textures/font/unicode_page_35.png new file mode 100644 index 00000000..3a565474 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_35.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_36.png b/1.12.2/assets/minecraft/textures/font/unicode_page_36.png new file mode 100644 index 00000000..67a68bbf Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_36.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_37.png b/1.12.2/assets/minecraft/textures/font/unicode_page_37.png new file mode 100644 index 00000000..7ec28614 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_37.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_38.png b/1.12.2/assets/minecraft/textures/font/unicode_page_38.png new file mode 100644 index 00000000..ab6e4075 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_38.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_39.png b/1.12.2/assets/minecraft/textures/font/unicode_page_39.png new file mode 100644 index 00000000..9cf2359e Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_39.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_3a.png b/1.12.2/assets/minecraft/textures/font/unicode_page_3a.png new file mode 100644 index 00000000..fac267cc Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_3a.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_3b.png b/1.12.2/assets/minecraft/textures/font/unicode_page_3b.png new file mode 100644 index 00000000..28196a96 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_3b.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_3c.png b/1.12.2/assets/minecraft/textures/font/unicode_page_3c.png new file mode 100644 index 00000000..123bf50d Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_3c.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_3d.png b/1.12.2/assets/minecraft/textures/font/unicode_page_3d.png new file mode 100644 index 00000000..55849a4a Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_3d.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_3e.png b/1.12.2/assets/minecraft/textures/font/unicode_page_3e.png new file mode 100644 index 00000000..f83363e1 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_3e.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_3f.png b/1.12.2/assets/minecraft/textures/font/unicode_page_3f.png new file mode 100644 index 00000000..6e8e6c25 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_3f.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_40.png b/1.12.2/assets/minecraft/textures/font/unicode_page_40.png new file mode 100644 index 00000000..46965027 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_40.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_41.png b/1.12.2/assets/minecraft/textures/font/unicode_page_41.png new file mode 100644 index 00000000..20b31f9f Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_41.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_42.png b/1.12.2/assets/minecraft/textures/font/unicode_page_42.png new file mode 100644 index 00000000..8329ffc8 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_42.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_43.png b/1.12.2/assets/minecraft/textures/font/unicode_page_43.png new file mode 100644 index 00000000..178ddd11 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_43.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_44.png b/1.12.2/assets/minecraft/textures/font/unicode_page_44.png new file mode 100644 index 00000000..4e0f1047 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_44.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_45.png b/1.12.2/assets/minecraft/textures/font/unicode_page_45.png new file mode 100644 index 00000000..b5c8fd96 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_45.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_46.png b/1.12.2/assets/minecraft/textures/font/unicode_page_46.png new file mode 100644 index 00000000..3a555ae2 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_46.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_47.png b/1.12.2/assets/minecraft/textures/font/unicode_page_47.png new file mode 100644 index 00000000..2937661d Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_47.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_48.png b/1.12.2/assets/minecraft/textures/font/unicode_page_48.png new file mode 100644 index 00000000..55dd9de9 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_48.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_49.png b/1.12.2/assets/minecraft/textures/font/unicode_page_49.png new file mode 100644 index 00000000..20848de4 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_49.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_4a.png b/1.12.2/assets/minecraft/textures/font/unicode_page_4a.png new file mode 100644 index 00000000..5a74fb5a Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_4a.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_4b.png b/1.12.2/assets/minecraft/textures/font/unicode_page_4b.png new file mode 100644 index 00000000..f149afbc Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_4b.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_4c.png b/1.12.2/assets/minecraft/textures/font/unicode_page_4c.png new file mode 100644 index 00000000..265228a7 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_4c.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_4d.png b/1.12.2/assets/minecraft/textures/font/unicode_page_4d.png new file mode 100644 index 00000000..868d8811 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_4d.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_4e.png b/1.12.2/assets/minecraft/textures/font/unicode_page_4e.png new file mode 100644 index 00000000..1355cd2e Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_4e.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_4f.png b/1.12.2/assets/minecraft/textures/font/unicode_page_4f.png new file mode 100644 index 00000000..d30f7c3f Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_4f.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_50.png b/1.12.2/assets/minecraft/textures/font/unicode_page_50.png new file mode 100644 index 00000000..5ed3f8e6 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_50.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_51.png b/1.12.2/assets/minecraft/textures/font/unicode_page_51.png new file mode 100644 index 00000000..a6af532b Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_51.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_52.png b/1.12.2/assets/minecraft/textures/font/unicode_page_52.png new file mode 100644 index 00000000..f14535ae Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_52.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_53.png b/1.12.2/assets/minecraft/textures/font/unicode_page_53.png new file mode 100644 index 00000000..2200f6f1 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_53.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_54.png b/1.12.2/assets/minecraft/textures/font/unicode_page_54.png new file mode 100644 index 00000000..e135a589 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_54.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_55.png b/1.12.2/assets/minecraft/textures/font/unicode_page_55.png new file mode 100644 index 00000000..bd82497b Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_55.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_56.png b/1.12.2/assets/minecraft/textures/font/unicode_page_56.png new file mode 100644 index 00000000..4a5023e7 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_56.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_57.png b/1.12.2/assets/minecraft/textures/font/unicode_page_57.png new file mode 100644 index 00000000..ef24cc63 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_57.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_58.png b/1.12.2/assets/minecraft/textures/font/unicode_page_58.png new file mode 100644 index 00000000..134a98c8 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_58.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_59.png b/1.12.2/assets/minecraft/textures/font/unicode_page_59.png new file mode 100644 index 00000000..9bcb888d Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_59.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_5a.png b/1.12.2/assets/minecraft/textures/font/unicode_page_5a.png new file mode 100644 index 00000000..d143b86b Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_5a.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_5b.png b/1.12.2/assets/minecraft/textures/font/unicode_page_5b.png new file mode 100644 index 00000000..1dd61d5e Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_5b.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_5c.png b/1.12.2/assets/minecraft/textures/font/unicode_page_5c.png new file mode 100644 index 00000000..d31068be Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_5c.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_5d.png b/1.12.2/assets/minecraft/textures/font/unicode_page_5d.png new file mode 100644 index 00000000..33a6dce1 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_5d.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_5e.png b/1.12.2/assets/minecraft/textures/font/unicode_page_5e.png new file mode 100644 index 00000000..e40c41a3 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_5e.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_5f.png b/1.12.2/assets/minecraft/textures/font/unicode_page_5f.png new file mode 100644 index 00000000..2a7ad3f7 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_5f.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_60.png b/1.12.2/assets/minecraft/textures/font/unicode_page_60.png new file mode 100644 index 00000000..18efefda Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_60.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_61.png b/1.12.2/assets/minecraft/textures/font/unicode_page_61.png new file mode 100644 index 00000000..a9ca9f7d Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_61.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_62.png b/1.12.2/assets/minecraft/textures/font/unicode_page_62.png new file mode 100644 index 00000000..8a5a87d7 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_62.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_63.png b/1.12.2/assets/minecraft/textures/font/unicode_page_63.png new file mode 100644 index 00000000..036e4753 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_63.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_64.png b/1.12.2/assets/minecraft/textures/font/unicode_page_64.png new file mode 100644 index 00000000..a10ae372 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_64.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_65.png b/1.12.2/assets/minecraft/textures/font/unicode_page_65.png new file mode 100644 index 00000000..bf6eb3f3 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_65.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_66.png b/1.12.2/assets/minecraft/textures/font/unicode_page_66.png new file mode 100644 index 00000000..f3e35fa1 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_66.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_67.png b/1.12.2/assets/minecraft/textures/font/unicode_page_67.png new file mode 100644 index 00000000..4383d9ce Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_67.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_68.png b/1.12.2/assets/minecraft/textures/font/unicode_page_68.png new file mode 100644 index 00000000..71f7644b Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_68.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_69.png b/1.12.2/assets/minecraft/textures/font/unicode_page_69.png new file mode 100644 index 00000000..b285a058 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_69.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_6a.png b/1.12.2/assets/minecraft/textures/font/unicode_page_6a.png new file mode 100644 index 00000000..b4278c4b Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_6a.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_6b.png b/1.12.2/assets/minecraft/textures/font/unicode_page_6b.png new file mode 100644 index 00000000..380eef5e Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_6b.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_6c.png b/1.12.2/assets/minecraft/textures/font/unicode_page_6c.png new file mode 100644 index 00000000..6620b063 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_6c.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_6d.png b/1.12.2/assets/minecraft/textures/font/unicode_page_6d.png new file mode 100644 index 00000000..b994a641 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_6d.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_6e.png b/1.12.2/assets/minecraft/textures/font/unicode_page_6e.png new file mode 100644 index 00000000..1d362a34 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_6e.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_6f.png b/1.12.2/assets/minecraft/textures/font/unicode_page_6f.png new file mode 100644 index 00000000..93cfe0fd Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_6f.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_70.png b/1.12.2/assets/minecraft/textures/font/unicode_page_70.png new file mode 100644 index 00000000..cac0fee0 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_70.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_71.png b/1.12.2/assets/minecraft/textures/font/unicode_page_71.png new file mode 100644 index 00000000..c0482d73 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_71.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_72.png b/1.12.2/assets/minecraft/textures/font/unicode_page_72.png new file mode 100644 index 00000000..6cce66e3 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_72.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_73.png b/1.12.2/assets/minecraft/textures/font/unicode_page_73.png new file mode 100644 index 00000000..a4b176f6 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_73.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_74.png b/1.12.2/assets/minecraft/textures/font/unicode_page_74.png new file mode 100644 index 00000000..4edc9b75 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_74.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_75.png b/1.12.2/assets/minecraft/textures/font/unicode_page_75.png new file mode 100644 index 00000000..165bec43 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_75.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_76.png b/1.12.2/assets/minecraft/textures/font/unicode_page_76.png new file mode 100644 index 00000000..20cc7d10 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_76.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_77.png b/1.12.2/assets/minecraft/textures/font/unicode_page_77.png new file mode 100644 index 00000000..0ea76a12 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_77.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_78.png b/1.12.2/assets/minecraft/textures/font/unicode_page_78.png new file mode 100644 index 00000000..b4ac7243 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_78.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_79.png b/1.12.2/assets/minecraft/textures/font/unicode_page_79.png new file mode 100644 index 00000000..38dec1b2 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_79.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_7a.png b/1.12.2/assets/minecraft/textures/font/unicode_page_7a.png new file mode 100644 index 00000000..46c5b775 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_7a.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_7b.png b/1.12.2/assets/minecraft/textures/font/unicode_page_7b.png new file mode 100644 index 00000000..9e4ceaf6 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_7b.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_7c.png b/1.12.2/assets/minecraft/textures/font/unicode_page_7c.png new file mode 100644 index 00000000..c824b3ca Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_7c.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_7d.png b/1.12.2/assets/minecraft/textures/font/unicode_page_7d.png new file mode 100644 index 00000000..e4eb2152 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_7d.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_7e.png b/1.12.2/assets/minecraft/textures/font/unicode_page_7e.png new file mode 100644 index 00000000..7f584327 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_7e.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_7f.png b/1.12.2/assets/minecraft/textures/font/unicode_page_7f.png new file mode 100644 index 00000000..7fa83c84 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_7f.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_80.png b/1.12.2/assets/minecraft/textures/font/unicode_page_80.png new file mode 100644 index 00000000..80e8b155 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_80.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_81.png b/1.12.2/assets/minecraft/textures/font/unicode_page_81.png new file mode 100644 index 00000000..f18be662 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_81.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_82.png b/1.12.2/assets/minecraft/textures/font/unicode_page_82.png new file mode 100644 index 00000000..91cdd139 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_82.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_83.png b/1.12.2/assets/minecraft/textures/font/unicode_page_83.png new file mode 100644 index 00000000..0a1d861f Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_83.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_84.png b/1.12.2/assets/minecraft/textures/font/unicode_page_84.png new file mode 100644 index 00000000..18ee814d Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_84.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_85.png b/1.12.2/assets/minecraft/textures/font/unicode_page_85.png new file mode 100644 index 00000000..645cad66 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_85.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_86.png b/1.12.2/assets/minecraft/textures/font/unicode_page_86.png new file mode 100644 index 00000000..3c118b80 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_86.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_87.png b/1.12.2/assets/minecraft/textures/font/unicode_page_87.png new file mode 100644 index 00000000..6f5bcac9 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_87.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_88.png b/1.12.2/assets/minecraft/textures/font/unicode_page_88.png new file mode 100644 index 00000000..8fbfae67 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_88.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_89.png b/1.12.2/assets/minecraft/textures/font/unicode_page_89.png new file mode 100644 index 00000000..3b2285ac Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_89.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_8a.png b/1.12.2/assets/minecraft/textures/font/unicode_page_8a.png new file mode 100644 index 00000000..5a6f2fee Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_8a.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_8b.png b/1.12.2/assets/minecraft/textures/font/unicode_page_8b.png new file mode 100644 index 00000000..4d675c42 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_8b.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_8c.png b/1.12.2/assets/minecraft/textures/font/unicode_page_8c.png new file mode 100644 index 00000000..f20b84ac Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_8c.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_8d.png b/1.12.2/assets/minecraft/textures/font/unicode_page_8d.png new file mode 100644 index 00000000..8b09cc93 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_8d.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_8e.png b/1.12.2/assets/minecraft/textures/font/unicode_page_8e.png new file mode 100644 index 00000000..b2ef737f Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_8e.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_8f.png b/1.12.2/assets/minecraft/textures/font/unicode_page_8f.png new file mode 100644 index 00000000..d05c5cf5 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_8f.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_90.png b/1.12.2/assets/minecraft/textures/font/unicode_page_90.png new file mode 100644 index 00000000..87991035 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_90.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_91.png b/1.12.2/assets/minecraft/textures/font/unicode_page_91.png new file mode 100644 index 00000000..ad029b19 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_91.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_92.png b/1.12.2/assets/minecraft/textures/font/unicode_page_92.png new file mode 100644 index 00000000..ed1fd10c Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_92.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_93.png b/1.12.2/assets/minecraft/textures/font/unicode_page_93.png new file mode 100644 index 00000000..d59c7d2c Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_93.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_94.png b/1.12.2/assets/minecraft/textures/font/unicode_page_94.png new file mode 100644 index 00000000..9ec236c4 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_94.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_95.png b/1.12.2/assets/minecraft/textures/font/unicode_page_95.png new file mode 100644 index 00000000..6d1c3720 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_95.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_96.png b/1.12.2/assets/minecraft/textures/font/unicode_page_96.png new file mode 100644 index 00000000..5c9126af Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_96.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_97.png b/1.12.2/assets/minecraft/textures/font/unicode_page_97.png new file mode 100644 index 00000000..ee20b41c Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_97.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_98.png b/1.12.2/assets/minecraft/textures/font/unicode_page_98.png new file mode 100644 index 00000000..0b861937 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_98.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_99.png b/1.12.2/assets/minecraft/textures/font/unicode_page_99.png new file mode 100644 index 00000000..b3556435 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_99.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_9a.png b/1.12.2/assets/minecraft/textures/font/unicode_page_9a.png new file mode 100644 index 00000000..3ce9c9ac Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_9a.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_9b.png b/1.12.2/assets/minecraft/textures/font/unicode_page_9b.png new file mode 100644 index 00000000..0cc6e2ea Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_9b.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_9c.png b/1.12.2/assets/minecraft/textures/font/unicode_page_9c.png new file mode 100644 index 00000000..0e137984 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_9c.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_9d.png b/1.12.2/assets/minecraft/textures/font/unicode_page_9d.png new file mode 100644 index 00000000..0a414ffb Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_9d.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_9e.png b/1.12.2/assets/minecraft/textures/font/unicode_page_9e.png new file mode 100644 index 00000000..a0f036d3 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_9e.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_9f.png b/1.12.2/assets/minecraft/textures/font/unicode_page_9f.png new file mode 100644 index 00000000..bcf99b86 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_9f.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_a0.png b/1.12.2/assets/minecraft/textures/font/unicode_page_a0.png new file mode 100644 index 00000000..b4845fed Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_a0.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_a1.png b/1.12.2/assets/minecraft/textures/font/unicode_page_a1.png new file mode 100644 index 00000000..b6f63f73 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_a1.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_a2.png b/1.12.2/assets/minecraft/textures/font/unicode_page_a2.png new file mode 100644 index 00000000..3970bc3e Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_a2.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_a3.png b/1.12.2/assets/minecraft/textures/font/unicode_page_a3.png new file mode 100644 index 00000000..208b31c7 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_a3.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_a4.png b/1.12.2/assets/minecraft/textures/font/unicode_page_a4.png new file mode 100644 index 00000000..149225e6 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_a4.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_a5.png b/1.12.2/assets/minecraft/textures/font/unicode_page_a5.png new file mode 100644 index 00000000..f341e58b Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_a5.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_a6.png b/1.12.2/assets/minecraft/textures/font/unicode_page_a6.png new file mode 100644 index 00000000..d28ad134 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_a6.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_a7.png b/1.12.2/assets/minecraft/textures/font/unicode_page_a7.png new file mode 100644 index 00000000..b41be026 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_a7.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_a8.png b/1.12.2/assets/minecraft/textures/font/unicode_page_a8.png new file mode 100644 index 00000000..e6c928cf Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_a8.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_a9.png b/1.12.2/assets/minecraft/textures/font/unicode_page_a9.png new file mode 100644 index 00000000..0970c142 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_a9.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_aa.png b/1.12.2/assets/minecraft/textures/font/unicode_page_aa.png new file mode 100644 index 00000000..81927129 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_aa.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_ab.png b/1.12.2/assets/minecraft/textures/font/unicode_page_ab.png new file mode 100644 index 00000000..b771a716 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_ab.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_ac.png b/1.12.2/assets/minecraft/textures/font/unicode_page_ac.png new file mode 100644 index 00000000..2818b954 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_ac.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_ad.png b/1.12.2/assets/minecraft/textures/font/unicode_page_ad.png new file mode 100644 index 00000000..9d53d257 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_ad.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_ae.png b/1.12.2/assets/minecraft/textures/font/unicode_page_ae.png new file mode 100644 index 00000000..b10a7be8 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_ae.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_af.png b/1.12.2/assets/minecraft/textures/font/unicode_page_af.png new file mode 100644 index 00000000..612d1dfe Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_af.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_b0.png b/1.12.2/assets/minecraft/textures/font/unicode_page_b0.png new file mode 100644 index 00000000..aa0b1c9b Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_b0.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_b1.png b/1.12.2/assets/minecraft/textures/font/unicode_page_b1.png new file mode 100644 index 00000000..0f0f56e5 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_b1.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_b2.png b/1.12.2/assets/minecraft/textures/font/unicode_page_b2.png new file mode 100644 index 00000000..ecdeed09 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_b2.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_b3.png b/1.12.2/assets/minecraft/textures/font/unicode_page_b3.png new file mode 100644 index 00000000..daa46be8 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_b3.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_b4.png b/1.12.2/assets/minecraft/textures/font/unicode_page_b4.png new file mode 100644 index 00000000..9cd89ffa Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_b4.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_b5.png b/1.12.2/assets/minecraft/textures/font/unicode_page_b5.png new file mode 100644 index 00000000..d50990dc Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_b5.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_b6.png b/1.12.2/assets/minecraft/textures/font/unicode_page_b6.png new file mode 100644 index 00000000..7cbdbe5a Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_b6.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_b7.png b/1.12.2/assets/minecraft/textures/font/unicode_page_b7.png new file mode 100644 index 00000000..bb825321 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_b7.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_b8.png b/1.12.2/assets/minecraft/textures/font/unicode_page_b8.png new file mode 100644 index 00000000..d5d32ddc Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_b8.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_b9.png b/1.12.2/assets/minecraft/textures/font/unicode_page_b9.png new file mode 100644 index 00000000..2a579f00 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_b9.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_ba.png b/1.12.2/assets/minecraft/textures/font/unicode_page_ba.png new file mode 100644 index 00000000..ea646957 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_ba.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_bb.png b/1.12.2/assets/minecraft/textures/font/unicode_page_bb.png new file mode 100644 index 00000000..39a4b8f1 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_bb.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_bc.png b/1.12.2/assets/minecraft/textures/font/unicode_page_bc.png new file mode 100644 index 00000000..f9429784 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_bc.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_bd.png b/1.12.2/assets/minecraft/textures/font/unicode_page_bd.png new file mode 100644 index 00000000..783a79b1 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_bd.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_be.png b/1.12.2/assets/minecraft/textures/font/unicode_page_be.png new file mode 100644 index 00000000..2df8f23b Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_be.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_bf.png b/1.12.2/assets/minecraft/textures/font/unicode_page_bf.png new file mode 100644 index 00000000..da9f3c68 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_bf.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_c0.png b/1.12.2/assets/minecraft/textures/font/unicode_page_c0.png new file mode 100644 index 00000000..21ee4bec Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_c0.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_c1.png b/1.12.2/assets/minecraft/textures/font/unicode_page_c1.png new file mode 100644 index 00000000..c7cc199a Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_c1.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_c2.png b/1.12.2/assets/minecraft/textures/font/unicode_page_c2.png new file mode 100644 index 00000000..d3d80470 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_c2.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_c3.png b/1.12.2/assets/minecraft/textures/font/unicode_page_c3.png new file mode 100644 index 00000000..949ca7c3 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_c3.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_c4.png b/1.12.2/assets/minecraft/textures/font/unicode_page_c4.png new file mode 100644 index 00000000..85580db9 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_c4.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_c5.png b/1.12.2/assets/minecraft/textures/font/unicode_page_c5.png new file mode 100644 index 00000000..656e69f9 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_c5.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_c6.png b/1.12.2/assets/minecraft/textures/font/unicode_page_c6.png new file mode 100644 index 00000000..e9e9e77c Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_c6.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_c7.png b/1.12.2/assets/minecraft/textures/font/unicode_page_c7.png new file mode 100644 index 00000000..bafd17bf Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_c7.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_c8.png b/1.12.2/assets/minecraft/textures/font/unicode_page_c8.png new file mode 100644 index 00000000..5b02f56a Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_c8.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_c9.png b/1.12.2/assets/minecraft/textures/font/unicode_page_c9.png new file mode 100644 index 00000000..f162dc45 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_c9.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_ca.png b/1.12.2/assets/minecraft/textures/font/unicode_page_ca.png new file mode 100644 index 00000000..c548a6d5 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_ca.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_cb.png b/1.12.2/assets/minecraft/textures/font/unicode_page_cb.png new file mode 100644 index 00000000..bc38e37a Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_cb.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_cc.png b/1.12.2/assets/minecraft/textures/font/unicode_page_cc.png new file mode 100644 index 00000000..4c82ee76 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_cc.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_cd.png b/1.12.2/assets/minecraft/textures/font/unicode_page_cd.png new file mode 100644 index 00000000..a42247a2 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_cd.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_ce.png b/1.12.2/assets/minecraft/textures/font/unicode_page_ce.png new file mode 100644 index 00000000..ef0a4a78 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_ce.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_cf.png b/1.12.2/assets/minecraft/textures/font/unicode_page_cf.png new file mode 100644 index 00000000..d241750c Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_cf.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_d0.png b/1.12.2/assets/minecraft/textures/font/unicode_page_d0.png new file mode 100644 index 00000000..bc731344 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_d0.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_d1.png b/1.12.2/assets/minecraft/textures/font/unicode_page_d1.png new file mode 100644 index 00000000..cb6afe8e Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_d1.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_d2.png b/1.12.2/assets/minecraft/textures/font/unicode_page_d2.png new file mode 100644 index 00000000..62ae8252 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_d2.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_d3.png b/1.12.2/assets/minecraft/textures/font/unicode_page_d3.png new file mode 100644 index 00000000..a3d59892 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_d3.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_d4.png b/1.12.2/assets/minecraft/textures/font/unicode_page_d4.png new file mode 100644 index 00000000..893b3561 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_d4.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_d5.png b/1.12.2/assets/minecraft/textures/font/unicode_page_d5.png new file mode 100644 index 00000000..4f7774d9 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_d5.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_d6.png b/1.12.2/assets/minecraft/textures/font/unicode_page_d6.png new file mode 100644 index 00000000..f72847fb Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_d6.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_d7.png b/1.12.2/assets/minecraft/textures/font/unicode_page_d7.png new file mode 100644 index 00000000..845a04b7 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_d7.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_f9.png b/1.12.2/assets/minecraft/textures/font/unicode_page_f9.png new file mode 100644 index 00000000..185fd3cd Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_f9.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_fa.png b/1.12.2/assets/minecraft/textures/font/unicode_page_fa.png new file mode 100644 index 00000000..1824dd63 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_fa.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_fb.png b/1.12.2/assets/minecraft/textures/font/unicode_page_fb.png new file mode 100644 index 00000000..c900e2ab Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_fb.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_fc.png b/1.12.2/assets/minecraft/textures/font/unicode_page_fc.png new file mode 100644 index 00000000..49d460c1 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_fc.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_fd.png b/1.12.2/assets/minecraft/textures/font/unicode_page_fd.png new file mode 100644 index 00000000..bc492fcb Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_fd.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_fe.png b/1.12.2/assets/minecraft/textures/font/unicode_page_fe.png new file mode 100644 index 00000000..dddd6322 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_fe.png differ diff --git a/1.12.2/assets/minecraft/textures/font/unicode_page_ff.png b/1.12.2/assets/minecraft/textures/font/unicode_page_ff.png new file mode 100644 index 00000000..6a3dba3e Binary files /dev/null and b/1.12.2/assets/minecraft/textures/font/unicode_page_ff.png differ diff --git a/1.12.2/assets/minecraft/textures/gui/advancements/backgrounds/adventure.png b/1.12.2/assets/minecraft/textures/gui/advancements/backgrounds/adventure.png new file mode 100644 index 00000000..74838777 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/gui/advancements/backgrounds/adventure.png differ diff --git a/1.12.2/assets/minecraft/textures/gui/advancements/backgrounds/end.png b/1.12.2/assets/minecraft/textures/gui/advancements/backgrounds/end.png new file mode 100644 index 00000000..c2a91e3c Binary files /dev/null and b/1.12.2/assets/minecraft/textures/gui/advancements/backgrounds/end.png differ diff --git a/1.12.2/assets/minecraft/textures/gui/advancements/backgrounds/husbandry.png b/1.12.2/assets/minecraft/textures/gui/advancements/backgrounds/husbandry.png new file mode 100644 index 00000000..d03a0f49 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/gui/advancements/backgrounds/husbandry.png differ diff --git a/1.12.2/assets/minecraft/textures/gui/advancements/backgrounds/nether.png b/1.12.2/assets/minecraft/textures/gui/advancements/backgrounds/nether.png new file mode 100644 index 00000000..bad30c35 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/gui/advancements/backgrounds/nether.png differ diff --git a/1.12.2/assets/minecraft/textures/gui/advancements/backgrounds/stone.png b/1.12.2/assets/minecraft/textures/gui/advancements/backgrounds/stone.png new file mode 100644 index 00000000..9fbe6f87 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/gui/advancements/backgrounds/stone.png differ diff --git a/1.12.2/assets/minecraft/textures/gui/advancements/tabs.png b/1.12.2/assets/minecraft/textures/gui/advancements/tabs.png new file mode 100644 index 00000000..3dbc77ff Binary files /dev/null and b/1.12.2/assets/minecraft/textures/gui/advancements/tabs.png differ diff --git a/1.12.2/assets/minecraft/textures/gui/advancements/widgets.png b/1.12.2/assets/minecraft/textures/gui/advancements/widgets.png new file mode 100644 index 00000000..83db82af Binary files /dev/null and b/1.12.2/assets/minecraft/textures/gui/advancements/widgets.png differ diff --git a/1.12.2/assets/minecraft/textures/gui/advancements/window.png b/1.12.2/assets/minecraft/textures/gui/advancements/window.png new file mode 100644 index 00000000..a6f459ff Binary files /dev/null and b/1.12.2/assets/minecraft/textures/gui/advancements/window.png differ diff --git a/1.12.2/assets/minecraft/textures/gui/bars.png b/1.12.2/assets/minecraft/textures/gui/bars.png new file mode 100644 index 00000000..a0562d20 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/gui/bars.png differ diff --git a/1.12.2/assets/minecraft/textures/gui/book.png b/1.12.2/assets/minecraft/textures/gui/book.png new file mode 100644 index 00000000..aa97cebd Binary files /dev/null and b/1.12.2/assets/minecraft/textures/gui/book.png differ diff --git a/1.12.2/assets/minecraft/textures/gui/container/anvil.png b/1.12.2/assets/minecraft/textures/gui/container/anvil.png new file mode 100644 index 00000000..7b7ab672 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/gui/container/anvil.png differ diff --git a/1.12.2/assets/minecraft/textures/gui/container/beacon.png b/1.12.2/assets/minecraft/textures/gui/container/beacon.png new file mode 100644 index 00000000..8bd02333 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/gui/container/beacon.png differ diff --git a/1.12.2/assets/minecraft/textures/gui/container/brewing_stand.png b/1.12.2/assets/minecraft/textures/gui/container/brewing_stand.png new file mode 100644 index 00000000..56b72ce9 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/gui/container/brewing_stand.png differ diff --git a/1.12.2/assets/minecraft/textures/gui/container/crafting_table.png b/1.12.2/assets/minecraft/textures/gui/container/crafting_table.png new file mode 100644 index 00000000..38c05c03 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/gui/container/crafting_table.png differ diff --git a/1.12.2/assets/minecraft/textures/gui/container/creative_inventory/tab_inventory.png b/1.12.2/assets/minecraft/textures/gui/container/creative_inventory/tab_inventory.png new file mode 100644 index 00000000..f328206c Binary files /dev/null and b/1.12.2/assets/minecraft/textures/gui/container/creative_inventory/tab_inventory.png differ diff --git a/1.12.2/assets/minecraft/textures/gui/container/creative_inventory/tab_item_search.png b/1.12.2/assets/minecraft/textures/gui/container/creative_inventory/tab_item_search.png new file mode 100644 index 00000000..be178b74 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/gui/container/creative_inventory/tab_item_search.png differ diff --git a/1.12.2/assets/minecraft/textures/gui/container/creative_inventory/tab_items.png b/1.12.2/assets/minecraft/textures/gui/container/creative_inventory/tab_items.png new file mode 100644 index 00000000..2b6fbb9c Binary files /dev/null and b/1.12.2/assets/minecraft/textures/gui/container/creative_inventory/tab_items.png differ diff --git a/1.12.2/assets/minecraft/textures/gui/container/creative_inventory/tabs.png b/1.12.2/assets/minecraft/textures/gui/container/creative_inventory/tabs.png new file mode 100644 index 00000000..3f520235 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/gui/container/creative_inventory/tabs.png differ diff --git a/1.12.2/assets/minecraft/textures/gui/container/dispenser.png b/1.12.2/assets/minecraft/textures/gui/container/dispenser.png new file mode 100644 index 00000000..f840ee74 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/gui/container/dispenser.png differ diff --git a/1.12.2/assets/minecraft/textures/gui/container/enchanting_table.png b/1.12.2/assets/minecraft/textures/gui/container/enchanting_table.png new file mode 100644 index 00000000..15583fbf Binary files /dev/null and b/1.12.2/assets/minecraft/textures/gui/container/enchanting_table.png differ diff --git a/1.12.2/assets/minecraft/textures/gui/container/furnace.png b/1.12.2/assets/minecraft/textures/gui/container/furnace.png new file mode 100644 index 00000000..f40de39d Binary files /dev/null and b/1.12.2/assets/minecraft/textures/gui/container/furnace.png differ diff --git a/1.12.2/assets/minecraft/textures/gui/container/generic_54.png b/1.12.2/assets/minecraft/textures/gui/container/generic_54.png new file mode 100644 index 00000000..9169433f Binary files /dev/null and b/1.12.2/assets/minecraft/textures/gui/container/generic_54.png differ diff --git a/1.12.2/assets/minecraft/textures/gui/container/hopper.png b/1.12.2/assets/minecraft/textures/gui/container/hopper.png new file mode 100644 index 00000000..56f4b894 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/gui/container/hopper.png differ diff --git a/1.12.2/assets/minecraft/textures/gui/container/horse.png b/1.12.2/assets/minecraft/textures/gui/container/horse.png new file mode 100644 index 00000000..fdf1d971 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/gui/container/horse.png differ diff --git a/1.12.2/assets/minecraft/textures/gui/container/inventory.png b/1.12.2/assets/minecraft/textures/gui/container/inventory.png new file mode 100644 index 00000000..19b6fd8f Binary files /dev/null and b/1.12.2/assets/minecraft/textures/gui/container/inventory.png differ diff --git a/1.12.2/assets/minecraft/textures/gui/container/recipe_background.png b/1.12.2/assets/minecraft/textures/gui/container/recipe_background.png new file mode 100644 index 00000000..58c90912 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/gui/container/recipe_background.png differ diff --git a/1.12.2/assets/minecraft/textures/gui/container/shulker_box.png b/1.12.2/assets/minecraft/textures/gui/container/shulker_box.png new file mode 100644 index 00000000..40cbb46d Binary files /dev/null and b/1.12.2/assets/minecraft/textures/gui/container/shulker_box.png differ diff --git a/1.12.2/assets/minecraft/textures/gui/container/stats_icons.png b/1.12.2/assets/minecraft/textures/gui/container/stats_icons.png new file mode 100644 index 00000000..ff4029e9 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/gui/container/stats_icons.png differ diff --git a/1.12.2/assets/minecraft/textures/gui/container/villager.png b/1.12.2/assets/minecraft/textures/gui/container/villager.png new file mode 100644 index 00000000..edd8c4e9 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/gui/container/villager.png differ diff --git a/1.12.2/assets/minecraft/textures/gui/demo_background.png b/1.12.2/assets/minecraft/textures/gui/demo_background.png new file mode 100644 index 00000000..1f1f388d Binary files /dev/null and b/1.12.2/assets/minecraft/textures/gui/demo_background.png differ diff --git a/1.12.2/assets/minecraft/textures/gui/icons.png b/1.12.2/assets/minecraft/textures/gui/icons.png new file mode 100644 index 00000000..80877bf3 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/gui/icons.png differ diff --git a/1.12.2/assets/minecraft/textures/gui/options_background.png b/1.12.2/assets/minecraft/textures/gui/options_background.png new file mode 100644 index 00000000..5c02f918 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/gui/options_background.png differ diff --git a/1.12.2/assets/minecraft/textures/gui/presets/chaos.png b/1.12.2/assets/minecraft/textures/gui/presets/chaos.png new file mode 100644 index 00000000..dea833e4 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/gui/presets/chaos.png differ diff --git a/1.12.2/assets/minecraft/textures/gui/presets/delight.png b/1.12.2/assets/minecraft/textures/gui/presets/delight.png new file mode 100644 index 00000000..261f1b7e Binary files /dev/null and b/1.12.2/assets/minecraft/textures/gui/presets/delight.png differ diff --git a/1.12.2/assets/minecraft/textures/gui/presets/drought.png b/1.12.2/assets/minecraft/textures/gui/presets/drought.png new file mode 100644 index 00000000..dc277649 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/gui/presets/drought.png differ diff --git a/1.12.2/assets/minecraft/textures/gui/presets/isles.png b/1.12.2/assets/minecraft/textures/gui/presets/isles.png new file mode 100644 index 00000000..14251061 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/gui/presets/isles.png differ diff --git a/1.12.2/assets/minecraft/textures/gui/presets/luck.png b/1.12.2/assets/minecraft/textures/gui/presets/luck.png new file mode 100644 index 00000000..2b8aa062 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/gui/presets/luck.png differ diff --git a/1.12.2/assets/minecraft/textures/gui/presets/madness.png b/1.12.2/assets/minecraft/textures/gui/presets/madness.png new file mode 100644 index 00000000..c083316d Binary files /dev/null and b/1.12.2/assets/minecraft/textures/gui/presets/madness.png differ diff --git a/1.12.2/assets/minecraft/textures/gui/presets/water.png b/1.12.2/assets/minecraft/textures/gui/presets/water.png new file mode 100644 index 00000000..a680c36f Binary files /dev/null and b/1.12.2/assets/minecraft/textures/gui/presets/water.png differ diff --git a/1.12.2/assets/minecraft/textures/gui/recipe_book.png b/1.12.2/assets/minecraft/textures/gui/recipe_book.png new file mode 100644 index 00000000..1992b01d Binary files /dev/null and b/1.12.2/assets/minecraft/textures/gui/recipe_book.png differ diff --git a/1.12.2/assets/minecraft/textures/gui/resource_packs.png b/1.12.2/assets/minecraft/textures/gui/resource_packs.png new file mode 100644 index 00000000..4e90d743 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/gui/resource_packs.png differ diff --git a/1.12.2/assets/minecraft/textures/gui/server_selection.png b/1.12.2/assets/minecraft/textures/gui/server_selection.png new file mode 100644 index 00000000..74b06b3d Binary files /dev/null and b/1.12.2/assets/minecraft/textures/gui/server_selection.png differ diff --git a/1.12.2/assets/minecraft/textures/gui/spectator_widgets.png b/1.12.2/assets/minecraft/textures/gui/spectator_widgets.png new file mode 100644 index 00000000..26cc3dc2 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/gui/spectator_widgets.png differ diff --git a/1.12.2/assets/minecraft/textures/gui/stream_indicator.png b/1.12.2/assets/minecraft/textures/gui/stream_indicator.png new file mode 100644 index 00000000..48e1575a Binary files /dev/null and b/1.12.2/assets/minecraft/textures/gui/stream_indicator.png differ diff --git a/1.12.2/assets/minecraft/textures/gui/title/background/panorama_0.png b/1.12.2/assets/minecraft/textures/gui/title/background/panorama_0.png new file mode 100644 index 00000000..976ad597 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/gui/title/background/panorama_0.png differ diff --git a/1.12.2/assets/minecraft/textures/gui/title/background/panorama_1.png b/1.12.2/assets/minecraft/textures/gui/title/background/panorama_1.png new file mode 100644 index 00000000..788e2574 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/gui/title/background/panorama_1.png differ diff --git a/1.12.2/assets/minecraft/textures/gui/title/background/panorama_2.png b/1.12.2/assets/minecraft/textures/gui/title/background/panorama_2.png new file mode 100644 index 00000000..0436d776 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/gui/title/background/panorama_2.png differ diff --git a/1.12.2/assets/minecraft/textures/gui/title/background/panorama_3.png b/1.12.2/assets/minecraft/textures/gui/title/background/panorama_3.png new file mode 100644 index 00000000..98ba695a Binary files /dev/null and b/1.12.2/assets/minecraft/textures/gui/title/background/panorama_3.png differ diff --git a/1.12.2/assets/minecraft/textures/gui/title/background/panorama_4.png b/1.12.2/assets/minecraft/textures/gui/title/background/panorama_4.png new file mode 100644 index 00000000..03900967 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/gui/title/background/panorama_4.png differ diff --git a/1.12.2/assets/minecraft/textures/gui/title/background/panorama_5.png b/1.12.2/assets/minecraft/textures/gui/title/background/panorama_5.png new file mode 100644 index 00000000..a6e29ae9 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/gui/title/background/panorama_5.png differ diff --git a/1.12.2/assets/minecraft/textures/gui/title/edition.png b/1.12.2/assets/minecraft/textures/gui/title/edition.png new file mode 100644 index 00000000..f6e2de3d Binary files /dev/null and b/1.12.2/assets/minecraft/textures/gui/title/edition.png differ diff --git a/1.12.2/assets/minecraft/textures/gui/title/minecraft.png b/1.12.2/assets/minecraft/textures/gui/title/minecraft.png new file mode 100644 index 00000000..e8010e92 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/gui/title/minecraft.png differ diff --git a/1.12.2/assets/minecraft/textures/gui/title/mojang.png b/1.12.2/assets/minecraft/textures/gui/title/mojang.png new file mode 100644 index 00000000..baef464c Binary files /dev/null and b/1.12.2/assets/minecraft/textures/gui/title/mojang.png differ diff --git a/1.12.2/assets/minecraft/textures/gui/toasts.png b/1.12.2/assets/minecraft/textures/gui/toasts.png new file mode 100644 index 00000000..30015e9c Binary files /dev/null and b/1.12.2/assets/minecraft/textures/gui/toasts.png differ diff --git a/1.12.2/assets/minecraft/textures/gui/widgets.png b/1.12.2/assets/minecraft/textures/gui/widgets.png new file mode 100644 index 00000000..e3c152c2 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/gui/widgets.png differ diff --git a/1.12.2/assets/minecraft/textures/gui/world_selection.png b/1.12.2/assets/minecraft/textures/gui/world_selection.png new file mode 100644 index 00000000..052a3671 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/gui/world_selection.png differ diff --git a/1.12.2/assets/minecraft/textures/items/acacia_boat.png b/1.12.2/assets/minecraft/textures/items/acacia_boat.png new file mode 100644 index 00000000..97c7d68e Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/acacia_boat.png differ diff --git a/1.12.2/assets/minecraft/textures/items/apple.png b/1.12.2/assets/minecraft/textures/items/apple.png new file mode 100644 index 00000000..3e2ee59f Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/apple.png differ diff --git a/1.12.2/assets/minecraft/textures/items/apple_golden.png b/1.12.2/assets/minecraft/textures/items/apple_golden.png new file mode 100644 index 00000000..62019898 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/apple_golden.png differ diff --git a/1.12.2/assets/minecraft/textures/items/arrow.png b/1.12.2/assets/minecraft/textures/items/arrow.png new file mode 100644 index 00000000..4f748a00 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/arrow.png differ diff --git a/1.12.2/assets/minecraft/textures/items/banner_overlay.png b/1.12.2/assets/minecraft/textures/items/banner_overlay.png new file mode 100644 index 00000000..999d0158 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/banner_overlay.png differ diff --git a/1.12.2/assets/minecraft/textures/items/barrier.png b/1.12.2/assets/minecraft/textures/items/barrier.png new file mode 100644 index 00000000..03c08fe4 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/barrier.png differ diff --git a/1.12.2/assets/minecraft/textures/items/beef_cooked.png b/1.12.2/assets/minecraft/textures/items/beef_cooked.png new file mode 100644 index 00000000..1ecff370 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/beef_cooked.png differ diff --git a/1.12.2/assets/minecraft/textures/items/beef_raw.png b/1.12.2/assets/minecraft/textures/items/beef_raw.png new file mode 100644 index 00000000..82af4e7e Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/beef_raw.png differ diff --git a/1.12.2/assets/minecraft/textures/items/beetroot.png b/1.12.2/assets/minecraft/textures/items/beetroot.png new file mode 100644 index 00000000..390fac5d Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/beetroot.png differ diff --git a/1.12.2/assets/minecraft/textures/items/beetroot_seeds.png b/1.12.2/assets/minecraft/textures/items/beetroot_seeds.png new file mode 100644 index 00000000..067cb098 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/beetroot_seeds.png differ diff --git a/1.12.2/assets/minecraft/textures/items/beetroot_soup.png b/1.12.2/assets/minecraft/textures/items/beetroot_soup.png new file mode 100644 index 00000000..51eaa57c Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/beetroot_soup.png differ diff --git a/1.12.2/assets/minecraft/textures/items/birch_boat.png b/1.12.2/assets/minecraft/textures/items/birch_boat.png new file mode 100644 index 00000000..c073d8e6 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/birch_boat.png differ diff --git a/1.12.2/assets/minecraft/textures/items/blaze_powder.png b/1.12.2/assets/minecraft/textures/items/blaze_powder.png new file mode 100644 index 00000000..89c57d6e Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/blaze_powder.png differ diff --git a/1.12.2/assets/minecraft/textures/items/blaze_rod.png b/1.12.2/assets/minecraft/textures/items/blaze_rod.png new file mode 100644 index 00000000..7050e10f Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/blaze_rod.png differ diff --git a/1.12.2/assets/minecraft/textures/items/bone.png b/1.12.2/assets/minecraft/textures/items/bone.png new file mode 100644 index 00000000..40afdfc9 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/bone.png differ diff --git a/1.12.2/assets/minecraft/textures/items/book_enchanted.png b/1.12.2/assets/minecraft/textures/items/book_enchanted.png new file mode 100644 index 00000000..976d7d34 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/book_enchanted.png differ diff --git a/1.12.2/assets/minecraft/textures/items/book_normal.png b/1.12.2/assets/minecraft/textures/items/book_normal.png new file mode 100644 index 00000000..f791ae43 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/book_normal.png differ diff --git a/1.12.2/assets/minecraft/textures/items/book_writable.png b/1.12.2/assets/minecraft/textures/items/book_writable.png new file mode 100644 index 00000000..fa95246a Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/book_writable.png differ diff --git a/1.12.2/assets/minecraft/textures/items/book_written.png b/1.12.2/assets/minecraft/textures/items/book_written.png new file mode 100644 index 00000000..b2a2aa8e Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/book_written.png differ diff --git a/1.12.2/assets/minecraft/textures/items/bow_pulling_0.png b/1.12.2/assets/minecraft/textures/items/bow_pulling_0.png new file mode 100644 index 00000000..2022aabd Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/bow_pulling_0.png differ diff --git a/1.12.2/assets/minecraft/textures/items/bow_pulling_1.png b/1.12.2/assets/minecraft/textures/items/bow_pulling_1.png new file mode 100644 index 00000000..a1320795 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/bow_pulling_1.png differ diff --git a/1.12.2/assets/minecraft/textures/items/bow_pulling_2.png b/1.12.2/assets/minecraft/textures/items/bow_pulling_2.png new file mode 100644 index 00000000..d459e685 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/bow_pulling_2.png differ diff --git a/1.12.2/assets/minecraft/textures/items/bow_standby.png b/1.12.2/assets/minecraft/textures/items/bow_standby.png new file mode 100644 index 00000000..d709b9c8 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/bow_standby.png differ diff --git a/1.12.2/assets/minecraft/textures/items/bowl.png b/1.12.2/assets/minecraft/textures/items/bowl.png new file mode 100644 index 00000000..63d16ad6 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/bowl.png differ diff --git a/1.12.2/assets/minecraft/textures/items/bread.png b/1.12.2/assets/minecraft/textures/items/bread.png new file mode 100644 index 00000000..c833604c Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/bread.png differ diff --git a/1.12.2/assets/minecraft/textures/items/brewing_stand.png b/1.12.2/assets/minecraft/textures/items/brewing_stand.png new file mode 100644 index 00000000..18366331 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/brewing_stand.png differ diff --git a/1.12.2/assets/minecraft/textures/items/brick.png b/1.12.2/assets/minecraft/textures/items/brick.png new file mode 100644 index 00000000..11e74be6 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/brick.png differ diff --git a/1.12.2/assets/minecraft/textures/items/broken_elytra.png b/1.12.2/assets/minecraft/textures/items/broken_elytra.png new file mode 100644 index 00000000..eaea390d Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/broken_elytra.png differ diff --git a/1.12.2/assets/minecraft/textures/items/bucket_empty.png b/1.12.2/assets/minecraft/textures/items/bucket_empty.png new file mode 100644 index 00000000..f8e53692 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/bucket_empty.png differ diff --git a/1.12.2/assets/minecraft/textures/items/bucket_lava.png b/1.12.2/assets/minecraft/textures/items/bucket_lava.png new file mode 100644 index 00000000..13a19570 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/bucket_lava.png differ diff --git a/1.12.2/assets/minecraft/textures/items/bucket_milk.png b/1.12.2/assets/minecraft/textures/items/bucket_milk.png new file mode 100644 index 00000000..c77d92c5 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/bucket_milk.png differ diff --git a/1.12.2/assets/minecraft/textures/items/bucket_water.png b/1.12.2/assets/minecraft/textures/items/bucket_water.png new file mode 100644 index 00000000..2f36accb Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/bucket_water.png differ diff --git a/1.12.2/assets/minecraft/textures/items/cake.png b/1.12.2/assets/minecraft/textures/items/cake.png new file mode 100644 index 00000000..46e94b82 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/cake.png differ diff --git a/1.12.2/assets/minecraft/textures/items/carrot.png b/1.12.2/assets/minecraft/textures/items/carrot.png new file mode 100644 index 00000000..2d08aab9 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/carrot.png differ diff --git a/1.12.2/assets/minecraft/textures/items/carrot_golden.png b/1.12.2/assets/minecraft/textures/items/carrot_golden.png new file mode 100644 index 00000000..e0f1ea62 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/carrot_golden.png differ diff --git a/1.12.2/assets/minecraft/textures/items/carrot_on_a_stick.png b/1.12.2/assets/minecraft/textures/items/carrot_on_a_stick.png new file mode 100644 index 00000000..9e88571e Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/carrot_on_a_stick.png differ diff --git a/1.12.2/assets/minecraft/textures/items/cauldron.png b/1.12.2/assets/minecraft/textures/items/cauldron.png new file mode 100644 index 00000000..e3186ebd Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/cauldron.png differ diff --git a/1.12.2/assets/minecraft/textures/items/chainmail_boots.png b/1.12.2/assets/minecraft/textures/items/chainmail_boots.png new file mode 100644 index 00000000..54a4a159 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/chainmail_boots.png differ diff --git a/1.12.2/assets/minecraft/textures/items/chainmail_chestplate.png b/1.12.2/assets/minecraft/textures/items/chainmail_chestplate.png new file mode 100644 index 00000000..f8c6fd53 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/chainmail_chestplate.png differ diff --git a/1.12.2/assets/minecraft/textures/items/chainmail_helmet.png b/1.12.2/assets/minecraft/textures/items/chainmail_helmet.png new file mode 100644 index 00000000..a1433387 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/chainmail_helmet.png differ diff --git a/1.12.2/assets/minecraft/textures/items/chainmail_leggings.png b/1.12.2/assets/minecraft/textures/items/chainmail_leggings.png new file mode 100644 index 00000000..dae4b266 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/chainmail_leggings.png differ diff --git a/1.12.2/assets/minecraft/textures/items/charcoal.png b/1.12.2/assets/minecraft/textures/items/charcoal.png new file mode 100644 index 00000000..30ecbb2d Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/charcoal.png differ diff --git a/1.12.2/assets/minecraft/textures/items/chicken_cooked.png b/1.12.2/assets/minecraft/textures/items/chicken_cooked.png new file mode 100644 index 00000000..890b5b3f Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/chicken_cooked.png differ diff --git a/1.12.2/assets/minecraft/textures/items/chicken_raw.png b/1.12.2/assets/minecraft/textures/items/chicken_raw.png new file mode 100644 index 00000000..6d259224 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/chicken_raw.png differ diff --git a/1.12.2/assets/minecraft/textures/items/chorus_fruit.png b/1.12.2/assets/minecraft/textures/items/chorus_fruit.png new file mode 100644 index 00000000..3633ffb8 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/chorus_fruit.png differ diff --git a/1.12.2/assets/minecraft/textures/items/chorus_fruit_popped.png b/1.12.2/assets/minecraft/textures/items/chorus_fruit_popped.png new file mode 100644 index 00000000..d42b7f03 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/chorus_fruit_popped.png differ diff --git a/1.12.2/assets/minecraft/textures/items/clay_ball.png b/1.12.2/assets/minecraft/textures/items/clay_ball.png new file mode 100644 index 00000000..5103d6cc Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/clay_ball.png differ diff --git a/1.12.2/assets/minecraft/textures/items/clock_00.png b/1.12.2/assets/minecraft/textures/items/clock_00.png new file mode 100644 index 00000000..ef06df78 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/clock_00.png differ diff --git a/1.12.2/assets/minecraft/textures/items/clock_01.png b/1.12.2/assets/minecraft/textures/items/clock_01.png new file mode 100644 index 00000000..558826e9 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/clock_01.png differ diff --git a/1.12.2/assets/minecraft/textures/items/clock_02.png b/1.12.2/assets/minecraft/textures/items/clock_02.png new file mode 100644 index 00000000..566342d8 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/clock_02.png differ diff --git a/1.12.2/assets/minecraft/textures/items/clock_03.png b/1.12.2/assets/minecraft/textures/items/clock_03.png new file mode 100644 index 00000000..823f4133 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/clock_03.png differ diff --git a/1.12.2/assets/minecraft/textures/items/clock_04.png b/1.12.2/assets/minecraft/textures/items/clock_04.png new file mode 100644 index 00000000..6bdf2c56 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/clock_04.png differ diff --git a/1.12.2/assets/minecraft/textures/items/clock_05.png b/1.12.2/assets/minecraft/textures/items/clock_05.png new file mode 100644 index 00000000..ce75473a Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/clock_05.png differ diff --git a/1.12.2/assets/minecraft/textures/items/clock_06.png b/1.12.2/assets/minecraft/textures/items/clock_06.png new file mode 100644 index 00000000..35118583 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/clock_06.png differ diff --git a/1.12.2/assets/minecraft/textures/items/clock_07.png b/1.12.2/assets/minecraft/textures/items/clock_07.png new file mode 100644 index 00000000..faffee0f Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/clock_07.png differ diff --git a/1.12.2/assets/minecraft/textures/items/clock_08.png b/1.12.2/assets/minecraft/textures/items/clock_08.png new file mode 100644 index 00000000..a712e570 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/clock_08.png differ diff --git a/1.12.2/assets/minecraft/textures/items/clock_09.png b/1.12.2/assets/minecraft/textures/items/clock_09.png new file mode 100644 index 00000000..f89d9d82 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/clock_09.png differ diff --git a/1.12.2/assets/minecraft/textures/items/clock_10.png b/1.12.2/assets/minecraft/textures/items/clock_10.png new file mode 100644 index 00000000..93765b84 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/clock_10.png differ diff --git a/1.12.2/assets/minecraft/textures/items/clock_11.png b/1.12.2/assets/minecraft/textures/items/clock_11.png new file mode 100644 index 00000000..649e0c26 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/clock_11.png differ diff --git a/1.12.2/assets/minecraft/textures/items/clock_12.png b/1.12.2/assets/minecraft/textures/items/clock_12.png new file mode 100644 index 00000000..581c5fb5 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/clock_12.png differ diff --git a/1.12.2/assets/minecraft/textures/items/clock_13.png b/1.12.2/assets/minecraft/textures/items/clock_13.png new file mode 100644 index 00000000..f99f4edd Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/clock_13.png differ diff --git a/1.12.2/assets/minecraft/textures/items/clock_14.png b/1.12.2/assets/minecraft/textures/items/clock_14.png new file mode 100644 index 00000000..c06960f8 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/clock_14.png differ diff --git a/1.12.2/assets/minecraft/textures/items/clock_15.png b/1.12.2/assets/minecraft/textures/items/clock_15.png new file mode 100644 index 00000000..655cc269 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/clock_15.png differ diff --git a/1.12.2/assets/minecraft/textures/items/clock_16.png b/1.12.2/assets/minecraft/textures/items/clock_16.png new file mode 100644 index 00000000..1e6d2675 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/clock_16.png differ diff --git a/1.12.2/assets/minecraft/textures/items/clock_17.png b/1.12.2/assets/minecraft/textures/items/clock_17.png new file mode 100644 index 00000000..a159a038 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/clock_17.png differ diff --git a/1.12.2/assets/minecraft/textures/items/clock_18.png b/1.12.2/assets/minecraft/textures/items/clock_18.png new file mode 100644 index 00000000..3de00852 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/clock_18.png differ diff --git a/1.12.2/assets/minecraft/textures/items/clock_19.png b/1.12.2/assets/minecraft/textures/items/clock_19.png new file mode 100644 index 00000000..c311f89f Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/clock_19.png differ diff --git a/1.12.2/assets/minecraft/textures/items/clock_20.png b/1.12.2/assets/minecraft/textures/items/clock_20.png new file mode 100644 index 00000000..9e23788d Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/clock_20.png differ diff --git a/1.12.2/assets/minecraft/textures/items/clock_21.png b/1.12.2/assets/minecraft/textures/items/clock_21.png new file mode 100644 index 00000000..ef1426d5 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/clock_21.png differ diff --git a/1.12.2/assets/minecraft/textures/items/clock_22.png b/1.12.2/assets/minecraft/textures/items/clock_22.png new file mode 100644 index 00000000..2a4d1063 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/clock_22.png differ diff --git a/1.12.2/assets/minecraft/textures/items/clock_23.png b/1.12.2/assets/minecraft/textures/items/clock_23.png new file mode 100644 index 00000000..6ac7b236 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/clock_23.png differ diff --git a/1.12.2/assets/minecraft/textures/items/clock_24.png b/1.12.2/assets/minecraft/textures/items/clock_24.png new file mode 100644 index 00000000..38909b9a Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/clock_24.png differ diff --git a/1.12.2/assets/minecraft/textures/items/clock_25.png b/1.12.2/assets/minecraft/textures/items/clock_25.png new file mode 100644 index 00000000..9a007549 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/clock_25.png differ diff --git a/1.12.2/assets/minecraft/textures/items/clock_26.png b/1.12.2/assets/minecraft/textures/items/clock_26.png new file mode 100644 index 00000000..b5abba3f Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/clock_26.png differ diff --git a/1.12.2/assets/minecraft/textures/items/clock_27.png b/1.12.2/assets/minecraft/textures/items/clock_27.png new file mode 100644 index 00000000..a172a0c4 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/clock_27.png differ diff --git a/1.12.2/assets/minecraft/textures/items/clock_28.png b/1.12.2/assets/minecraft/textures/items/clock_28.png new file mode 100644 index 00000000..0a7b26bb Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/clock_28.png differ diff --git a/1.12.2/assets/minecraft/textures/items/clock_29.png b/1.12.2/assets/minecraft/textures/items/clock_29.png new file mode 100644 index 00000000..e9f1e56c Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/clock_29.png differ diff --git a/1.12.2/assets/minecraft/textures/items/clock_30.png b/1.12.2/assets/minecraft/textures/items/clock_30.png new file mode 100644 index 00000000..7cb68598 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/clock_30.png differ diff --git a/1.12.2/assets/minecraft/textures/items/clock_31.png b/1.12.2/assets/minecraft/textures/items/clock_31.png new file mode 100644 index 00000000..4bfff485 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/clock_31.png differ diff --git a/1.12.2/assets/minecraft/textures/items/clock_32.png b/1.12.2/assets/minecraft/textures/items/clock_32.png new file mode 100644 index 00000000..54537edd Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/clock_32.png differ diff --git a/1.12.2/assets/minecraft/textures/items/clock_33.png b/1.12.2/assets/minecraft/textures/items/clock_33.png new file mode 100644 index 00000000..4645b924 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/clock_33.png differ diff --git a/1.12.2/assets/minecraft/textures/items/clock_34.png b/1.12.2/assets/minecraft/textures/items/clock_34.png new file mode 100644 index 00000000..3d04df72 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/clock_34.png differ diff --git a/1.12.2/assets/minecraft/textures/items/clock_35.png b/1.12.2/assets/minecraft/textures/items/clock_35.png new file mode 100644 index 00000000..b0b13749 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/clock_35.png differ diff --git a/1.12.2/assets/minecraft/textures/items/clock_36.png b/1.12.2/assets/minecraft/textures/items/clock_36.png new file mode 100644 index 00000000..cb6bfbfb Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/clock_36.png differ diff --git a/1.12.2/assets/minecraft/textures/items/clock_37.png b/1.12.2/assets/minecraft/textures/items/clock_37.png new file mode 100644 index 00000000..816b257f Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/clock_37.png differ diff --git a/1.12.2/assets/minecraft/textures/items/clock_38.png b/1.12.2/assets/minecraft/textures/items/clock_38.png new file mode 100644 index 00000000..c3aa0160 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/clock_38.png differ diff --git a/1.12.2/assets/minecraft/textures/items/clock_39.png b/1.12.2/assets/minecraft/textures/items/clock_39.png new file mode 100644 index 00000000..f81d5a61 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/clock_39.png differ diff --git a/1.12.2/assets/minecraft/textures/items/clock_40.png b/1.12.2/assets/minecraft/textures/items/clock_40.png new file mode 100644 index 00000000..77964678 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/clock_40.png differ diff --git a/1.12.2/assets/minecraft/textures/items/clock_41.png b/1.12.2/assets/minecraft/textures/items/clock_41.png new file mode 100644 index 00000000..1f804564 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/clock_41.png differ diff --git a/1.12.2/assets/minecraft/textures/items/clock_42.png b/1.12.2/assets/minecraft/textures/items/clock_42.png new file mode 100644 index 00000000..3b120d97 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/clock_42.png differ diff --git a/1.12.2/assets/minecraft/textures/items/clock_43.png b/1.12.2/assets/minecraft/textures/items/clock_43.png new file mode 100644 index 00000000..e1b48343 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/clock_43.png differ diff --git a/1.12.2/assets/minecraft/textures/items/clock_44.png b/1.12.2/assets/minecraft/textures/items/clock_44.png new file mode 100644 index 00000000..851489a3 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/clock_44.png differ diff --git a/1.12.2/assets/minecraft/textures/items/clock_45.png b/1.12.2/assets/minecraft/textures/items/clock_45.png new file mode 100644 index 00000000..086ec28f Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/clock_45.png differ diff --git a/1.12.2/assets/minecraft/textures/items/clock_46.png b/1.12.2/assets/minecraft/textures/items/clock_46.png new file mode 100644 index 00000000..3b0bca4b Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/clock_46.png differ diff --git a/1.12.2/assets/minecraft/textures/items/clock_47.png b/1.12.2/assets/minecraft/textures/items/clock_47.png new file mode 100644 index 00000000..ec92161d Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/clock_47.png differ diff --git a/1.12.2/assets/minecraft/textures/items/clock_48.png b/1.12.2/assets/minecraft/textures/items/clock_48.png new file mode 100644 index 00000000..1a00a5ac Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/clock_48.png differ diff --git a/1.12.2/assets/minecraft/textures/items/clock_49.png b/1.12.2/assets/minecraft/textures/items/clock_49.png new file mode 100644 index 00000000..13e08b95 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/clock_49.png differ diff --git a/1.12.2/assets/minecraft/textures/items/clock_50.png b/1.12.2/assets/minecraft/textures/items/clock_50.png new file mode 100644 index 00000000..39edd8c0 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/clock_50.png differ diff --git a/1.12.2/assets/minecraft/textures/items/clock_51.png b/1.12.2/assets/minecraft/textures/items/clock_51.png new file mode 100644 index 00000000..fa4614ed Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/clock_51.png differ diff --git a/1.12.2/assets/minecraft/textures/items/clock_52.png b/1.12.2/assets/minecraft/textures/items/clock_52.png new file mode 100644 index 00000000..6578dc17 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/clock_52.png differ diff --git a/1.12.2/assets/minecraft/textures/items/clock_53.png b/1.12.2/assets/minecraft/textures/items/clock_53.png new file mode 100644 index 00000000..882cdd09 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/clock_53.png differ diff --git a/1.12.2/assets/minecraft/textures/items/clock_54.png b/1.12.2/assets/minecraft/textures/items/clock_54.png new file mode 100644 index 00000000..d6af37bd Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/clock_54.png differ diff --git a/1.12.2/assets/minecraft/textures/items/clock_55.png b/1.12.2/assets/minecraft/textures/items/clock_55.png new file mode 100644 index 00000000..909d24fd Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/clock_55.png differ diff --git a/1.12.2/assets/minecraft/textures/items/clock_56.png b/1.12.2/assets/minecraft/textures/items/clock_56.png new file mode 100644 index 00000000..f8ac1095 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/clock_56.png differ diff --git a/1.12.2/assets/minecraft/textures/items/clock_57.png b/1.12.2/assets/minecraft/textures/items/clock_57.png new file mode 100644 index 00000000..edfc89ff Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/clock_57.png differ diff --git a/1.12.2/assets/minecraft/textures/items/clock_58.png b/1.12.2/assets/minecraft/textures/items/clock_58.png new file mode 100644 index 00000000..76f6f933 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/clock_58.png differ diff --git a/1.12.2/assets/minecraft/textures/items/clock_59.png b/1.12.2/assets/minecraft/textures/items/clock_59.png new file mode 100644 index 00000000..9b01436d Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/clock_59.png differ diff --git a/1.12.2/assets/minecraft/textures/items/clock_60.png b/1.12.2/assets/minecraft/textures/items/clock_60.png new file mode 100644 index 00000000..3074f9c7 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/clock_60.png differ diff --git a/1.12.2/assets/minecraft/textures/items/clock_61.png b/1.12.2/assets/minecraft/textures/items/clock_61.png new file mode 100644 index 00000000..ca7b584f Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/clock_61.png differ diff --git a/1.12.2/assets/minecraft/textures/items/clock_62.png b/1.12.2/assets/minecraft/textures/items/clock_62.png new file mode 100644 index 00000000..1f014d60 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/clock_62.png differ diff --git a/1.12.2/assets/minecraft/textures/items/clock_63.png b/1.12.2/assets/minecraft/textures/items/clock_63.png new file mode 100644 index 00000000..4c55f08c Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/clock_63.png differ diff --git a/1.12.2/assets/minecraft/textures/items/coal.png b/1.12.2/assets/minecraft/textures/items/coal.png new file mode 100644 index 00000000..5563b6fc Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/coal.png differ diff --git a/1.12.2/assets/minecraft/textures/items/comparator.png b/1.12.2/assets/minecraft/textures/items/comparator.png new file mode 100644 index 00000000..a3d72c1f Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/comparator.png differ diff --git a/1.12.2/assets/minecraft/textures/items/compass_00.png b/1.12.2/assets/minecraft/textures/items/compass_00.png new file mode 100644 index 00000000..04e6f067 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/compass_00.png differ diff --git a/1.12.2/assets/minecraft/textures/items/compass_01.png b/1.12.2/assets/minecraft/textures/items/compass_01.png new file mode 100644 index 00000000..2c00488c Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/compass_01.png differ diff --git a/1.12.2/assets/minecraft/textures/items/compass_02.png b/1.12.2/assets/minecraft/textures/items/compass_02.png new file mode 100644 index 00000000..7ed3073e Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/compass_02.png differ diff --git a/1.12.2/assets/minecraft/textures/items/compass_03.png b/1.12.2/assets/minecraft/textures/items/compass_03.png new file mode 100644 index 00000000..6f4e1663 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/compass_03.png differ diff --git a/1.12.2/assets/minecraft/textures/items/compass_04.png b/1.12.2/assets/minecraft/textures/items/compass_04.png new file mode 100644 index 00000000..e721770d Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/compass_04.png differ diff --git a/1.12.2/assets/minecraft/textures/items/compass_05.png b/1.12.2/assets/minecraft/textures/items/compass_05.png new file mode 100644 index 00000000..0620ea5d Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/compass_05.png differ diff --git a/1.12.2/assets/minecraft/textures/items/compass_06.png b/1.12.2/assets/minecraft/textures/items/compass_06.png new file mode 100644 index 00000000..21a8747f Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/compass_06.png differ diff --git a/1.12.2/assets/minecraft/textures/items/compass_07.png b/1.12.2/assets/minecraft/textures/items/compass_07.png new file mode 100644 index 00000000..c2a347b1 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/compass_07.png differ diff --git a/1.12.2/assets/minecraft/textures/items/compass_08.png b/1.12.2/assets/minecraft/textures/items/compass_08.png new file mode 100644 index 00000000..c2a347b1 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/compass_08.png differ diff --git a/1.12.2/assets/minecraft/textures/items/compass_09.png b/1.12.2/assets/minecraft/textures/items/compass_09.png new file mode 100644 index 00000000..c2a347b1 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/compass_09.png differ diff --git a/1.12.2/assets/minecraft/textures/items/compass_10.png b/1.12.2/assets/minecraft/textures/items/compass_10.png new file mode 100644 index 00000000..7405ae86 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/compass_10.png differ diff --git a/1.12.2/assets/minecraft/textures/items/compass_11.png b/1.12.2/assets/minecraft/textures/items/compass_11.png new file mode 100644 index 00000000..18d3e9f1 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/compass_11.png differ diff --git a/1.12.2/assets/minecraft/textures/items/compass_12.png b/1.12.2/assets/minecraft/textures/items/compass_12.png new file mode 100644 index 00000000..5405a62f Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/compass_12.png differ diff --git a/1.12.2/assets/minecraft/textures/items/compass_13.png b/1.12.2/assets/minecraft/textures/items/compass_13.png new file mode 100644 index 00000000..1c3354b4 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/compass_13.png differ diff --git a/1.12.2/assets/minecraft/textures/items/compass_14.png b/1.12.2/assets/minecraft/textures/items/compass_14.png new file mode 100644 index 00000000..76d48f3e Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/compass_14.png differ diff --git a/1.12.2/assets/minecraft/textures/items/compass_15.png b/1.12.2/assets/minecraft/textures/items/compass_15.png new file mode 100644 index 00000000..bc0cd8b8 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/compass_15.png differ diff --git a/1.12.2/assets/minecraft/textures/items/compass_16.png b/1.12.2/assets/minecraft/textures/items/compass_16.png new file mode 100644 index 00000000..a9e603b2 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/compass_16.png differ diff --git a/1.12.2/assets/minecraft/textures/items/compass_17.png b/1.12.2/assets/minecraft/textures/items/compass_17.png new file mode 100644 index 00000000..36802213 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/compass_17.png differ diff --git a/1.12.2/assets/minecraft/textures/items/compass_18.png b/1.12.2/assets/minecraft/textures/items/compass_18.png new file mode 100644 index 00000000..edbc2eda Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/compass_18.png differ diff --git a/1.12.2/assets/minecraft/textures/items/compass_19.png b/1.12.2/assets/minecraft/textures/items/compass_19.png new file mode 100644 index 00000000..23c0c34b Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/compass_19.png differ diff --git a/1.12.2/assets/minecraft/textures/items/compass_20.png b/1.12.2/assets/minecraft/textures/items/compass_20.png new file mode 100644 index 00000000..5aaf8c50 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/compass_20.png differ diff --git a/1.12.2/assets/minecraft/textures/items/compass_21.png b/1.12.2/assets/minecraft/textures/items/compass_21.png new file mode 100644 index 00000000..8a99abd9 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/compass_21.png differ diff --git a/1.12.2/assets/minecraft/textures/items/compass_22.png b/1.12.2/assets/minecraft/textures/items/compass_22.png new file mode 100644 index 00000000..9dd84237 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/compass_22.png differ diff --git a/1.12.2/assets/minecraft/textures/items/compass_23.png b/1.12.2/assets/minecraft/textures/items/compass_23.png new file mode 100644 index 00000000..61d739e6 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/compass_23.png differ diff --git a/1.12.2/assets/minecraft/textures/items/compass_24.png b/1.12.2/assets/minecraft/textures/items/compass_24.png new file mode 100644 index 00000000..61d739e6 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/compass_24.png differ diff --git a/1.12.2/assets/minecraft/textures/items/compass_25.png b/1.12.2/assets/minecraft/textures/items/compass_25.png new file mode 100644 index 00000000..61d739e6 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/compass_25.png differ diff --git a/1.12.2/assets/minecraft/textures/items/compass_26.png b/1.12.2/assets/minecraft/textures/items/compass_26.png new file mode 100644 index 00000000..eb5e8027 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/compass_26.png differ diff --git a/1.12.2/assets/minecraft/textures/items/compass_27.png b/1.12.2/assets/minecraft/textures/items/compass_27.png new file mode 100644 index 00000000..348dac2e Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/compass_27.png differ diff --git a/1.12.2/assets/minecraft/textures/items/compass_28.png b/1.12.2/assets/minecraft/textures/items/compass_28.png new file mode 100644 index 00000000..8d681982 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/compass_28.png differ diff --git a/1.12.2/assets/minecraft/textures/items/compass_29.png b/1.12.2/assets/minecraft/textures/items/compass_29.png new file mode 100644 index 00000000..b1683b26 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/compass_29.png differ diff --git a/1.12.2/assets/minecraft/textures/items/compass_30.png b/1.12.2/assets/minecraft/textures/items/compass_30.png new file mode 100644 index 00000000..ba9be61d Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/compass_30.png differ diff --git a/1.12.2/assets/minecraft/textures/items/compass_31.png b/1.12.2/assets/minecraft/textures/items/compass_31.png new file mode 100644 index 00000000..2ae89a20 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/compass_31.png differ diff --git a/1.12.2/assets/minecraft/textures/items/cookie.png b/1.12.2/assets/minecraft/textures/items/cookie.png new file mode 100644 index 00000000..01fe56b1 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/cookie.png differ diff --git a/1.12.2/assets/minecraft/textures/items/dark_oak_boat.png b/1.12.2/assets/minecraft/textures/items/dark_oak_boat.png new file mode 100644 index 00000000..9fe7e3be Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/dark_oak_boat.png differ diff --git a/1.12.2/assets/minecraft/textures/items/diamond.png b/1.12.2/assets/minecraft/textures/items/diamond.png new file mode 100644 index 00000000..10e70a0c Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/diamond.png differ diff --git a/1.12.2/assets/minecraft/textures/items/diamond_axe.png b/1.12.2/assets/minecraft/textures/items/diamond_axe.png new file mode 100644 index 00000000..7627f87b Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/diamond_axe.png differ diff --git a/1.12.2/assets/minecraft/textures/items/diamond_boots.png b/1.12.2/assets/minecraft/textures/items/diamond_boots.png new file mode 100644 index 00000000..70d9e5f8 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/diamond_boots.png differ diff --git a/1.12.2/assets/minecraft/textures/items/diamond_chestplate.png b/1.12.2/assets/minecraft/textures/items/diamond_chestplate.png new file mode 100644 index 00000000..afdff93e Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/diamond_chestplate.png differ diff --git a/1.12.2/assets/minecraft/textures/items/diamond_helmet.png b/1.12.2/assets/minecraft/textures/items/diamond_helmet.png new file mode 100644 index 00000000..1c885924 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/diamond_helmet.png differ diff --git a/1.12.2/assets/minecraft/textures/items/diamond_hoe.png b/1.12.2/assets/minecraft/textures/items/diamond_hoe.png new file mode 100644 index 00000000..faca7432 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/diamond_hoe.png differ diff --git a/1.12.2/assets/minecraft/textures/items/diamond_horse_armor.png b/1.12.2/assets/minecraft/textures/items/diamond_horse_armor.png new file mode 100644 index 00000000..8164d3f9 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/diamond_horse_armor.png differ diff --git a/1.12.2/assets/minecraft/textures/items/diamond_leggings.png b/1.12.2/assets/minecraft/textures/items/diamond_leggings.png new file mode 100644 index 00000000..a99c8967 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/diamond_leggings.png differ diff --git a/1.12.2/assets/minecraft/textures/items/diamond_pickaxe.png b/1.12.2/assets/minecraft/textures/items/diamond_pickaxe.png new file mode 100644 index 00000000..c2798285 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/diamond_pickaxe.png differ diff --git a/1.12.2/assets/minecraft/textures/items/diamond_shovel.png b/1.12.2/assets/minecraft/textures/items/diamond_shovel.png new file mode 100644 index 00000000..e4a8992a Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/diamond_shovel.png differ diff --git a/1.12.2/assets/minecraft/textures/items/diamond_sword.png b/1.12.2/assets/minecraft/textures/items/diamond_sword.png new file mode 100644 index 00000000..a9f6cb47 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/diamond_sword.png differ diff --git a/1.12.2/assets/minecraft/textures/items/door_acacia.png b/1.12.2/assets/minecraft/textures/items/door_acacia.png new file mode 100644 index 00000000..201f93a7 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/door_acacia.png differ diff --git a/1.12.2/assets/minecraft/textures/items/door_birch.png b/1.12.2/assets/minecraft/textures/items/door_birch.png new file mode 100644 index 00000000..d279ef1b Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/door_birch.png differ diff --git a/1.12.2/assets/minecraft/textures/items/door_dark_oak.png b/1.12.2/assets/minecraft/textures/items/door_dark_oak.png new file mode 100644 index 00000000..4d2474dd Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/door_dark_oak.png differ diff --git a/1.12.2/assets/minecraft/textures/items/door_iron.png b/1.12.2/assets/minecraft/textures/items/door_iron.png new file mode 100644 index 00000000..c878badb Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/door_iron.png differ diff --git a/1.12.2/assets/minecraft/textures/items/door_jungle.png b/1.12.2/assets/minecraft/textures/items/door_jungle.png new file mode 100644 index 00000000..422401fb Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/door_jungle.png differ diff --git a/1.12.2/assets/minecraft/textures/items/door_spruce.png b/1.12.2/assets/minecraft/textures/items/door_spruce.png new file mode 100644 index 00000000..8d915f35 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/door_spruce.png differ diff --git a/1.12.2/assets/minecraft/textures/items/door_wood.png b/1.12.2/assets/minecraft/textures/items/door_wood.png new file mode 100644 index 00000000..6501fa45 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/door_wood.png differ diff --git a/1.12.2/assets/minecraft/textures/items/dragon_breath.png b/1.12.2/assets/minecraft/textures/items/dragon_breath.png new file mode 100644 index 00000000..b0e16256 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/dragon_breath.png differ diff --git a/1.12.2/assets/minecraft/textures/items/dye_powder_black.png b/1.12.2/assets/minecraft/textures/items/dye_powder_black.png new file mode 100644 index 00000000..909bea5e Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/dye_powder_black.png differ diff --git a/1.12.2/assets/minecraft/textures/items/dye_powder_blue.png b/1.12.2/assets/minecraft/textures/items/dye_powder_blue.png new file mode 100644 index 00000000..4713983e Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/dye_powder_blue.png differ diff --git a/1.12.2/assets/minecraft/textures/items/dye_powder_brown.png b/1.12.2/assets/minecraft/textures/items/dye_powder_brown.png new file mode 100644 index 00000000..62eae8d4 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/dye_powder_brown.png differ diff --git a/1.12.2/assets/minecraft/textures/items/dye_powder_cyan.png b/1.12.2/assets/minecraft/textures/items/dye_powder_cyan.png new file mode 100644 index 00000000..7b10c117 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/dye_powder_cyan.png differ diff --git a/1.12.2/assets/minecraft/textures/items/dye_powder_gray.png b/1.12.2/assets/minecraft/textures/items/dye_powder_gray.png new file mode 100644 index 00000000..4fce7e72 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/dye_powder_gray.png differ diff --git a/1.12.2/assets/minecraft/textures/items/dye_powder_green.png b/1.12.2/assets/minecraft/textures/items/dye_powder_green.png new file mode 100644 index 00000000..009e0587 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/dye_powder_green.png differ diff --git a/1.12.2/assets/minecraft/textures/items/dye_powder_light_blue.png b/1.12.2/assets/minecraft/textures/items/dye_powder_light_blue.png new file mode 100644 index 00000000..a8b45c92 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/dye_powder_light_blue.png differ diff --git a/1.12.2/assets/minecraft/textures/items/dye_powder_lime.png b/1.12.2/assets/minecraft/textures/items/dye_powder_lime.png new file mode 100644 index 00000000..7a787644 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/dye_powder_lime.png differ diff --git a/1.12.2/assets/minecraft/textures/items/dye_powder_magenta.png b/1.12.2/assets/minecraft/textures/items/dye_powder_magenta.png new file mode 100644 index 00000000..ea7342a8 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/dye_powder_magenta.png differ diff --git a/1.12.2/assets/minecraft/textures/items/dye_powder_orange.png b/1.12.2/assets/minecraft/textures/items/dye_powder_orange.png new file mode 100644 index 00000000..677a1aa6 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/dye_powder_orange.png differ diff --git a/1.12.2/assets/minecraft/textures/items/dye_powder_pink.png b/1.12.2/assets/minecraft/textures/items/dye_powder_pink.png new file mode 100644 index 00000000..1acc4834 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/dye_powder_pink.png differ diff --git a/1.12.2/assets/minecraft/textures/items/dye_powder_purple.png b/1.12.2/assets/minecraft/textures/items/dye_powder_purple.png new file mode 100644 index 00000000..7d201c26 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/dye_powder_purple.png differ diff --git a/1.12.2/assets/minecraft/textures/items/dye_powder_red.png b/1.12.2/assets/minecraft/textures/items/dye_powder_red.png new file mode 100644 index 00000000..2d1a7429 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/dye_powder_red.png differ diff --git a/1.12.2/assets/minecraft/textures/items/dye_powder_silver.png b/1.12.2/assets/minecraft/textures/items/dye_powder_silver.png new file mode 100644 index 00000000..fa9e501e Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/dye_powder_silver.png differ diff --git a/1.12.2/assets/minecraft/textures/items/dye_powder_white.png b/1.12.2/assets/minecraft/textures/items/dye_powder_white.png new file mode 100644 index 00000000..5b1833be Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/dye_powder_white.png differ diff --git a/1.12.2/assets/minecraft/textures/items/dye_powder_yellow.png b/1.12.2/assets/minecraft/textures/items/dye_powder_yellow.png new file mode 100644 index 00000000..95e06731 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/dye_powder_yellow.png differ diff --git a/1.12.2/assets/minecraft/textures/items/egg.png b/1.12.2/assets/minecraft/textures/items/egg.png new file mode 100644 index 00000000..a6fe2bfa Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/egg.png differ diff --git a/1.12.2/assets/minecraft/textures/items/elytra.png b/1.12.2/assets/minecraft/textures/items/elytra.png new file mode 100644 index 00000000..3be110e3 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/elytra.png differ diff --git a/1.12.2/assets/minecraft/textures/items/emerald.png b/1.12.2/assets/minecraft/textures/items/emerald.png new file mode 100644 index 00000000..98d953e2 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/emerald.png differ diff --git a/1.12.2/assets/minecraft/textures/items/empty_armor_slot_boots.png b/1.12.2/assets/minecraft/textures/items/empty_armor_slot_boots.png new file mode 100644 index 00000000..fd7e05fa Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/empty_armor_slot_boots.png differ diff --git a/1.12.2/assets/minecraft/textures/items/empty_armor_slot_chestplate.png b/1.12.2/assets/minecraft/textures/items/empty_armor_slot_chestplate.png new file mode 100644 index 00000000..6e632b9d Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/empty_armor_slot_chestplate.png differ diff --git a/1.12.2/assets/minecraft/textures/items/empty_armor_slot_helmet.png b/1.12.2/assets/minecraft/textures/items/empty_armor_slot_helmet.png new file mode 100644 index 00000000..3a455f3f Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/empty_armor_slot_helmet.png differ diff --git a/1.12.2/assets/minecraft/textures/items/empty_armor_slot_leggings.png b/1.12.2/assets/minecraft/textures/items/empty_armor_slot_leggings.png new file mode 100644 index 00000000..28b2c494 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/empty_armor_slot_leggings.png differ diff --git a/1.12.2/assets/minecraft/textures/items/empty_armor_slot_shield.png b/1.12.2/assets/minecraft/textures/items/empty_armor_slot_shield.png new file mode 100644 index 00000000..fa12e433 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/empty_armor_slot_shield.png differ diff --git a/1.12.2/assets/minecraft/textures/items/end_crystal.png b/1.12.2/assets/minecraft/textures/items/end_crystal.png new file mode 100644 index 00000000..3d69ab4b Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/end_crystal.png differ diff --git a/1.12.2/assets/minecraft/textures/items/ender_eye.png b/1.12.2/assets/minecraft/textures/items/ender_eye.png new file mode 100644 index 00000000..8c4ef4e8 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/ender_eye.png differ diff --git a/1.12.2/assets/minecraft/textures/items/ender_pearl.png b/1.12.2/assets/minecraft/textures/items/ender_pearl.png new file mode 100644 index 00000000..4b752a64 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/ender_pearl.png differ diff --git a/1.12.2/assets/minecraft/textures/items/experience_bottle.png b/1.12.2/assets/minecraft/textures/items/experience_bottle.png new file mode 100644 index 00000000..ae4214ff Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/experience_bottle.png differ diff --git a/1.12.2/assets/minecraft/textures/items/feather.png b/1.12.2/assets/minecraft/textures/items/feather.png new file mode 100644 index 00000000..d4c3be55 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/feather.png differ diff --git a/1.12.2/assets/minecraft/textures/items/fireball.png b/1.12.2/assets/minecraft/textures/items/fireball.png new file mode 100644 index 00000000..141bcbe6 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/fireball.png differ diff --git a/1.12.2/assets/minecraft/textures/items/fireworks.png b/1.12.2/assets/minecraft/textures/items/fireworks.png new file mode 100644 index 00000000..50c56363 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/fireworks.png differ diff --git a/1.12.2/assets/minecraft/textures/items/fireworks_charge.png b/1.12.2/assets/minecraft/textures/items/fireworks_charge.png new file mode 100644 index 00000000..a2e67af1 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/fireworks_charge.png differ diff --git a/1.12.2/assets/minecraft/textures/items/fireworks_charge_overlay.png b/1.12.2/assets/minecraft/textures/items/fireworks_charge_overlay.png new file mode 100644 index 00000000..d8b91a92 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/fireworks_charge_overlay.png differ diff --git a/1.12.2/assets/minecraft/textures/items/fish_clownfish_raw.png b/1.12.2/assets/minecraft/textures/items/fish_clownfish_raw.png new file mode 100644 index 00000000..717a57ad Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/fish_clownfish_raw.png differ diff --git a/1.12.2/assets/minecraft/textures/items/fish_cod_cooked.png b/1.12.2/assets/minecraft/textures/items/fish_cod_cooked.png new file mode 100644 index 00000000..87564c70 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/fish_cod_cooked.png differ diff --git a/1.12.2/assets/minecraft/textures/items/fish_cod_raw.png b/1.12.2/assets/minecraft/textures/items/fish_cod_raw.png new file mode 100644 index 00000000..ec50d33c Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/fish_cod_raw.png differ diff --git a/1.12.2/assets/minecraft/textures/items/fish_pufferfish_raw.png b/1.12.2/assets/minecraft/textures/items/fish_pufferfish_raw.png new file mode 100644 index 00000000..71f22ca9 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/fish_pufferfish_raw.png differ diff --git a/1.12.2/assets/minecraft/textures/items/fish_salmon_cooked.png b/1.12.2/assets/minecraft/textures/items/fish_salmon_cooked.png new file mode 100644 index 00000000..230a101d Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/fish_salmon_cooked.png differ diff --git a/1.12.2/assets/minecraft/textures/items/fish_salmon_raw.png b/1.12.2/assets/minecraft/textures/items/fish_salmon_raw.png new file mode 100644 index 00000000..988a8aac Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/fish_salmon_raw.png differ diff --git a/1.12.2/assets/minecraft/textures/items/fishing_rod_cast.png b/1.12.2/assets/minecraft/textures/items/fishing_rod_cast.png new file mode 100644 index 00000000..a5ab3781 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/fishing_rod_cast.png differ diff --git a/1.12.2/assets/minecraft/textures/items/fishing_rod_uncast.png b/1.12.2/assets/minecraft/textures/items/fishing_rod_uncast.png new file mode 100644 index 00000000..d4b53f0f Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/fishing_rod_uncast.png differ diff --git a/1.12.2/assets/minecraft/textures/items/flint.png b/1.12.2/assets/minecraft/textures/items/flint.png new file mode 100644 index 00000000..5f51093f Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/flint.png differ diff --git a/1.12.2/assets/minecraft/textures/items/flint_and_steel.png b/1.12.2/assets/minecraft/textures/items/flint_and_steel.png new file mode 100644 index 00000000..77bc3407 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/flint_and_steel.png differ diff --git a/1.12.2/assets/minecraft/textures/items/flower_pot.png b/1.12.2/assets/minecraft/textures/items/flower_pot.png new file mode 100644 index 00000000..c4f26d21 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/flower_pot.png differ diff --git a/1.12.2/assets/minecraft/textures/items/ghast_tear.png b/1.12.2/assets/minecraft/textures/items/ghast_tear.png new file mode 100644 index 00000000..e5c741f9 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/ghast_tear.png differ diff --git a/1.12.2/assets/minecraft/textures/items/glowstone_dust.png b/1.12.2/assets/minecraft/textures/items/glowstone_dust.png new file mode 100644 index 00000000..edd93a6d Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/glowstone_dust.png differ diff --git a/1.12.2/assets/minecraft/textures/items/gold_axe.png b/1.12.2/assets/minecraft/textures/items/gold_axe.png new file mode 100644 index 00000000..0f47b600 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/gold_axe.png differ diff --git a/1.12.2/assets/minecraft/textures/items/gold_boots.png b/1.12.2/assets/minecraft/textures/items/gold_boots.png new file mode 100644 index 00000000..f6033d25 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/gold_boots.png differ diff --git a/1.12.2/assets/minecraft/textures/items/gold_chestplate.png b/1.12.2/assets/minecraft/textures/items/gold_chestplate.png new file mode 100644 index 00000000..e36076ad Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/gold_chestplate.png differ diff --git a/1.12.2/assets/minecraft/textures/items/gold_helmet.png b/1.12.2/assets/minecraft/textures/items/gold_helmet.png new file mode 100644 index 00000000..9eb89a0c Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/gold_helmet.png differ diff --git a/1.12.2/assets/minecraft/textures/items/gold_hoe.png b/1.12.2/assets/minecraft/textures/items/gold_hoe.png new file mode 100644 index 00000000..99f8b041 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/gold_hoe.png differ diff --git a/1.12.2/assets/minecraft/textures/items/gold_horse_armor.png b/1.12.2/assets/minecraft/textures/items/gold_horse_armor.png new file mode 100644 index 00000000..ca15636f Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/gold_horse_armor.png differ diff --git a/1.12.2/assets/minecraft/textures/items/gold_ingot.png b/1.12.2/assets/minecraft/textures/items/gold_ingot.png new file mode 100644 index 00000000..ea781e71 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/gold_ingot.png differ diff --git a/1.12.2/assets/minecraft/textures/items/gold_leggings.png b/1.12.2/assets/minecraft/textures/items/gold_leggings.png new file mode 100644 index 00000000..da237713 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/gold_leggings.png differ diff --git a/1.12.2/assets/minecraft/textures/items/gold_nugget.png b/1.12.2/assets/minecraft/textures/items/gold_nugget.png new file mode 100644 index 00000000..3a9a2fe4 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/gold_nugget.png differ diff --git a/1.12.2/assets/minecraft/textures/items/gold_pickaxe.png b/1.12.2/assets/minecraft/textures/items/gold_pickaxe.png new file mode 100644 index 00000000..ecccafe6 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/gold_pickaxe.png differ diff --git a/1.12.2/assets/minecraft/textures/items/gold_shovel.png b/1.12.2/assets/minecraft/textures/items/gold_shovel.png new file mode 100644 index 00000000..150cbb97 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/gold_shovel.png differ diff --git a/1.12.2/assets/minecraft/textures/items/gold_sword.png b/1.12.2/assets/minecraft/textures/items/gold_sword.png new file mode 100644 index 00000000..0ddef045 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/gold_sword.png differ diff --git a/1.12.2/assets/minecraft/textures/items/gunpowder.png b/1.12.2/assets/minecraft/textures/items/gunpowder.png new file mode 100644 index 00000000..73cadece Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/gunpowder.png differ diff --git a/1.12.2/assets/minecraft/textures/items/hopper.png b/1.12.2/assets/minecraft/textures/items/hopper.png new file mode 100644 index 00000000..160ff8cd Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/hopper.png differ diff --git a/1.12.2/assets/minecraft/textures/items/iron_axe.png b/1.12.2/assets/minecraft/textures/items/iron_axe.png new file mode 100644 index 00000000..8bf133e3 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/iron_axe.png differ diff --git a/1.12.2/assets/minecraft/textures/items/iron_boots.png b/1.12.2/assets/minecraft/textures/items/iron_boots.png new file mode 100644 index 00000000..b69ca05c Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/iron_boots.png differ diff --git a/1.12.2/assets/minecraft/textures/items/iron_chestplate.png b/1.12.2/assets/minecraft/textures/items/iron_chestplate.png new file mode 100644 index 00000000..a16616c2 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/iron_chestplate.png differ diff --git a/1.12.2/assets/minecraft/textures/items/iron_helmet.png b/1.12.2/assets/minecraft/textures/items/iron_helmet.png new file mode 100644 index 00000000..65e64cc5 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/iron_helmet.png differ diff --git a/1.12.2/assets/minecraft/textures/items/iron_hoe.png b/1.12.2/assets/minecraft/textures/items/iron_hoe.png new file mode 100644 index 00000000..3d0497e2 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/iron_hoe.png differ diff --git a/1.12.2/assets/minecraft/textures/items/iron_horse_armor.png b/1.12.2/assets/minecraft/textures/items/iron_horse_armor.png new file mode 100644 index 00000000..6586097d Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/iron_horse_armor.png differ diff --git a/1.12.2/assets/minecraft/textures/items/iron_ingot.png b/1.12.2/assets/minecraft/textures/items/iron_ingot.png new file mode 100644 index 00000000..3833fa05 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/iron_ingot.png differ diff --git a/1.12.2/assets/minecraft/textures/items/iron_leggings.png b/1.12.2/assets/minecraft/textures/items/iron_leggings.png new file mode 100644 index 00000000..ad536739 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/iron_leggings.png differ diff --git a/1.12.2/assets/minecraft/textures/items/iron_nugget.png b/1.12.2/assets/minecraft/textures/items/iron_nugget.png new file mode 100644 index 00000000..2d2aeeb9 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/iron_nugget.png differ diff --git a/1.12.2/assets/minecraft/textures/items/iron_pickaxe.png b/1.12.2/assets/minecraft/textures/items/iron_pickaxe.png new file mode 100644 index 00000000..d21440bd Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/iron_pickaxe.png differ diff --git a/1.12.2/assets/minecraft/textures/items/iron_shovel.png b/1.12.2/assets/minecraft/textures/items/iron_shovel.png new file mode 100644 index 00000000..079b236c Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/iron_shovel.png differ diff --git a/1.12.2/assets/minecraft/textures/items/iron_sword.png b/1.12.2/assets/minecraft/textures/items/iron_sword.png new file mode 100644 index 00000000..4d49c5ae Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/iron_sword.png differ diff --git a/1.12.2/assets/minecraft/textures/items/item_frame.png b/1.12.2/assets/minecraft/textures/items/item_frame.png new file mode 100644 index 00000000..261c98a6 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/item_frame.png differ diff --git a/1.12.2/assets/minecraft/textures/items/jungle_boat.png b/1.12.2/assets/minecraft/textures/items/jungle_boat.png new file mode 100644 index 00000000..4c7ce5a4 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/jungle_boat.png differ diff --git a/1.12.2/assets/minecraft/textures/items/knowledge_book.png b/1.12.2/assets/minecraft/textures/items/knowledge_book.png new file mode 100644 index 00000000..3102e9f2 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/knowledge_book.png differ diff --git a/1.12.2/assets/minecraft/textures/items/lead.png b/1.12.2/assets/minecraft/textures/items/lead.png new file mode 100644 index 00000000..23d76979 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/lead.png differ diff --git a/1.12.2/assets/minecraft/textures/items/leather.png b/1.12.2/assets/minecraft/textures/items/leather.png new file mode 100644 index 00000000..13dc1998 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/leather.png differ diff --git a/1.12.2/assets/minecraft/textures/items/leather_boots.png b/1.12.2/assets/minecraft/textures/items/leather_boots.png new file mode 100644 index 00000000..30989b00 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/leather_boots.png differ diff --git a/1.12.2/assets/minecraft/textures/items/leather_boots_overlay.png b/1.12.2/assets/minecraft/textures/items/leather_boots_overlay.png new file mode 100644 index 00000000..b6896d87 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/leather_boots_overlay.png differ diff --git a/1.12.2/assets/minecraft/textures/items/leather_chestplate.png b/1.12.2/assets/minecraft/textures/items/leather_chestplate.png new file mode 100644 index 00000000..7bdf1cca Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/leather_chestplate.png differ diff --git a/1.12.2/assets/minecraft/textures/items/leather_chestplate_overlay.png b/1.12.2/assets/minecraft/textures/items/leather_chestplate_overlay.png new file mode 100644 index 00000000..125fd348 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/leather_chestplate_overlay.png differ diff --git a/1.12.2/assets/minecraft/textures/items/leather_helmet.png b/1.12.2/assets/minecraft/textures/items/leather_helmet.png new file mode 100644 index 00000000..4d7307f0 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/leather_helmet.png differ diff --git a/1.12.2/assets/minecraft/textures/items/leather_helmet_overlay.png b/1.12.2/assets/minecraft/textures/items/leather_helmet_overlay.png new file mode 100644 index 00000000..8040d77f Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/leather_helmet_overlay.png differ diff --git a/1.12.2/assets/minecraft/textures/items/leather_leggings.png b/1.12.2/assets/minecraft/textures/items/leather_leggings.png new file mode 100644 index 00000000..5f395161 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/leather_leggings.png differ diff --git a/1.12.2/assets/minecraft/textures/items/leather_leggings_overlay.png b/1.12.2/assets/minecraft/textures/items/leather_leggings_overlay.png new file mode 100644 index 00000000..813ba262 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/leather_leggings_overlay.png differ diff --git a/1.12.2/assets/minecraft/textures/items/magma_cream.png b/1.12.2/assets/minecraft/textures/items/magma_cream.png new file mode 100644 index 00000000..d89b7bc5 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/magma_cream.png differ diff --git a/1.12.2/assets/minecraft/textures/items/map_empty.png b/1.12.2/assets/minecraft/textures/items/map_empty.png new file mode 100644 index 00000000..e8f5c0de Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/map_empty.png differ diff --git a/1.12.2/assets/minecraft/textures/items/map_filled.png b/1.12.2/assets/minecraft/textures/items/map_filled.png new file mode 100644 index 00000000..e26459ad Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/map_filled.png differ diff --git a/1.12.2/assets/minecraft/textures/items/map_filled_markings.png b/1.12.2/assets/minecraft/textures/items/map_filled_markings.png new file mode 100644 index 00000000..7eaa311e Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/map_filled_markings.png differ diff --git a/1.12.2/assets/minecraft/textures/items/melon.png b/1.12.2/assets/minecraft/textures/items/melon.png new file mode 100644 index 00000000..590f47a2 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/melon.png differ diff --git a/1.12.2/assets/minecraft/textures/items/melon_speckled.png b/1.12.2/assets/minecraft/textures/items/melon_speckled.png new file mode 100644 index 00000000..dee1bf56 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/melon_speckled.png differ diff --git a/1.12.2/assets/minecraft/textures/items/minecart_chest.png b/1.12.2/assets/minecraft/textures/items/minecart_chest.png new file mode 100644 index 00000000..78a37786 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/minecart_chest.png differ diff --git a/1.12.2/assets/minecraft/textures/items/minecart_command_block.png b/1.12.2/assets/minecraft/textures/items/minecart_command_block.png new file mode 100644 index 00000000..4f98ea37 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/minecart_command_block.png differ diff --git a/1.12.2/assets/minecraft/textures/items/minecart_furnace.png b/1.12.2/assets/minecraft/textures/items/minecart_furnace.png new file mode 100644 index 00000000..5478f25c Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/minecart_furnace.png differ diff --git a/1.12.2/assets/minecraft/textures/items/minecart_hopper.png b/1.12.2/assets/minecraft/textures/items/minecart_hopper.png new file mode 100644 index 00000000..045669d2 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/minecart_hopper.png differ diff --git a/1.12.2/assets/minecraft/textures/items/minecart_normal.png b/1.12.2/assets/minecraft/textures/items/minecart_normal.png new file mode 100644 index 00000000..2046f2bc Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/minecart_normal.png differ diff --git a/1.12.2/assets/minecraft/textures/items/minecart_tnt.png b/1.12.2/assets/minecraft/textures/items/minecart_tnt.png new file mode 100644 index 00000000..47e153af Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/minecart_tnt.png differ diff --git a/1.12.2/assets/minecraft/textures/items/mushroom_stew.png b/1.12.2/assets/minecraft/textures/items/mushroom_stew.png new file mode 100644 index 00000000..5598bc78 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/mushroom_stew.png differ diff --git a/1.12.2/assets/minecraft/textures/items/mutton_cooked.png b/1.12.2/assets/minecraft/textures/items/mutton_cooked.png new file mode 100644 index 00000000..87e6632a Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/mutton_cooked.png differ diff --git a/1.12.2/assets/minecraft/textures/items/mutton_raw.png b/1.12.2/assets/minecraft/textures/items/mutton_raw.png new file mode 100644 index 00000000..cedbfe2b Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/mutton_raw.png differ diff --git a/1.12.2/assets/minecraft/textures/items/name_tag.png b/1.12.2/assets/minecraft/textures/items/name_tag.png new file mode 100644 index 00000000..3d65fc87 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/name_tag.png differ diff --git a/1.12.2/assets/minecraft/textures/items/nether_star.png b/1.12.2/assets/minecraft/textures/items/nether_star.png new file mode 100644 index 00000000..6b848af0 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/nether_star.png differ diff --git a/1.12.2/assets/minecraft/textures/items/nether_wart.png b/1.12.2/assets/minecraft/textures/items/nether_wart.png new file mode 100644 index 00000000..09da1e33 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/nether_wart.png differ diff --git a/1.12.2/assets/minecraft/textures/items/netherbrick.png b/1.12.2/assets/minecraft/textures/items/netherbrick.png new file mode 100644 index 00000000..8ce4e3fc Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/netherbrick.png differ diff --git a/1.12.2/assets/minecraft/textures/items/oak_boat.png b/1.12.2/assets/minecraft/textures/items/oak_boat.png new file mode 100644 index 00000000..0176ac44 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/oak_boat.png differ diff --git a/1.12.2/assets/minecraft/textures/items/painting.png b/1.12.2/assets/minecraft/textures/items/painting.png new file mode 100644 index 00000000..b394f305 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/painting.png differ diff --git a/1.12.2/assets/minecraft/textures/items/paper.png b/1.12.2/assets/minecraft/textures/items/paper.png new file mode 100644 index 00000000..a1d9c7e2 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/paper.png differ diff --git a/1.12.2/assets/minecraft/textures/items/porkchop_cooked.png b/1.12.2/assets/minecraft/textures/items/porkchop_cooked.png new file mode 100644 index 00000000..a355cd0c Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/porkchop_cooked.png differ diff --git a/1.12.2/assets/minecraft/textures/items/porkchop_raw.png b/1.12.2/assets/minecraft/textures/items/porkchop_raw.png new file mode 100644 index 00000000..6c1ef739 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/porkchop_raw.png differ diff --git a/1.12.2/assets/minecraft/textures/items/potato.png b/1.12.2/assets/minecraft/textures/items/potato.png new file mode 100644 index 00000000..c1d8541e Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/potato.png differ diff --git a/1.12.2/assets/minecraft/textures/items/potato_baked.png b/1.12.2/assets/minecraft/textures/items/potato_baked.png new file mode 100644 index 00000000..6d12e98e Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/potato_baked.png differ diff --git a/1.12.2/assets/minecraft/textures/items/potato_poisonous.png b/1.12.2/assets/minecraft/textures/items/potato_poisonous.png new file mode 100644 index 00000000..6f154afa Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/potato_poisonous.png differ diff --git a/1.12.2/assets/minecraft/textures/items/potion_bottle_drinkable.png b/1.12.2/assets/minecraft/textures/items/potion_bottle_drinkable.png new file mode 100644 index 00000000..bdb132d0 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/potion_bottle_drinkable.png differ diff --git a/1.12.2/assets/minecraft/textures/items/potion_bottle_empty.png b/1.12.2/assets/minecraft/textures/items/potion_bottle_empty.png new file mode 100644 index 00000000..bdb132d0 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/potion_bottle_empty.png differ diff --git a/1.12.2/assets/minecraft/textures/items/potion_bottle_lingering.png b/1.12.2/assets/minecraft/textures/items/potion_bottle_lingering.png new file mode 100644 index 00000000..05c0936c Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/potion_bottle_lingering.png differ diff --git a/1.12.2/assets/minecraft/textures/items/potion_bottle_splash.png b/1.12.2/assets/minecraft/textures/items/potion_bottle_splash.png new file mode 100644 index 00000000..03b1f90a Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/potion_bottle_splash.png differ diff --git a/1.12.2/assets/minecraft/textures/items/potion_overlay.png b/1.12.2/assets/minecraft/textures/items/potion_overlay.png new file mode 100644 index 00000000..0e7be300 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/potion_overlay.png differ diff --git a/1.12.2/assets/minecraft/textures/items/prismarine_crystals.png b/1.12.2/assets/minecraft/textures/items/prismarine_crystals.png new file mode 100644 index 00000000..21dd442c Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/prismarine_crystals.png differ diff --git a/1.12.2/assets/minecraft/textures/items/prismarine_shard.png b/1.12.2/assets/minecraft/textures/items/prismarine_shard.png new file mode 100644 index 00000000..36ecfae8 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/prismarine_shard.png differ diff --git a/1.12.2/assets/minecraft/textures/items/pumpkin_pie.png b/1.12.2/assets/minecraft/textures/items/pumpkin_pie.png new file mode 100644 index 00000000..c21a032b Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/pumpkin_pie.png differ diff --git a/1.12.2/assets/minecraft/textures/items/quartz.png b/1.12.2/assets/minecraft/textures/items/quartz.png new file mode 100644 index 00000000..e615688b Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/quartz.png differ diff --git a/1.12.2/assets/minecraft/textures/items/rabbit_cooked.png b/1.12.2/assets/minecraft/textures/items/rabbit_cooked.png new file mode 100644 index 00000000..3fbc5f2b Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/rabbit_cooked.png differ diff --git a/1.12.2/assets/minecraft/textures/items/rabbit_foot.png b/1.12.2/assets/minecraft/textures/items/rabbit_foot.png new file mode 100644 index 00000000..be1b5ef4 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/rabbit_foot.png differ diff --git a/1.12.2/assets/minecraft/textures/items/rabbit_hide.png b/1.12.2/assets/minecraft/textures/items/rabbit_hide.png new file mode 100644 index 00000000..9294cc67 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/rabbit_hide.png differ diff --git a/1.12.2/assets/minecraft/textures/items/rabbit_raw.png b/1.12.2/assets/minecraft/textures/items/rabbit_raw.png new file mode 100644 index 00000000..4e7e33c1 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/rabbit_raw.png differ diff --git a/1.12.2/assets/minecraft/textures/items/rabbit_stew.png b/1.12.2/assets/minecraft/textures/items/rabbit_stew.png new file mode 100644 index 00000000..d0207bb2 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/rabbit_stew.png differ diff --git a/1.12.2/assets/minecraft/textures/items/record_11.png b/1.12.2/assets/minecraft/textures/items/record_11.png new file mode 100644 index 00000000..a6aa1474 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/record_11.png differ diff --git a/1.12.2/assets/minecraft/textures/items/record_13.png b/1.12.2/assets/minecraft/textures/items/record_13.png new file mode 100644 index 00000000..8cd91b94 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/record_13.png differ diff --git a/1.12.2/assets/minecraft/textures/items/record_blocks.png b/1.12.2/assets/minecraft/textures/items/record_blocks.png new file mode 100644 index 00000000..3732d6c9 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/record_blocks.png differ diff --git a/1.12.2/assets/minecraft/textures/items/record_cat.png b/1.12.2/assets/minecraft/textures/items/record_cat.png new file mode 100644 index 00000000..b3527efb Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/record_cat.png differ diff --git a/1.12.2/assets/minecraft/textures/items/record_chirp.png b/1.12.2/assets/minecraft/textures/items/record_chirp.png new file mode 100644 index 00000000..63068e1a Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/record_chirp.png differ diff --git a/1.12.2/assets/minecraft/textures/items/record_far.png b/1.12.2/assets/minecraft/textures/items/record_far.png new file mode 100644 index 00000000..443ded23 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/record_far.png differ diff --git a/1.12.2/assets/minecraft/textures/items/record_mall.png b/1.12.2/assets/minecraft/textures/items/record_mall.png new file mode 100644 index 00000000..a2bf0d61 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/record_mall.png differ diff --git a/1.12.2/assets/minecraft/textures/items/record_mellohi.png b/1.12.2/assets/minecraft/textures/items/record_mellohi.png new file mode 100644 index 00000000..466f5af4 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/record_mellohi.png differ diff --git a/1.12.2/assets/minecraft/textures/items/record_stal.png b/1.12.2/assets/minecraft/textures/items/record_stal.png new file mode 100644 index 00000000..731dad63 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/record_stal.png differ diff --git a/1.12.2/assets/minecraft/textures/items/record_strad.png b/1.12.2/assets/minecraft/textures/items/record_strad.png new file mode 100644 index 00000000..c7e42ccd Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/record_strad.png differ diff --git a/1.12.2/assets/minecraft/textures/items/record_wait.png b/1.12.2/assets/minecraft/textures/items/record_wait.png new file mode 100644 index 00000000..5306b514 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/record_wait.png differ diff --git a/1.12.2/assets/minecraft/textures/items/record_ward.png b/1.12.2/assets/minecraft/textures/items/record_ward.png new file mode 100644 index 00000000..6d053fe9 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/record_ward.png differ diff --git a/1.12.2/assets/minecraft/textures/items/redstone_dust.png b/1.12.2/assets/minecraft/textures/items/redstone_dust.png new file mode 100644 index 00000000..6da938be Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/redstone_dust.png differ diff --git a/1.12.2/assets/minecraft/textures/items/reeds.png b/1.12.2/assets/minecraft/textures/items/reeds.png new file mode 100644 index 00000000..40872c66 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/reeds.png differ diff --git a/1.12.2/assets/minecraft/textures/items/repeater.png b/1.12.2/assets/minecraft/textures/items/repeater.png new file mode 100644 index 00000000..7a07381c Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/repeater.png differ diff --git a/1.12.2/assets/minecraft/textures/items/rotten_flesh.png b/1.12.2/assets/minecraft/textures/items/rotten_flesh.png new file mode 100644 index 00000000..3f39998e Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/rotten_flesh.png differ diff --git a/1.12.2/assets/minecraft/textures/items/ruby.png b/1.12.2/assets/minecraft/textures/items/ruby.png new file mode 100644 index 00000000..4f288d95 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/ruby.png differ diff --git a/1.12.2/assets/minecraft/textures/items/saddle.png b/1.12.2/assets/minecraft/textures/items/saddle.png new file mode 100644 index 00000000..b12eafa7 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/saddle.png differ diff --git a/1.12.2/assets/minecraft/textures/items/seeds_melon.png b/1.12.2/assets/minecraft/textures/items/seeds_melon.png new file mode 100644 index 00000000..ef84499c Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/seeds_melon.png differ diff --git a/1.12.2/assets/minecraft/textures/items/seeds_pumpkin.png b/1.12.2/assets/minecraft/textures/items/seeds_pumpkin.png new file mode 100644 index 00000000..8d8f0761 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/seeds_pumpkin.png differ diff --git a/1.12.2/assets/minecraft/textures/items/seeds_wheat.png b/1.12.2/assets/minecraft/textures/items/seeds_wheat.png new file mode 100644 index 00000000..83d23a6e Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/seeds_wheat.png differ diff --git a/1.12.2/assets/minecraft/textures/items/shears.png b/1.12.2/assets/minecraft/textures/items/shears.png new file mode 100644 index 00000000..f9c6de19 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/shears.png differ diff --git a/1.12.2/assets/minecraft/textures/items/shulker_shell.png b/1.12.2/assets/minecraft/textures/items/shulker_shell.png new file mode 100644 index 00000000..1127b940 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/shulker_shell.png differ diff --git a/1.12.2/assets/minecraft/textures/items/sign.png b/1.12.2/assets/minecraft/textures/items/sign.png new file mode 100644 index 00000000..9b6e2ee2 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/sign.png differ diff --git a/1.12.2/assets/minecraft/textures/items/slimeball.png b/1.12.2/assets/minecraft/textures/items/slimeball.png new file mode 100644 index 00000000..e14dc942 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/slimeball.png differ diff --git a/1.12.2/assets/minecraft/textures/items/snowball.png b/1.12.2/assets/minecraft/textures/items/snowball.png new file mode 100644 index 00000000..340c6398 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/snowball.png differ diff --git a/1.12.2/assets/minecraft/textures/items/spawn_egg.png b/1.12.2/assets/minecraft/textures/items/spawn_egg.png new file mode 100644 index 00000000..f4c7dee1 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/spawn_egg.png differ diff --git a/1.12.2/assets/minecraft/textures/items/spawn_egg_overlay.png b/1.12.2/assets/minecraft/textures/items/spawn_egg_overlay.png new file mode 100644 index 00000000..83ec78f1 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/spawn_egg_overlay.png differ diff --git a/1.12.2/assets/minecraft/textures/items/spectral_arrow.png b/1.12.2/assets/minecraft/textures/items/spectral_arrow.png new file mode 100644 index 00000000..8d56301f Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/spectral_arrow.png differ diff --git a/1.12.2/assets/minecraft/textures/items/spider_eye.png b/1.12.2/assets/minecraft/textures/items/spider_eye.png new file mode 100644 index 00000000..35d85843 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/spider_eye.png differ diff --git a/1.12.2/assets/minecraft/textures/items/spider_eye_fermented.png b/1.12.2/assets/minecraft/textures/items/spider_eye_fermented.png new file mode 100644 index 00000000..226ffb89 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/spider_eye_fermented.png differ diff --git a/1.12.2/assets/minecraft/textures/items/spruce_boat.png b/1.12.2/assets/minecraft/textures/items/spruce_boat.png new file mode 100644 index 00000000..512c23a9 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/spruce_boat.png differ diff --git a/1.12.2/assets/minecraft/textures/items/stick.png b/1.12.2/assets/minecraft/textures/items/stick.png new file mode 100644 index 00000000..a6971ed3 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/stick.png differ diff --git a/1.12.2/assets/minecraft/textures/items/stone_axe.png b/1.12.2/assets/minecraft/textures/items/stone_axe.png new file mode 100644 index 00000000..fb33584a Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/stone_axe.png differ diff --git a/1.12.2/assets/minecraft/textures/items/stone_hoe.png b/1.12.2/assets/minecraft/textures/items/stone_hoe.png new file mode 100644 index 00000000..2f6cb632 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/stone_hoe.png differ diff --git a/1.12.2/assets/minecraft/textures/items/stone_pickaxe.png b/1.12.2/assets/minecraft/textures/items/stone_pickaxe.png new file mode 100644 index 00000000..19a8e50d Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/stone_pickaxe.png differ diff --git a/1.12.2/assets/minecraft/textures/items/stone_shovel.png b/1.12.2/assets/minecraft/textures/items/stone_shovel.png new file mode 100644 index 00000000..cfccc75f Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/stone_shovel.png differ diff --git a/1.12.2/assets/minecraft/textures/items/stone_sword.png b/1.12.2/assets/minecraft/textures/items/stone_sword.png new file mode 100644 index 00000000..e5d46597 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/stone_sword.png differ diff --git a/1.12.2/assets/minecraft/textures/items/string.png b/1.12.2/assets/minecraft/textures/items/string.png new file mode 100644 index 00000000..eecdb046 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/string.png differ diff --git a/1.12.2/assets/minecraft/textures/items/structure_void.png b/1.12.2/assets/minecraft/textures/items/structure_void.png new file mode 100644 index 00000000..ba966d63 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/structure_void.png differ diff --git a/1.12.2/assets/minecraft/textures/items/sugar.png b/1.12.2/assets/minecraft/textures/items/sugar.png new file mode 100644 index 00000000..effbfae8 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/sugar.png differ diff --git a/1.12.2/assets/minecraft/textures/items/tipped_arrow_base.png b/1.12.2/assets/minecraft/textures/items/tipped_arrow_base.png new file mode 100644 index 00000000..a1b298ca Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/tipped_arrow_base.png differ diff --git a/1.12.2/assets/minecraft/textures/items/tipped_arrow_head.png b/1.12.2/assets/minecraft/textures/items/tipped_arrow_head.png new file mode 100644 index 00000000..d45d5f9c Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/tipped_arrow_head.png differ diff --git a/1.12.2/assets/minecraft/textures/items/totem.png b/1.12.2/assets/minecraft/textures/items/totem.png new file mode 100644 index 00000000..6a14f659 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/totem.png differ diff --git a/1.12.2/assets/minecraft/textures/items/wheat.png b/1.12.2/assets/minecraft/textures/items/wheat.png new file mode 100644 index 00000000..bbd2fd9d Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/wheat.png differ diff --git a/1.12.2/assets/minecraft/textures/items/wood_axe.png b/1.12.2/assets/minecraft/textures/items/wood_axe.png new file mode 100644 index 00000000..3a192033 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/wood_axe.png differ diff --git a/1.12.2/assets/minecraft/textures/items/wood_hoe.png b/1.12.2/assets/minecraft/textures/items/wood_hoe.png new file mode 100644 index 00000000..cf9ba0ec Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/wood_hoe.png differ diff --git a/1.12.2/assets/minecraft/textures/items/wood_pickaxe.png b/1.12.2/assets/minecraft/textures/items/wood_pickaxe.png new file mode 100644 index 00000000..ebc6756e Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/wood_pickaxe.png differ diff --git a/1.12.2/assets/minecraft/textures/items/wood_shovel.png b/1.12.2/assets/minecraft/textures/items/wood_shovel.png new file mode 100644 index 00000000..b0579117 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/wood_shovel.png differ diff --git a/1.12.2/assets/minecraft/textures/items/wood_sword.png b/1.12.2/assets/minecraft/textures/items/wood_sword.png new file mode 100644 index 00000000..c04dc0a8 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/wood_sword.png differ diff --git a/1.12.2/assets/minecraft/textures/items/wooden_armorstand.png b/1.12.2/assets/minecraft/textures/items/wooden_armorstand.png new file mode 100644 index 00000000..10de14b6 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/items/wooden_armorstand.png differ diff --git a/1.12.2/assets/minecraft/textures/map/map_background.png b/1.12.2/assets/minecraft/textures/map/map_background.png new file mode 100644 index 00000000..ceeec962 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/map/map_background.png differ diff --git a/1.12.2/assets/minecraft/textures/map/map_icons.png b/1.12.2/assets/minecraft/textures/map/map_icons.png new file mode 100644 index 00000000..f8f1c4b4 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/map/map_icons.png differ diff --git a/1.12.2/assets/minecraft/textures/misc/enchanted_item_glint.png b/1.12.2/assets/minecraft/textures/misc/enchanted_item_glint.png new file mode 100644 index 00000000..ea78b86c Binary files /dev/null and b/1.12.2/assets/minecraft/textures/misc/enchanted_item_glint.png differ diff --git a/1.12.2/assets/minecraft/textures/misc/enchanted_item_glint.png.mcmeta b/1.12.2/assets/minecraft/textures/misc/enchanted_item_glint.png.mcmeta new file mode 100644 index 00000000..e38a5ad3 --- /dev/null +++ b/1.12.2/assets/minecraft/textures/misc/enchanted_item_glint.png.mcmeta @@ -0,0 +1,5 @@ +{ + "texture": { + "blur": true + } +} diff --git a/1.12.2/assets/minecraft/textures/misc/forcefield.png b/1.12.2/assets/minecraft/textures/misc/forcefield.png new file mode 100644 index 00000000..8ece3337 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/misc/forcefield.png differ diff --git a/1.12.2/assets/minecraft/textures/misc/pumpkinblur.png b/1.12.2/assets/minecraft/textures/misc/pumpkinblur.png new file mode 100644 index 00000000..4f302df5 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/misc/pumpkinblur.png differ diff --git a/1.12.2/assets/minecraft/textures/misc/pumpkinblur.png.mcmeta b/1.12.2/assets/minecraft/textures/misc/pumpkinblur.png.mcmeta new file mode 100644 index 00000000..2077f3ce --- /dev/null +++ b/1.12.2/assets/minecraft/textures/misc/pumpkinblur.png.mcmeta @@ -0,0 +1,6 @@ +{ + "texture": { + "blur": true + } +} + diff --git a/1.12.2/assets/minecraft/textures/misc/shadow.png b/1.12.2/assets/minecraft/textures/misc/shadow.png new file mode 100644 index 00000000..daba11db Binary files /dev/null and b/1.12.2/assets/minecraft/textures/misc/shadow.png differ diff --git a/1.12.2/assets/minecraft/textures/misc/shadow.png.mcmeta b/1.12.2/assets/minecraft/textures/misc/shadow.png.mcmeta new file mode 100644 index 00000000..8c6c7d1d --- /dev/null +++ b/1.12.2/assets/minecraft/textures/misc/shadow.png.mcmeta @@ -0,0 +1,6 @@ +{ + "texture": { + "clamp": true + } +} + diff --git a/1.12.2/assets/minecraft/textures/misc/underwater.png b/1.12.2/assets/minecraft/textures/misc/underwater.png new file mode 100644 index 00000000..c2c9d3cf Binary files /dev/null and b/1.12.2/assets/minecraft/textures/misc/underwater.png differ diff --git a/1.12.2/assets/minecraft/textures/misc/unknown_pack.png b/1.12.2/assets/minecraft/textures/misc/unknown_pack.png new file mode 100644 index 00000000..ec98382d Binary files /dev/null and b/1.12.2/assets/minecraft/textures/misc/unknown_pack.png differ diff --git a/1.12.2/assets/minecraft/textures/misc/unknown_server.png b/1.12.2/assets/minecraft/textures/misc/unknown_server.png new file mode 100644 index 00000000..ec98382d Binary files /dev/null and b/1.12.2/assets/minecraft/textures/misc/unknown_server.png differ diff --git a/1.12.2/assets/minecraft/textures/misc/vignette.png b/1.12.2/assets/minecraft/textures/misc/vignette.png new file mode 100644 index 00000000..5c8e97f7 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/misc/vignette.png differ diff --git a/1.12.2/assets/minecraft/textures/misc/vignette.png.mcmeta b/1.12.2/assets/minecraft/textures/misc/vignette.png.mcmeta new file mode 100644 index 00000000..2077f3ce --- /dev/null +++ b/1.12.2/assets/minecraft/textures/misc/vignette.png.mcmeta @@ -0,0 +1,6 @@ +{ + "texture": { + "blur": true + } +} + diff --git a/1.12.2/assets/minecraft/textures/models/armor/chainmail_layer_1.png b/1.12.2/assets/minecraft/textures/models/armor/chainmail_layer_1.png new file mode 100644 index 00000000..d6f568a5 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/models/armor/chainmail_layer_1.png differ diff --git a/1.12.2/assets/minecraft/textures/models/armor/chainmail_layer_2.png b/1.12.2/assets/minecraft/textures/models/armor/chainmail_layer_2.png new file mode 100644 index 00000000..a5912de1 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/models/armor/chainmail_layer_2.png differ diff --git a/1.12.2/assets/minecraft/textures/models/armor/diamond_layer_1.png b/1.12.2/assets/minecraft/textures/models/armor/diamond_layer_1.png new file mode 100644 index 00000000..5a67fec0 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/models/armor/diamond_layer_1.png differ diff --git a/1.12.2/assets/minecraft/textures/models/armor/diamond_layer_2.png b/1.12.2/assets/minecraft/textures/models/armor/diamond_layer_2.png new file mode 100644 index 00000000..7dcdee05 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/models/armor/diamond_layer_2.png differ diff --git a/1.12.2/assets/minecraft/textures/models/armor/gold_layer_1.png b/1.12.2/assets/minecraft/textures/models/armor/gold_layer_1.png new file mode 100644 index 00000000..2a1aaecc Binary files /dev/null and b/1.12.2/assets/minecraft/textures/models/armor/gold_layer_1.png differ diff --git a/1.12.2/assets/minecraft/textures/models/armor/gold_layer_2.png b/1.12.2/assets/minecraft/textures/models/armor/gold_layer_2.png new file mode 100644 index 00000000..aba1b480 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/models/armor/gold_layer_2.png differ diff --git a/1.12.2/assets/minecraft/textures/models/armor/iron_layer_1.png b/1.12.2/assets/minecraft/textures/models/armor/iron_layer_1.png new file mode 100644 index 00000000..532de141 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/models/armor/iron_layer_1.png differ diff --git a/1.12.2/assets/minecraft/textures/models/armor/iron_layer_2.png b/1.12.2/assets/minecraft/textures/models/armor/iron_layer_2.png new file mode 100644 index 00000000..a177e612 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/models/armor/iron_layer_2.png differ diff --git a/1.12.2/assets/minecraft/textures/models/armor/leather_layer_1.png b/1.12.2/assets/minecraft/textures/models/armor/leather_layer_1.png new file mode 100644 index 00000000..f37cd487 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/models/armor/leather_layer_1.png differ diff --git a/1.12.2/assets/minecraft/textures/models/armor/leather_layer_1_overlay.png b/1.12.2/assets/minecraft/textures/models/armor/leather_layer_1_overlay.png new file mode 100644 index 00000000..0a0de741 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/models/armor/leather_layer_1_overlay.png differ diff --git a/1.12.2/assets/minecraft/textures/models/armor/leather_layer_2.png b/1.12.2/assets/minecraft/textures/models/armor/leather_layer_2.png new file mode 100644 index 00000000..22926693 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/models/armor/leather_layer_2.png differ diff --git a/1.12.2/assets/minecraft/textures/models/armor/leather_layer_2_overlay.png b/1.12.2/assets/minecraft/textures/models/armor/leather_layer_2_overlay.png new file mode 100644 index 00000000..3c486449 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/models/armor/leather_layer_2_overlay.png differ diff --git a/1.12.2/assets/minecraft/textures/painting/paintings_kristoffer_zetterstrand.png b/1.12.2/assets/minecraft/textures/painting/paintings_kristoffer_zetterstrand.png new file mode 100644 index 00000000..cb766406 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/painting/paintings_kristoffer_zetterstrand.png differ diff --git a/1.12.2/assets/minecraft/textures/particle/footprint.png b/1.12.2/assets/minecraft/textures/particle/footprint.png new file mode 100644 index 00000000..495a367e Binary files /dev/null and b/1.12.2/assets/minecraft/textures/particle/footprint.png differ diff --git a/1.12.2/assets/minecraft/textures/particle/particles.png b/1.12.2/assets/minecraft/textures/particle/particles.png new file mode 100644 index 00000000..29c5b4f0 Binary files /dev/null and b/1.12.2/assets/minecraft/textures/particle/particles.png differ diff --git a/1.12.2/pack.mcmeta b/1.12.2/pack.mcmeta new file mode 100644 index 00000000..dba4719b --- /dev/null +++ b/1.12.2/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "pack": { + "pack_format": 3, + "description": "§3§kGiveMESOMEEMERALDS\n§aAuthor : §2ru-minecraft.ru.§r\n§k" + } +} \ No newline at end of file diff --git a/1.12.2/pack.png b/1.12.2/pack.png new file mode 100644 index 00000000..5a58884a Binary files /dev/null and b/1.12.2/pack.png differ diff --git a/1.13.2/assets/.mcassetsroot b/1.13.2/assets/.mcassetsroot new file mode 100644 index 00000000..e69de29b diff --git a/1.13.2/assets/minecraft/blockstates/acacia_button.json b/1.13.2/assets/minecraft/blockstates/acacia_button.json new file mode 100644 index 00000000..2a0d0b26 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/acacia_button.json @@ -0,0 +1,28 @@ +{ + "variants": { + "face=floor,facing=east,powered=false": { "model": "block/acacia_button", "y": 90 }, + "face=floor,facing=west,powered=false": { "model": "block/acacia_button", "y": 270 }, + "face=floor,facing=south,powered=false": { "model": "block/acacia_button", "y": 180 }, + "face=floor,facing=north,powered=false": { "model": "block/acacia_button" }, + "face=wall,facing=east,powered=false": { "model": "block/acacia_button", "uvlock": true, "x": 90, "y": 90 }, + "face=wall,facing=west,powered=false": { "model": "block/acacia_button", "uvlock": true, "x": 90, "y": 270 }, + "face=wall,facing=south,powered=false": { "model": "block/acacia_button", "uvlock": true, "x": 90, "y": 180 }, + "face=wall,facing=north,powered=false": { "model": "block/acacia_button", "uvlock": true, "x": 90 }, + "face=ceiling,facing=east,powered=false": { "model": "block/acacia_button", "x": 180, "y": 270 }, + "face=ceiling,facing=west,powered=false": { "model": "block/acacia_button", "x": 180, "y": 90 }, + "face=ceiling,facing=south,powered=false": { "model": "block/acacia_button", "x": 180 }, + "face=ceiling,facing=north,powered=false": { "model": "block/acacia_button", "x": 180, "y": 180 }, + "face=floor,facing=east,powered=true": { "model": "block/acacia_button_pressed", "y": 90 }, + "face=floor,facing=west,powered=true": { "model": "block/acacia_button_pressed", "y": 270 }, + "face=floor,facing=south,powered=true": { "model": "block/acacia_button_pressed", "y": 180 }, + "face=floor,facing=north,powered=true": { "model": "block/acacia_button_pressed" }, + "face=wall,facing=east,powered=true": { "model": "block/acacia_button_pressed", "uvlock": true, "x": 90, "y": 90 }, + "face=wall,facing=west,powered=true": { "model": "block/acacia_button_pressed", "uvlock": true, "x": 90, "y": 270 }, + "face=wall,facing=south,powered=true": { "model": "block/acacia_button_pressed", "uvlock": true, "x": 90, "y": 180 }, + "face=wall,facing=north,powered=true": { "model": "block/acacia_button_pressed", "uvlock": true, "x": 90 }, + "face=ceiling,facing=east,powered=true": { "model": "block/acacia_button_pressed", "x": 180, "y": 270 }, + "face=ceiling,facing=west,powered=true": { "model": "block/acacia_button_pressed", "x": 180, "y": 90 }, + "face=ceiling,facing=south,powered=true": { "model": "block/acacia_button_pressed", "x": 180 }, + "face=ceiling,facing=north,powered=true": { "model": "block/acacia_button_pressed", "x": 180, "y": 180 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/acacia_door.json b/1.13.2/assets/minecraft/blockstates/acacia_door.json new file mode 100644 index 00000000..0e1d538b --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/acacia_door.json @@ -0,0 +1,36 @@ +{ + "variants": { + "facing=east,half=lower,hinge=left,open=false": { "model": "block/acacia_door_bottom" }, + "facing=south,half=lower,hinge=left,open=false": { "model": "block/acacia_door_bottom", "y": 90 }, + "facing=west,half=lower,hinge=left,open=false": { "model": "block/acacia_door_bottom", "y": 180 }, + "facing=north,half=lower,hinge=left,open=false": { "model": "block/acacia_door_bottom", "y": 270 }, + "facing=east,half=lower,hinge=right,open=false": { "model": "block/acacia_door_bottom_hinge" }, + "facing=south,half=lower,hinge=right,open=false": { "model": "block/acacia_door_bottom_hinge", "y": 90 }, + "facing=west,half=lower,hinge=right,open=false": { "model": "block/acacia_door_bottom_hinge", "y": 180 }, + "facing=north,half=lower,hinge=right,open=false": { "model": "block/acacia_door_bottom_hinge", "y": 270 }, + "facing=east,half=lower,hinge=left,open=true": { "model": "block/acacia_door_bottom_hinge", "y": 90 }, + "facing=south,half=lower,hinge=left,open=true": { "model": "block/acacia_door_bottom_hinge", "y": 180 }, + "facing=west,half=lower,hinge=left,open=true": { "model": "block/acacia_door_bottom_hinge", "y": 270 }, + "facing=north,half=lower,hinge=left,open=true": { "model": "block/acacia_door_bottom_hinge" }, + "facing=east,half=lower,hinge=right,open=true": { "model": "block/acacia_door_bottom", "y": 270 }, + "facing=south,half=lower,hinge=right,open=true": { "model": "block/acacia_door_bottom" }, + "facing=west,half=lower,hinge=right,open=true": { "model": "block/acacia_door_bottom", "y": 90 }, + "facing=north,half=lower,hinge=right,open=true": { "model": "block/acacia_door_bottom", "y": 180 }, + "facing=east,half=upper,hinge=left,open=false": { "model": "block/acacia_door_top" }, + "facing=south,half=upper,hinge=left,open=false": { "model": "block/acacia_door_top", "y": 90 }, + "facing=west,half=upper,hinge=left,open=false": { "model": "block/acacia_door_top", "y": 180 }, + "facing=north,half=upper,hinge=left,open=false": { "model": "block/acacia_door_top", "y": 270 }, + "facing=east,half=upper,hinge=right,open=false": { "model": "block/acacia_door_top_hinge" }, + "facing=south,half=upper,hinge=right,open=false": { "model": "block/acacia_door_top_hinge", "y": 90 }, + "facing=west,half=upper,hinge=right,open=false": { "model": "block/acacia_door_top_hinge", "y": 180 }, + "facing=north,half=upper,hinge=right,open=false": { "model": "block/acacia_door_top_hinge", "y": 270 }, + "facing=east,half=upper,hinge=left,open=true": { "model": "block/acacia_door_top_hinge", "y": 90 }, + "facing=south,half=upper,hinge=left,open=true": { "model": "block/acacia_door_top_hinge", "y": 180 }, + "facing=west,half=upper,hinge=left,open=true": { "model": "block/acacia_door_top_hinge", "y": 270 }, + "facing=north,half=upper,hinge=left,open=true": { "model": "block/acacia_door_top_hinge" }, + "facing=east,half=upper,hinge=right,open=true": { "model": "block/acacia_door_top", "y": 270 }, + "facing=south,half=upper,hinge=right,open=true": { "model": "block/acacia_door_top" }, + "facing=west,half=upper,hinge=right,open=true": { "model": "block/acacia_door_top", "y": 90 }, + "facing=north,half=upper,hinge=right,open=true": { "model": "block/acacia_door_top", "y": 180 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/acacia_fence.json b/1.13.2/assets/minecraft/blockstates/acacia_fence.json new file mode 100644 index 00000000..868497ce --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/acacia_fence.json @@ -0,0 +1,17 @@ +{ + "multipart": [ + { "apply": { "model": "block/acacia_fence_post" }}, + { "when": { "north": "true" }, + "apply": { "model": "block/acacia_fence_side", "uvlock": true } + }, + { "when": { "east": "true" }, + "apply": { "model": "block/acacia_fence_side", "y": 90, "uvlock": true } + }, + { "when": { "south": "true" }, + "apply": { "model": "block/acacia_fence_side", "y": 180, "uvlock": true } + }, + { "when": { "west": "true" }, + "apply": { "model": "block/acacia_fence_side", "y": 270, "uvlock": true } + } + ] +} diff --git a/1.13.2/assets/minecraft/blockstates/acacia_fence_gate.json b/1.13.2/assets/minecraft/blockstates/acacia_fence_gate.json new file mode 100644 index 00000000..83cedf27 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/acacia_fence_gate.json @@ -0,0 +1,20 @@ +{ + "variants": { + "facing=south,in_wall=false,open=false": { "model": "block/acacia_fence_gate", "uvlock": true }, + "facing=west,in_wall=false,open=false": { "model": "block/acacia_fence_gate", "uvlock": true, "y": 90 }, + "facing=north,in_wall=false,open=false": { "model": "block/acacia_fence_gate", "uvlock": true, "y": 180 }, + "facing=east,in_wall=false,open=false": { "model": "block/acacia_fence_gate", "uvlock": true, "y": 270 }, + "facing=south,in_wall=false,open=true": { "model": "block/acacia_fence_gate_open", "uvlock": true }, + "facing=west,in_wall=false,open=true": { "model": "block/acacia_fence_gate_open", "uvlock": true, "y": 90 }, + "facing=north,in_wall=false,open=true": { "model": "block/acacia_fence_gate_open", "uvlock": true, "y": 180 }, + "facing=east,in_wall=false,open=true": { "model": "block/acacia_fence_gate_open", "uvlock": true, "y": 270 }, + "facing=south,in_wall=true,open=false": { "model": "block/acacia_fence_gate_wall", "uvlock": true }, + "facing=west,in_wall=true,open=false": { "model": "block/acacia_fence_gate_wall", "uvlock": true, "y": 90 }, + "facing=north,in_wall=true,open=false": { "model": "block/acacia_fence_gate_wall", "uvlock": true, "y": 180 }, + "facing=east,in_wall=true,open=false": { "model": "block/acacia_fence_gate_wall", "uvlock": true, "y": 270 }, + "facing=south,in_wall=true,open=true": { "model": "block/acacia_fence_gate_wall_open", "uvlock": true }, + "facing=west,in_wall=true,open=true": { "model": "block/acacia_fence_gate_wall_open", "uvlock": true, "y": 90 }, + "facing=north,in_wall=true,open=true": { "model": "block/acacia_fence_gate_wall_open", "uvlock": true, "y": 180 }, + "facing=east,in_wall=true,open=true": { "model": "block/acacia_fence_gate_wall_open", "uvlock": true, "y": 270 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/acacia_leaves.json b/1.13.2/assets/minecraft/blockstates/acacia_leaves.json new file mode 100644 index 00000000..6de4f3e9 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/acacia_leaves.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/acacia_leaves" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/acacia_log.json b/1.13.2/assets/minecraft/blockstates/acacia_log.json new file mode 100644 index 00000000..70a021bd --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/acacia_log.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/acacia_log" }, + "axis=z": { "model": "block/acacia_log", "x": 90 }, + "axis=x": { "model": "block/acacia_log", "x": 90, "y": 90 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/acacia_planks.json b/1.13.2/assets/minecraft/blockstates/acacia_planks.json new file mode 100644 index 00000000..c8ab0889 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/acacia_planks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/acacia_planks" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/acacia_pressure_plate.json b/1.13.2/assets/minecraft/blockstates/acacia_pressure_plate.json new file mode 100644 index 00000000..a2488207 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/acacia_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "variants": { + "powered=false": { "model": "block/acacia_pressure_plate" }, + "powered=true": { "model": "block/acacia_pressure_plate_down" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/acacia_sapling.json b/1.13.2/assets/minecraft/blockstates/acacia_sapling.json new file mode 100644 index 00000000..1dc41a26 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/acacia_sapling.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/acacia_sapling" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/acacia_slab.json b/1.13.2/assets/minecraft/blockstates/acacia_slab.json new file mode 100644 index 00000000..cdfd867b --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/acacia_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/acacia_slab" }, + "type=top": { "model": "block/acacia_slab_top" }, + "type=double": { "model": "block/acacia_planks" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/acacia_stairs.json b/1.13.2/assets/minecraft/blockstates/acacia_stairs.json new file mode 100644 index 00000000..bc61b292 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/acacia_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/acacia_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/acacia_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/acacia_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/acacia_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/acacia_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/acacia_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/acacia_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/acacia_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/acacia_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/acacia_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/acacia_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/acacia_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/acacia_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/acacia_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/acacia_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/acacia_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/acacia_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/acacia_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/acacia_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/acacia_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/acacia_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/acacia_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/acacia_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/acacia_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/acacia_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/acacia_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/acacia_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/acacia_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/acacia_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/acacia_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/acacia_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/acacia_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/acacia_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/acacia_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/acacia_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/acacia_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/acacia_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/acacia_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/acacia_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/acacia_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/acacia_trapdoor.json b/1.13.2/assets/minecraft/blockstates/acacia_trapdoor.json new file mode 100644 index 00000000..4061a364 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/acacia_trapdoor.json @@ -0,0 +1,20 @@ +{ + "variants": { + "facing=north,half=bottom,open=false": { "model": "block/acacia_trapdoor_bottom" }, + "facing=south,half=bottom,open=false": { "model": "block/acacia_trapdoor_bottom", "y": 180 }, + "facing=east,half=bottom,open=false": { "model": "block/acacia_trapdoor_bottom", "y": 90 }, + "facing=west,half=bottom,open=false": { "model": "block/acacia_trapdoor_bottom", "y": 270 }, + "facing=north,half=top,open=false": { "model": "block/acacia_trapdoor_top" }, + "facing=south,half=top,open=false": { "model": "block/acacia_trapdoor_top", "y": 180 }, + "facing=east,half=top,open=false": { "model": "block/acacia_trapdoor_top", "y": 90 }, + "facing=west,half=top,open=false": { "model": "block/acacia_trapdoor_top", "y": 270 }, + "facing=north,half=bottom,open=true": { "model": "block/acacia_trapdoor_open" }, + "facing=south,half=bottom,open=true": { "model": "block/acacia_trapdoor_open", "y": 180 }, + "facing=east,half=bottom,open=true": { "model": "block/acacia_trapdoor_open", "y": 90 }, + "facing=west,half=bottom,open=true": { "model": "block/acacia_trapdoor_open", "y": 270 }, + "facing=north,half=top,open=true": { "model": "block/acacia_trapdoor_open", "x": 180, "y": 180 }, + "facing=south,half=top,open=true": { "model": "block/acacia_trapdoor_open", "x": 180, "y": 0 }, + "facing=east,half=top,open=true": { "model": "block/acacia_trapdoor_open", "x": 180, "y": 270 }, + "facing=west,half=top,open=true": { "model": "block/acacia_trapdoor_open", "x": 180, "y": 90 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/acacia_wood.json b/1.13.2/assets/minecraft/blockstates/acacia_wood.json new file mode 100644 index 00000000..f55ac8ee --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/acacia_wood.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/acacia_wood" }, + "axis=z": { "model": "block/acacia_wood", "x": 90 }, + "axis=x": { "model": "block/acacia_wood", "x": 90, "y": 90 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/activator_rail.json b/1.13.2/assets/minecraft/blockstates/activator_rail.json new file mode 100644 index 00000000..69c29498 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/activator_rail.json @@ -0,0 +1,16 @@ +{ + "variants": { + "powered=false,shape=north_south": { "model": "block/activator_rail" }, + "powered=false,shape=east_west": { "model": "block/activator_rail", "y": 90 }, + "powered=false,shape=ascending_east": { "model": "block/activator_rail_raised_ne", "y": 90 }, + "powered=false,shape=ascending_west": { "model": "block/activator_rail_raised_sw", "y": 90 }, + "powered=false,shape=ascending_north": { "model": "block/activator_rail_raised_ne" }, + "powered=false,shape=ascending_south": { "model": "block/activator_rail_raised_sw" }, + "powered=true,shape=north_south": { "model": "block/activator_rail_on" }, + "powered=true,shape=east_west": { "model": "block/activator_rail_on", "y": 90 }, + "powered=true,shape=ascending_east": { "model": "block/activator_rail_on_raised_ne", "y": 90 }, + "powered=true,shape=ascending_west": { "model": "block/activator_rail_on_raised_sw", "y": 90 }, + "powered=true,shape=ascending_north": { "model": "block/activator_rail_on_raised_ne" }, + "powered=true,shape=ascending_south": { "model": "block/activator_rail_on_raised_sw" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/air.json b/1.13.2/assets/minecraft/blockstates/air.json new file mode 100644 index 00000000..09fa52b3 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/air.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/air" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/allium.json b/1.13.2/assets/minecraft/blockstates/allium.json new file mode 100644 index 00000000..d97ce5ab --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/allium.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/allium" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/andesite.json b/1.13.2/assets/minecraft/blockstates/andesite.json new file mode 100644 index 00000000..4ff83d47 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/andesite.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/andesite" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/anvil.json b/1.13.2/assets/minecraft/blockstates/anvil.json new file mode 100644 index 00000000..e71b0834 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/anvil.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "block/anvil" }, + "facing=west": { "model": "block/anvil", "y": 90 }, + "facing=north": { "model": "block/anvil", "y": 180 }, + "facing=east": { "model": "block/anvil", "y": 270 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/attached_melon_stem.json b/1.13.2/assets/minecraft/blockstates/attached_melon_stem.json new file mode 100644 index 00000000..f4048cb5 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/attached_melon_stem.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=west": { "model": "block/attached_melon_stem" }, + "facing=east": { "model": "block/attached_melon_stem", "y": 180 }, + "facing=north": { "model": "block/attached_melon_stem", "y": 90 }, + "facing=south": { "model": "block/attached_melon_stem", "y": 270 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/attached_pumpkin_stem.json b/1.13.2/assets/minecraft/blockstates/attached_pumpkin_stem.json new file mode 100644 index 00000000..3bbdc208 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/attached_pumpkin_stem.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=west": { "model": "block/attached_pumpkin_stem" }, + "facing=east": { "model": "block/attached_pumpkin_stem", "y": 180 }, + "facing=north": { "model": "block/attached_pumpkin_stem", "y": 90 }, + "facing=south": { "model": "block/attached_pumpkin_stem", "y": 270 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/azure_bluet.json b/1.13.2/assets/minecraft/blockstates/azure_bluet.json new file mode 100644 index 00000000..ac768cb8 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/azure_bluet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/azure_bluet" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/barrier.json b/1.13.2/assets/minecraft/blockstates/barrier.json new file mode 100644 index 00000000..0d8d2e48 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/barrier.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/barrier" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/beacon.json b/1.13.2/assets/minecraft/blockstates/beacon.json new file mode 100644 index 00000000..49a1565c --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/beacon.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/beacon" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/bedrock.json b/1.13.2/assets/minecraft/blockstates/bedrock.json new file mode 100644 index 00000000..12a4ec26 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/bedrock.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/bedrock" }, + { "model": "block/bedrock_mirrored" }, + { "model": "block/bedrock", "y": 180 }, + { "model": "block/bedrock_mirrored", "y": 180 } + ] + } +} diff --git a/1.13.2/assets/minecraft/blockstates/beetroots.json b/1.13.2/assets/minecraft/blockstates/beetroots.json new file mode 100644 index 00000000..d96ba876 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/beetroots.json @@ -0,0 +1,8 @@ +{ + "variants": { + "age=0": { "model": "block/beetroots_stage0" }, + "age=1": { "model": "block/beetroots_stage1" }, + "age=2": { "model": "block/beetroots_stage2" }, + "age=3": { "model": "block/beetroots_stage3" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/birch_button.json b/1.13.2/assets/minecraft/blockstates/birch_button.json new file mode 100644 index 00000000..59950516 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/birch_button.json @@ -0,0 +1,28 @@ +{ + "variants": { + "face=floor,facing=east,powered=false": { "model": "block/birch_button", "y": 90 }, + "face=floor,facing=west,powered=false": { "model": "block/birch_button", "y": 270 }, + "face=floor,facing=south,powered=false": { "model": "block/birch_button", "y": 180 }, + "face=floor,facing=north,powered=false": { "model": "block/birch_button" }, + "face=wall,facing=east,powered=false": { "model": "block/birch_button", "uvlock": true, "x": 90, "y": 90 }, + "face=wall,facing=west,powered=false": { "model": "block/birch_button", "uvlock": true, "x": 90, "y": 270 }, + "face=wall,facing=south,powered=false": { "model": "block/birch_button", "uvlock": true, "x": 90, "y": 180 }, + "face=wall,facing=north,powered=false": { "model": "block/birch_button", "uvlock": true, "x": 90 }, + "face=ceiling,facing=east,powered=false": { "model": "block/birch_button", "x": 180, "y": 270 }, + "face=ceiling,facing=west,powered=false": { "model": "block/birch_button", "x": 180, "y": 90 }, + "face=ceiling,facing=south,powered=false": { "model": "block/birch_button", "x": 180 }, + "face=ceiling,facing=north,powered=false": { "model": "block/birch_button", "x": 180, "y": 180 }, + "face=floor,facing=east,powered=true": { "model": "block/birch_button_pressed", "y": 90 }, + "face=floor,facing=west,powered=true": { "model": "block/birch_button_pressed", "y": 270 }, + "face=floor,facing=south,powered=true": { "model": "block/birch_button_pressed", "y": 180 }, + "face=floor,facing=north,powered=true": { "model": "block/birch_button_pressed" }, + "face=wall,facing=east,powered=true": { "model": "block/birch_button_pressed", "uvlock": true, "x": 90, "y": 90 }, + "face=wall,facing=west,powered=true": { "model": "block/birch_button_pressed", "uvlock": true, "x": 90, "y": 270 }, + "face=wall,facing=south,powered=true": { "model": "block/birch_button_pressed", "uvlock": true, "x": 90, "y": 180 }, + "face=wall,facing=north,powered=true": { "model": "block/birch_button_pressed", "uvlock": true, "x": 90 }, + "face=ceiling,facing=east,powered=true": { "model": "block/birch_button_pressed", "x": 180, "y": 270 }, + "face=ceiling,facing=west,powered=true": { "model": "block/birch_button_pressed", "x": 180, "y": 90 }, + "face=ceiling,facing=south,powered=true": { "model": "block/birch_button_pressed", "x": 180 }, + "face=ceiling,facing=north,powered=true": { "model": "block/birch_button_pressed", "x": 180, "y": 180 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/birch_door.json b/1.13.2/assets/minecraft/blockstates/birch_door.json new file mode 100644 index 00000000..57080995 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/birch_door.json @@ -0,0 +1,36 @@ +{ + "variants": { + "facing=east,half=lower,hinge=left,open=false": { "model": "block/birch_door_bottom" }, + "facing=south,half=lower,hinge=left,open=false": { "model": "block/birch_door_bottom", "y": 90 }, + "facing=west,half=lower,hinge=left,open=false": { "model": "block/birch_door_bottom", "y": 180 }, + "facing=north,half=lower,hinge=left,open=false": { "model": "block/birch_door_bottom", "y": 270 }, + "facing=east,half=lower,hinge=right,open=false": { "model": "block/birch_door_bottom_hinge" }, + "facing=south,half=lower,hinge=right,open=false": { "model": "block/birch_door_bottom_hinge", "y": 90 }, + "facing=west,half=lower,hinge=right,open=false": { "model": "block/birch_door_bottom_hinge", "y": 180 }, + "facing=north,half=lower,hinge=right,open=false": { "model": "block/birch_door_bottom_hinge", "y": 270 }, + "facing=east,half=lower,hinge=left,open=true": { "model": "block/birch_door_bottom_hinge", "y": 90 }, + "facing=south,half=lower,hinge=left,open=true": { "model": "block/birch_door_bottom_hinge", "y": 180 }, + "facing=west,half=lower,hinge=left,open=true": { "model": "block/birch_door_bottom_hinge", "y": 270 }, + "facing=north,half=lower,hinge=left,open=true": { "model": "block/birch_door_bottom_hinge" }, + "facing=east,half=lower,hinge=right,open=true": { "model": "block/birch_door_bottom", "y": 270 }, + "facing=south,half=lower,hinge=right,open=true": { "model": "block/birch_door_bottom" }, + "facing=west,half=lower,hinge=right,open=true": { "model": "block/birch_door_bottom", "y": 90 }, + "facing=north,half=lower,hinge=right,open=true": { "model": "block/birch_door_bottom", "y": 180 }, + "facing=east,half=upper,hinge=left,open=false": { "model": "block/birch_door_top" }, + "facing=south,half=upper,hinge=left,open=false": { "model": "block/birch_door_top", "y": 90 }, + "facing=west,half=upper,hinge=left,open=false": { "model": "block/birch_door_top", "y": 180 }, + "facing=north,half=upper,hinge=left,open=false": { "model": "block/birch_door_top", "y": 270 }, + "facing=east,half=upper,hinge=right,open=false": { "model": "block/birch_door_top_hinge" }, + "facing=south,half=upper,hinge=right,open=false": { "model": "block/birch_door_top_hinge", "y": 90 }, + "facing=west,half=upper,hinge=right,open=false": { "model": "block/birch_door_top_hinge", "y": 180 }, + "facing=north,half=upper,hinge=right,open=false": { "model": "block/birch_door_top_hinge", "y": 270 }, + "facing=east,half=upper,hinge=left,open=true": { "model": "block/birch_door_top_hinge", "y": 90 }, + "facing=south,half=upper,hinge=left,open=true": { "model": "block/birch_door_top_hinge", "y": 180 }, + "facing=west,half=upper,hinge=left,open=true": { "model": "block/birch_door_top_hinge", "y": 270 }, + "facing=north,half=upper,hinge=left,open=true": { "model": "block/birch_door_top_hinge" }, + "facing=east,half=upper,hinge=right,open=true": { "model": "block/birch_door_top", "y": 270 }, + "facing=south,half=upper,hinge=right,open=true": { "model": "block/birch_door_top" }, + "facing=west,half=upper,hinge=right,open=true": { "model": "block/birch_door_top", "y": 90 }, + "facing=north,half=upper,hinge=right,open=true": { "model": "block/birch_door_top", "y": 180 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/birch_fence.json b/1.13.2/assets/minecraft/blockstates/birch_fence.json new file mode 100644 index 00000000..8333ce9e --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/birch_fence.json @@ -0,0 +1,17 @@ +{ + "multipart": [ + { "apply": { "model": "block/birch_fence_post" }}, + { "when": { "north": "true" }, + "apply": { "model": "block/birch_fence_side", "uvlock": true } + }, + { "when": { "east": "true" }, + "apply": { "model": "block/birch_fence_side", "y": 90, "uvlock": true } + }, + { "when": { "south": "true" }, + "apply": { "model": "block/birch_fence_side", "y": 180, "uvlock": true } + }, + { "when": { "west": "true" }, + "apply": { "model": "block/birch_fence_side", "y": 270, "uvlock": true } + } + ] +} diff --git a/1.13.2/assets/minecraft/blockstates/birch_fence_gate.json b/1.13.2/assets/minecraft/blockstates/birch_fence_gate.json new file mode 100644 index 00000000..c45aa799 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/birch_fence_gate.json @@ -0,0 +1,20 @@ +{ + "variants": { + "facing=south,in_wall=false,open=false": { "model": "block/birch_fence_gate", "uvlock": true }, + "facing=west,in_wall=false,open=false": { "model": "block/birch_fence_gate", "uvlock": true, "y": 90 }, + "facing=north,in_wall=false,open=false": { "model": "block/birch_fence_gate", "uvlock": true, "y": 180 }, + "facing=east,in_wall=false,open=false": { "model": "block/birch_fence_gate", "uvlock": true, "y": 270 }, + "facing=south,in_wall=false,open=true": { "model": "block/birch_fence_gate_open", "uvlock": true }, + "facing=west,in_wall=false,open=true": { "model": "block/birch_fence_gate_open", "uvlock": true, "y": 90 }, + "facing=north,in_wall=false,open=true": { "model": "block/birch_fence_gate_open", "uvlock": true, "y": 180 }, + "facing=east,in_wall=false,open=true": { "model": "block/birch_fence_gate_open", "uvlock": true, "y": 270 }, + "facing=south,in_wall=true,open=false": { "model": "block/birch_fence_gate_wall", "uvlock": true }, + "facing=west,in_wall=true,open=false": { "model": "block/birch_fence_gate_wall", "uvlock": true, "y": 90 }, + "facing=north,in_wall=true,open=false": { "model": "block/birch_fence_gate_wall", "uvlock": true, "y": 180 }, + "facing=east,in_wall=true,open=false": { "model": "block/birch_fence_gate_wall", "uvlock": true, "y": 270 }, + "facing=south,in_wall=true,open=true": { "model": "block/birch_fence_gate_wall_open", "uvlock": true }, + "facing=west,in_wall=true,open=true": { "model": "block/birch_fence_gate_wall_open", "uvlock": true, "y": 90 }, + "facing=north,in_wall=true,open=true": { "model": "block/birch_fence_gate_wall_open", "uvlock": true, "y": 180 }, + "facing=east,in_wall=true,open=true": { "model": "block/birch_fence_gate_wall_open", "uvlock": true, "y": 270 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/birch_leaves.json b/1.13.2/assets/minecraft/blockstates/birch_leaves.json new file mode 100644 index 00000000..a0a11ff6 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/birch_leaves.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/birch_leaves" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/birch_log.json b/1.13.2/assets/minecraft/blockstates/birch_log.json new file mode 100644 index 00000000..2e81aacd --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/birch_log.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/birch_log" }, + "axis=z": { "model": "block/birch_log", "x": 90 }, + "axis=x": { "model": "block/birch_log", "x": 90, "y": 90 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/birch_planks.json b/1.13.2/assets/minecraft/blockstates/birch_planks.json new file mode 100644 index 00000000..93b51a28 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/birch_planks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/birch_planks" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/birch_pressure_plate.json b/1.13.2/assets/minecraft/blockstates/birch_pressure_plate.json new file mode 100644 index 00000000..294bc14b --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/birch_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "variants": { + "powered=false": { "model": "block/birch_pressure_plate" }, + "powered=true": { "model": "block/birch_pressure_plate_down" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/birch_sapling.json b/1.13.2/assets/minecraft/blockstates/birch_sapling.json new file mode 100644 index 00000000..5a7fc058 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/birch_sapling.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/birch_sapling" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/birch_slab.json b/1.13.2/assets/minecraft/blockstates/birch_slab.json new file mode 100644 index 00000000..4a6f5b56 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/birch_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/birch_slab" }, + "type=top": { "model": "block/birch_slab_top" }, + "type=double": { "model": "block/birch_planks" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/birch_stairs.json b/1.13.2/assets/minecraft/blockstates/birch_stairs.json new file mode 100644 index 00000000..8ac9dddd --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/birch_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/birch_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/birch_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/birch_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/birch_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/birch_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/birch_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/birch_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/birch_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/birch_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/birch_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/birch_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/birch_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/birch_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/birch_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/birch_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/birch_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/birch_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/birch_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/birch_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/birch_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/birch_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/birch_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/birch_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/birch_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/birch_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/birch_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/birch_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/birch_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/birch_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/birch_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/birch_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/birch_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/birch_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/birch_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/birch_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/birch_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/birch_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/birch_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/birch_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/birch_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/birch_trapdoor.json b/1.13.2/assets/minecraft/blockstates/birch_trapdoor.json new file mode 100644 index 00000000..30567436 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/birch_trapdoor.json @@ -0,0 +1,20 @@ +{ + "variants": { + "facing=north,half=bottom,open=false": { "model": "block/birch_trapdoor_bottom" }, + "facing=south,half=bottom,open=false": { "model": "block/birch_trapdoor_bottom", "y": 180 }, + "facing=east,half=bottom,open=false": { "model": "block/birch_trapdoor_bottom", "y": 90 }, + "facing=west,half=bottom,open=false": { "model": "block/birch_trapdoor_bottom", "y": 270 }, + "facing=north,half=top,open=false": { "model": "block/birch_trapdoor_top" }, + "facing=south,half=top,open=false": { "model": "block/birch_trapdoor_top", "y": 180 }, + "facing=east,half=top,open=false": { "model": "block/birch_trapdoor_top", "y": 90 }, + "facing=west,half=top,open=false": { "model": "block/birch_trapdoor_top", "y": 270 }, + "facing=north,half=bottom,open=true": { "model": "block/birch_trapdoor_open" }, + "facing=south,half=bottom,open=true": { "model": "block/birch_trapdoor_open", "y": 180 }, + "facing=east,half=bottom,open=true": { "model": "block/birch_trapdoor_open", "y": 90 }, + "facing=west,half=bottom,open=true": { "model": "block/birch_trapdoor_open", "y": 270 }, + "facing=north,half=top,open=true": { "model": "block/birch_trapdoor_open", "x": 180, "y": 180 }, + "facing=south,half=top,open=true": { "model": "block/birch_trapdoor_open", "x": 180, "y": 0 }, + "facing=east,half=top,open=true": { "model": "block/birch_trapdoor_open", "x": 180, "y": 270 }, + "facing=west,half=top,open=true": { "model": "block/birch_trapdoor_open", "x": 180, "y": 90 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/birch_wood.json b/1.13.2/assets/minecraft/blockstates/birch_wood.json new file mode 100644 index 00000000..1cfc0b88 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/birch_wood.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/birch_wood" }, + "axis=z": { "model": "block/birch_wood", "x": 90 }, + "axis=x": { "model": "block/birch_wood", "x": 90, "y": 90 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/black_banner.json b/1.13.2/assets/minecraft/blockstates/black_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/black_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/black_bed.json b/1.13.2/assets/minecraft/blockstates/black_bed.json new file mode 100644 index 00000000..8cdeb6ce --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/black_bed.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/bed" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/black_carpet.json b/1.13.2/assets/minecraft/blockstates/black_carpet.json new file mode 100644 index 00000000..21f71063 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/black_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/black_carpet" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/black_concrete.json b/1.13.2/assets/minecraft/blockstates/black_concrete.json new file mode 100644 index 00000000..9e56b5dd --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/black_concrete.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/black_concrete" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/black_concrete_powder.json b/1.13.2/assets/minecraft/blockstates/black_concrete_powder.json new file mode 100644 index 00000000..cc9ab95d --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/black_concrete_powder.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/black_concrete_powder" }, + { "model": "block/black_concrete_powder", "y": 90 }, + { "model": "block/black_concrete_powder", "y": 180 }, + { "model": "block/black_concrete_powder", "y": 270 } + ] + } +} diff --git a/1.13.2/assets/minecraft/blockstates/black_glazed_terracotta.json b/1.13.2/assets/minecraft/blockstates/black_glazed_terracotta.json new file mode 100644 index 00000000..b1fdec8b --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/black_glazed_terracotta.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "block/black_glazed_terracotta" }, + "facing=west": { "model": "block/black_glazed_terracotta", "y": 90 }, + "facing=north": { "model": "block/black_glazed_terracotta", "y": 180 }, + "facing=east": { "model": "block/black_glazed_terracotta", "y": 270 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/black_shulker_box.json b/1.13.2/assets/minecraft/blockstates/black_shulker_box.json new file mode 100644 index 00000000..7831b9f7 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/black_shulker_box.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/black_shulker_box" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/black_stained_glass.json b/1.13.2/assets/minecraft/blockstates/black_stained_glass.json new file mode 100644 index 00000000..bccd2bcf --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/black_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/black_stained_glass" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/black_stained_glass_pane.json b/1.13.2/assets/minecraft/blockstates/black_stained_glass_pane.json new file mode 100644 index 00000000..57fb68d9 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/black_stained_glass_pane.json @@ -0,0 +1,29 @@ +{ + "multipart": [ + { "apply": { "model": "block/black_stained_glass_pane_post" }}, + { "when": { "north": true }, + "apply": { "model": "block/black_stained_glass_pane_side" } + }, + { "when": { "east": true }, + "apply": { "model": "block/black_stained_glass_pane_side", "y": 90 } + }, + { "when": { "south": true }, + "apply": { "model": "block/black_stained_glass_pane_side_alt" } + }, + { "when": { "west": true }, + "apply": { "model": "block/black_stained_glass_pane_side_alt", "y": 90 } + }, + { "when": { "north": false }, + "apply": { "model": "block/black_stained_glass_pane_noside" } + }, + { "when": { "east": false }, + "apply": { "model": "block/black_stained_glass_pane_noside_alt" } + }, + { "when": { "south": false }, + "apply": { "model": "block/black_stained_glass_pane_noside_alt", "y": 90 } + }, + { "when": { "west": false }, + "apply": { "model": "block/black_stained_glass_pane_noside", "y": 270 } + } + ] +} diff --git a/1.13.2/assets/minecraft/blockstates/black_terracotta.json b/1.13.2/assets/minecraft/blockstates/black_terracotta.json new file mode 100644 index 00000000..a88bb3d4 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/black_terracotta.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/black_terracotta" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/black_wall_banner.json b/1.13.2/assets/minecraft/blockstates/black_wall_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/black_wall_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/black_wool.json b/1.13.2/assets/minecraft/blockstates/black_wool.json new file mode 100644 index 00000000..e3e5790c --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/black_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/black_wool" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/blue_banner.json b/1.13.2/assets/minecraft/blockstates/blue_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/blue_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/blue_bed.json b/1.13.2/assets/minecraft/blockstates/blue_bed.json new file mode 100644 index 00000000..8cdeb6ce --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/blue_bed.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/bed" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/blue_carpet.json b/1.13.2/assets/minecraft/blockstates/blue_carpet.json new file mode 100644 index 00000000..4b31a299 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/blue_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/blue_carpet" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/blue_concrete.json b/1.13.2/assets/minecraft/blockstates/blue_concrete.json new file mode 100644 index 00000000..7bad98f3 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/blue_concrete.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/blue_concrete" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/blue_concrete_powder.json b/1.13.2/assets/minecraft/blockstates/blue_concrete_powder.json new file mode 100644 index 00000000..af673f0c --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/blue_concrete_powder.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/blue_concrete_powder" }, + { "model": "block/blue_concrete_powder", "y": 90 }, + { "model": "block/blue_concrete_powder", "y": 180 }, + { "model": "block/blue_concrete_powder", "y": 270 } + ] + } +} diff --git a/1.13.2/assets/minecraft/blockstates/blue_glazed_terracotta.json b/1.13.2/assets/minecraft/blockstates/blue_glazed_terracotta.json new file mode 100644 index 00000000..1f267a25 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/blue_glazed_terracotta.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "block/blue_glazed_terracotta" }, + "facing=west": { "model": "block/blue_glazed_terracotta", "y": 90 }, + "facing=north": { "model": "block/blue_glazed_terracotta", "y": 180 }, + "facing=east": { "model": "block/blue_glazed_terracotta", "y": 270 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/blue_ice.json b/1.13.2/assets/minecraft/blockstates/blue_ice.json new file mode 100644 index 00000000..58a6bc66 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/blue_ice.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/blue_ice" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/blue_orchid.json b/1.13.2/assets/minecraft/blockstates/blue_orchid.json new file mode 100644 index 00000000..f765e4be --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/blue_orchid.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/blue_orchid" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/blue_shulker_box.json b/1.13.2/assets/minecraft/blockstates/blue_shulker_box.json new file mode 100644 index 00000000..ec899b78 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/blue_shulker_box.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/blue_shulker_box" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/blue_stained_glass.json b/1.13.2/assets/minecraft/blockstates/blue_stained_glass.json new file mode 100644 index 00000000..0b9ff5b0 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/blue_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/blue_stained_glass" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/blue_stained_glass_pane.json b/1.13.2/assets/minecraft/blockstates/blue_stained_glass_pane.json new file mode 100644 index 00000000..6c08c117 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/blue_stained_glass_pane.json @@ -0,0 +1,29 @@ +{ + "multipart": [ + { "apply": { "model": "block/blue_stained_glass_pane_post" }}, + { "when": { "north": true }, + "apply": { "model": "block/blue_stained_glass_pane_side" } + }, + { "when": { "east": true }, + "apply": { "model": "block/blue_stained_glass_pane_side", "y": 90 } + }, + { "when": { "south": true }, + "apply": { "model": "block/blue_stained_glass_pane_side_alt" } + }, + { "when": { "west": true }, + "apply": { "model": "block/blue_stained_glass_pane_side_alt", "y": 90 } + }, + { "when": { "north": false }, + "apply": { "model": "block/blue_stained_glass_pane_noside" } + }, + { "when": { "east": false }, + "apply": { "model": "block/blue_stained_glass_pane_noside_alt" } + }, + { "when": { "south": false }, + "apply": { "model": "block/blue_stained_glass_pane_noside_alt", "y": 90 } + }, + { "when": { "west": false }, + "apply": { "model": "block/blue_stained_glass_pane_noside", "y": 270 } + } + ] +} diff --git a/1.13.2/assets/minecraft/blockstates/blue_terracotta.json b/1.13.2/assets/minecraft/blockstates/blue_terracotta.json new file mode 100644 index 00000000..8200b2fc --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/blue_terracotta.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/blue_terracotta" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/blue_wall_banner.json b/1.13.2/assets/minecraft/blockstates/blue_wall_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/blue_wall_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/blue_wool.json b/1.13.2/assets/minecraft/blockstates/blue_wool.json new file mode 100644 index 00000000..f1c262cb --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/blue_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/blue_wool" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/bone_block.json b/1.13.2/assets/minecraft/blockstates/bone_block.json new file mode 100644 index 00000000..b6afb4b6 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/bone_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/bone_block" }, + "axis=z": { "model": "block/bone_block", "x": 90 }, + "axis=x": { "model": "block/bone_block", "x": 90, "y": 90 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/bookshelf.json b/1.13.2/assets/minecraft/blockstates/bookshelf.json new file mode 100644 index 00000000..df39cc30 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/bookshelf.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/bookshelf" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/brain_coral.json b/1.13.2/assets/minecraft/blockstates/brain_coral.json new file mode 100644 index 00000000..ba47e3df --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/brain_coral.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/brain_coral" } + } +} \ No newline at end of file diff --git a/1.13.2/assets/minecraft/blockstates/brain_coral_block.json b/1.13.2/assets/minecraft/blockstates/brain_coral_block.json new file mode 100644 index 00000000..bab54b01 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/brain_coral_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/brain_coral_block" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/brain_coral_fan.json b/1.13.2/assets/minecraft/blockstates/brain_coral_fan.json new file mode 100644 index 00000000..5d5f5225 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/brain_coral_fan.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/brain_coral_fan" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/brain_coral_wall_fan.json b/1.13.2/assets/minecraft/blockstates/brain_coral_wall_fan.json new file mode 100644 index 00000000..1e3d00b9 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/brain_coral_wall_fan.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=east": { "model": "block/brain_coral_wall_fan", "y": 90 }, + "facing=south": { "model": "block/brain_coral_wall_fan", "y": 180 }, + "facing=west": { "model": "block/brain_coral_wall_fan", "y": 270 }, + "facing=north": { "model": "block/brain_coral_wall_fan", "y": 0 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/brewing_stand.json b/1.13.2/assets/minecraft/blockstates/brewing_stand.json new file mode 100644 index 00000000..fc6eecf6 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/brewing_stand.json @@ -0,0 +1,23 @@ +{ + "multipart": [ + { "apply": { "model": "block/brewing_stand" }}, + { "when": { "has_bottle_0": "true" }, + "apply": { "model": "block/brewing_stand_bottle0" } + }, + { "when": { "has_bottle_1": "true" }, + "apply": { "model": "block/brewing_stand_bottle1" } + }, + { "when": { "has_bottle_2": "true" }, + "apply": { "model": "block/brewing_stand_bottle2" } + }, + { "when": { "has_bottle_0": "false" }, + "apply": { "model": "block/brewing_stand_empty0" } + }, + { "when": { "has_bottle_1": "false" }, + "apply": { "model": "block/brewing_stand_empty1" } + }, + { "when": { "has_bottle_2": "false" }, + "apply": { "model": "block/brewing_stand_empty2" } + } + ] +} diff --git a/1.13.2/assets/minecraft/blockstates/brick_slab.json b/1.13.2/assets/minecraft/blockstates/brick_slab.json new file mode 100644 index 00000000..f50ad298 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/brick_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/brick_slab" }, + "type=top": { "model": "block/brick_slab_top" }, + "type=double": { "model": "block/bricks" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/brick_stairs.json b/1.13.2/assets/minecraft/blockstates/brick_stairs.json new file mode 100644 index 00000000..a94331c9 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/brick_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/brick_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/brick_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/brick_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/brick_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/brick_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/brick_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/brick_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/brick_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/brick_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/brick_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/brick_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/brick_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/brick_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/brick_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/brick_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/brick_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/brick_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/brick_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/brick_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/brick_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/brick_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/brick_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/brick_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/brick_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/brick_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/brick_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/brick_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/brick_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/brick_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/brick_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/brick_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/brick_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/brick_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/brick_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/brick_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/brick_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/brick_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/brick_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/brick_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/brick_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/bricks.json b/1.13.2/assets/minecraft/blockstates/bricks.json new file mode 100644 index 00000000..e65d8f5c --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/bricks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/bricks" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/brown_banner.json b/1.13.2/assets/minecraft/blockstates/brown_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/brown_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/brown_bed.json b/1.13.2/assets/minecraft/blockstates/brown_bed.json new file mode 100644 index 00000000..8cdeb6ce --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/brown_bed.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/bed" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/brown_carpet.json b/1.13.2/assets/minecraft/blockstates/brown_carpet.json new file mode 100644 index 00000000..7372d237 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/brown_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/brown_carpet" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/brown_concrete.json b/1.13.2/assets/minecraft/blockstates/brown_concrete.json new file mode 100644 index 00000000..9e77290a --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/brown_concrete.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/brown_concrete" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/brown_concrete_powder.json b/1.13.2/assets/minecraft/blockstates/brown_concrete_powder.json new file mode 100644 index 00000000..3f67ba65 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/brown_concrete_powder.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/brown_concrete_powder" }, + { "model": "block/brown_concrete_powder", "y": 90 }, + { "model": "block/brown_concrete_powder", "y": 180 }, + { "model": "block/brown_concrete_powder", "y": 270 } + ] + } +} diff --git a/1.13.2/assets/minecraft/blockstates/brown_glazed_terracotta.json b/1.13.2/assets/minecraft/blockstates/brown_glazed_terracotta.json new file mode 100644 index 00000000..bc683a3d --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/brown_glazed_terracotta.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "block/brown_glazed_terracotta" }, + "facing=west": { "model": "block/brown_glazed_terracotta", "y": 90 }, + "facing=north": { "model": "block/brown_glazed_terracotta", "y": 180 }, + "facing=east": { "model": "block/brown_glazed_terracotta", "y": 270 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/brown_mushroom.json b/1.13.2/assets/minecraft/blockstates/brown_mushroom.json new file mode 100644 index 00000000..7507327c --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/brown_mushroom.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/brown_mushroom" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/brown_mushroom_block.json b/1.13.2/assets/minecraft/blockstates/brown_mushroom_block.json new file mode 100644 index 00000000..ee0485d7 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/brown_mushroom_block.json @@ -0,0 +1,40 @@ +{ + "multipart": [ + { "when": { "north": true }, + "apply": { "model": "block/brown_mushroom_block" } + }, + { "when": { "east": true }, + "apply": { "model": "block/brown_mushroom_block", "y": 90, "uvlock": true } + }, + { "when": { "south": true }, + "apply": { "model": "block/brown_mushroom_block", "y": 180, "uvlock": true } + }, + { "when": { "west": true }, + "apply": { "model": "block/brown_mushroom_block", "y": 270, "uvlock": true } + }, + { "when": { "up": true }, + "apply": { "model": "block/brown_mushroom_block", "x": 270, "uvlock": true } + }, + { "when": { "down": true }, + "apply": { "model": "block/brown_mushroom_block", "x": 90, "uvlock": true } + }, + { "when": { "north": false }, + "apply": { "model": "block/mushroom_block_inside" } + }, + { "when": { "east": false }, + "apply": { "model": "block/mushroom_block_inside", "y": 90, "uvlock": false } + }, + { "when": { "south": false }, + "apply": { "model": "block/mushroom_block_inside", "y": 180, "uvlock": false } + }, + { "when": { "west": false }, + "apply": { "model": "block/mushroom_block_inside", "y": 270, "uvlock": false } + }, + { "when": { "up": false }, + "apply": { "model": "block/mushroom_block_inside", "x": 270, "uvlock": false } + }, + { "when": { "down": false }, + "apply": { "model": "block/mushroom_block_inside", "x": 90, "uvlock": false } + } + ] +} diff --git a/1.13.2/assets/minecraft/blockstates/brown_shulker_box.json b/1.13.2/assets/minecraft/blockstates/brown_shulker_box.json new file mode 100644 index 00000000..6a6c6887 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/brown_shulker_box.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/brown_shulker_box" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/brown_stained_glass.json b/1.13.2/assets/minecraft/blockstates/brown_stained_glass.json new file mode 100644 index 00000000..6de6ebb7 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/brown_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/brown_stained_glass" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/brown_stained_glass_pane.json b/1.13.2/assets/minecraft/blockstates/brown_stained_glass_pane.json new file mode 100644 index 00000000..9f91b8ac --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/brown_stained_glass_pane.json @@ -0,0 +1,29 @@ +{ + "multipart": [ + { "apply": { "model": "block/brown_stained_glass_pane_post" }}, + { "when": { "north": true }, + "apply": { "model": "block/brown_stained_glass_pane_side" } + }, + { "when": { "east": true }, + "apply": { "model": "block/brown_stained_glass_pane_side", "y": 90 } + }, + { "when": { "south": true }, + "apply": { "model": "block/brown_stained_glass_pane_side_alt" } + }, + { "when": { "west": true }, + "apply": { "model": "block/brown_stained_glass_pane_side_alt", "y": 90 } + }, + { "when": { "north": false }, + "apply": { "model": "block/brown_stained_glass_pane_noside" } + }, + { "when": { "east": false }, + "apply": { "model": "block/brown_stained_glass_pane_noside_alt" } + }, + { "when": { "south": false }, + "apply": { "model": "block/brown_stained_glass_pane_noside_alt", "y": 90 } + }, + { "when": { "west": false }, + "apply": { "model": "block/brown_stained_glass_pane_noside", "y": 270 } + } + ] +} diff --git a/1.13.2/assets/minecraft/blockstates/brown_terracotta.json b/1.13.2/assets/minecraft/blockstates/brown_terracotta.json new file mode 100644 index 00000000..ba12a04b --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/brown_terracotta.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/brown_terracotta" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/brown_wall_banner.json b/1.13.2/assets/minecraft/blockstates/brown_wall_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/brown_wall_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/brown_wool.json b/1.13.2/assets/minecraft/blockstates/brown_wool.json new file mode 100644 index 00000000..62d4556e --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/brown_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/brown_wool" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/bubble_column.json b/1.13.2/assets/minecraft/blockstates/bubble_column.json new file mode 100644 index 00000000..48ff0ea4 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/bubble_column.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/water" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/bubble_coral.json b/1.13.2/assets/minecraft/blockstates/bubble_coral.json new file mode 100644 index 00000000..6ea2e40c --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/bubble_coral.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/bubble_coral" } + } +} \ No newline at end of file diff --git a/1.13.2/assets/minecraft/blockstates/bubble_coral_block.json b/1.13.2/assets/minecraft/blockstates/bubble_coral_block.json new file mode 100644 index 00000000..19e84ab8 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/bubble_coral_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/bubble_coral_block" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/bubble_coral_fan.json b/1.13.2/assets/minecraft/blockstates/bubble_coral_fan.json new file mode 100644 index 00000000..4e1fd8a9 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/bubble_coral_fan.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/bubble_coral_fan" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/bubble_coral_wall_fan.json b/1.13.2/assets/minecraft/blockstates/bubble_coral_wall_fan.json new file mode 100644 index 00000000..83a05c98 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/bubble_coral_wall_fan.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=east": { "model": "block/bubble_coral_wall_fan", "y": 90 }, + "facing=south": { "model": "block/bubble_coral_wall_fan", "y": 180 }, + "facing=west": { "model": "block/bubble_coral_wall_fan", "y": 270 }, + "facing=north": { "model": "block/bubble_coral_wall_fan", "y": 0 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/cactus.json b/1.13.2/assets/minecraft/blockstates/cactus.json new file mode 100644 index 00000000..01a156ff --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/cactus.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/cactus" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/cake.json b/1.13.2/assets/minecraft/blockstates/cake.json new file mode 100644 index 00000000..3fad9916 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/cake.json @@ -0,0 +1,11 @@ +{ + "variants": { + "bites=0": { "model": "block/cake" }, + "bites=1": { "model": "block/cake_slice1" }, + "bites=2": { "model": "block/cake_slice2" }, + "bites=3": { "model": "block/cake_slice3" }, + "bites=4": { "model": "block/cake_slice4" }, + "bites=5": { "model": "block/cake_slice5" }, + "bites=6": { "model": "block/cake_slice6" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/carrots.json b/1.13.2/assets/minecraft/blockstates/carrots.json new file mode 100644 index 00000000..b8bd5836 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/carrots.json @@ -0,0 +1,12 @@ +{ + "variants": { + "age=0": { "model": "block/carrots_stage0" }, + "age=1": { "model": "block/carrots_stage0" }, + "age=2": { "model": "block/carrots_stage1" }, + "age=3": { "model": "block/carrots_stage1" }, + "age=4": { "model": "block/carrots_stage2" }, + "age=5": { "model": "block/carrots_stage2" }, + "age=6": { "model": "block/carrots_stage2" }, + "age=7": { "model": "block/carrots_stage3" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/carved_pumpkin.json b/1.13.2/assets/minecraft/blockstates/carved_pumpkin.json new file mode 100644 index 00000000..6983dda3 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/carved_pumpkin.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "block/carved_pumpkin" }, + "facing=south": { "model": "block/carved_pumpkin", "y": 180 }, + "facing=west": { "model": "block/carved_pumpkin", "y": 270 }, + "facing=east": { "model": "block/carved_pumpkin", "y": 90 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/cauldron.json b/1.13.2/assets/minecraft/blockstates/cauldron.json new file mode 100644 index 00000000..b8e5a760 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/cauldron.json @@ -0,0 +1,8 @@ +{ + "variants": { + "level=0": { "model": "block/cauldron" }, + "level=1": { "model": "block/cauldron_level1" }, + "level=2": { "model": "block/cauldron_level2" }, + "level=3": { "model": "block/cauldron_level3" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/cave_air.json b/1.13.2/assets/minecraft/blockstates/cave_air.json new file mode 100644 index 00000000..09fa52b3 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/cave_air.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/air" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/chain_command_block.json b/1.13.2/assets/minecraft/blockstates/chain_command_block.json new file mode 100644 index 00000000..03753450 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/chain_command_block.json @@ -0,0 +1,16 @@ +{ + "variants": { + "conditional=false,facing=down": { "model": "block/chain_command_block", "x": 90 }, + "conditional=false,facing=up": { "model": "block/chain_command_block", "x": 270 }, + "conditional=false,facing=north": { "model": "block/chain_command_block" }, + "conditional=false,facing=south": { "model": "block/chain_command_block", "y": 180 }, + "conditional=false,facing=west": { "model": "block/chain_command_block", "y": 270 }, + "conditional=false,facing=east": { "model": "block/chain_command_block", "y": 90 }, + "conditional=true,facing=down": { "model": "block/chain_command_block_conditional", "x": 90 }, + "conditional=true,facing=up": { "model": "block/chain_command_block_conditional", "x": 270 }, + "conditional=true,facing=north": { "model": "block/chain_command_block_conditional" }, + "conditional=true,facing=south": { "model": "block/chain_command_block_conditional", "y": 180 }, + "conditional=true,facing=west": { "model": "block/chain_command_block_conditional", "y": 270 }, + "conditional=true,facing=east": { "model": "block/chain_command_block_conditional", "y": 90 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/chest.json b/1.13.2/assets/minecraft/blockstates/chest.json new file mode 100644 index 00000000..77b44fb4 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/chest.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/chest" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/chipped_anvil.json b/1.13.2/assets/minecraft/blockstates/chipped_anvil.json new file mode 100644 index 00000000..9eab482a --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/chipped_anvil.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "block/chipped_anvil" }, + "facing=west": { "model": "block/chipped_anvil", "y": 90 }, + "facing=north": { "model": "block/chipped_anvil", "y": 180 }, + "facing=east": { "model": "block/chipped_anvil", "y": 270 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/chiseled_quartz_block.json b/1.13.2/assets/minecraft/blockstates/chiseled_quartz_block.json new file mode 100644 index 00000000..2a7803b2 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/chiseled_quartz_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/chiseled_quartz_block" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/chiseled_red_sandstone.json b/1.13.2/assets/minecraft/blockstates/chiseled_red_sandstone.json new file mode 100644 index 00000000..1f9119b6 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/chiseled_red_sandstone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/chiseled_red_sandstone" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/chiseled_sandstone.json b/1.13.2/assets/minecraft/blockstates/chiseled_sandstone.json new file mode 100644 index 00000000..589aea93 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/chiseled_sandstone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/chiseled_sandstone" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/chiseled_stone_bricks.json b/1.13.2/assets/minecraft/blockstates/chiseled_stone_bricks.json new file mode 100644 index 00000000..8190d79b --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/chiseled_stone_bricks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/chiseled_stone_bricks" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/chorus_flower.json b/1.13.2/assets/minecraft/blockstates/chorus_flower.json new file mode 100644 index 00000000..a9cedfed --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/chorus_flower.json @@ -0,0 +1,10 @@ +{ + "variants": { + "age=0": { "model": "block/chorus_flower" }, + "age=1": { "model": "block/chorus_flower" }, + "age=2": { "model": "block/chorus_flower" }, + "age=3": { "model": "block/chorus_flower" }, + "age=4": { "model": "block/chorus_flower" }, + "age=5": { "model": "block/chorus_flower_dead" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/chorus_plant.json b/1.13.2/assets/minecraft/blockstates/chorus_plant.json new file mode 100644 index 00000000..da672f15 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/chorus_plant.json @@ -0,0 +1,70 @@ +{ + "multipart": [ + { "when": { "north": true }, + "apply": { "model": "block/chorus_plant_side" } + }, + { "when": { "east": true }, + "apply": { "model": "block/chorus_plant_side", "y": 90, "uvlock": true } + }, + { "when": { "south": true }, + "apply": { "model": "block/chorus_plant_side", "y": 180, "uvlock": true } + }, + { "when": { "west": true }, + "apply": { "model": "block/chorus_plant_side", "y": 270, "uvlock": true } + }, + { "when": { "up": true }, + "apply": { "model": "block/chorus_plant_side", "x": 270, "uvlock": true } + }, + { "when": { "down": true }, + "apply": { "model": "block/chorus_plant_side", "x": 90, "uvlock": true } + }, + { "when": { "north": false }, + "apply": [ + { "model": "block/chorus_plant_noside", "weight": 2 }, + { "model": "block/chorus_plant_noside1" }, + { "model": "block/chorus_plant_noside2" }, + { "model": "block/chorus_plant_noside3" } + ] + }, + { "when": { "east": false }, + "apply": [ + { "model": "block/chorus_plant_noside1", "y": 90, "uvlock": true }, + { "model": "block/chorus_plant_noside2", "y": 90, "uvlock": true }, + { "model": "block/chorus_plant_noside3", "y": 90, "uvlock": true }, + { "model": "block/chorus_plant_noside", "weight": 2, "y": 90, "uvlock": true } + ] + }, + { "when": { "south": false }, + "apply": [ + { "model": "block/chorus_plant_noside2", "y": 180, "uvlock": true }, + { "model": "block/chorus_plant_noside3", "y": 180, "uvlock": true }, + { "model": "block/chorus_plant_noside", "weight": 2, "y": 180, "uvlock": true }, + { "model": "block/chorus_plant_noside1", "y": 180, "uvlock": true } + ] + }, + { "when": { "west": false }, + "apply": [ + { "model": "block/chorus_plant_noside3", "y": 270, "uvlock": true }, + { "model": "block/chorus_plant_noside", "weight": 2, "y": 270, "uvlock": true }, + { "model": "block/chorus_plant_noside1", "y": 270, "uvlock": true }, + { "model": "block/chorus_plant_noside2", "y": 270, "uvlock": true } + ] + }, + { "when": { "up": false }, + "apply": [ + { "model": "block/chorus_plant_noside", "weight": 2, "x": 270, "uvlock": true }, + { "model": "block/chorus_plant_noside3", "x": 270, "uvlock": true }, + { "model": "block/chorus_plant_noside1", "x": 270, "uvlock": true }, + { "model": "block/chorus_plant_noside2", "x": 270, "uvlock": true } + ] + }, + { "when": { "down": false }, + "apply": [ + { "model": "block/chorus_plant_noside3", "x": 90, "uvlock": true }, + { "model": "block/chorus_plant_noside2", "x": 90, "uvlock": true }, + { "model": "block/chorus_plant_noside1", "x": 90, "uvlock": true }, + { "model": "block/chorus_plant_noside", "weight": 2, "x": 90, "uvlock": true } + ] + } + ] +} diff --git a/1.13.2/assets/minecraft/blockstates/clay.json b/1.13.2/assets/minecraft/blockstates/clay.json new file mode 100644 index 00000000..6f19e601 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/clay" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/coal_block.json b/1.13.2/assets/minecraft/blockstates/coal_block.json new file mode 100644 index 00000000..bfd8f29a --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/coal_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/coal_block" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/coal_ore.json b/1.13.2/assets/minecraft/blockstates/coal_ore.json new file mode 100644 index 00000000..12f5e818 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/coal_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/coal_ore" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/coarse_dirt.json b/1.13.2/assets/minecraft/blockstates/coarse_dirt.json new file mode 100644 index 00000000..e2f87f02 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/coarse_dirt.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/coarse_dirt" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/cobblestone.json b/1.13.2/assets/minecraft/blockstates/cobblestone.json new file mode 100644 index 00000000..30950753 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/cobblestone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/cobblestone" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/cobblestone_slab.json b/1.13.2/assets/minecraft/blockstates/cobblestone_slab.json new file mode 100644 index 00000000..2a80c333 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/cobblestone_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/cobblestone_slab" }, + "type=top": { "model": "block/cobblestone_slab_top" }, + "type=double": { "model": "block/cobblestone" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/cobblestone_stairs.json b/1.13.2/assets/minecraft/blockstates/cobblestone_stairs.json new file mode 100644 index 00000000..95fc3539 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/cobblestone_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/cobblestone_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/cobblestone_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/cobblestone_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/cobblestone_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/cobblestone_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/cobblestone_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/cobblestone_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/cobblestone_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/cobblestone_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/cobblestone_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/cobblestone_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/cobblestone_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/cobblestone_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/cobblestone_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/cobblestone_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/cobblestone_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/cobblestone_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/cobblestone_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/cobblestone_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/cobblestone_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/cobblestone_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/cobblestone_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/cobblestone_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/cobblestone_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/cobblestone_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/cobblestone_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/cobblestone_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/cobblestone_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/cobblestone_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/cobblestone_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/cobblestone_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/cobblestone_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/cobblestone_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/cobblestone_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/cobblestone_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/cobblestone_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/cobblestone_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/cobblestone_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/cobblestone_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/cobblestone_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/cobblestone_wall.json b/1.13.2/assets/minecraft/blockstates/cobblestone_wall.json new file mode 100644 index 00000000..e5d49eaa --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/cobblestone_wall.json @@ -0,0 +1,19 @@ +{ + "multipart": [ + { "when": { "up": "true" }, + "apply": { "model": "block/cobblestone_wall_post" } + }, + { "when": { "north": "true" }, + "apply": { "model": "block/cobblestone_wall_side", "uvlock": true } + }, + { "when": { "east": "true" }, + "apply": { "model": "block/cobblestone_wall_side", "y": 90, "uvlock": true } + }, + { "when": { "south": "true" }, + "apply": { "model": "block/cobblestone_wall_side", "y": 180, "uvlock": true } + }, + { "when": { "west": "true" }, + "apply": { "model": "block/cobblestone_wall_side", "y": 270, "uvlock": true } + } + ] +} diff --git a/1.13.2/assets/minecraft/blockstates/cobweb.json b/1.13.2/assets/minecraft/blockstates/cobweb.json new file mode 100644 index 00000000..5a0590f7 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/cobweb.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/cobweb" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/cocoa.json b/1.13.2/assets/minecraft/blockstates/cocoa.json new file mode 100644 index 00000000..b8a61ced --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/cocoa.json @@ -0,0 +1,16 @@ +{ + "variants": { + "age=0,facing=south": { "model": "block/cocoa_stage0" }, + "age=0,facing=west": { "model": "block/cocoa_stage0", "y": 90 }, + "age=0,facing=north": { "model": "block/cocoa_stage0", "y": 180 }, + "age=0,facing=east": { "model": "block/cocoa_stage0", "y": 270 }, + "age=1,facing=south": { "model": "block/cocoa_stage1" }, + "age=1,facing=west": { "model": "block/cocoa_stage1", "y": 90 }, + "age=1,facing=north": { "model": "block/cocoa_stage1", "y": 180 }, + "age=1,facing=east": { "model": "block/cocoa_stage1", "y": 270 }, + "age=2,facing=south": { "model": "block/cocoa_stage2" }, + "age=2,facing=west": { "model": "block/cocoa_stage2", "y": 90 }, + "age=2,facing=north": { "model": "block/cocoa_stage2", "y": 180 }, + "age=2,facing=east": { "model": "block/cocoa_stage2", "y": 270 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/command_block.json b/1.13.2/assets/minecraft/blockstates/command_block.json new file mode 100644 index 00000000..ea8d3a92 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/command_block.json @@ -0,0 +1,16 @@ +{ + "variants": { + "conditional=false,facing=down": { "model": "block/command_block", "x": 90 }, + "conditional=false,facing=up": { "model": "block/command_block", "x": 270 }, + "conditional=false,facing=north": { "model": "block/command_block" }, + "conditional=false,facing=south": { "model": "block/command_block", "y": 180 }, + "conditional=false,facing=west": { "model": "block/command_block", "y": 270 }, + "conditional=false,facing=east": { "model": "block/command_block", "y": 90 }, + "conditional=true,facing=down": { "model": "block/command_block_conditional", "x": 90 }, + "conditional=true,facing=up": { "model": "block/command_block_conditional", "x": 270 }, + "conditional=true,facing=north": { "model": "block/command_block_conditional" }, + "conditional=true,facing=south": { "model": "block/command_block_conditional", "y": 180 }, + "conditional=true,facing=west": { "model": "block/command_block_conditional", "y": 270 }, + "conditional=true,facing=east": { "model": "block/command_block_conditional", "y": 90 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/comparator.json b/1.13.2/assets/minecraft/blockstates/comparator.json new file mode 100644 index 00000000..cb077a08 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/comparator.json @@ -0,0 +1,20 @@ +{ + "variants": { + "facing=south,mode=compare,powered=false": { "model": "block/comparator" }, + "facing=west,mode=compare,powered=false": { "model": "block/comparator", "y": 90 }, + "facing=north,mode=compare,powered=false": { "model": "block/comparator", "y": 180 }, + "facing=east,mode=compare,powered=false": { "model": "block/comparator", "y": 270 }, + "facing=south,mode=subtract,powered=false": { "model": "block/comparator_subtract" }, + "facing=west,mode=subtract,powered=false": { "model": "block/comparator_subtract", "y": 90 }, + "facing=north,mode=subtract,powered=false": { "model": "block/comparator_subtract", "y": 180 }, + "facing=east,mode=subtract,powered=false": { "model": "block/comparator_subtract", "y": 270 }, + "facing=south,mode=compare,powered=true": { "model": "block/comparator_on" }, + "facing=west,mode=compare,powered=true": { "model": "block/comparator_on", "y": 90 }, + "facing=north,mode=compare,powered=true": { "model": "block/comparator_on", "y": 180 }, + "facing=east,mode=compare,powered=true": { "model": "block/comparator_on", "y": 270 }, + "facing=south,mode=subtract,powered=true": { "model": "block/comparator_on_subtract" }, + "facing=west,mode=subtract,powered=true": { "model": "block/comparator_on_subtract", "y": 90 }, + "facing=north,mode=subtract,powered=true": { "model": "block/comparator_on_subtract", "y": 180 }, + "facing=east,mode=subtract,powered=true": { "model": "block/comparator_on_subtract", "y": 270 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/conduit.json b/1.13.2/assets/minecraft/blockstates/conduit.json new file mode 100644 index 00000000..d9b4e3a9 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/conduit.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/conduit" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/cracked_stone_bricks.json b/1.13.2/assets/minecraft/blockstates/cracked_stone_bricks.json new file mode 100644 index 00000000..c036dfec --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/cracked_stone_bricks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/cracked_stone_bricks" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/crafting_table.json b/1.13.2/assets/minecraft/blockstates/crafting_table.json new file mode 100644 index 00000000..1fead104 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/crafting_table.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/crafting_table" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/creeper_head.json b/1.13.2/assets/minecraft/blockstates/creeper_head.json new file mode 100644 index 00000000..05969bc2 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/creeper_head.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/skull" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/creeper_wall_head.json b/1.13.2/assets/minecraft/blockstates/creeper_wall_head.json new file mode 100644 index 00000000..05969bc2 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/creeper_wall_head.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/skull" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/cut_red_sandstone.json b/1.13.2/assets/minecraft/blockstates/cut_red_sandstone.json new file mode 100644 index 00000000..68ba8d1f --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/cut_red_sandstone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/cut_red_sandstone" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/cut_sandstone.json b/1.13.2/assets/minecraft/blockstates/cut_sandstone.json new file mode 100644 index 00000000..9465e1aa --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/cut_sandstone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/cut_sandstone" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/cyan_banner.json b/1.13.2/assets/minecraft/blockstates/cyan_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/cyan_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/cyan_bed.json b/1.13.2/assets/minecraft/blockstates/cyan_bed.json new file mode 100644 index 00000000..8cdeb6ce --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/cyan_bed.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/bed" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/cyan_carpet.json b/1.13.2/assets/minecraft/blockstates/cyan_carpet.json new file mode 100644 index 00000000..c63f8ed7 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/cyan_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/cyan_carpet" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/cyan_concrete.json b/1.13.2/assets/minecraft/blockstates/cyan_concrete.json new file mode 100644 index 00000000..11169fbf --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/cyan_concrete.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/cyan_concrete" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/cyan_concrete_powder.json b/1.13.2/assets/minecraft/blockstates/cyan_concrete_powder.json new file mode 100644 index 00000000..49d12db2 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/cyan_concrete_powder.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/cyan_concrete_powder" }, + { "model": "block/cyan_concrete_powder", "y": 90 }, + { "model": "block/cyan_concrete_powder", "y": 180 }, + { "model": "block/cyan_concrete_powder", "y": 270 } + ] + } +} diff --git a/1.13.2/assets/minecraft/blockstates/cyan_glazed_terracotta.json b/1.13.2/assets/minecraft/blockstates/cyan_glazed_terracotta.json new file mode 100644 index 00000000..d0c44733 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/cyan_glazed_terracotta.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "block/cyan_glazed_terracotta" }, + "facing=west": { "model": "block/cyan_glazed_terracotta", "y": 90 }, + "facing=north": { "model": "block/cyan_glazed_terracotta", "y": 180 }, + "facing=east": { "model": "block/cyan_glazed_terracotta", "y": 270 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/cyan_shulker_box.json b/1.13.2/assets/minecraft/blockstates/cyan_shulker_box.json new file mode 100644 index 00000000..64133932 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/cyan_shulker_box.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/cyan_shulker_box" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/cyan_stained_glass.json b/1.13.2/assets/minecraft/blockstates/cyan_stained_glass.json new file mode 100644 index 00000000..2bde7e6c --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/cyan_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/cyan_stained_glass" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/cyan_stained_glass_pane.json b/1.13.2/assets/minecraft/blockstates/cyan_stained_glass_pane.json new file mode 100644 index 00000000..b372638b --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/cyan_stained_glass_pane.json @@ -0,0 +1,29 @@ +{ + "multipart": [ + { "apply": { "model": "block/cyan_stained_glass_pane_post" }}, + { "when": { "north": true }, + "apply": { "model": "block/cyan_stained_glass_pane_side" } + }, + { "when": { "east": true }, + "apply": { "model": "block/cyan_stained_glass_pane_side", "y": 90 } + }, + { "when": { "south": true }, + "apply": { "model": "block/cyan_stained_glass_pane_side_alt" } + }, + { "when": { "west": true }, + "apply": { "model": "block/cyan_stained_glass_pane_side_alt", "y": 90 } + }, + { "when": { "north": false }, + "apply": { "model": "block/cyan_stained_glass_pane_noside" } + }, + { "when": { "east": false }, + "apply": { "model": "block/cyan_stained_glass_pane_noside_alt" } + }, + { "when": { "south": false }, + "apply": { "model": "block/cyan_stained_glass_pane_noside_alt", "y": 90 } + }, + { "when": { "west": false }, + "apply": { "model": "block/cyan_stained_glass_pane_noside", "y": 270 } + } + ] +} diff --git a/1.13.2/assets/minecraft/blockstates/cyan_terracotta.json b/1.13.2/assets/minecraft/blockstates/cyan_terracotta.json new file mode 100644 index 00000000..c96e4377 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/cyan_terracotta.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/cyan_terracotta" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/cyan_wall_banner.json b/1.13.2/assets/minecraft/blockstates/cyan_wall_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/cyan_wall_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/cyan_wool.json b/1.13.2/assets/minecraft/blockstates/cyan_wool.json new file mode 100644 index 00000000..f2867d35 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/cyan_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/cyan_wool" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/damaged_anvil.json b/1.13.2/assets/minecraft/blockstates/damaged_anvil.json new file mode 100644 index 00000000..7ae5fc5a --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/damaged_anvil.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "block/damaged_anvil" }, + "facing=west": { "model": "block/damaged_anvil", "y": 90 }, + "facing=north": { "model": "block/damaged_anvil", "y": 180 }, + "facing=east": { "model": "block/damaged_anvil", "y": 270 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/dandelion.json b/1.13.2/assets/minecraft/blockstates/dandelion.json new file mode 100644 index 00000000..d4cf3b02 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/dandelion.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/dandelion" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/dark_oak_button.json b/1.13.2/assets/minecraft/blockstates/dark_oak_button.json new file mode 100644 index 00000000..cb5f1dcc --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/dark_oak_button.json @@ -0,0 +1,28 @@ +{ + "variants": { + "face=floor,facing=east,powered=false": { "model": "block/dark_oak_button", "y": 90 }, + "face=floor,facing=west,powered=false": { "model": "block/dark_oak_button", "y": 270 }, + "face=floor,facing=south,powered=false": { "model": "block/dark_oak_button", "y": 180 }, + "face=floor,facing=north,powered=false": { "model": "block/dark_oak_button" }, + "face=wall,facing=east,powered=false": { "model": "block/dark_oak_button", "uvlock": true, "x": 90, "y": 90 }, + "face=wall,facing=west,powered=false": { "model": "block/dark_oak_button", "uvlock": true, "x": 90, "y": 270 }, + "face=wall,facing=south,powered=false": { "model": "block/dark_oak_button", "uvlock": true, "x": 90, "y": 180 }, + "face=wall,facing=north,powered=false": { "model": "block/dark_oak_button", "uvlock": true, "x": 90 }, + "face=ceiling,facing=east,powered=false": { "model": "block/dark_oak_button", "x": 180, "y": 270 }, + "face=ceiling,facing=west,powered=false": { "model": "block/dark_oak_button", "x": 180, "y": 90 }, + "face=ceiling,facing=south,powered=false": { "model": "block/dark_oak_button", "x": 180 }, + "face=ceiling,facing=north,powered=false": { "model": "block/dark_oak_button", "x": 180, "y": 180 }, + "face=floor,facing=east,powered=true": { "model": "block/dark_oak_button_pressed", "y": 90 }, + "face=floor,facing=west,powered=true": { "model": "block/dark_oak_button_pressed", "y": 270 }, + "face=floor,facing=south,powered=true": { "model": "block/dark_oak_button_pressed", "y": 180 }, + "face=floor,facing=north,powered=true": { "model": "block/dark_oak_button_pressed" }, + "face=wall,facing=east,powered=true": { "model": "block/dark_oak_button_pressed", "uvlock": true, "x": 90, "y": 90 }, + "face=wall,facing=west,powered=true": { "model": "block/dark_oak_button_pressed", "uvlock": true, "x": 90, "y": 270 }, + "face=wall,facing=south,powered=true": { "model": "block/dark_oak_button_pressed", "uvlock": true, "x": 90, "y": 180 }, + "face=wall,facing=north,powered=true": { "model": "block/dark_oak_button_pressed", "uvlock": true, "x": 90 }, + "face=ceiling,facing=east,powered=true": { "model": "block/dark_oak_button_pressed", "x": 180, "y": 270 }, + "face=ceiling,facing=west,powered=true": { "model": "block/dark_oak_button_pressed", "x": 180, "y": 90 }, + "face=ceiling,facing=south,powered=true": { "model": "block/dark_oak_button_pressed", "x": 180 }, + "face=ceiling,facing=north,powered=true": { "model": "block/dark_oak_button_pressed", "x": 180, "y": 180 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/dark_oak_door.json b/1.13.2/assets/minecraft/blockstates/dark_oak_door.json new file mode 100644 index 00000000..90fe610d --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/dark_oak_door.json @@ -0,0 +1,36 @@ +{ + "variants": { + "facing=east,half=lower,hinge=left,open=false": { "model": "block/dark_oak_door_bottom" }, + "facing=south,half=lower,hinge=left,open=false": { "model": "block/dark_oak_door_bottom", "y": 90 }, + "facing=west,half=lower,hinge=left,open=false": { "model": "block/dark_oak_door_bottom", "y": 180 }, + "facing=north,half=lower,hinge=left,open=false": { "model": "block/dark_oak_door_bottom", "y": 270 }, + "facing=east,half=lower,hinge=right,open=false": { "model": "block/dark_oak_door_bottom_hinge" }, + "facing=south,half=lower,hinge=right,open=false": { "model": "block/dark_oak_door_bottom_hinge", "y": 90 }, + "facing=west,half=lower,hinge=right,open=false": { "model": "block/dark_oak_door_bottom_hinge", "y": 180 }, + "facing=north,half=lower,hinge=right,open=false": { "model": "block/dark_oak_door_bottom_hinge", "y": 270 }, + "facing=east,half=lower,hinge=left,open=true": { "model": "block/dark_oak_door_bottom_hinge", "y": 90 }, + "facing=south,half=lower,hinge=left,open=true": { "model": "block/dark_oak_door_bottom_hinge", "y": 180 }, + "facing=west,half=lower,hinge=left,open=true": { "model": "block/dark_oak_door_bottom_hinge", "y": 270 }, + "facing=north,half=lower,hinge=left,open=true": { "model": "block/dark_oak_door_bottom_hinge" }, + "facing=east,half=lower,hinge=right,open=true": { "model": "block/dark_oak_door_bottom", "y": 270 }, + "facing=south,half=lower,hinge=right,open=true": { "model": "block/dark_oak_door_bottom" }, + "facing=west,half=lower,hinge=right,open=true": { "model": "block/dark_oak_door_bottom", "y": 90 }, + "facing=north,half=lower,hinge=right,open=true": { "model": "block/dark_oak_door_bottom", "y": 180 }, + "facing=east,half=upper,hinge=left,open=false": { "model": "block/dark_oak_door_top" }, + "facing=south,half=upper,hinge=left,open=false": { "model": "block/dark_oak_door_top", "y": 90 }, + "facing=west,half=upper,hinge=left,open=false": { "model": "block/dark_oak_door_top", "y": 180 }, + "facing=north,half=upper,hinge=left,open=false": { "model": "block/dark_oak_door_top", "y": 270 }, + "facing=east,half=upper,hinge=right,open=false": { "model": "block/dark_oak_door_top_hinge" }, + "facing=south,half=upper,hinge=right,open=false": { "model": "block/dark_oak_door_top_hinge", "y": 90 }, + "facing=west,half=upper,hinge=right,open=false": { "model": "block/dark_oak_door_top_hinge", "y": 180 }, + "facing=north,half=upper,hinge=right,open=false": { "model": "block/dark_oak_door_top_hinge", "y": 270 }, + "facing=east,half=upper,hinge=left,open=true": { "model": "block/dark_oak_door_top_hinge", "y": 90 }, + "facing=south,half=upper,hinge=left,open=true": { "model": "block/dark_oak_door_top_hinge", "y": 180 }, + "facing=west,half=upper,hinge=left,open=true": { "model": "block/dark_oak_door_top_hinge", "y": 270 }, + "facing=north,half=upper,hinge=left,open=true": { "model": "block/dark_oak_door_top_hinge" }, + "facing=east,half=upper,hinge=right,open=true": { "model": "block/dark_oak_door_top", "y": 270 }, + "facing=south,half=upper,hinge=right,open=true": { "model": "block/dark_oak_door_top" }, + "facing=west,half=upper,hinge=right,open=true": { "model": "block/dark_oak_door_top", "y": 90 }, + "facing=north,half=upper,hinge=right,open=true": { "model": "block/dark_oak_door_top", "y": 180 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/dark_oak_fence.json b/1.13.2/assets/minecraft/blockstates/dark_oak_fence.json new file mode 100644 index 00000000..03c4923c --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/dark_oak_fence.json @@ -0,0 +1,17 @@ +{ + "multipart": [ + { "apply": { "model": "block/dark_oak_fence_post" }}, + { "when": { "north": "true" }, + "apply": { "model": "block/dark_oak_fence_side", "uvlock": true } + }, + { "when": { "east": "true" }, + "apply": { "model": "block/dark_oak_fence_side", "y": 90, "uvlock": true } + }, + { "when": { "south": "true" }, + "apply": { "model": "block/dark_oak_fence_side", "y": 180, "uvlock": true } + }, + { "when": { "west": "true" }, + "apply": { "model": "block/dark_oak_fence_side", "y": 270, "uvlock": true } + } + ] +} diff --git a/1.13.2/assets/minecraft/blockstates/dark_oak_fence_gate.json b/1.13.2/assets/minecraft/blockstates/dark_oak_fence_gate.json new file mode 100644 index 00000000..925fc56f --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/dark_oak_fence_gate.json @@ -0,0 +1,20 @@ +{ + "variants": { + "facing=south,in_wall=false,open=false": { "model": "block/dark_oak_fence_gate", "uvlock": true }, + "facing=west,in_wall=false,open=false": { "model": "block/dark_oak_fence_gate", "uvlock": true, "y": 90 }, + "facing=north,in_wall=false,open=false": { "model": "block/dark_oak_fence_gate", "uvlock": true, "y": 180 }, + "facing=east,in_wall=false,open=false": { "model": "block/dark_oak_fence_gate", "uvlock": true, "y": 270 }, + "facing=south,in_wall=false,open=true": { "model": "block/dark_oak_fence_gate_open", "uvlock": true }, + "facing=west,in_wall=false,open=true": { "model": "block/dark_oak_fence_gate_open", "uvlock": true, "y": 90 }, + "facing=north,in_wall=false,open=true": { "model": "block/dark_oak_fence_gate_open", "uvlock": true, "y": 180 }, + "facing=east,in_wall=false,open=true": { "model": "block/dark_oak_fence_gate_open", "uvlock": true, "y": 270 }, + "facing=south,in_wall=true,open=false": { "model": "block/dark_oak_fence_gate_wall", "uvlock": true }, + "facing=west,in_wall=true,open=false": { "model": "block/dark_oak_fence_gate_wall", "uvlock": true, "y": 90 }, + "facing=north,in_wall=true,open=false": { "model": "block/dark_oak_fence_gate_wall", "uvlock": true, "y": 180 }, + "facing=east,in_wall=true,open=false": { "model": "block/dark_oak_fence_gate_wall", "uvlock": true, "y": 270 }, + "facing=south,in_wall=true,open=true": { "model": "block/dark_oak_fence_gate_wall_open", "uvlock": true }, + "facing=west,in_wall=true,open=true": { "model": "block/dark_oak_fence_gate_wall_open", "uvlock": true, "y": 90 }, + "facing=north,in_wall=true,open=true": { "model": "block/dark_oak_fence_gate_wall_open", "uvlock": true, "y": 180 }, + "facing=east,in_wall=true,open=true": { "model": "block/dark_oak_fence_gate_wall_open", "uvlock": true, "y": 270 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/dark_oak_leaves.json b/1.13.2/assets/minecraft/blockstates/dark_oak_leaves.json new file mode 100644 index 00000000..6f793453 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/dark_oak_leaves.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/dark_oak_leaves" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/dark_oak_log.json b/1.13.2/assets/minecraft/blockstates/dark_oak_log.json new file mode 100644 index 00000000..ccd30db7 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/dark_oak_log.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/dark_oak_log" }, + "axis=z": { "model": "block/dark_oak_log", "x": 90 }, + "axis=x": { "model": "block/dark_oak_log", "x": 90, "y": 90 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/dark_oak_planks.json b/1.13.2/assets/minecraft/blockstates/dark_oak_planks.json new file mode 100644 index 00000000..09ede937 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/dark_oak_planks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/dark_oak_planks" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/dark_oak_pressure_plate.json b/1.13.2/assets/minecraft/blockstates/dark_oak_pressure_plate.json new file mode 100644 index 00000000..b8d7a7b6 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/dark_oak_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "variants": { + "powered=false": { "model": "block/dark_oak_pressure_plate" }, + "powered=true": { "model": "block/dark_oak_pressure_plate_down" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/dark_oak_sapling.json b/1.13.2/assets/minecraft/blockstates/dark_oak_sapling.json new file mode 100644 index 00000000..3070cea2 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/dark_oak_sapling.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/dark_oak_sapling" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/dark_oak_slab.json b/1.13.2/assets/minecraft/blockstates/dark_oak_slab.json new file mode 100644 index 00000000..6468e61e --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/dark_oak_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/dark_oak_slab" }, + "type=top": { "model": "block/dark_oak_slab_top" }, + "type=double": { "model": "block/dark_oak_planks" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/dark_oak_stairs.json b/1.13.2/assets/minecraft/blockstates/dark_oak_stairs.json new file mode 100644 index 00000000..d8e099ea --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/dark_oak_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/dark_oak_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/dark_oak_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/dark_oak_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/dark_oak_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/dark_oak_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/dark_oak_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/dark_oak_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/dark_oak_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/dark_oak_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/dark_oak_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/dark_oak_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/dark_oak_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/dark_oak_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/dark_oak_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/dark_oak_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/dark_oak_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/dark_oak_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/dark_oak_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/dark_oak_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/dark_oak_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/dark_oak_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/dark_oak_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/dark_oak_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/dark_oak_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/dark_oak_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/dark_oak_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/dark_oak_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/dark_oak_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/dark_oak_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/dark_oak_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/dark_oak_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/dark_oak_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/dark_oak_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/dark_oak_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/dark_oak_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/dark_oak_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/dark_oak_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/dark_oak_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/dark_oak_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/dark_oak_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/dark_oak_trapdoor.json b/1.13.2/assets/minecraft/blockstates/dark_oak_trapdoor.json new file mode 100644 index 00000000..1aa5e10e --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/dark_oak_trapdoor.json @@ -0,0 +1,20 @@ +{ + "variants": { + "facing=north,half=bottom,open=false": { "model": "block/dark_oak_trapdoor_bottom" }, + "facing=south,half=bottom,open=false": { "model": "block/dark_oak_trapdoor_bottom" }, + "facing=east,half=bottom,open=false": { "model": "block/dark_oak_trapdoor_bottom" }, + "facing=west,half=bottom,open=false": { "model": "block/dark_oak_trapdoor_bottom" }, + "facing=north,half=top,open=false": { "model": "block/dark_oak_trapdoor_top" }, + "facing=south,half=top,open=false": { "model": "block/dark_oak_trapdoor_top" }, + "facing=east,half=top,open=false": { "model": "block/dark_oak_trapdoor_top" }, + "facing=west,half=top,open=false": { "model": "block/dark_oak_trapdoor_top" }, + "facing=north,half=bottom,open=true": { "model": "block/dark_oak_trapdoor_open" }, + "facing=south,half=bottom,open=true": { "model": "block/dark_oak_trapdoor_open", "y": 180 }, + "facing=east,half=bottom,open=true": { "model": "block/dark_oak_trapdoor_open", "y": 90 }, + "facing=west,half=bottom,open=true": { "model": "block/dark_oak_trapdoor_open", "y": 270 }, + "facing=north,half=top,open=true": { "model": "block/dark_oak_trapdoor_open" }, + "facing=south,half=top,open=true": { "model": "block/dark_oak_trapdoor_open", "y": 180 }, + "facing=east,half=top,open=true": { "model": "block/dark_oak_trapdoor_open", "y": 90 }, + "facing=west,half=top,open=true": { "model": "block/dark_oak_trapdoor_open", "y": 270 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/dark_oak_wood.json b/1.13.2/assets/minecraft/blockstates/dark_oak_wood.json new file mode 100644 index 00000000..7eef8596 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/dark_oak_wood.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/dark_oak_wood" }, + "axis=z": { "model": "block/dark_oak_wood", "x": 90 }, + "axis=x": { "model": "block/dark_oak_wood", "x": 90, "y": 90 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/dark_prismarine.json b/1.13.2/assets/minecraft/blockstates/dark_prismarine.json new file mode 100644 index 00000000..1038e7fc --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/dark_prismarine.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/dark_prismarine" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/dark_prismarine_slab.json b/1.13.2/assets/minecraft/blockstates/dark_prismarine_slab.json new file mode 100644 index 00000000..d394ec63 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/dark_prismarine_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/dark_prismarine_slab" }, + "type=top": { "model": "block/dark_prismarine_slab_top" }, + "type=double": { "model": "block/dark_prismarine" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/dark_prismarine_stairs.json b/1.13.2/assets/minecraft/blockstates/dark_prismarine_stairs.json new file mode 100644 index 00000000..fd63ee11 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/dark_prismarine_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/dark_prismarine_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/dark_prismarine_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/dark_prismarine_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/dark_prismarine_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/dark_prismarine_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/dark_prismarine_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/dark_prismarine_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/dark_prismarine_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/dark_prismarine_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/dark_prismarine_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/dark_prismarine_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/dark_prismarine_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/dark_prismarine_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/dark_prismarine_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/dark_prismarine_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/dark_prismarine_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/dark_prismarine_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/dark_prismarine_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/dark_prismarine_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/dark_prismarine_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/dark_prismarine_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/dark_prismarine_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/dark_prismarine_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/dark_prismarine_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/dark_prismarine_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/dark_prismarine_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/dark_prismarine_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/dark_prismarine_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/dark_prismarine_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/dark_prismarine_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/dark_prismarine_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/dark_prismarine_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/dark_prismarine_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/dark_prismarine_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/dark_prismarine_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/dark_prismarine_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/dark_prismarine_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/dark_prismarine_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/dark_prismarine_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/dark_prismarine_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/daylight_detector.json b/1.13.2/assets/minecraft/blockstates/daylight_detector.json new file mode 100644 index 00000000..79ea1707 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/daylight_detector.json @@ -0,0 +1,6 @@ +{ + "variants": { + "inverted=false": { "model": "block/daylight_detector" }, + "inverted=true": { "model": "block/daylight_detector_inverted" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/dead_brain_coral.json b/1.13.2/assets/minecraft/blockstates/dead_brain_coral.json new file mode 100644 index 00000000..3dbacd37 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/dead_brain_coral.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/dead_brain_coral" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/dead_brain_coral_block.json b/1.13.2/assets/minecraft/blockstates/dead_brain_coral_block.json new file mode 100644 index 00000000..a7c33dbf --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/dead_brain_coral_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/dead_brain_coral_block" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/dead_brain_coral_fan.json b/1.13.2/assets/minecraft/blockstates/dead_brain_coral_fan.json new file mode 100644 index 00000000..1d122043 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/dead_brain_coral_fan.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/dead_brain_coral_fan" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/dead_brain_coral_wall_fan.json b/1.13.2/assets/minecraft/blockstates/dead_brain_coral_wall_fan.json new file mode 100644 index 00000000..b9d80fc0 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/dead_brain_coral_wall_fan.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=east": { "model": "block/dead_brain_coral_wall_fan", "y": 90 }, + "facing=south": { "model": "block/dead_brain_coral_wall_fan", "y": 180 }, + "facing=west": { "model": "block/dead_brain_coral_wall_fan", "y": 270 }, + "facing=north": { "model": "block/dead_brain_coral_wall_fan", "y": 0 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/dead_bubble_coral.json b/1.13.2/assets/minecraft/blockstates/dead_bubble_coral.json new file mode 100644 index 00000000..8b7eafc6 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/dead_bubble_coral.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/dead_bubble_coral" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/dead_bubble_coral_block.json b/1.13.2/assets/minecraft/blockstates/dead_bubble_coral_block.json new file mode 100644 index 00000000..70858745 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/dead_bubble_coral_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/dead_bubble_coral_block" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/dead_bubble_coral_fan.json b/1.13.2/assets/minecraft/blockstates/dead_bubble_coral_fan.json new file mode 100644 index 00000000..5815fc43 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/dead_bubble_coral_fan.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/dead_bubble_coral_fan" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/dead_bubble_coral_wall_fan.json b/1.13.2/assets/minecraft/blockstates/dead_bubble_coral_wall_fan.json new file mode 100644 index 00000000..63eebc28 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/dead_bubble_coral_wall_fan.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=east": { "model": "block/dead_bubble_coral_wall_fan", "y": 90 }, + "facing=south": { "model": "block/dead_bubble_coral_wall_fan", "y": 180 }, + "facing=west": { "model": "block/dead_bubble_coral_wall_fan", "y": 270 }, + "facing=north": { "model": "block/dead_bubble_coral_wall_fan", "y": 0 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/dead_bush.json b/1.13.2/assets/minecraft/blockstates/dead_bush.json new file mode 100644 index 00000000..da4831e1 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/dead_bush.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/dead_bush" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/dead_fire_coral.json b/1.13.2/assets/minecraft/blockstates/dead_fire_coral.json new file mode 100644 index 00000000..861261d6 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/dead_fire_coral.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/dead_fire_coral" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/dead_fire_coral_block.json b/1.13.2/assets/minecraft/blockstates/dead_fire_coral_block.json new file mode 100644 index 00000000..5b0dd2aa --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/dead_fire_coral_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/dead_fire_coral_block" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/dead_fire_coral_fan.json b/1.13.2/assets/minecraft/blockstates/dead_fire_coral_fan.json new file mode 100644 index 00000000..1edd36f7 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/dead_fire_coral_fan.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/dead_fire_coral_fan" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/dead_fire_coral_wall_fan.json b/1.13.2/assets/minecraft/blockstates/dead_fire_coral_wall_fan.json new file mode 100644 index 00000000..e6666423 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/dead_fire_coral_wall_fan.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=east": { "model": "block/dead_fire_coral_wall_fan", "y": 90 }, + "facing=south": { "model": "block/dead_fire_coral_wall_fan", "y": 180 }, + "facing=west": { "model": "block/dead_fire_coral_wall_fan", "y": 270 }, + "facing=north": { "model": "block/dead_fire_coral_wall_fan", "y": 0 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/dead_horn_coral.json b/1.13.2/assets/minecraft/blockstates/dead_horn_coral.json new file mode 100644 index 00000000..130973ca --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/dead_horn_coral.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/dead_horn_coral" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/dead_horn_coral_block.json b/1.13.2/assets/minecraft/blockstates/dead_horn_coral_block.json new file mode 100644 index 00000000..1f9655ae --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/dead_horn_coral_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/dead_horn_coral_block" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/dead_horn_coral_fan.json b/1.13.2/assets/minecraft/blockstates/dead_horn_coral_fan.json new file mode 100644 index 00000000..634a0e18 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/dead_horn_coral_fan.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/dead_horn_coral_fan" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/dead_horn_coral_wall_fan.json b/1.13.2/assets/minecraft/blockstates/dead_horn_coral_wall_fan.json new file mode 100644 index 00000000..dfa92ad8 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/dead_horn_coral_wall_fan.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=east": { "model": "block/dead_horn_coral_wall_fan", "y": 90 }, + "facing=south": { "model": "block/dead_horn_coral_wall_fan", "y": 180 }, + "facing=west": { "model": "block/dead_horn_coral_wall_fan", "y": 270 }, + "facing=north": { "model": "block/dead_horn_coral_wall_fan", "y": 0 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/dead_tube_coral.json b/1.13.2/assets/minecraft/blockstates/dead_tube_coral.json new file mode 100644 index 00000000..50b32ce9 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/dead_tube_coral.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/dead_tube_coral" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/dead_tube_coral_block.json b/1.13.2/assets/minecraft/blockstates/dead_tube_coral_block.json new file mode 100644 index 00000000..f218f559 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/dead_tube_coral_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/dead_tube_coral_block" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/dead_tube_coral_fan.json b/1.13.2/assets/minecraft/blockstates/dead_tube_coral_fan.json new file mode 100644 index 00000000..559426bb --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/dead_tube_coral_fan.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/dead_tube_coral_fan" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/dead_tube_coral_wall_fan.json b/1.13.2/assets/minecraft/blockstates/dead_tube_coral_wall_fan.json new file mode 100644 index 00000000..b0996666 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/dead_tube_coral_wall_fan.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=east": { "model": "block/dead_tube_coral_wall_fan", "y": 90 }, + "facing=south": { "model": "block/dead_tube_coral_wall_fan", "y": 180 }, + "facing=west": { "model": "block/dead_tube_coral_wall_fan", "y": 270 }, + "facing=north": { "model": "block/dead_tube_coral_wall_fan", "y": 0 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/detector_rail.json b/1.13.2/assets/minecraft/blockstates/detector_rail.json new file mode 100644 index 00000000..0790c81a --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/detector_rail.json @@ -0,0 +1,16 @@ +{ + "variants": { + "powered=false,shape=north_south": { "model": "block/detector_rail" }, + "powered=false,shape=east_west": { "model": "block/detector_rail", "y": 90 }, + "powered=false,shape=ascending_east": { "model": "block/detector_rail_raised_ne", "y": 90 }, + "powered=false,shape=ascending_west": { "model": "block/detector_rail_raised_sw", "y": 90 }, + "powered=false,shape=ascending_north": { "model": "block/detector_rail_raised_ne" }, + "powered=false,shape=ascending_south": { "model": "block/detector_rail_raised_sw" }, + "powered=true,shape=north_south": { "model": "block/detector_rail_on" }, + "powered=true,shape=east_west": { "model": "block/detector_rail_on", "y": 90 }, + "powered=true,shape=ascending_east": { "model": "block/detector_rail_on_raised_ne", "y": 90 }, + "powered=true,shape=ascending_west": { "model": "block/detector_rail_on_raised_sw", "y": 90 }, + "powered=true,shape=ascending_north": { "model": "block/detector_rail_on_raised_ne" }, + "powered=true,shape=ascending_south": { "model": "block/detector_rail_on_raised_sw" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/diamond_block.json b/1.13.2/assets/minecraft/blockstates/diamond_block.json new file mode 100644 index 00000000..e57004c9 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/diamond_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/diamond_block" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/diamond_ore.json b/1.13.2/assets/minecraft/blockstates/diamond_ore.json new file mode 100644 index 00000000..cc43a21c --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/diamond_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/diamond_ore" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/diorite.json b/1.13.2/assets/minecraft/blockstates/diorite.json new file mode 100644 index 00000000..57f49b6e --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/diorite.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/diorite" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/dirt.json b/1.13.2/assets/minecraft/blockstates/dirt.json new file mode 100644 index 00000000..a936a179 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/dirt.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/dirt" }, + { "model": "block/dirt", "y": 90 }, + { "model": "block/dirt", "y": 180 }, + { "model": "block/dirt", "y": 270 } + ] + } +} diff --git a/1.13.2/assets/minecraft/blockstates/dispenser.json b/1.13.2/assets/minecraft/blockstates/dispenser.json new file mode 100644 index 00000000..1ba37837 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/dispenser.json @@ -0,0 +1,10 @@ +{ + "variants": { + "facing=down": { "model": "block/dispenser_vertical", "x": 180 }, + "facing=up": { "model": "block/dispenser_vertical" }, + "facing=north": { "model": "block/dispenser" }, + "facing=south": { "model": "block/dispenser", "y": 180 }, + "facing=west": { "model": "block/dispenser", "y": 270 }, + "facing=east": { "model": "block/dispenser", "y": 90 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/dragon_egg.json b/1.13.2/assets/minecraft/blockstates/dragon_egg.json new file mode 100644 index 00000000..50532186 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/dragon_egg.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/dragon_egg" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/dragon_head.json b/1.13.2/assets/minecraft/blockstates/dragon_head.json new file mode 100644 index 00000000..05969bc2 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/dragon_head.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/skull" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/dragon_wall_head.json b/1.13.2/assets/minecraft/blockstates/dragon_wall_head.json new file mode 100644 index 00000000..05969bc2 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/dragon_wall_head.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/skull" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/dried_kelp_block.json b/1.13.2/assets/minecraft/blockstates/dried_kelp_block.json new file mode 100644 index 00000000..27e7a0e9 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/dried_kelp_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/dried_kelp_block" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/dropper.json b/1.13.2/assets/minecraft/blockstates/dropper.json new file mode 100644 index 00000000..ded838a8 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/dropper.json @@ -0,0 +1,10 @@ +{ + "variants": { + "facing=down": { "model": "block/dropper_vertical", "x": 180 }, + "facing=up": { "model": "block/dropper_vertical" }, + "facing=north": { "model": "block/dropper" }, + "facing=south": { "model": "block/dropper", "y": 180 }, + "facing=west": { "model": "block/dropper", "y": 270 }, + "facing=east": { "model": "block/dropper", "y": 90 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/emerald_block.json b/1.13.2/assets/minecraft/blockstates/emerald_block.json new file mode 100644 index 00000000..9fa2458e --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/emerald_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/emerald_block" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/emerald_ore.json b/1.13.2/assets/minecraft/blockstates/emerald_ore.json new file mode 100644 index 00000000..959f9cdb --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/emerald_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/emerald_ore" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/enchanting_table.json b/1.13.2/assets/minecraft/blockstates/enchanting_table.json new file mode 100644 index 00000000..34bf0d07 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/enchanting_table.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/enchanting_table" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/end_gateway.json b/1.13.2/assets/minecraft/blockstates/end_gateway.json new file mode 100644 index 00000000..a72c4ee1 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/end_gateway.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/end_portal" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/end_portal.json b/1.13.2/assets/minecraft/blockstates/end_portal.json new file mode 100644 index 00000000..a72c4ee1 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/end_portal.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/end_portal" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/end_portal_frame.json b/1.13.2/assets/minecraft/blockstates/end_portal_frame.json new file mode 100644 index 00000000..f92440d5 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/end_portal_frame.json @@ -0,0 +1,12 @@ +{ + "variants": { + "eye=false,facing=south": { "model": "block/end_portal_frame" }, + "eye=false,facing=west": { "model": "block/end_portal_frame", "y": 90 }, + "eye=false,facing=north": { "model": "block/end_portal_frame", "y": 180 }, + "eye=false,facing=east": { "model": "block/end_portal_frame", "y": 270 }, + "eye=true,facing=south": { "model": "block/end_portal_frame_filled" }, + "eye=true,facing=west": { "model": "block/end_portal_frame_filled", "y": 90 }, + "eye=true,facing=north": { "model": "block/end_portal_frame_filled", "y": 180 }, + "eye=true,facing=east": { "model": "block/end_portal_frame_filled", "y": 270 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/end_rod.json b/1.13.2/assets/minecraft/blockstates/end_rod.json new file mode 100644 index 00000000..a47e0bc4 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/end_rod.json @@ -0,0 +1,10 @@ +{ + "variants": { + "facing=up": { "model": "block/end_rod" }, + "facing=down": { "model": "block/end_rod", "x": 180 }, + "facing=east": { "model": "block/end_rod", "y": 90, "x": 90 }, + "facing=south": { "model": "block/end_rod", "y": 180, "x": 90 }, + "facing=west": { "model": "block/end_rod", "y": 270, "x": 90 }, + "facing=north": { "model": "block/end_rod", "y": 0, "x": 90 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/end_stone.json b/1.13.2/assets/minecraft/blockstates/end_stone.json new file mode 100644 index 00000000..5c8291d8 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/end_stone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/end_stone" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/end_stone_bricks.json b/1.13.2/assets/minecraft/blockstates/end_stone_bricks.json new file mode 100644 index 00000000..1b76e4b1 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/end_stone_bricks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/end_stone_bricks" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/ender_chest.json b/1.13.2/assets/minecraft/blockstates/ender_chest.json new file mode 100644 index 00000000..278b12af --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/ender_chest.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/ender_chest" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/farmland.json b/1.13.2/assets/minecraft/blockstates/farmland.json new file mode 100644 index 00000000..fd340289 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/farmland.json @@ -0,0 +1,12 @@ +{ + "variants": { + "moisture=0": { "model": "block/farmland" }, + "moisture=1": { "model": "block/farmland" }, + "moisture=2": { "model": "block/farmland" }, + "moisture=3": { "model": "block/farmland" }, + "moisture=4": { "model": "block/farmland" }, + "moisture=5": { "model": "block/farmland" }, + "moisture=6": { "model": "block/farmland" }, + "moisture=7": { "model": "block/farmland_moist" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/fern.json b/1.13.2/assets/minecraft/blockstates/fern.json new file mode 100644 index 00000000..955a8f10 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/fern.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/fern" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/fire.json b/1.13.2/assets/minecraft/blockstates/fire.json new file mode 100644 index 00000000..116b2fd4 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/fire.json @@ -0,0 +1,50 @@ +{ + "multipart": [ + { "when": {"north": false, "east": false, "south": false, "west": false, "up": false}, + "apply": [ + { "model": "block/fire_floor0" }, + { "model": "block/fire_floor1" } + ] + }, + { "when": {"OR": [{"north": true}, {"north": false, "east": false, "south": false, "west": false, "up": false}]}, + "apply": [ + { "model": "block/fire_side0" }, + { "model": "block/fire_side1" }, + { "model": "block/fire_side_alt0" }, + { "model": "block/fire_side_alt1" } + ] + }, + { "when": {"OR": [{"east": true}, {"north": false, "east": false, "south": false, "west": false, "up": false}]}, + "apply": [ + { "model": "block/fire_side0", "y": 90 }, + { "model": "block/fire_side1", "y": 90 }, + { "model": "block/fire_side_alt0", "y": 90 }, + { "model": "block/fire_side_alt1", "y": 90 } + ] + }, + { "when": {"OR": [{"south": true}, {"north": false, "east": false, "south": false, "west": false, "up": false}]}, + "apply": [ + { "model": "block/fire_side0", "y": 180 }, + { "model": "block/fire_side1", "y": 180 }, + { "model": "block/fire_side_alt0", "y": 180 }, + { "model": "block/fire_side_alt1", "y": 180 } + ] + }, + { "when": {"OR": [{"west": true}, {"north": false, "east": false, "south": false, "west": false, "up": false}]}, + "apply": [ + { "model": "block/fire_side0", "y": 270 }, + { "model": "block/fire_side1", "y": 270 }, + { "model": "block/fire_side_alt0", "y": 270 }, + { "model": "block/fire_side_alt1", "y": 270 } + ] + }, + { "when": {"up": true}, + "apply": [ + { "model": "block/fire_up0" }, + { "model": "block/fire_up1" }, + { "model": "block/fire_up_alt0" }, + { "model": "block/fire_up_alt1" } + ] + } + ] +} diff --git a/1.13.2/assets/minecraft/blockstates/fire_coral.json b/1.13.2/assets/minecraft/blockstates/fire_coral.json new file mode 100644 index 00000000..4a4ef6b1 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/fire_coral.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/fire_coral" } + } +} \ No newline at end of file diff --git a/1.13.2/assets/minecraft/blockstates/fire_coral_block.json b/1.13.2/assets/minecraft/blockstates/fire_coral_block.json new file mode 100644 index 00000000..42d6ccb1 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/fire_coral_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/fire_coral_block" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/fire_coral_fan.json b/1.13.2/assets/minecraft/blockstates/fire_coral_fan.json new file mode 100644 index 00000000..c8b57bc9 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/fire_coral_fan.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/fire_coral_fan" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/fire_coral_wall_fan.json b/1.13.2/assets/minecraft/blockstates/fire_coral_wall_fan.json new file mode 100644 index 00000000..76ae9b1e --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/fire_coral_wall_fan.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=east": { "model": "block/fire_coral_wall_fan", "y": 90 }, + "facing=south": { "model": "block/fire_coral_wall_fan", "y": 180 }, + "facing=west": { "model": "block/fire_coral_wall_fan", "y": 270 }, + "facing=north": { "model": "block/fire_coral_wall_fan", "y": 0 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/flower_pot.json b/1.13.2/assets/minecraft/blockstates/flower_pot.json new file mode 100644 index 00000000..8f9ab79e --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/flower_pot.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/flower_pot" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/frosted_ice.json b/1.13.2/assets/minecraft/blockstates/frosted_ice.json new file mode 100644 index 00000000..1cccdcd1 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/frosted_ice.json @@ -0,0 +1,8 @@ +{ + "variants": { + "age=0": { "model": "block/frosted_ice_0" }, + "age=1": { "model": "block/frosted_ice_1" }, + "age=2": { "model": "block/frosted_ice_2" }, + "age=3": { "model": "block/frosted_ice_3" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/furnace.json b/1.13.2/assets/minecraft/blockstates/furnace.json new file mode 100644 index 00000000..4607b25e --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/furnace.json @@ -0,0 +1,12 @@ +{ + "variants": { + "facing=north,lit=false": { "model": "block/furnace" }, + "facing=south,lit=false": { "model": "block/furnace", "y": 180 }, + "facing=west,lit=false": { "model": "block/furnace", "y": 270 }, + "facing=east,lit=false": { "model": "block/furnace", "y": 90 }, + "facing=north,lit=true": { "model": "block/furnace_on" }, + "facing=south,lit=true": { "model": "block/furnace_on", "y": 180 }, + "facing=west,lit=true": { "model": "block/furnace_on", "y": 270 }, + "facing=east,lit=true": { "model": "block/furnace_on", "y": 90 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/glass.json b/1.13.2/assets/minecraft/blockstates/glass.json new file mode 100644 index 00000000..9b39a220 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/glass" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/glass_pane.json b/1.13.2/assets/minecraft/blockstates/glass_pane.json new file mode 100644 index 00000000..c36280e2 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/glass_pane.json @@ -0,0 +1,29 @@ +{ + "multipart": [ + { "apply": { "model": "block/glass_pane_post" }}, + { "when": { "north": true }, + "apply": { "model": "block/glass_pane_side" } + }, + { "when": { "east": true }, + "apply": { "model": "block/glass_pane_side", "y": 90 } + }, + { "when": { "south": true }, + "apply": { "model": "block/glass_pane_side_alt" } + }, + { "when": { "west": true }, + "apply": { "model": "block/glass_pane_side_alt", "y": 90 } + }, + { "when": { "north": false }, + "apply": { "model": "block/glass_pane_noside" } + }, + { "when": { "east": false }, + "apply": { "model": "block/glass_pane_noside_alt" } + }, + { "when": { "south": false }, + "apply": { "model": "block/glass_pane_noside_alt", "y": 90 } + }, + { "when": { "west": false }, + "apply": { "model": "block/glass_pane_noside", "y": 270 } + } + ] +} diff --git a/1.13.2/assets/minecraft/blockstates/glowstone.json b/1.13.2/assets/minecraft/blockstates/glowstone.json new file mode 100644 index 00000000..43b7e20e --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/glowstone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/glowstone" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/gold_block.json b/1.13.2/assets/minecraft/blockstates/gold_block.json new file mode 100644 index 00000000..7b7b5d64 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/gold_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/gold_block" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/gold_ore.json b/1.13.2/assets/minecraft/blockstates/gold_ore.json new file mode 100644 index 00000000..b6c3eb38 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/gold_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/gold_ore" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/granite.json b/1.13.2/assets/minecraft/blockstates/granite.json new file mode 100644 index 00000000..d4da5bd4 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/granite.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/granite" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/grass.json b/1.13.2/assets/minecraft/blockstates/grass.json new file mode 100644 index 00000000..e95fac81 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/grass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/grass" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/grass_block.json b/1.13.2/assets/minecraft/blockstates/grass_block.json new file mode 100644 index 00000000..ee42c0b5 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/grass_block.json @@ -0,0 +1,11 @@ +{ + "variants": { + "snowy=false": [ + { "model": "block/grass_block" }, + { "model": "block/grass_block", "y": 90 }, + { "model": "block/grass_block", "y": 180 }, + { "model": "block/grass_block", "y": 270 } + ], + "snowy=true": { "model": "block/grass_block_snow" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/grass_path.json b/1.13.2/assets/minecraft/blockstates/grass_path.json new file mode 100644 index 00000000..1bec3f25 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/grass_path.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/grass_path" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/gravel.json b/1.13.2/assets/minecraft/blockstates/gravel.json new file mode 100644 index 00000000..a2c3c585 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/gravel.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/gravel" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/gray_banner.json b/1.13.2/assets/minecraft/blockstates/gray_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/gray_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/gray_bed.json b/1.13.2/assets/minecraft/blockstates/gray_bed.json new file mode 100644 index 00000000..8cdeb6ce --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/gray_bed.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/bed" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/gray_carpet.json b/1.13.2/assets/minecraft/blockstates/gray_carpet.json new file mode 100644 index 00000000..eac87f94 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/gray_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/gray_carpet" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/gray_concrete.json b/1.13.2/assets/minecraft/blockstates/gray_concrete.json new file mode 100644 index 00000000..11fe26ee --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/gray_concrete.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/gray_concrete" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/gray_concrete_powder.json b/1.13.2/assets/minecraft/blockstates/gray_concrete_powder.json new file mode 100644 index 00000000..e7e89331 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/gray_concrete_powder.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/gray_concrete_powder" }, + { "model": "block/gray_concrete_powder", "y": 90 }, + { "model": "block/gray_concrete_powder", "y": 180 }, + { "model": "block/gray_concrete_powder", "y": 270 } + ] + } +} diff --git a/1.13.2/assets/minecraft/blockstates/gray_glazed_terracotta.json b/1.13.2/assets/minecraft/blockstates/gray_glazed_terracotta.json new file mode 100644 index 00000000..1dbedb8d --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/gray_glazed_terracotta.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "block/gray_glazed_terracotta" }, + "facing=west": { "model": "block/gray_glazed_terracotta", "y": 90 }, + "facing=north": { "model": "block/gray_glazed_terracotta", "y": 180 }, + "facing=east": { "model": "block/gray_glazed_terracotta", "y": 270 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/gray_shulker_box.json b/1.13.2/assets/minecraft/blockstates/gray_shulker_box.json new file mode 100644 index 00000000..aa5bee9b --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/gray_shulker_box.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/gray_shulker_box" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/gray_stained_glass.json b/1.13.2/assets/minecraft/blockstates/gray_stained_glass.json new file mode 100644 index 00000000..3f66a5a4 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/gray_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/gray_stained_glass" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/gray_stained_glass_pane.json b/1.13.2/assets/minecraft/blockstates/gray_stained_glass_pane.json new file mode 100644 index 00000000..b989a1eb --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/gray_stained_glass_pane.json @@ -0,0 +1,29 @@ +{ + "multipart": [ + { "apply": { "model": "block/gray_stained_glass_pane_post" }}, + { "when": { "north": true }, + "apply": { "model": "block/gray_stained_glass_pane_side" } + }, + { "when": { "east": true }, + "apply": { "model": "block/gray_stained_glass_pane_side", "y": 90 } + }, + { "when": { "south": true }, + "apply": { "model": "block/gray_stained_glass_pane_side_alt" } + }, + { "when": { "west": true }, + "apply": { "model": "block/gray_stained_glass_pane_side_alt", "y": 90 } + }, + { "when": { "north": false }, + "apply": { "model": "block/gray_stained_glass_pane_noside" } + }, + { "when": { "east": false }, + "apply": { "model": "block/gray_stained_glass_pane_noside_alt" } + }, + { "when": { "south": false }, + "apply": { "model": "block/gray_stained_glass_pane_noside_alt", "y": 90 } + }, + { "when": { "west": false }, + "apply": { "model": "block/gray_stained_glass_pane_noside", "y": 270 } + } + ] +} diff --git a/1.13.2/assets/minecraft/blockstates/gray_terracotta.json b/1.13.2/assets/minecraft/blockstates/gray_terracotta.json new file mode 100644 index 00000000..07a7f73a --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/gray_terracotta.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/gray_terracotta" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/gray_wall_banner.json b/1.13.2/assets/minecraft/blockstates/gray_wall_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/gray_wall_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/gray_wool.json b/1.13.2/assets/minecraft/blockstates/gray_wool.json new file mode 100644 index 00000000..543791bf --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/gray_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/gray_wool" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/green_banner.json b/1.13.2/assets/minecraft/blockstates/green_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/green_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/green_bed.json b/1.13.2/assets/minecraft/blockstates/green_bed.json new file mode 100644 index 00000000..8cdeb6ce --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/green_bed.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/bed" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/green_carpet.json b/1.13.2/assets/minecraft/blockstates/green_carpet.json new file mode 100644 index 00000000..0b7bb4a9 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/green_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/green_carpet" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/green_concrete.json b/1.13.2/assets/minecraft/blockstates/green_concrete.json new file mode 100644 index 00000000..f145363b --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/green_concrete.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/green_concrete" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/green_concrete_powder.json b/1.13.2/assets/minecraft/blockstates/green_concrete_powder.json new file mode 100644 index 00000000..7770c786 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/green_concrete_powder.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/green_concrete_powder" }, + { "model": "block/green_concrete_powder", "y": 90 }, + { "model": "block/green_concrete_powder", "y": 180 }, + { "model": "block/green_concrete_powder", "y": 270 } + ] + } +} diff --git a/1.13.2/assets/minecraft/blockstates/green_glazed_terracotta.json b/1.13.2/assets/minecraft/blockstates/green_glazed_terracotta.json new file mode 100644 index 00000000..6b7561f8 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/green_glazed_terracotta.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "block/green_glazed_terracotta" }, + "facing=west": { "model": "block/green_glazed_terracotta", "y": 90 }, + "facing=north": { "model": "block/green_glazed_terracotta", "y": 180 }, + "facing=east": { "model": "block/green_glazed_terracotta", "y": 270 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/green_shulker_box.json b/1.13.2/assets/minecraft/blockstates/green_shulker_box.json new file mode 100644 index 00000000..7d5057ae --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/green_shulker_box.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/green_shulker_box" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/green_stained_glass.json b/1.13.2/assets/minecraft/blockstates/green_stained_glass.json new file mode 100644 index 00000000..b411a4f5 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/green_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/green_stained_glass" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/green_stained_glass_pane.json b/1.13.2/assets/minecraft/blockstates/green_stained_glass_pane.json new file mode 100644 index 00000000..24d07372 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/green_stained_glass_pane.json @@ -0,0 +1,29 @@ +{ + "multipart": [ + { "apply": { "model": "block/green_stained_glass_pane_post" }}, + { "when": { "north": true }, + "apply": { "model": "block/green_stained_glass_pane_side" } + }, + { "when": { "east": true }, + "apply": { "model": "block/green_stained_glass_pane_side", "y": 90 } + }, + { "when": { "south": true }, + "apply": { "model": "block/green_stained_glass_pane_side_alt" } + }, + { "when": { "west": true }, + "apply": { "model": "block/green_stained_glass_pane_side_alt", "y": 90 } + }, + { "when": { "north": false }, + "apply": { "model": "block/green_stained_glass_pane_noside" } + }, + { "when": { "east": false }, + "apply": { "model": "block/green_stained_glass_pane_noside_alt" } + }, + { "when": { "south": false }, + "apply": { "model": "block/green_stained_glass_pane_noside_alt", "y": 90 } + }, + { "when": { "west": false }, + "apply": { "model": "block/green_stained_glass_pane_noside", "y": 270 } + } + ] +} diff --git a/1.13.2/assets/minecraft/blockstates/green_terracotta.json b/1.13.2/assets/minecraft/blockstates/green_terracotta.json new file mode 100644 index 00000000..b50474b7 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/green_terracotta.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/green_terracotta" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/green_wall_banner.json b/1.13.2/assets/minecraft/blockstates/green_wall_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/green_wall_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/green_wool.json b/1.13.2/assets/minecraft/blockstates/green_wool.json new file mode 100644 index 00000000..329c4f44 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/green_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/green_wool" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/hay_block.json b/1.13.2/assets/minecraft/blockstates/hay_block.json new file mode 100644 index 00000000..ef1086d9 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/hay_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/hay_block" }, + "axis=z": { "model": "block/hay_block", "x": 90 }, + "axis=x": { "model": "block/hay_block", "x": 90, "y": 90 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/heavy_weighted_pressure_plate.json b/1.13.2/assets/minecraft/blockstates/heavy_weighted_pressure_plate.json new file mode 100644 index 00000000..70c9c4ce --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/heavy_weighted_pressure_plate.json @@ -0,0 +1,20 @@ +{ + "variants": { + "power=0": { "model": "block/heavy_weighted_pressure_plate" }, + "power=1": { "model": "block/heavy_weighted_pressure_plate_down" }, + "power=2": { "model": "block/heavy_weighted_pressure_plate_down" }, + "power=3": { "model": "block/heavy_weighted_pressure_plate_down" }, + "power=4": { "model": "block/heavy_weighted_pressure_plate_down" }, + "power=5": { "model": "block/heavy_weighted_pressure_plate_down" }, + "power=6": { "model": "block/heavy_weighted_pressure_plate_down" }, + "power=7": { "model": "block/heavy_weighted_pressure_plate_down" }, + "power=8": { "model": "block/heavy_weighted_pressure_plate_down" }, + "power=9": { "model": "block/heavy_weighted_pressure_plate_down" }, + "power=10": { "model": "block/heavy_weighted_pressure_plate_down" }, + "power=11": { "model": "block/heavy_weighted_pressure_plate_down" }, + "power=12": { "model": "block/heavy_weighted_pressure_plate_down" }, + "power=13": { "model": "block/heavy_weighted_pressure_plate_down" }, + "power=14": { "model": "block/heavy_weighted_pressure_plate_down" }, + "power=15": { "model": "block/heavy_weighted_pressure_plate_down" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/hopper.json b/1.13.2/assets/minecraft/blockstates/hopper.json new file mode 100644 index 00000000..88c7cb1e --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/hopper.json @@ -0,0 +1,9 @@ +{ + "variants": { + "facing=down": { "model": "block/hopper" }, + "facing=north": { "model": "block/hopper_side" }, + "facing=south": { "model": "block/hopper_side", "y": 180 }, + "facing=west": { "model": "block/hopper_side", "y": 270 }, + "facing=east": { "model": "block/hopper_side", "y": 90 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/horn_coral.json b/1.13.2/assets/minecraft/blockstates/horn_coral.json new file mode 100644 index 00000000..daa2d870 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/horn_coral.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/horn_coral" } + } +} \ No newline at end of file diff --git a/1.13.2/assets/minecraft/blockstates/horn_coral_block.json b/1.13.2/assets/minecraft/blockstates/horn_coral_block.json new file mode 100644 index 00000000..11f9911d --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/horn_coral_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/horn_coral_block" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/horn_coral_fan.json b/1.13.2/assets/minecraft/blockstates/horn_coral_fan.json new file mode 100644 index 00000000..639f1d3a --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/horn_coral_fan.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/horn_coral_fan" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/horn_coral_wall_fan.json b/1.13.2/assets/minecraft/blockstates/horn_coral_wall_fan.json new file mode 100644 index 00000000..28363883 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/horn_coral_wall_fan.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=east": { "model": "block/horn_coral_wall_fan", "y": 90 }, + "facing=south": { "model": "block/horn_coral_wall_fan", "y": 180 }, + "facing=west": { "model": "block/horn_coral_wall_fan", "y": 270 }, + "facing=north": { "model": "block/horn_coral_wall_fan", "y": 0 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/ice.json b/1.13.2/assets/minecraft/blockstates/ice.json new file mode 100644 index 00000000..fe5dfcb5 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/ice.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/ice" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/infested_chiseled_stone_bricks.json b/1.13.2/assets/minecraft/blockstates/infested_chiseled_stone_bricks.json new file mode 100644 index 00000000..8190d79b --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/infested_chiseled_stone_bricks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/chiseled_stone_bricks" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/infested_cobblestone.json b/1.13.2/assets/minecraft/blockstates/infested_cobblestone.json new file mode 100644 index 00000000..30950753 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/infested_cobblestone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/cobblestone" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/infested_cracked_stone_bricks.json b/1.13.2/assets/minecraft/blockstates/infested_cracked_stone_bricks.json new file mode 100644 index 00000000..c036dfec --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/infested_cracked_stone_bricks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/cracked_stone_bricks" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/infested_mossy_stone_bricks.json b/1.13.2/assets/minecraft/blockstates/infested_mossy_stone_bricks.json new file mode 100644 index 00000000..09f65d9a --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/infested_mossy_stone_bricks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/mossy_stone_bricks" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/infested_stone.json b/1.13.2/assets/minecraft/blockstates/infested_stone.json new file mode 100644 index 00000000..6bf5bc5a --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/infested_stone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/stone" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/infested_stone_bricks.json b/1.13.2/assets/minecraft/blockstates/infested_stone_bricks.json new file mode 100644 index 00000000..0fe8fa5f --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/infested_stone_bricks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/stone_bricks" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/iron_bars.json b/1.13.2/assets/minecraft/blockstates/iron_bars.json new file mode 100644 index 00000000..a8140a02 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/iron_bars.json @@ -0,0 +1,32 @@ +{ + "multipart": [ + { "apply": { "model": "block/iron_bars_post_ends" }}, + { "when": { "north": false, "east": false, "south": false, "west": false }, + "apply": { "model": "block/iron_bars_post" } + }, + { "when": { "north": true, "east": false, "south": false, "west": false }, + "apply": { "model": "block/iron_bars_cap" } + }, + { "when": { "north": false, "east": true, "south": false, "west": false }, + "apply": { "model": "block/iron_bars_cap", "y": 90 } + }, + { "when": { "north": false, "east": false, "south": true, "west": false }, + "apply": { "model": "block/iron_bars_cap_alt" } + }, + { "when": { "north": false, "east": false, "south": false, "west": true }, + "apply": { "model": "block/iron_bars_cap_alt", "y": 90 } + }, + { "when": { "north": true }, + "apply": { "model": "block/iron_bars_side" } + }, + { "when": { "east": true }, + "apply": { "model": "block/iron_bars_side", "y": 90 } + }, + { "when": { "south": true }, + "apply": { "model": "block/iron_bars_side_alt" } + }, + { "when": { "west": true }, + "apply": { "model": "block/iron_bars_side_alt", "y": 90 } + } + ] +} diff --git a/1.13.2/assets/minecraft/blockstates/iron_block.json b/1.13.2/assets/minecraft/blockstates/iron_block.json new file mode 100644 index 00000000..89f0cf9e --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/iron_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/iron_block" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/iron_door.json b/1.13.2/assets/minecraft/blockstates/iron_door.json new file mode 100644 index 00000000..3d8dc5ab --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/iron_door.json @@ -0,0 +1,36 @@ +{ + "variants": { + "facing=east,half=lower,hinge=left,open=false": { "model": "block/iron_door_bottom" }, + "facing=south,half=lower,hinge=left,open=false": { "model": "block/iron_door_bottom", "y": 90 }, + "facing=west,half=lower,hinge=left,open=false": { "model": "block/iron_door_bottom", "y": 180 }, + "facing=north,half=lower,hinge=left,open=false": { "model": "block/iron_door_bottom", "y": 270 }, + "facing=east,half=lower,hinge=right,open=false": { "model": "block/iron_door_bottom_hinge" }, + "facing=south,half=lower,hinge=right,open=false": { "model": "block/iron_door_bottom_hinge", "y": 90 }, + "facing=west,half=lower,hinge=right,open=false": { "model": "block/iron_door_bottom_hinge", "y": 180 }, + "facing=north,half=lower,hinge=right,open=false": { "model": "block/iron_door_bottom_hinge", "y": 270 }, + "facing=east,half=lower,hinge=left,open=true": { "model": "block/iron_door_bottom_hinge", "y": 90 }, + "facing=south,half=lower,hinge=left,open=true": { "model": "block/iron_door_bottom_hinge", "y": 180 }, + "facing=west,half=lower,hinge=left,open=true": { "model": "block/iron_door_bottom_hinge", "y": 270 }, + "facing=north,half=lower,hinge=left,open=true": { "model": "block/iron_door_bottom_hinge" }, + "facing=east,half=lower,hinge=right,open=true": { "model": "block/iron_door_bottom", "y": 270 }, + "facing=south,half=lower,hinge=right,open=true": { "model": "block/iron_door_bottom" }, + "facing=west,half=lower,hinge=right,open=true": { "model": "block/iron_door_bottom", "y": 90 }, + "facing=north,half=lower,hinge=right,open=true": { "model": "block/iron_door_bottom", "y": 180 }, + "facing=east,half=upper,hinge=left,open=false": { "model": "block/iron_door_top" }, + "facing=south,half=upper,hinge=left,open=false": { "model": "block/iron_door_top", "y": 90 }, + "facing=west,half=upper,hinge=left,open=false": { "model": "block/iron_door_top", "y": 180 }, + "facing=north,half=upper,hinge=left,open=false": { "model": "block/iron_door_top", "y": 270 }, + "facing=east,half=upper,hinge=right,open=false": { "model": "block/iron_door_top_hinge" }, + "facing=south,half=upper,hinge=right,open=false": { "model": "block/iron_door_top_hinge", "y": 90 }, + "facing=west,half=upper,hinge=right,open=false": { "model": "block/iron_door_top_hinge", "y": 180 }, + "facing=north,half=upper,hinge=right,open=false": { "model": "block/iron_door_top_hinge", "y": 270 }, + "facing=east,half=upper,hinge=left,open=true": { "model": "block/iron_door_top_hinge", "y": 90 }, + "facing=south,half=upper,hinge=left,open=true": { "model": "block/iron_door_top_hinge", "y": 180 }, + "facing=west,half=upper,hinge=left,open=true": { "model": "block/iron_door_top_hinge", "y": 270 }, + "facing=north,half=upper,hinge=left,open=true": { "model": "block/iron_door_top_hinge" }, + "facing=east,half=upper,hinge=right,open=true": { "model": "block/iron_door_top", "y": 270 }, + "facing=south,half=upper,hinge=right,open=true": { "model": "block/iron_door_top" }, + "facing=west,half=upper,hinge=right,open=true": { "model": "block/iron_door_top", "y": 90 }, + "facing=north,half=upper,hinge=right,open=true": { "model": "block/iron_door_top", "y": 180 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/iron_ore.json b/1.13.2/assets/minecraft/blockstates/iron_ore.json new file mode 100644 index 00000000..55b1b9c6 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/iron_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/iron_ore" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/iron_trapdoor.json b/1.13.2/assets/minecraft/blockstates/iron_trapdoor.json new file mode 100644 index 00000000..291eeece --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/iron_trapdoor.json @@ -0,0 +1,20 @@ +{ + "variants": { + "facing=north,half=bottom,open=false": { "model": "block/iron_trapdoor_bottom" }, + "facing=south,half=bottom,open=false": { "model": "block/iron_trapdoor_bottom" }, + "facing=east,half=bottom,open=false": { "model": "block/iron_trapdoor_bottom" }, + "facing=west,half=bottom,open=false": { "model": "block/iron_trapdoor_bottom" }, + "facing=north,half=top,open=false": { "model": "block/iron_trapdoor_top" }, + "facing=south,half=top,open=false": { "model": "block/iron_trapdoor_top" }, + "facing=east,half=top,open=false": { "model": "block/iron_trapdoor_top" }, + "facing=west,half=top,open=false": { "model": "block/iron_trapdoor_top" }, + "facing=north,half=bottom,open=true": { "model": "block/iron_trapdoor_open" }, + "facing=south,half=bottom,open=true": { "model": "block/iron_trapdoor_open", "y": 180 }, + "facing=east,half=bottom,open=true": { "model": "block/iron_trapdoor_open", "y": 90 }, + "facing=west,half=bottom,open=true": { "model": "block/iron_trapdoor_open", "y": 270 }, + "facing=north,half=top,open=true": { "model": "block/iron_trapdoor_open" }, + "facing=south,half=top,open=true": { "model": "block/iron_trapdoor_open", "y": 180 }, + "facing=east,half=top,open=true": { "model": "block/iron_trapdoor_open", "y": 90 }, + "facing=west,half=top,open=true": { "model": "block/iron_trapdoor_open", "y": 270 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/item_frame.json b/1.13.2/assets/minecraft/blockstates/item_frame.json new file mode 100644 index 00000000..7b70ec00 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/item_frame.json @@ -0,0 +1,6 @@ +{ + "variants": { + "map=false": { "model": "block/item_frame" }, + "map=true": { "model": "block/item_frame_map" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/jack_o_lantern.json b/1.13.2/assets/minecraft/blockstates/jack_o_lantern.json new file mode 100644 index 00000000..61119511 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/jack_o_lantern.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "block/jack_o_lantern" }, + "facing=south": { "model": "block/jack_o_lantern", "y": 180 }, + "facing=west": { "model": "block/jack_o_lantern", "y": 270 }, + "facing=east": { "model": "block/jack_o_lantern", "y": 90 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/jukebox.json b/1.13.2/assets/minecraft/blockstates/jukebox.json new file mode 100644 index 00000000..c37487a1 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/jukebox.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/jukebox" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/jungle_button.json b/1.13.2/assets/minecraft/blockstates/jungle_button.json new file mode 100644 index 00000000..8674824b --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/jungle_button.json @@ -0,0 +1,28 @@ +{ + "variants": { + "face=floor,facing=east,powered=false": { "model": "block/jungle_button", "y": 90 }, + "face=floor,facing=west,powered=false": { "model": "block/jungle_button", "y": 270 }, + "face=floor,facing=south,powered=false": { "model": "block/jungle_button", "y": 180 }, + "face=floor,facing=north,powered=false": { "model": "block/jungle_button" }, + "face=wall,facing=east,powered=false": { "model": "block/jungle_button", "uvlock": true, "x": 90, "y": 90 }, + "face=wall,facing=west,powered=false": { "model": "block/jungle_button", "uvlock": true, "x": 90, "y": 270 }, + "face=wall,facing=south,powered=false": { "model": "block/jungle_button", "uvlock": true, "x": 90, "y": 180 }, + "face=wall,facing=north,powered=false": { "model": "block/jungle_button", "uvlock": true, "x": 90 }, + "face=ceiling,facing=east,powered=false": { "model": "block/jungle_button", "x": 180, "y": 270 }, + "face=ceiling,facing=west,powered=false": { "model": "block/jungle_button", "x": 180, "y": 90 }, + "face=ceiling,facing=south,powered=false": { "model": "block/jungle_button", "x": 180 }, + "face=ceiling,facing=north,powered=false": { "model": "block/jungle_button", "x": 180, "y": 180 }, + "face=floor,facing=east,powered=true": { "model": "block/jungle_button_pressed", "y": 90 }, + "face=floor,facing=west,powered=true": { "model": "block/jungle_button_pressed", "y": 270 }, + "face=floor,facing=south,powered=true": { "model": "block/jungle_button_pressed", "y": 180 }, + "face=floor,facing=north,powered=true": { "model": "block/jungle_button_pressed" }, + "face=wall,facing=east,powered=true": { "model": "block/jungle_button_pressed", "uvlock": true, "x": 90, "y": 90 }, + "face=wall,facing=west,powered=true": { "model": "block/jungle_button_pressed", "uvlock": true, "x": 90, "y": 270 }, + "face=wall,facing=south,powered=true": { "model": "block/jungle_button_pressed", "uvlock": true, "x": 90, "y": 180 }, + "face=wall,facing=north,powered=true": { "model": "block/jungle_button_pressed", "uvlock": true, "x": 90 }, + "face=ceiling,facing=east,powered=true": { "model": "block/jungle_button_pressed", "x": 180, "y": 270 }, + "face=ceiling,facing=west,powered=true": { "model": "block/jungle_button_pressed", "x": 180, "y": 90 }, + "face=ceiling,facing=south,powered=true": { "model": "block/jungle_button_pressed", "x": 180 }, + "face=ceiling,facing=north,powered=true": { "model": "block/jungle_button_pressed", "x": 180, "y": 180 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/jungle_door.json b/1.13.2/assets/minecraft/blockstates/jungle_door.json new file mode 100644 index 00000000..25d292dc --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/jungle_door.json @@ -0,0 +1,36 @@ +{ + "variants": { + "facing=east,half=lower,hinge=left,open=false": { "model": "block/jungle_door_bottom" }, + "facing=south,half=lower,hinge=left,open=false": { "model": "block/jungle_door_bottom", "y": 90 }, + "facing=west,half=lower,hinge=left,open=false": { "model": "block/jungle_door_bottom", "y": 180 }, + "facing=north,half=lower,hinge=left,open=false": { "model": "block/jungle_door_bottom", "y": 270 }, + "facing=east,half=lower,hinge=right,open=false": { "model": "block/jungle_door_bottom_hinge" }, + "facing=south,half=lower,hinge=right,open=false": { "model": "block/jungle_door_bottom_hinge", "y": 90 }, + "facing=west,half=lower,hinge=right,open=false": { "model": "block/jungle_door_bottom_hinge", "y": 180 }, + "facing=north,half=lower,hinge=right,open=false": { "model": "block/jungle_door_bottom_hinge", "y": 270 }, + "facing=east,half=lower,hinge=left,open=true": { "model": "block/jungle_door_bottom_hinge", "y": 90 }, + "facing=south,half=lower,hinge=left,open=true": { "model": "block/jungle_door_bottom_hinge", "y": 180 }, + "facing=west,half=lower,hinge=left,open=true": { "model": "block/jungle_door_bottom_hinge", "y": 270 }, + "facing=north,half=lower,hinge=left,open=true": { "model": "block/jungle_door_bottom_hinge" }, + "facing=east,half=lower,hinge=right,open=true": { "model": "block/jungle_door_bottom", "y": 270 }, + "facing=south,half=lower,hinge=right,open=true": { "model": "block/jungle_door_bottom" }, + "facing=west,half=lower,hinge=right,open=true": { "model": "block/jungle_door_bottom", "y": 90 }, + "facing=north,half=lower,hinge=right,open=true": { "model": "block/jungle_door_bottom", "y": 180 }, + "facing=east,half=upper,hinge=left,open=false": { "model": "block/jungle_door_top" }, + "facing=south,half=upper,hinge=left,open=false": { "model": "block/jungle_door_top", "y": 90 }, + "facing=west,half=upper,hinge=left,open=false": { "model": "block/jungle_door_top", "y": 180 }, + "facing=north,half=upper,hinge=left,open=false": { "model": "block/jungle_door_top", "y": 270 }, + "facing=east,half=upper,hinge=right,open=false": { "model": "block/jungle_door_top_hinge" }, + "facing=south,half=upper,hinge=right,open=false": { "model": "block/jungle_door_top_hinge", "y": 90 }, + "facing=west,half=upper,hinge=right,open=false": { "model": "block/jungle_door_top_hinge", "y": 180 }, + "facing=north,half=upper,hinge=right,open=false": { "model": "block/jungle_door_top_hinge", "y": 270 }, + "facing=east,half=upper,hinge=left,open=true": { "model": "block/jungle_door_top_hinge", "y": 90 }, + "facing=south,half=upper,hinge=left,open=true": { "model": "block/jungle_door_top_hinge", "y": 180 }, + "facing=west,half=upper,hinge=left,open=true": { "model": "block/jungle_door_top_hinge", "y": 270 }, + "facing=north,half=upper,hinge=left,open=true": { "model": "block/jungle_door_top_hinge" }, + "facing=east,half=upper,hinge=right,open=true": { "model": "block/jungle_door_top", "y": 270 }, + "facing=south,half=upper,hinge=right,open=true": { "model": "block/jungle_door_top" }, + "facing=west,half=upper,hinge=right,open=true": { "model": "block/jungle_door_top", "y": 90 }, + "facing=north,half=upper,hinge=right,open=true": { "model": "block/jungle_door_top", "y": 180 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/jungle_fence.json b/1.13.2/assets/minecraft/blockstates/jungle_fence.json new file mode 100644 index 00000000..6c4af9b3 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/jungle_fence.json @@ -0,0 +1,17 @@ +{ + "multipart": [ + { "apply": { "model": "block/jungle_fence_post" }}, + { "when": { "north": "true" }, + "apply": { "model": "block/jungle_fence_side", "uvlock": true } + }, + { "when": { "east": "true" }, + "apply": { "model": "block/jungle_fence_side", "y": 90, "uvlock": true } + }, + { "when": { "south": "true" }, + "apply": { "model": "block/jungle_fence_side", "y": 180, "uvlock": true } + }, + { "when": { "west": "true" }, + "apply": { "model": "block/jungle_fence_side", "y": 270, "uvlock": true } + } + ] +} diff --git a/1.13.2/assets/minecraft/blockstates/jungle_fence_gate.json b/1.13.2/assets/minecraft/blockstates/jungle_fence_gate.json new file mode 100644 index 00000000..a47f7958 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/jungle_fence_gate.json @@ -0,0 +1,20 @@ +{ + "variants": { + "facing=south,in_wall=false,open=false": { "model": "block/jungle_fence_gate", "uvlock": true }, + "facing=west,in_wall=false,open=false": { "model": "block/jungle_fence_gate", "uvlock": true, "y": 90 }, + "facing=north,in_wall=false,open=false": { "model": "block/jungle_fence_gate", "uvlock": true, "y": 180 }, + "facing=east,in_wall=false,open=false": { "model": "block/jungle_fence_gate", "uvlock": true, "y": 270 }, + "facing=south,in_wall=false,open=true": { "model": "block/jungle_fence_gate_open", "uvlock": true }, + "facing=west,in_wall=false,open=true": { "model": "block/jungle_fence_gate_open", "uvlock": true, "y": 90 }, + "facing=north,in_wall=false,open=true": { "model": "block/jungle_fence_gate_open", "uvlock": true, "y": 180 }, + "facing=east,in_wall=false,open=true": { "model": "block/jungle_fence_gate_open", "uvlock": true, "y": 270 }, + "facing=south,in_wall=true,open=false": { "model": "block/jungle_fence_gate_wall", "uvlock": true }, + "facing=west,in_wall=true,open=false": { "model": "block/jungle_fence_gate_wall", "uvlock": true, "y": 90 }, + "facing=north,in_wall=true,open=false": { "model": "block/jungle_fence_gate_wall", "uvlock": true, "y": 180 }, + "facing=east,in_wall=true,open=false": { "model": "block/jungle_fence_gate_wall", "uvlock": true, "y": 270 }, + "facing=south,in_wall=true,open=true": { "model": "block/jungle_fence_gate_wall_open", "uvlock": true }, + "facing=west,in_wall=true,open=true": { "model": "block/jungle_fence_gate_wall_open", "uvlock": true, "y": 90 }, + "facing=north,in_wall=true,open=true": { "model": "block/jungle_fence_gate_wall_open", "uvlock": true, "y": 180 }, + "facing=east,in_wall=true,open=true": { "model": "block/jungle_fence_gate_wall_open", "uvlock": true, "y": 270 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/jungle_leaves.json b/1.13.2/assets/minecraft/blockstates/jungle_leaves.json new file mode 100644 index 00000000..0cf6c06b --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/jungle_leaves.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/jungle_leaves" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/jungle_log.json b/1.13.2/assets/minecraft/blockstates/jungle_log.json new file mode 100644 index 00000000..09865d95 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/jungle_log.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/jungle_log" }, + "axis=z": { "model": "block/jungle_log", "x": 90 }, + "axis=x": { "model": "block/jungle_log", "x": 90, "y": 90 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/jungle_planks.json b/1.13.2/assets/minecraft/blockstates/jungle_planks.json new file mode 100644 index 00000000..706c2ba6 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/jungle_planks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/jungle_planks" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/jungle_pressure_plate.json b/1.13.2/assets/minecraft/blockstates/jungle_pressure_plate.json new file mode 100644 index 00000000..83aaab84 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/jungle_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "variants": { + "powered=false": { "model": "block/jungle_pressure_plate" }, + "powered=true": { "model": "block/jungle_pressure_plate_down" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/jungle_sapling.json b/1.13.2/assets/minecraft/blockstates/jungle_sapling.json new file mode 100644 index 00000000..73e8eaaf --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/jungle_sapling.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/jungle_sapling" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/jungle_slab.json b/1.13.2/assets/minecraft/blockstates/jungle_slab.json new file mode 100644 index 00000000..5687434c --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/jungle_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/jungle_slab" }, + "type=top": { "model": "block/jungle_slab_top" }, + "type=double": { "model": "block/jungle_planks" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/jungle_stairs.json b/1.13.2/assets/minecraft/blockstates/jungle_stairs.json new file mode 100644 index 00000000..725f91d1 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/jungle_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/jungle_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/jungle_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/jungle_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/jungle_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/jungle_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/jungle_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/jungle_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/jungle_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/jungle_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/jungle_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/jungle_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/jungle_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/jungle_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/jungle_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/jungle_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/jungle_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/jungle_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/jungle_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/jungle_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/jungle_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/jungle_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/jungle_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/jungle_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/jungle_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/jungle_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/jungle_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/jungle_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/jungle_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/jungle_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/jungle_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/jungle_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/jungle_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/jungle_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/jungle_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/jungle_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/jungle_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/jungle_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/jungle_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/jungle_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/jungle_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/jungle_trapdoor.json b/1.13.2/assets/minecraft/blockstates/jungle_trapdoor.json new file mode 100644 index 00000000..1d4a7101 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/jungle_trapdoor.json @@ -0,0 +1,20 @@ +{ + "variants": { + "facing=north,half=bottom,open=false": { "model": "block/jungle_trapdoor_bottom" }, + "facing=south,half=bottom,open=false": { "model": "block/jungle_trapdoor_bottom", "y": 180 }, + "facing=east,half=bottom,open=false": { "model": "block/jungle_trapdoor_bottom", "y": 90 }, + "facing=west,half=bottom,open=false": { "model": "block/jungle_trapdoor_bottom", "y": 270 }, + "facing=north,half=top,open=false": { "model": "block/jungle_trapdoor_top" }, + "facing=south,half=top,open=false": { "model": "block/jungle_trapdoor_top", "y": 180 }, + "facing=east,half=top,open=false": { "model": "block/jungle_trapdoor_top", "y": 90 }, + "facing=west,half=top,open=false": { "model": "block/jungle_trapdoor_top", "y": 270 }, + "facing=north,half=bottom,open=true": { "model": "block/jungle_trapdoor_open" }, + "facing=south,half=bottom,open=true": { "model": "block/jungle_trapdoor_open", "y": 180 }, + "facing=east,half=bottom,open=true": { "model": "block/jungle_trapdoor_open", "y": 90 }, + "facing=west,half=bottom,open=true": { "model": "block/jungle_trapdoor_open", "y": 270 }, + "facing=north,half=top,open=true": { "model": "block/jungle_trapdoor_open", "x": 180, "y": 180 }, + "facing=south,half=top,open=true": { "model": "block/jungle_trapdoor_open", "x": 180, "y": 0 }, + "facing=east,half=top,open=true": { "model": "block/jungle_trapdoor_open", "x": 180, "y": 270 }, + "facing=west,half=top,open=true": { "model": "block/jungle_trapdoor_open", "x": 180, "y": 90 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/jungle_wood.json b/1.13.2/assets/minecraft/blockstates/jungle_wood.json new file mode 100644 index 00000000..2247b7e9 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/jungle_wood.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/jungle_wood" }, + "axis=z": { "model": "block/jungle_wood", "x": 90 }, + "axis=x": { "model": "block/jungle_wood", "x": 90, "y": 90 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/kelp.json b/1.13.2/assets/minecraft/blockstates/kelp.json new file mode 100644 index 00000000..13b69d5e --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/kelp.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/kelp" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/kelp_plant.json b/1.13.2/assets/minecraft/blockstates/kelp_plant.json new file mode 100644 index 00000000..4661b3d0 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/kelp_plant.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/kelp_plant" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/ladder.json b/1.13.2/assets/minecraft/blockstates/ladder.json new file mode 100644 index 00000000..f94e0ba0 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/ladder.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "block/ladder" }, + "facing=east": { "model": "block/ladder", "y": 90 }, + "facing=south": { "model": "block/ladder", "y": 180 }, + "facing=west": { "model": "block/ladder", "y": 270 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/lapis_block.json b/1.13.2/assets/minecraft/blockstates/lapis_block.json new file mode 100644 index 00000000..20cd1ad5 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/lapis_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/lapis_block" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/lapis_ore.json b/1.13.2/assets/minecraft/blockstates/lapis_ore.json new file mode 100644 index 00000000..20157363 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/lapis_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/lapis_ore" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/large_fern.json b/1.13.2/assets/minecraft/blockstates/large_fern.json new file mode 100644 index 00000000..aa6fe962 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/large_fern.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=lower": { "model": "block/large_fern_bottom" }, + "half=upper": { "model": "block/large_fern_top" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/lava.json b/1.13.2/assets/minecraft/blockstates/lava.json new file mode 100644 index 00000000..d6adbba4 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/lava.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/lava" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/lever.json b/1.13.2/assets/minecraft/blockstates/lever.json new file mode 100644 index 00000000..7d672c59 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/lever.json @@ -0,0 +1,28 @@ +{ + "variants": { + "face=ceiling,facing=north,powered=false": { "model": "block/lever_on", "x": 180, "y": 180 }, + "face=ceiling,facing=east,powered=false": { "model": "block/lever_on", "x": 180, "y": 270 }, + "face=ceiling,facing=south,powered=false": { "model": "block/lever_on", "x": 180}, + "face=ceiling,facing=west,powered=false": { "model": "block/lever_on", "x": 180, "y": 90 }, + "face=floor,facing=north,powered=false": { "model": "block/lever_on" }, + "face=floor,facing=east,powered=false": { "model": "block/lever_on", "y": 90 }, + "face=floor,facing=south,powered=false": { "model": "block/lever_on", "y": 180 }, + "face=floor,facing=west,powered=false": { "model": "block/lever_on", "y": 270 }, + "face=wall,facing=north,powered=false": { "model": "block/lever_on", "x": 90 }, + "face=wall,facing=east,powered=false": { "model": "block/lever_on", "x": 90, "y": 90 }, + "face=wall,facing=south,powered=false": { "model": "block/lever_on", "x": 90, "y": 180 }, + "face=wall,facing=west,powered=false": { "model": "block/lever_on", "x": 90, "y": 270 }, + "face=ceiling,facing=north,powered=true": { "model": "block/lever", "x": 180, "y": 180 }, + "face=ceiling,facing=east,powered=true": { "model": "block/lever", "x": 180, "y": 270 }, + "face=ceiling,facing=south,powered=true": { "model": "block/lever", "x": 180}, + "face=ceiling,facing=west,powered=true": { "model": "block/lever", "x": 180, "y": 90 }, + "face=floor,facing=north,powered=true": { "model": "block/lever" }, + "face=floor,facing=east,powered=true": { "model": "block/lever", "y": 90 }, + "face=floor,facing=south,powered=true": { "model": "block/lever", "y": 180 }, + "face=floor,facing=west,powered=true": { "model": "block/lever", "y": 270 }, + "face=wall,facing=north,powered=true": { "model": "block/lever", "x": 90 }, + "face=wall,facing=east,powered=true": { "model": "block/lever", "x": 90, "y": 90 }, + "face=wall,facing=south,powered=true": { "model": "block/lever", "x": 90, "y": 180 }, + "face=wall,facing=west,powered=true": { "model": "block/lever", "x": 90, "y": 270 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/light_blue_banner.json b/1.13.2/assets/minecraft/blockstates/light_blue_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/light_blue_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/light_blue_bed.json b/1.13.2/assets/minecraft/blockstates/light_blue_bed.json new file mode 100644 index 00000000..8cdeb6ce --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/light_blue_bed.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/bed" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/light_blue_carpet.json b/1.13.2/assets/minecraft/blockstates/light_blue_carpet.json new file mode 100644 index 00000000..41daad9b --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/light_blue_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/light_blue_carpet" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/light_blue_concrete.json b/1.13.2/assets/minecraft/blockstates/light_blue_concrete.json new file mode 100644 index 00000000..c02c029c --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/light_blue_concrete.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/light_blue_concrete" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/light_blue_concrete_powder.json b/1.13.2/assets/minecraft/blockstates/light_blue_concrete_powder.json new file mode 100644 index 00000000..fab8a19a --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/light_blue_concrete_powder.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/light_blue_concrete_powder" }, + { "model": "block/light_blue_concrete_powder", "y": 90 }, + { "model": "block/light_blue_concrete_powder", "y": 180 }, + { "model": "block/light_blue_concrete_powder", "y": 270 } + ] + } +} diff --git a/1.13.2/assets/minecraft/blockstates/light_blue_glazed_terracotta.json b/1.13.2/assets/minecraft/blockstates/light_blue_glazed_terracotta.json new file mode 100644 index 00000000..c9fa8d1f --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/light_blue_glazed_terracotta.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "block/light_blue_glazed_terracotta" }, + "facing=west": { "model": "block/light_blue_glazed_terracotta", "y": 90 }, + "facing=north": { "model": "block/light_blue_glazed_terracotta", "y": 180 }, + "facing=east": { "model": "block/light_blue_glazed_terracotta", "y": 270 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/light_blue_shulker_box.json b/1.13.2/assets/minecraft/blockstates/light_blue_shulker_box.json new file mode 100644 index 00000000..47e31a38 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/light_blue_shulker_box.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/light_blue_shulker_box" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/light_blue_stained_glass.json b/1.13.2/assets/minecraft/blockstates/light_blue_stained_glass.json new file mode 100644 index 00000000..440449de --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/light_blue_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/light_blue_stained_glass" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/light_blue_stained_glass_pane.json b/1.13.2/assets/minecraft/blockstates/light_blue_stained_glass_pane.json new file mode 100644 index 00000000..15114397 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/light_blue_stained_glass_pane.json @@ -0,0 +1,29 @@ +{ + "multipart": [ + { "apply": { "model": "block/light_blue_stained_glass_pane_post" }}, + { "when": { "north": true }, + "apply": { "model": "block/light_blue_stained_glass_pane_side" } + }, + { "when": { "east": true }, + "apply": { "model": "block/light_blue_stained_glass_pane_side", "y": 90 } + }, + { "when": { "south": true }, + "apply": { "model": "block/light_blue_stained_glass_pane_side_alt" } + }, + { "when": { "west": true }, + "apply": { "model": "block/light_blue_stained_glass_pane_side_alt", "y": 90 } + }, + { "when": { "north": false }, + "apply": { "model": "block/light_blue_stained_glass_pane_noside" } + }, + { "when": { "east": false }, + "apply": { "model": "block/light_blue_stained_glass_pane_noside_alt" } + }, + { "when": { "south": false }, + "apply": { "model": "block/light_blue_stained_glass_pane_noside_alt", "y": 90 } + }, + { "when": { "west": false }, + "apply": { "model": "block/light_blue_stained_glass_pane_noside", "y": 270 } + } + ] +} diff --git a/1.13.2/assets/minecraft/blockstates/light_blue_terracotta.json b/1.13.2/assets/minecraft/blockstates/light_blue_terracotta.json new file mode 100644 index 00000000..0d22de3c --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/light_blue_terracotta.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/light_blue_terracotta" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/light_blue_wall_banner.json b/1.13.2/assets/minecraft/blockstates/light_blue_wall_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/light_blue_wall_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/light_blue_wool.json b/1.13.2/assets/minecraft/blockstates/light_blue_wool.json new file mode 100644 index 00000000..67d2ebc1 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/light_blue_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/light_blue_wool" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/light_gray_banner.json b/1.13.2/assets/minecraft/blockstates/light_gray_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/light_gray_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/light_gray_bed.json b/1.13.2/assets/minecraft/blockstates/light_gray_bed.json new file mode 100644 index 00000000..8cdeb6ce --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/light_gray_bed.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/bed" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/light_gray_carpet.json b/1.13.2/assets/minecraft/blockstates/light_gray_carpet.json new file mode 100644 index 00000000..8ba2c1ae --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/light_gray_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/light_gray_carpet" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/light_gray_concrete.json b/1.13.2/assets/minecraft/blockstates/light_gray_concrete.json new file mode 100644 index 00000000..d2902af5 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/light_gray_concrete.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/light_gray_concrete" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/light_gray_concrete_powder.json b/1.13.2/assets/minecraft/blockstates/light_gray_concrete_powder.json new file mode 100644 index 00000000..506582f0 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/light_gray_concrete_powder.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/light_gray_concrete_powder" }, + { "model": "block/light_gray_concrete_powder", "y": 90 }, + { "model": "block/light_gray_concrete_powder", "y": 180 }, + { "model": "block/light_gray_concrete_powder", "y": 270 } + ] + } +} diff --git a/1.13.2/assets/minecraft/blockstates/light_gray_glazed_terracotta.json b/1.13.2/assets/minecraft/blockstates/light_gray_glazed_terracotta.json new file mode 100644 index 00000000..351f51f4 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/light_gray_glazed_terracotta.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "block/light_gray_glazed_terracotta" }, + "facing=west": { "model": "block/light_gray_glazed_terracotta", "y": 90 }, + "facing=north": { "model": "block/light_gray_glazed_terracotta", "y": 180 }, + "facing=east": { "model": "block/light_gray_glazed_terracotta", "y": 270 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/light_gray_shulker_box.json b/1.13.2/assets/minecraft/blockstates/light_gray_shulker_box.json new file mode 100644 index 00000000..03c77040 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/light_gray_shulker_box.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/light_gray_shulker_box" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/light_gray_stained_glass.json b/1.13.2/assets/minecraft/blockstates/light_gray_stained_glass.json new file mode 100644 index 00000000..28aa79ae --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/light_gray_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/light_gray_stained_glass" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/light_gray_stained_glass_pane.json b/1.13.2/assets/minecraft/blockstates/light_gray_stained_glass_pane.json new file mode 100644 index 00000000..b9e07a49 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/light_gray_stained_glass_pane.json @@ -0,0 +1,29 @@ +{ + "multipart": [ + { "apply": { "model": "block/light_gray_stained_glass_pane_post" }}, + { "when": { "north": true }, + "apply": { "model": "block/light_gray_stained_glass_pane_side" } + }, + { "when": { "east": true }, + "apply": { "model": "block/light_gray_stained_glass_pane_side", "y": 90 } + }, + { "when": { "south": true }, + "apply": { "model": "block/light_gray_stained_glass_pane_side_alt" } + }, + { "when": { "west": true }, + "apply": { "model": "block/light_gray_stained_glass_pane_side_alt", "y": 90 } + }, + { "when": { "north": false }, + "apply": { "model": "block/light_gray_stained_glass_pane_noside" } + }, + { "when": { "east": false }, + "apply": { "model": "block/light_gray_stained_glass_pane_noside_alt" } + }, + { "when": { "south": false }, + "apply": { "model": "block/light_gray_stained_glass_pane_noside_alt", "y": 90 } + }, + { "when": { "west": false }, + "apply": { "model": "block/light_gray_stained_glass_pane_noside", "y": 270 } + } + ] +} diff --git a/1.13.2/assets/minecraft/blockstates/light_gray_terracotta.json b/1.13.2/assets/minecraft/blockstates/light_gray_terracotta.json new file mode 100644 index 00000000..a8d8de20 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/light_gray_terracotta.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/light_gray_terracotta" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/light_gray_wall_banner.json b/1.13.2/assets/minecraft/blockstates/light_gray_wall_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/light_gray_wall_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/light_gray_wool.json b/1.13.2/assets/minecraft/blockstates/light_gray_wool.json new file mode 100644 index 00000000..fe2ad735 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/light_gray_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/light_gray_wool" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/light_weighted_pressure_plate.json b/1.13.2/assets/minecraft/blockstates/light_weighted_pressure_plate.json new file mode 100644 index 00000000..fabc41ef --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/light_weighted_pressure_plate.json @@ -0,0 +1,20 @@ +{ + "variants": { + "power=0": { "model": "block/light_weighted_pressure_plate" }, + "power=1": { "model": "block/light_weighted_pressure_plate_down" }, + "power=2": { "model": "block/light_weighted_pressure_plate_down" }, + "power=3": { "model": "block/light_weighted_pressure_plate_down" }, + "power=4": { "model": "block/light_weighted_pressure_plate_down" }, + "power=5": { "model": "block/light_weighted_pressure_plate_down" }, + "power=6": { "model": "block/light_weighted_pressure_plate_down" }, + "power=7": { "model": "block/light_weighted_pressure_plate_down" }, + "power=8": { "model": "block/light_weighted_pressure_plate_down" }, + "power=9": { "model": "block/light_weighted_pressure_plate_down" }, + "power=10": { "model": "block/light_weighted_pressure_plate_down" }, + "power=11": { "model": "block/light_weighted_pressure_plate_down" }, + "power=12": { "model": "block/light_weighted_pressure_plate_down" }, + "power=13": { "model": "block/light_weighted_pressure_plate_down" }, + "power=14": { "model": "block/light_weighted_pressure_plate_down" }, + "power=15": { "model": "block/light_weighted_pressure_plate_down" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/lilac.json b/1.13.2/assets/minecraft/blockstates/lilac.json new file mode 100644 index 00000000..2af53595 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/lilac.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=lower": { "model": "block/lilac_bottom" }, + "half=upper": { "model": "block/lilac_top" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/lily_pad.json b/1.13.2/assets/minecraft/blockstates/lily_pad.json new file mode 100644 index 00000000..5eeb1260 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/lily_pad.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/lily_pad" }, + { "model": "block/lily_pad", "y": 90 }, + { "model": "block/lily_pad", "y": 180 }, + { "model": "block/lily_pad", "y": 270 } + ] + } +} diff --git a/1.13.2/assets/minecraft/blockstates/lime_banner.json b/1.13.2/assets/minecraft/blockstates/lime_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/lime_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/lime_bed.json b/1.13.2/assets/minecraft/blockstates/lime_bed.json new file mode 100644 index 00000000..8cdeb6ce --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/lime_bed.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/bed" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/lime_carpet.json b/1.13.2/assets/minecraft/blockstates/lime_carpet.json new file mode 100644 index 00000000..a968add8 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/lime_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/lime_carpet" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/lime_concrete.json b/1.13.2/assets/minecraft/blockstates/lime_concrete.json new file mode 100644 index 00000000..36419b13 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/lime_concrete.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/lime_concrete" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/lime_concrete_powder.json b/1.13.2/assets/minecraft/blockstates/lime_concrete_powder.json new file mode 100644 index 00000000..3243f023 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/lime_concrete_powder.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/lime_concrete_powder" }, + { "model": "block/lime_concrete_powder", "y": 90 }, + { "model": "block/lime_concrete_powder", "y": 180 }, + { "model": "block/lime_concrete_powder", "y": 270 } + ] + } +} diff --git a/1.13.2/assets/minecraft/blockstates/lime_glazed_terracotta.json b/1.13.2/assets/minecraft/blockstates/lime_glazed_terracotta.json new file mode 100644 index 00000000..6d89619d --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/lime_glazed_terracotta.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "block/lime_glazed_terracotta" }, + "facing=west": { "model": "block/lime_glazed_terracotta", "y": 90 }, + "facing=north": { "model": "block/lime_glazed_terracotta", "y": 180 }, + "facing=east": { "model": "block/lime_glazed_terracotta", "y": 270 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/lime_shulker_box.json b/1.13.2/assets/minecraft/blockstates/lime_shulker_box.json new file mode 100644 index 00000000..e84597dd --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/lime_shulker_box.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/lime_shulker_box" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/lime_stained_glass.json b/1.13.2/assets/minecraft/blockstates/lime_stained_glass.json new file mode 100644 index 00000000..e060289a --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/lime_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/lime_stained_glass" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/lime_stained_glass_pane.json b/1.13.2/assets/minecraft/blockstates/lime_stained_glass_pane.json new file mode 100644 index 00000000..5384be0e --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/lime_stained_glass_pane.json @@ -0,0 +1,29 @@ +{ + "multipart": [ + { "apply": { "model": "block/lime_stained_glass_pane_post" }}, + { "when": { "north": true }, + "apply": { "model": "block/lime_stained_glass_pane_side" } + }, + { "when": { "east": true }, + "apply": { "model": "block/lime_stained_glass_pane_side", "y": 90 } + }, + { "when": { "south": true }, + "apply": { "model": "block/lime_stained_glass_pane_side_alt" } + }, + { "when": { "west": true }, + "apply": { "model": "block/lime_stained_glass_pane_side_alt", "y": 90 } + }, + { "when": { "north": false }, + "apply": { "model": "block/lime_stained_glass_pane_noside" } + }, + { "when": { "east": false }, + "apply": { "model": "block/lime_stained_glass_pane_noside_alt" } + }, + { "when": { "south": false }, + "apply": { "model": "block/lime_stained_glass_pane_noside_alt", "y": 90 } + }, + { "when": { "west": false }, + "apply": { "model": "block/lime_stained_glass_pane_noside", "y": 270 } + } + ] +} diff --git a/1.13.2/assets/minecraft/blockstates/lime_terracotta.json b/1.13.2/assets/minecraft/blockstates/lime_terracotta.json new file mode 100644 index 00000000..13b0e685 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/lime_terracotta.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/lime_terracotta" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/lime_wall_banner.json b/1.13.2/assets/minecraft/blockstates/lime_wall_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/lime_wall_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/lime_wool.json b/1.13.2/assets/minecraft/blockstates/lime_wool.json new file mode 100644 index 00000000..f8eaee27 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/lime_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/lime_wool" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/magenta_banner.json b/1.13.2/assets/minecraft/blockstates/magenta_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/magenta_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/magenta_bed.json b/1.13.2/assets/minecraft/blockstates/magenta_bed.json new file mode 100644 index 00000000..8cdeb6ce --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/magenta_bed.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/bed" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/magenta_carpet.json b/1.13.2/assets/minecraft/blockstates/magenta_carpet.json new file mode 100644 index 00000000..655bdc5b --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/magenta_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/magenta_carpet" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/magenta_concrete.json b/1.13.2/assets/minecraft/blockstates/magenta_concrete.json new file mode 100644 index 00000000..6bcc25b6 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/magenta_concrete.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/magenta_concrete" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/magenta_concrete_powder.json b/1.13.2/assets/minecraft/blockstates/magenta_concrete_powder.json new file mode 100644 index 00000000..e1b54c68 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/magenta_concrete_powder.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/magenta_concrete_powder" }, + { "model": "block/magenta_concrete_powder", "y": 90 }, + { "model": "block/magenta_concrete_powder", "y": 180 }, + { "model": "block/magenta_concrete_powder", "y": 270 } + ] + } +} diff --git a/1.13.2/assets/minecraft/blockstates/magenta_glazed_terracotta.json b/1.13.2/assets/minecraft/blockstates/magenta_glazed_terracotta.json new file mode 100644 index 00000000..fa07b030 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/magenta_glazed_terracotta.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "block/magenta_glazed_terracotta" }, + "facing=west": { "model": "block/magenta_glazed_terracotta", "y": 90 }, + "facing=north": { "model": "block/magenta_glazed_terracotta", "y": 180 }, + "facing=east": { "model": "block/magenta_glazed_terracotta", "y": 270 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/magenta_shulker_box.json b/1.13.2/assets/minecraft/blockstates/magenta_shulker_box.json new file mode 100644 index 00000000..b45f2c48 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/magenta_shulker_box.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/magenta_shulker_box" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/magenta_stained_glass.json b/1.13.2/assets/minecraft/blockstates/magenta_stained_glass.json new file mode 100644 index 00000000..3a29764e --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/magenta_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/magenta_stained_glass" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/magenta_stained_glass_pane.json b/1.13.2/assets/minecraft/blockstates/magenta_stained_glass_pane.json new file mode 100644 index 00000000..4e8c80d3 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/magenta_stained_glass_pane.json @@ -0,0 +1,29 @@ +{ + "multipart": [ + { "apply": { "model": "block/magenta_stained_glass_pane_post" }}, + { "when": { "north": true }, + "apply": { "model": "block/magenta_stained_glass_pane_side" } + }, + { "when": { "east": true }, + "apply": { "model": "block/magenta_stained_glass_pane_side", "y": 90 } + }, + { "when": { "south": true }, + "apply": { "model": "block/magenta_stained_glass_pane_side_alt" } + }, + { "when": { "west": true }, + "apply": { "model": "block/magenta_stained_glass_pane_side_alt", "y": 90 } + }, + { "when": { "north": false }, + "apply": { "model": "block/magenta_stained_glass_pane_noside" } + }, + { "when": { "east": false }, + "apply": { "model": "block/magenta_stained_glass_pane_noside_alt" } + }, + { "when": { "south": false }, + "apply": { "model": "block/magenta_stained_glass_pane_noside_alt", "y": 90 } + }, + { "when": { "west": false }, + "apply": { "model": "block/magenta_stained_glass_pane_noside", "y": 270 } + } + ] +} diff --git a/1.13.2/assets/minecraft/blockstates/magenta_terracotta.json b/1.13.2/assets/minecraft/blockstates/magenta_terracotta.json new file mode 100644 index 00000000..1980a081 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/magenta_terracotta.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/magenta_terracotta" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/magenta_wall_banner.json b/1.13.2/assets/minecraft/blockstates/magenta_wall_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/magenta_wall_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/magenta_wool.json b/1.13.2/assets/minecraft/blockstates/magenta_wool.json new file mode 100644 index 00000000..74fcb569 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/magenta_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/magenta_wool" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/magma_block.json b/1.13.2/assets/minecraft/blockstates/magma_block.json new file mode 100644 index 00000000..133c4a07 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/magma_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/magma_block" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/melon.json b/1.13.2/assets/minecraft/blockstates/melon.json new file mode 100644 index 00000000..e7264597 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/melon.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/melon" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/melon_stem.json b/1.13.2/assets/minecraft/blockstates/melon_stem.json new file mode 100644 index 00000000..a390bc83 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/melon_stem.json @@ -0,0 +1,12 @@ +{ + "variants": { + "age=0": { "model": "block/melon_stem_stage0" }, + "age=1": { "model": "block/melon_stem_stage1" }, + "age=2": { "model": "block/melon_stem_stage2" }, + "age=3": { "model": "block/melon_stem_stage3" }, + "age=4": { "model": "block/melon_stem_stage4" }, + "age=5": { "model": "block/melon_stem_stage5" }, + "age=6": { "model": "block/melon_stem_stage6" }, + "age=7": { "model": "block/melon_stem_stage7" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/mossy_cobblestone.json b/1.13.2/assets/minecraft/blockstates/mossy_cobblestone.json new file mode 100644 index 00000000..0fe122d2 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/mossy_cobblestone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/mossy_cobblestone" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/mossy_cobblestone_wall.json b/1.13.2/assets/minecraft/blockstates/mossy_cobblestone_wall.json new file mode 100644 index 00000000..4291f237 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/mossy_cobblestone_wall.json @@ -0,0 +1,19 @@ +{ + "multipart": [ + { "when": { "up": true }, + "apply": { "model": "block/mossy_cobblestone_wall_post" } + }, + { "when": { "north": true }, + "apply": { "model": "block/mossy_cobblestone_wall_side", "uvlock": true } + }, + { "when": { "east": true }, + "apply": { "model": "block/mossy_cobblestone_wall_side", "y": 90, "uvlock": true } + }, + { "when": { "south": true }, + "apply": { "model": "block/mossy_cobblestone_wall_side", "y": 180, "uvlock": true } + }, + { "when": { "west": true }, + "apply": { "model": "block/mossy_cobblestone_wall_side", "y": 270, "uvlock": true } + } + ] +} diff --git a/1.13.2/assets/minecraft/blockstates/mossy_stone_bricks.json b/1.13.2/assets/minecraft/blockstates/mossy_stone_bricks.json new file mode 100644 index 00000000..09f65d9a --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/mossy_stone_bricks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/mossy_stone_bricks" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/moving_piston.json b/1.13.2/assets/minecraft/blockstates/moving_piston.json new file mode 100644 index 00000000..18a3412d --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/moving_piston.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/moving_piston" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/mushroom_stem.json b/1.13.2/assets/minecraft/blockstates/mushroom_stem.json new file mode 100644 index 00000000..f7cfa5a9 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/mushroom_stem.json @@ -0,0 +1,40 @@ +{ + "multipart": [ + { "when": { "north": true }, + "apply": { "model": "block/mushroom_stem" } + }, + { "when": { "east": true }, + "apply": { "model": "block/mushroom_stem", "y": 90, "uvlock": true } + }, + { "when": { "south": true }, + "apply": { "model": "block/mushroom_stem", "y": 180, "uvlock": true } + }, + { "when": { "west": true }, + "apply": { "model": "block/mushroom_stem", "y": 270, "uvlock": true } + }, + { "when": { "up": true }, + "apply": { "model": "block/mushroom_stem", "x": 270, "uvlock": true } + }, + { "when": { "down": true }, + "apply": { "model": "block/mushroom_stem", "x": 90, "uvlock": true } + }, + { "when": { "north": false }, + "apply": { "model": "block/mushroom_block_inside" } + }, + { "when": { "east": false }, + "apply": { "model": "block/mushroom_block_inside", "y": 90, "uvlock": false } + }, + { "when": { "south": false }, + "apply": { "model": "block/mushroom_block_inside", "y": 180, "uvlock": false } + }, + { "when": { "west": false }, + "apply": { "model": "block/mushroom_block_inside", "y": 270, "uvlock": false } + }, + { "when": { "up": false }, + "apply": { "model": "block/mushroom_block_inside", "x": 270, "uvlock": false } + }, + { "when": { "down": false }, + "apply": { "model": "block/mushroom_block_inside", "x": 90, "uvlock": false } + } + ] +} diff --git a/1.13.2/assets/minecraft/blockstates/mycelium.json b/1.13.2/assets/minecraft/blockstates/mycelium.json new file mode 100644 index 00000000..d4aa89a8 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/mycelium.json @@ -0,0 +1,6 @@ +{ + "variants": { + "snowy=false": { "model": "block/mycelium" }, + "snowy=true": { "model": "block/grass_block_snow" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/nether_brick_fence.json b/1.13.2/assets/minecraft/blockstates/nether_brick_fence.json new file mode 100644 index 00000000..92c2f01e --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/nether_brick_fence.json @@ -0,0 +1,17 @@ +{ + "multipart": [ + { "apply": { "model": "block/nether_brick_fence_post" }}, + { "when": { "north": true }, + "apply": { "model": "block/nether_brick_fence_side", "uvlock": true } + }, + { "when": { "east": true }, + "apply": { "model": "block/nether_brick_fence_side", "y": 90, "uvlock": true } + }, + { "when": { "south": true }, + "apply": { "model": "block/nether_brick_fence_side", "y": 180, "uvlock": true } + }, + { "when": { "west": true }, + "apply": { "model": "block/nether_brick_fence_side", "y": 270, "uvlock": true } + } + ] +} diff --git a/1.13.2/assets/minecraft/blockstates/nether_brick_slab.json b/1.13.2/assets/minecraft/blockstates/nether_brick_slab.json new file mode 100644 index 00000000..2855de97 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/nether_brick_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/nether_brick_slab" }, + "type=top": { "model": "block/nether_brick_slab_top" }, + "type=double": { "model": "block/nether_bricks" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/nether_brick_stairs.json b/1.13.2/assets/minecraft/blockstates/nether_brick_stairs.json new file mode 100644 index 00000000..1961e059 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/nether_brick_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/nether_brick_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/nether_brick_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/nether_brick_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/nether_brick_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/nether_brick_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/nether_brick_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/nether_brick_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/nether_brick_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/nether_brick_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/nether_brick_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/nether_brick_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/nether_brick_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/nether_brick_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/nether_brick_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/nether_brick_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/nether_brick_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/nether_brick_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/nether_brick_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/nether_brick_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/nether_brick_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/nether_brick_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/nether_brick_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/nether_brick_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/nether_brick_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/nether_brick_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/nether_brick_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/nether_brick_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/nether_brick_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/nether_brick_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/nether_brick_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/nether_brick_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/nether_brick_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/nether_brick_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/nether_brick_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/nether_brick_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/nether_brick_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/nether_brick_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/nether_brick_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/nether_brick_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/nether_brick_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/nether_bricks.json b/1.13.2/assets/minecraft/blockstates/nether_bricks.json new file mode 100644 index 00000000..bb9f9159 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/nether_bricks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/nether_bricks" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/nether_portal.json b/1.13.2/assets/minecraft/blockstates/nether_portal.json new file mode 100644 index 00000000..e6847c51 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/nether_portal.json @@ -0,0 +1,6 @@ +{ + "variants": { + "axis=z": { "model": "block/nether_portal_ew" }, + "axis=x": { "model": "block/nether_portal_ns" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/nether_quartz_ore.json b/1.13.2/assets/minecraft/blockstates/nether_quartz_ore.json new file mode 100644 index 00000000..c9d72d65 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/nether_quartz_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/nether_quartz_ore" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/nether_wart.json b/1.13.2/assets/minecraft/blockstates/nether_wart.json new file mode 100644 index 00000000..40a17085 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/nether_wart.json @@ -0,0 +1,8 @@ +{ + "variants": { + "age=0": { "model": "block/nether_wart_stage0" }, + "age=1": { "model": "block/nether_wart_stage1" }, + "age=2": { "model": "block/nether_wart_stage1" }, + "age=3": { "model": "block/nether_wart_stage2" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/nether_wart_block.json b/1.13.2/assets/minecraft/blockstates/nether_wart_block.json new file mode 100644 index 00000000..ef846154 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/nether_wart_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/nether_wart_block" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/netherrack.json b/1.13.2/assets/minecraft/blockstates/netherrack.json new file mode 100644 index 00000000..cd449adc --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/netherrack.json @@ -0,0 +1,22 @@ +{ + "variants": { + "": [ + { "model": "block/netherrack" }, + { "model": "block/netherrack", "x": 90 }, + { "model": "block/netherrack", "x": 180 }, + { "model": "block/netherrack", "x": 270 }, + { "model": "block/netherrack", "y": 90 }, + { "model": "block/netherrack", "y": 90, "x": 90 }, + { "model": "block/netherrack", "y": 90, "x": 180 }, + { "model": "block/netherrack", "y": 90, "x": 270 }, + { "model": "block/netherrack", "y": 180 }, + { "model": "block/netherrack", "y": 180, "x": 90 }, + { "model": "block/netherrack", "y": 180, "x": 180 }, + { "model": "block/netherrack", "y": 180, "x": 270 }, + { "model": "block/netherrack", "y": 270 }, + { "model": "block/netherrack", "y": 270, "x": 90 }, + { "model": "block/netherrack", "y": 270, "x": 180 }, + { "model": "block/netherrack", "y": 270, "x": 270 } + ] + } +} diff --git a/1.13.2/assets/minecraft/blockstates/note_block.json b/1.13.2/assets/minecraft/blockstates/note_block.json new file mode 100644 index 00000000..90c3e985 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/note_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/note_block" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/oak_button.json b/1.13.2/assets/minecraft/blockstates/oak_button.json new file mode 100644 index 00000000..113cbd22 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/oak_button.json @@ -0,0 +1,28 @@ +{ + "variants": { + "face=floor,facing=east,powered=false": { "model": "block/oak_button", "y": 90 }, + "face=floor,facing=west,powered=false": { "model": "block/oak_button", "y": 270 }, + "face=floor,facing=south,powered=false": { "model": "block/oak_button", "y": 180 }, + "face=floor,facing=north,powered=false": { "model": "block/oak_button" }, + "face=wall,facing=east,powered=false": { "model": "block/oak_button", "uvlock": true, "x": 90, "y": 90 }, + "face=wall,facing=west,powered=false": { "model": "block/oak_button", "uvlock": true, "x": 90, "y": 270 }, + "face=wall,facing=south,powered=false": { "model": "block/oak_button", "uvlock": true, "x": 90, "y": 180 }, + "face=wall,facing=north,powered=false": { "model": "block/oak_button", "uvlock": true, "x": 90 }, + "face=ceiling,facing=east,powered=false": { "model": "block/oak_button", "x": 180, "y": 270 }, + "face=ceiling,facing=west,powered=false": { "model": "block/oak_button", "x": 180, "y": 90 }, + "face=ceiling,facing=south,powered=false": { "model": "block/oak_button", "x": 180 }, + "face=ceiling,facing=north,powered=false": { "model": "block/oak_button", "x": 180, "y": 180 }, + "face=floor,facing=east,powered=true": { "model": "block/oak_button_pressed", "y": 90 }, + "face=floor,facing=west,powered=true": { "model": "block/oak_button_pressed", "y": 270 }, + "face=floor,facing=south,powered=true": { "model": "block/oak_button_pressed", "y": 180 }, + "face=floor,facing=north,powered=true": { "model": "block/oak_button_pressed" }, + "face=wall,facing=east,powered=true": { "model": "block/oak_button_pressed", "uvlock": true, "x": 90, "y": 90 }, + "face=wall,facing=west,powered=true": { "model": "block/oak_button_pressed", "uvlock": true, "x": 90, "y": 270 }, + "face=wall,facing=south,powered=true": { "model": "block/oak_button_pressed", "uvlock": true, "x": 90, "y": 180 }, + "face=wall,facing=north,powered=true": { "model": "block/oak_button_pressed", "uvlock": true, "x": 90 }, + "face=ceiling,facing=east,powered=true": { "model": "block/oak_button_pressed", "x": 180, "y": 270 }, + "face=ceiling,facing=west,powered=true": { "model": "block/oak_button_pressed", "x": 180, "y": 90 }, + "face=ceiling,facing=south,powered=true": { "model": "block/oak_button_pressed", "x": 180 }, + "face=ceiling,facing=north,powered=true": { "model": "block/oak_button_pressed", "x": 180, "y": 180 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/oak_door.json b/1.13.2/assets/minecraft/blockstates/oak_door.json new file mode 100644 index 00000000..84f01ae9 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/oak_door.json @@ -0,0 +1,36 @@ +{ + "variants": { + "facing=east,half=lower,hinge=left,open=false": { "model": "block/oak_door_bottom" }, + "facing=south,half=lower,hinge=left,open=false": { "model": "block/oak_door_bottom", "y": 90 }, + "facing=west,half=lower,hinge=left,open=false": { "model": "block/oak_door_bottom", "y": 180 }, + "facing=north,half=lower,hinge=left,open=false": { "model": "block/oak_door_bottom", "y": 270 }, + "facing=east,half=lower,hinge=right,open=false": { "model": "block/oak_door_bottom_hinge" }, + "facing=south,half=lower,hinge=right,open=false": { "model": "block/oak_door_bottom_hinge", "y": 90 }, + "facing=west,half=lower,hinge=right,open=false": { "model": "block/oak_door_bottom_hinge", "y": 180 }, + "facing=north,half=lower,hinge=right,open=false": { "model": "block/oak_door_bottom_hinge", "y": 270 }, + "facing=east,half=lower,hinge=left,open=true": { "model": "block/oak_door_bottom_hinge", "y": 90 }, + "facing=south,half=lower,hinge=left,open=true": { "model": "block/oak_door_bottom_hinge", "y": 180 }, + "facing=west,half=lower,hinge=left,open=true": { "model": "block/oak_door_bottom_hinge", "y": 270 }, + "facing=north,half=lower,hinge=left,open=true": { "model": "block/oak_door_bottom_hinge" }, + "facing=east,half=lower,hinge=right,open=true": { "model": "block/oak_door_bottom", "y": 270 }, + "facing=south,half=lower,hinge=right,open=true": { "model": "block/oak_door_bottom" }, + "facing=west,half=lower,hinge=right,open=true": { "model": "block/oak_door_bottom", "y": 90 }, + "facing=north,half=lower,hinge=right,open=true": { "model": "block/oak_door_bottom", "y": 180 }, + "facing=east,half=upper,hinge=left,open=false": { "model": "block/oak_door_top" }, + "facing=south,half=upper,hinge=left,open=false": { "model": "block/oak_door_top", "y": 90 }, + "facing=west,half=upper,hinge=left,open=false": { "model": "block/oak_door_top", "y": 180 }, + "facing=north,half=upper,hinge=left,open=false": { "model": "block/oak_door_top", "y": 270 }, + "facing=east,half=upper,hinge=right,open=false": { "model": "block/oak_door_top_hinge" }, + "facing=south,half=upper,hinge=right,open=false": { "model": "block/oak_door_top_hinge", "y": 90 }, + "facing=west,half=upper,hinge=right,open=false": { "model": "block/oak_door_top_hinge", "y": 180 }, + "facing=north,half=upper,hinge=right,open=false": { "model": "block/oak_door_top_hinge", "y": 270 }, + "facing=east,half=upper,hinge=left,open=true": { "model": "block/oak_door_top_hinge", "y": 90 }, + "facing=south,half=upper,hinge=left,open=true": { "model": "block/oak_door_top_hinge", "y": 180 }, + "facing=west,half=upper,hinge=left,open=true": { "model": "block/oak_door_top_hinge", "y": 270 }, + "facing=north,half=upper,hinge=left,open=true": { "model": "block/oak_door_top_hinge" }, + "facing=east,half=upper,hinge=right,open=true": { "model": "block/oak_door_top", "y": 270 }, + "facing=south,half=upper,hinge=right,open=true": { "model": "block/oak_door_top" }, + "facing=west,half=upper,hinge=right,open=true": { "model": "block/oak_door_top", "y": 90 }, + "facing=north,half=upper,hinge=right,open=true": { "model": "block/oak_door_top", "y": 180 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/oak_fence.json b/1.13.2/assets/minecraft/blockstates/oak_fence.json new file mode 100644 index 00000000..4279ba05 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/oak_fence.json @@ -0,0 +1,17 @@ +{ + "multipart": [ + { "apply": { "model": "block/oak_fence_post" }}, + { "when": { "north": "true" }, + "apply": { "model": "block/oak_fence_side", "uvlock": true } + }, + { "when": { "east": "true" }, + "apply": { "model": "block/oak_fence_side", "y": 90, "uvlock": true } + }, + { "when": { "south": "true" }, + "apply": { "model": "block/oak_fence_side", "y": 180, "uvlock": true } + }, + { "when": { "west": "true" }, + "apply": { "model": "block/oak_fence_side", "y": 270, "uvlock": true } + } + ] +} diff --git a/1.13.2/assets/minecraft/blockstates/oak_fence_gate.json b/1.13.2/assets/minecraft/blockstates/oak_fence_gate.json new file mode 100644 index 00000000..d7934969 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/oak_fence_gate.json @@ -0,0 +1,20 @@ +{ + "variants": { + "facing=south,in_wall=false,open=false": { "model": "block/oak_fence_gate", "uvlock": true }, + "facing=west,in_wall=false,open=false": { "model": "block/oak_fence_gate", "uvlock": true, "y": 90 }, + "facing=north,in_wall=false,open=false": { "model": "block/oak_fence_gate", "uvlock": true, "y": 180 }, + "facing=east,in_wall=false,open=false": { "model": "block/oak_fence_gate", "uvlock": true, "y": 270 }, + "facing=south,in_wall=false,open=true": { "model": "block/oak_fence_gate_open", "uvlock": true }, + "facing=west,in_wall=false,open=true": { "model": "block/oak_fence_gate_open", "uvlock": true, "y": 90 }, + "facing=north,in_wall=false,open=true": { "model": "block/oak_fence_gate_open", "uvlock": true, "y": 180 }, + "facing=east,in_wall=false,open=true": { "model": "block/oak_fence_gate_open", "uvlock": true, "y": 270 }, + "facing=south,in_wall=true,open=false": { "model": "block/oak_fence_gate_wall", "uvlock": true }, + "facing=west,in_wall=true,open=false": { "model": "block/oak_fence_gate_wall", "uvlock": true, "y": 90 }, + "facing=north,in_wall=true,open=false": { "model": "block/oak_fence_gate_wall", "uvlock": true, "y": 180 }, + "facing=east,in_wall=true,open=false": { "model": "block/oak_fence_gate_wall", "uvlock": true, "y": 270 }, + "facing=south,in_wall=true,open=true": { "model": "block/oak_fence_gate_wall_open", "uvlock": true }, + "facing=west,in_wall=true,open=true": { "model": "block/oak_fence_gate_wall_open", "uvlock": true, "y": 90 }, + "facing=north,in_wall=true,open=true": { "model": "block/oak_fence_gate_wall_open", "uvlock": true, "y": 180 }, + "facing=east,in_wall=true,open=true": { "model": "block/oak_fence_gate_wall_open", "uvlock": true, "y": 270 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/oak_leaves.json b/1.13.2/assets/minecraft/blockstates/oak_leaves.json new file mode 100644 index 00000000..93472293 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/oak_leaves.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/oak_leaves" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/oak_log.json b/1.13.2/assets/minecraft/blockstates/oak_log.json new file mode 100644 index 00000000..c59ef7cc --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/oak_log.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/oak_log" }, + "axis=z": { "model": "block/oak_log", "x": 90 }, + "axis=x": { "model": "block/oak_log", "x": 90, "y": 90 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/oak_planks.json b/1.13.2/assets/minecraft/blockstates/oak_planks.json new file mode 100644 index 00000000..91c01f75 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/oak_planks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/oak_planks" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/oak_pressure_plate.json b/1.13.2/assets/minecraft/blockstates/oak_pressure_plate.json new file mode 100644 index 00000000..e0c3c43f --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/oak_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "variants": { + "powered=false": { "model": "block/oak_pressure_plate" }, + "powered=true": { "model": "block/oak_pressure_plate_down" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/oak_sapling.json b/1.13.2/assets/minecraft/blockstates/oak_sapling.json new file mode 100644 index 00000000..f65c7b05 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/oak_sapling.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/oak_sapling" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/oak_slab.json b/1.13.2/assets/minecraft/blockstates/oak_slab.json new file mode 100644 index 00000000..7753dc65 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/oak_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/oak_slab" }, + "type=top": { "model": "block/oak_slab_top" }, + "type=double": { "model": "block/oak_planks" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/oak_stairs.json b/1.13.2/assets/minecraft/blockstates/oak_stairs.json new file mode 100644 index 00000000..502144ac --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/oak_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/oak_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/oak_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/oak_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/oak_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/oak_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/oak_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/oak_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/oak_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/oak_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/oak_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/oak_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/oak_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/oak_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/oak_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/oak_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/oak_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/oak_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/oak_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/oak_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/oak_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/oak_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/oak_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/oak_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/oak_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/oak_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/oak_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/oak_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/oak_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/oak_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/oak_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/oak_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/oak_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/oak_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/oak_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/oak_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/oak_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/oak_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/oak_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/oak_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/oak_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/oak_trapdoor.json b/1.13.2/assets/minecraft/blockstates/oak_trapdoor.json new file mode 100644 index 00000000..ee36c221 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/oak_trapdoor.json @@ -0,0 +1,20 @@ +{ + "variants": { + "facing=north,half=bottom,open=false": { "model": "block/oak_trapdoor_bottom" }, + "facing=south,half=bottom,open=false": { "model": "block/oak_trapdoor_bottom" }, + "facing=east,half=bottom,open=false": { "model": "block/oak_trapdoor_bottom" }, + "facing=west,half=bottom,open=false": { "model": "block/oak_trapdoor_bottom" }, + "facing=north,half=top,open=false": { "model": "block/oak_trapdoor_top" }, + "facing=south,half=top,open=false": { "model": "block/oak_trapdoor_top" }, + "facing=east,half=top,open=false": { "model": "block/oak_trapdoor_top" }, + "facing=west,half=top,open=false": { "model": "block/oak_trapdoor_top" }, + "facing=north,half=bottom,open=true": { "model": "block/oak_trapdoor_open" }, + "facing=south,half=bottom,open=true": { "model": "block/oak_trapdoor_open", "y": 180 }, + "facing=east,half=bottom,open=true": { "model": "block/oak_trapdoor_open", "y": 90 }, + "facing=west,half=bottom,open=true": { "model": "block/oak_trapdoor_open", "y": 270 }, + "facing=north,half=top,open=true": { "model": "block/oak_trapdoor_open" }, + "facing=south,half=top,open=true": { "model": "block/oak_trapdoor_open", "y": 180 }, + "facing=east,half=top,open=true": { "model": "block/oak_trapdoor_open", "y": 90 }, + "facing=west,half=top,open=true": { "model": "block/oak_trapdoor_open", "y": 270 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/oak_wood.json b/1.13.2/assets/minecraft/blockstates/oak_wood.json new file mode 100644 index 00000000..672ba813 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/oak_wood.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/oak_wood" }, + "axis=z": { "model": "block/oak_wood", "x": 90 }, + "axis=x": { "model": "block/oak_wood", "x": 90, "y": 90 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/observer.json b/1.13.2/assets/minecraft/blockstates/observer.json new file mode 100644 index 00000000..48a07afa --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/observer.json @@ -0,0 +1,16 @@ +{ + "variants": { + "facing=up,powered=false": { "model": "block/observer", "x": 270 }, + "facing=down,powered=false": { "model": "block/observer", "x": 90 }, + "facing=north,powered=false": { "model": "block/observer" }, + "facing=south,powered=false": { "model": "block/observer", "y": 180 }, + "facing=west,powered=false": { "model": "block/observer", "y": 270 }, + "facing=east,powered=false": { "model": "block/observer", "y": 90 }, + "facing=up,powered=true": { "model": "block/observer_on", "x": 270 }, + "facing=down,powered=true": { "model": "block/observer_on", "x": 90 }, + "facing=north,powered=true": { "model": "block/observer_on" }, + "facing=south,powered=true": { "model": "block/observer_on", "y": 180 }, + "facing=west,powered=true": { "model": "block/observer_on", "y": 270 }, + "facing=east,powered=true": { "model": "block/observer_on", "y": 90 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/obsidian.json b/1.13.2/assets/minecraft/blockstates/obsidian.json new file mode 100644 index 00000000..3dd7be7d --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/obsidian.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/obsidian" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/orange_banner.json b/1.13.2/assets/minecraft/blockstates/orange_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/orange_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/orange_bed.json b/1.13.2/assets/minecraft/blockstates/orange_bed.json new file mode 100644 index 00000000..8cdeb6ce --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/orange_bed.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/bed" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/orange_carpet.json b/1.13.2/assets/minecraft/blockstates/orange_carpet.json new file mode 100644 index 00000000..792db728 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/orange_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/orange_carpet" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/orange_concrete.json b/1.13.2/assets/minecraft/blockstates/orange_concrete.json new file mode 100644 index 00000000..1033aa42 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/orange_concrete.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/orange_concrete" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/orange_concrete_powder.json b/1.13.2/assets/minecraft/blockstates/orange_concrete_powder.json new file mode 100644 index 00000000..7a9b2b07 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/orange_concrete_powder.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/orange_concrete_powder" }, + { "model": "block/orange_concrete_powder", "y": 90 }, + { "model": "block/orange_concrete_powder", "y": 180 }, + { "model": "block/orange_concrete_powder", "y": 270 } + ] + } +} diff --git a/1.13.2/assets/minecraft/blockstates/orange_glazed_terracotta.json b/1.13.2/assets/minecraft/blockstates/orange_glazed_terracotta.json new file mode 100644 index 00000000..2bf26fc6 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/orange_glazed_terracotta.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "block/orange_glazed_terracotta" }, + "facing=west": { "model": "block/orange_glazed_terracotta", "y": 90 }, + "facing=north": { "model": "block/orange_glazed_terracotta", "y": 180 }, + "facing=east": { "model": "block/orange_glazed_terracotta", "y": 270 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/orange_shulker_box.json b/1.13.2/assets/minecraft/blockstates/orange_shulker_box.json new file mode 100644 index 00000000..3a94491c --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/orange_shulker_box.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/orange_shulker_box" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/orange_stained_glass.json b/1.13.2/assets/minecraft/blockstates/orange_stained_glass.json new file mode 100644 index 00000000..716645a0 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/orange_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/orange_stained_glass" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/orange_stained_glass_pane.json b/1.13.2/assets/minecraft/blockstates/orange_stained_glass_pane.json new file mode 100644 index 00000000..d6a3eb45 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/orange_stained_glass_pane.json @@ -0,0 +1,29 @@ +{ + "multipart": [ + { "apply": { "model": "block/orange_stained_glass_pane_post" }}, + { "when": { "north": true }, + "apply": { "model": "block/orange_stained_glass_pane_side" } + }, + { "when": { "east": true }, + "apply": { "model": "block/orange_stained_glass_pane_side", "y": 90 } + }, + { "when": { "south": true }, + "apply": { "model": "block/orange_stained_glass_pane_side_alt" } + }, + { "when": { "west": true }, + "apply": { "model": "block/orange_stained_glass_pane_side_alt", "y": 90 } + }, + { "when": { "north": false }, + "apply": { "model": "block/orange_stained_glass_pane_noside" } + }, + { "when": { "east": false }, + "apply": { "model": "block/orange_stained_glass_pane_noside_alt" } + }, + { "when": { "south": false }, + "apply": { "model": "block/orange_stained_glass_pane_noside_alt", "y": 90 } + }, + { "when": { "west": false }, + "apply": { "model": "block/orange_stained_glass_pane_noside", "y": 270 } + } + ] +} diff --git a/1.13.2/assets/minecraft/blockstates/orange_terracotta.json b/1.13.2/assets/minecraft/blockstates/orange_terracotta.json new file mode 100644 index 00000000..f46287b3 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/orange_terracotta.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/orange_terracotta" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/orange_tulip.json b/1.13.2/assets/minecraft/blockstates/orange_tulip.json new file mode 100644 index 00000000..e7880ad0 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/orange_tulip.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/orange_tulip" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/orange_wall_banner.json b/1.13.2/assets/minecraft/blockstates/orange_wall_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/orange_wall_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/orange_wool.json b/1.13.2/assets/minecraft/blockstates/orange_wool.json new file mode 100644 index 00000000..c98f5df7 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/orange_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/orange_wool" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/oxeye_daisy.json b/1.13.2/assets/minecraft/blockstates/oxeye_daisy.json new file mode 100644 index 00000000..b1b24391 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/oxeye_daisy.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/oxeye_daisy" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/packed_ice.json b/1.13.2/assets/minecraft/blockstates/packed_ice.json new file mode 100644 index 00000000..ac018896 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/packed_ice.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/packed_ice" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/peony.json b/1.13.2/assets/minecraft/blockstates/peony.json new file mode 100644 index 00000000..4309966e --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/peony.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=lower": { "model": "block/peony_bottom" }, + "half=upper": { "model": "block/peony_top" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/petrified_oak_slab.json b/1.13.2/assets/minecraft/blockstates/petrified_oak_slab.json new file mode 100644 index 00000000..8e3ba716 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/petrified_oak_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/petrified_oak_slab" }, + "type=top": { "model": "block/petrified_oak_slab_top" }, + "type=double": { "model": "block/oak_planks" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/pink_banner.json b/1.13.2/assets/minecraft/blockstates/pink_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/pink_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/pink_bed.json b/1.13.2/assets/minecraft/blockstates/pink_bed.json new file mode 100644 index 00000000..8cdeb6ce --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/pink_bed.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/bed" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/pink_carpet.json b/1.13.2/assets/minecraft/blockstates/pink_carpet.json new file mode 100644 index 00000000..03a7a2ee --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/pink_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/pink_carpet" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/pink_concrete.json b/1.13.2/assets/minecraft/blockstates/pink_concrete.json new file mode 100644 index 00000000..f768731d --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/pink_concrete.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/pink_concrete" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/pink_concrete_powder.json b/1.13.2/assets/minecraft/blockstates/pink_concrete_powder.json new file mode 100644 index 00000000..dcaf5d29 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/pink_concrete_powder.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/pink_concrete_powder" }, + { "model": "block/pink_concrete_powder", "y": 90 }, + { "model": "block/pink_concrete_powder", "y": 180 }, + { "model": "block/pink_concrete_powder", "y": 270 } + ] + } +} diff --git a/1.13.2/assets/minecraft/blockstates/pink_glazed_terracotta.json b/1.13.2/assets/minecraft/blockstates/pink_glazed_terracotta.json new file mode 100644 index 00000000..e9d484d8 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/pink_glazed_terracotta.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "block/pink_glazed_terracotta" }, + "facing=west": { "model": "block/pink_glazed_terracotta", "y": 90 }, + "facing=north": { "model": "block/pink_glazed_terracotta", "y": 180 }, + "facing=east": { "model": "block/pink_glazed_terracotta", "y": 270 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/pink_shulker_box.json b/1.13.2/assets/minecraft/blockstates/pink_shulker_box.json new file mode 100644 index 00000000..c6b34441 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/pink_shulker_box.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/pink_shulker_box" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/pink_stained_glass.json b/1.13.2/assets/minecraft/blockstates/pink_stained_glass.json new file mode 100644 index 00000000..3eaddfcc --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/pink_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/pink_stained_glass" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/pink_stained_glass_pane.json b/1.13.2/assets/minecraft/blockstates/pink_stained_glass_pane.json new file mode 100644 index 00000000..0de15416 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/pink_stained_glass_pane.json @@ -0,0 +1,29 @@ +{ + "multipart": [ + { "apply": { "model": "block/pink_stained_glass_pane_post" }}, + { "when": { "north": true }, + "apply": { "model": "block/pink_stained_glass_pane_side" } + }, + { "when": { "east": true }, + "apply": { "model": "block/pink_stained_glass_pane_side", "y": 90 } + }, + { "when": { "south": true }, + "apply": { "model": "block/pink_stained_glass_pane_side_alt" } + }, + { "when": { "west": true }, + "apply": { "model": "block/pink_stained_glass_pane_side_alt", "y": 90 } + }, + { "when": { "north": false }, + "apply": { "model": "block/pink_stained_glass_pane_noside" } + }, + { "when": { "east": false }, + "apply": { "model": "block/pink_stained_glass_pane_noside_alt" } + }, + { "when": { "south": false }, + "apply": { "model": "block/pink_stained_glass_pane_noside_alt", "y": 90 } + }, + { "when": { "west": false }, + "apply": { "model": "block/pink_stained_glass_pane_noside", "y": 270 } + } + ] +} diff --git a/1.13.2/assets/minecraft/blockstates/pink_terracotta.json b/1.13.2/assets/minecraft/blockstates/pink_terracotta.json new file mode 100644 index 00000000..a0d49524 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/pink_terracotta.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/pink_terracotta" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/pink_tulip.json b/1.13.2/assets/minecraft/blockstates/pink_tulip.json new file mode 100644 index 00000000..2e88a12a --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/pink_tulip.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/pink_tulip" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/pink_wall_banner.json b/1.13.2/assets/minecraft/blockstates/pink_wall_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/pink_wall_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/pink_wool.json b/1.13.2/assets/minecraft/blockstates/pink_wool.json new file mode 100644 index 00000000..f2217d89 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/pink_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/pink_wool" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/piston.json b/1.13.2/assets/minecraft/blockstates/piston.json new file mode 100644 index 00000000..5c091956 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/piston.json @@ -0,0 +1,16 @@ +{ + "variants": { + "extended=false,facing=down": { "model": "block/piston", "x": 90 }, + "extended=false,facing=up": { "model": "block/piston", "x": 270 }, + "extended=false,facing=north": { "model": "block/piston" }, + "extended=false,facing=south": { "model": "block/piston", "y": 180 }, + "extended=false,facing=west": { "model": "block/piston", "y": 270 }, + "extended=false,facing=east": { "model": "block/piston", "y": 90 }, + "extended=true,facing=down": { "model": "block/piston_base", "x": 90 }, + "extended=true,facing=up": { "model": "block/piston_base", "x": 270 }, + "extended=true,facing=north": { "model": "block/piston_base" }, + "extended=true,facing=south": { "model": "block/piston_base", "y": 180 }, + "extended=true,facing=west": { "model": "block/piston_base", "y": 270 }, + "extended=true,facing=east": { "model": "block/piston_base", "y": 90 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/piston_head.json b/1.13.2/assets/minecraft/blockstates/piston_head.json new file mode 100644 index 00000000..a5fa4b18 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/piston_head.json @@ -0,0 +1,28 @@ +{ + "variants": { + "facing=down,short=false,type=normal": { "model": "block/piston_head", "x": 90 }, + "facing=up,short=false,type=normal": { "model": "block/piston_head", "x": 270 }, + "facing=north,short=false,type=normal": { "model": "block/piston_head" }, + "facing=south,short=false,type=normal": { "model": "block/piston_head", "y": 180 }, + "facing=west,short=false,type=normal": { "model": "block/piston_head", "y": 270 }, + "facing=east,short=false,type=normal": { "model": "block/piston_head", "y": 90 }, + "facing=down,short=false,type=sticky": { "model": "block/piston_head_sticky", "x": 90 }, + "facing=up,short=false,type=sticky": { "model": "block/piston_head_sticky", "x": 270 }, + "facing=north,short=false,type=sticky": { "model": "block/piston_head_sticky" }, + "facing=south,short=false,type=sticky": { "model": "block/piston_head_sticky", "y": 180 }, + "facing=west,short=false,type=sticky": { "model": "block/piston_head_sticky", "y": 270 }, + "facing=east,short=false,type=sticky": { "model": "block/piston_head_sticky", "y": 90 }, + "facing=down,short=true,type=normal": { "model": "block/piston_head_short", "x": 90 }, + "facing=up,short=true,type=normal": { "model": "block/piston_head_short", "x": 270 }, + "facing=north,short=true,type=normal": { "model": "block/piston_head_short" }, + "facing=south,short=true,type=normal": { "model": "block/piston_head_short", "y": 180 }, + "facing=west,short=true,type=normal": { "model": "block/piston_head_short", "y": 270 }, + "facing=east,short=true,type=normal": { "model": "block/piston_head_short", "y": 90 }, + "facing=down,short=true,type=sticky": { "model": "block/piston_head_short_sticky", "x": 90 }, + "facing=up,short=true,type=sticky": { "model": "block/piston_head_short_sticky", "x": 270 }, + "facing=north,short=true,type=sticky": { "model": "block/piston_head_short_sticky" }, + "facing=south,short=true,type=sticky": { "model": "block/piston_head_short_sticky", "y": 180 }, + "facing=west,short=true,type=sticky": { "model": "block/piston_head_short_sticky", "y": 270 }, + "facing=east,short=true,type=sticky": { "model": "block/piston_head_short_sticky", "y": 90 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/player_head.json b/1.13.2/assets/minecraft/blockstates/player_head.json new file mode 100644 index 00000000..05969bc2 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/player_head.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/skull" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/player_wall_head.json b/1.13.2/assets/minecraft/blockstates/player_wall_head.json new file mode 100644 index 00000000..05969bc2 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/player_wall_head.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/skull" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/podzol.json b/1.13.2/assets/minecraft/blockstates/podzol.json new file mode 100644 index 00000000..8b8c3d15 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/podzol.json @@ -0,0 +1,6 @@ +{ + "variants": { + "snowy=false": { "model": "block/podzol" }, + "snowy=true": { "model": "block/grass_block_snow" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/polished_andesite.json b/1.13.2/assets/minecraft/blockstates/polished_andesite.json new file mode 100644 index 00000000..0c117f97 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/polished_andesite.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/polished_andesite" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/polished_diorite.json b/1.13.2/assets/minecraft/blockstates/polished_diorite.json new file mode 100644 index 00000000..59c76b93 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/polished_diorite.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/polished_diorite" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/polished_granite.json b/1.13.2/assets/minecraft/blockstates/polished_granite.json new file mode 100644 index 00000000..e31ad3d1 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/polished_granite.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/polished_granite" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/poppy.json b/1.13.2/assets/minecraft/blockstates/poppy.json new file mode 100644 index 00000000..71537462 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/poppy.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/poppy" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/potatoes.json b/1.13.2/assets/minecraft/blockstates/potatoes.json new file mode 100644 index 00000000..1b47edda --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/potatoes.json @@ -0,0 +1,12 @@ +{ + "variants": { + "age=0": { "model": "block/potatoes_stage0" }, + "age=1": { "model": "block/potatoes_stage0" }, + "age=2": { "model": "block/potatoes_stage1" }, + "age=3": { "model": "block/potatoes_stage1" }, + "age=4": { "model": "block/potatoes_stage2" }, + "age=5": { "model": "block/potatoes_stage2" }, + "age=6": { "model": "block/potatoes_stage2" }, + "age=7": { "model": "block/potatoes_stage3" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/potted_acacia_sapling.json b/1.13.2/assets/minecraft/blockstates/potted_acacia_sapling.json new file mode 100644 index 00000000..b369c220 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/potted_acacia_sapling.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/potted_acacia_sapling" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/potted_allium.json b/1.13.2/assets/minecraft/blockstates/potted_allium.json new file mode 100644 index 00000000..5ab4f215 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/potted_allium.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/potted_allium" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/potted_azure_bluet.json b/1.13.2/assets/minecraft/blockstates/potted_azure_bluet.json new file mode 100644 index 00000000..a3fff3c8 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/potted_azure_bluet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/potted_azure_bluet" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/potted_birch_sapling.json b/1.13.2/assets/minecraft/blockstates/potted_birch_sapling.json new file mode 100644 index 00000000..993368f3 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/potted_birch_sapling.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/potted_birch_sapling" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/potted_blue_orchid.json b/1.13.2/assets/minecraft/blockstates/potted_blue_orchid.json new file mode 100644 index 00000000..8918fe0a --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/potted_blue_orchid.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/potted_blue_orchid" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/potted_brown_mushroom.json b/1.13.2/assets/minecraft/blockstates/potted_brown_mushroom.json new file mode 100644 index 00000000..fb1dc98f --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/potted_brown_mushroom.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/potted_brown_mushroom" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/potted_cactus.json b/1.13.2/assets/minecraft/blockstates/potted_cactus.json new file mode 100644 index 00000000..49c909ff --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/potted_cactus.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/potted_cactus" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/potted_dandelion.json b/1.13.2/assets/minecraft/blockstates/potted_dandelion.json new file mode 100644 index 00000000..3acd970a --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/potted_dandelion.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/potted_dandelion" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/potted_dark_oak_sapling.json b/1.13.2/assets/minecraft/blockstates/potted_dark_oak_sapling.json new file mode 100644 index 00000000..a65f73e5 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/potted_dark_oak_sapling.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/potted_dark_oak_sapling" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/potted_dead_bush.json b/1.13.2/assets/minecraft/blockstates/potted_dead_bush.json new file mode 100644 index 00000000..65f40d1f --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/potted_dead_bush.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/potted_dead_bush" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/potted_fern.json b/1.13.2/assets/minecraft/blockstates/potted_fern.json new file mode 100644 index 00000000..114c0e10 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/potted_fern.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/potted_fern" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/potted_jungle_sapling.json b/1.13.2/assets/minecraft/blockstates/potted_jungle_sapling.json new file mode 100644 index 00000000..fbee37c0 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/potted_jungle_sapling.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/potted_jungle_sapling" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/potted_oak_sapling.json b/1.13.2/assets/minecraft/blockstates/potted_oak_sapling.json new file mode 100644 index 00000000..47837f10 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/potted_oak_sapling.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/potted_oak_sapling" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/potted_orange_tulip.json b/1.13.2/assets/minecraft/blockstates/potted_orange_tulip.json new file mode 100644 index 00000000..f52ecda5 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/potted_orange_tulip.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/potted_orange_tulip" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/potted_oxeye_daisy.json b/1.13.2/assets/minecraft/blockstates/potted_oxeye_daisy.json new file mode 100644 index 00000000..ee4231ef --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/potted_oxeye_daisy.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/potted_oxeye_daisy" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/potted_pink_tulip.json b/1.13.2/assets/minecraft/blockstates/potted_pink_tulip.json new file mode 100644 index 00000000..e23f9a86 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/potted_pink_tulip.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/potted_pink_tulip" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/potted_poppy.json b/1.13.2/assets/minecraft/blockstates/potted_poppy.json new file mode 100644 index 00000000..e1da0348 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/potted_poppy.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/potted_poppy" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/potted_red_mushroom.json b/1.13.2/assets/minecraft/blockstates/potted_red_mushroom.json new file mode 100644 index 00000000..fbf41d4d --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/potted_red_mushroom.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/potted_red_mushroom" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/potted_red_tulip.json b/1.13.2/assets/minecraft/blockstates/potted_red_tulip.json new file mode 100644 index 00000000..a6c7a126 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/potted_red_tulip.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/potted_red_tulip" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/potted_spruce_sapling.json b/1.13.2/assets/minecraft/blockstates/potted_spruce_sapling.json new file mode 100644 index 00000000..422fd25b --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/potted_spruce_sapling.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/potted_spruce_sapling" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/potted_white_tulip.json b/1.13.2/assets/minecraft/blockstates/potted_white_tulip.json new file mode 100644 index 00000000..d0a5f985 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/potted_white_tulip.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/potted_white_tulip" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/powered_rail.json b/1.13.2/assets/minecraft/blockstates/powered_rail.json new file mode 100644 index 00000000..a853b338 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/powered_rail.json @@ -0,0 +1,16 @@ +{ + "variants": { + "powered=false,shape=north_south": { "model": "block/powered_rail" }, + "powered=false,shape=east_west": { "model": "block/powered_rail", "y": 90 }, + "powered=false,shape=ascending_east": { "model": "block/powered_rail_raised_ne", "y": 90 }, + "powered=false,shape=ascending_west": { "model": "block/powered_rail_raised_sw", "y": 90 }, + "powered=false,shape=ascending_north": { "model": "block/powered_rail_raised_ne" }, + "powered=false,shape=ascending_south": { "model": "block/powered_rail_raised_sw" }, + "powered=true,shape=north_south": { "model": "block/powered_rail_on" }, + "powered=true,shape=east_west": { "model": "block/powered_rail_on", "y": 90 }, + "powered=true,shape=ascending_east": { "model": "block/powered_rail_on_raised_ne", "y": 90 }, + "powered=true,shape=ascending_west": { "model": "block/powered_rail_on_raised_sw", "y": 90 }, + "powered=true,shape=ascending_north": { "model": "block/powered_rail_on_raised_ne" }, + "powered=true,shape=ascending_south": { "model": "block/powered_rail_on_raised_sw" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/prismarine.json b/1.13.2/assets/minecraft/blockstates/prismarine.json new file mode 100644 index 00000000..559f85c5 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/prismarine.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/prismarine" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/prismarine_brick_slab.json b/1.13.2/assets/minecraft/blockstates/prismarine_brick_slab.json new file mode 100644 index 00000000..5b656d58 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/prismarine_brick_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/prismarine_brick_slab" }, + "type=top": { "model": "block/prismarine_brick_slab_top" }, + "type=double": { "model": "block/prismarine_bricks" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/prismarine_brick_stairs.json b/1.13.2/assets/minecraft/blockstates/prismarine_brick_stairs.json new file mode 100644 index 00000000..6fc46f97 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/prismarine_brick_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/prismarine_brick_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/prismarine_brick_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/prismarine_brick_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/prismarine_brick_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/prismarine_brick_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/prismarine_brick_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/prismarine_brick_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/prismarine_brick_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/prismarine_brick_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/prismarine_brick_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/prismarine_brick_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/prismarine_brick_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/prismarine_brick_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/prismarine_brick_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/prismarine_brick_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/prismarine_brick_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/prismarine_brick_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/prismarine_brick_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/prismarine_brick_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/prismarine_brick_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/prismarine_brick_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/prismarine_brick_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/prismarine_brick_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/prismarine_brick_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/prismarine_brick_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/prismarine_brick_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/prismarine_brick_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/prismarine_brick_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/prismarine_brick_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/prismarine_brick_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/prismarine_brick_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/prismarine_brick_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/prismarine_brick_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/prismarine_brick_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/prismarine_brick_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/prismarine_brick_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/prismarine_brick_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/prismarine_brick_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/prismarine_brick_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/prismarine_brick_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/prismarine_bricks.json b/1.13.2/assets/minecraft/blockstates/prismarine_bricks.json new file mode 100644 index 00000000..d8cc2a48 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/prismarine_bricks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/prismarine_bricks" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/prismarine_slab.json b/1.13.2/assets/minecraft/blockstates/prismarine_slab.json new file mode 100644 index 00000000..4deb13da --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/prismarine_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/prismarine_slab" }, + "type=top": { "model": "block/prismarine_slab_top" }, + "type=double": { "model": "block/prismarine" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/prismarine_stairs.json b/1.13.2/assets/minecraft/blockstates/prismarine_stairs.json new file mode 100644 index 00000000..6ed279e6 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/prismarine_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/prismarine_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/prismarine_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/prismarine_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/prismarine_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/prismarine_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/prismarine_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/prismarine_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/prismarine_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/prismarine_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/prismarine_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/prismarine_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/prismarine_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/prismarine_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/prismarine_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/prismarine_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/prismarine_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/prismarine_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/prismarine_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/prismarine_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/prismarine_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/prismarine_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/prismarine_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/prismarine_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/prismarine_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/prismarine_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/prismarine_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/prismarine_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/prismarine_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/prismarine_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/prismarine_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/prismarine_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/prismarine_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/prismarine_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/prismarine_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/prismarine_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/prismarine_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/prismarine_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/prismarine_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/prismarine_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/prismarine_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/pumpkin.json b/1.13.2/assets/minecraft/blockstates/pumpkin.json new file mode 100644 index 00000000..0ccb2bf5 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/pumpkin.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/pumpkin" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/pumpkin_stem.json b/1.13.2/assets/minecraft/blockstates/pumpkin_stem.json new file mode 100644 index 00000000..63ae2ecc --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/pumpkin_stem.json @@ -0,0 +1,12 @@ +{ + "variants": { + "age=0": { "model": "block/pumpkin_stem_stage0" }, + "age=1": { "model": "block/pumpkin_stem_stage1" }, + "age=2": { "model": "block/pumpkin_stem_stage2" }, + "age=3": { "model": "block/pumpkin_stem_stage3" }, + "age=4": { "model": "block/pumpkin_stem_stage4" }, + "age=5": { "model": "block/pumpkin_stem_stage5" }, + "age=6": { "model": "block/pumpkin_stem_stage6" }, + "age=7": { "model": "block/pumpkin_stem_stage7" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/purple_banner.json b/1.13.2/assets/minecraft/blockstates/purple_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/purple_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/purple_bed.json b/1.13.2/assets/minecraft/blockstates/purple_bed.json new file mode 100644 index 00000000..8cdeb6ce --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/purple_bed.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/bed" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/purple_carpet.json b/1.13.2/assets/minecraft/blockstates/purple_carpet.json new file mode 100644 index 00000000..689b3b1b --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/purple_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/purple_carpet" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/purple_concrete.json b/1.13.2/assets/minecraft/blockstates/purple_concrete.json new file mode 100644 index 00000000..1ad21a2d --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/purple_concrete.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/purple_concrete" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/purple_concrete_powder.json b/1.13.2/assets/minecraft/blockstates/purple_concrete_powder.json new file mode 100644 index 00000000..1a5f1adb --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/purple_concrete_powder.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/purple_concrete_powder" }, + { "model": "block/purple_concrete_powder", "y": 90 }, + { "model": "block/purple_concrete_powder", "y": 180 }, + { "model": "block/purple_concrete_powder", "y": 270 } + ] + } +} diff --git a/1.13.2/assets/minecraft/blockstates/purple_glazed_terracotta.json b/1.13.2/assets/minecraft/blockstates/purple_glazed_terracotta.json new file mode 100644 index 00000000..e1e12128 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/purple_glazed_terracotta.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "block/purple_glazed_terracotta" }, + "facing=west": { "model": "block/purple_glazed_terracotta", "y": 90 }, + "facing=north": { "model": "block/purple_glazed_terracotta", "y": 180 }, + "facing=east": { "model": "block/purple_glazed_terracotta", "y": 270 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/purple_shulker_box.json b/1.13.2/assets/minecraft/blockstates/purple_shulker_box.json new file mode 100644 index 00000000..a5973b4f --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/purple_shulker_box.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/purple_shulker_box" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/purple_stained_glass.json b/1.13.2/assets/minecraft/blockstates/purple_stained_glass.json new file mode 100644 index 00000000..25229af4 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/purple_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/purple_stained_glass" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/purple_stained_glass_pane.json b/1.13.2/assets/minecraft/blockstates/purple_stained_glass_pane.json new file mode 100644 index 00000000..cc5891f7 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/purple_stained_glass_pane.json @@ -0,0 +1,29 @@ +{ + "multipart": [ + { "apply": { "model": "block/purple_stained_glass_pane_post" }}, + { "when": { "north": true }, + "apply": { "model": "block/purple_stained_glass_pane_side" } + }, + { "when": { "east": true }, + "apply": { "model": "block/purple_stained_glass_pane_side", "y": 90 } + }, + { "when": { "south": true }, + "apply": { "model": "block/purple_stained_glass_pane_side_alt" } + }, + { "when": { "west": true }, + "apply": { "model": "block/purple_stained_glass_pane_side_alt", "y": 90 } + }, + { "when": { "north": false }, + "apply": { "model": "block/purple_stained_glass_pane_noside" } + }, + { "when": { "east": false }, + "apply": { "model": "block/purple_stained_glass_pane_noside_alt" } + }, + { "when": { "south": false }, + "apply": { "model": "block/purple_stained_glass_pane_noside_alt", "y": 90 } + }, + { "when": { "west": false }, + "apply": { "model": "block/purple_stained_glass_pane_noside", "y": 270 } + } + ] +} diff --git a/1.13.2/assets/minecraft/blockstates/purple_terracotta.json b/1.13.2/assets/minecraft/blockstates/purple_terracotta.json new file mode 100644 index 00000000..5d59b95f --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/purple_terracotta.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/purple_terracotta" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/purple_wall_banner.json b/1.13.2/assets/minecraft/blockstates/purple_wall_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/purple_wall_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/purple_wool.json b/1.13.2/assets/minecraft/blockstates/purple_wool.json new file mode 100644 index 00000000..fe2d4709 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/purple_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/purple_wool" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/purpur_block.json b/1.13.2/assets/minecraft/blockstates/purpur_block.json new file mode 100644 index 00000000..29b1960c --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/purpur_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/purpur_block" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/purpur_pillar.json b/1.13.2/assets/minecraft/blockstates/purpur_pillar.json new file mode 100644 index 00000000..d478434c --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/purpur_pillar.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/purpur_pillar" }, + "axis=z": { "model": "block/purpur_pillar", "x": 90 }, + "axis=x": { "model": "block/purpur_pillar", "x": 90, "y": 90 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/purpur_slab.json b/1.13.2/assets/minecraft/blockstates/purpur_slab.json new file mode 100644 index 00000000..9d88fef4 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/purpur_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/purpur_slab" }, + "type=top": { "model": "block/purpur_slab_top" }, + "type=double": { "model": "block/purpur_block" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/purpur_stairs.json b/1.13.2/assets/minecraft/blockstates/purpur_stairs.json new file mode 100644 index 00000000..3ee66fbc --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/purpur_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/purpur_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/purpur_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/purpur_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/purpur_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/purpur_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/purpur_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/purpur_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/purpur_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/purpur_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/purpur_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/purpur_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/purpur_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/purpur_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/purpur_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/purpur_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/purpur_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/purpur_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/purpur_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/purpur_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/purpur_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/purpur_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/purpur_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/purpur_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/purpur_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/purpur_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/purpur_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/purpur_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/purpur_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/purpur_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/purpur_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/purpur_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/purpur_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/purpur_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/purpur_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/purpur_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/purpur_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/purpur_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/purpur_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/purpur_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/purpur_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/quartz_block.json b/1.13.2/assets/minecraft/blockstates/quartz_block.json new file mode 100644 index 00000000..a835bff9 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/quartz_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/quartz_block" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/quartz_pillar.json b/1.13.2/assets/minecraft/blockstates/quartz_pillar.json new file mode 100644 index 00000000..fff299d7 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/quartz_pillar.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/quartz_pillar" }, + "axis=z": { "model": "block/quartz_pillar", "x": 90 }, + "axis=x": { "model": "block/quartz_pillar", "x": 90, "y": 90 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/quartz_slab.json b/1.13.2/assets/minecraft/blockstates/quartz_slab.json new file mode 100644 index 00000000..46486fa9 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/quartz_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/quartz_slab" }, + "type=top": { "model": "block/quartz_slab_top" }, + "type=double": { "model": "block/quartz_block" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/quartz_stairs.json b/1.13.2/assets/minecraft/blockstates/quartz_stairs.json new file mode 100644 index 00000000..a2b466d9 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/quartz_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/quartz_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/quartz_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/quartz_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/quartz_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/quartz_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/quartz_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/quartz_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/quartz_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/quartz_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/quartz_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/quartz_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/quartz_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/quartz_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/quartz_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/quartz_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/quartz_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/quartz_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/quartz_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/quartz_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/quartz_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/quartz_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/quartz_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/quartz_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/quartz_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/quartz_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/quartz_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/quartz_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/quartz_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/quartz_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/quartz_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/quartz_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/quartz_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/quartz_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/quartz_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/quartz_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/quartz_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/quartz_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/quartz_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/quartz_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/quartz_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/rail.json b/1.13.2/assets/minecraft/blockstates/rail.json new file mode 100644 index 00000000..b0d4d0c5 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/rail.json @@ -0,0 +1,14 @@ +{ + "variants": { + "shape=north_south": { "model": "block/rail" }, + "shape=east_west": { "model": "block/rail", "y": 90 }, + "shape=ascending_east": { "model": "block/rail_raised_ne", "y": 90 }, + "shape=ascending_west": { "model": "block/rail_raised_sw", "y": 90 }, + "shape=ascending_north": { "model": "block/rail_raised_ne" }, + "shape=ascending_south": { "model": "block/rail_raised_sw" }, + "shape=south_east": { "model": "block/rail_corner" }, + "shape=south_west": { "model": "block/rail_corner", "y": 90 }, + "shape=north_west": { "model": "block/rail_corner", "y": 180 }, + "shape=north_east": { "model": "block/rail_corner", "y": 270 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/red_banner.json b/1.13.2/assets/minecraft/blockstates/red_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/red_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/red_bed.json b/1.13.2/assets/minecraft/blockstates/red_bed.json new file mode 100644 index 00000000..8cdeb6ce --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/red_bed.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/bed" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/red_carpet.json b/1.13.2/assets/minecraft/blockstates/red_carpet.json new file mode 100644 index 00000000..6a273822 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/red_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/red_carpet" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/red_concrete.json b/1.13.2/assets/minecraft/blockstates/red_concrete.json new file mode 100644 index 00000000..a17af07d --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/red_concrete.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/red_concrete" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/red_concrete_powder.json b/1.13.2/assets/minecraft/blockstates/red_concrete_powder.json new file mode 100644 index 00000000..22367549 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/red_concrete_powder.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/red_concrete_powder" }, + { "model": "block/red_concrete_powder", "y": 90 }, + { "model": "block/red_concrete_powder", "y": 180 }, + { "model": "block/red_concrete_powder", "y": 270 } + ] + } +} diff --git a/1.13.2/assets/minecraft/blockstates/red_glazed_terracotta.json b/1.13.2/assets/minecraft/blockstates/red_glazed_terracotta.json new file mode 100644 index 00000000..50c82a1c --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/red_glazed_terracotta.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "block/red_glazed_terracotta" }, + "facing=west": { "model": "block/red_glazed_terracotta", "y": 90 }, + "facing=north": { "model": "block/red_glazed_terracotta", "y": 180 }, + "facing=east": { "model": "block/red_glazed_terracotta", "y": 270 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/red_mushroom.json b/1.13.2/assets/minecraft/blockstates/red_mushroom.json new file mode 100644 index 00000000..e310c711 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/red_mushroom.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/red_mushroom" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/red_mushroom_block.json b/1.13.2/assets/minecraft/blockstates/red_mushroom_block.json new file mode 100644 index 00000000..cfa3a5a2 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/red_mushroom_block.json @@ -0,0 +1,40 @@ +{ + "multipart": [ + { "when": { "north": true }, + "apply": { "model": "block/red_mushroom_block" } + }, + { "when": { "east": true }, + "apply": { "model": "block/red_mushroom_block", "y": 90, "uvlock": true } + }, + { "when": { "south": true }, + "apply": { "model": "block/red_mushroom_block", "y": 180, "uvlock": true } + }, + { "when": { "west": true }, + "apply": { "model": "block/red_mushroom_block", "y": 270, "uvlock": true } + }, + { "when": { "up": true }, + "apply": { "model": "block/red_mushroom_block", "x": 270, "uvlock": true } + }, + { "when": { "down": true }, + "apply": { "model": "block/red_mushroom_block", "x": 90, "uvlock": true } + }, + { "when": { "north": false }, + "apply": { "model": "block/mushroom_block_inside" } + }, + { "when": { "east": false }, + "apply": { "model": "block/mushroom_block_inside", "y": 90, "uvlock": false } + }, + { "when": { "south": false }, + "apply": { "model": "block/mushroom_block_inside", "y": 180, "uvlock": false } + }, + { "when": { "west": false }, + "apply": { "model": "block/mushroom_block_inside", "y": 270, "uvlock": false } + }, + { "when": { "up": false }, + "apply": { "model": "block/mushroom_block_inside", "x": 270, "uvlock": false } + }, + { "when": { "down": false }, + "apply": { "model": "block/mushroom_block_inside", "x": 90, "uvlock": false } + } + ] +} diff --git a/1.13.2/assets/minecraft/blockstates/red_nether_bricks.json b/1.13.2/assets/minecraft/blockstates/red_nether_bricks.json new file mode 100644 index 00000000..3b563de8 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/red_nether_bricks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/red_nether_bricks" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/red_sand.json b/1.13.2/assets/minecraft/blockstates/red_sand.json new file mode 100644 index 00000000..b6a560ba --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/red_sand.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/red_sand" }, + { "model": "block/red_sand", "y": 90 }, + { "model": "block/red_sand", "y": 180 }, + { "model": "block/red_sand", "y": 270 } + ] + } +} diff --git a/1.13.2/assets/minecraft/blockstates/red_sandstone.json b/1.13.2/assets/minecraft/blockstates/red_sandstone.json new file mode 100644 index 00000000..2cc74559 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/red_sandstone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/red_sandstone" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/red_sandstone_slab.json b/1.13.2/assets/minecraft/blockstates/red_sandstone_slab.json new file mode 100644 index 00000000..41f3e93e --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/red_sandstone_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/red_sandstone_slab" }, + "type=top": { "model": "block/red_sandstone_slab_top" }, + "type=double": { "model": "block/red_sandstone" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/red_sandstone_stairs.json b/1.13.2/assets/minecraft/blockstates/red_sandstone_stairs.json new file mode 100644 index 00000000..72d7a15b --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/red_sandstone_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/red_sandstone_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/red_sandstone_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/red_sandstone_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/red_sandstone_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/red_sandstone_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/red_sandstone_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/red_sandstone_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/red_sandstone_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/red_sandstone_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/red_sandstone_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/red_sandstone_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/red_sandstone_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/red_sandstone_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/red_sandstone_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/red_sandstone_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/red_sandstone_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/red_sandstone_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/red_sandstone_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/red_sandstone_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/red_sandstone_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/red_sandstone_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/red_sandstone_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/red_sandstone_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/red_sandstone_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/red_sandstone_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/red_sandstone_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/red_sandstone_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/red_sandstone_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/red_sandstone_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/red_sandstone_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/red_sandstone_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/red_sandstone_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/red_sandstone_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/red_sandstone_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/red_sandstone_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/red_sandstone_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/red_sandstone_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/red_sandstone_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/red_sandstone_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/red_sandstone_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/red_shulker_box.json b/1.13.2/assets/minecraft/blockstates/red_shulker_box.json new file mode 100644 index 00000000..673c1c4d --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/red_shulker_box.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/red_shulker_box" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/red_stained_glass.json b/1.13.2/assets/minecraft/blockstates/red_stained_glass.json new file mode 100644 index 00000000..14c047ba --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/red_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/red_stained_glass" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/red_stained_glass_pane.json b/1.13.2/assets/minecraft/blockstates/red_stained_glass_pane.json new file mode 100644 index 00000000..a64abd6b --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/red_stained_glass_pane.json @@ -0,0 +1,29 @@ +{ + "multipart": [ + { "apply": { "model": "block/red_stained_glass_pane_post" }}, + { "when": { "north": true }, + "apply": { "model": "block/red_stained_glass_pane_side" } + }, + { "when": { "east": true }, + "apply": { "model": "block/red_stained_glass_pane_side", "y": 90 } + }, + { "when": { "south": true }, + "apply": { "model": "block/red_stained_glass_pane_side_alt" } + }, + { "when": { "west": true }, + "apply": { "model": "block/red_stained_glass_pane_side_alt", "y": 90 } + }, + { "when": { "north": false }, + "apply": { "model": "block/red_stained_glass_pane_noside" } + }, + { "when": { "east": false }, + "apply": { "model": "block/red_stained_glass_pane_noside_alt" } + }, + { "when": { "south": false }, + "apply": { "model": "block/red_stained_glass_pane_noside_alt", "y": 90 } + }, + { "when": { "west": false }, + "apply": { "model": "block/red_stained_glass_pane_noside", "y": 270 } + } + ] +} diff --git a/1.13.2/assets/minecraft/blockstates/red_terracotta.json b/1.13.2/assets/minecraft/blockstates/red_terracotta.json new file mode 100644 index 00000000..7b752aaa --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/red_terracotta.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/red_terracotta" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/red_tulip.json b/1.13.2/assets/minecraft/blockstates/red_tulip.json new file mode 100644 index 00000000..dd899644 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/red_tulip.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/red_tulip" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/red_wall_banner.json b/1.13.2/assets/minecraft/blockstates/red_wall_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/red_wall_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/red_wool.json b/1.13.2/assets/minecraft/blockstates/red_wool.json new file mode 100644 index 00000000..78b803a7 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/red_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/red_wool" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/redstone_block.json b/1.13.2/assets/minecraft/blockstates/redstone_block.json new file mode 100644 index 00000000..f2cf1ed7 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/redstone_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/redstone_block" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/redstone_lamp.json b/1.13.2/assets/minecraft/blockstates/redstone_lamp.json new file mode 100644 index 00000000..568a7b9a --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/redstone_lamp.json @@ -0,0 +1,6 @@ +{ + "variants": { + "lit=false": { "model": "block/redstone_lamp" }, + "lit=true": { "model": "block/redstone_lamp_on" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/redstone_ore.json b/1.13.2/assets/minecraft/blockstates/redstone_ore.json new file mode 100644 index 00000000..dda6a3e8 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/redstone_ore.json @@ -0,0 +1,6 @@ +{ + "variants": { + "lit=false": { "model": "block/redstone_ore" }, + "lit=true": { "model": "block/redstone_ore_on" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/redstone_torch.json b/1.13.2/assets/minecraft/blockstates/redstone_torch.json new file mode 100644 index 00000000..679045ec --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/redstone_torch.json @@ -0,0 +1,6 @@ +{ + "variants": { + "lit=true": { "model": "block/redstone_torch" }, + "lit=false": { "model": "block/redstone_torch_off" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/redstone_wall_torch.json b/1.13.2/assets/minecraft/blockstates/redstone_wall_torch.json new file mode 100644 index 00000000..719aaf73 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/redstone_wall_torch.json @@ -0,0 +1,12 @@ +{ + "variants": { + "facing=east,lit=true": { "model": "block/redstone_wall_torch" }, + "facing=south,lit=true": { "model": "block/redstone_wall_torch", "y": 90 }, + "facing=west,lit=true": { "model": "block/redstone_wall_torch", "y": 180 }, + "facing=north,lit=true": { "model": "block/redstone_wall_torch", "y": 270 }, + "facing=east,lit=false": { "model": "block/redstone_wall_torch_off" }, + "facing=south,lit=false": { "model": "block/redstone_wall_torch_off", "y": 90 }, + "facing=west,lit=false": { "model": "block/redstone_wall_torch_off", "y": 180 }, + "facing=north,lit=false": { "model": "block/redstone_wall_torch_off", "y": 270 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/redstone_wire.json b/1.13.2/assets/minecraft/blockstates/redstone_wire.json new file mode 100644 index 00000000..fea44208 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/redstone_wire.json @@ -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": "block/redstone_dust_dot" } + }, + { "when": { "OR": [ + { "north": "side|up" }, + { "north": "none", "east": "none", "south": "side|up", "west": "none" } + ]}, + "apply": { "model": "block/redstone_dust_side0" } + }, + { "when": { "OR": [ + { "south": "side|up" }, + { "north": "side|up", "east": "none", "south": "none", "west": "none" } + ]}, + "apply": { "model": "block/redstone_dust_side_alt0" } + }, + { "when": { "OR": [ + { "east": "side|up" }, + { "north": "none", "east": "none", "south": "none", "west": "side|up" } + ]}, + "apply": { "model": "block/redstone_dust_side_alt1", "y": 270 } + }, + { "when": { "OR": [ + { "west": "side|up" }, + { "north": "none", "east": "side|up", "south": "none", "west": "none" } + ]}, + "apply": { "model": "block/redstone_dust_side1", "y": 270 } + }, + { "when": { "north": "up" }, + "apply": { "model": "block/redstone_dust_up" } + }, + { "when": { "east": "up" }, + "apply": { "model": "block/redstone_dust_up", "y": 90 } + }, + { "when": { "south": "up" }, + "apply": { "model": "block/redstone_dust_up", "y": 180 } + }, + { "when": { "west": "up" }, + "apply": { "model": "block/redstone_dust_up", "y": 270 } + } + ] +} diff --git a/1.13.2/assets/minecraft/blockstates/repeater.json b/1.13.2/assets/minecraft/blockstates/repeater.json new file mode 100644 index 00000000..e174493f --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/repeater.json @@ -0,0 +1,68 @@ +{ + "variants": { + "delay=1,facing=south,locked=false,powered=false": { "model": "block/repeater_1tick" }, + "delay=1,facing=west,locked=false,powered=false": { "model": "block/repeater_1tick", "y": 90 }, + "delay=1,facing=north,locked=false,powered=false": { "model": "block/repeater_1tick", "y": 180 }, + "delay=1,facing=east,locked=false,powered=false": { "model": "block/repeater_1tick", "y": 270 }, + "delay=2,facing=south,locked=false,powered=false": { "model": "block/repeater_2tick" }, + "delay=2,facing=west,locked=false,powered=false": { "model": "block/repeater_2tick", "y": 90 }, + "delay=2,facing=north,locked=false,powered=false": { "model": "block/repeater_2tick", "y": 180 }, + "delay=2,facing=east,locked=false,powered=false": { "model": "block/repeater_2tick", "y": 270 }, + "delay=3,facing=south,locked=false,powered=false": { "model": "block/repeater_3tick" }, + "delay=3,facing=west,locked=false,powered=false": { "model": "block/repeater_3tick", "y": 90 }, + "delay=3,facing=north,locked=false,powered=false": { "model": "block/repeater_3tick", "y": 180 }, + "delay=3,facing=east,locked=false,powered=false": { "model": "block/repeater_3tick", "y": 270 }, + "delay=4,facing=south,locked=false,powered=false": { "model": "block/repeater_4tick" }, + "delay=4,facing=west,locked=false,powered=false": { "model": "block/repeater_4tick", "y": 90 }, + "delay=4,facing=north,locked=false,powered=false": { "model": "block/repeater_4tick", "y": 180 }, + "delay=4,facing=east,locked=false,powered=false": { "model": "block/repeater_4tick", "y": 270 }, + "delay=1,facing=south,locked=true,powered=false": { "model": "block/repeater_1tick_locked" }, + "delay=1,facing=west,locked=true,powered=false": { "model": "block/repeater_1tick_locked", "y": 90 }, + "delay=1,facing=north,locked=true,powered=false": { "model": "block/repeater_1tick_locked", "y": 180 }, + "delay=1,facing=east,locked=true,powered=false": { "model": "block/repeater_1tick_locked", "y": 270 }, + "delay=2,facing=south,locked=true,powered=false": { "model": "block/repeater_2tick_locked" }, + "delay=2,facing=west,locked=true,powered=false": { "model": "block/repeater_2tick_locked", "y": 90 }, + "delay=2,facing=north,locked=true,powered=false": { "model": "block/repeater_2tick_locked", "y": 180 }, + "delay=2,facing=east,locked=true,powered=false": { "model": "block/repeater_2tick_locked", "y": 270 }, + "delay=3,facing=south,locked=true,powered=false": { "model": "block/repeater_3tick_locked" }, + "delay=3,facing=west,locked=true,powered=false": { "model": "block/repeater_3tick_locked", "y": 90 }, + "delay=3,facing=north,locked=true,powered=false": { "model": "block/repeater_3tick_locked", "y": 180 }, + "delay=3,facing=east,locked=true,powered=false": { "model": "block/repeater_3tick_locked", "y": 270 }, + "delay=4,facing=south,locked=true,powered=false": { "model": "block/repeater_4tick_locked" }, + "delay=4,facing=west,locked=true,powered=false": { "model": "block/repeater_4tick_locked", "y": 90 }, + "delay=4,facing=north,locked=true,powered=false": { "model": "block/repeater_4tick_locked", "y": 180 }, + "delay=4,facing=east,locked=true,powered=false": { "model": "block/repeater_4tick_locked", "y": 270 }, + "delay=1,facing=south,locked=false,powered=true": { "model": "block/repeater_1tick_on" }, + "delay=1,facing=west,locked=false,powered=true": { "model": "block/repeater_1tick_on", "y": 90 }, + "delay=1,facing=north,locked=false,powered=true": { "model": "block/repeater_1tick_on", "y": 180 }, + "delay=1,facing=east,locked=false,powered=true": { "model": "block/repeater_1tick_on", "y": 270 }, + "delay=2,facing=south,locked=false,powered=true": { "model": "block/repeater_2tick_on" }, + "delay=2,facing=west,locked=false,powered=true": { "model": "block/repeater_2tick_on", "y": 90 }, + "delay=2,facing=north,locked=false,powered=true": { "model": "block/repeater_2tick_on", "y": 180 }, + "delay=2,facing=east,locked=false,powered=true": { "model": "block/repeater_2tick_on", "y": 270 }, + "delay=3,facing=south,locked=false,powered=true": { "model": "block/repeater_3tick_on" }, + "delay=3,facing=west,locked=false,powered=true": { "model": "block/repeater_3tick_on", "y": 90 }, + "delay=3,facing=north,locked=false,powered=true": { "model": "block/repeater_3tick_on", "y": 180 }, + "delay=3,facing=east,locked=false,powered=true": { "model": "block/repeater_3tick_on", "y": 270 }, + "delay=4,facing=south,locked=false,powered=true": { "model": "block/repeater_4tick_on" }, + "delay=4,facing=west,locked=false,powered=true": { "model": "block/repeater_4tick_on", "y": 90 }, + "delay=4,facing=north,locked=false,powered=true": { "model": "block/repeater_4tick_on", "y": 180 }, + "delay=4,facing=east,locked=false,powered=true": { "model": "block/repeater_4tick_on", "y": 270 }, + "delay=1,facing=south,locked=true,powered=true": { "model": "block/repeater_1tick_on_locked" }, + "delay=1,facing=west,locked=true,powered=true": { "model": "block/repeater_1tick_on_locked", "y": 90 }, + "delay=1,facing=north,locked=true,powered=true": { "model": "block/repeater_1tick_on_locked", "y": 180 }, + "delay=1,facing=east,locked=true,powered=true": { "model": "block/repeater_1tick_on_locked", "y": 270 }, + "delay=2,facing=south,locked=true,powered=true": { "model": "block/repeater_2tick_on_locked" }, + "delay=2,facing=west,locked=true,powered=true": { "model": "block/repeater_2tick_on_locked", "y": 90 }, + "delay=2,facing=north,locked=true,powered=true": { "model": "block/repeater_2tick_on_locked", "y": 180 }, + "delay=2,facing=east,locked=true,powered=true": { "model": "block/repeater_2tick_on_locked", "y": 270 }, + "delay=3,facing=south,locked=true,powered=true": { "model": "block/repeater_3tick_on_locked" }, + "delay=3,facing=west,locked=true,powered=true": { "model": "block/repeater_3tick_on_locked", "y": 90 }, + "delay=3,facing=north,locked=true,powered=true": { "model": "block/repeater_3tick_on_locked", "y": 180 }, + "delay=3,facing=east,locked=true,powered=true": { "model": "block/repeater_3tick_on_locked", "y": 270 }, + "delay=4,facing=south,locked=true,powered=true": { "model": "block/repeater_4tick_on_locked" }, + "delay=4,facing=west,locked=true,powered=true": { "model": "block/repeater_4tick_on_locked", "y": 90 }, + "delay=4,facing=north,locked=true,powered=true": { "model": "block/repeater_4tick_on_locked", "y": 180 }, + "delay=4,facing=east,locked=true,powered=true": { "model": "block/repeater_4tick_on_locked", "y": 270 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/repeating_command_block.json b/1.13.2/assets/minecraft/blockstates/repeating_command_block.json new file mode 100644 index 00000000..1f31a29c --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/repeating_command_block.json @@ -0,0 +1,16 @@ +{ + "variants": { + "conditional=false,facing=down": { "model": "block/repeating_command_block", "x": 90 }, + "conditional=false,facing=up": { "model": "block/repeating_command_block", "x": 270 }, + "conditional=false,facing=north": { "model": "block/repeating_command_block" }, + "conditional=false,facing=south": { "model": "block/repeating_command_block", "y": 180 }, + "conditional=false,facing=west": { "model": "block/repeating_command_block", "y": 270 }, + "conditional=false,facing=east": { "model": "block/repeating_command_block", "y": 90 }, + "conditional=true,facing=down": { "model": "block/repeating_command_block_conditional", "x": 90 }, + "conditional=true,facing=up": { "model": "block/repeating_command_block_conditional", "x": 270 }, + "conditional=true,facing=north": { "model": "block/repeating_command_block_conditional" }, + "conditional=true,facing=south": { "model": "block/repeating_command_block_conditional", "y": 180 }, + "conditional=true,facing=west": { "model": "block/repeating_command_block_conditional", "y": 270 }, + "conditional=true,facing=east": { "model": "block/repeating_command_block_conditional", "y": 90 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/rose_bush.json b/1.13.2/assets/minecraft/blockstates/rose_bush.json new file mode 100644 index 00000000..a7f42164 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/rose_bush.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=lower": { "model": "block/rose_bush_bottom" }, + "half=upper": { "model": "block/rose_bush_top" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/sand.json b/1.13.2/assets/minecraft/blockstates/sand.json new file mode 100644 index 00000000..2a01f4f0 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/sand.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/sand" }, + { "model": "block/sand", "y": 90 }, + { "model": "block/sand", "y": 180 }, + { "model": "block/sand", "y": 270 } + ] + } +} diff --git a/1.13.2/assets/minecraft/blockstates/sandstone.json b/1.13.2/assets/minecraft/blockstates/sandstone.json new file mode 100644 index 00000000..0feb6c41 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/sandstone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/sandstone" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/sandstone_slab.json b/1.13.2/assets/minecraft/blockstates/sandstone_slab.json new file mode 100644 index 00000000..cac261e1 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/sandstone_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/sandstone_slab" }, + "type=top": { "model": "block/sandstone_slab_top" }, + "type=double": { "model": "block/sandstone" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/sandstone_stairs.json b/1.13.2/assets/minecraft/blockstates/sandstone_stairs.json new file mode 100644 index 00000000..722de2ba --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/sandstone_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/sandstone_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/sandstone_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/sandstone_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/sandstone_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/sandstone_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/sandstone_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/sandstone_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/sandstone_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/sandstone_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/sandstone_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/sandstone_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/sandstone_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/sandstone_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/sandstone_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/sandstone_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/sandstone_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/sandstone_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/sandstone_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/sandstone_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/sandstone_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/sandstone_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/sandstone_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/sandstone_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/sandstone_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/sandstone_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/sandstone_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/sandstone_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/sandstone_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/sandstone_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/sandstone_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/sandstone_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/sandstone_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/sandstone_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/sandstone_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/sandstone_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/sandstone_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/sandstone_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/sandstone_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/sandstone_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/sandstone_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/sea_lantern.json b/1.13.2/assets/minecraft/blockstates/sea_lantern.json new file mode 100644 index 00000000..d55b67a7 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/sea_lantern.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/sea_lantern" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/sea_pickle.json b/1.13.2/assets/minecraft/blockstates/sea_pickle.json new file mode 100644 index 00000000..60af4a2e --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/sea_pickle.json @@ -0,0 +1,52 @@ +{ + "variants": { + "pickles=1,waterlogged=false": [ + { "model": "block/dead_sea_pickle" }, + { "model": "block/dead_sea_pickle", "y": 90 }, + { "model": "block/dead_sea_pickle", "y": 180 }, + { "model": "block/dead_sea_pickle", "y": 270 } + ], + "pickles=2,waterlogged=false": [ + { "model": "block/two_dead_sea_pickles" }, + { "model": "block/two_dead_sea_pickles", "y": 90 }, + { "model": "block/two_dead_sea_pickles", "y": 180 }, + { "model": "block/two_dead_sea_pickles", "y": 270 } + ], + "pickles=3,waterlogged=false": [ + { "model": "block/three_dead_sea_pickles" }, + { "model": "block/three_dead_sea_pickles", "y": 90 }, + { "model": "block/three_dead_sea_pickles", "y": 180 }, + { "model": "block/three_dead_sea_pickles", "y": 270 } + ], + "pickles=4,waterlogged=false": [ + { "model": "block/four_dead_sea_pickles" }, + { "model": "block/four_dead_sea_pickles", "y": 90 }, + { "model": "block/four_dead_sea_pickles", "y": 180 }, + { "model": "block/four_dead_sea_pickles", "y": 270 } + ], + "pickles=1,waterlogged=true": [ + { "model": "block/sea_pickle" }, + { "model": "block/sea_pickle", "y": 90 }, + { "model": "block/sea_pickle", "y": 180 }, + { "model": "block/sea_pickle", "y": 270 } + ], + "pickles=2,waterlogged=true": [ + { "model": "block/two_sea_pickles" }, + { "model": "block/two_sea_pickles", "y": 90 }, + { "model": "block/two_sea_pickles", "y": 180 }, + { "model": "block/two_sea_pickles", "y": 270 } + ], + "pickles=3,waterlogged=true": [ + { "model": "block/three_sea_pickles" }, + { "model": "block/three_sea_pickles", "y": 90 }, + { "model": "block/three_sea_pickles", "y": 180 }, + { "model": "block/three_sea_pickles", "y": 270 } + ], + "pickles=4,waterlogged=true": [ + { "model": "block/four_sea_pickles" }, + { "model": "block/four_sea_pickles", "y": 90 }, + { "model": "block/four_sea_pickles", "y": 180 }, + { "model": "block/four_sea_pickles", "y": 270 } + ] + } +} diff --git a/1.13.2/assets/minecraft/blockstates/seagrass.json b/1.13.2/assets/minecraft/blockstates/seagrass.json new file mode 100644 index 00000000..5facd016 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/seagrass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/seagrass" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/shulker_box.json b/1.13.2/assets/minecraft/blockstates/shulker_box.json new file mode 100644 index 00000000..35288893 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/shulker_box.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/shulker_box" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/sign.json b/1.13.2/assets/minecraft/blockstates/sign.json new file mode 100644 index 00000000..77b44fb4 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/sign.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/chest" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/skeleton_skull.json b/1.13.2/assets/minecraft/blockstates/skeleton_skull.json new file mode 100644 index 00000000..3cbbaae7 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/skeleton_skull.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/soul_sand" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/skeleton_wall_skull.json b/1.13.2/assets/minecraft/blockstates/skeleton_wall_skull.json new file mode 100644 index 00000000..3cbbaae7 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/skeleton_wall_skull.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/soul_sand" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/slime_block.json b/1.13.2/assets/minecraft/blockstates/slime_block.json new file mode 100644 index 00000000..b032b45d --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/slime_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/slime_block" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/smooth_quartz.json b/1.13.2/assets/minecraft/blockstates/smooth_quartz.json new file mode 100644 index 00000000..b5c0dfe3 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/smooth_quartz.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/smooth_quartz" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/smooth_red_sandstone.json b/1.13.2/assets/minecraft/blockstates/smooth_red_sandstone.json new file mode 100644 index 00000000..38a49a00 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/smooth_red_sandstone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/smooth_red_sandstone" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/smooth_sandstone.json b/1.13.2/assets/minecraft/blockstates/smooth_sandstone.json new file mode 100644 index 00000000..eed1d5ba --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/smooth_sandstone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/smooth_sandstone" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/smooth_stone.json b/1.13.2/assets/minecraft/blockstates/smooth_stone.json new file mode 100644 index 00000000..654952f1 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/smooth_stone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/smooth_stone" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/snow.json b/1.13.2/assets/minecraft/blockstates/snow.json new file mode 100644 index 00000000..95a2c27d --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/snow.json @@ -0,0 +1,12 @@ +{ + "variants": { + "layers=1": { "model": "block/snow_height2" }, + "layers=2": { "model": "block/snow_height4" }, + "layers=3": { "model": "block/snow_height6" }, + "layers=4": { "model": "block/snow_height8" }, + "layers=5": { "model": "block/snow_height10" }, + "layers=6": { "model": "block/snow_height12" }, + "layers=7": { "model": "block/snow_height14" }, + "layers=8": { "model": "block/snow_block" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/snow_block.json b/1.13.2/assets/minecraft/blockstates/snow_block.json new file mode 100644 index 00000000..24a2bd3c --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/snow_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/snow_block" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/soul_sand.json b/1.13.2/assets/minecraft/blockstates/soul_sand.json new file mode 100644 index 00000000..3cbbaae7 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/soul_sand.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/soul_sand" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/spawner.json b/1.13.2/assets/minecraft/blockstates/spawner.json new file mode 100644 index 00000000..e4b28a28 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/spawner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/spawner" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/sponge.json b/1.13.2/assets/minecraft/blockstates/sponge.json new file mode 100644 index 00000000..d9f8527b --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/sponge.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/sponge" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/spruce_button.json b/1.13.2/assets/minecraft/blockstates/spruce_button.json new file mode 100644 index 00000000..91494835 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/spruce_button.json @@ -0,0 +1,28 @@ +{ + "variants": { + "face=floor,facing=east,powered=false": { "model": "block/spruce_button", "y": 90 }, + "face=floor,facing=west,powered=false": { "model": "block/spruce_button", "y": 270 }, + "face=floor,facing=south,powered=false": { "model": "block/spruce_button", "y": 180 }, + "face=floor,facing=north,powered=false": { "model": "block/spruce_button" }, + "face=wall,facing=east,powered=false": { "model": "block/spruce_button", "uvlock": true, "x": 90, "y": 90 }, + "face=wall,facing=west,powered=false": { "model": "block/spruce_button", "uvlock": true, "x": 90, "y": 270 }, + "face=wall,facing=south,powered=false": { "model": "block/spruce_button", "uvlock": true, "x": 90, "y": 180 }, + "face=wall,facing=north,powered=false": { "model": "block/spruce_button", "uvlock": true, "x": 90 }, + "face=ceiling,facing=east,powered=false": { "model": "block/spruce_button", "x": 180, "y": 270 }, + "face=ceiling,facing=west,powered=false": { "model": "block/spruce_button", "x": 180, "y": 90 }, + "face=ceiling,facing=south,powered=false": { "model": "block/spruce_button", "x": 180 }, + "face=ceiling,facing=north,powered=false": { "model": "block/spruce_button", "x": 180, "y": 180 }, + "face=floor,facing=east,powered=true": { "model": "block/spruce_button_pressed", "y": 90 }, + "face=floor,facing=west,powered=true": { "model": "block/spruce_button_pressed", "y": 270 }, + "face=floor,facing=south,powered=true": { "model": "block/spruce_button_pressed", "y": 180 }, + "face=floor,facing=north,powered=true": { "model": "block/spruce_button_pressed" }, + "face=wall,facing=east,powered=true": { "model": "block/spruce_button_pressed", "uvlock": true, "x": 90, "y": 90 }, + "face=wall,facing=west,powered=true": { "model": "block/spruce_button_pressed", "uvlock": true, "x": 90, "y": 270 }, + "face=wall,facing=south,powered=true": { "model": "block/spruce_button_pressed", "uvlock": true, "x": 90, "y": 180 }, + "face=wall,facing=north,powered=true": { "model": "block/spruce_button_pressed", "uvlock": true, "x": 90 }, + "face=ceiling,facing=east,powered=true": { "model": "block/spruce_button_pressed", "x": 180, "y": 270 }, + "face=ceiling,facing=west,powered=true": { "model": "block/spruce_button_pressed", "x": 180, "y": 90 }, + "face=ceiling,facing=south,powered=true": { "model": "block/spruce_button_pressed", "x": 180 }, + "face=ceiling,facing=north,powered=true": { "model": "block/spruce_button_pressed", "x": 180, "y": 180 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/spruce_door.json b/1.13.2/assets/minecraft/blockstates/spruce_door.json new file mode 100644 index 00000000..28228506 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/spruce_door.json @@ -0,0 +1,36 @@ +{ + "variants": { + "facing=east,half=lower,hinge=left,open=false": { "model": "block/spruce_door_bottom" }, + "facing=south,half=lower,hinge=left,open=false": { "model": "block/spruce_door_bottom", "y": 90 }, + "facing=west,half=lower,hinge=left,open=false": { "model": "block/spruce_door_bottom", "y": 180 }, + "facing=north,half=lower,hinge=left,open=false": { "model": "block/spruce_door_bottom", "y": 270 }, + "facing=east,half=lower,hinge=right,open=false": { "model": "block/spruce_door_bottom_hinge" }, + "facing=south,half=lower,hinge=right,open=false": { "model": "block/spruce_door_bottom_hinge", "y": 90 }, + "facing=west,half=lower,hinge=right,open=false": { "model": "block/spruce_door_bottom_hinge", "y": 180 }, + "facing=north,half=lower,hinge=right,open=false": { "model": "block/spruce_door_bottom_hinge", "y": 270 }, + "facing=east,half=lower,hinge=left,open=true": { "model": "block/spruce_door_bottom_hinge", "y": 90 }, + "facing=south,half=lower,hinge=left,open=true": { "model": "block/spruce_door_bottom_hinge", "y": 180 }, + "facing=west,half=lower,hinge=left,open=true": { "model": "block/spruce_door_bottom_hinge", "y": 270 }, + "facing=north,half=lower,hinge=left,open=true": { "model": "block/spruce_door_bottom_hinge" }, + "facing=east,half=lower,hinge=right,open=true": { "model": "block/spruce_door_bottom", "y": 270 }, + "facing=south,half=lower,hinge=right,open=true": { "model": "block/spruce_door_bottom" }, + "facing=west,half=lower,hinge=right,open=true": { "model": "block/spruce_door_bottom", "y": 90 }, + "facing=north,half=lower,hinge=right,open=true": { "model": "block/spruce_door_bottom", "y": 180 }, + "facing=east,half=upper,hinge=left,open=false": { "model": "block/spruce_door_top" }, + "facing=south,half=upper,hinge=left,open=false": { "model": "block/spruce_door_top", "y": 90 }, + "facing=west,half=upper,hinge=left,open=false": { "model": "block/spruce_door_top", "y": 180 }, + "facing=north,half=upper,hinge=left,open=false": { "model": "block/spruce_door_top", "y": 270 }, + "facing=east,half=upper,hinge=right,open=false": { "model": "block/spruce_door_top_hinge" }, + "facing=south,half=upper,hinge=right,open=false": { "model": "block/spruce_door_top_hinge", "y": 90 }, + "facing=west,half=upper,hinge=right,open=false": { "model": "block/spruce_door_top_hinge", "y": 180 }, + "facing=north,half=upper,hinge=right,open=false": { "model": "block/spruce_door_top_hinge", "y": 270 }, + "facing=east,half=upper,hinge=left,open=true": { "model": "block/spruce_door_top_hinge", "y": 90 }, + "facing=south,half=upper,hinge=left,open=true": { "model": "block/spruce_door_top_hinge", "y": 180 }, + "facing=west,half=upper,hinge=left,open=true": { "model": "block/spruce_door_top_hinge", "y": 270 }, + "facing=north,half=upper,hinge=left,open=true": { "model": "block/spruce_door_top_hinge" }, + "facing=east,half=upper,hinge=right,open=true": { "model": "block/spruce_door_top", "y": 270 }, + "facing=south,half=upper,hinge=right,open=true": { "model": "block/spruce_door_top" }, + "facing=west,half=upper,hinge=right,open=true": { "model": "block/spruce_door_top", "y": 90 }, + "facing=north,half=upper,hinge=right,open=true": { "model": "block/spruce_door_top", "y": 180 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/spruce_fence.json b/1.13.2/assets/minecraft/blockstates/spruce_fence.json new file mode 100644 index 00000000..2f9215a1 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/spruce_fence.json @@ -0,0 +1,17 @@ +{ + "multipart": [ + { "apply": { "model": "block/spruce_fence_post" }}, + { "when": { "north": "true" }, + "apply": { "model": "block/spruce_fence_side", "uvlock": true } + }, + { "when": { "east": "true" }, + "apply": { "model": "block/spruce_fence_side", "y": 90, "uvlock": true } + }, + { "when": { "south": "true" }, + "apply": { "model": "block/spruce_fence_side", "y": 180, "uvlock": true } + }, + { "when": { "west": "true" }, + "apply": { "model": "block/spruce_fence_side", "y": 270, "uvlock": true } + } + ] +} diff --git a/1.13.2/assets/minecraft/blockstates/spruce_fence_gate.json b/1.13.2/assets/minecraft/blockstates/spruce_fence_gate.json new file mode 100644 index 00000000..3f8b6b2c --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/spruce_fence_gate.json @@ -0,0 +1,20 @@ +{ + "variants": { + "facing=south,in_wall=false,open=false": { "model": "block/spruce_fence_gate", "uvlock": true }, + "facing=west,in_wall=false,open=false": { "model": "block/spruce_fence_gate", "uvlock": true, "y": 90 }, + "facing=north,in_wall=false,open=false": { "model": "block/spruce_fence_gate", "uvlock": true, "y": 180 }, + "facing=east,in_wall=false,open=false": { "model": "block/spruce_fence_gate", "uvlock": true, "y": 270 }, + "facing=south,in_wall=false,open=true": { "model": "block/spruce_fence_gate_open", "uvlock": true }, + "facing=west,in_wall=false,open=true": { "model": "block/spruce_fence_gate_open", "uvlock": true, "y": 90 }, + "facing=north,in_wall=false,open=true": { "model": "block/spruce_fence_gate_open", "uvlock": true, "y": 180 }, + "facing=east,in_wall=false,open=true": { "model": "block/spruce_fence_gate_open", "uvlock": true, "y": 270 }, + "facing=south,in_wall=true,open=false": { "model": "block/spruce_fence_gate_wall", "uvlock": true }, + "facing=west,in_wall=true,open=false": { "model": "block/spruce_fence_gate_wall", "uvlock": true, "y": 90 }, + "facing=north,in_wall=true,open=false": { "model": "block/spruce_fence_gate_wall", "uvlock": true, "y": 180 }, + "facing=east,in_wall=true,open=false": { "model": "block/spruce_fence_gate_wall", "uvlock": true, "y": 270 }, + "facing=south,in_wall=true,open=true": { "model": "block/spruce_fence_gate_wall_open", "uvlock": true }, + "facing=west,in_wall=true,open=true": { "model": "block/spruce_fence_gate_wall_open", "uvlock": true, "y": 90 }, + "facing=north,in_wall=true,open=true": { "model": "block/spruce_fence_gate_wall_open", "uvlock": true, "y": 180 }, + "facing=east,in_wall=true,open=true": { "model": "block/spruce_fence_gate_wall_open", "uvlock": true, "y": 270 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/spruce_leaves.json b/1.13.2/assets/minecraft/blockstates/spruce_leaves.json new file mode 100644 index 00000000..50d07f29 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/spruce_leaves.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/spruce_leaves" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/spruce_log.json b/1.13.2/assets/minecraft/blockstates/spruce_log.json new file mode 100644 index 00000000..675d46ab --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/spruce_log.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/spruce_log" }, + "axis=z": { "model": "block/spruce_log", "x": 90 }, + "axis=x": { "model": "block/spruce_log", "x": 90, "y": 90 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/spruce_planks.json b/1.13.2/assets/minecraft/blockstates/spruce_planks.json new file mode 100644 index 00000000..47458ce9 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/spruce_planks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/spruce_planks" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/spruce_pressure_plate.json b/1.13.2/assets/minecraft/blockstates/spruce_pressure_plate.json new file mode 100644 index 00000000..29a07e25 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/spruce_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "variants": { + "powered=false": { "model": "block/spruce_pressure_plate" }, + "powered=true": { "model": "block/spruce_pressure_plate_down" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/spruce_sapling.json b/1.13.2/assets/minecraft/blockstates/spruce_sapling.json new file mode 100644 index 00000000..14c71101 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/spruce_sapling.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/spruce_sapling" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/spruce_slab.json b/1.13.2/assets/minecraft/blockstates/spruce_slab.json new file mode 100644 index 00000000..0a51e87e --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/spruce_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/spruce_slab" }, + "type=top": { "model": "block/spruce_slab_top" }, + "type=double": { "model": "block/spruce_planks" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/spruce_stairs.json b/1.13.2/assets/minecraft/blockstates/spruce_stairs.json new file mode 100644 index 00000000..81e0eb21 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/spruce_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/spruce_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/spruce_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/spruce_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/spruce_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/spruce_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/spruce_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/spruce_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/spruce_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/spruce_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/spruce_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/spruce_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/spruce_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/spruce_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/spruce_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/spruce_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/spruce_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/spruce_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/spruce_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/spruce_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/spruce_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/spruce_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/spruce_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/spruce_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/spruce_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/spruce_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/spruce_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/spruce_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/spruce_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/spruce_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/spruce_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/spruce_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/spruce_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/spruce_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/spruce_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/spruce_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/spruce_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/spruce_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/spruce_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/spruce_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/spruce_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/spruce_trapdoor.json b/1.13.2/assets/minecraft/blockstates/spruce_trapdoor.json new file mode 100644 index 00000000..14d4224e --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/spruce_trapdoor.json @@ -0,0 +1,20 @@ +{ + "variants": { + "facing=north,half=bottom,open=false": { "model": "block/spruce_trapdoor_bottom" }, + "facing=south,half=bottom,open=false": { "model": "block/spruce_trapdoor_bottom", "y": 180 }, + "facing=east,half=bottom,open=false": { "model": "block/spruce_trapdoor_bottom", "y": 90 }, + "facing=west,half=bottom,open=false": { "model": "block/spruce_trapdoor_bottom", "y": 270 }, + "facing=north,half=top,open=false": { "model": "block/spruce_trapdoor_top" }, + "facing=south,half=top,open=false": { "model": "block/spruce_trapdoor_top", "y": 180 }, + "facing=east,half=top,open=false": { "model": "block/spruce_trapdoor_top", "y": 90 }, + "facing=west,half=top,open=false": { "model": "block/spruce_trapdoor_top", "y": 270 }, + "facing=north,half=bottom,open=true": { "model": "block/spruce_trapdoor_open" }, + "facing=south,half=bottom,open=true": { "model": "block/spruce_trapdoor_open", "y": 180 }, + "facing=east,half=bottom,open=true": { "model": "block/spruce_trapdoor_open", "y": 90 }, + "facing=west,half=bottom,open=true": { "model": "block/spruce_trapdoor_open", "y": 270 }, + "facing=north,half=top,open=true": { "model": "block/spruce_trapdoor_open", "x": 180, "y": 180 }, + "facing=south,half=top,open=true": { "model": "block/spruce_trapdoor_open", "x": 180, "y": 0 }, + "facing=east,half=top,open=true": { "model": "block/spruce_trapdoor_open", "x": 180, "y": 270 }, + "facing=west,half=top,open=true": { "model": "block/spruce_trapdoor_open", "x": 180, "y": 90 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/spruce_wood.json b/1.13.2/assets/minecraft/blockstates/spruce_wood.json new file mode 100644 index 00000000..30c91c98 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/spruce_wood.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/spruce_wood" }, + "axis=z": { "model": "block/spruce_wood", "x": 90 }, + "axis=x": { "model": "block/spruce_wood", "x": 90, "y": 90 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/sticky_piston.json b/1.13.2/assets/minecraft/blockstates/sticky_piston.json new file mode 100644 index 00000000..274521ed --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/sticky_piston.json @@ -0,0 +1,16 @@ +{ + "variants": { + "extended=false,facing=down": { "model": "block/sticky_piston", "x": 90 }, + "extended=false,facing=up": { "model": "block/sticky_piston", "x": 270 }, + "extended=false,facing=north": { "model": "block/sticky_piston" }, + "extended=false,facing=south": { "model": "block/sticky_piston", "y": 180 }, + "extended=false,facing=west": { "model": "block/sticky_piston", "y": 270 }, + "extended=false,facing=east": { "model": "block/sticky_piston", "y": 90 }, + "extended=true,facing=down": { "model": "block/piston_base", "x": 90 }, + "extended=true,facing=up": { "model": "block/piston_base", "x": 270 }, + "extended=true,facing=north": { "model": "block/piston_base" }, + "extended=true,facing=south": { "model": "block/piston_base", "y": 180 }, + "extended=true,facing=west": { "model": "block/piston_base", "y": 270 }, + "extended=true,facing=east": { "model": "block/piston_base", "y": 90 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/stone.json b/1.13.2/assets/minecraft/blockstates/stone.json new file mode 100644 index 00000000..56c13648 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/stone.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/stone" }, + { "model": "block/stone_mirrored" }, + { "model": "block/stone", "y": 180 }, + { "model": "block/stone_mirrored", "y": 180 } + ] + } +} diff --git a/1.13.2/assets/minecraft/blockstates/stone_brick_slab.json b/1.13.2/assets/minecraft/blockstates/stone_brick_slab.json new file mode 100644 index 00000000..4d0aec03 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/stone_brick_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/stone_brick_slab" }, + "type=top": { "model": "block/stone_brick_slab_top" }, + "type=double": { "model": "block/stone_bricks" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/stone_brick_stairs.json b/1.13.2/assets/minecraft/blockstates/stone_brick_stairs.json new file mode 100644 index 00000000..ac3e47fb --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/stone_brick_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/stone_brick_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/stone_brick_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/stone_brick_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/stone_brick_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/stone_brick_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/stone_brick_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/stone_brick_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/stone_brick_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/stone_brick_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/stone_brick_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/stone_brick_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/stone_brick_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/stone_brick_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/stone_brick_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/stone_brick_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/stone_brick_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/stone_brick_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/stone_brick_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/stone_brick_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/stone_brick_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/stone_brick_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/stone_brick_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/stone_brick_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/stone_brick_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/stone_brick_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/stone_brick_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/stone_brick_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/stone_brick_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/stone_brick_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/stone_brick_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/stone_brick_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/stone_brick_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/stone_brick_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/stone_brick_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/stone_brick_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/stone_brick_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/stone_brick_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/stone_brick_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/stone_brick_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/stone_brick_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/stone_bricks.json b/1.13.2/assets/minecraft/blockstates/stone_bricks.json new file mode 100644 index 00000000..0fe8fa5f --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/stone_bricks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/stone_bricks" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/stone_button.json b/1.13.2/assets/minecraft/blockstates/stone_button.json new file mode 100644 index 00000000..cf7e80b6 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/stone_button.json @@ -0,0 +1,28 @@ +{ + "variants": { + "face=floor,facing=east,powered=false": { "model": "block/stone_button", "y": 90 }, + "face=floor,facing=west,powered=false": { "model": "block/stone_button", "y": 270 }, + "face=floor,facing=south,powered=false": { "model": "block/stone_button", "y": 180 }, + "face=floor,facing=north,powered=false": { "model": "block/stone_button" }, + "face=wall,facing=east,powered=false": { "model": "block/stone_button", "uvlock": true, "x": 90, "y": 90 }, + "face=wall,facing=west,powered=false": { "model": "block/stone_button", "uvlock": true, "x": 90, "y": 270 }, + "face=wall,facing=south,powered=false": { "model": "block/stone_button", "uvlock": true, "x": 90, "y": 180 }, + "face=wall,facing=north,powered=false": { "model": "block/stone_button", "uvlock": true, "x": 90 }, + "face=ceiling,facing=east,powered=false": { "model": "block/stone_button", "x": 180, "y": 270 }, + "face=ceiling,facing=west,powered=false": { "model": "block/stone_button", "x": 180, "y": 90 }, + "face=ceiling,facing=south,powered=false": { "model": "block/stone_button", "x": 180 }, + "face=ceiling,facing=north,powered=false": { "model": "block/stone_button", "x": 180, "y": 180 }, + "face=floor,facing=east,powered=true": { "model": "block/stone_button_pressed", "y": 90 }, + "face=floor,facing=west,powered=true": { "model": "block/stone_button_pressed", "y": 270 }, + "face=floor,facing=south,powered=true": { "model": "block/stone_button_pressed", "y": 180 }, + "face=floor,facing=north,powered=true": { "model": "block/stone_button_pressed" }, + "face=wall,facing=east,powered=true": { "model": "block/stone_button_pressed", "uvlock": true, "x": 90, "y": 90 }, + "face=wall,facing=west,powered=true": { "model": "block/stone_button_pressed", "uvlock": true, "x": 90, "y": 270 }, + "face=wall,facing=south,powered=true": { "model": "block/stone_button_pressed", "uvlock": true, "x": 90, "y": 180 }, + "face=wall,facing=north,powered=true": { "model": "block/stone_button_pressed", "uvlock": true, "x": 90 }, + "face=ceiling,facing=east,powered=true": { "model": "block/stone_button_pressed", "x": 180, "y": 270 }, + "face=ceiling,facing=west,powered=true": { "model": "block/stone_button_pressed", "x": 180, "y": 90 }, + "face=ceiling,facing=south,powered=true": { "model": "block/stone_button_pressed", "x": 180 }, + "face=ceiling,facing=north,powered=true": { "model": "block/stone_button_pressed", "x": 180, "y": 180 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/stone_pressure_plate.json b/1.13.2/assets/minecraft/blockstates/stone_pressure_plate.json new file mode 100644 index 00000000..0586f507 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/stone_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "variants": { + "powered=false": { "model": "block/stone_pressure_plate" }, + "powered=true": { "model": "block/stone_pressure_plate_down" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/stone_slab.json b/1.13.2/assets/minecraft/blockstates/stone_slab.json new file mode 100644 index 00000000..53c08888 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/stone_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/stone_slab" }, + "type=top": { "model": "block/stone_slab_top" }, + "type=double": { "model": "block/stone_slab_double" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/stripped_acacia_log.json b/1.13.2/assets/minecraft/blockstates/stripped_acacia_log.json new file mode 100644 index 00000000..4d6b29a2 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/stripped_acacia_log.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/stripped_acacia_log" }, + "axis=z": { "model": "block/stripped_acacia_log", "x": 90 }, + "axis=x": { "model": "block/stripped_acacia_log", "x": 90, "y": 90 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/stripped_acacia_wood.json b/1.13.2/assets/minecraft/blockstates/stripped_acacia_wood.json new file mode 100644 index 00000000..4f2d74dd --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/stripped_acacia_wood.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/stripped_acacia_wood" }, + "axis=z": { "model": "block/stripped_acacia_wood", "x": 90 }, + "axis=x": { "model": "block/stripped_acacia_wood", "x": 90, "y": 90 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/stripped_birch_log.json b/1.13.2/assets/minecraft/blockstates/stripped_birch_log.json new file mode 100644 index 00000000..45ab81a8 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/stripped_birch_log.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/stripped_birch_log" }, + "axis=z": { "model": "block/stripped_birch_log", "x": 90 }, + "axis=x": { "model": "block/stripped_birch_log", "x": 90, "y": 90 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/stripped_birch_wood.json b/1.13.2/assets/minecraft/blockstates/stripped_birch_wood.json new file mode 100644 index 00000000..d78bbdb6 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/stripped_birch_wood.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/stripped_birch_wood" }, + "axis=z": { "model": "block/stripped_birch_wood", "x": 90 }, + "axis=x": { "model": "block/stripped_birch_wood", "x": 90, "y": 90 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/stripped_dark_oak_log.json b/1.13.2/assets/minecraft/blockstates/stripped_dark_oak_log.json new file mode 100644 index 00000000..7f4f5a70 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/stripped_dark_oak_log.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/stripped_dark_oak_log" }, + "axis=z": { "model": "block/stripped_dark_oak_log", "x": 90 }, + "axis=x": { "model": "block/stripped_dark_oak_log", "x": 90, "y": 90 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/stripped_dark_oak_wood.json b/1.13.2/assets/minecraft/blockstates/stripped_dark_oak_wood.json new file mode 100644 index 00000000..e3fd259b --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/stripped_dark_oak_wood.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/stripped_dark_oak_wood" }, + "axis=z": { "model": "block/stripped_dark_oak_wood", "x": 90 }, + "axis=x": { "model": "block/stripped_dark_oak_wood", "x": 90, "y": 90 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/stripped_jungle_log.json b/1.13.2/assets/minecraft/blockstates/stripped_jungle_log.json new file mode 100644 index 00000000..fd5746d9 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/stripped_jungle_log.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/stripped_jungle_log" }, + "axis=z": { "model": "block/stripped_jungle_log", "x": 90 }, + "axis=x": { "model": "block/stripped_jungle_log", "x": 90, "y": 90 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/stripped_jungle_wood.json b/1.13.2/assets/minecraft/blockstates/stripped_jungle_wood.json new file mode 100644 index 00000000..8e087bef --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/stripped_jungle_wood.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/stripped_jungle_wood" }, + "axis=z": { "model": "block/stripped_jungle_wood", "x": 90 }, + "axis=x": { "model": "block/stripped_jungle_wood", "x": 90, "y": 90 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/stripped_oak_log.json b/1.13.2/assets/minecraft/blockstates/stripped_oak_log.json new file mode 100644 index 00000000..1eba47e4 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/stripped_oak_log.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/stripped_oak_log" }, + "axis=z": { "model": "block/stripped_oak_log", "x": 90 }, + "axis=x": { "model": "block/stripped_oak_log", "x": 90, "y": 90 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/stripped_oak_wood.json b/1.13.2/assets/minecraft/blockstates/stripped_oak_wood.json new file mode 100644 index 00000000..bd7540c2 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/stripped_oak_wood.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/stripped_oak_wood" }, + "axis=z": { "model": "block/stripped_oak_wood", "x": 90 }, + "axis=x": { "model": "block/stripped_oak_wood", "x": 90, "y": 90 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/stripped_spruce_log.json b/1.13.2/assets/minecraft/blockstates/stripped_spruce_log.json new file mode 100644 index 00000000..cf30120a --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/stripped_spruce_log.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/stripped_spruce_log" }, + "axis=z": { "model": "block/stripped_spruce_log", "x": 90 }, + "axis=x": { "model": "block/stripped_spruce_log", "x": 90, "y": 90 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/stripped_spruce_wood.json b/1.13.2/assets/minecraft/blockstates/stripped_spruce_wood.json new file mode 100644 index 00000000..21cb88b4 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/stripped_spruce_wood.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/stripped_spruce_wood" }, + "axis=z": { "model": "block/stripped_spruce_wood", "x": 90 }, + "axis=x": { "model": "block/stripped_spruce_wood", "x": 90, "y": 90 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/structure_block.json b/1.13.2/assets/minecraft/blockstates/structure_block.json new file mode 100644 index 00000000..a83bb108 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/structure_block.json @@ -0,0 +1,8 @@ +{ + "variants": { + "mode=save": { "model": "block/structure_block_save" }, + "mode=load": { "model": "block/structure_block_load" }, + "mode=corner": { "model": "block/structure_block_corner" }, + "mode=data": { "model": "block/structure_block_data" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/structure_void.json b/1.13.2/assets/minecraft/blockstates/structure_void.json new file mode 100644 index 00000000..8f10375e --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/structure_void.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/structure_void" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/sugar_cane.json b/1.13.2/assets/minecraft/blockstates/sugar_cane.json new file mode 100644 index 00000000..8125e1ad --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/sugar_cane.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/sugar_cane" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/sunflower.json b/1.13.2/assets/minecraft/blockstates/sunflower.json new file mode 100644 index 00000000..a5199755 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/sunflower.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=lower": { "model": "block/sunflower_bottom" }, + "half=upper": { "model": "block/sunflower_top" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/tall_grass.json b/1.13.2/assets/minecraft/blockstates/tall_grass.json new file mode 100644 index 00000000..0b59b57a --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/tall_grass.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=lower": { "model": "block/tall_grass_bottom" }, + "half=upper": { "model": "block/tall_grass_top" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/tall_seagrass.json b/1.13.2/assets/minecraft/blockstates/tall_seagrass.json new file mode 100644 index 00000000..de45b468 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/tall_seagrass.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=lower": { "model": "block/tall_seagrass_bottom" }, + "half=upper": { "model": "block/tall_seagrass_top" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/terracotta.json b/1.13.2/assets/minecraft/blockstates/terracotta.json new file mode 100644 index 00000000..5c6b8b02 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/terracotta.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/terracotta" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/tnt.json b/1.13.2/assets/minecraft/blockstates/tnt.json new file mode 100644 index 00000000..f4a90100 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/tnt.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/tnt" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/torch.json b/1.13.2/assets/minecraft/blockstates/torch.json new file mode 100644 index 00000000..f9a43f97 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/torch.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/torch" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/trapped_chest.json b/1.13.2/assets/minecraft/blockstates/trapped_chest.json new file mode 100644 index 00000000..77b44fb4 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/trapped_chest.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/chest" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/tripwire.json b/1.13.2/assets/minecraft/blockstates/tripwire.json new file mode 100644 index 00000000..ee8d04a4 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/tripwire.json @@ -0,0 +1,36 @@ +{ + "variants": { + "attached=false,east=false,north=false,south=false,west=false": { "model": "block/tripwire_ns" }, + "attached=false,east=false,north=true,south=false,west=false": { "model": "block/tripwire_n" }, + "attached=false,east=false,north=false,south=true,west=false": { "model": "block/tripwire_n", "y": 180 }, + "attached=false,east=true,north=false,south=false,west=false": { "model": "block/tripwire_n", "y": 90 }, + "attached=false,east=false,north=false,south=false,west=true": { "model": "block/tripwire_n", "y": 270 }, + "attached=false,east=true,north=true,south=false,west=false": { "model": "block/tripwire_ne" }, + "attached=false,east=true,north=false,south=true,west=false": { "model": "block/tripwire_ne", "y": 90 }, + "attached=false,east=false,north=false,south=true,west=true": { "model": "block/tripwire_ne", "y": 180 }, + "attached=false,east=false,north=true,south=false,west=true": { "model": "block/tripwire_ne", "y": 270 }, + "attached=false,east=false,north=true,south=true,west=false": { "model": "block/tripwire_ns" }, + "attached=false,east=true,north=false,south=false,west=true": { "model": "block/tripwire_ns", "y": 90 }, + "attached=false,east=true,north=true,south=true,west=false": { "model": "block/tripwire_nse" }, + "attached=false,east=true,north=false,south=true,west=true": { "model": "block/tripwire_nse", "y": 90 }, + "attached=false,east=false,north=true,south=true,west=true": { "model": "block/tripwire_nse", "y": 180 }, + "attached=false,east=true,north=true,south=false,west=true": { "model": "block/tripwire_nse", "y": 270 }, + "attached=false,east=true,north=true,south=true,west=true": { "model": "block/tripwire_nsew" }, + "attached=true,east=false,north=false,south=false,west=false": { "model": "block/tripwire_attached_ns" }, + "attached=true,east=false,north=true,south=false,west=false": { "model": "block/tripwire_attached_n" }, + "attached=true,east=false,north=false,south=true,west=false": { "model": "block/tripwire_attached_n", "y": 180 }, + "attached=true,east=true,north=false,south=false,west=false": { "model": "block/tripwire_attached_n", "y": 90 }, + "attached=true,east=false,north=false,south=false,west=true": { "model": "block/tripwire_attached_n", "y": 270 }, + "attached=true,east=true,north=true,south=false,west=false": { "model": "block/tripwire_attached_ne" }, + "attached=true,east=true,north=false,south=true,west=false": { "model": "block/tripwire_attached_ne", "y": 90 }, + "attached=true,east=false,north=false,south=true,west=true": { "model": "block/tripwire_attached_ne", "y": 180 }, + "attached=true,east=false,north=true,south=false,west=true": { "model": "block/tripwire_attached_ne", "y": 270 }, + "attached=true,east=false,north=true,south=true,west=false": { "model": "block/tripwire_attached_ns" }, + "attached=true,east=true,north=false,south=false,west=true": { "model": "block/tripwire_attached_ns", "y": 90 }, + "attached=true,east=true,north=true,south=true,west=false": { "model": "block/tripwire_attached_nse" }, + "attached=true,east=true,north=false,south=true,west=true": { "model": "block/tripwire_attached_nse", "y": 90 }, + "attached=true,east=false,north=true,south=true,west=true": { "model": "block/tripwire_attached_nse", "y": 180 }, + "attached=true,east=true,north=true,south=false,west=true": { "model": "block/tripwire_attached_nse", "y": 270 }, + "attached=true,east=true,north=true,south=true,west=true": { "model": "block/tripwire_attached_nsew" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/tripwire_hook.json b/1.13.2/assets/minecraft/blockstates/tripwire_hook.json new file mode 100644 index 00000000..2c4d1334 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/tripwire_hook.json @@ -0,0 +1,20 @@ +{ + "variants": { + "attached=false,facing=north,powered=false": { "model": "block/tripwire_hook" }, + "attached=false,facing=south,powered=false": { "model": "block/tripwire_hook", "y": 180 }, + "attached=false,facing=west,powered=false": { "model": "block/tripwire_hook", "y": 270 }, + "attached=false,facing=east,powered=false": { "model": "block/tripwire_hook", "y": 90 }, + "attached=true,facing=north,powered=false": { "model": "block/tripwire_hook_attached" }, + "attached=true,facing=south,powered=false": { "model": "block/tripwire_hook_attached", "y": 180 }, + "attached=true,facing=west,powered=false": { "model": "block/tripwire_hook_attached", "y": 270 }, + "attached=true,facing=east,powered=false": { "model": "block/tripwire_hook_attached", "y": 90 }, + "attached=false,facing=north,powered=true": { "model": "block/tripwire_hook_on" }, + "attached=false,facing=south,powered=true": { "model": "block/tripwire_hook_on", "y": 180 }, + "attached=false,facing=west,powered=true": { "model": "block/tripwire_hook_on", "y": 270 }, + "attached=false,facing=east,powered=true": { "model": "block/tripwire_hook_on", "y": 90 }, + "attached=true,facing=north,powered=true": { "model": "block/tripwire_hook_attached_on" }, + "attached=true,facing=south,powered=true": { "model": "block/tripwire_hook_attached_on", "y": 180 }, + "attached=true,facing=west,powered=true": { "model": "block/tripwire_hook_attached_on", "y": 270 }, + "attached=true,facing=east,powered=true": { "model": "block/tripwire_hook_attached_on", "y": 90 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/tube_coral.json b/1.13.2/assets/minecraft/blockstates/tube_coral.json new file mode 100644 index 00000000..3f89e2c5 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/tube_coral.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/tube_coral" } + } +} \ No newline at end of file diff --git a/1.13.2/assets/minecraft/blockstates/tube_coral_block.json b/1.13.2/assets/minecraft/blockstates/tube_coral_block.json new file mode 100644 index 00000000..fb409972 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/tube_coral_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/tube_coral_block" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/tube_coral_fan.json b/1.13.2/assets/minecraft/blockstates/tube_coral_fan.json new file mode 100644 index 00000000..2885c324 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/tube_coral_fan.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/tube_coral_fan" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/tube_coral_wall_fan.json b/1.13.2/assets/minecraft/blockstates/tube_coral_wall_fan.json new file mode 100644 index 00000000..fe43a3b7 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/tube_coral_wall_fan.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=east": { "model": "block/tube_coral_wall_fan", "y": 90 }, + "facing=south": { "model": "block/tube_coral_wall_fan", "y": 180 }, + "facing=west": { "model": "block/tube_coral_wall_fan", "y": 270 }, + "facing=north": { "model": "block/tube_coral_wall_fan", "y": 0 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/turtle_egg.json b/1.13.2/assets/minecraft/blockstates/turtle_egg.json new file mode 100644 index 00000000..97a99ea6 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/turtle_egg.json @@ -0,0 +1,76 @@ +{ + "variants": { + "eggs=1,hatch=0": [ + { "model": "block/turtle_egg" }, + { "model": "block/turtle_egg", "y": 90 }, + { "model": "block/turtle_egg", "y": 180 }, + { "model": "block/turtle_egg", "y": 270 } + ], + "eggs=1,hatch=1": [ + { "model": "block/slightly_cracked_turtle_egg" }, + { "model": "block/slightly_cracked_turtle_egg", "y": 90 }, + { "model": "block/slightly_cracked_turtle_egg", "y": 180 }, + { "model": "block/slightly_cracked_turtle_egg", "y": 270 } + ], + "eggs=1,hatch=2": [ + { "model": "block/very_cracked_turtle_egg" }, + { "model": "block/very_cracked_turtle_egg", "y": 90 }, + { "model": "block/very_cracked_turtle_egg", "y": 180 }, + { "model": "block/very_cracked_turtle_egg", "y": 270 } + ], + "eggs=2,hatch=0": [ + { "model": "block/two_turtle_eggs" }, + { "model": "block/two_turtle_eggs", "y": 90 }, + { "model": "block/two_turtle_eggs", "y": 180 }, + { "model": "block/two_turtle_eggs", "y": 270 } + ], + "eggs=2,hatch=1": [ + { "model": "block/two_slightly_cracked_turtle_eggs" }, + { "model": "block/two_slightly_cracked_turtle_eggs", "y": 90 }, + { "model": "block/two_slightly_cracked_turtle_eggs", "y": 180 }, + { "model": "block/two_slightly_cracked_turtle_eggs", "y": 270 } + ], + "eggs=2,hatch=2": [ + { "model": "block/two_very_cracked_turtle_eggs" }, + { "model": "block/two_very_cracked_turtle_eggs", "y": 90 }, + { "model": "block/two_very_cracked_turtle_eggs", "y": 180 }, + { "model": "block/two_very_cracked_turtle_eggs", "y": 270 } + ], + "eggs=3,hatch=0": [ + { "model": "block/three_turtle_eggs" }, + { "model": "block/three_turtle_eggs", "y": 90 }, + { "model": "block/three_turtle_eggs", "y": 180 }, + { "model": "block/three_turtle_eggs", "y": 270 } + ], + "eggs=3,hatch=1": [ + { "model": "block/three_slightly_cracked_turtle_eggs" }, + { "model": "block/three_slightly_cracked_turtle_eggs", "y": 90 }, + { "model": "block/three_slightly_cracked_turtle_eggs", "y": 180 }, + { "model": "block/three_slightly_cracked_turtle_eggs", "y": 270 } + ], + "eggs=3,hatch=2": [ + { "model": "block/three_very_cracked_turtle_eggs" }, + { "model": "block/three_very_cracked_turtle_eggs", "y": 90 }, + { "model": "block/three_very_cracked_turtle_eggs", "y": 180 }, + { "model": "block/three_very_cracked_turtle_eggs", "y": 270 } + ], + "eggs=4,hatch=0": [ + { "model": "block/four_turtle_eggs" }, + { "model": "block/four_turtle_eggs", "y": 90 }, + { "model": "block/four_turtle_eggs", "y": 180 }, + { "model": "block/four_turtle_eggs", "y": 270 } + ], + "eggs=4,hatch=1": [ + { "model": "block/four_slightly_cracked_turtle_eggs" }, + { "model": "block/four_slightly_cracked_turtle_eggs", "y": 90 }, + { "model": "block/four_slightly_cracked_turtle_eggs", "y": 180 }, + { "model": "block/four_slightly_cracked_turtle_eggs", "y": 270 } + ], + "eggs=4,hatch=2": [ + { "model": "block/four_very_cracked_turtle_eggs" }, + { "model": "block/four_very_cracked_turtle_eggs", "y": 90 }, + { "model": "block/four_very_cracked_turtle_eggs", "y": 180 }, + { "model": "block/four_very_cracked_turtle_eggs", "y": 270 } + ] + } +} diff --git a/1.13.2/assets/minecraft/blockstates/vine.json b/1.13.2/assets/minecraft/blockstates/vine.json new file mode 100644 index 00000000..64e6205f --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/vine.json @@ -0,0 +1,36 @@ +{ + "variants": { + "east=false,north=false,south=false,up=false,west=false": { "model": "block/vine_1" }, + "east=false,north=false,south=true,up=false,west=false": { "model": "block/vine_1" }, + "east=false,north=false,south=false,up=false,west=true": { "model": "block/vine_1", "y": 90 }, + "east=false,north=true,south=false,up=false,west=false": { "model": "block/vine_1", "y": 180 }, + "east=true,north=false,south=false,up=false,west=false": { "model": "block/vine_1", "y": 270 }, + "east=true,north=true,south=false,up=false,west=false": { "model": "block/vine_2" }, + "east=true,north=false,south=true,up=false,west=false": { "model": "block/vine_2", "y": 90 }, + "east=false,north=false,south=true,up=false,west=true": { "model": "block/vine_2", "y": 180 }, + "east=false,north=true,south=false,up=false,west=true": { "model": "block/vine_2", "y": 270 }, + "east=true,north=false,south=false,up=false,west=true": { "model": "block/vine_2_opposite" }, + "east=false,north=true,south=true,up=false,west=false": { "model": "block/vine_2_opposite", "y": 90 }, + "east=true,north=true,south=true,up=false,west=false": { "model": "block/vine_3" }, + "east=true,north=false,south=true,up=false,west=true": { "model": "block/vine_3", "y": 90 }, + "east=false,north=true,south=true,up=false,west=true": { "model": "block/vine_3", "y": 180 }, + "east=true,north=true,south=false,up=false,west=true": { "model": "block/vine_3", "y": 270 }, + "east=true,north=true,south=true,up=false,west=true": { "model": "block/vine_4" }, + "east=false,north=false,south=false,up=true,west=false": { "model": "block/vine_u" }, + "east=false,north=false,south=true,up=true,west=false": { "model": "block/vine_1u" }, + "east=false,north=false,south=false,up=true,west=true": { "model": "block/vine_1u", "y": 90 }, + "east=false,north=true,south=false,up=true,west=false": { "model": "block/vine_1u", "y": 180 }, + "east=true,north=false,south=false,up=true,west=false": { "model": "block/vine_1u", "y": 270 }, + "east=true,north=true,south=false,up=true,west=false": { "model": "block/vine_2u" }, + "east=true,north=false,south=true,up=true,west=false": { "model": "block/vine_2u", "y": 90 }, + "east=false,north=false,south=true,up=true,west=true": { "model": "block/vine_2u", "y": 180 }, + "east=false,north=true,south=false,up=true,west=true": { "model": "block/vine_2u", "y": 270 }, + "east=true,north=false,south=false,up=true,west=true": { "model": "block/vine_2u_opposite" }, + "east=false,north=true,south=true,up=true,west=false": { "model": "block/vine_2u_opposite", "y": 90 }, + "east=true,north=true,south=true,up=true,west=false": { "model": "block/vine_3u" }, + "east=true,north=false,south=true,up=true,west=true": { "model": "block/vine_3u", "y": 90 }, + "east=false,north=true,south=true,up=true,west=true": { "model": "block/vine_3u", "y": 180 }, + "east=true,north=true,south=false,up=true,west=true": { "model": "block/vine_3u", "y": 270 }, + "east=true,north=true,south=true,up=true,west=true": { "model": "block/vine_4u" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/void_air.json b/1.13.2/assets/minecraft/blockstates/void_air.json new file mode 100644 index 00000000..09fa52b3 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/void_air.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/air" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/wall_sign.json b/1.13.2/assets/minecraft/blockstates/wall_sign.json new file mode 100644 index 00000000..dadcdcb9 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/wall_sign.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/sign" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/wall_torch.json b/1.13.2/assets/minecraft/blockstates/wall_torch.json new file mode 100644 index 00000000..570b0e50 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/wall_torch.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=east": { "model": "block/wall_torch" }, + "facing=south": { "model": "block/wall_torch", "y": 90 }, + "facing=west": { "model": "block/wall_torch", "y": 180 }, + "facing=north": { "model": "block/wall_torch", "y": 270 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/water.json b/1.13.2/assets/minecraft/blockstates/water.json new file mode 100644 index 00000000..48ff0ea4 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/water.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/water" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/wet_sponge.json b/1.13.2/assets/minecraft/blockstates/wet_sponge.json new file mode 100644 index 00000000..2b87a877 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/wet_sponge.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/wet_sponge" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/wheat.json b/1.13.2/assets/minecraft/blockstates/wheat.json new file mode 100644 index 00000000..c0871528 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/wheat.json @@ -0,0 +1,12 @@ +{ + "variants": { + "age=0": { "model": "block/wheat_stage0" }, + "age=1": { "model": "block/wheat_stage1" }, + "age=2": { "model": "block/wheat_stage2" }, + "age=3": { "model": "block/wheat_stage3" }, + "age=4": { "model": "block/wheat_stage4" }, + "age=5": { "model": "block/wheat_stage5" }, + "age=6": { "model": "block/wheat_stage6" }, + "age=7": { "model": "block/wheat_stage7" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/white_banner.json b/1.13.2/assets/minecraft/blockstates/white_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/white_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/white_bed.json b/1.13.2/assets/minecraft/blockstates/white_bed.json new file mode 100644 index 00000000..8cdeb6ce --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/white_bed.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/bed" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/white_carpet.json b/1.13.2/assets/minecraft/blockstates/white_carpet.json new file mode 100644 index 00000000..9fca9252 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/white_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/white_carpet" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/white_concrete.json b/1.13.2/assets/minecraft/blockstates/white_concrete.json new file mode 100644 index 00000000..7b387dfb --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/white_concrete.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/white_concrete" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/white_concrete_powder.json b/1.13.2/assets/minecraft/blockstates/white_concrete_powder.json new file mode 100644 index 00000000..c5d9a477 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/white_concrete_powder.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/white_concrete_powder" }, + { "model": "block/white_concrete_powder", "y": 90 }, + { "model": "block/white_concrete_powder", "y": 180 }, + { "model": "block/white_concrete_powder", "y": 270 } + ] + } +} diff --git a/1.13.2/assets/minecraft/blockstates/white_glazed_terracotta.json b/1.13.2/assets/minecraft/blockstates/white_glazed_terracotta.json new file mode 100644 index 00000000..2d15c168 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/white_glazed_terracotta.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "block/white_glazed_terracotta" }, + "facing=west": { "model": "block/white_glazed_terracotta", "y": 90 }, + "facing=north": { "model": "block/white_glazed_terracotta", "y": 180 }, + "facing=east": { "model": "block/white_glazed_terracotta", "y": 270 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/white_shulker_box.json b/1.13.2/assets/minecraft/blockstates/white_shulker_box.json new file mode 100644 index 00000000..2c4f0b16 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/white_shulker_box.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/white_shulker_box" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/white_stained_glass.json b/1.13.2/assets/minecraft/blockstates/white_stained_glass.json new file mode 100644 index 00000000..020f65ae --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/white_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/white_stained_glass" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/white_stained_glass_pane.json b/1.13.2/assets/minecraft/blockstates/white_stained_glass_pane.json new file mode 100644 index 00000000..868b5468 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/white_stained_glass_pane.json @@ -0,0 +1,29 @@ +{ + "multipart": [ + { "apply": { "model": "block/white_stained_glass_pane_post" }}, + { "when": { "north": true }, + "apply": { "model": "block/white_stained_glass_pane_side" } + }, + { "when": { "east": true }, + "apply": { "model": "block/white_stained_glass_pane_side", "y": 90 } + }, + { "when": { "south": true }, + "apply": { "model": "block/white_stained_glass_pane_side_alt" } + }, + { "when": { "west": true }, + "apply": { "model": "block/white_stained_glass_pane_side_alt", "y": 90 } + }, + { "when": { "north": false }, + "apply": { "model": "block/white_stained_glass_pane_noside" } + }, + { "when": { "east": false }, + "apply": { "model": "block/white_stained_glass_pane_noside_alt" } + }, + { "when": { "south": false }, + "apply": { "model": "block/white_stained_glass_pane_noside_alt", "y": 90 } + }, + { "when": { "west": false }, + "apply": { "model": "block/white_stained_glass_pane_noside", "y": 270 } + } + ] +} diff --git a/1.13.2/assets/minecraft/blockstates/white_terracotta.json b/1.13.2/assets/minecraft/blockstates/white_terracotta.json new file mode 100644 index 00000000..5fb19637 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/white_terracotta.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/white_terracotta" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/white_tulip.json b/1.13.2/assets/minecraft/blockstates/white_tulip.json new file mode 100644 index 00000000..3fe38250 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/white_tulip.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/white_tulip" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/white_wall_banner.json b/1.13.2/assets/minecraft/blockstates/white_wall_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/white_wall_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/white_wool.json b/1.13.2/assets/minecraft/blockstates/white_wool.json new file mode 100644 index 00000000..fc0fb4c3 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/white_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/white_wool" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/wither_skeleton_skull.json b/1.13.2/assets/minecraft/blockstates/wither_skeleton_skull.json new file mode 100644 index 00000000..3cbbaae7 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/wither_skeleton_skull.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/soul_sand" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/wither_skeleton_wall_skull.json b/1.13.2/assets/minecraft/blockstates/wither_skeleton_wall_skull.json new file mode 100644 index 00000000..3cbbaae7 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/wither_skeleton_wall_skull.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/soul_sand" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/yellow_banner.json b/1.13.2/assets/minecraft/blockstates/yellow_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/yellow_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/yellow_bed.json b/1.13.2/assets/minecraft/blockstates/yellow_bed.json new file mode 100644 index 00000000..8cdeb6ce --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/yellow_bed.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/bed" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/yellow_carpet.json b/1.13.2/assets/minecraft/blockstates/yellow_carpet.json new file mode 100644 index 00000000..3db2801b --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/yellow_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/yellow_carpet" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/yellow_concrete.json b/1.13.2/assets/minecraft/blockstates/yellow_concrete.json new file mode 100644 index 00000000..4d45873b --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/yellow_concrete.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/yellow_concrete" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/yellow_concrete_powder.json b/1.13.2/assets/minecraft/blockstates/yellow_concrete_powder.json new file mode 100644 index 00000000..5082470c --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/yellow_concrete_powder.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/yellow_concrete_powder" }, + { "model": "block/yellow_concrete_powder", "y": 90 }, + { "model": "block/yellow_concrete_powder", "y": 180 }, + { "model": "block/yellow_concrete_powder", "y": 270 } + ] + } +} diff --git a/1.13.2/assets/minecraft/blockstates/yellow_glazed_terracotta.json b/1.13.2/assets/minecraft/blockstates/yellow_glazed_terracotta.json new file mode 100644 index 00000000..f77ef2f9 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/yellow_glazed_terracotta.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "block/yellow_glazed_terracotta" }, + "facing=west": { "model": "block/yellow_glazed_terracotta", "y": 90 }, + "facing=north": { "model": "block/yellow_glazed_terracotta", "y": 180 }, + "facing=east": { "model": "block/yellow_glazed_terracotta", "y": 270 } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/yellow_shulker_box.json b/1.13.2/assets/minecraft/blockstates/yellow_shulker_box.json new file mode 100644 index 00000000..c63e5005 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/yellow_shulker_box.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/yellow_shulker_box" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/yellow_stained_glass.json b/1.13.2/assets/minecraft/blockstates/yellow_stained_glass.json new file mode 100644 index 00000000..3587069b --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/yellow_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/yellow_stained_glass" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/yellow_stained_glass_pane.json b/1.13.2/assets/minecraft/blockstates/yellow_stained_glass_pane.json new file mode 100644 index 00000000..6a430e58 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/yellow_stained_glass_pane.json @@ -0,0 +1,29 @@ +{ + "multipart": [ + { "apply": { "model": "block/yellow_stained_glass_pane_post" }}, + { "when": { "north": true }, + "apply": { "model": "block/yellow_stained_glass_pane_side" } + }, + { "when": { "east": true }, + "apply": { "model": "block/yellow_stained_glass_pane_side", "y": 90 } + }, + { "when": { "south": true }, + "apply": { "model": "block/yellow_stained_glass_pane_side_alt" } + }, + { "when": { "west": true }, + "apply": { "model": "block/yellow_stained_glass_pane_side_alt", "y": 90 } + }, + { "when": { "north": false }, + "apply": { "model": "block/yellow_stained_glass_pane_noside" } + }, + { "when": { "east": false }, + "apply": { "model": "block/yellow_stained_glass_pane_noside_alt" } + }, + { "when": { "south": false }, + "apply": { "model": "block/yellow_stained_glass_pane_noside_alt", "y": 90 } + }, + { "when": { "west": false }, + "apply": { "model": "block/yellow_stained_glass_pane_noside", "y": 270 } + } + ] +} diff --git a/1.13.2/assets/minecraft/blockstates/yellow_terracotta.json b/1.13.2/assets/minecraft/blockstates/yellow_terracotta.json new file mode 100644 index 00000000..4bef9138 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/yellow_terracotta.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/yellow_terracotta" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/yellow_wall_banner.json b/1.13.2/assets/minecraft/blockstates/yellow_wall_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/yellow_wall_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/yellow_wool.json b/1.13.2/assets/minecraft/blockstates/yellow_wool.json new file mode 100644 index 00000000..068bebdb --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/yellow_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/yellow_wool" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/zombie_head.json b/1.13.2/assets/minecraft/blockstates/zombie_head.json new file mode 100644 index 00000000..05969bc2 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/zombie_head.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/skull" } + } +} diff --git a/1.13.2/assets/minecraft/blockstates/zombie_wall_head.json b/1.13.2/assets/minecraft/blockstates/zombie_wall_head.json new file mode 100644 index 00000000..05969bc2 --- /dev/null +++ b/1.13.2/assets/minecraft/blockstates/zombie_wall_head.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/skull" } + } +} diff --git a/1.13.2/assets/minecraft/font/alt.json b/1.13.2/assets/minecraft/font/alt.json new file mode 100644 index 00000000..0f9863ff --- /dev/null +++ b/1.13.2/assets/minecraft/font/alt.json @@ -0,0 +1,27 @@ +{ + "providers": [ + { + "type": "bitmap", + "file": "minecraft:font/ascii_sga.png", + "ascent": 7, + "chars": [ + "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", + "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", + "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", + "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", + "\u0000\u0041\u0042\u0043\u0044\u0045\u0046\u0047\u0048\u0049\u004A\u004B\u004C\u004D\u004E\u004F", + "\u0050\u0051\u0052\u0053\u0054\u0055\u0056\u0057\u0058\u0059\u005A\u0000\u0000\u0000\u0000\u0000", + "\u0000\u0061\u0062\u0063\u0064\u0065\u0066\u0067\u0068\u0069\u006A\u006B\u006C\u006D\u006E\u006F", + "\u0070\u0071\u0072\u0073\u0074\u0075\u0076\u0077\u0078\u0079\u007A\u0000\u0000\u0000\u0000\u0000", + "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", + "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", + "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", + "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", + "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", + "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", + "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", + "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000" + ] + } + ] +} \ No newline at end of file diff --git a/1.13.2/assets/minecraft/font/default.json b/1.13.2/assets/minecraft/font/default.json new file mode 100644 index 00000000..695db74e --- /dev/null +++ b/1.13.2/assets/minecraft/font/default.json @@ -0,0 +1,78 @@ +{ + "providers": [ + { + "type": "bitmap", + "file": "minecraft:font/nonlatin_european.png", + "ascent": 7, + "chars": [ + "\u00a1\u2030\u00ad\u00b7\u20b4\u2260\u00bf\u00d7\u00d8\u00de\u00df\u00f0\u00f8\u00fe\u0391\u0392", + "\u0393\u0394\u0395\u0396\u0397\u0398\u0399\u039a\u039b\u039c\u039d\u039e\u039f\u03a0\u03a1\u03a3", + "\u03a4\u03a5\u03a6\u03a7\u03a8\u03a9\u03b1\u03b2\u03b3\u03b4\u03b5\u03b6\u03b7\u03b8\u03b9\u03ba", + "\u03bb\u03bc\u03bd\u03be\u03bf\u03c0\u03c1\u03c2\u03c3\u03c4\u03c5\u03c6\u03c7\u03c8\u03c9\u0402", + "\u0405\u0406\u0408\u0409\u040a\u040b\u0410\u0411\u0412\u0413\u0414\u0415\u0416\u0417\u0418\u041a", + "\u041b\u041c\u041d\u041e\u041f\u0420\u0421\u0422\u0423\u0424\u0425\u0426\u0427\u0428\u0429\u042a", + "\u042b\u042c\u042d\u042e\u042f\u0430\u0431\u0432\u0433\u0434\u0435\u0436\u0437\u0438\u043a\u043b", + "\u043c\u043d\u043e\u043f\u0440\u0441\u0442\u0443\u0444\u0445\u0446\u0447\u0448\u0449\u044a\u044b", + "\u044c\u044d\u044e\u044f\u0454\u0455\u0456\u0458\u0459\u045a\u2013\u2014\u2018\u2019\u201c\u201d", + "\u201e\u2026\u204a\u2190\u2191\u2192\u2193\u21c4\uff0b\u018f\u0259\u025b\u026a\u04ae\u04af\u04e8", + "\u04e9\u02bb\u02cc\u037e\u0138\u1e9e\u00df\u20bd\u20ac\u0462\u0463\u0474\u0475\u0406\u0472\u0473", + "\u2070\u00b9\u00b3\u2074\u2075\u2076\u2077\u2078\u2079\u207a\u207b\u207c\u207d\u207e\u2071\u2122", + "\u0294\u0295\u29c8\u2694\u2620\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000" + ] + }, + { + "type": "bitmap", + "file": "minecraft:font/accented.png", + "height": 12, + "ascent": 10, + "chars": [ + "\u00c0\u00c1\u00c2\u00c3\u00c4\u00c5\u00c6\u00c7\u00c8\u00c9\u00ca\u00cb\u00cc\u00cd\u00ce\u00cf", + "\u00d0\u00d1\u00d2\u00d3\u00d4\u00d5\u00d6\u00d9\u00da\u00db\u00dc\u00dd\u00e0\u00e1\u00e2\u00e3", + "\u00e4\u00e5\u00e6\u00e7\u00ec\u00ed\u00ee\u00ef\u00f1\u00f2\u00f3\u00f4\u00f5\u00f6\u00f9\u00fa", + "\u00fb\u00fc\u00fd\u00ff\u0100\u0101\u0102\u0103\u0104\u0105\u0106\u0107\u0108\u0109\u010a\u010b", + "\u010c\u010d\u010e\u010f\u0110\u0111\u0112\u0113\u0114\u0115\u0116\u0117\u0118\u0119\u011a\u011b", + "\u011c\u011d\u1e20\u1e21\u011e\u011f\u0120\u0121\u0122\u0123\u0124\u0125\u0126\u0127\u0128\u0129", + "\u012a\u012b\u012c\u012d\u012e\u012f\u0130\u0131\u0134\u0135\u0136\u0137\u0139\u013a\u013b\u013c", + "\u013d\u013e\u013f\u0140\u0141\u0142\u0143\u0144\u0145\u0146\u0147\u0148\u014a\u014b\u014c\u014d", + "\u014e\u014f\u0150\u0151\u0152\u0153\u0154\u0155\u0156\u0157\u0158\u0159\u015a\u015b\u015c\u015d", + "\u015e\u015f\u0160\u0161\u0162\u0163\u0164\u0165\u0166\u0167\u0168\u0169\u016a\u016b\u016c\u016d", + "\u016e\u016f\u0170\u0171\u0172\u0173\u0174\u0175\u0176\u0177\u0178\u0179\u017a\u017b\u017c\u017d", + "\u017e\u01fc\u01fd\u01fe\u01ff\u0218\u0219\u021a\u021b\u0386\u0388\u0389\u038a\u038c\u038e\u038f", + "\u0390\u03aa\u03ab\u03ac\u03ad\u03ae\u03af\u03b0\u03ca\u03cb\u03cc\u03cd\u03ce\u0400\u0401\u0403", + "\u0407\u040c\u040d\u040e\u0419\u0439\u0450\u0451\u0452\u0453\u0457\u045b\u045c\u045d\u045e\u045f", + "\u0490\u0491\u1e02\u1e03\u1e0a\u1e0b\u1e1e\u1e1f\u1e22\u1e23\u1e30\u1e31\u1e40\u1e41\u1e56\u1e57", + "\u1e60\u1e61\u1e6a\u1e6b\u1e80\u1e81\u1e82\u1e83\u1e84\u1e85\u1ef2\u1ef3\u00e8\u00e9\u00ea\u00eb", + "\u0149\u01e7\u01eb\u040f\u1e0d\u1e25\u1e5b\u1e6d\u1e92\u1eca\u1ecb\u1ecc\u1ecd\u1ee4\u1ee5\u2116", + "\u0207\u0194\u0263\u0283\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000" + ] + }, + { + "type": "bitmap", + "file": "minecraft:font/ascii.png", + "ascent": 7, + "chars": [ + "\u00c0\u00c1\u00c2\u00c8\u00ca\u00cb\u00cd\u00d3\u00d4\u00d5\u00da\u00df\u00e3\u00f5\u011f\u0130", + "\u0131\u0152\u0153\u015e\u015f\u0174\u0175\u017e\u0207\u0000\u0000\u0000\u0000\u0000\u0000\u0000", + "\u0020\u0021\"\u0023\u0024\u0025\u0026\u0027\u0028\u0029\u002a\u002b\u002c\u002d\u002e\u002f", + "\u0030\u0031\u0032\u0033\u0034\u0035\u0036\u0037\u0038\u0039\u003a\u003b\u003c\u003d\u003e\u003f", + "\u0040\u0041\u0042\u0043\u0044\u0045\u0046\u0047\u0048\u0049\u004a\u004b\u004c\u004d\u004e\u004f", + "\u0050\u0051\u0052\u0053\u0054\u0055\u0056\u0057\u0058\u0059\u005a\u005b\\\u005d\u005e\u005f", + "\u0060\u0061\u0062\u0063\u0064\u0065\u0066\u0067\u0068\u0069\u006a\u006b\u006c\u006d\u006e\u006f", + "\u0070\u0071\u0072\u0073\u0074\u0075\u0076\u0077\u0078\u0079\u007a\u007b\u007c\u007d\u007e\u0000", + "\u00c7\u00fc\u00e9\u00e2\u00e4\u00e0\u00e5\u00e7\u00ea\u00eb\u00e8\u00ef\u00ee\u00ec\u00c4\u00c5", + "\u00c9\u00e6\u00c6\u00f4\u00f6\u00f2\u00fb\u00f9\u00ff\u00d6\u00dc\u00f8\u00a3\u00d8\u00d7\u0192", + "\u00e1\u00ed\u00f3\u00fa\u00f1\u00d1\u00aa\u00ba\u00bf\u00ae\u00ac\u00bd\u00bc\u00a1\u00ab\u00bb", + "\u2591\u2592\u2593\u2502\u2524\u2561\u2562\u2556\u2555\u2563\u2551\u2557\u255d\u255c\u255b\u2510", + "\u2514\u2534\u252c\u251c\u2500\u253c\u255e\u255f\u255a\u2554\u2569\u2566\u2560\u2550\u256c\u2567", + "\u2568\u2564\u2565\u2559\u2558\u2552\u2553\u256b\u256a\u2518\u250c\u2588\u2584\u258c\u2590\u2580", + "\u03b1\u03b2\u0393\u03c0\u03a3\u03c3\u03bc\u03c4\u03a6\u0398\u03a9\u03b4\u221e\u2205\u2208\u2229", + "\u2261\u00b1\u2265\u2264\u2320\u2321\u00f7\u2248\u00b0\u2219\u00b7\u221a\u207f\u00b2\u25a0\u0000" + ] + }, + { + "type": "legacy_unicode", + "sizes": "minecraft:font/glyph_sizes.bin", + "template": "minecraft:font/unicode_page_%s.png" + } + ] +} \ No newline at end of file diff --git a/1.13.2/assets/minecraft/font/glyph_sizes.bin b/1.13.2/assets/minecraft/font/glyph_sizes.bin new file mode 100644 index 00000000..69c857e3 Binary files /dev/null and b/1.13.2/assets/minecraft/font/glyph_sizes.bin differ diff --git a/1.13.2/assets/minecraft/lang/en_us.json b/1.13.2/assets/minecraft/lang/en_us.json new file mode 100644 index 00000000..5aac20d4 --- /dev/null +++ b/1.13.2/assets/minecraft/lang/en_us.json @@ -0,0 +1,3990 @@ +{ + "language.name": "English", + "language.region": "United States", + "language.code": "en_us", + "gui.done": "Done", + "gui.cancel": "Cancel", + "gui.back": "Back", + "gui.toTitle": "Back to title screen", + "gui.toMenu": "Back to server list", + "gui.up": "Up", + "gui.down": "Down", + "gui.yes": "Yes", + "gui.no": "No", + "gui.none": "None", + "gui.all": "All", + "gui.ok": "Ok", + "gui.proceed": "Proceed", + "gui.recipebook.moreRecipes": "Right Click for more", + "gui.recipebook.toggleRecipes.all": "Showing all", + "gui.recipebook.toggleRecipes.craftable": "Showing craftable", + "gui.recipebook.toggleRecipes.smeltable": "Showing smeltable", + "translation.test.none": "Hello, world!", + "translation.test.complex": "Prefix, %s%2$s again %s and %1$s lastly %s and also %1$s again!", + "translation.test.escape": "%%s %%%s %%%%s %%%%%s", + "translation.test.invalid": "hi %", + "translation.test.invalid2": "hi % s", + "translation.test.args": "%s %s", + "translation.test.world": "world", + "menu.game": "Game Menu", + "menu.singleplayer": "Singleplayer", + "menu.multiplayer": "Multiplayer", + "menu.online": "Minecraft Realms", + "menu.options": "Options...", + "menu.quit": "Quit Game", + "menu.returnToMenu": "Save and Quit to Title", + "menu.disconnect": "Disconnect", + "menu.returnToGame": "Back to Game", + "menu.generatingLevel": "Generating world", + "menu.loadingLevel": "Loading world", + "menu.savingLevel": "Saving world", + "menu.working": "Working...", + "menu.savingChunks": "Saving chunks", + "menu.preparingSpawn": "Preparing spawn area", + "menu.loadingForcedChunks": "Loading forced chunks for dimension %s", + "menu.generatingTerrain": "Building terrain", + "menu.convertingLevel": "Converting world", + "menu.respawning": "Respawning", + "menu.shareToLan": "Open to LAN", + "optimizeWorld.confirm.title": "Optimize world", + "optimizeWorld.confirm.description": "This will attempt to optimize your world by making sure all data is stored in the most recent game format. This can take a very long time, depending on your world. Once done, your world may play faster but will no longer be compatible with older versions of the game. Are you sure you wish to proceed?", + "optimizeWorld.title": "Optimizing World '%s'", + "optimizeWorld.stage.counting": "Counting chunks...", + "optimizeWorld.stage.structures": "Upgrading structure data...", + "optimizeWorld.stage.upgrading": "Upgrading all chunks...", + "optimizeWorld.stage.finished": "Finishing up...", + "optimizeWorld.stage.failed": "Failed! :(", + "optimizeWorld.info.converted": "Upgraded chunks: %s", + "optimizeWorld.info.skipped": "Skipped chunks: %s", + "optimizeWorld.info.total": "Total chunks: %s", + "selectWorld.title": "Select World", + "selectWorld.empty": "empty", + "selectWorld.world": "World", + "selectWorld.select": "Play Selected World", + "selectWorld.create": "Create New World", + "selectWorld.recreate": "Re-Create", + "selectWorld.createDemo": "Play New Demo World", + "selectWorld.delete": "Delete", + "selectWorld.edit": "Edit", + "selectWorld.edit.title": "Edit World", + "selectWorld.edit.resetIcon": "Reset Icon", + "selectWorld.edit.openFolder": "Open World Folder", + "selectWorld.edit.save": "Save", + "selectWorld.edit.backup": "Make Backup", + "selectWorld.edit.backupFolder": "Open Backups Folder", + "selectWorld.edit.backupCreated": "Backed up: %s", + "selectWorld.edit.backupSize": "size: %s MB", + "selectWorld.edit.optimize": "Optimize World", + "selectWorld.deleteQuestion": "Are you sure you want to delete this world?", + "selectWorld.deleteWarning": "'%s' will be lost forever! (A long time!)", + "selectWorld.deleteButton": "Delete", + "selectWorld.conversion": "Must be converted!", + "selectWorld.newWorld": "New World", + "selectWorld.newWorld.copyOf": "Copy of %s", + "selectWorld.enterName": "World Name", + "selectWorld.resultFolder": "Will be saved in:", + "selectWorld.enterSeed": "Seed for the world generator", + "selectWorld.seedInfo": "Leave blank for a random seed", + "selectWorld.cheats": "Cheats", + "selectWorld.customizeType": "Customize", + "selectWorld.version": "Version:", + "selectWorld.versionUnknown": "unknown", + "selectWorld.versionQuestion": "Do you really want to load this world?", + "selectWorld.versionWarning": "This world was last played in version %s and loading it in this version could cause corruption!", + "selectWorld.versionJoinButton": "Load Anyway", + "selectWorld.backupQuestion": "Do you really want to load this world?", + "selectWorld.backupWarning": "This world was last played in version %s; you are on version %s. Please make a backup in case you experience world corruptions!", + "selectWorld.backupQuestion.customized": "Customized worlds are no longer supported", + "selectWorld.backupWarning.customized": "Unfortunately, we do not support customized worlds in this version of Minecraft. We can still load this world and keep everything the way it was, but any newly generated terrain will no longer be customized. We're sorry for the inconvenience!", + "selectWorld.backupJoinConfirmButton": "Backup and load", + "selectWorld.backupJoinSkipButton": "I know what I'm doing!", + "selectWorld.tooltip.fromNewerVersion1": "World was saved in a newer version,", + "selectWorld.tooltip.fromNewerVersion2": "loading this world could cause problems!", + "selectWorld.tooltip.snapshot1": "Don't forget to backup this world", + "selectWorld.tooltip.snapshot2": "before you load it in this snapshot.", + "selectWorld.tooltip.unsupported": "This world is no longer supported and can only be played in %s", + "selectWorld.unable_to_load": "Unable to load worlds", + "selectWorld.futureworld.error.title": "An error occured!", + "selectWorld.futureworld.error.text": "Something went wrong while trying to load a world from a future version. This was a risky operation to begin with, sorry it didn't work.", + "selectWorld.recreate.error.title": "An error occured!", + "selectWorld.recreate.error.text": "Something went wrong while trying to recreate a world.", + "selectWorld.recreate.customized.title": "Customized worlds are no longer supported", + "selectWorld.recreate.customized.text": "Customized worlds are no longer supported in this version of Minecraft. We can try to recreate it with the same seed and properties, but any terrain customizations will be lost. We're sorry for the inconvenience!", + "selectWorld.load_folder_access": "Unable to read or access folder where game worlds are saved!", + "createWorld.customize.presets": "Presets", + "createWorld.customize.presets.title": "Select a Preset", + "createWorld.customize.presets.select": "Use Preset", + "createWorld.customize.presets.share": "Want to share your preset with someone? Use the below box!", + "createWorld.customize.presets.list": "Alternatively, here's some we made earlier!", + "createWorld.customize.flat.title": "Superflat Customization", + "createWorld.customize.flat.tile": "Layer Material", + "createWorld.customize.flat.height": "Height", + "createWorld.customize.flat.addLayer": "Add Layer", + "createWorld.customize.flat.editLayer": "Edit Layer", + "createWorld.customize.flat.removeLayer": "Remove Layer", + "createWorld.customize.flat.layer.top": "Top - %s", + "createWorld.customize.flat.layer": "%s", + "createWorld.customize.flat.layer.bottom": "Bottom - %s", + "createWorld.customize.buffet.title": "Buffet world customization", + "createWorld.customize.buffet.generatortype": "World generator:", + "createWorld.customize.buffet.generator": "Please select a generator type", + "createWorld.customize.buffet.biome": "Please select a biome", + "createWorld.customize.preset.classic_flat": "Classic Flat", + "createWorld.customize.preset.tunnelers_dream": "Tunnelers' Dream", + "createWorld.customize.preset.water_world": "Water World", + "createWorld.customize.preset.overworld": "Overworld", + "createWorld.customize.preset.snowy_kingdom": "Snowy Kingdom", + "createWorld.customize.preset.bottomless_pit": "Bottomless Pit", + "createWorld.customize.preset.desert": "Desert", + "createWorld.customize.preset.redstone_ready": "Redstone Ready", + "createWorld.customize.preset.the_void": "The Void", + "createWorld.customize.custom.page0": "Basic Settings", + "createWorld.customize.custom.page1": "Ore Settings", + "createWorld.customize.custom.page2": "Advanced Settings (Expert Users Only!)", + "createWorld.customize.custom.page3": "Extra Advanced Settings (Expert Users Only!)", + "createWorld.customize.custom.randomize": "Randomize", + "createWorld.customize.custom.prev": "Previous Page", + "createWorld.customize.custom.next": "Next Page", + "createWorld.customize.custom.defaults": "Defaults", + "createWorld.customize.custom.confirm1": "This will overwrite your current", + "createWorld.customize.custom.confirm2": "settings and cannot be undone.", + "createWorld.customize.custom.confirmTitle": "Warning!", + "createWorld.customize.custom.mainNoiseScaleX": "Main Noise Scale X", + "createWorld.customize.custom.mainNoiseScaleY": "Main Noise Scale Y", + "createWorld.customize.custom.mainNoiseScaleZ": "Main Noise Scale Z", + "createWorld.customize.custom.depthNoiseScaleX": "Depth Noise Scale X", + "createWorld.customize.custom.depthNoiseScaleZ": "Depth Noise Scale Z", + "createWorld.customize.custom.depthNoiseScaleExponent": "Depth Noise Exponent", + "createWorld.customize.custom.baseSize": "Depth Base Size", + "createWorld.customize.custom.coordinateScale": "Coordinate Scale", + "createWorld.customize.custom.heightScale": "Height Scale", + "createWorld.customize.custom.stretchY": "Height Stretch", + "createWorld.customize.custom.upperLimitScale": "Upper Limit Scale", + "createWorld.customize.custom.lowerLimitScale": "Lower Limit Scale", + "createWorld.customize.custom.biomeDepthWeight": "Biome Depth Weight", + "createWorld.customize.custom.biomeDepthOffset": "Biome Depth Offset", + "createWorld.customize.custom.biomeScaleWeight": "Biome Scale Weight", + "createWorld.customize.custom.biomeScaleOffset": "Biome Scale Offset", + "createWorld.customize.custom.seaLevel": "Sea Level", + "createWorld.customize.custom.useCaves": "Caves", + "createWorld.customize.custom.useStrongholds": "Strongholds", + "createWorld.customize.custom.useVillages": "Villages", + "createWorld.customize.custom.useMineShafts": "Mineshafts", + "createWorld.customize.custom.useTemples": "Temples", + "createWorld.customize.custom.useOceanRuins": "Ocean Ruins", + "createWorld.customize.custom.useMonuments": "Ocean Monuments", + "createWorld.customize.custom.useMansions": "Woodland Mansions", + "createWorld.customize.custom.useRavines": "Ravines", + "createWorld.customize.custom.useDungeons": "Dungeons", + "createWorld.customize.custom.dungeonChance": "Dungeon Count", + "createWorld.customize.custom.useWaterLakes": "Water Lakes", + "createWorld.customize.custom.waterLakeChance": "Water Lake Rarity", + "createWorld.customize.custom.useLavaLakes": "Lava Lakes", + "createWorld.customize.custom.lavaLakeChance": "Lava Lake Rarity", + "createWorld.customize.custom.useLavaOceans": "Lava Oceans", + "createWorld.customize.custom.fixedBiome": "Biome", + "createWorld.customize.custom.biomeSize": "Biome Size", + "createWorld.customize.custom.riverSize": "River Size", + "createWorld.customize.custom.size": "Spawn Size", + "createWorld.customize.custom.count": "Spawn Tries", + "createWorld.customize.custom.minHeight": "Min. Height", + "createWorld.customize.custom.maxHeight": "Max. Height", + "createWorld.customize.custom.center": "Center Height", + "createWorld.customize.custom.spread": "Spread Height", + "createWorld.customize.custom.presets.title": "Customize World Presets", + "createWorld.customize.custom.presets": "Presets", + "createWorld.customize.custom.preset.waterWorld": "Water World", + "createWorld.customize.custom.preset.isleLand": "Isle Land", + "createWorld.customize.custom.preset.caveDelight": "Caver's Delight", + "createWorld.customize.custom.preset.mountains": "Mountain Madness", + "createWorld.customize.custom.preset.drought": "Drought", + "createWorld.customize.custom.preset.caveChaos": "Caves of Chaos", + "createWorld.customize.custom.preset.goodLuck": "Good Luck", + "gameMode.survival": "Survival Mode", + "gameMode.creative": "Creative Mode", + "gameMode.adventure": "Adventure Mode", + "gameMode.spectator": "Spectator Mode", + "gameMode.hardcore": "Hardcore Mode!", + "gameMode.changed": "Your game mode has been updated to %s", + "spectatorMenu.previous_page": "Previous Page", + "spectatorMenu.next_page": "Next Page", + "spectatorMenu.close": "Close Menu", + "spectatorMenu.teleport": "Teleport to Player", + "spectatorMenu.teleport.prompt": "Select a player to teleport to", + "spectatorMenu.team_teleport": "Teleport to Team Member", + "spectatorMenu.team_teleport.prompt": "Select a team to teleport to", + "spectatorMenu.root.prompt": "Press a key to select a command, and again to use it.", + "selectWorld.gameMode": "Game Mode", + "selectWorld.gameMode.survival": "Survival", + "selectWorld.gameMode.survival.line1": "Search for resources, crafting, gain", + "selectWorld.gameMode.survival.line2": "levels, health and hunger", + "selectWorld.gameMode.creative": "Creative", + "selectWorld.gameMode.creative.line1": "Unlimited resources, free flying and", + "selectWorld.gameMode.creative.line2": "destroy blocks instantly", + "selectWorld.gameMode.spectator": "Spectator", + "selectWorld.gameMode.spectator.line1": "You can look but don't touch", + "selectWorld.gameMode.spectator.line2": "", + "selectWorld.gameMode.hardcore": "Hardcore", + "selectWorld.gameMode.hardcore.line1": "Same as survival mode, locked at hardest", + "selectWorld.gameMode.hardcore.line2": "difficulty, and one life only", + "selectWorld.gameMode.adventure": "Adventure", + "selectWorld.gameMode.adventure.line1": "Same as survival mode, but blocks can't", + "selectWorld.gameMode.adventure.line2": "be added or removed", + "selectWorld.moreWorldOptions": "More World Options...", + "selectWorld.mapFeatures": "Generate Structures:", + "selectWorld.mapFeatures.info": "Villages, dungeons etc", + "selectWorld.mapType": "World Type:", + "selectWorld.mapType.normal": "Normal", + "selectWorld.allowCommands": "Allow Cheats:", + "selectWorld.allowCommands.info": "Commands like /gamemode, /experience", + "selectWorld.hardcoreMode": "Hardcore:", + "selectWorld.hardcoreMode.info": "World is deleted upon death", + "selectWorld.bonusItems": "Bonus Chest:", + "generator.default": "Default", + "generator.flat": "Superflat", + "generator.largeBiomes": "Large Biomes", + "generator.amplified": "AMPLIFIED", + "generator.customized": "Customized", + "generator.debug_all_block_states": "Debug Mode", + "generator.amplified.info": "Notice: Just for fun, requires beefy computer", + "generator.buffet": "Buffet", + "selectServer.title": "Select Server", + "selectServer.empty": "empty", + "selectServer.select": "Join Server", + "selectServer.direct": "Direct Connect", + "selectServer.edit": "Edit", + "selectServer.delete": "Delete", + "selectServer.add": "Add Server", + "selectServer.defaultName": "Minecraft Server", + "selectServer.deleteQuestion": "Are you sure you want to remove this server?", + "selectServer.deleteWarning": "'%s' will be lost forever! (A long time!)", + "selectServer.deleteButton": "Delete", + "selectServer.refresh": "Refresh", + "selectServer.hiddenAddress": "(Hidden)", + "addServer.title": "Edit Server Info", + "addServer.enterName": "Server Name", + "addServer.enterIp": "Server Address", + "addServer.add": "Done", + "addServer.hideAddress": "Hide Address", + "addServer.resourcePack": "Server Resource Packs", + "addServer.resourcePack.enabled": "Enabled", + "addServer.resourcePack.disabled": "Disabled", + "addServer.resourcePack.prompt": "Prompt", + "lanServer.title": "LAN World", + "lanServer.scanning": "Scanning for games on your local network", + "lanServer.start": "Start LAN World", + "lanServer.otherPlayers": "Settings for Other Players", + "mcoServer.title": "Minecraft Online World", + "multiplayer.title": "Play Multiplayer", + "multiplayer.connect": "Connect", + "multiplayer.ipinfo": "Enter the IP of a server to connect to it:", + "multiplayer.texturePrompt.line1": "This server recommends the use of a custom resource pack.", + "multiplayer.texturePrompt.line2": "Would you like to download and install it automagically?", + "multiplayer.downloadingTerrain": "Loading terrain...", + "multiplayer.downloadingStats": "Downloading statistics...", + "multiplayer.stopSleeping": "Leave Bed", + "multiplayer.message_not_delivered": "Can't deliver chat message starting with %s, check server logs", + "multiplayer.player.joined": "%s joined the game", + "multiplayer.player.joined.renamed": "%s (formerly known as %s) joined the game", + "multiplayer.player.left": "%s left the game", + "multiplayer.status.and_more": "... and %s more ...", + "multiplayer.status.cancelled": "Cancelled", + "multiplayer.status.cannot_connect": "Can't connect to server", + "multiplayer.status.cannot_resolve": "Can't resolve hostname", + "multiplayer.status.client_out_of_date": "Client out of date!", + "multiplayer.status.finished": "Finished", + "multiplayer.status.no_connection": "(no connection)", + "multiplayer.status.old": "Old", + "multiplayer.status.pinging": "Pinging...", + "multiplayer.status.quitting": "Quitting", + "multiplayer.status.server_out_of_date": "Server out of date!", + "multiplayer.status.unknown": "???", + "multiplayer.status.unrequested": "Received unrequested status", + "multiplayer.status.request_handled": "Status requst has been handled", + "multiplayer.disconnect.authservers_down": "Authentication servers are down. Please try again later, sorry!", + "multiplayer.disconnect.banned": "You are banned from this server", + "multiplayer.disconnect.banned.reason": "You are banned from this server.\nReason: %s", + "multiplayer.disconnect.banned.expiration": "\nYour ban will be removed on %s", + "multiplayer.disconnect.banned_ip.reason": "Your IP address is banned from this server.\nReason: %s", + "multiplayer.disconnect.banned_ip.expiration": "\nYour ban will be removed on %s", + "multiplayer.disconnect.duplicate_login": "You logged in from another location", + "multiplayer.disconnect.flying": "Flying is not enabled on this server", + "multiplayer.disconnect.generic": "Disconnected", + "multiplayer.disconnect.idling": "You have been idle for too long!", + "multiplayer.disconnect.illegal_characters": "Illegal characters in chat", + "multiplayer.disconnect.invalid_entity_attacked": "Attempting to attack an invalid entity", + "multiplayer.disconnect.invalid_player_movement": "Invalid move player packet received", + "multiplayer.disconnect.invalid_vehicle_movement": "Invalid move vehicle packet received", + "multiplayer.disconnect.ip_banned": "You have been IP banned from this server", + "multiplayer.disconnect.kicked": "Kicked by an operator", + "multiplayer.disconnect.outdated_client": "Outdated client! Please use %s", + "multiplayer.disconnect.outdated_server": "Outdated server! I'm still on %s", + "multiplayer.disconnect.server_shutdown": "Server closed", + "multiplayer.disconnect.slow_login": "Took too long to log in", + "multiplayer.disconnect.unverified_username": "Failed to verify username!", + "multiplayer.disconnect.not_whitelisted": "You are not white-listed on this server!", + "multiplayer.disconnect.server_full": "The server is full!", + "multiplayer.disconnect.name_taken": "That name is already taken", + "multiplayer.disconnect.unexpected_query_response": "Unexpected custom data from client", + "chat.cannotSend": "Cannot send chat message", + "chat.type.text": "<%s> %s", + "chat.type.text.narrate": "%s says %s", + "chat.type.emote": "* %s %s", + "chat.type.announcement": "[%s] %s", + "chat.type.admin": "[%s: %s]", + "chat.type.advancement.task": "%s has made the advancement %s", + "chat.type.advancement.challenge": "%s has completed the challenge %s", + "chat.type.advancement.goal": "%s has reached the goal %s", + "chat.link.confirm": "Are you sure you want to open the following website?", + "chat.link.warning": "Never open links from people that you don't trust!", + "chat.copy": "Copy to Clipboard", + "chat.link.confirmTrusted": "Do you want to open this link or copy it to your clipboard?", + "chat.link.open": "Open in browser", + "chat.coordinates": "%s, %s, %s", + "chat.coordinates.tooltip": "Click to teleport", + "menu.playdemo": "Play Demo World", + "menu.resetdemo": "Reset Demo World", + "demo.day.1": "This demo will last five game days, do your best!", + "demo.day.2": "Day Two", + "demo.day.3": "Day Three", + "demo.day.4": "Day Four", + "demo.day.5": "This is your last day!", + "demo.day.warning": "Your time is almost up!", + "demo.day.6": "You have passed your fifth day, use %s to save a screenshot of your creation", + "demo.reminder": "The demo time has expired, buy the game to continue or start a new world!", + "demo.remainingTime": "Remaining time: %s", + "demo.demoExpired": "Demo time's up!", + "demo.help.movement": "Use the %1$s, %2$s, %3$s, %4$s keys and the mouse to move around", + "demo.help.movementShort": "Move by pressing the %1$s, %2$s, %3$s, %4$s keys", + "demo.help.movementMouse": "Look around using the mouse", + "demo.help.jump": "Jump by pressing the %1$s key", + "demo.help.inventory": "Use the %1$s key to open your inventory", + "demo.help.title": "Minecraft Demo Mode", + "demo.help.fullWrapped": "This demo will last 5 ingame days (about 1 hour and 40 minutes of real time). Check the advancements for hints! Have fun!", + "demo.help.buy": "Purchase Now!", + "demo.help.later": "Continue Playing!", + "connect.connecting": "Connecting to the server...", + "connect.aborted": "Aborted", + "connect.authorizing": "Logging in...", + "connect.negotiating": "Negotiating...", + "connect.encrypting": "Encrypting...", + "connect.joining": "Joining world...", + "connect.failed": "Failed to connect to the server", + "disconnect.genericReason": "%s", + "disconnect.disconnected": "Disconnected by Server", + "disconnect.lost": "Connection Lost", + "disconnect.kicked": "Was kicked from the game", + "disconnect.timeout": "Timed out", + "disconnect.closed": "Connection closed", + "disconnect.loginFailed": "Failed to log in", + "disconnect.loginFailedInfo": "Failed to log in: %s", + "disconnect.loginFailedInfo.serversUnavailable": "The authentication servers are currently down for maintenance.", + "disconnect.loginFailedInfo.invalidSession": "Invalid session (Try restarting your game and the launcher)", + "disconnect.quitting": "Quitting", + "disconnect.endOfStream": "End of stream", + "disconnect.overflow": "Buffer overflow", + "disconnect.spam": "Kicked for spamming", + "soundCategory.master": "Master Volume", + "soundCategory.music": "Music", + "soundCategory.record": "Jukebox/Note Blocks", + "soundCategory.weather": "Weather", + "soundCategory.hostile": "Hostile Creatures", + "soundCategory.neutral": "Friendly Creatures", + "soundCategory.player": "Players", + "soundCategory.block": "Blocks", + "soundCategory.ambient": "Ambient/Environment", + "soundCategory.voice": "Voice/Speech", + "record.nowPlaying": "Now playing: %s", + "options.off": "OFF", + "options.on": "ON", + "options.visible": "Shown", + "options.hidden": "Hidden", + "options.title": "Options", + "options.controls": "Controls...", + "options.video": "Video Settings...", + "options.language": "Language...", + "options.sounds": "Music & Sounds...", + "options.sounds.title": "Music & Sound Options", + "options.languageWarning": "Language translations may not be 100%% accurate", + "options.videoTitle": "Video Settings", + "options.customizeTitle": "Customize World Settings", + "options.music": "Music", + "options.sound": "Sound", + "options.invertMouse": "Invert Mouse", + "options.fov": "FOV", + "options.fov.min": "Normal", + "options.fov.max": "Quake Pro", + "options.saturation": "Saturation", + "options.biomeBlendRadius": "Biome Blend", + "options.gamma": "Brightness", + "options.gamma.min": "Moody", + "options.gamma.max": "Bright", + "options.sensitivity": "Sensitivity", + "options.sensitivity.min": "*yawn*", + "options.sensitivity.max": "HYPERSPEED!!!", + "options.renderDistance": "Render Distance", + "options.viewBobbing": "View Bobbing", + "options.ao": "Smooth Lighting", + "options.ao.off": "OFF", + "options.ao.min": "Minimum", + "options.ao.max": "Maximum", + "options.anaglyph": "3D Anaglyph", + "options.chunks": "%s chunks", + "options.framerate": "%s fps", + "options.framerateLimit": "Max Framerate", + "options.framerateLimit.max": "Unlimited", + "options.difficulty": "Difficulty", + "options.difficulty.peaceful": "Peaceful", + "options.difficulty.easy": "Easy", + "options.difficulty.normal": "Normal", + "options.difficulty.hard": "Hard", + "options.difficulty.hardcore": "Hardcore", + "options.graphics": "Graphics", + "options.graphics.fancy": "Fancy", + "options.graphics.fast": "Fast", + "options.clouds.fancy": "Fancy", + "options.clouds.fast": "Fast", + "options.guiScale": "GUI Scale", + "options.guiScale.auto": "Auto", + "options.renderClouds": "Clouds", + "options.particles": "Particles", + "options.particles.all": "All", + "options.particles.decreased": "Decreased", + "options.particles.minimal": "Minimal", + "options.multiplayer.title": "Multiplayer Settings...", + "options.chat.title": "Chat Settings...", + "options.chat.visibility": "Chat", + "options.chat.visibility.full": "Shown", + "options.chat.visibility.system": "Commands Only", + "options.chat.visibility.hidden": "Hidden", + "options.chat.color": "Colors", + "options.chat.opacity": "Opacity", + "options.chat.links": "Web Links", + "options.chat.links.prompt": "Prompt on Links", + "options.chat.scale": "Scale", + "options.chat.width": "Width", + "options.chat.height.focused": "Focused Height", + "options.chat.height.unfocused": "Unfocused Height", + "options.skinCustomisation": "Skin Customization...", + "options.skinCustomisation.title": "Skin Customization", + "options.modelPart.cape": "Cape", + "options.modelPart.hat": "Hat", + "options.modelPart.jacket": "Jacket", + "options.modelPart.left_sleeve": "Left Sleeve", + "options.modelPart.right_sleeve": "Right Sleeve", + "options.modelPart.left_pants_leg": "Left Pants Leg", + "options.modelPart.right_pants_leg": "Right Pants Leg", + "options.snooper": "Allow Snooper", + "options.snooper.view": "Snooper Settings...", + "options.snooper.title": "Feed us data!", + "options.snooper.desc": "We always want to improve Minecraft and, to help us do that, we'd like to collect some information. This lets us know what hardware to support and where the big problems are. It also gives us a sense of the size of our active player base, so we know if we're doing a good job. You can view all the information we collect below. If you want to opt out then you can simply toggle it off!", + "options.resourcepack": "Resource Packs...", + "options.fullscreen": "Fullscreen", + "options.vsync": "Use VSync", + "options.vbo": "Use VBOs", + "options.touchscreen": "Touchscreen Mode", + "options.reducedDebugInfo": "Reduced Debug Info", + "options.entityShadows": "Entity Shadows", + "options.mainHand": "Main Hand", + "options.mainHand.left": "Left", + "options.mainHand.right": "Right", + "options.attackIndicator": "Attack Indicator", + "options.attack.crosshair": "Crosshair", + "options.attack.hotbar": "Hotbar", + "options.showSubtitles": "Show Subtitles", + "options.realmsNotifications": "Realms Notifications", + "options.autoJump": "Auto-Jump", + "options.autoSuggestCommands": "Command Suggestions", + "options.narrator": "Narrator", + "options.narrator.off": "OFF", + "options.narrator.all": "Narrates all", + "options.narrator.chat": "Narrates chat", + "options.narrator.system": "Narrates system", + "options.narrator.notavailable": "Not available", + "options.fullscreen.resolution": "Fullscreen Resolution", + "options.fullscreen.current": "Current", + "options.mipmapLevels": "Mipmap Levels", + "options.forceUnicodeFont": "Force Unicode Font", + "narrator.toast.disabled": "Narrator Disabled", + "narrator.toast.enabled": "Narrator Enabled", + "difficulty.lock.title": "Lock World Difficulty", + "difficulty.lock.question": "Are you sure you want to lock the difficulty of this world? This will set this world to always be %1$s, and you will never be able to change that again.", + "title.oldgl1": "Old graphics card detected; this may prevent you from", + "title.oldgl2": "playing in the future as OpenGL 2.0 will be required.", + "controls.title": "Controls", + "controls.reset": "Reset", + "controls.resetAll": "Reset Keys", + "key.sprint": "Sprint", + "key.forward": "Walk Forwards", + "key.left": "Strafe Left", + "key.back": "Walk Backwards", + "key.right": "Strafe Right", + "key.jump": "Jump", + "key.inventory": "Open/Close Inventory", + "key.drop": "Drop Selected Item", + "key.swapHands": "Swap Item In Hands", + "key.chat": "Open Chat", + "key.sneak": "Sneak", + "key.playerlist": "List Players", + "key.attack": "Attack/Destroy", + "key.use": "Use Item/Place Block", + "key.pickItem": "Pick Block", + "key.command": "Open Command", + "key.screenshot": "Take Screenshot", + "key.togglePerspective": "Toggle Perspective", + "key.smoothCamera": "Toggle Cinematic Camera", + "key.fullscreen": "Toggle Fullscreen", + "key.spectatorOutlines": "Highlight Players (Spectators)", + "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.saveToolbarActivator": "Save Toolbar Activator", + "key.loadToolbarActivator": "Load Toolbar Activator", + "key.advancements": "Advancements", + "key.categories.movement": "Movement", + "key.categories.misc": "Miscellaneous", + "key.categories.multiplayer": "Multiplayer", + "key.categories.gameplay": "Gameplay", + "key.categories.ui": "Game Interface", + "key.categories.inventory": "Inventory", + "key.categories.creative": "Creative Mode", + "key.mouse.left": "Left Button", + "key.mouse.right": "Right Button", + "key.mouse.middle": "Middle Button", + "key.mouse": "Button %1$s", + "key.keyboard.unknown": "Not bound", + "key.keyboard.apostrophe": "'", + "key.keyboard.backslash": "\\", + "key.keyboard.backspace": "Backspace", + "key.keyboard.comma": ",", + "key.keyboard.delete": "Delete", + "key.keyboard.end": "End", + "key.keyboard.enter": "Enter", + "key.keyboard.equal": "=", + "key.keyboard.escape": "Escape", + "key.keyboard.f1": "F1", + "key.keyboard.f2": "F2", + "key.keyboard.f3": "F3", + "key.keyboard.f4": "F4", + "key.keyboard.f5": "F5", + "key.keyboard.f6": "F6", + "key.keyboard.f7": "F7", + "key.keyboard.f8": "F8", + "key.keyboard.f9": "F9", + "key.keyboard.f10": "F10", + "key.keyboard.f11": "F11", + "key.keyboard.f12": "F12", + "key.keyboard.f13": "F13", + "key.keyboard.f14": "F14", + "key.keyboard.f15": "F15", + "key.keyboard.f16": "F16", + "key.keyboard.f17": "F17", + "key.keyboard.f18": "F18", + "key.keyboard.f19": "F19", + "key.keyboard.f20": "F20", + "key.keyboard.f21": "F21", + "key.keyboard.f22": "F22", + "key.keyboard.f23": "F23", + "key.keyboard.f24": "F24", + "key.keyboard.f25": "F25", + "key.keyboard.grave.accent": "`", + "key.keyboard.home": "Home", + "key.keyboard.insert": "Insert", + "key.keyboard.keypad.0": "Keypad 0", + "key.keyboard.keypad.1": "Keypad 1", + "key.keyboard.keypad.2": "Keypad 2", + "key.keyboard.keypad.3": "Keypad 3", + "key.keyboard.keypad.4": "Keypad 4", + "key.keyboard.keypad.5": "Keypad 5", + "key.keyboard.keypad.6": "Keypad 6", + "key.keyboard.keypad.7": "Keypad 7", + "key.keyboard.keypad.8": "Keypad 8", + "key.keyboard.keypad.9": "Keypad 9", + "key.keyboard.keypad.add": "Keypad +", + "key.keyboard.keypad.decimal": "Keypad Decimal", + "key.keyboard.keypad.enter": "Keypad Enter", + "key.keyboard.keypad.equal": "Keypad =", + "key.keyboard.keypad.multiply": "Keypad *", + "key.keyboard.keypad.divide": "Keypad /", + "key.keyboard.keypad.subtract": "Keypad -", + "key.keyboard.left.bracket": "[", + "key.keyboard.right.bracket": "]", + "key.keyboard.minus": "-", + "key.keyboard.num.lock": "Num Lock", + "key.keyboard.caps.lock": "Caps Lock", + "key.keyboard.scroll.lock": "Scroll Lock", + "key.keyboard.page.down": "Page Down", + "key.keyboard.page.up": "Page Up", + "key.keyboard.pause": "Pause", + "key.keyboard.period": ".", + "key.keyboard.left.control": "Left Control", + "key.keyboard.right.control": "Right Control", + "key.keyboard.left.alt": "Left Alt", + "key.keyboard.right.alt": "Right Alt", + "key.keyboard.left.shift": "Left Shift", + "key.keyboard.right.shift": "Right Shift", + "key.keyboard.left.win": "Left Win", + "key.keyboard.right.win": "Right Win", + "key.keyboard.semicolon": ";", + "key.keyboard.slash": "/", + "key.keyboard.space": "Space", + "key.keyboard.tab": "Tab", + "key.keyboard.up": "Up Arrow", + "key.keyboard.down": "Down Arrow", + "key.keyboard.left": "Left Arrow", + "key.keyboard.right": "Right Arrow", + "key.keyboard.menu": "Menu", + "key.keyboard.print.screen": "Print Screen", + "key.keyboard.world.1": "World 1", + "key.keyboard.world.2": "World 2", + "resourcePack.openFolder": "Open Resource Pack Folder", + "resourcePack.title": "Select Resource Packs", + "resourcePack.available.title": "Available Resource Packs", + "resourcePack.selected.title": "Selected Resource Packs", + "resourcePack.folderInfo": "(Place resource pack files here)", + "resourcePack.incompatible": "Incompatible", + "resourcePack.incompatible.old": "(Made for an older version of Minecraft)", + "resourcePack.incompatible.new": "(Made for a newer version of Minecraft)", + "resourcePack.incompatible.confirm.title": "Are you sure you want to load this resource pack?", + "resourcePack.incompatible.confirm.old": "This resource pack was made for an older version of Minecraft and may no longer work correctly.", + "resourcePack.incompatible.confirm.new": "This resource pack was made for a newer version of Minecraft and may no longer work correctly.", + "resourcePack.server.name": "World Specific Resources", + "resourcePack.broken_assets": "BROKEN ASSETS DETECTED", + "sign.edit": "Edit sign message", + "book.pageIndicator": "Page %1$s of %2$s", + "book.byAuthor": "by %1$s", + "book.signButton": "Sign", + "book.editTitle": "Enter Book Title:", + "book.finalizeButton": "Sign and Close", + "book.finalizeWarning": "Note! When you sign the book, it will no longer be editable.", + "book.generation.0": "Original", + "book.generation.1": "Copy of original", + "book.generation.2": "Copy of a copy", + "book.generation.3": "Tattered", + "book.invalid.tag": "* Invalid book tag *", + "merchant.deprecated": "Trade something else to unlock!", + "block.minecraft.air": "Air", + "block.minecraft.barrier": "Barrier", + "block.minecraft.stone": "Stone", + "block.minecraft.granite": "Granite", + "block.minecraft.polished_granite": "Polished Granite", + "block.minecraft.diorite": "Diorite", + "block.minecraft.polished_diorite": "Polished Diorite", + "block.minecraft.andesite": "Andesite", + "block.minecraft.polished_andesite": "Polished Andesite", + "block.minecraft.hay_block": "Hay Bale", + "block.minecraft.grass_block": "Grass Block", + "block.minecraft.dirt": "Dirt", + "block.minecraft.coarse_dirt": "Coarse Dirt", + "block.minecraft.podzol": "Podzol", + "block.minecraft.cobblestone": "Cobblestone", + "block.minecraft.oak_planks": "Oak Planks", + "block.minecraft.spruce_planks": "Spruce Planks", + "block.minecraft.birch_planks": "Birch Planks", + "block.minecraft.jungle_planks": "Jungle Planks", + "block.minecraft.acacia_planks": "Acacia Planks", + "block.minecraft.dark_oak_planks": "Dark Oak Planks", + "block.minecraft.oak_sapling": "Oak Sapling", + "block.minecraft.spruce_sapling": "Spruce Sapling", + "block.minecraft.birch_sapling": "Birch Sapling", + "block.minecraft.jungle_sapling": "Jungle Sapling", + "block.minecraft.acacia_sapling": "Acacia Sapling", + "block.minecraft.dark_oak_sapling": "Dark Oak Sapling", + "block.minecraft.oak_door": "Oak Door", + "block.minecraft.spruce_door": "Spruce Door", + "block.minecraft.birch_door": "Birch Door", + "block.minecraft.jungle_door": "Jungle Door", + "block.minecraft.acacia_door": "Acacia Door", + "block.minecraft.dark_oak_door": "Dark Oak Door", + "block.minecraft.bedrock": "Bedrock", + "block.minecraft.water": "Water", + "block.minecraft.lava": "Lava", + "block.minecraft.flowing_water": "Flowing Water", + "block.minecraft.flowing_lava": "Flowing Lava", + "block.minecraft.sand": "Sand", + "block.minecraft.red_sand": "Red Sand", + "block.minecraft.sandstone": "Sandstone", + "block.minecraft.chiseled_sandstone": "Chiseled Sandstone", + "block.minecraft.cut_sandstone": "Cut Sandstone", + "block.minecraft.red_sandstone": "Red Sandstone", + "block.minecraft.chiseled_red_sandstone": "Chiseled Red Sandstone", + "block.minecraft.cut_red_sandstone": "Cut Red Sandstone", + "block.minecraft.gravel": "Gravel", + "block.minecraft.gold_ore": "Gold Ore", + "block.minecraft.iron_ore": "Iron Ore", + "block.minecraft.coal_ore": "Coal Ore", + "block.minecraft.oak_wood": "Oak Wood", + "block.minecraft.spruce_wood": "Spruce Wood", + "block.minecraft.birch_wood": "Birch Wood", + "block.minecraft.jungle_wood": "Jungle Wood", + "block.minecraft.acacia_wood": "Acacia Wood", + "block.minecraft.dark_oak_wood": "Dark Oak Wood", + "block.minecraft.oak_log": "Oak Log", + "block.minecraft.spruce_log": "Spruce Log", + "block.minecraft.birch_log": "Birch Log", + "block.minecraft.jungle_log": "Jungle Log", + "block.minecraft.acacia_log": "Acacia Log", + "block.minecraft.dark_oak_log": "Dark Oak Log", + "block.minecraft.stripped_oak_log": "Stripped Oak Log", + "block.minecraft.stripped_spruce_log": "Stripped Spruce Log", + "block.minecraft.stripped_birch_log": "Stripped Birch Log", + "block.minecraft.stripped_jungle_log": "Stripped Jungle Log", + "block.minecraft.stripped_acacia_log": "Stripped Acacia Log", + "block.minecraft.stripped_dark_oak_log": "Stripped Dark Oak Log", + "block.minecraft.stripped_oak_wood": "Stripped Oak Wood", + "block.minecraft.stripped_spruce_wood": "Stripped Spruce Wood", + "block.minecraft.stripped_birch_wood": "Stripped Birch Wood", + "block.minecraft.stripped_jungle_wood": "Stripped Jungle Wood", + "block.minecraft.stripped_acacia_wood": "Stripped Acacia Wood", + "block.minecraft.stripped_dark_oak_wood": "Stripped Dark Oak Wood", + "block.minecraft.oak_leaves": "Oak Leaves", + "block.minecraft.spruce_leaves": "Spruce Leaves", + "block.minecraft.birch_leaves": "Birch Leaves", + "block.minecraft.jungle_leaves": "Jungle Leaves", + "block.minecraft.acacia_leaves": "Acacia Leaves", + "block.minecraft.dark_oak_leaves": "Dark Oak Leaves", + "block.minecraft.dead_bush": "Dead Bush", + "block.minecraft.grass": "Grass", + "block.minecraft.fern": "Fern", + "block.minecraft.sponge": "Sponge", + "block.minecraft.wet_sponge": "Wet Sponge", + "block.minecraft.glass": "Glass", + "block.minecraft.kelp_plant": "Kelp Plant", + "block.minecraft.kelp": "Kelp", + "block.minecraft.dried_kelp_block": "Dried Kelp Block", + "block.minecraft.white_stained_glass": "White Stained Glass", + "block.minecraft.orange_stained_glass": "Orange Stained Glass", + "block.minecraft.magenta_stained_glass": "Magenta Stained Glass", + "block.minecraft.light_blue_stained_glass": "Light Blue Stained Glass", + "block.minecraft.yellow_stained_glass": "Yellow Stained Glass", + "block.minecraft.lime_stained_glass": "Lime Stained Glass", + "block.minecraft.pink_stained_glass": "Pink Stained Glass", + "block.minecraft.gray_stained_glass": "Gray Stained Glass", + "block.minecraft.light_gray_stained_glass": "Light Gray Stained Glass", + "block.minecraft.cyan_stained_glass": "Cyan Stained Glass", + "block.minecraft.purple_stained_glass": "Purple Stained Glass", + "block.minecraft.blue_stained_glass": "Blue Stained Glass", + "block.minecraft.brown_stained_glass": "Brown Stained Glass", + "block.minecraft.green_stained_glass": "Green Stained Glass", + "block.minecraft.red_stained_glass": "Red Stained Glass", + "block.minecraft.black_stained_glass": "Black Stained Glass", + "block.minecraft.white_stained_glass_pane": "White Stained Glass Pane", + "block.minecraft.orange_stained_glass_pane": "Orange Stained Glass Pane", + "block.minecraft.magenta_stained_glass_pane": "Magenta Stained Glass Pane", + "block.minecraft.light_blue_stained_glass_pane": "Light Blue Stained Glass Pane", + "block.minecraft.yellow_stained_glass_pane": "Yellow Stained Glass Pane", + "block.minecraft.lime_stained_glass_pane": "Lime Stained Glass Pane", + "block.minecraft.pink_stained_glass_pane": "Pink Stained Glass Pane", + "block.minecraft.gray_stained_glass_pane": "Gray Stained Glass Pane", + "block.minecraft.light_gray_stained_glass_pane": "Light Gray Stained Glass Pane", + "block.minecraft.cyan_stained_glass_pane": "Cyan Stained Glass Pane", + "block.minecraft.purple_stained_glass_pane": "Purple Stained Glass Pane", + "block.minecraft.blue_stained_glass_pane": "Blue Stained Glass Pane", + "block.minecraft.brown_stained_glass_pane": "Brown Stained Glass Pane", + "block.minecraft.green_stained_glass_pane": "Green Stained Glass Pane", + "block.minecraft.red_stained_glass_pane": "Red Stained Glass Pane", + "block.minecraft.black_stained_glass_pane": "Black Stained Glass Pane", + "block.minecraft.glass_pane": "Glass Pane", + "block.minecraft.dandelion": "Dandelion", + "block.minecraft.poppy": "Poppy", + "block.minecraft.blue_orchid": "Blue Orchid", + "block.minecraft.allium": "Allium", + "block.minecraft.azure_bluet": "Azure Bluet", + "block.minecraft.red_tulip": "Red Tulip", + "block.minecraft.orange_tulip": "Orange Tulip", + "block.minecraft.white_tulip": "White Tulip", + "block.minecraft.pink_tulip": "Pink Tulip", + "block.minecraft.oxeye_daisy": "Oxeye Daisy", + "block.minecraft.sunflower": "Sunflower", + "block.minecraft.lilac": "Lilac", + "block.minecraft.tall_grass": "Tall Grass", + "block.minecraft.tall_seagrass": "Tall Seagrass", + "block.minecraft.large_fern": "Large Fern", + "block.minecraft.rose_bush": "Rose Bush", + "block.minecraft.peony": "Peony", + "block.minecraft.seagrass": "Seagrass", + "block.minecraft.sea_pickle": "Sea Pickle", + "block.minecraft.brown_mushroom": "Brown Mushroom", + "block.minecraft.red_mushroom_block": "Red Mushroom Block", + "block.minecraft.brown_mushroom_block": "Brown Mushroom Block", + "block.minecraft.mushroom_stem": "Mushroom Stem", + "block.minecraft.gold_block": "Block of Gold", + "block.minecraft.iron_block": "Block of Iron", + "block.minecraft.smooth_stone": "Smooth Stone", + "block.minecraft.smooth_sandstone": "Smooth Sandstone", + "block.minecraft.smooth_red_sandstone": "Smooth Red Sandstone", + "block.minecraft.smooth_quartz": "Smooth Quartz", + "block.minecraft.stone_slab": "Stone Slab", + "block.minecraft.sandstone_slab": "Sandstone Slab", + "block.minecraft.red_sandstone_slab": "Red Sandstone Slab", + "block.minecraft.petrified_oak_slab": "Petrified Oak Slab", + "block.minecraft.cobblestone_slab": "Cobblestone Slab", + "block.minecraft.brick_slab": "Brick Slab", + "block.minecraft.stone_brick_slab": "Stone Brick Slab", + "block.minecraft.nether_brick_slab": "Nether Brick Slab", + "block.minecraft.quartz_slab": "Quartz Slab", + "block.minecraft.oak_slab": "Oak Slab", + "block.minecraft.spruce_slab": "Spruce Slab", + "block.minecraft.birch_slab": "Birch Slab", + "block.minecraft.jungle_slab": "Jungle Slab", + "block.minecraft.acacia_slab": "Acacia Slab", + "block.minecraft.dark_oak_slab": "Dark Oak Slab", + "block.minecraft.dark_prismarine_slab": "Dark Prismarine Slab", + "block.minecraft.prismarine_slab": "Prismarine Slab", + "block.minecraft.prismarine_brick_slab": "Prismarine Brick Slab", + "block.minecraft.bricks": "Bricks", + "block.minecraft.tnt": "TNT", + "block.minecraft.bookshelf": "Bookshelf", + "block.minecraft.mossy_cobblestone": "Mossy Cobblestone", + "block.minecraft.obsidian": "Obsidian", + "block.minecraft.torch": "Torch", + "block.minecraft.wall_torch": "Wall Torch", + "block.minecraft.fire": "Fire", + "block.minecraft.spawner": "Spawner", + "block.minecraft.oak_stairs": "Oak Stairs", + "block.minecraft.spruce_stairs": "Spruce Stairs", + "block.minecraft.birch_stairs": "Birch Stairs", + "block.minecraft.jungle_stairs": "Jungle Stairs", + "block.minecraft.acacia_stairs": "Acacia Stairs", + "block.minecraft.dark_oak_stairs": "Dark Oak Stairs", + "block.minecraft.dark_prismarine_stairs": "Dark Prismarine Stairs", + "block.minecraft.prismarine_stairs": "Prismarine Stairs", + "block.minecraft.prismarine_brick_stairs": "Prismarine Brick Stairs", + "block.minecraft.chest": "Chest", + "block.minecraft.trapped_chest": "Trapped Chest", + "block.minecraft.redstone_wire": "Redstone Dust", + "block.minecraft.diamond_ore": "Diamond Ore", + "block.minecraft.coal_block": "Block of Coal", + "block.minecraft.diamond_block": "Block of Diamond", + "block.minecraft.crafting_table": "Crafting Table", + "block.minecraft.wheat": "Wheat Crops", + "block.minecraft.farmland": "Farmland", + "block.minecraft.furnace": "Furnace", + "block.minecraft.sign": "Sign", + "block.minecraft.wall_sign": "Wall Sign", + "block.minecraft.ladder": "Ladder", + "block.minecraft.rail": "Rail", + "block.minecraft.powered_rail": "Powered Rail", + "block.minecraft.activator_rail": "Activator Rail", + "block.minecraft.detector_rail": "Detector Rail", + "block.minecraft.cobblestone_stairs": "Cobblestone Stairs", + "block.minecraft.sandstone_stairs": "Sandstone Stairs", + "block.minecraft.red_sandstone_stairs": "Red Sandstone Stairs", + "block.minecraft.lever": "Lever", + "block.minecraft.stone_pressure_plate": "Stone Pressure Plate", + "block.minecraft.oak_pressure_plate": "Oak Pressure Plate", + "block.minecraft.spruce_pressure_plate": "Spruce Pressure Plate", + "block.minecraft.birch_pressure_plate": "Birch Pressure Plate", + "block.minecraft.jungle_pressure_plate": "Jungle Pressure Plate", + "block.minecraft.acacia_pressure_plate": "Acacia Pressure Plate", + "block.minecraft.dark_oak_pressure_plate": "Dark Oak Pressure Plate", + "block.minecraft.light_weighted_pressure_plate": "Light Weighted Pressure Plate", + "block.minecraft.heavy_weighted_pressure_plate": "Heavy Weighted Pressure Plate", + "block.minecraft.iron_door": "Iron Door", + "block.minecraft.redstone_ore": "Redstone Ore", + "block.minecraft.redstone_torch": "Redstone Torch", + "block.minecraft.redstone_wall_torch": "Redstone Wall Torch", + "block.minecraft.stone_button": "Stone Button", + "block.minecraft.oak_button": "Oak Button", + "block.minecraft.spruce_button": "Spruce Button", + "block.minecraft.birch_button": "Birch Button", + "block.minecraft.jungle_button": "Jungle Button", + "block.minecraft.acacia_button": "Acacia Button", + "block.minecraft.dark_oak_button": "Dark Oak Button", + "block.minecraft.snow": "Snow", + "block.minecraft.white_carpet": "White Carpet", + "block.minecraft.orange_carpet": "Orange Carpet", + "block.minecraft.magenta_carpet": "Magenta Carpet", + "block.minecraft.light_blue_carpet": "Light Blue Carpet", + "block.minecraft.yellow_carpet": "Yellow Carpet", + "block.minecraft.lime_carpet": "Lime Carpet", + "block.minecraft.pink_carpet": "Pink Carpet", + "block.minecraft.gray_carpet": "Gray Carpet", + "block.minecraft.light_gray_carpet": "Light Gray Carpet", + "block.minecraft.cyan_carpet": "Cyan Carpet", + "block.minecraft.purple_carpet": "Purple Carpet", + "block.minecraft.blue_carpet": "Blue Carpet", + "block.minecraft.brown_carpet": "Brown Carpet", + "block.minecraft.green_carpet": "Green Carpet", + "block.minecraft.red_carpet": "Red Carpet", + "block.minecraft.black_carpet": "Black Carpet", + "block.minecraft.ice": "Ice", + "block.minecraft.frosted_ice": "Frosted Ice", + "block.minecraft.packed_ice": "Packed Ice", + "block.minecraft.blue_ice": "Blue Ice", + "block.minecraft.cactus": "Cactus", + "block.minecraft.clay": "Clay", + "block.minecraft.white_terracotta": "White Terracotta", + "block.minecraft.orange_terracotta": "Orange Terracotta", + "block.minecraft.magenta_terracotta": "Magenta Terracotta", + "block.minecraft.light_blue_terracotta": "Light Blue Terracotta", + "block.minecraft.yellow_terracotta": "Yellow Terracotta", + "block.minecraft.lime_terracotta": "Lime Terracotta", + "block.minecraft.pink_terracotta": "Pink Terracotta", + "block.minecraft.gray_terracotta": "Gray Terracotta", + "block.minecraft.light_gray_terracotta": "Light Gray Terracotta", + "block.minecraft.cyan_terracotta": "Cyan Terracotta", + "block.minecraft.purple_terracotta": "Purple Terracotta", + "block.minecraft.blue_terracotta": "Blue Terracotta", + "block.minecraft.brown_terracotta": "Brown Terracotta", + "block.minecraft.green_terracotta": "Green Terracotta", + "block.minecraft.red_terracotta": "Red Terracotta", + "block.minecraft.black_terracotta": "Black Terracotta", + "block.minecraft.terracotta": "Terracotta", + "block.minecraft.sugar_cane": "Sugar Cane", + "block.minecraft.jukebox": "Jukebox", + "block.minecraft.oak_fence": "Oak Fence", + "block.minecraft.spruce_fence": "Spruce Fence", + "block.minecraft.birch_fence": "Birch Fence", + "block.minecraft.jungle_fence": "Jungle Fence", + "block.minecraft.dark_oak_fence": "Dark Oak Fence", + "block.minecraft.acacia_fence": "Acacia Fence", + "block.minecraft.oak_fence_gate": "Oak Fence Gate", + "block.minecraft.spruce_fence_gate": "Spruce Fence Gate", + "block.minecraft.birch_fence_gate": "Birch Fence Gate", + "block.minecraft.jungle_fence_gate": "Jungle Fence Gate", + "block.minecraft.dark_oak_fence_gate": "Dark Oak Fence Gate", + "block.minecraft.acacia_fence_gate": "Acacia Fence Gate", + "block.minecraft.pumpkin_stem": "Pumpkin Stem", + "block.minecraft.attached_pumpkin_stem": "Attached Pumpkin Stem", + "block.minecraft.pumpkin": "Pumpkin", + "block.minecraft.carved_pumpkin": "Carved Pumpkin", + "block.minecraft.jack_o_lantern": "Jack o'Lantern", + "block.minecraft.netherrack": "Netherrack", + "block.minecraft.soul_sand": "Soul Sand", + "block.minecraft.glowstone": "Glowstone", + "block.minecraft.nether_portal": "Nether Portal", + "block.minecraft.white_wool": "White Wool", + "block.minecraft.orange_wool": "Orange Wool", + "block.minecraft.magenta_wool": "Magenta Wool", + "block.minecraft.light_blue_wool": "Light Blue Wool", + "block.minecraft.yellow_wool": "Yellow Wool", + "block.minecraft.lime_wool": "Lime Wool", + "block.minecraft.pink_wool": "Pink Wool", + "block.minecraft.gray_wool": "Gray Wool", + "block.minecraft.light_gray_wool": "Light Gray Wool", + "block.minecraft.cyan_wool": "Cyan Wool", + "block.minecraft.purple_wool": "Purple Wool", + "block.minecraft.blue_wool": "Blue Wool", + "block.minecraft.brown_wool": "Brown Wool", + "block.minecraft.green_wool": "Green Wool", + "block.minecraft.red_wool": "Red Wool", + "block.minecraft.black_wool": "Black Wool", + "block.minecraft.lapis_ore": "Lapis Lazuli Ore", + "block.minecraft.lapis_block": "Lapis Lazuli Block", + "block.minecraft.dispenser": "Dispenser", + "block.minecraft.dropper": "Dropper", + "block.minecraft.note_block": "Note Block", + "block.minecraft.cake": "Cake", + "block.minecraft.bed": "Bed", + "block.minecraft.bed.occupied": "This bed is occupied", + "block.minecraft.bed.no_sleep": "You can sleep only at night and during thunderstorms", + "block.minecraft.bed.too_far_away": "You may not rest now; the bed is too far away", + "block.minecraft.bed.not_safe": "You may not rest now; there are monsters nearby", + "block.minecraft.bed.not_valid": "Your home bed was missing or obstructed", + "block.minecraft.oak_trapdoor": "Oak Trapdoor", + "block.minecraft.spruce_trapdoor": "Spruce Trapdoor", + "block.minecraft.birch_trapdoor": "Birch Trapdoor", + "block.minecraft.jungle_trapdoor": "Jungle Trapdoor", + "block.minecraft.acacia_trapdoor": "Acacia Trapdoor", + "block.minecraft.dark_oak_trapdoor": "Dark Oak Trapdoor", + "block.minecraft.iron_trapdoor": "Iron Trapdoor", + "block.minecraft.cobweb": "Cobweb", + "block.minecraft.stone_bricks": "Stone Bricks", + "block.minecraft.mossy_stone_bricks": "Mossy Stone Bricks", + "block.minecraft.cracked_stone_bricks": "Cracked Stone Bricks", + "block.minecraft.chiseled_stone_bricks": "Chiseled Stone Bricks", + "block.minecraft.infested_stone": "Infested Stone", + "block.minecraft.infested_cobblestone": "Infested Cobblestone", + "block.minecraft.infested_stone_bricks": "Infested Stone Bricks", + "block.minecraft.infested_mossy_stone_bricks": "Infested Mossy Stone Bricks", + "block.minecraft.infested_cracked_stone_bricks": "Infested Cracked Stone Bricks", + "block.minecraft.infested_chiseled_stone_bricks": "Infested Chiseled Stone Bricks", + "block.minecraft.piston": "Piston", + "block.minecraft.sticky_piston": "Sticky Piston", + "block.minecraft.iron_bars": "Iron Bars", + "block.minecraft.melon": "Melon", + "block.minecraft.brick_stairs": "Brick Stairs", + "block.minecraft.stone_brick_stairs": "Stone Brick Stairs", + "block.minecraft.vine": "Vines", + "block.minecraft.nether_bricks": "Nether Bricks", + "block.minecraft.nether_brick_fence": "Nether Brick Fence", + "block.minecraft.nether_brick_stairs": "Nether Brick Stairs", + "block.minecraft.nether_wart": "Nether Wart", + "block.minecraft.cauldron": "Cauldron", + "block.minecraft.enchanting_table": "Enchanting Table", + "block.minecraft.anvil": "Anvil", + "block.minecraft.chipped_anvil": "Chipped Anvil", + "block.minecraft.damaged_anvil": "Damaged Anvil", + "block.minecraft.end_stone": "End Stone", + "block.minecraft.end_portal_frame": "End Portal Frame", + "block.minecraft.mycelium": "Mycelium", + "block.minecraft.lily_pad": "Lily Pad", + "block.minecraft.dragon_egg": "Dragon Egg", + "block.minecraft.redstone_lamp": "Redstone Lamp", + "block.minecraft.cocoa": "Cocoa", + "block.minecraft.ender_chest": "Ender Chest", + "block.minecraft.emerald_ore": "Emerald Ore", + "block.minecraft.emerald_block": "Block of Emerald", + "block.minecraft.redstone_block": "Block of Redstone", + "block.minecraft.tripwire": "Tripwire", + "block.minecraft.tripwire_hook": "Tripwire Hook", + "block.minecraft.command_block": "Command Block", + "block.minecraft.repeating_command_block": "Repeating Command Block", + "block.minecraft.chain_command_block": "Chain Command Block", + "block.minecraft.beacon": "Beacon", + "block.minecraft.beacon.primary": "Primary Power", + "block.minecraft.beacon.secondary": "Secondary Power", + "block.minecraft.cobblestone_wall": "Cobblestone Wall", + "block.minecraft.mossy_cobblestone_wall": "Mossy Cobblestone Wall", + "block.minecraft.carrots": "Carrots", + "block.minecraft.potatoes": "Potatoes", + "block.minecraft.daylight_detector": "Daylight Detector", + "block.minecraft.nether_quartz_ore": "Nether Quartz Ore", + "block.minecraft.hopper": "Hopper", + "block.minecraft.quartz_block": "Block of Quartz", + "block.minecraft.chiseled_quartz_block": "Chiseled Quartz Block", + "block.minecraft.quartz_pillar": "Quartz Pillar", + "block.minecraft.quartz_stairs": "Quartz Stairs", + "block.minecraft.slime_block": "Slime Block", + "block.minecraft.prismarine": "Prismarine", + "block.minecraft.prismarine_bricks": "Prismarine Bricks", + "block.minecraft.dark_prismarine": "Dark Prismarine", + "block.minecraft.sea_lantern": "Sea Lantern", + "block.minecraft.end_rod": "End Rod", + "block.minecraft.chorus_plant": "Chorus Plant", + "block.minecraft.chorus_flower": "Chorus Flower", + "block.minecraft.purpur_block": "Purpur Block", + "block.minecraft.purpur_pillar": "Purpur Pillar", + "block.minecraft.purpur_stairs": "Purpur Stairs", + "block.minecraft.purpur_slab": "Purpur Slab", + "block.minecraft.end_stone_bricks": "End Stone Bricks", + "block.minecraft.beetroots": "Beetroots", + "block.minecraft.grass_path": "Grass Path", + "block.minecraft.magma_block": "Magma Block", + "block.minecraft.nether_wart_block": "Nether Wart Block", + "block.minecraft.red_nether_bricks": "Red Nether Bricks", + "block.minecraft.bone_block": "Bone Block", + "block.minecraft.observer": "Observer", + "block.minecraft.shulker_box": "Shulker Box", + "block.minecraft.white_shulker_box": "White Shulker Box", + "block.minecraft.orange_shulker_box": "Orange Shulker Box", + "block.minecraft.magenta_shulker_box": "Magenta Shulker Box", + "block.minecraft.light_blue_shulker_box": "Light Blue Shulker Box", + "block.minecraft.yellow_shulker_box": "Yellow Shulker Box", + "block.minecraft.lime_shulker_box": "Lime Shulker Box", + "block.minecraft.pink_shulker_box": "Pink Shulker Box", + "block.minecraft.gray_shulker_box": "Gray Shulker Box", + "block.minecraft.light_gray_shulker_box": "Light Gray Shulker Box", + "block.minecraft.cyan_shulker_box": "Cyan Shulker Box", + "block.minecraft.purple_shulker_box": "Purple Shulker Box", + "block.minecraft.blue_shulker_box": "Blue Shulker Box", + "block.minecraft.brown_shulker_box": "Brown Shulker Box", + "block.minecraft.green_shulker_box": "Green Shulker Box", + "block.minecraft.red_shulker_box": "Red Shulker Box", + "block.minecraft.black_shulker_box": "Black Shulker Box", + "block.minecraft.white_glazed_terracotta": "White Glazed Terracotta", + "block.minecraft.orange_glazed_terracotta": "Orange Glazed Terracotta", + "block.minecraft.magenta_glazed_terracotta": "Magenta Glazed Terracotta", + "block.minecraft.light_blue_glazed_terracotta": "Light Blue Glazed Terracotta", + "block.minecraft.yellow_glazed_terracotta": "Yellow Glazed Terracotta", + "block.minecraft.lime_glazed_terracotta": "Lime Glazed Terracotta", + "block.minecraft.pink_glazed_terracotta": "Pink Glazed Terracotta", + "block.minecraft.gray_glazed_terracotta": "Gray Glazed Terracotta", + "block.minecraft.light_gray_glazed_terracotta": "Light Gray Glazed Terracotta", + "block.minecraft.cyan_glazed_terracotta": "Cyan Glazed Terracotta", + "block.minecraft.purple_glazed_terracotta": "Purple Glazed Terracotta", + "block.minecraft.blue_glazed_terracotta": "Blue Glazed Terracotta", + "block.minecraft.brown_glazed_terracotta": "Brown Glazed Terracotta", + "block.minecraft.green_glazed_terracotta": "Green Glazed Terracotta", + "block.minecraft.red_glazed_terracotta": "Red Glazed Terracotta", + "block.minecraft.black_glazed_terracotta": "Black Glazed Terracotta", + "block.minecraft.black_concrete": "Black Concrete", + "block.minecraft.red_concrete": "Red Concrete", + "block.minecraft.green_concrete": "Green Concrete", + "block.minecraft.brown_concrete": "Brown Concrete", + "block.minecraft.blue_concrete": "Blue Concrete", + "block.minecraft.purple_concrete": "Purple Concrete", + "block.minecraft.cyan_concrete": "Cyan Concrete", + "block.minecraft.light_gray_concrete": "Light Gray Concrete", + "block.minecraft.gray_concrete": "Gray Concrete", + "block.minecraft.pink_concrete": "Pink Concrete", + "block.minecraft.lime_concrete": "Lime Concrete", + "block.minecraft.yellow_concrete": "Yellow Concrete", + "block.minecraft.light_blue_concrete": "Light Blue Concrete", + "block.minecraft.magenta_concrete": "Magenta Concrete", + "block.minecraft.orange_concrete": "Orange Concrete", + "block.minecraft.white_concrete": "White Concrete", + "block.minecraft.black_concrete_powder": "Black Concrete Powder", + "block.minecraft.red_concrete_powder": "Red Concrete Powder", + "block.minecraft.green_concrete_powder": "Green Concrete Powder", + "block.minecraft.brown_concrete_powder": "Brown Concrete Powder", + "block.minecraft.blue_concrete_powder": "Blue Concrete Powder", + "block.minecraft.purple_concrete_powder": "Purple Concrete Powder", + "block.minecraft.cyan_concrete_powder": "Cyan Concrete Powder", + "block.minecraft.light_gray_concrete_powder": "Light Gray Concrete Powder", + "block.minecraft.gray_concrete_powder": "Gray Concrete Powder", + "block.minecraft.pink_concrete_powder": "Pink Concrete Powder", + "block.minecraft.lime_concrete_powder": "Lime Concrete Powder", + "block.minecraft.yellow_concrete_powder": "Yellow Concrete Powder", + "block.minecraft.light_blue_concrete_powder": "Light Blue Concrete Powder", + "block.minecraft.magenta_concrete_powder": "Magenta Concrete Powder", + "block.minecraft.orange_concrete_powder": "Orange Concrete Powder", + "block.minecraft.white_concrete_powder": "White Concrete Powder", + "block.minecraft.turtle_egg": "Turtle Egg", + "block.minecraft.two_turtle_eggs": "Two Turtle Eggs", + "block.minecraft.three_turtle_eggs": "Three Turtle Eggs", + "block.minecraft.four_turtle_eggs": "Four Turtle Eggs", + "block.minecraft.banner": "Banner", + "block.minecraft.wall_banner": "Wall Banner", + "block.minecraft.piston_head": "Piston Head", + "block.minecraft.moving_piston": "Moving Piston", + "block.minecraft.red_mushroom": "Red Mushroom", + "block.minecraft.snow_block": "Snow Block", + "block.minecraft.attached_melon_stem": "Attached Melon Stem", + "block.minecraft.melon_stem": "Melon Stem", + "block.minecraft.brewing_stand": "Brewing Stand", + "block.minecraft.end_portal": "End Portal", + "block.minecraft.flower_pot": "Flower Pot", + "block.minecraft.potted_oak_sapling": "Potted Oak Sapling", + "block.minecraft.potted_spruce_sapling": "Potted Spruce Sapling", + "block.minecraft.potted_birch_sapling": "Potted Birch Sapling", + "block.minecraft.potted_jungle_sapling": "Potted Jungle Sapling", + "block.minecraft.potted_acacia_sapling": "Potted Acacia Sapling", + "block.minecraft.potted_dark_oak_sapling": "Potted Dark Oak Sapling", + "block.minecraft.potted_fern": "Potted Fern", + "block.minecraft.potted_dandelion": "Potted Dandelion", + "block.minecraft.potted_poppy": "Potted Poppy", + "block.minecraft.potted_blue_orchid": "Potted Blue Orchid", + "block.minecraft.potted_allium": "Potted Allium", + "block.minecraft.potted_azure_bluet": "Potted Azure Bluet", + "block.minecraft.potted_red_tulip": "Potted Red Tulip", + "block.minecraft.potted_orange_tulip": "Potted Orange Tulip", + "block.minecraft.potted_white_tulip": "Potted White Tulip", + "block.minecraft.potted_pink_tulip": "Potted Pink Tulip", + "block.minecraft.potted_oxeye_daisy": "Potted Oxeye Daisy", + "block.minecraft.potted_red_mushroom": "Potted Red Mushroom", + "block.minecraft.potted_brown_mushroom": "Potted Brown Mushroom", + "block.minecraft.potted_dead_bush": "Potted Dead Bush", + "block.minecraft.potted_cactus": "Potted Cactus", + "block.minecraft.skeleton_wall_skull": "Skeleton Wall Skull", + "block.minecraft.skeleton_skull": "Skeleton Skull", + "block.minecraft.wither_skeleton_wall_skull": "Wither Skeleton Wall Skull", + "block.minecraft.wither_skeleton_skull": "Wither Skeleton Skull", + "block.minecraft.zombie_wall_head": "Zombie Wall Head", + "block.minecraft.zombie_head": "Zombie Head", + "block.minecraft.player_wall_head": "Player Wall Head", + "block.minecraft.player_head": "Player Head", + "block.minecraft.player_head.named": "%s's Head", + "block.minecraft.creeper_wall_head": "Creeper Wall Head", + "block.minecraft.creeper_head": "Creeper Head", + "block.minecraft.dragon_wall_head": "Dragon Wall Head", + "block.minecraft.dragon_head": "Dragon Head", + "block.minecraft.end_gateway": "End Gateway", + "block.minecraft.structure_void": "Structure Void", + "block.minecraft.structure_block": "Structure Block", + "block.minecraft.void_air": "Void Air", + "block.minecraft.cave_air": "Cave Air", + "block.minecraft.bubble_column": "Bubble Column", + "block.minecraft.dead_tube_coral_block": "Dead Tube Coral Block", + "block.minecraft.dead_brain_coral_block": "Dead Brain Coral Block", + "block.minecraft.dead_bubble_coral_block": "Dead Bubble Coral Block", + "block.minecraft.dead_fire_coral_block": "Dead Fire Coral Block", + "block.minecraft.dead_horn_coral_block": "Dead Horn Coral Block", + "block.minecraft.tube_coral_block": "Tube Coral Block", + "block.minecraft.brain_coral_block": "Brain Coral Block", + "block.minecraft.bubble_coral_block": "Bubble Coral Block", + "block.minecraft.fire_coral_block": "Fire Coral Block", + "block.minecraft.horn_coral_block": "Horn Coral Block", + "block.minecraft.tube_coral": "Tube Coral", + "block.minecraft.brain_coral": "Brain Coral", + "block.minecraft.bubble_coral": "Bubble Coral", + "block.minecraft.fire_coral": "Fire Coral", + "block.minecraft.horn_coral": "Horn Coral", + "block.minecraft.dead_tube_coral": "Dead Tube Coral", + "block.minecraft.dead_brain_coral": "Dead Brain Coral", + "block.minecraft.dead_bubble_coral": "Dead Bubble Coral", + "block.minecraft.dead_fire_coral": "Dead Fire Coral", + "block.minecraft.dead_horn_coral": "Dead Horn Coral", + "block.minecraft.tube_coral_fan": "Tube Coral Fan", + "block.minecraft.brain_coral_fan": "Brain Coral Fan", + "block.minecraft.bubble_coral_fan": "Bubble Coral Fan", + "block.minecraft.fire_coral_fan": "Fire Coral Fan", + "block.minecraft.horn_coral_fan": "Horn Coral Fan", + "block.minecraft.dead_tube_coral_fan": "Dead Tube Coral Fan", + "block.minecraft.dead_brain_coral_fan": "Dead Brain Coral Fan", + "block.minecraft.dead_bubble_coral_fan": "Dead Bubble Coral Fan", + "block.minecraft.dead_fire_coral_fan": "Dead Fire Coral Fan", + "block.minecraft.dead_horn_coral_fan": "Dead Horn Coral Fan", + "block.minecraft.tube_coral_wall_fan": "Tube Coral Wall Fan", + "block.minecraft.brain_coral_wall_fan": "Brain Coral Wall Fan", + "block.minecraft.bubble_coral_wall_fan": "Bubble Coral Wall Fan", + "block.minecraft.fire_coral_wall_fan": "Fire Coral Wall Fan", + "block.minecraft.horn_coral_wall_fan": "Horn Coral Wall Fan", + "block.minecraft.dead_tube_coral_wall_fan": "Dead Tube Coral Wall Fan", + "block.minecraft.dead_brain_coral_wall_fan": "Dead Brain Coral Wall Fan", + "block.minecraft.dead_bubble_coral_wall_fan": "Dead Bubble Coral Wall Fan", + "block.minecraft.dead_fire_coral_wall_fan": "Dead Fire Coral Wall Fan", + "block.minecraft.dead_horn_coral_wall_fan": "Dead Horn Coral Wall Fan", + "block.minecraft.conduit": "Conduit", + "item.minecraft.name_tag": "Name Tag", + "item.minecraft.lead": "Lead", + "item.minecraft.iron_shovel": "Iron Shovel", + "item.minecraft.iron_pickaxe": "Iron Pickaxe", + "item.minecraft.iron_axe": "Iron Axe", + "item.minecraft.flint_and_steel": "Flint and Steel", + "item.minecraft.apple": "Apple", + "item.minecraft.cookie": "Cookie", + "item.minecraft.bow": "Bow", + "item.minecraft.arrow": "Arrow", + "item.minecraft.spectral_arrow": "Spectral Arrow", + "item.minecraft.tipped_arrow": "Tipped Arrow", + "item.minecraft.dried_kelp": "Dried Kelp", + "item.minecraft.coal": "Coal", + "item.minecraft.charcoal": "Charcoal", + "item.minecraft.diamond": "Diamond", + "item.minecraft.emerald": "Emerald", + "item.minecraft.iron_ingot": "Iron Ingot", + "item.minecraft.gold_ingot": "Gold Ingot", + "item.minecraft.iron_sword": "Iron Sword", + "item.minecraft.wooden_sword": "Wooden Sword", + "item.minecraft.wooden_shovel": "Wooden Shovel", + "item.minecraft.wooden_pickaxe": "Wooden Pickaxe", + "item.minecraft.wooden_axe": "Wooden Axe", + "item.minecraft.stone_sword": "Stone Sword", + "item.minecraft.stone_shovel": "Stone Shovel", + "item.minecraft.stone_pickaxe": "Stone Pickaxe", + "item.minecraft.stone_axe": "Stone Axe", + "item.minecraft.diamond_sword": "Diamond Sword", + "item.minecraft.diamond_shovel": "Diamond Shovel", + "item.minecraft.diamond_pickaxe": "Diamond Pickaxe", + "item.minecraft.diamond_axe": "Diamond Axe", + "item.minecraft.stick": "Stick", + "item.minecraft.bowl": "Bowl", + "item.minecraft.mushroom_stew": "Mushroom Stew", + "item.minecraft.golden_sword": "Golden Sword", + "item.minecraft.golden_shovel": "Golden Shovel", + "item.minecraft.golden_pickaxe": "Golden Pickaxe", + "item.minecraft.golden_axe": "Golden Axe", + "item.minecraft.string": "String", + "item.minecraft.feather": "Feather", + "item.minecraft.gunpowder": "Gunpowder", + "item.minecraft.wooden_hoe": "Wooden Hoe", + "item.minecraft.stone_hoe": "Stone Hoe", + "item.minecraft.iron_hoe": "Iron Hoe", + "item.minecraft.diamond_hoe": "Diamond Hoe", + "item.minecraft.golden_hoe": "Golden Hoe", + "item.minecraft.wheat_seeds": "Wheat Seeds", + "item.minecraft.pumpkin_seeds": "Pumpkin Seeds", + "item.minecraft.melon_seeds": "Melon Seeds", + "item.minecraft.melon_slice": "Melon Slice", + "item.minecraft.wheat": "Wheat", + "item.minecraft.bread": "Bread", + "item.minecraft.leather_helmet": "Leather Cap", + "item.minecraft.leather_chestplate": "Leather Tunic", + "item.minecraft.leather_leggings": "Leather Pants", + "item.minecraft.leather_boots": "Leather Boots", + "item.minecraft.chainmail_helmet": "Chainmail Helmet", + "item.minecraft.chainmail_chestplate": "Chainmail Chestplate", + "item.minecraft.chainmail_leggings": "Chainmail Leggings", + "item.minecraft.chainmail_boots": "Chainmail Boots", + "item.minecraft.iron_helmet": "Iron Helmet", + "item.minecraft.iron_chestplate": "Iron Chestplate", + "item.minecraft.iron_leggings": "Iron Leggings", + "item.minecraft.iron_boots": "Iron Boots", + "item.minecraft.diamond_helmet": "Diamond Helmet", + "item.minecraft.diamond_chestplate": "Diamond Chestplate", + "item.minecraft.diamond_leggings": "Diamond Leggings", + "item.minecraft.diamond_boots": "Diamond Boots", + "item.minecraft.golden_helmet": "Golden Helmet", + "item.minecraft.golden_chestplate": "Golden Chestplate", + "item.minecraft.golden_leggings": "Golden Leggings", + "item.minecraft.golden_boots": "Golden Boots", + "item.minecraft.flint": "Flint", + "item.minecraft.porkchop": "Raw Porkchop", + "item.minecraft.cooked_porkchop": "Cooked Porkchop", + "item.minecraft.chicken": "Raw Chicken", + "item.minecraft.cooked_chicken": "Cooked Chicken", + "item.minecraft.mutton": "Raw Mutton", + "item.minecraft.cooked_mutton": "Cooked Mutton", + "item.minecraft.rabbit": "Raw Rabbit", + "item.minecraft.cooked_rabbit": "Cooked Rabbit", + "item.minecraft.rabbit_stew": "Rabbit Stew", + "item.minecraft.rabbit_foot": "Rabbit's Foot", + "item.minecraft.rabbit_hide": "Rabbit Hide", + "item.minecraft.beef": "Raw Beef", + "item.minecraft.cooked_beef": "Steak", + "item.minecraft.painting": "Painting", + "item.minecraft.item_frame": "Item Frame", + "item.minecraft.golden_apple": "Golden Apple", + "item.minecraft.enchanted_golden_apple": "Enchanted Golden Apple", + "item.minecraft.sign": "Sign", + "item.minecraft.bucket": "Bucket", + "item.minecraft.water_bucket": "Water Bucket", + "item.minecraft.lava_bucket": "Lava Bucket", + "item.minecraft.pufferfish_bucket": "Bucket of Pufferfish", + "item.minecraft.salmon_bucket": "Bucket of Salmon", + "item.minecraft.cod_bucket": "Bucket of Cod", + "item.minecraft.tropical_fish_bucket": "Bucket of Tropical Fish", + "item.minecraft.minecart": "Minecart", + "item.minecraft.saddle": "Saddle", + "item.minecraft.redstone": "Redstone", + "item.minecraft.snowball": "Snowball", + "item.minecraft.oak_boat": "Oak Boat", + "item.minecraft.spruce_boat": "Spruce Boat", + "item.minecraft.birch_boat": "Birch Boat", + "item.minecraft.jungle_boat": "Jungle Boat", + "item.minecraft.acacia_boat": "Acacia Boat", + "item.minecraft.dark_oak_boat": "Dark Oak Boat", + "item.minecraft.leather": "Leather", + "item.minecraft.milk_bucket": "Milk Bucket", + "item.minecraft.brick": "Brick", + "item.minecraft.clay_ball": "Clay", + "item.minecraft.paper": "Paper", + "item.minecraft.book": "Book", + "item.minecraft.slime_ball": "Slimeball", + "item.minecraft.chest_minecart": "Minecart with Chest", + "item.minecraft.furnace_minecart": "Minecart with Furnace", + "item.minecraft.tnt_minecart": "Minecart with TNT", + "item.minecraft.hopper_minecart": "Minecart with Hopper", + "item.minecraft.command_block_minecart": "Minecart with Command Block", + "item.minecraft.egg": "Egg", + "item.minecraft.compass": "Compass", + "item.minecraft.fishing_rod": "Fishing Rod", + "item.minecraft.clock": "Clock", + "item.minecraft.glowstone_dust": "Glowstone Dust", + "item.minecraft.cod": "Raw Cod", + "item.minecraft.salmon": "Raw Salmon", + "item.minecraft.pufferfish": "Pufferfish", + "item.minecraft.tropical_fish": "Tropical Fish", + "item.minecraft.cooked_cod": "Cooked Cod", + "item.minecraft.cooked_salmon": "Cooked Salmon", + "item.minecraft.music_disc_13": "Music Disc", + "item.minecraft.music_disc_cat": "Music Disc", + "item.minecraft.music_disc_blocks": "Music Disc", + "item.minecraft.music_disc_chirp": "Music Disc", + "item.minecraft.music_disc_far": "Music Disc", + "item.minecraft.music_disc_mall": "Music Disc", + "item.minecraft.music_disc_mellohi": "Music Disc", + "item.minecraft.music_disc_stal": "Music Disc", + "item.minecraft.music_disc_strad": "Music Disc", + "item.minecraft.music_disc_ward": "Music Disc", + "item.minecraft.music_disc_11": "Music Disc", + "item.minecraft.music_disc_wait": "Music Disc", + "item.minecraft.music_disc_13.desc": "C418 - 13", + "item.minecraft.music_disc_cat.desc": "C418 - cat", + "item.minecraft.music_disc_blocks.desc": "C418 - blocks", + "item.minecraft.music_disc_chirp.desc": "C418 - chirp", + "item.minecraft.music_disc_far.desc": "C418 - far", + "item.minecraft.music_disc_mall.desc": "C418 - mall", + "item.minecraft.music_disc_mellohi.desc": "C418 - mellohi", + "item.minecraft.music_disc_stal.desc": "C418 - stal", + "item.minecraft.music_disc_strad.desc": "C418 - strad", + "item.minecraft.music_disc_ward.desc": "C418 - ward", + "item.minecraft.music_disc_11.desc": "C418 - 11", + "item.minecraft.music_disc_wait.desc": "C418 - wait", + "item.minecraft.bone": "Bone", + "item.minecraft.ink_sac": "Ink Sac", + "item.minecraft.rose_red": "Rose Red", + "item.minecraft.cactus_green": "Cactus Green", + "item.minecraft.cocoa_beans": "Cocoa Beans", + "item.minecraft.lapis_lazuli": "Lapis Lazuli", + "item.minecraft.purple_dye": "Purple Dye", + "item.minecraft.cyan_dye": "Cyan Dye", + "item.minecraft.light_gray_dye": "Light Gray Dye", + "item.minecraft.gray_dye": "Gray Dye", + "item.minecraft.pink_dye": "Pink Dye", + "item.minecraft.lime_dye": "Lime Dye", + "item.minecraft.dandelion_yellow": "Dandelion Yellow", + "item.minecraft.light_blue_dye": "Light Blue Dye", + "item.minecraft.magenta_dye": "Magenta Dye", + "item.minecraft.orange_dye": "Orange Dye", + "item.minecraft.bone_meal": "Bone Meal", + "item.minecraft.sugar": "Sugar", + "block.minecraft.black_bed": "Black Bed", + "block.minecraft.red_bed": "Red Bed", + "block.minecraft.green_bed": "Green Bed", + "block.minecraft.brown_bed": "Brown Bed", + "block.minecraft.blue_bed": "Blue Bed", + "block.minecraft.purple_bed": "Purple Bed", + "block.minecraft.cyan_bed": "Cyan Bed", + "block.minecraft.light_gray_bed": "Light Gray Bed", + "block.minecraft.gray_bed": "Gray Bed", + "block.minecraft.pink_bed": "Pink Bed", + "block.minecraft.lime_bed": "Lime Bed", + "block.minecraft.yellow_bed": "Yellow Bed", + "block.minecraft.light_blue_bed": "Light Blue Bed", + "block.minecraft.magenta_bed": "Magenta Bed", + "block.minecraft.orange_bed": "Orange Bed", + "block.minecraft.white_bed": "White Bed", + "block.minecraft.repeater": "Redstone Repeater", + "block.minecraft.comparator": "Redstone Comparator", + "item.minecraft.filled_map": "Map", + "item.minecraft.shears": "Shears", + "item.minecraft.rotten_flesh": "Rotten Flesh", + "item.minecraft.ender_pearl": "Ender Pearl", + "item.minecraft.blaze_rod": "Blaze Rod", + "item.minecraft.ghast_tear": "Ghast Tear", + "item.minecraft.nether_wart": "Nether Wart", + "item.minecraft.potion": "Potion", + "item.minecraft.splash_potion": "Splash Potion", + "item.minecraft.lingering_potion": "Lingering Potion", + "item.minecraft.end_crystal": "End Crystal", + "item.minecraft.gold_nugget": "Gold Nugget", + "item.minecraft.glass_bottle": "Glass Bottle", + "item.minecraft.spider_eye": "Spider Eye", + "item.minecraft.fermented_spider_eye": "Fermented Spider Eye", + "item.minecraft.blaze_powder": "Blaze Powder", + "item.minecraft.magma_cream": "Magma Cream", + "item.minecraft.cauldron": "Cauldron", + "item.minecraft.brewing_stand": "Brewing Stand", + "item.minecraft.ender_eye": "Eye of Ender", + "item.minecraft.glistering_melon_slice": "Glistering Melon Slice", + "item.minecraft.bat_spawn_egg": "Bat Spawn Egg", + "item.minecraft.blaze_spawn_egg": "Blaze Spawn Egg", + "item.minecraft.cave_spider_spawn_egg": "Cave Spider Spawn Egg", + "item.minecraft.chicken_spawn_egg": "Chicken Spawn Egg", + "item.minecraft.cod_spawn_egg": "Cod Spawn Egg", + "item.minecraft.cow_spawn_egg": "Cow Spawn Egg", + "item.minecraft.creeper_spawn_egg": "Creeper Spawn Egg", + "item.minecraft.dolphin_spawn_egg": "Dolphin Spawn Egg", + "item.minecraft.donkey_spawn_egg": "Donkey Spawn Egg", + "item.minecraft.drowned_spawn_egg": "Drowned Spawn Egg", + "item.minecraft.elder_guardian_spawn_egg": "Elder Guardian Spawn Egg", + "item.minecraft.enderman_spawn_egg": "Enderman Spawn Egg", + "item.minecraft.endermite_spawn_egg": "Endermite Spawn Egg", + "item.minecraft.evoker_spawn_egg": "Evoker Spawn Egg", + "item.minecraft.ghast_spawn_egg": "Ghast Spawn Egg", + "item.minecraft.guardian_spawn_egg": "Guardian Spawn Egg", + "item.minecraft.horse_spawn_egg": "Horse Spawn Egg", + "item.minecraft.husk_spawn_egg": "Husk Spawn Egg", + "item.minecraft.llama_spawn_egg": "Llama Spawn Egg", + "item.minecraft.magma_cube_spawn_egg": "Magma Cube Spawn Egg", + "item.minecraft.mooshroom_spawn_egg": "Mooshroom Spawn Egg", + "item.minecraft.mule_spawn_egg": "Mule Spawn Egg", + "item.minecraft.ocelot_spawn_egg": "Ocelot Spawn Egg", + "item.minecraft.parrot_spawn_egg": "Parrot Spawn Egg", + "item.minecraft.pig_spawn_egg": "Pig Spawn Egg", + "item.minecraft.phantom_spawn_egg": "Phantom Spawn Egg", + "item.minecraft.polar_bear_spawn_egg": "Polar Bear Spawn Egg", + "item.minecraft.pufferfish_spawn_egg": "Pufferfish Spawn Egg", + "item.minecraft.rabbit_spawn_egg": "Rabbit Spawn Egg", + "item.minecraft.salmon_spawn_egg": "Salmon Spawn Egg", + "item.minecraft.sheep_spawn_egg": "Sheep Spawn Egg", + "item.minecraft.shulker_spawn_egg": "Shulker Spawn Egg", + "item.minecraft.silverfish_spawn_egg": "Silverfish Spawn Egg", + "item.minecraft.skeleton_spawn_egg": "Skeleton Spawn Egg", + "item.minecraft.skeleton_horse_spawn_egg": "Skeleton Horse Spawn Egg", + "item.minecraft.slime_spawn_egg": "Slime Spawn Egg", + "item.minecraft.spider_spawn_egg": "Spider Spawn Egg", + "item.minecraft.squid_spawn_egg": "Squid Spawn Egg", + "item.minecraft.stray_spawn_egg": "Stray Spawn Egg", + "item.minecraft.tropical_fish_spawn_egg": "Tropical Fish Spawn Egg", + "item.minecraft.turtle_spawn_egg": "Turtle Spawn Egg", + "item.minecraft.vex_spawn_egg": "Vex Spawn Egg", + "item.minecraft.villager_spawn_egg": "Villager Spawn Egg", + "item.minecraft.vindicator_spawn_egg": "Vindicator Spawn Egg", + "item.minecraft.witch_spawn_egg": "Witch Spawn Egg", + "item.minecraft.wither_skeleton_spawn_egg": "Wither Skeleton Spawn Egg", + "item.minecraft.wolf_spawn_egg": "Wolf Spawn Egg", + "item.minecraft.zombie_spawn_egg": "Zombie Spawn Egg", + "item.minecraft.zombie_horse_spawn_egg": "Zombie Horse Spawn Egg", + "item.minecraft.zombie_pigman_spawn_egg": "Zombie Pigman Spawn Egg", + "item.minecraft.zombie_villager_spawn_egg": "Zombie Villager Spawn Egg", + "item.minecraft.experience_bottle": "Bottle o' Enchanting", + "item.minecraft.fire_charge": "Fire Charge", + "item.minecraft.writable_book": "Book and Quill", + "item.minecraft.written_book": "Written Book", + "item.minecraft.flower_pot": "Flower Pot", + "item.minecraft.map": "Empty Map", + "item.minecraft.carrot": "Carrot", + "item.minecraft.golden_carrot": "Golden Carrot", + "item.minecraft.potato": "Potato", + "item.minecraft.baked_potato": "Baked Potato", + "item.minecraft.poisonous_potato": "Poisonous Potato", + "item.minecraft.skeleton_skull": "Skeleton Skull", + "item.minecraft.wither_skeleton_skull": "Wither Skeleton Skull", + "item.minecraft.zombie_head": "Zombie Head", + "item.minecraft.creeper_head": "Creeper Head", + "item.minecraft.dragon_head": "Dragon Head", + "item.minecraft.carrot_on_a_stick": "Carrot on a Stick", + "item.minecraft.nether_star": "Nether Star", + "item.minecraft.pumpkin_pie": "Pumpkin Pie", + "item.minecraft.enchanted_book": "Enchanted Book", + "item.minecraft.firework_rocket": "Firework Rocket", + "item.minecraft.firework_rocket.flight": "Flight Duration:", + "item.minecraft.firework_star": "Firework Star", + "item.minecraft.firework_star.black": "Black", + "item.minecraft.firework_star.red": "Red", + "item.minecraft.firework_star.green": "Green", + "item.minecraft.firework_star.brown": "Brown", + "item.minecraft.firework_star.blue": "Blue", + "item.minecraft.firework_star.purple": "Purple", + "item.minecraft.firework_star.cyan": "Cyan", + "item.minecraft.firework_star.light_gray": "Light Gray", + "item.minecraft.firework_star.gray": "Gray", + "item.minecraft.firework_star.pink": "Pink", + "item.minecraft.firework_star.lime": "Lime", + "item.minecraft.firework_star.yellow": "Yellow", + "item.minecraft.firework_star.light_blue": "Light Blue", + "item.minecraft.firework_star.magenta": "Magenta", + "item.minecraft.firework_star.orange": "Orange", + "item.minecraft.firework_star.white": "White", + "item.minecraft.firework_star.custom_color": "Custom", + "item.minecraft.firework_star.fade_to": "Fade to", + "item.minecraft.firework_star.flicker": "Twinkle", + "item.minecraft.firework_star.trail": "Trail", + "item.minecraft.firework_star.shape.small_ball": "Small Ball", + "item.minecraft.firework_star.shape.large_ball": "Large Ball", + "item.minecraft.firework_star.shape.star": "Star-shaped", + "item.minecraft.firework_star.shape.creeper": "Creeper-shaped", + "item.minecraft.firework_star.shape.burst": "Burst", + "item.minecraft.firework_star.shape": "Unknown Shape", + "item.minecraft.nether_brick": "Nether Brick", + "item.minecraft.quartz": "Nether Quartz", + "item.minecraft.armor_stand": "Armor Stand", + "item.minecraft.iron_horse_armor": "Iron Horse Armor", + "item.minecraft.golden_horse_armor": "Golden Horse Armor", + "item.minecraft.diamond_horse_armor": "Diamond Horse Armor", + "item.minecraft.prismarine_shard": "Prismarine Shard", + "item.minecraft.prismarine_crystals": "Prismarine Crystals", + "item.minecraft.chorus_fruit": "Chorus Fruit", + "item.minecraft.popped_chorus_fruit": "Popped Chorus Fruit", + "item.minecraft.beetroot": "Beetroot", + "item.minecraft.beetroot_seeds": "Beetroot Seeds", + "item.minecraft.beetroot_soup": "Beetroot Soup", + "item.minecraft.dragon_breath": "Dragon's Breath", + "item.minecraft.elytra": "Elytra", + "item.minecraft.totem_of_undying": "Totem of Undying", + "item.minecraft.shulker_shell": "Shulker Shell", + "item.minecraft.iron_nugget": "Iron Nugget", + "item.minecraft.knowledge_book": "Knowledge Book", + "item.minecraft.debug_stick": "Debug Stick", + "item.minecraft.debug_stick.empty": "%s has no properties", + "item.minecraft.debug_stick.update": "\"%s\" to %s", + "item.minecraft.debug_stick.select": "selected \"%s\" (%s)", + "item.minecraft.trident": "Trident", + "item.minecraft.scute": "Scute", + "item.minecraft.turtle_helmet": "Turtle Shell", + "item.minecraft.phantom_membrane": "Phantom Membrane", + "item.minecraft.nautilus_shell": "Nautilus Shell", + "item.minecraft.heart_of_the_sea": "Heart of the Sea", + "container.inventory": "Inventory", + "container.hopper": "Item Hopper", + "container.crafting": "Crafting", + "container.dispenser": "Dispenser", + "container.dropper": "Dropper", + "container.furnace": "Furnace", + "container.enchant": "Enchant", + "container.enchant.lapis.one": "1 Lapis Lazuli", + "container.enchant.lapis.many": "%s Lapis Lazuli", + "container.enchant.level.one": "1 Enchantment Level", + "container.enchant.level.many": "%s Enchantment Levels", + "container.enchant.level.requirement": "Level requirement: %s", + "container.enchant.clue": "%s . . . ?", + "container.repair": "Repair & Name", + "container.repair.cost": "Enchantment Cost: %1$s", + "container.repair.expensive": "Too Expensive!", + "container.creative": "Item Selection", + "container.brewing": "Brewing Stand", + "container.chest": "Chest", + "container.chestDouble": "Large Chest", + "container.enderchest": "Ender Chest", + "container.beacon": "Beacon", + "container.shulkerBox": "Shulker Box", + "container.shulkerBox.more": "and %s more...", + "container.spectatorCantOpen": "Unable to open. Loot not generated yet.", + "container.isLocked": "%s is locked!", + "structure_block.invalid_structure_name": "Invalid structure name '%s'", + "structure_block.save_success": "Structure saved as '%s'", + "structure_block.save_failure": "Unable to save structure '%s'", + "structure_block.load_success": "Structure loaded from '%s'", + "structure_block.load_prepare": "Structure '%s' position prepared", + "structure_block.load_not_found": "Structure '%s' is not available", + "structure_block.size_success": "Size successfully detected for '%s'", + "structure_block.size_failure": "Unable to detect structure size. Add corners with matching structure names", + "structure_block.mode.save": "Save", + "structure_block.mode.load": "Load", + "structure_block.mode.data": "Data", + "structure_block.mode.corner": "Corner", + "structure_block.hover.save": "Save: %s", + "structure_block.hover.load": "Load: %s", + "structure_block.hover.data": "Data: %s", + "structure_block.hover.corner": "Corner: %s", + "structure_block.mode_info.save": "Save mode - write to file", + "structure_block.mode_info.load": "Load mode - load from file", + "structure_block.mode_info.data": "Data mode - game logic marker", + "structure_block.mode_info.corner": "Corner mode - placement and size marker", + "structure_block.structure_name": "Structure Name", + "structure_block.custom_data": "Custom Data Tag Name", + "structure_block.position": "Relative Position", + "structure_block.size": "Structure Size", + "structure_block.integrity": "Structure Integrity and Seed", + "structure_block.include_entities": "Include entities:", + "structure_block.detect_size": "Detect structure size and position:", + "structure_block.button.detect_size": "DETECT", + "structure_block.button.save": "SAVE", + "structure_block.button.load": "LOAD", + "structure_block.show_air": "Show invisible blocks:", + "structure_block.show_boundingbox": "Show bounding box:", + "item.dyed": "Dyed", + "item.unbreakable": "Unbreakable", + "item.canBreak": "Can break:", + "item.canPlace": "Can be placed on:", + "item.color": "Color: %s", + "item.nbt_tags": "NBT: %s tag(s)", + "item.durability": "Durability: %s / %s", + "filled_map.mansion": "Woodland Explorer Map", + "filled_map.monument": "Ocean Explorer Map", + "filled_map.buried_treasure": "Buried Treasure Map", + "filled_map.unknown": "Unknown Map", + "filled_map.id": "Id #%s", + "filled_map.level": "(Level %s/%s)", + "filled_map.scale": "Scaling at 1:%s", + "entity.minecraft.area_effect_cloud": "Area Effect Cloud", + "entity.minecraft.armor_stand": "Armor Stand", + "entity.minecraft.arrow": "Arrow", + "entity.minecraft.bat": "Bat", + "entity.minecraft.blaze": "Blaze", + "entity.minecraft.boat": "Boat", + "entity.minecraft.cat": "Cat", + "entity.minecraft.cave_spider": "Cave Spider", + "entity.minecraft.chest_minecart": "Minecart with Chest", + "entity.minecraft.chicken": "Chicken", + "entity.minecraft.command_block_minecart": "Minecart with Command Block", + "entity.minecraft.cod": "Cod", + "entity.minecraft.cow": "Cow", + "entity.minecraft.creeper": "Creeper", + "entity.minecraft.dolphin": "Dolphin", + "entity.minecraft.donkey": "Donkey", + "entity.minecraft.drowned": "Drowned", + "entity.minecraft.dragon_fireball": "Dragon Fireball", + "entity.minecraft.egg": "Thrown Egg", + "entity.minecraft.elder_guardian": "Elder Guardian", + "entity.minecraft.end_crystal": "End Crystal", + "entity.minecraft.ender_dragon": "Ender Dragon", + "entity.minecraft.ender_pearl": "Thrown Ender Pearl", + "entity.minecraft.enderman": "Enderman", + "entity.minecraft.endermite": "Endermite", + "entity.minecraft.evoker_fangs": "Evoker Fangs", + "entity.minecraft.evoker": "Evoker", + "entity.minecraft.eye_of_ender": "Eye of Ender", + "entity.minecraft.falling_block": "Falling Block", + "entity.minecraft.fireball": "Fireball", + "entity.minecraft.firework_rocket": "Firework Rocket", + "entity.minecraft.fishing_bobber": "Fishing Bobber", + "entity.minecraft.furnace_minecart": "Minecart with Furnace", + "entity.minecraft.ghast": "Ghast", + "entity.minecraft.giant": "Giant", + "entity.minecraft.guardian": "Guardian", + "entity.minecraft.hopper_minecart": "Minecart with Hopper", + "entity.minecraft.horse": "Horse", + "entity.minecraft.husk": "Husk", + "entity.minecraft.illusioner": "Illusioner", + "entity.minecraft.item": "Item", + "entity.minecraft.item_frame": "Item Frame", + "entity.minecraft.killer_bunny": "The Killer Bunny", + "entity.minecraft.leash_knot": "Leash Knot", + "entity.minecraft.lightning_bolt": "Lightning Bolt", + "entity.minecraft.llama": "Llama", + "entity.minecraft.llama_spit": "Llama Spit", + "entity.minecraft.magma_cube": "Magma Cube", + "entity.minecraft.minecart": "Minecart", + "entity.minecraft.mooshroom": "Mooshroom", + "entity.minecraft.mule": "Mule", + "entity.minecraft.ocelot": "Ocelot", + "entity.minecraft.painting": "Painting", + "entity.minecraft.parrot": "Parrot", + "entity.minecraft.phantom": "Phantom", + "entity.minecraft.pig": "Pig", + "entity.minecraft.player": "Player", + "entity.minecraft.polar_bear": "Polar Bear", + "entity.minecraft.potion": "Potion", + "entity.minecraft.pufferfish": "Pufferfish", + "entity.minecraft.rabbit": "Rabbit", + "entity.minecraft.salmon": "Salmon", + "entity.minecraft.sheep": "Sheep", + "entity.minecraft.shulker": "Shulker", + "entity.minecraft.shulker_bullet": "Shulker Bullet", + "entity.minecraft.silverfish": "Silverfish", + "entity.minecraft.skeleton": "Skeleton", + "entity.minecraft.skeleton_horse": "Skeleton Horse", + "entity.minecraft.slime": "Slime", + "entity.minecraft.small_fireball": "Small Fireball", + "entity.minecraft.snowball": "Snowball", + "entity.minecraft.snow_golem": "Snow Golem", + "entity.minecraft.spawner_minecart": "Minecart with Spawner", + "entity.minecraft.spectral_arrow": "Spectral Arrow", + "entity.minecraft.spider": "Spider", + "entity.minecraft.squid": "Squid", + "entity.minecraft.stray": "Stray", + "entity.minecraft.tnt": "Primed TNT", + "entity.minecraft.tnt_minecart": "Minecart with TNT", + "entity.minecraft.trident": "Trident", + "entity.minecraft.tropical_fish": "Tropical Fish", + "entity.minecraft.tropical_fish.predefined.0": "Anemone", + "entity.minecraft.tropical_fish.predefined.1": "Black Tang", + "entity.minecraft.tropical_fish.predefined.2": "Blue Tang", + "entity.minecraft.tropical_fish.predefined.3": "Butterflyfish", + "entity.minecraft.tropical_fish.predefined.4": "Cichlid", + "entity.minecraft.tropical_fish.predefined.5": "Clownfish", + "entity.minecraft.tropical_fish.predefined.6": "Cotton Candy Betta", + "entity.minecraft.tropical_fish.predefined.7": "Dottyback", + "entity.minecraft.tropical_fish.predefined.8": "Emperor Red Snapper", + "entity.minecraft.tropical_fish.predefined.9": "Goatfish", + "entity.minecraft.tropical_fish.predefined.10": "Moorish Idol", + "entity.minecraft.tropical_fish.predefined.11": "Ornate Butterflyfish", + "entity.minecraft.tropical_fish.predefined.12": "Parrotfish", + "entity.minecraft.tropical_fish.predefined.13": "Queen Angelfish", + "entity.minecraft.tropical_fish.predefined.14": "Red Cichlid", + "entity.minecraft.tropical_fish.predefined.15": "Red Lipped Blenny", + "entity.minecraft.tropical_fish.predefined.16": "Red Snapper", + "entity.minecraft.tropical_fish.predefined.17": "Threadfin", + "entity.minecraft.tropical_fish.predefined.18": "Tomato Clownfish", + "entity.minecraft.tropical_fish.predefined.19": "Triggerfish", + "entity.minecraft.tropical_fish.predefined.20": "Yellowtail Parrotfish", + "entity.minecraft.tropical_fish.predefined.21": "Yellow Tang", + "entity.minecraft.tropical_fish.type.flopper": "Flopper", + "entity.minecraft.tropical_fish.type.stripey": "Stripey", + "entity.minecraft.tropical_fish.type.glitter": "Glitter", + "entity.minecraft.tropical_fish.type.blockfish": "Blockfish", + "entity.minecraft.tropical_fish.type.betty": "Betty", + "entity.minecraft.tropical_fish.type.clayfish": "Clayfish", + "entity.minecraft.tropical_fish.type.kob": "Kob", + "entity.minecraft.tropical_fish.type.sunstreak": "SunStreak", + "entity.minecraft.tropical_fish.type.snooper": "Snooper", + "entity.minecraft.tropical_fish.type.dasher": "Dasher", + "entity.minecraft.tropical_fish.type.brinely": "Brinely", + "entity.minecraft.tropical_fish.type.spotty": "Spotty", + "entity.minecraft.turtle": "Turtle", + "entity.minecraft.vex": "Vex", + "entity.minecraft.villager.armorer": "Armorer", + "entity.minecraft.villager.butcher": "Butcher", + "entity.minecraft.villager.cartographer": "Cartographer", + "entity.minecraft.villager.cleric": "Cleric", + "entity.minecraft.villager.farmer": "Farmer", + "entity.minecraft.villager.fisherman": "Fisherman", + "entity.minecraft.villager.fletcher": "Fletcher", + "entity.minecraft.villager.leatherworker": "Leatherworker", + "entity.minecraft.villager.librarian": "Librarian", + "entity.minecraft.villager.nitwit": "Nitwit", + "entity.minecraft.villager.shepherd": "Shepherd", + "entity.minecraft.villager.tool_smith": "Tool Smith", + "entity.minecraft.villager.weapon_smith": "Weapon Smith", + "entity.minecraft.villager": "Villager", + "entity.minecraft.iron_golem": "Iron Golem", + "entity.minecraft.vindicator": "Vindicator", + "entity.minecraft.witch": "Witch", + "entity.minecraft.wither": "Wither", + "entity.minecraft.wither_skeleton": "Wither Skeleton", + "entity.minecraft.wither_skull": "Wither Skull", + "entity.minecraft.wolf": "Wolf", + "entity.minecraft.experience_bottle": "Thrown Bottle o' Enchanting", + "entity.minecraft.experience_orb": "Experience Orb", + "entity.minecraft.zombie": "Zombie", + "entity.minecraft.zombie_horse": "Zombie Horse", + "entity.minecraft.zombie_pigman": "Zombie Pigman", + "entity.minecraft.zombie_villager": "Zombie Villager", + "death.fell.accident.ladder": "%1$s fell off a ladder", + "death.fell.accident.vines": "%1$s fell off some vines", + "death.fell.accident.water": "%1$s fell out of the water", + "death.fell.accident.generic": "%1$s fell from a high place", + "death.fell.killer": "%1$s was doomed to fall", + "death.fell.assist": "%1$s was doomed to fall by %2$s", + "death.fell.assist.item": "%1$s was doomed to fall by %2$s using %3$s", + "death.fell.finish": "%1$s fell too far and was finished by %2$s", + "death.fell.finish.item": "%1$s fell too far and was finished by %2$s using %3$s", + "death.attack.lightningBolt": "%1$s was struck by lightning", + "death.attack.lightningBolt.player": "%1$s was struck by lightning whilst fighting %2$s", + "death.attack.inFire": "%1$s went up in flames", + "death.attack.inFire.player": "%1$s walked into fire whilst fighting %2$s", + "death.attack.onFire": "%1$s burned to death", + "death.attack.onFire.player": "%1$s was burnt to a crisp whilst fighting %2$s", + "death.attack.lava": "%1$s tried to swim in lava", + "death.attack.lava.player": "%1$s tried to swim in lava to escape %2$s", + "death.attack.hotFloor": "%1$s discovered the floor was lava", + "death.attack.hotFloor.player": "%1$s walked into danger zone due to %2$s", + "death.attack.inWall": "%1$s suffocated in a wall", + "death.attack.inWall.player": "%1$s suffocated in a wall whilst fighting %2$s", + "death.attack.cramming": "%1$s was squished too much", + "death.attack.cramming.player": "%1$s was squashed by %2$s", + "death.attack.drown": "%1$s drowned", + "death.attack.drown.player": "%1$s drowned whilst trying to escape %2$s", + "death.attack.starve": "%1$s starved to death", + "death.attack.starve.player": "%1$s starved to death whilst fighting %2$s", + "death.attack.cactus": "%1$s was pricked to death", + "death.attack.cactus.player": "%1$s walked into a cactus whilst trying to escape %2$s", + "death.attack.generic": "%1$s died", + "death.attack.generic.player": "%1$s died because of %2$s", + "death.attack.explosion": "%1$s blew up", + "death.attack.explosion.player": "%1$s was blown up by %2$s", + "death.attack.explosion.player.item": "%1$s was blown up by %2$s using %3$s", + "death.attack.magic": "%1$s was killed by magic", + "death.attack.even_more_magic": "%1$s was killed by even more magic", + "death.attack.message_too_long": "Actually, message was too long to deliver fully. Sorry! Here's stripped version: %s", + "death.attack.wither": "%1$s withered away", + "death.attack.wither.player": "%1$s withered away whilst fighting %2$s", + "death.attack.anvil": "%1$s was squashed by a falling anvil", + "death.attack.anvil.player": "%1$s was squashed by a falling anvil whilst fighting %2$s", + "death.attack.fallingBlock": "%1$s was squashed by a falling block", + "death.attack.fallingBlock.player": "%1$s was squashed by a falling block whilst fighting %2$s", + "death.attack.mob": "%1$s was slain by %2$s", + "death.attack.mob.item": "%1$s was slain by %2$s using %3$s", + "death.attack.player": "%1$s was slain by %2$s", + "death.attack.player.item": "%1$s was slain by %2$s using %3$s", + "death.attack.arrow": "%1$s was shot by %2$s", + "death.attack.arrow.item": "%1$s was shot by %2$s using %3$s", + "death.attack.fireball": "%1$s was fireballed by %2$s", + "death.attack.fireball.item": "%1$s was fireballed by %2$s using %3$s", + "death.attack.thrown": "%1$s was pummeled by %2$s", + "death.attack.thrown.item": "%1$s was pummeled by %2$s using %3$s", + "death.attack.indirectMagic": "%1$s was killed by %2$s using magic", + "death.attack.indirectMagic.item": "%1$s was killed by %2$s using %3$s", + "death.attack.thorns": "%1$s was killed trying to hurt %2$s", + "death.attack.thorns.item": "%1$s was killed by %3$s trying to hurt %2$s", + "death.attack.trident": "%1$s was impaled by %2$s", + "death.attack.trident.item": "%1$s was impaled by %2$s with %3$s", + "death.attack.fall": "%1$s hit the ground too hard", + "death.attack.fall.player": "%1$s hit the ground too hard whilst trying to escape %2$s", + "death.attack.outOfWorld": "%1$s fell out of the world", + "death.attack.outOfWorld.player": "%1$s didn't want to live in the same world as %2$s", + "death.attack.dragonBreath": "%1$s was roasted in dragon breath", + "death.attack.dragonBreath.player": "%1$s was roasted in dragon breath by %2$s", + "death.attack.flyIntoWall": "%1$s experienced kinetic energy", + "death.attack.flyIntoWall.player": "%1$s experienced kinetic energy whilst trying to escape %2$s", + "death.attack.fireworks": "%1$s went off with a bang", + "death.attack.fireworks.player": "%1$s went off with a bang whilst fighting %2$s", + "death.attack.netherBed.message": "%1$s was killed by %2$s", + "death.attack.netherBed.link": "Intentional Game Design", + "deathScreen.respawn": "Respawn", + "deathScreen.spectate": "Spectate world", + "deathScreen.deleteWorld": "Delete world", + "deathScreen.titleScreen": "Title screen", + "deathScreen.score": "Score", + "deathScreen.title.hardcore": "Game over!", + "deathScreen.title": "You died!", + "deathScreen.leaveServer": "Leave server", + "deathScreen.quit.confirm": "Are you sure you want to quit?", + "effect.none": "No Effects", + "effect.minecraft.speed": "Speed", + "effect.minecraft.slowness": "Slowness", + "effect.minecraft.haste": "Haste", + "effect.minecraft.mining_fatigue": "Mining Fatigue", + "effect.minecraft.strength": "Strength", + "effect.minecraft.instant_health": "Instant Health", + "effect.minecraft.instant_damage": "Instant Damage", + "effect.minecraft.jump_boost": "Jump Boost", + "effect.minecraft.nausea": "Nausea", + "effect.minecraft.regeneration": "Regeneration", + "effect.minecraft.resistance": "Resistance", + "effect.minecraft.fire_resistance": "Fire Resistance", + "effect.minecraft.water_breathing": "Water Breathing", + "effect.minecraft.invisibility": "Invisibility", + "effect.minecraft.blindness": "Blindness", + "effect.minecraft.night_vision": "Night Vision", + "effect.minecraft.hunger": "Hunger", + "effect.minecraft.weakness": "Weakness", + "effect.minecraft.poison": "Poison", + "effect.minecraft.wither": "Wither", + "effect.minecraft.health_boost": "Health Boost", + "effect.minecraft.absorption": "Absorption", + "effect.minecraft.saturation": "Saturation", + "effect.minecraft.glowing": "Glowing", + "effect.minecraft.luck": "Luck", + "effect.minecraft.unluck": "Bad Luck", + "effect.minecraft.levitation": "Levitation", + "effect.minecraft.slow_falling": "Slow Falling", + "effect.minecraft.conduit_power": "Conduit Power", + "effect.minecraft.dolphins_grace": "Dolphin's Grace", + "item.minecraft.tipped_arrow.effect.empty": "Uncraftable Tipped Arrow", + "item.minecraft.tipped_arrow.effect.water": "Arrow of Splashing", + "item.minecraft.tipped_arrow.effect.mundane": "Tipped Arrow", + "item.minecraft.tipped_arrow.effect.thick": "Tipped Arrow", + "item.minecraft.tipped_arrow.effect.awkward": "Tipped Arrow", + "item.minecraft.tipped_arrow.effect.night_vision": "Arrow of Night Vision", + "item.minecraft.tipped_arrow.effect.invisibility": "Arrow of Invisibility", + "item.minecraft.tipped_arrow.effect.leaping": "Arrow of Leaping", + "item.minecraft.tipped_arrow.effect.fire_resistance": "Arrow of Fire Resistance", + "item.minecraft.tipped_arrow.effect.swiftness": "Arrow of Swiftness", + "item.minecraft.tipped_arrow.effect.slowness": "Arrow of Slowness", + "item.minecraft.tipped_arrow.effect.water_breathing": "Arrow of Water Breathing", + "item.minecraft.tipped_arrow.effect.healing": "Arrow of Healing", + "item.minecraft.tipped_arrow.effect.harming": "Arrow of Harming", + "item.minecraft.tipped_arrow.effect.poison": "Arrow of Poison", + "item.minecraft.tipped_arrow.effect.regeneration": "Arrow of Regeneration", + "item.minecraft.tipped_arrow.effect.strength": "Arrow of Strength", + "item.minecraft.tipped_arrow.effect.weakness": "Arrow of Weakness", + "item.minecraft.tipped_arrow.effect.levitation": "Arrow of Levitation", + "item.minecraft.tipped_arrow.effect.luck": "Arrow of Luck", + "item.minecraft.tipped_arrow.effect.turtle_master": "Arrow of the Turtle Master", + "item.minecraft.tipped_arrow.effect.slow_falling": "Arrow of Slow Falling", + "potion.whenDrank": "When Applied:", + "item.minecraft.potion.effect.empty": "Uncraftable Potion", + "item.minecraft.potion.effect.water": "Water Bottle", + "item.minecraft.potion.effect.mundane": "Mundane Potion", + "item.minecraft.potion.effect.thick": "Thick Potion", + "item.minecraft.potion.effect.awkward": "Awkward Potion", + "item.minecraft.potion.effect.night_vision": "Potion of Night Vision", + "item.minecraft.potion.effect.invisibility": "Potion of Invisibility", + "item.minecraft.potion.effect.leaping": "Potion of Leaping", + "item.minecraft.potion.effect.fire_resistance": "Potion of Fire Resistance", + "item.minecraft.potion.effect.swiftness": "Potion of Swiftness", + "item.minecraft.potion.effect.slowness": "Potion of Slowness", + "item.minecraft.potion.effect.water_breathing": "Potion of Water Breathing", + "item.minecraft.potion.effect.healing": "Potion of Healing", + "item.minecraft.potion.effect.harming": "Potion of Harming", + "item.minecraft.potion.effect.poison": "Potion of Poison", + "item.minecraft.potion.effect.regeneration": "Potion of Regeneration", + "item.minecraft.potion.effect.strength": "Potion of Strength", + "item.minecraft.potion.effect.weakness": "Potion of Weakness", + "item.minecraft.potion.effect.levitation": "Potion of Levitation", + "item.minecraft.potion.effect.luck": "Potion of Luck", + "item.minecraft.potion.effect.turtle_master": "Potion of the Turtle Master", + "item.minecraft.potion.effect.slow_falling": "Potion of Slow Falling", + "item.minecraft.splash_potion.effect.empty": "Splash Uncraftable Potion", + "item.minecraft.splash_potion.effect.water": "Splash Water Bottle", + "item.minecraft.splash_potion.effect.mundane": "Mundane Splash Potion", + "item.minecraft.splash_potion.effect.thick": "Thick Splash Potion", + "item.minecraft.splash_potion.effect.awkward": "Awkward Splash Potion", + "item.minecraft.splash_potion.effect.night_vision": "Splash Potion of Night Vision", + "item.minecraft.splash_potion.effect.invisibility": "Splash Potion of Invisibility", + "item.minecraft.splash_potion.effect.leaping": "Splash Potion of Leaping", + "item.minecraft.splash_potion.effect.fire_resistance": "Splash Potion of Fire Resistance", + "item.minecraft.splash_potion.effect.swiftness": "Splash Potion of Swiftness", + "item.minecraft.splash_potion.effect.slowness": "Splash Potion of Slowness", + "item.minecraft.splash_potion.effect.water_breathing": "Splash Potion of Water Breathing", + "item.minecraft.splash_potion.effect.healing": "Splash Potion of Healing", + "item.minecraft.splash_potion.effect.harming": "Splash Potion of Harming", + "item.minecraft.splash_potion.effect.poison": "Splash Potion of Poison", + "item.minecraft.splash_potion.effect.regeneration": "Splash Potion of Regeneration", + "item.minecraft.splash_potion.effect.strength": "Splash Potion of Strength", + "item.minecraft.splash_potion.effect.weakness": "Splash Potion of Weakness", + "item.minecraft.splash_potion.effect.levitation": "Splash Potion of Levitation", + "item.minecraft.splash_potion.effect.luck": "Splash Potion of Luck", + "item.minecraft.splash_potion.effect.turtle_master": "Splash Potion of the Turtle Master", + "item.minecraft.splash_potion.effect.slow_falling": "Splash Potion of Slow Falling", + "item.minecraft.lingering_potion.effect.empty": "Lingering Uncraftable Potion", + "item.minecraft.lingering_potion.effect.water": "Lingering Water Bottle", + "item.minecraft.lingering_potion.effect.mundane": "Mundane Lingering Potion", + "item.minecraft.lingering_potion.effect.thick": "Thick Lingering Potion", + "item.minecraft.lingering_potion.effect.awkward": "Awkward Lingering Potion", + "item.minecraft.lingering_potion.effect.night_vision": "Lingering Potion of Night Vision", + "item.minecraft.lingering_potion.effect.invisibility": "Lingering Potion of Invisibility", + "item.minecraft.lingering_potion.effect.leaping": "Lingering Potion of Leaping", + "item.minecraft.lingering_potion.effect.fire_resistance": "Lingering Potion of Fire Resistance", + "item.minecraft.lingering_potion.effect.swiftness": "Lingering Potion of Swiftness", + "item.minecraft.lingering_potion.effect.slowness": "Lingering Potion of Slowness", + "item.minecraft.lingering_potion.effect.water_breathing": "Lingering Potion of Water Breathing", + "item.minecraft.lingering_potion.effect.healing": "Lingering Potion of Healing", + "item.minecraft.lingering_potion.effect.harming": "Lingering Potion of Harming", + "item.minecraft.lingering_potion.effect.poison": "Lingering Potion of Poison", + "item.minecraft.lingering_potion.effect.regeneration": "Lingering Potion of Regeneration", + "item.minecraft.lingering_potion.effect.strength": "Lingering Potion of Strength", + "item.minecraft.lingering_potion.effect.weakness": "Lingering Potion of Weakness", + "item.minecraft.lingering_potion.effect.levitation": "Lingering Potion of Levitation", + "item.minecraft.lingering_potion.effect.luck": "Lingering Potion of Luck", + "item.minecraft.lingering_potion.effect.turtle_master": "Lingering Potion of the Turtle Master", + "item.minecraft.lingering_potion.effect.slow_falling": "Lingering Potion of Slow Falling", + "potion.potency.0": "", + "potion.potency.1": "II", + "potion.potency.2": "III", + "potion.potency.3": "IV", + "potion.potency.4": "V", + "potion.potency.5": "VI", + "enchantment.minecraft.sharpness": "Sharpness", + "enchantment.minecraft.smite": "Smite", + "enchantment.minecraft.bane_of_arthropods": "Bane of Arthropods", + "enchantment.minecraft.knockback": "Knockback", + "enchantment.minecraft.fire_aspect": "Fire Aspect", + "enchantment.minecraft.sweeping": "Sweeping Edge", + "enchantment.minecraft.protection": "Protection", + "enchantment.minecraft.fire_protection": "Fire Protection", + "enchantment.minecraft.feather_falling": "Feather Falling", + "enchantment.minecraft.blast_protection": "Blast Protection", + "enchantment.minecraft.projectile_protection": "Projectile Protection", + "enchantment.minecraft.respiration": "Respiration", + "enchantment.minecraft.aqua_affinity": "Aqua Affinity", + "enchantment.minecraft.depth_strider": "Depth Strider", + "enchantment.minecraft.frost_walker": "Frost Walker", + "enchantment.minecraft.efficiency": "Efficiency", + "enchantment.minecraft.silk_touch": "Silk Touch", + "enchantment.minecraft.unbreaking": "Unbreaking", + "enchantment.minecraft.looting": "Looting", + "enchantment.minecraft.fortune": "Fortune", + "enchantment.minecraft.luck_of_the_sea": "Luck of the Sea", + "enchantment.minecraft.lure": "Lure", + "enchantment.minecraft.power": "Power", + "enchantment.minecraft.flame": "Flame", + "enchantment.minecraft.punch": "Punch", + "enchantment.minecraft.infinity": "Infinity", + "enchantment.minecraft.thorns": "Thorns", + "enchantment.minecraft.mending": "Mending", + "enchantment.minecraft.binding_curse": "Curse of Binding", + "enchantment.minecraft.vanishing_curse": "Curse of Vanishing", + "enchantment.minecraft.loyalty": "Loyalty", + "enchantment.minecraft.impaling": "Impaling", + "enchantment.minecraft.riptide": "Riptide", + "enchantment.minecraft.channeling": "Channeling", + "enchantment.level.1": "I", + "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.level.10": "X", + "gui.advancements": "Advancements", + "gui.stats": "Statistics", + "advancements.empty": "There doesn't seem to be anything here...", + "advancements.toast.task": "Advancement Made!", + "advancements.toast.challenge": "Challenge Complete!", + "advancements.toast.goal": "Goal Reached!", + "stats.tooltip.type.statistic": "Statistic", + "stat.generalButton": "General", + "stat.blocksButton": "Blocks", + "stat.itemsButton": "Items", + "stat.mobsButton": "Mobs", + "stat_type.minecraft.mined": "Times Mined", + "stat_type.minecraft.crafted": "Times Crafted", + "stat_type.minecraft.used": "Times Used", + "stat_type.minecraft.broken": "Times Broken", + "stat_type.minecraft.picked_up": "Picked Up", + "stat_type.minecraft.dropped": "Dropped", + "stat_type.minecraft.killed": "You killed %s %s", + "stat_type.minecraft.killed.none": "You have never killed %s", + "stat_type.minecraft.killed_by": "%s killed you %s time(s)", + "stat_type.minecraft.killed_by.none": "You have never been killed by %s", + "stat.minecraft.animals_bred": "Animals Bred", + "stat.minecraft.aviate_one_cm": "Distance by Elytra", + "stat.minecraft.clean_armor": "Armor Pieces Cleaned", + "stat.minecraft.clean_banner": "Banners Cleaned", + "stat.minecraft.clean_shulker_box": "Shulker Box Cleaned", + "stat.minecraft.climb_one_cm": "Distance Climbed", + "stat.minecraft.boat_one_cm": "Distance by Boat", + "stat.minecraft.crouch_one_cm": "Distance Crouched", + "stat.minecraft.damage_dealt": "Damage Dealt", + "stat.minecraft.damage_dealt_absorbed": "Damage Dealt (Absorbed)", + "stat.minecraft.damage_dealt_resisted": "Damage Dealt (Resisted)", + "stat.minecraft.damage_taken": "Damage Taken", + "stat.minecraft.damage_blocked_by_shield": "Damage Blocked By Shield", + "stat.minecraft.damage_absorbed": "Damage Absorbed", + "stat.minecraft.damage_resisted": "Damage Resisted", + "stat.minecraft.deaths": "Number of Deaths", + "stat.minecraft.walk_under_water_one_cm": "Distance Walked under Water", + "stat.minecraft.drop": "Items Dropped", + "stat.minecraft.eat_cake_slice": "Cake Slices Eaten", + "stat.minecraft.enchant_item": "Items Enchanted", + "stat.minecraft.fall_one_cm": "Distance Fallen", + "stat.minecraft.fill_cauldron": "Cauldrons Filled", + "stat.minecraft.fish_caught": "Fish Caught", + "stat.minecraft.fly_one_cm": "Distance Flown", + "stat.minecraft.horse_one_cm": "Distance by Horse", + "stat.minecraft.inspect_dispenser": "Dispensers Searched", + "stat.minecraft.inspect_dropper": "Droppers Searched", + "stat.minecraft.inspect_hopper": "Hoppers Searched", + "stat.minecraft.interact_with_beacon": "Interactions with Beacon", + "stat.minecraft.interact_with_brewingstand": "Interactions with Brewing Stand", + "stat.minecraft.interact_with_crafting_table": "Interactions with Crafting Table", + "stat.minecraft.interact_with_furnace": "Interactions with Furnace", + "stat.minecraft.jump": "Jumps", + "stat.minecraft.junk_fished": "Junk Fished", + "stat.minecraft.leave_game": "Games Quit", + "stat.minecraft.minecart_one_cm": "Distance by Minecart", + "stat.minecraft.mob_kills": "Mob Kills", + "stat.minecraft.open_chest": "Chests Opened", + "stat.minecraft.open_enderchest": "Ender Chests Opened", + "stat.minecraft.open_shulker_box": "Shulker Boxes Opened", + "stat.minecraft.pig_one_cm": "Distance by Pig", + "stat.minecraft.player_kills": "Player Kills", + "stat.minecraft.play_noteblock": "Note Blocks Played", + "stat.minecraft.play_one_minute": "Time Played", + "stat.minecraft.play_record": "Music Discs Played", + "stat.minecraft.pot_flower": "Plants Potted", + "stat.minecraft.sleep_in_bed": "Times Slept in a Bed", + "stat.minecraft.sneak_time": "Sneak Time", + "stat.minecraft.sprint_one_cm": "Distance Sprinted", + "stat.minecraft.walk_on_water_one_cm": "Distance Walked on Water", + "stat.minecraft.swim_one_cm": "Distance Swum", + "stat.minecraft.talked_to_villager": "Talked to Villagers", + "stat.minecraft.time_since_rest": "Since Last Rest", + "stat.minecraft.time_since_death": "Since Last Death", + "stat.minecraft.traded_with_villager": "Traded with Villagers", + "stat.minecraft.treasure_fished": "Treasure Fished", + "stat.minecraft.trigger_trapped_chest": "Trapped Chests Triggered", + "stat.minecraft.tune_noteblock": "Note Blocks Tuned", + "stat.minecraft.use_cauldron": "Water Taken from Cauldron", + "stat.minecraft.walk_one_cm": "Distance Walked", + "recipe.toast.title": "New Recipes Unlocked!", + "recipe.toast.description": "Check your recipe book", + "itemGroup.buildingBlocks": "Building Blocks", + "itemGroup.decorations": "Decoration Blocks", + "itemGroup.redstone": "Redstone", + "itemGroup.transportation": "Transportation", + "itemGroup.misc": "Miscellaneous", + "itemGroup.search": "Search Items", + "itemGroup.food": "Foodstuffs", + "itemGroup.tools": "Tools", + "itemGroup.combat": "Combat", + "itemGroup.brewing": "Brewing", + "itemGroup.materials": "Materials", + "itemGroup.inventory": "Survival Inventory", + "itemGroup.hotbar": "Saved Toolbars", + "inventory.binSlot": "Destroy Item", + "inventory.hotbarSaved": "Item toolbar saved (restore with %1$s+%2$s)", + "inventory.hotbarInfo": "Save toolbar with %1$s+%2$s", + "advMode.setCommand": "Set Console Command for Block", + "advMode.setCommand.success": "Command set: %s", + "advMode.command": "Console Command", + "advMode.nearestPlayer": "Use \"@p\" to target nearest player", + "advMode.randomPlayer": "Use \"@r\" to target random player", + "advMode.allPlayers": "Use \"@a\" to target all players", + "advMode.allEntities": "Use \"@e\" to target all entities", + "advMode.self": "Use \"@s\" to target the executing entity", + "advMode.previousOutput": "Previous Output", + "advMode.mode.sequence": "Chain", + "advMode.mode.auto": "Repeat", + "advMode.mode.redstone": "Impulse", + "advMode.mode.conditional": "Conditional", + "advMode.mode.unconditional": "Unconditional", + "advMode.mode.redstoneTriggered": "Needs Redstone", + "advMode.mode.autoexec.bat": "Always Active", + "advMode.notEnabled": "Command blocks are not enabled on this server", + "advMode.notAllowed": "Must be an opped player in creative mode", + "mount.onboard": "Press %1$s to dismount", + "build.tooHigh": "Height limit for building is %s blocks", + "item.modifiers.mainhand": "When in main hand:", + "item.modifiers.offhand": "When in off hand:", + "item.modifiers.feet": "When on feet:", + "item.modifiers.legs": "When on legs:", + "item.modifiers.chest": "When on body:", + "item.modifiers.head": "When on head:", + "attribute.modifier.plus.0": "+%s %s", + "attribute.modifier.plus.1": "+%s%% %s", + "attribute.modifier.plus.2": "+%s%% %s", + "attribute.modifier.take.0": "-%s %s", + "attribute.modifier.take.1": "-%s%% %s", + "attribute.modifier.take.2": "-%s%% %s", + "attribute.modifier.equals.0": "%s %s", + "attribute.modifier.equals.1": "%s%% %s", + "attribute.modifier.equals.2": "%s%% %s", + "attribute.name.horse.jumpStrength": "Horse Jump Strength", + "attribute.name.zombie.spawnReinforcements": "Zombie Reinforcements", + "attribute.name.generic.maxHealth": "Max Health", + "attribute.name.generic.followRange": "Mob Follow Range", + "attribute.name.generic.knockbackResistance": "Knockback Resistance", + "attribute.name.generic.movementSpeed": "Speed", + "attribute.name.generic.attackDamage": "Attack Damage", + "attribute.name.generic.attackSpeed": "Attack Speed", + "attribute.name.generic.luck": "Luck", + "attribute.name.generic.armor": "Armor", + "attribute.name.generic.armorToughness": "Armor Toughness", + "screenshot.success": "Saved screenshot as %s", + "screenshot.failure": "Couldn't save screenshot: %s", + "block.minecraft.black_banner": "Black Banner", + "block.minecraft.red_banner": "Red Banner", + "block.minecraft.green_banner": "Green Banner", + "block.minecraft.brown_banner": "Brown Banner", + "block.minecraft.blue_banner": "Blue Banner", + "block.minecraft.purple_banner": "Purple Banner", + "block.minecraft.cyan_banner": "Cyan Banner", + "block.minecraft.light_gray_banner": "Light Gray Banner", + "block.minecraft.gray_banner": "Gray Banner", + "block.minecraft.pink_banner": "Pink Banner", + "block.minecraft.lime_banner": "Lime Banner", + "block.minecraft.yellow_banner": "Yellow Banner", + "block.minecraft.light_blue_banner": "Light Blue Banner", + "block.minecraft.magenta_banner": "Magenta Banner", + "block.minecraft.orange_banner": "Orange Banner", + "block.minecraft.white_banner": "White Banner", + "item.minecraft.shield": "Shield", + "item.minecraft.shield.black": "Black Shield", + "item.minecraft.shield.red": "Red Shield", + "item.minecraft.shield.green": "Green Shield", + "item.minecraft.shield.brown": "Brown Shield", + "item.minecraft.shield.blue": "Blue Shield", + "item.minecraft.shield.purple": "Purple Shield", + "item.minecraft.shield.cyan": "Cyan Shield", + "item.minecraft.shield.light_gray": "Light Gray Shield", + "item.minecraft.shield.gray": "Gray Shield", + "item.minecraft.shield.pink": "Pink Shield", + "item.minecraft.shield.lime": "Lime Shield", + "item.minecraft.shield.yellow": "Yellow Shield", + "item.minecraft.shield.light_blue": "Light Blue Shield", + "item.minecraft.shield.magenta": "Magenta Shield", + "item.minecraft.shield.orange": "Orange Shield", + "item.minecraft.shield.white": "White Shield", + "block.minecraft.banner.square_bottom_left.black": "Black Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.red": "Red Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.green": "Green Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.brown": "Brown Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.blue": "Blue Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.purple": "Purple Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.cyan": "Cyan Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.light_gray": "Light Gray Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.gray": "Gray Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.pink": "Pink Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.lime": "Lime Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.yellow": "Yellow Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.light_blue": "Light Blue Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.magenta": "Magenta Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.orange": "Orange Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.white": "White Base Dexter Canton", + "block.minecraft.banner.square_bottom_right.black": "Black Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.red": "Red Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.green": "Green Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.brown": "Brown Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.blue": "Blue Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.purple": "Purple Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.cyan": "Cyan Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.light_gray": "Light Gray Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.gray": "Gray Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.pink": "Pink Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.lime": "Lime Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.yellow": "Yellow Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.light_blue": "Light Blue Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.magenta": "Magenta Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.orange": "Orange Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.white": "White Base Sinister Canton", + "block.minecraft.banner.square_top_left.black": "Black Chief Dexter Canton", + "block.minecraft.banner.square_top_left.red": "Red Chief Dexter Canton", + "block.minecraft.banner.square_top_left.green": "Green Chief Dexter Canton", + "block.minecraft.banner.square_top_left.brown": "Brown Chief Dexter Canton", + "block.minecraft.banner.square_top_left.blue": "Blue Chief Dexter Canton", + "block.minecraft.banner.square_top_left.purple": "Purple Chief Dexter Canton", + "block.minecraft.banner.square_top_left.cyan": "Cyan Chief Dexter Canton", + "block.minecraft.banner.square_top_left.light_gray": "Light Gray Chief Dexter Canton", + "block.minecraft.banner.square_top_left.gray": "Gray Chief Dexter Canton", + "block.minecraft.banner.square_top_left.pink": "Pink Chief Dexter Canton", + "block.minecraft.banner.square_top_left.lime": "Lime Chief Dexter Canton", + "block.minecraft.banner.square_top_left.yellow": "Yellow Chief Dexter Canton", + "block.minecraft.banner.square_top_left.light_blue": "Light Blue Chief Dexter Canton", + "block.minecraft.banner.square_top_left.magenta": "Magenta Chief Dexter Canton", + "block.minecraft.banner.square_top_left.orange": "Orange Chief Dexter Canton", + "block.minecraft.banner.square_top_left.white": "White Chief Dexter Canton", + "block.minecraft.banner.square_top_right.black": "Black Chief Sinister Canton", + "block.minecraft.banner.square_top_right.red": "Red Chief Sinister Canton", + "block.minecraft.banner.square_top_right.green": "Green Chief Sinister Canton", + "block.minecraft.banner.square_top_right.brown": "Brown Chief Sinister Canton", + "block.minecraft.banner.square_top_right.blue": "Blue Chief Sinister Canton", + "block.minecraft.banner.square_top_right.purple": "Purple Chief Sinister Canton", + "block.minecraft.banner.square_top_right.cyan": "Cyan Chief Sinister Canton", + "block.minecraft.banner.square_top_right.light_gray": "Light Gray Chief Sinister Canton", + "block.minecraft.banner.square_top_right.gray": "Gray Chief Sinister Canton", + "block.minecraft.banner.square_top_right.pink": "Pink Chief Sinister Canton", + "block.minecraft.banner.square_top_right.lime": "Lime Chief Sinister Canton", + "block.minecraft.banner.square_top_right.yellow": "Yellow Chief Sinister Canton", + "block.minecraft.banner.square_top_right.light_blue": "Light Blue Chief Sinister Canton", + "block.minecraft.banner.square_top_right.magenta": "Magenta Chief Sinister Canton", + "block.minecraft.banner.square_top_right.orange": "Orange Chief Sinister Canton", + "block.minecraft.banner.square_top_right.white": "White Chief Sinister Canton", + "block.minecraft.banner.stripe_bottom.black": "Black Base", + "block.minecraft.banner.stripe_bottom.red": "Red Base", + "block.minecraft.banner.stripe_bottom.green": "Green Base", + "block.minecraft.banner.stripe_bottom.brown": "Brown Base", + "block.minecraft.banner.stripe_bottom.blue": "Blue Base", + "block.minecraft.banner.stripe_bottom.purple": "Purple Base", + "block.minecraft.banner.stripe_bottom.cyan": "Cyan Base", + "block.minecraft.banner.stripe_bottom.light_gray": "Light Gray Base", + "block.minecraft.banner.stripe_bottom.gray": "Gray Base", + "block.minecraft.banner.stripe_bottom.pink": "Pink Base", + "block.minecraft.banner.stripe_bottom.lime": "Lime Base", + "block.minecraft.banner.stripe_bottom.yellow": "Yellow Base", + "block.minecraft.banner.stripe_bottom.light_blue": "Light Blue Base", + "block.minecraft.banner.stripe_bottom.magenta": "Magenta Base", + "block.minecraft.banner.stripe_bottom.orange": "Orange Base", + "block.minecraft.banner.stripe_bottom.white": "White Base", + "block.minecraft.banner.stripe_top.black": "Black Chief", + "block.minecraft.banner.stripe_top.red": "Red Chief", + "block.minecraft.banner.stripe_top.green": "Green Chief", + "block.minecraft.banner.stripe_top.brown": "Brown Chief", + "block.minecraft.banner.stripe_top.blue": "Blue Chief", + "block.minecraft.banner.stripe_top.purple": "Purple Chief", + "block.minecraft.banner.stripe_top.cyan": "Cyan Chief", + "block.minecraft.banner.stripe_top.light_gray": "Light Gray Chief", + "block.minecraft.banner.stripe_top.gray": "Gray Chief", + "block.minecraft.banner.stripe_top.pink": "Pink Chief", + "block.minecraft.banner.stripe_top.lime": "Lime Chief", + "block.minecraft.banner.stripe_top.yellow": "Yellow Chief", + "block.minecraft.banner.stripe_top.light_blue": "Light Blue Chief", + "block.minecraft.banner.stripe_top.magenta": "Magenta Chief", + "block.minecraft.banner.stripe_top.orange": "Orange Chief", + "block.minecraft.banner.stripe_top.white": "White Chief", + "block.minecraft.banner.stripe_left.black": "Black Pale Dexter", + "block.minecraft.banner.stripe_left.red": "Red Pale Dexter", + "block.minecraft.banner.stripe_left.green": "Green Pale Dexter", + "block.minecraft.banner.stripe_left.brown": "Brown Pale Dexter", + "block.minecraft.banner.stripe_left.blue": "Blue Pale Dexter", + "block.minecraft.banner.stripe_left.purple": "Purple Pale Dexter", + "block.minecraft.banner.stripe_left.cyan": "Cyan Pale Dexter", + "block.minecraft.banner.stripe_left.light_gray": "Light Gray Pale Dexter", + "block.minecraft.banner.stripe_left.gray": "Gray Pale Dexter", + "block.minecraft.banner.stripe_left.pink": "Pink Pale Dexter", + "block.minecraft.banner.stripe_left.lime": "Lime Pale Dexter", + "block.minecraft.banner.stripe_left.yellow": "Yellow Pale Dexter", + "block.minecraft.banner.stripe_left.light_blue": "Light Blue Pale Dexter", + "block.minecraft.banner.stripe_left.magenta": "Magenta Pale Dexter", + "block.minecraft.banner.stripe_left.orange": "Orange Pale Dexter", + "block.minecraft.banner.stripe_left.white": "White Pale Dexter", + "block.minecraft.banner.stripe_right.black": "Black Pale Sinister", + "block.minecraft.banner.stripe_right.red": "Red Pale Sinister", + "block.minecraft.banner.stripe_right.green": "Green Pale Sinister", + "block.minecraft.banner.stripe_right.brown": "Brown Pale Sinister", + "block.minecraft.banner.stripe_right.blue": "Blue Pale Sinister", + "block.minecraft.banner.stripe_right.purple": "Purple Pale Sinister", + "block.minecraft.banner.stripe_right.cyan": "Cyan Pale Sinister", + "block.minecraft.banner.stripe_right.light_gray": "Light Gray Pale Sinister", + "block.minecraft.banner.stripe_right.gray": "Gray Pale Sinister", + "block.minecraft.banner.stripe_right.pink": "Pink Pale Sinister", + "block.minecraft.banner.stripe_right.lime": "Lime Pale Sinister", + "block.minecraft.banner.stripe_right.yellow": "Yellow Pale Sinister", + "block.minecraft.banner.stripe_right.light_blue": "Light Blue Pale Sinister", + "block.minecraft.banner.stripe_right.magenta": "Magenta Pale Sinister", + "block.minecraft.banner.stripe_right.orange": "Orange Pale Sinister", + "block.minecraft.banner.stripe_right.white": "White Pale Sinister", + "block.minecraft.banner.stripe_center.black": "Black Pale", + "block.minecraft.banner.stripe_center.red": "Red Pale", + "block.minecraft.banner.stripe_center.green": "Green Pale", + "block.minecraft.banner.stripe_center.brown": "Brown Pale", + "block.minecraft.banner.stripe_center.blue": "Blue Pale", + "block.minecraft.banner.stripe_center.purple": "Purple Pale", + "block.minecraft.banner.stripe_center.cyan": "Cyan Pale", + "block.minecraft.banner.stripe_center.light_gray": "Light Gray Pale", + "block.minecraft.banner.stripe_center.gray": "Gray Pale", + "block.minecraft.banner.stripe_center.pink": "Pink Pale", + "block.minecraft.banner.stripe_center.lime": "Lime Pale", + "block.minecraft.banner.stripe_center.yellow": "Yellow Pale", + "block.minecraft.banner.stripe_center.light_blue": "Light Blue Pale", + "block.minecraft.banner.stripe_center.magenta": "Magenta Pale", + "block.minecraft.banner.stripe_center.orange": "Orange Pale", + "block.minecraft.banner.stripe_center.white": "White Pale", + "block.minecraft.banner.stripe_middle.black": "Black Fess", + "block.minecraft.banner.stripe_middle.red": "Red Fess", + "block.minecraft.banner.stripe_middle.green": "Green Fess", + "block.minecraft.banner.stripe_middle.brown": "Brown Fess", + "block.minecraft.banner.stripe_middle.blue": "Blue Fess", + "block.minecraft.banner.stripe_middle.purple": "Purple Fess", + "block.minecraft.banner.stripe_middle.cyan": "Cyan Fess", + "block.minecraft.banner.stripe_middle.light_gray": "Light Gray Fess", + "block.minecraft.banner.stripe_middle.gray": "Gray Fess", + "block.minecraft.banner.stripe_middle.pink": "Pink Fess", + "block.minecraft.banner.stripe_middle.lime": "Lime Fess", + "block.minecraft.banner.stripe_middle.yellow": "Yellow Fess", + "block.minecraft.banner.stripe_middle.light_blue": "Light Blue Fess", + "block.minecraft.banner.stripe_middle.magenta": "Magenta Fess", + "block.minecraft.banner.stripe_middle.orange": "Orange Fess", + "block.minecraft.banner.stripe_middle.white": "White Fess", + "block.minecraft.banner.stripe_downright.black": "Black Bend", + "block.minecraft.banner.stripe_downright.red": "Red Bend", + "block.minecraft.banner.stripe_downright.green": "Green Bend", + "block.minecraft.banner.stripe_downright.brown": "Brown Bend", + "block.minecraft.banner.stripe_downright.blue": "Blue Bend", + "block.minecraft.banner.stripe_downright.purple": "Purple Bend", + "block.minecraft.banner.stripe_downright.cyan": "Cyan Bend", + "block.minecraft.banner.stripe_downright.light_gray": "Light Gray Bend", + "block.minecraft.banner.stripe_downright.gray": "Gray Bend", + "block.minecraft.banner.stripe_downright.pink": "Pink Bend", + "block.minecraft.banner.stripe_downright.lime": "Lime Bend", + "block.minecraft.banner.stripe_downright.yellow": "Yellow Bend", + "block.minecraft.banner.stripe_downright.light_blue": "Light Blue Bend", + "block.minecraft.banner.stripe_downright.magenta": "Magenta Bend", + "block.minecraft.banner.stripe_downright.orange": "Orange Bend", + "block.minecraft.banner.stripe_downright.white": "White Bend", + "block.minecraft.banner.stripe_downleft.black": "Black Bend Sinister", + "block.minecraft.banner.stripe_downleft.red": "Red Bend Sinister", + "block.minecraft.banner.stripe_downleft.green": "Green Bend Sinister", + "block.minecraft.banner.stripe_downleft.brown": "Brown Bend Sinister", + "block.minecraft.banner.stripe_downleft.blue": "Blue Bend Sinister", + "block.minecraft.banner.stripe_downleft.purple": "Purple Bend Sinister", + "block.minecraft.banner.stripe_downleft.cyan": "Cyan Bend Sinister", + "block.minecraft.banner.stripe_downleft.light_gray": "Light Gray Bend Sinister", + "block.minecraft.banner.stripe_downleft.gray": "Gray Bend Sinister", + "block.minecraft.banner.stripe_downleft.pink": "Pink Bend Sinister", + "block.minecraft.banner.stripe_downleft.lime": "Lime Bend Sinister", + "block.minecraft.banner.stripe_downleft.yellow": "Yellow Bend Sinister", + "block.minecraft.banner.stripe_downleft.light_blue": "Light Blue Bend Sinister", + "block.minecraft.banner.stripe_downleft.magenta": "Magenta Bend Sinister", + "block.minecraft.banner.stripe_downleft.orange": "Orange Bend Sinister", + "block.minecraft.banner.stripe_downleft.white": "White Bend Sinister", + "block.minecraft.banner.small_stripes.black": "Black Paly", + "block.minecraft.banner.small_stripes.red": "Red Paly", + "block.minecraft.banner.small_stripes.green": "Green Paly", + "block.minecraft.banner.small_stripes.brown": "Brown Paly", + "block.minecraft.banner.small_stripes.blue": "Blue Paly", + "block.minecraft.banner.small_stripes.purple": "Purple Paly", + "block.minecraft.banner.small_stripes.cyan": "Cyan Paly", + "block.minecraft.banner.small_stripes.light_gray": "Light Gray Paly", + "block.minecraft.banner.small_stripes.gray": "Gray Paly", + "block.minecraft.banner.small_stripes.pink": "Pink Paly", + "block.minecraft.banner.small_stripes.lime": "Lime Paly", + "block.minecraft.banner.small_stripes.yellow": "Yellow Paly", + "block.minecraft.banner.small_stripes.light_blue": "Light Blue Paly", + "block.minecraft.banner.small_stripes.magenta": "Magenta Paly", + "block.minecraft.banner.small_stripes.orange": "Orange Paly", + "block.minecraft.banner.small_stripes.white": "White Paly", + "block.minecraft.banner.cross.black": "Black Saltire", + "block.minecraft.banner.cross.red": "Red Saltire", + "block.minecraft.banner.cross.green": "Green Saltire", + "block.minecraft.banner.cross.brown": "Brown Saltire", + "block.minecraft.banner.cross.blue": "Blue Saltire", + "block.minecraft.banner.cross.purple": "Purple Saltire", + "block.minecraft.banner.cross.cyan": "Cyan Saltire", + "block.minecraft.banner.cross.light_gray": "Light Gray Saltire", + "block.minecraft.banner.cross.gray": "Gray Saltire", + "block.minecraft.banner.cross.pink": "Pink Saltire", + "block.minecraft.banner.cross.lime": "Lime Saltire", + "block.minecraft.banner.cross.yellow": "Yellow Saltire", + "block.minecraft.banner.cross.light_blue": "Light Blue Saltire", + "block.minecraft.banner.cross.magenta": "Magenta Saltire", + "block.minecraft.banner.cross.orange": "Orange Saltire", + "block.minecraft.banner.cross.white": "White Saltire", + "block.minecraft.banner.triangle_bottom.black": "Black Chevron", + "block.minecraft.banner.triangle_bottom.red": "Red Chevron", + "block.minecraft.banner.triangle_bottom.green": "Green Chevron", + "block.minecraft.banner.triangle_bottom.brown": "Brown Chevron", + "block.minecraft.banner.triangle_bottom.blue": "Blue Chevron", + "block.minecraft.banner.triangle_bottom.purple": "Purple Chevron", + "block.minecraft.banner.triangle_bottom.cyan": "Cyan Chevron", + "block.minecraft.banner.triangle_bottom.light_gray": "Light Gray Chevron", + "block.minecraft.banner.triangle_bottom.gray": "Gray Chevron", + "block.minecraft.banner.triangle_bottom.pink": "Pink Chevron", + "block.minecraft.banner.triangle_bottom.lime": "Lime Chevron", + "block.minecraft.banner.triangle_bottom.yellow": "Yellow Chevron", + "block.minecraft.banner.triangle_bottom.light_blue": "Light Blue Chevron", + "block.minecraft.banner.triangle_bottom.magenta": "Magenta Chevron", + "block.minecraft.banner.triangle_bottom.orange": "Orange Chevron", + "block.minecraft.banner.triangle_bottom.white": "White Chevron", + "block.minecraft.banner.triangle_top.black": "Black Inverted Chevron", + "block.minecraft.banner.triangle_top.red": "Red Inverted Chevron", + "block.minecraft.banner.triangle_top.green": "Green Inverted Chevron", + "block.minecraft.banner.triangle_top.brown": "Brown Inverted Chevron", + "block.minecraft.banner.triangle_top.blue": "Blue Inverted Chevron", + "block.minecraft.banner.triangle_top.purple": "Purple Inverted Chevron", + "block.minecraft.banner.triangle_top.cyan": "Cyan Inverted Chevron", + "block.minecraft.banner.triangle_top.light_gray": "Light Gray Inverted Chevron", + "block.minecraft.banner.triangle_top.gray": "Gray Inverted Chevron", + "block.minecraft.banner.triangle_top.pink": "Pink Inverted Chevron", + "block.minecraft.banner.triangle_top.lime": "Lime Inverted Chevron", + "block.minecraft.banner.triangle_top.yellow": "Yellow Inverted Chevron", + "block.minecraft.banner.triangle_top.light_blue": "Light Blue Inverted Chevron", + "block.minecraft.banner.triangle_top.magenta": "Magenta Inverted Chevron", + "block.minecraft.banner.triangle_top.orange": "Orange Inverted Chevron", + "block.minecraft.banner.triangle_top.white": "White Inverted Chevron", + "block.minecraft.banner.triangles_bottom.black": "Black Base Indented", + "block.minecraft.banner.triangles_bottom.red": "Red Base Indented", + "block.minecraft.banner.triangles_bottom.green": "Green Base Indented", + "block.minecraft.banner.triangles_bottom.brown": "Brown Base Indented", + "block.minecraft.banner.triangles_bottom.blue": "Blue Base Indented", + "block.minecraft.banner.triangles_bottom.purple": "Purple Base Indented", + "block.minecraft.banner.triangles_bottom.cyan": "Cyan Base Indented", + "block.minecraft.banner.triangles_bottom.light_gray": "Light Gray Base Indented", + "block.minecraft.banner.triangles_bottom.gray": "Gray Base Indented", + "block.minecraft.banner.triangles_bottom.pink": "Pink Base Indented", + "block.minecraft.banner.triangles_bottom.lime": "Lime Base Indented", + "block.minecraft.banner.triangles_bottom.yellow": "Yellow Base Indented", + "block.minecraft.banner.triangles_bottom.light_blue": "Light Blue Base Indented", + "block.minecraft.banner.triangles_bottom.magenta": "Magenta Base Indented", + "block.minecraft.banner.triangles_bottom.orange": "Orange Base Indented", + "block.minecraft.banner.triangles_bottom.white": "White Base Indented", + "block.minecraft.banner.triangles_top.black": "Black Chief Indented", + "block.minecraft.banner.triangles_top.red": "Red Chief Indented", + "block.minecraft.banner.triangles_top.green": "Green Chief Indented", + "block.minecraft.banner.triangles_top.brown": "Brown Chief Indented", + "block.minecraft.banner.triangles_top.blue": "Blue Chief Indented", + "block.minecraft.banner.triangles_top.purple": "Purple Chief Indented", + "block.minecraft.banner.triangles_top.cyan": "Cyan Chief Indented", + "block.minecraft.banner.triangles_top.light_gray": "Light Gray Chief Indented", + "block.minecraft.banner.triangles_top.gray": "Gray Chief Indented", + "block.minecraft.banner.triangles_top.pink": "Pink Chief Indented", + "block.minecraft.banner.triangles_top.lime": "Lime Chief Indented", + "block.minecraft.banner.triangles_top.yellow": "Yellow Chief Indented", + "block.minecraft.banner.triangles_top.light_blue": "Light Blue Chief Indented", + "block.minecraft.banner.triangles_top.magenta": "Magenta Chief Indented", + "block.minecraft.banner.triangles_top.orange": "Orange Chief Indented", + "block.minecraft.banner.triangles_top.white": "White Chief Indented", + "block.minecraft.banner.diagonal_left.black": "Black Per Bend Sinister", + "block.minecraft.banner.diagonal_left.red": "Red Per Bend Sinister", + "block.minecraft.banner.diagonal_left.green": "Green Per Bend Sinister", + "block.minecraft.banner.diagonal_left.brown": "Brown Per Bend Sinister", + "block.minecraft.banner.diagonal_left.blue": "Blue Per Bend Sinister", + "block.minecraft.banner.diagonal_left.purple": "Purple Per Bend Sinister", + "block.minecraft.banner.diagonal_left.cyan": "Cyan Per Bend Sinister", + "block.minecraft.banner.diagonal_left.light_gray": "Light Gray Per Bend Sinister", + "block.minecraft.banner.diagonal_left.gray": "Gray Per Bend Sinister", + "block.minecraft.banner.diagonal_left.pink": "Pink Per Bend Sinister", + "block.minecraft.banner.diagonal_left.lime": "Lime Per Bend Sinister", + "block.minecraft.banner.diagonal_left.yellow": "Yellow Per Bend Sinister", + "block.minecraft.banner.diagonal_left.light_blue": "Light Blue Per Bend Sinister", + "block.minecraft.banner.diagonal_left.magenta": "Magenta Per Bend Sinister", + "block.minecraft.banner.diagonal_left.orange": "Orange Per Bend Sinister", + "block.minecraft.banner.diagonal_left.white": "White Per Bend Sinister", + "block.minecraft.banner.diagonal_right.black": "Black Per Bend", + "block.minecraft.banner.diagonal_right.red": "Red Per Bend", + "block.minecraft.banner.diagonal_right.green": "Green Per Bend", + "block.minecraft.banner.diagonal_right.brown": "Brown Per Bend", + "block.minecraft.banner.diagonal_right.blue": "Blue Per Bend", + "block.minecraft.banner.diagonal_right.purple": "Purple Per Bend", + "block.minecraft.banner.diagonal_right.cyan": "Cyan Per Bend", + "block.minecraft.banner.diagonal_right.light_gray": "Light Gray Per Bend", + "block.minecraft.banner.diagonal_right.gray": "Gray Per Bend", + "block.minecraft.banner.diagonal_right.pink": "Pink Per Bend", + "block.minecraft.banner.diagonal_right.lime": "Lime Per Bend", + "block.minecraft.banner.diagonal_right.yellow": "Yellow Per Bend", + "block.minecraft.banner.diagonal_right.light_blue": "Light Blue Per Bend", + "block.minecraft.banner.diagonal_right.magenta": "Magenta Per Bend", + "block.minecraft.banner.diagonal_right.orange": "Orange Per Bend", + "block.minecraft.banner.diagonal_right.white": "White Per Bend", + "block.minecraft.banner.diagonal_up_left.black": "Black Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.red": "Red Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.green": "Green Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.brown": "Brown Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.blue": "Blue Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.purple": "Purple Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.cyan": "Cyan Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.light_gray": "Light Gray Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.gray": "Gray Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.pink": "Pink Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.lime": "Lime Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.yellow": "Yellow Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.light_blue": "Light Blue Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.magenta": "Magenta Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.orange": "Orange Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.white": "White Per Bend Inverted", + "block.minecraft.banner.diagonal_up_right.black": "Black Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.red": "Red Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.green": "Green Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.brown": "Brown Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.blue": "Blue Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.purple": "Purple Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.cyan": "Cyan Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.light_gray": "Light Gray Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.gray": "Gray Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.pink": "Pink Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.lime": "Lime Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.yellow": "Yellow Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.light_blue": "Light Blue Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.magenta": "Magenta Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.orange": "Orange Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.white": "White Per Bend Sinister Inverted", + "block.minecraft.banner.circle.black": "Black Roundel", + "block.minecraft.banner.circle.red": "Red Roundel", + "block.minecraft.banner.circle.green": "Green Roundel", + "block.minecraft.banner.circle.brown": "Brown Roundel", + "block.minecraft.banner.circle.blue": "Blue Roundel", + "block.minecraft.banner.circle.purple": "Purple Roundel", + "block.minecraft.banner.circle.cyan": "Cyan Roundel", + "block.minecraft.banner.circle.light_gray": "Light Gray Roundel", + "block.minecraft.banner.circle.gray": "Gray Roundel", + "block.minecraft.banner.circle.pink": "Pink Roundel", + "block.minecraft.banner.circle.lime": "Lime Roundel", + "block.minecraft.banner.circle.yellow": "Yellow Roundel", + "block.minecraft.banner.circle.light_blue": "Light Blue Roundel", + "block.minecraft.banner.circle.magenta": "Magenta Roundel", + "block.minecraft.banner.circle.orange": "Orange Roundel", + "block.minecraft.banner.circle.white": "White Roundel", + "block.minecraft.banner.rhombus.black": "Black Lozenge", + "block.minecraft.banner.rhombus.red": "Red Lozenge", + "block.minecraft.banner.rhombus.green": "Green Lozenge", + "block.minecraft.banner.rhombus.brown": "Brown Lozenge", + "block.minecraft.banner.rhombus.blue": "Blue Lozenge", + "block.minecraft.banner.rhombus.purple": "Purple Lozenge", + "block.minecraft.banner.rhombus.cyan": "Cyan Lozenge", + "block.minecraft.banner.rhombus.light_gray": "Light Gray Lozenge", + "block.minecraft.banner.rhombus.gray": "Gray Lozenge", + "block.minecraft.banner.rhombus.pink": "Pink Lozenge", + "block.minecraft.banner.rhombus.lime": "Lime Lozenge", + "block.minecraft.banner.rhombus.yellow": "Yellow Lozenge", + "block.minecraft.banner.rhombus.light_blue": "Light Blue Lozenge", + "block.minecraft.banner.rhombus.magenta": "Magenta Lozenge", + "block.minecraft.banner.rhombus.orange": "Orange Lozenge", + "block.minecraft.banner.rhombus.white": "White Lozenge", + "block.minecraft.banner.half_vertical.black": "Black Per Pale", + "block.minecraft.banner.half_vertical.red": "Red Per Pale", + "block.minecraft.banner.half_vertical.green": "Green Per Pale", + "block.minecraft.banner.half_vertical.brown": "Brown Per Pale", + "block.minecraft.banner.half_vertical.blue": "Blue Per Pale", + "block.minecraft.banner.half_vertical.purple": "Purple Per Pale", + "block.minecraft.banner.half_vertical.cyan": "Cyan Per Pale", + "block.minecraft.banner.half_vertical.light_gray": "Light Gray Per Pale", + "block.minecraft.banner.half_vertical.gray": "Gray Per Pale", + "block.minecraft.banner.half_vertical.pink": "Pink Per Pale", + "block.minecraft.banner.half_vertical.lime": "Lime Per Pale", + "block.minecraft.banner.half_vertical.yellow": "Yellow Per Pale", + "block.minecraft.banner.half_vertical.light_blue": "Light Blue Per Pale", + "block.minecraft.banner.half_vertical.magenta": "Magenta Per Pale", + "block.minecraft.banner.half_vertical.orange": "Orange Per Pale", + "block.minecraft.banner.half_vertical.white": "White Per Pale", + "block.minecraft.banner.half_horizontal.black": "Black Per Fess", + "block.minecraft.banner.half_horizontal.red": "Red Per Fess", + "block.minecraft.banner.half_horizontal.green": "Green Per Fess", + "block.minecraft.banner.half_horizontal.brown": "Brown Per Fess", + "block.minecraft.banner.half_horizontal.blue": "Blue Per Fess", + "block.minecraft.banner.half_horizontal.purple": "Purple Per Fess", + "block.minecraft.banner.half_horizontal.cyan": "Cyan Per Fess", + "block.minecraft.banner.half_horizontal.light_gray": "Light Gray Per Fess", + "block.minecraft.banner.half_horizontal.gray": "Gray Per Fess", + "block.minecraft.banner.half_horizontal.pink": "Pink Per Fess", + "block.minecraft.banner.half_horizontal.lime": "Lime Per Fess", + "block.minecraft.banner.half_horizontal.yellow": "Yellow Per Fess", + "block.minecraft.banner.half_horizontal.light_blue": "Light Blue Per Fess", + "block.minecraft.banner.half_horizontal.magenta": "Magenta Per Fess", + "block.minecraft.banner.half_horizontal.orange": "Orange Per Fess", + "block.minecraft.banner.half_horizontal.white": "White Per Fess", + "block.minecraft.banner.half_vertical_right.black": "Black Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.red": "Red Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.green": "Green Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.brown": "Brown Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.blue": "Blue Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.purple": "Purple Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.cyan": "Cyan Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.light_gray": "Light Gray Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.gray": "Gray Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.pink": "Pink Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.lime": "Lime Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.yellow": "Yellow Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.light_blue": "Light Blue Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.magenta": "Magenta Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.orange": "Orange Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.white": "White Per Pale Inverted", + "block.minecraft.banner.half_horizontal_bottom.black": "Black Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.red": "Red Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.green": "Green Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.brown": "Brown Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.blue": "Blue Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.purple": "Purple Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.cyan": "Cyan Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.light_gray": "Light Gray Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.gray": "Gray Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.pink": "Pink Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.lime": "Lime Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.yellow": "Yellow Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.light_blue": "Light Blue Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.magenta": "Magenta Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.orange": "Orange Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.white": "White Per Fess Inverted", + "block.minecraft.banner.creeper.black": "Black Creeper Charge", + "block.minecraft.banner.creeper.red": "Red Creeper Charge", + "block.minecraft.banner.creeper.green": "Green Creeper Charge", + "block.minecraft.banner.creeper.brown": "Brown Creeper Charge", + "block.minecraft.banner.creeper.blue": "Blue Creeper Charge", + "block.minecraft.banner.creeper.purple": "Purple Creeper Charge", + "block.minecraft.banner.creeper.cyan": "Cyan Creeper Charge", + "block.minecraft.banner.creeper.light_gray": "Light Gray Creeper Charge", + "block.minecraft.banner.creeper.gray": "Gray Creeper Charge", + "block.minecraft.banner.creeper.pink": "Pink Creeper Charge", + "block.minecraft.banner.creeper.lime": "Lime Creeper Charge", + "block.minecraft.banner.creeper.yellow": "Yellow Creeper Charge", + "block.minecraft.banner.creeper.light_blue": "Light Blue Creeper Charge", + "block.minecraft.banner.creeper.magenta": "Magenta Creeper Charge", + "block.minecraft.banner.creeper.orange": "Orange Creeper Charge", + "block.minecraft.banner.creeper.white": "White Creeper Charge", + "block.minecraft.banner.bricks.black": "Black Field Masoned", + "block.minecraft.banner.bricks.red": "Red Field Masoned", + "block.minecraft.banner.bricks.green": "Green Field Masoned", + "block.minecraft.banner.bricks.brown": "Brown Field Masoned", + "block.minecraft.banner.bricks.blue": "Blue Field Masoned", + "block.minecraft.banner.bricks.purple": "Purple Field Masoned", + "block.minecraft.banner.bricks.cyan": "Cyan Field Masoned", + "block.minecraft.banner.bricks.light_gray": "Light Gray Field Masoned", + "block.minecraft.banner.bricks.gray": "Gray Field Masoned", + "block.minecraft.banner.bricks.pink": "Pink Field Masoned", + "block.minecraft.banner.bricks.lime": "Lime Field Masoned", + "block.minecraft.banner.bricks.yellow": "Yellow Field Masoned", + "block.minecraft.banner.bricks.light_blue": "Light Blue Field Masoned", + "block.minecraft.banner.bricks.magenta": "Magenta Field Masoned", + "block.minecraft.banner.bricks.orange": "Orange Field Masoned", + "block.minecraft.banner.bricks.white": "White Field Masoned", + "block.minecraft.banner.gradient.black": "Black Gradient", + "block.minecraft.banner.gradient.red": "Red Gradient", + "block.minecraft.banner.gradient.green": "Green Gradient", + "block.minecraft.banner.gradient.brown": "Brown Gradient", + "block.minecraft.banner.gradient.blue": "Blue Gradient", + "block.minecraft.banner.gradient.purple": "Purple Gradient", + "block.minecraft.banner.gradient.cyan": "Cyan Gradient", + "block.minecraft.banner.gradient.light_gray": "Light Gray Gradient", + "block.minecraft.banner.gradient.gray": "Gray Gradient", + "block.minecraft.banner.gradient.pink": "Pink Gradient", + "block.minecraft.banner.gradient.lime": "Lime Gradient", + "block.minecraft.banner.gradient.yellow": "Yellow Gradient", + "block.minecraft.banner.gradient.light_blue": "Light Blue Gradient", + "block.minecraft.banner.gradient.magenta": "Magenta Gradient", + "block.minecraft.banner.gradient.orange": "Orange Gradient", + "block.minecraft.banner.gradient.white": "White Gradient", + "block.minecraft.banner.gradient_up.black": "Black Base Gradient", + "block.minecraft.banner.gradient_up.red": "Red Base Gradient", + "block.minecraft.banner.gradient_up.green": "Green Base Gradient", + "block.minecraft.banner.gradient_up.brown": "Brown Base Gradient", + "block.minecraft.banner.gradient_up.blue": "Blue Base Gradient", + "block.minecraft.banner.gradient_up.purple": "Purple Base Gradient", + "block.minecraft.banner.gradient_up.cyan": "Cyan Base Gradient", + "block.minecraft.banner.gradient_up.light_gray": "Light Gray Base Gradient", + "block.minecraft.banner.gradient_up.gray": "Gray Base Gradient", + "block.minecraft.banner.gradient_up.pink": "Pink Base Gradient", + "block.minecraft.banner.gradient_up.lime": "Lime Base Gradient", + "block.minecraft.banner.gradient_up.yellow": "Yellow Base Gradient", + "block.minecraft.banner.gradient_up.light_blue": "Light Blue Base Gradient", + "block.minecraft.banner.gradient_up.magenta": "Magenta Base Gradient", + "block.minecraft.banner.gradient_up.orange": "Orange Base Gradient", + "block.minecraft.banner.gradient_up.white": "White Base Gradient", + "block.minecraft.banner.skull.black": "Black Skull Charge", + "block.minecraft.banner.skull.red": "Red Skull Charge", + "block.minecraft.banner.skull.green": "Green Skull Charge", + "block.minecraft.banner.skull.brown": "Brown Skull Charge", + "block.minecraft.banner.skull.blue": "Blue Skull Charge", + "block.minecraft.banner.skull.purple": "Purple Skull Charge", + "block.minecraft.banner.skull.cyan": "Cyan Skull Charge", + "block.minecraft.banner.skull.light_gray": "Light Gray Skull Charge", + "block.minecraft.banner.skull.gray": "Gray Skull Charge", + "block.minecraft.banner.skull.pink": "Pink Skull Charge", + "block.minecraft.banner.skull.lime": "Lime Skull Charge", + "block.minecraft.banner.skull.yellow": "Yellow Skull Charge", + "block.minecraft.banner.skull.light_blue": "Light Blue Skull Charge", + "block.minecraft.banner.skull.magenta": "Magenta Skull Charge", + "block.minecraft.banner.skull.orange": "Orange Skull Charge", + "block.minecraft.banner.skull.white": "White Skull Charge", + "block.minecraft.banner.flower.black": "Black Flower Charge", + "block.minecraft.banner.flower.red": "Red Flower Charge", + "block.minecraft.banner.flower.green": "Green Flower Charge", + "block.minecraft.banner.flower.brown": "Brown Flower Charge", + "block.minecraft.banner.flower.blue": "Blue Flower Charge", + "block.minecraft.banner.flower.purple": "Purple Flower Charge", + "block.minecraft.banner.flower.cyan": "Cyan Flower Charge", + "block.minecraft.banner.flower.light_gray": "Light Gray Flower Charge", + "block.minecraft.banner.flower.gray": "Gray Flower Charge", + "block.minecraft.banner.flower.pink": "Pink Flower Charge", + "block.minecraft.banner.flower.lime": "Lime Flower Charge", + "block.minecraft.banner.flower.yellow": "Yellow Flower Charge", + "block.minecraft.banner.flower.light_blue": "Light Blue Flower Charge", + "block.minecraft.banner.flower.magenta": "Magenta Flower Charge", + "block.minecraft.banner.flower.orange": "Orange Flower Charge", + "block.minecraft.banner.flower.white": "White Flower Charge", + "block.minecraft.banner.border.black": "Black Bordure", + "block.minecraft.banner.border.red": "Red Bordure", + "block.minecraft.banner.border.green": "Green Bordure", + "block.minecraft.banner.border.brown": "Brown Bordure", + "block.minecraft.banner.border.blue": "Blue Bordure", + "block.minecraft.banner.border.purple": "Purple Bordure", + "block.minecraft.banner.border.cyan": "Cyan Bordure", + "block.minecraft.banner.border.light_gray": "Light Gray Bordure", + "block.minecraft.banner.border.gray": "Gray Bordure", + "block.minecraft.banner.border.pink": "Pink Bordure", + "block.minecraft.banner.border.lime": "Lime Bordure", + "block.minecraft.banner.border.yellow": "Yellow Bordure", + "block.minecraft.banner.border.light_blue": "Light Blue Bordure", + "block.minecraft.banner.border.magenta": "Magenta Bordure", + "block.minecraft.banner.border.orange": "Orange Bordure", + "block.minecraft.banner.border.white": "White Bordure", + "block.minecraft.banner.curly_border.black": "Black Bordure Indented", + "block.minecraft.banner.curly_border.red": "Red Bordure Indented", + "block.minecraft.banner.curly_border.green": "Green Bordure Indented", + "block.minecraft.banner.curly_border.brown": "Brown Bordure Indented", + "block.minecraft.banner.curly_border.blue": "Blue Bordure Indented", + "block.minecraft.banner.curly_border.purple": "Purple Bordure Indented", + "block.minecraft.banner.curly_border.cyan": "Cyan Bordure Indented", + "block.minecraft.banner.curly_border.light_gray": "Light Gray Bordure Indented", + "block.minecraft.banner.curly_border.gray": "Gray Bordure Indented", + "block.minecraft.banner.curly_border.pink": "Pink Bordure Indented", + "block.minecraft.banner.curly_border.lime": "Lime Bordure Indented", + "block.minecraft.banner.curly_border.yellow": "Yellow Bordure Indented", + "block.minecraft.banner.curly_border.light_blue": "Light Blue Bordure Indented", + "block.minecraft.banner.curly_border.magenta": "Magenta Bordure Indented", + "block.minecraft.banner.curly_border.orange": "Orange Bordure Indented", + "block.minecraft.banner.curly_border.white": "White Bordure Indented", + "block.minecraft.banner.mojang.black": "Black Thing", + "block.minecraft.banner.mojang.red": "Red Thing", + "block.minecraft.banner.mojang.green": "Green Thing", + "block.minecraft.banner.mojang.brown": "Brown Thing", + "block.minecraft.banner.mojang.blue": "Blue Thing", + "block.minecraft.banner.mojang.purple": "Purple Thing", + "block.minecraft.banner.mojang.cyan": "Cyan Thing", + "block.minecraft.banner.mojang.light_gray": "Light Gray Thing", + "block.minecraft.banner.mojang.gray": "Gray Thing", + "block.minecraft.banner.mojang.pink": "Pink Thing", + "block.minecraft.banner.mojang.lime": "Lime Thing", + "block.minecraft.banner.mojang.yellow": "Yellow Thing", + "block.minecraft.banner.mojang.light_blue": "Light Blue Thing", + "block.minecraft.banner.mojang.magenta": "Magenta Thing", + "block.minecraft.banner.mojang.orange": "Orange Thing", + "block.minecraft.banner.mojang.white": "White Thing", + "block.minecraft.banner.straight_cross.black": "Black Cross", + "block.minecraft.banner.straight_cross.red": "Red Cross", + "block.minecraft.banner.straight_cross.green": "Green Cross", + "block.minecraft.banner.straight_cross.brown": "Brown Cross", + "block.minecraft.banner.straight_cross.blue": "Blue Cross", + "block.minecraft.banner.straight_cross.purple": "Purple Cross", + "block.minecraft.banner.straight_cross.cyan": "Cyan Cross", + "block.minecraft.banner.straight_cross.light_gray": "Light Gray Cross", + "block.minecraft.banner.straight_cross.gray": "Gray Cross", + "block.minecraft.banner.straight_cross.pink": "Pink Cross", + "block.minecraft.banner.straight_cross.lime": "Lime Cross", + "block.minecraft.banner.straight_cross.yellow": "Yellow Cross", + "block.minecraft.banner.straight_cross.light_blue": "Light Blue Cross", + "block.minecraft.banner.straight_cross.magenta": "Magenta Cross", + "block.minecraft.banner.straight_cross.orange": "Orange Cross", + "block.minecraft.banner.straight_cross.white": "White Cross", + "subtitles.ambient.cave": "Eerie noise", + "subtitles.block.anvil.destroy": "Anvil destroyed", + "subtitles.block.anvil.land": "Anvil landed", + "subtitles.block.anvil.use": "Anvil used", + "subtitles.block.brewing_stand.brew": "Brewing Stand bubbles", + "subtitles.block.bubble_column.bubble_pop": "Bubbles pop", + "subtitles.block.bubble_column.upwards_ambient": "Bubbles flow", + "subtitles.block.bubble_column.upwards_inside": "Bubbles woosh", + "subtitles.block.bubble_column.whirlpool_ambient": "Bubbles whirl", + "subtitles.block.bubble_column.whirlpool_inside": "Bubbles zoom", + "subtitles.block.button.click": "Button clicks", + "subtitles.block.chest.close": "Chest closes", + "subtitles.block.chest.locked": "Chest locked", + "subtitles.block.chest.open": "Chest opens", + "subtitles.block.chorus_flower.death": "Chorus Flower withers", + "subtitles.block.chorus_flower.grow": "Chorus Flower grows", + "subtitles.block.comparator.click": "Comparator clicks", + "subtitles.block.dispenser.dispense": "Dispensed item", + "subtitles.block.dispenser.fail": "Dispenser failed", + "subtitles.block.door.toggle": "Door creaks", + "subtitles.block.fence_gate.toggle": "Fence Gate creaks", + "subtitles.block.fire.ambient": "Fire crackles", + "subtitles.block.fire.extinguish": "Fire extinguished", + "subtitles.block.furnace.fire_crackle": "Furnace crackles", + "subtitles.block.generic.break": "Block broken", + "subtitles.block.generic.footsteps": "Footsteps", + "subtitles.block.generic.hit": "Block breaking", + "subtitles.block.generic.place": "Block placed", + "subtitles.block.iron_trapdoor.close": "Trapdoor opens", + "subtitles.block.iron_trapdoor.open": "Trapdoor closes", + "subtitles.block.lava.ambient": "Lava pops", + "subtitles.block.lava.extinguish": "Lava hisses", + "subtitles.block.lever.click": "Lever clicks", + "subtitles.block.note_block.note": "Note Block plays", + "subtitles.block.piston.move": "Piston moves", + "subtitles.block.portal.ambient": "Portal whooshes", + "subtitles.block.pressure_plate.click": "Pressure Plate clicks", + "subtitles.block.redstone_torch.burnout": "Torch fizzes", + "subtitles.block.shulker_box.close": "Shulker closes", + "subtitles.block.shulker_box.open": "Shulker opens", + "subtitles.block.trapdoor.toggle": "Trapdoor creaks", + "subtitles.block.tripwire.attach": "Tripwire attaches", + "subtitles.block.tripwire.click": "Tripwire clicks", + "subtitles.block.tripwire.detach": "Tripwire detaches", + "subtitles.block.water.ambient": "Water flows", + "subtitles.enchant.thorns.hit": "Thorns prick", + "subtitles.entity.armor_stand.fall": "Something fell", + "subtitles.entity.arrow.hit": "Arrow hits", + "subtitles.entity.arrow.hit_player": "Player hit", + "subtitles.entity.arrow.shoot": "Arrow fired", + "subtitles.entity.bat.ambient": "Bat screeches", + "subtitles.entity.bat.death": "Bat dies", + "subtitles.entity.bat.hurt": "Bat hurts", + "subtitles.entity.bat.takeoff": "Bat takes off", + "subtitles.entity.blaze.ambient": "Blaze breathes", + "subtitles.entity.blaze.burn": "Blaze crackles", + "subtitles.entity.blaze.death": "Blaze dies", + "subtitles.entity.blaze.hurt": "Blaze hurts", + "subtitles.entity.blaze.shoot": "Blaze shoots", + "subtitles.entity.fishing_bobber.splash": "Fishing Bobber splashes", + "subtitles.entity.fishing_bobber.throw": "Bobber thrown", + "subtitles.entity.cat.ambient": "Cat meows", + "subtitles.entity.cat.death": "Cat dies", + "subtitles.entity.cat.hurt": "Cat hurts", + "subtitles.entity.chicken.ambient": "Chicken clucks", + "subtitles.entity.chicken.death": "Chicken dies", + "subtitles.entity.chicken.egg": "Chicken plops", + "subtitles.entity.chicken.hurt": "Chicken hurts", + "subtitles.entity.parrot.ambient": "Parrot talks", + "subtitles.entity.parrot.death": "Parrot dies", + "subtitles.entity.parrot.eats": "Parrot eats", + "subtitles.entity.parrot.hurts": "Parrot hurts", + "subtitles.entity.parrot.imitate.blaze": "Parrot breathes", + "subtitles.entity.parrot.imitate.creeper": "Parrot hisses", + "subtitles.entity.parrot.imitate.drowned": "Parrot gurgles", + "subtitles.entity.parrot.imitate.elder_guardian": "Parrot flaps", + "subtitles.entity.parrot.imitate.ender_dragon": "Parrot roars", + "subtitles.entity.parrot.imitate.enderman": "Parrot vwoops", + "subtitles.entity.parrot.imitate.endermite": "Parrot scuttles", + "subtitles.entity.parrot.imitate.evoker": "Parrot murmurs", + "subtitles.entity.parrot.imitate.ghast": "Parrot cries", + "subtitles.entity.parrot.imitate.husk": "Parrot groans", + "subtitles.entity.parrot.imitate.illusioner": "Parrot murmurs", + "subtitles.entity.parrot.imitate.magma_cube": "Parrot squishes", + "subtitles.entity.parrot.imitate.phantom": "Parrot screeches", + "subtitles.entity.parrot.imitate.polar_bear": "Parrot groans", + "subtitles.entity.parrot.imitate.shulker": "Parrot lurks", + "subtitles.entity.parrot.imitate.silverfish": "Parrot hisses", + "subtitles.entity.parrot.imitate.skeleton": "Parrot rattles", + "subtitles.entity.parrot.imitate.slime": "Parrot squishes", + "subtitles.entity.parrot.imitate.spider": "Parrot hisses", + "subtitles.entity.parrot.imitate.stray": "Parrot rattles", + "subtitles.entity.parrot.imitate.vex": "Parrot vexes", + "subtitles.entity.parrot.imitate.vindicator": "Parrot mutters", + "subtitles.entity.parrot.imitate.witch": "Parrot giggles", + "subtitles.entity.parrot.imitate.wither": "Parrot angers", + "subtitles.entity.parrot.imitate.wither_skeleton": "Parrot rattles", + "subtitles.entity.parrot.imitate.wolf": "Parrot pants", + "subtitles.entity.parrot.imitate.zombie": "Parrot groans", + "subtitles.entity.parrot.imitate.zombie_pigman": "Parrot grunts", + "subtitles.entity.parrot.imitate.zombie_villager": "Parrot groans", + "subtitles.entity.cod.death": "Cod dies", + "subtitles.entity.cod.flop": "Cod flops", + "subtitles.entity.cod.hurt": "Cod hurts", + "subtitles.entity.cow.ambient": "Cow moos", + "subtitles.entity.cow.death": "Cow dies", + "subtitles.entity.cow.hurt": "Cow hurts", + "subtitles.entity.cow.milk": "Cow gets milked", + "subtitles.entity.creeper.death": "Creeper dies", + "subtitles.entity.creeper.hurt": "Creeper hurts", + "subtitles.entity.creeper.primed": "Creeper hisses", + "subtitles.entity.dolphin.ambient": "Dolphin chirps", + "subtitles.entity.dolphin.ambient_water": "Dolphin whistles", + "subtitles.entity.dolphin.attack": "Dolphin attacks", + "subtitles.entity.dolphin.death": "Dolphin dies", + "subtitles.entity.dolphin.eat": "Dolphin eats", + "subtitles.entity.dolphin.hurt": "Dolphin hurts", + "subtitles.entity.dolphin.jump": "Dolphin jumps", + "subtitles.entity.dolphin.play": "Dolphin plays", + "subtitles.entity.dolphin.splash": "Dolphin splashes", + "subtitles.entity.dolphin.swim": "Dolphin swims", + "subtitles.entity.donkey.ambient": "Donkey hee-haws", + "subtitles.entity.donkey.angry": "Donkey neighs", + "subtitles.entity.donkey.chest": "Donkey Chest equips", + "subtitles.entity.donkey.death": "Donkey dies", + "subtitles.entity.donkey.hurt": "Donkey hurts", + "subtitles.entity.drowned.ambient": "Drowned gurgles", + "subtitles.entity.drowned.death": "Drowned dies", + "subtitles.entity.drowned.hurt": "Drowned hurts", + "subtitles.entity.drowned.shoot": "Drowned throws Trident", + "subtitles.entity.drowned.step": "Drowned steps", + "subtitles.entity.drowned.swim": "Drowned swims", + "subtitles.entity.egg.throw": "Egg flies", + "subtitles.entity.elder_guardian.ambient_land": "Elder Guardian flaps", + "subtitles.entity.elder_guardian.ambient": "Elder Guardian moans", + "subtitles.entity.elder_guardian.curse": "Elder Guardian curses", + "subtitles.entity.elder_guardian.death": "Elder Guardian dies", + "subtitles.entity.elder_guardian.flop": "Elder Guardian flops", + "subtitles.entity.elder_guardian.hurt": "Elder Guardian hurts", + "subtitles.entity.ender_dragon.ambient": "Dragon roars", + "subtitles.entity.ender_dragon.death": "Dragon dies", + "subtitles.entity.ender_dragon.flap": "Dragon flaps", + "subtitles.entity.ender_dragon.growl": "Dragon growls", + "subtitles.entity.ender_dragon.hurt": "Dragon hurts", + "subtitles.entity.ender_dragon.shoot": "Dragon shoots", + "subtitles.entity.ender_eye.launch": "Eye of Ender shoots", + "subtitles.entity.enderman.ambient": "Enderman vwoops", + "subtitles.entity.enderman.death": "Enderman dies", + "subtitles.entity.enderman.hurt": "Enderman hurts", + "subtitles.entity.enderman.stare": "Enderman cries out", + "subtitles.entity.enderman.teleport": "Enderman teleports", + "subtitles.entity.endermite.ambient": "Endermite scuttles", + "subtitles.entity.endermite.death": "Endermite dies", + "subtitles.entity.endermite.hurt": "Endermite hurts", + "subtitles.entity.ender_pearl.throw": "Ender Pearl flies", + "subtitles.entity.evoker_fangs.attack": "Fangs snap", + "subtitles.entity.evoker.ambient": "Evoker murmurs", + "subtitles.entity.evoker.cast_spell": "Evoker casts spell", + "subtitles.entity.evoker.death": "Evoker dies", + "subtitles.entity.evoker.hurt": "Evoker hurts", + "subtitles.entity.evoker.prepare_attack": "Evoker prepares attack", + "subtitles.entity.evoker.prepare_summon": "Evoker prepares summoning", + "subtitles.entity.evoker.prepare_wololo": "Evoker prepares charming", + "subtitles.entity.experience_orb.pickup": "Experience gained", + "subtitles.entity.firework_rocket.blast": "Firework blasts", + "subtitles.entity.firework_rocket.launch": "Firework launches", + "subtitles.entity.firework_rocket.twinkle": "Firework twinkles", + "subtitles.entity.generic.big_fall": "Something fell", + "subtitles.entity.generic.burn": "Burning", + "subtitles.entity.generic.death": "Dying", + "subtitles.entity.generic.drink": "Sipping", + "subtitles.entity.generic.eat": "Eating", + "subtitles.entity.generic.explode": "Explosion", + "subtitles.entity.generic.extinguish_fire": "Fire extinguishes", + "subtitles.entity.generic.hurt": "Something hurts", + "subtitles.entity.generic.small_fall": "Something trips", + "subtitles.entity.generic.splash": "Splashing", + "subtitles.entity.generic.swim": "Swimming", + "subtitles.entity.ghast.ambient": "Ghast cries", + "subtitles.entity.ghast.death": "Ghast dies", + "subtitles.entity.ghast.hurt": "Ghast hurts", + "subtitles.entity.ghast.shoot": "Ghast shoots", + "subtitles.entity.guardian.ambient_land": "Guardian flaps", + "subtitles.entity.guardian.ambient": "Guardian moans", + "subtitles.entity.guardian.attack": "Guardian shoots", + "subtitles.entity.guardian.death": "Guardian dies", + "subtitles.entity.guardian.flop": "Guardian flops", + "subtitles.entity.guardian.hurt": "Guardian hurts", + "subtitles.entity.horse.ambient": "Horse neighs", + "subtitles.entity.horse.angry": "Horse neighs", + "subtitles.entity.horse.armor": "Horse armor equips", + "subtitles.entity.horse.breathe": "Horse breathes", + "subtitles.entity.horse.death": "Horse dies", + "subtitles.entity.horse.eat": "Horse eats", + "subtitles.entity.horse.gallop": "Horse gallops", + "subtitles.entity.horse.hurt": "Horse hurts", + "subtitles.entity.horse.jump": "Horse jumps", + "subtitles.entity.horse.saddle": "Saddle equips", + "subtitles.entity.husk.ambient": "Husk groans", + "subtitles.entity.husk.converted_to_zombie": "Husk converted to Zombie", + "subtitles.entity.husk.death": "Husk dies", + "subtitles.entity.husk.hurt": "Husk hurts", + "subtitles.entity.illusioner.ambient": "Illusioner murmurs", + "subtitles.entity.illusioner.cast_spell": "Illusioner casts spell", + "subtitles.entity.illusioner.death": "Illusioner dies", + "subtitles.entity.illusioner.hurt": "Illusioner hurts", + "subtitles.entity.illusioner.mirror_move": "Illusioner displaces", + "subtitles.entity.illusioner.prepare_blindness": "Illusioner prepares blindness", + "subtitles.entity.illusioner.prepare_mirror": "Illusioner prepares mirror image", + "subtitles.entity.iron_golem.attack": "Iron Golem attacks", + "subtitles.entity.iron_golem.death": "Iron Golem dies", + "subtitles.entity.iron_golem.hurt": "Iron Golem hurts", + "subtitles.entity.item.break": "Item breaks", + "subtitles.entity.item.pickup": "Item plops", + "subtitles.entity.item_frame.add_item": "Item Frame fills", + "subtitles.entity.item_frame.break": "Item Frame breaks", + "subtitles.entity.item_frame.place": "Item Frame placed", + "subtitles.entity.item_frame.remove_item": "Item Frame empties", + "subtitles.entity.item_frame.rotate_item": "Item Frame clicks", + "subtitles.entity.leash_knot.break": "Leash knot breaks", + "subtitles.entity.leash_knot.place": "Leash knot tied", + "subtitles.entity.lightning_bolt.impact": "Lightning strikes", + "subtitles.entity.lightning_bolt.thunder": "Thunder roars", + "subtitles.entity.llama.ambient": "Llama bleats", + "subtitles.entity.llama.angry": "Llama bleats angrily", + "subtitles.entity.llama.chest": "Llama Chest equips", + "subtitles.entity.llama.death": "Llama dies", + "subtitles.entity.llama.eat": "Llama eats", + "subtitles.entity.llama.hurt": "Llama hurts", + "subtitles.entity.llama.spit": "Llama spits", + "subtitles.entity.llama.step": "Llama steps", + "subtitles.entity.llama.swag": "Llama is decorated", + "subtitles.entity.magma_cube.death": "Magma Cube dies", + "subtitles.entity.magma_cube.hurt": "Magma Cube hurts", + "subtitles.entity.magma_cube.squish": "Magma Cube squishes", + "subtitles.entity.minecart.riding": "Minecart rolls", + "subtitles.entity.mule.ambient": "Mule hee-haws", + "subtitles.entity.mule.chest": "Mule Chest equips", + "subtitles.entity.mule.death": "Mule dies", + "subtitles.entity.mule.hurt": "Mule hurts", + "subtitles.entity.painting.break": "Painting breaks", + "subtitles.entity.painting.place": "Painting placed", + "subtitles.entity.phantom.ambient": "Phantom screeches", + "subtitles.entity.phantom.bite": "Phantom bites", + "subtitles.entity.phantom.death": "Phantom dies", + "subtitles.entity.phantom.flap": "Phantom flaps", + "subtitles.entity.phantom.hurt": "Phantom hurts", + "subtitles.entity.phantom.swoop": "Phantom swoops", + "subtitles.entity.pig.ambient": "Pig oinks", + "subtitles.entity.pig.death": "Pig dies", + "subtitles.entity.pig.hurt": "Pig hurts", + "subtitles.entity.pig.saddle": "Saddle equips", + "subtitles.entity.player.burp": "Burp", + "subtitles.entity.player.death": "Player dies", + "subtitles.entity.player.hurt": "Player hurts", + "subtitles.entity.player.levelup": "Player dings", + "subtitles.entity.polar_bear.ambient": "Polar Bear groans", + "subtitles.entity.polar_bear.ambient_baby": "Polar Bear hums", + "subtitles.entity.polar_bear.death": "Polar Bear dies", + "subtitles.entity.polar_bear.hurt": "Polar Bear hurts", + "subtitles.entity.polar_bear.warning": "Polar Bear roars", + "subtitles.entity.potion.splash": "Bottle smashes", + "subtitles.entity.potion.throw": "Bottle thrown", + "subtitles.entity.puffer_fish.blow_out": "Pufferfish deflates", + "subtitles.entity.puffer_fish.blow_up": "Pufferfish inflates", + "subtitles.entity.puffer_fish.death": "Pufferfish dies", + "subtitles.entity.puffer_fish.flop": "Pufferfish flops", + "subtitles.entity.puffer_fish.hurt": "Pufferfish hurts", + "subtitles.entity.puffer_fish.sting": "Pufferfish stings", + "subtitles.entity.rabbit.ambient": "Rabbit squeaks", + "subtitles.entity.rabbit.attack": "Rabbit attacks", + "subtitles.entity.rabbit.death": "Rabbit dies", + "subtitles.entity.rabbit.hurt": "Rabbit hurts", + "subtitles.entity.rabbit.jump": "Rabbit hops", + "subtitles.entity.salmon.death": "Salmon dies", + "subtitles.entity.salmon.flop": "Salmon flops", + "subtitles.entity.salmon.hurt": "Salmon hurts", + "subtitles.entity.sheep.ambient": "Sheep baahs", + "subtitles.entity.sheep.death": "Sheep dies", + "subtitles.entity.sheep.hurt": "Sheep hurts", + "subtitles.entity.shulker.ambient": "Shulker lurks", + "subtitles.entity.shulker.close": "Shulker closes", + "subtitles.entity.shulker.death": "Shulker dies", + "subtitles.entity.shulker.hurt": "Shulker hurts", + "subtitles.entity.shulker.open": "Shulker opens", + "subtitles.entity.shulker.shoot": "Shulker shoots", + "subtitles.entity.shulker.teleport": "Shulker teleports", + "subtitles.entity.shulker_bullet.hit": "Shulker bullet explodes", + "subtitles.entity.shulker_bullet.hurt": "Shulker bullet breaks", + "subtitles.entity.silverfish.ambient": "Silverfish hisses", + "subtitles.entity.silverfish.death": "Silverfish dies", + "subtitles.entity.silverfish.hurt": "Silverfish hurts", + "subtitles.entity.skeleton.ambient": "Skeleton rattles", + "subtitles.entity.skeleton.death": "Skeleton dies", + "subtitles.entity.skeleton.hurt": "Skeleton hurts", + "subtitles.entity.skeleton.shoot": "Skeleton shoots", + "subtitles.entity.skeleton_horse.ambient": "Skeleton Horse cries", + "subtitles.entity.skeleton_horse.death": "Skeleton Horse dies", + "subtitles.entity.skeleton_horse.hurt": "Skeleton Horse hurts", + "subtitles.entity.skeleton_horse.swim": "Skeleton Horse swims", + "subtitles.entity.slime.attack": "Slime attacks", + "subtitles.entity.slime.death": "Slime dies", + "subtitles.entity.slime.hurt": "Slime hurts", + "subtitles.entity.slime.squish": "Slime squishes", + "subtitles.entity.snowball.throw": "Snowball flies", + "subtitles.entity.snow_golem.death": "Snow Golem dies", + "subtitles.entity.snow_golem.hurt": "Snow Golem hurts", + "subtitles.entity.spider.ambient": "Spider hisses", + "subtitles.entity.spider.death": "Spider dies", + "subtitles.entity.spider.hurt": "Spider hurts", + "subtitles.entity.squid.ambient": "Squid swims", + "subtitles.entity.squid.death": "Squid dies", + "subtitles.entity.squid.hurt": "Squid hurts", + "subtitles.entity.squid.squirt": "Squid shoots ink", + "subtitles.entity.stray.ambient": "Stray rattles", + "subtitles.entity.stray.death": "Stray dies", + "subtitles.entity.stray.hurt": "Stray hurts", + "subtitles.entity.tnt.primed": "TNT fizzes", + "subtitles.entity.turtle.ambient_land": "Turtle chirps", + "subtitles.entity.turtle.lay_egg": "Turtle lays egg", + "subtitles.entity.turtle.egg_hatch": "Turtle egg hatches", + "subtitles.entity.turtle.egg_crack": "Turtle egg cracks", + "subtitles.entity.turtle.egg_break": "Turtle egg breaks", + "subtitles.entity.turtle.hurt": "Turtle hurts", + "subtitles.entity.turtle.hurt_baby": "Turtle baby hurts", + "subtitles.entity.turtle.death": "Turtle dies", + "subtitles.entity.turtle.death_baby": "Turtle baby dies", + "subtitles.entity.turtle.swim": "Turtle swims", + "subtitles.entity.turtle.shamble": "Turtle shambles", + "subtitles.entity.turtle.shamble_baby": "Turtle baby shambles", + "subtitles.entity.vex.ambient": "Vex vexes", + "subtitles.entity.vex.charge": "Vex shrieks", + "subtitles.entity.vex.death": "Vex dies", + "subtitles.entity.vex.hurt": "Vex hurts", + "subtitles.entity.villager.ambient": "Villager mumbles", + "subtitles.entity.villager.death": "Villager dies", + "subtitles.entity.villager.hurt": "Villager hurts", + "subtitles.entity.villager.no": "Villager disagrees", + "subtitles.entity.villager.trade": "Villager trades", + "subtitles.entity.villager.yes": "Villager agrees", + "subtitles.entity.vindicator.ambient": "Vindicator mutters", + "subtitles.entity.vindicator.death": "Vindicator dies", + "subtitles.entity.vindicator.hurt": "Vindicator hurts", + "subtitles.entity.witch.ambient": "Witch giggles", + "subtitles.entity.witch.death": "Witch dies", + "subtitles.entity.witch.drink": "Witch drinks", + "subtitles.entity.witch.hurt": "Witch hurts", + "subtitles.entity.witch.throw": "Witch throws", + "subtitles.entity.wither.ambient": "Wither angers", + "subtitles.entity.wither.death": "Wither dies", + "subtitles.entity.wither.hurt": "Wither hurts", + "subtitles.entity.wither.shoot": "Wither attacks", + "subtitles.entity.wither.spawn": "Wither released", + "subtitles.entity.wither_skeleton.ambient": "Wither Skeleton rattles", + "subtitles.entity.wither_skeleton.death": "Wither Skeleton dies", + "subtitles.entity.wither_skeleton.hurt": "Wither Skeleton hurts", + "subtitles.entity.wolf.ambient": "Wolf pants", + "subtitles.entity.wolf.death": "Wolf dies", + "subtitles.entity.wolf.growl": "Wolf growls", + "subtitles.entity.wolf.hurt": "Wolf hurts", + "subtitles.entity.wolf.shake": "Wolf shakes", + "subtitles.entity.zombie.ambient": "Zombie groans", + "subtitles.entity.zombie.converted_to_drowned": "Zombie converted to Drowned", + "subtitles.entity.zombie.death": "Zombie dies", + "subtitles.entity.zombie.hurt": "Zombie hurts", + "subtitles.entity.zombie.infect": "Zombie infects", + "subtitles.entity.zombie_horse.ambient": "Zombie Horse cries", + "subtitles.entity.zombie_horse.death": "Zombie Horse dies", + "subtitles.entity.zombie_horse.hurt": "Zombie Horse hurts", + "subtitles.entity.zombie_pigman.ambient": "Zombie Pigman grunts", + "subtitles.entity.zombie_pigman.angry": "Zombie Pigman angers", + "subtitles.entity.zombie_pigman.death": "Zombie Pigman dies", + "subtitles.entity.zombie_pigman.hurt": "Zombie Pigman hurts", + "subtitles.entity.zombie_villager.ambient": "Zombie Villager groans", + "subtitles.entity.zombie_villager.converted": "Zombie vociferates", + "subtitles.entity.zombie_villager.cure": "Zombie snuffles", + "subtitles.entity.zombie_villager.death": "Zombie Villager dies", + "subtitles.entity.zombie_villager.hurt": "Zombie Villager hurts", + "subtitles.item.axe.strip": "Debarking log", + "subtitles.item.armor.equip": "Gear equips", + "subtitles.item.armor.equip_chain": "Chain armor jingles", + "subtitles.item.armor.equip_diamond": "Diamond armor clangs", + "subtitles.item.armor.equip_elytra": "Elytra rustle", + "subtitles.item.armor.equip_gold": "Gold armor clinks", + "subtitles.item.armor.equip_iron": "Iron armor clanks", + "subtitles.item.armor.equip_leather": "Leather armor rustles", + "subtitles.item.armor.equip_turtle": "Turtle shell thunks", + "subtitles.item.bottle.fill": "Bottle fills", + "subtitles.item.bucket.empty": "Bucket empties", + "subtitles.item.bucket.fill": "Bucket fills", + "subtitles.item.chorus_fruit.teleport": "Player teleports", + "subtitles.item.firecharge.use": "Fireball whooshes", + "subtitles.item.flintandsteel.use": "Flint and Steel click", + "subtitles.item.hoe.till": "Hoe tills", + "subtitles.item.shears.shear": "Shears click", + "subtitles.item.shield.block": "Shield blocks", + "subtitles.item.shovel.flatten": "Shovel flattens", + "subtitles.item.totem.use": "Totem activates", + "subtitles.item.trident.hit": "Trident stabs", + "subtitles.item.trident.hit_ground": "Trident vibrates", + "subtitles.item.trident.return": "Trident returns", + "subtitles.item.trident.riptide": "Trident zooms", + "subtitles.item.trident.throw": "Trident clangs", + "subtitles.item.trident.thunder": "Trident thunder cracks", + "subtitles.weather.rain": "Rain falls", + "debug.prefix": "[Debug]:", + "debug.reload_chunks.help": "F3 + A = Reload chunks", + "debug.show_hitboxes.help": "F3 + B = Show hitboxes", + "debug.clear_chat.help": "F3 + D = Clear chat", + "debug.cycle_renderdistance.help": "F3 + F = Cycle render distance (Shift to invert)", + "debug.chunk_boundaries.help": "F3 + G = Show chunk boundaries", + "debug.advanced_tooltips.help": "F3 + H = Advanced tooltips", + "debug.creative_spectator.help": "F3 + N = Cycle creative <-> spectator", + "debug.pause_focus.help": "F3 + P = Pause on lost focus", + "debug.help.help": "F3 + Q = Show this list", + "debug.reload_resourcepacks.help": "F3 + T = Reload resource packs", + "debug.copy_location.help": "F3 + C = Copy location as /tp command, hold F3 + C to crash the game", + "debug.inspect.help": "F3 + I = Copy entity or block data to clipboard", + "debug.copy_location.message": "Copied location to clipboard", + "debug.inspect.server.block": "Copied server-side block data to clipboard", + "debug.inspect.server.entity": "Copied server-side entity data to clipboard", + "debug.inspect.client.block": "Copied client-side block data to clipboard", + "debug.inspect.client.entity": "Copied client-side entity data to clipboard", + "debug.reload_chunks.message": "Reloading all chunks", + "debug.show_hitboxes.on": "Hitboxes: shown", + "debug.show_hitboxes.off": "Hitboxes: hidden", + "debug.cycle_renderdistance.message": "Render Distance: %s", + "debug.chunk_boundaries.on": "Chunk borders: shown", + "debug.chunk_boundaries.off": "Chunk borders: hidden", + "debug.advanced_tooltips.on": "Advanced tooltips: shown", + "debug.advanced_tooltips.off": "Advanced tooltips: hidden", + "debug.creative_spectator.error": "Unable to switch gamemode, no permission", + "debug.pause_focus.on": "Pause on lost focus: enabled", + "debug.pause_focus.off": "Pause on lost focus: disabled", + "debug.help.message": "Key bindings:", + "debug.reload_resourcepacks.message": "Reloaded resource packs", + "debug.crash.message": "F3 + C is held down. This will crash the game unless released.", + "debug.crash.warning": "Crashing in %s...", + "resourcepack.downloading": "Downloading Resource Pack", + "resourcepack.requesting": "Making Request...", + "resourcepack.progress": "Downloading file (%s MB)...", + "tutorial.move.title": "Move with %s, %s, %s and %s", + "tutorial.move.description": "Jump with %s", + "tutorial.look.title": "Look around", + "tutorial.look.description": "Use your mouse to turn", + "tutorial.find_tree.title": "Find a tree", + "tutorial.find_tree.description": "Punch it to collect wood", + "tutorial.punch_tree.title": "Destroy the tree", + "tutorial.punch_tree.description": "Hold down %s", + "tutorial.open_inventory.title": "Open your inventory", + "tutorial.open_inventory.description": "Press %s", + "tutorial.craft_planks.title": "Craft wooden planks", + "tutorial.craft_planks.description": "The recipe book can help", + "advancements.adventure.adventuring_time.title": "Adventuring Time", + "advancements.adventure.adventuring_time.description": "Discover every biome", + "advancements.adventure.kill_all_mobs.title": "Monsters Hunted", + "advancements.adventure.kill_all_mobs.description": "Kill one of every hostile monster", + "advancements.adventure.kill_a_mob.title": "Monster Hunter", + "advancements.adventure.kill_a_mob.description": "Kill any hostile monster", + "advancements.adventure.very_very_frightening.title": "Very Very Frightening", + "advancements.adventure.very_very_frightening.description": "Strike a Villager with lightning", + "advancements.adventure.root.title": "Adventure", + "advancements.adventure.root.description": "Adventure, exploration and combat", + "advancements.adventure.shoot_arrow.title": "Take Aim", + "advancements.adventure.shoot_arrow.description": "Shoot something with a bow and arrow", + "advancements.adventure.throw_trident.title": "A Throwaway Joke", + "advancements.adventure.throw_trident.description": "Throw a trident at something.\nNote: Throwing away your only weapon is not a good idea.", + "advancements.adventure.sleep_in_bed.title": "Sweet Dreams", + "advancements.adventure.sleep_in_bed.description": "Change your respawn point", + "advancements.adventure.sniper_duel.title": "Sniper Duel", + "advancements.adventure.sniper_duel.description": "Kill a Skeleton from at least 50 meters away", + "advancements.adventure.trade.title": "What a Deal!", + "advancements.adventure.trade.description": "Successfully trade with a Villager", + "advancements.adventure.summon_iron_golem.title": "Hired Help", + "advancements.adventure.summon_iron_golem.description": "Summon an Iron Golem to help defend a village", + "advancements.adventure.totem_of_undying.title": "Postmortal", + "advancements.adventure.totem_of_undying.description": "Use a Totem of Undying to cheat death", + "advancements.husbandry.root.title": "Husbandry", + "advancements.husbandry.root.description": "The world is full of friends and food", + "advancements.husbandry.breed_an_animal.title": "The Parrots and the Bats", + "advancements.husbandry.breed_an_animal.description": "Breed two animals together", + "advancements.husbandry.fishy_business.title": "Fishy Business", + "advancements.husbandry.fishy_business.description": "Catch a fish", + "advancements.husbandry.tactical_fishing.title": "Tactical Fishing", + "advancements.husbandry.tactical_fishing.description": "Catch a fish... without a fishing rod!", + "advancements.husbandry.breed_all_animals.title": "Two by Two", + "advancements.husbandry.breed_all_animals.description": "Breed all the animals!", + "advancements.husbandry.tame_an_animal.title": "Best Friends Forever", + "advancements.husbandry.tame_an_animal.description": "Tame an animal", + "advancements.husbandry.plant_seed.title": "A Seedy Place", + "advancements.husbandry.plant_seed.description": "Plant a seed and watch it grow", + "advancements.husbandry.break_diamond_hoe.title": "Serious Dedication", + "advancements.husbandry.break_diamond_hoe.description": "Completely use up a diamond hoe, and then reevaluate your life choices", + "advancements.husbandry.balanced_diet.title": "A Balanced Diet", + "advancements.husbandry.balanced_diet.description": "Eat everything that is edible, even if it's not good for you", + "advancements.end.dragon_breath.title": "You Need a Mint", + "advancements.end.dragon_breath.description": "Collect dragon's breath in a glass bottle", + "advancements.end.dragon_egg.title": "The Next Generation", + "advancements.end.dragon_egg.description": "Hold the Dragon Egg", + "advancements.end.elytra.title": "Sky's the Limit", + "advancements.end.elytra.description": "Find Elytra", + "advancements.end.enter_end_gateway.title": "Remote Getaway", + "advancements.end.enter_end_gateway.description": "Escape the island", + "advancements.end.find_end_city.title": "The City at the End of the Game", + "advancements.end.find_end_city.description": "Go on in, what could happen?", + "advancements.end.kill_dragon.title": "Free the End", + "advancements.end.kill_dragon.description": "Good luck", + "advancements.end.levitate.title": "Great View From Up Here", + "advancements.end.levitate.description": "Levitate up 50 blocks from the attacks of a Shulker", + "advancements.end.respawn_dragon.title": "The End... Again...", + "advancements.end.respawn_dragon.description": "Respawn the Ender Dragon", + "advancements.end.root.title": "The End", + "advancements.end.root.description": "Or the beginning?", + "advancements.nether.brew_potion.title": "Local Brewery", + "advancements.nether.brew_potion.description": "Brew a potion", + "advancements.nether.all_potions.title": "A Furious Cocktail", + "advancements.nether.all_potions.description": "Have every potion effect applied at the same time", + "advancements.nether.all_effects.title": "How Did We Get Here?", + "advancements.nether.all_effects.description": "Have every effect applied at the same time", + "advancements.nether.create_beacon.title": "Bring Home the Beacon", + "advancements.nether.create_beacon.description": "Construct and place a Beacon", + "advancements.nether.create_full_beacon.title": "Beaconator", + "advancements.nether.create_full_beacon.description": "Bring a beacon to full power", + "advancements.nether.find_fortress.title": "A Terrible Fortress", + "advancements.nether.find_fortress.description": "Break your way into a Nether Fortress", + "advancements.nether.get_wither_skull.title": "Spooky Scary Skeleton", + "advancements.nether.get_wither_skull.description": "Obtain a Wither Skeleton's skull", + "advancements.nether.obtain_blaze_rod.title": "Into Fire", + "advancements.nether.obtain_blaze_rod.description": "Relieve a Blaze of its rod", + "advancements.nether.return_to_sender.title": "Return to Sender", + "advancements.nether.return_to_sender.description": "Destroy a Ghast with a fireball", + "advancements.nether.root.title": "Nether", + "advancements.nether.root.description": "Bring summer clothes", + "advancements.nether.summon_wither.title": "Withering Heights", + "advancements.nether.summon_wither.description": "Summon the Wither", + "advancements.nether.fast_travel.title": "Subspace Bubble", + "advancements.nether.fast_travel.description": "Use the Nether to travel 7 km in the Overworld", + "advancements.nether.uneasy_alliance.title": "Uneasy Alliance", + "advancements.nether.uneasy_alliance.description": "Rescue a Ghast from the Nether, bring it safely home to the Overworld... and then kill it", + "advancements.story.cure_zombie_villager.title": "Zombie Doctor", + "advancements.story.cure_zombie_villager.description": "Weaken and then cure a Zombie Villager", + "advancements.story.deflect_arrow.title": "Not Today, Thank You", + "advancements.story.deflect_arrow.description": "Deflect an arrow with a shield", + "advancements.story.enchant_item.title": "Enchanter", + "advancements.story.enchant_item.description": "Enchant an item at an Enchanting Table", + "advancements.story.enter_the_end.title": "The End?", + "advancements.story.enter_the_end.description": "Enter the End Portal", + "advancements.story.enter_the_nether.title": "We Need to Go Deeper", + "advancements.story.enter_the_nether.description": "Build, light and enter a Nether Portal", + "advancements.story.follow_ender_eye.title": "Eye Spy", + "advancements.story.follow_ender_eye.description": "Follow an Eye of Ender", + "advancements.story.form_obsidian.title": "Ice Bucket Challenge", + "advancements.story.form_obsidian.description": "Form and mine a block of Obsidian", + "advancements.story.iron_tools.title": "Isn't It Iron Pick", + "advancements.story.iron_tools.description": "Upgrade your pickaxe", + "advancements.story.lava_bucket.title": "Hot Stuff", + "advancements.story.lava_bucket.description": "Fill a bucket with lava", + "advancements.story.mine_diamond.title": "Diamonds!", + "advancements.story.mine_diamond.description": "Acquire diamonds", + "advancements.story.mine_stone.title": "Stone Age", + "advancements.story.mine_stone.description": "Mine stone with your new pickaxe", + "advancements.story.obtain_armor.title": "Suit Up", + "advancements.story.obtain_armor.description": "Protect yourself with a piece of iron armor", + "advancements.story.root.title": "Minecraft", + "advancements.story.root.description": "The heart and story of the game", + "advancements.story.shiny_gear.title": "Cover Me With Diamonds", + "advancements.story.shiny_gear.description": "Diamond armor saves lives", + "advancements.story.smelt_iron.title": "Acquire Hardware", + "advancements.story.smelt_iron.description": "Smelt an iron ingot", + "advancements.story.upgrade_tools.title": "Getting an Upgrade", + "advancements.story.upgrade_tools.description": "Construct a better pickaxe", + "team.visibility.always": "Always", + "team.visibility.never": "Never", + "team.visibility.hideForOtherTeams": "Hide for other teams", + "team.visibility.hideForOwnTeam": "Hide for own team", + "team.collision.always": "Always", + "team.collision.never": "Never", + "team.collision.pushOtherTeams": "Push other teams", + "team.collision.pushOwnTeam": "Push own team", + "argument.entity.selector.nearestPlayer": "Nearest player", + "argument.entity.selector.randomPlayer": "Random player", + "argument.entity.selector.allPlayers": "All players", + "argument.entity.selector.allEntities": "All entities", + "argument.entity.selector.self": "Current entity", + "argument.entity.options.name.description": "Entity name", + "argument.entity.options.distance.description": "Distance to entity", + "argument.entity.options.level.description": "Experience level", + "argument.entity.options.x.description": "x position", + "argument.entity.options.y.description": "y position", + "argument.entity.options.z.description": "z position", + "argument.entity.options.dx.description": "Entities between x and x + dx", + "argument.entity.options.dy.description": "Entities between y and y + dy", + "argument.entity.options.dz.description": "Entities between z and z + dz", + "argument.entity.options.x_rotation.description": "Entity's x rotation", + "argument.entity.options.y_rotation.description": "Entity's y rotation", + "argument.entity.options.limit.description": "Maximum number of entities to return", + "argument.entity.options.sort.description": "Sort the entities", + "argument.entity.options.gamemode.description": "Players with gamemode", + "argument.entity.options.team.description": "Entities on team", + "argument.entity.options.type.description": "Entities of type", + "argument.entity.options.tag.description": "Entities with tag", + "argument.entity.options.nbt.description": "Entities with NBT", + "argument.entity.options.scores.description": "Entities with scores", + "argument.entity.options.advancements.description": "Players with advancements", + "command.failed": "An unexpected error occurred trying to execute that command", + "command.context.here": "<--[HERE]", + "commands.publish.started": "Local game hosted on port %s", + "commands.publish.failed": "Unable to host local game", + "commands.advancement.advancementNotFound": "No advancement was found by the name '%1$s'", + "commands.advancement.criterionNotFound": "The advancement %1$s does not contain the criterion '%2$s'", + "commands.advancement.grant.one.to.one.success": "Granted the advancement %s to %s", + "commands.advancement.grant.one.to.one.failure": "Couldn't grant advancement %s to %s as they already have it", + "commands.advancement.grant.one.to.many.success": "Granted the advancement %s to %s players", + "commands.advancement.grant.one.to.many.failure": "Couldn't grant advancement %s to %s players as they already have it", + "commands.advancement.grant.many.to.one.success": "Granted %s advancements to %s", + "commands.advancement.grant.many.to.one.failure": "Couldn't grant %s advancements to %s as they already have them", + "commands.advancement.grant.many.to.many.success": "Granted %s advancements to %s players", + "commands.advancement.grant.many.to.many.failure": "Couldn't grant %s advancements to %s players as they already have them", + "commands.advancement.grant.criterion.to.one.success": "Granted criterion '%s' of advancement %s to %s", + "commands.advancement.grant.criterion.to.one.failure": "Couldn't grant criterion '%s' of advancement %s to %s as they already have it", + "commands.advancement.grant.criterion.to.many.success": "Granted criterion '%s' of advancement %s to %s players", + "commands.advancement.grant.criterion.to.many.failure": "Couldn't grant criterion '%s' of advancement %s to %s players as they already have it", + "commands.advancement.revoke.one.to.one.success": "Revoked the advancement %s from %s", + "commands.advancement.revoke.one.to.one.failure": "Couldn't revoke advancement %s from %s as they don't have it", + "commands.advancement.revoke.one.to.many.success": "Revoked the advancement %s from %s players", + "commands.advancement.revoke.one.to.many.failure": "Couldn't revoke advancement %s from %s players as they don't have it", + "commands.advancement.revoke.many.to.one.success": "Revoked %s advancements from %s", + "commands.advancement.revoke.many.to.one.failure": "Couldn't revoke %s advancements from %s as they don't have them", + "commands.advancement.revoke.many.to.many.success": "Revoked %s advancements from %s players", + "commands.advancement.revoke.many.to.many.failure": "Couldn't revoke %s advancements from %s players as they don't have them", + "commands.advancement.revoke.criterion.to.one.success": "Revoked criterion '%s' of advancement %s from %s", + "commands.advancement.revoke.criterion.to.one.failure": "Couldn't revoke criterion '%s' of advancement %s from %s as they don't have it", + "commands.advancement.revoke.criterion.to.many.success": "Revoked criterion '%s' of advancement %s from %s players", + "commands.advancement.revoke.criterion.to.many.failure": "Couldn't revoke criterion '%s' of advancement %s from %s players as they don't have it", + "commands.forceload.added.failure": "No chunks were marked for force loading", + "commands.forceload.added.single": "Marked chunk %s in %s to be force loaded", + "commands.forceload.added.multiple": "Marked %s chunks in %s from %s to %s to be force loaded", + "commands.forceload.query.success": "Chunk at %s in %s is marked for force loading", + "commands.forceload.query.failure": "Chunk at %s in %s is not marked for force loading", + "commands.forceload.list.single": "A force loaded chunk was found in %s at: %s", + "commands.forceload.list.multiple": "%s force loaded chunks were found in %s at: %s", + "commands.forceload.added.none": "No force loaded chunks were found in %s", + "commands.forceload.removed.all": "Unmarked all force loaded chunks in %s", + "commands.forceload.removed.failure": "No chunks were removed from force loading", + "commands.forceload.removed.single": "Unmarked chunk %s in %s for force loading", + "commands.forceload.removed.multiple": "Unmarked %s chunks in %s from %s to %s for force loading", + "commands.forceload.toobig": "Too many chunks in the specified area (maximum %s, specified %s)", + "commands.clear.success.single": "Removed %s items from player %s", + "commands.clear.success.multiple": "Removed %s items from %s players", + "commands.clear.test.single": "Found %s matching items on player %s", + "commands.clear.test.multiple": "Found %s matching items on %s players", + "commands.clone.success": "Successfully cloned %s blocks", + "commands.debug.started": "Started debug profiling", + "commands.debug.stopped": "Stopped debug profiling after %s seconds and %s ticks (%s ticks per second)", + "commands.defaultgamemode.success": "The default game mode is now %s", + "commands.difficulty.success": "The difficulty has been set to %s", + "commands.difficulty.query": "The difficulty is %s", + "commands.effect.give.success.single": "Applied effect %s to %s", + "commands.effect.give.success.multiple": "Applied effect %s to %s targets", + "commands.effect.clear.everything.success.single": "Removed every effect from %s", + "commands.effect.clear.everything.success.multiple": "Removed every effect from %s targets", + "commands.effect.clear.specific.success.single": "Removed effect %s from %s", + "commands.effect.clear.specific.success.multiple": "Removed effect %s from %s targets", + "commands.enchant.success.single": "Applied enchantment %s to %s's item", + "commands.enchant.success.multiple": "Applied enchantment %s to %s entities", + "commands.experience.add.points.success.single": "Gave %s experience points to %s", + "commands.experience.add.points.success.multiple": "Gave %s experience points to %s players", + "commands.experience.add.levels.success.single": "Gave %s experience levels to %s", + "commands.experience.add.levels.success.multiple": "Gave %s experience levels to %s players", + "commands.experience.set.points.success.single": "Set %s experience points on %s", + "commands.experience.set.points.success.multiple": "Set %s experience points on %s players", + "commands.experience.set.levels.success.single": "Set %s experience levels on %s", + "commands.experience.set.levels.success.multiple": "Set %s experience levels on %s players", + "commands.experience.query.points": "%s has %s experience points", + "commands.experience.query.levels": "%s has %s experience levels", + "commands.fill.success": "Successfully filled %s blocks", + "commands.function.success.single": "Executed %s commands from function '%s'", + "commands.function.success.multiple": "Executed %s commands from %s functions", + "commands.give.success.single": "Gave %s %s to %s", + "commands.give.success.multiple": "Gave %s %s to %s players", + "commands.playsound.success.single": "Played sound %s to %s", + "commands.playsound.success.multiple": "Played sound %s to %s players", + "commands.publish.success": "Multiplayer game is now hosted on port %s", + "commands.list.players": "There are %s of a max %s players online: %s", + "commands.kill.success.single": "Killed %s", + "commands.kill.success.multiple": "Killed %s entities", + "commands.kick.success": "Kicked %s: %s", + "commands.locate.success": "The nearest %s is at %s (%s blocks away)", + "commands.message.display.outgoing": "You whisper to %s: %s", + "commands.message.display.incoming": "%s whispers to you: %s", + "commands.op.success": "Made %s a server operator", + "commands.deop.success": "Made %s no longer a server operator", + "commands.ban.success": "Banned %s: %s", + "commands.pardon.success": "Unbanned %s", + "commands.particle.success": "Displaying particle %s", + "commands.seed.success": "Seed: %s", + "commands.stop.stopping": "Stopping the server", + "commands.time.query": "The time is %s", + "commands.time.set": "Set the time to %s", + "commands.gamemode.success.self": "Set own game mode to %s", + "commands.gamemode.success.other": "Set %s's game mode to %s", + "commands.gamerule.query": "Gamerule %s is currently set to: %s", + "commands.gamerule.set": "Gamerule %s is now set to: %s", + "commands.save.disabled": "Automatic saving is now disabled", + "commands.save.enabled": "Automatic saving is now enabled", + "commands.save.saving": "Saving the game (this may take a moment!)", + "commands.save.success": "Saved the game", + "commands.setidletimeout.success": "The player idle timeout is now %s minutes", + "commands.banlist.none": "There are no bans", + "commands.banlist.list": "There are %s bans:", + "commands.banlist.entry": "%s was banned by %s: %s", + "commands.bossbar.create.success": "Created custom bossbar %s", + "commands.bossbar.remove.success": "Removed custom bossbar %s", + "commands.bossbar.list.bars.none": "There are no custom bossbars active", + "commands.bossbar.list.bars.some": "There are %s custom bossbars active: %s", + "commands.bossbar.set.players.success.none": "Custom bossbar %s no longer has any players", + "commands.bossbar.set.players.success.some": "Custom bossbar %s now has %s players: %s", + "commands.bossbar.set.name.success": "Custom bossbar %s has been renamed", + "commands.bossbar.set.color.success": "Custom bossbar %s has changed color", + "commands.bossbar.set.style.success": "Custom bossbar %s has changed style", + "commands.bossbar.set.value.success": "Custom bossbar %s has changed value to %s", + "commands.bossbar.set.max.success": "Custom bossbar %s has changed maximum to %s", + "commands.bossbar.set.visible.success.visible": "Custom bossbar %s is now visible", + "commands.bossbar.set.visible.success.hidden": "Custom bossbar %s is now hidden", + "commands.bossbar.get.value": "Custom bossbar %s has a value of %s", + "commands.bossbar.get.max": "Custom bossbar %s has a maximum of %s", + "commands.bossbar.get.visible.visible": "Custom bossbar %s is currently shown", + "commands.bossbar.get.visible.hidden": "Custom bossbar %s is currently hidden", + "commands.bossbar.get.players.none": "Custom bossbar %s has no players currently online", + "commands.bossbar.get.players.some": "Custom bossbar %s has %s players currently online: %s", + "commands.recipe.give.success.single": "Unlocked %s recipes for %s", + "commands.recipe.give.success.multiple": "Unlocked %s recipes for %s players", + "commands.recipe.take.success.single": "Took %s recipes from %s", + "commands.recipe.take.success.multiple": "Took %s recipes from %s players", + "commands.summon.success": "Summoned new %s", + "commands.whitelist.enabled": "Whitelist is now turned on", + "commands.whitelist.disabled": "Whitelist is now turned off", + "commands.whitelist.none": "There are no whitelisted players", + "commands.whitelist.list": "There are %s whitelisted players: %s", + "commands.whitelist.add.success": "Added %s to the whitelist", + "commands.whitelist.remove.success": "Removed %s from the whitelist", + "commands.whitelist.reloaded": "Reloaded the whitelist", + "commands.weather.set.clear": "Set the weather to clear", + "commands.weather.set.rain": "Set the weather to rain", + "commands.weather.set.thunder": "Set the weather to rain & thunder", + "commands.spawnpoint.success.single": "Set spawn point to %s, %s, %s for %s", + "commands.spawnpoint.success.multiple": "Set spawn point to %s, %s, %s for %s players", + "commands.stopsound.success.source.sound": "Stopped sound '%s' on source '%s'", + "commands.stopsound.success.source.any": "Stopped all '%s' sounds", + "commands.stopsound.success.sourceless.sound": "Stopped sound '%s'", + "commands.stopsound.success.sourceless.any": "Stopped all sounds", + "commands.setworldspawn.success": "Set the world spawn point to %s, %s, %s", + "commands.spreadplayers.success.teams": "Spread %s teams around %s, %s with an average distance of %s blocks apart", + "commands.spreadplayers.success.entities": "Spread %s players around %s, %s with an average distance of %s blocks apart", + "commands.setblock.success": "Changed the block at %s, %s, %s", + "commands.banip.success": "Banned IP %s: %s", + "commands.banip.info": "This ban affects %s players: %s", + "commands.pardonip.success": "Unbanned IP %s", + "commands.teleport.success.entity.single": "Teleported %s to %s", + "commands.teleport.success.entity.multiple": "Teleported %s entities to %s", + "commands.teleport.success.location.single": "Teleported %s to %s, %s, %s", + "commands.teleport.success.location.multiple": "Teleported %s entities to %s, %s, %s", + "commands.title.cleared.single": "Cleared titles for %s", + "commands.title.cleared.multiple": "Cleared titles for %s players", + "commands.title.reset.single": "Reset title options for %s", + "commands.title.reset.multiple": "Reset title options for %s players", + "commands.title.show.title.single": "Showing new title for %s", + "commands.title.show.title.multiple": "Showing new title for %s players", + "commands.title.show.subtitle.single": "Showing new subtitle for %s", + "commands.title.show.subtitle.multiple": "Showing new subtitle for %s players", + "commands.title.show.actionbar.single": "Showing new actionbar title for %s", + "commands.title.show.actionbar.multiple": "Showing new actionbar title for %s players", + "commands.title.times.single": "Changed title display times for %s", + "commands.title.times.multiple": "Changed title display times for %s players", + "commands.worldborder.set.grow": "Growing the world border to %s blocks wide over %s seconds", + "commands.worldborder.set.shrink": "Shrinking the world border to %s blocks wide over %s seconds", + "commands.worldborder.set.immediate": "Set the world border to %s blocks wide", + "commands.worldborder.center.success": "Set the center of the world border to %s, %s", + "commands.worldborder.get": "The world border is currently %s blocks wide", + "commands.worldborder.damage.buffer.success": "Set the world border damage buffer to %s blocks", + "commands.worldborder.damage.amount.success": "Set the world border damage time to %s seconds", + "commands.worldborder.warning.time.success": "Set the world border warning time to %s seconds", + "commands.worldborder.warning.distance.success": "Set the world border warning distance to %s blocks", + "commands.replaceitem.block.success": "Replaced a slot at %s, %s, %s with %s", + "commands.replaceitem.entity.success.single": "Replaced a slot on %s with %s", + "commands.replaceitem.entity.success.multiple": "Replaced a slot on %s entities with %s", + "commands.tag.add.success.single": "Added tag '%s' to %s", + "commands.tag.add.success.multiple": "Added tag '%s' to %s entities", + "commands.tag.remove.success.single": "Removed tag '%s' from %s", + "commands.tag.remove.success.multiple": "Removed tag '%s' from %s entities", + "commands.tag.list.single.empty": "%s has no tags", + "commands.tag.list.single.success": "%s has %s tags: %s", + "commands.tag.list.multiple.empty": "There are no tags on the %s entities", + "commands.tag.list.multiple.success": "The %s entities have %s total tags: %s", + "commands.team.list.members.empty": "There are no members on team %s", + "commands.team.list.members.success": "Team %s has %s members: %s", + "commands.team.list.teams.empty": "There are no teams", + "commands.team.list.teams.success": "There are %s teams: %s", + "commands.team.add.success": "Created team %s", + "commands.team.remove.success": "Removed team %s", + "commands.team.empty.success": "Removed %s members from team %s", + "commands.team.option.color.success": "Updated the color for team %s to %s", + "commands.team.option.name.success": "Updated team %s name", + "commands.team.option.friendlyfire.enabled": "Enabled friendly fire for team %s", + "commands.team.option.friendlyfire.disabled": "Disabled friendly fire for team %s", + "commands.team.option.seeFriendlyInvisibles.enabled": "Team %s can now see invisible teammates", + "commands.team.option.seeFriendlyInvisibles.disabled": "Team %s can no longer see invisible teammates", + "commands.team.option.nametagVisibility.success": "Nametag visibility for team %s is now \"%s\"", + "commands.team.option.deathMessageVisibility.success": "Death message visibility for team %s is now \"%s\"", + "commands.team.option.collisionRule.success": "Collision rule for team %s is now \"%s\"", + "commands.team.option.prefix.success": "Team prefix set to %s", + "commands.team.option.suffix.success": "Team suffix set to %s", + "commands.team.join.success.single": "Added %s to team %s", + "commands.team.join.success.multiple": "Added %s members to team %s", + "commands.team.leave.success.single": "Removed %s from any team", + "commands.team.leave.success.multiple": "Removed %s members from any team", + "commands.trigger.simple.success": "Triggered %s", + "commands.trigger.add.success": "Triggered %s (added %s to value)", + "commands.trigger.set.success": "Triggered %s (set value to %s)", + "commands.scoreboard.objectives.list.empty": "There are no objectives", + "commands.scoreboard.objectives.list.success": "There are %s objectives: %s", + "commands.scoreboard.objectives.add.success": "Created new objective %s", + "commands.scoreboard.objectives.remove.success": "Removed objective %s", + "commands.scoreboard.objectives.display.cleared": "Cleared any objectives in display slot %s", + "commands.scoreboard.objectives.display.set": "Set display slot %s to show objective %s", + "commands.scoreboard.objectives.modify.displayname": "Changed objective %s display name to %s", + "commands.scoreboard.objectives.modify.rendertype": "Changed objective %s render type", + "commands.scoreboard.players.list.empty": "There are no tracked entities", + "commands.scoreboard.players.list.success": "There are %s tracked entities: %s", + "commands.scoreboard.players.list.entity.empty": "%s has no scores to show", + "commands.scoreboard.players.list.entity.success": "%s has %s scores:", + "commands.scoreboard.players.list.entity.entry": "%s: %s", + "commands.scoreboard.players.set.success.single": "Set %s for %s to %s", + "commands.scoreboard.players.set.success.multiple": "Set %s for %s entities to %s", + "commands.scoreboard.players.add.success.single": "Added %s to %s for %s (now %s)", + "commands.scoreboard.players.add.success.multiple": "Added %s to %s for %s entities", + "commands.scoreboard.players.remove.success.single": "Removed %s from %s for %s (now %s)", + "commands.scoreboard.players.remove.success.multiple": "Removed %s from %s for %s entities", + "commands.scoreboard.players.reset.all.single": "Reset all scores for %s", + "commands.scoreboard.players.reset.all.multiple": "Reset all scores for %s entities", + "commands.scoreboard.players.reset.specific.single": "Reset %s for %s", + "commands.scoreboard.players.reset.specific.multiple": "Reset %s for %s entities", + "commands.scoreboard.players.enable.success.single": "Enabled trigger %s for %s", + "commands.scoreboard.players.enable.success.multiple": "Enabled trigger %s for %s entities", + "commands.scoreboard.players.operation.success.single": "Set %s for %s to %s", + "commands.scoreboard.players.operation.success.multiple": "Updated %s for %s entities", + "commands.scoreboard.players.get.success": "%s has %s %s", + "commands.reload.success": "Reloading!", + "commands.data.entity.modified": "Modified entity data of %s", + "commands.data.entity.query": "%s has the following entity data: %s", + "commands.data.entity.get": "%s on %s after scale factor of %s is %s", + "commands.data.block.modified": "Modified block data of %s, %s, %s", + "commands.data.block.query": "%s, %s, %s has the following block data: %s", + "commands.data.block.get": "%s on block %s, %s, %s after scale factor of %s is %s", + "commands.datapack.list.enabled.success": "There are %s data packs enabled: %s", + "commands.datapack.list.enabled.none": "There are no data packs enabled", + "commands.datapack.list.available.success": "There are %s data packs available: %s", + "commands.datapack.list.available.none": "There are no more data packs available", + "commands.datapack.enable.success": "Enabled data pack %s", + "commands.datapack.disable.success": "Disabled data pack %s", + "argument.range.empty": "Expected value or range of values", + "argument.range.ints": "Only whole numbers allowed, not decimals", + "argument.range.swapped": "Min cannot be bigger than max", + "permissions.requires.player": "A player is required to run this command here", + "permissions.requires.entity": "An entity is required to run this command here", + "argument.entity.toomany": "Only one entity is allowed, but the provided selector allows more than one", + "argument.player.toomany": "Only one player is allowed, but the provided selector allows more than one", + "argument.player.entities": "Only players may be affected by this command, but the provided selector includes entities", + "argument.entity.notfound.entity": "No entity was found", + "argument.entity.notfound.player": "No player was found", + "argument.player.unknown": "That player does not exist", + "arguments.nbtpath.node.invalid": "Invalid NBT path, expected element name or index", + "arguments.operation.invalid": "Invalid operation", + "arguments.operation.div0": "Cannot divide by zero", + "argument.scoreHolder.empty": "No relevant score holders could be found", + "argument.block.tag.disallowed": "Tags aren't allowed here, only actual blocks", + "argument.block.property.unclosed": "Expected closing ] for block state properties", + "argument.pos.unloaded": "That position is not loaded", + "argument.pos.outofworld": "That position is out of this world!", + "argument.rotation.incomplete": "Incomplete (expected 2 coordinates)", + "arguments.swizzle.invalid": "Invalid swizzle, expected combination of 'x', 'y' and 'z'", + "argument.pos2d.incomplete": "Incomplete (expected 2 coordinates)", + "argument.pos3d.incomplete": "Incomplete (expected 3 coordinates)", + "argument.pos.mixed": "Cannot mix world & local coordinates (everything must either use ^ or not)", + "argument.pos.missing.double": "Expected a coordinate", + "argument.pos.missing.int": "Expected a block position", + "argument.item.tag.disallowed": "Tags aren't allowed here, only actual items", + "argument.entity.invalid": "Invalid name or UUID", + "argument.entity.selector.missing": "Missing selector type", + "argument.entity.selector.not_allowed": "Selector not allowed", + "argument.entity.options.unterminated": "Expected end of options", + "argument.entity.options.distance.negative": "Distance cannot be negative", + "argument.entity.options.level.negative": "Level shouldn't be negative", + "argument.entity.options.limit.toosmall": "Limit must be at least 1", + "argument.nbt.trailing": "Unexpected trailing data", + "argument.nbt.expected.key": "Expected key", + "argument.nbt.expected.value": "Expected value", + "argument.id.invalid": "Invalid ID", + "commands.banip.invalid": "Invalid IP address or unknown player", + "commands.banip.failed": "Nothing changed. That IP is already banned", + "commands.ban.failed": "Nothing changed. The player is already banned", + "commands.bossbar.set.players.unchanged": "Nothing changed. Those players are already on the bossbar with nobody to add or remove", + "commands.bossbar.set.name.unchanged": "Nothing changed. That's already the name of this bossbar", + "commands.bossbar.set.color.unchanged": "Nothing changed. That's already the color of this bossbar", + "commands.bossbar.set.style.unchanged": "Nothing changed. That's already the style of this bossbar", + "commands.bossbar.set.value.unchanged": "Nothing changed. That's already the value of this bossbar", + "commands.bossbar.set.max.unchanged": "Nothing changed. That's already the max of this bossbar", + "commands.bossbar.set.visibility.unchanged.hidden": "Nothing changed. The bossbar is already hidden", + "commands.bossbar.set.visibility.unchanged.visible": "Nothing changed. The bossbar is already visible", + "commands.clone.overlap": "The source and destination areas cannot overlap", + "commands.clone.failed": "No blocks were cloned", + "commands.debug.notRunning": "The debug profiler hasn't started", + "commands.debug.alreadyRunning": "The debug profiler is already started", + "commands.deop.failed": "Nothing changed. The player is not an operator", + "commands.effect.give.failed": "Unable to apply this effect (target is either immune to effects, or has something stronger)", + "commands.effect.clear.everything.failed": "Target has no effects to remove", + "commands.effect.clear.specific.failed": "Target doesn't have the requested effect", + "commands.enchant.failed": "Nothing changed. Targets either have no item in their hands or the enchantment could not be applied", + "commands.experience.set.points.invalid": "Cannot set experience points above the maximum points for the player's current level", + "commands.fill.failed": "No blocks were filled", + "commands.help.failed": "Unknown command or insufficient permissions", + "commands.locate.failed": "Could not find that structure nearby", + "commands.op.failed": "Nothing changed. The player already is an operator", + "commands.pardon.failed": "Nothing changed. The player isn't banned", + "commands.pardonip.invalid": "Invalid IP address", + "commands.pardonip.failed": "Nothing changed. That IP isn't banned", + "commands.particle.failed": "The particle was not visible for anybody", + "commands.playsound.failed": "The sound is too far away to be heard", + "commands.recipe.give.failed": "No new recipes were learned", + "commands.recipe.take.failed": "No recipes could be forgotten", + "commands.replaceitem.block.failed": "The target block is not a container", + "commands.replaceitem.slot.inapplicable": "The target does not have slot %s", + "commands.replaceitem.entity.failed": "Could not put %s in slot %s", + "commands.save.failed": "Unable to save the game (is there enough disk space?)", + "commands.save.alreadyOff": "Saving is already turned off", + "commands.save.alreadyOn": "Saving is already turned on", + "commands.scoreboard.objectives.add.duplicate": "An objective already exists by that name", + "commands.scoreboard.objectives.display.alreadyEmpty": "Nothing changed. That display slot is already empty", + "commands.scoreboard.objectives.display.alreadySet": "Nothing changed. That display slot is already showing that objective", + "commands.scoreboard.players.enable.failed": "Nothing changed. That trigger is already enabled", + "commands.scoreboard.players.enable.invalid": "Enable only works on trigger-objectives", + "commands.setblock.failed": "Could not set the block", + "commands.summon.failed": "Unable to summon entity", + "commands.tag.add.failed": "Target either already has the tag or has too many tags", + "commands.tag.remove.failed": "Target does not have this tag", + "commands.team.add.duplicate": "A team already exists by that name", + "commands.team.empty.unchanged": "Nothing changed. That team is already empty", + "commands.team.option.color.unchanged": "Nothing changed. That team already has that color", + "commands.team.option.name.unchanged": "Nothing changed. That team already has that name", + "commands.team.option.friendlyfire.alreadyEnabled": "Nothing changed. Friendly fire is already enabled for that team", + "commands.team.option.friendlyfire.alreadyDisabled": "Nothing changed. Friendly fire is already disabled for that team", + "commands.team.option.seeFriendlyInvisibles.alreadyEnabled": "Nothing changed. That team can already see invisible teammates", + "commands.team.option.seeFriendlyInvisibles.alreadyDisabled": "Nothing changed. That team already can't see invisible teammates", + "commands.team.option.nametagVisibility.unchanged": "Nothing changed. Nametag visibility is already that value", + "commands.team.option.deathMessageVisibility.unchanged": "Nothing changed. Death message visibility is already that value", + "commands.team.option.collisionRule.unchanged": "Nothing changed. Collision rule is already that value", + "commands.trigger.failed.unprimed": "You cannot trigger this objective yet", + "commands.trigger.failed.invalid": "You can only trigger objectives that are 'trigger' type", + "commands.whitelist.alreadyOn": "Whitelist is already turned on", + "commands.whitelist.alreadyOff": "Whitelist is already turned off", + "commands.whitelist.add.failed": "Player is already whitelisted", + "commands.whitelist.remove.failed": "Player is not whitelisted", + "commands.worldborder.center.failed": "Nothing changed. The world border is already centered there", + "commands.worldborder.set.failed.nochange": "Nothing changed. The world border is already that size", + "commands.worldborder.set.failed.small.": "World border cannot be smaller than 1 block wide", + "commands.worldborder.set.failed.big.": "World border cannot be bigger than 60,000,000 blocks wide", + "commands.worldborder.warning.time.failed": "Nothing changed. The world border warning is already that amount of time", + "commands.worldborder.warning.distance.failed": "Nothing changed. The world border warning is already that distance", + "commands.worldborder.damage.buffer.failed": "Nothing changed. The world border damage buffer is already that distance", + "commands.worldborder.damage.amount.failed": "Nothing changed. The world border damage is already that amount", + "commands.data.block.invalid": "The target block is not a block entity", + "commands.data.merge.failed": "Nothing changed, the specified properties already have these values", + "commands.data.entity.invalid": "Unable to modify player data", + "argument.color.invalid": "Unknown color '%s'", + "argument.dimension.invalid": "Unknown dimension '%s'", + "argument.component.invalid": "Invalid chat component: %s", + "argument.anchor.invalid": "Invalid entity anchor position %s", + "enchantment.unknown": "Unknown enchantment: %s", + "effect.effectNotFound": "Unknown effect: %s", + "argument.nbt.invalid": "Invalid NBT: %s", + "arguments.nbtpath.child.invalid": "Can't access child '%s', either doesn't exist or parent isn't a compound", + "arguments.nbtpath.element.invalid": "Can't access element %s, either doesn't exist or parent isn't a list", + "arguments.objective.notFound": "Unknown scoreboard objective '%s'", + "arguments.objective.readonly": "Scoreboard objective '%s' is read-only", + "commands.scoreboard.objectives.add.longName": "Objective names cannot be longer than %s characters", + "argument.criteria.invalid": "Unknown criteria '%s'", + "particle.notFound": "Unknown particle: %s", + "argument.id.unknown": "Unknown ID: %s", + "advancement.advancementNotFound": "Unknown advancement: %s", + "recipe.notFound": "Unknown recipe: %s", + "entity.notFound": "Unknown entity: %s", + "argument.scoreboardDisplaySlot.invalid": "Unknown display slot '%s'", + "slot.unknown": "Unknown slot '%s'", + "team.notFound": "Unknown team '%s'", + "arguments.block.tag.unknown": "Unknown block tag '%s'", + "argument.block.id.invalid": "Unknown block type '%s'", + "argument.block.property.unknown": "Block %s does not have property '%s'", + "argument.block.property.duplicate": "Property '%s' can only be set once for block %s", + "argument.block.property.invalid": "Block %s does not accept '%s' for %s property", + "argument.block.property.novalue": "Expected value for property '%s' on block %s", + "arguments.function.tag.unknown": "Unknown function tag '%s'", + "arguments.function.unknown": "Unknown function %s", + "arguments.item.overstacked": "%s can only stack up to %s", + "argument.item.id.invalid": "Unknown item '%s'", + "arguments.item.tag.unknown": "Unknown item tag '%s'", + "argument.entity.selector.unknown": "Unknown selector type '%s'", + "argument.entity.options.valueless": "Expected value for option '%s'", + "argument.entity.options.unknown": "Unknown option '%s'", + "argument.entity.options.inapplicable": "Option '%s' isn't applicable here", + "argument.entity.options.sort.irreversible": "Invalid or unknown sort type '%s'", + "argument.entity.options.mode.invalid": "Invalid or unknown game mode '%s'", + "argument.entity.options.type.invalid": "Invalid or unknown entity type '%s'", + "argument.nbt.list.mixed": "Can't insert %s into list of %s", + "argument.nbt.array.mixed": "Can't insert %s into %s", + "argument.nbt.array.invalid": "Invalid array type '%s'", + "commands.bossbar.create.failed": "A bossbar already exists with the ID '%s'", + "commands.bossbar.unknown": "No bossbar exists with the ID '%s'", + "clear.failed.single": "No items were found on player %s", + "clear.failed.multiple": "No items were found on %s players", + "commands.clone.toobig": "Too many blocks in the specified area (maximum %s, specified %s)", + "commands.datapack.unknown": "Unknown data pack '%s'", + "commands.datapack.enable.failed": "Pack '%s' is already enabled!", + "commands.datapack.disable.failed": "Pack '%s' is not enabled!", + "commands.difficulty.failure": "The difficulty did not change; it is already set to %s", + "commands.enchant.failed.entity": "%s is not a valid entity for this command", + "commands.enchant.failed.itemless": "%s is not holding any item", + "commands.enchant.failed.incompatible": "%s cannot support that enchantment", + "commands.enchant.failed.level": "%s is higher than the maximum level of %s supported by that enchantment", + "commands.execute.blocks.toobig": "Too many blocks in the specified area (maximum %s, specified %s)", + "commands.execute.conditional.pass": "Test passed", + "commands.execute.conditional.pass_count": "Test passed, count: %s", + "commands.execute.conditional.fail": "Test failed", + "commands.execute.conditional.fail_count": "Test failed, count: %s", + "commands.fill.toobig": "Too many blocks in the specified area (maximum %s, specified %s)", + "commands.publish.alreadyPublished": "Multiplayer game is already hosted on port %s", + "commands.scoreboard.players.get.null": "Can't get value of %s for %s; none is set", + "commands.spreadplayers.failed.teams": "Could not spread %s teams around %s, %s (too many entities for space - try using spread of at most %s)", + "commands.spreadplayers.failed.entities": "Could not spread %s entities around %s, %s (too many entities for space - try using spread of at most %s)", + "commands.team.add.longName": "Team names cannot be longer than %s characters", + "commands.data.get.invalid": "Can't get %s; only numeric tags are allowed", + "commands.data.get.unknown": "Can't get %s; tag doesn't exist", + "argument.double.low": "Double must not be less than %s, found %s", + "argument.double.big": "Double must not be more than %s, found %s", + "argument.float.low": "Float must not be less than %s, found %s", + "argument.float.big": "Float must not be more than %s, found %s", + "argument.integer.low": "Integer must not be less than %s, found %s", + "argument.integer.big": "Integer must not be more than %s, found %s", + "argument.literal.incorrect": "Expected literal %s", + "parsing.quote.expected.start": "Expected quote to start a string", + "parsing.quote.expected.end": "Unclosed quoted string", + "parsing.quote.escape": "Invalid escape sequence '\\%s' in quoted string", + "parsing.bool.invalid": "Invalid boolean, expected 'true' or 'false' but found '%s'", + "parsing.int.invalid": "Invalid integer '%s'", + "parsing.int.expected": "Expected integer", + "command.exception": "Could not parse command: %s", + "parsing.double.invalid": "Invalid double '%s'", + "parsing.double.expected": "Expected double", + "parsing.float.invalid": "Invalid float '%s'", + "parsing.float.expected": "Expected float", + "parsing.bool.expected": "Expected boolean", + "parsing.expected": "Expected '%s'", + "command.unknown.command": "Unknown command", + "command.unknown.argument": "Incorrect argument for command", + "command.expected.separator": "Expected whitespace to end one argument, but found trailing data", + "biome.minecraft.beach": "Beach", + "biome.minecraft.birch_forest": "Birch Forest", + "biome.minecraft.birch_forest_hills": "Birch Forest Hills", + "biome.minecraft.snowy_beach": "Snowy Beach", + "biome.minecraft.cold_ocean": "Cold Ocean", + "biome.minecraft.deep_cold_ocean": "Deep Cold Ocean", + "biome.minecraft.deep_frozen_ocean": "Deep Frozen Ocean", + "biome.minecraft.deep_lukewarm_ocean": "Deep Lukewarm Ocean", + "biome.minecraft.deep_ocean": "Deep Ocean", + "biome.minecraft.deep_warm_ocean": "Deep Warm Ocean", + "biome.minecraft.desert": "Desert", + "biome.minecraft.desert_hills": "Desert Hills", + "biome.minecraft.mountains": "Mountains", + "biome.minecraft.wooded_mountains": "Wooded Mountains", + "biome.minecraft.forest": "Forest", + "biome.minecraft.wooded_hills": "Wooded Hills", + "biome.minecraft.frozen_ocean": "Frozen Ocean", + "biome.minecraft.frozen_river": "Frozen River", + "biome.minecraft.nether": "Nether", + "biome.minecraft.snowy_tundra": "Snowy Tundra", + "biome.minecraft.snowy_mountains": "Snowy Mountains", + "biome.minecraft.jungle_edge": "Jungle Edge", + "biome.minecraft.jungle_hills": "Jungle Hills", + "biome.minecraft.jungle": "Jungle", + "biome.minecraft.lukewarm_ocean": "Lukewarm Ocean", + "biome.minecraft.badlands_plateau": "Badlands Plateau", + "biome.minecraft.badlands": "Badlands", + "biome.minecraft.wooded_badlands_plateau": "Wooded Badlands Plateau", + "biome.minecraft.mushroom_fields": "Mushroom Fields", + "biome.minecraft.mushroom_field_shore": "Mushroom Field Shore", + "biome.minecraft.tall_birch_hills": "Tall Birch Hills", + "biome.minecraft.tall_birch_forest": "Tall Birch Forest", + "biome.minecraft.desert_lakes": "Desert Lakes", + "biome.minecraft.gravelly_mountains": "Gravelly Mountains", + "biome.minecraft.modified_gravelly_mountains": "Gravelly Mountains+", + "biome.minecraft.flower_forest": "Flower Forest", + "biome.minecraft.ice_spikes": "Ice Spikes", + "biome.minecraft.modified_jungle_edge": "Modified Jungle Edge", + "biome.minecraft.modified_jungle": "Modified Jungle", + "biome.minecraft.modified_badlands_plateau": "Modified Badlands Plateau", + "biome.minecraft.eroded_badlands": "Eroded Badlands", + "biome.minecraft.modified_wooded_badlands_plateau": "Modified Wooded Badlands Plateau", + "biome.minecraft.sunflower_plains": "Sunflower Plains", + "biome.minecraft.giant_spruce_taiga_hills": "Giant Spruce Taiga Hills", + "biome.minecraft.giant_spruce_taiga": "Giant Spruce Taiga", + "biome.minecraft.dark_forest_hills": "Dark Forest Hills", + "biome.minecraft.shattered_savanna": "Shattered Savanna", + "biome.minecraft.shattered_savanna_plateau": "Shattered Savanna Plateau", + "biome.minecraft.swamp_hills": "Swamp Hills", + "biome.minecraft.snowy_taiga_mountains": "Snowy Taiga Mountains", + "biome.minecraft.taiga_mountains": "Taiga Mountains", + "biome.minecraft.ocean": "Ocean", + "biome.minecraft.plains": "Plains", + "biome.minecraft.giant_tree_taiga_hills": "Giant Tree Taiga Hills", + "biome.minecraft.giant_tree_taiga": "Giant Tree Taiga", + "biome.minecraft.river": "River", + "biome.minecraft.dark_forest": "Dark Forest", + "biome.minecraft.savanna_plateau": "Savanna Plateau", + "biome.minecraft.savanna": "Savanna", + "biome.minecraft.end_barrens": "End Barrens", + "biome.minecraft.end_highlands": "End Highlands", + "biome.minecraft.small_end_islands": "Small End Islands", + "biome.minecraft.end_midlands": "End Midlands", + "biome.minecraft.the_end": "The End", + "biome.minecraft.mountain_edge": "Mountain Edge", + "biome.minecraft.stone_shore": "Stone Shore", + "biome.minecraft.swamp": "Swamp", + "biome.minecraft.snowy_taiga": "Snowy Taiga", + "biome.minecraft.snowy_taiga_hills": "Snowy Taiga Hills", + "biome.minecraft.taiga_hills": "Taiga Hills", + "biome.minecraft.taiga": "Taiga", + "biome.minecraft.the_void": "The Void", + "biome.minecraft.warm_ocean": "Warm Ocean", + "generator.minecraft.surface": "Surface", + "generator.minecraft.caves": "Caves", + "generator.minecraft.floating_islands": "Floating Islands", + "realms.missing.module.error.text": "Realms could not be opened right now, please try again later", + "realms.missing.snapshot.error.text": "Realms is currently not supported in snapshots", + "color.minecraft.white": "White", + "color.minecraft.orange": "Orange", + "color.minecraft.magenta": "Magenta", + "color.minecraft.light_blue": "Light Blue", + "color.minecraft.yellow": "Yellow", + "color.minecraft.lime": "Lime", + "color.minecraft.pink": "Pink", + "color.minecraft.gray": "Gray", + "color.minecraft.light_gray": "Light Gray", + "color.minecraft.cyan": "Cyan", + "color.minecraft.purple": "Purple", + "color.minecraft.blue": "Blue", + "color.minecraft.brown": "Brown", + "color.minecraft.green": "Green", + "color.minecraft.red": "Red", + "color.minecraft.black": "Black" +} diff --git a/1.13.2/assets/minecraft/models/block/acacia_button.json b/1.13.2/assets/minecraft/models/block/acacia_button.json new file mode 100644 index 00000000..d7da6298 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/acacia_button.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button", + "textures": { + "texture": "block/acacia_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/acacia_button_inventory.json b/1.13.2/assets/minecraft/models/block/acacia_button_inventory.json new file mode 100644 index 00000000..aa0d5c99 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/acacia_button_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button_inventory", + "textures": { + "texture": "block/acacia_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/acacia_button_pressed.json b/1.13.2/assets/minecraft/models/block/acacia_button_pressed.json new file mode 100644 index 00000000..97ca29f1 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/acacia_button_pressed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button_pressed", + "textures": { + "texture": "block/acacia_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/acacia_door_bottom.json b/1.13.2/assets/minecraft/models/block/acacia_door_bottom.json new file mode 100644 index 00000000..f2b97e50 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/acacia_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom", + "textures": { + "bottom": "block/acacia_door_bottom", + "top": "block/acacia_door_top" + } +} diff --git a/1.13.2/assets/minecraft/models/block/acacia_door_bottom_hinge.json b/1.13.2/assets/minecraft/models/block/acacia_door_bottom_hinge.json new file mode 100644 index 00000000..bf99ef27 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/acacia_door_bottom_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom_rh", + "textures": { + "bottom": "block/acacia_door_bottom", + "top": "block/acacia_door_top" + } +} diff --git a/1.13.2/assets/minecraft/models/block/acacia_door_top.json b/1.13.2/assets/minecraft/models/block/acacia_door_top.json new file mode 100644 index 00000000..20b1368b --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/acacia_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top", + "textures": { + "bottom": "block/acacia_door_bottom", + "top": "block/acacia_door_top" + } +} diff --git a/1.13.2/assets/minecraft/models/block/acacia_door_top_hinge.json b/1.13.2/assets/minecraft/models/block/acacia_door_top_hinge.json new file mode 100644 index 00000000..6784ba67 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/acacia_door_top_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top_rh", + "textures": { + "bottom": "block/acacia_door_bottom", + "top": "block/acacia_door_top" + } +} diff --git a/1.13.2/assets/minecraft/models/block/acacia_fence_gate.json b/1.13.2/assets/minecraft/models/block/acacia_fence_gate.json new file mode 100644 index 00000000..c7e9fa06 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/acacia_fence_gate.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate", + "textures": { + "texture": "block/acacia_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/acacia_fence_gate_open.json b/1.13.2/assets/minecraft/models/block/acacia_fence_gate_open.json new file mode 100644 index 00000000..07661b97 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/acacia_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate_open", + "textures": { + "texture": "block/acacia_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/acacia_fence_gate_wall.json b/1.13.2/assets/minecraft/models/block/acacia_fence_gate_wall.json new file mode 100644 index 00000000..68437db1 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/acacia_fence_gate_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate_wall", + "textures": { + "texture": "block/acacia_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/acacia_fence_gate_wall_open.json b/1.13.2/assets/minecraft/models/block/acacia_fence_gate_wall_open.json new file mode 100644 index 00000000..43f61a92 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/acacia_fence_gate_wall_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate_wall_open", + "textures": { + "texture": "block/acacia_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/acacia_fence_inventory.json b/1.13.2/assets/minecraft/models/block/acacia_fence_inventory.json new file mode 100644 index 00000000..56df92a7 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/acacia_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_inventory", + "textures": { + "texture": "block/acacia_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/acacia_fence_post.json b/1.13.2/assets/minecraft/models/block/acacia_fence_post.json new file mode 100644 index 00000000..35ca5a9f --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/acacia_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_post", + "textures": { + "texture": "block/acacia_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/acacia_fence_side.json b/1.13.2/assets/minecraft/models/block/acacia_fence_side.json new file mode 100644 index 00000000..1c788e12 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/acacia_fence_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_side", + "textures": { + "texture": "block/acacia_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/acacia_leaves.json b/1.13.2/assets/minecraft/models/block/acacia_leaves.json new file mode 100644 index 00000000..74544dbb --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/acacia_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "block/leaves", + "textures": { + "all": "block/acacia_leaves" + } +} diff --git a/1.13.2/assets/minecraft/models/block/acacia_log.json b/1.13.2/assets/minecraft/models/block/acacia_log.json new file mode 100644 index 00000000..ff0eadb7 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/acacia_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/acacia_log_top", + "side": "block/acacia_log" + } +} diff --git a/1.13.2/assets/minecraft/models/block/acacia_planks.json b/1.13.2/assets/minecraft/models/block/acacia_planks.json new file mode 100644 index 00000000..61e8729f --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/acacia_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/acacia_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/acacia_pressure_plate.json b/1.13.2/assets/minecraft/models/block/acacia_pressure_plate.json new file mode 100644 index 00000000..34d921d8 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/acacia_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_up", + "textures": { + "texture": "block/acacia_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/acacia_pressure_plate_down.json b/1.13.2/assets/minecraft/models/block/acacia_pressure_plate_down.json new file mode 100644 index 00000000..7c3dbbbf --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/acacia_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_down", + "textures": { + "texture": "block/acacia_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/acacia_sapling.json b/1.13.2/assets/minecraft/models/block/acacia_sapling.json new file mode 100644 index 00000000..0125c721 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/acacia_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/acacia_sapling" + } +} diff --git a/1.13.2/assets/minecraft/models/block/acacia_slab.json b/1.13.2/assets/minecraft/models/block/acacia_slab.json new file mode 100644 index 00000000..9d55f7a3 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/acacia_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/acacia_planks", + "top": "block/acacia_planks", + "side": "block/acacia_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/acacia_slab_top.json b/1.13.2/assets/minecraft/models/block/acacia_slab_top.json new file mode 100644 index 00000000..d4507a5b --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/acacia_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/acacia_planks", + "top": "block/acacia_planks", + "side": "block/acacia_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/acacia_stairs.json b/1.13.2/assets/minecraft/models/block/acacia_stairs.json new file mode 100644 index 00000000..fae2d842 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/acacia_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/acacia_planks", + "top": "block/acacia_planks", + "side": "block/acacia_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/acacia_stairs_inner.json b/1.13.2/assets/minecraft/models/block/acacia_stairs_inner.json new file mode 100644 index 00000000..1e718245 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/acacia_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/acacia_planks", + "top": "block/acacia_planks", + "side": "block/acacia_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/acacia_stairs_outer.json b/1.13.2/assets/minecraft/models/block/acacia_stairs_outer.json new file mode 100644 index 00000000..4daeaaa5 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/acacia_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/acacia_planks", + "top": "block/acacia_planks", + "side": "block/acacia_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/acacia_trapdoor_bottom.json b/1.13.2/assets/minecraft/models/block/acacia_trapdoor_bottom.json new file mode 100644 index 00000000..f16015d9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/acacia_trapdoor_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_orientable_trapdoor_bottom", + "textures": { + "texture": "block/acacia_trapdoor" + } +} diff --git a/1.13.2/assets/minecraft/models/block/acacia_trapdoor_open.json b/1.13.2/assets/minecraft/models/block/acacia_trapdoor_open.json new file mode 100644 index 00000000..c433d0f3 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/acacia_trapdoor_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_orientable_trapdoor_open", + "textures": { + "texture": "block/acacia_trapdoor" + } +} diff --git a/1.13.2/assets/minecraft/models/block/acacia_trapdoor_top.json b/1.13.2/assets/minecraft/models/block/acacia_trapdoor_top.json new file mode 100644 index 00000000..7befaa0b --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/acacia_trapdoor_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_orientable_trapdoor_top", + "textures": { + "texture": "block/acacia_trapdoor" + } +} diff --git a/1.13.2/assets/minecraft/models/block/acacia_wood.json b/1.13.2/assets/minecraft/models/block/acacia_wood.json new file mode 100644 index 00000000..54ed1506 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/acacia_wood.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/acacia_log", + "side": "block/acacia_log" + } +} diff --git a/1.13.2/assets/minecraft/models/block/activator_rail.json b/1.13.2/assets/minecraft/models/block/activator_rail.json new file mode 100644 index 00000000..ffea2ae3 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/activator_rail.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_flat", + "textures": { + "rail": "block/activator_rail" + } +} diff --git a/1.13.2/assets/minecraft/models/block/activator_rail_on.json b/1.13.2/assets/minecraft/models/block/activator_rail_on.json new file mode 100644 index 00000000..d332027a --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/activator_rail_on.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_flat", + "textures": { + "rail": "block/activator_rail_on" + } +} diff --git a/1.13.2/assets/minecraft/models/block/activator_rail_on_raised_ne.json b/1.13.2/assets/minecraft/models/block/activator_rail_on_raised_ne.json new file mode 100644 index 00000000..c2de3a51 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/activator_rail_on_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_rail_raised_ne", + "textures": { + "rail": "block/activator_rail_on" + } +} diff --git a/1.13.2/assets/minecraft/models/block/activator_rail_on_raised_sw.json b/1.13.2/assets/minecraft/models/block/activator_rail_on_raised_sw.json new file mode 100644 index 00000000..7a632471 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/activator_rail_on_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_rail_raised_sw", + "textures": { + "rail": "block/activator_rail_on" + } +} diff --git a/1.13.2/assets/minecraft/models/block/activator_rail_raised_ne.json b/1.13.2/assets/minecraft/models/block/activator_rail_raised_ne.json new file mode 100644 index 00000000..4bb3ca05 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/activator_rail_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_rail_raised_ne", + "textures": { + "rail": "block/activator_rail" + } +} diff --git a/1.13.2/assets/minecraft/models/block/activator_rail_raised_sw.json b/1.13.2/assets/minecraft/models/block/activator_rail_raised_sw.json new file mode 100644 index 00000000..d0096699 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/activator_rail_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_rail_raised_sw", + "textures": { + "rail": "block/activator_rail" + } +} diff --git a/1.13.2/assets/minecraft/models/block/air.json b/1.13.2/assets/minecraft/models/block/air.json new file mode 100644 index 00000000..2c63c085 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/air.json @@ -0,0 +1,2 @@ +{ +} diff --git a/1.13.2/assets/minecraft/models/block/allium.json b/1.13.2/assets/minecraft/models/block/allium.json new file mode 100644 index 00000000..11053282 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/allium.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cross", + "textures": { + "particle": "block/allium", + "cross": "block/allium" + } +} diff --git a/1.13.2/assets/minecraft/models/block/andesite.json b/1.13.2/assets/minecraft/models/block/andesite.json new file mode 100644 index 00000000..7d0042fe --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/andesite.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/andesite" + } +} diff --git a/1.13.2/assets/minecraft/models/block/anvil.json b/1.13.2/assets/minecraft/models/block/anvil.json new file mode 100644 index 00000000..6ff1d304 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/anvil.json @@ -0,0 +1,64 @@ +{ "parent": "block/block", + "textures": { + "particle": "block/anvil", + "body": "block/anvil", + "top": "block/anvil_top" + }, + "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 } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/attached_melon_stem.json b/1.13.2/assets/minecraft/models/block/attached_melon_stem.json new file mode 100644 index 00000000..2fa3485c --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/attached_melon_stem.json @@ -0,0 +1,7 @@ +{ + "parent": "block/stem_fruit", + "textures": { + "stem": "block/melon_stem", + "upperstem": "block/attached_melon_stem" + } +} diff --git a/1.13.2/assets/minecraft/models/block/attached_pumpkin_stem.json b/1.13.2/assets/minecraft/models/block/attached_pumpkin_stem.json new file mode 100644 index 00000000..5db08cdd --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/attached_pumpkin_stem.json @@ -0,0 +1,7 @@ +{ + "parent": "block/stem_fruit", + "textures": { + "stem": "block/pumpkin_stem", + "upperstem": "block/attached_pumpkin_stem" + } +} diff --git a/1.13.2/assets/minecraft/models/block/azure_bluet.json b/1.13.2/assets/minecraft/models/block/azure_bluet.json new file mode 100644 index 00000000..d87375c1 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/azure_bluet.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/azure_bluet" + } +} diff --git a/1.13.2/assets/minecraft/models/block/banner.json b/1.13.2/assets/minecraft/models/block/banner.json new file mode 100644 index 00000000..8f1d908c --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/banner.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "block/oak_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/barrier.json b/1.13.2/assets/minecraft/models/block/barrier.json new file mode 100644 index 00000000..4975fca5 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/barrier.json @@ -0,0 +1,6 @@ +{ + "textures": { + "particle": "item/barrier" + } +} + diff --git a/1.13.2/assets/minecraft/models/block/beacon.json b/1.13.2/assets/minecraft/models/block/beacon.json new file mode 100644 index 00000000..99808e6b --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/beacon.json @@ -0,0 +1,47 @@ +{ "parent": "block/block", + "ambientocclusion": false, + "textures": { + "particle": "block/glass", + "glass": "block/glass", + "obsidian": "block/obsidian", + "beacon": "block/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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/bed.json b/1.13.2/assets/minecraft/models/block/bed.json new file mode 100644 index 00000000..a3ee2504 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/bed.json @@ -0,0 +1,6 @@ +{ + "textures": { + "particle": "block/oak_planks" + } +} + diff --git a/1.13.2/assets/minecraft/models/block/bedrock.json b/1.13.2/assets/minecraft/models/block/bedrock.json new file mode 100644 index 00000000..b22fc9af --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/bedrock.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/bedrock" + } +} diff --git a/1.13.2/assets/minecraft/models/block/bedrock_mirrored.json b/1.13.2/assets/minecraft/models/block/bedrock_mirrored.json new file mode 100644 index 00000000..d2dfa170 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/bedrock_mirrored.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_mirrored_all", + "textures": { + "all": "block/bedrock" + } +} diff --git a/1.13.2/assets/minecraft/models/block/beetroots_stage0.json b/1.13.2/assets/minecraft/models/block/beetroots_stage0.json new file mode 100644 index 00000000..7ed23c38 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/beetroots_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "block/beetroots_stage0" + } +} diff --git a/1.13.2/assets/minecraft/models/block/beetroots_stage1.json b/1.13.2/assets/minecraft/models/block/beetroots_stage1.json new file mode 100644 index 00000000..847dc56e --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/beetroots_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "block/beetroots_stage1" + } +} diff --git a/1.13.2/assets/minecraft/models/block/beetroots_stage2.json b/1.13.2/assets/minecraft/models/block/beetroots_stage2.json new file mode 100644 index 00000000..3d066767 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/beetroots_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "block/beetroots_stage2" + } +} diff --git a/1.13.2/assets/minecraft/models/block/beetroots_stage3.json b/1.13.2/assets/minecraft/models/block/beetroots_stage3.json new file mode 100644 index 00000000..012db648 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/beetroots_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "block/beetroots_stage3" + } +} diff --git a/1.13.2/assets/minecraft/models/block/birch_button.json b/1.13.2/assets/minecraft/models/block/birch_button.json new file mode 100644 index 00000000..43e0feaa --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/birch_button.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button", + "textures": { + "texture": "block/birch_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/birch_button_inventory.json b/1.13.2/assets/minecraft/models/block/birch_button_inventory.json new file mode 100644 index 00000000..57de66b0 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/birch_button_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button_inventory", + "textures": { + "texture": "block/birch_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/birch_button_pressed.json b/1.13.2/assets/minecraft/models/block/birch_button_pressed.json new file mode 100644 index 00000000..4abe7f67 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/birch_button_pressed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button_pressed", + "textures": { + "texture": "block/birch_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/birch_door_bottom.json b/1.13.2/assets/minecraft/models/block/birch_door_bottom.json new file mode 100644 index 00000000..d148d34d --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/birch_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom", + "textures": { + "bottom": "block/birch_door_bottom", + "top": "block/birch_door_top" + } +} diff --git a/1.13.2/assets/minecraft/models/block/birch_door_bottom_hinge.json b/1.13.2/assets/minecraft/models/block/birch_door_bottom_hinge.json new file mode 100644 index 00000000..6704c01f --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/birch_door_bottom_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom_rh", + "textures": { + "bottom": "block/birch_door_bottom", + "top": "block/birch_door_top" + } +} diff --git a/1.13.2/assets/minecraft/models/block/birch_door_top.json b/1.13.2/assets/minecraft/models/block/birch_door_top.json new file mode 100644 index 00000000..7673c474 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/birch_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top", + "textures": { + "bottom": "block/birch_door_bottom", + "top": "block/birch_door_top" + } +} diff --git a/1.13.2/assets/minecraft/models/block/birch_door_top_hinge.json b/1.13.2/assets/minecraft/models/block/birch_door_top_hinge.json new file mode 100644 index 00000000..5c49c32a --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/birch_door_top_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top_rh", + "textures": { + "bottom": "block/birch_door_bottom", + "top": "block/birch_door_top" + } +} diff --git a/1.13.2/assets/minecraft/models/block/birch_fence_gate.json b/1.13.2/assets/minecraft/models/block/birch_fence_gate.json new file mode 100644 index 00000000..da713200 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/birch_fence_gate.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate", + "textures": { + "texture": "block/birch_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/birch_fence_gate_open.json b/1.13.2/assets/minecraft/models/block/birch_fence_gate_open.json new file mode 100644 index 00000000..d7a0bb83 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/birch_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate_open", + "textures": { + "texture": "block/birch_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/birch_fence_gate_wall.json b/1.13.2/assets/minecraft/models/block/birch_fence_gate_wall.json new file mode 100644 index 00000000..07721efd --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/birch_fence_gate_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate_wall", + "textures": { + "texture": "block/birch_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/birch_fence_gate_wall_open.json b/1.13.2/assets/minecraft/models/block/birch_fence_gate_wall_open.json new file mode 100644 index 00000000..92b9a6c5 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/birch_fence_gate_wall_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate_wall_open", + "textures": { + "texture": "block/birch_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/birch_fence_inventory.json b/1.13.2/assets/minecraft/models/block/birch_fence_inventory.json new file mode 100644 index 00000000..e80df717 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/birch_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_inventory", + "textures": { + "texture": "block/birch_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/birch_fence_post.json b/1.13.2/assets/minecraft/models/block/birch_fence_post.json new file mode 100644 index 00000000..fc161ab1 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/birch_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_post", + "textures": { + "texture": "block/birch_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/birch_fence_side.json b/1.13.2/assets/minecraft/models/block/birch_fence_side.json new file mode 100644 index 00000000..c88c276a --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/birch_fence_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_side", + "textures": { + "texture": "block/birch_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/birch_leaves.json b/1.13.2/assets/minecraft/models/block/birch_leaves.json new file mode 100644 index 00000000..6e9fac58 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/birch_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "block/leaves", + "textures": { + "all": "block/birch_leaves" + } +} diff --git a/1.13.2/assets/minecraft/models/block/birch_log.json b/1.13.2/assets/minecraft/models/block/birch_log.json new file mode 100644 index 00000000..4ccc2aff --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/birch_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/birch_log_top", + "side": "block/birch_log" + } +} diff --git a/1.13.2/assets/minecraft/models/block/birch_planks.json b/1.13.2/assets/minecraft/models/block/birch_planks.json new file mode 100644 index 00000000..68c497b4 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/birch_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/birch_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/birch_pressure_plate.json b/1.13.2/assets/minecraft/models/block/birch_pressure_plate.json new file mode 100644 index 00000000..c4e9e2af --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/birch_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_up", + "textures": { + "texture": "block/birch_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/birch_pressure_plate_down.json b/1.13.2/assets/minecraft/models/block/birch_pressure_plate_down.json new file mode 100644 index 00000000..283f8f66 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/birch_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_down", + "textures": { + "texture": "block/birch_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/birch_sapling.json b/1.13.2/assets/minecraft/models/block/birch_sapling.json new file mode 100644 index 00000000..d49ccbf6 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/birch_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/birch_sapling" + } +} diff --git a/1.13.2/assets/minecraft/models/block/birch_slab.json b/1.13.2/assets/minecraft/models/block/birch_slab.json new file mode 100644 index 00000000..dd5a0227 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/birch_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/birch_planks", + "top": "block/birch_planks", + "side": "block/birch_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/birch_slab_top.json b/1.13.2/assets/minecraft/models/block/birch_slab_top.json new file mode 100644 index 00000000..cc56a42a --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/birch_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/birch_planks", + "top": "block/birch_planks", + "side": "block/birch_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/birch_stairs.json b/1.13.2/assets/minecraft/models/block/birch_stairs.json new file mode 100644 index 00000000..f2a591a8 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/birch_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/birch_planks", + "top": "block/birch_planks", + "side": "block/birch_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/birch_stairs_inner.json b/1.13.2/assets/minecraft/models/block/birch_stairs_inner.json new file mode 100644 index 00000000..c30d4f04 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/birch_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/birch_planks", + "top": "block/birch_planks", + "side": "block/birch_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/birch_stairs_outer.json b/1.13.2/assets/minecraft/models/block/birch_stairs_outer.json new file mode 100644 index 00000000..41d859c4 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/birch_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/birch_planks", + "top": "block/birch_planks", + "side": "block/birch_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/birch_trapdoor_bottom.json b/1.13.2/assets/minecraft/models/block/birch_trapdoor_bottom.json new file mode 100644 index 00000000..40087cb2 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/birch_trapdoor_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_orientable_trapdoor_bottom", + "textures": { + "texture": "block/birch_trapdoor" + } +} diff --git a/1.13.2/assets/minecraft/models/block/birch_trapdoor_open.json b/1.13.2/assets/minecraft/models/block/birch_trapdoor_open.json new file mode 100644 index 00000000..72c9259e --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/birch_trapdoor_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_orientable_trapdoor_open", + "textures": { + "texture": "block/birch_trapdoor" + } +} diff --git a/1.13.2/assets/minecraft/models/block/birch_trapdoor_top.json b/1.13.2/assets/minecraft/models/block/birch_trapdoor_top.json new file mode 100644 index 00000000..249d7948 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/birch_trapdoor_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_orientable_trapdoor_top", + "textures": { + "texture": "block/birch_trapdoor" + } +} diff --git a/1.13.2/assets/minecraft/models/block/birch_wood.json b/1.13.2/assets/minecraft/models/block/birch_wood.json new file mode 100644 index 00000000..1cfd1c22 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/birch_wood.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/birch_log", + "side": "block/birch_log" + } +} diff --git a/1.13.2/assets/minecraft/models/block/black_carpet.json b/1.13.2/assets/minecraft/models/block/black_carpet.json new file mode 100644 index 00000000..fb9351e0 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/black_carpet.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "block/black_wool", + "wool": "block/black_wool" + } +} diff --git a/1.13.2/assets/minecraft/models/block/black_concrete.json b/1.13.2/assets/minecraft/models/block/black_concrete.json new file mode 100644 index 00000000..4989e344 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/black_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/black_concrete" + } +} diff --git a/1.13.2/assets/minecraft/models/block/black_concrete_powder.json b/1.13.2/assets/minecraft/models/block/black_concrete_powder.json new file mode 100644 index 00000000..8b8136e4 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/black_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/black_concrete_powder" + } +} diff --git a/1.13.2/assets/minecraft/models/block/black_glazed_terracotta.json b/1.13.2/assets/minecraft/models/block/black_glazed_terracotta.json new file mode 100644 index 00000000..2a40f4b8 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/black_glazed_terracotta.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glazed_terracotta", + "textures": { + "particle": "block/black_glazed_terracotta", + "pattern": "block/black_glazed_terracotta" + } +} diff --git a/1.13.2/assets/minecraft/models/block/black_shulker_box.json b/1.13.2/assets/minecraft/models/block/black_shulker_box.json new file mode 100644 index 00000000..d45a611c --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/black_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "block/black_shulker_box" + } +} diff --git a/1.13.2/assets/minecraft/models/block/black_stained_glass.json b/1.13.2/assets/minecraft/models/block/black_stained_glass.json new file mode 100644 index 00000000..e8f6987f --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/black_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/black_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/black_stained_glass_pane_noside.json b/1.13.2/assets/minecraft/models/block/black_stained_glass_pane_noside.json new file mode 100644 index 00000000..a31e816f --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/black_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside", + "textures": { + "pane": "block/black_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/black_stained_glass_pane_noside_alt.json b/1.13.2/assets/minecraft/models/block/black_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..fe5ad4c7 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/black_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside_alt", + "textures": { + "pane": "block/black_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/black_stained_glass_pane_post.json b/1.13.2/assets/minecraft/models/block/black_stained_glass_pane_post.json new file mode 100644 index 00000000..6d3a8cad --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/black_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_post", + "textures": { + "edge": "block/black_stained_glass_pane_top", + "pane": "block/black_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/black_stained_glass_pane_side.json b/1.13.2/assets/minecraft/models/block/black_stained_glass_pane_side.json new file mode 100644 index 00000000..4b2d680d --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/black_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side", + "textures": { + "edge": "block/black_stained_glass_pane_top", + "pane": "block/black_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/black_stained_glass_pane_side_alt.json b/1.13.2/assets/minecraft/models/block/black_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..7dd6355d --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/black_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side_alt", + "textures": { + "edge": "block/black_stained_glass_pane_top", + "pane": "block/black_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/black_terracotta.json b/1.13.2/assets/minecraft/models/block/black_terracotta.json new file mode 100644 index 00000000..f6214fe4 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/black_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/black_terracotta" + } +} diff --git a/1.13.2/assets/minecraft/models/block/black_wool.json b/1.13.2/assets/minecraft/models/block/black_wool.json new file mode 100644 index 00000000..3d8f3fed --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/black_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/black_wool" + } +} diff --git a/1.13.2/assets/minecraft/models/block/block.json b/1.13.2/assets/minecraft/models/block/block.json new file mode 100644 index 00000000..9c15ead4 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/block.json @@ -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 ] + } + } +} diff --git a/1.13.2/assets/minecraft/models/block/blue_carpet.json b/1.13.2/assets/minecraft/models/block/blue_carpet.json new file mode 100644 index 00000000..ea84c119 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/blue_carpet.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "block/blue_wool", + "wool": "block/blue_wool" + } +} diff --git a/1.13.2/assets/minecraft/models/block/blue_concrete.json b/1.13.2/assets/minecraft/models/block/blue_concrete.json new file mode 100644 index 00000000..991c4070 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/blue_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/blue_concrete" + } +} diff --git a/1.13.2/assets/minecraft/models/block/blue_concrete_powder.json b/1.13.2/assets/minecraft/models/block/blue_concrete_powder.json new file mode 100644 index 00000000..0679258a --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/blue_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/blue_concrete_powder" + } +} diff --git a/1.13.2/assets/minecraft/models/block/blue_glazed_terracotta.json b/1.13.2/assets/minecraft/models/block/blue_glazed_terracotta.json new file mode 100644 index 00000000..75c5ccfe --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/blue_glazed_terracotta.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glazed_terracotta", + "textures": { + "particle": "block/blue_glazed_terracotta", + "pattern": "block/blue_glazed_terracotta" + } +} diff --git a/1.13.2/assets/minecraft/models/block/blue_ice.json b/1.13.2/assets/minecraft/models/block/blue_ice.json new file mode 100644 index 00000000..4aee3d1e --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/blue_ice.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/blue_ice" + } +} diff --git a/1.13.2/assets/minecraft/models/block/blue_orchid.json b/1.13.2/assets/minecraft/models/block/blue_orchid.json new file mode 100644 index 00000000..c5f29e1b --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/blue_orchid.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/blue_orchid" + } +} diff --git a/1.13.2/assets/minecraft/models/block/blue_shulker_box.json b/1.13.2/assets/minecraft/models/block/blue_shulker_box.json new file mode 100644 index 00000000..2dc7a5e0 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/blue_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "block/blue_shulker_box" + } +} diff --git a/1.13.2/assets/minecraft/models/block/blue_stained_glass.json b/1.13.2/assets/minecraft/models/block/blue_stained_glass.json new file mode 100644 index 00000000..ca3adb19 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/blue_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/blue_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/blue_stained_glass_pane_noside.json b/1.13.2/assets/minecraft/models/block/blue_stained_glass_pane_noside.json new file mode 100644 index 00000000..d2b8f579 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/blue_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside", + "textures": { + "pane": "block/blue_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/blue_stained_glass_pane_noside_alt.json b/1.13.2/assets/minecraft/models/block/blue_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..94a0fd83 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/blue_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside_alt", + "textures": { + "pane": "block/blue_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/blue_stained_glass_pane_post.json b/1.13.2/assets/minecraft/models/block/blue_stained_glass_pane_post.json new file mode 100644 index 00000000..d4e11503 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/blue_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_post", + "textures": { + "edge": "block/blue_stained_glass_pane_top", + "pane": "block/blue_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/blue_stained_glass_pane_side.json b/1.13.2/assets/minecraft/models/block/blue_stained_glass_pane_side.json new file mode 100644 index 00000000..ca13da71 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/blue_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side", + "textures": { + "edge": "block/blue_stained_glass_pane_top", + "pane": "block/blue_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/blue_stained_glass_pane_side_alt.json b/1.13.2/assets/minecraft/models/block/blue_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..365c8449 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/blue_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side_alt", + "textures": { + "edge": "block/blue_stained_glass_pane_top", + "pane": "block/blue_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/blue_terracotta.json b/1.13.2/assets/minecraft/models/block/blue_terracotta.json new file mode 100644 index 00000000..af20bf9a --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/blue_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/blue_terracotta" + } +} diff --git a/1.13.2/assets/minecraft/models/block/blue_wool.json b/1.13.2/assets/minecraft/models/block/blue_wool.json new file mode 100644 index 00000000..931d008f --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/blue_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/blue_wool" + } +} diff --git a/1.13.2/assets/minecraft/models/block/bone_block.json b/1.13.2/assets/minecraft/models/block/bone_block.json new file mode 100644 index 00000000..fe3af760 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/bone_block.json @@ -0,0 +1,20 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/bone_block_top", + "side": "block/bone_block_side" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "texture": "#end", "cullface": "down" }, + "up": { "texture": "#end", "cullface": "up" }, + "north": { "texture": "#side", "cullface": "north" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "west" }, + "east": { "texture": "#side", "cullface": "east" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/bookshelf.json b/1.13.2/assets/minecraft/models/block/bookshelf.json new file mode 100644 index 00000000..30b9669b --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/bookshelf.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/oak_planks", + "side": "block/bookshelf" + } +} diff --git a/1.13.2/assets/minecraft/models/block/brain_coral.json b/1.13.2/assets/minecraft/models/block/brain_coral.json new file mode 100644 index 00000000..68e3b0fa --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/brain_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/brain_coral" + } +} \ No newline at end of file diff --git a/1.13.2/assets/minecraft/models/block/brain_coral_block.json b/1.13.2/assets/minecraft/models/block/brain_coral_block.json new file mode 100644 index 00000000..aee68e04 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/brain_coral_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/brain_coral_block" + } +} diff --git a/1.13.2/assets/minecraft/models/block/brain_coral_fan.json b/1.13.2/assets/minecraft/models/block/brain_coral_fan.json new file mode 100644 index 00000000..09eb1433 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/brain_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "block/coral_fan", + "textures": { + "fan": "block/brain_coral_fan" + } +} diff --git a/1.13.2/assets/minecraft/models/block/brain_coral_wall_fan.json b/1.13.2/assets/minecraft/models/block/brain_coral_wall_fan.json new file mode 100644 index 00000000..5f0bde3c --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/brain_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "block/coral_wall_fan", + "textures": { + "fan": "block/brain_coral_fan" + } +} diff --git a/1.13.2/assets/minecraft/models/block/brewing_stand.json b/1.13.2/assets/minecraft/models/block/brewing_stand.json new file mode 100644 index 00000000..3ddbc809 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/brewing_stand.json @@ -0,0 +1,53 @@ +{ + "textures": { + "particle": "block/brewing_stand", + "base": "block/brewing_stand_base", + "stand": "block/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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/brewing_stand_bottle0.json b/1.13.2/assets/minecraft/models/block/brewing_stand_bottle0.json new file mode 100644 index 00000000..012ffa85 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/brewing_stand_bottle0.json @@ -0,0 +1,15 @@ +{ + "textures": { + "particle": "block/brewing_stand", + "stand": "block/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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/brewing_stand_bottle1.json b/1.13.2/assets/minecraft/models/block/brewing_stand_bottle1.json new file mode 100644 index 00000000..9e989cde --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/brewing_stand_bottle1.json @@ -0,0 +1,20 @@ +{ + "textures": { + "particle": "block/brewing_stand", + "stand": "block/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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/brewing_stand_bottle2.json b/1.13.2/assets/minecraft/models/block/brewing_stand_bottle2.json new file mode 100644 index 00000000..4796f71f --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/brewing_stand_bottle2.json @@ -0,0 +1,20 @@ +{ + "textures": { + "particle": "block/brewing_stand", + "stand": "block/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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/brewing_stand_empty0.json b/1.13.2/assets/minecraft/models/block/brewing_stand_empty0.json new file mode 100644 index 00000000..a99c90cc --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/brewing_stand_empty0.json @@ -0,0 +1,15 @@ +{ + "textures": { + "particle": "block/brewing_stand", + "stand": "block/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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/brewing_stand_empty1.json b/1.13.2/assets/minecraft/models/block/brewing_stand_empty1.json new file mode 100644 index 00000000..47b78c29 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/brewing_stand_empty1.json @@ -0,0 +1,20 @@ +{ + "textures": { + "particle": "block/brewing_stand", + "stand": "block/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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/brewing_stand_empty2.json b/1.13.2/assets/minecraft/models/block/brewing_stand_empty2.json new file mode 100644 index 00000000..d3e3adf5 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/brewing_stand_empty2.json @@ -0,0 +1,20 @@ +{ + "textures": { + "particle": "block/brewing_stand", + "stand": "block/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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/brick_slab.json b/1.13.2/assets/minecraft/models/block/brick_slab.json new file mode 100644 index 00000000..3fd9d78d --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/brick_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/bricks", + "top": "block/bricks", + "side": "block/bricks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/brick_slab_top.json b/1.13.2/assets/minecraft/models/block/brick_slab_top.json new file mode 100644 index 00000000..04a001b7 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/brick_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/bricks", + "top": "block/bricks", + "side": "block/bricks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/brick_stairs.json b/1.13.2/assets/minecraft/models/block/brick_stairs.json new file mode 100644 index 00000000..c682040d --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/brick_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/bricks", + "top": "block/bricks", + "side": "block/bricks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/brick_stairs_inner.json b/1.13.2/assets/minecraft/models/block/brick_stairs_inner.json new file mode 100644 index 00000000..0eb637d4 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/brick_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/bricks", + "top": "block/bricks", + "side": "block/bricks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/brick_stairs_outer.json b/1.13.2/assets/minecraft/models/block/brick_stairs_outer.json new file mode 100644 index 00000000..a9968274 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/brick_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/bricks", + "top": "block/bricks", + "side": "block/bricks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/bricks.json b/1.13.2/assets/minecraft/models/block/bricks.json new file mode 100644 index 00000000..1238b9a8 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/bricks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/brown_carpet.json b/1.13.2/assets/minecraft/models/block/brown_carpet.json new file mode 100644 index 00000000..56292705 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/brown_carpet.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "block/brown_wool", + "wool": "block/brown_wool" + } +} diff --git a/1.13.2/assets/minecraft/models/block/brown_concrete.json b/1.13.2/assets/minecraft/models/block/brown_concrete.json new file mode 100644 index 00000000..01180397 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/brown_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/brown_concrete" + } +} diff --git a/1.13.2/assets/minecraft/models/block/brown_concrete_powder.json b/1.13.2/assets/minecraft/models/block/brown_concrete_powder.json new file mode 100644 index 00000000..92316395 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/brown_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/brown_concrete_powder" + } +} diff --git a/1.13.2/assets/minecraft/models/block/brown_glazed_terracotta.json b/1.13.2/assets/minecraft/models/block/brown_glazed_terracotta.json new file mode 100644 index 00000000..d7399d9f --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/brown_glazed_terracotta.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glazed_terracotta", + "textures": { + "particle": "block/brown_glazed_terracotta", + "pattern": "block/brown_glazed_terracotta" + } +} diff --git a/1.13.2/assets/minecraft/models/block/brown_mushroom.json b/1.13.2/assets/minecraft/models/block/brown_mushroom.json new file mode 100644 index 00000000..95580961 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/brown_mushroom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/brown_mushroom" + } +} diff --git a/1.13.2/assets/minecraft/models/block/brown_mushroom_block.json b/1.13.2/assets/minecraft/models/block/brown_mushroom_block.json new file mode 100644 index 00000000..b1b297a6 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/brown_mushroom_block.json @@ -0,0 +1,14 @@ +{ + "textures": { + "texture": "block/brown_mushroom_block", + "particle": "block/brown_mushroom_block" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 0 ], + "faces": { + "north": { "texture": "#texture", "cullface":"north" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/brown_mushroom_block_inventory.json b/1.13.2/assets/minecraft/models/block/brown_mushroom_block_inventory.json new file mode 100644 index 00000000..384b3ab1 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/brown_mushroom_block_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/brown_mushroom_block" + } +} diff --git a/1.13.2/assets/minecraft/models/block/brown_shulker_box.json b/1.13.2/assets/minecraft/models/block/brown_shulker_box.json new file mode 100644 index 00000000..c55cd76a --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/brown_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "block/brown_shulker_box" + } +} diff --git a/1.13.2/assets/minecraft/models/block/brown_stained_glass.json b/1.13.2/assets/minecraft/models/block/brown_stained_glass.json new file mode 100644 index 00000000..68e31b38 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/brown_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/brown_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/brown_stained_glass_pane_noside.json b/1.13.2/assets/minecraft/models/block/brown_stained_glass_pane_noside.json new file mode 100644 index 00000000..e2473fbb --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/brown_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside", + "textures": { + "pane": "block/brown_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/brown_stained_glass_pane_noside_alt.json b/1.13.2/assets/minecraft/models/block/brown_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..e5607588 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/brown_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside_alt", + "textures": { + "pane": "block/brown_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/brown_stained_glass_pane_post.json b/1.13.2/assets/minecraft/models/block/brown_stained_glass_pane_post.json new file mode 100644 index 00000000..5476f44b --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/brown_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_post", + "textures": { + "edge": "block/brown_stained_glass_pane_top", + "pane": "block/brown_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/brown_stained_glass_pane_side.json b/1.13.2/assets/minecraft/models/block/brown_stained_glass_pane_side.json new file mode 100644 index 00000000..e4d1097a --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/brown_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side", + "textures": { + "edge": "block/brown_stained_glass_pane_top", + "pane": "block/brown_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/brown_stained_glass_pane_side_alt.json b/1.13.2/assets/minecraft/models/block/brown_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..67ffb005 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/brown_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side_alt", + "textures": { + "edge": "block/brown_stained_glass_pane_top", + "pane": "block/brown_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/brown_terracotta.json b/1.13.2/assets/minecraft/models/block/brown_terracotta.json new file mode 100644 index 00000000..15df85e6 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/brown_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/brown_terracotta" + } +} diff --git a/1.13.2/assets/minecraft/models/block/brown_wool.json b/1.13.2/assets/minecraft/models/block/brown_wool.json new file mode 100644 index 00000000..5fcea3d9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/brown_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/brown_wool" + } +} diff --git a/1.13.2/assets/minecraft/models/block/bubble_coral.json b/1.13.2/assets/minecraft/models/block/bubble_coral.json new file mode 100644 index 00000000..37b568be --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/bubble_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/bubble_coral" + } +} \ No newline at end of file diff --git a/1.13.2/assets/minecraft/models/block/bubble_coral_block.json b/1.13.2/assets/minecraft/models/block/bubble_coral_block.json new file mode 100644 index 00000000..afb5a5d0 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/bubble_coral_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/bubble_coral_block" + } +} diff --git a/1.13.2/assets/minecraft/models/block/bubble_coral_fan.json b/1.13.2/assets/minecraft/models/block/bubble_coral_fan.json new file mode 100644 index 00000000..aa61c077 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/bubble_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "block/coral_fan", + "textures": { + "fan": "block/bubble_coral_fan" + } +} diff --git a/1.13.2/assets/minecraft/models/block/bubble_coral_wall_fan.json b/1.13.2/assets/minecraft/models/block/bubble_coral_wall_fan.json new file mode 100644 index 00000000..a8eb71fd --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/bubble_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "block/coral_wall_fan", + "textures": { + "fan": "block/bubble_coral_fan" + } +} diff --git a/1.13.2/assets/minecraft/models/block/button.json b/1.13.2/assets/minecraft/models/block/button.json new file mode 100644 index 00000000..8b5c506b --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/button.json @@ -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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/button_inventory.json b/1.13.2/assets/minecraft/models/block/button_inventory.json new file mode 100644 index 00000000..7a13742d --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/button_inventory.json @@ -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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/button_pressed.json b/1.13.2/assets/minecraft/models/block/button_pressed.json new file mode 100644 index 00000000..5c6e96fa --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/button_pressed.json @@ -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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/cactus.json b/1.13.2/assets/minecraft/models/block/cactus.json new file mode 100644 index 00000000..46318970 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/cactus.json @@ -0,0 +1,32 @@ +{ "parent": "block/block", + "ambientocclusion": false, + "textures": { + "particle": "block/cactus_side", + "bottom": "block/cactus_bottom", + "top": "block/cactus_top", + "side": "block/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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/cake.json b/1.13.2/assets/minecraft/models/block/cake.json new file mode 100644 index 00000000..1bc93473 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/cake.json @@ -0,0 +1,21 @@ +{ + "textures": { + "particle": "block/cake_side", + "bottom": "block/cake_bottom", + "top": "block/cake_top", + "side": "block/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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/cake_slice1.json b/1.13.2/assets/minecraft/models/block/cake_slice1.json new file mode 100644 index 00000000..ca6d8d85 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/cake_slice1.json @@ -0,0 +1,22 @@ +{ + "textures": { + "particle": "block/cake_side", + "bottom": "block/cake_bottom", + "top": "block/cake_top", + "side": "block/cake_side", + "inside": "block/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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/cake_slice2.json b/1.13.2/assets/minecraft/models/block/cake_slice2.json new file mode 100644 index 00000000..7714c0d0 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/cake_slice2.json @@ -0,0 +1,22 @@ +{ + "textures": { + "particle": "block/cake_side", + "bottom": "block/cake_bottom", + "top": "block/cake_top", + "side": "block/cake_side", + "inside": "block/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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/cake_slice3.json b/1.13.2/assets/minecraft/models/block/cake_slice3.json new file mode 100644 index 00000000..8d45a88a --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/cake_slice3.json @@ -0,0 +1,22 @@ +{ + "textures": { + "particle": "block/cake_side", + "bottom": "block/cake_bottom", + "top": "block/cake_top", + "side": "block/cake_side", + "inside": "block/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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/cake_slice4.json b/1.13.2/assets/minecraft/models/block/cake_slice4.json new file mode 100644 index 00000000..00bab48e --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/cake_slice4.json @@ -0,0 +1,22 @@ +{ + "textures": { + "particle": "block/cake_side", + "bottom": "block/cake_bottom", + "top": "block/cake_top", + "side": "block/cake_side", + "inside": "block/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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/cake_slice5.json b/1.13.2/assets/minecraft/models/block/cake_slice5.json new file mode 100644 index 00000000..518af838 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/cake_slice5.json @@ -0,0 +1,22 @@ +{ + "textures": { + "particle": "block/cake_side", + "bottom": "block/cake_bottom", + "top": "block/cake_top", + "side": "block/cake_side", + "inside": "block/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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/cake_slice6.json b/1.13.2/assets/minecraft/models/block/cake_slice6.json new file mode 100644 index 00000000..97151ba5 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/cake_slice6.json @@ -0,0 +1,22 @@ +{ + "textures": { + "particle": "block/cake_side", + "bottom": "block/cake_bottom", + "top": "block/cake_top", + "side": "block/cake_side", + "inside": "block/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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/carpet.json b/1.13.2/assets/minecraft/models/block/carpet.json new file mode 100644 index 00000000..a33e999d --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/carpet.json @@ -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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/carrots_stage0.json b/1.13.2/assets/minecraft/models/block/carrots_stage0.json new file mode 100644 index 00000000..e703ad8d --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/carrots_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "block/carrots_stage0" + } +} diff --git a/1.13.2/assets/minecraft/models/block/carrots_stage1.json b/1.13.2/assets/minecraft/models/block/carrots_stage1.json new file mode 100644 index 00000000..d39d2778 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/carrots_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "block/carrots_stage1" + } +} diff --git a/1.13.2/assets/minecraft/models/block/carrots_stage2.json b/1.13.2/assets/minecraft/models/block/carrots_stage2.json new file mode 100644 index 00000000..76373cf0 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/carrots_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "block/carrots_stage2" + } +} diff --git a/1.13.2/assets/minecraft/models/block/carrots_stage3.json b/1.13.2/assets/minecraft/models/block/carrots_stage3.json new file mode 100644 index 00000000..9691d1d5 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/carrots_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "block/carrots_stage3" + } +} diff --git a/1.13.2/assets/minecraft/models/block/carved_pumpkin.json b/1.13.2/assets/minecraft/models/block/carved_pumpkin.json new file mode 100644 index 00000000..06e222f2 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/carved_pumpkin.json @@ -0,0 +1,8 @@ +{ + "parent": "block/orientable", + "textures": { + "top": "block/pumpkin_top", + "front": "block/carved_pumpkin", + "side": "block/pumpkin_side" + } +} diff --git a/1.13.2/assets/minecraft/models/block/cauldron.json b/1.13.2/assets/minecraft/models/block/cauldron.json new file mode 100644 index 00000000..998bddeb --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/cauldron.json @@ -0,0 +1,155 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/cauldron_side", + "top": "block/cauldron_top", + "bottom": "block/cauldron_bottom", + "side": "block/cauldron_side", + "inside": "block/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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/cauldron_level1.json b/1.13.2/assets/minecraft/models/block/cauldron_level1.json new file mode 100644 index 00000000..e3e7482d --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/cauldron_level1.json @@ -0,0 +1,162 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/cauldron_side", + "top": "block/cauldron_top", + "bottom": "block/cauldron_bottom", + "side": "block/cauldron_side", + "inside": "block/cauldron_inner", + "water": "block/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", "tintindex": 0 } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/cauldron_level2.json b/1.13.2/assets/minecraft/models/block/cauldron_level2.json new file mode 100644 index 00000000..9db048eb --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/cauldron_level2.json @@ -0,0 +1,162 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/cauldron_side", + "top": "block/cauldron_top", + "bottom": "block/cauldron_bottom", + "side": "block/cauldron_side", + "inside": "block/cauldron_inner", + "water": "block/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", "tintindex": 0 } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/cauldron_level3.json b/1.13.2/assets/minecraft/models/block/cauldron_level3.json new file mode 100644 index 00000000..63e9f136 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/cauldron_level3.json @@ -0,0 +1,162 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/cauldron_side", + "top": "block/cauldron_top", + "bottom": "block/cauldron_bottom", + "side": "block/cauldron_side", + "inside": "block/cauldron_inner", + "water": "block/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", "tintindex": 0 } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/chain_command_block.json b/1.13.2/assets/minecraft/models/block/chain_command_block.json new file mode 100644 index 00000000..352d78ae --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/chain_command_block.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube_directional", + "textures": { + "particle": "block/chain_command_block_back", + "down": "block/chain_command_block_side", + "up": "block/chain_command_block_side", + "north": "block/chain_command_block_front", + "east": "block/chain_command_block_side", + "south": "block/chain_command_block_back", + "west": "block/chain_command_block_side" + } +} diff --git a/1.13.2/assets/minecraft/models/block/chain_command_block_conditional.json b/1.13.2/assets/minecraft/models/block/chain_command_block_conditional.json new file mode 100644 index 00000000..cde51b2f --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/chain_command_block_conditional.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube_directional", + "textures": { + "particle": "block/chain_command_block_back", + "down": "block/chain_command_block_conditional", + "up": "block/chain_command_block_conditional", + "north": "block/chain_command_block_front", + "east": "block/chain_command_block_conditional", + "south": "block/chain_command_block_back", + "west": "block/chain_command_block_conditional" + } +} diff --git a/1.13.2/assets/minecraft/models/block/chest.json b/1.13.2/assets/minecraft/models/block/chest.json new file mode 100644 index 00000000..a3ee2504 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/chest.json @@ -0,0 +1,6 @@ +{ + "textures": { + "particle": "block/oak_planks" + } +} + diff --git a/1.13.2/assets/minecraft/models/block/chipped_anvil.json b/1.13.2/assets/minecraft/models/block/chipped_anvil.json new file mode 100644 index 00000000..bceae5fb --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/chipped_anvil.json @@ -0,0 +1,6 @@ +{ + "parent": "block/anvil", + "textures": { + "top": "block/chipped_anvil_top" + } +} diff --git a/1.13.2/assets/minecraft/models/block/chiseled_quartz_block.json b/1.13.2/assets/minecraft/models/block/chiseled_quartz_block.json new file mode 100644 index 00000000..6e80b9cd --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/chiseled_quartz_block.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "side": "block/chiseled_quartz_block", + "end": "block/chiseled_quartz_block_top" + } +} diff --git a/1.13.2/assets/minecraft/models/block/chiseled_red_sandstone.json b/1.13.2/assets/minecraft/models/block/chiseled_red_sandstone.json new file mode 100644 index 00000000..8c098132 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/chiseled_red_sandstone.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/red_sandstone_top", + "side": "block/chiseled_red_sandstone" + } +} diff --git a/1.13.2/assets/minecraft/models/block/chiseled_sandstone.json b/1.13.2/assets/minecraft/models/block/chiseled_sandstone.json new file mode 100644 index 00000000..79ae2d13 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/chiseled_sandstone.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/sandstone_top", + "side": "block/chiseled_sandstone" + } +} diff --git a/1.13.2/assets/minecraft/models/block/chiseled_stone_bricks.json b/1.13.2/assets/minecraft/models/block/chiseled_stone_bricks.json new file mode 100644 index 00000000..0c1db07f --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/chiseled_stone_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/chiseled_stone_bricks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/chorus_flower.json b/1.13.2/assets/minecraft/models/block/chorus_flower.json new file mode 100644 index 00000000..85bf5360 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/chorus_flower.json @@ -0,0 +1,76 @@ +{ "parent": "block/block", + "textures": { + "texture": "block/chorus_flower", + "bottom": "block/chorus_plant", + "particle": "block/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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/chorus_flower_dead.json b/1.13.2/assets/minecraft/models/block/chorus_flower_dead.json new file mode 100644 index 00000000..0bbc97d3 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/chorus_flower_dead.json @@ -0,0 +1,8 @@ +{ + "parent": "block/chorus_flower", + "textures": { + "texture": "block/chorus_flower_dead", + "bottom": "block/chorus_plant", + "particle": "block/chorus_flower_dead" + } +} diff --git a/1.13.2/assets/minecraft/models/block/chorus_plant.json b/1.13.2/assets/minecraft/models/block/chorus_plant.json new file mode 100644 index 00000000..582b7030 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/chorus_plant.json @@ -0,0 +1,81 @@ +{ "parent": "block/block", + "ambientocclusion": false, + "textures": { + "texture": "block/chorus_plant", + "inside": "block/chorus_plant", + "particle": "block/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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/chorus_plant_noside.json b/1.13.2/assets/minecraft/models/block/chorus_plant_noside.json new file mode 100644 index 00000000..e7e60ce6 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/chorus_plant_noside.json @@ -0,0 +1,16 @@ +{ + "ambientocclusion": false, + "textures": { + "texture": "block/chorus_plant", + "inside": "block/chorus_plant", + "particle": "block/chorus_plant" + }, + "elements": [ + { "from": [ 4, 4, 4 ], + "to": [ 12, 12, 12 ], + "faces": { + "north": { "texture": "#inside" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/chorus_plant_noside1.json b/1.13.2/assets/minecraft/models/block/chorus_plant_noside1.json new file mode 100644 index 00000000..f3fed503 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/chorus_plant_noside1.json @@ -0,0 +1,26 @@ +{ + "ambientocclusion": false, + "textures": { + "texture": "block/chorus_plant", + "inside": "block/chorus_plant", + "particle": "block/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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/chorus_plant_noside2.json b/1.13.2/assets/minecraft/models/block/chorus_plant_noside2.json new file mode 100644 index 00000000..e2627b9a --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/chorus_plant_noside2.json @@ -0,0 +1,26 @@ +{ + "ambientocclusion": false, + "textures": { + "texture": "block/chorus_plant", + "inside": "block/chorus_plant", + "particle": "block/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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/chorus_plant_noside3.json b/1.13.2/assets/minecraft/models/block/chorus_plant_noside3.json new file mode 100644 index 00000000..f3fed503 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/chorus_plant_noside3.json @@ -0,0 +1,26 @@ +{ + "ambientocclusion": false, + "textures": { + "texture": "block/chorus_plant", + "inside": "block/chorus_plant", + "particle": "block/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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/chorus_plant_side.json b/1.13.2/assets/minecraft/models/block/chorus_plant_side.json new file mode 100644 index 00000000..e8117d24 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/chorus_plant_side.json @@ -0,0 +1,20 @@ +{ + "ambientocclusion": false, + "textures": { + "texture": "block/chorus_plant", + "inside": "block/chorus_plant", + "particle": "block/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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/clay.json b/1.13.2/assets/minecraft/models/block/clay.json new file mode 100644 index 00000000..cb6281eb --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/clay.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/clay" + } +} diff --git a/1.13.2/assets/minecraft/models/block/coal_block.json b/1.13.2/assets/minecraft/models/block/coal_block.json new file mode 100644 index 00000000..cd0f38f2 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/coal_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/coal_block" + } +} diff --git a/1.13.2/assets/minecraft/models/block/coal_ore.json b/1.13.2/assets/minecraft/models/block/coal_ore.json new file mode 100644 index 00000000..6a915d4a --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/coal_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/coal_ore" + } +} diff --git a/1.13.2/assets/minecraft/models/block/coarse_dirt.json b/1.13.2/assets/minecraft/models/block/coarse_dirt.json new file mode 100644 index 00000000..b00c705e --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/coarse_dirt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/coarse_dirt" + } +} diff --git a/1.13.2/assets/minecraft/models/block/cobblestone.json b/1.13.2/assets/minecraft/models/block/cobblestone.json new file mode 100644 index 00000000..6bffbfe8 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/cobblestone.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/cobblestone" + } +} diff --git a/1.13.2/assets/minecraft/models/block/cobblestone_slab.json b/1.13.2/assets/minecraft/models/block/cobblestone_slab.json new file mode 100644 index 00000000..a9cb7f40 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/cobblestone_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/cobblestone", + "top": "block/cobblestone", + "side": "block/cobblestone" + } +} diff --git a/1.13.2/assets/minecraft/models/block/cobblestone_slab_top.json b/1.13.2/assets/minecraft/models/block/cobblestone_slab_top.json new file mode 100644 index 00000000..ee8dcc46 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/cobblestone_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/cobblestone", + "top": "block/cobblestone", + "side": "block/cobblestone" + } +} diff --git a/1.13.2/assets/minecraft/models/block/cobblestone_stairs.json b/1.13.2/assets/minecraft/models/block/cobblestone_stairs.json new file mode 100644 index 00000000..25cbdc25 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/cobblestone_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/cobblestone", + "top": "block/cobblestone", + "side": "block/cobblestone" + } +} diff --git a/1.13.2/assets/minecraft/models/block/cobblestone_stairs_inner.json b/1.13.2/assets/minecraft/models/block/cobblestone_stairs_inner.json new file mode 100644 index 00000000..4fef3a73 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/cobblestone_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/cobblestone", + "top": "block/cobblestone", + "side": "block/cobblestone" + } +} diff --git a/1.13.2/assets/minecraft/models/block/cobblestone_stairs_outer.json b/1.13.2/assets/minecraft/models/block/cobblestone_stairs_outer.json new file mode 100644 index 00000000..2155108a --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/cobblestone_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/cobblestone", + "top": "block/cobblestone", + "side": "block/cobblestone" + } +} diff --git a/1.13.2/assets/minecraft/models/block/cobblestone_wall_inventory.json b/1.13.2/assets/minecraft/models/block/cobblestone_wall_inventory.json new file mode 100644 index 00000000..e73ad64e --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/cobblestone_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_inventory", + "textures": { + "wall": "block/cobblestone" + } +} diff --git a/1.13.2/assets/minecraft/models/block/cobblestone_wall_post.json b/1.13.2/assets/minecraft/models/block/cobblestone_wall_post.json new file mode 100644 index 00000000..a5e74db5 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/cobblestone_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_wall_post", + "textures": { + "wall": "block/cobblestone" + } +} diff --git a/1.13.2/assets/minecraft/models/block/cobblestone_wall_side.json b/1.13.2/assets/minecraft/models/block/cobblestone_wall_side.json new file mode 100644 index 00000000..3363b403 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/cobblestone_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_wall_side", + "textures": { + "wall": "block/cobblestone" + } +} diff --git a/1.13.2/assets/minecraft/models/block/cobweb.json b/1.13.2/assets/minecraft/models/block/cobweb.json new file mode 100644 index 00000000..59e2e2c0 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/cobweb.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/cobweb" + } +} diff --git a/1.13.2/assets/minecraft/models/block/cocoa_stage0.json b/1.13.2/assets/minecraft/models/block/cocoa_stage0.json new file mode 100644 index 00000000..9870dd80 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/cocoa_stage0.json @@ -0,0 +1,27 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/cocoa_stage0", + "cocoa": "block/cocoa_stage0" + }, + "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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/cocoa_stage1.json b/1.13.2/assets/minecraft/models/block/cocoa_stage1.json new file mode 100644 index 00000000..22d12d8d --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/cocoa_stage1.json @@ -0,0 +1,27 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/cocoa_stage1", + "cocoa": "block/cocoa_stage1" + }, + "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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/cocoa_stage2.json b/1.13.2/assets/minecraft/models/block/cocoa_stage2.json new file mode 100644 index 00000000..f6d6b0ab --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/cocoa_stage2.json @@ -0,0 +1,27 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/cocoa_stage2", + "cocoa": "block/cocoa_stage2" + }, + "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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/command_block.json b/1.13.2/assets/minecraft/models/block/command_block.json new file mode 100644 index 00000000..6d1bcc40 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/command_block.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube_directional", + "textures": { + "particle": "block/command_block_back", + "down": "block/command_block_side", + "up": "block/command_block_side", + "north": "block/command_block_front", + "east": "block/command_block_side", + "south": "block/command_block_back", + "west": "block/command_block_side" + } +} diff --git a/1.13.2/assets/minecraft/models/block/command_block_conditional.json b/1.13.2/assets/minecraft/models/block/command_block_conditional.json new file mode 100644 index 00000000..6c8be78f --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/command_block_conditional.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube_directional", + "textures": { + "particle": "block/command_block_back", + "down": "block/command_block_conditional", + "up": "block/command_block_conditional", + "north": "block/command_block_front", + "east": "block/command_block_conditional", + "south": "block/command_block_back", + "west": "block/command_block_conditional" + } +} diff --git a/1.13.2/assets/minecraft/models/block/comparator.json b/1.13.2/assets/minecraft/models/block/comparator.json new file mode 100644 index 00000000..b115ed2c --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/comparator.json @@ -0,0 +1,56 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/comparator", + "slab": "block/stone_slab_top", + "top": "block/comparator", + "unlit": "block/redstone_torch_off", + "lit": "block/redstone_torch" + }, + "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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/comparator_on.json b/1.13.2/assets/minecraft/models/block/comparator_on.json new file mode 100644 index 00000000..bce5428b --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/comparator_on.json @@ -0,0 +1,74 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/comparator_on", + "slab": "block/stone_slab_top", + "top": "block/comparator_on", + "unlit": "block/redstone_torch_off", + "lit": "block/redstone_torch" + }, + "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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/comparator_on_subtract.json b/1.13.2/assets/minecraft/models/block/comparator_on_subtract.json new file mode 100644 index 00000000..3d3cf929 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/comparator_on_subtract.json @@ -0,0 +1,83 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/comparator_on", + "slab": "block/stone_slab_top", + "top": "block/comparator_on", + "unlit": "block/redstone_torch_off", + "lit": "block/redstone_torch" + }, + "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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/comparator_subtract.json b/1.13.2/assets/minecraft/models/block/comparator_subtract.json new file mode 100644 index 00000000..64eb5b67 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/comparator_subtract.json @@ -0,0 +1,65 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/comparator", + "slab": "block/stone_slab_top", + "top": "block/comparator", + "unlit": "block/redstone_torch_off", + "lit": "block/redstone_torch" + }, + "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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/conduit.json b/1.13.2/assets/minecraft/models/block/conduit.json new file mode 100644 index 00000000..dc84fca9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/conduit.json @@ -0,0 +1,6 @@ +{ + "textures": { + "particle": "block/conduit" + } +} + diff --git a/1.13.2/assets/minecraft/models/block/coral_fan.json b/1.13.2/assets/minecraft/models/block/coral_fan.json new file mode 100644 index 00000000..e28dd67b --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/coral_fan.json @@ -0,0 +1,44 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#fan" + }, + "elements": [ + { "from": [ 8, 0, 0 ], + "to": [ 24, 0, 16 ], + "rotation": { "origin": [ 8, 0, 0 ], "axis": "z", "angle": 22.5, "rescale": false }, + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#fan", "rotation": 90 }, + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#fan", "rotation": 270 } + } + }, + { "from": [ -8, 0, 0 ], + "to": [ 8, 0, 16 ], + "rotation": { "origin": [ 8, 0, 0 ], "axis": "z", "angle": -22.5, "rescale": false }, + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#fan", "rotation": 270 }, + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#fan", "rotation": 90 } + } + }, + { "from": [ 0, 0, 8 ], + "to": [ 16, 0, 24 ], + "rotation": { "origin": [ 0, 0, 8 ], "axis": "x", "angle": -22.5, "rescale": false }, + "shade": false, + "faces": { + "up": { "uv": [ 16, 16, 0, 0 ], "texture": "#fan" }, + "down": { "uv": [ 16, 0, 0, 16 ], "texture": "#fan" } + } + }, + { "from": [ 0, 0, -8 ], + "to": [ 16, 0, 8 ], + "rotation": { "origin": [ 0, 0, 8 ], "axis": "x", "angle": 22.5, "rescale": false }, + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#fan" }, + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#fan" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/coral_wall_fan.json b/1.13.2/assets/minecraft/models/block/coral_wall_fan.json new file mode 100644 index 00000000..eafe1f8f --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/coral_wall_fan.json @@ -0,0 +1,26 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#fan" + }, + "elements": [ + { "from": [ 0, 8, 0 ], + "to": [ 16, 8, 16 ], + "rotation": { "origin": [ 8, 8, 14 ], "axis": "x", "angle": 22.5, "rescale": true }, + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#fan" }, + "down": { "uv": [ 16, 16, 0, 0 ], "texture": "#fan" } + } + }, + { "from": [ 0, 8, 0 ], + "to": [ 16, 8, 16 ], + "rotation": { "origin": [ 8, 8, 14 ], "axis": "x", "angle": -22.5, "rescale": true }, + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#fan" }, + "down": { "uv": [ 16, 16, 0, 0 ], "texture": "#fan" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/cracked_stone_bricks.json b/1.13.2/assets/minecraft/models/block/cracked_stone_bricks.json new file mode 100644 index 00000000..bebfed49 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/cracked_stone_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/cracked_stone_bricks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/crafting_table.json b/1.13.2/assets/minecraft/models/block/crafting_table.json new file mode 100644 index 00000000..45c45871 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/crafting_table.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "block/crafting_table_front", + "down": "block/oak_planks", + "up": "block/crafting_table_top", + "north": "block/crafting_table_front", + "east": "block/crafting_table_side", + "south": "block/crafting_table_side", + "west": "block/crafting_table_front" + } +} diff --git a/1.13.2/assets/minecraft/models/block/crop.json b/1.13.2/assets/minecraft/models/block/crop.json new file mode 100644 index 00000000..9cc479e4 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/crop.json @@ -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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/cross.json b/1.13.2/assets/minecraft/models/block/cross.json new file mode 100644 index 00000000..37c8b09f --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/cross.json @@ -0,0 +1,26 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#cross" + }, + "elements": [ + { "from": [ 0.8, 0, 8 ], + "to": [ 15.2, 16, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" } + } + }, + { "from": [ 8, 0, 0.8 ], + "to": [ 8, 16, 15.2 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/cube.json b/1.13.2/assets/minecraft/models/block/cube.json new file mode 100644 index 00000000..1b9780b4 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/cube.json @@ -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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/cube_all.json b/1.13.2/assets/minecraft/models/block/cube_all.json new file mode 100644 index 00000000..fa2f9e77 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/cube_all.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "#all", + "down": "#all", + "up": "#all", + "north": "#all", + "east": "#all", + "south": "#all", + "west": "#all" + } +} diff --git a/1.13.2/assets/minecraft/models/block/cube_bottom_top.json b/1.13.2/assets/minecraft/models/block/cube_bottom_top.json new file mode 100644 index 00000000..4c610597 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/cube_bottom_top.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "#side", + "down": "#bottom", + "up": "#top", + "north": "#side", + "east": "#side", + "south": "#side", + "west": "#side" + } +} diff --git a/1.13.2/assets/minecraft/models/block/cube_column.json b/1.13.2/assets/minecraft/models/block/cube_column.json new file mode 100644 index 00000000..358b9847 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/cube_column.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "#side", + "down": "#end", + "up": "#end", + "north": "#side", + "east": "#side", + "south": "#side", + "west": "#side" + } +} diff --git a/1.13.2/assets/minecraft/models/block/cube_directional.json b/1.13.2/assets/minecraft/models/block/cube_directional.json new file mode 100644 index 00000000..09fadd01 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/cube_directional.json @@ -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 } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/cube_mirrored.json b/1.13.2/assets/minecraft/models/block/cube_mirrored.json new file mode 100644 index 00000000..38f44bda --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/cube_mirrored.json @@ -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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/cube_mirrored_all.json b/1.13.2/assets/minecraft/models/block/cube_mirrored_all.json new file mode 100644 index 00000000..75743f20 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/cube_mirrored_all.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube_mirrored", + "textures": { + "particle": "#all", + "down": "#all", + "up": "#all", + "north": "#all", + "east": "#all", + "south": "#all", + "west": "#all" + } +} diff --git a/1.13.2/assets/minecraft/models/block/cube_top.json b/1.13.2/assets/minecraft/models/block/cube_top.json new file mode 100644 index 00000000..a0c1d569 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/cube_top.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "#side", + "down": "#side", + "up": "#top", + "north": "#side", + "east": "#side", + "south": "#side", + "west": "#side" + } +} diff --git a/1.13.2/assets/minecraft/models/block/cut_red_sandstone.json b/1.13.2/assets/minecraft/models/block/cut_red_sandstone.json new file mode 100644 index 00000000..ece69cd4 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/cut_red_sandstone.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/red_sandstone_top", + "side": "block/cut_red_sandstone" + } +} diff --git a/1.13.2/assets/minecraft/models/block/cut_sandstone.json b/1.13.2/assets/minecraft/models/block/cut_sandstone.json new file mode 100644 index 00000000..ad22903a --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/cut_sandstone.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/sandstone_top", + "side": "block/cut_sandstone" + } +} diff --git a/1.13.2/assets/minecraft/models/block/cyan_carpet.json b/1.13.2/assets/minecraft/models/block/cyan_carpet.json new file mode 100644 index 00000000..345ed3ea --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/cyan_carpet.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "block/cyan_wool", + "wool": "block/cyan_wool" + } +} diff --git a/1.13.2/assets/minecraft/models/block/cyan_concrete.json b/1.13.2/assets/minecraft/models/block/cyan_concrete.json new file mode 100644 index 00000000..26b0fc82 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/cyan_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/cyan_concrete" + } +} diff --git a/1.13.2/assets/minecraft/models/block/cyan_concrete_powder.json b/1.13.2/assets/minecraft/models/block/cyan_concrete_powder.json new file mode 100644 index 00000000..137593b8 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/cyan_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/cyan_concrete_powder" + } +} diff --git a/1.13.2/assets/minecraft/models/block/cyan_glazed_terracotta.json b/1.13.2/assets/minecraft/models/block/cyan_glazed_terracotta.json new file mode 100644 index 00000000..5f71cfbf --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/cyan_glazed_terracotta.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glazed_terracotta", + "textures": { + "particle": "block/cyan_glazed_terracotta", + "pattern": "block/cyan_glazed_terracotta" + } +} diff --git a/1.13.2/assets/minecraft/models/block/cyan_shulker_box.json b/1.13.2/assets/minecraft/models/block/cyan_shulker_box.json new file mode 100644 index 00000000..128569b5 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/cyan_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "block/cyan_shulker_box" + } +} diff --git a/1.13.2/assets/minecraft/models/block/cyan_stained_glass.json b/1.13.2/assets/minecraft/models/block/cyan_stained_glass.json new file mode 100644 index 00000000..92652c94 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/cyan_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/cyan_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/cyan_stained_glass_pane_noside.json b/1.13.2/assets/minecraft/models/block/cyan_stained_glass_pane_noside.json new file mode 100644 index 00000000..35b7242d --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/cyan_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside", + "textures": { + "pane": "block/cyan_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/cyan_stained_glass_pane_noside_alt.json b/1.13.2/assets/minecraft/models/block/cyan_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..a13559db --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/cyan_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside_alt", + "textures": { + "pane": "block/cyan_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/cyan_stained_glass_pane_post.json b/1.13.2/assets/minecraft/models/block/cyan_stained_glass_pane_post.json new file mode 100644 index 00000000..f29f7842 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/cyan_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_post", + "textures": { + "edge": "block/cyan_stained_glass_pane_top", + "pane": "block/cyan_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/cyan_stained_glass_pane_side.json b/1.13.2/assets/minecraft/models/block/cyan_stained_glass_pane_side.json new file mode 100644 index 00000000..b1de8f04 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/cyan_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side", + "textures": { + "edge": "block/cyan_stained_glass_pane_top", + "pane": "block/cyan_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/cyan_stained_glass_pane_side_alt.json b/1.13.2/assets/minecraft/models/block/cyan_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..3209b423 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/cyan_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side_alt", + "textures": { + "edge": "block/cyan_stained_glass_pane_top", + "pane": "block/cyan_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/cyan_terracotta.json b/1.13.2/assets/minecraft/models/block/cyan_terracotta.json new file mode 100644 index 00000000..0ea553bb --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/cyan_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/cyan_terracotta" + } +} diff --git a/1.13.2/assets/minecraft/models/block/cyan_wool.json b/1.13.2/assets/minecraft/models/block/cyan_wool.json new file mode 100644 index 00000000..5aaf0290 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/cyan_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/cyan_wool" + } +} diff --git a/1.13.2/assets/minecraft/models/block/damaged_anvil.json b/1.13.2/assets/minecraft/models/block/damaged_anvil.json new file mode 100644 index 00000000..3b09aaa3 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/damaged_anvil.json @@ -0,0 +1,6 @@ +{ + "parent": "block/anvil", + "textures": { + "top": "block/damaged_anvil_top" + } +} diff --git a/1.13.2/assets/minecraft/models/block/dandelion.json b/1.13.2/assets/minecraft/models/block/dandelion.json new file mode 100644 index 00000000..50975110 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/dandelion.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/dandelion" + } +} diff --git a/1.13.2/assets/minecraft/models/block/dark_oak_button.json b/1.13.2/assets/minecraft/models/block/dark_oak_button.json new file mode 100644 index 00000000..31554e17 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/dark_oak_button.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button", + "textures": { + "texture": "block/dark_oak_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/dark_oak_button_inventory.json b/1.13.2/assets/minecraft/models/block/dark_oak_button_inventory.json new file mode 100644 index 00000000..e8bd09d4 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/dark_oak_button_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button_inventory", + "textures": { + "texture": "block/dark_oak_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/dark_oak_button_pressed.json b/1.13.2/assets/minecraft/models/block/dark_oak_button_pressed.json new file mode 100644 index 00000000..973f0af3 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/dark_oak_button_pressed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button_pressed", + "textures": { + "texture": "block/dark_oak_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/dark_oak_door_bottom.json b/1.13.2/assets/minecraft/models/block/dark_oak_door_bottom.json new file mode 100644 index 00000000..38ad7d28 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/dark_oak_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom", + "textures": { + "bottom": "block/dark_oak_door_bottom", + "top": "block/dark_oak_door_top" + } +} diff --git a/1.13.2/assets/minecraft/models/block/dark_oak_door_bottom_hinge.json b/1.13.2/assets/minecraft/models/block/dark_oak_door_bottom_hinge.json new file mode 100644 index 00000000..1ce1cd21 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/dark_oak_door_bottom_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom_rh", + "textures": { + "bottom": "block/dark_oak_door_bottom", + "top": "block/dark_oak_door_top" + } +} diff --git a/1.13.2/assets/minecraft/models/block/dark_oak_door_top.json b/1.13.2/assets/minecraft/models/block/dark_oak_door_top.json new file mode 100644 index 00000000..9b692ee4 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/dark_oak_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top", + "textures": { + "bottom": "block/dark_oak_door_bottom", + "top": "block/dark_oak_door_top" + } +} diff --git a/1.13.2/assets/minecraft/models/block/dark_oak_door_top_hinge.json b/1.13.2/assets/minecraft/models/block/dark_oak_door_top_hinge.json new file mode 100644 index 00000000..700f35d1 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/dark_oak_door_top_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top_rh", + "textures": { + "bottom": "block/dark_oak_door_bottom", + "top": "block/dark_oak_door_top" + } +} diff --git a/1.13.2/assets/minecraft/models/block/dark_oak_fence_gate.json b/1.13.2/assets/minecraft/models/block/dark_oak_fence_gate.json new file mode 100644 index 00000000..5f5db453 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/dark_oak_fence_gate.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate", + "textures": { + "texture": "block/dark_oak_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/dark_oak_fence_gate_open.json b/1.13.2/assets/minecraft/models/block/dark_oak_fence_gate_open.json new file mode 100644 index 00000000..12316075 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/dark_oak_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate_open", + "textures": { + "texture": "block/dark_oak_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/dark_oak_fence_gate_wall.json b/1.13.2/assets/minecraft/models/block/dark_oak_fence_gate_wall.json new file mode 100644 index 00000000..c2c59e82 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/dark_oak_fence_gate_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate_wall", + "textures": { + "texture": "block/dark_oak_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/dark_oak_fence_gate_wall_open.json b/1.13.2/assets/minecraft/models/block/dark_oak_fence_gate_wall_open.json new file mode 100644 index 00000000..af216a7c --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/dark_oak_fence_gate_wall_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate_wall_open", + "textures": { + "texture": "block/dark_oak_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/dark_oak_fence_inventory.json b/1.13.2/assets/minecraft/models/block/dark_oak_fence_inventory.json new file mode 100644 index 00000000..895cc26f --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/dark_oak_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_inventory", + "textures": { + "texture": "block/dark_oak_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/dark_oak_fence_post.json b/1.13.2/assets/minecraft/models/block/dark_oak_fence_post.json new file mode 100644 index 00000000..e65b6962 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/dark_oak_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_post", + "textures": { + "texture": "block/dark_oak_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/dark_oak_fence_side.json b/1.13.2/assets/minecraft/models/block/dark_oak_fence_side.json new file mode 100644 index 00000000..eca984b3 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/dark_oak_fence_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_side", + "textures": { + "texture": "block/dark_oak_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/dark_oak_leaves.json b/1.13.2/assets/minecraft/models/block/dark_oak_leaves.json new file mode 100644 index 00000000..231806f4 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/dark_oak_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "block/leaves", + "textures": { + "all": "block/dark_oak_leaves" + } +} diff --git a/1.13.2/assets/minecraft/models/block/dark_oak_log.json b/1.13.2/assets/minecraft/models/block/dark_oak_log.json new file mode 100644 index 00000000..d0a8e69e --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/dark_oak_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/dark_oak_log_top", + "side": "block/dark_oak_log" + } +} diff --git a/1.13.2/assets/minecraft/models/block/dark_oak_planks.json b/1.13.2/assets/minecraft/models/block/dark_oak_planks.json new file mode 100644 index 00000000..c0ff4c3c --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/dark_oak_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/dark_oak_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/dark_oak_pressure_plate.json b/1.13.2/assets/minecraft/models/block/dark_oak_pressure_plate.json new file mode 100644 index 00000000..dca23aed --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/dark_oak_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_up", + "textures": { + "texture": "block/dark_oak_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/dark_oak_pressure_plate_down.json b/1.13.2/assets/minecraft/models/block/dark_oak_pressure_plate_down.json new file mode 100644 index 00000000..7e37e872 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/dark_oak_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_down", + "textures": { + "texture": "block/dark_oak_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/dark_oak_sapling.json b/1.13.2/assets/minecraft/models/block/dark_oak_sapling.json new file mode 100644 index 00000000..7267c413 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/dark_oak_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/dark_oak_sapling" + } +} diff --git a/1.13.2/assets/minecraft/models/block/dark_oak_slab.json b/1.13.2/assets/minecraft/models/block/dark_oak_slab.json new file mode 100644 index 00000000..12ce4e02 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/dark_oak_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/dark_oak_planks", + "top": "block/dark_oak_planks", + "side": "block/dark_oak_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/dark_oak_slab_top.json b/1.13.2/assets/minecraft/models/block/dark_oak_slab_top.json new file mode 100644 index 00000000..9b861483 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/dark_oak_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/dark_oak_planks", + "top": "block/dark_oak_planks", + "side": "block/dark_oak_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/dark_oak_stairs.json b/1.13.2/assets/minecraft/models/block/dark_oak_stairs.json new file mode 100644 index 00000000..318195d8 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/dark_oak_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/dark_oak_planks", + "top": "block/dark_oak_planks", + "side": "block/dark_oak_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/dark_oak_stairs_inner.json b/1.13.2/assets/minecraft/models/block/dark_oak_stairs_inner.json new file mode 100644 index 00000000..ff8fa26d --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/dark_oak_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/dark_oak_planks", + "top": "block/dark_oak_planks", + "side": "block/dark_oak_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/dark_oak_stairs_outer.json b/1.13.2/assets/minecraft/models/block/dark_oak_stairs_outer.json new file mode 100644 index 00000000..48215ae5 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/dark_oak_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/dark_oak_planks", + "top": "block/dark_oak_planks", + "side": "block/dark_oak_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/dark_oak_trapdoor_bottom.json b/1.13.2/assets/minecraft/models/block/dark_oak_trapdoor_bottom.json new file mode 100644 index 00000000..2d9d7f90 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/dark_oak_trapdoor_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_trapdoor_bottom", + "textures": { + "texture": "block/dark_oak_trapdoor" + } +} diff --git a/1.13.2/assets/minecraft/models/block/dark_oak_trapdoor_open.json b/1.13.2/assets/minecraft/models/block/dark_oak_trapdoor_open.json new file mode 100644 index 00000000..6f2fae62 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/dark_oak_trapdoor_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_trapdoor_open", + "textures": { + "texture": "block/dark_oak_trapdoor" + } +} diff --git a/1.13.2/assets/minecraft/models/block/dark_oak_trapdoor_top.json b/1.13.2/assets/minecraft/models/block/dark_oak_trapdoor_top.json new file mode 100644 index 00000000..7a5490f0 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/dark_oak_trapdoor_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_trapdoor_top", + "textures": { + "texture": "block/dark_oak_trapdoor" + } +} diff --git a/1.13.2/assets/minecraft/models/block/dark_oak_wood.json b/1.13.2/assets/minecraft/models/block/dark_oak_wood.json new file mode 100644 index 00000000..08631485 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/dark_oak_wood.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/dark_oak_log", + "side": "block/dark_oak_log" + } +} diff --git a/1.13.2/assets/minecraft/models/block/dark_prismarine.json b/1.13.2/assets/minecraft/models/block/dark_prismarine.json new file mode 100644 index 00000000..ac773909 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/dark_prismarine.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/dark_prismarine" + } +} diff --git a/1.13.2/assets/minecraft/models/block/dark_prismarine_slab.json b/1.13.2/assets/minecraft/models/block/dark_prismarine_slab.json new file mode 100644 index 00000000..01a6664a --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/dark_prismarine_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/dark_prismarine", + "top": "block/dark_prismarine", + "side": "block/dark_prismarine" + } +} diff --git a/1.13.2/assets/minecraft/models/block/dark_prismarine_slab_top.json b/1.13.2/assets/minecraft/models/block/dark_prismarine_slab_top.json new file mode 100644 index 00000000..8120ddb9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/dark_prismarine_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/dark_prismarine", + "top": "block/dark_prismarine", + "side": "block/dark_prismarine" + } +} diff --git a/1.13.2/assets/minecraft/models/block/dark_prismarine_stairs.json b/1.13.2/assets/minecraft/models/block/dark_prismarine_stairs.json new file mode 100644 index 00000000..49f29145 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/dark_prismarine_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/dark_prismarine", + "top": "block/dark_prismarine", + "side": "block/dark_prismarine" + } +} diff --git a/1.13.2/assets/minecraft/models/block/dark_prismarine_stairs_inner.json b/1.13.2/assets/minecraft/models/block/dark_prismarine_stairs_inner.json new file mode 100644 index 00000000..f3b2fbed --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/dark_prismarine_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/dark_prismarine", + "top": "block/dark_prismarine", + "side": "block/dark_prismarine" + } +} diff --git a/1.13.2/assets/minecraft/models/block/dark_prismarine_stairs_outer.json b/1.13.2/assets/minecraft/models/block/dark_prismarine_stairs_outer.json new file mode 100644 index 00000000..adaf0d2e --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/dark_prismarine_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/dark_prismarine", + "top": "block/dark_prismarine", + "side": "block/dark_prismarine" + } +} diff --git a/1.13.2/assets/minecraft/models/block/daylight_detector.json b/1.13.2/assets/minecraft/models/block/daylight_detector.json new file mode 100644 index 00000000..7bbbbf40 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/daylight_detector.json @@ -0,0 +1,20 @@ +{ "parent": "block/thin_block", + "textures": { + "particle": "block/daylight_detector_top", + "top": "block/daylight_detector_top", + "side": "block/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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/daylight_detector_inverted.json b/1.13.2/assets/minecraft/models/block/daylight_detector_inverted.json new file mode 100644 index 00000000..9dd5476d --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/daylight_detector_inverted.json @@ -0,0 +1,20 @@ +{ + "textures": { + "particle": "block/daylight_detector_inverted_top", + "top": "block/daylight_detector_inverted_top", + "side": "block/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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/dead_brain_coral.json b/1.13.2/assets/minecraft/models/block/dead_brain_coral.json new file mode 100644 index 00000000..10fa3f16 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/dead_brain_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/dead_brain_coral" + } +} diff --git a/1.13.2/assets/minecraft/models/block/dead_brain_coral_block.json b/1.13.2/assets/minecraft/models/block/dead_brain_coral_block.json new file mode 100644 index 00000000..dd8f9174 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/dead_brain_coral_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/dead_brain_coral_block" + } +} diff --git a/1.13.2/assets/minecraft/models/block/dead_brain_coral_fan.json b/1.13.2/assets/minecraft/models/block/dead_brain_coral_fan.json new file mode 100644 index 00000000..4ee4e4ef --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/dead_brain_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "block/coral_fan", + "textures": { + "fan": "block/dead_brain_coral_fan" + } +} diff --git a/1.13.2/assets/minecraft/models/block/dead_brain_coral_wall_fan.json b/1.13.2/assets/minecraft/models/block/dead_brain_coral_wall_fan.json new file mode 100644 index 00000000..1811cfc0 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/dead_brain_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "block/coral_wall_fan", + "textures": { + "fan": "block/dead_brain_coral_fan" + } +} diff --git a/1.13.2/assets/minecraft/models/block/dead_bubble_coral.json b/1.13.2/assets/minecraft/models/block/dead_bubble_coral.json new file mode 100644 index 00000000..3883a06a --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/dead_bubble_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/dead_bubble_coral" + } +} diff --git a/1.13.2/assets/minecraft/models/block/dead_bubble_coral_block.json b/1.13.2/assets/minecraft/models/block/dead_bubble_coral_block.json new file mode 100644 index 00000000..9e63eb70 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/dead_bubble_coral_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/dead_bubble_coral_block" + } +} diff --git a/1.13.2/assets/minecraft/models/block/dead_bubble_coral_fan.json b/1.13.2/assets/minecraft/models/block/dead_bubble_coral_fan.json new file mode 100644 index 00000000..dba30b8b --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/dead_bubble_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "block/coral_fan", + "textures": { + "fan": "block/dead_bubble_coral_fan" + } +} diff --git a/1.13.2/assets/minecraft/models/block/dead_bubble_coral_wall_fan.json b/1.13.2/assets/minecraft/models/block/dead_bubble_coral_wall_fan.json new file mode 100644 index 00000000..7b10457f --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/dead_bubble_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "block/coral_wall_fan", + "textures": { + "fan": "block/dead_bubble_coral_fan" + } +} diff --git a/1.13.2/assets/minecraft/models/block/dead_bush.json b/1.13.2/assets/minecraft/models/block/dead_bush.json new file mode 100644 index 00000000..c1df518f --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/dead_bush.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/dead_bush" + } +} diff --git a/1.13.2/assets/minecraft/models/block/dead_fire_coral.json b/1.13.2/assets/minecraft/models/block/dead_fire_coral.json new file mode 100644 index 00000000..5e93967f --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/dead_fire_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/dead_fire_coral" + } +} diff --git a/1.13.2/assets/minecraft/models/block/dead_fire_coral_block.json b/1.13.2/assets/minecraft/models/block/dead_fire_coral_block.json new file mode 100644 index 00000000..ef0f3d84 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/dead_fire_coral_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/dead_fire_coral_block" + } +} diff --git a/1.13.2/assets/minecraft/models/block/dead_fire_coral_fan.json b/1.13.2/assets/minecraft/models/block/dead_fire_coral_fan.json new file mode 100644 index 00000000..9b407266 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/dead_fire_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "block/coral_fan", + "textures": { + "fan": "block/dead_fire_coral_fan" + } +} diff --git a/1.13.2/assets/minecraft/models/block/dead_fire_coral_wall_fan.json b/1.13.2/assets/minecraft/models/block/dead_fire_coral_wall_fan.json new file mode 100644 index 00000000..300d273d --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/dead_fire_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "block/coral_wall_fan", + "textures": { + "fan": "block/dead_fire_coral_fan" + } +} diff --git a/1.13.2/assets/minecraft/models/block/dead_horn_coral.json b/1.13.2/assets/minecraft/models/block/dead_horn_coral.json new file mode 100644 index 00000000..1ca098c9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/dead_horn_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/dead_horn_coral" + } +} diff --git a/1.13.2/assets/minecraft/models/block/dead_horn_coral_block.json b/1.13.2/assets/minecraft/models/block/dead_horn_coral_block.json new file mode 100644 index 00000000..5bb4e46e --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/dead_horn_coral_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/dead_horn_coral_block" + } +} diff --git a/1.13.2/assets/minecraft/models/block/dead_horn_coral_fan.json b/1.13.2/assets/minecraft/models/block/dead_horn_coral_fan.json new file mode 100644 index 00000000..9dfc6de1 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/dead_horn_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "block/coral_fan", + "textures": { + "fan": "block/dead_horn_coral_fan" + } +} diff --git a/1.13.2/assets/minecraft/models/block/dead_horn_coral_wall_fan.json b/1.13.2/assets/minecraft/models/block/dead_horn_coral_wall_fan.json new file mode 100644 index 00000000..dd698c76 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/dead_horn_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "block/coral_wall_fan", + "textures": { + "fan": "block/dead_horn_coral_fan" + } +} diff --git a/1.13.2/assets/minecraft/models/block/dead_sea_pickle.json b/1.13.2/assets/minecraft/models/block/dead_sea_pickle.json new file mode 100644 index 00000000..ce3ee6eb --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/dead_sea_pickle.json @@ -0,0 +1,27 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/sea_pickle", + "all": "block/sea_pickle" + }, + "elements": [ + { "from": [ 6, 0, 6 ], + "to": [ 10, 6, 10 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" } + } + }, + { + "from": [ 6, 5.95, 6 ], + "to": [ 10, 5.95, 10 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/dead_tube_coral.json b/1.13.2/assets/minecraft/models/block/dead_tube_coral.json new file mode 100644 index 00000000..efb4dd0e --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/dead_tube_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/dead_tube_coral" + } +} diff --git a/1.13.2/assets/minecraft/models/block/dead_tube_coral_block.json b/1.13.2/assets/minecraft/models/block/dead_tube_coral_block.json new file mode 100644 index 00000000..2ee3b677 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/dead_tube_coral_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/dead_tube_coral_block" + } +} diff --git a/1.13.2/assets/minecraft/models/block/dead_tube_coral_fan.json b/1.13.2/assets/minecraft/models/block/dead_tube_coral_fan.json new file mode 100644 index 00000000..7a2f42a7 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/dead_tube_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "block/coral_fan", + "textures": { + "fan": "block/dead_tube_coral_fan" + } +} diff --git a/1.13.2/assets/minecraft/models/block/dead_tube_coral_wall_fan.json b/1.13.2/assets/minecraft/models/block/dead_tube_coral_wall_fan.json new file mode 100644 index 00000000..5815dc84 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/dead_tube_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "block/coral_wall_fan", + "textures": { + "fan": "block/dead_tube_coral_fan" + } +} diff --git a/1.13.2/assets/minecraft/models/block/detector_rail.json b/1.13.2/assets/minecraft/models/block/detector_rail.json new file mode 100644 index 00000000..6df3cc1d --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/detector_rail.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_flat", + "textures": { + "rail": "block/detector_rail" + } +} diff --git a/1.13.2/assets/minecraft/models/block/detector_rail_on.json b/1.13.2/assets/minecraft/models/block/detector_rail_on.json new file mode 100644 index 00000000..84041520 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/detector_rail_on.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_flat", + "textures": { + "rail": "block/detector_rail_on" + } +} diff --git a/1.13.2/assets/minecraft/models/block/detector_rail_on_raised_ne.json b/1.13.2/assets/minecraft/models/block/detector_rail_on_raised_ne.json new file mode 100644 index 00000000..0d2e3757 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/detector_rail_on_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_rail_raised_ne", + "textures": { + "rail": "block/detector_rail_on" + } +} diff --git a/1.13.2/assets/minecraft/models/block/detector_rail_on_raised_sw.json b/1.13.2/assets/minecraft/models/block/detector_rail_on_raised_sw.json new file mode 100644 index 00000000..7e5390f7 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/detector_rail_on_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_rail_raised_sw", + "textures": { + "rail": "block/detector_rail_on" + } +} diff --git a/1.13.2/assets/minecraft/models/block/detector_rail_raised_ne.json b/1.13.2/assets/minecraft/models/block/detector_rail_raised_ne.json new file mode 100644 index 00000000..5ba87c3e --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/detector_rail_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_rail_raised_ne", + "textures": { + "rail": "block/detector_rail" + } +} diff --git a/1.13.2/assets/minecraft/models/block/detector_rail_raised_sw.json b/1.13.2/assets/minecraft/models/block/detector_rail_raised_sw.json new file mode 100644 index 00000000..dd8cc0f3 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/detector_rail_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_rail_raised_sw", + "textures": { + "rail": "block/detector_rail" + } +} diff --git a/1.13.2/assets/minecraft/models/block/diamond_block.json b/1.13.2/assets/minecraft/models/block/diamond_block.json new file mode 100644 index 00000000..a2700992 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/diamond_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/diamond_block" + } +} diff --git a/1.13.2/assets/minecraft/models/block/diamond_ore.json b/1.13.2/assets/minecraft/models/block/diamond_ore.json new file mode 100644 index 00000000..98f97b69 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/diamond_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/diamond_ore" + } +} diff --git a/1.13.2/assets/minecraft/models/block/diorite.json b/1.13.2/assets/minecraft/models/block/diorite.json new file mode 100644 index 00000000..24801519 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/diorite.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/diorite" + } +} diff --git a/1.13.2/assets/minecraft/models/block/dirt.json b/1.13.2/assets/minecraft/models/block/dirt.json new file mode 100644 index 00000000..4f4edb1c --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/dirt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/dirt" + } +} diff --git a/1.13.2/assets/minecraft/models/block/dispenser.json b/1.13.2/assets/minecraft/models/block/dispenser.json new file mode 100644 index 00000000..0e6b66b6 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/dispenser.json @@ -0,0 +1,8 @@ +{ + "parent": "block/orientable", + "textures": { + "top": "block/furnace_top", + "front": "block/dispenser_front", + "side": "block/furnace_side" + } +} diff --git a/1.13.2/assets/minecraft/models/block/dispenser_vertical.json b/1.13.2/assets/minecraft/models/block/dispenser_vertical.json new file mode 100644 index 00000000..c84ffae4 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/dispenser_vertical.json @@ -0,0 +1,7 @@ +{ + "parent": "block/orientable_vertical", + "textures": { + "front": "block/dispenser_front_vertical", + "side": "block/furnace_top" + } +} diff --git a/1.13.2/assets/minecraft/models/block/door_bottom.json b/1.13.2/assets/minecraft/models/block/door_bottom.json new file mode 100644 index 00000000..905758fe --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/door_bottom.json @@ -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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/door_bottom_rh.json b/1.13.2/assets/minecraft/models/block/door_bottom_rh.json new file mode 100644 index 00000000..26acf4c7 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/door_bottom_rh.json @@ -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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/door_top.json b/1.13.2/assets/minecraft/models/block/door_top.json new file mode 100644 index 00000000..809fa443 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/door_top.json @@ -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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/door_top_rh.json b/1.13.2/assets/minecraft/models/block/door_top_rh.json new file mode 100644 index 00000000..e7d2f930 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/door_top_rh.json @@ -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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/dragon_egg.json b/1.13.2/assets/minecraft/models/block/dragon_egg.json new file mode 100644 index 00000000..19e6c4e2 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/dragon_egg.json @@ -0,0 +1,97 @@ +{ "parent": "block/block", + "ambientocclusion": false, + "textures": { + "particle": "block/dragon_egg", + "all": "block/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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/dried_kelp_block.json b/1.13.2/assets/minecraft/models/block/dried_kelp_block.json new file mode 100644 index 00000000..4d76967b --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/dried_kelp_block.json @@ -0,0 +1,25 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/dried_kelp_side", + "down": "block/dried_kelp_bottom", + "up": "block/dried_kelp_top", + "north": "block/dried_kelp_side", + "east": "block/dried_kelp_side", + "south": "block/dried_kelp_side", + "west": "block/dried_kelp_side" + }, + "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": { "uv": [16, 0, 0, 16], "texture": "#south", "cullface": "south" }, + "west": { "texture": "#west", "cullface": "west" }, + "east": { "uv": [16, 0, 0, 16], "texture": "#east", "cullface": "east" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/dropper.json b/1.13.2/assets/minecraft/models/block/dropper.json new file mode 100644 index 00000000..7ee6c070 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/dropper.json @@ -0,0 +1,8 @@ +{ + "parent": "block/orientable", + "textures": { + "top": "block/furnace_top", + "front": "block/dropper_front", + "side": "block/furnace_side" + } +} diff --git a/1.13.2/assets/minecraft/models/block/dropper_vertical.json b/1.13.2/assets/minecraft/models/block/dropper_vertical.json new file mode 100644 index 00000000..8fff4dd4 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/dropper_vertical.json @@ -0,0 +1,7 @@ +{ + "parent": "block/orientable_vertical", + "textures": { + "front": "block/dropper_front_vertical", + "side": "block/furnace_top" + } +} diff --git a/1.13.2/assets/minecraft/models/block/emerald_block.json b/1.13.2/assets/minecraft/models/block/emerald_block.json new file mode 100644 index 00000000..6f8071ab --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/emerald_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/emerald_block" + } +} diff --git a/1.13.2/assets/minecraft/models/block/emerald_ore.json b/1.13.2/assets/minecraft/models/block/emerald_ore.json new file mode 100644 index 00000000..e1ca762f --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/emerald_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/emerald_ore" + } +} diff --git a/1.13.2/assets/minecraft/models/block/enchanting_table.json b/1.13.2/assets/minecraft/models/block/enchanting_table.json new file mode 100644 index 00000000..404ca9a3 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/enchanting_table.json @@ -0,0 +1,21 @@ +{ "parent": "block/block", + "textures": { + "particle": "block/enchanting_table_bottom", + "bottom": "block/enchanting_table_bottom", + "top": "block/enchanting_table_top", + "side": "block/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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/end_portal.json b/1.13.2/assets/minecraft/models/block/end_portal.json new file mode 100644 index 00000000..1035b319 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/end_portal.json @@ -0,0 +1,6 @@ +{ + "textures": { + "particle": "block/obsidian" + } +} + diff --git a/1.13.2/assets/minecraft/models/block/end_portal_frame.json b/1.13.2/assets/minecraft/models/block/end_portal_frame.json new file mode 100644 index 00000000..b0c90fd4 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/end_portal_frame.json @@ -0,0 +1,21 @@ +{ "parent": "block/block", + "textures": { + "particle": "block/end_portal_frame_side", + "bottom": "block/end_stone", + "top": "block/end_portal_frame_top", + "side": "block/end_portal_frame_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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/end_portal_frame_filled.json b/1.13.2/assets/minecraft/models/block/end_portal_frame_filled.json new file mode 100644 index 00000000..d3fba326 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/end_portal_frame_filled.json @@ -0,0 +1,33 @@ +{ + "textures": { + "particle": "block/end_portal_frame_side", + "bottom": "block/end_stone", + "top": "block/end_portal_frame_top", + "side": "block/end_portal_frame_side", + "eye": "block/end_portal_frame_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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/end_rod.json b/1.13.2/assets/minecraft/models/block/end_rod.json new file mode 100644 index 00000000..4634a4bf --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/end_rod.json @@ -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": "block/end_rod", + "particle": "block/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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/end_stone.json b/1.13.2/assets/minecraft/models/block/end_stone.json new file mode 100644 index 00000000..fa012dcd --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/end_stone.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/end_stone" + } +} diff --git a/1.13.2/assets/minecraft/models/block/end_stone_bricks.json b/1.13.2/assets/minecraft/models/block/end_stone_bricks.json new file mode 100644 index 00000000..38f153de --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/end_stone_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/end_stone_bricks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/ender_chest.json b/1.13.2/assets/minecraft/models/block/ender_chest.json new file mode 100644 index 00000000..1035b319 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/ender_chest.json @@ -0,0 +1,6 @@ +{ + "textures": { + "particle": "block/obsidian" + } +} + diff --git a/1.13.2/assets/minecraft/models/block/farmland.json b/1.13.2/assets/minecraft/models/block/farmland.json new file mode 100644 index 00000000..1119441b --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/farmland.json @@ -0,0 +1,8 @@ +{ + "parent": "block/template_farmland", + "textures": { + "particle": "block/dirt", + "dirt": "block/dirt", + "top": "block/farmland" + } +} diff --git a/1.13.2/assets/minecraft/models/block/farmland_moist.json b/1.13.2/assets/minecraft/models/block/farmland_moist.json new file mode 100644 index 00000000..da8f960c --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/farmland_moist.json @@ -0,0 +1,8 @@ +{ + "parent": "block/template_farmland", + "textures": { + "particle": "block/dirt", + "dirt": "block/dirt", + "top": "block/farmland_moist" + } +} diff --git a/1.13.2/assets/minecraft/models/block/fence_inventory.json b/1.13.2/assets/minecraft/models/block/fence_inventory.json new file mode 100644 index 00000000..514f7416 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/fence_inventory.json @@ -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" + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/fence_post.json b/1.13.2/assets/minecraft/models/block/fence_post.json new file mode 100644 index 00000000..4f6a7438 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/fence_post.json @@ -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" + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/fence_side.json b/1.13.2/assets/minecraft/models/block/fence_side.json new file mode 100644 index 00000000..7145349b --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/fence_side.json @@ -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" + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/fern.json b/1.13.2/assets/minecraft/models/block/fern.json new file mode 100644 index 00000000..a5ca3577 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/fern.json @@ -0,0 +1,6 @@ +{ + "parent": "block/tinted_cross", + "textures": { + "cross": "block/fern" + } +} diff --git a/1.13.2/assets/minecraft/models/block/fire_coral.json b/1.13.2/assets/minecraft/models/block/fire_coral.json new file mode 100644 index 00000000..1f944119 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/fire_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/fire_coral" + } +} \ No newline at end of file diff --git a/1.13.2/assets/minecraft/models/block/fire_coral_block.json b/1.13.2/assets/minecraft/models/block/fire_coral_block.json new file mode 100644 index 00000000..00fb59e3 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/fire_coral_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/fire_coral_block" + } +} diff --git a/1.13.2/assets/minecraft/models/block/fire_coral_fan.json b/1.13.2/assets/minecraft/models/block/fire_coral_fan.json new file mode 100644 index 00000000..22b293f9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/fire_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "block/coral_fan", + "textures": { + "fan": "block/fire_coral_fan" + } +} diff --git a/1.13.2/assets/minecraft/models/block/fire_coral_wall_fan.json b/1.13.2/assets/minecraft/models/block/fire_coral_wall_fan.json new file mode 100644 index 00000000..ecf323cb --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/fire_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "block/coral_wall_fan", + "textures": { + "fan": "block/fire_coral_fan" + } +} diff --git a/1.13.2/assets/minecraft/models/block/fire_floor.json b/1.13.2/assets/minecraft/models/block/fire_floor.json new file mode 100644 index 00000000..002cce9f --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/fire_floor.json @@ -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" }} + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/fire_floor0.json b/1.13.2/assets/minecraft/models/block/fire_floor0.json new file mode 100644 index 00000000..ae526b63 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/fire_floor0.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_floor", + "textures": { + "particle": "block/fire_0", + "fire": "block/fire_0" + } +} diff --git a/1.13.2/assets/minecraft/models/block/fire_floor1.json b/1.13.2/assets/minecraft/models/block/fire_floor1.json new file mode 100644 index 00000000..4b783b5f --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/fire_floor1.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_floor", + "textures": { + "particle": "block/fire_1", + "fire": "block/fire_1" + } +} diff --git a/1.13.2/assets/minecraft/models/block/fire_side.json b/1.13.2/assets/minecraft/models/block/fire_side.json new file mode 100644 index 00000000..e16c6b3a --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/fire_side.json @@ -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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/fire_side0.json b/1.13.2/assets/minecraft/models/block/fire_side0.json new file mode 100644 index 00000000..8d07de55 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/fire_side0.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_side", + "textures": { + "particle": "block/fire_0", + "fire": "block/fire_0" + } +} diff --git a/1.13.2/assets/minecraft/models/block/fire_side1.json b/1.13.2/assets/minecraft/models/block/fire_side1.json new file mode 100644 index 00000000..62fc0170 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/fire_side1.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_side", + "textures": { + "particle": "block/fire_1", + "fire": "block/fire_1" + } +} diff --git a/1.13.2/assets/minecraft/models/block/fire_side_alt.json b/1.13.2/assets/minecraft/models/block/fire_side_alt.json new file mode 100644 index 00000000..38f82bbd --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/fire_side_alt.json @@ -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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/fire_side_alt0.json b/1.13.2/assets/minecraft/models/block/fire_side_alt0.json new file mode 100644 index 00000000..d651b6b9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/fire_side_alt0.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_side_alt", + "textures": { + "particle": "block/fire_0", + "fire": "block/fire_0" + } +} diff --git a/1.13.2/assets/minecraft/models/block/fire_side_alt1.json b/1.13.2/assets/minecraft/models/block/fire_side_alt1.json new file mode 100644 index 00000000..7a6900d8 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/fire_side_alt1.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_side_alt", + "textures": { + "particle": "block/fire_1", + "fire": "block/fire_1" + } +} diff --git a/1.13.2/assets/minecraft/models/block/fire_up.json b/1.13.2/assets/minecraft/models/block/fire_up.json new file mode 100644 index 00000000..e0f391d5 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/fire_up.json @@ -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 }} + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/fire_up0.json b/1.13.2/assets/minecraft/models/block/fire_up0.json new file mode 100644 index 00000000..1fc87c77 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/fire_up0.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_up", + "textures": { + "particle": "block/fire_0", + "fire": "block/fire_0" + } +} diff --git a/1.13.2/assets/minecraft/models/block/fire_up1.json b/1.13.2/assets/minecraft/models/block/fire_up1.json new file mode 100644 index 00000000..bcb79b01 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/fire_up1.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_up", + "textures": { + "particle": "block/fire_1", + "fire": "block/fire_1" + } +} diff --git a/1.13.2/assets/minecraft/models/block/fire_up_alt.json b/1.13.2/assets/minecraft/models/block/fire_up_alt.json new file mode 100644 index 00000000..9bfab62e --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/fire_up_alt.json @@ -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" }} + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/fire_up_alt0.json b/1.13.2/assets/minecraft/models/block/fire_up_alt0.json new file mode 100644 index 00000000..1f4f6d85 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/fire_up_alt0.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_up_alt", + "textures": { + "particle": "block/fire_0", + "fire": "block/fire_0" + } +} diff --git a/1.13.2/assets/minecraft/models/block/fire_up_alt1.json b/1.13.2/assets/minecraft/models/block/fire_up_alt1.json new file mode 100644 index 00000000..5c9425b0 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/fire_up_alt1.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_up_alt", + "textures": { + "particle": "block/fire_1", + "fire": "block/fire_1" + } +} diff --git a/1.13.2/assets/minecraft/models/block/flower_pot.json b/1.13.2/assets/minecraft/models/block/flower_pot.json new file mode 100644 index 00000000..ad159f70 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/flower_pot.json @@ -0,0 +1,57 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/flower_pot", + "flowerpot": "block/flower_pot", + "dirt": "block/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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/flower_pot_cross.json b/1.13.2/assets/minecraft/models/block/flower_pot_cross.json new file mode 100644 index 00000000..d87fd15c --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/flower_pot_cross.json @@ -0,0 +1,73 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/flower_pot", + "flowerpot": "block/flower_pot", + "dirt": "block/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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/four_dead_sea_pickles.json b/1.13.2/assets/minecraft/models/block/four_dead_sea_pickles.json new file mode 100644 index 00000000..5b5b0e7b --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/four_dead_sea_pickles.json @@ -0,0 +1,84 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/sea_pickle", + "all": "block/sea_pickle" + }, + "elements": [ + { "from": [ 2, 0, 2 ], + "to": [ 6, 6, 6 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" } + } + }, + { + "from": [ 2, 5.95, 2 ], + "to": [ 6, 5.95, 6 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 9, 0, 10 ], + "to": [ 13, 4, 14 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 9 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 9 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 9 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 9 ], "texture": "#all" } + } + }, + { + "from": [ 9, 3.95, 10 ], + "to": [ 13, 3.95, 14 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 9, 0, 2 ], + "to": [ 13, 6, 6 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" } + } + }, + { + "from": [ 9, 5.95, 2 ], + "to": [ 13, 5.95, 6 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 2, 0, 8 ], + "to": [ 6, 7, 12 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 12 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 12 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 12 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 12 ], "texture": "#all" } + } + }, + { + "from": [ 2, 6.95, 8 ], + "to": [ 6, 6.95, 12 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/four_sea_pickles.json b/1.13.2/assets/minecraft/models/block/four_sea_pickles.json new file mode 100644 index 00000000..fea6d6be --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/four_sea_pickles.json @@ -0,0 +1,164 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/sea_pickle", + "all": "block/sea_pickle" + }, + "elements": [ + { "from": [ 2, 0, 2 ], + "to": [ 6, 6, 6 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" } + } + }, + { + "from": [ 2, 5.95, 2 ], + "to": [ 6, 5.95, 6 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 9, 0, 10 ], + "to": [ 13, 4, 14 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 9 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 9 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 9 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 9 ], "texture": "#all" } + } + }, + { + "from": [ 9, 3.95, 10 ], + "to": [ 13, 3.95, 14 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 9, 0, 2 ], + "to": [ 13, 6, 6 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" } + } + }, + { + "from": [ 9, 5.95, 2 ], + "to": [ 13, 5.95, 6 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 2, 0, 8 ], + "to": [ 6, 7, 12 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 12 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 12 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 12 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 12 ], "texture": "#all" } + } + }, + { + "from": [ 2, 6.95, 8 ], + "to": [ 6, 6.95, 12 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 3.5, 5.2, 4 ], + "to": [ 4.5, 8.7, 4 ], + "rotation": { "origin": [ 4, 8, 4 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "south": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + }, + { + "from": [ 4, 5.2, 3.5 ], + "to": [ 4, 8.7, 4.5 ], + "rotation": { "origin": [ 4, 8, 4 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "west": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "east": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + }, + { + "from": [ 10.5, 3.2, 12 ], + "to": [ 11.5, 6.7, 12 ], + "rotation": { "origin": [ 11, 8, 12 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "south": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + }, + { + "from": [ 11, 3.2, 11.5 ], + "to": [ 11, 6.7, 12.5 ], + "rotation": { "origin": [ 11, 8, 12 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "west": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "east": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + }, + { + "from": [ 10.5, 5.2, 4 ], + "to": [ 11.5, 8.7, 4 ], + "rotation": { "origin": [ 11, 8, 4 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "south": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + }, + { + "from": [ 11, 5.2, 3.5 ], + "to": [ 11, 8.7, 4.5 ], + "rotation": { "origin": [ 11, 8, 4 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "west": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "east": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + }, + { + "from": [ 3.5, 6.2, 10 ], + "to": [ 4.5, 9.7, 10 ], + "rotation": { "origin": [ 4, 8, 10 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "south": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + }, + { + "from": [ 4, 6.2, 9.5 ], + "to": [ 4, 9.7, 10.5 ], + "rotation": { "origin": [ 4, 8, 10 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "west": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "east": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/four_slightly_cracked_turtle_eggs.json b/1.13.2/assets/minecraft/models/block/four_slightly_cracked_turtle_eggs.json new file mode 100644 index 00000000..8c41a287 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/four_slightly_cracked_turtle_eggs.json @@ -0,0 +1,7 @@ +{ + "parent": "block/four_turtle_eggs", + "textures": { + "particle": "block/turtle_egg_slightly_cracked", + "all": "block/turtle_egg_slightly_cracked" + } +} diff --git a/1.13.2/assets/minecraft/models/block/four_turtle_eggs.json b/1.13.2/assets/minecraft/models/block/four_turtle_eggs.json new file mode 100644 index 00000000..da45ae0f --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/four_turtle_eggs.json @@ -0,0 +1,56 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/turtle_egg", + "all": "block/turtle_egg" + }, + "elements": [ + { "from": [ 5, 0, 4 ], + "to": [ 10, 7, 9 ], + "faces": { + "down": { "uv": [ 0, 0, 4, 4 ], "texture": "#all" }, + "up": { "uv": [ 0, 0, 4, 4 ], "texture": "#all" }, + "north": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, + "south": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, + "west": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, + "east": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" } + } + }, + { + "from": [ 1, 0, 7 ], + "to": [ 5, 5, 11 ], + "faces": { + "down": { "uv": [ 6, 7, 10, 11 ], "texture": "#all" }, + "up": { "uv": [ 6, 7, 10, 11 ], "texture": "#all" }, + "north": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" }, + "south": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" }, + "west": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" }, + "east": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" } + } + }, + { + "from": [ 11, 0, 7 ], + "to": [ 14, 4, 10 ], + "faces": { + "down": { "uv": [ 5, 0, 8, 3 ], "texture": "#all" }, + "up": { "uv": [ 5, 0, 8, 3 ], "texture": "#all" }, + "north": { "uv": [ 8, 3, 11, 7 ], "texture": "#all" }, + "south": { "uv": [ 8, 3, 11, 7 ], "texture": "#all" }, + "west": { "uv": [ 8, 3, 11, 7 ], "texture": "#all" }, + "east": { "uv": [ 8, 3, 11, 7 ], "texture": "#all" } + } + }, + { + "from": [ 7, 0, 10 ], + "to": [ 10, 3, 13 ], + "faces": { + "down": { "uv": [ 0, 11, 4, 15 ], "texture": "#all" }, + "up": { "uv": [ 0, 11, 4, 15 ], "texture": "#all" }, + "north": { "uv": [ 4, 11, 8, 15 ], "texture": "#all" }, + "south": { "uv": [ 4, 11, 8, 15 ], "texture": "#all" }, + "west": { "uv": [ 4, 11, 8, 15 ], "texture": "#all" }, + "east": { "uv": [ 4, 11, 8, 15 ], "texture": "#all" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/four_very_cracked_turtle_eggs.json b/1.13.2/assets/minecraft/models/block/four_very_cracked_turtle_eggs.json new file mode 100644 index 00000000..91e747d5 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/four_very_cracked_turtle_eggs.json @@ -0,0 +1,6 @@ +{ + "parent": "block/four_turtle_eggs", + "textures": { + "all": "block/turtle_egg_very_cracked" + } +} diff --git a/1.13.2/assets/minecraft/models/block/frosted_ice_0.json b/1.13.2/assets/minecraft/models/block/frosted_ice_0.json new file mode 100644 index 00000000..d057ae60 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/frosted_ice_0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/frosted_ice_0" + } +} diff --git a/1.13.2/assets/minecraft/models/block/frosted_ice_1.json b/1.13.2/assets/minecraft/models/block/frosted_ice_1.json new file mode 100644 index 00000000..79bccbbf --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/frosted_ice_1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/frosted_ice_1" + } +} diff --git a/1.13.2/assets/minecraft/models/block/frosted_ice_2.json b/1.13.2/assets/minecraft/models/block/frosted_ice_2.json new file mode 100644 index 00000000..3a429a31 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/frosted_ice_2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/frosted_ice_2" + } +} diff --git a/1.13.2/assets/minecraft/models/block/frosted_ice_3.json b/1.13.2/assets/minecraft/models/block/frosted_ice_3.json new file mode 100644 index 00000000..c60ba630 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/frosted_ice_3.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/frosted_ice_3" + } +} diff --git a/1.13.2/assets/minecraft/models/block/furnace.json b/1.13.2/assets/minecraft/models/block/furnace.json new file mode 100644 index 00000000..496b03c4 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/furnace.json @@ -0,0 +1,8 @@ +{ + "parent": "block/orientable", + "textures": { + "top": "block/furnace_top", + "front": "block/furnace_front", + "side": "block/furnace_side" + } +} diff --git a/1.13.2/assets/minecraft/models/block/furnace_on.json b/1.13.2/assets/minecraft/models/block/furnace_on.json new file mode 100644 index 00000000..57f1cad4 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/furnace_on.json @@ -0,0 +1,8 @@ +{ + "parent": "block/orientable", + "textures": { + "top": "block/furnace_top", + "front": "block/furnace_front_on", + "side": "block/furnace_side" + } +} diff --git a/1.13.2/assets/minecraft/models/block/glass.json b/1.13.2/assets/minecraft/models/block/glass.json new file mode 100644 index 00000000..773ce6a1 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/glass.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/glass_pane_noside.json b/1.13.2/assets/minecraft/models/block/glass_pane_noside.json new file mode 100644 index 00000000..a55a6e70 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside", + "textures": { + "pane": "block/glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/glass_pane_noside_alt.json b/1.13.2/assets/minecraft/models/block/glass_pane_noside_alt.json new file mode 100644 index 00000000..d4747e49 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside_alt", + "textures": { + "pane": "block/glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/glass_pane_post.json b/1.13.2/assets/minecraft/models/block/glass_pane_post.json new file mode 100644 index 00000000..4dd6db32 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_post", + "textures": { + "edge": "block/glass_pane_top", + "pane": "block/glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/glass_pane_side.json b/1.13.2/assets/minecraft/models/block/glass_pane_side.json new file mode 100644 index 00000000..c63fbefa --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side", + "textures": { + "edge": "block/glass_pane_top", + "pane": "block/glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/glass_pane_side_alt.json b/1.13.2/assets/minecraft/models/block/glass_pane_side_alt.json new file mode 100644 index 00000000..18dbc775 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side_alt", + "textures": { + "edge": "block/glass_pane_top", + "pane": "block/glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/glowstone.json b/1.13.2/assets/minecraft/models/block/glowstone.json new file mode 100644 index 00000000..1fcf2ae5 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/glowstone.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/glowstone" + } +} diff --git a/1.13.2/assets/minecraft/models/block/gold_block.json b/1.13.2/assets/minecraft/models/block/gold_block.json new file mode 100644 index 00000000..d04ff8e6 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/gold_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/gold_block" + } +} diff --git a/1.13.2/assets/minecraft/models/block/gold_ore.json b/1.13.2/assets/minecraft/models/block/gold_ore.json new file mode 100644 index 00000000..80ebf074 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/gold_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/gold_ore" + } +} diff --git a/1.13.2/assets/minecraft/models/block/granite.json b/1.13.2/assets/minecraft/models/block/granite.json new file mode 100644 index 00000000..9ad2718b --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/granite.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/granite" + } +} diff --git a/1.13.2/assets/minecraft/models/block/grass.json b/1.13.2/assets/minecraft/models/block/grass.json new file mode 100644 index 00000000..598dfdc9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/grass.json @@ -0,0 +1,6 @@ +{ + "parent": "block/tinted_cross", + "textures": { + "cross": "block/grass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/grass_block.json b/1.13.2/assets/minecraft/models/block/grass_block.json new file mode 100644 index 00000000..94c521cb --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/grass_block.json @@ -0,0 +1,31 @@ +{ "parent": "block/block", + "textures": { + "particle": "block/dirt", + "bottom": "block/dirt", + "top": "block/grass_block_top", + "side": "block/grass_block_side", + "overlay": "block/grass_block_side_overlay" + }, + "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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/grass_block_snow.json b/1.13.2/assets/minecraft/models/block/grass_block_snow.json new file mode 100644 index 00000000..915e71ac --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/grass_block_snow.json @@ -0,0 +1,9 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "particle": "block/dirt", + "bottom": "block/dirt", + "top": "block/grass_block_top", + "side": "block/grass_block_snow" + } +} diff --git a/1.13.2/assets/minecraft/models/block/grass_path.json b/1.13.2/assets/minecraft/models/block/grass_path.json new file mode 100644 index 00000000..b922acbe --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/grass_path.json @@ -0,0 +1,21 @@ +{ "parent": "block/block", + "textures": { + "particle": "block/dirt", + "top": "block/grass_path_top", + "side": "block/grass_path_side", + "bottom": "block/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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/gravel.json b/1.13.2/assets/minecraft/models/block/gravel.json new file mode 100644 index 00000000..736f7452 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/gravel.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/gravel" + } +} diff --git a/1.13.2/assets/minecraft/models/block/gray_carpet.json b/1.13.2/assets/minecraft/models/block/gray_carpet.json new file mode 100644 index 00000000..3bd379e1 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/gray_carpet.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "block/gray_wool", + "wool": "block/gray_wool" + } +} diff --git a/1.13.2/assets/minecraft/models/block/gray_concrete.json b/1.13.2/assets/minecraft/models/block/gray_concrete.json new file mode 100644 index 00000000..68b185e4 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/gray_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/gray_concrete" + } +} diff --git a/1.13.2/assets/minecraft/models/block/gray_concrete_powder.json b/1.13.2/assets/minecraft/models/block/gray_concrete_powder.json new file mode 100644 index 00000000..fbbf35c2 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/gray_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/gray_concrete_powder" + } +} diff --git a/1.13.2/assets/minecraft/models/block/gray_glazed_terracotta.json b/1.13.2/assets/minecraft/models/block/gray_glazed_terracotta.json new file mode 100644 index 00000000..2d82132f --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/gray_glazed_terracotta.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glazed_terracotta", + "textures": { + "particle": "block/gray_glazed_terracotta", + "pattern": "block/gray_glazed_terracotta" + } +} diff --git a/1.13.2/assets/minecraft/models/block/gray_shulker_box.json b/1.13.2/assets/minecraft/models/block/gray_shulker_box.json new file mode 100644 index 00000000..00df81bd --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/gray_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "block/gray_shulker_box" + } +} diff --git a/1.13.2/assets/minecraft/models/block/gray_stained_glass.json b/1.13.2/assets/minecraft/models/block/gray_stained_glass.json new file mode 100644 index 00000000..80b17ba4 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/gray_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/gray_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/gray_stained_glass_pane_noside.json b/1.13.2/assets/minecraft/models/block/gray_stained_glass_pane_noside.json new file mode 100644 index 00000000..71a825e2 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/gray_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside", + "textures": { + "pane": "block/gray_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/gray_stained_glass_pane_noside_alt.json b/1.13.2/assets/minecraft/models/block/gray_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..c12a5d9c --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/gray_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside_alt", + "textures": { + "pane": "block/gray_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/gray_stained_glass_pane_post.json b/1.13.2/assets/minecraft/models/block/gray_stained_glass_pane_post.json new file mode 100644 index 00000000..c5dbdb26 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/gray_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_post", + "textures": { + "edge": "block/gray_stained_glass_pane_top", + "pane": "block/gray_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/gray_stained_glass_pane_side.json b/1.13.2/assets/minecraft/models/block/gray_stained_glass_pane_side.json new file mode 100644 index 00000000..1a4144f5 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/gray_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side", + "textures": { + "edge": "block/gray_stained_glass_pane_top", + "pane": "block/gray_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/gray_stained_glass_pane_side_alt.json b/1.13.2/assets/minecraft/models/block/gray_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..a31891c0 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/gray_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side_alt", + "textures": { + "edge": "block/gray_stained_glass_pane_top", + "pane": "block/gray_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/gray_terracotta.json b/1.13.2/assets/minecraft/models/block/gray_terracotta.json new file mode 100644 index 00000000..ba483e0b --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/gray_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/gray_terracotta" + } +} diff --git a/1.13.2/assets/minecraft/models/block/gray_wool.json b/1.13.2/assets/minecraft/models/block/gray_wool.json new file mode 100644 index 00000000..f8569c1d --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/gray_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/gray_wool" + } +} diff --git a/1.13.2/assets/minecraft/models/block/green_carpet.json b/1.13.2/assets/minecraft/models/block/green_carpet.json new file mode 100644 index 00000000..a35b8b7c --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/green_carpet.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "block/green_wool", + "wool": "block/green_wool" + } +} diff --git a/1.13.2/assets/minecraft/models/block/green_concrete.json b/1.13.2/assets/minecraft/models/block/green_concrete.json new file mode 100644 index 00000000..b4c9fe25 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/green_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/green_concrete" + } +} diff --git a/1.13.2/assets/minecraft/models/block/green_concrete_powder.json b/1.13.2/assets/minecraft/models/block/green_concrete_powder.json new file mode 100644 index 00000000..21f4acf3 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/green_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/green_concrete_powder" + } +} diff --git a/1.13.2/assets/minecraft/models/block/green_glazed_terracotta.json b/1.13.2/assets/minecraft/models/block/green_glazed_terracotta.json new file mode 100644 index 00000000..cfe45159 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/green_glazed_terracotta.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glazed_terracotta", + "textures": { + "particle": "block/green_glazed_terracotta", + "pattern": "block/green_glazed_terracotta" + } +} diff --git a/1.13.2/assets/minecraft/models/block/green_shulker_box.json b/1.13.2/assets/minecraft/models/block/green_shulker_box.json new file mode 100644 index 00000000..e524b8c5 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/green_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "block/green_shulker_box" + } +} diff --git a/1.13.2/assets/minecraft/models/block/green_stained_glass.json b/1.13.2/assets/minecraft/models/block/green_stained_glass.json new file mode 100644 index 00000000..bef851ea --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/green_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/green_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/green_stained_glass_pane_noside.json b/1.13.2/assets/minecraft/models/block/green_stained_glass_pane_noside.json new file mode 100644 index 00000000..40949040 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/green_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside", + "textures": { + "pane": "block/green_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/green_stained_glass_pane_noside_alt.json b/1.13.2/assets/minecraft/models/block/green_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..5f3930ee --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/green_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside_alt", + "textures": { + "pane": "block/green_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/green_stained_glass_pane_post.json b/1.13.2/assets/minecraft/models/block/green_stained_glass_pane_post.json new file mode 100644 index 00000000..1e571437 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/green_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_post", + "textures": { + "edge": "block/green_stained_glass_pane_top", + "pane": "block/green_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/green_stained_glass_pane_side.json b/1.13.2/assets/minecraft/models/block/green_stained_glass_pane_side.json new file mode 100644 index 00000000..f608e0b4 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/green_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side", + "textures": { + "edge": "block/green_stained_glass_pane_top", + "pane": "block/green_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/green_stained_glass_pane_side_alt.json b/1.13.2/assets/minecraft/models/block/green_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..6f5d791f --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/green_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side_alt", + "textures": { + "edge": "block/green_stained_glass_pane_top", + "pane": "block/green_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/green_terracotta.json b/1.13.2/assets/minecraft/models/block/green_terracotta.json new file mode 100644 index 00000000..7ab4418d --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/green_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/green_terracotta" + } +} diff --git a/1.13.2/assets/minecraft/models/block/green_wool.json b/1.13.2/assets/minecraft/models/block/green_wool.json new file mode 100644 index 00000000..98a939c6 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/green_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/green_wool" + } +} diff --git a/1.13.2/assets/minecraft/models/block/hay_block.json b/1.13.2/assets/minecraft/models/block/hay_block.json new file mode 100644 index 00000000..70713d6a --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/hay_block.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/hay_block_top", + "side": "block/hay_block_side" + } +} diff --git a/1.13.2/assets/minecraft/models/block/heavy_weighted_pressure_plate.json b/1.13.2/assets/minecraft/models/block/heavy_weighted_pressure_plate.json new file mode 100644 index 00000000..53a53858 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/heavy_weighted_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_up", + "textures": { + "texture": "block/iron_block" + } +} diff --git a/1.13.2/assets/minecraft/models/block/heavy_weighted_pressure_plate_down.json b/1.13.2/assets/minecraft/models/block/heavy_weighted_pressure_plate_down.json new file mode 100644 index 00000000..118e3ac6 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/heavy_weighted_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_down", + "textures": { + "texture": "block/iron_block" + } +} diff --git a/1.13.2/assets/minecraft/models/block/hopper.json b/1.13.2/assets/minecraft/models/block/hopper.json new file mode 100644 index 00000000..7e57979b --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/hopper.json @@ -0,0 +1,88 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/hopper_outside", + "top": "block/hopper_top", + "side": "block/hopper_outside", + "inside": "block/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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/hopper_side.json b/1.13.2/assets/minecraft/models/block/hopper_side.json new file mode 100644 index 00000000..ac77c7dd --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/hopper_side.json @@ -0,0 +1,88 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/hopper_outside", + "top": "block/hopper_top", + "side": "block/hopper_outside", + "inside": "block/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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/horn_coral.json b/1.13.2/assets/minecraft/models/block/horn_coral.json new file mode 100644 index 00000000..8ae8063b --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/horn_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/horn_coral" + } +} \ No newline at end of file diff --git a/1.13.2/assets/minecraft/models/block/horn_coral_block.json b/1.13.2/assets/minecraft/models/block/horn_coral_block.json new file mode 100644 index 00000000..bec7ba97 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/horn_coral_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/horn_coral_block" + } +} diff --git a/1.13.2/assets/minecraft/models/block/horn_coral_fan.json b/1.13.2/assets/minecraft/models/block/horn_coral_fan.json new file mode 100644 index 00000000..b9175881 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/horn_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "block/coral_fan", + "textures": { + "fan": "block/horn_coral_fan" + } +} diff --git a/1.13.2/assets/minecraft/models/block/horn_coral_wall_fan.json b/1.13.2/assets/minecraft/models/block/horn_coral_wall_fan.json new file mode 100644 index 00000000..b8b63a91 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/horn_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "block/coral_wall_fan", + "textures": { + "fan": "block/horn_coral_fan" + } +} diff --git a/1.13.2/assets/minecraft/models/block/ice.json b/1.13.2/assets/minecraft/models/block/ice.json new file mode 100644 index 00000000..f2eb9ec0 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/ice.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/ice" + } +} diff --git a/1.13.2/assets/minecraft/models/block/inner_stairs.json b/1.13.2/assets/minecraft/models/block/inner_stairs.json new file mode 100644 index 00000000..51c02e23 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/inner_stairs.json @@ -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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/iron_bars_cap.json b/1.13.2/assets/minecraft/models/block/iron_bars_cap.json new file mode 100644 index 00000000..8790100a --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/iron_bars_cap.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/iron_bars", + "bars": "block/iron_bars", + "edge": "block/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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/iron_bars_cap_alt.json b/1.13.2/assets/minecraft/models/block/iron_bars_cap_alt.json new file mode 100644 index 00000000..0352a9d4 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/iron_bars_cap_alt.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/iron_bars", + "bars": "block/iron_bars", + "edge": "block/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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/iron_bars_post.json b/1.13.2/assets/minecraft/models/block/iron_bars_post.json new file mode 100644 index 00000000..feb3e146 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/iron_bars_post.json @@ -0,0 +1,23 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/iron_bars", + "bars": "block/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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/iron_bars_post_ends.json b/1.13.2/assets/minecraft/models/block/iron_bars_post_ends.json new file mode 100644 index 00000000..b0c1ef61 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/iron_bars_post_ends.json @@ -0,0 +1,23 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/iron_bars", + "edge": "block/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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/iron_bars_side.json b/1.13.2/assets/minecraft/models/block/iron_bars_side.json new file mode 100644 index 00000000..01d74110 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/iron_bars_side.json @@ -0,0 +1,37 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/iron_bars", + "bars": "block/iron_bars", + "edge": "block/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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/iron_bars_side_alt.json b/1.13.2/assets/minecraft/models/block/iron_bars_side_alt.json new file mode 100644 index 00000000..83842e68 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/iron_bars_side_alt.json @@ -0,0 +1,39 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/iron_bars", + "bars": "block/iron_bars", + "edge": "block/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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/iron_block.json b/1.13.2/assets/minecraft/models/block/iron_block.json new file mode 100644 index 00000000..3c170577 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/iron_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/iron_block" + } +} diff --git a/1.13.2/assets/minecraft/models/block/iron_door_bottom.json b/1.13.2/assets/minecraft/models/block/iron_door_bottom.json new file mode 100644 index 00000000..7d07d763 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/iron_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom", + "textures": { + "bottom": "block/iron_door_bottom", + "top": "block/iron_door_top" + } +} diff --git a/1.13.2/assets/minecraft/models/block/iron_door_bottom_hinge.json b/1.13.2/assets/minecraft/models/block/iron_door_bottom_hinge.json new file mode 100644 index 00000000..536f298c --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/iron_door_bottom_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom_rh", + "textures": { + "bottom": "block/iron_door_bottom", + "top": "block/iron_door_top" + } +} diff --git a/1.13.2/assets/minecraft/models/block/iron_door_top.json b/1.13.2/assets/minecraft/models/block/iron_door_top.json new file mode 100644 index 00000000..30c90b29 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/iron_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top", + "textures": { + "bottom": "block/iron_door_bottom", + "top": "block/iron_door_top" + } +} diff --git a/1.13.2/assets/minecraft/models/block/iron_door_top_hinge.json b/1.13.2/assets/minecraft/models/block/iron_door_top_hinge.json new file mode 100644 index 00000000..5308f4f3 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/iron_door_top_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top_rh", + "textures": { + "bottom": "block/iron_door_bottom", + "top": "block/iron_door_top" + } +} diff --git a/1.13.2/assets/minecraft/models/block/iron_ore.json b/1.13.2/assets/minecraft/models/block/iron_ore.json new file mode 100644 index 00000000..d87798c2 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/iron_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/iron_ore" + } +} diff --git a/1.13.2/assets/minecraft/models/block/iron_trapdoor_bottom.json b/1.13.2/assets/minecraft/models/block/iron_trapdoor_bottom.json new file mode 100644 index 00000000..6197ca86 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/iron_trapdoor_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_trapdoor_bottom", + "textures": { + "texture": "block/iron_trapdoor" + } +} diff --git a/1.13.2/assets/minecraft/models/block/iron_trapdoor_open.json b/1.13.2/assets/minecraft/models/block/iron_trapdoor_open.json new file mode 100644 index 00000000..22900323 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/iron_trapdoor_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_trapdoor_open", + "textures": { + "texture": "block/iron_trapdoor" + } +} diff --git a/1.13.2/assets/minecraft/models/block/iron_trapdoor_top.json b/1.13.2/assets/minecraft/models/block/iron_trapdoor_top.json new file mode 100644 index 00000000..eb85b17e --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/iron_trapdoor_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_trapdoor_top", + "textures": { + "texture": "block/iron_trapdoor" + } +} diff --git a/1.13.2/assets/minecraft/models/block/item_frame.json b/1.13.2/assets/minecraft/models/block/item_frame.json new file mode 100644 index 00000000..ad7c595a --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/item_frame.json @@ -0,0 +1,56 @@ +{ + "textures": { + "particle": "block/birch_planks", + "wood": "block/birch_planks", + "back": "block/item_frame" + }, + "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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/item_frame_map.json b/1.13.2/assets/minecraft/models/block/item_frame_map.json new file mode 100644 index 00000000..e92f4f02 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/item_frame_map.json @@ -0,0 +1,56 @@ +{ + "textures": { + "particle": "block/birch_planks", + "wood": "block/birch_planks", + "back": "block/item_frame" + }, + "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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/jack_o_lantern.json b/1.13.2/assets/minecraft/models/block/jack_o_lantern.json new file mode 100644 index 00000000..e9b3c4a0 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/jack_o_lantern.json @@ -0,0 +1,8 @@ +{ + "parent": "block/orientable", + "textures": { + "top": "block/pumpkin_top", + "front": "block/jack_o_lantern", + "side": "block/pumpkin_side" + } +} diff --git a/1.13.2/assets/minecraft/models/block/jukebox.json b/1.13.2/assets/minecraft/models/block/jukebox.json new file mode 100644 index 00000000..727efa10 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/jukebox.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_top", + "textures": { + "top": "block/jukebox_top", + "side": "block/jukebox_side" + } +} diff --git a/1.13.2/assets/minecraft/models/block/jungle_button.json b/1.13.2/assets/minecraft/models/block/jungle_button.json new file mode 100644 index 00000000..769378bb --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/jungle_button.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button", + "textures": { + "texture": "block/jungle_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/jungle_button_inventory.json b/1.13.2/assets/minecraft/models/block/jungle_button_inventory.json new file mode 100644 index 00000000..43e0b390 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/jungle_button_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button_inventory", + "textures": { + "texture": "block/jungle_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/jungle_button_pressed.json b/1.13.2/assets/minecraft/models/block/jungle_button_pressed.json new file mode 100644 index 00000000..a25fa95c --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/jungle_button_pressed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button_pressed", + "textures": { + "texture": "block/jungle_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/jungle_door_bottom.json b/1.13.2/assets/minecraft/models/block/jungle_door_bottom.json new file mode 100644 index 00000000..49ebcb8d --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/jungle_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom", + "textures": { + "bottom": "block/jungle_door_bottom", + "top": "block/jungle_door_top" + } +} diff --git a/1.13.2/assets/minecraft/models/block/jungle_door_bottom_hinge.json b/1.13.2/assets/minecraft/models/block/jungle_door_bottom_hinge.json new file mode 100644 index 00000000..b24fe79b --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/jungle_door_bottom_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom_rh", + "textures": { + "bottom": "block/jungle_door_bottom", + "top": "block/jungle_door_top" + } +} diff --git a/1.13.2/assets/minecraft/models/block/jungle_door_top.json b/1.13.2/assets/minecraft/models/block/jungle_door_top.json new file mode 100644 index 00000000..b2acf35b --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/jungle_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top", + "textures": { + "bottom": "block/jungle_door_bottom", + "top": "block/jungle_door_top" + } +} diff --git a/1.13.2/assets/minecraft/models/block/jungle_door_top_hinge.json b/1.13.2/assets/minecraft/models/block/jungle_door_top_hinge.json new file mode 100644 index 00000000..24d3766c --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/jungle_door_top_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top_rh", + "textures": { + "bottom": "block/jungle_door_bottom", + "top": "block/jungle_door_top" + } +} diff --git a/1.13.2/assets/minecraft/models/block/jungle_fence_gate.json b/1.13.2/assets/minecraft/models/block/jungle_fence_gate.json new file mode 100644 index 00000000..55afe43e --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/jungle_fence_gate.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate", + "textures": { + "texture": "block/jungle_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/jungle_fence_gate_open.json b/1.13.2/assets/minecraft/models/block/jungle_fence_gate_open.json new file mode 100644 index 00000000..1f804b63 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/jungle_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate_open", + "textures": { + "texture": "block/jungle_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/jungle_fence_gate_wall.json b/1.13.2/assets/minecraft/models/block/jungle_fence_gate_wall.json new file mode 100644 index 00000000..dc4f0b45 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/jungle_fence_gate_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate_wall", + "textures": { + "texture": "block/jungle_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/jungle_fence_gate_wall_open.json b/1.13.2/assets/minecraft/models/block/jungle_fence_gate_wall_open.json new file mode 100644 index 00000000..4a62ac13 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/jungle_fence_gate_wall_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate_wall_open", + "textures": { + "texture": "block/jungle_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/jungle_fence_inventory.json b/1.13.2/assets/minecraft/models/block/jungle_fence_inventory.json new file mode 100644 index 00000000..924a309b --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/jungle_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_inventory", + "textures": { + "texture": "block/jungle_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/jungle_fence_post.json b/1.13.2/assets/minecraft/models/block/jungle_fence_post.json new file mode 100644 index 00000000..e8e3f916 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/jungle_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_post", + "textures": { + "texture": "block/jungle_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/jungle_fence_side.json b/1.13.2/assets/minecraft/models/block/jungle_fence_side.json new file mode 100644 index 00000000..0b54dd40 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/jungle_fence_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_side", + "textures": { + "texture": "block/jungle_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/jungle_leaves.json b/1.13.2/assets/minecraft/models/block/jungle_leaves.json new file mode 100644 index 00000000..c3473d3e --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/jungle_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "block/leaves", + "textures": { + "all": "block/jungle_leaves" + } +} diff --git a/1.13.2/assets/minecraft/models/block/jungle_log.json b/1.13.2/assets/minecraft/models/block/jungle_log.json new file mode 100644 index 00000000..cfbb750a --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/jungle_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/jungle_log_top", + "side": "block/jungle_log" + } +} diff --git a/1.13.2/assets/minecraft/models/block/jungle_planks.json b/1.13.2/assets/minecraft/models/block/jungle_planks.json new file mode 100644 index 00000000..3dac0430 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/jungle_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/jungle_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/jungle_pressure_plate.json b/1.13.2/assets/minecraft/models/block/jungle_pressure_plate.json new file mode 100644 index 00000000..7e0646d3 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/jungle_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_up", + "textures": { + "texture": "block/jungle_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/jungle_pressure_plate_down.json b/1.13.2/assets/minecraft/models/block/jungle_pressure_plate_down.json new file mode 100644 index 00000000..2a224efe --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/jungle_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_down", + "textures": { + "texture": "block/jungle_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/jungle_sapling.json b/1.13.2/assets/minecraft/models/block/jungle_sapling.json new file mode 100644 index 00000000..38a35bea --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/jungle_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/jungle_sapling" + } +} diff --git a/1.13.2/assets/minecraft/models/block/jungle_slab.json b/1.13.2/assets/minecraft/models/block/jungle_slab.json new file mode 100644 index 00000000..b36da672 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/jungle_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/jungle_planks", + "top": "block/jungle_planks", + "side": "block/jungle_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/jungle_slab_top.json b/1.13.2/assets/minecraft/models/block/jungle_slab_top.json new file mode 100644 index 00000000..8ed4e92e --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/jungle_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/jungle_planks", + "top": "block/jungle_planks", + "side": "block/jungle_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/jungle_stairs.json b/1.13.2/assets/minecraft/models/block/jungle_stairs.json new file mode 100644 index 00000000..2ea0ca12 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/jungle_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/jungle_planks", + "top": "block/jungle_planks", + "side": "block/jungle_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/jungle_stairs_inner.json b/1.13.2/assets/minecraft/models/block/jungle_stairs_inner.json new file mode 100644 index 00000000..7231195d --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/jungle_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/jungle_planks", + "top": "block/jungle_planks", + "side": "block/jungle_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/jungle_stairs_outer.json b/1.13.2/assets/minecraft/models/block/jungle_stairs_outer.json new file mode 100644 index 00000000..67b37bec --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/jungle_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/jungle_planks", + "top": "block/jungle_planks", + "side": "block/jungle_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/jungle_trapdoor_bottom.json b/1.13.2/assets/minecraft/models/block/jungle_trapdoor_bottom.json new file mode 100644 index 00000000..b2c085fb --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/jungle_trapdoor_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_orientable_trapdoor_bottom", + "textures": { + "texture": "block/jungle_trapdoor" + } +} diff --git a/1.13.2/assets/minecraft/models/block/jungle_trapdoor_open.json b/1.13.2/assets/minecraft/models/block/jungle_trapdoor_open.json new file mode 100644 index 00000000..4c9cf0a6 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/jungle_trapdoor_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_orientable_trapdoor_open", + "textures": { + "texture": "block/jungle_trapdoor" + } +} diff --git a/1.13.2/assets/minecraft/models/block/jungle_trapdoor_top.json b/1.13.2/assets/minecraft/models/block/jungle_trapdoor_top.json new file mode 100644 index 00000000..4949514d --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/jungle_trapdoor_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_orientable_trapdoor_top", + "textures": { + "texture": "block/jungle_trapdoor" + } +} diff --git a/1.13.2/assets/minecraft/models/block/jungle_wood.json b/1.13.2/assets/minecraft/models/block/jungle_wood.json new file mode 100644 index 00000000..a17e1852 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/jungle_wood.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/jungle_log", + "side": "block/jungle_log" + } +} diff --git a/1.13.2/assets/minecraft/models/block/kelp.json b/1.13.2/assets/minecraft/models/block/kelp.json new file mode 100644 index 00000000..5a13ec13 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/kelp.json @@ -0,0 +1,7 @@ +{ + "parent": "block/tinted_cross", + "textures": { + "particle": "block/kelp", + "cross": "block/kelp" + } +} diff --git a/1.13.2/assets/minecraft/models/block/kelp_plant.json b/1.13.2/assets/minecraft/models/block/kelp_plant.json new file mode 100644 index 00000000..9e1f3212 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/kelp_plant.json @@ -0,0 +1,6 @@ +{ + "parent": "block/tinted_cross", + "textures": { + "cross": "block/kelp_plant" + } +} diff --git a/1.13.2/assets/minecraft/models/block/ladder.json b/1.13.2/assets/minecraft/models/block/ladder.json new file mode 100644 index 00000000..8fc85a6f --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/ladder.json @@ -0,0 +1,17 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/ladder", + "texture": "block/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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/lapis_block.json b/1.13.2/assets/minecraft/models/block/lapis_block.json new file mode 100644 index 00000000..e4988ea5 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/lapis_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/lapis_block" + } +} diff --git a/1.13.2/assets/minecraft/models/block/lapis_ore.json b/1.13.2/assets/minecraft/models/block/lapis_ore.json new file mode 100644 index 00000000..8024a75c --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/lapis_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/lapis_ore" + } +} diff --git a/1.13.2/assets/minecraft/models/block/large_fern_bottom.json b/1.13.2/assets/minecraft/models/block/large_fern_bottom.json new file mode 100644 index 00000000..04a51057 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/large_fern_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/tinted_cross", + "textures": { + "cross": "block/large_fern_bottom" + } +} diff --git a/1.13.2/assets/minecraft/models/block/large_fern_top.json b/1.13.2/assets/minecraft/models/block/large_fern_top.json new file mode 100644 index 00000000..75ff5ae8 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/large_fern_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/tinted_cross", + "textures": { + "cross": "block/large_fern_top" + } +} diff --git a/1.13.2/assets/minecraft/models/block/lava.json b/1.13.2/assets/minecraft/models/block/lava.json new file mode 100644 index 00000000..315d525f --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/lava.json @@ -0,0 +1,6 @@ +{ + "textures": { + "particle": "block/lava_still" + } +} + diff --git a/1.13.2/assets/minecraft/models/block/leaves.json b/1.13.2/assets/minecraft/models/block/leaves.json new file mode 100644 index 00000000..722173fd --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/leaves.json @@ -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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/lever.json b/1.13.2/assets/minecraft/models/block/lever.json new file mode 100644 index 00000000..417a8b1c --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/lever.json @@ -0,0 +1,33 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/cobblestone", + "base": "block/cobblestone", + "lever": "block/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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/lever_on.json b/1.13.2/assets/minecraft/models/block/lever_on.json new file mode 100644 index 00000000..68d91d5f --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/lever_on.json @@ -0,0 +1,33 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/cobblestone", + "base": "block/cobblestone", + "lever": "block/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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/light_blue_carpet.json b/1.13.2/assets/minecraft/models/block/light_blue_carpet.json new file mode 100644 index 00000000..cae5a4aa --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/light_blue_carpet.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "block/light_blue_wool", + "wool": "block/light_blue_wool" + } +} diff --git a/1.13.2/assets/minecraft/models/block/light_blue_concrete.json b/1.13.2/assets/minecraft/models/block/light_blue_concrete.json new file mode 100644 index 00000000..8d35dee8 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/light_blue_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/light_blue_concrete" + } +} diff --git a/1.13.2/assets/minecraft/models/block/light_blue_concrete_powder.json b/1.13.2/assets/minecraft/models/block/light_blue_concrete_powder.json new file mode 100644 index 00000000..37c8b490 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/light_blue_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/light_blue_concrete_powder" + } +} diff --git a/1.13.2/assets/minecraft/models/block/light_blue_glazed_terracotta.json b/1.13.2/assets/minecraft/models/block/light_blue_glazed_terracotta.json new file mode 100644 index 00000000..06934ce1 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/light_blue_glazed_terracotta.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glazed_terracotta", + "textures": { + "particle": "block/light_blue_glazed_terracotta", + "pattern": "block/light_blue_glazed_terracotta" + } +} diff --git a/1.13.2/assets/minecraft/models/block/light_blue_shulker_box.json b/1.13.2/assets/minecraft/models/block/light_blue_shulker_box.json new file mode 100644 index 00000000..c5c20fd5 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/light_blue_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "block/light_blue_shulker_box" + } +} diff --git a/1.13.2/assets/minecraft/models/block/light_blue_stained_glass.json b/1.13.2/assets/minecraft/models/block/light_blue_stained_glass.json new file mode 100644 index 00000000..b1e68b3f --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/light_blue_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/light_blue_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/light_blue_stained_glass_pane_noside.json b/1.13.2/assets/minecraft/models/block/light_blue_stained_glass_pane_noside.json new file mode 100644 index 00000000..7f726a5e --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/light_blue_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside", + "textures": { + "pane": "block/light_blue_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/light_blue_stained_glass_pane_noside_alt.json b/1.13.2/assets/minecraft/models/block/light_blue_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..1ca6540c --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/light_blue_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside_alt", + "textures": { + "pane": "block/light_blue_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/light_blue_stained_glass_pane_post.json b/1.13.2/assets/minecraft/models/block/light_blue_stained_glass_pane_post.json new file mode 100644 index 00000000..d61f4694 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/light_blue_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_post", + "textures": { + "edge": "block/light_blue_stained_glass_pane_top", + "pane": "block/light_blue_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/light_blue_stained_glass_pane_side.json b/1.13.2/assets/minecraft/models/block/light_blue_stained_glass_pane_side.json new file mode 100644 index 00000000..bcadaf14 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/light_blue_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side", + "textures": { + "edge": "block/light_blue_stained_glass_pane_top", + "pane": "block/light_blue_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/light_blue_stained_glass_pane_side_alt.json b/1.13.2/assets/minecraft/models/block/light_blue_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..093edb04 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/light_blue_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side_alt", + "textures": { + "edge": "block/light_blue_stained_glass_pane_top", + "pane": "block/light_blue_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/light_blue_terracotta.json b/1.13.2/assets/minecraft/models/block/light_blue_terracotta.json new file mode 100644 index 00000000..e8bd57f4 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/light_blue_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/light_blue_terracotta" + } +} diff --git a/1.13.2/assets/minecraft/models/block/light_blue_wool.json b/1.13.2/assets/minecraft/models/block/light_blue_wool.json new file mode 100644 index 00000000..83a717ac --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/light_blue_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/light_blue_wool" + } +} diff --git a/1.13.2/assets/minecraft/models/block/light_gray_carpet.json b/1.13.2/assets/minecraft/models/block/light_gray_carpet.json new file mode 100644 index 00000000..3ca880b3 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/light_gray_carpet.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "block/light_gray_wool", + "wool": "block/light_gray_wool" + } +} diff --git a/1.13.2/assets/minecraft/models/block/light_gray_concrete.json b/1.13.2/assets/minecraft/models/block/light_gray_concrete.json new file mode 100644 index 00000000..4244a028 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/light_gray_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/light_gray_concrete" + } +} diff --git a/1.13.2/assets/minecraft/models/block/light_gray_concrete_powder.json b/1.13.2/assets/minecraft/models/block/light_gray_concrete_powder.json new file mode 100644 index 00000000..dac59eeb --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/light_gray_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/light_gray_concrete_powder" + } +} diff --git a/1.13.2/assets/minecraft/models/block/light_gray_glazed_terracotta.json b/1.13.2/assets/minecraft/models/block/light_gray_glazed_terracotta.json new file mode 100644 index 00000000..03e60754 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/light_gray_glazed_terracotta.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glazed_terracotta", + "textures": { + "particle": "block/light_gray_glazed_terracotta", + "pattern": "block/light_gray_glazed_terracotta" + } +} diff --git a/1.13.2/assets/minecraft/models/block/light_gray_shulker_box.json b/1.13.2/assets/minecraft/models/block/light_gray_shulker_box.json new file mode 100644 index 00000000..be0b9e7c --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/light_gray_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "block/light_gray_shulker_box" + } +} diff --git a/1.13.2/assets/minecraft/models/block/light_gray_stained_glass.json b/1.13.2/assets/minecraft/models/block/light_gray_stained_glass.json new file mode 100644 index 00000000..19481008 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/light_gray_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/light_gray_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/light_gray_stained_glass_pane_noside.json b/1.13.2/assets/minecraft/models/block/light_gray_stained_glass_pane_noside.json new file mode 100644 index 00000000..9fc152a6 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/light_gray_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside", + "textures": { + "pane": "block/light_gray_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/light_gray_stained_glass_pane_noside_alt.json b/1.13.2/assets/minecraft/models/block/light_gray_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..2f9c22b9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/light_gray_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside_alt", + "textures": { + "pane": "block/light_gray_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/light_gray_stained_glass_pane_post.json b/1.13.2/assets/minecraft/models/block/light_gray_stained_glass_pane_post.json new file mode 100644 index 00000000..6c1f1847 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/light_gray_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_post", + "textures": { + "edge": "block/light_gray_stained_glass_pane_top", + "pane": "block/light_gray_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/light_gray_stained_glass_pane_side.json b/1.13.2/assets/minecraft/models/block/light_gray_stained_glass_pane_side.json new file mode 100644 index 00000000..bffa53dc --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/light_gray_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side", + "textures": { + "edge": "block/light_gray_stained_glass_pane_top", + "pane": "block/light_gray_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/light_gray_stained_glass_pane_side_alt.json b/1.13.2/assets/minecraft/models/block/light_gray_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..cda378d5 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/light_gray_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side_alt", + "textures": { + "edge": "block/light_gray_stained_glass_pane_top", + "pane": "block/light_gray_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/light_gray_terracotta.json b/1.13.2/assets/minecraft/models/block/light_gray_terracotta.json new file mode 100644 index 00000000..5f6082d0 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/light_gray_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/light_gray_terracotta" + } +} diff --git a/1.13.2/assets/minecraft/models/block/light_gray_wool.json b/1.13.2/assets/minecraft/models/block/light_gray_wool.json new file mode 100644 index 00000000..2b4e8f70 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/light_gray_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/light_gray_wool" + } +} diff --git a/1.13.2/assets/minecraft/models/block/light_weighted_pressure_plate.json b/1.13.2/assets/minecraft/models/block/light_weighted_pressure_plate.json new file mode 100644 index 00000000..e9ddfdfe --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/light_weighted_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_up", + "textures": { + "texture": "block/gold_block" + } +} diff --git a/1.13.2/assets/minecraft/models/block/light_weighted_pressure_plate_down.json b/1.13.2/assets/minecraft/models/block/light_weighted_pressure_plate_down.json new file mode 100644 index 00000000..73628621 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/light_weighted_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_down", + "textures": { + "texture": "block/gold_block" + } +} diff --git a/1.13.2/assets/minecraft/models/block/lilac_bottom.json b/1.13.2/assets/minecraft/models/block/lilac_bottom.json new file mode 100644 index 00000000..c91ffe68 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/lilac_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/lilac_bottom" + } +} diff --git a/1.13.2/assets/minecraft/models/block/lilac_top.json b/1.13.2/assets/minecraft/models/block/lilac_top.json new file mode 100644 index 00000000..b8c1c9d2 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/lilac_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/lilac_top" + } +} diff --git a/1.13.2/assets/minecraft/models/block/lily_pad.json b/1.13.2/assets/minecraft/models/block/lily_pad.json new file mode 100644 index 00000000..a775a8dc --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/lily_pad.json @@ -0,0 +1,16 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/lily_pad", + "texture": "block/lily_pad" + }, + "elements": [ + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "faces": { + "down": { "uv": [ 16, 16, 0, 0 ], "texture": "#texture", "tintindex": 0 }, + "up": { "uv": [ 16, 0, 0, 16 ], "texture": "#texture", "tintindex": 0 } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/lime_carpet.json b/1.13.2/assets/minecraft/models/block/lime_carpet.json new file mode 100644 index 00000000..9a7d943d --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/lime_carpet.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "block/lime_wool", + "wool": "block/lime_wool" + } +} diff --git a/1.13.2/assets/minecraft/models/block/lime_concrete.json b/1.13.2/assets/minecraft/models/block/lime_concrete.json new file mode 100644 index 00000000..01ec9173 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/lime_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/lime_concrete" + } +} diff --git a/1.13.2/assets/minecraft/models/block/lime_concrete_powder.json b/1.13.2/assets/minecraft/models/block/lime_concrete_powder.json new file mode 100644 index 00000000..7ceaaa23 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/lime_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/lime_concrete_powder" + } +} diff --git a/1.13.2/assets/minecraft/models/block/lime_glazed_terracotta.json b/1.13.2/assets/minecraft/models/block/lime_glazed_terracotta.json new file mode 100644 index 00000000..f7e6aaba --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/lime_glazed_terracotta.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glazed_terracotta", + "textures": { + "particle": "block/lime_glazed_terracotta", + "pattern": "block/lime_glazed_terracotta" + } +} diff --git a/1.13.2/assets/minecraft/models/block/lime_shulker_box.json b/1.13.2/assets/minecraft/models/block/lime_shulker_box.json new file mode 100644 index 00000000..d7273bd1 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/lime_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "block/lime_shulker_box" + } +} diff --git a/1.13.2/assets/minecraft/models/block/lime_stained_glass.json b/1.13.2/assets/minecraft/models/block/lime_stained_glass.json new file mode 100644 index 00000000..f2bc4e26 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/lime_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/lime_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/lime_stained_glass_pane_noside.json b/1.13.2/assets/minecraft/models/block/lime_stained_glass_pane_noside.json new file mode 100644 index 00000000..ff72597d --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/lime_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside", + "textures": { + "pane": "block/lime_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/lime_stained_glass_pane_noside_alt.json b/1.13.2/assets/minecraft/models/block/lime_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..edab020b --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/lime_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside_alt", + "textures": { + "pane": "block/lime_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/lime_stained_glass_pane_post.json b/1.13.2/assets/minecraft/models/block/lime_stained_glass_pane_post.json new file mode 100644 index 00000000..122934b4 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/lime_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_post", + "textures": { + "edge": "block/lime_stained_glass_pane_top", + "pane": "block/lime_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/lime_stained_glass_pane_side.json b/1.13.2/assets/minecraft/models/block/lime_stained_glass_pane_side.json new file mode 100644 index 00000000..c1d584d5 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/lime_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side", + "textures": { + "edge": "block/lime_stained_glass_pane_top", + "pane": "block/lime_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/lime_stained_glass_pane_side_alt.json b/1.13.2/assets/minecraft/models/block/lime_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..515db573 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/lime_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side_alt", + "textures": { + "edge": "block/lime_stained_glass_pane_top", + "pane": "block/lime_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/lime_terracotta.json b/1.13.2/assets/minecraft/models/block/lime_terracotta.json new file mode 100644 index 00000000..c96e501d --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/lime_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/lime_terracotta" + } +} diff --git a/1.13.2/assets/minecraft/models/block/lime_wool.json b/1.13.2/assets/minecraft/models/block/lime_wool.json new file mode 100644 index 00000000..39984ef1 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/lime_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/lime_wool" + } +} diff --git a/1.13.2/assets/minecraft/models/block/magenta_carpet.json b/1.13.2/assets/minecraft/models/block/magenta_carpet.json new file mode 100644 index 00000000..7702ace9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/magenta_carpet.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "block/magenta_wool", + "wool": "block/magenta_wool" + } +} diff --git a/1.13.2/assets/minecraft/models/block/magenta_concrete.json b/1.13.2/assets/minecraft/models/block/magenta_concrete.json new file mode 100644 index 00000000..80c2f73e --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/magenta_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/magenta_concrete" + } +} diff --git a/1.13.2/assets/minecraft/models/block/magenta_concrete_powder.json b/1.13.2/assets/minecraft/models/block/magenta_concrete_powder.json new file mode 100644 index 00000000..7d4d699f --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/magenta_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/magenta_concrete_powder" + } +} diff --git a/1.13.2/assets/minecraft/models/block/magenta_glazed_terracotta.json b/1.13.2/assets/minecraft/models/block/magenta_glazed_terracotta.json new file mode 100644 index 00000000..03ef9d48 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/magenta_glazed_terracotta.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glazed_terracotta", + "textures": { + "particle": "block/magenta_glazed_terracotta", + "pattern": "block/magenta_glazed_terracotta" + } +} diff --git a/1.13.2/assets/minecraft/models/block/magenta_shulker_box.json b/1.13.2/assets/minecraft/models/block/magenta_shulker_box.json new file mode 100644 index 00000000..28d280d9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/magenta_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "block/magenta_shulker_box" + } +} diff --git a/1.13.2/assets/minecraft/models/block/magenta_stained_glass.json b/1.13.2/assets/minecraft/models/block/magenta_stained_glass.json new file mode 100644 index 00000000..36d6274f --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/magenta_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/magenta_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/magenta_stained_glass_pane_noside.json b/1.13.2/assets/minecraft/models/block/magenta_stained_glass_pane_noside.json new file mode 100644 index 00000000..c7456cf0 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/magenta_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside", + "textures": { + "pane": "block/magenta_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/magenta_stained_glass_pane_noside_alt.json b/1.13.2/assets/minecraft/models/block/magenta_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..6c7b1e37 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/magenta_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside_alt", + "textures": { + "pane": "block/magenta_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/magenta_stained_glass_pane_post.json b/1.13.2/assets/minecraft/models/block/magenta_stained_glass_pane_post.json new file mode 100644 index 00000000..883e8f53 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/magenta_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_post", + "textures": { + "edge": "block/magenta_stained_glass_pane_top", + "pane": "block/magenta_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/magenta_stained_glass_pane_side.json b/1.13.2/assets/minecraft/models/block/magenta_stained_glass_pane_side.json new file mode 100644 index 00000000..1f1850a8 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/magenta_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side", + "textures": { + "edge": "block/magenta_stained_glass_pane_top", + "pane": "block/magenta_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/magenta_stained_glass_pane_side_alt.json b/1.13.2/assets/minecraft/models/block/magenta_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..d3bac7e5 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/magenta_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side_alt", + "textures": { + "edge": "block/magenta_stained_glass_pane_top", + "pane": "block/magenta_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/magenta_terracotta.json b/1.13.2/assets/minecraft/models/block/magenta_terracotta.json new file mode 100644 index 00000000..823ff2f2 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/magenta_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/magenta_terracotta" + } +} diff --git a/1.13.2/assets/minecraft/models/block/magenta_wool.json b/1.13.2/assets/minecraft/models/block/magenta_wool.json new file mode 100644 index 00000000..7724f64e --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/magenta_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/magenta_wool" + } +} diff --git a/1.13.2/assets/minecraft/models/block/magma_block.json b/1.13.2/assets/minecraft/models/block/magma_block.json new file mode 100644 index 00000000..2ac86ab9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/magma_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/magma" + } +} diff --git a/1.13.2/assets/minecraft/models/block/melon.json b/1.13.2/assets/minecraft/models/block/melon.json new file mode 100644 index 00000000..4a4e06c9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/melon.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/melon_top", + "side": "block/melon_side" + } +} diff --git a/1.13.2/assets/minecraft/models/block/melon_stem_stage0.json b/1.13.2/assets/minecraft/models/block/melon_stem_stage0.json new file mode 100644 index 00000000..e26733f1 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/melon_stem_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth0", + "textures": { + "stem": "block/melon_stem" + } +} diff --git a/1.13.2/assets/minecraft/models/block/melon_stem_stage1.json b/1.13.2/assets/minecraft/models/block/melon_stem_stage1.json new file mode 100644 index 00000000..b2f201c7 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/melon_stem_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth1", + "textures": { + "stem": "block/melon_stem" + } +} diff --git a/1.13.2/assets/minecraft/models/block/melon_stem_stage2.json b/1.13.2/assets/minecraft/models/block/melon_stem_stage2.json new file mode 100644 index 00000000..7701eb3a --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/melon_stem_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth2", + "textures": { + "stem": "block/melon_stem" + } +} diff --git a/1.13.2/assets/minecraft/models/block/melon_stem_stage3.json b/1.13.2/assets/minecraft/models/block/melon_stem_stage3.json new file mode 100644 index 00000000..46c0bfc2 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/melon_stem_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth3", + "textures": { + "stem": "block/melon_stem" + } +} diff --git a/1.13.2/assets/minecraft/models/block/melon_stem_stage4.json b/1.13.2/assets/minecraft/models/block/melon_stem_stage4.json new file mode 100644 index 00000000..3df10dfc --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/melon_stem_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth4", + "textures": { + "stem": "block/melon_stem" + } +} diff --git a/1.13.2/assets/minecraft/models/block/melon_stem_stage5.json b/1.13.2/assets/minecraft/models/block/melon_stem_stage5.json new file mode 100644 index 00000000..bd6e6fdb --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/melon_stem_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth5", + "textures": { + "stem": "block/melon_stem" + } +} diff --git a/1.13.2/assets/minecraft/models/block/melon_stem_stage6.json b/1.13.2/assets/minecraft/models/block/melon_stem_stage6.json new file mode 100644 index 00000000..c93cc531 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/melon_stem_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth6", + "textures": { + "stem": "block/melon_stem" + } +} diff --git a/1.13.2/assets/minecraft/models/block/melon_stem_stage7.json b/1.13.2/assets/minecraft/models/block/melon_stem_stage7.json new file mode 100644 index 00000000..02649e3f --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/melon_stem_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth7", + "textures": { + "stem": "block/melon_stem" + } +} diff --git a/1.13.2/assets/minecraft/models/block/mossy_cobblestone.json b/1.13.2/assets/minecraft/models/block/mossy_cobblestone.json new file mode 100644 index 00000000..2d970755 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/mossy_cobblestone.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/mossy_cobblestone" + } +} diff --git a/1.13.2/assets/minecraft/models/block/mossy_cobblestone_wall_inventory.json b/1.13.2/assets/minecraft/models/block/mossy_cobblestone_wall_inventory.json new file mode 100644 index 00000000..870713c7 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/mossy_cobblestone_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_inventory", + "textures": { + "wall": "block/mossy_cobblestone" + } +} diff --git a/1.13.2/assets/minecraft/models/block/mossy_cobblestone_wall_post.json b/1.13.2/assets/minecraft/models/block/mossy_cobblestone_wall_post.json new file mode 100644 index 00000000..3731fa2c --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/mossy_cobblestone_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_wall_post", + "textures": { + "wall": "block/mossy_cobblestone" + } +} diff --git a/1.13.2/assets/minecraft/models/block/mossy_cobblestone_wall_side.json b/1.13.2/assets/minecraft/models/block/mossy_cobblestone_wall_side.json new file mode 100644 index 00000000..f8c2fb07 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/mossy_cobblestone_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_wall_side", + "textures": { + "wall": "block/mossy_cobblestone" + } +} diff --git a/1.13.2/assets/minecraft/models/block/mossy_stone_bricks.json b/1.13.2/assets/minecraft/models/block/mossy_stone_bricks.json new file mode 100644 index 00000000..6fedfc56 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/mossy_stone_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/mossy_stone_bricks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/moving_piston.json b/1.13.2/assets/minecraft/models/block/moving_piston.json new file mode 100644 index 00000000..8ee8d84f --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/moving_piston.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "block/piston_side" + } +} diff --git a/1.13.2/assets/minecraft/models/block/mushroom_block_inside.json b/1.13.2/assets/minecraft/models/block/mushroom_block_inside.json new file mode 100644 index 00000000..8a27742c --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/mushroom_block_inside.json @@ -0,0 +1,15 @@ +{ + "ambientocclusion": false, + "textures": { + "texture": "block/mushroom_block_inside", + "particle": "block/mushroom_block_inside" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 0 ], + "faces": { + "north": { "texture": "#texture", "cullface":"north" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/mushroom_stem.json b/1.13.2/assets/minecraft/models/block/mushroom_stem.json new file mode 100644 index 00000000..62285dd1 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/mushroom_stem.json @@ -0,0 +1,14 @@ +{ + "textures": { + "texture": "block/mushroom_stem", + "particle": "block/mushroom_stem" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 0 ], + "faces": { + "north": { "texture": "#texture", "cullface":"north" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/mushroom_stem_inventory.json b/1.13.2/assets/minecraft/models/block/mushroom_stem_inventory.json new file mode 100644 index 00000000..b197887f --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/mushroom_stem_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/mushroom_stem" + } +} diff --git a/1.13.2/assets/minecraft/models/block/mycelium.json b/1.13.2/assets/minecraft/models/block/mycelium.json new file mode 100644 index 00000000..daaea45c --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/mycelium.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "block/dirt", + "top": "block/mycelium_top", + "side": "block/mycelium_side" + } +} diff --git a/1.13.2/assets/minecraft/models/block/nether_brick_fence_inventory.json b/1.13.2/assets/minecraft/models/block/nether_brick_fence_inventory.json new file mode 100644 index 00000000..741a3cb6 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/nether_brick_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_inventory", + "textures": { + "texture": "block/nether_bricks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/nether_brick_fence_post.json b/1.13.2/assets/minecraft/models/block/nether_brick_fence_post.json new file mode 100644 index 00000000..4cd0f20a --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/nether_brick_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_post", + "textures": { + "texture": "block/nether_bricks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/nether_brick_fence_side.json b/1.13.2/assets/minecraft/models/block/nether_brick_fence_side.json new file mode 100644 index 00000000..2b796bf2 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/nether_brick_fence_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_side", + "textures": { + "texture": "block/nether_bricks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/nether_brick_slab.json b/1.13.2/assets/minecraft/models/block/nether_brick_slab.json new file mode 100644 index 00000000..85bd6100 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/nether_brick_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/nether_bricks", + "top": "block/nether_bricks", + "side": "block/nether_bricks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/nether_brick_slab_top.json b/1.13.2/assets/minecraft/models/block/nether_brick_slab_top.json new file mode 100644 index 00000000..b930cf44 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/nether_brick_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/nether_bricks", + "top": "block/nether_bricks", + "side": "block/nether_bricks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/nether_brick_stairs.json b/1.13.2/assets/minecraft/models/block/nether_brick_stairs.json new file mode 100644 index 00000000..e017a413 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/nether_brick_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/nether_bricks", + "top": "block/nether_bricks", + "side": "block/nether_bricks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/nether_brick_stairs_inner.json b/1.13.2/assets/minecraft/models/block/nether_brick_stairs_inner.json new file mode 100644 index 00000000..f6d8f3d2 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/nether_brick_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/nether_bricks", + "top": "block/nether_bricks", + "side": "block/nether_bricks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/nether_brick_stairs_outer.json b/1.13.2/assets/minecraft/models/block/nether_brick_stairs_outer.json new file mode 100644 index 00000000..c8b0b755 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/nether_brick_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/nether_bricks", + "top": "block/nether_bricks", + "side": "block/nether_bricks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/nether_bricks.json b/1.13.2/assets/minecraft/models/block/nether_bricks.json new file mode 100644 index 00000000..bac085ee --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/nether_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/nether_bricks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/nether_portal_ew.json b/1.13.2/assets/minecraft/models/block/nether_portal_ew.json new file mode 100644 index 00000000..5b7869ab --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/nether_portal_ew.json @@ -0,0 +1,15 @@ +{ + "textures": { + "particle": "block/nether_portal", + "portal": "block/nether_portal" + }, + "elements": [ + { "from": [ 6, 0, 0 ], + "to": [ 10, 16, 16 ], + "faces": { + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#portal" }, + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#portal" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/nether_portal_ns.json b/1.13.2/assets/minecraft/models/block/nether_portal_ns.json new file mode 100644 index 00000000..937ca3b9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/nether_portal_ns.json @@ -0,0 +1,15 @@ +{ + "textures": { + "particle": "block/nether_portal", + "portal": "block/nether_portal" + }, + "elements": [ + { "from": [ 0, 0, 6 ], + "to": [ 16, 16, 10 ], + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#portal" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#portal" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/nether_quartz_ore.json b/1.13.2/assets/minecraft/models/block/nether_quartz_ore.json new file mode 100644 index 00000000..7032ee30 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/nether_quartz_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/nether_quartz_ore" + } +} diff --git a/1.13.2/assets/minecraft/models/block/nether_wart_block.json b/1.13.2/assets/minecraft/models/block/nether_wart_block.json new file mode 100644 index 00000000..1da55a1e --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/nether_wart_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/nether_wart_block" + } +} diff --git a/1.13.2/assets/minecraft/models/block/nether_wart_stage0.json b/1.13.2/assets/minecraft/models/block/nether_wart_stage0.json new file mode 100644 index 00000000..4de8b304 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/nether_wart_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "block/nether_wart_stage0" + } +} diff --git a/1.13.2/assets/minecraft/models/block/nether_wart_stage1.json b/1.13.2/assets/minecraft/models/block/nether_wart_stage1.json new file mode 100644 index 00000000..b6be5ad2 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/nether_wart_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "block/nether_wart_stage1" + } +} diff --git a/1.13.2/assets/minecraft/models/block/nether_wart_stage2.json b/1.13.2/assets/minecraft/models/block/nether_wart_stage2.json new file mode 100644 index 00000000..790f8b4c --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/nether_wart_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "block/nether_wart_stage2" + } +} diff --git a/1.13.2/assets/minecraft/models/block/netherrack.json b/1.13.2/assets/minecraft/models/block/netherrack.json new file mode 100644 index 00000000..679b3270 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/netherrack.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/netherrack" + } +} diff --git a/1.13.2/assets/minecraft/models/block/note_block.json b/1.13.2/assets/minecraft/models/block/note_block.json new file mode 100644 index 00000000..06f47904 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/note_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/note_block" + } +} diff --git a/1.13.2/assets/minecraft/models/block/oak_button.json b/1.13.2/assets/minecraft/models/block/oak_button.json new file mode 100644 index 00000000..20775892 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/oak_button.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button", + "textures": { + "texture": "block/oak_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/oak_button_inventory.json b/1.13.2/assets/minecraft/models/block/oak_button_inventory.json new file mode 100644 index 00000000..88b80eb8 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/oak_button_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button_inventory", + "textures": { + "texture": "block/oak_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/oak_button_pressed.json b/1.13.2/assets/minecraft/models/block/oak_button_pressed.json new file mode 100644 index 00000000..cc9075e9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/oak_button_pressed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button_pressed", + "textures": { + "texture": "block/oak_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/oak_door_bottom.json b/1.13.2/assets/minecraft/models/block/oak_door_bottom.json new file mode 100644 index 00000000..319e7cef --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/oak_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom", + "textures": { + "bottom": "block/oak_door_bottom", + "top": "block/oak_door_top" + } +} diff --git a/1.13.2/assets/minecraft/models/block/oak_door_bottom_hinge.json b/1.13.2/assets/minecraft/models/block/oak_door_bottom_hinge.json new file mode 100644 index 00000000..450ab50c --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/oak_door_bottom_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom_rh", + "textures": { + "bottom": "block/oak_door_bottom", + "top": "block/oak_door_top" + } +} diff --git a/1.13.2/assets/minecraft/models/block/oak_door_top.json b/1.13.2/assets/minecraft/models/block/oak_door_top.json new file mode 100644 index 00000000..0fd4d055 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/oak_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top", + "textures": { + "bottom": "block/oak_door_bottom", + "top": "block/oak_door_top" + } +} diff --git a/1.13.2/assets/minecraft/models/block/oak_door_top_hinge.json b/1.13.2/assets/minecraft/models/block/oak_door_top_hinge.json new file mode 100644 index 00000000..b6bada53 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/oak_door_top_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top_rh", + "textures": { + "bottom": "block/oak_door_bottom", + "top": "block/oak_door_top" + } +} diff --git a/1.13.2/assets/minecraft/models/block/oak_fence_gate.json b/1.13.2/assets/minecraft/models/block/oak_fence_gate.json new file mode 100644 index 00000000..cb417895 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/oak_fence_gate.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate", + "textures": { + "texture": "block/oak_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/oak_fence_gate_open.json b/1.13.2/assets/minecraft/models/block/oak_fence_gate_open.json new file mode 100644 index 00000000..cee7bdc4 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/oak_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate_open", + "textures": { + "texture": "block/oak_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/oak_fence_gate_wall.json b/1.13.2/assets/minecraft/models/block/oak_fence_gate_wall.json new file mode 100644 index 00000000..250ce207 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/oak_fence_gate_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate_wall", + "textures": { + "texture": "block/oak_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/oak_fence_gate_wall_open.json b/1.13.2/assets/minecraft/models/block/oak_fence_gate_wall_open.json new file mode 100644 index 00000000..328d0685 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/oak_fence_gate_wall_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate_wall_open", + "textures": { + "texture": "block/oak_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/oak_fence_inventory.json b/1.13.2/assets/minecraft/models/block/oak_fence_inventory.json new file mode 100644 index 00000000..1574885e --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/oak_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_inventory", + "textures": { + "texture": "block/oak_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/oak_fence_post.json b/1.13.2/assets/minecraft/models/block/oak_fence_post.json new file mode 100644 index 00000000..df1218ee --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/oak_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_post", + "textures": { + "texture": "block/oak_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/oak_fence_side.json b/1.13.2/assets/minecraft/models/block/oak_fence_side.json new file mode 100644 index 00000000..7c452bc9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/oak_fence_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_side", + "textures": { + "texture": "block/oak_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/oak_leaves.json b/1.13.2/assets/minecraft/models/block/oak_leaves.json new file mode 100644 index 00000000..14aad5bc --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/oak_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "block/leaves", + "textures": { + "all": "block/oak_leaves" + } +} diff --git a/1.13.2/assets/minecraft/models/block/oak_log.json b/1.13.2/assets/minecraft/models/block/oak_log.json new file mode 100644 index 00000000..ca69620a --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/oak_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/oak_log_top", + "side": "block/oak_log" + } +} diff --git a/1.13.2/assets/minecraft/models/block/oak_planks.json b/1.13.2/assets/minecraft/models/block/oak_planks.json new file mode 100644 index 00000000..1b3d1cc5 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/oak_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/oak_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/oak_pressure_plate.json b/1.13.2/assets/minecraft/models/block/oak_pressure_plate.json new file mode 100644 index 00000000..328c7e1e --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/oak_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_up", + "textures": { + "texture": "block/oak_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/oak_pressure_plate_down.json b/1.13.2/assets/minecraft/models/block/oak_pressure_plate_down.json new file mode 100644 index 00000000..412f2d78 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/oak_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_down", + "textures": { + "texture": "block/oak_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/oak_sapling.json b/1.13.2/assets/minecraft/models/block/oak_sapling.json new file mode 100644 index 00000000..b725b14d --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/oak_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/oak_sapling" + } +} diff --git a/1.13.2/assets/minecraft/models/block/oak_slab.json b/1.13.2/assets/minecraft/models/block/oak_slab.json new file mode 100644 index 00000000..72ff2ed1 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/oak_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/oak_planks", + "top": "block/oak_planks", + "side": "block/oak_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/oak_slab_top.json b/1.13.2/assets/minecraft/models/block/oak_slab_top.json new file mode 100644 index 00000000..5c68f7c1 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/oak_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/oak_planks", + "top": "block/oak_planks", + "side": "block/oak_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/oak_stairs.json b/1.13.2/assets/minecraft/models/block/oak_stairs.json new file mode 100644 index 00000000..f581baf7 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/oak_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/oak_planks", + "top": "block/oak_planks", + "side": "block/oak_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/oak_stairs_inner.json b/1.13.2/assets/minecraft/models/block/oak_stairs_inner.json new file mode 100644 index 00000000..f839dad1 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/oak_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/oak_planks", + "top": "block/oak_planks", + "side": "block/oak_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/oak_stairs_outer.json b/1.13.2/assets/minecraft/models/block/oak_stairs_outer.json new file mode 100644 index 00000000..b8936fb8 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/oak_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/oak_planks", + "top": "block/oak_planks", + "side": "block/oak_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/oak_trapdoor_bottom.json b/1.13.2/assets/minecraft/models/block/oak_trapdoor_bottom.json new file mode 100644 index 00000000..f3774380 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/oak_trapdoor_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_trapdoor_bottom", + "textures": { + "texture": "block/oak_trapdoor" + } +} diff --git a/1.13.2/assets/minecraft/models/block/oak_trapdoor_open.json b/1.13.2/assets/minecraft/models/block/oak_trapdoor_open.json new file mode 100644 index 00000000..89d55882 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/oak_trapdoor_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_trapdoor_open", + "textures": { + "texture": "block/oak_trapdoor" + } +} diff --git a/1.13.2/assets/minecraft/models/block/oak_trapdoor_top.json b/1.13.2/assets/minecraft/models/block/oak_trapdoor_top.json new file mode 100644 index 00000000..79100bdd --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/oak_trapdoor_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_trapdoor_top", + "textures": { + "texture": "block/oak_trapdoor" + } +} diff --git a/1.13.2/assets/minecraft/models/block/oak_wood.json b/1.13.2/assets/minecraft/models/block/oak_wood.json new file mode 100644 index 00000000..c1a1399a --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/oak_wood.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/oak_log", + "side": "block/oak_log" + } +} diff --git a/1.13.2/assets/minecraft/models/block/observer.json b/1.13.2/assets/minecraft/models/block/observer.json new file mode 100644 index 00000000..1b8ca609 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/observer.json @@ -0,0 +1,23 @@ +{ + "parent": "block/block", + "textures": { + "bottom": "block/observer_back", + "side": "block/observer_side", + "top": "block/observer_top", + "front": "block/observer_front", + "particle": "block/observer_front" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#top", "cullface": "down" }, + "up": { "uv": [ 0, 16, 16, 0 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#front", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "east" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/observer_on.json b/1.13.2/assets/minecraft/models/block/observer_on.json new file mode 100644 index 00000000..ee290184 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/observer_on.json @@ -0,0 +1,6 @@ +{ + "parent": "block/observer", + "textures": { + "bottom": "block/observer_back_on" + } +} diff --git a/1.13.2/assets/minecraft/models/block/obsidian.json b/1.13.2/assets/minecraft/models/block/obsidian.json new file mode 100644 index 00000000..0cfa3f8d --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/obsidian.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/obsidian" + } +} diff --git a/1.13.2/assets/minecraft/models/block/orange_carpet.json b/1.13.2/assets/minecraft/models/block/orange_carpet.json new file mode 100644 index 00000000..d336ae45 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/orange_carpet.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "block/orange_wool", + "wool": "block/orange_wool" + } +} diff --git a/1.13.2/assets/minecraft/models/block/orange_concrete.json b/1.13.2/assets/minecraft/models/block/orange_concrete.json new file mode 100644 index 00000000..db86ec91 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/orange_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/orange_concrete" + } +} diff --git a/1.13.2/assets/minecraft/models/block/orange_concrete_powder.json b/1.13.2/assets/minecraft/models/block/orange_concrete_powder.json new file mode 100644 index 00000000..e93f5d5d --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/orange_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/orange_concrete_powder" + } +} diff --git a/1.13.2/assets/minecraft/models/block/orange_glazed_terracotta.json b/1.13.2/assets/minecraft/models/block/orange_glazed_terracotta.json new file mode 100644 index 00000000..df0fb4fb --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/orange_glazed_terracotta.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glazed_terracotta", + "textures": { + "particle": "block/orange_glazed_terracotta", + "pattern": "block/orange_glazed_terracotta" + } +} diff --git a/1.13.2/assets/minecraft/models/block/orange_shulker_box.json b/1.13.2/assets/minecraft/models/block/orange_shulker_box.json new file mode 100644 index 00000000..74c4e505 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/orange_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "block/orange_shulker_box" + } +} diff --git a/1.13.2/assets/minecraft/models/block/orange_stained_glass.json b/1.13.2/assets/minecraft/models/block/orange_stained_glass.json new file mode 100644 index 00000000..2c3e2a7c --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/orange_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/orange_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/orange_stained_glass_pane_noside.json b/1.13.2/assets/minecraft/models/block/orange_stained_glass_pane_noside.json new file mode 100644 index 00000000..9da4a3d2 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/orange_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside", + "textures": { + "pane": "block/orange_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/orange_stained_glass_pane_noside_alt.json b/1.13.2/assets/minecraft/models/block/orange_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..d467bdf8 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/orange_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside_alt", + "textures": { + "pane": "block/orange_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/orange_stained_glass_pane_post.json b/1.13.2/assets/minecraft/models/block/orange_stained_glass_pane_post.json new file mode 100644 index 00000000..012be409 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/orange_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_post", + "textures": { + "edge": "block/orange_stained_glass_pane_top", + "pane": "block/orange_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/orange_stained_glass_pane_side.json b/1.13.2/assets/minecraft/models/block/orange_stained_glass_pane_side.json new file mode 100644 index 00000000..5627157e --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/orange_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side", + "textures": { + "edge": "block/orange_stained_glass_pane_top", + "pane": "block/orange_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/orange_stained_glass_pane_side_alt.json b/1.13.2/assets/minecraft/models/block/orange_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..55412744 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/orange_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side_alt", + "textures": { + "edge": "block/orange_stained_glass_pane_top", + "pane": "block/orange_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/orange_terracotta.json b/1.13.2/assets/minecraft/models/block/orange_terracotta.json new file mode 100644 index 00000000..47b158c9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/orange_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/orange_terracotta" + } +} diff --git a/1.13.2/assets/minecraft/models/block/orange_tulip.json b/1.13.2/assets/minecraft/models/block/orange_tulip.json new file mode 100644 index 00000000..4685c47d --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/orange_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/orange_tulip" + } +} diff --git a/1.13.2/assets/minecraft/models/block/orange_wool.json b/1.13.2/assets/minecraft/models/block/orange_wool.json new file mode 100644 index 00000000..ff7f2884 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/orange_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/orange_wool" + } +} diff --git a/1.13.2/assets/minecraft/models/block/orientable.json b/1.13.2/assets/minecraft/models/block/orientable.json new file mode 100644 index 00000000..23647ea1 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/orientable.json @@ -0,0 +1,19 @@ +{ + "parent": "block/cube", + "display": { + "firstperson_righthand": { + "rotation": [ 0, 135, 0 ], + "translation": [ 0, 0, 0 ], + "scale": [ 0.40, 0.40, 0.40 ] + } + }, + "textures": { + "particle": "#front", + "down": "#top", + "up": "#top", + "north": "#front", + "east": "#side", + "south": "#side", + "west": "#side" + } +} diff --git a/1.13.2/assets/minecraft/models/block/orientable_vertical.json b/1.13.2/assets/minecraft/models/block/orientable_vertical.json new file mode 100644 index 00000000..5fb2223a --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/orientable_vertical.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "#side", + "down": "#side", + "up": "#front", + "north": "#side", + "east": "#side", + "south": "#side", + "west": "#side" + } +} diff --git a/1.13.2/assets/minecraft/models/block/outer_stairs.json b/1.13.2/assets/minecraft/models/block/outer_stairs.json new file mode 100644 index 00000000..26fb37f0 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/outer_stairs.json @@ -0,0 +1,29 @@ +{ + "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, 8 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 8, 0, 16, 8 ], "texture": "#bottom", "cullface": "down" }, + "up": { "uv": [ 8, 8, 16, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 0, 0, 8, 8 ], "texture": "#side" }, + "south": { "uv": [ 8, 0, 16, 8 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 8, 0, 16, 8 ], "texture": "#side" }, + "east": { "uv": [ 0, 0, 8, 8 ], "texture": "#side", "cullface": "east" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/oxeye_daisy.json b/1.13.2/assets/minecraft/models/block/oxeye_daisy.json new file mode 100644 index 00000000..cb4f3b53 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/oxeye_daisy.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/oxeye_daisy" + } +} diff --git a/1.13.2/assets/minecraft/models/block/packed_ice.json b/1.13.2/assets/minecraft/models/block/packed_ice.json new file mode 100644 index 00000000..5b67237f --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/packed_ice.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/packed_ice" + } +} diff --git a/1.13.2/assets/minecraft/models/block/peony_bottom.json b/1.13.2/assets/minecraft/models/block/peony_bottom.json new file mode 100644 index 00000000..664b93bb --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/peony_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/peony_bottom" + } +} diff --git a/1.13.2/assets/minecraft/models/block/peony_top.json b/1.13.2/assets/minecraft/models/block/peony_top.json new file mode 100644 index 00000000..777fa437 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/peony_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/peony_top" + } +} diff --git a/1.13.2/assets/minecraft/models/block/petrified_oak_slab.json b/1.13.2/assets/minecraft/models/block/petrified_oak_slab.json new file mode 100644 index 00000000..72ff2ed1 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/petrified_oak_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/oak_planks", + "top": "block/oak_planks", + "side": "block/oak_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/petrified_oak_slab_top.json b/1.13.2/assets/minecraft/models/block/petrified_oak_slab_top.json new file mode 100644 index 00000000..5c68f7c1 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/petrified_oak_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/oak_planks", + "top": "block/oak_planks", + "side": "block/oak_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/pink_carpet.json b/1.13.2/assets/minecraft/models/block/pink_carpet.json new file mode 100644 index 00000000..b1838698 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/pink_carpet.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "block/pink_wool", + "wool": "block/pink_wool" + } +} diff --git a/1.13.2/assets/minecraft/models/block/pink_concrete.json b/1.13.2/assets/minecraft/models/block/pink_concrete.json new file mode 100644 index 00000000..1e80caf6 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/pink_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/pink_concrete" + } +} diff --git a/1.13.2/assets/minecraft/models/block/pink_concrete_powder.json b/1.13.2/assets/minecraft/models/block/pink_concrete_powder.json new file mode 100644 index 00000000..2dd6b371 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/pink_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/pink_concrete_powder" + } +} diff --git a/1.13.2/assets/minecraft/models/block/pink_glazed_terracotta.json b/1.13.2/assets/minecraft/models/block/pink_glazed_terracotta.json new file mode 100644 index 00000000..bd8d7ca2 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/pink_glazed_terracotta.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glazed_terracotta", + "textures": { + "particle": "block/pink_glazed_terracotta", + "pattern": "block/pink_glazed_terracotta" + } +} diff --git a/1.13.2/assets/minecraft/models/block/pink_shulker_box.json b/1.13.2/assets/minecraft/models/block/pink_shulker_box.json new file mode 100644 index 00000000..3c17aa8c --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/pink_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "block/pink_shulker_box" + } +} diff --git a/1.13.2/assets/minecraft/models/block/pink_stained_glass.json b/1.13.2/assets/minecraft/models/block/pink_stained_glass.json new file mode 100644 index 00000000..db9da757 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/pink_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/pink_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/pink_stained_glass_pane_noside.json b/1.13.2/assets/minecraft/models/block/pink_stained_glass_pane_noside.json new file mode 100644 index 00000000..df37dee8 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/pink_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside", + "textures": { + "pane": "block/pink_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/pink_stained_glass_pane_noside_alt.json b/1.13.2/assets/minecraft/models/block/pink_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..f5514b63 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/pink_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside_alt", + "textures": { + "pane": "block/pink_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/pink_stained_glass_pane_post.json b/1.13.2/assets/minecraft/models/block/pink_stained_glass_pane_post.json new file mode 100644 index 00000000..30622b6a --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/pink_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_post", + "textures": { + "edge": "block/pink_stained_glass_pane_top", + "pane": "block/pink_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/pink_stained_glass_pane_side.json b/1.13.2/assets/minecraft/models/block/pink_stained_glass_pane_side.json new file mode 100644 index 00000000..21210d69 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/pink_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side", + "textures": { + "edge": "block/pink_stained_glass_pane_top", + "pane": "block/pink_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/pink_stained_glass_pane_side_alt.json b/1.13.2/assets/minecraft/models/block/pink_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..8f21c23e --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/pink_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side_alt", + "textures": { + "edge": "block/pink_stained_glass_pane_top", + "pane": "block/pink_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/pink_terracotta.json b/1.13.2/assets/minecraft/models/block/pink_terracotta.json new file mode 100644 index 00000000..c585ef30 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/pink_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/pink_terracotta" + } +} diff --git a/1.13.2/assets/minecraft/models/block/pink_tulip.json b/1.13.2/assets/minecraft/models/block/pink_tulip.json new file mode 100644 index 00000000..499b9e49 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/pink_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/pink_tulip" + } +} diff --git a/1.13.2/assets/minecraft/models/block/pink_wool.json b/1.13.2/assets/minecraft/models/block/pink_wool.json new file mode 100644 index 00000000..ab60bcac --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/pink_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/pink_wool" + } +} diff --git a/1.13.2/assets/minecraft/models/block/piston.json b/1.13.2/assets/minecraft/models/block/piston.json new file mode 100644 index 00000000..760afe1d --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/piston.json @@ -0,0 +1,8 @@ +{ + "parent": "block/template_piston", + "textures": { + "bottom": "block/piston_bottom", + "side": "block/piston_side", + "platform": "block/piston_top" + } +} diff --git a/1.13.2/assets/minecraft/models/block/piston_base.json b/1.13.2/assets/minecraft/models/block/piston_base.json new file mode 100644 index 00000000..605c2f68 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/piston_base.json @@ -0,0 +1,8 @@ +{ + "parent": "block/piston_extended", + "textures": { + "bottom": "block/piston_bottom", + "side": "block/piston_side", + "inside": "block/piston_inner" + } +} diff --git a/1.13.2/assets/minecraft/models/block/piston_extended.json b/1.13.2/assets/minecraft/models/block/piston_extended.json new file mode 100644 index 00000000..45e04a30 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/piston_extended.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#side" + }, + "elements": [ + { "from": [ 0, 0, 4 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 4, 16, 16 ], "texture": "#side", "cullface": "down", "rotation": 180 }, + "up": { "uv": [ 0, 4, 16, 16 ], "texture": "#side", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#inside" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "south" }, + "west": { "uv": [ 0, 4, 16, 16 ], "texture": "#side", "cullface": "west", "rotation": 270 }, + "east": { "uv": [ 0, 4, 16, 16 ], "texture": "#side", "cullface": "east", "rotation": 90 } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/piston_head.json b/1.13.2/assets/minecraft/models/block/piston_head.json new file mode 100644 index 00000000..b5f09c47 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/piston_head.json @@ -0,0 +1,8 @@ +{ + "parent": "block/template_piston_head", + "textures": { + "unsticky": "block/piston_top", + "side": "block/piston_side", + "platform": "block/piston_top" + } +} diff --git a/1.13.2/assets/minecraft/models/block/piston_head_short.json b/1.13.2/assets/minecraft/models/block/piston_head_short.json new file mode 100644 index 00000000..739d83a2 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/piston_head_short.json @@ -0,0 +1,8 @@ +{ + "parent": "block/template_piston_head_short", + "textures": { + "unsticky": "block/piston_top", + "side": "block/piston_side", + "platform": "block/piston_top" + } +} diff --git a/1.13.2/assets/minecraft/models/block/piston_head_short_sticky.json b/1.13.2/assets/minecraft/models/block/piston_head_short_sticky.json new file mode 100644 index 00000000..79c17314 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/piston_head_short_sticky.json @@ -0,0 +1,8 @@ +{ + "parent": "block/template_piston_head_short", + "textures": { + "unsticky": "block/piston_top", + "side": "block/piston_side", + "platform": "block/piston_top_sticky" + } +} diff --git a/1.13.2/assets/minecraft/models/block/piston_head_sticky.json b/1.13.2/assets/minecraft/models/block/piston_head_sticky.json new file mode 100644 index 00000000..e2b08dbe --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/piston_head_sticky.json @@ -0,0 +1,8 @@ +{ + "parent": "block/template_piston_head", + "textures": { + "unsticky": "block/piston_top", + "side": "block/piston_side", + "platform": "block/piston_top_sticky" + } +} diff --git a/1.13.2/assets/minecraft/models/block/piston_inventory.json b/1.13.2/assets/minecraft/models/block/piston_inventory.json new file mode 100644 index 00000000..76217496 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/piston_inventory.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "block/piston_bottom", + "side": "block/piston_side", + "top": "block/piston_top" + } +} diff --git a/1.13.2/assets/minecraft/models/block/podzol.json b/1.13.2/assets/minecraft/models/block/podzol.json new file mode 100644 index 00000000..8d1c2502 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/podzol.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "block/dirt", + "top": "block/podzol_top", + "side": "block/podzol_side" + } +} diff --git a/1.13.2/assets/minecraft/models/block/polished_andesite.json b/1.13.2/assets/minecraft/models/block/polished_andesite.json new file mode 100644 index 00000000..6e0608d4 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/polished_andesite.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/polished_andesite" + } +} diff --git a/1.13.2/assets/minecraft/models/block/polished_diorite.json b/1.13.2/assets/minecraft/models/block/polished_diorite.json new file mode 100644 index 00000000..e5bc8b45 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/polished_diorite.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/polished_diorite" + } +} diff --git a/1.13.2/assets/minecraft/models/block/polished_granite.json b/1.13.2/assets/minecraft/models/block/polished_granite.json new file mode 100644 index 00000000..262f0bd2 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/polished_granite.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/polished_granite" + } +} diff --git a/1.13.2/assets/minecraft/models/block/poppy.json b/1.13.2/assets/minecraft/models/block/poppy.json new file mode 100644 index 00000000..e3592b72 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/poppy.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/poppy" + } +} diff --git a/1.13.2/assets/minecraft/models/block/potatoes_stage0.json b/1.13.2/assets/minecraft/models/block/potatoes_stage0.json new file mode 100644 index 00000000..d9e85190 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/potatoes_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "block/potatoes_stage0" + } +} diff --git a/1.13.2/assets/minecraft/models/block/potatoes_stage1.json b/1.13.2/assets/minecraft/models/block/potatoes_stage1.json new file mode 100644 index 00000000..d859b814 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/potatoes_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "block/potatoes_stage1" + } +} diff --git a/1.13.2/assets/minecraft/models/block/potatoes_stage2.json b/1.13.2/assets/minecraft/models/block/potatoes_stage2.json new file mode 100644 index 00000000..a7dcc430 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/potatoes_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "block/potatoes_stage2" + } +} diff --git a/1.13.2/assets/minecraft/models/block/potatoes_stage3.json b/1.13.2/assets/minecraft/models/block/potatoes_stage3.json new file mode 100644 index 00000000..84558f0d --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/potatoes_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "block/potatoes_stage3" + } +} diff --git a/1.13.2/assets/minecraft/models/block/potted_acacia_sapling.json b/1.13.2/assets/minecraft/models/block/potted_acacia_sapling.json new file mode 100644 index 00000000..0e96288a --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/potted_acacia_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "block/acacia_sapling" + } +} diff --git a/1.13.2/assets/minecraft/models/block/potted_allium.json b/1.13.2/assets/minecraft/models/block/potted_allium.json new file mode 100644 index 00000000..9652dca2 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/potted_allium.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "block/allium" + } +} diff --git a/1.13.2/assets/minecraft/models/block/potted_azure_bluet.json b/1.13.2/assets/minecraft/models/block/potted_azure_bluet.json new file mode 100644 index 00000000..0e9fac87 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/potted_azure_bluet.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "block/azure_bluet" + } +} diff --git a/1.13.2/assets/minecraft/models/block/potted_birch_sapling.json b/1.13.2/assets/minecraft/models/block/potted_birch_sapling.json new file mode 100644 index 00000000..57b1f01c --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/potted_birch_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "block/birch_sapling" + } +} diff --git a/1.13.2/assets/minecraft/models/block/potted_blue_orchid.json b/1.13.2/assets/minecraft/models/block/potted_blue_orchid.json new file mode 100644 index 00000000..34af957e --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/potted_blue_orchid.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "block/blue_orchid" + } +} diff --git a/1.13.2/assets/minecraft/models/block/potted_brown_mushroom.json b/1.13.2/assets/minecraft/models/block/potted_brown_mushroom.json new file mode 100644 index 00000000..32e39b9f --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/potted_brown_mushroom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "block/brown_mushroom" + } +} diff --git a/1.13.2/assets/minecraft/models/block/potted_cactus.json b/1.13.2/assets/minecraft/models/block/potted_cactus.json new file mode 100644 index 00000000..91d4bb37 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/potted_cactus.json @@ -0,0 +1,86 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/flower_pot", + "flowerpot": "block/flower_pot", + "dirt": "block/dirt", + "cactus": "block/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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/potted_dandelion.json b/1.13.2/assets/minecraft/models/block/potted_dandelion.json new file mode 100644 index 00000000..4171fe90 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/potted_dandelion.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "block/dandelion" + } +} diff --git a/1.13.2/assets/minecraft/models/block/potted_dark_oak_sapling.json b/1.13.2/assets/minecraft/models/block/potted_dark_oak_sapling.json new file mode 100644 index 00000000..686fd186 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/potted_dark_oak_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "block/dark_oak_sapling" + } +} diff --git a/1.13.2/assets/minecraft/models/block/potted_dead_bush.json b/1.13.2/assets/minecraft/models/block/potted_dead_bush.json new file mode 100644 index 00000000..0bd0f57c --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/potted_dead_bush.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "block/dead_bush" + } +} diff --git a/1.13.2/assets/minecraft/models/block/potted_fern.json b/1.13.2/assets/minecraft/models/block/potted_fern.json new file mode 100644 index 00000000..012aa52e --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/potted_fern.json @@ -0,0 +1,74 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/flower_pot", + "flowerpot": "block/flower_pot", + "dirt": "block/dirt", + "plant": "block/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 } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/potted_jungle_sapling.json b/1.13.2/assets/minecraft/models/block/potted_jungle_sapling.json new file mode 100644 index 00000000..a25895f8 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/potted_jungle_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "block/jungle_sapling" + } +} diff --git a/1.13.2/assets/minecraft/models/block/potted_oak_sapling.json b/1.13.2/assets/minecraft/models/block/potted_oak_sapling.json new file mode 100644 index 00000000..87e441c7 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/potted_oak_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "block/oak_sapling" + } +} diff --git a/1.13.2/assets/minecraft/models/block/potted_orange_tulip.json b/1.13.2/assets/minecraft/models/block/potted_orange_tulip.json new file mode 100644 index 00000000..08a26ff5 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/potted_orange_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "block/orange_tulip" + } +} diff --git a/1.13.2/assets/minecraft/models/block/potted_oxeye_daisy.json b/1.13.2/assets/minecraft/models/block/potted_oxeye_daisy.json new file mode 100644 index 00000000..fbf42dab --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/potted_oxeye_daisy.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "block/oxeye_daisy" + } +} diff --git a/1.13.2/assets/minecraft/models/block/potted_pink_tulip.json b/1.13.2/assets/minecraft/models/block/potted_pink_tulip.json new file mode 100644 index 00000000..590d0465 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/potted_pink_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "block/pink_tulip" + } +} diff --git a/1.13.2/assets/minecraft/models/block/potted_poppy.json b/1.13.2/assets/minecraft/models/block/potted_poppy.json new file mode 100644 index 00000000..e015fd6e --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/potted_poppy.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "block/poppy" + } +} diff --git a/1.13.2/assets/minecraft/models/block/potted_red_mushroom.json b/1.13.2/assets/minecraft/models/block/potted_red_mushroom.json new file mode 100644 index 00000000..088bf034 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/potted_red_mushroom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "block/red_mushroom" + } +} diff --git a/1.13.2/assets/minecraft/models/block/potted_red_tulip.json b/1.13.2/assets/minecraft/models/block/potted_red_tulip.json new file mode 100644 index 00000000..756ee49d --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/potted_red_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "block/red_tulip" + } +} diff --git a/1.13.2/assets/minecraft/models/block/potted_spruce_sapling.json b/1.13.2/assets/minecraft/models/block/potted_spruce_sapling.json new file mode 100644 index 00000000..583c5623 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/potted_spruce_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "block/spruce_sapling" + } +} diff --git a/1.13.2/assets/minecraft/models/block/potted_white_tulip.json b/1.13.2/assets/minecraft/models/block/potted_white_tulip.json new file mode 100644 index 00000000..433a64da --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/potted_white_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "block/white_tulip" + } +} diff --git a/1.13.2/assets/minecraft/models/block/powered_rail.json b/1.13.2/assets/minecraft/models/block/powered_rail.json new file mode 100644 index 00000000..c85bd0d6 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/powered_rail.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_flat", + "textures": { + "rail": "block/powered_rail" + } +} diff --git a/1.13.2/assets/minecraft/models/block/powered_rail_on.json b/1.13.2/assets/minecraft/models/block/powered_rail_on.json new file mode 100644 index 00000000..89474f8c --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/powered_rail_on.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_flat", + "textures": { + "rail": "block/powered_rail_on" + } +} diff --git a/1.13.2/assets/minecraft/models/block/powered_rail_on_raised_ne.json b/1.13.2/assets/minecraft/models/block/powered_rail_on_raised_ne.json new file mode 100644 index 00000000..8f8c269f --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/powered_rail_on_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_rail_raised_ne", + "textures": { + "rail": "block/powered_rail_on" + } +} diff --git a/1.13.2/assets/minecraft/models/block/powered_rail_on_raised_sw.json b/1.13.2/assets/minecraft/models/block/powered_rail_on_raised_sw.json new file mode 100644 index 00000000..9e949bef --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/powered_rail_on_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_rail_raised_sw", + "textures": { + "rail": "block/powered_rail_on" + } +} diff --git a/1.13.2/assets/minecraft/models/block/powered_rail_raised_ne.json b/1.13.2/assets/minecraft/models/block/powered_rail_raised_ne.json new file mode 100644 index 00000000..4498c583 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/powered_rail_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_rail_raised_ne", + "textures": { + "rail": "block/powered_rail" + } +} diff --git a/1.13.2/assets/minecraft/models/block/powered_rail_raised_sw.json b/1.13.2/assets/minecraft/models/block/powered_rail_raised_sw.json new file mode 100644 index 00000000..720f1b8c --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/powered_rail_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_rail_raised_sw", + "textures": { + "rail": "block/powered_rail" + } +} diff --git a/1.13.2/assets/minecraft/models/block/pressure_plate_down.json b/1.13.2/assets/minecraft/models/block/pressure_plate_down.json new file mode 100644 index 00000000..db6e6ba6 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/pressure_plate_down.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 1, 0, 1 ], + "to": [ 15, 0.5, 15 ], + "faces": { + "down": { "uv": [ 1, 1, 15, 15 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 1, 1, 15, 15 ], "texture": "#texture" }, + "north": { "uv": [ 1, 15, 15, 15.5 ], "texture": "#texture" }, + "south": { "uv": [ 1, 15, 15, 15.5 ], "texture": "#texture" }, + "west": { "uv": [ 1, 15, 15, 15.5 ], "texture": "#texture" }, + "east": { "uv": [ 1, 15, 15, 15.5 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/pressure_plate_up.json b/1.13.2/assets/minecraft/models/block/pressure_plate_up.json new file mode 100644 index 00000000..689fbe4f --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/pressure_plate_up.json @@ -0,0 +1,18 @@ +{ "parent": "block/thin_block", + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 1, 0, 1 ], + "to": [ 15, 1, 15 ], + "faces": { + "down": { "uv": [ 1, 1, 15, 15 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 1, 1, 15, 15 ], "texture": "#texture" }, + "north": { "uv": [ 1, 15, 15, 16 ], "texture": "#texture" }, + "south": { "uv": [ 1, 15, 15, 16 ], "texture": "#texture" }, + "west": { "uv": [ 1, 15, 15, 16 ], "texture": "#texture" }, + "east": { "uv": [ 1, 15, 15, 16 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/prismarine.json b/1.13.2/assets/minecraft/models/block/prismarine.json new file mode 100644 index 00000000..2bb216bd --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/prismarine.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/prismarine" + } +} diff --git a/1.13.2/assets/minecraft/models/block/prismarine_brick_slab.json b/1.13.2/assets/minecraft/models/block/prismarine_brick_slab.json new file mode 100644 index 00000000..beac9842 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/prismarine_brick_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/prismarine_bricks", + "top": "block/prismarine_bricks", + "side": "block/prismarine_bricks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/prismarine_brick_slab_top.json b/1.13.2/assets/minecraft/models/block/prismarine_brick_slab_top.json new file mode 100644 index 00000000..d06900ef --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/prismarine_brick_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/prismarine_bricks", + "top": "block/prismarine_bricks", + "side": "block/prismarine_bricks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/prismarine_brick_stairs.json b/1.13.2/assets/minecraft/models/block/prismarine_brick_stairs.json new file mode 100644 index 00000000..012bd43b --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/prismarine_brick_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/prismarine_bricks", + "top": "block/prismarine_bricks", + "side": "block/prismarine_bricks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/prismarine_brick_stairs_inner.json b/1.13.2/assets/minecraft/models/block/prismarine_brick_stairs_inner.json new file mode 100644 index 00000000..37a79c8a --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/prismarine_brick_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/prismarine_bricks", + "top": "block/prismarine_bricks", + "side": "block/prismarine_bricks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/prismarine_brick_stairs_outer.json b/1.13.2/assets/minecraft/models/block/prismarine_brick_stairs_outer.json new file mode 100644 index 00000000..ad8eb0c1 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/prismarine_brick_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/prismarine_bricks", + "top": "block/prismarine_bricks", + "side": "block/prismarine_bricks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/prismarine_bricks.json b/1.13.2/assets/minecraft/models/block/prismarine_bricks.json new file mode 100644 index 00000000..4f7f6a79 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/prismarine_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/prismarine_bricks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/prismarine_slab.json b/1.13.2/assets/minecraft/models/block/prismarine_slab.json new file mode 100644 index 00000000..c61e8b76 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/prismarine_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/prismarine", + "top": "block/prismarine", + "side": "block/prismarine" + } +} diff --git a/1.13.2/assets/minecraft/models/block/prismarine_slab_top.json b/1.13.2/assets/minecraft/models/block/prismarine_slab_top.json new file mode 100644 index 00000000..963cbf6b --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/prismarine_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/prismarine", + "top": "block/prismarine", + "side": "block/prismarine" + } +} diff --git a/1.13.2/assets/minecraft/models/block/prismarine_stairs.json b/1.13.2/assets/minecraft/models/block/prismarine_stairs.json new file mode 100644 index 00000000..dc53fb59 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/prismarine_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/prismarine", + "top": "block/prismarine", + "side": "block/prismarine" + } +} diff --git a/1.13.2/assets/minecraft/models/block/prismarine_stairs_inner.json b/1.13.2/assets/minecraft/models/block/prismarine_stairs_inner.json new file mode 100644 index 00000000..d900bb65 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/prismarine_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/prismarine", + "top": "block/prismarine", + "side": "block/prismarine" + } +} diff --git a/1.13.2/assets/minecraft/models/block/prismarine_stairs_outer.json b/1.13.2/assets/minecraft/models/block/prismarine_stairs_outer.json new file mode 100644 index 00000000..0b67644e --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/prismarine_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/prismarine", + "top": "block/prismarine", + "side": "block/prismarine" + } +} diff --git a/1.13.2/assets/minecraft/models/block/pumpkin.json b/1.13.2/assets/minecraft/models/block/pumpkin.json new file mode 100644 index 00000000..ab505114 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/pumpkin.json @@ -0,0 +1,14 @@ +{ + "parent": "block/cube_column", + "display": { + "firstperson_righthand": { + "rotation": [ 0, 135, 0 ], + "translation": [ 0, 0, 0 ], + "scale": [ 0.40, 0.40, 0.40 ] + } + }, + "textures": { + "end": "block/pumpkin_top", + "side": "block/pumpkin_side" + } +} diff --git a/1.13.2/assets/minecraft/models/block/pumpkin_stem_stage0.json b/1.13.2/assets/minecraft/models/block/pumpkin_stem_stage0.json new file mode 100644 index 00000000..b7bb19b8 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/pumpkin_stem_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth0", + "textures": { + "stem": "block/pumpkin_stem" + } +} diff --git a/1.13.2/assets/minecraft/models/block/pumpkin_stem_stage1.json b/1.13.2/assets/minecraft/models/block/pumpkin_stem_stage1.json new file mode 100644 index 00000000..d5f0127b --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/pumpkin_stem_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth1", + "textures": { + "stem": "block/pumpkin_stem" + } +} diff --git a/1.13.2/assets/minecraft/models/block/pumpkin_stem_stage2.json b/1.13.2/assets/minecraft/models/block/pumpkin_stem_stage2.json new file mode 100644 index 00000000..2ca3cca7 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/pumpkin_stem_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth2", + "textures": { + "stem": "block/pumpkin_stem" + } +} diff --git a/1.13.2/assets/minecraft/models/block/pumpkin_stem_stage3.json b/1.13.2/assets/minecraft/models/block/pumpkin_stem_stage3.json new file mode 100644 index 00000000..6bcb39fa --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/pumpkin_stem_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth3", + "textures": { + "stem": "block/pumpkin_stem" + } +} diff --git a/1.13.2/assets/minecraft/models/block/pumpkin_stem_stage4.json b/1.13.2/assets/minecraft/models/block/pumpkin_stem_stage4.json new file mode 100644 index 00000000..6f8c8636 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/pumpkin_stem_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth4", + "textures": { + "stem": "block/pumpkin_stem" + } +} diff --git a/1.13.2/assets/minecraft/models/block/pumpkin_stem_stage5.json b/1.13.2/assets/minecraft/models/block/pumpkin_stem_stage5.json new file mode 100644 index 00000000..df925e8f --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/pumpkin_stem_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth5", + "textures": { + "stem": "block/pumpkin_stem" + } +} diff --git a/1.13.2/assets/minecraft/models/block/pumpkin_stem_stage6.json b/1.13.2/assets/minecraft/models/block/pumpkin_stem_stage6.json new file mode 100644 index 00000000..5757b58a --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/pumpkin_stem_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth6", + "textures": { + "stem": "block/pumpkin_stem" + } +} diff --git a/1.13.2/assets/minecraft/models/block/pumpkin_stem_stage7.json b/1.13.2/assets/minecraft/models/block/pumpkin_stem_stage7.json new file mode 100644 index 00000000..f0abafa2 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/pumpkin_stem_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth7", + "textures": { + "stem": "block/pumpkin_stem" + } +} diff --git a/1.13.2/assets/minecraft/models/block/purple_carpet.json b/1.13.2/assets/minecraft/models/block/purple_carpet.json new file mode 100644 index 00000000..85d8e740 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/purple_carpet.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "block/purple_wool", + "wool": "block/purple_wool" + } +} diff --git a/1.13.2/assets/minecraft/models/block/purple_concrete.json b/1.13.2/assets/minecraft/models/block/purple_concrete.json new file mode 100644 index 00000000..d50588b2 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/purple_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/purple_concrete" + } +} diff --git a/1.13.2/assets/minecraft/models/block/purple_concrete_powder.json b/1.13.2/assets/minecraft/models/block/purple_concrete_powder.json new file mode 100644 index 00000000..0cdf53f6 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/purple_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/purple_concrete_powder" + } +} diff --git a/1.13.2/assets/minecraft/models/block/purple_glazed_terracotta.json b/1.13.2/assets/minecraft/models/block/purple_glazed_terracotta.json new file mode 100644 index 00000000..b1082bdc --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/purple_glazed_terracotta.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glazed_terracotta", + "textures": { + "particle": "block/purple_glazed_terracotta", + "pattern": "block/purple_glazed_terracotta" + } +} diff --git a/1.13.2/assets/minecraft/models/block/purple_shulker_box.json b/1.13.2/assets/minecraft/models/block/purple_shulker_box.json new file mode 100644 index 00000000..648f7579 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/purple_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "block/purple_shulker_box" + } +} diff --git a/1.13.2/assets/minecraft/models/block/purple_stained_glass.json b/1.13.2/assets/minecraft/models/block/purple_stained_glass.json new file mode 100644 index 00000000..2fb40fc4 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/purple_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/purple_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/purple_stained_glass_pane_noside.json b/1.13.2/assets/minecraft/models/block/purple_stained_glass_pane_noside.json new file mode 100644 index 00000000..253cc7fb --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/purple_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside", + "textures": { + "pane": "block/purple_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/purple_stained_glass_pane_noside_alt.json b/1.13.2/assets/minecraft/models/block/purple_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..950a5340 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/purple_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside_alt", + "textures": { + "pane": "block/purple_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/purple_stained_glass_pane_post.json b/1.13.2/assets/minecraft/models/block/purple_stained_glass_pane_post.json new file mode 100644 index 00000000..0335f701 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/purple_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_post", + "textures": { + "edge": "block/purple_stained_glass_pane_top", + "pane": "block/purple_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/purple_stained_glass_pane_side.json b/1.13.2/assets/minecraft/models/block/purple_stained_glass_pane_side.json new file mode 100644 index 00000000..07274966 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/purple_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side", + "textures": { + "edge": "block/purple_stained_glass_pane_top", + "pane": "block/purple_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/purple_stained_glass_pane_side_alt.json b/1.13.2/assets/minecraft/models/block/purple_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..d400fee3 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/purple_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side_alt", + "textures": { + "edge": "block/purple_stained_glass_pane_top", + "pane": "block/purple_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/purple_terracotta.json b/1.13.2/assets/minecraft/models/block/purple_terracotta.json new file mode 100644 index 00000000..4c2f8381 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/purple_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/purple_terracotta" + } +} diff --git a/1.13.2/assets/minecraft/models/block/purple_wool.json b/1.13.2/assets/minecraft/models/block/purple_wool.json new file mode 100644 index 00000000..cb4afc34 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/purple_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/purple_wool" + } +} diff --git a/1.13.2/assets/minecraft/models/block/purpur_block.json b/1.13.2/assets/minecraft/models/block/purpur_block.json new file mode 100644 index 00000000..b500dbf3 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/purpur_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/purpur_block" + } +} diff --git a/1.13.2/assets/minecraft/models/block/purpur_pillar.json b/1.13.2/assets/minecraft/models/block/purpur_pillar.json new file mode 100644 index 00000000..0a7afade --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/purpur_pillar.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/purpur_pillar_top", + "side": "block/purpur_pillar" + } +} diff --git a/1.13.2/assets/minecraft/models/block/purpur_slab.json b/1.13.2/assets/minecraft/models/block/purpur_slab.json new file mode 100644 index 00000000..57d3e1b7 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/purpur_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/purpur_block", + "top": "block/purpur_block", + "side": "block/purpur_block" + } +} diff --git a/1.13.2/assets/minecraft/models/block/purpur_slab_top.json b/1.13.2/assets/minecraft/models/block/purpur_slab_top.json new file mode 100644 index 00000000..1e06659e --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/purpur_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/purpur_block", + "top": "block/purpur_block", + "side": "block/purpur_block" + } +} diff --git a/1.13.2/assets/minecraft/models/block/purpur_stairs.json b/1.13.2/assets/minecraft/models/block/purpur_stairs.json new file mode 100644 index 00000000..a48ecef3 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/purpur_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/purpur_block", + "top": "block/purpur_block", + "side": "block/purpur_block" + } +} diff --git a/1.13.2/assets/minecraft/models/block/purpur_stairs_inner.json b/1.13.2/assets/minecraft/models/block/purpur_stairs_inner.json new file mode 100644 index 00000000..0d043a50 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/purpur_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/purpur_block", + "top": "block/purpur_block", + "side": "block/purpur_block" + } +} diff --git a/1.13.2/assets/minecraft/models/block/purpur_stairs_outer.json b/1.13.2/assets/minecraft/models/block/purpur_stairs_outer.json new file mode 100644 index 00000000..1290d279 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/purpur_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/purpur_block", + "top": "block/purpur_block", + "side": "block/purpur_block" + } +} diff --git a/1.13.2/assets/minecraft/models/block/quartz_block.json b/1.13.2/assets/minecraft/models/block/quartz_block.json new file mode 100644 index 00000000..60533249 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/quartz_block.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "block/quartz_block_bottom", + "top": "block/quartz_block_top", + "side": "block/quartz_block_side" + } +} diff --git a/1.13.2/assets/minecraft/models/block/quartz_pillar.json b/1.13.2/assets/minecraft/models/block/quartz_pillar.json new file mode 100644 index 00000000..b71ae56b --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/quartz_pillar.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/quartz_pillar_top", + "side": "block/quartz_pillar" + } +} diff --git a/1.13.2/assets/minecraft/models/block/quartz_slab.json b/1.13.2/assets/minecraft/models/block/quartz_slab.json new file mode 100644 index 00000000..171f3333 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/quartz_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/quartz_block_bottom", + "top": "block/quartz_block_top", + "side": "block/quartz_block_side" + } +} diff --git a/1.13.2/assets/minecraft/models/block/quartz_slab_top.json b/1.13.2/assets/minecraft/models/block/quartz_slab_top.json new file mode 100644 index 00000000..8caa6293 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/quartz_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/quartz_block_bottom", + "top": "block/quartz_block_top", + "side": "block/quartz_block_side" + } +} diff --git a/1.13.2/assets/minecraft/models/block/quartz_stairs.json b/1.13.2/assets/minecraft/models/block/quartz_stairs.json new file mode 100644 index 00000000..a42bc8d9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/quartz_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/quartz_block_bottom", + "top": "block/quartz_block_top", + "side": "block/quartz_block_side" + } +} diff --git a/1.13.2/assets/minecraft/models/block/quartz_stairs_inner.json b/1.13.2/assets/minecraft/models/block/quartz_stairs_inner.json new file mode 100644 index 00000000..83382bb4 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/quartz_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/quartz_block_bottom", + "top": "block/quartz_block_top", + "side": "block/quartz_block_side" + } +} diff --git a/1.13.2/assets/minecraft/models/block/quartz_stairs_outer.json b/1.13.2/assets/minecraft/models/block/quartz_stairs_outer.json new file mode 100644 index 00000000..db248d64 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/quartz_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/quartz_block_bottom", + "top": "block/quartz_block_top", + "side": "block/quartz_block_side" + } +} diff --git a/1.13.2/assets/minecraft/models/block/rail.json b/1.13.2/assets/minecraft/models/block/rail.json new file mode 100644 index 00000000..cb2fc137 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/rail.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_flat", + "textures": { + "rail": "block/rail" + } +} diff --git a/1.13.2/assets/minecraft/models/block/rail_corner.json b/1.13.2/assets/minecraft/models/block/rail_corner.json new file mode 100644 index 00000000..c3a52d1b --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/rail_corner.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_curved", + "textures": { + "rail": "block/rail_corner" + } +} diff --git a/1.13.2/assets/minecraft/models/block/rail_curved.json b/1.13.2/assets/minecraft/models/block/rail_curved.json new file mode 100644 index 00000000..299a44ba --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/rail_curved.json @@ -0,0 +1,15 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#rail" + }, + "elements": [ + { "from": [ 0, 1, 0 ], + "to": [ 16, 1, 16 ], + "faces": { + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#rail" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#rail" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/rail_flat.json b/1.13.2/assets/minecraft/models/block/rail_flat.json new file mode 100644 index 00000000..299a44ba --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/rail_flat.json @@ -0,0 +1,15 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#rail" + }, + "elements": [ + { "from": [ 0, 1, 0 ], + "to": [ 16, 1, 16 ], + "faces": { + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#rail" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#rail" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/rail_raised_ne.json b/1.13.2/assets/minecraft/models/block/rail_raised_ne.json new file mode 100644 index 00000000..6851714b --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/rail_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_rail_raised_ne", + "textures": { + "rail": "block/rail" + } +} diff --git a/1.13.2/assets/minecraft/models/block/rail_raised_sw.json b/1.13.2/assets/minecraft/models/block/rail_raised_sw.json new file mode 100644 index 00000000..407c0562 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/rail_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_rail_raised_sw", + "textures": { + "rail": "block/rail" + } +} diff --git a/1.13.2/assets/minecraft/models/block/red_carpet.json b/1.13.2/assets/minecraft/models/block/red_carpet.json new file mode 100644 index 00000000..5b970861 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/red_carpet.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "block/red_wool", + "wool": "block/red_wool" + } +} diff --git a/1.13.2/assets/minecraft/models/block/red_concrete.json b/1.13.2/assets/minecraft/models/block/red_concrete.json new file mode 100644 index 00000000..9627a219 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/red_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/red_concrete" + } +} diff --git a/1.13.2/assets/minecraft/models/block/red_concrete_powder.json b/1.13.2/assets/minecraft/models/block/red_concrete_powder.json new file mode 100644 index 00000000..8ac50f68 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/red_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/red_concrete_powder" + } +} diff --git a/1.13.2/assets/minecraft/models/block/red_glazed_terracotta.json b/1.13.2/assets/minecraft/models/block/red_glazed_terracotta.json new file mode 100644 index 00000000..0002721d --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/red_glazed_terracotta.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glazed_terracotta", + "textures": { + "particle": "block/red_glazed_terracotta", + "pattern": "block/red_glazed_terracotta" + } +} diff --git a/1.13.2/assets/minecraft/models/block/red_mushroom.json b/1.13.2/assets/minecraft/models/block/red_mushroom.json new file mode 100644 index 00000000..764bb7fc --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/red_mushroom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/red_mushroom" + } +} diff --git a/1.13.2/assets/minecraft/models/block/red_mushroom_block.json b/1.13.2/assets/minecraft/models/block/red_mushroom_block.json new file mode 100644 index 00000000..1352fa57 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/red_mushroom_block.json @@ -0,0 +1,14 @@ +{ + "textures": { + "texture": "block/red_mushroom_block", + "particle": "block/red_mushroom_block" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 0 ], + "faces": { + "north": { "texture": "#texture", "cullface":"north" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/red_mushroom_block_inventory.json b/1.13.2/assets/minecraft/models/block/red_mushroom_block_inventory.json new file mode 100644 index 00000000..0e29eff2 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/red_mushroom_block_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/red_mushroom_block" + } +} diff --git a/1.13.2/assets/minecraft/models/block/red_nether_bricks.json b/1.13.2/assets/minecraft/models/block/red_nether_bricks.json new file mode 100644 index 00000000..a9833c92 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/red_nether_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/red_nether_bricks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/red_sand.json b/1.13.2/assets/minecraft/models/block/red_sand.json new file mode 100644 index 00000000..7724d66f --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/red_sand.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/red_sand" + } +} diff --git a/1.13.2/assets/minecraft/models/block/red_sandstone.json b/1.13.2/assets/minecraft/models/block/red_sandstone.json new file mode 100644 index 00000000..4fe56135 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/red_sandstone.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "block/red_sandstone_bottom", + "top": "block/red_sandstone_top", + "side": "block/red_sandstone" + } +} diff --git a/1.13.2/assets/minecraft/models/block/red_sandstone_slab.json b/1.13.2/assets/minecraft/models/block/red_sandstone_slab.json new file mode 100644 index 00000000..817d14c1 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/red_sandstone_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/red_sandstone_bottom", + "top": "block/red_sandstone_top", + "side": "block/red_sandstone" + } +} diff --git a/1.13.2/assets/minecraft/models/block/red_sandstone_slab_top.json b/1.13.2/assets/minecraft/models/block/red_sandstone_slab_top.json new file mode 100644 index 00000000..72294351 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/red_sandstone_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/red_sandstone_bottom", + "top": "block/red_sandstone_top", + "side": "block/red_sandstone" + } +} diff --git a/1.13.2/assets/minecraft/models/block/red_sandstone_stairs.json b/1.13.2/assets/minecraft/models/block/red_sandstone_stairs.json new file mode 100644 index 00000000..0110aea0 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/red_sandstone_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/red_sandstone_bottom", + "top": "block/red_sandstone_top", + "side": "block/red_sandstone" + } +} diff --git a/1.13.2/assets/minecraft/models/block/red_sandstone_stairs_inner.json b/1.13.2/assets/minecraft/models/block/red_sandstone_stairs_inner.json new file mode 100644 index 00000000..1c529ff4 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/red_sandstone_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/red_sandstone_bottom", + "top": "block/red_sandstone_top", + "side": "block/red_sandstone" + } +} diff --git a/1.13.2/assets/minecraft/models/block/red_sandstone_stairs_outer.json b/1.13.2/assets/minecraft/models/block/red_sandstone_stairs_outer.json new file mode 100644 index 00000000..8a40e759 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/red_sandstone_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/red_sandstone_bottom", + "top": "block/red_sandstone_top", + "side": "block/red_sandstone" + } +} diff --git a/1.13.2/assets/minecraft/models/block/red_shulker_box.json b/1.13.2/assets/minecraft/models/block/red_shulker_box.json new file mode 100644 index 00000000..50dabd03 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/red_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "block/red_shulker_box" + } +} diff --git a/1.13.2/assets/minecraft/models/block/red_stained_glass.json b/1.13.2/assets/minecraft/models/block/red_stained_glass.json new file mode 100644 index 00000000..aecf4abd --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/red_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/red_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/red_stained_glass_pane_noside.json b/1.13.2/assets/minecraft/models/block/red_stained_glass_pane_noside.json new file mode 100644 index 00000000..ad7e3150 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/red_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside", + "textures": { + "pane": "block/red_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/red_stained_glass_pane_noside_alt.json b/1.13.2/assets/minecraft/models/block/red_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..7b21693b --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/red_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside_alt", + "textures": { + "pane": "block/red_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/red_stained_glass_pane_post.json b/1.13.2/assets/minecraft/models/block/red_stained_glass_pane_post.json new file mode 100644 index 00000000..04248f23 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/red_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_post", + "textures": { + "edge": "block/red_stained_glass_pane_top", + "pane": "block/red_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/red_stained_glass_pane_side.json b/1.13.2/assets/minecraft/models/block/red_stained_glass_pane_side.json new file mode 100644 index 00000000..26fc15af --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/red_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side", + "textures": { + "edge": "block/red_stained_glass_pane_top", + "pane": "block/red_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/red_stained_glass_pane_side_alt.json b/1.13.2/assets/minecraft/models/block/red_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..f206ae13 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/red_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side_alt", + "textures": { + "edge": "block/red_stained_glass_pane_top", + "pane": "block/red_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/red_terracotta.json b/1.13.2/assets/minecraft/models/block/red_terracotta.json new file mode 100644 index 00000000..0264bfb0 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/red_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/red_terracotta" + } +} diff --git a/1.13.2/assets/minecraft/models/block/red_tulip.json b/1.13.2/assets/minecraft/models/block/red_tulip.json new file mode 100644 index 00000000..fcc4f687 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/red_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/red_tulip" + } +} diff --git a/1.13.2/assets/minecraft/models/block/red_wool.json b/1.13.2/assets/minecraft/models/block/red_wool.json new file mode 100644 index 00000000..24e9ca9b --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/red_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/red_wool" + } +} diff --git a/1.13.2/assets/minecraft/models/block/redstone_block.json b/1.13.2/assets/minecraft/models/block/redstone_block.json new file mode 100644 index 00000000..53768b56 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/redstone_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/redstone_block" + } +} diff --git a/1.13.2/assets/minecraft/models/block/redstone_dust_dot.json b/1.13.2/assets/minecraft/models/block/redstone_dust_dot.json new file mode 100644 index 00000000..6005d1bc --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/redstone_dust_dot.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/redstone_dust_dot", + "line": "block/redstone_dust_dot", + "overlay": "block/redstone_dust_overlay" + }, + "elements": [ + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16], "texture": "#line", "tintindex": 0 } + } + }, + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/redstone_dust_side.json b/1.13.2/assets/minecraft/models/block/redstone_dust_side.json new file mode 100644 index 00000000..0298af0f --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/redstone_dust_side.json @@ -0,0 +1,23 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/redstone_dust_dot", + "overlay": "block/redstone_dust_overlay" + }, + "elements": [ + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 8 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 8 ], "texture": "#line", "tintindex": 0 } + } + }, + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 8 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 8 ], "texture": "#overlay" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/redstone_dust_side0.json b/1.13.2/assets/minecraft/models/block/redstone_dust_side0.json new file mode 100644 index 00000000..8ba2e73e --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/redstone_dust_side0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/redstone_dust_side", + "textures": { + "line": "block/redstone_dust_line0" + } +} diff --git a/1.13.2/assets/minecraft/models/block/redstone_dust_side1.json b/1.13.2/assets/minecraft/models/block/redstone_dust_side1.json new file mode 100644 index 00000000..1f545393 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/redstone_dust_side1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/redstone_dust_side", + "textures": { + "line": "block/redstone_dust_line1" + } +} diff --git a/1.13.2/assets/minecraft/models/block/redstone_dust_side_alt.json b/1.13.2/assets/minecraft/models/block/redstone_dust_side_alt.json new file mode 100644 index 00000000..b0af5ec5 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/redstone_dust_side_alt.json @@ -0,0 +1,23 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/redstone_dust_dot", + "overlay": "block/redstone_dust_overlay" + }, + "elements": [ + { "from": [ 0, 0.25, 8 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 8, 16, 16 ], "texture": "#line", "tintindex": 0 } + } + }, + { "from": [ 0, 0.25, 8 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 8, 16, 16 ], "texture": "#overlay" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/redstone_dust_side_alt0.json b/1.13.2/assets/minecraft/models/block/redstone_dust_side_alt0.json new file mode 100644 index 00000000..f74884dd --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/redstone_dust_side_alt0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/redstone_dust_side_alt", + "textures": { + "line": "block/redstone_dust_line0" + } +} diff --git a/1.13.2/assets/minecraft/models/block/redstone_dust_side_alt1.json b/1.13.2/assets/minecraft/models/block/redstone_dust_side_alt1.json new file mode 100644 index 00000000..a31f8487 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/redstone_dust_side_alt1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/redstone_dust_side_alt", + "textures": { + "line": "block/redstone_dust_line1" + } +} diff --git a/1.13.2/assets/minecraft/models/block/redstone_dust_up.json b/1.13.2/assets/minecraft/models/block/redstone_dust_up.json new file mode 100644 index 00000000..8dac44d0 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/redstone_dust_up.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/redstone_dust_dot", + "line": "block/redstone_dust_line0", + "overlay": "block/redstone_dust_overlay" + }, + "elements": [ + { "from": [ 0, 0, 0.25 ], + "to": [ 16, 16, 0.25 ], + "shade": false, + "faces": { + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.25 ], + "to": [ 16, 16, 0.25 ], + "shade": false, + "faces": { + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/redstone_lamp.json b/1.13.2/assets/minecraft/models/block/redstone_lamp.json new file mode 100644 index 00000000..27af8d97 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/redstone_lamp.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/redstone_lamp" + } +} diff --git a/1.13.2/assets/minecraft/models/block/redstone_lamp_on.json b/1.13.2/assets/minecraft/models/block/redstone_lamp_on.json new file mode 100644 index 00000000..a9a33596 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/redstone_lamp_on.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/redstone_lamp_on" + } +} diff --git a/1.13.2/assets/minecraft/models/block/redstone_ore.json b/1.13.2/assets/minecraft/models/block/redstone_ore.json new file mode 100644 index 00000000..0e6f94f4 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/redstone_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/redstone_ore" + } +} diff --git a/1.13.2/assets/minecraft/models/block/redstone_ore_on.json b/1.13.2/assets/minecraft/models/block/redstone_ore_on.json new file mode 100644 index 00000000..0e6f94f4 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/redstone_ore_on.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/redstone_ore" + } +} diff --git a/1.13.2/assets/minecraft/models/block/redstone_torch.json b/1.13.2/assets/minecraft/models/block/redstone_torch.json new file mode 100644 index 00000000..7d17c733 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/redstone_torch.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_torch", + "textures": { + "torch": "block/redstone_torch" + } +} diff --git a/1.13.2/assets/minecraft/models/block/redstone_torch_off.json b/1.13.2/assets/minecraft/models/block/redstone_torch_off.json new file mode 100644 index 00000000..a29dc65a --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/redstone_torch_off.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_torch", + "textures": { + "torch": "block/redstone_torch_off" + } +} diff --git a/1.13.2/assets/minecraft/models/block/redstone_wall_torch.json b/1.13.2/assets/minecraft/models/block/redstone_wall_torch.json new file mode 100644 index 00000000..65e65b81 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/redstone_wall_torch.json @@ -0,0 +1,6 @@ +{ + "parent": "block/torch_wall", + "textures": { + "torch": "block/redstone_torch" + } +} diff --git a/1.13.2/assets/minecraft/models/block/redstone_wall_torch_off.json b/1.13.2/assets/minecraft/models/block/redstone_wall_torch_off.json new file mode 100644 index 00000000..bab8fc39 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/redstone_wall_torch_off.json @@ -0,0 +1,6 @@ +{ + "parent": "block/torch_wall", + "textures": { + "torch": "block/redstone_torch_off" + } +} diff --git a/1.13.2/assets/minecraft/models/block/repeater_1tick.json b/1.13.2/assets/minecraft/models/block/repeater_1tick.json new file mode 100644 index 00000000..940beb0c --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/repeater_1tick.json @@ -0,0 +1,44 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater", + "slab": "block/stone_slab_top", + "top": "block/repeater", + "unlit": "block/redstone_torch_off" + }, + "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": [ 7, 2, 6 ], + "to": [ 9, 7, 8 ], + "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, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/repeater_1tick_locked.json b/1.13.2/assets/minecraft/models/block/repeater_1tick_locked.json new file mode 100644 index 00000000..9bdec6e5 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/repeater_1tick_locked.json @@ -0,0 +1,45 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater", + "slab": "block/stone_slab_top", + "top": "block/repeater", + "lock": "block/bedrock", + "unlit": "block/redstone_torch_off" + }, + "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": [ 2, 2, 6 ], + "to": [ 14, 4, 8 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 2, 2 ], + "to": [ 9, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/repeater_1tick_on.json b/1.13.2/assets/minecraft/models/block/repeater_1tick_on.json new file mode 100644 index 00000000..ba89533a --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/repeater_1tick_on.json @@ -0,0 +1,62 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater_on", + "slab": "block/stone_slab_top", + "top": "block/repeater_on", + "lit": "block/redstone_torch" + }, + "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": [ 7, 7, 6 ], + "to": [ 9, 7, 8 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 5 ], + "to": [ 9, 8, 9 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 6 ], + "to": [ 10, 8, 8 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/repeater_1tick_on_locked.json b/1.13.2/assets/minecraft/models/block/repeater_1tick_on_locked.json new file mode 100644 index 00000000..f65ecb67 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/repeater_1tick_on_locked.json @@ -0,0 +1,54 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater_on", + "slab": "block/stone_slab_top", + "top": "block/repeater_on", + "lit": "block/redstone_torch", + "lock": "block/bedrock" + }, + "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": [ 2, 2, 6 ], + "to": [ 14, 4, 8 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/repeater_2tick.json b/1.13.2/assets/minecraft/models/block/repeater_2tick.json new file mode 100644 index 00000000..7741af45 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/repeater_2tick.json @@ -0,0 +1,44 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater", + "slab": "block/stone_slab_top", + "top": "block/repeater", + "unlit": "block/redstone_torch_off" + }, + "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": [ 7, 2, 8 ], + "to": [ 9, 7, 10 ], + "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, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/repeater_2tick_locked.json b/1.13.2/assets/minecraft/models/block/repeater_2tick_locked.json new file mode 100644 index 00000000..f3d28ad1 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/repeater_2tick_locked.json @@ -0,0 +1,45 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater", + "slab": "block/stone_slab_top", + "top": "block/repeater", + "lock": "block/bedrock", + "unlit": "block/redstone_torch_off" + }, + "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": [ 2, 2, 8 ], + "to": [ 14, 4, 10 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 2, 2 ], + "to": [ 9, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/repeater_2tick_on.json b/1.13.2/assets/minecraft/models/block/repeater_2tick_on.json new file mode 100644 index 00000000..b5807dda --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/repeater_2tick_on.json @@ -0,0 +1,62 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater_on", + "slab": "block/stone_slab_top", + "top": "block/repeater_on", + "lit": "block/redstone_torch" + }, + "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": [ 7, 7, 8 ], + "to": [ 9, 7, 10 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 7 ], + "to": [ 9, 8, 11 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 8 ], + "to": [ 10, 8, 10 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/repeater_2tick_on_locked.json b/1.13.2/assets/minecraft/models/block/repeater_2tick_on_locked.json new file mode 100644 index 00000000..e3928504 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/repeater_2tick_on_locked.json @@ -0,0 +1,54 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater_on", + "slab": "block/stone_slab_top", + "top": "block/repeater_on", + "lit": "block/redstone_torch", + "lock": "block/bedrock" + }, + "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": [ 2, 2, 8 ], + "to": [ 14, 4, 10 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/repeater_3tick.json b/1.13.2/assets/minecraft/models/block/repeater_3tick.json new file mode 100644 index 00000000..6b3f288b --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/repeater_3tick.json @@ -0,0 +1,44 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater", + "slab": "block/stone_slab_top", + "top": "block/repeater", + "unlit": "block/redstone_torch_off" + }, + "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": [ 7, 2, 10 ], + "to": [ 9, 7, 12 ], + "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, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/repeater_3tick_locked.json b/1.13.2/assets/minecraft/models/block/repeater_3tick_locked.json new file mode 100644 index 00000000..c3b51e0c --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/repeater_3tick_locked.json @@ -0,0 +1,45 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater", + "slab": "block/stone_slab_top", + "top": "block/repeater", + "lock": "block/bedrock", + "unlit": "block/redstone_torch_off" + }, + "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": [ 2, 2, 10 ], + "to": [ 14, 4, 12 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 2, 2 ], + "to": [ 9, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/repeater_3tick_on.json b/1.13.2/assets/minecraft/models/block/repeater_3tick_on.json new file mode 100644 index 00000000..113ffc64 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/repeater_3tick_on.json @@ -0,0 +1,62 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater_on", + "slab": "block/stone_slab_top", + "top": "block/repeater_on", + "lit": "block/redstone_torch" + }, + "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": [ 7, 7, 10 ], + "to": [ 9, 7, 12 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 9 ], + "to": [ 9, 8, 13 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 10 ], + "to": [ 10, 8, 12 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/repeater_3tick_on_locked.json b/1.13.2/assets/minecraft/models/block/repeater_3tick_on_locked.json new file mode 100644 index 00000000..10db5f1a --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/repeater_3tick_on_locked.json @@ -0,0 +1,54 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater_on", + "slab": "block/stone_slab_top", + "top": "block/repeater_on", + "lit": "block/redstone_torch", + "lock": "block/bedrock" + }, + "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": [ 2, 2, 10 ], + "to": [ 14, 4, 12 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/repeater_4tick.json b/1.13.2/assets/minecraft/models/block/repeater_4tick.json new file mode 100644 index 00000000..655a5019 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/repeater_4tick.json @@ -0,0 +1,44 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater", + "slab": "block/stone_slab_top", + "top": "block/repeater", + "unlit": "block/redstone_torch_off" + }, + "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": [ 7, 2, 12 ], + "to": [ 9, 7, 14 ], + "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, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/repeater_4tick_locked.json b/1.13.2/assets/minecraft/models/block/repeater_4tick_locked.json new file mode 100644 index 00000000..861d6393 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/repeater_4tick_locked.json @@ -0,0 +1,45 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater", + "slab": "block/stone_slab_top", + "top": "block/repeater", + "lock": "block/bedrock", + "unlit": "block/redstone_torch_off" + }, + "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": [ 2, 2, 12 ], + "to": [ 14, 4, 14 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 2, 2 ], + "to": [ 9, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/repeater_4tick_on.json b/1.13.2/assets/minecraft/models/block/repeater_4tick_on.json new file mode 100644 index 00000000..8e6cbf69 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/repeater_4tick_on.json @@ -0,0 +1,62 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater_on", + "slab": "block/stone_slab_top", + "top": "block/repeater_on", + "lit": "block/redstone_torch" + }, + "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": [ 7, 7, 12 ], + "to": [ 9, 7, 14 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 11 ], + "to": [ 9, 8, 15 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 12 ], + "to": [ 10, 8, 14 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/repeater_4tick_on_locked.json b/1.13.2/assets/minecraft/models/block/repeater_4tick_on_locked.json new file mode 100644 index 00000000..64c35b17 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/repeater_4tick_on_locked.json @@ -0,0 +1,54 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater_on", + "slab": "block/stone_slab_top", + "top": "block/repeater_on", + "lit": "block/redstone_torch", + "lock": "block/bedrock" + }, + "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": [ 2, 2, 12 ], + "to": [ 14, 4, 14 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/repeating_command_block.json b/1.13.2/assets/minecraft/models/block/repeating_command_block.json new file mode 100644 index 00000000..6c51bf02 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/repeating_command_block.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube_directional", + "textures": { + "particle": "block/repeating_command_block_back", + "down": "block/repeating_command_block_side", + "up": "block/repeating_command_block_side", + "north": "block/repeating_command_block_front", + "east": "block/repeating_command_block_side", + "south": "block/repeating_command_block_back", + "west": "block/repeating_command_block_side" + } +} diff --git a/1.13.2/assets/minecraft/models/block/repeating_command_block_conditional.json b/1.13.2/assets/minecraft/models/block/repeating_command_block_conditional.json new file mode 100644 index 00000000..ab17b41b --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/repeating_command_block_conditional.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube_directional", + "textures": { + "particle": "block/repeating_command_block_back", + "down": "block/repeating_command_block_conditional", + "up": "block/repeating_command_block_conditional", + "north": "block/repeating_command_block_front", + "east": "block/repeating_command_block_conditional", + "south": "block/repeating_command_block_back", + "west": "block/repeating_command_block_conditional" + } +} diff --git a/1.13.2/assets/minecraft/models/block/rose_bush_bottom.json b/1.13.2/assets/minecraft/models/block/rose_bush_bottom.json new file mode 100644 index 00000000..2a6fe0c6 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/rose_bush_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/rose_bush_bottom" + } +} diff --git a/1.13.2/assets/minecraft/models/block/rose_bush_top.json b/1.13.2/assets/minecraft/models/block/rose_bush_top.json new file mode 100644 index 00000000..ca3dce47 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/rose_bush_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/rose_bush_top" + } +} diff --git a/1.13.2/assets/minecraft/models/block/sand.json b/1.13.2/assets/minecraft/models/block/sand.json new file mode 100644 index 00000000..ce575a56 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/sand.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/sand" + } +} diff --git a/1.13.2/assets/minecraft/models/block/sandstone.json b/1.13.2/assets/minecraft/models/block/sandstone.json new file mode 100644 index 00000000..4326a4a6 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/sandstone.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "block/sandstone_bottom", + "top": "block/sandstone_top", + "side": "block/sandstone" + } +} diff --git a/1.13.2/assets/minecraft/models/block/sandstone_slab.json b/1.13.2/assets/minecraft/models/block/sandstone_slab.json new file mode 100644 index 00000000..e8b91ea4 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/sandstone_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/sandstone_bottom", + "top": "block/sandstone_top", + "side": "block/sandstone" + } +} diff --git a/1.13.2/assets/minecraft/models/block/sandstone_slab_top.json b/1.13.2/assets/minecraft/models/block/sandstone_slab_top.json new file mode 100644 index 00000000..1b6e7cfd --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/sandstone_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/sandstone_bottom", + "top": "block/sandstone_top", + "side": "block/sandstone" + } +} diff --git a/1.13.2/assets/minecraft/models/block/sandstone_stairs.json b/1.13.2/assets/minecraft/models/block/sandstone_stairs.json new file mode 100644 index 00000000..633ef4dd --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/sandstone_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/sandstone_bottom", + "top": "block/sandstone_top", + "side": "block/sandstone" + } +} diff --git a/1.13.2/assets/minecraft/models/block/sandstone_stairs_inner.json b/1.13.2/assets/minecraft/models/block/sandstone_stairs_inner.json new file mode 100644 index 00000000..fe379571 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/sandstone_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/sandstone_bottom", + "top": "block/sandstone_top", + "side": "block/sandstone" + } +} diff --git a/1.13.2/assets/minecraft/models/block/sandstone_stairs_outer.json b/1.13.2/assets/minecraft/models/block/sandstone_stairs_outer.json new file mode 100644 index 00000000..ab0b590e --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/sandstone_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/sandstone_bottom", + "top": "block/sandstone_top", + "side": "block/sandstone" + } +} diff --git a/1.13.2/assets/minecraft/models/block/sea_lantern.json b/1.13.2/assets/minecraft/models/block/sea_lantern.json new file mode 100644 index 00000000..32ff0c1d --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/sea_lantern.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/sea_lantern" + } +} diff --git a/1.13.2/assets/minecraft/models/block/sea_pickle.json b/1.13.2/assets/minecraft/models/block/sea_pickle.json new file mode 100644 index 00000000..9c5a81ba --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/sea_pickle.json @@ -0,0 +1,47 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/sea_pickle", + "all": "block/sea_pickle" + }, + "elements": [ + { "from": [ 6, 0, 6 ], + "to": [ 10, 6, 10 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" } + } + }, + { + "from": [ 6, 5.95, 6 ], + "to": [ 10, 5.95, 10 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 7.5, 5.2, 8 ], + "to": [ 8.5, 8.7, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "south": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + }, + { + "from": [ 8, 5.2, 7.5 ], + "to": [ 8, 8.7, 8.5 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "west": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "east": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/seagrass.json b/1.13.2/assets/minecraft/models/block/seagrass.json new file mode 100644 index 00000000..c8c8edf7 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/seagrass.json @@ -0,0 +1,42 @@ +{ + "parent": "block/block", + "ambientocclusion": false, + "textures": { + "seagrass": "block/seagrass", + "particle": "block/seagrass" + }, + "elements": [ + { "from": [ 0, 0, 4 ], + "to": [ 16, 16, 4 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#seagrass", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#seagrass", "tintindex": 0 } + } + }, + { "from": [ 12, 0, 0 ], + "to": [ 12, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#seagrass", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#seagrass", "tintindex": 0 } + } + }, + { "from": [ 4, 0, 0 ], + "to": [ 4, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#seagrass", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#seagrass", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 12 ], + "to": [ 16, 16, 12 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#seagrass", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#seagrass", "tintindex": 0 } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/shulker_box.json b/1.13.2/assets/minecraft/models/block/shulker_box.json new file mode 100644 index 00000000..f1a3072e --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "block/shulker_box" + } +} diff --git a/1.13.2/assets/minecraft/models/block/sign.json b/1.13.2/assets/minecraft/models/block/sign.json new file mode 100644 index 00000000..a3ee2504 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/sign.json @@ -0,0 +1,6 @@ +{ + "textures": { + "particle": "block/oak_planks" + } +} + diff --git a/1.13.2/assets/minecraft/models/block/skull.json b/1.13.2/assets/minecraft/models/block/skull.json new file mode 100644 index 00000000..a597d83e --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/skull.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "block/soul_sand" + } +} diff --git a/1.13.2/assets/minecraft/models/block/slab.json b/1.13.2/assets/minecraft/models/block/slab.json new file mode 100644 index 00000000..1eadc701 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/slab.json @@ -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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/slab_top.json b/1.13.2/assets/minecraft/models/block/slab_top.json new file mode 100644 index 00000000..e21eb932 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/slab_top.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#side" + }, + "elements": [ + { "from": [ 0, 8, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 8 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 8 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 8 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 8 ], "texture": "#side", "cullface": "east" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/slightly_cracked_turtle_egg.json b/1.13.2/assets/minecraft/models/block/slightly_cracked_turtle_egg.json new file mode 100644 index 00000000..ca36ae71 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/slightly_cracked_turtle_egg.json @@ -0,0 +1,7 @@ +{ + "parent": "block/turtle_egg", + "textures": { + "particle": "block/turtle_egg_slightly_cracked", + "all": "block/turtle_egg_slightly_cracked" + } +} diff --git a/1.13.2/assets/minecraft/models/block/slime_block.json b/1.13.2/assets/minecraft/models/block/slime_block.json new file mode 100644 index 00000000..95f92bdf --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/slime_block.json @@ -0,0 +1,30 @@ +{ "parent": "block/block", + "textures": { + "particle": "block/slime_block", + "texture": "block/slime_block" + }, + "elements": [ + { "from": [ 3, 3, 3 ], + "to": [ 13, 13, 13 ], + "faces": { + "down": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, + "up": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, + "north": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, + "south": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, + "west": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, + "east": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" } + } + }, + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/smooth_quartz.json b/1.13.2/assets/minecraft/models/block/smooth_quartz.json new file mode 100644 index 00000000..169f8596 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/smooth_quartz.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/quartz_block_top" + } +} diff --git a/1.13.2/assets/minecraft/models/block/smooth_red_sandstone.json b/1.13.2/assets/minecraft/models/block/smooth_red_sandstone.json new file mode 100644 index 00000000..95a1ecde --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/smooth_red_sandstone.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/red_sandstone_top" + } +} diff --git a/1.13.2/assets/minecraft/models/block/smooth_sandstone.json b/1.13.2/assets/minecraft/models/block/smooth_sandstone.json new file mode 100644 index 00000000..d8a510f1 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/smooth_sandstone.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/sandstone_top" + } +} diff --git a/1.13.2/assets/minecraft/models/block/smooth_stone.json b/1.13.2/assets/minecraft/models/block/smooth_stone.json new file mode 100644 index 00000000..23ba0039 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/smooth_stone.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/stone_slab_top" + } +} diff --git a/1.13.2/assets/minecraft/models/block/snow_block.json b/1.13.2/assets/minecraft/models/block/snow_block.json new file mode 100644 index 00000000..6ade2513 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/snow_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/snow" + } +} diff --git a/1.13.2/assets/minecraft/models/block/snow_height10.json b/1.13.2/assets/minecraft/models/block/snow_height10.json new file mode 100644 index 00000000..dd72cc9e --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/snow_height10.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "block/snow", + "texture": "block/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 10, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 6, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 6, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 6, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 6, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/snow_height12.json b/1.13.2/assets/minecraft/models/block/snow_height12.json new file mode 100644 index 00000000..bdce96c0 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/snow_height12.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "block/snow", + "texture": "block/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 12, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 4, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 4, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 4, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 4, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/snow_height14.json b/1.13.2/assets/minecraft/models/block/snow_height14.json new file mode 100644 index 00000000..4b3a9ffc --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/snow_height14.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "block/snow", + "texture": "block/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 14, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 2, 16, 16 ], "texture": "#texture" }, + "south": { "uv": [ 0, 2, 16, 16 ], "texture": "#texture" }, + "west": { "uv": [ 0, 2, 16, 16 ], "texture": "#texture" }, + "east": { "uv": [ 0, 2, 16, 16 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/snow_height2.json b/1.13.2/assets/minecraft/models/block/snow_height2.json new file mode 100644 index 00000000..de13fc62 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/snow_height2.json @@ -0,0 +1,19 @@ +{ "parent": "block/thin_block", + "textures": { + "particle": "block/snow", + "texture": "block/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 2, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 14, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 14, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 14, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 14, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/snow_height4.json b/1.13.2/assets/minecraft/models/block/snow_height4.json new file mode 100644 index 00000000..650692c5 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/snow_height4.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "block/snow", + "texture": "block/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 4, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 12, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 12, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 12, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 12, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/snow_height6.json b/1.13.2/assets/minecraft/models/block/snow_height6.json new file mode 100644 index 00000000..32468b9b --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/snow_height6.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "block/snow", + "texture": "block/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 6, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 10, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 10, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 10, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 10, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/snow_height8.json b/1.13.2/assets/minecraft/models/block/snow_height8.json new file mode 100644 index 00000000..53d22828 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/snow_height8.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "block/snow", + "texture": "block/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 8, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 8, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 8, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 8, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 8, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/soul_sand.json b/1.13.2/assets/minecraft/models/block/soul_sand.json new file mode 100644 index 00000000..bd130d6d --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/soul_sand.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/soul_sand" + } +} diff --git a/1.13.2/assets/minecraft/models/block/spawner.json b/1.13.2/assets/minecraft/models/block/spawner.json new file mode 100644 index 00000000..e932d70a --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/spawner.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/spawner" + } +} diff --git a/1.13.2/assets/minecraft/models/block/sponge.json b/1.13.2/assets/minecraft/models/block/sponge.json new file mode 100644 index 00000000..a09bdcc4 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/sponge.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/sponge" + } +} diff --git a/1.13.2/assets/minecraft/models/block/spruce_button.json b/1.13.2/assets/minecraft/models/block/spruce_button.json new file mode 100644 index 00000000..55791862 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/spruce_button.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button", + "textures": { + "texture": "block/spruce_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/spruce_button_inventory.json b/1.13.2/assets/minecraft/models/block/spruce_button_inventory.json new file mode 100644 index 00000000..fb0b60bd --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/spruce_button_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button_inventory", + "textures": { + "texture": "block/spruce_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/spruce_button_pressed.json b/1.13.2/assets/minecraft/models/block/spruce_button_pressed.json new file mode 100644 index 00000000..b01f0246 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/spruce_button_pressed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button_pressed", + "textures": { + "texture": "block/spruce_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/spruce_door_bottom.json b/1.13.2/assets/minecraft/models/block/spruce_door_bottom.json new file mode 100644 index 00000000..fd678125 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/spruce_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom", + "textures": { + "bottom": "block/spruce_door_bottom", + "top": "block/spruce_door_top" + } +} diff --git a/1.13.2/assets/minecraft/models/block/spruce_door_bottom_hinge.json b/1.13.2/assets/minecraft/models/block/spruce_door_bottom_hinge.json new file mode 100644 index 00000000..f604cf5d --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/spruce_door_bottom_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom_rh", + "textures": { + "bottom": "block/spruce_door_bottom", + "top": "block/spruce_door_top" + } +} diff --git a/1.13.2/assets/minecraft/models/block/spruce_door_top.json b/1.13.2/assets/minecraft/models/block/spruce_door_top.json new file mode 100644 index 00000000..48e026a3 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/spruce_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top", + "textures": { + "bottom": "block/spruce_door_bottom", + "top": "block/spruce_door_top" + } +} diff --git a/1.13.2/assets/minecraft/models/block/spruce_door_top_hinge.json b/1.13.2/assets/minecraft/models/block/spruce_door_top_hinge.json new file mode 100644 index 00000000..3a6f92ab --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/spruce_door_top_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top_rh", + "textures": { + "bottom": "block/spruce_door_bottom", + "top": "block/spruce_door_top" + } +} diff --git a/1.13.2/assets/minecraft/models/block/spruce_fence_gate.json b/1.13.2/assets/minecraft/models/block/spruce_fence_gate.json new file mode 100644 index 00000000..9e87e119 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/spruce_fence_gate.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate", + "textures": { + "texture": "block/spruce_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/spruce_fence_gate_open.json b/1.13.2/assets/minecraft/models/block/spruce_fence_gate_open.json new file mode 100644 index 00000000..528a7118 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/spruce_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate_open", + "textures": { + "texture": "block/spruce_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/spruce_fence_gate_wall.json b/1.13.2/assets/minecraft/models/block/spruce_fence_gate_wall.json new file mode 100644 index 00000000..e54d9981 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/spruce_fence_gate_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate_wall", + "textures": { + "texture": "block/spruce_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/spruce_fence_gate_wall_open.json b/1.13.2/assets/minecraft/models/block/spruce_fence_gate_wall_open.json new file mode 100644 index 00000000..f68f6641 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/spruce_fence_gate_wall_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate_wall_open", + "textures": { + "texture": "block/spruce_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/spruce_fence_inventory.json b/1.13.2/assets/minecraft/models/block/spruce_fence_inventory.json new file mode 100644 index 00000000..2acf6519 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/spruce_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_inventory", + "textures": { + "texture": "block/spruce_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/spruce_fence_post.json b/1.13.2/assets/minecraft/models/block/spruce_fence_post.json new file mode 100644 index 00000000..c8b41b83 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/spruce_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_post", + "textures": { + "texture": "block/spruce_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/spruce_fence_side.json b/1.13.2/assets/minecraft/models/block/spruce_fence_side.json new file mode 100644 index 00000000..d27c4dc4 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/spruce_fence_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_side", + "textures": { + "texture": "block/spruce_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/spruce_leaves.json b/1.13.2/assets/minecraft/models/block/spruce_leaves.json new file mode 100644 index 00000000..813b9390 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/spruce_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "block/leaves", + "textures": { + "all": "block/spruce_leaves" + } +} diff --git a/1.13.2/assets/minecraft/models/block/spruce_log.json b/1.13.2/assets/minecraft/models/block/spruce_log.json new file mode 100644 index 00000000..cc77a3c4 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/spruce_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/spruce_log_top", + "side": "block/spruce_log" + } +} diff --git a/1.13.2/assets/minecraft/models/block/spruce_planks.json b/1.13.2/assets/minecraft/models/block/spruce_planks.json new file mode 100644 index 00000000..249f4b7b --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/spruce_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/spruce_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/spruce_pressure_plate.json b/1.13.2/assets/minecraft/models/block/spruce_pressure_plate.json new file mode 100644 index 00000000..a8ead6a0 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/spruce_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_up", + "textures": { + "texture": "block/spruce_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/spruce_pressure_plate_down.json b/1.13.2/assets/minecraft/models/block/spruce_pressure_plate_down.json new file mode 100644 index 00000000..e1bda415 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/spruce_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_down", + "textures": { + "texture": "block/spruce_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/spruce_sapling.json b/1.13.2/assets/minecraft/models/block/spruce_sapling.json new file mode 100644 index 00000000..40c0fc7f --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/spruce_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/spruce_sapling" + } +} diff --git a/1.13.2/assets/minecraft/models/block/spruce_slab.json b/1.13.2/assets/minecraft/models/block/spruce_slab.json new file mode 100644 index 00000000..7d5ccad8 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/spruce_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/spruce_planks", + "top": "block/spruce_planks", + "side": "block/spruce_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/spruce_slab_top.json b/1.13.2/assets/minecraft/models/block/spruce_slab_top.json new file mode 100644 index 00000000..66ad2e50 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/spruce_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/spruce_planks", + "top": "block/spruce_planks", + "side": "block/spruce_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/spruce_stairs.json b/1.13.2/assets/minecraft/models/block/spruce_stairs.json new file mode 100644 index 00000000..78566b7f --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/spruce_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/spruce_planks", + "top": "block/spruce_planks", + "side": "block/spruce_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/spruce_stairs_inner.json b/1.13.2/assets/minecraft/models/block/spruce_stairs_inner.json new file mode 100644 index 00000000..23553fb3 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/spruce_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/spruce_planks", + "top": "block/spruce_planks", + "side": "block/spruce_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/spruce_stairs_outer.json b/1.13.2/assets/minecraft/models/block/spruce_stairs_outer.json new file mode 100644 index 00000000..4e0d75f1 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/spruce_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/spruce_planks", + "top": "block/spruce_planks", + "side": "block/spruce_planks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/spruce_trapdoor_bottom.json b/1.13.2/assets/minecraft/models/block/spruce_trapdoor_bottom.json new file mode 100644 index 00000000..d3b1fc48 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/spruce_trapdoor_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_orientable_trapdoor_bottom", + "textures": { + "texture": "block/spruce_trapdoor" + } +} diff --git a/1.13.2/assets/minecraft/models/block/spruce_trapdoor_open.json b/1.13.2/assets/minecraft/models/block/spruce_trapdoor_open.json new file mode 100644 index 00000000..beb5ebb1 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/spruce_trapdoor_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_orientable_trapdoor_open", + "textures": { + "texture": "block/spruce_trapdoor" + } +} diff --git a/1.13.2/assets/minecraft/models/block/spruce_trapdoor_top.json b/1.13.2/assets/minecraft/models/block/spruce_trapdoor_top.json new file mode 100644 index 00000000..8da7770d --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/spruce_trapdoor_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_orientable_trapdoor_top", + "textures": { + "texture": "block/spruce_trapdoor" + } +} diff --git a/1.13.2/assets/minecraft/models/block/spruce_wood.json b/1.13.2/assets/minecraft/models/block/spruce_wood.json new file mode 100644 index 00000000..deb91717 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/spruce_wood.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/spruce_log", + "side": "block/spruce_log" + } +} diff --git a/1.13.2/assets/minecraft/models/block/stairs.json b/1.13.2/assets/minecraft/models/block/stairs.json new file mode 100644 index 00000000..e8038127 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/stairs.json @@ -0,0 +1,46 @@ +{ "parent": "block/block", + "display": { + "gui": { + "rotation": [ 30, 135, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 0.625, 0.625, 0.625 ] + }, + "head": { + "rotation": [ 0, -90, 0 ], + "translation": [ 0, 0, 0 ], + "scale": [ 1, 1, 1 ] + }, + "thirdperson_lefthand": { + "rotation": [ 75, -135, 0 ], + "translation": [ 0, 2.5, 0], + "scale": [ 0.375, 0.375, 0.375 ] + } + }, + "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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/stem_fruit.json b/1.13.2/assets/minecraft/models/block/stem_fruit.json new file mode 100644 index 00000000..86d59c66 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/stem_fruit.json @@ -0,0 +1,31 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 7, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 8 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 8 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 7, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 8 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 8 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 8 ], + "to": [ 9, 16, 8 ], + "faces": { + "north": { "uv": [ 9, 0, 0, 16 ], "texture": "#upperstem", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 9, 16 ], "texture": "#upperstem", "tintindex": 0 } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/stem_growth0.json b/1.13.2/assets/minecraft/models/block/stem_growth0.json new file mode 100644 index 00000000..6e977315 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/stem_growth0.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 1, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 2 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 2 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 1, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 2 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 2 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/stem_growth1.json b/1.13.2/assets/minecraft/models/block/stem_growth1.json new file mode 100644 index 00000000..ea97f754 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/stem_growth1.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 3, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 4 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 4 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 3, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 4 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 4 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/stem_growth2.json b/1.13.2/assets/minecraft/models/block/stem_growth2.json new file mode 100644 index 00000000..4ab6f4c2 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/stem_growth2.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 5, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 6 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 6 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 5, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 6 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 6 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/stem_growth3.json b/1.13.2/assets/minecraft/models/block/stem_growth3.json new file mode 100644 index 00000000..542a8205 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/stem_growth3.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 7, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 8 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 8 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 7, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 8 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 8 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/stem_growth4.json b/1.13.2/assets/minecraft/models/block/stem_growth4.json new file mode 100644 index 00000000..77befceb --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/stem_growth4.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 9, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 10 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 10 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 9, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 10 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 10 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/stem_growth5.json b/1.13.2/assets/minecraft/models/block/stem_growth5.json new file mode 100644 index 00000000..678450e6 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/stem_growth5.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 11, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 12 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 12 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 11, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 12 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 12 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/stem_growth6.json b/1.13.2/assets/minecraft/models/block/stem_growth6.json new file mode 100644 index 00000000..523974e2 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/stem_growth6.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 13, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 14 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 14 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 13, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 14 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 14 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/stem_growth7.json b/1.13.2/assets/minecraft/models/block/stem_growth7.json new file mode 100644 index 00000000..bd4f9d18 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/stem_growth7.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 15, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 16 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 15, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 16 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/sticky_piston.json b/1.13.2/assets/minecraft/models/block/sticky_piston.json new file mode 100644 index 00000000..1e6f80ac --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/sticky_piston.json @@ -0,0 +1,8 @@ +{ + "parent": "block/template_piston", + "textures": { + "bottom": "block/piston_bottom", + "side": "block/piston_side", + "platform": "block/piston_top_sticky" + } +} diff --git a/1.13.2/assets/minecraft/models/block/sticky_piston_inventory.json b/1.13.2/assets/minecraft/models/block/sticky_piston_inventory.json new file mode 100644 index 00000000..02ac5fe6 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/sticky_piston_inventory.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "block/piston_bottom", + "side": "block/piston_side", + "top": "block/piston_top_sticky" + } +} diff --git a/1.13.2/assets/minecraft/models/block/stone.json b/1.13.2/assets/minecraft/models/block/stone.json new file mode 100644 index 00000000..52e4199a --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/stone.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/stone" + } +} diff --git a/1.13.2/assets/minecraft/models/block/stone_brick_slab.json b/1.13.2/assets/minecraft/models/block/stone_brick_slab.json new file mode 100644 index 00000000..e734e0ca --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/stone_brick_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/stone_bricks", + "top": "block/stone_bricks", + "side": "block/stone_bricks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/stone_brick_slab_top.json b/1.13.2/assets/minecraft/models/block/stone_brick_slab_top.json new file mode 100644 index 00000000..2571d95b --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/stone_brick_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/stone_bricks", + "top": "block/stone_bricks", + "side": "block/stone_bricks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/stone_brick_stairs.json b/1.13.2/assets/minecraft/models/block/stone_brick_stairs.json new file mode 100644 index 00000000..22bf1d1f --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/stone_brick_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/stone_bricks", + "top": "block/stone_bricks", + "side": "block/stone_bricks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/stone_brick_stairs_inner.json b/1.13.2/assets/minecraft/models/block/stone_brick_stairs_inner.json new file mode 100644 index 00000000..4e1a4f10 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/stone_brick_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/stone_bricks", + "top": "block/stone_bricks", + "side": "block/stone_bricks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/stone_brick_stairs_outer.json b/1.13.2/assets/minecraft/models/block/stone_brick_stairs_outer.json new file mode 100644 index 00000000..d33c2fab --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/stone_brick_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/stone_bricks", + "top": "block/stone_bricks", + "side": "block/stone_bricks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/stone_bricks.json b/1.13.2/assets/minecraft/models/block/stone_bricks.json new file mode 100644 index 00000000..d8ae261f --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/stone_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/stone_bricks" + } +} diff --git a/1.13.2/assets/minecraft/models/block/stone_button.json b/1.13.2/assets/minecraft/models/block/stone_button.json new file mode 100644 index 00000000..d4200a97 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/stone_button.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button", + "textures": { + "texture": "block/stone" + } +} diff --git a/1.13.2/assets/minecraft/models/block/stone_button_inventory.json b/1.13.2/assets/minecraft/models/block/stone_button_inventory.json new file mode 100644 index 00000000..505a0637 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/stone_button_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button_inventory", + "textures": { + "texture": "block/stone" + } +} diff --git a/1.13.2/assets/minecraft/models/block/stone_button_pressed.json b/1.13.2/assets/minecraft/models/block/stone_button_pressed.json new file mode 100644 index 00000000..69d1273d --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/stone_button_pressed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button_pressed", + "textures": { + "texture": "block/stone" + } +} diff --git a/1.13.2/assets/minecraft/models/block/stone_mirrored.json b/1.13.2/assets/minecraft/models/block/stone_mirrored.json new file mode 100644 index 00000000..af1b1b05 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/stone_mirrored.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_mirrored_all", + "textures": { + "all": "block/stone" + } +} diff --git a/1.13.2/assets/minecraft/models/block/stone_pressure_plate.json b/1.13.2/assets/minecraft/models/block/stone_pressure_plate.json new file mode 100644 index 00000000..3501698b --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/stone_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_up", + "textures": { + "texture": "block/stone" + } +} diff --git a/1.13.2/assets/minecraft/models/block/stone_pressure_plate_down.json b/1.13.2/assets/minecraft/models/block/stone_pressure_plate_down.json new file mode 100644 index 00000000..915d222c --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/stone_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_down", + "textures": { + "texture": "block/stone" + } +} diff --git a/1.13.2/assets/minecraft/models/block/stone_slab.json b/1.13.2/assets/minecraft/models/block/stone_slab.json new file mode 100644 index 00000000..75c3db65 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/stone_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/stone_slab_top", + "top": "block/stone_slab_top", + "side": "block/stone_slab_side" + } +} diff --git a/1.13.2/assets/minecraft/models/block/stone_slab_double.json b/1.13.2/assets/minecraft/models/block/stone_slab_double.json new file mode 100644 index 00000000..41b0e6d3 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/stone_slab_double.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/stone_slab_top", + "side": "block/stone_slab_side" + } +} diff --git a/1.13.2/assets/minecraft/models/block/stone_slab_top.json b/1.13.2/assets/minecraft/models/block/stone_slab_top.json new file mode 100644 index 00000000..5df223a4 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/stone_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/stone_slab_top", + "top": "block/stone_slab_top", + "side": "block/stone_slab_side" + } +} diff --git a/1.13.2/assets/minecraft/models/block/stripped_acacia_log.json b/1.13.2/assets/minecraft/models/block/stripped_acacia_log.json new file mode 100644 index 00000000..66d90827 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/stripped_acacia_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/stripped_acacia_log_top", + "side": "block/stripped_acacia_log" + } +} diff --git a/1.13.2/assets/minecraft/models/block/stripped_acacia_wood.json b/1.13.2/assets/minecraft/models/block/stripped_acacia_wood.json new file mode 100644 index 00000000..3ae4d433 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/stripped_acacia_wood.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/stripped_acacia_log", + "side": "block/stripped_acacia_log" + } +} diff --git a/1.13.2/assets/minecraft/models/block/stripped_birch_log.json b/1.13.2/assets/minecraft/models/block/stripped_birch_log.json new file mode 100644 index 00000000..659e539b --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/stripped_birch_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/stripped_birch_log_top", + "side": "block/stripped_birch_log" + } +} diff --git a/1.13.2/assets/minecraft/models/block/stripped_birch_wood.json b/1.13.2/assets/minecraft/models/block/stripped_birch_wood.json new file mode 100644 index 00000000..b70bd6eb --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/stripped_birch_wood.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/stripped_birch_log", + "side": "block/stripped_birch_log" + } +} diff --git a/1.13.2/assets/minecraft/models/block/stripped_dark_oak_log.json b/1.13.2/assets/minecraft/models/block/stripped_dark_oak_log.json new file mode 100644 index 00000000..5b56bb52 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/stripped_dark_oak_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/stripped_dark_oak_log_top", + "side": "block/stripped_dark_oak_log" + } +} diff --git a/1.13.2/assets/minecraft/models/block/stripped_dark_oak_wood.json b/1.13.2/assets/minecraft/models/block/stripped_dark_oak_wood.json new file mode 100644 index 00000000..f448b8b0 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/stripped_dark_oak_wood.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/stripped_dark_oak_log", + "side": "block/stripped_dark_oak_log" + } +} diff --git a/1.13.2/assets/minecraft/models/block/stripped_jungle_log.json b/1.13.2/assets/minecraft/models/block/stripped_jungle_log.json new file mode 100644 index 00000000..bfe7121e --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/stripped_jungle_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/stripped_jungle_log_top", + "side": "block/stripped_jungle_log" + } +} diff --git a/1.13.2/assets/minecraft/models/block/stripped_jungle_wood.json b/1.13.2/assets/minecraft/models/block/stripped_jungle_wood.json new file mode 100644 index 00000000..092e8928 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/stripped_jungle_wood.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/stripped_jungle_log", + "side": "block/stripped_jungle_log" + } +} diff --git a/1.13.2/assets/minecraft/models/block/stripped_oak_log.json b/1.13.2/assets/minecraft/models/block/stripped_oak_log.json new file mode 100644 index 00000000..a5e7c03e --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/stripped_oak_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/stripped_oak_log_top", + "side": "block/stripped_oak_log" + } +} diff --git a/1.13.2/assets/minecraft/models/block/stripped_oak_wood.json b/1.13.2/assets/minecraft/models/block/stripped_oak_wood.json new file mode 100644 index 00000000..2a693d34 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/stripped_oak_wood.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/stripped_oak_log", + "side": "block/stripped_oak_log" + } +} diff --git a/1.13.2/assets/minecraft/models/block/stripped_spruce_log.json b/1.13.2/assets/minecraft/models/block/stripped_spruce_log.json new file mode 100644 index 00000000..6719d3d2 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/stripped_spruce_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/stripped_spruce_log_top", + "side": "block/stripped_spruce_log" + } +} diff --git a/1.13.2/assets/minecraft/models/block/stripped_spruce_wood.json b/1.13.2/assets/minecraft/models/block/stripped_spruce_wood.json new file mode 100644 index 00000000..62db980d --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/stripped_spruce_wood.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/stripped_spruce_log", + "side": "block/stripped_spruce_log" + } +} diff --git a/1.13.2/assets/minecraft/models/block/structure_block.json b/1.13.2/assets/minecraft/models/block/structure_block.json new file mode 100644 index 00000000..c7ed06df --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/structure_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/structure_block" + } +} diff --git a/1.13.2/assets/minecraft/models/block/structure_block_corner.json b/1.13.2/assets/minecraft/models/block/structure_block_corner.json new file mode 100644 index 00000000..6e1c6b8f --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/structure_block_corner.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/structure_block_corner" + } +} diff --git a/1.13.2/assets/minecraft/models/block/structure_block_data.json b/1.13.2/assets/minecraft/models/block/structure_block_data.json new file mode 100644 index 00000000..b30945be --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/structure_block_data.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/structure_block_data" + } +} diff --git a/1.13.2/assets/minecraft/models/block/structure_block_load.json b/1.13.2/assets/minecraft/models/block/structure_block_load.json new file mode 100644 index 00000000..deb210d5 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/structure_block_load.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/structure_block_load" + } +} diff --git a/1.13.2/assets/minecraft/models/block/structure_block_save.json b/1.13.2/assets/minecraft/models/block/structure_block_save.json new file mode 100644 index 00000000..afdb39e4 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/structure_block_save.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/structure_block_save" + } +} diff --git a/1.13.2/assets/minecraft/models/block/structure_void.json b/1.13.2/assets/minecraft/models/block/structure_void.json new file mode 100644 index 00000000..073e110d --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/structure_void.json @@ -0,0 +1,6 @@ +{ + "textures": { + "particle": "item/structure_void" + } +} + diff --git a/1.13.2/assets/minecraft/models/block/sugar_cane.json b/1.13.2/assets/minecraft/models/block/sugar_cane.json new file mode 100644 index 00000000..d997a9bb --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/sugar_cane.json @@ -0,0 +1,6 @@ +{ + "parent": "block/tinted_cross", + "textures": { + "cross": "block/sugar_cane" + } +} diff --git a/1.13.2/assets/minecraft/models/block/sunflower_bottom.json b/1.13.2/assets/minecraft/models/block/sunflower_bottom.json new file mode 100644 index 00000000..4d4d0474 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/sunflower_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/sunflower_bottom" + } +} diff --git a/1.13.2/assets/minecraft/models/block/sunflower_top.json b/1.13.2/assets/minecraft/models/block/sunflower_top.json new file mode 100644 index 00000000..f98a1802 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/sunflower_top.json @@ -0,0 +1,53 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/sunflower_front", + "cross": "block/sunflower_top", + "back": "block/sunflower_back", + "front": "block/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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/tall_grass_bottom.json b/1.13.2/assets/minecraft/models/block/tall_grass_bottom.json new file mode 100644 index 00000000..baeb6f13 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/tall_grass_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/tinted_cross", + "textures": { + "cross": "block/tall_grass_bottom" + } +} diff --git a/1.13.2/assets/minecraft/models/block/tall_grass_top.json b/1.13.2/assets/minecraft/models/block/tall_grass_top.json new file mode 100644 index 00000000..510893d0 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/tall_grass_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/tinted_cross", + "textures": { + "cross": "block/tall_grass_top" + } +} diff --git a/1.13.2/assets/minecraft/models/block/tall_seagrass_bottom.json b/1.13.2/assets/minecraft/models/block/tall_seagrass_bottom.json new file mode 100644 index 00000000..e51d5051 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/tall_seagrass_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "block/seagrass", + "textures": { + "seagrass": "block/tall_seagrass_bottom", + "particle": "block/tall_seagrass_bottom" + } +} diff --git a/1.13.2/assets/minecraft/models/block/tall_seagrass_top.json b/1.13.2/assets/minecraft/models/block/tall_seagrass_top.json new file mode 100644 index 00000000..6baa9844 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/tall_seagrass_top.json @@ -0,0 +1,7 @@ +{ + "parent": "block/seagrass", + "textures": { + "seagrass": "block/tall_seagrass_top", + "particle": "block/tall_seagrass_top" + } +} diff --git a/1.13.2/assets/minecraft/models/block/template_farmland.json b/1.13.2/assets/minecraft/models/block/template_farmland.json new file mode 100644 index 00000000..5d2aa96c --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/template_farmland.json @@ -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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/template_fence_gate.json b/1.13.2/assets/minecraft/models/block/template_fence_gate.json new file mode 100644 index 00000000..b1a090fa --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/template_fence_gate.json @@ -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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/template_fence_gate_open.json b/1.13.2/assets/minecraft/models/block/template_fence_gate_open.json new file mode 100644 index 00000000..af2062a1 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/template_fence_gate_open.json @@ -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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/template_fence_gate_wall.json b/1.13.2/assets/minecraft/models/block/template_fence_gate_wall.json new file mode 100644 index 00000000..7b1be07c --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/template_fence_gate_wall.json @@ -0,0 +1,96 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#texture" + }, + "elements": [ + { "__comment": "Left-hand post", + "from": [ 0, 2, 7 ], + "to": [ 2, 13, 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, 2, 7 ], + "to": [ 16, 13, 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, 3, 7 ], + "to": [ 8, 12, 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, 3, 7 ], + "to": [ 10, 12, 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, 3, 7 ], + "to": [ 6, 6, 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, 9, 7 ], + "to": [ 6, 12, 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, 3, 7 ], + "to": [ 14, 6, 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, 9, 7 ], + "to": [ 14, 12, 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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/template_fence_gate_wall_open.json b/1.13.2/assets/minecraft/models/block/template_fence_gate_wall_open.json new file mode 100644 index 00000000..6aac6c8f --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/template_fence_gate_wall_open.json @@ -0,0 +1,96 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#texture" + }, + "elements": [ + { "__comment": "Left-hand post", + "from": [ 0, 2, 7 ], + "to": [ 2, 13, 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, 2, 7 ], + "to": [ 16, 13, 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, 3, 13 ], + "to": [ 2, 12, 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, 3, 13 ], + "to": [ 16, 12, 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, 3, 9 ], + "to": [ 2, 6, 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, 9, 9 ], + "to": [ 2, 12, 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, 3, 9 ], + "to": [ 16, 6, 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, 9, 9 ], + "to": [ 16, 12, 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" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/template_glass_pane_noside.json b/1.13.2/assets/minecraft/models/block/template_glass_pane_noside.json new file mode 100644 index 00000000..af16ff94 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/template_glass_pane_noside.json @@ -0,0 +1,14 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#pane" + }, + "elements": [ + { "from": [ 7, 0, 7 ], + "to": [ 9, 16, 9 ], + "faces": { + "north": { "uv": [ 9, 0, 7, 16 ], "texture": "#pane" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/template_glass_pane_noside_alt.json b/1.13.2/assets/minecraft/models/block/template_glass_pane_noside_alt.json new file mode 100644 index 00000000..771d6942 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/template_glass_pane_noside_alt.json @@ -0,0 +1,14 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#pane" + }, + "elements": [ + { "from": [ 7, 0, 7 ], + "to": [ 9, 16, 9 ], + "faces": { + "east": { "uv": [ 7, 0, 9, 16 ], "texture": "#pane" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/template_glass_pane_post.json b/1.13.2/assets/minecraft/models/block/template_glass_pane_post.json new file mode 100644 index 00000000..54d7fa88 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/template_glass_pane_post.json @@ -0,0 +1,15 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#pane" + }, + "elements": [ + { "from": [ 7, 0, 7 ], + "to": [ 9, 16, 9 ], + "faces": { + "down": { "uv": [ 7, 7, 9, 9 ], "texture": "#edge" }, + "up": { "uv": [ 7, 7, 9, 9 ], "texture": "#edge" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/template_glass_pane_side.json b/1.13.2/assets/minecraft/models/block/template_glass_pane_side.json new file mode 100644 index 00000000..fae06dcc --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/template_glass_pane_side.json @@ -0,0 +1,18 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#pane" + }, + "elements": [ + { "from": [ 7, 0, 0 ], + "to": [ 9, 16, 7 ], + "faces": { + "down": { "uv": [ 7, 0, 9, 7 ], "texture": "#edge" }, + "up": { "uv": [ 7, 0, 9, 7 ], "texture": "#edge" }, + "north": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "north" }, + "west": { "uv": [ 16, 0, 9, 16 ], "texture": "#pane" }, + "east": { "uv": [ 9, 0, 16, 16 ], "texture": "#pane" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/template_glass_pane_side_alt.json b/1.13.2/assets/minecraft/models/block/template_glass_pane_side_alt.json new file mode 100644 index 00000000..82d0e98e --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/template_glass_pane_side_alt.json @@ -0,0 +1,18 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#pane" + }, + "elements": [ + { "from": [ 7, 0, 9 ], + "to": [ 9, 16, 16 ], + "faces": { + "down": { "uv": [ 7, 0, 9, 7 ], "texture": "#edge" }, + "up": { "uv": [ 7, 0, 9, 7 ], "texture": "#edge" }, + "south": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "south" }, + "west": { "uv": [ 7, 0, 0, 16 ], "texture": "#pane" }, + "east": { "uv": [ 0, 0, 7, 16 ], "texture": "#pane" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/template_glazed_terracotta.json b/1.13.2/assets/minecraft/models/block/template_glazed_terracotta.json new file mode 100644 index 00000000..13fc8e97 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/template_glazed_terracotta.json @@ -0,0 +1,23 @@ +{ + "parent": "block/cube", + "display": { + "firstperson_righthand": { + "rotation": [ 0, 135, 0 ], + "translation": [ 0, 0, 0 ], + "scale": [ 0.40, 0.40, 0.40 ] + } + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#pattern", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#pattern", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#pattern", "cullface": "north", "rotation": 90 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#pattern", "cullface": "south", "rotation": 270 }, + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#pattern", "cullface": "west", "rotation": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#pattern", "cullface": "east", "rotation": 180 } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/template_orientable_trapdoor_bottom.json b/1.13.2/assets/minecraft/models/block/template_orientable_trapdoor_bottom.json new file mode 100644 index 00000000..5f2ac5e4 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/template_orientable_trapdoor_bottom.json @@ -0,0 +1,18 @@ +{ "parent": "block/thin_block", + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 3, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 16, 16, 0 ], "texture": "#texture" }, + "north": { "uv": [ 0, 0, 16, 3 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 3 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 3 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 3 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/template_orientable_trapdoor_open.json b/1.13.2/assets/minecraft/models/block/template_orientable_trapdoor_open.json new file mode 100644 index 00000000..ce447b51 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/template_orientable_trapdoor_open.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 0, 0, 13 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 3 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 3, 16, 0 ], "texture": "#texture", "cullface": "up" }, + "north": { "uv": [ 0, 16, 16, 0 ], "texture": "#texture" }, + "south": { "uv": [ 0, 16, 16, 0 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 3 ], "rotation": 90, "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 3, 16, 0 ], "rotation": 90, "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/template_orientable_trapdoor_top.json b/1.13.2/assets/minecraft/models/block/template_orientable_trapdoor_top.json new file mode 100644 index 00000000..a437e184 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/template_orientable_trapdoor_top.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 0, 13, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "up": { "uv": [ 0, 16, 16, 0 ], "texture": "#texture", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 3 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 3 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 3 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 3 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/template_piston.json b/1.13.2/assets/minecraft/models/block/template_piston.json new file mode 100644 index 00000000..83b4e18a --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/template_piston.json @@ -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", "rotation": 180, "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#platform", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "rotation": 270, "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "rotation": 90, "cullface": "east" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/template_piston_head.json b/1.13.2/assets/minecraft/models/block/template_piston_head.json new file mode 100644 index 00000000..f4fcb910 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/template_piston_head.json @@ -0,0 +1,27 @@ +{ + "textures": { + "particle": "#platform" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 4 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "down", "rotation": 180 }, + "up": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#platform", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#unsticky" }, + "west": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 270, "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 90, "cullface": "east" } + } + }, + { "from": [ 6, 6, 4 ], + "to": [ 10, 10, 20 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 270 }, + "west": { "uv": [ 16, 4, 0, 0 ], "texture": "#side" }, + "east": { "uv": [ 0, 0, 16, 4 ], "texture": "#side" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/template_piston_head_short.json b/1.13.2/assets/minecraft/models/block/template_piston_head_short.json new file mode 100644 index 00000000..cdbe9e12 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/template_piston_head_short.json @@ -0,0 +1,27 @@ +{ + "textures": { + "particle": "#platform" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 4 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "down", "rotation": 180 }, + "up": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#platform", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#unsticky" }, + "west": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 270, "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 90, "cullface": "east" } + } + }, + { "from": [ 6, 6, 4 ], + "to": [ 10, 10, 16 ], + "faces": { + "down": { "uv": [ 4, 0, 16, 4 ], "texture": "#side", "rotation": 90 }, + "up": { "uv": [ 4, 0, 16, 4 ], "texture": "#side", "rotation": 270 }, + "west": { "uv": [ 16, 4, 4, 0 ], "texture": "#side" }, + "east": { "uv": [ 4, 0, 16, 4 ], "texture": "#side" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/template_rail_raised_ne.json b/1.13.2/assets/minecraft/models/block/template_rail_raised_ne.json new file mode 100644 index 00000000..a92e4603 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/template_rail_raised_ne.json @@ -0,0 +1,21 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#rail" + }, + "elements": [ + { "from": [ 0, 9, 0 ], + "to": [ 16, 9, 16 ], + "rotation": { + "origin": [ 8, 9, 8 ], + "axis": "x", + "angle": 45, + "rescale": true + }, + "faces": { + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#rail" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#rail" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/template_rail_raised_sw.json b/1.13.2/assets/minecraft/models/block/template_rail_raised_sw.json new file mode 100644 index 00000000..dddc3562 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/template_rail_raised_sw.json @@ -0,0 +1,21 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#rail" + }, + "elements": [ + { "from": [ 0, 9, 0 ], + "to": [ 16, 9, 16 ], + "rotation": { + "origin": [ 8, 9, 8 ], + "axis": "x", + "angle": -45, + "rescale": true + }, + "faces": { + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#rail" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#rail" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/template_torch.json b/1.13.2/assets/minecraft/models/block/template_torch.json new file mode 100644 index 00000000..aef12fcf --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/template_torch.json @@ -0,0 +1,32 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#torch" + }, + "elements": [ + { "from": [ 7, 0, 7 ], + "to": [ 9, 10, 9 ], + "shade": false, + "faces": { + "down": { "uv": [ 7, 13, 9, 15 ], "texture": "#torch" }, + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#torch" } + } + }, + { "from": [ 7, 0, 0 ], + "to": [ 9, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" } + } + }, + { "from": [ 0, 0, 7 ], + "to": [ 16, 16, 9 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/template_trapdoor_bottom.json b/1.13.2/assets/minecraft/models/block/template_trapdoor_bottom.json new file mode 100644 index 00000000..2b6c8daa --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/template_trapdoor_bottom.json @@ -0,0 +1,18 @@ +{ "parent": "block/thin_block", + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 3, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/template_trapdoor_open.json b/1.13.2/assets/minecraft/models/block/template_trapdoor_open.json new file mode 100644 index 00000000..b301619c --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/template_trapdoor_open.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 0, 0, 13 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 13, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 16, 0, 13, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 13, 0, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/template_trapdoor_top.json b/1.13.2/assets/minecraft/models/block/template_trapdoor_top.json new file mode 100644 index 00000000..036aeb7b --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/template_trapdoor_top.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 0, 13, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "up" }, + "north": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/template_wall_post.json b/1.13.2/assets/minecraft/models/block/template_wall_post.json new file mode 100644 index 00000000..c1c40e47 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/template_wall_post.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "#wall" + }, + "elements": [ + { "from": [ 4, 0, 4 ], + "to": [ 12, 16, 12 ], + "faces": { + "down": { "texture": "#wall", "cullface": "down" }, + "up": { "texture": "#wall", "cullface": "up" }, + "north": { "texture": "#wall" }, + "south": { "texture": "#wall" }, + "west": { "texture": "#wall" }, + "east": { "texture": "#wall" } + }, + "__comment": "Center post" + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/template_wall_side.json b/1.13.2/assets/minecraft/models/block/template_wall_side.json new file mode 100644 index 00000000..301854c8 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/template_wall_side.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#wall" + }, + "elements": [ + { "from": [ 5, 0, 0 ], + "to": [ 11, 14, 8 ], + "faces": { + "down": { "texture": "#wall", "cullface": "down" }, + "up": { "texture": "#wall" }, + "north": { "texture": "#wall", "cullface": "north" }, + "west": { "texture": "#wall" }, + "east": { "texture": "#wall" } + }, + "__comment": "wall" + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/terracotta.json b/1.13.2/assets/minecraft/models/block/terracotta.json new file mode 100644 index 00000000..ce3e563a --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/terracotta" + } +} diff --git a/1.13.2/assets/minecraft/models/block/thin_block.json b/1.13.2/assets/minecraft/models/block/thin_block.json new file mode 100644 index 00000000..1adb58ab --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/thin_block.json @@ -0,0 +1,19 @@ +{ "parent": "block/block", + "display": { + "thirdperson_righthand": { + "rotation": [ 75, 45, 0 ], + "translation": [ 0, 2.5, 2], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 45, 0 ], + "translation": [ 0, 4.2, 0 ], + "scale": [ 0.40, 0.40, 0.40 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, 225, 0 ], + "translation": [ 0, 4.2, 0 ], + "scale": [ 0.40, 0.40, 0.40 ] + } + } +} diff --git a/1.13.2/assets/minecraft/models/block/three_dead_sea_pickles.json b/1.13.2/assets/minecraft/models/block/three_dead_sea_pickles.json new file mode 100644 index 00000000..8eff63de --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/three_dead_sea_pickles.json @@ -0,0 +1,65 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/sea_pickle", + "all": "block/sea_pickle" + }, + "elements": [ + { "from": [ 6, 0, 9 ], + "to": [ 10, 6, 13 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" } + } + }, + { + "from": [ 6, 5.95, 9 ], + "to": [ 10, 5.95, 13 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 2, 0, 2 ], + "to": [ 6, 4, 6 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 9 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 9 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 9 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 9 ], "texture": "#all" } + } + }, + { + "from": [ 2, 3.95, 2 ], + "to": [ 6, 3.95, 6 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 8, 0, 4 ], + "to": [ 12, 6, 8 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" } + } + }, + { + "from": [ 8, 5.95, 4 ], + "to": [ 12, 5.95, 8 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/three_sea_pickles.json b/1.13.2/assets/minecraft/models/block/three_sea_pickles.json new file mode 100644 index 00000000..4a34fda0 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/three_sea_pickles.json @@ -0,0 +1,125 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/sea_pickle", + "all": "block/sea_pickle" + }, + "elements": [ + { "from": [ 6, 0, 9 ], + "to": [ 10, 6, 13 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" } + } + }, + { + "from": [ 6, 5.95, 9 ], + "to": [ 10, 5.95, 13 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 2, 0, 2 ], + "to": [ 6, 4, 6 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 9 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 9 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 9 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 9 ], "texture": "#all" } + } + }, + { + "from": [ 2, 3.95, 2 ], + "to": [ 6, 3.95, 6 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 8, 0, 4 ], + "to": [ 12, 6, 8 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" } + } + }, + { + "from": [ 8, 5.95, 4 ], + "to": [ 12, 5.95, 8 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 7.5, 5.2, 11 ], + "to": [ 8.5, 8.7, 11 ], + "rotation": { "origin": [ 8, 8, 11 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "south": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + }, + { + "from": [ 8, 5.2, 10.5 ], + "to": [ 8, 8.7, 11.5 ], + "rotation": { "origin": [ 8, 8, 11 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "west": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "east": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + }, + { + "from": [ 3.5, 3.2, 4 ], + "to": [ 4.5, 6.7, 4 ], + "rotation": { "origin": [ 4, 8, 4 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "south": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + }, + { + "from": [ 4, 3.2, 3.5 ], + "to": [ 4, 6.7, 4.5 ], + "rotation": { "origin": [ 4, 8, 4 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "west": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "east": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + }, + { + "from": [ 9.5, 5.2, 6 ], + "to": [ 10.5, 8.7, 6 ], + "rotation": { "origin": [ 10, 8, 6 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "south": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + }, + { + "from": [ 10, 5.2, 5.5 ], + "to": [ 10, 8.7, 6.5 ], + "rotation": { "origin": [ 10, 8, 6 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "west": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "east": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/three_slightly_cracked_turtle_eggs.json b/1.13.2/assets/minecraft/models/block/three_slightly_cracked_turtle_eggs.json new file mode 100644 index 00000000..13cc85e8 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/three_slightly_cracked_turtle_eggs.json @@ -0,0 +1,6 @@ +{ + "parent": "block/three_turtle_eggs", + "textures": { + "all": "block/turtle_egg_slightly_cracked" + } +} diff --git a/1.13.2/assets/minecraft/models/block/three_turtle_eggs.json b/1.13.2/assets/minecraft/models/block/three_turtle_eggs.json new file mode 100644 index 00000000..cba2395e --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/three_turtle_eggs.json @@ -0,0 +1,44 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/turtle_egg", + "all": "block/turtle_egg" + }, + "elements": [ + { "from": [ 5, 0, 4 ], + "to": [ 10, 7, 9 ], + "faces": { + "down": { "uv": [ 0, 0, 4, 4 ], "texture": "#all" }, + "up": { "uv": [ 0, 0, 4, 4 ], "texture": "#all" }, + "north": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, + "south": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, + "west": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, + "east": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" } + } + }, + { + "from": [ 1, 0, 7 ], + "to": [ 5, 5, 11 ], + "faces": { + "down": { "uv": [ 6, 7, 10, 11 ], "texture": "#all" }, + "up": { "uv": [ 6, 7, 10, 11 ], "texture": "#all" }, + "north": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" }, + "south": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" }, + "west": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" }, + "east": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" } + } + }, + { + "from": [ 11, 0, 7 ], + "to": [ 14, 4, 10 ], + "faces": { + "down": { "uv": [ 5, 0, 8, 3 ], "texture": "#all" }, + "up": { "uv": [ 5, 0, 8, 3 ], "texture": "#all" }, + "north": { "uv": [ 8, 3, 11, 7 ], "texture": "#all" }, + "south": { "uv": [ 8, 3, 11, 7 ], "texture": "#all" }, + "west": { "uv": [ 8, 3, 11, 7 ], "texture": "#all" }, + "east": { "uv": [ 8, 3, 11, 7 ], "texture": "#all" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/three_very_cracked_turtle_eggs.json b/1.13.2/assets/minecraft/models/block/three_very_cracked_turtle_eggs.json new file mode 100644 index 00000000..d8e7dd76 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/three_very_cracked_turtle_eggs.json @@ -0,0 +1,6 @@ +{ + "parent": "block/three_turtle_eggs", + "textures": { + "all": "block/turtle_egg_very_cracked" + } +} diff --git a/1.13.2/assets/minecraft/models/block/tinted_cross.json b/1.13.2/assets/minecraft/models/block/tinted_cross.json new file mode 100644 index 00000000..d3b5474e --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/tinted_cross.json @@ -0,0 +1,26 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#cross" + }, + "elements": [ + { "from": [ 0.8, 0, 8 ], + "to": [ 15.2, 16, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 } + } + }, + { "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", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/tnt.json b/1.13.2/assets/minecraft/models/block/tnt.json new file mode 100644 index 00000000..093610b9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/tnt.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "block/tnt_bottom", + "top": "block/tnt_top", + "side": "block/tnt_side" + } +} diff --git a/1.13.2/assets/minecraft/models/block/torch.json b/1.13.2/assets/minecraft/models/block/torch.json new file mode 100644 index 00000000..2baee9fd --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/torch.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_torch", + "textures": { + "torch": "block/torch" + } +} diff --git a/1.13.2/assets/minecraft/models/block/torch_wall.json b/1.13.2/assets/minecraft/models/block/torch_wall.json new file mode 100644 index 00000000..1a6d297e --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/torch_wall.json @@ -0,0 +1,35 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#torch" + }, + "elements": [ + { "from": [ -1, 3.5, 7 ], + "to": [ 1, 13.5, 9 ], + "rotation": { "origin": [ 0, 3.5, 8 ], "axis": "z", "angle": -22.5 }, + "shade": false, + "faces": { + "down": { "uv": [ 7, 13, 9, 15 ], "texture": "#torch" }, + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#torch" } + } + }, + { "from": [ -1, 3.5, 0 ], + "to": [ 1, 19.5, 16 ], + "rotation": { "origin": [ 0, 3.5, 8 ], "axis": "z", "angle": -22.5 }, + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" } + } + }, + { "from": [ -8, 3.5, 7 ], + "to": [ 8, 19.5, 9 ], + "rotation": { "origin": [ 0, 3.5, 8 ], "axis": "z", "angle": -22.5 }, + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/tripwire_attached_n.json b/1.13.2/assets/minecraft/models/block/tripwire_attached_n.json new file mode 100644 index 00000000..308d26ae --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/tripwire_attached_n.json @@ -0,0 +1,33 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/tripwire", + "texture": "block/tripwire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/tripwire_attached_ne.json b/1.13.2/assets/minecraft/models/block/tripwire_attached_ne.json new file mode 100644 index 00000000..e2a65ffa --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/tripwire_attached_ne.json @@ -0,0 +1,41 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/tripwire", + "texture": "block/tripwire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 8, 1.5, 7.75 ], + "to": [ 12, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + }, + { "from": [ 12, 1.5, 7.75 ], + "to": [ 16, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/tripwire_attached_ns.json b/1.13.2/assets/minecraft/models/block/tripwire_attached_ns.json new file mode 100644 index 00000000..3755236d --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/tripwire_attached_ns.json @@ -0,0 +1,41 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/tripwire", + "texture": "block/tripwire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 12 ], + "to": [ 8.25, 1.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/tripwire_attached_nse.json b/1.13.2/assets/minecraft/models/block/tripwire_attached_nse.json new file mode 100644 index 00000000..03652740 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/tripwire_attached_nse.json @@ -0,0 +1,57 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/tripwire", + "texture": "block/tripwire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 12 ], + "to": [ 8.25, 1.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 8, 1.5, 7.75 ], + "to": [ 12, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + }, + { "from": [ 12, 1.5, 7.75 ], + "to": [ 16, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/tripwire_attached_nsew.json b/1.13.2/assets/minecraft/models/block/tripwire_attached_nsew.json new file mode 100644 index 00000000..792ba776 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/tripwire_attached_nsew.json @@ -0,0 +1,73 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/tripwire", + "texture": "block/tripwire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 12 ], + "to": [ 8.25, 1.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 0, 1.5, 7.75 ], + "to": [ 4, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + }, + { "from": [ 4, 1.5, 7.75 ], + "to": [ 8, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + }, + { "from": [ 8, 1.5, 7.75 ], + "to": [ 12, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + }, + { "from": [ 12, 1.5, 7.75 ], + "to": [ 16, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/tripwire_hook.json b/1.13.2/assets/minecraft/models/block/tripwire_hook.json new file mode 100644 index 00000000..95279bd3 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/tripwire_hook.json @@ -0,0 +1,72 @@ +{ + "textures": { + "particle": "block/oak_planks", + "hook": "block/tripwire_hook", + "wood": "block/oak_planks" + }, + "elements": [ + { "from": [ 6.2, 3.8, 7.9 ], + "to": [ 9.8, 4.6, 11.5 ], + "rotation": { "origin": [ 8, 6, 5.2 ], "axis": "x", "angle": -45 }, + "faces": { + "down": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "up": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "north": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" }, + "south": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "west": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "east": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 3.8, 10.3 ], + "to": [ 8.6, 4.6, 10.3 ], + "rotation": { "origin": [ 8, 6, 5.2 ], "axis": "x", "angle": -45 }, + "faces": { + "north": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 3.8, 9.1 ], + "to": [ 8.6, 4.6, 9.1 ], + "rotation": { "origin": [ 8, 6, 5.2 ], "axis": "x", "angle": -45 }, + "faces": { + "south": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 3.8, 9.1 ], + "to": [ 7.4, 4.6, 10.3 ], + "rotation": { "origin": [ 8, 6, 5.2 ], "axis": "x", "angle": -45 }, + "faces": { + "east": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 8.6, 3.8, 9.1 ], + "to": [ 8.6, 4.6, 10.3 ], + "rotation": { "origin": [ 8, 6, 5.2 ], "axis": "x", "angle": -45 }, + "faces": { + "west": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 5.2, 10 ], + "to": [ 8.8, 6.8, 14 ], + "rotation": { "origin": [ 8, 6, 14 ], "axis": "x", "angle": 45 }, + "faces": { + "down": { "uv": [ 7, 9, 9, 14 ], "texture": "#wood" }, + "up": { "uv": [ 7, 2, 9, 7 ], "texture": "#wood" }, + "north": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "south": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "west": { "uv": [ 2, 9, 7, 11 ], "texture": "#wood" }, + "east": { "uv": [ 9, 9, 14, 11 ], "texture": "#wood" } + } + }, + { "from": [ 6, 1, 14 ], + "to": [ 10, 9, 16 ], + "faces": { + "down": { "uv": [ 6, 14, 10, 16 ], "texture": "#wood" }, + "up": { "uv": [ 6, 0, 10, 2 ], "texture": "#wood" }, + "north": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood" }, + "south": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood", "cullface": "south" }, + "west": { "uv": [ 0, 7, 2, 15 ], "texture": "#wood" }, + "east": { "uv": [ 14, 7, 16, 15 ], "texture": "#wood" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/tripwire_hook_attached.json b/1.13.2/assets/minecraft/models/block/tripwire_hook_attached.json new file mode 100644 index 00000000..3b520511 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/tripwire_hook_attached.json @@ -0,0 +1,80 @@ +{ + "textures": { + "particle": "block/oak_planks", + "hook": "block/tripwire_hook", + "wood": "block/oak_planks", + "tripwire": "block/tripwire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 6.7 ], + "rotation": { "origin": [ 8, 0, 0 ], "axis": "x", "angle": -22.5, "rescale": true }, + "faces": { + "down": { "uv": [ 0, 8, 16, 6 ], "texture": "#tripwire", "rotation": 90 }, + "up": { "uv": [ 0, 6, 16, 8 ], "texture": "#tripwire", "rotation": 90 } + } + }, + { "from": [ 6.2, 4.2, 6.7 ], + "to": [ 9.8, 5, 10.3 ], + "rotation": { "origin": [ 8, 4.2, 6.7 ], "axis": "x", "angle": -22.5, "rescale": false }, + "faces": { + "down": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "up": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "north": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" }, + "south": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "west": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "east": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 9.1 ], + "to": [ 8.6, 5, 9.1 ], + "rotation": { "origin": [ 8, 4.2, 6.7 ], "axis": "x", "angle": -22.5, "rescale": false }, + "faces": { + "north": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 7.9 ], + "to": [ 8.6, 5, 7.9 ], + "rotation": { "origin": [ 8, 4.2, 6.7 ], "axis": "x", "angle": -22.5, "rescale": false }, + "faces": { + "south": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 7.9 ], + "to": [ 7.4, 5, 9.1 ], + "rotation": { "origin": [ 8, 4.2, 6.7 ], "axis": "x", "angle": -22.5, "rescale": false }, + "faces": { + "east": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 8.6, 4.2, 7.9 ], + "to": [ 8.6, 5, 9.1 ], + "rotation": { "origin": [ 8, 4.2, 6.7 ], "axis": "x", "angle": -22.5, "rescale": false }, + "faces": { + "west": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 5.2, 10 ], + "to": [ 8.8, 6.8, 14 ], + "faces": { + "down": { "uv": [ 7, 9, 9, 14 ], "texture": "#wood" }, + "up": { "uv": [ 7, 2, 9, 7 ], "texture": "#wood" }, + "north": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "south": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "west": { "uv": [ 2, 9, 7, 11 ], "texture": "#wood" }, + "east": { "uv": [ 9, 9, 14, 11 ], "texture": "#wood" } + } + }, + { "from": [ 6, 1, 14 ], + "to": [ 10, 9, 16 ], + "faces": { + "down": { "uv": [ 6, 14, 10, 16 ], "texture": "#wood" }, + "up": { "uv": [ 6, 0, 10, 2 ], "texture": "#wood" }, + "north": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood" }, + "south": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood", "cullface": "south" }, + "west": { "uv": [ 0, 7, 2, 15 ], "texture": "#wood" }, + "east": { "uv": [ 14, 7, 16, 15 ], "texture": "#wood" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/tripwire_hook_attached_on.json b/1.13.2/assets/minecraft/models/block/tripwire_hook_attached_on.json new file mode 100644 index 00000000..29802b1b --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/tripwire_hook_attached_on.json @@ -0,0 +1,76 @@ +{ + "textures": { + "particle": "block/oak_planks", + "hook": "block/tripwire_hook", + "wood": "block/oak_planks", + "tripwire": "block/tripwire" + }, + "elements": [ + { "from": [ 7.75, 0.5, 0 ], + "to": [ 8.25, 0.5, 6.7 ], + "rotation": { "origin": [ 8, 0, 0 ], "axis": "x", "angle": -22.5, "rescale": true }, + "faces": { + "down": { "uv": [ 0, 8, 16, 6 ], "texture": "#tripwire", "rotation": 90 }, + "up": { "uv": [ 0, 6, 16, 8 ], "texture": "#tripwire", "rotation": 90 } + } + }, + { "from": [ 6.2, 3.4, 6.7 ], + "to": [ 9.8, 4.2, 10.3 ], + "faces": { + "down": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "up": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "north": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" }, + "south": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "west": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "east": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 3.4, 9.1 ], + "to": [ 8.6, 4.2, 9.1 ], + "faces": { + "north": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 3.4, 7.9 ], + "to": [ 8.6, 4.2, 7.9 ], + "faces": { + "south": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 3.4, 7.9 ], + "to": [ 7.4, 4.2, 9.1 ], + "faces": { + "east": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 8.6, 3.4, 7.9 ], + "to": [ 8.6, 4.2, 9.1 ], + "faces": { + "west": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 5.2, 10 ], + "to": [ 8.8, 6.8, 14 ], + "rotation": { "origin": [ 8, 6, 14 ], "axis": "x", "angle": -22.5 }, + "faces": { + "down": { "uv": [ 7, 9, 9, 14 ], "texture": "#wood" }, + "up": { "uv": [ 7, 2, 9, 7 ], "texture": "#wood" }, + "north": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "south": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "west": { "uv": [ 2, 9, 7, 11 ], "texture": "#wood" }, + "east": { "uv": [ 9, 9, 14, 11 ], "texture": "#wood" } + } + }, + { "from": [ 6, 1, 14 ], + "to": [ 10, 9, 16 ], + "faces": { + "down": { "uv": [ 6, 14, 10, 16 ], "texture": "#wood" }, + "up": { "uv": [ 6, 0, 10, 2 ], "texture": "#wood" }, + "north": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood" }, + "south": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood", "cullface": "south" }, + "west": { "uv": [ 0, 7, 2, 15 ], "texture": "#wood" }, + "east": { "uv": [ 14, 7, 16, 15 ], "texture": "#wood" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/tripwire_hook_on.json b/1.13.2/assets/minecraft/models/block/tripwire_hook_on.json new file mode 100644 index 00000000..5b2494b1 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/tripwire_hook_on.json @@ -0,0 +1,67 @@ +{ + "textures": { + "particle": "block/oak_planks", + "hook": "block/tripwire_hook", + "wood": "block/oak_planks" + }, + "elements": [ + { "from": [ 6.2, 4.2, 6.7 ], + "to": [ 9.8, 5, 10.3 ], + "faces": { + "down": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "up": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "north": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" }, + "south": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "west": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "east": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 9.1 ], + "to": [ 8.6, 5, 9.1 ], + "faces": { + "north": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 7.9 ], + "to": [ 8.6, 5, 7.9 ], + "faces": { + "south": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 7.9 ], + "to": [ 7.4, 5, 9.1 ], + "faces": { + "east": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 8.6, 4.2, 7.9 ], + "to": [ 8.6, 5, 9.1 ], + "faces": { + "west": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 5.2, 10 ], + "to": [ 8.8, 6.8, 14 ], + "rotation": { "origin": [ 8, 6, 14 ], "axis": "x", "angle": -22.5 }, + "faces": { + "down": { "uv": [ 7, 9, 9, 14 ], "texture": "#wood" }, + "up": { "uv": [ 7, 2, 9, 7 ], "texture": "#wood" }, + "north": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "south": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "west": { "uv": [ 2, 9, 7, 11 ], "texture": "#wood" }, + "east": { "uv": [ 9, 9, 14, 11 ], "texture": "#wood" } + } + }, + { "from": [ 6, 1, 14 ], + "to": [ 10, 9, 16 ], + "faces": { + "down": { "uv": [ 6, 14, 10, 16 ], "texture": "#wood" }, + "up": { "uv": [ 6, 0, 10, 2 ], "texture": "#wood" }, + "north": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood" }, + "south": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood", "cullface": "south" }, + "west": { "uv": [ 0, 7, 2, 15 ], "texture": "#wood" }, + "east": { "uv": [ 14, 7, 16, 15 ], "texture": "#wood" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/tripwire_n.json b/1.13.2/assets/minecraft/models/block/tripwire_n.json new file mode 100644 index 00000000..626a83f8 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/tripwire_n.json @@ -0,0 +1,33 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/tripwire", + "texture": "block/tripwire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/tripwire_ne.json b/1.13.2/assets/minecraft/models/block/tripwire_ne.json new file mode 100644 index 00000000..f07c9ef5 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/tripwire_ne.json @@ -0,0 +1,41 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/tripwire", + "texture": "block/tripwire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 8, 1.5, 7.75 ], + "to": [ 12, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + }, + { "from": [ 12, 1.5, 7.75 ], + "to": [ 16, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/tripwire_ns.json b/1.13.2/assets/minecraft/models/block/tripwire_ns.json new file mode 100644 index 00000000..1594ffcc --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/tripwire_ns.json @@ -0,0 +1,41 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/tripwire", + "texture": "block/tripwire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 12 ], + "to": [ 8.25, 1.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/tripwire_nse.json b/1.13.2/assets/minecraft/models/block/tripwire_nse.json new file mode 100644 index 00000000..4933f831 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/tripwire_nse.json @@ -0,0 +1,57 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/tripwire", + "texture": "block/tripwire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 12 ], + "to": [ 8.25, 1.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 8, 1.5, 7.75 ], + "to": [ 12, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + }, + { "from": [ 12, 1.5, 7.75 ], + "to": [ 16, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/tripwire_nsew.json b/1.13.2/assets/minecraft/models/block/tripwire_nsew.json new file mode 100644 index 00000000..82e9a951 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/tripwire_nsew.json @@ -0,0 +1,73 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/tripwire", + "texture": "block/tripwire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 12 ], + "to": [ 8.25, 1.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 0, 1.5, 7.75 ], + "to": [ 4, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + }, + { "from": [ 4, 1.5, 7.75 ], + "to": [ 8, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + }, + { "from": [ 8, 1.5, 7.75 ], + "to": [ 12, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + }, + { "from": [ 12, 1.5, 7.75 ], + "to": [ 16, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/tube_coral.json b/1.13.2/assets/minecraft/models/block/tube_coral.json new file mode 100644 index 00000000..5776e0a7 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/tube_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/tube_coral" + } +} \ No newline at end of file diff --git a/1.13.2/assets/minecraft/models/block/tube_coral_block.json b/1.13.2/assets/minecraft/models/block/tube_coral_block.json new file mode 100644 index 00000000..8f846b1c --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/tube_coral_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/tube_coral_block" + } +} diff --git a/1.13.2/assets/minecraft/models/block/tube_coral_fan.json b/1.13.2/assets/minecraft/models/block/tube_coral_fan.json new file mode 100644 index 00000000..29cc486b --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/tube_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "block/coral_fan", + "textures": { + "fan": "block/tube_coral_fan" + } +} diff --git a/1.13.2/assets/minecraft/models/block/tube_coral_wall_fan.json b/1.13.2/assets/minecraft/models/block/tube_coral_wall_fan.json new file mode 100644 index 00000000..5550b6fd --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/tube_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "block/coral_wall_fan", + "textures": { + "fan": "block/tube_coral_fan" + } +} diff --git a/1.13.2/assets/minecraft/models/block/turtle_egg.json b/1.13.2/assets/minecraft/models/block/turtle_egg.json new file mode 100644 index 00000000..ef25c9c6 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/turtle_egg.json @@ -0,0 +1,20 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/turtle_egg", + "all": "block/turtle_egg" + }, + "elements": [ + { "from": [ 5, 0, 4 ], + "to": [ 10, 7, 9 ], + "faces": { + "down": { "uv": [ 0, 0, 4, 4 ], "texture": "#all" }, + "up": { "uv": [ 0, 0, 4, 4 ], "texture": "#all" }, + "north": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, + "south": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, + "west": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, + "east": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/two_dead_sea_pickles.json b/1.13.2/assets/minecraft/models/block/two_dead_sea_pickles.json new file mode 100644 index 00000000..0a618603 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/two_dead_sea_pickles.json @@ -0,0 +1,46 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/sea_pickle", + "all": "block/sea_pickle" + }, + "elements": [ + { "from": [ 3, 0, 3 ], + "to": [ 7, 6, 7 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" } + } + }, + { + "from": [ 3, 5.95, 3 ], + "to": [ 7, 5.95, 7 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 8, 0, 8 ], + "to": [ 12, 4, 12 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 9 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 9 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 9 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 9 ], "texture": "#all" } + } + }, + { + "from": [ 8, 3.95, 8 ], + "to": [ 12, 3.95, 12 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/two_sea_pickles.json b/1.13.2/assets/minecraft/models/block/two_sea_pickles.json new file mode 100644 index 00000000..37a8bb19 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/two_sea_pickles.json @@ -0,0 +1,86 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/sea_pickle", + "all": "block/sea_pickle" + }, + "elements": [ + { "from": [ 3, 0, 3 ], + "to": [ 7, 6, 7 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" } + } + }, + { + "from": [ 3, 5.95, 3 ], + "to": [ 7, 5.95, 7 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 8, 0, 8 ], + "to": [ 12, 4, 12 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 9 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 9 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 9 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 9 ], "texture": "#all" } + } + }, + { + "from": [ 8, 3.95, 8 ], + "to": [ 12, 3.95, 12 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 4.5, 5.2, 5 ], + "to": [ 5.5, 8.7, 5 ], + "rotation": { "origin": [ 5, 5.6, 5 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "south": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + }, + { + "from": [ 5, 5.2, 4.5 ], + "to": [ 5, 8.7, 5.5 ], + "rotation": { "origin": [ 5, 5.6, 5 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "west": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "east": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + }, + { + "from": [ 9.5, 3.2, 10 ], + "to": [ 10.5, 6.7, 10 ], + "rotation": { "origin": [10, 8, 10 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "south": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + }, + { + "from": [ 10, 3.2, 9.5 ], + "to": [ 10, 6.7, 10.5 ], + "rotation": { "origin": [ 10, 8, 10 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "west": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "east": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/two_slightly_cracked_turtle_eggs.json b/1.13.2/assets/minecraft/models/block/two_slightly_cracked_turtle_eggs.json new file mode 100644 index 00000000..55f57d21 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/two_slightly_cracked_turtle_eggs.json @@ -0,0 +1,6 @@ +{ + "parent": "block/two_turtle_eggs", + "textures": { + "all": "block/turtle_egg_slightly_cracked" + } +} diff --git a/1.13.2/assets/minecraft/models/block/two_turtle_eggs.json b/1.13.2/assets/minecraft/models/block/two_turtle_eggs.json new file mode 100644 index 00000000..2654e6e7 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/two_turtle_eggs.json @@ -0,0 +1,32 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/turtle_egg", + "all": "block/turtle_egg" + }, + "elements": [ + { "from": [ 5, 0, 4 ], + "to": [ 10, 7, 9 ], + "faces": { + "down": { "uv": [ 0, 0, 4, 4 ], "texture": "#all" }, + "up": { "uv": [ 0, 0, 4, 4 ], "texture": "#all" }, + "north": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, + "south": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, + "west": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, + "east": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" } + } + }, + { + "from": [ 1, 0, 7 ], + "to": [ 5, 5, 11 ], + "faces": { + "down": { "uv": [ 6, 7, 10, 11 ], "texture": "#all" }, + "up": { "uv": [ 6, 7, 10, 11 ], "texture": "#all" }, + "north": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" }, + "south": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" }, + "west": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" }, + "east": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/two_very_cracked_turtle_eggs.json b/1.13.2/assets/minecraft/models/block/two_very_cracked_turtle_eggs.json new file mode 100644 index 00000000..8c94ea1a --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/two_very_cracked_turtle_eggs.json @@ -0,0 +1,7 @@ +{ + "parent": "block/two_turtle_eggs", + "textures": { + "particle":"block/turtle_egg_very_cracked", + "all": "block/turtle_egg_very_cracked" + } +} diff --git a/1.13.2/assets/minecraft/models/block/very_cracked_turtle_egg.json b/1.13.2/assets/minecraft/models/block/very_cracked_turtle_egg.json new file mode 100644 index 00000000..e6ce733a --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/very_cracked_turtle_egg.json @@ -0,0 +1,7 @@ +{ + "parent": "block/turtle_egg", + "textures": { + "particle": "block/turtle_egg_very_cracked", + "all": "block/turtle_egg_very_cracked" + } +} diff --git a/1.13.2/assets/minecraft/models/block/vine_1.json b/1.13.2/assets/minecraft/models/block/vine_1.json new file mode 100644 index 00000000..c9bcc1ab --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/vine_1.json @@ -0,0 +1,17 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/vine", + "vine": "block/vine" + }, + "elements": [ + { "from": [ 0, 0, 15.2 ], + "to": [ 16, 16, 15.2 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/vine_1u.json b/1.13.2/assets/minecraft/models/block/vine_1u.json new file mode 100644 index 00000000..ddf3f5be --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/vine_1u.json @@ -0,0 +1,25 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/vine", + "vine": "block/vine" + }, + "elements": [ + { "from": [ 0, 15.2, 0 ], + "to": [ 16, 15.2, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 15.2 ], + "to": [ 16, 16, 15.2 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/vine_2.json b/1.13.2/assets/minecraft/models/block/vine_2.json new file mode 100644 index 00000000..6671c3fa --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/vine_2.json @@ -0,0 +1,25 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/vine", + "vine": "block/vine" + }, + "elements": [ + { "from": [ 0, 0, 0.8 ], + "to": [ 16, 16, 0.8 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/vine_2_opposite.json b/1.13.2/assets/minecraft/models/block/vine_2_opposite.json new file mode 100644 index 00000000..2abe72e5 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/vine_2_opposite.json @@ -0,0 +1,25 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/vine", + "vine": "block/vine" + }, + "elements": [ + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0.8, 0, 0 ], + "to": [ 0.8, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/vine_2u.json b/1.13.2/assets/minecraft/models/block/vine_2u.json new file mode 100644 index 00000000..b5426b08 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/vine_2u.json @@ -0,0 +1,33 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/vine", + "vine": "block/vine" + }, + "elements": [ + { "from": [ 0, 15.2, 0 ], + "to": [ 16, 15.2, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.8 ], + "to": [ 16, 16, 0.8 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/vine_2u_opposite.json b/1.13.2/assets/minecraft/models/block/vine_2u_opposite.json new file mode 100644 index 00000000..b4625290 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/vine_2u_opposite.json @@ -0,0 +1,33 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/vine", + "vine": "block/vine" + }, + "elements": [ + { "from": [ 0, 15.2, 0 ], + "to": [ 16, 15.2, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0.8, 0, 0 ], + "to": [ 0.8, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/vine_3.json b/1.13.2/assets/minecraft/models/block/vine_3.json new file mode 100644 index 00000000..b3d02f4e --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/vine_3.json @@ -0,0 +1,33 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/vine", + "vine": "block/vine" + }, + "elements": [ + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 15.2 ], + "to": [ 16, 16, 15.2 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.8 ], + "to": [ 16, 16, 0.8 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/vine_3u.json b/1.13.2/assets/minecraft/models/block/vine_3u.json new file mode 100644 index 00000000..d239b7d8 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/vine_3u.json @@ -0,0 +1,41 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/vine", + "vine": "block/vine" + }, + "elements": [ + { "from": [ 0, 15.2, 0 ], + "to": [ 16, 15.2, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 15.2 ], + "to": [ 16, 16, 15.2 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.8 ], + "to": [ 16, 16, 0.8 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/vine_4.json b/1.13.2/assets/minecraft/models/block/vine_4.json new file mode 100644 index 00000000..88d325dc --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/vine_4.json @@ -0,0 +1,41 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/vine", + "vine": "block/vine" + }, + "elements": [ + { "from": [ 0.8, 0, 0 ], + "to": [ 0.8, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 15.2 ], + "to": [ 16, 16, 15.2 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.8 ], + "to": [ 16, 16, 0.8 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/vine_4u.json b/1.13.2/assets/minecraft/models/block/vine_4u.json new file mode 100644 index 00000000..6cd3cbf2 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/vine_4u.json @@ -0,0 +1,49 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/vine", + "vine": "block/vine" + }, + "elements": [ + { "from": [ 0, 15.2, 0 ], + "to": [ 16, 15.2, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0.8, 0, 0 ], + "to": [ 0.8, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 15.2 ], + "to": [ 16, 16, 15.2 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.8 ], + "to": [ 16, 16, 0.8 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/vine_u.json b/1.13.2/assets/minecraft/models/block/vine_u.json new file mode 100644 index 00000000..5219cfc0 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/vine_u.json @@ -0,0 +1,17 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/vine", + "vine": "block/vine" + }, + "elements": [ + { "from": [ 0, 15.2, 0 ], + "to": [ 16, 15.2, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/wall_inventory.json b/1.13.2/assets/minecraft/models/block/wall_inventory.json new file mode 100644 index 00000000..4638d77e --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/wall_inventory.json @@ -0,0 +1,44 @@ +{ "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": "#wall" + }, + "elements": [ + { "from": [ 4, 0, 4 ], + "to": [ 12, 16, 12 ], + "faces": { + "down": { "uv": [ 4, 4, 12, 12 ], "texture": "#wall", "cullface": "down" }, + "up": { "uv": [ 4, 4, 12, 12 ], "texture": "#wall" }, + "north": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, + "south": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, + "west": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, + "east": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" } + }, + "__comment": "Center post" + }, + { "from": [ 5, 0, 0 ], + "to": [ 11, 13, 16 ], + "faces": { + "down": { "uv": [ 5, 0, 11, 16 ], "texture": "#wall", "cullface": "down" }, + "up": { "uv": [ 5, 0, 11, 16 ], "texture": "#wall" }, + "north": { "uv": [ 5, 3, 11, 16 ], "texture": "#wall", "cullface": "north" }, + "south": { "uv": [ 5, 3, 11, 16 ], "texture": "#wall", "cullface": "south" }, + "west": { "uv": [ 0, 3, 16, 16 ], "texture": "#wall" }, + "east": { "uv": [ 0, 3, 16, 16 ], "texture": "#wall" } + }, + "__comment": "Full wall" + } + ] +} diff --git a/1.13.2/assets/minecraft/models/block/wall_torch.json b/1.13.2/assets/minecraft/models/block/wall_torch.json new file mode 100644 index 00000000..2af9aa4d --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/wall_torch.json @@ -0,0 +1,6 @@ +{ + "parent": "block/torch_wall", + "textures": { + "torch": "block/torch" + } +} diff --git a/1.13.2/assets/minecraft/models/block/water.json b/1.13.2/assets/minecraft/models/block/water.json new file mode 100644 index 00000000..75907472 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/water.json @@ -0,0 +1,6 @@ +{ + "textures": { + "particle": "block/water_still" + } +} + diff --git a/1.13.2/assets/minecraft/models/block/wet_sponge.json b/1.13.2/assets/minecraft/models/block/wet_sponge.json new file mode 100644 index 00000000..c6f4406b --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/wet_sponge.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/wet_sponge" + } +} diff --git a/1.13.2/assets/minecraft/models/block/wheat_stage0.json b/1.13.2/assets/minecraft/models/block/wheat_stage0.json new file mode 100644 index 00000000..fb5e180a --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/wheat_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "block/wheat_stage0" + } +} diff --git a/1.13.2/assets/minecraft/models/block/wheat_stage1.json b/1.13.2/assets/minecraft/models/block/wheat_stage1.json new file mode 100644 index 00000000..cf2d73f6 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/wheat_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "block/wheat_stage1" + } +} diff --git a/1.13.2/assets/minecraft/models/block/wheat_stage2.json b/1.13.2/assets/minecraft/models/block/wheat_stage2.json new file mode 100644 index 00000000..d612974e --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/wheat_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "block/wheat_stage2" + } +} diff --git a/1.13.2/assets/minecraft/models/block/wheat_stage3.json b/1.13.2/assets/minecraft/models/block/wheat_stage3.json new file mode 100644 index 00000000..437e5c9a --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/wheat_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "block/wheat_stage3" + } +} diff --git a/1.13.2/assets/minecraft/models/block/wheat_stage4.json b/1.13.2/assets/minecraft/models/block/wheat_stage4.json new file mode 100644 index 00000000..0ce4ecca --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/wheat_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "block/wheat_stage4" + } +} diff --git a/1.13.2/assets/minecraft/models/block/wheat_stage5.json b/1.13.2/assets/minecraft/models/block/wheat_stage5.json new file mode 100644 index 00000000..185a8a5e --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/wheat_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "block/wheat_stage5" + } +} diff --git a/1.13.2/assets/minecraft/models/block/wheat_stage6.json b/1.13.2/assets/minecraft/models/block/wheat_stage6.json new file mode 100644 index 00000000..db11cdb4 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/wheat_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "block/wheat_stage6" + } +} diff --git a/1.13.2/assets/minecraft/models/block/wheat_stage7.json b/1.13.2/assets/minecraft/models/block/wheat_stage7.json new file mode 100644 index 00000000..0ac0a168 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/wheat_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "block/wheat_stage7" + } +} diff --git a/1.13.2/assets/minecraft/models/block/white_carpet.json b/1.13.2/assets/minecraft/models/block/white_carpet.json new file mode 100644 index 00000000..ee6acd47 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/white_carpet.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "block/white_wool", + "wool": "block/white_wool" + } +} diff --git a/1.13.2/assets/minecraft/models/block/white_concrete.json b/1.13.2/assets/minecraft/models/block/white_concrete.json new file mode 100644 index 00000000..7814b7f0 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/white_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/white_concrete" + } +} diff --git a/1.13.2/assets/minecraft/models/block/white_concrete_powder.json b/1.13.2/assets/minecraft/models/block/white_concrete_powder.json new file mode 100644 index 00000000..e3b11214 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/white_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/white_concrete_powder" + } +} diff --git a/1.13.2/assets/minecraft/models/block/white_glazed_terracotta.json b/1.13.2/assets/minecraft/models/block/white_glazed_terracotta.json new file mode 100644 index 00000000..59c6e25a --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/white_glazed_terracotta.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glazed_terracotta", + "textures": { + "particle": "block/white_glazed_terracotta", + "pattern": "block/white_glazed_terracotta" + } +} diff --git a/1.13.2/assets/minecraft/models/block/white_shulker_box.json b/1.13.2/assets/minecraft/models/block/white_shulker_box.json new file mode 100644 index 00000000..0215631b --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/white_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "block/white_shulker_box" + } +} diff --git a/1.13.2/assets/minecraft/models/block/white_stained_glass.json b/1.13.2/assets/minecraft/models/block/white_stained_glass.json new file mode 100644 index 00000000..109b302e --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/white_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/white_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/white_stained_glass_pane_noside.json b/1.13.2/assets/minecraft/models/block/white_stained_glass_pane_noside.json new file mode 100644 index 00000000..70ea9653 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/white_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside", + "textures": { + "pane": "block/white_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/white_stained_glass_pane_noside_alt.json b/1.13.2/assets/minecraft/models/block/white_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..57c65579 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/white_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside_alt", + "textures": { + "pane": "block/white_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/white_stained_glass_pane_post.json b/1.13.2/assets/minecraft/models/block/white_stained_glass_pane_post.json new file mode 100644 index 00000000..d3f64146 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/white_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_post", + "textures": { + "edge": "block/white_stained_glass_pane_top", + "pane": "block/white_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/white_stained_glass_pane_side.json b/1.13.2/assets/minecraft/models/block/white_stained_glass_pane_side.json new file mode 100644 index 00000000..4c22e028 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/white_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side", + "textures": { + "edge": "block/white_stained_glass_pane_top", + "pane": "block/white_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/white_stained_glass_pane_side_alt.json b/1.13.2/assets/minecraft/models/block/white_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..fb4f7519 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/white_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side_alt", + "textures": { + "edge": "block/white_stained_glass_pane_top", + "pane": "block/white_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/white_terracotta.json b/1.13.2/assets/minecraft/models/block/white_terracotta.json new file mode 100644 index 00000000..5f471d54 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/white_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/white_terracotta" + } +} diff --git a/1.13.2/assets/minecraft/models/block/white_tulip.json b/1.13.2/assets/minecraft/models/block/white_tulip.json new file mode 100644 index 00000000..e57db8af --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/white_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/white_tulip" + } +} diff --git a/1.13.2/assets/minecraft/models/block/white_wool.json b/1.13.2/assets/minecraft/models/block/white_wool.json new file mode 100644 index 00000000..773d21d8 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/white_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/white_wool" + } +} diff --git a/1.13.2/assets/minecraft/models/block/yellow_carpet.json b/1.13.2/assets/minecraft/models/block/yellow_carpet.json new file mode 100644 index 00000000..dfe23b9c --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/yellow_carpet.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "block/yellow_wool", + "wool": "block/yellow_wool" + } +} diff --git a/1.13.2/assets/minecraft/models/block/yellow_concrete.json b/1.13.2/assets/minecraft/models/block/yellow_concrete.json new file mode 100644 index 00000000..f3e551dc --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/yellow_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/yellow_concrete" + } +} diff --git a/1.13.2/assets/minecraft/models/block/yellow_concrete_powder.json b/1.13.2/assets/minecraft/models/block/yellow_concrete_powder.json new file mode 100644 index 00000000..611cf7f5 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/yellow_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/yellow_concrete_powder" + } +} diff --git a/1.13.2/assets/minecraft/models/block/yellow_glazed_terracotta.json b/1.13.2/assets/minecraft/models/block/yellow_glazed_terracotta.json new file mode 100644 index 00000000..915f9b1d --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/yellow_glazed_terracotta.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glazed_terracotta", + "textures": { + "particle": "block/yellow_glazed_terracotta", + "pattern": "block/yellow_glazed_terracotta" + } +} diff --git a/1.13.2/assets/minecraft/models/block/yellow_shulker_box.json b/1.13.2/assets/minecraft/models/block/yellow_shulker_box.json new file mode 100644 index 00000000..3483c21f --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/yellow_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "block/yellow_shulker_box" + } +} diff --git a/1.13.2/assets/minecraft/models/block/yellow_stained_glass.json b/1.13.2/assets/minecraft/models/block/yellow_stained_glass.json new file mode 100644 index 00000000..6650ecf2 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/yellow_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/yellow_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/yellow_stained_glass_pane_noside.json b/1.13.2/assets/minecraft/models/block/yellow_stained_glass_pane_noside.json new file mode 100644 index 00000000..d004d224 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/yellow_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside", + "textures": { + "pane": "block/yellow_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/yellow_stained_glass_pane_noside_alt.json b/1.13.2/assets/minecraft/models/block/yellow_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..53712df0 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/yellow_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside_alt", + "textures": { + "pane": "block/yellow_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/yellow_stained_glass_pane_post.json b/1.13.2/assets/minecraft/models/block/yellow_stained_glass_pane_post.json new file mode 100644 index 00000000..12f36d71 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/yellow_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_post", + "textures": { + "edge": "block/yellow_stained_glass_pane_top", + "pane": "block/yellow_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/yellow_stained_glass_pane_side.json b/1.13.2/assets/minecraft/models/block/yellow_stained_glass_pane_side.json new file mode 100644 index 00000000..b75f37c4 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/yellow_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side", + "textures": { + "edge": "block/yellow_stained_glass_pane_top", + "pane": "block/yellow_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/yellow_stained_glass_pane_side_alt.json b/1.13.2/assets/minecraft/models/block/yellow_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..f0c3116e --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/yellow_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side_alt", + "textures": { + "edge": "block/yellow_stained_glass_pane_top", + "pane": "block/yellow_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/block/yellow_terracotta.json b/1.13.2/assets/minecraft/models/block/yellow_terracotta.json new file mode 100644 index 00000000..c63354c0 --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/yellow_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/yellow_terracotta" + } +} diff --git a/1.13.2/assets/minecraft/models/block/yellow_wool.json b/1.13.2/assets/minecraft/models/block/yellow_wool.json new file mode 100644 index 00000000..53d74adb --- /dev/null +++ b/1.13.2/assets/minecraft/models/block/yellow_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/yellow_wool" + } +} diff --git a/1.13.2/assets/minecraft/models/item/acacia_boat.json b/1.13.2/assets/minecraft/models/item/acacia_boat.json new file mode 100644 index 00000000..ce97bbfd --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/acacia_boat.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/acacia_boat" + } +} diff --git a/1.13.2/assets/minecraft/models/item/acacia_button.json b/1.13.2/assets/minecraft/models/item/acacia_button.json new file mode 100644 index 00000000..44018d82 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/acacia_button.json @@ -0,0 +1,3 @@ +{ + "parent": "block/acacia_button_inventory" +} diff --git a/1.13.2/assets/minecraft/models/item/acacia_door.json b/1.13.2/assets/minecraft/models/item/acacia_door.json new file mode 100644 index 00000000..1fd967c1 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/acacia_door.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/acacia_door" + } +} diff --git a/1.13.2/assets/minecraft/models/item/acacia_fence.json b/1.13.2/assets/minecraft/models/item/acacia_fence.json new file mode 100644 index 00000000..a191ee23 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/acacia_fence.json @@ -0,0 +1,3 @@ +{ + "parent": "block/acacia_fence_inventory" +} diff --git a/1.13.2/assets/minecraft/models/item/acacia_fence_gate.json b/1.13.2/assets/minecraft/models/item/acacia_fence_gate.json new file mode 100644 index 00000000..067388d0 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/acacia_fence_gate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/acacia_fence_gate" +} diff --git a/1.13.2/assets/minecraft/models/item/acacia_leaves.json b/1.13.2/assets/minecraft/models/item/acacia_leaves.json new file mode 100644 index 00000000..44b625bf --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/acacia_leaves.json @@ -0,0 +1,3 @@ +{ + "parent": "block/acacia_leaves" +} diff --git a/1.13.2/assets/minecraft/models/item/acacia_log.json b/1.13.2/assets/minecraft/models/item/acacia_log.json new file mode 100644 index 00000000..32edb560 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/acacia_log.json @@ -0,0 +1,3 @@ +{ + "parent": "block/acacia_log" +} diff --git a/1.13.2/assets/minecraft/models/item/acacia_planks.json b/1.13.2/assets/minecraft/models/item/acacia_planks.json new file mode 100644 index 00000000..7fcb12aa --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/acacia_planks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/acacia_planks" +} diff --git a/1.13.2/assets/minecraft/models/item/acacia_pressure_plate.json b/1.13.2/assets/minecraft/models/item/acacia_pressure_plate.json new file mode 100644 index 00000000..e128af4a --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/acacia_pressure_plate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/acacia_pressure_plate" +} diff --git a/1.13.2/assets/minecraft/models/item/acacia_sapling.json b/1.13.2/assets/minecraft/models/item/acacia_sapling.json new file mode 100644 index 00000000..d07604f4 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/acacia_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/acacia_sapling" + } +} diff --git a/1.13.2/assets/minecraft/models/item/acacia_slab.json b/1.13.2/assets/minecraft/models/item/acacia_slab.json new file mode 100644 index 00000000..e61bec6c --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/acacia_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/acacia_slab" +} diff --git a/1.13.2/assets/minecraft/models/item/acacia_stairs.json b/1.13.2/assets/minecraft/models/item/acacia_stairs.json new file mode 100644 index 00000000..570ee175 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/acacia_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/acacia_stairs" +} diff --git a/1.13.2/assets/minecraft/models/item/acacia_trapdoor.json b/1.13.2/assets/minecraft/models/item/acacia_trapdoor.json new file mode 100644 index 00000000..b9b2ce8d --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/acacia_trapdoor.json @@ -0,0 +1,3 @@ +{ + "parent": "block/acacia_trapdoor_bottom" +} diff --git a/1.13.2/assets/minecraft/models/item/acacia_wood.json b/1.13.2/assets/minecraft/models/item/acacia_wood.json new file mode 100644 index 00000000..3fab94e2 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/acacia_wood.json @@ -0,0 +1,3 @@ +{ + "parent": "block/acacia_wood" +} diff --git a/1.13.2/assets/minecraft/models/item/activator_rail.json b/1.13.2/assets/minecraft/models/item/activator_rail.json new file mode 100644 index 00000000..89b1e9ea --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/activator_rail.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/activator_rail" + } +} diff --git a/1.13.2/assets/minecraft/models/item/air.json b/1.13.2/assets/minecraft/models/item/air.json new file mode 100644 index 00000000..2c63c085 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/air.json @@ -0,0 +1,2 @@ +{ +} diff --git a/1.13.2/assets/minecraft/models/item/allium.json b/1.13.2/assets/minecraft/models/item/allium.json new file mode 100644 index 00000000..5110f087 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/allium.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/allium" + } +} diff --git a/1.13.2/assets/minecraft/models/item/andesite.json b/1.13.2/assets/minecraft/models/item/andesite.json new file mode 100644 index 00000000..c6c205c1 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/andesite.json @@ -0,0 +1,3 @@ +{ + "parent": "block/andesite" +} diff --git a/1.13.2/assets/minecraft/models/item/anvil.json b/1.13.2/assets/minecraft/models/item/anvil.json new file mode 100644 index 00000000..a02fa549 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/anvil.json @@ -0,0 +1,3 @@ +{ + "parent": "block/anvil" +} diff --git a/1.13.2/assets/minecraft/models/item/apple.json b/1.13.2/assets/minecraft/models/item/apple.json new file mode 100644 index 00000000..76275731 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/apple.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/apple" + } +} diff --git a/1.13.2/assets/minecraft/models/item/armor_stand.json b/1.13.2/assets/minecraft/models/item/armor_stand.json new file mode 100644 index 00000000..3c757f59 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/armor_stand.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/armor_stand" + } +} diff --git a/1.13.2/assets/minecraft/models/item/arrow.json b/1.13.2/assets/minecraft/models/item/arrow.json new file mode 100644 index 00000000..d90e426c --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/arrow.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/arrow" + } +} diff --git a/1.13.2/assets/minecraft/models/item/azure_bluet.json b/1.13.2/assets/minecraft/models/item/azure_bluet.json new file mode 100644 index 00000000..38fddb6f --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/azure_bluet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/azure_bluet" + } +} diff --git a/1.13.2/assets/minecraft/models/item/baked_potato.json b/1.13.2/assets/minecraft/models/item/baked_potato.json new file mode 100644 index 00000000..7b2d7e66 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/baked_potato.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/baked_potato" + } +} diff --git a/1.13.2/assets/minecraft/models/item/barrier.json b/1.13.2/assets/minecraft/models/item/barrier.json new file mode 100644 index 00000000..b1e13616 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/barrier.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/barrier" + } +} diff --git a/1.13.2/assets/minecraft/models/item/bat_spawn_egg.json b/1.13.2/assets/minecraft/models/item/bat_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/bat_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.13.2/assets/minecraft/models/item/beacon.json b/1.13.2/assets/minecraft/models/item/beacon.json new file mode 100644 index 00000000..02f00d7e --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/beacon.json @@ -0,0 +1,3 @@ +{ + "parent": "block/beacon" +} diff --git a/1.13.2/assets/minecraft/models/item/bedrock.json b/1.13.2/assets/minecraft/models/item/bedrock.json new file mode 100644 index 00000000..9ac9ca91 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/bedrock.json @@ -0,0 +1,3 @@ +{ + "parent": "block/bedrock" +} diff --git a/1.13.2/assets/minecraft/models/item/beef.json b/1.13.2/assets/minecraft/models/item/beef.json new file mode 100644 index 00000000..c0183aee --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/beef.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/beef" + } +} diff --git a/1.13.2/assets/minecraft/models/item/beetroot.json b/1.13.2/assets/minecraft/models/item/beetroot.json new file mode 100644 index 00000000..2488fe6f --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/beetroot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/beetroot" + } +} diff --git a/1.13.2/assets/minecraft/models/item/beetroot_seeds.json b/1.13.2/assets/minecraft/models/item/beetroot_seeds.json new file mode 100644 index 00000000..b88ac1af --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/beetroot_seeds.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/beetroot_seeds" + } +} diff --git a/1.13.2/assets/minecraft/models/item/beetroot_soup.json b/1.13.2/assets/minecraft/models/item/beetroot_soup.json new file mode 100644 index 00000000..26a41d3b --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/beetroot_soup.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/beetroot_soup" + } +} diff --git a/1.13.2/assets/minecraft/models/item/birch_boat.json b/1.13.2/assets/minecraft/models/item/birch_boat.json new file mode 100644 index 00000000..ecad6b2e --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/birch_boat.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/birch_boat" + } +} diff --git a/1.13.2/assets/minecraft/models/item/birch_button.json b/1.13.2/assets/minecraft/models/item/birch_button.json new file mode 100644 index 00000000..80fb1ab1 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/birch_button.json @@ -0,0 +1,3 @@ +{ + "parent": "block/birch_button_inventory" +} diff --git a/1.13.2/assets/minecraft/models/item/birch_door.json b/1.13.2/assets/minecraft/models/item/birch_door.json new file mode 100644 index 00000000..039c8e9e --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/birch_door.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/birch_door" + } +} diff --git a/1.13.2/assets/minecraft/models/item/birch_fence.json b/1.13.2/assets/minecraft/models/item/birch_fence.json new file mode 100644 index 00000000..2e9faa2d --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/birch_fence.json @@ -0,0 +1,3 @@ +{ + "parent": "block/birch_fence_inventory" +} diff --git a/1.13.2/assets/minecraft/models/item/birch_fence_gate.json b/1.13.2/assets/minecraft/models/item/birch_fence_gate.json new file mode 100644 index 00000000..50bda8ce --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/birch_fence_gate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/birch_fence_gate" +} diff --git a/1.13.2/assets/minecraft/models/item/birch_leaves.json b/1.13.2/assets/minecraft/models/item/birch_leaves.json new file mode 100644 index 00000000..9a3f6d5f --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/birch_leaves.json @@ -0,0 +1,3 @@ +{ + "parent": "block/birch_leaves" +} diff --git a/1.13.2/assets/minecraft/models/item/birch_log.json b/1.13.2/assets/minecraft/models/item/birch_log.json new file mode 100644 index 00000000..8ae0965f --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/birch_log.json @@ -0,0 +1,3 @@ +{ + "parent": "block/birch_log" +} diff --git a/1.13.2/assets/minecraft/models/item/birch_planks.json b/1.13.2/assets/minecraft/models/item/birch_planks.json new file mode 100644 index 00000000..b5699077 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/birch_planks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/birch_planks" +} diff --git a/1.13.2/assets/minecraft/models/item/birch_pressure_plate.json b/1.13.2/assets/minecraft/models/item/birch_pressure_plate.json new file mode 100644 index 00000000..3fcfbc8a --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/birch_pressure_plate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/birch_pressure_plate" +} diff --git a/1.13.2/assets/minecraft/models/item/birch_sapling.json b/1.13.2/assets/minecraft/models/item/birch_sapling.json new file mode 100644 index 00000000..283d7f07 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/birch_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/birch_sapling" + } +} diff --git a/1.13.2/assets/minecraft/models/item/birch_slab.json b/1.13.2/assets/minecraft/models/item/birch_slab.json new file mode 100644 index 00000000..14498336 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/birch_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/birch_slab" +} diff --git a/1.13.2/assets/minecraft/models/item/birch_stairs.json b/1.13.2/assets/minecraft/models/item/birch_stairs.json new file mode 100644 index 00000000..0e4b0be0 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/birch_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/birch_stairs" +} diff --git a/1.13.2/assets/minecraft/models/item/birch_trapdoor.json b/1.13.2/assets/minecraft/models/item/birch_trapdoor.json new file mode 100644 index 00000000..bd789159 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/birch_trapdoor.json @@ -0,0 +1,3 @@ +{ + "parent": "block/birch_trapdoor_bottom" +} diff --git a/1.13.2/assets/minecraft/models/item/birch_wood.json b/1.13.2/assets/minecraft/models/item/birch_wood.json new file mode 100644 index 00000000..c943d898 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/birch_wood.json @@ -0,0 +1,3 @@ +{ + "parent": "block/birch_wood" +} diff --git a/1.13.2/assets/minecraft/models/item/black_banner.json b/1.13.2/assets/minecraft/models/item/black_banner.json new file mode 100644 index 00000000..9d43dcc2 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/black_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_banner" +} diff --git a/1.13.2/assets/minecraft/models/item/black_bed.json b/1.13.2/assets/minecraft/models/item/black_bed.json new file mode 100644 index 00000000..b69c17a9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/black_bed.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_bed" +} diff --git a/1.13.2/assets/minecraft/models/item/black_carpet.json b/1.13.2/assets/minecraft/models/item/black_carpet.json new file mode 100644 index 00000000..6e13f1f5 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/black_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/black_carpet" +} diff --git a/1.13.2/assets/minecraft/models/item/black_concrete.json b/1.13.2/assets/minecraft/models/item/black_concrete.json new file mode 100644 index 00000000..1b8032bb --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/black_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "block/black_concrete" +} diff --git a/1.13.2/assets/minecraft/models/item/black_concrete_powder.json b/1.13.2/assets/minecraft/models/item/black_concrete_powder.json new file mode 100644 index 00000000..281ea9c0 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/black_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "block/black_concrete_powder" +} diff --git a/1.13.2/assets/minecraft/models/item/black_glazed_terracotta.json b/1.13.2/assets/minecraft/models/item/black_glazed_terracotta.json new file mode 100644 index 00000000..597b4751 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/black_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/black_glazed_terracotta" +} diff --git a/1.13.2/assets/minecraft/models/item/black_shulker_box.json b/1.13.2/assets/minecraft/models/item/black_shulker_box.json new file mode 100644 index 00000000..f9818742 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/black_shulker_box.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_shulker_box" +} diff --git a/1.13.2/assets/minecraft/models/item/black_stained_glass.json b/1.13.2/assets/minecraft/models/item/black_stained_glass.json new file mode 100644 index 00000000..fa7df59b --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/black_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/black_stained_glass" +} diff --git a/1.13.2/assets/minecraft/models/item/black_stained_glass_pane.json b/1.13.2/assets/minecraft/models/item/black_stained_glass_pane.json new file mode 100644 index 00000000..e28850d6 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/black_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/black_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/item/black_terracotta.json b/1.13.2/assets/minecraft/models/item/black_terracotta.json new file mode 100644 index 00000000..341fcffd --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/black_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/black_terracotta" +} diff --git a/1.13.2/assets/minecraft/models/item/black_wool.json b/1.13.2/assets/minecraft/models/item/black_wool.json new file mode 100644 index 00000000..786c753a --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/black_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/black_wool" +} diff --git a/1.13.2/assets/minecraft/models/item/blaze_powder.json b/1.13.2/assets/minecraft/models/item/blaze_powder.json new file mode 100644 index 00000000..5d683347 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/blaze_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/blaze_powder" + } +} diff --git a/1.13.2/assets/minecraft/models/item/blaze_rod.json b/1.13.2/assets/minecraft/models/item/blaze_rod.json new file mode 100644 index 00000000..02d69af2 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/blaze_rod.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/blaze_rod" + } +} diff --git a/1.13.2/assets/minecraft/models/item/blaze_spawn_egg.json b/1.13.2/assets/minecraft/models/item/blaze_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/blaze_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.13.2/assets/minecraft/models/item/blue_banner.json b/1.13.2/assets/minecraft/models/item/blue_banner.json new file mode 100644 index 00000000..9d43dcc2 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/blue_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_banner" +} diff --git a/1.13.2/assets/minecraft/models/item/blue_bed.json b/1.13.2/assets/minecraft/models/item/blue_bed.json new file mode 100644 index 00000000..b69c17a9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/blue_bed.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_bed" +} diff --git a/1.13.2/assets/minecraft/models/item/blue_carpet.json b/1.13.2/assets/minecraft/models/item/blue_carpet.json new file mode 100644 index 00000000..81581f88 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/blue_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/blue_carpet" +} diff --git a/1.13.2/assets/minecraft/models/item/blue_concrete.json b/1.13.2/assets/minecraft/models/item/blue_concrete.json new file mode 100644 index 00000000..a6b6d003 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/blue_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "block/blue_concrete" +} diff --git a/1.13.2/assets/minecraft/models/item/blue_concrete_powder.json b/1.13.2/assets/minecraft/models/item/blue_concrete_powder.json new file mode 100644 index 00000000..360aaba6 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/blue_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "block/blue_concrete_powder" +} diff --git a/1.13.2/assets/minecraft/models/item/blue_glazed_terracotta.json b/1.13.2/assets/minecraft/models/item/blue_glazed_terracotta.json new file mode 100644 index 00000000..80005a49 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/blue_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/blue_glazed_terracotta" +} diff --git a/1.13.2/assets/minecraft/models/item/blue_ice.json b/1.13.2/assets/minecraft/models/item/blue_ice.json new file mode 100644 index 00000000..7b8bbdb6 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/blue_ice.json @@ -0,0 +1,3 @@ +{ + "parent": "block/blue_ice" +} diff --git a/1.13.2/assets/minecraft/models/item/blue_orchid.json b/1.13.2/assets/minecraft/models/item/blue_orchid.json new file mode 100644 index 00000000..e5b778bd --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/blue_orchid.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/blue_orchid" + } +} diff --git a/1.13.2/assets/minecraft/models/item/blue_shulker_box.json b/1.13.2/assets/minecraft/models/item/blue_shulker_box.json new file mode 100644 index 00000000..f9818742 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/blue_shulker_box.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_shulker_box" +} diff --git a/1.13.2/assets/minecraft/models/item/blue_stained_glass.json b/1.13.2/assets/minecraft/models/item/blue_stained_glass.json new file mode 100644 index 00000000..cb7407d2 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/blue_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/blue_stained_glass" +} diff --git a/1.13.2/assets/minecraft/models/item/blue_stained_glass_pane.json b/1.13.2/assets/minecraft/models/item/blue_stained_glass_pane.json new file mode 100644 index 00000000..74c71bfe --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/blue_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/blue_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/item/blue_terracotta.json b/1.13.2/assets/minecraft/models/item/blue_terracotta.json new file mode 100644 index 00000000..f1a95e2c --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/blue_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/blue_terracotta" +} diff --git a/1.13.2/assets/minecraft/models/item/blue_wool.json b/1.13.2/assets/minecraft/models/item/blue_wool.json new file mode 100644 index 00000000..19e06920 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/blue_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/blue_wool" +} diff --git a/1.13.2/assets/minecraft/models/item/bone.json b/1.13.2/assets/minecraft/models/item/bone.json new file mode 100644 index 00000000..3063401c --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/bone.json @@ -0,0 +1,13 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/bone" + }, + "display": { + "head": { + "rotation": [ 0, 0, -45 ], + "translation": [ 0, -4.5, -6.5], + "scale":[ 1, 1, 1 ] + } + } +} diff --git a/1.13.2/assets/minecraft/models/item/bone_block.json b/1.13.2/assets/minecraft/models/item/bone_block.json new file mode 100644 index 00000000..11a7c3e6 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/bone_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/bone_block" +} diff --git a/1.13.2/assets/minecraft/models/item/bone_meal.json b/1.13.2/assets/minecraft/models/item/bone_meal.json new file mode 100644 index 00000000..a2ce7977 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/bone_meal.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/bone_meal" + } +} diff --git a/1.13.2/assets/minecraft/models/item/book.json b/1.13.2/assets/minecraft/models/item/book.json new file mode 100644 index 00000000..2465717b --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/book.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/book" + } +} diff --git a/1.13.2/assets/minecraft/models/item/bookshelf.json b/1.13.2/assets/minecraft/models/item/bookshelf.json new file mode 100644 index 00000000..102e2029 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/bookshelf.json @@ -0,0 +1,3 @@ +{ + "parent": "block/bookshelf" +} diff --git a/1.13.2/assets/minecraft/models/item/bow.json b/1.13.2/assets/minecraft/models/item/bow.json new file mode 100644 index 00000000..c2128757 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/bow.json @@ -0,0 +1,50 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/bow" + }, + "display": { + "thirdperson_righthand": { + "rotation": [ -80, 260, -40 ], + "translation": [ -1, -2, 2.5 ], + "scale": [ 0.9, 0.9, 0.9 ] + }, + "thirdperson_lefthand": { + "rotation": [ -80, -280, 40 ], + "translation": [ -1, -2, 2.5 ], + "scale": [ 0.9, 0.9, 0.9 ] + }, + "firstperson_righthand": { + "rotation": [ 0, -90, 25 ], + "translation": [ 1.13, 3.2, 1.13], + "scale": [ 0.68, 0.68, 0.68 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, 90, -25 ], + "translation": [ 1.13, 3.2, 1.13], + "scale": [ 0.68, 0.68, 0.68 ] + } + }, + "overrides": [ + { + "predicate": { + "pulling": 1 + }, + "model": "item/bow_pulling_0" + }, + { + "predicate": { + "pulling": 1, + "pull": 0.65 + }, + "model": "item/bow_pulling_1" + }, + { + "predicate": { + "pulling": 1, + "pull": 0.9 + }, + "model": "item/bow_pulling_2" + } + ] +} diff --git a/1.13.2/assets/minecraft/models/item/bow_pulling_0.json b/1.13.2/assets/minecraft/models/item/bow_pulling_0.json new file mode 100644 index 00000000..8a44db20 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/bow_pulling_0.json @@ -0,0 +1,6 @@ +{ + "parent": "item/bow", + "textures": { + "layer0": "item/bow_pulling_0" + } +} diff --git a/1.13.2/assets/minecraft/models/item/bow_pulling_1.json b/1.13.2/assets/minecraft/models/item/bow_pulling_1.json new file mode 100644 index 00000000..5fd94893 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/bow_pulling_1.json @@ -0,0 +1,6 @@ +{ + "parent": "item/bow", + "textures": { + "layer0": "item/bow_pulling_1" + } +} diff --git a/1.13.2/assets/minecraft/models/item/bow_pulling_2.json b/1.13.2/assets/minecraft/models/item/bow_pulling_2.json new file mode 100644 index 00000000..8584d5b3 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/bow_pulling_2.json @@ -0,0 +1,6 @@ +{ + "parent": "item/bow", + "textures": { + "layer0": "item/bow_pulling_2" + } +} diff --git a/1.13.2/assets/minecraft/models/item/bowl.json b/1.13.2/assets/minecraft/models/item/bowl.json new file mode 100644 index 00000000..9c2dc8e3 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/bowl.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/bowl" + } +} diff --git a/1.13.2/assets/minecraft/models/item/brain_coral.json b/1.13.2/assets/minecraft/models/item/brain_coral.json new file mode 100644 index 00000000..55f1fcc0 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/brain_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/brain_coral" + } +} diff --git a/1.13.2/assets/minecraft/models/item/brain_coral_block.json b/1.13.2/assets/minecraft/models/item/brain_coral_block.json new file mode 100644 index 00000000..fcbf2c68 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/brain_coral_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/brain_coral_block" +} diff --git a/1.13.2/assets/minecraft/models/item/brain_coral_fan.json b/1.13.2/assets/minecraft/models/item/brain_coral_fan.json new file mode 100644 index 00000000..cbde27f7 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/brain_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/brain_coral_fan" + } +} diff --git a/1.13.2/assets/minecraft/models/item/brain_coral_wall_fan.json b/1.13.2/assets/minecraft/models/item/brain_coral_wall_fan.json new file mode 100644 index 00000000..cbde27f7 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/brain_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/brain_coral_fan" + } +} diff --git a/1.13.2/assets/minecraft/models/item/bread.json b/1.13.2/assets/minecraft/models/item/bread.json new file mode 100644 index 00000000..8f2bcb32 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/bread.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/bread" + } +} diff --git a/1.13.2/assets/minecraft/models/item/brewing_stand.json b/1.13.2/assets/minecraft/models/item/brewing_stand.json new file mode 100644 index 00000000..e2eb53e2 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/brewing_stand.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/brewing_stand" + } +} diff --git a/1.13.2/assets/minecraft/models/item/brick.json b/1.13.2/assets/minecraft/models/item/brick.json new file mode 100644 index 00000000..4e70a638 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/brick.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/brick" + } +} diff --git a/1.13.2/assets/minecraft/models/item/brick_slab.json b/1.13.2/assets/minecraft/models/item/brick_slab.json new file mode 100644 index 00000000..c9459f68 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/brick_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/brick_slab" +} diff --git a/1.13.2/assets/minecraft/models/item/brick_stairs.json b/1.13.2/assets/minecraft/models/item/brick_stairs.json new file mode 100644 index 00000000..ef796cef --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/brick_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/brick_stairs" +} diff --git a/1.13.2/assets/minecraft/models/item/bricks.json b/1.13.2/assets/minecraft/models/item/bricks.json new file mode 100644 index 00000000..dd86f001 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/bricks" +} diff --git a/1.13.2/assets/minecraft/models/item/broken_elytra.json b/1.13.2/assets/minecraft/models/item/broken_elytra.json new file mode 100644 index 00000000..ca77df44 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/broken_elytra.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/broken_elytra" + } +} diff --git a/1.13.2/assets/minecraft/models/item/brown_banner.json b/1.13.2/assets/minecraft/models/item/brown_banner.json new file mode 100644 index 00000000..9d43dcc2 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/brown_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_banner" +} diff --git a/1.13.2/assets/minecraft/models/item/brown_bed.json b/1.13.2/assets/minecraft/models/item/brown_bed.json new file mode 100644 index 00000000..b69c17a9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/brown_bed.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_bed" +} diff --git a/1.13.2/assets/minecraft/models/item/brown_carpet.json b/1.13.2/assets/minecraft/models/item/brown_carpet.json new file mode 100644 index 00000000..f286328b --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/brown_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/brown_carpet" +} diff --git a/1.13.2/assets/minecraft/models/item/brown_concrete.json b/1.13.2/assets/minecraft/models/item/brown_concrete.json new file mode 100644 index 00000000..e89859b0 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/brown_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "block/brown_concrete" +} diff --git a/1.13.2/assets/minecraft/models/item/brown_concrete_powder.json b/1.13.2/assets/minecraft/models/item/brown_concrete_powder.json new file mode 100644 index 00000000..ae64c0f5 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/brown_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "block/brown_concrete_powder" +} diff --git a/1.13.2/assets/minecraft/models/item/brown_glazed_terracotta.json b/1.13.2/assets/minecraft/models/item/brown_glazed_terracotta.json new file mode 100644 index 00000000..b0f8bddf --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/brown_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/brown_glazed_terracotta" +} diff --git a/1.13.2/assets/minecraft/models/item/brown_mushroom.json b/1.13.2/assets/minecraft/models/item/brown_mushroom.json new file mode 100644 index 00000000..ab3866db --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/brown_mushroom.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/brown_mushroom" + } +} diff --git a/1.13.2/assets/minecraft/models/item/brown_mushroom_block.json b/1.13.2/assets/minecraft/models/item/brown_mushroom_block.json new file mode 100644 index 00000000..4decfb31 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/brown_mushroom_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/brown_mushroom_block_inventory" +} diff --git a/1.13.2/assets/minecraft/models/item/brown_shulker_box.json b/1.13.2/assets/minecraft/models/item/brown_shulker_box.json new file mode 100644 index 00000000..f9818742 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/brown_shulker_box.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_shulker_box" +} diff --git a/1.13.2/assets/minecraft/models/item/brown_stained_glass.json b/1.13.2/assets/minecraft/models/item/brown_stained_glass.json new file mode 100644 index 00000000..e421bace --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/brown_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/brown_stained_glass" +} diff --git a/1.13.2/assets/minecraft/models/item/brown_stained_glass_pane.json b/1.13.2/assets/minecraft/models/item/brown_stained_glass_pane.json new file mode 100644 index 00000000..88f5f11d --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/brown_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/brown_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/item/brown_terracotta.json b/1.13.2/assets/minecraft/models/item/brown_terracotta.json new file mode 100644 index 00000000..ff2753ae --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/brown_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/brown_terracotta" +} diff --git a/1.13.2/assets/minecraft/models/item/brown_wool.json b/1.13.2/assets/minecraft/models/item/brown_wool.json new file mode 100644 index 00000000..7842c8fb --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/brown_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/brown_wool" +} diff --git a/1.13.2/assets/minecraft/models/item/bubble_coral.json b/1.13.2/assets/minecraft/models/item/bubble_coral.json new file mode 100644 index 00000000..e790d3e5 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/bubble_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/bubble_coral" + } +} diff --git a/1.13.2/assets/minecraft/models/item/bubble_coral_block.json b/1.13.2/assets/minecraft/models/item/bubble_coral_block.json new file mode 100644 index 00000000..8a19f03a --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/bubble_coral_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/bubble_coral_block" +} diff --git a/1.13.2/assets/minecraft/models/item/bubble_coral_fan.json b/1.13.2/assets/minecraft/models/item/bubble_coral_fan.json new file mode 100644 index 00000000..5efa40e9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/bubble_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/bubble_coral_fan" + } +} diff --git a/1.13.2/assets/minecraft/models/item/bubble_coral_wall_fan.json b/1.13.2/assets/minecraft/models/item/bubble_coral_wall_fan.json new file mode 100644 index 00000000..5efa40e9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/bubble_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/bubble_coral_fan" + } +} diff --git a/1.13.2/assets/minecraft/models/item/bucket.json b/1.13.2/assets/minecraft/models/item/bucket.json new file mode 100644 index 00000000..aaa0fb44 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/bucket.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/bucket" + } +} diff --git a/1.13.2/assets/minecraft/models/item/cactus.json b/1.13.2/assets/minecraft/models/item/cactus.json new file mode 100644 index 00000000..1e95f2d1 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/cactus.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cactus" +} diff --git a/1.13.2/assets/minecraft/models/item/cactus_green.json b/1.13.2/assets/minecraft/models/item/cactus_green.json new file mode 100644 index 00000000..11a9cc65 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/cactus_green.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/cactus_green" + } +} diff --git a/1.13.2/assets/minecraft/models/item/cake.json b/1.13.2/assets/minecraft/models/item/cake.json new file mode 100644 index 00000000..3e51d676 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/cake.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/cake" + } +} diff --git a/1.13.2/assets/minecraft/models/item/carrot.json b/1.13.2/assets/minecraft/models/item/carrot.json new file mode 100644 index 00000000..2b3bdcdd --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/carrot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/carrot" + } +} diff --git a/1.13.2/assets/minecraft/models/item/carrot_on_a_stick.json b/1.13.2/assets/minecraft/models/item/carrot_on_a_stick.json new file mode 100644 index 00000000..a3185bd5 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/carrot_on_a_stick.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld_rod", + "textures": { + "layer0": "item/carrot_on_a_stick" + } +} diff --git a/1.13.2/assets/minecraft/models/item/carved_pumpkin.json b/1.13.2/assets/minecraft/models/item/carved_pumpkin.json new file mode 100644 index 00000000..4dadd353 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/carved_pumpkin.json @@ -0,0 +1,3 @@ +{ + "parent": "block/carved_pumpkin" +} diff --git a/1.13.2/assets/minecraft/models/item/cauldron.json b/1.13.2/assets/minecraft/models/item/cauldron.json new file mode 100644 index 00000000..7f9222f2 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/cauldron.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/cauldron" + } +} diff --git a/1.13.2/assets/minecraft/models/item/cave_spider_spawn_egg.json b/1.13.2/assets/minecraft/models/item/cave_spider_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/cave_spider_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.13.2/assets/minecraft/models/item/chain_command_block.json b/1.13.2/assets/minecraft/models/item/chain_command_block.json new file mode 100644 index 00000000..f151ef14 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/chain_command_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/chain_command_block" +} diff --git a/1.13.2/assets/minecraft/models/item/chainmail_boots.json b/1.13.2/assets/minecraft/models/item/chainmail_boots.json new file mode 100644 index 00000000..68d4b95c --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/chainmail_boots.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/chainmail_boots" + } +} diff --git a/1.13.2/assets/minecraft/models/item/chainmail_chestplate.json b/1.13.2/assets/minecraft/models/item/chainmail_chestplate.json new file mode 100644 index 00000000..4f94ae17 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/chainmail_chestplate.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/chainmail_chestplate" + } +} diff --git a/1.13.2/assets/minecraft/models/item/chainmail_helmet.json b/1.13.2/assets/minecraft/models/item/chainmail_helmet.json new file mode 100644 index 00000000..c0ae054d --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/chainmail_helmet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/chainmail_helmet" + } +} diff --git a/1.13.2/assets/minecraft/models/item/chainmail_leggings.json b/1.13.2/assets/minecraft/models/item/chainmail_leggings.json new file mode 100644 index 00000000..9c7e41f2 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/chainmail_leggings.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/chainmail_leggings" + } +} diff --git a/1.13.2/assets/minecraft/models/item/charcoal.json b/1.13.2/assets/minecraft/models/item/charcoal.json new file mode 100644 index 00000000..75dd3c17 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/charcoal.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/charcoal" + } +} diff --git a/1.13.2/assets/minecraft/models/item/chest.json b/1.13.2/assets/minecraft/models/item/chest.json new file mode 100644 index 00000000..7bfe2e69 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/chest.json @@ -0,0 +1,35 @@ +{ + "parent": "builtin/entity", + "display": { + "gui": { + "rotation": [ 30, 45, 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 ] + }, + "head": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 1, 1, 1] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 0.5, 0.5, 0.5 ] + }, + "thirdperson_righthand": { + "rotation": [ 75, 315, 0 ], + "translation": [ 0, 2.5, 0], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 315, 0 ], + "translation": [ 0, 0, 0], + "scale": [ 0.4, 0.4, 0.4 ] + } + } +} diff --git a/1.13.2/assets/minecraft/models/item/chest_minecart.json b/1.13.2/assets/minecraft/models/item/chest_minecart.json new file mode 100644 index 00000000..2673b4ba --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/chest_minecart.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/chest_minecart" + } +} diff --git a/1.13.2/assets/minecraft/models/item/chicken.json b/1.13.2/assets/minecraft/models/item/chicken.json new file mode 100644 index 00000000..2a8faa6f --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/chicken.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/chicken" + } +} diff --git a/1.13.2/assets/minecraft/models/item/chicken_spawn_egg.json b/1.13.2/assets/minecraft/models/item/chicken_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/chicken_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.13.2/assets/minecraft/models/item/chipped_anvil.json b/1.13.2/assets/minecraft/models/item/chipped_anvil.json new file mode 100644 index 00000000..49a979c1 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/chipped_anvil.json @@ -0,0 +1,3 @@ +{ + "parent": "block/chipped_anvil" +} diff --git a/1.13.2/assets/minecraft/models/item/chiseled_quartz_block.json b/1.13.2/assets/minecraft/models/item/chiseled_quartz_block.json new file mode 100644 index 00000000..fb2133b8 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/chiseled_quartz_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/chiseled_quartz_block" +} diff --git a/1.13.2/assets/minecraft/models/item/chiseled_red_sandstone.json b/1.13.2/assets/minecraft/models/item/chiseled_red_sandstone.json new file mode 100644 index 00000000..5aa7afc9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/chiseled_red_sandstone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/chiseled_red_sandstone" +} diff --git a/1.13.2/assets/minecraft/models/item/chiseled_sandstone.json b/1.13.2/assets/minecraft/models/item/chiseled_sandstone.json new file mode 100644 index 00000000..26569b20 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/chiseled_sandstone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/chiseled_sandstone" +} diff --git a/1.13.2/assets/minecraft/models/item/chiseled_stone_bricks.json b/1.13.2/assets/minecraft/models/item/chiseled_stone_bricks.json new file mode 100644 index 00000000..6dbc5cbe --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/chiseled_stone_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/chiseled_stone_bricks" +} diff --git a/1.13.2/assets/minecraft/models/item/chorus_flower.json b/1.13.2/assets/minecraft/models/item/chorus_flower.json new file mode 100644 index 00000000..5c621b09 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/chorus_flower.json @@ -0,0 +1,3 @@ +{ + "parent": "block/chorus_flower" +} diff --git a/1.13.2/assets/minecraft/models/item/chorus_fruit.json b/1.13.2/assets/minecraft/models/item/chorus_fruit.json new file mode 100644 index 00000000..1bd04c37 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/chorus_fruit.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/chorus_fruit" + } +} diff --git a/1.13.2/assets/minecraft/models/item/chorus_plant.json b/1.13.2/assets/minecraft/models/item/chorus_plant.json new file mode 100644 index 00000000..201329f7 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/chorus_plant.json @@ -0,0 +1,3 @@ +{ + "parent": "block/chorus_plant" +} diff --git a/1.13.2/assets/minecraft/models/item/clay.json b/1.13.2/assets/minecraft/models/item/clay.json new file mode 100644 index 00000000..329c9863 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/clay" +} diff --git a/1.13.2/assets/minecraft/models/item/clay_ball.json b/1.13.2/assets/minecraft/models/item/clay_ball.json new file mode 100644 index 00000000..d7f77349 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/clay_ball.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clay_ball" + } +} diff --git a/1.13.2/assets/minecraft/models/item/clock.json b/1.13.2/assets/minecraft/models/item/clock.json new file mode 100644 index 00000000..407b8aa7 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/clock.json @@ -0,0 +1,73 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_00" + }, + "overrides": [ + { "predicate": { "time": 0.0000000 }, "model": "item/clock" }, + { "predicate": { "time": 0.0078125 }, "model": "item/clock_01" }, + { "predicate": { "time": 0.0234375 }, "model": "item/clock_02" }, + { "predicate": { "time": 0.0390625 }, "model": "item/clock_03" }, + { "predicate": { "time": 0.0546875 }, "model": "item/clock_04" }, + { "predicate": { "time": 0.0703125 }, "model": "item/clock_05" }, + { "predicate": { "time": 0.0859375 }, "model": "item/clock_06" }, + { "predicate": { "time": 0.1015625 }, "model": "item/clock_07" }, + { "predicate": { "time": 0.1171875 }, "model": "item/clock_08" }, + { "predicate": { "time": 0.1328125 }, "model": "item/clock_09" }, + { "predicate": { "time": 0.1484375 }, "model": "item/clock_10" }, + { "predicate": { "time": 0.1640625 }, "model": "item/clock_11" }, + { "predicate": { "time": 0.1796875 }, "model": "item/clock_12" }, + { "predicate": { "time": 0.1953125 }, "model": "item/clock_13" }, + { "predicate": { "time": 0.2109375 }, "model": "item/clock_14" }, + { "predicate": { "time": 0.2265625 }, "model": "item/clock_15" }, + { "predicate": { "time": 0.2421875 }, "model": "item/clock_16" }, + { "predicate": { "time": 0.2578125 }, "model": "item/clock_17" }, + { "predicate": { "time": 0.2734375 }, "model": "item/clock_18" }, + { "predicate": { "time": 0.2890625 }, "model": "item/clock_19" }, + { "predicate": { "time": 0.3046875 }, "model": "item/clock_20" }, + { "predicate": { "time": 0.3203125 }, "model": "item/clock_21" }, + { "predicate": { "time": 0.3359375 }, "model": "item/clock_22" }, + { "predicate": { "time": 0.3515625 }, "model": "item/clock_23" }, + { "predicate": { "time": 0.3671875 }, "model": "item/clock_24" }, + { "predicate": { "time": 0.3828125 }, "model": "item/clock_25" }, + { "predicate": { "time": 0.3984375 }, "model": "item/clock_26" }, + { "predicate": { "time": 0.4140625 }, "model": "item/clock_27" }, + { "predicate": { "time": 0.4296875 }, "model": "item/clock_28" }, + { "predicate": { "time": 0.4453125 }, "model": "item/clock_29" }, + { "predicate": { "time": 0.4609375 }, "model": "item/clock_30" }, + { "predicate": { "time": 0.4765625 }, "model": "item/clock_31" }, + { "predicate": { "time": 0.4921875 }, "model": "item/clock_32" }, + { "predicate": { "time": 0.5078125 }, "model": "item/clock_33" }, + { "predicate": { "time": 0.5234375 }, "model": "item/clock_34" }, + { "predicate": { "time": 0.5390625 }, "model": "item/clock_35" }, + { "predicate": { "time": 0.5546875 }, "model": "item/clock_36" }, + { "predicate": { "time": 0.5703125 }, "model": "item/clock_37" }, + { "predicate": { "time": 0.5859375 }, "model": "item/clock_38" }, + { "predicate": { "time": 0.6015625 }, "model": "item/clock_39" }, + { "predicate": { "time": 0.6171875 }, "model": "item/clock_40" }, + { "predicate": { "time": 0.6328125 }, "model": "item/clock_41" }, + { "predicate": { "time": 0.6484375 }, "model": "item/clock_42" }, + { "predicate": { "time": 0.6640625 }, "model": "item/clock_43" }, + { "predicate": { "time": 0.6796875 }, "model": "item/clock_44" }, + { "predicate": { "time": 0.6953125 }, "model": "item/clock_45" }, + { "predicate": { "time": 0.7109375 }, "model": "item/clock_46" }, + { "predicate": { "time": 0.7265625 }, "model": "item/clock_47" }, + { "predicate": { "time": 0.7421875 }, "model": "item/clock_48" }, + { "predicate": { "time": 0.7578125 }, "model": "item/clock_49" }, + { "predicate": { "time": 0.7734375 }, "model": "item/clock_50" }, + { "predicate": { "time": 0.7890625 }, "model": "item/clock_51" }, + { "predicate": { "time": 0.8046875 }, "model": "item/clock_52" }, + { "predicate": { "time": 0.8203125 }, "model": "item/clock_53" }, + { "predicate": { "time": 0.8359375 }, "model": "item/clock_54" }, + { "predicate": { "time": 0.8515625 }, "model": "item/clock_55" }, + { "predicate": { "time": 0.8671875 }, "model": "item/clock_56" }, + { "predicate": { "time": 0.8828125 }, "model": "item/clock_57" }, + { "predicate": { "time": 0.8984375 }, "model": "item/clock_58" }, + { "predicate": { "time": 0.9140625 }, "model": "item/clock_59" }, + { "predicate": { "time": 0.9296875 }, "model": "item/clock_60" }, + { "predicate": { "time": 0.9453125 }, "model": "item/clock_61" }, + { "predicate": { "time": 0.9609375 }, "model": "item/clock_62" }, + { "predicate": { "time": 0.9765625 }, "model": "item/clock_63" }, + { "predicate": { "time": 0.9921875 }, "model": "item/clock" } + ] +} diff --git a/1.13.2/assets/minecraft/models/item/clock_01.json b/1.13.2/assets/minecraft/models/item/clock_01.json new file mode 100644 index 00000000..bea4d46c --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/clock_01.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_01" + } +} diff --git a/1.13.2/assets/minecraft/models/item/clock_02.json b/1.13.2/assets/minecraft/models/item/clock_02.json new file mode 100644 index 00000000..d226ffa9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/clock_02.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_02" + } +} diff --git a/1.13.2/assets/minecraft/models/item/clock_03.json b/1.13.2/assets/minecraft/models/item/clock_03.json new file mode 100644 index 00000000..1ef408c6 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/clock_03.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_03" + } +} diff --git a/1.13.2/assets/minecraft/models/item/clock_04.json b/1.13.2/assets/minecraft/models/item/clock_04.json new file mode 100644 index 00000000..42bc74fb --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/clock_04.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_04" + } +} diff --git a/1.13.2/assets/minecraft/models/item/clock_05.json b/1.13.2/assets/minecraft/models/item/clock_05.json new file mode 100644 index 00000000..aeea3dc4 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/clock_05.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_05" + } +} diff --git a/1.13.2/assets/minecraft/models/item/clock_06.json b/1.13.2/assets/minecraft/models/item/clock_06.json new file mode 100644 index 00000000..9412d58d --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/clock_06.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_06" + } +} diff --git a/1.13.2/assets/minecraft/models/item/clock_07.json b/1.13.2/assets/minecraft/models/item/clock_07.json new file mode 100644 index 00000000..86819e91 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/clock_07.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_07" + } +} diff --git a/1.13.2/assets/minecraft/models/item/clock_08.json b/1.13.2/assets/minecraft/models/item/clock_08.json new file mode 100644 index 00000000..01221e52 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/clock_08.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_08" + } +} diff --git a/1.13.2/assets/minecraft/models/item/clock_09.json b/1.13.2/assets/minecraft/models/item/clock_09.json new file mode 100644 index 00000000..f4e8a04d --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/clock_09.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_09" + } +} diff --git a/1.13.2/assets/minecraft/models/item/clock_10.json b/1.13.2/assets/minecraft/models/item/clock_10.json new file mode 100644 index 00000000..aa099672 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/clock_10.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_10" + } +} diff --git a/1.13.2/assets/minecraft/models/item/clock_11.json b/1.13.2/assets/minecraft/models/item/clock_11.json new file mode 100644 index 00000000..f903bad1 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/clock_11.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_11" + } +} diff --git a/1.13.2/assets/minecraft/models/item/clock_12.json b/1.13.2/assets/minecraft/models/item/clock_12.json new file mode 100644 index 00000000..bcd160c7 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/clock_12.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_12" + } +} diff --git a/1.13.2/assets/minecraft/models/item/clock_13.json b/1.13.2/assets/minecraft/models/item/clock_13.json new file mode 100644 index 00000000..a30832fe --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/clock_13.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_13" + } +} diff --git a/1.13.2/assets/minecraft/models/item/clock_14.json b/1.13.2/assets/minecraft/models/item/clock_14.json new file mode 100644 index 00000000..45f152cf --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/clock_14.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_14" + } +} diff --git a/1.13.2/assets/minecraft/models/item/clock_15.json b/1.13.2/assets/minecraft/models/item/clock_15.json new file mode 100644 index 00000000..2497ca19 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/clock_15.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_15" + } +} diff --git a/1.13.2/assets/minecraft/models/item/clock_16.json b/1.13.2/assets/minecraft/models/item/clock_16.json new file mode 100644 index 00000000..4fa87c22 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/clock_16.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_16" + } +} diff --git a/1.13.2/assets/minecraft/models/item/clock_17.json b/1.13.2/assets/minecraft/models/item/clock_17.json new file mode 100644 index 00000000..483b47e8 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/clock_17.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_17" + } +} diff --git a/1.13.2/assets/minecraft/models/item/clock_18.json b/1.13.2/assets/minecraft/models/item/clock_18.json new file mode 100644 index 00000000..67298f61 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/clock_18.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_18" + } +} diff --git a/1.13.2/assets/minecraft/models/item/clock_19.json b/1.13.2/assets/minecraft/models/item/clock_19.json new file mode 100644 index 00000000..65ec85ac --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/clock_19.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_19" + } +} diff --git a/1.13.2/assets/minecraft/models/item/clock_20.json b/1.13.2/assets/minecraft/models/item/clock_20.json new file mode 100644 index 00000000..68149968 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/clock_20.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_20" + } +} diff --git a/1.13.2/assets/minecraft/models/item/clock_21.json b/1.13.2/assets/minecraft/models/item/clock_21.json new file mode 100644 index 00000000..2bffe045 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/clock_21.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_21" + } +} diff --git a/1.13.2/assets/minecraft/models/item/clock_22.json b/1.13.2/assets/minecraft/models/item/clock_22.json new file mode 100644 index 00000000..d25694c4 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/clock_22.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_22" + } +} diff --git a/1.13.2/assets/minecraft/models/item/clock_23.json b/1.13.2/assets/minecraft/models/item/clock_23.json new file mode 100644 index 00000000..632095d3 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/clock_23.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_23" + } +} diff --git a/1.13.2/assets/minecraft/models/item/clock_24.json b/1.13.2/assets/minecraft/models/item/clock_24.json new file mode 100644 index 00000000..46495203 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/clock_24.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_24" + } +} diff --git a/1.13.2/assets/minecraft/models/item/clock_25.json b/1.13.2/assets/minecraft/models/item/clock_25.json new file mode 100644 index 00000000..433bd94b --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/clock_25.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_25" + } +} diff --git a/1.13.2/assets/minecraft/models/item/clock_26.json b/1.13.2/assets/minecraft/models/item/clock_26.json new file mode 100644 index 00000000..e6f5084a --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/clock_26.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_26" + } +} diff --git a/1.13.2/assets/minecraft/models/item/clock_27.json b/1.13.2/assets/minecraft/models/item/clock_27.json new file mode 100644 index 00000000..d8bc288a --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/clock_27.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_27" + } +} diff --git a/1.13.2/assets/minecraft/models/item/clock_28.json b/1.13.2/assets/minecraft/models/item/clock_28.json new file mode 100644 index 00000000..865c7ae4 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/clock_28.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_28" + } +} diff --git a/1.13.2/assets/minecraft/models/item/clock_29.json b/1.13.2/assets/minecraft/models/item/clock_29.json new file mode 100644 index 00000000..ecf1cd9b --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/clock_29.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_29" + } +} diff --git a/1.13.2/assets/minecraft/models/item/clock_30.json b/1.13.2/assets/minecraft/models/item/clock_30.json new file mode 100644 index 00000000..406ef475 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/clock_30.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_30" + } +} diff --git a/1.13.2/assets/minecraft/models/item/clock_31.json b/1.13.2/assets/minecraft/models/item/clock_31.json new file mode 100644 index 00000000..e5b1840d --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/clock_31.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_31" + } +} diff --git a/1.13.2/assets/minecraft/models/item/clock_32.json b/1.13.2/assets/minecraft/models/item/clock_32.json new file mode 100644 index 00000000..3183196b --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/clock_32.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_32" + } +} diff --git a/1.13.2/assets/minecraft/models/item/clock_33.json b/1.13.2/assets/minecraft/models/item/clock_33.json new file mode 100644 index 00000000..69ce7949 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/clock_33.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_33" + } +} diff --git a/1.13.2/assets/minecraft/models/item/clock_34.json b/1.13.2/assets/minecraft/models/item/clock_34.json new file mode 100644 index 00000000..8a366325 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/clock_34.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_34" + } +} diff --git a/1.13.2/assets/minecraft/models/item/clock_35.json b/1.13.2/assets/minecraft/models/item/clock_35.json new file mode 100644 index 00000000..b566bd6f --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/clock_35.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_35" + } +} diff --git a/1.13.2/assets/minecraft/models/item/clock_36.json b/1.13.2/assets/minecraft/models/item/clock_36.json new file mode 100644 index 00000000..b594807b --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/clock_36.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_36" + } +} diff --git a/1.13.2/assets/minecraft/models/item/clock_37.json b/1.13.2/assets/minecraft/models/item/clock_37.json new file mode 100644 index 00000000..56ded5be --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/clock_37.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_37" + } +} diff --git a/1.13.2/assets/minecraft/models/item/clock_38.json b/1.13.2/assets/minecraft/models/item/clock_38.json new file mode 100644 index 00000000..fafa084f --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/clock_38.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_38" + } +} diff --git a/1.13.2/assets/minecraft/models/item/clock_39.json b/1.13.2/assets/minecraft/models/item/clock_39.json new file mode 100644 index 00000000..82ceea06 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/clock_39.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_39" + } +} diff --git a/1.13.2/assets/minecraft/models/item/clock_40.json b/1.13.2/assets/minecraft/models/item/clock_40.json new file mode 100644 index 00000000..a465a62d --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/clock_40.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_40" + } +} diff --git a/1.13.2/assets/minecraft/models/item/clock_41.json b/1.13.2/assets/minecraft/models/item/clock_41.json new file mode 100644 index 00000000..688b7ecf --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/clock_41.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_41" + } +} diff --git a/1.13.2/assets/minecraft/models/item/clock_42.json b/1.13.2/assets/minecraft/models/item/clock_42.json new file mode 100644 index 00000000..960149fe --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/clock_42.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_42" + } +} diff --git a/1.13.2/assets/minecraft/models/item/clock_43.json b/1.13.2/assets/minecraft/models/item/clock_43.json new file mode 100644 index 00000000..c9e5bbb1 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/clock_43.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_43" + } +} diff --git a/1.13.2/assets/minecraft/models/item/clock_44.json b/1.13.2/assets/minecraft/models/item/clock_44.json new file mode 100644 index 00000000..bbb653a3 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/clock_44.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_44" + } +} diff --git a/1.13.2/assets/minecraft/models/item/clock_45.json b/1.13.2/assets/minecraft/models/item/clock_45.json new file mode 100644 index 00000000..e8bfc545 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/clock_45.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_45" + } +} diff --git a/1.13.2/assets/minecraft/models/item/clock_46.json b/1.13.2/assets/minecraft/models/item/clock_46.json new file mode 100644 index 00000000..a8dca3ca --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/clock_46.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_46" + } +} diff --git a/1.13.2/assets/minecraft/models/item/clock_47.json b/1.13.2/assets/minecraft/models/item/clock_47.json new file mode 100644 index 00000000..15a69e90 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/clock_47.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_47" + } +} diff --git a/1.13.2/assets/minecraft/models/item/clock_48.json b/1.13.2/assets/minecraft/models/item/clock_48.json new file mode 100644 index 00000000..4b319c17 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/clock_48.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_48" + } +} diff --git a/1.13.2/assets/minecraft/models/item/clock_49.json b/1.13.2/assets/minecraft/models/item/clock_49.json new file mode 100644 index 00000000..0f0d58fa --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/clock_49.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_49" + } +} diff --git a/1.13.2/assets/minecraft/models/item/clock_50.json b/1.13.2/assets/minecraft/models/item/clock_50.json new file mode 100644 index 00000000..d4508899 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/clock_50.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_50" + } +} diff --git a/1.13.2/assets/minecraft/models/item/clock_51.json b/1.13.2/assets/minecraft/models/item/clock_51.json new file mode 100644 index 00000000..dbd26aaa --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/clock_51.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_51" + } +} diff --git a/1.13.2/assets/minecraft/models/item/clock_52.json b/1.13.2/assets/minecraft/models/item/clock_52.json new file mode 100644 index 00000000..9ba3630e --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/clock_52.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_52" + } +} diff --git a/1.13.2/assets/minecraft/models/item/clock_53.json b/1.13.2/assets/minecraft/models/item/clock_53.json new file mode 100644 index 00000000..73ce21ea --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/clock_53.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_53" + } +} diff --git a/1.13.2/assets/minecraft/models/item/clock_54.json b/1.13.2/assets/minecraft/models/item/clock_54.json new file mode 100644 index 00000000..87f921f9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/clock_54.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_54" + } +} diff --git a/1.13.2/assets/minecraft/models/item/clock_55.json b/1.13.2/assets/minecraft/models/item/clock_55.json new file mode 100644 index 00000000..930d167e --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/clock_55.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_55" + } +} diff --git a/1.13.2/assets/minecraft/models/item/clock_56.json b/1.13.2/assets/minecraft/models/item/clock_56.json new file mode 100644 index 00000000..3e35ee03 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/clock_56.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_56" + } +} diff --git a/1.13.2/assets/minecraft/models/item/clock_57.json b/1.13.2/assets/minecraft/models/item/clock_57.json new file mode 100644 index 00000000..05fc47f0 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/clock_57.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_57" + } +} diff --git a/1.13.2/assets/minecraft/models/item/clock_58.json b/1.13.2/assets/minecraft/models/item/clock_58.json new file mode 100644 index 00000000..f77db286 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/clock_58.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_58" + } +} diff --git a/1.13.2/assets/minecraft/models/item/clock_59.json b/1.13.2/assets/minecraft/models/item/clock_59.json new file mode 100644 index 00000000..f5821df3 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/clock_59.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_59" + } +} diff --git a/1.13.2/assets/minecraft/models/item/clock_60.json b/1.13.2/assets/minecraft/models/item/clock_60.json new file mode 100644 index 00000000..c54f2ef8 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/clock_60.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_60" + } +} diff --git a/1.13.2/assets/minecraft/models/item/clock_61.json b/1.13.2/assets/minecraft/models/item/clock_61.json new file mode 100644 index 00000000..ed28b6cf --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/clock_61.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_61" + } +} diff --git a/1.13.2/assets/minecraft/models/item/clock_62.json b/1.13.2/assets/minecraft/models/item/clock_62.json new file mode 100644 index 00000000..d49ac7b2 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/clock_62.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_62" + } +} diff --git a/1.13.2/assets/minecraft/models/item/clock_63.json b/1.13.2/assets/minecraft/models/item/clock_63.json new file mode 100644 index 00000000..e0bb1a60 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/clock_63.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_63" + } +} diff --git a/1.13.2/assets/minecraft/models/item/coal.json b/1.13.2/assets/minecraft/models/item/coal.json new file mode 100644 index 00000000..867ea669 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/coal.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/coal" + } +} diff --git a/1.13.2/assets/minecraft/models/item/coal_block.json b/1.13.2/assets/minecraft/models/item/coal_block.json new file mode 100644 index 00000000..3cb75fe3 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/coal_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/coal_block" +} diff --git a/1.13.2/assets/minecraft/models/item/coal_ore.json b/1.13.2/assets/minecraft/models/item/coal_ore.json new file mode 100644 index 00000000..cd432080 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/coal_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "block/coal_ore" +} diff --git a/1.13.2/assets/minecraft/models/item/coarse_dirt.json b/1.13.2/assets/minecraft/models/item/coarse_dirt.json new file mode 100644 index 00000000..0b0b7b28 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/coarse_dirt.json @@ -0,0 +1,3 @@ +{ + "parent": "block/coarse_dirt" +} diff --git a/1.13.2/assets/minecraft/models/item/cobblestone.json b/1.13.2/assets/minecraft/models/item/cobblestone.json new file mode 100644 index 00000000..6e8e19e4 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/cobblestone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cobblestone" +} diff --git a/1.13.2/assets/minecraft/models/item/cobblestone_slab.json b/1.13.2/assets/minecraft/models/item/cobblestone_slab.json new file mode 100644 index 00000000..1729b3c5 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/cobblestone_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cobblestone_slab" +} diff --git a/1.13.2/assets/minecraft/models/item/cobblestone_stairs.json b/1.13.2/assets/minecraft/models/item/cobblestone_stairs.json new file mode 100644 index 00000000..c552ba91 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/cobblestone_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cobblestone_stairs" +} diff --git a/1.13.2/assets/minecraft/models/item/cobblestone_wall.json b/1.13.2/assets/minecraft/models/item/cobblestone_wall.json new file mode 100644 index 00000000..b9c6439e --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/cobblestone_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cobblestone_wall_inventory" +} diff --git a/1.13.2/assets/minecraft/models/item/cobweb.json b/1.13.2/assets/minecraft/models/item/cobweb.json new file mode 100644 index 00000000..52c52d45 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/cobweb.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/cobweb" + } +} diff --git a/1.13.2/assets/minecraft/models/item/cocoa_beans.json b/1.13.2/assets/minecraft/models/item/cocoa_beans.json new file mode 100644 index 00000000..57ed3248 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/cocoa_beans.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/cocoa_beans" + } +} diff --git a/1.13.2/assets/minecraft/models/item/cod.json b/1.13.2/assets/minecraft/models/item/cod.json new file mode 100644 index 00000000..a36ba0c8 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/cod.json @@ -0,0 +1,13 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/cod" + }, + "display": { + "head": { + "rotation": [ 0, 90, -60 ], + "translation": [ -7, -4, -7], + "scale":[ 0.8, 0.8, 0.8] + } + } +} diff --git a/1.13.2/assets/minecraft/models/item/cod_bucket.json b/1.13.2/assets/minecraft/models/item/cod_bucket.json new file mode 100644 index 00000000..b8e2790e --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/cod_bucket.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/cod_bucket" + } +} diff --git a/1.13.2/assets/minecraft/models/item/cod_spawn_egg.json b/1.13.2/assets/minecraft/models/item/cod_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/cod_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.13.2/assets/minecraft/models/item/command_block.json b/1.13.2/assets/minecraft/models/item/command_block.json new file mode 100644 index 00000000..5be8460d --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/command_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/command_block" +} diff --git a/1.13.2/assets/minecraft/models/item/command_block_minecart.json b/1.13.2/assets/minecraft/models/item/command_block_minecart.json new file mode 100644 index 00000000..6043e652 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/command_block_minecart.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/command_block_minecart" + } +} diff --git a/1.13.2/assets/minecraft/models/item/comparator.json b/1.13.2/assets/minecraft/models/item/comparator.json new file mode 100644 index 00000000..ee5450b4 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/comparator.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/comparator" + } +} diff --git a/1.13.2/assets/minecraft/models/item/compass.json b/1.13.2/assets/minecraft/models/item/compass.json new file mode 100644 index 00000000..ec66bb16 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/compass.json @@ -0,0 +1,41 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_16" + }, + "overrides": [ + { "predicate": { "angle": 0.000000 }, "model": "item/compass" }, + { "predicate": { "angle": 0.015625 }, "model": "item/compass_17" }, + { "predicate": { "angle": 0.046875 }, "model": "item/compass_18" }, + { "predicate": { "angle": 0.078125 }, "model": "item/compass_19" }, + { "predicate": { "angle": 0.109375 }, "model": "item/compass_20" }, + { "predicate": { "angle": 0.140625 }, "model": "item/compass_21" }, + { "predicate": { "angle": 0.171875 }, "model": "item/compass_22" }, + { "predicate": { "angle": 0.203125 }, "model": "item/compass_23" }, + { "predicate": { "angle": 0.234375 }, "model": "item/compass_24" }, + { "predicate": { "angle": 0.265625 }, "model": "item/compass_25" }, + { "predicate": { "angle": 0.296875 }, "model": "item/compass_26" }, + { "predicate": { "angle": 0.328125 }, "model": "item/compass_27" }, + { "predicate": { "angle": 0.359375 }, "model": "item/compass_28" }, + { "predicate": { "angle": 0.390625 }, "model": "item/compass_29" }, + { "predicate": { "angle": 0.421875 }, "model": "item/compass_30" }, + { "predicate": { "angle": 0.453125 }, "model": "item/compass_31" }, + { "predicate": { "angle": 0.484375 }, "model": "item/compass_00" }, + { "predicate": { "angle": 0.515625 }, "model": "item/compass_01" }, + { "predicate": { "angle": 0.546875 }, "model": "item/compass_02" }, + { "predicate": { "angle": 0.578125 }, "model": "item/compass_03" }, + { "predicate": { "angle": 0.609375 }, "model": "item/compass_04" }, + { "predicate": { "angle": 0.640625 }, "model": "item/compass_05" }, + { "predicate": { "angle": 0.671875 }, "model": "item/compass_06" }, + { "predicate": { "angle": 0.703125 }, "model": "item/compass_07" }, + { "predicate": { "angle": 0.734375 }, "model": "item/compass_08" }, + { "predicate": { "angle": 0.765625 }, "model": "item/compass_09" }, + { "predicate": { "angle": 0.796875 }, "model": "item/compass_10" }, + { "predicate": { "angle": 0.828125 }, "model": "item/compass_11" }, + { "predicate": { "angle": 0.859375 }, "model": "item/compass_12" }, + { "predicate": { "angle": 0.890625 }, "model": "item/compass_13" }, + { "predicate": { "angle": 0.921875 }, "model": "item/compass_14" }, + { "predicate": { "angle": 0.953125 }, "model": "item/compass_15" }, + { "predicate": { "angle": 0.984375 }, "model": "item/compass" } + ] +} diff --git a/1.13.2/assets/minecraft/models/item/compass_00.json b/1.13.2/assets/minecraft/models/item/compass_00.json new file mode 100644 index 00000000..dd96da23 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/compass_00.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_00" + } +} diff --git a/1.13.2/assets/minecraft/models/item/compass_01.json b/1.13.2/assets/minecraft/models/item/compass_01.json new file mode 100644 index 00000000..d6793ce1 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/compass_01.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_01" + } +} diff --git a/1.13.2/assets/minecraft/models/item/compass_02.json b/1.13.2/assets/minecraft/models/item/compass_02.json new file mode 100644 index 00000000..0757bb46 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/compass_02.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_02" + } +} diff --git a/1.13.2/assets/minecraft/models/item/compass_03.json b/1.13.2/assets/minecraft/models/item/compass_03.json new file mode 100644 index 00000000..21b01a54 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/compass_03.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_03" + } +} diff --git a/1.13.2/assets/minecraft/models/item/compass_04.json b/1.13.2/assets/minecraft/models/item/compass_04.json new file mode 100644 index 00000000..39a8df45 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/compass_04.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_04" + } +} diff --git a/1.13.2/assets/minecraft/models/item/compass_05.json b/1.13.2/assets/minecraft/models/item/compass_05.json new file mode 100644 index 00000000..1b310af0 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/compass_05.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_05" + } +} diff --git a/1.13.2/assets/minecraft/models/item/compass_06.json b/1.13.2/assets/minecraft/models/item/compass_06.json new file mode 100644 index 00000000..d1ae2894 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/compass_06.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_06" + } +} diff --git a/1.13.2/assets/minecraft/models/item/compass_07.json b/1.13.2/assets/minecraft/models/item/compass_07.json new file mode 100644 index 00000000..03c177b0 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/compass_07.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_07" + } +} diff --git a/1.13.2/assets/minecraft/models/item/compass_08.json b/1.13.2/assets/minecraft/models/item/compass_08.json new file mode 100644 index 00000000..c00fb5c9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/compass_08.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_08" + } +} diff --git a/1.13.2/assets/minecraft/models/item/compass_09.json b/1.13.2/assets/minecraft/models/item/compass_09.json new file mode 100644 index 00000000..993bcdd9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/compass_09.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_09" + } +} diff --git a/1.13.2/assets/minecraft/models/item/compass_10.json b/1.13.2/assets/minecraft/models/item/compass_10.json new file mode 100644 index 00000000..4c772c06 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/compass_10.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_10" + } +} diff --git a/1.13.2/assets/minecraft/models/item/compass_11.json b/1.13.2/assets/minecraft/models/item/compass_11.json new file mode 100644 index 00000000..61d7356e --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/compass_11.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_11" + } +} diff --git a/1.13.2/assets/minecraft/models/item/compass_12.json b/1.13.2/assets/minecraft/models/item/compass_12.json new file mode 100644 index 00000000..47648391 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/compass_12.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_12" + } +} diff --git a/1.13.2/assets/minecraft/models/item/compass_13.json b/1.13.2/assets/minecraft/models/item/compass_13.json new file mode 100644 index 00000000..f99eeeac --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/compass_13.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_13" + } +} diff --git a/1.13.2/assets/minecraft/models/item/compass_14.json b/1.13.2/assets/minecraft/models/item/compass_14.json new file mode 100644 index 00000000..6a885050 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/compass_14.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_14" + } +} diff --git a/1.13.2/assets/minecraft/models/item/compass_15.json b/1.13.2/assets/minecraft/models/item/compass_15.json new file mode 100644 index 00000000..f34fd678 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/compass_15.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_15" + } +} diff --git a/1.13.2/assets/minecraft/models/item/compass_17.json b/1.13.2/assets/minecraft/models/item/compass_17.json new file mode 100644 index 00000000..9a63c8e3 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/compass_17.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_17" + } +} diff --git a/1.13.2/assets/minecraft/models/item/compass_18.json b/1.13.2/assets/minecraft/models/item/compass_18.json new file mode 100644 index 00000000..75ba39b7 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/compass_18.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_18" + } +} diff --git a/1.13.2/assets/minecraft/models/item/compass_19.json b/1.13.2/assets/minecraft/models/item/compass_19.json new file mode 100644 index 00000000..82ebe7f0 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/compass_19.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_19" + } +} diff --git a/1.13.2/assets/minecraft/models/item/compass_20.json b/1.13.2/assets/minecraft/models/item/compass_20.json new file mode 100644 index 00000000..2f22c394 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/compass_20.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_20" + } +} diff --git a/1.13.2/assets/minecraft/models/item/compass_21.json b/1.13.2/assets/minecraft/models/item/compass_21.json new file mode 100644 index 00000000..55cc9188 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/compass_21.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_21" + } +} diff --git a/1.13.2/assets/minecraft/models/item/compass_22.json b/1.13.2/assets/minecraft/models/item/compass_22.json new file mode 100644 index 00000000..abf9ed44 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/compass_22.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_22" + } +} diff --git a/1.13.2/assets/minecraft/models/item/compass_23.json b/1.13.2/assets/minecraft/models/item/compass_23.json new file mode 100644 index 00000000..8e62dc11 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/compass_23.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_23" + } +} diff --git a/1.13.2/assets/minecraft/models/item/compass_24.json b/1.13.2/assets/minecraft/models/item/compass_24.json new file mode 100644 index 00000000..79298862 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/compass_24.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_24" + } +} diff --git a/1.13.2/assets/minecraft/models/item/compass_25.json b/1.13.2/assets/minecraft/models/item/compass_25.json new file mode 100644 index 00000000..6aa88639 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/compass_25.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_25" + } +} diff --git a/1.13.2/assets/minecraft/models/item/compass_26.json b/1.13.2/assets/minecraft/models/item/compass_26.json new file mode 100644 index 00000000..1e40e0f6 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/compass_26.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_26" + } +} diff --git a/1.13.2/assets/minecraft/models/item/compass_27.json b/1.13.2/assets/minecraft/models/item/compass_27.json new file mode 100644 index 00000000..e479a16b --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/compass_27.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_27" + } +} diff --git a/1.13.2/assets/minecraft/models/item/compass_28.json b/1.13.2/assets/minecraft/models/item/compass_28.json new file mode 100644 index 00000000..73db4313 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/compass_28.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_28" + } +} diff --git a/1.13.2/assets/minecraft/models/item/compass_29.json b/1.13.2/assets/minecraft/models/item/compass_29.json new file mode 100644 index 00000000..c4a66dbf --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/compass_29.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_29" + } +} diff --git a/1.13.2/assets/minecraft/models/item/compass_30.json b/1.13.2/assets/minecraft/models/item/compass_30.json new file mode 100644 index 00000000..9719afcf --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/compass_30.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_30" + } +} diff --git a/1.13.2/assets/minecraft/models/item/compass_31.json b/1.13.2/assets/minecraft/models/item/compass_31.json new file mode 100644 index 00000000..142bb667 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/compass_31.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_31" + } +} diff --git a/1.13.2/assets/minecraft/models/item/conduit.json b/1.13.2/assets/minecraft/models/item/conduit.json new file mode 100644 index 00000000..376d5207 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/conduit.json @@ -0,0 +1,35 @@ +{ + "parent": "builtin/entity", + "display": { + "gui": { + "rotation": [ 30, 45, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 1.0, 1.0, 1.0 ] + }, + "ground": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 3, 0], + "scale":[ 0.5, 0.5, 0.5 ] + }, + "head": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 1, 1, 1] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 1, 1, 1 ] + }, + "thirdperson_righthand": { + "rotation": [ 75, 315, 0 ], + "translation": [ 0, 2.5, 0], + "scale": [ 0.5, 0.5, 0.5 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 315, 0 ], + "translation": [ 0, 0, 0], + "scale": [ 0.8, 0.8, 0.8 ] + } + } +} diff --git a/1.13.2/assets/minecraft/models/item/cooked_beef.json b/1.13.2/assets/minecraft/models/item/cooked_beef.json new file mode 100644 index 00000000..bf4405f3 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/cooked_beef.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/cooked_beef" + } +} diff --git a/1.13.2/assets/minecraft/models/item/cooked_chicken.json b/1.13.2/assets/minecraft/models/item/cooked_chicken.json new file mode 100644 index 00000000..44f944e0 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/cooked_chicken.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/cooked_chicken" + } +} diff --git a/1.13.2/assets/minecraft/models/item/cooked_cod.json b/1.13.2/assets/minecraft/models/item/cooked_cod.json new file mode 100644 index 00000000..a57535fd --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/cooked_cod.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/cooked_cod" + } +} diff --git a/1.13.2/assets/minecraft/models/item/cooked_mutton.json b/1.13.2/assets/minecraft/models/item/cooked_mutton.json new file mode 100644 index 00000000..d4857554 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/cooked_mutton.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/cooked_mutton" + } +} diff --git a/1.13.2/assets/minecraft/models/item/cooked_porkchop.json b/1.13.2/assets/minecraft/models/item/cooked_porkchop.json new file mode 100644 index 00000000..17e08171 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/cooked_porkchop.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/cooked_porkchop" + } +} diff --git a/1.13.2/assets/minecraft/models/item/cooked_rabbit.json b/1.13.2/assets/minecraft/models/item/cooked_rabbit.json new file mode 100644 index 00000000..e43b3fe0 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/cooked_rabbit.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/cooked_rabbit" + } +} diff --git a/1.13.2/assets/minecraft/models/item/cooked_salmon.json b/1.13.2/assets/minecraft/models/item/cooked_salmon.json new file mode 100644 index 00000000..e963b195 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/cooked_salmon.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/cooked_salmon" + } +} diff --git a/1.13.2/assets/minecraft/models/item/cookie.json b/1.13.2/assets/minecraft/models/item/cookie.json new file mode 100644 index 00000000..16f8e1af --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/cookie.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/cookie" + } +} diff --git a/1.13.2/assets/minecraft/models/item/cow_spawn_egg.json b/1.13.2/assets/minecraft/models/item/cow_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/cow_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.13.2/assets/minecraft/models/item/cracked_stone_bricks.json b/1.13.2/assets/minecraft/models/item/cracked_stone_bricks.json new file mode 100644 index 00000000..c1c60352 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/cracked_stone_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cracked_stone_bricks" +} diff --git a/1.13.2/assets/minecraft/models/item/crafting_table.json b/1.13.2/assets/minecraft/models/item/crafting_table.json new file mode 100644 index 00000000..5ed7c346 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/crafting_table.json @@ -0,0 +1,3 @@ +{ + "parent": "block/crafting_table" +} diff --git a/1.13.2/assets/minecraft/models/item/creeper_head.json b/1.13.2/assets/minecraft/models/item/creeper_head.json new file mode 100644 index 00000000..8efea47e --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/creeper_head.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_skull" +} diff --git a/1.13.2/assets/minecraft/models/item/creeper_spawn_egg.json b/1.13.2/assets/minecraft/models/item/creeper_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/creeper_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.13.2/assets/minecraft/models/item/cut_red_sandstone.json b/1.13.2/assets/minecraft/models/item/cut_red_sandstone.json new file mode 100644 index 00000000..a21c2c18 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/cut_red_sandstone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cut_red_sandstone" +} diff --git a/1.13.2/assets/minecraft/models/item/cut_sandstone.json b/1.13.2/assets/minecraft/models/item/cut_sandstone.json new file mode 100644 index 00000000..bc660913 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/cut_sandstone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cut_sandstone" +} diff --git a/1.13.2/assets/minecraft/models/item/cyan_banner.json b/1.13.2/assets/minecraft/models/item/cyan_banner.json new file mode 100644 index 00000000..9d43dcc2 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/cyan_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_banner" +} diff --git a/1.13.2/assets/minecraft/models/item/cyan_bed.json b/1.13.2/assets/minecraft/models/item/cyan_bed.json new file mode 100644 index 00000000..b69c17a9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/cyan_bed.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_bed" +} diff --git a/1.13.2/assets/minecraft/models/item/cyan_carpet.json b/1.13.2/assets/minecraft/models/item/cyan_carpet.json new file mode 100644 index 00000000..605b9c2f --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/cyan_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cyan_carpet" +} diff --git a/1.13.2/assets/minecraft/models/item/cyan_concrete.json b/1.13.2/assets/minecraft/models/item/cyan_concrete.json new file mode 100644 index 00000000..e5100a14 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/cyan_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cyan_concrete" +} diff --git a/1.13.2/assets/minecraft/models/item/cyan_concrete_powder.json b/1.13.2/assets/minecraft/models/item/cyan_concrete_powder.json new file mode 100644 index 00000000..c91ab07c --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/cyan_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cyan_concrete_powder" +} diff --git a/1.13.2/assets/minecraft/models/item/cyan_dye.json b/1.13.2/assets/minecraft/models/item/cyan_dye.json new file mode 100644 index 00000000..d2944584 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/cyan_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/cyan_dye" + } +} diff --git a/1.13.2/assets/minecraft/models/item/cyan_glazed_terracotta.json b/1.13.2/assets/minecraft/models/item/cyan_glazed_terracotta.json new file mode 100644 index 00000000..6e49f82b --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/cyan_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cyan_glazed_terracotta" +} diff --git a/1.13.2/assets/minecraft/models/item/cyan_shulker_box.json b/1.13.2/assets/minecraft/models/item/cyan_shulker_box.json new file mode 100644 index 00000000..f9818742 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/cyan_shulker_box.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_shulker_box" +} diff --git a/1.13.2/assets/minecraft/models/item/cyan_stained_glass.json b/1.13.2/assets/minecraft/models/item/cyan_stained_glass.json new file mode 100644 index 00000000..81a0e373 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/cyan_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cyan_stained_glass" +} diff --git a/1.13.2/assets/minecraft/models/item/cyan_stained_glass_pane.json b/1.13.2/assets/minecraft/models/item/cyan_stained_glass_pane.json new file mode 100644 index 00000000..3bf806e9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/cyan_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/cyan_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/item/cyan_terracotta.json b/1.13.2/assets/minecraft/models/item/cyan_terracotta.json new file mode 100644 index 00000000..c0418397 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/cyan_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cyan_terracotta" +} diff --git a/1.13.2/assets/minecraft/models/item/cyan_wool.json b/1.13.2/assets/minecraft/models/item/cyan_wool.json new file mode 100644 index 00000000..404cd055 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/cyan_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cyan_wool" +} diff --git a/1.13.2/assets/minecraft/models/item/damaged_anvil.json b/1.13.2/assets/minecraft/models/item/damaged_anvil.json new file mode 100644 index 00000000..c22d39c1 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/damaged_anvil.json @@ -0,0 +1,3 @@ +{ + "parent": "block/damaged_anvil" +} diff --git a/1.13.2/assets/minecraft/models/item/dandelion.json b/1.13.2/assets/minecraft/models/item/dandelion.json new file mode 100644 index 00000000..7ffb26ea --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/dandelion.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/dandelion" + } +} diff --git a/1.13.2/assets/minecraft/models/item/dandelion_yellow.json b/1.13.2/assets/minecraft/models/item/dandelion_yellow.json new file mode 100644 index 00000000..3361be3d --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/dandelion_yellow.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/dandelion_yellow" + } +} diff --git a/1.13.2/assets/minecraft/models/item/dark_oak_boat.json b/1.13.2/assets/minecraft/models/item/dark_oak_boat.json new file mode 100644 index 00000000..47c02246 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/dark_oak_boat.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/dark_oak_boat" + } +} diff --git a/1.13.2/assets/minecraft/models/item/dark_oak_button.json b/1.13.2/assets/minecraft/models/item/dark_oak_button.json new file mode 100644 index 00000000..b5aae8b5 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/dark_oak_button.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dark_oak_button_inventory" +} diff --git a/1.13.2/assets/minecraft/models/item/dark_oak_door.json b/1.13.2/assets/minecraft/models/item/dark_oak_door.json new file mode 100644 index 00000000..728fddb0 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/dark_oak_door.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/dark_oak_door" + } +} diff --git a/1.13.2/assets/minecraft/models/item/dark_oak_fence.json b/1.13.2/assets/minecraft/models/item/dark_oak_fence.json new file mode 100644 index 00000000..49f586cd --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/dark_oak_fence.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dark_oak_fence_inventory" +} diff --git a/1.13.2/assets/minecraft/models/item/dark_oak_fence_gate.json b/1.13.2/assets/minecraft/models/item/dark_oak_fence_gate.json new file mode 100644 index 00000000..1d78cd30 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/dark_oak_fence_gate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dark_oak_fence_gate" +} diff --git a/1.13.2/assets/minecraft/models/item/dark_oak_leaves.json b/1.13.2/assets/minecraft/models/item/dark_oak_leaves.json new file mode 100644 index 00000000..6fa025a1 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/dark_oak_leaves.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dark_oak_leaves" +} diff --git a/1.13.2/assets/minecraft/models/item/dark_oak_log.json b/1.13.2/assets/minecraft/models/item/dark_oak_log.json new file mode 100644 index 00000000..5367456b --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/dark_oak_log.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dark_oak_log" +} diff --git a/1.13.2/assets/minecraft/models/item/dark_oak_planks.json b/1.13.2/assets/minecraft/models/item/dark_oak_planks.json new file mode 100644 index 00000000..afbfaa50 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/dark_oak_planks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dark_oak_planks" +} diff --git a/1.13.2/assets/minecraft/models/item/dark_oak_pressure_plate.json b/1.13.2/assets/minecraft/models/item/dark_oak_pressure_plate.json new file mode 100644 index 00000000..860dda9a --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/dark_oak_pressure_plate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dark_oak_pressure_plate" +} diff --git a/1.13.2/assets/minecraft/models/item/dark_oak_sapling.json b/1.13.2/assets/minecraft/models/item/dark_oak_sapling.json new file mode 100644 index 00000000..31f1d1bb --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/dark_oak_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/dark_oak_sapling" + } +} diff --git a/1.13.2/assets/minecraft/models/item/dark_oak_slab.json b/1.13.2/assets/minecraft/models/item/dark_oak_slab.json new file mode 100644 index 00000000..f872cd2d --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/dark_oak_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dark_oak_slab" +} diff --git a/1.13.2/assets/minecraft/models/item/dark_oak_stairs.json b/1.13.2/assets/minecraft/models/item/dark_oak_stairs.json new file mode 100644 index 00000000..9ccee3bd --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/dark_oak_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dark_oak_stairs" +} diff --git a/1.13.2/assets/minecraft/models/item/dark_oak_trapdoor.json b/1.13.2/assets/minecraft/models/item/dark_oak_trapdoor.json new file mode 100644 index 00000000..90adbde2 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/dark_oak_trapdoor.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dark_oak_trapdoor_bottom" +} diff --git a/1.13.2/assets/minecraft/models/item/dark_oak_wood.json b/1.13.2/assets/minecraft/models/item/dark_oak_wood.json new file mode 100644 index 00000000..238d05f2 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/dark_oak_wood.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dark_oak_wood" +} diff --git a/1.13.2/assets/minecraft/models/item/dark_prismarine.json b/1.13.2/assets/minecraft/models/item/dark_prismarine.json new file mode 100644 index 00000000..78dbe5c3 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/dark_prismarine.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dark_prismarine" +} diff --git a/1.13.2/assets/minecraft/models/item/dark_prismarine_slab.json b/1.13.2/assets/minecraft/models/item/dark_prismarine_slab.json new file mode 100644 index 00000000..cd379088 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/dark_prismarine_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dark_prismarine_slab" +} diff --git a/1.13.2/assets/minecraft/models/item/dark_prismarine_stairs.json b/1.13.2/assets/minecraft/models/item/dark_prismarine_stairs.json new file mode 100644 index 00000000..8aa55e0e --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/dark_prismarine_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dark_prismarine_stairs" +} diff --git a/1.13.2/assets/minecraft/models/item/daylight_detector.json b/1.13.2/assets/minecraft/models/item/daylight_detector.json new file mode 100644 index 00000000..b646fa08 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/daylight_detector.json @@ -0,0 +1,3 @@ +{ + "parent": "block/daylight_detector" +} diff --git a/1.13.2/assets/minecraft/models/item/dead_brain_coral.json b/1.13.2/assets/minecraft/models/item/dead_brain_coral.json new file mode 100644 index 00000000..5a569d14 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/dead_brain_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/dead_brain_coral" + } +} diff --git a/1.13.2/assets/minecraft/models/item/dead_brain_coral_block.json b/1.13.2/assets/minecraft/models/item/dead_brain_coral_block.json new file mode 100644 index 00000000..f7f3b07d --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/dead_brain_coral_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dead_brain_coral_block" +} diff --git a/1.13.2/assets/minecraft/models/item/dead_brain_coral_fan.json b/1.13.2/assets/minecraft/models/item/dead_brain_coral_fan.json new file mode 100644 index 00000000..07965d34 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/dead_brain_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/dead_brain_coral_fan" + } +} diff --git a/1.13.2/assets/minecraft/models/item/dead_brain_coral_wall_fan.json b/1.13.2/assets/minecraft/models/item/dead_brain_coral_wall_fan.json new file mode 100644 index 00000000..07965d34 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/dead_brain_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/dead_brain_coral_fan" + } +} diff --git a/1.13.2/assets/minecraft/models/item/dead_bubble_coral.json b/1.13.2/assets/minecraft/models/item/dead_bubble_coral.json new file mode 100644 index 00000000..6c83d339 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/dead_bubble_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/dead_bubble_coral" + } +} diff --git a/1.13.2/assets/minecraft/models/item/dead_bubble_coral_block.json b/1.13.2/assets/minecraft/models/item/dead_bubble_coral_block.json new file mode 100644 index 00000000..ad34fb42 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/dead_bubble_coral_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dead_bubble_coral_block" +} diff --git a/1.13.2/assets/minecraft/models/item/dead_bubble_coral_fan.json b/1.13.2/assets/minecraft/models/item/dead_bubble_coral_fan.json new file mode 100644 index 00000000..ca1155dd --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/dead_bubble_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/dead_bubble_coral_fan" + } +} diff --git a/1.13.2/assets/minecraft/models/item/dead_bubble_coral_wall_fan.json b/1.13.2/assets/minecraft/models/item/dead_bubble_coral_wall_fan.json new file mode 100644 index 00000000..ca1155dd --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/dead_bubble_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/dead_bubble_coral_fan" + } +} diff --git a/1.13.2/assets/minecraft/models/item/dead_bush.json b/1.13.2/assets/minecraft/models/item/dead_bush.json new file mode 100644 index 00000000..50e1b0c9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/dead_bush.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/dead_bush" + } +} diff --git a/1.13.2/assets/minecraft/models/item/dead_fire_coral.json b/1.13.2/assets/minecraft/models/item/dead_fire_coral.json new file mode 100644 index 00000000..f28b9b1e --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/dead_fire_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/dead_fire_coral" + } +} diff --git a/1.13.2/assets/minecraft/models/item/dead_fire_coral_block.json b/1.13.2/assets/minecraft/models/item/dead_fire_coral_block.json new file mode 100644 index 00000000..5304d534 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/dead_fire_coral_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dead_fire_coral_block" +} diff --git a/1.13.2/assets/minecraft/models/item/dead_fire_coral_fan.json b/1.13.2/assets/minecraft/models/item/dead_fire_coral_fan.json new file mode 100644 index 00000000..7e39a026 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/dead_fire_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/dead_fire_coral_fan" + } +} diff --git a/1.13.2/assets/minecraft/models/item/dead_fire_coral_wall_fan.json b/1.13.2/assets/minecraft/models/item/dead_fire_coral_wall_fan.json new file mode 100644 index 00000000..7e39a026 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/dead_fire_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/dead_fire_coral_fan" + } +} diff --git a/1.13.2/assets/minecraft/models/item/dead_horn_coral.json b/1.13.2/assets/minecraft/models/item/dead_horn_coral.json new file mode 100644 index 00000000..51ceecd8 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/dead_horn_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/dead_horn_coral" + } +} diff --git a/1.13.2/assets/minecraft/models/item/dead_horn_coral_block.json b/1.13.2/assets/minecraft/models/item/dead_horn_coral_block.json new file mode 100644 index 00000000..067e41a8 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/dead_horn_coral_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dead_horn_coral_block" +} diff --git a/1.13.2/assets/minecraft/models/item/dead_horn_coral_fan.json b/1.13.2/assets/minecraft/models/item/dead_horn_coral_fan.json new file mode 100644 index 00000000..d9dad233 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/dead_horn_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/dead_horn_coral_fan" + } +} diff --git a/1.13.2/assets/minecraft/models/item/dead_horn_coral_wall_fan.json b/1.13.2/assets/minecraft/models/item/dead_horn_coral_wall_fan.json new file mode 100644 index 00000000..d9dad233 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/dead_horn_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/dead_horn_coral_fan" + } +} diff --git a/1.13.2/assets/minecraft/models/item/dead_tube_coral.json b/1.13.2/assets/minecraft/models/item/dead_tube_coral.json new file mode 100644 index 00000000..620ba336 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/dead_tube_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/dead_tube_coral" + } +} diff --git a/1.13.2/assets/minecraft/models/item/dead_tube_coral_block.json b/1.13.2/assets/minecraft/models/item/dead_tube_coral_block.json new file mode 100644 index 00000000..1ab81f5b --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/dead_tube_coral_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dead_tube_coral_block" +} diff --git a/1.13.2/assets/minecraft/models/item/dead_tube_coral_fan.json b/1.13.2/assets/minecraft/models/item/dead_tube_coral_fan.json new file mode 100644 index 00000000..137de125 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/dead_tube_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/dead_tube_coral_fan" + } +} diff --git a/1.13.2/assets/minecraft/models/item/dead_tube_coral_wall_fan.json b/1.13.2/assets/minecraft/models/item/dead_tube_coral_wall_fan.json new file mode 100644 index 00000000..137de125 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/dead_tube_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/dead_tube_coral_fan" + } +} diff --git a/1.13.2/assets/minecraft/models/item/debug_stick.json b/1.13.2/assets/minecraft/models/item/debug_stick.json new file mode 100644 index 00000000..0f000b81 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/debug_stick.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/stick" + } +} diff --git a/1.13.2/assets/minecraft/models/item/detector_rail.json b/1.13.2/assets/minecraft/models/item/detector_rail.json new file mode 100644 index 00000000..b4719795 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/detector_rail.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/detector_rail" + } +} diff --git a/1.13.2/assets/minecraft/models/item/diamond.json b/1.13.2/assets/minecraft/models/item/diamond.json new file mode 100644 index 00000000..dbc4231e --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/diamond.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/diamond" + } +} diff --git a/1.13.2/assets/minecraft/models/item/diamond_axe.json b/1.13.2/assets/minecraft/models/item/diamond_axe.json new file mode 100644 index 00000000..65d23658 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/diamond_axe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/diamond_axe" + } +} diff --git a/1.13.2/assets/minecraft/models/item/diamond_block.json b/1.13.2/assets/minecraft/models/item/diamond_block.json new file mode 100644 index 00000000..67ed76f1 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/diamond_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/diamond_block" +} diff --git a/1.13.2/assets/minecraft/models/item/diamond_boots.json b/1.13.2/assets/minecraft/models/item/diamond_boots.json new file mode 100644 index 00000000..882c221d --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/diamond_boots.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/diamond_boots" + } +} diff --git a/1.13.2/assets/minecraft/models/item/diamond_chestplate.json b/1.13.2/assets/minecraft/models/item/diamond_chestplate.json new file mode 100644 index 00000000..1b8bf6bc --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/diamond_chestplate.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/diamond_chestplate" + } +} diff --git a/1.13.2/assets/minecraft/models/item/diamond_helmet.json b/1.13.2/assets/minecraft/models/item/diamond_helmet.json new file mode 100644 index 00000000..e78e3f2b --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/diamond_helmet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/diamond_helmet" + } +} diff --git a/1.13.2/assets/minecraft/models/item/diamond_hoe.json b/1.13.2/assets/minecraft/models/item/diamond_hoe.json new file mode 100644 index 00000000..12403c8d --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/diamond_hoe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/diamond_hoe" + } +} diff --git a/1.13.2/assets/minecraft/models/item/diamond_horse_armor.json b/1.13.2/assets/minecraft/models/item/diamond_horse_armor.json new file mode 100644 index 00000000..25441cef --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/diamond_horse_armor.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/diamond_horse_armor" + } +} diff --git a/1.13.2/assets/minecraft/models/item/diamond_leggings.json b/1.13.2/assets/minecraft/models/item/diamond_leggings.json new file mode 100644 index 00000000..98abed56 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/diamond_leggings.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/diamond_leggings" + } +} diff --git a/1.13.2/assets/minecraft/models/item/diamond_ore.json b/1.13.2/assets/minecraft/models/item/diamond_ore.json new file mode 100644 index 00000000..f589a392 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/diamond_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "block/diamond_ore" +} diff --git a/1.13.2/assets/minecraft/models/item/diamond_pickaxe.json b/1.13.2/assets/minecraft/models/item/diamond_pickaxe.json new file mode 100644 index 00000000..547e8e3e --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/diamond_pickaxe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/diamond_pickaxe" + } +} diff --git a/1.13.2/assets/minecraft/models/item/diamond_shovel.json b/1.13.2/assets/minecraft/models/item/diamond_shovel.json new file mode 100644 index 00000000..ab088dd3 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/diamond_shovel.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/diamond_shovel" + } +} diff --git a/1.13.2/assets/minecraft/models/item/diamond_sword.json b/1.13.2/assets/minecraft/models/item/diamond_sword.json new file mode 100644 index 00000000..ea1c1ec4 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/diamond_sword.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/diamond_sword" + } +} diff --git a/1.13.2/assets/minecraft/models/item/diorite.json b/1.13.2/assets/minecraft/models/item/diorite.json new file mode 100644 index 00000000..885f62c6 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/diorite.json @@ -0,0 +1,3 @@ +{ + "parent": "block/diorite" +} diff --git a/1.13.2/assets/minecraft/models/item/dirt.json b/1.13.2/assets/minecraft/models/item/dirt.json new file mode 100644 index 00000000..7fa106a8 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/dirt.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dirt" +} diff --git a/1.13.2/assets/minecraft/models/item/dispenser.json b/1.13.2/assets/minecraft/models/item/dispenser.json new file mode 100644 index 00000000..3c0fbc3a --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/dispenser.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dispenser" +} diff --git a/1.13.2/assets/minecraft/models/item/dolphin_spawn_egg.json b/1.13.2/assets/minecraft/models/item/dolphin_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/dolphin_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.13.2/assets/minecraft/models/item/donkey_spawn_egg.json b/1.13.2/assets/minecraft/models/item/donkey_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/donkey_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.13.2/assets/minecraft/models/item/dragon_breath.json b/1.13.2/assets/minecraft/models/item/dragon_breath.json new file mode 100644 index 00000000..558b8f7b --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/dragon_breath.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/dragon_breath" + } +} diff --git a/1.13.2/assets/minecraft/models/item/dragon_egg.json b/1.13.2/assets/minecraft/models/item/dragon_egg.json new file mode 100644 index 00000000..aacec341 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/dragon_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dragon_egg" +} diff --git a/1.13.2/assets/minecraft/models/item/dragon_head.json b/1.13.2/assets/minecraft/models/item/dragon_head.json new file mode 100644 index 00000000..86264762 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/dragon_head.json @@ -0,0 +1,15 @@ +{ + "parent": "item/template_skull", + "display": { + "gui": { + "translation": [ -2, 2, 0 ], + "rotation": [ 30, 45, 0 ], + "scale": [ 0.6, 0.6, 0.6 ] + }, + "thirdperson_righthand": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, -1, 2 ], + "scale": [ 0.5, 0.5, 0.5 ] + } + } +} diff --git a/1.13.2/assets/minecraft/models/item/dried_kelp.json b/1.13.2/assets/minecraft/models/item/dried_kelp.json new file mode 100644 index 00000000..374773e7 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/dried_kelp.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/dried_kelp" + } +} diff --git a/1.13.2/assets/minecraft/models/item/dried_kelp_block.json b/1.13.2/assets/minecraft/models/item/dried_kelp_block.json new file mode 100644 index 00000000..74d1194c --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/dried_kelp_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dried_kelp_block" +} diff --git a/1.13.2/assets/minecraft/models/item/dropper.json b/1.13.2/assets/minecraft/models/item/dropper.json new file mode 100644 index 00000000..ac87db08 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/dropper.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dropper" +} diff --git a/1.13.2/assets/minecraft/models/item/drowned_spawn_egg.json b/1.13.2/assets/minecraft/models/item/drowned_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/drowned_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.13.2/assets/minecraft/models/item/egg.json b/1.13.2/assets/minecraft/models/item/egg.json new file mode 100644 index 00000000..5d941a31 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/egg.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/egg" + } +} diff --git a/1.13.2/assets/minecraft/models/item/elder_guardian_spawn_egg.json b/1.13.2/assets/minecraft/models/item/elder_guardian_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/elder_guardian_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.13.2/assets/minecraft/models/item/elytra.json b/1.13.2/assets/minecraft/models/item/elytra.json new file mode 100644 index 00000000..3909ded5 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/elytra.json @@ -0,0 +1,14 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/elytra" + }, + "overrides": [ + { + "predicate": { + "broken": 1 + }, + "model": "item/broken_elytra" + } + ] +} diff --git a/1.13.2/assets/minecraft/models/item/emerald.json b/1.13.2/assets/minecraft/models/item/emerald.json new file mode 100644 index 00000000..557870db --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/emerald.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/emerald" + } +} diff --git a/1.13.2/assets/minecraft/models/item/emerald_block.json b/1.13.2/assets/minecraft/models/item/emerald_block.json new file mode 100644 index 00000000..46b4d61d --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/emerald_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/emerald_block" +} diff --git a/1.13.2/assets/minecraft/models/item/emerald_ore.json b/1.13.2/assets/minecraft/models/item/emerald_ore.json new file mode 100644 index 00000000..8c0cf6d4 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/emerald_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "block/emerald_ore" +} diff --git a/1.13.2/assets/minecraft/models/item/enchanted_book.json b/1.13.2/assets/minecraft/models/item/enchanted_book.json new file mode 100644 index 00000000..c620d6c0 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/enchanted_book.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/enchanted_book" + } +} diff --git a/1.13.2/assets/minecraft/models/item/enchanted_golden_apple.json b/1.13.2/assets/minecraft/models/item/enchanted_golden_apple.json new file mode 100644 index 00000000..f8114273 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/enchanted_golden_apple.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/golden_apple" + } +} diff --git a/1.13.2/assets/minecraft/models/item/enchanting_table.json b/1.13.2/assets/minecraft/models/item/enchanting_table.json new file mode 100644 index 00000000..d2c8e0aa --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/enchanting_table.json @@ -0,0 +1,3 @@ +{ + "parent": "block/enchanting_table" +} diff --git a/1.13.2/assets/minecraft/models/item/end_crystal.json b/1.13.2/assets/minecraft/models/item/end_crystal.json new file mode 100644 index 00000000..2194461b --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/end_crystal.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/end_crystal" + } +} diff --git a/1.13.2/assets/minecraft/models/item/end_portal_frame.json b/1.13.2/assets/minecraft/models/item/end_portal_frame.json new file mode 100644 index 00000000..10f61577 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/end_portal_frame.json @@ -0,0 +1,3 @@ +{ + "parent": "block/end_portal_frame" +} diff --git a/1.13.2/assets/minecraft/models/item/end_rod.json b/1.13.2/assets/minecraft/models/item/end_rod.json new file mode 100644 index 00000000..af19ea6e --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/end_rod.json @@ -0,0 +1,6 @@ +{ + "parent": "block/end_rod", + "textures": { + "layer0": "block/end_rod" + } +} diff --git a/1.13.2/assets/minecraft/models/item/end_stone.json b/1.13.2/assets/minecraft/models/item/end_stone.json new file mode 100644 index 00000000..1d8ed6d1 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/end_stone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/end_stone" +} diff --git a/1.13.2/assets/minecraft/models/item/end_stone_bricks.json b/1.13.2/assets/minecraft/models/item/end_stone_bricks.json new file mode 100644 index 00000000..f5173dc5 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/end_stone_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/end_stone_bricks" +} diff --git a/1.13.2/assets/minecraft/models/item/ender_chest.json b/1.13.2/assets/minecraft/models/item/ender_chest.json new file mode 100644 index 00000000..c7435714 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/ender_chest.json @@ -0,0 +1,3 @@ +{ + "parent": "item/chest" +} diff --git a/1.13.2/assets/minecraft/models/item/ender_eye.json b/1.13.2/assets/minecraft/models/item/ender_eye.json new file mode 100644 index 00000000..67ddfd16 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/ender_eye.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/ender_eye" + } +} diff --git a/1.13.2/assets/minecraft/models/item/ender_pearl.json b/1.13.2/assets/minecraft/models/item/ender_pearl.json new file mode 100644 index 00000000..2aed6c26 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/ender_pearl.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/ender_pearl" + } +} diff --git a/1.13.2/assets/minecraft/models/item/enderman_spawn_egg.json b/1.13.2/assets/minecraft/models/item/enderman_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/enderman_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.13.2/assets/minecraft/models/item/endermite_spawn_egg.json b/1.13.2/assets/minecraft/models/item/endermite_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/endermite_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.13.2/assets/minecraft/models/item/evoker_spawn_egg.json b/1.13.2/assets/minecraft/models/item/evoker_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/evoker_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.13.2/assets/minecraft/models/item/experience_bottle.json b/1.13.2/assets/minecraft/models/item/experience_bottle.json new file mode 100644 index 00000000..005474d9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/experience_bottle.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/experience_bottle" + } +} diff --git a/1.13.2/assets/minecraft/models/item/farmland.json b/1.13.2/assets/minecraft/models/item/farmland.json new file mode 100644 index 00000000..3fae7d74 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/farmland.json @@ -0,0 +1,3 @@ +{ + "parent": "block/farmland" +} diff --git a/1.13.2/assets/minecraft/models/item/feather.json b/1.13.2/assets/minecraft/models/item/feather.json new file mode 100644 index 00000000..1b88f92d --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/feather.json @@ -0,0 +1,13 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/feather" + }, + "display": { + "head": { + "rotation": [ 0, 0, 45 ], + "translation": [ -1, 13, 7], + "scale":[ 1, 1, 1] + } + } +} diff --git a/1.13.2/assets/minecraft/models/item/fermented_spider_eye.json b/1.13.2/assets/minecraft/models/item/fermented_spider_eye.json new file mode 100644 index 00000000..962ad463 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/fermented_spider_eye.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/fermented_spider_eye" + } +} diff --git a/1.13.2/assets/minecraft/models/item/fern.json b/1.13.2/assets/minecraft/models/item/fern.json new file mode 100644 index 00000000..2cf782bf --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/fern.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/fern" + } +} diff --git a/1.13.2/assets/minecraft/models/item/filled_map.json b/1.13.2/assets/minecraft/models/item/filled_map.json new file mode 100644 index 00000000..077d2530 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/filled_map.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/filled_map", + "layer1": "item/filled_map_markings" + } +} diff --git a/1.13.2/assets/minecraft/models/item/fire_charge.json b/1.13.2/assets/minecraft/models/item/fire_charge.json new file mode 100644 index 00000000..50b85005 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/fire_charge.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/fire_charge" + } +} diff --git a/1.13.2/assets/minecraft/models/item/fire_coral.json b/1.13.2/assets/minecraft/models/item/fire_coral.json new file mode 100644 index 00000000..037a44c4 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/fire_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/fire_coral" + } +} diff --git a/1.13.2/assets/minecraft/models/item/fire_coral_block.json b/1.13.2/assets/minecraft/models/item/fire_coral_block.json new file mode 100644 index 00000000..e919a6f1 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/fire_coral_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/fire_coral_block" +} diff --git a/1.13.2/assets/minecraft/models/item/fire_coral_fan.json b/1.13.2/assets/minecraft/models/item/fire_coral_fan.json new file mode 100644 index 00000000..37799f1d --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/fire_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/fire_coral_fan" + } +} diff --git a/1.13.2/assets/minecraft/models/item/fire_coral_wall_fan.json b/1.13.2/assets/minecraft/models/item/fire_coral_wall_fan.json new file mode 100644 index 00000000..37799f1d --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/fire_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/fire_coral_fan" + } +} diff --git a/1.13.2/assets/minecraft/models/item/firework_rocket.json b/1.13.2/assets/minecraft/models/item/firework_rocket.json new file mode 100644 index 00000000..a7109e5f --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/firework_rocket.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/firework_rocket" + } +} diff --git a/1.13.2/assets/minecraft/models/item/firework_star.json b/1.13.2/assets/minecraft/models/item/firework_star.json new file mode 100644 index 00000000..4e2e9fe8 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/firework_star.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/firework_star", + "layer1": "item/firework_star_overlay" + } +} diff --git a/1.13.2/assets/minecraft/models/item/fishing_rod.json b/1.13.2/assets/minecraft/models/item/fishing_rod.json new file mode 100644 index 00000000..6d52bb97 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/fishing_rod.json @@ -0,0 +1,14 @@ +{ + "parent": "item/handheld_rod", + "textures": { + "layer0": "item/fishing_rod" + }, + "overrides": [ + { + "predicate": { + "cast": 1 + }, + "model": "item/fishing_rod_cast" + } + ] +} diff --git a/1.13.2/assets/minecraft/models/item/fishing_rod_cast.json b/1.13.2/assets/minecraft/models/item/fishing_rod_cast.json new file mode 100644 index 00000000..55c2a525 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/fishing_rod_cast.json @@ -0,0 +1,6 @@ +{ + "parent": "item/fishing_rod", + "textures": { + "layer0": "item/fishing_rod_cast" + } +} diff --git a/1.13.2/assets/minecraft/models/item/flint.json b/1.13.2/assets/minecraft/models/item/flint.json new file mode 100644 index 00000000..620eb37f --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/flint.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/flint" + } +} diff --git a/1.13.2/assets/minecraft/models/item/flint_and_steel.json b/1.13.2/assets/minecraft/models/item/flint_and_steel.json new file mode 100644 index 00000000..5098b625 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/flint_and_steel.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/flint_and_steel" + } +} diff --git a/1.13.2/assets/minecraft/models/item/flower_pot.json b/1.13.2/assets/minecraft/models/item/flower_pot.json new file mode 100644 index 00000000..320004b2 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/flower_pot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/flower_pot" + } +} diff --git a/1.13.2/assets/minecraft/models/item/furnace.json b/1.13.2/assets/minecraft/models/item/furnace.json new file mode 100644 index 00000000..029275c7 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/furnace.json @@ -0,0 +1,3 @@ +{ + "parent": "block/furnace" +} diff --git a/1.13.2/assets/minecraft/models/item/furnace_minecart.json b/1.13.2/assets/minecraft/models/item/furnace_minecart.json new file mode 100644 index 00000000..4e5d873d --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/furnace_minecart.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/furnace_minecart" + } +} diff --git a/1.13.2/assets/minecraft/models/item/generated.json b/1.13.2/assets/minecraft/models/item/generated.json new file mode 100644 index 00000000..12197e58 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/generated.json @@ -0,0 +1,29 @@ +{ + "parent": "builtin/generated", + "display": { + "ground": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 2, 0], + "scale":[ 0.5, 0.5, 0.5 ] + }, + "head": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 13, 7], + "scale":[ 1, 1, 1] + }, + "thirdperson_righthand": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 3, 1 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson_righthand": { + "rotation": [ 0, -90, 25 ], + "translation": [ 1.13, 3.2, 1.13], + "scale": [ 0.68, 0.68, 0.68 ] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "scale": [ 1, 1, 1 ] + } + } +} diff --git a/1.13.2/assets/minecraft/models/item/ghast_spawn_egg.json b/1.13.2/assets/minecraft/models/item/ghast_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/ghast_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.13.2/assets/minecraft/models/item/ghast_tear.json b/1.13.2/assets/minecraft/models/item/ghast_tear.json new file mode 100644 index 00000000..0003efee --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/ghast_tear.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/ghast_tear" + } +} diff --git a/1.13.2/assets/minecraft/models/item/glass.json b/1.13.2/assets/minecraft/models/item/glass.json new file mode 100644 index 00000000..91500b64 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glass" +} diff --git a/1.13.2/assets/minecraft/models/item/glass_bottle.json b/1.13.2/assets/minecraft/models/item/glass_bottle.json new file mode 100644 index 00000000..4faf6349 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/glass_bottle.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/glass_bottle" + } +} diff --git a/1.13.2/assets/minecraft/models/item/glass_pane.json b/1.13.2/assets/minecraft/models/item/glass_pane.json new file mode 100644 index 00000000..ea70b8ca --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/glass" + } +} diff --git a/1.13.2/assets/minecraft/models/item/glistering_melon_slice.json b/1.13.2/assets/minecraft/models/item/glistering_melon_slice.json new file mode 100644 index 00000000..d7906201 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/glistering_melon_slice.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/glistering_melon_slice" + } +} diff --git a/1.13.2/assets/minecraft/models/item/glowstone.json b/1.13.2/assets/minecraft/models/item/glowstone.json new file mode 100644 index 00000000..330bd266 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/glowstone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glowstone" +} diff --git a/1.13.2/assets/minecraft/models/item/glowstone_dust.json b/1.13.2/assets/minecraft/models/item/glowstone_dust.json new file mode 100644 index 00000000..5a81639d --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/glowstone_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/glowstone_dust" + } +} diff --git a/1.13.2/assets/minecraft/models/item/gold_block.json b/1.13.2/assets/minecraft/models/item/gold_block.json new file mode 100644 index 00000000..c93c124a --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/gold_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/gold_block" +} diff --git a/1.13.2/assets/minecraft/models/item/gold_ingot.json b/1.13.2/assets/minecraft/models/item/gold_ingot.json new file mode 100644 index 00000000..7a7ae011 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/gold_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/gold_ingot" + } +} diff --git a/1.13.2/assets/minecraft/models/item/gold_nugget.json b/1.13.2/assets/minecraft/models/item/gold_nugget.json new file mode 100644 index 00000000..445269cb --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/gold_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/gold_nugget" + } +} diff --git a/1.13.2/assets/minecraft/models/item/gold_ore.json b/1.13.2/assets/minecraft/models/item/gold_ore.json new file mode 100644 index 00000000..7de63604 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/gold_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "block/gold_ore" +} diff --git a/1.13.2/assets/minecraft/models/item/golden_apple.json b/1.13.2/assets/minecraft/models/item/golden_apple.json new file mode 100644 index 00000000..f8114273 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/golden_apple.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/golden_apple" + } +} diff --git a/1.13.2/assets/minecraft/models/item/golden_axe.json b/1.13.2/assets/minecraft/models/item/golden_axe.json new file mode 100644 index 00000000..0a849ea5 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/golden_axe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/golden_axe" + } +} diff --git a/1.13.2/assets/minecraft/models/item/golden_boots.json b/1.13.2/assets/minecraft/models/item/golden_boots.json new file mode 100644 index 00000000..e7094b4c --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/golden_boots.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/golden_boots" + } +} diff --git a/1.13.2/assets/minecraft/models/item/golden_carrot.json b/1.13.2/assets/minecraft/models/item/golden_carrot.json new file mode 100644 index 00000000..f5986bdc --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/golden_carrot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/golden_carrot" + } +} diff --git a/1.13.2/assets/minecraft/models/item/golden_chestplate.json b/1.13.2/assets/minecraft/models/item/golden_chestplate.json new file mode 100644 index 00000000..7810ad8f --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/golden_chestplate.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/golden_chestplate" + } +} diff --git a/1.13.2/assets/minecraft/models/item/golden_helmet.json b/1.13.2/assets/minecraft/models/item/golden_helmet.json new file mode 100644 index 00000000..42f820b1 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/golden_helmet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/golden_helmet" + } +} diff --git a/1.13.2/assets/minecraft/models/item/golden_hoe.json b/1.13.2/assets/minecraft/models/item/golden_hoe.json new file mode 100644 index 00000000..3012ded5 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/golden_hoe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/golden_hoe" + } +} diff --git a/1.13.2/assets/minecraft/models/item/golden_horse_armor.json b/1.13.2/assets/minecraft/models/item/golden_horse_armor.json new file mode 100644 index 00000000..e2740897 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/golden_horse_armor.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/golden_horse_armor" + } +} diff --git a/1.13.2/assets/minecraft/models/item/golden_leggings.json b/1.13.2/assets/minecraft/models/item/golden_leggings.json new file mode 100644 index 00000000..5830dfc3 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/golden_leggings.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/golden_leggings" + } +} diff --git a/1.13.2/assets/minecraft/models/item/golden_pickaxe.json b/1.13.2/assets/minecraft/models/item/golden_pickaxe.json new file mode 100644 index 00000000..8f991be8 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/golden_pickaxe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/golden_pickaxe" + } +} diff --git a/1.13.2/assets/minecraft/models/item/golden_shovel.json b/1.13.2/assets/minecraft/models/item/golden_shovel.json new file mode 100644 index 00000000..c57c3bd0 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/golden_shovel.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/golden_shovel" + } +} diff --git a/1.13.2/assets/minecraft/models/item/golden_sword.json b/1.13.2/assets/minecraft/models/item/golden_sword.json new file mode 100644 index 00000000..9220e27b --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/golden_sword.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/golden_sword" + } +} diff --git a/1.13.2/assets/minecraft/models/item/granite.json b/1.13.2/assets/minecraft/models/item/granite.json new file mode 100644 index 00000000..1355a62d --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/granite.json @@ -0,0 +1,3 @@ +{ + "parent": "block/granite" +} diff --git a/1.13.2/assets/minecraft/models/item/grass.json b/1.13.2/assets/minecraft/models/item/grass.json new file mode 100644 index 00000000..1cf21698 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/grass.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/grass" + } +} diff --git a/1.13.2/assets/minecraft/models/item/grass_block.json b/1.13.2/assets/minecraft/models/item/grass_block.json new file mode 100644 index 00000000..21bc4374 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/grass_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/grass_block" +} diff --git a/1.13.2/assets/minecraft/models/item/grass_path.json b/1.13.2/assets/minecraft/models/item/grass_path.json new file mode 100644 index 00000000..b12e1511 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/grass_path.json @@ -0,0 +1,3 @@ +{ + "parent": "block/grass_path" +} diff --git a/1.13.2/assets/minecraft/models/item/gravel.json b/1.13.2/assets/minecraft/models/item/gravel.json new file mode 100644 index 00000000..0d75aae2 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/gravel.json @@ -0,0 +1,3 @@ +{ + "parent": "block/gravel" +} diff --git a/1.13.2/assets/minecraft/models/item/gray_banner.json b/1.13.2/assets/minecraft/models/item/gray_banner.json new file mode 100644 index 00000000..9d43dcc2 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/gray_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_banner" +} diff --git a/1.13.2/assets/minecraft/models/item/gray_bed.json b/1.13.2/assets/minecraft/models/item/gray_bed.json new file mode 100644 index 00000000..b69c17a9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/gray_bed.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_bed" +} diff --git a/1.13.2/assets/minecraft/models/item/gray_carpet.json b/1.13.2/assets/minecraft/models/item/gray_carpet.json new file mode 100644 index 00000000..baa27e35 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/gray_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/gray_carpet" +} diff --git a/1.13.2/assets/minecraft/models/item/gray_concrete.json b/1.13.2/assets/minecraft/models/item/gray_concrete.json new file mode 100644 index 00000000..79788258 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/gray_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "block/gray_concrete" +} diff --git a/1.13.2/assets/minecraft/models/item/gray_concrete_powder.json b/1.13.2/assets/minecraft/models/item/gray_concrete_powder.json new file mode 100644 index 00000000..c48f8a1e --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/gray_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "block/gray_concrete_powder" +} diff --git a/1.13.2/assets/minecraft/models/item/gray_dye.json b/1.13.2/assets/minecraft/models/item/gray_dye.json new file mode 100644 index 00000000..e5040b0c --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/gray_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/gray_dye" + } +} diff --git a/1.13.2/assets/minecraft/models/item/gray_glazed_terracotta.json b/1.13.2/assets/minecraft/models/item/gray_glazed_terracotta.json new file mode 100644 index 00000000..eeae4e53 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/gray_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/gray_glazed_terracotta" +} diff --git a/1.13.2/assets/minecraft/models/item/gray_shulker_box.json b/1.13.2/assets/minecraft/models/item/gray_shulker_box.json new file mode 100644 index 00000000..f9818742 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/gray_shulker_box.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_shulker_box" +} diff --git a/1.13.2/assets/minecraft/models/item/gray_stained_glass.json b/1.13.2/assets/minecraft/models/item/gray_stained_glass.json new file mode 100644 index 00000000..f132339b --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/gray_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/gray_stained_glass" +} diff --git a/1.13.2/assets/minecraft/models/item/gray_stained_glass_pane.json b/1.13.2/assets/minecraft/models/item/gray_stained_glass_pane.json new file mode 100644 index 00000000..636a67d9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/gray_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/gray_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/item/gray_terracotta.json b/1.13.2/assets/minecraft/models/item/gray_terracotta.json new file mode 100644 index 00000000..400de55e --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/gray_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/gray_terracotta" +} diff --git a/1.13.2/assets/minecraft/models/item/gray_wool.json b/1.13.2/assets/minecraft/models/item/gray_wool.json new file mode 100644 index 00000000..b92853c6 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/gray_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/gray_wool" +} diff --git a/1.13.2/assets/minecraft/models/item/green_banner.json b/1.13.2/assets/minecraft/models/item/green_banner.json new file mode 100644 index 00000000..9d43dcc2 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/green_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_banner" +} diff --git a/1.13.2/assets/minecraft/models/item/green_bed.json b/1.13.2/assets/minecraft/models/item/green_bed.json new file mode 100644 index 00000000..b69c17a9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/green_bed.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_bed" +} diff --git a/1.13.2/assets/minecraft/models/item/green_carpet.json b/1.13.2/assets/minecraft/models/item/green_carpet.json new file mode 100644 index 00000000..75453bb1 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/green_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/green_carpet" +} diff --git a/1.13.2/assets/minecraft/models/item/green_concrete.json b/1.13.2/assets/minecraft/models/item/green_concrete.json new file mode 100644 index 00000000..aa4687f0 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/green_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "block/green_concrete" +} diff --git a/1.13.2/assets/minecraft/models/item/green_concrete_powder.json b/1.13.2/assets/minecraft/models/item/green_concrete_powder.json new file mode 100644 index 00000000..c8fd5251 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/green_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "block/green_concrete_powder" +} diff --git a/1.13.2/assets/minecraft/models/item/green_glazed_terracotta.json b/1.13.2/assets/minecraft/models/item/green_glazed_terracotta.json new file mode 100644 index 00000000..6b7e5d36 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/green_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/green_glazed_terracotta" +} diff --git a/1.13.2/assets/minecraft/models/item/green_shulker_box.json b/1.13.2/assets/minecraft/models/item/green_shulker_box.json new file mode 100644 index 00000000..f9818742 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/green_shulker_box.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_shulker_box" +} diff --git a/1.13.2/assets/minecraft/models/item/green_stained_glass.json b/1.13.2/assets/minecraft/models/item/green_stained_glass.json new file mode 100644 index 00000000..5e024dcc --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/green_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/green_stained_glass" +} diff --git a/1.13.2/assets/minecraft/models/item/green_stained_glass_pane.json b/1.13.2/assets/minecraft/models/item/green_stained_glass_pane.json new file mode 100644 index 00000000..a99a8319 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/green_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/green_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/item/green_terracotta.json b/1.13.2/assets/minecraft/models/item/green_terracotta.json new file mode 100644 index 00000000..17db69f8 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/green_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/green_terracotta" +} diff --git a/1.13.2/assets/minecraft/models/item/green_wool.json b/1.13.2/assets/minecraft/models/item/green_wool.json new file mode 100644 index 00000000..4c5ae5d7 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/green_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/green_wool" +} diff --git a/1.13.2/assets/minecraft/models/item/guardian_spawn_egg.json b/1.13.2/assets/minecraft/models/item/guardian_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/guardian_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.13.2/assets/minecraft/models/item/gunpowder.json b/1.13.2/assets/minecraft/models/item/gunpowder.json new file mode 100644 index 00000000..a4292d87 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/gunpowder.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/gunpowder" + } +} diff --git a/1.13.2/assets/minecraft/models/item/handheld.json b/1.13.2/assets/minecraft/models/item/handheld.json new file mode 100644 index 00000000..51ea90fc --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/handheld.json @@ -0,0 +1,25 @@ +{ + "parent": "item/generated", + "display": { + "thirdperson_righthand": { + "rotation": [ 0, -90, 55 ], + "translation": [ 0, 4.0, 0.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "thirdperson_lefthand": { + "rotation": [ 0, 90, -55 ], + "translation": [ 0, 4.0, 0.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson_righthand": { + "rotation": [ 0, -90, 25 ], + "translation": [ 1.13, 3.2, 1.13 ], + "scale": [ 0.68, 0.68, 0.68 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, 90, -25 ], + "translation": [ 1.13, 3.2, 1.13 ], + "scale": [ 0.68, 0.68, 0.68 ] + } + } +} diff --git a/1.13.2/assets/minecraft/models/item/handheld_rod.json b/1.13.2/assets/minecraft/models/item/handheld_rod.json new file mode 100644 index 00000000..de794a4a --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/handheld_rod.json @@ -0,0 +1,25 @@ +{ + "parent": "item/handheld", + "display": { + "thirdperson_righthand": { + "rotation": [ 0, 90, 55 ], + "translation": [ 0, 4.0, 2.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "thirdperson_lefthand": { + "rotation": [ 0, -90, -55 ], + "translation": [ 0, 4.0, 2.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 90, 25 ], + "translation": [ 0, 1.6, 0.8 ], + "scale": [ 0.68, 0.68, 0.68 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, -90, -25 ], + "translation": [ 0, 1.6, 0.8 ], + "scale": [ 0.68, 0.68, 0.68 ] + } + } +} diff --git a/1.13.2/assets/minecraft/models/item/hay_block.json b/1.13.2/assets/minecraft/models/item/hay_block.json new file mode 100644 index 00000000..e5e85c73 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/hay_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hay_block" +} diff --git a/1.13.2/assets/minecraft/models/item/heart_of_the_sea.json b/1.13.2/assets/minecraft/models/item/heart_of_the_sea.json new file mode 100644 index 00000000..891b0d1c --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/heart_of_the_sea.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/heart_of_the_sea" + } +} diff --git a/1.13.2/assets/minecraft/models/item/heavy_weighted_pressure_plate.json b/1.13.2/assets/minecraft/models/item/heavy_weighted_pressure_plate.json new file mode 100644 index 00000000..67d50c3a --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/heavy_weighted_pressure_plate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/heavy_weighted_pressure_plate" +} diff --git a/1.13.2/assets/minecraft/models/item/hopper.json b/1.13.2/assets/minecraft/models/item/hopper.json new file mode 100644 index 00000000..76fb7c5b --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/hopper.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/hopper" + } +} diff --git a/1.13.2/assets/minecraft/models/item/hopper_minecart.json b/1.13.2/assets/minecraft/models/item/hopper_minecart.json new file mode 100644 index 00000000..409071e7 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/hopper_minecart.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/hopper_minecart" + } +} diff --git a/1.13.2/assets/minecraft/models/item/horn_coral.json b/1.13.2/assets/minecraft/models/item/horn_coral.json new file mode 100644 index 00000000..087fb895 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/horn_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/horn_coral" + } +} diff --git a/1.13.2/assets/minecraft/models/item/horn_coral_block.json b/1.13.2/assets/minecraft/models/item/horn_coral_block.json new file mode 100644 index 00000000..2b9ac63a --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/horn_coral_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/horn_coral_block" +} diff --git a/1.13.2/assets/minecraft/models/item/horn_coral_fan.json b/1.13.2/assets/minecraft/models/item/horn_coral_fan.json new file mode 100644 index 00000000..2fca761b --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/horn_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/horn_coral_fan" + } +} diff --git a/1.13.2/assets/minecraft/models/item/horn_coral_wall_fan.json b/1.13.2/assets/minecraft/models/item/horn_coral_wall_fan.json new file mode 100644 index 00000000..2fca761b --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/horn_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/horn_coral_fan" + } +} diff --git a/1.13.2/assets/minecraft/models/item/horse_spawn_egg.json b/1.13.2/assets/minecraft/models/item/horse_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/horse_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.13.2/assets/minecraft/models/item/husk_spawn_egg.json b/1.13.2/assets/minecraft/models/item/husk_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/husk_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.13.2/assets/minecraft/models/item/ice.json b/1.13.2/assets/minecraft/models/item/ice.json new file mode 100644 index 00000000..b7f5c4ad --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/ice.json @@ -0,0 +1,3 @@ +{ + "parent": "block/ice" +} diff --git a/1.13.2/assets/minecraft/models/item/infested_chiseled_stone_bricks.json b/1.13.2/assets/minecraft/models/item/infested_chiseled_stone_bricks.json new file mode 100644 index 00000000..6dbc5cbe --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/infested_chiseled_stone_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/chiseled_stone_bricks" +} diff --git a/1.13.2/assets/minecraft/models/item/infested_cobblestone.json b/1.13.2/assets/minecraft/models/item/infested_cobblestone.json new file mode 100644 index 00000000..6e8e19e4 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/infested_cobblestone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cobblestone" +} diff --git a/1.13.2/assets/minecraft/models/item/infested_cracked_stone_bricks.json b/1.13.2/assets/minecraft/models/item/infested_cracked_stone_bricks.json new file mode 100644 index 00000000..c1c60352 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/infested_cracked_stone_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cracked_stone_bricks" +} diff --git a/1.13.2/assets/minecraft/models/item/infested_mossy_stone_bricks.json b/1.13.2/assets/minecraft/models/item/infested_mossy_stone_bricks.json new file mode 100644 index 00000000..dbb94d6f --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/infested_mossy_stone_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/mossy_stone_bricks" +} diff --git a/1.13.2/assets/minecraft/models/item/infested_stone.json b/1.13.2/assets/minecraft/models/item/infested_stone.json new file mode 100644 index 00000000..68982f03 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/infested_stone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stone" +} diff --git a/1.13.2/assets/minecraft/models/item/infested_stone_bricks.json b/1.13.2/assets/minecraft/models/item/infested_stone_bricks.json new file mode 100644 index 00000000..64b053db --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/infested_stone_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stone_bricks" +} diff --git a/1.13.2/assets/minecraft/models/item/ink_sac.json b/1.13.2/assets/minecraft/models/item/ink_sac.json new file mode 100644 index 00000000..7699a510 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/ink_sac.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/ink_sac" + } +} diff --git a/1.13.2/assets/minecraft/models/item/iron_axe.json b/1.13.2/assets/minecraft/models/item/iron_axe.json new file mode 100644 index 00000000..fbfea2e1 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/iron_axe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/iron_axe" + } +} diff --git a/1.13.2/assets/minecraft/models/item/iron_bars.json b/1.13.2/assets/minecraft/models/item/iron_bars.json new file mode 100644 index 00000000..89d8fe7f --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/iron_bars.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/iron_bars" + } +} diff --git a/1.13.2/assets/minecraft/models/item/iron_block.json b/1.13.2/assets/minecraft/models/item/iron_block.json new file mode 100644 index 00000000..7a6a30ad --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/iron_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/iron_block" +} diff --git a/1.13.2/assets/minecraft/models/item/iron_boots.json b/1.13.2/assets/minecraft/models/item/iron_boots.json new file mode 100644 index 00000000..a5108fa1 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/iron_boots.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/iron_boots" + } +} diff --git a/1.13.2/assets/minecraft/models/item/iron_chestplate.json b/1.13.2/assets/minecraft/models/item/iron_chestplate.json new file mode 100644 index 00000000..d6cfa5bf --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/iron_chestplate.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/iron_chestplate" + } +} diff --git a/1.13.2/assets/minecraft/models/item/iron_door.json b/1.13.2/assets/minecraft/models/item/iron_door.json new file mode 100644 index 00000000..02735647 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/iron_door.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/iron_door" + } +} diff --git a/1.13.2/assets/minecraft/models/item/iron_helmet.json b/1.13.2/assets/minecraft/models/item/iron_helmet.json new file mode 100644 index 00000000..0b56f8bc --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/iron_helmet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/iron_helmet" + } +} diff --git a/1.13.2/assets/minecraft/models/item/iron_hoe.json b/1.13.2/assets/minecraft/models/item/iron_hoe.json new file mode 100644 index 00000000..05ee9f36 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/iron_hoe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/iron_hoe" + } +} diff --git a/1.13.2/assets/minecraft/models/item/iron_horse_armor.json b/1.13.2/assets/minecraft/models/item/iron_horse_armor.json new file mode 100644 index 00000000..70051070 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/iron_horse_armor.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/iron_horse_armor" + } +} diff --git a/1.13.2/assets/minecraft/models/item/iron_ingot.json b/1.13.2/assets/minecraft/models/item/iron_ingot.json new file mode 100644 index 00000000..42f2cd11 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/iron_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/iron_ingot" + } +} diff --git a/1.13.2/assets/minecraft/models/item/iron_leggings.json b/1.13.2/assets/minecraft/models/item/iron_leggings.json new file mode 100644 index 00000000..ab4e8699 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/iron_leggings.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/iron_leggings" + } +} diff --git a/1.13.2/assets/minecraft/models/item/iron_nugget.json b/1.13.2/assets/minecraft/models/item/iron_nugget.json new file mode 100644 index 00000000..42907cee --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/iron_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/iron_nugget" + } +} diff --git a/1.13.2/assets/minecraft/models/item/iron_ore.json b/1.13.2/assets/minecraft/models/item/iron_ore.json new file mode 100644 index 00000000..34a8fba1 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/iron_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "block/iron_ore" +} diff --git a/1.13.2/assets/minecraft/models/item/iron_pickaxe.json b/1.13.2/assets/minecraft/models/item/iron_pickaxe.json new file mode 100644 index 00000000..f3a15b97 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/iron_pickaxe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/iron_pickaxe" + } +} diff --git a/1.13.2/assets/minecraft/models/item/iron_shovel.json b/1.13.2/assets/minecraft/models/item/iron_shovel.json new file mode 100644 index 00000000..a04685a3 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/iron_shovel.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/iron_shovel" + } +} diff --git a/1.13.2/assets/minecraft/models/item/iron_sword.json b/1.13.2/assets/minecraft/models/item/iron_sword.json new file mode 100644 index 00000000..4dda602c --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/iron_sword.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/iron_sword" + } +} diff --git a/1.13.2/assets/minecraft/models/item/iron_trapdoor.json b/1.13.2/assets/minecraft/models/item/iron_trapdoor.json new file mode 100644 index 00000000..40f44a8b --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/iron_trapdoor.json @@ -0,0 +1,3 @@ +{ + "parent": "block/iron_trapdoor_bottom" +} diff --git a/1.13.2/assets/minecraft/models/item/item_frame.json b/1.13.2/assets/minecraft/models/item/item_frame.json new file mode 100644 index 00000000..72aaa39d --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/item_frame.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/item_frame" + } +} diff --git a/1.13.2/assets/minecraft/models/item/jack_o_lantern.json b/1.13.2/assets/minecraft/models/item/jack_o_lantern.json new file mode 100644 index 00000000..536d2303 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/jack_o_lantern.json @@ -0,0 +1,3 @@ +{ + "parent": "block/jack_o_lantern" +} diff --git a/1.13.2/assets/minecraft/models/item/jukebox.json b/1.13.2/assets/minecraft/models/item/jukebox.json new file mode 100644 index 00000000..bf840fa8 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/jukebox.json @@ -0,0 +1,3 @@ +{ + "parent": "block/jukebox" +} diff --git a/1.13.2/assets/minecraft/models/item/jungle_boat.json b/1.13.2/assets/minecraft/models/item/jungle_boat.json new file mode 100644 index 00000000..e43a48d4 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/jungle_boat.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/jungle_boat" + } +} diff --git a/1.13.2/assets/minecraft/models/item/jungle_button.json b/1.13.2/assets/minecraft/models/item/jungle_button.json new file mode 100644 index 00000000..bc21c62c --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/jungle_button.json @@ -0,0 +1,3 @@ +{ + "parent": "block/jungle_button_inventory" +} diff --git a/1.13.2/assets/minecraft/models/item/jungle_door.json b/1.13.2/assets/minecraft/models/item/jungle_door.json new file mode 100644 index 00000000..e3b4230b --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/jungle_door.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/jungle_door" + } +} diff --git a/1.13.2/assets/minecraft/models/item/jungle_fence.json b/1.13.2/assets/minecraft/models/item/jungle_fence.json new file mode 100644 index 00000000..0003ec67 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/jungle_fence.json @@ -0,0 +1,3 @@ +{ + "parent": "block/jungle_fence_inventory" +} diff --git a/1.13.2/assets/minecraft/models/item/jungle_fence_gate.json b/1.13.2/assets/minecraft/models/item/jungle_fence_gate.json new file mode 100644 index 00000000..a7bc589b --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/jungle_fence_gate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/jungle_fence_gate" +} diff --git a/1.13.2/assets/minecraft/models/item/jungle_leaves.json b/1.13.2/assets/minecraft/models/item/jungle_leaves.json new file mode 100644 index 00000000..15593fbd --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/jungle_leaves.json @@ -0,0 +1,3 @@ +{ + "parent": "block/jungle_leaves" +} diff --git a/1.13.2/assets/minecraft/models/item/jungle_log.json b/1.13.2/assets/minecraft/models/item/jungle_log.json new file mode 100644 index 00000000..00da19d4 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/jungle_log.json @@ -0,0 +1,3 @@ +{ + "parent": "block/jungle_log" +} diff --git a/1.13.2/assets/minecraft/models/item/jungle_planks.json b/1.13.2/assets/minecraft/models/item/jungle_planks.json new file mode 100644 index 00000000..23064c8e --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/jungle_planks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/jungle_planks" +} diff --git a/1.13.2/assets/minecraft/models/item/jungle_pressure_plate.json b/1.13.2/assets/minecraft/models/item/jungle_pressure_plate.json new file mode 100644 index 00000000..6d5d9da3 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/jungle_pressure_plate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/jungle_pressure_plate" +} diff --git a/1.13.2/assets/minecraft/models/item/jungle_sapling.json b/1.13.2/assets/minecraft/models/item/jungle_sapling.json new file mode 100644 index 00000000..212f2dab --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/jungle_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/jungle_sapling" + } +} diff --git a/1.13.2/assets/minecraft/models/item/jungle_slab.json b/1.13.2/assets/minecraft/models/item/jungle_slab.json new file mode 100644 index 00000000..df31c1f7 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/jungle_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/jungle_slab" +} diff --git a/1.13.2/assets/minecraft/models/item/jungle_stairs.json b/1.13.2/assets/minecraft/models/item/jungle_stairs.json new file mode 100644 index 00000000..48357158 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/jungle_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/jungle_stairs" +} diff --git a/1.13.2/assets/minecraft/models/item/jungle_trapdoor.json b/1.13.2/assets/minecraft/models/item/jungle_trapdoor.json new file mode 100644 index 00000000..0ca42e4a --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/jungle_trapdoor.json @@ -0,0 +1,3 @@ +{ + "parent": "block/jungle_trapdoor_bottom" +} diff --git a/1.13.2/assets/minecraft/models/item/jungle_wood.json b/1.13.2/assets/minecraft/models/item/jungle_wood.json new file mode 100644 index 00000000..3e635c52 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/jungle_wood.json @@ -0,0 +1,3 @@ +{ + "parent": "block/jungle_wood" +} diff --git a/1.13.2/assets/minecraft/models/item/kelp.json b/1.13.2/assets/minecraft/models/item/kelp.json new file mode 100644 index 00000000..bc61535e --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/kelp.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/kelp" + } +} diff --git a/1.13.2/assets/minecraft/models/item/knowledge_book.json b/1.13.2/assets/minecraft/models/item/knowledge_book.json new file mode 100644 index 00000000..14f58d2f --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/knowledge_book.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/knowledge_book" + } +} diff --git a/1.13.2/assets/minecraft/models/item/ladder.json b/1.13.2/assets/minecraft/models/item/ladder.json new file mode 100644 index 00000000..3281735b --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/ladder.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/ladder" + } +} diff --git a/1.13.2/assets/minecraft/models/item/lapis_block.json b/1.13.2/assets/minecraft/models/item/lapis_block.json new file mode 100644 index 00000000..e441681b --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/lapis_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/lapis_block" +} diff --git a/1.13.2/assets/minecraft/models/item/lapis_lazuli.json b/1.13.2/assets/minecraft/models/item/lapis_lazuli.json new file mode 100644 index 00000000..5b83b730 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/lapis_lazuli.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/lapis_lazuli" + } +} diff --git a/1.13.2/assets/minecraft/models/item/lapis_ore.json b/1.13.2/assets/minecraft/models/item/lapis_ore.json new file mode 100644 index 00000000..7f682a31 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/lapis_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "block/lapis_ore" +} diff --git a/1.13.2/assets/minecraft/models/item/large_fern.json b/1.13.2/assets/minecraft/models/item/large_fern.json new file mode 100644 index 00000000..9fbf78c7 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/large_fern.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/large_fern_top" + } +} diff --git a/1.13.2/assets/minecraft/models/item/lava_bucket.json b/1.13.2/assets/minecraft/models/item/lava_bucket.json new file mode 100644 index 00000000..166fc5cb --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/lava_bucket.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/lava_bucket" + } +} diff --git a/1.13.2/assets/minecraft/models/item/lead.json b/1.13.2/assets/minecraft/models/item/lead.json new file mode 100644 index 00000000..df628d66 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/lead.json @@ -0,0 +1,13 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/lead" + }, + "display": { + "head": { + "rotation": [ 0, 0, 0 ], + "translation": [ 2.75, -2.75, -6.5], + "scale":[ 0.8, 0.8, 0.8] + } + } +} diff --git a/1.13.2/assets/minecraft/models/item/leather.json b/1.13.2/assets/minecraft/models/item/leather.json new file mode 100644 index 00000000..8cc1909e --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/leather.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/leather" + } +} diff --git a/1.13.2/assets/minecraft/models/item/leather_boots.json b/1.13.2/assets/minecraft/models/item/leather_boots.json new file mode 100644 index 00000000..9a9733ab --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/leather_boots.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/leather_boots", + "layer1": "item/leather_boots_overlay" + } +} diff --git a/1.13.2/assets/minecraft/models/item/leather_chestplate.json b/1.13.2/assets/minecraft/models/item/leather_chestplate.json new file mode 100644 index 00000000..45359b7c --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/leather_chestplate.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/leather_chestplate", + "layer1": "item/leather_chestplate_overlay" + } +} diff --git a/1.13.2/assets/minecraft/models/item/leather_helmet.json b/1.13.2/assets/minecraft/models/item/leather_helmet.json new file mode 100644 index 00000000..0e5775b7 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/leather_helmet.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/leather_helmet", + "layer1": "item/leather_helmet_overlay" + } +} diff --git a/1.13.2/assets/minecraft/models/item/leather_leggings.json b/1.13.2/assets/minecraft/models/item/leather_leggings.json new file mode 100644 index 00000000..1d8f9844 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/leather_leggings.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/leather_leggings", + "layer1": "item/leather_leggings_overlay" + } +} diff --git a/1.13.2/assets/minecraft/models/item/lever.json b/1.13.2/assets/minecraft/models/item/lever.json new file mode 100644 index 00000000..82d04aa3 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/lever.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/lever" + } +} diff --git a/1.13.2/assets/minecraft/models/item/light_blue_banner.json b/1.13.2/assets/minecraft/models/item/light_blue_banner.json new file mode 100644 index 00000000..9d43dcc2 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/light_blue_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_banner" +} diff --git a/1.13.2/assets/minecraft/models/item/light_blue_bed.json b/1.13.2/assets/minecraft/models/item/light_blue_bed.json new file mode 100644 index 00000000..b69c17a9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/light_blue_bed.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_bed" +} diff --git a/1.13.2/assets/minecraft/models/item/light_blue_carpet.json b/1.13.2/assets/minecraft/models/item/light_blue_carpet.json new file mode 100644 index 00000000..33c7bc45 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/light_blue_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/light_blue_carpet" +} diff --git a/1.13.2/assets/minecraft/models/item/light_blue_concrete.json b/1.13.2/assets/minecraft/models/item/light_blue_concrete.json new file mode 100644 index 00000000..66e01f27 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/light_blue_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "block/light_blue_concrete" +} diff --git a/1.13.2/assets/minecraft/models/item/light_blue_concrete_powder.json b/1.13.2/assets/minecraft/models/item/light_blue_concrete_powder.json new file mode 100644 index 00000000..1fbf1d06 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/light_blue_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "block/light_blue_concrete_powder" +} diff --git a/1.13.2/assets/minecraft/models/item/light_blue_dye.json b/1.13.2/assets/minecraft/models/item/light_blue_dye.json new file mode 100644 index 00000000..bdcf8bfc --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/light_blue_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/light_blue_dye" + } +} diff --git a/1.13.2/assets/minecraft/models/item/light_blue_glazed_terracotta.json b/1.13.2/assets/minecraft/models/item/light_blue_glazed_terracotta.json new file mode 100644 index 00000000..322cffd1 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/light_blue_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/light_blue_glazed_terracotta" +} diff --git a/1.13.2/assets/minecraft/models/item/light_blue_shulker_box.json b/1.13.2/assets/minecraft/models/item/light_blue_shulker_box.json new file mode 100644 index 00000000..f9818742 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/light_blue_shulker_box.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_shulker_box" +} diff --git a/1.13.2/assets/minecraft/models/item/light_blue_stained_glass.json b/1.13.2/assets/minecraft/models/item/light_blue_stained_glass.json new file mode 100644 index 00000000..333b6cd9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/light_blue_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/light_blue_stained_glass" +} diff --git a/1.13.2/assets/minecraft/models/item/light_blue_stained_glass_pane.json b/1.13.2/assets/minecraft/models/item/light_blue_stained_glass_pane.json new file mode 100644 index 00000000..1590a35c --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/light_blue_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/light_blue_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/item/light_blue_terracotta.json b/1.13.2/assets/minecraft/models/item/light_blue_terracotta.json new file mode 100644 index 00000000..e73a0859 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/light_blue_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/light_blue_terracotta" +} diff --git a/1.13.2/assets/minecraft/models/item/light_blue_wool.json b/1.13.2/assets/minecraft/models/item/light_blue_wool.json new file mode 100644 index 00000000..72601467 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/light_blue_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/light_blue_wool" +} diff --git a/1.13.2/assets/minecraft/models/item/light_gray_banner.json b/1.13.2/assets/minecraft/models/item/light_gray_banner.json new file mode 100644 index 00000000..9d43dcc2 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/light_gray_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_banner" +} diff --git a/1.13.2/assets/minecraft/models/item/light_gray_bed.json b/1.13.2/assets/minecraft/models/item/light_gray_bed.json new file mode 100644 index 00000000..b69c17a9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/light_gray_bed.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_bed" +} diff --git a/1.13.2/assets/minecraft/models/item/light_gray_carpet.json b/1.13.2/assets/minecraft/models/item/light_gray_carpet.json new file mode 100644 index 00000000..3d96156d --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/light_gray_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/light_gray_carpet" +} diff --git a/1.13.2/assets/minecraft/models/item/light_gray_concrete.json b/1.13.2/assets/minecraft/models/item/light_gray_concrete.json new file mode 100644 index 00000000..4e990233 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/light_gray_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "block/light_gray_concrete" +} diff --git a/1.13.2/assets/minecraft/models/item/light_gray_concrete_powder.json b/1.13.2/assets/minecraft/models/item/light_gray_concrete_powder.json new file mode 100644 index 00000000..21d4dad1 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/light_gray_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "block/light_gray_concrete_powder" +} diff --git a/1.13.2/assets/minecraft/models/item/light_gray_dye.json b/1.13.2/assets/minecraft/models/item/light_gray_dye.json new file mode 100644 index 00000000..5dd0caf3 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/light_gray_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/light_gray_dye" + } +} diff --git a/1.13.2/assets/minecraft/models/item/light_gray_glazed_terracotta.json b/1.13.2/assets/minecraft/models/item/light_gray_glazed_terracotta.json new file mode 100644 index 00000000..adec12cf --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/light_gray_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/light_gray_glazed_terracotta" +} diff --git a/1.13.2/assets/minecraft/models/item/light_gray_shulker_box.json b/1.13.2/assets/minecraft/models/item/light_gray_shulker_box.json new file mode 100644 index 00000000..f9818742 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/light_gray_shulker_box.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_shulker_box" +} diff --git a/1.13.2/assets/minecraft/models/item/light_gray_stained_glass.json b/1.13.2/assets/minecraft/models/item/light_gray_stained_glass.json new file mode 100644 index 00000000..bc79deba --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/light_gray_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/light_gray_stained_glass" +} diff --git a/1.13.2/assets/minecraft/models/item/light_gray_stained_glass_pane.json b/1.13.2/assets/minecraft/models/item/light_gray_stained_glass_pane.json new file mode 100644 index 00000000..5a559ec9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/light_gray_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/light_gray_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/item/light_gray_terracotta.json b/1.13.2/assets/minecraft/models/item/light_gray_terracotta.json new file mode 100644 index 00000000..45db2a5c --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/light_gray_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/light_gray_terracotta" +} diff --git a/1.13.2/assets/minecraft/models/item/light_gray_wool.json b/1.13.2/assets/minecraft/models/item/light_gray_wool.json new file mode 100644 index 00000000..2cdcbf9e --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/light_gray_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/light_gray_wool" +} diff --git a/1.13.2/assets/minecraft/models/item/light_weighted_pressure_plate.json b/1.13.2/assets/minecraft/models/item/light_weighted_pressure_plate.json new file mode 100644 index 00000000..03bf68a3 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/light_weighted_pressure_plate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/light_weighted_pressure_plate" +} diff --git a/1.13.2/assets/minecraft/models/item/lilac.json b/1.13.2/assets/minecraft/models/item/lilac.json new file mode 100644 index 00000000..5d25da1a --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/lilac.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/lilac_top" + } +} diff --git a/1.13.2/assets/minecraft/models/item/lily_pad.json b/1.13.2/assets/minecraft/models/item/lily_pad.json new file mode 100644 index 00000000..1c965cf9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/lily_pad.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/lily_pad" + } +} diff --git a/1.13.2/assets/minecraft/models/item/lime_banner.json b/1.13.2/assets/minecraft/models/item/lime_banner.json new file mode 100644 index 00000000..9d43dcc2 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/lime_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_banner" +} diff --git a/1.13.2/assets/minecraft/models/item/lime_bed.json b/1.13.2/assets/minecraft/models/item/lime_bed.json new file mode 100644 index 00000000..b69c17a9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/lime_bed.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_bed" +} diff --git a/1.13.2/assets/minecraft/models/item/lime_carpet.json b/1.13.2/assets/minecraft/models/item/lime_carpet.json new file mode 100644 index 00000000..5ca3b9a5 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/lime_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/lime_carpet" +} diff --git a/1.13.2/assets/minecraft/models/item/lime_concrete.json b/1.13.2/assets/minecraft/models/item/lime_concrete.json new file mode 100644 index 00000000..5cec3b22 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/lime_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "block/lime_concrete" +} diff --git a/1.13.2/assets/minecraft/models/item/lime_concrete_powder.json b/1.13.2/assets/minecraft/models/item/lime_concrete_powder.json new file mode 100644 index 00000000..4c51fbdf --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/lime_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "block/lime_concrete_powder" +} diff --git a/1.13.2/assets/minecraft/models/item/lime_dye.json b/1.13.2/assets/minecraft/models/item/lime_dye.json new file mode 100644 index 00000000..714b3880 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/lime_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/lime_dye" + } +} diff --git a/1.13.2/assets/minecraft/models/item/lime_glazed_terracotta.json b/1.13.2/assets/minecraft/models/item/lime_glazed_terracotta.json new file mode 100644 index 00000000..fe3f7e28 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/lime_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/lime_glazed_terracotta" +} diff --git a/1.13.2/assets/minecraft/models/item/lime_shulker_box.json b/1.13.2/assets/minecraft/models/item/lime_shulker_box.json new file mode 100644 index 00000000..f9818742 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/lime_shulker_box.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_shulker_box" +} diff --git a/1.13.2/assets/minecraft/models/item/lime_stained_glass.json b/1.13.2/assets/minecraft/models/item/lime_stained_glass.json new file mode 100644 index 00000000..ef7f0c0e --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/lime_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/lime_stained_glass" +} diff --git a/1.13.2/assets/minecraft/models/item/lime_stained_glass_pane.json b/1.13.2/assets/minecraft/models/item/lime_stained_glass_pane.json new file mode 100644 index 00000000..90fe9eae --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/lime_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/lime_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/item/lime_terracotta.json b/1.13.2/assets/minecraft/models/item/lime_terracotta.json new file mode 100644 index 00000000..c8268c3c --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/lime_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/lime_terracotta" +} diff --git a/1.13.2/assets/minecraft/models/item/lime_wool.json b/1.13.2/assets/minecraft/models/item/lime_wool.json new file mode 100644 index 00000000..a3f06e01 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/lime_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/lime_wool" +} diff --git a/1.13.2/assets/minecraft/models/item/lingering_potion.json b/1.13.2/assets/minecraft/models/item/lingering_potion.json new file mode 100644 index 00000000..35ce5d79 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/lingering_potion.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/potion_overlay", + "layer1": "item/lingering_potion" + } +} diff --git a/1.13.2/assets/minecraft/models/item/llama_spawn_egg.json b/1.13.2/assets/minecraft/models/item/llama_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/llama_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.13.2/assets/minecraft/models/item/magenta_banner.json b/1.13.2/assets/minecraft/models/item/magenta_banner.json new file mode 100644 index 00000000..9d43dcc2 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/magenta_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_banner" +} diff --git a/1.13.2/assets/minecraft/models/item/magenta_bed.json b/1.13.2/assets/minecraft/models/item/magenta_bed.json new file mode 100644 index 00000000..b69c17a9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/magenta_bed.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_bed" +} diff --git a/1.13.2/assets/minecraft/models/item/magenta_carpet.json b/1.13.2/assets/minecraft/models/item/magenta_carpet.json new file mode 100644 index 00000000..1069f346 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/magenta_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/magenta_carpet" +} diff --git a/1.13.2/assets/minecraft/models/item/magenta_concrete.json b/1.13.2/assets/minecraft/models/item/magenta_concrete.json new file mode 100644 index 00000000..ae1c3e56 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/magenta_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "block/magenta_concrete" +} diff --git a/1.13.2/assets/minecraft/models/item/magenta_concrete_powder.json b/1.13.2/assets/minecraft/models/item/magenta_concrete_powder.json new file mode 100644 index 00000000..78b6dd08 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/magenta_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "block/magenta_concrete_powder" +} diff --git a/1.13.2/assets/minecraft/models/item/magenta_dye.json b/1.13.2/assets/minecraft/models/item/magenta_dye.json new file mode 100644 index 00000000..a2e771a1 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/magenta_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/magenta_dye" + } +} diff --git a/1.13.2/assets/minecraft/models/item/magenta_glazed_terracotta.json b/1.13.2/assets/minecraft/models/item/magenta_glazed_terracotta.json new file mode 100644 index 00000000..6d8a5c67 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/magenta_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/magenta_glazed_terracotta" +} diff --git a/1.13.2/assets/minecraft/models/item/magenta_shulker_box.json b/1.13.2/assets/minecraft/models/item/magenta_shulker_box.json new file mode 100644 index 00000000..f9818742 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/magenta_shulker_box.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_shulker_box" +} diff --git a/1.13.2/assets/minecraft/models/item/magenta_stained_glass.json b/1.13.2/assets/minecraft/models/item/magenta_stained_glass.json new file mode 100644 index 00000000..01c8ee86 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/magenta_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/magenta_stained_glass" +} diff --git a/1.13.2/assets/minecraft/models/item/magenta_stained_glass_pane.json b/1.13.2/assets/minecraft/models/item/magenta_stained_glass_pane.json new file mode 100644 index 00000000..403c4a0d --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/magenta_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/magenta_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/item/magenta_terracotta.json b/1.13.2/assets/minecraft/models/item/magenta_terracotta.json new file mode 100644 index 00000000..f808110f --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/magenta_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/magenta_terracotta" +} diff --git a/1.13.2/assets/minecraft/models/item/magenta_wool.json b/1.13.2/assets/minecraft/models/item/magenta_wool.json new file mode 100644 index 00000000..1fb40bc7 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/magenta_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/magenta_wool" +} diff --git a/1.13.2/assets/minecraft/models/item/magma_block.json b/1.13.2/assets/minecraft/models/item/magma_block.json new file mode 100644 index 00000000..630d94cf --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/magma_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/magma_block" +} diff --git a/1.13.2/assets/minecraft/models/item/magma_cream.json b/1.13.2/assets/minecraft/models/item/magma_cream.json new file mode 100644 index 00000000..63aeaf70 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/magma_cream.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/magma_cream" + } +} diff --git a/1.13.2/assets/minecraft/models/item/magma_cube_spawn_egg.json b/1.13.2/assets/minecraft/models/item/magma_cube_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/magma_cube_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.13.2/assets/minecraft/models/item/map.json b/1.13.2/assets/minecraft/models/item/map.json new file mode 100644 index 00000000..1e0aceb5 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/map.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/map" + } +} diff --git a/1.13.2/assets/minecraft/models/item/melon.json b/1.13.2/assets/minecraft/models/item/melon.json new file mode 100644 index 00000000..2b380459 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/melon.json @@ -0,0 +1,3 @@ +{ + "parent": "block/melon" +} diff --git a/1.13.2/assets/minecraft/models/item/melon_seeds.json b/1.13.2/assets/minecraft/models/item/melon_seeds.json new file mode 100644 index 00000000..6e340811 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/melon_seeds.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/melon_seeds" + } +} diff --git a/1.13.2/assets/minecraft/models/item/melon_slice.json b/1.13.2/assets/minecraft/models/item/melon_slice.json new file mode 100644 index 00000000..fb9f0f47 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/melon_slice.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/melon_slice" + } +} diff --git a/1.13.2/assets/minecraft/models/item/milk_bucket.json b/1.13.2/assets/minecraft/models/item/milk_bucket.json new file mode 100644 index 00000000..1535ac7b --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/milk_bucket.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/milk_bucket" + } +} diff --git a/1.13.2/assets/minecraft/models/item/minecart.json b/1.13.2/assets/minecraft/models/item/minecart.json new file mode 100644 index 00000000..3bcff24d --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/minecart.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/minecart" + } +} diff --git a/1.13.2/assets/minecraft/models/item/mooshroom_spawn_egg.json b/1.13.2/assets/minecraft/models/item/mooshroom_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/mooshroom_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.13.2/assets/minecraft/models/item/mossy_cobblestone.json b/1.13.2/assets/minecraft/models/item/mossy_cobblestone.json new file mode 100644 index 00000000..94e4ff07 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/mossy_cobblestone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/mossy_cobblestone" +} diff --git a/1.13.2/assets/minecraft/models/item/mossy_cobblestone_wall.json b/1.13.2/assets/minecraft/models/item/mossy_cobblestone_wall.json new file mode 100644 index 00000000..06d14743 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/mossy_cobblestone_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "block/mossy_cobblestone_wall_inventory" +} diff --git a/1.13.2/assets/minecraft/models/item/mossy_stone_bricks.json b/1.13.2/assets/minecraft/models/item/mossy_stone_bricks.json new file mode 100644 index 00000000..dbb94d6f --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/mossy_stone_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/mossy_stone_bricks" +} diff --git a/1.13.2/assets/minecraft/models/item/mule_spawn_egg.json b/1.13.2/assets/minecraft/models/item/mule_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/mule_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.13.2/assets/minecraft/models/item/mushroom_stem.json b/1.13.2/assets/minecraft/models/item/mushroom_stem.json new file mode 100644 index 00000000..0fa64eff --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/mushroom_stem.json @@ -0,0 +1,3 @@ +{ + "parent": "block/mushroom_stem_inventory" +} diff --git a/1.13.2/assets/minecraft/models/item/mushroom_stew.json b/1.13.2/assets/minecraft/models/item/mushroom_stew.json new file mode 100644 index 00000000..c1233363 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/mushroom_stew.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/mushroom_stew" + } +} diff --git a/1.13.2/assets/minecraft/models/item/music_disc_11.json b/1.13.2/assets/minecraft/models/item/music_disc_11.json new file mode 100644 index 00000000..8336a754 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/music_disc_11.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/music_disc_11" + } +} diff --git a/1.13.2/assets/minecraft/models/item/music_disc_13.json b/1.13.2/assets/minecraft/models/item/music_disc_13.json new file mode 100644 index 00000000..1f216ed3 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/music_disc_13.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/music_disc_13" + } +} diff --git a/1.13.2/assets/minecraft/models/item/music_disc_blocks.json b/1.13.2/assets/minecraft/models/item/music_disc_blocks.json new file mode 100644 index 00000000..76479880 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/music_disc_blocks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/music_disc_blocks" + } +} diff --git a/1.13.2/assets/minecraft/models/item/music_disc_cat.json b/1.13.2/assets/minecraft/models/item/music_disc_cat.json new file mode 100644 index 00000000..ea96314f --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/music_disc_cat.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/music_disc_cat" + } +} diff --git a/1.13.2/assets/minecraft/models/item/music_disc_chirp.json b/1.13.2/assets/minecraft/models/item/music_disc_chirp.json new file mode 100644 index 00000000..9cda2f4e --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/music_disc_chirp.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/music_disc_chirp" + } +} diff --git a/1.13.2/assets/minecraft/models/item/music_disc_far.json b/1.13.2/assets/minecraft/models/item/music_disc_far.json new file mode 100644 index 00000000..ebf10f05 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/music_disc_far.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/music_disc_far" + } +} diff --git a/1.13.2/assets/minecraft/models/item/music_disc_mall.json b/1.13.2/assets/minecraft/models/item/music_disc_mall.json new file mode 100644 index 00000000..81187b22 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/music_disc_mall.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/music_disc_mall" + } +} diff --git a/1.13.2/assets/minecraft/models/item/music_disc_mellohi.json b/1.13.2/assets/minecraft/models/item/music_disc_mellohi.json new file mode 100644 index 00000000..a1361b84 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/music_disc_mellohi.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/music_disc_mellohi" + } +} diff --git a/1.13.2/assets/minecraft/models/item/music_disc_stal.json b/1.13.2/assets/minecraft/models/item/music_disc_stal.json new file mode 100644 index 00000000..4933477e --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/music_disc_stal.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/music_disc_stal" + } +} diff --git a/1.13.2/assets/minecraft/models/item/music_disc_strad.json b/1.13.2/assets/minecraft/models/item/music_disc_strad.json new file mode 100644 index 00000000..42038bde --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/music_disc_strad.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/music_disc_strad" + } +} diff --git a/1.13.2/assets/minecraft/models/item/music_disc_wait.json b/1.13.2/assets/minecraft/models/item/music_disc_wait.json new file mode 100644 index 00000000..074cc76d --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/music_disc_wait.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/music_disc_wait" + } +} diff --git a/1.13.2/assets/minecraft/models/item/music_disc_ward.json b/1.13.2/assets/minecraft/models/item/music_disc_ward.json new file mode 100644 index 00000000..0f0fb055 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/music_disc_ward.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/music_disc_ward" + } +} diff --git a/1.13.2/assets/minecraft/models/item/mutton.json b/1.13.2/assets/minecraft/models/item/mutton.json new file mode 100644 index 00000000..02dcaa86 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/mutton.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/mutton" + } +} diff --git a/1.13.2/assets/minecraft/models/item/mycelium.json b/1.13.2/assets/minecraft/models/item/mycelium.json new file mode 100644 index 00000000..ceedc738 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/mycelium.json @@ -0,0 +1,3 @@ +{ + "parent": "block/mycelium" +} diff --git a/1.13.2/assets/minecraft/models/item/name_tag.json b/1.13.2/assets/minecraft/models/item/name_tag.json new file mode 100644 index 00000000..8378c6da --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/name_tag.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/name_tag" + } +} diff --git a/1.13.2/assets/minecraft/models/item/nautilus_shell.json b/1.13.2/assets/minecraft/models/item/nautilus_shell.json new file mode 100644 index 00000000..a265a3e2 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/nautilus_shell.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/nautilus_shell" + } +} diff --git a/1.13.2/assets/minecraft/models/item/nether_brick.json b/1.13.2/assets/minecraft/models/item/nether_brick.json new file mode 100644 index 00000000..66350384 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/nether_brick.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/nether_brick" + } +} diff --git a/1.13.2/assets/minecraft/models/item/nether_brick_fence.json b/1.13.2/assets/minecraft/models/item/nether_brick_fence.json new file mode 100644 index 00000000..5c47bc0e --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/nether_brick_fence.json @@ -0,0 +1,3 @@ +{ + "parent": "block/nether_brick_fence_inventory" +} diff --git a/1.13.2/assets/minecraft/models/item/nether_brick_slab.json b/1.13.2/assets/minecraft/models/item/nether_brick_slab.json new file mode 100644 index 00000000..effe0ba0 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/nether_brick_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/nether_brick_slab" +} diff --git a/1.13.2/assets/minecraft/models/item/nether_brick_stairs.json b/1.13.2/assets/minecraft/models/item/nether_brick_stairs.json new file mode 100644 index 00000000..056a97c8 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/nether_brick_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/nether_brick_stairs" +} diff --git a/1.13.2/assets/minecraft/models/item/nether_bricks.json b/1.13.2/assets/minecraft/models/item/nether_bricks.json new file mode 100644 index 00000000..f7c8e6a0 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/nether_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/nether_bricks" +} diff --git a/1.13.2/assets/minecraft/models/item/nether_quartz_ore.json b/1.13.2/assets/minecraft/models/item/nether_quartz_ore.json new file mode 100644 index 00000000..32237a30 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/nether_quartz_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "block/nether_quartz_ore" +} diff --git a/1.13.2/assets/minecraft/models/item/nether_star.json b/1.13.2/assets/minecraft/models/item/nether_star.json new file mode 100644 index 00000000..807bb552 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/nether_star.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/nether_star" + } +} diff --git a/1.13.2/assets/minecraft/models/item/nether_wart.json b/1.13.2/assets/minecraft/models/item/nether_wart.json new file mode 100644 index 00000000..6eab9bae --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/nether_wart.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/nether_wart" + } +} diff --git a/1.13.2/assets/minecraft/models/item/nether_wart_block.json b/1.13.2/assets/minecraft/models/item/nether_wart_block.json new file mode 100644 index 00000000..59d06758 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/nether_wart_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/nether_wart_block" +} diff --git a/1.13.2/assets/minecraft/models/item/netherrack.json b/1.13.2/assets/minecraft/models/item/netherrack.json new file mode 100644 index 00000000..78d36f4c --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/netherrack.json @@ -0,0 +1,3 @@ +{ + "parent": "block/netherrack" +} diff --git a/1.13.2/assets/minecraft/models/item/note_block.json b/1.13.2/assets/minecraft/models/item/note_block.json new file mode 100644 index 00000000..b57f660e --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/note_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/note_block" +} diff --git a/1.13.2/assets/minecraft/models/item/oak_boat.json b/1.13.2/assets/minecraft/models/item/oak_boat.json new file mode 100644 index 00000000..477c841a --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/oak_boat.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/oak_boat" + } +} diff --git a/1.13.2/assets/minecraft/models/item/oak_button.json b/1.13.2/assets/minecraft/models/item/oak_button.json new file mode 100644 index 00000000..f2099b22 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/oak_button.json @@ -0,0 +1,3 @@ +{ + "parent": "block/oak_button_inventory" +} diff --git a/1.13.2/assets/minecraft/models/item/oak_door.json b/1.13.2/assets/minecraft/models/item/oak_door.json new file mode 100644 index 00000000..baf3014d --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/oak_door.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/oak_door" + } +} diff --git a/1.13.2/assets/minecraft/models/item/oak_fence.json b/1.13.2/assets/minecraft/models/item/oak_fence.json new file mode 100644 index 00000000..f435a041 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/oak_fence.json @@ -0,0 +1,3 @@ +{ + "parent": "block/oak_fence_inventory" +} diff --git a/1.13.2/assets/minecraft/models/item/oak_fence_gate.json b/1.13.2/assets/minecraft/models/item/oak_fence_gate.json new file mode 100644 index 00000000..ba5952db --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/oak_fence_gate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/oak_fence_gate" +} diff --git a/1.13.2/assets/minecraft/models/item/oak_leaves.json b/1.13.2/assets/minecraft/models/item/oak_leaves.json new file mode 100644 index 00000000..fc608cc3 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/oak_leaves.json @@ -0,0 +1,3 @@ +{ + "parent": "block/oak_leaves" +} diff --git a/1.13.2/assets/minecraft/models/item/oak_log.json b/1.13.2/assets/minecraft/models/item/oak_log.json new file mode 100644 index 00000000..75791b39 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/oak_log.json @@ -0,0 +1,3 @@ +{ + "parent": "block/oak_log" +} diff --git a/1.13.2/assets/minecraft/models/item/oak_planks.json b/1.13.2/assets/minecraft/models/item/oak_planks.json new file mode 100644 index 00000000..9e0316c0 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/oak_planks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/oak_planks" +} diff --git a/1.13.2/assets/minecraft/models/item/oak_pressure_plate.json b/1.13.2/assets/minecraft/models/item/oak_pressure_plate.json new file mode 100644 index 00000000..16d0d430 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/oak_pressure_plate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/oak_pressure_plate" +} diff --git a/1.13.2/assets/minecraft/models/item/oak_sapling.json b/1.13.2/assets/minecraft/models/item/oak_sapling.json new file mode 100644 index 00000000..5a291202 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/oak_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/oak_sapling" + } +} diff --git a/1.13.2/assets/minecraft/models/item/oak_slab.json b/1.13.2/assets/minecraft/models/item/oak_slab.json new file mode 100644 index 00000000..db8c9859 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/oak_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/oak_slab" +} diff --git a/1.13.2/assets/minecraft/models/item/oak_stairs.json b/1.13.2/assets/minecraft/models/item/oak_stairs.json new file mode 100644 index 00000000..15add8b1 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/oak_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/oak_stairs" +} diff --git a/1.13.2/assets/minecraft/models/item/oak_trapdoor.json b/1.13.2/assets/minecraft/models/item/oak_trapdoor.json new file mode 100644 index 00000000..3967eb8e --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/oak_trapdoor.json @@ -0,0 +1,3 @@ +{ + "parent": "block/oak_trapdoor_bottom" +} diff --git a/1.13.2/assets/minecraft/models/item/oak_wood.json b/1.13.2/assets/minecraft/models/item/oak_wood.json new file mode 100644 index 00000000..06d6e8b5 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/oak_wood.json @@ -0,0 +1,3 @@ +{ + "parent": "block/oak_wood" +} diff --git a/1.13.2/assets/minecraft/models/item/observer.json b/1.13.2/assets/minecraft/models/item/observer.json new file mode 100644 index 00000000..6acbb70b --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/observer.json @@ -0,0 +1,3 @@ +{ + "parent": "block/observer" +} diff --git a/1.13.2/assets/minecraft/models/item/obsidian.json b/1.13.2/assets/minecraft/models/item/obsidian.json new file mode 100644 index 00000000..e800ae67 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/obsidian.json @@ -0,0 +1,3 @@ +{ + "parent": "block/obsidian" +} diff --git a/1.13.2/assets/minecraft/models/item/ocelot_spawn_egg.json b/1.13.2/assets/minecraft/models/item/ocelot_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/ocelot_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.13.2/assets/minecraft/models/item/orange_banner.json b/1.13.2/assets/minecraft/models/item/orange_banner.json new file mode 100644 index 00000000..9d43dcc2 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/orange_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_banner" +} diff --git a/1.13.2/assets/minecraft/models/item/orange_bed.json b/1.13.2/assets/minecraft/models/item/orange_bed.json new file mode 100644 index 00000000..b69c17a9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/orange_bed.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_bed" +} diff --git a/1.13.2/assets/minecraft/models/item/orange_carpet.json b/1.13.2/assets/minecraft/models/item/orange_carpet.json new file mode 100644 index 00000000..b85ed83e --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/orange_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/orange_carpet" +} diff --git a/1.13.2/assets/minecraft/models/item/orange_concrete.json b/1.13.2/assets/minecraft/models/item/orange_concrete.json new file mode 100644 index 00000000..a6a32ebd --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/orange_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "block/orange_concrete" +} diff --git a/1.13.2/assets/minecraft/models/item/orange_concrete_powder.json b/1.13.2/assets/minecraft/models/item/orange_concrete_powder.json new file mode 100644 index 00000000..d408b36d --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/orange_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "block/orange_concrete_powder" +} diff --git a/1.13.2/assets/minecraft/models/item/orange_dye.json b/1.13.2/assets/minecraft/models/item/orange_dye.json new file mode 100644 index 00000000..d5b1d010 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/orange_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/orange_dye" + } +} diff --git a/1.13.2/assets/minecraft/models/item/orange_glazed_terracotta.json b/1.13.2/assets/minecraft/models/item/orange_glazed_terracotta.json new file mode 100644 index 00000000..1bb279de --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/orange_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/orange_glazed_terracotta" +} diff --git a/1.13.2/assets/minecraft/models/item/orange_shulker_box.json b/1.13.2/assets/minecraft/models/item/orange_shulker_box.json new file mode 100644 index 00000000..f9818742 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/orange_shulker_box.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_shulker_box" +} diff --git a/1.13.2/assets/minecraft/models/item/orange_stained_glass.json b/1.13.2/assets/minecraft/models/item/orange_stained_glass.json new file mode 100644 index 00000000..9cc76c64 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/orange_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/orange_stained_glass" +} diff --git a/1.13.2/assets/minecraft/models/item/orange_stained_glass_pane.json b/1.13.2/assets/minecraft/models/item/orange_stained_glass_pane.json new file mode 100644 index 00000000..db2bfa3c --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/orange_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/orange_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/item/orange_terracotta.json b/1.13.2/assets/minecraft/models/item/orange_terracotta.json new file mode 100644 index 00000000..88229a35 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/orange_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/orange_terracotta" +} diff --git a/1.13.2/assets/minecraft/models/item/orange_tulip.json b/1.13.2/assets/minecraft/models/item/orange_tulip.json new file mode 100644 index 00000000..1554c34d --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/orange_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/orange_tulip" + } +} diff --git a/1.13.2/assets/minecraft/models/item/orange_wool.json b/1.13.2/assets/minecraft/models/item/orange_wool.json new file mode 100644 index 00000000..7957176d --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/orange_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/orange_wool" +} diff --git a/1.13.2/assets/minecraft/models/item/oxeye_daisy.json b/1.13.2/assets/minecraft/models/item/oxeye_daisy.json new file mode 100644 index 00000000..2f999840 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/oxeye_daisy.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/oxeye_daisy" + } +} diff --git a/1.13.2/assets/minecraft/models/item/packed_ice.json b/1.13.2/assets/minecraft/models/item/packed_ice.json new file mode 100644 index 00000000..be1aa0a1 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/packed_ice.json @@ -0,0 +1,3 @@ +{ + "parent": "block/packed_ice" +} diff --git a/1.13.2/assets/minecraft/models/item/painting.json b/1.13.2/assets/minecraft/models/item/painting.json new file mode 100644 index 00000000..834814e0 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/painting.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/painting" + } +} diff --git a/1.13.2/assets/minecraft/models/item/paper.json b/1.13.2/assets/minecraft/models/item/paper.json new file mode 100644 index 00000000..78937654 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/paper.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/paper" + } +} diff --git a/1.13.2/assets/minecraft/models/item/parrot_spawn_egg.json b/1.13.2/assets/minecraft/models/item/parrot_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/parrot_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.13.2/assets/minecraft/models/item/peony.json b/1.13.2/assets/minecraft/models/item/peony.json new file mode 100644 index 00000000..ca1c87a0 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/peony.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/peony_top" + } +} diff --git a/1.13.2/assets/minecraft/models/item/petrified_oak_slab.json b/1.13.2/assets/minecraft/models/item/petrified_oak_slab.json new file mode 100644 index 00000000..5da32299 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/petrified_oak_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/petrified_oak_slab" +} diff --git a/1.13.2/assets/minecraft/models/item/phantom_membrane.json b/1.13.2/assets/minecraft/models/item/phantom_membrane.json new file mode 100644 index 00000000..a28cd8e9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/phantom_membrane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/phantom_membrane" + } +} diff --git a/1.13.2/assets/minecraft/models/item/phantom_spawn_egg.json b/1.13.2/assets/minecraft/models/item/phantom_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/phantom_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.13.2/assets/minecraft/models/item/pig_spawn_egg.json b/1.13.2/assets/minecraft/models/item/pig_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/pig_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.13.2/assets/minecraft/models/item/pink_banner.json b/1.13.2/assets/minecraft/models/item/pink_banner.json new file mode 100644 index 00000000..9d43dcc2 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/pink_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_banner" +} diff --git a/1.13.2/assets/minecraft/models/item/pink_bed.json b/1.13.2/assets/minecraft/models/item/pink_bed.json new file mode 100644 index 00000000..b69c17a9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/pink_bed.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_bed" +} diff --git a/1.13.2/assets/minecraft/models/item/pink_carpet.json b/1.13.2/assets/minecraft/models/item/pink_carpet.json new file mode 100644 index 00000000..e0bb7110 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/pink_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/pink_carpet" +} diff --git a/1.13.2/assets/minecraft/models/item/pink_concrete.json b/1.13.2/assets/minecraft/models/item/pink_concrete.json new file mode 100644 index 00000000..40b3ad6e --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/pink_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "block/pink_concrete" +} diff --git a/1.13.2/assets/minecraft/models/item/pink_concrete_powder.json b/1.13.2/assets/minecraft/models/item/pink_concrete_powder.json new file mode 100644 index 00000000..54b09057 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/pink_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "block/pink_concrete_powder" +} diff --git a/1.13.2/assets/minecraft/models/item/pink_dye.json b/1.13.2/assets/minecraft/models/item/pink_dye.json new file mode 100644 index 00000000..bbab5b46 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/pink_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/pink_dye" + } +} diff --git a/1.13.2/assets/minecraft/models/item/pink_glazed_terracotta.json b/1.13.2/assets/minecraft/models/item/pink_glazed_terracotta.json new file mode 100644 index 00000000..b892533a --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/pink_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/pink_glazed_terracotta" +} diff --git a/1.13.2/assets/minecraft/models/item/pink_shulker_box.json b/1.13.2/assets/minecraft/models/item/pink_shulker_box.json new file mode 100644 index 00000000..f9818742 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/pink_shulker_box.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_shulker_box" +} diff --git a/1.13.2/assets/minecraft/models/item/pink_stained_glass.json b/1.13.2/assets/minecraft/models/item/pink_stained_glass.json new file mode 100644 index 00000000..10de7cff --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/pink_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/pink_stained_glass" +} diff --git a/1.13.2/assets/minecraft/models/item/pink_stained_glass_pane.json b/1.13.2/assets/minecraft/models/item/pink_stained_glass_pane.json new file mode 100644 index 00000000..0cc281ba --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/pink_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/pink_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/item/pink_terracotta.json b/1.13.2/assets/minecraft/models/item/pink_terracotta.json new file mode 100644 index 00000000..868619cc --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/pink_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/pink_terracotta" +} diff --git a/1.13.2/assets/minecraft/models/item/pink_tulip.json b/1.13.2/assets/minecraft/models/item/pink_tulip.json new file mode 100644 index 00000000..dd6b1705 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/pink_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/pink_tulip" + } +} diff --git a/1.13.2/assets/minecraft/models/item/pink_wool.json b/1.13.2/assets/minecraft/models/item/pink_wool.json new file mode 100644 index 00000000..fced1886 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/pink_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/pink_wool" +} diff --git a/1.13.2/assets/minecraft/models/item/piston.json b/1.13.2/assets/minecraft/models/item/piston.json new file mode 100644 index 00000000..2e965e0f --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/piston.json @@ -0,0 +1,3 @@ +{ + "parent": "block/piston_inventory" +} diff --git a/1.13.2/assets/minecraft/models/item/player_head.json b/1.13.2/assets/minecraft/models/item/player_head.json new file mode 100644 index 00000000..8efea47e --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/player_head.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_skull" +} diff --git a/1.13.2/assets/minecraft/models/item/podzol.json b/1.13.2/assets/minecraft/models/item/podzol.json new file mode 100644 index 00000000..a2a5c01a --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/podzol.json @@ -0,0 +1,3 @@ +{ + "parent": "block/podzol" +} diff --git a/1.13.2/assets/minecraft/models/item/poisonous_potato.json b/1.13.2/assets/minecraft/models/item/poisonous_potato.json new file mode 100644 index 00000000..bf40cd80 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/poisonous_potato.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/poisonous_potato" + } +} diff --git a/1.13.2/assets/minecraft/models/item/polar_bear_spawn_egg.json b/1.13.2/assets/minecraft/models/item/polar_bear_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/polar_bear_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.13.2/assets/minecraft/models/item/polished_andesite.json b/1.13.2/assets/minecraft/models/item/polished_andesite.json new file mode 100644 index 00000000..88685dfe --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/polished_andesite.json @@ -0,0 +1,3 @@ +{ + "parent": "block/polished_andesite" +} diff --git a/1.13.2/assets/minecraft/models/item/polished_diorite.json b/1.13.2/assets/minecraft/models/item/polished_diorite.json new file mode 100644 index 00000000..4aa1756c --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/polished_diorite.json @@ -0,0 +1,3 @@ +{ + "parent": "block/polished_diorite" +} diff --git a/1.13.2/assets/minecraft/models/item/polished_granite.json b/1.13.2/assets/minecraft/models/item/polished_granite.json new file mode 100644 index 00000000..35bc90d0 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/polished_granite.json @@ -0,0 +1,3 @@ +{ + "parent": "block/polished_granite" +} diff --git a/1.13.2/assets/minecraft/models/item/popped_chorus_fruit.json b/1.13.2/assets/minecraft/models/item/popped_chorus_fruit.json new file mode 100644 index 00000000..017089ee --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/popped_chorus_fruit.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/popped_chorus_fruit" + } +} diff --git a/1.13.2/assets/minecraft/models/item/poppy.json b/1.13.2/assets/minecraft/models/item/poppy.json new file mode 100644 index 00000000..fa9cdcb2 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/poppy.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/poppy" + } +} diff --git a/1.13.2/assets/minecraft/models/item/porkchop.json b/1.13.2/assets/minecraft/models/item/porkchop.json new file mode 100644 index 00000000..e84f06fc --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/porkchop.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/porkchop" + } +} diff --git a/1.13.2/assets/minecraft/models/item/potato.json b/1.13.2/assets/minecraft/models/item/potato.json new file mode 100644 index 00000000..306b5748 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/potato.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/potato" + } +} diff --git a/1.13.2/assets/minecraft/models/item/potion.json b/1.13.2/assets/minecraft/models/item/potion.json new file mode 100644 index 00000000..73c2a578 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/potion.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/potion_overlay", + "layer1": "item/potion" + } +} diff --git a/1.13.2/assets/minecraft/models/item/powered_rail.json b/1.13.2/assets/minecraft/models/item/powered_rail.json new file mode 100644 index 00000000..2f08ac93 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/powered_rail.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/powered_rail" + } +} diff --git a/1.13.2/assets/minecraft/models/item/prismarine.json b/1.13.2/assets/minecraft/models/item/prismarine.json new file mode 100644 index 00000000..1e9f3c29 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/prismarine.json @@ -0,0 +1,3 @@ +{ + "parent": "block/prismarine" +} diff --git a/1.13.2/assets/minecraft/models/item/prismarine_brick_slab.json b/1.13.2/assets/minecraft/models/item/prismarine_brick_slab.json new file mode 100644 index 00000000..977898e9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/prismarine_brick_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/prismarine_brick_slab" +} diff --git a/1.13.2/assets/minecraft/models/item/prismarine_brick_stairs.json b/1.13.2/assets/minecraft/models/item/prismarine_brick_stairs.json new file mode 100644 index 00000000..8aa591bc --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/prismarine_brick_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/prismarine_brick_stairs" +} diff --git a/1.13.2/assets/minecraft/models/item/prismarine_bricks.json b/1.13.2/assets/minecraft/models/item/prismarine_bricks.json new file mode 100644 index 00000000..b741335b --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/prismarine_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/prismarine_bricks" +} diff --git a/1.13.2/assets/minecraft/models/item/prismarine_crystals.json b/1.13.2/assets/minecraft/models/item/prismarine_crystals.json new file mode 100644 index 00000000..bb8e7127 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/prismarine_crystals.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/prismarine_crystals" + } +} diff --git a/1.13.2/assets/minecraft/models/item/prismarine_shard.json b/1.13.2/assets/minecraft/models/item/prismarine_shard.json new file mode 100644 index 00000000..7c5bd9d9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/prismarine_shard.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/prismarine_shard" + } +} diff --git a/1.13.2/assets/minecraft/models/item/prismarine_slab.json b/1.13.2/assets/minecraft/models/item/prismarine_slab.json new file mode 100644 index 00000000..eeb5b5a2 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/prismarine_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/prismarine_slab" +} diff --git a/1.13.2/assets/minecraft/models/item/prismarine_stairs.json b/1.13.2/assets/minecraft/models/item/prismarine_stairs.json new file mode 100644 index 00000000..47c8e67d --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/prismarine_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/prismarine_stairs" +} diff --git a/1.13.2/assets/minecraft/models/item/pufferfish.json b/1.13.2/assets/minecraft/models/item/pufferfish.json new file mode 100644 index 00000000..a611f2c1 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/pufferfish.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/pufferfish" + } +} diff --git a/1.13.2/assets/minecraft/models/item/pufferfish_bucket.json b/1.13.2/assets/minecraft/models/item/pufferfish_bucket.json new file mode 100644 index 00000000..17e84cc0 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/pufferfish_bucket.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/pufferfish_bucket" + } +} diff --git a/1.13.2/assets/minecraft/models/item/pufferfish_spawn_egg.json b/1.13.2/assets/minecraft/models/item/pufferfish_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/pufferfish_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.13.2/assets/minecraft/models/item/pumpkin.json b/1.13.2/assets/minecraft/models/item/pumpkin.json new file mode 100644 index 00000000..536a355e --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/pumpkin.json @@ -0,0 +1,3 @@ +{ + "parent": "block/pumpkin" +} diff --git a/1.13.2/assets/minecraft/models/item/pumpkin_pie.json b/1.13.2/assets/minecraft/models/item/pumpkin_pie.json new file mode 100644 index 00000000..68f6e3ef --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/pumpkin_pie.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/pumpkin_pie" + } +} diff --git a/1.13.2/assets/minecraft/models/item/pumpkin_seeds.json b/1.13.2/assets/minecraft/models/item/pumpkin_seeds.json new file mode 100644 index 00000000..3db2be62 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/pumpkin_seeds.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/pumpkin_seeds" + } +} diff --git a/1.13.2/assets/minecraft/models/item/purple_banner.json b/1.13.2/assets/minecraft/models/item/purple_banner.json new file mode 100644 index 00000000..9d43dcc2 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/purple_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_banner" +} diff --git a/1.13.2/assets/minecraft/models/item/purple_bed.json b/1.13.2/assets/minecraft/models/item/purple_bed.json new file mode 100644 index 00000000..b69c17a9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/purple_bed.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_bed" +} diff --git a/1.13.2/assets/minecraft/models/item/purple_carpet.json b/1.13.2/assets/minecraft/models/item/purple_carpet.json new file mode 100644 index 00000000..953463b9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/purple_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/purple_carpet" +} diff --git a/1.13.2/assets/minecraft/models/item/purple_concrete.json b/1.13.2/assets/minecraft/models/item/purple_concrete.json new file mode 100644 index 00000000..36a42e84 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/purple_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "block/purple_concrete" +} diff --git a/1.13.2/assets/minecraft/models/item/purple_concrete_powder.json b/1.13.2/assets/minecraft/models/item/purple_concrete_powder.json new file mode 100644 index 00000000..ea90e5da --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/purple_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "block/purple_concrete_powder" +} diff --git a/1.13.2/assets/minecraft/models/item/purple_dye.json b/1.13.2/assets/minecraft/models/item/purple_dye.json new file mode 100644 index 00000000..ff4865e8 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/purple_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/purple_dye" + } +} diff --git a/1.13.2/assets/minecraft/models/item/purple_glazed_terracotta.json b/1.13.2/assets/minecraft/models/item/purple_glazed_terracotta.json new file mode 100644 index 00000000..867f8bb7 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/purple_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/purple_glazed_terracotta" +} diff --git a/1.13.2/assets/minecraft/models/item/purple_shulker_box.json b/1.13.2/assets/minecraft/models/item/purple_shulker_box.json new file mode 100644 index 00000000..f9818742 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/purple_shulker_box.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_shulker_box" +} diff --git a/1.13.2/assets/minecraft/models/item/purple_stained_glass.json b/1.13.2/assets/minecraft/models/item/purple_stained_glass.json new file mode 100644 index 00000000..0fa8f9ab --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/purple_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/purple_stained_glass" +} diff --git a/1.13.2/assets/minecraft/models/item/purple_stained_glass_pane.json b/1.13.2/assets/minecraft/models/item/purple_stained_glass_pane.json new file mode 100644 index 00000000..1a2587fd --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/purple_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/purple_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/item/purple_terracotta.json b/1.13.2/assets/minecraft/models/item/purple_terracotta.json new file mode 100644 index 00000000..5670b48a --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/purple_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/purple_terracotta" +} diff --git a/1.13.2/assets/minecraft/models/item/purple_wool.json b/1.13.2/assets/minecraft/models/item/purple_wool.json new file mode 100644 index 00000000..087e3a64 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/purple_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/purple_wool" +} diff --git a/1.13.2/assets/minecraft/models/item/purpur_block.json b/1.13.2/assets/minecraft/models/item/purpur_block.json new file mode 100644 index 00000000..11e96329 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/purpur_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/purpur_block" +} diff --git a/1.13.2/assets/minecraft/models/item/purpur_pillar.json b/1.13.2/assets/minecraft/models/item/purpur_pillar.json new file mode 100644 index 00000000..55c4a923 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/purpur_pillar.json @@ -0,0 +1,3 @@ +{ + "parent": "block/purpur_pillar" +} diff --git a/1.13.2/assets/minecraft/models/item/purpur_slab.json b/1.13.2/assets/minecraft/models/item/purpur_slab.json new file mode 100644 index 00000000..876b6daf --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/purpur_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/purpur_slab" +} diff --git a/1.13.2/assets/minecraft/models/item/purpur_stairs.json b/1.13.2/assets/minecraft/models/item/purpur_stairs.json new file mode 100644 index 00000000..fd71ac3a --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/purpur_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/purpur_stairs" +} diff --git a/1.13.2/assets/minecraft/models/item/quartz.json b/1.13.2/assets/minecraft/models/item/quartz.json new file mode 100644 index 00000000..137c24ed --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/quartz.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/quartz" + } +} diff --git a/1.13.2/assets/minecraft/models/item/quartz_block.json b/1.13.2/assets/minecraft/models/item/quartz_block.json new file mode 100644 index 00000000..b53a8082 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/quartz_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/quartz_block" +} diff --git a/1.13.2/assets/minecraft/models/item/quartz_pillar.json b/1.13.2/assets/minecraft/models/item/quartz_pillar.json new file mode 100644 index 00000000..0ed5aea2 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/quartz_pillar.json @@ -0,0 +1,3 @@ +{ + "parent": "block/quartz_pillar" +} diff --git a/1.13.2/assets/minecraft/models/item/quartz_slab.json b/1.13.2/assets/minecraft/models/item/quartz_slab.json new file mode 100644 index 00000000..c0249f37 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/quartz_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/quartz_slab" +} diff --git a/1.13.2/assets/minecraft/models/item/quartz_stairs.json b/1.13.2/assets/minecraft/models/item/quartz_stairs.json new file mode 100644 index 00000000..4fb792ed --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/quartz_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/quartz_stairs" +} diff --git a/1.13.2/assets/minecraft/models/item/rabbit.json b/1.13.2/assets/minecraft/models/item/rabbit.json new file mode 100644 index 00000000..19089e83 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/rabbit.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/rabbit" + } +} diff --git a/1.13.2/assets/minecraft/models/item/rabbit_foot.json b/1.13.2/assets/minecraft/models/item/rabbit_foot.json new file mode 100644 index 00000000..f336d38e --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/rabbit_foot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/rabbit_foot" + } +} diff --git a/1.13.2/assets/minecraft/models/item/rabbit_hide.json b/1.13.2/assets/minecraft/models/item/rabbit_hide.json new file mode 100644 index 00000000..96737868 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/rabbit_hide.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/rabbit_hide" + } +} diff --git a/1.13.2/assets/minecraft/models/item/rabbit_spawn_egg.json b/1.13.2/assets/minecraft/models/item/rabbit_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/rabbit_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.13.2/assets/minecraft/models/item/rabbit_stew.json b/1.13.2/assets/minecraft/models/item/rabbit_stew.json new file mode 100644 index 00000000..7de122f3 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/rabbit_stew.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/rabbit_stew" + } +} diff --git a/1.13.2/assets/minecraft/models/item/rail.json b/1.13.2/assets/minecraft/models/item/rail.json new file mode 100644 index 00000000..e3c8b3e7 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/rail.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/rail" + } +} diff --git a/1.13.2/assets/minecraft/models/item/red_banner.json b/1.13.2/assets/minecraft/models/item/red_banner.json new file mode 100644 index 00000000..9d43dcc2 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/red_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_banner" +} diff --git a/1.13.2/assets/minecraft/models/item/red_bed.json b/1.13.2/assets/minecraft/models/item/red_bed.json new file mode 100644 index 00000000..b69c17a9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/red_bed.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_bed" +} diff --git a/1.13.2/assets/minecraft/models/item/red_carpet.json b/1.13.2/assets/minecraft/models/item/red_carpet.json new file mode 100644 index 00000000..76ae3351 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/red_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_carpet" +} diff --git a/1.13.2/assets/minecraft/models/item/red_concrete.json b/1.13.2/assets/minecraft/models/item/red_concrete.json new file mode 100644 index 00000000..8ce646ad --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/red_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_concrete" +} diff --git a/1.13.2/assets/minecraft/models/item/red_concrete_powder.json b/1.13.2/assets/minecraft/models/item/red_concrete_powder.json new file mode 100644 index 00000000..736b4b6c --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/red_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_concrete_powder" +} diff --git a/1.13.2/assets/minecraft/models/item/red_glazed_terracotta.json b/1.13.2/assets/minecraft/models/item/red_glazed_terracotta.json new file mode 100644 index 00000000..90c6fa53 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/red_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_glazed_terracotta" +} diff --git a/1.13.2/assets/minecraft/models/item/red_mushroom.json b/1.13.2/assets/minecraft/models/item/red_mushroom.json new file mode 100644 index 00000000..f03e9508 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/red_mushroom.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/red_mushroom" + } +} diff --git a/1.13.2/assets/minecraft/models/item/red_mushroom_block.json b/1.13.2/assets/minecraft/models/item/red_mushroom_block.json new file mode 100644 index 00000000..4c2f15dd --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/red_mushroom_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_mushroom_block_inventory" +} diff --git a/1.13.2/assets/minecraft/models/item/red_nether_bricks.json b/1.13.2/assets/minecraft/models/item/red_nether_bricks.json new file mode 100644 index 00000000..a44eac72 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/red_nether_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_nether_bricks" +} diff --git a/1.13.2/assets/minecraft/models/item/red_sand.json b/1.13.2/assets/minecraft/models/item/red_sand.json new file mode 100644 index 00000000..1a5296f0 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/red_sand.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_sand" +} diff --git a/1.13.2/assets/minecraft/models/item/red_sandstone.json b/1.13.2/assets/minecraft/models/item/red_sandstone.json new file mode 100644 index 00000000..b43e1c49 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/red_sandstone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_sandstone" +} diff --git a/1.13.2/assets/minecraft/models/item/red_sandstone_slab.json b/1.13.2/assets/minecraft/models/item/red_sandstone_slab.json new file mode 100644 index 00000000..f7a049d5 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/red_sandstone_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_sandstone_slab" +} diff --git a/1.13.2/assets/minecraft/models/item/red_sandstone_stairs.json b/1.13.2/assets/minecraft/models/item/red_sandstone_stairs.json new file mode 100644 index 00000000..b3fb4a38 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/red_sandstone_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_sandstone_stairs" +} diff --git a/1.13.2/assets/minecraft/models/item/red_shulker_box.json b/1.13.2/assets/minecraft/models/item/red_shulker_box.json new file mode 100644 index 00000000..f9818742 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/red_shulker_box.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_shulker_box" +} diff --git a/1.13.2/assets/minecraft/models/item/red_stained_glass.json b/1.13.2/assets/minecraft/models/item/red_stained_glass.json new file mode 100644 index 00000000..1ee7d90f --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/red_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_stained_glass" +} diff --git a/1.13.2/assets/minecraft/models/item/red_stained_glass_pane.json b/1.13.2/assets/minecraft/models/item/red_stained_glass_pane.json new file mode 100644 index 00000000..6c14eb08 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/red_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/red_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/item/red_terracotta.json b/1.13.2/assets/minecraft/models/item/red_terracotta.json new file mode 100644 index 00000000..0ab4d296 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/red_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_terracotta" +} diff --git a/1.13.2/assets/minecraft/models/item/red_tulip.json b/1.13.2/assets/minecraft/models/item/red_tulip.json new file mode 100644 index 00000000..0b462dbb --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/red_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/red_tulip" + } +} diff --git a/1.13.2/assets/minecraft/models/item/red_wool.json b/1.13.2/assets/minecraft/models/item/red_wool.json new file mode 100644 index 00000000..108f67db --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/red_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_wool" +} diff --git a/1.13.2/assets/minecraft/models/item/redstone.json b/1.13.2/assets/minecraft/models/item/redstone.json new file mode 100644 index 00000000..843be359 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/redstone.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/redstone" + } +} diff --git a/1.13.2/assets/minecraft/models/item/redstone_block.json b/1.13.2/assets/minecraft/models/item/redstone_block.json new file mode 100644 index 00000000..3ebc09a2 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/redstone_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/redstone_block" +} diff --git a/1.13.2/assets/minecraft/models/item/redstone_lamp.json b/1.13.2/assets/minecraft/models/item/redstone_lamp.json new file mode 100644 index 00000000..ba0354a7 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/redstone_lamp.json @@ -0,0 +1,3 @@ +{ + "parent": "block/redstone_lamp" +} diff --git a/1.13.2/assets/minecraft/models/item/redstone_ore.json b/1.13.2/assets/minecraft/models/item/redstone_ore.json new file mode 100644 index 00000000..223d3de3 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/redstone_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "block/redstone_ore" +} diff --git a/1.13.2/assets/minecraft/models/item/redstone_torch.json b/1.13.2/assets/minecraft/models/item/redstone_torch.json new file mode 100644 index 00000000..d721d089 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/redstone_torch.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/redstone_torch" + } +} diff --git a/1.13.2/assets/minecraft/models/item/repeater.json b/1.13.2/assets/minecraft/models/item/repeater.json new file mode 100644 index 00000000..8c105b79 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/repeater.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/repeater" + } +} diff --git a/1.13.2/assets/minecraft/models/item/repeating_command_block.json b/1.13.2/assets/minecraft/models/item/repeating_command_block.json new file mode 100644 index 00000000..8c277f8b --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/repeating_command_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/repeating_command_block" +} diff --git a/1.13.2/assets/minecraft/models/item/rose_bush.json b/1.13.2/assets/minecraft/models/item/rose_bush.json new file mode 100644 index 00000000..51e755dc --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/rose_bush.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/rose_bush_top" + } +} diff --git a/1.13.2/assets/minecraft/models/item/rose_red.json b/1.13.2/assets/minecraft/models/item/rose_red.json new file mode 100644 index 00000000..d488a390 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/rose_red.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/rose_red" + } +} diff --git a/1.13.2/assets/minecraft/models/item/rotten_flesh.json b/1.13.2/assets/minecraft/models/item/rotten_flesh.json new file mode 100644 index 00000000..5a8e7aeb --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/rotten_flesh.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/rotten_flesh" + } +} diff --git a/1.13.2/assets/minecraft/models/item/saddle.json b/1.13.2/assets/minecraft/models/item/saddle.json new file mode 100644 index 00000000..774985c5 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/saddle.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/saddle" + } +} diff --git a/1.13.2/assets/minecraft/models/item/salmon.json b/1.13.2/assets/minecraft/models/item/salmon.json new file mode 100644 index 00000000..2c6dc2ad --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/salmon.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/salmon" + } +} diff --git a/1.13.2/assets/minecraft/models/item/salmon_bucket.json b/1.13.2/assets/minecraft/models/item/salmon_bucket.json new file mode 100644 index 00000000..80eacf73 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/salmon_bucket.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/salmon_bucket" + } +} diff --git a/1.13.2/assets/minecraft/models/item/salmon_spawn_egg.json b/1.13.2/assets/minecraft/models/item/salmon_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/salmon_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.13.2/assets/minecraft/models/item/sand.json b/1.13.2/assets/minecraft/models/item/sand.json new file mode 100644 index 00000000..813ae503 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/sand.json @@ -0,0 +1,3 @@ +{ + "parent": "block/sand" +} diff --git a/1.13.2/assets/minecraft/models/item/sandstone.json b/1.13.2/assets/minecraft/models/item/sandstone.json new file mode 100644 index 00000000..250d42f4 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/sandstone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/sandstone" +} diff --git a/1.13.2/assets/minecraft/models/item/sandstone_slab.json b/1.13.2/assets/minecraft/models/item/sandstone_slab.json new file mode 100644 index 00000000..f53b3726 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/sandstone_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/sandstone_slab" +} diff --git a/1.13.2/assets/minecraft/models/item/sandstone_stairs.json b/1.13.2/assets/minecraft/models/item/sandstone_stairs.json new file mode 100644 index 00000000..18ab6848 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/sandstone_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/sandstone_stairs" +} diff --git a/1.13.2/assets/minecraft/models/item/scute.json b/1.13.2/assets/minecraft/models/item/scute.json new file mode 100644 index 00000000..a0b399ef --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/scute.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/scute" + } +} diff --git a/1.13.2/assets/minecraft/models/item/sea_lantern.json b/1.13.2/assets/minecraft/models/item/sea_lantern.json new file mode 100644 index 00000000..8ce7df3b --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/sea_lantern.json @@ -0,0 +1,3 @@ +{ + "parent": "block/sea_lantern" +} diff --git a/1.13.2/assets/minecraft/models/item/sea_pickle.json b/1.13.2/assets/minecraft/models/item/sea_pickle.json new file mode 100644 index 00000000..4337017c --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/sea_pickle.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/sea_pickle" + } +} diff --git a/1.13.2/assets/minecraft/models/item/seagrass.json b/1.13.2/assets/minecraft/models/item/seagrass.json new file mode 100644 index 00000000..2a7d6790 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/seagrass.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/seagrass" + } +} diff --git a/1.13.2/assets/minecraft/models/item/shears.json b/1.13.2/assets/minecraft/models/item/shears.json new file mode 100644 index 00000000..0a90d0a9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/shears.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/shears" + } +} diff --git a/1.13.2/assets/minecraft/models/item/sheep_spawn_egg.json b/1.13.2/assets/minecraft/models/item/sheep_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/sheep_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.13.2/assets/minecraft/models/item/shield.json b/1.13.2/assets/minecraft/models/item/shield.json new file mode 100644 index 00000000..0914c10e --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/shield.json @@ -0,0 +1,48 @@ +{ + "parent": "builtin/entity", + "display": { + "thirdperson_righthand": { + "rotation": [ 0, 90, 0 ], + "translation": [ 10, 6, -4 ], + "scale": [ 1, 1, 1 ] + }, + "thirdperson_lefthand": { + "rotation": [ 0, 90, 0 ], + "translation": [ 10, 6, 12 ], + "scale": [ 1, 1, 1 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 180, 5 ], + "translation": [ -10, 2, -10 ], + "scale": [ 1.25, 1.25, 1.25 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, 180, 5 ], + "translation": [ 10, 0, -10 ], + "scale": [ 1.25, 1.25, 1.25 ] + }, + "gui": { + "rotation": [ 15, -25, -5 ], + "translation": [ 2, 3, 0 ], + "scale": [ 0.65, 0.65, 0.65 ] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "translation": [ -2, 4, -5], + "scale":[ 0.5, 0.5, 0.5] + }, + "ground": { + "rotation": [ 0, 0, 0 ], + "translation": [ 4, 4, 2], + "scale":[ 0.25, 0.25, 0.25] + } + }, + "overrides": [ + { + "predicate": { + "blocking": 1 + }, + "model": "item/shield_blocking" + } + ] +} diff --git a/1.13.2/assets/minecraft/models/item/shield_blocking.json b/1.13.2/assets/minecraft/models/item/shield_blocking.json new file mode 100644 index 00000000..277a2544 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/shield_blocking.json @@ -0,0 +1,30 @@ +{ + "parent": "builtin/entity", + "display": { + "thirdperson_righthand": { + "rotation": [ 45, 135, 0 ], + "translation": [ 3.51, 11, -2 ], + "scale": [ 1, 1, 1 ] + }, + "thirdperson_lefthand": { + "rotation": [ 45, 135, 0 ], + "translation": [ 13.51, 3, 5 ], + "scale": [ 1, 1, 1 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 180, -5 ], + "translation": [ -15, 5, -11 ], + "scale": [ 1.25, 1.25, 1.25 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, 180, -5 ], + "translation": [ 5, 5, -11 ], + "scale": [ 1.25, 1.25, 1.25 ] + }, + "gui": { + "rotation": [ 15, -25, -5 ], + "translation": [ 2, 3, 0 ], + "scale": [ 0.65, 0.65, 0.65 ] + } + } +} diff --git a/1.13.2/assets/minecraft/models/item/shulker_box.json b/1.13.2/assets/minecraft/models/item/shulker_box.json new file mode 100644 index 00000000..f9818742 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/shulker_box.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_shulker_box" +} diff --git a/1.13.2/assets/minecraft/models/item/shulker_shell.json b/1.13.2/assets/minecraft/models/item/shulker_shell.json new file mode 100644 index 00000000..34f189cd --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/shulker_shell.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/shulker_shell" + } +} diff --git a/1.13.2/assets/minecraft/models/item/shulker_spawn_egg.json b/1.13.2/assets/minecraft/models/item/shulker_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/shulker_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.13.2/assets/minecraft/models/item/sign.json b/1.13.2/assets/minecraft/models/item/sign.json new file mode 100644 index 00000000..6fa95c13 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/sign.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/sign" + } +} diff --git a/1.13.2/assets/minecraft/models/item/silverfish_spawn_egg.json b/1.13.2/assets/minecraft/models/item/silverfish_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/silverfish_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.13.2/assets/minecraft/models/item/skeleton_horse_spawn_egg.json b/1.13.2/assets/minecraft/models/item/skeleton_horse_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/skeleton_horse_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.13.2/assets/minecraft/models/item/skeleton_skull.json b/1.13.2/assets/minecraft/models/item/skeleton_skull.json new file mode 100644 index 00000000..8efea47e --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/skeleton_skull.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_skull" +} diff --git a/1.13.2/assets/minecraft/models/item/skeleton_spawn_egg.json b/1.13.2/assets/minecraft/models/item/skeleton_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/skeleton_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.13.2/assets/minecraft/models/item/slime_ball.json b/1.13.2/assets/minecraft/models/item/slime_ball.json new file mode 100644 index 00000000..d78a213a --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/slime_ball.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/slime_ball" + } +} diff --git a/1.13.2/assets/minecraft/models/item/slime_block.json b/1.13.2/assets/minecraft/models/item/slime_block.json new file mode 100644 index 00000000..3958f32f --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/slime_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/slime_block" +} diff --git a/1.13.2/assets/minecraft/models/item/slime_spawn_egg.json b/1.13.2/assets/minecraft/models/item/slime_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/slime_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.13.2/assets/minecraft/models/item/smooth_quartz.json b/1.13.2/assets/minecraft/models/item/smooth_quartz.json new file mode 100644 index 00000000..616924fe --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/smooth_quartz.json @@ -0,0 +1,3 @@ +{ + "parent": "block/smooth_quartz" +} diff --git a/1.13.2/assets/minecraft/models/item/smooth_red_sandstone.json b/1.13.2/assets/minecraft/models/item/smooth_red_sandstone.json new file mode 100644 index 00000000..bf18b75a --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/smooth_red_sandstone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/smooth_red_sandstone" +} diff --git a/1.13.2/assets/minecraft/models/item/smooth_sandstone.json b/1.13.2/assets/minecraft/models/item/smooth_sandstone.json new file mode 100644 index 00000000..d830768c --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/smooth_sandstone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/smooth_sandstone" +} diff --git a/1.13.2/assets/minecraft/models/item/smooth_stone.json b/1.13.2/assets/minecraft/models/item/smooth_stone.json new file mode 100644 index 00000000..ba1c0ab9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/smooth_stone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/smooth_stone" +} diff --git a/1.13.2/assets/minecraft/models/item/snow.json b/1.13.2/assets/minecraft/models/item/snow.json new file mode 100644 index 00000000..af2f0121 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/snow.json @@ -0,0 +1,3 @@ +{ + "parent": "block/snow_height2" +} diff --git a/1.13.2/assets/minecraft/models/item/snow_block.json b/1.13.2/assets/minecraft/models/item/snow_block.json new file mode 100644 index 00000000..87b8ee66 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/snow_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/snow_block" +} diff --git a/1.13.2/assets/minecraft/models/item/snowball.json b/1.13.2/assets/minecraft/models/item/snowball.json new file mode 100644 index 00000000..54087cfd --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/snowball.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/snowball" + } +} diff --git a/1.13.2/assets/minecraft/models/item/soul_sand.json b/1.13.2/assets/minecraft/models/item/soul_sand.json new file mode 100644 index 00000000..bb214e31 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/soul_sand.json @@ -0,0 +1,3 @@ +{ + "parent": "block/soul_sand" +} diff --git a/1.13.2/assets/minecraft/models/item/spawner.json b/1.13.2/assets/minecraft/models/item/spawner.json new file mode 100644 index 00000000..ecd30956 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/spawner.json @@ -0,0 +1,3 @@ +{ + "parent": "block/spawner" +} diff --git a/1.13.2/assets/minecraft/models/item/spectral_arrow.json b/1.13.2/assets/minecraft/models/item/spectral_arrow.json new file mode 100644 index 00000000..d7b5f27d --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/spectral_arrow.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/spectral_arrow" + } +} diff --git a/1.13.2/assets/minecraft/models/item/spider_eye.json b/1.13.2/assets/minecraft/models/item/spider_eye.json new file mode 100644 index 00000000..a24bcb5f --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/spider_eye.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/spider_eye" + } +} diff --git a/1.13.2/assets/minecraft/models/item/spider_spawn_egg.json b/1.13.2/assets/minecraft/models/item/spider_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/spider_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.13.2/assets/minecraft/models/item/splash_potion.json b/1.13.2/assets/minecraft/models/item/splash_potion.json new file mode 100644 index 00000000..d9aaa6b8 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/splash_potion.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/potion_overlay", + "layer1": "item/splash_potion" + } +} diff --git a/1.13.2/assets/minecraft/models/item/sponge.json b/1.13.2/assets/minecraft/models/item/sponge.json new file mode 100644 index 00000000..be0af22f --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/sponge.json @@ -0,0 +1,3 @@ +{ + "parent": "block/sponge" +} diff --git a/1.13.2/assets/minecraft/models/item/spruce_boat.json b/1.13.2/assets/minecraft/models/item/spruce_boat.json new file mode 100644 index 00000000..fcb2815a --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/spruce_boat.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/spruce_boat" + } +} diff --git a/1.13.2/assets/minecraft/models/item/spruce_button.json b/1.13.2/assets/minecraft/models/item/spruce_button.json new file mode 100644 index 00000000..6a0b73c6 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/spruce_button.json @@ -0,0 +1,3 @@ +{ + "parent": "block/spruce_button_inventory" +} diff --git a/1.13.2/assets/minecraft/models/item/spruce_door.json b/1.13.2/assets/minecraft/models/item/spruce_door.json new file mode 100644 index 00000000..a2c5bf86 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/spruce_door.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/spruce_door" + } +} diff --git a/1.13.2/assets/minecraft/models/item/spruce_fence.json b/1.13.2/assets/minecraft/models/item/spruce_fence.json new file mode 100644 index 00000000..fccc7be6 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/spruce_fence.json @@ -0,0 +1,3 @@ +{ + "parent": "block/spruce_fence_inventory" +} diff --git a/1.13.2/assets/minecraft/models/item/spruce_fence_gate.json b/1.13.2/assets/minecraft/models/item/spruce_fence_gate.json new file mode 100644 index 00000000..18eecb81 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/spruce_fence_gate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/spruce_fence_gate" +} diff --git a/1.13.2/assets/minecraft/models/item/spruce_leaves.json b/1.13.2/assets/minecraft/models/item/spruce_leaves.json new file mode 100644 index 00000000..0fc2b066 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/spruce_leaves.json @@ -0,0 +1,3 @@ +{ + "parent": "block/spruce_leaves" +} diff --git a/1.13.2/assets/minecraft/models/item/spruce_log.json b/1.13.2/assets/minecraft/models/item/spruce_log.json new file mode 100644 index 00000000..702dccc4 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/spruce_log.json @@ -0,0 +1,3 @@ +{ + "parent": "block/spruce_log" +} diff --git a/1.13.2/assets/minecraft/models/item/spruce_planks.json b/1.13.2/assets/minecraft/models/item/spruce_planks.json new file mode 100644 index 00000000..05d60747 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/spruce_planks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/spruce_planks" +} diff --git a/1.13.2/assets/minecraft/models/item/spruce_pressure_plate.json b/1.13.2/assets/minecraft/models/item/spruce_pressure_plate.json new file mode 100644 index 00000000..05ecb9c5 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/spruce_pressure_plate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/spruce_pressure_plate" +} diff --git a/1.13.2/assets/minecraft/models/item/spruce_sapling.json b/1.13.2/assets/minecraft/models/item/spruce_sapling.json new file mode 100644 index 00000000..b03637c9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/spruce_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/spruce_sapling" + } +} diff --git a/1.13.2/assets/minecraft/models/item/spruce_slab.json b/1.13.2/assets/minecraft/models/item/spruce_slab.json new file mode 100644 index 00000000..4ad1bc91 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/spruce_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/spruce_slab" +} diff --git a/1.13.2/assets/minecraft/models/item/spruce_stairs.json b/1.13.2/assets/minecraft/models/item/spruce_stairs.json new file mode 100644 index 00000000..c69594a3 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/spruce_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/spruce_stairs" +} diff --git a/1.13.2/assets/minecraft/models/item/spruce_trapdoor.json b/1.13.2/assets/minecraft/models/item/spruce_trapdoor.json new file mode 100644 index 00000000..83dd4d02 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/spruce_trapdoor.json @@ -0,0 +1,3 @@ +{ + "parent": "block/spruce_trapdoor_bottom" +} diff --git a/1.13.2/assets/minecraft/models/item/spruce_wood.json b/1.13.2/assets/minecraft/models/item/spruce_wood.json new file mode 100644 index 00000000..eabcd7ce --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/spruce_wood.json @@ -0,0 +1,3 @@ +{ + "parent": "block/spruce_wood" +} diff --git a/1.13.2/assets/minecraft/models/item/squid_spawn_egg.json b/1.13.2/assets/minecraft/models/item/squid_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/squid_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.13.2/assets/minecraft/models/item/stick.json b/1.13.2/assets/minecraft/models/item/stick.json new file mode 100644 index 00000000..0f000b81 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/stick.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/stick" + } +} diff --git a/1.13.2/assets/minecraft/models/item/sticky_piston.json b/1.13.2/assets/minecraft/models/item/sticky_piston.json new file mode 100644 index 00000000..f55667a7 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/sticky_piston.json @@ -0,0 +1,3 @@ +{ + "parent": "block/sticky_piston_inventory" +} diff --git a/1.13.2/assets/minecraft/models/item/stone.json b/1.13.2/assets/minecraft/models/item/stone.json new file mode 100644 index 00000000..68982f03 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/stone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stone" +} diff --git a/1.13.2/assets/minecraft/models/item/stone_axe.json b/1.13.2/assets/minecraft/models/item/stone_axe.json new file mode 100644 index 00000000..2392a50a --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/stone_axe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/stone_axe" + } +} diff --git a/1.13.2/assets/minecraft/models/item/stone_brick_slab.json b/1.13.2/assets/minecraft/models/item/stone_brick_slab.json new file mode 100644 index 00000000..8adeb25c --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/stone_brick_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stone_brick_slab" +} diff --git a/1.13.2/assets/minecraft/models/item/stone_brick_stairs.json b/1.13.2/assets/minecraft/models/item/stone_brick_stairs.json new file mode 100644 index 00000000..30e682e1 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/stone_brick_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stone_brick_stairs" +} diff --git a/1.13.2/assets/minecraft/models/item/stone_bricks.json b/1.13.2/assets/minecraft/models/item/stone_bricks.json new file mode 100644 index 00000000..64b053db --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/stone_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stone_bricks" +} diff --git a/1.13.2/assets/minecraft/models/item/stone_button.json b/1.13.2/assets/minecraft/models/item/stone_button.json new file mode 100644 index 00000000..2ef9acb7 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/stone_button.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stone_button_inventory" +} diff --git a/1.13.2/assets/minecraft/models/item/stone_hoe.json b/1.13.2/assets/minecraft/models/item/stone_hoe.json new file mode 100644 index 00000000..644f0dfc --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/stone_hoe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/stone_hoe" + } +} diff --git a/1.13.2/assets/minecraft/models/item/stone_pickaxe.json b/1.13.2/assets/minecraft/models/item/stone_pickaxe.json new file mode 100644 index 00000000..f8555971 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/stone_pickaxe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/stone_pickaxe" + } +} diff --git a/1.13.2/assets/minecraft/models/item/stone_pressure_plate.json b/1.13.2/assets/minecraft/models/item/stone_pressure_plate.json new file mode 100644 index 00000000..ee6b52fa --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/stone_pressure_plate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stone_pressure_plate" +} diff --git a/1.13.2/assets/minecraft/models/item/stone_shovel.json b/1.13.2/assets/minecraft/models/item/stone_shovel.json new file mode 100644 index 00000000..0998a064 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/stone_shovel.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/stone_shovel" + } +} diff --git a/1.13.2/assets/minecraft/models/item/stone_slab.json b/1.13.2/assets/minecraft/models/item/stone_slab.json new file mode 100644 index 00000000..82ded8fe --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/stone_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stone_slab" +} diff --git a/1.13.2/assets/minecraft/models/item/stone_sword.json b/1.13.2/assets/minecraft/models/item/stone_sword.json new file mode 100644 index 00000000..07b51646 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/stone_sword.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/stone_sword" + } +} diff --git a/1.13.2/assets/minecraft/models/item/stray_spawn_egg.json b/1.13.2/assets/minecraft/models/item/stray_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/stray_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.13.2/assets/minecraft/models/item/string.json b/1.13.2/assets/minecraft/models/item/string.json new file mode 100644 index 00000000..c372e8b2 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/string.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/string" + } +} diff --git a/1.13.2/assets/minecraft/models/item/stripped_acacia_log.json b/1.13.2/assets/minecraft/models/item/stripped_acacia_log.json new file mode 100644 index 00000000..de28244d --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/stripped_acacia_log.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stripped_acacia_log" +} diff --git a/1.13.2/assets/minecraft/models/item/stripped_acacia_wood.json b/1.13.2/assets/minecraft/models/item/stripped_acacia_wood.json new file mode 100644 index 00000000..4cdb7d8f --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/stripped_acacia_wood.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stripped_acacia_wood" +} diff --git a/1.13.2/assets/minecraft/models/item/stripped_birch_log.json b/1.13.2/assets/minecraft/models/item/stripped_birch_log.json new file mode 100644 index 00000000..196df713 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/stripped_birch_log.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stripped_birch_log" +} diff --git a/1.13.2/assets/minecraft/models/item/stripped_birch_wood.json b/1.13.2/assets/minecraft/models/item/stripped_birch_wood.json new file mode 100644 index 00000000..1ce42d9a --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/stripped_birch_wood.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stripped_birch_wood" +} diff --git a/1.13.2/assets/minecraft/models/item/stripped_dark_oak_log.json b/1.13.2/assets/minecraft/models/item/stripped_dark_oak_log.json new file mode 100644 index 00000000..37644cd8 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/stripped_dark_oak_log.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stripped_dark_oak_log" +} diff --git a/1.13.2/assets/minecraft/models/item/stripped_dark_oak_wood.json b/1.13.2/assets/minecraft/models/item/stripped_dark_oak_wood.json new file mode 100644 index 00000000..27bcd03f --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/stripped_dark_oak_wood.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stripped_dark_oak_wood" +} diff --git a/1.13.2/assets/minecraft/models/item/stripped_jungle_log.json b/1.13.2/assets/minecraft/models/item/stripped_jungle_log.json new file mode 100644 index 00000000..aebe70c8 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/stripped_jungle_log.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stripped_jungle_log" +} diff --git a/1.13.2/assets/minecraft/models/item/stripped_jungle_wood.json b/1.13.2/assets/minecraft/models/item/stripped_jungle_wood.json new file mode 100644 index 00000000..43391624 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/stripped_jungle_wood.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stripped_jungle_wood" +} diff --git a/1.13.2/assets/minecraft/models/item/stripped_oak_log.json b/1.13.2/assets/minecraft/models/item/stripped_oak_log.json new file mode 100644 index 00000000..11882661 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/stripped_oak_log.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stripped_oak_log" +} diff --git a/1.13.2/assets/minecraft/models/item/stripped_oak_wood.json b/1.13.2/assets/minecraft/models/item/stripped_oak_wood.json new file mode 100644 index 00000000..fd1ba70f --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/stripped_oak_wood.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stripped_oak_wood" +} diff --git a/1.13.2/assets/minecraft/models/item/stripped_spruce_log.json b/1.13.2/assets/minecraft/models/item/stripped_spruce_log.json new file mode 100644 index 00000000..58f402f2 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/stripped_spruce_log.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stripped_spruce_log" +} diff --git a/1.13.2/assets/minecraft/models/item/stripped_spruce_wood.json b/1.13.2/assets/minecraft/models/item/stripped_spruce_wood.json new file mode 100644 index 00000000..33db75f7 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/stripped_spruce_wood.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stripped_spruce_wood" +} diff --git a/1.13.2/assets/minecraft/models/item/structure_block.json b/1.13.2/assets/minecraft/models/item/structure_block.json new file mode 100644 index 00000000..14bed985 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/structure_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/structure_block" +} diff --git a/1.13.2/assets/minecraft/models/item/structure_void.json b/1.13.2/assets/minecraft/models/item/structure_void.json new file mode 100644 index 00000000..155198b4 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/structure_void.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/structure_void" + } +} diff --git a/1.13.2/assets/minecraft/models/item/sugar.json b/1.13.2/assets/minecraft/models/item/sugar.json new file mode 100644 index 00000000..c3769929 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/sugar.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/sugar" + } +} diff --git a/1.13.2/assets/minecraft/models/item/sugar_cane.json b/1.13.2/assets/minecraft/models/item/sugar_cane.json new file mode 100644 index 00000000..bb54fd4b --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/sugar_cane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/sugar_cane" + } +} diff --git a/1.13.2/assets/minecraft/models/item/sunflower.json b/1.13.2/assets/minecraft/models/item/sunflower.json new file mode 100644 index 00000000..a383f464 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/sunflower.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/sunflower_front" + } +} diff --git a/1.13.2/assets/minecraft/models/item/tall_grass.json b/1.13.2/assets/minecraft/models/item/tall_grass.json new file mode 100644 index 00000000..f05c5028 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/tall_grass.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/tall_grass_top" + } +} diff --git a/1.13.2/assets/minecraft/models/item/template_banner.json b/1.13.2/assets/minecraft/models/item/template_banner.json new file mode 100644 index 00000000..4b16b2e1 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/template_banner.json @@ -0,0 +1,35 @@ +{ + "parent": "builtin/entity", + "display": { + "thirdperson_righthand": { + "rotation": [ 0, 90, 0 ], + "translation": [ 0, 2, 0.5], + "scale":[ 0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [ 0, 90, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 0.375, 0.375, 0.375] + }, + "gui": { + "rotation": [ 30, 20, 0 ], + "translation": [ 0, -3.25, 0], + "scale":[ 0.5325, 0.5325, 0.5325] + }, + "ground": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 1, 0], + "scale":[ 0.25, 0.25, 0.25] + }, + "head": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 16, 7], + "scale":[ 1.5, 1.5, 1.5 ] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 0.5, 0.5, 0.5] + } + } +} diff --git a/1.13.2/assets/minecraft/models/item/template_bed.json b/1.13.2/assets/minecraft/models/item/template_bed.json new file mode 100644 index 00000000..b0c6ee0c --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/template_bed.json @@ -0,0 +1,35 @@ +{ + "parent": "builtin/entity", + "display": { + "thirdperson_righthand": { + "rotation": [ 30, 160, 0 ], + "translation": [ 0, 3, -2], + "scale":[ 0.23, 0.23, 0.23] + }, + "firstperson_righthand": { + "rotation": [ 30, 160, 0 ], + "translation": [ 0, 3, 0], + "scale":[ 0.375, 0.375, 0.375] + }, + "gui": { + "rotation": [ 30, 160, 0 ], + "translation": [ 2, 3, 0], + "scale":[ 0.5325, 0.5325, 0.5325] + }, + "ground": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 1, 0], + "scale":[ 0.25, 0.25, 0.25] + }, + "head": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 10, -8], + "scale":[ 1,1,1 ] + }, + "fixed": { + "rotation": [ 270, 0, 0 ], + "translation": [ 0, 4, -2], + "scale":[ 0.5, 0.5, 0.5] + } + } +} diff --git a/1.13.2/assets/minecraft/models/item/template_shulker_box.json b/1.13.2/assets/minecraft/models/item/template_shulker_box.json new file mode 100644 index 00000000..7bfe2e69 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/template_shulker_box.json @@ -0,0 +1,35 @@ +{ + "parent": "builtin/entity", + "display": { + "gui": { + "rotation": [ 30, 45, 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 ] + }, + "head": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 1, 1, 1] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 0.5, 0.5, 0.5 ] + }, + "thirdperson_righthand": { + "rotation": [ 75, 315, 0 ], + "translation": [ 0, 2.5, 0], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 315, 0 ], + "translation": [ 0, 0, 0], + "scale": [ 0.4, 0.4, 0.4 ] + } + } +} diff --git a/1.13.2/assets/minecraft/models/item/template_skull.json b/1.13.2/assets/minecraft/models/item/template_skull.json new file mode 100644 index 00000000..8a713c7f --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/template_skull.json @@ -0,0 +1,25 @@ +{ + "parent": "builtin/entity", + "display": { + "gui": { + "rotation": [ 30, 45, 0 ], + "translation": [ 0, 3, 0 ], + "scale": [ 1, 1, 1 ] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 4, 0], + "scale":[ 1, 1, 1 ] + }, + "ground": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 3, 0 ], + "scale": [ 0.5, 0.5, 0.5 ] + }, + "thirdperson_righthand": { + "rotation": [ 45, 45, 0 ], + "translation": [ 0, 3, 0 ], + "scale": [ 0.5, 0.5, 0.5 ] + } + } +} diff --git a/1.13.2/assets/minecraft/models/item/template_spawn_egg.json b/1.13.2/assets/minecraft/models/item/template_spawn_egg.json new file mode 100644 index 00000000..4ae4b4c2 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/template_spawn_egg.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/spawn_egg", + "layer1": "item/spawn_egg_overlay" + } +} diff --git a/1.13.2/assets/minecraft/models/item/terracotta.json b/1.13.2/assets/minecraft/models/item/terracotta.json new file mode 100644 index 00000000..f46a585d --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/terracotta" +} diff --git a/1.13.2/assets/minecraft/models/item/tipped_arrow.json b/1.13.2/assets/minecraft/models/item/tipped_arrow.json new file mode 100644 index 00000000..578defec --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/tipped_arrow.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/tipped_arrow_head", + "layer1": "item/tipped_arrow_base" + } +} diff --git a/1.13.2/assets/minecraft/models/item/tnt.json b/1.13.2/assets/minecraft/models/item/tnt.json new file mode 100644 index 00000000..ba1dec1c --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/tnt.json @@ -0,0 +1,3 @@ +{ + "parent": "block/tnt" +} diff --git a/1.13.2/assets/minecraft/models/item/tnt_minecart.json b/1.13.2/assets/minecraft/models/item/tnt_minecart.json new file mode 100644 index 00000000..df22af26 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/tnt_minecart.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/tnt_minecart" + } +} diff --git a/1.13.2/assets/minecraft/models/item/torch.json b/1.13.2/assets/minecraft/models/item/torch.json new file mode 100644 index 00000000..157031eb --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/torch.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/torch" + } +} diff --git a/1.13.2/assets/minecraft/models/item/totem_of_undying.json b/1.13.2/assets/minecraft/models/item/totem_of_undying.json new file mode 100644 index 00000000..47b4b511 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/totem_of_undying.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/totem_of_undying" + } +} diff --git a/1.13.2/assets/minecraft/models/item/trapped_chest.json b/1.13.2/assets/minecraft/models/item/trapped_chest.json new file mode 100644 index 00000000..c7435714 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/trapped_chest.json @@ -0,0 +1,3 @@ +{ + "parent": "item/chest" +} diff --git a/1.13.2/assets/minecraft/models/item/trident.json b/1.13.2/assets/minecraft/models/item/trident.json new file mode 100644 index 00000000..8669b3ee --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/trident.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/trident" + } +} diff --git a/1.13.2/assets/minecraft/models/item/trident_in_hand.json b/1.13.2/assets/minecraft/models/item/trident_in_hand.json new file mode 100644 index 00000000..cb4f0a1e --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/trident_in_hand.json @@ -0,0 +1,48 @@ +{ + "parent": "builtin/entity", + "display": { + "thirdperson_righthand": { + "rotation": [ 0, 60, 0 ], + "translation": [ 11, 17, -2 ], + "scale": [ 1, 1, 1 ] + }, + "thirdperson_lefthand": { + "rotation": [ 0, 60, 0 ], + "translation": [ 3, 17, 12 ], + "scale": [ 1, 1, 1 ] + }, + "firstperson_righthand": { + "rotation": [ 0, -90, 25 ], + "translation": [ -3, 17, 1], + "scale": [ 1, 1, 1 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, 90, -25 ], + "translation": [ 13, 17, 1], + "scale": [ 1, 1, 1 ] + }, + "gui": { + "rotation": [ 15, -25, -5 ], + "translation": [ 2, 3, 0 ], + "scale": [ 0.65, 0.65, 0.65 ] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "translation": [ -2, 4, -5], + "scale":[ 0.5, 0.5, 0.5] + }, + "ground": { + "rotation": [ 0, 0, 0 ], + "translation": [ 4, 4, 2], + "scale":[ 0.25, 0.25, 0.25] + } + }, + "overrides": [ + { + "predicate": { + "throwing": 1 + }, + "model": "item/trident_throwing" + } + ] +} diff --git a/1.13.2/assets/minecraft/models/item/trident_throwing.json b/1.13.2/assets/minecraft/models/item/trident_throwing.json new file mode 100644 index 00000000..79ac2c0a --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/trident_throwing.json @@ -0,0 +1,40 @@ +{ + "parent": "builtin/entity", + "display": { + "thirdperson_righthand": { + "rotation": [ 0, 90, 180 ], + "translation": [ 8, -17, 9 ], + "scale": [ 1, 1, 1 ] + }, + "thirdperson_lefthand": { + "rotation": [ 0, 90, 180 ], + "translation": [ 8, -17, -7 ], + "scale": [ 1, 1, 1 ] + }, + "firstperson_righthand": { + "rotation": [ 0, -90, 25 ], + "translation": [ -3, 17, 1], + "scale": [ 1, 1, 1 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, 90, -25 ], + "translation": [ 13, 17, 1], + "scale": [ 1, 1, 1 ] + }, + "gui": { + "rotation": [ 15, -25, -5 ], + "translation": [ 2, 3, 0 ], + "scale": [ 0.65, 0.65, 0.65 ] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "translation": [ -2, 4, -5], + "scale":[ 0.5, 0.5, 0.5] + }, + "ground": { + "rotation": [ 0, 0, 0 ], + "translation": [ 4, 4, 2], + "scale":[ 0.25, 0.25, 0.25] + } + } +} diff --git a/1.13.2/assets/minecraft/models/item/tripwire_hook.json b/1.13.2/assets/minecraft/models/item/tripwire_hook.json new file mode 100644 index 00000000..01958857 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/tripwire_hook.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/tripwire_hook" + } +} diff --git a/1.13.2/assets/minecraft/models/item/tropical_fish.json b/1.13.2/assets/minecraft/models/item/tropical_fish.json new file mode 100644 index 00000000..a29ca82a --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/tropical_fish.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/tropical_fish" + } +} diff --git a/1.13.2/assets/minecraft/models/item/tropical_fish_bucket.json b/1.13.2/assets/minecraft/models/item/tropical_fish_bucket.json new file mode 100644 index 00000000..c3853e1b --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/tropical_fish_bucket.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/tropical_fish_bucket" + } +} diff --git a/1.13.2/assets/minecraft/models/item/tropical_fish_spawn_egg.json b/1.13.2/assets/minecraft/models/item/tropical_fish_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/tropical_fish_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.13.2/assets/minecraft/models/item/tube_coral.json b/1.13.2/assets/minecraft/models/item/tube_coral.json new file mode 100644 index 00000000..e5255752 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/tube_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/tube_coral" + } +} diff --git a/1.13.2/assets/minecraft/models/item/tube_coral_block.json b/1.13.2/assets/minecraft/models/item/tube_coral_block.json new file mode 100644 index 00000000..6778672a --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/tube_coral_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/tube_coral_block" +} diff --git a/1.13.2/assets/minecraft/models/item/tube_coral_fan.json b/1.13.2/assets/minecraft/models/item/tube_coral_fan.json new file mode 100644 index 00000000..84d1b0c4 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/tube_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/tube_coral_fan" + } +} diff --git a/1.13.2/assets/minecraft/models/item/tube_coral_wall_fan.json b/1.13.2/assets/minecraft/models/item/tube_coral_wall_fan.json new file mode 100644 index 00000000..84d1b0c4 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/tube_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/tube_coral_fan" + } +} diff --git a/1.13.2/assets/minecraft/models/item/turtle_egg.json b/1.13.2/assets/minecraft/models/item/turtle_egg.json new file mode 100644 index 00000000..d463828f --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/turtle_egg.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/turtle_egg" + } +} diff --git a/1.13.2/assets/minecraft/models/item/turtle_helmet.json b/1.13.2/assets/minecraft/models/item/turtle_helmet.json new file mode 100644 index 00000000..cc979c51 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/turtle_helmet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/turtle_helmet" + } +} diff --git a/1.13.2/assets/minecraft/models/item/turtle_spawn_egg.json b/1.13.2/assets/minecraft/models/item/turtle_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/turtle_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.13.2/assets/minecraft/models/item/vex_spawn_egg.json b/1.13.2/assets/minecraft/models/item/vex_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/vex_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.13.2/assets/minecraft/models/item/villager_spawn_egg.json b/1.13.2/assets/minecraft/models/item/villager_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/villager_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.13.2/assets/minecraft/models/item/vindicator_spawn_egg.json b/1.13.2/assets/minecraft/models/item/vindicator_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/vindicator_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.13.2/assets/minecraft/models/item/vine.json b/1.13.2/assets/minecraft/models/item/vine.json new file mode 100644 index 00000000..50920225 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/vine.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/vine" + } +} diff --git a/1.13.2/assets/minecraft/models/item/water_bucket.json b/1.13.2/assets/minecraft/models/item/water_bucket.json new file mode 100644 index 00000000..f736bc03 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/water_bucket.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/water_bucket" + } +} diff --git a/1.13.2/assets/minecraft/models/item/wet_sponge.json b/1.13.2/assets/minecraft/models/item/wet_sponge.json new file mode 100644 index 00000000..04d89b49 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/wet_sponge.json @@ -0,0 +1,3 @@ +{ + "parent": "block/wet_sponge" +} diff --git a/1.13.2/assets/minecraft/models/item/wheat.json b/1.13.2/assets/minecraft/models/item/wheat.json new file mode 100644 index 00000000..a426ed64 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/wheat.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/wheat" + } +} diff --git a/1.13.2/assets/minecraft/models/item/wheat_seeds.json b/1.13.2/assets/minecraft/models/item/wheat_seeds.json new file mode 100644 index 00000000..e3eda8b4 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/wheat_seeds.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/wheat_seeds" + } +} diff --git a/1.13.2/assets/minecraft/models/item/white_banner.json b/1.13.2/assets/minecraft/models/item/white_banner.json new file mode 100644 index 00000000..9d43dcc2 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/white_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_banner" +} diff --git a/1.13.2/assets/minecraft/models/item/white_bed.json b/1.13.2/assets/minecraft/models/item/white_bed.json new file mode 100644 index 00000000..b69c17a9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/white_bed.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_bed" +} diff --git a/1.13.2/assets/minecraft/models/item/white_carpet.json b/1.13.2/assets/minecraft/models/item/white_carpet.json new file mode 100644 index 00000000..d7c90755 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/white_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/white_carpet" +} diff --git a/1.13.2/assets/minecraft/models/item/white_concrete.json b/1.13.2/assets/minecraft/models/item/white_concrete.json new file mode 100644 index 00000000..23a2ff39 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/white_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "block/white_concrete" +} diff --git a/1.13.2/assets/minecraft/models/item/white_concrete_powder.json b/1.13.2/assets/minecraft/models/item/white_concrete_powder.json new file mode 100644 index 00000000..eadf128e --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/white_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "block/white_concrete_powder" +} diff --git a/1.13.2/assets/minecraft/models/item/white_glazed_terracotta.json b/1.13.2/assets/minecraft/models/item/white_glazed_terracotta.json new file mode 100644 index 00000000..f7ba9668 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/white_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/white_glazed_terracotta" +} diff --git a/1.13.2/assets/minecraft/models/item/white_shulker_box.json b/1.13.2/assets/minecraft/models/item/white_shulker_box.json new file mode 100644 index 00000000..f9818742 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/white_shulker_box.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_shulker_box" +} diff --git a/1.13.2/assets/minecraft/models/item/white_stained_glass.json b/1.13.2/assets/minecraft/models/item/white_stained_glass.json new file mode 100644 index 00000000..c543889b --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/white_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/white_stained_glass" +} diff --git a/1.13.2/assets/minecraft/models/item/white_stained_glass_pane.json b/1.13.2/assets/minecraft/models/item/white_stained_glass_pane.json new file mode 100644 index 00000000..fd1b1d85 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/white_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/white_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/item/white_terracotta.json b/1.13.2/assets/minecraft/models/item/white_terracotta.json new file mode 100644 index 00000000..5b48f9fa --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/white_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/white_terracotta" +} diff --git a/1.13.2/assets/minecraft/models/item/white_tulip.json b/1.13.2/assets/minecraft/models/item/white_tulip.json new file mode 100644 index 00000000..c912f674 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/white_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/white_tulip" + } +} diff --git a/1.13.2/assets/minecraft/models/item/white_wool.json b/1.13.2/assets/minecraft/models/item/white_wool.json new file mode 100644 index 00000000..59a012e3 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/white_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/white_wool" +} diff --git a/1.13.2/assets/minecraft/models/item/witch_spawn_egg.json b/1.13.2/assets/minecraft/models/item/witch_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/witch_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.13.2/assets/minecraft/models/item/wither_skeleton_skull.json b/1.13.2/assets/minecraft/models/item/wither_skeleton_skull.json new file mode 100644 index 00000000..8efea47e --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/wither_skeleton_skull.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_skull" +} diff --git a/1.13.2/assets/minecraft/models/item/wither_skeleton_spawn_egg.json b/1.13.2/assets/minecraft/models/item/wither_skeleton_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/wither_skeleton_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.13.2/assets/minecraft/models/item/wolf_spawn_egg.json b/1.13.2/assets/minecraft/models/item/wolf_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/wolf_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.13.2/assets/minecraft/models/item/wooden_axe.json b/1.13.2/assets/minecraft/models/item/wooden_axe.json new file mode 100644 index 00000000..b3a19f27 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/wooden_axe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/wooden_axe" + } +} diff --git a/1.13.2/assets/minecraft/models/item/wooden_hoe.json b/1.13.2/assets/minecraft/models/item/wooden_hoe.json new file mode 100644 index 00000000..6b6ce072 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/wooden_hoe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/wooden_hoe" + } +} diff --git a/1.13.2/assets/minecraft/models/item/wooden_pickaxe.json b/1.13.2/assets/minecraft/models/item/wooden_pickaxe.json new file mode 100644 index 00000000..1480f9aa --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/wooden_pickaxe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/wooden_pickaxe" + } +} diff --git a/1.13.2/assets/minecraft/models/item/wooden_shovel.json b/1.13.2/assets/minecraft/models/item/wooden_shovel.json new file mode 100644 index 00000000..e8d4178f --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/wooden_shovel.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/wooden_shovel" + } +} diff --git a/1.13.2/assets/minecraft/models/item/wooden_sword.json b/1.13.2/assets/minecraft/models/item/wooden_sword.json new file mode 100644 index 00000000..74a31f9c --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/wooden_sword.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/wooden_sword" + } +} diff --git a/1.13.2/assets/minecraft/models/item/writable_book.json b/1.13.2/assets/minecraft/models/item/writable_book.json new file mode 100644 index 00000000..fe167576 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/writable_book.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/writable_book" + } +} diff --git a/1.13.2/assets/minecraft/models/item/written_book.json b/1.13.2/assets/minecraft/models/item/written_book.json new file mode 100644 index 00000000..0a863d7c --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/written_book.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/written_book" + } +} diff --git a/1.13.2/assets/minecraft/models/item/yellow_banner.json b/1.13.2/assets/minecraft/models/item/yellow_banner.json new file mode 100644 index 00000000..9d43dcc2 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/yellow_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_banner" +} diff --git a/1.13.2/assets/minecraft/models/item/yellow_bed.json b/1.13.2/assets/minecraft/models/item/yellow_bed.json new file mode 100644 index 00000000..b69c17a9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/yellow_bed.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_bed" +} diff --git a/1.13.2/assets/minecraft/models/item/yellow_carpet.json b/1.13.2/assets/minecraft/models/item/yellow_carpet.json new file mode 100644 index 00000000..227f2503 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/yellow_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/yellow_carpet" +} diff --git a/1.13.2/assets/minecraft/models/item/yellow_concrete.json b/1.13.2/assets/minecraft/models/item/yellow_concrete.json new file mode 100644 index 00000000..b182ad0f --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/yellow_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "block/yellow_concrete" +} diff --git a/1.13.2/assets/minecraft/models/item/yellow_concrete_powder.json b/1.13.2/assets/minecraft/models/item/yellow_concrete_powder.json new file mode 100644 index 00000000..d9084d44 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/yellow_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "block/yellow_concrete_powder" +} diff --git a/1.13.2/assets/minecraft/models/item/yellow_glazed_terracotta.json b/1.13.2/assets/minecraft/models/item/yellow_glazed_terracotta.json new file mode 100644 index 00000000..953a78d4 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/yellow_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/yellow_glazed_terracotta" +} diff --git a/1.13.2/assets/minecraft/models/item/yellow_shulker_box.json b/1.13.2/assets/minecraft/models/item/yellow_shulker_box.json new file mode 100644 index 00000000..f9818742 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/yellow_shulker_box.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_shulker_box" +} diff --git a/1.13.2/assets/minecraft/models/item/yellow_stained_glass.json b/1.13.2/assets/minecraft/models/item/yellow_stained_glass.json new file mode 100644 index 00000000..746cc54f --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/yellow_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/yellow_stained_glass" +} diff --git a/1.13.2/assets/minecraft/models/item/yellow_stained_glass_pane.json b/1.13.2/assets/minecraft/models/item/yellow_stained_glass_pane.json new file mode 100644 index 00000000..ec9e5b52 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/yellow_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/yellow_stained_glass" + } +} diff --git a/1.13.2/assets/minecraft/models/item/yellow_terracotta.json b/1.13.2/assets/minecraft/models/item/yellow_terracotta.json new file mode 100644 index 00000000..4d7d4a2d --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/yellow_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/yellow_terracotta" +} diff --git a/1.13.2/assets/minecraft/models/item/yellow_wool.json b/1.13.2/assets/minecraft/models/item/yellow_wool.json new file mode 100644 index 00000000..33e3d17c --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/yellow_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/yellow_wool" +} diff --git a/1.13.2/assets/minecraft/models/item/zombie_head.json b/1.13.2/assets/minecraft/models/item/zombie_head.json new file mode 100644 index 00000000..8efea47e --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/zombie_head.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_skull" +} diff --git a/1.13.2/assets/minecraft/models/item/zombie_horse_spawn_egg.json b/1.13.2/assets/minecraft/models/item/zombie_horse_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/zombie_horse_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.13.2/assets/minecraft/models/item/zombie_pigman_spawn_egg.json b/1.13.2/assets/minecraft/models/item/zombie_pigman_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/zombie_pigman_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.13.2/assets/minecraft/models/item/zombie_spawn_egg.json b/1.13.2/assets/minecraft/models/item/zombie_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/zombie_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.13.2/assets/minecraft/models/item/zombie_villager_spawn_egg.json b/1.13.2/assets/minecraft/models/item/zombie_villager_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.13.2/assets/minecraft/models/item/zombie_villager_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.13.2/assets/minecraft/shaders/post/antialias.json b/1.13.2/assets/minecraft/shaders/post/antialias.json new file mode 100644 index 00000000..bc31af30 --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/post/antialias.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "antialias", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.13.2/assets/minecraft/shaders/post/art.json b/1.13.2/assets/minecraft/shaders/post/art.json new file mode 100644 index 00000000..6d6c7ec5 --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/post/art.json @@ -0,0 +1,64 @@ +{ + "targets": [ + "0", + "1" + ], + "passes": [ + { + "name": "blobs2", + "intarget": "minecraft:main", + "outtarget": "0" + }, + { + "name": "outline_watercolor", + "intarget": "0", + "outtarget": "minecraft:main" + }, + { + "name": "blur", + "intarget": "minecraft:main", + "outtarget": "1", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.8, 0.0 ] + }, + { + "name": "Radius", + "values": [ 20.0 ] + } + ] + }, + { + "name": "blur", + "intarget": "1", + "outtarget": "minecraft:main", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.0, 0.8 ] + }, + { + "name": "Radius", + "values": [ 20.0 ] + } + ] + }, + { + "name": "outline_combine", + "intarget": "0", + "outtarget": "1", + "auxtargets": [ + { + "name": "OutlineSampler", + "id": "minecraft:main" + } + ] + }, + { + "name": "blit", + "intarget": "1", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.13.2/assets/minecraft/shaders/post/bits.json b/1.13.2/assets/minecraft/shaders/post/bits.json new file mode 100644 index 00000000..7236746c --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/post/bits.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "bits", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.13.2/assets/minecraft/shaders/post/blobs.json b/1.13.2/assets/minecraft/shaders/post/blobs.json new file mode 100644 index 00000000..d6260aa2 --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/post/blobs.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "blobs", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.13.2/assets/minecraft/shaders/post/blobs2.json b/1.13.2/assets/minecraft/shaders/post/blobs2.json new file mode 100644 index 00000000..3464ae30 --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/post/blobs2.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "blobs2", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.13.2/assets/minecraft/shaders/post/blur.json b/1.13.2/assets/minecraft/shaders/post/blur.json new file mode 100644 index 00000000..bca04d5e --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/post/blur.json @@ -0,0 +1,37 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "blur", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 1.0, 0.0 ] + }, + { + "name": "Radius", + "values": [ 20.0 ] + } + ] + }, + { + "name": "blur", + "intarget": "swap", + "outtarget": "minecraft:main", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.0, 1.0 ] + }, + { + "name": "Radius", + "values": [ 20.0 ] + } + ] + } + ] +} diff --git a/1.13.2/assets/minecraft/shaders/post/bumpy.json b/1.13.2/assets/minecraft/shaders/post/bumpy.json new file mode 100644 index 00000000..0870985d --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/post/bumpy.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "bumpy", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.13.2/assets/minecraft/shaders/post/color_convolve.json b/1.13.2/assets/minecraft/shaders/post/color_convolve.json new file mode 100644 index 00000000..9f002121 --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/post/color_convolve.json @@ -0,0 +1,20 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "color_convolve", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { "name": "Saturation", "values": [ 1.4 ] } + ] + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.13.2/assets/minecraft/shaders/post/creeper.json b/1.13.2/assets/minecraft/shaders/post/creeper.json new file mode 100644 index 00000000..da503f1a --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/post/creeper.json @@ -0,0 +1,41 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "color_convolve", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { + "name": "RedMatrix", + "values": [ 0.0, 0.0, 0.0 ] + }, + { + "name": "GreenMatrix", + "values": [ 0.3, 0.59, 0.11 ] + }, + { + "name": "BlueMatrix", + "values": [ 0.0, 0.0, 0.0 ] + } + ] + }, + { + "name": "bits", + "intarget": "swap", + "outtarget": "minecraft:main", + "uniforms": [ + { + "name": "Resolution", + "values": [ 16.0 ] + }, + { + "name": "MosaicSize", + "values": [ 4.0 ] + } + ] + } + ] +} diff --git a/1.13.2/assets/minecraft/shaders/post/deconverge.json b/1.13.2/assets/minecraft/shaders/post/deconverge.json new file mode 100644 index 00000000..4eb2b8db --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/post/deconverge.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "deconverge", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.13.2/assets/minecraft/shaders/post/desaturate.json b/1.13.2/assets/minecraft/shaders/post/desaturate.json new file mode 100644 index 00000000..675018fa --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/post/desaturate.json @@ -0,0 +1,23 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "color_convolve", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { + "name": "Saturation", + "values": [ 0.2 ] + } + ] + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.13.2/assets/minecraft/shaders/post/entity_outline.json b/1.13.2/assets/minecraft/shaders/post/entity_outline.json new file mode 100644 index 00000000..e53ff3db --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/post/entity_outline.json @@ -0,0 +1,48 @@ +{ + "targets": [ + "swap", + "final" + ], + "passes": [ + { + "name": "entity_outline", + "intarget": "final", + "outtarget": "swap" + }, + { + "name": "blur", + "intarget": "swap", + "outtarget": "final", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 1.0, 0.0 ] + }, + { + "name": "Radius", + "values": [ 2.0 ] + } + ] + }, + { + "name": "blur", + "intarget": "final", + "outtarget": "swap", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.0, 1.0 ] + }, + { + "name": "Radius", + "values": [ 2.0 ] + } + ] + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "final" + } + ] +} diff --git a/1.13.2/assets/minecraft/shaders/post/flip.json b/1.13.2/assets/minecraft/shaders/post/flip.json new file mode 100644 index 00000000..e3824357 --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/post/flip.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "flip", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.13.2/assets/minecraft/shaders/post/fxaa.json b/1.13.2/assets/minecraft/shaders/post/fxaa.json new file mode 100644 index 00000000..83292b79 --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/post/fxaa.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "fxaa", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.13.2/assets/minecraft/shaders/post/green.json b/1.13.2/assets/minecraft/shaders/post/green.json new file mode 100644 index 00000000..5d0af6c9 --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/post/green.json @@ -0,0 +1,41 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "color_convolve", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { + "name": "RedMatrix", + "values": [ 0.0, 0.0, 0.0 ] + }, + { + "name": "GreenMatrix", + "values": [ 0.3, 0.59, 0.11 ] + }, + { + "name": "BlueMatrix", + "values": [ 0.0, 0.0, 0.0 ] + } + ] + }, + { + "name": "bits", + "intarget": "swap", + "outtarget": "minecraft:main" + }, + { + "name": "scan_pincushion", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.13.2/assets/minecraft/shaders/post/invert.json b/1.13.2/assets/minecraft/shaders/post/invert.json new file mode 100644 index 00000000..2ab63fb6 --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/post/invert.json @@ -0,0 +1,23 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "invert", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { + "name": "InverseAmount", + "values": [ 0.8 ] + } + ] + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.13.2/assets/minecraft/shaders/post/notch.json b/1.13.2/assets/minecraft/shaders/post/notch.json new file mode 100644 index 00000000..164943c2 --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/post/notch.json @@ -0,0 +1,26 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "notch", + "intarget": "minecraft:main", + "outtarget": "swap", + "auxtargets": [ + { + "name": "DitherSampler", + "id": "dither", + "width": 4, + "height": 4, + "bilinear": false + } + ] + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.13.2/assets/minecraft/shaders/post/ntsc.json b/1.13.2/assets/minecraft/shaders/post/ntsc.json new file mode 100644 index 00000000..abc005bd --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/post/ntsc.json @@ -0,0 +1,92 @@ +{ + "targets": [ + "swap", + "swap2", + "previous" + ], + "passes": [ + { + "name": "ntsc_encode", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "ntsc_decode", + "intarget": "swap", + "outtarget": "swap2", + "auxtargets": [ + { + "name": "BaseSampler", + "id": "minecraft:main" + } + ] + }, + { + "name": "color_convolve", + "intarget": "swap2", + "outtarget": "swap" + }, + { + "name": "deconverge", + "intarget": "swap", + "outtarget": "minecraft:main" + }, + { + "name": "blur", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 1.0, 0.0 ] + }, + { + "name": "Radius", + "values": [ 10.0 ] + } + ] + }, + { + "name": "blur", + "intarget": "swap", + "outtarget": "minecraft:main", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.0, 1.0 ] + }, + { + "name": "Radius", + "values": [ 10.0 ] + } + ] + }, + { + "name": "scan_pincushion", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "phosphor", + "intarget": "swap", + "outtarget": "minecraft:main", + "auxtargets": [ + { + "name": "PrevSampler", + "id": "previous" + } + ], + "uniforms": [ + { + "name": "Phosphor", + "values": [ 0.4, 0.4, 0.4 ] + } + ] + }, + { + "name": "blit", + "intarget": "minecraft:main", + "outtarget": "previous" + } + ] +} diff --git a/1.13.2/assets/minecraft/shaders/post/outline.json b/1.13.2/assets/minecraft/shaders/post/outline.json new file mode 100644 index 00000000..53c8ee82 --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/post/outline.json @@ -0,0 +1,18 @@ +{ + "targets": [ + "swap", + "final" + ], + "passes": [ + { + "name": "outline", + "intarget": "final", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "final" + } + ] +} diff --git a/1.13.2/assets/minecraft/shaders/post/pencil.json b/1.13.2/assets/minecraft/shaders/post/pencil.json new file mode 100644 index 00000000..1fc5b133 --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/post/pencil.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "outline_soft", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.13.2/assets/minecraft/shaders/post/phosphor.json b/1.13.2/assets/minecraft/shaders/post/phosphor.json new file mode 100644 index 00000000..0fa09c4e --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/post/phosphor.json @@ -0,0 +1,35 @@ +{ + "targets": [ + "swap", + "previous" + ], + "passes": [ + { + "name": "phosphor", + "intarget": "minecraft:main", + "outtarget": "swap", + "auxtargets": [ + { + "name": "PrevSampler", + "id": "previous" + } + ], + "uniforms": [ + { + "name": "Phosphor", + "values": [ 0.95, 0.95, 0.95 ] + } + ] + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "previous" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.13.2/assets/minecraft/shaders/post/scan_pincushion.json b/1.13.2/assets/minecraft/shaders/post/scan_pincushion.json new file mode 100644 index 00000000..b5d0a3ed --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/post/scan_pincushion.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "scan_pincushion", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.13.2/assets/minecraft/shaders/post/sobel.json b/1.13.2/assets/minecraft/shaders/post/sobel.json new file mode 100644 index 00000000..5c390a4b --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/post/sobel.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "sobel", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.13.2/assets/minecraft/shaders/post/spider.json b/1.13.2/assets/minecraft/shaders/post/spider.json new file mode 100644 index 00000000..5f203c13 --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/post/spider.json @@ -0,0 +1,230 @@ +{ + "targets": [ + "largeBlur", + "smallBlur", + "temp", + "swap" + ], + "passes": [ + { + "name": "blur", + "intarget": "minecraft:main", + "outtarget": "temp", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 1.0, 0.0 ] + }, + { + "name": "Radius", + "values": [ 15.0 ] + } + ] + }, + { + "name": "blur", + "intarget": "temp", + "outtarget": "largeBlur", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.0, 1.0 ] + }, + { + "name": "Radius", + "values": [ 15.0 ] + } + ] + }, + { + "name": "blur", + "intarget": "minecraft:main", + "outtarget": "temp", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 1.0, 0.0 ] + }, + { + "name": "Radius", + "values": [ 7.0 ] + } + ] + }, + { + "name": "blur", + "intarget": "temp", + "outtarget": "smallBlur", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.0, 1.0 ] + }, + { + "name": "Radius", + "values": [ 7.0 ] + } + ] + }, + { + "name": "spider", + "intarget": "minecraft:main", + "outtarget": "temp", + "auxtargets": [ + { + "name": "BlurSampler", + "id": "largeBlur" + } + ], + "uniforms": [ + { + "name": "InScale", + "values": [ 1.25, 2.0 ] + }, + { + "name": "InOffset", + "values": [ -0.125, -0.1 ] + }, + { + "name": "Scissor", + "values": [ 0.0, 0.0, 1.0, 1.0 ] + }, + { + "name": "Vignette", + "values": [ 0.1, 0.1, 0.9, 0.9 ] + } + ] + }, + { + "name": "spider", + "intarget": "smallBlur", + "outtarget": "swap", + "auxtargets": [ + { + "name": "BlurSampler", + "id": "temp" + } + ], + "uniforms": [ + { + "name": "InScale", + "values": [ 2.35, 4.2 ] + }, + { + "name": "InOffset", + "values": [ -1.1, -1.5 ] + }, + { + "name": "InRotation", + "values": [ -45.0 ] + }, + { + "name": "Scissor", + "values": [ 0.21, 0.0, 0.79, 1.0 ] + }, + { + "name": "Vignette", + "values": [ 0.31, 0.1, 0.69, 0.9 ] + } + ] + }, + { + "name": "spider", + "intarget": "smallBlur", + "outtarget": "temp", + "auxtargets": [ + { + "name": "BlurSampler", + "id": "swap" + } + ], + "uniforms": [ + { + "name": "InScale", + "values": [ 2.35, 4.2 ] + }, + { + "name": "InOffset", + "values": [ 0.45, -4.45 ] + }, + { + "name": "InRotation", + "values": [ 45.0 ] + }, + { + "name": "Scissor", + "values": [ 0.21, 0.0, 0.79, 1.0 ] + }, + { + "name": "Vignette", + "values": [ 0.31, 0.1, 0.69, 0.9 ] + } + ] + }, + { + "name": "spider", + "intarget": "smallBlur", + "outtarget": "swap", + "auxtargets": [ + { + "name": "BlurSampler", + "id": "temp" + } + ], + "uniforms": [ + { + "name": "InScale", + "values": [ 2.35, 2.35 ] + }, + { + "name": "InOffset", + "values": [ -0.385, -1.29 ] + }, + { + "name": "InRotation", + "values": [ 0.0 ] + }, + { + "name": "Vignette", + "values": [ 0.31, 0.1, 0.69, 0.9 ] + } + ] + }, + { + "name": "spider", + "intarget": "smallBlur", + "outtarget": "temp", + "auxtargets": [ + { + "name": "BlurSampler", + "id": "swap" + } + ], + "uniforms": [ + { + "name": "InScale", + "values": [ 2.35, 2.35 ] + }, + { + "name": "InOffset", + "values": [ -0.965, -1.29 ] + }, + { + "name": "Vignette", + "values": [ 0.31, 0.1, 0.69, 0.9 ] + } + ] + }, + { + "name": "blit", + "intarget": "temp", + "outtarget": "minecraft:main", + "uniforms": [ + { + "name": "ColorModulate", + "values": [ 1.0, 0.8, 0.8, 1.0 ] + } + ] + } + ] +} diff --git a/1.13.2/assets/minecraft/shaders/post/wobble.json b/1.13.2/assets/minecraft/shaders/post/wobble.json new file mode 100644 index 00000000..1fc45346 --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/post/wobble.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "wobble", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.13.2/assets/minecraft/shaders/program/antialias.fsh b/1.13.2/assets/minecraft/shaders/program/antialias.fsh new file mode 100644 index 00000000..2d921951 --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/program/antialias.fsh @@ -0,0 +1,29 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 c = texture2D (DiffuseSampler, texCoord); + vec4 u1 = texture2D (DiffuseSampler, texCoord + vec2 ( 0.0, -oneTexel.y )); + vec4 u2 = texture2D (DiffuseSampler, texCoord + vec2 ( 0.0, -oneTexel.y * 2.0)); + vec4 d1 = texture2D (DiffuseSampler, texCoord + vec2 ( 0.0, oneTexel.y )); + vec4 d2 = texture2D (DiffuseSampler, texCoord + vec2 ( 0.0, oneTexel.y * 2.0)); + vec4 l1 = texture2D (DiffuseSampler, texCoord + vec2 (-oneTexel.x, 0.0)); + vec4 l2 = texture2D (DiffuseSampler, texCoord + vec2 (-oneTexel.x * 2.0, 0.0)); + vec4 r1 = texture2D (DiffuseSampler, texCoord + vec2 ( oneTexel.x, 0.0)); + vec4 r2 = texture2D (DiffuseSampler, texCoord + vec2 ( oneTexel.x * 2.0, 0.0)); + + vec4 v1 = mix (c, mix (l1, l2, 0.667), 0.75); + vec4 v2 = mix (c, mix (r1, r2, 0.667), 0.75); + vec4 v3 = mix (c, mix (u1, u2, 0.667), 0.75); + vec4 v4 = mix (c, mix (d1, d2, 0.667), 0.75); + + vec4 v5 = mix (v1, v2, 0.5); + vec4 v6 = mix (v3, v4, 0.5); + + vec4 color = mix (v5, v6, 0.5); + gl_FragColor = vec4(color.rgb, 1.0); +} diff --git a/1.13.2/assets/minecraft/shaders/program/antialias.json b/1.13.2/assets/minecraft/shaders/program/antialias.json new file mode 100644 index 00000000..6916fd9a --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/program/antialias.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "blobs", + "fragment": "antialias", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.13.2/assets/minecraft/shaders/program/bits.fsh b/1.13.2/assets/minecraft/shaders/program/bits.fsh new file mode 100644 index 00000000..c252b303 --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/program/bits.fsh @@ -0,0 +1,27 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +uniform float Resolution = 4.0; +uniform float Saturation = 1.5; +uniform float MosaicSize = 8.0; + +void main() { + vec2 mosaicInSize = InSize / MosaicSize; + vec2 fractPix = fract(texCoord * mosaicInSize) / mosaicInSize; + + vec4 baseTexel = texture2D(DiffuseSampler, texCoord - fractPix); + + vec3 fractTexel = baseTexel.rgb - fract(baseTexel.rgb * Resolution) / Resolution; + float luma = dot(fractTexel, vec3(0.3, 0.59, 0.11)); + vec3 chroma = (fractTexel - luma) * Saturation; + baseTexel.rgb = luma + chroma; + baseTexel.a = 1.0; + + gl_FragColor = baseTexel; +} diff --git a/1.13.2/assets/minecraft/shaders/program/bits.json b/1.13.2/assets/minecraft/shaders/program/bits.json new file mode 100644 index 00000000..c19239b8 --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/program/bits.json @@ -0,0 +1,21 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "bits", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "Resolution", "type": "float", "count": 1, "values": [ 4.0 ] }, + { "name": "Saturation", "type": "float", "count": 1, "values": [ 1.5 ] }, + { "name": "MosaicSize", "type": "float", "count": 1, "values": [ 8.0 ] } + ] +} diff --git a/1.13.2/assets/minecraft/shaders/program/blit.fsh b/1.13.2/assets/minecraft/shaders/program/blit.fsh new file mode 100644 index 00000000..75d662ac --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/program/blit.fsh @@ -0,0 +1,11 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +uniform vec4 ColorModulate; + +varying vec2 texCoord; + +void main(){ + gl_FragColor = texture2D(DiffuseSampler, texCoord) * ColorModulate; +} diff --git a/1.13.2/assets/minecraft/shaders/program/blit.json b/1.13.2/assets/minecraft/shaders/program/blit.json new file mode 100644 index 00000000..1256b6b1 --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/program/blit.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "blit", + "fragment": "blit", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "ColorModulate", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] } + ] +} diff --git a/1.13.2/assets/minecraft/shaders/program/blit.vsh b/1.13.2/assets/minecraft/shaders/program/blit.vsh new file mode 100644 index 00000000..bd0ce842 --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/program/blit.vsh @@ -0,0 +1,15 @@ +#version 120 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 OutSize; + +varying vec2 texCoord; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + texCoord = Position.xy / OutSize; +} diff --git a/1.13.2/assets/minecraft/shaders/program/blobs.fsh b/1.13.2/assets/minecraft/shaders/program/blobs.fsh new file mode 100644 index 00000000..ddb8c75f --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/program/blobs.fsh @@ -0,0 +1,43 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 u = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y)); + vec4 d = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y)); + vec4 l = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0)); + vec4 r = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0)); + + vec4 v1 = min(l, r); + vec4 v2 = min(u, d); + vec4 v3 = min(v1, v2); + + vec4 ul = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, -oneTexel.y)); + vec4 dr = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, oneTexel.y)); + vec4 dl = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, oneTexel.y)); + vec4 ur = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, -oneTexel.y)); + + vec4 v4 = min(ul, dr); + vec4 v5 = min(ur, dl); + vec4 v6 = min(v4, v5); + + vec4 v7 = min(v3, v6); + + vec4 uu = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y * 2.0)); + vec4 dd = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y * 2.0)); + vec4 ll = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x * 2.0, 0.0)); + vec4 rr = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x * 2.0, 0.0)); + + vec4 v8 = min(uu, dd); + vec4 v9 = min(ll, rr); + vec4 v10 = min(v8, v9); + + vec4 v11 = min(v7, v10); + + vec4 c = texture2D(DiffuseSampler, texCoord); + vec4 color = min(c, v11); + gl_FragColor = vec4(color.rgb, 1.0); +} diff --git a/1.13.2/assets/minecraft/shaders/program/blobs.json b/1.13.2/assets/minecraft/shaders/program/blobs.json new file mode 100644 index 00000000..6a5f2455 --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/program/blobs.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "blobs", + "fragment": "blobs", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.13.2/assets/minecraft/shaders/program/blobs.vsh b/1.13.2/assets/minecraft/shaders/program/blobs.vsh new file mode 100644 index 00000000..3ece2743 --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/program/blobs.vsh @@ -0,0 +1,17 @@ +#version 120 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + oneTexel = 1.0 / InSize; + texCoord = outPos.xy * 0.5 + 0.5; +} diff --git a/1.13.2/assets/minecraft/shaders/program/blobs2.fsh b/1.13.2/assets/minecraft/shaders/program/blobs2.fsh new file mode 100644 index 00000000..fc68fb21 --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/program/blobs2.fsh @@ -0,0 +1,30 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform float Radius; + +void main(){ + vec4 c = texture2D(DiffuseSampler, texCoord); + vec4 maxVal = c; + for(float u = 0.0; u <= Radius; u += 1.0) { + for(float v = 0.0; v <= Radius; v += 1.0) { + float weight = (((sqrt(u * u + v * v) / (Radius)) > 1.0) ? 0.0 : 1.0); + + vec4 s0 = texture2D(DiffuseSampler, texCoord + vec2(-u * oneTexel.x, -v * oneTexel.y)); + vec4 s1 = texture2D(DiffuseSampler, texCoord + vec2( u * oneTexel.x, v * oneTexel.y)); + vec4 s2 = texture2D(DiffuseSampler, texCoord + vec2(-u * oneTexel.x, v * oneTexel.y)); + vec4 s3 = texture2D(DiffuseSampler, texCoord + vec2( u * oneTexel.x, -v * oneTexel.y)); + + vec4 o0 = max(s0, s1); + vec4 o1 = max(s2, s3); + vec4 tempMax = max(o0, o1); + maxVal = mix(maxVal, max(maxVal, tempMax), weight); + } + } + + gl_FragColor = vec4(maxVal.rgb, 1.0); +} diff --git a/1.13.2/assets/minecraft/shaders/program/blobs2.json b/1.13.2/assets/minecraft/shaders/program/blobs2.json new file mode 100644 index 00000000..6df4594b --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/program/blobs2.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "blobs", + "fragment": "blobs2", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "Radius", "type": "float", "count": 1, "values": [ 7.0 ] } + ] +} diff --git a/1.13.2/assets/minecraft/shaders/program/blur.fsh b/1.13.2/assets/minecraft/shaders/program/blur.fsh new file mode 100644 index 00000000..e35dedda --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/program/blur.fsh @@ -0,0 +1,31 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +uniform vec2 BlurDir; +uniform float Radius; + +void main() { + vec4 blurred = vec4(0.0); + float totalStrength = 0.0; + float totalAlpha = 0.0; + float totalSamples = 0.0; + for(float r = -Radius; r <= Radius; r += 1.0) { + vec4 sample = texture2D(DiffuseSampler, texCoord + oneTexel * r * BlurDir); + + // Accumulate average alpha + totalAlpha = totalAlpha + sample.a; + totalSamples = totalSamples + 1.0; + + // Accumulate smoothed blur + float strength = 1.0 - abs(r / Radius); + totalStrength = totalStrength + strength; + blurred = blurred + sample; + } + gl_FragColor = vec4(blurred.rgb / (Radius * 2.0 + 1.0), totalAlpha); +} diff --git a/1.13.2/assets/minecraft/shaders/program/blur.json b/1.13.2/assets/minecraft/shaders/program/blur.json new file mode 100644 index 00000000..51a23239 --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/program/blur.json @@ -0,0 +1,20 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "blur", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "BlurDir", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "Radius", "type": "float", "count": 1, "values": [ 5.0 ] } + ] +} diff --git a/1.13.2/assets/minecraft/shaders/program/bumpy.fsh b/1.13.2/assets/minecraft/shaders/program/bumpy.fsh new file mode 100644 index 00000000..cce2e3a4 --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/program/bumpy.fsh @@ -0,0 +1,34 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 c = texture2D(DiffuseSampler, texCoord); + vec4 u = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y)); + vec4 d = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y)); + vec4 l = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0)); + vec4 r = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0)); + + vec4 nc = normalize(c); + vec4 nu = normalize(u); + vec4 nd = normalize(d); + vec4 nl = normalize(l); + vec4 nr = normalize(r); + + float du = dot(nc, nu); + float dd = dot(nc, nd); + float dl = dot(nc, nl); + float dr = dot(nc, nr); + + float i = 64.0; + + float f = 1.0; + f += (du * i) - (dd * i); + f += (dr * i) - (dl * i); + + vec4 color = c * clamp(f, 0.5, 2); + gl_FragColor = vec4(color.rgb, 1.0); +} diff --git a/1.13.2/assets/minecraft/shaders/program/bumpy.json b/1.13.2/assets/minecraft/shaders/program/bumpy.json new file mode 100644 index 00000000..59cae198 --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/program/bumpy.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "bumpy", + "fragment": "bumpy", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.13.2/assets/minecraft/shaders/program/bumpy.vsh b/1.13.2/assets/minecraft/shaders/program/bumpy.vsh new file mode 100644 index 00000000..3ece2743 --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/program/bumpy.vsh @@ -0,0 +1,17 @@ +#version 120 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + oneTexel = 1.0 / InSize; + texCoord = outPos.xy * 0.5 + 0.5; +} diff --git a/1.13.2/assets/minecraft/shaders/program/color_convolve.fsh b/1.13.2/assets/minecraft/shaders/program/color_convolve.fsh new file mode 100644 index 00000000..61e43e2a --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/program/color_convolve.fsh @@ -0,0 +1,36 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +uniform vec3 Gray = vec3(0.3, 0.59, 0.11); +uniform vec3 RedMatrix = vec3(1.0, 0.0, 0.0); +uniform vec3 GreenMatrix = vec3(0.0, 1.0, 0.0); +uniform vec3 BlueMatrix = vec3(0.0, 0.0, 1.0); +uniform vec3 Offset = vec3(0.0, 0.0, 0.0); +uniform vec3 ColorScale = vec3(1.0, 1.0, 1.0); +uniform float Saturation = 1.8; + +void main() { + vec4 InTexel = texture2D(DiffuseSampler, texCoord); + + // Color Matrix + float RedValue = dot(InTexel.rgb, RedMatrix); + float GreenValue = dot(InTexel.rgb, GreenMatrix); + float BlueValue = dot(InTexel.rgb, BlueMatrix); + vec3 OutColor = vec3(RedValue, GreenValue, BlueValue); + + // Offset & Scale + OutColor = (OutColor * ColorScale) + Offset; + + // Saturation + float Luma = dot(OutColor, Gray); + vec3 Chroma = OutColor - Luma; + OutColor = (Chroma * Saturation) + Luma; + + gl_FragColor = vec4(OutColor, 1.0); +} diff --git a/1.13.2/assets/minecraft/shaders/program/color_convolve.json b/1.13.2/assets/minecraft/shaders/program/color_convolve.json new file mode 100644 index 00000000..e3a32c2d --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/program/color_convolve.json @@ -0,0 +1,25 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "color_convolve", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "Gray", "type": "float", "count": 3, "values": [ 0.3, 0.59, 0.11 ] }, + { "name": "RedMatrix", "type": "float", "count": 3, "values": [ 1.0, 0.0, 0.0 ] }, + { "name": "GreenMatrix", "type": "float", "count": 3, "values": [ 0.0, 1.0, 0.0 ] }, + { "name": "BlueMatrix", "type": "float", "count": 3, "values": [ 0.0, 0.0, 1.0 ] }, + { "name": "Offset", "type": "float", "count": 3, "values": [ 0.0, 0.0, 0.0 ] }, + { "name": "ColorScale", "type": "float", "count": 3, "values": [ 1.0, 1.0, 1.0 ] }, + { "name": "Saturation", "type": "float", "count": 1, "values": [ 1.8 ] } + ] +} diff --git a/1.13.2/assets/minecraft/shaders/program/deconverge.fsh b/1.13.2/assets/minecraft/shaders/program/deconverge.fsh new file mode 100644 index 00000000..26ef8cae --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/program/deconverge.fsh @@ -0,0 +1,28 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +uniform vec3 ConvergeX = vec3(-1.0, 0.0, 0.5); +uniform vec3 ConvergeY = vec3( 0.0, -1.0, 0.5); +uniform vec3 RadialConvergeX = vec3(1.0, 1.0, 1.0); +uniform vec3 RadialConvergeY = vec3(1.0, 1.0, 1.0); + +void main() { + vec3 CoordX = texCoord.x * RadialConvergeX; + vec3 CoordY = texCoord.y * RadialConvergeY; + + CoordX += ConvergeX * oneTexel.x - (RadialConvergeX - 1.0) * 0.5; + CoordY += ConvergeY * oneTexel.y - (RadialConvergeY - 1.0) * 0.5; + + float RedValue = texture2D(DiffuseSampler, vec2(CoordX.x, CoordY.x)).r; + float GreenValue = texture2D(DiffuseSampler, vec2(CoordX.y, CoordY.y)).g; + float BlueValue = texture2D(DiffuseSampler, vec2(CoordX.z, CoordY.z)).b; + float AlphaValue = texture2D(DiffuseSampler, texCoord).a; + + gl_FragColor = vec4(RedValue, GreenValue, BlueValue, 1.0); +} diff --git a/1.13.2/assets/minecraft/shaders/program/deconverge.json b/1.13.2/assets/minecraft/shaders/program/deconverge.json new file mode 100644 index 00000000..e23e9c56 --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/program/deconverge.json @@ -0,0 +1,22 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "deconverge", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "ConvergeX", "type": "float", "count": 3, "values": [ -4.0, 0.0, 2.0 ] }, + { "name": "ConvergeY", "type": "float", "count": 3, "values": [ 0.0, -4.0, 2.0 ] }, + { "name": "RadialConvergeX", "type": "float", "count": 3, "values": [ 1.0, 1.0, 1.0 ] }, + { "name": "RadialConvergeY", "type": "float", "count": 3, "values": [ 1.0, 1.0, 1.0 ] } + ] +} diff --git a/1.13.2/assets/minecraft/shaders/program/downscale.fsh b/1.13.2/assets/minecraft/shaders/program/downscale.fsh new file mode 100644 index 00000000..39734337 --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/program/downscale.fsh @@ -0,0 +1,17 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +void main() { + vec3 Texel0 = texture2D(DiffuseSampler, texCoord).rgb; + vec3 Texel1 = texture2D(DiffuseSampler, texCoord + vec2(oneTexel.x, 0.0)).rgb; + vec3 Texel2 = texture2D(DiffuseSampler, texCoord + vec2(0.0, oneTexel.y)).rgb; + vec3 Texel3 = texture2D(DiffuseSampler, texCoord + oneTexel).rgb; + + gl_FragColor = vec4((Texel0 + Texel1 + Texel2 + Texel3) * 0.25, 1.0); +} diff --git a/1.13.2/assets/minecraft/shaders/program/downscale.json b/1.13.2/assets/minecraft/shaders/program/downscale.json new file mode 100644 index 00000000..9099ec16 --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/program/downscale.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "downscale", + "fragment": "downscale", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.13.2/assets/minecraft/shaders/program/downscale.vsh b/1.13.2/assets/minecraft/shaders/program/downscale.vsh new file mode 100644 index 00000000..db7f80ce --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/program/downscale.vsh @@ -0,0 +1,18 @@ +#version 120 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; +uniform vec2 OutSize; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + oneTexel = 1.0 / InSize; + texCoord = outPos.xy * 0.5 + 0.5; +} diff --git a/1.13.2/assets/minecraft/shaders/program/entity_outline.json b/1.13.2/assets/minecraft/shaders/program/entity_outline.json new file mode 100644 index 00000000..d7c77631 --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/program/entity_outline.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "sobel", + "fragment": "entity_sobel", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.13.2/assets/minecraft/shaders/program/entity_sobel.fsh b/1.13.2/assets/minecraft/shaders/program/entity_sobel.fsh new file mode 100644 index 00000000..139c7050 --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/program/entity_sobel.fsh @@ -0,0 +1,21 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 center = texture2D(DiffuseSampler, texCoord); + vec4 left = texture2D(DiffuseSampler, texCoord - vec2(oneTexel.x, 0.0)); + vec4 right = texture2D(DiffuseSampler, texCoord + vec2(oneTexel.x, 0.0)); + vec4 up = texture2D(DiffuseSampler, texCoord - vec2(0.0, oneTexel.y)); + vec4 down = texture2D(DiffuseSampler, texCoord + vec2(0.0, oneTexel.y)); + float leftDiff = abs(center.a - left.a); + float rightDiff = abs(center.a - right.a); + float upDiff = abs(center.a - up.a); + float downDiff = abs(center.a - down.a); + float total = clamp(leftDiff + rightDiff + upDiff + downDiff, 0.0, 1.0); + vec3 outColor = center.rgb * center.a + left.rgb * left.a + right.rgb * right.a + up.rgb * up.a + down.rgb * down.a; + gl_FragColor = vec4(outColor * 0.2, total); +} diff --git a/1.13.2/assets/minecraft/shaders/program/flip.json b/1.13.2/assets/minecraft/shaders/program/flip.json new file mode 100644 index 00000000..b9c78f45 --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/program/flip.json @@ -0,0 +1,20 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "flip", + "fragment": "blit", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "ScreenSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "ColorModulate", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] } + ] +} diff --git a/1.13.2/assets/minecraft/shaders/program/flip.vsh b/1.13.2/assets/minecraft/shaders/program/flip.vsh new file mode 100644 index 00000000..37137b5d --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/program/flip.vsh @@ -0,0 +1,23 @@ +#version 120 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; +uniform vec2 OutSize; +uniform vec2 ScreenSize; + +varying vec2 texCoord; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + vec2 inOutRatio = OutSize / InSize; + vec2 inScreenRatio = ScreenSize / InSize; + texCoord = Position.xy / OutSize; + texCoord.y = 1.0 - texCoord.y; + texCoord.x = texCoord.x * inOutRatio.x; + texCoord.y = texCoord.y * inOutRatio.y; + texCoord.y -= 1.0 - inScreenRatio.y; +} diff --git a/1.13.2/assets/minecraft/shaders/program/fxaa.fsh b/1.13.2/assets/minecraft/shaders/program/fxaa.fsh new file mode 100644 index 00000000..3dbcfd4c --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/program/fxaa.fsh @@ -0,0 +1,84 @@ +#extension GL_EXT_gpu_shader4 : enable + +uniform sampler2D DiffuseSampler; +uniform vec2 OutSize; + +uniform float VxOffset; +uniform float SpanMax; +uniform float ReduceMul; + +varying vec2 texCoord; +varying vec4 posPos; + +#define FxaaTex(t, p) texture2D(t, p) + +#if __VERSION__ >= 130 + #define OffsetVec(a, b) ivec2(a, b) + #define FxaaTexOff(t, p, o, r) textureOffset(t, p, o) +#elif defined(GL_EXT_gpu_shader4) + #define OffsetVec(a, b) ivec2(a, b) + #define FxaaTexOff(t, p, o, r) texture2DLodOffset(t, p, 0.0, o) +#else + #define OffsetVec(a, b) vec2(a, b) + #define FxaaTexOff(t, p, o, r) texture2D(t, p + o * r) +#endif + +vec3 FxaaPixelShader( + vec4 posPos, // Output of FxaaVertexShader interpolated across screen. + sampler2D tex, // Input texture. + vec2 rcpFrame) // Constant {1.0/frameWidth, 1.0/frameHeight}. +{ + + #define FXAA_REDUCE_MIN (1.0/128.0) + //#define FXAA_REDUCE_MUL (1.0/8.0) + //#define FXAA_SPAN_MAX 8.0 + + vec3 rgbNW = FxaaTex(tex, posPos.zw).xyz; + vec3 rgbNE = FxaaTexOff(tex, posPos.zw, OffsetVec(1,0), rcpFrame.xy).xyz; + vec3 rgbSW = FxaaTexOff(tex, posPos.zw, OffsetVec(0,1), rcpFrame.xy).xyz; + vec3 rgbSE = FxaaTexOff(tex, posPos.zw, OffsetVec(1,1), rcpFrame.xy).xyz; + + vec3 rgbM = FxaaTex(tex, posPos.xy).xyz; + + vec3 luma = vec3(0.299, 0.587, 0.114); + float lumaNW = dot(rgbNW, luma); + float lumaNE = dot(rgbNE, luma); + float lumaSW = dot(rgbSW, luma); + float lumaSE = dot(rgbSE, luma); + float lumaM = dot(rgbM, luma); + + float lumaMin = min(lumaM, min(min(lumaNW, lumaNE), min(lumaSW, lumaSE))); + float lumaMax = max(lumaM, max(max(lumaNW, lumaNE), max(lumaSW, lumaSE))); + + vec2 dir; + dir.x = -((lumaNW + lumaNE) - (lumaSW + lumaSE)); + dir.y = ((lumaNW + lumaSW) - (lumaNE + lumaSE)); + + float dirReduce = max( + (lumaNW + lumaNE + lumaSW + lumaSE) * (0.25 * ReduceMul), + FXAA_REDUCE_MIN); + float rcpDirMin = 1.0/(min(abs(dir.x), abs(dir.y)) + dirReduce); + dir = min(vec2( SpanMax, SpanMax), + max(vec2(-SpanMax, -SpanMax), + dir * rcpDirMin)) * rcpFrame.xy; + + vec3 rgbA = (1.0/2.0) * ( + FxaaTex(tex, posPos.xy + dir * vec2(1.0/3.0 - 0.5)).xyz + + FxaaTex(tex, posPos.xy + dir * vec2(2.0/3.0 - 0.5)).xyz); + vec3 rgbB = rgbA * (1.0/2.0) + (1.0/4.0) * ( + FxaaTex(tex, posPos.xy + dir * vec2(0.0/3.0 - 0.5)).xyz + + FxaaTex(tex, posPos.xy + dir * vec2(3.0/3.0 - 0.5)).xyz); + + float lumaB = dot(rgbB, luma); + + if ((lumaB < lumaMin) || (lumaB > lumaMax)) { + return rgbA; + } else { + return rgbB; + } +} + +void main() { + vec4 baseTexel = texture2D(DiffuseSampler, posPos.xy); + gl_FragColor = vec4(FxaaPixelShader(posPos, DiffuseSampler, 1.0 / OutSize), 1.0); +} diff --git a/1.13.2/assets/minecraft/shaders/program/fxaa.json b/1.13.2/assets/minecraft/shaders/program/fxaa.json new file mode 100644 index 00000000..eb850732 --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/program/fxaa.json @@ -0,0 +1,20 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "fxaa", + "fragment": "fxaa", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "SpanMax", "type": "float", "count": 1, "values": [ 8.0 ] }, + { "name": "SubPixelShift", "type": "float", "count": 1, "values": [ 0.25 ] }, + { "name": "ReduceMul", "type": "float", "count": 1, "values": [ 0.125 ] } + ] +} diff --git a/1.13.2/assets/minecraft/shaders/program/fxaa.vsh b/1.13.2/assets/minecraft/shaders/program/fxaa.vsh new file mode 100644 index 00000000..909c3944 --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/program/fxaa.vsh @@ -0,0 +1,20 @@ +#version 120 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 OutSize; + +uniform float SubPixelShift; + +varying vec2 texCoord; +varying vec4 posPos; + +void main() { + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + texCoord = Position.xy / OutSize; + posPos.xy = texCoord.xy; + posPos.zw = texCoord.xy - (1.0/OutSize * vec2(0.5 + SubPixelShift)); +} diff --git a/1.13.2/assets/minecraft/shaders/program/invert.fsh b/1.13.2/assets/minecraft/shaders/program/invert.fsh new file mode 100644 index 00000000..93365151 --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/program/invert.fsh @@ -0,0 +1,14 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; + +uniform float InverseAmount; + +void main(){ + vec4 diffuseColor = texture2D(DiffuseSampler, texCoord); + vec4 invertColor = 1.0 - diffuseColor; + vec4 outColor = mix(diffuseColor, invertColor, InverseAmount); + gl_FragColor = vec4(outColor.rgb, 1.0); +} diff --git a/1.13.2/assets/minecraft/shaders/program/invert.json b/1.13.2/assets/minecraft/shaders/program/invert.json new file mode 100644 index 00000000..f9ab649c --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/program/invert.json @@ -0,0 +1,19 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "blit", + "fragment": "invert", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "InverseAmount", "type": "float", "count": 1, "values": [ 0.0 ] } + ] +} diff --git a/1.13.2/assets/minecraft/shaders/program/invert.vsh b/1.13.2/assets/minecraft/shaders/program/invert.vsh new file mode 100644 index 00000000..5110ef53 --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/program/invert.vsh @@ -0,0 +1,20 @@ +#version 120 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; +uniform vec2 OutSize; + +varying vec2 texCoord; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + vec2 sizeRatio = OutSize / InSize; + texCoord = Position.xy / OutSize; + texCoord.x = texCoord.x * sizeRatio.x; + texCoord.y = texCoord.y * sizeRatio.y; + texCoord.y = sizeRatio.y - texCoord.y; +} diff --git a/1.13.2/assets/minecraft/shaders/program/notch.fsh b/1.13.2/assets/minecraft/shaders/program/notch.fsh new file mode 100644 index 00000000..c1293b1b --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/program/notch.fsh @@ -0,0 +1,23 @@ +#version 120 + +uniform sampler2D DiffuseSampler; +uniform sampler2D DitherSampler; + +varying vec2 texCoord; + +uniform vec2 InSize; + +void main() { + vec2 halfSize = InSize * 0.5; + + vec2 steppedCoord = texCoord; + steppedCoord.x = float(int(steppedCoord.x*halfSize.x)) / halfSize.x; + steppedCoord.y = float(int(steppedCoord.y*halfSize.y)) / halfSize.y; + + vec4 noise = texture2D(DitherSampler, steppedCoord * halfSize / 4.0); + vec4 col = texture2D(DiffuseSampler, steppedCoord) + noise * vec4(1.0/12.0, 1.0/12.0, 1.0/6.0, 1.0); + float r = float(int(col.r*8.0))/8.0; + float g = float(int(col.g*8.0))/8.0; + float b = float(int(col.b*4.0))/4.0; + gl_FragColor = vec4(r, g, b, 1.0); +} diff --git a/1.13.2/assets/minecraft/shaders/program/notch.json b/1.13.2/assets/minecraft/shaders/program/notch.json new file mode 100644 index 00000000..e6ff9a81 --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/program/notch.json @@ -0,0 +1,19 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "notch", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" }, + { "name": "DitherSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.13.2/assets/minecraft/shaders/program/ntsc_decode.fsh b/1.13.2/assets/minecraft/shaders/program/ntsc_decode.fsh new file mode 100644 index 00000000..389326fd --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/program/ntsc_decode.fsh @@ -0,0 +1,132 @@ +#version 120 + +uniform sampler2D DiffuseSampler; +uniform sampler2D BaseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +const vec4 Zero = vec4(0.0); +const vec4 One = vec4(1.0); + +const float Pi = 3.1415926535; +const float Pi2 = 6.283185307; + +const vec4 A2 = vec4(1.0); +const vec4 B = vec4(0.5); +const float P = 1.0; +const float CCFrequency = 3.59754545; +const float NotchWidth = 2.0; +const float NotchUpperFrequency = 3.59754545 + NotchWidth; +const float NotchLowerFrequency = 3.59754545 - NotchWidth; +const float YFrequency = 6.0; +const float IFrequency = 1.2; +const float QFrequency = 0.6; +const float ScanTime = 52.6; +const vec3 YIQ2R = vec3(1.0, 0.956, 0.621); +const vec3 YIQ2G = vec3(1.0, -0.272, -0.647); +const vec3 YIQ2B = vec3(1.0, -1.106, 1.703); +const vec4 MinC = vec4(-1.1183); +const vec4 CRange = vec4(3.2366); +const float Pi2Length = Pi2 / 83.0; +const vec4 NotchOffset = vec4(0.0, 1.0, 2.0, 3.0); +const vec4 W = vec4(Pi2 * CCFrequency * ScanTime); + +void main() { + vec4 YAccum = Zero; + vec4 IAccum = Zero; + vec4 QAccum = Zero; + float QuadXSize = InSize.x * 4.0; + float TimePerSample = ScanTime / QuadXSize; + + // Frequency cutoffs for the individual portions of the signal that we extract. + // Y1 and Y2 are the positive and negative frequency limits of the notch filter on Y. + // Y3 is the center of the frequency response of the Y filter. + // I is the center of the frequency response of the I filter. + // Q is the center of the frequency response of the Q filter. + float Fc_y1 = NotchLowerFrequency * TimePerSample; + float Fc_y2 = NotchUpperFrequency * TimePerSample; + float Fc_y3 = YFrequency * TimePerSample; + float Fc_i = IFrequency * TimePerSample; + float Fc_q = QFrequency * TimePerSample; + float Pi2Fc_y1 = Fc_y1 * Pi2; + float Pi2Fc_y2 = Fc_y2 * Pi2; + float Pi2Fc_y3 = Fc_y3 * Pi2; + float Pi2Fc_i = Fc_i * Pi2; + float Pi2Fc_q = Fc_q * Pi2; + float Fc_y1_2 = Fc_y1 * 2.0; + float Fc_y2_2 = Fc_y2 * 2.0; + float Fc_y3_2 = Fc_y3 * 2.0; + float Fc_i_2 = Fc_i * 2.0; + float Fc_q_2 = Fc_q * 2.0; + vec4 CoordY = vec4(texCoord.y); + + vec4 BaseTexel = texture2D(DiffuseSampler, texCoord); + // 83 composite samples wide, 4 composite pixels per texel + for (float n = -41.0; n < 42.0; n += 4.0) + { + vec4 n4 = n + NotchOffset; + vec4 CoordX = texCoord.x + oneTexel.x * n4 * 0.25; + vec2 TexCoord = vec2(CoordX.x, CoordY.y); + vec4 C = texture2D(DiffuseSampler, TexCoord) * CRange + MinC; + vec4 WT = W * (CoordX + A2 * CoordY * InSize.y + B); + vec4 Cosine = 0.54 + 0.46 * cos(Pi2Length * n4); + + vec4 SincYIn1 = Pi2Fc_y1 * n4; + vec4 SincYIn2 = Pi2Fc_y2 * n4; + vec4 SincYIn3 = Pi2Fc_y3 * n4; + vec4 SincY1 = sin(SincYIn1) / SincYIn1; + vec4 SincY2 = sin(SincYIn2) / SincYIn2; + vec4 SincY3 = sin(SincYIn3) / SincYIn3; + + // These zero-checks could be made more efficient, but we are trying to support + // downlevel GLSL + if(SincYIn1.x == 0.0) SincY1.x = 1.0; + if(SincYIn1.y == 0.0) SincY1.y = 1.0; + if(SincYIn1.z == 0.0) SincY1.z = 1.0; + if(SincYIn1.w == 0.0) SincY1.w = 1.0; + if(SincYIn2.x == 0.0) SincY2.x = 1.0; + if(SincYIn2.y == 0.0) SincY2.y = 1.0; + if(SincYIn2.z == 0.0) SincY2.z = 1.0; + if(SincYIn2.w == 0.0) SincY2.w = 1.0; + if(SincYIn3.x == 0.0) SincY3.x = 1.0; + if(SincYIn3.y == 0.0) SincY3.y = 1.0; + if(SincYIn3.z == 0.0) SincY3.z = 1.0; + if(SincYIn3.w == 0.0) SincY3.w = 1.0; + vec4 IdealY = (Fc_y1_2 * SincY1 - Fc_y2_2 * SincY2) + Fc_y3_2 * SincY3; + vec4 FilterY = Cosine * IdealY; + + vec4 SincIIn = Pi2Fc_i * n4; + vec4 SincI = sin(SincIIn) / SincIIn; + if(SincIIn.x == 0.0) SincI.x = 1.0; + if(SincIIn.y == 0.0) SincI.y = 1.0; + if(SincIIn.z == 0.0) SincI.z = 1.0; + if(SincIIn.w == 0.0) SincI.w = 1.0; + vec4 IdealI = Fc_i_2 * SincI; + vec4 FilterI = Cosine * IdealI; + + vec4 SincQIn = Pi2Fc_q * n4; + vec4 SincQ = sin(SincQIn) / SincQIn; + if(SincQIn.x == 0.0) SincQ.x = 1.0; + if(SincQIn.y == 0.0) SincQ.y = 1.0; + if(SincQIn.z == 0.0) SincQ.z = 1.0; + if(SincQIn.w == 0.0) SincQ.w = 1.0; + vec4 IdealQ = Fc_q_2 * SincQ; + vec4 FilterQ = Cosine * IdealQ; + + YAccum += C * FilterY; + IAccum += C * cos(WT) * FilterI; + QAccum += C * sin(WT) * FilterQ; + } + + float Y = dot(YAccum, One); + float I = dot(IAccum, One) * 2.0; + float Q = dot(QAccum, One) * 2.0; + + vec3 YIQ = vec3(Y, I, Q); + vec3 OutRGB = vec3(dot(YIQ, YIQ2R), dot(YIQ, YIQ2G), dot(YIQ, YIQ2B)); + + gl_FragColor = vec4(OutRGB, 1.0); +} diff --git a/1.13.2/assets/minecraft/shaders/program/ntsc_decode.json b/1.13.2/assets/minecraft/shaders/program/ntsc_decode.json new file mode 100644 index 00000000..28709230 --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/program/ntsc_decode.json @@ -0,0 +1,19 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "ntsc_decode", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" }, + { "name": "BaseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.13.2/assets/minecraft/shaders/program/ntsc_encode.fsh b/1.13.2/assets/minecraft/shaders/program/ntsc_encode.fsh new file mode 100644 index 00000000..450bc6d7 --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/program/ntsc_encode.fsh @@ -0,0 +1,50 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +const float Pi2 = 6.283185307; + +const vec4 A2 = vec4(1.0); +const vec4 B = vec4(0.5); +const float P = 1.0; +const float CCFrequency = 3.59754545; +const float ScanTime = 52.6; +const float Pi2ScanTime = Pi2 * ScanTime; +const vec4 YTransform = vec4(0.299, 0.587, 0.114, 0.0); +const vec4 ITransform = vec4(0.595716, -0.274453, -0.321263, 0.0); +const vec4 QTransform = vec4(0.211456, -0.522591, 0.31135, 0.0); +const vec4 MinC = vec4(-1.1183); +const vec4 InvCRange = vec4(1.0 / 3.2366); + +void main() { + vec2 InverseP = vec2(P, 0.0) * oneTexel; + + // UVs for four linearly-interpolated samples spread 0.25 texels apart + vec2 C0 = texCoord; + vec2 C1 = texCoord + InverseP * 0.25; + vec2 C2 = texCoord + InverseP * 0.50; + vec2 C3 = texCoord + InverseP * 0.75; + vec4 Cx = vec4(C0.x, C1.x, C2.x, C3.x); + vec4 Cy = vec4(C0.y, C1.y, C2.y, C3.y); + + vec4 Texel0 = texture2D(DiffuseSampler, C0); + vec4 Texel1 = texture2D(DiffuseSampler, C1); + vec4 Texel2 = texture2D(DiffuseSampler, C2); + vec4 Texel3 = texture2D(DiffuseSampler, C3); + + // Calculate the expected time of the sample. + vec4 T = A2 * Cy * vec4(InSize.y) + B + Cx; + vec4 W = vec4(Pi2ScanTime * CCFrequency); + vec4 TW = T * W; + vec4 Y = vec4(dot(Texel0, YTransform), dot(Texel1, YTransform), dot(Texel2, YTransform), dot(Texel3, YTransform)); + vec4 I = vec4(dot(Texel0, ITransform), dot(Texel1, ITransform), dot(Texel2, ITransform), dot(Texel3, ITransform)); + vec4 Q = vec4(dot(Texel0, QTransform), dot(Texel1, QTransform), dot(Texel2, QTransform), dot(Texel3, QTransform)); + + vec4 Encoded = Y + I * cos(TW) + Q * sin(TW); + gl_FragColor = (Encoded - MinC) * InvCRange; +} diff --git a/1.13.2/assets/minecraft/shaders/program/ntsc_encode.json b/1.13.2/assets/minecraft/shaders/program/ntsc_encode.json new file mode 100644 index 00000000..2cda4dff --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/program/ntsc_encode.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "ntsc_encode", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.13.2/assets/minecraft/shaders/program/outline.fsh b/1.13.2/assets/minecraft/shaders/program/outline.fsh new file mode 100644 index 00000000..5ef504db --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/program/outline.fsh @@ -0,0 +1,21 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 center = texture2D(DiffuseSampler, texCoord); + vec4 up = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y)); + vec4 down = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0)); + vec4 left = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0)); + vec4 right = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y)); + vec4 uDiff = center - up; + vec4 dDiff = center - down; + vec4 lDiff = center - left; + vec4 rDiff = center - right; + vec4 sum = uDiff + dDiff + lDiff + rDiff; + vec3 clamped = clamp(center.rgb - sum.rgb, 0.0, 1.0); + gl_FragColor = vec4(clamped, 1.0); +} diff --git a/1.13.2/assets/minecraft/shaders/program/outline.json b/1.13.2/assets/minecraft/shaders/program/outline.json new file mode 100644 index 00000000..7d41382b --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/program/outline.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "outline", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.13.2/assets/minecraft/shaders/program/outline_combine.fsh b/1.13.2/assets/minecraft/shaders/program/outline_combine.fsh new file mode 100644 index 00000000..3edb9354 --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/program/outline_combine.fsh @@ -0,0 +1,13 @@ +#version 120 + +uniform sampler2D DiffuseSampler; +uniform sampler2D OutlineSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 diffuseTexel = texture2D(DiffuseSampler, texCoord); + vec4 outlineTexel = texture2D(OutlineSampler, texCoord); + gl_FragColor = vec4(diffuseTexel.rgb + diffuseTexel.rgb * outlineTexel.rgb * vec3(0.75), 1.0); +} diff --git a/1.13.2/assets/minecraft/shaders/program/outline_combine.json b/1.13.2/assets/minecraft/shaders/program/outline_combine.json new file mode 100644 index 00000000..d52f4a3d --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/program/outline_combine.json @@ -0,0 +1,19 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "outline_combine", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" }, + { "name": "OutlineSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.13.2/assets/minecraft/shaders/program/outline_soft.fsh b/1.13.2/assets/minecraft/shaders/program/outline_soft.fsh new file mode 100644 index 00000000..40536b51 --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/program/outline_soft.fsh @@ -0,0 +1,46 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform float LumaRamp; +uniform float LumaLevel; + +void main(){ + vec4 center = texture2D(DiffuseSampler, texCoord); + vec4 up = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y)); + vec4 up2 = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y) * 2.0); + vec4 down = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0)); + vec4 down2 = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0) * 2.0); + vec4 left = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0)); + vec4 left2 = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0) * 2.0); + vec4 right = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y)); + vec4 right2 = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y) * 2.0); + vec4 uDiff = abs(center - up); + vec4 dDiff = abs(center - down); + vec4 lDiff = abs(center - left); + vec4 rDiff = abs(center - right); + vec4 u2Diff = abs(center - up2); + vec4 d2Diff = abs(center - down2); + vec4 l2Diff = abs(center - left2); + vec4 r2Diff = abs(center - right2); + vec4 sum = uDiff + dDiff + lDiff + rDiff + u2Diff + d2Diff + l2Diff + r2Diff; + vec4 gray = vec4(0.3, 0.59, 0.11, 0.0); + float sumLuma = 1.0 - dot(clamp(sum, 0.0, 1.0), gray); + + // Get luminance of center pixel and adjust + float centerLuma = dot(center + (center - pow(center, vec4(LumaRamp))), gray); + + // Quantize the luma value + centerLuma = centerLuma - fract(centerLuma * LumaLevel) / LumaLevel; + + // Re-scale to full range + centerLuma = centerLuma * (LumaLevel / (LumaLevel - 1.0)); + + // Blend with outline + centerLuma = centerLuma * sumLuma; + + gl_FragColor = vec4(centerLuma, centerLuma, centerLuma, 1.0); +} diff --git a/1.13.2/assets/minecraft/shaders/program/outline_soft.json b/1.13.2/assets/minecraft/shaders/program/outline_soft.json new file mode 100644 index 00000000..c58bb5d9 --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/program/outline_soft.json @@ -0,0 +1,20 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "outline_soft", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "LumaRamp", "type": "float", "count": 1, "values": [ 16.0 ] }, + { "name": "LumaLevel", "type": "float", "count": 1, "values": [ 4.0 ] } + ] +} diff --git a/1.13.2/assets/minecraft/shaders/program/outline_watercolor.fsh b/1.13.2/assets/minecraft/shaders/program/outline_watercolor.fsh new file mode 100644 index 00000000..997e18a1 --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/program/outline_watercolor.fsh @@ -0,0 +1,41 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform float LumaRamp; + +void main(){ + vec4 center = texture2D(DiffuseSampler, texCoord); + vec4 up = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y)); + vec4 up2 = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y) * 2.0); + vec4 down = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0)); + vec4 down2 = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0) * 2.0); + vec4 left = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0)); + vec4 left2 = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0) * 2.0); + vec4 right = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y)); + vec4 right2 = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y) * 2.0); + vec4 ul = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, -oneTexel.y)); + vec4 ur = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, -oneTexel.y)); + vec4 bl = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, oneTexel.y)); + vec4 br = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, oneTexel.y)); + vec4 gray = vec4(0.3, 0.59, 0.11, 0.0); + float uDiff = dot(abs(center - up), gray); + float dDiff = dot(abs(center - down), gray); + float lDiff = dot(abs(center - left), gray); + float rDiff = dot(abs(center - right), gray); + float u2Diff = dot(abs(center - up2), gray); + float d2Diff = dot(abs(center - down2), gray); + float l2Diff = dot(abs(center - left2), gray); + float r2Diff = dot(abs(center - right2), gray); + float ulDiff = dot(abs(center - ul), gray); + float urDiff = dot(abs(center - ur), gray); + float blDiff = dot(abs(center - bl), gray); + float brDiff = dot(abs(center - br), gray); + float sum = uDiff + dDiff + lDiff + rDiff + u2Diff + d2Diff + l2Diff + r2Diff + ulDiff + urDiff + blDiff + brDiff; + float sumLuma = clamp(sum, 0.0, 1.0); + + gl_FragColor = vec4(sumLuma, sumLuma, sumLuma, 1.0); +} diff --git a/1.13.2/assets/minecraft/shaders/program/outline_watercolor.json b/1.13.2/assets/minecraft/shaders/program/outline_watercolor.json new file mode 100644 index 00000000..29543528 --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/program/outline_watercolor.json @@ -0,0 +1,19 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "outline_watercolor", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "LumaRamp", "type": "float", "count": 1, "values": [ 16.0 ] } + ] +} diff --git a/1.13.2/assets/minecraft/shaders/program/overlay.fsh b/1.13.2/assets/minecraft/shaders/program/overlay.fsh new file mode 100644 index 00000000..815279a6 --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/program/overlay.fsh @@ -0,0 +1,27 @@ +#version 120 + +uniform sampler2D DiffuseSampler; +uniform sampler2D OverlaySampler; + +uniform vec2 InSize; + +varying vec2 texCoord; + +uniform float MosaicSize = 1.0; +uniform vec3 RedMatrix = vec3(1.0, 0.0, 0.0); +uniform vec3 GreenMatrix = vec3(0.0, 1.0, 0.0); +uniform vec3 BlueMatrix = vec3(0.0, 0.0, 1.0); + +void main(){ + vec2 mosaicInSize = InSize / MosaicSize; + vec2 fractPix = fract(texCoord * mosaicInSize) / mosaicInSize; + + vec4 baseTexel = texture2D(DiffuseSampler, texCoord - fractPix); + float red = dot(baseTexel.rgb, RedMatrix); + float green = dot(baseTexel.rgb, GreenMatrix); + float blue = dot(baseTexel.rgb, BlueMatrix); + + vec4 overlayTexel = texture2D(OverlaySampler, vec2(texCoord.x, 1.0 - texCoord.y)); + overlayTexel.a = 1.0; + gl_FragColor = mix(vec4(red, green, blue, 1.0), overlayTexel, overlayTexel.a); +} diff --git a/1.13.2/assets/minecraft/shaders/program/overlay.json b/1.13.2/assets/minecraft/shaders/program/overlay.json new file mode 100644 index 00000000..ceb8d0fc --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/program/overlay.json @@ -0,0 +1,23 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "blit", + "fragment": "overlay", + "attributes": [ "Position" ], + "samplers": [ + { "name": "OverlaySampler" }, + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "MosaicSize", "type": "float", "count": 1, "values": [ 1.0 ] }, + { "name": "RedMatrix", "type": "float", "count": 3, "values": [ 1.0, 0.0, 0.0 ] }, + { "name": "GreenMatrix", "type": "float", "count": 3, "values": [ 0.0, 1.0, 1.0 ] }, + { "name": "BlueMatrix", "type": "float", "count": 3, "values": [ 0.0, 0.0, 1.0 ] } + ] +} diff --git a/1.13.2/assets/minecraft/shaders/program/phosphor.fsh b/1.13.2/assets/minecraft/shaders/program/phosphor.fsh new file mode 100644 index 00000000..f86a270c --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/program/phosphor.fsh @@ -0,0 +1,19 @@ +#version 120 + +uniform sampler2D DiffuseSampler; +uniform sampler2D PrevSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +uniform vec3 Phosphor = vec3(0.7, 0.7, 0.7); +uniform float LerpFactor = 1.0; + +void main() { + vec4 CurrTexel = texture2D(DiffuseSampler, texCoord); + vec4 PrevTexel = texture2D(PrevSampler, texCoord); + + gl_FragColor = vec4(max(PrevTexel.rgb * Phosphor, CurrTexel.rgb), 1.0); +} diff --git a/1.13.2/assets/minecraft/shaders/program/phosphor.json b/1.13.2/assets/minecraft/shaders/program/phosphor.json new file mode 100644 index 00000000..c3a01f2d --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/program/phosphor.json @@ -0,0 +1,20 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "phosphor", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" }, + { "name": "PrevSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "Phosphor", "type": "float", "count": 3, "values": [ 0.3, 0.3, 0.3 ] } + ] +} diff --git a/1.13.2/assets/minecraft/shaders/program/rotscale.vsh b/1.13.2/assets/minecraft/shaders/program/rotscale.vsh new file mode 100644 index 00000000..7c04ed2e --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/program/rotscale.vsh @@ -0,0 +1,30 @@ +#version 120 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; +uniform vec2 OutSize; + +uniform vec2 InScale; +uniform vec2 InOffset; +uniform float InRotation; +uniform float Time; + +varying vec2 texCoord; +varying vec2 scaledCoord; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + texCoord = Position.xy / OutSize; + + float Deg2Rad = 0.0174532925; + float InRadians = InRotation * Deg2Rad; + float Cosine = cos(InRadians); + float Sine = sin(InRadians); + float RotU = texCoord.x * Cosine - texCoord.y * Sine; + float RotV = texCoord.y * Cosine + texCoord.x * Sine; + scaledCoord = vec2(RotU, RotV) * InScale + InOffset; +} diff --git a/1.13.2/assets/minecraft/shaders/program/scan_pincushion.fsh b/1.13.2/assets/minecraft/shaders/program/scan_pincushion.fsh new file mode 100644 index 00000000..2aef0d7e --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/program/scan_pincushion.fsh @@ -0,0 +1,64 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +const vec4 Zero = vec4(0.0); +const vec4 Half = vec4(0.5); +const vec4 One = vec4(1.0); +const vec4 Two = vec4(2.0); + +const float Pi = 3.1415926535; +const float PincushionAmount = 0.02; +const float CurvatureAmount = 0.02; +const float ScanlineAmount = 0.8; +const float ScanlineScale = 1.0; +const float ScanlineHeight = 1.0; +const float ScanlineBrightScale = 1.0; +const float ScanlineBrightOffset = 0.0; +const float ScanlineOffset = 0.0; +const vec3 Floor = vec3(0.05, 0.05, 0.05); +const vec3 Power = vec3(0.8, 0.8, 0.8); + +void main() { + vec4 InTexel = texture2D(DiffuseSampler, texCoord); + + vec2 PinUnitCoord = texCoord * Two.xy - One.xy; + float PincushionR2 = pow(length(PinUnitCoord), 2.0); + vec2 PincushionCurve = PinUnitCoord * PincushionAmount * PincushionR2; + vec2 ScanCoord = texCoord; + + ScanCoord *= One.xy - PincushionAmount * 0.2; + ScanCoord += PincushionAmount * 0.1; + ScanCoord += PincushionCurve; + + vec2 CurvatureClipCurve = PinUnitCoord * CurvatureAmount * PincushionR2; + vec2 ScreenClipCoord = texCoord; + ScreenClipCoord -= Half.xy; + ScreenClipCoord *= One.xy - CurvatureAmount * 0.2; + ScreenClipCoord += Half.xy; + ScreenClipCoord += CurvatureClipCurve; + + // -- Alpha Clipping -- + if (ScanCoord.x < 0.0) discard; + if (ScanCoord.y < 0.0) discard; + if (ScanCoord.x > 1.0) discard; + if (ScanCoord.y > 1.0) discard; + + // -- Scanline Simulation -- + float InnerSine = ScanCoord.y * InSize.y * ScanlineScale * 0.25; + float ScanBrightMod = sin(InnerSine * Pi + ScanlineOffset * InSize.y * 0.25); + float ScanBrightness = mix(1.0, (pow(ScanBrightMod * ScanBrightMod, ScanlineHeight) * ScanlineBrightScale + 1.0) * 0.5, ScanlineAmount); + vec3 ScanlineTexel = InTexel.rgb * ScanBrightness; + + // -- Color Compression (increasing the floor of the signal without affecting the ceiling) -- + ScanlineTexel = Floor + (One.xyz - Floor) * ScanlineTexel; + + ScanlineTexel.rgb = pow(ScanlineTexel.rgb, Power); + + gl_FragColor = vec4(ScanlineTexel.rgb, 1.0); +} diff --git a/1.13.2/assets/minecraft/shaders/program/scan_pincushion.json b/1.13.2/assets/minecraft/shaders/program/scan_pincushion.json new file mode 100644 index 00000000..9c7f9a3d --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/program/scan_pincushion.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "scan_pincushion", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.13.2/assets/minecraft/shaders/program/sobel.fsh b/1.13.2/assets/minecraft/shaders/program/sobel.fsh new file mode 100644 index 00000000..6ed6b147 --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/program/sobel.fsh @@ -0,0 +1,20 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 center = texture2D(DiffuseSampler, texCoord); + vec4 left = texture2D(DiffuseSampler, texCoord - vec2(oneTexel.x, 0.0)); + vec4 right = texture2D(DiffuseSampler, texCoord + vec2(oneTexel.x, 0.0)); + vec4 up = texture2D(DiffuseSampler, texCoord - vec2(0.0, oneTexel.y)); + vec4 down = texture2D(DiffuseSampler, texCoord + vec2(0.0, oneTexel.y)); + vec4 leftDiff = center - left; + vec4 rightDiff = center - right; + vec4 upDiff = center - up; + vec4 downDiff = center - down; + vec4 total = clamp(leftDiff + rightDiff + upDiff + downDiff, 0.0, 1.0); + gl_FragColor = vec4(total.rgb, 1.0); +} diff --git a/1.13.2/assets/minecraft/shaders/program/sobel.json b/1.13.2/assets/minecraft/shaders/program/sobel.json new file mode 100644 index 00000000..dc2fc17b --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/program/sobel.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "sobel", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.13.2/assets/minecraft/shaders/program/sobel.vsh b/1.13.2/assets/minecraft/shaders/program/sobel.vsh new file mode 100644 index 00000000..0265fc53 --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/program/sobel.vsh @@ -0,0 +1,19 @@ +#version 120 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; +uniform vec2 OutSize; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + oneTexel = 1.0 / InSize; + + texCoord = Position.xy / OutSize; +} diff --git a/1.13.2/assets/minecraft/shaders/program/spider.json b/1.13.2/assets/minecraft/shaders/program/spider.json new file mode 100644 index 00000000..3a47688e --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/program/spider.json @@ -0,0 +1,25 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "rotscale", + "fragment": "spiderclip", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" }, + { "name": "BlurSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "InScale", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "InOffset", "type": "float", "count": 2, "values": [ 0.0, 0.0 ] }, + { "name": "InRotation", "type": "float", "count": 1, "values": [ 0.0 ] }, + { "name": "Time", "type": "float", "count": 1, "values": [ 0.0 ] }, + { "name": "Scissor", "type": "float", "count": 4, "values": [ 0.0, 0.0, 1.0, 1.0 ] }, + { "name": "Vignette", "type": "float", "count": 4, "values": [ 0.0, 0.0, 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.13.2/assets/minecraft/shaders/program/spiderclip.fsh b/1.13.2/assets/minecraft/shaders/program/spiderclip.fsh new file mode 100644 index 00000000..f53979ca --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/program/spiderclip.fsh @@ -0,0 +1,31 @@ +#version 120 + +uniform sampler2D DiffuseSampler; +uniform sampler2D BlurSampler; + +varying vec2 texCoord; +varying vec2 scaledCoord; + +uniform vec2 InSize; +uniform vec4 Scissor; +uniform vec4 Vignette; + +void main() { + vec4 ScaledTexel = texture2D(DiffuseSampler, scaledCoord); + vec4 BlurTexel = texture2D(BlurSampler, texCoord); + vec4 OutTexel = ScaledTexel; + + // -- Alpha Clipping -- + if (scaledCoord.x < Scissor.x) OutTexel = BlurTexel; + if (scaledCoord.y < Scissor.y) OutTexel = BlurTexel; + if (scaledCoord.x > Scissor.z) OutTexel = BlurTexel; + if (scaledCoord.y > Scissor.w) OutTexel = BlurTexel; + + clamp(scaledCoord, 0.0, 1.0); + + if (scaledCoord.x < Vignette.x) OutTexel = mix(BlurTexel, OutTexel, (Scissor.x - scaledCoord.x) / (Scissor.x - Vignette.x)); + if (scaledCoord.y < Vignette.y) OutTexel = mix(BlurTexel, OutTexel, (Scissor.y - scaledCoord.y) / (Scissor.y - Vignette.y)); + if (scaledCoord.x > Vignette.z) OutTexel = mix(BlurTexel, OutTexel, (Scissor.z - scaledCoord.x) / (Scissor.z - Vignette.z)); + if (scaledCoord.y > Vignette.w) OutTexel = mix(BlurTexel, OutTexel, (Scissor.w - scaledCoord.y) / (Scissor.w - Vignette.w)); + gl_FragColor = vec4(OutTexel.rgb, 1.0); +} diff --git a/1.13.2/assets/minecraft/shaders/program/wobble.fsh b/1.13.2/assets/minecraft/shaders/program/wobble.fsh new file mode 100644 index 00000000..9a175403 --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/program/wobble.fsh @@ -0,0 +1,58 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +uniform float Time; +uniform vec2 Frequency; +uniform vec2 WobbleAmount; + +vec3 hue(float h) +{ + float r = abs(h * 6.0 - 3.0) - 1.0; + float g = 2 - abs(h * 6.0 - 2.0); + float b = 2 - abs(h * 6.0 - 4.0); + return clamp(vec3(r,g,b), 0.0, 1.0); +} + +vec3 HSVtoRGB(vec3 hsv) { + return ((hue(hsv.x) - 1.0) * hsv.y + 1.0) * hsv.z; +} + +vec3 RGBtoHSV(vec3 rgb) { + vec3 hsv = vec3(0.0); + hsv.z = max(rgb.r, max(rgb.g, rgb.b)); + float min = min(rgb.r, min(rgb.g, rgb.b)); + float c = hsv.z - min; + + if (c != 0) + { + hsv.y = c / hsv.z; + vec3 delta = (hsv.z - rgb) / c; + delta.rgb -= delta.brg; + delta.rg += vec2(2.0, 4.0); + if (rgb.r >= hsv.z) { + hsv.x = delta.b; + } else if (rgb.g >= hsv.z) { + hsv.x = delta.r; + } else { + hsv.x = delta.g; + } + hsv.x = fract(hsv.x / 6.0); + } + return hsv; +} + +void main() { + float xOffset = sin(texCoord.y * Frequency.x + Time * 3.1415926535 * 2.0) * WobbleAmount.x; + float yOffset = cos(texCoord.x * Frequency.y + Time * 3.1415926535 * 2.0) * WobbleAmount.y; + vec2 offset = vec2(xOffset, yOffset); + vec4 rgb = texture2D(DiffuseSampler, texCoord + offset); + vec3 hsv = RGBtoHSV(rgb.rgb); + hsv.x = fract(hsv.x + Time); + gl_FragColor = vec4(HSVtoRGB(hsv), 1.0); +} diff --git a/1.13.2/assets/minecraft/shaders/program/wobble.json b/1.13.2/assets/minecraft/shaders/program/wobble.json new file mode 100644 index 00000000..d8e9945a --- /dev/null +++ b/1.13.2/assets/minecraft/shaders/program/wobble.json @@ -0,0 +1,21 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "wobble", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "Time", "type": "float", "count": 1, "values": [ 0.0 ] }, + { "name": "Frequency", "type": "float", "count": 2, "values": [ 512.0, 288.0 ] }, + { "name": "WobbleAmount", "type": "float", "count": 2, "values": [ 0.002, 0.002 ] } + ] +} diff --git a/1.13.2/assets/minecraft/texts/credits.txt b/1.13.2/assets/minecraft/texts/credits.txt new file mode 100644 index 00000000..fab1c368 --- /dev/null +++ b/1.13.2/assets/minecraft/texts/credits.txt @@ -0,0 +1,318 @@ +[C]§f============ +[C]§eMinecraft Team +[C]§f============ + +§7Original Creator +§f Markus Persson + +§7Lead Creative Designer +§f Jens Bergensten + +§7Producers +§f Adrian Östergård +§f Aleksandra Zajac +§f Fredrik Telenius + +§7Lead Engineer +§f Nathan Adams + +§7Game Developers +§f Agnes Larsson +§f Bartosz Bok +§f Cory Scheviak +§f Daniel Wustenhoff +§f Erik Broes +§f Georgii Gavrichev +§f Josh Letellier +§f Maria Lemón +§f Michael Stoyke +§f Mikael Hedberg +§f Petr Mrázek +§f Thomas Guimbretière + +§7Realms Developers +§f Alexandre Pretto Nunes +§f Alexander Torstling +§f Alexander Östman +§f Christoffer Hammarström +§f Erik Bylund +§f Henning Erlandsen +§f Johnny Sjöö +§f Magnus Jäderberg +§f Márcio Oliviera +§f Niclas Unnervik +§f Sina Tamanna +§f Tomas Alaeus + +§7Minecraft Content Lead +§f Marc Watson + +§7Minecraft Content Coordinator +§f Adam Martinsson +§f Matthew Dryden +§f Oskar Thysell + +§7Art Director +§f Markus Toivonen + +§7Graphics Artists +§f Jasper Boerstra +§f Johan Aronsson +§f Martin Johansson +§f Mattis Grahm +§f Ninni Landin + +§7User Experience Design Director +§f Tobias Ahlin + +§7User Experience Design +§f Lily Ekman +§f Oscar Nilsson + +§7User Experience Developers +§f Dario Vodopivec +§f Emelie Sidesiö +§f Michael Novén +§f Oleg Kozitsyn +§f Sebastian Hindefelt + +§7Lead Sound Designer +§f Samuel Åberg + +§7Sound Design +§f Daniel Rosenfeld + +§7Music composed by +§f Daniel Rosenfeld + +§7Writing +§f Julian Gough + +§7Developers of Mo’ Creatures +§f Dan Roque +§f John Olarte (DrZhark) +§f Kent Christian Jensen + +[C]§f======== +[C]§eMojang +[C]§f======== + +§7Chief Executive Officer +§f Jonas Mårtensson + +§7Chief Operations Officer +§f Vu Bui + +§7Chief Finance Officer +§f Karin Severinson + +§7Chief Technology Officer +§f Rikard Herlitz + +§7Brand Director +§f Lydia Winters + +§7Human Resources +§f Maja Samuelsson + +§7Game Designers +§f Max Herngren + +§7Game Developers +§f Aron Nieminen +§f Christian Nordgren +§f Christian Westman +§f Jon Maiga +§f Måns Olson + +§7Lead Systems Developer +§f Kristoffer Jelbring + +§7System Developers +§f Maria Katsourani +§f Jifeng Zhang +§f Pär Axelsson +§f Robert Sjödahl +§f Stefan Torstensson +§f Tom Miles +§f Tomas Sommar +§f Wenlan Yang + +§7Director of Business Development +§f Patrick Geuder + +§7Business Intelligence +§f Brynjólfur Erlingsson + +§7Production Director +§f Olof Carlson Sandvik + +§7Producers +§f Hampus Nilsson +§f Johannes Söderberg +§f Moira Ingeltun +§f Sheila Ho + +§7Project Director +§f Ulrika Höjgård + +§7Project Managers +§f Henrik Pettersson +§f Isabella Balk +§f Lisa Kempe +§f Nicolette Suraga + +§7Director of Creative Communications +§f Owen Jones + +§7Creative Communications Assistant +§f Per Landin +§f Tom Stone + +§7Head of Community Relations +§f Karim Walldén + +§7Head of Social Media +§f Alice Löfgren + +§7Customer Support Team Lead +§f Mattias Victorin + +§7Customer Support +§f Amelia Lindroth Henriksson +§f Angehlica Walling +§f Anna Lundgren +§f Antonia Kousathana +§f Carl Johnsson +§f Cecilia Flumé +§f Cim Borg +§f David Stuart Dahlgren +§f Ellie Ashrafi +§f Jonny Hair +§f Nasim Derakhshan +§f Patrik Södergren +§f Rui Ribeiro +§f Sarah Mårtensson +§f Theodor Colbing + +§7Office Managers +§f Alex Andersson +§f Siri Hoel Andersson + +§7Finance Manager +§f Marina Kostesic + +§7Finance Accountants +§f Josefina Axelsson + +§7IT Wizard +§f Shoghi Cervantes + +§7Merchandise Art Director +§f Alexis Holmqvist + +§7Product Designers +§f Amanda Ström +§f Filip Thoms +§f Jennifer Hammervald + +§7Intellectual Property Enforcement Team Lead +§f Olle Personne + +§7Intellectual Property Enforcement Agents +§f Josefin Olsson +§f Mathias Andersson +§f Matilda Åkerman +§f Marcus Forss + +[C]§f=========== +[C]§eMojang Alumni +[C]§f=========== + +§7Chief Executive Officers +§f Carl Manneh + +§7Project Directors +§f Jakob Porsér + +§7Production Director +§f Daniel Kaplan + +§7Assistant Producers +§f Warren Loo + +§7Game Developers +§f Daniel Frisk +§f Johan Bernhardsson +§f Nathan Gilbert +§f Ryan Holtz +§f Tobias Möllstam + +§7Additional Programming +§f Elliot 'Hippoplatimus' Segal +§f Paul Spooner +§f Ryan 'Scaevolus' Hitchman + +§7System Developers +§f Leonard Gram +§f Martin Odhelius + +§7Realms Developers +§f Amir Moulavi +§f David Marby +§f Mats Henricson +§f Philip Vieira + +§7Graphics Artists +§f Kristoffer Zetterstrand +§f Poi Poi Chen + +§7Head of Social Media +§f Amelia Dale + +§7Additional Graphics +§f Jonatan Pöljö +§f Mariana Graham Ramirez + +§7Creative Communications Manager +§f Martin Davies + +§7Customer Support +§f Andreas Andersson +§f Andreas Jörgensen +§f Annika Tripke-Lund +§f Anton Albiin +§f Dante Stjernberg +§f David Carlsson +§f Elin Frykholm +§f Eliza Hearsum +§f Emily Richardson +§f Erik Nordberg +§f Fredrik Henriksson +§f Henrik Davallius +§f Henry Shi +§f Joe Liu +§f Kevin Vesterlund +§f Mike Till +§f Rabi Hadad +§f Robert Miskiewicz +§f Robin Cocks +§f Robin Thunström + +§7Office Managers +§f Charlotte Wredesjö +§f Jill Curran +§f Linn Hultman + +[C]§f============ +[C]§eSpecial Thanks +[C]§f============ + +§f Daniel Brynolf +§f Pontus Hammarberg + + + + + +§f"Twenty years from now you will be more disappointed by the things that you didn't do than by the ones you did do. So throw off the bowlines. Sail away from the safe harbor. Catch the trade winds in your sails. Explore. Dream. Discover." §7- Unknown diff --git a/1.13.2/assets/minecraft/texts/end.txt b/1.13.2/assets/minecraft/texts/end.txt new file mode 100644 index 00000000..72775248 --- /dev/null +++ b/1.13.2/assets/minecraft/texts/end.txt @@ -0,0 +1,151 @@ +§3I see the player you mean. + +§2PLAYERNAME? + +§3Yes. Take care. It has reached a higher level now. It can read our thoughts. + +§2That doesn't matter. It thinks we are part of the game. + +§3I like this player. It played well. It did not give up. + +§2It is reading our thoughts as though they were words on a screen. + +§3That is how it chooses to imagine many things, when it is deep in the dream of a game. + +§2Words make a wonderful interface. Very flexible. And less terrifying than staring at the reality behind the screen. + +§3They used to hear voices. Before players could read. Back in the days when those who did not play called the players witches, and warlocks. And players dreamed they flew through the air, on sticks powered by demons. + +§2What did this player dream? + +§3This player dreamed of sunlight and trees. Of fire and water. It dreamed it created. And it dreamed it destroyed. It dreamed it hunted, and was hunted. It dreamed of shelter. + +§2Hah, the original interface. A million years old, and it still works. But what true structure did this player create, in the reality behind the screen? + +§3It worked, with a million others, to sculpt a true world in a fold of the §f§k§a§b§3, and created a §f§k§a§b§3 for §f§k§a§b§3, in the §f§k§a§b§3. + +§2It cannot read that thought. + +§3No. It has not yet achieved the highest level. That, it must achieve in the long dream of life, not the short dream of a game. + +§2Does it know that we love it? That the universe is kind? + +§3Sometimes, through the noise of its thoughts, it hears the universe, yes. + +§2But there are times it is sad, in the long dream. It creates worlds that have no summer, and it shivers under a black sun, and it takes its sad creation for reality. + +§3To cure it of sorrow would destroy it. The sorrow is part of its own private task. We cannot interfere. + +§2Sometimes when they are deep in dreams, I want to tell them, they are building true worlds in reality. Sometimes I want to tell them of their importance to the universe. Sometimes, when they have not made a true connection in a while, I want to help them to speak the word they fear. + +§3It reads our thoughts. + +§2Sometimes I do not care. Sometimes I wish to tell them, this world you take for truth is merely §f§k§a§b§2 and §f§k§a§b§2, I wish to tell them that they are §f§k§a§b§2 in the §f§k§a§b§2. They see so little of reality, in their long dream. + +§3And yet they play the game. + +§2But it would be so easy to tell them... + +§3Too strong for this dream. To tell them how to live is to prevent them living. + +§2I will not tell the player how to live. + +§3The player is growing restless. + +§2I will tell the player a story. + +§3But not the truth. + +§2No. A story that contains the truth safely, in a cage of words. Not the naked truth that can burn over any distance. + +§3Give it a body, again. + +§2Yes. Player... + +§3Use its name. + +§2PLAYERNAME. Player of games. + +§3Good. + +§2Take a breath, now. Take another. Feel air in your lungs. Let your limbs return. Yes, move your fingers. Have a body again, under gravity, in air. Respawn in the long dream. There you are. Your body touching the universe again at every point, as though you were separate things. As though we were separate things. + +§3Who are we? Once we were called the spirit of the mountain. Father sun, mother moon. Ancestral spirits, animal spirits. Jinn. Ghosts. The green man. Then gods, demons. Angels. Poltergeists. Aliens, extraterrestrials. Leptons, quarks. The words change. We do not change. + +§2We are the universe. We are everything you think isn't you. You are looking at us now, through your skin and your eyes. And why does the universe touch your skin, and throw light on you? To see you, player. To know you. And to be known. I shall tell you a story. + +§2Once upon a time, there was a player. + +§3The player was you, PLAYERNAME. + +§2Sometimes it thought itself human, on the thin crust of a spinning globe of molten rock. The ball of molten rock circled a ball of blazing gas that was three hundred and thirty thousand times more massive than it. They were so far apart that light took eight minutes to cross the gap. The light was information from a star, and it could burn your skin from a hundred and fifty million kilometres away. + +§2Sometimes the player dreamed it was a miner, on the surface of a world that was flat, and infinite. The sun was a square of white. The days were short; there was much to do; and death was a temporary inconvenience. + +§3Sometimes the player dreamed it was lost in a story. + +§2Sometimes the player dreamed it was other things, in other places. Sometimes these dreams were disturbing. Sometimes very beautiful indeed. Sometimes the player woke from one dream into another, then woke from that into a third. + +§3Sometimes the player dreamed it watched words on a screen. + +§2Let's go back. + +§2The atoms of the player were scattered in the grass, in the rivers, in the air, in the ground. A woman gathered the atoms; she drank and ate and inhaled; and the woman assembled the player, in her body. + +§2And the player awoke, from the warm, dark world of its mother's body, into the long dream. + +§2And the player was a new story, never told before, written in letters of DNA. And the player was a new program, never run before, generated by a sourcecode a billion years old. And the player was a new human, never alive before, made from nothing but milk and love. + +§3You are the player. The story. The program. The human. Made from nothing but milk and love. + +§2Let's go further back. + +§2The seven billion billion billion atoms of the player's body were created, long before this game, in the heart of a star. So the player, too, is information from a star. And the player moves through a story, which is a forest of information planted by a man called Julian, on a flat, infinite world created by a man called Markus, that exists inside a small, private world created by the player, who inhabits a universe created by... + +§3Shush. Sometimes the player created a small, private world that was soft and warm and simple. Sometimes hard, and cold, and complicated. Sometimes it built a model of the universe in its head; flecks of energy, moving through vast empty spaces. Sometimes it called those flecks "electrons" and "protons". + +§2Sometimes it called them "planets" and "stars". + +§2Sometimes it believed it was in a universe that was made of energy that was made of offs and ons; zeros and ones; lines of code. Sometimes it believed it was playing a game. Sometimes it believed it was reading words on a screen. + +§3You are the player, reading words... + +§2Shush... Sometimes the player read lines of code on a screen. Decoded them into words; decoded words into meaning; decoded meaning into feelings, emotions, theories, ideas, and the player started to breathe faster and deeper and realised it was alive, it was alive, those thousand deaths had not been real, the player was alive + +§3You. You. You are alive. + +§2and sometimes the player believed the universe had spoken to it through the sunlight that came through the shuffling leaves of the summer trees + +§3and sometimes the player believed the universe had spoken to it through the light that fell from the crisp night sky of winter, where a fleck of light in the corner of the player's eye might be a star a million times as massive as the sun, boiling its planets to plasma in order to be visible for a moment to the player, walking home at the far side of the universe, suddenly smelling food, almost at the familiar door, about to dream again + +§2and sometimes the player believed the universe had spoken to it through the zeros and ones, through the electricity of the world, through the scrolling words on a screen at the end of a dream + +§3and the universe said I love you + +§2and the universe said you have played the game well + +§3and the universe said everything you need is within you + +§2and the universe said you are stronger than you know + +§3and the universe said you are the daylight + +§2and the universe said you are the night + +§3and the universe said the darkness you fight is within you + +§2and the universe said the light you seek is within you + +§3and the universe said you are not alone + +§2and the universe said you are not separate from every other thing + +§3and the universe said you are the universe tasting itself, talking to itself, reading its own code + +§2and the universe said I love you because you are love. + +§3And the game was over and the player woke up from the dream. And the player began a new dream. And the player dreamed again, dreamed better. And the player was the universe. And the player was love. + +§3You are the player. + +§2Wake up. diff --git a/1.13.2/assets/minecraft/texts/splashes.txt b/1.13.2/assets/minecraft/texts/splashes.txt new file mode 100644 index 00000000..e8b9ca06 --- /dev/null +++ b/1.13.2/assets/minecraft/texts/splashes.txt @@ -0,0 +1,376 @@ +As seen on TV! +Awesome! +100% pure! +May contain nuts! +More polygons! +Sexy! +Limited edition! +Flashing letters! +Made by Notch! +It's here! +Best in class! +It's finished! +Kind of dragon free! +Excitement! +More than 500 sold! +One of a kind! +Heaps of hits on YouTube! +Indev! +Spiders everywhere! +Check it out! +Holy cow, man! +It's a game! +Made in Sweden! +Uses LWJGL! +Reticulating splines! +Minecraft! +Yaaay! +Singleplayer! +Keyboard compatible! +Undocumented! +Ingots! +Exploding creepers! +That's no moon! +l33t! +Create! +Survive! +Dungeon! +Exclusive! +The bee's knees! +Down with O.P.P.! +Closed source! +Classy! +Wow! +Not on steam! +Oh man! +Awesome community! +Pixels! +Teetsuuuuoooo! +Kaaneeeedaaaa! +Now with difficulty! +Enhanced! +90% bug free! +Pretty! +12 herbs and spices! +Fat free! +Absolutely no memes! +Free dental! +Ask your doctor! +Minors welcome! +Cloud computing! +Legal in Finland! +Hard to label! +Technically good! +Bringing home the bacon! +Indie! +GOTY! +Ceci n'est pas une title screen! +Euclidian! +Now in 3D! +Inspirational! +Herregud! +Complex cellular automata! +Yes, sir! +Played by cowboys! +OpenGL 2.1 (if supported)! +Thousands of colors! +Try it! +Age of Wonders is better! +Try the mushroom stew! +Sensational! +Hot tamale, hot hot tamale! +Play him off, keyboard cat! +Guaranteed! +Macroscopic! +Bring it on! +Random splash! +Call your mother! +Monster infighting! +Loved by millions! +Ultimate edition! +Freaky! +You've got a brand new key! +Water proof! +Uninflammable! +Whoa, dude! +All inclusive! +Tell your friends! +NP is not in P! +Music by C418! +Livestreamed! +Haunted! +Polynomial! +Terrestrial! +All is full of love! +Full of stars! +Scientific! +Not as cool as Spock! +Collaborate and listen! +Never dig down! +Take frequent breaks! +Not linear! +Han shot first! +Nice to meet you! +Buckets of lava! +Ride the pig! +Larger than Earth! +sqrt(-1) love you! +Phobos anomaly! +Punching wood! +Falling off cliffs! +1% sugar! +150% hyperbole! +Synecdoche! +Let's danec! +Seecret Friday update! +Reference implementation! +Lewd with two dudes with food! +Kiss the sky! +20 GOTO 10! +Verlet intregration! +Peter Griffin! +Do not distribute! +Cogito ergo sum! +4815162342 lines of code! +A skeleton popped out! +The Work of Notch! +The sum of its parts! +BTAF used to be good! +I miss ADOM! +umop-apisdn! +OICU812! +Bring me Ray Cokes! +Finger-licking! +Thematic! +Pneumatic! +Sublime! +Octagonal! +Une baguette! +Gargamel plays it! +Rita is the new top dog! +SWM forever! +Representing Edsbyn! +Matt Damon! +Supercalifragilisticexpialidocious! +Consummate V's! +Cow Tools! +Double buffered! +Fan fiction! +Flaxkikare! +Jason! Jason! Jason! +Hotter than the sun! +Internet enabled! +Autonomous! +Engage! +Fantasy! +DRR! DRR! DRR! +Kick it root down! +Regional resources! +Woo, facepunch! +Woo, somethingawful! +Woo, /v/! +Woo, tigsource! +Woo, minecraftforum! +Woo, worldofminecraft! +Woo, reddit! +Woo, 2pp! +Google anlyticsed! +Now supports åäö! +Give us Gordon! +Tip your waiter! +Very fun! +12345 is a bad password! +Vote for net neutrality! +Lives in a pineapple under the sea! +MAP11 has two names! +Omnipotent! +Gasp! +...! +Bees, bees, bees, bees! +Jag känner en bot! +This text is hard to read if you play the game at the default resolution, but at 1080p it's fine! +Haha, LOL! +Hampsterdance! +Switches and ores! +Menger sponge! +idspispopd! +Eple (original edit)! +So fresh, so clean! +Slow acting portals! +Try the Nether! +Don't look directly at the bugs! +Oh, ok, Pigmen! +Finally with ladders! +Scary! +Play Minecraft, Watch Topgear, Get Pig! +Twittered about! +Jump up, jump up, and get down! +Joel is neat! +A riddle, wrapped in a mystery! +Huge tracts of land! +Welcome to your Doom! +Stay a while, stay forever! +Stay a while and listen! +Treatment for your rash! +"Autological" is! +Information wants to be free! +"Almost never" is an interesting concept! +Lots of truthiness! +The creeper is a spy! +Turing complete! +It's groundbreaking! +Let our battle's begin! +The sky is the limit! +Jeb has amazing hair! +Ryan also has amazing hair! +Casual gaming! +Undefeated! +Kinda like Lemmings! +Follow the train, CJ! +Leveraging synergy! +This message will never appear on the splash screen, isn't that weird? +DungeonQuest is unfair! +110813! +90210! +Check out the far lands! +Tyrion would love it! +Also try VVVVVV! +Also try Super Meat Boy! +Also try Terraria! +Also try Mount And Blade! +Also try Project Zomboid! +Also try World of Goo! +Also try Limbo! +Also try Pixeljunk Shooter! +Also try Braid! +That's super! +Bread is pain! +Read more books! +Khaaaaaaaaan! +Less addictive than TV Tropes! +More addictive than lemonade! +Bigger than a bread box! +Millions of peaches! +Fnord! +This is my true form! +Totally forgot about Dre! +Don't bother with the clones! +Pumpkinhead! +Hobo humping slobo babe! +Made by Jeb! +Has an ending! +Finally complete! +Feature packed! +Boots with the fur! +Stop, hammertime! +Testificates! +Conventional! +Homeomorphic to a 3-sphere! +Doesn't avoid double negatives! +Place ALL the blocks! +Does barrel rolls! +Meeting expectations! +PC gaming since 1873! +Ghoughpteighbteau tchoghs! +Déjà vu! +Déjà vu! +Got your nose! +Haley loves Elan! +Afraid of the big, black bat! +Doesn't use the U-word! +Child's play! +See you next Friday or so! +From the streets of Södermalm! +150 bpm for 400000 minutes! +Technologic! +Funk soul brother! +Pumpa kungen! +日本ハロー! +한국 안녕하세요! +Helo Cymru! +Cześć Polsko! +你好中国! +Привет Россия! +Γεια σου Ελλάδα! +My life for Aiur! +Lennart lennart = new Lennart(); +I see your vocabulary has improved! +Who put it there? +You can't explain that! +if not ok then return end +§1C§2o§3l§4o§5r§6m§7a§8t§9i§ac +§kFUNKY LOL +Big Pointy Teeth! +Bekarton guards the gate! +Mmmph, mmph! +Don't feed avocados to parrots! +Swords for everyone! +Plz reply to my tweet! +.party()! +Take her pillow! +Put that cookie down! +Pretty scary! +I have a suggestion. +Now with extra hugs! +Now Java 8! +Woah. +HURNERJSGER? +What's up, Doc? +Now contains 32 random daily cats! +That's Numberwang! +pls rt +Do you want to join my server? +Put a little fence around it! +Throw a blanket over it! +One day, somewhere in the future, my work will be quoted! +Now with additional stuff! +Extra things! +Yay, puppies for everyone! +So sweet, like a nice bon bon! +Popping tags! +Very influential in its circle! +Now With Multiplayer! +Rise from your grave! +Warning! A huge battleship "STEVE" is approaching fast! +Blue warrior shot the food! +Run, coward! I hunger! +Flavor with no seasoning! +Strange, but not a stranger! +Tougher than diamonds, rich like cream! +Getting ready to show! +Getting ready to know! +Getting ready to drop! +Getting ready to shock! +Getting ready to freak! +Getting ready to speak! +It swings, it jives! +Cruising streets for gold! +Take an eggbeater and beat it against a skillet! +Make me a table, a funky table! +Take the elevator to the mezzanine! +Stop being reasonable, this is the Internet! +/give @a hugs 64 +This is good for Realms. +Any computer is a laptop if you're brave enough! +Do it all, everything! +Where there is not light, there can spider! +GNU Terry Pratchett +More Digital! +doot doot +Falling with style! +There's no stopping the Trollmaso +Throw yourself at the ground and miss +Rule #1: it's never my fault +Replaced molten cheese with blood? +Absolutely fixed relatively broken coordinates +Boats FTW +Javalicious edition +Should not be played while driving +You're going too fast! +Don't feed chocolate to parrots! +The true meaning of covfefe +An illusion! What are you hiding? +Something's not quite right... +Thank you for the fish! +All rumors are true! +Truly gone fishing! \ No newline at end of file diff --git a/1.13.2/assets/minecraft/textures/block/acacia_door_bottom.png b/1.13.2/assets/minecraft/textures/block/acacia_door_bottom.png new file mode 100644 index 00000000..ba1bd2b8 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/acacia_door_bottom.png differ diff --git a/1.13.2/assets/minecraft/textures/block/acacia_door_top.png b/1.13.2/assets/minecraft/textures/block/acacia_door_top.png new file mode 100644 index 00000000..9ea5df33 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/acacia_door_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/acacia_leaves.png b/1.13.2/assets/minecraft/textures/block/acacia_leaves.png new file mode 100644 index 00000000..5b9b4211 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/acacia_leaves.png differ diff --git a/1.13.2/assets/minecraft/textures/block/acacia_log.png b/1.13.2/assets/minecraft/textures/block/acacia_log.png new file mode 100644 index 00000000..d4ee2f44 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/acacia_log.png differ diff --git a/1.13.2/assets/minecraft/textures/block/acacia_log_top.png b/1.13.2/assets/minecraft/textures/block/acacia_log_top.png new file mode 100644 index 00000000..53422569 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/acacia_log_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/acacia_planks.png b/1.13.2/assets/minecraft/textures/block/acacia_planks.png new file mode 100644 index 00000000..ef597514 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/acacia_planks.png differ diff --git a/1.13.2/assets/minecraft/textures/block/acacia_sapling.png b/1.13.2/assets/minecraft/textures/block/acacia_sapling.png new file mode 100644 index 00000000..840196dd Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/acacia_sapling.png differ diff --git a/1.13.2/assets/minecraft/textures/block/acacia_trapdoor.png b/1.13.2/assets/minecraft/textures/block/acacia_trapdoor.png new file mode 100644 index 00000000..e8eeb9c1 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/acacia_trapdoor.png differ diff --git a/1.13.2/assets/minecraft/textures/block/activator_rail.png b/1.13.2/assets/minecraft/textures/block/activator_rail.png new file mode 100644 index 00000000..5736a142 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/activator_rail.png differ diff --git a/1.13.2/assets/minecraft/textures/block/activator_rail_on.png b/1.13.2/assets/minecraft/textures/block/activator_rail_on.png new file mode 100644 index 00000000..7da9136a Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/activator_rail_on.png differ diff --git a/1.13.2/assets/minecraft/textures/block/allium.png b/1.13.2/assets/minecraft/textures/block/allium.png new file mode 100644 index 00000000..2068ace6 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/allium.png differ diff --git a/1.13.2/assets/minecraft/textures/block/andesite.png b/1.13.2/assets/minecraft/textures/block/andesite.png new file mode 100644 index 00000000..01ba4a18 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/andesite.png differ diff --git a/1.13.2/assets/minecraft/textures/block/anvil.png b/1.13.2/assets/minecraft/textures/block/anvil.png new file mode 100644 index 00000000..50848f86 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/anvil.png differ diff --git a/1.13.2/assets/minecraft/textures/block/anvil_top.png b/1.13.2/assets/minecraft/textures/block/anvil_top.png new file mode 100644 index 00000000..395dea47 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/anvil_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/attached_melon_stem.png b/1.13.2/assets/minecraft/textures/block/attached_melon_stem.png new file mode 100644 index 00000000..6a5c10e1 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/attached_melon_stem.png differ diff --git a/1.13.2/assets/minecraft/textures/block/attached_pumpkin_stem.png b/1.13.2/assets/minecraft/textures/block/attached_pumpkin_stem.png new file mode 100644 index 00000000..6a5c10e1 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/attached_pumpkin_stem.png differ diff --git a/1.13.2/assets/minecraft/textures/block/azure_bluet.png b/1.13.2/assets/minecraft/textures/block/azure_bluet.png new file mode 100644 index 00000000..50151c86 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/azure_bluet.png differ diff --git a/1.13.2/assets/minecraft/textures/block/beacon.png b/1.13.2/assets/minecraft/textures/block/beacon.png new file mode 100644 index 00000000..a69e59dc Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/beacon.png differ diff --git a/1.13.2/assets/minecraft/textures/block/bedrock.png b/1.13.2/assets/minecraft/textures/block/bedrock.png new file mode 100644 index 00000000..1643c995 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/bedrock.png differ diff --git a/1.13.2/assets/minecraft/textures/block/beetroots_stage0.png b/1.13.2/assets/minecraft/textures/block/beetroots_stage0.png new file mode 100644 index 00000000..c1ef7320 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/beetroots_stage0.png differ diff --git a/1.13.2/assets/minecraft/textures/block/beetroots_stage1.png b/1.13.2/assets/minecraft/textures/block/beetroots_stage1.png new file mode 100644 index 00000000..1275f4f8 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/beetroots_stage1.png differ diff --git a/1.13.2/assets/minecraft/textures/block/beetroots_stage2.png b/1.13.2/assets/minecraft/textures/block/beetroots_stage2.png new file mode 100644 index 00000000..b7347dfe Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/beetroots_stage2.png differ diff --git a/1.13.2/assets/minecraft/textures/block/beetroots_stage3.png b/1.13.2/assets/minecraft/textures/block/beetroots_stage3.png new file mode 100644 index 00000000..a13a0ec9 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/beetroots_stage3.png differ diff --git a/1.13.2/assets/minecraft/textures/block/birch_door_bottom.png b/1.13.2/assets/minecraft/textures/block/birch_door_bottom.png new file mode 100644 index 00000000..98bca06a Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/birch_door_bottom.png differ diff --git a/1.13.2/assets/minecraft/textures/block/birch_door_top.png b/1.13.2/assets/minecraft/textures/block/birch_door_top.png new file mode 100644 index 00000000..00183b23 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/birch_door_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/birch_leaves.png b/1.13.2/assets/minecraft/textures/block/birch_leaves.png new file mode 100644 index 00000000..a6773aff Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/birch_leaves.png differ diff --git a/1.13.2/assets/minecraft/textures/block/birch_log.png b/1.13.2/assets/minecraft/textures/block/birch_log.png new file mode 100644 index 00000000..bfb209d1 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/birch_log.png differ diff --git a/1.13.2/assets/minecraft/textures/block/birch_log_top.png b/1.13.2/assets/minecraft/textures/block/birch_log_top.png new file mode 100644 index 00000000..afed5cba Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/birch_log_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/birch_planks.png b/1.13.2/assets/minecraft/textures/block/birch_planks.png new file mode 100644 index 00000000..b113e3ae Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/birch_planks.png differ diff --git a/1.13.2/assets/minecraft/textures/block/birch_sapling.png b/1.13.2/assets/minecraft/textures/block/birch_sapling.png new file mode 100644 index 00000000..b5f01ffc Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/birch_sapling.png differ diff --git a/1.13.2/assets/minecraft/textures/block/birch_trapdoor.png b/1.13.2/assets/minecraft/textures/block/birch_trapdoor.png new file mode 100644 index 00000000..01255fe5 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/birch_trapdoor.png differ diff --git a/1.13.2/assets/minecraft/textures/block/black_concrete.png b/1.13.2/assets/minecraft/textures/block/black_concrete.png new file mode 100644 index 00000000..8413b9c6 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/black_concrete.png differ diff --git a/1.13.2/assets/minecraft/textures/block/black_concrete_powder.png b/1.13.2/assets/minecraft/textures/block/black_concrete_powder.png new file mode 100644 index 00000000..529daaa5 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/black_concrete_powder.png differ diff --git a/1.13.2/assets/minecraft/textures/block/black_glazed_terracotta.png b/1.13.2/assets/minecraft/textures/block/black_glazed_terracotta.png new file mode 100644 index 00000000..18acd927 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/black_glazed_terracotta.png differ diff --git a/1.13.2/assets/minecraft/textures/block/black_shulker_box.png b/1.13.2/assets/minecraft/textures/block/black_shulker_box.png new file mode 100644 index 00000000..213cec3b Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/black_shulker_box.png differ diff --git a/1.13.2/assets/minecraft/textures/block/black_stained_glass.png b/1.13.2/assets/minecraft/textures/block/black_stained_glass.png new file mode 100644 index 00000000..50e6677a Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/black_stained_glass.png differ diff --git a/1.13.2/assets/minecraft/textures/block/black_stained_glass_pane_top.png b/1.13.2/assets/minecraft/textures/block/black_stained_glass_pane_top.png new file mode 100644 index 00000000..43d60c55 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/black_stained_glass_pane_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/black_terracotta.png b/1.13.2/assets/minecraft/textures/block/black_terracotta.png new file mode 100644 index 00000000..e1ce2621 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/black_terracotta.png differ diff --git a/1.13.2/assets/minecraft/textures/block/black_wool.png b/1.13.2/assets/minecraft/textures/block/black_wool.png new file mode 100644 index 00000000..0e486b04 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/black_wool.png differ diff --git a/1.13.2/assets/minecraft/textures/block/blue_concrete.png b/1.13.2/assets/minecraft/textures/block/blue_concrete.png new file mode 100644 index 00000000..e1f68fc8 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/blue_concrete.png differ diff --git a/1.13.2/assets/minecraft/textures/block/blue_concrete_powder.png b/1.13.2/assets/minecraft/textures/block/blue_concrete_powder.png new file mode 100644 index 00000000..e78597e1 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/blue_concrete_powder.png differ diff --git a/1.13.2/assets/minecraft/textures/block/blue_glazed_terracotta.png b/1.13.2/assets/minecraft/textures/block/blue_glazed_terracotta.png new file mode 100644 index 00000000..8ced312b Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/blue_glazed_terracotta.png differ diff --git a/1.13.2/assets/minecraft/textures/block/blue_ice.png b/1.13.2/assets/minecraft/textures/block/blue_ice.png new file mode 100644 index 00000000..78b6040b Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/blue_ice.png differ diff --git a/1.13.2/assets/minecraft/textures/block/blue_orchid.png b/1.13.2/assets/minecraft/textures/block/blue_orchid.png new file mode 100644 index 00000000..7c00b5c3 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/blue_orchid.png differ diff --git a/1.13.2/assets/minecraft/textures/block/blue_shulker_box.png b/1.13.2/assets/minecraft/textures/block/blue_shulker_box.png new file mode 100644 index 00000000..3bcd44d1 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/blue_shulker_box.png differ diff --git a/1.13.2/assets/minecraft/textures/block/blue_stained_glass.png b/1.13.2/assets/minecraft/textures/block/blue_stained_glass.png new file mode 100644 index 00000000..d5168890 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/blue_stained_glass.png differ diff --git a/1.13.2/assets/minecraft/textures/block/blue_stained_glass_pane_top.png b/1.13.2/assets/minecraft/textures/block/blue_stained_glass_pane_top.png new file mode 100644 index 00000000..55c614f4 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/blue_stained_glass_pane_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/blue_terracotta.png b/1.13.2/assets/minecraft/textures/block/blue_terracotta.png new file mode 100644 index 00000000..7afe9305 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/blue_terracotta.png differ diff --git a/1.13.2/assets/minecraft/textures/block/blue_wool.png b/1.13.2/assets/minecraft/textures/block/blue_wool.png new file mode 100644 index 00000000..14c5d710 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/blue_wool.png differ diff --git a/1.13.2/assets/minecraft/textures/block/bone_block_side.png b/1.13.2/assets/minecraft/textures/block/bone_block_side.png new file mode 100644 index 00000000..ffdf641a Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/bone_block_side.png differ diff --git a/1.13.2/assets/minecraft/textures/block/bone_block_top.png b/1.13.2/assets/minecraft/textures/block/bone_block_top.png new file mode 100644 index 00000000..85a8b877 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/bone_block_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/bookshelf.png b/1.13.2/assets/minecraft/textures/block/bookshelf.png new file mode 100644 index 00000000..7ac3737a Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/bookshelf.png differ diff --git a/1.13.2/assets/minecraft/textures/block/brain_coral.png b/1.13.2/assets/minecraft/textures/block/brain_coral.png new file mode 100644 index 00000000..b950ab80 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/brain_coral.png differ diff --git a/1.13.2/assets/minecraft/textures/block/brain_coral_block.png b/1.13.2/assets/minecraft/textures/block/brain_coral_block.png new file mode 100644 index 00000000..074a2c9d Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/brain_coral_block.png differ diff --git a/1.13.2/assets/minecraft/textures/block/brain_coral_fan.png b/1.13.2/assets/minecraft/textures/block/brain_coral_fan.png new file mode 100644 index 00000000..eb5be1c7 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/brain_coral_fan.png differ diff --git a/1.13.2/assets/minecraft/textures/block/brewing_stand.png b/1.13.2/assets/minecraft/textures/block/brewing_stand.png new file mode 100644 index 00000000..60832aab Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/brewing_stand.png differ diff --git a/1.13.2/assets/minecraft/textures/block/brewing_stand_base.png b/1.13.2/assets/minecraft/textures/block/brewing_stand_base.png new file mode 100644 index 00000000..0742fbfa Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/brewing_stand_base.png differ diff --git a/1.13.2/assets/minecraft/textures/block/bricks.png b/1.13.2/assets/minecraft/textures/block/bricks.png new file mode 100644 index 00000000..fd6959c2 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/bricks.png differ diff --git a/1.13.2/assets/minecraft/textures/block/brown_concrete.png b/1.13.2/assets/minecraft/textures/block/brown_concrete.png new file mode 100644 index 00000000..1ee67164 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/brown_concrete.png differ diff --git a/1.13.2/assets/minecraft/textures/block/brown_concrete_powder.png b/1.13.2/assets/minecraft/textures/block/brown_concrete_powder.png new file mode 100644 index 00000000..14487d7d Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/brown_concrete_powder.png differ diff --git a/1.13.2/assets/minecraft/textures/block/brown_glazed_terracotta.png b/1.13.2/assets/minecraft/textures/block/brown_glazed_terracotta.png new file mode 100644 index 00000000..17bd427b Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/brown_glazed_terracotta.png differ diff --git a/1.13.2/assets/minecraft/textures/block/brown_mushroom.png b/1.13.2/assets/minecraft/textures/block/brown_mushroom.png new file mode 100644 index 00000000..8351fd47 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/brown_mushroom.png differ diff --git a/1.13.2/assets/minecraft/textures/block/brown_mushroom_block.png b/1.13.2/assets/minecraft/textures/block/brown_mushroom_block.png new file mode 100644 index 00000000..1f52ba89 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/brown_mushroom_block.png differ diff --git a/1.13.2/assets/minecraft/textures/block/brown_shulker_box.png b/1.13.2/assets/minecraft/textures/block/brown_shulker_box.png new file mode 100644 index 00000000..2b52d9e5 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/brown_shulker_box.png differ diff --git a/1.13.2/assets/minecraft/textures/block/brown_stained_glass.png b/1.13.2/assets/minecraft/textures/block/brown_stained_glass.png new file mode 100644 index 00000000..5d7f01de Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/brown_stained_glass.png differ diff --git a/1.13.2/assets/minecraft/textures/block/brown_stained_glass_pane_top.png b/1.13.2/assets/minecraft/textures/block/brown_stained_glass_pane_top.png new file mode 100644 index 00000000..cbd791a4 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/brown_stained_glass_pane_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/brown_terracotta.png b/1.13.2/assets/minecraft/textures/block/brown_terracotta.png new file mode 100644 index 00000000..9937e72c Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/brown_terracotta.png differ diff --git a/1.13.2/assets/minecraft/textures/block/brown_wool.png b/1.13.2/assets/minecraft/textures/block/brown_wool.png new file mode 100644 index 00000000..ffaa7509 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/brown_wool.png differ diff --git a/1.13.2/assets/minecraft/textures/block/bubble_coral.png b/1.13.2/assets/minecraft/textures/block/bubble_coral.png new file mode 100644 index 00000000..a94f9142 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/bubble_coral.png differ diff --git a/1.13.2/assets/minecraft/textures/block/bubble_coral_block.png b/1.13.2/assets/minecraft/textures/block/bubble_coral_block.png new file mode 100644 index 00000000..58b9999a Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/bubble_coral_block.png differ diff --git a/1.13.2/assets/minecraft/textures/block/bubble_coral_fan.png b/1.13.2/assets/minecraft/textures/block/bubble_coral_fan.png new file mode 100644 index 00000000..3ab3d2b5 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/bubble_coral_fan.png differ diff --git a/1.13.2/assets/minecraft/textures/block/cactus_bottom.png b/1.13.2/assets/minecraft/textures/block/cactus_bottom.png new file mode 100644 index 00000000..4bc7885a Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/cactus_bottom.png differ diff --git a/1.13.2/assets/minecraft/textures/block/cactus_side.png b/1.13.2/assets/minecraft/textures/block/cactus_side.png new file mode 100644 index 00000000..9c555037 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/cactus_side.png differ diff --git a/1.13.2/assets/minecraft/textures/block/cactus_top.png b/1.13.2/assets/minecraft/textures/block/cactus_top.png new file mode 100644 index 00000000..98e6faad Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/cactus_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/cake_bottom.png b/1.13.2/assets/minecraft/textures/block/cake_bottom.png new file mode 100644 index 00000000..d93b15ad Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/cake_bottom.png differ diff --git a/1.13.2/assets/minecraft/textures/block/cake_inner.png b/1.13.2/assets/minecraft/textures/block/cake_inner.png new file mode 100644 index 00000000..ce7ce690 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/cake_inner.png differ diff --git a/1.13.2/assets/minecraft/textures/block/cake_side.png b/1.13.2/assets/minecraft/textures/block/cake_side.png new file mode 100644 index 00000000..343a0234 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/cake_side.png differ diff --git a/1.13.2/assets/minecraft/textures/block/cake_top.png b/1.13.2/assets/minecraft/textures/block/cake_top.png new file mode 100644 index 00000000..2947892e Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/cake_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/carrots_stage0.png b/1.13.2/assets/minecraft/textures/block/carrots_stage0.png new file mode 100644 index 00000000..c1ef7320 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/carrots_stage0.png differ diff --git a/1.13.2/assets/minecraft/textures/block/carrots_stage1.png b/1.13.2/assets/minecraft/textures/block/carrots_stage1.png new file mode 100644 index 00000000..1275f4f8 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/carrots_stage1.png differ diff --git a/1.13.2/assets/minecraft/textures/block/carrots_stage2.png b/1.13.2/assets/minecraft/textures/block/carrots_stage2.png new file mode 100644 index 00000000..b7347dfe Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/carrots_stage2.png differ diff --git a/1.13.2/assets/minecraft/textures/block/carrots_stage3.png b/1.13.2/assets/minecraft/textures/block/carrots_stage3.png new file mode 100644 index 00000000..2391be83 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/carrots_stage3.png differ diff --git a/1.13.2/assets/minecraft/textures/block/carved_pumpkin.png b/1.13.2/assets/minecraft/textures/block/carved_pumpkin.png new file mode 100644 index 00000000..ecef0250 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/carved_pumpkin.png differ diff --git a/1.13.2/assets/minecraft/textures/block/cauldron_bottom.png b/1.13.2/assets/minecraft/textures/block/cauldron_bottom.png new file mode 100644 index 00000000..acb4c08a Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/cauldron_bottom.png differ diff --git a/1.13.2/assets/minecraft/textures/block/cauldron_inner.png b/1.13.2/assets/minecraft/textures/block/cauldron_inner.png new file mode 100644 index 00000000..5ae6c707 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/cauldron_inner.png differ diff --git a/1.13.2/assets/minecraft/textures/block/cauldron_side.png b/1.13.2/assets/minecraft/textures/block/cauldron_side.png new file mode 100644 index 00000000..b976acfc Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/cauldron_side.png differ diff --git a/1.13.2/assets/minecraft/textures/block/cauldron_top.png b/1.13.2/assets/minecraft/textures/block/cauldron_top.png new file mode 100644 index 00000000..970eefac Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/cauldron_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/chain_command_block_back.png b/1.13.2/assets/minecraft/textures/block/chain_command_block_back.png new file mode 100644 index 00000000..aab8909d Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/chain_command_block_back.png differ diff --git a/1.13.2/assets/minecraft/textures/block/chain_command_block_back.png.mcmeta b/1.13.2/assets/minecraft/textures/block/chain_command_block_back.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.13.2/assets/minecraft/textures/block/chain_command_block_back.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.13.2/assets/minecraft/textures/block/chain_command_block_conditional.png b/1.13.2/assets/minecraft/textures/block/chain_command_block_conditional.png new file mode 100644 index 00000000..b3bb6a4d Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/chain_command_block_conditional.png differ diff --git a/1.13.2/assets/minecraft/textures/block/chain_command_block_conditional.png.mcmeta b/1.13.2/assets/minecraft/textures/block/chain_command_block_conditional.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.13.2/assets/minecraft/textures/block/chain_command_block_conditional.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.13.2/assets/minecraft/textures/block/chain_command_block_front.png b/1.13.2/assets/minecraft/textures/block/chain_command_block_front.png new file mode 100644 index 00000000..a3f94cb5 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/chain_command_block_front.png differ diff --git a/1.13.2/assets/minecraft/textures/block/chain_command_block_front.png.mcmeta b/1.13.2/assets/minecraft/textures/block/chain_command_block_front.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.13.2/assets/minecraft/textures/block/chain_command_block_front.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.13.2/assets/minecraft/textures/block/chain_command_block_side.png b/1.13.2/assets/minecraft/textures/block/chain_command_block_side.png new file mode 100644 index 00000000..c67fd4ce Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/chain_command_block_side.png differ diff --git a/1.13.2/assets/minecraft/textures/block/chain_command_block_side.png.mcmeta b/1.13.2/assets/minecraft/textures/block/chain_command_block_side.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.13.2/assets/minecraft/textures/block/chain_command_block_side.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.13.2/assets/minecraft/textures/block/chipped_anvil_top.png b/1.13.2/assets/minecraft/textures/block/chipped_anvil_top.png new file mode 100644 index 00000000..eddc47fb Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/chipped_anvil_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/chiseled_quartz_block.png b/1.13.2/assets/minecraft/textures/block/chiseled_quartz_block.png new file mode 100644 index 00000000..054e4ee6 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/chiseled_quartz_block.png differ diff --git a/1.13.2/assets/minecraft/textures/block/chiseled_quartz_block_top.png b/1.13.2/assets/minecraft/textures/block/chiseled_quartz_block_top.png new file mode 100644 index 00000000..1e3c4ca2 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/chiseled_quartz_block_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/chiseled_red_sandstone.png b/1.13.2/assets/minecraft/textures/block/chiseled_red_sandstone.png new file mode 100644 index 00000000..c86e0e95 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/chiseled_red_sandstone.png differ diff --git a/1.13.2/assets/minecraft/textures/block/chiseled_sandstone.png b/1.13.2/assets/minecraft/textures/block/chiseled_sandstone.png new file mode 100644 index 00000000..9bd7fa14 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/chiseled_sandstone.png differ diff --git a/1.13.2/assets/minecraft/textures/block/chiseled_stone_bricks.png b/1.13.2/assets/minecraft/textures/block/chiseled_stone_bricks.png new file mode 100644 index 00000000..b7e88db2 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/chiseled_stone_bricks.png differ diff --git a/1.13.2/assets/minecraft/textures/block/chorus_flower.png b/1.13.2/assets/minecraft/textures/block/chorus_flower.png new file mode 100644 index 00000000..97d1ca65 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/chorus_flower.png differ diff --git a/1.13.2/assets/minecraft/textures/block/chorus_flower_dead.png b/1.13.2/assets/minecraft/textures/block/chorus_flower_dead.png new file mode 100644 index 00000000..e9a3952f Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/chorus_flower_dead.png differ diff --git a/1.13.2/assets/minecraft/textures/block/chorus_plant.png b/1.13.2/assets/minecraft/textures/block/chorus_plant.png new file mode 100644 index 00000000..bc2de3c8 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/chorus_plant.png differ diff --git a/1.13.2/assets/minecraft/textures/block/clay.png b/1.13.2/assets/minecraft/textures/block/clay.png new file mode 100644 index 00000000..c19e0319 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/clay.png differ diff --git a/1.13.2/assets/minecraft/textures/block/coal_block.png b/1.13.2/assets/minecraft/textures/block/coal_block.png new file mode 100644 index 00000000..d440bb9a Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/coal_block.png differ diff --git a/1.13.2/assets/minecraft/textures/block/coal_ore.png b/1.13.2/assets/minecraft/textures/block/coal_ore.png new file mode 100644 index 00000000..49486d2a Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/coal_ore.png differ diff --git a/1.13.2/assets/minecraft/textures/block/coarse_dirt.png b/1.13.2/assets/minecraft/textures/block/coarse_dirt.png new file mode 100644 index 00000000..3107d43a Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/coarse_dirt.png differ diff --git a/1.13.2/assets/minecraft/textures/block/cobblestone.png b/1.13.2/assets/minecraft/textures/block/cobblestone.png new file mode 100644 index 00000000..da3498c5 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/cobblestone.png differ diff --git a/1.13.2/assets/minecraft/textures/block/cobweb.png b/1.13.2/assets/minecraft/textures/block/cobweb.png new file mode 100644 index 00000000..ae4bfd4a Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/cobweb.png differ diff --git a/1.13.2/assets/minecraft/textures/block/cocoa_stage0.png b/1.13.2/assets/minecraft/textures/block/cocoa_stage0.png new file mode 100644 index 00000000..25892eba Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/cocoa_stage0.png differ diff --git a/1.13.2/assets/minecraft/textures/block/cocoa_stage1.png b/1.13.2/assets/minecraft/textures/block/cocoa_stage1.png new file mode 100644 index 00000000..1e1f48ab Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/cocoa_stage1.png differ diff --git a/1.13.2/assets/minecraft/textures/block/cocoa_stage2.png b/1.13.2/assets/minecraft/textures/block/cocoa_stage2.png new file mode 100644 index 00000000..491ec26d Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/cocoa_stage2.png differ diff --git a/1.13.2/assets/minecraft/textures/block/command_block_back.png b/1.13.2/assets/minecraft/textures/block/command_block_back.png new file mode 100644 index 00000000..dc919f44 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/command_block_back.png differ diff --git a/1.13.2/assets/minecraft/textures/block/command_block_back.png.mcmeta b/1.13.2/assets/minecraft/textures/block/command_block_back.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.13.2/assets/minecraft/textures/block/command_block_back.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.13.2/assets/minecraft/textures/block/command_block_conditional.png b/1.13.2/assets/minecraft/textures/block/command_block_conditional.png new file mode 100644 index 00000000..4af0ac18 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/command_block_conditional.png differ diff --git a/1.13.2/assets/minecraft/textures/block/command_block_conditional.png.mcmeta b/1.13.2/assets/minecraft/textures/block/command_block_conditional.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.13.2/assets/minecraft/textures/block/command_block_conditional.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.13.2/assets/minecraft/textures/block/command_block_front.png b/1.13.2/assets/minecraft/textures/block/command_block_front.png new file mode 100644 index 00000000..5584a8b4 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/command_block_front.png differ diff --git a/1.13.2/assets/minecraft/textures/block/command_block_front.png.mcmeta b/1.13.2/assets/minecraft/textures/block/command_block_front.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.13.2/assets/minecraft/textures/block/command_block_front.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.13.2/assets/minecraft/textures/block/command_block_side.png b/1.13.2/assets/minecraft/textures/block/command_block_side.png new file mode 100644 index 00000000..e9b6377b Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/command_block_side.png differ diff --git a/1.13.2/assets/minecraft/textures/block/command_block_side.png.mcmeta b/1.13.2/assets/minecraft/textures/block/command_block_side.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.13.2/assets/minecraft/textures/block/command_block_side.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.13.2/assets/minecraft/textures/block/comparator.png b/1.13.2/assets/minecraft/textures/block/comparator.png new file mode 100644 index 00000000..36b81991 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/comparator.png differ diff --git a/1.13.2/assets/minecraft/textures/block/comparator_on.png b/1.13.2/assets/minecraft/textures/block/comparator_on.png new file mode 100644 index 00000000..bb9413c6 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/comparator_on.png differ diff --git a/1.13.2/assets/minecraft/textures/block/conduit.png b/1.13.2/assets/minecraft/textures/block/conduit.png new file mode 100644 index 00000000..78e0416c Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/conduit.png differ diff --git a/1.13.2/assets/minecraft/textures/block/cracked_stone_bricks.png b/1.13.2/assets/minecraft/textures/block/cracked_stone_bricks.png new file mode 100644 index 00000000..918a8845 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/cracked_stone_bricks.png differ diff --git a/1.13.2/assets/minecraft/textures/block/crafting_table_front.png b/1.13.2/assets/minecraft/textures/block/crafting_table_front.png new file mode 100644 index 00000000..11986a46 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/crafting_table_front.png differ diff --git a/1.13.2/assets/minecraft/textures/block/crafting_table_side.png b/1.13.2/assets/minecraft/textures/block/crafting_table_side.png new file mode 100644 index 00000000..4b718694 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/crafting_table_side.png differ diff --git a/1.13.2/assets/minecraft/textures/block/crafting_table_top.png b/1.13.2/assets/minecraft/textures/block/crafting_table_top.png new file mode 100644 index 00000000..d95444df Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/crafting_table_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/cut_red_sandstone.png b/1.13.2/assets/minecraft/textures/block/cut_red_sandstone.png new file mode 100644 index 00000000..79585312 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/cut_red_sandstone.png differ diff --git a/1.13.2/assets/minecraft/textures/block/cut_sandstone.png b/1.13.2/assets/minecraft/textures/block/cut_sandstone.png new file mode 100644 index 00000000..ef118bdc Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/cut_sandstone.png differ diff --git a/1.13.2/assets/minecraft/textures/block/cyan_concrete.png b/1.13.2/assets/minecraft/textures/block/cyan_concrete.png new file mode 100644 index 00000000..ec3936cb Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/cyan_concrete.png differ diff --git a/1.13.2/assets/minecraft/textures/block/cyan_concrete_powder.png b/1.13.2/assets/minecraft/textures/block/cyan_concrete_powder.png new file mode 100644 index 00000000..3a23a958 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/cyan_concrete_powder.png differ diff --git a/1.13.2/assets/minecraft/textures/block/cyan_glazed_terracotta.png b/1.13.2/assets/minecraft/textures/block/cyan_glazed_terracotta.png new file mode 100644 index 00000000..9a14cc5e Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/cyan_glazed_terracotta.png differ diff --git a/1.13.2/assets/minecraft/textures/block/cyan_shulker_box.png b/1.13.2/assets/minecraft/textures/block/cyan_shulker_box.png new file mode 100644 index 00000000..d9577dfe Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/cyan_shulker_box.png differ diff --git a/1.13.2/assets/minecraft/textures/block/cyan_stained_glass.png b/1.13.2/assets/minecraft/textures/block/cyan_stained_glass.png new file mode 100644 index 00000000..0a4fc8d8 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/cyan_stained_glass.png differ diff --git a/1.13.2/assets/minecraft/textures/block/cyan_stained_glass_pane_top.png b/1.13.2/assets/minecraft/textures/block/cyan_stained_glass_pane_top.png new file mode 100644 index 00000000..9a34b844 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/cyan_stained_glass_pane_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/cyan_terracotta.png b/1.13.2/assets/minecraft/textures/block/cyan_terracotta.png new file mode 100644 index 00000000..b2d18c92 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/cyan_terracotta.png differ diff --git a/1.13.2/assets/minecraft/textures/block/cyan_wool.png b/1.13.2/assets/minecraft/textures/block/cyan_wool.png new file mode 100644 index 00000000..6545f38e Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/cyan_wool.png differ diff --git a/1.13.2/assets/minecraft/textures/block/damaged_anvil_top.png b/1.13.2/assets/minecraft/textures/block/damaged_anvil_top.png new file mode 100644 index 00000000..6cade1fa Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/damaged_anvil_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/dandelion.png b/1.13.2/assets/minecraft/textures/block/dandelion.png new file mode 100644 index 00000000..873e3f5c Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/dandelion.png differ diff --git a/1.13.2/assets/minecraft/textures/block/dark_oak_door_bottom.png b/1.13.2/assets/minecraft/textures/block/dark_oak_door_bottom.png new file mode 100644 index 00000000..1004d23d Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/dark_oak_door_bottom.png differ diff --git a/1.13.2/assets/minecraft/textures/block/dark_oak_door_top.png b/1.13.2/assets/minecraft/textures/block/dark_oak_door_top.png new file mode 100644 index 00000000..cad8741d Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/dark_oak_door_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/dark_oak_leaves.png b/1.13.2/assets/minecraft/textures/block/dark_oak_leaves.png new file mode 100644 index 00000000..a6773aff Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/dark_oak_leaves.png differ diff --git a/1.13.2/assets/minecraft/textures/block/dark_oak_log.png b/1.13.2/assets/minecraft/textures/block/dark_oak_log.png new file mode 100644 index 00000000..5101bdc4 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/dark_oak_log.png differ diff --git a/1.13.2/assets/minecraft/textures/block/dark_oak_log_top.png b/1.13.2/assets/minecraft/textures/block/dark_oak_log_top.png new file mode 100644 index 00000000..2bde954b Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/dark_oak_log_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/dark_oak_planks.png b/1.13.2/assets/minecraft/textures/block/dark_oak_planks.png new file mode 100644 index 00000000..9a9a3a4b Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/dark_oak_planks.png differ diff --git a/1.13.2/assets/minecraft/textures/block/dark_oak_sapling.png b/1.13.2/assets/minecraft/textures/block/dark_oak_sapling.png new file mode 100644 index 00000000..1a9cdf3b Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/dark_oak_sapling.png differ diff --git a/1.13.2/assets/minecraft/textures/block/dark_oak_trapdoor.png b/1.13.2/assets/minecraft/textures/block/dark_oak_trapdoor.png new file mode 100644 index 00000000..55fc96ae Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/dark_oak_trapdoor.png differ diff --git a/1.13.2/assets/minecraft/textures/block/dark_prismarine.png b/1.13.2/assets/minecraft/textures/block/dark_prismarine.png new file mode 100644 index 00000000..a15b6b7d Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/dark_prismarine.png differ diff --git a/1.13.2/assets/minecraft/textures/block/daylight_detector_inverted_top.png b/1.13.2/assets/minecraft/textures/block/daylight_detector_inverted_top.png new file mode 100644 index 00000000..ce5bedfe Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/daylight_detector_inverted_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/daylight_detector_side.png b/1.13.2/assets/minecraft/textures/block/daylight_detector_side.png new file mode 100644 index 00000000..05f7e83a Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/daylight_detector_side.png differ diff --git a/1.13.2/assets/minecraft/textures/block/daylight_detector_top.png b/1.13.2/assets/minecraft/textures/block/daylight_detector_top.png new file mode 100644 index 00000000..9a408dc7 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/daylight_detector_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/dead_brain_coral.png b/1.13.2/assets/minecraft/textures/block/dead_brain_coral.png new file mode 100644 index 00000000..29c082cb Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/dead_brain_coral.png differ diff --git a/1.13.2/assets/minecraft/textures/block/dead_brain_coral_block.png b/1.13.2/assets/minecraft/textures/block/dead_brain_coral_block.png new file mode 100644 index 00000000..c6419cbd Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/dead_brain_coral_block.png differ diff --git a/1.13.2/assets/minecraft/textures/block/dead_brain_coral_fan.png b/1.13.2/assets/minecraft/textures/block/dead_brain_coral_fan.png new file mode 100644 index 00000000..10b0fbda Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/dead_brain_coral_fan.png differ diff --git a/1.13.2/assets/minecraft/textures/block/dead_bubble_coral.png b/1.13.2/assets/minecraft/textures/block/dead_bubble_coral.png new file mode 100644 index 00000000..bb9e259b Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/dead_bubble_coral.png differ diff --git a/1.13.2/assets/minecraft/textures/block/dead_bubble_coral_block.png b/1.13.2/assets/minecraft/textures/block/dead_bubble_coral_block.png new file mode 100644 index 00000000..aefc5924 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/dead_bubble_coral_block.png differ diff --git a/1.13.2/assets/minecraft/textures/block/dead_bubble_coral_fan.png b/1.13.2/assets/minecraft/textures/block/dead_bubble_coral_fan.png new file mode 100644 index 00000000..5a9634e1 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/dead_bubble_coral_fan.png differ diff --git a/1.13.2/assets/minecraft/textures/block/dead_bush.png b/1.13.2/assets/minecraft/textures/block/dead_bush.png new file mode 100644 index 00000000..c64e0797 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/dead_bush.png differ diff --git a/1.13.2/assets/minecraft/textures/block/dead_fire_coral.png b/1.13.2/assets/minecraft/textures/block/dead_fire_coral.png new file mode 100644 index 00000000..95c33ad9 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/dead_fire_coral.png differ diff --git a/1.13.2/assets/minecraft/textures/block/dead_fire_coral_block.png b/1.13.2/assets/minecraft/textures/block/dead_fire_coral_block.png new file mode 100644 index 00000000..0bfad989 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/dead_fire_coral_block.png differ diff --git a/1.13.2/assets/minecraft/textures/block/dead_fire_coral_fan.png b/1.13.2/assets/minecraft/textures/block/dead_fire_coral_fan.png new file mode 100644 index 00000000..5e7c7a96 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/dead_fire_coral_fan.png differ diff --git a/1.13.2/assets/minecraft/textures/block/dead_horn_coral.png b/1.13.2/assets/minecraft/textures/block/dead_horn_coral.png new file mode 100644 index 00000000..3c6744f7 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/dead_horn_coral.png differ diff --git a/1.13.2/assets/minecraft/textures/block/dead_horn_coral_block.png b/1.13.2/assets/minecraft/textures/block/dead_horn_coral_block.png new file mode 100644 index 00000000..482a1c8a Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/dead_horn_coral_block.png differ diff --git a/1.13.2/assets/minecraft/textures/block/dead_horn_coral_fan.png b/1.13.2/assets/minecraft/textures/block/dead_horn_coral_fan.png new file mode 100644 index 00000000..4d0dc24a Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/dead_horn_coral_fan.png differ diff --git a/1.13.2/assets/minecraft/textures/block/dead_tube_coral.png b/1.13.2/assets/minecraft/textures/block/dead_tube_coral.png new file mode 100644 index 00000000..8ac8ed12 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/dead_tube_coral.png differ diff --git a/1.13.2/assets/minecraft/textures/block/dead_tube_coral_block.png b/1.13.2/assets/minecraft/textures/block/dead_tube_coral_block.png new file mode 100644 index 00000000..36a127f2 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/dead_tube_coral_block.png differ diff --git a/1.13.2/assets/minecraft/textures/block/dead_tube_coral_fan.png b/1.13.2/assets/minecraft/textures/block/dead_tube_coral_fan.png new file mode 100644 index 00000000..54847de6 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/dead_tube_coral_fan.png differ diff --git a/1.13.2/assets/minecraft/textures/block/debug.png b/1.13.2/assets/minecraft/textures/block/debug.png new file mode 100644 index 00000000..8643d0a1 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/debug.png differ diff --git a/1.13.2/assets/minecraft/textures/block/debug2.png b/1.13.2/assets/minecraft/textures/block/debug2.png new file mode 100644 index 00000000..e5b0d262 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/debug2.png differ diff --git a/1.13.2/assets/minecraft/textures/block/destroy_stage_0.png b/1.13.2/assets/minecraft/textures/block/destroy_stage_0.png new file mode 100644 index 00000000..f65b7ede Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/destroy_stage_0.png differ diff --git a/1.13.2/assets/minecraft/textures/block/destroy_stage_1.png b/1.13.2/assets/minecraft/textures/block/destroy_stage_1.png new file mode 100644 index 00000000..7c915961 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/destroy_stage_1.png differ diff --git a/1.13.2/assets/minecraft/textures/block/destroy_stage_2.png b/1.13.2/assets/minecraft/textures/block/destroy_stage_2.png new file mode 100644 index 00000000..dadd6b05 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/destroy_stage_2.png differ diff --git a/1.13.2/assets/minecraft/textures/block/destroy_stage_3.png b/1.13.2/assets/minecraft/textures/block/destroy_stage_3.png new file mode 100644 index 00000000..52a40b65 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/destroy_stage_3.png differ diff --git a/1.13.2/assets/minecraft/textures/block/destroy_stage_4.png b/1.13.2/assets/minecraft/textures/block/destroy_stage_4.png new file mode 100644 index 00000000..e37c88a2 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/destroy_stage_4.png differ diff --git a/1.13.2/assets/minecraft/textures/block/destroy_stage_5.png b/1.13.2/assets/minecraft/textures/block/destroy_stage_5.png new file mode 100644 index 00000000..9590d2f7 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/destroy_stage_5.png differ diff --git a/1.13.2/assets/minecraft/textures/block/destroy_stage_6.png b/1.13.2/assets/minecraft/textures/block/destroy_stage_6.png new file mode 100644 index 00000000..fb00ade5 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/destroy_stage_6.png differ diff --git a/1.13.2/assets/minecraft/textures/block/destroy_stage_7.png b/1.13.2/assets/minecraft/textures/block/destroy_stage_7.png new file mode 100644 index 00000000..0b40c789 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/destroy_stage_7.png differ diff --git a/1.13.2/assets/minecraft/textures/block/destroy_stage_8.png b/1.13.2/assets/minecraft/textures/block/destroy_stage_8.png new file mode 100644 index 00000000..c0bf1dec Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/destroy_stage_8.png differ diff --git a/1.13.2/assets/minecraft/textures/block/destroy_stage_9.png b/1.13.2/assets/minecraft/textures/block/destroy_stage_9.png new file mode 100644 index 00000000..e3185f82 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/destroy_stage_9.png differ diff --git a/1.13.2/assets/minecraft/textures/block/detector_rail.png b/1.13.2/assets/minecraft/textures/block/detector_rail.png new file mode 100644 index 00000000..92c1466e Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/detector_rail.png differ diff --git a/1.13.2/assets/minecraft/textures/block/detector_rail_on.png b/1.13.2/assets/minecraft/textures/block/detector_rail_on.png new file mode 100644 index 00000000..fa0a71d0 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/detector_rail_on.png differ diff --git a/1.13.2/assets/minecraft/textures/block/diamond_block.png b/1.13.2/assets/minecraft/textures/block/diamond_block.png new file mode 100644 index 00000000..d8663d36 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/diamond_block.png differ diff --git a/1.13.2/assets/minecraft/textures/block/diamond_ore.png b/1.13.2/assets/minecraft/textures/block/diamond_ore.png new file mode 100644 index 00000000..735ecdaa Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/diamond_ore.png differ diff --git a/1.13.2/assets/minecraft/textures/block/diorite.png b/1.13.2/assets/minecraft/textures/block/diorite.png new file mode 100644 index 00000000..3d752ddc Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/diorite.png differ diff --git a/1.13.2/assets/minecraft/textures/block/dirt.png b/1.13.2/assets/minecraft/textures/block/dirt.png new file mode 100644 index 00000000..617d353e Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/dirt.png differ diff --git a/1.13.2/assets/minecraft/textures/block/dispenser_front.png b/1.13.2/assets/minecraft/textures/block/dispenser_front.png new file mode 100644 index 00000000..5465feaa Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/dispenser_front.png differ diff --git a/1.13.2/assets/minecraft/textures/block/dispenser_front_vertical.png b/1.13.2/assets/minecraft/textures/block/dispenser_front_vertical.png new file mode 100644 index 00000000..99131887 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/dispenser_front_vertical.png differ diff --git a/1.13.2/assets/minecraft/textures/block/dragon_egg.png b/1.13.2/assets/minecraft/textures/block/dragon_egg.png new file mode 100644 index 00000000..ee9d67fa Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/dragon_egg.png differ diff --git a/1.13.2/assets/minecraft/textures/block/dried_kelp_bottom.png b/1.13.2/assets/minecraft/textures/block/dried_kelp_bottom.png new file mode 100644 index 00000000..5b6edbd9 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/dried_kelp_bottom.png differ diff --git a/1.13.2/assets/minecraft/textures/block/dried_kelp_side.png b/1.13.2/assets/minecraft/textures/block/dried_kelp_side.png new file mode 100644 index 00000000..78a5c5fa Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/dried_kelp_side.png differ diff --git a/1.13.2/assets/minecraft/textures/block/dried_kelp_top.png b/1.13.2/assets/minecraft/textures/block/dried_kelp_top.png new file mode 100644 index 00000000..09465de0 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/dried_kelp_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/dropper_front.png b/1.13.2/assets/minecraft/textures/block/dropper_front.png new file mode 100644 index 00000000..a2848daf Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/dropper_front.png differ diff --git a/1.13.2/assets/minecraft/textures/block/dropper_front_vertical.png b/1.13.2/assets/minecraft/textures/block/dropper_front_vertical.png new file mode 100644 index 00000000..b0802c47 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/dropper_front_vertical.png differ diff --git a/1.13.2/assets/minecraft/textures/block/emerald_block.png b/1.13.2/assets/minecraft/textures/block/emerald_block.png new file mode 100644 index 00000000..dc214ee7 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/emerald_block.png differ diff --git a/1.13.2/assets/minecraft/textures/block/emerald_ore.png b/1.13.2/assets/minecraft/textures/block/emerald_ore.png new file mode 100644 index 00000000..db820dd1 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/emerald_ore.png differ diff --git a/1.13.2/assets/minecraft/textures/block/enchanting_table_bottom.png b/1.13.2/assets/minecraft/textures/block/enchanting_table_bottom.png new file mode 100644 index 00000000..ad0de633 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/enchanting_table_bottom.png differ diff --git a/1.13.2/assets/minecraft/textures/block/enchanting_table_side.png b/1.13.2/assets/minecraft/textures/block/enchanting_table_side.png new file mode 100644 index 00000000..f2f46143 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/enchanting_table_side.png differ diff --git a/1.13.2/assets/minecraft/textures/block/enchanting_table_top.png b/1.13.2/assets/minecraft/textures/block/enchanting_table_top.png new file mode 100644 index 00000000..0d5f68f6 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/enchanting_table_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/end_portal_frame_eye.png b/1.13.2/assets/minecraft/textures/block/end_portal_frame_eye.png new file mode 100644 index 00000000..afa1d5d0 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/end_portal_frame_eye.png differ diff --git a/1.13.2/assets/minecraft/textures/block/end_portal_frame_side.png b/1.13.2/assets/minecraft/textures/block/end_portal_frame_side.png new file mode 100644 index 00000000..e6cb5673 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/end_portal_frame_side.png differ diff --git a/1.13.2/assets/minecraft/textures/block/end_portal_frame_top.png b/1.13.2/assets/minecraft/textures/block/end_portal_frame_top.png new file mode 100644 index 00000000..35215a58 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/end_portal_frame_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/end_rod.png b/1.13.2/assets/minecraft/textures/block/end_rod.png new file mode 100644 index 00000000..b01dd48b Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/end_rod.png differ diff --git a/1.13.2/assets/minecraft/textures/block/end_stone.png b/1.13.2/assets/minecraft/textures/block/end_stone.png new file mode 100644 index 00000000..c2a91e3c Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/end_stone.png differ diff --git a/1.13.2/assets/minecraft/textures/block/end_stone_bricks.png b/1.13.2/assets/minecraft/textures/block/end_stone_bricks.png new file mode 100644 index 00000000..b8a99a82 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/end_stone_bricks.png differ diff --git a/1.13.2/assets/minecraft/textures/block/farmland.png b/1.13.2/assets/minecraft/textures/block/farmland.png new file mode 100644 index 00000000..d03a0f49 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/farmland.png differ diff --git a/1.13.2/assets/minecraft/textures/block/farmland_moist.png b/1.13.2/assets/minecraft/textures/block/farmland_moist.png new file mode 100644 index 00000000..f8d460d5 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/farmland_moist.png differ diff --git a/1.13.2/assets/minecraft/textures/block/fern.png b/1.13.2/assets/minecraft/textures/block/fern.png new file mode 100644 index 00000000..fd769501 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/fern.png differ diff --git a/1.13.2/assets/minecraft/textures/block/fire_0.png b/1.13.2/assets/minecraft/textures/block/fire_0.png new file mode 100644 index 00000000..6066dc49 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/fire_0.png differ diff --git a/1.13.2/assets/minecraft/textures/block/fire_0.png.mcmeta b/1.13.2/assets/minecraft/textures/block/fire_0.png.mcmeta new file mode 100644 index 00000000..76446714 --- /dev/null +++ b/1.13.2/assets/minecraft/textures/block/fire_0.png.mcmeta @@ -0,0 +1,38 @@ +{ + "animation": { + "frames": [ + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15 + ] + } +} diff --git a/1.13.2/assets/minecraft/textures/block/fire_1.png b/1.13.2/assets/minecraft/textures/block/fire_1.png new file mode 100644 index 00000000..fd439b17 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/fire_1.png differ diff --git a/1.13.2/assets/minecraft/textures/block/fire_1.png.mcmeta b/1.13.2/assets/minecraft/textures/block/fire_1.png.mcmeta new file mode 100644 index 00000000..4f0718ac --- /dev/null +++ b/1.13.2/assets/minecraft/textures/block/fire_1.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} \ No newline at end of file diff --git a/1.13.2/assets/minecraft/textures/block/fire_coral.png b/1.13.2/assets/minecraft/textures/block/fire_coral.png new file mode 100644 index 00000000..78211e56 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/fire_coral.png differ diff --git a/1.13.2/assets/minecraft/textures/block/fire_coral_block.png b/1.13.2/assets/minecraft/textures/block/fire_coral_block.png new file mode 100644 index 00000000..3a97e4f7 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/fire_coral_block.png differ diff --git a/1.13.2/assets/minecraft/textures/block/fire_coral_fan.png b/1.13.2/assets/minecraft/textures/block/fire_coral_fan.png new file mode 100644 index 00000000..17befa73 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/fire_coral_fan.png differ diff --git a/1.13.2/assets/minecraft/textures/block/flower_pot.png b/1.13.2/assets/minecraft/textures/block/flower_pot.png new file mode 100644 index 00000000..09c2523c Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/flower_pot.png differ diff --git a/1.13.2/assets/minecraft/textures/block/frosted_ice_0.png b/1.13.2/assets/minecraft/textures/block/frosted_ice_0.png new file mode 100644 index 00000000..ac946e95 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/frosted_ice_0.png differ diff --git a/1.13.2/assets/minecraft/textures/block/frosted_ice_1.png b/1.13.2/assets/minecraft/textures/block/frosted_ice_1.png new file mode 100644 index 00000000..96f1f6a3 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/frosted_ice_1.png differ diff --git a/1.13.2/assets/minecraft/textures/block/frosted_ice_2.png b/1.13.2/assets/minecraft/textures/block/frosted_ice_2.png new file mode 100644 index 00000000..2a271876 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/frosted_ice_2.png differ diff --git a/1.13.2/assets/minecraft/textures/block/frosted_ice_3.png b/1.13.2/assets/minecraft/textures/block/frosted_ice_3.png new file mode 100644 index 00000000..4cd41157 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/frosted_ice_3.png differ diff --git a/1.13.2/assets/minecraft/textures/block/furnace_front.png b/1.13.2/assets/minecraft/textures/block/furnace_front.png new file mode 100644 index 00000000..3197bfd3 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/furnace_front.png differ diff --git a/1.13.2/assets/minecraft/textures/block/furnace_front_on.png b/1.13.2/assets/minecraft/textures/block/furnace_front_on.png new file mode 100644 index 00000000..90b8b8af Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/furnace_front_on.png differ diff --git a/1.13.2/assets/minecraft/textures/block/furnace_side.png b/1.13.2/assets/minecraft/textures/block/furnace_side.png new file mode 100644 index 00000000..115f73d0 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/furnace_side.png differ diff --git a/1.13.2/assets/minecraft/textures/block/furnace_top.png b/1.13.2/assets/minecraft/textures/block/furnace_top.png new file mode 100644 index 00000000..a3a5a085 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/furnace_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/glass.png b/1.13.2/assets/minecraft/textures/block/glass.png new file mode 100644 index 00000000..acadb01a Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/glass.png differ diff --git a/1.13.2/assets/minecraft/textures/block/glass_pane_top.png b/1.13.2/assets/minecraft/textures/block/glass_pane_top.png new file mode 100644 index 00000000..02de5877 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/glass_pane_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/glowstone.png b/1.13.2/assets/minecraft/textures/block/glowstone.png new file mode 100644 index 00000000..c7253b3b Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/glowstone.png differ diff --git a/1.13.2/assets/minecraft/textures/block/gold_block.png b/1.13.2/assets/minecraft/textures/block/gold_block.png new file mode 100644 index 00000000..4d233c76 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/gold_block.png differ diff --git a/1.13.2/assets/minecraft/textures/block/gold_ore.png b/1.13.2/assets/minecraft/textures/block/gold_ore.png new file mode 100644 index 00000000..b1a7a55b Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/gold_ore.png differ diff --git a/1.13.2/assets/minecraft/textures/block/granite.png b/1.13.2/assets/minecraft/textures/block/granite.png new file mode 100644 index 00000000..269c4a1f Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/granite.png differ diff --git a/1.13.2/assets/minecraft/textures/block/grass.png b/1.13.2/assets/minecraft/textures/block/grass.png new file mode 100644 index 00000000..489dfa9a Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/grass.png differ diff --git a/1.13.2/assets/minecraft/textures/block/grass_block_side.png b/1.13.2/assets/minecraft/textures/block/grass_block_side.png new file mode 100644 index 00000000..a4975e53 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/grass_block_side.png differ diff --git a/1.13.2/assets/minecraft/textures/block/grass_block_side_overlay.png b/1.13.2/assets/minecraft/textures/block/grass_block_side_overlay.png new file mode 100644 index 00000000..fc3fa9d7 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/grass_block_side_overlay.png differ diff --git a/1.13.2/assets/minecraft/textures/block/grass_block_snow.png b/1.13.2/assets/minecraft/textures/block/grass_block_snow.png new file mode 100644 index 00000000..8b28fc7a Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/grass_block_snow.png differ diff --git a/1.13.2/assets/minecraft/textures/block/grass_block_top.png b/1.13.2/assets/minecraft/textures/block/grass_block_top.png new file mode 100644 index 00000000..eaa7e458 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/grass_block_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/grass_path_side.png b/1.13.2/assets/minecraft/textures/block/grass_path_side.png new file mode 100644 index 00000000..c9de1352 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/grass_path_side.png differ diff --git a/1.13.2/assets/minecraft/textures/block/grass_path_top.png b/1.13.2/assets/minecraft/textures/block/grass_path_top.png new file mode 100644 index 00000000..d1f6e3a5 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/grass_path_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/gravel.png b/1.13.2/assets/minecraft/textures/block/gravel.png new file mode 100644 index 00000000..388e5c55 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/gravel.png differ diff --git a/1.13.2/assets/minecraft/textures/block/gray_concrete.png b/1.13.2/assets/minecraft/textures/block/gray_concrete.png new file mode 100644 index 00000000..ee95a153 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/gray_concrete.png differ diff --git a/1.13.2/assets/minecraft/textures/block/gray_concrete_powder.png b/1.13.2/assets/minecraft/textures/block/gray_concrete_powder.png new file mode 100644 index 00000000..7d5a4d16 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/gray_concrete_powder.png differ diff --git a/1.13.2/assets/minecraft/textures/block/gray_glazed_terracotta.png b/1.13.2/assets/minecraft/textures/block/gray_glazed_terracotta.png new file mode 100644 index 00000000..8eab4edc Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/gray_glazed_terracotta.png differ diff --git a/1.13.2/assets/minecraft/textures/block/gray_shulker_box.png b/1.13.2/assets/minecraft/textures/block/gray_shulker_box.png new file mode 100644 index 00000000..8c9ce4ef Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/gray_shulker_box.png differ diff --git a/1.13.2/assets/minecraft/textures/block/gray_stained_glass.png b/1.13.2/assets/minecraft/textures/block/gray_stained_glass.png new file mode 100644 index 00000000..3953a4b6 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/gray_stained_glass.png differ diff --git a/1.13.2/assets/minecraft/textures/block/gray_stained_glass_pane_top.png b/1.13.2/assets/minecraft/textures/block/gray_stained_glass_pane_top.png new file mode 100644 index 00000000..bb061147 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/gray_stained_glass_pane_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/gray_terracotta.png b/1.13.2/assets/minecraft/textures/block/gray_terracotta.png new file mode 100644 index 00000000..dca1dd40 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/gray_terracotta.png differ diff --git a/1.13.2/assets/minecraft/textures/block/gray_wool.png b/1.13.2/assets/minecraft/textures/block/gray_wool.png new file mode 100644 index 00000000..1d12e2d4 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/gray_wool.png differ diff --git a/1.13.2/assets/minecraft/textures/block/green_concrete.png b/1.13.2/assets/minecraft/textures/block/green_concrete.png new file mode 100644 index 00000000..87188983 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/green_concrete.png differ diff --git a/1.13.2/assets/minecraft/textures/block/green_concrete_powder.png b/1.13.2/assets/minecraft/textures/block/green_concrete_powder.png new file mode 100644 index 00000000..c3c78ec9 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/green_concrete_powder.png differ diff --git a/1.13.2/assets/minecraft/textures/block/green_glazed_terracotta.png b/1.13.2/assets/minecraft/textures/block/green_glazed_terracotta.png new file mode 100644 index 00000000..c1f81deb Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/green_glazed_terracotta.png differ diff --git a/1.13.2/assets/minecraft/textures/block/green_shulker_box.png b/1.13.2/assets/minecraft/textures/block/green_shulker_box.png new file mode 100644 index 00000000..1b4214c6 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/green_shulker_box.png differ diff --git a/1.13.2/assets/minecraft/textures/block/green_stained_glass.png b/1.13.2/assets/minecraft/textures/block/green_stained_glass.png new file mode 100644 index 00000000..73e4b4b1 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/green_stained_glass.png differ diff --git a/1.13.2/assets/minecraft/textures/block/green_stained_glass_pane_top.png b/1.13.2/assets/minecraft/textures/block/green_stained_glass_pane_top.png new file mode 100644 index 00000000..a7d9fc7d Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/green_stained_glass_pane_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/green_terracotta.png b/1.13.2/assets/minecraft/textures/block/green_terracotta.png new file mode 100644 index 00000000..3c52b336 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/green_terracotta.png differ diff --git a/1.13.2/assets/minecraft/textures/block/green_wool.png b/1.13.2/assets/minecraft/textures/block/green_wool.png new file mode 100644 index 00000000..f8bc1ef4 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/green_wool.png differ diff --git a/1.13.2/assets/minecraft/textures/block/hay_block_side.png b/1.13.2/assets/minecraft/textures/block/hay_block_side.png new file mode 100644 index 00000000..342d8fee Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/hay_block_side.png differ diff --git a/1.13.2/assets/minecraft/textures/block/hay_block_top.png b/1.13.2/assets/minecraft/textures/block/hay_block_top.png new file mode 100644 index 00000000..3c74f6f3 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/hay_block_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/hopper_inside.png b/1.13.2/assets/minecraft/textures/block/hopper_inside.png new file mode 100644 index 00000000..5ae6c707 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/hopper_inside.png differ diff --git a/1.13.2/assets/minecraft/textures/block/hopper_outside.png b/1.13.2/assets/minecraft/textures/block/hopper_outside.png new file mode 100644 index 00000000..c961a17e Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/hopper_outside.png differ diff --git a/1.13.2/assets/minecraft/textures/block/hopper_top.png b/1.13.2/assets/minecraft/textures/block/hopper_top.png new file mode 100644 index 00000000..bfe83a32 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/hopper_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/horn_coral.png b/1.13.2/assets/minecraft/textures/block/horn_coral.png new file mode 100644 index 00000000..299064de Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/horn_coral.png differ diff --git a/1.13.2/assets/minecraft/textures/block/horn_coral_block.png b/1.13.2/assets/minecraft/textures/block/horn_coral_block.png new file mode 100644 index 00000000..6990cec3 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/horn_coral_block.png differ diff --git a/1.13.2/assets/minecraft/textures/block/horn_coral_fan.png b/1.13.2/assets/minecraft/textures/block/horn_coral_fan.png new file mode 100644 index 00000000..da1fcd0a Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/horn_coral_fan.png differ diff --git a/1.13.2/assets/minecraft/textures/block/ice.png b/1.13.2/assets/minecraft/textures/block/ice.png new file mode 100644 index 00000000..ac946e95 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/ice.png differ diff --git a/1.13.2/assets/minecraft/textures/block/iron_bars.png b/1.13.2/assets/minecraft/textures/block/iron_bars.png new file mode 100644 index 00000000..cb3057dc Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/iron_bars.png differ diff --git a/1.13.2/assets/minecraft/textures/block/iron_block.png b/1.13.2/assets/minecraft/textures/block/iron_block.png new file mode 100644 index 00000000..7816799e Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/iron_block.png differ diff --git a/1.13.2/assets/minecraft/textures/block/iron_door_bottom.png b/1.13.2/assets/minecraft/textures/block/iron_door_bottom.png new file mode 100644 index 00000000..13b68fd5 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/iron_door_bottom.png differ diff --git a/1.13.2/assets/minecraft/textures/block/iron_door_top.png b/1.13.2/assets/minecraft/textures/block/iron_door_top.png new file mode 100644 index 00000000..56878fea Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/iron_door_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/iron_ore.png b/1.13.2/assets/minecraft/textures/block/iron_ore.png new file mode 100644 index 00000000..250d8bb7 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/iron_ore.png differ diff --git a/1.13.2/assets/minecraft/textures/block/iron_trapdoor.png b/1.13.2/assets/minecraft/textures/block/iron_trapdoor.png new file mode 100644 index 00000000..c705ca1b Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/iron_trapdoor.png differ diff --git a/1.13.2/assets/minecraft/textures/block/item_frame.png b/1.13.2/assets/minecraft/textures/block/item_frame.png new file mode 100644 index 00000000..660bae6c Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/item_frame.png differ diff --git a/1.13.2/assets/minecraft/textures/block/jack_o_lantern.png b/1.13.2/assets/minecraft/textures/block/jack_o_lantern.png new file mode 100644 index 00000000..907f499f Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/jack_o_lantern.png differ diff --git a/1.13.2/assets/minecraft/textures/block/jukebox_side.png b/1.13.2/assets/minecraft/textures/block/jukebox_side.png new file mode 100644 index 00000000..a3c27c18 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/jukebox_side.png differ diff --git a/1.13.2/assets/minecraft/textures/block/jukebox_top.png b/1.13.2/assets/minecraft/textures/block/jukebox_top.png new file mode 100644 index 00000000..92ddb158 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/jukebox_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/jungle_door_bottom.png b/1.13.2/assets/minecraft/textures/block/jungle_door_bottom.png new file mode 100644 index 00000000..13f679f4 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/jungle_door_bottom.png differ diff --git a/1.13.2/assets/minecraft/textures/block/jungle_door_top.png b/1.13.2/assets/minecraft/textures/block/jungle_door_top.png new file mode 100644 index 00000000..df8a4c38 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/jungle_door_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/jungle_leaves.png b/1.13.2/assets/minecraft/textures/block/jungle_leaves.png new file mode 100644 index 00000000..e0cb935a Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/jungle_leaves.png differ diff --git a/1.13.2/assets/minecraft/textures/block/jungle_log.png b/1.13.2/assets/minecraft/textures/block/jungle_log.png new file mode 100644 index 00000000..0b7120ad Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/jungle_log.png differ diff --git a/1.13.2/assets/minecraft/textures/block/jungle_log_top.png b/1.13.2/assets/minecraft/textures/block/jungle_log_top.png new file mode 100644 index 00000000..d2ab7d75 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/jungle_log_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/jungle_planks.png b/1.13.2/assets/minecraft/textures/block/jungle_planks.png new file mode 100644 index 00000000..22a0fefe Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/jungle_planks.png differ diff --git a/1.13.2/assets/minecraft/textures/block/jungle_sapling.png b/1.13.2/assets/minecraft/textures/block/jungle_sapling.png new file mode 100644 index 00000000..4e10b35c Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/jungle_sapling.png differ diff --git a/1.13.2/assets/minecraft/textures/block/jungle_trapdoor.png b/1.13.2/assets/minecraft/textures/block/jungle_trapdoor.png new file mode 100644 index 00000000..477a599a Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/jungle_trapdoor.png differ diff --git a/1.13.2/assets/minecraft/textures/block/kelp.png b/1.13.2/assets/minecraft/textures/block/kelp.png new file mode 100644 index 00000000..6877da32 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/kelp.png differ diff --git a/1.13.2/assets/minecraft/textures/block/kelp.png.mcmeta b/1.13.2/assets/minecraft/textures/block/kelp.png.mcmeta new file mode 100644 index 00000000..0645f48c --- /dev/null +++ b/1.13.2/assets/minecraft/textures/block/kelp.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 2 + } +} diff --git a/1.13.2/assets/minecraft/textures/block/kelp_plant.png b/1.13.2/assets/minecraft/textures/block/kelp_plant.png new file mode 100644 index 00000000..ca6b31cc Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/kelp_plant.png differ diff --git a/1.13.2/assets/minecraft/textures/block/kelp_plant.png.mcmeta b/1.13.2/assets/minecraft/textures/block/kelp_plant.png.mcmeta new file mode 100644 index 00000000..0645f48c --- /dev/null +++ b/1.13.2/assets/minecraft/textures/block/kelp_plant.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 2 + } +} diff --git a/1.13.2/assets/minecraft/textures/block/ladder.png b/1.13.2/assets/minecraft/textures/block/ladder.png new file mode 100644 index 00000000..e2ec5f28 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/ladder.png differ diff --git a/1.13.2/assets/minecraft/textures/block/lapis_block.png b/1.13.2/assets/minecraft/textures/block/lapis_block.png new file mode 100644 index 00000000..24810ac9 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/lapis_block.png differ diff --git a/1.13.2/assets/minecraft/textures/block/lapis_ore.png b/1.13.2/assets/minecraft/textures/block/lapis_ore.png new file mode 100644 index 00000000..7e293cfc Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/lapis_ore.png differ diff --git a/1.13.2/assets/minecraft/textures/block/large_fern_bottom.png b/1.13.2/assets/minecraft/textures/block/large_fern_bottom.png new file mode 100644 index 00000000..c5e43cc5 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/large_fern_bottom.png differ diff --git a/1.13.2/assets/minecraft/textures/block/large_fern_top.png b/1.13.2/assets/minecraft/textures/block/large_fern_top.png new file mode 100644 index 00000000..f80d3e1e Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/large_fern_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/lava_flow.png b/1.13.2/assets/minecraft/textures/block/lava_flow.png new file mode 100644 index 00000000..ccb5d6b1 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/lava_flow.png differ diff --git a/1.13.2/assets/minecraft/textures/block/lava_flow.png.mcmeta b/1.13.2/assets/minecraft/textures/block/lava_flow.png.mcmeta new file mode 100644 index 00000000..8e55e43b --- /dev/null +++ b/1.13.2/assets/minecraft/textures/block/lava_flow.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 3 + } +} diff --git a/1.13.2/assets/minecraft/textures/block/lava_still.png b/1.13.2/assets/minecraft/textures/block/lava_still.png new file mode 100644 index 00000000..e62298ce Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/lava_still.png differ diff --git a/1.13.2/assets/minecraft/textures/block/lava_still.png.mcmeta b/1.13.2/assets/minecraft/textures/block/lava_still.png.mcmeta new file mode 100644 index 00000000..7ceb3639 --- /dev/null +++ b/1.13.2/assets/minecraft/textures/block/lava_still.png.mcmeta @@ -0,0 +1,45 @@ +{ + "animation": { + "frametime": 2, + "frames": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 18, + 17, + 16, + 15, + 14, + 13, + 12, + 11, + 10, + 9, + 8, + 7, + 6, + 5, + 4, + 3, + 2, + 1 + ] + } +} \ No newline at end of file diff --git a/1.13.2/assets/minecraft/textures/block/lever.png b/1.13.2/assets/minecraft/textures/block/lever.png new file mode 100644 index 00000000..051187fa Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/lever.png differ diff --git a/1.13.2/assets/minecraft/textures/block/light_blue_concrete.png b/1.13.2/assets/minecraft/textures/block/light_blue_concrete.png new file mode 100644 index 00000000..d5a46fe2 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/light_blue_concrete.png differ diff --git a/1.13.2/assets/minecraft/textures/block/light_blue_concrete_powder.png b/1.13.2/assets/minecraft/textures/block/light_blue_concrete_powder.png new file mode 100644 index 00000000..fe8b7796 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/light_blue_concrete_powder.png differ diff --git a/1.13.2/assets/minecraft/textures/block/light_blue_glazed_terracotta.png b/1.13.2/assets/minecraft/textures/block/light_blue_glazed_terracotta.png new file mode 100644 index 00000000..516fb7ed Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/light_blue_glazed_terracotta.png differ diff --git a/1.13.2/assets/minecraft/textures/block/light_blue_shulker_box.png b/1.13.2/assets/minecraft/textures/block/light_blue_shulker_box.png new file mode 100644 index 00000000..597f4c50 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/light_blue_shulker_box.png differ diff --git a/1.13.2/assets/minecraft/textures/block/light_blue_stained_glass.png b/1.13.2/assets/minecraft/textures/block/light_blue_stained_glass.png new file mode 100644 index 00000000..f7f02d14 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/light_blue_stained_glass.png differ diff --git a/1.13.2/assets/minecraft/textures/block/light_blue_stained_glass_pane_top.png b/1.13.2/assets/minecraft/textures/block/light_blue_stained_glass_pane_top.png new file mode 100644 index 00000000..6a0e661d Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/light_blue_stained_glass_pane_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/light_blue_terracotta.png b/1.13.2/assets/minecraft/textures/block/light_blue_terracotta.png new file mode 100644 index 00000000..31606234 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/light_blue_terracotta.png differ diff --git a/1.13.2/assets/minecraft/textures/block/light_blue_wool.png b/1.13.2/assets/minecraft/textures/block/light_blue_wool.png new file mode 100644 index 00000000..529c92a3 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/light_blue_wool.png differ diff --git a/1.13.2/assets/minecraft/textures/block/light_gray_concrete.png b/1.13.2/assets/minecraft/textures/block/light_gray_concrete.png new file mode 100644 index 00000000..21d57aa1 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/light_gray_concrete.png differ diff --git a/1.13.2/assets/minecraft/textures/block/light_gray_concrete_powder.png b/1.13.2/assets/minecraft/textures/block/light_gray_concrete_powder.png new file mode 100644 index 00000000..18ebf59a Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/light_gray_concrete_powder.png differ diff --git a/1.13.2/assets/minecraft/textures/block/light_gray_glazed_terracotta.png b/1.13.2/assets/minecraft/textures/block/light_gray_glazed_terracotta.png new file mode 100644 index 00000000..34787109 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/light_gray_glazed_terracotta.png differ diff --git a/1.13.2/assets/minecraft/textures/block/light_gray_shulker_box.png b/1.13.2/assets/minecraft/textures/block/light_gray_shulker_box.png new file mode 100644 index 00000000..63e494d0 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/light_gray_shulker_box.png differ diff --git a/1.13.2/assets/minecraft/textures/block/light_gray_stained_glass.png b/1.13.2/assets/minecraft/textures/block/light_gray_stained_glass.png new file mode 100644 index 00000000..528dfaae Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/light_gray_stained_glass.png differ diff --git a/1.13.2/assets/minecraft/textures/block/light_gray_stained_glass_pane_top.png b/1.13.2/assets/minecraft/textures/block/light_gray_stained_glass_pane_top.png new file mode 100644 index 00000000..f226ecc9 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/light_gray_stained_glass_pane_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/light_gray_terracotta.png b/1.13.2/assets/minecraft/textures/block/light_gray_terracotta.png new file mode 100644 index 00000000..cf7b22ed Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/light_gray_terracotta.png differ diff --git a/1.13.2/assets/minecraft/textures/block/light_gray_wool.png b/1.13.2/assets/minecraft/textures/block/light_gray_wool.png new file mode 100644 index 00000000..f7f13534 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/light_gray_wool.png differ diff --git a/1.13.2/assets/minecraft/textures/block/lilac_bottom.png b/1.13.2/assets/minecraft/textures/block/lilac_bottom.png new file mode 100644 index 00000000..eccee1d4 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/lilac_bottom.png differ diff --git a/1.13.2/assets/minecraft/textures/block/lilac_top.png b/1.13.2/assets/minecraft/textures/block/lilac_top.png new file mode 100644 index 00000000..3b354e54 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/lilac_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/lily_pad.png b/1.13.2/assets/minecraft/textures/block/lily_pad.png new file mode 100644 index 00000000..f6c84f84 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/lily_pad.png differ diff --git a/1.13.2/assets/minecraft/textures/block/lime_concrete.png b/1.13.2/assets/minecraft/textures/block/lime_concrete.png new file mode 100644 index 00000000..c4df61ec Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/lime_concrete.png differ diff --git a/1.13.2/assets/minecraft/textures/block/lime_concrete_powder.png b/1.13.2/assets/minecraft/textures/block/lime_concrete_powder.png new file mode 100644 index 00000000..780aaeef Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/lime_concrete_powder.png differ diff --git a/1.13.2/assets/minecraft/textures/block/lime_glazed_terracotta.png b/1.13.2/assets/minecraft/textures/block/lime_glazed_terracotta.png new file mode 100644 index 00000000..d5ad2b60 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/lime_glazed_terracotta.png differ diff --git a/1.13.2/assets/minecraft/textures/block/lime_shulker_box.png b/1.13.2/assets/minecraft/textures/block/lime_shulker_box.png new file mode 100644 index 00000000..339b7651 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/lime_shulker_box.png differ diff --git a/1.13.2/assets/minecraft/textures/block/lime_stained_glass.png b/1.13.2/assets/minecraft/textures/block/lime_stained_glass.png new file mode 100644 index 00000000..775a618c Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/lime_stained_glass.png differ diff --git a/1.13.2/assets/minecraft/textures/block/lime_stained_glass_pane_top.png b/1.13.2/assets/minecraft/textures/block/lime_stained_glass_pane_top.png new file mode 100644 index 00000000..0607d75b Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/lime_stained_glass_pane_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/lime_terracotta.png b/1.13.2/assets/minecraft/textures/block/lime_terracotta.png new file mode 100644 index 00000000..cdd0c4db Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/lime_terracotta.png differ diff --git a/1.13.2/assets/minecraft/textures/block/lime_wool.png b/1.13.2/assets/minecraft/textures/block/lime_wool.png new file mode 100644 index 00000000..e1067800 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/lime_wool.png differ diff --git a/1.13.2/assets/minecraft/textures/block/magenta_concrete.png b/1.13.2/assets/minecraft/textures/block/magenta_concrete.png new file mode 100644 index 00000000..35326207 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/magenta_concrete.png differ diff --git a/1.13.2/assets/minecraft/textures/block/magenta_concrete_powder.png b/1.13.2/assets/minecraft/textures/block/magenta_concrete_powder.png new file mode 100644 index 00000000..054553d3 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/magenta_concrete_powder.png differ diff --git a/1.13.2/assets/minecraft/textures/block/magenta_glazed_terracotta.png b/1.13.2/assets/minecraft/textures/block/magenta_glazed_terracotta.png new file mode 100644 index 00000000..5d6eb3a5 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/magenta_glazed_terracotta.png differ diff --git a/1.13.2/assets/minecraft/textures/block/magenta_shulker_box.png b/1.13.2/assets/minecraft/textures/block/magenta_shulker_box.png new file mode 100644 index 00000000..ad343936 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/magenta_shulker_box.png differ diff --git a/1.13.2/assets/minecraft/textures/block/magenta_stained_glass.png b/1.13.2/assets/minecraft/textures/block/magenta_stained_glass.png new file mode 100644 index 00000000..c1778c19 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/magenta_stained_glass.png differ diff --git a/1.13.2/assets/minecraft/textures/block/magenta_stained_glass_pane_top.png b/1.13.2/assets/minecraft/textures/block/magenta_stained_glass_pane_top.png new file mode 100644 index 00000000..5419e521 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/magenta_stained_glass_pane_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/magenta_terracotta.png b/1.13.2/assets/minecraft/textures/block/magenta_terracotta.png new file mode 100644 index 00000000..f28da0db Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/magenta_terracotta.png differ diff --git a/1.13.2/assets/minecraft/textures/block/magenta_wool.png b/1.13.2/assets/minecraft/textures/block/magenta_wool.png new file mode 100644 index 00000000..b9700a8b Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/magenta_wool.png differ diff --git a/1.13.2/assets/minecraft/textures/block/magma.png b/1.13.2/assets/minecraft/textures/block/magma.png new file mode 100644 index 00000000..b48e5985 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/magma.png differ diff --git a/1.13.2/assets/minecraft/textures/block/magma.png.mcmeta b/1.13.2/assets/minecraft/textures/block/magma.png.mcmeta new file mode 100644 index 00000000..ffc3e528 --- /dev/null +++ b/1.13.2/assets/minecraft/textures/block/magma.png.mcmeta @@ -0,0 +1,11 @@ +{ + "animation": { + "frametime": 8, + "interpolate": true, + "frames": [ + 0, + 1, + 2 + ] + } +} diff --git a/1.13.2/assets/minecraft/textures/block/melon_side.png b/1.13.2/assets/minecraft/textures/block/melon_side.png new file mode 100644 index 00000000..b56cce1f Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/melon_side.png differ diff --git a/1.13.2/assets/minecraft/textures/block/melon_stem.png b/1.13.2/assets/minecraft/textures/block/melon_stem.png new file mode 100644 index 00000000..38065ef6 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/melon_stem.png differ diff --git a/1.13.2/assets/minecraft/textures/block/melon_top.png b/1.13.2/assets/minecraft/textures/block/melon_top.png new file mode 100644 index 00000000..d4f7b460 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/melon_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/mossy_cobblestone.png b/1.13.2/assets/minecraft/textures/block/mossy_cobblestone.png new file mode 100644 index 00000000..dd479fff Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/mossy_cobblestone.png differ diff --git a/1.13.2/assets/minecraft/textures/block/mossy_stone_bricks.png b/1.13.2/assets/minecraft/textures/block/mossy_stone_bricks.png new file mode 100644 index 00000000..fc67b4a9 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/mossy_stone_bricks.png differ diff --git a/1.13.2/assets/minecraft/textures/block/mushroom_block_inside.png b/1.13.2/assets/minecraft/textures/block/mushroom_block_inside.png new file mode 100644 index 00000000..efea6715 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/mushroom_block_inside.png differ diff --git a/1.13.2/assets/minecraft/textures/block/mushroom_stem.png b/1.13.2/assets/minecraft/textures/block/mushroom_stem.png new file mode 100644 index 00000000..09e4ede2 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/mushroom_stem.png differ diff --git a/1.13.2/assets/minecraft/textures/block/mycelium_side.png b/1.13.2/assets/minecraft/textures/block/mycelium_side.png new file mode 100644 index 00000000..55474258 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/mycelium_side.png differ diff --git a/1.13.2/assets/minecraft/textures/block/mycelium_top.png b/1.13.2/assets/minecraft/textures/block/mycelium_top.png new file mode 100644 index 00000000..0b4462ac Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/mycelium_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/nether_bricks.png b/1.13.2/assets/minecraft/textures/block/nether_bricks.png new file mode 100644 index 00000000..5482be14 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/nether_bricks.png differ diff --git a/1.13.2/assets/minecraft/textures/block/nether_portal.png b/1.13.2/assets/minecraft/textures/block/nether_portal.png new file mode 100644 index 00000000..42d4a756 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/nether_portal.png differ diff --git a/1.13.2/assets/minecraft/textures/block/nether_portal.png.mcmeta b/1.13.2/assets/minecraft/textures/block/nether_portal.png.mcmeta new file mode 100644 index 00000000..4f0718ac --- /dev/null +++ b/1.13.2/assets/minecraft/textures/block/nether_portal.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} \ No newline at end of file diff --git a/1.13.2/assets/minecraft/textures/block/nether_quartz_ore.png b/1.13.2/assets/minecraft/textures/block/nether_quartz_ore.png new file mode 100644 index 00000000..e30df181 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/nether_quartz_ore.png differ diff --git a/1.13.2/assets/minecraft/textures/block/nether_wart_block.png b/1.13.2/assets/minecraft/textures/block/nether_wart_block.png new file mode 100644 index 00000000..6231f3eb Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/nether_wart_block.png differ diff --git a/1.13.2/assets/minecraft/textures/block/nether_wart_stage0.png b/1.13.2/assets/minecraft/textures/block/nether_wart_stage0.png new file mode 100644 index 00000000..514a95be Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/nether_wart_stage0.png differ diff --git a/1.13.2/assets/minecraft/textures/block/nether_wart_stage1.png b/1.13.2/assets/minecraft/textures/block/nether_wart_stage1.png new file mode 100644 index 00000000..b4ad0d1e Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/nether_wart_stage1.png differ diff --git a/1.13.2/assets/minecraft/textures/block/nether_wart_stage2.png b/1.13.2/assets/minecraft/textures/block/nether_wart_stage2.png new file mode 100644 index 00000000..b9b67431 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/nether_wart_stage2.png differ diff --git a/1.13.2/assets/minecraft/textures/block/netherrack.png b/1.13.2/assets/minecraft/textures/block/netherrack.png new file mode 100644 index 00000000..88129c4e Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/netherrack.png differ diff --git a/1.13.2/assets/minecraft/textures/block/note_block.png b/1.13.2/assets/minecraft/textures/block/note_block.png new file mode 100644 index 00000000..a3c27c18 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/note_block.png differ diff --git a/1.13.2/assets/minecraft/textures/block/oak_door_bottom.png b/1.13.2/assets/minecraft/textures/block/oak_door_bottom.png new file mode 100644 index 00000000..3a0bae98 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/oak_door_bottom.png differ diff --git a/1.13.2/assets/minecraft/textures/block/oak_door_top.png b/1.13.2/assets/minecraft/textures/block/oak_door_top.png new file mode 100644 index 00000000..93319d5d Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/oak_door_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/oak_leaves.png b/1.13.2/assets/minecraft/textures/block/oak_leaves.png new file mode 100644 index 00000000..a6773aff Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/oak_leaves.png differ diff --git a/1.13.2/assets/minecraft/textures/block/oak_log.png b/1.13.2/assets/minecraft/textures/block/oak_log.png new file mode 100644 index 00000000..914cb5fb Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/oak_log.png differ diff --git a/1.13.2/assets/minecraft/textures/block/oak_log_top.png b/1.13.2/assets/minecraft/textures/block/oak_log_top.png new file mode 100644 index 00000000..97eebd1f Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/oak_log_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/oak_planks.png b/1.13.2/assets/minecraft/textures/block/oak_planks.png new file mode 100644 index 00000000..346f77dc Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/oak_planks.png differ diff --git a/1.13.2/assets/minecraft/textures/block/oak_sapling.png b/1.13.2/assets/minecraft/textures/block/oak_sapling.png new file mode 100644 index 00000000..3c3abefd Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/oak_sapling.png differ diff --git a/1.13.2/assets/minecraft/textures/block/oak_trapdoor.png b/1.13.2/assets/minecraft/textures/block/oak_trapdoor.png new file mode 100644 index 00000000..5c3385f7 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/oak_trapdoor.png differ diff --git a/1.13.2/assets/minecraft/textures/block/observer_back.png b/1.13.2/assets/minecraft/textures/block/observer_back.png new file mode 100644 index 00000000..af6f03cd Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/observer_back.png differ diff --git a/1.13.2/assets/minecraft/textures/block/observer_back_on.png b/1.13.2/assets/minecraft/textures/block/observer_back_on.png new file mode 100644 index 00000000..bf42f2f6 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/observer_back_on.png differ diff --git a/1.13.2/assets/minecraft/textures/block/observer_front.png b/1.13.2/assets/minecraft/textures/block/observer_front.png new file mode 100644 index 00000000..8571ed4c Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/observer_front.png differ diff --git a/1.13.2/assets/minecraft/textures/block/observer_side.png b/1.13.2/assets/minecraft/textures/block/observer_side.png new file mode 100644 index 00000000..2d44cb10 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/observer_side.png differ diff --git a/1.13.2/assets/minecraft/textures/block/observer_top.png b/1.13.2/assets/minecraft/textures/block/observer_top.png new file mode 100644 index 00000000..494847be Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/observer_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/obsidian.png b/1.13.2/assets/minecraft/textures/block/obsidian.png new file mode 100644 index 00000000..ff0a6836 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/obsidian.png differ diff --git a/1.13.2/assets/minecraft/textures/block/orange_concrete.png b/1.13.2/assets/minecraft/textures/block/orange_concrete.png new file mode 100644 index 00000000..243bbc82 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/orange_concrete.png differ diff --git a/1.13.2/assets/minecraft/textures/block/orange_concrete_powder.png b/1.13.2/assets/minecraft/textures/block/orange_concrete_powder.png new file mode 100644 index 00000000..2fb6f15f Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/orange_concrete_powder.png differ diff --git a/1.13.2/assets/minecraft/textures/block/orange_glazed_terracotta.png b/1.13.2/assets/minecraft/textures/block/orange_glazed_terracotta.png new file mode 100644 index 00000000..4e2d3d2e Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/orange_glazed_terracotta.png differ diff --git a/1.13.2/assets/minecraft/textures/block/orange_shulker_box.png b/1.13.2/assets/minecraft/textures/block/orange_shulker_box.png new file mode 100644 index 00000000..a722de19 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/orange_shulker_box.png differ diff --git a/1.13.2/assets/minecraft/textures/block/orange_stained_glass.png b/1.13.2/assets/minecraft/textures/block/orange_stained_glass.png new file mode 100644 index 00000000..95b0a681 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/orange_stained_glass.png differ diff --git a/1.13.2/assets/minecraft/textures/block/orange_stained_glass_pane_top.png b/1.13.2/assets/minecraft/textures/block/orange_stained_glass_pane_top.png new file mode 100644 index 00000000..2866571b Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/orange_stained_glass_pane_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/orange_terracotta.png b/1.13.2/assets/minecraft/textures/block/orange_terracotta.png new file mode 100644 index 00000000..9ccdb4b3 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/orange_terracotta.png differ diff --git a/1.13.2/assets/minecraft/textures/block/orange_tulip.png b/1.13.2/assets/minecraft/textures/block/orange_tulip.png new file mode 100644 index 00000000..200815f2 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/orange_tulip.png differ diff --git a/1.13.2/assets/minecraft/textures/block/orange_wool.png b/1.13.2/assets/minecraft/textures/block/orange_wool.png new file mode 100644 index 00000000..61c1e4b2 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/orange_wool.png differ diff --git a/1.13.2/assets/minecraft/textures/block/oxeye_daisy.png b/1.13.2/assets/minecraft/textures/block/oxeye_daisy.png new file mode 100644 index 00000000..03a11e52 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/oxeye_daisy.png differ diff --git a/1.13.2/assets/minecraft/textures/block/packed_ice.png b/1.13.2/assets/minecraft/textures/block/packed_ice.png new file mode 100644 index 00000000..3b06f3f1 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/packed_ice.png differ diff --git a/1.13.2/assets/minecraft/textures/block/peony_bottom.png b/1.13.2/assets/minecraft/textures/block/peony_bottom.png new file mode 100644 index 00000000..cdb90759 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/peony_bottom.png differ diff --git a/1.13.2/assets/minecraft/textures/block/peony_top.png b/1.13.2/assets/minecraft/textures/block/peony_top.png new file mode 100644 index 00000000..63f46e0b Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/peony_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/pink_concrete.png b/1.13.2/assets/minecraft/textures/block/pink_concrete.png new file mode 100644 index 00000000..dd1950f7 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/pink_concrete.png differ diff --git a/1.13.2/assets/minecraft/textures/block/pink_concrete_powder.png b/1.13.2/assets/minecraft/textures/block/pink_concrete_powder.png new file mode 100644 index 00000000..9f6a6bb7 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/pink_concrete_powder.png differ diff --git a/1.13.2/assets/minecraft/textures/block/pink_glazed_terracotta.png b/1.13.2/assets/minecraft/textures/block/pink_glazed_terracotta.png new file mode 100644 index 00000000..30a1975d Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/pink_glazed_terracotta.png differ diff --git a/1.13.2/assets/minecraft/textures/block/pink_shulker_box.png b/1.13.2/assets/minecraft/textures/block/pink_shulker_box.png new file mode 100644 index 00000000..e817f960 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/pink_shulker_box.png differ diff --git a/1.13.2/assets/minecraft/textures/block/pink_stained_glass.png b/1.13.2/assets/minecraft/textures/block/pink_stained_glass.png new file mode 100644 index 00000000..c1f61f07 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/pink_stained_glass.png differ diff --git a/1.13.2/assets/minecraft/textures/block/pink_stained_glass_pane_top.png b/1.13.2/assets/minecraft/textures/block/pink_stained_glass_pane_top.png new file mode 100644 index 00000000..6b6cd768 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/pink_stained_glass_pane_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/pink_terracotta.png b/1.13.2/assets/minecraft/textures/block/pink_terracotta.png new file mode 100644 index 00000000..7ffea8d1 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/pink_terracotta.png differ diff --git a/1.13.2/assets/minecraft/textures/block/pink_tulip.png b/1.13.2/assets/minecraft/textures/block/pink_tulip.png new file mode 100644 index 00000000..719457fe Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/pink_tulip.png differ diff --git a/1.13.2/assets/minecraft/textures/block/pink_wool.png b/1.13.2/assets/minecraft/textures/block/pink_wool.png new file mode 100644 index 00000000..17ef62bb Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/pink_wool.png differ diff --git a/1.13.2/assets/minecraft/textures/block/piston_bottom.png b/1.13.2/assets/minecraft/textures/block/piston_bottom.png new file mode 100644 index 00000000..a3a5a085 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/piston_bottom.png differ diff --git a/1.13.2/assets/minecraft/textures/block/piston_inner.png b/1.13.2/assets/minecraft/textures/block/piston_inner.png new file mode 100644 index 00000000..d1c27611 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/piston_inner.png differ diff --git a/1.13.2/assets/minecraft/textures/block/piston_side.png b/1.13.2/assets/minecraft/textures/block/piston_side.png new file mode 100644 index 00000000..634f54ab Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/piston_side.png differ diff --git a/1.13.2/assets/minecraft/textures/block/piston_top.png b/1.13.2/assets/minecraft/textures/block/piston_top.png new file mode 100644 index 00000000..eeaadab4 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/piston_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/piston_top_sticky.png b/1.13.2/assets/minecraft/textures/block/piston_top_sticky.png new file mode 100644 index 00000000..6ddd4ad3 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/piston_top_sticky.png differ diff --git a/1.13.2/assets/minecraft/textures/block/podzol_side.png b/1.13.2/assets/minecraft/textures/block/podzol_side.png new file mode 100644 index 00000000..89a328b2 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/podzol_side.png differ diff --git a/1.13.2/assets/minecraft/textures/block/podzol_top.png b/1.13.2/assets/minecraft/textures/block/podzol_top.png new file mode 100644 index 00000000..60d1361c Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/podzol_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/polished_andesite.png b/1.13.2/assets/minecraft/textures/block/polished_andesite.png new file mode 100644 index 00000000..591bb4d8 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/polished_andesite.png differ diff --git a/1.13.2/assets/minecraft/textures/block/polished_diorite.png b/1.13.2/assets/minecraft/textures/block/polished_diorite.png new file mode 100644 index 00000000..daebca4b Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/polished_diorite.png differ diff --git a/1.13.2/assets/minecraft/textures/block/polished_granite.png b/1.13.2/assets/minecraft/textures/block/polished_granite.png new file mode 100644 index 00000000..a4bee094 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/polished_granite.png differ diff --git a/1.13.2/assets/minecraft/textures/block/poppy.png b/1.13.2/assets/minecraft/textures/block/poppy.png new file mode 100644 index 00000000..4a760986 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/poppy.png differ diff --git a/1.13.2/assets/minecraft/textures/block/potatoes_stage0.png b/1.13.2/assets/minecraft/textures/block/potatoes_stage0.png new file mode 100644 index 00000000..c1ef7320 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/potatoes_stage0.png differ diff --git a/1.13.2/assets/minecraft/textures/block/potatoes_stage1.png b/1.13.2/assets/minecraft/textures/block/potatoes_stage1.png new file mode 100644 index 00000000..1275f4f8 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/potatoes_stage1.png differ diff --git a/1.13.2/assets/minecraft/textures/block/potatoes_stage2.png b/1.13.2/assets/minecraft/textures/block/potatoes_stage2.png new file mode 100644 index 00000000..b7347dfe Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/potatoes_stage2.png differ diff --git a/1.13.2/assets/minecraft/textures/block/potatoes_stage3.png b/1.13.2/assets/minecraft/textures/block/potatoes_stage3.png new file mode 100644 index 00000000..d7e8185d Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/potatoes_stage3.png differ diff --git a/1.13.2/assets/minecraft/textures/block/powered_rail.png b/1.13.2/assets/minecraft/textures/block/powered_rail.png new file mode 100644 index 00000000..1fc52c3e Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/powered_rail.png differ diff --git a/1.13.2/assets/minecraft/textures/block/powered_rail_on.png b/1.13.2/assets/minecraft/textures/block/powered_rail_on.png new file mode 100644 index 00000000..bd343be8 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/powered_rail_on.png differ diff --git a/1.13.2/assets/minecraft/textures/block/prismarine.png b/1.13.2/assets/minecraft/textures/block/prismarine.png new file mode 100644 index 00000000..12093564 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/prismarine.png differ diff --git a/1.13.2/assets/minecraft/textures/block/prismarine.png.mcmeta b/1.13.2/assets/minecraft/textures/block/prismarine.png.mcmeta new file mode 100644 index 00000000..410b327f --- /dev/null +++ b/1.13.2/assets/minecraft/textures/block/prismarine.png.mcmeta @@ -0,0 +1,30 @@ +{ + "animation": { + "frametime": 300, + "interpolate": true, + "frames": [ + 0, + 1, + 0, + 2, + 0, + 3, + 0, + 1, + 2, + 1, + 3, + 1, + 0, + 2, + 1, + 2, + 3, + 2, + 0, + 3, + 1, + 3 + ] + } +} diff --git a/1.13.2/assets/minecraft/textures/block/prismarine_bricks.png b/1.13.2/assets/minecraft/textures/block/prismarine_bricks.png new file mode 100644 index 00000000..724377c8 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/prismarine_bricks.png differ diff --git a/1.13.2/assets/minecraft/textures/block/pumpkin_side.png b/1.13.2/assets/minecraft/textures/block/pumpkin_side.png new file mode 100644 index 00000000..75dfc475 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/pumpkin_side.png differ diff --git a/1.13.2/assets/minecraft/textures/block/pumpkin_stem.png b/1.13.2/assets/minecraft/textures/block/pumpkin_stem.png new file mode 100644 index 00000000..38065ef6 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/pumpkin_stem.png differ diff --git a/1.13.2/assets/minecraft/textures/block/pumpkin_top.png b/1.13.2/assets/minecraft/textures/block/pumpkin_top.png new file mode 100644 index 00000000..1990a039 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/pumpkin_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/purple_concrete.png b/1.13.2/assets/minecraft/textures/block/purple_concrete.png new file mode 100644 index 00000000..bf90f745 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/purple_concrete.png differ diff --git a/1.13.2/assets/minecraft/textures/block/purple_concrete_powder.png b/1.13.2/assets/minecraft/textures/block/purple_concrete_powder.png new file mode 100644 index 00000000..aa1b1ac3 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/purple_concrete_powder.png differ diff --git a/1.13.2/assets/minecraft/textures/block/purple_glazed_terracotta.png b/1.13.2/assets/minecraft/textures/block/purple_glazed_terracotta.png new file mode 100644 index 00000000..d0f9e68f Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/purple_glazed_terracotta.png differ diff --git a/1.13.2/assets/minecraft/textures/block/purple_shulker_box.png b/1.13.2/assets/minecraft/textures/block/purple_shulker_box.png new file mode 100644 index 00000000..0416ed90 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/purple_shulker_box.png differ diff --git a/1.13.2/assets/minecraft/textures/block/purple_stained_glass.png b/1.13.2/assets/minecraft/textures/block/purple_stained_glass.png new file mode 100644 index 00000000..712a6249 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/purple_stained_glass.png differ diff --git a/1.13.2/assets/minecraft/textures/block/purple_stained_glass_pane_top.png b/1.13.2/assets/minecraft/textures/block/purple_stained_glass_pane_top.png new file mode 100644 index 00000000..23e208ed Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/purple_stained_glass_pane_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/purple_terracotta.png b/1.13.2/assets/minecraft/textures/block/purple_terracotta.png new file mode 100644 index 00000000..8bee14ea Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/purple_terracotta.png differ diff --git a/1.13.2/assets/minecraft/textures/block/purple_wool.png b/1.13.2/assets/minecraft/textures/block/purple_wool.png new file mode 100644 index 00000000..08d4ee0e Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/purple_wool.png differ diff --git a/1.13.2/assets/minecraft/textures/block/purpur_block.png b/1.13.2/assets/minecraft/textures/block/purpur_block.png new file mode 100644 index 00000000..8897ef40 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/purpur_block.png differ diff --git a/1.13.2/assets/minecraft/textures/block/purpur_pillar.png b/1.13.2/assets/minecraft/textures/block/purpur_pillar.png new file mode 100644 index 00000000..d46f0645 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/purpur_pillar.png differ diff --git a/1.13.2/assets/minecraft/textures/block/purpur_pillar_top.png b/1.13.2/assets/minecraft/textures/block/purpur_pillar_top.png new file mode 100644 index 00000000..2502aed5 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/purpur_pillar_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/quartz_block_bottom.png b/1.13.2/assets/minecraft/textures/block/quartz_block_bottom.png new file mode 100644 index 00000000..0eaa57d7 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/quartz_block_bottom.png differ diff --git a/1.13.2/assets/minecraft/textures/block/quartz_block_side.png b/1.13.2/assets/minecraft/textures/block/quartz_block_side.png new file mode 100644 index 00000000..d49a864d Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/quartz_block_side.png differ diff --git a/1.13.2/assets/minecraft/textures/block/quartz_block_top.png b/1.13.2/assets/minecraft/textures/block/quartz_block_top.png new file mode 100644 index 00000000..d49a864d Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/quartz_block_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/quartz_pillar.png b/1.13.2/assets/minecraft/textures/block/quartz_pillar.png new file mode 100644 index 00000000..0940313a Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/quartz_pillar.png differ diff --git a/1.13.2/assets/minecraft/textures/block/quartz_pillar_top.png b/1.13.2/assets/minecraft/textures/block/quartz_pillar_top.png new file mode 100644 index 00000000..37bed2b1 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/quartz_pillar_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/rail.png b/1.13.2/assets/minecraft/textures/block/rail.png new file mode 100644 index 00000000..d6092369 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/rail.png differ diff --git a/1.13.2/assets/minecraft/textures/block/rail_corner.png b/1.13.2/assets/minecraft/textures/block/rail_corner.png new file mode 100644 index 00000000..f394a235 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/rail_corner.png differ diff --git a/1.13.2/assets/minecraft/textures/block/red_concrete.png b/1.13.2/assets/minecraft/textures/block/red_concrete.png new file mode 100644 index 00000000..7f978842 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/red_concrete.png differ diff --git a/1.13.2/assets/minecraft/textures/block/red_concrete_powder.png b/1.13.2/assets/minecraft/textures/block/red_concrete_powder.png new file mode 100644 index 00000000..7612112e Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/red_concrete_powder.png differ diff --git a/1.13.2/assets/minecraft/textures/block/red_glazed_terracotta.png b/1.13.2/assets/minecraft/textures/block/red_glazed_terracotta.png new file mode 100644 index 00000000..ee46623b Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/red_glazed_terracotta.png differ diff --git a/1.13.2/assets/minecraft/textures/block/red_mushroom.png b/1.13.2/assets/minecraft/textures/block/red_mushroom.png new file mode 100644 index 00000000..1b332b79 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/red_mushroom.png differ diff --git a/1.13.2/assets/minecraft/textures/block/red_mushroom_block.png b/1.13.2/assets/minecraft/textures/block/red_mushroom_block.png new file mode 100644 index 00000000..532e1b94 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/red_mushroom_block.png differ diff --git a/1.13.2/assets/minecraft/textures/block/red_nether_bricks.png b/1.13.2/assets/minecraft/textures/block/red_nether_bricks.png new file mode 100644 index 00000000..ef287dee Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/red_nether_bricks.png differ diff --git a/1.13.2/assets/minecraft/textures/block/red_sand.png b/1.13.2/assets/minecraft/textures/block/red_sand.png new file mode 100644 index 00000000..096ed0ee Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/red_sand.png differ diff --git a/1.13.2/assets/minecraft/textures/block/red_sandstone.png b/1.13.2/assets/minecraft/textures/block/red_sandstone.png new file mode 100644 index 00000000..30783bd7 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/red_sandstone.png differ diff --git a/1.13.2/assets/minecraft/textures/block/red_sandstone_bottom.png b/1.13.2/assets/minecraft/textures/block/red_sandstone_bottom.png new file mode 100644 index 00000000..864370fd Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/red_sandstone_bottom.png differ diff --git a/1.13.2/assets/minecraft/textures/block/red_sandstone_top.png b/1.13.2/assets/minecraft/textures/block/red_sandstone_top.png new file mode 100644 index 00000000..bf231481 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/red_sandstone_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/red_shulker_box.png b/1.13.2/assets/minecraft/textures/block/red_shulker_box.png new file mode 100644 index 00000000..00147c5d Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/red_shulker_box.png differ diff --git a/1.13.2/assets/minecraft/textures/block/red_stained_glass.png b/1.13.2/assets/minecraft/textures/block/red_stained_glass.png new file mode 100644 index 00000000..37b603df Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/red_stained_glass.png differ diff --git a/1.13.2/assets/minecraft/textures/block/red_stained_glass_pane_top.png b/1.13.2/assets/minecraft/textures/block/red_stained_glass_pane_top.png new file mode 100644 index 00000000..22b69dba Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/red_stained_glass_pane_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/red_terracotta.png b/1.13.2/assets/minecraft/textures/block/red_terracotta.png new file mode 100644 index 00000000..e0e800b6 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/red_terracotta.png differ diff --git a/1.13.2/assets/minecraft/textures/block/red_tulip.png b/1.13.2/assets/minecraft/textures/block/red_tulip.png new file mode 100644 index 00000000..1a019643 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/red_tulip.png differ diff --git a/1.13.2/assets/minecraft/textures/block/red_wool.png b/1.13.2/assets/minecraft/textures/block/red_wool.png new file mode 100644 index 00000000..f11cbccb Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/red_wool.png differ diff --git a/1.13.2/assets/minecraft/textures/block/redstone_block.png b/1.13.2/assets/minecraft/textures/block/redstone_block.png new file mode 100644 index 00000000..57fb02b9 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/redstone_block.png differ diff --git a/1.13.2/assets/minecraft/textures/block/redstone_dust_dot.png b/1.13.2/assets/minecraft/textures/block/redstone_dust_dot.png new file mode 100644 index 00000000..ab8866d8 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/redstone_dust_dot.png differ diff --git a/1.13.2/assets/minecraft/textures/block/redstone_dust_line0.png b/1.13.2/assets/minecraft/textures/block/redstone_dust_line0.png new file mode 100644 index 00000000..064b107b Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/redstone_dust_line0.png differ diff --git a/1.13.2/assets/minecraft/textures/block/redstone_dust_line1.png b/1.13.2/assets/minecraft/textures/block/redstone_dust_line1.png new file mode 100644 index 00000000..8e8a700f Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/redstone_dust_line1.png differ diff --git a/1.13.2/assets/minecraft/textures/block/redstone_dust_overlay.png b/1.13.2/assets/minecraft/textures/block/redstone_dust_overlay.png new file mode 100644 index 00000000..fd68e0a3 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/redstone_dust_overlay.png differ diff --git a/1.13.2/assets/minecraft/textures/block/redstone_lamp.png b/1.13.2/assets/minecraft/textures/block/redstone_lamp.png new file mode 100644 index 00000000..522765be Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/redstone_lamp.png differ diff --git a/1.13.2/assets/minecraft/textures/block/redstone_lamp_on.png b/1.13.2/assets/minecraft/textures/block/redstone_lamp_on.png new file mode 100644 index 00000000..9562ef3e Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/redstone_lamp_on.png differ diff --git a/1.13.2/assets/minecraft/textures/block/redstone_ore.png b/1.13.2/assets/minecraft/textures/block/redstone_ore.png new file mode 100644 index 00000000..575a4888 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/redstone_ore.png differ diff --git a/1.13.2/assets/minecraft/textures/block/redstone_torch.png b/1.13.2/assets/minecraft/textures/block/redstone_torch.png new file mode 100644 index 00000000..2983d6ce Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/redstone_torch.png differ diff --git a/1.13.2/assets/minecraft/textures/block/redstone_torch_off.png b/1.13.2/assets/minecraft/textures/block/redstone_torch_off.png new file mode 100644 index 00000000..635eabd4 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/redstone_torch_off.png differ diff --git a/1.13.2/assets/minecraft/textures/block/repeater.png b/1.13.2/assets/minecraft/textures/block/repeater.png new file mode 100644 index 00000000..86346698 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/repeater.png differ diff --git a/1.13.2/assets/minecraft/textures/block/repeater_on.png b/1.13.2/assets/minecraft/textures/block/repeater_on.png new file mode 100644 index 00000000..d71d0d93 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/repeater_on.png differ diff --git a/1.13.2/assets/minecraft/textures/block/repeating_command_block_back.png b/1.13.2/assets/minecraft/textures/block/repeating_command_block_back.png new file mode 100644 index 00000000..553c251c Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/repeating_command_block_back.png differ diff --git a/1.13.2/assets/minecraft/textures/block/repeating_command_block_back.png.mcmeta b/1.13.2/assets/minecraft/textures/block/repeating_command_block_back.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.13.2/assets/minecraft/textures/block/repeating_command_block_back.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.13.2/assets/minecraft/textures/block/repeating_command_block_conditional.png b/1.13.2/assets/minecraft/textures/block/repeating_command_block_conditional.png new file mode 100644 index 00000000..2af3122b Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/repeating_command_block_conditional.png differ diff --git a/1.13.2/assets/minecraft/textures/block/repeating_command_block_conditional.png.mcmeta b/1.13.2/assets/minecraft/textures/block/repeating_command_block_conditional.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.13.2/assets/minecraft/textures/block/repeating_command_block_conditional.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.13.2/assets/minecraft/textures/block/repeating_command_block_front.png b/1.13.2/assets/minecraft/textures/block/repeating_command_block_front.png new file mode 100644 index 00000000..f3333d3a Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/repeating_command_block_front.png differ diff --git a/1.13.2/assets/minecraft/textures/block/repeating_command_block_front.png.mcmeta b/1.13.2/assets/minecraft/textures/block/repeating_command_block_front.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.13.2/assets/minecraft/textures/block/repeating_command_block_front.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.13.2/assets/minecraft/textures/block/repeating_command_block_side.png b/1.13.2/assets/minecraft/textures/block/repeating_command_block_side.png new file mode 100644 index 00000000..500fe63c Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/repeating_command_block_side.png differ diff --git a/1.13.2/assets/minecraft/textures/block/repeating_command_block_side.png.mcmeta b/1.13.2/assets/minecraft/textures/block/repeating_command_block_side.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.13.2/assets/minecraft/textures/block/repeating_command_block_side.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.13.2/assets/minecraft/textures/block/rose_bush_bottom.png b/1.13.2/assets/minecraft/textures/block/rose_bush_bottom.png new file mode 100644 index 00000000..27aca8ee Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/rose_bush_bottom.png differ diff --git a/1.13.2/assets/minecraft/textures/block/rose_bush_top.png b/1.13.2/assets/minecraft/textures/block/rose_bush_top.png new file mode 100644 index 00000000..8a3d7937 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/rose_bush_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/sand.png b/1.13.2/assets/minecraft/textures/block/sand.png new file mode 100644 index 00000000..e135fbdc Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/sand.png differ diff --git a/1.13.2/assets/minecraft/textures/block/sandstone.png b/1.13.2/assets/minecraft/textures/block/sandstone.png new file mode 100644 index 00000000..1b79145f Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/sandstone.png differ diff --git a/1.13.2/assets/minecraft/textures/block/sandstone_bottom.png b/1.13.2/assets/minecraft/textures/block/sandstone_bottom.png new file mode 100644 index 00000000..e1022209 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/sandstone_bottom.png differ diff --git a/1.13.2/assets/minecraft/textures/block/sandstone_top.png b/1.13.2/assets/minecraft/textures/block/sandstone_top.png new file mode 100644 index 00000000..74838777 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/sandstone_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/sea_lantern.png b/1.13.2/assets/minecraft/textures/block/sea_lantern.png new file mode 100644 index 00000000..8909ce8e Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/sea_lantern.png differ diff --git a/1.13.2/assets/minecraft/textures/block/sea_lantern.png.mcmeta b/1.13.2/assets/minecraft/textures/block/sea_lantern.png.mcmeta new file mode 100644 index 00000000..e8ac9bc3 --- /dev/null +++ b/1.13.2/assets/minecraft/textures/block/sea_lantern.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 5 + } +} diff --git a/1.13.2/assets/minecraft/textures/block/sea_pickle.png b/1.13.2/assets/minecraft/textures/block/sea_pickle.png new file mode 100644 index 00000000..d9c541bf Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/sea_pickle.png differ diff --git a/1.13.2/assets/minecraft/textures/block/seagrass.png b/1.13.2/assets/minecraft/textures/block/seagrass.png new file mode 100644 index 00000000..533f2d59 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/seagrass.png differ diff --git a/1.13.2/assets/minecraft/textures/block/seagrass.png.mcmeta b/1.13.2/assets/minecraft/textures/block/seagrass.png.mcmeta new file mode 100644 index 00000000..36578bcc --- /dev/null +++ b/1.13.2/assets/minecraft/textures/block/seagrass.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 2 + } +} diff --git a/1.13.2/assets/minecraft/textures/block/shulker_box.png b/1.13.2/assets/minecraft/textures/block/shulker_box.png new file mode 100644 index 00000000..09bcf3f8 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/shulker_box.png differ diff --git a/1.13.2/assets/minecraft/textures/block/slime_block.png b/1.13.2/assets/minecraft/textures/block/slime_block.png new file mode 100644 index 00000000..c577a5a9 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/slime_block.png differ diff --git a/1.13.2/assets/minecraft/textures/block/snow.png b/1.13.2/assets/minecraft/textures/block/snow.png new file mode 100644 index 00000000..d1a14162 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/snow.png differ diff --git a/1.13.2/assets/minecraft/textures/block/soul_sand.png b/1.13.2/assets/minecraft/textures/block/soul_sand.png new file mode 100644 index 00000000..fca7e8ff Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/soul_sand.png differ diff --git a/1.13.2/assets/minecraft/textures/block/spawner.png b/1.13.2/assets/minecraft/textures/block/spawner.png new file mode 100644 index 00000000..7d55217e Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/spawner.png differ diff --git a/1.13.2/assets/minecraft/textures/block/sponge.png b/1.13.2/assets/minecraft/textures/block/sponge.png new file mode 100644 index 00000000..487ac433 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/sponge.png differ diff --git a/1.13.2/assets/minecraft/textures/block/spruce_door_bottom.png b/1.13.2/assets/minecraft/textures/block/spruce_door_bottom.png new file mode 100644 index 00000000..411ef263 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/spruce_door_bottom.png differ diff --git a/1.13.2/assets/minecraft/textures/block/spruce_door_top.png b/1.13.2/assets/minecraft/textures/block/spruce_door_top.png new file mode 100644 index 00000000..43dceb24 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/spruce_door_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/spruce_leaves.png b/1.13.2/assets/minecraft/textures/block/spruce_leaves.png new file mode 100644 index 00000000..602eab8e Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/spruce_leaves.png differ diff --git a/1.13.2/assets/minecraft/textures/block/spruce_log.png b/1.13.2/assets/minecraft/textures/block/spruce_log.png new file mode 100644 index 00000000..77a22a41 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/spruce_log.png differ diff --git a/1.13.2/assets/minecraft/textures/block/spruce_log_top.png b/1.13.2/assets/minecraft/textures/block/spruce_log_top.png new file mode 100644 index 00000000..e68e518f Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/spruce_log_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/spruce_planks.png b/1.13.2/assets/minecraft/textures/block/spruce_planks.png new file mode 100644 index 00000000..f45fa94b Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/spruce_planks.png differ diff --git a/1.13.2/assets/minecraft/textures/block/spruce_sapling.png b/1.13.2/assets/minecraft/textures/block/spruce_sapling.png new file mode 100644 index 00000000..5767d48b Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/spruce_sapling.png differ diff --git a/1.13.2/assets/minecraft/textures/block/spruce_trapdoor.png b/1.13.2/assets/minecraft/textures/block/spruce_trapdoor.png new file mode 100644 index 00000000..092304cb Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/spruce_trapdoor.png differ diff --git a/1.13.2/assets/minecraft/textures/block/stone.png b/1.13.2/assets/minecraft/textures/block/stone.png new file mode 100644 index 00000000..87e19ff4 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/stone.png differ diff --git a/1.13.2/assets/minecraft/textures/block/stone_bricks.png b/1.13.2/assets/minecraft/textures/block/stone_bricks.png new file mode 100644 index 00000000..69138cf2 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/stone_bricks.png differ diff --git a/1.13.2/assets/minecraft/textures/block/stone_slab_side.png b/1.13.2/assets/minecraft/textures/block/stone_slab_side.png new file mode 100644 index 00000000..fe2a2040 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/stone_slab_side.png differ diff --git a/1.13.2/assets/minecraft/textures/block/stone_slab_top.png b/1.13.2/assets/minecraft/textures/block/stone_slab_top.png new file mode 100644 index 00000000..090657d3 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/stone_slab_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/stripped_acacia_log.png b/1.13.2/assets/minecraft/textures/block/stripped_acacia_log.png new file mode 100644 index 00000000..29cca3ad Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/stripped_acacia_log.png differ diff --git a/1.13.2/assets/minecraft/textures/block/stripped_acacia_log_top.png b/1.13.2/assets/minecraft/textures/block/stripped_acacia_log_top.png new file mode 100644 index 00000000..a7527b6c Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/stripped_acacia_log_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/stripped_birch_log.png b/1.13.2/assets/minecraft/textures/block/stripped_birch_log.png new file mode 100644 index 00000000..24b33c55 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/stripped_birch_log.png differ diff --git a/1.13.2/assets/minecraft/textures/block/stripped_birch_log_top.png b/1.13.2/assets/minecraft/textures/block/stripped_birch_log_top.png new file mode 100644 index 00000000..63da3168 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/stripped_birch_log_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/stripped_dark_oak_log.png b/1.13.2/assets/minecraft/textures/block/stripped_dark_oak_log.png new file mode 100644 index 00000000..99147a50 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/stripped_dark_oak_log.png differ diff --git a/1.13.2/assets/minecraft/textures/block/stripped_dark_oak_log_top.png b/1.13.2/assets/minecraft/textures/block/stripped_dark_oak_log_top.png new file mode 100644 index 00000000..a0ab6a70 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/stripped_dark_oak_log_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/stripped_jungle_log.png b/1.13.2/assets/minecraft/textures/block/stripped_jungle_log.png new file mode 100644 index 00000000..e3eb0ac1 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/stripped_jungle_log.png differ diff --git a/1.13.2/assets/minecraft/textures/block/stripped_jungle_log_top.png b/1.13.2/assets/minecraft/textures/block/stripped_jungle_log_top.png new file mode 100644 index 00000000..0c1583ab Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/stripped_jungle_log_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/stripped_oak_log.png b/1.13.2/assets/minecraft/textures/block/stripped_oak_log.png new file mode 100644 index 00000000..0a1d34c3 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/stripped_oak_log.png differ diff --git a/1.13.2/assets/minecraft/textures/block/stripped_oak_log_top.png b/1.13.2/assets/minecraft/textures/block/stripped_oak_log_top.png new file mode 100644 index 00000000..3c75f67f Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/stripped_oak_log_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/stripped_spruce_log.png b/1.13.2/assets/minecraft/textures/block/stripped_spruce_log.png new file mode 100644 index 00000000..28571249 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/stripped_spruce_log.png differ diff --git a/1.13.2/assets/minecraft/textures/block/stripped_spruce_log_top.png b/1.13.2/assets/minecraft/textures/block/stripped_spruce_log_top.png new file mode 100644 index 00000000..9ab2717e Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/stripped_spruce_log_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/structure_block.png b/1.13.2/assets/minecraft/textures/block/structure_block.png new file mode 100644 index 00000000..f03ea5fe Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/structure_block.png differ diff --git a/1.13.2/assets/minecraft/textures/block/structure_block_corner.png b/1.13.2/assets/minecraft/textures/block/structure_block_corner.png new file mode 100644 index 00000000..418fd05c Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/structure_block_corner.png differ diff --git a/1.13.2/assets/minecraft/textures/block/structure_block_data.png b/1.13.2/assets/minecraft/textures/block/structure_block_data.png new file mode 100644 index 00000000..75ea3083 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/structure_block_data.png differ diff --git a/1.13.2/assets/minecraft/textures/block/structure_block_load.png b/1.13.2/assets/minecraft/textures/block/structure_block_load.png new file mode 100644 index 00000000..aca338b1 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/structure_block_load.png differ diff --git a/1.13.2/assets/minecraft/textures/block/structure_block_save.png b/1.13.2/assets/minecraft/textures/block/structure_block_save.png new file mode 100644 index 00000000..64709278 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/structure_block_save.png differ diff --git a/1.13.2/assets/minecraft/textures/block/sugar_cane.png b/1.13.2/assets/minecraft/textures/block/sugar_cane.png new file mode 100644 index 00000000..64bbfe0e Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/sugar_cane.png differ diff --git a/1.13.2/assets/minecraft/textures/block/sunflower_back.png b/1.13.2/assets/minecraft/textures/block/sunflower_back.png new file mode 100644 index 00000000..b0c53a71 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/sunflower_back.png differ diff --git a/1.13.2/assets/minecraft/textures/block/sunflower_bottom.png b/1.13.2/assets/minecraft/textures/block/sunflower_bottom.png new file mode 100644 index 00000000..5a1febe3 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/sunflower_bottom.png differ diff --git a/1.13.2/assets/minecraft/textures/block/sunflower_front.png b/1.13.2/assets/minecraft/textures/block/sunflower_front.png new file mode 100644 index 00000000..9c13b766 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/sunflower_front.png differ diff --git a/1.13.2/assets/minecraft/textures/block/sunflower_top.png b/1.13.2/assets/minecraft/textures/block/sunflower_top.png new file mode 100644 index 00000000..6ab2f15c Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/sunflower_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/tall_grass_bottom.png b/1.13.2/assets/minecraft/textures/block/tall_grass_bottom.png new file mode 100644 index 00000000..ecc4e5d7 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/tall_grass_bottom.png differ diff --git a/1.13.2/assets/minecraft/textures/block/tall_grass_top.png b/1.13.2/assets/minecraft/textures/block/tall_grass_top.png new file mode 100644 index 00000000..f192abc2 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/tall_grass_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/tall_seagrass_bottom.png b/1.13.2/assets/minecraft/textures/block/tall_seagrass_bottom.png new file mode 100644 index 00000000..bb8d72d8 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/tall_seagrass_bottom.png differ diff --git a/1.13.2/assets/minecraft/textures/block/tall_seagrass_bottom.png.mcmeta b/1.13.2/assets/minecraft/textures/block/tall_seagrass_bottom.png.mcmeta new file mode 100644 index 00000000..36578bcc --- /dev/null +++ b/1.13.2/assets/minecraft/textures/block/tall_seagrass_bottom.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 2 + } +} diff --git a/1.13.2/assets/minecraft/textures/block/tall_seagrass_top.png b/1.13.2/assets/minecraft/textures/block/tall_seagrass_top.png new file mode 100644 index 00000000..1e52c7c1 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/tall_seagrass_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/tall_seagrass_top.png.mcmeta b/1.13.2/assets/minecraft/textures/block/tall_seagrass_top.png.mcmeta new file mode 100644 index 00000000..36578bcc --- /dev/null +++ b/1.13.2/assets/minecraft/textures/block/tall_seagrass_top.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 2 + } +} diff --git a/1.13.2/assets/minecraft/textures/block/terracotta.png b/1.13.2/assets/minecraft/textures/block/terracotta.png new file mode 100644 index 00000000..b94728a2 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/terracotta.png differ diff --git a/1.13.2/assets/minecraft/textures/block/tnt_bottom.png b/1.13.2/assets/minecraft/textures/block/tnt_bottom.png new file mode 100644 index 00000000..cc2e5867 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/tnt_bottom.png differ diff --git a/1.13.2/assets/minecraft/textures/block/tnt_side.png b/1.13.2/assets/minecraft/textures/block/tnt_side.png new file mode 100644 index 00000000..21109fbe Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/tnt_side.png differ diff --git a/1.13.2/assets/minecraft/textures/block/tnt_top.png b/1.13.2/assets/minecraft/textures/block/tnt_top.png new file mode 100644 index 00000000..ceb44b6d Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/tnt_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/torch.png b/1.13.2/assets/minecraft/textures/block/torch.png new file mode 100644 index 00000000..a2ce41b8 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/torch.png differ diff --git a/1.13.2/assets/minecraft/textures/block/tripwire.png b/1.13.2/assets/minecraft/textures/block/tripwire.png new file mode 100644 index 00000000..5b422eff Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/tripwire.png differ diff --git a/1.13.2/assets/minecraft/textures/block/tripwire_hook.png b/1.13.2/assets/minecraft/textures/block/tripwire_hook.png new file mode 100644 index 00000000..fbd464d8 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/tripwire_hook.png differ diff --git a/1.13.2/assets/minecraft/textures/block/tube_coral.png b/1.13.2/assets/minecraft/textures/block/tube_coral.png new file mode 100644 index 00000000..484a854d Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/tube_coral.png differ diff --git a/1.13.2/assets/minecraft/textures/block/tube_coral_block.png b/1.13.2/assets/minecraft/textures/block/tube_coral_block.png new file mode 100644 index 00000000..756d32d8 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/tube_coral_block.png differ diff --git a/1.13.2/assets/minecraft/textures/block/tube_coral_fan.png b/1.13.2/assets/minecraft/textures/block/tube_coral_fan.png new file mode 100644 index 00000000..6f32fca1 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/tube_coral_fan.png differ diff --git a/1.13.2/assets/minecraft/textures/block/turtle_egg.png b/1.13.2/assets/minecraft/textures/block/turtle_egg.png new file mode 100644 index 00000000..ba920e9a Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/turtle_egg.png differ diff --git a/1.13.2/assets/minecraft/textures/block/turtle_egg_slightly_cracked.png b/1.13.2/assets/minecraft/textures/block/turtle_egg_slightly_cracked.png new file mode 100644 index 00000000..55fb04e3 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/turtle_egg_slightly_cracked.png differ diff --git a/1.13.2/assets/minecraft/textures/block/turtle_egg_very_cracked.png b/1.13.2/assets/minecraft/textures/block/turtle_egg_very_cracked.png new file mode 100644 index 00000000..b6a87688 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/turtle_egg_very_cracked.png differ diff --git a/1.13.2/assets/minecraft/textures/block/vine.png b/1.13.2/assets/minecraft/textures/block/vine.png new file mode 100644 index 00000000..df5e435a Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/vine.png differ diff --git a/1.13.2/assets/minecraft/textures/block/water_flow.png b/1.13.2/assets/minecraft/textures/block/water_flow.png new file mode 100644 index 00000000..2b90e8aa Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/water_flow.png differ diff --git a/1.13.2/assets/minecraft/textures/block/water_flow.png.mcmeta b/1.13.2/assets/minecraft/textures/block/water_flow.png.mcmeta new file mode 100644 index 00000000..4f0718ac --- /dev/null +++ b/1.13.2/assets/minecraft/textures/block/water_flow.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} \ No newline at end of file diff --git a/1.13.2/assets/minecraft/textures/block/water_overlay.png b/1.13.2/assets/minecraft/textures/block/water_overlay.png new file mode 100644 index 00000000..c0e38976 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/water_overlay.png differ diff --git a/1.13.2/assets/minecraft/textures/block/water_still.png b/1.13.2/assets/minecraft/textures/block/water_still.png new file mode 100644 index 00000000..41601626 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/water_still.png differ diff --git a/1.13.2/assets/minecraft/textures/block/water_still.png.mcmeta b/1.13.2/assets/minecraft/textures/block/water_still.png.mcmeta new file mode 100644 index 00000000..0645f48c --- /dev/null +++ b/1.13.2/assets/minecraft/textures/block/water_still.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 2 + } +} diff --git a/1.13.2/assets/minecraft/textures/block/wet_sponge.png b/1.13.2/assets/minecraft/textures/block/wet_sponge.png new file mode 100644 index 00000000..e797208b Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/wet_sponge.png differ diff --git a/1.13.2/assets/minecraft/textures/block/wheat_stage0.png b/1.13.2/assets/minecraft/textures/block/wheat_stage0.png new file mode 100644 index 00000000..185af6fc Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/wheat_stage0.png differ diff --git a/1.13.2/assets/minecraft/textures/block/wheat_stage1.png b/1.13.2/assets/minecraft/textures/block/wheat_stage1.png new file mode 100644 index 00000000..67588c1e Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/wheat_stage1.png differ diff --git a/1.13.2/assets/minecraft/textures/block/wheat_stage2.png b/1.13.2/assets/minecraft/textures/block/wheat_stage2.png new file mode 100644 index 00000000..3d337929 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/wheat_stage2.png differ diff --git a/1.13.2/assets/minecraft/textures/block/wheat_stage3.png b/1.13.2/assets/minecraft/textures/block/wheat_stage3.png new file mode 100644 index 00000000..4649f780 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/wheat_stage3.png differ diff --git a/1.13.2/assets/minecraft/textures/block/wheat_stage4.png b/1.13.2/assets/minecraft/textures/block/wheat_stage4.png new file mode 100644 index 00000000..ac04b52c Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/wheat_stage4.png differ diff --git a/1.13.2/assets/minecraft/textures/block/wheat_stage5.png b/1.13.2/assets/minecraft/textures/block/wheat_stage5.png new file mode 100644 index 00000000..17135901 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/wheat_stage5.png differ diff --git a/1.13.2/assets/minecraft/textures/block/wheat_stage6.png b/1.13.2/assets/minecraft/textures/block/wheat_stage6.png new file mode 100644 index 00000000..cb5f1951 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/wheat_stage6.png differ diff --git a/1.13.2/assets/minecraft/textures/block/wheat_stage7.png b/1.13.2/assets/minecraft/textures/block/wheat_stage7.png new file mode 100644 index 00000000..7acafb37 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/wheat_stage7.png differ diff --git a/1.13.2/assets/minecraft/textures/block/white_concrete.png b/1.13.2/assets/minecraft/textures/block/white_concrete.png new file mode 100644 index 00000000..e2f7f41d Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/white_concrete.png differ diff --git a/1.13.2/assets/minecraft/textures/block/white_concrete_powder.png b/1.13.2/assets/minecraft/textures/block/white_concrete_powder.png new file mode 100644 index 00000000..35ae8ae4 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/white_concrete_powder.png differ diff --git a/1.13.2/assets/minecraft/textures/block/white_glazed_terracotta.png b/1.13.2/assets/minecraft/textures/block/white_glazed_terracotta.png new file mode 100644 index 00000000..b94f6b9d Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/white_glazed_terracotta.png differ diff --git a/1.13.2/assets/minecraft/textures/block/white_shulker_box.png b/1.13.2/assets/minecraft/textures/block/white_shulker_box.png new file mode 100644 index 00000000..3d87d645 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/white_shulker_box.png differ diff --git a/1.13.2/assets/minecraft/textures/block/white_stained_glass.png b/1.13.2/assets/minecraft/textures/block/white_stained_glass.png new file mode 100644 index 00000000..fce23b71 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/white_stained_glass.png differ diff --git a/1.13.2/assets/minecraft/textures/block/white_stained_glass_pane_top.png b/1.13.2/assets/minecraft/textures/block/white_stained_glass_pane_top.png new file mode 100644 index 00000000..0c7d0917 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/white_stained_glass_pane_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/white_terracotta.png b/1.13.2/assets/minecraft/textures/block/white_terracotta.png new file mode 100644 index 00000000..b7ba8e99 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/white_terracotta.png differ diff --git a/1.13.2/assets/minecraft/textures/block/white_tulip.png b/1.13.2/assets/minecraft/textures/block/white_tulip.png new file mode 100644 index 00000000..30886cc1 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/white_tulip.png differ diff --git a/1.13.2/assets/minecraft/textures/block/white_wool.png b/1.13.2/assets/minecraft/textures/block/white_wool.png new file mode 100644 index 00000000..fa2c56e8 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/white_wool.png differ diff --git a/1.13.2/assets/minecraft/textures/block/yellow_concrete.png b/1.13.2/assets/minecraft/textures/block/yellow_concrete.png new file mode 100644 index 00000000..8bc83432 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/yellow_concrete.png differ diff --git a/1.13.2/assets/minecraft/textures/block/yellow_concrete_powder.png b/1.13.2/assets/minecraft/textures/block/yellow_concrete_powder.png new file mode 100644 index 00000000..74429838 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/yellow_concrete_powder.png differ diff --git a/1.13.2/assets/minecraft/textures/block/yellow_glazed_terracotta.png b/1.13.2/assets/minecraft/textures/block/yellow_glazed_terracotta.png new file mode 100644 index 00000000..3d20abfa Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/yellow_glazed_terracotta.png differ diff --git a/1.13.2/assets/minecraft/textures/block/yellow_shulker_box.png b/1.13.2/assets/minecraft/textures/block/yellow_shulker_box.png new file mode 100644 index 00000000..671b2c36 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/yellow_shulker_box.png differ diff --git a/1.13.2/assets/minecraft/textures/block/yellow_stained_glass.png b/1.13.2/assets/minecraft/textures/block/yellow_stained_glass.png new file mode 100644 index 00000000..e576ca73 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/yellow_stained_glass.png differ diff --git a/1.13.2/assets/minecraft/textures/block/yellow_stained_glass_pane_top.png b/1.13.2/assets/minecraft/textures/block/yellow_stained_glass_pane_top.png new file mode 100644 index 00000000..1c8580f3 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/yellow_stained_glass_pane_top.png differ diff --git a/1.13.2/assets/minecraft/textures/block/yellow_terracotta.png b/1.13.2/assets/minecraft/textures/block/yellow_terracotta.png new file mode 100644 index 00000000..ec96503a Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/yellow_terracotta.png differ diff --git a/1.13.2/assets/minecraft/textures/block/yellow_wool.png b/1.13.2/assets/minecraft/textures/block/yellow_wool.png new file mode 100644 index 00000000..fba27874 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/block/yellow_wool.png differ diff --git a/1.13.2/assets/minecraft/textures/colormap/foliage.png b/1.13.2/assets/minecraft/textures/colormap/foliage.png new file mode 100644 index 00000000..f464dd54 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/colormap/foliage.png differ diff --git a/1.13.2/assets/minecraft/textures/colormap/grass.png b/1.13.2/assets/minecraft/textures/colormap/grass.png new file mode 100644 index 00000000..f59dd38b Binary files /dev/null and b/1.13.2/assets/minecraft/textures/colormap/grass.png differ diff --git a/1.13.2/assets/minecraft/textures/effect/dither.png b/1.13.2/assets/minecraft/textures/effect/dither.png new file mode 100644 index 00000000..d211107d Binary files /dev/null and b/1.13.2/assets/minecraft/textures/effect/dither.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/alex.png b/1.13.2/assets/minecraft/textures/entity/alex.png new file mode 100644 index 00000000..ffd8e071 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/alex.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/armorstand/wood.png b/1.13.2/assets/minecraft/textures/entity/armorstand/wood.png new file mode 100644 index 00000000..d5468d23 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/armorstand/wood.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/arrow.png b/1.13.2/assets/minecraft/textures/entity/arrow.png new file mode 100644 index 00000000..0d58b2cc Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/arrow.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/banner/base.png b/1.13.2/assets/minecraft/textures/entity/banner/base.png new file mode 100644 index 00000000..a590eabc Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/banner/base.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/banner/border.png b/1.13.2/assets/minecraft/textures/entity/banner/border.png new file mode 100644 index 00000000..3e5fb432 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/banner/border.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/banner/bricks.png b/1.13.2/assets/minecraft/textures/entity/banner/bricks.png new file mode 100644 index 00000000..a0d49a7c Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/banner/bricks.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/banner/circle.png b/1.13.2/assets/minecraft/textures/entity/banner/circle.png new file mode 100644 index 00000000..5e1e20cd Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/banner/circle.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/banner/creeper.png b/1.13.2/assets/minecraft/textures/entity/banner/creeper.png new file mode 100644 index 00000000..2949472b Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/banner/creeper.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/banner/cross.png b/1.13.2/assets/minecraft/textures/entity/banner/cross.png new file mode 100644 index 00000000..6a6c8c67 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/banner/cross.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/banner/curly_border.png b/1.13.2/assets/minecraft/textures/entity/banner/curly_border.png new file mode 100644 index 00000000..d94a79a6 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/banner/curly_border.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/banner/diagonal_left.png b/1.13.2/assets/minecraft/textures/entity/banner/diagonal_left.png new file mode 100644 index 00000000..f3712198 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/banner/diagonal_left.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/banner/diagonal_right.png b/1.13.2/assets/minecraft/textures/entity/banner/diagonal_right.png new file mode 100644 index 00000000..3f2b34b3 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/banner/diagonal_right.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/banner/diagonal_up_left.png b/1.13.2/assets/minecraft/textures/entity/banner/diagonal_up_left.png new file mode 100644 index 00000000..c1bfa32a Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/banner/diagonal_up_left.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/banner/diagonal_up_right.png b/1.13.2/assets/minecraft/textures/entity/banner/diagonal_up_right.png new file mode 100644 index 00000000..0e99514d Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/banner/diagonal_up_right.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/banner/flower.png b/1.13.2/assets/minecraft/textures/entity/banner/flower.png new file mode 100644 index 00000000..6efa798c Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/banner/flower.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/banner/gradient.png b/1.13.2/assets/minecraft/textures/entity/banner/gradient.png new file mode 100644 index 00000000..8bc09cf7 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/banner/gradient.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/banner/gradient_up.png b/1.13.2/assets/minecraft/textures/entity/banner/gradient_up.png new file mode 100644 index 00000000..59591815 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/banner/gradient_up.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/banner/half_horizontal.png b/1.13.2/assets/minecraft/textures/entity/banner/half_horizontal.png new file mode 100644 index 00000000..0ab54689 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/banner/half_horizontal.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/banner/half_horizontal_bottom.png b/1.13.2/assets/minecraft/textures/entity/banner/half_horizontal_bottom.png new file mode 100644 index 00000000..c91c8cd4 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/banner/half_horizontal_bottom.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/banner/half_vertical.png b/1.13.2/assets/minecraft/textures/entity/banner/half_vertical.png new file mode 100644 index 00000000..0f36e216 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/banner/half_vertical.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/banner/half_vertical_right.png b/1.13.2/assets/minecraft/textures/entity/banner/half_vertical_right.png new file mode 100644 index 00000000..a8a9eb15 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/banner/half_vertical_right.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/banner/mojang.png b/1.13.2/assets/minecraft/textures/entity/banner/mojang.png new file mode 100644 index 00000000..1f993a77 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/banner/mojang.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/banner/rhombus.png b/1.13.2/assets/minecraft/textures/entity/banner/rhombus.png new file mode 100644 index 00000000..4657c81e Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/banner/rhombus.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/banner/skull.png b/1.13.2/assets/minecraft/textures/entity/banner/skull.png new file mode 100644 index 00000000..77135d42 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/banner/skull.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/banner/small_stripes.png b/1.13.2/assets/minecraft/textures/entity/banner/small_stripes.png new file mode 100644 index 00000000..0d2fe6b6 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/banner/small_stripes.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/banner/square_bottom_left.png b/1.13.2/assets/minecraft/textures/entity/banner/square_bottom_left.png new file mode 100644 index 00000000..0f68ec37 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/banner/square_bottom_left.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/banner/square_bottom_right.png b/1.13.2/assets/minecraft/textures/entity/banner/square_bottom_right.png new file mode 100644 index 00000000..799ba3c7 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/banner/square_bottom_right.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/banner/square_top_left.png b/1.13.2/assets/minecraft/textures/entity/banner/square_top_left.png new file mode 100644 index 00000000..02a40e41 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/banner/square_top_left.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/banner/square_top_right.png b/1.13.2/assets/minecraft/textures/entity/banner/square_top_right.png new file mode 100644 index 00000000..43f67b89 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/banner/square_top_right.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/banner/straight_cross.png b/1.13.2/assets/minecraft/textures/entity/banner/straight_cross.png new file mode 100644 index 00000000..8d5a8c6c Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/banner/straight_cross.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/banner/stripe_bottom.png b/1.13.2/assets/minecraft/textures/entity/banner/stripe_bottom.png new file mode 100644 index 00000000..b6aafa5c Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/banner/stripe_bottom.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/banner/stripe_center.png b/1.13.2/assets/minecraft/textures/entity/banner/stripe_center.png new file mode 100644 index 00000000..5383cae4 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/banner/stripe_center.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/banner/stripe_downleft.png b/1.13.2/assets/minecraft/textures/entity/banner/stripe_downleft.png new file mode 100644 index 00000000..ff79d2a0 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/banner/stripe_downleft.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/banner/stripe_downright.png b/1.13.2/assets/minecraft/textures/entity/banner/stripe_downright.png new file mode 100644 index 00000000..79bbbd06 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/banner/stripe_downright.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/banner/stripe_left.png b/1.13.2/assets/minecraft/textures/entity/banner/stripe_left.png new file mode 100644 index 00000000..45dabd3a Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/banner/stripe_left.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/banner/stripe_middle.png b/1.13.2/assets/minecraft/textures/entity/banner/stripe_middle.png new file mode 100644 index 00000000..e98e6a8b Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/banner/stripe_middle.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/banner/stripe_right.png b/1.13.2/assets/minecraft/textures/entity/banner/stripe_right.png new file mode 100644 index 00000000..1dc458a6 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/banner/stripe_right.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/banner/stripe_top.png b/1.13.2/assets/minecraft/textures/entity/banner/stripe_top.png new file mode 100644 index 00000000..4c260396 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/banner/stripe_top.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/banner/triangle_bottom.png b/1.13.2/assets/minecraft/textures/entity/banner/triangle_bottom.png new file mode 100644 index 00000000..03cd2544 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/banner/triangle_bottom.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/banner/triangle_top.png b/1.13.2/assets/minecraft/textures/entity/banner/triangle_top.png new file mode 100644 index 00000000..852336cb Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/banner/triangle_top.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/banner/triangles_bottom.png b/1.13.2/assets/minecraft/textures/entity/banner/triangles_bottom.png new file mode 100644 index 00000000..75631252 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/banner/triangles_bottom.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/banner/triangles_top.png b/1.13.2/assets/minecraft/textures/entity/banner/triangles_top.png new file mode 100644 index 00000000..25158e93 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/banner/triangles_top.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/banner_base.png b/1.13.2/assets/minecraft/textures/entity/banner_base.png new file mode 100644 index 00000000..5ef802b4 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/banner_base.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/bat.png b/1.13.2/assets/minecraft/textures/entity/bat.png new file mode 100644 index 00000000..040e02db Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/bat.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/beacon_beam.png b/1.13.2/assets/minecraft/textures/entity/beacon_beam.png new file mode 100644 index 00000000..a2da8c6f Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/beacon_beam.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/bear/polarbear.png b/1.13.2/assets/minecraft/textures/entity/bear/polarbear.png new file mode 100644 index 00000000..a340db83 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/bear/polarbear.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/bed/black.png b/1.13.2/assets/minecraft/textures/entity/bed/black.png new file mode 100644 index 00000000..2e5b28c5 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/bed/black.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/bed/blue.png b/1.13.2/assets/minecraft/textures/entity/bed/blue.png new file mode 100644 index 00000000..3df4e91a Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/bed/blue.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/bed/brown.png b/1.13.2/assets/minecraft/textures/entity/bed/brown.png new file mode 100644 index 00000000..c3dc99fd Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/bed/brown.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/bed/cyan.png b/1.13.2/assets/minecraft/textures/entity/bed/cyan.png new file mode 100644 index 00000000..01ebf17d Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/bed/cyan.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/bed/gray.png b/1.13.2/assets/minecraft/textures/entity/bed/gray.png new file mode 100644 index 00000000..025ffdc6 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/bed/gray.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/bed/green.png b/1.13.2/assets/minecraft/textures/entity/bed/green.png new file mode 100644 index 00000000..00cb22e8 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/bed/green.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/bed/light_blue.png b/1.13.2/assets/minecraft/textures/entity/bed/light_blue.png new file mode 100644 index 00000000..011263ac Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/bed/light_blue.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/bed/light_gray.png b/1.13.2/assets/minecraft/textures/entity/bed/light_gray.png new file mode 100644 index 00000000..1293ba98 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/bed/light_gray.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/bed/lime.png b/1.13.2/assets/minecraft/textures/entity/bed/lime.png new file mode 100644 index 00000000..70e6cfd1 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/bed/lime.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/bed/magenta.png b/1.13.2/assets/minecraft/textures/entity/bed/magenta.png new file mode 100644 index 00000000..1aa142c5 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/bed/magenta.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/bed/orange.png b/1.13.2/assets/minecraft/textures/entity/bed/orange.png new file mode 100644 index 00000000..68ab4338 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/bed/orange.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/bed/pink.png b/1.13.2/assets/minecraft/textures/entity/bed/pink.png new file mode 100644 index 00000000..cd7497bd Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/bed/pink.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/bed/purple.png b/1.13.2/assets/minecraft/textures/entity/bed/purple.png new file mode 100644 index 00000000..5f993ef1 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/bed/purple.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/bed/red.png b/1.13.2/assets/minecraft/textures/entity/bed/red.png new file mode 100644 index 00000000..dde34435 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/bed/red.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/bed/white.png b/1.13.2/assets/minecraft/textures/entity/bed/white.png new file mode 100644 index 00000000..6a8855c3 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/bed/white.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/bed/yellow.png b/1.13.2/assets/minecraft/textures/entity/bed/yellow.png new file mode 100644 index 00000000..d1b9bf53 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/bed/yellow.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/blaze.png b/1.13.2/assets/minecraft/textures/entity/blaze.png new file mode 100644 index 00000000..379b7186 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/blaze.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/boat/acacia.png b/1.13.2/assets/minecraft/textures/entity/boat/acacia.png new file mode 100644 index 00000000..14f32c54 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/boat/acacia.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/boat/birch.png b/1.13.2/assets/minecraft/textures/entity/boat/birch.png new file mode 100644 index 00000000..4b41cf97 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/boat/birch.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/boat/dark_oak.png b/1.13.2/assets/minecraft/textures/entity/boat/dark_oak.png new file mode 100644 index 00000000..ad59eb1d Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/boat/dark_oak.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/boat/jungle.png b/1.13.2/assets/minecraft/textures/entity/boat/jungle.png new file mode 100644 index 00000000..e0a0811c Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/boat/jungle.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/boat/oak.png b/1.13.2/assets/minecraft/textures/entity/boat/oak.png new file mode 100644 index 00000000..4542c9dd Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/boat/oak.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/boat/spruce.png b/1.13.2/assets/minecraft/textures/entity/boat/spruce.png new file mode 100644 index 00000000..12cd9d89 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/boat/spruce.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/cat/black.png b/1.13.2/assets/minecraft/textures/entity/cat/black.png new file mode 100644 index 00000000..24ea133c Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/cat/black.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/cat/ocelot.png b/1.13.2/assets/minecraft/textures/entity/cat/ocelot.png new file mode 100644 index 00000000..22cfb8e8 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/cat/ocelot.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/cat/red.png b/1.13.2/assets/minecraft/textures/entity/cat/red.png new file mode 100644 index 00000000..763bdfae Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/cat/red.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/cat/siamese.png b/1.13.2/assets/minecraft/textures/entity/cat/siamese.png new file mode 100644 index 00000000..a2e3b67a Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/cat/siamese.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/chest/christmas.png b/1.13.2/assets/minecraft/textures/entity/chest/christmas.png new file mode 100644 index 00000000..8a0fa73f Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/chest/christmas.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/chest/christmas_double.png b/1.13.2/assets/minecraft/textures/entity/chest/christmas_double.png new file mode 100644 index 00000000..fe14d144 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/chest/christmas_double.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/chest/ender.png b/1.13.2/assets/minecraft/textures/entity/chest/ender.png new file mode 100644 index 00000000..5159ae91 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/chest/ender.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/chest/normal.png b/1.13.2/assets/minecraft/textures/entity/chest/normal.png new file mode 100644 index 00000000..cbf73176 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/chest/normal.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/chest/normal_double.png b/1.13.2/assets/minecraft/textures/entity/chest/normal_double.png new file mode 100644 index 00000000..cd9be7d3 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/chest/normal_double.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/chest/trapped.png b/1.13.2/assets/minecraft/textures/entity/chest/trapped.png new file mode 100644 index 00000000..eb00a5be Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/chest/trapped.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/chest/trapped_double.png b/1.13.2/assets/minecraft/textures/entity/chest/trapped_double.png new file mode 100644 index 00000000..8ab8e63a Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/chest/trapped_double.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/chicken.png b/1.13.2/assets/minecraft/textures/entity/chicken.png new file mode 100644 index 00000000..5b5c14a6 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/chicken.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/conduit/base.png b/1.13.2/assets/minecraft/textures/entity/conduit/base.png new file mode 100644 index 00000000..dfc0bae8 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/conduit/base.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/conduit/break_particle.png b/1.13.2/assets/minecraft/textures/entity/conduit/break_particle.png new file mode 100644 index 00000000..78e0416c Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/conduit/break_particle.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/conduit/cage.png b/1.13.2/assets/minecraft/textures/entity/conduit/cage.png new file mode 100644 index 00000000..fe51d426 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/conduit/cage.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/conduit/closed_eye.png b/1.13.2/assets/minecraft/textures/entity/conduit/closed_eye.png new file mode 100644 index 00000000..de10d8cf Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/conduit/closed_eye.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/conduit/open_eye.png b/1.13.2/assets/minecraft/textures/entity/conduit/open_eye.png new file mode 100644 index 00000000..8a5d1b0a Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/conduit/open_eye.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/conduit/wind.png b/1.13.2/assets/minecraft/textures/entity/conduit/wind.png new file mode 100644 index 00000000..3287fe25 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/conduit/wind.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/conduit/wind_vertical.png b/1.13.2/assets/minecraft/textures/entity/conduit/wind_vertical.png new file mode 100644 index 00000000..a5f38ceb Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/conduit/wind_vertical.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/cow/cow.png b/1.13.2/assets/minecraft/textures/entity/cow/cow.png new file mode 100644 index 00000000..29d05fcf Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/cow/cow.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/cow/mooshroom.png b/1.13.2/assets/minecraft/textures/entity/cow/mooshroom.png new file mode 100644 index 00000000..0d450bfd Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/cow/mooshroom.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/creeper/creeper.png b/1.13.2/assets/minecraft/textures/entity/creeper/creeper.png new file mode 100644 index 00000000..671f979f Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/creeper/creeper.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/creeper/creeper_armor.png b/1.13.2/assets/minecraft/textures/entity/creeper/creeper_armor.png new file mode 100644 index 00000000..cc905d4d Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/creeper/creeper_armor.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/dolphin.png b/1.13.2/assets/minecraft/textures/entity/dolphin.png new file mode 100644 index 00000000..25bec56f Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/dolphin.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/elytra.png b/1.13.2/assets/minecraft/textures/entity/elytra.png new file mode 100644 index 00000000..27502273 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/elytra.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/enchanting_table_book.png b/1.13.2/assets/minecraft/textures/entity/enchanting_table_book.png new file mode 100644 index 00000000..6f0afa4f Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/enchanting_table_book.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/end_crystal/end_crystal.png b/1.13.2/assets/minecraft/textures/entity/end_crystal/end_crystal.png new file mode 100644 index 00000000..c09f701e Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/end_crystal/end_crystal.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/end_crystal/end_crystal_beam.png b/1.13.2/assets/minecraft/textures/entity/end_crystal/end_crystal_beam.png new file mode 100644 index 00000000..1c2e187c Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/end_crystal/end_crystal_beam.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/end_gateway_beam.png b/1.13.2/assets/minecraft/textures/entity/end_gateway_beam.png new file mode 100644 index 00000000..e5071ee7 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/end_gateway_beam.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/end_portal.png b/1.13.2/assets/minecraft/textures/entity/end_portal.png new file mode 100644 index 00000000..42169292 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/end_portal.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/enderdragon/dragon.png b/1.13.2/assets/minecraft/textures/entity/enderdragon/dragon.png new file mode 100644 index 00000000..05c7d7e1 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/enderdragon/dragon.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/enderdragon/dragon_exploding.png b/1.13.2/assets/minecraft/textures/entity/enderdragon/dragon_exploding.png new file mode 100644 index 00000000..a47a3732 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/enderdragon/dragon_exploding.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/enderdragon/dragon_eyes.png b/1.13.2/assets/minecraft/textures/entity/enderdragon/dragon_eyes.png new file mode 100644 index 00000000..146d604e Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/enderdragon/dragon_eyes.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/enderdragon/dragon_fireball.png b/1.13.2/assets/minecraft/textures/entity/enderdragon/dragon_fireball.png new file mode 100644 index 00000000..2a3fe553 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/enderdragon/dragon_fireball.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/enderman/enderman.png b/1.13.2/assets/minecraft/textures/entity/enderman/enderman.png new file mode 100644 index 00000000..0413f8c5 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/enderman/enderman.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/enderman/enderman_eyes.png b/1.13.2/assets/minecraft/textures/entity/enderman/enderman_eyes.png new file mode 100644 index 00000000..ade580ef Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/enderman/enderman_eyes.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/endermite.png b/1.13.2/assets/minecraft/textures/entity/endermite.png new file mode 100644 index 00000000..066bde74 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/endermite.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/experience_orb.png b/1.13.2/assets/minecraft/textures/entity/experience_orb.png new file mode 100644 index 00000000..0a56f0f6 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/experience_orb.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/explosion.png b/1.13.2/assets/minecraft/textures/entity/explosion.png new file mode 100644 index 00000000..f51ab53c Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/explosion.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/fish/cod.png b/1.13.2/assets/minecraft/textures/entity/fish/cod.png new file mode 100644 index 00000000..8fa1ff2f Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/fish/cod.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/fish/pufferfish.png b/1.13.2/assets/minecraft/textures/entity/fish/pufferfish.png new file mode 100644 index 00000000..0b86b022 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/fish/pufferfish.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/fish/salmon.png b/1.13.2/assets/minecraft/textures/entity/fish/salmon.png new file mode 100644 index 00000000..9b18b3e6 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/fish/salmon.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/fish/tropical_a.png b/1.13.2/assets/minecraft/textures/entity/fish/tropical_a.png new file mode 100644 index 00000000..e3ce5ef9 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/fish/tropical_a.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/fish/tropical_a_pattern_1.png b/1.13.2/assets/minecraft/textures/entity/fish/tropical_a_pattern_1.png new file mode 100644 index 00000000..d1ca7bbf Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/fish/tropical_a_pattern_1.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/fish/tropical_a_pattern_2.png b/1.13.2/assets/minecraft/textures/entity/fish/tropical_a_pattern_2.png new file mode 100644 index 00000000..02d5a8d3 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/fish/tropical_a_pattern_2.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/fish/tropical_a_pattern_3.png b/1.13.2/assets/minecraft/textures/entity/fish/tropical_a_pattern_3.png new file mode 100644 index 00000000..1caab9ac Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/fish/tropical_a_pattern_3.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/fish/tropical_a_pattern_4.png b/1.13.2/assets/minecraft/textures/entity/fish/tropical_a_pattern_4.png new file mode 100644 index 00000000..a2c7fa24 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/fish/tropical_a_pattern_4.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/fish/tropical_a_pattern_5.png b/1.13.2/assets/minecraft/textures/entity/fish/tropical_a_pattern_5.png new file mode 100644 index 00000000..2df3dc5c Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/fish/tropical_a_pattern_5.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/fish/tropical_a_pattern_6.png b/1.13.2/assets/minecraft/textures/entity/fish/tropical_a_pattern_6.png new file mode 100644 index 00000000..06ed8367 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/fish/tropical_a_pattern_6.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/fish/tropical_b.png b/1.13.2/assets/minecraft/textures/entity/fish/tropical_b.png new file mode 100644 index 00000000..7de4312b Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/fish/tropical_b.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/fish/tropical_b_pattern_1.png b/1.13.2/assets/minecraft/textures/entity/fish/tropical_b_pattern_1.png new file mode 100644 index 00000000..5b19c284 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/fish/tropical_b_pattern_1.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/fish/tropical_b_pattern_2.png b/1.13.2/assets/minecraft/textures/entity/fish/tropical_b_pattern_2.png new file mode 100644 index 00000000..948154d8 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/fish/tropical_b_pattern_2.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/fish/tropical_b_pattern_3.png b/1.13.2/assets/minecraft/textures/entity/fish/tropical_b_pattern_3.png new file mode 100644 index 00000000..0c948d2f Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/fish/tropical_b_pattern_3.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/fish/tropical_b_pattern_4.png b/1.13.2/assets/minecraft/textures/entity/fish/tropical_b_pattern_4.png new file mode 100644 index 00000000..0ecf7403 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/fish/tropical_b_pattern_4.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/fish/tropical_b_pattern_5.png b/1.13.2/assets/minecraft/textures/entity/fish/tropical_b_pattern_5.png new file mode 100644 index 00000000..ce941a2d Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/fish/tropical_b_pattern_5.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/fish/tropical_b_pattern_6.png b/1.13.2/assets/minecraft/textures/entity/fish/tropical_b_pattern_6.png new file mode 100644 index 00000000..61f70196 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/fish/tropical_b_pattern_6.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/ghast/ghast.png b/1.13.2/assets/minecraft/textures/entity/ghast/ghast.png new file mode 100644 index 00000000..2b93b1f4 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/ghast/ghast.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/ghast/ghast_shooting.png b/1.13.2/assets/minecraft/textures/entity/ghast/ghast_shooting.png new file mode 100644 index 00000000..f0307075 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/ghast/ghast_shooting.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/guardian.png b/1.13.2/assets/minecraft/textures/entity/guardian.png new file mode 100644 index 00000000..1f29bcfa Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/guardian.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/guardian_beam.png b/1.13.2/assets/minecraft/textures/entity/guardian_beam.png new file mode 100644 index 00000000..73a23109 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/guardian_beam.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/guardian_elder.png b/1.13.2/assets/minecraft/textures/entity/guardian_elder.png new file mode 100644 index 00000000..8a9191c2 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/guardian_elder.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/horse/armor/horse_armor_diamond.png b/1.13.2/assets/minecraft/textures/entity/horse/armor/horse_armor_diamond.png new file mode 100644 index 00000000..a0190fe8 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/horse/armor/horse_armor_diamond.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/horse/armor/horse_armor_gold.png b/1.13.2/assets/minecraft/textures/entity/horse/armor/horse_armor_gold.png new file mode 100644 index 00000000..1734875b Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/horse/armor/horse_armor_gold.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/horse/armor/horse_armor_iron.png b/1.13.2/assets/minecraft/textures/entity/horse/armor/horse_armor_iron.png new file mode 100644 index 00000000..3b37b2f1 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/horse/armor/horse_armor_iron.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/horse/donkey.png b/1.13.2/assets/minecraft/textures/entity/horse/donkey.png new file mode 100644 index 00000000..d67959ae Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/horse/donkey.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/horse/horse_black.png b/1.13.2/assets/minecraft/textures/entity/horse/horse_black.png new file mode 100644 index 00000000..3197d4e4 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/horse/horse_black.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/horse/horse_brown.png b/1.13.2/assets/minecraft/textures/entity/horse/horse_brown.png new file mode 100644 index 00000000..601c5a36 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/horse/horse_brown.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/horse/horse_chestnut.png b/1.13.2/assets/minecraft/textures/entity/horse/horse_chestnut.png new file mode 100644 index 00000000..72eae3bd Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/horse/horse_chestnut.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/horse/horse_creamy.png b/1.13.2/assets/minecraft/textures/entity/horse/horse_creamy.png new file mode 100644 index 00000000..9e984b09 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/horse/horse_creamy.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/horse/horse_darkbrown.png b/1.13.2/assets/minecraft/textures/entity/horse/horse_darkbrown.png new file mode 100644 index 00000000..3d1e1e33 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/horse/horse_darkbrown.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/horse/horse_gray.png b/1.13.2/assets/minecraft/textures/entity/horse/horse_gray.png new file mode 100644 index 00000000..a465ff16 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/horse/horse_gray.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/horse/horse_markings_blackdots.png b/1.13.2/assets/minecraft/textures/entity/horse/horse_markings_blackdots.png new file mode 100644 index 00000000..90bbd826 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/horse/horse_markings_blackdots.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/horse/horse_markings_white.png b/1.13.2/assets/minecraft/textures/entity/horse/horse_markings_white.png new file mode 100644 index 00000000..4799ff6a Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/horse/horse_markings_white.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/horse/horse_markings_whitedots.png b/1.13.2/assets/minecraft/textures/entity/horse/horse_markings_whitedots.png new file mode 100644 index 00000000..42a8fd0c Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/horse/horse_markings_whitedots.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/horse/horse_markings_whitefield.png b/1.13.2/assets/minecraft/textures/entity/horse/horse_markings_whitefield.png new file mode 100644 index 00000000..f7432314 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/horse/horse_markings_whitefield.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/horse/horse_skeleton.png b/1.13.2/assets/minecraft/textures/entity/horse/horse_skeleton.png new file mode 100644 index 00000000..1442ed76 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/horse/horse_skeleton.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/horse/horse_white.png b/1.13.2/assets/minecraft/textures/entity/horse/horse_white.png new file mode 100644 index 00000000..bc749f58 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/horse/horse_white.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/horse/horse_zombie.png b/1.13.2/assets/minecraft/textures/entity/horse/horse_zombie.png new file mode 100644 index 00000000..1aaaa8d3 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/horse/horse_zombie.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/horse/mule.png b/1.13.2/assets/minecraft/textures/entity/horse/mule.png new file mode 100644 index 00000000..8f2d1044 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/horse/mule.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/illager/evoker.png b/1.13.2/assets/minecraft/textures/entity/illager/evoker.png new file mode 100644 index 00000000..1f2ca744 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/illager/evoker.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/illager/evoker_fangs.png b/1.13.2/assets/minecraft/textures/entity/illager/evoker_fangs.png new file mode 100644 index 00000000..d5e72368 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/illager/evoker_fangs.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/illager/illusioner.png b/1.13.2/assets/minecraft/textures/entity/illager/illusioner.png new file mode 100644 index 00000000..7ee5e0ea Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/illager/illusioner.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/illager/vex.png b/1.13.2/assets/minecraft/textures/entity/illager/vex.png new file mode 100644 index 00000000..ce6d9caf Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/illager/vex.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/illager/vex_charging.png b/1.13.2/assets/minecraft/textures/entity/illager/vex_charging.png new file mode 100644 index 00000000..438b1a20 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/illager/vex_charging.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/illager/vindicator.png b/1.13.2/assets/minecraft/textures/entity/illager/vindicator.png new file mode 100644 index 00000000..a1b91137 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/illager/vindicator.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/iron_golem.png b/1.13.2/assets/minecraft/textures/entity/iron_golem.png new file mode 100644 index 00000000..b1deaeb5 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/iron_golem.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/lead_knot.png b/1.13.2/assets/minecraft/textures/entity/lead_knot.png new file mode 100644 index 00000000..d6783071 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/lead_knot.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/llama/brown.png b/1.13.2/assets/minecraft/textures/entity/llama/brown.png new file mode 100644 index 00000000..4ef4a811 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/llama/brown.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/llama/creamy.png b/1.13.2/assets/minecraft/textures/entity/llama/creamy.png new file mode 100644 index 00000000..b4ea1296 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/llama/creamy.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/llama/decor/black.png b/1.13.2/assets/minecraft/textures/entity/llama/decor/black.png new file mode 100644 index 00000000..92387637 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/llama/decor/black.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/llama/decor/blue.png b/1.13.2/assets/minecraft/textures/entity/llama/decor/blue.png new file mode 100644 index 00000000..bf7762e1 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/llama/decor/blue.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/llama/decor/brown.png b/1.13.2/assets/minecraft/textures/entity/llama/decor/brown.png new file mode 100644 index 00000000..03a80e12 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/llama/decor/brown.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/llama/decor/cyan.png b/1.13.2/assets/minecraft/textures/entity/llama/decor/cyan.png new file mode 100644 index 00000000..f149b9cd Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/llama/decor/cyan.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/llama/decor/gray.png b/1.13.2/assets/minecraft/textures/entity/llama/decor/gray.png new file mode 100644 index 00000000..a2f1b4f0 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/llama/decor/gray.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/llama/decor/green.png b/1.13.2/assets/minecraft/textures/entity/llama/decor/green.png new file mode 100644 index 00000000..732d7ec1 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/llama/decor/green.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/llama/decor/light_blue.png b/1.13.2/assets/minecraft/textures/entity/llama/decor/light_blue.png new file mode 100644 index 00000000..500a404f Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/llama/decor/light_blue.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/llama/decor/light_gray.png b/1.13.2/assets/minecraft/textures/entity/llama/decor/light_gray.png new file mode 100644 index 00000000..01cda395 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/llama/decor/light_gray.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/llama/decor/lime.png b/1.13.2/assets/minecraft/textures/entity/llama/decor/lime.png new file mode 100644 index 00000000..238eff41 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/llama/decor/lime.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/llama/decor/magenta.png b/1.13.2/assets/minecraft/textures/entity/llama/decor/magenta.png new file mode 100644 index 00000000..0ff23355 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/llama/decor/magenta.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/llama/decor/orange.png b/1.13.2/assets/minecraft/textures/entity/llama/decor/orange.png new file mode 100644 index 00000000..5b24951a Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/llama/decor/orange.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/llama/decor/pink.png b/1.13.2/assets/minecraft/textures/entity/llama/decor/pink.png new file mode 100644 index 00000000..897ba65d Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/llama/decor/pink.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/llama/decor/purple.png b/1.13.2/assets/minecraft/textures/entity/llama/decor/purple.png new file mode 100644 index 00000000..308adbec Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/llama/decor/purple.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/llama/decor/red.png b/1.13.2/assets/minecraft/textures/entity/llama/decor/red.png new file mode 100644 index 00000000..1b83dc37 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/llama/decor/red.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/llama/decor/white.png b/1.13.2/assets/minecraft/textures/entity/llama/decor/white.png new file mode 100644 index 00000000..c8cf1761 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/llama/decor/white.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/llama/decor/yellow.png b/1.13.2/assets/minecraft/textures/entity/llama/decor/yellow.png new file mode 100644 index 00000000..64144cf5 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/llama/decor/yellow.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/llama/gray.png b/1.13.2/assets/minecraft/textures/entity/llama/gray.png new file mode 100644 index 00000000..5278ed01 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/llama/gray.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/llama/spit.png b/1.13.2/assets/minecraft/textures/entity/llama/spit.png new file mode 100644 index 00000000..fdcc4b12 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/llama/spit.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/llama/white.png b/1.13.2/assets/minecraft/textures/entity/llama/white.png new file mode 100644 index 00000000..bb61dd9f Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/llama/white.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/minecart.png b/1.13.2/assets/minecraft/textures/entity/minecart.png new file mode 100644 index 00000000..68aef4cf Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/minecart.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/parrot/parrot_blue.png b/1.13.2/assets/minecraft/textures/entity/parrot/parrot_blue.png new file mode 100644 index 00000000..ae93edf4 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/parrot/parrot_blue.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/parrot/parrot_green.png b/1.13.2/assets/minecraft/textures/entity/parrot/parrot_green.png new file mode 100644 index 00000000..efa83d91 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/parrot/parrot_green.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/parrot/parrot_grey.png b/1.13.2/assets/minecraft/textures/entity/parrot/parrot_grey.png new file mode 100644 index 00000000..8de45ef5 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/parrot/parrot_grey.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/parrot/parrot_red_blue.png b/1.13.2/assets/minecraft/textures/entity/parrot/parrot_red_blue.png new file mode 100644 index 00000000..32878086 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/parrot/parrot_red_blue.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/parrot/parrot_yellow_blue.png b/1.13.2/assets/minecraft/textures/entity/parrot/parrot_yellow_blue.png new file mode 100644 index 00000000..91e54255 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/parrot/parrot_yellow_blue.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/phantom.png b/1.13.2/assets/minecraft/textures/entity/phantom.png new file mode 100644 index 00000000..1d0945de Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/phantom.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/phantom_eyes.png b/1.13.2/assets/minecraft/textures/entity/phantom_eyes.png new file mode 100644 index 00000000..4fa35bd6 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/phantom_eyes.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/pig/pig.png b/1.13.2/assets/minecraft/textures/entity/pig/pig.png new file mode 100644 index 00000000..4161c795 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/pig/pig.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/pig/pig_saddle.png b/1.13.2/assets/minecraft/textures/entity/pig/pig_saddle.png new file mode 100644 index 00000000..e6df77eb Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/pig/pig_saddle.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/projectiles/arrow.png b/1.13.2/assets/minecraft/textures/entity/projectiles/arrow.png new file mode 100644 index 00000000..b1214231 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/projectiles/arrow.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/projectiles/spectral_arrow.png b/1.13.2/assets/minecraft/textures/entity/projectiles/spectral_arrow.png new file mode 100644 index 00000000..22a9d00b Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/projectiles/spectral_arrow.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/projectiles/tipped_arrow.png b/1.13.2/assets/minecraft/textures/entity/projectiles/tipped_arrow.png new file mode 100644 index 00000000..b1214231 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/projectiles/tipped_arrow.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/rabbit/black.png b/1.13.2/assets/minecraft/textures/entity/rabbit/black.png new file mode 100644 index 00000000..7a235ba7 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/rabbit/black.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/rabbit/brown.png b/1.13.2/assets/minecraft/textures/entity/rabbit/brown.png new file mode 100644 index 00000000..4e5564ca Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/rabbit/brown.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/rabbit/caerbannog.png b/1.13.2/assets/minecraft/textures/entity/rabbit/caerbannog.png new file mode 100644 index 00000000..6906023b Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/rabbit/caerbannog.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/rabbit/gold.png b/1.13.2/assets/minecraft/textures/entity/rabbit/gold.png new file mode 100644 index 00000000..5ca2d4b7 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/rabbit/gold.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/rabbit/salt.png b/1.13.2/assets/minecraft/textures/entity/rabbit/salt.png new file mode 100644 index 00000000..3206b190 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/rabbit/salt.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/rabbit/toast.png b/1.13.2/assets/minecraft/textures/entity/rabbit/toast.png new file mode 100644 index 00000000..474f23ba Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/rabbit/toast.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/rabbit/white.png b/1.13.2/assets/minecraft/textures/entity/rabbit/white.png new file mode 100644 index 00000000..7b090a37 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/rabbit/white.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/rabbit/white_splotched.png b/1.13.2/assets/minecraft/textures/entity/rabbit/white_splotched.png new file mode 100644 index 00000000..b8a82b9a Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/rabbit/white_splotched.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/sheep/sheep.png b/1.13.2/assets/minecraft/textures/entity/sheep/sheep.png new file mode 100644 index 00000000..e989e7c4 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/sheep/sheep.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/sheep/sheep_fur.png b/1.13.2/assets/minecraft/textures/entity/sheep/sheep_fur.png new file mode 100644 index 00000000..a621934b Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/sheep/sheep_fur.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/shield/base.png b/1.13.2/assets/minecraft/textures/entity/shield/base.png new file mode 100644 index 00000000..3297e7f3 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/shield/base.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/shield/border.png b/1.13.2/assets/minecraft/textures/entity/shield/border.png new file mode 100644 index 00000000..82e13d98 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/shield/border.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/shield/bricks.png b/1.13.2/assets/minecraft/textures/entity/shield/bricks.png new file mode 100644 index 00000000..da9d147f Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/shield/bricks.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/shield/circle.png b/1.13.2/assets/minecraft/textures/entity/shield/circle.png new file mode 100644 index 00000000..86506deb Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/shield/circle.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/shield/creeper.png b/1.13.2/assets/minecraft/textures/entity/shield/creeper.png new file mode 100644 index 00000000..b98b3d0a Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/shield/creeper.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/shield/cross.png b/1.13.2/assets/minecraft/textures/entity/shield/cross.png new file mode 100644 index 00000000..241aca14 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/shield/cross.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/shield/curly_border.png b/1.13.2/assets/minecraft/textures/entity/shield/curly_border.png new file mode 100644 index 00000000..76c52077 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/shield/curly_border.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/shield/diagonal_left.png b/1.13.2/assets/minecraft/textures/entity/shield/diagonal_left.png new file mode 100644 index 00000000..06a18706 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/shield/diagonal_left.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/shield/diagonal_right.png b/1.13.2/assets/minecraft/textures/entity/shield/diagonal_right.png new file mode 100644 index 00000000..2eb15cee Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/shield/diagonal_right.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/shield/diagonal_up_left.png b/1.13.2/assets/minecraft/textures/entity/shield/diagonal_up_left.png new file mode 100644 index 00000000..1d475c44 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/shield/diagonal_up_left.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/shield/diagonal_up_right.png b/1.13.2/assets/minecraft/textures/entity/shield/diagonal_up_right.png new file mode 100644 index 00000000..e863fe8c Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/shield/diagonal_up_right.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/shield/flower.png b/1.13.2/assets/minecraft/textures/entity/shield/flower.png new file mode 100644 index 00000000..a20c753a Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/shield/flower.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/shield/gradient.png b/1.13.2/assets/minecraft/textures/entity/shield/gradient.png new file mode 100644 index 00000000..d1abad8b Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/shield/gradient.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/shield/gradient_up.png b/1.13.2/assets/minecraft/textures/entity/shield/gradient_up.png new file mode 100644 index 00000000..7921b3b2 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/shield/gradient_up.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/shield/half_horizontal.png b/1.13.2/assets/minecraft/textures/entity/shield/half_horizontal.png new file mode 100644 index 00000000..b6680525 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/shield/half_horizontal.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/shield/half_horizontal_bottom.png b/1.13.2/assets/minecraft/textures/entity/shield/half_horizontal_bottom.png new file mode 100644 index 00000000..4bd2e96e Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/shield/half_horizontal_bottom.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/shield/half_vertical.png b/1.13.2/assets/minecraft/textures/entity/shield/half_vertical.png new file mode 100644 index 00000000..cafda314 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/shield/half_vertical.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/shield/half_vertical_right.png b/1.13.2/assets/minecraft/textures/entity/shield/half_vertical_right.png new file mode 100644 index 00000000..2600259f Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/shield/half_vertical_right.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/shield/mojang.png b/1.13.2/assets/minecraft/textures/entity/shield/mojang.png new file mode 100644 index 00000000..0343c52c Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/shield/mojang.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/shield/rhombus.png b/1.13.2/assets/minecraft/textures/entity/shield/rhombus.png new file mode 100644 index 00000000..73826cea Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/shield/rhombus.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/shield/skull.png b/1.13.2/assets/minecraft/textures/entity/shield/skull.png new file mode 100644 index 00000000..7e35b2bb Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/shield/skull.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/shield/small_stripes.png b/1.13.2/assets/minecraft/textures/entity/shield/small_stripes.png new file mode 100644 index 00000000..04632175 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/shield/small_stripes.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/shield/square_bottom_left.png b/1.13.2/assets/minecraft/textures/entity/shield/square_bottom_left.png new file mode 100644 index 00000000..b88380a8 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/shield/square_bottom_left.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/shield/square_bottom_right.png b/1.13.2/assets/minecraft/textures/entity/shield/square_bottom_right.png new file mode 100644 index 00000000..a9bcd061 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/shield/square_bottom_right.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/shield/square_top_left.png b/1.13.2/assets/minecraft/textures/entity/shield/square_top_left.png new file mode 100644 index 00000000..a47d54b5 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/shield/square_top_left.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/shield/square_top_right.png b/1.13.2/assets/minecraft/textures/entity/shield/square_top_right.png new file mode 100644 index 00000000..2592b938 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/shield/square_top_right.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/shield/straight_cross.png b/1.13.2/assets/minecraft/textures/entity/shield/straight_cross.png new file mode 100644 index 00000000..c613b973 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/shield/straight_cross.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/shield/stripe_bottom.png b/1.13.2/assets/minecraft/textures/entity/shield/stripe_bottom.png new file mode 100644 index 00000000..b13d3020 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/shield/stripe_bottom.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/shield/stripe_center.png b/1.13.2/assets/minecraft/textures/entity/shield/stripe_center.png new file mode 100644 index 00000000..35372717 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/shield/stripe_center.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/shield/stripe_downleft.png b/1.13.2/assets/minecraft/textures/entity/shield/stripe_downleft.png new file mode 100644 index 00000000..178755a1 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/shield/stripe_downleft.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/shield/stripe_downright.png b/1.13.2/assets/minecraft/textures/entity/shield/stripe_downright.png new file mode 100644 index 00000000..cb042d15 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/shield/stripe_downright.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/shield/stripe_left.png b/1.13.2/assets/minecraft/textures/entity/shield/stripe_left.png new file mode 100644 index 00000000..0bf94a61 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/shield/stripe_left.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/shield/stripe_middle.png b/1.13.2/assets/minecraft/textures/entity/shield/stripe_middle.png new file mode 100644 index 00000000..33c8d187 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/shield/stripe_middle.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/shield/stripe_right.png b/1.13.2/assets/minecraft/textures/entity/shield/stripe_right.png new file mode 100644 index 00000000..697da64e Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/shield/stripe_right.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/shield/stripe_top.png b/1.13.2/assets/minecraft/textures/entity/shield/stripe_top.png new file mode 100644 index 00000000..eca1076a Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/shield/stripe_top.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/shield/triangle_bottom.png b/1.13.2/assets/minecraft/textures/entity/shield/triangle_bottom.png new file mode 100644 index 00000000..03c37d32 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/shield/triangle_bottom.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/shield/triangle_top.png b/1.13.2/assets/minecraft/textures/entity/shield/triangle_top.png new file mode 100644 index 00000000..26412bf8 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/shield/triangle_top.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/shield/triangles_bottom.png b/1.13.2/assets/minecraft/textures/entity/shield/triangles_bottom.png new file mode 100644 index 00000000..8a18dbd7 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/shield/triangles_bottom.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/shield/triangles_top.png b/1.13.2/assets/minecraft/textures/entity/shield/triangles_top.png new file mode 100644 index 00000000..2e07c37c Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/shield/triangles_top.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/shield_base.png b/1.13.2/assets/minecraft/textures/entity/shield_base.png new file mode 100644 index 00000000..bbca8099 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/shield_base.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/shield_base_nopattern.png b/1.13.2/assets/minecraft/textures/entity/shield_base_nopattern.png new file mode 100644 index 00000000..e96f89fb Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/shield_base_nopattern.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/shulker/shulker.png b/1.13.2/assets/minecraft/textures/entity/shulker/shulker.png new file mode 100644 index 00000000..d21605ab Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/shulker/shulker.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/shulker/shulker_black.png b/1.13.2/assets/minecraft/textures/entity/shulker/shulker_black.png new file mode 100644 index 00000000..2800401d Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/shulker/shulker_black.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/shulker/shulker_blue.png b/1.13.2/assets/minecraft/textures/entity/shulker/shulker_blue.png new file mode 100644 index 00000000..1c4244fd Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/shulker/shulker_blue.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/shulker/shulker_brown.png b/1.13.2/assets/minecraft/textures/entity/shulker/shulker_brown.png new file mode 100644 index 00000000..9237440b Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/shulker/shulker_brown.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/shulker/shulker_cyan.png b/1.13.2/assets/minecraft/textures/entity/shulker/shulker_cyan.png new file mode 100644 index 00000000..13b82557 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/shulker/shulker_cyan.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/shulker/shulker_gray.png b/1.13.2/assets/minecraft/textures/entity/shulker/shulker_gray.png new file mode 100644 index 00000000..f365c6af Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/shulker/shulker_gray.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/shulker/shulker_green.png b/1.13.2/assets/minecraft/textures/entity/shulker/shulker_green.png new file mode 100644 index 00000000..b09b655d Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/shulker/shulker_green.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/shulker/shulker_light_blue.png b/1.13.2/assets/minecraft/textures/entity/shulker/shulker_light_blue.png new file mode 100644 index 00000000..6646995c Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/shulker/shulker_light_blue.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/shulker/shulker_light_gray.png b/1.13.2/assets/minecraft/textures/entity/shulker/shulker_light_gray.png new file mode 100644 index 00000000..d709f7ae Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/shulker/shulker_light_gray.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/shulker/shulker_lime.png b/1.13.2/assets/minecraft/textures/entity/shulker/shulker_lime.png new file mode 100644 index 00000000..e02f983d Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/shulker/shulker_lime.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/shulker/shulker_magenta.png b/1.13.2/assets/minecraft/textures/entity/shulker/shulker_magenta.png new file mode 100644 index 00000000..a713f81a Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/shulker/shulker_magenta.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/shulker/shulker_orange.png b/1.13.2/assets/minecraft/textures/entity/shulker/shulker_orange.png new file mode 100644 index 00000000..1ebf1482 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/shulker/shulker_orange.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/shulker/shulker_pink.png b/1.13.2/assets/minecraft/textures/entity/shulker/shulker_pink.png new file mode 100644 index 00000000..1cac5170 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/shulker/shulker_pink.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/shulker/shulker_purple.png b/1.13.2/assets/minecraft/textures/entity/shulker/shulker_purple.png new file mode 100644 index 00000000..48fc2864 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/shulker/shulker_purple.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/shulker/shulker_red.png b/1.13.2/assets/minecraft/textures/entity/shulker/shulker_red.png new file mode 100644 index 00000000..c80c499f Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/shulker/shulker_red.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/shulker/shulker_white.png b/1.13.2/assets/minecraft/textures/entity/shulker/shulker_white.png new file mode 100644 index 00000000..6b21cac8 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/shulker/shulker_white.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/shulker/shulker_yellow.png b/1.13.2/assets/minecraft/textures/entity/shulker/shulker_yellow.png new file mode 100644 index 00000000..5b5436d2 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/shulker/shulker_yellow.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/shulker/spark.png b/1.13.2/assets/minecraft/textures/entity/shulker/spark.png new file mode 100644 index 00000000..69315a9e Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/shulker/spark.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/sign.png b/1.13.2/assets/minecraft/textures/entity/sign.png new file mode 100644 index 00000000..e0f23685 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/sign.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/silverfish.png b/1.13.2/assets/minecraft/textures/entity/silverfish.png new file mode 100644 index 00000000..54dd997d Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/silverfish.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/skeleton/skeleton.png b/1.13.2/assets/minecraft/textures/entity/skeleton/skeleton.png new file mode 100644 index 00000000..582312b9 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/skeleton/skeleton.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/skeleton/stray.png b/1.13.2/assets/minecraft/textures/entity/skeleton/stray.png new file mode 100644 index 00000000..2d73dfd4 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/skeleton/stray.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/skeleton/stray_overlay.png b/1.13.2/assets/minecraft/textures/entity/skeleton/stray_overlay.png new file mode 100644 index 00000000..eaff5c7f Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/skeleton/stray_overlay.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/skeleton/wither_skeleton.png b/1.13.2/assets/minecraft/textures/entity/skeleton/wither_skeleton.png new file mode 100644 index 00000000..a548a13c Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/skeleton/wither_skeleton.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/slime/magmacube.png b/1.13.2/assets/minecraft/textures/entity/slime/magmacube.png new file mode 100644 index 00000000..4f84f250 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/slime/magmacube.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/slime/slime.png b/1.13.2/assets/minecraft/textures/entity/slime/slime.png new file mode 100644 index 00000000..aaadb740 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/slime/slime.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/snow_golem.png b/1.13.2/assets/minecraft/textures/entity/snow_golem.png new file mode 100644 index 00000000..1bd733e3 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/snow_golem.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/spider/cave_spider.png b/1.13.2/assets/minecraft/textures/entity/spider/cave_spider.png new file mode 100644 index 00000000..25ac03aa Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/spider/cave_spider.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/spider/spider.png b/1.13.2/assets/minecraft/textures/entity/spider/spider.png new file mode 100644 index 00000000..8055059c Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/spider/spider.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/spider_eyes.png b/1.13.2/assets/minecraft/textures/entity/spider_eyes.png new file mode 100644 index 00000000..f49b78ff Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/spider_eyes.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/squid.png b/1.13.2/assets/minecraft/textures/entity/squid.png new file mode 100644 index 00000000..581054e8 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/squid.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/steve.png b/1.13.2/assets/minecraft/textures/entity/steve.png new file mode 100644 index 00000000..90d4fa23 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/steve.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/sweep.png b/1.13.2/assets/minecraft/textures/entity/sweep.png new file mode 100644 index 00000000..7ab002d6 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/sweep.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/trident.png b/1.13.2/assets/minecraft/textures/entity/trident.png new file mode 100644 index 00000000..a80e05a9 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/trident.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/trident_riptide.png b/1.13.2/assets/minecraft/textures/entity/trident_riptide.png new file mode 100644 index 00000000..ce431b69 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/trident_riptide.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/turtle/big_sea_turtle.png b/1.13.2/assets/minecraft/textures/entity/turtle/big_sea_turtle.png new file mode 100644 index 00000000..2a58cba3 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/turtle/big_sea_turtle.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/villager/butcher.png b/1.13.2/assets/minecraft/textures/entity/villager/butcher.png new file mode 100644 index 00000000..afcd5c34 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/villager/butcher.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/villager/farmer.png b/1.13.2/assets/minecraft/textures/entity/villager/farmer.png new file mode 100644 index 00000000..c9827213 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/villager/farmer.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/villager/librarian.png b/1.13.2/assets/minecraft/textures/entity/villager/librarian.png new file mode 100644 index 00000000..be065e49 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/villager/librarian.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/villager/priest.png b/1.13.2/assets/minecraft/textures/entity/villager/priest.png new file mode 100644 index 00000000..91c8cb93 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/villager/priest.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/villager/smith.png b/1.13.2/assets/minecraft/textures/entity/villager/smith.png new file mode 100644 index 00000000..16a3b14c Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/villager/smith.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/villager/villager.png b/1.13.2/assets/minecraft/textures/entity/villager/villager.png new file mode 100644 index 00000000..4a62075a Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/villager/villager.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/witch.png b/1.13.2/assets/minecraft/textures/entity/witch.png new file mode 100644 index 00000000..1c38f562 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/witch.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/wither/wither.png b/1.13.2/assets/minecraft/textures/entity/wither/wither.png new file mode 100644 index 00000000..ee5a8d22 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/wither/wither.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/wither/wither_armor.png b/1.13.2/assets/minecraft/textures/entity/wither/wither_armor.png new file mode 100644 index 00000000..61e6da87 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/wither/wither_armor.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/wither/wither_invulnerable.png b/1.13.2/assets/minecraft/textures/entity/wither/wither_invulnerable.png new file mode 100644 index 00000000..144e1c44 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/wither/wither_invulnerable.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/wolf/wolf.png b/1.13.2/assets/minecraft/textures/entity/wolf/wolf.png new file mode 100644 index 00000000..109d0160 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/wolf/wolf.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/wolf/wolf_angry.png b/1.13.2/assets/minecraft/textures/entity/wolf/wolf_angry.png new file mode 100644 index 00000000..66e0aa01 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/wolf/wolf_angry.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/wolf/wolf_collar.png b/1.13.2/assets/minecraft/textures/entity/wolf/wolf_collar.png new file mode 100644 index 00000000..052cab72 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/wolf/wolf_collar.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/wolf/wolf_tame.png b/1.13.2/assets/minecraft/textures/entity/wolf/wolf_tame.png new file mode 100644 index 00000000..159e2987 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/wolf/wolf_tame.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/zombie/drowned.png b/1.13.2/assets/minecraft/textures/entity/zombie/drowned.png new file mode 100644 index 00000000..f7fff3f8 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/zombie/drowned.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/zombie/drowned_outer_layer.png b/1.13.2/assets/minecraft/textures/entity/zombie/drowned_outer_layer.png new file mode 100644 index 00000000..d124f2e6 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/zombie/drowned_outer_layer.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/zombie/husk.png b/1.13.2/assets/minecraft/textures/entity/zombie/husk.png new file mode 100644 index 00000000..4fe739fa Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/zombie/husk.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/zombie/zombie.png b/1.13.2/assets/minecraft/textures/entity/zombie/zombie.png new file mode 100644 index 00000000..c9e8f4f1 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/zombie/zombie.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/zombie/zombie_villager.png b/1.13.2/assets/minecraft/textures/entity/zombie/zombie_villager.png new file mode 100644 index 00000000..8b599308 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/zombie/zombie_villager.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/zombie_pigman.png b/1.13.2/assets/minecraft/textures/entity/zombie_pigman.png new file mode 100644 index 00000000..4de83cda Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/zombie_pigman.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/zombie_villager/zombie_butcher.png b/1.13.2/assets/minecraft/textures/entity/zombie_villager/zombie_butcher.png new file mode 100644 index 00000000..26400522 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/zombie_villager/zombie_butcher.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/zombie_villager/zombie_farmer.png b/1.13.2/assets/minecraft/textures/entity/zombie_villager/zombie_farmer.png new file mode 100644 index 00000000..c942c1b6 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/zombie_villager/zombie_farmer.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/zombie_villager/zombie_librarian.png b/1.13.2/assets/minecraft/textures/entity/zombie_villager/zombie_librarian.png new file mode 100644 index 00000000..a119b2e4 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/zombie_villager/zombie_librarian.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/zombie_villager/zombie_priest.png b/1.13.2/assets/minecraft/textures/entity/zombie_villager/zombie_priest.png new file mode 100644 index 00000000..9d43e1e5 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/zombie_villager/zombie_priest.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/zombie_villager/zombie_smith.png b/1.13.2/assets/minecraft/textures/entity/zombie_villager/zombie_smith.png new file mode 100644 index 00000000..7651092c Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/zombie_villager/zombie_smith.png differ diff --git a/1.13.2/assets/minecraft/textures/entity/zombie_villager/zombie_villager.png b/1.13.2/assets/minecraft/textures/entity/zombie_villager/zombie_villager.png new file mode 100644 index 00000000..ac4647a7 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/entity/zombie_villager/zombie_villager.png differ diff --git a/1.13.2/assets/minecraft/textures/environment/clouds.png b/1.13.2/assets/minecraft/textures/environment/clouds.png new file mode 100644 index 00000000..146d9c50 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/environment/clouds.png differ diff --git a/1.13.2/assets/minecraft/textures/environment/end_sky.png b/1.13.2/assets/minecraft/textures/environment/end_sky.png new file mode 100644 index 00000000..9b69e1e1 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/environment/end_sky.png differ diff --git a/1.13.2/assets/minecraft/textures/environment/moon_phases.png b/1.13.2/assets/minecraft/textures/environment/moon_phases.png new file mode 100644 index 00000000..82d7c4b4 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/environment/moon_phases.png differ diff --git a/1.13.2/assets/minecraft/textures/environment/rain.png b/1.13.2/assets/minecraft/textures/environment/rain.png new file mode 100644 index 00000000..5ae31d26 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/environment/rain.png differ diff --git a/1.13.2/assets/minecraft/textures/environment/snow.png b/1.13.2/assets/minecraft/textures/environment/snow.png new file mode 100644 index 00000000..93544968 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/environment/snow.png differ diff --git a/1.13.2/assets/minecraft/textures/environment/sun.png b/1.13.2/assets/minecraft/textures/environment/sun.png new file mode 100644 index 00000000..9b0559e4 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/environment/sun.png differ diff --git a/1.13.2/assets/minecraft/textures/font/accented.png b/1.13.2/assets/minecraft/textures/font/accented.png new file mode 100644 index 00000000..829afe7f Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/accented.png differ diff --git a/1.13.2/assets/minecraft/textures/font/ascii.png b/1.13.2/assets/minecraft/textures/font/ascii.png new file mode 100644 index 00000000..3278f04c Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/ascii.png differ diff --git a/1.13.2/assets/minecraft/textures/font/ascii_sga.png b/1.13.2/assets/minecraft/textures/font/ascii_sga.png new file mode 100644 index 00000000..ba326b44 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/ascii_sga.png differ diff --git a/1.13.2/assets/minecraft/textures/font/nonlatin_european.png b/1.13.2/assets/minecraft/textures/font/nonlatin_european.png new file mode 100644 index 00000000..936f12d5 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/nonlatin_european.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_00.png b/1.13.2/assets/minecraft/textures/font/unicode_page_00.png new file mode 100644 index 00000000..9ce3c25c Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_00.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_01.png b/1.13.2/assets/minecraft/textures/font/unicode_page_01.png new file mode 100644 index 00000000..a1d7b010 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_01.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_02.png b/1.13.2/assets/minecraft/textures/font/unicode_page_02.png new file mode 100644 index 00000000..b437ceba Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_02.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_03.png b/1.13.2/assets/minecraft/textures/font/unicode_page_03.png new file mode 100644 index 00000000..59fbbab7 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_03.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_04.png b/1.13.2/assets/minecraft/textures/font/unicode_page_04.png new file mode 100644 index 00000000..75a45230 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_04.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_05.png b/1.13.2/assets/minecraft/textures/font/unicode_page_05.png new file mode 100644 index 00000000..32b1c882 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_05.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_06.png b/1.13.2/assets/minecraft/textures/font/unicode_page_06.png new file mode 100644 index 00000000..825e8773 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_06.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_07.png b/1.13.2/assets/minecraft/textures/font/unicode_page_07.png new file mode 100644 index 00000000..df735261 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_07.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_09.png b/1.13.2/assets/minecraft/textures/font/unicode_page_09.png new file mode 100644 index 00000000..d6407e37 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_09.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_0a.png b/1.13.2/assets/minecraft/textures/font/unicode_page_0a.png new file mode 100644 index 00000000..a858b78d Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_0a.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_0b.png b/1.13.2/assets/minecraft/textures/font/unicode_page_0b.png new file mode 100644 index 00000000..bb6384bc Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_0b.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_0c.png b/1.13.2/assets/minecraft/textures/font/unicode_page_0c.png new file mode 100644 index 00000000..2f75930b Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_0c.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_0d.png b/1.13.2/assets/minecraft/textures/font/unicode_page_0d.png new file mode 100644 index 00000000..9ec8c216 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_0d.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_0e.png b/1.13.2/assets/minecraft/textures/font/unicode_page_0e.png new file mode 100644 index 00000000..03b8f531 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_0e.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_0f.png b/1.13.2/assets/minecraft/textures/font/unicode_page_0f.png new file mode 100644 index 00000000..b89ee65b Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_0f.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_10.png b/1.13.2/assets/minecraft/textures/font/unicode_page_10.png new file mode 100644 index 00000000..29243ef2 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_10.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_11.png b/1.13.2/assets/minecraft/textures/font/unicode_page_11.png new file mode 100644 index 00000000..6a5fd482 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_11.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_12.png b/1.13.2/assets/minecraft/textures/font/unicode_page_12.png new file mode 100644 index 00000000..8958ff8e Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_12.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_13.png b/1.13.2/assets/minecraft/textures/font/unicode_page_13.png new file mode 100644 index 00000000..7436dd19 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_13.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_14.png b/1.13.2/assets/minecraft/textures/font/unicode_page_14.png new file mode 100644 index 00000000..881126a3 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_14.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_15.png b/1.13.2/assets/minecraft/textures/font/unicode_page_15.png new file mode 100644 index 00000000..e931a61f Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_15.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_16.png b/1.13.2/assets/minecraft/textures/font/unicode_page_16.png new file mode 100644 index 00000000..d5e98cd4 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_16.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_17.png b/1.13.2/assets/minecraft/textures/font/unicode_page_17.png new file mode 100644 index 00000000..7f6a2570 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_17.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_18.png b/1.13.2/assets/minecraft/textures/font/unicode_page_18.png new file mode 100644 index 00000000..ba021cc5 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_18.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_19.png b/1.13.2/assets/minecraft/textures/font/unicode_page_19.png new file mode 100644 index 00000000..56cb5415 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_19.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_1a.png b/1.13.2/assets/minecraft/textures/font/unicode_page_1a.png new file mode 100644 index 00000000..edf8116e Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_1a.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_1b.png b/1.13.2/assets/minecraft/textures/font/unicode_page_1b.png new file mode 100644 index 00000000..0e64582b Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_1b.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_1c.png b/1.13.2/assets/minecraft/textures/font/unicode_page_1c.png new file mode 100644 index 00000000..8884fd2d Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_1c.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_1d.png b/1.13.2/assets/minecraft/textures/font/unicode_page_1d.png new file mode 100644 index 00000000..ca0b0771 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_1d.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_1e.png b/1.13.2/assets/minecraft/textures/font/unicode_page_1e.png new file mode 100644 index 00000000..9206f327 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_1e.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_1f.png b/1.13.2/assets/minecraft/textures/font/unicode_page_1f.png new file mode 100644 index 00000000..7e286329 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_1f.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_20.png b/1.13.2/assets/minecraft/textures/font/unicode_page_20.png new file mode 100644 index 00000000..151287eb Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_20.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_21.png b/1.13.2/assets/minecraft/textures/font/unicode_page_21.png new file mode 100644 index 00000000..b2c5ed4f Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_21.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_22.png b/1.13.2/assets/minecraft/textures/font/unicode_page_22.png new file mode 100644 index 00000000..761e8841 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_22.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_23.png b/1.13.2/assets/minecraft/textures/font/unicode_page_23.png new file mode 100644 index 00000000..09a9de80 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_23.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_24.png b/1.13.2/assets/minecraft/textures/font/unicode_page_24.png new file mode 100644 index 00000000..17da6400 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_24.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_25.png b/1.13.2/assets/minecraft/textures/font/unicode_page_25.png new file mode 100644 index 00000000..6ac17b63 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_25.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_26.png b/1.13.2/assets/minecraft/textures/font/unicode_page_26.png new file mode 100644 index 00000000..15bb7edf Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_26.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_27.png b/1.13.2/assets/minecraft/textures/font/unicode_page_27.png new file mode 100644 index 00000000..731b3211 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_27.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_28.png b/1.13.2/assets/minecraft/textures/font/unicode_page_28.png new file mode 100644 index 00000000..7d818ff0 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_28.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_29.png b/1.13.2/assets/minecraft/textures/font/unicode_page_29.png new file mode 100644 index 00000000..028ab30c Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_29.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_2a.png b/1.13.2/assets/minecraft/textures/font/unicode_page_2a.png new file mode 100644 index 00000000..200418f9 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_2a.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_2b.png b/1.13.2/assets/minecraft/textures/font/unicode_page_2b.png new file mode 100644 index 00000000..93390c21 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_2b.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_2c.png b/1.13.2/assets/minecraft/textures/font/unicode_page_2c.png new file mode 100644 index 00000000..c4d9cb2f Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_2c.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_2d.png b/1.13.2/assets/minecraft/textures/font/unicode_page_2d.png new file mode 100644 index 00000000..49d2c050 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_2d.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_2e.png b/1.13.2/assets/minecraft/textures/font/unicode_page_2e.png new file mode 100644 index 00000000..1c0a2229 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_2e.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_2f.png b/1.13.2/assets/minecraft/textures/font/unicode_page_2f.png new file mode 100644 index 00000000..2c7f3d44 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_2f.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_30.png b/1.13.2/assets/minecraft/textures/font/unicode_page_30.png new file mode 100644 index 00000000..ab73978d Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_30.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_31.png b/1.13.2/assets/minecraft/textures/font/unicode_page_31.png new file mode 100644 index 00000000..ae293b90 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_31.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_32.png b/1.13.2/assets/minecraft/textures/font/unicode_page_32.png new file mode 100644 index 00000000..7d855997 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_32.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_33.png b/1.13.2/assets/minecraft/textures/font/unicode_page_33.png new file mode 100644 index 00000000..8f1cb480 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_33.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_34.png b/1.13.2/assets/minecraft/textures/font/unicode_page_34.png new file mode 100644 index 00000000..8a09e580 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_34.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_35.png b/1.13.2/assets/minecraft/textures/font/unicode_page_35.png new file mode 100644 index 00000000..3a565474 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_35.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_36.png b/1.13.2/assets/minecraft/textures/font/unicode_page_36.png new file mode 100644 index 00000000..67a68bbf Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_36.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_37.png b/1.13.2/assets/minecraft/textures/font/unicode_page_37.png new file mode 100644 index 00000000..7ec28614 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_37.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_38.png b/1.13.2/assets/minecraft/textures/font/unicode_page_38.png new file mode 100644 index 00000000..ab6e4075 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_38.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_39.png b/1.13.2/assets/minecraft/textures/font/unicode_page_39.png new file mode 100644 index 00000000..9cf2359e Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_39.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_3a.png b/1.13.2/assets/minecraft/textures/font/unicode_page_3a.png new file mode 100644 index 00000000..fac267cc Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_3a.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_3b.png b/1.13.2/assets/minecraft/textures/font/unicode_page_3b.png new file mode 100644 index 00000000..28196a96 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_3b.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_3c.png b/1.13.2/assets/minecraft/textures/font/unicode_page_3c.png new file mode 100644 index 00000000..123bf50d Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_3c.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_3d.png b/1.13.2/assets/minecraft/textures/font/unicode_page_3d.png new file mode 100644 index 00000000..55849a4a Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_3d.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_3e.png b/1.13.2/assets/minecraft/textures/font/unicode_page_3e.png new file mode 100644 index 00000000..f83363e1 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_3e.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_3f.png b/1.13.2/assets/minecraft/textures/font/unicode_page_3f.png new file mode 100644 index 00000000..6e8e6c25 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_3f.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_40.png b/1.13.2/assets/minecraft/textures/font/unicode_page_40.png new file mode 100644 index 00000000..46965027 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_40.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_41.png b/1.13.2/assets/minecraft/textures/font/unicode_page_41.png new file mode 100644 index 00000000..20b31f9f Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_41.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_42.png b/1.13.2/assets/minecraft/textures/font/unicode_page_42.png new file mode 100644 index 00000000..8329ffc8 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_42.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_43.png b/1.13.2/assets/minecraft/textures/font/unicode_page_43.png new file mode 100644 index 00000000..178ddd11 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_43.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_44.png b/1.13.2/assets/minecraft/textures/font/unicode_page_44.png new file mode 100644 index 00000000..4e0f1047 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_44.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_45.png b/1.13.2/assets/minecraft/textures/font/unicode_page_45.png new file mode 100644 index 00000000..b5c8fd96 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_45.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_46.png b/1.13.2/assets/minecraft/textures/font/unicode_page_46.png new file mode 100644 index 00000000..3a555ae2 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_46.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_47.png b/1.13.2/assets/minecraft/textures/font/unicode_page_47.png new file mode 100644 index 00000000..2937661d Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_47.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_48.png b/1.13.2/assets/minecraft/textures/font/unicode_page_48.png new file mode 100644 index 00000000..55dd9de9 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_48.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_49.png b/1.13.2/assets/minecraft/textures/font/unicode_page_49.png new file mode 100644 index 00000000..20848de4 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_49.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_4a.png b/1.13.2/assets/minecraft/textures/font/unicode_page_4a.png new file mode 100644 index 00000000..5a74fb5a Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_4a.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_4b.png b/1.13.2/assets/minecraft/textures/font/unicode_page_4b.png new file mode 100644 index 00000000..f149afbc Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_4b.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_4c.png b/1.13.2/assets/minecraft/textures/font/unicode_page_4c.png new file mode 100644 index 00000000..265228a7 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_4c.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_4d.png b/1.13.2/assets/minecraft/textures/font/unicode_page_4d.png new file mode 100644 index 00000000..868d8811 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_4d.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_4e.png b/1.13.2/assets/minecraft/textures/font/unicode_page_4e.png new file mode 100644 index 00000000..1355cd2e Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_4e.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_4f.png b/1.13.2/assets/minecraft/textures/font/unicode_page_4f.png new file mode 100644 index 00000000..d30f7c3f Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_4f.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_50.png b/1.13.2/assets/minecraft/textures/font/unicode_page_50.png new file mode 100644 index 00000000..5ed3f8e6 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_50.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_51.png b/1.13.2/assets/minecraft/textures/font/unicode_page_51.png new file mode 100644 index 00000000..a6af532b Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_51.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_52.png b/1.13.2/assets/minecraft/textures/font/unicode_page_52.png new file mode 100644 index 00000000..f14535ae Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_52.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_53.png b/1.13.2/assets/minecraft/textures/font/unicode_page_53.png new file mode 100644 index 00000000..2200f6f1 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_53.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_54.png b/1.13.2/assets/minecraft/textures/font/unicode_page_54.png new file mode 100644 index 00000000..e135a589 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_54.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_55.png b/1.13.2/assets/minecraft/textures/font/unicode_page_55.png new file mode 100644 index 00000000..bd82497b Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_55.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_56.png b/1.13.2/assets/minecraft/textures/font/unicode_page_56.png new file mode 100644 index 00000000..4a5023e7 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_56.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_57.png b/1.13.2/assets/minecraft/textures/font/unicode_page_57.png new file mode 100644 index 00000000..ef24cc63 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_57.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_58.png b/1.13.2/assets/minecraft/textures/font/unicode_page_58.png new file mode 100644 index 00000000..134a98c8 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_58.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_59.png b/1.13.2/assets/minecraft/textures/font/unicode_page_59.png new file mode 100644 index 00000000..9bcb888d Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_59.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_5a.png b/1.13.2/assets/minecraft/textures/font/unicode_page_5a.png new file mode 100644 index 00000000..d143b86b Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_5a.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_5b.png b/1.13.2/assets/minecraft/textures/font/unicode_page_5b.png new file mode 100644 index 00000000..1dd61d5e Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_5b.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_5c.png b/1.13.2/assets/minecraft/textures/font/unicode_page_5c.png new file mode 100644 index 00000000..d31068be Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_5c.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_5d.png b/1.13.2/assets/minecraft/textures/font/unicode_page_5d.png new file mode 100644 index 00000000..33a6dce1 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_5d.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_5e.png b/1.13.2/assets/minecraft/textures/font/unicode_page_5e.png new file mode 100644 index 00000000..e40c41a3 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_5e.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_5f.png b/1.13.2/assets/minecraft/textures/font/unicode_page_5f.png new file mode 100644 index 00000000..2a7ad3f7 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_5f.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_60.png b/1.13.2/assets/minecraft/textures/font/unicode_page_60.png new file mode 100644 index 00000000..18efefda Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_60.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_61.png b/1.13.2/assets/minecraft/textures/font/unicode_page_61.png new file mode 100644 index 00000000..a9ca9f7d Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_61.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_62.png b/1.13.2/assets/minecraft/textures/font/unicode_page_62.png new file mode 100644 index 00000000..8a5a87d7 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_62.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_63.png b/1.13.2/assets/minecraft/textures/font/unicode_page_63.png new file mode 100644 index 00000000..036e4753 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_63.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_64.png b/1.13.2/assets/minecraft/textures/font/unicode_page_64.png new file mode 100644 index 00000000..a10ae372 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_64.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_65.png b/1.13.2/assets/minecraft/textures/font/unicode_page_65.png new file mode 100644 index 00000000..bf6eb3f3 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_65.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_66.png b/1.13.2/assets/minecraft/textures/font/unicode_page_66.png new file mode 100644 index 00000000..f3e35fa1 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_66.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_67.png b/1.13.2/assets/minecraft/textures/font/unicode_page_67.png new file mode 100644 index 00000000..4383d9ce Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_67.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_68.png b/1.13.2/assets/minecraft/textures/font/unicode_page_68.png new file mode 100644 index 00000000..71f7644b Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_68.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_69.png b/1.13.2/assets/minecraft/textures/font/unicode_page_69.png new file mode 100644 index 00000000..b285a058 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_69.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_6a.png b/1.13.2/assets/minecraft/textures/font/unicode_page_6a.png new file mode 100644 index 00000000..b4278c4b Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_6a.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_6b.png b/1.13.2/assets/minecraft/textures/font/unicode_page_6b.png new file mode 100644 index 00000000..380eef5e Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_6b.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_6c.png b/1.13.2/assets/minecraft/textures/font/unicode_page_6c.png new file mode 100644 index 00000000..6620b063 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_6c.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_6d.png b/1.13.2/assets/minecraft/textures/font/unicode_page_6d.png new file mode 100644 index 00000000..b994a641 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_6d.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_6e.png b/1.13.2/assets/minecraft/textures/font/unicode_page_6e.png new file mode 100644 index 00000000..1d362a34 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_6e.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_6f.png b/1.13.2/assets/minecraft/textures/font/unicode_page_6f.png new file mode 100644 index 00000000..93cfe0fd Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_6f.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_70.png b/1.13.2/assets/minecraft/textures/font/unicode_page_70.png new file mode 100644 index 00000000..cac0fee0 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_70.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_71.png b/1.13.2/assets/minecraft/textures/font/unicode_page_71.png new file mode 100644 index 00000000..c0482d73 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_71.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_72.png b/1.13.2/assets/minecraft/textures/font/unicode_page_72.png new file mode 100644 index 00000000..6cce66e3 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_72.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_73.png b/1.13.2/assets/minecraft/textures/font/unicode_page_73.png new file mode 100644 index 00000000..a4b176f6 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_73.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_74.png b/1.13.2/assets/minecraft/textures/font/unicode_page_74.png new file mode 100644 index 00000000..4edc9b75 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_74.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_75.png b/1.13.2/assets/minecraft/textures/font/unicode_page_75.png new file mode 100644 index 00000000..165bec43 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_75.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_76.png b/1.13.2/assets/minecraft/textures/font/unicode_page_76.png new file mode 100644 index 00000000..20cc7d10 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_76.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_77.png b/1.13.2/assets/minecraft/textures/font/unicode_page_77.png new file mode 100644 index 00000000..0ea76a12 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_77.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_78.png b/1.13.2/assets/minecraft/textures/font/unicode_page_78.png new file mode 100644 index 00000000..b4ac7243 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_78.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_79.png b/1.13.2/assets/minecraft/textures/font/unicode_page_79.png new file mode 100644 index 00000000..38dec1b2 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_79.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_7a.png b/1.13.2/assets/minecraft/textures/font/unicode_page_7a.png new file mode 100644 index 00000000..46c5b775 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_7a.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_7b.png b/1.13.2/assets/minecraft/textures/font/unicode_page_7b.png new file mode 100644 index 00000000..9e4ceaf6 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_7b.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_7c.png b/1.13.2/assets/minecraft/textures/font/unicode_page_7c.png new file mode 100644 index 00000000..c824b3ca Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_7c.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_7d.png b/1.13.2/assets/minecraft/textures/font/unicode_page_7d.png new file mode 100644 index 00000000..e4eb2152 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_7d.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_7e.png b/1.13.2/assets/minecraft/textures/font/unicode_page_7e.png new file mode 100644 index 00000000..7f584327 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_7e.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_7f.png b/1.13.2/assets/minecraft/textures/font/unicode_page_7f.png new file mode 100644 index 00000000..7fa83c84 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_7f.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_80.png b/1.13.2/assets/minecraft/textures/font/unicode_page_80.png new file mode 100644 index 00000000..80e8b155 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_80.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_81.png b/1.13.2/assets/minecraft/textures/font/unicode_page_81.png new file mode 100644 index 00000000..f18be662 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_81.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_82.png b/1.13.2/assets/minecraft/textures/font/unicode_page_82.png new file mode 100644 index 00000000..91cdd139 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_82.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_83.png b/1.13.2/assets/minecraft/textures/font/unicode_page_83.png new file mode 100644 index 00000000..0a1d861f Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_83.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_84.png b/1.13.2/assets/minecraft/textures/font/unicode_page_84.png new file mode 100644 index 00000000..18ee814d Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_84.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_85.png b/1.13.2/assets/minecraft/textures/font/unicode_page_85.png new file mode 100644 index 00000000..645cad66 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_85.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_86.png b/1.13.2/assets/minecraft/textures/font/unicode_page_86.png new file mode 100644 index 00000000..3c118b80 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_86.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_87.png b/1.13.2/assets/minecraft/textures/font/unicode_page_87.png new file mode 100644 index 00000000..6f5bcac9 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_87.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_88.png b/1.13.2/assets/minecraft/textures/font/unicode_page_88.png new file mode 100644 index 00000000..8fbfae67 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_88.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_89.png b/1.13.2/assets/minecraft/textures/font/unicode_page_89.png new file mode 100644 index 00000000..3b2285ac Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_89.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_8a.png b/1.13.2/assets/minecraft/textures/font/unicode_page_8a.png new file mode 100644 index 00000000..5a6f2fee Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_8a.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_8b.png b/1.13.2/assets/minecraft/textures/font/unicode_page_8b.png new file mode 100644 index 00000000..4d675c42 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_8b.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_8c.png b/1.13.2/assets/minecraft/textures/font/unicode_page_8c.png new file mode 100644 index 00000000..f20b84ac Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_8c.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_8d.png b/1.13.2/assets/minecraft/textures/font/unicode_page_8d.png new file mode 100644 index 00000000..8b09cc93 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_8d.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_8e.png b/1.13.2/assets/minecraft/textures/font/unicode_page_8e.png new file mode 100644 index 00000000..b2ef737f Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_8e.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_8f.png b/1.13.2/assets/minecraft/textures/font/unicode_page_8f.png new file mode 100644 index 00000000..d05c5cf5 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_8f.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_90.png b/1.13.2/assets/minecraft/textures/font/unicode_page_90.png new file mode 100644 index 00000000..87991035 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_90.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_91.png b/1.13.2/assets/minecraft/textures/font/unicode_page_91.png new file mode 100644 index 00000000..ad029b19 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_91.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_92.png b/1.13.2/assets/minecraft/textures/font/unicode_page_92.png new file mode 100644 index 00000000..ed1fd10c Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_92.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_93.png b/1.13.2/assets/minecraft/textures/font/unicode_page_93.png new file mode 100644 index 00000000..d59c7d2c Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_93.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_94.png b/1.13.2/assets/minecraft/textures/font/unicode_page_94.png new file mode 100644 index 00000000..9ec236c4 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_94.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_95.png b/1.13.2/assets/minecraft/textures/font/unicode_page_95.png new file mode 100644 index 00000000..6d1c3720 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_95.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_96.png b/1.13.2/assets/minecraft/textures/font/unicode_page_96.png new file mode 100644 index 00000000..5c9126af Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_96.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_97.png b/1.13.2/assets/minecraft/textures/font/unicode_page_97.png new file mode 100644 index 00000000..ee20b41c Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_97.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_98.png b/1.13.2/assets/minecraft/textures/font/unicode_page_98.png new file mode 100644 index 00000000..0b861937 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_98.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_99.png b/1.13.2/assets/minecraft/textures/font/unicode_page_99.png new file mode 100644 index 00000000..b3556435 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_99.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_9a.png b/1.13.2/assets/minecraft/textures/font/unicode_page_9a.png new file mode 100644 index 00000000..3ce9c9ac Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_9a.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_9b.png b/1.13.2/assets/minecraft/textures/font/unicode_page_9b.png new file mode 100644 index 00000000..0cc6e2ea Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_9b.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_9c.png b/1.13.2/assets/minecraft/textures/font/unicode_page_9c.png new file mode 100644 index 00000000..0e137984 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_9c.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_9d.png b/1.13.2/assets/minecraft/textures/font/unicode_page_9d.png new file mode 100644 index 00000000..0a414ffb Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_9d.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_9e.png b/1.13.2/assets/minecraft/textures/font/unicode_page_9e.png new file mode 100644 index 00000000..a0f036d3 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_9e.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_9f.png b/1.13.2/assets/minecraft/textures/font/unicode_page_9f.png new file mode 100644 index 00000000..bcf99b86 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_9f.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_a0.png b/1.13.2/assets/minecraft/textures/font/unicode_page_a0.png new file mode 100644 index 00000000..b4845fed Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_a0.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_a1.png b/1.13.2/assets/minecraft/textures/font/unicode_page_a1.png new file mode 100644 index 00000000..b6f63f73 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_a1.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_a2.png b/1.13.2/assets/minecraft/textures/font/unicode_page_a2.png new file mode 100644 index 00000000..3970bc3e Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_a2.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_a3.png b/1.13.2/assets/minecraft/textures/font/unicode_page_a3.png new file mode 100644 index 00000000..208b31c7 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_a3.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_a4.png b/1.13.2/assets/minecraft/textures/font/unicode_page_a4.png new file mode 100644 index 00000000..149225e6 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_a4.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_a5.png b/1.13.2/assets/minecraft/textures/font/unicode_page_a5.png new file mode 100644 index 00000000..f341e58b Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_a5.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_a6.png b/1.13.2/assets/minecraft/textures/font/unicode_page_a6.png new file mode 100644 index 00000000..d28ad134 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_a6.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_a7.png b/1.13.2/assets/minecraft/textures/font/unicode_page_a7.png new file mode 100644 index 00000000..b41be026 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_a7.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_a8.png b/1.13.2/assets/minecraft/textures/font/unicode_page_a8.png new file mode 100644 index 00000000..e6c928cf Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_a8.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_a9.png b/1.13.2/assets/minecraft/textures/font/unicode_page_a9.png new file mode 100644 index 00000000..0970c142 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_a9.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_aa.png b/1.13.2/assets/minecraft/textures/font/unicode_page_aa.png new file mode 100644 index 00000000..81927129 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_aa.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_ab.png b/1.13.2/assets/minecraft/textures/font/unicode_page_ab.png new file mode 100644 index 00000000..b771a716 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_ab.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_ac.png b/1.13.2/assets/minecraft/textures/font/unicode_page_ac.png new file mode 100644 index 00000000..2818b954 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_ac.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_ad.png b/1.13.2/assets/minecraft/textures/font/unicode_page_ad.png new file mode 100644 index 00000000..9d53d257 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_ad.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_ae.png b/1.13.2/assets/minecraft/textures/font/unicode_page_ae.png new file mode 100644 index 00000000..b10a7be8 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_ae.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_af.png b/1.13.2/assets/minecraft/textures/font/unicode_page_af.png new file mode 100644 index 00000000..612d1dfe Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_af.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_b0.png b/1.13.2/assets/minecraft/textures/font/unicode_page_b0.png new file mode 100644 index 00000000..aa0b1c9b Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_b0.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_b1.png b/1.13.2/assets/minecraft/textures/font/unicode_page_b1.png new file mode 100644 index 00000000..0f0f56e5 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_b1.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_b2.png b/1.13.2/assets/minecraft/textures/font/unicode_page_b2.png new file mode 100644 index 00000000..ecdeed09 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_b2.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_b3.png b/1.13.2/assets/minecraft/textures/font/unicode_page_b3.png new file mode 100644 index 00000000..daa46be8 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_b3.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_b4.png b/1.13.2/assets/minecraft/textures/font/unicode_page_b4.png new file mode 100644 index 00000000..9cd89ffa Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_b4.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_b5.png b/1.13.2/assets/minecraft/textures/font/unicode_page_b5.png new file mode 100644 index 00000000..d50990dc Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_b5.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_b6.png b/1.13.2/assets/minecraft/textures/font/unicode_page_b6.png new file mode 100644 index 00000000..7cbdbe5a Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_b6.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_b7.png b/1.13.2/assets/minecraft/textures/font/unicode_page_b7.png new file mode 100644 index 00000000..bb825321 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_b7.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_b8.png b/1.13.2/assets/minecraft/textures/font/unicode_page_b8.png new file mode 100644 index 00000000..d5d32ddc Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_b8.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_b9.png b/1.13.2/assets/minecraft/textures/font/unicode_page_b9.png new file mode 100644 index 00000000..2a579f00 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_b9.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_ba.png b/1.13.2/assets/minecraft/textures/font/unicode_page_ba.png new file mode 100644 index 00000000..ea646957 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_ba.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_bb.png b/1.13.2/assets/minecraft/textures/font/unicode_page_bb.png new file mode 100644 index 00000000..39a4b8f1 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_bb.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_bc.png b/1.13.2/assets/minecraft/textures/font/unicode_page_bc.png new file mode 100644 index 00000000..f9429784 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_bc.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_bd.png b/1.13.2/assets/minecraft/textures/font/unicode_page_bd.png new file mode 100644 index 00000000..783a79b1 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_bd.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_be.png b/1.13.2/assets/minecraft/textures/font/unicode_page_be.png new file mode 100644 index 00000000..2df8f23b Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_be.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_bf.png b/1.13.2/assets/minecraft/textures/font/unicode_page_bf.png new file mode 100644 index 00000000..da9f3c68 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_bf.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_c0.png b/1.13.2/assets/minecraft/textures/font/unicode_page_c0.png new file mode 100644 index 00000000..21ee4bec Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_c0.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_c1.png b/1.13.2/assets/minecraft/textures/font/unicode_page_c1.png new file mode 100644 index 00000000..c7cc199a Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_c1.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_c2.png b/1.13.2/assets/minecraft/textures/font/unicode_page_c2.png new file mode 100644 index 00000000..d3d80470 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_c2.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_c3.png b/1.13.2/assets/minecraft/textures/font/unicode_page_c3.png new file mode 100644 index 00000000..949ca7c3 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_c3.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_c4.png b/1.13.2/assets/minecraft/textures/font/unicode_page_c4.png new file mode 100644 index 00000000..85580db9 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_c4.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_c5.png b/1.13.2/assets/minecraft/textures/font/unicode_page_c5.png new file mode 100644 index 00000000..656e69f9 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_c5.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_c6.png b/1.13.2/assets/minecraft/textures/font/unicode_page_c6.png new file mode 100644 index 00000000..e9e9e77c Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_c6.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_c7.png b/1.13.2/assets/minecraft/textures/font/unicode_page_c7.png new file mode 100644 index 00000000..bafd17bf Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_c7.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_c8.png b/1.13.2/assets/minecraft/textures/font/unicode_page_c8.png new file mode 100644 index 00000000..5b02f56a Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_c8.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_c9.png b/1.13.2/assets/minecraft/textures/font/unicode_page_c9.png new file mode 100644 index 00000000..f162dc45 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_c9.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_ca.png b/1.13.2/assets/minecraft/textures/font/unicode_page_ca.png new file mode 100644 index 00000000..c548a6d5 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_ca.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_cb.png b/1.13.2/assets/minecraft/textures/font/unicode_page_cb.png new file mode 100644 index 00000000..bc38e37a Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_cb.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_cc.png b/1.13.2/assets/minecraft/textures/font/unicode_page_cc.png new file mode 100644 index 00000000..4c82ee76 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_cc.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_cd.png b/1.13.2/assets/minecraft/textures/font/unicode_page_cd.png new file mode 100644 index 00000000..a42247a2 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_cd.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_ce.png b/1.13.2/assets/minecraft/textures/font/unicode_page_ce.png new file mode 100644 index 00000000..ef0a4a78 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_ce.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_cf.png b/1.13.2/assets/minecraft/textures/font/unicode_page_cf.png new file mode 100644 index 00000000..d241750c Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_cf.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_d0.png b/1.13.2/assets/minecraft/textures/font/unicode_page_d0.png new file mode 100644 index 00000000..bc731344 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_d0.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_d1.png b/1.13.2/assets/minecraft/textures/font/unicode_page_d1.png new file mode 100644 index 00000000..cb6afe8e Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_d1.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_d2.png b/1.13.2/assets/minecraft/textures/font/unicode_page_d2.png new file mode 100644 index 00000000..62ae8252 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_d2.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_d3.png b/1.13.2/assets/minecraft/textures/font/unicode_page_d3.png new file mode 100644 index 00000000..a3d59892 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_d3.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_d4.png b/1.13.2/assets/minecraft/textures/font/unicode_page_d4.png new file mode 100644 index 00000000..893b3561 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_d4.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_d5.png b/1.13.2/assets/minecraft/textures/font/unicode_page_d5.png new file mode 100644 index 00000000..4f7774d9 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_d5.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_d6.png b/1.13.2/assets/minecraft/textures/font/unicode_page_d6.png new file mode 100644 index 00000000..f72847fb Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_d6.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_d7.png b/1.13.2/assets/minecraft/textures/font/unicode_page_d7.png new file mode 100644 index 00000000..845a04b7 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_d7.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_f9.png b/1.13.2/assets/minecraft/textures/font/unicode_page_f9.png new file mode 100644 index 00000000..185fd3cd Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_f9.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_fa.png b/1.13.2/assets/minecraft/textures/font/unicode_page_fa.png new file mode 100644 index 00000000..1824dd63 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_fa.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_fb.png b/1.13.2/assets/minecraft/textures/font/unicode_page_fb.png new file mode 100644 index 00000000..c900e2ab Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_fb.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_fc.png b/1.13.2/assets/minecraft/textures/font/unicode_page_fc.png new file mode 100644 index 00000000..49d460c1 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_fc.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_fd.png b/1.13.2/assets/minecraft/textures/font/unicode_page_fd.png new file mode 100644 index 00000000..bc492fcb Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_fd.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_fe.png b/1.13.2/assets/minecraft/textures/font/unicode_page_fe.png new file mode 100644 index 00000000..dddd6322 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_fe.png differ diff --git a/1.13.2/assets/minecraft/textures/font/unicode_page_ff.png b/1.13.2/assets/minecraft/textures/font/unicode_page_ff.png new file mode 100644 index 00000000..6a3dba3e Binary files /dev/null and b/1.13.2/assets/minecraft/textures/font/unicode_page_ff.png differ diff --git a/1.13.2/assets/minecraft/textures/gui/advancements/backgrounds/adventure.png b/1.13.2/assets/minecraft/textures/gui/advancements/backgrounds/adventure.png new file mode 100644 index 00000000..74838777 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/gui/advancements/backgrounds/adventure.png differ diff --git a/1.13.2/assets/minecraft/textures/gui/advancements/backgrounds/end.png b/1.13.2/assets/minecraft/textures/gui/advancements/backgrounds/end.png new file mode 100644 index 00000000..c2a91e3c Binary files /dev/null and b/1.13.2/assets/minecraft/textures/gui/advancements/backgrounds/end.png differ diff --git a/1.13.2/assets/minecraft/textures/gui/advancements/backgrounds/husbandry.png b/1.13.2/assets/minecraft/textures/gui/advancements/backgrounds/husbandry.png new file mode 100644 index 00000000..d03a0f49 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/gui/advancements/backgrounds/husbandry.png differ diff --git a/1.13.2/assets/minecraft/textures/gui/advancements/backgrounds/nether.png b/1.13.2/assets/minecraft/textures/gui/advancements/backgrounds/nether.png new file mode 100644 index 00000000..bad30c35 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/gui/advancements/backgrounds/nether.png differ diff --git a/1.13.2/assets/minecraft/textures/gui/advancements/backgrounds/stone.png b/1.13.2/assets/minecraft/textures/gui/advancements/backgrounds/stone.png new file mode 100644 index 00000000..9fbe6f87 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/gui/advancements/backgrounds/stone.png differ diff --git a/1.13.2/assets/minecraft/textures/gui/advancements/tabs.png b/1.13.2/assets/minecraft/textures/gui/advancements/tabs.png new file mode 100644 index 00000000..3dbc77ff Binary files /dev/null and b/1.13.2/assets/minecraft/textures/gui/advancements/tabs.png differ diff --git a/1.13.2/assets/minecraft/textures/gui/advancements/widgets.png b/1.13.2/assets/minecraft/textures/gui/advancements/widgets.png new file mode 100644 index 00000000..83db82af Binary files /dev/null and b/1.13.2/assets/minecraft/textures/gui/advancements/widgets.png differ diff --git a/1.13.2/assets/minecraft/textures/gui/advancements/window.png b/1.13.2/assets/minecraft/textures/gui/advancements/window.png new file mode 100644 index 00000000..a6f459ff Binary files /dev/null and b/1.13.2/assets/minecraft/textures/gui/advancements/window.png differ diff --git a/1.13.2/assets/minecraft/textures/gui/bars.png b/1.13.2/assets/minecraft/textures/gui/bars.png new file mode 100644 index 00000000..a0562d20 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/gui/bars.png differ diff --git a/1.13.2/assets/minecraft/textures/gui/book.png b/1.13.2/assets/minecraft/textures/gui/book.png new file mode 100644 index 00000000..aa97cebd Binary files /dev/null and b/1.13.2/assets/minecraft/textures/gui/book.png differ diff --git a/1.13.2/assets/minecraft/textures/gui/container/anvil.png b/1.13.2/assets/minecraft/textures/gui/container/anvil.png new file mode 100644 index 00000000..7b7ab672 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/gui/container/anvil.png differ diff --git a/1.13.2/assets/minecraft/textures/gui/container/beacon.png b/1.13.2/assets/minecraft/textures/gui/container/beacon.png new file mode 100644 index 00000000..8bd02333 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/gui/container/beacon.png differ diff --git a/1.13.2/assets/minecraft/textures/gui/container/brewing_stand.png b/1.13.2/assets/minecraft/textures/gui/container/brewing_stand.png new file mode 100644 index 00000000..56b72ce9 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/gui/container/brewing_stand.png differ diff --git a/1.13.2/assets/minecraft/textures/gui/container/crafting_table.png b/1.13.2/assets/minecraft/textures/gui/container/crafting_table.png new file mode 100644 index 00000000..38c05c03 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/gui/container/crafting_table.png differ diff --git a/1.13.2/assets/minecraft/textures/gui/container/creative_inventory/tab_inventory.png b/1.13.2/assets/minecraft/textures/gui/container/creative_inventory/tab_inventory.png new file mode 100644 index 00000000..f328206c Binary files /dev/null and b/1.13.2/assets/minecraft/textures/gui/container/creative_inventory/tab_inventory.png differ diff --git a/1.13.2/assets/minecraft/textures/gui/container/creative_inventory/tab_item_search.png b/1.13.2/assets/minecraft/textures/gui/container/creative_inventory/tab_item_search.png new file mode 100644 index 00000000..be178b74 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/gui/container/creative_inventory/tab_item_search.png differ diff --git a/1.13.2/assets/minecraft/textures/gui/container/creative_inventory/tab_items.png b/1.13.2/assets/minecraft/textures/gui/container/creative_inventory/tab_items.png new file mode 100644 index 00000000..2b6fbb9c Binary files /dev/null and b/1.13.2/assets/minecraft/textures/gui/container/creative_inventory/tab_items.png differ diff --git a/1.13.2/assets/minecraft/textures/gui/container/creative_inventory/tabs.png b/1.13.2/assets/minecraft/textures/gui/container/creative_inventory/tabs.png new file mode 100644 index 00000000..3f520235 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/gui/container/creative_inventory/tabs.png differ diff --git a/1.13.2/assets/minecraft/textures/gui/container/dispenser.png b/1.13.2/assets/minecraft/textures/gui/container/dispenser.png new file mode 100644 index 00000000..f840ee74 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/gui/container/dispenser.png differ diff --git a/1.13.2/assets/minecraft/textures/gui/container/enchanting_table.png b/1.13.2/assets/minecraft/textures/gui/container/enchanting_table.png new file mode 100644 index 00000000..15583fbf Binary files /dev/null and b/1.13.2/assets/minecraft/textures/gui/container/enchanting_table.png differ diff --git a/1.13.2/assets/minecraft/textures/gui/container/furnace.png b/1.13.2/assets/minecraft/textures/gui/container/furnace.png new file mode 100644 index 00000000..f40de39d Binary files /dev/null and b/1.13.2/assets/minecraft/textures/gui/container/furnace.png differ diff --git a/1.13.2/assets/minecraft/textures/gui/container/generic_54.png b/1.13.2/assets/minecraft/textures/gui/container/generic_54.png new file mode 100644 index 00000000..9169433f Binary files /dev/null and b/1.13.2/assets/minecraft/textures/gui/container/generic_54.png differ diff --git a/1.13.2/assets/minecraft/textures/gui/container/hopper.png b/1.13.2/assets/minecraft/textures/gui/container/hopper.png new file mode 100644 index 00000000..56f4b894 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/gui/container/hopper.png differ diff --git a/1.13.2/assets/minecraft/textures/gui/container/horse.png b/1.13.2/assets/minecraft/textures/gui/container/horse.png new file mode 100644 index 00000000..fdf1d971 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/gui/container/horse.png differ diff --git a/1.13.2/assets/minecraft/textures/gui/container/inventory.png b/1.13.2/assets/minecraft/textures/gui/container/inventory.png new file mode 100644 index 00000000..1c238cb9 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/gui/container/inventory.png differ diff --git a/1.13.2/assets/minecraft/textures/gui/container/shulker_box.png b/1.13.2/assets/minecraft/textures/gui/container/shulker_box.png new file mode 100644 index 00000000..40cbb46d Binary files /dev/null and b/1.13.2/assets/minecraft/textures/gui/container/shulker_box.png differ diff --git a/1.13.2/assets/minecraft/textures/gui/container/stats_icons.png b/1.13.2/assets/minecraft/textures/gui/container/stats_icons.png new file mode 100644 index 00000000..ff4029e9 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/gui/container/stats_icons.png differ diff --git a/1.13.2/assets/minecraft/textures/gui/container/villager.png b/1.13.2/assets/minecraft/textures/gui/container/villager.png new file mode 100644 index 00000000..edd8c4e9 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/gui/container/villager.png differ diff --git a/1.13.2/assets/minecraft/textures/gui/demo_background.png b/1.13.2/assets/minecraft/textures/gui/demo_background.png new file mode 100644 index 00000000..1f1f388d Binary files /dev/null and b/1.13.2/assets/minecraft/textures/gui/demo_background.png differ diff --git a/1.13.2/assets/minecraft/textures/gui/icons.png b/1.13.2/assets/minecraft/textures/gui/icons.png new file mode 100644 index 00000000..d351b39a Binary files /dev/null and b/1.13.2/assets/minecraft/textures/gui/icons.png differ diff --git a/1.13.2/assets/minecraft/textures/gui/options_background.png b/1.13.2/assets/minecraft/textures/gui/options_background.png new file mode 100644 index 00000000..5c02f918 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/gui/options_background.png differ diff --git a/1.13.2/assets/minecraft/textures/gui/presets/chaos.png b/1.13.2/assets/minecraft/textures/gui/presets/chaos.png new file mode 100644 index 00000000..dea833e4 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/gui/presets/chaos.png differ diff --git a/1.13.2/assets/minecraft/textures/gui/presets/delight.png b/1.13.2/assets/minecraft/textures/gui/presets/delight.png new file mode 100644 index 00000000..261f1b7e Binary files /dev/null and b/1.13.2/assets/minecraft/textures/gui/presets/delight.png differ diff --git a/1.13.2/assets/minecraft/textures/gui/presets/drought.png b/1.13.2/assets/minecraft/textures/gui/presets/drought.png new file mode 100644 index 00000000..dc277649 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/gui/presets/drought.png differ diff --git a/1.13.2/assets/minecraft/textures/gui/presets/isles.png b/1.13.2/assets/minecraft/textures/gui/presets/isles.png new file mode 100644 index 00000000..14251061 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/gui/presets/isles.png differ diff --git a/1.13.2/assets/minecraft/textures/gui/presets/luck.png b/1.13.2/assets/minecraft/textures/gui/presets/luck.png new file mode 100644 index 00000000..2b8aa062 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/gui/presets/luck.png differ diff --git a/1.13.2/assets/minecraft/textures/gui/presets/madness.png b/1.13.2/assets/minecraft/textures/gui/presets/madness.png new file mode 100644 index 00000000..c083316d Binary files /dev/null and b/1.13.2/assets/minecraft/textures/gui/presets/madness.png differ diff --git a/1.13.2/assets/minecraft/textures/gui/presets/water.png b/1.13.2/assets/minecraft/textures/gui/presets/water.png new file mode 100644 index 00000000..a680c36f Binary files /dev/null and b/1.13.2/assets/minecraft/textures/gui/presets/water.png differ diff --git a/1.13.2/assets/minecraft/textures/gui/recipe_book.png b/1.13.2/assets/minecraft/textures/gui/recipe_book.png new file mode 100644 index 00000000..199b746a Binary files /dev/null and b/1.13.2/assets/minecraft/textures/gui/recipe_book.png differ diff --git a/1.13.2/assets/minecraft/textures/gui/recipe_button.png b/1.13.2/assets/minecraft/textures/gui/recipe_button.png new file mode 100644 index 00000000..3be6b1ca Binary files /dev/null and b/1.13.2/assets/minecraft/textures/gui/recipe_button.png differ diff --git a/1.13.2/assets/minecraft/textures/gui/resource_packs.png b/1.13.2/assets/minecraft/textures/gui/resource_packs.png new file mode 100644 index 00000000..4e90d743 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/gui/resource_packs.png differ diff --git a/1.13.2/assets/minecraft/textures/gui/server_selection.png b/1.13.2/assets/minecraft/textures/gui/server_selection.png new file mode 100644 index 00000000..74b06b3d Binary files /dev/null and b/1.13.2/assets/minecraft/textures/gui/server_selection.png differ diff --git a/1.13.2/assets/minecraft/textures/gui/spectator_widgets.png b/1.13.2/assets/minecraft/textures/gui/spectator_widgets.png new file mode 100644 index 00000000..26cc3dc2 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/gui/spectator_widgets.png differ diff --git a/1.13.2/assets/minecraft/textures/gui/stream_indicator.png b/1.13.2/assets/minecraft/textures/gui/stream_indicator.png new file mode 100644 index 00000000..48e1575a Binary files /dev/null and b/1.13.2/assets/minecraft/textures/gui/stream_indicator.png differ diff --git a/1.13.2/assets/minecraft/textures/gui/title/background/panorama_0.png b/1.13.2/assets/minecraft/textures/gui/title/background/panorama_0.png new file mode 100644 index 00000000..e5e0207b Binary files /dev/null and b/1.13.2/assets/minecraft/textures/gui/title/background/panorama_0.png differ diff --git a/1.13.2/assets/minecraft/textures/gui/title/background/panorama_1.png b/1.13.2/assets/minecraft/textures/gui/title/background/panorama_1.png new file mode 100644 index 00000000..f4699011 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/gui/title/background/panorama_1.png differ diff --git a/1.13.2/assets/minecraft/textures/gui/title/background/panorama_2.png b/1.13.2/assets/minecraft/textures/gui/title/background/panorama_2.png new file mode 100644 index 00000000..e3159c2a Binary files /dev/null and b/1.13.2/assets/minecraft/textures/gui/title/background/panorama_2.png differ diff --git a/1.13.2/assets/minecraft/textures/gui/title/background/panorama_3.png b/1.13.2/assets/minecraft/textures/gui/title/background/panorama_3.png new file mode 100644 index 00000000..87495300 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/gui/title/background/panorama_3.png differ diff --git a/1.13.2/assets/minecraft/textures/gui/title/background/panorama_4.png b/1.13.2/assets/minecraft/textures/gui/title/background/panorama_4.png new file mode 100644 index 00000000..9f1c010e Binary files /dev/null and b/1.13.2/assets/minecraft/textures/gui/title/background/panorama_4.png differ diff --git a/1.13.2/assets/minecraft/textures/gui/title/background/panorama_5.png b/1.13.2/assets/minecraft/textures/gui/title/background/panorama_5.png new file mode 100644 index 00000000..379e936b Binary files /dev/null and b/1.13.2/assets/minecraft/textures/gui/title/background/panorama_5.png differ diff --git a/1.13.2/assets/minecraft/textures/gui/title/background/panorama_overlay.png b/1.13.2/assets/minecraft/textures/gui/title/background/panorama_overlay.png new file mode 100644 index 00000000..6a268710 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/gui/title/background/panorama_overlay.png differ diff --git a/1.13.2/assets/minecraft/textures/gui/title/edition.png b/1.13.2/assets/minecraft/textures/gui/title/edition.png new file mode 100644 index 00000000..f6e2de3d Binary files /dev/null and b/1.13.2/assets/minecraft/textures/gui/title/edition.png differ diff --git a/1.13.2/assets/minecraft/textures/gui/title/minecraft.png b/1.13.2/assets/minecraft/textures/gui/title/minecraft.png new file mode 100644 index 00000000..e8010e92 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/gui/title/minecraft.png differ diff --git a/1.13.2/assets/minecraft/textures/gui/title/mojang.png b/1.13.2/assets/minecraft/textures/gui/title/mojang.png new file mode 100644 index 00000000..baef464c Binary files /dev/null and b/1.13.2/assets/minecraft/textures/gui/title/mojang.png differ diff --git a/1.13.2/assets/minecraft/textures/gui/toasts.png b/1.13.2/assets/minecraft/textures/gui/toasts.png new file mode 100644 index 00000000..30015e9c Binary files /dev/null and b/1.13.2/assets/minecraft/textures/gui/toasts.png differ diff --git a/1.13.2/assets/minecraft/textures/gui/widgets.png b/1.13.2/assets/minecraft/textures/gui/widgets.png new file mode 100644 index 00000000..e3c152c2 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/gui/widgets.png differ diff --git a/1.13.2/assets/minecraft/textures/gui/world_selection.png b/1.13.2/assets/minecraft/textures/gui/world_selection.png new file mode 100644 index 00000000..052a3671 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/gui/world_selection.png differ diff --git a/1.13.2/assets/minecraft/textures/item/acacia_boat.png b/1.13.2/assets/minecraft/textures/item/acacia_boat.png new file mode 100644 index 00000000..97c7d68e Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/acacia_boat.png differ diff --git a/1.13.2/assets/minecraft/textures/item/acacia_door.png b/1.13.2/assets/minecraft/textures/item/acacia_door.png new file mode 100644 index 00000000..201f93a7 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/acacia_door.png differ diff --git a/1.13.2/assets/minecraft/textures/item/apple.png b/1.13.2/assets/minecraft/textures/item/apple.png new file mode 100644 index 00000000..3e2ee59f Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/apple.png differ diff --git a/1.13.2/assets/minecraft/textures/item/armor_stand.png b/1.13.2/assets/minecraft/textures/item/armor_stand.png new file mode 100644 index 00000000..10de14b6 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/armor_stand.png differ diff --git a/1.13.2/assets/minecraft/textures/item/arrow.png b/1.13.2/assets/minecraft/textures/item/arrow.png new file mode 100644 index 00000000..4f748a00 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/arrow.png differ diff --git a/1.13.2/assets/minecraft/textures/item/baked_potato.png b/1.13.2/assets/minecraft/textures/item/baked_potato.png new file mode 100644 index 00000000..6d12e98e Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/baked_potato.png differ diff --git a/1.13.2/assets/minecraft/textures/item/barrier.png b/1.13.2/assets/minecraft/textures/item/barrier.png new file mode 100644 index 00000000..03c08fe4 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/barrier.png differ diff --git a/1.13.2/assets/minecraft/textures/item/beef.png b/1.13.2/assets/minecraft/textures/item/beef.png new file mode 100644 index 00000000..82af4e7e Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/beef.png differ diff --git a/1.13.2/assets/minecraft/textures/item/beetroot.png b/1.13.2/assets/minecraft/textures/item/beetroot.png new file mode 100644 index 00000000..390fac5d Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/beetroot.png differ diff --git a/1.13.2/assets/minecraft/textures/item/beetroot_seeds.png b/1.13.2/assets/minecraft/textures/item/beetroot_seeds.png new file mode 100644 index 00000000..067cb098 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/beetroot_seeds.png differ diff --git a/1.13.2/assets/minecraft/textures/item/beetroot_soup.png b/1.13.2/assets/minecraft/textures/item/beetroot_soup.png new file mode 100644 index 00000000..51eaa57c Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/beetroot_soup.png differ diff --git a/1.13.2/assets/minecraft/textures/item/birch_boat.png b/1.13.2/assets/minecraft/textures/item/birch_boat.png new file mode 100644 index 00000000..c073d8e6 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/birch_boat.png differ diff --git a/1.13.2/assets/minecraft/textures/item/birch_door.png b/1.13.2/assets/minecraft/textures/item/birch_door.png new file mode 100644 index 00000000..d279ef1b Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/birch_door.png differ diff --git a/1.13.2/assets/minecraft/textures/item/blaze_powder.png b/1.13.2/assets/minecraft/textures/item/blaze_powder.png new file mode 100644 index 00000000..89c57d6e Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/blaze_powder.png differ diff --git a/1.13.2/assets/minecraft/textures/item/blaze_rod.png b/1.13.2/assets/minecraft/textures/item/blaze_rod.png new file mode 100644 index 00000000..7050e10f Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/blaze_rod.png differ diff --git a/1.13.2/assets/minecraft/textures/item/bone.png b/1.13.2/assets/minecraft/textures/item/bone.png new file mode 100644 index 00000000..40afdfc9 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/bone.png differ diff --git a/1.13.2/assets/minecraft/textures/item/bone_meal.png b/1.13.2/assets/minecraft/textures/item/bone_meal.png new file mode 100644 index 00000000..5b1833be Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/bone_meal.png differ diff --git a/1.13.2/assets/minecraft/textures/item/book.png b/1.13.2/assets/minecraft/textures/item/book.png new file mode 100644 index 00000000..f791ae43 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/book.png differ diff --git a/1.13.2/assets/minecraft/textures/item/bow.png b/1.13.2/assets/minecraft/textures/item/bow.png new file mode 100644 index 00000000..d709b9c8 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/bow.png differ diff --git a/1.13.2/assets/minecraft/textures/item/bow_pulling_0.png b/1.13.2/assets/minecraft/textures/item/bow_pulling_0.png new file mode 100644 index 00000000..2022aabd Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/bow_pulling_0.png differ diff --git a/1.13.2/assets/minecraft/textures/item/bow_pulling_1.png b/1.13.2/assets/minecraft/textures/item/bow_pulling_1.png new file mode 100644 index 00000000..a1320795 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/bow_pulling_1.png differ diff --git a/1.13.2/assets/minecraft/textures/item/bow_pulling_2.png b/1.13.2/assets/minecraft/textures/item/bow_pulling_2.png new file mode 100644 index 00000000..d459e685 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/bow_pulling_2.png differ diff --git a/1.13.2/assets/minecraft/textures/item/bowl.png b/1.13.2/assets/minecraft/textures/item/bowl.png new file mode 100644 index 00000000..63d16ad6 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/bowl.png differ diff --git a/1.13.2/assets/minecraft/textures/item/bread.png b/1.13.2/assets/minecraft/textures/item/bread.png new file mode 100644 index 00000000..c833604c Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/bread.png differ diff --git a/1.13.2/assets/minecraft/textures/item/brewing_stand.png b/1.13.2/assets/minecraft/textures/item/brewing_stand.png new file mode 100644 index 00000000..18366331 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/brewing_stand.png differ diff --git a/1.13.2/assets/minecraft/textures/item/brick.png b/1.13.2/assets/minecraft/textures/item/brick.png new file mode 100644 index 00000000..11e74be6 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/brick.png differ diff --git a/1.13.2/assets/minecraft/textures/item/broken_elytra.png b/1.13.2/assets/minecraft/textures/item/broken_elytra.png new file mode 100644 index 00000000..eaea390d Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/broken_elytra.png differ diff --git a/1.13.2/assets/minecraft/textures/item/bucket.png b/1.13.2/assets/minecraft/textures/item/bucket.png new file mode 100644 index 00000000..f8e53692 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/bucket.png differ diff --git a/1.13.2/assets/minecraft/textures/item/cactus_green.png b/1.13.2/assets/minecraft/textures/item/cactus_green.png new file mode 100644 index 00000000..009e0587 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/cactus_green.png differ diff --git a/1.13.2/assets/minecraft/textures/item/cake.png b/1.13.2/assets/minecraft/textures/item/cake.png new file mode 100644 index 00000000..46e94b82 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/cake.png differ diff --git a/1.13.2/assets/minecraft/textures/item/carrot.png b/1.13.2/assets/minecraft/textures/item/carrot.png new file mode 100644 index 00000000..2d08aab9 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/carrot.png differ diff --git a/1.13.2/assets/minecraft/textures/item/carrot_on_a_stick.png b/1.13.2/assets/minecraft/textures/item/carrot_on_a_stick.png new file mode 100644 index 00000000..9e88571e Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/carrot_on_a_stick.png differ diff --git a/1.13.2/assets/minecraft/textures/item/cauldron.png b/1.13.2/assets/minecraft/textures/item/cauldron.png new file mode 100644 index 00000000..e3186ebd Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/cauldron.png differ diff --git a/1.13.2/assets/minecraft/textures/item/chainmail_boots.png b/1.13.2/assets/minecraft/textures/item/chainmail_boots.png new file mode 100644 index 00000000..54a4a159 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/chainmail_boots.png differ diff --git a/1.13.2/assets/minecraft/textures/item/chainmail_chestplate.png b/1.13.2/assets/minecraft/textures/item/chainmail_chestplate.png new file mode 100644 index 00000000..f8c6fd53 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/chainmail_chestplate.png differ diff --git a/1.13.2/assets/minecraft/textures/item/chainmail_helmet.png b/1.13.2/assets/minecraft/textures/item/chainmail_helmet.png new file mode 100644 index 00000000..a1433387 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/chainmail_helmet.png differ diff --git a/1.13.2/assets/minecraft/textures/item/chainmail_leggings.png b/1.13.2/assets/minecraft/textures/item/chainmail_leggings.png new file mode 100644 index 00000000..dae4b266 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/chainmail_leggings.png differ diff --git a/1.13.2/assets/minecraft/textures/item/charcoal.png b/1.13.2/assets/minecraft/textures/item/charcoal.png new file mode 100644 index 00000000..30ecbb2d Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/charcoal.png differ diff --git a/1.13.2/assets/minecraft/textures/item/chest_minecart.png b/1.13.2/assets/minecraft/textures/item/chest_minecart.png new file mode 100644 index 00000000..78a37786 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/chest_minecart.png differ diff --git a/1.13.2/assets/minecraft/textures/item/chicken.png b/1.13.2/assets/minecraft/textures/item/chicken.png new file mode 100644 index 00000000..6d259224 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/chicken.png differ diff --git a/1.13.2/assets/minecraft/textures/item/chorus_fruit.png b/1.13.2/assets/minecraft/textures/item/chorus_fruit.png new file mode 100644 index 00000000..3633ffb8 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/chorus_fruit.png differ diff --git a/1.13.2/assets/minecraft/textures/item/clay_ball.png b/1.13.2/assets/minecraft/textures/item/clay_ball.png new file mode 100644 index 00000000..5103d6cc Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/clay_ball.png differ diff --git a/1.13.2/assets/minecraft/textures/item/clock_00.png b/1.13.2/assets/minecraft/textures/item/clock_00.png new file mode 100644 index 00000000..ef06df78 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/clock_00.png differ diff --git a/1.13.2/assets/minecraft/textures/item/clock_01.png b/1.13.2/assets/minecraft/textures/item/clock_01.png new file mode 100644 index 00000000..558826e9 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/clock_01.png differ diff --git a/1.13.2/assets/minecraft/textures/item/clock_02.png b/1.13.2/assets/minecraft/textures/item/clock_02.png new file mode 100644 index 00000000..566342d8 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/clock_02.png differ diff --git a/1.13.2/assets/minecraft/textures/item/clock_03.png b/1.13.2/assets/minecraft/textures/item/clock_03.png new file mode 100644 index 00000000..823f4133 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/clock_03.png differ diff --git a/1.13.2/assets/minecraft/textures/item/clock_04.png b/1.13.2/assets/minecraft/textures/item/clock_04.png new file mode 100644 index 00000000..6bdf2c56 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/clock_04.png differ diff --git a/1.13.2/assets/minecraft/textures/item/clock_05.png b/1.13.2/assets/minecraft/textures/item/clock_05.png new file mode 100644 index 00000000..ce75473a Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/clock_05.png differ diff --git a/1.13.2/assets/minecraft/textures/item/clock_06.png b/1.13.2/assets/minecraft/textures/item/clock_06.png new file mode 100644 index 00000000..35118583 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/clock_06.png differ diff --git a/1.13.2/assets/minecraft/textures/item/clock_07.png b/1.13.2/assets/minecraft/textures/item/clock_07.png new file mode 100644 index 00000000..faffee0f Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/clock_07.png differ diff --git a/1.13.2/assets/minecraft/textures/item/clock_08.png b/1.13.2/assets/minecraft/textures/item/clock_08.png new file mode 100644 index 00000000..a712e570 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/clock_08.png differ diff --git a/1.13.2/assets/minecraft/textures/item/clock_09.png b/1.13.2/assets/minecraft/textures/item/clock_09.png new file mode 100644 index 00000000..f89d9d82 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/clock_09.png differ diff --git a/1.13.2/assets/minecraft/textures/item/clock_10.png b/1.13.2/assets/minecraft/textures/item/clock_10.png new file mode 100644 index 00000000..93765b84 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/clock_10.png differ diff --git a/1.13.2/assets/minecraft/textures/item/clock_11.png b/1.13.2/assets/minecraft/textures/item/clock_11.png new file mode 100644 index 00000000..649e0c26 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/clock_11.png differ diff --git a/1.13.2/assets/minecraft/textures/item/clock_12.png b/1.13.2/assets/minecraft/textures/item/clock_12.png new file mode 100644 index 00000000..581c5fb5 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/clock_12.png differ diff --git a/1.13.2/assets/minecraft/textures/item/clock_13.png b/1.13.2/assets/minecraft/textures/item/clock_13.png new file mode 100644 index 00000000..f99f4edd Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/clock_13.png differ diff --git a/1.13.2/assets/minecraft/textures/item/clock_14.png b/1.13.2/assets/minecraft/textures/item/clock_14.png new file mode 100644 index 00000000..c06960f8 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/clock_14.png differ diff --git a/1.13.2/assets/minecraft/textures/item/clock_15.png b/1.13.2/assets/minecraft/textures/item/clock_15.png new file mode 100644 index 00000000..655cc269 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/clock_15.png differ diff --git a/1.13.2/assets/minecraft/textures/item/clock_16.png b/1.13.2/assets/minecraft/textures/item/clock_16.png new file mode 100644 index 00000000..1e6d2675 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/clock_16.png differ diff --git a/1.13.2/assets/minecraft/textures/item/clock_17.png b/1.13.2/assets/minecraft/textures/item/clock_17.png new file mode 100644 index 00000000..a159a038 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/clock_17.png differ diff --git a/1.13.2/assets/minecraft/textures/item/clock_18.png b/1.13.2/assets/minecraft/textures/item/clock_18.png new file mode 100644 index 00000000..3de00852 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/clock_18.png differ diff --git a/1.13.2/assets/minecraft/textures/item/clock_19.png b/1.13.2/assets/minecraft/textures/item/clock_19.png new file mode 100644 index 00000000..c311f89f Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/clock_19.png differ diff --git a/1.13.2/assets/minecraft/textures/item/clock_20.png b/1.13.2/assets/minecraft/textures/item/clock_20.png new file mode 100644 index 00000000..9e23788d Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/clock_20.png differ diff --git a/1.13.2/assets/minecraft/textures/item/clock_21.png b/1.13.2/assets/minecraft/textures/item/clock_21.png new file mode 100644 index 00000000..ef1426d5 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/clock_21.png differ diff --git a/1.13.2/assets/minecraft/textures/item/clock_22.png b/1.13.2/assets/minecraft/textures/item/clock_22.png new file mode 100644 index 00000000..2a4d1063 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/clock_22.png differ diff --git a/1.13.2/assets/minecraft/textures/item/clock_23.png b/1.13.2/assets/minecraft/textures/item/clock_23.png new file mode 100644 index 00000000..6ac7b236 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/clock_23.png differ diff --git a/1.13.2/assets/minecraft/textures/item/clock_24.png b/1.13.2/assets/minecraft/textures/item/clock_24.png new file mode 100644 index 00000000..38909b9a Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/clock_24.png differ diff --git a/1.13.2/assets/minecraft/textures/item/clock_25.png b/1.13.2/assets/minecraft/textures/item/clock_25.png new file mode 100644 index 00000000..9a007549 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/clock_25.png differ diff --git a/1.13.2/assets/minecraft/textures/item/clock_26.png b/1.13.2/assets/minecraft/textures/item/clock_26.png new file mode 100644 index 00000000..b5abba3f Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/clock_26.png differ diff --git a/1.13.2/assets/minecraft/textures/item/clock_27.png b/1.13.2/assets/minecraft/textures/item/clock_27.png new file mode 100644 index 00000000..a172a0c4 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/clock_27.png differ diff --git a/1.13.2/assets/minecraft/textures/item/clock_28.png b/1.13.2/assets/minecraft/textures/item/clock_28.png new file mode 100644 index 00000000..0a7b26bb Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/clock_28.png differ diff --git a/1.13.2/assets/minecraft/textures/item/clock_29.png b/1.13.2/assets/minecraft/textures/item/clock_29.png new file mode 100644 index 00000000..e9f1e56c Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/clock_29.png differ diff --git a/1.13.2/assets/minecraft/textures/item/clock_30.png b/1.13.2/assets/minecraft/textures/item/clock_30.png new file mode 100644 index 00000000..7cb68598 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/clock_30.png differ diff --git a/1.13.2/assets/minecraft/textures/item/clock_31.png b/1.13.2/assets/minecraft/textures/item/clock_31.png new file mode 100644 index 00000000..4bfff485 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/clock_31.png differ diff --git a/1.13.2/assets/minecraft/textures/item/clock_32.png b/1.13.2/assets/minecraft/textures/item/clock_32.png new file mode 100644 index 00000000..54537edd Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/clock_32.png differ diff --git a/1.13.2/assets/minecraft/textures/item/clock_33.png b/1.13.2/assets/minecraft/textures/item/clock_33.png new file mode 100644 index 00000000..4645b924 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/clock_33.png differ diff --git a/1.13.2/assets/minecraft/textures/item/clock_34.png b/1.13.2/assets/minecraft/textures/item/clock_34.png new file mode 100644 index 00000000..3d04df72 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/clock_34.png differ diff --git a/1.13.2/assets/minecraft/textures/item/clock_35.png b/1.13.2/assets/minecraft/textures/item/clock_35.png new file mode 100644 index 00000000..b0b13749 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/clock_35.png differ diff --git a/1.13.2/assets/minecraft/textures/item/clock_36.png b/1.13.2/assets/minecraft/textures/item/clock_36.png new file mode 100644 index 00000000..cb6bfbfb Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/clock_36.png differ diff --git a/1.13.2/assets/minecraft/textures/item/clock_37.png b/1.13.2/assets/minecraft/textures/item/clock_37.png new file mode 100644 index 00000000..816b257f Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/clock_37.png differ diff --git a/1.13.2/assets/minecraft/textures/item/clock_38.png b/1.13.2/assets/minecraft/textures/item/clock_38.png new file mode 100644 index 00000000..c3aa0160 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/clock_38.png differ diff --git a/1.13.2/assets/minecraft/textures/item/clock_39.png b/1.13.2/assets/minecraft/textures/item/clock_39.png new file mode 100644 index 00000000..f81d5a61 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/clock_39.png differ diff --git a/1.13.2/assets/minecraft/textures/item/clock_40.png b/1.13.2/assets/minecraft/textures/item/clock_40.png new file mode 100644 index 00000000..77964678 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/clock_40.png differ diff --git a/1.13.2/assets/minecraft/textures/item/clock_41.png b/1.13.2/assets/minecraft/textures/item/clock_41.png new file mode 100644 index 00000000..1f804564 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/clock_41.png differ diff --git a/1.13.2/assets/minecraft/textures/item/clock_42.png b/1.13.2/assets/minecraft/textures/item/clock_42.png new file mode 100644 index 00000000..3b120d97 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/clock_42.png differ diff --git a/1.13.2/assets/minecraft/textures/item/clock_43.png b/1.13.2/assets/minecraft/textures/item/clock_43.png new file mode 100644 index 00000000..e1b48343 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/clock_43.png differ diff --git a/1.13.2/assets/minecraft/textures/item/clock_44.png b/1.13.2/assets/minecraft/textures/item/clock_44.png new file mode 100644 index 00000000..851489a3 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/clock_44.png differ diff --git a/1.13.2/assets/minecraft/textures/item/clock_45.png b/1.13.2/assets/minecraft/textures/item/clock_45.png new file mode 100644 index 00000000..086ec28f Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/clock_45.png differ diff --git a/1.13.2/assets/minecraft/textures/item/clock_46.png b/1.13.2/assets/minecraft/textures/item/clock_46.png new file mode 100644 index 00000000..3b0bca4b Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/clock_46.png differ diff --git a/1.13.2/assets/minecraft/textures/item/clock_47.png b/1.13.2/assets/minecraft/textures/item/clock_47.png new file mode 100644 index 00000000..ec92161d Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/clock_47.png differ diff --git a/1.13.2/assets/minecraft/textures/item/clock_48.png b/1.13.2/assets/minecraft/textures/item/clock_48.png new file mode 100644 index 00000000..1a00a5ac Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/clock_48.png differ diff --git a/1.13.2/assets/minecraft/textures/item/clock_49.png b/1.13.2/assets/minecraft/textures/item/clock_49.png new file mode 100644 index 00000000..13e08b95 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/clock_49.png differ diff --git a/1.13.2/assets/minecraft/textures/item/clock_50.png b/1.13.2/assets/minecraft/textures/item/clock_50.png new file mode 100644 index 00000000..39edd8c0 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/clock_50.png differ diff --git a/1.13.2/assets/minecraft/textures/item/clock_51.png b/1.13.2/assets/minecraft/textures/item/clock_51.png new file mode 100644 index 00000000..fa4614ed Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/clock_51.png differ diff --git a/1.13.2/assets/minecraft/textures/item/clock_52.png b/1.13.2/assets/minecraft/textures/item/clock_52.png new file mode 100644 index 00000000..6578dc17 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/clock_52.png differ diff --git a/1.13.2/assets/minecraft/textures/item/clock_53.png b/1.13.2/assets/minecraft/textures/item/clock_53.png new file mode 100644 index 00000000..882cdd09 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/clock_53.png differ diff --git a/1.13.2/assets/minecraft/textures/item/clock_54.png b/1.13.2/assets/minecraft/textures/item/clock_54.png new file mode 100644 index 00000000..d6af37bd Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/clock_54.png differ diff --git a/1.13.2/assets/minecraft/textures/item/clock_55.png b/1.13.2/assets/minecraft/textures/item/clock_55.png new file mode 100644 index 00000000..909d24fd Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/clock_55.png differ diff --git a/1.13.2/assets/minecraft/textures/item/clock_56.png b/1.13.2/assets/minecraft/textures/item/clock_56.png new file mode 100644 index 00000000..f8ac1095 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/clock_56.png differ diff --git a/1.13.2/assets/minecraft/textures/item/clock_57.png b/1.13.2/assets/minecraft/textures/item/clock_57.png new file mode 100644 index 00000000..edfc89ff Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/clock_57.png differ diff --git a/1.13.2/assets/minecraft/textures/item/clock_58.png b/1.13.2/assets/minecraft/textures/item/clock_58.png new file mode 100644 index 00000000..76f6f933 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/clock_58.png differ diff --git a/1.13.2/assets/minecraft/textures/item/clock_59.png b/1.13.2/assets/minecraft/textures/item/clock_59.png new file mode 100644 index 00000000..9b01436d Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/clock_59.png differ diff --git a/1.13.2/assets/minecraft/textures/item/clock_60.png b/1.13.2/assets/minecraft/textures/item/clock_60.png new file mode 100644 index 00000000..3074f9c7 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/clock_60.png differ diff --git a/1.13.2/assets/minecraft/textures/item/clock_61.png b/1.13.2/assets/minecraft/textures/item/clock_61.png new file mode 100644 index 00000000..ca7b584f Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/clock_61.png differ diff --git a/1.13.2/assets/minecraft/textures/item/clock_62.png b/1.13.2/assets/minecraft/textures/item/clock_62.png new file mode 100644 index 00000000..1f014d60 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/clock_62.png differ diff --git a/1.13.2/assets/minecraft/textures/item/clock_63.png b/1.13.2/assets/minecraft/textures/item/clock_63.png new file mode 100644 index 00000000..4c55f08c Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/clock_63.png differ diff --git a/1.13.2/assets/minecraft/textures/item/coal.png b/1.13.2/assets/minecraft/textures/item/coal.png new file mode 100644 index 00000000..5563b6fc Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/coal.png differ diff --git a/1.13.2/assets/minecraft/textures/item/cocoa_beans.png b/1.13.2/assets/minecraft/textures/item/cocoa_beans.png new file mode 100644 index 00000000..62eae8d4 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/cocoa_beans.png differ diff --git a/1.13.2/assets/minecraft/textures/item/cod.png b/1.13.2/assets/minecraft/textures/item/cod.png new file mode 100644 index 00000000..6a321e27 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/cod.png differ diff --git a/1.13.2/assets/minecraft/textures/item/cod_bucket.png b/1.13.2/assets/minecraft/textures/item/cod_bucket.png new file mode 100644 index 00000000..567541b0 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/cod_bucket.png differ diff --git a/1.13.2/assets/minecraft/textures/item/command_block_minecart.png b/1.13.2/assets/minecraft/textures/item/command_block_minecart.png new file mode 100644 index 00000000..4f98ea37 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/command_block_minecart.png differ diff --git a/1.13.2/assets/minecraft/textures/item/comparator.png b/1.13.2/assets/minecraft/textures/item/comparator.png new file mode 100644 index 00000000..a3d72c1f Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/comparator.png differ diff --git a/1.13.2/assets/minecraft/textures/item/compass_00.png b/1.13.2/assets/minecraft/textures/item/compass_00.png new file mode 100644 index 00000000..04e6f067 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/compass_00.png differ diff --git a/1.13.2/assets/minecraft/textures/item/compass_01.png b/1.13.2/assets/minecraft/textures/item/compass_01.png new file mode 100644 index 00000000..2c00488c Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/compass_01.png differ diff --git a/1.13.2/assets/minecraft/textures/item/compass_02.png b/1.13.2/assets/minecraft/textures/item/compass_02.png new file mode 100644 index 00000000..7ed3073e Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/compass_02.png differ diff --git a/1.13.2/assets/minecraft/textures/item/compass_03.png b/1.13.2/assets/minecraft/textures/item/compass_03.png new file mode 100644 index 00000000..6f4e1663 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/compass_03.png differ diff --git a/1.13.2/assets/minecraft/textures/item/compass_04.png b/1.13.2/assets/minecraft/textures/item/compass_04.png new file mode 100644 index 00000000..e721770d Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/compass_04.png differ diff --git a/1.13.2/assets/minecraft/textures/item/compass_05.png b/1.13.2/assets/minecraft/textures/item/compass_05.png new file mode 100644 index 00000000..0620ea5d Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/compass_05.png differ diff --git a/1.13.2/assets/minecraft/textures/item/compass_06.png b/1.13.2/assets/minecraft/textures/item/compass_06.png new file mode 100644 index 00000000..21a8747f Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/compass_06.png differ diff --git a/1.13.2/assets/minecraft/textures/item/compass_07.png b/1.13.2/assets/minecraft/textures/item/compass_07.png new file mode 100644 index 00000000..c2a347b1 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/compass_07.png differ diff --git a/1.13.2/assets/minecraft/textures/item/compass_08.png b/1.13.2/assets/minecraft/textures/item/compass_08.png new file mode 100644 index 00000000..c2a347b1 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/compass_08.png differ diff --git a/1.13.2/assets/minecraft/textures/item/compass_09.png b/1.13.2/assets/minecraft/textures/item/compass_09.png new file mode 100644 index 00000000..c2a347b1 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/compass_09.png differ diff --git a/1.13.2/assets/minecraft/textures/item/compass_10.png b/1.13.2/assets/minecraft/textures/item/compass_10.png new file mode 100644 index 00000000..7405ae86 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/compass_10.png differ diff --git a/1.13.2/assets/minecraft/textures/item/compass_11.png b/1.13.2/assets/minecraft/textures/item/compass_11.png new file mode 100644 index 00000000..18d3e9f1 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/compass_11.png differ diff --git a/1.13.2/assets/minecraft/textures/item/compass_12.png b/1.13.2/assets/minecraft/textures/item/compass_12.png new file mode 100644 index 00000000..5405a62f Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/compass_12.png differ diff --git a/1.13.2/assets/minecraft/textures/item/compass_13.png b/1.13.2/assets/minecraft/textures/item/compass_13.png new file mode 100644 index 00000000..1c3354b4 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/compass_13.png differ diff --git a/1.13.2/assets/minecraft/textures/item/compass_14.png b/1.13.2/assets/minecraft/textures/item/compass_14.png new file mode 100644 index 00000000..76d48f3e Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/compass_14.png differ diff --git a/1.13.2/assets/minecraft/textures/item/compass_15.png b/1.13.2/assets/minecraft/textures/item/compass_15.png new file mode 100644 index 00000000..bc0cd8b8 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/compass_15.png differ diff --git a/1.13.2/assets/minecraft/textures/item/compass_16.png b/1.13.2/assets/minecraft/textures/item/compass_16.png new file mode 100644 index 00000000..a9e603b2 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/compass_16.png differ diff --git a/1.13.2/assets/minecraft/textures/item/compass_17.png b/1.13.2/assets/minecraft/textures/item/compass_17.png new file mode 100644 index 00000000..36802213 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/compass_17.png differ diff --git a/1.13.2/assets/minecraft/textures/item/compass_18.png b/1.13.2/assets/minecraft/textures/item/compass_18.png new file mode 100644 index 00000000..edbc2eda Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/compass_18.png differ diff --git a/1.13.2/assets/minecraft/textures/item/compass_19.png b/1.13.2/assets/minecraft/textures/item/compass_19.png new file mode 100644 index 00000000..23c0c34b Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/compass_19.png differ diff --git a/1.13.2/assets/minecraft/textures/item/compass_20.png b/1.13.2/assets/minecraft/textures/item/compass_20.png new file mode 100644 index 00000000..5aaf8c50 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/compass_20.png differ diff --git a/1.13.2/assets/minecraft/textures/item/compass_21.png b/1.13.2/assets/minecraft/textures/item/compass_21.png new file mode 100644 index 00000000..8a99abd9 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/compass_21.png differ diff --git a/1.13.2/assets/minecraft/textures/item/compass_22.png b/1.13.2/assets/minecraft/textures/item/compass_22.png new file mode 100644 index 00000000..9dd84237 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/compass_22.png differ diff --git a/1.13.2/assets/minecraft/textures/item/compass_23.png b/1.13.2/assets/minecraft/textures/item/compass_23.png new file mode 100644 index 00000000..61d739e6 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/compass_23.png differ diff --git a/1.13.2/assets/minecraft/textures/item/compass_24.png b/1.13.2/assets/minecraft/textures/item/compass_24.png new file mode 100644 index 00000000..61d739e6 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/compass_24.png differ diff --git a/1.13.2/assets/minecraft/textures/item/compass_25.png b/1.13.2/assets/minecraft/textures/item/compass_25.png new file mode 100644 index 00000000..61d739e6 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/compass_25.png differ diff --git a/1.13.2/assets/minecraft/textures/item/compass_26.png b/1.13.2/assets/minecraft/textures/item/compass_26.png new file mode 100644 index 00000000..eb5e8027 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/compass_26.png differ diff --git a/1.13.2/assets/minecraft/textures/item/compass_27.png b/1.13.2/assets/minecraft/textures/item/compass_27.png new file mode 100644 index 00000000..348dac2e Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/compass_27.png differ diff --git a/1.13.2/assets/minecraft/textures/item/compass_28.png b/1.13.2/assets/minecraft/textures/item/compass_28.png new file mode 100644 index 00000000..8d681982 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/compass_28.png differ diff --git a/1.13.2/assets/minecraft/textures/item/compass_29.png b/1.13.2/assets/minecraft/textures/item/compass_29.png new file mode 100644 index 00000000..b1683b26 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/compass_29.png differ diff --git a/1.13.2/assets/minecraft/textures/item/compass_30.png b/1.13.2/assets/minecraft/textures/item/compass_30.png new file mode 100644 index 00000000..ba9be61d Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/compass_30.png differ diff --git a/1.13.2/assets/minecraft/textures/item/compass_31.png b/1.13.2/assets/minecraft/textures/item/compass_31.png new file mode 100644 index 00000000..2ae89a20 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/compass_31.png differ diff --git a/1.13.2/assets/minecraft/textures/item/cooked_beef.png b/1.13.2/assets/minecraft/textures/item/cooked_beef.png new file mode 100644 index 00000000..1ecff370 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/cooked_beef.png differ diff --git a/1.13.2/assets/minecraft/textures/item/cooked_chicken.png b/1.13.2/assets/minecraft/textures/item/cooked_chicken.png new file mode 100644 index 00000000..890b5b3f Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/cooked_chicken.png differ diff --git a/1.13.2/assets/minecraft/textures/item/cooked_cod.png b/1.13.2/assets/minecraft/textures/item/cooked_cod.png new file mode 100644 index 00000000..ec6fe0d5 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/cooked_cod.png differ diff --git a/1.13.2/assets/minecraft/textures/item/cooked_mutton.png b/1.13.2/assets/minecraft/textures/item/cooked_mutton.png new file mode 100644 index 00000000..87e6632a Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/cooked_mutton.png differ diff --git a/1.13.2/assets/minecraft/textures/item/cooked_porkchop.png b/1.13.2/assets/minecraft/textures/item/cooked_porkchop.png new file mode 100644 index 00000000..a355cd0c Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/cooked_porkchop.png differ diff --git a/1.13.2/assets/minecraft/textures/item/cooked_rabbit.png b/1.13.2/assets/minecraft/textures/item/cooked_rabbit.png new file mode 100644 index 00000000..3fbc5f2b Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/cooked_rabbit.png differ diff --git a/1.13.2/assets/minecraft/textures/item/cooked_salmon.png b/1.13.2/assets/minecraft/textures/item/cooked_salmon.png new file mode 100644 index 00000000..69c7b4d2 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/cooked_salmon.png differ diff --git a/1.13.2/assets/minecraft/textures/item/cookie.png b/1.13.2/assets/minecraft/textures/item/cookie.png new file mode 100644 index 00000000..01fe56b1 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/cookie.png differ diff --git a/1.13.2/assets/minecraft/textures/item/cyan_dye.png b/1.13.2/assets/minecraft/textures/item/cyan_dye.png new file mode 100644 index 00000000..7b10c117 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/cyan_dye.png differ diff --git a/1.13.2/assets/minecraft/textures/item/dandelion_yellow.png b/1.13.2/assets/minecraft/textures/item/dandelion_yellow.png new file mode 100644 index 00000000..95e06731 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/dandelion_yellow.png differ diff --git a/1.13.2/assets/minecraft/textures/item/dark_oak_boat.png b/1.13.2/assets/minecraft/textures/item/dark_oak_boat.png new file mode 100644 index 00000000..9fe7e3be Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/dark_oak_boat.png differ diff --git a/1.13.2/assets/minecraft/textures/item/dark_oak_door.png b/1.13.2/assets/minecraft/textures/item/dark_oak_door.png new file mode 100644 index 00000000..4d2474dd Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/dark_oak_door.png differ diff --git a/1.13.2/assets/minecraft/textures/item/diamond.png b/1.13.2/assets/minecraft/textures/item/diamond.png new file mode 100644 index 00000000..10e70a0c Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/diamond.png differ diff --git a/1.13.2/assets/minecraft/textures/item/diamond_axe.png b/1.13.2/assets/minecraft/textures/item/diamond_axe.png new file mode 100644 index 00000000..7627f87b Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/diamond_axe.png differ diff --git a/1.13.2/assets/minecraft/textures/item/diamond_boots.png b/1.13.2/assets/minecraft/textures/item/diamond_boots.png new file mode 100644 index 00000000..70d9e5f8 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/diamond_boots.png differ diff --git a/1.13.2/assets/minecraft/textures/item/diamond_chestplate.png b/1.13.2/assets/minecraft/textures/item/diamond_chestplate.png new file mode 100644 index 00000000..afdff93e Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/diamond_chestplate.png differ diff --git a/1.13.2/assets/minecraft/textures/item/diamond_helmet.png b/1.13.2/assets/minecraft/textures/item/diamond_helmet.png new file mode 100644 index 00000000..1c885924 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/diamond_helmet.png differ diff --git a/1.13.2/assets/minecraft/textures/item/diamond_hoe.png b/1.13.2/assets/minecraft/textures/item/diamond_hoe.png new file mode 100644 index 00000000..faca7432 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/diamond_hoe.png differ diff --git a/1.13.2/assets/minecraft/textures/item/diamond_horse_armor.png b/1.13.2/assets/minecraft/textures/item/diamond_horse_armor.png new file mode 100644 index 00000000..8164d3f9 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/diamond_horse_armor.png differ diff --git a/1.13.2/assets/minecraft/textures/item/diamond_leggings.png b/1.13.2/assets/minecraft/textures/item/diamond_leggings.png new file mode 100644 index 00000000..a99c8967 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/diamond_leggings.png differ diff --git a/1.13.2/assets/minecraft/textures/item/diamond_pickaxe.png b/1.13.2/assets/minecraft/textures/item/diamond_pickaxe.png new file mode 100644 index 00000000..c2798285 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/diamond_pickaxe.png differ diff --git a/1.13.2/assets/minecraft/textures/item/diamond_shovel.png b/1.13.2/assets/minecraft/textures/item/diamond_shovel.png new file mode 100644 index 00000000..e4a8992a Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/diamond_shovel.png differ diff --git a/1.13.2/assets/minecraft/textures/item/diamond_sword.png b/1.13.2/assets/minecraft/textures/item/diamond_sword.png new file mode 100644 index 00000000..a9f6cb47 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/diamond_sword.png differ diff --git a/1.13.2/assets/minecraft/textures/item/dragon_breath.png b/1.13.2/assets/minecraft/textures/item/dragon_breath.png new file mode 100644 index 00000000..b0e16256 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/dragon_breath.png differ diff --git a/1.13.2/assets/minecraft/textures/item/dried_kelp.png b/1.13.2/assets/minecraft/textures/item/dried_kelp.png new file mode 100644 index 00000000..f7450d79 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/dried_kelp.png differ diff --git a/1.13.2/assets/minecraft/textures/item/egg.png b/1.13.2/assets/minecraft/textures/item/egg.png new file mode 100644 index 00000000..a6fe2bfa Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/egg.png differ diff --git a/1.13.2/assets/minecraft/textures/item/elytra.png b/1.13.2/assets/minecraft/textures/item/elytra.png new file mode 100644 index 00000000..3be110e3 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/elytra.png differ diff --git a/1.13.2/assets/minecraft/textures/item/emerald.png b/1.13.2/assets/minecraft/textures/item/emerald.png new file mode 100644 index 00000000..98d953e2 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/emerald.png differ diff --git a/1.13.2/assets/minecraft/textures/item/empty_armor_slot_boots.png b/1.13.2/assets/minecraft/textures/item/empty_armor_slot_boots.png new file mode 100644 index 00000000..fd7e05fa Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/empty_armor_slot_boots.png differ diff --git a/1.13.2/assets/minecraft/textures/item/empty_armor_slot_chestplate.png b/1.13.2/assets/minecraft/textures/item/empty_armor_slot_chestplate.png new file mode 100644 index 00000000..6e632b9d Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/empty_armor_slot_chestplate.png differ diff --git a/1.13.2/assets/minecraft/textures/item/empty_armor_slot_helmet.png b/1.13.2/assets/minecraft/textures/item/empty_armor_slot_helmet.png new file mode 100644 index 00000000..3a455f3f Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/empty_armor_slot_helmet.png differ diff --git a/1.13.2/assets/minecraft/textures/item/empty_armor_slot_leggings.png b/1.13.2/assets/minecraft/textures/item/empty_armor_slot_leggings.png new file mode 100644 index 00000000..28b2c494 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/empty_armor_slot_leggings.png differ diff --git a/1.13.2/assets/minecraft/textures/item/empty_armor_slot_shield.png b/1.13.2/assets/minecraft/textures/item/empty_armor_slot_shield.png new file mode 100644 index 00000000..fa12e433 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/empty_armor_slot_shield.png differ diff --git a/1.13.2/assets/minecraft/textures/item/enchanted_book.png b/1.13.2/assets/minecraft/textures/item/enchanted_book.png new file mode 100644 index 00000000..976d7d34 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/enchanted_book.png differ diff --git a/1.13.2/assets/minecraft/textures/item/end_crystal.png b/1.13.2/assets/minecraft/textures/item/end_crystal.png new file mode 100644 index 00000000..3d69ab4b Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/end_crystal.png differ diff --git a/1.13.2/assets/minecraft/textures/item/ender_eye.png b/1.13.2/assets/minecraft/textures/item/ender_eye.png new file mode 100644 index 00000000..8c4ef4e8 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/ender_eye.png differ diff --git a/1.13.2/assets/minecraft/textures/item/ender_pearl.png b/1.13.2/assets/minecraft/textures/item/ender_pearl.png new file mode 100644 index 00000000..4b752a64 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/ender_pearl.png differ diff --git a/1.13.2/assets/minecraft/textures/item/experience_bottle.png b/1.13.2/assets/minecraft/textures/item/experience_bottle.png new file mode 100644 index 00000000..ae4214ff Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/experience_bottle.png differ diff --git a/1.13.2/assets/minecraft/textures/item/feather.png b/1.13.2/assets/minecraft/textures/item/feather.png new file mode 100644 index 00000000..d4c3be55 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/feather.png differ diff --git a/1.13.2/assets/minecraft/textures/item/fermented_spider_eye.png b/1.13.2/assets/minecraft/textures/item/fermented_spider_eye.png new file mode 100644 index 00000000..226ffb89 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/fermented_spider_eye.png differ diff --git a/1.13.2/assets/minecraft/textures/item/filled_map.png b/1.13.2/assets/minecraft/textures/item/filled_map.png new file mode 100644 index 00000000..e26459ad Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/filled_map.png differ diff --git a/1.13.2/assets/minecraft/textures/item/filled_map_markings.png b/1.13.2/assets/minecraft/textures/item/filled_map_markings.png new file mode 100644 index 00000000..7eaa311e Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/filled_map_markings.png differ diff --git a/1.13.2/assets/minecraft/textures/item/fire_charge.png b/1.13.2/assets/minecraft/textures/item/fire_charge.png new file mode 100644 index 00000000..141bcbe6 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/fire_charge.png differ diff --git a/1.13.2/assets/minecraft/textures/item/firework_rocket.png b/1.13.2/assets/minecraft/textures/item/firework_rocket.png new file mode 100644 index 00000000..50c56363 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/firework_rocket.png differ diff --git a/1.13.2/assets/minecraft/textures/item/firework_star.png b/1.13.2/assets/minecraft/textures/item/firework_star.png new file mode 100644 index 00000000..a2e67af1 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/firework_star.png differ diff --git a/1.13.2/assets/minecraft/textures/item/firework_star_overlay.png b/1.13.2/assets/minecraft/textures/item/firework_star_overlay.png new file mode 100644 index 00000000..d8b91a92 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/firework_star_overlay.png differ diff --git a/1.13.2/assets/minecraft/textures/item/fishing_rod.png b/1.13.2/assets/minecraft/textures/item/fishing_rod.png new file mode 100644 index 00000000..d4b53f0f Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/fishing_rod.png differ diff --git a/1.13.2/assets/minecraft/textures/item/fishing_rod_cast.png b/1.13.2/assets/minecraft/textures/item/fishing_rod_cast.png new file mode 100644 index 00000000..a5ab3781 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/fishing_rod_cast.png differ diff --git a/1.13.2/assets/minecraft/textures/item/flint.png b/1.13.2/assets/minecraft/textures/item/flint.png new file mode 100644 index 00000000..5f51093f Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/flint.png differ diff --git a/1.13.2/assets/minecraft/textures/item/flint_and_steel.png b/1.13.2/assets/minecraft/textures/item/flint_and_steel.png new file mode 100644 index 00000000..77bc3407 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/flint_and_steel.png differ diff --git a/1.13.2/assets/minecraft/textures/item/flower_pot.png b/1.13.2/assets/minecraft/textures/item/flower_pot.png new file mode 100644 index 00000000..c4f26d21 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/flower_pot.png differ diff --git a/1.13.2/assets/minecraft/textures/item/furnace_minecart.png b/1.13.2/assets/minecraft/textures/item/furnace_minecart.png new file mode 100644 index 00000000..5478f25c Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/furnace_minecart.png differ diff --git a/1.13.2/assets/minecraft/textures/item/ghast_tear.png b/1.13.2/assets/minecraft/textures/item/ghast_tear.png new file mode 100644 index 00000000..e5c741f9 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/ghast_tear.png differ diff --git a/1.13.2/assets/minecraft/textures/item/glass_bottle.png b/1.13.2/assets/minecraft/textures/item/glass_bottle.png new file mode 100644 index 00000000..bdb132d0 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/glass_bottle.png differ diff --git a/1.13.2/assets/minecraft/textures/item/glistering_melon_slice.png b/1.13.2/assets/minecraft/textures/item/glistering_melon_slice.png new file mode 100644 index 00000000..dee1bf56 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/glistering_melon_slice.png differ diff --git a/1.13.2/assets/minecraft/textures/item/glowstone_dust.png b/1.13.2/assets/minecraft/textures/item/glowstone_dust.png new file mode 100644 index 00000000..edd93a6d Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/glowstone_dust.png differ diff --git a/1.13.2/assets/minecraft/textures/item/gold_ingot.png b/1.13.2/assets/minecraft/textures/item/gold_ingot.png new file mode 100644 index 00000000..ea781e71 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/gold_ingot.png differ diff --git a/1.13.2/assets/minecraft/textures/item/gold_nugget.png b/1.13.2/assets/minecraft/textures/item/gold_nugget.png new file mode 100644 index 00000000..3a9a2fe4 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/gold_nugget.png differ diff --git a/1.13.2/assets/minecraft/textures/item/golden_apple.png b/1.13.2/assets/minecraft/textures/item/golden_apple.png new file mode 100644 index 00000000..62019898 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/golden_apple.png differ diff --git a/1.13.2/assets/minecraft/textures/item/golden_axe.png b/1.13.2/assets/minecraft/textures/item/golden_axe.png new file mode 100644 index 00000000..0f47b600 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/golden_axe.png differ diff --git a/1.13.2/assets/minecraft/textures/item/golden_boots.png b/1.13.2/assets/minecraft/textures/item/golden_boots.png new file mode 100644 index 00000000..f6033d25 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/golden_boots.png differ diff --git a/1.13.2/assets/minecraft/textures/item/golden_carrot.png b/1.13.2/assets/minecraft/textures/item/golden_carrot.png new file mode 100644 index 00000000..e0f1ea62 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/golden_carrot.png differ diff --git a/1.13.2/assets/minecraft/textures/item/golden_chestplate.png b/1.13.2/assets/minecraft/textures/item/golden_chestplate.png new file mode 100644 index 00000000..e36076ad Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/golden_chestplate.png differ diff --git a/1.13.2/assets/minecraft/textures/item/golden_helmet.png b/1.13.2/assets/minecraft/textures/item/golden_helmet.png new file mode 100644 index 00000000..9eb89a0c Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/golden_helmet.png differ diff --git a/1.13.2/assets/minecraft/textures/item/golden_hoe.png b/1.13.2/assets/minecraft/textures/item/golden_hoe.png new file mode 100644 index 00000000..99f8b041 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/golden_hoe.png differ diff --git a/1.13.2/assets/minecraft/textures/item/golden_horse_armor.png b/1.13.2/assets/minecraft/textures/item/golden_horse_armor.png new file mode 100644 index 00000000..ca15636f Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/golden_horse_armor.png differ diff --git a/1.13.2/assets/minecraft/textures/item/golden_leggings.png b/1.13.2/assets/minecraft/textures/item/golden_leggings.png new file mode 100644 index 00000000..da237713 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/golden_leggings.png differ diff --git a/1.13.2/assets/minecraft/textures/item/golden_pickaxe.png b/1.13.2/assets/minecraft/textures/item/golden_pickaxe.png new file mode 100644 index 00000000..ecccafe6 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/golden_pickaxe.png differ diff --git a/1.13.2/assets/minecraft/textures/item/golden_shovel.png b/1.13.2/assets/minecraft/textures/item/golden_shovel.png new file mode 100644 index 00000000..150cbb97 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/golden_shovel.png differ diff --git a/1.13.2/assets/minecraft/textures/item/golden_sword.png b/1.13.2/assets/minecraft/textures/item/golden_sword.png new file mode 100644 index 00000000..0ddef045 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/golden_sword.png differ diff --git a/1.13.2/assets/minecraft/textures/item/gray_dye.png b/1.13.2/assets/minecraft/textures/item/gray_dye.png new file mode 100644 index 00000000..4fce7e72 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/gray_dye.png differ diff --git a/1.13.2/assets/minecraft/textures/item/gunpowder.png b/1.13.2/assets/minecraft/textures/item/gunpowder.png new file mode 100644 index 00000000..73cadece Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/gunpowder.png differ diff --git a/1.13.2/assets/minecraft/textures/item/heart_of_the_sea.png b/1.13.2/assets/minecraft/textures/item/heart_of_the_sea.png new file mode 100644 index 00000000..c8789f9a Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/heart_of_the_sea.png differ diff --git a/1.13.2/assets/minecraft/textures/item/hopper.png b/1.13.2/assets/minecraft/textures/item/hopper.png new file mode 100644 index 00000000..160ff8cd Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/hopper.png differ diff --git a/1.13.2/assets/minecraft/textures/item/hopper_minecart.png b/1.13.2/assets/minecraft/textures/item/hopper_minecart.png new file mode 100644 index 00000000..045669d2 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/hopper_minecart.png differ diff --git a/1.13.2/assets/minecraft/textures/item/ink_sac.png b/1.13.2/assets/minecraft/textures/item/ink_sac.png new file mode 100644 index 00000000..909bea5e Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/ink_sac.png differ diff --git a/1.13.2/assets/minecraft/textures/item/iron_axe.png b/1.13.2/assets/minecraft/textures/item/iron_axe.png new file mode 100644 index 00000000..8bf133e3 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/iron_axe.png differ diff --git a/1.13.2/assets/minecraft/textures/item/iron_boots.png b/1.13.2/assets/minecraft/textures/item/iron_boots.png new file mode 100644 index 00000000..b69ca05c Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/iron_boots.png differ diff --git a/1.13.2/assets/minecraft/textures/item/iron_chestplate.png b/1.13.2/assets/minecraft/textures/item/iron_chestplate.png new file mode 100644 index 00000000..a16616c2 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/iron_chestplate.png differ diff --git a/1.13.2/assets/minecraft/textures/item/iron_door.png b/1.13.2/assets/minecraft/textures/item/iron_door.png new file mode 100644 index 00000000..c878badb Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/iron_door.png differ diff --git a/1.13.2/assets/minecraft/textures/item/iron_helmet.png b/1.13.2/assets/minecraft/textures/item/iron_helmet.png new file mode 100644 index 00000000..65e64cc5 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/iron_helmet.png differ diff --git a/1.13.2/assets/minecraft/textures/item/iron_hoe.png b/1.13.2/assets/minecraft/textures/item/iron_hoe.png new file mode 100644 index 00000000..3d0497e2 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/iron_hoe.png differ diff --git a/1.13.2/assets/minecraft/textures/item/iron_horse_armor.png b/1.13.2/assets/minecraft/textures/item/iron_horse_armor.png new file mode 100644 index 00000000..6586097d Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/iron_horse_armor.png differ diff --git a/1.13.2/assets/minecraft/textures/item/iron_ingot.png b/1.13.2/assets/minecraft/textures/item/iron_ingot.png new file mode 100644 index 00000000..3833fa05 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/iron_ingot.png differ diff --git a/1.13.2/assets/minecraft/textures/item/iron_leggings.png b/1.13.2/assets/minecraft/textures/item/iron_leggings.png new file mode 100644 index 00000000..ad536739 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/iron_leggings.png differ diff --git a/1.13.2/assets/minecraft/textures/item/iron_nugget.png b/1.13.2/assets/minecraft/textures/item/iron_nugget.png new file mode 100644 index 00000000..13515d36 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/iron_nugget.png differ diff --git a/1.13.2/assets/minecraft/textures/item/iron_pickaxe.png b/1.13.2/assets/minecraft/textures/item/iron_pickaxe.png new file mode 100644 index 00000000..d21440bd Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/iron_pickaxe.png differ diff --git a/1.13.2/assets/minecraft/textures/item/iron_shovel.png b/1.13.2/assets/minecraft/textures/item/iron_shovel.png new file mode 100644 index 00000000..079b236c Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/iron_shovel.png differ diff --git a/1.13.2/assets/minecraft/textures/item/iron_sword.png b/1.13.2/assets/minecraft/textures/item/iron_sword.png new file mode 100644 index 00000000..4d49c5ae Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/iron_sword.png differ diff --git a/1.13.2/assets/minecraft/textures/item/item_frame.png b/1.13.2/assets/minecraft/textures/item/item_frame.png new file mode 100644 index 00000000..261c98a6 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/item_frame.png differ diff --git a/1.13.2/assets/minecraft/textures/item/jungle_boat.png b/1.13.2/assets/minecraft/textures/item/jungle_boat.png new file mode 100644 index 00000000..4c7ce5a4 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/jungle_boat.png differ diff --git a/1.13.2/assets/minecraft/textures/item/jungle_door.png b/1.13.2/assets/minecraft/textures/item/jungle_door.png new file mode 100644 index 00000000..422401fb Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/jungle_door.png differ diff --git a/1.13.2/assets/minecraft/textures/item/kelp.png b/1.13.2/assets/minecraft/textures/item/kelp.png new file mode 100644 index 00000000..8cc4fe29 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/kelp.png differ diff --git a/1.13.2/assets/minecraft/textures/item/knowledge_book.png b/1.13.2/assets/minecraft/textures/item/knowledge_book.png new file mode 100644 index 00000000..3102e9f2 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/knowledge_book.png differ diff --git a/1.13.2/assets/minecraft/textures/item/lapis_lazuli.png b/1.13.2/assets/minecraft/textures/item/lapis_lazuli.png new file mode 100644 index 00000000..4713983e Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/lapis_lazuli.png differ diff --git a/1.13.2/assets/minecraft/textures/item/lava_bucket.png b/1.13.2/assets/minecraft/textures/item/lava_bucket.png new file mode 100644 index 00000000..13a19570 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/lava_bucket.png differ diff --git a/1.13.2/assets/minecraft/textures/item/lead.png b/1.13.2/assets/minecraft/textures/item/lead.png new file mode 100644 index 00000000..23d76979 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/lead.png differ diff --git a/1.13.2/assets/minecraft/textures/item/leather.png b/1.13.2/assets/minecraft/textures/item/leather.png new file mode 100644 index 00000000..13dc1998 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/leather.png differ diff --git a/1.13.2/assets/minecraft/textures/item/leather_boots.png b/1.13.2/assets/minecraft/textures/item/leather_boots.png new file mode 100644 index 00000000..30989b00 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/leather_boots.png differ diff --git a/1.13.2/assets/minecraft/textures/item/leather_boots_overlay.png b/1.13.2/assets/minecraft/textures/item/leather_boots_overlay.png new file mode 100644 index 00000000..b6896d87 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/leather_boots_overlay.png differ diff --git a/1.13.2/assets/minecraft/textures/item/leather_chestplate.png b/1.13.2/assets/minecraft/textures/item/leather_chestplate.png new file mode 100644 index 00000000..7bdf1cca Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/leather_chestplate.png differ diff --git a/1.13.2/assets/minecraft/textures/item/leather_chestplate_overlay.png b/1.13.2/assets/minecraft/textures/item/leather_chestplate_overlay.png new file mode 100644 index 00000000..125fd348 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/leather_chestplate_overlay.png differ diff --git a/1.13.2/assets/minecraft/textures/item/leather_helmet.png b/1.13.2/assets/minecraft/textures/item/leather_helmet.png new file mode 100644 index 00000000..4d7307f0 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/leather_helmet.png differ diff --git a/1.13.2/assets/minecraft/textures/item/leather_helmet_overlay.png b/1.13.2/assets/minecraft/textures/item/leather_helmet_overlay.png new file mode 100644 index 00000000..8040d77f Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/leather_helmet_overlay.png differ diff --git a/1.13.2/assets/minecraft/textures/item/leather_leggings.png b/1.13.2/assets/minecraft/textures/item/leather_leggings.png new file mode 100644 index 00000000..5f395161 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/leather_leggings.png differ diff --git a/1.13.2/assets/minecraft/textures/item/leather_leggings_overlay.png b/1.13.2/assets/minecraft/textures/item/leather_leggings_overlay.png new file mode 100644 index 00000000..813ba262 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/leather_leggings_overlay.png differ diff --git a/1.13.2/assets/minecraft/textures/item/light_blue_dye.png b/1.13.2/assets/minecraft/textures/item/light_blue_dye.png new file mode 100644 index 00000000..a8b45c92 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/light_blue_dye.png differ diff --git a/1.13.2/assets/minecraft/textures/item/light_gray_dye.png b/1.13.2/assets/minecraft/textures/item/light_gray_dye.png new file mode 100644 index 00000000..fa9e501e Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/light_gray_dye.png differ diff --git a/1.13.2/assets/minecraft/textures/item/lime_dye.png b/1.13.2/assets/minecraft/textures/item/lime_dye.png new file mode 100644 index 00000000..7a787644 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/lime_dye.png differ diff --git a/1.13.2/assets/minecraft/textures/item/lingering_potion.png b/1.13.2/assets/minecraft/textures/item/lingering_potion.png new file mode 100644 index 00000000..05c0936c Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/lingering_potion.png differ diff --git a/1.13.2/assets/minecraft/textures/item/magenta_dye.png b/1.13.2/assets/minecraft/textures/item/magenta_dye.png new file mode 100644 index 00000000..ea7342a8 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/magenta_dye.png differ diff --git a/1.13.2/assets/minecraft/textures/item/magma_cream.png b/1.13.2/assets/minecraft/textures/item/magma_cream.png new file mode 100644 index 00000000..d89b7bc5 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/magma_cream.png differ diff --git a/1.13.2/assets/minecraft/textures/item/map.png b/1.13.2/assets/minecraft/textures/item/map.png new file mode 100644 index 00000000..e8f5c0de Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/map.png differ diff --git a/1.13.2/assets/minecraft/textures/item/melon_seeds.png b/1.13.2/assets/minecraft/textures/item/melon_seeds.png new file mode 100644 index 00000000..ef84499c Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/melon_seeds.png differ diff --git a/1.13.2/assets/minecraft/textures/item/melon_slice.png b/1.13.2/assets/minecraft/textures/item/melon_slice.png new file mode 100644 index 00000000..590f47a2 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/melon_slice.png differ diff --git a/1.13.2/assets/minecraft/textures/item/milk_bucket.png b/1.13.2/assets/minecraft/textures/item/milk_bucket.png new file mode 100644 index 00000000..c77d92c5 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/milk_bucket.png differ diff --git a/1.13.2/assets/minecraft/textures/item/minecart.png b/1.13.2/assets/minecraft/textures/item/minecart.png new file mode 100644 index 00000000..2046f2bc Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/minecart.png differ diff --git a/1.13.2/assets/minecraft/textures/item/mushroom_stew.png b/1.13.2/assets/minecraft/textures/item/mushroom_stew.png new file mode 100644 index 00000000..5598bc78 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/mushroom_stew.png differ diff --git a/1.13.2/assets/minecraft/textures/item/music_disc_11.png b/1.13.2/assets/minecraft/textures/item/music_disc_11.png new file mode 100644 index 00000000..a6aa1474 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/music_disc_11.png differ diff --git a/1.13.2/assets/minecraft/textures/item/music_disc_13.png b/1.13.2/assets/minecraft/textures/item/music_disc_13.png new file mode 100644 index 00000000..8cd91b94 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/music_disc_13.png differ diff --git a/1.13.2/assets/minecraft/textures/item/music_disc_blocks.png b/1.13.2/assets/minecraft/textures/item/music_disc_blocks.png new file mode 100644 index 00000000..3732d6c9 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/music_disc_blocks.png differ diff --git a/1.13.2/assets/minecraft/textures/item/music_disc_cat.png b/1.13.2/assets/minecraft/textures/item/music_disc_cat.png new file mode 100644 index 00000000..b3527efb Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/music_disc_cat.png differ diff --git a/1.13.2/assets/minecraft/textures/item/music_disc_chirp.png b/1.13.2/assets/minecraft/textures/item/music_disc_chirp.png new file mode 100644 index 00000000..63068e1a Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/music_disc_chirp.png differ diff --git a/1.13.2/assets/minecraft/textures/item/music_disc_far.png b/1.13.2/assets/minecraft/textures/item/music_disc_far.png new file mode 100644 index 00000000..443ded23 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/music_disc_far.png differ diff --git a/1.13.2/assets/minecraft/textures/item/music_disc_mall.png b/1.13.2/assets/minecraft/textures/item/music_disc_mall.png new file mode 100644 index 00000000..a2bf0d61 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/music_disc_mall.png differ diff --git a/1.13.2/assets/minecraft/textures/item/music_disc_mellohi.png b/1.13.2/assets/minecraft/textures/item/music_disc_mellohi.png new file mode 100644 index 00000000..466f5af4 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/music_disc_mellohi.png differ diff --git a/1.13.2/assets/minecraft/textures/item/music_disc_stal.png b/1.13.2/assets/minecraft/textures/item/music_disc_stal.png new file mode 100644 index 00000000..731dad63 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/music_disc_stal.png differ diff --git a/1.13.2/assets/minecraft/textures/item/music_disc_strad.png b/1.13.2/assets/minecraft/textures/item/music_disc_strad.png new file mode 100644 index 00000000..c7e42ccd Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/music_disc_strad.png differ diff --git a/1.13.2/assets/minecraft/textures/item/music_disc_wait.png b/1.13.2/assets/minecraft/textures/item/music_disc_wait.png new file mode 100644 index 00000000..5306b514 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/music_disc_wait.png differ diff --git a/1.13.2/assets/minecraft/textures/item/music_disc_ward.png b/1.13.2/assets/minecraft/textures/item/music_disc_ward.png new file mode 100644 index 00000000..6d053fe9 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/music_disc_ward.png differ diff --git a/1.13.2/assets/minecraft/textures/item/mutton.png b/1.13.2/assets/minecraft/textures/item/mutton.png new file mode 100644 index 00000000..cedbfe2b Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/mutton.png differ diff --git a/1.13.2/assets/minecraft/textures/item/name_tag.png b/1.13.2/assets/minecraft/textures/item/name_tag.png new file mode 100644 index 00000000..3d65fc87 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/name_tag.png differ diff --git a/1.13.2/assets/minecraft/textures/item/nautilus_shell.png b/1.13.2/assets/minecraft/textures/item/nautilus_shell.png new file mode 100644 index 00000000..442ca6ed Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/nautilus_shell.png differ diff --git a/1.13.2/assets/minecraft/textures/item/nether_brick.png b/1.13.2/assets/minecraft/textures/item/nether_brick.png new file mode 100644 index 00000000..8ce4e3fc Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/nether_brick.png differ diff --git a/1.13.2/assets/minecraft/textures/item/nether_star.png b/1.13.2/assets/minecraft/textures/item/nether_star.png new file mode 100644 index 00000000..6b848af0 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/nether_star.png differ diff --git a/1.13.2/assets/minecraft/textures/item/nether_wart.png b/1.13.2/assets/minecraft/textures/item/nether_wart.png new file mode 100644 index 00000000..09da1e33 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/nether_wart.png differ diff --git a/1.13.2/assets/minecraft/textures/item/oak_boat.png b/1.13.2/assets/minecraft/textures/item/oak_boat.png new file mode 100644 index 00000000..0176ac44 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/oak_boat.png differ diff --git a/1.13.2/assets/minecraft/textures/item/oak_door.png b/1.13.2/assets/minecraft/textures/item/oak_door.png new file mode 100644 index 00000000..6501fa45 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/oak_door.png differ diff --git a/1.13.2/assets/minecraft/textures/item/orange_dye.png b/1.13.2/assets/minecraft/textures/item/orange_dye.png new file mode 100644 index 00000000..677a1aa6 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/orange_dye.png differ diff --git a/1.13.2/assets/minecraft/textures/item/painting.png b/1.13.2/assets/minecraft/textures/item/painting.png new file mode 100644 index 00000000..b394f305 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/painting.png differ diff --git a/1.13.2/assets/minecraft/textures/item/paper.png b/1.13.2/assets/minecraft/textures/item/paper.png new file mode 100644 index 00000000..a1d9c7e2 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/paper.png differ diff --git a/1.13.2/assets/minecraft/textures/item/phantom_membrane.png b/1.13.2/assets/minecraft/textures/item/phantom_membrane.png new file mode 100644 index 00000000..184b6ad8 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/phantom_membrane.png differ diff --git a/1.13.2/assets/minecraft/textures/item/pink_dye.png b/1.13.2/assets/minecraft/textures/item/pink_dye.png new file mode 100644 index 00000000..1acc4834 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/pink_dye.png differ diff --git a/1.13.2/assets/minecraft/textures/item/poisonous_potato.png b/1.13.2/assets/minecraft/textures/item/poisonous_potato.png new file mode 100644 index 00000000..6f154afa Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/poisonous_potato.png differ diff --git a/1.13.2/assets/minecraft/textures/item/popped_chorus_fruit.png b/1.13.2/assets/minecraft/textures/item/popped_chorus_fruit.png new file mode 100644 index 00000000..d42b7f03 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/popped_chorus_fruit.png differ diff --git a/1.13.2/assets/minecraft/textures/item/porkchop.png b/1.13.2/assets/minecraft/textures/item/porkchop.png new file mode 100644 index 00000000..6c1ef739 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/porkchop.png differ diff --git a/1.13.2/assets/minecraft/textures/item/potato.png b/1.13.2/assets/minecraft/textures/item/potato.png new file mode 100644 index 00000000..c1d8541e Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/potato.png differ diff --git a/1.13.2/assets/minecraft/textures/item/potion.png b/1.13.2/assets/minecraft/textures/item/potion.png new file mode 100644 index 00000000..bdb132d0 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/potion.png differ diff --git a/1.13.2/assets/minecraft/textures/item/potion_overlay.png b/1.13.2/assets/minecraft/textures/item/potion_overlay.png new file mode 100644 index 00000000..0e7be300 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/potion_overlay.png differ diff --git a/1.13.2/assets/minecraft/textures/item/prismarine_crystals.png b/1.13.2/assets/minecraft/textures/item/prismarine_crystals.png new file mode 100644 index 00000000..21dd442c Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/prismarine_crystals.png differ diff --git a/1.13.2/assets/minecraft/textures/item/prismarine_shard.png b/1.13.2/assets/minecraft/textures/item/prismarine_shard.png new file mode 100644 index 00000000..36ecfae8 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/prismarine_shard.png differ diff --git a/1.13.2/assets/minecraft/textures/item/pufferfish.png b/1.13.2/assets/minecraft/textures/item/pufferfish.png new file mode 100644 index 00000000..82bad2cb Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/pufferfish.png differ diff --git a/1.13.2/assets/minecraft/textures/item/pufferfish_bucket.png b/1.13.2/assets/minecraft/textures/item/pufferfish_bucket.png new file mode 100644 index 00000000..491f5479 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/pufferfish_bucket.png differ diff --git a/1.13.2/assets/minecraft/textures/item/pumpkin_pie.png b/1.13.2/assets/minecraft/textures/item/pumpkin_pie.png new file mode 100644 index 00000000..c21a032b Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/pumpkin_pie.png differ diff --git a/1.13.2/assets/minecraft/textures/item/pumpkin_seeds.png b/1.13.2/assets/minecraft/textures/item/pumpkin_seeds.png new file mode 100644 index 00000000..8d8f0761 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/pumpkin_seeds.png differ diff --git a/1.13.2/assets/minecraft/textures/item/purple_dye.png b/1.13.2/assets/minecraft/textures/item/purple_dye.png new file mode 100644 index 00000000..7d201c26 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/purple_dye.png differ diff --git a/1.13.2/assets/minecraft/textures/item/quartz.png b/1.13.2/assets/minecraft/textures/item/quartz.png new file mode 100644 index 00000000..e615688b Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/quartz.png differ diff --git a/1.13.2/assets/minecraft/textures/item/rabbit.png b/1.13.2/assets/minecraft/textures/item/rabbit.png new file mode 100644 index 00000000..4e7e33c1 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/rabbit.png differ diff --git a/1.13.2/assets/minecraft/textures/item/rabbit_foot.png b/1.13.2/assets/minecraft/textures/item/rabbit_foot.png new file mode 100644 index 00000000..be1b5ef4 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/rabbit_foot.png differ diff --git a/1.13.2/assets/minecraft/textures/item/rabbit_hide.png b/1.13.2/assets/minecraft/textures/item/rabbit_hide.png new file mode 100644 index 00000000..9294cc67 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/rabbit_hide.png differ diff --git a/1.13.2/assets/minecraft/textures/item/rabbit_stew.png b/1.13.2/assets/minecraft/textures/item/rabbit_stew.png new file mode 100644 index 00000000..d0207bb2 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/rabbit_stew.png differ diff --git a/1.13.2/assets/minecraft/textures/item/redstone.png b/1.13.2/assets/minecraft/textures/item/redstone.png new file mode 100644 index 00000000..6da938be Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/redstone.png differ diff --git a/1.13.2/assets/minecraft/textures/item/repeater.png b/1.13.2/assets/minecraft/textures/item/repeater.png new file mode 100644 index 00000000..7a07381c Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/repeater.png differ diff --git a/1.13.2/assets/minecraft/textures/item/rose_red.png b/1.13.2/assets/minecraft/textures/item/rose_red.png new file mode 100644 index 00000000..2d1a7429 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/rose_red.png differ diff --git a/1.13.2/assets/minecraft/textures/item/rotten_flesh.png b/1.13.2/assets/minecraft/textures/item/rotten_flesh.png new file mode 100644 index 00000000..3f39998e Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/rotten_flesh.png differ diff --git a/1.13.2/assets/minecraft/textures/item/ruby.png b/1.13.2/assets/minecraft/textures/item/ruby.png new file mode 100644 index 00000000..4f288d95 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/ruby.png differ diff --git a/1.13.2/assets/minecraft/textures/item/saddle.png b/1.13.2/assets/minecraft/textures/item/saddle.png new file mode 100644 index 00000000..b12eafa7 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/saddle.png differ diff --git a/1.13.2/assets/minecraft/textures/item/salmon.png b/1.13.2/assets/minecraft/textures/item/salmon.png new file mode 100644 index 00000000..97e2ed01 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/salmon.png differ diff --git a/1.13.2/assets/minecraft/textures/item/salmon_bucket.png b/1.13.2/assets/minecraft/textures/item/salmon_bucket.png new file mode 100644 index 00000000..e16a121b Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/salmon_bucket.png differ diff --git a/1.13.2/assets/minecraft/textures/item/scute.png b/1.13.2/assets/minecraft/textures/item/scute.png new file mode 100644 index 00000000..f29c5d5e Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/scute.png differ diff --git a/1.13.2/assets/minecraft/textures/item/sea_pickle.png b/1.13.2/assets/minecraft/textures/item/sea_pickle.png new file mode 100644 index 00000000..fec3dfdd Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/sea_pickle.png differ diff --git a/1.13.2/assets/minecraft/textures/item/seagrass.png b/1.13.2/assets/minecraft/textures/item/seagrass.png new file mode 100644 index 00000000..a8a77345 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/seagrass.png differ diff --git a/1.13.2/assets/minecraft/textures/item/shears.png b/1.13.2/assets/minecraft/textures/item/shears.png new file mode 100644 index 00000000..f9c6de19 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/shears.png differ diff --git a/1.13.2/assets/minecraft/textures/item/shulker_shell.png b/1.13.2/assets/minecraft/textures/item/shulker_shell.png new file mode 100644 index 00000000..1127b940 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/shulker_shell.png differ diff --git a/1.13.2/assets/minecraft/textures/item/sign.png b/1.13.2/assets/minecraft/textures/item/sign.png new file mode 100644 index 00000000..9b6e2ee2 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/sign.png differ diff --git a/1.13.2/assets/minecraft/textures/item/slime_ball.png b/1.13.2/assets/minecraft/textures/item/slime_ball.png new file mode 100644 index 00000000..e14dc942 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/slime_ball.png differ diff --git a/1.13.2/assets/minecraft/textures/item/snowball.png b/1.13.2/assets/minecraft/textures/item/snowball.png new file mode 100644 index 00000000..340c6398 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/snowball.png differ diff --git a/1.13.2/assets/minecraft/textures/item/spawn_egg.png b/1.13.2/assets/minecraft/textures/item/spawn_egg.png new file mode 100644 index 00000000..f4c7dee1 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/spawn_egg.png differ diff --git a/1.13.2/assets/minecraft/textures/item/spawn_egg_overlay.png b/1.13.2/assets/minecraft/textures/item/spawn_egg_overlay.png new file mode 100644 index 00000000..83ec78f1 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/spawn_egg_overlay.png differ diff --git a/1.13.2/assets/minecraft/textures/item/spectral_arrow.png b/1.13.2/assets/minecraft/textures/item/spectral_arrow.png new file mode 100644 index 00000000..8d56301f Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/spectral_arrow.png differ diff --git a/1.13.2/assets/minecraft/textures/item/spider_eye.png b/1.13.2/assets/minecraft/textures/item/spider_eye.png new file mode 100644 index 00000000..35d85843 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/spider_eye.png differ diff --git a/1.13.2/assets/minecraft/textures/item/splash_potion.png b/1.13.2/assets/minecraft/textures/item/splash_potion.png new file mode 100644 index 00000000..03b1f90a Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/splash_potion.png differ diff --git a/1.13.2/assets/minecraft/textures/item/spruce_boat.png b/1.13.2/assets/minecraft/textures/item/spruce_boat.png new file mode 100644 index 00000000..512c23a9 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/spruce_boat.png differ diff --git a/1.13.2/assets/minecraft/textures/item/spruce_door.png b/1.13.2/assets/minecraft/textures/item/spruce_door.png new file mode 100644 index 00000000..8d915f35 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/spruce_door.png differ diff --git a/1.13.2/assets/minecraft/textures/item/stick.png b/1.13.2/assets/minecraft/textures/item/stick.png new file mode 100644 index 00000000..a6971ed3 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/stick.png differ diff --git a/1.13.2/assets/minecraft/textures/item/stone_axe.png b/1.13.2/assets/minecraft/textures/item/stone_axe.png new file mode 100644 index 00000000..fb33584a Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/stone_axe.png differ diff --git a/1.13.2/assets/minecraft/textures/item/stone_hoe.png b/1.13.2/assets/minecraft/textures/item/stone_hoe.png new file mode 100644 index 00000000..2f6cb632 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/stone_hoe.png differ diff --git a/1.13.2/assets/minecraft/textures/item/stone_pickaxe.png b/1.13.2/assets/minecraft/textures/item/stone_pickaxe.png new file mode 100644 index 00000000..19a8e50d Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/stone_pickaxe.png differ diff --git a/1.13.2/assets/minecraft/textures/item/stone_shovel.png b/1.13.2/assets/minecraft/textures/item/stone_shovel.png new file mode 100644 index 00000000..cfccc75f Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/stone_shovel.png differ diff --git a/1.13.2/assets/minecraft/textures/item/stone_sword.png b/1.13.2/assets/minecraft/textures/item/stone_sword.png new file mode 100644 index 00000000..e5d46597 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/stone_sword.png differ diff --git a/1.13.2/assets/minecraft/textures/item/string.png b/1.13.2/assets/minecraft/textures/item/string.png new file mode 100644 index 00000000..eecdb046 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/string.png differ diff --git a/1.13.2/assets/minecraft/textures/item/structure_void.png b/1.13.2/assets/minecraft/textures/item/structure_void.png new file mode 100644 index 00000000..ba966d63 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/structure_void.png differ diff --git a/1.13.2/assets/minecraft/textures/item/sugar.png b/1.13.2/assets/minecraft/textures/item/sugar.png new file mode 100644 index 00000000..effbfae8 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/sugar.png differ diff --git a/1.13.2/assets/minecraft/textures/item/sugar_cane.png b/1.13.2/assets/minecraft/textures/item/sugar_cane.png new file mode 100644 index 00000000..40872c66 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/sugar_cane.png differ diff --git a/1.13.2/assets/minecraft/textures/item/tipped_arrow_base.png b/1.13.2/assets/minecraft/textures/item/tipped_arrow_base.png new file mode 100644 index 00000000..a1b298ca Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/tipped_arrow_base.png differ diff --git a/1.13.2/assets/minecraft/textures/item/tipped_arrow_head.png b/1.13.2/assets/minecraft/textures/item/tipped_arrow_head.png new file mode 100644 index 00000000..d45d5f9c Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/tipped_arrow_head.png differ diff --git a/1.13.2/assets/minecraft/textures/item/tnt_minecart.png b/1.13.2/assets/minecraft/textures/item/tnt_minecart.png new file mode 100644 index 00000000..47e153af Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/tnt_minecart.png differ diff --git a/1.13.2/assets/minecraft/textures/item/totem_of_undying.png b/1.13.2/assets/minecraft/textures/item/totem_of_undying.png new file mode 100644 index 00000000..6a14f659 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/totem_of_undying.png differ diff --git a/1.13.2/assets/minecraft/textures/item/trident.png b/1.13.2/assets/minecraft/textures/item/trident.png new file mode 100644 index 00000000..c1ffc2e7 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/trident.png differ diff --git a/1.13.2/assets/minecraft/textures/item/tropical_fish.png b/1.13.2/assets/minecraft/textures/item/tropical_fish.png new file mode 100644 index 00000000..0790f278 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/tropical_fish.png differ diff --git a/1.13.2/assets/minecraft/textures/item/tropical_fish_bucket.png b/1.13.2/assets/minecraft/textures/item/tropical_fish_bucket.png new file mode 100644 index 00000000..724f15a1 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/tropical_fish_bucket.png differ diff --git a/1.13.2/assets/minecraft/textures/item/turtle_egg.png b/1.13.2/assets/minecraft/textures/item/turtle_egg.png new file mode 100644 index 00000000..647c695b Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/turtle_egg.png differ diff --git a/1.13.2/assets/minecraft/textures/item/turtle_helmet.png b/1.13.2/assets/minecraft/textures/item/turtle_helmet.png new file mode 100644 index 00000000..06c2dea9 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/turtle_helmet.png differ diff --git a/1.13.2/assets/minecraft/textures/item/water_bucket.png b/1.13.2/assets/minecraft/textures/item/water_bucket.png new file mode 100644 index 00000000..2f36accb Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/water_bucket.png differ diff --git a/1.13.2/assets/minecraft/textures/item/wheat.png b/1.13.2/assets/minecraft/textures/item/wheat.png new file mode 100644 index 00000000..bbd2fd9d Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/wheat.png differ diff --git a/1.13.2/assets/minecraft/textures/item/wheat_seeds.png b/1.13.2/assets/minecraft/textures/item/wheat_seeds.png new file mode 100644 index 00000000..83d23a6e Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/wheat_seeds.png differ diff --git a/1.13.2/assets/minecraft/textures/item/wooden_axe.png b/1.13.2/assets/minecraft/textures/item/wooden_axe.png new file mode 100644 index 00000000..3a192033 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/wooden_axe.png differ diff --git a/1.13.2/assets/minecraft/textures/item/wooden_hoe.png b/1.13.2/assets/minecraft/textures/item/wooden_hoe.png new file mode 100644 index 00000000..cf9ba0ec Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/wooden_hoe.png differ diff --git a/1.13.2/assets/minecraft/textures/item/wooden_pickaxe.png b/1.13.2/assets/minecraft/textures/item/wooden_pickaxe.png new file mode 100644 index 00000000..ebc6756e Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/wooden_pickaxe.png differ diff --git a/1.13.2/assets/minecraft/textures/item/wooden_shovel.png b/1.13.2/assets/minecraft/textures/item/wooden_shovel.png new file mode 100644 index 00000000..b0579117 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/wooden_shovel.png differ diff --git a/1.13.2/assets/minecraft/textures/item/wooden_sword.png b/1.13.2/assets/minecraft/textures/item/wooden_sword.png new file mode 100644 index 00000000..c04dc0a8 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/wooden_sword.png differ diff --git a/1.13.2/assets/minecraft/textures/item/writable_book.png b/1.13.2/assets/minecraft/textures/item/writable_book.png new file mode 100644 index 00000000..fa95246a Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/writable_book.png differ diff --git a/1.13.2/assets/minecraft/textures/item/written_book.png b/1.13.2/assets/minecraft/textures/item/written_book.png new file mode 100644 index 00000000..b2a2aa8e Binary files /dev/null and b/1.13.2/assets/minecraft/textures/item/written_book.png differ diff --git a/1.13.2/assets/minecraft/textures/map/map_background.png b/1.13.2/assets/minecraft/textures/map/map_background.png new file mode 100644 index 00000000..ceeec962 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/map/map_background.png differ diff --git a/1.13.2/assets/minecraft/textures/map/map_icons.png b/1.13.2/assets/minecraft/textures/map/map_icons.png new file mode 100644 index 00000000..d0363da9 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/map/map_icons.png differ diff --git a/1.13.2/assets/minecraft/textures/misc/enchanted_item_glint.png b/1.13.2/assets/minecraft/textures/misc/enchanted_item_glint.png new file mode 100644 index 00000000..ea78b86c Binary files /dev/null and b/1.13.2/assets/minecraft/textures/misc/enchanted_item_glint.png differ diff --git a/1.13.2/assets/minecraft/textures/misc/enchanted_item_glint.png.mcmeta b/1.13.2/assets/minecraft/textures/misc/enchanted_item_glint.png.mcmeta new file mode 100644 index 00000000..e38a5ad3 --- /dev/null +++ b/1.13.2/assets/minecraft/textures/misc/enchanted_item_glint.png.mcmeta @@ -0,0 +1,5 @@ +{ + "texture": { + "blur": true + } +} diff --git a/1.13.2/assets/minecraft/textures/misc/forcefield.png b/1.13.2/assets/minecraft/textures/misc/forcefield.png new file mode 100644 index 00000000..8ece3337 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/misc/forcefield.png differ diff --git a/1.13.2/assets/minecraft/textures/misc/pumpkinblur.png b/1.13.2/assets/minecraft/textures/misc/pumpkinblur.png new file mode 100644 index 00000000..4f302df5 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/misc/pumpkinblur.png differ diff --git a/1.13.2/assets/minecraft/textures/misc/pumpkinblur.png.mcmeta b/1.13.2/assets/minecraft/textures/misc/pumpkinblur.png.mcmeta new file mode 100644 index 00000000..2077f3ce --- /dev/null +++ b/1.13.2/assets/minecraft/textures/misc/pumpkinblur.png.mcmeta @@ -0,0 +1,6 @@ +{ + "texture": { + "blur": true + } +} + diff --git a/1.13.2/assets/minecraft/textures/misc/shadow.png b/1.13.2/assets/minecraft/textures/misc/shadow.png new file mode 100644 index 00000000..daba11db Binary files /dev/null and b/1.13.2/assets/minecraft/textures/misc/shadow.png differ diff --git a/1.13.2/assets/minecraft/textures/misc/shadow.png.mcmeta b/1.13.2/assets/minecraft/textures/misc/shadow.png.mcmeta new file mode 100644 index 00000000..8c6c7d1d --- /dev/null +++ b/1.13.2/assets/minecraft/textures/misc/shadow.png.mcmeta @@ -0,0 +1,6 @@ +{ + "texture": { + "clamp": true + } +} + diff --git a/1.13.2/assets/minecraft/textures/misc/underwater.png b/1.13.2/assets/minecraft/textures/misc/underwater.png new file mode 100644 index 00000000..c2c9d3cf Binary files /dev/null and b/1.13.2/assets/minecraft/textures/misc/underwater.png differ diff --git a/1.13.2/assets/minecraft/textures/misc/unknown_pack.png b/1.13.2/assets/minecraft/textures/misc/unknown_pack.png new file mode 100644 index 00000000..ec98382d Binary files /dev/null and b/1.13.2/assets/minecraft/textures/misc/unknown_pack.png differ diff --git a/1.13.2/assets/minecraft/textures/misc/unknown_server.png b/1.13.2/assets/minecraft/textures/misc/unknown_server.png new file mode 100644 index 00000000..ec98382d Binary files /dev/null and b/1.13.2/assets/minecraft/textures/misc/unknown_server.png differ diff --git a/1.13.2/assets/minecraft/textures/misc/vignette.png b/1.13.2/assets/minecraft/textures/misc/vignette.png new file mode 100644 index 00000000..5c8e97f7 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/misc/vignette.png differ diff --git a/1.13.2/assets/minecraft/textures/misc/vignette.png.mcmeta b/1.13.2/assets/minecraft/textures/misc/vignette.png.mcmeta new file mode 100644 index 00000000..2077f3ce --- /dev/null +++ b/1.13.2/assets/minecraft/textures/misc/vignette.png.mcmeta @@ -0,0 +1,6 @@ +{ + "texture": { + "blur": true + } +} + diff --git a/1.13.2/assets/minecraft/textures/models/armor/chainmail_layer_1.png b/1.13.2/assets/minecraft/textures/models/armor/chainmail_layer_1.png new file mode 100644 index 00000000..d6f568a5 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/models/armor/chainmail_layer_1.png differ diff --git a/1.13.2/assets/minecraft/textures/models/armor/chainmail_layer_2.png b/1.13.2/assets/minecraft/textures/models/armor/chainmail_layer_2.png new file mode 100644 index 00000000..a5912de1 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/models/armor/chainmail_layer_2.png differ diff --git a/1.13.2/assets/minecraft/textures/models/armor/diamond_layer_1.png b/1.13.2/assets/minecraft/textures/models/armor/diamond_layer_1.png new file mode 100644 index 00000000..5a67fec0 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/models/armor/diamond_layer_1.png differ diff --git a/1.13.2/assets/minecraft/textures/models/armor/diamond_layer_2.png b/1.13.2/assets/minecraft/textures/models/armor/diamond_layer_2.png new file mode 100644 index 00000000..7dcdee05 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/models/armor/diamond_layer_2.png differ diff --git a/1.13.2/assets/minecraft/textures/models/armor/gold_layer_1.png b/1.13.2/assets/minecraft/textures/models/armor/gold_layer_1.png new file mode 100644 index 00000000..2a1aaecc Binary files /dev/null and b/1.13.2/assets/minecraft/textures/models/armor/gold_layer_1.png differ diff --git a/1.13.2/assets/minecraft/textures/models/armor/gold_layer_2.png b/1.13.2/assets/minecraft/textures/models/armor/gold_layer_2.png new file mode 100644 index 00000000..aba1b480 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/models/armor/gold_layer_2.png differ diff --git a/1.13.2/assets/minecraft/textures/models/armor/iron_layer_1.png b/1.13.2/assets/minecraft/textures/models/armor/iron_layer_1.png new file mode 100644 index 00000000..532de141 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/models/armor/iron_layer_1.png differ diff --git a/1.13.2/assets/minecraft/textures/models/armor/iron_layer_2.png b/1.13.2/assets/minecraft/textures/models/armor/iron_layer_2.png new file mode 100644 index 00000000..a177e612 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/models/armor/iron_layer_2.png differ diff --git a/1.13.2/assets/minecraft/textures/models/armor/leather_layer_1.png b/1.13.2/assets/minecraft/textures/models/armor/leather_layer_1.png new file mode 100644 index 00000000..f37cd487 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/models/armor/leather_layer_1.png differ diff --git a/1.13.2/assets/minecraft/textures/models/armor/leather_layer_1_overlay.png b/1.13.2/assets/minecraft/textures/models/armor/leather_layer_1_overlay.png new file mode 100644 index 00000000..0a0de741 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/models/armor/leather_layer_1_overlay.png differ diff --git a/1.13.2/assets/minecraft/textures/models/armor/leather_layer_2.png b/1.13.2/assets/minecraft/textures/models/armor/leather_layer_2.png new file mode 100644 index 00000000..22926693 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/models/armor/leather_layer_2.png differ diff --git a/1.13.2/assets/minecraft/textures/models/armor/leather_layer_2_overlay.png b/1.13.2/assets/minecraft/textures/models/armor/leather_layer_2_overlay.png new file mode 100644 index 00000000..3c486449 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/models/armor/leather_layer_2_overlay.png differ diff --git a/1.13.2/assets/minecraft/textures/models/armor/turtle_layer_1.png b/1.13.2/assets/minecraft/textures/models/armor/turtle_layer_1.png new file mode 100644 index 00000000..6f392726 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/models/armor/turtle_layer_1.png differ diff --git a/1.13.2/assets/minecraft/textures/painting/paintings_kristoffer_zetterstrand.png b/1.13.2/assets/minecraft/textures/painting/paintings_kristoffer_zetterstrand.png new file mode 100644 index 00000000..cb766406 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/painting/paintings_kristoffer_zetterstrand.png differ diff --git a/1.13.2/assets/minecraft/textures/particle/footprint.png b/1.13.2/assets/minecraft/textures/particle/footprint.png new file mode 100644 index 00000000..495a367e Binary files /dev/null and b/1.13.2/assets/minecraft/textures/particle/footprint.png differ diff --git a/1.13.2/assets/minecraft/textures/particle/particles.png b/1.13.2/assets/minecraft/textures/particle/particles.png new file mode 100644 index 00000000..07338952 Binary files /dev/null and b/1.13.2/assets/minecraft/textures/particle/particles.png differ diff --git a/1.13.2/pack.mcmeta b/1.13.2/pack.mcmeta new file mode 100644 index 00000000..f5984a5e --- /dev/null +++ b/1.13.2/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "pack": { + "pack_format": 4, + "description": "§3§kGiveMESOMEEMERALDS\n§aAuthor : §2ru-minecraft.ru.§r\n§k" + } +} \ No newline at end of file diff --git a/1.13.2/pack.png b/1.13.2/pack.png new file mode 100644 index 00000000..5a58884a Binary files /dev/null and b/1.13.2/pack.png differ diff --git a/1.14.4/assets/.mcassetsroot b/1.14.4/assets/.mcassetsroot new file mode 100644 index 00000000..e69de29b diff --git a/1.14.4/assets/minecraft/blockstates/acacia_button.json b/1.14.4/assets/minecraft/blockstates/acacia_button.json new file mode 100644 index 00000000..2a0d0b26 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/acacia_button.json @@ -0,0 +1,28 @@ +{ + "variants": { + "face=floor,facing=east,powered=false": { "model": "block/acacia_button", "y": 90 }, + "face=floor,facing=west,powered=false": { "model": "block/acacia_button", "y": 270 }, + "face=floor,facing=south,powered=false": { "model": "block/acacia_button", "y": 180 }, + "face=floor,facing=north,powered=false": { "model": "block/acacia_button" }, + "face=wall,facing=east,powered=false": { "model": "block/acacia_button", "uvlock": true, "x": 90, "y": 90 }, + "face=wall,facing=west,powered=false": { "model": "block/acacia_button", "uvlock": true, "x": 90, "y": 270 }, + "face=wall,facing=south,powered=false": { "model": "block/acacia_button", "uvlock": true, "x": 90, "y": 180 }, + "face=wall,facing=north,powered=false": { "model": "block/acacia_button", "uvlock": true, "x": 90 }, + "face=ceiling,facing=east,powered=false": { "model": "block/acacia_button", "x": 180, "y": 270 }, + "face=ceiling,facing=west,powered=false": { "model": "block/acacia_button", "x": 180, "y": 90 }, + "face=ceiling,facing=south,powered=false": { "model": "block/acacia_button", "x": 180 }, + "face=ceiling,facing=north,powered=false": { "model": "block/acacia_button", "x": 180, "y": 180 }, + "face=floor,facing=east,powered=true": { "model": "block/acacia_button_pressed", "y": 90 }, + "face=floor,facing=west,powered=true": { "model": "block/acacia_button_pressed", "y": 270 }, + "face=floor,facing=south,powered=true": { "model": "block/acacia_button_pressed", "y": 180 }, + "face=floor,facing=north,powered=true": { "model": "block/acacia_button_pressed" }, + "face=wall,facing=east,powered=true": { "model": "block/acacia_button_pressed", "uvlock": true, "x": 90, "y": 90 }, + "face=wall,facing=west,powered=true": { "model": "block/acacia_button_pressed", "uvlock": true, "x": 90, "y": 270 }, + "face=wall,facing=south,powered=true": { "model": "block/acacia_button_pressed", "uvlock": true, "x": 90, "y": 180 }, + "face=wall,facing=north,powered=true": { "model": "block/acacia_button_pressed", "uvlock": true, "x": 90 }, + "face=ceiling,facing=east,powered=true": { "model": "block/acacia_button_pressed", "x": 180, "y": 270 }, + "face=ceiling,facing=west,powered=true": { "model": "block/acacia_button_pressed", "x": 180, "y": 90 }, + "face=ceiling,facing=south,powered=true": { "model": "block/acacia_button_pressed", "x": 180 }, + "face=ceiling,facing=north,powered=true": { "model": "block/acacia_button_pressed", "x": 180, "y": 180 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/acacia_door.json b/1.14.4/assets/minecraft/blockstates/acacia_door.json new file mode 100644 index 00000000..0e1d538b --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/acacia_door.json @@ -0,0 +1,36 @@ +{ + "variants": { + "facing=east,half=lower,hinge=left,open=false": { "model": "block/acacia_door_bottom" }, + "facing=south,half=lower,hinge=left,open=false": { "model": "block/acacia_door_bottom", "y": 90 }, + "facing=west,half=lower,hinge=left,open=false": { "model": "block/acacia_door_bottom", "y": 180 }, + "facing=north,half=lower,hinge=left,open=false": { "model": "block/acacia_door_bottom", "y": 270 }, + "facing=east,half=lower,hinge=right,open=false": { "model": "block/acacia_door_bottom_hinge" }, + "facing=south,half=lower,hinge=right,open=false": { "model": "block/acacia_door_bottom_hinge", "y": 90 }, + "facing=west,half=lower,hinge=right,open=false": { "model": "block/acacia_door_bottom_hinge", "y": 180 }, + "facing=north,half=lower,hinge=right,open=false": { "model": "block/acacia_door_bottom_hinge", "y": 270 }, + "facing=east,half=lower,hinge=left,open=true": { "model": "block/acacia_door_bottom_hinge", "y": 90 }, + "facing=south,half=lower,hinge=left,open=true": { "model": "block/acacia_door_bottom_hinge", "y": 180 }, + "facing=west,half=lower,hinge=left,open=true": { "model": "block/acacia_door_bottom_hinge", "y": 270 }, + "facing=north,half=lower,hinge=left,open=true": { "model": "block/acacia_door_bottom_hinge" }, + "facing=east,half=lower,hinge=right,open=true": { "model": "block/acacia_door_bottom", "y": 270 }, + "facing=south,half=lower,hinge=right,open=true": { "model": "block/acacia_door_bottom" }, + "facing=west,half=lower,hinge=right,open=true": { "model": "block/acacia_door_bottom", "y": 90 }, + "facing=north,half=lower,hinge=right,open=true": { "model": "block/acacia_door_bottom", "y": 180 }, + "facing=east,half=upper,hinge=left,open=false": { "model": "block/acacia_door_top" }, + "facing=south,half=upper,hinge=left,open=false": { "model": "block/acacia_door_top", "y": 90 }, + "facing=west,half=upper,hinge=left,open=false": { "model": "block/acacia_door_top", "y": 180 }, + "facing=north,half=upper,hinge=left,open=false": { "model": "block/acacia_door_top", "y": 270 }, + "facing=east,half=upper,hinge=right,open=false": { "model": "block/acacia_door_top_hinge" }, + "facing=south,half=upper,hinge=right,open=false": { "model": "block/acacia_door_top_hinge", "y": 90 }, + "facing=west,half=upper,hinge=right,open=false": { "model": "block/acacia_door_top_hinge", "y": 180 }, + "facing=north,half=upper,hinge=right,open=false": { "model": "block/acacia_door_top_hinge", "y": 270 }, + "facing=east,half=upper,hinge=left,open=true": { "model": "block/acacia_door_top_hinge", "y": 90 }, + "facing=south,half=upper,hinge=left,open=true": { "model": "block/acacia_door_top_hinge", "y": 180 }, + "facing=west,half=upper,hinge=left,open=true": { "model": "block/acacia_door_top_hinge", "y": 270 }, + "facing=north,half=upper,hinge=left,open=true": { "model": "block/acacia_door_top_hinge" }, + "facing=east,half=upper,hinge=right,open=true": { "model": "block/acacia_door_top", "y": 270 }, + "facing=south,half=upper,hinge=right,open=true": { "model": "block/acacia_door_top" }, + "facing=west,half=upper,hinge=right,open=true": { "model": "block/acacia_door_top", "y": 90 }, + "facing=north,half=upper,hinge=right,open=true": { "model": "block/acacia_door_top", "y": 180 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/acacia_fence.json b/1.14.4/assets/minecraft/blockstates/acacia_fence.json new file mode 100644 index 00000000..868497ce --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/acacia_fence.json @@ -0,0 +1,17 @@ +{ + "multipart": [ + { "apply": { "model": "block/acacia_fence_post" }}, + { "when": { "north": "true" }, + "apply": { "model": "block/acacia_fence_side", "uvlock": true } + }, + { "when": { "east": "true" }, + "apply": { "model": "block/acacia_fence_side", "y": 90, "uvlock": true } + }, + { "when": { "south": "true" }, + "apply": { "model": "block/acacia_fence_side", "y": 180, "uvlock": true } + }, + { "when": { "west": "true" }, + "apply": { "model": "block/acacia_fence_side", "y": 270, "uvlock": true } + } + ] +} diff --git a/1.14.4/assets/minecraft/blockstates/acacia_fence_gate.json b/1.14.4/assets/minecraft/blockstates/acacia_fence_gate.json new file mode 100644 index 00000000..83cedf27 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/acacia_fence_gate.json @@ -0,0 +1,20 @@ +{ + "variants": { + "facing=south,in_wall=false,open=false": { "model": "block/acacia_fence_gate", "uvlock": true }, + "facing=west,in_wall=false,open=false": { "model": "block/acacia_fence_gate", "uvlock": true, "y": 90 }, + "facing=north,in_wall=false,open=false": { "model": "block/acacia_fence_gate", "uvlock": true, "y": 180 }, + "facing=east,in_wall=false,open=false": { "model": "block/acacia_fence_gate", "uvlock": true, "y": 270 }, + "facing=south,in_wall=false,open=true": { "model": "block/acacia_fence_gate_open", "uvlock": true }, + "facing=west,in_wall=false,open=true": { "model": "block/acacia_fence_gate_open", "uvlock": true, "y": 90 }, + "facing=north,in_wall=false,open=true": { "model": "block/acacia_fence_gate_open", "uvlock": true, "y": 180 }, + "facing=east,in_wall=false,open=true": { "model": "block/acacia_fence_gate_open", "uvlock": true, "y": 270 }, + "facing=south,in_wall=true,open=false": { "model": "block/acacia_fence_gate_wall", "uvlock": true }, + "facing=west,in_wall=true,open=false": { "model": "block/acacia_fence_gate_wall", "uvlock": true, "y": 90 }, + "facing=north,in_wall=true,open=false": { "model": "block/acacia_fence_gate_wall", "uvlock": true, "y": 180 }, + "facing=east,in_wall=true,open=false": { "model": "block/acacia_fence_gate_wall", "uvlock": true, "y": 270 }, + "facing=south,in_wall=true,open=true": { "model": "block/acacia_fence_gate_wall_open", "uvlock": true }, + "facing=west,in_wall=true,open=true": { "model": "block/acacia_fence_gate_wall_open", "uvlock": true, "y": 90 }, + "facing=north,in_wall=true,open=true": { "model": "block/acacia_fence_gate_wall_open", "uvlock": true, "y": 180 }, + "facing=east,in_wall=true,open=true": { "model": "block/acacia_fence_gate_wall_open", "uvlock": true, "y": 270 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/acacia_leaves.json b/1.14.4/assets/minecraft/blockstates/acacia_leaves.json new file mode 100644 index 00000000..6de4f3e9 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/acacia_leaves.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/acacia_leaves" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/acacia_log.json b/1.14.4/assets/minecraft/blockstates/acacia_log.json new file mode 100644 index 00000000..70a021bd --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/acacia_log.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/acacia_log" }, + "axis=z": { "model": "block/acacia_log", "x": 90 }, + "axis=x": { "model": "block/acacia_log", "x": 90, "y": 90 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/acacia_planks.json b/1.14.4/assets/minecraft/blockstates/acacia_planks.json new file mode 100644 index 00000000..c8ab0889 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/acacia_planks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/acacia_planks" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/acacia_pressure_plate.json b/1.14.4/assets/minecraft/blockstates/acacia_pressure_plate.json new file mode 100644 index 00000000..a2488207 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/acacia_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "variants": { + "powered=false": { "model": "block/acacia_pressure_plate" }, + "powered=true": { "model": "block/acacia_pressure_plate_down" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/acacia_sapling.json b/1.14.4/assets/minecraft/blockstates/acacia_sapling.json new file mode 100644 index 00000000..1dc41a26 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/acacia_sapling.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/acacia_sapling" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/acacia_sign.json b/1.14.4/assets/minecraft/blockstates/acacia_sign.json new file mode 100644 index 00000000..2e239a32 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/acacia_sign.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/acacia_sign" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/acacia_slab.json b/1.14.4/assets/minecraft/blockstates/acacia_slab.json new file mode 100644 index 00000000..cdfd867b --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/acacia_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/acacia_slab" }, + "type=top": { "model": "block/acacia_slab_top" }, + "type=double": { "model": "block/acacia_planks" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/acacia_stairs.json b/1.14.4/assets/minecraft/blockstates/acacia_stairs.json new file mode 100644 index 00000000..bc61b292 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/acacia_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/acacia_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/acacia_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/acacia_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/acacia_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/acacia_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/acacia_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/acacia_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/acacia_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/acacia_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/acacia_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/acacia_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/acacia_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/acacia_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/acacia_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/acacia_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/acacia_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/acacia_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/acacia_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/acacia_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/acacia_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/acacia_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/acacia_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/acacia_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/acacia_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/acacia_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/acacia_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/acacia_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/acacia_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/acacia_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/acacia_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/acacia_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/acacia_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/acacia_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/acacia_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/acacia_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/acacia_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/acacia_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/acacia_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/acacia_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/acacia_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/acacia_trapdoor.json b/1.14.4/assets/minecraft/blockstates/acacia_trapdoor.json new file mode 100644 index 00000000..4061a364 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/acacia_trapdoor.json @@ -0,0 +1,20 @@ +{ + "variants": { + "facing=north,half=bottom,open=false": { "model": "block/acacia_trapdoor_bottom" }, + "facing=south,half=bottom,open=false": { "model": "block/acacia_trapdoor_bottom", "y": 180 }, + "facing=east,half=bottom,open=false": { "model": "block/acacia_trapdoor_bottom", "y": 90 }, + "facing=west,half=bottom,open=false": { "model": "block/acacia_trapdoor_bottom", "y": 270 }, + "facing=north,half=top,open=false": { "model": "block/acacia_trapdoor_top" }, + "facing=south,half=top,open=false": { "model": "block/acacia_trapdoor_top", "y": 180 }, + "facing=east,half=top,open=false": { "model": "block/acacia_trapdoor_top", "y": 90 }, + "facing=west,half=top,open=false": { "model": "block/acacia_trapdoor_top", "y": 270 }, + "facing=north,half=bottom,open=true": { "model": "block/acacia_trapdoor_open" }, + "facing=south,half=bottom,open=true": { "model": "block/acacia_trapdoor_open", "y": 180 }, + "facing=east,half=bottom,open=true": { "model": "block/acacia_trapdoor_open", "y": 90 }, + "facing=west,half=bottom,open=true": { "model": "block/acacia_trapdoor_open", "y": 270 }, + "facing=north,half=top,open=true": { "model": "block/acacia_trapdoor_open", "x": 180, "y": 180 }, + "facing=south,half=top,open=true": { "model": "block/acacia_trapdoor_open", "x": 180, "y": 0 }, + "facing=east,half=top,open=true": { "model": "block/acacia_trapdoor_open", "x": 180, "y": 270 }, + "facing=west,half=top,open=true": { "model": "block/acacia_trapdoor_open", "x": 180, "y": 90 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/acacia_wall_sign.json b/1.14.4/assets/minecraft/blockstates/acacia_wall_sign.json new file mode 100644 index 00000000..2e239a32 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/acacia_wall_sign.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/acacia_sign" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/acacia_wood.json b/1.14.4/assets/minecraft/blockstates/acacia_wood.json new file mode 100644 index 00000000..f55ac8ee --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/acacia_wood.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/acacia_wood" }, + "axis=z": { "model": "block/acacia_wood", "x": 90 }, + "axis=x": { "model": "block/acacia_wood", "x": 90, "y": 90 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/activator_rail.json b/1.14.4/assets/minecraft/blockstates/activator_rail.json new file mode 100644 index 00000000..69c29498 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/activator_rail.json @@ -0,0 +1,16 @@ +{ + "variants": { + "powered=false,shape=north_south": { "model": "block/activator_rail" }, + "powered=false,shape=east_west": { "model": "block/activator_rail", "y": 90 }, + "powered=false,shape=ascending_east": { "model": "block/activator_rail_raised_ne", "y": 90 }, + "powered=false,shape=ascending_west": { "model": "block/activator_rail_raised_sw", "y": 90 }, + "powered=false,shape=ascending_north": { "model": "block/activator_rail_raised_ne" }, + "powered=false,shape=ascending_south": { "model": "block/activator_rail_raised_sw" }, + "powered=true,shape=north_south": { "model": "block/activator_rail_on" }, + "powered=true,shape=east_west": { "model": "block/activator_rail_on", "y": 90 }, + "powered=true,shape=ascending_east": { "model": "block/activator_rail_on_raised_ne", "y": 90 }, + "powered=true,shape=ascending_west": { "model": "block/activator_rail_on_raised_sw", "y": 90 }, + "powered=true,shape=ascending_north": { "model": "block/activator_rail_on_raised_ne" }, + "powered=true,shape=ascending_south": { "model": "block/activator_rail_on_raised_sw" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/air.json b/1.14.4/assets/minecraft/blockstates/air.json new file mode 100644 index 00000000..09fa52b3 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/air.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/air" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/allium.json b/1.14.4/assets/minecraft/blockstates/allium.json new file mode 100644 index 00000000..d97ce5ab --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/allium.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/allium" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/andesite.json b/1.14.4/assets/minecraft/blockstates/andesite.json new file mode 100644 index 00000000..4ff83d47 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/andesite.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/andesite" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/andesite_slab.json b/1.14.4/assets/minecraft/blockstates/andesite_slab.json new file mode 100644 index 00000000..6b2f26f1 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/andesite_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/andesite_slab" }, + "type=top": { "model": "block/andesite_slab_top" }, + "type=double": { "model": "block/andesite" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/andesite_stairs.json b/1.14.4/assets/minecraft/blockstates/andesite_stairs.json new file mode 100644 index 00000000..7c9b5fa7 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/andesite_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/andesite_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/andesite_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/andesite_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/andesite_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/andesite_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/andesite_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/andesite_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/andesite_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/andesite_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/andesite_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/andesite_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/andesite_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/andesite_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/andesite_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/andesite_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/andesite_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/andesite_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/andesite_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/andesite_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/andesite_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/andesite_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/andesite_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/andesite_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/andesite_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/andesite_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/andesite_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/andesite_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/andesite_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/andesite_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/andesite_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/andesite_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/andesite_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/andesite_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/andesite_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/andesite_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/andesite_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/andesite_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/andesite_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/andesite_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/andesite_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/andesite_wall.json b/1.14.4/assets/minecraft/blockstates/andesite_wall.json new file mode 100644 index 00000000..7356ff91 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/andesite_wall.json @@ -0,0 +1,19 @@ +{ + "multipart": [ + { "when": { "up": "true" }, + "apply": { "model": "block/andesite_wall_post" } + }, + { "when": { "north": "true" }, + "apply": { "model": "block/andesite_wall_side", "uvlock": true } + }, + { "when": { "east": "true" }, + "apply": { "model": "block/andesite_wall_side", "y": 90, "uvlock": true } + }, + { "when": { "south": "true" }, + "apply": { "model": "block/andesite_wall_side", "y": 180, "uvlock": true } + }, + { "when": { "west": "true" }, + "apply": { "model": "block/andesite_wall_side", "y": 270, "uvlock": true } + } + ] +} diff --git a/1.14.4/assets/minecraft/blockstates/anvil.json b/1.14.4/assets/minecraft/blockstates/anvil.json new file mode 100644 index 00000000..e71b0834 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/anvil.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "block/anvil" }, + "facing=west": { "model": "block/anvil", "y": 90 }, + "facing=north": { "model": "block/anvil", "y": 180 }, + "facing=east": { "model": "block/anvil", "y": 270 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/attached_melon_stem.json b/1.14.4/assets/minecraft/blockstates/attached_melon_stem.json new file mode 100644 index 00000000..f4048cb5 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/attached_melon_stem.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=west": { "model": "block/attached_melon_stem" }, + "facing=east": { "model": "block/attached_melon_stem", "y": 180 }, + "facing=north": { "model": "block/attached_melon_stem", "y": 90 }, + "facing=south": { "model": "block/attached_melon_stem", "y": 270 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/attached_pumpkin_stem.json b/1.14.4/assets/minecraft/blockstates/attached_pumpkin_stem.json new file mode 100644 index 00000000..3bbdc208 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/attached_pumpkin_stem.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=west": { "model": "block/attached_pumpkin_stem" }, + "facing=east": { "model": "block/attached_pumpkin_stem", "y": 180 }, + "facing=north": { "model": "block/attached_pumpkin_stem", "y": 90 }, + "facing=south": { "model": "block/attached_pumpkin_stem", "y": 270 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/azure_bluet.json b/1.14.4/assets/minecraft/blockstates/azure_bluet.json new file mode 100644 index 00000000..ac768cb8 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/azure_bluet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/azure_bluet" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/bamboo.json b/1.14.4/assets/minecraft/blockstates/bamboo.json new file mode 100644 index 00000000..cfa0c1a9 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/bamboo.json @@ -0,0 +1,26 @@ +{ + "multipart": [ + { "when": { "age": "0" }, + "apply": [ + { "model": "block/bamboo1_age0" }, + { "model": "block/bamboo2_age0" }, + { "model": "block/bamboo3_age0" }, + { "model": "block/bamboo4_age0" } + ] + }, + { "when": { "age": "1" }, + "apply": [ + { "model": "block/bamboo1_age1" }, + { "model": "block/bamboo2_age1" }, + { "model": "block/bamboo3_age1" }, + { "model": "block/bamboo4_age1" } + ] + }, + { "when": { "leaves": "small" }, + "apply": { "model": "block/bamboo_small_leaves" } + }, + { "when": { "leaves": "large" }, + "apply": { "model": "block/bamboo_large_leaves" } + } + ] +} diff --git a/1.14.4/assets/minecraft/blockstates/bamboo_sapling.json b/1.14.4/assets/minecraft/blockstates/bamboo_sapling.json new file mode 100644 index 00000000..9755a079 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/bamboo_sapling.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/bamboo_sapling" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/barrel.json b/1.14.4/assets/minecraft/blockstates/barrel.json new file mode 100644 index 00000000..e31119fa --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/barrel.json @@ -0,0 +1,16 @@ +{ + "variants": { + "facing=down,open=false": { "model": "block/barrel", "x": 180 }, + "facing=up,open=false": { "model": "block/barrel" }, + "facing=north,open=false": { "model": "block/barrel", "x": 90 }, + "facing=south,open=false": { "model": "block/barrel", "x": 90, "y": 180 }, + "facing=west,open=false": { "model": "block/barrel", "x": 90, "y": 270 }, + "facing=east,open=false": { "model": "block/barrel", "x": 90, "y": 90 }, + "facing=down,open=true": { "model": "block/barrel_open", "x": 180 }, + "facing=up,open=true": { "model": "block/barrel_open" }, + "facing=north,open=true": { "model": "block/barrel_open", "x": 90 }, + "facing=south,open=true": { "model": "block/barrel_open", "x": 90, "y": 180 }, + "facing=west,open=true": { "model": "block/barrel_open", "x": 90, "y": 270 }, + "facing=east,open=true": { "model": "block/barrel_open", "x": 90, "y": 90 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/barrier.json b/1.14.4/assets/minecraft/blockstates/barrier.json new file mode 100644 index 00000000..0d8d2e48 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/barrier.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/barrier" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/beacon.json b/1.14.4/assets/minecraft/blockstates/beacon.json new file mode 100644 index 00000000..49a1565c --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/beacon.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/beacon" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/bedrock.json b/1.14.4/assets/minecraft/blockstates/bedrock.json new file mode 100644 index 00000000..12a4ec26 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/bedrock.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/bedrock" }, + { "model": "block/bedrock_mirrored" }, + { "model": "block/bedrock", "y": 180 }, + { "model": "block/bedrock_mirrored", "y": 180 } + ] + } +} diff --git a/1.14.4/assets/minecraft/blockstates/beetroots.json b/1.14.4/assets/minecraft/blockstates/beetroots.json new file mode 100644 index 00000000..d96ba876 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/beetroots.json @@ -0,0 +1,8 @@ +{ + "variants": { + "age=0": { "model": "block/beetroots_stage0" }, + "age=1": { "model": "block/beetroots_stage1" }, + "age=2": { "model": "block/beetroots_stage2" }, + "age=3": { "model": "block/beetroots_stage3" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/bell.json b/1.14.4/assets/minecraft/blockstates/bell.json new file mode 100644 index 00000000..2e06b6e2 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/bell.json @@ -0,0 +1,20 @@ +{ + "variants": { + "facing=north,attachment=floor": { "model": "block/bell_floor" }, + "facing=south,attachment=floor": { "model": "block/bell_floor", "y": 180 }, + "facing=east,attachment=floor": { "model": "block/bell_floor", "y": 90 }, + "facing=west,attachment=floor": { "model": "block/bell_floor", "y": 270 }, + "facing=north,attachment=ceiling": { "model": "block/bell_ceiling" }, + "facing=south,attachment=ceiling": { "model": "block/bell_ceiling", "y": 180 }, + "facing=east,attachment=ceiling": { "model": "block/bell_ceiling", "y": 90 }, + "facing=west,attachment=ceiling": { "model": "block/bell_ceiling", "y": 270 }, + "facing=east,attachment=single_wall": { "model": "block/bell_wall" }, + "facing=west,attachment=single_wall": { "model": "block/bell_wall", "y": 180 }, + "facing=south,attachment=single_wall": { "model": "block/bell_wall", "y": 90 }, + "facing=north,attachment=single_wall": { "model": "block/bell_wall", "y": 270 }, + "facing=east,attachment=double_wall": { "model": "block/bell_between_walls" }, + "facing=west,attachment=double_wall": { "model": "block/bell_between_walls", "y": 180 }, + "facing=north,attachment=double_wall": { "model": "block/bell_between_walls", "y": 90 }, + "facing=south,attachment=double_wall": { "model": "block/bell_between_walls", "y": 270 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/birch_button.json b/1.14.4/assets/minecraft/blockstates/birch_button.json new file mode 100644 index 00000000..59950516 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/birch_button.json @@ -0,0 +1,28 @@ +{ + "variants": { + "face=floor,facing=east,powered=false": { "model": "block/birch_button", "y": 90 }, + "face=floor,facing=west,powered=false": { "model": "block/birch_button", "y": 270 }, + "face=floor,facing=south,powered=false": { "model": "block/birch_button", "y": 180 }, + "face=floor,facing=north,powered=false": { "model": "block/birch_button" }, + "face=wall,facing=east,powered=false": { "model": "block/birch_button", "uvlock": true, "x": 90, "y": 90 }, + "face=wall,facing=west,powered=false": { "model": "block/birch_button", "uvlock": true, "x": 90, "y": 270 }, + "face=wall,facing=south,powered=false": { "model": "block/birch_button", "uvlock": true, "x": 90, "y": 180 }, + "face=wall,facing=north,powered=false": { "model": "block/birch_button", "uvlock": true, "x": 90 }, + "face=ceiling,facing=east,powered=false": { "model": "block/birch_button", "x": 180, "y": 270 }, + "face=ceiling,facing=west,powered=false": { "model": "block/birch_button", "x": 180, "y": 90 }, + "face=ceiling,facing=south,powered=false": { "model": "block/birch_button", "x": 180 }, + "face=ceiling,facing=north,powered=false": { "model": "block/birch_button", "x": 180, "y": 180 }, + "face=floor,facing=east,powered=true": { "model": "block/birch_button_pressed", "y": 90 }, + "face=floor,facing=west,powered=true": { "model": "block/birch_button_pressed", "y": 270 }, + "face=floor,facing=south,powered=true": { "model": "block/birch_button_pressed", "y": 180 }, + "face=floor,facing=north,powered=true": { "model": "block/birch_button_pressed" }, + "face=wall,facing=east,powered=true": { "model": "block/birch_button_pressed", "uvlock": true, "x": 90, "y": 90 }, + "face=wall,facing=west,powered=true": { "model": "block/birch_button_pressed", "uvlock": true, "x": 90, "y": 270 }, + "face=wall,facing=south,powered=true": { "model": "block/birch_button_pressed", "uvlock": true, "x": 90, "y": 180 }, + "face=wall,facing=north,powered=true": { "model": "block/birch_button_pressed", "uvlock": true, "x": 90 }, + "face=ceiling,facing=east,powered=true": { "model": "block/birch_button_pressed", "x": 180, "y": 270 }, + "face=ceiling,facing=west,powered=true": { "model": "block/birch_button_pressed", "x": 180, "y": 90 }, + "face=ceiling,facing=south,powered=true": { "model": "block/birch_button_pressed", "x": 180 }, + "face=ceiling,facing=north,powered=true": { "model": "block/birch_button_pressed", "x": 180, "y": 180 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/birch_door.json b/1.14.4/assets/minecraft/blockstates/birch_door.json new file mode 100644 index 00000000..57080995 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/birch_door.json @@ -0,0 +1,36 @@ +{ + "variants": { + "facing=east,half=lower,hinge=left,open=false": { "model": "block/birch_door_bottom" }, + "facing=south,half=lower,hinge=left,open=false": { "model": "block/birch_door_bottom", "y": 90 }, + "facing=west,half=lower,hinge=left,open=false": { "model": "block/birch_door_bottom", "y": 180 }, + "facing=north,half=lower,hinge=left,open=false": { "model": "block/birch_door_bottom", "y": 270 }, + "facing=east,half=lower,hinge=right,open=false": { "model": "block/birch_door_bottom_hinge" }, + "facing=south,half=lower,hinge=right,open=false": { "model": "block/birch_door_bottom_hinge", "y": 90 }, + "facing=west,half=lower,hinge=right,open=false": { "model": "block/birch_door_bottom_hinge", "y": 180 }, + "facing=north,half=lower,hinge=right,open=false": { "model": "block/birch_door_bottom_hinge", "y": 270 }, + "facing=east,half=lower,hinge=left,open=true": { "model": "block/birch_door_bottom_hinge", "y": 90 }, + "facing=south,half=lower,hinge=left,open=true": { "model": "block/birch_door_bottom_hinge", "y": 180 }, + "facing=west,half=lower,hinge=left,open=true": { "model": "block/birch_door_bottom_hinge", "y": 270 }, + "facing=north,half=lower,hinge=left,open=true": { "model": "block/birch_door_bottom_hinge" }, + "facing=east,half=lower,hinge=right,open=true": { "model": "block/birch_door_bottom", "y": 270 }, + "facing=south,half=lower,hinge=right,open=true": { "model": "block/birch_door_bottom" }, + "facing=west,half=lower,hinge=right,open=true": { "model": "block/birch_door_bottom", "y": 90 }, + "facing=north,half=lower,hinge=right,open=true": { "model": "block/birch_door_bottom", "y": 180 }, + "facing=east,half=upper,hinge=left,open=false": { "model": "block/birch_door_top" }, + "facing=south,half=upper,hinge=left,open=false": { "model": "block/birch_door_top", "y": 90 }, + "facing=west,half=upper,hinge=left,open=false": { "model": "block/birch_door_top", "y": 180 }, + "facing=north,half=upper,hinge=left,open=false": { "model": "block/birch_door_top", "y": 270 }, + "facing=east,half=upper,hinge=right,open=false": { "model": "block/birch_door_top_hinge" }, + "facing=south,half=upper,hinge=right,open=false": { "model": "block/birch_door_top_hinge", "y": 90 }, + "facing=west,half=upper,hinge=right,open=false": { "model": "block/birch_door_top_hinge", "y": 180 }, + "facing=north,half=upper,hinge=right,open=false": { "model": "block/birch_door_top_hinge", "y": 270 }, + "facing=east,half=upper,hinge=left,open=true": { "model": "block/birch_door_top_hinge", "y": 90 }, + "facing=south,half=upper,hinge=left,open=true": { "model": "block/birch_door_top_hinge", "y": 180 }, + "facing=west,half=upper,hinge=left,open=true": { "model": "block/birch_door_top_hinge", "y": 270 }, + "facing=north,half=upper,hinge=left,open=true": { "model": "block/birch_door_top_hinge" }, + "facing=east,half=upper,hinge=right,open=true": { "model": "block/birch_door_top", "y": 270 }, + "facing=south,half=upper,hinge=right,open=true": { "model": "block/birch_door_top" }, + "facing=west,half=upper,hinge=right,open=true": { "model": "block/birch_door_top", "y": 90 }, + "facing=north,half=upper,hinge=right,open=true": { "model": "block/birch_door_top", "y": 180 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/birch_fence.json b/1.14.4/assets/minecraft/blockstates/birch_fence.json new file mode 100644 index 00000000..8333ce9e --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/birch_fence.json @@ -0,0 +1,17 @@ +{ + "multipart": [ + { "apply": { "model": "block/birch_fence_post" }}, + { "when": { "north": "true" }, + "apply": { "model": "block/birch_fence_side", "uvlock": true } + }, + { "when": { "east": "true" }, + "apply": { "model": "block/birch_fence_side", "y": 90, "uvlock": true } + }, + { "when": { "south": "true" }, + "apply": { "model": "block/birch_fence_side", "y": 180, "uvlock": true } + }, + { "when": { "west": "true" }, + "apply": { "model": "block/birch_fence_side", "y": 270, "uvlock": true } + } + ] +} diff --git a/1.14.4/assets/minecraft/blockstates/birch_fence_gate.json b/1.14.4/assets/minecraft/blockstates/birch_fence_gate.json new file mode 100644 index 00000000..c45aa799 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/birch_fence_gate.json @@ -0,0 +1,20 @@ +{ + "variants": { + "facing=south,in_wall=false,open=false": { "model": "block/birch_fence_gate", "uvlock": true }, + "facing=west,in_wall=false,open=false": { "model": "block/birch_fence_gate", "uvlock": true, "y": 90 }, + "facing=north,in_wall=false,open=false": { "model": "block/birch_fence_gate", "uvlock": true, "y": 180 }, + "facing=east,in_wall=false,open=false": { "model": "block/birch_fence_gate", "uvlock": true, "y": 270 }, + "facing=south,in_wall=false,open=true": { "model": "block/birch_fence_gate_open", "uvlock": true }, + "facing=west,in_wall=false,open=true": { "model": "block/birch_fence_gate_open", "uvlock": true, "y": 90 }, + "facing=north,in_wall=false,open=true": { "model": "block/birch_fence_gate_open", "uvlock": true, "y": 180 }, + "facing=east,in_wall=false,open=true": { "model": "block/birch_fence_gate_open", "uvlock": true, "y": 270 }, + "facing=south,in_wall=true,open=false": { "model": "block/birch_fence_gate_wall", "uvlock": true }, + "facing=west,in_wall=true,open=false": { "model": "block/birch_fence_gate_wall", "uvlock": true, "y": 90 }, + "facing=north,in_wall=true,open=false": { "model": "block/birch_fence_gate_wall", "uvlock": true, "y": 180 }, + "facing=east,in_wall=true,open=false": { "model": "block/birch_fence_gate_wall", "uvlock": true, "y": 270 }, + "facing=south,in_wall=true,open=true": { "model": "block/birch_fence_gate_wall_open", "uvlock": true }, + "facing=west,in_wall=true,open=true": { "model": "block/birch_fence_gate_wall_open", "uvlock": true, "y": 90 }, + "facing=north,in_wall=true,open=true": { "model": "block/birch_fence_gate_wall_open", "uvlock": true, "y": 180 }, + "facing=east,in_wall=true,open=true": { "model": "block/birch_fence_gate_wall_open", "uvlock": true, "y": 270 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/birch_leaves.json b/1.14.4/assets/minecraft/blockstates/birch_leaves.json new file mode 100644 index 00000000..a0a11ff6 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/birch_leaves.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/birch_leaves" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/birch_log.json b/1.14.4/assets/minecraft/blockstates/birch_log.json new file mode 100644 index 00000000..2e81aacd --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/birch_log.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/birch_log" }, + "axis=z": { "model": "block/birch_log", "x": 90 }, + "axis=x": { "model": "block/birch_log", "x": 90, "y": 90 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/birch_planks.json b/1.14.4/assets/minecraft/blockstates/birch_planks.json new file mode 100644 index 00000000..93b51a28 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/birch_planks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/birch_planks" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/birch_pressure_plate.json b/1.14.4/assets/minecraft/blockstates/birch_pressure_plate.json new file mode 100644 index 00000000..294bc14b --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/birch_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "variants": { + "powered=false": { "model": "block/birch_pressure_plate" }, + "powered=true": { "model": "block/birch_pressure_plate_down" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/birch_sapling.json b/1.14.4/assets/minecraft/blockstates/birch_sapling.json new file mode 100644 index 00000000..5a7fc058 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/birch_sapling.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/birch_sapling" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/birch_sign.json b/1.14.4/assets/minecraft/blockstates/birch_sign.json new file mode 100644 index 00000000..873d83db --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/birch_sign.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/birch_sign" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/birch_slab.json b/1.14.4/assets/minecraft/blockstates/birch_slab.json new file mode 100644 index 00000000..4a6f5b56 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/birch_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/birch_slab" }, + "type=top": { "model": "block/birch_slab_top" }, + "type=double": { "model": "block/birch_planks" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/birch_stairs.json b/1.14.4/assets/minecraft/blockstates/birch_stairs.json new file mode 100644 index 00000000..8ac9dddd --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/birch_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/birch_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/birch_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/birch_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/birch_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/birch_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/birch_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/birch_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/birch_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/birch_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/birch_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/birch_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/birch_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/birch_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/birch_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/birch_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/birch_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/birch_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/birch_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/birch_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/birch_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/birch_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/birch_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/birch_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/birch_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/birch_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/birch_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/birch_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/birch_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/birch_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/birch_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/birch_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/birch_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/birch_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/birch_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/birch_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/birch_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/birch_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/birch_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/birch_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/birch_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/birch_trapdoor.json b/1.14.4/assets/minecraft/blockstates/birch_trapdoor.json new file mode 100644 index 00000000..30567436 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/birch_trapdoor.json @@ -0,0 +1,20 @@ +{ + "variants": { + "facing=north,half=bottom,open=false": { "model": "block/birch_trapdoor_bottom" }, + "facing=south,half=bottom,open=false": { "model": "block/birch_trapdoor_bottom", "y": 180 }, + "facing=east,half=bottom,open=false": { "model": "block/birch_trapdoor_bottom", "y": 90 }, + "facing=west,half=bottom,open=false": { "model": "block/birch_trapdoor_bottom", "y": 270 }, + "facing=north,half=top,open=false": { "model": "block/birch_trapdoor_top" }, + "facing=south,half=top,open=false": { "model": "block/birch_trapdoor_top", "y": 180 }, + "facing=east,half=top,open=false": { "model": "block/birch_trapdoor_top", "y": 90 }, + "facing=west,half=top,open=false": { "model": "block/birch_trapdoor_top", "y": 270 }, + "facing=north,half=bottom,open=true": { "model": "block/birch_trapdoor_open" }, + "facing=south,half=bottom,open=true": { "model": "block/birch_trapdoor_open", "y": 180 }, + "facing=east,half=bottom,open=true": { "model": "block/birch_trapdoor_open", "y": 90 }, + "facing=west,half=bottom,open=true": { "model": "block/birch_trapdoor_open", "y": 270 }, + "facing=north,half=top,open=true": { "model": "block/birch_trapdoor_open", "x": 180, "y": 180 }, + "facing=south,half=top,open=true": { "model": "block/birch_trapdoor_open", "x": 180, "y": 0 }, + "facing=east,half=top,open=true": { "model": "block/birch_trapdoor_open", "x": 180, "y": 270 }, + "facing=west,half=top,open=true": { "model": "block/birch_trapdoor_open", "x": 180, "y": 90 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/birch_wall_sign.json b/1.14.4/assets/minecraft/blockstates/birch_wall_sign.json new file mode 100644 index 00000000..873d83db --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/birch_wall_sign.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/birch_sign" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/birch_wood.json b/1.14.4/assets/minecraft/blockstates/birch_wood.json new file mode 100644 index 00000000..1cfc0b88 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/birch_wood.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/birch_wood" }, + "axis=z": { "model": "block/birch_wood", "x": 90 }, + "axis=x": { "model": "block/birch_wood", "x": 90, "y": 90 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/black_banner.json b/1.14.4/assets/minecraft/blockstates/black_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/black_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/black_bed.json b/1.14.4/assets/minecraft/blockstates/black_bed.json new file mode 100644 index 00000000..8cdeb6ce --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/black_bed.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/bed" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/black_carpet.json b/1.14.4/assets/minecraft/blockstates/black_carpet.json new file mode 100644 index 00000000..21f71063 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/black_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/black_carpet" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/black_concrete.json b/1.14.4/assets/minecraft/blockstates/black_concrete.json new file mode 100644 index 00000000..9e56b5dd --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/black_concrete.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/black_concrete" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/black_concrete_powder.json b/1.14.4/assets/minecraft/blockstates/black_concrete_powder.json new file mode 100644 index 00000000..cc9ab95d --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/black_concrete_powder.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/black_concrete_powder" }, + { "model": "block/black_concrete_powder", "y": 90 }, + { "model": "block/black_concrete_powder", "y": 180 }, + { "model": "block/black_concrete_powder", "y": 270 } + ] + } +} diff --git a/1.14.4/assets/minecraft/blockstates/black_glazed_terracotta.json b/1.14.4/assets/minecraft/blockstates/black_glazed_terracotta.json new file mode 100644 index 00000000..b1fdec8b --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/black_glazed_terracotta.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "block/black_glazed_terracotta" }, + "facing=west": { "model": "block/black_glazed_terracotta", "y": 90 }, + "facing=north": { "model": "block/black_glazed_terracotta", "y": 180 }, + "facing=east": { "model": "block/black_glazed_terracotta", "y": 270 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/black_shulker_box.json b/1.14.4/assets/minecraft/blockstates/black_shulker_box.json new file mode 100644 index 00000000..7831b9f7 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/black_shulker_box.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/black_shulker_box" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/black_stained_glass.json b/1.14.4/assets/minecraft/blockstates/black_stained_glass.json new file mode 100644 index 00000000..bccd2bcf --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/black_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/black_stained_glass" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/black_stained_glass_pane.json b/1.14.4/assets/minecraft/blockstates/black_stained_glass_pane.json new file mode 100644 index 00000000..57fb68d9 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/black_stained_glass_pane.json @@ -0,0 +1,29 @@ +{ + "multipart": [ + { "apply": { "model": "block/black_stained_glass_pane_post" }}, + { "when": { "north": true }, + "apply": { "model": "block/black_stained_glass_pane_side" } + }, + { "when": { "east": true }, + "apply": { "model": "block/black_stained_glass_pane_side", "y": 90 } + }, + { "when": { "south": true }, + "apply": { "model": "block/black_stained_glass_pane_side_alt" } + }, + { "when": { "west": true }, + "apply": { "model": "block/black_stained_glass_pane_side_alt", "y": 90 } + }, + { "when": { "north": false }, + "apply": { "model": "block/black_stained_glass_pane_noside" } + }, + { "when": { "east": false }, + "apply": { "model": "block/black_stained_glass_pane_noside_alt" } + }, + { "when": { "south": false }, + "apply": { "model": "block/black_stained_glass_pane_noside_alt", "y": 90 } + }, + { "when": { "west": false }, + "apply": { "model": "block/black_stained_glass_pane_noside", "y": 270 } + } + ] +} diff --git a/1.14.4/assets/minecraft/blockstates/black_terracotta.json b/1.14.4/assets/minecraft/blockstates/black_terracotta.json new file mode 100644 index 00000000..a88bb3d4 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/black_terracotta.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/black_terracotta" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/black_wall_banner.json b/1.14.4/assets/minecraft/blockstates/black_wall_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/black_wall_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/black_wool.json b/1.14.4/assets/minecraft/blockstates/black_wool.json new file mode 100644 index 00000000..e3e5790c --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/black_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/black_wool" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/blast_furnace.json b/1.14.4/assets/minecraft/blockstates/blast_furnace.json new file mode 100644 index 00000000..8392fcd9 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/blast_furnace.json @@ -0,0 +1,12 @@ +{ + "variants": { + "facing=north,lit=false": { "model": "block/blast_furnace" }, + "facing=south,lit=false": { "model": "block/blast_furnace", "y": 180 }, + "facing=west,lit=false": { "model": "block/blast_furnace", "y": 270 }, + "facing=east,lit=false": { "model": "block/blast_furnace", "y": 90 }, + "facing=north,lit=true": { "model": "block/blast_furnace_on" }, + "facing=south,lit=true": { "model": "block/blast_furnace_on", "y": 180 }, + "facing=west,lit=true": { "model": "block/blast_furnace_on", "y": 270 }, + "facing=east,lit=true": { "model": "block/blast_furnace_on", "y": 90 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/blue_banner.json b/1.14.4/assets/minecraft/blockstates/blue_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/blue_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/blue_bed.json b/1.14.4/assets/minecraft/blockstates/blue_bed.json new file mode 100644 index 00000000..8cdeb6ce --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/blue_bed.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/bed" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/blue_carpet.json b/1.14.4/assets/minecraft/blockstates/blue_carpet.json new file mode 100644 index 00000000..4b31a299 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/blue_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/blue_carpet" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/blue_concrete.json b/1.14.4/assets/minecraft/blockstates/blue_concrete.json new file mode 100644 index 00000000..7bad98f3 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/blue_concrete.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/blue_concrete" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/blue_concrete_powder.json b/1.14.4/assets/minecraft/blockstates/blue_concrete_powder.json new file mode 100644 index 00000000..af673f0c --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/blue_concrete_powder.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/blue_concrete_powder" }, + { "model": "block/blue_concrete_powder", "y": 90 }, + { "model": "block/blue_concrete_powder", "y": 180 }, + { "model": "block/blue_concrete_powder", "y": 270 } + ] + } +} diff --git a/1.14.4/assets/minecraft/blockstates/blue_glazed_terracotta.json b/1.14.4/assets/minecraft/blockstates/blue_glazed_terracotta.json new file mode 100644 index 00000000..1f267a25 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/blue_glazed_terracotta.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "block/blue_glazed_terracotta" }, + "facing=west": { "model": "block/blue_glazed_terracotta", "y": 90 }, + "facing=north": { "model": "block/blue_glazed_terracotta", "y": 180 }, + "facing=east": { "model": "block/blue_glazed_terracotta", "y": 270 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/blue_ice.json b/1.14.4/assets/minecraft/blockstates/blue_ice.json new file mode 100644 index 00000000..58a6bc66 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/blue_ice.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/blue_ice" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/blue_orchid.json b/1.14.4/assets/minecraft/blockstates/blue_orchid.json new file mode 100644 index 00000000..f765e4be --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/blue_orchid.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/blue_orchid" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/blue_shulker_box.json b/1.14.4/assets/minecraft/blockstates/blue_shulker_box.json new file mode 100644 index 00000000..ec899b78 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/blue_shulker_box.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/blue_shulker_box" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/blue_stained_glass.json b/1.14.4/assets/minecraft/blockstates/blue_stained_glass.json new file mode 100644 index 00000000..0b9ff5b0 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/blue_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/blue_stained_glass" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/blue_stained_glass_pane.json b/1.14.4/assets/minecraft/blockstates/blue_stained_glass_pane.json new file mode 100644 index 00000000..6c08c117 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/blue_stained_glass_pane.json @@ -0,0 +1,29 @@ +{ + "multipart": [ + { "apply": { "model": "block/blue_stained_glass_pane_post" }}, + { "when": { "north": true }, + "apply": { "model": "block/blue_stained_glass_pane_side" } + }, + { "when": { "east": true }, + "apply": { "model": "block/blue_stained_glass_pane_side", "y": 90 } + }, + { "when": { "south": true }, + "apply": { "model": "block/blue_stained_glass_pane_side_alt" } + }, + { "when": { "west": true }, + "apply": { "model": "block/blue_stained_glass_pane_side_alt", "y": 90 } + }, + { "when": { "north": false }, + "apply": { "model": "block/blue_stained_glass_pane_noside" } + }, + { "when": { "east": false }, + "apply": { "model": "block/blue_stained_glass_pane_noside_alt" } + }, + { "when": { "south": false }, + "apply": { "model": "block/blue_stained_glass_pane_noside_alt", "y": 90 } + }, + { "when": { "west": false }, + "apply": { "model": "block/blue_stained_glass_pane_noside", "y": 270 } + } + ] +} diff --git a/1.14.4/assets/minecraft/blockstates/blue_terracotta.json b/1.14.4/assets/minecraft/blockstates/blue_terracotta.json new file mode 100644 index 00000000..8200b2fc --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/blue_terracotta.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/blue_terracotta" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/blue_wall_banner.json b/1.14.4/assets/minecraft/blockstates/blue_wall_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/blue_wall_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/blue_wool.json b/1.14.4/assets/minecraft/blockstates/blue_wool.json new file mode 100644 index 00000000..f1c262cb --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/blue_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/blue_wool" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/bone_block.json b/1.14.4/assets/minecraft/blockstates/bone_block.json new file mode 100644 index 00000000..b6afb4b6 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/bone_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/bone_block" }, + "axis=z": { "model": "block/bone_block", "x": 90 }, + "axis=x": { "model": "block/bone_block", "x": 90, "y": 90 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/bookshelf.json b/1.14.4/assets/minecraft/blockstates/bookshelf.json new file mode 100644 index 00000000..df39cc30 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/bookshelf.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/bookshelf" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/brain_coral.json b/1.14.4/assets/minecraft/blockstates/brain_coral.json new file mode 100644 index 00000000..ba47e3df --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/brain_coral.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/brain_coral" } + } +} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/blockstates/brain_coral_block.json b/1.14.4/assets/minecraft/blockstates/brain_coral_block.json new file mode 100644 index 00000000..bab54b01 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/brain_coral_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/brain_coral_block" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/brain_coral_fan.json b/1.14.4/assets/minecraft/blockstates/brain_coral_fan.json new file mode 100644 index 00000000..5d5f5225 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/brain_coral_fan.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/brain_coral_fan" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/brain_coral_wall_fan.json b/1.14.4/assets/minecraft/blockstates/brain_coral_wall_fan.json new file mode 100644 index 00000000..1e3d00b9 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/brain_coral_wall_fan.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=east": { "model": "block/brain_coral_wall_fan", "y": 90 }, + "facing=south": { "model": "block/brain_coral_wall_fan", "y": 180 }, + "facing=west": { "model": "block/brain_coral_wall_fan", "y": 270 }, + "facing=north": { "model": "block/brain_coral_wall_fan", "y": 0 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/brewing_stand.json b/1.14.4/assets/minecraft/blockstates/brewing_stand.json new file mode 100644 index 00000000..fc6eecf6 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/brewing_stand.json @@ -0,0 +1,23 @@ +{ + "multipart": [ + { "apply": { "model": "block/brewing_stand" }}, + { "when": { "has_bottle_0": "true" }, + "apply": { "model": "block/brewing_stand_bottle0" } + }, + { "when": { "has_bottle_1": "true" }, + "apply": { "model": "block/brewing_stand_bottle1" } + }, + { "when": { "has_bottle_2": "true" }, + "apply": { "model": "block/brewing_stand_bottle2" } + }, + { "when": { "has_bottle_0": "false" }, + "apply": { "model": "block/brewing_stand_empty0" } + }, + { "when": { "has_bottle_1": "false" }, + "apply": { "model": "block/brewing_stand_empty1" } + }, + { "when": { "has_bottle_2": "false" }, + "apply": { "model": "block/brewing_stand_empty2" } + } + ] +} diff --git a/1.14.4/assets/minecraft/blockstates/brick_slab.json b/1.14.4/assets/minecraft/blockstates/brick_slab.json new file mode 100644 index 00000000..f50ad298 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/brick_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/brick_slab" }, + "type=top": { "model": "block/brick_slab_top" }, + "type=double": { "model": "block/bricks" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/brick_stairs.json b/1.14.4/assets/minecraft/blockstates/brick_stairs.json new file mode 100644 index 00000000..a94331c9 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/brick_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/brick_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/brick_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/brick_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/brick_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/brick_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/brick_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/brick_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/brick_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/brick_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/brick_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/brick_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/brick_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/brick_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/brick_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/brick_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/brick_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/brick_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/brick_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/brick_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/brick_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/brick_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/brick_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/brick_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/brick_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/brick_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/brick_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/brick_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/brick_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/brick_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/brick_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/brick_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/brick_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/brick_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/brick_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/brick_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/brick_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/brick_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/brick_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/brick_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/brick_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/brick_wall.json b/1.14.4/assets/minecraft/blockstates/brick_wall.json new file mode 100644 index 00000000..8e8b9b71 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/brick_wall.json @@ -0,0 +1,19 @@ +{ + "multipart": [ + { "when": { "up": "true" }, + "apply": { "model": "block/brick_wall_post" } + }, + { "when": { "north": "true" }, + "apply": { "model": "block/brick_wall_side", "uvlock": true } + }, + { "when": { "east": "true" }, + "apply": { "model": "block/brick_wall_side", "y": 90, "uvlock": true } + }, + { "when": { "south": "true" }, + "apply": { "model": "block/brick_wall_side", "y": 180, "uvlock": true } + }, + { "when": { "west": "true" }, + "apply": { "model": "block/brick_wall_side", "y": 270, "uvlock": true } + } + ] +} diff --git a/1.14.4/assets/minecraft/blockstates/bricks.json b/1.14.4/assets/minecraft/blockstates/bricks.json new file mode 100644 index 00000000..e65d8f5c --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/bricks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/bricks" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/brown_banner.json b/1.14.4/assets/minecraft/blockstates/brown_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/brown_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/brown_bed.json b/1.14.4/assets/minecraft/blockstates/brown_bed.json new file mode 100644 index 00000000..8cdeb6ce --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/brown_bed.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/bed" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/brown_carpet.json b/1.14.4/assets/minecraft/blockstates/brown_carpet.json new file mode 100644 index 00000000..7372d237 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/brown_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/brown_carpet" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/brown_concrete.json b/1.14.4/assets/minecraft/blockstates/brown_concrete.json new file mode 100644 index 00000000..9e77290a --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/brown_concrete.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/brown_concrete" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/brown_concrete_powder.json b/1.14.4/assets/minecraft/blockstates/brown_concrete_powder.json new file mode 100644 index 00000000..3f67ba65 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/brown_concrete_powder.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/brown_concrete_powder" }, + { "model": "block/brown_concrete_powder", "y": 90 }, + { "model": "block/brown_concrete_powder", "y": 180 }, + { "model": "block/brown_concrete_powder", "y": 270 } + ] + } +} diff --git a/1.14.4/assets/minecraft/blockstates/brown_glazed_terracotta.json b/1.14.4/assets/minecraft/blockstates/brown_glazed_terracotta.json new file mode 100644 index 00000000..bc683a3d --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/brown_glazed_terracotta.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "block/brown_glazed_terracotta" }, + "facing=west": { "model": "block/brown_glazed_terracotta", "y": 90 }, + "facing=north": { "model": "block/brown_glazed_terracotta", "y": 180 }, + "facing=east": { "model": "block/brown_glazed_terracotta", "y": 270 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/brown_mushroom.json b/1.14.4/assets/minecraft/blockstates/brown_mushroom.json new file mode 100644 index 00000000..7507327c --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/brown_mushroom.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/brown_mushroom" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/brown_mushroom_block.json b/1.14.4/assets/minecraft/blockstates/brown_mushroom_block.json new file mode 100644 index 00000000..ee0485d7 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/brown_mushroom_block.json @@ -0,0 +1,40 @@ +{ + "multipart": [ + { "when": { "north": true }, + "apply": { "model": "block/brown_mushroom_block" } + }, + { "when": { "east": true }, + "apply": { "model": "block/brown_mushroom_block", "y": 90, "uvlock": true } + }, + { "when": { "south": true }, + "apply": { "model": "block/brown_mushroom_block", "y": 180, "uvlock": true } + }, + { "when": { "west": true }, + "apply": { "model": "block/brown_mushroom_block", "y": 270, "uvlock": true } + }, + { "when": { "up": true }, + "apply": { "model": "block/brown_mushroom_block", "x": 270, "uvlock": true } + }, + { "when": { "down": true }, + "apply": { "model": "block/brown_mushroom_block", "x": 90, "uvlock": true } + }, + { "when": { "north": false }, + "apply": { "model": "block/mushroom_block_inside" } + }, + { "when": { "east": false }, + "apply": { "model": "block/mushroom_block_inside", "y": 90, "uvlock": false } + }, + { "when": { "south": false }, + "apply": { "model": "block/mushroom_block_inside", "y": 180, "uvlock": false } + }, + { "when": { "west": false }, + "apply": { "model": "block/mushroom_block_inside", "y": 270, "uvlock": false } + }, + { "when": { "up": false }, + "apply": { "model": "block/mushroom_block_inside", "x": 270, "uvlock": false } + }, + { "when": { "down": false }, + "apply": { "model": "block/mushroom_block_inside", "x": 90, "uvlock": false } + } + ] +} diff --git a/1.14.4/assets/minecraft/blockstates/brown_shulker_box.json b/1.14.4/assets/minecraft/blockstates/brown_shulker_box.json new file mode 100644 index 00000000..6a6c6887 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/brown_shulker_box.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/brown_shulker_box" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/brown_stained_glass.json b/1.14.4/assets/minecraft/blockstates/brown_stained_glass.json new file mode 100644 index 00000000..6de6ebb7 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/brown_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/brown_stained_glass" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/brown_stained_glass_pane.json b/1.14.4/assets/minecraft/blockstates/brown_stained_glass_pane.json new file mode 100644 index 00000000..9f91b8ac --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/brown_stained_glass_pane.json @@ -0,0 +1,29 @@ +{ + "multipart": [ + { "apply": { "model": "block/brown_stained_glass_pane_post" }}, + { "when": { "north": true }, + "apply": { "model": "block/brown_stained_glass_pane_side" } + }, + { "when": { "east": true }, + "apply": { "model": "block/brown_stained_glass_pane_side", "y": 90 } + }, + { "when": { "south": true }, + "apply": { "model": "block/brown_stained_glass_pane_side_alt" } + }, + { "when": { "west": true }, + "apply": { "model": "block/brown_stained_glass_pane_side_alt", "y": 90 } + }, + { "when": { "north": false }, + "apply": { "model": "block/brown_stained_glass_pane_noside" } + }, + { "when": { "east": false }, + "apply": { "model": "block/brown_stained_glass_pane_noside_alt" } + }, + { "when": { "south": false }, + "apply": { "model": "block/brown_stained_glass_pane_noside_alt", "y": 90 } + }, + { "when": { "west": false }, + "apply": { "model": "block/brown_stained_glass_pane_noside", "y": 270 } + } + ] +} diff --git a/1.14.4/assets/minecraft/blockstates/brown_terracotta.json b/1.14.4/assets/minecraft/blockstates/brown_terracotta.json new file mode 100644 index 00000000..ba12a04b --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/brown_terracotta.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/brown_terracotta" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/brown_wall_banner.json b/1.14.4/assets/minecraft/blockstates/brown_wall_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/brown_wall_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/brown_wool.json b/1.14.4/assets/minecraft/blockstates/brown_wool.json new file mode 100644 index 00000000..62d4556e --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/brown_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/brown_wool" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/bubble_column.json b/1.14.4/assets/minecraft/blockstates/bubble_column.json new file mode 100644 index 00000000..48ff0ea4 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/bubble_column.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/water" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/bubble_coral.json b/1.14.4/assets/minecraft/blockstates/bubble_coral.json new file mode 100644 index 00000000..6ea2e40c --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/bubble_coral.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/bubble_coral" } + } +} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/blockstates/bubble_coral_block.json b/1.14.4/assets/minecraft/blockstates/bubble_coral_block.json new file mode 100644 index 00000000..19e84ab8 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/bubble_coral_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/bubble_coral_block" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/bubble_coral_fan.json b/1.14.4/assets/minecraft/blockstates/bubble_coral_fan.json new file mode 100644 index 00000000..4e1fd8a9 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/bubble_coral_fan.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/bubble_coral_fan" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/bubble_coral_wall_fan.json b/1.14.4/assets/minecraft/blockstates/bubble_coral_wall_fan.json new file mode 100644 index 00000000..83a05c98 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/bubble_coral_wall_fan.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=east": { "model": "block/bubble_coral_wall_fan", "y": 90 }, + "facing=south": { "model": "block/bubble_coral_wall_fan", "y": 180 }, + "facing=west": { "model": "block/bubble_coral_wall_fan", "y": 270 }, + "facing=north": { "model": "block/bubble_coral_wall_fan", "y": 0 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/cactus.json b/1.14.4/assets/minecraft/blockstates/cactus.json new file mode 100644 index 00000000..01a156ff --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/cactus.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/cactus" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/cake.json b/1.14.4/assets/minecraft/blockstates/cake.json new file mode 100644 index 00000000..3fad9916 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/cake.json @@ -0,0 +1,11 @@ +{ + "variants": { + "bites=0": { "model": "block/cake" }, + "bites=1": { "model": "block/cake_slice1" }, + "bites=2": { "model": "block/cake_slice2" }, + "bites=3": { "model": "block/cake_slice3" }, + "bites=4": { "model": "block/cake_slice4" }, + "bites=5": { "model": "block/cake_slice5" }, + "bites=6": { "model": "block/cake_slice6" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/campfire.json b/1.14.4/assets/minecraft/blockstates/campfire.json new file mode 100644 index 00000000..b7d995d4 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/campfire.json @@ -0,0 +1,12 @@ +{ + "variants": { + "facing=north,lit=true": { "model": "block/campfire", "y": 180 }, + "facing=south,lit=true": { "model": "block/campfire" }, + "facing=east,lit=true": { "model": "block/campfire", "y": 270 }, + "facing=west,lit=true": { "model": "block/campfire", "y": 90 }, + "facing=north,lit=false": { "model": "block/campfire_off", "y": 180 }, + "facing=south,lit=false": { "model": "block/campfire_off" }, + "facing=east,lit=false": { "model": "block/campfire_off", "y": 270 }, + "facing=west,lit=false": { "model": "block/campfire_off", "y": 90 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/carrots.json b/1.14.4/assets/minecraft/blockstates/carrots.json new file mode 100644 index 00000000..b8bd5836 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/carrots.json @@ -0,0 +1,12 @@ +{ + "variants": { + "age=0": { "model": "block/carrots_stage0" }, + "age=1": { "model": "block/carrots_stage0" }, + "age=2": { "model": "block/carrots_stage1" }, + "age=3": { "model": "block/carrots_stage1" }, + "age=4": { "model": "block/carrots_stage2" }, + "age=5": { "model": "block/carrots_stage2" }, + "age=6": { "model": "block/carrots_stage2" }, + "age=7": { "model": "block/carrots_stage3" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/cartography_table.json b/1.14.4/assets/minecraft/blockstates/cartography_table.json new file mode 100644 index 00000000..f010c88d --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/cartography_table.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/cartography_table" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/carved_pumpkin.json b/1.14.4/assets/minecraft/blockstates/carved_pumpkin.json new file mode 100644 index 00000000..6983dda3 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/carved_pumpkin.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "block/carved_pumpkin" }, + "facing=south": { "model": "block/carved_pumpkin", "y": 180 }, + "facing=west": { "model": "block/carved_pumpkin", "y": 270 }, + "facing=east": { "model": "block/carved_pumpkin", "y": 90 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/cauldron.json b/1.14.4/assets/minecraft/blockstates/cauldron.json new file mode 100644 index 00000000..b8e5a760 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/cauldron.json @@ -0,0 +1,8 @@ +{ + "variants": { + "level=0": { "model": "block/cauldron" }, + "level=1": { "model": "block/cauldron_level1" }, + "level=2": { "model": "block/cauldron_level2" }, + "level=3": { "model": "block/cauldron_level3" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/cave_air.json b/1.14.4/assets/minecraft/blockstates/cave_air.json new file mode 100644 index 00000000..09fa52b3 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/cave_air.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/air" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/chain_command_block.json b/1.14.4/assets/minecraft/blockstates/chain_command_block.json new file mode 100644 index 00000000..03753450 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/chain_command_block.json @@ -0,0 +1,16 @@ +{ + "variants": { + "conditional=false,facing=down": { "model": "block/chain_command_block", "x": 90 }, + "conditional=false,facing=up": { "model": "block/chain_command_block", "x": 270 }, + "conditional=false,facing=north": { "model": "block/chain_command_block" }, + "conditional=false,facing=south": { "model": "block/chain_command_block", "y": 180 }, + "conditional=false,facing=west": { "model": "block/chain_command_block", "y": 270 }, + "conditional=false,facing=east": { "model": "block/chain_command_block", "y": 90 }, + "conditional=true,facing=down": { "model": "block/chain_command_block_conditional", "x": 90 }, + "conditional=true,facing=up": { "model": "block/chain_command_block_conditional", "x": 270 }, + "conditional=true,facing=north": { "model": "block/chain_command_block_conditional" }, + "conditional=true,facing=south": { "model": "block/chain_command_block_conditional", "y": 180 }, + "conditional=true,facing=west": { "model": "block/chain_command_block_conditional", "y": 270 }, + "conditional=true,facing=east": { "model": "block/chain_command_block_conditional", "y": 90 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/chest.json b/1.14.4/assets/minecraft/blockstates/chest.json new file mode 100644 index 00000000..77b44fb4 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/chest.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/chest" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/chipped_anvil.json b/1.14.4/assets/minecraft/blockstates/chipped_anvil.json new file mode 100644 index 00000000..9eab482a --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/chipped_anvil.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "block/chipped_anvil" }, + "facing=west": { "model": "block/chipped_anvil", "y": 90 }, + "facing=north": { "model": "block/chipped_anvil", "y": 180 }, + "facing=east": { "model": "block/chipped_anvil", "y": 270 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/chiseled_quartz_block.json b/1.14.4/assets/minecraft/blockstates/chiseled_quartz_block.json new file mode 100644 index 00000000..2a7803b2 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/chiseled_quartz_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/chiseled_quartz_block" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/chiseled_red_sandstone.json b/1.14.4/assets/minecraft/blockstates/chiseled_red_sandstone.json new file mode 100644 index 00000000..1f9119b6 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/chiseled_red_sandstone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/chiseled_red_sandstone" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/chiseled_sandstone.json b/1.14.4/assets/minecraft/blockstates/chiseled_sandstone.json new file mode 100644 index 00000000..589aea93 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/chiseled_sandstone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/chiseled_sandstone" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/chiseled_stone_bricks.json b/1.14.4/assets/minecraft/blockstates/chiseled_stone_bricks.json new file mode 100644 index 00000000..8190d79b --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/chiseled_stone_bricks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/chiseled_stone_bricks" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/chorus_flower.json b/1.14.4/assets/minecraft/blockstates/chorus_flower.json new file mode 100644 index 00000000..a9cedfed --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/chorus_flower.json @@ -0,0 +1,10 @@ +{ + "variants": { + "age=0": { "model": "block/chorus_flower" }, + "age=1": { "model": "block/chorus_flower" }, + "age=2": { "model": "block/chorus_flower" }, + "age=3": { "model": "block/chorus_flower" }, + "age=4": { "model": "block/chorus_flower" }, + "age=5": { "model": "block/chorus_flower_dead" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/chorus_plant.json b/1.14.4/assets/minecraft/blockstates/chorus_plant.json new file mode 100644 index 00000000..da672f15 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/chorus_plant.json @@ -0,0 +1,70 @@ +{ + "multipart": [ + { "when": { "north": true }, + "apply": { "model": "block/chorus_plant_side" } + }, + { "when": { "east": true }, + "apply": { "model": "block/chorus_plant_side", "y": 90, "uvlock": true } + }, + { "when": { "south": true }, + "apply": { "model": "block/chorus_plant_side", "y": 180, "uvlock": true } + }, + { "when": { "west": true }, + "apply": { "model": "block/chorus_plant_side", "y": 270, "uvlock": true } + }, + { "when": { "up": true }, + "apply": { "model": "block/chorus_plant_side", "x": 270, "uvlock": true } + }, + { "when": { "down": true }, + "apply": { "model": "block/chorus_plant_side", "x": 90, "uvlock": true } + }, + { "when": { "north": false }, + "apply": [ + { "model": "block/chorus_plant_noside", "weight": 2 }, + { "model": "block/chorus_plant_noside1" }, + { "model": "block/chorus_plant_noside2" }, + { "model": "block/chorus_plant_noside3" } + ] + }, + { "when": { "east": false }, + "apply": [ + { "model": "block/chorus_plant_noside1", "y": 90, "uvlock": true }, + { "model": "block/chorus_plant_noside2", "y": 90, "uvlock": true }, + { "model": "block/chorus_plant_noside3", "y": 90, "uvlock": true }, + { "model": "block/chorus_plant_noside", "weight": 2, "y": 90, "uvlock": true } + ] + }, + { "when": { "south": false }, + "apply": [ + { "model": "block/chorus_plant_noside2", "y": 180, "uvlock": true }, + { "model": "block/chorus_plant_noside3", "y": 180, "uvlock": true }, + { "model": "block/chorus_plant_noside", "weight": 2, "y": 180, "uvlock": true }, + { "model": "block/chorus_plant_noside1", "y": 180, "uvlock": true } + ] + }, + { "when": { "west": false }, + "apply": [ + { "model": "block/chorus_plant_noside3", "y": 270, "uvlock": true }, + { "model": "block/chorus_plant_noside", "weight": 2, "y": 270, "uvlock": true }, + { "model": "block/chorus_plant_noside1", "y": 270, "uvlock": true }, + { "model": "block/chorus_plant_noside2", "y": 270, "uvlock": true } + ] + }, + { "when": { "up": false }, + "apply": [ + { "model": "block/chorus_plant_noside", "weight": 2, "x": 270, "uvlock": true }, + { "model": "block/chorus_plant_noside3", "x": 270, "uvlock": true }, + { "model": "block/chorus_plant_noside1", "x": 270, "uvlock": true }, + { "model": "block/chorus_plant_noside2", "x": 270, "uvlock": true } + ] + }, + { "when": { "down": false }, + "apply": [ + { "model": "block/chorus_plant_noside3", "x": 90, "uvlock": true }, + { "model": "block/chorus_plant_noside2", "x": 90, "uvlock": true }, + { "model": "block/chorus_plant_noside1", "x": 90, "uvlock": true }, + { "model": "block/chorus_plant_noside", "weight": 2, "x": 90, "uvlock": true } + ] + } + ] +} diff --git a/1.14.4/assets/minecraft/blockstates/clay.json b/1.14.4/assets/minecraft/blockstates/clay.json new file mode 100644 index 00000000..6f19e601 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/clay" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/coal_block.json b/1.14.4/assets/minecraft/blockstates/coal_block.json new file mode 100644 index 00000000..bfd8f29a --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/coal_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/coal_block" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/coal_ore.json b/1.14.4/assets/minecraft/blockstates/coal_ore.json new file mode 100644 index 00000000..12f5e818 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/coal_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/coal_ore" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/coarse_dirt.json b/1.14.4/assets/minecraft/blockstates/coarse_dirt.json new file mode 100644 index 00000000..e2f87f02 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/coarse_dirt.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/coarse_dirt" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/cobblestone.json b/1.14.4/assets/minecraft/blockstates/cobblestone.json new file mode 100644 index 00000000..30950753 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/cobblestone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/cobblestone" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/cobblestone_slab.json b/1.14.4/assets/minecraft/blockstates/cobblestone_slab.json new file mode 100644 index 00000000..2a80c333 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/cobblestone_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/cobblestone_slab" }, + "type=top": { "model": "block/cobblestone_slab_top" }, + "type=double": { "model": "block/cobblestone" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/cobblestone_stairs.json b/1.14.4/assets/minecraft/blockstates/cobblestone_stairs.json new file mode 100644 index 00000000..95fc3539 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/cobblestone_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/cobblestone_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/cobblestone_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/cobblestone_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/cobblestone_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/cobblestone_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/cobblestone_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/cobblestone_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/cobblestone_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/cobblestone_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/cobblestone_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/cobblestone_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/cobblestone_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/cobblestone_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/cobblestone_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/cobblestone_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/cobblestone_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/cobblestone_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/cobblestone_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/cobblestone_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/cobblestone_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/cobblestone_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/cobblestone_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/cobblestone_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/cobblestone_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/cobblestone_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/cobblestone_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/cobblestone_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/cobblestone_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/cobblestone_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/cobblestone_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/cobblestone_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/cobblestone_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/cobblestone_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/cobblestone_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/cobblestone_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/cobblestone_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/cobblestone_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/cobblestone_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/cobblestone_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/cobblestone_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/cobblestone_wall.json b/1.14.4/assets/minecraft/blockstates/cobblestone_wall.json new file mode 100644 index 00000000..e5d49eaa --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/cobblestone_wall.json @@ -0,0 +1,19 @@ +{ + "multipart": [ + { "when": { "up": "true" }, + "apply": { "model": "block/cobblestone_wall_post" } + }, + { "when": { "north": "true" }, + "apply": { "model": "block/cobblestone_wall_side", "uvlock": true } + }, + { "when": { "east": "true" }, + "apply": { "model": "block/cobblestone_wall_side", "y": 90, "uvlock": true } + }, + { "when": { "south": "true" }, + "apply": { "model": "block/cobblestone_wall_side", "y": 180, "uvlock": true } + }, + { "when": { "west": "true" }, + "apply": { "model": "block/cobblestone_wall_side", "y": 270, "uvlock": true } + } + ] +} diff --git a/1.14.4/assets/minecraft/blockstates/cobweb.json b/1.14.4/assets/minecraft/blockstates/cobweb.json new file mode 100644 index 00000000..5a0590f7 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/cobweb.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/cobweb" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/cocoa.json b/1.14.4/assets/minecraft/blockstates/cocoa.json new file mode 100644 index 00000000..b8a61ced --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/cocoa.json @@ -0,0 +1,16 @@ +{ + "variants": { + "age=0,facing=south": { "model": "block/cocoa_stage0" }, + "age=0,facing=west": { "model": "block/cocoa_stage0", "y": 90 }, + "age=0,facing=north": { "model": "block/cocoa_stage0", "y": 180 }, + "age=0,facing=east": { "model": "block/cocoa_stage0", "y": 270 }, + "age=1,facing=south": { "model": "block/cocoa_stage1" }, + "age=1,facing=west": { "model": "block/cocoa_stage1", "y": 90 }, + "age=1,facing=north": { "model": "block/cocoa_stage1", "y": 180 }, + "age=1,facing=east": { "model": "block/cocoa_stage1", "y": 270 }, + "age=2,facing=south": { "model": "block/cocoa_stage2" }, + "age=2,facing=west": { "model": "block/cocoa_stage2", "y": 90 }, + "age=2,facing=north": { "model": "block/cocoa_stage2", "y": 180 }, + "age=2,facing=east": { "model": "block/cocoa_stage2", "y": 270 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/command_block.json b/1.14.4/assets/minecraft/blockstates/command_block.json new file mode 100644 index 00000000..ea8d3a92 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/command_block.json @@ -0,0 +1,16 @@ +{ + "variants": { + "conditional=false,facing=down": { "model": "block/command_block", "x": 90 }, + "conditional=false,facing=up": { "model": "block/command_block", "x": 270 }, + "conditional=false,facing=north": { "model": "block/command_block" }, + "conditional=false,facing=south": { "model": "block/command_block", "y": 180 }, + "conditional=false,facing=west": { "model": "block/command_block", "y": 270 }, + "conditional=false,facing=east": { "model": "block/command_block", "y": 90 }, + "conditional=true,facing=down": { "model": "block/command_block_conditional", "x": 90 }, + "conditional=true,facing=up": { "model": "block/command_block_conditional", "x": 270 }, + "conditional=true,facing=north": { "model": "block/command_block_conditional" }, + "conditional=true,facing=south": { "model": "block/command_block_conditional", "y": 180 }, + "conditional=true,facing=west": { "model": "block/command_block_conditional", "y": 270 }, + "conditional=true,facing=east": { "model": "block/command_block_conditional", "y": 90 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/comparator.json b/1.14.4/assets/minecraft/blockstates/comparator.json new file mode 100644 index 00000000..cb077a08 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/comparator.json @@ -0,0 +1,20 @@ +{ + "variants": { + "facing=south,mode=compare,powered=false": { "model": "block/comparator" }, + "facing=west,mode=compare,powered=false": { "model": "block/comparator", "y": 90 }, + "facing=north,mode=compare,powered=false": { "model": "block/comparator", "y": 180 }, + "facing=east,mode=compare,powered=false": { "model": "block/comparator", "y": 270 }, + "facing=south,mode=subtract,powered=false": { "model": "block/comparator_subtract" }, + "facing=west,mode=subtract,powered=false": { "model": "block/comparator_subtract", "y": 90 }, + "facing=north,mode=subtract,powered=false": { "model": "block/comparator_subtract", "y": 180 }, + "facing=east,mode=subtract,powered=false": { "model": "block/comparator_subtract", "y": 270 }, + "facing=south,mode=compare,powered=true": { "model": "block/comparator_on" }, + "facing=west,mode=compare,powered=true": { "model": "block/comparator_on", "y": 90 }, + "facing=north,mode=compare,powered=true": { "model": "block/comparator_on", "y": 180 }, + "facing=east,mode=compare,powered=true": { "model": "block/comparator_on", "y": 270 }, + "facing=south,mode=subtract,powered=true": { "model": "block/comparator_on_subtract" }, + "facing=west,mode=subtract,powered=true": { "model": "block/comparator_on_subtract", "y": 90 }, + "facing=north,mode=subtract,powered=true": { "model": "block/comparator_on_subtract", "y": 180 }, + "facing=east,mode=subtract,powered=true": { "model": "block/comparator_on_subtract", "y": 270 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/composter.json b/1.14.4/assets/minecraft/blockstates/composter.json new file mode 100644 index 00000000..fac7a958 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/composter.json @@ -0,0 +1,29 @@ +{ + "multipart": [ + { "apply": { "model": "block/composter" }}, + { "when": { "level": "1" }, + "apply": { "model": "block/composter_contents1" } + }, + { "when": { "level": "2" }, + "apply": { "model": "block/composter_contents2" } + }, + { "when": { "level": "3" }, + "apply": { "model": "block/composter_contents3" } + }, + { "when": { "level": "4" }, + "apply": { "model": "block/composter_contents4" } + }, + { "when": { "level": "5" }, + "apply": { "model": "block/composter_contents5" } + }, + { "when": { "level": "6" }, + "apply": { "model": "block/composter_contents6" } + }, + { "when": { "level": "7" }, + "apply": { "model": "block/composter_contents7" } + }, + { "when": { "level": "8" }, + "apply": { "model": "block/composter_contents_ready" } + } + ] +} diff --git a/1.14.4/assets/minecraft/blockstates/conduit.json b/1.14.4/assets/minecraft/blockstates/conduit.json new file mode 100644 index 00000000..d9b4e3a9 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/conduit.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/conduit" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/cornflower.json b/1.14.4/assets/minecraft/blockstates/cornflower.json new file mode 100644 index 00000000..3b20c551 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/cornflower.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/cornflower" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/cracked_stone_bricks.json b/1.14.4/assets/minecraft/blockstates/cracked_stone_bricks.json new file mode 100644 index 00000000..c036dfec --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/cracked_stone_bricks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/cracked_stone_bricks" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/crafting_table.json b/1.14.4/assets/minecraft/blockstates/crafting_table.json new file mode 100644 index 00000000..1fead104 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/crafting_table.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/crafting_table" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/creeper_head.json b/1.14.4/assets/minecraft/blockstates/creeper_head.json new file mode 100644 index 00000000..05969bc2 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/creeper_head.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/skull" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/creeper_wall_head.json b/1.14.4/assets/minecraft/blockstates/creeper_wall_head.json new file mode 100644 index 00000000..05969bc2 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/creeper_wall_head.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/skull" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/cut_red_sandstone.json b/1.14.4/assets/minecraft/blockstates/cut_red_sandstone.json new file mode 100644 index 00000000..68ba8d1f --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/cut_red_sandstone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/cut_red_sandstone" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/cut_red_sandstone_slab.json b/1.14.4/assets/minecraft/blockstates/cut_red_sandstone_slab.json new file mode 100644 index 00000000..6ef96863 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/cut_red_sandstone_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/cut_red_sandstone_slab" }, + "type=top": { "model": "block/cut_red_sandstone_slab_top" }, + "type=double": { "model": "block/cut_red_sandstone" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/cut_sandstone.json b/1.14.4/assets/minecraft/blockstates/cut_sandstone.json new file mode 100644 index 00000000..9465e1aa --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/cut_sandstone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/cut_sandstone" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/cut_sandstone_slab.json b/1.14.4/assets/minecraft/blockstates/cut_sandstone_slab.json new file mode 100644 index 00000000..e5f960c3 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/cut_sandstone_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/cut_sandstone_slab" }, + "type=top": { "model": "block/cut_sandstone_slab_top" }, + "type=double": { "model": "block/cut_sandstone" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/cyan_banner.json b/1.14.4/assets/minecraft/blockstates/cyan_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/cyan_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/cyan_bed.json b/1.14.4/assets/minecraft/blockstates/cyan_bed.json new file mode 100644 index 00000000..8cdeb6ce --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/cyan_bed.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/bed" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/cyan_carpet.json b/1.14.4/assets/minecraft/blockstates/cyan_carpet.json new file mode 100644 index 00000000..c63f8ed7 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/cyan_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/cyan_carpet" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/cyan_concrete.json b/1.14.4/assets/minecraft/blockstates/cyan_concrete.json new file mode 100644 index 00000000..11169fbf --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/cyan_concrete.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/cyan_concrete" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/cyan_concrete_powder.json b/1.14.4/assets/minecraft/blockstates/cyan_concrete_powder.json new file mode 100644 index 00000000..49d12db2 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/cyan_concrete_powder.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/cyan_concrete_powder" }, + { "model": "block/cyan_concrete_powder", "y": 90 }, + { "model": "block/cyan_concrete_powder", "y": 180 }, + { "model": "block/cyan_concrete_powder", "y": 270 } + ] + } +} diff --git a/1.14.4/assets/minecraft/blockstates/cyan_glazed_terracotta.json b/1.14.4/assets/minecraft/blockstates/cyan_glazed_terracotta.json new file mode 100644 index 00000000..d0c44733 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/cyan_glazed_terracotta.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "block/cyan_glazed_terracotta" }, + "facing=west": { "model": "block/cyan_glazed_terracotta", "y": 90 }, + "facing=north": { "model": "block/cyan_glazed_terracotta", "y": 180 }, + "facing=east": { "model": "block/cyan_glazed_terracotta", "y": 270 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/cyan_shulker_box.json b/1.14.4/assets/minecraft/blockstates/cyan_shulker_box.json new file mode 100644 index 00000000..64133932 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/cyan_shulker_box.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/cyan_shulker_box" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/cyan_stained_glass.json b/1.14.4/assets/minecraft/blockstates/cyan_stained_glass.json new file mode 100644 index 00000000..2bde7e6c --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/cyan_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/cyan_stained_glass" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/cyan_stained_glass_pane.json b/1.14.4/assets/minecraft/blockstates/cyan_stained_glass_pane.json new file mode 100644 index 00000000..b372638b --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/cyan_stained_glass_pane.json @@ -0,0 +1,29 @@ +{ + "multipart": [ + { "apply": { "model": "block/cyan_stained_glass_pane_post" }}, + { "when": { "north": true }, + "apply": { "model": "block/cyan_stained_glass_pane_side" } + }, + { "when": { "east": true }, + "apply": { "model": "block/cyan_stained_glass_pane_side", "y": 90 } + }, + { "when": { "south": true }, + "apply": { "model": "block/cyan_stained_glass_pane_side_alt" } + }, + { "when": { "west": true }, + "apply": { "model": "block/cyan_stained_glass_pane_side_alt", "y": 90 } + }, + { "when": { "north": false }, + "apply": { "model": "block/cyan_stained_glass_pane_noside" } + }, + { "when": { "east": false }, + "apply": { "model": "block/cyan_stained_glass_pane_noside_alt" } + }, + { "when": { "south": false }, + "apply": { "model": "block/cyan_stained_glass_pane_noside_alt", "y": 90 } + }, + { "when": { "west": false }, + "apply": { "model": "block/cyan_stained_glass_pane_noside", "y": 270 } + } + ] +} diff --git a/1.14.4/assets/minecraft/blockstates/cyan_terracotta.json b/1.14.4/assets/minecraft/blockstates/cyan_terracotta.json new file mode 100644 index 00000000..c96e4377 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/cyan_terracotta.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/cyan_terracotta" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/cyan_wall_banner.json b/1.14.4/assets/minecraft/blockstates/cyan_wall_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/cyan_wall_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/cyan_wool.json b/1.14.4/assets/minecraft/blockstates/cyan_wool.json new file mode 100644 index 00000000..f2867d35 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/cyan_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/cyan_wool" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/damaged_anvil.json b/1.14.4/assets/minecraft/blockstates/damaged_anvil.json new file mode 100644 index 00000000..7ae5fc5a --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/damaged_anvil.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "block/damaged_anvil" }, + "facing=west": { "model": "block/damaged_anvil", "y": 90 }, + "facing=north": { "model": "block/damaged_anvil", "y": 180 }, + "facing=east": { "model": "block/damaged_anvil", "y": 270 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/dandelion.json b/1.14.4/assets/minecraft/blockstates/dandelion.json new file mode 100644 index 00000000..d4cf3b02 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/dandelion.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/dandelion" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/dark_oak_button.json b/1.14.4/assets/minecraft/blockstates/dark_oak_button.json new file mode 100644 index 00000000..cb5f1dcc --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/dark_oak_button.json @@ -0,0 +1,28 @@ +{ + "variants": { + "face=floor,facing=east,powered=false": { "model": "block/dark_oak_button", "y": 90 }, + "face=floor,facing=west,powered=false": { "model": "block/dark_oak_button", "y": 270 }, + "face=floor,facing=south,powered=false": { "model": "block/dark_oak_button", "y": 180 }, + "face=floor,facing=north,powered=false": { "model": "block/dark_oak_button" }, + "face=wall,facing=east,powered=false": { "model": "block/dark_oak_button", "uvlock": true, "x": 90, "y": 90 }, + "face=wall,facing=west,powered=false": { "model": "block/dark_oak_button", "uvlock": true, "x": 90, "y": 270 }, + "face=wall,facing=south,powered=false": { "model": "block/dark_oak_button", "uvlock": true, "x": 90, "y": 180 }, + "face=wall,facing=north,powered=false": { "model": "block/dark_oak_button", "uvlock": true, "x": 90 }, + "face=ceiling,facing=east,powered=false": { "model": "block/dark_oak_button", "x": 180, "y": 270 }, + "face=ceiling,facing=west,powered=false": { "model": "block/dark_oak_button", "x": 180, "y": 90 }, + "face=ceiling,facing=south,powered=false": { "model": "block/dark_oak_button", "x": 180 }, + "face=ceiling,facing=north,powered=false": { "model": "block/dark_oak_button", "x": 180, "y": 180 }, + "face=floor,facing=east,powered=true": { "model": "block/dark_oak_button_pressed", "y": 90 }, + "face=floor,facing=west,powered=true": { "model": "block/dark_oak_button_pressed", "y": 270 }, + "face=floor,facing=south,powered=true": { "model": "block/dark_oak_button_pressed", "y": 180 }, + "face=floor,facing=north,powered=true": { "model": "block/dark_oak_button_pressed" }, + "face=wall,facing=east,powered=true": { "model": "block/dark_oak_button_pressed", "uvlock": true, "x": 90, "y": 90 }, + "face=wall,facing=west,powered=true": { "model": "block/dark_oak_button_pressed", "uvlock": true, "x": 90, "y": 270 }, + "face=wall,facing=south,powered=true": { "model": "block/dark_oak_button_pressed", "uvlock": true, "x": 90, "y": 180 }, + "face=wall,facing=north,powered=true": { "model": "block/dark_oak_button_pressed", "uvlock": true, "x": 90 }, + "face=ceiling,facing=east,powered=true": { "model": "block/dark_oak_button_pressed", "x": 180, "y": 270 }, + "face=ceiling,facing=west,powered=true": { "model": "block/dark_oak_button_pressed", "x": 180, "y": 90 }, + "face=ceiling,facing=south,powered=true": { "model": "block/dark_oak_button_pressed", "x": 180 }, + "face=ceiling,facing=north,powered=true": { "model": "block/dark_oak_button_pressed", "x": 180, "y": 180 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/dark_oak_door.json b/1.14.4/assets/minecraft/blockstates/dark_oak_door.json new file mode 100644 index 00000000..90fe610d --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/dark_oak_door.json @@ -0,0 +1,36 @@ +{ + "variants": { + "facing=east,half=lower,hinge=left,open=false": { "model": "block/dark_oak_door_bottom" }, + "facing=south,half=lower,hinge=left,open=false": { "model": "block/dark_oak_door_bottom", "y": 90 }, + "facing=west,half=lower,hinge=left,open=false": { "model": "block/dark_oak_door_bottom", "y": 180 }, + "facing=north,half=lower,hinge=left,open=false": { "model": "block/dark_oak_door_bottom", "y": 270 }, + "facing=east,half=lower,hinge=right,open=false": { "model": "block/dark_oak_door_bottom_hinge" }, + "facing=south,half=lower,hinge=right,open=false": { "model": "block/dark_oak_door_bottom_hinge", "y": 90 }, + "facing=west,half=lower,hinge=right,open=false": { "model": "block/dark_oak_door_bottom_hinge", "y": 180 }, + "facing=north,half=lower,hinge=right,open=false": { "model": "block/dark_oak_door_bottom_hinge", "y": 270 }, + "facing=east,half=lower,hinge=left,open=true": { "model": "block/dark_oak_door_bottom_hinge", "y": 90 }, + "facing=south,half=lower,hinge=left,open=true": { "model": "block/dark_oak_door_bottom_hinge", "y": 180 }, + "facing=west,half=lower,hinge=left,open=true": { "model": "block/dark_oak_door_bottom_hinge", "y": 270 }, + "facing=north,half=lower,hinge=left,open=true": { "model": "block/dark_oak_door_bottom_hinge" }, + "facing=east,half=lower,hinge=right,open=true": { "model": "block/dark_oak_door_bottom", "y": 270 }, + "facing=south,half=lower,hinge=right,open=true": { "model": "block/dark_oak_door_bottom" }, + "facing=west,half=lower,hinge=right,open=true": { "model": "block/dark_oak_door_bottom", "y": 90 }, + "facing=north,half=lower,hinge=right,open=true": { "model": "block/dark_oak_door_bottom", "y": 180 }, + "facing=east,half=upper,hinge=left,open=false": { "model": "block/dark_oak_door_top" }, + "facing=south,half=upper,hinge=left,open=false": { "model": "block/dark_oak_door_top", "y": 90 }, + "facing=west,half=upper,hinge=left,open=false": { "model": "block/dark_oak_door_top", "y": 180 }, + "facing=north,half=upper,hinge=left,open=false": { "model": "block/dark_oak_door_top", "y": 270 }, + "facing=east,half=upper,hinge=right,open=false": { "model": "block/dark_oak_door_top_hinge" }, + "facing=south,half=upper,hinge=right,open=false": { "model": "block/dark_oak_door_top_hinge", "y": 90 }, + "facing=west,half=upper,hinge=right,open=false": { "model": "block/dark_oak_door_top_hinge", "y": 180 }, + "facing=north,half=upper,hinge=right,open=false": { "model": "block/dark_oak_door_top_hinge", "y": 270 }, + "facing=east,half=upper,hinge=left,open=true": { "model": "block/dark_oak_door_top_hinge", "y": 90 }, + "facing=south,half=upper,hinge=left,open=true": { "model": "block/dark_oak_door_top_hinge", "y": 180 }, + "facing=west,half=upper,hinge=left,open=true": { "model": "block/dark_oak_door_top_hinge", "y": 270 }, + "facing=north,half=upper,hinge=left,open=true": { "model": "block/dark_oak_door_top_hinge" }, + "facing=east,half=upper,hinge=right,open=true": { "model": "block/dark_oak_door_top", "y": 270 }, + "facing=south,half=upper,hinge=right,open=true": { "model": "block/dark_oak_door_top" }, + "facing=west,half=upper,hinge=right,open=true": { "model": "block/dark_oak_door_top", "y": 90 }, + "facing=north,half=upper,hinge=right,open=true": { "model": "block/dark_oak_door_top", "y": 180 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/dark_oak_fence.json b/1.14.4/assets/minecraft/blockstates/dark_oak_fence.json new file mode 100644 index 00000000..03c4923c --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/dark_oak_fence.json @@ -0,0 +1,17 @@ +{ + "multipart": [ + { "apply": { "model": "block/dark_oak_fence_post" }}, + { "when": { "north": "true" }, + "apply": { "model": "block/dark_oak_fence_side", "uvlock": true } + }, + { "when": { "east": "true" }, + "apply": { "model": "block/dark_oak_fence_side", "y": 90, "uvlock": true } + }, + { "when": { "south": "true" }, + "apply": { "model": "block/dark_oak_fence_side", "y": 180, "uvlock": true } + }, + { "when": { "west": "true" }, + "apply": { "model": "block/dark_oak_fence_side", "y": 270, "uvlock": true } + } + ] +} diff --git a/1.14.4/assets/minecraft/blockstates/dark_oak_fence_gate.json b/1.14.4/assets/minecraft/blockstates/dark_oak_fence_gate.json new file mode 100644 index 00000000..925fc56f --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/dark_oak_fence_gate.json @@ -0,0 +1,20 @@ +{ + "variants": { + "facing=south,in_wall=false,open=false": { "model": "block/dark_oak_fence_gate", "uvlock": true }, + "facing=west,in_wall=false,open=false": { "model": "block/dark_oak_fence_gate", "uvlock": true, "y": 90 }, + "facing=north,in_wall=false,open=false": { "model": "block/dark_oak_fence_gate", "uvlock": true, "y": 180 }, + "facing=east,in_wall=false,open=false": { "model": "block/dark_oak_fence_gate", "uvlock": true, "y": 270 }, + "facing=south,in_wall=false,open=true": { "model": "block/dark_oak_fence_gate_open", "uvlock": true }, + "facing=west,in_wall=false,open=true": { "model": "block/dark_oak_fence_gate_open", "uvlock": true, "y": 90 }, + "facing=north,in_wall=false,open=true": { "model": "block/dark_oak_fence_gate_open", "uvlock": true, "y": 180 }, + "facing=east,in_wall=false,open=true": { "model": "block/dark_oak_fence_gate_open", "uvlock": true, "y": 270 }, + "facing=south,in_wall=true,open=false": { "model": "block/dark_oak_fence_gate_wall", "uvlock": true }, + "facing=west,in_wall=true,open=false": { "model": "block/dark_oak_fence_gate_wall", "uvlock": true, "y": 90 }, + "facing=north,in_wall=true,open=false": { "model": "block/dark_oak_fence_gate_wall", "uvlock": true, "y": 180 }, + "facing=east,in_wall=true,open=false": { "model": "block/dark_oak_fence_gate_wall", "uvlock": true, "y": 270 }, + "facing=south,in_wall=true,open=true": { "model": "block/dark_oak_fence_gate_wall_open", "uvlock": true }, + "facing=west,in_wall=true,open=true": { "model": "block/dark_oak_fence_gate_wall_open", "uvlock": true, "y": 90 }, + "facing=north,in_wall=true,open=true": { "model": "block/dark_oak_fence_gate_wall_open", "uvlock": true, "y": 180 }, + "facing=east,in_wall=true,open=true": { "model": "block/dark_oak_fence_gate_wall_open", "uvlock": true, "y": 270 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/dark_oak_leaves.json b/1.14.4/assets/minecraft/blockstates/dark_oak_leaves.json new file mode 100644 index 00000000..6f793453 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/dark_oak_leaves.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/dark_oak_leaves" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/dark_oak_log.json b/1.14.4/assets/minecraft/blockstates/dark_oak_log.json new file mode 100644 index 00000000..ccd30db7 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/dark_oak_log.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/dark_oak_log" }, + "axis=z": { "model": "block/dark_oak_log", "x": 90 }, + "axis=x": { "model": "block/dark_oak_log", "x": 90, "y": 90 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/dark_oak_planks.json b/1.14.4/assets/minecraft/blockstates/dark_oak_planks.json new file mode 100644 index 00000000..09ede937 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/dark_oak_planks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/dark_oak_planks" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/dark_oak_pressure_plate.json b/1.14.4/assets/minecraft/blockstates/dark_oak_pressure_plate.json new file mode 100644 index 00000000..b8d7a7b6 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/dark_oak_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "variants": { + "powered=false": { "model": "block/dark_oak_pressure_plate" }, + "powered=true": { "model": "block/dark_oak_pressure_plate_down" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/dark_oak_sapling.json b/1.14.4/assets/minecraft/blockstates/dark_oak_sapling.json new file mode 100644 index 00000000..3070cea2 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/dark_oak_sapling.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/dark_oak_sapling" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/dark_oak_sign.json b/1.14.4/assets/minecraft/blockstates/dark_oak_sign.json new file mode 100644 index 00000000..f2bd54fc --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/dark_oak_sign.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/dark_oak_sign" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/dark_oak_slab.json b/1.14.4/assets/minecraft/blockstates/dark_oak_slab.json new file mode 100644 index 00000000..6468e61e --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/dark_oak_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/dark_oak_slab" }, + "type=top": { "model": "block/dark_oak_slab_top" }, + "type=double": { "model": "block/dark_oak_planks" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/dark_oak_stairs.json b/1.14.4/assets/minecraft/blockstates/dark_oak_stairs.json new file mode 100644 index 00000000..d8e099ea --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/dark_oak_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/dark_oak_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/dark_oak_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/dark_oak_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/dark_oak_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/dark_oak_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/dark_oak_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/dark_oak_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/dark_oak_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/dark_oak_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/dark_oak_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/dark_oak_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/dark_oak_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/dark_oak_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/dark_oak_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/dark_oak_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/dark_oak_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/dark_oak_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/dark_oak_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/dark_oak_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/dark_oak_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/dark_oak_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/dark_oak_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/dark_oak_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/dark_oak_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/dark_oak_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/dark_oak_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/dark_oak_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/dark_oak_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/dark_oak_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/dark_oak_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/dark_oak_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/dark_oak_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/dark_oak_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/dark_oak_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/dark_oak_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/dark_oak_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/dark_oak_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/dark_oak_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/dark_oak_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/dark_oak_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/dark_oak_trapdoor.json b/1.14.4/assets/minecraft/blockstates/dark_oak_trapdoor.json new file mode 100644 index 00000000..1aa5e10e --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/dark_oak_trapdoor.json @@ -0,0 +1,20 @@ +{ + "variants": { + "facing=north,half=bottom,open=false": { "model": "block/dark_oak_trapdoor_bottom" }, + "facing=south,half=bottom,open=false": { "model": "block/dark_oak_trapdoor_bottom" }, + "facing=east,half=bottom,open=false": { "model": "block/dark_oak_trapdoor_bottom" }, + "facing=west,half=bottom,open=false": { "model": "block/dark_oak_trapdoor_bottom" }, + "facing=north,half=top,open=false": { "model": "block/dark_oak_trapdoor_top" }, + "facing=south,half=top,open=false": { "model": "block/dark_oak_trapdoor_top" }, + "facing=east,half=top,open=false": { "model": "block/dark_oak_trapdoor_top" }, + "facing=west,half=top,open=false": { "model": "block/dark_oak_trapdoor_top" }, + "facing=north,half=bottom,open=true": { "model": "block/dark_oak_trapdoor_open" }, + "facing=south,half=bottom,open=true": { "model": "block/dark_oak_trapdoor_open", "y": 180 }, + "facing=east,half=bottom,open=true": { "model": "block/dark_oak_trapdoor_open", "y": 90 }, + "facing=west,half=bottom,open=true": { "model": "block/dark_oak_trapdoor_open", "y": 270 }, + "facing=north,half=top,open=true": { "model": "block/dark_oak_trapdoor_open" }, + "facing=south,half=top,open=true": { "model": "block/dark_oak_trapdoor_open", "y": 180 }, + "facing=east,half=top,open=true": { "model": "block/dark_oak_trapdoor_open", "y": 90 }, + "facing=west,half=top,open=true": { "model": "block/dark_oak_trapdoor_open", "y": 270 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/dark_oak_wall_sign.json b/1.14.4/assets/minecraft/blockstates/dark_oak_wall_sign.json new file mode 100644 index 00000000..f2bd54fc --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/dark_oak_wall_sign.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/dark_oak_sign" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/dark_oak_wood.json b/1.14.4/assets/minecraft/blockstates/dark_oak_wood.json new file mode 100644 index 00000000..7eef8596 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/dark_oak_wood.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/dark_oak_wood" }, + "axis=z": { "model": "block/dark_oak_wood", "x": 90 }, + "axis=x": { "model": "block/dark_oak_wood", "x": 90, "y": 90 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/dark_prismarine.json b/1.14.4/assets/minecraft/blockstates/dark_prismarine.json new file mode 100644 index 00000000..1038e7fc --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/dark_prismarine.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/dark_prismarine" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/dark_prismarine_slab.json b/1.14.4/assets/minecraft/blockstates/dark_prismarine_slab.json new file mode 100644 index 00000000..d394ec63 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/dark_prismarine_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/dark_prismarine_slab" }, + "type=top": { "model": "block/dark_prismarine_slab_top" }, + "type=double": { "model": "block/dark_prismarine" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/dark_prismarine_stairs.json b/1.14.4/assets/minecraft/blockstates/dark_prismarine_stairs.json new file mode 100644 index 00000000..fd63ee11 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/dark_prismarine_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/dark_prismarine_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/dark_prismarine_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/dark_prismarine_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/dark_prismarine_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/dark_prismarine_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/dark_prismarine_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/dark_prismarine_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/dark_prismarine_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/dark_prismarine_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/dark_prismarine_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/dark_prismarine_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/dark_prismarine_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/dark_prismarine_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/dark_prismarine_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/dark_prismarine_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/dark_prismarine_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/dark_prismarine_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/dark_prismarine_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/dark_prismarine_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/dark_prismarine_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/dark_prismarine_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/dark_prismarine_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/dark_prismarine_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/dark_prismarine_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/dark_prismarine_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/dark_prismarine_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/dark_prismarine_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/dark_prismarine_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/dark_prismarine_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/dark_prismarine_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/dark_prismarine_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/dark_prismarine_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/dark_prismarine_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/dark_prismarine_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/dark_prismarine_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/dark_prismarine_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/dark_prismarine_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/dark_prismarine_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/dark_prismarine_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/dark_prismarine_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/daylight_detector.json b/1.14.4/assets/minecraft/blockstates/daylight_detector.json new file mode 100644 index 00000000..79ea1707 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/daylight_detector.json @@ -0,0 +1,6 @@ +{ + "variants": { + "inverted=false": { "model": "block/daylight_detector" }, + "inverted=true": { "model": "block/daylight_detector_inverted" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/dead_brain_coral.json b/1.14.4/assets/minecraft/blockstates/dead_brain_coral.json new file mode 100644 index 00000000..3dbacd37 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/dead_brain_coral.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/dead_brain_coral" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/dead_brain_coral_block.json b/1.14.4/assets/minecraft/blockstates/dead_brain_coral_block.json new file mode 100644 index 00000000..a7c33dbf --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/dead_brain_coral_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/dead_brain_coral_block" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/dead_brain_coral_fan.json b/1.14.4/assets/minecraft/blockstates/dead_brain_coral_fan.json new file mode 100644 index 00000000..1d122043 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/dead_brain_coral_fan.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/dead_brain_coral_fan" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/dead_brain_coral_wall_fan.json b/1.14.4/assets/minecraft/blockstates/dead_brain_coral_wall_fan.json new file mode 100644 index 00000000..b9d80fc0 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/dead_brain_coral_wall_fan.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=east": { "model": "block/dead_brain_coral_wall_fan", "y": 90 }, + "facing=south": { "model": "block/dead_brain_coral_wall_fan", "y": 180 }, + "facing=west": { "model": "block/dead_brain_coral_wall_fan", "y": 270 }, + "facing=north": { "model": "block/dead_brain_coral_wall_fan", "y": 0 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/dead_bubble_coral.json b/1.14.4/assets/minecraft/blockstates/dead_bubble_coral.json new file mode 100644 index 00000000..8b7eafc6 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/dead_bubble_coral.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/dead_bubble_coral" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/dead_bubble_coral_block.json b/1.14.4/assets/minecraft/blockstates/dead_bubble_coral_block.json new file mode 100644 index 00000000..70858745 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/dead_bubble_coral_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/dead_bubble_coral_block" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/dead_bubble_coral_fan.json b/1.14.4/assets/minecraft/blockstates/dead_bubble_coral_fan.json new file mode 100644 index 00000000..5815fc43 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/dead_bubble_coral_fan.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/dead_bubble_coral_fan" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/dead_bubble_coral_wall_fan.json b/1.14.4/assets/minecraft/blockstates/dead_bubble_coral_wall_fan.json new file mode 100644 index 00000000..63eebc28 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/dead_bubble_coral_wall_fan.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=east": { "model": "block/dead_bubble_coral_wall_fan", "y": 90 }, + "facing=south": { "model": "block/dead_bubble_coral_wall_fan", "y": 180 }, + "facing=west": { "model": "block/dead_bubble_coral_wall_fan", "y": 270 }, + "facing=north": { "model": "block/dead_bubble_coral_wall_fan", "y": 0 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/dead_bush.json b/1.14.4/assets/minecraft/blockstates/dead_bush.json new file mode 100644 index 00000000..da4831e1 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/dead_bush.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/dead_bush" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/dead_fire_coral.json b/1.14.4/assets/minecraft/blockstates/dead_fire_coral.json new file mode 100644 index 00000000..861261d6 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/dead_fire_coral.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/dead_fire_coral" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/dead_fire_coral_block.json b/1.14.4/assets/minecraft/blockstates/dead_fire_coral_block.json new file mode 100644 index 00000000..5b0dd2aa --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/dead_fire_coral_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/dead_fire_coral_block" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/dead_fire_coral_fan.json b/1.14.4/assets/minecraft/blockstates/dead_fire_coral_fan.json new file mode 100644 index 00000000..1edd36f7 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/dead_fire_coral_fan.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/dead_fire_coral_fan" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/dead_fire_coral_wall_fan.json b/1.14.4/assets/minecraft/blockstates/dead_fire_coral_wall_fan.json new file mode 100644 index 00000000..e6666423 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/dead_fire_coral_wall_fan.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=east": { "model": "block/dead_fire_coral_wall_fan", "y": 90 }, + "facing=south": { "model": "block/dead_fire_coral_wall_fan", "y": 180 }, + "facing=west": { "model": "block/dead_fire_coral_wall_fan", "y": 270 }, + "facing=north": { "model": "block/dead_fire_coral_wall_fan", "y": 0 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/dead_horn_coral.json b/1.14.4/assets/minecraft/blockstates/dead_horn_coral.json new file mode 100644 index 00000000..130973ca --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/dead_horn_coral.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/dead_horn_coral" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/dead_horn_coral_block.json b/1.14.4/assets/minecraft/blockstates/dead_horn_coral_block.json new file mode 100644 index 00000000..1f9655ae --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/dead_horn_coral_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/dead_horn_coral_block" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/dead_horn_coral_fan.json b/1.14.4/assets/minecraft/blockstates/dead_horn_coral_fan.json new file mode 100644 index 00000000..634a0e18 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/dead_horn_coral_fan.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/dead_horn_coral_fan" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/dead_horn_coral_wall_fan.json b/1.14.4/assets/minecraft/blockstates/dead_horn_coral_wall_fan.json new file mode 100644 index 00000000..dfa92ad8 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/dead_horn_coral_wall_fan.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=east": { "model": "block/dead_horn_coral_wall_fan", "y": 90 }, + "facing=south": { "model": "block/dead_horn_coral_wall_fan", "y": 180 }, + "facing=west": { "model": "block/dead_horn_coral_wall_fan", "y": 270 }, + "facing=north": { "model": "block/dead_horn_coral_wall_fan", "y": 0 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/dead_tube_coral.json b/1.14.4/assets/minecraft/blockstates/dead_tube_coral.json new file mode 100644 index 00000000..50b32ce9 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/dead_tube_coral.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/dead_tube_coral" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/dead_tube_coral_block.json b/1.14.4/assets/minecraft/blockstates/dead_tube_coral_block.json new file mode 100644 index 00000000..f218f559 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/dead_tube_coral_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/dead_tube_coral_block" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/dead_tube_coral_fan.json b/1.14.4/assets/minecraft/blockstates/dead_tube_coral_fan.json new file mode 100644 index 00000000..559426bb --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/dead_tube_coral_fan.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/dead_tube_coral_fan" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/dead_tube_coral_wall_fan.json b/1.14.4/assets/minecraft/blockstates/dead_tube_coral_wall_fan.json new file mode 100644 index 00000000..b0996666 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/dead_tube_coral_wall_fan.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=east": { "model": "block/dead_tube_coral_wall_fan", "y": 90 }, + "facing=south": { "model": "block/dead_tube_coral_wall_fan", "y": 180 }, + "facing=west": { "model": "block/dead_tube_coral_wall_fan", "y": 270 }, + "facing=north": { "model": "block/dead_tube_coral_wall_fan", "y": 0 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/detector_rail.json b/1.14.4/assets/minecraft/blockstates/detector_rail.json new file mode 100644 index 00000000..0790c81a --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/detector_rail.json @@ -0,0 +1,16 @@ +{ + "variants": { + "powered=false,shape=north_south": { "model": "block/detector_rail" }, + "powered=false,shape=east_west": { "model": "block/detector_rail", "y": 90 }, + "powered=false,shape=ascending_east": { "model": "block/detector_rail_raised_ne", "y": 90 }, + "powered=false,shape=ascending_west": { "model": "block/detector_rail_raised_sw", "y": 90 }, + "powered=false,shape=ascending_north": { "model": "block/detector_rail_raised_ne" }, + "powered=false,shape=ascending_south": { "model": "block/detector_rail_raised_sw" }, + "powered=true,shape=north_south": { "model": "block/detector_rail_on" }, + "powered=true,shape=east_west": { "model": "block/detector_rail_on", "y": 90 }, + "powered=true,shape=ascending_east": { "model": "block/detector_rail_on_raised_ne", "y": 90 }, + "powered=true,shape=ascending_west": { "model": "block/detector_rail_on_raised_sw", "y": 90 }, + "powered=true,shape=ascending_north": { "model": "block/detector_rail_on_raised_ne" }, + "powered=true,shape=ascending_south": { "model": "block/detector_rail_on_raised_sw" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/diamond_block.json b/1.14.4/assets/minecraft/blockstates/diamond_block.json new file mode 100644 index 00000000..e57004c9 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/diamond_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/diamond_block" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/diamond_ore.json b/1.14.4/assets/minecraft/blockstates/diamond_ore.json new file mode 100644 index 00000000..cc43a21c --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/diamond_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/diamond_ore" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/diorite.json b/1.14.4/assets/minecraft/blockstates/diorite.json new file mode 100644 index 00000000..57f49b6e --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/diorite.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/diorite" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/diorite_slab.json b/1.14.4/assets/minecraft/blockstates/diorite_slab.json new file mode 100644 index 00000000..10268932 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/diorite_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/diorite_slab" }, + "type=top": { "model": "block/diorite_slab_top" }, + "type=double": { "model": "block/diorite" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/diorite_stairs.json b/1.14.4/assets/minecraft/blockstates/diorite_stairs.json new file mode 100644 index 00000000..cca1a2a6 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/diorite_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/diorite_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/diorite_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/diorite_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/diorite_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/diorite_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/diorite_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/diorite_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/diorite_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/diorite_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/diorite_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/diorite_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/diorite_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/diorite_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/diorite_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/diorite_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/diorite_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/diorite_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/diorite_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/diorite_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/diorite_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/diorite_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/diorite_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/diorite_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/diorite_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/diorite_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/diorite_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/diorite_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/diorite_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/diorite_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/diorite_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/diorite_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/diorite_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/diorite_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/diorite_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/diorite_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/diorite_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/diorite_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/diorite_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/diorite_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/diorite_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/diorite_wall.json b/1.14.4/assets/minecraft/blockstates/diorite_wall.json new file mode 100644 index 00000000..097ca141 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/diorite_wall.json @@ -0,0 +1,19 @@ +{ + "multipart": [ + { "when": { "up": "true" }, + "apply": { "model": "block/diorite_wall_post" } + }, + { "when": { "north": "true" }, + "apply": { "model": "block/diorite_wall_side", "uvlock": true } + }, + { "when": { "east": "true" }, + "apply": { "model": "block/diorite_wall_side", "y": 90, "uvlock": true } + }, + { "when": { "south": "true" }, + "apply": { "model": "block/diorite_wall_side", "y": 180, "uvlock": true } + }, + { "when": { "west": "true" }, + "apply": { "model": "block/diorite_wall_side", "y": 270, "uvlock": true } + } + ] +} diff --git a/1.14.4/assets/minecraft/blockstates/dirt.json b/1.14.4/assets/minecraft/blockstates/dirt.json new file mode 100644 index 00000000..a936a179 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/dirt.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/dirt" }, + { "model": "block/dirt", "y": 90 }, + { "model": "block/dirt", "y": 180 }, + { "model": "block/dirt", "y": 270 } + ] + } +} diff --git a/1.14.4/assets/minecraft/blockstates/dispenser.json b/1.14.4/assets/minecraft/blockstates/dispenser.json new file mode 100644 index 00000000..1ba37837 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/dispenser.json @@ -0,0 +1,10 @@ +{ + "variants": { + "facing=down": { "model": "block/dispenser_vertical", "x": 180 }, + "facing=up": { "model": "block/dispenser_vertical" }, + "facing=north": { "model": "block/dispenser" }, + "facing=south": { "model": "block/dispenser", "y": 180 }, + "facing=west": { "model": "block/dispenser", "y": 270 }, + "facing=east": { "model": "block/dispenser", "y": 90 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/dragon_egg.json b/1.14.4/assets/minecraft/blockstates/dragon_egg.json new file mode 100644 index 00000000..50532186 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/dragon_egg.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/dragon_egg" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/dragon_head.json b/1.14.4/assets/minecraft/blockstates/dragon_head.json new file mode 100644 index 00000000..05969bc2 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/dragon_head.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/skull" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/dragon_wall_head.json b/1.14.4/assets/minecraft/blockstates/dragon_wall_head.json new file mode 100644 index 00000000..05969bc2 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/dragon_wall_head.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/skull" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/dried_kelp_block.json b/1.14.4/assets/minecraft/blockstates/dried_kelp_block.json new file mode 100644 index 00000000..27e7a0e9 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/dried_kelp_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/dried_kelp_block" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/dropper.json b/1.14.4/assets/minecraft/blockstates/dropper.json new file mode 100644 index 00000000..ded838a8 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/dropper.json @@ -0,0 +1,10 @@ +{ + "variants": { + "facing=down": { "model": "block/dropper_vertical", "x": 180 }, + "facing=up": { "model": "block/dropper_vertical" }, + "facing=north": { "model": "block/dropper" }, + "facing=south": { "model": "block/dropper", "y": 180 }, + "facing=west": { "model": "block/dropper", "y": 270 }, + "facing=east": { "model": "block/dropper", "y": 90 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/emerald_block.json b/1.14.4/assets/minecraft/blockstates/emerald_block.json new file mode 100644 index 00000000..9fa2458e --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/emerald_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/emerald_block" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/emerald_ore.json b/1.14.4/assets/minecraft/blockstates/emerald_ore.json new file mode 100644 index 00000000..959f9cdb --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/emerald_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/emerald_ore" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/enchanting_table.json b/1.14.4/assets/minecraft/blockstates/enchanting_table.json new file mode 100644 index 00000000..34bf0d07 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/enchanting_table.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/enchanting_table" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/end_gateway.json b/1.14.4/assets/minecraft/blockstates/end_gateway.json new file mode 100644 index 00000000..a72c4ee1 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/end_gateway.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/end_portal" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/end_portal.json b/1.14.4/assets/minecraft/blockstates/end_portal.json new file mode 100644 index 00000000..a72c4ee1 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/end_portal.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/end_portal" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/end_portal_frame.json b/1.14.4/assets/minecraft/blockstates/end_portal_frame.json new file mode 100644 index 00000000..f92440d5 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/end_portal_frame.json @@ -0,0 +1,12 @@ +{ + "variants": { + "eye=false,facing=south": { "model": "block/end_portal_frame" }, + "eye=false,facing=west": { "model": "block/end_portal_frame", "y": 90 }, + "eye=false,facing=north": { "model": "block/end_portal_frame", "y": 180 }, + "eye=false,facing=east": { "model": "block/end_portal_frame", "y": 270 }, + "eye=true,facing=south": { "model": "block/end_portal_frame_filled" }, + "eye=true,facing=west": { "model": "block/end_portal_frame_filled", "y": 90 }, + "eye=true,facing=north": { "model": "block/end_portal_frame_filled", "y": 180 }, + "eye=true,facing=east": { "model": "block/end_portal_frame_filled", "y": 270 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/end_rod.json b/1.14.4/assets/minecraft/blockstates/end_rod.json new file mode 100644 index 00000000..a47e0bc4 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/end_rod.json @@ -0,0 +1,10 @@ +{ + "variants": { + "facing=up": { "model": "block/end_rod" }, + "facing=down": { "model": "block/end_rod", "x": 180 }, + "facing=east": { "model": "block/end_rod", "y": 90, "x": 90 }, + "facing=south": { "model": "block/end_rod", "y": 180, "x": 90 }, + "facing=west": { "model": "block/end_rod", "y": 270, "x": 90 }, + "facing=north": { "model": "block/end_rod", "y": 0, "x": 90 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/end_stone.json b/1.14.4/assets/minecraft/blockstates/end_stone.json new file mode 100644 index 00000000..5c8291d8 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/end_stone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/end_stone" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/end_stone_brick_slab.json b/1.14.4/assets/minecraft/blockstates/end_stone_brick_slab.json new file mode 100644 index 00000000..14dfbb84 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/end_stone_brick_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/end_stone_brick_slab" }, + "type=top": { "model": "block/end_stone_brick_slab_top" }, + "type=double": { "model": "block/end_stone_bricks" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/end_stone_brick_stairs.json b/1.14.4/assets/minecraft/blockstates/end_stone_brick_stairs.json new file mode 100644 index 00000000..77df915c --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/end_stone_brick_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/end_stone_brick_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/end_stone_brick_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/end_stone_brick_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/end_stone_brick_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/end_stone_brick_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/end_stone_brick_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/end_stone_brick_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/end_stone_brick_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/end_stone_brick_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/end_stone_brick_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/end_stone_brick_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/end_stone_brick_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/end_stone_brick_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/end_stone_brick_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/end_stone_brick_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/end_stone_brick_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/end_stone_brick_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/end_stone_brick_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/end_stone_brick_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/end_stone_brick_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/end_stone_brick_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/end_stone_brick_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/end_stone_brick_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/end_stone_brick_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/end_stone_brick_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/end_stone_brick_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/end_stone_brick_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/end_stone_brick_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/end_stone_brick_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/end_stone_brick_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/end_stone_brick_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/end_stone_brick_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/end_stone_brick_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/end_stone_brick_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/end_stone_brick_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/end_stone_brick_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/end_stone_brick_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/end_stone_brick_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/end_stone_brick_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/end_stone_brick_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/end_stone_brick_wall.json b/1.14.4/assets/minecraft/blockstates/end_stone_brick_wall.json new file mode 100644 index 00000000..c70fcb4a --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/end_stone_brick_wall.json @@ -0,0 +1,19 @@ +{ + "multipart": [ + { "when": { "up": "true" }, + "apply": { "model": "block/end_stone_brick_wall_post" } + }, + { "when": { "north": "true" }, + "apply": { "model": "block/end_stone_brick_wall_side", "uvlock": true } + }, + { "when": { "east": "true" }, + "apply": { "model": "block/end_stone_brick_wall_side", "y": 90, "uvlock": true } + }, + { "when": { "south": "true" }, + "apply": { "model": "block/end_stone_brick_wall_side", "y": 180, "uvlock": true } + }, + { "when": { "west": "true" }, + "apply": { "model": "block/end_stone_brick_wall_side", "y": 270, "uvlock": true } + } + ] +} diff --git a/1.14.4/assets/minecraft/blockstates/end_stone_bricks.json b/1.14.4/assets/minecraft/blockstates/end_stone_bricks.json new file mode 100644 index 00000000..1b76e4b1 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/end_stone_bricks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/end_stone_bricks" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/ender_chest.json b/1.14.4/assets/minecraft/blockstates/ender_chest.json new file mode 100644 index 00000000..278b12af --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/ender_chest.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/ender_chest" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/farmland.json b/1.14.4/assets/minecraft/blockstates/farmland.json new file mode 100644 index 00000000..fd340289 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/farmland.json @@ -0,0 +1,12 @@ +{ + "variants": { + "moisture=0": { "model": "block/farmland" }, + "moisture=1": { "model": "block/farmland" }, + "moisture=2": { "model": "block/farmland" }, + "moisture=3": { "model": "block/farmland" }, + "moisture=4": { "model": "block/farmland" }, + "moisture=5": { "model": "block/farmland" }, + "moisture=6": { "model": "block/farmland" }, + "moisture=7": { "model": "block/farmland_moist" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/fern.json b/1.14.4/assets/minecraft/blockstates/fern.json new file mode 100644 index 00000000..955a8f10 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/fern.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/fern" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/fire.json b/1.14.4/assets/minecraft/blockstates/fire.json new file mode 100644 index 00000000..116b2fd4 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/fire.json @@ -0,0 +1,50 @@ +{ + "multipart": [ + { "when": {"north": false, "east": false, "south": false, "west": false, "up": false}, + "apply": [ + { "model": "block/fire_floor0" }, + { "model": "block/fire_floor1" } + ] + }, + { "when": {"OR": [{"north": true}, {"north": false, "east": false, "south": false, "west": false, "up": false}]}, + "apply": [ + { "model": "block/fire_side0" }, + { "model": "block/fire_side1" }, + { "model": "block/fire_side_alt0" }, + { "model": "block/fire_side_alt1" } + ] + }, + { "when": {"OR": [{"east": true}, {"north": false, "east": false, "south": false, "west": false, "up": false}]}, + "apply": [ + { "model": "block/fire_side0", "y": 90 }, + { "model": "block/fire_side1", "y": 90 }, + { "model": "block/fire_side_alt0", "y": 90 }, + { "model": "block/fire_side_alt1", "y": 90 } + ] + }, + { "when": {"OR": [{"south": true}, {"north": false, "east": false, "south": false, "west": false, "up": false}]}, + "apply": [ + { "model": "block/fire_side0", "y": 180 }, + { "model": "block/fire_side1", "y": 180 }, + { "model": "block/fire_side_alt0", "y": 180 }, + { "model": "block/fire_side_alt1", "y": 180 } + ] + }, + { "when": {"OR": [{"west": true}, {"north": false, "east": false, "south": false, "west": false, "up": false}]}, + "apply": [ + { "model": "block/fire_side0", "y": 270 }, + { "model": "block/fire_side1", "y": 270 }, + { "model": "block/fire_side_alt0", "y": 270 }, + { "model": "block/fire_side_alt1", "y": 270 } + ] + }, + { "when": {"up": true}, + "apply": [ + { "model": "block/fire_up0" }, + { "model": "block/fire_up1" }, + { "model": "block/fire_up_alt0" }, + { "model": "block/fire_up_alt1" } + ] + } + ] +} diff --git a/1.14.4/assets/minecraft/blockstates/fire_coral.json b/1.14.4/assets/minecraft/blockstates/fire_coral.json new file mode 100644 index 00000000..4a4ef6b1 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/fire_coral.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/fire_coral" } + } +} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/blockstates/fire_coral_block.json b/1.14.4/assets/minecraft/blockstates/fire_coral_block.json new file mode 100644 index 00000000..42d6ccb1 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/fire_coral_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/fire_coral_block" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/fire_coral_fan.json b/1.14.4/assets/minecraft/blockstates/fire_coral_fan.json new file mode 100644 index 00000000..c8b57bc9 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/fire_coral_fan.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/fire_coral_fan" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/fire_coral_wall_fan.json b/1.14.4/assets/minecraft/blockstates/fire_coral_wall_fan.json new file mode 100644 index 00000000..76ae9b1e --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/fire_coral_wall_fan.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=east": { "model": "block/fire_coral_wall_fan", "y": 90 }, + "facing=south": { "model": "block/fire_coral_wall_fan", "y": 180 }, + "facing=west": { "model": "block/fire_coral_wall_fan", "y": 270 }, + "facing=north": { "model": "block/fire_coral_wall_fan", "y": 0 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/fletching_table.json b/1.14.4/assets/minecraft/blockstates/fletching_table.json new file mode 100644 index 00000000..20cf60be --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/fletching_table.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/fletching_table" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/flower_pot.json b/1.14.4/assets/minecraft/blockstates/flower_pot.json new file mode 100644 index 00000000..8f9ab79e --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/flower_pot.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/flower_pot" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/frosted_ice.json b/1.14.4/assets/minecraft/blockstates/frosted_ice.json new file mode 100644 index 00000000..1cccdcd1 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/frosted_ice.json @@ -0,0 +1,8 @@ +{ + "variants": { + "age=0": { "model": "block/frosted_ice_0" }, + "age=1": { "model": "block/frosted_ice_1" }, + "age=2": { "model": "block/frosted_ice_2" }, + "age=3": { "model": "block/frosted_ice_3" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/furnace.json b/1.14.4/assets/minecraft/blockstates/furnace.json new file mode 100644 index 00000000..4607b25e --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/furnace.json @@ -0,0 +1,12 @@ +{ + "variants": { + "facing=north,lit=false": { "model": "block/furnace" }, + "facing=south,lit=false": { "model": "block/furnace", "y": 180 }, + "facing=west,lit=false": { "model": "block/furnace", "y": 270 }, + "facing=east,lit=false": { "model": "block/furnace", "y": 90 }, + "facing=north,lit=true": { "model": "block/furnace_on" }, + "facing=south,lit=true": { "model": "block/furnace_on", "y": 180 }, + "facing=west,lit=true": { "model": "block/furnace_on", "y": 270 }, + "facing=east,lit=true": { "model": "block/furnace_on", "y": 90 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/glass.json b/1.14.4/assets/minecraft/blockstates/glass.json new file mode 100644 index 00000000..9b39a220 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/glass" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/glass_pane.json b/1.14.4/assets/minecraft/blockstates/glass_pane.json new file mode 100644 index 00000000..c36280e2 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/glass_pane.json @@ -0,0 +1,29 @@ +{ + "multipart": [ + { "apply": { "model": "block/glass_pane_post" }}, + { "when": { "north": true }, + "apply": { "model": "block/glass_pane_side" } + }, + { "when": { "east": true }, + "apply": { "model": "block/glass_pane_side", "y": 90 } + }, + { "when": { "south": true }, + "apply": { "model": "block/glass_pane_side_alt" } + }, + { "when": { "west": true }, + "apply": { "model": "block/glass_pane_side_alt", "y": 90 } + }, + { "when": { "north": false }, + "apply": { "model": "block/glass_pane_noside" } + }, + { "when": { "east": false }, + "apply": { "model": "block/glass_pane_noside_alt" } + }, + { "when": { "south": false }, + "apply": { "model": "block/glass_pane_noside_alt", "y": 90 } + }, + { "when": { "west": false }, + "apply": { "model": "block/glass_pane_noside", "y": 270 } + } + ] +} diff --git a/1.14.4/assets/minecraft/blockstates/glowstone.json b/1.14.4/assets/minecraft/blockstates/glowstone.json new file mode 100644 index 00000000..43b7e20e --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/glowstone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/glowstone" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/gold_block.json b/1.14.4/assets/minecraft/blockstates/gold_block.json new file mode 100644 index 00000000..7b7b5d64 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/gold_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/gold_block" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/gold_ore.json b/1.14.4/assets/minecraft/blockstates/gold_ore.json new file mode 100644 index 00000000..b6c3eb38 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/gold_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/gold_ore" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/granite.json b/1.14.4/assets/minecraft/blockstates/granite.json new file mode 100644 index 00000000..d4da5bd4 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/granite.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/granite" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/granite_slab.json b/1.14.4/assets/minecraft/blockstates/granite_slab.json new file mode 100644 index 00000000..7ddd2363 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/granite_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/granite_slab" }, + "type=top": { "model": "block/granite_slab_top" }, + "type=double": { "model": "block/granite" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/granite_stairs.json b/1.14.4/assets/minecraft/blockstates/granite_stairs.json new file mode 100644 index 00000000..61e23c9d --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/granite_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/granite_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/granite_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/granite_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/granite_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/granite_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/granite_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/granite_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/granite_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/granite_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/granite_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/granite_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/granite_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/granite_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/granite_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/granite_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/granite_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/granite_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/granite_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/granite_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/granite_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/granite_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/granite_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/granite_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/granite_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/granite_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/granite_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/granite_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/granite_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/granite_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/granite_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/granite_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/granite_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/granite_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/granite_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/granite_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/granite_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/granite_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/granite_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/granite_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/granite_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/granite_wall.json b/1.14.4/assets/minecraft/blockstates/granite_wall.json new file mode 100644 index 00000000..4b3dec34 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/granite_wall.json @@ -0,0 +1,19 @@ +{ + "multipart": [ + { "when": { "up": "true" }, + "apply": { "model": "block/granite_wall_post" } + }, + { "when": { "north": "true" }, + "apply": { "model": "block/granite_wall_side", "uvlock": true } + }, + { "when": { "east": "true" }, + "apply": { "model": "block/granite_wall_side", "y": 90, "uvlock": true } + }, + { "when": { "south": "true" }, + "apply": { "model": "block/granite_wall_side", "y": 180, "uvlock": true } + }, + { "when": { "west": "true" }, + "apply": { "model": "block/granite_wall_side", "y": 270, "uvlock": true } + } + ] +} diff --git a/1.14.4/assets/minecraft/blockstates/grass.json b/1.14.4/assets/minecraft/blockstates/grass.json new file mode 100644 index 00000000..e95fac81 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/grass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/grass" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/grass_block.json b/1.14.4/assets/minecraft/blockstates/grass_block.json new file mode 100644 index 00000000..ee42c0b5 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/grass_block.json @@ -0,0 +1,11 @@ +{ + "variants": { + "snowy=false": [ + { "model": "block/grass_block" }, + { "model": "block/grass_block", "y": 90 }, + { "model": "block/grass_block", "y": 180 }, + { "model": "block/grass_block", "y": 270 } + ], + "snowy=true": { "model": "block/grass_block_snow" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/grass_path.json b/1.14.4/assets/minecraft/blockstates/grass_path.json new file mode 100644 index 00000000..34b605f4 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/grass_path.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/grass_path" }, + { "model": "block/grass_path", "y": 90 }, + { "model": "block/grass_path", "y": 180 }, + { "model": "block/grass_path", "y": 270 } + ] + } +} diff --git a/1.14.4/assets/minecraft/blockstates/gravel.json b/1.14.4/assets/minecraft/blockstates/gravel.json new file mode 100644 index 00000000..a2c3c585 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/gravel.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/gravel" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/gray_banner.json b/1.14.4/assets/minecraft/blockstates/gray_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/gray_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/gray_bed.json b/1.14.4/assets/minecraft/blockstates/gray_bed.json new file mode 100644 index 00000000..8cdeb6ce --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/gray_bed.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/bed" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/gray_carpet.json b/1.14.4/assets/minecraft/blockstates/gray_carpet.json new file mode 100644 index 00000000..eac87f94 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/gray_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/gray_carpet" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/gray_concrete.json b/1.14.4/assets/minecraft/blockstates/gray_concrete.json new file mode 100644 index 00000000..11fe26ee --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/gray_concrete.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/gray_concrete" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/gray_concrete_powder.json b/1.14.4/assets/minecraft/blockstates/gray_concrete_powder.json new file mode 100644 index 00000000..e7e89331 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/gray_concrete_powder.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/gray_concrete_powder" }, + { "model": "block/gray_concrete_powder", "y": 90 }, + { "model": "block/gray_concrete_powder", "y": 180 }, + { "model": "block/gray_concrete_powder", "y": 270 } + ] + } +} diff --git a/1.14.4/assets/minecraft/blockstates/gray_glazed_terracotta.json b/1.14.4/assets/minecraft/blockstates/gray_glazed_terracotta.json new file mode 100644 index 00000000..1dbedb8d --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/gray_glazed_terracotta.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "block/gray_glazed_terracotta" }, + "facing=west": { "model": "block/gray_glazed_terracotta", "y": 90 }, + "facing=north": { "model": "block/gray_glazed_terracotta", "y": 180 }, + "facing=east": { "model": "block/gray_glazed_terracotta", "y": 270 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/gray_shulker_box.json b/1.14.4/assets/minecraft/blockstates/gray_shulker_box.json new file mode 100644 index 00000000..aa5bee9b --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/gray_shulker_box.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/gray_shulker_box" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/gray_stained_glass.json b/1.14.4/assets/minecraft/blockstates/gray_stained_glass.json new file mode 100644 index 00000000..3f66a5a4 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/gray_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/gray_stained_glass" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/gray_stained_glass_pane.json b/1.14.4/assets/minecraft/blockstates/gray_stained_glass_pane.json new file mode 100644 index 00000000..b989a1eb --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/gray_stained_glass_pane.json @@ -0,0 +1,29 @@ +{ + "multipart": [ + { "apply": { "model": "block/gray_stained_glass_pane_post" }}, + { "when": { "north": true }, + "apply": { "model": "block/gray_stained_glass_pane_side" } + }, + { "when": { "east": true }, + "apply": { "model": "block/gray_stained_glass_pane_side", "y": 90 } + }, + { "when": { "south": true }, + "apply": { "model": "block/gray_stained_glass_pane_side_alt" } + }, + { "when": { "west": true }, + "apply": { "model": "block/gray_stained_glass_pane_side_alt", "y": 90 } + }, + { "when": { "north": false }, + "apply": { "model": "block/gray_stained_glass_pane_noside" } + }, + { "when": { "east": false }, + "apply": { "model": "block/gray_stained_glass_pane_noside_alt" } + }, + { "when": { "south": false }, + "apply": { "model": "block/gray_stained_glass_pane_noside_alt", "y": 90 } + }, + { "when": { "west": false }, + "apply": { "model": "block/gray_stained_glass_pane_noside", "y": 270 } + } + ] +} diff --git a/1.14.4/assets/minecraft/blockstates/gray_terracotta.json b/1.14.4/assets/minecraft/blockstates/gray_terracotta.json new file mode 100644 index 00000000..07a7f73a --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/gray_terracotta.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/gray_terracotta" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/gray_wall_banner.json b/1.14.4/assets/minecraft/blockstates/gray_wall_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/gray_wall_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/gray_wool.json b/1.14.4/assets/minecraft/blockstates/gray_wool.json new file mode 100644 index 00000000..543791bf --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/gray_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/gray_wool" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/green_banner.json b/1.14.4/assets/minecraft/blockstates/green_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/green_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/green_bed.json b/1.14.4/assets/minecraft/blockstates/green_bed.json new file mode 100644 index 00000000..8cdeb6ce --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/green_bed.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/bed" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/green_carpet.json b/1.14.4/assets/minecraft/blockstates/green_carpet.json new file mode 100644 index 00000000..0b7bb4a9 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/green_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/green_carpet" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/green_concrete.json b/1.14.4/assets/minecraft/blockstates/green_concrete.json new file mode 100644 index 00000000..f145363b --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/green_concrete.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/green_concrete" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/green_concrete_powder.json b/1.14.4/assets/minecraft/blockstates/green_concrete_powder.json new file mode 100644 index 00000000..7770c786 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/green_concrete_powder.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/green_concrete_powder" }, + { "model": "block/green_concrete_powder", "y": 90 }, + { "model": "block/green_concrete_powder", "y": 180 }, + { "model": "block/green_concrete_powder", "y": 270 } + ] + } +} diff --git a/1.14.4/assets/minecraft/blockstates/green_glazed_terracotta.json b/1.14.4/assets/minecraft/blockstates/green_glazed_terracotta.json new file mode 100644 index 00000000..6b7561f8 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/green_glazed_terracotta.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "block/green_glazed_terracotta" }, + "facing=west": { "model": "block/green_glazed_terracotta", "y": 90 }, + "facing=north": { "model": "block/green_glazed_terracotta", "y": 180 }, + "facing=east": { "model": "block/green_glazed_terracotta", "y": 270 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/green_shulker_box.json b/1.14.4/assets/minecraft/blockstates/green_shulker_box.json new file mode 100644 index 00000000..7d5057ae --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/green_shulker_box.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/green_shulker_box" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/green_stained_glass.json b/1.14.4/assets/minecraft/blockstates/green_stained_glass.json new file mode 100644 index 00000000..b411a4f5 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/green_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/green_stained_glass" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/green_stained_glass_pane.json b/1.14.4/assets/minecraft/blockstates/green_stained_glass_pane.json new file mode 100644 index 00000000..24d07372 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/green_stained_glass_pane.json @@ -0,0 +1,29 @@ +{ + "multipart": [ + { "apply": { "model": "block/green_stained_glass_pane_post" }}, + { "when": { "north": true }, + "apply": { "model": "block/green_stained_glass_pane_side" } + }, + { "when": { "east": true }, + "apply": { "model": "block/green_stained_glass_pane_side", "y": 90 } + }, + { "when": { "south": true }, + "apply": { "model": "block/green_stained_glass_pane_side_alt" } + }, + { "when": { "west": true }, + "apply": { "model": "block/green_stained_glass_pane_side_alt", "y": 90 } + }, + { "when": { "north": false }, + "apply": { "model": "block/green_stained_glass_pane_noside" } + }, + { "when": { "east": false }, + "apply": { "model": "block/green_stained_glass_pane_noside_alt" } + }, + { "when": { "south": false }, + "apply": { "model": "block/green_stained_glass_pane_noside_alt", "y": 90 } + }, + { "when": { "west": false }, + "apply": { "model": "block/green_stained_glass_pane_noside", "y": 270 } + } + ] +} diff --git a/1.14.4/assets/minecraft/blockstates/green_terracotta.json b/1.14.4/assets/minecraft/blockstates/green_terracotta.json new file mode 100644 index 00000000..b50474b7 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/green_terracotta.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/green_terracotta" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/green_wall_banner.json b/1.14.4/assets/minecraft/blockstates/green_wall_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/green_wall_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/green_wool.json b/1.14.4/assets/minecraft/blockstates/green_wool.json new file mode 100644 index 00000000..329c4f44 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/green_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/green_wool" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/grindstone.json b/1.14.4/assets/minecraft/blockstates/grindstone.json new file mode 100644 index 00000000..2a75a1cb --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/grindstone.json @@ -0,0 +1,16 @@ +{ + "variants": { + "face=floor,facing=east": { "model": "block/grindstone", "y": 90 }, + "face=floor,facing=west": { "model": "block/grindstone", "y": 270 }, + "face=floor,facing=south": { "model": "block/grindstone", "y": 180 }, + "face=floor,facing=north": { "model": "block/grindstone" }, + "face=wall,facing=east": { "model": "block/grindstone", "x": 90, "y": 90 }, + "face=wall,facing=west": { "model": "block/grindstone", "x": 90, "y": 270 }, + "face=wall,facing=south": { "model": "block/grindstone", "x": 90, "y": 180 }, + "face=wall,facing=north": { "model": "block/grindstone", "x": 90 }, + "face=ceiling,facing=east": { "model": "block/grindstone", "x": 180, "y": 270 }, + "face=ceiling,facing=west": { "model": "block/grindstone", "x": 180, "y": 90 }, + "face=ceiling,facing=south": { "model": "block/grindstone", "x": 180 }, + "face=ceiling,facing=north": { "model": "block/grindstone", "x": 180, "y": 180 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/hay_block.json b/1.14.4/assets/minecraft/blockstates/hay_block.json new file mode 100644 index 00000000..ef1086d9 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/hay_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/hay_block" }, + "axis=z": { "model": "block/hay_block", "x": 90 }, + "axis=x": { "model": "block/hay_block", "x": 90, "y": 90 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/heavy_weighted_pressure_plate.json b/1.14.4/assets/minecraft/blockstates/heavy_weighted_pressure_plate.json new file mode 100644 index 00000000..70c9c4ce --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/heavy_weighted_pressure_plate.json @@ -0,0 +1,20 @@ +{ + "variants": { + "power=0": { "model": "block/heavy_weighted_pressure_plate" }, + "power=1": { "model": "block/heavy_weighted_pressure_plate_down" }, + "power=2": { "model": "block/heavy_weighted_pressure_plate_down" }, + "power=3": { "model": "block/heavy_weighted_pressure_plate_down" }, + "power=4": { "model": "block/heavy_weighted_pressure_plate_down" }, + "power=5": { "model": "block/heavy_weighted_pressure_plate_down" }, + "power=6": { "model": "block/heavy_weighted_pressure_plate_down" }, + "power=7": { "model": "block/heavy_weighted_pressure_plate_down" }, + "power=8": { "model": "block/heavy_weighted_pressure_plate_down" }, + "power=9": { "model": "block/heavy_weighted_pressure_plate_down" }, + "power=10": { "model": "block/heavy_weighted_pressure_plate_down" }, + "power=11": { "model": "block/heavy_weighted_pressure_plate_down" }, + "power=12": { "model": "block/heavy_weighted_pressure_plate_down" }, + "power=13": { "model": "block/heavy_weighted_pressure_plate_down" }, + "power=14": { "model": "block/heavy_weighted_pressure_plate_down" }, + "power=15": { "model": "block/heavy_weighted_pressure_plate_down" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/hopper.json b/1.14.4/assets/minecraft/blockstates/hopper.json new file mode 100644 index 00000000..88c7cb1e --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/hopper.json @@ -0,0 +1,9 @@ +{ + "variants": { + "facing=down": { "model": "block/hopper" }, + "facing=north": { "model": "block/hopper_side" }, + "facing=south": { "model": "block/hopper_side", "y": 180 }, + "facing=west": { "model": "block/hopper_side", "y": 270 }, + "facing=east": { "model": "block/hopper_side", "y": 90 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/horn_coral.json b/1.14.4/assets/minecraft/blockstates/horn_coral.json new file mode 100644 index 00000000..daa2d870 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/horn_coral.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/horn_coral" } + } +} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/blockstates/horn_coral_block.json b/1.14.4/assets/minecraft/blockstates/horn_coral_block.json new file mode 100644 index 00000000..11f9911d --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/horn_coral_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/horn_coral_block" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/horn_coral_fan.json b/1.14.4/assets/minecraft/blockstates/horn_coral_fan.json new file mode 100644 index 00000000..639f1d3a --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/horn_coral_fan.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/horn_coral_fan" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/horn_coral_wall_fan.json b/1.14.4/assets/minecraft/blockstates/horn_coral_wall_fan.json new file mode 100644 index 00000000..28363883 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/horn_coral_wall_fan.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=east": { "model": "block/horn_coral_wall_fan", "y": 90 }, + "facing=south": { "model": "block/horn_coral_wall_fan", "y": 180 }, + "facing=west": { "model": "block/horn_coral_wall_fan", "y": 270 }, + "facing=north": { "model": "block/horn_coral_wall_fan", "y": 0 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/ice.json b/1.14.4/assets/minecraft/blockstates/ice.json new file mode 100644 index 00000000..fe5dfcb5 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/ice.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/ice" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/infested_chiseled_stone_bricks.json b/1.14.4/assets/minecraft/blockstates/infested_chiseled_stone_bricks.json new file mode 100644 index 00000000..8190d79b --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/infested_chiseled_stone_bricks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/chiseled_stone_bricks" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/infested_cobblestone.json b/1.14.4/assets/minecraft/blockstates/infested_cobblestone.json new file mode 100644 index 00000000..30950753 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/infested_cobblestone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/cobblestone" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/infested_cracked_stone_bricks.json b/1.14.4/assets/minecraft/blockstates/infested_cracked_stone_bricks.json new file mode 100644 index 00000000..c036dfec --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/infested_cracked_stone_bricks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/cracked_stone_bricks" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/infested_mossy_stone_bricks.json b/1.14.4/assets/minecraft/blockstates/infested_mossy_stone_bricks.json new file mode 100644 index 00000000..09f65d9a --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/infested_mossy_stone_bricks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/mossy_stone_bricks" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/infested_stone.json b/1.14.4/assets/minecraft/blockstates/infested_stone.json new file mode 100644 index 00000000..56c13648 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/infested_stone.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/stone" }, + { "model": "block/stone_mirrored" }, + { "model": "block/stone", "y": 180 }, + { "model": "block/stone_mirrored", "y": 180 } + ] + } +} diff --git a/1.14.4/assets/minecraft/blockstates/infested_stone_bricks.json b/1.14.4/assets/minecraft/blockstates/infested_stone_bricks.json new file mode 100644 index 00000000..0fe8fa5f --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/infested_stone_bricks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/stone_bricks" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/iron_bars.json b/1.14.4/assets/minecraft/blockstates/iron_bars.json new file mode 100644 index 00000000..a8140a02 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/iron_bars.json @@ -0,0 +1,32 @@ +{ + "multipart": [ + { "apply": { "model": "block/iron_bars_post_ends" }}, + { "when": { "north": false, "east": false, "south": false, "west": false }, + "apply": { "model": "block/iron_bars_post" } + }, + { "when": { "north": true, "east": false, "south": false, "west": false }, + "apply": { "model": "block/iron_bars_cap" } + }, + { "when": { "north": false, "east": true, "south": false, "west": false }, + "apply": { "model": "block/iron_bars_cap", "y": 90 } + }, + { "when": { "north": false, "east": false, "south": true, "west": false }, + "apply": { "model": "block/iron_bars_cap_alt" } + }, + { "when": { "north": false, "east": false, "south": false, "west": true }, + "apply": { "model": "block/iron_bars_cap_alt", "y": 90 } + }, + { "when": { "north": true }, + "apply": { "model": "block/iron_bars_side" } + }, + { "when": { "east": true }, + "apply": { "model": "block/iron_bars_side", "y": 90 } + }, + { "when": { "south": true }, + "apply": { "model": "block/iron_bars_side_alt" } + }, + { "when": { "west": true }, + "apply": { "model": "block/iron_bars_side_alt", "y": 90 } + } + ] +} diff --git a/1.14.4/assets/minecraft/blockstates/iron_block.json b/1.14.4/assets/minecraft/blockstates/iron_block.json new file mode 100644 index 00000000..89f0cf9e --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/iron_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/iron_block" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/iron_door.json b/1.14.4/assets/minecraft/blockstates/iron_door.json new file mode 100644 index 00000000..3d8dc5ab --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/iron_door.json @@ -0,0 +1,36 @@ +{ + "variants": { + "facing=east,half=lower,hinge=left,open=false": { "model": "block/iron_door_bottom" }, + "facing=south,half=lower,hinge=left,open=false": { "model": "block/iron_door_bottom", "y": 90 }, + "facing=west,half=lower,hinge=left,open=false": { "model": "block/iron_door_bottom", "y": 180 }, + "facing=north,half=lower,hinge=left,open=false": { "model": "block/iron_door_bottom", "y": 270 }, + "facing=east,half=lower,hinge=right,open=false": { "model": "block/iron_door_bottom_hinge" }, + "facing=south,half=lower,hinge=right,open=false": { "model": "block/iron_door_bottom_hinge", "y": 90 }, + "facing=west,half=lower,hinge=right,open=false": { "model": "block/iron_door_bottom_hinge", "y": 180 }, + "facing=north,half=lower,hinge=right,open=false": { "model": "block/iron_door_bottom_hinge", "y": 270 }, + "facing=east,half=lower,hinge=left,open=true": { "model": "block/iron_door_bottom_hinge", "y": 90 }, + "facing=south,half=lower,hinge=left,open=true": { "model": "block/iron_door_bottom_hinge", "y": 180 }, + "facing=west,half=lower,hinge=left,open=true": { "model": "block/iron_door_bottom_hinge", "y": 270 }, + "facing=north,half=lower,hinge=left,open=true": { "model": "block/iron_door_bottom_hinge" }, + "facing=east,half=lower,hinge=right,open=true": { "model": "block/iron_door_bottom", "y": 270 }, + "facing=south,half=lower,hinge=right,open=true": { "model": "block/iron_door_bottom" }, + "facing=west,half=lower,hinge=right,open=true": { "model": "block/iron_door_bottom", "y": 90 }, + "facing=north,half=lower,hinge=right,open=true": { "model": "block/iron_door_bottom", "y": 180 }, + "facing=east,half=upper,hinge=left,open=false": { "model": "block/iron_door_top" }, + "facing=south,half=upper,hinge=left,open=false": { "model": "block/iron_door_top", "y": 90 }, + "facing=west,half=upper,hinge=left,open=false": { "model": "block/iron_door_top", "y": 180 }, + "facing=north,half=upper,hinge=left,open=false": { "model": "block/iron_door_top", "y": 270 }, + "facing=east,half=upper,hinge=right,open=false": { "model": "block/iron_door_top_hinge" }, + "facing=south,half=upper,hinge=right,open=false": { "model": "block/iron_door_top_hinge", "y": 90 }, + "facing=west,half=upper,hinge=right,open=false": { "model": "block/iron_door_top_hinge", "y": 180 }, + "facing=north,half=upper,hinge=right,open=false": { "model": "block/iron_door_top_hinge", "y": 270 }, + "facing=east,half=upper,hinge=left,open=true": { "model": "block/iron_door_top_hinge", "y": 90 }, + "facing=south,half=upper,hinge=left,open=true": { "model": "block/iron_door_top_hinge", "y": 180 }, + "facing=west,half=upper,hinge=left,open=true": { "model": "block/iron_door_top_hinge", "y": 270 }, + "facing=north,half=upper,hinge=left,open=true": { "model": "block/iron_door_top_hinge" }, + "facing=east,half=upper,hinge=right,open=true": { "model": "block/iron_door_top", "y": 270 }, + "facing=south,half=upper,hinge=right,open=true": { "model": "block/iron_door_top" }, + "facing=west,half=upper,hinge=right,open=true": { "model": "block/iron_door_top", "y": 90 }, + "facing=north,half=upper,hinge=right,open=true": { "model": "block/iron_door_top", "y": 180 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/iron_ore.json b/1.14.4/assets/minecraft/blockstates/iron_ore.json new file mode 100644 index 00000000..55b1b9c6 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/iron_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/iron_ore" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/iron_trapdoor.json b/1.14.4/assets/minecraft/blockstates/iron_trapdoor.json new file mode 100644 index 00000000..291eeece --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/iron_trapdoor.json @@ -0,0 +1,20 @@ +{ + "variants": { + "facing=north,half=bottom,open=false": { "model": "block/iron_trapdoor_bottom" }, + "facing=south,half=bottom,open=false": { "model": "block/iron_trapdoor_bottom" }, + "facing=east,half=bottom,open=false": { "model": "block/iron_trapdoor_bottom" }, + "facing=west,half=bottom,open=false": { "model": "block/iron_trapdoor_bottom" }, + "facing=north,half=top,open=false": { "model": "block/iron_trapdoor_top" }, + "facing=south,half=top,open=false": { "model": "block/iron_trapdoor_top" }, + "facing=east,half=top,open=false": { "model": "block/iron_trapdoor_top" }, + "facing=west,half=top,open=false": { "model": "block/iron_trapdoor_top" }, + "facing=north,half=bottom,open=true": { "model": "block/iron_trapdoor_open" }, + "facing=south,half=bottom,open=true": { "model": "block/iron_trapdoor_open", "y": 180 }, + "facing=east,half=bottom,open=true": { "model": "block/iron_trapdoor_open", "y": 90 }, + "facing=west,half=bottom,open=true": { "model": "block/iron_trapdoor_open", "y": 270 }, + "facing=north,half=top,open=true": { "model": "block/iron_trapdoor_open" }, + "facing=south,half=top,open=true": { "model": "block/iron_trapdoor_open", "y": 180 }, + "facing=east,half=top,open=true": { "model": "block/iron_trapdoor_open", "y": 90 }, + "facing=west,half=top,open=true": { "model": "block/iron_trapdoor_open", "y": 270 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/item_frame.json b/1.14.4/assets/minecraft/blockstates/item_frame.json new file mode 100644 index 00000000..7b70ec00 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/item_frame.json @@ -0,0 +1,6 @@ +{ + "variants": { + "map=false": { "model": "block/item_frame" }, + "map=true": { "model": "block/item_frame_map" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/jack_o_lantern.json b/1.14.4/assets/minecraft/blockstates/jack_o_lantern.json new file mode 100644 index 00000000..61119511 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/jack_o_lantern.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "block/jack_o_lantern" }, + "facing=south": { "model": "block/jack_o_lantern", "y": 180 }, + "facing=west": { "model": "block/jack_o_lantern", "y": 270 }, + "facing=east": { "model": "block/jack_o_lantern", "y": 90 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/jigsaw.json b/1.14.4/assets/minecraft/blockstates/jigsaw.json new file mode 100644 index 00000000..bd432979 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/jigsaw.json @@ -0,0 +1,10 @@ +{ + "variants": { + "facing=up": { "model": "block/jigsaw"}, + "facing=down": { "model": "block/jigsaw", "x": 180 }, + "facing=north": { "model": "block/jigsaw", "x" : 90}, + "facing=south": { "model": "block/jigsaw", "x" : 90, "y": 180 }, + "facing=west": { "model": "block/jigsaw", "x" : 90, "y": 270 }, + "facing=east": { "model": "block/jigsaw", "x" : 90, "y": 90 } + } +} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/blockstates/jukebox.json b/1.14.4/assets/minecraft/blockstates/jukebox.json new file mode 100644 index 00000000..c37487a1 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/jukebox.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/jukebox" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/jungle_button.json b/1.14.4/assets/minecraft/blockstates/jungle_button.json new file mode 100644 index 00000000..8674824b --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/jungle_button.json @@ -0,0 +1,28 @@ +{ + "variants": { + "face=floor,facing=east,powered=false": { "model": "block/jungle_button", "y": 90 }, + "face=floor,facing=west,powered=false": { "model": "block/jungle_button", "y": 270 }, + "face=floor,facing=south,powered=false": { "model": "block/jungle_button", "y": 180 }, + "face=floor,facing=north,powered=false": { "model": "block/jungle_button" }, + "face=wall,facing=east,powered=false": { "model": "block/jungle_button", "uvlock": true, "x": 90, "y": 90 }, + "face=wall,facing=west,powered=false": { "model": "block/jungle_button", "uvlock": true, "x": 90, "y": 270 }, + "face=wall,facing=south,powered=false": { "model": "block/jungle_button", "uvlock": true, "x": 90, "y": 180 }, + "face=wall,facing=north,powered=false": { "model": "block/jungle_button", "uvlock": true, "x": 90 }, + "face=ceiling,facing=east,powered=false": { "model": "block/jungle_button", "x": 180, "y": 270 }, + "face=ceiling,facing=west,powered=false": { "model": "block/jungle_button", "x": 180, "y": 90 }, + "face=ceiling,facing=south,powered=false": { "model": "block/jungle_button", "x": 180 }, + "face=ceiling,facing=north,powered=false": { "model": "block/jungle_button", "x": 180, "y": 180 }, + "face=floor,facing=east,powered=true": { "model": "block/jungle_button_pressed", "y": 90 }, + "face=floor,facing=west,powered=true": { "model": "block/jungle_button_pressed", "y": 270 }, + "face=floor,facing=south,powered=true": { "model": "block/jungle_button_pressed", "y": 180 }, + "face=floor,facing=north,powered=true": { "model": "block/jungle_button_pressed" }, + "face=wall,facing=east,powered=true": { "model": "block/jungle_button_pressed", "uvlock": true, "x": 90, "y": 90 }, + "face=wall,facing=west,powered=true": { "model": "block/jungle_button_pressed", "uvlock": true, "x": 90, "y": 270 }, + "face=wall,facing=south,powered=true": { "model": "block/jungle_button_pressed", "uvlock": true, "x": 90, "y": 180 }, + "face=wall,facing=north,powered=true": { "model": "block/jungle_button_pressed", "uvlock": true, "x": 90 }, + "face=ceiling,facing=east,powered=true": { "model": "block/jungle_button_pressed", "x": 180, "y": 270 }, + "face=ceiling,facing=west,powered=true": { "model": "block/jungle_button_pressed", "x": 180, "y": 90 }, + "face=ceiling,facing=south,powered=true": { "model": "block/jungle_button_pressed", "x": 180 }, + "face=ceiling,facing=north,powered=true": { "model": "block/jungle_button_pressed", "x": 180, "y": 180 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/jungle_door.json b/1.14.4/assets/minecraft/blockstates/jungle_door.json new file mode 100644 index 00000000..25d292dc --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/jungle_door.json @@ -0,0 +1,36 @@ +{ + "variants": { + "facing=east,half=lower,hinge=left,open=false": { "model": "block/jungle_door_bottom" }, + "facing=south,half=lower,hinge=left,open=false": { "model": "block/jungle_door_bottom", "y": 90 }, + "facing=west,half=lower,hinge=left,open=false": { "model": "block/jungle_door_bottom", "y": 180 }, + "facing=north,half=lower,hinge=left,open=false": { "model": "block/jungle_door_bottom", "y": 270 }, + "facing=east,half=lower,hinge=right,open=false": { "model": "block/jungle_door_bottom_hinge" }, + "facing=south,half=lower,hinge=right,open=false": { "model": "block/jungle_door_bottom_hinge", "y": 90 }, + "facing=west,half=lower,hinge=right,open=false": { "model": "block/jungle_door_bottom_hinge", "y": 180 }, + "facing=north,half=lower,hinge=right,open=false": { "model": "block/jungle_door_bottom_hinge", "y": 270 }, + "facing=east,half=lower,hinge=left,open=true": { "model": "block/jungle_door_bottom_hinge", "y": 90 }, + "facing=south,half=lower,hinge=left,open=true": { "model": "block/jungle_door_bottom_hinge", "y": 180 }, + "facing=west,half=lower,hinge=left,open=true": { "model": "block/jungle_door_bottom_hinge", "y": 270 }, + "facing=north,half=lower,hinge=left,open=true": { "model": "block/jungle_door_bottom_hinge" }, + "facing=east,half=lower,hinge=right,open=true": { "model": "block/jungle_door_bottom", "y": 270 }, + "facing=south,half=lower,hinge=right,open=true": { "model": "block/jungle_door_bottom" }, + "facing=west,half=lower,hinge=right,open=true": { "model": "block/jungle_door_bottom", "y": 90 }, + "facing=north,half=lower,hinge=right,open=true": { "model": "block/jungle_door_bottom", "y": 180 }, + "facing=east,half=upper,hinge=left,open=false": { "model": "block/jungle_door_top" }, + "facing=south,half=upper,hinge=left,open=false": { "model": "block/jungle_door_top", "y": 90 }, + "facing=west,half=upper,hinge=left,open=false": { "model": "block/jungle_door_top", "y": 180 }, + "facing=north,half=upper,hinge=left,open=false": { "model": "block/jungle_door_top", "y": 270 }, + "facing=east,half=upper,hinge=right,open=false": { "model": "block/jungle_door_top_hinge" }, + "facing=south,half=upper,hinge=right,open=false": { "model": "block/jungle_door_top_hinge", "y": 90 }, + "facing=west,half=upper,hinge=right,open=false": { "model": "block/jungle_door_top_hinge", "y": 180 }, + "facing=north,half=upper,hinge=right,open=false": { "model": "block/jungle_door_top_hinge", "y": 270 }, + "facing=east,half=upper,hinge=left,open=true": { "model": "block/jungle_door_top_hinge", "y": 90 }, + "facing=south,half=upper,hinge=left,open=true": { "model": "block/jungle_door_top_hinge", "y": 180 }, + "facing=west,half=upper,hinge=left,open=true": { "model": "block/jungle_door_top_hinge", "y": 270 }, + "facing=north,half=upper,hinge=left,open=true": { "model": "block/jungle_door_top_hinge" }, + "facing=east,half=upper,hinge=right,open=true": { "model": "block/jungle_door_top", "y": 270 }, + "facing=south,half=upper,hinge=right,open=true": { "model": "block/jungle_door_top" }, + "facing=west,half=upper,hinge=right,open=true": { "model": "block/jungle_door_top", "y": 90 }, + "facing=north,half=upper,hinge=right,open=true": { "model": "block/jungle_door_top", "y": 180 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/jungle_fence.json b/1.14.4/assets/minecraft/blockstates/jungle_fence.json new file mode 100644 index 00000000..6c4af9b3 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/jungle_fence.json @@ -0,0 +1,17 @@ +{ + "multipart": [ + { "apply": { "model": "block/jungle_fence_post" }}, + { "when": { "north": "true" }, + "apply": { "model": "block/jungle_fence_side", "uvlock": true } + }, + { "when": { "east": "true" }, + "apply": { "model": "block/jungle_fence_side", "y": 90, "uvlock": true } + }, + { "when": { "south": "true" }, + "apply": { "model": "block/jungle_fence_side", "y": 180, "uvlock": true } + }, + { "when": { "west": "true" }, + "apply": { "model": "block/jungle_fence_side", "y": 270, "uvlock": true } + } + ] +} diff --git a/1.14.4/assets/minecraft/blockstates/jungle_fence_gate.json b/1.14.4/assets/minecraft/blockstates/jungle_fence_gate.json new file mode 100644 index 00000000..a47f7958 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/jungle_fence_gate.json @@ -0,0 +1,20 @@ +{ + "variants": { + "facing=south,in_wall=false,open=false": { "model": "block/jungle_fence_gate", "uvlock": true }, + "facing=west,in_wall=false,open=false": { "model": "block/jungle_fence_gate", "uvlock": true, "y": 90 }, + "facing=north,in_wall=false,open=false": { "model": "block/jungle_fence_gate", "uvlock": true, "y": 180 }, + "facing=east,in_wall=false,open=false": { "model": "block/jungle_fence_gate", "uvlock": true, "y": 270 }, + "facing=south,in_wall=false,open=true": { "model": "block/jungle_fence_gate_open", "uvlock": true }, + "facing=west,in_wall=false,open=true": { "model": "block/jungle_fence_gate_open", "uvlock": true, "y": 90 }, + "facing=north,in_wall=false,open=true": { "model": "block/jungle_fence_gate_open", "uvlock": true, "y": 180 }, + "facing=east,in_wall=false,open=true": { "model": "block/jungle_fence_gate_open", "uvlock": true, "y": 270 }, + "facing=south,in_wall=true,open=false": { "model": "block/jungle_fence_gate_wall", "uvlock": true }, + "facing=west,in_wall=true,open=false": { "model": "block/jungle_fence_gate_wall", "uvlock": true, "y": 90 }, + "facing=north,in_wall=true,open=false": { "model": "block/jungle_fence_gate_wall", "uvlock": true, "y": 180 }, + "facing=east,in_wall=true,open=false": { "model": "block/jungle_fence_gate_wall", "uvlock": true, "y": 270 }, + "facing=south,in_wall=true,open=true": { "model": "block/jungle_fence_gate_wall_open", "uvlock": true }, + "facing=west,in_wall=true,open=true": { "model": "block/jungle_fence_gate_wall_open", "uvlock": true, "y": 90 }, + "facing=north,in_wall=true,open=true": { "model": "block/jungle_fence_gate_wall_open", "uvlock": true, "y": 180 }, + "facing=east,in_wall=true,open=true": { "model": "block/jungle_fence_gate_wall_open", "uvlock": true, "y": 270 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/jungle_leaves.json b/1.14.4/assets/minecraft/blockstates/jungle_leaves.json new file mode 100644 index 00000000..0cf6c06b --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/jungle_leaves.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/jungle_leaves" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/jungle_log.json b/1.14.4/assets/minecraft/blockstates/jungle_log.json new file mode 100644 index 00000000..09865d95 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/jungle_log.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/jungle_log" }, + "axis=z": { "model": "block/jungle_log", "x": 90 }, + "axis=x": { "model": "block/jungle_log", "x": 90, "y": 90 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/jungle_planks.json b/1.14.4/assets/minecraft/blockstates/jungle_planks.json new file mode 100644 index 00000000..706c2ba6 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/jungle_planks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/jungle_planks" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/jungle_pressure_plate.json b/1.14.4/assets/minecraft/blockstates/jungle_pressure_plate.json new file mode 100644 index 00000000..83aaab84 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/jungle_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "variants": { + "powered=false": { "model": "block/jungle_pressure_plate" }, + "powered=true": { "model": "block/jungle_pressure_plate_down" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/jungle_sapling.json b/1.14.4/assets/minecraft/blockstates/jungle_sapling.json new file mode 100644 index 00000000..73e8eaaf --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/jungle_sapling.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/jungle_sapling" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/jungle_sign.json b/1.14.4/assets/minecraft/blockstates/jungle_sign.json new file mode 100644 index 00000000..d798d899 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/jungle_sign.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/jungle_sign" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/jungle_slab.json b/1.14.4/assets/minecraft/blockstates/jungle_slab.json new file mode 100644 index 00000000..5687434c --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/jungle_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/jungle_slab" }, + "type=top": { "model": "block/jungle_slab_top" }, + "type=double": { "model": "block/jungle_planks" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/jungle_stairs.json b/1.14.4/assets/minecraft/blockstates/jungle_stairs.json new file mode 100644 index 00000000..725f91d1 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/jungle_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/jungle_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/jungle_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/jungle_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/jungle_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/jungle_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/jungle_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/jungle_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/jungle_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/jungle_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/jungle_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/jungle_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/jungle_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/jungle_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/jungle_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/jungle_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/jungle_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/jungle_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/jungle_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/jungle_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/jungle_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/jungle_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/jungle_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/jungle_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/jungle_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/jungle_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/jungle_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/jungle_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/jungle_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/jungle_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/jungle_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/jungle_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/jungle_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/jungle_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/jungle_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/jungle_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/jungle_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/jungle_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/jungle_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/jungle_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/jungle_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/jungle_trapdoor.json b/1.14.4/assets/minecraft/blockstates/jungle_trapdoor.json new file mode 100644 index 00000000..1d4a7101 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/jungle_trapdoor.json @@ -0,0 +1,20 @@ +{ + "variants": { + "facing=north,half=bottom,open=false": { "model": "block/jungle_trapdoor_bottom" }, + "facing=south,half=bottom,open=false": { "model": "block/jungle_trapdoor_bottom", "y": 180 }, + "facing=east,half=bottom,open=false": { "model": "block/jungle_trapdoor_bottom", "y": 90 }, + "facing=west,half=bottom,open=false": { "model": "block/jungle_trapdoor_bottom", "y": 270 }, + "facing=north,half=top,open=false": { "model": "block/jungle_trapdoor_top" }, + "facing=south,half=top,open=false": { "model": "block/jungle_trapdoor_top", "y": 180 }, + "facing=east,half=top,open=false": { "model": "block/jungle_trapdoor_top", "y": 90 }, + "facing=west,half=top,open=false": { "model": "block/jungle_trapdoor_top", "y": 270 }, + "facing=north,half=bottom,open=true": { "model": "block/jungle_trapdoor_open" }, + "facing=south,half=bottom,open=true": { "model": "block/jungle_trapdoor_open", "y": 180 }, + "facing=east,half=bottom,open=true": { "model": "block/jungle_trapdoor_open", "y": 90 }, + "facing=west,half=bottom,open=true": { "model": "block/jungle_trapdoor_open", "y": 270 }, + "facing=north,half=top,open=true": { "model": "block/jungle_trapdoor_open", "x": 180, "y": 180 }, + "facing=south,half=top,open=true": { "model": "block/jungle_trapdoor_open", "x": 180, "y": 0 }, + "facing=east,half=top,open=true": { "model": "block/jungle_trapdoor_open", "x": 180, "y": 270 }, + "facing=west,half=top,open=true": { "model": "block/jungle_trapdoor_open", "x": 180, "y": 90 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/jungle_wall_sign.json b/1.14.4/assets/minecraft/blockstates/jungle_wall_sign.json new file mode 100644 index 00000000..d798d899 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/jungle_wall_sign.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/jungle_sign" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/jungle_wood.json b/1.14.4/assets/minecraft/blockstates/jungle_wood.json new file mode 100644 index 00000000..2247b7e9 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/jungle_wood.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/jungle_wood" }, + "axis=z": { "model": "block/jungle_wood", "x": 90 }, + "axis=x": { "model": "block/jungle_wood", "x": 90, "y": 90 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/kelp.json b/1.14.4/assets/minecraft/blockstates/kelp.json new file mode 100644 index 00000000..13b69d5e --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/kelp.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/kelp" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/kelp_plant.json b/1.14.4/assets/minecraft/blockstates/kelp_plant.json new file mode 100644 index 00000000..4661b3d0 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/kelp_plant.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/kelp_plant" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/ladder.json b/1.14.4/assets/minecraft/blockstates/ladder.json new file mode 100644 index 00000000..f94e0ba0 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/ladder.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "block/ladder" }, + "facing=east": { "model": "block/ladder", "y": 90 }, + "facing=south": { "model": "block/ladder", "y": 180 }, + "facing=west": { "model": "block/ladder", "y": 270 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/lantern.json b/1.14.4/assets/minecraft/blockstates/lantern.json new file mode 100644 index 00000000..ca960d54 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/lantern.json @@ -0,0 +1,6 @@ +{ + "variants": { + "hanging=true": { "model": "block/hanging_lantern"}, + "hanging=false": { "model": "block/lantern"} + } +} diff --git a/1.14.4/assets/minecraft/blockstates/lapis_block.json b/1.14.4/assets/minecraft/blockstates/lapis_block.json new file mode 100644 index 00000000..20cd1ad5 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/lapis_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/lapis_block" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/lapis_ore.json b/1.14.4/assets/minecraft/blockstates/lapis_ore.json new file mode 100644 index 00000000..20157363 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/lapis_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/lapis_ore" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/large_fern.json b/1.14.4/assets/minecraft/blockstates/large_fern.json new file mode 100644 index 00000000..aa6fe962 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/large_fern.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=lower": { "model": "block/large_fern_bottom" }, + "half=upper": { "model": "block/large_fern_top" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/lava.json b/1.14.4/assets/minecraft/blockstates/lava.json new file mode 100644 index 00000000..d6adbba4 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/lava.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/lava" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/lectern.json b/1.14.4/assets/minecraft/blockstates/lectern.json new file mode 100644 index 00000000..a8d6c483 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/lectern.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "block/lectern" }, + "facing=south": { "model": "block/lectern", "y": 180 }, + "facing=west": { "model": "block/lectern", "y": 270 }, + "facing=east": { "model": "block/lectern", "y": 90 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/lever.json b/1.14.4/assets/minecraft/blockstates/lever.json new file mode 100644 index 00000000..7d672c59 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/lever.json @@ -0,0 +1,28 @@ +{ + "variants": { + "face=ceiling,facing=north,powered=false": { "model": "block/lever_on", "x": 180, "y": 180 }, + "face=ceiling,facing=east,powered=false": { "model": "block/lever_on", "x": 180, "y": 270 }, + "face=ceiling,facing=south,powered=false": { "model": "block/lever_on", "x": 180}, + "face=ceiling,facing=west,powered=false": { "model": "block/lever_on", "x": 180, "y": 90 }, + "face=floor,facing=north,powered=false": { "model": "block/lever_on" }, + "face=floor,facing=east,powered=false": { "model": "block/lever_on", "y": 90 }, + "face=floor,facing=south,powered=false": { "model": "block/lever_on", "y": 180 }, + "face=floor,facing=west,powered=false": { "model": "block/lever_on", "y": 270 }, + "face=wall,facing=north,powered=false": { "model": "block/lever_on", "x": 90 }, + "face=wall,facing=east,powered=false": { "model": "block/lever_on", "x": 90, "y": 90 }, + "face=wall,facing=south,powered=false": { "model": "block/lever_on", "x": 90, "y": 180 }, + "face=wall,facing=west,powered=false": { "model": "block/lever_on", "x": 90, "y": 270 }, + "face=ceiling,facing=north,powered=true": { "model": "block/lever", "x": 180, "y": 180 }, + "face=ceiling,facing=east,powered=true": { "model": "block/lever", "x": 180, "y": 270 }, + "face=ceiling,facing=south,powered=true": { "model": "block/lever", "x": 180}, + "face=ceiling,facing=west,powered=true": { "model": "block/lever", "x": 180, "y": 90 }, + "face=floor,facing=north,powered=true": { "model": "block/lever" }, + "face=floor,facing=east,powered=true": { "model": "block/lever", "y": 90 }, + "face=floor,facing=south,powered=true": { "model": "block/lever", "y": 180 }, + "face=floor,facing=west,powered=true": { "model": "block/lever", "y": 270 }, + "face=wall,facing=north,powered=true": { "model": "block/lever", "x": 90 }, + "face=wall,facing=east,powered=true": { "model": "block/lever", "x": 90, "y": 90 }, + "face=wall,facing=south,powered=true": { "model": "block/lever", "x": 90, "y": 180 }, + "face=wall,facing=west,powered=true": { "model": "block/lever", "x": 90, "y": 270 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/light_blue_banner.json b/1.14.4/assets/minecraft/blockstates/light_blue_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/light_blue_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/light_blue_bed.json b/1.14.4/assets/minecraft/blockstates/light_blue_bed.json new file mode 100644 index 00000000..8cdeb6ce --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/light_blue_bed.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/bed" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/light_blue_carpet.json b/1.14.4/assets/minecraft/blockstates/light_blue_carpet.json new file mode 100644 index 00000000..41daad9b --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/light_blue_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/light_blue_carpet" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/light_blue_concrete.json b/1.14.4/assets/minecraft/blockstates/light_blue_concrete.json new file mode 100644 index 00000000..c02c029c --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/light_blue_concrete.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/light_blue_concrete" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/light_blue_concrete_powder.json b/1.14.4/assets/minecraft/blockstates/light_blue_concrete_powder.json new file mode 100644 index 00000000..fab8a19a --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/light_blue_concrete_powder.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/light_blue_concrete_powder" }, + { "model": "block/light_blue_concrete_powder", "y": 90 }, + { "model": "block/light_blue_concrete_powder", "y": 180 }, + { "model": "block/light_blue_concrete_powder", "y": 270 } + ] + } +} diff --git a/1.14.4/assets/minecraft/blockstates/light_blue_glazed_terracotta.json b/1.14.4/assets/minecraft/blockstates/light_blue_glazed_terracotta.json new file mode 100644 index 00000000..c9fa8d1f --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/light_blue_glazed_terracotta.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "block/light_blue_glazed_terracotta" }, + "facing=west": { "model": "block/light_blue_glazed_terracotta", "y": 90 }, + "facing=north": { "model": "block/light_blue_glazed_terracotta", "y": 180 }, + "facing=east": { "model": "block/light_blue_glazed_terracotta", "y": 270 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/light_blue_shulker_box.json b/1.14.4/assets/minecraft/blockstates/light_blue_shulker_box.json new file mode 100644 index 00000000..47e31a38 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/light_blue_shulker_box.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/light_blue_shulker_box" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/light_blue_stained_glass.json b/1.14.4/assets/minecraft/blockstates/light_blue_stained_glass.json new file mode 100644 index 00000000..440449de --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/light_blue_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/light_blue_stained_glass" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/light_blue_stained_glass_pane.json b/1.14.4/assets/minecraft/blockstates/light_blue_stained_glass_pane.json new file mode 100644 index 00000000..15114397 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/light_blue_stained_glass_pane.json @@ -0,0 +1,29 @@ +{ + "multipart": [ + { "apply": { "model": "block/light_blue_stained_glass_pane_post" }}, + { "when": { "north": true }, + "apply": { "model": "block/light_blue_stained_glass_pane_side" } + }, + { "when": { "east": true }, + "apply": { "model": "block/light_blue_stained_glass_pane_side", "y": 90 } + }, + { "when": { "south": true }, + "apply": { "model": "block/light_blue_stained_glass_pane_side_alt" } + }, + { "when": { "west": true }, + "apply": { "model": "block/light_blue_stained_glass_pane_side_alt", "y": 90 } + }, + { "when": { "north": false }, + "apply": { "model": "block/light_blue_stained_glass_pane_noside" } + }, + { "when": { "east": false }, + "apply": { "model": "block/light_blue_stained_glass_pane_noside_alt" } + }, + { "when": { "south": false }, + "apply": { "model": "block/light_blue_stained_glass_pane_noside_alt", "y": 90 } + }, + { "when": { "west": false }, + "apply": { "model": "block/light_blue_stained_glass_pane_noside", "y": 270 } + } + ] +} diff --git a/1.14.4/assets/minecraft/blockstates/light_blue_terracotta.json b/1.14.4/assets/minecraft/blockstates/light_blue_terracotta.json new file mode 100644 index 00000000..0d22de3c --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/light_blue_terracotta.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/light_blue_terracotta" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/light_blue_wall_banner.json b/1.14.4/assets/minecraft/blockstates/light_blue_wall_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/light_blue_wall_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/light_blue_wool.json b/1.14.4/assets/minecraft/blockstates/light_blue_wool.json new file mode 100644 index 00000000..67d2ebc1 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/light_blue_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/light_blue_wool" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/light_gray_banner.json b/1.14.4/assets/minecraft/blockstates/light_gray_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/light_gray_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/light_gray_bed.json b/1.14.4/assets/minecraft/blockstates/light_gray_bed.json new file mode 100644 index 00000000..8cdeb6ce --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/light_gray_bed.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/bed" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/light_gray_carpet.json b/1.14.4/assets/minecraft/blockstates/light_gray_carpet.json new file mode 100644 index 00000000..8ba2c1ae --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/light_gray_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/light_gray_carpet" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/light_gray_concrete.json b/1.14.4/assets/minecraft/blockstates/light_gray_concrete.json new file mode 100644 index 00000000..d2902af5 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/light_gray_concrete.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/light_gray_concrete" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/light_gray_concrete_powder.json b/1.14.4/assets/minecraft/blockstates/light_gray_concrete_powder.json new file mode 100644 index 00000000..506582f0 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/light_gray_concrete_powder.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/light_gray_concrete_powder" }, + { "model": "block/light_gray_concrete_powder", "y": 90 }, + { "model": "block/light_gray_concrete_powder", "y": 180 }, + { "model": "block/light_gray_concrete_powder", "y": 270 } + ] + } +} diff --git a/1.14.4/assets/minecraft/blockstates/light_gray_glazed_terracotta.json b/1.14.4/assets/minecraft/blockstates/light_gray_glazed_terracotta.json new file mode 100644 index 00000000..351f51f4 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/light_gray_glazed_terracotta.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "block/light_gray_glazed_terracotta" }, + "facing=west": { "model": "block/light_gray_glazed_terracotta", "y": 90 }, + "facing=north": { "model": "block/light_gray_glazed_terracotta", "y": 180 }, + "facing=east": { "model": "block/light_gray_glazed_terracotta", "y": 270 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/light_gray_shulker_box.json b/1.14.4/assets/minecraft/blockstates/light_gray_shulker_box.json new file mode 100644 index 00000000..03c77040 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/light_gray_shulker_box.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/light_gray_shulker_box" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/light_gray_stained_glass.json b/1.14.4/assets/minecraft/blockstates/light_gray_stained_glass.json new file mode 100644 index 00000000..28aa79ae --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/light_gray_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/light_gray_stained_glass" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/light_gray_stained_glass_pane.json b/1.14.4/assets/minecraft/blockstates/light_gray_stained_glass_pane.json new file mode 100644 index 00000000..b9e07a49 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/light_gray_stained_glass_pane.json @@ -0,0 +1,29 @@ +{ + "multipart": [ + { "apply": { "model": "block/light_gray_stained_glass_pane_post" }}, + { "when": { "north": true }, + "apply": { "model": "block/light_gray_stained_glass_pane_side" } + }, + { "when": { "east": true }, + "apply": { "model": "block/light_gray_stained_glass_pane_side", "y": 90 } + }, + { "when": { "south": true }, + "apply": { "model": "block/light_gray_stained_glass_pane_side_alt" } + }, + { "when": { "west": true }, + "apply": { "model": "block/light_gray_stained_glass_pane_side_alt", "y": 90 } + }, + { "when": { "north": false }, + "apply": { "model": "block/light_gray_stained_glass_pane_noside" } + }, + { "when": { "east": false }, + "apply": { "model": "block/light_gray_stained_glass_pane_noside_alt" } + }, + { "when": { "south": false }, + "apply": { "model": "block/light_gray_stained_glass_pane_noside_alt", "y": 90 } + }, + { "when": { "west": false }, + "apply": { "model": "block/light_gray_stained_glass_pane_noside", "y": 270 } + } + ] +} diff --git a/1.14.4/assets/minecraft/blockstates/light_gray_terracotta.json b/1.14.4/assets/minecraft/blockstates/light_gray_terracotta.json new file mode 100644 index 00000000..a8d8de20 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/light_gray_terracotta.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/light_gray_terracotta" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/light_gray_wall_banner.json b/1.14.4/assets/minecraft/blockstates/light_gray_wall_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/light_gray_wall_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/light_gray_wool.json b/1.14.4/assets/minecraft/blockstates/light_gray_wool.json new file mode 100644 index 00000000..fe2ad735 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/light_gray_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/light_gray_wool" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/light_weighted_pressure_plate.json b/1.14.4/assets/minecraft/blockstates/light_weighted_pressure_plate.json new file mode 100644 index 00000000..fabc41ef --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/light_weighted_pressure_plate.json @@ -0,0 +1,20 @@ +{ + "variants": { + "power=0": { "model": "block/light_weighted_pressure_plate" }, + "power=1": { "model": "block/light_weighted_pressure_plate_down" }, + "power=2": { "model": "block/light_weighted_pressure_plate_down" }, + "power=3": { "model": "block/light_weighted_pressure_plate_down" }, + "power=4": { "model": "block/light_weighted_pressure_plate_down" }, + "power=5": { "model": "block/light_weighted_pressure_plate_down" }, + "power=6": { "model": "block/light_weighted_pressure_plate_down" }, + "power=7": { "model": "block/light_weighted_pressure_plate_down" }, + "power=8": { "model": "block/light_weighted_pressure_plate_down" }, + "power=9": { "model": "block/light_weighted_pressure_plate_down" }, + "power=10": { "model": "block/light_weighted_pressure_plate_down" }, + "power=11": { "model": "block/light_weighted_pressure_plate_down" }, + "power=12": { "model": "block/light_weighted_pressure_plate_down" }, + "power=13": { "model": "block/light_weighted_pressure_plate_down" }, + "power=14": { "model": "block/light_weighted_pressure_plate_down" }, + "power=15": { "model": "block/light_weighted_pressure_plate_down" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/lilac.json b/1.14.4/assets/minecraft/blockstates/lilac.json new file mode 100644 index 00000000..2af53595 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/lilac.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=lower": { "model": "block/lilac_bottom" }, + "half=upper": { "model": "block/lilac_top" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/lily_of_the_valley.json b/1.14.4/assets/minecraft/blockstates/lily_of_the_valley.json new file mode 100644 index 00000000..6d833019 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/lily_of_the_valley.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/lily_of_the_valley" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/lily_pad.json b/1.14.4/assets/minecraft/blockstates/lily_pad.json new file mode 100644 index 00000000..5eeb1260 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/lily_pad.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/lily_pad" }, + { "model": "block/lily_pad", "y": 90 }, + { "model": "block/lily_pad", "y": 180 }, + { "model": "block/lily_pad", "y": 270 } + ] + } +} diff --git a/1.14.4/assets/minecraft/blockstates/lime_banner.json b/1.14.4/assets/minecraft/blockstates/lime_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/lime_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/lime_bed.json b/1.14.4/assets/minecraft/blockstates/lime_bed.json new file mode 100644 index 00000000..8cdeb6ce --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/lime_bed.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/bed" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/lime_carpet.json b/1.14.4/assets/minecraft/blockstates/lime_carpet.json new file mode 100644 index 00000000..a968add8 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/lime_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/lime_carpet" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/lime_concrete.json b/1.14.4/assets/minecraft/blockstates/lime_concrete.json new file mode 100644 index 00000000..36419b13 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/lime_concrete.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/lime_concrete" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/lime_concrete_powder.json b/1.14.4/assets/minecraft/blockstates/lime_concrete_powder.json new file mode 100644 index 00000000..3243f023 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/lime_concrete_powder.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/lime_concrete_powder" }, + { "model": "block/lime_concrete_powder", "y": 90 }, + { "model": "block/lime_concrete_powder", "y": 180 }, + { "model": "block/lime_concrete_powder", "y": 270 } + ] + } +} diff --git a/1.14.4/assets/minecraft/blockstates/lime_glazed_terracotta.json b/1.14.4/assets/minecraft/blockstates/lime_glazed_terracotta.json new file mode 100644 index 00000000..6d89619d --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/lime_glazed_terracotta.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "block/lime_glazed_terracotta" }, + "facing=west": { "model": "block/lime_glazed_terracotta", "y": 90 }, + "facing=north": { "model": "block/lime_glazed_terracotta", "y": 180 }, + "facing=east": { "model": "block/lime_glazed_terracotta", "y": 270 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/lime_shulker_box.json b/1.14.4/assets/minecraft/blockstates/lime_shulker_box.json new file mode 100644 index 00000000..e84597dd --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/lime_shulker_box.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/lime_shulker_box" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/lime_stained_glass.json b/1.14.4/assets/minecraft/blockstates/lime_stained_glass.json new file mode 100644 index 00000000..e060289a --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/lime_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/lime_stained_glass" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/lime_stained_glass_pane.json b/1.14.4/assets/minecraft/blockstates/lime_stained_glass_pane.json new file mode 100644 index 00000000..5384be0e --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/lime_stained_glass_pane.json @@ -0,0 +1,29 @@ +{ + "multipart": [ + { "apply": { "model": "block/lime_stained_glass_pane_post" }}, + { "when": { "north": true }, + "apply": { "model": "block/lime_stained_glass_pane_side" } + }, + { "when": { "east": true }, + "apply": { "model": "block/lime_stained_glass_pane_side", "y": 90 } + }, + { "when": { "south": true }, + "apply": { "model": "block/lime_stained_glass_pane_side_alt" } + }, + { "when": { "west": true }, + "apply": { "model": "block/lime_stained_glass_pane_side_alt", "y": 90 } + }, + { "when": { "north": false }, + "apply": { "model": "block/lime_stained_glass_pane_noside" } + }, + { "when": { "east": false }, + "apply": { "model": "block/lime_stained_glass_pane_noside_alt" } + }, + { "when": { "south": false }, + "apply": { "model": "block/lime_stained_glass_pane_noside_alt", "y": 90 } + }, + { "when": { "west": false }, + "apply": { "model": "block/lime_stained_glass_pane_noside", "y": 270 } + } + ] +} diff --git a/1.14.4/assets/minecraft/blockstates/lime_terracotta.json b/1.14.4/assets/minecraft/blockstates/lime_terracotta.json new file mode 100644 index 00000000..13b0e685 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/lime_terracotta.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/lime_terracotta" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/lime_wall_banner.json b/1.14.4/assets/minecraft/blockstates/lime_wall_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/lime_wall_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/lime_wool.json b/1.14.4/assets/minecraft/blockstates/lime_wool.json new file mode 100644 index 00000000..f8eaee27 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/lime_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/lime_wool" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/loom.json b/1.14.4/assets/minecraft/blockstates/loom.json new file mode 100644 index 00000000..0c8c9615 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/loom.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "block/loom" }, + "facing=south": { "model": "block/loom", "y": 180 }, + "facing=west": { "model": "block/loom", "y": 270 }, + "facing=east": { "model": "block/loom", "y": 90 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/magenta_banner.json b/1.14.4/assets/minecraft/blockstates/magenta_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/magenta_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/magenta_bed.json b/1.14.4/assets/minecraft/blockstates/magenta_bed.json new file mode 100644 index 00000000..8cdeb6ce --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/magenta_bed.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/bed" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/magenta_carpet.json b/1.14.4/assets/minecraft/blockstates/magenta_carpet.json new file mode 100644 index 00000000..655bdc5b --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/magenta_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/magenta_carpet" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/magenta_concrete.json b/1.14.4/assets/minecraft/blockstates/magenta_concrete.json new file mode 100644 index 00000000..6bcc25b6 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/magenta_concrete.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/magenta_concrete" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/magenta_concrete_powder.json b/1.14.4/assets/minecraft/blockstates/magenta_concrete_powder.json new file mode 100644 index 00000000..e1b54c68 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/magenta_concrete_powder.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/magenta_concrete_powder" }, + { "model": "block/magenta_concrete_powder", "y": 90 }, + { "model": "block/magenta_concrete_powder", "y": 180 }, + { "model": "block/magenta_concrete_powder", "y": 270 } + ] + } +} diff --git a/1.14.4/assets/minecraft/blockstates/magenta_glazed_terracotta.json b/1.14.4/assets/minecraft/blockstates/magenta_glazed_terracotta.json new file mode 100644 index 00000000..fa07b030 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/magenta_glazed_terracotta.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "block/magenta_glazed_terracotta" }, + "facing=west": { "model": "block/magenta_glazed_terracotta", "y": 90 }, + "facing=north": { "model": "block/magenta_glazed_terracotta", "y": 180 }, + "facing=east": { "model": "block/magenta_glazed_terracotta", "y": 270 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/magenta_shulker_box.json b/1.14.4/assets/minecraft/blockstates/magenta_shulker_box.json new file mode 100644 index 00000000..b45f2c48 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/magenta_shulker_box.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/magenta_shulker_box" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/magenta_stained_glass.json b/1.14.4/assets/minecraft/blockstates/magenta_stained_glass.json new file mode 100644 index 00000000..3a29764e --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/magenta_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/magenta_stained_glass" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/magenta_stained_glass_pane.json b/1.14.4/assets/minecraft/blockstates/magenta_stained_glass_pane.json new file mode 100644 index 00000000..4e8c80d3 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/magenta_stained_glass_pane.json @@ -0,0 +1,29 @@ +{ + "multipart": [ + { "apply": { "model": "block/magenta_stained_glass_pane_post" }}, + { "when": { "north": true }, + "apply": { "model": "block/magenta_stained_glass_pane_side" } + }, + { "when": { "east": true }, + "apply": { "model": "block/magenta_stained_glass_pane_side", "y": 90 } + }, + { "when": { "south": true }, + "apply": { "model": "block/magenta_stained_glass_pane_side_alt" } + }, + { "when": { "west": true }, + "apply": { "model": "block/magenta_stained_glass_pane_side_alt", "y": 90 } + }, + { "when": { "north": false }, + "apply": { "model": "block/magenta_stained_glass_pane_noside" } + }, + { "when": { "east": false }, + "apply": { "model": "block/magenta_stained_glass_pane_noside_alt" } + }, + { "when": { "south": false }, + "apply": { "model": "block/magenta_stained_glass_pane_noside_alt", "y": 90 } + }, + { "when": { "west": false }, + "apply": { "model": "block/magenta_stained_glass_pane_noside", "y": 270 } + } + ] +} diff --git a/1.14.4/assets/minecraft/blockstates/magenta_terracotta.json b/1.14.4/assets/minecraft/blockstates/magenta_terracotta.json new file mode 100644 index 00000000..1980a081 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/magenta_terracotta.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/magenta_terracotta" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/magenta_wall_banner.json b/1.14.4/assets/minecraft/blockstates/magenta_wall_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/magenta_wall_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/magenta_wool.json b/1.14.4/assets/minecraft/blockstates/magenta_wool.json new file mode 100644 index 00000000..74fcb569 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/magenta_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/magenta_wool" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/magma_block.json b/1.14.4/assets/minecraft/blockstates/magma_block.json new file mode 100644 index 00000000..133c4a07 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/magma_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/magma_block" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/melon.json b/1.14.4/assets/minecraft/blockstates/melon.json new file mode 100644 index 00000000..e7264597 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/melon.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/melon" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/melon_stem.json b/1.14.4/assets/minecraft/blockstates/melon_stem.json new file mode 100644 index 00000000..a390bc83 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/melon_stem.json @@ -0,0 +1,12 @@ +{ + "variants": { + "age=0": { "model": "block/melon_stem_stage0" }, + "age=1": { "model": "block/melon_stem_stage1" }, + "age=2": { "model": "block/melon_stem_stage2" }, + "age=3": { "model": "block/melon_stem_stage3" }, + "age=4": { "model": "block/melon_stem_stage4" }, + "age=5": { "model": "block/melon_stem_stage5" }, + "age=6": { "model": "block/melon_stem_stage6" }, + "age=7": { "model": "block/melon_stem_stage7" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/mossy_cobblestone.json b/1.14.4/assets/minecraft/blockstates/mossy_cobblestone.json new file mode 100644 index 00000000..0fe122d2 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/mossy_cobblestone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/mossy_cobblestone" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/mossy_cobblestone_slab.json b/1.14.4/assets/minecraft/blockstates/mossy_cobblestone_slab.json new file mode 100644 index 00000000..1b598134 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/mossy_cobblestone_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/mossy_cobblestone_slab" }, + "type=top": { "model": "block/mossy_cobblestone_slab_top" }, + "type=double": { "model": "block/mossy_cobblestone" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/mossy_cobblestone_stairs.json b/1.14.4/assets/minecraft/blockstates/mossy_cobblestone_stairs.json new file mode 100644 index 00000000..d41f951d --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/mossy_cobblestone_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/mossy_cobblestone_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/mossy_cobblestone_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/mossy_cobblestone_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/mossy_cobblestone_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/mossy_cobblestone_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/mossy_cobblestone_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/mossy_cobblestone_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/mossy_cobblestone_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/mossy_cobblestone_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/mossy_cobblestone_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/mossy_cobblestone_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/mossy_cobblestone_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/mossy_cobblestone_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/mossy_cobblestone_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/mossy_cobblestone_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/mossy_cobblestone_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/mossy_cobblestone_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/mossy_cobblestone_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/mossy_cobblestone_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/mossy_cobblestone_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/mossy_cobblestone_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/mossy_cobblestone_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/mossy_cobblestone_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/mossy_cobblestone_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/mossy_cobblestone_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/mossy_cobblestone_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/mossy_cobblestone_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/mossy_cobblestone_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/mossy_cobblestone_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/mossy_cobblestone_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/mossy_cobblestone_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/mossy_cobblestone_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/mossy_cobblestone_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/mossy_cobblestone_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/mossy_cobblestone_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/mossy_cobblestone_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/mossy_cobblestone_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/mossy_cobblestone_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/mossy_cobblestone_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/mossy_cobblestone_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/mossy_cobblestone_wall.json b/1.14.4/assets/minecraft/blockstates/mossy_cobblestone_wall.json new file mode 100644 index 00000000..4291f237 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/mossy_cobblestone_wall.json @@ -0,0 +1,19 @@ +{ + "multipart": [ + { "when": { "up": true }, + "apply": { "model": "block/mossy_cobblestone_wall_post" } + }, + { "when": { "north": true }, + "apply": { "model": "block/mossy_cobblestone_wall_side", "uvlock": true } + }, + { "when": { "east": true }, + "apply": { "model": "block/mossy_cobblestone_wall_side", "y": 90, "uvlock": true } + }, + { "when": { "south": true }, + "apply": { "model": "block/mossy_cobblestone_wall_side", "y": 180, "uvlock": true } + }, + { "when": { "west": true }, + "apply": { "model": "block/mossy_cobblestone_wall_side", "y": 270, "uvlock": true } + } + ] +} diff --git a/1.14.4/assets/minecraft/blockstates/mossy_stone_brick_slab.json b/1.14.4/assets/minecraft/blockstates/mossy_stone_brick_slab.json new file mode 100644 index 00000000..e69b322f --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/mossy_stone_brick_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/mossy_stone_brick_slab" }, + "type=top": { "model": "block/mossy_stone_brick_slab_top" }, + "type=double": { "model": "block/mossy_stone_bricks" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/mossy_stone_brick_stairs.json b/1.14.4/assets/minecraft/blockstates/mossy_stone_brick_stairs.json new file mode 100644 index 00000000..b92e2033 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/mossy_stone_brick_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/mossy_stone_brick_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/mossy_stone_brick_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/mossy_stone_brick_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/mossy_stone_brick_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/mossy_stone_brick_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/mossy_stone_brick_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/mossy_stone_brick_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/mossy_stone_brick_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/mossy_stone_brick_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/mossy_stone_brick_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/mossy_stone_brick_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/mossy_stone_brick_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/mossy_stone_brick_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/mossy_stone_brick_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/mossy_stone_brick_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/mossy_stone_brick_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/mossy_stone_brick_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/mossy_stone_brick_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/mossy_stone_brick_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/mossy_stone_brick_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/mossy_stone_brick_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/mossy_stone_brick_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/mossy_stone_brick_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/mossy_stone_brick_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/mossy_stone_brick_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/mossy_stone_brick_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/mossy_stone_brick_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/mossy_stone_brick_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/mossy_stone_brick_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/mossy_stone_brick_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/mossy_stone_brick_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/mossy_stone_brick_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/mossy_stone_brick_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/mossy_stone_brick_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/mossy_stone_brick_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/mossy_stone_brick_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/mossy_stone_brick_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/mossy_stone_brick_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/mossy_stone_brick_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/mossy_stone_brick_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/mossy_stone_brick_wall.json b/1.14.4/assets/minecraft/blockstates/mossy_stone_brick_wall.json new file mode 100644 index 00000000..805c1400 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/mossy_stone_brick_wall.json @@ -0,0 +1,19 @@ +{ + "multipart": [ + { "when": { "up": "true" }, + "apply": { "model": "block/mossy_stone_brick_wall_post" } + }, + { "when": { "north": "true" }, + "apply": { "model": "block/mossy_stone_brick_wall_side", "uvlock": true } + }, + { "when": { "east": "true" }, + "apply": { "model": "block/mossy_stone_brick_wall_side", "y": 90, "uvlock": true } + }, + { "when": { "south": "true" }, + "apply": { "model": "block/mossy_stone_brick_wall_side", "y": 180, "uvlock": true } + }, + { "when": { "west": "true" }, + "apply": { "model": "block/mossy_stone_brick_wall_side", "y": 270, "uvlock": true } + } + ] +} diff --git a/1.14.4/assets/minecraft/blockstates/mossy_stone_bricks.json b/1.14.4/assets/minecraft/blockstates/mossy_stone_bricks.json new file mode 100644 index 00000000..09f65d9a --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/mossy_stone_bricks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/mossy_stone_bricks" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/moving_piston.json b/1.14.4/assets/minecraft/blockstates/moving_piston.json new file mode 100644 index 00000000..18a3412d --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/moving_piston.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/moving_piston" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/mushroom_stem.json b/1.14.4/assets/minecraft/blockstates/mushroom_stem.json new file mode 100644 index 00000000..f7cfa5a9 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/mushroom_stem.json @@ -0,0 +1,40 @@ +{ + "multipart": [ + { "when": { "north": true }, + "apply": { "model": "block/mushroom_stem" } + }, + { "when": { "east": true }, + "apply": { "model": "block/mushroom_stem", "y": 90, "uvlock": true } + }, + { "when": { "south": true }, + "apply": { "model": "block/mushroom_stem", "y": 180, "uvlock": true } + }, + { "when": { "west": true }, + "apply": { "model": "block/mushroom_stem", "y": 270, "uvlock": true } + }, + { "when": { "up": true }, + "apply": { "model": "block/mushroom_stem", "x": 270, "uvlock": true } + }, + { "when": { "down": true }, + "apply": { "model": "block/mushroom_stem", "x": 90, "uvlock": true } + }, + { "when": { "north": false }, + "apply": { "model": "block/mushroom_block_inside" } + }, + { "when": { "east": false }, + "apply": { "model": "block/mushroom_block_inside", "y": 90, "uvlock": false } + }, + { "when": { "south": false }, + "apply": { "model": "block/mushroom_block_inside", "y": 180, "uvlock": false } + }, + { "when": { "west": false }, + "apply": { "model": "block/mushroom_block_inside", "y": 270, "uvlock": false } + }, + { "when": { "up": false }, + "apply": { "model": "block/mushroom_block_inside", "x": 270, "uvlock": false } + }, + { "when": { "down": false }, + "apply": { "model": "block/mushroom_block_inside", "x": 90, "uvlock": false } + } + ] +} diff --git a/1.14.4/assets/minecraft/blockstates/mycelium.json b/1.14.4/assets/minecraft/blockstates/mycelium.json new file mode 100644 index 00000000..8cf83dbe --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/mycelium.json @@ -0,0 +1,11 @@ +{ + "variants": { + "snowy=false": [ + { "model": "block/mycelium" }, + { "model": "block/mycelium", "y": 90 }, + { "model": "block/mycelium", "y": 180 }, + { "model": "block/mycelium", "y": 270 } + ], + "snowy=true": { "model": "block/grass_block_snow" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/nether_brick_fence.json b/1.14.4/assets/minecraft/blockstates/nether_brick_fence.json new file mode 100644 index 00000000..92c2f01e --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/nether_brick_fence.json @@ -0,0 +1,17 @@ +{ + "multipart": [ + { "apply": { "model": "block/nether_brick_fence_post" }}, + { "when": { "north": true }, + "apply": { "model": "block/nether_brick_fence_side", "uvlock": true } + }, + { "when": { "east": true }, + "apply": { "model": "block/nether_brick_fence_side", "y": 90, "uvlock": true } + }, + { "when": { "south": true }, + "apply": { "model": "block/nether_brick_fence_side", "y": 180, "uvlock": true } + }, + { "when": { "west": true }, + "apply": { "model": "block/nether_brick_fence_side", "y": 270, "uvlock": true } + } + ] +} diff --git a/1.14.4/assets/minecraft/blockstates/nether_brick_slab.json b/1.14.4/assets/minecraft/blockstates/nether_brick_slab.json new file mode 100644 index 00000000..2855de97 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/nether_brick_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/nether_brick_slab" }, + "type=top": { "model": "block/nether_brick_slab_top" }, + "type=double": { "model": "block/nether_bricks" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/nether_brick_stairs.json b/1.14.4/assets/minecraft/blockstates/nether_brick_stairs.json new file mode 100644 index 00000000..1961e059 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/nether_brick_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/nether_brick_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/nether_brick_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/nether_brick_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/nether_brick_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/nether_brick_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/nether_brick_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/nether_brick_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/nether_brick_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/nether_brick_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/nether_brick_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/nether_brick_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/nether_brick_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/nether_brick_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/nether_brick_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/nether_brick_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/nether_brick_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/nether_brick_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/nether_brick_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/nether_brick_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/nether_brick_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/nether_brick_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/nether_brick_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/nether_brick_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/nether_brick_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/nether_brick_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/nether_brick_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/nether_brick_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/nether_brick_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/nether_brick_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/nether_brick_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/nether_brick_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/nether_brick_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/nether_brick_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/nether_brick_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/nether_brick_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/nether_brick_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/nether_brick_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/nether_brick_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/nether_brick_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/nether_brick_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/nether_brick_wall.json b/1.14.4/assets/minecraft/blockstates/nether_brick_wall.json new file mode 100644 index 00000000..d56994b4 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/nether_brick_wall.json @@ -0,0 +1,19 @@ +{ + "multipart": [ + { "when": { "up": "true" }, + "apply": { "model": "block/nether_brick_wall_post" } + }, + { "when": { "north": "true" }, + "apply": { "model": "block/nether_brick_wall_side", "uvlock": true } + }, + { "when": { "east": "true" }, + "apply": { "model": "block/nether_brick_wall_side", "y": 90, "uvlock": true } + }, + { "when": { "south": "true" }, + "apply": { "model": "block/nether_brick_wall_side", "y": 180, "uvlock": true } + }, + { "when": { "west": "true" }, + "apply": { "model": "block/nether_brick_wall_side", "y": 270, "uvlock": true } + } + ] +} diff --git a/1.14.4/assets/minecraft/blockstates/nether_bricks.json b/1.14.4/assets/minecraft/blockstates/nether_bricks.json new file mode 100644 index 00000000..bb9f9159 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/nether_bricks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/nether_bricks" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/nether_portal.json b/1.14.4/assets/minecraft/blockstates/nether_portal.json new file mode 100644 index 00000000..e6847c51 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/nether_portal.json @@ -0,0 +1,6 @@ +{ + "variants": { + "axis=z": { "model": "block/nether_portal_ew" }, + "axis=x": { "model": "block/nether_portal_ns" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/nether_quartz_ore.json b/1.14.4/assets/minecraft/blockstates/nether_quartz_ore.json new file mode 100644 index 00000000..c9d72d65 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/nether_quartz_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/nether_quartz_ore" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/nether_wart.json b/1.14.4/assets/minecraft/blockstates/nether_wart.json new file mode 100644 index 00000000..40a17085 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/nether_wart.json @@ -0,0 +1,8 @@ +{ + "variants": { + "age=0": { "model": "block/nether_wart_stage0" }, + "age=1": { "model": "block/nether_wart_stage1" }, + "age=2": { "model": "block/nether_wart_stage1" }, + "age=3": { "model": "block/nether_wart_stage2" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/nether_wart_block.json b/1.14.4/assets/minecraft/blockstates/nether_wart_block.json new file mode 100644 index 00000000..ef846154 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/nether_wart_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/nether_wart_block" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/netherrack.json b/1.14.4/assets/minecraft/blockstates/netherrack.json new file mode 100644 index 00000000..cd449adc --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/netherrack.json @@ -0,0 +1,22 @@ +{ + "variants": { + "": [ + { "model": "block/netherrack" }, + { "model": "block/netherrack", "x": 90 }, + { "model": "block/netherrack", "x": 180 }, + { "model": "block/netherrack", "x": 270 }, + { "model": "block/netherrack", "y": 90 }, + { "model": "block/netherrack", "y": 90, "x": 90 }, + { "model": "block/netherrack", "y": 90, "x": 180 }, + { "model": "block/netherrack", "y": 90, "x": 270 }, + { "model": "block/netherrack", "y": 180 }, + { "model": "block/netherrack", "y": 180, "x": 90 }, + { "model": "block/netherrack", "y": 180, "x": 180 }, + { "model": "block/netherrack", "y": 180, "x": 270 }, + { "model": "block/netherrack", "y": 270 }, + { "model": "block/netherrack", "y": 270, "x": 90 }, + { "model": "block/netherrack", "y": 270, "x": 180 }, + { "model": "block/netherrack", "y": 270, "x": 270 } + ] + } +} diff --git a/1.14.4/assets/minecraft/blockstates/note_block.json b/1.14.4/assets/minecraft/blockstates/note_block.json new file mode 100644 index 00000000..90c3e985 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/note_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/note_block" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/oak_button.json b/1.14.4/assets/minecraft/blockstates/oak_button.json new file mode 100644 index 00000000..113cbd22 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/oak_button.json @@ -0,0 +1,28 @@ +{ + "variants": { + "face=floor,facing=east,powered=false": { "model": "block/oak_button", "y": 90 }, + "face=floor,facing=west,powered=false": { "model": "block/oak_button", "y": 270 }, + "face=floor,facing=south,powered=false": { "model": "block/oak_button", "y": 180 }, + "face=floor,facing=north,powered=false": { "model": "block/oak_button" }, + "face=wall,facing=east,powered=false": { "model": "block/oak_button", "uvlock": true, "x": 90, "y": 90 }, + "face=wall,facing=west,powered=false": { "model": "block/oak_button", "uvlock": true, "x": 90, "y": 270 }, + "face=wall,facing=south,powered=false": { "model": "block/oak_button", "uvlock": true, "x": 90, "y": 180 }, + "face=wall,facing=north,powered=false": { "model": "block/oak_button", "uvlock": true, "x": 90 }, + "face=ceiling,facing=east,powered=false": { "model": "block/oak_button", "x": 180, "y": 270 }, + "face=ceiling,facing=west,powered=false": { "model": "block/oak_button", "x": 180, "y": 90 }, + "face=ceiling,facing=south,powered=false": { "model": "block/oak_button", "x": 180 }, + "face=ceiling,facing=north,powered=false": { "model": "block/oak_button", "x": 180, "y": 180 }, + "face=floor,facing=east,powered=true": { "model": "block/oak_button_pressed", "y": 90 }, + "face=floor,facing=west,powered=true": { "model": "block/oak_button_pressed", "y": 270 }, + "face=floor,facing=south,powered=true": { "model": "block/oak_button_pressed", "y": 180 }, + "face=floor,facing=north,powered=true": { "model": "block/oak_button_pressed" }, + "face=wall,facing=east,powered=true": { "model": "block/oak_button_pressed", "uvlock": true, "x": 90, "y": 90 }, + "face=wall,facing=west,powered=true": { "model": "block/oak_button_pressed", "uvlock": true, "x": 90, "y": 270 }, + "face=wall,facing=south,powered=true": { "model": "block/oak_button_pressed", "uvlock": true, "x": 90, "y": 180 }, + "face=wall,facing=north,powered=true": { "model": "block/oak_button_pressed", "uvlock": true, "x": 90 }, + "face=ceiling,facing=east,powered=true": { "model": "block/oak_button_pressed", "x": 180, "y": 270 }, + "face=ceiling,facing=west,powered=true": { "model": "block/oak_button_pressed", "x": 180, "y": 90 }, + "face=ceiling,facing=south,powered=true": { "model": "block/oak_button_pressed", "x": 180 }, + "face=ceiling,facing=north,powered=true": { "model": "block/oak_button_pressed", "x": 180, "y": 180 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/oak_door.json b/1.14.4/assets/minecraft/blockstates/oak_door.json new file mode 100644 index 00000000..84f01ae9 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/oak_door.json @@ -0,0 +1,36 @@ +{ + "variants": { + "facing=east,half=lower,hinge=left,open=false": { "model": "block/oak_door_bottom" }, + "facing=south,half=lower,hinge=left,open=false": { "model": "block/oak_door_bottom", "y": 90 }, + "facing=west,half=lower,hinge=left,open=false": { "model": "block/oak_door_bottom", "y": 180 }, + "facing=north,half=lower,hinge=left,open=false": { "model": "block/oak_door_bottom", "y": 270 }, + "facing=east,half=lower,hinge=right,open=false": { "model": "block/oak_door_bottom_hinge" }, + "facing=south,half=lower,hinge=right,open=false": { "model": "block/oak_door_bottom_hinge", "y": 90 }, + "facing=west,half=lower,hinge=right,open=false": { "model": "block/oak_door_bottom_hinge", "y": 180 }, + "facing=north,half=lower,hinge=right,open=false": { "model": "block/oak_door_bottom_hinge", "y": 270 }, + "facing=east,half=lower,hinge=left,open=true": { "model": "block/oak_door_bottom_hinge", "y": 90 }, + "facing=south,half=lower,hinge=left,open=true": { "model": "block/oak_door_bottom_hinge", "y": 180 }, + "facing=west,half=lower,hinge=left,open=true": { "model": "block/oak_door_bottom_hinge", "y": 270 }, + "facing=north,half=lower,hinge=left,open=true": { "model": "block/oak_door_bottom_hinge" }, + "facing=east,half=lower,hinge=right,open=true": { "model": "block/oak_door_bottom", "y": 270 }, + "facing=south,half=lower,hinge=right,open=true": { "model": "block/oak_door_bottom" }, + "facing=west,half=lower,hinge=right,open=true": { "model": "block/oak_door_bottom", "y": 90 }, + "facing=north,half=lower,hinge=right,open=true": { "model": "block/oak_door_bottom", "y": 180 }, + "facing=east,half=upper,hinge=left,open=false": { "model": "block/oak_door_top" }, + "facing=south,half=upper,hinge=left,open=false": { "model": "block/oak_door_top", "y": 90 }, + "facing=west,half=upper,hinge=left,open=false": { "model": "block/oak_door_top", "y": 180 }, + "facing=north,half=upper,hinge=left,open=false": { "model": "block/oak_door_top", "y": 270 }, + "facing=east,half=upper,hinge=right,open=false": { "model": "block/oak_door_top_hinge" }, + "facing=south,half=upper,hinge=right,open=false": { "model": "block/oak_door_top_hinge", "y": 90 }, + "facing=west,half=upper,hinge=right,open=false": { "model": "block/oak_door_top_hinge", "y": 180 }, + "facing=north,half=upper,hinge=right,open=false": { "model": "block/oak_door_top_hinge", "y": 270 }, + "facing=east,half=upper,hinge=left,open=true": { "model": "block/oak_door_top_hinge", "y": 90 }, + "facing=south,half=upper,hinge=left,open=true": { "model": "block/oak_door_top_hinge", "y": 180 }, + "facing=west,half=upper,hinge=left,open=true": { "model": "block/oak_door_top_hinge", "y": 270 }, + "facing=north,half=upper,hinge=left,open=true": { "model": "block/oak_door_top_hinge" }, + "facing=east,half=upper,hinge=right,open=true": { "model": "block/oak_door_top", "y": 270 }, + "facing=south,half=upper,hinge=right,open=true": { "model": "block/oak_door_top" }, + "facing=west,half=upper,hinge=right,open=true": { "model": "block/oak_door_top", "y": 90 }, + "facing=north,half=upper,hinge=right,open=true": { "model": "block/oak_door_top", "y": 180 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/oak_fence.json b/1.14.4/assets/minecraft/blockstates/oak_fence.json new file mode 100644 index 00000000..4279ba05 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/oak_fence.json @@ -0,0 +1,17 @@ +{ + "multipart": [ + { "apply": { "model": "block/oak_fence_post" }}, + { "when": { "north": "true" }, + "apply": { "model": "block/oak_fence_side", "uvlock": true } + }, + { "when": { "east": "true" }, + "apply": { "model": "block/oak_fence_side", "y": 90, "uvlock": true } + }, + { "when": { "south": "true" }, + "apply": { "model": "block/oak_fence_side", "y": 180, "uvlock": true } + }, + { "when": { "west": "true" }, + "apply": { "model": "block/oak_fence_side", "y": 270, "uvlock": true } + } + ] +} diff --git a/1.14.4/assets/minecraft/blockstates/oak_fence_gate.json b/1.14.4/assets/minecraft/blockstates/oak_fence_gate.json new file mode 100644 index 00000000..d7934969 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/oak_fence_gate.json @@ -0,0 +1,20 @@ +{ + "variants": { + "facing=south,in_wall=false,open=false": { "model": "block/oak_fence_gate", "uvlock": true }, + "facing=west,in_wall=false,open=false": { "model": "block/oak_fence_gate", "uvlock": true, "y": 90 }, + "facing=north,in_wall=false,open=false": { "model": "block/oak_fence_gate", "uvlock": true, "y": 180 }, + "facing=east,in_wall=false,open=false": { "model": "block/oak_fence_gate", "uvlock": true, "y": 270 }, + "facing=south,in_wall=false,open=true": { "model": "block/oak_fence_gate_open", "uvlock": true }, + "facing=west,in_wall=false,open=true": { "model": "block/oak_fence_gate_open", "uvlock": true, "y": 90 }, + "facing=north,in_wall=false,open=true": { "model": "block/oak_fence_gate_open", "uvlock": true, "y": 180 }, + "facing=east,in_wall=false,open=true": { "model": "block/oak_fence_gate_open", "uvlock": true, "y": 270 }, + "facing=south,in_wall=true,open=false": { "model": "block/oak_fence_gate_wall", "uvlock": true }, + "facing=west,in_wall=true,open=false": { "model": "block/oak_fence_gate_wall", "uvlock": true, "y": 90 }, + "facing=north,in_wall=true,open=false": { "model": "block/oak_fence_gate_wall", "uvlock": true, "y": 180 }, + "facing=east,in_wall=true,open=false": { "model": "block/oak_fence_gate_wall", "uvlock": true, "y": 270 }, + "facing=south,in_wall=true,open=true": { "model": "block/oak_fence_gate_wall_open", "uvlock": true }, + "facing=west,in_wall=true,open=true": { "model": "block/oak_fence_gate_wall_open", "uvlock": true, "y": 90 }, + "facing=north,in_wall=true,open=true": { "model": "block/oak_fence_gate_wall_open", "uvlock": true, "y": 180 }, + "facing=east,in_wall=true,open=true": { "model": "block/oak_fence_gate_wall_open", "uvlock": true, "y": 270 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/oak_leaves.json b/1.14.4/assets/minecraft/blockstates/oak_leaves.json new file mode 100644 index 00000000..93472293 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/oak_leaves.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/oak_leaves" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/oak_log.json b/1.14.4/assets/minecraft/blockstates/oak_log.json new file mode 100644 index 00000000..c59ef7cc --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/oak_log.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/oak_log" }, + "axis=z": { "model": "block/oak_log", "x": 90 }, + "axis=x": { "model": "block/oak_log", "x": 90, "y": 90 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/oak_planks.json b/1.14.4/assets/minecraft/blockstates/oak_planks.json new file mode 100644 index 00000000..91c01f75 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/oak_planks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/oak_planks" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/oak_pressure_plate.json b/1.14.4/assets/minecraft/blockstates/oak_pressure_plate.json new file mode 100644 index 00000000..e0c3c43f --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/oak_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "variants": { + "powered=false": { "model": "block/oak_pressure_plate" }, + "powered=true": { "model": "block/oak_pressure_plate_down" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/oak_sapling.json b/1.14.4/assets/minecraft/blockstates/oak_sapling.json new file mode 100644 index 00000000..f65c7b05 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/oak_sapling.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/oak_sapling" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/oak_sign.json b/1.14.4/assets/minecraft/blockstates/oak_sign.json new file mode 100644 index 00000000..064f9bd7 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/oak_sign.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/oak_sign" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/oak_slab.json b/1.14.4/assets/minecraft/blockstates/oak_slab.json new file mode 100644 index 00000000..7753dc65 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/oak_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/oak_slab" }, + "type=top": { "model": "block/oak_slab_top" }, + "type=double": { "model": "block/oak_planks" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/oak_stairs.json b/1.14.4/assets/minecraft/blockstates/oak_stairs.json new file mode 100644 index 00000000..502144ac --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/oak_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/oak_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/oak_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/oak_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/oak_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/oak_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/oak_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/oak_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/oak_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/oak_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/oak_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/oak_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/oak_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/oak_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/oak_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/oak_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/oak_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/oak_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/oak_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/oak_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/oak_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/oak_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/oak_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/oak_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/oak_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/oak_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/oak_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/oak_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/oak_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/oak_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/oak_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/oak_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/oak_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/oak_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/oak_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/oak_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/oak_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/oak_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/oak_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/oak_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/oak_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/oak_trapdoor.json b/1.14.4/assets/minecraft/blockstates/oak_trapdoor.json new file mode 100644 index 00000000..ee36c221 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/oak_trapdoor.json @@ -0,0 +1,20 @@ +{ + "variants": { + "facing=north,half=bottom,open=false": { "model": "block/oak_trapdoor_bottom" }, + "facing=south,half=bottom,open=false": { "model": "block/oak_trapdoor_bottom" }, + "facing=east,half=bottom,open=false": { "model": "block/oak_trapdoor_bottom" }, + "facing=west,half=bottom,open=false": { "model": "block/oak_trapdoor_bottom" }, + "facing=north,half=top,open=false": { "model": "block/oak_trapdoor_top" }, + "facing=south,half=top,open=false": { "model": "block/oak_trapdoor_top" }, + "facing=east,half=top,open=false": { "model": "block/oak_trapdoor_top" }, + "facing=west,half=top,open=false": { "model": "block/oak_trapdoor_top" }, + "facing=north,half=bottom,open=true": { "model": "block/oak_trapdoor_open" }, + "facing=south,half=bottom,open=true": { "model": "block/oak_trapdoor_open", "y": 180 }, + "facing=east,half=bottom,open=true": { "model": "block/oak_trapdoor_open", "y": 90 }, + "facing=west,half=bottom,open=true": { "model": "block/oak_trapdoor_open", "y": 270 }, + "facing=north,half=top,open=true": { "model": "block/oak_trapdoor_open" }, + "facing=south,half=top,open=true": { "model": "block/oak_trapdoor_open", "y": 180 }, + "facing=east,half=top,open=true": { "model": "block/oak_trapdoor_open", "y": 90 }, + "facing=west,half=top,open=true": { "model": "block/oak_trapdoor_open", "y": 270 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/oak_wall_sign.json b/1.14.4/assets/minecraft/blockstates/oak_wall_sign.json new file mode 100644 index 00000000..064f9bd7 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/oak_wall_sign.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/oak_sign" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/oak_wood.json b/1.14.4/assets/minecraft/blockstates/oak_wood.json new file mode 100644 index 00000000..672ba813 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/oak_wood.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/oak_wood" }, + "axis=z": { "model": "block/oak_wood", "x": 90 }, + "axis=x": { "model": "block/oak_wood", "x": 90, "y": 90 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/observer.json b/1.14.4/assets/minecraft/blockstates/observer.json new file mode 100644 index 00000000..48a07afa --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/observer.json @@ -0,0 +1,16 @@ +{ + "variants": { + "facing=up,powered=false": { "model": "block/observer", "x": 270 }, + "facing=down,powered=false": { "model": "block/observer", "x": 90 }, + "facing=north,powered=false": { "model": "block/observer" }, + "facing=south,powered=false": { "model": "block/observer", "y": 180 }, + "facing=west,powered=false": { "model": "block/observer", "y": 270 }, + "facing=east,powered=false": { "model": "block/observer", "y": 90 }, + "facing=up,powered=true": { "model": "block/observer_on", "x": 270 }, + "facing=down,powered=true": { "model": "block/observer_on", "x": 90 }, + "facing=north,powered=true": { "model": "block/observer_on" }, + "facing=south,powered=true": { "model": "block/observer_on", "y": 180 }, + "facing=west,powered=true": { "model": "block/observer_on", "y": 270 }, + "facing=east,powered=true": { "model": "block/observer_on", "y": 90 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/obsidian.json b/1.14.4/assets/minecraft/blockstates/obsidian.json new file mode 100644 index 00000000..3dd7be7d --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/obsidian.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/obsidian" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/orange_banner.json b/1.14.4/assets/minecraft/blockstates/orange_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/orange_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/orange_bed.json b/1.14.4/assets/minecraft/blockstates/orange_bed.json new file mode 100644 index 00000000..8cdeb6ce --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/orange_bed.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/bed" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/orange_carpet.json b/1.14.4/assets/minecraft/blockstates/orange_carpet.json new file mode 100644 index 00000000..792db728 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/orange_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/orange_carpet" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/orange_concrete.json b/1.14.4/assets/minecraft/blockstates/orange_concrete.json new file mode 100644 index 00000000..1033aa42 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/orange_concrete.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/orange_concrete" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/orange_concrete_powder.json b/1.14.4/assets/minecraft/blockstates/orange_concrete_powder.json new file mode 100644 index 00000000..7a9b2b07 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/orange_concrete_powder.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/orange_concrete_powder" }, + { "model": "block/orange_concrete_powder", "y": 90 }, + { "model": "block/orange_concrete_powder", "y": 180 }, + { "model": "block/orange_concrete_powder", "y": 270 } + ] + } +} diff --git a/1.14.4/assets/minecraft/blockstates/orange_glazed_terracotta.json b/1.14.4/assets/minecraft/blockstates/orange_glazed_terracotta.json new file mode 100644 index 00000000..2bf26fc6 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/orange_glazed_terracotta.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "block/orange_glazed_terracotta" }, + "facing=west": { "model": "block/orange_glazed_terracotta", "y": 90 }, + "facing=north": { "model": "block/orange_glazed_terracotta", "y": 180 }, + "facing=east": { "model": "block/orange_glazed_terracotta", "y": 270 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/orange_shulker_box.json b/1.14.4/assets/minecraft/blockstates/orange_shulker_box.json new file mode 100644 index 00000000..3a94491c --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/orange_shulker_box.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/orange_shulker_box" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/orange_stained_glass.json b/1.14.4/assets/minecraft/blockstates/orange_stained_glass.json new file mode 100644 index 00000000..716645a0 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/orange_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/orange_stained_glass" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/orange_stained_glass_pane.json b/1.14.4/assets/minecraft/blockstates/orange_stained_glass_pane.json new file mode 100644 index 00000000..d6a3eb45 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/orange_stained_glass_pane.json @@ -0,0 +1,29 @@ +{ + "multipart": [ + { "apply": { "model": "block/orange_stained_glass_pane_post" }}, + { "when": { "north": true }, + "apply": { "model": "block/orange_stained_glass_pane_side" } + }, + { "when": { "east": true }, + "apply": { "model": "block/orange_stained_glass_pane_side", "y": 90 } + }, + { "when": { "south": true }, + "apply": { "model": "block/orange_stained_glass_pane_side_alt" } + }, + { "when": { "west": true }, + "apply": { "model": "block/orange_stained_glass_pane_side_alt", "y": 90 } + }, + { "when": { "north": false }, + "apply": { "model": "block/orange_stained_glass_pane_noside" } + }, + { "when": { "east": false }, + "apply": { "model": "block/orange_stained_glass_pane_noside_alt" } + }, + { "when": { "south": false }, + "apply": { "model": "block/orange_stained_glass_pane_noside_alt", "y": 90 } + }, + { "when": { "west": false }, + "apply": { "model": "block/orange_stained_glass_pane_noside", "y": 270 } + } + ] +} diff --git a/1.14.4/assets/minecraft/blockstates/orange_terracotta.json b/1.14.4/assets/minecraft/blockstates/orange_terracotta.json new file mode 100644 index 00000000..f46287b3 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/orange_terracotta.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/orange_terracotta" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/orange_tulip.json b/1.14.4/assets/minecraft/blockstates/orange_tulip.json new file mode 100644 index 00000000..e7880ad0 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/orange_tulip.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/orange_tulip" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/orange_wall_banner.json b/1.14.4/assets/minecraft/blockstates/orange_wall_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/orange_wall_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/orange_wool.json b/1.14.4/assets/minecraft/blockstates/orange_wool.json new file mode 100644 index 00000000..c98f5df7 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/orange_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/orange_wool" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/oxeye_daisy.json b/1.14.4/assets/minecraft/blockstates/oxeye_daisy.json new file mode 100644 index 00000000..b1b24391 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/oxeye_daisy.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/oxeye_daisy" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/packed_ice.json b/1.14.4/assets/minecraft/blockstates/packed_ice.json new file mode 100644 index 00000000..ac018896 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/packed_ice.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/packed_ice" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/peony.json b/1.14.4/assets/minecraft/blockstates/peony.json new file mode 100644 index 00000000..4309966e --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/peony.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=lower": { "model": "block/peony_bottom" }, + "half=upper": { "model": "block/peony_top" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/petrified_oak_slab.json b/1.14.4/assets/minecraft/blockstates/petrified_oak_slab.json new file mode 100644 index 00000000..8e3ba716 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/petrified_oak_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/petrified_oak_slab" }, + "type=top": { "model": "block/petrified_oak_slab_top" }, + "type=double": { "model": "block/oak_planks" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/pink_banner.json b/1.14.4/assets/minecraft/blockstates/pink_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/pink_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/pink_bed.json b/1.14.4/assets/minecraft/blockstates/pink_bed.json new file mode 100644 index 00000000..8cdeb6ce --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/pink_bed.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/bed" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/pink_carpet.json b/1.14.4/assets/minecraft/blockstates/pink_carpet.json new file mode 100644 index 00000000..03a7a2ee --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/pink_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/pink_carpet" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/pink_concrete.json b/1.14.4/assets/minecraft/blockstates/pink_concrete.json new file mode 100644 index 00000000..f768731d --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/pink_concrete.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/pink_concrete" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/pink_concrete_powder.json b/1.14.4/assets/minecraft/blockstates/pink_concrete_powder.json new file mode 100644 index 00000000..dcaf5d29 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/pink_concrete_powder.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/pink_concrete_powder" }, + { "model": "block/pink_concrete_powder", "y": 90 }, + { "model": "block/pink_concrete_powder", "y": 180 }, + { "model": "block/pink_concrete_powder", "y": 270 } + ] + } +} diff --git a/1.14.4/assets/minecraft/blockstates/pink_glazed_terracotta.json b/1.14.4/assets/minecraft/blockstates/pink_glazed_terracotta.json new file mode 100644 index 00000000..e9d484d8 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/pink_glazed_terracotta.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "block/pink_glazed_terracotta" }, + "facing=west": { "model": "block/pink_glazed_terracotta", "y": 90 }, + "facing=north": { "model": "block/pink_glazed_terracotta", "y": 180 }, + "facing=east": { "model": "block/pink_glazed_terracotta", "y": 270 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/pink_shulker_box.json b/1.14.4/assets/minecraft/blockstates/pink_shulker_box.json new file mode 100644 index 00000000..c6b34441 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/pink_shulker_box.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/pink_shulker_box" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/pink_stained_glass.json b/1.14.4/assets/minecraft/blockstates/pink_stained_glass.json new file mode 100644 index 00000000..3eaddfcc --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/pink_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/pink_stained_glass" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/pink_stained_glass_pane.json b/1.14.4/assets/minecraft/blockstates/pink_stained_glass_pane.json new file mode 100644 index 00000000..0de15416 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/pink_stained_glass_pane.json @@ -0,0 +1,29 @@ +{ + "multipart": [ + { "apply": { "model": "block/pink_stained_glass_pane_post" }}, + { "when": { "north": true }, + "apply": { "model": "block/pink_stained_glass_pane_side" } + }, + { "when": { "east": true }, + "apply": { "model": "block/pink_stained_glass_pane_side", "y": 90 } + }, + { "when": { "south": true }, + "apply": { "model": "block/pink_stained_glass_pane_side_alt" } + }, + { "when": { "west": true }, + "apply": { "model": "block/pink_stained_glass_pane_side_alt", "y": 90 } + }, + { "when": { "north": false }, + "apply": { "model": "block/pink_stained_glass_pane_noside" } + }, + { "when": { "east": false }, + "apply": { "model": "block/pink_stained_glass_pane_noside_alt" } + }, + { "when": { "south": false }, + "apply": { "model": "block/pink_stained_glass_pane_noside_alt", "y": 90 } + }, + { "when": { "west": false }, + "apply": { "model": "block/pink_stained_glass_pane_noside", "y": 270 } + } + ] +} diff --git a/1.14.4/assets/minecraft/blockstates/pink_terracotta.json b/1.14.4/assets/minecraft/blockstates/pink_terracotta.json new file mode 100644 index 00000000..a0d49524 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/pink_terracotta.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/pink_terracotta" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/pink_tulip.json b/1.14.4/assets/minecraft/blockstates/pink_tulip.json new file mode 100644 index 00000000..2e88a12a --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/pink_tulip.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/pink_tulip" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/pink_wall_banner.json b/1.14.4/assets/minecraft/blockstates/pink_wall_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/pink_wall_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/pink_wool.json b/1.14.4/assets/minecraft/blockstates/pink_wool.json new file mode 100644 index 00000000..f2217d89 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/pink_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/pink_wool" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/piston.json b/1.14.4/assets/minecraft/blockstates/piston.json new file mode 100644 index 00000000..5c091956 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/piston.json @@ -0,0 +1,16 @@ +{ + "variants": { + "extended=false,facing=down": { "model": "block/piston", "x": 90 }, + "extended=false,facing=up": { "model": "block/piston", "x": 270 }, + "extended=false,facing=north": { "model": "block/piston" }, + "extended=false,facing=south": { "model": "block/piston", "y": 180 }, + "extended=false,facing=west": { "model": "block/piston", "y": 270 }, + "extended=false,facing=east": { "model": "block/piston", "y": 90 }, + "extended=true,facing=down": { "model": "block/piston_base", "x": 90 }, + "extended=true,facing=up": { "model": "block/piston_base", "x": 270 }, + "extended=true,facing=north": { "model": "block/piston_base" }, + "extended=true,facing=south": { "model": "block/piston_base", "y": 180 }, + "extended=true,facing=west": { "model": "block/piston_base", "y": 270 }, + "extended=true,facing=east": { "model": "block/piston_base", "y": 90 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/piston_head.json b/1.14.4/assets/minecraft/blockstates/piston_head.json new file mode 100644 index 00000000..a5fa4b18 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/piston_head.json @@ -0,0 +1,28 @@ +{ + "variants": { + "facing=down,short=false,type=normal": { "model": "block/piston_head", "x": 90 }, + "facing=up,short=false,type=normal": { "model": "block/piston_head", "x": 270 }, + "facing=north,short=false,type=normal": { "model": "block/piston_head" }, + "facing=south,short=false,type=normal": { "model": "block/piston_head", "y": 180 }, + "facing=west,short=false,type=normal": { "model": "block/piston_head", "y": 270 }, + "facing=east,short=false,type=normal": { "model": "block/piston_head", "y": 90 }, + "facing=down,short=false,type=sticky": { "model": "block/piston_head_sticky", "x": 90 }, + "facing=up,short=false,type=sticky": { "model": "block/piston_head_sticky", "x": 270 }, + "facing=north,short=false,type=sticky": { "model": "block/piston_head_sticky" }, + "facing=south,short=false,type=sticky": { "model": "block/piston_head_sticky", "y": 180 }, + "facing=west,short=false,type=sticky": { "model": "block/piston_head_sticky", "y": 270 }, + "facing=east,short=false,type=sticky": { "model": "block/piston_head_sticky", "y": 90 }, + "facing=down,short=true,type=normal": { "model": "block/piston_head_short", "x": 90 }, + "facing=up,short=true,type=normal": { "model": "block/piston_head_short", "x": 270 }, + "facing=north,short=true,type=normal": { "model": "block/piston_head_short" }, + "facing=south,short=true,type=normal": { "model": "block/piston_head_short", "y": 180 }, + "facing=west,short=true,type=normal": { "model": "block/piston_head_short", "y": 270 }, + "facing=east,short=true,type=normal": { "model": "block/piston_head_short", "y": 90 }, + "facing=down,short=true,type=sticky": { "model": "block/piston_head_short_sticky", "x": 90 }, + "facing=up,short=true,type=sticky": { "model": "block/piston_head_short_sticky", "x": 270 }, + "facing=north,short=true,type=sticky": { "model": "block/piston_head_short_sticky" }, + "facing=south,short=true,type=sticky": { "model": "block/piston_head_short_sticky", "y": 180 }, + "facing=west,short=true,type=sticky": { "model": "block/piston_head_short_sticky", "y": 270 }, + "facing=east,short=true,type=sticky": { "model": "block/piston_head_short_sticky", "y": 90 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/player_head.json b/1.14.4/assets/minecraft/blockstates/player_head.json new file mode 100644 index 00000000..05969bc2 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/player_head.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/skull" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/player_wall_head.json b/1.14.4/assets/minecraft/blockstates/player_wall_head.json new file mode 100644 index 00000000..05969bc2 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/player_wall_head.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/skull" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/podzol.json b/1.14.4/assets/minecraft/blockstates/podzol.json new file mode 100644 index 00000000..343aa59e --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/podzol.json @@ -0,0 +1,11 @@ +{ + "variants": { + "snowy=false": [ + { "model": "block/podzol" }, + { "model": "block/podzol", "y": 90 }, + { "model": "block/podzol", "y": 180 }, + { "model": "block/podzol", "y": 270 } + ], + "snowy=true": { "model": "block/grass_block_snow" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/polished_andesite.json b/1.14.4/assets/minecraft/blockstates/polished_andesite.json new file mode 100644 index 00000000..0c117f97 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/polished_andesite.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/polished_andesite" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/polished_andesite_slab.json b/1.14.4/assets/minecraft/blockstates/polished_andesite_slab.json new file mode 100644 index 00000000..1cef7814 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/polished_andesite_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/polished_andesite_slab" }, + "type=top": { "model": "block/polished_andesite_slab_top" }, + "type=double": { "model": "block/polished_andesite" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/polished_andesite_stairs.json b/1.14.4/assets/minecraft/blockstates/polished_andesite_stairs.json new file mode 100644 index 00000000..681a7af1 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/polished_andesite_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/polished_andesite_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/polished_andesite_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/polished_andesite_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/polished_andesite_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/polished_andesite_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/polished_andesite_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/polished_andesite_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/polished_andesite_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/polished_andesite_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/polished_andesite_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/polished_andesite_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/polished_andesite_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/polished_andesite_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/polished_andesite_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/polished_andesite_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/polished_andesite_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/polished_andesite_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/polished_andesite_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/polished_andesite_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/polished_andesite_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/polished_andesite_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/polished_andesite_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/polished_andesite_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/polished_andesite_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/polished_andesite_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/polished_andesite_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/polished_andesite_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/polished_andesite_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/polished_andesite_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/polished_andesite_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/polished_andesite_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/polished_andesite_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/polished_andesite_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/polished_andesite_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/polished_andesite_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/polished_andesite_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/polished_andesite_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/polished_andesite_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/polished_andesite_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/polished_andesite_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/polished_diorite.json b/1.14.4/assets/minecraft/blockstates/polished_diorite.json new file mode 100644 index 00000000..59c76b93 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/polished_diorite.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/polished_diorite" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/polished_diorite_slab.json b/1.14.4/assets/minecraft/blockstates/polished_diorite_slab.json new file mode 100644 index 00000000..034f6548 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/polished_diorite_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/polished_diorite_slab" }, + "type=top": { "model": "block/polished_diorite_slab_top" }, + "type=double": { "model": "block/polished_diorite" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/polished_diorite_stairs.json b/1.14.4/assets/minecraft/blockstates/polished_diorite_stairs.json new file mode 100644 index 00000000..c5503a23 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/polished_diorite_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/polished_diorite_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/polished_diorite_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/polished_diorite_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/polished_diorite_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/polished_diorite_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/polished_diorite_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/polished_diorite_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/polished_diorite_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/polished_diorite_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/polished_diorite_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/polished_diorite_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/polished_diorite_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/polished_diorite_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/polished_diorite_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/polished_diorite_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/polished_diorite_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/polished_diorite_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/polished_diorite_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/polished_diorite_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/polished_diorite_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/polished_diorite_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/polished_diorite_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/polished_diorite_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/polished_diorite_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/polished_diorite_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/polished_diorite_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/polished_diorite_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/polished_diorite_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/polished_diorite_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/polished_diorite_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/polished_diorite_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/polished_diorite_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/polished_diorite_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/polished_diorite_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/polished_diorite_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/polished_diorite_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/polished_diorite_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/polished_diorite_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/polished_diorite_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/polished_diorite_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/polished_granite.json b/1.14.4/assets/minecraft/blockstates/polished_granite.json new file mode 100644 index 00000000..e31ad3d1 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/polished_granite.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/polished_granite" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/polished_granite_slab.json b/1.14.4/assets/minecraft/blockstates/polished_granite_slab.json new file mode 100644 index 00000000..ff9c3285 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/polished_granite_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/polished_granite_slab" }, + "type=top": { "model": "block/polished_granite_slab_top" }, + "type=double": { "model": "block/polished_granite" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/polished_granite_stairs.json b/1.14.4/assets/minecraft/blockstates/polished_granite_stairs.json new file mode 100644 index 00000000..3c083fd1 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/polished_granite_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/polished_granite_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/polished_granite_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/polished_granite_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/polished_granite_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/polished_granite_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/polished_granite_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/polished_granite_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/polished_granite_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/polished_granite_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/polished_granite_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/polished_granite_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/polished_granite_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/polished_granite_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/polished_granite_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/polished_granite_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/polished_granite_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/polished_granite_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/polished_granite_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/polished_granite_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/polished_granite_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/polished_granite_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/polished_granite_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/polished_granite_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/polished_granite_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/polished_granite_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/polished_granite_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/polished_granite_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/polished_granite_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/polished_granite_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/polished_granite_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/polished_granite_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/polished_granite_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/polished_granite_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/polished_granite_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/polished_granite_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/polished_granite_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/polished_granite_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/polished_granite_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/polished_granite_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/polished_granite_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/poppy.json b/1.14.4/assets/minecraft/blockstates/poppy.json new file mode 100644 index 00000000..71537462 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/poppy.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/poppy" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/potatoes.json b/1.14.4/assets/minecraft/blockstates/potatoes.json new file mode 100644 index 00000000..1b47edda --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/potatoes.json @@ -0,0 +1,12 @@ +{ + "variants": { + "age=0": { "model": "block/potatoes_stage0" }, + "age=1": { "model": "block/potatoes_stage0" }, + "age=2": { "model": "block/potatoes_stage1" }, + "age=3": { "model": "block/potatoes_stage1" }, + "age=4": { "model": "block/potatoes_stage2" }, + "age=5": { "model": "block/potatoes_stage2" }, + "age=6": { "model": "block/potatoes_stage2" }, + "age=7": { "model": "block/potatoes_stage3" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/potted_acacia_sapling.json b/1.14.4/assets/minecraft/blockstates/potted_acacia_sapling.json new file mode 100644 index 00000000..b369c220 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/potted_acacia_sapling.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/potted_acacia_sapling" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/potted_allium.json b/1.14.4/assets/minecraft/blockstates/potted_allium.json new file mode 100644 index 00000000..5ab4f215 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/potted_allium.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/potted_allium" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/potted_azure_bluet.json b/1.14.4/assets/minecraft/blockstates/potted_azure_bluet.json new file mode 100644 index 00000000..a3fff3c8 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/potted_azure_bluet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/potted_azure_bluet" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/potted_bamboo.json b/1.14.4/assets/minecraft/blockstates/potted_bamboo.json new file mode 100644 index 00000000..a580f760 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/potted_bamboo.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/potted_bamboo" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/potted_birch_sapling.json b/1.14.4/assets/minecraft/blockstates/potted_birch_sapling.json new file mode 100644 index 00000000..993368f3 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/potted_birch_sapling.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/potted_birch_sapling" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/potted_blue_orchid.json b/1.14.4/assets/minecraft/blockstates/potted_blue_orchid.json new file mode 100644 index 00000000..8918fe0a --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/potted_blue_orchid.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/potted_blue_orchid" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/potted_brown_mushroom.json b/1.14.4/assets/minecraft/blockstates/potted_brown_mushroom.json new file mode 100644 index 00000000..fb1dc98f --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/potted_brown_mushroom.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/potted_brown_mushroom" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/potted_cactus.json b/1.14.4/assets/minecraft/blockstates/potted_cactus.json new file mode 100644 index 00000000..49c909ff --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/potted_cactus.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/potted_cactus" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/potted_cornflower.json b/1.14.4/assets/minecraft/blockstates/potted_cornflower.json new file mode 100644 index 00000000..7ae4d9d5 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/potted_cornflower.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/potted_cornflower" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/potted_dandelion.json b/1.14.4/assets/minecraft/blockstates/potted_dandelion.json new file mode 100644 index 00000000..3acd970a --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/potted_dandelion.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/potted_dandelion" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/potted_dark_oak_sapling.json b/1.14.4/assets/minecraft/blockstates/potted_dark_oak_sapling.json new file mode 100644 index 00000000..a65f73e5 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/potted_dark_oak_sapling.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/potted_dark_oak_sapling" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/potted_dead_bush.json b/1.14.4/assets/minecraft/blockstates/potted_dead_bush.json new file mode 100644 index 00000000..65f40d1f --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/potted_dead_bush.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/potted_dead_bush" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/potted_fern.json b/1.14.4/assets/minecraft/blockstates/potted_fern.json new file mode 100644 index 00000000..114c0e10 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/potted_fern.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/potted_fern" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/potted_jungle_sapling.json b/1.14.4/assets/minecraft/blockstates/potted_jungle_sapling.json new file mode 100644 index 00000000..fbee37c0 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/potted_jungle_sapling.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/potted_jungle_sapling" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/potted_lily_of_the_valley.json b/1.14.4/assets/minecraft/blockstates/potted_lily_of_the_valley.json new file mode 100644 index 00000000..2f74497d --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/potted_lily_of_the_valley.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/potted_lily_of_the_valley" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/potted_oak_sapling.json b/1.14.4/assets/minecraft/blockstates/potted_oak_sapling.json new file mode 100644 index 00000000..47837f10 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/potted_oak_sapling.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/potted_oak_sapling" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/potted_orange_tulip.json b/1.14.4/assets/minecraft/blockstates/potted_orange_tulip.json new file mode 100644 index 00000000..f52ecda5 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/potted_orange_tulip.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/potted_orange_tulip" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/potted_oxeye_daisy.json b/1.14.4/assets/minecraft/blockstates/potted_oxeye_daisy.json new file mode 100644 index 00000000..ee4231ef --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/potted_oxeye_daisy.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/potted_oxeye_daisy" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/potted_pink_tulip.json b/1.14.4/assets/minecraft/blockstates/potted_pink_tulip.json new file mode 100644 index 00000000..e23f9a86 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/potted_pink_tulip.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/potted_pink_tulip" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/potted_poppy.json b/1.14.4/assets/minecraft/blockstates/potted_poppy.json new file mode 100644 index 00000000..e1da0348 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/potted_poppy.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/potted_poppy" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/potted_red_mushroom.json b/1.14.4/assets/minecraft/blockstates/potted_red_mushroom.json new file mode 100644 index 00000000..fbf41d4d --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/potted_red_mushroom.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/potted_red_mushroom" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/potted_red_tulip.json b/1.14.4/assets/minecraft/blockstates/potted_red_tulip.json new file mode 100644 index 00000000..a6c7a126 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/potted_red_tulip.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/potted_red_tulip" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/potted_spruce_sapling.json b/1.14.4/assets/minecraft/blockstates/potted_spruce_sapling.json new file mode 100644 index 00000000..422fd25b --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/potted_spruce_sapling.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/potted_spruce_sapling" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/potted_white_tulip.json b/1.14.4/assets/minecraft/blockstates/potted_white_tulip.json new file mode 100644 index 00000000..d0a5f985 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/potted_white_tulip.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/potted_white_tulip" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/potted_wither_rose.json b/1.14.4/assets/minecraft/blockstates/potted_wither_rose.json new file mode 100644 index 00000000..4c59bc30 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/potted_wither_rose.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/potted_wither_rose" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/powered_rail.json b/1.14.4/assets/minecraft/blockstates/powered_rail.json new file mode 100644 index 00000000..a853b338 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/powered_rail.json @@ -0,0 +1,16 @@ +{ + "variants": { + "powered=false,shape=north_south": { "model": "block/powered_rail" }, + "powered=false,shape=east_west": { "model": "block/powered_rail", "y": 90 }, + "powered=false,shape=ascending_east": { "model": "block/powered_rail_raised_ne", "y": 90 }, + "powered=false,shape=ascending_west": { "model": "block/powered_rail_raised_sw", "y": 90 }, + "powered=false,shape=ascending_north": { "model": "block/powered_rail_raised_ne" }, + "powered=false,shape=ascending_south": { "model": "block/powered_rail_raised_sw" }, + "powered=true,shape=north_south": { "model": "block/powered_rail_on" }, + "powered=true,shape=east_west": { "model": "block/powered_rail_on", "y": 90 }, + "powered=true,shape=ascending_east": { "model": "block/powered_rail_on_raised_ne", "y": 90 }, + "powered=true,shape=ascending_west": { "model": "block/powered_rail_on_raised_sw", "y": 90 }, + "powered=true,shape=ascending_north": { "model": "block/powered_rail_on_raised_ne" }, + "powered=true,shape=ascending_south": { "model": "block/powered_rail_on_raised_sw" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/prismarine.json b/1.14.4/assets/minecraft/blockstates/prismarine.json new file mode 100644 index 00000000..559f85c5 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/prismarine.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/prismarine" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/prismarine_brick_slab.json b/1.14.4/assets/minecraft/blockstates/prismarine_brick_slab.json new file mode 100644 index 00000000..5b656d58 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/prismarine_brick_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/prismarine_brick_slab" }, + "type=top": { "model": "block/prismarine_brick_slab_top" }, + "type=double": { "model": "block/prismarine_bricks" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/prismarine_brick_stairs.json b/1.14.4/assets/minecraft/blockstates/prismarine_brick_stairs.json new file mode 100644 index 00000000..6fc46f97 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/prismarine_brick_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/prismarine_brick_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/prismarine_brick_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/prismarine_brick_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/prismarine_brick_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/prismarine_brick_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/prismarine_brick_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/prismarine_brick_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/prismarine_brick_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/prismarine_brick_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/prismarine_brick_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/prismarine_brick_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/prismarine_brick_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/prismarine_brick_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/prismarine_brick_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/prismarine_brick_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/prismarine_brick_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/prismarine_brick_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/prismarine_brick_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/prismarine_brick_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/prismarine_brick_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/prismarine_brick_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/prismarine_brick_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/prismarine_brick_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/prismarine_brick_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/prismarine_brick_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/prismarine_brick_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/prismarine_brick_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/prismarine_brick_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/prismarine_brick_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/prismarine_brick_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/prismarine_brick_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/prismarine_brick_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/prismarine_brick_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/prismarine_brick_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/prismarine_brick_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/prismarine_brick_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/prismarine_brick_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/prismarine_brick_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/prismarine_brick_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/prismarine_brick_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/prismarine_bricks.json b/1.14.4/assets/minecraft/blockstates/prismarine_bricks.json new file mode 100644 index 00000000..d8cc2a48 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/prismarine_bricks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/prismarine_bricks" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/prismarine_slab.json b/1.14.4/assets/minecraft/blockstates/prismarine_slab.json new file mode 100644 index 00000000..4deb13da --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/prismarine_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/prismarine_slab" }, + "type=top": { "model": "block/prismarine_slab_top" }, + "type=double": { "model": "block/prismarine" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/prismarine_stairs.json b/1.14.4/assets/minecraft/blockstates/prismarine_stairs.json new file mode 100644 index 00000000..6ed279e6 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/prismarine_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/prismarine_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/prismarine_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/prismarine_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/prismarine_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/prismarine_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/prismarine_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/prismarine_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/prismarine_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/prismarine_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/prismarine_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/prismarine_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/prismarine_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/prismarine_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/prismarine_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/prismarine_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/prismarine_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/prismarine_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/prismarine_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/prismarine_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/prismarine_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/prismarine_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/prismarine_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/prismarine_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/prismarine_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/prismarine_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/prismarine_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/prismarine_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/prismarine_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/prismarine_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/prismarine_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/prismarine_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/prismarine_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/prismarine_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/prismarine_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/prismarine_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/prismarine_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/prismarine_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/prismarine_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/prismarine_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/prismarine_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/prismarine_wall.json b/1.14.4/assets/minecraft/blockstates/prismarine_wall.json new file mode 100644 index 00000000..95b0f41b --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/prismarine_wall.json @@ -0,0 +1,19 @@ +{ + "multipart": [ + { "when": { "up": "true" }, + "apply": { "model": "block/prismarine_wall_post" } + }, + { "when": { "north": "true" }, + "apply": { "model": "block/prismarine_wall_side", "uvlock": true } + }, + { "when": { "east": "true" }, + "apply": { "model": "block/prismarine_wall_side", "y": 90, "uvlock": true } + }, + { "when": { "south": "true" }, + "apply": { "model": "block/prismarine_wall_side", "y": 180, "uvlock": true } + }, + { "when": { "west": "true" }, + "apply": { "model": "block/prismarine_wall_side", "y": 270, "uvlock": true } + } + ] +} diff --git a/1.14.4/assets/minecraft/blockstates/pumpkin.json b/1.14.4/assets/minecraft/blockstates/pumpkin.json new file mode 100644 index 00000000..0ccb2bf5 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/pumpkin.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/pumpkin" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/pumpkin_stem.json b/1.14.4/assets/minecraft/blockstates/pumpkin_stem.json new file mode 100644 index 00000000..63ae2ecc --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/pumpkin_stem.json @@ -0,0 +1,12 @@ +{ + "variants": { + "age=0": { "model": "block/pumpkin_stem_stage0" }, + "age=1": { "model": "block/pumpkin_stem_stage1" }, + "age=2": { "model": "block/pumpkin_stem_stage2" }, + "age=3": { "model": "block/pumpkin_stem_stage3" }, + "age=4": { "model": "block/pumpkin_stem_stage4" }, + "age=5": { "model": "block/pumpkin_stem_stage5" }, + "age=6": { "model": "block/pumpkin_stem_stage6" }, + "age=7": { "model": "block/pumpkin_stem_stage7" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/purple_banner.json b/1.14.4/assets/minecraft/blockstates/purple_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/purple_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/purple_bed.json b/1.14.4/assets/minecraft/blockstates/purple_bed.json new file mode 100644 index 00000000..8cdeb6ce --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/purple_bed.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/bed" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/purple_carpet.json b/1.14.4/assets/minecraft/blockstates/purple_carpet.json new file mode 100644 index 00000000..689b3b1b --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/purple_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/purple_carpet" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/purple_concrete.json b/1.14.4/assets/minecraft/blockstates/purple_concrete.json new file mode 100644 index 00000000..1ad21a2d --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/purple_concrete.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/purple_concrete" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/purple_concrete_powder.json b/1.14.4/assets/minecraft/blockstates/purple_concrete_powder.json new file mode 100644 index 00000000..1a5f1adb --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/purple_concrete_powder.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/purple_concrete_powder" }, + { "model": "block/purple_concrete_powder", "y": 90 }, + { "model": "block/purple_concrete_powder", "y": 180 }, + { "model": "block/purple_concrete_powder", "y": 270 } + ] + } +} diff --git a/1.14.4/assets/minecraft/blockstates/purple_glazed_terracotta.json b/1.14.4/assets/minecraft/blockstates/purple_glazed_terracotta.json new file mode 100644 index 00000000..e1e12128 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/purple_glazed_terracotta.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "block/purple_glazed_terracotta" }, + "facing=west": { "model": "block/purple_glazed_terracotta", "y": 90 }, + "facing=north": { "model": "block/purple_glazed_terracotta", "y": 180 }, + "facing=east": { "model": "block/purple_glazed_terracotta", "y": 270 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/purple_shulker_box.json b/1.14.4/assets/minecraft/blockstates/purple_shulker_box.json new file mode 100644 index 00000000..a5973b4f --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/purple_shulker_box.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/purple_shulker_box" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/purple_stained_glass.json b/1.14.4/assets/minecraft/blockstates/purple_stained_glass.json new file mode 100644 index 00000000..25229af4 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/purple_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/purple_stained_glass" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/purple_stained_glass_pane.json b/1.14.4/assets/minecraft/blockstates/purple_stained_glass_pane.json new file mode 100644 index 00000000..cc5891f7 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/purple_stained_glass_pane.json @@ -0,0 +1,29 @@ +{ + "multipart": [ + { "apply": { "model": "block/purple_stained_glass_pane_post" }}, + { "when": { "north": true }, + "apply": { "model": "block/purple_stained_glass_pane_side" } + }, + { "when": { "east": true }, + "apply": { "model": "block/purple_stained_glass_pane_side", "y": 90 } + }, + { "when": { "south": true }, + "apply": { "model": "block/purple_stained_glass_pane_side_alt" } + }, + { "when": { "west": true }, + "apply": { "model": "block/purple_stained_glass_pane_side_alt", "y": 90 } + }, + { "when": { "north": false }, + "apply": { "model": "block/purple_stained_glass_pane_noside" } + }, + { "when": { "east": false }, + "apply": { "model": "block/purple_stained_glass_pane_noside_alt" } + }, + { "when": { "south": false }, + "apply": { "model": "block/purple_stained_glass_pane_noside_alt", "y": 90 } + }, + { "when": { "west": false }, + "apply": { "model": "block/purple_stained_glass_pane_noside", "y": 270 } + } + ] +} diff --git a/1.14.4/assets/minecraft/blockstates/purple_terracotta.json b/1.14.4/assets/minecraft/blockstates/purple_terracotta.json new file mode 100644 index 00000000..5d59b95f --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/purple_terracotta.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/purple_terracotta" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/purple_wall_banner.json b/1.14.4/assets/minecraft/blockstates/purple_wall_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/purple_wall_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/purple_wool.json b/1.14.4/assets/minecraft/blockstates/purple_wool.json new file mode 100644 index 00000000..fe2d4709 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/purple_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/purple_wool" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/purpur_block.json b/1.14.4/assets/minecraft/blockstates/purpur_block.json new file mode 100644 index 00000000..29b1960c --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/purpur_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/purpur_block" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/purpur_pillar.json b/1.14.4/assets/minecraft/blockstates/purpur_pillar.json new file mode 100644 index 00000000..d478434c --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/purpur_pillar.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/purpur_pillar" }, + "axis=z": { "model": "block/purpur_pillar", "x": 90 }, + "axis=x": { "model": "block/purpur_pillar", "x": 90, "y": 90 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/purpur_slab.json b/1.14.4/assets/minecraft/blockstates/purpur_slab.json new file mode 100644 index 00000000..9d88fef4 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/purpur_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/purpur_slab" }, + "type=top": { "model": "block/purpur_slab_top" }, + "type=double": { "model": "block/purpur_block" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/purpur_stairs.json b/1.14.4/assets/minecraft/blockstates/purpur_stairs.json new file mode 100644 index 00000000..3ee66fbc --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/purpur_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/purpur_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/purpur_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/purpur_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/purpur_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/purpur_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/purpur_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/purpur_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/purpur_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/purpur_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/purpur_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/purpur_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/purpur_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/purpur_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/purpur_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/purpur_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/purpur_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/purpur_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/purpur_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/purpur_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/purpur_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/purpur_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/purpur_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/purpur_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/purpur_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/purpur_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/purpur_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/purpur_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/purpur_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/purpur_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/purpur_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/purpur_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/purpur_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/purpur_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/purpur_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/purpur_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/purpur_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/purpur_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/purpur_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/purpur_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/purpur_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/quartz_block.json b/1.14.4/assets/minecraft/blockstates/quartz_block.json new file mode 100644 index 00000000..a835bff9 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/quartz_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/quartz_block" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/quartz_pillar.json b/1.14.4/assets/minecraft/blockstates/quartz_pillar.json new file mode 100644 index 00000000..fff299d7 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/quartz_pillar.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/quartz_pillar" }, + "axis=z": { "model": "block/quartz_pillar", "x": 90 }, + "axis=x": { "model": "block/quartz_pillar", "x": 90, "y": 90 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/quartz_slab.json b/1.14.4/assets/minecraft/blockstates/quartz_slab.json new file mode 100644 index 00000000..46486fa9 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/quartz_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/quartz_slab" }, + "type=top": { "model": "block/quartz_slab_top" }, + "type=double": { "model": "block/quartz_block" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/quartz_stairs.json b/1.14.4/assets/minecraft/blockstates/quartz_stairs.json new file mode 100644 index 00000000..a2b466d9 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/quartz_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/quartz_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/quartz_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/quartz_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/quartz_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/quartz_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/quartz_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/quartz_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/quartz_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/quartz_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/quartz_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/quartz_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/quartz_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/quartz_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/quartz_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/quartz_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/quartz_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/quartz_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/quartz_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/quartz_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/quartz_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/quartz_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/quartz_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/quartz_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/quartz_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/quartz_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/quartz_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/quartz_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/quartz_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/quartz_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/quartz_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/quartz_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/quartz_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/quartz_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/quartz_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/quartz_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/quartz_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/quartz_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/quartz_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/quartz_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/quartz_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/rail.json b/1.14.4/assets/minecraft/blockstates/rail.json new file mode 100644 index 00000000..b0d4d0c5 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/rail.json @@ -0,0 +1,14 @@ +{ + "variants": { + "shape=north_south": { "model": "block/rail" }, + "shape=east_west": { "model": "block/rail", "y": 90 }, + "shape=ascending_east": { "model": "block/rail_raised_ne", "y": 90 }, + "shape=ascending_west": { "model": "block/rail_raised_sw", "y": 90 }, + "shape=ascending_north": { "model": "block/rail_raised_ne" }, + "shape=ascending_south": { "model": "block/rail_raised_sw" }, + "shape=south_east": { "model": "block/rail_corner" }, + "shape=south_west": { "model": "block/rail_corner", "y": 90 }, + "shape=north_west": { "model": "block/rail_corner", "y": 180 }, + "shape=north_east": { "model": "block/rail_corner", "y": 270 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/red_banner.json b/1.14.4/assets/minecraft/blockstates/red_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/red_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/red_bed.json b/1.14.4/assets/minecraft/blockstates/red_bed.json new file mode 100644 index 00000000..8cdeb6ce --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/red_bed.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/bed" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/red_carpet.json b/1.14.4/assets/minecraft/blockstates/red_carpet.json new file mode 100644 index 00000000..6a273822 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/red_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/red_carpet" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/red_concrete.json b/1.14.4/assets/minecraft/blockstates/red_concrete.json new file mode 100644 index 00000000..a17af07d --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/red_concrete.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/red_concrete" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/red_concrete_powder.json b/1.14.4/assets/minecraft/blockstates/red_concrete_powder.json new file mode 100644 index 00000000..22367549 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/red_concrete_powder.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/red_concrete_powder" }, + { "model": "block/red_concrete_powder", "y": 90 }, + { "model": "block/red_concrete_powder", "y": 180 }, + { "model": "block/red_concrete_powder", "y": 270 } + ] + } +} diff --git a/1.14.4/assets/minecraft/blockstates/red_glazed_terracotta.json b/1.14.4/assets/minecraft/blockstates/red_glazed_terracotta.json new file mode 100644 index 00000000..50c82a1c --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/red_glazed_terracotta.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "block/red_glazed_terracotta" }, + "facing=west": { "model": "block/red_glazed_terracotta", "y": 90 }, + "facing=north": { "model": "block/red_glazed_terracotta", "y": 180 }, + "facing=east": { "model": "block/red_glazed_terracotta", "y": 270 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/red_mushroom.json b/1.14.4/assets/minecraft/blockstates/red_mushroom.json new file mode 100644 index 00000000..e310c711 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/red_mushroom.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/red_mushroom" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/red_mushroom_block.json b/1.14.4/assets/minecraft/blockstates/red_mushroom_block.json new file mode 100644 index 00000000..cfa3a5a2 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/red_mushroom_block.json @@ -0,0 +1,40 @@ +{ + "multipart": [ + { "when": { "north": true }, + "apply": { "model": "block/red_mushroom_block" } + }, + { "when": { "east": true }, + "apply": { "model": "block/red_mushroom_block", "y": 90, "uvlock": true } + }, + { "when": { "south": true }, + "apply": { "model": "block/red_mushroom_block", "y": 180, "uvlock": true } + }, + { "when": { "west": true }, + "apply": { "model": "block/red_mushroom_block", "y": 270, "uvlock": true } + }, + { "when": { "up": true }, + "apply": { "model": "block/red_mushroom_block", "x": 270, "uvlock": true } + }, + { "when": { "down": true }, + "apply": { "model": "block/red_mushroom_block", "x": 90, "uvlock": true } + }, + { "when": { "north": false }, + "apply": { "model": "block/mushroom_block_inside" } + }, + { "when": { "east": false }, + "apply": { "model": "block/mushroom_block_inside", "y": 90, "uvlock": false } + }, + { "when": { "south": false }, + "apply": { "model": "block/mushroom_block_inside", "y": 180, "uvlock": false } + }, + { "when": { "west": false }, + "apply": { "model": "block/mushroom_block_inside", "y": 270, "uvlock": false } + }, + { "when": { "up": false }, + "apply": { "model": "block/mushroom_block_inside", "x": 270, "uvlock": false } + }, + { "when": { "down": false }, + "apply": { "model": "block/mushroom_block_inside", "x": 90, "uvlock": false } + } + ] +} diff --git a/1.14.4/assets/minecraft/blockstates/red_nether_brick_slab.json b/1.14.4/assets/minecraft/blockstates/red_nether_brick_slab.json new file mode 100644 index 00000000..ba585052 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/red_nether_brick_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/red_nether_brick_slab" }, + "type=top": { "model": "block/red_nether_brick_slab_top" }, + "type=double": { "model": "block/red_nether_bricks" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/red_nether_brick_stairs.json b/1.14.4/assets/minecraft/blockstates/red_nether_brick_stairs.json new file mode 100644 index 00000000..ab353a67 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/red_nether_brick_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/red_nether_brick_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/red_nether_brick_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/red_nether_brick_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/red_nether_brick_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/red_nether_brick_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/red_nether_brick_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/red_nether_brick_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/red_nether_brick_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/red_nether_brick_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/red_nether_brick_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/red_nether_brick_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/red_nether_brick_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/red_nether_brick_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/red_nether_brick_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/red_nether_brick_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/red_nether_brick_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/red_nether_brick_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/red_nether_brick_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/red_nether_brick_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/red_nether_brick_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/red_nether_brick_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/red_nether_brick_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/red_nether_brick_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/red_nether_brick_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/red_nether_brick_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/red_nether_brick_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/red_nether_brick_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/red_nether_brick_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/red_nether_brick_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/red_nether_brick_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/red_nether_brick_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/red_nether_brick_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/red_nether_brick_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/red_nether_brick_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/red_nether_brick_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/red_nether_brick_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/red_nether_brick_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/red_nether_brick_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/red_nether_brick_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/red_nether_brick_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/red_nether_brick_wall.json b/1.14.4/assets/minecraft/blockstates/red_nether_brick_wall.json new file mode 100644 index 00000000..9f9fce16 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/red_nether_brick_wall.json @@ -0,0 +1,19 @@ +{ + "multipart": [ + { "when": { "up": "true" }, + "apply": { "model": "block/red_nether_brick_wall_post" } + }, + { "when": { "north": "true" }, + "apply": { "model": "block/red_nether_brick_wall_side", "uvlock": true } + }, + { "when": { "east": "true" }, + "apply": { "model": "block/red_nether_brick_wall_side", "y": 90, "uvlock": true } + }, + { "when": { "south": "true" }, + "apply": { "model": "block/red_nether_brick_wall_side", "y": 180, "uvlock": true } + }, + { "when": { "west": "true" }, + "apply": { "model": "block/red_nether_brick_wall_side", "y": 270, "uvlock": true } + } + ] +} diff --git a/1.14.4/assets/minecraft/blockstates/red_nether_bricks.json b/1.14.4/assets/minecraft/blockstates/red_nether_bricks.json new file mode 100644 index 00000000..3b563de8 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/red_nether_bricks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/red_nether_bricks" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/red_sand.json b/1.14.4/assets/minecraft/blockstates/red_sand.json new file mode 100644 index 00000000..b6a560ba --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/red_sand.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/red_sand" }, + { "model": "block/red_sand", "y": 90 }, + { "model": "block/red_sand", "y": 180 }, + { "model": "block/red_sand", "y": 270 } + ] + } +} diff --git a/1.14.4/assets/minecraft/blockstates/red_sandstone.json b/1.14.4/assets/minecraft/blockstates/red_sandstone.json new file mode 100644 index 00000000..2cc74559 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/red_sandstone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/red_sandstone" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/red_sandstone_slab.json b/1.14.4/assets/minecraft/blockstates/red_sandstone_slab.json new file mode 100644 index 00000000..41f3e93e --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/red_sandstone_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/red_sandstone_slab" }, + "type=top": { "model": "block/red_sandstone_slab_top" }, + "type=double": { "model": "block/red_sandstone" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/red_sandstone_stairs.json b/1.14.4/assets/minecraft/blockstates/red_sandstone_stairs.json new file mode 100644 index 00000000..72d7a15b --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/red_sandstone_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/red_sandstone_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/red_sandstone_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/red_sandstone_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/red_sandstone_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/red_sandstone_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/red_sandstone_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/red_sandstone_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/red_sandstone_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/red_sandstone_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/red_sandstone_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/red_sandstone_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/red_sandstone_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/red_sandstone_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/red_sandstone_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/red_sandstone_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/red_sandstone_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/red_sandstone_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/red_sandstone_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/red_sandstone_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/red_sandstone_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/red_sandstone_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/red_sandstone_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/red_sandstone_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/red_sandstone_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/red_sandstone_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/red_sandstone_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/red_sandstone_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/red_sandstone_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/red_sandstone_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/red_sandstone_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/red_sandstone_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/red_sandstone_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/red_sandstone_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/red_sandstone_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/red_sandstone_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/red_sandstone_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/red_sandstone_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/red_sandstone_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/red_sandstone_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/red_sandstone_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/red_sandstone_wall.json b/1.14.4/assets/minecraft/blockstates/red_sandstone_wall.json new file mode 100644 index 00000000..8701ba5f --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/red_sandstone_wall.json @@ -0,0 +1,19 @@ +{ + "multipart": [ + { "when": { "up": "true" }, + "apply": { "model": "block/red_sandstone_wall_post" } + }, + { "when": { "north": "true" }, + "apply": { "model": "block/red_sandstone_wall_side", "uvlock": true } + }, + { "when": { "east": "true" }, + "apply": { "model": "block/red_sandstone_wall_side", "y": 90, "uvlock": true } + }, + { "when": { "south": "true" }, + "apply": { "model": "block/red_sandstone_wall_side", "y": 180, "uvlock": true } + }, + { "when": { "west": "true" }, + "apply": { "model": "block/red_sandstone_wall_side", "y": 270, "uvlock": true } + } + ] +} diff --git a/1.14.4/assets/minecraft/blockstates/red_shulker_box.json b/1.14.4/assets/minecraft/blockstates/red_shulker_box.json new file mode 100644 index 00000000..673c1c4d --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/red_shulker_box.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/red_shulker_box" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/red_stained_glass.json b/1.14.4/assets/minecraft/blockstates/red_stained_glass.json new file mode 100644 index 00000000..14c047ba --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/red_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/red_stained_glass" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/red_stained_glass_pane.json b/1.14.4/assets/minecraft/blockstates/red_stained_glass_pane.json new file mode 100644 index 00000000..a64abd6b --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/red_stained_glass_pane.json @@ -0,0 +1,29 @@ +{ + "multipart": [ + { "apply": { "model": "block/red_stained_glass_pane_post" }}, + { "when": { "north": true }, + "apply": { "model": "block/red_stained_glass_pane_side" } + }, + { "when": { "east": true }, + "apply": { "model": "block/red_stained_glass_pane_side", "y": 90 } + }, + { "when": { "south": true }, + "apply": { "model": "block/red_stained_glass_pane_side_alt" } + }, + { "when": { "west": true }, + "apply": { "model": "block/red_stained_glass_pane_side_alt", "y": 90 } + }, + { "when": { "north": false }, + "apply": { "model": "block/red_stained_glass_pane_noside" } + }, + { "when": { "east": false }, + "apply": { "model": "block/red_stained_glass_pane_noside_alt" } + }, + { "when": { "south": false }, + "apply": { "model": "block/red_stained_glass_pane_noside_alt", "y": 90 } + }, + { "when": { "west": false }, + "apply": { "model": "block/red_stained_glass_pane_noside", "y": 270 } + } + ] +} diff --git a/1.14.4/assets/minecraft/blockstates/red_terracotta.json b/1.14.4/assets/minecraft/blockstates/red_terracotta.json new file mode 100644 index 00000000..7b752aaa --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/red_terracotta.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/red_terracotta" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/red_tulip.json b/1.14.4/assets/minecraft/blockstates/red_tulip.json new file mode 100644 index 00000000..dd899644 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/red_tulip.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/red_tulip" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/red_wall_banner.json b/1.14.4/assets/minecraft/blockstates/red_wall_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/red_wall_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/red_wool.json b/1.14.4/assets/minecraft/blockstates/red_wool.json new file mode 100644 index 00000000..78b803a7 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/red_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/red_wool" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/redstone_block.json b/1.14.4/assets/minecraft/blockstates/redstone_block.json new file mode 100644 index 00000000..f2cf1ed7 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/redstone_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/redstone_block" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/redstone_lamp.json b/1.14.4/assets/minecraft/blockstates/redstone_lamp.json new file mode 100644 index 00000000..568a7b9a --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/redstone_lamp.json @@ -0,0 +1,6 @@ +{ + "variants": { + "lit=false": { "model": "block/redstone_lamp" }, + "lit=true": { "model": "block/redstone_lamp_on" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/redstone_ore.json b/1.14.4/assets/minecraft/blockstates/redstone_ore.json new file mode 100644 index 00000000..dda6a3e8 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/redstone_ore.json @@ -0,0 +1,6 @@ +{ + "variants": { + "lit=false": { "model": "block/redstone_ore" }, + "lit=true": { "model": "block/redstone_ore_on" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/redstone_torch.json b/1.14.4/assets/minecraft/blockstates/redstone_torch.json new file mode 100644 index 00000000..679045ec --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/redstone_torch.json @@ -0,0 +1,6 @@ +{ + "variants": { + "lit=true": { "model": "block/redstone_torch" }, + "lit=false": { "model": "block/redstone_torch_off" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/redstone_wall_torch.json b/1.14.4/assets/minecraft/blockstates/redstone_wall_torch.json new file mode 100644 index 00000000..719aaf73 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/redstone_wall_torch.json @@ -0,0 +1,12 @@ +{ + "variants": { + "facing=east,lit=true": { "model": "block/redstone_wall_torch" }, + "facing=south,lit=true": { "model": "block/redstone_wall_torch", "y": 90 }, + "facing=west,lit=true": { "model": "block/redstone_wall_torch", "y": 180 }, + "facing=north,lit=true": { "model": "block/redstone_wall_torch", "y": 270 }, + "facing=east,lit=false": { "model": "block/redstone_wall_torch_off" }, + "facing=south,lit=false": { "model": "block/redstone_wall_torch_off", "y": 90 }, + "facing=west,lit=false": { "model": "block/redstone_wall_torch_off", "y": 180 }, + "facing=north,lit=false": { "model": "block/redstone_wall_torch_off", "y": 270 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/redstone_wire.json b/1.14.4/assets/minecraft/blockstates/redstone_wire.json new file mode 100644 index 00000000..fea44208 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/redstone_wire.json @@ -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": "block/redstone_dust_dot" } + }, + { "when": { "OR": [ + { "north": "side|up" }, + { "north": "none", "east": "none", "south": "side|up", "west": "none" } + ]}, + "apply": { "model": "block/redstone_dust_side0" } + }, + { "when": { "OR": [ + { "south": "side|up" }, + { "north": "side|up", "east": "none", "south": "none", "west": "none" } + ]}, + "apply": { "model": "block/redstone_dust_side_alt0" } + }, + { "when": { "OR": [ + { "east": "side|up" }, + { "north": "none", "east": "none", "south": "none", "west": "side|up" } + ]}, + "apply": { "model": "block/redstone_dust_side_alt1", "y": 270 } + }, + { "when": { "OR": [ + { "west": "side|up" }, + { "north": "none", "east": "side|up", "south": "none", "west": "none" } + ]}, + "apply": { "model": "block/redstone_dust_side1", "y": 270 } + }, + { "when": { "north": "up" }, + "apply": { "model": "block/redstone_dust_up" } + }, + { "when": { "east": "up" }, + "apply": { "model": "block/redstone_dust_up", "y": 90 } + }, + { "when": { "south": "up" }, + "apply": { "model": "block/redstone_dust_up", "y": 180 } + }, + { "when": { "west": "up" }, + "apply": { "model": "block/redstone_dust_up", "y": 270 } + } + ] +} diff --git a/1.14.4/assets/minecraft/blockstates/repeater.json b/1.14.4/assets/minecraft/blockstates/repeater.json new file mode 100644 index 00000000..e174493f --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/repeater.json @@ -0,0 +1,68 @@ +{ + "variants": { + "delay=1,facing=south,locked=false,powered=false": { "model": "block/repeater_1tick" }, + "delay=1,facing=west,locked=false,powered=false": { "model": "block/repeater_1tick", "y": 90 }, + "delay=1,facing=north,locked=false,powered=false": { "model": "block/repeater_1tick", "y": 180 }, + "delay=1,facing=east,locked=false,powered=false": { "model": "block/repeater_1tick", "y": 270 }, + "delay=2,facing=south,locked=false,powered=false": { "model": "block/repeater_2tick" }, + "delay=2,facing=west,locked=false,powered=false": { "model": "block/repeater_2tick", "y": 90 }, + "delay=2,facing=north,locked=false,powered=false": { "model": "block/repeater_2tick", "y": 180 }, + "delay=2,facing=east,locked=false,powered=false": { "model": "block/repeater_2tick", "y": 270 }, + "delay=3,facing=south,locked=false,powered=false": { "model": "block/repeater_3tick" }, + "delay=3,facing=west,locked=false,powered=false": { "model": "block/repeater_3tick", "y": 90 }, + "delay=3,facing=north,locked=false,powered=false": { "model": "block/repeater_3tick", "y": 180 }, + "delay=3,facing=east,locked=false,powered=false": { "model": "block/repeater_3tick", "y": 270 }, + "delay=4,facing=south,locked=false,powered=false": { "model": "block/repeater_4tick" }, + "delay=4,facing=west,locked=false,powered=false": { "model": "block/repeater_4tick", "y": 90 }, + "delay=4,facing=north,locked=false,powered=false": { "model": "block/repeater_4tick", "y": 180 }, + "delay=4,facing=east,locked=false,powered=false": { "model": "block/repeater_4tick", "y": 270 }, + "delay=1,facing=south,locked=true,powered=false": { "model": "block/repeater_1tick_locked" }, + "delay=1,facing=west,locked=true,powered=false": { "model": "block/repeater_1tick_locked", "y": 90 }, + "delay=1,facing=north,locked=true,powered=false": { "model": "block/repeater_1tick_locked", "y": 180 }, + "delay=1,facing=east,locked=true,powered=false": { "model": "block/repeater_1tick_locked", "y": 270 }, + "delay=2,facing=south,locked=true,powered=false": { "model": "block/repeater_2tick_locked" }, + "delay=2,facing=west,locked=true,powered=false": { "model": "block/repeater_2tick_locked", "y": 90 }, + "delay=2,facing=north,locked=true,powered=false": { "model": "block/repeater_2tick_locked", "y": 180 }, + "delay=2,facing=east,locked=true,powered=false": { "model": "block/repeater_2tick_locked", "y": 270 }, + "delay=3,facing=south,locked=true,powered=false": { "model": "block/repeater_3tick_locked" }, + "delay=3,facing=west,locked=true,powered=false": { "model": "block/repeater_3tick_locked", "y": 90 }, + "delay=3,facing=north,locked=true,powered=false": { "model": "block/repeater_3tick_locked", "y": 180 }, + "delay=3,facing=east,locked=true,powered=false": { "model": "block/repeater_3tick_locked", "y": 270 }, + "delay=4,facing=south,locked=true,powered=false": { "model": "block/repeater_4tick_locked" }, + "delay=4,facing=west,locked=true,powered=false": { "model": "block/repeater_4tick_locked", "y": 90 }, + "delay=4,facing=north,locked=true,powered=false": { "model": "block/repeater_4tick_locked", "y": 180 }, + "delay=4,facing=east,locked=true,powered=false": { "model": "block/repeater_4tick_locked", "y": 270 }, + "delay=1,facing=south,locked=false,powered=true": { "model": "block/repeater_1tick_on" }, + "delay=1,facing=west,locked=false,powered=true": { "model": "block/repeater_1tick_on", "y": 90 }, + "delay=1,facing=north,locked=false,powered=true": { "model": "block/repeater_1tick_on", "y": 180 }, + "delay=1,facing=east,locked=false,powered=true": { "model": "block/repeater_1tick_on", "y": 270 }, + "delay=2,facing=south,locked=false,powered=true": { "model": "block/repeater_2tick_on" }, + "delay=2,facing=west,locked=false,powered=true": { "model": "block/repeater_2tick_on", "y": 90 }, + "delay=2,facing=north,locked=false,powered=true": { "model": "block/repeater_2tick_on", "y": 180 }, + "delay=2,facing=east,locked=false,powered=true": { "model": "block/repeater_2tick_on", "y": 270 }, + "delay=3,facing=south,locked=false,powered=true": { "model": "block/repeater_3tick_on" }, + "delay=3,facing=west,locked=false,powered=true": { "model": "block/repeater_3tick_on", "y": 90 }, + "delay=3,facing=north,locked=false,powered=true": { "model": "block/repeater_3tick_on", "y": 180 }, + "delay=3,facing=east,locked=false,powered=true": { "model": "block/repeater_3tick_on", "y": 270 }, + "delay=4,facing=south,locked=false,powered=true": { "model": "block/repeater_4tick_on" }, + "delay=4,facing=west,locked=false,powered=true": { "model": "block/repeater_4tick_on", "y": 90 }, + "delay=4,facing=north,locked=false,powered=true": { "model": "block/repeater_4tick_on", "y": 180 }, + "delay=4,facing=east,locked=false,powered=true": { "model": "block/repeater_4tick_on", "y": 270 }, + "delay=1,facing=south,locked=true,powered=true": { "model": "block/repeater_1tick_on_locked" }, + "delay=1,facing=west,locked=true,powered=true": { "model": "block/repeater_1tick_on_locked", "y": 90 }, + "delay=1,facing=north,locked=true,powered=true": { "model": "block/repeater_1tick_on_locked", "y": 180 }, + "delay=1,facing=east,locked=true,powered=true": { "model": "block/repeater_1tick_on_locked", "y": 270 }, + "delay=2,facing=south,locked=true,powered=true": { "model": "block/repeater_2tick_on_locked" }, + "delay=2,facing=west,locked=true,powered=true": { "model": "block/repeater_2tick_on_locked", "y": 90 }, + "delay=2,facing=north,locked=true,powered=true": { "model": "block/repeater_2tick_on_locked", "y": 180 }, + "delay=2,facing=east,locked=true,powered=true": { "model": "block/repeater_2tick_on_locked", "y": 270 }, + "delay=3,facing=south,locked=true,powered=true": { "model": "block/repeater_3tick_on_locked" }, + "delay=3,facing=west,locked=true,powered=true": { "model": "block/repeater_3tick_on_locked", "y": 90 }, + "delay=3,facing=north,locked=true,powered=true": { "model": "block/repeater_3tick_on_locked", "y": 180 }, + "delay=3,facing=east,locked=true,powered=true": { "model": "block/repeater_3tick_on_locked", "y": 270 }, + "delay=4,facing=south,locked=true,powered=true": { "model": "block/repeater_4tick_on_locked" }, + "delay=4,facing=west,locked=true,powered=true": { "model": "block/repeater_4tick_on_locked", "y": 90 }, + "delay=4,facing=north,locked=true,powered=true": { "model": "block/repeater_4tick_on_locked", "y": 180 }, + "delay=4,facing=east,locked=true,powered=true": { "model": "block/repeater_4tick_on_locked", "y": 270 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/repeating_command_block.json b/1.14.4/assets/minecraft/blockstates/repeating_command_block.json new file mode 100644 index 00000000..1f31a29c --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/repeating_command_block.json @@ -0,0 +1,16 @@ +{ + "variants": { + "conditional=false,facing=down": { "model": "block/repeating_command_block", "x": 90 }, + "conditional=false,facing=up": { "model": "block/repeating_command_block", "x": 270 }, + "conditional=false,facing=north": { "model": "block/repeating_command_block" }, + "conditional=false,facing=south": { "model": "block/repeating_command_block", "y": 180 }, + "conditional=false,facing=west": { "model": "block/repeating_command_block", "y": 270 }, + "conditional=false,facing=east": { "model": "block/repeating_command_block", "y": 90 }, + "conditional=true,facing=down": { "model": "block/repeating_command_block_conditional", "x": 90 }, + "conditional=true,facing=up": { "model": "block/repeating_command_block_conditional", "x": 270 }, + "conditional=true,facing=north": { "model": "block/repeating_command_block_conditional" }, + "conditional=true,facing=south": { "model": "block/repeating_command_block_conditional", "y": 180 }, + "conditional=true,facing=west": { "model": "block/repeating_command_block_conditional", "y": 270 }, + "conditional=true,facing=east": { "model": "block/repeating_command_block_conditional", "y": 90 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/rose_bush.json b/1.14.4/assets/minecraft/blockstates/rose_bush.json new file mode 100644 index 00000000..a7f42164 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/rose_bush.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=lower": { "model": "block/rose_bush_bottom" }, + "half=upper": { "model": "block/rose_bush_top" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/sand.json b/1.14.4/assets/minecraft/blockstates/sand.json new file mode 100644 index 00000000..2a01f4f0 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/sand.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/sand" }, + { "model": "block/sand", "y": 90 }, + { "model": "block/sand", "y": 180 }, + { "model": "block/sand", "y": 270 } + ] + } +} diff --git a/1.14.4/assets/minecraft/blockstates/sandstone.json b/1.14.4/assets/minecraft/blockstates/sandstone.json new file mode 100644 index 00000000..0feb6c41 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/sandstone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/sandstone" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/sandstone_slab.json b/1.14.4/assets/minecraft/blockstates/sandstone_slab.json new file mode 100644 index 00000000..cac261e1 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/sandstone_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/sandstone_slab" }, + "type=top": { "model": "block/sandstone_slab_top" }, + "type=double": { "model": "block/sandstone" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/sandstone_stairs.json b/1.14.4/assets/minecraft/blockstates/sandstone_stairs.json new file mode 100644 index 00000000..722de2ba --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/sandstone_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/sandstone_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/sandstone_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/sandstone_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/sandstone_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/sandstone_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/sandstone_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/sandstone_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/sandstone_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/sandstone_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/sandstone_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/sandstone_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/sandstone_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/sandstone_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/sandstone_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/sandstone_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/sandstone_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/sandstone_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/sandstone_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/sandstone_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/sandstone_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/sandstone_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/sandstone_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/sandstone_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/sandstone_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/sandstone_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/sandstone_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/sandstone_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/sandstone_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/sandstone_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/sandstone_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/sandstone_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/sandstone_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/sandstone_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/sandstone_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/sandstone_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/sandstone_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/sandstone_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/sandstone_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/sandstone_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/sandstone_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/sandstone_wall.json b/1.14.4/assets/minecraft/blockstates/sandstone_wall.json new file mode 100644 index 00000000..45deea7b --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/sandstone_wall.json @@ -0,0 +1,19 @@ +{ + "multipart": [ + { "when": { "up": "true" }, + "apply": { "model": "block/sandstone_wall_post" } + }, + { "when": { "north": "true" }, + "apply": { "model": "block/sandstone_wall_side", "uvlock": true } + }, + { "when": { "east": "true" }, + "apply": { "model": "block/sandstone_wall_side", "y": 90, "uvlock": true } + }, + { "when": { "south": "true" }, + "apply": { "model": "block/sandstone_wall_side", "y": 180, "uvlock": true } + }, + { "when": { "west": "true" }, + "apply": { "model": "block/sandstone_wall_side", "y": 270, "uvlock": true } + } + ] +} diff --git a/1.14.4/assets/minecraft/blockstates/scaffolding.json b/1.14.4/assets/minecraft/blockstates/scaffolding.json new file mode 100644 index 00000000..c5ff4276 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/scaffolding.json @@ -0,0 +1,6 @@ +{ + "variants": { + "bottom=true": { "model": "block/scaffolding_unstable" }, + "bottom=false": { "model": "block/scaffolding_stable" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/sea_lantern.json b/1.14.4/assets/minecraft/blockstates/sea_lantern.json new file mode 100644 index 00000000..d55b67a7 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/sea_lantern.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/sea_lantern" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/sea_pickle.json b/1.14.4/assets/minecraft/blockstates/sea_pickle.json new file mode 100644 index 00000000..60af4a2e --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/sea_pickle.json @@ -0,0 +1,52 @@ +{ + "variants": { + "pickles=1,waterlogged=false": [ + { "model": "block/dead_sea_pickle" }, + { "model": "block/dead_sea_pickle", "y": 90 }, + { "model": "block/dead_sea_pickle", "y": 180 }, + { "model": "block/dead_sea_pickle", "y": 270 } + ], + "pickles=2,waterlogged=false": [ + { "model": "block/two_dead_sea_pickles" }, + { "model": "block/two_dead_sea_pickles", "y": 90 }, + { "model": "block/two_dead_sea_pickles", "y": 180 }, + { "model": "block/two_dead_sea_pickles", "y": 270 } + ], + "pickles=3,waterlogged=false": [ + { "model": "block/three_dead_sea_pickles" }, + { "model": "block/three_dead_sea_pickles", "y": 90 }, + { "model": "block/three_dead_sea_pickles", "y": 180 }, + { "model": "block/three_dead_sea_pickles", "y": 270 } + ], + "pickles=4,waterlogged=false": [ + { "model": "block/four_dead_sea_pickles" }, + { "model": "block/four_dead_sea_pickles", "y": 90 }, + { "model": "block/four_dead_sea_pickles", "y": 180 }, + { "model": "block/four_dead_sea_pickles", "y": 270 } + ], + "pickles=1,waterlogged=true": [ + { "model": "block/sea_pickle" }, + { "model": "block/sea_pickle", "y": 90 }, + { "model": "block/sea_pickle", "y": 180 }, + { "model": "block/sea_pickle", "y": 270 } + ], + "pickles=2,waterlogged=true": [ + { "model": "block/two_sea_pickles" }, + { "model": "block/two_sea_pickles", "y": 90 }, + { "model": "block/two_sea_pickles", "y": 180 }, + { "model": "block/two_sea_pickles", "y": 270 } + ], + "pickles=3,waterlogged=true": [ + { "model": "block/three_sea_pickles" }, + { "model": "block/three_sea_pickles", "y": 90 }, + { "model": "block/three_sea_pickles", "y": 180 }, + { "model": "block/three_sea_pickles", "y": 270 } + ], + "pickles=4,waterlogged=true": [ + { "model": "block/four_sea_pickles" }, + { "model": "block/four_sea_pickles", "y": 90 }, + { "model": "block/four_sea_pickles", "y": 180 }, + { "model": "block/four_sea_pickles", "y": 270 } + ] + } +} diff --git a/1.14.4/assets/minecraft/blockstates/seagrass.json b/1.14.4/assets/minecraft/blockstates/seagrass.json new file mode 100644 index 00000000..5facd016 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/seagrass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/seagrass" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/shulker_box.json b/1.14.4/assets/minecraft/blockstates/shulker_box.json new file mode 100644 index 00000000..35288893 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/shulker_box.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/shulker_box" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/skeleton_skull.json b/1.14.4/assets/minecraft/blockstates/skeleton_skull.json new file mode 100644 index 00000000..3cbbaae7 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/skeleton_skull.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/soul_sand" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/skeleton_wall_skull.json b/1.14.4/assets/minecraft/blockstates/skeleton_wall_skull.json new file mode 100644 index 00000000..3cbbaae7 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/skeleton_wall_skull.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/soul_sand" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/slime_block.json b/1.14.4/assets/minecraft/blockstates/slime_block.json new file mode 100644 index 00000000..b032b45d --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/slime_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/slime_block" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/smithing_table.json b/1.14.4/assets/minecraft/blockstates/smithing_table.json new file mode 100644 index 00000000..7872439d --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/smithing_table.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/smithing_table" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/smoker.json b/1.14.4/assets/minecraft/blockstates/smoker.json new file mode 100644 index 00000000..b2262922 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/smoker.json @@ -0,0 +1,12 @@ +{ + "variants": { + "facing=north,lit=false": { "model": "block/smoker" }, + "facing=south,lit=false": { "model": "block/smoker", "y": 180 }, + "facing=west,lit=false": { "model": "block/smoker", "y": 270 }, + "facing=east,lit=false": { "model": "block/smoker", "y": 90 }, + "facing=north,lit=true": { "model": "block/smoker_on" }, + "facing=south,lit=true": { "model": "block/smoker_on", "y": 180 }, + "facing=west,lit=true": { "model": "block/smoker_on", "y": 270 }, + "facing=east,lit=true": { "model": "block/smoker_on", "y": 90 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/smooth_quartz.json b/1.14.4/assets/minecraft/blockstates/smooth_quartz.json new file mode 100644 index 00000000..b5c0dfe3 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/smooth_quartz.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/smooth_quartz" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/smooth_quartz_slab.json b/1.14.4/assets/minecraft/blockstates/smooth_quartz_slab.json new file mode 100644 index 00000000..773f2b66 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/smooth_quartz_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/smooth_quartz_slab" }, + "type=top": { "model": "block/smooth_quartz_slab_top" }, + "type=double": { "model": "block/smooth_quartz" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/smooth_quartz_stairs.json b/1.14.4/assets/minecraft/blockstates/smooth_quartz_stairs.json new file mode 100644 index 00000000..fa1c51f0 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/smooth_quartz_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/smooth_quartz_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/smooth_quartz_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/smooth_quartz_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/smooth_quartz_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/smooth_quartz_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/smooth_quartz_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/smooth_quartz_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/smooth_quartz_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/smooth_quartz_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/smooth_quartz_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/smooth_quartz_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/smooth_quartz_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/smooth_quartz_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/smooth_quartz_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/smooth_quartz_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/smooth_quartz_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/smooth_quartz_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/smooth_quartz_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/smooth_quartz_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/smooth_quartz_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/smooth_quartz_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/smooth_quartz_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/smooth_quartz_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/smooth_quartz_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/smooth_quartz_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/smooth_quartz_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/smooth_quartz_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/smooth_quartz_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/smooth_quartz_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/smooth_quartz_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/smooth_quartz_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/smooth_quartz_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/smooth_quartz_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/smooth_quartz_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/smooth_quartz_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/smooth_quartz_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/smooth_quartz_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/smooth_quartz_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/smooth_quartz_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/smooth_quartz_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/smooth_red_sandstone.json b/1.14.4/assets/minecraft/blockstates/smooth_red_sandstone.json new file mode 100644 index 00000000..38a49a00 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/smooth_red_sandstone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/smooth_red_sandstone" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/smooth_red_sandstone_slab.json b/1.14.4/assets/minecraft/blockstates/smooth_red_sandstone_slab.json new file mode 100644 index 00000000..f999ff48 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/smooth_red_sandstone_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/smooth_red_sandstone_slab" }, + "type=top": { "model": "block/smooth_red_sandstone_slab_top" }, + "type=double": { "model": "block/smooth_red_sandstone" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/smooth_red_sandstone_stairs.json b/1.14.4/assets/minecraft/blockstates/smooth_red_sandstone_stairs.json new file mode 100644 index 00000000..ed766e74 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/smooth_red_sandstone_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/smooth_red_sandstone_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/smooth_red_sandstone_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/smooth_red_sandstone_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/smooth_red_sandstone_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/smooth_red_sandstone_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/smooth_red_sandstone_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/smooth_red_sandstone_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/smooth_red_sandstone_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/smooth_red_sandstone_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/smooth_red_sandstone_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/smooth_red_sandstone_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/smooth_red_sandstone_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/smooth_red_sandstone_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/smooth_red_sandstone_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/smooth_red_sandstone_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/smooth_red_sandstone_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/smooth_red_sandstone_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/smooth_red_sandstone_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/smooth_red_sandstone_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/smooth_red_sandstone_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/smooth_red_sandstone_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/smooth_red_sandstone_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/smooth_red_sandstone_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/smooth_red_sandstone_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/smooth_red_sandstone_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/smooth_red_sandstone_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/smooth_red_sandstone_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/smooth_red_sandstone_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/smooth_red_sandstone_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/smooth_red_sandstone_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/smooth_red_sandstone_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/smooth_red_sandstone_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/smooth_red_sandstone_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/smooth_red_sandstone_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/smooth_red_sandstone_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/smooth_red_sandstone_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/smooth_red_sandstone_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/smooth_red_sandstone_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/smooth_red_sandstone_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/smooth_red_sandstone_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/smooth_sandstone.json b/1.14.4/assets/minecraft/blockstates/smooth_sandstone.json new file mode 100644 index 00000000..eed1d5ba --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/smooth_sandstone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/smooth_sandstone" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/smooth_sandstone_slab.json b/1.14.4/assets/minecraft/blockstates/smooth_sandstone_slab.json new file mode 100644 index 00000000..7f3427a4 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/smooth_sandstone_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/smooth_sandstone_slab" }, + "type=top": { "model": "block/smooth_sandstone_slab_top" }, + "type=double": { "model": "block/smooth_sandstone" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/smooth_sandstone_stairs.json b/1.14.4/assets/minecraft/blockstates/smooth_sandstone_stairs.json new file mode 100644 index 00000000..b1e894da --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/smooth_sandstone_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/smooth_sandstone_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/smooth_sandstone_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/smooth_sandstone_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/smooth_sandstone_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/smooth_sandstone_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/smooth_sandstone_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/smooth_sandstone_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/smooth_sandstone_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/smooth_sandstone_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/smooth_sandstone_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/smooth_sandstone_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/smooth_sandstone_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/smooth_sandstone_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/smooth_sandstone_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/smooth_sandstone_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/smooth_sandstone_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/smooth_sandstone_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/smooth_sandstone_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/smooth_sandstone_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/smooth_sandstone_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/smooth_sandstone_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/smooth_sandstone_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/smooth_sandstone_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/smooth_sandstone_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/smooth_sandstone_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/smooth_sandstone_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/smooth_sandstone_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/smooth_sandstone_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/smooth_sandstone_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/smooth_sandstone_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/smooth_sandstone_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/smooth_sandstone_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/smooth_sandstone_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/smooth_sandstone_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/smooth_sandstone_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/smooth_sandstone_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/smooth_sandstone_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/smooth_sandstone_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/smooth_sandstone_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/smooth_sandstone_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/smooth_stone.json b/1.14.4/assets/minecraft/blockstates/smooth_stone.json new file mode 100644 index 00000000..654952f1 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/smooth_stone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/smooth_stone" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/smooth_stone_slab.json b/1.14.4/assets/minecraft/blockstates/smooth_stone_slab.json new file mode 100644 index 00000000..363ae017 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/smooth_stone_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/smooth_stone_slab" }, + "type=top": { "model": "block/smooth_stone_slab_top" }, + "type=double": { "model": "block/smooth_stone_slab_double" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/snow.json b/1.14.4/assets/minecraft/blockstates/snow.json new file mode 100644 index 00000000..95a2c27d --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/snow.json @@ -0,0 +1,12 @@ +{ + "variants": { + "layers=1": { "model": "block/snow_height2" }, + "layers=2": { "model": "block/snow_height4" }, + "layers=3": { "model": "block/snow_height6" }, + "layers=4": { "model": "block/snow_height8" }, + "layers=5": { "model": "block/snow_height10" }, + "layers=6": { "model": "block/snow_height12" }, + "layers=7": { "model": "block/snow_height14" }, + "layers=8": { "model": "block/snow_block" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/snow_block.json b/1.14.4/assets/minecraft/blockstates/snow_block.json new file mode 100644 index 00000000..24a2bd3c --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/snow_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/snow_block" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/soul_sand.json b/1.14.4/assets/minecraft/blockstates/soul_sand.json new file mode 100644 index 00000000..3cbbaae7 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/soul_sand.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/soul_sand" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/spawner.json b/1.14.4/assets/minecraft/blockstates/spawner.json new file mode 100644 index 00000000..e4b28a28 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/spawner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/spawner" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/sponge.json b/1.14.4/assets/minecraft/blockstates/sponge.json new file mode 100644 index 00000000..d9f8527b --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/sponge.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/sponge" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/spruce_button.json b/1.14.4/assets/minecraft/blockstates/spruce_button.json new file mode 100644 index 00000000..91494835 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/spruce_button.json @@ -0,0 +1,28 @@ +{ + "variants": { + "face=floor,facing=east,powered=false": { "model": "block/spruce_button", "y": 90 }, + "face=floor,facing=west,powered=false": { "model": "block/spruce_button", "y": 270 }, + "face=floor,facing=south,powered=false": { "model": "block/spruce_button", "y": 180 }, + "face=floor,facing=north,powered=false": { "model": "block/spruce_button" }, + "face=wall,facing=east,powered=false": { "model": "block/spruce_button", "uvlock": true, "x": 90, "y": 90 }, + "face=wall,facing=west,powered=false": { "model": "block/spruce_button", "uvlock": true, "x": 90, "y": 270 }, + "face=wall,facing=south,powered=false": { "model": "block/spruce_button", "uvlock": true, "x": 90, "y": 180 }, + "face=wall,facing=north,powered=false": { "model": "block/spruce_button", "uvlock": true, "x": 90 }, + "face=ceiling,facing=east,powered=false": { "model": "block/spruce_button", "x": 180, "y": 270 }, + "face=ceiling,facing=west,powered=false": { "model": "block/spruce_button", "x": 180, "y": 90 }, + "face=ceiling,facing=south,powered=false": { "model": "block/spruce_button", "x": 180 }, + "face=ceiling,facing=north,powered=false": { "model": "block/spruce_button", "x": 180, "y": 180 }, + "face=floor,facing=east,powered=true": { "model": "block/spruce_button_pressed", "y": 90 }, + "face=floor,facing=west,powered=true": { "model": "block/spruce_button_pressed", "y": 270 }, + "face=floor,facing=south,powered=true": { "model": "block/spruce_button_pressed", "y": 180 }, + "face=floor,facing=north,powered=true": { "model": "block/spruce_button_pressed" }, + "face=wall,facing=east,powered=true": { "model": "block/spruce_button_pressed", "uvlock": true, "x": 90, "y": 90 }, + "face=wall,facing=west,powered=true": { "model": "block/spruce_button_pressed", "uvlock": true, "x": 90, "y": 270 }, + "face=wall,facing=south,powered=true": { "model": "block/spruce_button_pressed", "uvlock": true, "x": 90, "y": 180 }, + "face=wall,facing=north,powered=true": { "model": "block/spruce_button_pressed", "uvlock": true, "x": 90 }, + "face=ceiling,facing=east,powered=true": { "model": "block/spruce_button_pressed", "x": 180, "y": 270 }, + "face=ceiling,facing=west,powered=true": { "model": "block/spruce_button_pressed", "x": 180, "y": 90 }, + "face=ceiling,facing=south,powered=true": { "model": "block/spruce_button_pressed", "x": 180 }, + "face=ceiling,facing=north,powered=true": { "model": "block/spruce_button_pressed", "x": 180, "y": 180 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/spruce_door.json b/1.14.4/assets/minecraft/blockstates/spruce_door.json new file mode 100644 index 00000000..28228506 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/spruce_door.json @@ -0,0 +1,36 @@ +{ + "variants": { + "facing=east,half=lower,hinge=left,open=false": { "model": "block/spruce_door_bottom" }, + "facing=south,half=lower,hinge=left,open=false": { "model": "block/spruce_door_bottom", "y": 90 }, + "facing=west,half=lower,hinge=left,open=false": { "model": "block/spruce_door_bottom", "y": 180 }, + "facing=north,half=lower,hinge=left,open=false": { "model": "block/spruce_door_bottom", "y": 270 }, + "facing=east,half=lower,hinge=right,open=false": { "model": "block/spruce_door_bottom_hinge" }, + "facing=south,half=lower,hinge=right,open=false": { "model": "block/spruce_door_bottom_hinge", "y": 90 }, + "facing=west,half=lower,hinge=right,open=false": { "model": "block/spruce_door_bottom_hinge", "y": 180 }, + "facing=north,half=lower,hinge=right,open=false": { "model": "block/spruce_door_bottom_hinge", "y": 270 }, + "facing=east,half=lower,hinge=left,open=true": { "model": "block/spruce_door_bottom_hinge", "y": 90 }, + "facing=south,half=lower,hinge=left,open=true": { "model": "block/spruce_door_bottom_hinge", "y": 180 }, + "facing=west,half=lower,hinge=left,open=true": { "model": "block/spruce_door_bottom_hinge", "y": 270 }, + "facing=north,half=lower,hinge=left,open=true": { "model": "block/spruce_door_bottom_hinge" }, + "facing=east,half=lower,hinge=right,open=true": { "model": "block/spruce_door_bottom", "y": 270 }, + "facing=south,half=lower,hinge=right,open=true": { "model": "block/spruce_door_bottom" }, + "facing=west,half=lower,hinge=right,open=true": { "model": "block/spruce_door_bottom", "y": 90 }, + "facing=north,half=lower,hinge=right,open=true": { "model": "block/spruce_door_bottom", "y": 180 }, + "facing=east,half=upper,hinge=left,open=false": { "model": "block/spruce_door_top" }, + "facing=south,half=upper,hinge=left,open=false": { "model": "block/spruce_door_top", "y": 90 }, + "facing=west,half=upper,hinge=left,open=false": { "model": "block/spruce_door_top", "y": 180 }, + "facing=north,half=upper,hinge=left,open=false": { "model": "block/spruce_door_top", "y": 270 }, + "facing=east,half=upper,hinge=right,open=false": { "model": "block/spruce_door_top_hinge" }, + "facing=south,half=upper,hinge=right,open=false": { "model": "block/spruce_door_top_hinge", "y": 90 }, + "facing=west,half=upper,hinge=right,open=false": { "model": "block/spruce_door_top_hinge", "y": 180 }, + "facing=north,half=upper,hinge=right,open=false": { "model": "block/spruce_door_top_hinge", "y": 270 }, + "facing=east,half=upper,hinge=left,open=true": { "model": "block/spruce_door_top_hinge", "y": 90 }, + "facing=south,half=upper,hinge=left,open=true": { "model": "block/spruce_door_top_hinge", "y": 180 }, + "facing=west,half=upper,hinge=left,open=true": { "model": "block/spruce_door_top_hinge", "y": 270 }, + "facing=north,half=upper,hinge=left,open=true": { "model": "block/spruce_door_top_hinge" }, + "facing=east,half=upper,hinge=right,open=true": { "model": "block/spruce_door_top", "y": 270 }, + "facing=south,half=upper,hinge=right,open=true": { "model": "block/spruce_door_top" }, + "facing=west,half=upper,hinge=right,open=true": { "model": "block/spruce_door_top", "y": 90 }, + "facing=north,half=upper,hinge=right,open=true": { "model": "block/spruce_door_top", "y": 180 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/spruce_fence.json b/1.14.4/assets/minecraft/blockstates/spruce_fence.json new file mode 100644 index 00000000..2f9215a1 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/spruce_fence.json @@ -0,0 +1,17 @@ +{ + "multipart": [ + { "apply": { "model": "block/spruce_fence_post" }}, + { "when": { "north": "true" }, + "apply": { "model": "block/spruce_fence_side", "uvlock": true } + }, + { "when": { "east": "true" }, + "apply": { "model": "block/spruce_fence_side", "y": 90, "uvlock": true } + }, + { "when": { "south": "true" }, + "apply": { "model": "block/spruce_fence_side", "y": 180, "uvlock": true } + }, + { "when": { "west": "true" }, + "apply": { "model": "block/spruce_fence_side", "y": 270, "uvlock": true } + } + ] +} diff --git a/1.14.4/assets/minecraft/blockstates/spruce_fence_gate.json b/1.14.4/assets/minecraft/blockstates/spruce_fence_gate.json new file mode 100644 index 00000000..3f8b6b2c --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/spruce_fence_gate.json @@ -0,0 +1,20 @@ +{ + "variants": { + "facing=south,in_wall=false,open=false": { "model": "block/spruce_fence_gate", "uvlock": true }, + "facing=west,in_wall=false,open=false": { "model": "block/spruce_fence_gate", "uvlock": true, "y": 90 }, + "facing=north,in_wall=false,open=false": { "model": "block/spruce_fence_gate", "uvlock": true, "y": 180 }, + "facing=east,in_wall=false,open=false": { "model": "block/spruce_fence_gate", "uvlock": true, "y": 270 }, + "facing=south,in_wall=false,open=true": { "model": "block/spruce_fence_gate_open", "uvlock": true }, + "facing=west,in_wall=false,open=true": { "model": "block/spruce_fence_gate_open", "uvlock": true, "y": 90 }, + "facing=north,in_wall=false,open=true": { "model": "block/spruce_fence_gate_open", "uvlock": true, "y": 180 }, + "facing=east,in_wall=false,open=true": { "model": "block/spruce_fence_gate_open", "uvlock": true, "y": 270 }, + "facing=south,in_wall=true,open=false": { "model": "block/spruce_fence_gate_wall", "uvlock": true }, + "facing=west,in_wall=true,open=false": { "model": "block/spruce_fence_gate_wall", "uvlock": true, "y": 90 }, + "facing=north,in_wall=true,open=false": { "model": "block/spruce_fence_gate_wall", "uvlock": true, "y": 180 }, + "facing=east,in_wall=true,open=false": { "model": "block/spruce_fence_gate_wall", "uvlock": true, "y": 270 }, + "facing=south,in_wall=true,open=true": { "model": "block/spruce_fence_gate_wall_open", "uvlock": true }, + "facing=west,in_wall=true,open=true": { "model": "block/spruce_fence_gate_wall_open", "uvlock": true, "y": 90 }, + "facing=north,in_wall=true,open=true": { "model": "block/spruce_fence_gate_wall_open", "uvlock": true, "y": 180 }, + "facing=east,in_wall=true,open=true": { "model": "block/spruce_fence_gate_wall_open", "uvlock": true, "y": 270 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/spruce_leaves.json b/1.14.4/assets/minecraft/blockstates/spruce_leaves.json new file mode 100644 index 00000000..50d07f29 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/spruce_leaves.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/spruce_leaves" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/spruce_log.json b/1.14.4/assets/minecraft/blockstates/spruce_log.json new file mode 100644 index 00000000..675d46ab --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/spruce_log.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/spruce_log" }, + "axis=z": { "model": "block/spruce_log", "x": 90 }, + "axis=x": { "model": "block/spruce_log", "x": 90, "y": 90 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/spruce_planks.json b/1.14.4/assets/minecraft/blockstates/spruce_planks.json new file mode 100644 index 00000000..47458ce9 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/spruce_planks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/spruce_planks" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/spruce_pressure_plate.json b/1.14.4/assets/minecraft/blockstates/spruce_pressure_plate.json new file mode 100644 index 00000000..29a07e25 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/spruce_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "variants": { + "powered=false": { "model": "block/spruce_pressure_plate" }, + "powered=true": { "model": "block/spruce_pressure_plate_down" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/spruce_sapling.json b/1.14.4/assets/minecraft/blockstates/spruce_sapling.json new file mode 100644 index 00000000..14c71101 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/spruce_sapling.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/spruce_sapling" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/spruce_sign.json b/1.14.4/assets/minecraft/blockstates/spruce_sign.json new file mode 100644 index 00000000..421fbfc5 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/spruce_sign.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/spruce_sign" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/spruce_slab.json b/1.14.4/assets/minecraft/blockstates/spruce_slab.json new file mode 100644 index 00000000..0a51e87e --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/spruce_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/spruce_slab" }, + "type=top": { "model": "block/spruce_slab_top" }, + "type=double": { "model": "block/spruce_planks" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/spruce_stairs.json b/1.14.4/assets/minecraft/blockstates/spruce_stairs.json new file mode 100644 index 00000000..81e0eb21 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/spruce_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/spruce_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/spruce_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/spruce_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/spruce_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/spruce_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/spruce_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/spruce_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/spruce_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/spruce_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/spruce_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/spruce_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/spruce_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/spruce_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/spruce_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/spruce_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/spruce_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/spruce_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/spruce_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/spruce_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/spruce_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/spruce_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/spruce_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/spruce_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/spruce_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/spruce_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/spruce_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/spruce_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/spruce_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/spruce_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/spruce_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/spruce_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/spruce_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/spruce_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/spruce_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/spruce_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/spruce_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/spruce_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/spruce_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/spruce_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/spruce_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/spruce_trapdoor.json b/1.14.4/assets/minecraft/blockstates/spruce_trapdoor.json new file mode 100644 index 00000000..14d4224e --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/spruce_trapdoor.json @@ -0,0 +1,20 @@ +{ + "variants": { + "facing=north,half=bottom,open=false": { "model": "block/spruce_trapdoor_bottom" }, + "facing=south,half=bottom,open=false": { "model": "block/spruce_trapdoor_bottom", "y": 180 }, + "facing=east,half=bottom,open=false": { "model": "block/spruce_trapdoor_bottom", "y": 90 }, + "facing=west,half=bottom,open=false": { "model": "block/spruce_trapdoor_bottom", "y": 270 }, + "facing=north,half=top,open=false": { "model": "block/spruce_trapdoor_top" }, + "facing=south,half=top,open=false": { "model": "block/spruce_trapdoor_top", "y": 180 }, + "facing=east,half=top,open=false": { "model": "block/spruce_trapdoor_top", "y": 90 }, + "facing=west,half=top,open=false": { "model": "block/spruce_trapdoor_top", "y": 270 }, + "facing=north,half=bottom,open=true": { "model": "block/spruce_trapdoor_open" }, + "facing=south,half=bottom,open=true": { "model": "block/spruce_trapdoor_open", "y": 180 }, + "facing=east,half=bottom,open=true": { "model": "block/spruce_trapdoor_open", "y": 90 }, + "facing=west,half=bottom,open=true": { "model": "block/spruce_trapdoor_open", "y": 270 }, + "facing=north,half=top,open=true": { "model": "block/spruce_trapdoor_open", "x": 180, "y": 180 }, + "facing=south,half=top,open=true": { "model": "block/spruce_trapdoor_open", "x": 180, "y": 0 }, + "facing=east,half=top,open=true": { "model": "block/spruce_trapdoor_open", "x": 180, "y": 270 }, + "facing=west,half=top,open=true": { "model": "block/spruce_trapdoor_open", "x": 180, "y": 90 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/spruce_wall_sign.json b/1.14.4/assets/minecraft/blockstates/spruce_wall_sign.json new file mode 100644 index 00000000..421fbfc5 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/spruce_wall_sign.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/spruce_sign" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/spruce_wood.json b/1.14.4/assets/minecraft/blockstates/spruce_wood.json new file mode 100644 index 00000000..30c91c98 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/spruce_wood.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/spruce_wood" }, + "axis=z": { "model": "block/spruce_wood", "x": 90 }, + "axis=x": { "model": "block/spruce_wood", "x": 90, "y": 90 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/sticky_piston.json b/1.14.4/assets/minecraft/blockstates/sticky_piston.json new file mode 100644 index 00000000..274521ed --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/sticky_piston.json @@ -0,0 +1,16 @@ +{ + "variants": { + "extended=false,facing=down": { "model": "block/sticky_piston", "x": 90 }, + "extended=false,facing=up": { "model": "block/sticky_piston", "x": 270 }, + "extended=false,facing=north": { "model": "block/sticky_piston" }, + "extended=false,facing=south": { "model": "block/sticky_piston", "y": 180 }, + "extended=false,facing=west": { "model": "block/sticky_piston", "y": 270 }, + "extended=false,facing=east": { "model": "block/sticky_piston", "y": 90 }, + "extended=true,facing=down": { "model": "block/piston_base", "x": 90 }, + "extended=true,facing=up": { "model": "block/piston_base", "x": 270 }, + "extended=true,facing=north": { "model": "block/piston_base" }, + "extended=true,facing=south": { "model": "block/piston_base", "y": 180 }, + "extended=true,facing=west": { "model": "block/piston_base", "y": 270 }, + "extended=true,facing=east": { "model": "block/piston_base", "y": 90 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/stone.json b/1.14.4/assets/minecraft/blockstates/stone.json new file mode 100644 index 00000000..56c13648 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/stone.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/stone" }, + { "model": "block/stone_mirrored" }, + { "model": "block/stone", "y": 180 }, + { "model": "block/stone_mirrored", "y": 180 } + ] + } +} diff --git a/1.14.4/assets/minecraft/blockstates/stone_brick_slab.json b/1.14.4/assets/minecraft/blockstates/stone_brick_slab.json new file mode 100644 index 00000000..4d0aec03 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/stone_brick_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/stone_brick_slab" }, + "type=top": { "model": "block/stone_brick_slab_top" }, + "type=double": { "model": "block/stone_bricks" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/stone_brick_stairs.json b/1.14.4/assets/minecraft/blockstates/stone_brick_stairs.json new file mode 100644 index 00000000..ac3e47fb --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/stone_brick_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/stone_brick_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/stone_brick_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/stone_brick_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/stone_brick_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/stone_brick_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/stone_brick_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/stone_brick_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/stone_brick_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/stone_brick_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/stone_brick_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/stone_brick_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/stone_brick_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/stone_brick_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/stone_brick_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/stone_brick_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/stone_brick_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/stone_brick_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/stone_brick_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/stone_brick_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/stone_brick_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/stone_brick_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/stone_brick_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/stone_brick_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/stone_brick_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/stone_brick_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/stone_brick_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/stone_brick_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/stone_brick_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/stone_brick_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/stone_brick_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/stone_brick_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/stone_brick_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/stone_brick_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/stone_brick_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/stone_brick_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/stone_brick_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/stone_brick_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/stone_brick_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/stone_brick_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/stone_brick_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/stone_brick_wall.json b/1.14.4/assets/minecraft/blockstates/stone_brick_wall.json new file mode 100644 index 00000000..5426a881 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/stone_brick_wall.json @@ -0,0 +1,19 @@ +{ + "multipart": [ + { "when": { "up": "true" }, + "apply": { "model": "block/stone_brick_wall_post" } + }, + { "when": { "north": "true" }, + "apply": { "model": "block/stone_brick_wall_side", "uvlock": true } + }, + { "when": { "east": "true" }, + "apply": { "model": "block/stone_brick_wall_side", "y": 90, "uvlock": true } + }, + { "when": { "south": "true" }, + "apply": { "model": "block/stone_brick_wall_side", "y": 180, "uvlock": true } + }, + { "when": { "west": "true" }, + "apply": { "model": "block/stone_brick_wall_side", "y": 270, "uvlock": true } + } + ] +} diff --git a/1.14.4/assets/minecraft/blockstates/stone_bricks.json b/1.14.4/assets/minecraft/blockstates/stone_bricks.json new file mode 100644 index 00000000..0fe8fa5f --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/stone_bricks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/stone_bricks" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/stone_button.json b/1.14.4/assets/minecraft/blockstates/stone_button.json new file mode 100644 index 00000000..cf7e80b6 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/stone_button.json @@ -0,0 +1,28 @@ +{ + "variants": { + "face=floor,facing=east,powered=false": { "model": "block/stone_button", "y": 90 }, + "face=floor,facing=west,powered=false": { "model": "block/stone_button", "y": 270 }, + "face=floor,facing=south,powered=false": { "model": "block/stone_button", "y": 180 }, + "face=floor,facing=north,powered=false": { "model": "block/stone_button" }, + "face=wall,facing=east,powered=false": { "model": "block/stone_button", "uvlock": true, "x": 90, "y": 90 }, + "face=wall,facing=west,powered=false": { "model": "block/stone_button", "uvlock": true, "x": 90, "y": 270 }, + "face=wall,facing=south,powered=false": { "model": "block/stone_button", "uvlock": true, "x": 90, "y": 180 }, + "face=wall,facing=north,powered=false": { "model": "block/stone_button", "uvlock": true, "x": 90 }, + "face=ceiling,facing=east,powered=false": { "model": "block/stone_button", "x": 180, "y": 270 }, + "face=ceiling,facing=west,powered=false": { "model": "block/stone_button", "x": 180, "y": 90 }, + "face=ceiling,facing=south,powered=false": { "model": "block/stone_button", "x": 180 }, + "face=ceiling,facing=north,powered=false": { "model": "block/stone_button", "x": 180, "y": 180 }, + "face=floor,facing=east,powered=true": { "model": "block/stone_button_pressed", "y": 90 }, + "face=floor,facing=west,powered=true": { "model": "block/stone_button_pressed", "y": 270 }, + "face=floor,facing=south,powered=true": { "model": "block/stone_button_pressed", "y": 180 }, + "face=floor,facing=north,powered=true": { "model": "block/stone_button_pressed" }, + "face=wall,facing=east,powered=true": { "model": "block/stone_button_pressed", "uvlock": true, "x": 90, "y": 90 }, + "face=wall,facing=west,powered=true": { "model": "block/stone_button_pressed", "uvlock": true, "x": 90, "y": 270 }, + "face=wall,facing=south,powered=true": { "model": "block/stone_button_pressed", "uvlock": true, "x": 90, "y": 180 }, + "face=wall,facing=north,powered=true": { "model": "block/stone_button_pressed", "uvlock": true, "x": 90 }, + "face=ceiling,facing=east,powered=true": { "model": "block/stone_button_pressed", "x": 180, "y": 270 }, + "face=ceiling,facing=west,powered=true": { "model": "block/stone_button_pressed", "x": 180, "y": 90 }, + "face=ceiling,facing=south,powered=true": { "model": "block/stone_button_pressed", "x": 180 }, + "face=ceiling,facing=north,powered=true": { "model": "block/stone_button_pressed", "x": 180, "y": 180 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/stone_pressure_plate.json b/1.14.4/assets/minecraft/blockstates/stone_pressure_plate.json new file mode 100644 index 00000000..0586f507 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/stone_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "variants": { + "powered=false": { "model": "block/stone_pressure_plate" }, + "powered=true": { "model": "block/stone_pressure_plate_down" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/stone_slab.json b/1.14.4/assets/minecraft/blockstates/stone_slab.json new file mode 100644 index 00000000..ea42fb28 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/stone_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/stone_slab" }, + "type=top": { "model": "block/stone_slab_top" }, + "type=double": { "model": "block/stone" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/stone_stairs.json b/1.14.4/assets/minecraft/blockstates/stone_stairs.json new file mode 100644 index 00000000..4935203a --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/stone_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/stone_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/stone_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/stone_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/stone_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/stone_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/stone_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/stone_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/stone_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/stone_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/stone_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/stone_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/stone_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/stone_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/stone_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/stone_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/stone_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/stone_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/stone_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/stone_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/stone_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/stone_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/stone_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/stone_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/stone_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/stone_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/stone_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/stone_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/stone_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/stone_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/stone_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/stone_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/stone_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/stone_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/stone_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/stone_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/stone_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/stone_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/stone_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/stone_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/stone_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/stonecutter.json b/1.14.4/assets/minecraft/blockstates/stonecutter.json new file mode 100644 index 00000000..831d6118 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/stonecutter.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "block/stonecutter" }, + "facing=south": { "model": "block/stonecutter", "y": 180 }, + "facing=west": { "model": "block/stonecutter", "y": 270 }, + "facing=east": { "model": "block/stonecutter", "y": 90 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/stripped_acacia_log.json b/1.14.4/assets/minecraft/blockstates/stripped_acacia_log.json new file mode 100644 index 00000000..4d6b29a2 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/stripped_acacia_log.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/stripped_acacia_log" }, + "axis=z": { "model": "block/stripped_acacia_log", "x": 90 }, + "axis=x": { "model": "block/stripped_acacia_log", "x": 90, "y": 90 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/stripped_acacia_wood.json b/1.14.4/assets/minecraft/blockstates/stripped_acacia_wood.json new file mode 100644 index 00000000..4f2d74dd --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/stripped_acacia_wood.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/stripped_acacia_wood" }, + "axis=z": { "model": "block/stripped_acacia_wood", "x": 90 }, + "axis=x": { "model": "block/stripped_acacia_wood", "x": 90, "y": 90 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/stripped_birch_log.json b/1.14.4/assets/minecraft/blockstates/stripped_birch_log.json new file mode 100644 index 00000000..45ab81a8 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/stripped_birch_log.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/stripped_birch_log" }, + "axis=z": { "model": "block/stripped_birch_log", "x": 90 }, + "axis=x": { "model": "block/stripped_birch_log", "x": 90, "y": 90 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/stripped_birch_wood.json b/1.14.4/assets/minecraft/blockstates/stripped_birch_wood.json new file mode 100644 index 00000000..d78bbdb6 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/stripped_birch_wood.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/stripped_birch_wood" }, + "axis=z": { "model": "block/stripped_birch_wood", "x": 90 }, + "axis=x": { "model": "block/stripped_birch_wood", "x": 90, "y": 90 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/stripped_dark_oak_log.json b/1.14.4/assets/minecraft/blockstates/stripped_dark_oak_log.json new file mode 100644 index 00000000..7f4f5a70 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/stripped_dark_oak_log.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/stripped_dark_oak_log" }, + "axis=z": { "model": "block/stripped_dark_oak_log", "x": 90 }, + "axis=x": { "model": "block/stripped_dark_oak_log", "x": 90, "y": 90 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/stripped_dark_oak_wood.json b/1.14.4/assets/minecraft/blockstates/stripped_dark_oak_wood.json new file mode 100644 index 00000000..e3fd259b --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/stripped_dark_oak_wood.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/stripped_dark_oak_wood" }, + "axis=z": { "model": "block/stripped_dark_oak_wood", "x": 90 }, + "axis=x": { "model": "block/stripped_dark_oak_wood", "x": 90, "y": 90 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/stripped_jungle_log.json b/1.14.4/assets/minecraft/blockstates/stripped_jungle_log.json new file mode 100644 index 00000000..fd5746d9 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/stripped_jungle_log.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/stripped_jungle_log" }, + "axis=z": { "model": "block/stripped_jungle_log", "x": 90 }, + "axis=x": { "model": "block/stripped_jungle_log", "x": 90, "y": 90 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/stripped_jungle_wood.json b/1.14.4/assets/minecraft/blockstates/stripped_jungle_wood.json new file mode 100644 index 00000000..8e087bef --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/stripped_jungle_wood.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/stripped_jungle_wood" }, + "axis=z": { "model": "block/stripped_jungle_wood", "x": 90 }, + "axis=x": { "model": "block/stripped_jungle_wood", "x": 90, "y": 90 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/stripped_oak_log.json b/1.14.4/assets/minecraft/blockstates/stripped_oak_log.json new file mode 100644 index 00000000..1eba47e4 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/stripped_oak_log.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/stripped_oak_log" }, + "axis=z": { "model": "block/stripped_oak_log", "x": 90 }, + "axis=x": { "model": "block/stripped_oak_log", "x": 90, "y": 90 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/stripped_oak_wood.json b/1.14.4/assets/minecraft/blockstates/stripped_oak_wood.json new file mode 100644 index 00000000..bd7540c2 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/stripped_oak_wood.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/stripped_oak_wood" }, + "axis=z": { "model": "block/stripped_oak_wood", "x": 90 }, + "axis=x": { "model": "block/stripped_oak_wood", "x": 90, "y": 90 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/stripped_spruce_log.json b/1.14.4/assets/minecraft/blockstates/stripped_spruce_log.json new file mode 100644 index 00000000..cf30120a --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/stripped_spruce_log.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/stripped_spruce_log" }, + "axis=z": { "model": "block/stripped_spruce_log", "x": 90 }, + "axis=x": { "model": "block/stripped_spruce_log", "x": 90, "y": 90 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/stripped_spruce_wood.json b/1.14.4/assets/minecraft/blockstates/stripped_spruce_wood.json new file mode 100644 index 00000000..21cb88b4 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/stripped_spruce_wood.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/stripped_spruce_wood" }, + "axis=z": { "model": "block/stripped_spruce_wood", "x": 90 }, + "axis=x": { "model": "block/stripped_spruce_wood", "x": 90, "y": 90 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/structure_block.json b/1.14.4/assets/minecraft/blockstates/structure_block.json new file mode 100644 index 00000000..a83bb108 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/structure_block.json @@ -0,0 +1,8 @@ +{ + "variants": { + "mode=save": { "model": "block/structure_block_save" }, + "mode=load": { "model": "block/structure_block_load" }, + "mode=corner": { "model": "block/structure_block_corner" }, + "mode=data": { "model": "block/structure_block_data" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/structure_void.json b/1.14.4/assets/minecraft/blockstates/structure_void.json new file mode 100644 index 00000000..8f10375e --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/structure_void.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/structure_void" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/sugar_cane.json b/1.14.4/assets/minecraft/blockstates/sugar_cane.json new file mode 100644 index 00000000..8125e1ad --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/sugar_cane.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/sugar_cane" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/sunflower.json b/1.14.4/assets/minecraft/blockstates/sunflower.json new file mode 100644 index 00000000..a5199755 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/sunflower.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=lower": { "model": "block/sunflower_bottom" }, + "half=upper": { "model": "block/sunflower_top" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/sweet_berry_bush.json b/1.14.4/assets/minecraft/blockstates/sweet_berry_bush.json new file mode 100644 index 00000000..6304fd4f --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/sweet_berry_bush.json @@ -0,0 +1,8 @@ +{ + "variants": { + "age=0": { "model": "block/sweet_berry_bush_stage0" }, + "age=1": { "model": "block/sweet_berry_bush_stage1" }, + "age=2": { "model": "block/sweet_berry_bush_stage2" }, + "age=3": { "model": "block/sweet_berry_bush_stage3" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/tall_grass.json b/1.14.4/assets/minecraft/blockstates/tall_grass.json new file mode 100644 index 00000000..0b59b57a --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/tall_grass.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=lower": { "model": "block/tall_grass_bottom" }, + "half=upper": { "model": "block/tall_grass_top" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/tall_seagrass.json b/1.14.4/assets/minecraft/blockstates/tall_seagrass.json new file mode 100644 index 00000000..de45b468 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/tall_seagrass.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=lower": { "model": "block/tall_seagrass_bottom" }, + "half=upper": { "model": "block/tall_seagrass_top" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/terracotta.json b/1.14.4/assets/minecraft/blockstates/terracotta.json new file mode 100644 index 00000000..5c6b8b02 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/terracotta.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/terracotta" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/tnt.json b/1.14.4/assets/minecraft/blockstates/tnt.json new file mode 100644 index 00000000..f4a90100 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/tnt.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/tnt" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/torch.json b/1.14.4/assets/minecraft/blockstates/torch.json new file mode 100644 index 00000000..f9a43f97 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/torch.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/torch" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/trapped_chest.json b/1.14.4/assets/minecraft/blockstates/trapped_chest.json new file mode 100644 index 00000000..77b44fb4 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/trapped_chest.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/chest" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/tripwire.json b/1.14.4/assets/minecraft/blockstates/tripwire.json new file mode 100644 index 00000000..ee8d04a4 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/tripwire.json @@ -0,0 +1,36 @@ +{ + "variants": { + "attached=false,east=false,north=false,south=false,west=false": { "model": "block/tripwire_ns" }, + "attached=false,east=false,north=true,south=false,west=false": { "model": "block/tripwire_n" }, + "attached=false,east=false,north=false,south=true,west=false": { "model": "block/tripwire_n", "y": 180 }, + "attached=false,east=true,north=false,south=false,west=false": { "model": "block/tripwire_n", "y": 90 }, + "attached=false,east=false,north=false,south=false,west=true": { "model": "block/tripwire_n", "y": 270 }, + "attached=false,east=true,north=true,south=false,west=false": { "model": "block/tripwire_ne" }, + "attached=false,east=true,north=false,south=true,west=false": { "model": "block/tripwire_ne", "y": 90 }, + "attached=false,east=false,north=false,south=true,west=true": { "model": "block/tripwire_ne", "y": 180 }, + "attached=false,east=false,north=true,south=false,west=true": { "model": "block/tripwire_ne", "y": 270 }, + "attached=false,east=false,north=true,south=true,west=false": { "model": "block/tripwire_ns" }, + "attached=false,east=true,north=false,south=false,west=true": { "model": "block/tripwire_ns", "y": 90 }, + "attached=false,east=true,north=true,south=true,west=false": { "model": "block/tripwire_nse" }, + "attached=false,east=true,north=false,south=true,west=true": { "model": "block/tripwire_nse", "y": 90 }, + "attached=false,east=false,north=true,south=true,west=true": { "model": "block/tripwire_nse", "y": 180 }, + "attached=false,east=true,north=true,south=false,west=true": { "model": "block/tripwire_nse", "y": 270 }, + "attached=false,east=true,north=true,south=true,west=true": { "model": "block/tripwire_nsew" }, + "attached=true,east=false,north=false,south=false,west=false": { "model": "block/tripwire_attached_ns" }, + "attached=true,east=false,north=true,south=false,west=false": { "model": "block/tripwire_attached_n" }, + "attached=true,east=false,north=false,south=true,west=false": { "model": "block/tripwire_attached_n", "y": 180 }, + "attached=true,east=true,north=false,south=false,west=false": { "model": "block/tripwire_attached_n", "y": 90 }, + "attached=true,east=false,north=false,south=false,west=true": { "model": "block/tripwire_attached_n", "y": 270 }, + "attached=true,east=true,north=true,south=false,west=false": { "model": "block/tripwire_attached_ne" }, + "attached=true,east=true,north=false,south=true,west=false": { "model": "block/tripwire_attached_ne", "y": 90 }, + "attached=true,east=false,north=false,south=true,west=true": { "model": "block/tripwire_attached_ne", "y": 180 }, + "attached=true,east=false,north=true,south=false,west=true": { "model": "block/tripwire_attached_ne", "y": 270 }, + "attached=true,east=false,north=true,south=true,west=false": { "model": "block/tripwire_attached_ns" }, + "attached=true,east=true,north=false,south=false,west=true": { "model": "block/tripwire_attached_ns", "y": 90 }, + "attached=true,east=true,north=true,south=true,west=false": { "model": "block/tripwire_attached_nse" }, + "attached=true,east=true,north=false,south=true,west=true": { "model": "block/tripwire_attached_nse", "y": 90 }, + "attached=true,east=false,north=true,south=true,west=true": { "model": "block/tripwire_attached_nse", "y": 180 }, + "attached=true,east=true,north=true,south=false,west=true": { "model": "block/tripwire_attached_nse", "y": 270 }, + "attached=true,east=true,north=true,south=true,west=true": { "model": "block/tripwire_attached_nsew" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/tripwire_hook.json b/1.14.4/assets/minecraft/blockstates/tripwire_hook.json new file mode 100644 index 00000000..2c4d1334 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/tripwire_hook.json @@ -0,0 +1,20 @@ +{ + "variants": { + "attached=false,facing=north,powered=false": { "model": "block/tripwire_hook" }, + "attached=false,facing=south,powered=false": { "model": "block/tripwire_hook", "y": 180 }, + "attached=false,facing=west,powered=false": { "model": "block/tripwire_hook", "y": 270 }, + "attached=false,facing=east,powered=false": { "model": "block/tripwire_hook", "y": 90 }, + "attached=true,facing=north,powered=false": { "model": "block/tripwire_hook_attached" }, + "attached=true,facing=south,powered=false": { "model": "block/tripwire_hook_attached", "y": 180 }, + "attached=true,facing=west,powered=false": { "model": "block/tripwire_hook_attached", "y": 270 }, + "attached=true,facing=east,powered=false": { "model": "block/tripwire_hook_attached", "y": 90 }, + "attached=false,facing=north,powered=true": { "model": "block/tripwire_hook_on" }, + "attached=false,facing=south,powered=true": { "model": "block/tripwire_hook_on", "y": 180 }, + "attached=false,facing=west,powered=true": { "model": "block/tripwire_hook_on", "y": 270 }, + "attached=false,facing=east,powered=true": { "model": "block/tripwire_hook_on", "y": 90 }, + "attached=true,facing=north,powered=true": { "model": "block/tripwire_hook_attached_on" }, + "attached=true,facing=south,powered=true": { "model": "block/tripwire_hook_attached_on", "y": 180 }, + "attached=true,facing=west,powered=true": { "model": "block/tripwire_hook_attached_on", "y": 270 }, + "attached=true,facing=east,powered=true": { "model": "block/tripwire_hook_attached_on", "y": 90 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/tube_coral.json b/1.14.4/assets/minecraft/blockstates/tube_coral.json new file mode 100644 index 00000000..3f89e2c5 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/tube_coral.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/tube_coral" } + } +} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/blockstates/tube_coral_block.json b/1.14.4/assets/minecraft/blockstates/tube_coral_block.json new file mode 100644 index 00000000..fb409972 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/tube_coral_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/tube_coral_block" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/tube_coral_fan.json b/1.14.4/assets/minecraft/blockstates/tube_coral_fan.json new file mode 100644 index 00000000..2885c324 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/tube_coral_fan.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/tube_coral_fan" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/tube_coral_wall_fan.json b/1.14.4/assets/minecraft/blockstates/tube_coral_wall_fan.json new file mode 100644 index 00000000..fe43a3b7 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/tube_coral_wall_fan.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=east": { "model": "block/tube_coral_wall_fan", "y": 90 }, + "facing=south": { "model": "block/tube_coral_wall_fan", "y": 180 }, + "facing=west": { "model": "block/tube_coral_wall_fan", "y": 270 }, + "facing=north": { "model": "block/tube_coral_wall_fan", "y": 0 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/turtle_egg.json b/1.14.4/assets/minecraft/blockstates/turtle_egg.json new file mode 100644 index 00000000..97a99ea6 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/turtle_egg.json @@ -0,0 +1,76 @@ +{ + "variants": { + "eggs=1,hatch=0": [ + { "model": "block/turtle_egg" }, + { "model": "block/turtle_egg", "y": 90 }, + { "model": "block/turtle_egg", "y": 180 }, + { "model": "block/turtle_egg", "y": 270 } + ], + "eggs=1,hatch=1": [ + { "model": "block/slightly_cracked_turtle_egg" }, + { "model": "block/slightly_cracked_turtle_egg", "y": 90 }, + { "model": "block/slightly_cracked_turtle_egg", "y": 180 }, + { "model": "block/slightly_cracked_turtle_egg", "y": 270 } + ], + "eggs=1,hatch=2": [ + { "model": "block/very_cracked_turtle_egg" }, + { "model": "block/very_cracked_turtle_egg", "y": 90 }, + { "model": "block/very_cracked_turtle_egg", "y": 180 }, + { "model": "block/very_cracked_turtle_egg", "y": 270 } + ], + "eggs=2,hatch=0": [ + { "model": "block/two_turtle_eggs" }, + { "model": "block/two_turtle_eggs", "y": 90 }, + { "model": "block/two_turtle_eggs", "y": 180 }, + { "model": "block/two_turtle_eggs", "y": 270 } + ], + "eggs=2,hatch=1": [ + { "model": "block/two_slightly_cracked_turtle_eggs" }, + { "model": "block/two_slightly_cracked_turtle_eggs", "y": 90 }, + { "model": "block/two_slightly_cracked_turtle_eggs", "y": 180 }, + { "model": "block/two_slightly_cracked_turtle_eggs", "y": 270 } + ], + "eggs=2,hatch=2": [ + { "model": "block/two_very_cracked_turtle_eggs" }, + { "model": "block/two_very_cracked_turtle_eggs", "y": 90 }, + { "model": "block/two_very_cracked_turtle_eggs", "y": 180 }, + { "model": "block/two_very_cracked_turtle_eggs", "y": 270 } + ], + "eggs=3,hatch=0": [ + { "model": "block/three_turtle_eggs" }, + { "model": "block/three_turtle_eggs", "y": 90 }, + { "model": "block/three_turtle_eggs", "y": 180 }, + { "model": "block/three_turtle_eggs", "y": 270 } + ], + "eggs=3,hatch=1": [ + { "model": "block/three_slightly_cracked_turtle_eggs" }, + { "model": "block/three_slightly_cracked_turtle_eggs", "y": 90 }, + { "model": "block/three_slightly_cracked_turtle_eggs", "y": 180 }, + { "model": "block/three_slightly_cracked_turtle_eggs", "y": 270 } + ], + "eggs=3,hatch=2": [ + { "model": "block/three_very_cracked_turtle_eggs" }, + { "model": "block/three_very_cracked_turtle_eggs", "y": 90 }, + { "model": "block/three_very_cracked_turtle_eggs", "y": 180 }, + { "model": "block/three_very_cracked_turtle_eggs", "y": 270 } + ], + "eggs=4,hatch=0": [ + { "model": "block/four_turtle_eggs" }, + { "model": "block/four_turtle_eggs", "y": 90 }, + { "model": "block/four_turtle_eggs", "y": 180 }, + { "model": "block/four_turtle_eggs", "y": 270 } + ], + "eggs=4,hatch=1": [ + { "model": "block/four_slightly_cracked_turtle_eggs" }, + { "model": "block/four_slightly_cracked_turtle_eggs", "y": 90 }, + { "model": "block/four_slightly_cracked_turtle_eggs", "y": 180 }, + { "model": "block/four_slightly_cracked_turtle_eggs", "y": 270 } + ], + "eggs=4,hatch=2": [ + { "model": "block/four_very_cracked_turtle_eggs" }, + { "model": "block/four_very_cracked_turtle_eggs", "y": 90 }, + { "model": "block/four_very_cracked_turtle_eggs", "y": 180 }, + { "model": "block/four_very_cracked_turtle_eggs", "y": 270 } + ] + } +} diff --git a/1.14.4/assets/minecraft/blockstates/vine.json b/1.14.4/assets/minecraft/blockstates/vine.json new file mode 100644 index 00000000..64e6205f --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/vine.json @@ -0,0 +1,36 @@ +{ + "variants": { + "east=false,north=false,south=false,up=false,west=false": { "model": "block/vine_1" }, + "east=false,north=false,south=true,up=false,west=false": { "model": "block/vine_1" }, + "east=false,north=false,south=false,up=false,west=true": { "model": "block/vine_1", "y": 90 }, + "east=false,north=true,south=false,up=false,west=false": { "model": "block/vine_1", "y": 180 }, + "east=true,north=false,south=false,up=false,west=false": { "model": "block/vine_1", "y": 270 }, + "east=true,north=true,south=false,up=false,west=false": { "model": "block/vine_2" }, + "east=true,north=false,south=true,up=false,west=false": { "model": "block/vine_2", "y": 90 }, + "east=false,north=false,south=true,up=false,west=true": { "model": "block/vine_2", "y": 180 }, + "east=false,north=true,south=false,up=false,west=true": { "model": "block/vine_2", "y": 270 }, + "east=true,north=false,south=false,up=false,west=true": { "model": "block/vine_2_opposite" }, + "east=false,north=true,south=true,up=false,west=false": { "model": "block/vine_2_opposite", "y": 90 }, + "east=true,north=true,south=true,up=false,west=false": { "model": "block/vine_3" }, + "east=true,north=false,south=true,up=false,west=true": { "model": "block/vine_3", "y": 90 }, + "east=false,north=true,south=true,up=false,west=true": { "model": "block/vine_3", "y": 180 }, + "east=true,north=true,south=false,up=false,west=true": { "model": "block/vine_3", "y": 270 }, + "east=true,north=true,south=true,up=false,west=true": { "model": "block/vine_4" }, + "east=false,north=false,south=false,up=true,west=false": { "model": "block/vine_u" }, + "east=false,north=false,south=true,up=true,west=false": { "model": "block/vine_1u" }, + "east=false,north=false,south=false,up=true,west=true": { "model": "block/vine_1u", "y": 90 }, + "east=false,north=true,south=false,up=true,west=false": { "model": "block/vine_1u", "y": 180 }, + "east=true,north=false,south=false,up=true,west=false": { "model": "block/vine_1u", "y": 270 }, + "east=true,north=true,south=false,up=true,west=false": { "model": "block/vine_2u" }, + "east=true,north=false,south=true,up=true,west=false": { "model": "block/vine_2u", "y": 90 }, + "east=false,north=false,south=true,up=true,west=true": { "model": "block/vine_2u", "y": 180 }, + "east=false,north=true,south=false,up=true,west=true": { "model": "block/vine_2u", "y": 270 }, + "east=true,north=false,south=false,up=true,west=true": { "model": "block/vine_2u_opposite" }, + "east=false,north=true,south=true,up=true,west=false": { "model": "block/vine_2u_opposite", "y": 90 }, + "east=true,north=true,south=true,up=true,west=false": { "model": "block/vine_3u" }, + "east=true,north=false,south=true,up=true,west=true": { "model": "block/vine_3u", "y": 90 }, + "east=false,north=true,south=true,up=true,west=true": { "model": "block/vine_3u", "y": 180 }, + "east=true,north=true,south=false,up=true,west=true": { "model": "block/vine_3u", "y": 270 }, + "east=true,north=true,south=true,up=true,west=true": { "model": "block/vine_4u" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/void_air.json b/1.14.4/assets/minecraft/blockstates/void_air.json new file mode 100644 index 00000000..09fa52b3 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/void_air.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/air" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/wall_torch.json b/1.14.4/assets/minecraft/blockstates/wall_torch.json new file mode 100644 index 00000000..570b0e50 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/wall_torch.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=east": { "model": "block/wall_torch" }, + "facing=south": { "model": "block/wall_torch", "y": 90 }, + "facing=west": { "model": "block/wall_torch", "y": 180 }, + "facing=north": { "model": "block/wall_torch", "y": 270 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/water.json b/1.14.4/assets/minecraft/blockstates/water.json new file mode 100644 index 00000000..48ff0ea4 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/water.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/water" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/wet_sponge.json b/1.14.4/assets/minecraft/blockstates/wet_sponge.json new file mode 100644 index 00000000..2b87a877 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/wet_sponge.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/wet_sponge" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/wheat.json b/1.14.4/assets/minecraft/blockstates/wheat.json new file mode 100644 index 00000000..c0871528 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/wheat.json @@ -0,0 +1,12 @@ +{ + "variants": { + "age=0": { "model": "block/wheat_stage0" }, + "age=1": { "model": "block/wheat_stage1" }, + "age=2": { "model": "block/wheat_stage2" }, + "age=3": { "model": "block/wheat_stage3" }, + "age=4": { "model": "block/wheat_stage4" }, + "age=5": { "model": "block/wheat_stage5" }, + "age=6": { "model": "block/wheat_stage6" }, + "age=7": { "model": "block/wheat_stage7" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/white_banner.json b/1.14.4/assets/minecraft/blockstates/white_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/white_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/white_bed.json b/1.14.4/assets/minecraft/blockstates/white_bed.json new file mode 100644 index 00000000..8cdeb6ce --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/white_bed.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/bed" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/white_carpet.json b/1.14.4/assets/minecraft/blockstates/white_carpet.json new file mode 100644 index 00000000..9fca9252 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/white_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/white_carpet" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/white_concrete.json b/1.14.4/assets/minecraft/blockstates/white_concrete.json new file mode 100644 index 00000000..7b387dfb --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/white_concrete.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/white_concrete" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/white_concrete_powder.json b/1.14.4/assets/minecraft/blockstates/white_concrete_powder.json new file mode 100644 index 00000000..c5d9a477 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/white_concrete_powder.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/white_concrete_powder" }, + { "model": "block/white_concrete_powder", "y": 90 }, + { "model": "block/white_concrete_powder", "y": 180 }, + { "model": "block/white_concrete_powder", "y": 270 } + ] + } +} diff --git a/1.14.4/assets/minecraft/blockstates/white_glazed_terracotta.json b/1.14.4/assets/minecraft/blockstates/white_glazed_terracotta.json new file mode 100644 index 00000000..2d15c168 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/white_glazed_terracotta.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "block/white_glazed_terracotta" }, + "facing=west": { "model": "block/white_glazed_terracotta", "y": 90 }, + "facing=north": { "model": "block/white_glazed_terracotta", "y": 180 }, + "facing=east": { "model": "block/white_glazed_terracotta", "y": 270 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/white_shulker_box.json b/1.14.4/assets/minecraft/blockstates/white_shulker_box.json new file mode 100644 index 00000000..2c4f0b16 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/white_shulker_box.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/white_shulker_box" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/white_stained_glass.json b/1.14.4/assets/minecraft/blockstates/white_stained_glass.json new file mode 100644 index 00000000..020f65ae --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/white_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/white_stained_glass" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/white_stained_glass_pane.json b/1.14.4/assets/minecraft/blockstates/white_stained_glass_pane.json new file mode 100644 index 00000000..868b5468 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/white_stained_glass_pane.json @@ -0,0 +1,29 @@ +{ + "multipart": [ + { "apply": { "model": "block/white_stained_glass_pane_post" }}, + { "when": { "north": true }, + "apply": { "model": "block/white_stained_glass_pane_side" } + }, + { "when": { "east": true }, + "apply": { "model": "block/white_stained_glass_pane_side", "y": 90 } + }, + { "when": { "south": true }, + "apply": { "model": "block/white_stained_glass_pane_side_alt" } + }, + { "when": { "west": true }, + "apply": { "model": "block/white_stained_glass_pane_side_alt", "y": 90 } + }, + { "when": { "north": false }, + "apply": { "model": "block/white_stained_glass_pane_noside" } + }, + { "when": { "east": false }, + "apply": { "model": "block/white_stained_glass_pane_noside_alt" } + }, + { "when": { "south": false }, + "apply": { "model": "block/white_stained_glass_pane_noside_alt", "y": 90 } + }, + { "when": { "west": false }, + "apply": { "model": "block/white_stained_glass_pane_noside", "y": 270 } + } + ] +} diff --git a/1.14.4/assets/minecraft/blockstates/white_terracotta.json b/1.14.4/assets/minecraft/blockstates/white_terracotta.json new file mode 100644 index 00000000..5fb19637 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/white_terracotta.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/white_terracotta" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/white_tulip.json b/1.14.4/assets/minecraft/blockstates/white_tulip.json new file mode 100644 index 00000000..3fe38250 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/white_tulip.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/white_tulip" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/white_wall_banner.json b/1.14.4/assets/minecraft/blockstates/white_wall_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/white_wall_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/white_wool.json b/1.14.4/assets/minecraft/blockstates/white_wool.json new file mode 100644 index 00000000..fc0fb4c3 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/white_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/white_wool" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/wither_rose.json b/1.14.4/assets/minecraft/blockstates/wither_rose.json new file mode 100644 index 00000000..56668325 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/wither_rose.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/wither_rose" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/wither_skeleton_skull.json b/1.14.4/assets/minecraft/blockstates/wither_skeleton_skull.json new file mode 100644 index 00000000..3cbbaae7 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/wither_skeleton_skull.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/soul_sand" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/wither_skeleton_wall_skull.json b/1.14.4/assets/minecraft/blockstates/wither_skeleton_wall_skull.json new file mode 100644 index 00000000..3cbbaae7 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/wither_skeleton_wall_skull.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/soul_sand" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/yellow_banner.json b/1.14.4/assets/minecraft/blockstates/yellow_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/yellow_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/yellow_bed.json b/1.14.4/assets/minecraft/blockstates/yellow_bed.json new file mode 100644 index 00000000..8cdeb6ce --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/yellow_bed.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/bed" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/yellow_carpet.json b/1.14.4/assets/minecraft/blockstates/yellow_carpet.json new file mode 100644 index 00000000..3db2801b --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/yellow_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/yellow_carpet" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/yellow_concrete.json b/1.14.4/assets/minecraft/blockstates/yellow_concrete.json new file mode 100644 index 00000000..4d45873b --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/yellow_concrete.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/yellow_concrete" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/yellow_concrete_powder.json b/1.14.4/assets/minecraft/blockstates/yellow_concrete_powder.json new file mode 100644 index 00000000..5082470c --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/yellow_concrete_powder.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/yellow_concrete_powder" }, + { "model": "block/yellow_concrete_powder", "y": 90 }, + { "model": "block/yellow_concrete_powder", "y": 180 }, + { "model": "block/yellow_concrete_powder", "y": 270 } + ] + } +} diff --git a/1.14.4/assets/minecraft/blockstates/yellow_glazed_terracotta.json b/1.14.4/assets/minecraft/blockstates/yellow_glazed_terracotta.json new file mode 100644 index 00000000..f77ef2f9 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/yellow_glazed_terracotta.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "block/yellow_glazed_terracotta" }, + "facing=west": { "model": "block/yellow_glazed_terracotta", "y": 90 }, + "facing=north": { "model": "block/yellow_glazed_terracotta", "y": 180 }, + "facing=east": { "model": "block/yellow_glazed_terracotta", "y": 270 } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/yellow_shulker_box.json b/1.14.4/assets/minecraft/blockstates/yellow_shulker_box.json new file mode 100644 index 00000000..c63e5005 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/yellow_shulker_box.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/yellow_shulker_box" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/yellow_stained_glass.json b/1.14.4/assets/minecraft/blockstates/yellow_stained_glass.json new file mode 100644 index 00000000..3587069b --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/yellow_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/yellow_stained_glass" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/yellow_stained_glass_pane.json b/1.14.4/assets/minecraft/blockstates/yellow_stained_glass_pane.json new file mode 100644 index 00000000..6a430e58 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/yellow_stained_glass_pane.json @@ -0,0 +1,29 @@ +{ + "multipart": [ + { "apply": { "model": "block/yellow_stained_glass_pane_post" }}, + { "when": { "north": true }, + "apply": { "model": "block/yellow_stained_glass_pane_side" } + }, + { "when": { "east": true }, + "apply": { "model": "block/yellow_stained_glass_pane_side", "y": 90 } + }, + { "when": { "south": true }, + "apply": { "model": "block/yellow_stained_glass_pane_side_alt" } + }, + { "when": { "west": true }, + "apply": { "model": "block/yellow_stained_glass_pane_side_alt", "y": 90 } + }, + { "when": { "north": false }, + "apply": { "model": "block/yellow_stained_glass_pane_noside" } + }, + { "when": { "east": false }, + "apply": { "model": "block/yellow_stained_glass_pane_noside_alt" } + }, + { "when": { "south": false }, + "apply": { "model": "block/yellow_stained_glass_pane_noside_alt", "y": 90 } + }, + { "when": { "west": false }, + "apply": { "model": "block/yellow_stained_glass_pane_noside", "y": 270 } + } + ] +} diff --git a/1.14.4/assets/minecraft/blockstates/yellow_terracotta.json b/1.14.4/assets/minecraft/blockstates/yellow_terracotta.json new file mode 100644 index 00000000..4bef9138 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/yellow_terracotta.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/yellow_terracotta" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/yellow_wall_banner.json b/1.14.4/assets/minecraft/blockstates/yellow_wall_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/yellow_wall_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/yellow_wool.json b/1.14.4/assets/minecraft/blockstates/yellow_wool.json new file mode 100644 index 00000000..068bebdb --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/yellow_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/yellow_wool" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/zombie_head.json b/1.14.4/assets/minecraft/blockstates/zombie_head.json new file mode 100644 index 00000000..05969bc2 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/zombie_head.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/skull" } + } +} diff --git a/1.14.4/assets/minecraft/blockstates/zombie_wall_head.json b/1.14.4/assets/minecraft/blockstates/zombie_wall_head.json new file mode 100644 index 00000000..05969bc2 --- /dev/null +++ b/1.14.4/assets/minecraft/blockstates/zombie_wall_head.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/skull" } + } +} diff --git a/1.14.4/assets/minecraft/font/alt.json b/1.14.4/assets/minecraft/font/alt.json new file mode 100644 index 00000000..0f9863ff --- /dev/null +++ b/1.14.4/assets/minecraft/font/alt.json @@ -0,0 +1,27 @@ +{ + "providers": [ + { + "type": "bitmap", + "file": "minecraft:font/ascii_sga.png", + "ascent": 7, + "chars": [ + "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", + "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", + "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", + "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", + "\u0000\u0041\u0042\u0043\u0044\u0045\u0046\u0047\u0048\u0049\u004A\u004B\u004C\u004D\u004E\u004F", + "\u0050\u0051\u0052\u0053\u0054\u0055\u0056\u0057\u0058\u0059\u005A\u0000\u0000\u0000\u0000\u0000", + "\u0000\u0061\u0062\u0063\u0064\u0065\u0066\u0067\u0068\u0069\u006A\u006B\u006C\u006D\u006E\u006F", + "\u0070\u0071\u0072\u0073\u0074\u0075\u0076\u0077\u0078\u0079\u007A\u0000\u0000\u0000\u0000\u0000", + "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", + "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", + "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", + "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", + "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", + "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", + "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", + "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000" + ] + } + ] +} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/font/default.json b/1.14.4/assets/minecraft/font/default.json new file mode 100644 index 00000000..441d4ef4 --- /dev/null +++ b/1.14.4/assets/minecraft/font/default.json @@ -0,0 +1,111 @@ +{ + "providers": [ + { + "type": "bitmap", + "file": "minecraft:font/nonlatin_european.png", + "ascent": 7, + "chars": [ + "\u00a1\u2030\u00ad\u00b7\u20b4\u2260\u00bf\u00d7\u00d8\u00de\u04bb\u00f0\u00f8\u00fe\u0391\u0392", + "\u0393\u0394\u0395\u0396\u0397\u0398\u0399\u039a\u039b\u039c\u039d\u039e\u039f\u03a0\u03a1\u03a3", + "\u03a4\u03a5\u03a6\u03a7\u03a8\u03a9\u03b1\u03b2\u03b3\u03b4\u03b5\u03b6\u03b7\u03b8\u03b9\u03ba", + "\u03bb\u03bc\u03bd\u03be\u03bf\u03c0\u03c1\u03c2\u03c3\u03c4\u03c5\u03c6\u03c7\u03c8\u03c9\u0402", + "\u0405\u0406\u0408\u0409\u040a\u040b\u0410\u0411\u0412\u0413\u0414\u0415\u0416\u0417\u0418\u041a", + "\u041b\u041c\u041d\u041e\u041f\u0420\u0421\u0422\u0423\u0424\u0425\u0426\u0427\u0428\u0429\u042a", + "\u042b\u042c\u042d\u042e\u042f\u0430\u0431\u0432\u0433\u0434\u0435\u0436\u0437\u0438\u043a\u043b", + "\u043c\u043d\u043e\u043f\u0440\u0441\u0442\u0443\u0444\u0445\u0446\u0447\u0448\u0449\u044a\u044b", + "\u044c\u044d\u044e\u044f\u0454\u0455\u0456\u0458\u0459\u045a\u2013\u2014\u2018\u2019\u201c\u201d", + "\u201e\u2026\u204a\u2190\u2191\u2192\u2193\u21c4\uff0b\u018f\u0259\u025b\u026a\u04ae\u04af\u04e8", + "\u04e9\u02bb\u02cc\u037e\u0138\u1e9e\u00df\u20bd\u20ac\u0462\u0463\u0474\u0475\u04C0\u0472\u0473", + "\u2070\u00b9\u00b3\u2074\u2075\u2076\u2077\u2078\u2079\u207a\u207b\u207c\u207d\u207e\u2071\u2122", + "\u0294\u0295\u29c8\u2694\u2620\u049a\u049b\u0492\u0493\u04b0\u04b1\u04d8\u04d9\u0496\u0497\u04a2", + "\u04a3\u04ba\u05d0\u05d1\u05d2\u05d3\u05d4\u05d5\u05d6\u05d7\u05d8\u05d9\u05db\u05dc\u05de\u05dd", + "\u05e0\u05df\u05e1\u05e2\u05e4\u05e3\u05e6\u05e5\u05e7\u05e8\u00a2\u00a4\u00a5\u00a9\u00ae\u00b5", + "\u00b6\u00bc\u00bd\u00be\u0387\u2010\u201a\u2020\u2021\u2022\u2031\u2032\u2033\u2034\u2035\u2036", + "\u2037\u2039\u203a\u203b\u203c\u203d\u2042\u2048\u2049\u204b\u204e\u204f\u2051\u2052\u2057\u2117", + "\u2212\u2213\u221e\u2600\u2601\u2608\u0404\u2632\u2635\u263d\u2640\u2642\u26a5\u2660\u2663\u2665", + "\u2666\u2669\u266a\u266b\u266c\u266d\u266e\u266f\u2680\u2681\u2682\u2683\u2684\u2685\u26a0\u26a1", + "\u26cf\u2714\u2744\u274c\u2764\u2b50\u2e18\u2e2e\u2e35\u2e38\u2E41\u2E4B\u295d\u1614\u0190\u07c8", + "\u03db\u3125\u2c6f\u15fa\u0186\u15e1\u018e\u2132\u2141\uA7B0\ua780\u0500\ua779\u1d1a\u27d8\u2229", + "\u0245\u2144\u0250\u0254\u01dd\u025f\u1d77\u0265\u1d09\u027e\u029e\ua781\u026f\u0279\u0287\u028c", + "\u028d\u028e\u0531\u0532\u0533\u0534\u0536\u0537\u0539\u053a\u053b\u053c\u053d\u053e\u053f\u0540", + "\u0541\u0542\u0543\u0544\u0545\u0546\u0547\u0548\u0549\u054b\u054c\u054d\u054e\u054f\u0550\u0551", + "\u0552\u0553\u0554\u0555\u0556\u0559\u0561\u0562\u0563\u0564\u0565\u0566\u0567\u0568\u0569\u056a", + "\u056b\u056c\u056d\u056e\u056f\u0570\u0571\u0572\u0573\u0574\u0575\u0576\u0577\u0578\u0579\u057a", + "\u057b\u057c\u057d\u057e\u057f\u0580\u0581\u0582\u0583\u0584\u0585\u0586\u0587\u05e9\u05ea\u0538", + "\u055a\u055b\u055c\u055d\u055e\u055f\u0560\u0588\u058f\u00af\u017f\u01b7\u0292\u01f7\u01bf\u021c", + "\u021d\u0224\u0225\u02d9\ua75a\ua75b\u2011\u214b\u23cf\u23e9\u23ea\u23ed\u23ee\u23ef\u23f4\u23f5", + "\u23f6\u23f7\u23f8\u23f9\u23fa\u23fb\u23fc\u23fd\u2b58\u25b2\u25b6\u25bc\u25c0\u25cf\u25e6\u25d8", + "\u2693\u26e8\u0132\u0133\u01c9\ua728\ua729\ua739\ua73b\ufb00\ufb01\ufb02\ufb03\ufb05\ufffd\u0535", + "\u054a\u16a0\u16a2\u16a3\u16a4\u16a5\u16a6\u16a7\u16a8\u16a9\u16aa\u16ab\u16ac\u16ad\u16ae\u16af", + "\u16b0\u16b1\u16b2\u16b3\u16b4\u16b6\u16b7\u16b8\u16b9\u16ba\u16bb\u16bc\u16bd\u16be\u16bf\u16c0", + "\u16c1\u16c2\u16c3\u16c4\u16c5\u16c6\u16c7\u16c8\u16c9\u16ca\u16cb\u16cc\u16cd\u16ce\u16cf\u16d0", + "\u16d1\u16d2\u16d3\u16d4\u16d5\u16d6\u16d7\u16d8\u16d9\u16da\u16db\u16dc\u16dd\u16de\u16df\u16e0", + "\u16e1\u16e2\u16e3\u16e4\u16e5\u16e6\u16e7\u16e8\u16e9\u16ea\u16eb\u16ec\u16ed\u16ee\u16ef\u16f0", + "\u16f1\u16f2\u16f3\u16f4\u16f5\u16f6\u16f7\u16f8\u263a\u263b\u00a6\u2639\u05da\u05f3\u05f4\u05f0", + "\u05f1\u05f2\u05be\u05c3\u05c6\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000" + ] + }, + { + "type": "bitmap", + "file": "minecraft:font/accented.png", + "height": 12, + "ascent": 10, + "chars": [ + "\u00c0\u00c1\u00c2\u00c3\u00c4\u00c5\u00c6\u00c7\u00c8\u00c9\u00ca\u00cb\u00cc\u00cd\u00ce\u00cf", + "\u00d0\u00d1\u00d2\u00d3\u00d4\u00d5\u00d6\u00d9\u00da\u00db\u00dc\u00dd\u00e0\u00e1\u00e2\u00e3", + "\u00e4\u00e5\u00e6\u00e7\u00ec\u00ed\u00ee\u00ef\u00f1\u00f2\u00f3\u00f4\u00f5\u00f6\u00f9\u00fa", + "\u00fb\u00fc\u00fd\u00ff\u0100\u0101\u0102\u0103\u0104\u0105\u0106\u0107\u0108\u0109\u010a\u010b", + "\u010c\u010d\u010e\u010f\u0110\u0111\u0112\u0113\u0114\u0115\u0116\u0117\u0118\u0119\u011a\u011b", + "\u011c\u011d\u1e20\u1e21\u011e\u011f\u0120\u0121\u0122\u0123\u0124\u0125\u0126\u0127\u0128\u0129", + "\u012a\u012b\u012c\u012d\u012e\u012f\u0130\u0131\u0134\u0135\u0136\u0137\u0139\u013a\u013b\u013c", + "\u013d\u013e\u013f\u0140\u0141\u0142\u0143\u0144\u0145\u0146\u0147\u0148\u014a\u014b\u014c\u014d", + "\u014e\u014f\u0150\u0151\u0152\u0153\u0154\u0155\u0156\u0157\u0158\u0159\u015a\u015b\u015c\u015d", + "\u015e\u015f\u0160\u0161\u0162\u0163\u0164\u0165\u0166\u0167\u0168\u0169\u016a\u016b\u016c\u016d", + "\u016e\u016f\u0170\u0171\u0172\u0173\u0174\u0175\u0176\u0177\u0178\u0179\u017a\u017b\u017c\u017d", + "\u017e\u01fc\u01fd\u01fe\u01ff\u0218\u0219\u021a\u021b\u0386\u0388\u0389\u038a\u038c\u038e\u038f", + "\u0390\u03aa\u03ab\u03ac\u03ad\u03ae\u03af\u03b0\u03ca\u03cb\u03cc\u03cd\u03ce\u0400\u0401\u0403", + "\u0407\u040c\u040d\u040e\u0419\u0439\u0450\u0451\u0452\u0453\u0457\u045b\u045c\u045d\u045e\u045f", + "\u0490\u0491\u1e02\u1e03\u1e0a\u1e0b\u1e1e\u1e1f\u1e22\u1e23\u1e30\u1e31\u1e40\u1e41\u1e56\u1e57", + "\u1e60\u1e61\u1e6a\u1e6b\u1e80\u1e81\u1e82\u1e83\u1e84\u1e85\u1ef2\u1ef3\u00e8\u00e9\u00ea\u00eb", + "\u0149\u01e7\u01eb\u040f\u1e0d\u1e25\u1e5b\u1e6d\u1e92\u1eca\u1ecb\u1ecc\u1ecd\u1ee4\u1ee5\u2116", + "\u0207\u0194\u0263\u0283\u2047\u01f1\u01f2\u01f3\u01c4\u01c5\u01c6\u01c7\u01c8\u01ca\u01cb\u01cc", + "\u2139\u1d6b\ua732\ua733\ua734\ua735\ua736\ua737\ua738\ua73a\ua73c\ua73d\ua74e\ua74f\ua760\ua761", + "\ufb04\ufb06\u16a1\u16b5\u01a0\u01a1\u01af\u01b0\u1eae\u1eaf\u1ea4\u1ea5\u1ebe\u1ebf\u1ed1\u1eda", + "\u1edb\u1ee8\u1ee9\u1eb0\u1eb1\u1ea6\u1ea7\u1ec0\u1ec1\u1ed3\u1edc\u1edd\u1eea\u1eeb\u1ea2\u1ea3", + "\u1eb2\u1eb3\u1ea8\u1ea9\u1eba\u1ebb\u1ed5\u1ede\u1ec2\u1ec3\u1ec8\u1ec9\u1ece\u1ecf\u1ed4\u1edf", + "\u1ee6\u1ee7\u1eec\u1eed\u1ef6\u1ef7\u1ea0\u1ea1\u1eb6\u1eb7\u1eac\u1ead\u1eb8\u1eb9\u1ec6\u1ec7", + "\u1ed8\u1ed9\u1ee2\u1ee3\u1ef0\u1ef1\u1ef4\u1ef5\u1ed0\u0195\u1eaa\u1eab\u1ed6\u1ed7\u1eef\u261e", + "\u261c\u262e\u1eb4\u1eb5\u1ebc\u1ebd\u1ec4\u1ec5\u1ed2\u1ee0\u1ee1\u1eee\u1ef8\u1ef9\u0498\u0499", + "\u04a0\u04a1\u04aa\u04ab\u01f6\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000" + ] + }, + { + "type": "bitmap", + "file": "minecraft:font/ascii.png", + "ascent": 7, + "chars": [ + "\u00c0\u00c1\u00c2\u00c8\u00ca\u00cb\u00cd\u00d3\u00d4\u00d5\u00da\u00df\u00e3\u00f5\u011f\u0130", + "\u0131\u0152\u0153\u015e\u015f\u0174\u0175\u017e\u0207\u0000\u0000\u0000\u0000\u0000\u0000\u0000", + "\u0020\u0021\"\u0023\u0024\u0025\u0026\u0027\u0028\u0029\u002a\u002b\u002c\u002d\u002e\u002f", + "\u0030\u0031\u0032\u0033\u0034\u0035\u0036\u0037\u0038\u0039\u003a\u003b\u003c\u003d\u003e\u003f", + "\u0040\u0041\u0042\u0043\u0044\u0045\u0046\u0047\u0048\u0049\u004a\u004b\u004c\u004d\u004e\u004f", + "\u0050\u0051\u0052\u0053\u0054\u0055\u0056\u0057\u0058\u0059\u005a\u005b\\\u005d\u005e\u005f", + "\u0060\u0061\u0062\u0063\u0064\u0065\u0066\u0067\u0068\u0069\u006a\u006b\u006c\u006d\u006e\u006f", + "\u0070\u0071\u0072\u0073\u0074\u0075\u0076\u0077\u0078\u0079\u007a\u007b\u007c\u007d\u007e\u0000", + "\u00c7\u00fc\u00e9\u00e2\u00e4\u00e0\u00e5\u00e7\u00ea\u00eb\u00e8\u00ef\u00ee\u00ec\u00c4\u00c5", + "\u00c9\u00e6\u00c6\u00f4\u00f6\u00f2\u00fb\u00f9\u00ff\u00d6\u00dc\u00f8\u00a3\u00d8\u00d7\u0192", + "\u00e1\u00ed\u00f3\u00fa\u00f1\u00d1\u00aa\u00ba\u00bf\u00ae\u00ac\u00bd\u00bc\u00a1\u00ab\u00bb", + "\u2591\u2592\u2593\u2502\u2524\u2561\u2562\u2556\u2555\u2563\u2551\u2557\u255d\u255c\u255b\u2510", + "\u2514\u2534\u252c\u251c\u2500\u253c\u255e\u255f\u255a\u2554\u2569\u2566\u2560\u2550\u256c\u2567", + "\u2568\u2564\u2565\u2559\u2558\u2552\u2553\u256b\u256a\u2518\u250c\u2588\u2584\u258c\u2590\u2580", + "\u03b1\u03b2\u0393\u03c0\u03a3\u03c3\u03bc\u03c4\u03a6\u0398\u03a9\u03b4\u221e\u2205\u2208\u2229", + "\u2261\u00b1\u2265\u2264\u2320\u2321\u00f7\u2248\u00b0\u2219\u00b7\u221a\u207f\u00b2\u25a0\u0000" + ] + }, + { + "type": "legacy_unicode", + "sizes": "minecraft:font/glyph_sizes.bin", + "template": "minecraft:font/unicode_page_%s.png" + } + ] +} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/font/glyph_sizes.bin b/1.14.4/assets/minecraft/font/glyph_sizes.bin new file mode 100644 index 00000000..69c857e3 Binary files /dev/null and b/1.14.4/assets/minecraft/font/glyph_sizes.bin differ diff --git a/1.14.4/assets/minecraft/lang/en_us.json b/1.14.4/assets/minecraft/lang/en_us.json new file mode 100644 index 00000000..cee2ca98 --- /dev/null +++ b/1.14.4/assets/minecraft/lang/en_us.json @@ -0,0 +1,4328 @@ +{ + "language.name": "English", + "language.region": "United States", + "language.code": "en_us", + "narrator.button.accessibility": "Accessibility", + "narrator.button.language": "Language", + "narrator.button.difficulty_lock": "Difficulty lock", + "narrator.button.difficulty_lock.unlocked": "Unlocked", + "narrator.button.difficulty_lock.locked": "Locked", + "narrator.screen.title": "Title Screen", + "narrator.controls.reset": "Reset %s button", + "narrator.controls.bound": "%s is bound to %s", + "narrator.controls.unbound": "%s is not bound", + "narrator.select": "Selected: %s", + "narrator.select.world": "Selected %s, last played: %s, %s, %s, version: %s", + "narrator.loading": "Loading: %s", + "narrator.loading.done": "Done", + "narrator.joining": "Joining", + "gui.done": "Done", + "gui.cancel": "Cancel", + "gui.back": "Back", + "gui.toTitle": "Back to title screen", + "gui.toMenu": "Back to server list", + "gui.up": "Up", + "gui.down": "Down", + "gui.yes": "Yes", + "gui.no": "No", + "gui.none": "None", + "gui.all": "All", + "gui.ok": "Ok", + "gui.proceed": "Proceed", + "gui.recipebook.moreRecipes": "Right Click for more", + "gui.recipebook.toggleRecipes.all": "Showing all", + "gui.recipebook.toggleRecipes.craftable": "Showing craftable", + "gui.recipebook.toggleRecipes.smeltable": "Showing smeltable", + "gui.recipebook.toggleRecipes.blastable": "Showing blastable", + "gui.recipebook.toggleRecipes.smokable": "Showing smokable", + "gui.narrate.button": "%s button", + "gui.narrate.slider": "%s slider", + "gui.narrate.editBox": "%s edit box: %s", + "translation.test.none": "Hello, world!", + "translation.test.complex": "Prefix, %s%2$s again %s and %1$s lastly %s and also %1$s again!", + "translation.test.escape": "%%s %%%s %%%%s %%%%%s", + "translation.test.invalid": "hi %", + "translation.test.invalid2": "hi % s", + "translation.test.args": "%s %s", + "translation.test.world": "world", + "menu.game": "Game Menu", + "menu.singleplayer": "Singleplayer", + "menu.multiplayer": "Multiplayer", + "menu.online": "Minecraft Realms", + "menu.options": "Options...", + "menu.quit": "Quit Game", + "menu.returnToMenu": "Save and Quit to Title", + "menu.disconnect": "Disconnect", + "menu.returnToGame": "Back to Game", + "menu.generatingLevel": "Generating world", + "menu.loadingLevel": "Loading world", + "menu.savingLevel": "Saving world", + "menu.working": "Working...", + "menu.savingChunks": "Saving chunks", + "menu.preparingSpawn": "Preparing spawn area: %s%%", + "menu.loadingForcedChunks": "Loading forced chunks for dimension %s", + "menu.generatingTerrain": "Building terrain", + "menu.convertingLevel": "Converting world", + "menu.respawning": "Respawning", + "menu.shareToLan": "Open to LAN", + "menu.sendFeedback": "Give Feedback", + "menu.reportBugs": "Report Bugs", + "menu.paused": "Game paused", + "optimizeWorld.confirm.title": "Optimize world", + "optimizeWorld.confirm.description": "This will attempt to optimize your world by making sure all data is stored in the most recent game format. This can take a very long time, depending on your world. Once done, your world may play faster but will no longer be compatible with older versions of the game. Are you sure you wish to proceed?", + "optimizeWorld.title": "Optimizing World '%s'", + "optimizeWorld.stage.counting": "Counting chunks...", + "optimizeWorld.stage.upgrading": "Upgrading all chunks...", + "optimizeWorld.stage.finished": "Finishing up...", + "optimizeWorld.stage.failed": "Failed! :(", + "optimizeWorld.info.converted": "Upgraded chunks: %s", + "optimizeWorld.info.skipped": "Skipped chunks: %s", + "optimizeWorld.info.total": "Total chunks: %s", + "selectWorld.title": "Select World", + "selectWorld.search": "search for worlds", + "selectWorld.empty": "empty", + "selectWorld.world": "World", + "selectWorld.select": "Play Selected World", + "selectWorld.create": "Create New World", + "selectWorld.recreate": "Re-Create", + "selectWorld.createDemo": "Play New Demo World", + "selectWorld.delete": "Delete", + "selectWorld.edit": "Edit", + "selectWorld.edit.title": "Edit World", + "selectWorld.edit.resetIcon": "Reset Icon", + "selectWorld.edit.openFolder": "Open World Folder", + "selectWorld.edit.save": "Save", + "selectWorld.edit.backup": "Make Backup", + "selectWorld.edit.backupFolder": "Open Backups Folder", + "selectWorld.edit.backupFailed": "Backup failed", + "selectWorld.edit.backupCreated": "Backed up: %s", + "selectWorld.edit.backupSize": "size: %s MB", + "selectWorld.edit.optimize": "Optimize World", + "selectWorld.deleteQuestion": "Are you sure you want to delete this world?", + "selectWorld.deleteWarning": "'%s' will be lost forever! (A long time!)", + "selectWorld.deleteButton": "Delete", + "selectWorld.conversion": "Must be converted!", + "selectWorld.newWorld": "New World", + "selectWorld.enterName": "World Name", + "selectWorld.resultFolder": "Will be saved in:", + "selectWorld.enterSeed": "Seed for the world generator", + "selectWorld.seedInfo": "Leave blank for a random seed", + "selectWorld.cheats": "Cheats", + "selectWorld.customizeType": "Customize", + "selectWorld.version": "Version:", + "selectWorld.versionUnknown": "unknown", + "selectWorld.versionQuestion": "Do you really want to load this world?", + "selectWorld.versionWarning": "This world was last played in version %s and loading it in this version could cause corruption!", + "selectWorld.versionJoinButton": "Load Anyway", + "selectWorld.backupQuestion": "Do you really want to load this world?", + "selectWorld.backupWarning": "This world was last played in version %s; you are on version %s. Please make a backup in case you experience world corruptions!", + "selectWorld.backupQuestion.customized": "Customized worlds are no longer supported", + "selectWorld.backupWarning.customized": "Unfortunately, we do not support customized worlds in this version of Minecraft. We can still load this world and keep everything the way it was, but any newly generated terrain will no longer be customized. We're sorry for the inconvenience!", + "selectWorld.backupEraseCache": "Erase cached data", + "selectWorld.backupJoinConfirmButton": "Backup and load", + "selectWorld.backupJoinSkipButton": "I know what I'm doing!", + "selectWorld.tooltip.fromNewerVersion1": "World was saved in a newer version,", + "selectWorld.tooltip.fromNewerVersion2": "loading this world could cause problems!", + "selectWorld.tooltip.snapshot1": "Don't forget to backup this world", + "selectWorld.tooltip.snapshot2": "before you load it in this snapshot.", + "selectWorld.tooltip.unsupported": "This world is no longer supported and can only be played in %s", + "selectWorld.unable_to_load": "Unable to load worlds", + "selectWorld.futureworld.error.title": "An error occured!", + "selectWorld.futureworld.error.text": "Something went wrong while trying to load a world from a future version. This was a risky operation to begin with, sorry it didn't work.", + "selectWorld.recreate.error.title": "An error occured!", + "selectWorld.recreate.error.text": "Something went wrong while trying to recreate a world.", + "selectWorld.recreate.customized.title": "Customized worlds are no longer supported", + "selectWorld.recreate.customized.text": "Customized worlds are no longer supported in this version of Minecraft. We can try to recreate it with the same seed and properties, but any terrain customizations will be lost. We're sorry for the inconvenience!", + "selectWorld.load_folder_access": "Unable to read or access folder where game worlds are saved!", + "createWorld.customize.presets": "Presets", + "createWorld.customize.presets.title": "Select a Preset", + "createWorld.customize.presets.select": "Use Preset", + "createWorld.customize.presets.share": "Want to share your preset with someone? Use the below box!", + "createWorld.customize.presets.list": "Alternatively, here's some we made earlier!", + "createWorld.customize.flat.title": "Superflat Customization", + "createWorld.customize.flat.tile": "Layer Material", + "createWorld.customize.flat.height": "Height", + "createWorld.customize.flat.removeLayer": "Remove Layer", + "createWorld.customize.flat.layer.top": "Top - %s", + "createWorld.customize.flat.layer": "%s", + "createWorld.customize.flat.layer.bottom": "Bottom - %s", + "createWorld.customize.buffet.title": "Buffet world customization", + "createWorld.customize.buffet.generatortype": "World generator:", + "createWorld.customize.buffet.generator": "Please select a generator type", + "createWorld.customize.buffet.biome": "Please select a biome", + "createWorld.customize.preset.classic_flat": "Classic Flat", + "createWorld.customize.preset.tunnelers_dream": "Tunnelers' Dream", + "createWorld.customize.preset.water_world": "Water World", + "createWorld.customize.preset.overworld": "Overworld", + "createWorld.customize.preset.snowy_kingdom": "Snowy Kingdom", + "createWorld.customize.preset.bottomless_pit": "Bottomless Pit", + "createWorld.customize.preset.desert": "Desert", + "createWorld.customize.preset.redstone_ready": "Redstone Ready", + "createWorld.customize.preset.the_void": "The Void", + "createWorld.customize.custom.page0": "Basic Settings", + "createWorld.customize.custom.page1": "Ore Settings", + "createWorld.customize.custom.page2": "Advanced Settings (Expert Users Only!)", + "createWorld.customize.custom.page3": "Extra Advanced Settings (Expert Users Only!)", + "createWorld.customize.custom.randomize": "Randomize", + "createWorld.customize.custom.prev": "Previous Page", + "createWorld.customize.custom.next": "Next Page", + "createWorld.customize.custom.defaults": "Defaults", + "createWorld.customize.custom.confirm1": "This will overwrite your current", + "createWorld.customize.custom.confirm2": "settings and cannot be undone.", + "createWorld.customize.custom.confirmTitle": "Warning!", + "createWorld.customize.custom.mainNoiseScaleX": "Main Noise Scale X", + "createWorld.customize.custom.mainNoiseScaleY": "Main Noise Scale Y", + "createWorld.customize.custom.mainNoiseScaleZ": "Main Noise Scale Z", + "createWorld.customize.custom.depthNoiseScaleX": "Depth Noise Scale X", + "createWorld.customize.custom.depthNoiseScaleZ": "Depth Noise Scale Z", + "createWorld.customize.custom.depthNoiseScaleExponent": "Depth Noise Exponent", + "createWorld.customize.custom.baseSize": "Depth Base Size", + "createWorld.customize.custom.coordinateScale": "Coordinate Scale", + "createWorld.customize.custom.heightScale": "Height Scale", + "createWorld.customize.custom.stretchY": "Height Stretch", + "createWorld.customize.custom.upperLimitScale": "Upper Limit Scale", + "createWorld.customize.custom.lowerLimitScale": "Lower Limit Scale", + "createWorld.customize.custom.biomeDepthWeight": "Biome Depth Weight", + "createWorld.customize.custom.biomeDepthOffset": "Biome Depth Offset", + "createWorld.customize.custom.biomeScaleWeight": "Biome Scale Weight", + "createWorld.customize.custom.biomeScaleOffset": "Biome Scale Offset", + "createWorld.customize.custom.seaLevel": "Sea Level", + "createWorld.customize.custom.useCaves": "Caves", + "createWorld.customize.custom.useStrongholds": "Strongholds", + "createWorld.customize.custom.useVillages": "Villages", + "createWorld.customize.custom.useMineShafts": "Mineshafts", + "createWorld.customize.custom.useTemples": "Temples", + "createWorld.customize.custom.useOceanRuins": "Ocean Ruins", + "createWorld.customize.custom.useMonuments": "Ocean Monuments", + "createWorld.customize.custom.useMansions": "Woodland Mansions", + "createWorld.customize.custom.useRavines": "Ravines", + "createWorld.customize.custom.useDungeons": "Dungeons", + "createWorld.customize.custom.dungeonChance": "Dungeon Count", + "createWorld.customize.custom.useWaterLakes": "Water Lakes", + "createWorld.customize.custom.waterLakeChance": "Water Lake Rarity", + "createWorld.customize.custom.useLavaLakes": "Lava Lakes", + "createWorld.customize.custom.lavaLakeChance": "Lava Lake Rarity", + "createWorld.customize.custom.useLavaOceans": "Lava Oceans", + "createWorld.customize.custom.fixedBiome": "Biome", + "createWorld.customize.custom.biomeSize": "Biome Size", + "createWorld.customize.custom.riverSize": "River Size", + "createWorld.customize.custom.size": "Spawn Size", + "createWorld.customize.custom.count": "Spawn Tries", + "createWorld.customize.custom.minHeight": "Min. Height", + "createWorld.customize.custom.maxHeight": "Max. Height", + "createWorld.customize.custom.center": "Center Height", + "createWorld.customize.custom.spread": "Spread Height", + "createWorld.customize.custom.presets.title": "Customize World Presets", + "createWorld.customize.custom.presets": "Presets", + "createWorld.customize.custom.preset.waterWorld": "Water World", + "createWorld.customize.custom.preset.isleLand": "Isle Land", + "createWorld.customize.custom.preset.caveDelight": "Caver's Delight", + "createWorld.customize.custom.preset.mountains": "Mountain Madness", + "createWorld.customize.custom.preset.drought": "Drought", + "createWorld.customize.custom.preset.caveChaos": "Caves of Chaos", + "createWorld.customize.custom.preset.goodLuck": "Good Luck", + "gameMode.survival": "Survival Mode", + "gameMode.creative": "Creative Mode", + "gameMode.adventure": "Adventure Mode", + "gameMode.spectator": "Spectator Mode", + "gameMode.hardcore": "Hardcore Mode!", + "gameMode.changed": "Your game mode has been updated to %s", + "spectatorMenu.previous_page": "Previous Page", + "spectatorMenu.next_page": "Next Page", + "spectatorMenu.close": "Close Menu", + "spectatorMenu.teleport": "Teleport to Player", + "spectatorMenu.teleport.prompt": "Select a player to teleport to", + "spectatorMenu.team_teleport": "Teleport to Team Member", + "spectatorMenu.team_teleport.prompt": "Select a team to teleport to", + "spectatorMenu.root.prompt": "Press a key to select a command, and again to use it.", + "selectWorld.gameMode": "Game Mode", + "selectWorld.gameMode.survival": "Survival", + "selectWorld.gameMode.survival.line1": "Search for resources, crafting, gain", + "selectWorld.gameMode.survival.line2": "levels, health and hunger", + "selectWorld.gameMode.creative": "Creative", + "selectWorld.gameMode.creative.line1": "Unlimited resources, free flying and", + "selectWorld.gameMode.creative.line2": "destroy blocks instantly", + "selectWorld.gameMode.spectator": "Spectator", + "selectWorld.gameMode.spectator.line1": "You can look but don't touch", + "selectWorld.gameMode.spectator.line2": "", + "selectWorld.gameMode.hardcore": "Hardcore", + "selectWorld.gameMode.hardcore.line1": "Same as survival mode, locked at hardest", + "selectWorld.gameMode.hardcore.line2": "difficulty, and one life only", + "selectWorld.gameMode.adventure": "Adventure", + "selectWorld.gameMode.adventure.line1": "Same as survival mode, but blocks can't", + "selectWorld.gameMode.adventure.line2": "be added or removed", + "selectWorld.moreWorldOptions": "More World Options...", + "selectWorld.mapFeatures": "Generate Structures:", + "selectWorld.mapFeatures.info": "Villages, dungeons etc", + "selectWorld.mapType": "World Type:", + "selectWorld.mapType.normal": "Normal", + "selectWorld.allowCommands": "Allow Cheats:", + "selectWorld.allowCommands.info": "Commands like /gamemode, /experience", + "selectWorld.hardcoreMode": "Hardcore:", + "selectWorld.hardcoreMode.info": "World is deleted upon death", + "selectWorld.bonusItems": "Bonus Chest:", + "generator.default": "Default", + "generator.flat": "Superflat", + "generator.largeBiomes": "Large Biomes", + "generator.amplified": "AMPLIFIED", + "generator.customized": "Customized", + "generator.debug_all_block_states": "Debug Mode", + "generator.amplified.info": "Notice: Just for fun, requires beefy computer", + "generator.buffet": "Buffet", + "selectServer.title": "Select Server", + "selectServer.empty": "empty", + "selectServer.select": "Join Server", + "selectServer.direct": "Direct Connect", + "selectServer.edit": "Edit", + "selectServer.delete": "Delete", + "selectServer.add": "Add Server", + "selectServer.defaultName": "Minecraft Server", + "selectServer.deleteQuestion": "Are you sure you want to remove this server?", + "selectServer.deleteWarning": "'%s' will be lost forever! (A long time!)", + "selectServer.deleteButton": "Delete", + "selectServer.refresh": "Refresh", + "selectServer.hiddenAddress": "(Hidden)", + "addServer.title": "Edit Server Info", + "addServer.enterName": "Server Name", + "addServer.enterIp": "Server Address", + "addServer.add": "Done", + "addServer.hideAddress": "Hide Address", + "addServer.resourcePack": "Server Resource Packs", + "addServer.resourcePack.enabled": "Enabled", + "addServer.resourcePack.disabled": "Disabled", + "addServer.resourcePack.prompt": "Prompt", + "lanServer.title": "LAN World", + "lanServer.scanning": "Scanning for games on your local network", + "lanServer.start": "Start LAN World", + "lanServer.otherPlayers": "Settings for Other Players", + "mcoServer.title": "Minecraft Online World", + "multiplayer.title": "Play Multiplayer", + "multiplayer.connect": "Connect", + "multiplayer.ipinfo": "Enter the IP of a server to connect to it:", + "multiplayer.texturePrompt.line1": "This server recommends the use of a custom resource pack.", + "multiplayer.texturePrompt.line2": "Would you like to download and install it automagically?", + "multiplayer.downloadingTerrain": "Loading terrain...", + "multiplayer.downloadingStats": "Downloading statistics...", + "multiplayer.stopSleeping": "Leave Bed", + "multiplayer.message_not_delivered": "Can't deliver chat message starting with %s, check server logs", + "multiplayer.player.joined": "%s joined the game", + "multiplayer.player.joined.renamed": "%s (formerly known as %s) joined the game", + "multiplayer.player.left": "%s left the game", + "multiplayer.status.and_more": "... and %s more ...", + "multiplayer.status.cancelled": "Cancelled", + "multiplayer.status.cannot_connect": "Can't connect to server", + "multiplayer.status.cannot_resolve": "Can't resolve hostname", + "multiplayer.status.client_out_of_date": "Client out of date!", + "multiplayer.status.finished": "Finished", + "multiplayer.status.no_connection": "(no connection)", + "multiplayer.status.old": "Old", + "multiplayer.status.pinging": "Pinging...", + "multiplayer.status.quitting": "Quitting", + "multiplayer.status.server_out_of_date": "Server out of date!", + "multiplayer.status.unknown": "???", + "multiplayer.status.unrequested": "Received unrequested status", + "multiplayer.status.request_handled": "Status requst has been handled", + "multiplayer.disconnect.authservers_down": "Authentication servers are down. Please try again later, sorry!", + "multiplayer.disconnect.banned": "You are banned from this server", + "multiplayer.disconnect.banned.reason": "You are banned from this server.\nReason: %s", + "multiplayer.disconnect.banned.expiration": "\nYour ban will be removed on %s", + "multiplayer.disconnect.banned_ip.reason": "Your IP address is banned from this server.\nReason: %s", + "multiplayer.disconnect.banned_ip.expiration": "\nYour ban will be removed on %s", + "multiplayer.disconnect.duplicate_login": "You logged in from another location", + "multiplayer.disconnect.flying": "Flying is not enabled on this server", + "multiplayer.disconnect.generic": "Disconnected", + "multiplayer.disconnect.idling": "You have been idle for too long!", + "multiplayer.disconnect.illegal_characters": "Illegal characters in chat", + "multiplayer.disconnect.invalid_entity_attacked": "Attempting to attack an invalid entity", + "multiplayer.disconnect.invalid_player_movement": "Invalid move player packet received", + "multiplayer.disconnect.invalid_vehicle_movement": "Invalid move vehicle packet received", + "multiplayer.disconnect.ip_banned": "You have been IP banned from this server", + "multiplayer.disconnect.kicked": "Kicked by an operator", + "multiplayer.disconnect.outdated_client": "Outdated client! Please use %s", + "multiplayer.disconnect.outdated_server": "Outdated server! I'm still on %s", + "multiplayer.disconnect.server_shutdown": "Server closed", + "multiplayer.disconnect.slow_login": "Took too long to log in", + "multiplayer.disconnect.unverified_username": "Failed to verify username!", + "multiplayer.disconnect.not_whitelisted": "You are not white-listed on this server!", + "multiplayer.disconnect.server_full": "The server is full!", + "multiplayer.disconnect.name_taken": "That name is already taken", + "multiplayer.disconnect.unexpected_query_response": "Unexpected custom data from client", + "chat.editBox": "chat", + "chat.cannotSend": "Cannot send chat message", + "chat.type.text": "<%s> %s", + "chat.type.text.narrate": "%s says %s", + "chat.type.emote": "* %s %s", + "chat.type.announcement": "[%s] %s", + "chat.type.admin": "[%s: %s]", + "chat.type.advancement.task": "%s has made the advancement %s", + "chat.type.advancement.challenge": "%s has completed the challenge %s", + "chat.type.advancement.goal": "%s has reached the goal %s", + "chat.type.team.text": "%s <%s> %s", + "chat.type.team.sent": "-> %s <%s> %s", + "chat.type.team.hover": "Message Team", + "chat.link.confirm": "Are you sure you want to open the following website?", + "chat.link.warning": "Never open links from people that you don't trust!", + "chat.copy": "Copy to Clipboard", + "chat.link.confirmTrusted": "Do you want to open this link or copy it to your clipboard?", + "chat.link.open": "Open in browser", + "chat.coordinates": "%s, %s, %s", + "chat.coordinates.tooltip": "Click to teleport", + "menu.playdemo": "Play Demo World", + "menu.resetdemo": "Reset Demo World", + "demo.day.1": "This demo will last five game days, do your best!", + "demo.day.2": "Day Two", + "demo.day.3": "Day Three", + "demo.day.4": "Day Four", + "demo.day.5": "This is your last day!", + "demo.day.warning": "Your time is almost up!", + "demo.day.6": "You have passed your fifth day, use %s to save a screenshot of your creation", + "demo.reminder": "The demo time has expired, buy the game to continue or start a new world!", + "demo.remainingTime": "Remaining time: %s", + "demo.demoExpired": "Demo time's up!", + "demo.help.movement": "Use the %1$s, %2$s, %3$s, %4$s keys and the mouse to move around", + "demo.help.movementShort": "Move by pressing the %1$s, %2$s, %3$s, %4$s keys", + "demo.help.movementMouse": "Look around using the mouse", + "demo.help.jump": "Jump by pressing the %1$s key", + "demo.help.inventory": "Use the %1$s key to open your inventory", + "demo.help.title": "Minecraft Demo Mode", + "demo.help.fullWrapped": "This demo will last 5 ingame days (about 1 hour and 40 minutes of real time). Check the advancements for hints! Have fun!", + "demo.help.buy": "Purchase Now!", + "demo.help.later": "Continue Playing!", + "connect.connecting": "Connecting to the server...", + "connect.aborted": "Aborted", + "connect.authorizing": "Logging in...", + "connect.negotiating": "Negotiating...", + "connect.encrypting": "Encrypting...", + "connect.joining": "Joining world...", + "connect.failed": "Failed to connect to the server", + "disconnect.genericReason": "%s", + "disconnect.disconnected": "Disconnected by Server", + "disconnect.lost": "Connection Lost", + "disconnect.kicked": "Was kicked from the game", + "disconnect.timeout": "Timed out", + "disconnect.closed": "Connection closed", + "disconnect.loginFailed": "Failed to log in", + "disconnect.loginFailedInfo": "Failed to log in: %s", + "disconnect.loginFailedInfo.serversUnavailable": "The authentication servers are currently down for maintenance.", + "disconnect.loginFailedInfo.invalidSession": "Invalid session (Try restarting your game and the launcher)", + "disconnect.quitting": "Quitting", + "disconnect.endOfStream": "End of stream", + "disconnect.overflow": "Buffer overflow", + "disconnect.spam": "Kicked for spamming", + "soundCategory.master": "Master Volume", + "soundCategory.music": "Music", + "soundCategory.record": "Jukebox/Note Blocks", + "soundCategory.weather": "Weather", + "soundCategory.hostile": "Hostile Creatures", + "soundCategory.neutral": "Friendly Creatures", + "soundCategory.player": "Players", + "soundCategory.block": "Blocks", + "soundCategory.ambient": "Ambient/Environment", + "soundCategory.voice": "Voice/Speech", + "record.nowPlaying": "Now playing: %s", + "options.off": "OFF", + "options.on": "ON", + "options.visible": "Shown", + "options.hidden": "Hidden", + "options.title": "Options", + "options.controls": "Controls...", + "options.video": "Video Settings...", + "options.language": "Language...", + "options.sounds": "Music & Sounds...", + "options.sounds.title": "Music & Sound Options", + "options.languageWarning": "Language translations may not be 100%% accurate", + "options.videoTitle": "Video Settings", + "options.mouse_settings": "Mouse Settings...", + "options.mouse_settings.title": "Mouse Settings", + "options.customizeTitle": "Customize World Settings", + "options.music": "Music", + "options.sound": "Sound", + "options.invertMouse": "Invert Mouse", + "options.fov": "FOV", + "options.fov.min": "Normal", + "options.fov.max": "Quake Pro", + "options.biomeBlendRadius": "Biome Blend", + "options.gamma": "Brightness", + "options.gamma.min": "Moody", + "options.gamma.max": "Bright", + "options.sensitivity": "Sensitivity", + "options.sensitivity.min": "*yawn*", + "options.sensitivity.max": "HYPERSPEED!!!", + "options.renderDistance": "Render Distance", + "options.viewBobbing": "View Bobbing", + "options.ao": "Smooth Lighting", + "options.ao.off": "OFF", + "options.ao.min": "Minimum", + "options.ao.max": "Maximum", + "options.anaglyph": "3D Anaglyph", + "options.chunks": "%s chunks", + "options.framerate": "%s fps", + "options.framerateLimit": "Max Framerate", + "options.framerateLimit.max": "Unlimited", + "options.difficulty": "Difficulty", + "options.difficulty.peaceful": "Peaceful", + "options.difficulty.easy": "Easy", + "options.difficulty.normal": "Normal", + "options.difficulty.hard": "Hard", + "options.difficulty.hardcore": "Hardcore", + "options.graphics": "Graphics", + "options.graphics.fancy": "Fancy", + "options.graphics.fast": "Fast", + "options.clouds.fancy": "Fancy", + "options.clouds.fast": "Fast", + "options.guiScale": "GUI Scale", + "options.guiScale.auto": "Auto", + "options.renderClouds": "Clouds", + "options.particles": "Particles", + "options.particles.all": "All", + "options.particles.decreased": "Decreased", + "options.particles.minimal": "Minimal", + "options.multiplayer.title": "Multiplayer Settings...", + "options.chat.title": "Chat Settings...", + "options.chat.visibility": "Chat", + "options.chat.visibility.full": "Shown", + "options.chat.visibility.system": "Commands Only", + "options.chat.visibility.hidden": "Hidden", + "options.chat.color": "Colors", + "options.chat.opacity": "Chat Text Opacity", + "options.chat.links": "Web Links", + "options.chat.links.prompt": "Prompt on Links", + "options.chat.scale": "Scale", + "options.chat.width": "Width", + "options.chat.height.focused": "Focused Height", + "options.chat.height.unfocused": "Unfocused Height", + "options.accessibility.title": "Accessibility Settings...", + "options.accessibility.text_background": "Text Background", + "options.accessibility.text_background.chat": "Chat", + "options.accessibility.text_background.everywhere": "Everywhere", + "options.accessibility.text_background_opacity": "Text Background Opacity", + "options.skinCustomisation": "Skin Customization...", + "options.skinCustomisation.title": "Skin Customization", + "options.modelPart.cape": "Cape", + "options.modelPart.hat": "Hat", + "options.modelPart.jacket": "Jacket", + "options.modelPart.left_sleeve": "Left Sleeve", + "options.modelPart.right_sleeve": "Right Sleeve", + "options.modelPart.left_pants_leg": "Left Pants Leg", + "options.modelPart.right_pants_leg": "Right Pants Leg", + "options.snooper": "Allow Snooper", + "options.snooper.view": "Snooper Settings...", + "options.snooper.title": "Feed us data!", + "options.snooper.desc": "We always want to improve Minecraft and, to help us do that, we'd like to collect some information. This lets us know what hardware to support and where the big problems are. It also gives us a sense of the size of our active player base, so we know if we're doing a good job. You can view all the information we collect below. If you want to opt out then you can simply toggle it off!", + "options.resourcepack": "Resource Packs...", + "options.fullscreen": "Fullscreen", + "options.vsync": "Use VSync", + "options.vbo": "Use VBOs", + "options.touchscreen": "Touchscreen Mode", + "options.reducedDebugInfo": "Reduced Debug Info", + "options.entityShadows": "Entity Shadows", + "options.mainHand": "Main Hand", + "options.mainHand.left": "Left", + "options.mainHand.right": "Right", + "options.attackIndicator": "Attack Indicator", + "options.attack.crosshair": "Crosshair", + "options.attack.hotbar": "Hotbar", + "options.showSubtitles": "Show Subtitles", + "options.realmsNotifications": "Realms Notifications", + "options.autoJump": "Auto-Jump", + "options.autoSuggestCommands": "Command Suggestions", + "options.discrete_mouse_scroll": "Discrete Scrolling", + "options.mouseWheelSensitivity": "Scroll Sensitivity", + "options.rawMouseInput": "Raw input", + "options.narrator": "Narrator", + "options.narrator.off": "OFF", + "options.narrator.all": "Narrates all", + "options.narrator.chat": "Narrates chat", + "options.narrator.system": "Narrates system", + "options.narrator.notavailable": "Not available", + "options.fullscreen.resolution": "Fullscreen Resolution", + "options.fullscreen.unavailable": "Setting unavailable", + "options.fullscreen.current": "Current", + "options.mipmapLevels": "Mipmap Levels", + "options.forceUnicodeFont": "Force Unicode Font", + "narrator.toast.disabled": "Narrator Disabled", + "narrator.toast.enabled": "Narrator Enabled", + "difficulty.lock.title": "Lock World Difficulty", + "difficulty.lock.question": "Are you sure you want to lock the difficulty of this world? This will set this world to always be %1$s, and you will never be able to change that again.", + "title.oldgl.eol.line1": "Old graphics card detected; this WILL prevent you from", + "title.oldgl.eol.line2": "playing future updates as OpenGL 2.0 will be required!", + "title.oldgl.deprecation.line1": "Old graphics card detected; this may prevent you from", + "title.oldgl.deprecation.line2": "playing in the future as OpenGL 3.2 will be required!", + "controls.title": "Controls", + "controls.reset": "Reset", + "controls.resetAll": "Reset Keys", + "key.sprint": "Sprint", + "key.forward": "Walk Forwards", + "key.left": "Strafe Left", + "key.back": "Walk Backwards", + "key.right": "Strafe Right", + "key.jump": "Jump", + "key.inventory": "Open/Close Inventory", + "key.drop": "Drop Selected Item", + "key.swapHands": "Swap Item In Hands", + "key.chat": "Open Chat", + "key.sneak": "Sneak", + "key.playerlist": "List Players", + "key.attack": "Attack/Destroy", + "key.use": "Use Item/Place Block", + "key.pickItem": "Pick Block", + "key.command": "Open Command", + "key.screenshot": "Take Screenshot", + "key.togglePerspective": "Toggle Perspective", + "key.smoothCamera": "Toggle Cinematic Camera", + "key.fullscreen": "Toggle Fullscreen", + "key.spectatorOutlines": "Highlight Players (Spectators)", + "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.saveToolbarActivator": "Save Toolbar Activator", + "key.loadToolbarActivator": "Load Toolbar Activator", + "key.advancements": "Advancements", + "key.categories.movement": "Movement", + "key.categories.misc": "Miscellaneous", + "key.categories.multiplayer": "Multiplayer", + "key.categories.gameplay": "Gameplay", + "key.categories.ui": "Game Interface", + "key.categories.inventory": "Inventory", + "key.categories.creative": "Creative Mode", + "key.mouse.left": "Left Button", + "key.mouse.right": "Right Button", + "key.mouse.middle": "Middle Button", + "key.mouse": "Button %1$s", + "key.keyboard.unknown": "Not bound", + "key.keyboard.apostrophe": "'", + "key.keyboard.backslash": "\\", + "key.keyboard.backspace": "Backspace", + "key.keyboard.comma": ",", + "key.keyboard.delete": "Delete", + "key.keyboard.end": "End", + "key.keyboard.enter": "Enter", + "key.keyboard.equal": "=", + "key.keyboard.escape": "Escape", + "key.keyboard.f1": "F1", + "key.keyboard.f2": "F2", + "key.keyboard.f3": "F3", + "key.keyboard.f4": "F4", + "key.keyboard.f5": "F5", + "key.keyboard.f6": "F6", + "key.keyboard.f7": "F7", + "key.keyboard.f8": "F8", + "key.keyboard.f9": "F9", + "key.keyboard.f10": "F10", + "key.keyboard.f11": "F11", + "key.keyboard.f12": "F12", + "key.keyboard.f13": "F13", + "key.keyboard.f14": "F14", + "key.keyboard.f15": "F15", + "key.keyboard.f16": "F16", + "key.keyboard.f17": "F17", + "key.keyboard.f18": "F18", + "key.keyboard.f19": "F19", + "key.keyboard.f20": "F20", + "key.keyboard.f21": "F21", + "key.keyboard.f22": "F22", + "key.keyboard.f23": "F23", + "key.keyboard.f24": "F24", + "key.keyboard.f25": "F25", + "key.keyboard.grave.accent": "`", + "key.keyboard.home": "Home", + "key.keyboard.insert": "Insert", + "key.keyboard.keypad.0": "Keypad 0", + "key.keyboard.keypad.1": "Keypad 1", + "key.keyboard.keypad.2": "Keypad 2", + "key.keyboard.keypad.3": "Keypad 3", + "key.keyboard.keypad.4": "Keypad 4", + "key.keyboard.keypad.5": "Keypad 5", + "key.keyboard.keypad.6": "Keypad 6", + "key.keyboard.keypad.7": "Keypad 7", + "key.keyboard.keypad.8": "Keypad 8", + "key.keyboard.keypad.9": "Keypad 9", + "key.keyboard.keypad.add": "Keypad +", + "key.keyboard.keypad.decimal": "Keypad Decimal", + "key.keyboard.keypad.enter": "Keypad Enter", + "key.keyboard.keypad.equal": "Keypad =", + "key.keyboard.keypad.multiply": "Keypad *", + "key.keyboard.keypad.divide": "Keypad /", + "key.keyboard.keypad.subtract": "Keypad -", + "key.keyboard.left.bracket": "[", + "key.keyboard.right.bracket": "]", + "key.keyboard.minus": "-", + "key.keyboard.num.lock": "Num Lock", + "key.keyboard.caps.lock": "Caps Lock", + "key.keyboard.scroll.lock": "Scroll Lock", + "key.keyboard.page.down": "Page Down", + "key.keyboard.page.up": "Page Up", + "key.keyboard.pause": "Pause", + "key.keyboard.period": ".", + "key.keyboard.left.control": "Left Control", + "key.keyboard.right.control": "Right Control", + "key.keyboard.left.alt": "Left Alt", + "key.keyboard.right.alt": "Right Alt", + "key.keyboard.left.shift": "Left Shift", + "key.keyboard.right.shift": "Right Shift", + "key.keyboard.left.win": "Left Win", + "key.keyboard.right.win": "Right Win", + "key.keyboard.semicolon": ";", + "key.keyboard.slash": "/", + "key.keyboard.space": "Space", + "key.keyboard.tab": "Tab", + "key.keyboard.up": "Up Arrow", + "key.keyboard.down": "Down Arrow", + "key.keyboard.left": "Left Arrow", + "key.keyboard.right": "Right Arrow", + "key.keyboard.menu": "Menu", + "key.keyboard.print.screen": "Print Screen", + "key.keyboard.world.1": "World 1", + "key.keyboard.world.2": "World 2", + "resourcePack.openFolder": "Open Resource Pack Folder", + "resourcePack.title": "Select Resource Packs", + "resourcePack.available.title": "Available Resource Packs", + "resourcePack.selected.title": "Selected Resource Packs", + "resourcePack.folderInfo": "(Place resource pack files here)", + "resourcePack.incompatible": "Incompatible", + "resourcePack.incompatible.old": "(Made for an older version of Minecraft)", + "resourcePack.incompatible.new": "(Made for a newer version of Minecraft)", + "resourcePack.incompatible.confirm.title": "Are you sure you want to load this resource pack?", + "resourcePack.incompatible.confirm.old": "This resource pack was made for an older version of Minecraft and may no longer work correctly.", + "resourcePack.incompatible.confirm.new": "This resource pack was made for a newer version of Minecraft and may no longer work correctly.", + "resourcePack.server.name": "World Specific Resources", + "resourcePack.broken_assets": "BROKEN ASSETS DETECTED", + "sign.edit": "Edit sign message", + "book.pageIndicator": "Page %1$s of %2$s", + "book.byAuthor": "by %1$s", + "book.signButton": "Sign", + "book.editTitle": "Enter Book Title:", + "book.finalizeButton": "Sign and Close", + "book.finalizeWarning": "Note! When you sign the book, it will no longer be editable.", + "book.generation.0": "Original", + "book.generation.1": "Copy of original", + "book.generation.2": "Copy of a copy", + "book.generation.3": "Tattered", + "book.invalid.tag": "* Invalid book tag *", + "merchant.deprecated": "Villagers restock up to two times per day.", + "merchant.current_level": "Trader's current level", + "merchant.next_level": "Trader's next level", + "merchant.level.1": "Novice", + "merchant.level.2": "Apprentice", + "merchant.level.3": "Journeyman", + "merchant.level.4": "Expert", + "merchant.level.5": "Master", + "merchant.trades": "Trades", + "block.minecraft.air": "Air", + "block.minecraft.barrier": "Barrier", + "block.minecraft.stone": "Stone", + "block.minecraft.granite": "Granite", + "block.minecraft.polished_granite": "Polished Granite", + "block.minecraft.diorite": "Diorite", + "block.minecraft.polished_diorite": "Polished Diorite", + "block.minecraft.andesite": "Andesite", + "block.minecraft.polished_andesite": "Polished Andesite", + "block.minecraft.hay_block": "Hay Bale", + "block.minecraft.grass_block": "Grass Block", + "block.minecraft.dirt": "Dirt", + "block.minecraft.coarse_dirt": "Coarse Dirt", + "block.minecraft.podzol": "Podzol", + "block.minecraft.cobblestone": "Cobblestone", + "block.minecraft.oak_planks": "Oak Planks", + "block.minecraft.spruce_planks": "Spruce Planks", + "block.minecraft.birch_planks": "Birch Planks", + "block.minecraft.jungle_planks": "Jungle Planks", + "block.minecraft.acacia_planks": "Acacia Planks", + "block.minecraft.dark_oak_planks": "Dark Oak Planks", + "block.minecraft.oak_sapling": "Oak Sapling", + "block.minecraft.spruce_sapling": "Spruce Sapling", + "block.minecraft.birch_sapling": "Birch Sapling", + "block.minecraft.jungle_sapling": "Jungle Sapling", + "block.minecraft.acacia_sapling": "Acacia Sapling", + "block.minecraft.dark_oak_sapling": "Dark Oak Sapling", + "block.minecraft.oak_door": "Oak Door", + "block.minecraft.spruce_door": "Spruce Door", + "block.minecraft.birch_door": "Birch Door", + "block.minecraft.jungle_door": "Jungle Door", + "block.minecraft.acacia_door": "Acacia Door", + "block.minecraft.dark_oak_door": "Dark Oak Door", + "block.minecraft.bedrock": "Bedrock", + "block.minecraft.water": "Water", + "block.minecraft.lava": "Lava", + "block.minecraft.flowing_water": "Flowing Water", + "block.minecraft.flowing_lava": "Flowing Lava", + "block.minecraft.sand": "Sand", + "block.minecraft.red_sand": "Red Sand", + "block.minecraft.sandstone": "Sandstone", + "block.minecraft.chiseled_sandstone": "Chiseled Sandstone", + "block.minecraft.cut_sandstone": "Cut Sandstone", + "block.minecraft.red_sandstone": "Red Sandstone", + "block.minecraft.chiseled_red_sandstone": "Chiseled Red Sandstone", + "block.minecraft.cut_red_sandstone": "Cut Red Sandstone", + "block.minecraft.gravel": "Gravel", + "block.minecraft.gold_ore": "Gold Ore", + "block.minecraft.iron_ore": "Iron Ore", + "block.minecraft.coal_ore": "Coal Ore", + "block.minecraft.oak_wood": "Oak Wood", + "block.minecraft.spruce_wood": "Spruce Wood", + "block.minecraft.birch_wood": "Birch Wood", + "block.minecraft.jungle_wood": "Jungle Wood", + "block.minecraft.acacia_wood": "Acacia Wood", + "block.minecraft.dark_oak_wood": "Dark Oak Wood", + "block.minecraft.oak_log": "Oak Log", + "block.minecraft.spruce_log": "Spruce Log", + "block.minecraft.birch_log": "Birch Log", + "block.minecraft.jungle_log": "Jungle Log", + "block.minecraft.acacia_log": "Acacia Log", + "block.minecraft.dark_oak_log": "Dark Oak Log", + "block.minecraft.stripped_oak_log": "Stripped Oak Log", + "block.minecraft.stripped_spruce_log": "Stripped Spruce Log", + "block.minecraft.stripped_birch_log": "Stripped Birch Log", + "block.minecraft.stripped_jungle_log": "Stripped Jungle Log", + "block.minecraft.stripped_acacia_log": "Stripped Acacia Log", + "block.minecraft.stripped_dark_oak_log": "Stripped Dark Oak Log", + "block.minecraft.stripped_oak_wood": "Stripped Oak Wood", + "block.minecraft.stripped_spruce_wood": "Stripped Spruce Wood", + "block.minecraft.stripped_birch_wood": "Stripped Birch Wood", + "block.minecraft.stripped_jungle_wood": "Stripped Jungle Wood", + "block.minecraft.stripped_acacia_wood": "Stripped Acacia Wood", + "block.minecraft.stripped_dark_oak_wood": "Stripped Dark Oak Wood", + "block.minecraft.oak_leaves": "Oak Leaves", + "block.minecraft.spruce_leaves": "Spruce Leaves", + "block.minecraft.birch_leaves": "Birch Leaves", + "block.minecraft.jungle_leaves": "Jungle Leaves", + "block.minecraft.acacia_leaves": "Acacia Leaves", + "block.minecraft.dark_oak_leaves": "Dark Oak Leaves", + "block.minecraft.dead_bush": "Dead Bush", + "block.minecraft.grass": "Grass", + "block.minecraft.fern": "Fern", + "block.minecraft.sponge": "Sponge", + "block.minecraft.wet_sponge": "Wet Sponge", + "block.minecraft.glass": "Glass", + "block.minecraft.kelp_plant": "Kelp Plant", + "block.minecraft.kelp": "Kelp", + "block.minecraft.dried_kelp_block": "Dried Kelp Block", + "block.minecraft.white_stained_glass": "White Stained Glass", + "block.minecraft.orange_stained_glass": "Orange Stained Glass", + "block.minecraft.magenta_stained_glass": "Magenta Stained Glass", + "block.minecraft.light_blue_stained_glass": "Light Blue Stained Glass", + "block.minecraft.yellow_stained_glass": "Yellow Stained Glass", + "block.minecraft.lime_stained_glass": "Lime Stained Glass", + "block.minecraft.pink_stained_glass": "Pink Stained Glass", + "block.minecraft.gray_stained_glass": "Gray Stained Glass", + "block.minecraft.light_gray_stained_glass": "Light Gray Stained Glass", + "block.minecraft.cyan_stained_glass": "Cyan Stained Glass", + "block.minecraft.purple_stained_glass": "Purple Stained Glass", + "block.minecraft.blue_stained_glass": "Blue Stained Glass", + "block.minecraft.brown_stained_glass": "Brown Stained Glass", + "block.minecraft.green_stained_glass": "Green Stained Glass", + "block.minecraft.red_stained_glass": "Red Stained Glass", + "block.minecraft.black_stained_glass": "Black Stained Glass", + "block.minecraft.white_stained_glass_pane": "White Stained Glass Pane", + "block.minecraft.orange_stained_glass_pane": "Orange Stained Glass Pane", + "block.minecraft.magenta_stained_glass_pane": "Magenta Stained Glass Pane", + "block.minecraft.light_blue_stained_glass_pane": "Light Blue Stained Glass Pane", + "block.minecraft.yellow_stained_glass_pane": "Yellow Stained Glass Pane", + "block.minecraft.lime_stained_glass_pane": "Lime Stained Glass Pane", + "block.minecraft.pink_stained_glass_pane": "Pink Stained Glass Pane", + "block.minecraft.gray_stained_glass_pane": "Gray Stained Glass Pane", + "block.minecraft.light_gray_stained_glass_pane": "Light Gray Stained Glass Pane", + "block.minecraft.cyan_stained_glass_pane": "Cyan Stained Glass Pane", + "block.minecraft.purple_stained_glass_pane": "Purple Stained Glass Pane", + "block.minecraft.blue_stained_glass_pane": "Blue Stained Glass Pane", + "block.minecraft.brown_stained_glass_pane": "Brown Stained Glass Pane", + "block.minecraft.green_stained_glass_pane": "Green Stained Glass Pane", + "block.minecraft.red_stained_glass_pane": "Red Stained Glass Pane", + "block.minecraft.black_stained_glass_pane": "Black Stained Glass Pane", + "block.minecraft.glass_pane": "Glass Pane", + "block.minecraft.dandelion": "Dandelion", + "block.minecraft.poppy": "Poppy", + "block.minecraft.blue_orchid": "Blue Orchid", + "block.minecraft.allium": "Allium", + "block.minecraft.azure_bluet": "Azure Bluet", + "block.minecraft.red_tulip": "Red Tulip", + "block.minecraft.orange_tulip": "Orange Tulip", + "block.minecraft.white_tulip": "White Tulip", + "block.minecraft.pink_tulip": "Pink Tulip", + "block.minecraft.oxeye_daisy": "Oxeye Daisy", + "block.minecraft.cornflower": "Cornflower", + "block.minecraft.lily_of_the_valley": "Lily of the Valley", + "block.minecraft.wither_rose": "Wither Rose", + "block.minecraft.sunflower": "Sunflower", + "block.minecraft.lilac": "Lilac", + "block.minecraft.tall_grass": "Tall Grass", + "block.minecraft.tall_seagrass": "Tall Seagrass", + "block.minecraft.large_fern": "Large Fern", + "block.minecraft.rose_bush": "Rose Bush", + "block.minecraft.peony": "Peony", + "block.minecraft.seagrass": "Seagrass", + "block.minecraft.sea_pickle": "Sea Pickle", + "block.minecraft.brown_mushroom": "Brown Mushroom", + "block.minecraft.red_mushroom_block": "Red Mushroom Block", + "block.minecraft.brown_mushroom_block": "Brown Mushroom Block", + "block.minecraft.mushroom_stem": "Mushroom Stem", + "block.minecraft.gold_block": "Block of Gold", + "block.minecraft.iron_block": "Block of Iron", + "block.minecraft.smooth_stone": "Smooth Stone", + "block.minecraft.smooth_sandstone": "Smooth Sandstone", + "block.minecraft.smooth_red_sandstone": "Smooth Red Sandstone", + "block.minecraft.smooth_quartz": "Smooth Quartz", + "block.minecraft.stone_slab": "Stone Slab", + "block.minecraft.smooth_stone_slab": "Smooth Stone Slab", + "block.minecraft.sandstone_slab": "Sandstone Slab", + "block.minecraft.red_sandstone_slab": "Red Sandstone Slab", + "block.minecraft.cut_sandstone_slab": "Cut Sandstone Slab", + "block.minecraft.cut_red_sandstone_slab": "Cut Red Sandstone Slab", + "block.minecraft.petrified_oak_slab": "Petrified Oak Slab", + "block.minecraft.cobblestone_slab": "Cobblestone Slab", + "block.minecraft.brick_slab": "Brick Slab", + "block.minecraft.stone_brick_slab": "Stone Brick Slab", + "block.minecraft.nether_brick_slab": "Nether Brick Slab", + "block.minecraft.quartz_slab": "Quartz Slab", + "block.minecraft.oak_slab": "Oak Slab", + "block.minecraft.spruce_slab": "Spruce Slab", + "block.minecraft.birch_slab": "Birch Slab", + "block.minecraft.jungle_slab": "Jungle Slab", + "block.minecraft.acacia_slab": "Acacia Slab", + "block.minecraft.dark_oak_slab": "Dark Oak Slab", + "block.minecraft.dark_prismarine_slab": "Dark Prismarine Slab", + "block.minecraft.prismarine_slab": "Prismarine Slab", + "block.minecraft.prismarine_brick_slab": "Prismarine Brick Slab", + "block.minecraft.bricks": "Bricks", + "block.minecraft.tnt": "TNT", + "block.minecraft.bookshelf": "Bookshelf", + "block.minecraft.mossy_cobblestone": "Mossy Cobblestone", + "block.minecraft.obsidian": "Obsidian", + "block.minecraft.torch": "Torch", + "block.minecraft.wall_torch": "Wall Torch", + "block.minecraft.fire": "Fire", + "block.minecraft.spawner": "Spawner", + "block.minecraft.oak_stairs": "Oak Stairs", + "block.minecraft.spruce_stairs": "Spruce Stairs", + "block.minecraft.birch_stairs": "Birch Stairs", + "block.minecraft.jungle_stairs": "Jungle Stairs", + "block.minecraft.acacia_stairs": "Acacia Stairs", + "block.minecraft.dark_oak_stairs": "Dark Oak Stairs", + "block.minecraft.dark_prismarine_stairs": "Dark Prismarine Stairs", + "block.minecraft.prismarine_stairs": "Prismarine Stairs", + "block.minecraft.prismarine_brick_stairs": "Prismarine Brick Stairs", + "block.minecraft.chest": "Chest", + "block.minecraft.trapped_chest": "Trapped Chest", + "block.minecraft.redstone_wire": "Redstone Wire", + "block.minecraft.diamond_ore": "Diamond Ore", + "block.minecraft.coal_block": "Block of Coal", + "block.minecraft.diamond_block": "Block of Diamond", + "block.minecraft.crafting_table": "Crafting Table", + "block.minecraft.wheat": "Wheat Crops", + "block.minecraft.farmland": "Farmland", + "block.minecraft.furnace": "Furnace", + "block.minecraft.oak_sign": "Oak Sign", + "block.minecraft.spruce_sign": "Spruce Sign", + "block.minecraft.birch_sign": "Birch Sign", + "block.minecraft.acacia_sign": "Acacia Sign", + "block.minecraft.jungle_sign": "Jungle Sign", + "block.minecraft.dark_oak_sign": "Dark Oak Sign", + "block.minecraft.oak_wall_sign": "Oak Wall Sign", + "block.minecraft.spruce_wall_sign": "Spruce Wall Sign", + "block.minecraft.birch_wall_sign": "Birch Wall Sign", + "block.minecraft.acacia_wall_sign": "Acacia Wall Sign", + "block.minecraft.jungle_wall_sign": "Jungle Wall Sign", + "block.minecraft.dark_oak_wall_sign": "Dark Oak Wall Sign", + "block.minecraft.ladder": "Ladder", + "block.minecraft.scaffolding": "Scaffolding", + "block.minecraft.rail": "Rail", + "block.minecraft.powered_rail": "Powered Rail", + "block.minecraft.activator_rail": "Activator Rail", + "block.minecraft.detector_rail": "Detector Rail", + "block.minecraft.cobblestone_stairs": "Cobblestone Stairs", + "block.minecraft.sandstone_stairs": "Sandstone Stairs", + "block.minecraft.red_sandstone_stairs": "Red Sandstone Stairs", + "block.minecraft.lever": "Lever", + "block.minecraft.stone_pressure_plate": "Stone Pressure Plate", + "block.minecraft.oak_pressure_plate": "Oak Pressure Plate", + "block.minecraft.spruce_pressure_plate": "Spruce Pressure Plate", + "block.minecraft.birch_pressure_plate": "Birch Pressure Plate", + "block.minecraft.jungle_pressure_plate": "Jungle Pressure Plate", + "block.minecraft.acacia_pressure_plate": "Acacia Pressure Plate", + "block.minecraft.dark_oak_pressure_plate": "Dark Oak Pressure Plate", + "block.minecraft.light_weighted_pressure_plate": "Light Weighted Pressure Plate", + "block.minecraft.heavy_weighted_pressure_plate": "Heavy Weighted Pressure Plate", + "block.minecraft.iron_door": "Iron Door", + "block.minecraft.redstone_ore": "Redstone Ore", + "block.minecraft.redstone_torch": "Redstone Torch", + "block.minecraft.redstone_wall_torch": "Redstone Wall Torch", + "block.minecraft.stone_button": "Stone Button", + "block.minecraft.oak_button": "Oak Button", + "block.minecraft.spruce_button": "Spruce Button", + "block.minecraft.birch_button": "Birch Button", + "block.minecraft.jungle_button": "Jungle Button", + "block.minecraft.acacia_button": "Acacia Button", + "block.minecraft.dark_oak_button": "Dark Oak Button", + "block.minecraft.snow": "Snow", + "block.minecraft.white_carpet": "White Carpet", + "block.minecraft.orange_carpet": "Orange Carpet", + "block.minecraft.magenta_carpet": "Magenta Carpet", + "block.minecraft.light_blue_carpet": "Light Blue Carpet", + "block.minecraft.yellow_carpet": "Yellow Carpet", + "block.minecraft.lime_carpet": "Lime Carpet", + "block.minecraft.pink_carpet": "Pink Carpet", + "block.minecraft.gray_carpet": "Gray Carpet", + "block.minecraft.light_gray_carpet": "Light Gray Carpet", + "block.minecraft.cyan_carpet": "Cyan Carpet", + "block.minecraft.purple_carpet": "Purple Carpet", + "block.minecraft.blue_carpet": "Blue Carpet", + "block.minecraft.brown_carpet": "Brown Carpet", + "block.minecraft.green_carpet": "Green Carpet", + "block.minecraft.red_carpet": "Red Carpet", + "block.minecraft.black_carpet": "Black Carpet", + "block.minecraft.ice": "Ice", + "block.minecraft.frosted_ice": "Frosted Ice", + "block.minecraft.packed_ice": "Packed Ice", + "block.minecraft.blue_ice": "Blue Ice", + "block.minecraft.cactus": "Cactus", + "block.minecraft.clay": "Clay", + "block.minecraft.white_terracotta": "White Terracotta", + "block.minecraft.orange_terracotta": "Orange Terracotta", + "block.minecraft.magenta_terracotta": "Magenta Terracotta", + "block.minecraft.light_blue_terracotta": "Light Blue Terracotta", + "block.minecraft.yellow_terracotta": "Yellow Terracotta", + "block.minecraft.lime_terracotta": "Lime Terracotta", + "block.minecraft.pink_terracotta": "Pink Terracotta", + "block.minecraft.gray_terracotta": "Gray Terracotta", + "block.minecraft.light_gray_terracotta": "Light Gray Terracotta", + "block.minecraft.cyan_terracotta": "Cyan Terracotta", + "block.minecraft.purple_terracotta": "Purple Terracotta", + "block.minecraft.blue_terracotta": "Blue Terracotta", + "block.minecraft.brown_terracotta": "Brown Terracotta", + "block.minecraft.green_terracotta": "Green Terracotta", + "block.minecraft.red_terracotta": "Red Terracotta", + "block.minecraft.black_terracotta": "Black Terracotta", + "block.minecraft.terracotta": "Terracotta", + "block.minecraft.sugar_cane": "Sugar Cane", + "block.minecraft.jukebox": "Jukebox", + "block.minecraft.oak_fence": "Oak Fence", + "block.minecraft.spruce_fence": "Spruce Fence", + "block.minecraft.birch_fence": "Birch Fence", + "block.minecraft.jungle_fence": "Jungle Fence", + "block.minecraft.dark_oak_fence": "Dark Oak Fence", + "block.minecraft.acacia_fence": "Acacia Fence", + "block.minecraft.oak_fence_gate": "Oak Fence Gate", + "block.minecraft.spruce_fence_gate": "Spruce Fence Gate", + "block.minecraft.birch_fence_gate": "Birch Fence Gate", + "block.minecraft.jungle_fence_gate": "Jungle Fence Gate", + "block.minecraft.dark_oak_fence_gate": "Dark Oak Fence Gate", + "block.minecraft.acacia_fence_gate": "Acacia Fence Gate", + "block.minecraft.pumpkin_stem": "Pumpkin Stem", + "block.minecraft.attached_pumpkin_stem": "Attached Pumpkin Stem", + "block.minecraft.pumpkin": "Pumpkin", + "block.minecraft.carved_pumpkin": "Carved Pumpkin", + "block.minecraft.jack_o_lantern": "Jack o'Lantern", + "block.minecraft.netherrack": "Netherrack", + "block.minecraft.soul_sand": "Soul Sand", + "block.minecraft.glowstone": "Glowstone", + "block.minecraft.nether_portal": "Nether Portal", + "block.minecraft.white_wool": "White Wool", + "block.minecraft.orange_wool": "Orange Wool", + "block.minecraft.magenta_wool": "Magenta Wool", + "block.minecraft.light_blue_wool": "Light Blue Wool", + "block.minecraft.yellow_wool": "Yellow Wool", + "block.minecraft.lime_wool": "Lime Wool", + "block.minecraft.pink_wool": "Pink Wool", + "block.minecraft.gray_wool": "Gray Wool", + "block.minecraft.light_gray_wool": "Light Gray Wool", + "block.minecraft.cyan_wool": "Cyan Wool", + "block.minecraft.purple_wool": "Purple Wool", + "block.minecraft.blue_wool": "Blue Wool", + "block.minecraft.brown_wool": "Brown Wool", + "block.minecraft.green_wool": "Green Wool", + "block.minecraft.red_wool": "Red Wool", + "block.minecraft.black_wool": "Black Wool", + "block.minecraft.lapis_ore": "Lapis Lazuli Ore", + "block.minecraft.lapis_block": "Lapis Lazuli Block", + "block.minecraft.dispenser": "Dispenser", + "block.minecraft.dropper": "Dropper", + "block.minecraft.note_block": "Note Block", + "block.minecraft.cake": "Cake", + "block.minecraft.bed": "Bed", + "block.minecraft.bed.occupied": "This bed is occupied", + "block.minecraft.bed.obstructed": "This bed is obstructed", + "block.minecraft.bed.no_sleep": "You can sleep only at night and during thunderstorms", + "block.minecraft.bed.too_far_away": "You may not rest now; the bed is too far away", + "block.minecraft.bed.not_safe": "You may not rest now; there are monsters nearby", + "block.minecraft.bed.not_valid": "Your home bed was missing or obstructed", + "block.minecraft.oak_trapdoor": "Oak Trapdoor", + "block.minecraft.spruce_trapdoor": "Spruce Trapdoor", + "block.minecraft.birch_trapdoor": "Birch Trapdoor", + "block.minecraft.jungle_trapdoor": "Jungle Trapdoor", + "block.minecraft.acacia_trapdoor": "Acacia Trapdoor", + "block.minecraft.dark_oak_trapdoor": "Dark Oak Trapdoor", + "block.minecraft.iron_trapdoor": "Iron Trapdoor", + "block.minecraft.cobweb": "Cobweb", + "block.minecraft.stone_bricks": "Stone Bricks", + "block.minecraft.mossy_stone_bricks": "Mossy Stone Bricks", + "block.minecraft.cracked_stone_bricks": "Cracked Stone Bricks", + "block.minecraft.chiseled_stone_bricks": "Chiseled Stone Bricks", + "block.minecraft.infested_stone": "Infested Stone", + "block.minecraft.infested_cobblestone": "Infested Cobblestone", + "block.minecraft.infested_stone_bricks": "Infested Stone Bricks", + "block.minecraft.infested_mossy_stone_bricks": "Infested Mossy Stone Bricks", + "block.minecraft.infested_cracked_stone_bricks": "Infested Cracked Stone Bricks", + "block.minecraft.infested_chiseled_stone_bricks": "Infested Chiseled Stone Bricks", + "block.minecraft.piston": "Piston", + "block.minecraft.sticky_piston": "Sticky Piston", + "block.minecraft.iron_bars": "Iron Bars", + "block.minecraft.melon": "Melon", + "block.minecraft.brick_stairs": "Brick Stairs", + "block.minecraft.stone_brick_stairs": "Stone Brick Stairs", + "block.minecraft.vine": "Vines", + "block.minecraft.nether_bricks": "Nether Bricks", + "block.minecraft.nether_brick_fence": "Nether Brick Fence", + "block.minecraft.nether_brick_stairs": "Nether Brick Stairs", + "block.minecraft.nether_wart": "Nether Wart", + "block.minecraft.cauldron": "Cauldron", + "block.minecraft.enchanting_table": "Enchanting Table", + "block.minecraft.anvil": "Anvil", + "block.minecraft.chipped_anvil": "Chipped Anvil", + "block.minecraft.damaged_anvil": "Damaged Anvil", + "block.minecraft.end_stone": "End Stone", + "block.minecraft.end_portal_frame": "End Portal Frame", + "block.minecraft.mycelium": "Mycelium", + "block.minecraft.lily_pad": "Lily Pad", + "block.minecraft.dragon_egg": "Dragon Egg", + "block.minecraft.redstone_lamp": "Redstone Lamp", + "block.minecraft.cocoa": "Cocoa", + "block.minecraft.ender_chest": "Ender Chest", + "block.minecraft.emerald_ore": "Emerald Ore", + "block.minecraft.emerald_block": "Block of Emerald", + "block.minecraft.redstone_block": "Block of Redstone", + "block.minecraft.tripwire": "Tripwire", + "block.minecraft.tripwire_hook": "Tripwire Hook", + "block.minecraft.command_block": "Command Block", + "block.minecraft.repeating_command_block": "Repeating Command Block", + "block.minecraft.chain_command_block": "Chain Command Block", + "block.minecraft.beacon": "Beacon", + "block.minecraft.beacon.primary": "Primary Power", + "block.minecraft.beacon.secondary": "Secondary Power", + "block.minecraft.cobblestone_wall": "Cobblestone Wall", + "block.minecraft.mossy_cobblestone_wall": "Mossy Cobblestone Wall", + "block.minecraft.carrots": "Carrots", + "block.minecraft.potatoes": "Potatoes", + "block.minecraft.daylight_detector": "Daylight Detector", + "block.minecraft.nether_quartz_ore": "Nether Quartz Ore", + "block.minecraft.hopper": "Hopper", + "block.minecraft.quartz_block": "Block of Quartz", + "block.minecraft.chiseled_quartz_block": "Chiseled Quartz Block", + "block.minecraft.quartz_pillar": "Quartz Pillar", + "block.minecraft.quartz_stairs": "Quartz Stairs", + "block.minecraft.slime_block": "Slime Block", + "block.minecraft.prismarine": "Prismarine", + "block.minecraft.prismarine_bricks": "Prismarine Bricks", + "block.minecraft.dark_prismarine": "Dark Prismarine", + "block.minecraft.sea_lantern": "Sea Lantern", + "block.minecraft.end_rod": "End Rod", + "block.minecraft.chorus_plant": "Chorus Plant", + "block.minecraft.chorus_flower": "Chorus Flower", + "block.minecraft.purpur_block": "Purpur Block", + "block.minecraft.purpur_pillar": "Purpur Pillar", + "block.minecraft.purpur_stairs": "Purpur Stairs", + "block.minecraft.purpur_slab": "Purpur Slab", + "block.minecraft.end_stone_bricks": "End Stone Bricks", + "block.minecraft.beetroots": "Beetroots", + "block.minecraft.grass_path": "Grass Path", + "block.minecraft.magma_block": "Magma Block", + "block.minecraft.nether_wart_block": "Nether Wart Block", + "block.minecraft.red_nether_bricks": "Red Nether Bricks", + "block.minecraft.bone_block": "Bone Block", + "block.minecraft.observer": "Observer", + "block.minecraft.shulker_box": "Shulker Box", + "block.minecraft.white_shulker_box": "White Shulker Box", + "block.minecraft.orange_shulker_box": "Orange Shulker Box", + "block.minecraft.magenta_shulker_box": "Magenta Shulker Box", + "block.minecraft.light_blue_shulker_box": "Light Blue Shulker Box", + "block.minecraft.yellow_shulker_box": "Yellow Shulker Box", + "block.minecraft.lime_shulker_box": "Lime Shulker Box", + "block.minecraft.pink_shulker_box": "Pink Shulker Box", + "block.minecraft.gray_shulker_box": "Gray Shulker Box", + "block.minecraft.light_gray_shulker_box": "Light Gray Shulker Box", + "block.minecraft.cyan_shulker_box": "Cyan Shulker Box", + "block.minecraft.purple_shulker_box": "Purple Shulker Box", + "block.minecraft.blue_shulker_box": "Blue Shulker Box", + "block.minecraft.brown_shulker_box": "Brown Shulker Box", + "block.minecraft.green_shulker_box": "Green Shulker Box", + "block.minecraft.red_shulker_box": "Red Shulker Box", + "block.minecraft.black_shulker_box": "Black Shulker Box", + "block.minecraft.white_glazed_terracotta": "White Glazed Terracotta", + "block.minecraft.orange_glazed_terracotta": "Orange Glazed Terracotta", + "block.minecraft.magenta_glazed_terracotta": "Magenta Glazed Terracotta", + "block.minecraft.light_blue_glazed_terracotta": "Light Blue Glazed Terracotta", + "block.minecraft.yellow_glazed_terracotta": "Yellow Glazed Terracotta", + "block.minecraft.lime_glazed_terracotta": "Lime Glazed Terracotta", + "block.minecraft.pink_glazed_terracotta": "Pink Glazed Terracotta", + "block.minecraft.gray_glazed_terracotta": "Gray Glazed Terracotta", + "block.minecraft.light_gray_glazed_terracotta": "Light Gray Glazed Terracotta", + "block.minecraft.cyan_glazed_terracotta": "Cyan Glazed Terracotta", + "block.minecraft.purple_glazed_terracotta": "Purple Glazed Terracotta", + "block.minecraft.blue_glazed_terracotta": "Blue Glazed Terracotta", + "block.minecraft.brown_glazed_terracotta": "Brown Glazed Terracotta", + "block.minecraft.green_glazed_terracotta": "Green Glazed Terracotta", + "block.minecraft.red_glazed_terracotta": "Red Glazed Terracotta", + "block.minecraft.black_glazed_terracotta": "Black Glazed Terracotta", + "block.minecraft.black_concrete": "Black Concrete", + "block.minecraft.red_concrete": "Red Concrete", + "block.minecraft.green_concrete": "Green Concrete", + "block.minecraft.brown_concrete": "Brown Concrete", + "block.minecraft.blue_concrete": "Blue Concrete", + "block.minecraft.purple_concrete": "Purple Concrete", + "block.minecraft.cyan_concrete": "Cyan Concrete", + "block.minecraft.light_gray_concrete": "Light Gray Concrete", + "block.minecraft.gray_concrete": "Gray Concrete", + "block.minecraft.pink_concrete": "Pink Concrete", + "block.minecraft.lime_concrete": "Lime Concrete", + "block.minecraft.yellow_concrete": "Yellow Concrete", + "block.minecraft.light_blue_concrete": "Light Blue Concrete", + "block.minecraft.magenta_concrete": "Magenta Concrete", + "block.minecraft.orange_concrete": "Orange Concrete", + "block.minecraft.white_concrete": "White Concrete", + "block.minecraft.black_concrete_powder": "Black Concrete Powder", + "block.minecraft.red_concrete_powder": "Red Concrete Powder", + "block.minecraft.green_concrete_powder": "Green Concrete Powder", + "block.minecraft.brown_concrete_powder": "Brown Concrete Powder", + "block.minecraft.blue_concrete_powder": "Blue Concrete Powder", + "block.minecraft.purple_concrete_powder": "Purple Concrete Powder", + "block.minecraft.cyan_concrete_powder": "Cyan Concrete Powder", + "block.minecraft.light_gray_concrete_powder": "Light Gray Concrete Powder", + "block.minecraft.gray_concrete_powder": "Gray Concrete Powder", + "block.minecraft.pink_concrete_powder": "Pink Concrete Powder", + "block.minecraft.lime_concrete_powder": "Lime Concrete Powder", + "block.minecraft.yellow_concrete_powder": "Yellow Concrete Powder", + "block.minecraft.light_blue_concrete_powder": "Light Blue Concrete Powder", + "block.minecraft.magenta_concrete_powder": "Magenta Concrete Powder", + "block.minecraft.orange_concrete_powder": "Orange Concrete Powder", + "block.minecraft.white_concrete_powder": "White Concrete Powder", + "block.minecraft.turtle_egg": "Turtle Egg", + "block.minecraft.two_turtle_eggs": "Two Turtle Eggs", + "block.minecraft.three_turtle_eggs": "Three Turtle Eggs", + "block.minecraft.four_turtle_eggs": "Four Turtle Eggs", + "block.minecraft.banner": "Banner", + "block.minecraft.wall_banner": "Wall Banner", + "block.minecraft.piston_head": "Piston Head", + "block.minecraft.moving_piston": "Moving Piston", + "block.minecraft.red_mushroom": "Red Mushroom", + "block.minecraft.snow_block": "Snow Block", + "block.minecraft.attached_melon_stem": "Attached Melon Stem", + "block.minecraft.melon_stem": "Melon Stem", + "block.minecraft.brewing_stand": "Brewing Stand", + "block.minecraft.end_portal": "End Portal", + "block.minecraft.flower_pot": "Flower Pot", + "block.minecraft.potted_oak_sapling": "Potted Oak Sapling", + "block.minecraft.potted_spruce_sapling": "Potted Spruce Sapling", + "block.minecraft.potted_birch_sapling": "Potted Birch Sapling", + "block.minecraft.potted_jungle_sapling": "Potted Jungle Sapling", + "block.minecraft.potted_acacia_sapling": "Potted Acacia Sapling", + "block.minecraft.potted_dark_oak_sapling": "Potted Dark Oak Sapling", + "block.minecraft.potted_fern": "Potted Fern", + "block.minecraft.potted_dandelion": "Potted Dandelion", + "block.minecraft.potted_poppy": "Potted Poppy", + "block.minecraft.potted_blue_orchid": "Potted Blue Orchid", + "block.minecraft.potted_allium": "Potted Allium", + "block.minecraft.potted_azure_bluet": "Potted Azure Bluet", + "block.minecraft.potted_red_tulip": "Potted Red Tulip", + "block.minecraft.potted_orange_tulip": "Potted Orange Tulip", + "block.minecraft.potted_white_tulip": "Potted White Tulip", + "block.minecraft.potted_pink_tulip": "Potted Pink Tulip", + "block.minecraft.potted_oxeye_daisy": "Potted Oxeye Daisy", + "block.minecraft.potted_cornflower": "Potted Cornflower", + "block.minecraft.potted_lily_of_the_valley": "Potted Lily of the Valley", + "block.minecraft.potted_wither_rose": "Potted Wither Rose", + "block.minecraft.potted_red_mushroom": "Potted Red Mushroom", + "block.minecraft.potted_brown_mushroom": "Potted Brown Mushroom", + "block.minecraft.potted_dead_bush": "Potted Dead Bush", + "block.minecraft.potted_cactus": "Potted Cactus", + "block.minecraft.potted_bamboo": "Potted Bamboo", + "block.minecraft.skeleton_wall_skull": "Skeleton Wall Skull", + "block.minecraft.skeleton_skull": "Skeleton Skull", + "block.minecraft.wither_skeleton_wall_skull": "Wither Skeleton Wall Skull", + "block.minecraft.wither_skeleton_skull": "Wither Skeleton Skull", + "block.minecraft.zombie_wall_head": "Zombie Wall Head", + "block.minecraft.zombie_head": "Zombie Head", + "block.minecraft.player_wall_head": "Player Wall Head", + "block.minecraft.player_head": "Player Head", + "block.minecraft.player_head.named": "%s's Head", + "block.minecraft.creeper_wall_head": "Creeper Wall Head", + "block.minecraft.creeper_head": "Creeper Head", + "block.minecraft.dragon_wall_head": "Dragon Wall Head", + "block.minecraft.dragon_head": "Dragon Head", + "block.minecraft.end_gateway": "End Gateway", + "block.minecraft.structure_void": "Structure Void", + "block.minecraft.structure_block": "Structure Block", + "block.minecraft.void_air": "Void Air", + "block.minecraft.cave_air": "Cave Air", + "block.minecraft.bubble_column": "Bubble Column", + "block.minecraft.dead_tube_coral_block": "Dead Tube Coral Block", + "block.minecraft.dead_brain_coral_block": "Dead Brain Coral Block", + "block.minecraft.dead_bubble_coral_block": "Dead Bubble Coral Block", + "block.minecraft.dead_fire_coral_block": "Dead Fire Coral Block", + "block.minecraft.dead_horn_coral_block": "Dead Horn Coral Block", + "block.minecraft.tube_coral_block": "Tube Coral Block", + "block.minecraft.brain_coral_block": "Brain Coral Block", + "block.minecraft.bubble_coral_block": "Bubble Coral Block", + "block.minecraft.fire_coral_block": "Fire Coral Block", + "block.minecraft.horn_coral_block": "Horn Coral Block", + "block.minecraft.tube_coral": "Tube Coral", + "block.minecraft.brain_coral": "Brain Coral", + "block.minecraft.bubble_coral": "Bubble Coral", + "block.minecraft.fire_coral": "Fire Coral", + "block.minecraft.horn_coral": "Horn Coral", + "block.minecraft.dead_tube_coral": "Dead Tube Coral", + "block.minecraft.dead_brain_coral": "Dead Brain Coral", + "block.minecraft.dead_bubble_coral": "Dead Bubble Coral", + "block.minecraft.dead_fire_coral": "Dead Fire Coral", + "block.minecraft.dead_horn_coral": "Dead Horn Coral", + "block.minecraft.tube_coral_fan": "Tube Coral Fan", + "block.minecraft.brain_coral_fan": "Brain Coral Fan", + "block.minecraft.bubble_coral_fan": "Bubble Coral Fan", + "block.minecraft.fire_coral_fan": "Fire Coral Fan", + "block.minecraft.horn_coral_fan": "Horn Coral Fan", + "block.minecraft.dead_tube_coral_fan": "Dead Tube Coral Fan", + "block.minecraft.dead_brain_coral_fan": "Dead Brain Coral Fan", + "block.minecraft.dead_bubble_coral_fan": "Dead Bubble Coral Fan", + "block.minecraft.dead_fire_coral_fan": "Dead Fire Coral Fan", + "block.minecraft.dead_horn_coral_fan": "Dead Horn Coral Fan", + "block.minecraft.tube_coral_wall_fan": "Tube Coral Wall Fan", + "block.minecraft.brain_coral_wall_fan": "Brain Coral Wall Fan", + "block.minecraft.bubble_coral_wall_fan": "Bubble Coral Wall Fan", + "block.minecraft.fire_coral_wall_fan": "Fire Coral Wall Fan", + "block.minecraft.horn_coral_wall_fan": "Horn Coral Wall Fan", + "block.minecraft.dead_tube_coral_wall_fan": "Dead Tube Coral Wall Fan", + "block.minecraft.dead_brain_coral_wall_fan": "Dead Brain Coral Wall Fan", + "block.minecraft.dead_bubble_coral_wall_fan": "Dead Bubble Coral Wall Fan", + "block.minecraft.dead_fire_coral_wall_fan": "Dead Fire Coral Wall Fan", + "block.minecraft.dead_horn_coral_wall_fan": "Dead Horn Coral Wall Fan", + "block.minecraft.loom": "Loom", + "block.minecraft.conduit": "Conduit", + "block.minecraft.bamboo": "Bamboo", + "block.minecraft.bamboo_sapling": "Bamboo Sapling", + "block.minecraft.jigsaw": "Jigsaw Block", + "block.minecraft.composter": "Composter", + "block.minecraft.polished_granite_stairs": "Polished Granite Stairs", + "block.minecraft.smooth_red_sandstone_stairs": "Smooth Red Sandstone Stairs", + "block.minecraft.mossy_stone_brick_stairs": "Mossy Stone Brick Stairs", + "block.minecraft.polished_diorite_stairs": "Polished Diorite Stairs", + "block.minecraft.mossy_cobblestone_stairs": "Mossy Cobblestone Stairs", + "block.minecraft.end_stone_brick_stairs": "End Stone Brick Stairs", + "block.minecraft.stone_stairs": "Stone Stairs", + "block.minecraft.smooth_sandstone_stairs": "Smooth Sandstone Stairs", + "block.minecraft.smooth_quartz_stairs": "Smooth Quartz Stairs", + "block.minecraft.granite_stairs": "Granite Stairs", + "block.minecraft.andesite_stairs": "Andesite Stairs", + "block.minecraft.red_nether_brick_stairs": "Red Nether Brick Stairs", + "block.minecraft.polished_andesite_stairs": "Polished Andesite Stairs", + "block.minecraft.diorite_stairs": "Diorite Stairs", + "block.minecraft.polished_granite_slab": "Polished Granite Slab", + "block.minecraft.smooth_red_sandstone_slab": "Smooth Red Sandstone Slab", + "block.minecraft.mossy_stone_brick_slab": "Mossy Stone Brick Slab", + "block.minecraft.polished_diorite_slab": "Polished Diorite Slab", + "block.minecraft.mossy_cobblestone_slab": "Mossy Cobblestone Slab", + "block.minecraft.end_stone_brick_slab": "End Stone Brick Slab", + "block.minecraft.smooth_sandstone_slab": "Smooth Sandstone Slab", + "block.minecraft.smooth_quartz_slab": "Smooth Quartz Slab", + "block.minecraft.granite_slab": "Granite Slab", + "block.minecraft.andesite_slab": "Andesite Slab", + "block.minecraft.red_nether_brick_slab": "Red Nether Brick Slab", + "block.minecraft.polished_andesite_slab": "Polished Andesite Slab", + "block.minecraft.diorite_slab": "Diorite Slab", + "block.minecraft.brick_wall": "Brick Wall", + "block.minecraft.prismarine_wall": "Prismarine Wall", + "block.minecraft.red_sandstone_wall": "Red Sandstone Wall", + "block.minecraft.mossy_stone_brick_wall": "Mossy Stone Brick Wall", + "block.minecraft.granite_wall": "Granite Wall", + "block.minecraft.stone_brick_wall": "Stone Brick Wall", + "block.minecraft.nether_brick_wall": "Nether Brick Wall", + "block.minecraft.andesite_wall": "Andesite Wall", + "block.minecraft.red_nether_brick_wall": "Red Nether Brick Wall", + "block.minecraft.sandstone_wall": "Sandstone Wall", + "block.minecraft.end_stone_brick_wall": "End Stone Brick Wall", + "block.minecraft.diorite_wall": "Diorite Wall", + "block.minecraft.barrel": "Barrel", + "block.minecraft.smoker": "Smoker", + "block.minecraft.blast_furnace": "Blast Furnace", + "block.minecraft.cartography_table": "Cartography Table", + "block.minecraft.fletching_table": "Fletching Table", + "block.minecraft.smithing_table": "Smithing Table", + "block.minecraft.grindstone": "Grindstone", + "block.minecraft.lectern": "Lectern", + "block.minecraft.stonecutter": "Stonecutter", + "block.minecraft.bell": "Bell", + "block.minecraft.ominous_banner": "Ominous Banner", + "block.minecraft.lantern": "Lantern", + "block.minecraft.sweet_berry_bush": "Sweet Berry Bush", + "block.minecraft.campfire": "Campfire", + "item.minecraft.name_tag": "Name Tag", + "item.minecraft.lead": "Lead", + "item.minecraft.iron_shovel": "Iron Shovel", + "item.minecraft.iron_pickaxe": "Iron Pickaxe", + "item.minecraft.iron_axe": "Iron Axe", + "item.minecraft.flint_and_steel": "Flint and Steel", + "item.minecraft.apple": "Apple", + "item.minecraft.cookie": "Cookie", + "item.minecraft.bow": "Bow", + "item.minecraft.arrow": "Arrow", + "item.minecraft.spectral_arrow": "Spectral Arrow", + "item.minecraft.tipped_arrow": "Tipped Arrow", + "item.minecraft.dried_kelp": "Dried Kelp", + "item.minecraft.coal": "Coal", + "item.minecraft.charcoal": "Charcoal", + "item.minecraft.diamond": "Diamond", + "item.minecraft.emerald": "Emerald", + "item.minecraft.iron_ingot": "Iron Ingot", + "item.minecraft.gold_ingot": "Gold Ingot", + "item.minecraft.iron_sword": "Iron Sword", + "item.minecraft.wooden_sword": "Wooden Sword", + "item.minecraft.wooden_shovel": "Wooden Shovel", + "item.minecraft.wooden_pickaxe": "Wooden Pickaxe", + "item.minecraft.wooden_axe": "Wooden Axe", + "item.minecraft.stone_sword": "Stone Sword", + "item.minecraft.stone_shovel": "Stone Shovel", + "item.minecraft.stone_pickaxe": "Stone Pickaxe", + "item.minecraft.stone_axe": "Stone Axe", + "item.minecraft.diamond_sword": "Diamond Sword", + "item.minecraft.diamond_shovel": "Diamond Shovel", + "item.minecraft.diamond_pickaxe": "Diamond Pickaxe", + "item.minecraft.diamond_axe": "Diamond Axe", + "item.minecraft.stick": "Stick", + "item.minecraft.bowl": "Bowl", + "item.minecraft.mushroom_stew": "Mushroom Stew", + "item.minecraft.golden_sword": "Golden Sword", + "item.minecraft.golden_shovel": "Golden Shovel", + "item.minecraft.golden_pickaxe": "Golden Pickaxe", + "item.minecraft.golden_axe": "Golden Axe", + "item.minecraft.string": "String", + "item.minecraft.feather": "Feather", + "item.minecraft.gunpowder": "Gunpowder", + "item.minecraft.wooden_hoe": "Wooden Hoe", + "item.minecraft.stone_hoe": "Stone Hoe", + "item.minecraft.iron_hoe": "Iron Hoe", + "item.minecraft.diamond_hoe": "Diamond Hoe", + "item.minecraft.golden_hoe": "Golden Hoe", + "item.minecraft.wheat_seeds": "Wheat Seeds", + "item.minecraft.pumpkin_seeds": "Pumpkin Seeds", + "item.minecraft.melon_seeds": "Melon Seeds", + "item.minecraft.melon_slice": "Melon Slice", + "item.minecraft.wheat": "Wheat", + "item.minecraft.bread": "Bread", + "item.minecraft.leather_helmet": "Leather Cap", + "item.minecraft.leather_chestplate": "Leather Tunic", + "item.minecraft.leather_leggings": "Leather Pants", + "item.minecraft.leather_boots": "Leather Boots", + "item.minecraft.chainmail_helmet": "Chainmail Helmet", + "item.minecraft.chainmail_chestplate": "Chainmail Chestplate", + "item.minecraft.chainmail_leggings": "Chainmail Leggings", + "item.minecraft.chainmail_boots": "Chainmail Boots", + "item.minecraft.iron_helmet": "Iron Helmet", + "item.minecraft.iron_chestplate": "Iron Chestplate", + "item.minecraft.iron_leggings": "Iron Leggings", + "item.minecraft.iron_boots": "Iron Boots", + "item.minecraft.diamond_helmet": "Diamond Helmet", + "item.minecraft.diamond_chestplate": "Diamond Chestplate", + "item.minecraft.diamond_leggings": "Diamond Leggings", + "item.minecraft.diamond_boots": "Diamond Boots", + "item.minecraft.golden_helmet": "Golden Helmet", + "item.minecraft.golden_chestplate": "Golden Chestplate", + "item.minecraft.golden_leggings": "Golden Leggings", + "item.minecraft.golden_boots": "Golden Boots", + "item.minecraft.flint": "Flint", + "item.minecraft.porkchop": "Raw Porkchop", + "item.minecraft.cooked_porkchop": "Cooked Porkchop", + "item.minecraft.chicken": "Raw Chicken", + "item.minecraft.cooked_chicken": "Cooked Chicken", + "item.minecraft.mutton": "Raw Mutton", + "item.minecraft.cooked_mutton": "Cooked Mutton", + "item.minecraft.rabbit": "Raw Rabbit", + "item.minecraft.cooked_rabbit": "Cooked Rabbit", + "item.minecraft.rabbit_stew": "Rabbit Stew", + "item.minecraft.rabbit_foot": "Rabbit's Foot", + "item.minecraft.rabbit_hide": "Rabbit Hide", + "item.minecraft.beef": "Raw Beef", + "item.minecraft.cooked_beef": "Steak", + "item.minecraft.painting": "Painting", + "item.minecraft.item_frame": "Item Frame", + "item.minecraft.golden_apple": "Golden Apple", + "item.minecraft.enchanted_golden_apple": "Enchanted Golden Apple", + "item.minecraft.sign": "Sign", + "item.minecraft.bucket": "Bucket", + "item.minecraft.water_bucket": "Water Bucket", + "item.minecraft.lava_bucket": "Lava Bucket", + "item.minecraft.pufferfish_bucket": "Bucket of Pufferfish", + "item.minecraft.salmon_bucket": "Bucket of Salmon", + "item.minecraft.cod_bucket": "Bucket of Cod", + "item.minecraft.tropical_fish_bucket": "Bucket of Tropical Fish", + "item.minecraft.minecart": "Minecart", + "item.minecraft.saddle": "Saddle", + "item.minecraft.redstone": "Redstone Dust", + "item.minecraft.snowball": "Snowball", + "item.minecraft.oak_boat": "Oak Boat", + "item.minecraft.spruce_boat": "Spruce Boat", + "item.minecraft.birch_boat": "Birch Boat", + "item.minecraft.jungle_boat": "Jungle Boat", + "item.minecraft.acacia_boat": "Acacia Boat", + "item.minecraft.dark_oak_boat": "Dark Oak Boat", + "item.minecraft.leather": "Leather", + "item.minecraft.milk_bucket": "Milk Bucket", + "item.minecraft.brick": "Brick", + "item.minecraft.clay_ball": "Clay", + "item.minecraft.paper": "Paper", + "item.minecraft.book": "Book", + "item.minecraft.slime_ball": "Slimeball", + "item.minecraft.chest_minecart": "Minecart with Chest", + "item.minecraft.furnace_minecart": "Minecart with Furnace", + "item.minecraft.tnt_minecart": "Minecart with TNT", + "item.minecraft.hopper_minecart": "Minecart with Hopper", + "item.minecraft.command_block_minecart": "Minecart with Command Block", + "item.minecraft.egg": "Egg", + "item.minecraft.compass": "Compass", + "item.minecraft.fishing_rod": "Fishing Rod", + "item.minecraft.clock": "Clock", + "item.minecraft.glowstone_dust": "Glowstone Dust", + "item.minecraft.cod": "Raw Cod", + "item.minecraft.salmon": "Raw Salmon", + "item.minecraft.pufferfish": "Pufferfish", + "item.minecraft.tropical_fish": "Tropical Fish", + "item.minecraft.cooked_cod": "Cooked Cod", + "item.minecraft.cooked_salmon": "Cooked Salmon", + "item.minecraft.music_disc_13": "Music Disc", + "item.minecraft.music_disc_cat": "Music Disc", + "item.minecraft.music_disc_blocks": "Music Disc", + "item.minecraft.music_disc_chirp": "Music Disc", + "item.minecraft.music_disc_far": "Music Disc", + "item.minecraft.music_disc_mall": "Music Disc", + "item.minecraft.music_disc_mellohi": "Music Disc", + "item.minecraft.music_disc_stal": "Music Disc", + "item.minecraft.music_disc_strad": "Music Disc", + "item.minecraft.music_disc_ward": "Music Disc", + "item.minecraft.music_disc_11": "Music Disc", + "item.minecraft.music_disc_wait": "Music Disc", + "item.minecraft.music_disc_13.desc": "C418 - 13", + "item.minecraft.music_disc_cat.desc": "C418 - cat", + "item.minecraft.music_disc_blocks.desc": "C418 - blocks", + "item.minecraft.music_disc_chirp.desc": "C418 - chirp", + "item.minecraft.music_disc_far.desc": "C418 - far", + "item.minecraft.music_disc_mall.desc": "C418 - mall", + "item.minecraft.music_disc_mellohi.desc": "C418 - mellohi", + "item.minecraft.music_disc_stal.desc": "C418 - stal", + "item.minecraft.music_disc_strad.desc": "C418 - strad", + "item.minecraft.music_disc_ward.desc": "C418 - ward", + "item.minecraft.music_disc_11.desc": "C418 - 11", + "item.minecraft.music_disc_wait.desc": "C418 - wait", + "item.minecraft.bone": "Bone", + "item.minecraft.ink_sac": "Ink Sac", + "item.minecraft.red_dye": "Red Dye", + "item.minecraft.green_dye": "Green Dye", + "item.minecraft.cocoa_beans": "Cocoa Beans", + "item.minecraft.lapis_lazuli": "Lapis Lazuli", + "item.minecraft.purple_dye": "Purple Dye", + "item.minecraft.cyan_dye": "Cyan Dye", + "item.minecraft.light_gray_dye": "Light Gray Dye", + "item.minecraft.gray_dye": "Gray Dye", + "item.minecraft.pink_dye": "Pink Dye", + "item.minecraft.lime_dye": "Lime Dye", + "item.minecraft.yellow_dye": "Yellow Dye", + "item.minecraft.light_blue_dye": "Light Blue Dye", + "item.minecraft.magenta_dye": "Magenta Dye", + "item.minecraft.orange_dye": "Orange Dye", + "item.minecraft.bone_meal": "Bone Meal", + "item.minecraft.blue_dye": "Blue Dye", + "item.minecraft.black_dye": "Black Dye", + "item.minecraft.brown_dye": "Brown Dye", + "item.minecraft.white_dye": "White Dye", + "item.minecraft.sugar": "Sugar", + "block.minecraft.black_bed": "Black Bed", + "block.minecraft.red_bed": "Red Bed", + "block.minecraft.green_bed": "Green Bed", + "block.minecraft.brown_bed": "Brown Bed", + "block.minecraft.blue_bed": "Blue Bed", + "block.minecraft.purple_bed": "Purple Bed", + "block.minecraft.cyan_bed": "Cyan Bed", + "block.minecraft.light_gray_bed": "Light Gray Bed", + "block.minecraft.gray_bed": "Gray Bed", + "block.minecraft.pink_bed": "Pink Bed", + "block.minecraft.lime_bed": "Lime Bed", + "block.minecraft.yellow_bed": "Yellow Bed", + "block.minecraft.light_blue_bed": "Light Blue Bed", + "block.minecraft.magenta_bed": "Magenta Bed", + "block.minecraft.orange_bed": "Orange Bed", + "block.minecraft.white_bed": "White Bed", + "block.minecraft.repeater": "Redstone Repeater", + "block.minecraft.comparator": "Redstone Comparator", + "item.minecraft.filled_map": "Map", + "item.minecraft.shears": "Shears", + "item.minecraft.rotten_flesh": "Rotten Flesh", + "item.minecraft.ender_pearl": "Ender Pearl", + "item.minecraft.blaze_rod": "Blaze Rod", + "item.minecraft.ghast_tear": "Ghast Tear", + "item.minecraft.nether_wart": "Nether Wart", + "item.minecraft.potion": "Potion", + "item.minecraft.splash_potion": "Splash Potion", + "item.minecraft.lingering_potion": "Lingering Potion", + "item.minecraft.end_crystal": "End Crystal", + "item.minecraft.gold_nugget": "Gold Nugget", + "item.minecraft.glass_bottle": "Glass Bottle", + "item.minecraft.spider_eye": "Spider Eye", + "item.minecraft.fermented_spider_eye": "Fermented Spider Eye", + "item.minecraft.blaze_powder": "Blaze Powder", + "item.minecraft.magma_cream": "Magma Cream", + "item.minecraft.cauldron": "Cauldron", + "item.minecraft.brewing_stand": "Brewing Stand", + "item.minecraft.ender_eye": "Eye of Ender", + "item.minecraft.glistering_melon_slice": "Glistering Melon Slice", + "item.minecraft.bat_spawn_egg": "Bat Spawn Egg", + "item.minecraft.blaze_spawn_egg": "Blaze Spawn Egg", + "item.minecraft.cat_spawn_egg": "Cat Spawn Egg", + "item.minecraft.cave_spider_spawn_egg": "Cave Spider Spawn Egg", + "item.minecraft.chicken_spawn_egg": "Chicken Spawn Egg", + "item.minecraft.cod_spawn_egg": "Cod Spawn Egg", + "item.minecraft.cow_spawn_egg": "Cow Spawn Egg", + "item.minecraft.creeper_spawn_egg": "Creeper Spawn Egg", + "item.minecraft.dolphin_spawn_egg": "Dolphin Spawn Egg", + "item.minecraft.donkey_spawn_egg": "Donkey Spawn Egg", + "item.minecraft.drowned_spawn_egg": "Drowned Spawn Egg", + "item.minecraft.elder_guardian_spawn_egg": "Elder Guardian Spawn Egg", + "item.minecraft.enderman_spawn_egg": "Enderman Spawn Egg", + "item.minecraft.endermite_spawn_egg": "Endermite Spawn Egg", + "item.minecraft.evoker_spawn_egg": "Evoker Spawn Egg", + "item.minecraft.ghast_spawn_egg": "Ghast Spawn Egg", + "item.minecraft.guardian_spawn_egg": "Guardian Spawn Egg", + "item.minecraft.horse_spawn_egg": "Horse Spawn Egg", + "item.minecraft.husk_spawn_egg": "Husk Spawn Egg", + "item.minecraft.ravager_spawn_egg": "Ravager Spawn Egg", + "item.minecraft.llama_spawn_egg": "Llama Spawn Egg", + "item.minecraft.magma_cube_spawn_egg": "Magma Cube Spawn Egg", + "item.minecraft.mooshroom_spawn_egg": "Mooshroom Spawn Egg", + "item.minecraft.mule_spawn_egg": "Mule Spawn Egg", + "item.minecraft.ocelot_spawn_egg": "Ocelot Spawn Egg", + "item.minecraft.panda_spawn_egg": "Panda Spawn Egg", + "item.minecraft.parrot_spawn_egg": "Parrot Spawn Egg", + "item.minecraft.pig_spawn_egg": "Pig Spawn Egg", + "item.minecraft.pillager_spawn_egg": "Pillager Spawn Egg", + "item.minecraft.phantom_spawn_egg": "Phantom Spawn Egg", + "item.minecraft.polar_bear_spawn_egg": "Polar Bear Spawn Egg", + "item.minecraft.pufferfish_spawn_egg": "Pufferfish Spawn Egg", + "item.minecraft.rabbit_spawn_egg": "Rabbit Spawn Egg", + "item.minecraft.fox_spawn_egg": "Fox Spawn Egg", + "item.minecraft.salmon_spawn_egg": "Salmon Spawn Egg", + "item.minecraft.sheep_spawn_egg": "Sheep Spawn Egg", + "item.minecraft.shulker_spawn_egg": "Shulker Spawn Egg", + "item.minecraft.silverfish_spawn_egg": "Silverfish Spawn Egg", + "item.minecraft.skeleton_spawn_egg": "Skeleton Spawn Egg", + "item.minecraft.skeleton_horse_spawn_egg": "Skeleton Horse Spawn Egg", + "item.minecraft.slime_spawn_egg": "Slime Spawn Egg", + "item.minecraft.spider_spawn_egg": "Spider Spawn Egg", + "item.minecraft.squid_spawn_egg": "Squid Spawn Egg", + "item.minecraft.stray_spawn_egg": "Stray Spawn Egg", + "item.minecraft.trader_llama_spawn_egg": "Trader Llama Spawn Egg", + "item.minecraft.tropical_fish_spawn_egg": "Tropical Fish Spawn Egg", + "item.minecraft.turtle_spawn_egg": "Turtle Spawn Egg", + "item.minecraft.vex_spawn_egg": "Vex Spawn Egg", + "item.minecraft.villager_spawn_egg": "Villager Spawn Egg", + "item.minecraft.wandering_trader_spawn_egg": "Wandering Trader Spawn Egg", + "item.minecraft.vindicator_spawn_egg": "Vindicator Spawn Egg", + "item.minecraft.witch_spawn_egg": "Witch Spawn Egg", + "item.minecraft.wither_skeleton_spawn_egg": "Wither Skeleton Spawn Egg", + "item.minecraft.wolf_spawn_egg": "Wolf Spawn Egg", + "item.minecraft.zombie_spawn_egg": "Zombie Spawn Egg", + "item.minecraft.zombie_horse_spawn_egg": "Zombie Horse Spawn Egg", + "item.minecraft.zombie_pigman_spawn_egg": "Zombie Pigman Spawn Egg", + "item.minecraft.zombie_villager_spawn_egg": "Zombie Villager Spawn Egg", + "item.minecraft.experience_bottle": "Bottle o' Enchanting", + "item.minecraft.fire_charge": "Fire Charge", + "item.minecraft.writable_book": "Book and Quill", + "item.minecraft.written_book": "Written Book", + "item.minecraft.flower_pot": "Flower Pot", + "item.minecraft.map": "Empty Map", + "item.minecraft.carrot": "Carrot", + "item.minecraft.golden_carrot": "Golden Carrot", + "item.minecraft.potato": "Potato", + "item.minecraft.baked_potato": "Baked Potato", + "item.minecraft.poisonous_potato": "Poisonous Potato", + "item.minecraft.skeleton_skull": "Skeleton Skull", + "item.minecraft.wither_skeleton_skull": "Wither Skeleton Skull", + "item.minecraft.zombie_head": "Zombie Head", + "item.minecraft.creeper_head": "Creeper Head", + "item.minecraft.dragon_head": "Dragon Head", + "item.minecraft.carrot_on_a_stick": "Carrot on a Stick", + "item.minecraft.nether_star": "Nether Star", + "item.minecraft.pumpkin_pie": "Pumpkin Pie", + "item.minecraft.enchanted_book": "Enchanted Book", + "item.minecraft.firework_rocket": "Firework Rocket", + "item.minecraft.firework_rocket.flight": "Flight Duration:", + "item.minecraft.firework_star": "Firework Star", + "item.minecraft.firework_star.black": "Black", + "item.minecraft.firework_star.red": "Red", + "item.minecraft.firework_star.green": "Green", + "item.minecraft.firework_star.brown": "Brown", + "item.minecraft.firework_star.blue": "Blue", + "item.minecraft.firework_star.purple": "Purple", + "item.minecraft.firework_star.cyan": "Cyan", + "item.minecraft.firework_star.light_gray": "Light Gray", + "item.minecraft.firework_star.gray": "Gray", + "item.minecraft.firework_star.pink": "Pink", + "item.minecraft.firework_star.lime": "Lime", + "item.minecraft.firework_star.yellow": "Yellow", + "item.minecraft.firework_star.light_blue": "Light Blue", + "item.minecraft.firework_star.magenta": "Magenta", + "item.minecraft.firework_star.orange": "Orange", + "item.minecraft.firework_star.white": "White", + "item.minecraft.firework_star.custom_color": "Custom", + "item.minecraft.firework_star.fade_to": "Fade to", + "item.minecraft.firework_star.flicker": "Twinkle", + "item.minecraft.firework_star.trail": "Trail", + "item.minecraft.firework_star.shape.small_ball": "Small Ball", + "item.minecraft.firework_star.shape.large_ball": "Large Ball", + "item.minecraft.firework_star.shape.star": "Star-shaped", + "item.minecraft.firework_star.shape.creeper": "Creeper-shaped", + "item.minecraft.firework_star.shape.burst": "Burst", + "item.minecraft.firework_star.shape": "Unknown Shape", + "item.minecraft.nether_brick": "Nether Brick", + "item.minecraft.quartz": "Nether Quartz", + "item.minecraft.armor_stand": "Armor Stand", + "item.minecraft.iron_horse_armor": "Iron Horse Armor", + "item.minecraft.golden_horse_armor": "Golden Horse Armor", + "item.minecraft.diamond_horse_armor": "Diamond Horse Armor", + "item.minecraft.leather_horse_armor": "Leather Horse Armor", + "item.minecraft.prismarine_shard": "Prismarine Shard", + "item.minecraft.prismarine_crystals": "Prismarine Crystals", + "item.minecraft.chorus_fruit": "Chorus Fruit", + "item.minecraft.popped_chorus_fruit": "Popped Chorus Fruit", + "item.minecraft.beetroot": "Beetroot", + "item.minecraft.beetroot_seeds": "Beetroot Seeds", + "item.minecraft.beetroot_soup": "Beetroot Soup", + "item.minecraft.dragon_breath": "Dragon's Breath", + "item.minecraft.elytra": "Elytra", + "item.minecraft.totem_of_undying": "Totem of Undying", + "item.minecraft.shulker_shell": "Shulker Shell", + "item.minecraft.iron_nugget": "Iron Nugget", + "item.minecraft.knowledge_book": "Knowledge Book", + "item.minecraft.debug_stick": "Debug Stick", + "item.minecraft.debug_stick.empty": "%s has no properties", + "item.minecraft.debug_stick.update": "\"%s\" to %s", + "item.minecraft.debug_stick.select": "selected \"%s\" (%s)", + "item.minecraft.trident": "Trident", + "item.minecraft.scute": "Scute", + "item.minecraft.turtle_helmet": "Turtle Shell", + "item.minecraft.phantom_membrane": "Phantom Membrane", + "item.minecraft.nautilus_shell": "Nautilus Shell", + "item.minecraft.heart_of_the_sea": "Heart of the Sea", + "item.minecraft.crossbow": "Crossbow", + "item.minecraft.crossbow.projectile": "Projectile:", + "item.minecraft.suspicious_stew": "Suspicious Stew", + "item.minecraft.creeper_banner_pattern": "Banner Pattern", + "item.minecraft.skull_banner_pattern": "Banner Pattern", + "item.minecraft.flower_banner_pattern": "Banner Pattern", + "item.minecraft.mojang_banner_pattern": "Banner Pattern", + "item.minecraft.globe_banner_pattern": "Banner Pattern", + "item.minecraft.creeper_banner_pattern.desc": "Creeper Charge", + "item.minecraft.skull_banner_pattern.desc": "Skull Charge", + "item.minecraft.flower_banner_pattern.desc": "Flower Charge", + "item.minecraft.mojang_banner_pattern.desc": "Thing", + "item.minecraft.globe_banner_pattern.desc": "Globe", + "item.minecraft.sweet_berries": "Sweet Berries", + "container.inventory": "Inventory", + "container.hopper": "Item Hopper", + "container.crafting": "Crafting", + "container.dispenser": "Dispenser", + "container.dropper": "Dropper", + "container.furnace": "Furnace", + "container.enchant": "Enchant", + "container.smoker": "Smoker", + "container.lectern": "Lectern", + "container.blast_furnace": "Blast Furnace", + "container.enchant.lapis.one": "1 Lapis Lazuli", + "container.enchant.lapis.many": "%s Lapis Lazuli", + "container.enchant.level.one": "1 Enchantment Level", + "container.enchant.level.many": "%s Enchantment Levels", + "container.enchant.level.requirement": "Level requirement: %s", + "container.enchant.clue": "%s . . . ?", + "container.repair": "Repair & Name", + "container.repair.cost": "Enchantment Cost: %1$s", + "container.repair.expensive": "Too Expensive!", + "container.creative": "Item Selection", + "container.brewing": "Brewing Stand", + "container.chest": "Chest", + "container.chestDouble": "Large Chest", + "container.enderchest": "Ender Chest", + "container.beacon": "Beacon", + "container.shulkerBox": "Shulker Box", + "container.shulkerBox.more": "and %s more...", + "container.barrel": "Barrel", + "container.spectatorCantOpen": "Unable to open. Loot not generated yet.", + "container.isLocked": "%s is locked!", + "container.loom": "Loom", + "container.grindstone_title": "Repair & Disenchant", + "container.cartography_table": "Cartography Table", + "container.stonecutter": "Stonecutter", + "structure_block.invalid_structure_name": "Invalid structure name '%s'", + "structure_block.save_success": "Structure saved as '%s'", + "structure_block.save_failure": "Unable to save structure '%s'", + "structure_block.load_success": "Structure loaded from '%s'", + "structure_block.load_prepare": "Structure '%s' position prepared", + "structure_block.load_not_found": "Structure '%s' is not available", + "structure_block.size_success": "Size successfully detected for '%s'", + "structure_block.size_failure": "Unable to detect structure size. Add corners with matching structure names", + "structure_block.mode.save": "Save", + "structure_block.mode.load": "Load", + "structure_block.mode.data": "Data", + "structure_block.mode.corner": "Corner", + "structure_block.hover.save": "Save: %s", + "structure_block.hover.load": "Load: %s", + "structure_block.hover.data": "Data: %s", + "structure_block.hover.corner": "Corner: %s", + "structure_block.mode_info.save": "Save mode - write to file", + "structure_block.mode_info.load": "Load mode - load from file", + "structure_block.mode_info.data": "Data mode - game logic marker", + "structure_block.mode_info.corner": "Corner mode - placement and size marker", + "structure_block.structure_name": "Structure Name", + "structure_block.custom_data": "Custom Data Tag Name", + "structure_block.position": "Relative Position", + "structure_block.position.x": "relative Position x", + "structure_block.position.y": "relative position y", + "structure_block.position.z": "relative position z", + "structure_block.size": "Structure Size", + "structure_block.size.x": "structure size x", + "structure_block.size.y": "structure size y", + "structure_block.size.z": "structure size z", + "structure_block.integrity": "Structure Integrity and Seed", + "structure_block.integrity.integrity": "Structure Integrity", + "structure_block.integrity.seed": "Structure Seed", + "structure_block.include_entities": "Include entities:", + "structure_block.detect_size": "Detect structure size and position:", + "structure_block.button.detect_size": "DETECT", + "structure_block.button.save": "SAVE", + "structure_block.button.load": "LOAD", + "structure_block.show_air": "Show invisible blocks:", + "structure_block.show_boundingbox": "Show bounding box:", + "jigsaw_block.target_pool": "Target pool:", + "jigsaw_block.attachement_type": "Attachment type:", + "jigsaw_block.final_state": "Turns into:", + "item.dyed": "Dyed", + "item.unbreakable": "Unbreakable", + "item.canBreak": "Can break:", + "item.canPlace": "Can be placed on:", + "item.color": "Color: %s", + "item.nbt_tags": "NBT: %s tag(s)", + "item.durability": "Durability: %s / %s", + "filled_map.mansion": "Woodland Explorer Map", + "filled_map.monument": "Ocean Explorer Map", + "filled_map.buried_treasure": "Buried Treasure Map", + "filled_map.unknown": "Unknown Map", + "filled_map.id": "Id #%s", + "filled_map.level": "(Level %s/%s)", + "filled_map.scale": "Scaling at 1:%s", + "filled_map.locked": "Locked", + "entity.minecraft.area_effect_cloud": "Area Effect Cloud", + "entity.minecraft.armor_stand": "Armor Stand", + "entity.minecraft.arrow": "Arrow", + "entity.minecraft.bat": "Bat", + "entity.minecraft.blaze": "Blaze", + "entity.minecraft.boat": "Boat", + "entity.minecraft.cat": "Cat", + "entity.minecraft.cave_spider": "Cave Spider", + "entity.minecraft.chest_minecart": "Minecart with Chest", + "entity.minecraft.chicken": "Chicken", + "entity.minecraft.command_block_minecart": "Minecart with Command Block", + "entity.minecraft.cod": "Cod", + "entity.minecraft.cow": "Cow", + "entity.minecraft.creeper": "Creeper", + "entity.minecraft.dolphin": "Dolphin", + "entity.minecraft.donkey": "Donkey", + "entity.minecraft.drowned": "Drowned", + "entity.minecraft.dragon_fireball": "Dragon Fireball", + "entity.minecraft.egg": "Thrown Egg", + "entity.minecraft.elder_guardian": "Elder Guardian", + "entity.minecraft.end_crystal": "End Crystal", + "entity.minecraft.ender_dragon": "Ender Dragon", + "entity.minecraft.ender_pearl": "Thrown Ender Pearl", + "entity.minecraft.enderman": "Enderman", + "entity.minecraft.endermite": "Endermite", + "entity.minecraft.evoker_fangs": "Evoker Fangs", + "entity.minecraft.evoker": "Evoker", + "entity.minecraft.eye_of_ender": "Eye of Ender", + "entity.minecraft.falling_block": "Falling Block", + "entity.minecraft.fireball": "Fireball", + "entity.minecraft.firework_rocket": "Firework Rocket", + "entity.minecraft.fishing_bobber": "Fishing Bobber", + "entity.minecraft.fox": "Fox", + "entity.minecraft.furnace_minecart": "Minecart with Furnace", + "entity.minecraft.ghast": "Ghast", + "entity.minecraft.giant": "Giant", + "entity.minecraft.guardian": "Guardian", + "entity.minecraft.hopper_minecart": "Minecart with Hopper", + "entity.minecraft.horse": "Horse", + "entity.minecraft.husk": "Husk", + "entity.minecraft.ravager": "Ravager", + "entity.minecraft.illusioner": "Illusioner", + "entity.minecraft.item": "Item", + "entity.minecraft.item_frame": "Item Frame", + "entity.minecraft.killer_bunny": "The Killer Bunny", + "entity.minecraft.leash_knot": "Leash Knot", + "entity.minecraft.lightning_bolt": "Lightning Bolt", + "entity.minecraft.llama": "Llama", + "entity.minecraft.llama_spit": "Llama Spit", + "entity.minecraft.magma_cube": "Magma Cube", + "entity.minecraft.minecart": "Minecart", + "entity.minecraft.mooshroom": "Mooshroom", + "entity.minecraft.mule": "Mule", + "entity.minecraft.ocelot": "Ocelot", + "entity.minecraft.painting": "Painting", + "entity.minecraft.panda": "Panda", + "entity.minecraft.parrot": "Parrot", + "entity.minecraft.phantom": "Phantom", + "entity.minecraft.pig": "Pig", + "entity.minecraft.pillager": "Pillager", + "entity.minecraft.player": "Player", + "entity.minecraft.polar_bear": "Polar Bear", + "entity.minecraft.potion": "Potion", + "entity.minecraft.pufferfish": "Pufferfish", + "entity.minecraft.rabbit": "Rabbit", + "entity.minecraft.salmon": "Salmon", + "entity.minecraft.sheep": "Sheep", + "entity.minecraft.shulker": "Shulker", + "entity.minecraft.shulker_bullet": "Shulker Bullet", + "entity.minecraft.silverfish": "Silverfish", + "entity.minecraft.skeleton": "Skeleton", + "entity.minecraft.skeleton_horse": "Skeleton Horse", + "entity.minecraft.slime": "Slime", + "entity.minecraft.small_fireball": "Small Fireball", + "entity.minecraft.snowball": "Snowball", + "entity.minecraft.snow_golem": "Snow Golem", + "entity.minecraft.spawner_minecart": "Minecart with Spawner", + "entity.minecraft.spectral_arrow": "Spectral Arrow", + "entity.minecraft.spider": "Spider", + "entity.minecraft.squid": "Squid", + "entity.minecraft.stray": "Stray", + "entity.minecraft.tnt": "Primed TNT", + "entity.minecraft.tnt_minecart": "Minecart with TNT", + "entity.minecraft.trader_llama": "Trader Llama", + "entity.minecraft.trident": "Trident", + "entity.minecraft.tropical_fish": "Tropical Fish", + "entity.minecraft.tropical_fish.predefined.0": "Anemone", + "entity.minecraft.tropical_fish.predefined.1": "Black Tang", + "entity.minecraft.tropical_fish.predefined.2": "Blue Tang", + "entity.minecraft.tropical_fish.predefined.3": "Butterflyfish", + "entity.minecraft.tropical_fish.predefined.4": "Cichlid", + "entity.minecraft.tropical_fish.predefined.5": "Clownfish", + "entity.minecraft.tropical_fish.predefined.6": "Cotton Candy Betta", + "entity.minecraft.tropical_fish.predefined.7": "Dottyback", + "entity.minecraft.tropical_fish.predefined.8": "Emperor Red Snapper", + "entity.minecraft.tropical_fish.predefined.9": "Goatfish", + "entity.minecraft.tropical_fish.predefined.10": "Moorish Idol", + "entity.minecraft.tropical_fish.predefined.11": "Ornate Butterflyfish", + "entity.minecraft.tropical_fish.predefined.12": "Parrotfish", + "entity.minecraft.tropical_fish.predefined.13": "Queen Angelfish", + "entity.minecraft.tropical_fish.predefined.14": "Red Cichlid", + "entity.minecraft.tropical_fish.predefined.15": "Red Lipped Blenny", + "entity.minecraft.tropical_fish.predefined.16": "Red Snapper", + "entity.minecraft.tropical_fish.predefined.17": "Threadfin", + "entity.minecraft.tropical_fish.predefined.18": "Tomato Clownfish", + "entity.minecraft.tropical_fish.predefined.19": "Triggerfish", + "entity.minecraft.tropical_fish.predefined.20": "Yellowtail Parrotfish", + "entity.minecraft.tropical_fish.predefined.21": "Yellow Tang", + "entity.minecraft.tropical_fish.type.flopper": "Flopper", + "entity.minecraft.tropical_fish.type.stripey": "Stripey", + "entity.minecraft.tropical_fish.type.glitter": "Glitter", + "entity.minecraft.tropical_fish.type.blockfish": "Blockfish", + "entity.minecraft.tropical_fish.type.betty": "Betty", + "entity.minecraft.tropical_fish.type.clayfish": "Clayfish", + "entity.minecraft.tropical_fish.type.kob": "Kob", + "entity.minecraft.tropical_fish.type.sunstreak": "SunStreak", + "entity.minecraft.tropical_fish.type.snooper": "Snooper", + "entity.minecraft.tropical_fish.type.dasher": "Dasher", + "entity.minecraft.tropical_fish.type.brinely": "Brinely", + "entity.minecraft.tropical_fish.type.spotty": "Spotty", + "entity.minecraft.turtle": "Turtle", + "entity.minecraft.vex": "Vex", + "entity.minecraft.villager.armorer": "Armorer", + "entity.minecraft.villager.butcher": "Butcher", + "entity.minecraft.villager.cartographer": "Cartographer", + "entity.minecraft.villager.cleric": "Cleric", + "entity.minecraft.villager.farmer": "Farmer", + "entity.minecraft.villager.fisherman": "Fisherman", + "entity.minecraft.villager.fletcher": "Fletcher", + "entity.minecraft.villager.leatherworker": "Leatherworker", + "entity.minecraft.villager.librarian": "Librarian", + "entity.minecraft.villager.mason": "Mason", + "entity.minecraft.villager.none": "Villager", + "entity.minecraft.villager.nitwit": "Nitwit", + "entity.minecraft.villager.shepherd": "Shepherd", + "entity.minecraft.villager.toolsmith": "Toolsmith", + "entity.minecraft.villager.weaponsmith": "Weaponsmith", + "entity.minecraft.villager": "Villager", + "entity.minecraft.wandering_trader": "Wandering Trader", + "entity.minecraft.iron_golem": "Iron Golem", + "entity.minecraft.vindicator": "Vindicator", + "entity.minecraft.witch": "Witch", + "entity.minecraft.wither": "Wither", + "entity.minecraft.wither_skeleton": "Wither Skeleton", + "entity.minecraft.wither_skull": "Wither Skull", + "entity.minecraft.wolf": "Wolf", + "entity.minecraft.experience_bottle": "Thrown Bottle o' Enchanting", + "entity.minecraft.experience_orb": "Experience Orb", + "entity.minecraft.zombie": "Zombie", + "entity.minecraft.zombie_horse": "Zombie Horse", + "entity.minecraft.zombie_pigman": "Zombie Pigman", + "entity.minecraft.zombie_villager": "Zombie Villager", + "death.fell.accident.ladder": "%1$s fell off a ladder", + "death.fell.accident.vines": "%1$s fell off some vines", + "death.fell.accident.water": "%1$s fell out of the water", + "death.fell.accident.generic": "%1$s fell from a high place", + "death.fell.killer": "%1$s was doomed to fall", + "death.fell.assist": "%1$s was doomed to fall by %2$s", + "death.fell.assist.item": "%1$s was doomed to fall by %2$s using %3$s", + "death.fell.finish": "%1$s fell too far and was finished by %2$s", + "death.fell.finish.item": "%1$s fell too far and was finished by %2$s using %3$s", + "death.attack.lightningBolt": "%1$s was struck by lightning", + "death.attack.lightningBolt.player": "%1$s was struck by lightning whilst fighting %2$s", + "death.attack.inFire": "%1$s went up in flames", + "death.attack.inFire.player": "%1$s walked into fire whilst fighting %2$s", + "death.attack.onFire": "%1$s burned to death", + "death.attack.onFire.player": "%1$s was burnt to a crisp whilst fighting %2$s", + "death.attack.lava": "%1$s tried to swim in lava", + "death.attack.lava.player": "%1$s tried to swim in lava to escape %2$s", + "death.attack.hotFloor": "%1$s discovered the floor was lava", + "death.attack.hotFloor.player": "%1$s walked into danger zone due to %2$s", + "death.attack.inWall": "%1$s suffocated in a wall", + "death.attack.inWall.player": "%1$s suffocated in a wall whilst fighting %2$s", + "death.attack.cramming": "%1$s was squished too much", + "death.attack.cramming.player": "%1$s was squashed by %2$s", + "death.attack.drown": "%1$s drowned", + "death.attack.drown.player": "%1$s drowned whilst trying to escape %2$s", + "death.attack.starve": "%1$s starved to death", + "death.attack.starve.player": "%1$s starved to death whilst fighting %2$s", + "death.attack.cactus": "%1$s was pricked to death", + "death.attack.cactus.player": "%1$s walked into a cactus whilst trying to escape %2$s", + "death.attack.generic": "%1$s died", + "death.attack.generic.player": "%1$s died because of %2$s", + "death.attack.explosion": "%1$s blew up", + "death.attack.explosion.player": "%1$s was blown up by %2$s", + "death.attack.explosion.player.item": "%1$s was blown up by %2$s using %3$s", + "death.attack.magic": "%1$s was killed by magic", + "death.attack.even_more_magic": "%1$s was killed by even more magic", + "death.attack.message_too_long": "Actually, message was too long to deliver fully. Sorry! Here's stripped version: %s", + "death.attack.wither": "%1$s withered away", + "death.attack.wither.player": "%1$s withered away whilst fighting %2$s", + "death.attack.anvil": "%1$s was squashed by a falling anvil", + "death.attack.anvil.player": "%1$s was squashed by a falling anvil whilst fighting %2$s", + "death.attack.fallingBlock": "%1$s was squashed by a falling block", + "death.attack.fallingBlock.player": "%1$s was squashed by a falling block whilst fighting %2$s", + "death.attack.mob": "%1$s was slain by %2$s", + "death.attack.mob.item": "%1$s was slain by %2$s using %3$s", + "death.attack.player": "%1$s was slain by %2$s", + "death.attack.player.item": "%1$s was slain by %2$s using %3$s", + "death.attack.arrow": "%1$s was shot by %2$s", + "death.attack.arrow.item": "%1$s was shot by %2$s using %3$s", + "death.attack.fireball": "%1$s was fireballed by %2$s", + "death.attack.fireball.item": "%1$s was fireballed by %2$s using %3$s", + "death.attack.thrown": "%1$s was pummeled by %2$s", + "death.attack.thrown.item": "%1$s was pummeled by %2$s using %3$s", + "death.attack.indirectMagic": "%1$s was killed by %2$s using magic", + "death.attack.indirectMagic.item": "%1$s was killed by %2$s using %3$s", + "death.attack.thorns": "%1$s was killed trying to hurt %2$s", + "death.attack.thorns.item": "%1$s was killed by %3$s trying to hurt %2$s", + "death.attack.trident": "%1$s was impaled by %2$s", + "death.attack.trident.item": "%1$s was impaled by %2$s with %3$s", + "death.attack.fall": "%1$s hit the ground too hard", + "death.attack.fall.player": "%1$s hit the ground too hard whilst trying to escape %2$s", + "death.attack.outOfWorld": "%1$s fell out of the world", + "death.attack.outOfWorld.player": "%1$s didn't want to live in the same world as %2$s", + "death.attack.dragonBreath": "%1$s was roasted in dragon breath", + "death.attack.dragonBreath.player": "%1$s was roasted in dragon breath by %2$s", + "death.attack.flyIntoWall": "%1$s experienced kinetic energy", + "death.attack.flyIntoWall.player": "%1$s experienced kinetic energy whilst trying to escape %2$s", + "death.attack.fireworks": "%1$s went off with a bang", + "death.attack.fireworks.player": "%1$s went off with a bang whilst fighting %2$s", + "death.attack.netherBed.message": "%1$s was killed by %2$s", + "death.attack.netherBed.link": "Intentional Game Design", + "death.attack.sweetBerryBush": "%1$s was poked to death by a sweet berry bush", + "death.attack.sweetBerryBush.player": "%1$s was poked to death by a sweet berry bush whilst trying to escape %2$s", + "deathScreen.respawn": "Respawn", + "deathScreen.spectate": "Spectate world", + "deathScreen.deleteWorld": "Delete world", + "deathScreen.titleScreen": "Title screen", + "deathScreen.score": "Score", + "deathScreen.title.hardcore": "Game over!", + "deathScreen.title": "You died!", + "deathScreen.leaveServer": "Leave server", + "deathScreen.quit.confirm": "Are you sure you want to quit?", + "effect.none": "No Effects", + "effect.minecraft.speed": "Speed", + "effect.minecraft.slowness": "Slowness", + "effect.minecraft.haste": "Haste", + "effect.minecraft.mining_fatigue": "Mining Fatigue", + "effect.minecraft.strength": "Strength", + "effect.minecraft.instant_health": "Instant Health", + "effect.minecraft.instant_damage": "Instant Damage", + "effect.minecraft.jump_boost": "Jump Boost", + "effect.minecraft.nausea": "Nausea", + "effect.minecraft.regeneration": "Regeneration", + "effect.minecraft.resistance": "Resistance", + "effect.minecraft.fire_resistance": "Fire Resistance", + "effect.minecraft.water_breathing": "Water Breathing", + "effect.minecraft.invisibility": "Invisibility", + "effect.minecraft.blindness": "Blindness", + "effect.minecraft.night_vision": "Night Vision", + "effect.minecraft.hunger": "Hunger", + "effect.minecraft.weakness": "Weakness", + "effect.minecraft.poison": "Poison", + "effect.minecraft.wither": "Wither", + "effect.minecraft.health_boost": "Health Boost", + "effect.minecraft.absorption": "Absorption", + "effect.minecraft.saturation": "Saturation", + "effect.minecraft.glowing": "Glowing", + "effect.minecraft.luck": "Luck", + "effect.minecraft.unluck": "Bad Luck", + "effect.minecraft.levitation": "Levitation", + "effect.minecraft.slow_falling": "Slow Falling", + "effect.minecraft.conduit_power": "Conduit Power", + "effect.minecraft.dolphins_grace": "Dolphin's Grace", + "effect.minecraft.bad_omen": "Bad Omen", + "effect.minecraft.hero_of_the_village": "Hero of the Village", + "event.minecraft.raid": "Raid", + "event.minecraft.raid.raiders_remaining": "Raiders remaining: %s", + "event.minecraft.raid.victory": "Victory", + "event.minecraft.raid.defeat": "Defeat", + "item.minecraft.tipped_arrow.effect.empty": "Uncraftable Tipped Arrow", + "item.minecraft.tipped_arrow.effect.water": "Arrow of Splashing", + "item.minecraft.tipped_arrow.effect.mundane": "Tipped Arrow", + "item.minecraft.tipped_arrow.effect.thick": "Tipped Arrow", + "item.minecraft.tipped_arrow.effect.awkward": "Tipped Arrow", + "item.minecraft.tipped_arrow.effect.night_vision": "Arrow of Night Vision", + "item.minecraft.tipped_arrow.effect.invisibility": "Arrow of Invisibility", + "item.minecraft.tipped_arrow.effect.leaping": "Arrow of Leaping", + "item.minecraft.tipped_arrow.effect.fire_resistance": "Arrow of Fire Resistance", + "item.minecraft.tipped_arrow.effect.swiftness": "Arrow of Swiftness", + "item.minecraft.tipped_arrow.effect.slowness": "Arrow of Slowness", + "item.minecraft.tipped_arrow.effect.water_breathing": "Arrow of Water Breathing", + "item.minecraft.tipped_arrow.effect.healing": "Arrow of Healing", + "item.minecraft.tipped_arrow.effect.harming": "Arrow of Harming", + "item.minecraft.tipped_arrow.effect.poison": "Arrow of Poison", + "item.minecraft.tipped_arrow.effect.regeneration": "Arrow of Regeneration", + "item.minecraft.tipped_arrow.effect.strength": "Arrow of Strength", + "item.minecraft.tipped_arrow.effect.weakness": "Arrow of Weakness", + "item.minecraft.tipped_arrow.effect.levitation": "Arrow of Levitation", + "item.minecraft.tipped_arrow.effect.luck": "Arrow of Luck", + "item.minecraft.tipped_arrow.effect.turtle_master": "Arrow of the Turtle Master", + "item.minecraft.tipped_arrow.effect.slow_falling": "Arrow of Slow Falling", + "potion.whenDrank": "When Applied:", + "item.minecraft.potion.effect.empty": "Uncraftable Potion", + "item.minecraft.potion.effect.water": "Water Bottle", + "item.minecraft.potion.effect.mundane": "Mundane Potion", + "item.minecraft.potion.effect.thick": "Thick Potion", + "item.minecraft.potion.effect.awkward": "Awkward Potion", + "item.minecraft.potion.effect.night_vision": "Potion of Night Vision", + "item.minecraft.potion.effect.invisibility": "Potion of Invisibility", + "item.minecraft.potion.effect.leaping": "Potion of Leaping", + "item.minecraft.potion.effect.fire_resistance": "Potion of Fire Resistance", + "item.minecraft.potion.effect.swiftness": "Potion of Swiftness", + "item.minecraft.potion.effect.slowness": "Potion of Slowness", + "item.minecraft.potion.effect.water_breathing": "Potion of Water Breathing", + "item.minecraft.potion.effect.healing": "Potion of Healing", + "item.minecraft.potion.effect.harming": "Potion of Harming", + "item.minecraft.potion.effect.poison": "Potion of Poison", + "item.minecraft.potion.effect.regeneration": "Potion of Regeneration", + "item.minecraft.potion.effect.strength": "Potion of Strength", + "item.minecraft.potion.effect.weakness": "Potion of Weakness", + "item.minecraft.potion.effect.levitation": "Potion of Levitation", + "item.minecraft.potion.effect.luck": "Potion of Luck", + "item.minecraft.potion.effect.turtle_master": "Potion of the Turtle Master", + "item.minecraft.potion.effect.slow_falling": "Potion of Slow Falling", + "item.minecraft.splash_potion.effect.empty": "Splash Uncraftable Potion", + "item.minecraft.splash_potion.effect.water": "Splash Water Bottle", + "item.minecraft.splash_potion.effect.mundane": "Mundane Splash Potion", + "item.minecraft.splash_potion.effect.thick": "Thick Splash Potion", + "item.minecraft.splash_potion.effect.awkward": "Awkward Splash Potion", + "item.minecraft.splash_potion.effect.night_vision": "Splash Potion of Night Vision", + "item.minecraft.splash_potion.effect.invisibility": "Splash Potion of Invisibility", + "item.minecraft.splash_potion.effect.leaping": "Splash Potion of Leaping", + "item.minecraft.splash_potion.effect.fire_resistance": "Splash Potion of Fire Resistance", + "item.minecraft.splash_potion.effect.swiftness": "Splash Potion of Swiftness", + "item.minecraft.splash_potion.effect.slowness": "Splash Potion of Slowness", + "item.minecraft.splash_potion.effect.water_breathing": "Splash Potion of Water Breathing", + "item.minecraft.splash_potion.effect.healing": "Splash Potion of Healing", + "item.minecraft.splash_potion.effect.harming": "Splash Potion of Harming", + "item.minecraft.splash_potion.effect.poison": "Splash Potion of Poison", + "item.minecraft.splash_potion.effect.regeneration": "Splash Potion of Regeneration", + "item.minecraft.splash_potion.effect.strength": "Splash Potion of Strength", + "item.minecraft.splash_potion.effect.weakness": "Splash Potion of Weakness", + "item.minecraft.splash_potion.effect.levitation": "Splash Potion of Levitation", + "item.minecraft.splash_potion.effect.luck": "Splash Potion of Luck", + "item.minecraft.splash_potion.effect.turtle_master": "Splash Potion of the Turtle Master", + "item.minecraft.splash_potion.effect.slow_falling": "Splash Potion of Slow Falling", + "item.minecraft.lingering_potion.effect.empty": "Lingering Uncraftable Potion", + "item.minecraft.lingering_potion.effect.water": "Lingering Water Bottle", + "item.minecraft.lingering_potion.effect.mundane": "Mundane Lingering Potion", + "item.minecraft.lingering_potion.effect.thick": "Thick Lingering Potion", + "item.minecraft.lingering_potion.effect.awkward": "Awkward Lingering Potion", + "item.minecraft.lingering_potion.effect.night_vision": "Lingering Potion of Night Vision", + "item.minecraft.lingering_potion.effect.invisibility": "Lingering Potion of Invisibility", + "item.minecraft.lingering_potion.effect.leaping": "Lingering Potion of Leaping", + "item.minecraft.lingering_potion.effect.fire_resistance": "Lingering Potion of Fire Resistance", + "item.minecraft.lingering_potion.effect.swiftness": "Lingering Potion of Swiftness", + "item.minecraft.lingering_potion.effect.slowness": "Lingering Potion of Slowness", + "item.minecraft.lingering_potion.effect.water_breathing": "Lingering Potion of Water Breathing", + "item.minecraft.lingering_potion.effect.healing": "Lingering Potion of Healing", + "item.minecraft.lingering_potion.effect.harming": "Lingering Potion of Harming", + "item.minecraft.lingering_potion.effect.poison": "Lingering Potion of Poison", + "item.minecraft.lingering_potion.effect.regeneration": "Lingering Potion of Regeneration", + "item.minecraft.lingering_potion.effect.strength": "Lingering Potion of Strength", + "item.minecraft.lingering_potion.effect.weakness": "Lingering Potion of Weakness", + "item.minecraft.lingering_potion.effect.levitation": "Lingering Potion of Levitation", + "item.minecraft.lingering_potion.effect.luck": "Lingering Potion of Luck", + "item.minecraft.lingering_potion.effect.turtle_master": "Lingering Potion of the Turtle Master", + "item.minecraft.lingering_potion.effect.slow_falling": "Lingering Potion of Slow Falling", + "potion.potency.0": "", + "potion.potency.1": "II", + "potion.potency.2": "III", + "potion.potency.3": "IV", + "potion.potency.4": "V", + "potion.potency.5": "VI", + "enchantment.minecraft.sharpness": "Sharpness", + "enchantment.minecraft.smite": "Smite", + "enchantment.minecraft.bane_of_arthropods": "Bane of Arthropods", + "enchantment.minecraft.knockback": "Knockback", + "enchantment.minecraft.fire_aspect": "Fire Aspect", + "enchantment.minecraft.sweeping": "Sweeping Edge", + "enchantment.minecraft.protection": "Protection", + "enchantment.minecraft.fire_protection": "Fire Protection", + "enchantment.minecraft.feather_falling": "Feather Falling", + "enchantment.minecraft.blast_protection": "Blast Protection", + "enchantment.minecraft.projectile_protection": "Projectile Protection", + "enchantment.minecraft.respiration": "Respiration", + "enchantment.minecraft.aqua_affinity": "Aqua Affinity", + "enchantment.minecraft.depth_strider": "Depth Strider", + "enchantment.minecraft.frost_walker": "Frost Walker", + "enchantment.minecraft.efficiency": "Efficiency", + "enchantment.minecraft.silk_touch": "Silk Touch", + "enchantment.minecraft.unbreaking": "Unbreaking", + "enchantment.minecraft.looting": "Looting", + "enchantment.minecraft.fortune": "Fortune", + "enchantment.minecraft.luck_of_the_sea": "Luck of the Sea", + "enchantment.minecraft.lure": "Lure", + "enchantment.minecraft.power": "Power", + "enchantment.minecraft.flame": "Flame", + "enchantment.minecraft.punch": "Punch", + "enchantment.minecraft.infinity": "Infinity", + "enchantment.minecraft.thorns": "Thorns", + "enchantment.minecraft.mending": "Mending", + "enchantment.minecraft.binding_curse": "Curse of Binding", + "enchantment.minecraft.vanishing_curse": "Curse of Vanishing", + "enchantment.minecraft.loyalty": "Loyalty", + "enchantment.minecraft.impaling": "Impaling", + "enchantment.minecraft.riptide": "Riptide", + "enchantment.minecraft.channeling": "Channeling", + "enchantment.minecraft.multishot": "Multishot", + "enchantment.minecraft.quick_charge": "Quick Charge", + "enchantment.minecraft.piercing": "Piercing", + "enchantment.level.1": "I", + "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.level.10": "X", + "gui.advancements": "Advancements", + "gui.stats": "Statistics", + "advancements.empty": "There doesn't seem to be anything here...", + "advancements.toast.task": "Advancement Made!", + "advancements.toast.challenge": "Challenge Complete!", + "advancements.toast.goal": "Goal Reached!", + "stats.tooltip.type.statistic": "Statistic", + "stat.generalButton": "General", + "stat.blocksButton": "Blocks", + "stat.itemsButton": "Items", + "stat.mobsButton": "Mobs", + "stat_type.minecraft.mined": "Times Mined", + "stat_type.minecraft.crafted": "Times Crafted", + "stat_type.minecraft.used": "Times Used", + "stat_type.minecraft.broken": "Times Broken", + "stat_type.minecraft.picked_up": "Picked Up", + "stat_type.minecraft.dropped": "Dropped", + "stat_type.minecraft.killed": "You killed %s %s", + "stat_type.minecraft.killed.none": "You have never killed %s", + "stat_type.minecraft.killed_by": "%s killed you %s time(s)", + "stat_type.minecraft.killed_by.none": "You have never been killed by %s", + "stat.minecraft.animals_bred": "Animals Bred", + "stat.minecraft.aviate_one_cm": "Distance by Elytra", + "stat.minecraft.clean_armor": "Armor Pieces Cleaned", + "stat.minecraft.clean_banner": "Banners Cleaned", + "stat.minecraft.clean_shulker_box": "Shulker Boxes Cleaned", + "stat.minecraft.climb_one_cm": "Distance Climbed", + "stat.minecraft.bell_ring": "Bells Rung", + "stat.minecraft.boat_one_cm": "Distance by Boat", + "stat.minecraft.crouch_one_cm": "Distance Crouched", + "stat.minecraft.damage_dealt": "Damage Dealt", + "stat.minecraft.damage_dealt_absorbed": "Damage Dealt (Absorbed)", + "stat.minecraft.damage_dealt_resisted": "Damage Dealt (Resisted)", + "stat.minecraft.damage_taken": "Damage Taken", + "stat.minecraft.damage_blocked_by_shield": "Damage Blocked By Shield", + "stat.minecraft.damage_absorbed": "Damage Absorbed", + "stat.minecraft.damage_resisted": "Damage Resisted", + "stat.minecraft.deaths": "Number of Deaths", + "stat.minecraft.walk_under_water_one_cm": "Distance Walked under Water", + "stat.minecraft.drop": "Items Dropped", + "stat.minecraft.eat_cake_slice": "Cake Slices Eaten", + "stat.minecraft.enchant_item": "Items Enchanted", + "stat.minecraft.fall_one_cm": "Distance Fallen", + "stat.minecraft.fill_cauldron": "Cauldrons Filled", + "stat.minecraft.fish_caught": "Fish Caught", + "stat.minecraft.fly_one_cm": "Distance Flown", + "stat.minecraft.horse_one_cm": "Distance by Horse", + "stat.minecraft.inspect_dispenser": "Dispensers Searched", + "stat.minecraft.inspect_dropper": "Droppers Searched", + "stat.minecraft.inspect_hopper": "Hoppers Searched", + "stat.minecraft.interact_with_beacon": "Interactions with Beacon", + "stat.minecraft.interact_with_brewingstand": "Interactions with Brewing Stand", + "stat.minecraft.interact_with_campfire": "Interactions with Campfire", + "stat.minecraft.interact_with_cartography_table": "Interactions with Cartography Table", + "stat.minecraft.interact_with_crafting_table": "Interactions with Crafting Table", + "stat.minecraft.interact_with_furnace": "Interactions with Furnace", + "stat.minecraft.interact_with_lectern": "Interactions with Lectern", + "stat.minecraft.interact_with_loom": "Interactions with Loom", + "stat.minecraft.interact_with_blast_furnace": "Interactions with Blast Furnace", + "stat.minecraft.interact_with_smoker": "Interactions with Smoker", + "stat.minecraft.interact_with_stonecutter": "Interactions with Stonecutter", + "stat.minecraft.jump": "Jumps", + "stat.minecraft.junk_fished": "Junk Fished", + "stat.minecraft.leave_game": "Games Quit", + "stat.minecraft.minecart_one_cm": "Distance by Minecart", + "stat.minecraft.mob_kills": "Mob Kills", + "stat.minecraft.open_barrel": "Barrels Opened", + "stat.minecraft.open_chest": "Chests Opened", + "stat.minecraft.open_enderchest": "Ender Chests Opened", + "stat.minecraft.open_shulker_box": "Shulker Boxes Opened", + "stat.minecraft.pig_one_cm": "Distance by Pig", + "stat.minecraft.player_kills": "Player Kills", + "stat.minecraft.play_noteblock": "Note Blocks Played", + "stat.minecraft.play_one_minute": "Time Played", + "stat.minecraft.play_record": "Music Discs Played", + "stat.minecraft.pot_flower": "Plants Potted", + "stat.minecraft.raid_trigger": "Raids Triggered", + "stat.minecraft.raid_win": "Raids Won", + "stat.minecraft.ring_bell": "Bells Rung", + "stat.minecraft.sleep_in_bed": "Times Slept in a Bed", + "stat.minecraft.sneak_time": "Sneak Time", + "stat.minecraft.sprint_one_cm": "Distance Sprinted", + "stat.minecraft.walk_on_water_one_cm": "Distance Walked on Water", + "stat.minecraft.swim_one_cm": "Distance Swum", + "stat.minecraft.talked_to_villager": "Talked to Villagers", + "stat.minecraft.time_since_rest": "Since Last Rest", + "stat.minecraft.time_since_death": "Since Last Death", + "stat.minecraft.traded_with_villager": "Traded with Villagers", + "stat.minecraft.treasure_fished": "Treasure Fished", + "stat.minecraft.trigger_trapped_chest": "Trapped Chests Triggered", + "stat.minecraft.tune_noteblock": "Note Blocks Tuned", + "stat.minecraft.use_cauldron": "Water Taken from Cauldron", + "stat.minecraft.walk_one_cm": "Distance Walked", + "recipe.toast.title": "New Recipes Unlocked!", + "recipe.toast.description": "Check your recipe book", + "itemGroup.buildingBlocks": "Building Blocks", + "itemGroup.decorations": "Decoration Blocks", + "itemGroup.redstone": "Redstone", + "itemGroup.transportation": "Transportation", + "itemGroup.misc": "Miscellaneous", + "itemGroup.search": "Search Items", + "itemGroup.food": "Foodstuffs", + "itemGroup.tools": "Tools", + "itemGroup.combat": "Combat", + "itemGroup.brewing": "Brewing", + "itemGroup.materials": "Materials", + "itemGroup.inventory": "Survival Inventory", + "itemGroup.hotbar": "Saved Toolbars", + "inventory.binSlot": "Destroy Item", + "inventory.hotbarSaved": "Item toolbar saved (restore with %1$s+%2$s)", + "inventory.hotbarInfo": "Save toolbar with %1$s+%2$s", + "advMode.setCommand": "Set Console Command for Block", + "advMode.setCommand.success": "Command set: %s", + "advMode.command": "Console Command", + "advMode.nearestPlayer": "Use \"@p\" to target nearest player", + "advMode.randomPlayer": "Use \"@r\" to target random player", + "advMode.allPlayers": "Use \"@a\" to target all players", + "advMode.allEntities": "Use \"@e\" to target all entities", + "advMode.self": "Use \"@s\" to target the executing entity", + "advMode.previousOutput": "Previous Output", + "advMode.mode.sequence": "Chain", + "advMode.mode.auto": "Repeat", + "advMode.mode.redstone": "Impulse", + "advMode.mode.conditional": "Conditional", + "advMode.mode.unconditional": "Unconditional", + "advMode.mode.redstoneTriggered": "Needs Redstone", + "advMode.mode.autoexec.bat": "Always Active", + "advMode.notEnabled": "Command blocks are not enabled on this server", + "advMode.notAllowed": "Must be an opped player in creative mode", + "mount.onboard": "Press %1$s to dismount", + "build.tooHigh": "Height limit for building is %s blocks", + "item.modifiers.mainhand": "When in main hand:", + "item.modifiers.offhand": "When in off hand:", + "item.modifiers.feet": "When on feet:", + "item.modifiers.legs": "When on legs:", + "item.modifiers.chest": "When on body:", + "item.modifiers.head": "When on head:", + "attribute.modifier.plus.0": "+%s %s", + "attribute.modifier.plus.1": "+%s%% %s", + "attribute.modifier.plus.2": "+%s%% %s", + "attribute.modifier.take.0": "-%s %s", + "attribute.modifier.take.1": "-%s%% %s", + "attribute.modifier.take.2": "-%s%% %s", + "attribute.modifier.equals.0": "%s %s", + "attribute.modifier.equals.1": "%s%% %s", + "attribute.modifier.equals.2": "%s%% %s", + "attribute.name.horse.jumpStrength": "Horse Jump Strength", + "attribute.name.zombie.spawnReinforcements": "Zombie Reinforcements", + "attribute.name.generic.maxHealth": "Max Health", + "attribute.name.generic.followRange": "Mob Follow Range", + "attribute.name.generic.knockbackResistance": "Knockback Resistance", + "attribute.name.generic.movementSpeed": "Speed", + "attribute.name.generic.attackDamage": "Attack Damage", + "attribute.name.generic.attackSpeed": "Attack Speed", + "attribute.name.generic.luck": "Luck", + "attribute.name.generic.armor": "Armor", + "attribute.name.generic.armorToughness": "Armor Toughness", + "screenshot.success": "Saved screenshot as %s", + "screenshot.failure": "Couldn't save screenshot: %s", + "block.minecraft.black_banner": "Black Banner", + "block.minecraft.red_banner": "Red Banner", + "block.minecraft.green_banner": "Green Banner", + "block.minecraft.brown_banner": "Brown Banner", + "block.minecraft.blue_banner": "Blue Banner", + "block.minecraft.purple_banner": "Purple Banner", + "block.minecraft.cyan_banner": "Cyan Banner", + "block.minecraft.light_gray_banner": "Light Gray Banner", + "block.minecraft.gray_banner": "Gray Banner", + "block.minecraft.pink_banner": "Pink Banner", + "block.minecraft.lime_banner": "Lime Banner", + "block.minecraft.yellow_banner": "Yellow Banner", + "block.minecraft.light_blue_banner": "Light Blue Banner", + "block.minecraft.magenta_banner": "Magenta Banner", + "block.minecraft.orange_banner": "Orange Banner", + "block.minecraft.white_banner": "White Banner", + "item.minecraft.shield": "Shield", + "item.minecraft.shield.black": "Black Shield", + "item.minecraft.shield.red": "Red Shield", + "item.minecraft.shield.green": "Green Shield", + "item.minecraft.shield.brown": "Brown Shield", + "item.minecraft.shield.blue": "Blue Shield", + "item.minecraft.shield.purple": "Purple Shield", + "item.minecraft.shield.cyan": "Cyan Shield", + "item.minecraft.shield.light_gray": "Light Gray Shield", + "item.minecraft.shield.gray": "Gray Shield", + "item.minecraft.shield.pink": "Pink Shield", + "item.minecraft.shield.lime": "Lime Shield", + "item.minecraft.shield.yellow": "Yellow Shield", + "item.minecraft.shield.light_blue": "Light Blue Shield", + "item.minecraft.shield.magenta": "Magenta Shield", + "item.minecraft.shield.orange": "Orange Shield", + "item.minecraft.shield.white": "White Shield", + "block.minecraft.banner.square_bottom_left.black": "Black Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.red": "Red Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.green": "Green Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.brown": "Brown Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.blue": "Blue Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.purple": "Purple Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.cyan": "Cyan Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.light_gray": "Light Gray Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.gray": "Gray Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.pink": "Pink Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.lime": "Lime Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.yellow": "Yellow Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.light_blue": "Light Blue Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.magenta": "Magenta Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.orange": "Orange Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.white": "White Base Dexter Canton", + "block.minecraft.banner.square_bottom_right.black": "Black Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.red": "Red Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.green": "Green Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.brown": "Brown Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.blue": "Blue Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.purple": "Purple Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.cyan": "Cyan Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.light_gray": "Light Gray Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.gray": "Gray Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.pink": "Pink Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.lime": "Lime Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.yellow": "Yellow Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.light_blue": "Light Blue Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.magenta": "Magenta Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.orange": "Orange Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.white": "White Base Sinister Canton", + "block.minecraft.banner.square_top_left.black": "Black Chief Dexter Canton", + "block.minecraft.banner.square_top_left.red": "Red Chief Dexter Canton", + "block.minecraft.banner.square_top_left.green": "Green Chief Dexter Canton", + "block.minecraft.banner.square_top_left.brown": "Brown Chief Dexter Canton", + "block.minecraft.banner.square_top_left.blue": "Blue Chief Dexter Canton", + "block.minecraft.banner.square_top_left.purple": "Purple Chief Dexter Canton", + "block.minecraft.banner.square_top_left.cyan": "Cyan Chief Dexter Canton", + "block.minecraft.banner.square_top_left.light_gray": "Light Gray Chief Dexter Canton", + "block.minecraft.banner.square_top_left.gray": "Gray Chief Dexter Canton", + "block.minecraft.banner.square_top_left.pink": "Pink Chief Dexter Canton", + "block.minecraft.banner.square_top_left.lime": "Lime Chief Dexter Canton", + "block.minecraft.banner.square_top_left.yellow": "Yellow Chief Dexter Canton", + "block.minecraft.banner.square_top_left.light_blue": "Light Blue Chief Dexter Canton", + "block.minecraft.banner.square_top_left.magenta": "Magenta Chief Dexter Canton", + "block.minecraft.banner.square_top_left.orange": "Orange Chief Dexter Canton", + "block.minecraft.banner.square_top_left.white": "White Chief Dexter Canton", + "block.minecraft.banner.square_top_right.black": "Black Chief Sinister Canton", + "block.minecraft.banner.square_top_right.red": "Red Chief Sinister Canton", + "block.minecraft.banner.square_top_right.green": "Green Chief Sinister Canton", + "block.minecraft.banner.square_top_right.brown": "Brown Chief Sinister Canton", + "block.minecraft.banner.square_top_right.blue": "Blue Chief Sinister Canton", + "block.minecraft.banner.square_top_right.purple": "Purple Chief Sinister Canton", + "block.minecraft.banner.square_top_right.cyan": "Cyan Chief Sinister Canton", + "block.minecraft.banner.square_top_right.light_gray": "Light Gray Chief Sinister Canton", + "block.minecraft.banner.square_top_right.gray": "Gray Chief Sinister Canton", + "block.minecraft.banner.square_top_right.pink": "Pink Chief Sinister Canton", + "block.minecraft.banner.square_top_right.lime": "Lime Chief Sinister Canton", + "block.minecraft.banner.square_top_right.yellow": "Yellow Chief Sinister Canton", + "block.minecraft.banner.square_top_right.light_blue": "Light Blue Chief Sinister Canton", + "block.minecraft.banner.square_top_right.magenta": "Magenta Chief Sinister Canton", + "block.minecraft.banner.square_top_right.orange": "Orange Chief Sinister Canton", + "block.minecraft.banner.square_top_right.white": "White Chief Sinister Canton", + "block.minecraft.banner.stripe_bottom.black": "Black Base", + "block.minecraft.banner.stripe_bottom.red": "Red Base", + "block.minecraft.banner.stripe_bottom.green": "Green Base", + "block.minecraft.banner.stripe_bottom.brown": "Brown Base", + "block.minecraft.banner.stripe_bottom.blue": "Blue Base", + "block.minecraft.banner.stripe_bottom.purple": "Purple Base", + "block.minecraft.banner.stripe_bottom.cyan": "Cyan Base", + "block.minecraft.banner.stripe_bottom.light_gray": "Light Gray Base", + "block.minecraft.banner.stripe_bottom.gray": "Gray Base", + "block.minecraft.banner.stripe_bottom.pink": "Pink Base", + "block.minecraft.banner.stripe_bottom.lime": "Lime Base", + "block.minecraft.banner.stripe_bottom.yellow": "Yellow Base", + "block.minecraft.banner.stripe_bottom.light_blue": "Light Blue Base", + "block.minecraft.banner.stripe_bottom.magenta": "Magenta Base", + "block.minecraft.banner.stripe_bottom.orange": "Orange Base", + "block.minecraft.banner.stripe_bottom.white": "White Base", + "block.minecraft.banner.stripe_top.black": "Black Chief", + "block.minecraft.banner.stripe_top.red": "Red Chief", + "block.minecraft.banner.stripe_top.green": "Green Chief", + "block.minecraft.banner.stripe_top.brown": "Brown Chief", + "block.minecraft.banner.stripe_top.blue": "Blue Chief", + "block.minecraft.banner.stripe_top.purple": "Purple Chief", + "block.minecraft.banner.stripe_top.cyan": "Cyan Chief", + "block.minecraft.banner.stripe_top.light_gray": "Light Gray Chief", + "block.minecraft.banner.stripe_top.gray": "Gray Chief", + "block.minecraft.banner.stripe_top.pink": "Pink Chief", + "block.minecraft.banner.stripe_top.lime": "Lime Chief", + "block.minecraft.banner.stripe_top.yellow": "Yellow Chief", + "block.minecraft.banner.stripe_top.light_blue": "Light Blue Chief", + "block.minecraft.banner.stripe_top.magenta": "Magenta Chief", + "block.minecraft.banner.stripe_top.orange": "Orange Chief", + "block.minecraft.banner.stripe_top.white": "White Chief", + "block.minecraft.banner.stripe_left.black": "Black Pale Dexter", + "block.minecraft.banner.stripe_left.red": "Red Pale Dexter", + "block.minecraft.banner.stripe_left.green": "Green Pale Dexter", + "block.minecraft.banner.stripe_left.brown": "Brown Pale Dexter", + "block.minecraft.banner.stripe_left.blue": "Blue Pale Dexter", + "block.minecraft.banner.stripe_left.purple": "Purple Pale Dexter", + "block.minecraft.banner.stripe_left.cyan": "Cyan Pale Dexter", + "block.minecraft.banner.stripe_left.light_gray": "Light Gray Pale Dexter", + "block.minecraft.banner.stripe_left.gray": "Gray Pale Dexter", + "block.minecraft.banner.stripe_left.pink": "Pink Pale Dexter", + "block.minecraft.banner.stripe_left.lime": "Lime Pale Dexter", + "block.minecraft.banner.stripe_left.yellow": "Yellow Pale Dexter", + "block.minecraft.banner.stripe_left.light_blue": "Light Blue Pale Dexter", + "block.minecraft.banner.stripe_left.magenta": "Magenta Pale Dexter", + "block.minecraft.banner.stripe_left.orange": "Orange Pale Dexter", + "block.minecraft.banner.stripe_left.white": "White Pale Dexter", + "block.minecraft.banner.stripe_right.black": "Black Pale Sinister", + "block.minecraft.banner.stripe_right.red": "Red Pale Sinister", + "block.minecraft.banner.stripe_right.green": "Green Pale Sinister", + "block.minecraft.banner.stripe_right.brown": "Brown Pale Sinister", + "block.minecraft.banner.stripe_right.blue": "Blue Pale Sinister", + "block.minecraft.banner.stripe_right.purple": "Purple Pale Sinister", + "block.minecraft.banner.stripe_right.cyan": "Cyan Pale Sinister", + "block.minecraft.banner.stripe_right.light_gray": "Light Gray Pale Sinister", + "block.minecraft.banner.stripe_right.gray": "Gray Pale Sinister", + "block.minecraft.banner.stripe_right.pink": "Pink Pale Sinister", + "block.minecraft.banner.stripe_right.lime": "Lime Pale Sinister", + "block.minecraft.banner.stripe_right.yellow": "Yellow Pale Sinister", + "block.minecraft.banner.stripe_right.light_blue": "Light Blue Pale Sinister", + "block.minecraft.banner.stripe_right.magenta": "Magenta Pale Sinister", + "block.minecraft.banner.stripe_right.orange": "Orange Pale Sinister", + "block.minecraft.banner.stripe_right.white": "White Pale Sinister", + "block.minecraft.banner.stripe_center.black": "Black Pale", + "block.minecraft.banner.stripe_center.red": "Red Pale", + "block.minecraft.banner.stripe_center.green": "Green Pale", + "block.minecraft.banner.stripe_center.brown": "Brown Pale", + "block.minecraft.banner.stripe_center.blue": "Blue Pale", + "block.minecraft.banner.stripe_center.purple": "Purple Pale", + "block.minecraft.banner.stripe_center.cyan": "Cyan Pale", + "block.minecraft.banner.stripe_center.light_gray": "Light Gray Pale", + "block.minecraft.banner.stripe_center.gray": "Gray Pale", + "block.minecraft.banner.stripe_center.pink": "Pink Pale", + "block.minecraft.banner.stripe_center.lime": "Lime Pale", + "block.minecraft.banner.stripe_center.yellow": "Yellow Pale", + "block.minecraft.banner.stripe_center.light_blue": "Light Blue Pale", + "block.minecraft.banner.stripe_center.magenta": "Magenta Pale", + "block.minecraft.banner.stripe_center.orange": "Orange Pale", + "block.minecraft.banner.stripe_center.white": "White Pale", + "block.minecraft.banner.stripe_middle.black": "Black Fess", + "block.minecraft.banner.stripe_middle.red": "Red Fess", + "block.minecraft.banner.stripe_middle.green": "Green Fess", + "block.minecraft.banner.stripe_middle.brown": "Brown Fess", + "block.minecraft.banner.stripe_middle.blue": "Blue Fess", + "block.minecraft.banner.stripe_middle.purple": "Purple Fess", + "block.minecraft.banner.stripe_middle.cyan": "Cyan Fess", + "block.minecraft.banner.stripe_middle.light_gray": "Light Gray Fess", + "block.minecraft.banner.stripe_middle.gray": "Gray Fess", + "block.minecraft.banner.stripe_middle.pink": "Pink Fess", + "block.minecraft.banner.stripe_middle.lime": "Lime Fess", + "block.minecraft.banner.stripe_middle.yellow": "Yellow Fess", + "block.minecraft.banner.stripe_middle.light_blue": "Light Blue Fess", + "block.minecraft.banner.stripe_middle.magenta": "Magenta Fess", + "block.minecraft.banner.stripe_middle.orange": "Orange Fess", + "block.minecraft.banner.stripe_middle.white": "White Fess", + "block.minecraft.banner.stripe_downright.black": "Black Bend", + "block.minecraft.banner.stripe_downright.red": "Red Bend", + "block.minecraft.banner.stripe_downright.green": "Green Bend", + "block.minecraft.banner.stripe_downright.brown": "Brown Bend", + "block.minecraft.banner.stripe_downright.blue": "Blue Bend", + "block.minecraft.banner.stripe_downright.purple": "Purple Bend", + "block.minecraft.banner.stripe_downright.cyan": "Cyan Bend", + "block.minecraft.banner.stripe_downright.light_gray": "Light Gray Bend", + "block.minecraft.banner.stripe_downright.gray": "Gray Bend", + "block.minecraft.banner.stripe_downright.pink": "Pink Bend", + "block.minecraft.banner.stripe_downright.lime": "Lime Bend", + "block.minecraft.banner.stripe_downright.yellow": "Yellow Bend", + "block.minecraft.banner.stripe_downright.light_blue": "Light Blue Bend", + "block.minecraft.banner.stripe_downright.magenta": "Magenta Bend", + "block.minecraft.banner.stripe_downright.orange": "Orange Bend", + "block.minecraft.banner.stripe_downright.white": "White Bend", + "block.minecraft.banner.stripe_downleft.black": "Black Bend Sinister", + "block.minecraft.banner.stripe_downleft.red": "Red Bend Sinister", + "block.minecraft.banner.stripe_downleft.green": "Green Bend Sinister", + "block.minecraft.banner.stripe_downleft.brown": "Brown Bend Sinister", + "block.minecraft.banner.stripe_downleft.blue": "Blue Bend Sinister", + "block.minecraft.banner.stripe_downleft.purple": "Purple Bend Sinister", + "block.minecraft.banner.stripe_downleft.cyan": "Cyan Bend Sinister", + "block.minecraft.banner.stripe_downleft.light_gray": "Light Gray Bend Sinister", + "block.minecraft.banner.stripe_downleft.gray": "Gray Bend Sinister", + "block.minecraft.banner.stripe_downleft.pink": "Pink Bend Sinister", + "block.minecraft.banner.stripe_downleft.lime": "Lime Bend Sinister", + "block.minecraft.banner.stripe_downleft.yellow": "Yellow Bend Sinister", + "block.minecraft.banner.stripe_downleft.light_blue": "Light Blue Bend Sinister", + "block.minecraft.banner.stripe_downleft.magenta": "Magenta Bend Sinister", + "block.minecraft.banner.stripe_downleft.orange": "Orange Bend Sinister", + "block.minecraft.banner.stripe_downleft.white": "White Bend Sinister", + "block.minecraft.banner.small_stripes.black": "Black Paly", + "block.minecraft.banner.small_stripes.red": "Red Paly", + "block.minecraft.banner.small_stripes.green": "Green Paly", + "block.minecraft.banner.small_stripes.brown": "Brown Paly", + "block.minecraft.banner.small_stripes.blue": "Blue Paly", + "block.minecraft.banner.small_stripes.purple": "Purple Paly", + "block.minecraft.banner.small_stripes.cyan": "Cyan Paly", + "block.minecraft.banner.small_stripes.light_gray": "Light Gray Paly", + "block.minecraft.banner.small_stripes.gray": "Gray Paly", + "block.minecraft.banner.small_stripes.pink": "Pink Paly", + "block.minecraft.banner.small_stripes.lime": "Lime Paly", + "block.minecraft.banner.small_stripes.yellow": "Yellow Paly", + "block.minecraft.banner.small_stripes.light_blue": "Light Blue Paly", + "block.minecraft.banner.small_stripes.magenta": "Magenta Paly", + "block.minecraft.banner.small_stripes.orange": "Orange Paly", + "block.minecraft.banner.small_stripes.white": "White Paly", + "block.minecraft.banner.cross.black": "Black Saltire", + "block.minecraft.banner.cross.red": "Red Saltire", + "block.minecraft.banner.cross.green": "Green Saltire", + "block.minecraft.banner.cross.brown": "Brown Saltire", + "block.minecraft.banner.cross.blue": "Blue Saltire", + "block.minecraft.banner.cross.purple": "Purple Saltire", + "block.minecraft.banner.cross.cyan": "Cyan Saltire", + "block.minecraft.banner.cross.light_gray": "Light Gray Saltire", + "block.minecraft.banner.cross.gray": "Gray Saltire", + "block.minecraft.banner.cross.pink": "Pink Saltire", + "block.minecraft.banner.cross.lime": "Lime Saltire", + "block.minecraft.banner.cross.yellow": "Yellow Saltire", + "block.minecraft.banner.cross.light_blue": "Light Blue Saltire", + "block.minecraft.banner.cross.magenta": "Magenta Saltire", + "block.minecraft.banner.cross.orange": "Orange Saltire", + "block.minecraft.banner.cross.white": "White Saltire", + "block.minecraft.banner.triangle_bottom.black": "Black Chevron", + "block.minecraft.banner.triangle_bottom.red": "Red Chevron", + "block.minecraft.banner.triangle_bottom.green": "Green Chevron", + "block.minecraft.banner.triangle_bottom.brown": "Brown Chevron", + "block.minecraft.banner.triangle_bottom.blue": "Blue Chevron", + "block.minecraft.banner.triangle_bottom.purple": "Purple Chevron", + "block.minecraft.banner.triangle_bottom.cyan": "Cyan Chevron", + "block.minecraft.banner.triangle_bottom.light_gray": "Light Gray Chevron", + "block.minecraft.banner.triangle_bottom.gray": "Gray Chevron", + "block.minecraft.banner.triangle_bottom.pink": "Pink Chevron", + "block.minecraft.banner.triangle_bottom.lime": "Lime Chevron", + "block.minecraft.banner.triangle_bottom.yellow": "Yellow Chevron", + "block.minecraft.banner.triangle_bottom.light_blue": "Light Blue Chevron", + "block.minecraft.banner.triangle_bottom.magenta": "Magenta Chevron", + "block.minecraft.banner.triangle_bottom.orange": "Orange Chevron", + "block.minecraft.banner.triangle_bottom.white": "White Chevron", + "block.minecraft.banner.triangle_top.black": "Black Inverted Chevron", + "block.minecraft.banner.triangle_top.red": "Red Inverted Chevron", + "block.minecraft.banner.triangle_top.green": "Green Inverted Chevron", + "block.minecraft.banner.triangle_top.brown": "Brown Inverted Chevron", + "block.minecraft.banner.triangle_top.blue": "Blue Inverted Chevron", + "block.minecraft.banner.triangle_top.purple": "Purple Inverted Chevron", + "block.minecraft.banner.triangle_top.cyan": "Cyan Inverted Chevron", + "block.minecraft.banner.triangle_top.light_gray": "Light Gray Inverted Chevron", + "block.minecraft.banner.triangle_top.gray": "Gray Inverted Chevron", + "block.minecraft.banner.triangle_top.pink": "Pink Inverted Chevron", + "block.minecraft.banner.triangle_top.lime": "Lime Inverted Chevron", + "block.minecraft.banner.triangle_top.yellow": "Yellow Inverted Chevron", + "block.minecraft.banner.triangle_top.light_blue": "Light Blue Inverted Chevron", + "block.minecraft.banner.triangle_top.magenta": "Magenta Inverted Chevron", + "block.minecraft.banner.triangle_top.orange": "Orange Inverted Chevron", + "block.minecraft.banner.triangle_top.white": "White Inverted Chevron", + "block.minecraft.banner.triangles_bottom.black": "Black Base Indented", + "block.minecraft.banner.triangles_bottom.red": "Red Base Indented", + "block.minecraft.banner.triangles_bottom.green": "Green Base Indented", + "block.minecraft.banner.triangles_bottom.brown": "Brown Base Indented", + "block.minecraft.banner.triangles_bottom.blue": "Blue Base Indented", + "block.minecraft.banner.triangles_bottom.purple": "Purple Base Indented", + "block.minecraft.banner.triangles_bottom.cyan": "Cyan Base Indented", + "block.minecraft.banner.triangles_bottom.light_gray": "Light Gray Base Indented", + "block.minecraft.banner.triangles_bottom.gray": "Gray Base Indented", + "block.minecraft.banner.triangles_bottom.pink": "Pink Base Indented", + "block.minecraft.banner.triangles_bottom.lime": "Lime Base Indented", + "block.minecraft.banner.triangles_bottom.yellow": "Yellow Base Indented", + "block.minecraft.banner.triangles_bottom.light_blue": "Light Blue Base Indented", + "block.minecraft.banner.triangles_bottom.magenta": "Magenta Base Indented", + "block.minecraft.banner.triangles_bottom.orange": "Orange Base Indented", + "block.minecraft.banner.triangles_bottom.white": "White Base Indented", + "block.minecraft.banner.triangles_top.black": "Black Chief Indented", + "block.minecraft.banner.triangles_top.red": "Red Chief Indented", + "block.minecraft.banner.triangles_top.green": "Green Chief Indented", + "block.minecraft.banner.triangles_top.brown": "Brown Chief Indented", + "block.minecraft.banner.triangles_top.blue": "Blue Chief Indented", + "block.minecraft.banner.triangles_top.purple": "Purple Chief Indented", + "block.minecraft.banner.triangles_top.cyan": "Cyan Chief Indented", + "block.minecraft.banner.triangles_top.light_gray": "Light Gray Chief Indented", + "block.minecraft.banner.triangles_top.gray": "Gray Chief Indented", + "block.minecraft.banner.triangles_top.pink": "Pink Chief Indented", + "block.minecraft.banner.triangles_top.lime": "Lime Chief Indented", + "block.minecraft.banner.triangles_top.yellow": "Yellow Chief Indented", + "block.minecraft.banner.triangles_top.light_blue": "Light Blue Chief Indented", + "block.minecraft.banner.triangles_top.magenta": "Magenta Chief Indented", + "block.minecraft.banner.triangles_top.orange": "Orange Chief Indented", + "block.minecraft.banner.triangles_top.white": "White Chief Indented", + "block.minecraft.banner.diagonal_left.black": "Black Per Bend Sinister", + "block.minecraft.banner.diagonal_left.red": "Red Per Bend Sinister", + "block.minecraft.banner.diagonal_left.green": "Green Per Bend Sinister", + "block.minecraft.banner.diagonal_left.brown": "Brown Per Bend Sinister", + "block.minecraft.banner.diagonal_left.blue": "Blue Per Bend Sinister", + "block.minecraft.banner.diagonal_left.purple": "Purple Per Bend Sinister", + "block.minecraft.banner.diagonal_left.cyan": "Cyan Per Bend Sinister", + "block.minecraft.banner.diagonal_left.light_gray": "Light Gray Per Bend Sinister", + "block.minecraft.banner.diagonal_left.gray": "Gray Per Bend Sinister", + "block.minecraft.banner.diagonal_left.pink": "Pink Per Bend Sinister", + "block.minecraft.banner.diagonal_left.lime": "Lime Per Bend Sinister", + "block.minecraft.banner.diagonal_left.yellow": "Yellow Per Bend Sinister", + "block.minecraft.banner.diagonal_left.light_blue": "Light Blue Per Bend Sinister", + "block.minecraft.banner.diagonal_left.magenta": "Magenta Per Bend Sinister", + "block.minecraft.banner.diagonal_left.orange": "Orange Per Bend Sinister", + "block.minecraft.banner.diagonal_left.white": "White Per Bend Sinister", + "block.minecraft.banner.diagonal_right.black": "Black Per Bend", + "block.minecraft.banner.diagonal_right.red": "Red Per Bend", + "block.minecraft.banner.diagonal_right.green": "Green Per Bend", + "block.minecraft.banner.diagonal_right.brown": "Brown Per Bend", + "block.minecraft.banner.diagonal_right.blue": "Blue Per Bend", + "block.minecraft.banner.diagonal_right.purple": "Purple Per Bend", + "block.minecraft.banner.diagonal_right.cyan": "Cyan Per Bend", + "block.minecraft.banner.diagonal_right.light_gray": "Light Gray Per Bend", + "block.minecraft.banner.diagonal_right.gray": "Gray Per Bend", + "block.minecraft.banner.diagonal_right.pink": "Pink Per Bend", + "block.minecraft.banner.diagonal_right.lime": "Lime Per Bend", + "block.minecraft.banner.diagonal_right.yellow": "Yellow Per Bend", + "block.minecraft.banner.diagonal_right.light_blue": "Light Blue Per Bend", + "block.minecraft.banner.diagonal_right.magenta": "Magenta Per Bend", + "block.minecraft.banner.diagonal_right.orange": "Orange Per Bend", + "block.minecraft.banner.diagonal_right.white": "White Per Bend", + "block.minecraft.banner.diagonal_up_left.black": "Black Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.red": "Red Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.green": "Green Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.brown": "Brown Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.blue": "Blue Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.purple": "Purple Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.cyan": "Cyan Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.light_gray": "Light Gray Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.gray": "Gray Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.pink": "Pink Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.lime": "Lime Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.yellow": "Yellow Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.light_blue": "Light Blue Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.magenta": "Magenta Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.orange": "Orange Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.white": "White Per Bend Inverted", + "block.minecraft.banner.diagonal_up_right.black": "Black Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.red": "Red Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.green": "Green Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.brown": "Brown Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.blue": "Blue Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.purple": "Purple Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.cyan": "Cyan Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.light_gray": "Light Gray Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.gray": "Gray Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.pink": "Pink Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.lime": "Lime Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.yellow": "Yellow Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.light_blue": "Light Blue Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.magenta": "Magenta Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.orange": "Orange Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.white": "White Per Bend Sinister Inverted", + "block.minecraft.banner.circle.black": "Black Roundel", + "block.minecraft.banner.circle.red": "Red Roundel", + "block.minecraft.banner.circle.green": "Green Roundel", + "block.minecraft.banner.circle.brown": "Brown Roundel", + "block.minecraft.banner.circle.blue": "Blue Roundel", + "block.minecraft.banner.circle.purple": "Purple Roundel", + "block.minecraft.banner.circle.cyan": "Cyan Roundel", + "block.minecraft.banner.circle.light_gray": "Light Gray Roundel", + "block.minecraft.banner.circle.gray": "Gray Roundel", + "block.minecraft.banner.circle.pink": "Pink Roundel", + "block.minecraft.banner.circle.lime": "Lime Roundel", + "block.minecraft.banner.circle.yellow": "Yellow Roundel", + "block.minecraft.banner.circle.light_blue": "Light Blue Roundel", + "block.minecraft.banner.circle.magenta": "Magenta Roundel", + "block.minecraft.banner.circle.orange": "Orange Roundel", + "block.minecraft.banner.circle.white": "White Roundel", + "block.minecraft.banner.rhombus.black": "Black Lozenge", + "block.minecraft.banner.rhombus.red": "Red Lozenge", + "block.minecraft.banner.rhombus.green": "Green Lozenge", + "block.minecraft.banner.rhombus.brown": "Brown Lozenge", + "block.minecraft.banner.rhombus.blue": "Blue Lozenge", + "block.minecraft.banner.rhombus.purple": "Purple Lozenge", + "block.minecraft.banner.rhombus.cyan": "Cyan Lozenge", + "block.minecraft.banner.rhombus.light_gray": "Light Gray Lozenge", + "block.minecraft.banner.rhombus.gray": "Gray Lozenge", + "block.minecraft.banner.rhombus.pink": "Pink Lozenge", + "block.minecraft.banner.rhombus.lime": "Lime Lozenge", + "block.minecraft.banner.rhombus.yellow": "Yellow Lozenge", + "block.minecraft.banner.rhombus.light_blue": "Light Blue Lozenge", + "block.minecraft.banner.rhombus.magenta": "Magenta Lozenge", + "block.minecraft.banner.rhombus.orange": "Orange Lozenge", + "block.minecraft.banner.rhombus.white": "White Lozenge", + "block.minecraft.banner.half_vertical.black": "Black Per Pale", + "block.minecraft.banner.half_vertical.red": "Red Per Pale", + "block.minecraft.banner.half_vertical.green": "Green Per Pale", + "block.minecraft.banner.half_vertical.brown": "Brown Per Pale", + "block.minecraft.banner.half_vertical.blue": "Blue Per Pale", + "block.minecraft.banner.half_vertical.purple": "Purple Per Pale", + "block.minecraft.banner.half_vertical.cyan": "Cyan Per Pale", + "block.minecraft.banner.half_vertical.light_gray": "Light Gray Per Pale", + "block.minecraft.banner.half_vertical.gray": "Gray Per Pale", + "block.minecraft.banner.half_vertical.pink": "Pink Per Pale", + "block.minecraft.banner.half_vertical.lime": "Lime Per Pale", + "block.minecraft.banner.half_vertical.yellow": "Yellow Per Pale", + "block.minecraft.banner.half_vertical.light_blue": "Light Blue Per Pale", + "block.minecraft.banner.half_vertical.magenta": "Magenta Per Pale", + "block.minecraft.banner.half_vertical.orange": "Orange Per Pale", + "block.minecraft.banner.half_vertical.white": "White Per Pale", + "block.minecraft.banner.half_horizontal.black": "Black Per Fess", + "block.minecraft.banner.half_horizontal.red": "Red Per Fess", + "block.minecraft.banner.half_horizontal.green": "Green Per Fess", + "block.minecraft.banner.half_horizontal.brown": "Brown Per Fess", + "block.minecraft.banner.half_horizontal.blue": "Blue Per Fess", + "block.minecraft.banner.half_horizontal.purple": "Purple Per Fess", + "block.minecraft.banner.half_horizontal.cyan": "Cyan Per Fess", + "block.minecraft.banner.half_horizontal.light_gray": "Light Gray Per Fess", + "block.minecraft.banner.half_horizontal.gray": "Gray Per Fess", + "block.minecraft.banner.half_horizontal.pink": "Pink Per Fess", + "block.minecraft.banner.half_horizontal.lime": "Lime Per Fess", + "block.minecraft.banner.half_horizontal.yellow": "Yellow Per Fess", + "block.minecraft.banner.half_horizontal.light_blue": "Light Blue Per Fess", + "block.minecraft.banner.half_horizontal.magenta": "Magenta Per Fess", + "block.minecraft.banner.half_horizontal.orange": "Orange Per Fess", + "block.minecraft.banner.half_horizontal.white": "White Per Fess", + "block.minecraft.banner.half_vertical_right.black": "Black Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.red": "Red Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.green": "Green Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.brown": "Brown Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.blue": "Blue Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.purple": "Purple Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.cyan": "Cyan Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.light_gray": "Light Gray Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.gray": "Gray Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.pink": "Pink Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.lime": "Lime Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.yellow": "Yellow Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.light_blue": "Light Blue Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.magenta": "Magenta Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.orange": "Orange Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.white": "White Per Pale Inverted", + "block.minecraft.banner.half_horizontal_bottom.black": "Black Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.red": "Red Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.green": "Green Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.brown": "Brown Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.blue": "Blue Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.purple": "Purple Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.cyan": "Cyan Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.light_gray": "Light Gray Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.gray": "Gray Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.pink": "Pink Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.lime": "Lime Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.yellow": "Yellow Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.light_blue": "Light Blue Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.magenta": "Magenta Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.orange": "Orange Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.white": "White Per Fess Inverted", + "block.minecraft.banner.creeper.black": "Black Creeper Charge", + "block.minecraft.banner.creeper.red": "Red Creeper Charge", + "block.minecraft.banner.creeper.green": "Green Creeper Charge", + "block.minecraft.banner.creeper.brown": "Brown Creeper Charge", + "block.minecraft.banner.creeper.blue": "Blue Creeper Charge", + "block.minecraft.banner.creeper.purple": "Purple Creeper Charge", + "block.minecraft.banner.creeper.cyan": "Cyan Creeper Charge", + "block.minecraft.banner.creeper.light_gray": "Light Gray Creeper Charge", + "block.minecraft.banner.creeper.gray": "Gray Creeper Charge", + "block.minecraft.banner.creeper.pink": "Pink Creeper Charge", + "block.minecraft.banner.creeper.lime": "Lime Creeper Charge", + "block.minecraft.banner.creeper.yellow": "Yellow Creeper Charge", + "block.minecraft.banner.creeper.light_blue": "Light Blue Creeper Charge", + "block.minecraft.banner.creeper.magenta": "Magenta Creeper Charge", + "block.minecraft.banner.creeper.orange": "Orange Creeper Charge", + "block.minecraft.banner.creeper.white": "White Creeper Charge", + "block.minecraft.banner.bricks.black": "Black Field Masoned", + "block.minecraft.banner.bricks.red": "Red Field Masoned", + "block.minecraft.banner.bricks.green": "Green Field Masoned", + "block.minecraft.banner.bricks.brown": "Brown Field Masoned", + "block.minecraft.banner.bricks.blue": "Blue Field Masoned", + "block.minecraft.banner.bricks.purple": "Purple Field Masoned", + "block.minecraft.banner.bricks.cyan": "Cyan Field Masoned", + "block.minecraft.banner.bricks.light_gray": "Light Gray Field Masoned", + "block.minecraft.banner.bricks.gray": "Gray Field Masoned", + "block.minecraft.banner.bricks.pink": "Pink Field Masoned", + "block.minecraft.banner.bricks.lime": "Lime Field Masoned", + "block.minecraft.banner.bricks.yellow": "Yellow Field Masoned", + "block.minecraft.banner.bricks.light_blue": "Light Blue Field Masoned", + "block.minecraft.banner.bricks.magenta": "Magenta Field Masoned", + "block.minecraft.banner.bricks.orange": "Orange Field Masoned", + "block.minecraft.banner.bricks.white": "White Field Masoned", + "block.minecraft.banner.gradient.black": "Black Gradient", + "block.minecraft.banner.gradient.red": "Red Gradient", + "block.minecraft.banner.gradient.green": "Green Gradient", + "block.minecraft.banner.gradient.brown": "Brown Gradient", + "block.minecraft.banner.gradient.blue": "Blue Gradient", + "block.minecraft.banner.gradient.purple": "Purple Gradient", + "block.minecraft.banner.gradient.cyan": "Cyan Gradient", + "block.minecraft.banner.gradient.light_gray": "Light Gray Gradient", + "block.minecraft.banner.gradient.gray": "Gray Gradient", + "block.minecraft.banner.gradient.pink": "Pink Gradient", + "block.minecraft.banner.gradient.lime": "Lime Gradient", + "block.minecraft.banner.gradient.yellow": "Yellow Gradient", + "block.minecraft.banner.gradient.light_blue": "Light Blue Gradient", + "block.minecraft.banner.gradient.magenta": "Magenta Gradient", + "block.minecraft.banner.gradient.orange": "Orange Gradient", + "block.minecraft.banner.gradient.white": "White Gradient", + "block.minecraft.banner.gradient_up.black": "Black Base Gradient", + "block.minecraft.banner.gradient_up.red": "Red Base Gradient", + "block.minecraft.banner.gradient_up.green": "Green Base Gradient", + "block.minecraft.banner.gradient_up.brown": "Brown Base Gradient", + "block.minecraft.banner.gradient_up.blue": "Blue Base Gradient", + "block.minecraft.banner.gradient_up.purple": "Purple Base Gradient", + "block.minecraft.banner.gradient_up.cyan": "Cyan Base Gradient", + "block.minecraft.banner.gradient_up.light_gray": "Light Gray Base Gradient", + "block.minecraft.banner.gradient_up.gray": "Gray Base Gradient", + "block.minecraft.banner.gradient_up.pink": "Pink Base Gradient", + "block.minecraft.banner.gradient_up.lime": "Lime Base Gradient", + "block.minecraft.banner.gradient_up.yellow": "Yellow Base Gradient", + "block.minecraft.banner.gradient_up.light_blue": "Light Blue Base Gradient", + "block.minecraft.banner.gradient_up.magenta": "Magenta Base Gradient", + "block.minecraft.banner.gradient_up.orange": "Orange Base Gradient", + "block.minecraft.banner.gradient_up.white": "White Base Gradient", + "block.minecraft.banner.skull.black": "Black Skull Charge", + "block.minecraft.banner.skull.red": "Red Skull Charge", + "block.minecraft.banner.skull.green": "Green Skull Charge", + "block.minecraft.banner.skull.brown": "Brown Skull Charge", + "block.minecraft.banner.skull.blue": "Blue Skull Charge", + "block.minecraft.banner.skull.purple": "Purple Skull Charge", + "block.minecraft.banner.skull.cyan": "Cyan Skull Charge", + "block.minecraft.banner.skull.light_gray": "Light Gray Skull Charge", + "block.minecraft.banner.skull.gray": "Gray Skull Charge", + "block.minecraft.banner.skull.pink": "Pink Skull Charge", + "block.minecraft.banner.skull.lime": "Lime Skull Charge", + "block.minecraft.banner.skull.yellow": "Yellow Skull Charge", + "block.minecraft.banner.skull.light_blue": "Light Blue Skull Charge", + "block.minecraft.banner.skull.magenta": "Magenta Skull Charge", + "block.minecraft.banner.skull.orange": "Orange Skull Charge", + "block.minecraft.banner.skull.white": "White Skull Charge", + "block.minecraft.banner.flower.black": "Black Flower Charge", + "block.minecraft.banner.flower.red": "Red Flower Charge", + "block.minecraft.banner.flower.green": "Green Flower Charge", + "block.minecraft.banner.flower.brown": "Brown Flower Charge", + "block.minecraft.banner.flower.blue": "Blue Flower Charge", + "block.minecraft.banner.flower.purple": "Purple Flower Charge", + "block.minecraft.banner.flower.cyan": "Cyan Flower Charge", + "block.minecraft.banner.flower.light_gray": "Light Gray Flower Charge", + "block.minecraft.banner.flower.gray": "Gray Flower Charge", + "block.minecraft.banner.flower.pink": "Pink Flower Charge", + "block.minecraft.banner.flower.lime": "Lime Flower Charge", + "block.minecraft.banner.flower.yellow": "Yellow Flower Charge", + "block.minecraft.banner.flower.light_blue": "Light Blue Flower Charge", + "block.minecraft.banner.flower.magenta": "Magenta Flower Charge", + "block.minecraft.banner.flower.orange": "Orange Flower Charge", + "block.minecraft.banner.flower.white": "White Flower Charge", + "block.minecraft.banner.border.black": "Black Bordure", + "block.minecraft.banner.border.red": "Red Bordure", + "block.minecraft.banner.border.green": "Green Bordure", + "block.minecraft.banner.border.brown": "Brown Bordure", + "block.minecraft.banner.border.blue": "Blue Bordure", + "block.minecraft.banner.border.purple": "Purple Bordure", + "block.minecraft.banner.border.cyan": "Cyan Bordure", + "block.minecraft.banner.border.light_gray": "Light Gray Bordure", + "block.minecraft.banner.border.gray": "Gray Bordure", + "block.minecraft.banner.border.pink": "Pink Bordure", + "block.minecraft.banner.border.lime": "Lime Bordure", + "block.minecraft.banner.border.yellow": "Yellow Bordure", + "block.minecraft.banner.border.light_blue": "Light Blue Bordure", + "block.minecraft.banner.border.magenta": "Magenta Bordure", + "block.minecraft.banner.border.orange": "Orange Bordure", + "block.minecraft.banner.border.white": "White Bordure", + "block.minecraft.banner.curly_border.black": "Black Bordure Indented", + "block.minecraft.banner.curly_border.red": "Red Bordure Indented", + "block.minecraft.banner.curly_border.green": "Green Bordure Indented", + "block.minecraft.banner.curly_border.brown": "Brown Bordure Indented", + "block.minecraft.banner.curly_border.blue": "Blue Bordure Indented", + "block.minecraft.banner.curly_border.purple": "Purple Bordure Indented", + "block.minecraft.banner.curly_border.cyan": "Cyan Bordure Indented", + "block.minecraft.banner.curly_border.light_gray": "Light Gray Bordure Indented", + "block.minecraft.banner.curly_border.gray": "Gray Bordure Indented", + "block.minecraft.banner.curly_border.pink": "Pink Bordure Indented", + "block.minecraft.banner.curly_border.lime": "Lime Bordure Indented", + "block.minecraft.banner.curly_border.yellow": "Yellow Bordure Indented", + "block.minecraft.banner.curly_border.light_blue": "Light Blue Bordure Indented", + "block.minecraft.banner.curly_border.magenta": "Magenta Bordure Indented", + "block.minecraft.banner.curly_border.orange": "Orange Bordure Indented", + "block.minecraft.banner.curly_border.white": "White Bordure Indented", + "block.minecraft.banner.mojang.black": "Black Thing", + "block.minecraft.banner.mojang.red": "Red Thing", + "block.minecraft.banner.mojang.green": "Green Thing", + "block.minecraft.banner.mojang.brown": "Brown Thing", + "block.minecraft.banner.mojang.blue": "Blue Thing", + "block.minecraft.banner.mojang.purple": "Purple Thing", + "block.minecraft.banner.mojang.cyan": "Cyan Thing", + "block.minecraft.banner.mojang.light_gray": "Light Gray Thing", + "block.minecraft.banner.mojang.gray": "Gray Thing", + "block.minecraft.banner.mojang.pink": "Pink Thing", + "block.minecraft.banner.mojang.lime": "Lime Thing", + "block.minecraft.banner.mojang.yellow": "Yellow Thing", + "block.minecraft.banner.mojang.light_blue": "Light Blue Thing", + "block.minecraft.banner.mojang.magenta": "Magenta Thing", + "block.minecraft.banner.mojang.orange": "Orange Thing", + "block.minecraft.banner.mojang.white": "White Thing", + "block.minecraft.banner.straight_cross.black": "Black Cross", + "block.minecraft.banner.straight_cross.red": "Red Cross", + "block.minecraft.banner.straight_cross.green": "Green Cross", + "block.minecraft.banner.straight_cross.brown": "Brown Cross", + "block.minecraft.banner.straight_cross.blue": "Blue Cross", + "block.minecraft.banner.straight_cross.purple": "Purple Cross", + "block.minecraft.banner.straight_cross.cyan": "Cyan Cross", + "block.minecraft.banner.straight_cross.light_gray": "Light Gray Cross", + "block.minecraft.banner.straight_cross.gray": "Gray Cross", + "block.minecraft.banner.straight_cross.pink": "Pink Cross", + "block.minecraft.banner.straight_cross.lime": "Lime Cross", + "block.minecraft.banner.straight_cross.yellow": "Yellow Cross", + "block.minecraft.banner.straight_cross.light_blue": "Light Blue Cross", + "block.minecraft.banner.straight_cross.magenta": "Magenta Cross", + "block.minecraft.banner.straight_cross.orange": "Orange Cross", + "block.minecraft.banner.straight_cross.white": "White Cross", + "block.minecraft.banner.globe.black": "Black Globe", + "block.minecraft.banner.globe.red": "Red Globe", + "block.minecraft.banner.globe.green": "Green Globe", + "block.minecraft.banner.globe.brown": "Brown Globe", + "block.minecraft.banner.globe.blue": "Blue Globe", + "block.minecraft.banner.globe.purple": "Purple Globe", + "block.minecraft.banner.globe.cyan": "Cyan Globe", + "block.minecraft.banner.globe.light_gray": "Light Gray Globe", + "block.minecraft.banner.globe.gray": "Gray Globe", + "block.minecraft.banner.globe.pink": "Pink Globe", + "block.minecraft.banner.globe.lime": "Lime Globe", + "block.minecraft.banner.globe.yellow": "Yellow Globe", + "block.minecraft.banner.globe.light_blue": "Light Blue Globe", + "block.minecraft.banner.globe.magenta": "Magenta Globe", + "block.minecraft.banner.globe.orange": "Orange Globe", + "block.minecraft.banner.globe.white": "White Globe", + "subtitles.ambient.cave": "Eerie noise", + "subtitles.block.anvil.destroy": "Anvil destroyed", + "subtitles.block.anvil.land": "Anvil landed", + "subtitles.block.anvil.use": "Anvil used", + "subtitles.block.barrel.close": "Barrel closes", + "subtitles.block.barrel.open": "Barrel opens", + "subtitles.block.bell.use": "Bell rings", + "subtitles.block.bell.resonate": "Bell resonates", + "subtitles.block.blastfurnace.fire_crackle": "Blast furnace crackles", + "subtitles.block.brewing_stand.brew": "Brewing Stand bubbles", + "subtitles.block.bubble_column.bubble_pop": "Bubbles pop", + "subtitles.block.bubble_column.upwards_ambient": "Bubbles flow", + "subtitles.block.bubble_column.upwards_inside": "Bubbles woosh", + "subtitles.block.bubble_column.whirlpool_ambient": "Bubbles whirl", + "subtitles.block.bubble_column.whirlpool_inside": "Bubbles zoom", + "subtitles.block.button.click": "Button clicks", + "subtitles.block.campfire.crackle": "Campfire crackles", + "subtitles.block.chest.close": "Chest closes", + "subtitles.block.chest.locked": "Chest locked", + "subtitles.block.chest.open": "Chest opens", + "subtitles.block.chorus_flower.death": "Chorus Flower withers", + "subtitles.block.chorus_flower.grow": "Chorus Flower grows", + "subtitles.block.comparator.click": "Comparator clicks", + "subtitles.block.dispenser.dispense": "Dispensed item", + "subtitles.block.dispenser.fail": "Dispenser failed", + "subtitles.block.door.toggle": "Door creaks", + "subtitles.block.fence_gate.toggle": "Fence Gate creaks", + "subtitles.block.fire.ambient": "Fire crackles", + "subtitles.block.fire.extinguish": "Fire extinguished", + "subtitles.block.furnace.fire_crackle": "Furnace crackles", + "subtitles.block.generic.break": "Block broken", + "subtitles.block.generic.footsteps": "Footsteps", + "subtitles.block.generic.hit": "Block breaking", + "subtitles.block.generic.place": "Block placed", + "subtitles.block.grindstone.use": "Grindstone used", + "subtitles.block.iron_trapdoor.close": "Trapdoor opens", + "subtitles.block.iron_trapdoor.open": "Trapdoor closes", + "subtitles.block.lava.ambient": "Lava pops", + "subtitles.block.lava.extinguish": "Lava hisses", + "subtitles.block.lever.click": "Lever clicks", + "subtitles.block.note_block.note": "Note Block plays", + "subtitles.block.piston.move": "Piston moves", + "subtitles.block.portal.ambient": "Portal whooshes", + "subtitles.block.pressure_plate.click": "Pressure Plate clicks", + "subtitles.block.redstone_torch.burnout": "Torch fizzes", + "subtitles.block.shulker_box.close": "Shulker closes", + "subtitles.block.shulker_box.open": "Shulker opens", + "subtitles.block.smoker.smoke": "Smoker smokes", + "subtitles.block.trapdoor.toggle": "Trapdoor creaks", + "subtitles.block.tripwire.attach": "Tripwire attaches", + "subtitles.block.tripwire.click": "Tripwire clicks", + "subtitles.block.tripwire.detach": "Tripwire detaches", + "subtitles.block.water.ambient": "Water flows", + "subtitles.enchant.thorns.hit": "Thorns prick", + "subtitles.entity.armor_stand.fall": "Something fell", + "subtitles.entity.arrow.hit": "Arrow hits", + "subtitles.entity.arrow.hit_player": "Player hit", + "subtitles.entity.arrow.shoot": "Arrow fired", + "subtitles.entity.bat.ambient": "Bat screeches", + "subtitles.entity.bat.death": "Bat dies", + "subtitles.entity.bat.hurt": "Bat hurts", + "subtitles.entity.bat.takeoff": "Bat takes off", + "subtitles.entity.blaze.ambient": "Blaze breathes", + "subtitles.entity.blaze.burn": "Blaze crackles", + "subtitles.entity.blaze.death": "Blaze dies", + "subtitles.entity.blaze.hurt": "Blaze hurts", + "subtitles.entity.blaze.shoot": "Blaze shoots", + "subtitles.entity.fishing_bobber.splash": "Fishing Bobber splashes", + "subtitles.entity.fishing_bobber.throw": "Bobber thrown", + "subtitles.entity.cat.ambient": "Cat meows", + "subtitles.entity.cat.death": "Cat dies", + "subtitles.entity.cat.hurt": "Cat hurts", + "subtitles.entity.chicken.ambient": "Chicken clucks", + "subtitles.entity.chicken.death": "Chicken dies", + "subtitles.entity.chicken.egg": "Chicken plops", + "subtitles.entity.chicken.hurt": "Chicken hurts", + "subtitles.entity.parrot.ambient": "Parrot talks", + "subtitles.entity.parrot.death": "Parrot dies", + "subtitles.entity.parrot.eats": "Parrot eats", + "subtitles.entity.parrot.hurts": "Parrot hurts", + "subtitles.entity.parrot.imitate.blaze": "Parrot breathes", + "subtitles.entity.parrot.imitate.creeper": "Parrot hisses", + "subtitles.entity.parrot.imitate.drowned": "Parrot gurgles", + "subtitles.entity.parrot.imitate.elder_guardian": "Parrot flaps", + "subtitles.entity.parrot.imitate.ender_dragon": "Parrot roars", + "subtitles.entity.parrot.imitate.enderman": "Parrot vwoops", + "subtitles.entity.parrot.imitate.endermite": "Parrot scuttles", + "subtitles.entity.parrot.imitate.evoker": "Parrot murmurs", + "subtitles.entity.parrot.imitate.ghast": "Parrot cries", + "subtitles.entity.parrot.imitate.guardian": "Parrot moans", + "subtitles.entity.parrot.imitate.husk": "Parrot groans", + "subtitles.entity.parrot.imitate.illusioner": "Parrot murmurs", + "subtitles.entity.parrot.imitate.magma_cube": "Parrot squishes", + "subtitles.entity.parrot.imitate.panda": "Parrot pants", + "subtitles.entity.parrot.imitate.phantom": "Parrot screeches", + "subtitles.entity.parrot.imitate.pillager": "Parrot murmurs", + "subtitles.entity.parrot.imitate.polar_bear": "Parrot groans", + "subtitles.entity.parrot.imitate.ravager": "Parrot grunts", + "subtitles.entity.parrot.imitate.shulker": "Parrot lurks", + "subtitles.entity.parrot.imitate.silverfish": "Parrot hisses", + "subtitles.entity.parrot.imitate.skeleton": "Parrot rattles", + "subtitles.entity.parrot.imitate.slime": "Parrot squishes", + "subtitles.entity.parrot.imitate.spider": "Parrot hisses", + "subtitles.entity.parrot.imitate.stray": "Parrot rattles", + "subtitles.entity.parrot.imitate.vex": "Parrot vexes", + "subtitles.entity.parrot.imitate.vindicator": "Parrot mutters", + "subtitles.entity.parrot.imitate.witch": "Parrot giggles", + "subtitles.entity.parrot.imitate.wither": "Parrot angers", + "subtitles.entity.parrot.imitate.wither_skeleton": "Parrot rattles", + "subtitles.entity.parrot.imitate.wolf": "Parrot pants", + "subtitles.entity.parrot.imitate.zombie": "Parrot groans", + "subtitles.entity.parrot.imitate.zombie_pigman": "Parrot grunts", + "subtitles.entity.parrot.imitate.zombie_villager": "Parrot groans", + "subtitles.entity.cod.death": "Cod dies", + "subtitles.entity.cod.flop": "Cod flops", + "subtitles.entity.cod.hurt": "Cod hurts", + "subtitles.entity.cow.ambient": "Cow moos", + "subtitles.entity.cow.death": "Cow dies", + "subtitles.entity.cow.hurt": "Cow hurts", + "subtitles.entity.cow.milk": "Cow gets milked", + "subtitles.entity.creeper.death": "Creeper dies", + "subtitles.entity.creeper.hurt": "Creeper hurts", + "subtitles.entity.creeper.primed": "Creeper hisses", + "subtitles.entity.dolphin.ambient": "Dolphin chirps", + "subtitles.entity.dolphin.ambient_water": "Dolphin whistles", + "subtitles.entity.dolphin.attack": "Dolphin attacks", + "subtitles.entity.dolphin.death": "Dolphin dies", + "subtitles.entity.dolphin.eat": "Dolphin eats", + "subtitles.entity.dolphin.hurt": "Dolphin hurts", + "subtitles.entity.dolphin.jump": "Dolphin jumps", + "subtitles.entity.dolphin.play": "Dolphin plays", + "subtitles.entity.dolphin.splash": "Dolphin splashes", + "subtitles.entity.dolphin.swim": "Dolphin swims", + "subtitles.entity.donkey.ambient": "Donkey hee-haws", + "subtitles.entity.donkey.angry": "Donkey neighs", + "subtitles.entity.donkey.chest": "Donkey Chest equips", + "subtitles.entity.donkey.death": "Donkey dies", + "subtitles.entity.donkey.hurt": "Donkey hurts", + "subtitles.entity.drowned.ambient": "Drowned gurgles", + "subtitles.entity.drowned.death": "Drowned dies", + "subtitles.entity.drowned.hurt": "Drowned hurts", + "subtitles.entity.drowned.shoot": "Drowned throws Trident", + "subtitles.entity.drowned.step": "Drowned steps", + "subtitles.entity.drowned.swim": "Drowned swims", + "subtitles.entity.egg.throw": "Egg flies", + "subtitles.entity.elder_guardian.ambient_land": "Elder Guardian flaps", + "subtitles.entity.elder_guardian.ambient": "Elder Guardian moans", + "subtitles.entity.elder_guardian.curse": "Elder Guardian curses", + "subtitles.entity.elder_guardian.death": "Elder Guardian dies", + "subtitles.entity.elder_guardian.flop": "Elder Guardian flops", + "subtitles.entity.elder_guardian.hurt": "Elder Guardian hurts", + "subtitles.entity.ender_dragon.ambient": "Dragon roars", + "subtitles.entity.ender_dragon.death": "Dragon dies", + "subtitles.entity.ender_dragon.flap": "Dragon flaps", + "subtitles.entity.ender_dragon.growl": "Dragon growls", + "subtitles.entity.ender_dragon.hurt": "Dragon hurts", + "subtitles.entity.ender_dragon.shoot": "Dragon shoots", + "subtitles.entity.ender_eye.launch": "Eye of Ender shoots", + "subtitles.entity.enderman.ambient": "Enderman vwoops", + "subtitles.entity.enderman.death": "Enderman dies", + "subtitles.entity.enderman.hurt": "Enderman hurts", + "subtitles.entity.enderman.stare": "Enderman cries out", + "subtitles.entity.enderman.teleport": "Enderman teleports", + "subtitles.entity.endermite.ambient": "Endermite scuttles", + "subtitles.entity.endermite.death": "Endermite dies", + "subtitles.entity.endermite.hurt": "Endermite hurts", + "subtitles.entity.ender_pearl.throw": "Ender Pearl flies", + "subtitles.entity.evoker_fangs.attack": "Fangs snap", + "subtitles.entity.evoker.ambient": "Evoker murmurs", + "subtitles.entity.evoker.cast_spell": "Evoker casts spell", + "subtitles.entity.evoker.celebrate": "Evoker cheers", + "subtitles.entity.evoker.death": "Evoker dies", + "subtitles.entity.evoker.hurt": "Evoker hurts", + "subtitles.entity.evoker.prepare_attack": "Evoker prepares attack", + "subtitles.entity.evoker.prepare_summon": "Evoker prepares summoning", + "subtitles.entity.evoker.prepare_wololo": "Evoker prepares charming", + "subtitles.entity.experience_orb.pickup": "Experience gained", + "subtitles.entity.firework_rocket.blast": "Firework blasts", + "subtitles.entity.firework_rocket.launch": "Firework launches", + "subtitles.entity.firework_rocket.twinkle": "Firework twinkles", + "subtitles.entity.fox.aggro": "Fox angers", + "subtitles.entity.fox.ambient": "Fox squeaks", + "subtitles.entity.fox.bite": "Fox bites", + "subtitles.entity.fox.death": "Fox dies", + "subtitles.entity.fox.eat": "Fox eats", + "subtitles.entity.fox.hurt": "Fox hurts", + "subtitles.entity.fox.screech": "Fox screeches", + "subtitles.entity.fox.sleep": "Fox snores", + "subtitles.entity.fox.sniff": "Fox sniffs", + "subtitles.entity.fox.spit": "Fox spits", + "subtitles.entity.generic.big_fall": "Something fell", + "subtitles.entity.generic.burn": "Burning", + "subtitles.entity.generic.death": "Dying", + "subtitles.entity.generic.drink": "Sipping", + "subtitles.entity.generic.eat": "Eating", + "subtitles.entity.generic.explode": "Explosion", + "subtitles.entity.generic.extinguish_fire": "Fire extinguishes", + "subtitles.entity.generic.hurt": "Something hurts", + "subtitles.entity.generic.small_fall": "Something trips", + "subtitles.entity.generic.splash": "Splashing", + "subtitles.entity.generic.swim": "Swimming", + "subtitles.entity.ghast.ambient": "Ghast cries", + "subtitles.entity.ghast.death": "Ghast dies", + "subtitles.entity.ghast.hurt": "Ghast hurts", + "subtitles.entity.ghast.shoot": "Ghast shoots", + "subtitles.entity.guardian.ambient_land": "Guardian flaps", + "subtitles.entity.guardian.ambient": "Guardian moans", + "subtitles.entity.guardian.attack": "Guardian shoots", + "subtitles.entity.guardian.death": "Guardian dies", + "subtitles.entity.guardian.flop": "Guardian flops", + "subtitles.entity.guardian.hurt": "Guardian hurts", + "subtitles.entity.horse.ambient": "Horse neighs", + "subtitles.entity.horse.angry": "Horse neighs", + "subtitles.entity.horse.armor": "Horse armor equips", + "subtitles.entity.horse.breathe": "Horse breathes", + "subtitles.entity.horse.death": "Horse dies", + "subtitles.entity.horse.eat": "Horse eats", + "subtitles.entity.horse.gallop": "Horse gallops", + "subtitles.entity.horse.hurt": "Horse hurts", + "subtitles.entity.horse.jump": "Horse jumps", + "subtitles.entity.horse.saddle": "Saddle equips", + "subtitles.entity.husk.ambient": "Husk groans", + "subtitles.entity.husk.converted_to_zombie": "Husk converted to Zombie", + "subtitles.entity.husk.death": "Husk dies", + "subtitles.entity.husk.hurt": "Husk hurts", + "subtitles.entity.illusioner.ambient": "Illusioner murmurs", + "subtitles.entity.illusioner.cast_spell": "Illusioner casts spell", + "subtitles.entity.illusioner.death": "Illusioner dies", + "subtitles.entity.illusioner.hurt": "Illusioner hurts", + "subtitles.entity.illusioner.mirror_move": "Illusioner displaces", + "subtitles.entity.illusioner.prepare_blindness": "Illusioner prepares blindness", + "subtitles.entity.illusioner.prepare_mirror": "Illusioner prepares mirror image", + "subtitles.entity.iron_golem.attack": "Iron Golem attacks", + "subtitles.entity.iron_golem.death": "Iron Golem dies", + "subtitles.entity.iron_golem.hurt": "Iron Golem hurts", + "subtitles.entity.item.break": "Item breaks", + "subtitles.entity.item.pickup": "Item plops", + "subtitles.entity.item_frame.add_item": "Item Frame fills", + "subtitles.entity.item_frame.break": "Item Frame breaks", + "subtitles.entity.item_frame.place": "Item Frame placed", + "subtitles.entity.item_frame.remove_item": "Item Frame empties", + "subtitles.entity.item_frame.rotate_item": "Item Frame clicks", + "subtitles.entity.leash_knot.break": "Leash knot breaks", + "subtitles.entity.leash_knot.place": "Leash knot tied", + "subtitles.entity.lightning_bolt.impact": "Lightning strikes", + "subtitles.entity.lightning_bolt.thunder": "Thunder roars", + "subtitles.entity.llama.ambient": "Llama bleats", + "subtitles.entity.llama.angry": "Llama bleats angrily", + "subtitles.entity.llama.chest": "Llama Chest equips", + "subtitles.entity.llama.death": "Llama dies", + "subtitles.entity.llama.eat": "Llama eats", + "subtitles.entity.llama.hurt": "Llama hurts", + "subtitles.entity.llama.spit": "Llama spits", + "subtitles.entity.llama.step": "Llama steps", + "subtitles.entity.llama.swag": "Llama is decorated", + "subtitles.entity.ravager.step": "Ravager steps", + "subtitles.entity.ravager.stunned": "Ravager stunned", + "subtitles.entity.ravager.roar": "Ravager roars", + "subtitles.entity.ravager.attack": "Ravager bites", + "subtitles.entity.ravager.death": "Ravager dies", + "subtitles.entity.ravager.hurt": "Ravager hurts", + "subtitles.entity.ravager.ambient": "Ravager grunts", + "subtitles.entity.ravager.celebrate": "Ravager cheers", + "subtitles.entity.magma_cube.death": "Magma Cube dies", + "subtitles.entity.magma_cube.hurt": "Magma Cube hurts", + "subtitles.entity.magma_cube.squish": "Magma Cube squishes", + "subtitles.entity.minecart.riding": "Minecart rolls", + "subtitles.entity.mooshroom.convert": "Mooshroom transforms", + "subtitles.entity.mooshroom.eat": "Mooshroom eats", + "subtitles.entity.mooshroom.milk": "Mooshroom gets milked", + "subtitles.entity.mooshroom.suspicious_milk": "Mooshroom gets milked suspiciously", + "subtitles.entity.mule.ambient": "Mule hee-haws", + "subtitles.entity.mule.chest": "Mule Chest equips", + "subtitles.entity.mule.death": "Mule dies", + "subtitles.entity.mule.hurt": "Mule hurts", + "subtitles.entity.panda.ambient": "Panda pants", + "subtitles.entity.panda.pre_sneeze": "Panda's nose tickles", + "subtitles.entity.panda.sneeze": "Panda sneezes", + "subtitles.entity.panda.death": "Panda dies", + "subtitles.entity.panda.eat": "Panda eats", + "subtitles.entity.panda.step": "Panda steps", + "subtitles.entity.panda.cant_breed": "Panda bleats", + "subtitles.entity.panda.aggressive_ambient": "Panda huffs", + "subtitles.entity.panda.worried_ambient": "Panda whimpers", + "subtitles.entity.panda.hurt": "Panda hurts", + "subtitles.entity.panda.bite": "Panda bites", + "subtitles.entity.painting.break": "Painting breaks", + "subtitles.entity.painting.place": "Painting placed", + "subtitles.entity.phantom.ambient": "Phantom screeches", + "subtitles.entity.phantom.bite": "Phantom bites", + "subtitles.entity.phantom.death": "Phantom dies", + "subtitles.entity.phantom.flap": "Phantom flaps", + "subtitles.entity.phantom.hurt": "Phantom hurts", + "subtitles.entity.phantom.swoop": "Phantom swoops", + "subtitles.entity.pig.ambient": "Pig oinks", + "subtitles.entity.pig.death": "Pig dies", + "subtitles.entity.pig.hurt": "Pig hurts", + "subtitles.entity.pig.saddle": "Saddle equips", + "subtitles.entity.pillager.ambient": "Pillager murmurs", + "subtitles.entity.pillager.celebrate": "Pillager cheers", + "subtitles.entity.pillager.death": "Pillager dies", + "subtitles.entity.pillager.hurt": "Pillager hurts", + "subtitles.entity.player.burp": "Burp", + "subtitles.entity.player.death": "Player dies", + "subtitles.entity.player.hurt": "Player hurts", + "subtitles.entity.player.levelup": "Player dings", + "subtitles.entity.polar_bear.ambient": "Polar Bear groans", + "subtitles.entity.polar_bear.ambient_baby": "Polar Bear hums", + "subtitles.entity.polar_bear.death": "Polar Bear dies", + "subtitles.entity.polar_bear.hurt": "Polar Bear hurts", + "subtitles.entity.polar_bear.warning": "Polar Bear roars", + "subtitles.entity.potion.splash": "Bottle smashes", + "subtitles.entity.potion.throw": "Bottle thrown", + "subtitles.entity.puffer_fish.blow_out": "Pufferfish deflates", + "subtitles.entity.puffer_fish.blow_up": "Pufferfish inflates", + "subtitles.entity.puffer_fish.death": "Pufferfish dies", + "subtitles.entity.puffer_fish.flop": "Pufferfish flops", + "subtitles.entity.puffer_fish.hurt": "Pufferfish hurts", + "subtitles.entity.puffer_fish.sting": "Pufferfish stings", + "subtitles.entity.rabbit.ambient": "Rabbit squeaks", + "subtitles.entity.rabbit.attack": "Rabbit attacks", + "subtitles.entity.rabbit.death": "Rabbit dies", + "subtitles.entity.rabbit.hurt": "Rabbit hurts", + "subtitles.entity.rabbit.jump": "Rabbit hops", + "subtitles.entity.salmon.death": "Salmon dies", + "subtitles.entity.salmon.flop": "Salmon flops", + "subtitles.entity.salmon.hurt": "Salmon hurts", + "subtitles.entity.sheep.ambient": "Sheep baahs", + "subtitles.entity.sheep.death": "Sheep dies", + "subtitles.entity.sheep.hurt": "Sheep hurts", + "subtitles.entity.shulker.ambient": "Shulker lurks", + "subtitles.entity.shulker.close": "Shulker closes", + "subtitles.entity.shulker.death": "Shulker dies", + "subtitles.entity.shulker.hurt": "Shulker hurts", + "subtitles.entity.shulker.open": "Shulker opens", + "subtitles.entity.shulker.shoot": "Shulker shoots", + "subtitles.entity.shulker.teleport": "Shulker teleports", + "subtitles.entity.shulker_bullet.hit": "Shulker bullet explodes", + "subtitles.entity.shulker_bullet.hurt": "Shulker bullet breaks", + "subtitles.entity.silverfish.ambient": "Silverfish hisses", + "subtitles.entity.silverfish.death": "Silverfish dies", + "subtitles.entity.silverfish.hurt": "Silverfish hurts", + "subtitles.entity.skeleton.ambient": "Skeleton rattles", + "subtitles.entity.skeleton.death": "Skeleton dies", + "subtitles.entity.skeleton.hurt": "Skeleton hurts", + "subtitles.entity.skeleton.shoot": "Skeleton shoots", + "subtitles.entity.skeleton_horse.ambient": "Skeleton Horse cries", + "subtitles.entity.skeleton_horse.death": "Skeleton Horse dies", + "subtitles.entity.skeleton_horse.hurt": "Skeleton Horse hurts", + "subtitles.entity.skeleton_horse.swim": "Skeleton Horse swims", + "subtitles.entity.slime.attack": "Slime attacks", + "subtitles.entity.slime.death": "Slime dies", + "subtitles.entity.slime.hurt": "Slime hurts", + "subtitles.entity.slime.squish": "Slime squishes", + "subtitles.entity.snowball.throw": "Snowball flies", + "subtitles.entity.snow_golem.death": "Snow Golem dies", + "subtitles.entity.snow_golem.hurt": "Snow Golem hurts", + "subtitles.entity.spider.ambient": "Spider hisses", + "subtitles.entity.spider.death": "Spider dies", + "subtitles.entity.spider.hurt": "Spider hurts", + "subtitles.entity.squid.ambient": "Squid swims", + "subtitles.entity.squid.death": "Squid dies", + "subtitles.entity.squid.hurt": "Squid hurts", + "subtitles.entity.squid.squirt": "Squid shoots ink", + "subtitles.entity.stray.ambient": "Stray rattles", + "subtitles.entity.stray.death": "Stray dies", + "subtitles.entity.stray.hurt": "Stray hurts", + "subtitles.entity.tnt.primed": "TNT fizzes", + "subtitles.entity.turtle.ambient_land": "Turtle chirps", + "subtitles.entity.turtle.lay_egg": "Turtle lays egg", + "subtitles.entity.turtle.egg_hatch": "Turtle egg hatches", + "subtitles.entity.turtle.egg_crack": "Turtle egg cracks", + "subtitles.entity.turtle.egg_break": "Turtle egg breaks", + "subtitles.entity.turtle.hurt": "Turtle hurts", + "subtitles.entity.turtle.hurt_baby": "Turtle baby hurts", + "subtitles.entity.turtle.death": "Turtle dies", + "subtitles.entity.turtle.death_baby": "Turtle baby dies", + "subtitles.entity.turtle.swim": "Turtle swims", + "subtitles.entity.turtle.shamble": "Turtle shambles", + "subtitles.entity.turtle.shamble_baby": "Turtle baby shambles", + "subtitles.entity.vex.ambient": "Vex vexes", + "subtitles.entity.vex.charge": "Vex shrieks", + "subtitles.entity.vex.death": "Vex dies", + "subtitles.entity.vex.hurt": "Vex hurts", + "subtitles.entity.villager.ambient": "Villager mumbles", + "subtitles.entity.villager.celebrate": "Villager cheers", + "subtitles.entity.villager.death": "Villager dies", + "subtitles.entity.villager.hurt": "Villager hurts", + "subtitles.entity.villager.no": "Villager disagrees", + "subtitles.entity.villager.trade": "Villager trades", + "subtitles.entity.villager.yes": "Villager agrees", + "subtitles.entity.villager.work_armorer": "Armorer works", + "subtitles.entity.villager.work_butcher": "Butcher works", + "subtitles.entity.villager.work_cartographer": "Cartographer works", + "subtitles.entity.villager.work_cleric": "Cleric works", + "subtitles.entity.villager.work_farmer": "Farmer works", + "subtitles.entity.villager.work_fisherman": "Fisherman works", + "subtitles.entity.villager.work_fletcher": "Fletcher works", + "subtitles.entity.villager.work_leatherworker": "Leatherworker works", + "subtitles.entity.villager.work_librarian": "Librarian works", + "subtitles.entity.villager.work_mason": "Mason works", + "subtitles.entity.villager.work_shepherd": "Shepherd works", + "subtitles.entity.villager.work_toolsmith": "Toolsmith works", + "subtitles.entity.villager.work_weaponsmith": "Weaponsmith works", + "subtitles.entity.vindicator.ambient": "Vindicator mutters", + "subtitles.entity.vindicator.celebrate": "Vindicator cheers", + "subtitles.entity.vindicator.death": "Vindicator dies", + "subtitles.entity.vindicator.hurt": "Vindicator hurts", + "subtitles.entity.wandering_trader.ambient": "Wandering Trader mumbles", + "subtitles.entity.wandering_trader.death": "Wandering Trader dies", + "subtitles.entity.wandering_trader.hurt": "Wandering Trader hurts", + "subtitles.entity.wandering_trader.no": "Wandering Trader disagrees", + "subtitles.entity.wandering_trader.trade": "Wandering Trader trades", + "subtitles.entity.wandering_trader.yes": "Wandering Trader agrees", + "subtitles.entity.witch.ambient": "Witch giggles", + "subtitles.entity.witch.celebrate": "Witch cheers", + "subtitles.entity.witch.death": "Witch dies", + "subtitles.entity.witch.drink": "Witch drinks", + "subtitles.entity.witch.hurt": "Witch hurts", + "subtitles.entity.witch.throw": "Witch throws", + "subtitles.entity.wither.ambient": "Wither angers", + "subtitles.entity.wither.death": "Wither dies", + "subtitles.entity.wither.hurt": "Wither hurts", + "subtitles.entity.wither.shoot": "Wither attacks", + "subtitles.entity.wither.spawn": "Wither released", + "subtitles.entity.wither_skeleton.ambient": "Wither Skeleton rattles", + "subtitles.entity.wither_skeleton.death": "Wither Skeleton dies", + "subtitles.entity.wither_skeleton.hurt": "Wither Skeleton hurts", + "subtitles.entity.wolf.ambient": "Wolf pants", + "subtitles.entity.wolf.death": "Wolf dies", + "subtitles.entity.wolf.growl": "Wolf growls", + "subtitles.entity.wolf.hurt": "Wolf hurts", + "subtitles.entity.wolf.shake": "Wolf shakes", + "subtitles.entity.zombie.ambient": "Zombie groans", + "subtitles.entity.zombie.converted_to_drowned": "Zombie converted to Drowned", + "subtitles.entity.zombie.death": "Zombie dies", + "subtitles.entity.zombie.hurt": "Zombie hurts", + "subtitles.entity.zombie.infect": "Zombie infects", + "subtitles.entity.zombie_horse.ambient": "Zombie Horse cries", + "subtitles.entity.zombie_horse.death": "Zombie Horse dies", + "subtitles.entity.zombie_horse.hurt": "Zombie Horse hurts", + "subtitles.entity.zombie_pigman.ambient": "Zombie Pigman grunts", + "subtitles.entity.zombie_pigman.angry": "Zombie Pigman angers", + "subtitles.entity.zombie_pigman.death": "Zombie Pigman dies", + "subtitles.entity.zombie_pigman.hurt": "Zombie Pigman hurts", + "subtitles.entity.zombie_villager.ambient": "Zombie Villager groans", + "subtitles.entity.zombie_villager.converted": "Zombie vociferates", + "subtitles.entity.zombie_villager.cure": "Zombie snuffles", + "subtitles.entity.zombie_villager.death": "Zombie Villager dies", + "subtitles.entity.zombie_villager.hurt": "Zombie Villager hurts", + "subtitles.event.raid.horn": "Ominous horn blares", + "subtitles.item.axe.strip": "Debarking log", + "subtitles.item.armor.equip": "Gear equips", + "subtitles.item.armor.equip_chain": "Chain armor jingles", + "subtitles.item.armor.equip_diamond": "Diamond armor clangs", + "subtitles.item.armor.equip_elytra": "Elytra rustle", + "subtitles.item.armor.equip_gold": "Gold armor clinks", + "subtitles.item.armor.equip_iron": "Iron armor clanks", + "subtitles.item.armor.equip_leather": "Leather armor rustles", + "subtitles.item.armor.equip_turtle": "Turtle shell thunks", + "subtitles.item.bottle.fill": "Bottle fills", + "subtitles.item.bucket.empty": "Bucket empties", + "subtitles.item.bucket.fill": "Bucket fills", + "subtitles.item.chorus_fruit.teleport": "Player teleports", + "subtitles.item.crop.plant": "Crop planted", + "subtitles.item.crossbow.charge": "Crossbow charges up", + "subtitles.item.crossbow.hit": "Arrow hits", + "subtitles.item.crossbow.load": "Crossbow loads", + "subtitles.item.crossbow.shoot": "Crossbow fires", + "subtitles.item.firecharge.use": "Fireball whooshes", + "subtitles.item.flintandsteel.use": "Flint and Steel click", + "subtitles.item.hoe.till": "Hoe tills", + "subtitles.item.nether_wart.plant": "Crop planted", + "subtitles.item.shears.shear": "Shears click", + "subtitles.item.shield.block": "Shield blocks", + "subtitles.item.shovel.flatten": "Shovel flattens", + "subtitles.item.berries.pick": "Berries pop", + "subtitles.item.totem.use": "Totem activates", + "subtitles.item.trident.hit": "Trident stabs", + "subtitles.item.trident.hit_ground": "Trident vibrates", + "subtitles.item.trident.return": "Trident returns", + "subtitles.item.trident.riptide": "Trident zooms", + "subtitles.item.trident.throw": "Trident clangs", + "subtitles.item.trident.thunder": "Trident thunder cracks", + "subtitles.weather.rain": "Rain falls", + "subtitles.item.book.page_turn": "Page rustles", + "subtitles.item.book.put": "Book thumps", + "debug.prefix": "[Debug]:", + "debug.reload_chunks.help": "F3 + A = Reload chunks", + "debug.show_hitboxes.help": "F3 + B = Show hitboxes", + "debug.clear_chat.help": "F3 + D = Clear chat", + "debug.cycle_renderdistance.help": "F3 + F = Cycle render distance (Shift to invert)", + "debug.chunk_boundaries.help": "F3 + G = Show chunk boundaries", + "debug.advanced_tooltips.help": "F3 + H = Advanced tooltips", + "debug.creative_spectator.help": "F3 + N = Cycle creative <-> spectator", + "debug.pause_focus.help": "F3 + P = Pause on lost focus", + "debug.help.help": "F3 + Q = Show this list", + "debug.reload_resourcepacks.help": "F3 + T = Reload resource packs", + "debug.pause.help": "F3 + Esc = Pause without pause menu (if pausing is possible)", + "debug.copy_location.help": "F3 + C = Copy location as /tp command, hold F3 + C to crash the game", + "debug.inspect.help": "F3 + I = Copy entity or block data to clipboard", + "debug.copy_location.message": "Copied location to clipboard", + "debug.inspect.server.block": "Copied server-side block data to clipboard", + "debug.inspect.server.entity": "Copied server-side entity data to clipboard", + "debug.inspect.client.block": "Copied client-side block data to clipboard", + "debug.inspect.client.entity": "Copied client-side entity data to clipboard", + "debug.reload_chunks.message": "Reloading all chunks", + "debug.show_hitboxes.on": "Hitboxes: shown", + "debug.show_hitboxes.off": "Hitboxes: hidden", + "debug.cycle_renderdistance.message": "Render Distance: %s", + "debug.chunk_boundaries.on": "Chunk borders: shown", + "debug.chunk_boundaries.off": "Chunk borders: hidden", + "debug.advanced_tooltips.on": "Advanced tooltips: shown", + "debug.advanced_tooltips.off": "Advanced tooltips: hidden", + "debug.creative_spectator.error": "Unable to switch gamemode, no permission", + "debug.pause_focus.on": "Pause on lost focus: enabled", + "debug.pause_focus.off": "Pause on lost focus: disabled", + "debug.help.message": "Key bindings:", + "debug.reload_resourcepacks.message": "Reloaded resource packs", + "debug.crash.message": "F3 + C is held down. This will crash the game unless released.", + "debug.crash.warning": "Crashing in %s...", + "resourcepack.downloading": "Downloading Resource Pack", + "resourcepack.requesting": "Making Request...", + "resourcepack.progress": "Downloading file (%s MB)...", + "tutorial.move.title": "Move with %s, %s, %s and %s", + "tutorial.move.description": "Jump with %s", + "tutorial.look.title": "Look around", + "tutorial.look.description": "Use your mouse to turn", + "tutorial.find_tree.title": "Find a tree", + "tutorial.find_tree.description": "Punch it to collect wood", + "tutorial.punch_tree.title": "Destroy the tree", + "tutorial.punch_tree.description": "Hold down %s", + "tutorial.open_inventory.title": "Open your inventory", + "tutorial.open_inventory.description": "Press %s", + "tutorial.craft_planks.title": "Craft wooden planks", + "tutorial.craft_planks.description": "The recipe book can help", + "advancements.adventure.adventuring_time.title": "Adventuring Time", + "advancements.adventure.adventuring_time.description": "Discover every biome", + "advancements.adventure.arbalistic.title": "Arbalistic", + "advancements.adventure.arbalistic.description": "Kill five unique mobs with one crossbow shot", + "advancements.adventure.hero_of_the_village.title": "Hero of the Village", + "advancements.adventure.hero_of_the_village.description": "Successfully defend a village from a raid", + "advancements.adventure.kill_all_mobs.title": "Monsters Hunted", + "advancements.adventure.kill_all_mobs.description": "Kill one of every hostile monster", + "advancements.adventure.kill_a_mob.title": "Monster Hunter", + "advancements.adventure.kill_a_mob.description": "Kill any hostile monster", + "advancements.adventure.ol_betsy.title": "Ol' Betsy", + "advancements.adventure.ol_betsy.description": "Shoot a crossbow", + "advancements.adventure.root.title": "Adventure", + "advancements.adventure.root.description": "Adventure, exploration and combat", + "advancements.adventure.shoot_arrow.title": "Take Aim", + "advancements.adventure.shoot_arrow.description": "Shoot something with a bow and arrow", + "advancements.adventure.sleep_in_bed.title": "Sweet Dreams", + "advancements.adventure.sleep_in_bed.description": "Change your respawn point", + "advancements.adventure.sniper_duel.title": "Sniper Duel", + "advancements.adventure.sniper_duel.description": "Kill a Skeleton from at least 50 meters away", + "advancements.adventure.summon_iron_golem.title": "Hired Help", + "advancements.adventure.summon_iron_golem.description": "Summon an Iron Golem to help defend a village", + "advancements.adventure.totem_of_undying.title": "Postmortal", + "advancements.adventure.totem_of_undying.description": "Use a Totem of Undying to cheat death", + "advancements.adventure.trade.title": "What a Deal!", + "advancements.adventure.trade.description": "Successfully trade with a Villager", + "advancements.adventure.throw_trident.title": "A Throwaway Joke", + "advancements.adventure.throw_trident.description": "Throw a trident at something.\nNote: Throwing away your only weapon is not a good idea.", + "advancements.adventure.two_birds_one_arrow.title": "Two Birds, One Arrow", + "advancements.adventure.two_birds_one_arrow.description": "Kill two Phantoms with a piercing arrow", + "advancements.adventure.very_very_frightening.title": "Very Very Frightening", + "advancements.adventure.very_very_frightening.description": "Strike a Villager with lightning", + "advancements.adventure.voluntary_exile.title": "Voluntary Exile", + "advancements.adventure.voluntary_exile.description": "Kill a raid captain.\nMaybe consider staying away from villages for the time being...", + "advancements.adventure.whos_the_pillager_now.title": "Who's the Pillager Now?", + "advancements.adventure.whos_the_pillager_now.description": "Give a Pillager a taste of their own medicine", + "advancements.husbandry.root.title": "Husbandry", + "advancements.husbandry.root.description": "The world is full of friends and food", + "advancements.husbandry.breed_an_animal.title": "The Parrots and the Bats", + "advancements.husbandry.breed_an_animal.description": "Breed two animals together", + "advancements.husbandry.fishy_business.title": "Fishy Business", + "advancements.husbandry.fishy_business.description": "Catch a fish", + "advancements.husbandry.tactical_fishing.title": "Tactical Fishing", + "advancements.husbandry.tactical_fishing.description": "Catch a fish... without a fishing rod!", + "advancements.husbandry.breed_all_animals.title": "Two by Two", + "advancements.husbandry.breed_all_animals.description": "Breed all the animals!", + "advancements.husbandry.tame_an_animal.title": "Best Friends Forever", + "advancements.husbandry.tame_an_animal.description": "Tame an animal", + "advancements.husbandry.plant_seed.title": "A Seedy Place", + "advancements.husbandry.plant_seed.description": "Plant a seed and watch it grow", + "advancements.husbandry.break_diamond_hoe.title": "Serious Dedication", + "advancements.husbandry.break_diamond_hoe.description": "Completely use up a diamond hoe, and then reevaluate your life choices", + "advancements.husbandry.balanced_diet.title": "A Balanced Diet", + "advancements.husbandry.balanced_diet.description": "Eat everything that is edible, even if it's not good for you", + "advancements.husbandry.complete_catalogue.title": "A Complete Catalogue", + "advancements.husbandry.complete_catalogue.description": "Tame all cat variants!", + "advancements.end.dragon_breath.title": "You Need a Mint", + "advancements.end.dragon_breath.description": "Collect dragon's breath in a glass bottle", + "advancements.end.dragon_egg.title": "The Next Generation", + "advancements.end.dragon_egg.description": "Hold the Dragon Egg", + "advancements.end.elytra.title": "Sky's the Limit", + "advancements.end.elytra.description": "Find Elytra", + "advancements.end.enter_end_gateway.title": "Remote Getaway", + "advancements.end.enter_end_gateway.description": "Escape the island", + "advancements.end.find_end_city.title": "The City at the End of the Game", + "advancements.end.find_end_city.description": "Go on in, what could happen?", + "advancements.end.kill_dragon.title": "Free the End", + "advancements.end.kill_dragon.description": "Good luck", + "advancements.end.levitate.title": "Great View From Up Here", + "advancements.end.levitate.description": "Levitate up 50 blocks from the attacks of a Shulker", + "advancements.end.respawn_dragon.title": "The End... Again...", + "advancements.end.respawn_dragon.description": "Respawn the Ender Dragon", + "advancements.end.root.title": "The End", + "advancements.end.root.description": "Or the beginning?", + "advancements.nether.brew_potion.title": "Local Brewery", + "advancements.nether.brew_potion.description": "Brew a potion", + "advancements.nether.all_potions.title": "A Furious Cocktail", + "advancements.nether.all_potions.description": "Have every potion effect applied at the same time", + "advancements.nether.all_effects.title": "How Did We Get Here?", + "advancements.nether.all_effects.description": "Have every effect applied at the same time", + "advancements.nether.create_beacon.title": "Bring Home the Beacon", + "advancements.nether.create_beacon.description": "Construct and place a Beacon", + "advancements.nether.create_full_beacon.title": "Beaconator", + "advancements.nether.create_full_beacon.description": "Bring a beacon to full power", + "advancements.nether.find_fortress.title": "A Terrible Fortress", + "advancements.nether.find_fortress.description": "Break your way into a Nether Fortress", + "advancements.nether.get_wither_skull.title": "Spooky Scary Skeleton", + "advancements.nether.get_wither_skull.description": "Obtain a Wither Skeleton's skull", + "advancements.nether.obtain_blaze_rod.title": "Into Fire", + "advancements.nether.obtain_blaze_rod.description": "Relieve a Blaze of its rod", + "advancements.nether.return_to_sender.title": "Return to Sender", + "advancements.nether.return_to_sender.description": "Destroy a Ghast with a fireball", + "advancements.nether.root.title": "Nether", + "advancements.nether.root.description": "Bring summer clothes", + "advancements.nether.summon_wither.title": "Withering Heights", + "advancements.nether.summon_wither.description": "Summon the Wither", + "advancements.nether.fast_travel.title": "Subspace Bubble", + "advancements.nether.fast_travel.description": "Use the Nether to travel 7 km in the Overworld", + "advancements.nether.uneasy_alliance.title": "Uneasy Alliance", + "advancements.nether.uneasy_alliance.description": "Rescue a Ghast from the Nether, bring it safely home to the Overworld... and then kill it", + "advancements.story.cure_zombie_villager.title": "Zombie Doctor", + "advancements.story.cure_zombie_villager.description": "Weaken and then cure a Zombie Villager", + "advancements.story.deflect_arrow.title": "Not Today, Thank You", + "advancements.story.deflect_arrow.description": "Deflect an arrow with a shield", + "advancements.story.enchant_item.title": "Enchanter", + "advancements.story.enchant_item.description": "Enchant an item at an Enchanting Table", + "advancements.story.enter_the_end.title": "The End?", + "advancements.story.enter_the_end.description": "Enter the End Portal", + "advancements.story.enter_the_nether.title": "We Need to Go Deeper", + "advancements.story.enter_the_nether.description": "Build, light and enter a Nether Portal", + "advancements.story.follow_ender_eye.title": "Eye Spy", + "advancements.story.follow_ender_eye.description": "Follow an Eye of Ender", + "advancements.story.form_obsidian.title": "Ice Bucket Challenge", + "advancements.story.form_obsidian.description": "Form and mine a block of Obsidian", + "advancements.story.iron_tools.title": "Isn't It Iron Pick", + "advancements.story.iron_tools.description": "Upgrade your pickaxe", + "advancements.story.lava_bucket.title": "Hot Stuff", + "advancements.story.lava_bucket.description": "Fill a bucket with lava", + "advancements.story.mine_diamond.title": "Diamonds!", + "advancements.story.mine_diamond.description": "Acquire diamonds", + "advancements.story.mine_stone.title": "Stone Age", + "advancements.story.mine_stone.description": "Mine stone with your new pickaxe", + "advancements.story.obtain_armor.title": "Suit Up", + "advancements.story.obtain_armor.description": "Protect yourself with a piece of iron armor", + "advancements.story.root.title": "Minecraft", + "advancements.story.root.description": "The heart and story of the game", + "advancements.story.shiny_gear.title": "Cover Me With Diamonds", + "advancements.story.shiny_gear.description": "Diamond armor saves lives", + "advancements.story.smelt_iron.title": "Acquire Hardware", + "advancements.story.smelt_iron.description": "Smelt an iron ingot", + "advancements.story.upgrade_tools.title": "Getting an Upgrade", + "advancements.story.upgrade_tools.description": "Construct a better pickaxe", + "team.visibility.always": "Always", + "team.visibility.never": "Never", + "team.visibility.hideForOtherTeams": "Hide for other teams", + "team.visibility.hideForOwnTeam": "Hide for own team", + "team.collision.always": "Always", + "team.collision.never": "Never", + "team.collision.pushOtherTeams": "Push other teams", + "team.collision.pushOwnTeam": "Push own team", + "argument.entity.selector.nearestPlayer": "Nearest player", + "argument.entity.selector.randomPlayer": "Random player", + "argument.entity.selector.allPlayers": "All players", + "argument.entity.selector.allEntities": "All entities", + "argument.entity.selector.self": "Current entity", + "argument.entity.options.name.description": "Entity name", + "argument.entity.options.distance.description": "Distance to entity", + "argument.entity.options.level.description": "Experience level", + "argument.entity.options.x.description": "x position", + "argument.entity.options.y.description": "y position", + "argument.entity.options.z.description": "z position", + "argument.entity.options.dx.description": "Entities between x and x + dx", + "argument.entity.options.dy.description": "Entities between y and y + dy", + "argument.entity.options.dz.description": "Entities between z and z + dz", + "argument.entity.options.x_rotation.description": "Entity's x rotation", + "argument.entity.options.y_rotation.description": "Entity's y rotation", + "argument.entity.options.limit.description": "Maximum number of entities to return", + "argument.entity.options.sort.description": "Sort the entities", + "argument.entity.options.gamemode.description": "Players with gamemode", + "argument.entity.options.team.description": "Entities on team", + "argument.entity.options.type.description": "Entities of type", + "argument.entity.options.tag.description": "Entities with tag", + "argument.entity.options.nbt.description": "Entities with NBT", + "argument.entity.options.scores.description": "Entities with scores", + "argument.entity.options.advancements.description": "Players with advancements", + "command.failed": "An unexpected error occurred trying to execute that command", + "command.context.here": "<--[HERE]", + "commands.publish.started": "Local game hosted on port %s", + "commands.publish.failed": "Unable to host local game", + "commands.advancement.advancementNotFound": "No advancement was found by the name '%1$s'", + "commands.advancement.criterionNotFound": "The advancement %1$s does not contain the criterion '%2$s'", + "commands.advancement.grant.one.to.one.success": "Granted the advancement %s to %s", + "commands.advancement.grant.one.to.one.failure": "Couldn't grant advancement %s to %s as they already have it", + "commands.advancement.grant.one.to.many.success": "Granted the advancement %s to %s players", + "commands.advancement.grant.one.to.many.failure": "Couldn't grant advancement %s to %s players as they already have it", + "commands.advancement.grant.many.to.one.success": "Granted %s advancements to %s", + "commands.advancement.grant.many.to.one.failure": "Couldn't grant %s advancements to %s as they already have them", + "commands.advancement.grant.many.to.many.success": "Granted %s advancements to %s players", + "commands.advancement.grant.many.to.many.failure": "Couldn't grant %s advancements to %s players as they already have them", + "commands.advancement.grant.criterion.to.one.success": "Granted criterion '%s' of advancement %s to %s", + "commands.advancement.grant.criterion.to.one.failure": "Couldn't grant criterion '%s' of advancement %s to %s as they already have it", + "commands.advancement.grant.criterion.to.many.success": "Granted criterion '%s' of advancement %s to %s players", + "commands.advancement.grant.criterion.to.many.failure": "Couldn't grant criterion '%s' of advancement %s to %s players as they already have it", + "commands.advancement.revoke.one.to.one.success": "Revoked the advancement %s from %s", + "commands.advancement.revoke.one.to.one.failure": "Couldn't revoke advancement %s from %s as they don't have it", + "commands.advancement.revoke.one.to.many.success": "Revoked the advancement %s from %s players", + "commands.advancement.revoke.one.to.many.failure": "Couldn't revoke advancement %s from %s players as they don't have it", + "commands.advancement.revoke.many.to.one.success": "Revoked %s advancements from %s", + "commands.advancement.revoke.many.to.one.failure": "Couldn't revoke %s advancements from %s as they don't have them", + "commands.advancement.revoke.many.to.many.success": "Revoked %s advancements from %s players", + "commands.advancement.revoke.many.to.many.failure": "Couldn't revoke %s advancements from %s players as they don't have them", + "commands.advancement.revoke.criterion.to.one.success": "Revoked criterion '%s' of advancement %s from %s", + "commands.advancement.revoke.criterion.to.one.failure": "Couldn't revoke criterion '%s' of advancement %s from %s as they don't have it", + "commands.advancement.revoke.criterion.to.many.success": "Revoked criterion '%s' of advancement %s from %s players", + "commands.advancement.revoke.criterion.to.many.failure": "Couldn't revoke criterion '%s' of advancement %s from %s players as they don't have it", + "commands.forceload.added.failure": "No chunks were marked for force loading", + "commands.forceload.added.single": "Marked chunk %s in %s to be force loaded", + "commands.forceload.added.multiple": "Marked %s chunks in %s from %s to %s to be force loaded", + "commands.forceload.query.success": "Chunk at %s in %s is marked for force loading", + "commands.forceload.query.failure": "Chunk at %s in %s is not marked for force loading", + "commands.forceload.list.single": "A force loaded chunk was found in %s at: %s", + "commands.forceload.list.multiple": "%s force loaded chunks were found in %s at: %s", + "commands.forceload.added.none": "No force loaded chunks were found in %s", + "commands.forceload.removed.all": "Unmarked all force loaded chunks in %s", + "commands.forceload.removed.failure": "No chunks were removed from force loading", + "commands.forceload.removed.single": "Unmarked chunk %s in %s for force loading", + "commands.forceload.removed.multiple": "Unmarked %s chunks in %s from %s to %s for force loading", + "commands.forceload.toobig": "Too many chunks in the specified area (maximum %s, specified %s)", + "commands.clear.success.single": "Removed %s items from player %s", + "commands.clear.success.multiple": "Removed %s items from %s players", + "commands.clear.test.single": "Found %s matching items on player %s", + "commands.clear.test.multiple": "Found %s matching items on %s players", + "commands.clone.success": "Successfully cloned %s blocks", + "commands.debug.started": "Started debug profiling", + "commands.debug.stopped": "Stopped debug profiling after %s seconds and %s ticks (%s ticks per second)", + "commands.debug.reportSaved": "Created debug report in %s", + "commands.debug.reportFailed": "Failed to create debug report", + "commands.defaultgamemode.success": "The default game mode is now %s", + "commands.difficulty.success": "The difficulty has been set to %s", + "commands.difficulty.query": "The difficulty is %s", + "commands.drop.no_held_items": "Entity can't hold any items", + "commands.drop.no_loot_table": "Entity %s has no loot table", + "commands.drop.success.single": "Dropped %s * %s", + "commands.drop.success.single_with_table": "Dropped %s * %s from loot table %s", + "commands.drop.success.multiple": "Dropped %s items", + "commands.drop.success.multiple_with_table": "Dropped %s items from loot table %s", + "commands.effect.give.success.single": "Applied effect %s to %s", + "commands.effect.give.success.multiple": "Applied effect %s to %s targets", + "commands.effect.clear.everything.success.single": "Removed every effect from %s", + "commands.effect.clear.everything.success.multiple": "Removed every effect from %s targets", + "commands.effect.clear.specific.success.single": "Removed effect %s from %s", + "commands.effect.clear.specific.success.multiple": "Removed effect %s from %s targets", + "commands.enchant.success.single": "Applied enchantment %s to %s's item", + "commands.enchant.success.multiple": "Applied enchantment %s to %s entities", + "commands.experience.add.points.success.single": "Gave %s experience points to %s", + "commands.experience.add.points.success.multiple": "Gave %s experience points to %s players", + "commands.experience.add.levels.success.single": "Gave %s experience levels to %s", + "commands.experience.add.levels.success.multiple": "Gave %s experience levels to %s players", + "commands.experience.set.points.success.single": "Set %s experience points on %s", + "commands.experience.set.points.success.multiple": "Set %s experience points on %s players", + "commands.experience.set.levels.success.single": "Set %s experience levels on %s", + "commands.experience.set.levels.success.multiple": "Set %s experience levels on %s players", + "commands.experience.query.points": "%s has %s experience points", + "commands.experience.query.levels": "%s has %s experience levels", + "commands.fill.success": "Successfully filled %s blocks", + "commands.function.success.single": "Executed %s commands from function '%s'", + "commands.function.success.multiple": "Executed %s commands from %s functions", + "commands.give.success.single": "Gave %s %s to %s", + "commands.give.success.multiple": "Gave %s %s to %s players", + "commands.playsound.success.single": "Played sound %s to %s", + "commands.playsound.success.multiple": "Played sound %s to %s players", + "commands.publish.success": "Multiplayer game is now hosted on port %s", + "commands.list.players": "There are %s of a max %s players online: %s", + "commands.kill.success.single": "Killed %s", + "commands.kill.success.multiple": "Killed %s entities", + "commands.kick.success": "Kicked %s: %s", + "commands.locate.success": "The nearest %s is at %s (%s blocks away)", + "commands.message.display.outgoing": "You whisper to %s: %s", + "commands.message.display.incoming": "%s whispers to you: %s", + "commands.op.success": "Made %s a server operator", + "commands.deop.success": "Made %s no longer a server operator", + "commands.ban.success": "Banned %s: %s", + "commands.pardon.success": "Unbanned %s", + "commands.particle.success": "Displaying particle %s", + "commands.seed.success": "Seed: %s", + "commands.stop.stopping": "Stopping the server", + "commands.time.query": "The time is %s", + "commands.time.set": "Set the time to %s", + "commands.schedule.created.function": "Scheduled function '%s' in %s ticks at gametime %s", + "commands.schedule.created.tag": "Scheduled tag '%s' in %s ticks at gametime %s", + "commands.schedule.same_tick": "Can't schedule for current tick", + "commands.gamemode.success.self": "Set own game mode to %s", + "commands.gamemode.success.other": "Set %s's game mode to %s", + "commands.gamerule.query": "Gamerule %s is currently set to: %s", + "commands.gamerule.set": "Gamerule %s is now set to: %s", + "commands.save.disabled": "Automatic saving is now disabled", + "commands.save.enabled": "Automatic saving is now enabled", + "commands.save.saving": "Saving the game (this may take a moment!)", + "commands.save.success": "Saved the game", + "commands.setidletimeout.success": "The player idle timeout is now %s minutes", + "commands.banlist.none": "There are no bans", + "commands.banlist.list": "There are %s bans:", + "commands.banlist.entry": "%s was banned by %s: %s", + "commands.bossbar.create.success": "Created custom bossbar %s", + "commands.bossbar.remove.success": "Removed custom bossbar %s", + "commands.bossbar.list.bars.none": "There are no custom bossbars active", + "commands.bossbar.list.bars.some": "There are %s custom bossbars active: %s", + "commands.bossbar.set.players.success.none": "Custom bossbar %s no longer has any players", + "commands.bossbar.set.players.success.some": "Custom bossbar %s now has %s players: %s", + "commands.bossbar.set.name.success": "Custom bossbar %s has been renamed", + "commands.bossbar.set.color.success": "Custom bossbar %s has changed color", + "commands.bossbar.set.style.success": "Custom bossbar %s has changed style", + "commands.bossbar.set.value.success": "Custom bossbar %s has changed value to %s", + "commands.bossbar.set.max.success": "Custom bossbar %s has changed maximum to %s", + "commands.bossbar.set.visible.success.visible": "Custom bossbar %s is now visible", + "commands.bossbar.set.visible.success.hidden": "Custom bossbar %s is now hidden", + "commands.bossbar.get.value": "Custom bossbar %s has a value of %s", + "commands.bossbar.get.max": "Custom bossbar %s has a maximum of %s", + "commands.bossbar.get.visible.visible": "Custom bossbar %s is currently shown", + "commands.bossbar.get.visible.hidden": "Custom bossbar %s is currently hidden", + "commands.bossbar.get.players.none": "Custom bossbar %s has no players currently online", + "commands.bossbar.get.players.some": "Custom bossbar %s has %s players currently online: %s", + "commands.recipe.give.success.single": "Unlocked %s recipes for %s", + "commands.recipe.give.success.multiple": "Unlocked %s recipes for %s players", + "commands.recipe.take.success.single": "Took %s recipes from %s", + "commands.recipe.take.success.multiple": "Took %s recipes from %s players", + "commands.summon.success": "Summoned new %s", + "commands.whitelist.enabled": "Whitelist is now turned on", + "commands.whitelist.disabled": "Whitelist is now turned off", + "commands.whitelist.none": "There are no whitelisted players", + "commands.whitelist.list": "There are %s whitelisted players: %s", + "commands.whitelist.add.success": "Added %s to the whitelist", + "commands.whitelist.remove.success": "Removed %s from the whitelist", + "commands.whitelist.reloaded": "Reloaded the whitelist", + "commands.weather.set.clear": "Set the weather to clear", + "commands.weather.set.rain": "Set the weather to rain", + "commands.weather.set.thunder": "Set the weather to rain & thunder", + "commands.spawnpoint.success.single": "Set spawn point to %s, %s, %s for %s", + "commands.spawnpoint.success.multiple": "Set spawn point to %s, %s, %s for %s players", + "commands.stopsound.success.source.sound": "Stopped sound '%s' on source '%s'", + "commands.stopsound.success.source.any": "Stopped all '%s' sounds", + "commands.stopsound.success.sourceless.sound": "Stopped sound '%s'", + "commands.stopsound.success.sourceless.any": "Stopped all sounds", + "commands.setworldspawn.success": "Set the world spawn point to %s, %s, %s", + "commands.spreadplayers.success.teams": "Spread %s teams around %s, %s with an average distance of %s blocks apart", + "commands.spreadplayers.success.entities": "Spread %s players around %s, %s with an average distance of %s blocks apart", + "commands.setblock.success": "Changed the block at %s, %s, %s", + "commands.banip.success": "Banned IP %s: %s", + "commands.banip.info": "This ban affects %s players: %s", + "commands.pardonip.success": "Unbanned IP %s", + "commands.teleport.success.entity.single": "Teleported %s to %s", + "commands.teleport.success.entity.multiple": "Teleported %s entities to %s", + "commands.teleport.success.location.single": "Teleported %s to %s, %s, %s", + "commands.teleport.success.location.multiple": "Teleported %s entities to %s, %s, %s", + "commands.title.cleared.single": "Cleared titles for %s", + "commands.title.cleared.multiple": "Cleared titles for %s players", + "commands.title.reset.single": "Reset title options for %s", + "commands.title.reset.multiple": "Reset title options for %s players", + "commands.title.show.title.single": "Showing new title for %s", + "commands.title.show.title.multiple": "Showing new title for %s players", + "commands.title.show.subtitle.single": "Showing new subtitle for %s", + "commands.title.show.subtitle.multiple": "Showing new subtitle for %s players", + "commands.title.show.actionbar.single": "Showing new actionbar title for %s", + "commands.title.show.actionbar.multiple": "Showing new actionbar title for %s players", + "commands.title.times.single": "Changed title display times for %s", + "commands.title.times.multiple": "Changed title display times for %s players", + "commands.worldborder.set.grow": "Growing the world border to %s blocks wide over %s seconds", + "commands.worldborder.set.shrink": "Shrinking the world border to %s blocks wide over %s seconds", + "commands.worldborder.set.immediate": "Set the world border to %s blocks wide", + "commands.worldborder.center.success": "Set the center of the world border to %s, %s", + "commands.worldborder.get": "The world border is currently %s blocks wide", + "commands.worldborder.damage.buffer.success": "Set the world border damage buffer to %s blocks", + "commands.worldborder.damage.amount.success": "Set the world border damage time to %s seconds", + "commands.worldborder.warning.time.success": "Set the world border warning time to %s seconds", + "commands.worldborder.warning.distance.success": "Set the world border warning distance to %s blocks", + "commands.replaceitem.block.success": "Replaced a slot at %s, %s, %s with %s", + "commands.replaceitem.entity.success.single": "Replaced a slot on %s with %s", + "commands.replaceitem.entity.success.multiple": "Replaced a slot on %s entities with %s", + "commands.tag.add.success.single": "Added tag '%s' to %s", + "commands.tag.add.success.multiple": "Added tag '%s' to %s entities", + "commands.tag.remove.success.single": "Removed tag '%s' from %s", + "commands.tag.remove.success.multiple": "Removed tag '%s' from %s entities", + "commands.tag.list.single.empty": "%s has no tags", + "commands.tag.list.single.success": "%s has %s tags: %s", + "commands.tag.list.multiple.empty": "There are no tags on the %s entities", + "commands.tag.list.multiple.success": "The %s entities have %s total tags: %s", + "commands.team.list.members.empty": "There are no members on team %s", + "commands.team.list.members.success": "Team %s has %s members: %s", + "commands.team.list.teams.empty": "There are no teams", + "commands.team.list.teams.success": "There are %s teams: %s", + "commands.team.add.success": "Created team %s", + "commands.team.remove.success": "Removed team %s", + "commands.team.empty.success": "Removed %s members from team %s", + "commands.team.option.color.success": "Updated the color for team %s to %s", + "commands.team.option.name.success": "Updated team %s name", + "commands.team.option.friendlyfire.enabled": "Enabled friendly fire for team %s", + "commands.team.option.friendlyfire.disabled": "Disabled friendly fire for team %s", + "commands.team.option.seeFriendlyInvisibles.enabled": "Team %s can now see invisible teammates", + "commands.team.option.seeFriendlyInvisibles.disabled": "Team %s can no longer see invisible teammates", + "commands.team.option.nametagVisibility.success": "Nametag visibility for team %s is now \"%s\"", + "commands.team.option.deathMessageVisibility.success": "Death message visibility for team %s is now \"%s\"", + "commands.team.option.collisionRule.success": "Collision rule for team %s is now \"%s\"", + "commands.team.option.prefix.success": "Team prefix set to %s", + "commands.team.option.suffix.success": "Team suffix set to %s", + "commands.team.join.success.single": "Added %s to team %s", + "commands.team.join.success.multiple": "Added %s members to team %s", + "commands.team.leave.success.single": "Removed %s from any team", + "commands.team.leave.success.multiple": "Removed %s members from any team", + "commands.trigger.simple.success": "Triggered %s", + "commands.trigger.add.success": "Triggered %s (added %s to value)", + "commands.trigger.set.success": "Triggered %s (set value to %s)", + "commands.scoreboard.objectives.list.empty": "There are no objectives", + "commands.scoreboard.objectives.list.success": "There are %s objectives: %s", + "commands.scoreboard.objectives.add.success": "Created new objective %s", + "commands.scoreboard.objectives.remove.success": "Removed objective %s", + "commands.scoreboard.objectives.display.cleared": "Cleared any objectives in display slot %s", + "commands.scoreboard.objectives.display.set": "Set display slot %s to show objective %s", + "commands.scoreboard.objectives.modify.displayname": "Changed objective %s display name to %s", + "commands.scoreboard.objectives.modify.rendertype": "Changed objective %s render type", + "commands.scoreboard.players.list.empty": "There are no tracked entities", + "commands.scoreboard.players.list.success": "There are %s tracked entities: %s", + "commands.scoreboard.players.list.entity.empty": "%s has no scores to show", + "commands.scoreboard.players.list.entity.success": "%s has %s scores:", + "commands.scoreboard.players.list.entity.entry": "%s: %s", + "commands.scoreboard.players.set.success.single": "Set %s for %s to %s", + "commands.scoreboard.players.set.success.multiple": "Set %s for %s entities to %s", + "commands.scoreboard.players.add.success.single": "Added %s to %s for %s (now %s)", + "commands.scoreboard.players.add.success.multiple": "Added %s to %s for %s entities", + "commands.scoreboard.players.remove.success.single": "Removed %s from %s for %s (now %s)", + "commands.scoreboard.players.remove.success.multiple": "Removed %s from %s for %s entities", + "commands.scoreboard.players.reset.all.single": "Reset all scores for %s", + "commands.scoreboard.players.reset.all.multiple": "Reset all scores for %s entities", + "commands.scoreboard.players.reset.specific.single": "Reset %s for %s", + "commands.scoreboard.players.reset.specific.multiple": "Reset %s for %s entities", + "commands.scoreboard.players.enable.success.single": "Enabled trigger %s for %s", + "commands.scoreboard.players.enable.success.multiple": "Enabled trigger %s for %s entities", + "commands.scoreboard.players.operation.success.single": "Set %s for %s to %s", + "commands.scoreboard.players.operation.success.multiple": "Updated %s for %s entities", + "commands.scoreboard.players.get.success": "%s has %s %s", + "commands.reload.success": "Reloading!", + "commands.data.entity.modified": "Modified entity data of %s", + "commands.data.entity.query": "%s has the following entity data: %s", + "commands.data.entity.get": "%s on %s after scale factor of %s is %s", + "commands.data.block.modified": "Modified block data of %s, %s, %s", + "commands.data.block.query": "%s, %s, %s has the following block data: %s", + "commands.data.block.get": "%s on block %s, %s, %s after scale factor of %s is %s", + "commands.datapack.list.enabled.success": "There are %s data packs enabled: %s", + "commands.datapack.list.enabled.none": "There are no data packs enabled", + "commands.datapack.list.available.success": "There are %s data packs available: %s", + "commands.datapack.list.available.none": "There are no more data packs available", + "commands.datapack.enable.success": "Enabled data pack %s", + "commands.datapack.disable.success": "Disabled data pack %s", + "argument.range.empty": "Expected value or range of values", + "argument.range.ints": "Only whole numbers allowed, not decimals", + "argument.range.swapped": "Min cannot be bigger than max", + "permissions.requires.player": "A player is required to run this command here", + "permissions.requires.entity": "An entity is required to run this command here", + "argument.entity.toomany": "Only one entity is allowed, but the provided selector allows more than one", + "argument.player.toomany": "Only one player is allowed, but the provided selector allows more than one", + "argument.player.entities": "Only players may be affected by this command, but the provided selector includes entities", + "argument.entity.notfound.entity": "No entity was found", + "argument.entity.notfound.player": "No player was found", + "argument.player.unknown": "That player does not exist", + "arguments.nbtpath.node.invalid": "Invalid NBT path element", + "arguments.nbtpath.nothing_found": "Found no elements matching %s", + "arguments.operation.invalid": "Invalid operation", + "arguments.operation.div0": "Cannot divide by zero", + "argument.scoreHolder.empty": "No relevant score holders could be found", + "argument.block.tag.disallowed": "Tags aren't allowed here, only actual blocks", + "argument.block.property.unclosed": "Expected closing ] for block state properties", + "argument.pos.unloaded": "That position is not loaded", + "argument.pos.outofworld": "That position is out of this world!", + "argument.rotation.incomplete": "Incomplete (expected 2 coordinates)", + "arguments.swizzle.invalid": "Invalid swizzle, expected combination of 'x', 'y' and 'z'", + "argument.pos2d.incomplete": "Incomplete (expected 2 coordinates)", + "argument.pos3d.incomplete": "Incomplete (expected 3 coordinates)", + "argument.pos.mixed": "Cannot mix world & local coordinates (everything must either use ^ or not)", + "argument.pos.missing.double": "Expected a coordinate", + "argument.pos.missing.int": "Expected a block position", + "argument.item.tag.disallowed": "Tags aren't allowed here, only actual items", + "argument.entity.invalid": "Invalid name or UUID", + "argument.entity.selector.missing": "Missing selector type", + "argument.entity.selector.not_allowed": "Selector not allowed", + "argument.entity.options.unterminated": "Expected end of options", + "argument.entity.options.distance.negative": "Distance cannot be negative", + "argument.entity.options.level.negative": "Level shouldn't be negative", + "argument.entity.options.limit.toosmall": "Limit must be at least 1", + "argument.nbt.trailing": "Unexpected trailing data", + "argument.nbt.expected.key": "Expected key", + "argument.nbt.expected.value": "Expected value", + "argument.id.invalid": "Invalid ID", + "argument.time.invalid_unit": "Invalid unit", + "argument.time.invalid_tick_count": "Tick count must be non-negative", + "commands.banip.invalid": "Invalid IP address or unknown player", + "commands.banip.failed": "Nothing changed. That IP is already banned", + "commands.ban.failed": "Nothing changed. The player is already banned", + "commands.bossbar.set.players.unchanged": "Nothing changed. Those players are already on the bossbar with nobody to add or remove", + "commands.bossbar.set.name.unchanged": "Nothing changed. That's already the name of this bossbar", + "commands.bossbar.set.color.unchanged": "Nothing changed. That's already the color of this bossbar", + "commands.bossbar.set.style.unchanged": "Nothing changed. That's already the style of this bossbar", + "commands.bossbar.set.value.unchanged": "Nothing changed. That's already the value of this bossbar", + "commands.bossbar.set.max.unchanged": "Nothing changed. That's already the max of this bossbar", + "commands.bossbar.set.visibility.unchanged.hidden": "Nothing changed. The bossbar is already hidden", + "commands.bossbar.set.visibility.unchanged.visible": "Nothing changed. The bossbar is already visible", + "commands.clone.overlap": "The source and destination areas cannot overlap", + "commands.clone.failed": "No blocks were cloned", + "commands.debug.notRunning": "The debug profiler hasn't started", + "commands.debug.alreadyRunning": "The debug profiler is already started", + "commands.deop.failed": "Nothing changed. The player is not an operator", + "commands.effect.give.failed": "Unable to apply this effect (target is either immune to effects, or has something stronger)", + "commands.effect.clear.everything.failed": "Target has no effects to remove", + "commands.effect.clear.specific.failed": "Target doesn't have the requested effect", + "commands.enchant.failed": "Nothing changed. Targets either have no item in their hands or the enchantment could not be applied", + "commands.experience.set.points.invalid": "Cannot set experience points above the maximum points for the player's current level", + "commands.fill.failed": "No blocks were filled", + "commands.help.failed": "Unknown command or insufficient permissions", + "commands.locate.failed": "Could not find that structure nearby", + "commands.op.failed": "Nothing changed. The player already is an operator", + "commands.pardon.failed": "Nothing changed. The player isn't banned", + "commands.pardonip.invalid": "Invalid IP address", + "commands.pardonip.failed": "Nothing changed. That IP isn't banned", + "commands.particle.failed": "The particle was not visible for anybody", + "commands.playsound.failed": "The sound is too far away to be heard", + "commands.recipe.give.failed": "No new recipes were learned", + "commands.recipe.take.failed": "No recipes could be forgotten", + "commands.replaceitem.block.failed": "The target block is not a container", + "commands.replaceitem.slot.inapplicable": "The target does not have slot %s", + "commands.replaceitem.entity.failed": "Could not put %s in slot %s", + "commands.save.failed": "Unable to save the game (is there enough disk space?)", + "commands.save.alreadyOff": "Saving is already turned off", + "commands.save.alreadyOn": "Saving is already turned on", + "commands.scoreboard.objectives.add.duplicate": "An objective already exists by that name", + "commands.scoreboard.objectives.display.alreadyEmpty": "Nothing changed. That display slot is already empty", + "commands.scoreboard.objectives.display.alreadySet": "Nothing changed. That display slot is already showing that objective", + "commands.scoreboard.players.enable.failed": "Nothing changed. That trigger is already enabled", + "commands.scoreboard.players.enable.invalid": "Enable only works on trigger-objectives", + "commands.setblock.failed": "Could not set the block", + "commands.summon.failed": "Unable to summon entity", + "commands.tag.add.failed": "Target either already has the tag or has too many tags", + "commands.tag.remove.failed": "Target does not have this tag", + "commands.team.add.duplicate": "A team already exists by that name", + "commands.team.empty.unchanged": "Nothing changed. That team is already empty", + "commands.team.option.color.unchanged": "Nothing changed. That team already has that color", + "commands.team.option.name.unchanged": "Nothing changed. That team already has that name", + "commands.team.option.friendlyfire.alreadyEnabled": "Nothing changed. Friendly fire is already enabled for that team", + "commands.team.option.friendlyfire.alreadyDisabled": "Nothing changed. Friendly fire is already disabled for that team", + "commands.team.option.seeFriendlyInvisibles.alreadyEnabled": "Nothing changed. That team can already see invisible teammates", + "commands.team.option.seeFriendlyInvisibles.alreadyDisabled": "Nothing changed. That team already can't see invisible teammates", + "commands.team.option.nametagVisibility.unchanged": "Nothing changed. Nametag visibility is already that value", + "commands.team.option.deathMessageVisibility.unchanged": "Nothing changed. Death message visibility is already that value", + "commands.team.option.collisionRule.unchanged": "Nothing changed. Collision rule is already that value", + "commands.trigger.failed.unprimed": "You cannot trigger this objective yet", + "commands.trigger.failed.invalid": "You can only trigger objectives that are 'trigger' type", + "commands.whitelist.alreadyOn": "Whitelist is already turned on", + "commands.whitelist.alreadyOff": "Whitelist is already turned off", + "commands.whitelist.add.failed": "Player is already whitelisted", + "commands.whitelist.remove.failed": "Player is not whitelisted", + "commands.worldborder.center.failed": "Nothing changed. The world border is already centered there", + "commands.worldborder.set.failed.nochange": "Nothing changed. The world border is already that size", + "commands.worldborder.set.failed.small.": "World border cannot be smaller than 1 block wide", + "commands.worldborder.set.failed.big.": "World border cannot be bigger than 60,000,000 blocks wide", + "commands.worldborder.warning.time.failed": "Nothing changed. The world border warning is already that amount of time", + "commands.worldborder.warning.distance.failed": "Nothing changed. The world border warning is already that distance", + "commands.worldborder.damage.buffer.failed": "Nothing changed. The world border damage buffer is already that distance", + "commands.worldborder.damage.amount.failed": "Nothing changed. The world border damage is already that amount", + "commands.data.block.invalid": "The target block is not a block entity", + "commands.data.merge.failed": "Nothing changed, the specified properties already have these values", + "commands.data.modify.expected_list": "Expected list, got: %s", + "commands.data.modify.expected_object": "Expected object, got: %s", + "commands.data.modify.invalid_index": "Invalid list index: %s", + "commands.data.get.multiple": "This argument accepts a single NBT value", + "commands.data.entity.invalid": "Unable to modify player data", + "commands.teammsg.failed.noteam": "You must be on a team to message your team", + "argument.color.invalid": "Unknown color '%s'", + "argument.dimension.invalid": "Unknown dimension '%s'", + "argument.component.invalid": "Invalid chat component: %s", + "argument.anchor.invalid": "Invalid entity anchor position %s", + "enchantment.unknown": "Unknown enchantment: %s", + "lectern.take_book": "Take Book", + "effect.effectNotFound": "Unknown effect: %s", + "arguments.objective.notFound": "Unknown scoreboard objective '%s'", + "arguments.objective.readonly": "Scoreboard objective '%s' is read-only", + "commands.scoreboard.objectives.add.longName": "Objective names cannot be longer than %s characters", + "argument.criteria.invalid": "Unknown criteria '%s'", + "particle.notFound": "Unknown particle: %s", + "argument.id.unknown": "Unknown ID: %s", + "advancement.advancementNotFound": "Unknown advancement: %s", + "recipe.notFound": "Unknown recipe: %s", + "entity.notFound": "Unknown entity: %s", + "argument.scoreboardDisplaySlot.invalid": "Unknown display slot '%s'", + "slot.unknown": "Unknown slot '%s'", + "team.notFound": "Unknown team '%s'", + "arguments.block.tag.unknown": "Unknown block tag '%s'", + "argument.block.id.invalid": "Unknown block type '%s'", + "argument.block.property.unknown": "Block %s does not have property '%s'", + "argument.block.property.duplicate": "Property '%s' can only be set once for block %s", + "argument.block.property.invalid": "Block %s does not accept '%s' for %s property", + "argument.block.property.novalue": "Expected value for property '%s' on block %s", + "arguments.function.tag.unknown": "Unknown function tag '%s'", + "arguments.function.unknown": "Unknown function %s", + "arguments.item.overstacked": "%s can only stack up to %s", + "argument.item.id.invalid": "Unknown item '%s'", + "arguments.item.tag.unknown": "Unknown item tag '%s'", + "argument.entity.selector.unknown": "Unknown selector type '%s'", + "argument.entity.options.valueless": "Expected value for option '%s'", + "argument.entity.options.unknown": "Unknown option '%s'", + "argument.entity.options.inapplicable": "Option '%s' isn't applicable here", + "argument.entity.options.sort.irreversible": "Invalid or unknown sort type '%s'", + "argument.entity.options.mode.invalid": "Invalid or unknown game mode '%s'", + "argument.entity.options.type.invalid": "Invalid or unknown entity type '%s'", + "argument.nbt.list.mixed": "Can't insert %s into list of %s", + "argument.nbt.array.mixed": "Can't insert %s into %s", + "argument.nbt.array.invalid": "Invalid array type '%s'", + "commands.bossbar.create.failed": "A bossbar already exists with the ID '%s'", + "commands.bossbar.unknown": "No bossbar exists with the ID '%s'", + "clear.failed.single": "No items were found on player %s", + "clear.failed.multiple": "No items were found on %s players", + "commands.clone.toobig": "Too many blocks in the specified area (maximum %s, specified %s)", + "commands.datapack.unknown": "Unknown data pack '%s'", + "commands.datapack.enable.failed": "Pack '%s' is already enabled!", + "commands.datapack.disable.failed": "Pack '%s' is not enabled!", + "commands.difficulty.failure": "The difficulty did not change; it is already set to %s", + "commands.enchant.failed.entity": "%s is not a valid entity for this command", + "commands.enchant.failed.itemless": "%s is not holding any item", + "commands.enchant.failed.incompatible": "%s cannot support that enchantment", + "commands.enchant.failed.level": "%s is higher than the maximum level of %s supported by that enchantment", + "commands.execute.blocks.toobig": "Too many blocks in the specified area (maximum %s, specified %s)", + "commands.execute.conditional.pass": "Test passed", + "commands.execute.conditional.pass_count": "Test passed, count: %s", + "commands.execute.conditional.fail": "Test failed", + "commands.execute.conditional.fail_count": "Test failed, count: %s", + "commands.fill.toobig": "Too many blocks in the specified area (maximum %s, specified %s)", + "commands.publish.alreadyPublished": "Multiplayer game is already hosted on port %s", + "commands.scoreboard.players.get.null": "Can't get value of %s for %s; none is set", + "commands.spreadplayers.failed.teams": "Could not spread %s teams around %s, %s (too many entities for space - try using spread of at most %s)", + "commands.spreadplayers.failed.entities": "Could not spread %s entities around %s, %s (too many entities for space - try using spread of at most %s)", + "commands.team.add.longName": "Team names cannot be longer than %s characters", + "commands.data.get.invalid": "Can't get %s; only numeric tags are allowed", + "commands.data.get.unknown": "Can't get %s; tag doesn't exist", + "argument.double.low": "Double must not be less than %s, found %s", + "argument.double.big": "Double must not be more than %s, found %s", + "argument.float.low": "Float must not be less than %s, found %s", + "argument.float.big": "Float must not be more than %s, found %s", + "argument.integer.low": "Integer must not be less than %s, found %s", + "argument.integer.big": "Integer must not be more than %s, found %s", + "argument.long.low": "Long must not be less than %s, found %s", + "argument.long.big": "Long must not be more than %s, found %s", + "argument.literal.incorrect": "Expected literal %s", + "parsing.quote.expected.start": "Expected quote to start a string", + "parsing.quote.expected.end": "Unclosed quoted string", + "parsing.quote.escape": "Invalid escape sequence '\\%s' in quoted string", + "parsing.bool.invalid": "Invalid boolean, expected 'true' or 'false' but found '%s'", + "parsing.int.invalid": "Invalid integer '%s'", + "parsing.int.expected": "Expected integer", + "parsing.long.invalid": "Invalid long '%s'", + "parsing.long.expected": "Expected long", + "command.exception": "Could not parse command: %s", + "parsing.double.invalid": "Invalid double '%s'", + "parsing.double.expected": "Expected double", + "parsing.float.invalid": "Invalid float '%s'", + "parsing.float.expected": "Expected float", + "parsing.bool.expected": "Expected boolean", + "parsing.expected": "Expected '%s'", + "command.unknown.command": "Unknown command", + "command.unknown.argument": "Incorrect argument for command", + "command.expected.separator": "Expected whitespace to end one argument, but found trailing data", + "biome.minecraft.beach": "Beach", + "biome.minecraft.birch_forest": "Birch Forest", + "biome.minecraft.birch_forest_hills": "Birch Forest Hills", + "biome.minecraft.snowy_beach": "Snowy Beach", + "biome.minecraft.cold_ocean": "Cold Ocean", + "biome.minecraft.deep_cold_ocean": "Deep Cold Ocean", + "biome.minecraft.deep_frozen_ocean": "Deep Frozen Ocean", + "biome.minecraft.deep_lukewarm_ocean": "Deep Lukewarm Ocean", + "biome.minecraft.deep_ocean": "Deep Ocean", + "biome.minecraft.deep_warm_ocean": "Deep Warm Ocean", + "biome.minecraft.desert": "Desert", + "biome.minecraft.desert_hills": "Desert Hills", + "biome.minecraft.mountains": "Mountains", + "biome.minecraft.wooded_mountains": "Wooded Mountains", + "biome.minecraft.forest": "Forest", + "biome.minecraft.wooded_hills": "Wooded Hills", + "biome.minecraft.frozen_ocean": "Frozen Ocean", + "biome.minecraft.frozen_river": "Frozen River", + "biome.minecraft.nether": "Nether", + "biome.minecraft.snowy_tundra": "Snowy Tundra", + "biome.minecraft.snowy_mountains": "Snowy Mountains", + "biome.minecraft.jungle_edge": "Jungle Edge", + "biome.minecraft.jungle_hills": "Jungle Hills", + "biome.minecraft.jungle": "Jungle", + "biome.minecraft.lukewarm_ocean": "Lukewarm Ocean", + "biome.minecraft.badlands_plateau": "Badlands Plateau", + "biome.minecraft.badlands": "Badlands", + "biome.minecraft.wooded_badlands_plateau": "Wooded Badlands Plateau", + "biome.minecraft.mushroom_fields": "Mushroom Fields", + "biome.minecraft.mushroom_field_shore": "Mushroom Field Shore", + "biome.minecraft.tall_birch_hills": "Tall Birch Hills", + "biome.minecraft.tall_birch_forest": "Tall Birch Forest", + "biome.minecraft.desert_lakes": "Desert Lakes", + "biome.minecraft.gravelly_mountains": "Gravelly Mountains", + "biome.minecraft.modified_gravelly_mountains": "Gravelly Mountains+", + "biome.minecraft.flower_forest": "Flower Forest", + "biome.minecraft.ice_spikes": "Ice Spikes", + "biome.minecraft.modified_jungle_edge": "Modified Jungle Edge", + "biome.minecraft.modified_jungle": "Modified Jungle", + "biome.minecraft.modified_badlands_plateau": "Modified Badlands Plateau", + "biome.minecraft.eroded_badlands": "Eroded Badlands", + "biome.minecraft.modified_wooded_badlands_plateau": "Modified Wooded Badlands Plateau", + "biome.minecraft.sunflower_plains": "Sunflower Plains", + "biome.minecraft.giant_spruce_taiga_hills": "Giant Spruce Taiga Hills", + "biome.minecraft.giant_spruce_taiga": "Giant Spruce Taiga", + "biome.minecraft.dark_forest_hills": "Dark Forest Hills", + "biome.minecraft.shattered_savanna": "Shattered Savanna", + "biome.minecraft.shattered_savanna_plateau": "Shattered Savanna Plateau", + "biome.minecraft.swamp_hills": "Swamp Hills", + "biome.minecraft.snowy_taiga_mountains": "Snowy Taiga Mountains", + "biome.minecraft.taiga_mountains": "Taiga Mountains", + "biome.minecraft.ocean": "Ocean", + "biome.minecraft.plains": "Plains", + "biome.minecraft.giant_tree_taiga_hills": "Giant Tree Taiga Hills", + "biome.minecraft.giant_tree_taiga": "Giant Tree Taiga", + "biome.minecraft.river": "River", + "biome.minecraft.dark_forest": "Dark Forest", + "biome.minecraft.savanna_plateau": "Savanna Plateau", + "biome.minecraft.savanna": "Savanna", + "biome.minecraft.end_barrens": "End Barrens", + "biome.minecraft.end_highlands": "End Highlands", + "biome.minecraft.small_end_islands": "Small End Islands", + "biome.minecraft.end_midlands": "End Midlands", + "biome.minecraft.the_end": "The End", + "biome.minecraft.mountain_edge": "Mountain Edge", + "biome.minecraft.stone_shore": "Stone Shore", + "biome.minecraft.swamp": "Swamp", + "biome.minecraft.snowy_taiga": "Snowy Taiga", + "biome.minecraft.snowy_taiga_hills": "Snowy Taiga Hills", + "biome.minecraft.taiga_hills": "Taiga Hills", + "biome.minecraft.taiga": "Taiga", + "biome.minecraft.the_void": "The Void", + "biome.minecraft.warm_ocean": "Warm Ocean", + "biome.minecraft.bamboo_jungle": "Bamboo Jungle", + "biome.minecraft.bamboo_jungle_hills": "Bamboo Jungle Hills", + "generator.minecraft.surface": "Surface", + "generator.minecraft.caves": "Caves", + "generator.minecraft.floating_islands": "Floating Islands", + "realms.missing.module.error.text": "Realms could not be opened right now, please try again later", + "realms.missing.snapshot.error.text": "Realms is currently not supported in snapshots", + "color.minecraft.white": "White", + "color.minecraft.orange": "Orange", + "color.minecraft.magenta": "Magenta", + "color.minecraft.light_blue": "Light Blue", + "color.minecraft.yellow": "Yellow", + "color.minecraft.lime": "Lime", + "color.minecraft.pink": "Pink", + "color.minecraft.gray": "Gray", + "color.minecraft.light_gray": "Light Gray", + "color.minecraft.cyan": "Cyan", + "color.minecraft.purple": "Purple", + "color.minecraft.blue": "Blue", + "color.minecraft.brown": "Brown", + "color.minecraft.green": "Green", + "color.minecraft.red": "Red", + "color.minecraft.black": "Black" +} diff --git a/1.14.4/assets/minecraft/models/block/acacia_button.json b/1.14.4/assets/minecraft/models/block/acacia_button.json new file mode 100644 index 00000000..d7da6298 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/acacia_button.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button", + "textures": { + "texture": "block/acacia_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/acacia_button_inventory.json b/1.14.4/assets/minecraft/models/block/acacia_button_inventory.json new file mode 100644 index 00000000..aa0d5c99 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/acacia_button_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button_inventory", + "textures": { + "texture": "block/acacia_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/acacia_button_pressed.json b/1.14.4/assets/minecraft/models/block/acacia_button_pressed.json new file mode 100644 index 00000000..97ca29f1 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/acacia_button_pressed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button_pressed", + "textures": { + "texture": "block/acacia_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/acacia_door_bottom.json b/1.14.4/assets/minecraft/models/block/acacia_door_bottom.json new file mode 100644 index 00000000..f2b97e50 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/acacia_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom", + "textures": { + "bottom": "block/acacia_door_bottom", + "top": "block/acacia_door_top" + } +} diff --git a/1.14.4/assets/minecraft/models/block/acacia_door_bottom_hinge.json b/1.14.4/assets/minecraft/models/block/acacia_door_bottom_hinge.json new file mode 100644 index 00000000..bf99ef27 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/acacia_door_bottom_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom_rh", + "textures": { + "bottom": "block/acacia_door_bottom", + "top": "block/acacia_door_top" + } +} diff --git a/1.14.4/assets/minecraft/models/block/acacia_door_top.json b/1.14.4/assets/minecraft/models/block/acacia_door_top.json new file mode 100644 index 00000000..20b1368b --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/acacia_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top", + "textures": { + "bottom": "block/acacia_door_bottom", + "top": "block/acacia_door_top" + } +} diff --git a/1.14.4/assets/minecraft/models/block/acacia_door_top_hinge.json b/1.14.4/assets/minecraft/models/block/acacia_door_top_hinge.json new file mode 100644 index 00000000..6784ba67 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/acacia_door_top_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top_rh", + "textures": { + "bottom": "block/acacia_door_bottom", + "top": "block/acacia_door_top" + } +} diff --git a/1.14.4/assets/minecraft/models/block/acacia_fence_gate.json b/1.14.4/assets/minecraft/models/block/acacia_fence_gate.json new file mode 100644 index 00000000..c7e9fa06 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/acacia_fence_gate.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate", + "textures": { + "texture": "block/acacia_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/acacia_fence_gate_open.json b/1.14.4/assets/minecraft/models/block/acacia_fence_gate_open.json new file mode 100644 index 00000000..07661b97 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/acacia_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate_open", + "textures": { + "texture": "block/acacia_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/acacia_fence_gate_wall.json b/1.14.4/assets/minecraft/models/block/acacia_fence_gate_wall.json new file mode 100644 index 00000000..68437db1 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/acacia_fence_gate_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate_wall", + "textures": { + "texture": "block/acacia_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/acacia_fence_gate_wall_open.json b/1.14.4/assets/minecraft/models/block/acacia_fence_gate_wall_open.json new file mode 100644 index 00000000..43f61a92 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/acacia_fence_gate_wall_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate_wall_open", + "textures": { + "texture": "block/acacia_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/acacia_fence_inventory.json b/1.14.4/assets/minecraft/models/block/acacia_fence_inventory.json new file mode 100644 index 00000000..56df92a7 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/acacia_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_inventory", + "textures": { + "texture": "block/acacia_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/acacia_fence_post.json b/1.14.4/assets/minecraft/models/block/acacia_fence_post.json new file mode 100644 index 00000000..35ca5a9f --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/acacia_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_post", + "textures": { + "texture": "block/acacia_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/acacia_fence_side.json b/1.14.4/assets/minecraft/models/block/acacia_fence_side.json new file mode 100644 index 00000000..1c788e12 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/acacia_fence_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_side", + "textures": { + "texture": "block/acacia_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/acacia_leaves.json b/1.14.4/assets/minecraft/models/block/acacia_leaves.json new file mode 100644 index 00000000..74544dbb --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/acacia_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "block/leaves", + "textures": { + "all": "block/acacia_leaves" + } +} diff --git a/1.14.4/assets/minecraft/models/block/acacia_log.json b/1.14.4/assets/minecraft/models/block/acacia_log.json new file mode 100644 index 00000000..ff0eadb7 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/acacia_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/acacia_log_top", + "side": "block/acacia_log" + } +} diff --git a/1.14.4/assets/minecraft/models/block/acacia_planks.json b/1.14.4/assets/minecraft/models/block/acacia_planks.json new file mode 100644 index 00000000..61e8729f --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/acacia_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/acacia_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/acacia_pressure_plate.json b/1.14.4/assets/minecraft/models/block/acacia_pressure_plate.json new file mode 100644 index 00000000..34d921d8 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/acacia_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_up", + "textures": { + "texture": "block/acacia_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/acacia_pressure_plate_down.json b/1.14.4/assets/minecraft/models/block/acacia_pressure_plate_down.json new file mode 100644 index 00000000..7c3dbbbf --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/acacia_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_down", + "textures": { + "texture": "block/acacia_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/acacia_sapling.json b/1.14.4/assets/minecraft/models/block/acacia_sapling.json new file mode 100644 index 00000000..0125c721 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/acacia_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/acacia_sapling" + } +} diff --git a/1.14.4/assets/minecraft/models/block/acacia_sign.json b/1.14.4/assets/minecraft/models/block/acacia_sign.json new file mode 100644 index 00000000..828e4053 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/acacia_sign.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "block/acacia_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/acacia_slab.json b/1.14.4/assets/minecraft/models/block/acacia_slab.json new file mode 100644 index 00000000..9d55f7a3 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/acacia_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/acacia_planks", + "top": "block/acacia_planks", + "side": "block/acacia_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/acacia_slab_top.json b/1.14.4/assets/minecraft/models/block/acacia_slab_top.json new file mode 100644 index 00000000..d4507a5b --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/acacia_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/acacia_planks", + "top": "block/acacia_planks", + "side": "block/acacia_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/acacia_stairs.json b/1.14.4/assets/minecraft/models/block/acacia_stairs.json new file mode 100644 index 00000000..fae2d842 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/acacia_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/acacia_planks", + "top": "block/acacia_planks", + "side": "block/acacia_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/acacia_stairs_inner.json b/1.14.4/assets/minecraft/models/block/acacia_stairs_inner.json new file mode 100644 index 00000000..1e718245 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/acacia_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/acacia_planks", + "top": "block/acacia_planks", + "side": "block/acacia_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/acacia_stairs_outer.json b/1.14.4/assets/minecraft/models/block/acacia_stairs_outer.json new file mode 100644 index 00000000..4daeaaa5 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/acacia_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/acacia_planks", + "top": "block/acacia_planks", + "side": "block/acacia_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/acacia_trapdoor_bottom.json b/1.14.4/assets/minecraft/models/block/acacia_trapdoor_bottom.json new file mode 100644 index 00000000..f16015d9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/acacia_trapdoor_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_orientable_trapdoor_bottom", + "textures": { + "texture": "block/acacia_trapdoor" + } +} diff --git a/1.14.4/assets/minecraft/models/block/acacia_trapdoor_open.json b/1.14.4/assets/minecraft/models/block/acacia_trapdoor_open.json new file mode 100644 index 00000000..c433d0f3 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/acacia_trapdoor_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_orientable_trapdoor_open", + "textures": { + "texture": "block/acacia_trapdoor" + } +} diff --git a/1.14.4/assets/minecraft/models/block/acacia_trapdoor_top.json b/1.14.4/assets/minecraft/models/block/acacia_trapdoor_top.json new file mode 100644 index 00000000..7befaa0b --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/acacia_trapdoor_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_orientable_trapdoor_top", + "textures": { + "texture": "block/acacia_trapdoor" + } +} diff --git a/1.14.4/assets/minecraft/models/block/acacia_wood.json b/1.14.4/assets/minecraft/models/block/acacia_wood.json new file mode 100644 index 00000000..54ed1506 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/acacia_wood.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/acacia_log", + "side": "block/acacia_log" + } +} diff --git a/1.14.4/assets/minecraft/models/block/activator_rail.json b/1.14.4/assets/minecraft/models/block/activator_rail.json new file mode 100644 index 00000000..ffea2ae3 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/activator_rail.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_flat", + "textures": { + "rail": "block/activator_rail" + } +} diff --git a/1.14.4/assets/minecraft/models/block/activator_rail_on.json b/1.14.4/assets/minecraft/models/block/activator_rail_on.json new file mode 100644 index 00000000..d332027a --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/activator_rail_on.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_flat", + "textures": { + "rail": "block/activator_rail_on" + } +} diff --git a/1.14.4/assets/minecraft/models/block/activator_rail_on_raised_ne.json b/1.14.4/assets/minecraft/models/block/activator_rail_on_raised_ne.json new file mode 100644 index 00000000..c2de3a51 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/activator_rail_on_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_rail_raised_ne", + "textures": { + "rail": "block/activator_rail_on" + } +} diff --git a/1.14.4/assets/minecraft/models/block/activator_rail_on_raised_sw.json b/1.14.4/assets/minecraft/models/block/activator_rail_on_raised_sw.json new file mode 100644 index 00000000..7a632471 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/activator_rail_on_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_rail_raised_sw", + "textures": { + "rail": "block/activator_rail_on" + } +} diff --git a/1.14.4/assets/minecraft/models/block/activator_rail_raised_ne.json b/1.14.4/assets/minecraft/models/block/activator_rail_raised_ne.json new file mode 100644 index 00000000..4bb3ca05 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/activator_rail_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_rail_raised_ne", + "textures": { + "rail": "block/activator_rail" + } +} diff --git a/1.14.4/assets/minecraft/models/block/activator_rail_raised_sw.json b/1.14.4/assets/minecraft/models/block/activator_rail_raised_sw.json new file mode 100644 index 00000000..d0096699 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/activator_rail_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_rail_raised_sw", + "textures": { + "rail": "block/activator_rail" + } +} diff --git a/1.14.4/assets/minecraft/models/block/air.json b/1.14.4/assets/minecraft/models/block/air.json new file mode 100644 index 00000000..2c63c085 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/air.json @@ -0,0 +1,2 @@ +{ +} diff --git a/1.14.4/assets/minecraft/models/block/allium.json b/1.14.4/assets/minecraft/models/block/allium.json new file mode 100644 index 00000000..11053282 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/allium.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cross", + "textures": { + "particle": "block/allium", + "cross": "block/allium" + } +} diff --git a/1.14.4/assets/minecraft/models/block/andesite.json b/1.14.4/assets/minecraft/models/block/andesite.json new file mode 100644 index 00000000..7d0042fe --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/andesite.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/andesite" + } +} diff --git a/1.14.4/assets/minecraft/models/block/andesite_slab.json b/1.14.4/assets/minecraft/models/block/andesite_slab.json new file mode 100644 index 00000000..75b5dace --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/andesite_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/andesite", + "top": "block/andesite", + "side": "block/andesite" + } +} diff --git a/1.14.4/assets/minecraft/models/block/andesite_slab_top.json b/1.14.4/assets/minecraft/models/block/andesite_slab_top.json new file mode 100644 index 00000000..9c8f8271 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/andesite_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/andesite", + "top": "block/andesite", + "side": "block/andesite" + } +} diff --git a/1.14.4/assets/minecraft/models/block/andesite_stairs.json b/1.14.4/assets/minecraft/models/block/andesite_stairs.json new file mode 100644 index 00000000..6ccfd1af --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/andesite_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/andesite", + "top": "block/andesite", + "side": "block/andesite" + } +} diff --git a/1.14.4/assets/minecraft/models/block/andesite_stairs_inner.json b/1.14.4/assets/minecraft/models/block/andesite_stairs_inner.json new file mode 100644 index 00000000..97a25861 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/andesite_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/andesite", + "top": "block/andesite", + "side": "block/andesite" + } +} diff --git a/1.14.4/assets/minecraft/models/block/andesite_stairs_outer.json b/1.14.4/assets/minecraft/models/block/andesite_stairs_outer.json new file mode 100644 index 00000000..6f1a39ed --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/andesite_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/andesite", + "top": "block/andesite", + "side": "block/andesite" + } +} diff --git a/1.14.4/assets/minecraft/models/block/andesite_wall_inventory.json b/1.14.4/assets/minecraft/models/block/andesite_wall_inventory.json new file mode 100644 index 00000000..e235f16f --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/andesite_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_inventory", + "textures": { + "wall": "block/andesite" + } +} diff --git a/1.14.4/assets/minecraft/models/block/andesite_wall_post.json b/1.14.4/assets/minecraft/models/block/andesite_wall_post.json new file mode 100644 index 00000000..b7accbbe --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/andesite_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_wall_post", + "textures": { + "wall": "block/andesite" + } +} diff --git a/1.14.4/assets/minecraft/models/block/andesite_wall_side.json b/1.14.4/assets/minecraft/models/block/andesite_wall_side.json new file mode 100644 index 00000000..61e27af1 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/andesite_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_wall_side", + "textures": { + "wall": "block/andesite" + } +} diff --git a/1.14.4/assets/minecraft/models/block/anvil.json b/1.14.4/assets/minecraft/models/block/anvil.json new file mode 100644 index 00000000..6e0b9dab --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/anvil.json @@ -0,0 +1,61 @@ +{ "parent": "block/block", + "textures": { + "particle": "block/anvil", + "body": "block/anvil", + "top": "block/anvil_top" + }, + "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": { + "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": { + "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 } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/attached_melon_stem.json b/1.14.4/assets/minecraft/models/block/attached_melon_stem.json new file mode 100644 index 00000000..2fa3485c --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/attached_melon_stem.json @@ -0,0 +1,7 @@ +{ + "parent": "block/stem_fruit", + "textures": { + "stem": "block/melon_stem", + "upperstem": "block/attached_melon_stem" + } +} diff --git a/1.14.4/assets/minecraft/models/block/attached_pumpkin_stem.json b/1.14.4/assets/minecraft/models/block/attached_pumpkin_stem.json new file mode 100644 index 00000000..5db08cdd --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/attached_pumpkin_stem.json @@ -0,0 +1,7 @@ +{ + "parent": "block/stem_fruit", + "textures": { + "stem": "block/pumpkin_stem", + "upperstem": "block/attached_pumpkin_stem" + } +} diff --git a/1.14.4/assets/minecraft/models/block/azure_bluet.json b/1.14.4/assets/minecraft/models/block/azure_bluet.json new file mode 100644 index 00000000..d87375c1 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/azure_bluet.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/azure_bluet" + } +} diff --git a/1.14.4/assets/minecraft/models/block/bamboo1_age0.json b/1.14.4/assets/minecraft/models/block/bamboo1_age0.json new file mode 100644 index 00000000..0f5244e5 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/bamboo1_age0.json @@ -0,0 +1,19 @@ +{ + "textures": { + "all": "block/bamboo_stalk", + "particle": "block/bamboo_stalk" + }, + "elements": [ + { "from": [ 7, 0, 7 ], + "to": [ 9, 16, 9 ], + "faces": { + "down": { "uv": [ 13, 4, 15, 6 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 13, 0, 15, 2], "texture": "#all", "cullface": "up" }, + "north": { "uv": [ 0, 0, 2, 16 ], "texture": "#all" }, + "south": { "uv": [ 0, 0, 2, 16 ], "texture": "#all" }, + "west": { "uv": [ 0, 0, 2, 16 ], "texture": "#all" }, + "east": { "uv": [ 0, 0, 2, 16 ], "texture": "#all" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/bamboo1_age1.json b/1.14.4/assets/minecraft/models/block/bamboo1_age1.json new file mode 100644 index 00000000..d121263f --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/bamboo1_age1.json @@ -0,0 +1,19 @@ +{ + "textures": { + "all": "block/bamboo_stalk", + "particle": "block/bamboo_stalk" + }, + "elements": [ + { "from": [ 6.5, 0, 6.5 ], + "to": [ 9.5, 16, 9.5 ], + "faces": { + "down": { "uv": [ 13, 4, 16, 7 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 13, 0, 16, 3 ], "texture": "#all", "cullface": "up" }, + "north": { "uv": [ 0, 0, 3, 16 ], "texture": "#all" }, + "south": { "uv": [ 0, 0, 3, 16 ], "texture": "#all" }, + "west": { "uv": [ 0, 0, 3, 16 ], "texture": "#all" }, + "east": { "uv": [ 0, 0, 3, 16 ], "texture": "#all" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/bamboo2_age0.json b/1.14.4/assets/minecraft/models/block/bamboo2_age0.json new file mode 100644 index 00000000..bc6e56c6 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/bamboo2_age0.json @@ -0,0 +1,19 @@ +{ + "textures": { + "all": "block/bamboo_stalk", + "particle": "block/bamboo_stalk" + }, + "elements": [ + { "from": [ 7, 0, 7 ], + "to": [ 9, 16, 9 ], + "faces": { + "down": { "uv": [ 13, 4, 15, 6 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 13, 0, 15, 2], "texture": "#all", "cullface": "up" }, + "north": { "uv": [ 3, 0, 5, 16 ], "texture": "#all" }, + "south": { "uv": [ 3, 0, 5, 16 ], "texture": "#all" }, + "west": { "uv": [ 3, 0, 5, 16 ], "texture": "#all" }, + "east": { "uv": [ 3, 0, 5, 16 ], "texture": "#all" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/bamboo2_age1.json b/1.14.4/assets/minecraft/models/block/bamboo2_age1.json new file mode 100644 index 00000000..55b2f4d1 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/bamboo2_age1.json @@ -0,0 +1,19 @@ +{ + "textures": { + "all": "block/bamboo_stalk", + "particle": "block/bamboo_stalk" + }, + "elements": [ + { "from": [ 6.5, 0, 6.5 ], + "to": [ 9.5, 16, 9.5 ], + "faces": { + "down": { "uv": [ 13, 4, 16, 7 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 13, 0, 16, 3 ], "texture": "#all", "cullface": "up" }, + "north": { "uv": [ 3, 0, 6, 16 ], "texture": "#all" }, + "south": { "uv": [ 3, 0, 6, 16 ], "texture": "#all" }, + "west": { "uv": [ 3, 0, 6, 16 ], "texture": "#all" }, + "east": { "uv": [ 3, 0, 6, 16 ], "texture": "#all" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/bamboo3_age0.json b/1.14.4/assets/minecraft/models/block/bamboo3_age0.json new file mode 100644 index 00000000..d72b3e64 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/bamboo3_age0.json @@ -0,0 +1,19 @@ +{ + "textures": { + "all": "block/bamboo_stalk", + "particle": "block/bamboo_stalk" + }, + "elements": [ + { "from": [ 7, 0, 7 ], + "to": [ 9, 16, 9 ], + "faces": { + "down": { "uv": [ 13, 4, 15, 6 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 13, 0, 15, 2], "texture": "#all", "cullface": "up" }, + "north": { "uv": [ 6, 0, 8, 16 ], "texture": "#all" }, + "south": { "uv": [ 6, 0, 8, 16 ], "texture": "#all" }, + "west": { "uv": [ 6, 0, 8, 16 ], "texture": "#all" }, + "east": { "uv": [ 6, 0, 8, 16 ], "texture": "#all" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/bamboo3_age1.json b/1.14.4/assets/minecraft/models/block/bamboo3_age1.json new file mode 100644 index 00000000..499cd02e --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/bamboo3_age1.json @@ -0,0 +1,19 @@ +{ + "textures": { + "all": "block/bamboo_stalk", + "particle": "block/bamboo_stalk" + }, + "elements": [ + { "from": [ 6.5, 0, 6.5 ], + "to": [ 9.5, 16, 9.5 ], + "faces": { + "down": { "uv": [ 13, 4, 16, 7 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 13, 0, 16, 3 ], "texture": "#all", "cullface": "up" }, + "north": { "uv": [ 6, 0, 9, 16 ], "texture": "#all" }, + "south": { "uv": [ 6, 0, 9, 16 ], "texture": "#all" }, + "west": { "uv": [ 6, 0, 9, 16 ], "texture": "#all" }, + "east": { "uv": [ 6, 0, 9, 16 ], "texture": "#all" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/bamboo4_age0.json b/1.14.4/assets/minecraft/models/block/bamboo4_age0.json new file mode 100644 index 00000000..cc9c1dcc --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/bamboo4_age0.json @@ -0,0 +1,19 @@ +{ + "textures": { + "all": "block/bamboo_stalk", + "particle": "block/bamboo_stalk" + }, + "elements": [ + { "from": [ 7, 0, 7 ], + "to": [ 9, 16, 9 ], + "faces": { + "down": { "uv": [ 13, 4, 15, 6 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 13, 0, 15, 2], "texture": "#all", "cullface": "up" }, + "north": { "uv": [ 9, 0, 11, 16 ], "texture": "#all" }, + "south": { "uv": [ 9, 0, 11, 16 ], "texture": "#all" }, + "west": { "uv": [ 9, 0, 11, 16 ], "texture": "#all" }, + "east": { "uv": [ 9, 0, 11, 16 ], "texture": "#all" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/bamboo4_age1.json b/1.14.4/assets/minecraft/models/block/bamboo4_age1.json new file mode 100644 index 00000000..4b8b8681 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/bamboo4_age1.json @@ -0,0 +1,19 @@ +{ + "textures": { + "all": "block/bamboo_stalk", + "particle": "block/bamboo_stalk" + }, + "elements": [ + { "from": [ 6.5, 0, 6.5 ], + "to": [ 9.5, 16, 9.5 ], + "faces": { + "down": { "uv": [ 13, 4, 16, 7 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 13, 0, 16, 3 ], "texture": "#all", "cullface": "up" }, + "north": { "uv": [ 9, 0, 12, 16 ], "texture": "#all" }, + "south": { "uv": [ 9, 0, 12, 16 ], "texture": "#all" }, + "west": { "uv": [ 9, 0, 12, 16 ], "texture": "#all" }, + "east": { "uv": [ 9, 0, 12, 16 ], "texture": "#all" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/bamboo_large_leaves.json b/1.14.4/assets/minecraft/models/block/bamboo_large_leaves.json new file mode 100644 index 00000000..3ddead94 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/bamboo_large_leaves.json @@ -0,0 +1,25 @@ +{ + "ambientocclusion": false, + "textures": { + "texture": "block/bamboo_large_leaves", + "particle": "block/bamboo_large_leaves" + }, + "elements": [ + { "from": [ 0.8, 0, 8 ], + "to": [ 15.2, 16, 8 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "tintindex": 0 } + } + }, + { "from": [ 8, 0, 0.8 ], + "to": [ 8, 16, 15.2 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "tintindex": 0 } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/bamboo_sapling.json b/1.14.4/assets/minecraft/models/block/bamboo_sapling.json new file mode 100644 index 00000000..dd219bd3 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/bamboo_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/tinted_cross", + "textures": { + "cross": "block/bamboo_stage0" + } +} diff --git a/1.14.4/assets/minecraft/models/block/bamboo_small_leaves.json b/1.14.4/assets/minecraft/models/block/bamboo_small_leaves.json new file mode 100644 index 00000000..c21694ea --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/bamboo_small_leaves.json @@ -0,0 +1,25 @@ +{ + "ambientocclusion": false, + "textures": { + "texture": "block/bamboo_small_leaves", + "particle": "block/bamboo_small_leaves" + }, + "elements": [ + { "from": [ 0.8, 0, 8 ], + "to": [ 15.2, 16, 8 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "tintindex": 0 } + } + }, + { "from": [ 8, 0, 0.8 ], + "to": [ 8, 16, 15.2 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "tintindex": 0 } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/banner.json b/1.14.4/assets/minecraft/models/block/banner.json new file mode 100644 index 00000000..8f1d908c --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/banner.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "block/oak_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/barrel.json b/1.14.4/assets/minecraft/models/block/barrel.json new file mode 100644 index 00000000..01d52d30 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/barrel.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "top": "block/barrel_top", + "side": "block/barrel_side", + "bottom": "block/barrel_bottom" + } +} diff --git a/1.14.4/assets/minecraft/models/block/barrel_open.json b/1.14.4/assets/minecraft/models/block/barrel_open.json new file mode 100644 index 00000000..a34c8891 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/barrel_open.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "top": "block/barrel_top_open", + "side": "block/barrel_side", + "bottom": "block/barrel_bottom" + } +} diff --git a/1.14.4/assets/minecraft/models/block/barrier.json b/1.14.4/assets/minecraft/models/block/barrier.json new file mode 100644 index 00000000..4975fca5 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/barrier.json @@ -0,0 +1,6 @@ +{ + "textures": { + "particle": "item/barrier" + } +} + diff --git a/1.14.4/assets/minecraft/models/block/beacon.json b/1.14.4/assets/minecraft/models/block/beacon.json new file mode 100644 index 00000000..99808e6b --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/beacon.json @@ -0,0 +1,47 @@ +{ "parent": "block/block", + "ambientocclusion": false, + "textures": { + "particle": "block/glass", + "glass": "block/glass", + "obsidian": "block/obsidian", + "beacon": "block/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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/bed.json b/1.14.4/assets/minecraft/models/block/bed.json new file mode 100644 index 00000000..a3ee2504 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/bed.json @@ -0,0 +1,6 @@ +{ + "textures": { + "particle": "block/oak_planks" + } +} + diff --git a/1.14.4/assets/minecraft/models/block/bedrock.json b/1.14.4/assets/minecraft/models/block/bedrock.json new file mode 100644 index 00000000..b22fc9af --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/bedrock.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/bedrock" + } +} diff --git a/1.14.4/assets/minecraft/models/block/bedrock_mirrored.json b/1.14.4/assets/minecraft/models/block/bedrock_mirrored.json new file mode 100644 index 00000000..d2dfa170 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/bedrock_mirrored.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_mirrored_all", + "textures": { + "all": "block/bedrock" + } +} diff --git a/1.14.4/assets/minecraft/models/block/beetroots_stage0.json b/1.14.4/assets/minecraft/models/block/beetroots_stage0.json new file mode 100644 index 00000000..7ed23c38 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/beetroots_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "block/beetroots_stage0" + } +} diff --git a/1.14.4/assets/minecraft/models/block/beetroots_stage1.json b/1.14.4/assets/minecraft/models/block/beetroots_stage1.json new file mode 100644 index 00000000..847dc56e --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/beetroots_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "block/beetroots_stage1" + } +} diff --git a/1.14.4/assets/minecraft/models/block/beetroots_stage2.json b/1.14.4/assets/minecraft/models/block/beetroots_stage2.json new file mode 100644 index 00000000..3d066767 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/beetroots_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "block/beetroots_stage2" + } +} diff --git a/1.14.4/assets/minecraft/models/block/beetroots_stage3.json b/1.14.4/assets/minecraft/models/block/beetroots_stage3.json new file mode 100644 index 00000000..012db648 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/beetroots_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "block/beetroots_stage3" + } +} diff --git a/1.14.4/assets/minecraft/models/block/bell_between_walls.json b/1.14.4/assets/minecraft/models/block/bell_between_walls.json new file mode 100644 index 00000000..8e7903f3 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/bell_between_walls.json @@ -0,0 +1,20 @@ +{ + "textures": { + "particle": "block/bell_bottom", + "bar": "block/dark_oak_planks" + }, + "elements": [ + { + "from": [ 0, 13, 7 ], + "to": [ 16, 15, 9 ], + "faces": { + "north": { "uv": [ 2, 2, 14, 4 ], "texture": "#bar" }, + "east": { "uv": [ 5, 4, 7, 6 ], "texture": "#bar", "cullface": "east" }, + "south": { "uv": [ 2, 3, 14, 5 ], "texture": "#bar" }, + "west": { "uv": [ 5, 4, 7, 6 ], "texture": "#bar", "cullface": "west" }, + "up": { "uv": [ 2, 3, 14, 5 ], "texture": "#bar" }, + "down": { "uv": [ 2, 3, 14, 5 ], "texture": "#bar" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/bell_ceiling.json b/1.14.4/assets/minecraft/models/block/bell_ceiling.json new file mode 100644 index 00000000..a105fb98 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/bell_ceiling.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "block/bell_bottom", + "bar": "block/dark_oak_planks" + }, + "elements": [ + { + "from": [ 7, 13, 7 ], + "to": [ 9, 16, 9 ], + "faces": { + "north": {"uv": [ 7, 2, 9, 5 ], "texture": "#bar" }, + "east": {"uv": [ 1, 2, 3, 5 ], "texture": "#bar" }, + "south": {"uv": [ 6, 2, 8, 5 ], "texture": "#bar" }, + "west": {"uv": [ 4, 2, 6, 5 ], "texture": "#bar" }, + "up": {"uv": [ 1, 3, 3, 5 ], "texture": "#bar", "cullface": "up" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/bell_floor.json b/1.14.4/assets/minecraft/models/block/bell_floor.json new file mode 100644 index 00000000..c2abfcbd --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/bell_floor.json @@ -0,0 +1,43 @@ +{ + "textures": { + "particle": "block/bell_bottom", + "bar": "block/dark_oak_planks", + "post": "block/stone" + }, + "elements": [ + { + "from": [ 2, 13, 7 ], + "to": [ 14, 15, 9 ], + "faces": { + "north": { "uv": [ 2, 2, 14, 4 ], "texture": "#bar" }, + "south": { "uv": [ 2, 3, 14, 5 ], "texture": "#bar" }, + "up": { "uv": [ 2, 3, 14, 5 ], "texture": "#bar" }, + "down": { "uv": [ 2, 3, 14, 5 ], "texture": "#bar" } + } + }, + { + "from": [ 14, 0, 6 ], + "to": [ 16, 16, 10 ], + "faces": { + "north": { "uv": [ 0, 1, 2, 16 ], "texture": "#post" }, + "east": { "uv": [ 0, 1, 4, 16 ], "texture": "#post" }, + "south": { "uv": [ 0, 1, 2, 16 ], "texture": "#post" }, + "west": { "uv": [ 0, 1, 4, 16 ], "texture": "#post" }, + "up": { "uv": [ 0, 0, 2, 4 ], "texture": "#post", "cullface": "up" }, + "down": { "uv": [ 0, 0, 2, 4 ], "texture": "#post", "cullface": "down" } + } + }, + { + "from": [ 0, 0, 6 ], + "to": [ 2, 16, 10 ], + "faces": { + "north": { "uv": [ 0, 1, 2, 16 ], "texture": "#post" }, + "east": { "uv": [ 0, 1, 4, 16 ], "texture": "#post" }, + "south": { "uv": [ 0, 1, 2, 16 ], "texture": "#post" }, + "west": { "uv": [ 0, 1, 4, 16 ], "texture": "#post" }, + "up": { "uv": [ 0, 0, 2, 4 ], "texture": "#post","cullface": "up" }, + "down": { "uv": [ 0, 0, 2, 4 ], "texture": "#post", "cullface": "down" } + } + } + ] +} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/models/block/bell_wall.json b/1.14.4/assets/minecraft/models/block/bell_wall.json new file mode 100644 index 00000000..92927bd2 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/bell_wall.json @@ -0,0 +1,20 @@ +{ + "textures": { + "particle": "block/bell_bottom", + "bar": "block/dark_oak_planks" + }, + "elements": [ + { + "from": [ 3, 13, 7 ], + "to": [ 16, 15, 9 ], + "faces": { + "north": { "uv": [ 2, 2, 14, 4 ], "texture": "#bar" }, + "east": { "uv": [ 5, 4, 7, 6 ], "texture": "#bar", "cullface": "east" }, + "south": { "uv": [ 2, 3, 14, 5 ], "texture": "#bar" }, + "west": { "uv": [ 5, 4, 7, 6 ], "texture": "#bar" }, + "up": { "uv": [ 2, 3, 14, 5 ], "texture": "#bar" }, + "down": { "uv": [ 2, 3, 14, 5 ], "texture": "#bar" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/birch_button.json b/1.14.4/assets/minecraft/models/block/birch_button.json new file mode 100644 index 00000000..43e0feaa --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/birch_button.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button", + "textures": { + "texture": "block/birch_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/birch_button_inventory.json b/1.14.4/assets/minecraft/models/block/birch_button_inventory.json new file mode 100644 index 00000000..57de66b0 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/birch_button_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button_inventory", + "textures": { + "texture": "block/birch_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/birch_button_pressed.json b/1.14.4/assets/minecraft/models/block/birch_button_pressed.json new file mode 100644 index 00000000..4abe7f67 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/birch_button_pressed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button_pressed", + "textures": { + "texture": "block/birch_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/birch_door_bottom.json b/1.14.4/assets/minecraft/models/block/birch_door_bottom.json new file mode 100644 index 00000000..d148d34d --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/birch_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom", + "textures": { + "bottom": "block/birch_door_bottom", + "top": "block/birch_door_top" + } +} diff --git a/1.14.4/assets/minecraft/models/block/birch_door_bottom_hinge.json b/1.14.4/assets/minecraft/models/block/birch_door_bottom_hinge.json new file mode 100644 index 00000000..6704c01f --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/birch_door_bottom_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom_rh", + "textures": { + "bottom": "block/birch_door_bottom", + "top": "block/birch_door_top" + } +} diff --git a/1.14.4/assets/minecraft/models/block/birch_door_top.json b/1.14.4/assets/minecraft/models/block/birch_door_top.json new file mode 100644 index 00000000..7673c474 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/birch_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top", + "textures": { + "bottom": "block/birch_door_bottom", + "top": "block/birch_door_top" + } +} diff --git a/1.14.4/assets/minecraft/models/block/birch_door_top_hinge.json b/1.14.4/assets/minecraft/models/block/birch_door_top_hinge.json new file mode 100644 index 00000000..5c49c32a --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/birch_door_top_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top_rh", + "textures": { + "bottom": "block/birch_door_bottom", + "top": "block/birch_door_top" + } +} diff --git a/1.14.4/assets/minecraft/models/block/birch_fence_gate.json b/1.14.4/assets/minecraft/models/block/birch_fence_gate.json new file mode 100644 index 00000000..da713200 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/birch_fence_gate.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate", + "textures": { + "texture": "block/birch_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/birch_fence_gate_open.json b/1.14.4/assets/minecraft/models/block/birch_fence_gate_open.json new file mode 100644 index 00000000..d7a0bb83 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/birch_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate_open", + "textures": { + "texture": "block/birch_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/birch_fence_gate_wall.json b/1.14.4/assets/minecraft/models/block/birch_fence_gate_wall.json new file mode 100644 index 00000000..07721efd --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/birch_fence_gate_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate_wall", + "textures": { + "texture": "block/birch_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/birch_fence_gate_wall_open.json b/1.14.4/assets/minecraft/models/block/birch_fence_gate_wall_open.json new file mode 100644 index 00000000..92b9a6c5 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/birch_fence_gate_wall_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate_wall_open", + "textures": { + "texture": "block/birch_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/birch_fence_inventory.json b/1.14.4/assets/minecraft/models/block/birch_fence_inventory.json new file mode 100644 index 00000000..e80df717 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/birch_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_inventory", + "textures": { + "texture": "block/birch_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/birch_fence_post.json b/1.14.4/assets/minecraft/models/block/birch_fence_post.json new file mode 100644 index 00000000..fc161ab1 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/birch_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_post", + "textures": { + "texture": "block/birch_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/birch_fence_side.json b/1.14.4/assets/minecraft/models/block/birch_fence_side.json new file mode 100644 index 00000000..c88c276a --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/birch_fence_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_side", + "textures": { + "texture": "block/birch_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/birch_leaves.json b/1.14.4/assets/minecraft/models/block/birch_leaves.json new file mode 100644 index 00000000..6e9fac58 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/birch_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "block/leaves", + "textures": { + "all": "block/birch_leaves" + } +} diff --git a/1.14.4/assets/minecraft/models/block/birch_log.json b/1.14.4/assets/minecraft/models/block/birch_log.json new file mode 100644 index 00000000..4ccc2aff --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/birch_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/birch_log_top", + "side": "block/birch_log" + } +} diff --git a/1.14.4/assets/minecraft/models/block/birch_planks.json b/1.14.4/assets/minecraft/models/block/birch_planks.json new file mode 100644 index 00000000..68c497b4 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/birch_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/birch_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/birch_pressure_plate.json b/1.14.4/assets/minecraft/models/block/birch_pressure_plate.json new file mode 100644 index 00000000..c4e9e2af --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/birch_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_up", + "textures": { + "texture": "block/birch_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/birch_pressure_plate_down.json b/1.14.4/assets/minecraft/models/block/birch_pressure_plate_down.json new file mode 100644 index 00000000..283f8f66 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/birch_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_down", + "textures": { + "texture": "block/birch_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/birch_sapling.json b/1.14.4/assets/minecraft/models/block/birch_sapling.json new file mode 100644 index 00000000..d49ccbf6 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/birch_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/birch_sapling" + } +} diff --git a/1.14.4/assets/minecraft/models/block/birch_sign.json b/1.14.4/assets/minecraft/models/block/birch_sign.json new file mode 100644 index 00000000..65e283c1 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/birch_sign.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "block/birch_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/birch_slab.json b/1.14.4/assets/minecraft/models/block/birch_slab.json new file mode 100644 index 00000000..dd5a0227 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/birch_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/birch_planks", + "top": "block/birch_planks", + "side": "block/birch_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/birch_slab_top.json b/1.14.4/assets/minecraft/models/block/birch_slab_top.json new file mode 100644 index 00000000..cc56a42a --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/birch_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/birch_planks", + "top": "block/birch_planks", + "side": "block/birch_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/birch_stairs.json b/1.14.4/assets/minecraft/models/block/birch_stairs.json new file mode 100644 index 00000000..f2a591a8 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/birch_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/birch_planks", + "top": "block/birch_planks", + "side": "block/birch_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/birch_stairs_inner.json b/1.14.4/assets/minecraft/models/block/birch_stairs_inner.json new file mode 100644 index 00000000..c30d4f04 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/birch_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/birch_planks", + "top": "block/birch_planks", + "side": "block/birch_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/birch_stairs_outer.json b/1.14.4/assets/minecraft/models/block/birch_stairs_outer.json new file mode 100644 index 00000000..41d859c4 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/birch_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/birch_planks", + "top": "block/birch_planks", + "side": "block/birch_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/birch_trapdoor_bottom.json b/1.14.4/assets/minecraft/models/block/birch_trapdoor_bottom.json new file mode 100644 index 00000000..40087cb2 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/birch_trapdoor_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_orientable_trapdoor_bottom", + "textures": { + "texture": "block/birch_trapdoor" + } +} diff --git a/1.14.4/assets/minecraft/models/block/birch_trapdoor_open.json b/1.14.4/assets/minecraft/models/block/birch_trapdoor_open.json new file mode 100644 index 00000000..72c9259e --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/birch_trapdoor_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_orientable_trapdoor_open", + "textures": { + "texture": "block/birch_trapdoor" + } +} diff --git a/1.14.4/assets/minecraft/models/block/birch_trapdoor_top.json b/1.14.4/assets/minecraft/models/block/birch_trapdoor_top.json new file mode 100644 index 00000000..249d7948 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/birch_trapdoor_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_orientable_trapdoor_top", + "textures": { + "texture": "block/birch_trapdoor" + } +} diff --git a/1.14.4/assets/minecraft/models/block/birch_wood.json b/1.14.4/assets/minecraft/models/block/birch_wood.json new file mode 100644 index 00000000..1cfd1c22 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/birch_wood.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/birch_log", + "side": "block/birch_log" + } +} diff --git a/1.14.4/assets/minecraft/models/block/black_carpet.json b/1.14.4/assets/minecraft/models/block/black_carpet.json new file mode 100644 index 00000000..fb9351e0 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/black_carpet.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "block/black_wool", + "wool": "block/black_wool" + } +} diff --git a/1.14.4/assets/minecraft/models/block/black_concrete.json b/1.14.4/assets/minecraft/models/block/black_concrete.json new file mode 100644 index 00000000..4989e344 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/black_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/black_concrete" + } +} diff --git a/1.14.4/assets/minecraft/models/block/black_concrete_powder.json b/1.14.4/assets/minecraft/models/block/black_concrete_powder.json new file mode 100644 index 00000000..8b8136e4 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/black_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/black_concrete_powder" + } +} diff --git a/1.14.4/assets/minecraft/models/block/black_glazed_terracotta.json b/1.14.4/assets/minecraft/models/block/black_glazed_terracotta.json new file mode 100644 index 00000000..2a40f4b8 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/black_glazed_terracotta.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glazed_terracotta", + "textures": { + "particle": "block/black_glazed_terracotta", + "pattern": "block/black_glazed_terracotta" + } +} diff --git a/1.14.4/assets/minecraft/models/block/black_shulker_box.json b/1.14.4/assets/minecraft/models/block/black_shulker_box.json new file mode 100644 index 00000000..d45a611c --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/black_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "block/black_shulker_box" + } +} diff --git a/1.14.4/assets/minecraft/models/block/black_stained_glass.json b/1.14.4/assets/minecraft/models/block/black_stained_glass.json new file mode 100644 index 00000000..e8f6987f --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/black_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/black_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/black_stained_glass_pane_noside.json b/1.14.4/assets/minecraft/models/block/black_stained_glass_pane_noside.json new file mode 100644 index 00000000..a31e816f --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/black_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside", + "textures": { + "pane": "block/black_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/black_stained_glass_pane_noside_alt.json b/1.14.4/assets/minecraft/models/block/black_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..fe5ad4c7 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/black_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside_alt", + "textures": { + "pane": "block/black_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/black_stained_glass_pane_post.json b/1.14.4/assets/minecraft/models/block/black_stained_glass_pane_post.json new file mode 100644 index 00000000..6d3a8cad --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/black_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_post", + "textures": { + "edge": "block/black_stained_glass_pane_top", + "pane": "block/black_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/black_stained_glass_pane_side.json b/1.14.4/assets/minecraft/models/block/black_stained_glass_pane_side.json new file mode 100644 index 00000000..4b2d680d --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/black_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side", + "textures": { + "edge": "block/black_stained_glass_pane_top", + "pane": "block/black_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/black_stained_glass_pane_side_alt.json b/1.14.4/assets/minecraft/models/block/black_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..7dd6355d --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/black_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side_alt", + "textures": { + "edge": "block/black_stained_glass_pane_top", + "pane": "block/black_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/black_terracotta.json b/1.14.4/assets/minecraft/models/block/black_terracotta.json new file mode 100644 index 00000000..f6214fe4 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/black_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/black_terracotta" + } +} diff --git a/1.14.4/assets/minecraft/models/block/black_wool.json b/1.14.4/assets/minecraft/models/block/black_wool.json new file mode 100644 index 00000000..3d8f3fed --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/black_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/black_wool" + } +} diff --git a/1.14.4/assets/minecraft/models/block/blast_furnace.json b/1.14.4/assets/minecraft/models/block/blast_furnace.json new file mode 100644 index 00000000..51413e7c --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/blast_furnace.json @@ -0,0 +1,8 @@ +{ + "parent": "block/orientable", + "textures": { + "top": "block/blast_furnace_top", + "front": "block/blast_furnace_front", + "side": "block/blast_furnace_side" + } +} diff --git a/1.14.4/assets/minecraft/models/block/blast_furnace_on.json b/1.14.4/assets/minecraft/models/block/blast_furnace_on.json new file mode 100644 index 00000000..66280dcf --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/blast_furnace_on.json @@ -0,0 +1,8 @@ +{ + "parent": "block/orientable", + "textures": { + "top": "block/blast_furnace_top", + "front": "block/blast_furnace_front_on", + "side": "block/blast_furnace_side" + } +} diff --git a/1.14.4/assets/minecraft/models/block/block.json b/1.14.4/assets/minecraft/models/block/block.json new file mode 100644 index 00000000..9c15ead4 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/block.json @@ -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 ] + } + } +} diff --git a/1.14.4/assets/minecraft/models/block/blue_carpet.json b/1.14.4/assets/minecraft/models/block/blue_carpet.json new file mode 100644 index 00000000..ea84c119 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/blue_carpet.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "block/blue_wool", + "wool": "block/blue_wool" + } +} diff --git a/1.14.4/assets/minecraft/models/block/blue_concrete.json b/1.14.4/assets/minecraft/models/block/blue_concrete.json new file mode 100644 index 00000000..991c4070 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/blue_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/blue_concrete" + } +} diff --git a/1.14.4/assets/minecraft/models/block/blue_concrete_powder.json b/1.14.4/assets/minecraft/models/block/blue_concrete_powder.json new file mode 100644 index 00000000..0679258a --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/blue_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/blue_concrete_powder" + } +} diff --git a/1.14.4/assets/minecraft/models/block/blue_glazed_terracotta.json b/1.14.4/assets/minecraft/models/block/blue_glazed_terracotta.json new file mode 100644 index 00000000..75c5ccfe --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/blue_glazed_terracotta.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glazed_terracotta", + "textures": { + "particle": "block/blue_glazed_terracotta", + "pattern": "block/blue_glazed_terracotta" + } +} diff --git a/1.14.4/assets/minecraft/models/block/blue_ice.json b/1.14.4/assets/minecraft/models/block/blue_ice.json new file mode 100644 index 00000000..4aee3d1e --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/blue_ice.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/blue_ice" + } +} diff --git a/1.14.4/assets/minecraft/models/block/blue_orchid.json b/1.14.4/assets/minecraft/models/block/blue_orchid.json new file mode 100644 index 00000000..c5f29e1b --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/blue_orchid.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/blue_orchid" + } +} diff --git a/1.14.4/assets/minecraft/models/block/blue_shulker_box.json b/1.14.4/assets/minecraft/models/block/blue_shulker_box.json new file mode 100644 index 00000000..2dc7a5e0 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/blue_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "block/blue_shulker_box" + } +} diff --git a/1.14.4/assets/minecraft/models/block/blue_stained_glass.json b/1.14.4/assets/minecraft/models/block/blue_stained_glass.json new file mode 100644 index 00000000..ca3adb19 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/blue_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/blue_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/blue_stained_glass_pane_noside.json b/1.14.4/assets/minecraft/models/block/blue_stained_glass_pane_noside.json new file mode 100644 index 00000000..d2b8f579 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/blue_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside", + "textures": { + "pane": "block/blue_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/blue_stained_glass_pane_noside_alt.json b/1.14.4/assets/minecraft/models/block/blue_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..94a0fd83 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/blue_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside_alt", + "textures": { + "pane": "block/blue_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/blue_stained_glass_pane_post.json b/1.14.4/assets/minecraft/models/block/blue_stained_glass_pane_post.json new file mode 100644 index 00000000..d4e11503 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/blue_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_post", + "textures": { + "edge": "block/blue_stained_glass_pane_top", + "pane": "block/blue_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/blue_stained_glass_pane_side.json b/1.14.4/assets/minecraft/models/block/blue_stained_glass_pane_side.json new file mode 100644 index 00000000..ca13da71 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/blue_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side", + "textures": { + "edge": "block/blue_stained_glass_pane_top", + "pane": "block/blue_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/blue_stained_glass_pane_side_alt.json b/1.14.4/assets/minecraft/models/block/blue_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..365c8449 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/blue_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side_alt", + "textures": { + "edge": "block/blue_stained_glass_pane_top", + "pane": "block/blue_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/blue_terracotta.json b/1.14.4/assets/minecraft/models/block/blue_terracotta.json new file mode 100644 index 00000000..af20bf9a --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/blue_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/blue_terracotta" + } +} diff --git a/1.14.4/assets/minecraft/models/block/blue_wool.json b/1.14.4/assets/minecraft/models/block/blue_wool.json new file mode 100644 index 00000000..931d008f --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/blue_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/blue_wool" + } +} diff --git a/1.14.4/assets/minecraft/models/block/bone_block.json b/1.14.4/assets/minecraft/models/block/bone_block.json new file mode 100644 index 00000000..fe3af760 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/bone_block.json @@ -0,0 +1,20 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/bone_block_top", + "side": "block/bone_block_side" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "texture": "#end", "cullface": "down" }, + "up": { "texture": "#end", "cullface": "up" }, + "north": { "texture": "#side", "cullface": "north" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "west" }, + "east": { "texture": "#side", "cullface": "east" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/bookshelf.json b/1.14.4/assets/minecraft/models/block/bookshelf.json new file mode 100644 index 00000000..30b9669b --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/bookshelf.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/oak_planks", + "side": "block/bookshelf" + } +} diff --git a/1.14.4/assets/minecraft/models/block/brain_coral.json b/1.14.4/assets/minecraft/models/block/brain_coral.json new file mode 100644 index 00000000..68e3b0fa --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/brain_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/brain_coral" + } +} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/models/block/brain_coral_block.json b/1.14.4/assets/minecraft/models/block/brain_coral_block.json new file mode 100644 index 00000000..aee68e04 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/brain_coral_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/brain_coral_block" + } +} diff --git a/1.14.4/assets/minecraft/models/block/brain_coral_fan.json b/1.14.4/assets/minecraft/models/block/brain_coral_fan.json new file mode 100644 index 00000000..09eb1433 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/brain_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "block/coral_fan", + "textures": { + "fan": "block/brain_coral_fan" + } +} diff --git a/1.14.4/assets/minecraft/models/block/brain_coral_wall_fan.json b/1.14.4/assets/minecraft/models/block/brain_coral_wall_fan.json new file mode 100644 index 00000000..5f0bde3c --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/brain_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "block/coral_wall_fan", + "textures": { + "fan": "block/brain_coral_fan" + } +} diff --git a/1.14.4/assets/minecraft/models/block/brewing_stand.json b/1.14.4/assets/minecraft/models/block/brewing_stand.json new file mode 100644 index 00000000..d1804f23 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/brewing_stand.json @@ -0,0 +1,53 @@ +{ + "textures": { + "particle": "block/brewing_stand", + "base": "block/brewing_stand_base", + "stand": "block/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", "cullface": "down" }, + "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", "cullface": "down" }, + "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", "cullface": "down" }, + "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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/brewing_stand_bottle0.json b/1.14.4/assets/minecraft/models/block/brewing_stand_bottle0.json new file mode 100644 index 00000000..012ffa85 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/brewing_stand_bottle0.json @@ -0,0 +1,15 @@ +{ + "textures": { + "particle": "block/brewing_stand", + "stand": "block/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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/brewing_stand_bottle1.json b/1.14.4/assets/minecraft/models/block/brewing_stand_bottle1.json new file mode 100644 index 00000000..9e989cde --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/brewing_stand_bottle1.json @@ -0,0 +1,20 @@ +{ + "textures": { + "particle": "block/brewing_stand", + "stand": "block/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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/brewing_stand_bottle2.json b/1.14.4/assets/minecraft/models/block/brewing_stand_bottle2.json new file mode 100644 index 00000000..4796f71f --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/brewing_stand_bottle2.json @@ -0,0 +1,20 @@ +{ + "textures": { + "particle": "block/brewing_stand", + "stand": "block/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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/brewing_stand_empty0.json b/1.14.4/assets/minecraft/models/block/brewing_stand_empty0.json new file mode 100644 index 00000000..a99c90cc --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/brewing_stand_empty0.json @@ -0,0 +1,15 @@ +{ + "textures": { + "particle": "block/brewing_stand", + "stand": "block/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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/brewing_stand_empty1.json b/1.14.4/assets/minecraft/models/block/brewing_stand_empty1.json new file mode 100644 index 00000000..47b78c29 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/brewing_stand_empty1.json @@ -0,0 +1,20 @@ +{ + "textures": { + "particle": "block/brewing_stand", + "stand": "block/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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/brewing_stand_empty2.json b/1.14.4/assets/minecraft/models/block/brewing_stand_empty2.json new file mode 100644 index 00000000..d3e3adf5 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/brewing_stand_empty2.json @@ -0,0 +1,20 @@ +{ + "textures": { + "particle": "block/brewing_stand", + "stand": "block/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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/brick_slab.json b/1.14.4/assets/minecraft/models/block/brick_slab.json new file mode 100644 index 00000000..3fd9d78d --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/brick_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/bricks", + "top": "block/bricks", + "side": "block/bricks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/brick_slab_top.json b/1.14.4/assets/minecraft/models/block/brick_slab_top.json new file mode 100644 index 00000000..04a001b7 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/brick_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/bricks", + "top": "block/bricks", + "side": "block/bricks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/brick_stairs.json b/1.14.4/assets/minecraft/models/block/brick_stairs.json new file mode 100644 index 00000000..c682040d --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/brick_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/bricks", + "top": "block/bricks", + "side": "block/bricks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/brick_stairs_inner.json b/1.14.4/assets/minecraft/models/block/brick_stairs_inner.json new file mode 100644 index 00000000..0eb637d4 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/brick_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/bricks", + "top": "block/bricks", + "side": "block/bricks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/brick_stairs_outer.json b/1.14.4/assets/minecraft/models/block/brick_stairs_outer.json new file mode 100644 index 00000000..a9968274 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/brick_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/bricks", + "top": "block/bricks", + "side": "block/bricks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/brick_wall_inventory.json b/1.14.4/assets/minecraft/models/block/brick_wall_inventory.json new file mode 100644 index 00000000..31660cb8 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/brick_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_inventory", + "textures": { + "wall": "block/bricks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/brick_wall_post.json b/1.14.4/assets/minecraft/models/block/brick_wall_post.json new file mode 100644 index 00000000..bc6fb618 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/brick_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_wall_post", + "textures": { + "wall": "block/bricks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/brick_wall_side.json b/1.14.4/assets/minecraft/models/block/brick_wall_side.json new file mode 100644 index 00000000..bed243fd --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/brick_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_wall_side", + "textures": { + "wall": "block/bricks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/bricks.json b/1.14.4/assets/minecraft/models/block/bricks.json new file mode 100644 index 00000000..1238b9a8 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/bricks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/brown_carpet.json b/1.14.4/assets/minecraft/models/block/brown_carpet.json new file mode 100644 index 00000000..56292705 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/brown_carpet.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "block/brown_wool", + "wool": "block/brown_wool" + } +} diff --git a/1.14.4/assets/minecraft/models/block/brown_concrete.json b/1.14.4/assets/minecraft/models/block/brown_concrete.json new file mode 100644 index 00000000..01180397 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/brown_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/brown_concrete" + } +} diff --git a/1.14.4/assets/minecraft/models/block/brown_concrete_powder.json b/1.14.4/assets/minecraft/models/block/brown_concrete_powder.json new file mode 100644 index 00000000..92316395 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/brown_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/brown_concrete_powder" + } +} diff --git a/1.14.4/assets/minecraft/models/block/brown_glazed_terracotta.json b/1.14.4/assets/minecraft/models/block/brown_glazed_terracotta.json new file mode 100644 index 00000000..d7399d9f --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/brown_glazed_terracotta.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glazed_terracotta", + "textures": { + "particle": "block/brown_glazed_terracotta", + "pattern": "block/brown_glazed_terracotta" + } +} diff --git a/1.14.4/assets/minecraft/models/block/brown_mushroom.json b/1.14.4/assets/minecraft/models/block/brown_mushroom.json new file mode 100644 index 00000000..95580961 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/brown_mushroom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/brown_mushroom" + } +} diff --git a/1.14.4/assets/minecraft/models/block/brown_mushroom_block.json b/1.14.4/assets/minecraft/models/block/brown_mushroom_block.json new file mode 100644 index 00000000..b1b297a6 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/brown_mushroom_block.json @@ -0,0 +1,14 @@ +{ + "textures": { + "texture": "block/brown_mushroom_block", + "particle": "block/brown_mushroom_block" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 0 ], + "faces": { + "north": { "texture": "#texture", "cullface":"north" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/brown_mushroom_block_inventory.json b/1.14.4/assets/minecraft/models/block/brown_mushroom_block_inventory.json new file mode 100644 index 00000000..384b3ab1 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/brown_mushroom_block_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/brown_mushroom_block" + } +} diff --git a/1.14.4/assets/minecraft/models/block/brown_shulker_box.json b/1.14.4/assets/minecraft/models/block/brown_shulker_box.json new file mode 100644 index 00000000..c55cd76a --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/brown_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "block/brown_shulker_box" + } +} diff --git a/1.14.4/assets/minecraft/models/block/brown_stained_glass.json b/1.14.4/assets/minecraft/models/block/brown_stained_glass.json new file mode 100644 index 00000000..68e31b38 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/brown_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/brown_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/brown_stained_glass_pane_noside.json b/1.14.4/assets/minecraft/models/block/brown_stained_glass_pane_noside.json new file mode 100644 index 00000000..e2473fbb --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/brown_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside", + "textures": { + "pane": "block/brown_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/brown_stained_glass_pane_noside_alt.json b/1.14.4/assets/minecraft/models/block/brown_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..e5607588 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/brown_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside_alt", + "textures": { + "pane": "block/brown_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/brown_stained_glass_pane_post.json b/1.14.4/assets/minecraft/models/block/brown_stained_glass_pane_post.json new file mode 100644 index 00000000..5476f44b --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/brown_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_post", + "textures": { + "edge": "block/brown_stained_glass_pane_top", + "pane": "block/brown_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/brown_stained_glass_pane_side.json b/1.14.4/assets/minecraft/models/block/brown_stained_glass_pane_side.json new file mode 100644 index 00000000..e4d1097a --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/brown_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side", + "textures": { + "edge": "block/brown_stained_glass_pane_top", + "pane": "block/brown_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/brown_stained_glass_pane_side_alt.json b/1.14.4/assets/minecraft/models/block/brown_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..67ffb005 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/brown_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side_alt", + "textures": { + "edge": "block/brown_stained_glass_pane_top", + "pane": "block/brown_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/brown_terracotta.json b/1.14.4/assets/minecraft/models/block/brown_terracotta.json new file mode 100644 index 00000000..15df85e6 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/brown_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/brown_terracotta" + } +} diff --git a/1.14.4/assets/minecraft/models/block/brown_wool.json b/1.14.4/assets/minecraft/models/block/brown_wool.json new file mode 100644 index 00000000..5fcea3d9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/brown_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/brown_wool" + } +} diff --git a/1.14.4/assets/minecraft/models/block/bubble_coral.json b/1.14.4/assets/minecraft/models/block/bubble_coral.json new file mode 100644 index 00000000..37b568be --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/bubble_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/bubble_coral" + } +} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/models/block/bubble_coral_block.json b/1.14.4/assets/minecraft/models/block/bubble_coral_block.json new file mode 100644 index 00000000..afb5a5d0 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/bubble_coral_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/bubble_coral_block" + } +} diff --git a/1.14.4/assets/minecraft/models/block/bubble_coral_fan.json b/1.14.4/assets/minecraft/models/block/bubble_coral_fan.json new file mode 100644 index 00000000..aa61c077 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/bubble_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "block/coral_fan", + "textures": { + "fan": "block/bubble_coral_fan" + } +} diff --git a/1.14.4/assets/minecraft/models/block/bubble_coral_wall_fan.json b/1.14.4/assets/minecraft/models/block/bubble_coral_wall_fan.json new file mode 100644 index 00000000..a8eb71fd --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/bubble_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "block/coral_wall_fan", + "textures": { + "fan": "block/bubble_coral_fan" + } +} diff --git a/1.14.4/assets/minecraft/models/block/button.json b/1.14.4/assets/minecraft/models/block/button.json new file mode 100644 index 00000000..8b5c506b --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/button.json @@ -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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/button_inventory.json b/1.14.4/assets/minecraft/models/block/button_inventory.json new file mode 100644 index 00000000..7a13742d --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/button_inventory.json @@ -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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/button_pressed.json b/1.14.4/assets/minecraft/models/block/button_pressed.json new file mode 100644 index 00000000..5c6e96fa --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/button_pressed.json @@ -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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/cactus.json b/1.14.4/assets/minecraft/models/block/cactus.json new file mode 100644 index 00000000..46318970 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/cactus.json @@ -0,0 +1,32 @@ +{ "parent": "block/block", + "ambientocclusion": false, + "textures": { + "particle": "block/cactus_side", + "bottom": "block/cactus_bottom", + "top": "block/cactus_top", + "side": "block/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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/cake.json b/1.14.4/assets/minecraft/models/block/cake.json new file mode 100644 index 00000000..1bc93473 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/cake.json @@ -0,0 +1,21 @@ +{ + "textures": { + "particle": "block/cake_side", + "bottom": "block/cake_bottom", + "top": "block/cake_top", + "side": "block/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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/cake_slice1.json b/1.14.4/assets/minecraft/models/block/cake_slice1.json new file mode 100644 index 00000000..ca6d8d85 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/cake_slice1.json @@ -0,0 +1,22 @@ +{ + "textures": { + "particle": "block/cake_side", + "bottom": "block/cake_bottom", + "top": "block/cake_top", + "side": "block/cake_side", + "inside": "block/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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/cake_slice2.json b/1.14.4/assets/minecraft/models/block/cake_slice2.json new file mode 100644 index 00000000..7714c0d0 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/cake_slice2.json @@ -0,0 +1,22 @@ +{ + "textures": { + "particle": "block/cake_side", + "bottom": "block/cake_bottom", + "top": "block/cake_top", + "side": "block/cake_side", + "inside": "block/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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/cake_slice3.json b/1.14.4/assets/minecraft/models/block/cake_slice3.json new file mode 100644 index 00000000..8d45a88a --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/cake_slice3.json @@ -0,0 +1,22 @@ +{ + "textures": { + "particle": "block/cake_side", + "bottom": "block/cake_bottom", + "top": "block/cake_top", + "side": "block/cake_side", + "inside": "block/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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/cake_slice4.json b/1.14.4/assets/minecraft/models/block/cake_slice4.json new file mode 100644 index 00000000..00bab48e --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/cake_slice4.json @@ -0,0 +1,22 @@ +{ + "textures": { + "particle": "block/cake_side", + "bottom": "block/cake_bottom", + "top": "block/cake_top", + "side": "block/cake_side", + "inside": "block/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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/cake_slice5.json b/1.14.4/assets/minecraft/models/block/cake_slice5.json new file mode 100644 index 00000000..518af838 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/cake_slice5.json @@ -0,0 +1,22 @@ +{ + "textures": { + "particle": "block/cake_side", + "bottom": "block/cake_bottom", + "top": "block/cake_top", + "side": "block/cake_side", + "inside": "block/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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/cake_slice6.json b/1.14.4/assets/minecraft/models/block/cake_slice6.json new file mode 100644 index 00000000..97151ba5 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/cake_slice6.json @@ -0,0 +1,22 @@ +{ + "textures": { + "particle": "block/cake_side", + "bottom": "block/cake_bottom", + "top": "block/cake_top", + "side": "block/cake_side", + "inside": "block/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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/campfire.json b/1.14.4/assets/minecraft/models/block/campfire.json new file mode 100644 index 00000000..2b87570f --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/campfire.json @@ -0,0 +1,92 @@ +{ + "parent": "block/block", + "display": { + "head": { + "translation": [ 0, 10.5, 0 ] + } + }, + "textures": { + "particle": "block/campfire_log", + "log": "block/campfire_log", + "litlog": "block/campfire_log_lit", + "fire": "block/campfire_fire" + }, + "elements": [ + { + "from": [ 1, 0, 0 ], + "to": [ 5, 4, 16 ], + "faces": { + "north": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "north" }, + "east": { "uv": [ 0, 1, 16, 5 ], "texture": "#litlog" }, + "south": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "south" }, + "west": { "uv": [ 16, 0, 0, 4 ], "texture": "#log" }, + "up": { "uv": [ 0, 0, 16, 4 ], "rotation": 90, "texture": "#log" }, + "down": { "uv": [ 0, 0, 16, 4 ], "rotation": 90, "texture": "#log", "cullface": "down" } + } + }, + { + "from": [ 0, 3, 11 ], + "to": [ 16, 7, 15 ], + "faces": { + "north": { "uv": [ 16, 0, 0, 4 ], "texture": "#litlog" }, + "east": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "east" }, + "south": { "uv": [ 0, 0, 16, 4 ], "texture": "#litlog" }, + "west": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "west" }, + "up": { "uv": [ 0, 0, 16, 4 ], "rotation": 180, "texture": "#log" }, + "down": { "uv": [ 0, 4, 16, 8 ], "texture": "#litlog" } + } + }, + { + "from": [ 11, 0, 0 ], + "to": [ 15, 4, 16 ], + "faces": { + "north": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "north" }, + "east": { "uv": [ 0, 0, 16, 4 ], "texture": "#log" }, + "south": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "south" }, + "west": { "uv": [ 16, 1, 0, 5 ], "texture": "#litlog" }, + "up": { "uv": [ 0, 0, 16, 4 ], "rotation": 90, "texture": "#log" }, + "down": { "uv": [ 0, 0, 16, 4 ], "rotation": 90, "texture": "#log", "cullface": "down" } + } + }, + { + "from": [ 0, 3, 1 ], + "to": [ 16, 7, 5 ], + "faces": { + "north": { "uv": [ 0, 0, 16, 4 ], "texture": "#litlog" }, + "east": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "east" }, + "south": { "uv": [ 16, 0, 0, 4 ], "texture": "#litlog" }, + "west": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "west" }, + "up": { "uv": [ 0, 0, 16, 4 ], "rotation": 180, "texture": "#log" }, + "down": { "uv": [ 0, 4, 16, 8 ], "texture": "#litlog" } + } + }, + { + "from": [ 5, 0, 0 ], + "to": [ 11, 1, 16 ], + "faces": { + "north": {"uv": [ 0, 15, 6, 16 ], "texture": "#log", "cullface": "north" }, + "south": {"uv": [ 10, 15, 16, 16 ], "texture": "#log", "cullface": "south" }, + "up": {"uv": [ 0, 8, 16, 14 ], "rotation": 90, "texture": "#litlog" }, + "down": {"uv": [ 0, 8, 16, 14 ], "rotation": 90, "texture": "#log", "cullface": "down" } + } + }, + { "from": [ 0.8, 1, 8 ], + "to": [ 15.2, 17, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" } + } + }, + { "from": [ 8, 1, 0.8 ], + "to": [ 8, 17, 15.2 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/campfire_off.json b/1.14.4/assets/minecraft/models/block/campfire_off.json new file mode 100644 index 00000000..9dc54761 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/campfire_off.json @@ -0,0 +1,74 @@ +{ + "parent": "block/block", + "display": { + "head": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 10.5, 0 ], + "scale":[ 1, 1, 1 ] + } + }, + "textures": { + "particle": "block/campfire_log", + "log": "block/campfire_log" + }, + "elements": [ + { + "from": [ 1, 0, 0 ], + "to": [ 5, 4, 16 ], + "faces": { + "north": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "north" }, + "east": { "uv": [ 0, 1, 16, 5 ], "texture": "#log" }, + "south": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "south" }, + "west": { "uv": [ 16, 0, 0, 4 ], "texture": "#log" }, + "up": { "uv": [ 0, 0, 16, 4 ], "rotation": 90, "texture": "#log" }, + "down": { "uv": [ 0, 0, 16, 4 ], "rotation": 90, "texture": "#log", "cullface": "down" } + } + }, + { + "from": [ 0, 3, 11 ], + "to": [ 16, 7, 15 ], + "faces": { + "north": { "uv": [ 16, 0, 0, 4 ], "texture": "#log" }, + "east": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "east" }, + "south": { "uv": [ 0, 0, 16, 4 ], "texture": "#log" }, + "west": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "west" }, + "up": { "uv": [ 0, 0, 16, 4 ], "rotation": 180, "texture": "#log" }, + "down": { "uv": [ 0, 0, 16, 4 ], "texture": "#log" } + } + }, + { + "from": [ 11, 0, 0 ], + "to": [ 15, 4, 16 ], + "faces": { + "north": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "north" }, + "east": { "uv": [ 0, 0, 16, 4 ], "texture": "#log" }, + "south": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "south" }, + "west": { "uv": [ 16, 1, 0, 5 ], "texture": "#log" }, + "up": { "uv": [ 0, 0, 16, 4 ], "rotation": 90, "texture": "#log" }, + "down": { "uv": [ 0, 0, 16, 4 ], "rotation": 90, "texture": "#log", "cullface": "down" } + } + }, + { + "from": [ 0, 3, 1 ], + "to": [ 16, 7, 5 ], + "faces": { + "north": { "uv": [ 0, 0, 16, 4 ], "texture": "#log" }, + "east": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "east" }, + "south": { "uv": [ 16, 0, 0, 4 ], "texture": "#log" }, + "west": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "west" }, + "up": { "uv": [ 0, 0, 16, 4 ], "rotation": 180, "texture": "#log" }, + "down": { "uv": [ 0, 0, 16, 4 ], "texture": "#log" } + } + }, + { + "from": [ 5, 0, 0 ], + "to": [ 11, 1, 16 ], + "faces": { + "north": {"uv": [ 0, 15, 6, 16 ], "texture": "#log", "cullface": "north" }, + "south": {"uv": [ 10, 15, 16, 16 ], "texture": "#log", "cullface": "south" }, + "up": {"uv": [ 0, 8, 16, 14 ], "rotation": 90, "texture": "#log" }, + "down": {"uv": [ 0, 8, 16, 14 ], "rotation": 90, "texture": "#log", "cullface": "down" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/carpet.json b/1.14.4/assets/minecraft/models/block/carpet.json new file mode 100644 index 00000000..a33e999d --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/carpet.json @@ -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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/carrots_stage0.json b/1.14.4/assets/minecraft/models/block/carrots_stage0.json new file mode 100644 index 00000000..e703ad8d --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/carrots_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "block/carrots_stage0" + } +} diff --git a/1.14.4/assets/minecraft/models/block/carrots_stage1.json b/1.14.4/assets/minecraft/models/block/carrots_stage1.json new file mode 100644 index 00000000..d39d2778 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/carrots_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "block/carrots_stage1" + } +} diff --git a/1.14.4/assets/minecraft/models/block/carrots_stage2.json b/1.14.4/assets/minecraft/models/block/carrots_stage2.json new file mode 100644 index 00000000..76373cf0 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/carrots_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "block/carrots_stage2" + } +} diff --git a/1.14.4/assets/minecraft/models/block/carrots_stage3.json b/1.14.4/assets/minecraft/models/block/carrots_stage3.json new file mode 100644 index 00000000..9691d1d5 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/carrots_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "block/carrots_stage3" + } +} diff --git a/1.14.4/assets/minecraft/models/block/cartography_table.json b/1.14.4/assets/minecraft/models/block/cartography_table.json new file mode 100644 index 00000000..b5da4f70 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/cartography_table.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "block/cartography_table_side3", + "down": "block/dark_oak_planks", + "up": "block/cartography_table_top", + "north": "block/cartography_table_side3", + "east": "block/cartography_table_side3", + "south": "block/cartography_table_side1", + "west": "block/cartography_table_side2" + } +} diff --git a/1.14.4/assets/minecraft/models/block/carved_pumpkin.json b/1.14.4/assets/minecraft/models/block/carved_pumpkin.json new file mode 100644 index 00000000..06e222f2 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/carved_pumpkin.json @@ -0,0 +1,8 @@ +{ + "parent": "block/orientable", + "textures": { + "top": "block/pumpkin_top", + "front": "block/carved_pumpkin", + "side": "block/pumpkin_side" + } +} diff --git a/1.14.4/assets/minecraft/models/block/cauldron.json b/1.14.4/assets/minecraft/models/block/cauldron.json new file mode 100644 index 00000000..28a4d2b6 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/cauldron.json @@ -0,0 +1,148 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/cauldron_side", + "top": "block/cauldron_top", + "bottom": "block/cauldron_bottom", + "side": "block/cauldron_side", + "inside": "block/cauldron_inner" + }, + "elements": [ + { + "from": [ 0, 3, 0 ], + "to": [ 2, 16, 16 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side", "cullface": "up" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "west" }, + "up": { "texture": "#top", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 2, 3, 2 ], + "to": [ 14, 4, 14 ], + "faces": { + "up": { "texture": "#inside", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 14, 3, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "up" }, + "up": { "texture": "#top", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 2, 3, 0 ], + "to": [ 14, 16, 2 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "south": { "texture": "#side", "cullface": "up" }, + "up": { "texture": "#top", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 2, 3, 14 ], + "to": [ 14, 16, 16 ], + "faces": { + "north": { "texture": "#side", "cullface": "up" }, + "south": { "texture": "#side", "cullface": "south" }, + "up": { "texture": "#top", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 0, 0, 0 ], + "to": [ 4, 3, 2 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 0, 0, 2 ], + "to": [ 2, 3, 4 ], + "faces": { + "east": { "texture": "#side" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 12, 0, 0 ], + "to": [ 16, 3, 2 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 14, 0, 2 ], + "to": [ 16, 3, 4 ], + "faces": { + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 0, 0, 14 ], + "to": [ 4, 3, 16 ], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 0, 0, 12 ], + "to": [ 2, 3, 14 ], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 12, 0, 14 ], + "to": [ 16, 3, 16 ], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 14, 0, 12 ], + "to": [ 16, 3, 14 ], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side", "cullface": "east" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/cauldron_level1.json b/1.14.4/assets/minecraft/models/block/cauldron_level1.json new file mode 100644 index 00000000..14a568b0 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/cauldron_level1.json @@ -0,0 +1,156 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/cauldron_side", + "top": "block/cauldron_top", + "bottom": "block/cauldron_bottom", + "side": "block/cauldron_side", + "inside": "block/cauldron_inner", + "water": "block/water_still" + }, + "elements": [ + { + "from": [ 0, 3, 0 ], + "to": [ 2, 16, 16 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side", "cullface": "up" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "west" }, + "up": { "texture": "#top", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 2, 3, 2 ], + "to": [ 14, 4, 14 ], + "faces": { + "up": { "texture": "#inside", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 14, 3, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "up" }, + "up": { "texture": "#top", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 2, 3, 0 ], + "to": [ 14, 16, 2 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "south": { "texture": "#side", "cullface": "up" }, + "up": { "texture": "#top", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 2, 3, 14 ], + "to": [ 14, 16, 16 ], + "faces": { + "north": { "texture": "#side", "cullface": "up" }, + "south": { "texture": "#side", "cullface": "south" }, + "up": { "texture": "#top", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 0, 0, 0 ], + "to": [ 4, 3, 2 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 0, 0, 2 ], + "to": [ 2, 3, 4 ], + "faces": { + "east": { "texture": "#side" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 12, 0, 0 ], + "to": [ 16, 3, 2 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 14, 0, 2 ], + "to": [ 16, 3, 4 ], + "faces": { + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 0, 0, 14 ], + "to": [ 4, 3, 16 ], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 0, 0, 12 ], + "to": [ 2, 3, 14 ], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 12, 0, 14 ], + "to": [ 16, 3, 16 ], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 14, 0, 12 ], + "to": [ 16, 3, 14 ], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side", "cullface": "east" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 2, 4, 2 ], + "to": [ 14, 9, 14 ], + "faces": { + "up": { "texture": "#water", "tintindex": 0, "cullface": "up" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/cauldron_level2.json b/1.14.4/assets/minecraft/models/block/cauldron_level2.json new file mode 100644 index 00000000..40cb48bd --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/cauldron_level2.json @@ -0,0 +1,156 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/cauldron_side", + "top": "block/cauldron_top", + "bottom": "block/cauldron_bottom", + "side": "block/cauldron_side", + "inside": "block/cauldron_inner", + "water": "block/water_still" + }, + "elements": [ + { + "from": [ 0, 3, 0 ], + "to": [ 2, 16, 16 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side", "cullface": "up" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "west" }, + "up": { "texture": "#top", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 2, 3, 2 ], + "to": [ 14, 4, 14 ], + "faces": { + "up": { "texture": "#inside", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 14, 3, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "up" }, + "up": { "texture": "#top", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 2, 3, 0 ], + "to": [ 14, 16, 2 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "south": { "texture": "#side", "cullface": "up" }, + "up": { "texture": "#top", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 2, 3, 14 ], + "to": [ 14, 16, 16 ], + "faces": { + "north": { "texture": "#side", "cullface": "up" }, + "south": { "texture": "#side", "cullface": "south" }, + "up": { "texture": "#top", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 0, 0, 0 ], + "to": [ 4, 3, 2 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 0, 0, 2 ], + "to": [ 2, 3, 4 ], + "faces": { + "east": { "texture": "#side" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 12, 0, 0 ], + "to": [ 16, 3, 2 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 14, 0, 2 ], + "to": [ 16, 3, 4 ], + "faces": { + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 0, 0, 14 ], + "to": [ 4, 3, 16 ], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 0, 0, 12 ], + "to": [ 2, 3, 14 ], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 12, 0, 14 ], + "to": [ 16, 3, 16 ], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 14, 0, 12 ], + "to": [ 16, 3, 14 ], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side", "cullface": "east" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 2, 4, 2 ], + "to": [ 14, 12, 14 ], + "faces": { + "up": { "texture": "#water", "tintindex": 0, "cullface": "up" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/cauldron_level3.json b/1.14.4/assets/minecraft/models/block/cauldron_level3.json new file mode 100644 index 00000000..ff587ee0 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/cauldron_level3.json @@ -0,0 +1,156 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/cauldron_side", + "top": "block/cauldron_top", + "bottom": "block/cauldron_bottom", + "side": "block/cauldron_side", + "inside": "block/cauldron_inner", + "water": "block/water_still" + }, + "elements": [ + { + "from": [ 0, 3, 0 ], + "to": [ 2, 16, 16 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side", "cullface": "up" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "west" }, + "up": { "texture": "#top", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 2, 3, 2 ], + "to": [ 14, 4, 14 ], + "faces": { + "up": { "texture": "#inside", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 14, 3, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "up" }, + "up": { "texture": "#top", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 2, 3, 0 ], + "to": [ 14, 16, 2 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "south": { "texture": "#side", "cullface": "up" }, + "up": { "texture": "#top", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 2, 3, 14 ], + "to": [ 14, 16, 16 ], + "faces": { + "north": { "texture": "#side", "cullface": "up" }, + "south": { "texture": "#side", "cullface": "south" }, + "up": { "texture": "#top", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 0, 0, 0 ], + "to": [ 4, 3, 2 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 0, 0, 2 ], + "to": [ 2, 3, 4 ], + "faces": { + "east": { "texture": "#side" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 12, 0, 0 ], + "to": [ 16, 3, 2 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 14, 0, 2 ], + "to": [ 16, 3, 4 ], + "faces": { + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 0, 0, 14 ], + "to": [ 4, 3, 16 ], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 0, 0, 12 ], + "to": [ 2, 3, 14 ], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 12, 0, 14 ], + "to": [ 16, 3, 16 ], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 14, 0, 12 ], + "to": [ 16, 3, 14 ], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side", "cullface": "east" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 2, 4, 2 ], + "to": [ 14, 15, 14 ], + "faces": { + "up": { "texture": "#water", "tintindex": 0, "cullface": "up" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/chain_command_block.json b/1.14.4/assets/minecraft/models/block/chain_command_block.json new file mode 100644 index 00000000..352d78ae --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/chain_command_block.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube_directional", + "textures": { + "particle": "block/chain_command_block_back", + "down": "block/chain_command_block_side", + "up": "block/chain_command_block_side", + "north": "block/chain_command_block_front", + "east": "block/chain_command_block_side", + "south": "block/chain_command_block_back", + "west": "block/chain_command_block_side" + } +} diff --git a/1.14.4/assets/minecraft/models/block/chain_command_block_conditional.json b/1.14.4/assets/minecraft/models/block/chain_command_block_conditional.json new file mode 100644 index 00000000..cde51b2f --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/chain_command_block_conditional.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube_directional", + "textures": { + "particle": "block/chain_command_block_back", + "down": "block/chain_command_block_conditional", + "up": "block/chain_command_block_conditional", + "north": "block/chain_command_block_front", + "east": "block/chain_command_block_conditional", + "south": "block/chain_command_block_back", + "west": "block/chain_command_block_conditional" + } +} diff --git a/1.14.4/assets/minecraft/models/block/chest.json b/1.14.4/assets/minecraft/models/block/chest.json new file mode 100644 index 00000000..a3ee2504 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/chest.json @@ -0,0 +1,6 @@ +{ + "textures": { + "particle": "block/oak_planks" + } +} + diff --git a/1.14.4/assets/minecraft/models/block/chipped_anvil.json b/1.14.4/assets/minecraft/models/block/chipped_anvil.json new file mode 100644 index 00000000..bceae5fb --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/chipped_anvil.json @@ -0,0 +1,6 @@ +{ + "parent": "block/anvil", + "textures": { + "top": "block/chipped_anvil_top" + } +} diff --git a/1.14.4/assets/minecraft/models/block/chiseled_quartz_block.json b/1.14.4/assets/minecraft/models/block/chiseled_quartz_block.json new file mode 100644 index 00000000..6e80b9cd --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/chiseled_quartz_block.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "side": "block/chiseled_quartz_block", + "end": "block/chiseled_quartz_block_top" + } +} diff --git a/1.14.4/assets/minecraft/models/block/chiseled_red_sandstone.json b/1.14.4/assets/minecraft/models/block/chiseled_red_sandstone.json new file mode 100644 index 00000000..8c098132 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/chiseled_red_sandstone.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/red_sandstone_top", + "side": "block/chiseled_red_sandstone" + } +} diff --git a/1.14.4/assets/minecraft/models/block/chiseled_sandstone.json b/1.14.4/assets/minecraft/models/block/chiseled_sandstone.json new file mode 100644 index 00000000..79ae2d13 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/chiseled_sandstone.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/sandstone_top", + "side": "block/chiseled_sandstone" + } +} diff --git a/1.14.4/assets/minecraft/models/block/chiseled_stone_bricks.json b/1.14.4/assets/minecraft/models/block/chiseled_stone_bricks.json new file mode 100644 index 00000000..0c1db07f --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/chiseled_stone_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/chiseled_stone_bricks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/chorus_flower.json b/1.14.4/assets/minecraft/models/block/chorus_flower.json new file mode 100644 index 00000000..85bf5360 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/chorus_flower.json @@ -0,0 +1,76 @@ +{ "parent": "block/block", + "textures": { + "texture": "block/chorus_flower", + "bottom": "block/chorus_plant", + "particle": "block/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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/chorus_flower_dead.json b/1.14.4/assets/minecraft/models/block/chorus_flower_dead.json new file mode 100644 index 00000000..0bbc97d3 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/chorus_flower_dead.json @@ -0,0 +1,8 @@ +{ + "parent": "block/chorus_flower", + "textures": { + "texture": "block/chorus_flower_dead", + "bottom": "block/chorus_plant", + "particle": "block/chorus_flower_dead" + } +} diff --git a/1.14.4/assets/minecraft/models/block/chorus_plant.json b/1.14.4/assets/minecraft/models/block/chorus_plant.json new file mode 100644 index 00000000..582b7030 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/chorus_plant.json @@ -0,0 +1,81 @@ +{ "parent": "block/block", + "ambientocclusion": false, + "textures": { + "texture": "block/chorus_plant", + "inside": "block/chorus_plant", + "particle": "block/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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/chorus_plant_noside.json b/1.14.4/assets/minecraft/models/block/chorus_plant_noside.json new file mode 100644 index 00000000..e7e60ce6 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/chorus_plant_noside.json @@ -0,0 +1,16 @@ +{ + "ambientocclusion": false, + "textures": { + "texture": "block/chorus_plant", + "inside": "block/chorus_plant", + "particle": "block/chorus_plant" + }, + "elements": [ + { "from": [ 4, 4, 4 ], + "to": [ 12, 12, 12 ], + "faces": { + "north": { "texture": "#inside" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/chorus_plant_noside1.json b/1.14.4/assets/minecraft/models/block/chorus_plant_noside1.json new file mode 100644 index 00000000..f3fed503 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/chorus_plant_noside1.json @@ -0,0 +1,26 @@ +{ + "ambientocclusion": false, + "textures": { + "texture": "block/chorus_plant", + "inside": "block/chorus_plant", + "particle": "block/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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/chorus_plant_noside2.json b/1.14.4/assets/minecraft/models/block/chorus_plant_noside2.json new file mode 100644 index 00000000..e2627b9a --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/chorus_plant_noside2.json @@ -0,0 +1,26 @@ +{ + "ambientocclusion": false, + "textures": { + "texture": "block/chorus_plant", + "inside": "block/chorus_plant", + "particle": "block/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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/chorus_plant_noside3.json b/1.14.4/assets/minecraft/models/block/chorus_plant_noside3.json new file mode 100644 index 00000000..f3fed503 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/chorus_plant_noside3.json @@ -0,0 +1,26 @@ +{ + "ambientocclusion": false, + "textures": { + "texture": "block/chorus_plant", + "inside": "block/chorus_plant", + "particle": "block/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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/chorus_plant_side.json b/1.14.4/assets/minecraft/models/block/chorus_plant_side.json new file mode 100644 index 00000000..e8117d24 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/chorus_plant_side.json @@ -0,0 +1,20 @@ +{ + "ambientocclusion": false, + "textures": { + "texture": "block/chorus_plant", + "inside": "block/chorus_plant", + "particle": "block/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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/clay.json b/1.14.4/assets/minecraft/models/block/clay.json new file mode 100644 index 00000000..cb6281eb --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/clay.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/clay" + } +} diff --git a/1.14.4/assets/minecraft/models/block/coal_block.json b/1.14.4/assets/minecraft/models/block/coal_block.json new file mode 100644 index 00000000..cd0f38f2 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/coal_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/coal_block" + } +} diff --git a/1.14.4/assets/minecraft/models/block/coal_ore.json b/1.14.4/assets/minecraft/models/block/coal_ore.json new file mode 100644 index 00000000..6a915d4a --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/coal_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/coal_ore" + } +} diff --git a/1.14.4/assets/minecraft/models/block/coarse_dirt.json b/1.14.4/assets/minecraft/models/block/coarse_dirt.json new file mode 100644 index 00000000..b00c705e --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/coarse_dirt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/coarse_dirt" + } +} diff --git a/1.14.4/assets/minecraft/models/block/cobblestone.json b/1.14.4/assets/minecraft/models/block/cobblestone.json new file mode 100644 index 00000000..6bffbfe8 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/cobblestone.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/cobblestone" + } +} diff --git a/1.14.4/assets/minecraft/models/block/cobblestone_slab.json b/1.14.4/assets/minecraft/models/block/cobblestone_slab.json new file mode 100644 index 00000000..a9cb7f40 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/cobblestone_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/cobblestone", + "top": "block/cobblestone", + "side": "block/cobblestone" + } +} diff --git a/1.14.4/assets/minecraft/models/block/cobblestone_slab_top.json b/1.14.4/assets/minecraft/models/block/cobblestone_slab_top.json new file mode 100644 index 00000000..ee8dcc46 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/cobblestone_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/cobblestone", + "top": "block/cobblestone", + "side": "block/cobblestone" + } +} diff --git a/1.14.4/assets/minecraft/models/block/cobblestone_stairs.json b/1.14.4/assets/minecraft/models/block/cobblestone_stairs.json new file mode 100644 index 00000000..25cbdc25 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/cobblestone_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/cobblestone", + "top": "block/cobblestone", + "side": "block/cobblestone" + } +} diff --git a/1.14.4/assets/minecraft/models/block/cobblestone_stairs_inner.json b/1.14.4/assets/minecraft/models/block/cobblestone_stairs_inner.json new file mode 100644 index 00000000..4fef3a73 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/cobblestone_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/cobblestone", + "top": "block/cobblestone", + "side": "block/cobblestone" + } +} diff --git a/1.14.4/assets/minecraft/models/block/cobblestone_stairs_outer.json b/1.14.4/assets/minecraft/models/block/cobblestone_stairs_outer.json new file mode 100644 index 00000000..2155108a --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/cobblestone_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/cobblestone", + "top": "block/cobblestone", + "side": "block/cobblestone" + } +} diff --git a/1.14.4/assets/minecraft/models/block/cobblestone_wall_inventory.json b/1.14.4/assets/minecraft/models/block/cobblestone_wall_inventory.json new file mode 100644 index 00000000..e73ad64e --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/cobblestone_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_inventory", + "textures": { + "wall": "block/cobblestone" + } +} diff --git a/1.14.4/assets/minecraft/models/block/cobblestone_wall_post.json b/1.14.4/assets/minecraft/models/block/cobblestone_wall_post.json new file mode 100644 index 00000000..a5e74db5 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/cobblestone_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_wall_post", + "textures": { + "wall": "block/cobblestone" + } +} diff --git a/1.14.4/assets/minecraft/models/block/cobblestone_wall_side.json b/1.14.4/assets/minecraft/models/block/cobblestone_wall_side.json new file mode 100644 index 00000000..3363b403 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/cobblestone_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_wall_side", + "textures": { + "wall": "block/cobblestone" + } +} diff --git a/1.14.4/assets/minecraft/models/block/cobweb.json b/1.14.4/assets/minecraft/models/block/cobweb.json new file mode 100644 index 00000000..59e2e2c0 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/cobweb.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/cobweb" + } +} diff --git a/1.14.4/assets/minecraft/models/block/cocoa_stage0.json b/1.14.4/assets/minecraft/models/block/cocoa_stage0.json new file mode 100644 index 00000000..9870dd80 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/cocoa_stage0.json @@ -0,0 +1,27 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/cocoa_stage0", + "cocoa": "block/cocoa_stage0" + }, + "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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/cocoa_stage1.json b/1.14.4/assets/minecraft/models/block/cocoa_stage1.json new file mode 100644 index 00000000..22d12d8d --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/cocoa_stage1.json @@ -0,0 +1,27 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/cocoa_stage1", + "cocoa": "block/cocoa_stage1" + }, + "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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/cocoa_stage2.json b/1.14.4/assets/minecraft/models/block/cocoa_stage2.json new file mode 100644 index 00000000..f6d6b0ab --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/cocoa_stage2.json @@ -0,0 +1,27 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/cocoa_stage2", + "cocoa": "block/cocoa_stage2" + }, + "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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/command_block.json b/1.14.4/assets/minecraft/models/block/command_block.json new file mode 100644 index 00000000..6d1bcc40 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/command_block.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube_directional", + "textures": { + "particle": "block/command_block_back", + "down": "block/command_block_side", + "up": "block/command_block_side", + "north": "block/command_block_front", + "east": "block/command_block_side", + "south": "block/command_block_back", + "west": "block/command_block_side" + } +} diff --git a/1.14.4/assets/minecraft/models/block/command_block_conditional.json b/1.14.4/assets/minecraft/models/block/command_block_conditional.json new file mode 100644 index 00000000..6c8be78f --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/command_block_conditional.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube_directional", + "textures": { + "particle": "block/command_block_back", + "down": "block/command_block_conditional", + "up": "block/command_block_conditional", + "north": "block/command_block_front", + "east": "block/command_block_conditional", + "south": "block/command_block_back", + "west": "block/command_block_conditional" + } +} diff --git a/1.14.4/assets/minecraft/models/block/comparator.json b/1.14.4/assets/minecraft/models/block/comparator.json new file mode 100644 index 00000000..f0203eae --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/comparator.json @@ -0,0 +1,56 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/comparator", + "slab": "block/smooth_stone", + "top": "block/comparator", + "unlit": "block/redstone_torch_off", + "lit": "block/redstone_torch" + }, + "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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/comparator_on.json b/1.14.4/assets/minecraft/models/block/comparator_on.json new file mode 100644 index 00000000..caa96734 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/comparator_on.json @@ -0,0 +1,74 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/comparator_on", + "slab": "block/smooth_stone", + "top": "block/comparator_on", + "unlit": "block/redstone_torch_off", + "lit": "block/redstone_torch" + }, + "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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/comparator_on_subtract.json b/1.14.4/assets/minecraft/models/block/comparator_on_subtract.json new file mode 100644 index 00000000..061cc0be --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/comparator_on_subtract.json @@ -0,0 +1,83 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/comparator_on", + "slab": "block/smooth_stone", + "top": "block/comparator_on", + "unlit": "block/redstone_torch_off", + "lit": "block/redstone_torch" + }, + "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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/comparator_subtract.json b/1.14.4/assets/minecraft/models/block/comparator_subtract.json new file mode 100644 index 00000000..e2ce2031 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/comparator_subtract.json @@ -0,0 +1,65 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/comparator", + "slab": "block/smooth_stone", + "top": "block/comparator", + "unlit": "block/redstone_torch_off", + "lit": "block/redstone_torch" + }, + "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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/composter.json b/1.14.4/assets/minecraft/models/block/composter.json new file mode 100644 index 00000000..0af91965 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/composter.json @@ -0,0 +1,55 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/composter_side", + "top": "block/composter_top", + "bottom": "block/composter_bottom", + "side": "block/composter_side", + "inside": "block/composter_bottom" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 2, 16 ], + "faces": { + "up": { "texture": "#inside", "cullface": "up" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { "from": [ 0, 0, 0 ], + "to": [ 2, 16, 16 ], + "faces": { + "up": { "texture": "#top", "cullface": "up" }, + "north": { "texture": "#side", "cullface": "north" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "west" }, + "east": { "texture": "#side", "cullface": "up" } + } + }, + { "from": [ 14, 0, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "up": { "texture": "#top", "cullface": "up" }, + "north": { "texture": "#side", "cullface": "north" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "up" }, + "east": { "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 2, 0, 0 ], + "to": [ 14, 16, 2 ], + "faces": { + "up": { "texture": "#top", "cullface": "up" }, + "north": { "texture": "#side", "cullface": "north" }, + "south": { "texture": "#side", "cullface": "up" } + } + }, + { "from": [ 2, 0, 14 ], + "to": [ 14, 16, 16 ], + "faces": { + "up": { "texture": "#top", "cullface": "up" }, + "north": { "texture": "#side", "cullface": "up" }, + "south": { "texture": "#side", "cullface": "south" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/composter_contents1.json b/1.14.4/assets/minecraft/models/block/composter_contents1.json new file mode 100644 index 00000000..bee430a2 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/composter_contents1.json @@ -0,0 +1,14 @@ +{ + "textures": { + "particle": "block/composter_compost", + "inside": "block/composter_compost" + }, + "elements": [ + { "from": [ 2, 0, 2 ], + "to": [ 14, 3, 14 ], + "faces": { + "up": { "texture": "#inside", "cullface": "up" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/composter_contents2.json b/1.14.4/assets/minecraft/models/block/composter_contents2.json new file mode 100644 index 00000000..2758c207 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/composter_contents2.json @@ -0,0 +1,14 @@ +{ + "textures": { + "particle": "block/composter_compost", + "inside": "block/composter_compost" + }, + "elements": [ + { "from": [ 2, 0, 2 ], + "to": [ 14, 5, 14 ], + "faces": { + "up": { "texture": "#inside", "cullface": "up" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/composter_contents3.json b/1.14.4/assets/minecraft/models/block/composter_contents3.json new file mode 100644 index 00000000..7888aec6 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/composter_contents3.json @@ -0,0 +1,14 @@ +{ + "textures": { + "particle": "block/composter_compost", + "inside": "block/composter_compost" + }, + "elements": [ + { "from": [ 2, 0, 2 ], + "to": [ 14, 7, 14 ], + "faces": { + "up": { "texture": "#inside", "cullface": "up" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/composter_contents4.json b/1.14.4/assets/minecraft/models/block/composter_contents4.json new file mode 100644 index 00000000..24be6a0c --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/composter_contents4.json @@ -0,0 +1,14 @@ +{ + "textures": { + "particle": "block/composter_compost", + "inside": "block/composter_compost" + }, + "elements": [ + { "from": [ 2, 0, 2 ], + "to": [ 14, 9, 14 ], + "faces": { + "up": { "texture": "#inside", "cullface": "up" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/composter_contents5.json b/1.14.4/assets/minecraft/models/block/composter_contents5.json new file mode 100644 index 00000000..724fa445 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/composter_contents5.json @@ -0,0 +1,14 @@ +{ + "textures": { + "particle": "block/composter_compost", + "inside": "block/composter_compost" + }, + "elements": [ + { "from": [ 2, 0, 2 ], + "to": [ 14, 11, 14 ], + "faces": { + "up": { "texture": "#inside", "cullface": "up" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/composter_contents6.json b/1.14.4/assets/minecraft/models/block/composter_contents6.json new file mode 100644 index 00000000..2613218a --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/composter_contents6.json @@ -0,0 +1,14 @@ +{ + "textures": { + "particle": "block/composter_compost", + "inside": "block/composter_compost" + }, + "elements": [ + { "from": [ 2, 0, 2 ], + "to": [ 14, 13, 14 ], + "faces": { + "up": { "texture": "#inside", "cullface": "up" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/composter_contents7.json b/1.14.4/assets/minecraft/models/block/composter_contents7.json new file mode 100644 index 00000000..2022561d --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/composter_contents7.json @@ -0,0 +1,14 @@ +{ + "textures": { + "particle": "block/composter_compost", + "inside": "block/composter_compost" + }, + "elements": [ + { "from": [ 2, 0, 2 ], + "to": [ 14, 15, 14 ], + "faces": { + "up": { "texture": "#inside", "cullface": "up" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/composter_contents_ready.json b/1.14.4/assets/minecraft/models/block/composter_contents_ready.json new file mode 100644 index 00000000..9fd0e258 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/composter_contents_ready.json @@ -0,0 +1,14 @@ +{ + "textures": { + "particle": "block/composter_compost", + "inside": "block/composter_ready" + }, + "elements": [ + { "from": [ 2, 0, 2 ], + "to": [ 14, 15, 14 ], + "faces": { + "up": { "texture": "#inside", "cullface": "up" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/conduit.json b/1.14.4/assets/minecraft/models/block/conduit.json new file mode 100644 index 00000000..dc84fca9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/conduit.json @@ -0,0 +1,6 @@ +{ + "textures": { + "particle": "block/conduit" + } +} + diff --git a/1.14.4/assets/minecraft/models/block/coral_fan.json b/1.14.4/assets/minecraft/models/block/coral_fan.json new file mode 100644 index 00000000..e28dd67b --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/coral_fan.json @@ -0,0 +1,44 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#fan" + }, + "elements": [ + { "from": [ 8, 0, 0 ], + "to": [ 24, 0, 16 ], + "rotation": { "origin": [ 8, 0, 0 ], "axis": "z", "angle": 22.5, "rescale": false }, + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#fan", "rotation": 90 }, + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#fan", "rotation": 270 } + } + }, + { "from": [ -8, 0, 0 ], + "to": [ 8, 0, 16 ], + "rotation": { "origin": [ 8, 0, 0 ], "axis": "z", "angle": -22.5, "rescale": false }, + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#fan", "rotation": 270 }, + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#fan", "rotation": 90 } + } + }, + { "from": [ 0, 0, 8 ], + "to": [ 16, 0, 24 ], + "rotation": { "origin": [ 0, 0, 8 ], "axis": "x", "angle": -22.5, "rescale": false }, + "shade": false, + "faces": { + "up": { "uv": [ 16, 16, 0, 0 ], "texture": "#fan" }, + "down": { "uv": [ 16, 0, 0, 16 ], "texture": "#fan" } + } + }, + { "from": [ 0, 0, -8 ], + "to": [ 16, 0, 8 ], + "rotation": { "origin": [ 0, 0, 8 ], "axis": "x", "angle": 22.5, "rescale": false }, + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#fan" }, + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#fan" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/coral_wall_fan.json b/1.14.4/assets/minecraft/models/block/coral_wall_fan.json new file mode 100644 index 00000000..eafe1f8f --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/coral_wall_fan.json @@ -0,0 +1,26 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#fan" + }, + "elements": [ + { "from": [ 0, 8, 0 ], + "to": [ 16, 8, 16 ], + "rotation": { "origin": [ 8, 8, 14 ], "axis": "x", "angle": 22.5, "rescale": true }, + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#fan" }, + "down": { "uv": [ 16, 16, 0, 0 ], "texture": "#fan" } + } + }, + { "from": [ 0, 8, 0 ], + "to": [ 16, 8, 16 ], + "rotation": { "origin": [ 8, 8, 14 ], "axis": "x", "angle": -22.5, "rescale": true }, + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#fan" }, + "down": { "uv": [ 16, 16, 0, 0 ], "texture": "#fan" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/cornflower.json b/1.14.4/assets/minecraft/models/block/cornflower.json new file mode 100644 index 00000000..e25a6ce7 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/cornflower.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/cornflower" + } +} diff --git a/1.14.4/assets/minecraft/models/block/cracked_stone_bricks.json b/1.14.4/assets/minecraft/models/block/cracked_stone_bricks.json new file mode 100644 index 00000000..bebfed49 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/cracked_stone_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/cracked_stone_bricks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/crafting_table.json b/1.14.4/assets/minecraft/models/block/crafting_table.json new file mode 100644 index 00000000..45c45871 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/crafting_table.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "block/crafting_table_front", + "down": "block/oak_planks", + "up": "block/crafting_table_top", + "north": "block/crafting_table_front", + "east": "block/crafting_table_side", + "south": "block/crafting_table_side", + "west": "block/crafting_table_front" + } +} diff --git a/1.14.4/assets/minecraft/models/block/crop.json b/1.14.4/assets/minecraft/models/block/crop.json new file mode 100644 index 00000000..9cc479e4 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/crop.json @@ -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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/cross.json b/1.14.4/assets/minecraft/models/block/cross.json new file mode 100644 index 00000000..37c8b09f --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/cross.json @@ -0,0 +1,26 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#cross" + }, + "elements": [ + { "from": [ 0.8, 0, 8 ], + "to": [ 15.2, 16, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" } + } + }, + { "from": [ 8, 0, 0.8 ], + "to": [ 8, 16, 15.2 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/cube.json b/1.14.4/assets/minecraft/models/block/cube.json new file mode 100644 index 00000000..1b9780b4 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/cube.json @@ -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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/cube_all.json b/1.14.4/assets/minecraft/models/block/cube_all.json new file mode 100644 index 00000000..fa2f9e77 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/cube_all.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "#all", + "down": "#all", + "up": "#all", + "north": "#all", + "east": "#all", + "south": "#all", + "west": "#all" + } +} diff --git a/1.14.4/assets/minecraft/models/block/cube_bottom_top.json b/1.14.4/assets/minecraft/models/block/cube_bottom_top.json new file mode 100644 index 00000000..4c610597 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/cube_bottom_top.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "#side", + "down": "#bottom", + "up": "#top", + "north": "#side", + "east": "#side", + "south": "#side", + "west": "#side" + } +} diff --git a/1.14.4/assets/minecraft/models/block/cube_column.json b/1.14.4/assets/minecraft/models/block/cube_column.json new file mode 100644 index 00000000..358b9847 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/cube_column.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "#side", + "down": "#end", + "up": "#end", + "north": "#side", + "east": "#side", + "south": "#side", + "west": "#side" + } +} diff --git a/1.14.4/assets/minecraft/models/block/cube_directional.json b/1.14.4/assets/minecraft/models/block/cube_directional.json new file mode 100644 index 00000000..09fadd01 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/cube_directional.json @@ -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 } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/cube_mirrored.json b/1.14.4/assets/minecraft/models/block/cube_mirrored.json new file mode 100644 index 00000000..38f44bda --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/cube_mirrored.json @@ -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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/cube_mirrored_all.json b/1.14.4/assets/minecraft/models/block/cube_mirrored_all.json new file mode 100644 index 00000000..75743f20 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/cube_mirrored_all.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube_mirrored", + "textures": { + "particle": "#all", + "down": "#all", + "up": "#all", + "north": "#all", + "east": "#all", + "south": "#all", + "west": "#all" + } +} diff --git a/1.14.4/assets/minecraft/models/block/cube_top.json b/1.14.4/assets/minecraft/models/block/cube_top.json new file mode 100644 index 00000000..a0c1d569 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/cube_top.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "#side", + "down": "#side", + "up": "#top", + "north": "#side", + "east": "#side", + "south": "#side", + "west": "#side" + } +} diff --git a/1.14.4/assets/minecraft/models/block/cut_red_sandstone.json b/1.14.4/assets/minecraft/models/block/cut_red_sandstone.json new file mode 100644 index 00000000..ece69cd4 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/cut_red_sandstone.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/red_sandstone_top", + "side": "block/cut_red_sandstone" + } +} diff --git a/1.14.4/assets/minecraft/models/block/cut_red_sandstone_slab.json b/1.14.4/assets/minecraft/models/block/cut_red_sandstone_slab.json new file mode 100644 index 00000000..1f917e8b --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/cut_red_sandstone_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/red_sandstone_top", + "top": "block/red_sandstone_top", + "side": "block/cut_red_sandstone" + } +} diff --git a/1.14.4/assets/minecraft/models/block/cut_red_sandstone_slab_top.json b/1.14.4/assets/minecraft/models/block/cut_red_sandstone_slab_top.json new file mode 100644 index 00000000..afbd3a3e --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/cut_red_sandstone_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/red_sandstone_top", + "top": "block/red_sandstone_top", + "side": "block/cut_red_sandstone" + } +} diff --git a/1.14.4/assets/minecraft/models/block/cut_sandstone.json b/1.14.4/assets/minecraft/models/block/cut_sandstone.json new file mode 100644 index 00000000..ad22903a --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/cut_sandstone.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/sandstone_top", + "side": "block/cut_sandstone" + } +} diff --git a/1.14.4/assets/minecraft/models/block/cut_sandstone_slab.json b/1.14.4/assets/minecraft/models/block/cut_sandstone_slab.json new file mode 100644 index 00000000..022b1c83 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/cut_sandstone_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/sandstone_top", + "top": "block/sandstone_top", + "side": "block/cut_sandstone" + } +} diff --git a/1.14.4/assets/minecraft/models/block/cut_sandstone_slab_top.json b/1.14.4/assets/minecraft/models/block/cut_sandstone_slab_top.json new file mode 100644 index 00000000..72b91676 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/cut_sandstone_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/sandstone_top", + "top": "block/sandstone_top", + "side": "block/cut_sandstone" + } +} diff --git a/1.14.4/assets/minecraft/models/block/cyan_carpet.json b/1.14.4/assets/minecraft/models/block/cyan_carpet.json new file mode 100644 index 00000000..345ed3ea --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/cyan_carpet.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "block/cyan_wool", + "wool": "block/cyan_wool" + } +} diff --git a/1.14.4/assets/minecraft/models/block/cyan_concrete.json b/1.14.4/assets/minecraft/models/block/cyan_concrete.json new file mode 100644 index 00000000..26b0fc82 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/cyan_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/cyan_concrete" + } +} diff --git a/1.14.4/assets/minecraft/models/block/cyan_concrete_powder.json b/1.14.4/assets/minecraft/models/block/cyan_concrete_powder.json new file mode 100644 index 00000000..137593b8 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/cyan_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/cyan_concrete_powder" + } +} diff --git a/1.14.4/assets/minecraft/models/block/cyan_glazed_terracotta.json b/1.14.4/assets/minecraft/models/block/cyan_glazed_terracotta.json new file mode 100644 index 00000000..5f71cfbf --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/cyan_glazed_terracotta.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glazed_terracotta", + "textures": { + "particle": "block/cyan_glazed_terracotta", + "pattern": "block/cyan_glazed_terracotta" + } +} diff --git a/1.14.4/assets/minecraft/models/block/cyan_shulker_box.json b/1.14.4/assets/minecraft/models/block/cyan_shulker_box.json new file mode 100644 index 00000000..128569b5 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/cyan_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "block/cyan_shulker_box" + } +} diff --git a/1.14.4/assets/minecraft/models/block/cyan_stained_glass.json b/1.14.4/assets/minecraft/models/block/cyan_stained_glass.json new file mode 100644 index 00000000..92652c94 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/cyan_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/cyan_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/cyan_stained_glass_pane_noside.json b/1.14.4/assets/minecraft/models/block/cyan_stained_glass_pane_noside.json new file mode 100644 index 00000000..35b7242d --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/cyan_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside", + "textures": { + "pane": "block/cyan_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/cyan_stained_glass_pane_noside_alt.json b/1.14.4/assets/minecraft/models/block/cyan_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..a13559db --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/cyan_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside_alt", + "textures": { + "pane": "block/cyan_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/cyan_stained_glass_pane_post.json b/1.14.4/assets/minecraft/models/block/cyan_stained_glass_pane_post.json new file mode 100644 index 00000000..f29f7842 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/cyan_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_post", + "textures": { + "edge": "block/cyan_stained_glass_pane_top", + "pane": "block/cyan_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/cyan_stained_glass_pane_side.json b/1.14.4/assets/minecraft/models/block/cyan_stained_glass_pane_side.json new file mode 100644 index 00000000..b1de8f04 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/cyan_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side", + "textures": { + "edge": "block/cyan_stained_glass_pane_top", + "pane": "block/cyan_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/cyan_stained_glass_pane_side_alt.json b/1.14.4/assets/minecraft/models/block/cyan_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..3209b423 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/cyan_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side_alt", + "textures": { + "edge": "block/cyan_stained_glass_pane_top", + "pane": "block/cyan_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/cyan_terracotta.json b/1.14.4/assets/minecraft/models/block/cyan_terracotta.json new file mode 100644 index 00000000..0ea553bb --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/cyan_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/cyan_terracotta" + } +} diff --git a/1.14.4/assets/minecraft/models/block/cyan_wool.json b/1.14.4/assets/minecraft/models/block/cyan_wool.json new file mode 100644 index 00000000..5aaf0290 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/cyan_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/cyan_wool" + } +} diff --git a/1.14.4/assets/minecraft/models/block/damaged_anvil.json b/1.14.4/assets/minecraft/models/block/damaged_anvil.json new file mode 100644 index 00000000..3b09aaa3 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/damaged_anvil.json @@ -0,0 +1,6 @@ +{ + "parent": "block/anvil", + "textures": { + "top": "block/damaged_anvil_top" + } +} diff --git a/1.14.4/assets/minecraft/models/block/dandelion.json b/1.14.4/assets/minecraft/models/block/dandelion.json new file mode 100644 index 00000000..50975110 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/dandelion.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/dandelion" + } +} diff --git a/1.14.4/assets/minecraft/models/block/dark_oak_button.json b/1.14.4/assets/minecraft/models/block/dark_oak_button.json new file mode 100644 index 00000000..31554e17 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/dark_oak_button.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button", + "textures": { + "texture": "block/dark_oak_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/dark_oak_button_inventory.json b/1.14.4/assets/minecraft/models/block/dark_oak_button_inventory.json new file mode 100644 index 00000000..e8bd09d4 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/dark_oak_button_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button_inventory", + "textures": { + "texture": "block/dark_oak_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/dark_oak_button_pressed.json b/1.14.4/assets/minecraft/models/block/dark_oak_button_pressed.json new file mode 100644 index 00000000..973f0af3 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/dark_oak_button_pressed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button_pressed", + "textures": { + "texture": "block/dark_oak_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/dark_oak_door_bottom.json b/1.14.4/assets/minecraft/models/block/dark_oak_door_bottom.json new file mode 100644 index 00000000..38ad7d28 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/dark_oak_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom", + "textures": { + "bottom": "block/dark_oak_door_bottom", + "top": "block/dark_oak_door_top" + } +} diff --git a/1.14.4/assets/minecraft/models/block/dark_oak_door_bottom_hinge.json b/1.14.4/assets/minecraft/models/block/dark_oak_door_bottom_hinge.json new file mode 100644 index 00000000..1ce1cd21 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/dark_oak_door_bottom_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom_rh", + "textures": { + "bottom": "block/dark_oak_door_bottom", + "top": "block/dark_oak_door_top" + } +} diff --git a/1.14.4/assets/minecraft/models/block/dark_oak_door_top.json b/1.14.4/assets/minecraft/models/block/dark_oak_door_top.json new file mode 100644 index 00000000..9b692ee4 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/dark_oak_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top", + "textures": { + "bottom": "block/dark_oak_door_bottom", + "top": "block/dark_oak_door_top" + } +} diff --git a/1.14.4/assets/minecraft/models/block/dark_oak_door_top_hinge.json b/1.14.4/assets/minecraft/models/block/dark_oak_door_top_hinge.json new file mode 100644 index 00000000..700f35d1 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/dark_oak_door_top_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top_rh", + "textures": { + "bottom": "block/dark_oak_door_bottom", + "top": "block/dark_oak_door_top" + } +} diff --git a/1.14.4/assets/minecraft/models/block/dark_oak_fence_gate.json b/1.14.4/assets/minecraft/models/block/dark_oak_fence_gate.json new file mode 100644 index 00000000..5f5db453 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/dark_oak_fence_gate.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate", + "textures": { + "texture": "block/dark_oak_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/dark_oak_fence_gate_open.json b/1.14.4/assets/minecraft/models/block/dark_oak_fence_gate_open.json new file mode 100644 index 00000000..12316075 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/dark_oak_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate_open", + "textures": { + "texture": "block/dark_oak_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/dark_oak_fence_gate_wall.json b/1.14.4/assets/minecraft/models/block/dark_oak_fence_gate_wall.json new file mode 100644 index 00000000..c2c59e82 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/dark_oak_fence_gate_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate_wall", + "textures": { + "texture": "block/dark_oak_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/dark_oak_fence_gate_wall_open.json b/1.14.4/assets/minecraft/models/block/dark_oak_fence_gate_wall_open.json new file mode 100644 index 00000000..af216a7c --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/dark_oak_fence_gate_wall_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate_wall_open", + "textures": { + "texture": "block/dark_oak_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/dark_oak_fence_inventory.json b/1.14.4/assets/minecraft/models/block/dark_oak_fence_inventory.json new file mode 100644 index 00000000..895cc26f --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/dark_oak_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_inventory", + "textures": { + "texture": "block/dark_oak_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/dark_oak_fence_post.json b/1.14.4/assets/minecraft/models/block/dark_oak_fence_post.json new file mode 100644 index 00000000..e65b6962 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/dark_oak_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_post", + "textures": { + "texture": "block/dark_oak_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/dark_oak_fence_side.json b/1.14.4/assets/minecraft/models/block/dark_oak_fence_side.json new file mode 100644 index 00000000..eca984b3 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/dark_oak_fence_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_side", + "textures": { + "texture": "block/dark_oak_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/dark_oak_leaves.json b/1.14.4/assets/minecraft/models/block/dark_oak_leaves.json new file mode 100644 index 00000000..231806f4 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/dark_oak_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "block/leaves", + "textures": { + "all": "block/dark_oak_leaves" + } +} diff --git a/1.14.4/assets/minecraft/models/block/dark_oak_log.json b/1.14.4/assets/minecraft/models/block/dark_oak_log.json new file mode 100644 index 00000000..d0a8e69e --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/dark_oak_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/dark_oak_log_top", + "side": "block/dark_oak_log" + } +} diff --git a/1.14.4/assets/minecraft/models/block/dark_oak_planks.json b/1.14.4/assets/minecraft/models/block/dark_oak_planks.json new file mode 100644 index 00000000..c0ff4c3c --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/dark_oak_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/dark_oak_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/dark_oak_pressure_plate.json b/1.14.4/assets/minecraft/models/block/dark_oak_pressure_plate.json new file mode 100644 index 00000000..dca23aed --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/dark_oak_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_up", + "textures": { + "texture": "block/dark_oak_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/dark_oak_pressure_plate_down.json b/1.14.4/assets/minecraft/models/block/dark_oak_pressure_plate_down.json new file mode 100644 index 00000000..7e37e872 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/dark_oak_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_down", + "textures": { + "texture": "block/dark_oak_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/dark_oak_sapling.json b/1.14.4/assets/minecraft/models/block/dark_oak_sapling.json new file mode 100644 index 00000000..7267c413 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/dark_oak_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/dark_oak_sapling" + } +} diff --git a/1.14.4/assets/minecraft/models/block/dark_oak_sign.json b/1.14.4/assets/minecraft/models/block/dark_oak_sign.json new file mode 100644 index 00000000..1961ef62 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/dark_oak_sign.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "block/dark_oak_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/dark_oak_slab.json b/1.14.4/assets/minecraft/models/block/dark_oak_slab.json new file mode 100644 index 00000000..12ce4e02 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/dark_oak_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/dark_oak_planks", + "top": "block/dark_oak_planks", + "side": "block/dark_oak_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/dark_oak_slab_top.json b/1.14.4/assets/minecraft/models/block/dark_oak_slab_top.json new file mode 100644 index 00000000..9b861483 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/dark_oak_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/dark_oak_planks", + "top": "block/dark_oak_planks", + "side": "block/dark_oak_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/dark_oak_stairs.json b/1.14.4/assets/minecraft/models/block/dark_oak_stairs.json new file mode 100644 index 00000000..318195d8 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/dark_oak_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/dark_oak_planks", + "top": "block/dark_oak_planks", + "side": "block/dark_oak_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/dark_oak_stairs_inner.json b/1.14.4/assets/minecraft/models/block/dark_oak_stairs_inner.json new file mode 100644 index 00000000..ff8fa26d --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/dark_oak_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/dark_oak_planks", + "top": "block/dark_oak_planks", + "side": "block/dark_oak_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/dark_oak_stairs_outer.json b/1.14.4/assets/minecraft/models/block/dark_oak_stairs_outer.json new file mode 100644 index 00000000..48215ae5 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/dark_oak_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/dark_oak_planks", + "top": "block/dark_oak_planks", + "side": "block/dark_oak_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/dark_oak_trapdoor_bottom.json b/1.14.4/assets/minecraft/models/block/dark_oak_trapdoor_bottom.json new file mode 100644 index 00000000..2d9d7f90 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/dark_oak_trapdoor_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_trapdoor_bottom", + "textures": { + "texture": "block/dark_oak_trapdoor" + } +} diff --git a/1.14.4/assets/minecraft/models/block/dark_oak_trapdoor_open.json b/1.14.4/assets/minecraft/models/block/dark_oak_trapdoor_open.json new file mode 100644 index 00000000..6f2fae62 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/dark_oak_trapdoor_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_trapdoor_open", + "textures": { + "texture": "block/dark_oak_trapdoor" + } +} diff --git a/1.14.4/assets/minecraft/models/block/dark_oak_trapdoor_top.json b/1.14.4/assets/minecraft/models/block/dark_oak_trapdoor_top.json new file mode 100644 index 00000000..7a5490f0 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/dark_oak_trapdoor_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_trapdoor_top", + "textures": { + "texture": "block/dark_oak_trapdoor" + } +} diff --git a/1.14.4/assets/minecraft/models/block/dark_oak_wood.json b/1.14.4/assets/minecraft/models/block/dark_oak_wood.json new file mode 100644 index 00000000..08631485 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/dark_oak_wood.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/dark_oak_log", + "side": "block/dark_oak_log" + } +} diff --git a/1.14.4/assets/minecraft/models/block/dark_prismarine.json b/1.14.4/assets/minecraft/models/block/dark_prismarine.json new file mode 100644 index 00000000..ac773909 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/dark_prismarine.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/dark_prismarine" + } +} diff --git a/1.14.4/assets/minecraft/models/block/dark_prismarine_slab.json b/1.14.4/assets/minecraft/models/block/dark_prismarine_slab.json new file mode 100644 index 00000000..01a6664a --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/dark_prismarine_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/dark_prismarine", + "top": "block/dark_prismarine", + "side": "block/dark_prismarine" + } +} diff --git a/1.14.4/assets/minecraft/models/block/dark_prismarine_slab_top.json b/1.14.4/assets/minecraft/models/block/dark_prismarine_slab_top.json new file mode 100644 index 00000000..8120ddb9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/dark_prismarine_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/dark_prismarine", + "top": "block/dark_prismarine", + "side": "block/dark_prismarine" + } +} diff --git a/1.14.4/assets/minecraft/models/block/dark_prismarine_stairs.json b/1.14.4/assets/minecraft/models/block/dark_prismarine_stairs.json new file mode 100644 index 00000000..49f29145 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/dark_prismarine_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/dark_prismarine", + "top": "block/dark_prismarine", + "side": "block/dark_prismarine" + } +} diff --git a/1.14.4/assets/minecraft/models/block/dark_prismarine_stairs_inner.json b/1.14.4/assets/minecraft/models/block/dark_prismarine_stairs_inner.json new file mode 100644 index 00000000..f3b2fbed --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/dark_prismarine_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/dark_prismarine", + "top": "block/dark_prismarine", + "side": "block/dark_prismarine" + } +} diff --git a/1.14.4/assets/minecraft/models/block/dark_prismarine_stairs_outer.json b/1.14.4/assets/minecraft/models/block/dark_prismarine_stairs_outer.json new file mode 100644 index 00000000..adaf0d2e --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/dark_prismarine_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/dark_prismarine", + "top": "block/dark_prismarine", + "side": "block/dark_prismarine" + } +} diff --git a/1.14.4/assets/minecraft/models/block/daylight_detector.json b/1.14.4/assets/minecraft/models/block/daylight_detector.json new file mode 100644 index 00000000..7bbbbf40 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/daylight_detector.json @@ -0,0 +1,20 @@ +{ "parent": "block/thin_block", + "textures": { + "particle": "block/daylight_detector_top", + "top": "block/daylight_detector_top", + "side": "block/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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/daylight_detector_inverted.json b/1.14.4/assets/minecraft/models/block/daylight_detector_inverted.json new file mode 100644 index 00000000..9dd5476d --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/daylight_detector_inverted.json @@ -0,0 +1,20 @@ +{ + "textures": { + "particle": "block/daylight_detector_inverted_top", + "top": "block/daylight_detector_inverted_top", + "side": "block/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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/dead_brain_coral.json b/1.14.4/assets/minecraft/models/block/dead_brain_coral.json new file mode 100644 index 00000000..10fa3f16 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/dead_brain_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/dead_brain_coral" + } +} diff --git a/1.14.4/assets/minecraft/models/block/dead_brain_coral_block.json b/1.14.4/assets/minecraft/models/block/dead_brain_coral_block.json new file mode 100644 index 00000000..dd8f9174 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/dead_brain_coral_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/dead_brain_coral_block" + } +} diff --git a/1.14.4/assets/minecraft/models/block/dead_brain_coral_fan.json b/1.14.4/assets/minecraft/models/block/dead_brain_coral_fan.json new file mode 100644 index 00000000..4ee4e4ef --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/dead_brain_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "block/coral_fan", + "textures": { + "fan": "block/dead_brain_coral_fan" + } +} diff --git a/1.14.4/assets/minecraft/models/block/dead_brain_coral_wall_fan.json b/1.14.4/assets/minecraft/models/block/dead_brain_coral_wall_fan.json new file mode 100644 index 00000000..1811cfc0 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/dead_brain_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "block/coral_wall_fan", + "textures": { + "fan": "block/dead_brain_coral_fan" + } +} diff --git a/1.14.4/assets/minecraft/models/block/dead_bubble_coral.json b/1.14.4/assets/minecraft/models/block/dead_bubble_coral.json new file mode 100644 index 00000000..3883a06a --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/dead_bubble_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/dead_bubble_coral" + } +} diff --git a/1.14.4/assets/minecraft/models/block/dead_bubble_coral_block.json b/1.14.4/assets/minecraft/models/block/dead_bubble_coral_block.json new file mode 100644 index 00000000..9e63eb70 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/dead_bubble_coral_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/dead_bubble_coral_block" + } +} diff --git a/1.14.4/assets/minecraft/models/block/dead_bubble_coral_fan.json b/1.14.4/assets/minecraft/models/block/dead_bubble_coral_fan.json new file mode 100644 index 00000000..dba30b8b --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/dead_bubble_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "block/coral_fan", + "textures": { + "fan": "block/dead_bubble_coral_fan" + } +} diff --git a/1.14.4/assets/minecraft/models/block/dead_bubble_coral_wall_fan.json b/1.14.4/assets/minecraft/models/block/dead_bubble_coral_wall_fan.json new file mode 100644 index 00000000..7b10457f --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/dead_bubble_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "block/coral_wall_fan", + "textures": { + "fan": "block/dead_bubble_coral_fan" + } +} diff --git a/1.14.4/assets/minecraft/models/block/dead_bush.json b/1.14.4/assets/minecraft/models/block/dead_bush.json new file mode 100644 index 00000000..c1df518f --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/dead_bush.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/dead_bush" + } +} diff --git a/1.14.4/assets/minecraft/models/block/dead_fire_coral.json b/1.14.4/assets/minecraft/models/block/dead_fire_coral.json new file mode 100644 index 00000000..5e93967f --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/dead_fire_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/dead_fire_coral" + } +} diff --git a/1.14.4/assets/minecraft/models/block/dead_fire_coral_block.json b/1.14.4/assets/minecraft/models/block/dead_fire_coral_block.json new file mode 100644 index 00000000..ef0f3d84 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/dead_fire_coral_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/dead_fire_coral_block" + } +} diff --git a/1.14.4/assets/minecraft/models/block/dead_fire_coral_fan.json b/1.14.4/assets/minecraft/models/block/dead_fire_coral_fan.json new file mode 100644 index 00000000..9b407266 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/dead_fire_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "block/coral_fan", + "textures": { + "fan": "block/dead_fire_coral_fan" + } +} diff --git a/1.14.4/assets/minecraft/models/block/dead_fire_coral_wall_fan.json b/1.14.4/assets/minecraft/models/block/dead_fire_coral_wall_fan.json new file mode 100644 index 00000000..300d273d --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/dead_fire_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "block/coral_wall_fan", + "textures": { + "fan": "block/dead_fire_coral_fan" + } +} diff --git a/1.14.4/assets/minecraft/models/block/dead_horn_coral.json b/1.14.4/assets/minecraft/models/block/dead_horn_coral.json new file mode 100644 index 00000000..1ca098c9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/dead_horn_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/dead_horn_coral" + } +} diff --git a/1.14.4/assets/minecraft/models/block/dead_horn_coral_block.json b/1.14.4/assets/minecraft/models/block/dead_horn_coral_block.json new file mode 100644 index 00000000..5bb4e46e --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/dead_horn_coral_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/dead_horn_coral_block" + } +} diff --git a/1.14.4/assets/minecraft/models/block/dead_horn_coral_fan.json b/1.14.4/assets/minecraft/models/block/dead_horn_coral_fan.json new file mode 100644 index 00000000..9dfc6de1 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/dead_horn_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "block/coral_fan", + "textures": { + "fan": "block/dead_horn_coral_fan" + } +} diff --git a/1.14.4/assets/minecraft/models/block/dead_horn_coral_wall_fan.json b/1.14.4/assets/minecraft/models/block/dead_horn_coral_wall_fan.json new file mode 100644 index 00000000..dd698c76 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/dead_horn_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "block/coral_wall_fan", + "textures": { + "fan": "block/dead_horn_coral_fan" + } +} diff --git a/1.14.4/assets/minecraft/models/block/dead_sea_pickle.json b/1.14.4/assets/minecraft/models/block/dead_sea_pickle.json new file mode 100644 index 00000000..ce3ee6eb --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/dead_sea_pickle.json @@ -0,0 +1,27 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/sea_pickle", + "all": "block/sea_pickle" + }, + "elements": [ + { "from": [ 6, 0, 6 ], + "to": [ 10, 6, 10 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" } + } + }, + { + "from": [ 6, 5.95, 6 ], + "to": [ 10, 5.95, 10 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/dead_tube_coral.json b/1.14.4/assets/minecraft/models/block/dead_tube_coral.json new file mode 100644 index 00000000..efb4dd0e --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/dead_tube_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/dead_tube_coral" + } +} diff --git a/1.14.4/assets/minecraft/models/block/dead_tube_coral_block.json b/1.14.4/assets/minecraft/models/block/dead_tube_coral_block.json new file mode 100644 index 00000000..2ee3b677 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/dead_tube_coral_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/dead_tube_coral_block" + } +} diff --git a/1.14.4/assets/minecraft/models/block/dead_tube_coral_fan.json b/1.14.4/assets/minecraft/models/block/dead_tube_coral_fan.json new file mode 100644 index 00000000..7a2f42a7 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/dead_tube_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "block/coral_fan", + "textures": { + "fan": "block/dead_tube_coral_fan" + } +} diff --git a/1.14.4/assets/minecraft/models/block/dead_tube_coral_wall_fan.json b/1.14.4/assets/minecraft/models/block/dead_tube_coral_wall_fan.json new file mode 100644 index 00000000..5815dc84 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/dead_tube_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "block/coral_wall_fan", + "textures": { + "fan": "block/dead_tube_coral_fan" + } +} diff --git a/1.14.4/assets/minecraft/models/block/detector_rail.json b/1.14.4/assets/minecraft/models/block/detector_rail.json new file mode 100644 index 00000000..6df3cc1d --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/detector_rail.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_flat", + "textures": { + "rail": "block/detector_rail" + } +} diff --git a/1.14.4/assets/minecraft/models/block/detector_rail_on.json b/1.14.4/assets/minecraft/models/block/detector_rail_on.json new file mode 100644 index 00000000..84041520 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/detector_rail_on.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_flat", + "textures": { + "rail": "block/detector_rail_on" + } +} diff --git a/1.14.4/assets/minecraft/models/block/detector_rail_on_raised_ne.json b/1.14.4/assets/minecraft/models/block/detector_rail_on_raised_ne.json new file mode 100644 index 00000000..0d2e3757 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/detector_rail_on_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_rail_raised_ne", + "textures": { + "rail": "block/detector_rail_on" + } +} diff --git a/1.14.4/assets/minecraft/models/block/detector_rail_on_raised_sw.json b/1.14.4/assets/minecraft/models/block/detector_rail_on_raised_sw.json new file mode 100644 index 00000000..7e5390f7 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/detector_rail_on_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_rail_raised_sw", + "textures": { + "rail": "block/detector_rail_on" + } +} diff --git a/1.14.4/assets/minecraft/models/block/detector_rail_raised_ne.json b/1.14.4/assets/minecraft/models/block/detector_rail_raised_ne.json new file mode 100644 index 00000000..5ba87c3e --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/detector_rail_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_rail_raised_ne", + "textures": { + "rail": "block/detector_rail" + } +} diff --git a/1.14.4/assets/minecraft/models/block/detector_rail_raised_sw.json b/1.14.4/assets/minecraft/models/block/detector_rail_raised_sw.json new file mode 100644 index 00000000..dd8cc0f3 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/detector_rail_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_rail_raised_sw", + "textures": { + "rail": "block/detector_rail" + } +} diff --git a/1.14.4/assets/minecraft/models/block/diamond_block.json b/1.14.4/assets/minecraft/models/block/diamond_block.json new file mode 100644 index 00000000..a2700992 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/diamond_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/diamond_block" + } +} diff --git a/1.14.4/assets/minecraft/models/block/diamond_ore.json b/1.14.4/assets/minecraft/models/block/diamond_ore.json new file mode 100644 index 00000000..98f97b69 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/diamond_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/diamond_ore" + } +} diff --git a/1.14.4/assets/minecraft/models/block/diorite.json b/1.14.4/assets/minecraft/models/block/diorite.json new file mode 100644 index 00000000..24801519 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/diorite.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/diorite" + } +} diff --git a/1.14.4/assets/minecraft/models/block/diorite_slab.json b/1.14.4/assets/minecraft/models/block/diorite_slab.json new file mode 100644 index 00000000..49b92497 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/diorite_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/diorite", + "top": "block/diorite", + "side": "block/diorite" + } +} diff --git a/1.14.4/assets/minecraft/models/block/diorite_slab_top.json b/1.14.4/assets/minecraft/models/block/diorite_slab_top.json new file mode 100644 index 00000000..4d3f8b5b --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/diorite_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/diorite", + "top": "block/diorite", + "side": "block/diorite" + } +} diff --git a/1.14.4/assets/minecraft/models/block/diorite_stairs.json b/1.14.4/assets/minecraft/models/block/diorite_stairs.json new file mode 100644 index 00000000..7a1a58db --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/diorite_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/diorite", + "top": "block/diorite", + "side": "block/diorite" + } +} diff --git a/1.14.4/assets/minecraft/models/block/diorite_stairs_inner.json b/1.14.4/assets/minecraft/models/block/diorite_stairs_inner.json new file mode 100644 index 00000000..764e2c46 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/diorite_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/diorite", + "top": "block/diorite", + "side": "block/diorite" + } +} diff --git a/1.14.4/assets/minecraft/models/block/diorite_stairs_outer.json b/1.14.4/assets/minecraft/models/block/diorite_stairs_outer.json new file mode 100644 index 00000000..1f1b2397 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/diorite_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/diorite", + "top": "block/diorite", + "side": "block/diorite" + } +} diff --git a/1.14.4/assets/minecraft/models/block/diorite_wall_inventory.json b/1.14.4/assets/minecraft/models/block/diorite_wall_inventory.json new file mode 100644 index 00000000..214d463e --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/diorite_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_inventory", + "textures": { + "wall": "block/diorite" + } +} diff --git a/1.14.4/assets/minecraft/models/block/diorite_wall_post.json b/1.14.4/assets/minecraft/models/block/diorite_wall_post.json new file mode 100644 index 00000000..64071cc5 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/diorite_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_wall_post", + "textures": { + "wall": "block/diorite" + } +} diff --git a/1.14.4/assets/minecraft/models/block/diorite_wall_side.json b/1.14.4/assets/minecraft/models/block/diorite_wall_side.json new file mode 100644 index 00000000..dd1b6f64 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/diorite_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_wall_side", + "textures": { + "wall": "block/diorite" + } +} diff --git a/1.14.4/assets/minecraft/models/block/dirt.json b/1.14.4/assets/minecraft/models/block/dirt.json new file mode 100644 index 00000000..4f4edb1c --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/dirt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/dirt" + } +} diff --git a/1.14.4/assets/minecraft/models/block/dispenser.json b/1.14.4/assets/minecraft/models/block/dispenser.json new file mode 100644 index 00000000..0e6b66b6 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/dispenser.json @@ -0,0 +1,8 @@ +{ + "parent": "block/orientable", + "textures": { + "top": "block/furnace_top", + "front": "block/dispenser_front", + "side": "block/furnace_side" + } +} diff --git a/1.14.4/assets/minecraft/models/block/dispenser_vertical.json b/1.14.4/assets/minecraft/models/block/dispenser_vertical.json new file mode 100644 index 00000000..c84ffae4 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/dispenser_vertical.json @@ -0,0 +1,7 @@ +{ + "parent": "block/orientable_vertical", + "textures": { + "front": "block/dispenser_front_vertical", + "side": "block/furnace_top" + } +} diff --git a/1.14.4/assets/minecraft/models/block/door_bottom.json b/1.14.4/assets/minecraft/models/block/door_bottom.json new file mode 100644 index 00000000..905758fe --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/door_bottom.json @@ -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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/door_bottom_rh.json b/1.14.4/assets/minecraft/models/block/door_bottom_rh.json new file mode 100644 index 00000000..26acf4c7 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/door_bottom_rh.json @@ -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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/door_top.json b/1.14.4/assets/minecraft/models/block/door_top.json new file mode 100644 index 00000000..809fa443 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/door_top.json @@ -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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/door_top_rh.json b/1.14.4/assets/minecraft/models/block/door_top_rh.json new file mode 100644 index 00000000..e7d2f930 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/door_top_rh.json @@ -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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/dragon_egg.json b/1.14.4/assets/minecraft/models/block/dragon_egg.json new file mode 100644 index 00000000..19e6c4e2 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/dragon_egg.json @@ -0,0 +1,97 @@ +{ "parent": "block/block", + "ambientocclusion": false, + "textures": { + "particle": "block/dragon_egg", + "all": "block/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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/dried_kelp_block.json b/1.14.4/assets/minecraft/models/block/dried_kelp_block.json new file mode 100644 index 00000000..4d76967b --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/dried_kelp_block.json @@ -0,0 +1,25 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/dried_kelp_side", + "down": "block/dried_kelp_bottom", + "up": "block/dried_kelp_top", + "north": "block/dried_kelp_side", + "east": "block/dried_kelp_side", + "south": "block/dried_kelp_side", + "west": "block/dried_kelp_side" + }, + "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": { "uv": [16, 0, 0, 16], "texture": "#south", "cullface": "south" }, + "west": { "texture": "#west", "cullface": "west" }, + "east": { "uv": [16, 0, 0, 16], "texture": "#east", "cullface": "east" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/dropper.json b/1.14.4/assets/minecraft/models/block/dropper.json new file mode 100644 index 00000000..7ee6c070 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/dropper.json @@ -0,0 +1,8 @@ +{ + "parent": "block/orientable", + "textures": { + "top": "block/furnace_top", + "front": "block/dropper_front", + "side": "block/furnace_side" + } +} diff --git a/1.14.4/assets/minecraft/models/block/dropper_vertical.json b/1.14.4/assets/minecraft/models/block/dropper_vertical.json new file mode 100644 index 00000000..8fff4dd4 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/dropper_vertical.json @@ -0,0 +1,7 @@ +{ + "parent": "block/orientable_vertical", + "textures": { + "front": "block/dropper_front_vertical", + "side": "block/furnace_top" + } +} diff --git a/1.14.4/assets/minecraft/models/block/emerald_block.json b/1.14.4/assets/minecraft/models/block/emerald_block.json new file mode 100644 index 00000000..6f8071ab --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/emerald_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/emerald_block" + } +} diff --git a/1.14.4/assets/minecraft/models/block/emerald_ore.json b/1.14.4/assets/minecraft/models/block/emerald_ore.json new file mode 100644 index 00000000..e1ca762f --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/emerald_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/emerald_ore" + } +} diff --git a/1.14.4/assets/minecraft/models/block/enchanting_table.json b/1.14.4/assets/minecraft/models/block/enchanting_table.json new file mode 100644 index 00000000..404ca9a3 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/enchanting_table.json @@ -0,0 +1,21 @@ +{ "parent": "block/block", + "textures": { + "particle": "block/enchanting_table_bottom", + "bottom": "block/enchanting_table_bottom", + "top": "block/enchanting_table_top", + "side": "block/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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/end_portal.json b/1.14.4/assets/minecraft/models/block/end_portal.json new file mode 100644 index 00000000..1035b319 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/end_portal.json @@ -0,0 +1,6 @@ +{ + "textures": { + "particle": "block/obsidian" + } +} + diff --git a/1.14.4/assets/minecraft/models/block/end_portal_frame.json b/1.14.4/assets/minecraft/models/block/end_portal_frame.json new file mode 100644 index 00000000..ac716efd --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/end_portal_frame.json @@ -0,0 +1,21 @@ +{ "parent": "block/block", + "textures": { + "particle": "block/end_portal_frame_side", + "bottom": "block/end_stone", + "top": "block/end_portal_frame_top", + "side": "block/end_portal_frame_side" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 13, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 0, 3, 16, 16 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 0, 3, 16, 16 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 3, 16, 16 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 3, 16, 16 ], "texture": "#side", "cullface": "east" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/end_portal_frame_filled.json b/1.14.4/assets/minecraft/models/block/end_portal_frame_filled.json new file mode 100644 index 00000000..b3ed9297 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/end_portal_frame_filled.json @@ -0,0 +1,32 @@ +{ + "textures": { + "particle": "block/end_portal_frame_side", + "bottom": "block/end_stone", + "top": "block/end_portal_frame_top", + "side": "block/end_portal_frame_side", + "eye": "block/end_portal_frame_eye" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 13, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 0, 3, 16, 16 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 0, 3, 16, 16 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 3, 16, 16 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 3, 16, 16 ], "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 4, 13, 4 ], + "to": [ 12, 16, 12 ], + "faces": { + "up": { "uv": [ 4, 4, 12, 12 ], "texture": "#eye", "cullface": "up" }, + "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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/end_rod.json b/1.14.4/assets/minecraft/models/block/end_rod.json new file mode 100644 index 00000000..04326c78 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/end_rod.json @@ -0,0 +1,44 @@ +{ "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": "block/end_rod", + "particle": "block/end_rod" + }, + "elements": [ + { + "from": [ 6, 0, 6 ], + "to": [ 10, 1, 10 ], + "faces": { + "down": { "uv": [ 6, 6, 2, 2 ], "texture": "#end_rod", "cullface": "down" }, + "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": { + "up": { "uv": [ 2, 0, 4, 2 ], "texture": "#end_rod", "cullface": "up" }, + "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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/end_stone.json b/1.14.4/assets/minecraft/models/block/end_stone.json new file mode 100644 index 00000000..fa012dcd --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/end_stone.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/end_stone" + } +} diff --git a/1.14.4/assets/minecraft/models/block/end_stone_brick_slab.json b/1.14.4/assets/minecraft/models/block/end_stone_brick_slab.json new file mode 100644 index 00000000..6d4ffdf2 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/end_stone_brick_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/end_stone_bricks", + "top": "block/end_stone_bricks", + "side": "block/end_stone_bricks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/end_stone_brick_slab_top.json b/1.14.4/assets/minecraft/models/block/end_stone_brick_slab_top.json new file mode 100644 index 00000000..1dc11f4e --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/end_stone_brick_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/end_stone_bricks", + "top": "block/end_stone_bricks", + "side": "block/end_stone_bricks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/end_stone_brick_stairs.json b/1.14.4/assets/minecraft/models/block/end_stone_brick_stairs.json new file mode 100644 index 00000000..ec2c35bb --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/end_stone_brick_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/end_stone_bricks", + "top": "block/end_stone_bricks", + "side": "block/end_stone_bricks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/end_stone_brick_stairs_inner.json b/1.14.4/assets/minecraft/models/block/end_stone_brick_stairs_inner.json new file mode 100644 index 00000000..01ed510f --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/end_stone_brick_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/end_stone_bricks", + "top": "block/end_stone_bricks", + "side": "block/end_stone_bricks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/end_stone_brick_stairs_outer.json b/1.14.4/assets/minecraft/models/block/end_stone_brick_stairs_outer.json new file mode 100644 index 00000000..0d50b28a --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/end_stone_brick_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/end_stone_bricks", + "top": "block/end_stone_bricks", + "side": "block/end_stone_bricks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/end_stone_brick_wall_inventory.json b/1.14.4/assets/minecraft/models/block/end_stone_brick_wall_inventory.json new file mode 100644 index 00000000..9ab586e9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/end_stone_brick_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_inventory", + "textures": { + "wall": "block/end_stone_bricks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/end_stone_brick_wall_post.json b/1.14.4/assets/minecraft/models/block/end_stone_brick_wall_post.json new file mode 100644 index 00000000..0e332c66 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/end_stone_brick_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_wall_post", + "textures": { + "wall": "block/end_stone_bricks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/end_stone_brick_wall_side.json b/1.14.4/assets/minecraft/models/block/end_stone_brick_wall_side.json new file mode 100644 index 00000000..386c0c74 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/end_stone_brick_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_wall_side", + "textures": { + "wall": "block/end_stone_bricks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/end_stone_bricks.json b/1.14.4/assets/minecraft/models/block/end_stone_bricks.json new file mode 100644 index 00000000..38f153de --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/end_stone_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/end_stone_bricks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/ender_chest.json b/1.14.4/assets/minecraft/models/block/ender_chest.json new file mode 100644 index 00000000..1035b319 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/ender_chest.json @@ -0,0 +1,6 @@ +{ + "textures": { + "particle": "block/obsidian" + } +} + diff --git a/1.14.4/assets/minecraft/models/block/farmland.json b/1.14.4/assets/minecraft/models/block/farmland.json new file mode 100644 index 00000000..1119441b --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/farmland.json @@ -0,0 +1,8 @@ +{ + "parent": "block/template_farmland", + "textures": { + "particle": "block/dirt", + "dirt": "block/dirt", + "top": "block/farmland" + } +} diff --git a/1.14.4/assets/minecraft/models/block/farmland_moist.json b/1.14.4/assets/minecraft/models/block/farmland_moist.json new file mode 100644 index 00000000..da8f960c --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/farmland_moist.json @@ -0,0 +1,8 @@ +{ + "parent": "block/template_farmland", + "textures": { + "particle": "block/dirt", + "dirt": "block/dirt", + "top": "block/farmland_moist" + } +} diff --git a/1.14.4/assets/minecraft/models/block/fence_inventory.json b/1.14.4/assets/minecraft/models/block/fence_inventory.json new file mode 100644 index 00000000..514f7416 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/fence_inventory.json @@ -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" + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/fence_post.json b/1.14.4/assets/minecraft/models/block/fence_post.json new file mode 100644 index 00000000..4f6a7438 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/fence_post.json @@ -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" + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/fence_side.json b/1.14.4/assets/minecraft/models/block/fence_side.json new file mode 100644 index 00000000..7145349b --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/fence_side.json @@ -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" + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/fern.json b/1.14.4/assets/minecraft/models/block/fern.json new file mode 100644 index 00000000..a5ca3577 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/fern.json @@ -0,0 +1,6 @@ +{ + "parent": "block/tinted_cross", + "textures": { + "cross": "block/fern" + } +} diff --git a/1.14.4/assets/minecraft/models/block/fire_coral.json b/1.14.4/assets/minecraft/models/block/fire_coral.json new file mode 100644 index 00000000..1f944119 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/fire_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/fire_coral" + } +} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/models/block/fire_coral_block.json b/1.14.4/assets/minecraft/models/block/fire_coral_block.json new file mode 100644 index 00000000..00fb59e3 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/fire_coral_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/fire_coral_block" + } +} diff --git a/1.14.4/assets/minecraft/models/block/fire_coral_fan.json b/1.14.4/assets/minecraft/models/block/fire_coral_fan.json new file mode 100644 index 00000000..22b293f9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/fire_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "block/coral_fan", + "textures": { + "fan": "block/fire_coral_fan" + } +} diff --git a/1.14.4/assets/minecraft/models/block/fire_coral_wall_fan.json b/1.14.4/assets/minecraft/models/block/fire_coral_wall_fan.json new file mode 100644 index 00000000..ecf323cb --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/fire_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "block/coral_wall_fan", + "textures": { + "fan": "block/fire_coral_fan" + } +} diff --git a/1.14.4/assets/minecraft/models/block/fire_floor.json b/1.14.4/assets/minecraft/models/block/fire_floor.json new file mode 100644 index 00000000..002cce9f --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/fire_floor.json @@ -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" }} + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/fire_floor0.json b/1.14.4/assets/minecraft/models/block/fire_floor0.json new file mode 100644 index 00000000..ae526b63 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/fire_floor0.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_floor", + "textures": { + "particle": "block/fire_0", + "fire": "block/fire_0" + } +} diff --git a/1.14.4/assets/minecraft/models/block/fire_floor1.json b/1.14.4/assets/minecraft/models/block/fire_floor1.json new file mode 100644 index 00000000..4b783b5f --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/fire_floor1.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_floor", + "textures": { + "particle": "block/fire_1", + "fire": "block/fire_1" + } +} diff --git a/1.14.4/assets/minecraft/models/block/fire_side.json b/1.14.4/assets/minecraft/models/block/fire_side.json new file mode 100644 index 00000000..e16c6b3a --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/fire_side.json @@ -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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/fire_side0.json b/1.14.4/assets/minecraft/models/block/fire_side0.json new file mode 100644 index 00000000..8d07de55 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/fire_side0.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_side", + "textures": { + "particle": "block/fire_0", + "fire": "block/fire_0" + } +} diff --git a/1.14.4/assets/minecraft/models/block/fire_side1.json b/1.14.4/assets/minecraft/models/block/fire_side1.json new file mode 100644 index 00000000..62fc0170 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/fire_side1.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_side", + "textures": { + "particle": "block/fire_1", + "fire": "block/fire_1" + } +} diff --git a/1.14.4/assets/minecraft/models/block/fire_side_alt.json b/1.14.4/assets/minecraft/models/block/fire_side_alt.json new file mode 100644 index 00000000..38f82bbd --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/fire_side_alt.json @@ -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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/fire_side_alt0.json b/1.14.4/assets/minecraft/models/block/fire_side_alt0.json new file mode 100644 index 00000000..d651b6b9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/fire_side_alt0.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_side_alt", + "textures": { + "particle": "block/fire_0", + "fire": "block/fire_0" + } +} diff --git a/1.14.4/assets/minecraft/models/block/fire_side_alt1.json b/1.14.4/assets/minecraft/models/block/fire_side_alt1.json new file mode 100644 index 00000000..7a6900d8 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/fire_side_alt1.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_side_alt", + "textures": { + "particle": "block/fire_1", + "fire": "block/fire_1" + } +} diff --git a/1.14.4/assets/minecraft/models/block/fire_up.json b/1.14.4/assets/minecraft/models/block/fire_up.json new file mode 100644 index 00000000..e0f391d5 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/fire_up.json @@ -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 }} + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/fire_up0.json b/1.14.4/assets/minecraft/models/block/fire_up0.json new file mode 100644 index 00000000..1fc87c77 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/fire_up0.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_up", + "textures": { + "particle": "block/fire_0", + "fire": "block/fire_0" + } +} diff --git a/1.14.4/assets/minecraft/models/block/fire_up1.json b/1.14.4/assets/minecraft/models/block/fire_up1.json new file mode 100644 index 00000000..bcb79b01 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/fire_up1.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_up", + "textures": { + "particle": "block/fire_1", + "fire": "block/fire_1" + } +} diff --git a/1.14.4/assets/minecraft/models/block/fire_up_alt.json b/1.14.4/assets/minecraft/models/block/fire_up_alt.json new file mode 100644 index 00000000..9bfab62e --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/fire_up_alt.json @@ -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" }} + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/fire_up_alt0.json b/1.14.4/assets/minecraft/models/block/fire_up_alt0.json new file mode 100644 index 00000000..1f4f6d85 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/fire_up_alt0.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_up_alt", + "textures": { + "particle": "block/fire_0", + "fire": "block/fire_0" + } +} diff --git a/1.14.4/assets/minecraft/models/block/fire_up_alt1.json b/1.14.4/assets/minecraft/models/block/fire_up_alt1.json new file mode 100644 index 00000000..5c9425b0 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/fire_up_alt1.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_up_alt", + "textures": { + "particle": "block/fire_1", + "fire": "block/fire_1" + } +} diff --git a/1.14.4/assets/minecraft/models/block/fletching_table.json b/1.14.4/assets/minecraft/models/block/fletching_table.json new file mode 100644 index 00000000..1413bdc0 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/fletching_table.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "block/fletching_table_front", + "down": "block/birch_planks", + "up": "block/fletching_table_top", + "north": "block/fletching_table_front", + "east": "block/fletching_table_side", + "south": "block/fletching_table_front", + "west": "block/fletching_table_side" + } +} diff --git a/1.14.4/assets/minecraft/models/block/flower_pot.json b/1.14.4/assets/minecraft/models/block/flower_pot.json new file mode 100644 index 00000000..ad159f70 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/flower_pot.json @@ -0,0 +1,57 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/flower_pot", + "flowerpot": "block/flower_pot", + "dirt": "block/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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/flower_pot_cross.json b/1.14.4/assets/minecraft/models/block/flower_pot_cross.json new file mode 100644 index 00000000..d87fd15c --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/flower_pot_cross.json @@ -0,0 +1,73 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/flower_pot", + "flowerpot": "block/flower_pot", + "dirt": "block/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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/four_dead_sea_pickles.json b/1.14.4/assets/minecraft/models/block/four_dead_sea_pickles.json new file mode 100644 index 00000000..5b5b0e7b --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/four_dead_sea_pickles.json @@ -0,0 +1,84 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/sea_pickle", + "all": "block/sea_pickle" + }, + "elements": [ + { "from": [ 2, 0, 2 ], + "to": [ 6, 6, 6 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" } + } + }, + { + "from": [ 2, 5.95, 2 ], + "to": [ 6, 5.95, 6 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 9, 0, 10 ], + "to": [ 13, 4, 14 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 9 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 9 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 9 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 9 ], "texture": "#all" } + } + }, + { + "from": [ 9, 3.95, 10 ], + "to": [ 13, 3.95, 14 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 9, 0, 2 ], + "to": [ 13, 6, 6 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" } + } + }, + { + "from": [ 9, 5.95, 2 ], + "to": [ 13, 5.95, 6 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 2, 0, 8 ], + "to": [ 6, 7, 12 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 12 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 12 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 12 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 12 ], "texture": "#all" } + } + }, + { + "from": [ 2, 6.95, 8 ], + "to": [ 6, 6.95, 12 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/four_sea_pickles.json b/1.14.4/assets/minecraft/models/block/four_sea_pickles.json new file mode 100644 index 00000000..fea6d6be --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/four_sea_pickles.json @@ -0,0 +1,164 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/sea_pickle", + "all": "block/sea_pickle" + }, + "elements": [ + { "from": [ 2, 0, 2 ], + "to": [ 6, 6, 6 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" } + } + }, + { + "from": [ 2, 5.95, 2 ], + "to": [ 6, 5.95, 6 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 9, 0, 10 ], + "to": [ 13, 4, 14 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 9 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 9 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 9 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 9 ], "texture": "#all" } + } + }, + { + "from": [ 9, 3.95, 10 ], + "to": [ 13, 3.95, 14 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 9, 0, 2 ], + "to": [ 13, 6, 6 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" } + } + }, + { + "from": [ 9, 5.95, 2 ], + "to": [ 13, 5.95, 6 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 2, 0, 8 ], + "to": [ 6, 7, 12 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 12 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 12 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 12 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 12 ], "texture": "#all" } + } + }, + { + "from": [ 2, 6.95, 8 ], + "to": [ 6, 6.95, 12 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 3.5, 5.2, 4 ], + "to": [ 4.5, 8.7, 4 ], + "rotation": { "origin": [ 4, 8, 4 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "south": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + }, + { + "from": [ 4, 5.2, 3.5 ], + "to": [ 4, 8.7, 4.5 ], + "rotation": { "origin": [ 4, 8, 4 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "west": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "east": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + }, + { + "from": [ 10.5, 3.2, 12 ], + "to": [ 11.5, 6.7, 12 ], + "rotation": { "origin": [ 11, 8, 12 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "south": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + }, + { + "from": [ 11, 3.2, 11.5 ], + "to": [ 11, 6.7, 12.5 ], + "rotation": { "origin": [ 11, 8, 12 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "west": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "east": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + }, + { + "from": [ 10.5, 5.2, 4 ], + "to": [ 11.5, 8.7, 4 ], + "rotation": { "origin": [ 11, 8, 4 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "south": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + }, + { + "from": [ 11, 5.2, 3.5 ], + "to": [ 11, 8.7, 4.5 ], + "rotation": { "origin": [ 11, 8, 4 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "west": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "east": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + }, + { + "from": [ 3.5, 6.2, 10 ], + "to": [ 4.5, 9.7, 10 ], + "rotation": { "origin": [ 4, 8, 10 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "south": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + }, + { + "from": [ 4, 6.2, 9.5 ], + "to": [ 4, 9.7, 10.5 ], + "rotation": { "origin": [ 4, 8, 10 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "west": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "east": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/four_slightly_cracked_turtle_eggs.json b/1.14.4/assets/minecraft/models/block/four_slightly_cracked_turtle_eggs.json new file mode 100644 index 00000000..8c41a287 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/four_slightly_cracked_turtle_eggs.json @@ -0,0 +1,7 @@ +{ + "parent": "block/four_turtle_eggs", + "textures": { + "particle": "block/turtle_egg_slightly_cracked", + "all": "block/turtle_egg_slightly_cracked" + } +} diff --git a/1.14.4/assets/minecraft/models/block/four_turtle_eggs.json b/1.14.4/assets/minecraft/models/block/four_turtle_eggs.json new file mode 100644 index 00000000..9b54ac3b --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/four_turtle_eggs.json @@ -0,0 +1,56 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/turtle_egg", + "all": "block/turtle_egg" + }, + "elements": [ + { "from": [ 5, 0, 4 ], + "to": [ 9, 7, 8 ], + "faces": { + "down": { "uv": [ 0, 0, 4, 4 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 0, 0, 4, 4 ], "texture": "#all" }, + "north": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, + "south": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, + "west": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, + "east": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" } + } + }, + { + "from": [ 1, 0, 7 ], + "to": [ 5, 5, 11 ], + "faces": { + "down": { "uv": [ 6, 7, 10, 11 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 6, 7, 10, 11 ], "texture": "#all" }, + "north": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" }, + "south": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" }, + "west": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" }, + "east": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" } + } + }, + { + "from": [ 11, 0, 7 ], + "to": [ 14, 4, 10 ], + "faces": { + "down": { "uv": [ 5, 0, 8, 3 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 5, 0, 8, 3 ], "texture": "#all" }, + "north": { "uv": [ 8, 3, 11, 7 ], "texture": "#all" }, + "south": { "uv": [ 8, 3, 11, 7 ], "texture": "#all" }, + "west": { "uv": [ 8, 3, 11, 7 ], "texture": "#all" }, + "east": { "uv": [ 8, 3, 11, 7 ], "texture": "#all" } + } + }, + { + "from": [ 6, 0, 9 ], + "to": [ 10, 4, 13 ], + "faces": { + "down": { "uv": [ 0, 11, 4, 15 ], "texture": "#all" }, + "up": { "uv": [ 0, 11, 4, 15 ], "texture": "#all" }, + "north": { "uv": [ 4, 11, 8, 15 ], "texture": "#all" }, + "south": { "uv": [ 4, 11, 8, 15 ], "texture": "#all" }, + "west": { "uv": [ 4, 11, 8, 15 ], "texture": "#all" }, + "east": { "uv": [ 4, 11, 8, 15 ], "texture": "#all" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/four_very_cracked_turtle_eggs.json b/1.14.4/assets/minecraft/models/block/four_very_cracked_turtle_eggs.json new file mode 100644 index 00000000..91e747d5 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/four_very_cracked_turtle_eggs.json @@ -0,0 +1,6 @@ +{ + "parent": "block/four_turtle_eggs", + "textures": { + "all": "block/turtle_egg_very_cracked" + } +} diff --git a/1.14.4/assets/minecraft/models/block/frosted_ice_0.json b/1.14.4/assets/minecraft/models/block/frosted_ice_0.json new file mode 100644 index 00000000..d057ae60 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/frosted_ice_0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/frosted_ice_0" + } +} diff --git a/1.14.4/assets/minecraft/models/block/frosted_ice_1.json b/1.14.4/assets/minecraft/models/block/frosted_ice_1.json new file mode 100644 index 00000000..79bccbbf --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/frosted_ice_1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/frosted_ice_1" + } +} diff --git a/1.14.4/assets/minecraft/models/block/frosted_ice_2.json b/1.14.4/assets/minecraft/models/block/frosted_ice_2.json new file mode 100644 index 00000000..3a429a31 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/frosted_ice_2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/frosted_ice_2" + } +} diff --git a/1.14.4/assets/minecraft/models/block/frosted_ice_3.json b/1.14.4/assets/minecraft/models/block/frosted_ice_3.json new file mode 100644 index 00000000..c60ba630 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/frosted_ice_3.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/frosted_ice_3" + } +} diff --git a/1.14.4/assets/minecraft/models/block/furnace.json b/1.14.4/assets/minecraft/models/block/furnace.json new file mode 100644 index 00000000..496b03c4 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/furnace.json @@ -0,0 +1,8 @@ +{ + "parent": "block/orientable", + "textures": { + "top": "block/furnace_top", + "front": "block/furnace_front", + "side": "block/furnace_side" + } +} diff --git a/1.14.4/assets/minecraft/models/block/furnace_on.json b/1.14.4/assets/minecraft/models/block/furnace_on.json new file mode 100644 index 00000000..57f1cad4 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/furnace_on.json @@ -0,0 +1,8 @@ +{ + "parent": "block/orientable", + "textures": { + "top": "block/furnace_top", + "front": "block/furnace_front_on", + "side": "block/furnace_side" + } +} diff --git a/1.14.4/assets/minecraft/models/block/glass.json b/1.14.4/assets/minecraft/models/block/glass.json new file mode 100644 index 00000000..773ce6a1 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/glass.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/glass_pane_noside.json b/1.14.4/assets/minecraft/models/block/glass_pane_noside.json new file mode 100644 index 00000000..a55a6e70 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside", + "textures": { + "pane": "block/glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/glass_pane_noside_alt.json b/1.14.4/assets/minecraft/models/block/glass_pane_noside_alt.json new file mode 100644 index 00000000..d4747e49 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside_alt", + "textures": { + "pane": "block/glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/glass_pane_post.json b/1.14.4/assets/minecraft/models/block/glass_pane_post.json new file mode 100644 index 00000000..4dd6db32 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_post", + "textures": { + "edge": "block/glass_pane_top", + "pane": "block/glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/glass_pane_side.json b/1.14.4/assets/minecraft/models/block/glass_pane_side.json new file mode 100644 index 00000000..c63fbefa --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side", + "textures": { + "edge": "block/glass_pane_top", + "pane": "block/glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/glass_pane_side_alt.json b/1.14.4/assets/minecraft/models/block/glass_pane_side_alt.json new file mode 100644 index 00000000..18dbc775 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side_alt", + "textures": { + "edge": "block/glass_pane_top", + "pane": "block/glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/glowstone.json b/1.14.4/assets/minecraft/models/block/glowstone.json new file mode 100644 index 00000000..1fcf2ae5 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/glowstone.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/glowstone" + } +} diff --git a/1.14.4/assets/minecraft/models/block/gold_block.json b/1.14.4/assets/minecraft/models/block/gold_block.json new file mode 100644 index 00000000..d04ff8e6 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/gold_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/gold_block" + } +} diff --git a/1.14.4/assets/minecraft/models/block/gold_ore.json b/1.14.4/assets/minecraft/models/block/gold_ore.json new file mode 100644 index 00000000..80ebf074 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/gold_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/gold_ore" + } +} diff --git a/1.14.4/assets/minecraft/models/block/granite.json b/1.14.4/assets/minecraft/models/block/granite.json new file mode 100644 index 00000000..9ad2718b --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/granite.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/granite" + } +} diff --git a/1.14.4/assets/minecraft/models/block/granite_slab.json b/1.14.4/assets/minecraft/models/block/granite_slab.json new file mode 100644 index 00000000..1e38affe --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/granite_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/granite", + "top": "block/granite", + "side": "block/granite" + } +} diff --git a/1.14.4/assets/minecraft/models/block/granite_slab_top.json b/1.14.4/assets/minecraft/models/block/granite_slab_top.json new file mode 100644 index 00000000..be16bf77 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/granite_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/granite", + "top": "block/granite", + "side": "block/granite" + } +} diff --git a/1.14.4/assets/minecraft/models/block/granite_stairs.json b/1.14.4/assets/minecraft/models/block/granite_stairs.json new file mode 100644 index 00000000..702be3f0 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/granite_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/granite", + "top": "block/granite", + "side": "block/granite" + } +} diff --git a/1.14.4/assets/minecraft/models/block/granite_stairs_inner.json b/1.14.4/assets/minecraft/models/block/granite_stairs_inner.json new file mode 100644 index 00000000..27a7af63 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/granite_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/granite", + "top": "block/granite", + "side": "block/granite" + } +} diff --git a/1.14.4/assets/minecraft/models/block/granite_stairs_outer.json b/1.14.4/assets/minecraft/models/block/granite_stairs_outer.json new file mode 100644 index 00000000..54cb51b9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/granite_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/granite", + "top": "block/granite", + "side": "block/granite" + } +} diff --git a/1.14.4/assets/minecraft/models/block/granite_wall_inventory.json b/1.14.4/assets/minecraft/models/block/granite_wall_inventory.json new file mode 100644 index 00000000..5ac61af3 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/granite_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_inventory", + "textures": { + "wall": "block/granite" + } +} diff --git a/1.14.4/assets/minecraft/models/block/granite_wall_post.json b/1.14.4/assets/minecraft/models/block/granite_wall_post.json new file mode 100644 index 00000000..2422540f --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/granite_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_wall_post", + "textures": { + "wall": "block/granite" + } +} diff --git a/1.14.4/assets/minecraft/models/block/granite_wall_side.json b/1.14.4/assets/minecraft/models/block/granite_wall_side.json new file mode 100644 index 00000000..e195d4ac --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/granite_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_wall_side", + "textures": { + "wall": "block/granite" + } +} diff --git a/1.14.4/assets/minecraft/models/block/grass.json b/1.14.4/assets/minecraft/models/block/grass.json new file mode 100644 index 00000000..598dfdc9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/grass.json @@ -0,0 +1,6 @@ +{ + "parent": "block/tinted_cross", + "textures": { + "cross": "block/grass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/grass_block.json b/1.14.4/assets/minecraft/models/block/grass_block.json new file mode 100644 index 00000000..94c521cb --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/grass_block.json @@ -0,0 +1,31 @@ +{ "parent": "block/block", + "textures": { + "particle": "block/dirt", + "bottom": "block/dirt", + "top": "block/grass_block_top", + "side": "block/grass_block_side", + "overlay": "block/grass_block_side_overlay" + }, + "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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/grass_block_snow.json b/1.14.4/assets/minecraft/models/block/grass_block_snow.json new file mode 100644 index 00000000..915e71ac --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/grass_block_snow.json @@ -0,0 +1,9 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "particle": "block/dirt", + "bottom": "block/dirt", + "top": "block/grass_block_top", + "side": "block/grass_block_snow" + } +} diff --git a/1.14.4/assets/minecraft/models/block/grass_path.json b/1.14.4/assets/minecraft/models/block/grass_path.json new file mode 100644 index 00000000..b922acbe --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/grass_path.json @@ -0,0 +1,21 @@ +{ "parent": "block/block", + "textures": { + "particle": "block/dirt", + "top": "block/grass_path_top", + "side": "block/grass_path_side", + "bottom": "block/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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/gravel.json b/1.14.4/assets/minecraft/models/block/gravel.json new file mode 100644 index 00000000..736f7452 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/gravel.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/gravel" + } +} diff --git a/1.14.4/assets/minecraft/models/block/gray_carpet.json b/1.14.4/assets/minecraft/models/block/gray_carpet.json new file mode 100644 index 00000000..3bd379e1 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/gray_carpet.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "block/gray_wool", + "wool": "block/gray_wool" + } +} diff --git a/1.14.4/assets/minecraft/models/block/gray_concrete.json b/1.14.4/assets/minecraft/models/block/gray_concrete.json new file mode 100644 index 00000000..68b185e4 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/gray_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/gray_concrete" + } +} diff --git a/1.14.4/assets/minecraft/models/block/gray_concrete_powder.json b/1.14.4/assets/minecraft/models/block/gray_concrete_powder.json new file mode 100644 index 00000000..fbbf35c2 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/gray_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/gray_concrete_powder" + } +} diff --git a/1.14.4/assets/minecraft/models/block/gray_glazed_terracotta.json b/1.14.4/assets/minecraft/models/block/gray_glazed_terracotta.json new file mode 100644 index 00000000..2d82132f --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/gray_glazed_terracotta.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glazed_terracotta", + "textures": { + "particle": "block/gray_glazed_terracotta", + "pattern": "block/gray_glazed_terracotta" + } +} diff --git a/1.14.4/assets/minecraft/models/block/gray_shulker_box.json b/1.14.4/assets/minecraft/models/block/gray_shulker_box.json new file mode 100644 index 00000000..00df81bd --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/gray_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "block/gray_shulker_box" + } +} diff --git a/1.14.4/assets/minecraft/models/block/gray_stained_glass.json b/1.14.4/assets/minecraft/models/block/gray_stained_glass.json new file mode 100644 index 00000000..80b17ba4 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/gray_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/gray_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/gray_stained_glass_pane_noside.json b/1.14.4/assets/minecraft/models/block/gray_stained_glass_pane_noside.json new file mode 100644 index 00000000..71a825e2 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/gray_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside", + "textures": { + "pane": "block/gray_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/gray_stained_glass_pane_noside_alt.json b/1.14.4/assets/minecraft/models/block/gray_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..c12a5d9c --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/gray_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside_alt", + "textures": { + "pane": "block/gray_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/gray_stained_glass_pane_post.json b/1.14.4/assets/minecraft/models/block/gray_stained_glass_pane_post.json new file mode 100644 index 00000000..c5dbdb26 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/gray_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_post", + "textures": { + "edge": "block/gray_stained_glass_pane_top", + "pane": "block/gray_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/gray_stained_glass_pane_side.json b/1.14.4/assets/minecraft/models/block/gray_stained_glass_pane_side.json new file mode 100644 index 00000000..1a4144f5 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/gray_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side", + "textures": { + "edge": "block/gray_stained_glass_pane_top", + "pane": "block/gray_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/gray_stained_glass_pane_side_alt.json b/1.14.4/assets/minecraft/models/block/gray_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..a31891c0 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/gray_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side_alt", + "textures": { + "edge": "block/gray_stained_glass_pane_top", + "pane": "block/gray_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/gray_terracotta.json b/1.14.4/assets/minecraft/models/block/gray_terracotta.json new file mode 100644 index 00000000..ba483e0b --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/gray_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/gray_terracotta" + } +} diff --git a/1.14.4/assets/minecraft/models/block/gray_wool.json b/1.14.4/assets/minecraft/models/block/gray_wool.json new file mode 100644 index 00000000..f8569c1d --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/gray_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/gray_wool" + } +} diff --git a/1.14.4/assets/minecraft/models/block/green_carpet.json b/1.14.4/assets/minecraft/models/block/green_carpet.json new file mode 100644 index 00000000..a35b8b7c --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/green_carpet.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "block/green_wool", + "wool": "block/green_wool" + } +} diff --git a/1.14.4/assets/minecraft/models/block/green_concrete.json b/1.14.4/assets/minecraft/models/block/green_concrete.json new file mode 100644 index 00000000..b4c9fe25 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/green_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/green_concrete" + } +} diff --git a/1.14.4/assets/minecraft/models/block/green_concrete_powder.json b/1.14.4/assets/minecraft/models/block/green_concrete_powder.json new file mode 100644 index 00000000..21f4acf3 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/green_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/green_concrete_powder" + } +} diff --git a/1.14.4/assets/minecraft/models/block/green_glazed_terracotta.json b/1.14.4/assets/minecraft/models/block/green_glazed_terracotta.json new file mode 100644 index 00000000..cfe45159 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/green_glazed_terracotta.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glazed_terracotta", + "textures": { + "particle": "block/green_glazed_terracotta", + "pattern": "block/green_glazed_terracotta" + } +} diff --git a/1.14.4/assets/minecraft/models/block/green_shulker_box.json b/1.14.4/assets/minecraft/models/block/green_shulker_box.json new file mode 100644 index 00000000..e524b8c5 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/green_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "block/green_shulker_box" + } +} diff --git a/1.14.4/assets/minecraft/models/block/green_stained_glass.json b/1.14.4/assets/minecraft/models/block/green_stained_glass.json new file mode 100644 index 00000000..bef851ea --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/green_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/green_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/green_stained_glass_pane_noside.json b/1.14.4/assets/minecraft/models/block/green_stained_glass_pane_noside.json new file mode 100644 index 00000000..40949040 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/green_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside", + "textures": { + "pane": "block/green_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/green_stained_glass_pane_noside_alt.json b/1.14.4/assets/minecraft/models/block/green_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..5f3930ee --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/green_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside_alt", + "textures": { + "pane": "block/green_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/green_stained_glass_pane_post.json b/1.14.4/assets/minecraft/models/block/green_stained_glass_pane_post.json new file mode 100644 index 00000000..1e571437 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/green_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_post", + "textures": { + "edge": "block/green_stained_glass_pane_top", + "pane": "block/green_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/green_stained_glass_pane_side.json b/1.14.4/assets/minecraft/models/block/green_stained_glass_pane_side.json new file mode 100644 index 00000000..f608e0b4 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/green_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side", + "textures": { + "edge": "block/green_stained_glass_pane_top", + "pane": "block/green_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/green_stained_glass_pane_side_alt.json b/1.14.4/assets/minecraft/models/block/green_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..6f5d791f --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/green_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side_alt", + "textures": { + "edge": "block/green_stained_glass_pane_top", + "pane": "block/green_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/green_terracotta.json b/1.14.4/assets/minecraft/models/block/green_terracotta.json new file mode 100644 index 00000000..7ab4418d --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/green_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/green_terracotta" + } +} diff --git a/1.14.4/assets/minecraft/models/block/green_wool.json b/1.14.4/assets/minecraft/models/block/green_wool.json new file mode 100644 index 00000000..98a939c6 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/green_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/green_wool" + } +} diff --git a/1.14.4/assets/minecraft/models/block/grindstone.json b/1.14.4/assets/minecraft/models/block/grindstone.json new file mode 100644 index 00000000..cc5e0f1f --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/grindstone.json @@ -0,0 +1,68 @@ +{ + "parent": "block/block", + "textures": { + "pivot": "block/grindstone_pivot", + "round": "block/grindstone_round", + "side": "block/grindstone_side", + "particle": "block/grindstone_side", + "leg": "block/dark_oak_log" + }, + "elements": [ + { + "from": [12, 0, 6], + "to": [14, 7, 10], + "faces": { + "north": {"uv": [2, 9, 4, 16], "texture": "#leg"}, + "east": {"uv": [10, 16, 6, 9], "texture": "#leg"}, + "south": {"uv": [12, 9, 14, 16], "texture": "#leg"}, + "west": {"uv": [6, 9, 10, 16], "texture": "#leg"}, + "down": {"uv": [12, 6, 14, 10], "texture": "#leg", "cullface": "down" } + } + }, + { + "from": [2, 0, 6], + "to": [4, 7, 10], + "faces": { + "north": {"uv": [12, 9, 14, 16], "texture": "#leg"}, + "east": {"uv": [10, 16, 6, 9], "texture": "#leg"}, + "south": {"uv": [2, 9, 4, 16], "texture": "#leg"}, + "west": {"uv": [6, 9, 10, 16], "texture": "#leg"}, + "down": {"uv": [2, 6, 4, 10], "texture": "#leg", "cullface": "down"} + } + }, + { + "from": [12, 7, 5], + "to": [14, 13, 11], + "faces": { + "north": {"uv": [6, 0, 8, 6], "texture": "#pivot"}, + "east": {"uv": [0, 0, 6, 6], "texture": "#pivot"}, + "south": {"uv": [6, 0, 8, 6], "texture": "#pivot"}, + "up": {"uv": [8, 0, 10, 6], "texture": "#pivot"}, + "down": {"uv": [8, 0, 10, 6], "texture": "#pivot"} + } + }, + { + "from": [2, 7, 5], + "to": [4, 13, 11], + "faces": { + "north": {"uv": [6, 0, 8, 6], "texture": "#pivot"}, + "south": {"uv": [6, 0, 8, 6], "texture": "#pivot"}, + "west": {"uv": [0, 0, 6, 6], "texture": "#pivot"}, + "up": {"uv": [8, 0, 10, 6], "texture": "#pivot"}, + "down": {"uv": [8, 0, 10, 6], "texture": "#pivot"} + } + }, + { + "from": [4, 4, 2], + "to": [12, 16, 14], + "faces": { + "north": {"uv": [0, 0, 8, 12], "texture": "#round"}, + "east": {"uv": [0, 0, 12, 12], "texture": "#side"}, + "south": {"uv": [0, 0, 8, 12], "texture": "#round"}, + "west": {"uv": [0, 0, 12, 12], "texture": "#side"}, + "up": {"uv": [0, 0, 8, 12], "texture": "#round", "cullface": "up" }, + "down": {"uv": [0, 0, 8, 12], "texture": "#round"} + } + } + ] +} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/models/block/hanging_lantern.json b/1.14.4/assets/minecraft/models/block/hanging_lantern.json new file mode 100644 index 00000000..093a4bf5 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/hanging_lantern.json @@ -0,0 +1,51 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/lantern", + "all": "block/lantern" + }, + "elements": [ + { "from": [ 5, 1, 5 ], + "to": [ 11, 8, 11 ], + "faces": { + "down": { "uv": [ 0, 9, 6, 15 ], "texture": "#all"}, + "up": { "uv": [ 0, 9, 6, 15 ], "texture": "#all" }, + "north": { "uv": [ 0, 2, 6, 9 ], "texture": "#all" }, + "south": { "uv": [ 0, 2, 6, 9 ], "texture": "#all" }, + "west": { "uv": [ 0, 2, 6, 9 ], "texture": "#all" }, + "east": { "uv": [ 0, 2, 6, 9 ], "texture": "#all" } + } + }, + { "from": [ 6, 8, 6 ], + "to": [ 10, 10, 10 ], + "faces": { + "down": { "uv": [ 1, 10, 5, 14 ], "texture": "#all"}, + "up": { "uv": [ 1, 10, 5, 14 ], "texture": "#all" }, + "north": { "uv": [ 1, 0, 5, 2 ], "texture": "#all" }, + "south": { "uv": [ 1, 0, 5, 2 ], "texture": "#all" }, + "west": { "uv": [ 1, 0, 5, 2 ], "texture": "#all" }, + "east": { "uv": [ 1, 0, 5, 2 ], "texture": "#all" } + } + }, + { + "from": [ 6.5, 11, 8 ], + "to": [ 9.5, 15, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45}, + "shade": false, + "faces": { + "north": { "uv": [ 11, 1, 14, 5 ], "texture": "#all" }, + "south": { "uv": [ 11, 1, 14, 5 ], "texture": "#all" } + } + }, + { + "from": [ 8, 10, 6.5 ], + "to": [ 8, 16, 9.5 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45}, + "shade": false, + "faces": { + "west": { "uv": [ 11, 6, 14, 12 ], "texture": "#all" }, + "east": { "uv": [ 11, 6, 14, 12 ], "texture": "#all" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/hay_block.json b/1.14.4/assets/minecraft/models/block/hay_block.json new file mode 100644 index 00000000..70713d6a --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/hay_block.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/hay_block_top", + "side": "block/hay_block_side" + } +} diff --git a/1.14.4/assets/minecraft/models/block/heavy_weighted_pressure_plate.json b/1.14.4/assets/minecraft/models/block/heavy_weighted_pressure_plate.json new file mode 100644 index 00000000..53a53858 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/heavy_weighted_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_up", + "textures": { + "texture": "block/iron_block" + } +} diff --git a/1.14.4/assets/minecraft/models/block/heavy_weighted_pressure_plate_down.json b/1.14.4/assets/minecraft/models/block/heavy_weighted_pressure_plate_down.json new file mode 100644 index 00000000..118e3ac6 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/heavy_weighted_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_down", + "textures": { + "texture": "block/iron_block" + } +} diff --git a/1.14.4/assets/minecraft/models/block/hopper.json b/1.14.4/assets/minecraft/models/block/hopper.json new file mode 100644 index 00000000..32a4e191 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/hopper.json @@ -0,0 +1,78 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/hopper_outside", + "top": "block/hopper_top", + "side": "block/hopper_outside", + "inside": "block/hopper_inside" + }, + "elements": [ + { "from": [ 0, 10, 0 ], + "to": [ 16, 11, 16 ], + "faces": { + "down": { "texture": "#side" }, + "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": [ 0, 11, 0 ], + "to": [ 2, 16, 16 ], + "faces": { + "up": { "texture": "#top", "cullface": "up" }, + "north": { "texture": "#side", "cullface": "north" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "west" }, + "east": { "texture": "#side", "cullface": "up" } + } + }, + { "from": [ 14, 11, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "up": { "texture": "#top", "cullface": "up" }, + "north": { "texture": "#side", "cullface": "north" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "up" }, + "east": { "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 2, 11, 0 ], + "to": [ 14, 16, 2 ], + "faces": { + "up": { "texture": "#top", "cullface": "up" }, + "north": { "texture": "#side", "cullface": "north" }, + "south": { "texture": "#side", "cullface": "up" } + } + }, + { "from": [ 2, 11, 14 ], + "to": [ 14, 16, 16 ], + "faces": { + "up": { "texture": "#top", "cullface": "up" }, + "north": { "texture": "#side", "cullface": "up" }, + "south": { "texture": "#side", "cullface": "south" } + } + }, + { "from": [ 4, 4, 4 ], + "to": [ 12, 10, 12 ], + "faces": { + "down": { "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", "cullface": "down" }, + "north": { "texture": "#side" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side" }, + "east": { "texture": "#side" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/hopper_side.json b/1.14.4/assets/minecraft/models/block/hopper_side.json new file mode 100644 index 00000000..321c332f --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/hopper_side.json @@ -0,0 +1,78 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/hopper_outside", + "top": "block/hopper_top", + "side": "block/hopper_outside", + "inside": "block/hopper_inside" + }, + "elements": [ + { "from": [ 0, 10, 0 ], + "to": [ 16, 11, 16 ], + "faces": { + "down": { "texture": "#side" }, + "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": [ 0, 11, 0 ], + "to": [ 2, 16, 16 ], + "faces": { + "up": { "texture": "#top", "cullface": "up" }, + "north": { "texture": "#side", "cullface": "north" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "west" }, + "east": { "texture": "#side", "cullface": "up" } + } + }, + { "from": [ 14, 11, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "up": { "texture": "#top", "cullface": "up" }, + "north": { "texture": "#side", "cullface": "north" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "up" }, + "east": { "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 2, 11, 0 ], + "to": [ 14, 16, 2 ], + "faces": { + "up": { "texture": "#top", "cullface": "up" }, + "north": { "texture": "#side", "cullface": "north" }, + "south": { "texture": "#side", "cullface": "up" } + } + }, + { "from": [ 2, 11, 14 ], + "to": [ 14, 16, 16 ], + "faces": { + "up": { "texture": "#top", "cullface": "up" }, + "north": { "texture": "#side", "cullface": "up" }, + "south": { "texture": "#side", "cullface": "south" } + } + }, + { "from": [ 4, 4, 4 ], + "to": [ 12, 10, 12 ], + "faces": { + "down": { "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", "cullface": "north" }, + "west": { "texture": "#side" }, + "east": { "texture": "#side" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/horn_coral.json b/1.14.4/assets/minecraft/models/block/horn_coral.json new file mode 100644 index 00000000..8ae8063b --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/horn_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/horn_coral" + } +} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/models/block/horn_coral_block.json b/1.14.4/assets/minecraft/models/block/horn_coral_block.json new file mode 100644 index 00000000..bec7ba97 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/horn_coral_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/horn_coral_block" + } +} diff --git a/1.14.4/assets/minecraft/models/block/horn_coral_fan.json b/1.14.4/assets/minecraft/models/block/horn_coral_fan.json new file mode 100644 index 00000000..b9175881 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/horn_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "block/coral_fan", + "textures": { + "fan": "block/horn_coral_fan" + } +} diff --git a/1.14.4/assets/minecraft/models/block/horn_coral_wall_fan.json b/1.14.4/assets/minecraft/models/block/horn_coral_wall_fan.json new file mode 100644 index 00000000..b8b63a91 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/horn_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "block/coral_wall_fan", + "textures": { + "fan": "block/horn_coral_fan" + } +} diff --git a/1.14.4/assets/minecraft/models/block/ice.json b/1.14.4/assets/minecraft/models/block/ice.json new file mode 100644 index 00000000..f2eb9ec0 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/ice.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/ice" + } +} diff --git a/1.14.4/assets/minecraft/models/block/inner_stairs.json b/1.14.4/assets/minecraft/models/block/inner_stairs.json new file mode 100644 index 00000000..364eff63 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/inner_stairs.json @@ -0,0 +1,37 @@ +{ + "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": { + "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": { + "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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/iron_bars_cap.json b/1.14.4/assets/minecraft/models/block/iron_bars_cap.json new file mode 100644 index 00000000..8790100a --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/iron_bars_cap.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/iron_bars", + "bars": "block/iron_bars", + "edge": "block/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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/iron_bars_cap_alt.json b/1.14.4/assets/minecraft/models/block/iron_bars_cap_alt.json new file mode 100644 index 00000000..0352a9d4 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/iron_bars_cap_alt.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/iron_bars", + "bars": "block/iron_bars", + "edge": "block/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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/iron_bars_post.json b/1.14.4/assets/minecraft/models/block/iron_bars_post.json new file mode 100644 index 00000000..feb3e146 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/iron_bars_post.json @@ -0,0 +1,23 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/iron_bars", + "bars": "block/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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/iron_bars_post_ends.json b/1.14.4/assets/minecraft/models/block/iron_bars_post_ends.json new file mode 100644 index 00000000..b0c1ef61 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/iron_bars_post_ends.json @@ -0,0 +1,23 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/iron_bars", + "edge": "block/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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/iron_bars_side.json b/1.14.4/assets/minecraft/models/block/iron_bars_side.json new file mode 100644 index 00000000..01d74110 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/iron_bars_side.json @@ -0,0 +1,37 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/iron_bars", + "bars": "block/iron_bars", + "edge": "block/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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/iron_bars_side_alt.json b/1.14.4/assets/minecraft/models/block/iron_bars_side_alt.json new file mode 100644 index 00000000..83842e68 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/iron_bars_side_alt.json @@ -0,0 +1,39 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/iron_bars", + "bars": "block/iron_bars", + "edge": "block/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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/iron_block.json b/1.14.4/assets/minecraft/models/block/iron_block.json new file mode 100644 index 00000000..3c170577 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/iron_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/iron_block" + } +} diff --git a/1.14.4/assets/minecraft/models/block/iron_door_bottom.json b/1.14.4/assets/minecraft/models/block/iron_door_bottom.json new file mode 100644 index 00000000..7d07d763 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/iron_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom", + "textures": { + "bottom": "block/iron_door_bottom", + "top": "block/iron_door_top" + } +} diff --git a/1.14.4/assets/minecraft/models/block/iron_door_bottom_hinge.json b/1.14.4/assets/minecraft/models/block/iron_door_bottom_hinge.json new file mode 100644 index 00000000..536f298c --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/iron_door_bottom_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom_rh", + "textures": { + "bottom": "block/iron_door_bottom", + "top": "block/iron_door_top" + } +} diff --git a/1.14.4/assets/minecraft/models/block/iron_door_top.json b/1.14.4/assets/minecraft/models/block/iron_door_top.json new file mode 100644 index 00000000..30c90b29 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/iron_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top", + "textures": { + "bottom": "block/iron_door_bottom", + "top": "block/iron_door_top" + } +} diff --git a/1.14.4/assets/minecraft/models/block/iron_door_top_hinge.json b/1.14.4/assets/minecraft/models/block/iron_door_top_hinge.json new file mode 100644 index 00000000..5308f4f3 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/iron_door_top_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top_rh", + "textures": { + "bottom": "block/iron_door_bottom", + "top": "block/iron_door_top" + } +} diff --git a/1.14.4/assets/minecraft/models/block/iron_ore.json b/1.14.4/assets/minecraft/models/block/iron_ore.json new file mode 100644 index 00000000..d87798c2 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/iron_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/iron_ore" + } +} diff --git a/1.14.4/assets/minecraft/models/block/iron_trapdoor_bottom.json b/1.14.4/assets/minecraft/models/block/iron_trapdoor_bottom.json new file mode 100644 index 00000000..6197ca86 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/iron_trapdoor_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_trapdoor_bottom", + "textures": { + "texture": "block/iron_trapdoor" + } +} diff --git a/1.14.4/assets/minecraft/models/block/iron_trapdoor_open.json b/1.14.4/assets/minecraft/models/block/iron_trapdoor_open.json new file mode 100644 index 00000000..22900323 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/iron_trapdoor_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_trapdoor_open", + "textures": { + "texture": "block/iron_trapdoor" + } +} diff --git a/1.14.4/assets/minecraft/models/block/iron_trapdoor_top.json b/1.14.4/assets/minecraft/models/block/iron_trapdoor_top.json new file mode 100644 index 00000000..eb85b17e --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/iron_trapdoor_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_trapdoor_top", + "textures": { + "texture": "block/iron_trapdoor" + } +} diff --git a/1.14.4/assets/minecraft/models/block/item_frame.json b/1.14.4/assets/minecraft/models/block/item_frame.json new file mode 100644 index 00000000..ad7c595a --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/item_frame.json @@ -0,0 +1,56 @@ +{ + "textures": { + "particle": "block/birch_planks", + "wood": "block/birch_planks", + "back": "block/item_frame" + }, + "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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/item_frame_map.json b/1.14.4/assets/minecraft/models/block/item_frame_map.json new file mode 100644 index 00000000..e92f4f02 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/item_frame_map.json @@ -0,0 +1,56 @@ +{ + "textures": { + "particle": "block/birch_planks", + "wood": "block/birch_planks", + "back": "block/item_frame" + }, + "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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/jack_o_lantern.json b/1.14.4/assets/minecraft/models/block/jack_o_lantern.json new file mode 100644 index 00000000..e9b3c4a0 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/jack_o_lantern.json @@ -0,0 +1,8 @@ +{ + "parent": "block/orientable", + "textures": { + "top": "block/pumpkin_top", + "front": "block/jack_o_lantern", + "side": "block/pumpkin_side" + } +} diff --git a/1.14.4/assets/minecraft/models/block/jigsaw.json b/1.14.4/assets/minecraft/models/block/jigsaw.json new file mode 100644 index 00000000..59269cbc --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/jigsaw.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "block/jigsaw_top", + "down": "block/jigsaw_bottom", + "up": "block/jigsaw_top", + "north": "block/jigsaw_side", + "east": "block/jigsaw_side", + "south": "block/jigsaw_side", + "west": "block/jigsaw_side" + } +} diff --git a/1.14.4/assets/minecraft/models/block/jukebox.json b/1.14.4/assets/minecraft/models/block/jukebox.json new file mode 100644 index 00000000..727efa10 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/jukebox.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_top", + "textures": { + "top": "block/jukebox_top", + "side": "block/jukebox_side" + } +} diff --git a/1.14.4/assets/minecraft/models/block/jungle_button.json b/1.14.4/assets/minecraft/models/block/jungle_button.json new file mode 100644 index 00000000..769378bb --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/jungle_button.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button", + "textures": { + "texture": "block/jungle_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/jungle_button_inventory.json b/1.14.4/assets/minecraft/models/block/jungle_button_inventory.json new file mode 100644 index 00000000..43e0b390 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/jungle_button_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button_inventory", + "textures": { + "texture": "block/jungle_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/jungle_button_pressed.json b/1.14.4/assets/minecraft/models/block/jungle_button_pressed.json new file mode 100644 index 00000000..a25fa95c --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/jungle_button_pressed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button_pressed", + "textures": { + "texture": "block/jungle_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/jungle_door_bottom.json b/1.14.4/assets/minecraft/models/block/jungle_door_bottom.json new file mode 100644 index 00000000..49ebcb8d --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/jungle_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom", + "textures": { + "bottom": "block/jungle_door_bottom", + "top": "block/jungle_door_top" + } +} diff --git a/1.14.4/assets/minecraft/models/block/jungle_door_bottom_hinge.json b/1.14.4/assets/minecraft/models/block/jungle_door_bottom_hinge.json new file mode 100644 index 00000000..b24fe79b --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/jungle_door_bottom_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom_rh", + "textures": { + "bottom": "block/jungle_door_bottom", + "top": "block/jungle_door_top" + } +} diff --git a/1.14.4/assets/minecraft/models/block/jungle_door_top.json b/1.14.4/assets/minecraft/models/block/jungle_door_top.json new file mode 100644 index 00000000..b2acf35b --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/jungle_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top", + "textures": { + "bottom": "block/jungle_door_bottom", + "top": "block/jungle_door_top" + } +} diff --git a/1.14.4/assets/minecraft/models/block/jungle_door_top_hinge.json b/1.14.4/assets/minecraft/models/block/jungle_door_top_hinge.json new file mode 100644 index 00000000..24d3766c --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/jungle_door_top_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top_rh", + "textures": { + "bottom": "block/jungle_door_bottom", + "top": "block/jungle_door_top" + } +} diff --git a/1.14.4/assets/minecraft/models/block/jungle_fence_gate.json b/1.14.4/assets/minecraft/models/block/jungle_fence_gate.json new file mode 100644 index 00000000..55afe43e --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/jungle_fence_gate.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate", + "textures": { + "texture": "block/jungle_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/jungle_fence_gate_open.json b/1.14.4/assets/minecraft/models/block/jungle_fence_gate_open.json new file mode 100644 index 00000000..1f804b63 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/jungle_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate_open", + "textures": { + "texture": "block/jungle_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/jungle_fence_gate_wall.json b/1.14.4/assets/minecraft/models/block/jungle_fence_gate_wall.json new file mode 100644 index 00000000..dc4f0b45 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/jungle_fence_gate_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate_wall", + "textures": { + "texture": "block/jungle_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/jungle_fence_gate_wall_open.json b/1.14.4/assets/minecraft/models/block/jungle_fence_gate_wall_open.json new file mode 100644 index 00000000..4a62ac13 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/jungle_fence_gate_wall_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate_wall_open", + "textures": { + "texture": "block/jungle_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/jungle_fence_inventory.json b/1.14.4/assets/minecraft/models/block/jungle_fence_inventory.json new file mode 100644 index 00000000..924a309b --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/jungle_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_inventory", + "textures": { + "texture": "block/jungle_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/jungle_fence_post.json b/1.14.4/assets/minecraft/models/block/jungle_fence_post.json new file mode 100644 index 00000000..e8e3f916 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/jungle_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_post", + "textures": { + "texture": "block/jungle_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/jungle_fence_side.json b/1.14.4/assets/minecraft/models/block/jungle_fence_side.json new file mode 100644 index 00000000..0b54dd40 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/jungle_fence_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_side", + "textures": { + "texture": "block/jungle_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/jungle_leaves.json b/1.14.4/assets/minecraft/models/block/jungle_leaves.json new file mode 100644 index 00000000..c3473d3e --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/jungle_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "block/leaves", + "textures": { + "all": "block/jungle_leaves" + } +} diff --git a/1.14.4/assets/minecraft/models/block/jungle_log.json b/1.14.4/assets/minecraft/models/block/jungle_log.json new file mode 100644 index 00000000..cfbb750a --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/jungle_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/jungle_log_top", + "side": "block/jungle_log" + } +} diff --git a/1.14.4/assets/minecraft/models/block/jungle_planks.json b/1.14.4/assets/minecraft/models/block/jungle_planks.json new file mode 100644 index 00000000..3dac0430 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/jungle_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/jungle_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/jungle_pressure_plate.json b/1.14.4/assets/minecraft/models/block/jungle_pressure_plate.json new file mode 100644 index 00000000..7e0646d3 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/jungle_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_up", + "textures": { + "texture": "block/jungle_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/jungle_pressure_plate_down.json b/1.14.4/assets/minecraft/models/block/jungle_pressure_plate_down.json new file mode 100644 index 00000000..2a224efe --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/jungle_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_down", + "textures": { + "texture": "block/jungle_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/jungle_sapling.json b/1.14.4/assets/minecraft/models/block/jungle_sapling.json new file mode 100644 index 00000000..38a35bea --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/jungle_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/jungle_sapling" + } +} diff --git a/1.14.4/assets/minecraft/models/block/jungle_sign.json b/1.14.4/assets/minecraft/models/block/jungle_sign.json new file mode 100644 index 00000000..77bf9c36 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/jungle_sign.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "block/jungle_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/jungle_slab.json b/1.14.4/assets/minecraft/models/block/jungle_slab.json new file mode 100644 index 00000000..b36da672 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/jungle_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/jungle_planks", + "top": "block/jungle_planks", + "side": "block/jungle_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/jungle_slab_top.json b/1.14.4/assets/minecraft/models/block/jungle_slab_top.json new file mode 100644 index 00000000..8ed4e92e --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/jungle_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/jungle_planks", + "top": "block/jungle_planks", + "side": "block/jungle_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/jungle_stairs.json b/1.14.4/assets/minecraft/models/block/jungle_stairs.json new file mode 100644 index 00000000..2ea0ca12 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/jungle_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/jungle_planks", + "top": "block/jungle_planks", + "side": "block/jungle_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/jungle_stairs_inner.json b/1.14.4/assets/minecraft/models/block/jungle_stairs_inner.json new file mode 100644 index 00000000..7231195d --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/jungle_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/jungle_planks", + "top": "block/jungle_planks", + "side": "block/jungle_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/jungle_stairs_outer.json b/1.14.4/assets/minecraft/models/block/jungle_stairs_outer.json new file mode 100644 index 00000000..67b37bec --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/jungle_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/jungle_planks", + "top": "block/jungle_planks", + "side": "block/jungle_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/jungle_trapdoor_bottom.json b/1.14.4/assets/minecraft/models/block/jungle_trapdoor_bottom.json new file mode 100644 index 00000000..b2c085fb --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/jungle_trapdoor_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_orientable_trapdoor_bottom", + "textures": { + "texture": "block/jungle_trapdoor" + } +} diff --git a/1.14.4/assets/minecraft/models/block/jungle_trapdoor_open.json b/1.14.4/assets/minecraft/models/block/jungle_trapdoor_open.json new file mode 100644 index 00000000..4c9cf0a6 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/jungle_trapdoor_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_orientable_trapdoor_open", + "textures": { + "texture": "block/jungle_trapdoor" + } +} diff --git a/1.14.4/assets/minecraft/models/block/jungle_trapdoor_top.json b/1.14.4/assets/minecraft/models/block/jungle_trapdoor_top.json new file mode 100644 index 00000000..4949514d --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/jungle_trapdoor_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_orientable_trapdoor_top", + "textures": { + "texture": "block/jungle_trapdoor" + } +} diff --git a/1.14.4/assets/minecraft/models/block/jungle_wood.json b/1.14.4/assets/minecraft/models/block/jungle_wood.json new file mode 100644 index 00000000..a17e1852 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/jungle_wood.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/jungle_log", + "side": "block/jungle_log" + } +} diff --git a/1.14.4/assets/minecraft/models/block/kelp.json b/1.14.4/assets/minecraft/models/block/kelp.json new file mode 100644 index 00000000..5a13ec13 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/kelp.json @@ -0,0 +1,7 @@ +{ + "parent": "block/tinted_cross", + "textures": { + "particle": "block/kelp", + "cross": "block/kelp" + } +} diff --git a/1.14.4/assets/minecraft/models/block/kelp_plant.json b/1.14.4/assets/minecraft/models/block/kelp_plant.json new file mode 100644 index 00000000..9e1f3212 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/kelp_plant.json @@ -0,0 +1,6 @@ +{ + "parent": "block/tinted_cross", + "textures": { + "cross": "block/kelp_plant" + } +} diff --git a/1.14.4/assets/minecraft/models/block/ladder.json b/1.14.4/assets/minecraft/models/block/ladder.json new file mode 100644 index 00000000..8fc85a6f --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/ladder.json @@ -0,0 +1,17 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/ladder", + "texture": "block/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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/lantern.json b/1.14.4/assets/minecraft/models/block/lantern.json new file mode 100644 index 00000000..45dec50c --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/lantern.json @@ -0,0 +1,50 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/lantern", + "all": "block/lantern" + }, + "elements": [ + { "from": [ 5, 0, 5 ], + "to": [ 11, 7, 11 ], + "faces": { + "down": { "uv": [ 0, 9, 6, 15 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 0, 9, 6, 15 ], "texture": "#all" }, + "north": { "uv": [ 0, 2, 6, 9 ], "texture": "#all" }, + "south": { "uv": [ 0, 2, 6, 9 ], "texture": "#all" }, + "west": { "uv": [ 0, 2, 6, 9 ], "texture": "#all" }, + "east": { "uv": [ 0, 2, 6, 9 ], "texture": "#all" } + } + }, + { "from": [ 6, 7, 6 ], + "to": [ 10, 9, 10 ], + "faces": { + "up": { "uv": [ 1, 10, 5, 14 ], "texture": "#all" }, + "north": { "uv": [ 1, 0, 5, 2 ], "texture": "#all" }, + "south": { "uv": [ 1, 0, 5, 2 ], "texture": "#all" }, + "west": { "uv": [ 1, 0, 5, 2 ], "texture": "#all" }, + "east": { "uv": [ 1, 0, 5, 2 ], "texture": "#all" } + } + }, + { + "from": [ 6.5, 9, 8 ], + "to": [ 9.5, 11, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45}, + "shade": false, + "faces": { + "north": { "uv": [ 11, 1, 14, 3 ], "texture": "#all" }, + "south": { "uv": [ 11, 1, 14, 3 ], "texture": "#all" } + } + }, + { + "from": [ 8, 9, 6.5 ], + "to": [ 8, 11, 9.5 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45}, + "shade": false, + "faces": { + "west": { "uv": [ 11, 10, 14, 12 ], "texture": "#all" }, + "east": { "uv": [ 11, 10, 14, 12 ], "texture": "#all" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/lapis_block.json b/1.14.4/assets/minecraft/models/block/lapis_block.json new file mode 100644 index 00000000..e4988ea5 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/lapis_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/lapis_block" + } +} diff --git a/1.14.4/assets/minecraft/models/block/lapis_ore.json b/1.14.4/assets/minecraft/models/block/lapis_ore.json new file mode 100644 index 00000000..8024a75c --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/lapis_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/lapis_ore" + } +} diff --git a/1.14.4/assets/minecraft/models/block/large_fern_bottom.json b/1.14.4/assets/minecraft/models/block/large_fern_bottom.json new file mode 100644 index 00000000..04a51057 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/large_fern_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/tinted_cross", + "textures": { + "cross": "block/large_fern_bottom" + } +} diff --git a/1.14.4/assets/minecraft/models/block/large_fern_top.json b/1.14.4/assets/minecraft/models/block/large_fern_top.json new file mode 100644 index 00000000..75ff5ae8 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/large_fern_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/tinted_cross", + "textures": { + "cross": "block/large_fern_top" + } +} diff --git a/1.14.4/assets/minecraft/models/block/lava.json b/1.14.4/assets/minecraft/models/block/lava.json new file mode 100644 index 00000000..315d525f --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/lava.json @@ -0,0 +1,6 @@ +{ + "textures": { + "particle": "block/lava_still" + } +} + diff --git a/1.14.4/assets/minecraft/models/block/leaves.json b/1.14.4/assets/minecraft/models/block/leaves.json new file mode 100644 index 00000000..722173fd --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/leaves.json @@ -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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/lectern.json b/1.14.4/assets/minecraft/models/block/lectern.json new file mode 100644 index 00000000..8b513b62 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/lectern.json @@ -0,0 +1,55 @@ +{ + "parent": "block/block", + "display": { + "firstperson_righthand": { + "rotation": [ 0, 135, 0 ], + "translation": [ 0, 0, 0 ], + "scale": [ 0.4, 0.4, 0.4 ] + } + }, + "textures": { + "particle": "block/lectern_sides", + "bottom": "block/oak_planks", + "base": "block/lectern_base", + "front": "block/lectern_front", + "sides": "block/lectern_sides", + "top": "block/lectern_top" + }, + "elements": [ + { + "from": [ 0, 0, 0 ], + "to": [ 16, 2, 16 ], + "faces": { + "north": { "uv": [ 0, 14, 16, 16 ], "texture": "#base", "cullface": "north" }, + "east": { "uv": [ 0, 6, 16, 8 ], "texture": "#base", "cullface": "east" }, + "south": { "uv": [ 0, 6, 16, 8 ], "texture": "#base", "cullface": "south" }, + "west": { "uv": [ 0, 6, 16, 8 ], "texture": "#base", "cullface": "west" }, + "up": { "uv": [ 0, 0, 16, 16 ], "rotation": 180, "texture": "#base" }, + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [4, 2, 4], + "to": [12, 15, 12], + "faces": { + "north": { "uv": [ 0, 0, 8, 13 ], "texture": "#front" }, + "east": { "uv": [ 2, 16, 15, 8 ], "rotation": 90, "texture": "#sides" }, + "south": { "uv": [ 8, 3, 16, 16 ], "texture": "#front" }, + "west": { "uv": [ 2, 8, 15, 16 ], "rotation": 90, "texture": "#sides" } + } + }, + { + "from": [ 0.01, 12, 3 ], + "to": [ 15.99, 16, 16 ], + "rotation": { "angle": -22.5, "axis": "x", "origin": [ 8, 8, 8 ] }, + "faces": { + "north": { "uv": [ 0, 0, 16, 4 ], "texture": "#sides" }, + "east": { "uv": [ 0, 4, 13, 8 ], "texture": "#sides" }, + "south": { "uv": [ 0, 4, 16, 8 ], "texture": "#sides" }, + "west": { "uv": [ 0, 4, 13, 8 ], "texture": "#sides" }, + "up": { "uv": [ 0, 1, 16, 14 ], "rotation": 180, "texture": "#top" }, + "down": { "uv": [ 0, 0, 16, 13 ], "texture": "#bottom" } + } + } + ] +} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/models/block/lever.json b/1.14.4/assets/minecraft/models/block/lever.json new file mode 100644 index 00000000..fa7a2b81 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/lever.json @@ -0,0 +1,32 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/cobblestone", + "base": "block/cobblestone", + "lever": "block/lever" + }, + "elements": [ + { "from": [ 5, 0, 4 ], + "to": [ 11, 3, 12 ], + "faces": { + "down": { "uv": [ 5, 4, 11, 12 ], "texture": "#base", "cullface": "down" }, + "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": { + "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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/lever_on.json b/1.14.4/assets/minecraft/models/block/lever_on.json new file mode 100644 index 00000000..1007274d --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/lever_on.json @@ -0,0 +1,32 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/cobblestone", + "base": "block/cobblestone", + "lever": "block/lever" + }, + "elements": [ + { "from": [ 5, 0, 4 ], + "to": [ 11, 3, 12 ], + "faces": { + "down": { "uv": [ 5, 4, 11, 12 ], "texture": "#base", "cullface": "down" }, + "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": { + "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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/light_blue_carpet.json b/1.14.4/assets/minecraft/models/block/light_blue_carpet.json new file mode 100644 index 00000000..cae5a4aa --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/light_blue_carpet.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "block/light_blue_wool", + "wool": "block/light_blue_wool" + } +} diff --git a/1.14.4/assets/minecraft/models/block/light_blue_concrete.json b/1.14.4/assets/minecraft/models/block/light_blue_concrete.json new file mode 100644 index 00000000..8d35dee8 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/light_blue_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/light_blue_concrete" + } +} diff --git a/1.14.4/assets/minecraft/models/block/light_blue_concrete_powder.json b/1.14.4/assets/minecraft/models/block/light_blue_concrete_powder.json new file mode 100644 index 00000000..37c8b490 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/light_blue_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/light_blue_concrete_powder" + } +} diff --git a/1.14.4/assets/minecraft/models/block/light_blue_glazed_terracotta.json b/1.14.4/assets/minecraft/models/block/light_blue_glazed_terracotta.json new file mode 100644 index 00000000..06934ce1 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/light_blue_glazed_terracotta.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glazed_terracotta", + "textures": { + "particle": "block/light_blue_glazed_terracotta", + "pattern": "block/light_blue_glazed_terracotta" + } +} diff --git a/1.14.4/assets/minecraft/models/block/light_blue_shulker_box.json b/1.14.4/assets/minecraft/models/block/light_blue_shulker_box.json new file mode 100644 index 00000000..c5c20fd5 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/light_blue_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "block/light_blue_shulker_box" + } +} diff --git a/1.14.4/assets/minecraft/models/block/light_blue_stained_glass.json b/1.14.4/assets/minecraft/models/block/light_blue_stained_glass.json new file mode 100644 index 00000000..b1e68b3f --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/light_blue_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/light_blue_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/light_blue_stained_glass_pane_noside.json b/1.14.4/assets/minecraft/models/block/light_blue_stained_glass_pane_noside.json new file mode 100644 index 00000000..7f726a5e --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/light_blue_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside", + "textures": { + "pane": "block/light_blue_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/light_blue_stained_glass_pane_noside_alt.json b/1.14.4/assets/minecraft/models/block/light_blue_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..1ca6540c --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/light_blue_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside_alt", + "textures": { + "pane": "block/light_blue_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/light_blue_stained_glass_pane_post.json b/1.14.4/assets/minecraft/models/block/light_blue_stained_glass_pane_post.json new file mode 100644 index 00000000..d61f4694 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/light_blue_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_post", + "textures": { + "edge": "block/light_blue_stained_glass_pane_top", + "pane": "block/light_blue_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/light_blue_stained_glass_pane_side.json b/1.14.4/assets/minecraft/models/block/light_blue_stained_glass_pane_side.json new file mode 100644 index 00000000..bcadaf14 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/light_blue_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side", + "textures": { + "edge": "block/light_blue_stained_glass_pane_top", + "pane": "block/light_blue_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/light_blue_stained_glass_pane_side_alt.json b/1.14.4/assets/minecraft/models/block/light_blue_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..093edb04 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/light_blue_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side_alt", + "textures": { + "edge": "block/light_blue_stained_glass_pane_top", + "pane": "block/light_blue_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/light_blue_terracotta.json b/1.14.4/assets/minecraft/models/block/light_blue_terracotta.json new file mode 100644 index 00000000..e8bd57f4 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/light_blue_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/light_blue_terracotta" + } +} diff --git a/1.14.4/assets/minecraft/models/block/light_blue_wool.json b/1.14.4/assets/minecraft/models/block/light_blue_wool.json new file mode 100644 index 00000000..83a717ac --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/light_blue_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/light_blue_wool" + } +} diff --git a/1.14.4/assets/minecraft/models/block/light_gray_carpet.json b/1.14.4/assets/minecraft/models/block/light_gray_carpet.json new file mode 100644 index 00000000..3ca880b3 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/light_gray_carpet.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "block/light_gray_wool", + "wool": "block/light_gray_wool" + } +} diff --git a/1.14.4/assets/minecraft/models/block/light_gray_concrete.json b/1.14.4/assets/minecraft/models/block/light_gray_concrete.json new file mode 100644 index 00000000..4244a028 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/light_gray_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/light_gray_concrete" + } +} diff --git a/1.14.4/assets/minecraft/models/block/light_gray_concrete_powder.json b/1.14.4/assets/minecraft/models/block/light_gray_concrete_powder.json new file mode 100644 index 00000000..dac59eeb --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/light_gray_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/light_gray_concrete_powder" + } +} diff --git a/1.14.4/assets/minecraft/models/block/light_gray_glazed_terracotta.json b/1.14.4/assets/minecraft/models/block/light_gray_glazed_terracotta.json new file mode 100644 index 00000000..03e60754 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/light_gray_glazed_terracotta.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glazed_terracotta", + "textures": { + "particle": "block/light_gray_glazed_terracotta", + "pattern": "block/light_gray_glazed_terracotta" + } +} diff --git a/1.14.4/assets/minecraft/models/block/light_gray_shulker_box.json b/1.14.4/assets/minecraft/models/block/light_gray_shulker_box.json new file mode 100644 index 00000000..be0b9e7c --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/light_gray_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "block/light_gray_shulker_box" + } +} diff --git a/1.14.4/assets/minecraft/models/block/light_gray_stained_glass.json b/1.14.4/assets/minecraft/models/block/light_gray_stained_glass.json new file mode 100644 index 00000000..19481008 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/light_gray_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/light_gray_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/light_gray_stained_glass_pane_noside.json b/1.14.4/assets/minecraft/models/block/light_gray_stained_glass_pane_noside.json new file mode 100644 index 00000000..9fc152a6 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/light_gray_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside", + "textures": { + "pane": "block/light_gray_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/light_gray_stained_glass_pane_noside_alt.json b/1.14.4/assets/minecraft/models/block/light_gray_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..2f9c22b9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/light_gray_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside_alt", + "textures": { + "pane": "block/light_gray_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/light_gray_stained_glass_pane_post.json b/1.14.4/assets/minecraft/models/block/light_gray_stained_glass_pane_post.json new file mode 100644 index 00000000..6c1f1847 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/light_gray_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_post", + "textures": { + "edge": "block/light_gray_stained_glass_pane_top", + "pane": "block/light_gray_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/light_gray_stained_glass_pane_side.json b/1.14.4/assets/minecraft/models/block/light_gray_stained_glass_pane_side.json new file mode 100644 index 00000000..bffa53dc --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/light_gray_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side", + "textures": { + "edge": "block/light_gray_stained_glass_pane_top", + "pane": "block/light_gray_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/light_gray_stained_glass_pane_side_alt.json b/1.14.4/assets/minecraft/models/block/light_gray_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..cda378d5 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/light_gray_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side_alt", + "textures": { + "edge": "block/light_gray_stained_glass_pane_top", + "pane": "block/light_gray_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/light_gray_terracotta.json b/1.14.4/assets/minecraft/models/block/light_gray_terracotta.json new file mode 100644 index 00000000..5f6082d0 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/light_gray_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/light_gray_terracotta" + } +} diff --git a/1.14.4/assets/minecraft/models/block/light_gray_wool.json b/1.14.4/assets/minecraft/models/block/light_gray_wool.json new file mode 100644 index 00000000..2b4e8f70 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/light_gray_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/light_gray_wool" + } +} diff --git a/1.14.4/assets/minecraft/models/block/light_weighted_pressure_plate.json b/1.14.4/assets/minecraft/models/block/light_weighted_pressure_plate.json new file mode 100644 index 00000000..e9ddfdfe --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/light_weighted_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_up", + "textures": { + "texture": "block/gold_block" + } +} diff --git a/1.14.4/assets/minecraft/models/block/light_weighted_pressure_plate_down.json b/1.14.4/assets/minecraft/models/block/light_weighted_pressure_plate_down.json new file mode 100644 index 00000000..73628621 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/light_weighted_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_down", + "textures": { + "texture": "block/gold_block" + } +} diff --git a/1.14.4/assets/minecraft/models/block/lilac_bottom.json b/1.14.4/assets/minecraft/models/block/lilac_bottom.json new file mode 100644 index 00000000..c91ffe68 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/lilac_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/lilac_bottom" + } +} diff --git a/1.14.4/assets/minecraft/models/block/lilac_top.json b/1.14.4/assets/minecraft/models/block/lilac_top.json new file mode 100644 index 00000000..b8c1c9d2 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/lilac_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/lilac_top" + } +} diff --git a/1.14.4/assets/minecraft/models/block/lily_of_the_valley.json b/1.14.4/assets/minecraft/models/block/lily_of_the_valley.json new file mode 100644 index 00000000..25fcc064 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/lily_of_the_valley.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/lily_of_the_valley" + } +} diff --git a/1.14.4/assets/minecraft/models/block/lily_pad.json b/1.14.4/assets/minecraft/models/block/lily_pad.json new file mode 100644 index 00000000..a775a8dc --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/lily_pad.json @@ -0,0 +1,16 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/lily_pad", + "texture": "block/lily_pad" + }, + "elements": [ + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "faces": { + "down": { "uv": [ 16, 16, 0, 0 ], "texture": "#texture", "tintindex": 0 }, + "up": { "uv": [ 16, 0, 0, 16 ], "texture": "#texture", "tintindex": 0 } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/lime_carpet.json b/1.14.4/assets/minecraft/models/block/lime_carpet.json new file mode 100644 index 00000000..9a7d943d --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/lime_carpet.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "block/lime_wool", + "wool": "block/lime_wool" + } +} diff --git a/1.14.4/assets/minecraft/models/block/lime_concrete.json b/1.14.4/assets/minecraft/models/block/lime_concrete.json new file mode 100644 index 00000000..01ec9173 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/lime_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/lime_concrete" + } +} diff --git a/1.14.4/assets/minecraft/models/block/lime_concrete_powder.json b/1.14.4/assets/minecraft/models/block/lime_concrete_powder.json new file mode 100644 index 00000000..7ceaaa23 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/lime_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/lime_concrete_powder" + } +} diff --git a/1.14.4/assets/minecraft/models/block/lime_glazed_terracotta.json b/1.14.4/assets/minecraft/models/block/lime_glazed_terracotta.json new file mode 100644 index 00000000..f7e6aaba --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/lime_glazed_terracotta.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glazed_terracotta", + "textures": { + "particle": "block/lime_glazed_terracotta", + "pattern": "block/lime_glazed_terracotta" + } +} diff --git a/1.14.4/assets/minecraft/models/block/lime_shulker_box.json b/1.14.4/assets/minecraft/models/block/lime_shulker_box.json new file mode 100644 index 00000000..d7273bd1 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/lime_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "block/lime_shulker_box" + } +} diff --git a/1.14.4/assets/minecraft/models/block/lime_stained_glass.json b/1.14.4/assets/minecraft/models/block/lime_stained_glass.json new file mode 100644 index 00000000..f2bc4e26 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/lime_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/lime_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/lime_stained_glass_pane_noside.json b/1.14.4/assets/minecraft/models/block/lime_stained_glass_pane_noside.json new file mode 100644 index 00000000..ff72597d --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/lime_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside", + "textures": { + "pane": "block/lime_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/lime_stained_glass_pane_noside_alt.json b/1.14.4/assets/minecraft/models/block/lime_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..edab020b --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/lime_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside_alt", + "textures": { + "pane": "block/lime_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/lime_stained_glass_pane_post.json b/1.14.4/assets/minecraft/models/block/lime_stained_glass_pane_post.json new file mode 100644 index 00000000..122934b4 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/lime_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_post", + "textures": { + "edge": "block/lime_stained_glass_pane_top", + "pane": "block/lime_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/lime_stained_glass_pane_side.json b/1.14.4/assets/minecraft/models/block/lime_stained_glass_pane_side.json new file mode 100644 index 00000000..c1d584d5 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/lime_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side", + "textures": { + "edge": "block/lime_stained_glass_pane_top", + "pane": "block/lime_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/lime_stained_glass_pane_side_alt.json b/1.14.4/assets/minecraft/models/block/lime_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..515db573 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/lime_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side_alt", + "textures": { + "edge": "block/lime_stained_glass_pane_top", + "pane": "block/lime_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/lime_terracotta.json b/1.14.4/assets/minecraft/models/block/lime_terracotta.json new file mode 100644 index 00000000..c96e501d --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/lime_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/lime_terracotta" + } +} diff --git a/1.14.4/assets/minecraft/models/block/lime_wool.json b/1.14.4/assets/minecraft/models/block/lime_wool.json new file mode 100644 index 00000000..39984ef1 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/lime_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/lime_wool" + } +} diff --git a/1.14.4/assets/minecraft/models/block/loom.json b/1.14.4/assets/minecraft/models/block/loom.json new file mode 100644 index 00000000..5ea2d0d9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/loom.json @@ -0,0 +1,9 @@ +{ + "parent": "block/orientable", + "textures": { + "top": "block/loom_top", + "bottom": "block/loom_bottom", + "front": "block/loom_front", + "side": "block/loom_side" + } +} diff --git a/1.14.4/assets/minecraft/models/block/magenta_carpet.json b/1.14.4/assets/minecraft/models/block/magenta_carpet.json new file mode 100644 index 00000000..7702ace9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/magenta_carpet.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "block/magenta_wool", + "wool": "block/magenta_wool" + } +} diff --git a/1.14.4/assets/minecraft/models/block/magenta_concrete.json b/1.14.4/assets/minecraft/models/block/magenta_concrete.json new file mode 100644 index 00000000..80c2f73e --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/magenta_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/magenta_concrete" + } +} diff --git a/1.14.4/assets/minecraft/models/block/magenta_concrete_powder.json b/1.14.4/assets/minecraft/models/block/magenta_concrete_powder.json new file mode 100644 index 00000000..7d4d699f --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/magenta_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/magenta_concrete_powder" + } +} diff --git a/1.14.4/assets/minecraft/models/block/magenta_glazed_terracotta.json b/1.14.4/assets/minecraft/models/block/magenta_glazed_terracotta.json new file mode 100644 index 00000000..03ef9d48 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/magenta_glazed_terracotta.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glazed_terracotta", + "textures": { + "particle": "block/magenta_glazed_terracotta", + "pattern": "block/magenta_glazed_terracotta" + } +} diff --git a/1.14.4/assets/minecraft/models/block/magenta_shulker_box.json b/1.14.4/assets/minecraft/models/block/magenta_shulker_box.json new file mode 100644 index 00000000..28d280d9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/magenta_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "block/magenta_shulker_box" + } +} diff --git a/1.14.4/assets/minecraft/models/block/magenta_stained_glass.json b/1.14.4/assets/minecraft/models/block/magenta_stained_glass.json new file mode 100644 index 00000000..36d6274f --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/magenta_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/magenta_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/magenta_stained_glass_pane_noside.json b/1.14.4/assets/minecraft/models/block/magenta_stained_glass_pane_noside.json new file mode 100644 index 00000000..c7456cf0 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/magenta_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside", + "textures": { + "pane": "block/magenta_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/magenta_stained_glass_pane_noside_alt.json b/1.14.4/assets/minecraft/models/block/magenta_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..6c7b1e37 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/magenta_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside_alt", + "textures": { + "pane": "block/magenta_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/magenta_stained_glass_pane_post.json b/1.14.4/assets/minecraft/models/block/magenta_stained_glass_pane_post.json new file mode 100644 index 00000000..883e8f53 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/magenta_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_post", + "textures": { + "edge": "block/magenta_stained_glass_pane_top", + "pane": "block/magenta_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/magenta_stained_glass_pane_side.json b/1.14.4/assets/minecraft/models/block/magenta_stained_glass_pane_side.json new file mode 100644 index 00000000..1f1850a8 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/magenta_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side", + "textures": { + "edge": "block/magenta_stained_glass_pane_top", + "pane": "block/magenta_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/magenta_stained_glass_pane_side_alt.json b/1.14.4/assets/minecraft/models/block/magenta_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..d3bac7e5 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/magenta_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side_alt", + "textures": { + "edge": "block/magenta_stained_glass_pane_top", + "pane": "block/magenta_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/magenta_terracotta.json b/1.14.4/assets/minecraft/models/block/magenta_terracotta.json new file mode 100644 index 00000000..823ff2f2 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/magenta_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/magenta_terracotta" + } +} diff --git a/1.14.4/assets/minecraft/models/block/magenta_wool.json b/1.14.4/assets/minecraft/models/block/magenta_wool.json new file mode 100644 index 00000000..7724f64e --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/magenta_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/magenta_wool" + } +} diff --git a/1.14.4/assets/minecraft/models/block/magma_block.json b/1.14.4/assets/minecraft/models/block/magma_block.json new file mode 100644 index 00000000..2ac86ab9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/magma_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/magma" + } +} diff --git a/1.14.4/assets/minecraft/models/block/melon.json b/1.14.4/assets/minecraft/models/block/melon.json new file mode 100644 index 00000000..4a4e06c9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/melon.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/melon_top", + "side": "block/melon_side" + } +} diff --git a/1.14.4/assets/minecraft/models/block/melon_stem_stage0.json b/1.14.4/assets/minecraft/models/block/melon_stem_stage0.json new file mode 100644 index 00000000..e26733f1 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/melon_stem_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth0", + "textures": { + "stem": "block/melon_stem" + } +} diff --git a/1.14.4/assets/minecraft/models/block/melon_stem_stage1.json b/1.14.4/assets/minecraft/models/block/melon_stem_stage1.json new file mode 100644 index 00000000..b2f201c7 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/melon_stem_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth1", + "textures": { + "stem": "block/melon_stem" + } +} diff --git a/1.14.4/assets/minecraft/models/block/melon_stem_stage2.json b/1.14.4/assets/minecraft/models/block/melon_stem_stage2.json new file mode 100644 index 00000000..7701eb3a --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/melon_stem_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth2", + "textures": { + "stem": "block/melon_stem" + } +} diff --git a/1.14.4/assets/minecraft/models/block/melon_stem_stage3.json b/1.14.4/assets/minecraft/models/block/melon_stem_stage3.json new file mode 100644 index 00000000..46c0bfc2 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/melon_stem_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth3", + "textures": { + "stem": "block/melon_stem" + } +} diff --git a/1.14.4/assets/minecraft/models/block/melon_stem_stage4.json b/1.14.4/assets/minecraft/models/block/melon_stem_stage4.json new file mode 100644 index 00000000..3df10dfc --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/melon_stem_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth4", + "textures": { + "stem": "block/melon_stem" + } +} diff --git a/1.14.4/assets/minecraft/models/block/melon_stem_stage5.json b/1.14.4/assets/minecraft/models/block/melon_stem_stage5.json new file mode 100644 index 00000000..bd6e6fdb --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/melon_stem_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth5", + "textures": { + "stem": "block/melon_stem" + } +} diff --git a/1.14.4/assets/minecraft/models/block/melon_stem_stage6.json b/1.14.4/assets/minecraft/models/block/melon_stem_stage6.json new file mode 100644 index 00000000..c93cc531 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/melon_stem_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth6", + "textures": { + "stem": "block/melon_stem" + } +} diff --git a/1.14.4/assets/minecraft/models/block/melon_stem_stage7.json b/1.14.4/assets/minecraft/models/block/melon_stem_stage7.json new file mode 100644 index 00000000..02649e3f --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/melon_stem_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth7", + "textures": { + "stem": "block/melon_stem" + } +} diff --git a/1.14.4/assets/minecraft/models/block/mossy_cobblestone.json b/1.14.4/assets/minecraft/models/block/mossy_cobblestone.json new file mode 100644 index 00000000..2d970755 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/mossy_cobblestone.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/mossy_cobblestone" + } +} diff --git a/1.14.4/assets/minecraft/models/block/mossy_cobblestone_slab.json b/1.14.4/assets/minecraft/models/block/mossy_cobblestone_slab.json new file mode 100644 index 00000000..27516ed0 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/mossy_cobblestone_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/mossy_cobblestone", + "top": "block/mossy_cobblestone", + "side": "block/mossy_cobblestone" + } +} diff --git a/1.14.4/assets/minecraft/models/block/mossy_cobblestone_slab_top.json b/1.14.4/assets/minecraft/models/block/mossy_cobblestone_slab_top.json new file mode 100644 index 00000000..632171d7 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/mossy_cobblestone_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/mossy_cobblestone", + "top": "block/mossy_cobblestone", + "side": "block/mossy_cobblestone" + } +} diff --git a/1.14.4/assets/minecraft/models/block/mossy_cobblestone_stairs.json b/1.14.4/assets/minecraft/models/block/mossy_cobblestone_stairs.json new file mode 100644 index 00000000..9cbffe23 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/mossy_cobblestone_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/mossy_cobblestone", + "top": "block/mossy_cobblestone", + "side": "block/mossy_cobblestone" + } +} diff --git a/1.14.4/assets/minecraft/models/block/mossy_cobblestone_stairs_inner.json b/1.14.4/assets/minecraft/models/block/mossy_cobblestone_stairs_inner.json new file mode 100644 index 00000000..d84ae052 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/mossy_cobblestone_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/mossy_cobblestone", + "top": "block/mossy_cobblestone", + "side": "block/mossy_cobblestone" + } +} diff --git a/1.14.4/assets/minecraft/models/block/mossy_cobblestone_stairs_outer.json b/1.14.4/assets/minecraft/models/block/mossy_cobblestone_stairs_outer.json new file mode 100644 index 00000000..42d6b85f --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/mossy_cobblestone_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/mossy_cobblestone", + "top": "block/mossy_cobblestone", + "side": "block/mossy_cobblestone" + } +} diff --git a/1.14.4/assets/minecraft/models/block/mossy_cobblestone_wall_inventory.json b/1.14.4/assets/minecraft/models/block/mossy_cobblestone_wall_inventory.json new file mode 100644 index 00000000..870713c7 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/mossy_cobblestone_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_inventory", + "textures": { + "wall": "block/mossy_cobblestone" + } +} diff --git a/1.14.4/assets/minecraft/models/block/mossy_cobblestone_wall_post.json b/1.14.4/assets/minecraft/models/block/mossy_cobblestone_wall_post.json new file mode 100644 index 00000000..3731fa2c --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/mossy_cobblestone_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_wall_post", + "textures": { + "wall": "block/mossy_cobblestone" + } +} diff --git a/1.14.4/assets/minecraft/models/block/mossy_cobblestone_wall_side.json b/1.14.4/assets/minecraft/models/block/mossy_cobblestone_wall_side.json new file mode 100644 index 00000000..f8c2fb07 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/mossy_cobblestone_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_wall_side", + "textures": { + "wall": "block/mossy_cobblestone" + } +} diff --git a/1.14.4/assets/minecraft/models/block/mossy_stone_brick_slab.json b/1.14.4/assets/minecraft/models/block/mossy_stone_brick_slab.json new file mode 100644 index 00000000..2e36b99c --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/mossy_stone_brick_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/mossy_stone_bricks", + "top": "block/mossy_stone_bricks", + "side": "block/mossy_stone_bricks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/mossy_stone_brick_slab_top.json b/1.14.4/assets/minecraft/models/block/mossy_stone_brick_slab_top.json new file mode 100644 index 00000000..08b7adb6 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/mossy_stone_brick_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/mossy_stone_bricks", + "top": "block/mossy_stone_bricks", + "side": "block/mossy_stone_bricks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/mossy_stone_brick_stairs.json b/1.14.4/assets/minecraft/models/block/mossy_stone_brick_stairs.json new file mode 100644 index 00000000..e56811f4 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/mossy_stone_brick_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/mossy_stone_bricks", + "top": "block/mossy_stone_bricks", + "side": "block/mossy_stone_bricks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/mossy_stone_brick_stairs_inner.json b/1.14.4/assets/minecraft/models/block/mossy_stone_brick_stairs_inner.json new file mode 100644 index 00000000..954a8e67 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/mossy_stone_brick_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/mossy_stone_bricks", + "top": "block/mossy_stone_bricks", + "side": "block/mossy_stone_bricks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/mossy_stone_brick_stairs_outer.json b/1.14.4/assets/minecraft/models/block/mossy_stone_brick_stairs_outer.json new file mode 100644 index 00000000..cc80c663 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/mossy_stone_brick_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/mossy_stone_bricks", + "top": "block/mossy_stone_bricks", + "side": "block/mossy_stone_bricks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/mossy_stone_brick_wall_inventory.json b/1.14.4/assets/minecraft/models/block/mossy_stone_brick_wall_inventory.json new file mode 100644 index 00000000..296ce59f --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/mossy_stone_brick_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_inventory", + "textures": { + "wall": "block/mossy_stone_bricks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/mossy_stone_brick_wall_post.json b/1.14.4/assets/minecraft/models/block/mossy_stone_brick_wall_post.json new file mode 100644 index 00000000..357c1851 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/mossy_stone_brick_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_wall_post", + "textures": { + "wall": "block/mossy_stone_bricks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/mossy_stone_brick_wall_side.json b/1.14.4/assets/minecraft/models/block/mossy_stone_brick_wall_side.json new file mode 100644 index 00000000..f7e470d5 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/mossy_stone_brick_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_wall_side", + "textures": { + "wall": "block/mossy_stone_bricks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/mossy_stone_bricks.json b/1.14.4/assets/minecraft/models/block/mossy_stone_bricks.json new file mode 100644 index 00000000..6fedfc56 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/mossy_stone_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/mossy_stone_bricks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/moving_piston.json b/1.14.4/assets/minecraft/models/block/moving_piston.json new file mode 100644 index 00000000..8ee8d84f --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/moving_piston.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "block/piston_side" + } +} diff --git a/1.14.4/assets/minecraft/models/block/mushroom_block_inside.json b/1.14.4/assets/minecraft/models/block/mushroom_block_inside.json new file mode 100644 index 00000000..8a27742c --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/mushroom_block_inside.json @@ -0,0 +1,15 @@ +{ + "ambientocclusion": false, + "textures": { + "texture": "block/mushroom_block_inside", + "particle": "block/mushroom_block_inside" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 0 ], + "faces": { + "north": { "texture": "#texture", "cullface":"north" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/mushroom_stem.json b/1.14.4/assets/minecraft/models/block/mushroom_stem.json new file mode 100644 index 00000000..62285dd1 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/mushroom_stem.json @@ -0,0 +1,14 @@ +{ + "textures": { + "texture": "block/mushroom_stem", + "particle": "block/mushroom_stem" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 0 ], + "faces": { + "north": { "texture": "#texture", "cullface":"north" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/mushroom_stem_inventory.json b/1.14.4/assets/minecraft/models/block/mushroom_stem_inventory.json new file mode 100644 index 00000000..b197887f --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/mushroom_stem_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/mushroom_stem" + } +} diff --git a/1.14.4/assets/minecraft/models/block/mycelium.json b/1.14.4/assets/minecraft/models/block/mycelium.json new file mode 100644 index 00000000..daaea45c --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/mycelium.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "block/dirt", + "top": "block/mycelium_top", + "side": "block/mycelium_side" + } +} diff --git a/1.14.4/assets/minecraft/models/block/nether_brick_fence_inventory.json b/1.14.4/assets/minecraft/models/block/nether_brick_fence_inventory.json new file mode 100644 index 00000000..741a3cb6 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/nether_brick_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_inventory", + "textures": { + "texture": "block/nether_bricks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/nether_brick_fence_post.json b/1.14.4/assets/minecraft/models/block/nether_brick_fence_post.json new file mode 100644 index 00000000..4cd0f20a --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/nether_brick_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_post", + "textures": { + "texture": "block/nether_bricks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/nether_brick_fence_side.json b/1.14.4/assets/minecraft/models/block/nether_brick_fence_side.json new file mode 100644 index 00000000..2b796bf2 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/nether_brick_fence_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_side", + "textures": { + "texture": "block/nether_bricks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/nether_brick_slab.json b/1.14.4/assets/minecraft/models/block/nether_brick_slab.json new file mode 100644 index 00000000..85bd6100 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/nether_brick_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/nether_bricks", + "top": "block/nether_bricks", + "side": "block/nether_bricks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/nether_brick_slab_top.json b/1.14.4/assets/minecraft/models/block/nether_brick_slab_top.json new file mode 100644 index 00000000..b930cf44 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/nether_brick_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/nether_bricks", + "top": "block/nether_bricks", + "side": "block/nether_bricks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/nether_brick_stairs.json b/1.14.4/assets/minecraft/models/block/nether_brick_stairs.json new file mode 100644 index 00000000..e017a413 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/nether_brick_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/nether_bricks", + "top": "block/nether_bricks", + "side": "block/nether_bricks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/nether_brick_stairs_inner.json b/1.14.4/assets/minecraft/models/block/nether_brick_stairs_inner.json new file mode 100644 index 00000000..f6d8f3d2 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/nether_brick_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/nether_bricks", + "top": "block/nether_bricks", + "side": "block/nether_bricks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/nether_brick_stairs_outer.json b/1.14.4/assets/minecraft/models/block/nether_brick_stairs_outer.json new file mode 100644 index 00000000..c8b0b755 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/nether_brick_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/nether_bricks", + "top": "block/nether_bricks", + "side": "block/nether_bricks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/nether_brick_wall_inventory.json b/1.14.4/assets/minecraft/models/block/nether_brick_wall_inventory.json new file mode 100644 index 00000000..e0763f88 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/nether_brick_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_inventory", + "textures": { + "wall": "block/nether_bricks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/nether_brick_wall_post.json b/1.14.4/assets/minecraft/models/block/nether_brick_wall_post.json new file mode 100644 index 00000000..7b617c99 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/nether_brick_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_wall_post", + "textures": { + "wall": "block/nether_bricks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/nether_brick_wall_side.json b/1.14.4/assets/minecraft/models/block/nether_brick_wall_side.json new file mode 100644 index 00000000..8ef919b7 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/nether_brick_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_wall_side", + "textures": { + "wall": "block/nether_bricks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/nether_bricks.json b/1.14.4/assets/minecraft/models/block/nether_bricks.json new file mode 100644 index 00000000..bac085ee --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/nether_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/nether_bricks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/nether_portal_ew.json b/1.14.4/assets/minecraft/models/block/nether_portal_ew.json new file mode 100644 index 00000000..5b7869ab --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/nether_portal_ew.json @@ -0,0 +1,15 @@ +{ + "textures": { + "particle": "block/nether_portal", + "portal": "block/nether_portal" + }, + "elements": [ + { "from": [ 6, 0, 0 ], + "to": [ 10, 16, 16 ], + "faces": { + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#portal" }, + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#portal" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/nether_portal_ns.json b/1.14.4/assets/minecraft/models/block/nether_portal_ns.json new file mode 100644 index 00000000..937ca3b9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/nether_portal_ns.json @@ -0,0 +1,15 @@ +{ + "textures": { + "particle": "block/nether_portal", + "portal": "block/nether_portal" + }, + "elements": [ + { "from": [ 0, 0, 6 ], + "to": [ 16, 16, 10 ], + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#portal" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#portal" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/nether_quartz_ore.json b/1.14.4/assets/minecraft/models/block/nether_quartz_ore.json new file mode 100644 index 00000000..7032ee30 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/nether_quartz_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/nether_quartz_ore" + } +} diff --git a/1.14.4/assets/minecraft/models/block/nether_wart_block.json b/1.14.4/assets/minecraft/models/block/nether_wart_block.json new file mode 100644 index 00000000..1da55a1e --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/nether_wart_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/nether_wart_block" + } +} diff --git a/1.14.4/assets/minecraft/models/block/nether_wart_stage0.json b/1.14.4/assets/minecraft/models/block/nether_wart_stage0.json new file mode 100644 index 00000000..4de8b304 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/nether_wart_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "block/nether_wart_stage0" + } +} diff --git a/1.14.4/assets/minecraft/models/block/nether_wart_stage1.json b/1.14.4/assets/minecraft/models/block/nether_wart_stage1.json new file mode 100644 index 00000000..b6be5ad2 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/nether_wart_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "block/nether_wart_stage1" + } +} diff --git a/1.14.4/assets/minecraft/models/block/nether_wart_stage2.json b/1.14.4/assets/minecraft/models/block/nether_wart_stage2.json new file mode 100644 index 00000000..790f8b4c --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/nether_wart_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "block/nether_wart_stage2" + } +} diff --git a/1.14.4/assets/minecraft/models/block/netherrack.json b/1.14.4/assets/minecraft/models/block/netherrack.json new file mode 100644 index 00000000..679b3270 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/netherrack.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/netherrack" + } +} diff --git a/1.14.4/assets/minecraft/models/block/note_block.json b/1.14.4/assets/minecraft/models/block/note_block.json new file mode 100644 index 00000000..06f47904 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/note_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/note_block" + } +} diff --git a/1.14.4/assets/minecraft/models/block/oak_button.json b/1.14.4/assets/minecraft/models/block/oak_button.json new file mode 100644 index 00000000..20775892 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/oak_button.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button", + "textures": { + "texture": "block/oak_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/oak_button_inventory.json b/1.14.4/assets/minecraft/models/block/oak_button_inventory.json new file mode 100644 index 00000000..88b80eb8 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/oak_button_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button_inventory", + "textures": { + "texture": "block/oak_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/oak_button_pressed.json b/1.14.4/assets/minecraft/models/block/oak_button_pressed.json new file mode 100644 index 00000000..cc9075e9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/oak_button_pressed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button_pressed", + "textures": { + "texture": "block/oak_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/oak_door_bottom.json b/1.14.4/assets/minecraft/models/block/oak_door_bottom.json new file mode 100644 index 00000000..319e7cef --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/oak_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom", + "textures": { + "bottom": "block/oak_door_bottom", + "top": "block/oak_door_top" + } +} diff --git a/1.14.4/assets/minecraft/models/block/oak_door_bottom_hinge.json b/1.14.4/assets/minecraft/models/block/oak_door_bottom_hinge.json new file mode 100644 index 00000000..450ab50c --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/oak_door_bottom_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom_rh", + "textures": { + "bottom": "block/oak_door_bottom", + "top": "block/oak_door_top" + } +} diff --git a/1.14.4/assets/minecraft/models/block/oak_door_top.json b/1.14.4/assets/minecraft/models/block/oak_door_top.json new file mode 100644 index 00000000..0fd4d055 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/oak_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top", + "textures": { + "bottom": "block/oak_door_bottom", + "top": "block/oak_door_top" + } +} diff --git a/1.14.4/assets/minecraft/models/block/oak_door_top_hinge.json b/1.14.4/assets/minecraft/models/block/oak_door_top_hinge.json new file mode 100644 index 00000000..b6bada53 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/oak_door_top_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top_rh", + "textures": { + "bottom": "block/oak_door_bottom", + "top": "block/oak_door_top" + } +} diff --git a/1.14.4/assets/minecraft/models/block/oak_fence_gate.json b/1.14.4/assets/minecraft/models/block/oak_fence_gate.json new file mode 100644 index 00000000..cb417895 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/oak_fence_gate.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate", + "textures": { + "texture": "block/oak_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/oak_fence_gate_open.json b/1.14.4/assets/minecraft/models/block/oak_fence_gate_open.json new file mode 100644 index 00000000..cee7bdc4 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/oak_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate_open", + "textures": { + "texture": "block/oak_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/oak_fence_gate_wall.json b/1.14.4/assets/minecraft/models/block/oak_fence_gate_wall.json new file mode 100644 index 00000000..250ce207 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/oak_fence_gate_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate_wall", + "textures": { + "texture": "block/oak_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/oak_fence_gate_wall_open.json b/1.14.4/assets/minecraft/models/block/oak_fence_gate_wall_open.json new file mode 100644 index 00000000..328d0685 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/oak_fence_gate_wall_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate_wall_open", + "textures": { + "texture": "block/oak_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/oak_fence_inventory.json b/1.14.4/assets/minecraft/models/block/oak_fence_inventory.json new file mode 100644 index 00000000..1574885e --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/oak_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_inventory", + "textures": { + "texture": "block/oak_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/oak_fence_post.json b/1.14.4/assets/minecraft/models/block/oak_fence_post.json new file mode 100644 index 00000000..df1218ee --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/oak_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_post", + "textures": { + "texture": "block/oak_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/oak_fence_side.json b/1.14.4/assets/minecraft/models/block/oak_fence_side.json new file mode 100644 index 00000000..7c452bc9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/oak_fence_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_side", + "textures": { + "texture": "block/oak_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/oak_leaves.json b/1.14.4/assets/minecraft/models/block/oak_leaves.json new file mode 100644 index 00000000..14aad5bc --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/oak_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "block/leaves", + "textures": { + "all": "block/oak_leaves" + } +} diff --git a/1.14.4/assets/minecraft/models/block/oak_log.json b/1.14.4/assets/minecraft/models/block/oak_log.json new file mode 100644 index 00000000..ca69620a --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/oak_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/oak_log_top", + "side": "block/oak_log" + } +} diff --git a/1.14.4/assets/minecraft/models/block/oak_planks.json b/1.14.4/assets/minecraft/models/block/oak_planks.json new file mode 100644 index 00000000..1b3d1cc5 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/oak_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/oak_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/oak_pressure_plate.json b/1.14.4/assets/minecraft/models/block/oak_pressure_plate.json new file mode 100644 index 00000000..328c7e1e --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/oak_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_up", + "textures": { + "texture": "block/oak_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/oak_pressure_plate_down.json b/1.14.4/assets/minecraft/models/block/oak_pressure_plate_down.json new file mode 100644 index 00000000..412f2d78 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/oak_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_down", + "textures": { + "texture": "block/oak_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/oak_sapling.json b/1.14.4/assets/minecraft/models/block/oak_sapling.json new file mode 100644 index 00000000..b725b14d --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/oak_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/oak_sapling" + } +} diff --git a/1.14.4/assets/minecraft/models/block/oak_sign.json b/1.14.4/assets/minecraft/models/block/oak_sign.json new file mode 100644 index 00000000..8f1d908c --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/oak_sign.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "block/oak_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/oak_slab.json b/1.14.4/assets/minecraft/models/block/oak_slab.json new file mode 100644 index 00000000..72ff2ed1 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/oak_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/oak_planks", + "top": "block/oak_planks", + "side": "block/oak_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/oak_slab_top.json b/1.14.4/assets/minecraft/models/block/oak_slab_top.json new file mode 100644 index 00000000..5c68f7c1 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/oak_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/oak_planks", + "top": "block/oak_planks", + "side": "block/oak_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/oak_stairs.json b/1.14.4/assets/minecraft/models/block/oak_stairs.json new file mode 100644 index 00000000..f581baf7 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/oak_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/oak_planks", + "top": "block/oak_planks", + "side": "block/oak_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/oak_stairs_inner.json b/1.14.4/assets/minecraft/models/block/oak_stairs_inner.json new file mode 100644 index 00000000..f839dad1 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/oak_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/oak_planks", + "top": "block/oak_planks", + "side": "block/oak_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/oak_stairs_outer.json b/1.14.4/assets/minecraft/models/block/oak_stairs_outer.json new file mode 100644 index 00000000..b8936fb8 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/oak_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/oak_planks", + "top": "block/oak_planks", + "side": "block/oak_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/oak_trapdoor_bottom.json b/1.14.4/assets/minecraft/models/block/oak_trapdoor_bottom.json new file mode 100644 index 00000000..f3774380 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/oak_trapdoor_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_trapdoor_bottom", + "textures": { + "texture": "block/oak_trapdoor" + } +} diff --git a/1.14.4/assets/minecraft/models/block/oak_trapdoor_open.json b/1.14.4/assets/minecraft/models/block/oak_trapdoor_open.json new file mode 100644 index 00000000..89d55882 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/oak_trapdoor_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_trapdoor_open", + "textures": { + "texture": "block/oak_trapdoor" + } +} diff --git a/1.14.4/assets/minecraft/models/block/oak_trapdoor_top.json b/1.14.4/assets/minecraft/models/block/oak_trapdoor_top.json new file mode 100644 index 00000000..79100bdd --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/oak_trapdoor_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_trapdoor_top", + "textures": { + "texture": "block/oak_trapdoor" + } +} diff --git a/1.14.4/assets/minecraft/models/block/oak_wood.json b/1.14.4/assets/minecraft/models/block/oak_wood.json new file mode 100644 index 00000000..c1a1399a --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/oak_wood.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/oak_log", + "side": "block/oak_log" + } +} diff --git a/1.14.4/assets/minecraft/models/block/observer.json b/1.14.4/assets/minecraft/models/block/observer.json new file mode 100644 index 00000000..1b8ca609 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/observer.json @@ -0,0 +1,23 @@ +{ + "parent": "block/block", + "textures": { + "bottom": "block/observer_back", + "side": "block/observer_side", + "top": "block/observer_top", + "front": "block/observer_front", + "particle": "block/observer_front" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#top", "cullface": "down" }, + "up": { "uv": [ 0, 16, 16, 0 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#front", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "east" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/observer_on.json b/1.14.4/assets/minecraft/models/block/observer_on.json new file mode 100644 index 00000000..ee290184 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/observer_on.json @@ -0,0 +1,6 @@ +{ + "parent": "block/observer", + "textures": { + "bottom": "block/observer_back_on" + } +} diff --git a/1.14.4/assets/minecraft/models/block/obsidian.json b/1.14.4/assets/minecraft/models/block/obsidian.json new file mode 100644 index 00000000..0cfa3f8d --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/obsidian.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/obsidian" + } +} diff --git a/1.14.4/assets/minecraft/models/block/orange_carpet.json b/1.14.4/assets/minecraft/models/block/orange_carpet.json new file mode 100644 index 00000000..d336ae45 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/orange_carpet.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "block/orange_wool", + "wool": "block/orange_wool" + } +} diff --git a/1.14.4/assets/minecraft/models/block/orange_concrete.json b/1.14.4/assets/minecraft/models/block/orange_concrete.json new file mode 100644 index 00000000..db86ec91 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/orange_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/orange_concrete" + } +} diff --git a/1.14.4/assets/minecraft/models/block/orange_concrete_powder.json b/1.14.4/assets/minecraft/models/block/orange_concrete_powder.json new file mode 100644 index 00000000..e93f5d5d --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/orange_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/orange_concrete_powder" + } +} diff --git a/1.14.4/assets/minecraft/models/block/orange_glazed_terracotta.json b/1.14.4/assets/minecraft/models/block/orange_glazed_terracotta.json new file mode 100644 index 00000000..df0fb4fb --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/orange_glazed_terracotta.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glazed_terracotta", + "textures": { + "particle": "block/orange_glazed_terracotta", + "pattern": "block/orange_glazed_terracotta" + } +} diff --git a/1.14.4/assets/minecraft/models/block/orange_shulker_box.json b/1.14.4/assets/minecraft/models/block/orange_shulker_box.json new file mode 100644 index 00000000..74c4e505 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/orange_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "block/orange_shulker_box" + } +} diff --git a/1.14.4/assets/minecraft/models/block/orange_stained_glass.json b/1.14.4/assets/minecraft/models/block/orange_stained_glass.json new file mode 100644 index 00000000..2c3e2a7c --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/orange_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/orange_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/orange_stained_glass_pane_noside.json b/1.14.4/assets/minecraft/models/block/orange_stained_glass_pane_noside.json new file mode 100644 index 00000000..9da4a3d2 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/orange_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside", + "textures": { + "pane": "block/orange_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/orange_stained_glass_pane_noside_alt.json b/1.14.4/assets/minecraft/models/block/orange_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..d467bdf8 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/orange_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside_alt", + "textures": { + "pane": "block/orange_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/orange_stained_glass_pane_post.json b/1.14.4/assets/minecraft/models/block/orange_stained_glass_pane_post.json new file mode 100644 index 00000000..012be409 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/orange_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_post", + "textures": { + "edge": "block/orange_stained_glass_pane_top", + "pane": "block/orange_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/orange_stained_glass_pane_side.json b/1.14.4/assets/minecraft/models/block/orange_stained_glass_pane_side.json new file mode 100644 index 00000000..5627157e --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/orange_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side", + "textures": { + "edge": "block/orange_stained_glass_pane_top", + "pane": "block/orange_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/orange_stained_glass_pane_side_alt.json b/1.14.4/assets/minecraft/models/block/orange_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..55412744 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/orange_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side_alt", + "textures": { + "edge": "block/orange_stained_glass_pane_top", + "pane": "block/orange_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/orange_terracotta.json b/1.14.4/assets/minecraft/models/block/orange_terracotta.json new file mode 100644 index 00000000..47b158c9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/orange_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/orange_terracotta" + } +} diff --git a/1.14.4/assets/minecraft/models/block/orange_tulip.json b/1.14.4/assets/minecraft/models/block/orange_tulip.json new file mode 100644 index 00000000..4685c47d --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/orange_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/orange_tulip" + } +} diff --git a/1.14.4/assets/minecraft/models/block/orange_wool.json b/1.14.4/assets/minecraft/models/block/orange_wool.json new file mode 100644 index 00000000..ff7f2884 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/orange_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/orange_wool" + } +} diff --git a/1.14.4/assets/minecraft/models/block/orientable.json b/1.14.4/assets/minecraft/models/block/orientable.json new file mode 100644 index 00000000..ad7bf9a7 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/orientable.json @@ -0,0 +1,6 @@ +{ + "parent": "block/orientable_with_bottom", + "textures": { + "bottom": "#top" + } +} diff --git a/1.14.4/assets/minecraft/models/block/orientable_vertical.json b/1.14.4/assets/minecraft/models/block/orientable_vertical.json new file mode 100644 index 00000000..5fb2223a --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/orientable_vertical.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "#side", + "down": "#side", + "up": "#front", + "north": "#side", + "east": "#side", + "south": "#side", + "west": "#side" + } +} diff --git a/1.14.4/assets/minecraft/models/block/orientable_with_bottom.json b/1.14.4/assets/minecraft/models/block/orientable_with_bottom.json new file mode 100644 index 00000000..d03a89bd --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/orientable_with_bottom.json @@ -0,0 +1,19 @@ +{ + "parent": "block/cube", + "display": { + "firstperson_righthand": { + "rotation": [ 0, 135, 0 ], + "translation": [ 0, 0, 0 ], + "scale": [ 0.40, 0.40, 0.40 ] + } + }, + "textures": { + "particle": "#front", + "down": "#bottom", + "up": "#top", + "north": "#front", + "east": "#side", + "south": "#side", + "west": "#side" + } +} diff --git a/1.14.4/assets/minecraft/models/block/outer_stairs.json b/1.14.4/assets/minecraft/models/block/outer_stairs.json new file mode 100644 index 00000000..03bbe420 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/outer_stairs.json @@ -0,0 +1,28 @@ +{ + "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, 8 ], + "to": [ 16, 16, 16 ], + "faces": { + "up": { "uv": [ 8, 8, 16, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 0, 0, 8, 8 ], "texture": "#side" }, + "south": { "uv": [ 8, 0, 16, 8 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 8, 0, 16, 8 ], "texture": "#side" }, + "east": { "uv": [ 0, 0, 8, 8 ], "texture": "#side", "cullface": "east" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/oxeye_daisy.json b/1.14.4/assets/minecraft/models/block/oxeye_daisy.json new file mode 100644 index 00000000..cb4f3b53 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/oxeye_daisy.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/oxeye_daisy" + } +} diff --git a/1.14.4/assets/minecraft/models/block/packed_ice.json b/1.14.4/assets/minecraft/models/block/packed_ice.json new file mode 100644 index 00000000..5b67237f --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/packed_ice.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/packed_ice" + } +} diff --git a/1.14.4/assets/minecraft/models/block/peony_bottom.json b/1.14.4/assets/minecraft/models/block/peony_bottom.json new file mode 100644 index 00000000..664b93bb --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/peony_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/peony_bottom" + } +} diff --git a/1.14.4/assets/minecraft/models/block/peony_top.json b/1.14.4/assets/minecraft/models/block/peony_top.json new file mode 100644 index 00000000..777fa437 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/peony_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/peony_top" + } +} diff --git a/1.14.4/assets/minecraft/models/block/petrified_oak_slab.json b/1.14.4/assets/minecraft/models/block/petrified_oak_slab.json new file mode 100644 index 00000000..72ff2ed1 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/petrified_oak_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/oak_planks", + "top": "block/oak_planks", + "side": "block/oak_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/petrified_oak_slab_top.json b/1.14.4/assets/minecraft/models/block/petrified_oak_slab_top.json new file mode 100644 index 00000000..5c68f7c1 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/petrified_oak_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/oak_planks", + "top": "block/oak_planks", + "side": "block/oak_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/pink_carpet.json b/1.14.4/assets/minecraft/models/block/pink_carpet.json new file mode 100644 index 00000000..b1838698 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/pink_carpet.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "block/pink_wool", + "wool": "block/pink_wool" + } +} diff --git a/1.14.4/assets/minecraft/models/block/pink_concrete.json b/1.14.4/assets/minecraft/models/block/pink_concrete.json new file mode 100644 index 00000000..1e80caf6 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/pink_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/pink_concrete" + } +} diff --git a/1.14.4/assets/minecraft/models/block/pink_concrete_powder.json b/1.14.4/assets/minecraft/models/block/pink_concrete_powder.json new file mode 100644 index 00000000..2dd6b371 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/pink_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/pink_concrete_powder" + } +} diff --git a/1.14.4/assets/minecraft/models/block/pink_glazed_terracotta.json b/1.14.4/assets/minecraft/models/block/pink_glazed_terracotta.json new file mode 100644 index 00000000..bd8d7ca2 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/pink_glazed_terracotta.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glazed_terracotta", + "textures": { + "particle": "block/pink_glazed_terracotta", + "pattern": "block/pink_glazed_terracotta" + } +} diff --git a/1.14.4/assets/minecraft/models/block/pink_shulker_box.json b/1.14.4/assets/minecraft/models/block/pink_shulker_box.json new file mode 100644 index 00000000..3c17aa8c --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/pink_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "block/pink_shulker_box" + } +} diff --git a/1.14.4/assets/minecraft/models/block/pink_stained_glass.json b/1.14.4/assets/minecraft/models/block/pink_stained_glass.json new file mode 100644 index 00000000..db9da757 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/pink_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/pink_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/pink_stained_glass_pane_noside.json b/1.14.4/assets/minecraft/models/block/pink_stained_glass_pane_noside.json new file mode 100644 index 00000000..df37dee8 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/pink_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside", + "textures": { + "pane": "block/pink_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/pink_stained_glass_pane_noside_alt.json b/1.14.4/assets/minecraft/models/block/pink_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..f5514b63 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/pink_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside_alt", + "textures": { + "pane": "block/pink_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/pink_stained_glass_pane_post.json b/1.14.4/assets/minecraft/models/block/pink_stained_glass_pane_post.json new file mode 100644 index 00000000..30622b6a --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/pink_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_post", + "textures": { + "edge": "block/pink_stained_glass_pane_top", + "pane": "block/pink_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/pink_stained_glass_pane_side.json b/1.14.4/assets/minecraft/models/block/pink_stained_glass_pane_side.json new file mode 100644 index 00000000..21210d69 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/pink_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side", + "textures": { + "edge": "block/pink_stained_glass_pane_top", + "pane": "block/pink_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/pink_stained_glass_pane_side_alt.json b/1.14.4/assets/minecraft/models/block/pink_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..8f21c23e --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/pink_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side_alt", + "textures": { + "edge": "block/pink_stained_glass_pane_top", + "pane": "block/pink_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/pink_terracotta.json b/1.14.4/assets/minecraft/models/block/pink_terracotta.json new file mode 100644 index 00000000..c585ef30 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/pink_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/pink_terracotta" + } +} diff --git a/1.14.4/assets/minecraft/models/block/pink_tulip.json b/1.14.4/assets/minecraft/models/block/pink_tulip.json new file mode 100644 index 00000000..499b9e49 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/pink_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/pink_tulip" + } +} diff --git a/1.14.4/assets/minecraft/models/block/pink_wool.json b/1.14.4/assets/minecraft/models/block/pink_wool.json new file mode 100644 index 00000000..ab60bcac --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/pink_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/pink_wool" + } +} diff --git a/1.14.4/assets/minecraft/models/block/piston.json b/1.14.4/assets/minecraft/models/block/piston.json new file mode 100644 index 00000000..760afe1d --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/piston.json @@ -0,0 +1,8 @@ +{ + "parent": "block/template_piston", + "textures": { + "bottom": "block/piston_bottom", + "side": "block/piston_side", + "platform": "block/piston_top" + } +} diff --git a/1.14.4/assets/minecraft/models/block/piston_base.json b/1.14.4/assets/minecraft/models/block/piston_base.json new file mode 100644 index 00000000..605c2f68 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/piston_base.json @@ -0,0 +1,8 @@ +{ + "parent": "block/piston_extended", + "textures": { + "bottom": "block/piston_bottom", + "side": "block/piston_side", + "inside": "block/piston_inner" + } +} diff --git a/1.14.4/assets/minecraft/models/block/piston_extended.json b/1.14.4/assets/minecraft/models/block/piston_extended.json new file mode 100644 index 00000000..45e04a30 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/piston_extended.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#side" + }, + "elements": [ + { "from": [ 0, 0, 4 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 4, 16, 16 ], "texture": "#side", "cullface": "down", "rotation": 180 }, + "up": { "uv": [ 0, 4, 16, 16 ], "texture": "#side", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#inside" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "south" }, + "west": { "uv": [ 0, 4, 16, 16 ], "texture": "#side", "cullface": "west", "rotation": 270 }, + "east": { "uv": [ 0, 4, 16, 16 ], "texture": "#side", "cullface": "east", "rotation": 90 } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/piston_head.json b/1.14.4/assets/minecraft/models/block/piston_head.json new file mode 100644 index 00000000..b5f09c47 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/piston_head.json @@ -0,0 +1,8 @@ +{ + "parent": "block/template_piston_head", + "textures": { + "unsticky": "block/piston_top", + "side": "block/piston_side", + "platform": "block/piston_top" + } +} diff --git a/1.14.4/assets/minecraft/models/block/piston_head_short.json b/1.14.4/assets/minecraft/models/block/piston_head_short.json new file mode 100644 index 00000000..739d83a2 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/piston_head_short.json @@ -0,0 +1,8 @@ +{ + "parent": "block/template_piston_head_short", + "textures": { + "unsticky": "block/piston_top", + "side": "block/piston_side", + "platform": "block/piston_top" + } +} diff --git a/1.14.4/assets/minecraft/models/block/piston_head_short_sticky.json b/1.14.4/assets/minecraft/models/block/piston_head_short_sticky.json new file mode 100644 index 00000000..79c17314 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/piston_head_short_sticky.json @@ -0,0 +1,8 @@ +{ + "parent": "block/template_piston_head_short", + "textures": { + "unsticky": "block/piston_top", + "side": "block/piston_side", + "platform": "block/piston_top_sticky" + } +} diff --git a/1.14.4/assets/minecraft/models/block/piston_head_sticky.json b/1.14.4/assets/minecraft/models/block/piston_head_sticky.json new file mode 100644 index 00000000..e2b08dbe --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/piston_head_sticky.json @@ -0,0 +1,8 @@ +{ + "parent": "block/template_piston_head", + "textures": { + "unsticky": "block/piston_top", + "side": "block/piston_side", + "platform": "block/piston_top_sticky" + } +} diff --git a/1.14.4/assets/minecraft/models/block/piston_inventory.json b/1.14.4/assets/minecraft/models/block/piston_inventory.json new file mode 100644 index 00000000..76217496 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/piston_inventory.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "block/piston_bottom", + "side": "block/piston_side", + "top": "block/piston_top" + } +} diff --git a/1.14.4/assets/minecraft/models/block/podzol.json b/1.14.4/assets/minecraft/models/block/podzol.json new file mode 100644 index 00000000..8d1c2502 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/podzol.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "block/dirt", + "top": "block/podzol_top", + "side": "block/podzol_side" + } +} diff --git a/1.14.4/assets/minecraft/models/block/polished_andesite.json b/1.14.4/assets/minecraft/models/block/polished_andesite.json new file mode 100644 index 00000000..6e0608d4 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/polished_andesite.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/polished_andesite" + } +} diff --git a/1.14.4/assets/minecraft/models/block/polished_andesite_slab.json b/1.14.4/assets/minecraft/models/block/polished_andesite_slab.json new file mode 100644 index 00000000..6959e6cd --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/polished_andesite_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/polished_andesite", + "top": "block/polished_andesite", + "side": "block/polished_andesite" + } +} diff --git a/1.14.4/assets/minecraft/models/block/polished_andesite_slab_top.json b/1.14.4/assets/minecraft/models/block/polished_andesite_slab_top.json new file mode 100644 index 00000000..c728a527 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/polished_andesite_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/polished_andesite", + "top": "block/polished_andesite", + "side": "block/polished_andesite" + } +} diff --git a/1.14.4/assets/minecraft/models/block/polished_andesite_stairs.json b/1.14.4/assets/minecraft/models/block/polished_andesite_stairs.json new file mode 100644 index 00000000..3d42822f --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/polished_andesite_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/polished_andesite", + "top": "block/polished_andesite", + "side": "block/polished_andesite" + } +} diff --git a/1.14.4/assets/minecraft/models/block/polished_andesite_stairs_inner.json b/1.14.4/assets/minecraft/models/block/polished_andesite_stairs_inner.json new file mode 100644 index 00000000..c5dabe2c --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/polished_andesite_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/polished_andesite", + "top": "block/polished_andesite", + "side": "block/polished_andesite" + } +} diff --git a/1.14.4/assets/minecraft/models/block/polished_andesite_stairs_outer.json b/1.14.4/assets/minecraft/models/block/polished_andesite_stairs_outer.json new file mode 100644 index 00000000..15f8d872 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/polished_andesite_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/polished_andesite", + "top": "block/polished_andesite", + "side": "block/polished_andesite" + } +} diff --git a/1.14.4/assets/minecraft/models/block/polished_diorite.json b/1.14.4/assets/minecraft/models/block/polished_diorite.json new file mode 100644 index 00000000..e5bc8b45 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/polished_diorite.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/polished_diorite" + } +} diff --git a/1.14.4/assets/minecraft/models/block/polished_diorite_slab.json b/1.14.4/assets/minecraft/models/block/polished_diorite_slab.json new file mode 100644 index 00000000..8df06d30 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/polished_diorite_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/polished_diorite", + "top": "block/polished_diorite", + "side": "block/polished_diorite" + } +} diff --git a/1.14.4/assets/minecraft/models/block/polished_diorite_slab_top.json b/1.14.4/assets/minecraft/models/block/polished_diorite_slab_top.json new file mode 100644 index 00000000..b0af57d8 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/polished_diorite_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/polished_diorite", + "top": "block/polished_diorite", + "side": "block/polished_diorite" + } +} diff --git a/1.14.4/assets/minecraft/models/block/polished_diorite_stairs.json b/1.14.4/assets/minecraft/models/block/polished_diorite_stairs.json new file mode 100644 index 00000000..4073fcba --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/polished_diorite_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/polished_diorite", + "top": "block/polished_diorite", + "side": "block/polished_diorite" + } +} diff --git a/1.14.4/assets/minecraft/models/block/polished_diorite_stairs_inner.json b/1.14.4/assets/minecraft/models/block/polished_diorite_stairs_inner.json new file mode 100644 index 00000000..b3b75e6d --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/polished_diorite_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/polished_diorite", + "top": "block/polished_diorite", + "side": "block/polished_diorite" + } +} diff --git a/1.14.4/assets/minecraft/models/block/polished_diorite_stairs_outer.json b/1.14.4/assets/minecraft/models/block/polished_diorite_stairs_outer.json new file mode 100644 index 00000000..635b2295 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/polished_diorite_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/polished_diorite", + "top": "block/polished_diorite", + "side": "block/polished_diorite" + } +} diff --git a/1.14.4/assets/minecraft/models/block/polished_granite.json b/1.14.4/assets/minecraft/models/block/polished_granite.json new file mode 100644 index 00000000..262f0bd2 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/polished_granite.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/polished_granite" + } +} diff --git a/1.14.4/assets/minecraft/models/block/polished_granite_slab.json b/1.14.4/assets/minecraft/models/block/polished_granite_slab.json new file mode 100644 index 00000000..ad723c34 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/polished_granite_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/polished_granite", + "top": "block/polished_granite", + "side": "block/polished_granite" + } +} diff --git a/1.14.4/assets/minecraft/models/block/polished_granite_slab_top.json b/1.14.4/assets/minecraft/models/block/polished_granite_slab_top.json new file mode 100644 index 00000000..8a59322b --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/polished_granite_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/polished_granite", + "top": "block/polished_granite", + "side": "block/polished_granite" + } +} diff --git a/1.14.4/assets/minecraft/models/block/polished_granite_stairs.json b/1.14.4/assets/minecraft/models/block/polished_granite_stairs.json new file mode 100644 index 00000000..ec1d51e5 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/polished_granite_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/polished_granite", + "top": "block/polished_granite", + "side": "block/polished_granite" + } +} diff --git a/1.14.4/assets/minecraft/models/block/polished_granite_stairs_inner.json b/1.14.4/assets/minecraft/models/block/polished_granite_stairs_inner.json new file mode 100644 index 00000000..58f195ab --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/polished_granite_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/polished_granite", + "top": "block/polished_granite", + "side": "block/polished_granite" + } +} diff --git a/1.14.4/assets/minecraft/models/block/polished_granite_stairs_outer.json b/1.14.4/assets/minecraft/models/block/polished_granite_stairs_outer.json new file mode 100644 index 00000000..42c04741 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/polished_granite_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/polished_granite", + "top": "block/polished_granite", + "side": "block/polished_granite" + } +} diff --git a/1.14.4/assets/minecraft/models/block/poppy.json b/1.14.4/assets/minecraft/models/block/poppy.json new file mode 100644 index 00000000..e3592b72 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/poppy.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/poppy" + } +} diff --git a/1.14.4/assets/minecraft/models/block/potatoes_stage0.json b/1.14.4/assets/minecraft/models/block/potatoes_stage0.json new file mode 100644 index 00000000..d9e85190 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/potatoes_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "block/potatoes_stage0" + } +} diff --git a/1.14.4/assets/minecraft/models/block/potatoes_stage1.json b/1.14.4/assets/minecraft/models/block/potatoes_stage1.json new file mode 100644 index 00000000..d859b814 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/potatoes_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "block/potatoes_stage1" + } +} diff --git a/1.14.4/assets/minecraft/models/block/potatoes_stage2.json b/1.14.4/assets/minecraft/models/block/potatoes_stage2.json new file mode 100644 index 00000000..a7dcc430 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/potatoes_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "block/potatoes_stage2" + } +} diff --git a/1.14.4/assets/minecraft/models/block/potatoes_stage3.json b/1.14.4/assets/minecraft/models/block/potatoes_stage3.json new file mode 100644 index 00000000..84558f0d --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/potatoes_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "block/potatoes_stage3" + } +} diff --git a/1.14.4/assets/minecraft/models/block/potted_acacia_sapling.json b/1.14.4/assets/minecraft/models/block/potted_acacia_sapling.json new file mode 100644 index 00000000..0e96288a --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/potted_acacia_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "block/acacia_sapling" + } +} diff --git a/1.14.4/assets/minecraft/models/block/potted_allium.json b/1.14.4/assets/minecraft/models/block/potted_allium.json new file mode 100644 index 00000000..9652dca2 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/potted_allium.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "block/allium" + } +} diff --git a/1.14.4/assets/minecraft/models/block/potted_azure_bluet.json b/1.14.4/assets/minecraft/models/block/potted_azure_bluet.json new file mode 100644 index 00000000..0e9fac87 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/potted_azure_bluet.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "block/azure_bluet" + } +} diff --git a/1.14.4/assets/minecraft/models/block/potted_bamboo.json b/1.14.4/assets/minecraft/models/block/potted_bamboo.json new file mode 100644 index 00000000..2c98625a --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/potted_bamboo.json @@ -0,0 +1,78 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/flower_pot", + "flowerpot": "block/flower_pot", + "dirt": "block/dirt", + "bamboo": "block/bamboo_stalk", + "leaf": "block/bamboo_singleleaf" + }, + "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": [ 7, 0, 7 ], + "to": [ 9, 16, 9 ], + "faces": { + "down": { "uv": [ 13, 4, 15, 6 ], "texture": "#bamboo", "cullface": "down" }, + "up": { "uv": [ 13, 0, 15, 2], "texture": "#bamboo", "cullface": "up" }, + "north": { "uv": [ 6, 0, 8, 16 ], "texture": "#bamboo" }, + "south": { "uv": [ 6, 0, 8, 16 ], "texture": "#bamboo" }, + "west": { "uv": [ 6, 0, 8, 16 ], "texture": "#bamboo" }, + "east": { "uv": [ 6, 0, 8, 16 ], "texture": "#bamboo" } + } + }, + { "from": [ 0, 2, 8 ], + "to": [ 16, 18, 8 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#leaf" }, + "south": { "uv": [ 16, 0, 0, 16 ], "texture": "#leaf" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/potted_birch_sapling.json b/1.14.4/assets/minecraft/models/block/potted_birch_sapling.json new file mode 100644 index 00000000..57b1f01c --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/potted_birch_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "block/birch_sapling" + } +} diff --git a/1.14.4/assets/minecraft/models/block/potted_blue_orchid.json b/1.14.4/assets/minecraft/models/block/potted_blue_orchid.json new file mode 100644 index 00000000..34af957e --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/potted_blue_orchid.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "block/blue_orchid" + } +} diff --git a/1.14.4/assets/minecraft/models/block/potted_brown_mushroom.json b/1.14.4/assets/minecraft/models/block/potted_brown_mushroom.json new file mode 100644 index 00000000..32e39b9f --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/potted_brown_mushroom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "block/brown_mushroom" + } +} diff --git a/1.14.4/assets/minecraft/models/block/potted_cactus.json b/1.14.4/assets/minecraft/models/block/potted_cactus.json new file mode 100644 index 00000000..91d4bb37 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/potted_cactus.json @@ -0,0 +1,86 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/flower_pot", + "flowerpot": "block/flower_pot", + "dirt": "block/dirt", + "cactus": "block/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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/potted_cornflower.json b/1.14.4/assets/minecraft/models/block/potted_cornflower.json new file mode 100644 index 00000000..a64d5de8 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/potted_cornflower.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "block/cornflower" + } +} diff --git a/1.14.4/assets/minecraft/models/block/potted_dandelion.json b/1.14.4/assets/minecraft/models/block/potted_dandelion.json new file mode 100644 index 00000000..4171fe90 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/potted_dandelion.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "block/dandelion" + } +} diff --git a/1.14.4/assets/minecraft/models/block/potted_dark_oak_sapling.json b/1.14.4/assets/minecraft/models/block/potted_dark_oak_sapling.json new file mode 100644 index 00000000..686fd186 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/potted_dark_oak_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "block/dark_oak_sapling" + } +} diff --git a/1.14.4/assets/minecraft/models/block/potted_dead_bush.json b/1.14.4/assets/minecraft/models/block/potted_dead_bush.json new file mode 100644 index 00000000..0bd0f57c --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/potted_dead_bush.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "block/dead_bush" + } +} diff --git a/1.14.4/assets/minecraft/models/block/potted_fern.json b/1.14.4/assets/minecraft/models/block/potted_fern.json new file mode 100644 index 00000000..012aa52e --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/potted_fern.json @@ -0,0 +1,74 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/flower_pot", + "flowerpot": "block/flower_pot", + "dirt": "block/dirt", + "plant": "block/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 } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/potted_jungle_sapling.json b/1.14.4/assets/minecraft/models/block/potted_jungle_sapling.json new file mode 100644 index 00000000..a25895f8 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/potted_jungle_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "block/jungle_sapling" + } +} diff --git a/1.14.4/assets/minecraft/models/block/potted_lily_of_the_valley.json b/1.14.4/assets/minecraft/models/block/potted_lily_of_the_valley.json new file mode 100644 index 00000000..ac3cf300 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/potted_lily_of_the_valley.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "block/lily_of_the_valley" + } +} diff --git a/1.14.4/assets/minecraft/models/block/potted_oak_sapling.json b/1.14.4/assets/minecraft/models/block/potted_oak_sapling.json new file mode 100644 index 00000000..87e441c7 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/potted_oak_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "block/oak_sapling" + } +} diff --git a/1.14.4/assets/minecraft/models/block/potted_orange_tulip.json b/1.14.4/assets/minecraft/models/block/potted_orange_tulip.json new file mode 100644 index 00000000..08a26ff5 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/potted_orange_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "block/orange_tulip" + } +} diff --git a/1.14.4/assets/minecraft/models/block/potted_oxeye_daisy.json b/1.14.4/assets/minecraft/models/block/potted_oxeye_daisy.json new file mode 100644 index 00000000..fbf42dab --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/potted_oxeye_daisy.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "block/oxeye_daisy" + } +} diff --git a/1.14.4/assets/minecraft/models/block/potted_pink_tulip.json b/1.14.4/assets/minecraft/models/block/potted_pink_tulip.json new file mode 100644 index 00000000..590d0465 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/potted_pink_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "block/pink_tulip" + } +} diff --git a/1.14.4/assets/minecraft/models/block/potted_poppy.json b/1.14.4/assets/minecraft/models/block/potted_poppy.json new file mode 100644 index 00000000..e015fd6e --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/potted_poppy.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "block/poppy" + } +} diff --git a/1.14.4/assets/minecraft/models/block/potted_red_mushroom.json b/1.14.4/assets/minecraft/models/block/potted_red_mushroom.json new file mode 100644 index 00000000..088bf034 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/potted_red_mushroom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "block/red_mushroom" + } +} diff --git a/1.14.4/assets/minecraft/models/block/potted_red_tulip.json b/1.14.4/assets/minecraft/models/block/potted_red_tulip.json new file mode 100644 index 00000000..756ee49d --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/potted_red_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "block/red_tulip" + } +} diff --git a/1.14.4/assets/minecraft/models/block/potted_spruce_sapling.json b/1.14.4/assets/minecraft/models/block/potted_spruce_sapling.json new file mode 100644 index 00000000..583c5623 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/potted_spruce_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "block/spruce_sapling" + } +} diff --git a/1.14.4/assets/minecraft/models/block/potted_white_tulip.json b/1.14.4/assets/minecraft/models/block/potted_white_tulip.json new file mode 100644 index 00000000..433a64da --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/potted_white_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "block/white_tulip" + } +} diff --git a/1.14.4/assets/minecraft/models/block/potted_wither_rose.json b/1.14.4/assets/minecraft/models/block/potted_wither_rose.json new file mode 100644 index 00000000..0205eabe --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/potted_wither_rose.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "block/wither_rose" + } +} diff --git a/1.14.4/assets/minecraft/models/block/powered_rail.json b/1.14.4/assets/minecraft/models/block/powered_rail.json new file mode 100644 index 00000000..c85bd0d6 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/powered_rail.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_flat", + "textures": { + "rail": "block/powered_rail" + } +} diff --git a/1.14.4/assets/minecraft/models/block/powered_rail_on.json b/1.14.4/assets/minecraft/models/block/powered_rail_on.json new file mode 100644 index 00000000..89474f8c --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/powered_rail_on.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_flat", + "textures": { + "rail": "block/powered_rail_on" + } +} diff --git a/1.14.4/assets/minecraft/models/block/powered_rail_on_raised_ne.json b/1.14.4/assets/minecraft/models/block/powered_rail_on_raised_ne.json new file mode 100644 index 00000000..8f8c269f --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/powered_rail_on_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_rail_raised_ne", + "textures": { + "rail": "block/powered_rail_on" + } +} diff --git a/1.14.4/assets/minecraft/models/block/powered_rail_on_raised_sw.json b/1.14.4/assets/minecraft/models/block/powered_rail_on_raised_sw.json new file mode 100644 index 00000000..9e949bef --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/powered_rail_on_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_rail_raised_sw", + "textures": { + "rail": "block/powered_rail_on" + } +} diff --git a/1.14.4/assets/minecraft/models/block/powered_rail_raised_ne.json b/1.14.4/assets/minecraft/models/block/powered_rail_raised_ne.json new file mode 100644 index 00000000..4498c583 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/powered_rail_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_rail_raised_ne", + "textures": { + "rail": "block/powered_rail" + } +} diff --git a/1.14.4/assets/minecraft/models/block/powered_rail_raised_sw.json b/1.14.4/assets/minecraft/models/block/powered_rail_raised_sw.json new file mode 100644 index 00000000..720f1b8c --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/powered_rail_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_rail_raised_sw", + "textures": { + "rail": "block/powered_rail" + } +} diff --git a/1.14.4/assets/minecraft/models/block/pressure_plate_down.json b/1.14.4/assets/minecraft/models/block/pressure_plate_down.json new file mode 100644 index 00000000..db6e6ba6 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/pressure_plate_down.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 1, 0, 1 ], + "to": [ 15, 0.5, 15 ], + "faces": { + "down": { "uv": [ 1, 1, 15, 15 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 1, 1, 15, 15 ], "texture": "#texture" }, + "north": { "uv": [ 1, 15, 15, 15.5 ], "texture": "#texture" }, + "south": { "uv": [ 1, 15, 15, 15.5 ], "texture": "#texture" }, + "west": { "uv": [ 1, 15, 15, 15.5 ], "texture": "#texture" }, + "east": { "uv": [ 1, 15, 15, 15.5 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/pressure_plate_up.json b/1.14.4/assets/minecraft/models/block/pressure_plate_up.json new file mode 100644 index 00000000..689fbe4f --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/pressure_plate_up.json @@ -0,0 +1,18 @@ +{ "parent": "block/thin_block", + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 1, 0, 1 ], + "to": [ 15, 1, 15 ], + "faces": { + "down": { "uv": [ 1, 1, 15, 15 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 1, 1, 15, 15 ], "texture": "#texture" }, + "north": { "uv": [ 1, 15, 15, 16 ], "texture": "#texture" }, + "south": { "uv": [ 1, 15, 15, 16 ], "texture": "#texture" }, + "west": { "uv": [ 1, 15, 15, 16 ], "texture": "#texture" }, + "east": { "uv": [ 1, 15, 15, 16 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/prismarine.json b/1.14.4/assets/minecraft/models/block/prismarine.json new file mode 100644 index 00000000..2bb216bd --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/prismarine.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/prismarine" + } +} diff --git a/1.14.4/assets/minecraft/models/block/prismarine_brick_slab.json b/1.14.4/assets/minecraft/models/block/prismarine_brick_slab.json new file mode 100644 index 00000000..beac9842 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/prismarine_brick_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/prismarine_bricks", + "top": "block/prismarine_bricks", + "side": "block/prismarine_bricks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/prismarine_brick_slab_top.json b/1.14.4/assets/minecraft/models/block/prismarine_brick_slab_top.json new file mode 100644 index 00000000..d06900ef --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/prismarine_brick_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/prismarine_bricks", + "top": "block/prismarine_bricks", + "side": "block/prismarine_bricks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/prismarine_brick_stairs.json b/1.14.4/assets/minecraft/models/block/prismarine_brick_stairs.json new file mode 100644 index 00000000..012bd43b --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/prismarine_brick_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/prismarine_bricks", + "top": "block/prismarine_bricks", + "side": "block/prismarine_bricks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/prismarine_brick_stairs_inner.json b/1.14.4/assets/minecraft/models/block/prismarine_brick_stairs_inner.json new file mode 100644 index 00000000..37a79c8a --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/prismarine_brick_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/prismarine_bricks", + "top": "block/prismarine_bricks", + "side": "block/prismarine_bricks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/prismarine_brick_stairs_outer.json b/1.14.4/assets/minecraft/models/block/prismarine_brick_stairs_outer.json new file mode 100644 index 00000000..ad8eb0c1 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/prismarine_brick_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/prismarine_bricks", + "top": "block/prismarine_bricks", + "side": "block/prismarine_bricks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/prismarine_bricks.json b/1.14.4/assets/minecraft/models/block/prismarine_bricks.json new file mode 100644 index 00000000..4f7f6a79 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/prismarine_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/prismarine_bricks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/prismarine_slab.json b/1.14.4/assets/minecraft/models/block/prismarine_slab.json new file mode 100644 index 00000000..c61e8b76 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/prismarine_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/prismarine", + "top": "block/prismarine", + "side": "block/prismarine" + } +} diff --git a/1.14.4/assets/minecraft/models/block/prismarine_slab_top.json b/1.14.4/assets/minecraft/models/block/prismarine_slab_top.json new file mode 100644 index 00000000..963cbf6b --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/prismarine_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/prismarine", + "top": "block/prismarine", + "side": "block/prismarine" + } +} diff --git a/1.14.4/assets/minecraft/models/block/prismarine_stairs.json b/1.14.4/assets/minecraft/models/block/prismarine_stairs.json new file mode 100644 index 00000000..dc53fb59 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/prismarine_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/prismarine", + "top": "block/prismarine", + "side": "block/prismarine" + } +} diff --git a/1.14.4/assets/minecraft/models/block/prismarine_stairs_inner.json b/1.14.4/assets/minecraft/models/block/prismarine_stairs_inner.json new file mode 100644 index 00000000..d900bb65 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/prismarine_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/prismarine", + "top": "block/prismarine", + "side": "block/prismarine" + } +} diff --git a/1.14.4/assets/minecraft/models/block/prismarine_stairs_outer.json b/1.14.4/assets/minecraft/models/block/prismarine_stairs_outer.json new file mode 100644 index 00000000..0b67644e --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/prismarine_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/prismarine", + "top": "block/prismarine", + "side": "block/prismarine" + } +} diff --git a/1.14.4/assets/minecraft/models/block/prismarine_wall_inventory.json b/1.14.4/assets/minecraft/models/block/prismarine_wall_inventory.json new file mode 100644 index 00000000..e5f5a42c --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/prismarine_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_inventory", + "textures": { + "wall": "block/prismarine" + } +} diff --git a/1.14.4/assets/minecraft/models/block/prismarine_wall_post.json b/1.14.4/assets/minecraft/models/block/prismarine_wall_post.json new file mode 100644 index 00000000..3e2eced1 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/prismarine_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_wall_post", + "textures": { + "wall": "block/prismarine" + } +} diff --git a/1.14.4/assets/minecraft/models/block/prismarine_wall_side.json b/1.14.4/assets/minecraft/models/block/prismarine_wall_side.json new file mode 100644 index 00000000..3b3470d0 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/prismarine_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_wall_side", + "textures": { + "wall": "block/prismarine" + } +} diff --git a/1.14.4/assets/minecraft/models/block/pumpkin.json b/1.14.4/assets/minecraft/models/block/pumpkin.json new file mode 100644 index 00000000..ab505114 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/pumpkin.json @@ -0,0 +1,14 @@ +{ + "parent": "block/cube_column", + "display": { + "firstperson_righthand": { + "rotation": [ 0, 135, 0 ], + "translation": [ 0, 0, 0 ], + "scale": [ 0.40, 0.40, 0.40 ] + } + }, + "textures": { + "end": "block/pumpkin_top", + "side": "block/pumpkin_side" + } +} diff --git a/1.14.4/assets/minecraft/models/block/pumpkin_stem_stage0.json b/1.14.4/assets/minecraft/models/block/pumpkin_stem_stage0.json new file mode 100644 index 00000000..b7bb19b8 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/pumpkin_stem_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth0", + "textures": { + "stem": "block/pumpkin_stem" + } +} diff --git a/1.14.4/assets/minecraft/models/block/pumpkin_stem_stage1.json b/1.14.4/assets/minecraft/models/block/pumpkin_stem_stage1.json new file mode 100644 index 00000000..d5f0127b --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/pumpkin_stem_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth1", + "textures": { + "stem": "block/pumpkin_stem" + } +} diff --git a/1.14.4/assets/minecraft/models/block/pumpkin_stem_stage2.json b/1.14.4/assets/minecraft/models/block/pumpkin_stem_stage2.json new file mode 100644 index 00000000..2ca3cca7 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/pumpkin_stem_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth2", + "textures": { + "stem": "block/pumpkin_stem" + } +} diff --git a/1.14.4/assets/minecraft/models/block/pumpkin_stem_stage3.json b/1.14.4/assets/minecraft/models/block/pumpkin_stem_stage3.json new file mode 100644 index 00000000..6bcb39fa --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/pumpkin_stem_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth3", + "textures": { + "stem": "block/pumpkin_stem" + } +} diff --git a/1.14.4/assets/minecraft/models/block/pumpkin_stem_stage4.json b/1.14.4/assets/minecraft/models/block/pumpkin_stem_stage4.json new file mode 100644 index 00000000..6f8c8636 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/pumpkin_stem_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth4", + "textures": { + "stem": "block/pumpkin_stem" + } +} diff --git a/1.14.4/assets/minecraft/models/block/pumpkin_stem_stage5.json b/1.14.4/assets/minecraft/models/block/pumpkin_stem_stage5.json new file mode 100644 index 00000000..df925e8f --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/pumpkin_stem_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth5", + "textures": { + "stem": "block/pumpkin_stem" + } +} diff --git a/1.14.4/assets/minecraft/models/block/pumpkin_stem_stage6.json b/1.14.4/assets/minecraft/models/block/pumpkin_stem_stage6.json new file mode 100644 index 00000000..5757b58a --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/pumpkin_stem_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth6", + "textures": { + "stem": "block/pumpkin_stem" + } +} diff --git a/1.14.4/assets/minecraft/models/block/pumpkin_stem_stage7.json b/1.14.4/assets/minecraft/models/block/pumpkin_stem_stage7.json new file mode 100644 index 00000000..f0abafa2 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/pumpkin_stem_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth7", + "textures": { + "stem": "block/pumpkin_stem" + } +} diff --git a/1.14.4/assets/minecraft/models/block/purple_carpet.json b/1.14.4/assets/minecraft/models/block/purple_carpet.json new file mode 100644 index 00000000..85d8e740 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/purple_carpet.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "block/purple_wool", + "wool": "block/purple_wool" + } +} diff --git a/1.14.4/assets/minecraft/models/block/purple_concrete.json b/1.14.4/assets/minecraft/models/block/purple_concrete.json new file mode 100644 index 00000000..d50588b2 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/purple_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/purple_concrete" + } +} diff --git a/1.14.4/assets/minecraft/models/block/purple_concrete_powder.json b/1.14.4/assets/minecraft/models/block/purple_concrete_powder.json new file mode 100644 index 00000000..0cdf53f6 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/purple_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/purple_concrete_powder" + } +} diff --git a/1.14.4/assets/minecraft/models/block/purple_glazed_terracotta.json b/1.14.4/assets/minecraft/models/block/purple_glazed_terracotta.json new file mode 100644 index 00000000..b1082bdc --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/purple_glazed_terracotta.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glazed_terracotta", + "textures": { + "particle": "block/purple_glazed_terracotta", + "pattern": "block/purple_glazed_terracotta" + } +} diff --git a/1.14.4/assets/minecraft/models/block/purple_shulker_box.json b/1.14.4/assets/minecraft/models/block/purple_shulker_box.json new file mode 100644 index 00000000..648f7579 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/purple_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "block/purple_shulker_box" + } +} diff --git a/1.14.4/assets/minecraft/models/block/purple_stained_glass.json b/1.14.4/assets/minecraft/models/block/purple_stained_glass.json new file mode 100644 index 00000000..2fb40fc4 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/purple_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/purple_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/purple_stained_glass_pane_noside.json b/1.14.4/assets/minecraft/models/block/purple_stained_glass_pane_noside.json new file mode 100644 index 00000000..253cc7fb --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/purple_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside", + "textures": { + "pane": "block/purple_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/purple_stained_glass_pane_noside_alt.json b/1.14.4/assets/minecraft/models/block/purple_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..950a5340 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/purple_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside_alt", + "textures": { + "pane": "block/purple_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/purple_stained_glass_pane_post.json b/1.14.4/assets/minecraft/models/block/purple_stained_glass_pane_post.json new file mode 100644 index 00000000..0335f701 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/purple_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_post", + "textures": { + "edge": "block/purple_stained_glass_pane_top", + "pane": "block/purple_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/purple_stained_glass_pane_side.json b/1.14.4/assets/minecraft/models/block/purple_stained_glass_pane_side.json new file mode 100644 index 00000000..07274966 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/purple_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side", + "textures": { + "edge": "block/purple_stained_glass_pane_top", + "pane": "block/purple_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/purple_stained_glass_pane_side_alt.json b/1.14.4/assets/minecraft/models/block/purple_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..d400fee3 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/purple_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side_alt", + "textures": { + "edge": "block/purple_stained_glass_pane_top", + "pane": "block/purple_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/purple_terracotta.json b/1.14.4/assets/minecraft/models/block/purple_terracotta.json new file mode 100644 index 00000000..4c2f8381 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/purple_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/purple_terracotta" + } +} diff --git a/1.14.4/assets/minecraft/models/block/purple_wool.json b/1.14.4/assets/minecraft/models/block/purple_wool.json new file mode 100644 index 00000000..cb4afc34 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/purple_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/purple_wool" + } +} diff --git a/1.14.4/assets/minecraft/models/block/purpur_block.json b/1.14.4/assets/minecraft/models/block/purpur_block.json new file mode 100644 index 00000000..b500dbf3 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/purpur_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/purpur_block" + } +} diff --git a/1.14.4/assets/minecraft/models/block/purpur_pillar.json b/1.14.4/assets/minecraft/models/block/purpur_pillar.json new file mode 100644 index 00000000..0a7afade --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/purpur_pillar.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/purpur_pillar_top", + "side": "block/purpur_pillar" + } +} diff --git a/1.14.4/assets/minecraft/models/block/purpur_slab.json b/1.14.4/assets/minecraft/models/block/purpur_slab.json new file mode 100644 index 00000000..57d3e1b7 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/purpur_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/purpur_block", + "top": "block/purpur_block", + "side": "block/purpur_block" + } +} diff --git a/1.14.4/assets/minecraft/models/block/purpur_slab_top.json b/1.14.4/assets/minecraft/models/block/purpur_slab_top.json new file mode 100644 index 00000000..1e06659e --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/purpur_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/purpur_block", + "top": "block/purpur_block", + "side": "block/purpur_block" + } +} diff --git a/1.14.4/assets/minecraft/models/block/purpur_stairs.json b/1.14.4/assets/minecraft/models/block/purpur_stairs.json new file mode 100644 index 00000000..a48ecef3 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/purpur_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/purpur_block", + "top": "block/purpur_block", + "side": "block/purpur_block" + } +} diff --git a/1.14.4/assets/minecraft/models/block/purpur_stairs_inner.json b/1.14.4/assets/minecraft/models/block/purpur_stairs_inner.json new file mode 100644 index 00000000..0d043a50 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/purpur_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/purpur_block", + "top": "block/purpur_block", + "side": "block/purpur_block" + } +} diff --git a/1.14.4/assets/minecraft/models/block/purpur_stairs_outer.json b/1.14.4/assets/minecraft/models/block/purpur_stairs_outer.json new file mode 100644 index 00000000..1290d279 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/purpur_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/purpur_block", + "top": "block/purpur_block", + "side": "block/purpur_block" + } +} diff --git a/1.14.4/assets/minecraft/models/block/quartz_block.json b/1.14.4/assets/minecraft/models/block/quartz_block.json new file mode 100644 index 00000000..a209c372 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/quartz_block.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "block/quartz_block_top", + "top": "block/quartz_block_top", + "side": "block/quartz_block_side" + } +} diff --git a/1.14.4/assets/minecraft/models/block/quartz_pillar.json b/1.14.4/assets/minecraft/models/block/quartz_pillar.json new file mode 100644 index 00000000..b71ae56b --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/quartz_pillar.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/quartz_pillar_top", + "side": "block/quartz_pillar" + } +} diff --git a/1.14.4/assets/minecraft/models/block/quartz_slab.json b/1.14.4/assets/minecraft/models/block/quartz_slab.json new file mode 100644 index 00000000..ffeff544 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/quartz_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/quartz_block_top", + "top": "block/quartz_block_top", + "side": "block/quartz_block_side" + } +} diff --git a/1.14.4/assets/minecraft/models/block/quartz_slab_top.json b/1.14.4/assets/minecraft/models/block/quartz_slab_top.json new file mode 100644 index 00000000..61d2b50f --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/quartz_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/quartz_block_top", + "top": "block/quartz_block_top", + "side": "block/quartz_block_side" + } +} diff --git a/1.14.4/assets/minecraft/models/block/quartz_stairs.json b/1.14.4/assets/minecraft/models/block/quartz_stairs.json new file mode 100644 index 00000000..db72ada4 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/quartz_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/quartz_block_top", + "top": "block/quartz_block_top", + "side": "block/quartz_block_side" + } +} diff --git a/1.14.4/assets/minecraft/models/block/quartz_stairs_inner.json b/1.14.4/assets/minecraft/models/block/quartz_stairs_inner.json new file mode 100644 index 00000000..83382bb4 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/quartz_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/quartz_block_bottom", + "top": "block/quartz_block_top", + "side": "block/quartz_block_side" + } +} diff --git a/1.14.4/assets/minecraft/models/block/quartz_stairs_outer.json b/1.14.4/assets/minecraft/models/block/quartz_stairs_outer.json new file mode 100644 index 00000000..db248d64 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/quartz_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/quartz_block_bottom", + "top": "block/quartz_block_top", + "side": "block/quartz_block_side" + } +} diff --git a/1.14.4/assets/minecraft/models/block/rail.json b/1.14.4/assets/minecraft/models/block/rail.json new file mode 100644 index 00000000..cb2fc137 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/rail.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_flat", + "textures": { + "rail": "block/rail" + } +} diff --git a/1.14.4/assets/minecraft/models/block/rail_corner.json b/1.14.4/assets/minecraft/models/block/rail_corner.json new file mode 100644 index 00000000..c3a52d1b --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/rail_corner.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_curved", + "textures": { + "rail": "block/rail_corner" + } +} diff --git a/1.14.4/assets/minecraft/models/block/rail_curved.json b/1.14.4/assets/minecraft/models/block/rail_curved.json new file mode 100644 index 00000000..299a44ba --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/rail_curved.json @@ -0,0 +1,15 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#rail" + }, + "elements": [ + { "from": [ 0, 1, 0 ], + "to": [ 16, 1, 16 ], + "faces": { + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#rail" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#rail" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/rail_flat.json b/1.14.4/assets/minecraft/models/block/rail_flat.json new file mode 100644 index 00000000..299a44ba --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/rail_flat.json @@ -0,0 +1,15 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#rail" + }, + "elements": [ + { "from": [ 0, 1, 0 ], + "to": [ 16, 1, 16 ], + "faces": { + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#rail" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#rail" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/rail_raised_ne.json b/1.14.4/assets/minecraft/models/block/rail_raised_ne.json new file mode 100644 index 00000000..6851714b --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/rail_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_rail_raised_ne", + "textures": { + "rail": "block/rail" + } +} diff --git a/1.14.4/assets/minecraft/models/block/rail_raised_sw.json b/1.14.4/assets/minecraft/models/block/rail_raised_sw.json new file mode 100644 index 00000000..407c0562 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/rail_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_rail_raised_sw", + "textures": { + "rail": "block/rail" + } +} diff --git a/1.14.4/assets/minecraft/models/block/red_carpet.json b/1.14.4/assets/minecraft/models/block/red_carpet.json new file mode 100644 index 00000000..5b970861 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/red_carpet.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "block/red_wool", + "wool": "block/red_wool" + } +} diff --git a/1.14.4/assets/minecraft/models/block/red_concrete.json b/1.14.4/assets/minecraft/models/block/red_concrete.json new file mode 100644 index 00000000..9627a219 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/red_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/red_concrete" + } +} diff --git a/1.14.4/assets/minecraft/models/block/red_concrete_powder.json b/1.14.4/assets/minecraft/models/block/red_concrete_powder.json new file mode 100644 index 00000000..8ac50f68 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/red_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/red_concrete_powder" + } +} diff --git a/1.14.4/assets/minecraft/models/block/red_glazed_terracotta.json b/1.14.4/assets/minecraft/models/block/red_glazed_terracotta.json new file mode 100644 index 00000000..0002721d --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/red_glazed_terracotta.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glazed_terracotta", + "textures": { + "particle": "block/red_glazed_terracotta", + "pattern": "block/red_glazed_terracotta" + } +} diff --git a/1.14.4/assets/minecraft/models/block/red_mushroom.json b/1.14.4/assets/minecraft/models/block/red_mushroom.json new file mode 100644 index 00000000..764bb7fc --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/red_mushroom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/red_mushroom" + } +} diff --git a/1.14.4/assets/minecraft/models/block/red_mushroom_block.json b/1.14.4/assets/minecraft/models/block/red_mushroom_block.json new file mode 100644 index 00000000..1352fa57 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/red_mushroom_block.json @@ -0,0 +1,14 @@ +{ + "textures": { + "texture": "block/red_mushroom_block", + "particle": "block/red_mushroom_block" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 0 ], + "faces": { + "north": { "texture": "#texture", "cullface":"north" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/red_mushroom_block_inventory.json b/1.14.4/assets/minecraft/models/block/red_mushroom_block_inventory.json new file mode 100644 index 00000000..0e29eff2 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/red_mushroom_block_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/red_mushroom_block" + } +} diff --git a/1.14.4/assets/minecraft/models/block/red_nether_brick_slab.json b/1.14.4/assets/minecraft/models/block/red_nether_brick_slab.json new file mode 100644 index 00000000..ff01713b --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/red_nether_brick_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/red_nether_bricks", + "top": "block/red_nether_bricks", + "side": "block/red_nether_bricks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/red_nether_brick_slab_top.json b/1.14.4/assets/minecraft/models/block/red_nether_brick_slab_top.json new file mode 100644 index 00000000..14d2da06 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/red_nether_brick_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/red_nether_bricks", + "top": "block/red_nether_bricks", + "side": "block/red_nether_bricks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/red_nether_brick_stairs.json b/1.14.4/assets/minecraft/models/block/red_nether_brick_stairs.json new file mode 100644 index 00000000..6902e496 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/red_nether_brick_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/red_nether_bricks", + "top": "block/red_nether_bricks", + "side": "block/red_nether_bricks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/red_nether_brick_stairs_inner.json b/1.14.4/assets/minecraft/models/block/red_nether_brick_stairs_inner.json new file mode 100644 index 00000000..1e4ef94b --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/red_nether_brick_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/red_nether_bricks", + "top": "block/red_nether_bricks", + "side": "block/red_nether_bricks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/red_nether_brick_stairs_outer.json b/1.14.4/assets/minecraft/models/block/red_nether_brick_stairs_outer.json new file mode 100644 index 00000000..256bddbf --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/red_nether_brick_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/red_nether_bricks", + "top": "block/red_nether_bricks", + "side": "block/red_nether_bricks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/red_nether_brick_wall_inventory.json b/1.14.4/assets/minecraft/models/block/red_nether_brick_wall_inventory.json new file mode 100644 index 00000000..ffcf6371 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/red_nether_brick_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_inventory", + "textures": { + "wall": "block/red_nether_bricks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/red_nether_brick_wall_post.json b/1.14.4/assets/minecraft/models/block/red_nether_brick_wall_post.json new file mode 100644 index 00000000..9103acac --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/red_nether_brick_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_wall_post", + "textures": { + "wall": "block/red_nether_bricks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/red_nether_brick_wall_side.json b/1.14.4/assets/minecraft/models/block/red_nether_brick_wall_side.json new file mode 100644 index 00000000..9c85c480 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/red_nether_brick_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_wall_side", + "textures": { + "wall": "block/red_nether_bricks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/red_nether_bricks.json b/1.14.4/assets/minecraft/models/block/red_nether_bricks.json new file mode 100644 index 00000000..a9833c92 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/red_nether_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/red_nether_bricks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/red_sand.json b/1.14.4/assets/minecraft/models/block/red_sand.json new file mode 100644 index 00000000..7724d66f --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/red_sand.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/red_sand" + } +} diff --git a/1.14.4/assets/minecraft/models/block/red_sandstone.json b/1.14.4/assets/minecraft/models/block/red_sandstone.json new file mode 100644 index 00000000..4fe56135 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/red_sandstone.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "block/red_sandstone_bottom", + "top": "block/red_sandstone_top", + "side": "block/red_sandstone" + } +} diff --git a/1.14.4/assets/minecraft/models/block/red_sandstone_slab.json b/1.14.4/assets/minecraft/models/block/red_sandstone_slab.json new file mode 100644 index 00000000..817d14c1 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/red_sandstone_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/red_sandstone_bottom", + "top": "block/red_sandstone_top", + "side": "block/red_sandstone" + } +} diff --git a/1.14.4/assets/minecraft/models/block/red_sandstone_slab_top.json b/1.14.4/assets/minecraft/models/block/red_sandstone_slab_top.json new file mode 100644 index 00000000..72294351 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/red_sandstone_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/red_sandstone_bottom", + "top": "block/red_sandstone_top", + "side": "block/red_sandstone" + } +} diff --git a/1.14.4/assets/minecraft/models/block/red_sandstone_stairs.json b/1.14.4/assets/minecraft/models/block/red_sandstone_stairs.json new file mode 100644 index 00000000..0110aea0 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/red_sandstone_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/red_sandstone_bottom", + "top": "block/red_sandstone_top", + "side": "block/red_sandstone" + } +} diff --git a/1.14.4/assets/minecraft/models/block/red_sandstone_stairs_inner.json b/1.14.4/assets/minecraft/models/block/red_sandstone_stairs_inner.json new file mode 100644 index 00000000..1c529ff4 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/red_sandstone_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/red_sandstone_bottom", + "top": "block/red_sandstone_top", + "side": "block/red_sandstone" + } +} diff --git a/1.14.4/assets/minecraft/models/block/red_sandstone_stairs_outer.json b/1.14.4/assets/minecraft/models/block/red_sandstone_stairs_outer.json new file mode 100644 index 00000000..8a40e759 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/red_sandstone_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/red_sandstone_bottom", + "top": "block/red_sandstone_top", + "side": "block/red_sandstone" + } +} diff --git a/1.14.4/assets/minecraft/models/block/red_sandstone_wall_inventory.json b/1.14.4/assets/minecraft/models/block/red_sandstone_wall_inventory.json new file mode 100644 index 00000000..e27520be --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/red_sandstone_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_inventory", + "textures": { + "wall": "block/red_sandstone" + } +} diff --git a/1.14.4/assets/minecraft/models/block/red_sandstone_wall_post.json b/1.14.4/assets/minecraft/models/block/red_sandstone_wall_post.json new file mode 100644 index 00000000..719400c2 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/red_sandstone_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_wall_post", + "textures": { + "wall": "block/red_sandstone" + } +} diff --git a/1.14.4/assets/minecraft/models/block/red_sandstone_wall_side.json b/1.14.4/assets/minecraft/models/block/red_sandstone_wall_side.json new file mode 100644 index 00000000..eee7fa41 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/red_sandstone_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_wall_side", + "textures": { + "wall": "block/red_sandstone" + } +} diff --git a/1.14.4/assets/minecraft/models/block/red_shulker_box.json b/1.14.4/assets/minecraft/models/block/red_shulker_box.json new file mode 100644 index 00000000..50dabd03 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/red_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "block/red_shulker_box" + } +} diff --git a/1.14.4/assets/minecraft/models/block/red_stained_glass.json b/1.14.4/assets/minecraft/models/block/red_stained_glass.json new file mode 100644 index 00000000..aecf4abd --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/red_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/red_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/red_stained_glass_pane_noside.json b/1.14.4/assets/minecraft/models/block/red_stained_glass_pane_noside.json new file mode 100644 index 00000000..ad7e3150 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/red_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside", + "textures": { + "pane": "block/red_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/red_stained_glass_pane_noside_alt.json b/1.14.4/assets/minecraft/models/block/red_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..7b21693b --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/red_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside_alt", + "textures": { + "pane": "block/red_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/red_stained_glass_pane_post.json b/1.14.4/assets/minecraft/models/block/red_stained_glass_pane_post.json new file mode 100644 index 00000000..04248f23 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/red_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_post", + "textures": { + "edge": "block/red_stained_glass_pane_top", + "pane": "block/red_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/red_stained_glass_pane_side.json b/1.14.4/assets/minecraft/models/block/red_stained_glass_pane_side.json new file mode 100644 index 00000000..26fc15af --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/red_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side", + "textures": { + "edge": "block/red_stained_glass_pane_top", + "pane": "block/red_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/red_stained_glass_pane_side_alt.json b/1.14.4/assets/minecraft/models/block/red_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..f206ae13 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/red_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side_alt", + "textures": { + "edge": "block/red_stained_glass_pane_top", + "pane": "block/red_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/red_terracotta.json b/1.14.4/assets/minecraft/models/block/red_terracotta.json new file mode 100644 index 00000000..0264bfb0 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/red_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/red_terracotta" + } +} diff --git a/1.14.4/assets/minecraft/models/block/red_tulip.json b/1.14.4/assets/minecraft/models/block/red_tulip.json new file mode 100644 index 00000000..fcc4f687 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/red_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/red_tulip" + } +} diff --git a/1.14.4/assets/minecraft/models/block/red_wool.json b/1.14.4/assets/minecraft/models/block/red_wool.json new file mode 100644 index 00000000..24e9ca9b --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/red_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/red_wool" + } +} diff --git a/1.14.4/assets/minecraft/models/block/redstone_block.json b/1.14.4/assets/minecraft/models/block/redstone_block.json new file mode 100644 index 00000000..53768b56 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/redstone_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/redstone_block" + } +} diff --git a/1.14.4/assets/minecraft/models/block/redstone_dust_dot.json b/1.14.4/assets/minecraft/models/block/redstone_dust_dot.json new file mode 100644 index 00000000..6005d1bc --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/redstone_dust_dot.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/redstone_dust_dot", + "line": "block/redstone_dust_dot", + "overlay": "block/redstone_dust_overlay" + }, + "elements": [ + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16], "texture": "#line", "tintindex": 0 } + } + }, + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/redstone_dust_side.json b/1.14.4/assets/minecraft/models/block/redstone_dust_side.json new file mode 100644 index 00000000..0298af0f --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/redstone_dust_side.json @@ -0,0 +1,23 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/redstone_dust_dot", + "overlay": "block/redstone_dust_overlay" + }, + "elements": [ + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 8 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 8 ], "texture": "#line", "tintindex": 0 } + } + }, + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 8 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 8 ], "texture": "#overlay" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/redstone_dust_side0.json b/1.14.4/assets/minecraft/models/block/redstone_dust_side0.json new file mode 100644 index 00000000..8ba2e73e --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/redstone_dust_side0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/redstone_dust_side", + "textures": { + "line": "block/redstone_dust_line0" + } +} diff --git a/1.14.4/assets/minecraft/models/block/redstone_dust_side1.json b/1.14.4/assets/minecraft/models/block/redstone_dust_side1.json new file mode 100644 index 00000000..1f545393 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/redstone_dust_side1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/redstone_dust_side", + "textures": { + "line": "block/redstone_dust_line1" + } +} diff --git a/1.14.4/assets/minecraft/models/block/redstone_dust_side_alt.json b/1.14.4/assets/minecraft/models/block/redstone_dust_side_alt.json new file mode 100644 index 00000000..b0af5ec5 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/redstone_dust_side_alt.json @@ -0,0 +1,23 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/redstone_dust_dot", + "overlay": "block/redstone_dust_overlay" + }, + "elements": [ + { "from": [ 0, 0.25, 8 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 8, 16, 16 ], "texture": "#line", "tintindex": 0 } + } + }, + { "from": [ 0, 0.25, 8 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 8, 16, 16 ], "texture": "#overlay" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/redstone_dust_side_alt0.json b/1.14.4/assets/minecraft/models/block/redstone_dust_side_alt0.json new file mode 100644 index 00000000..f74884dd --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/redstone_dust_side_alt0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/redstone_dust_side_alt", + "textures": { + "line": "block/redstone_dust_line0" + } +} diff --git a/1.14.4/assets/minecraft/models/block/redstone_dust_side_alt1.json b/1.14.4/assets/minecraft/models/block/redstone_dust_side_alt1.json new file mode 100644 index 00000000..a31f8487 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/redstone_dust_side_alt1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/redstone_dust_side_alt", + "textures": { + "line": "block/redstone_dust_line1" + } +} diff --git a/1.14.4/assets/minecraft/models/block/redstone_dust_up.json b/1.14.4/assets/minecraft/models/block/redstone_dust_up.json new file mode 100644 index 00000000..8dac44d0 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/redstone_dust_up.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/redstone_dust_dot", + "line": "block/redstone_dust_line0", + "overlay": "block/redstone_dust_overlay" + }, + "elements": [ + { "from": [ 0, 0, 0.25 ], + "to": [ 16, 16, 0.25 ], + "shade": false, + "faces": { + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.25 ], + "to": [ 16, 16, 0.25 ], + "shade": false, + "faces": { + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/redstone_lamp.json b/1.14.4/assets/minecraft/models/block/redstone_lamp.json new file mode 100644 index 00000000..27af8d97 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/redstone_lamp.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/redstone_lamp" + } +} diff --git a/1.14.4/assets/minecraft/models/block/redstone_lamp_on.json b/1.14.4/assets/minecraft/models/block/redstone_lamp_on.json new file mode 100644 index 00000000..a9a33596 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/redstone_lamp_on.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/redstone_lamp_on" + } +} diff --git a/1.14.4/assets/minecraft/models/block/redstone_ore.json b/1.14.4/assets/minecraft/models/block/redstone_ore.json new file mode 100644 index 00000000..0e6f94f4 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/redstone_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/redstone_ore" + } +} diff --git a/1.14.4/assets/minecraft/models/block/redstone_ore_on.json b/1.14.4/assets/minecraft/models/block/redstone_ore_on.json new file mode 100644 index 00000000..0e6f94f4 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/redstone_ore_on.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/redstone_ore" + } +} diff --git a/1.14.4/assets/minecraft/models/block/redstone_torch.json b/1.14.4/assets/minecraft/models/block/redstone_torch.json new file mode 100644 index 00000000..7d17c733 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/redstone_torch.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_torch", + "textures": { + "torch": "block/redstone_torch" + } +} diff --git a/1.14.4/assets/minecraft/models/block/redstone_torch_off.json b/1.14.4/assets/minecraft/models/block/redstone_torch_off.json new file mode 100644 index 00000000..a29dc65a --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/redstone_torch_off.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_torch", + "textures": { + "torch": "block/redstone_torch_off" + } +} diff --git a/1.14.4/assets/minecraft/models/block/redstone_wall_torch.json b/1.14.4/assets/minecraft/models/block/redstone_wall_torch.json new file mode 100644 index 00000000..65e65b81 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/redstone_wall_torch.json @@ -0,0 +1,6 @@ +{ + "parent": "block/torch_wall", + "textures": { + "torch": "block/redstone_torch" + } +} diff --git a/1.14.4/assets/minecraft/models/block/redstone_wall_torch_off.json b/1.14.4/assets/minecraft/models/block/redstone_wall_torch_off.json new file mode 100644 index 00000000..bab8fc39 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/redstone_wall_torch_off.json @@ -0,0 +1,6 @@ +{ + "parent": "block/torch_wall", + "textures": { + "torch": "block/redstone_torch_off" + } +} diff --git a/1.14.4/assets/minecraft/models/block/repeater_1tick.json b/1.14.4/assets/minecraft/models/block/repeater_1tick.json new file mode 100644 index 00000000..8539d997 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/repeater_1tick.json @@ -0,0 +1,44 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater", + "slab": "block/smooth_stone", + "top": "block/repeater", + "unlit": "block/redstone_torch_off" + }, + "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": [ 7, 2, 6 ], + "to": [ 9, 7, 8 ], + "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, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/repeater_1tick_locked.json b/1.14.4/assets/minecraft/models/block/repeater_1tick_locked.json new file mode 100644 index 00000000..d1457f3d --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/repeater_1tick_locked.json @@ -0,0 +1,45 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater", + "slab": "block/smooth_stone", + "top": "block/repeater", + "lock": "block/bedrock", + "unlit": "block/redstone_torch_off" + }, + "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": [ 2, 2, 6 ], + "to": [ 14, 4, 8 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 2, 2 ], + "to": [ 9, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/repeater_1tick_on.json b/1.14.4/assets/minecraft/models/block/repeater_1tick_on.json new file mode 100644 index 00000000..8123d2cb --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/repeater_1tick_on.json @@ -0,0 +1,62 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater_on", + "slab": "block/smooth_stone", + "top": "block/repeater_on", + "lit": "block/redstone_torch" + }, + "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": [ 7, 7, 6 ], + "to": [ 9, 7, 8 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 5 ], + "to": [ 9, 8, 9 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 6 ], + "to": [ 10, 8, 8 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/repeater_1tick_on_locked.json b/1.14.4/assets/minecraft/models/block/repeater_1tick_on_locked.json new file mode 100644 index 00000000..60a40718 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/repeater_1tick_on_locked.json @@ -0,0 +1,54 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater_on", + "slab": "block/smooth_stone", + "top": "block/repeater_on", + "lit": "block/redstone_torch", + "lock": "block/bedrock" + }, + "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": [ 2, 2, 6 ], + "to": [ 14, 4, 8 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/repeater_2tick.json b/1.14.4/assets/minecraft/models/block/repeater_2tick.json new file mode 100644 index 00000000..b8323e2b --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/repeater_2tick.json @@ -0,0 +1,44 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater", + "slab": "block/smooth_stone", + "top": "block/repeater", + "unlit": "block/redstone_torch_off" + }, + "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": [ 7, 2, 8 ], + "to": [ 9, 7, 10 ], + "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, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/repeater_2tick_locked.json b/1.14.4/assets/minecraft/models/block/repeater_2tick_locked.json new file mode 100644 index 00000000..8dc5975b --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/repeater_2tick_locked.json @@ -0,0 +1,45 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater", + "slab": "block/smooth_stone", + "top": "block/repeater", + "lock": "block/bedrock", + "unlit": "block/redstone_torch_off" + }, + "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": [ 2, 2, 8 ], + "to": [ 14, 4, 10 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 2, 2 ], + "to": [ 9, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/repeater_2tick_on.json b/1.14.4/assets/minecraft/models/block/repeater_2tick_on.json new file mode 100644 index 00000000..11a2bcb1 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/repeater_2tick_on.json @@ -0,0 +1,62 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater_on", + "slab": "block/smooth_stone", + "top": "block/repeater_on", + "lit": "block/redstone_torch" + }, + "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": [ 7, 7, 8 ], + "to": [ 9, 7, 10 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 7 ], + "to": [ 9, 8, 11 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 8 ], + "to": [ 10, 8, 10 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/repeater_2tick_on_locked.json b/1.14.4/assets/minecraft/models/block/repeater_2tick_on_locked.json new file mode 100644 index 00000000..12a1cbe8 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/repeater_2tick_on_locked.json @@ -0,0 +1,54 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater_on", + "slab": "block/smooth_stone", + "top": "block/repeater_on", + "lit": "block/redstone_torch", + "lock": "block/bedrock" + }, + "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": [ 2, 2, 8 ], + "to": [ 14, 4, 10 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/repeater_3tick.json b/1.14.4/assets/minecraft/models/block/repeater_3tick.json new file mode 100644 index 00000000..e854cc01 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/repeater_3tick.json @@ -0,0 +1,44 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater", + "slab": "block/smooth_stone", + "top": "block/repeater", + "unlit": "block/redstone_torch_off" + }, + "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": [ 7, 2, 10 ], + "to": [ 9, 7, 12 ], + "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, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/repeater_3tick_locked.json b/1.14.4/assets/minecraft/models/block/repeater_3tick_locked.json new file mode 100644 index 00000000..6d64a3dc --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/repeater_3tick_locked.json @@ -0,0 +1,45 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater", + "slab": "block/smooth_stone", + "top": "block/repeater", + "lock": "block/bedrock", + "unlit": "block/redstone_torch_off" + }, + "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": [ 2, 2, 10 ], + "to": [ 14, 4, 12 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 2, 2 ], + "to": [ 9, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/repeater_3tick_on.json b/1.14.4/assets/minecraft/models/block/repeater_3tick_on.json new file mode 100644 index 00000000..414032e6 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/repeater_3tick_on.json @@ -0,0 +1,62 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater_on", + "slab": "block/smooth_stone", + "top": "block/repeater_on", + "lit": "block/redstone_torch" + }, + "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": [ 7, 7, 10 ], + "to": [ 9, 7, 12 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 9 ], + "to": [ 9, 8, 13 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 10 ], + "to": [ 10, 8, 12 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/repeater_3tick_on_locked.json b/1.14.4/assets/minecraft/models/block/repeater_3tick_on_locked.json new file mode 100644 index 00000000..5c21a323 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/repeater_3tick_on_locked.json @@ -0,0 +1,54 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater_on", + "slab": "block/smooth_stone", + "top": "block/repeater_on", + "lit": "block/redstone_torch", + "lock": "block/bedrock" + }, + "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": [ 2, 2, 10 ], + "to": [ 14, 4, 12 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/repeater_4tick.json b/1.14.4/assets/minecraft/models/block/repeater_4tick.json new file mode 100644 index 00000000..a708a44f --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/repeater_4tick.json @@ -0,0 +1,44 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater", + "slab": "block/smooth_stone", + "top": "block/repeater", + "unlit": "block/redstone_torch_off" + }, + "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": [ 7, 2, 12 ], + "to": [ 9, 7, 14 ], + "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, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/repeater_4tick_locked.json b/1.14.4/assets/minecraft/models/block/repeater_4tick_locked.json new file mode 100644 index 00000000..fac32c88 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/repeater_4tick_locked.json @@ -0,0 +1,45 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater", + "slab": "block/smooth_stone", + "top": "block/repeater", + "lock": "block/bedrock", + "unlit": "block/redstone_torch_off" + }, + "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": [ 2, 2, 12 ], + "to": [ 14, 4, 14 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 2, 2 ], + "to": [ 9, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/repeater_4tick_on.json b/1.14.4/assets/minecraft/models/block/repeater_4tick_on.json new file mode 100644 index 00000000..4e081aa8 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/repeater_4tick_on.json @@ -0,0 +1,62 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater_on", + "slab": "block/smooth_stone", + "top": "block/repeater_on", + "lit": "block/redstone_torch" + }, + "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": [ 7, 7, 12 ], + "to": [ 9, 7, 14 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 11 ], + "to": [ 9, 8, 15 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 12 ], + "to": [ 10, 8, 14 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/repeater_4tick_on_locked.json b/1.14.4/assets/minecraft/models/block/repeater_4tick_on_locked.json new file mode 100644 index 00000000..fcdd6448 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/repeater_4tick_on_locked.json @@ -0,0 +1,54 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater_on", + "slab": "block/smooth_stone", + "top": "block/repeater_on", + "lit": "block/redstone_torch", + "lock": "block/bedrock" + }, + "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": [ 2, 2, 12 ], + "to": [ 14, 4, 14 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/repeating_command_block.json b/1.14.4/assets/minecraft/models/block/repeating_command_block.json new file mode 100644 index 00000000..6c51bf02 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/repeating_command_block.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube_directional", + "textures": { + "particle": "block/repeating_command_block_back", + "down": "block/repeating_command_block_side", + "up": "block/repeating_command_block_side", + "north": "block/repeating_command_block_front", + "east": "block/repeating_command_block_side", + "south": "block/repeating_command_block_back", + "west": "block/repeating_command_block_side" + } +} diff --git a/1.14.4/assets/minecraft/models/block/repeating_command_block_conditional.json b/1.14.4/assets/minecraft/models/block/repeating_command_block_conditional.json new file mode 100644 index 00000000..ab17b41b --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/repeating_command_block_conditional.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube_directional", + "textures": { + "particle": "block/repeating_command_block_back", + "down": "block/repeating_command_block_conditional", + "up": "block/repeating_command_block_conditional", + "north": "block/repeating_command_block_front", + "east": "block/repeating_command_block_conditional", + "south": "block/repeating_command_block_back", + "west": "block/repeating_command_block_conditional" + } +} diff --git a/1.14.4/assets/minecraft/models/block/rose_bush_bottom.json b/1.14.4/assets/minecraft/models/block/rose_bush_bottom.json new file mode 100644 index 00000000..2a6fe0c6 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/rose_bush_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/rose_bush_bottom" + } +} diff --git a/1.14.4/assets/minecraft/models/block/rose_bush_top.json b/1.14.4/assets/minecraft/models/block/rose_bush_top.json new file mode 100644 index 00000000..ca3dce47 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/rose_bush_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/rose_bush_top" + } +} diff --git a/1.14.4/assets/minecraft/models/block/sand.json b/1.14.4/assets/minecraft/models/block/sand.json new file mode 100644 index 00000000..ce575a56 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/sand.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/sand" + } +} diff --git a/1.14.4/assets/minecraft/models/block/sandstone.json b/1.14.4/assets/minecraft/models/block/sandstone.json new file mode 100644 index 00000000..4326a4a6 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/sandstone.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "block/sandstone_bottom", + "top": "block/sandstone_top", + "side": "block/sandstone" + } +} diff --git a/1.14.4/assets/minecraft/models/block/sandstone_slab.json b/1.14.4/assets/minecraft/models/block/sandstone_slab.json new file mode 100644 index 00000000..e8b91ea4 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/sandstone_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/sandstone_bottom", + "top": "block/sandstone_top", + "side": "block/sandstone" + } +} diff --git a/1.14.4/assets/minecraft/models/block/sandstone_slab_top.json b/1.14.4/assets/minecraft/models/block/sandstone_slab_top.json new file mode 100644 index 00000000..1b6e7cfd --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/sandstone_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/sandstone_bottom", + "top": "block/sandstone_top", + "side": "block/sandstone" + } +} diff --git a/1.14.4/assets/minecraft/models/block/sandstone_stairs.json b/1.14.4/assets/minecraft/models/block/sandstone_stairs.json new file mode 100644 index 00000000..633ef4dd --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/sandstone_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/sandstone_bottom", + "top": "block/sandstone_top", + "side": "block/sandstone" + } +} diff --git a/1.14.4/assets/minecraft/models/block/sandstone_stairs_inner.json b/1.14.4/assets/minecraft/models/block/sandstone_stairs_inner.json new file mode 100644 index 00000000..fe379571 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/sandstone_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/sandstone_bottom", + "top": "block/sandstone_top", + "side": "block/sandstone" + } +} diff --git a/1.14.4/assets/minecraft/models/block/sandstone_stairs_outer.json b/1.14.4/assets/minecraft/models/block/sandstone_stairs_outer.json new file mode 100644 index 00000000..ab0b590e --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/sandstone_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/sandstone_bottom", + "top": "block/sandstone_top", + "side": "block/sandstone" + } +} diff --git a/1.14.4/assets/minecraft/models/block/sandstone_wall_inventory.json b/1.14.4/assets/minecraft/models/block/sandstone_wall_inventory.json new file mode 100644 index 00000000..3a6b4da4 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/sandstone_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_inventory", + "textures": { + "wall": "block/sandstone" + } +} diff --git a/1.14.4/assets/minecraft/models/block/sandstone_wall_post.json b/1.14.4/assets/minecraft/models/block/sandstone_wall_post.json new file mode 100644 index 00000000..d3163154 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/sandstone_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_wall_post", + "textures": { + "wall": "block/sandstone" + } +} diff --git a/1.14.4/assets/minecraft/models/block/sandstone_wall_side.json b/1.14.4/assets/minecraft/models/block/sandstone_wall_side.json new file mode 100644 index 00000000..04f46f2d --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/sandstone_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_wall_side", + "textures": { + "wall": "block/sandstone" + } +} diff --git a/1.14.4/assets/minecraft/models/block/scaffolding_stable.json b/1.14.4/assets/minecraft/models/block/scaffolding_stable.json new file mode 100644 index 00000000..bbcb6c4e --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/scaffolding_stable.json @@ -0,0 +1,99 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/scaffolding_top", + "top": "block/scaffolding_top", + "side": "block/scaffolding_side", + "bottom": "block/scaffolding_bottom" + }, + "elements": [ + { + "from": [0, 15.99, 0], + "to": [16, 16, 16], + "faces": { + "up": { "texture": "#top", "cullface": "up" }, + "down": { "texture": "#top", "uv": [0, 16, 16, 0] } + } + }, + { + "from": [0, 0, 0], + "to": [2, 16, 2], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [0, 0, 14], + "to": [2, 16, 16], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [14, 0, 14], + "to": [16, 16, 16], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [14, 0, 0], + "to": [16, 16, 2], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [2, 14, 0], + "to": [14, 16, 2], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "south": { "texture": "#side", "uv": [2, 2, 14, 4] }, + "down": { "texture": "#bottom" } + } + }, + { + "from": [2, 14, 14], + "to": [14, 16, 16], + "faces": { + "north": { "texture": "#side", "uv": [14, 0, 2, 2] }, + "south": { "texture": "#side", "cullface": "south" }, + "down": { "texture": "#bottom" } + } + }, + { + "from": [14, 14, 2], + "to": [16, 16, 14], + "faces": { + "east": { "texture": "#side", "uv": [14, 0, 2, 2], "cullface": "east" }, + "west": { "texture": "#side", "uv": [14, 2, 2, 4] }, + "down": { "texture": "#bottom" } + } + }, + { + "from": [0, 14, 2], + "to": [2, 16, 14], + "faces": { + "east": { "texture": "#side" }, + "west": { "texture": "#side", "uv": [14, 0, 2, 2], "cullface": "west" }, + "down": { "texture": "#bottom" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/scaffolding_unstable.json b/1.14.4/assets/minecraft/models/block/scaffolding_unstable.json new file mode 100644 index 00000000..f5d64e3c --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/scaffolding_unstable.json @@ -0,0 +1,143 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/scaffolding_top", + "top": "block/scaffolding_top", + "side": "block/scaffolding_side", + "bottom": "block/scaffolding_bottom" + }, + "elements": [ + { + "from": [0, 15.99, 0], + "to": [16, 16, 16], + "faces": { + "up": { "texture": "#top", "cullface": "up" }, + "down": { "texture": "#top", "uv": [0, 16, 16, 0] } + } + }, + { + "from": [0, 0, 0], + "to": [2, 16, 2], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [0, 0, 14], + "to": [2, 16, 16], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [14, 0, 14], + "to": [16, 16, 16], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [14, 0, 0], + "to": [16, 16, 2], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [2, 14, 0], + "to": [14, 16, 2], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "south": { "texture": "#side", "uv": [2, 2, 14, 4] }, + "down": { "texture": "#bottom" } + } + }, + { + "from": [2, 14, 14], + "to": [14, 16, 16], + "faces": { + "north": { "texture": "#side", "uv": [14, 0, 2, 2] }, + "south": { "texture": "#side", "cullface": "south" }, + "down": { "texture": "#bottom" } + } + }, + { + "from": [14, 14, 2], + "to": [16, 16, 14], + "faces": { + "east": { "texture": "#side", "uv": [14, 0, 2, 2], "cullface": "east" }, + "west": { "texture": "#side", "uv": [14, 2, 2, 4] }, + "down": { "texture": "#bottom" } + } + }, + { + "from": [0, 14, 2], + "to": [2, 16, 14], + "faces": { + "east": { "texture": "#side" }, + "west": { "texture": "#side", "uv": [14, 0, 2, 2], "cullface": "west" }, + "down": { "texture": "#bottom" } + } + }, + { + "from": [0, 1.99, 0], + "to": [16, 2, 16], + "faces": { + "up": { "texture": "#top"}, + "down": { "uv": [0, 16, 16, 0], "texture": "#top" } + } + }, + { + "from": [2, 0, 0], + "to": [14, 2, 2], + "faces": { + "north": { "texture": "#side", "uv": [2, 0, 14, 2] , "cullface": "north" }, + "south": { "texture": "#side", "uv": [2, 2, 14, 4] }, + "down": { "texture": "#bottom", "cullface": "bottom" } + } + }, + { + "from": [2, 0, 14], + "to": [14, 2, 16], + "faces": { + "north": { "texture": "#side", "uv": [14, 0, 2, 2] }, + "south": { "texture": "#side", "uv": [2, 0, 14, 2] , "cullface": "south" }, + "down": { "texture": "#bottom", "cullface": "bottom" } + } + }, + { + "from": [14, 0, 2], + "to": [16, 2, 14], + "faces": { + "east": { "texture": "#side", "uv": [14, 0, 2, 2], "cullface": "east"}, + "west": { "texture": "#side", "uv": [14, 2, 2, 4] }, + "down": { "texture": "#bottom", "cullface": "bottom" } + } + }, + { + "from": [0, 0, 2], + "to": [2, 2, 14], + "faces": { + "east": { "texture": "#side", "uv": [2, 0, 14, 2] }, + "west": { "texture": "#side", "uv": [14, 0, 2, 2], "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "bottom" } + } + } + ] +} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/models/block/sea_lantern.json b/1.14.4/assets/minecraft/models/block/sea_lantern.json new file mode 100644 index 00000000..32ff0c1d --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/sea_lantern.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/sea_lantern" + } +} diff --git a/1.14.4/assets/minecraft/models/block/sea_pickle.json b/1.14.4/assets/minecraft/models/block/sea_pickle.json new file mode 100644 index 00000000..9c5a81ba --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/sea_pickle.json @@ -0,0 +1,47 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/sea_pickle", + "all": "block/sea_pickle" + }, + "elements": [ + { "from": [ 6, 0, 6 ], + "to": [ 10, 6, 10 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" } + } + }, + { + "from": [ 6, 5.95, 6 ], + "to": [ 10, 5.95, 10 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 7.5, 5.2, 8 ], + "to": [ 8.5, 8.7, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "south": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + }, + { + "from": [ 8, 5.2, 7.5 ], + "to": [ 8, 8.7, 8.5 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "west": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "east": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/seagrass.json b/1.14.4/assets/minecraft/models/block/seagrass.json new file mode 100644 index 00000000..c8c8edf7 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/seagrass.json @@ -0,0 +1,42 @@ +{ + "parent": "block/block", + "ambientocclusion": false, + "textures": { + "seagrass": "block/seagrass", + "particle": "block/seagrass" + }, + "elements": [ + { "from": [ 0, 0, 4 ], + "to": [ 16, 16, 4 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#seagrass", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#seagrass", "tintindex": 0 } + } + }, + { "from": [ 12, 0, 0 ], + "to": [ 12, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#seagrass", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#seagrass", "tintindex": 0 } + } + }, + { "from": [ 4, 0, 0 ], + "to": [ 4, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#seagrass", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#seagrass", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 12 ], + "to": [ 16, 16, 12 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#seagrass", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#seagrass", "tintindex": 0 } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/shulker_box.json b/1.14.4/assets/minecraft/models/block/shulker_box.json new file mode 100644 index 00000000..f1a3072e --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "block/shulker_box" + } +} diff --git a/1.14.4/assets/minecraft/models/block/skull.json b/1.14.4/assets/minecraft/models/block/skull.json new file mode 100644 index 00000000..a597d83e --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/skull.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "block/soul_sand" + } +} diff --git a/1.14.4/assets/minecraft/models/block/slab.json b/1.14.4/assets/minecraft/models/block/slab.json new file mode 100644 index 00000000..1eadc701 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/slab.json @@ -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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/slab_top.json b/1.14.4/assets/minecraft/models/block/slab_top.json new file mode 100644 index 00000000..e21eb932 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/slab_top.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#side" + }, + "elements": [ + { "from": [ 0, 8, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 8 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 8 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 8 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 8 ], "texture": "#side", "cullface": "east" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/slightly_cracked_turtle_egg.json b/1.14.4/assets/minecraft/models/block/slightly_cracked_turtle_egg.json new file mode 100644 index 00000000..ca36ae71 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/slightly_cracked_turtle_egg.json @@ -0,0 +1,7 @@ +{ + "parent": "block/turtle_egg", + "textures": { + "particle": "block/turtle_egg_slightly_cracked", + "all": "block/turtle_egg_slightly_cracked" + } +} diff --git a/1.14.4/assets/minecraft/models/block/slime_block.json b/1.14.4/assets/minecraft/models/block/slime_block.json new file mode 100644 index 00000000..95f92bdf --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/slime_block.json @@ -0,0 +1,30 @@ +{ "parent": "block/block", + "textures": { + "particle": "block/slime_block", + "texture": "block/slime_block" + }, + "elements": [ + { "from": [ 3, 3, 3 ], + "to": [ 13, 13, 13 ], + "faces": { + "down": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, + "up": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, + "north": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, + "south": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, + "west": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, + "east": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" } + } + }, + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/smithing_table.json b/1.14.4/assets/minecraft/models/block/smithing_table.json new file mode 100644 index 00000000..017be790 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/smithing_table.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "block/smithing_table_front", + "down": "block/smithing_table_bottom", + "up": "block/smithing_table_top", + "north": "block/smithing_table_front", + "east": "block/smithing_table_side", + "south": "block/smithing_table_front", + "west": "block/smithing_table_side" + } +} diff --git a/1.14.4/assets/minecraft/models/block/smoker.json b/1.14.4/assets/minecraft/models/block/smoker.json new file mode 100644 index 00000000..8e3d2f32 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/smoker.json @@ -0,0 +1,9 @@ +{ + "parent": "block/orientable_with_bottom", + "textures": { + "bottom": "block/smoker_bottom", + "top": "block/smoker_top", + "front": "block/smoker_front", + "side": "block/smoker_side" + } +} diff --git a/1.14.4/assets/minecraft/models/block/smoker_on.json b/1.14.4/assets/minecraft/models/block/smoker_on.json new file mode 100644 index 00000000..b7a3c754 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/smoker_on.json @@ -0,0 +1,19 @@ +{ + "parent": "block/cube", + "display": { + "firstperson_righthand": { + "rotation": [ 0, 135, 0 ], + "translation": [ 0, 0, 0 ], + "scale": [ 0.40, 0.40, 0.40 ] + } + }, + "textures": { + "particle": "block/smoker_front_on", + "down": "block/smoker_bottom", + "up": "block/smoker_top", + "north": "block/smoker_front_on", + "east": "block/smoker_side", + "south": "block/smoker_side", + "west": "block/smoker_side" + } +} diff --git a/1.14.4/assets/minecraft/models/block/smooth_quartz.json b/1.14.4/assets/minecraft/models/block/smooth_quartz.json new file mode 100644 index 00000000..45818cb5 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/smooth_quartz.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/quartz_block_bottom" + } +} diff --git a/1.14.4/assets/minecraft/models/block/smooth_quartz_slab.json b/1.14.4/assets/minecraft/models/block/smooth_quartz_slab.json new file mode 100644 index 00000000..8f65413c --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/smooth_quartz_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/quartz_block_bottom", + "top": "block/quartz_block_bottom", + "side": "block/quartz_block_bottom" + } +} diff --git a/1.14.4/assets/minecraft/models/block/smooth_quartz_slab_top.json b/1.14.4/assets/minecraft/models/block/smooth_quartz_slab_top.json new file mode 100644 index 00000000..27a8e9de --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/smooth_quartz_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/quartz_block_bottom", + "top": "block/quartz_block_bottom", + "side": "block/quartz_block_bottom" + } +} diff --git a/1.14.4/assets/minecraft/models/block/smooth_quartz_stairs.json b/1.14.4/assets/minecraft/models/block/smooth_quartz_stairs.json new file mode 100644 index 00000000..c1d935be --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/smooth_quartz_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/quartz_block_bottom", + "top": "block/quartz_block_bottom", + "side": "block/quartz_block_bottom" + } +} diff --git a/1.14.4/assets/minecraft/models/block/smooth_quartz_stairs_inner.json b/1.14.4/assets/minecraft/models/block/smooth_quartz_stairs_inner.json new file mode 100644 index 00000000..2a74a723 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/smooth_quartz_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/quartz_block_bottom", + "top": "block/quartz_block_bottom", + "side": "block/quartz_block_bottom" + } +} diff --git a/1.14.4/assets/minecraft/models/block/smooth_quartz_stairs_outer.json b/1.14.4/assets/minecraft/models/block/smooth_quartz_stairs_outer.json new file mode 100644 index 00000000..21eb68b6 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/smooth_quartz_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/quartz_block_bottom", + "top": "block/quartz_block_bottom", + "side": "block/quartz_block_bottom" + } +} diff --git a/1.14.4/assets/minecraft/models/block/smooth_red_sandstone.json b/1.14.4/assets/minecraft/models/block/smooth_red_sandstone.json new file mode 100644 index 00000000..95a1ecde --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/smooth_red_sandstone.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/red_sandstone_top" + } +} diff --git a/1.14.4/assets/minecraft/models/block/smooth_red_sandstone_slab.json b/1.14.4/assets/minecraft/models/block/smooth_red_sandstone_slab.json new file mode 100644 index 00000000..59939f80 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/smooth_red_sandstone_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/red_sandstone_top", + "top": "block/red_sandstone_top", + "side": "block/red_sandstone_top" + } +} diff --git a/1.14.4/assets/minecraft/models/block/smooth_red_sandstone_slab_top.json b/1.14.4/assets/minecraft/models/block/smooth_red_sandstone_slab_top.json new file mode 100644 index 00000000..23ab7827 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/smooth_red_sandstone_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/red_sandstone_top", + "top": "block/red_sandstone_top", + "side": "block/red_sandstone_top" + } +} diff --git a/1.14.4/assets/minecraft/models/block/smooth_red_sandstone_stairs.json b/1.14.4/assets/minecraft/models/block/smooth_red_sandstone_stairs.json new file mode 100644 index 00000000..2af89496 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/smooth_red_sandstone_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/red_sandstone_top", + "top": "block/red_sandstone_top", + "side": "block/red_sandstone_top" + } +} diff --git a/1.14.4/assets/minecraft/models/block/smooth_red_sandstone_stairs_inner.json b/1.14.4/assets/minecraft/models/block/smooth_red_sandstone_stairs_inner.json new file mode 100644 index 00000000..ea1248f6 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/smooth_red_sandstone_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/red_sandstone_top", + "top": "block/red_sandstone_top", + "side": "block/red_sandstone_top" + } +} diff --git a/1.14.4/assets/minecraft/models/block/smooth_red_sandstone_stairs_outer.json b/1.14.4/assets/minecraft/models/block/smooth_red_sandstone_stairs_outer.json new file mode 100644 index 00000000..8d7bf09e --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/smooth_red_sandstone_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/red_sandstone_top", + "top": "block/red_sandstone_top", + "side": "block/red_sandstone_top" + } +} diff --git a/1.14.4/assets/minecraft/models/block/smooth_sandstone.json b/1.14.4/assets/minecraft/models/block/smooth_sandstone.json new file mode 100644 index 00000000..d8a510f1 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/smooth_sandstone.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/sandstone_top" + } +} diff --git a/1.14.4/assets/minecraft/models/block/smooth_sandstone_slab.json b/1.14.4/assets/minecraft/models/block/smooth_sandstone_slab.json new file mode 100644 index 00000000..b83b6e38 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/smooth_sandstone_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/sandstone_top", + "top": "block/sandstone_top", + "side": "block/sandstone_top" + } +} diff --git a/1.14.4/assets/minecraft/models/block/smooth_sandstone_slab_top.json b/1.14.4/assets/minecraft/models/block/smooth_sandstone_slab_top.json new file mode 100644 index 00000000..fec91115 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/smooth_sandstone_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/sandstone_top", + "top": "block/sandstone_top", + "side": "block/sandstone_top" + } +} diff --git a/1.14.4/assets/minecraft/models/block/smooth_sandstone_stairs.json b/1.14.4/assets/minecraft/models/block/smooth_sandstone_stairs.json new file mode 100644 index 00000000..affc44ad --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/smooth_sandstone_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/sandstone_top", + "top": "block/sandstone_top", + "side": "block/sandstone_top" + } +} diff --git a/1.14.4/assets/minecraft/models/block/smooth_sandstone_stairs_inner.json b/1.14.4/assets/minecraft/models/block/smooth_sandstone_stairs_inner.json new file mode 100644 index 00000000..9ccf09cc --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/smooth_sandstone_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/sandstone_top", + "top": "block/sandstone_top", + "side": "block/sandstone_top" + } +} diff --git a/1.14.4/assets/minecraft/models/block/smooth_sandstone_stairs_outer.json b/1.14.4/assets/minecraft/models/block/smooth_sandstone_stairs_outer.json new file mode 100644 index 00000000..b450adcf --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/smooth_sandstone_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/sandstone_top", + "top": "block/sandstone_top", + "side": "block/sandstone_top" + } +} diff --git a/1.14.4/assets/minecraft/models/block/smooth_stone.json b/1.14.4/assets/minecraft/models/block/smooth_stone.json new file mode 100644 index 00000000..7d04a50e --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/smooth_stone.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/smooth_stone" + } +} diff --git a/1.14.4/assets/minecraft/models/block/smooth_stone_slab.json b/1.14.4/assets/minecraft/models/block/smooth_stone_slab.json new file mode 100644 index 00000000..0415a6dc --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/smooth_stone_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/smooth_stone", + "top": "block/smooth_stone", + "side": "block/smooth_stone_slab_side" + } +} diff --git a/1.14.4/assets/minecraft/models/block/smooth_stone_slab_double.json b/1.14.4/assets/minecraft/models/block/smooth_stone_slab_double.json new file mode 100644 index 00000000..3f309fa5 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/smooth_stone_slab_double.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/smooth_stone", + "side": "block/smooth_stone_slab_side" + } +} diff --git a/1.14.4/assets/minecraft/models/block/smooth_stone_slab_top.json b/1.14.4/assets/minecraft/models/block/smooth_stone_slab_top.json new file mode 100644 index 00000000..42b079f6 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/smooth_stone_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/smooth_stone", + "top": "block/smooth_stone", + "side": "block/smooth_stone_slab_side" + } +} diff --git a/1.14.4/assets/minecraft/models/block/snow_block.json b/1.14.4/assets/minecraft/models/block/snow_block.json new file mode 100644 index 00000000..6ade2513 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/snow_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/snow" + } +} diff --git a/1.14.4/assets/minecraft/models/block/snow_height10.json b/1.14.4/assets/minecraft/models/block/snow_height10.json new file mode 100644 index 00000000..dd72cc9e --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/snow_height10.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "block/snow", + "texture": "block/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 10, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 6, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 6, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 6, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 6, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/snow_height12.json b/1.14.4/assets/minecraft/models/block/snow_height12.json new file mode 100644 index 00000000..bdce96c0 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/snow_height12.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "block/snow", + "texture": "block/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 12, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 4, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 4, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 4, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 4, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/snow_height14.json b/1.14.4/assets/minecraft/models/block/snow_height14.json new file mode 100644 index 00000000..30e1d888 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/snow_height14.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "block/snow", + "texture": "block/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 14, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 2, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 2, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 2, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 2, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/snow_height2.json b/1.14.4/assets/minecraft/models/block/snow_height2.json new file mode 100644 index 00000000..de13fc62 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/snow_height2.json @@ -0,0 +1,19 @@ +{ "parent": "block/thin_block", + "textures": { + "particle": "block/snow", + "texture": "block/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 2, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 14, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 14, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 14, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 14, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/snow_height4.json b/1.14.4/assets/minecraft/models/block/snow_height4.json new file mode 100644 index 00000000..650692c5 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/snow_height4.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "block/snow", + "texture": "block/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 4, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 12, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 12, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 12, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 12, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/snow_height6.json b/1.14.4/assets/minecraft/models/block/snow_height6.json new file mode 100644 index 00000000..32468b9b --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/snow_height6.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "block/snow", + "texture": "block/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 6, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 10, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 10, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 10, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 10, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/snow_height8.json b/1.14.4/assets/minecraft/models/block/snow_height8.json new file mode 100644 index 00000000..53d22828 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/snow_height8.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "block/snow", + "texture": "block/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 8, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 8, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 8, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 8, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 8, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/soul_sand.json b/1.14.4/assets/minecraft/models/block/soul_sand.json new file mode 100644 index 00000000..bd130d6d --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/soul_sand.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/soul_sand" + } +} diff --git a/1.14.4/assets/minecraft/models/block/spawner.json b/1.14.4/assets/minecraft/models/block/spawner.json new file mode 100644 index 00000000..e932d70a --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/spawner.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/spawner" + } +} diff --git a/1.14.4/assets/minecraft/models/block/sponge.json b/1.14.4/assets/minecraft/models/block/sponge.json new file mode 100644 index 00000000..a09bdcc4 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/sponge.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/sponge" + } +} diff --git a/1.14.4/assets/minecraft/models/block/spruce_button.json b/1.14.4/assets/minecraft/models/block/spruce_button.json new file mode 100644 index 00000000..55791862 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/spruce_button.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button", + "textures": { + "texture": "block/spruce_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/spruce_button_inventory.json b/1.14.4/assets/minecraft/models/block/spruce_button_inventory.json new file mode 100644 index 00000000..fb0b60bd --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/spruce_button_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button_inventory", + "textures": { + "texture": "block/spruce_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/spruce_button_pressed.json b/1.14.4/assets/minecraft/models/block/spruce_button_pressed.json new file mode 100644 index 00000000..b01f0246 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/spruce_button_pressed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button_pressed", + "textures": { + "texture": "block/spruce_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/spruce_door_bottom.json b/1.14.4/assets/minecraft/models/block/spruce_door_bottom.json new file mode 100644 index 00000000..fd678125 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/spruce_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom", + "textures": { + "bottom": "block/spruce_door_bottom", + "top": "block/spruce_door_top" + } +} diff --git a/1.14.4/assets/minecraft/models/block/spruce_door_bottom_hinge.json b/1.14.4/assets/minecraft/models/block/spruce_door_bottom_hinge.json new file mode 100644 index 00000000..f604cf5d --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/spruce_door_bottom_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom_rh", + "textures": { + "bottom": "block/spruce_door_bottom", + "top": "block/spruce_door_top" + } +} diff --git a/1.14.4/assets/minecraft/models/block/spruce_door_top.json b/1.14.4/assets/minecraft/models/block/spruce_door_top.json new file mode 100644 index 00000000..48e026a3 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/spruce_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top", + "textures": { + "bottom": "block/spruce_door_bottom", + "top": "block/spruce_door_top" + } +} diff --git a/1.14.4/assets/minecraft/models/block/spruce_door_top_hinge.json b/1.14.4/assets/minecraft/models/block/spruce_door_top_hinge.json new file mode 100644 index 00000000..3a6f92ab --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/spruce_door_top_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top_rh", + "textures": { + "bottom": "block/spruce_door_bottom", + "top": "block/spruce_door_top" + } +} diff --git a/1.14.4/assets/minecraft/models/block/spruce_fence_gate.json b/1.14.4/assets/minecraft/models/block/spruce_fence_gate.json new file mode 100644 index 00000000..9e87e119 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/spruce_fence_gate.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate", + "textures": { + "texture": "block/spruce_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/spruce_fence_gate_open.json b/1.14.4/assets/minecraft/models/block/spruce_fence_gate_open.json new file mode 100644 index 00000000..528a7118 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/spruce_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate_open", + "textures": { + "texture": "block/spruce_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/spruce_fence_gate_wall.json b/1.14.4/assets/minecraft/models/block/spruce_fence_gate_wall.json new file mode 100644 index 00000000..e54d9981 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/spruce_fence_gate_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate_wall", + "textures": { + "texture": "block/spruce_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/spruce_fence_gate_wall_open.json b/1.14.4/assets/minecraft/models/block/spruce_fence_gate_wall_open.json new file mode 100644 index 00000000..f68f6641 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/spruce_fence_gate_wall_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate_wall_open", + "textures": { + "texture": "block/spruce_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/spruce_fence_inventory.json b/1.14.4/assets/minecraft/models/block/spruce_fence_inventory.json new file mode 100644 index 00000000..2acf6519 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/spruce_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_inventory", + "textures": { + "texture": "block/spruce_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/spruce_fence_post.json b/1.14.4/assets/minecraft/models/block/spruce_fence_post.json new file mode 100644 index 00000000..c8b41b83 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/spruce_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_post", + "textures": { + "texture": "block/spruce_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/spruce_fence_side.json b/1.14.4/assets/minecraft/models/block/spruce_fence_side.json new file mode 100644 index 00000000..d27c4dc4 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/spruce_fence_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_side", + "textures": { + "texture": "block/spruce_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/spruce_leaves.json b/1.14.4/assets/minecraft/models/block/spruce_leaves.json new file mode 100644 index 00000000..813b9390 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/spruce_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "block/leaves", + "textures": { + "all": "block/spruce_leaves" + } +} diff --git a/1.14.4/assets/minecraft/models/block/spruce_log.json b/1.14.4/assets/minecraft/models/block/spruce_log.json new file mode 100644 index 00000000..cc77a3c4 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/spruce_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/spruce_log_top", + "side": "block/spruce_log" + } +} diff --git a/1.14.4/assets/minecraft/models/block/spruce_planks.json b/1.14.4/assets/minecraft/models/block/spruce_planks.json new file mode 100644 index 00000000..249f4b7b --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/spruce_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/spruce_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/spruce_pressure_plate.json b/1.14.4/assets/minecraft/models/block/spruce_pressure_plate.json new file mode 100644 index 00000000..a8ead6a0 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/spruce_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_up", + "textures": { + "texture": "block/spruce_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/spruce_pressure_plate_down.json b/1.14.4/assets/minecraft/models/block/spruce_pressure_plate_down.json new file mode 100644 index 00000000..e1bda415 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/spruce_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_down", + "textures": { + "texture": "block/spruce_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/spruce_sapling.json b/1.14.4/assets/minecraft/models/block/spruce_sapling.json new file mode 100644 index 00000000..40c0fc7f --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/spruce_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/spruce_sapling" + } +} diff --git a/1.14.4/assets/minecraft/models/block/spruce_sign.json b/1.14.4/assets/minecraft/models/block/spruce_sign.json new file mode 100644 index 00000000..f5e2901c --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/spruce_sign.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "block/spruce_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/spruce_slab.json b/1.14.4/assets/minecraft/models/block/spruce_slab.json new file mode 100644 index 00000000..7d5ccad8 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/spruce_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/spruce_planks", + "top": "block/spruce_planks", + "side": "block/spruce_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/spruce_slab_top.json b/1.14.4/assets/minecraft/models/block/spruce_slab_top.json new file mode 100644 index 00000000..66ad2e50 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/spruce_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/spruce_planks", + "top": "block/spruce_planks", + "side": "block/spruce_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/spruce_stairs.json b/1.14.4/assets/minecraft/models/block/spruce_stairs.json new file mode 100644 index 00000000..78566b7f --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/spruce_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/spruce_planks", + "top": "block/spruce_planks", + "side": "block/spruce_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/spruce_stairs_inner.json b/1.14.4/assets/minecraft/models/block/spruce_stairs_inner.json new file mode 100644 index 00000000..23553fb3 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/spruce_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/spruce_planks", + "top": "block/spruce_planks", + "side": "block/spruce_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/spruce_stairs_outer.json b/1.14.4/assets/minecraft/models/block/spruce_stairs_outer.json new file mode 100644 index 00000000..4e0d75f1 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/spruce_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/spruce_planks", + "top": "block/spruce_planks", + "side": "block/spruce_planks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/spruce_trapdoor_bottom.json b/1.14.4/assets/minecraft/models/block/spruce_trapdoor_bottom.json new file mode 100644 index 00000000..d3b1fc48 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/spruce_trapdoor_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_orientable_trapdoor_bottom", + "textures": { + "texture": "block/spruce_trapdoor" + } +} diff --git a/1.14.4/assets/minecraft/models/block/spruce_trapdoor_open.json b/1.14.4/assets/minecraft/models/block/spruce_trapdoor_open.json new file mode 100644 index 00000000..beb5ebb1 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/spruce_trapdoor_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_orientable_trapdoor_open", + "textures": { + "texture": "block/spruce_trapdoor" + } +} diff --git a/1.14.4/assets/minecraft/models/block/spruce_trapdoor_top.json b/1.14.4/assets/minecraft/models/block/spruce_trapdoor_top.json new file mode 100644 index 00000000..8da7770d --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/spruce_trapdoor_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_orientable_trapdoor_top", + "textures": { + "texture": "block/spruce_trapdoor" + } +} diff --git a/1.14.4/assets/minecraft/models/block/spruce_wood.json b/1.14.4/assets/minecraft/models/block/spruce_wood.json new file mode 100644 index 00000000..deb91717 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/spruce_wood.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/spruce_log", + "side": "block/spruce_log" + } +} diff --git a/1.14.4/assets/minecraft/models/block/stairs.json b/1.14.4/assets/minecraft/models/block/stairs.json new file mode 100644 index 00000000..986ce9c6 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/stairs.json @@ -0,0 +1,45 @@ +{ "parent": "block/block", + "display": { + "gui": { + "rotation": [ 30, 135, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 0.625, 0.625, 0.625 ] + }, + "head": { + "rotation": [ 0, -90, 0 ], + "translation": [ 0, 0, 0 ], + "scale": [ 1, 1, 1 ] + }, + "thirdperson_lefthand": { + "rotation": [ 75, -135, 0 ], + "translation": [ 0, 2.5, 0], + "scale": [ 0.375, 0.375, 0.375 ] + } + }, + "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": { + "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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/stem_fruit.json b/1.14.4/assets/minecraft/models/block/stem_fruit.json new file mode 100644 index 00000000..86d59c66 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/stem_fruit.json @@ -0,0 +1,31 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 7, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 8 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 8 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 7, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 8 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 8 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 8 ], + "to": [ 9, 16, 8 ], + "faces": { + "north": { "uv": [ 9, 0, 0, 16 ], "texture": "#upperstem", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 9, 16 ], "texture": "#upperstem", "tintindex": 0 } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/stem_growth0.json b/1.14.4/assets/minecraft/models/block/stem_growth0.json new file mode 100644 index 00000000..6e977315 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/stem_growth0.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 1, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 2 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 2 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 1, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 2 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 2 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/stem_growth1.json b/1.14.4/assets/minecraft/models/block/stem_growth1.json new file mode 100644 index 00000000..ea97f754 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/stem_growth1.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 3, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 4 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 4 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 3, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 4 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 4 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/stem_growth2.json b/1.14.4/assets/minecraft/models/block/stem_growth2.json new file mode 100644 index 00000000..4ab6f4c2 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/stem_growth2.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 5, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 6 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 6 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 5, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 6 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 6 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/stem_growth3.json b/1.14.4/assets/minecraft/models/block/stem_growth3.json new file mode 100644 index 00000000..542a8205 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/stem_growth3.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 7, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 8 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 8 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 7, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 8 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 8 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/stem_growth4.json b/1.14.4/assets/minecraft/models/block/stem_growth4.json new file mode 100644 index 00000000..77befceb --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/stem_growth4.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 9, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 10 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 10 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 9, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 10 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 10 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/stem_growth5.json b/1.14.4/assets/minecraft/models/block/stem_growth5.json new file mode 100644 index 00000000..678450e6 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/stem_growth5.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 11, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 12 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 12 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 11, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 12 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 12 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/stem_growth6.json b/1.14.4/assets/minecraft/models/block/stem_growth6.json new file mode 100644 index 00000000..523974e2 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/stem_growth6.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 13, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 14 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 14 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 13, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 14 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 14 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/stem_growth7.json b/1.14.4/assets/minecraft/models/block/stem_growth7.json new file mode 100644 index 00000000..bd4f9d18 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/stem_growth7.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 15, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 16 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 15, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 16 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/sticky_piston.json b/1.14.4/assets/minecraft/models/block/sticky_piston.json new file mode 100644 index 00000000..1e6f80ac --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/sticky_piston.json @@ -0,0 +1,8 @@ +{ + "parent": "block/template_piston", + "textures": { + "bottom": "block/piston_bottom", + "side": "block/piston_side", + "platform": "block/piston_top_sticky" + } +} diff --git a/1.14.4/assets/minecraft/models/block/sticky_piston_inventory.json b/1.14.4/assets/minecraft/models/block/sticky_piston_inventory.json new file mode 100644 index 00000000..02ac5fe6 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/sticky_piston_inventory.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "block/piston_bottom", + "side": "block/piston_side", + "top": "block/piston_top_sticky" + } +} diff --git a/1.14.4/assets/minecraft/models/block/stone.json b/1.14.4/assets/minecraft/models/block/stone.json new file mode 100644 index 00000000..52e4199a --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/stone.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/stone" + } +} diff --git a/1.14.4/assets/minecraft/models/block/stone_brick_slab.json b/1.14.4/assets/minecraft/models/block/stone_brick_slab.json new file mode 100644 index 00000000..e734e0ca --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/stone_brick_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/stone_bricks", + "top": "block/stone_bricks", + "side": "block/stone_bricks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/stone_brick_slab_top.json b/1.14.4/assets/minecraft/models/block/stone_brick_slab_top.json new file mode 100644 index 00000000..2571d95b --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/stone_brick_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/stone_bricks", + "top": "block/stone_bricks", + "side": "block/stone_bricks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/stone_brick_stairs.json b/1.14.4/assets/minecraft/models/block/stone_brick_stairs.json new file mode 100644 index 00000000..22bf1d1f --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/stone_brick_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/stone_bricks", + "top": "block/stone_bricks", + "side": "block/stone_bricks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/stone_brick_stairs_inner.json b/1.14.4/assets/minecraft/models/block/stone_brick_stairs_inner.json new file mode 100644 index 00000000..4e1a4f10 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/stone_brick_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/stone_bricks", + "top": "block/stone_bricks", + "side": "block/stone_bricks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/stone_brick_stairs_outer.json b/1.14.4/assets/minecraft/models/block/stone_brick_stairs_outer.json new file mode 100644 index 00000000..d33c2fab --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/stone_brick_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/stone_bricks", + "top": "block/stone_bricks", + "side": "block/stone_bricks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/stone_brick_wall_inventory.json b/1.14.4/assets/minecraft/models/block/stone_brick_wall_inventory.json new file mode 100644 index 00000000..7ff4f994 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/stone_brick_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_inventory", + "textures": { + "wall": "block/stone_bricks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/stone_brick_wall_post.json b/1.14.4/assets/minecraft/models/block/stone_brick_wall_post.json new file mode 100644 index 00000000..5bf3da8e --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/stone_brick_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_wall_post", + "textures": { + "wall": "block/stone_bricks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/stone_brick_wall_side.json b/1.14.4/assets/minecraft/models/block/stone_brick_wall_side.json new file mode 100644 index 00000000..076fd914 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/stone_brick_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_wall_side", + "textures": { + "wall": "block/stone_bricks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/stone_bricks.json b/1.14.4/assets/minecraft/models/block/stone_bricks.json new file mode 100644 index 00000000..d8ae261f --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/stone_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/stone_bricks" + } +} diff --git a/1.14.4/assets/minecraft/models/block/stone_button.json b/1.14.4/assets/minecraft/models/block/stone_button.json new file mode 100644 index 00000000..d4200a97 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/stone_button.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button", + "textures": { + "texture": "block/stone" + } +} diff --git a/1.14.4/assets/minecraft/models/block/stone_button_inventory.json b/1.14.4/assets/minecraft/models/block/stone_button_inventory.json new file mode 100644 index 00000000..505a0637 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/stone_button_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button_inventory", + "textures": { + "texture": "block/stone" + } +} diff --git a/1.14.4/assets/minecraft/models/block/stone_button_pressed.json b/1.14.4/assets/minecraft/models/block/stone_button_pressed.json new file mode 100644 index 00000000..69d1273d --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/stone_button_pressed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button_pressed", + "textures": { + "texture": "block/stone" + } +} diff --git a/1.14.4/assets/minecraft/models/block/stone_mirrored.json b/1.14.4/assets/minecraft/models/block/stone_mirrored.json new file mode 100644 index 00000000..af1b1b05 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/stone_mirrored.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_mirrored_all", + "textures": { + "all": "block/stone" + } +} diff --git a/1.14.4/assets/minecraft/models/block/stone_pressure_plate.json b/1.14.4/assets/minecraft/models/block/stone_pressure_plate.json new file mode 100644 index 00000000..3501698b --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/stone_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_up", + "textures": { + "texture": "block/stone" + } +} diff --git a/1.14.4/assets/minecraft/models/block/stone_pressure_plate_down.json b/1.14.4/assets/minecraft/models/block/stone_pressure_plate_down.json new file mode 100644 index 00000000..915d222c --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/stone_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_down", + "textures": { + "texture": "block/stone" + } +} diff --git a/1.14.4/assets/minecraft/models/block/stone_slab.json b/1.14.4/assets/minecraft/models/block/stone_slab.json new file mode 100644 index 00000000..08fd96c7 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/stone_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/stone", + "top": "block/stone", + "side": "block/stone" + } +} diff --git a/1.14.4/assets/minecraft/models/block/stone_slab_top.json b/1.14.4/assets/minecraft/models/block/stone_slab_top.json new file mode 100644 index 00000000..d22e93d3 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/stone_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/stone", + "top": "block/stone", + "side": "block/stone" + } +} diff --git a/1.14.4/assets/minecraft/models/block/stone_stairs.json b/1.14.4/assets/minecraft/models/block/stone_stairs.json new file mode 100644 index 00000000..96927177 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/stone_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/stone", + "top": "block/stone", + "side": "block/stone" + } +} diff --git a/1.14.4/assets/minecraft/models/block/stone_stairs_inner.json b/1.14.4/assets/minecraft/models/block/stone_stairs_inner.json new file mode 100644 index 00000000..ca593763 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/stone_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/stone", + "top": "block/stone", + "side": "block/stone" + } +} diff --git a/1.14.4/assets/minecraft/models/block/stone_stairs_outer.json b/1.14.4/assets/minecraft/models/block/stone_stairs_outer.json new file mode 100644 index 00000000..c17b747e --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/stone_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/stone", + "top": "block/stone", + "side": "block/stone" + } +} diff --git a/1.14.4/assets/minecraft/models/block/stonecutter.json b/1.14.4/assets/minecraft/models/block/stonecutter.json new file mode 100644 index 00000000..3a02d854 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/stonecutter.json @@ -0,0 +1,29 @@ +{ "parent": "block/block", + "textures": { + "particle": "block/stonecutter_bottom", + "bottom": "block/stonecutter_bottom", + "top": "block/stonecutter_top", + "side": "block/stonecutter_side", + "saw": "block/stonecutter_saw" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 9, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 0, 7, 16, 16 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 0, 7, 16, 16 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 7, 16, 16 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 7, 16, 16 ], "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 1, 9, 8 ], + "to": [ 15, 16, 8 ], + "faces": { + "north": { "uv": [ 1, 9, 15, 16 ], "texture": "#saw", "tintindex": 0 }, + "south": { "uv": [ 1, 9, 15, 16 ], "texture": "#saw", "tintindex": 0 } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/stripped_acacia_log.json b/1.14.4/assets/minecraft/models/block/stripped_acacia_log.json new file mode 100644 index 00000000..66d90827 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/stripped_acacia_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/stripped_acacia_log_top", + "side": "block/stripped_acacia_log" + } +} diff --git a/1.14.4/assets/minecraft/models/block/stripped_acacia_wood.json b/1.14.4/assets/minecraft/models/block/stripped_acacia_wood.json new file mode 100644 index 00000000..3ae4d433 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/stripped_acacia_wood.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/stripped_acacia_log", + "side": "block/stripped_acacia_log" + } +} diff --git a/1.14.4/assets/minecraft/models/block/stripped_birch_log.json b/1.14.4/assets/minecraft/models/block/stripped_birch_log.json new file mode 100644 index 00000000..659e539b --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/stripped_birch_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/stripped_birch_log_top", + "side": "block/stripped_birch_log" + } +} diff --git a/1.14.4/assets/minecraft/models/block/stripped_birch_wood.json b/1.14.4/assets/minecraft/models/block/stripped_birch_wood.json new file mode 100644 index 00000000..b70bd6eb --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/stripped_birch_wood.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/stripped_birch_log", + "side": "block/stripped_birch_log" + } +} diff --git a/1.14.4/assets/minecraft/models/block/stripped_dark_oak_log.json b/1.14.4/assets/minecraft/models/block/stripped_dark_oak_log.json new file mode 100644 index 00000000..5b56bb52 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/stripped_dark_oak_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/stripped_dark_oak_log_top", + "side": "block/stripped_dark_oak_log" + } +} diff --git a/1.14.4/assets/minecraft/models/block/stripped_dark_oak_wood.json b/1.14.4/assets/minecraft/models/block/stripped_dark_oak_wood.json new file mode 100644 index 00000000..f448b8b0 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/stripped_dark_oak_wood.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/stripped_dark_oak_log", + "side": "block/stripped_dark_oak_log" + } +} diff --git a/1.14.4/assets/minecraft/models/block/stripped_jungle_log.json b/1.14.4/assets/minecraft/models/block/stripped_jungle_log.json new file mode 100644 index 00000000..bfe7121e --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/stripped_jungle_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/stripped_jungle_log_top", + "side": "block/stripped_jungle_log" + } +} diff --git a/1.14.4/assets/minecraft/models/block/stripped_jungle_wood.json b/1.14.4/assets/minecraft/models/block/stripped_jungle_wood.json new file mode 100644 index 00000000..092e8928 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/stripped_jungle_wood.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/stripped_jungle_log", + "side": "block/stripped_jungle_log" + } +} diff --git a/1.14.4/assets/minecraft/models/block/stripped_oak_log.json b/1.14.4/assets/minecraft/models/block/stripped_oak_log.json new file mode 100644 index 00000000..a5e7c03e --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/stripped_oak_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/stripped_oak_log_top", + "side": "block/stripped_oak_log" + } +} diff --git a/1.14.4/assets/minecraft/models/block/stripped_oak_wood.json b/1.14.4/assets/minecraft/models/block/stripped_oak_wood.json new file mode 100644 index 00000000..2a693d34 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/stripped_oak_wood.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/stripped_oak_log", + "side": "block/stripped_oak_log" + } +} diff --git a/1.14.4/assets/minecraft/models/block/stripped_spruce_log.json b/1.14.4/assets/minecraft/models/block/stripped_spruce_log.json new file mode 100644 index 00000000..6719d3d2 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/stripped_spruce_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/stripped_spruce_log_top", + "side": "block/stripped_spruce_log" + } +} diff --git a/1.14.4/assets/minecraft/models/block/stripped_spruce_wood.json b/1.14.4/assets/minecraft/models/block/stripped_spruce_wood.json new file mode 100644 index 00000000..62db980d --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/stripped_spruce_wood.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/stripped_spruce_log", + "side": "block/stripped_spruce_log" + } +} diff --git a/1.14.4/assets/minecraft/models/block/structure_block.json b/1.14.4/assets/minecraft/models/block/structure_block.json new file mode 100644 index 00000000..c7ed06df --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/structure_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/structure_block" + } +} diff --git a/1.14.4/assets/minecraft/models/block/structure_block_corner.json b/1.14.4/assets/minecraft/models/block/structure_block_corner.json new file mode 100644 index 00000000..6e1c6b8f --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/structure_block_corner.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/structure_block_corner" + } +} diff --git a/1.14.4/assets/minecraft/models/block/structure_block_data.json b/1.14.4/assets/minecraft/models/block/structure_block_data.json new file mode 100644 index 00000000..b30945be --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/structure_block_data.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/structure_block_data" + } +} diff --git a/1.14.4/assets/minecraft/models/block/structure_block_load.json b/1.14.4/assets/minecraft/models/block/structure_block_load.json new file mode 100644 index 00000000..deb210d5 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/structure_block_load.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/structure_block_load" + } +} diff --git a/1.14.4/assets/minecraft/models/block/structure_block_save.json b/1.14.4/assets/minecraft/models/block/structure_block_save.json new file mode 100644 index 00000000..afdb39e4 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/structure_block_save.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/structure_block_save" + } +} diff --git a/1.14.4/assets/minecraft/models/block/structure_void.json b/1.14.4/assets/minecraft/models/block/structure_void.json new file mode 100644 index 00000000..073e110d --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/structure_void.json @@ -0,0 +1,6 @@ +{ + "textures": { + "particle": "item/structure_void" + } +} + diff --git a/1.14.4/assets/minecraft/models/block/sugar_cane.json b/1.14.4/assets/minecraft/models/block/sugar_cane.json new file mode 100644 index 00000000..d997a9bb --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/sugar_cane.json @@ -0,0 +1,6 @@ +{ + "parent": "block/tinted_cross", + "textures": { + "cross": "block/sugar_cane" + } +} diff --git a/1.14.4/assets/minecraft/models/block/sunflower_bottom.json b/1.14.4/assets/minecraft/models/block/sunflower_bottom.json new file mode 100644 index 00000000..4d4d0474 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/sunflower_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/sunflower_bottom" + } +} diff --git a/1.14.4/assets/minecraft/models/block/sunflower_top.json b/1.14.4/assets/minecraft/models/block/sunflower_top.json new file mode 100644 index 00000000..f98a1802 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/sunflower_top.json @@ -0,0 +1,53 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/sunflower_front", + "cross": "block/sunflower_top", + "back": "block/sunflower_back", + "front": "block/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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/sweet_berry_bush_stage0.json b/1.14.4/assets/minecraft/models/block/sweet_berry_bush_stage0.json new file mode 100644 index 00000000..273356d3 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/sweet_berry_bush_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/sweet_berry_bush_stage0" + } +} diff --git a/1.14.4/assets/minecraft/models/block/sweet_berry_bush_stage1.json b/1.14.4/assets/minecraft/models/block/sweet_berry_bush_stage1.json new file mode 100644 index 00000000..341368a2 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/sweet_berry_bush_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/sweet_berry_bush_stage1" + } +} diff --git a/1.14.4/assets/minecraft/models/block/sweet_berry_bush_stage2.json b/1.14.4/assets/minecraft/models/block/sweet_berry_bush_stage2.json new file mode 100644 index 00000000..3d6da1db --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/sweet_berry_bush_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/sweet_berry_bush_stage2" + } +} diff --git a/1.14.4/assets/minecraft/models/block/sweet_berry_bush_stage3.json b/1.14.4/assets/minecraft/models/block/sweet_berry_bush_stage3.json new file mode 100644 index 00000000..5d6e927b --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/sweet_berry_bush_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/sweet_berry_bush_stage3" + } +} diff --git a/1.14.4/assets/minecraft/models/block/tall_grass_bottom.json b/1.14.4/assets/minecraft/models/block/tall_grass_bottom.json new file mode 100644 index 00000000..baeb6f13 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/tall_grass_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/tinted_cross", + "textures": { + "cross": "block/tall_grass_bottom" + } +} diff --git a/1.14.4/assets/minecraft/models/block/tall_grass_top.json b/1.14.4/assets/minecraft/models/block/tall_grass_top.json new file mode 100644 index 00000000..510893d0 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/tall_grass_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/tinted_cross", + "textures": { + "cross": "block/tall_grass_top" + } +} diff --git a/1.14.4/assets/minecraft/models/block/tall_seagrass_bottom.json b/1.14.4/assets/minecraft/models/block/tall_seagrass_bottom.json new file mode 100644 index 00000000..e51d5051 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/tall_seagrass_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "block/seagrass", + "textures": { + "seagrass": "block/tall_seagrass_bottom", + "particle": "block/tall_seagrass_bottom" + } +} diff --git a/1.14.4/assets/minecraft/models/block/tall_seagrass_top.json b/1.14.4/assets/minecraft/models/block/tall_seagrass_top.json new file mode 100644 index 00000000..6baa9844 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/tall_seagrass_top.json @@ -0,0 +1,7 @@ +{ + "parent": "block/seagrass", + "textures": { + "seagrass": "block/tall_seagrass_top", + "particle": "block/tall_seagrass_top" + } +} diff --git a/1.14.4/assets/minecraft/models/block/template_farmland.json b/1.14.4/assets/minecraft/models/block/template_farmland.json new file mode 100644 index 00000000..5d2aa96c --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/template_farmland.json @@ -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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/template_fence_gate.json b/1.14.4/assets/minecraft/models/block/template_fence_gate.json new file mode 100644 index 00000000..b1a090fa --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/template_fence_gate.json @@ -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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/template_fence_gate_open.json b/1.14.4/assets/minecraft/models/block/template_fence_gate_open.json new file mode 100644 index 00000000..af2062a1 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/template_fence_gate_open.json @@ -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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/template_fence_gate_wall.json b/1.14.4/assets/minecraft/models/block/template_fence_gate_wall.json new file mode 100644 index 00000000..7b1be07c --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/template_fence_gate_wall.json @@ -0,0 +1,96 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#texture" + }, + "elements": [ + { "__comment": "Left-hand post", + "from": [ 0, 2, 7 ], + "to": [ 2, 13, 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, 2, 7 ], + "to": [ 16, 13, 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, 3, 7 ], + "to": [ 8, 12, 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, 3, 7 ], + "to": [ 10, 12, 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, 3, 7 ], + "to": [ 6, 6, 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, 9, 7 ], + "to": [ 6, 12, 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, 3, 7 ], + "to": [ 14, 6, 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, 9, 7 ], + "to": [ 14, 12, 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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/template_fence_gate_wall_open.json b/1.14.4/assets/minecraft/models/block/template_fence_gate_wall_open.json new file mode 100644 index 00000000..6aac6c8f --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/template_fence_gate_wall_open.json @@ -0,0 +1,96 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#texture" + }, + "elements": [ + { "__comment": "Left-hand post", + "from": [ 0, 2, 7 ], + "to": [ 2, 13, 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, 2, 7 ], + "to": [ 16, 13, 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, 3, 13 ], + "to": [ 2, 12, 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, 3, 13 ], + "to": [ 16, 12, 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, 3, 9 ], + "to": [ 2, 6, 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, 9, 9 ], + "to": [ 2, 12, 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, 3, 9 ], + "to": [ 16, 6, 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, 9, 9 ], + "to": [ 16, 12, 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" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/template_glass_pane_noside.json b/1.14.4/assets/minecraft/models/block/template_glass_pane_noside.json new file mode 100644 index 00000000..af16ff94 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/template_glass_pane_noside.json @@ -0,0 +1,14 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#pane" + }, + "elements": [ + { "from": [ 7, 0, 7 ], + "to": [ 9, 16, 9 ], + "faces": { + "north": { "uv": [ 9, 0, 7, 16 ], "texture": "#pane" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/template_glass_pane_noside_alt.json b/1.14.4/assets/minecraft/models/block/template_glass_pane_noside_alt.json new file mode 100644 index 00000000..771d6942 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/template_glass_pane_noside_alt.json @@ -0,0 +1,14 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#pane" + }, + "elements": [ + { "from": [ 7, 0, 7 ], + "to": [ 9, 16, 9 ], + "faces": { + "east": { "uv": [ 7, 0, 9, 16 ], "texture": "#pane" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/template_glass_pane_post.json b/1.14.4/assets/minecraft/models/block/template_glass_pane_post.json new file mode 100644 index 00000000..54d7fa88 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/template_glass_pane_post.json @@ -0,0 +1,15 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#pane" + }, + "elements": [ + { "from": [ 7, 0, 7 ], + "to": [ 9, 16, 9 ], + "faces": { + "down": { "uv": [ 7, 7, 9, 9 ], "texture": "#edge" }, + "up": { "uv": [ 7, 7, 9, 9 ], "texture": "#edge" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/template_glass_pane_side.json b/1.14.4/assets/minecraft/models/block/template_glass_pane_side.json new file mode 100644 index 00000000..fae06dcc --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/template_glass_pane_side.json @@ -0,0 +1,18 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#pane" + }, + "elements": [ + { "from": [ 7, 0, 0 ], + "to": [ 9, 16, 7 ], + "faces": { + "down": { "uv": [ 7, 0, 9, 7 ], "texture": "#edge" }, + "up": { "uv": [ 7, 0, 9, 7 ], "texture": "#edge" }, + "north": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "north" }, + "west": { "uv": [ 16, 0, 9, 16 ], "texture": "#pane" }, + "east": { "uv": [ 9, 0, 16, 16 ], "texture": "#pane" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/template_glass_pane_side_alt.json b/1.14.4/assets/minecraft/models/block/template_glass_pane_side_alt.json new file mode 100644 index 00000000..82d0e98e --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/template_glass_pane_side_alt.json @@ -0,0 +1,18 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#pane" + }, + "elements": [ + { "from": [ 7, 0, 9 ], + "to": [ 9, 16, 16 ], + "faces": { + "down": { "uv": [ 7, 0, 9, 7 ], "texture": "#edge" }, + "up": { "uv": [ 7, 0, 9, 7 ], "texture": "#edge" }, + "south": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "south" }, + "west": { "uv": [ 7, 0, 0, 16 ], "texture": "#pane" }, + "east": { "uv": [ 0, 0, 7, 16 ], "texture": "#pane" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/template_glazed_terracotta.json b/1.14.4/assets/minecraft/models/block/template_glazed_terracotta.json new file mode 100644 index 00000000..13fc8e97 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/template_glazed_terracotta.json @@ -0,0 +1,23 @@ +{ + "parent": "block/cube", + "display": { + "firstperson_righthand": { + "rotation": [ 0, 135, 0 ], + "translation": [ 0, 0, 0 ], + "scale": [ 0.40, 0.40, 0.40 ] + } + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#pattern", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#pattern", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#pattern", "cullface": "north", "rotation": 90 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#pattern", "cullface": "south", "rotation": 270 }, + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#pattern", "cullface": "west", "rotation": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#pattern", "cullface": "east", "rotation": 180 } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/template_orientable_trapdoor_bottom.json b/1.14.4/assets/minecraft/models/block/template_orientable_trapdoor_bottom.json new file mode 100644 index 00000000..5f2ac5e4 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/template_orientable_trapdoor_bottom.json @@ -0,0 +1,18 @@ +{ "parent": "block/thin_block", + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 3, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 16, 16, 0 ], "texture": "#texture" }, + "north": { "uv": [ 0, 0, 16, 3 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 3 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 3 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 3 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/template_orientable_trapdoor_open.json b/1.14.4/assets/minecraft/models/block/template_orientable_trapdoor_open.json new file mode 100644 index 00000000..ce447b51 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/template_orientable_trapdoor_open.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 0, 0, 13 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 3 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 3, 16, 0 ], "texture": "#texture", "cullface": "up" }, + "north": { "uv": [ 0, 16, 16, 0 ], "texture": "#texture" }, + "south": { "uv": [ 0, 16, 16, 0 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 3 ], "rotation": 90, "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 3, 16, 0 ], "rotation": 90, "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/template_orientable_trapdoor_top.json b/1.14.4/assets/minecraft/models/block/template_orientable_trapdoor_top.json new file mode 100644 index 00000000..a437e184 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/template_orientable_trapdoor_top.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 0, 13, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "up": { "uv": [ 0, 16, 16, 0 ], "texture": "#texture", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 3 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 3 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 3 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 3 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/template_piston.json b/1.14.4/assets/minecraft/models/block/template_piston.json new file mode 100644 index 00000000..83b4e18a --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/template_piston.json @@ -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", "rotation": 180, "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#platform", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "rotation": 270, "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "rotation": 90, "cullface": "east" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/template_piston_head.json b/1.14.4/assets/minecraft/models/block/template_piston_head.json new file mode 100644 index 00000000..f4fcb910 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/template_piston_head.json @@ -0,0 +1,27 @@ +{ + "textures": { + "particle": "#platform" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 4 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "down", "rotation": 180 }, + "up": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#platform", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#unsticky" }, + "west": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 270, "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 90, "cullface": "east" } + } + }, + { "from": [ 6, 6, 4 ], + "to": [ 10, 10, 20 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 270 }, + "west": { "uv": [ 16, 4, 0, 0 ], "texture": "#side" }, + "east": { "uv": [ 0, 0, 16, 4 ], "texture": "#side" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/template_piston_head_short.json b/1.14.4/assets/minecraft/models/block/template_piston_head_short.json new file mode 100644 index 00000000..cdbe9e12 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/template_piston_head_short.json @@ -0,0 +1,27 @@ +{ + "textures": { + "particle": "#platform" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 4 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "down", "rotation": 180 }, + "up": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#platform", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#unsticky" }, + "west": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 270, "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 90, "cullface": "east" } + } + }, + { "from": [ 6, 6, 4 ], + "to": [ 10, 10, 16 ], + "faces": { + "down": { "uv": [ 4, 0, 16, 4 ], "texture": "#side", "rotation": 90 }, + "up": { "uv": [ 4, 0, 16, 4 ], "texture": "#side", "rotation": 270 }, + "west": { "uv": [ 16, 4, 4, 0 ], "texture": "#side" }, + "east": { "uv": [ 4, 0, 16, 4 ], "texture": "#side" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/template_rail_raised_ne.json b/1.14.4/assets/minecraft/models/block/template_rail_raised_ne.json new file mode 100644 index 00000000..a92e4603 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/template_rail_raised_ne.json @@ -0,0 +1,21 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#rail" + }, + "elements": [ + { "from": [ 0, 9, 0 ], + "to": [ 16, 9, 16 ], + "rotation": { + "origin": [ 8, 9, 8 ], + "axis": "x", + "angle": 45, + "rescale": true + }, + "faces": { + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#rail" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#rail" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/template_rail_raised_sw.json b/1.14.4/assets/minecraft/models/block/template_rail_raised_sw.json new file mode 100644 index 00000000..dddc3562 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/template_rail_raised_sw.json @@ -0,0 +1,21 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#rail" + }, + "elements": [ + { "from": [ 0, 9, 0 ], + "to": [ 16, 9, 16 ], + "rotation": { + "origin": [ 8, 9, 8 ], + "axis": "x", + "angle": -45, + "rescale": true + }, + "faces": { + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#rail" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#rail" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/template_torch.json b/1.14.4/assets/minecraft/models/block/template_torch.json new file mode 100644 index 00000000..aef12fcf --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/template_torch.json @@ -0,0 +1,32 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#torch" + }, + "elements": [ + { "from": [ 7, 0, 7 ], + "to": [ 9, 10, 9 ], + "shade": false, + "faces": { + "down": { "uv": [ 7, 13, 9, 15 ], "texture": "#torch" }, + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#torch" } + } + }, + { "from": [ 7, 0, 0 ], + "to": [ 9, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" } + } + }, + { "from": [ 0, 0, 7 ], + "to": [ 16, 16, 9 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/template_trapdoor_bottom.json b/1.14.4/assets/minecraft/models/block/template_trapdoor_bottom.json new file mode 100644 index 00000000..2b6c8daa --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/template_trapdoor_bottom.json @@ -0,0 +1,18 @@ +{ "parent": "block/thin_block", + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 3, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/template_trapdoor_open.json b/1.14.4/assets/minecraft/models/block/template_trapdoor_open.json new file mode 100644 index 00000000..b301619c --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/template_trapdoor_open.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 0, 0, 13 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 13, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 16, 0, 13, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 13, 0, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/template_trapdoor_top.json b/1.14.4/assets/minecraft/models/block/template_trapdoor_top.json new file mode 100644 index 00000000..036aeb7b --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/template_trapdoor_top.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 0, 13, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "up" }, + "north": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/template_wall_post.json b/1.14.4/assets/minecraft/models/block/template_wall_post.json new file mode 100644 index 00000000..c1c40e47 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/template_wall_post.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "#wall" + }, + "elements": [ + { "from": [ 4, 0, 4 ], + "to": [ 12, 16, 12 ], + "faces": { + "down": { "texture": "#wall", "cullface": "down" }, + "up": { "texture": "#wall", "cullface": "up" }, + "north": { "texture": "#wall" }, + "south": { "texture": "#wall" }, + "west": { "texture": "#wall" }, + "east": { "texture": "#wall" } + }, + "__comment": "Center post" + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/template_wall_side.json b/1.14.4/assets/minecraft/models/block/template_wall_side.json new file mode 100644 index 00000000..301854c8 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/template_wall_side.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#wall" + }, + "elements": [ + { "from": [ 5, 0, 0 ], + "to": [ 11, 14, 8 ], + "faces": { + "down": { "texture": "#wall", "cullface": "down" }, + "up": { "texture": "#wall" }, + "north": { "texture": "#wall", "cullface": "north" }, + "west": { "texture": "#wall" }, + "east": { "texture": "#wall" } + }, + "__comment": "wall" + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/terracotta.json b/1.14.4/assets/minecraft/models/block/terracotta.json new file mode 100644 index 00000000..ce3e563a --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/terracotta" + } +} diff --git a/1.14.4/assets/minecraft/models/block/thin_block.json b/1.14.4/assets/minecraft/models/block/thin_block.json new file mode 100644 index 00000000..1adb58ab --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/thin_block.json @@ -0,0 +1,19 @@ +{ "parent": "block/block", + "display": { + "thirdperson_righthand": { + "rotation": [ 75, 45, 0 ], + "translation": [ 0, 2.5, 2], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 45, 0 ], + "translation": [ 0, 4.2, 0 ], + "scale": [ 0.40, 0.40, 0.40 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, 225, 0 ], + "translation": [ 0, 4.2, 0 ], + "scale": [ 0.40, 0.40, 0.40 ] + } + } +} diff --git a/1.14.4/assets/minecraft/models/block/three_dead_sea_pickles.json b/1.14.4/assets/minecraft/models/block/three_dead_sea_pickles.json new file mode 100644 index 00000000..8eff63de --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/three_dead_sea_pickles.json @@ -0,0 +1,65 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/sea_pickle", + "all": "block/sea_pickle" + }, + "elements": [ + { "from": [ 6, 0, 9 ], + "to": [ 10, 6, 13 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" } + } + }, + { + "from": [ 6, 5.95, 9 ], + "to": [ 10, 5.95, 13 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 2, 0, 2 ], + "to": [ 6, 4, 6 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 9 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 9 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 9 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 9 ], "texture": "#all" } + } + }, + { + "from": [ 2, 3.95, 2 ], + "to": [ 6, 3.95, 6 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 8, 0, 4 ], + "to": [ 12, 6, 8 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" } + } + }, + { + "from": [ 8, 5.95, 4 ], + "to": [ 12, 5.95, 8 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/three_sea_pickles.json b/1.14.4/assets/minecraft/models/block/three_sea_pickles.json new file mode 100644 index 00000000..4a34fda0 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/three_sea_pickles.json @@ -0,0 +1,125 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/sea_pickle", + "all": "block/sea_pickle" + }, + "elements": [ + { "from": [ 6, 0, 9 ], + "to": [ 10, 6, 13 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" } + } + }, + { + "from": [ 6, 5.95, 9 ], + "to": [ 10, 5.95, 13 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 2, 0, 2 ], + "to": [ 6, 4, 6 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 9 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 9 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 9 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 9 ], "texture": "#all" } + } + }, + { + "from": [ 2, 3.95, 2 ], + "to": [ 6, 3.95, 6 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 8, 0, 4 ], + "to": [ 12, 6, 8 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" } + } + }, + { + "from": [ 8, 5.95, 4 ], + "to": [ 12, 5.95, 8 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 7.5, 5.2, 11 ], + "to": [ 8.5, 8.7, 11 ], + "rotation": { "origin": [ 8, 8, 11 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "south": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + }, + { + "from": [ 8, 5.2, 10.5 ], + "to": [ 8, 8.7, 11.5 ], + "rotation": { "origin": [ 8, 8, 11 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "west": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "east": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + }, + { + "from": [ 3.5, 3.2, 4 ], + "to": [ 4.5, 6.7, 4 ], + "rotation": { "origin": [ 4, 8, 4 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "south": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + }, + { + "from": [ 4, 3.2, 3.5 ], + "to": [ 4, 6.7, 4.5 ], + "rotation": { "origin": [ 4, 8, 4 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "west": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "east": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + }, + { + "from": [ 9.5, 5.2, 6 ], + "to": [ 10.5, 8.7, 6 ], + "rotation": { "origin": [ 10, 8, 6 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "south": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + }, + { + "from": [ 10, 5.2, 5.5 ], + "to": [ 10, 8.7, 6.5 ], + "rotation": { "origin": [ 10, 8, 6 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "west": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "east": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/three_slightly_cracked_turtle_eggs.json b/1.14.4/assets/minecraft/models/block/three_slightly_cracked_turtle_eggs.json new file mode 100644 index 00000000..13cc85e8 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/three_slightly_cracked_turtle_eggs.json @@ -0,0 +1,6 @@ +{ + "parent": "block/three_turtle_eggs", + "textures": { + "all": "block/turtle_egg_slightly_cracked" + } +} diff --git a/1.14.4/assets/minecraft/models/block/three_turtle_eggs.json b/1.14.4/assets/minecraft/models/block/three_turtle_eggs.json new file mode 100644 index 00000000..beb63118 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/three_turtle_eggs.json @@ -0,0 +1,44 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/turtle_egg", + "all": "block/turtle_egg" + }, + "elements": [ + { "from": [ 5, 0, 4 ], + "to": [ 9, 7, 8 ], + "faces": { + "down": { "uv": [ 0, 0, 4, 4 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 0, 0, 4, 4 ], "texture": "#all" }, + "north": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, + "south": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, + "west": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, + "east": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" } + } + }, + { + "from": [ 1, 0, 7 ], + "to": [ 5, 5, 11 ], + "faces": { + "down": { "uv": [ 6, 7, 10, 11 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 6, 7, 10, 11 ], "texture": "#all" }, + "north": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" }, + "south": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" }, + "west": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" }, + "east": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" } + } + }, + { + "from": [ 11, 0, 7 ], + "to": [ 14, 4, 10 ], + "faces": { + "down": { "uv": [ 5, 0, 8, 3 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 5, 0, 8, 3 ], "texture": "#all" }, + "north": { "uv": [ 8, 3, 11, 7 ], "texture": "#all" }, + "south": { "uv": [ 8, 3, 11, 7 ], "texture": "#all" }, + "west": { "uv": [ 8, 3, 11, 7 ], "texture": "#all" }, + "east": { "uv": [ 8, 3, 11, 7 ], "texture": "#all" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/three_very_cracked_turtle_eggs.json b/1.14.4/assets/minecraft/models/block/three_very_cracked_turtle_eggs.json new file mode 100644 index 00000000..d8e7dd76 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/three_very_cracked_turtle_eggs.json @@ -0,0 +1,6 @@ +{ + "parent": "block/three_turtle_eggs", + "textures": { + "all": "block/turtle_egg_very_cracked" + } +} diff --git a/1.14.4/assets/minecraft/models/block/tinted_cross.json b/1.14.4/assets/minecraft/models/block/tinted_cross.json new file mode 100644 index 00000000..d3b5474e --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/tinted_cross.json @@ -0,0 +1,26 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#cross" + }, + "elements": [ + { "from": [ 0.8, 0, 8 ], + "to": [ 15.2, 16, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 } + } + }, + { "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", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/tnt.json b/1.14.4/assets/minecraft/models/block/tnt.json new file mode 100644 index 00000000..093610b9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/tnt.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "block/tnt_bottom", + "top": "block/tnt_top", + "side": "block/tnt_side" + } +} diff --git a/1.14.4/assets/minecraft/models/block/torch.json b/1.14.4/assets/minecraft/models/block/torch.json new file mode 100644 index 00000000..2baee9fd --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/torch.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_torch", + "textures": { + "torch": "block/torch" + } +} diff --git a/1.14.4/assets/minecraft/models/block/torch_wall.json b/1.14.4/assets/minecraft/models/block/torch_wall.json new file mode 100644 index 00000000..1a6d297e --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/torch_wall.json @@ -0,0 +1,35 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#torch" + }, + "elements": [ + { "from": [ -1, 3.5, 7 ], + "to": [ 1, 13.5, 9 ], + "rotation": { "origin": [ 0, 3.5, 8 ], "axis": "z", "angle": -22.5 }, + "shade": false, + "faces": { + "down": { "uv": [ 7, 13, 9, 15 ], "texture": "#torch" }, + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#torch" } + } + }, + { "from": [ -1, 3.5, 0 ], + "to": [ 1, 19.5, 16 ], + "rotation": { "origin": [ 0, 3.5, 8 ], "axis": "z", "angle": -22.5 }, + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" } + } + }, + { "from": [ -8, 3.5, 7 ], + "to": [ 8, 19.5, 9 ], + "rotation": { "origin": [ 0, 3.5, 8 ], "axis": "z", "angle": -22.5 }, + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/tripwire_attached_n.json b/1.14.4/assets/minecraft/models/block/tripwire_attached_n.json new file mode 100644 index 00000000..308d26ae --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/tripwire_attached_n.json @@ -0,0 +1,33 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/tripwire", + "texture": "block/tripwire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/tripwire_attached_ne.json b/1.14.4/assets/minecraft/models/block/tripwire_attached_ne.json new file mode 100644 index 00000000..e2a65ffa --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/tripwire_attached_ne.json @@ -0,0 +1,41 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/tripwire", + "texture": "block/tripwire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 8, 1.5, 7.75 ], + "to": [ 12, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + }, + { "from": [ 12, 1.5, 7.75 ], + "to": [ 16, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/tripwire_attached_ns.json b/1.14.4/assets/minecraft/models/block/tripwire_attached_ns.json new file mode 100644 index 00000000..3755236d --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/tripwire_attached_ns.json @@ -0,0 +1,41 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/tripwire", + "texture": "block/tripwire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 12 ], + "to": [ 8.25, 1.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/tripwire_attached_nse.json b/1.14.4/assets/minecraft/models/block/tripwire_attached_nse.json new file mode 100644 index 00000000..03652740 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/tripwire_attached_nse.json @@ -0,0 +1,57 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/tripwire", + "texture": "block/tripwire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 12 ], + "to": [ 8.25, 1.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 8, 1.5, 7.75 ], + "to": [ 12, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + }, + { "from": [ 12, 1.5, 7.75 ], + "to": [ 16, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/tripwire_attached_nsew.json b/1.14.4/assets/minecraft/models/block/tripwire_attached_nsew.json new file mode 100644 index 00000000..792ba776 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/tripwire_attached_nsew.json @@ -0,0 +1,73 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/tripwire", + "texture": "block/tripwire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 12 ], + "to": [ 8.25, 1.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 0, 1.5, 7.75 ], + "to": [ 4, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + }, + { "from": [ 4, 1.5, 7.75 ], + "to": [ 8, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + }, + { "from": [ 8, 1.5, 7.75 ], + "to": [ 12, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + }, + { "from": [ 12, 1.5, 7.75 ], + "to": [ 16, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/tripwire_hook.json b/1.14.4/assets/minecraft/models/block/tripwire_hook.json new file mode 100644 index 00000000..95279bd3 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/tripwire_hook.json @@ -0,0 +1,72 @@ +{ + "textures": { + "particle": "block/oak_planks", + "hook": "block/tripwire_hook", + "wood": "block/oak_planks" + }, + "elements": [ + { "from": [ 6.2, 3.8, 7.9 ], + "to": [ 9.8, 4.6, 11.5 ], + "rotation": { "origin": [ 8, 6, 5.2 ], "axis": "x", "angle": -45 }, + "faces": { + "down": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "up": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "north": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" }, + "south": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "west": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "east": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 3.8, 10.3 ], + "to": [ 8.6, 4.6, 10.3 ], + "rotation": { "origin": [ 8, 6, 5.2 ], "axis": "x", "angle": -45 }, + "faces": { + "north": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 3.8, 9.1 ], + "to": [ 8.6, 4.6, 9.1 ], + "rotation": { "origin": [ 8, 6, 5.2 ], "axis": "x", "angle": -45 }, + "faces": { + "south": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 3.8, 9.1 ], + "to": [ 7.4, 4.6, 10.3 ], + "rotation": { "origin": [ 8, 6, 5.2 ], "axis": "x", "angle": -45 }, + "faces": { + "east": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 8.6, 3.8, 9.1 ], + "to": [ 8.6, 4.6, 10.3 ], + "rotation": { "origin": [ 8, 6, 5.2 ], "axis": "x", "angle": -45 }, + "faces": { + "west": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 5.2, 10 ], + "to": [ 8.8, 6.8, 14 ], + "rotation": { "origin": [ 8, 6, 14 ], "axis": "x", "angle": 45 }, + "faces": { + "down": { "uv": [ 7, 9, 9, 14 ], "texture": "#wood" }, + "up": { "uv": [ 7, 2, 9, 7 ], "texture": "#wood" }, + "north": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "south": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "west": { "uv": [ 2, 9, 7, 11 ], "texture": "#wood" }, + "east": { "uv": [ 9, 9, 14, 11 ], "texture": "#wood" } + } + }, + { "from": [ 6, 1, 14 ], + "to": [ 10, 9, 16 ], + "faces": { + "down": { "uv": [ 6, 14, 10, 16 ], "texture": "#wood" }, + "up": { "uv": [ 6, 0, 10, 2 ], "texture": "#wood" }, + "north": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood" }, + "south": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood", "cullface": "south" }, + "west": { "uv": [ 0, 7, 2, 15 ], "texture": "#wood" }, + "east": { "uv": [ 14, 7, 16, 15 ], "texture": "#wood" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/tripwire_hook_attached.json b/1.14.4/assets/minecraft/models/block/tripwire_hook_attached.json new file mode 100644 index 00000000..3b520511 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/tripwire_hook_attached.json @@ -0,0 +1,80 @@ +{ + "textures": { + "particle": "block/oak_planks", + "hook": "block/tripwire_hook", + "wood": "block/oak_planks", + "tripwire": "block/tripwire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 6.7 ], + "rotation": { "origin": [ 8, 0, 0 ], "axis": "x", "angle": -22.5, "rescale": true }, + "faces": { + "down": { "uv": [ 0, 8, 16, 6 ], "texture": "#tripwire", "rotation": 90 }, + "up": { "uv": [ 0, 6, 16, 8 ], "texture": "#tripwire", "rotation": 90 } + } + }, + { "from": [ 6.2, 4.2, 6.7 ], + "to": [ 9.8, 5, 10.3 ], + "rotation": { "origin": [ 8, 4.2, 6.7 ], "axis": "x", "angle": -22.5, "rescale": false }, + "faces": { + "down": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "up": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "north": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" }, + "south": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "west": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "east": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 9.1 ], + "to": [ 8.6, 5, 9.1 ], + "rotation": { "origin": [ 8, 4.2, 6.7 ], "axis": "x", "angle": -22.5, "rescale": false }, + "faces": { + "north": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 7.9 ], + "to": [ 8.6, 5, 7.9 ], + "rotation": { "origin": [ 8, 4.2, 6.7 ], "axis": "x", "angle": -22.5, "rescale": false }, + "faces": { + "south": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 7.9 ], + "to": [ 7.4, 5, 9.1 ], + "rotation": { "origin": [ 8, 4.2, 6.7 ], "axis": "x", "angle": -22.5, "rescale": false }, + "faces": { + "east": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 8.6, 4.2, 7.9 ], + "to": [ 8.6, 5, 9.1 ], + "rotation": { "origin": [ 8, 4.2, 6.7 ], "axis": "x", "angle": -22.5, "rescale": false }, + "faces": { + "west": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 5.2, 10 ], + "to": [ 8.8, 6.8, 14 ], + "faces": { + "down": { "uv": [ 7, 9, 9, 14 ], "texture": "#wood" }, + "up": { "uv": [ 7, 2, 9, 7 ], "texture": "#wood" }, + "north": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "south": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "west": { "uv": [ 2, 9, 7, 11 ], "texture": "#wood" }, + "east": { "uv": [ 9, 9, 14, 11 ], "texture": "#wood" } + } + }, + { "from": [ 6, 1, 14 ], + "to": [ 10, 9, 16 ], + "faces": { + "down": { "uv": [ 6, 14, 10, 16 ], "texture": "#wood" }, + "up": { "uv": [ 6, 0, 10, 2 ], "texture": "#wood" }, + "north": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood" }, + "south": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood", "cullface": "south" }, + "west": { "uv": [ 0, 7, 2, 15 ], "texture": "#wood" }, + "east": { "uv": [ 14, 7, 16, 15 ], "texture": "#wood" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/tripwire_hook_attached_on.json b/1.14.4/assets/minecraft/models/block/tripwire_hook_attached_on.json new file mode 100644 index 00000000..29802b1b --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/tripwire_hook_attached_on.json @@ -0,0 +1,76 @@ +{ + "textures": { + "particle": "block/oak_planks", + "hook": "block/tripwire_hook", + "wood": "block/oak_planks", + "tripwire": "block/tripwire" + }, + "elements": [ + { "from": [ 7.75, 0.5, 0 ], + "to": [ 8.25, 0.5, 6.7 ], + "rotation": { "origin": [ 8, 0, 0 ], "axis": "x", "angle": -22.5, "rescale": true }, + "faces": { + "down": { "uv": [ 0, 8, 16, 6 ], "texture": "#tripwire", "rotation": 90 }, + "up": { "uv": [ 0, 6, 16, 8 ], "texture": "#tripwire", "rotation": 90 } + } + }, + { "from": [ 6.2, 3.4, 6.7 ], + "to": [ 9.8, 4.2, 10.3 ], + "faces": { + "down": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "up": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "north": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" }, + "south": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "west": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "east": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 3.4, 9.1 ], + "to": [ 8.6, 4.2, 9.1 ], + "faces": { + "north": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 3.4, 7.9 ], + "to": [ 8.6, 4.2, 7.9 ], + "faces": { + "south": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 3.4, 7.9 ], + "to": [ 7.4, 4.2, 9.1 ], + "faces": { + "east": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 8.6, 3.4, 7.9 ], + "to": [ 8.6, 4.2, 9.1 ], + "faces": { + "west": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 5.2, 10 ], + "to": [ 8.8, 6.8, 14 ], + "rotation": { "origin": [ 8, 6, 14 ], "axis": "x", "angle": -22.5 }, + "faces": { + "down": { "uv": [ 7, 9, 9, 14 ], "texture": "#wood" }, + "up": { "uv": [ 7, 2, 9, 7 ], "texture": "#wood" }, + "north": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "south": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "west": { "uv": [ 2, 9, 7, 11 ], "texture": "#wood" }, + "east": { "uv": [ 9, 9, 14, 11 ], "texture": "#wood" } + } + }, + { "from": [ 6, 1, 14 ], + "to": [ 10, 9, 16 ], + "faces": { + "down": { "uv": [ 6, 14, 10, 16 ], "texture": "#wood" }, + "up": { "uv": [ 6, 0, 10, 2 ], "texture": "#wood" }, + "north": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood" }, + "south": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood", "cullface": "south" }, + "west": { "uv": [ 0, 7, 2, 15 ], "texture": "#wood" }, + "east": { "uv": [ 14, 7, 16, 15 ], "texture": "#wood" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/tripwire_hook_on.json b/1.14.4/assets/minecraft/models/block/tripwire_hook_on.json new file mode 100644 index 00000000..5b2494b1 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/tripwire_hook_on.json @@ -0,0 +1,67 @@ +{ + "textures": { + "particle": "block/oak_planks", + "hook": "block/tripwire_hook", + "wood": "block/oak_planks" + }, + "elements": [ + { "from": [ 6.2, 4.2, 6.7 ], + "to": [ 9.8, 5, 10.3 ], + "faces": { + "down": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "up": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "north": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" }, + "south": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "west": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "east": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 9.1 ], + "to": [ 8.6, 5, 9.1 ], + "faces": { + "north": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 7.9 ], + "to": [ 8.6, 5, 7.9 ], + "faces": { + "south": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 7.9 ], + "to": [ 7.4, 5, 9.1 ], + "faces": { + "east": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 8.6, 4.2, 7.9 ], + "to": [ 8.6, 5, 9.1 ], + "faces": { + "west": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 5.2, 10 ], + "to": [ 8.8, 6.8, 14 ], + "rotation": { "origin": [ 8, 6, 14 ], "axis": "x", "angle": -22.5 }, + "faces": { + "down": { "uv": [ 7, 9, 9, 14 ], "texture": "#wood" }, + "up": { "uv": [ 7, 2, 9, 7 ], "texture": "#wood" }, + "north": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "south": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "west": { "uv": [ 2, 9, 7, 11 ], "texture": "#wood" }, + "east": { "uv": [ 9, 9, 14, 11 ], "texture": "#wood" } + } + }, + { "from": [ 6, 1, 14 ], + "to": [ 10, 9, 16 ], + "faces": { + "down": { "uv": [ 6, 14, 10, 16 ], "texture": "#wood" }, + "up": { "uv": [ 6, 0, 10, 2 ], "texture": "#wood" }, + "north": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood" }, + "south": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood", "cullface": "south" }, + "west": { "uv": [ 0, 7, 2, 15 ], "texture": "#wood" }, + "east": { "uv": [ 14, 7, 16, 15 ], "texture": "#wood" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/tripwire_n.json b/1.14.4/assets/minecraft/models/block/tripwire_n.json new file mode 100644 index 00000000..626a83f8 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/tripwire_n.json @@ -0,0 +1,33 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/tripwire", + "texture": "block/tripwire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/tripwire_ne.json b/1.14.4/assets/minecraft/models/block/tripwire_ne.json new file mode 100644 index 00000000..f07c9ef5 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/tripwire_ne.json @@ -0,0 +1,41 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/tripwire", + "texture": "block/tripwire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 8, 1.5, 7.75 ], + "to": [ 12, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + }, + { "from": [ 12, 1.5, 7.75 ], + "to": [ 16, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/tripwire_ns.json b/1.14.4/assets/minecraft/models/block/tripwire_ns.json new file mode 100644 index 00000000..1594ffcc --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/tripwire_ns.json @@ -0,0 +1,41 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/tripwire", + "texture": "block/tripwire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 12 ], + "to": [ 8.25, 1.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/tripwire_nse.json b/1.14.4/assets/minecraft/models/block/tripwire_nse.json new file mode 100644 index 00000000..4933f831 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/tripwire_nse.json @@ -0,0 +1,57 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/tripwire", + "texture": "block/tripwire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 12 ], + "to": [ 8.25, 1.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 8, 1.5, 7.75 ], + "to": [ 12, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + }, + { "from": [ 12, 1.5, 7.75 ], + "to": [ 16, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/tripwire_nsew.json b/1.14.4/assets/minecraft/models/block/tripwire_nsew.json new file mode 100644 index 00000000..82e9a951 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/tripwire_nsew.json @@ -0,0 +1,73 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/tripwire", + "texture": "block/tripwire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 12 ], + "to": [ 8.25, 1.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 0, 1.5, 7.75 ], + "to": [ 4, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + }, + { "from": [ 4, 1.5, 7.75 ], + "to": [ 8, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + }, + { "from": [ 8, 1.5, 7.75 ], + "to": [ 12, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + }, + { "from": [ 12, 1.5, 7.75 ], + "to": [ 16, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/tube_coral.json b/1.14.4/assets/minecraft/models/block/tube_coral.json new file mode 100644 index 00000000..5776e0a7 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/tube_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/tube_coral" + } +} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/models/block/tube_coral_block.json b/1.14.4/assets/minecraft/models/block/tube_coral_block.json new file mode 100644 index 00000000..8f846b1c --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/tube_coral_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/tube_coral_block" + } +} diff --git a/1.14.4/assets/minecraft/models/block/tube_coral_fan.json b/1.14.4/assets/minecraft/models/block/tube_coral_fan.json new file mode 100644 index 00000000..29cc486b --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/tube_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "block/coral_fan", + "textures": { + "fan": "block/tube_coral_fan" + } +} diff --git a/1.14.4/assets/minecraft/models/block/tube_coral_wall_fan.json b/1.14.4/assets/minecraft/models/block/tube_coral_wall_fan.json new file mode 100644 index 00000000..5550b6fd --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/tube_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "block/coral_wall_fan", + "textures": { + "fan": "block/tube_coral_fan" + } +} diff --git a/1.14.4/assets/minecraft/models/block/turtle_egg.json b/1.14.4/assets/minecraft/models/block/turtle_egg.json new file mode 100644 index 00000000..eb1ed3dc --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/turtle_egg.json @@ -0,0 +1,20 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/turtle_egg", + "all": "block/turtle_egg" + }, + "elements": [ + { "from": [ 5, 0, 4 ], + "to": [ 9, 7, 8 ], + "faces": { + "down": { "uv": [ 0, 0, 4, 4 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 0, 0, 4, 4 ], "texture": "#all" }, + "north": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, + "south": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, + "west": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, + "east": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/two_dead_sea_pickles.json b/1.14.4/assets/minecraft/models/block/two_dead_sea_pickles.json new file mode 100644 index 00000000..0a618603 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/two_dead_sea_pickles.json @@ -0,0 +1,46 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/sea_pickle", + "all": "block/sea_pickle" + }, + "elements": [ + { "from": [ 3, 0, 3 ], + "to": [ 7, 6, 7 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" } + } + }, + { + "from": [ 3, 5.95, 3 ], + "to": [ 7, 5.95, 7 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 8, 0, 8 ], + "to": [ 12, 4, 12 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 9 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 9 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 9 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 9 ], "texture": "#all" } + } + }, + { + "from": [ 8, 3.95, 8 ], + "to": [ 12, 3.95, 12 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/two_sea_pickles.json b/1.14.4/assets/minecraft/models/block/two_sea_pickles.json new file mode 100644 index 00000000..37a8bb19 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/two_sea_pickles.json @@ -0,0 +1,86 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/sea_pickle", + "all": "block/sea_pickle" + }, + "elements": [ + { "from": [ 3, 0, 3 ], + "to": [ 7, 6, 7 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" } + } + }, + { + "from": [ 3, 5.95, 3 ], + "to": [ 7, 5.95, 7 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 8, 0, 8 ], + "to": [ 12, 4, 12 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 9 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 9 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 9 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 9 ], "texture": "#all" } + } + }, + { + "from": [ 8, 3.95, 8 ], + "to": [ 12, 3.95, 12 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 4.5, 5.2, 5 ], + "to": [ 5.5, 8.7, 5 ], + "rotation": { "origin": [ 5, 5.6, 5 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "south": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + }, + { + "from": [ 5, 5.2, 4.5 ], + "to": [ 5, 8.7, 5.5 ], + "rotation": { "origin": [ 5, 5.6, 5 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "west": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "east": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + }, + { + "from": [ 9.5, 3.2, 10 ], + "to": [ 10.5, 6.7, 10 ], + "rotation": { "origin": [10, 8, 10 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "south": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + }, + { + "from": [ 10, 3.2, 9.5 ], + "to": [ 10, 6.7, 10.5 ], + "rotation": { "origin": [ 10, 8, 10 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "west": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "east": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/two_slightly_cracked_turtle_eggs.json b/1.14.4/assets/minecraft/models/block/two_slightly_cracked_turtle_eggs.json new file mode 100644 index 00000000..55f57d21 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/two_slightly_cracked_turtle_eggs.json @@ -0,0 +1,6 @@ +{ + "parent": "block/two_turtle_eggs", + "textures": { + "all": "block/turtle_egg_slightly_cracked" + } +} diff --git a/1.14.4/assets/minecraft/models/block/two_turtle_eggs.json b/1.14.4/assets/minecraft/models/block/two_turtle_eggs.json new file mode 100644 index 00000000..bc242714 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/two_turtle_eggs.json @@ -0,0 +1,32 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/turtle_egg", + "all": "block/turtle_egg" + }, + "elements": [ + { "from": [ 5, 0, 4 ], + "to": [ 9, 7, 8 ], + "faces": { + "down": { "uv": [ 0, 0, 4, 4 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 0, 0, 4, 4 ], "texture": "#all" }, + "north": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, + "south": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, + "west": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, + "east": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" } + } + }, + { + "from": [ 1, 0, 7 ], + "to": [ 5, 5, 11 ], + "faces": { + "down": { "uv": [ 6, 7, 10, 11 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 6, 7, 10, 11 ], "texture": "#all" }, + "north": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" }, + "south": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" }, + "west": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" }, + "east": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/two_very_cracked_turtle_eggs.json b/1.14.4/assets/minecraft/models/block/two_very_cracked_turtle_eggs.json new file mode 100644 index 00000000..8c94ea1a --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/two_very_cracked_turtle_eggs.json @@ -0,0 +1,7 @@ +{ + "parent": "block/two_turtle_eggs", + "textures": { + "particle":"block/turtle_egg_very_cracked", + "all": "block/turtle_egg_very_cracked" + } +} diff --git a/1.14.4/assets/minecraft/models/block/very_cracked_turtle_egg.json b/1.14.4/assets/minecraft/models/block/very_cracked_turtle_egg.json new file mode 100644 index 00000000..e6ce733a --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/very_cracked_turtle_egg.json @@ -0,0 +1,7 @@ +{ + "parent": "block/turtle_egg", + "textures": { + "particle": "block/turtle_egg_very_cracked", + "all": "block/turtle_egg_very_cracked" + } +} diff --git a/1.14.4/assets/minecraft/models/block/vine_1.json b/1.14.4/assets/minecraft/models/block/vine_1.json new file mode 100644 index 00000000..c9bcc1ab --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/vine_1.json @@ -0,0 +1,17 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/vine", + "vine": "block/vine" + }, + "elements": [ + { "from": [ 0, 0, 15.2 ], + "to": [ 16, 16, 15.2 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/vine_1u.json b/1.14.4/assets/minecraft/models/block/vine_1u.json new file mode 100644 index 00000000..ddf3f5be --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/vine_1u.json @@ -0,0 +1,25 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/vine", + "vine": "block/vine" + }, + "elements": [ + { "from": [ 0, 15.2, 0 ], + "to": [ 16, 15.2, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 15.2 ], + "to": [ 16, 16, 15.2 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/vine_2.json b/1.14.4/assets/minecraft/models/block/vine_2.json new file mode 100644 index 00000000..6671c3fa --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/vine_2.json @@ -0,0 +1,25 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/vine", + "vine": "block/vine" + }, + "elements": [ + { "from": [ 0, 0, 0.8 ], + "to": [ 16, 16, 0.8 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/vine_2_opposite.json b/1.14.4/assets/minecraft/models/block/vine_2_opposite.json new file mode 100644 index 00000000..2abe72e5 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/vine_2_opposite.json @@ -0,0 +1,25 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/vine", + "vine": "block/vine" + }, + "elements": [ + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0.8, 0, 0 ], + "to": [ 0.8, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/vine_2u.json b/1.14.4/assets/minecraft/models/block/vine_2u.json new file mode 100644 index 00000000..b5426b08 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/vine_2u.json @@ -0,0 +1,33 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/vine", + "vine": "block/vine" + }, + "elements": [ + { "from": [ 0, 15.2, 0 ], + "to": [ 16, 15.2, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.8 ], + "to": [ 16, 16, 0.8 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/vine_2u_opposite.json b/1.14.4/assets/minecraft/models/block/vine_2u_opposite.json new file mode 100644 index 00000000..b4625290 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/vine_2u_opposite.json @@ -0,0 +1,33 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/vine", + "vine": "block/vine" + }, + "elements": [ + { "from": [ 0, 15.2, 0 ], + "to": [ 16, 15.2, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0.8, 0, 0 ], + "to": [ 0.8, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/vine_3.json b/1.14.4/assets/minecraft/models/block/vine_3.json new file mode 100644 index 00000000..b3d02f4e --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/vine_3.json @@ -0,0 +1,33 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/vine", + "vine": "block/vine" + }, + "elements": [ + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 15.2 ], + "to": [ 16, 16, 15.2 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.8 ], + "to": [ 16, 16, 0.8 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/vine_3u.json b/1.14.4/assets/minecraft/models/block/vine_3u.json new file mode 100644 index 00000000..d239b7d8 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/vine_3u.json @@ -0,0 +1,41 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/vine", + "vine": "block/vine" + }, + "elements": [ + { "from": [ 0, 15.2, 0 ], + "to": [ 16, 15.2, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 15.2 ], + "to": [ 16, 16, 15.2 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.8 ], + "to": [ 16, 16, 0.8 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/vine_4.json b/1.14.4/assets/minecraft/models/block/vine_4.json new file mode 100644 index 00000000..88d325dc --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/vine_4.json @@ -0,0 +1,41 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/vine", + "vine": "block/vine" + }, + "elements": [ + { "from": [ 0.8, 0, 0 ], + "to": [ 0.8, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 15.2 ], + "to": [ 16, 16, 15.2 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.8 ], + "to": [ 16, 16, 0.8 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/vine_4u.json b/1.14.4/assets/minecraft/models/block/vine_4u.json new file mode 100644 index 00000000..6cd3cbf2 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/vine_4u.json @@ -0,0 +1,49 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/vine", + "vine": "block/vine" + }, + "elements": [ + { "from": [ 0, 15.2, 0 ], + "to": [ 16, 15.2, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0.8, 0, 0 ], + "to": [ 0.8, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 15.2 ], + "to": [ 16, 16, 15.2 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.8 ], + "to": [ 16, 16, 0.8 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/vine_u.json b/1.14.4/assets/minecraft/models/block/vine_u.json new file mode 100644 index 00000000..5219cfc0 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/vine_u.json @@ -0,0 +1,17 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/vine", + "vine": "block/vine" + }, + "elements": [ + { "from": [ 0, 15.2, 0 ], + "to": [ 16, 15.2, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/wall_inventory.json b/1.14.4/assets/minecraft/models/block/wall_inventory.json new file mode 100644 index 00000000..4638d77e --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/wall_inventory.json @@ -0,0 +1,44 @@ +{ "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": "#wall" + }, + "elements": [ + { "from": [ 4, 0, 4 ], + "to": [ 12, 16, 12 ], + "faces": { + "down": { "uv": [ 4, 4, 12, 12 ], "texture": "#wall", "cullface": "down" }, + "up": { "uv": [ 4, 4, 12, 12 ], "texture": "#wall" }, + "north": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, + "south": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, + "west": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, + "east": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" } + }, + "__comment": "Center post" + }, + { "from": [ 5, 0, 0 ], + "to": [ 11, 13, 16 ], + "faces": { + "down": { "uv": [ 5, 0, 11, 16 ], "texture": "#wall", "cullface": "down" }, + "up": { "uv": [ 5, 0, 11, 16 ], "texture": "#wall" }, + "north": { "uv": [ 5, 3, 11, 16 ], "texture": "#wall", "cullface": "north" }, + "south": { "uv": [ 5, 3, 11, 16 ], "texture": "#wall", "cullface": "south" }, + "west": { "uv": [ 0, 3, 16, 16 ], "texture": "#wall" }, + "east": { "uv": [ 0, 3, 16, 16 ], "texture": "#wall" } + }, + "__comment": "Full wall" + } + ] +} diff --git a/1.14.4/assets/minecraft/models/block/wall_torch.json b/1.14.4/assets/minecraft/models/block/wall_torch.json new file mode 100644 index 00000000..2af9aa4d --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/wall_torch.json @@ -0,0 +1,6 @@ +{ + "parent": "block/torch_wall", + "textures": { + "torch": "block/torch" + } +} diff --git a/1.14.4/assets/minecraft/models/block/water.json b/1.14.4/assets/minecraft/models/block/water.json new file mode 100644 index 00000000..75907472 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/water.json @@ -0,0 +1,6 @@ +{ + "textures": { + "particle": "block/water_still" + } +} + diff --git a/1.14.4/assets/minecraft/models/block/wet_sponge.json b/1.14.4/assets/minecraft/models/block/wet_sponge.json new file mode 100644 index 00000000..c6f4406b --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/wet_sponge.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/wet_sponge" + } +} diff --git a/1.14.4/assets/minecraft/models/block/wheat_stage0.json b/1.14.4/assets/minecraft/models/block/wheat_stage0.json new file mode 100644 index 00000000..fb5e180a --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/wheat_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "block/wheat_stage0" + } +} diff --git a/1.14.4/assets/minecraft/models/block/wheat_stage1.json b/1.14.4/assets/minecraft/models/block/wheat_stage1.json new file mode 100644 index 00000000..cf2d73f6 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/wheat_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "block/wheat_stage1" + } +} diff --git a/1.14.4/assets/minecraft/models/block/wheat_stage2.json b/1.14.4/assets/minecraft/models/block/wheat_stage2.json new file mode 100644 index 00000000..d612974e --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/wheat_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "block/wheat_stage2" + } +} diff --git a/1.14.4/assets/minecraft/models/block/wheat_stage3.json b/1.14.4/assets/minecraft/models/block/wheat_stage3.json new file mode 100644 index 00000000..437e5c9a --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/wheat_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "block/wheat_stage3" + } +} diff --git a/1.14.4/assets/minecraft/models/block/wheat_stage4.json b/1.14.4/assets/minecraft/models/block/wheat_stage4.json new file mode 100644 index 00000000..0ce4ecca --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/wheat_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "block/wheat_stage4" + } +} diff --git a/1.14.4/assets/minecraft/models/block/wheat_stage5.json b/1.14.4/assets/minecraft/models/block/wheat_stage5.json new file mode 100644 index 00000000..185a8a5e --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/wheat_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "block/wheat_stage5" + } +} diff --git a/1.14.4/assets/minecraft/models/block/wheat_stage6.json b/1.14.4/assets/minecraft/models/block/wheat_stage6.json new file mode 100644 index 00000000..db11cdb4 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/wheat_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "block/wheat_stage6" + } +} diff --git a/1.14.4/assets/minecraft/models/block/wheat_stage7.json b/1.14.4/assets/minecraft/models/block/wheat_stage7.json new file mode 100644 index 00000000..0ac0a168 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/wheat_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "block/wheat_stage7" + } +} diff --git a/1.14.4/assets/minecraft/models/block/white_carpet.json b/1.14.4/assets/minecraft/models/block/white_carpet.json new file mode 100644 index 00000000..ee6acd47 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/white_carpet.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "block/white_wool", + "wool": "block/white_wool" + } +} diff --git a/1.14.4/assets/minecraft/models/block/white_concrete.json b/1.14.4/assets/minecraft/models/block/white_concrete.json new file mode 100644 index 00000000..7814b7f0 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/white_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/white_concrete" + } +} diff --git a/1.14.4/assets/minecraft/models/block/white_concrete_powder.json b/1.14.4/assets/minecraft/models/block/white_concrete_powder.json new file mode 100644 index 00000000..e3b11214 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/white_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/white_concrete_powder" + } +} diff --git a/1.14.4/assets/minecraft/models/block/white_glazed_terracotta.json b/1.14.4/assets/minecraft/models/block/white_glazed_terracotta.json new file mode 100644 index 00000000..59c6e25a --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/white_glazed_terracotta.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glazed_terracotta", + "textures": { + "particle": "block/white_glazed_terracotta", + "pattern": "block/white_glazed_terracotta" + } +} diff --git a/1.14.4/assets/minecraft/models/block/white_shulker_box.json b/1.14.4/assets/minecraft/models/block/white_shulker_box.json new file mode 100644 index 00000000..0215631b --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/white_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "block/white_shulker_box" + } +} diff --git a/1.14.4/assets/minecraft/models/block/white_stained_glass.json b/1.14.4/assets/minecraft/models/block/white_stained_glass.json new file mode 100644 index 00000000..109b302e --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/white_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/white_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/white_stained_glass_pane_noside.json b/1.14.4/assets/minecraft/models/block/white_stained_glass_pane_noside.json new file mode 100644 index 00000000..70ea9653 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/white_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside", + "textures": { + "pane": "block/white_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/white_stained_glass_pane_noside_alt.json b/1.14.4/assets/minecraft/models/block/white_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..57c65579 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/white_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside_alt", + "textures": { + "pane": "block/white_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/white_stained_glass_pane_post.json b/1.14.4/assets/minecraft/models/block/white_stained_glass_pane_post.json new file mode 100644 index 00000000..d3f64146 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/white_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_post", + "textures": { + "edge": "block/white_stained_glass_pane_top", + "pane": "block/white_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/white_stained_glass_pane_side.json b/1.14.4/assets/minecraft/models/block/white_stained_glass_pane_side.json new file mode 100644 index 00000000..4c22e028 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/white_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side", + "textures": { + "edge": "block/white_stained_glass_pane_top", + "pane": "block/white_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/white_stained_glass_pane_side_alt.json b/1.14.4/assets/minecraft/models/block/white_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..fb4f7519 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/white_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side_alt", + "textures": { + "edge": "block/white_stained_glass_pane_top", + "pane": "block/white_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/white_terracotta.json b/1.14.4/assets/minecraft/models/block/white_terracotta.json new file mode 100644 index 00000000..5f471d54 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/white_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/white_terracotta" + } +} diff --git a/1.14.4/assets/minecraft/models/block/white_tulip.json b/1.14.4/assets/minecraft/models/block/white_tulip.json new file mode 100644 index 00000000..e57db8af --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/white_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/white_tulip" + } +} diff --git a/1.14.4/assets/minecraft/models/block/white_wool.json b/1.14.4/assets/minecraft/models/block/white_wool.json new file mode 100644 index 00000000..773d21d8 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/white_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/white_wool" + } +} diff --git a/1.14.4/assets/minecraft/models/block/wither_rose.json b/1.14.4/assets/minecraft/models/block/wither_rose.json new file mode 100644 index 00000000..46fd9393 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/wither_rose.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/wither_rose" + } +} diff --git a/1.14.4/assets/minecraft/models/block/yellow_carpet.json b/1.14.4/assets/minecraft/models/block/yellow_carpet.json new file mode 100644 index 00000000..dfe23b9c --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/yellow_carpet.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "block/yellow_wool", + "wool": "block/yellow_wool" + } +} diff --git a/1.14.4/assets/minecraft/models/block/yellow_concrete.json b/1.14.4/assets/minecraft/models/block/yellow_concrete.json new file mode 100644 index 00000000..f3e551dc --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/yellow_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/yellow_concrete" + } +} diff --git a/1.14.4/assets/minecraft/models/block/yellow_concrete_powder.json b/1.14.4/assets/minecraft/models/block/yellow_concrete_powder.json new file mode 100644 index 00000000..611cf7f5 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/yellow_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/yellow_concrete_powder" + } +} diff --git a/1.14.4/assets/minecraft/models/block/yellow_glazed_terracotta.json b/1.14.4/assets/minecraft/models/block/yellow_glazed_terracotta.json new file mode 100644 index 00000000..915f9b1d --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/yellow_glazed_terracotta.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glazed_terracotta", + "textures": { + "particle": "block/yellow_glazed_terracotta", + "pattern": "block/yellow_glazed_terracotta" + } +} diff --git a/1.14.4/assets/minecraft/models/block/yellow_shulker_box.json b/1.14.4/assets/minecraft/models/block/yellow_shulker_box.json new file mode 100644 index 00000000..3483c21f --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/yellow_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "block/yellow_shulker_box" + } +} diff --git a/1.14.4/assets/minecraft/models/block/yellow_stained_glass.json b/1.14.4/assets/minecraft/models/block/yellow_stained_glass.json new file mode 100644 index 00000000..6650ecf2 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/yellow_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/yellow_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/yellow_stained_glass_pane_noside.json b/1.14.4/assets/minecraft/models/block/yellow_stained_glass_pane_noside.json new file mode 100644 index 00000000..d004d224 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/yellow_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside", + "textures": { + "pane": "block/yellow_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/yellow_stained_glass_pane_noside_alt.json b/1.14.4/assets/minecraft/models/block/yellow_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..53712df0 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/yellow_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside_alt", + "textures": { + "pane": "block/yellow_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/yellow_stained_glass_pane_post.json b/1.14.4/assets/minecraft/models/block/yellow_stained_glass_pane_post.json new file mode 100644 index 00000000..12f36d71 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/yellow_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_post", + "textures": { + "edge": "block/yellow_stained_glass_pane_top", + "pane": "block/yellow_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/yellow_stained_glass_pane_side.json b/1.14.4/assets/minecraft/models/block/yellow_stained_glass_pane_side.json new file mode 100644 index 00000000..b75f37c4 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/yellow_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side", + "textures": { + "edge": "block/yellow_stained_glass_pane_top", + "pane": "block/yellow_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/yellow_stained_glass_pane_side_alt.json b/1.14.4/assets/minecraft/models/block/yellow_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..f0c3116e --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/yellow_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side_alt", + "textures": { + "edge": "block/yellow_stained_glass_pane_top", + "pane": "block/yellow_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/block/yellow_terracotta.json b/1.14.4/assets/minecraft/models/block/yellow_terracotta.json new file mode 100644 index 00000000..c63354c0 --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/yellow_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/yellow_terracotta" + } +} diff --git a/1.14.4/assets/minecraft/models/block/yellow_wool.json b/1.14.4/assets/minecraft/models/block/yellow_wool.json new file mode 100644 index 00000000..53d74adb --- /dev/null +++ b/1.14.4/assets/minecraft/models/block/yellow_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/yellow_wool" + } +} diff --git a/1.14.4/assets/minecraft/models/item/acacia_boat.json b/1.14.4/assets/minecraft/models/item/acacia_boat.json new file mode 100644 index 00000000..ce97bbfd --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/acacia_boat.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/acacia_boat" + } +} diff --git a/1.14.4/assets/minecraft/models/item/acacia_button.json b/1.14.4/assets/minecraft/models/item/acacia_button.json new file mode 100644 index 00000000..44018d82 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/acacia_button.json @@ -0,0 +1,3 @@ +{ + "parent": "block/acacia_button_inventory" +} diff --git a/1.14.4/assets/minecraft/models/item/acacia_door.json b/1.14.4/assets/minecraft/models/item/acacia_door.json new file mode 100644 index 00000000..1fd967c1 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/acacia_door.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/acacia_door" + } +} diff --git a/1.14.4/assets/minecraft/models/item/acacia_fence.json b/1.14.4/assets/minecraft/models/item/acacia_fence.json new file mode 100644 index 00000000..a191ee23 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/acacia_fence.json @@ -0,0 +1,3 @@ +{ + "parent": "block/acacia_fence_inventory" +} diff --git a/1.14.4/assets/minecraft/models/item/acacia_fence_gate.json b/1.14.4/assets/minecraft/models/item/acacia_fence_gate.json new file mode 100644 index 00000000..067388d0 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/acacia_fence_gate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/acacia_fence_gate" +} diff --git a/1.14.4/assets/minecraft/models/item/acacia_leaves.json b/1.14.4/assets/minecraft/models/item/acacia_leaves.json new file mode 100644 index 00000000..44b625bf --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/acacia_leaves.json @@ -0,0 +1,3 @@ +{ + "parent": "block/acacia_leaves" +} diff --git a/1.14.4/assets/minecraft/models/item/acacia_log.json b/1.14.4/assets/minecraft/models/item/acacia_log.json new file mode 100644 index 00000000..32edb560 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/acacia_log.json @@ -0,0 +1,3 @@ +{ + "parent": "block/acacia_log" +} diff --git a/1.14.4/assets/minecraft/models/item/acacia_planks.json b/1.14.4/assets/minecraft/models/item/acacia_planks.json new file mode 100644 index 00000000..7fcb12aa --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/acacia_planks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/acacia_planks" +} diff --git a/1.14.4/assets/minecraft/models/item/acacia_pressure_plate.json b/1.14.4/assets/minecraft/models/item/acacia_pressure_plate.json new file mode 100644 index 00000000..e128af4a --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/acacia_pressure_plate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/acacia_pressure_plate" +} diff --git a/1.14.4/assets/minecraft/models/item/acacia_sapling.json b/1.14.4/assets/minecraft/models/item/acacia_sapling.json new file mode 100644 index 00000000..d07604f4 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/acacia_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/acacia_sapling" + } +} diff --git a/1.14.4/assets/minecraft/models/item/acacia_sign.json b/1.14.4/assets/minecraft/models/item/acacia_sign.json new file mode 100644 index 00000000..b03ebd1e --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/acacia_sign.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/acacia_sign" + } +} diff --git a/1.14.4/assets/minecraft/models/item/acacia_slab.json b/1.14.4/assets/minecraft/models/item/acacia_slab.json new file mode 100644 index 00000000..e61bec6c --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/acacia_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/acacia_slab" +} diff --git a/1.14.4/assets/minecraft/models/item/acacia_stairs.json b/1.14.4/assets/minecraft/models/item/acacia_stairs.json new file mode 100644 index 00000000..570ee175 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/acacia_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/acacia_stairs" +} diff --git a/1.14.4/assets/minecraft/models/item/acacia_trapdoor.json b/1.14.4/assets/minecraft/models/item/acacia_trapdoor.json new file mode 100644 index 00000000..b9b2ce8d --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/acacia_trapdoor.json @@ -0,0 +1,3 @@ +{ + "parent": "block/acacia_trapdoor_bottom" +} diff --git a/1.14.4/assets/minecraft/models/item/acacia_wood.json b/1.14.4/assets/minecraft/models/item/acacia_wood.json new file mode 100644 index 00000000..3fab94e2 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/acacia_wood.json @@ -0,0 +1,3 @@ +{ + "parent": "block/acacia_wood" +} diff --git a/1.14.4/assets/minecraft/models/item/activator_rail.json b/1.14.4/assets/minecraft/models/item/activator_rail.json new file mode 100644 index 00000000..89b1e9ea --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/activator_rail.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/activator_rail" + } +} diff --git a/1.14.4/assets/minecraft/models/item/air.json b/1.14.4/assets/minecraft/models/item/air.json new file mode 100644 index 00000000..2c63c085 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/air.json @@ -0,0 +1,2 @@ +{ +} diff --git a/1.14.4/assets/minecraft/models/item/allium.json b/1.14.4/assets/minecraft/models/item/allium.json new file mode 100644 index 00000000..5110f087 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/allium.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/allium" + } +} diff --git a/1.14.4/assets/minecraft/models/item/andesite.json b/1.14.4/assets/minecraft/models/item/andesite.json new file mode 100644 index 00000000..c6c205c1 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/andesite.json @@ -0,0 +1,3 @@ +{ + "parent": "block/andesite" +} diff --git a/1.14.4/assets/minecraft/models/item/andesite_slab.json b/1.14.4/assets/minecraft/models/item/andesite_slab.json new file mode 100644 index 00000000..33aa4f4f --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/andesite_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/andesite_slab" +} diff --git a/1.14.4/assets/minecraft/models/item/andesite_stairs.json b/1.14.4/assets/minecraft/models/item/andesite_stairs.json new file mode 100644 index 00000000..ffabcfd3 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/andesite_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/andesite_stairs" +} diff --git a/1.14.4/assets/minecraft/models/item/andesite_wall.json b/1.14.4/assets/minecraft/models/item/andesite_wall.json new file mode 100644 index 00000000..c7099b62 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/andesite_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "block/andesite_wall_inventory" +} diff --git a/1.14.4/assets/minecraft/models/item/anvil.json b/1.14.4/assets/minecraft/models/item/anvil.json new file mode 100644 index 00000000..a02fa549 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/anvil.json @@ -0,0 +1,3 @@ +{ + "parent": "block/anvil" +} diff --git a/1.14.4/assets/minecraft/models/item/apple.json b/1.14.4/assets/minecraft/models/item/apple.json new file mode 100644 index 00000000..76275731 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/apple.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/apple" + } +} diff --git a/1.14.4/assets/minecraft/models/item/armor_stand.json b/1.14.4/assets/minecraft/models/item/armor_stand.json new file mode 100644 index 00000000..3c757f59 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/armor_stand.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/armor_stand" + } +} diff --git a/1.14.4/assets/minecraft/models/item/arrow.json b/1.14.4/assets/minecraft/models/item/arrow.json new file mode 100644 index 00000000..d90e426c --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/arrow.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/arrow" + } +} diff --git a/1.14.4/assets/minecraft/models/item/azure_bluet.json b/1.14.4/assets/minecraft/models/item/azure_bluet.json new file mode 100644 index 00000000..38fddb6f --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/azure_bluet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/azure_bluet" + } +} diff --git a/1.14.4/assets/minecraft/models/item/baked_potato.json b/1.14.4/assets/minecraft/models/item/baked_potato.json new file mode 100644 index 00000000..7b2d7e66 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/baked_potato.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/baked_potato" + } +} diff --git a/1.14.4/assets/minecraft/models/item/bamboo.json b/1.14.4/assets/minecraft/models/item/bamboo.json new file mode 100644 index 00000000..59926c6c --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/bamboo.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/bamboo" + } +} diff --git a/1.14.4/assets/minecraft/models/item/barrel.json b/1.14.4/assets/minecraft/models/item/barrel.json new file mode 100644 index 00000000..c2ffc53c --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/barrel.json @@ -0,0 +1,3 @@ +{ + "parent": "block/barrel" +} diff --git a/1.14.4/assets/minecraft/models/item/barrier.json b/1.14.4/assets/minecraft/models/item/barrier.json new file mode 100644 index 00000000..b1e13616 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/barrier.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/barrier" + } +} diff --git a/1.14.4/assets/minecraft/models/item/bat_spawn_egg.json b/1.14.4/assets/minecraft/models/item/bat_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/bat_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.14.4/assets/minecraft/models/item/beacon.json b/1.14.4/assets/minecraft/models/item/beacon.json new file mode 100644 index 00000000..02f00d7e --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/beacon.json @@ -0,0 +1,3 @@ +{ + "parent": "block/beacon" +} diff --git a/1.14.4/assets/minecraft/models/item/bedrock.json b/1.14.4/assets/minecraft/models/item/bedrock.json new file mode 100644 index 00000000..9ac9ca91 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/bedrock.json @@ -0,0 +1,3 @@ +{ + "parent": "block/bedrock" +} diff --git a/1.14.4/assets/minecraft/models/item/beef.json b/1.14.4/assets/minecraft/models/item/beef.json new file mode 100644 index 00000000..c0183aee --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/beef.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/beef" + } +} diff --git a/1.14.4/assets/minecraft/models/item/beetroot.json b/1.14.4/assets/minecraft/models/item/beetroot.json new file mode 100644 index 00000000..2488fe6f --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/beetroot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/beetroot" + } +} diff --git a/1.14.4/assets/minecraft/models/item/beetroot_seeds.json b/1.14.4/assets/minecraft/models/item/beetroot_seeds.json new file mode 100644 index 00000000..b88ac1af --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/beetroot_seeds.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/beetroot_seeds" + } +} diff --git a/1.14.4/assets/minecraft/models/item/beetroot_soup.json b/1.14.4/assets/minecraft/models/item/beetroot_soup.json new file mode 100644 index 00000000..26a41d3b --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/beetroot_soup.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/beetroot_soup" + } +} diff --git a/1.14.4/assets/minecraft/models/item/bell.json b/1.14.4/assets/minecraft/models/item/bell.json new file mode 100644 index 00000000..d5485f47 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/bell.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/bell" + } +} diff --git a/1.14.4/assets/minecraft/models/item/birch_boat.json b/1.14.4/assets/minecraft/models/item/birch_boat.json new file mode 100644 index 00000000..ecad6b2e --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/birch_boat.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/birch_boat" + } +} diff --git a/1.14.4/assets/minecraft/models/item/birch_button.json b/1.14.4/assets/minecraft/models/item/birch_button.json new file mode 100644 index 00000000..80fb1ab1 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/birch_button.json @@ -0,0 +1,3 @@ +{ + "parent": "block/birch_button_inventory" +} diff --git a/1.14.4/assets/minecraft/models/item/birch_door.json b/1.14.4/assets/minecraft/models/item/birch_door.json new file mode 100644 index 00000000..039c8e9e --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/birch_door.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/birch_door" + } +} diff --git a/1.14.4/assets/minecraft/models/item/birch_fence.json b/1.14.4/assets/minecraft/models/item/birch_fence.json new file mode 100644 index 00000000..2e9faa2d --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/birch_fence.json @@ -0,0 +1,3 @@ +{ + "parent": "block/birch_fence_inventory" +} diff --git a/1.14.4/assets/minecraft/models/item/birch_fence_gate.json b/1.14.4/assets/minecraft/models/item/birch_fence_gate.json new file mode 100644 index 00000000..50bda8ce --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/birch_fence_gate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/birch_fence_gate" +} diff --git a/1.14.4/assets/minecraft/models/item/birch_leaves.json b/1.14.4/assets/minecraft/models/item/birch_leaves.json new file mode 100644 index 00000000..9a3f6d5f --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/birch_leaves.json @@ -0,0 +1,3 @@ +{ + "parent": "block/birch_leaves" +} diff --git a/1.14.4/assets/minecraft/models/item/birch_log.json b/1.14.4/assets/minecraft/models/item/birch_log.json new file mode 100644 index 00000000..8ae0965f --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/birch_log.json @@ -0,0 +1,3 @@ +{ + "parent": "block/birch_log" +} diff --git a/1.14.4/assets/minecraft/models/item/birch_planks.json b/1.14.4/assets/minecraft/models/item/birch_planks.json new file mode 100644 index 00000000..b5699077 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/birch_planks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/birch_planks" +} diff --git a/1.14.4/assets/minecraft/models/item/birch_pressure_plate.json b/1.14.4/assets/minecraft/models/item/birch_pressure_plate.json new file mode 100644 index 00000000..3fcfbc8a --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/birch_pressure_plate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/birch_pressure_plate" +} diff --git a/1.14.4/assets/minecraft/models/item/birch_sapling.json b/1.14.4/assets/minecraft/models/item/birch_sapling.json new file mode 100644 index 00000000..283d7f07 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/birch_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/birch_sapling" + } +} diff --git a/1.14.4/assets/minecraft/models/item/birch_sign.json b/1.14.4/assets/minecraft/models/item/birch_sign.json new file mode 100644 index 00000000..b4af525e --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/birch_sign.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/birch_sign" + } +} diff --git a/1.14.4/assets/minecraft/models/item/birch_slab.json b/1.14.4/assets/minecraft/models/item/birch_slab.json new file mode 100644 index 00000000..14498336 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/birch_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/birch_slab" +} diff --git a/1.14.4/assets/minecraft/models/item/birch_stairs.json b/1.14.4/assets/minecraft/models/item/birch_stairs.json new file mode 100644 index 00000000..0e4b0be0 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/birch_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/birch_stairs" +} diff --git a/1.14.4/assets/minecraft/models/item/birch_trapdoor.json b/1.14.4/assets/minecraft/models/item/birch_trapdoor.json new file mode 100644 index 00000000..bd789159 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/birch_trapdoor.json @@ -0,0 +1,3 @@ +{ + "parent": "block/birch_trapdoor_bottom" +} diff --git a/1.14.4/assets/minecraft/models/item/birch_wood.json b/1.14.4/assets/minecraft/models/item/birch_wood.json new file mode 100644 index 00000000..c943d898 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/birch_wood.json @@ -0,0 +1,3 @@ +{ + "parent": "block/birch_wood" +} diff --git a/1.14.4/assets/minecraft/models/item/black_banner.json b/1.14.4/assets/minecraft/models/item/black_banner.json new file mode 100644 index 00000000..9d43dcc2 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/black_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_banner" +} diff --git a/1.14.4/assets/minecraft/models/item/black_bed.json b/1.14.4/assets/minecraft/models/item/black_bed.json new file mode 100644 index 00000000..daa7abf6 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/black_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "item/template_bed", + "textures": { + "particle": "block/black_wool" + } +} diff --git a/1.14.4/assets/minecraft/models/item/black_carpet.json b/1.14.4/assets/minecraft/models/item/black_carpet.json new file mode 100644 index 00000000..6e13f1f5 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/black_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/black_carpet" +} diff --git a/1.14.4/assets/minecraft/models/item/black_concrete.json b/1.14.4/assets/minecraft/models/item/black_concrete.json new file mode 100644 index 00000000..1b8032bb --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/black_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "block/black_concrete" +} diff --git a/1.14.4/assets/minecraft/models/item/black_concrete_powder.json b/1.14.4/assets/minecraft/models/item/black_concrete_powder.json new file mode 100644 index 00000000..281ea9c0 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/black_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "block/black_concrete_powder" +} diff --git a/1.14.4/assets/minecraft/models/item/black_dye.json b/1.14.4/assets/minecraft/models/item/black_dye.json new file mode 100644 index 00000000..7e623162 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/black_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/black_dye" + } +} diff --git a/1.14.4/assets/minecraft/models/item/black_glazed_terracotta.json b/1.14.4/assets/minecraft/models/item/black_glazed_terracotta.json new file mode 100644 index 00000000..597b4751 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/black_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/black_glazed_terracotta" +} diff --git a/1.14.4/assets/minecraft/models/item/black_shulker_box.json b/1.14.4/assets/minecraft/models/item/black_shulker_box.json new file mode 100644 index 00000000..9cd1ed85 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/black_shulker_box.json @@ -0,0 +1,6 @@ +{ + "parent": "item/template_shulker_box", + "textures": { + "particle": "block/black_shulker_box" + } +} diff --git a/1.14.4/assets/minecraft/models/item/black_stained_glass.json b/1.14.4/assets/minecraft/models/item/black_stained_glass.json new file mode 100644 index 00000000..fa7df59b --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/black_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/black_stained_glass" +} diff --git a/1.14.4/assets/minecraft/models/item/black_stained_glass_pane.json b/1.14.4/assets/minecraft/models/item/black_stained_glass_pane.json new file mode 100644 index 00000000..e28850d6 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/black_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/black_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/item/black_terracotta.json b/1.14.4/assets/minecraft/models/item/black_terracotta.json new file mode 100644 index 00000000..341fcffd --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/black_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/black_terracotta" +} diff --git a/1.14.4/assets/minecraft/models/item/black_wool.json b/1.14.4/assets/minecraft/models/item/black_wool.json new file mode 100644 index 00000000..786c753a --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/black_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/black_wool" +} diff --git a/1.14.4/assets/minecraft/models/item/blast_furnace.json b/1.14.4/assets/minecraft/models/item/blast_furnace.json new file mode 100644 index 00000000..d508a48d --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/blast_furnace.json @@ -0,0 +1,3 @@ +{ + "parent": "block/blast_furnace" +} diff --git a/1.14.4/assets/minecraft/models/item/blaze_powder.json b/1.14.4/assets/minecraft/models/item/blaze_powder.json new file mode 100644 index 00000000..5d683347 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/blaze_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/blaze_powder" + } +} diff --git a/1.14.4/assets/minecraft/models/item/blaze_rod.json b/1.14.4/assets/minecraft/models/item/blaze_rod.json new file mode 100644 index 00000000..02d69af2 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/blaze_rod.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/blaze_rod" + } +} diff --git a/1.14.4/assets/minecraft/models/item/blaze_spawn_egg.json b/1.14.4/assets/minecraft/models/item/blaze_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/blaze_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.14.4/assets/minecraft/models/item/blue_banner.json b/1.14.4/assets/minecraft/models/item/blue_banner.json new file mode 100644 index 00000000..9d43dcc2 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/blue_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_banner" +} diff --git a/1.14.4/assets/minecraft/models/item/blue_bed.json b/1.14.4/assets/minecraft/models/item/blue_bed.json new file mode 100644 index 00000000..cf4745a2 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/blue_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "item/template_bed", + "textures": { + "particle": "block/blue_wool" + } +} diff --git a/1.14.4/assets/minecraft/models/item/blue_carpet.json b/1.14.4/assets/minecraft/models/item/blue_carpet.json new file mode 100644 index 00000000..81581f88 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/blue_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/blue_carpet" +} diff --git a/1.14.4/assets/minecraft/models/item/blue_concrete.json b/1.14.4/assets/minecraft/models/item/blue_concrete.json new file mode 100644 index 00000000..a6b6d003 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/blue_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "block/blue_concrete" +} diff --git a/1.14.4/assets/minecraft/models/item/blue_concrete_powder.json b/1.14.4/assets/minecraft/models/item/blue_concrete_powder.json new file mode 100644 index 00000000..360aaba6 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/blue_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "block/blue_concrete_powder" +} diff --git a/1.14.4/assets/minecraft/models/item/blue_dye.json b/1.14.4/assets/minecraft/models/item/blue_dye.json new file mode 100644 index 00000000..b4420e56 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/blue_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/blue_dye" + } +} diff --git a/1.14.4/assets/minecraft/models/item/blue_glazed_terracotta.json b/1.14.4/assets/minecraft/models/item/blue_glazed_terracotta.json new file mode 100644 index 00000000..80005a49 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/blue_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/blue_glazed_terracotta" +} diff --git a/1.14.4/assets/minecraft/models/item/blue_ice.json b/1.14.4/assets/minecraft/models/item/blue_ice.json new file mode 100644 index 00000000..7b8bbdb6 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/blue_ice.json @@ -0,0 +1,3 @@ +{ + "parent": "block/blue_ice" +} diff --git a/1.14.4/assets/minecraft/models/item/blue_orchid.json b/1.14.4/assets/minecraft/models/item/blue_orchid.json new file mode 100644 index 00000000..e5b778bd --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/blue_orchid.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/blue_orchid" + } +} diff --git a/1.14.4/assets/minecraft/models/item/blue_shulker_box.json b/1.14.4/assets/minecraft/models/item/blue_shulker_box.json new file mode 100644 index 00000000..a3cbf51b --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/blue_shulker_box.json @@ -0,0 +1,6 @@ +{ + "parent": "item/template_shulker_box", + "textures": { + "particle": "block/blue_shulker_box" + } +} diff --git a/1.14.4/assets/minecraft/models/item/blue_stained_glass.json b/1.14.4/assets/minecraft/models/item/blue_stained_glass.json new file mode 100644 index 00000000..cb7407d2 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/blue_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/blue_stained_glass" +} diff --git a/1.14.4/assets/minecraft/models/item/blue_stained_glass_pane.json b/1.14.4/assets/minecraft/models/item/blue_stained_glass_pane.json new file mode 100644 index 00000000..74c71bfe --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/blue_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/blue_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/item/blue_terracotta.json b/1.14.4/assets/minecraft/models/item/blue_terracotta.json new file mode 100644 index 00000000..f1a95e2c --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/blue_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/blue_terracotta" +} diff --git a/1.14.4/assets/minecraft/models/item/blue_wool.json b/1.14.4/assets/minecraft/models/item/blue_wool.json new file mode 100644 index 00000000..19e06920 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/blue_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/blue_wool" +} diff --git a/1.14.4/assets/minecraft/models/item/bone.json b/1.14.4/assets/minecraft/models/item/bone.json new file mode 100644 index 00000000..3063401c --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/bone.json @@ -0,0 +1,13 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/bone" + }, + "display": { + "head": { + "rotation": [ 0, 0, -45 ], + "translation": [ 0, -4.5, -6.5], + "scale":[ 1, 1, 1 ] + } + } +} diff --git a/1.14.4/assets/minecraft/models/item/bone_block.json b/1.14.4/assets/minecraft/models/item/bone_block.json new file mode 100644 index 00000000..11a7c3e6 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/bone_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/bone_block" +} diff --git a/1.14.4/assets/minecraft/models/item/bone_meal.json b/1.14.4/assets/minecraft/models/item/bone_meal.json new file mode 100644 index 00000000..a2ce7977 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/bone_meal.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/bone_meal" + } +} diff --git a/1.14.4/assets/minecraft/models/item/book.json b/1.14.4/assets/minecraft/models/item/book.json new file mode 100644 index 00000000..2465717b --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/book.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/book" + } +} diff --git a/1.14.4/assets/minecraft/models/item/bookshelf.json b/1.14.4/assets/minecraft/models/item/bookshelf.json new file mode 100644 index 00000000..102e2029 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/bookshelf.json @@ -0,0 +1,3 @@ +{ + "parent": "block/bookshelf" +} diff --git a/1.14.4/assets/minecraft/models/item/bow.json b/1.14.4/assets/minecraft/models/item/bow.json new file mode 100644 index 00000000..c2128757 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/bow.json @@ -0,0 +1,50 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/bow" + }, + "display": { + "thirdperson_righthand": { + "rotation": [ -80, 260, -40 ], + "translation": [ -1, -2, 2.5 ], + "scale": [ 0.9, 0.9, 0.9 ] + }, + "thirdperson_lefthand": { + "rotation": [ -80, -280, 40 ], + "translation": [ -1, -2, 2.5 ], + "scale": [ 0.9, 0.9, 0.9 ] + }, + "firstperson_righthand": { + "rotation": [ 0, -90, 25 ], + "translation": [ 1.13, 3.2, 1.13], + "scale": [ 0.68, 0.68, 0.68 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, 90, -25 ], + "translation": [ 1.13, 3.2, 1.13], + "scale": [ 0.68, 0.68, 0.68 ] + } + }, + "overrides": [ + { + "predicate": { + "pulling": 1 + }, + "model": "item/bow_pulling_0" + }, + { + "predicate": { + "pulling": 1, + "pull": 0.65 + }, + "model": "item/bow_pulling_1" + }, + { + "predicate": { + "pulling": 1, + "pull": 0.9 + }, + "model": "item/bow_pulling_2" + } + ] +} diff --git a/1.14.4/assets/minecraft/models/item/bow_pulling_0.json b/1.14.4/assets/minecraft/models/item/bow_pulling_0.json new file mode 100644 index 00000000..8a44db20 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/bow_pulling_0.json @@ -0,0 +1,6 @@ +{ + "parent": "item/bow", + "textures": { + "layer0": "item/bow_pulling_0" + } +} diff --git a/1.14.4/assets/minecraft/models/item/bow_pulling_1.json b/1.14.4/assets/minecraft/models/item/bow_pulling_1.json new file mode 100644 index 00000000..5fd94893 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/bow_pulling_1.json @@ -0,0 +1,6 @@ +{ + "parent": "item/bow", + "textures": { + "layer0": "item/bow_pulling_1" + } +} diff --git a/1.14.4/assets/minecraft/models/item/bow_pulling_2.json b/1.14.4/assets/minecraft/models/item/bow_pulling_2.json new file mode 100644 index 00000000..8584d5b3 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/bow_pulling_2.json @@ -0,0 +1,6 @@ +{ + "parent": "item/bow", + "textures": { + "layer0": "item/bow_pulling_2" + } +} diff --git a/1.14.4/assets/minecraft/models/item/bowl.json b/1.14.4/assets/minecraft/models/item/bowl.json new file mode 100644 index 00000000..9c2dc8e3 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/bowl.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/bowl" + } +} diff --git a/1.14.4/assets/minecraft/models/item/brain_coral.json b/1.14.4/assets/minecraft/models/item/brain_coral.json new file mode 100644 index 00000000..55f1fcc0 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/brain_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/brain_coral" + } +} diff --git a/1.14.4/assets/minecraft/models/item/brain_coral_block.json b/1.14.4/assets/minecraft/models/item/brain_coral_block.json new file mode 100644 index 00000000..fcbf2c68 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/brain_coral_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/brain_coral_block" +} diff --git a/1.14.4/assets/minecraft/models/item/brain_coral_fan.json b/1.14.4/assets/minecraft/models/item/brain_coral_fan.json new file mode 100644 index 00000000..cbde27f7 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/brain_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/brain_coral_fan" + } +} diff --git a/1.14.4/assets/minecraft/models/item/brain_coral_wall_fan.json b/1.14.4/assets/minecraft/models/item/brain_coral_wall_fan.json new file mode 100644 index 00000000..cbde27f7 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/brain_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/brain_coral_fan" + } +} diff --git a/1.14.4/assets/minecraft/models/item/bread.json b/1.14.4/assets/minecraft/models/item/bread.json new file mode 100644 index 00000000..8f2bcb32 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/bread.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/bread" + } +} diff --git a/1.14.4/assets/minecraft/models/item/brewing_stand.json b/1.14.4/assets/minecraft/models/item/brewing_stand.json new file mode 100644 index 00000000..e2eb53e2 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/brewing_stand.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/brewing_stand" + } +} diff --git a/1.14.4/assets/minecraft/models/item/brick.json b/1.14.4/assets/minecraft/models/item/brick.json new file mode 100644 index 00000000..4e70a638 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/brick.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/brick" + } +} diff --git a/1.14.4/assets/minecraft/models/item/brick_slab.json b/1.14.4/assets/minecraft/models/item/brick_slab.json new file mode 100644 index 00000000..c9459f68 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/brick_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/brick_slab" +} diff --git a/1.14.4/assets/minecraft/models/item/brick_stairs.json b/1.14.4/assets/minecraft/models/item/brick_stairs.json new file mode 100644 index 00000000..ef796cef --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/brick_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/brick_stairs" +} diff --git a/1.14.4/assets/minecraft/models/item/brick_wall.json b/1.14.4/assets/minecraft/models/item/brick_wall.json new file mode 100644 index 00000000..048fed48 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/brick_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "block/brick_wall_inventory" +} diff --git a/1.14.4/assets/minecraft/models/item/bricks.json b/1.14.4/assets/minecraft/models/item/bricks.json new file mode 100644 index 00000000..dd86f001 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/bricks" +} diff --git a/1.14.4/assets/minecraft/models/item/broken_elytra.json b/1.14.4/assets/minecraft/models/item/broken_elytra.json new file mode 100644 index 00000000..ca77df44 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/broken_elytra.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/broken_elytra" + } +} diff --git a/1.14.4/assets/minecraft/models/item/brown_banner.json b/1.14.4/assets/minecraft/models/item/brown_banner.json new file mode 100644 index 00000000..9d43dcc2 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/brown_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_banner" +} diff --git a/1.14.4/assets/minecraft/models/item/brown_bed.json b/1.14.4/assets/minecraft/models/item/brown_bed.json new file mode 100644 index 00000000..b922cb18 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/brown_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "item/template_bed", + "textures": { + "particle": "block/brown_wool" + } +} diff --git a/1.14.4/assets/minecraft/models/item/brown_carpet.json b/1.14.4/assets/minecraft/models/item/brown_carpet.json new file mode 100644 index 00000000..f286328b --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/brown_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/brown_carpet" +} diff --git a/1.14.4/assets/minecraft/models/item/brown_concrete.json b/1.14.4/assets/minecraft/models/item/brown_concrete.json new file mode 100644 index 00000000..e89859b0 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/brown_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "block/brown_concrete" +} diff --git a/1.14.4/assets/minecraft/models/item/brown_concrete_powder.json b/1.14.4/assets/minecraft/models/item/brown_concrete_powder.json new file mode 100644 index 00000000..ae64c0f5 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/brown_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "block/brown_concrete_powder" +} diff --git a/1.14.4/assets/minecraft/models/item/brown_dye.json b/1.14.4/assets/minecraft/models/item/brown_dye.json new file mode 100644 index 00000000..cee72fb1 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/brown_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/brown_dye" + } +} diff --git a/1.14.4/assets/minecraft/models/item/brown_glazed_terracotta.json b/1.14.4/assets/minecraft/models/item/brown_glazed_terracotta.json new file mode 100644 index 00000000..b0f8bddf --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/brown_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/brown_glazed_terracotta" +} diff --git a/1.14.4/assets/minecraft/models/item/brown_mushroom.json b/1.14.4/assets/minecraft/models/item/brown_mushroom.json new file mode 100644 index 00000000..ab3866db --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/brown_mushroom.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/brown_mushroom" + } +} diff --git a/1.14.4/assets/minecraft/models/item/brown_mushroom_block.json b/1.14.4/assets/minecraft/models/item/brown_mushroom_block.json new file mode 100644 index 00000000..4decfb31 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/brown_mushroom_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/brown_mushroom_block_inventory" +} diff --git a/1.14.4/assets/minecraft/models/item/brown_shulker_box.json b/1.14.4/assets/minecraft/models/item/brown_shulker_box.json new file mode 100644 index 00000000..536ddbee --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/brown_shulker_box.json @@ -0,0 +1,6 @@ +{ + "parent": "item/template_shulker_box", + "textures": { + "particle": "block/brown_shulker_box" + } +} diff --git a/1.14.4/assets/minecraft/models/item/brown_stained_glass.json b/1.14.4/assets/minecraft/models/item/brown_stained_glass.json new file mode 100644 index 00000000..e421bace --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/brown_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/brown_stained_glass" +} diff --git a/1.14.4/assets/minecraft/models/item/brown_stained_glass_pane.json b/1.14.4/assets/minecraft/models/item/brown_stained_glass_pane.json new file mode 100644 index 00000000..88f5f11d --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/brown_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/brown_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/item/brown_terracotta.json b/1.14.4/assets/minecraft/models/item/brown_terracotta.json new file mode 100644 index 00000000..ff2753ae --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/brown_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/brown_terracotta" +} diff --git a/1.14.4/assets/minecraft/models/item/brown_wool.json b/1.14.4/assets/minecraft/models/item/brown_wool.json new file mode 100644 index 00000000..7842c8fb --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/brown_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/brown_wool" +} diff --git a/1.14.4/assets/minecraft/models/item/bubble_coral.json b/1.14.4/assets/minecraft/models/item/bubble_coral.json new file mode 100644 index 00000000..e790d3e5 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/bubble_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/bubble_coral" + } +} diff --git a/1.14.4/assets/minecraft/models/item/bubble_coral_block.json b/1.14.4/assets/minecraft/models/item/bubble_coral_block.json new file mode 100644 index 00000000..8a19f03a --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/bubble_coral_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/bubble_coral_block" +} diff --git a/1.14.4/assets/minecraft/models/item/bubble_coral_fan.json b/1.14.4/assets/minecraft/models/item/bubble_coral_fan.json new file mode 100644 index 00000000..5efa40e9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/bubble_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/bubble_coral_fan" + } +} diff --git a/1.14.4/assets/minecraft/models/item/bubble_coral_wall_fan.json b/1.14.4/assets/minecraft/models/item/bubble_coral_wall_fan.json new file mode 100644 index 00000000..5efa40e9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/bubble_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/bubble_coral_fan" + } +} diff --git a/1.14.4/assets/minecraft/models/item/bucket.json b/1.14.4/assets/minecraft/models/item/bucket.json new file mode 100644 index 00000000..aaa0fb44 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/bucket.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/bucket" + } +} diff --git a/1.14.4/assets/minecraft/models/item/cactus.json b/1.14.4/assets/minecraft/models/item/cactus.json new file mode 100644 index 00000000..1e95f2d1 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/cactus.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cactus" +} diff --git a/1.14.4/assets/minecraft/models/item/cake.json b/1.14.4/assets/minecraft/models/item/cake.json new file mode 100644 index 00000000..3e51d676 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/cake.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/cake" + } +} diff --git a/1.14.4/assets/minecraft/models/item/campfire.json b/1.14.4/assets/minecraft/models/item/campfire.json new file mode 100644 index 00000000..99591266 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/campfire.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/campfire" + } +} diff --git a/1.14.4/assets/minecraft/models/item/carrot.json b/1.14.4/assets/minecraft/models/item/carrot.json new file mode 100644 index 00000000..2b3bdcdd --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/carrot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/carrot" + } +} diff --git a/1.14.4/assets/minecraft/models/item/carrot_on_a_stick.json b/1.14.4/assets/minecraft/models/item/carrot_on_a_stick.json new file mode 100644 index 00000000..a3185bd5 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/carrot_on_a_stick.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld_rod", + "textures": { + "layer0": "item/carrot_on_a_stick" + } +} diff --git a/1.14.4/assets/minecraft/models/item/cartography_table.json b/1.14.4/assets/minecraft/models/item/cartography_table.json new file mode 100644 index 00000000..d492e794 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/cartography_table.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cartography_table" +} diff --git a/1.14.4/assets/minecraft/models/item/carved_pumpkin.json b/1.14.4/assets/minecraft/models/item/carved_pumpkin.json new file mode 100644 index 00000000..4dadd353 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/carved_pumpkin.json @@ -0,0 +1,3 @@ +{ + "parent": "block/carved_pumpkin" +} diff --git a/1.14.4/assets/minecraft/models/item/cat_spawn_egg.json b/1.14.4/assets/minecraft/models/item/cat_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/cat_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.14.4/assets/minecraft/models/item/cauldron.json b/1.14.4/assets/minecraft/models/item/cauldron.json new file mode 100644 index 00000000..7f9222f2 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/cauldron.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/cauldron" + } +} diff --git a/1.14.4/assets/minecraft/models/item/cave_spider_spawn_egg.json b/1.14.4/assets/minecraft/models/item/cave_spider_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/cave_spider_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.14.4/assets/minecraft/models/item/chain_command_block.json b/1.14.4/assets/minecraft/models/item/chain_command_block.json new file mode 100644 index 00000000..f151ef14 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/chain_command_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/chain_command_block" +} diff --git a/1.14.4/assets/minecraft/models/item/chainmail_boots.json b/1.14.4/assets/minecraft/models/item/chainmail_boots.json new file mode 100644 index 00000000..68d4b95c --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/chainmail_boots.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/chainmail_boots" + } +} diff --git a/1.14.4/assets/minecraft/models/item/chainmail_chestplate.json b/1.14.4/assets/minecraft/models/item/chainmail_chestplate.json new file mode 100644 index 00000000..4f94ae17 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/chainmail_chestplate.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/chainmail_chestplate" + } +} diff --git a/1.14.4/assets/minecraft/models/item/chainmail_helmet.json b/1.14.4/assets/minecraft/models/item/chainmail_helmet.json new file mode 100644 index 00000000..c0ae054d --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/chainmail_helmet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/chainmail_helmet" + } +} diff --git a/1.14.4/assets/minecraft/models/item/chainmail_leggings.json b/1.14.4/assets/minecraft/models/item/chainmail_leggings.json new file mode 100644 index 00000000..9c7e41f2 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/chainmail_leggings.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/chainmail_leggings" + } +} diff --git a/1.14.4/assets/minecraft/models/item/charcoal.json b/1.14.4/assets/minecraft/models/item/charcoal.json new file mode 100644 index 00000000..75dd3c17 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/charcoal.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/charcoal" + } +} diff --git a/1.14.4/assets/minecraft/models/item/chest.json b/1.14.4/assets/minecraft/models/item/chest.json new file mode 100644 index 00000000..cdfd5488 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/chest.json @@ -0,0 +1,38 @@ +{ + "parent": "builtin/entity", + "textures": { + "particle": "block/oak_planks" + }, + "display": { + "gui": { + "rotation": [ 30, 45, 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 ] + }, + "head": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 1, 1, 1] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 0.5, 0.5, 0.5 ] + }, + "thirdperson_righthand": { + "rotation": [ 75, 315, 0 ], + "translation": [ 0, 2.5, 0], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 315, 0 ], + "translation": [ 0, 0, 0], + "scale": [ 0.4, 0.4, 0.4 ] + } + } +} diff --git a/1.14.4/assets/minecraft/models/item/chest_minecart.json b/1.14.4/assets/minecraft/models/item/chest_minecart.json new file mode 100644 index 00000000..2673b4ba --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/chest_minecart.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/chest_minecart" + } +} diff --git a/1.14.4/assets/minecraft/models/item/chicken.json b/1.14.4/assets/minecraft/models/item/chicken.json new file mode 100644 index 00000000..2a8faa6f --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/chicken.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/chicken" + } +} diff --git a/1.14.4/assets/minecraft/models/item/chicken_spawn_egg.json b/1.14.4/assets/minecraft/models/item/chicken_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/chicken_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.14.4/assets/minecraft/models/item/chipped_anvil.json b/1.14.4/assets/minecraft/models/item/chipped_anvil.json new file mode 100644 index 00000000..49a979c1 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/chipped_anvil.json @@ -0,0 +1,3 @@ +{ + "parent": "block/chipped_anvil" +} diff --git a/1.14.4/assets/minecraft/models/item/chiseled_quartz_block.json b/1.14.4/assets/minecraft/models/item/chiseled_quartz_block.json new file mode 100644 index 00000000..fb2133b8 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/chiseled_quartz_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/chiseled_quartz_block" +} diff --git a/1.14.4/assets/minecraft/models/item/chiseled_red_sandstone.json b/1.14.4/assets/minecraft/models/item/chiseled_red_sandstone.json new file mode 100644 index 00000000..5aa7afc9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/chiseled_red_sandstone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/chiseled_red_sandstone" +} diff --git a/1.14.4/assets/minecraft/models/item/chiseled_sandstone.json b/1.14.4/assets/minecraft/models/item/chiseled_sandstone.json new file mode 100644 index 00000000..26569b20 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/chiseled_sandstone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/chiseled_sandstone" +} diff --git a/1.14.4/assets/minecraft/models/item/chiseled_stone_bricks.json b/1.14.4/assets/minecraft/models/item/chiseled_stone_bricks.json new file mode 100644 index 00000000..6dbc5cbe --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/chiseled_stone_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/chiseled_stone_bricks" +} diff --git a/1.14.4/assets/minecraft/models/item/chorus_flower.json b/1.14.4/assets/minecraft/models/item/chorus_flower.json new file mode 100644 index 00000000..5c621b09 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/chorus_flower.json @@ -0,0 +1,3 @@ +{ + "parent": "block/chorus_flower" +} diff --git a/1.14.4/assets/minecraft/models/item/chorus_fruit.json b/1.14.4/assets/minecraft/models/item/chorus_fruit.json new file mode 100644 index 00000000..1bd04c37 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/chorus_fruit.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/chorus_fruit" + } +} diff --git a/1.14.4/assets/minecraft/models/item/chorus_plant.json b/1.14.4/assets/minecraft/models/item/chorus_plant.json new file mode 100644 index 00000000..201329f7 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/chorus_plant.json @@ -0,0 +1,3 @@ +{ + "parent": "block/chorus_plant" +} diff --git a/1.14.4/assets/minecraft/models/item/clay.json b/1.14.4/assets/minecraft/models/item/clay.json new file mode 100644 index 00000000..329c9863 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/clay" +} diff --git a/1.14.4/assets/minecraft/models/item/clay_ball.json b/1.14.4/assets/minecraft/models/item/clay_ball.json new file mode 100644 index 00000000..d7f77349 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/clay_ball.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clay_ball" + } +} diff --git a/1.14.4/assets/minecraft/models/item/clock.json b/1.14.4/assets/minecraft/models/item/clock.json new file mode 100644 index 00000000..407b8aa7 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/clock.json @@ -0,0 +1,73 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_00" + }, + "overrides": [ + { "predicate": { "time": 0.0000000 }, "model": "item/clock" }, + { "predicate": { "time": 0.0078125 }, "model": "item/clock_01" }, + { "predicate": { "time": 0.0234375 }, "model": "item/clock_02" }, + { "predicate": { "time": 0.0390625 }, "model": "item/clock_03" }, + { "predicate": { "time": 0.0546875 }, "model": "item/clock_04" }, + { "predicate": { "time": 0.0703125 }, "model": "item/clock_05" }, + { "predicate": { "time": 0.0859375 }, "model": "item/clock_06" }, + { "predicate": { "time": 0.1015625 }, "model": "item/clock_07" }, + { "predicate": { "time": 0.1171875 }, "model": "item/clock_08" }, + { "predicate": { "time": 0.1328125 }, "model": "item/clock_09" }, + { "predicate": { "time": 0.1484375 }, "model": "item/clock_10" }, + { "predicate": { "time": 0.1640625 }, "model": "item/clock_11" }, + { "predicate": { "time": 0.1796875 }, "model": "item/clock_12" }, + { "predicate": { "time": 0.1953125 }, "model": "item/clock_13" }, + { "predicate": { "time": 0.2109375 }, "model": "item/clock_14" }, + { "predicate": { "time": 0.2265625 }, "model": "item/clock_15" }, + { "predicate": { "time": 0.2421875 }, "model": "item/clock_16" }, + { "predicate": { "time": 0.2578125 }, "model": "item/clock_17" }, + { "predicate": { "time": 0.2734375 }, "model": "item/clock_18" }, + { "predicate": { "time": 0.2890625 }, "model": "item/clock_19" }, + { "predicate": { "time": 0.3046875 }, "model": "item/clock_20" }, + { "predicate": { "time": 0.3203125 }, "model": "item/clock_21" }, + { "predicate": { "time": 0.3359375 }, "model": "item/clock_22" }, + { "predicate": { "time": 0.3515625 }, "model": "item/clock_23" }, + { "predicate": { "time": 0.3671875 }, "model": "item/clock_24" }, + { "predicate": { "time": 0.3828125 }, "model": "item/clock_25" }, + { "predicate": { "time": 0.3984375 }, "model": "item/clock_26" }, + { "predicate": { "time": 0.4140625 }, "model": "item/clock_27" }, + { "predicate": { "time": 0.4296875 }, "model": "item/clock_28" }, + { "predicate": { "time": 0.4453125 }, "model": "item/clock_29" }, + { "predicate": { "time": 0.4609375 }, "model": "item/clock_30" }, + { "predicate": { "time": 0.4765625 }, "model": "item/clock_31" }, + { "predicate": { "time": 0.4921875 }, "model": "item/clock_32" }, + { "predicate": { "time": 0.5078125 }, "model": "item/clock_33" }, + { "predicate": { "time": 0.5234375 }, "model": "item/clock_34" }, + { "predicate": { "time": 0.5390625 }, "model": "item/clock_35" }, + { "predicate": { "time": 0.5546875 }, "model": "item/clock_36" }, + { "predicate": { "time": 0.5703125 }, "model": "item/clock_37" }, + { "predicate": { "time": 0.5859375 }, "model": "item/clock_38" }, + { "predicate": { "time": 0.6015625 }, "model": "item/clock_39" }, + { "predicate": { "time": 0.6171875 }, "model": "item/clock_40" }, + { "predicate": { "time": 0.6328125 }, "model": "item/clock_41" }, + { "predicate": { "time": 0.6484375 }, "model": "item/clock_42" }, + { "predicate": { "time": 0.6640625 }, "model": "item/clock_43" }, + { "predicate": { "time": 0.6796875 }, "model": "item/clock_44" }, + { "predicate": { "time": 0.6953125 }, "model": "item/clock_45" }, + { "predicate": { "time": 0.7109375 }, "model": "item/clock_46" }, + { "predicate": { "time": 0.7265625 }, "model": "item/clock_47" }, + { "predicate": { "time": 0.7421875 }, "model": "item/clock_48" }, + { "predicate": { "time": 0.7578125 }, "model": "item/clock_49" }, + { "predicate": { "time": 0.7734375 }, "model": "item/clock_50" }, + { "predicate": { "time": 0.7890625 }, "model": "item/clock_51" }, + { "predicate": { "time": 0.8046875 }, "model": "item/clock_52" }, + { "predicate": { "time": 0.8203125 }, "model": "item/clock_53" }, + { "predicate": { "time": 0.8359375 }, "model": "item/clock_54" }, + { "predicate": { "time": 0.8515625 }, "model": "item/clock_55" }, + { "predicate": { "time": 0.8671875 }, "model": "item/clock_56" }, + { "predicate": { "time": 0.8828125 }, "model": "item/clock_57" }, + { "predicate": { "time": 0.8984375 }, "model": "item/clock_58" }, + { "predicate": { "time": 0.9140625 }, "model": "item/clock_59" }, + { "predicate": { "time": 0.9296875 }, "model": "item/clock_60" }, + { "predicate": { "time": 0.9453125 }, "model": "item/clock_61" }, + { "predicate": { "time": 0.9609375 }, "model": "item/clock_62" }, + { "predicate": { "time": 0.9765625 }, "model": "item/clock_63" }, + { "predicate": { "time": 0.9921875 }, "model": "item/clock" } + ] +} diff --git a/1.14.4/assets/minecraft/models/item/clock_01.json b/1.14.4/assets/minecraft/models/item/clock_01.json new file mode 100644 index 00000000..bea4d46c --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/clock_01.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_01" + } +} diff --git a/1.14.4/assets/minecraft/models/item/clock_02.json b/1.14.4/assets/minecraft/models/item/clock_02.json new file mode 100644 index 00000000..d226ffa9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/clock_02.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_02" + } +} diff --git a/1.14.4/assets/minecraft/models/item/clock_03.json b/1.14.4/assets/minecraft/models/item/clock_03.json new file mode 100644 index 00000000..1ef408c6 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/clock_03.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_03" + } +} diff --git a/1.14.4/assets/minecraft/models/item/clock_04.json b/1.14.4/assets/minecraft/models/item/clock_04.json new file mode 100644 index 00000000..42bc74fb --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/clock_04.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_04" + } +} diff --git a/1.14.4/assets/minecraft/models/item/clock_05.json b/1.14.4/assets/minecraft/models/item/clock_05.json new file mode 100644 index 00000000..aeea3dc4 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/clock_05.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_05" + } +} diff --git a/1.14.4/assets/minecraft/models/item/clock_06.json b/1.14.4/assets/minecraft/models/item/clock_06.json new file mode 100644 index 00000000..9412d58d --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/clock_06.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_06" + } +} diff --git a/1.14.4/assets/minecraft/models/item/clock_07.json b/1.14.4/assets/minecraft/models/item/clock_07.json new file mode 100644 index 00000000..86819e91 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/clock_07.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_07" + } +} diff --git a/1.14.4/assets/minecraft/models/item/clock_08.json b/1.14.4/assets/minecraft/models/item/clock_08.json new file mode 100644 index 00000000..01221e52 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/clock_08.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_08" + } +} diff --git a/1.14.4/assets/minecraft/models/item/clock_09.json b/1.14.4/assets/minecraft/models/item/clock_09.json new file mode 100644 index 00000000..f4e8a04d --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/clock_09.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_09" + } +} diff --git a/1.14.4/assets/minecraft/models/item/clock_10.json b/1.14.4/assets/minecraft/models/item/clock_10.json new file mode 100644 index 00000000..aa099672 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/clock_10.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_10" + } +} diff --git a/1.14.4/assets/minecraft/models/item/clock_11.json b/1.14.4/assets/minecraft/models/item/clock_11.json new file mode 100644 index 00000000..f903bad1 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/clock_11.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_11" + } +} diff --git a/1.14.4/assets/minecraft/models/item/clock_12.json b/1.14.4/assets/minecraft/models/item/clock_12.json new file mode 100644 index 00000000..bcd160c7 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/clock_12.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_12" + } +} diff --git a/1.14.4/assets/minecraft/models/item/clock_13.json b/1.14.4/assets/minecraft/models/item/clock_13.json new file mode 100644 index 00000000..a30832fe --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/clock_13.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_13" + } +} diff --git a/1.14.4/assets/minecraft/models/item/clock_14.json b/1.14.4/assets/minecraft/models/item/clock_14.json new file mode 100644 index 00000000..45f152cf --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/clock_14.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_14" + } +} diff --git a/1.14.4/assets/minecraft/models/item/clock_15.json b/1.14.4/assets/minecraft/models/item/clock_15.json new file mode 100644 index 00000000..2497ca19 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/clock_15.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_15" + } +} diff --git a/1.14.4/assets/minecraft/models/item/clock_16.json b/1.14.4/assets/minecraft/models/item/clock_16.json new file mode 100644 index 00000000..4fa87c22 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/clock_16.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_16" + } +} diff --git a/1.14.4/assets/minecraft/models/item/clock_17.json b/1.14.4/assets/minecraft/models/item/clock_17.json new file mode 100644 index 00000000..483b47e8 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/clock_17.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_17" + } +} diff --git a/1.14.4/assets/minecraft/models/item/clock_18.json b/1.14.4/assets/minecraft/models/item/clock_18.json new file mode 100644 index 00000000..67298f61 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/clock_18.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_18" + } +} diff --git a/1.14.4/assets/minecraft/models/item/clock_19.json b/1.14.4/assets/minecraft/models/item/clock_19.json new file mode 100644 index 00000000..65ec85ac --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/clock_19.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_19" + } +} diff --git a/1.14.4/assets/minecraft/models/item/clock_20.json b/1.14.4/assets/minecraft/models/item/clock_20.json new file mode 100644 index 00000000..68149968 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/clock_20.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_20" + } +} diff --git a/1.14.4/assets/minecraft/models/item/clock_21.json b/1.14.4/assets/minecraft/models/item/clock_21.json new file mode 100644 index 00000000..2bffe045 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/clock_21.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_21" + } +} diff --git a/1.14.4/assets/minecraft/models/item/clock_22.json b/1.14.4/assets/minecraft/models/item/clock_22.json new file mode 100644 index 00000000..d25694c4 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/clock_22.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_22" + } +} diff --git a/1.14.4/assets/minecraft/models/item/clock_23.json b/1.14.4/assets/minecraft/models/item/clock_23.json new file mode 100644 index 00000000..632095d3 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/clock_23.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_23" + } +} diff --git a/1.14.4/assets/minecraft/models/item/clock_24.json b/1.14.4/assets/minecraft/models/item/clock_24.json new file mode 100644 index 00000000..46495203 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/clock_24.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_24" + } +} diff --git a/1.14.4/assets/minecraft/models/item/clock_25.json b/1.14.4/assets/minecraft/models/item/clock_25.json new file mode 100644 index 00000000..433bd94b --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/clock_25.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_25" + } +} diff --git a/1.14.4/assets/minecraft/models/item/clock_26.json b/1.14.4/assets/minecraft/models/item/clock_26.json new file mode 100644 index 00000000..e6f5084a --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/clock_26.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_26" + } +} diff --git a/1.14.4/assets/minecraft/models/item/clock_27.json b/1.14.4/assets/minecraft/models/item/clock_27.json new file mode 100644 index 00000000..d8bc288a --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/clock_27.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_27" + } +} diff --git a/1.14.4/assets/minecraft/models/item/clock_28.json b/1.14.4/assets/minecraft/models/item/clock_28.json new file mode 100644 index 00000000..865c7ae4 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/clock_28.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_28" + } +} diff --git a/1.14.4/assets/minecraft/models/item/clock_29.json b/1.14.4/assets/minecraft/models/item/clock_29.json new file mode 100644 index 00000000..ecf1cd9b --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/clock_29.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_29" + } +} diff --git a/1.14.4/assets/minecraft/models/item/clock_30.json b/1.14.4/assets/minecraft/models/item/clock_30.json new file mode 100644 index 00000000..406ef475 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/clock_30.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_30" + } +} diff --git a/1.14.4/assets/minecraft/models/item/clock_31.json b/1.14.4/assets/minecraft/models/item/clock_31.json new file mode 100644 index 00000000..e5b1840d --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/clock_31.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_31" + } +} diff --git a/1.14.4/assets/minecraft/models/item/clock_32.json b/1.14.4/assets/minecraft/models/item/clock_32.json new file mode 100644 index 00000000..3183196b --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/clock_32.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_32" + } +} diff --git a/1.14.4/assets/minecraft/models/item/clock_33.json b/1.14.4/assets/minecraft/models/item/clock_33.json new file mode 100644 index 00000000..69ce7949 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/clock_33.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_33" + } +} diff --git a/1.14.4/assets/minecraft/models/item/clock_34.json b/1.14.4/assets/minecraft/models/item/clock_34.json new file mode 100644 index 00000000..8a366325 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/clock_34.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_34" + } +} diff --git a/1.14.4/assets/minecraft/models/item/clock_35.json b/1.14.4/assets/minecraft/models/item/clock_35.json new file mode 100644 index 00000000..b566bd6f --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/clock_35.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_35" + } +} diff --git a/1.14.4/assets/minecraft/models/item/clock_36.json b/1.14.4/assets/minecraft/models/item/clock_36.json new file mode 100644 index 00000000..b594807b --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/clock_36.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_36" + } +} diff --git a/1.14.4/assets/minecraft/models/item/clock_37.json b/1.14.4/assets/minecraft/models/item/clock_37.json new file mode 100644 index 00000000..56ded5be --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/clock_37.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_37" + } +} diff --git a/1.14.4/assets/minecraft/models/item/clock_38.json b/1.14.4/assets/minecraft/models/item/clock_38.json new file mode 100644 index 00000000..fafa084f --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/clock_38.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_38" + } +} diff --git a/1.14.4/assets/minecraft/models/item/clock_39.json b/1.14.4/assets/minecraft/models/item/clock_39.json new file mode 100644 index 00000000..82ceea06 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/clock_39.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_39" + } +} diff --git a/1.14.4/assets/minecraft/models/item/clock_40.json b/1.14.4/assets/minecraft/models/item/clock_40.json new file mode 100644 index 00000000..a465a62d --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/clock_40.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_40" + } +} diff --git a/1.14.4/assets/minecraft/models/item/clock_41.json b/1.14.4/assets/minecraft/models/item/clock_41.json new file mode 100644 index 00000000..688b7ecf --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/clock_41.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_41" + } +} diff --git a/1.14.4/assets/minecraft/models/item/clock_42.json b/1.14.4/assets/minecraft/models/item/clock_42.json new file mode 100644 index 00000000..960149fe --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/clock_42.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_42" + } +} diff --git a/1.14.4/assets/minecraft/models/item/clock_43.json b/1.14.4/assets/minecraft/models/item/clock_43.json new file mode 100644 index 00000000..c9e5bbb1 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/clock_43.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_43" + } +} diff --git a/1.14.4/assets/minecraft/models/item/clock_44.json b/1.14.4/assets/minecraft/models/item/clock_44.json new file mode 100644 index 00000000..bbb653a3 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/clock_44.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_44" + } +} diff --git a/1.14.4/assets/minecraft/models/item/clock_45.json b/1.14.4/assets/minecraft/models/item/clock_45.json new file mode 100644 index 00000000..e8bfc545 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/clock_45.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_45" + } +} diff --git a/1.14.4/assets/minecraft/models/item/clock_46.json b/1.14.4/assets/minecraft/models/item/clock_46.json new file mode 100644 index 00000000..a8dca3ca --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/clock_46.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_46" + } +} diff --git a/1.14.4/assets/minecraft/models/item/clock_47.json b/1.14.4/assets/minecraft/models/item/clock_47.json new file mode 100644 index 00000000..15a69e90 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/clock_47.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_47" + } +} diff --git a/1.14.4/assets/minecraft/models/item/clock_48.json b/1.14.4/assets/minecraft/models/item/clock_48.json new file mode 100644 index 00000000..4b319c17 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/clock_48.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_48" + } +} diff --git a/1.14.4/assets/minecraft/models/item/clock_49.json b/1.14.4/assets/minecraft/models/item/clock_49.json new file mode 100644 index 00000000..0f0d58fa --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/clock_49.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_49" + } +} diff --git a/1.14.4/assets/minecraft/models/item/clock_50.json b/1.14.4/assets/minecraft/models/item/clock_50.json new file mode 100644 index 00000000..d4508899 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/clock_50.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_50" + } +} diff --git a/1.14.4/assets/minecraft/models/item/clock_51.json b/1.14.4/assets/minecraft/models/item/clock_51.json new file mode 100644 index 00000000..dbd26aaa --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/clock_51.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_51" + } +} diff --git a/1.14.4/assets/minecraft/models/item/clock_52.json b/1.14.4/assets/minecraft/models/item/clock_52.json new file mode 100644 index 00000000..9ba3630e --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/clock_52.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_52" + } +} diff --git a/1.14.4/assets/minecraft/models/item/clock_53.json b/1.14.4/assets/minecraft/models/item/clock_53.json new file mode 100644 index 00000000..73ce21ea --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/clock_53.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_53" + } +} diff --git a/1.14.4/assets/minecraft/models/item/clock_54.json b/1.14.4/assets/minecraft/models/item/clock_54.json new file mode 100644 index 00000000..87f921f9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/clock_54.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_54" + } +} diff --git a/1.14.4/assets/minecraft/models/item/clock_55.json b/1.14.4/assets/minecraft/models/item/clock_55.json new file mode 100644 index 00000000..930d167e --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/clock_55.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_55" + } +} diff --git a/1.14.4/assets/minecraft/models/item/clock_56.json b/1.14.4/assets/minecraft/models/item/clock_56.json new file mode 100644 index 00000000..3e35ee03 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/clock_56.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_56" + } +} diff --git a/1.14.4/assets/minecraft/models/item/clock_57.json b/1.14.4/assets/minecraft/models/item/clock_57.json new file mode 100644 index 00000000..05fc47f0 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/clock_57.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_57" + } +} diff --git a/1.14.4/assets/minecraft/models/item/clock_58.json b/1.14.4/assets/minecraft/models/item/clock_58.json new file mode 100644 index 00000000..f77db286 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/clock_58.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_58" + } +} diff --git a/1.14.4/assets/minecraft/models/item/clock_59.json b/1.14.4/assets/minecraft/models/item/clock_59.json new file mode 100644 index 00000000..f5821df3 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/clock_59.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_59" + } +} diff --git a/1.14.4/assets/minecraft/models/item/clock_60.json b/1.14.4/assets/minecraft/models/item/clock_60.json new file mode 100644 index 00000000..c54f2ef8 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/clock_60.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_60" + } +} diff --git a/1.14.4/assets/minecraft/models/item/clock_61.json b/1.14.4/assets/minecraft/models/item/clock_61.json new file mode 100644 index 00000000..ed28b6cf --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/clock_61.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_61" + } +} diff --git a/1.14.4/assets/minecraft/models/item/clock_62.json b/1.14.4/assets/minecraft/models/item/clock_62.json new file mode 100644 index 00000000..d49ac7b2 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/clock_62.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_62" + } +} diff --git a/1.14.4/assets/minecraft/models/item/clock_63.json b/1.14.4/assets/minecraft/models/item/clock_63.json new file mode 100644 index 00000000..e0bb1a60 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/clock_63.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_63" + } +} diff --git a/1.14.4/assets/minecraft/models/item/coal.json b/1.14.4/assets/minecraft/models/item/coal.json new file mode 100644 index 00000000..867ea669 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/coal.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/coal" + } +} diff --git a/1.14.4/assets/minecraft/models/item/coal_block.json b/1.14.4/assets/minecraft/models/item/coal_block.json new file mode 100644 index 00000000..3cb75fe3 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/coal_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/coal_block" +} diff --git a/1.14.4/assets/minecraft/models/item/coal_ore.json b/1.14.4/assets/minecraft/models/item/coal_ore.json new file mode 100644 index 00000000..cd432080 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/coal_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "block/coal_ore" +} diff --git a/1.14.4/assets/minecraft/models/item/coarse_dirt.json b/1.14.4/assets/minecraft/models/item/coarse_dirt.json new file mode 100644 index 00000000..0b0b7b28 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/coarse_dirt.json @@ -0,0 +1,3 @@ +{ + "parent": "block/coarse_dirt" +} diff --git a/1.14.4/assets/minecraft/models/item/cobblestone.json b/1.14.4/assets/minecraft/models/item/cobblestone.json new file mode 100644 index 00000000..6e8e19e4 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/cobblestone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cobblestone" +} diff --git a/1.14.4/assets/minecraft/models/item/cobblestone_slab.json b/1.14.4/assets/minecraft/models/item/cobblestone_slab.json new file mode 100644 index 00000000..1729b3c5 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/cobblestone_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cobblestone_slab" +} diff --git a/1.14.4/assets/minecraft/models/item/cobblestone_stairs.json b/1.14.4/assets/minecraft/models/item/cobblestone_stairs.json new file mode 100644 index 00000000..c552ba91 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/cobblestone_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cobblestone_stairs" +} diff --git a/1.14.4/assets/minecraft/models/item/cobblestone_wall.json b/1.14.4/assets/minecraft/models/item/cobblestone_wall.json new file mode 100644 index 00000000..b9c6439e --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/cobblestone_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cobblestone_wall_inventory" +} diff --git a/1.14.4/assets/minecraft/models/item/cobweb.json b/1.14.4/assets/minecraft/models/item/cobweb.json new file mode 100644 index 00000000..52c52d45 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/cobweb.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/cobweb" + } +} diff --git a/1.14.4/assets/minecraft/models/item/cocoa_beans.json b/1.14.4/assets/minecraft/models/item/cocoa_beans.json new file mode 100644 index 00000000..57ed3248 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/cocoa_beans.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/cocoa_beans" + } +} diff --git a/1.14.4/assets/minecraft/models/item/cod.json b/1.14.4/assets/minecraft/models/item/cod.json new file mode 100644 index 00000000..a36ba0c8 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/cod.json @@ -0,0 +1,13 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/cod" + }, + "display": { + "head": { + "rotation": [ 0, 90, -60 ], + "translation": [ -7, -4, -7], + "scale":[ 0.8, 0.8, 0.8] + } + } +} diff --git a/1.14.4/assets/minecraft/models/item/cod_bucket.json b/1.14.4/assets/minecraft/models/item/cod_bucket.json new file mode 100644 index 00000000..b8e2790e --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/cod_bucket.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/cod_bucket" + } +} diff --git a/1.14.4/assets/minecraft/models/item/cod_spawn_egg.json b/1.14.4/assets/minecraft/models/item/cod_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/cod_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.14.4/assets/minecraft/models/item/command_block.json b/1.14.4/assets/minecraft/models/item/command_block.json new file mode 100644 index 00000000..5be8460d --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/command_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/command_block" +} diff --git a/1.14.4/assets/minecraft/models/item/command_block_minecart.json b/1.14.4/assets/minecraft/models/item/command_block_minecart.json new file mode 100644 index 00000000..6043e652 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/command_block_minecart.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/command_block_minecart" + } +} diff --git a/1.14.4/assets/minecraft/models/item/comparator.json b/1.14.4/assets/minecraft/models/item/comparator.json new file mode 100644 index 00000000..ee5450b4 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/comparator.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/comparator" + } +} diff --git a/1.14.4/assets/minecraft/models/item/compass.json b/1.14.4/assets/minecraft/models/item/compass.json new file mode 100644 index 00000000..ec66bb16 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/compass.json @@ -0,0 +1,41 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_16" + }, + "overrides": [ + { "predicate": { "angle": 0.000000 }, "model": "item/compass" }, + { "predicate": { "angle": 0.015625 }, "model": "item/compass_17" }, + { "predicate": { "angle": 0.046875 }, "model": "item/compass_18" }, + { "predicate": { "angle": 0.078125 }, "model": "item/compass_19" }, + { "predicate": { "angle": 0.109375 }, "model": "item/compass_20" }, + { "predicate": { "angle": 0.140625 }, "model": "item/compass_21" }, + { "predicate": { "angle": 0.171875 }, "model": "item/compass_22" }, + { "predicate": { "angle": 0.203125 }, "model": "item/compass_23" }, + { "predicate": { "angle": 0.234375 }, "model": "item/compass_24" }, + { "predicate": { "angle": 0.265625 }, "model": "item/compass_25" }, + { "predicate": { "angle": 0.296875 }, "model": "item/compass_26" }, + { "predicate": { "angle": 0.328125 }, "model": "item/compass_27" }, + { "predicate": { "angle": 0.359375 }, "model": "item/compass_28" }, + { "predicate": { "angle": 0.390625 }, "model": "item/compass_29" }, + { "predicate": { "angle": 0.421875 }, "model": "item/compass_30" }, + { "predicate": { "angle": 0.453125 }, "model": "item/compass_31" }, + { "predicate": { "angle": 0.484375 }, "model": "item/compass_00" }, + { "predicate": { "angle": 0.515625 }, "model": "item/compass_01" }, + { "predicate": { "angle": 0.546875 }, "model": "item/compass_02" }, + { "predicate": { "angle": 0.578125 }, "model": "item/compass_03" }, + { "predicate": { "angle": 0.609375 }, "model": "item/compass_04" }, + { "predicate": { "angle": 0.640625 }, "model": "item/compass_05" }, + { "predicate": { "angle": 0.671875 }, "model": "item/compass_06" }, + { "predicate": { "angle": 0.703125 }, "model": "item/compass_07" }, + { "predicate": { "angle": 0.734375 }, "model": "item/compass_08" }, + { "predicate": { "angle": 0.765625 }, "model": "item/compass_09" }, + { "predicate": { "angle": 0.796875 }, "model": "item/compass_10" }, + { "predicate": { "angle": 0.828125 }, "model": "item/compass_11" }, + { "predicate": { "angle": 0.859375 }, "model": "item/compass_12" }, + { "predicate": { "angle": 0.890625 }, "model": "item/compass_13" }, + { "predicate": { "angle": 0.921875 }, "model": "item/compass_14" }, + { "predicate": { "angle": 0.953125 }, "model": "item/compass_15" }, + { "predicate": { "angle": 0.984375 }, "model": "item/compass" } + ] +} diff --git a/1.14.4/assets/minecraft/models/item/compass_00.json b/1.14.4/assets/minecraft/models/item/compass_00.json new file mode 100644 index 00000000..dd96da23 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/compass_00.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_00" + } +} diff --git a/1.14.4/assets/minecraft/models/item/compass_01.json b/1.14.4/assets/minecraft/models/item/compass_01.json new file mode 100644 index 00000000..d6793ce1 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/compass_01.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_01" + } +} diff --git a/1.14.4/assets/minecraft/models/item/compass_02.json b/1.14.4/assets/minecraft/models/item/compass_02.json new file mode 100644 index 00000000..0757bb46 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/compass_02.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_02" + } +} diff --git a/1.14.4/assets/minecraft/models/item/compass_03.json b/1.14.4/assets/minecraft/models/item/compass_03.json new file mode 100644 index 00000000..21b01a54 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/compass_03.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_03" + } +} diff --git a/1.14.4/assets/minecraft/models/item/compass_04.json b/1.14.4/assets/minecraft/models/item/compass_04.json new file mode 100644 index 00000000..39a8df45 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/compass_04.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_04" + } +} diff --git a/1.14.4/assets/minecraft/models/item/compass_05.json b/1.14.4/assets/minecraft/models/item/compass_05.json new file mode 100644 index 00000000..1b310af0 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/compass_05.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_05" + } +} diff --git a/1.14.4/assets/minecraft/models/item/compass_06.json b/1.14.4/assets/minecraft/models/item/compass_06.json new file mode 100644 index 00000000..d1ae2894 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/compass_06.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_06" + } +} diff --git a/1.14.4/assets/minecraft/models/item/compass_07.json b/1.14.4/assets/minecraft/models/item/compass_07.json new file mode 100644 index 00000000..03c177b0 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/compass_07.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_07" + } +} diff --git a/1.14.4/assets/minecraft/models/item/compass_08.json b/1.14.4/assets/minecraft/models/item/compass_08.json new file mode 100644 index 00000000..c00fb5c9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/compass_08.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_08" + } +} diff --git a/1.14.4/assets/minecraft/models/item/compass_09.json b/1.14.4/assets/minecraft/models/item/compass_09.json new file mode 100644 index 00000000..993bcdd9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/compass_09.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_09" + } +} diff --git a/1.14.4/assets/minecraft/models/item/compass_10.json b/1.14.4/assets/minecraft/models/item/compass_10.json new file mode 100644 index 00000000..4c772c06 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/compass_10.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_10" + } +} diff --git a/1.14.4/assets/minecraft/models/item/compass_11.json b/1.14.4/assets/minecraft/models/item/compass_11.json new file mode 100644 index 00000000..61d7356e --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/compass_11.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_11" + } +} diff --git a/1.14.4/assets/minecraft/models/item/compass_12.json b/1.14.4/assets/minecraft/models/item/compass_12.json new file mode 100644 index 00000000..47648391 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/compass_12.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_12" + } +} diff --git a/1.14.4/assets/minecraft/models/item/compass_13.json b/1.14.4/assets/minecraft/models/item/compass_13.json new file mode 100644 index 00000000..f99eeeac --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/compass_13.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_13" + } +} diff --git a/1.14.4/assets/minecraft/models/item/compass_14.json b/1.14.4/assets/minecraft/models/item/compass_14.json new file mode 100644 index 00000000..6a885050 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/compass_14.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_14" + } +} diff --git a/1.14.4/assets/minecraft/models/item/compass_15.json b/1.14.4/assets/minecraft/models/item/compass_15.json new file mode 100644 index 00000000..f34fd678 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/compass_15.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_15" + } +} diff --git a/1.14.4/assets/minecraft/models/item/compass_17.json b/1.14.4/assets/minecraft/models/item/compass_17.json new file mode 100644 index 00000000..9a63c8e3 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/compass_17.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_17" + } +} diff --git a/1.14.4/assets/minecraft/models/item/compass_18.json b/1.14.4/assets/minecraft/models/item/compass_18.json new file mode 100644 index 00000000..75ba39b7 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/compass_18.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_18" + } +} diff --git a/1.14.4/assets/minecraft/models/item/compass_19.json b/1.14.4/assets/minecraft/models/item/compass_19.json new file mode 100644 index 00000000..82ebe7f0 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/compass_19.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_19" + } +} diff --git a/1.14.4/assets/minecraft/models/item/compass_20.json b/1.14.4/assets/minecraft/models/item/compass_20.json new file mode 100644 index 00000000..2f22c394 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/compass_20.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_20" + } +} diff --git a/1.14.4/assets/minecraft/models/item/compass_21.json b/1.14.4/assets/minecraft/models/item/compass_21.json new file mode 100644 index 00000000..55cc9188 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/compass_21.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_21" + } +} diff --git a/1.14.4/assets/minecraft/models/item/compass_22.json b/1.14.4/assets/minecraft/models/item/compass_22.json new file mode 100644 index 00000000..abf9ed44 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/compass_22.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_22" + } +} diff --git a/1.14.4/assets/minecraft/models/item/compass_23.json b/1.14.4/assets/minecraft/models/item/compass_23.json new file mode 100644 index 00000000..8e62dc11 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/compass_23.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_23" + } +} diff --git a/1.14.4/assets/minecraft/models/item/compass_24.json b/1.14.4/assets/minecraft/models/item/compass_24.json new file mode 100644 index 00000000..79298862 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/compass_24.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_24" + } +} diff --git a/1.14.4/assets/minecraft/models/item/compass_25.json b/1.14.4/assets/minecraft/models/item/compass_25.json new file mode 100644 index 00000000..6aa88639 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/compass_25.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_25" + } +} diff --git a/1.14.4/assets/minecraft/models/item/compass_26.json b/1.14.4/assets/minecraft/models/item/compass_26.json new file mode 100644 index 00000000..1e40e0f6 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/compass_26.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_26" + } +} diff --git a/1.14.4/assets/minecraft/models/item/compass_27.json b/1.14.4/assets/minecraft/models/item/compass_27.json new file mode 100644 index 00000000..e479a16b --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/compass_27.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_27" + } +} diff --git a/1.14.4/assets/minecraft/models/item/compass_28.json b/1.14.4/assets/minecraft/models/item/compass_28.json new file mode 100644 index 00000000..73db4313 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/compass_28.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_28" + } +} diff --git a/1.14.4/assets/minecraft/models/item/compass_29.json b/1.14.4/assets/minecraft/models/item/compass_29.json new file mode 100644 index 00000000..c4a66dbf --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/compass_29.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_29" + } +} diff --git a/1.14.4/assets/minecraft/models/item/compass_30.json b/1.14.4/assets/minecraft/models/item/compass_30.json new file mode 100644 index 00000000..9719afcf --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/compass_30.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_30" + } +} diff --git a/1.14.4/assets/minecraft/models/item/compass_31.json b/1.14.4/assets/minecraft/models/item/compass_31.json new file mode 100644 index 00000000..142bb667 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/compass_31.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_31" + } +} diff --git a/1.14.4/assets/minecraft/models/item/composter.json b/1.14.4/assets/minecraft/models/item/composter.json new file mode 100644 index 00000000..3b0a63b5 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/composter.json @@ -0,0 +1,3 @@ +{ + "parent": "block/composter" +} diff --git a/1.14.4/assets/minecraft/models/item/conduit.json b/1.14.4/assets/minecraft/models/item/conduit.json new file mode 100644 index 00000000..f5785cdf --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/conduit.json @@ -0,0 +1,38 @@ +{ + "parent": "builtin/entity", + "textures": { + "particle": "block/conduit" + }, + "display": { + "gui": { + "rotation": [ 30, 45, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 1.0, 1.0, 1.0 ] + }, + "ground": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 3, 0], + "scale":[ 0.5, 0.5, 0.5 ] + }, + "head": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 1, 1, 1] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 1, 1, 1 ] + }, + "thirdperson_righthand": { + "rotation": [ 75, 315, 0 ], + "translation": [ 0, 2.5, 0], + "scale": [ 0.5, 0.5, 0.5 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 315, 0 ], + "translation": [ 0, 0, 0], + "scale": [ 0.8, 0.8, 0.8 ] + } + } +} diff --git a/1.14.4/assets/minecraft/models/item/cooked_beef.json b/1.14.4/assets/minecraft/models/item/cooked_beef.json new file mode 100644 index 00000000..bf4405f3 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/cooked_beef.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/cooked_beef" + } +} diff --git a/1.14.4/assets/minecraft/models/item/cooked_chicken.json b/1.14.4/assets/minecraft/models/item/cooked_chicken.json new file mode 100644 index 00000000..44f944e0 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/cooked_chicken.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/cooked_chicken" + } +} diff --git a/1.14.4/assets/minecraft/models/item/cooked_cod.json b/1.14.4/assets/minecraft/models/item/cooked_cod.json new file mode 100644 index 00000000..a57535fd --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/cooked_cod.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/cooked_cod" + } +} diff --git a/1.14.4/assets/minecraft/models/item/cooked_mutton.json b/1.14.4/assets/minecraft/models/item/cooked_mutton.json new file mode 100644 index 00000000..d4857554 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/cooked_mutton.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/cooked_mutton" + } +} diff --git a/1.14.4/assets/minecraft/models/item/cooked_porkchop.json b/1.14.4/assets/minecraft/models/item/cooked_porkchop.json new file mode 100644 index 00000000..17e08171 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/cooked_porkchop.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/cooked_porkchop" + } +} diff --git a/1.14.4/assets/minecraft/models/item/cooked_rabbit.json b/1.14.4/assets/minecraft/models/item/cooked_rabbit.json new file mode 100644 index 00000000..e43b3fe0 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/cooked_rabbit.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/cooked_rabbit" + } +} diff --git a/1.14.4/assets/minecraft/models/item/cooked_salmon.json b/1.14.4/assets/minecraft/models/item/cooked_salmon.json new file mode 100644 index 00000000..e963b195 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/cooked_salmon.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/cooked_salmon" + } +} diff --git a/1.14.4/assets/minecraft/models/item/cookie.json b/1.14.4/assets/minecraft/models/item/cookie.json new file mode 100644 index 00000000..16f8e1af --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/cookie.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/cookie" + } +} diff --git a/1.14.4/assets/minecraft/models/item/cornflower.json b/1.14.4/assets/minecraft/models/item/cornflower.json new file mode 100644 index 00000000..fc12f502 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/cornflower.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/cornflower" + } +} diff --git a/1.14.4/assets/minecraft/models/item/cow_spawn_egg.json b/1.14.4/assets/minecraft/models/item/cow_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/cow_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.14.4/assets/minecraft/models/item/cracked_stone_bricks.json b/1.14.4/assets/minecraft/models/item/cracked_stone_bricks.json new file mode 100644 index 00000000..c1c60352 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/cracked_stone_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cracked_stone_bricks" +} diff --git a/1.14.4/assets/minecraft/models/item/crafting_table.json b/1.14.4/assets/minecraft/models/item/crafting_table.json new file mode 100644 index 00000000..5ed7c346 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/crafting_table.json @@ -0,0 +1,3 @@ +{ + "parent": "block/crafting_table" +} diff --git a/1.14.4/assets/minecraft/models/item/creeper_banner_pattern.json b/1.14.4/assets/minecraft/models/item/creeper_banner_pattern.json new file mode 100644 index 00000000..cae8d3a5 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/creeper_banner_pattern.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/creeper_banner_pattern" + } +} diff --git a/1.14.4/assets/minecraft/models/item/creeper_head.json b/1.14.4/assets/minecraft/models/item/creeper_head.json new file mode 100644 index 00000000..8efea47e --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/creeper_head.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_skull" +} diff --git a/1.14.4/assets/minecraft/models/item/creeper_spawn_egg.json b/1.14.4/assets/minecraft/models/item/creeper_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/creeper_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.14.4/assets/minecraft/models/item/crossbow.json b/1.14.4/assets/minecraft/models/item/crossbow.json new file mode 100644 index 00000000..0cddcac4 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/crossbow.json @@ -0,0 +1,63 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/crossbow_standby" + }, + "display": { + "thirdperson_righthand": { + "rotation": [ -90, 0, -60 ], + "translation": [ 2, 0.1, -3 ], + "scale": [ 0.9, 0.9, 0.9 ] + }, + "thirdperson_lefthand": { + "rotation": [ -90, 0, 30 ], + "translation": [ 2, 0.1, -3 ], + "scale": [ 0.9, 0.9, 0.9 ] + }, + "firstperson_righthand": { + "rotation": [ -90, 0, -55 ], + "translation": [ 1.13, 3.2, 1.13], + "scale": [ 0.68, 0.68, 0.68 ] + }, + "firstperson_lefthand": { + "rotation": [ -90, 0, 35 ], + "translation": [ 1.13, 3.2, 1.13], + "scale": [ 0.68, 0.68, 0.68 ] + } + }, + "overrides": [ + { + "predicate": { + "pulling": 1 + }, + "model": "item/crossbow_pulling_0" + }, + { + "predicate": { + "pulling": 1, + "pull": 0.58 + }, + "model": "item/crossbow_pulling_1" + }, + { + "predicate": { + "pulling": 1, + "pull": 1.0 + }, + "model": "item/crossbow_pulling_2" + }, + { + "predicate": { + "charged": 1 + }, + "model": "item/crossbow_arrow" + }, + { + "predicate": { + "charged": 1, + "firework": 1 + }, + "model": "item/crossbow_firework" + } + ] +} diff --git a/1.14.4/assets/minecraft/models/item/crossbow_arrow.json b/1.14.4/assets/minecraft/models/item/crossbow_arrow.json new file mode 100644 index 00000000..bc3e3543 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/crossbow_arrow.json @@ -0,0 +1,6 @@ +{ + "parent": "item/crossbow", + "textures": { + "layer0": "item/crossbow_arrow" + } +} diff --git a/1.14.4/assets/minecraft/models/item/crossbow_firework.json b/1.14.4/assets/minecraft/models/item/crossbow_firework.json new file mode 100644 index 00000000..1ebe175a --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/crossbow_firework.json @@ -0,0 +1,6 @@ +{ + "parent": "item/crossbow", + "textures": { + "layer0": "item/crossbow_firework" + } +} diff --git a/1.14.4/assets/minecraft/models/item/crossbow_pulling_0.json b/1.14.4/assets/minecraft/models/item/crossbow_pulling_0.json new file mode 100644 index 00000000..afd73b86 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/crossbow_pulling_0.json @@ -0,0 +1,6 @@ +{ + "parent": "item/crossbow", + "textures": { + "layer0": "item/crossbow_pulling_0" + } +} diff --git a/1.14.4/assets/minecraft/models/item/crossbow_pulling_1.json b/1.14.4/assets/minecraft/models/item/crossbow_pulling_1.json new file mode 100644 index 00000000..1c48a748 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/crossbow_pulling_1.json @@ -0,0 +1,6 @@ +{ + "parent": "item/crossbow", + "textures": { + "layer0": "item/crossbow_pulling_1" + } +} diff --git a/1.14.4/assets/minecraft/models/item/crossbow_pulling_2.json b/1.14.4/assets/minecraft/models/item/crossbow_pulling_2.json new file mode 100644 index 00000000..3c2df500 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/crossbow_pulling_2.json @@ -0,0 +1,6 @@ +{ + "parent": "item/crossbow", + "textures": { + "layer0": "item/crossbow_pulling_2" + } +} diff --git a/1.14.4/assets/minecraft/models/item/cut_red_sandstone.json b/1.14.4/assets/minecraft/models/item/cut_red_sandstone.json new file mode 100644 index 00000000..a21c2c18 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/cut_red_sandstone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cut_red_sandstone" +} diff --git a/1.14.4/assets/minecraft/models/item/cut_red_sandstone_slab.json b/1.14.4/assets/minecraft/models/item/cut_red_sandstone_slab.json new file mode 100644 index 00000000..b26f392d --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/cut_red_sandstone_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cut_red_sandstone_slab" +} diff --git a/1.14.4/assets/minecraft/models/item/cut_sandstone.json b/1.14.4/assets/minecraft/models/item/cut_sandstone.json new file mode 100644 index 00000000..bc660913 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/cut_sandstone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cut_sandstone" +} diff --git a/1.14.4/assets/minecraft/models/item/cut_sandstone_slab.json b/1.14.4/assets/minecraft/models/item/cut_sandstone_slab.json new file mode 100644 index 00000000..3d8af563 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/cut_sandstone_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cut_sandstone_slab" +} diff --git a/1.14.4/assets/minecraft/models/item/cyan_banner.json b/1.14.4/assets/minecraft/models/item/cyan_banner.json new file mode 100644 index 00000000..9d43dcc2 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/cyan_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_banner" +} diff --git a/1.14.4/assets/minecraft/models/item/cyan_bed.json b/1.14.4/assets/minecraft/models/item/cyan_bed.json new file mode 100644 index 00000000..7397f0d9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/cyan_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "item/template_bed", + "textures": { + "particle": "block/cyan_wool" + } +} diff --git a/1.14.4/assets/minecraft/models/item/cyan_carpet.json b/1.14.4/assets/minecraft/models/item/cyan_carpet.json new file mode 100644 index 00000000..605b9c2f --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/cyan_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cyan_carpet" +} diff --git a/1.14.4/assets/minecraft/models/item/cyan_concrete.json b/1.14.4/assets/minecraft/models/item/cyan_concrete.json new file mode 100644 index 00000000..e5100a14 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/cyan_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cyan_concrete" +} diff --git a/1.14.4/assets/minecraft/models/item/cyan_concrete_powder.json b/1.14.4/assets/minecraft/models/item/cyan_concrete_powder.json new file mode 100644 index 00000000..c91ab07c --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/cyan_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cyan_concrete_powder" +} diff --git a/1.14.4/assets/minecraft/models/item/cyan_dye.json b/1.14.4/assets/minecraft/models/item/cyan_dye.json new file mode 100644 index 00000000..d2944584 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/cyan_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/cyan_dye" + } +} diff --git a/1.14.4/assets/minecraft/models/item/cyan_glazed_terracotta.json b/1.14.4/assets/minecraft/models/item/cyan_glazed_terracotta.json new file mode 100644 index 00000000..6e49f82b --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/cyan_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cyan_glazed_terracotta" +} diff --git a/1.14.4/assets/minecraft/models/item/cyan_shulker_box.json b/1.14.4/assets/minecraft/models/item/cyan_shulker_box.json new file mode 100644 index 00000000..dc116939 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/cyan_shulker_box.json @@ -0,0 +1,6 @@ +{ + "parent": "item/template_shulker_box", + "textures": { + "particle": "block/cyan_shulker_box" + } +} diff --git a/1.14.4/assets/minecraft/models/item/cyan_stained_glass.json b/1.14.4/assets/minecraft/models/item/cyan_stained_glass.json new file mode 100644 index 00000000..81a0e373 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/cyan_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cyan_stained_glass" +} diff --git a/1.14.4/assets/minecraft/models/item/cyan_stained_glass_pane.json b/1.14.4/assets/minecraft/models/item/cyan_stained_glass_pane.json new file mode 100644 index 00000000..3bf806e9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/cyan_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/cyan_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/item/cyan_terracotta.json b/1.14.4/assets/minecraft/models/item/cyan_terracotta.json new file mode 100644 index 00000000..c0418397 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/cyan_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cyan_terracotta" +} diff --git a/1.14.4/assets/minecraft/models/item/cyan_wool.json b/1.14.4/assets/minecraft/models/item/cyan_wool.json new file mode 100644 index 00000000..404cd055 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/cyan_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cyan_wool" +} diff --git a/1.14.4/assets/minecraft/models/item/damaged_anvil.json b/1.14.4/assets/minecraft/models/item/damaged_anvil.json new file mode 100644 index 00000000..c22d39c1 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/damaged_anvil.json @@ -0,0 +1,3 @@ +{ + "parent": "block/damaged_anvil" +} diff --git a/1.14.4/assets/minecraft/models/item/dandelion.json b/1.14.4/assets/minecraft/models/item/dandelion.json new file mode 100644 index 00000000..7ffb26ea --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/dandelion.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/dandelion" + } +} diff --git a/1.14.4/assets/minecraft/models/item/dark_oak_boat.json b/1.14.4/assets/minecraft/models/item/dark_oak_boat.json new file mode 100644 index 00000000..47c02246 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/dark_oak_boat.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/dark_oak_boat" + } +} diff --git a/1.14.4/assets/minecraft/models/item/dark_oak_button.json b/1.14.4/assets/minecraft/models/item/dark_oak_button.json new file mode 100644 index 00000000..b5aae8b5 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/dark_oak_button.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dark_oak_button_inventory" +} diff --git a/1.14.4/assets/minecraft/models/item/dark_oak_door.json b/1.14.4/assets/minecraft/models/item/dark_oak_door.json new file mode 100644 index 00000000..728fddb0 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/dark_oak_door.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/dark_oak_door" + } +} diff --git a/1.14.4/assets/minecraft/models/item/dark_oak_fence.json b/1.14.4/assets/minecraft/models/item/dark_oak_fence.json new file mode 100644 index 00000000..49f586cd --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/dark_oak_fence.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dark_oak_fence_inventory" +} diff --git a/1.14.4/assets/minecraft/models/item/dark_oak_fence_gate.json b/1.14.4/assets/minecraft/models/item/dark_oak_fence_gate.json new file mode 100644 index 00000000..1d78cd30 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/dark_oak_fence_gate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dark_oak_fence_gate" +} diff --git a/1.14.4/assets/minecraft/models/item/dark_oak_leaves.json b/1.14.4/assets/minecraft/models/item/dark_oak_leaves.json new file mode 100644 index 00000000..6fa025a1 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/dark_oak_leaves.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dark_oak_leaves" +} diff --git a/1.14.4/assets/minecraft/models/item/dark_oak_log.json b/1.14.4/assets/minecraft/models/item/dark_oak_log.json new file mode 100644 index 00000000..5367456b --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/dark_oak_log.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dark_oak_log" +} diff --git a/1.14.4/assets/minecraft/models/item/dark_oak_planks.json b/1.14.4/assets/minecraft/models/item/dark_oak_planks.json new file mode 100644 index 00000000..afbfaa50 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/dark_oak_planks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dark_oak_planks" +} diff --git a/1.14.4/assets/minecraft/models/item/dark_oak_pressure_plate.json b/1.14.4/assets/minecraft/models/item/dark_oak_pressure_plate.json new file mode 100644 index 00000000..860dda9a --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/dark_oak_pressure_plate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dark_oak_pressure_plate" +} diff --git a/1.14.4/assets/minecraft/models/item/dark_oak_sapling.json b/1.14.4/assets/minecraft/models/item/dark_oak_sapling.json new file mode 100644 index 00000000..31f1d1bb --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/dark_oak_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/dark_oak_sapling" + } +} diff --git a/1.14.4/assets/minecraft/models/item/dark_oak_sign.json b/1.14.4/assets/minecraft/models/item/dark_oak_sign.json new file mode 100644 index 00000000..637b6469 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/dark_oak_sign.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/dark_oak_sign" + } +} diff --git a/1.14.4/assets/minecraft/models/item/dark_oak_slab.json b/1.14.4/assets/minecraft/models/item/dark_oak_slab.json new file mode 100644 index 00000000..f872cd2d --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/dark_oak_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dark_oak_slab" +} diff --git a/1.14.4/assets/minecraft/models/item/dark_oak_stairs.json b/1.14.4/assets/minecraft/models/item/dark_oak_stairs.json new file mode 100644 index 00000000..9ccee3bd --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/dark_oak_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dark_oak_stairs" +} diff --git a/1.14.4/assets/minecraft/models/item/dark_oak_trapdoor.json b/1.14.4/assets/minecraft/models/item/dark_oak_trapdoor.json new file mode 100644 index 00000000..90adbde2 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/dark_oak_trapdoor.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dark_oak_trapdoor_bottom" +} diff --git a/1.14.4/assets/minecraft/models/item/dark_oak_wood.json b/1.14.4/assets/minecraft/models/item/dark_oak_wood.json new file mode 100644 index 00000000..238d05f2 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/dark_oak_wood.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dark_oak_wood" +} diff --git a/1.14.4/assets/minecraft/models/item/dark_prismarine.json b/1.14.4/assets/minecraft/models/item/dark_prismarine.json new file mode 100644 index 00000000..78dbe5c3 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/dark_prismarine.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dark_prismarine" +} diff --git a/1.14.4/assets/minecraft/models/item/dark_prismarine_slab.json b/1.14.4/assets/minecraft/models/item/dark_prismarine_slab.json new file mode 100644 index 00000000..cd379088 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/dark_prismarine_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dark_prismarine_slab" +} diff --git a/1.14.4/assets/minecraft/models/item/dark_prismarine_stairs.json b/1.14.4/assets/minecraft/models/item/dark_prismarine_stairs.json new file mode 100644 index 00000000..8aa55e0e --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/dark_prismarine_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dark_prismarine_stairs" +} diff --git a/1.14.4/assets/minecraft/models/item/daylight_detector.json b/1.14.4/assets/minecraft/models/item/daylight_detector.json new file mode 100644 index 00000000..b646fa08 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/daylight_detector.json @@ -0,0 +1,3 @@ +{ + "parent": "block/daylight_detector" +} diff --git a/1.14.4/assets/minecraft/models/item/dead_brain_coral.json b/1.14.4/assets/minecraft/models/item/dead_brain_coral.json new file mode 100644 index 00000000..5a569d14 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/dead_brain_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/dead_brain_coral" + } +} diff --git a/1.14.4/assets/minecraft/models/item/dead_brain_coral_block.json b/1.14.4/assets/minecraft/models/item/dead_brain_coral_block.json new file mode 100644 index 00000000..f7f3b07d --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/dead_brain_coral_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dead_brain_coral_block" +} diff --git a/1.14.4/assets/minecraft/models/item/dead_brain_coral_fan.json b/1.14.4/assets/minecraft/models/item/dead_brain_coral_fan.json new file mode 100644 index 00000000..07965d34 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/dead_brain_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/dead_brain_coral_fan" + } +} diff --git a/1.14.4/assets/minecraft/models/item/dead_brain_coral_wall_fan.json b/1.14.4/assets/minecraft/models/item/dead_brain_coral_wall_fan.json new file mode 100644 index 00000000..07965d34 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/dead_brain_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/dead_brain_coral_fan" + } +} diff --git a/1.14.4/assets/minecraft/models/item/dead_bubble_coral.json b/1.14.4/assets/minecraft/models/item/dead_bubble_coral.json new file mode 100644 index 00000000..6c83d339 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/dead_bubble_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/dead_bubble_coral" + } +} diff --git a/1.14.4/assets/minecraft/models/item/dead_bubble_coral_block.json b/1.14.4/assets/minecraft/models/item/dead_bubble_coral_block.json new file mode 100644 index 00000000..ad34fb42 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/dead_bubble_coral_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dead_bubble_coral_block" +} diff --git a/1.14.4/assets/minecraft/models/item/dead_bubble_coral_fan.json b/1.14.4/assets/minecraft/models/item/dead_bubble_coral_fan.json new file mode 100644 index 00000000..ca1155dd --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/dead_bubble_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/dead_bubble_coral_fan" + } +} diff --git a/1.14.4/assets/minecraft/models/item/dead_bubble_coral_wall_fan.json b/1.14.4/assets/minecraft/models/item/dead_bubble_coral_wall_fan.json new file mode 100644 index 00000000..ca1155dd --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/dead_bubble_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/dead_bubble_coral_fan" + } +} diff --git a/1.14.4/assets/minecraft/models/item/dead_bush.json b/1.14.4/assets/minecraft/models/item/dead_bush.json new file mode 100644 index 00000000..50e1b0c9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/dead_bush.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/dead_bush" + } +} diff --git a/1.14.4/assets/minecraft/models/item/dead_fire_coral.json b/1.14.4/assets/minecraft/models/item/dead_fire_coral.json new file mode 100644 index 00000000..f28b9b1e --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/dead_fire_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/dead_fire_coral" + } +} diff --git a/1.14.4/assets/minecraft/models/item/dead_fire_coral_block.json b/1.14.4/assets/minecraft/models/item/dead_fire_coral_block.json new file mode 100644 index 00000000..5304d534 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/dead_fire_coral_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dead_fire_coral_block" +} diff --git a/1.14.4/assets/minecraft/models/item/dead_fire_coral_fan.json b/1.14.4/assets/minecraft/models/item/dead_fire_coral_fan.json new file mode 100644 index 00000000..7e39a026 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/dead_fire_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/dead_fire_coral_fan" + } +} diff --git a/1.14.4/assets/minecraft/models/item/dead_fire_coral_wall_fan.json b/1.14.4/assets/minecraft/models/item/dead_fire_coral_wall_fan.json new file mode 100644 index 00000000..7e39a026 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/dead_fire_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/dead_fire_coral_fan" + } +} diff --git a/1.14.4/assets/minecraft/models/item/dead_horn_coral.json b/1.14.4/assets/minecraft/models/item/dead_horn_coral.json new file mode 100644 index 00000000..51ceecd8 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/dead_horn_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/dead_horn_coral" + } +} diff --git a/1.14.4/assets/minecraft/models/item/dead_horn_coral_block.json b/1.14.4/assets/minecraft/models/item/dead_horn_coral_block.json new file mode 100644 index 00000000..067e41a8 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/dead_horn_coral_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dead_horn_coral_block" +} diff --git a/1.14.4/assets/minecraft/models/item/dead_horn_coral_fan.json b/1.14.4/assets/minecraft/models/item/dead_horn_coral_fan.json new file mode 100644 index 00000000..d9dad233 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/dead_horn_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/dead_horn_coral_fan" + } +} diff --git a/1.14.4/assets/minecraft/models/item/dead_horn_coral_wall_fan.json b/1.14.4/assets/minecraft/models/item/dead_horn_coral_wall_fan.json new file mode 100644 index 00000000..d9dad233 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/dead_horn_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/dead_horn_coral_fan" + } +} diff --git a/1.14.4/assets/minecraft/models/item/dead_tube_coral.json b/1.14.4/assets/minecraft/models/item/dead_tube_coral.json new file mode 100644 index 00000000..620ba336 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/dead_tube_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/dead_tube_coral" + } +} diff --git a/1.14.4/assets/minecraft/models/item/dead_tube_coral_block.json b/1.14.4/assets/minecraft/models/item/dead_tube_coral_block.json new file mode 100644 index 00000000..1ab81f5b --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/dead_tube_coral_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dead_tube_coral_block" +} diff --git a/1.14.4/assets/minecraft/models/item/dead_tube_coral_fan.json b/1.14.4/assets/minecraft/models/item/dead_tube_coral_fan.json new file mode 100644 index 00000000..137de125 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/dead_tube_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/dead_tube_coral_fan" + } +} diff --git a/1.14.4/assets/minecraft/models/item/dead_tube_coral_wall_fan.json b/1.14.4/assets/minecraft/models/item/dead_tube_coral_wall_fan.json new file mode 100644 index 00000000..137de125 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/dead_tube_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/dead_tube_coral_fan" + } +} diff --git a/1.14.4/assets/minecraft/models/item/debug_stick.json b/1.14.4/assets/minecraft/models/item/debug_stick.json new file mode 100644 index 00000000..0f000b81 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/debug_stick.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/stick" + } +} diff --git a/1.14.4/assets/minecraft/models/item/detector_rail.json b/1.14.4/assets/minecraft/models/item/detector_rail.json new file mode 100644 index 00000000..b4719795 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/detector_rail.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/detector_rail" + } +} diff --git a/1.14.4/assets/minecraft/models/item/diamond.json b/1.14.4/assets/minecraft/models/item/diamond.json new file mode 100644 index 00000000..dbc4231e --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/diamond.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/diamond" + } +} diff --git a/1.14.4/assets/minecraft/models/item/diamond_axe.json b/1.14.4/assets/minecraft/models/item/diamond_axe.json new file mode 100644 index 00000000..65d23658 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/diamond_axe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/diamond_axe" + } +} diff --git a/1.14.4/assets/minecraft/models/item/diamond_block.json b/1.14.4/assets/minecraft/models/item/diamond_block.json new file mode 100644 index 00000000..67ed76f1 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/diamond_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/diamond_block" +} diff --git a/1.14.4/assets/minecraft/models/item/diamond_boots.json b/1.14.4/assets/minecraft/models/item/diamond_boots.json new file mode 100644 index 00000000..882c221d --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/diamond_boots.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/diamond_boots" + } +} diff --git a/1.14.4/assets/minecraft/models/item/diamond_chestplate.json b/1.14.4/assets/minecraft/models/item/diamond_chestplate.json new file mode 100644 index 00000000..1b8bf6bc --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/diamond_chestplate.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/diamond_chestplate" + } +} diff --git a/1.14.4/assets/minecraft/models/item/diamond_helmet.json b/1.14.4/assets/minecraft/models/item/diamond_helmet.json new file mode 100644 index 00000000..e78e3f2b --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/diamond_helmet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/diamond_helmet" + } +} diff --git a/1.14.4/assets/minecraft/models/item/diamond_hoe.json b/1.14.4/assets/minecraft/models/item/diamond_hoe.json new file mode 100644 index 00000000..12403c8d --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/diamond_hoe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/diamond_hoe" + } +} diff --git a/1.14.4/assets/minecraft/models/item/diamond_horse_armor.json b/1.14.4/assets/minecraft/models/item/diamond_horse_armor.json new file mode 100644 index 00000000..25441cef --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/diamond_horse_armor.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/diamond_horse_armor" + } +} diff --git a/1.14.4/assets/minecraft/models/item/diamond_leggings.json b/1.14.4/assets/minecraft/models/item/diamond_leggings.json new file mode 100644 index 00000000..98abed56 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/diamond_leggings.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/diamond_leggings" + } +} diff --git a/1.14.4/assets/minecraft/models/item/diamond_ore.json b/1.14.4/assets/minecraft/models/item/diamond_ore.json new file mode 100644 index 00000000..f589a392 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/diamond_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "block/diamond_ore" +} diff --git a/1.14.4/assets/minecraft/models/item/diamond_pickaxe.json b/1.14.4/assets/minecraft/models/item/diamond_pickaxe.json new file mode 100644 index 00000000..547e8e3e --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/diamond_pickaxe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/diamond_pickaxe" + } +} diff --git a/1.14.4/assets/minecraft/models/item/diamond_shovel.json b/1.14.4/assets/minecraft/models/item/diamond_shovel.json new file mode 100644 index 00000000..ab088dd3 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/diamond_shovel.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/diamond_shovel" + } +} diff --git a/1.14.4/assets/minecraft/models/item/diamond_sword.json b/1.14.4/assets/minecraft/models/item/diamond_sword.json new file mode 100644 index 00000000..ea1c1ec4 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/diamond_sword.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/diamond_sword" + } +} diff --git a/1.14.4/assets/minecraft/models/item/diorite.json b/1.14.4/assets/minecraft/models/item/diorite.json new file mode 100644 index 00000000..885f62c6 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/diorite.json @@ -0,0 +1,3 @@ +{ + "parent": "block/diorite" +} diff --git a/1.14.4/assets/minecraft/models/item/diorite_slab.json b/1.14.4/assets/minecraft/models/item/diorite_slab.json new file mode 100644 index 00000000..3b448283 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/diorite_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/diorite_slab" +} diff --git a/1.14.4/assets/minecraft/models/item/diorite_stairs.json b/1.14.4/assets/minecraft/models/item/diorite_stairs.json new file mode 100644 index 00000000..eba26f57 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/diorite_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/diorite_stairs" +} diff --git a/1.14.4/assets/minecraft/models/item/diorite_wall.json b/1.14.4/assets/minecraft/models/item/diorite_wall.json new file mode 100644 index 00000000..5c922c14 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/diorite_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "block/diorite_wall_inventory" +} diff --git a/1.14.4/assets/minecraft/models/item/dirt.json b/1.14.4/assets/minecraft/models/item/dirt.json new file mode 100644 index 00000000..7fa106a8 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/dirt.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dirt" +} diff --git a/1.14.4/assets/minecraft/models/item/dispenser.json b/1.14.4/assets/minecraft/models/item/dispenser.json new file mode 100644 index 00000000..3c0fbc3a --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/dispenser.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dispenser" +} diff --git a/1.14.4/assets/minecraft/models/item/dolphin_spawn_egg.json b/1.14.4/assets/minecraft/models/item/dolphin_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/dolphin_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.14.4/assets/minecraft/models/item/donkey_spawn_egg.json b/1.14.4/assets/minecraft/models/item/donkey_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/donkey_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.14.4/assets/minecraft/models/item/dragon_breath.json b/1.14.4/assets/minecraft/models/item/dragon_breath.json new file mode 100644 index 00000000..558b8f7b --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/dragon_breath.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/dragon_breath" + } +} diff --git a/1.14.4/assets/minecraft/models/item/dragon_egg.json b/1.14.4/assets/minecraft/models/item/dragon_egg.json new file mode 100644 index 00000000..aacec341 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/dragon_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dragon_egg" +} diff --git a/1.14.4/assets/minecraft/models/item/dragon_head.json b/1.14.4/assets/minecraft/models/item/dragon_head.json new file mode 100644 index 00000000..86264762 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/dragon_head.json @@ -0,0 +1,15 @@ +{ + "parent": "item/template_skull", + "display": { + "gui": { + "translation": [ -2, 2, 0 ], + "rotation": [ 30, 45, 0 ], + "scale": [ 0.6, 0.6, 0.6 ] + }, + "thirdperson_righthand": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, -1, 2 ], + "scale": [ 0.5, 0.5, 0.5 ] + } + } +} diff --git a/1.14.4/assets/minecraft/models/item/dried_kelp.json b/1.14.4/assets/minecraft/models/item/dried_kelp.json new file mode 100644 index 00000000..374773e7 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/dried_kelp.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/dried_kelp" + } +} diff --git a/1.14.4/assets/minecraft/models/item/dried_kelp_block.json b/1.14.4/assets/minecraft/models/item/dried_kelp_block.json new file mode 100644 index 00000000..74d1194c --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/dried_kelp_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dried_kelp_block" +} diff --git a/1.14.4/assets/minecraft/models/item/dropper.json b/1.14.4/assets/minecraft/models/item/dropper.json new file mode 100644 index 00000000..ac87db08 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/dropper.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dropper" +} diff --git a/1.14.4/assets/minecraft/models/item/drowned_spawn_egg.json b/1.14.4/assets/minecraft/models/item/drowned_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/drowned_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.14.4/assets/minecraft/models/item/egg.json b/1.14.4/assets/minecraft/models/item/egg.json new file mode 100644 index 00000000..5d941a31 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/egg.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/egg" + } +} diff --git a/1.14.4/assets/minecraft/models/item/elder_guardian_spawn_egg.json b/1.14.4/assets/minecraft/models/item/elder_guardian_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/elder_guardian_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.14.4/assets/minecraft/models/item/elytra.json b/1.14.4/assets/minecraft/models/item/elytra.json new file mode 100644 index 00000000..3909ded5 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/elytra.json @@ -0,0 +1,14 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/elytra" + }, + "overrides": [ + { + "predicate": { + "broken": 1 + }, + "model": "item/broken_elytra" + } + ] +} diff --git a/1.14.4/assets/minecraft/models/item/emerald.json b/1.14.4/assets/minecraft/models/item/emerald.json new file mode 100644 index 00000000..557870db --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/emerald.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/emerald" + } +} diff --git a/1.14.4/assets/minecraft/models/item/emerald_block.json b/1.14.4/assets/minecraft/models/item/emerald_block.json new file mode 100644 index 00000000..46b4d61d --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/emerald_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/emerald_block" +} diff --git a/1.14.4/assets/minecraft/models/item/emerald_ore.json b/1.14.4/assets/minecraft/models/item/emerald_ore.json new file mode 100644 index 00000000..8c0cf6d4 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/emerald_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "block/emerald_ore" +} diff --git a/1.14.4/assets/minecraft/models/item/enchanted_book.json b/1.14.4/assets/minecraft/models/item/enchanted_book.json new file mode 100644 index 00000000..c620d6c0 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/enchanted_book.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/enchanted_book" + } +} diff --git a/1.14.4/assets/minecraft/models/item/enchanted_golden_apple.json b/1.14.4/assets/minecraft/models/item/enchanted_golden_apple.json new file mode 100644 index 00000000..f8114273 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/enchanted_golden_apple.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/golden_apple" + } +} diff --git a/1.14.4/assets/minecraft/models/item/enchanting_table.json b/1.14.4/assets/minecraft/models/item/enchanting_table.json new file mode 100644 index 00000000..d2c8e0aa --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/enchanting_table.json @@ -0,0 +1,3 @@ +{ + "parent": "block/enchanting_table" +} diff --git a/1.14.4/assets/minecraft/models/item/end_crystal.json b/1.14.4/assets/minecraft/models/item/end_crystal.json new file mode 100644 index 00000000..2194461b --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/end_crystal.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/end_crystal" + } +} diff --git a/1.14.4/assets/minecraft/models/item/end_portal_frame.json b/1.14.4/assets/minecraft/models/item/end_portal_frame.json new file mode 100644 index 00000000..10f61577 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/end_portal_frame.json @@ -0,0 +1,3 @@ +{ + "parent": "block/end_portal_frame" +} diff --git a/1.14.4/assets/minecraft/models/item/end_rod.json b/1.14.4/assets/minecraft/models/item/end_rod.json new file mode 100644 index 00000000..af19ea6e --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/end_rod.json @@ -0,0 +1,6 @@ +{ + "parent": "block/end_rod", + "textures": { + "layer0": "block/end_rod" + } +} diff --git a/1.14.4/assets/minecraft/models/item/end_stone.json b/1.14.4/assets/minecraft/models/item/end_stone.json new file mode 100644 index 00000000..1d8ed6d1 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/end_stone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/end_stone" +} diff --git a/1.14.4/assets/minecraft/models/item/end_stone_brick_slab.json b/1.14.4/assets/minecraft/models/item/end_stone_brick_slab.json new file mode 100644 index 00000000..f4d03a01 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/end_stone_brick_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/end_stone_brick_slab" +} diff --git a/1.14.4/assets/minecraft/models/item/end_stone_brick_stairs.json b/1.14.4/assets/minecraft/models/item/end_stone_brick_stairs.json new file mode 100644 index 00000000..d803949f --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/end_stone_brick_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/end_stone_brick_stairs" +} diff --git a/1.14.4/assets/minecraft/models/item/end_stone_brick_wall.json b/1.14.4/assets/minecraft/models/item/end_stone_brick_wall.json new file mode 100644 index 00000000..f90fb0d9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/end_stone_brick_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "block/end_stone_brick_wall_inventory" +} diff --git a/1.14.4/assets/minecraft/models/item/end_stone_bricks.json b/1.14.4/assets/minecraft/models/item/end_stone_bricks.json new file mode 100644 index 00000000..f5173dc5 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/end_stone_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/end_stone_bricks" +} diff --git a/1.14.4/assets/minecraft/models/item/ender_chest.json b/1.14.4/assets/minecraft/models/item/ender_chest.json new file mode 100644 index 00000000..58aba338 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/ender_chest.json @@ -0,0 +1,6 @@ +{ + "parent": "item/chest", + "textures": { + "particle": "block/obsidian" + } +} diff --git a/1.14.4/assets/minecraft/models/item/ender_eye.json b/1.14.4/assets/minecraft/models/item/ender_eye.json new file mode 100644 index 00000000..67ddfd16 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/ender_eye.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/ender_eye" + } +} diff --git a/1.14.4/assets/minecraft/models/item/ender_pearl.json b/1.14.4/assets/minecraft/models/item/ender_pearl.json new file mode 100644 index 00000000..2aed6c26 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/ender_pearl.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/ender_pearl" + } +} diff --git a/1.14.4/assets/minecraft/models/item/enderman_spawn_egg.json b/1.14.4/assets/minecraft/models/item/enderman_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/enderman_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.14.4/assets/minecraft/models/item/endermite_spawn_egg.json b/1.14.4/assets/minecraft/models/item/endermite_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/endermite_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.14.4/assets/minecraft/models/item/evoker_spawn_egg.json b/1.14.4/assets/minecraft/models/item/evoker_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/evoker_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.14.4/assets/minecraft/models/item/experience_bottle.json b/1.14.4/assets/minecraft/models/item/experience_bottle.json new file mode 100644 index 00000000..005474d9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/experience_bottle.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/experience_bottle" + } +} diff --git a/1.14.4/assets/minecraft/models/item/farmland.json b/1.14.4/assets/minecraft/models/item/farmland.json new file mode 100644 index 00000000..3fae7d74 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/farmland.json @@ -0,0 +1,3 @@ +{ + "parent": "block/farmland" +} diff --git a/1.14.4/assets/minecraft/models/item/feather.json b/1.14.4/assets/minecraft/models/item/feather.json new file mode 100644 index 00000000..1b88f92d --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/feather.json @@ -0,0 +1,13 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/feather" + }, + "display": { + "head": { + "rotation": [ 0, 0, 45 ], + "translation": [ -1, 13, 7], + "scale":[ 1, 1, 1] + } + } +} diff --git a/1.14.4/assets/minecraft/models/item/fermented_spider_eye.json b/1.14.4/assets/minecraft/models/item/fermented_spider_eye.json new file mode 100644 index 00000000..962ad463 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/fermented_spider_eye.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/fermented_spider_eye" + } +} diff --git a/1.14.4/assets/minecraft/models/item/fern.json b/1.14.4/assets/minecraft/models/item/fern.json new file mode 100644 index 00000000..2cf782bf --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/fern.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/fern" + } +} diff --git a/1.14.4/assets/minecraft/models/item/filled_map.json b/1.14.4/assets/minecraft/models/item/filled_map.json new file mode 100644 index 00000000..077d2530 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/filled_map.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/filled_map", + "layer1": "item/filled_map_markings" + } +} diff --git a/1.14.4/assets/minecraft/models/item/fire_charge.json b/1.14.4/assets/minecraft/models/item/fire_charge.json new file mode 100644 index 00000000..50b85005 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/fire_charge.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/fire_charge" + } +} diff --git a/1.14.4/assets/minecraft/models/item/fire_coral.json b/1.14.4/assets/minecraft/models/item/fire_coral.json new file mode 100644 index 00000000..037a44c4 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/fire_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/fire_coral" + } +} diff --git a/1.14.4/assets/minecraft/models/item/fire_coral_block.json b/1.14.4/assets/minecraft/models/item/fire_coral_block.json new file mode 100644 index 00000000..e919a6f1 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/fire_coral_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/fire_coral_block" +} diff --git a/1.14.4/assets/minecraft/models/item/fire_coral_fan.json b/1.14.4/assets/minecraft/models/item/fire_coral_fan.json new file mode 100644 index 00000000..37799f1d --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/fire_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/fire_coral_fan" + } +} diff --git a/1.14.4/assets/minecraft/models/item/fire_coral_wall_fan.json b/1.14.4/assets/minecraft/models/item/fire_coral_wall_fan.json new file mode 100644 index 00000000..37799f1d --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/fire_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/fire_coral_fan" + } +} diff --git a/1.14.4/assets/minecraft/models/item/firework_rocket.json b/1.14.4/assets/minecraft/models/item/firework_rocket.json new file mode 100644 index 00000000..a7109e5f --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/firework_rocket.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/firework_rocket" + } +} diff --git a/1.14.4/assets/minecraft/models/item/firework_star.json b/1.14.4/assets/minecraft/models/item/firework_star.json new file mode 100644 index 00000000..4e2e9fe8 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/firework_star.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/firework_star", + "layer1": "item/firework_star_overlay" + } +} diff --git a/1.14.4/assets/minecraft/models/item/fishing_rod.json b/1.14.4/assets/minecraft/models/item/fishing_rod.json new file mode 100644 index 00000000..6d52bb97 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/fishing_rod.json @@ -0,0 +1,14 @@ +{ + "parent": "item/handheld_rod", + "textures": { + "layer0": "item/fishing_rod" + }, + "overrides": [ + { + "predicate": { + "cast": 1 + }, + "model": "item/fishing_rod_cast" + } + ] +} diff --git a/1.14.4/assets/minecraft/models/item/fishing_rod_cast.json b/1.14.4/assets/minecraft/models/item/fishing_rod_cast.json new file mode 100644 index 00000000..55c2a525 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/fishing_rod_cast.json @@ -0,0 +1,6 @@ +{ + "parent": "item/fishing_rod", + "textures": { + "layer0": "item/fishing_rod_cast" + } +} diff --git a/1.14.4/assets/minecraft/models/item/fletching_table.json b/1.14.4/assets/minecraft/models/item/fletching_table.json new file mode 100644 index 00000000..66f91b4d --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/fletching_table.json @@ -0,0 +1,3 @@ +{ + "parent": "block/fletching_table" +} diff --git a/1.14.4/assets/minecraft/models/item/flint.json b/1.14.4/assets/minecraft/models/item/flint.json new file mode 100644 index 00000000..620eb37f --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/flint.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/flint" + } +} diff --git a/1.14.4/assets/minecraft/models/item/flint_and_steel.json b/1.14.4/assets/minecraft/models/item/flint_and_steel.json new file mode 100644 index 00000000..5098b625 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/flint_and_steel.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/flint_and_steel" + } +} diff --git a/1.14.4/assets/minecraft/models/item/flower_banner_pattern.json b/1.14.4/assets/minecraft/models/item/flower_banner_pattern.json new file mode 100644 index 00000000..e7986764 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/flower_banner_pattern.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/flower_banner_pattern" + } +} diff --git a/1.14.4/assets/minecraft/models/item/flower_pot.json b/1.14.4/assets/minecraft/models/item/flower_pot.json new file mode 100644 index 00000000..320004b2 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/flower_pot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/flower_pot" + } +} diff --git a/1.14.4/assets/minecraft/models/item/fox_spawn_egg.json b/1.14.4/assets/minecraft/models/item/fox_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/fox_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.14.4/assets/minecraft/models/item/furnace.json b/1.14.4/assets/minecraft/models/item/furnace.json new file mode 100644 index 00000000..029275c7 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/furnace.json @@ -0,0 +1,3 @@ +{ + "parent": "block/furnace" +} diff --git a/1.14.4/assets/minecraft/models/item/furnace_minecart.json b/1.14.4/assets/minecraft/models/item/furnace_minecart.json new file mode 100644 index 00000000..4e5d873d --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/furnace_minecart.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/furnace_minecart" + } +} diff --git a/1.14.4/assets/minecraft/models/item/generated.json b/1.14.4/assets/minecraft/models/item/generated.json new file mode 100644 index 00000000..12197e58 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/generated.json @@ -0,0 +1,29 @@ +{ + "parent": "builtin/generated", + "display": { + "ground": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 2, 0], + "scale":[ 0.5, 0.5, 0.5 ] + }, + "head": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 13, 7], + "scale":[ 1, 1, 1] + }, + "thirdperson_righthand": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 3, 1 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson_righthand": { + "rotation": [ 0, -90, 25 ], + "translation": [ 1.13, 3.2, 1.13], + "scale": [ 0.68, 0.68, 0.68 ] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "scale": [ 1, 1, 1 ] + } + } +} diff --git a/1.14.4/assets/minecraft/models/item/ghast_spawn_egg.json b/1.14.4/assets/minecraft/models/item/ghast_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/ghast_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.14.4/assets/minecraft/models/item/ghast_tear.json b/1.14.4/assets/minecraft/models/item/ghast_tear.json new file mode 100644 index 00000000..0003efee --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/ghast_tear.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/ghast_tear" + } +} diff --git a/1.14.4/assets/minecraft/models/item/glass.json b/1.14.4/assets/minecraft/models/item/glass.json new file mode 100644 index 00000000..91500b64 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glass" +} diff --git a/1.14.4/assets/minecraft/models/item/glass_bottle.json b/1.14.4/assets/minecraft/models/item/glass_bottle.json new file mode 100644 index 00000000..4faf6349 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/glass_bottle.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/glass_bottle" + } +} diff --git a/1.14.4/assets/minecraft/models/item/glass_pane.json b/1.14.4/assets/minecraft/models/item/glass_pane.json new file mode 100644 index 00000000..ea70b8ca --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/glass" + } +} diff --git a/1.14.4/assets/minecraft/models/item/glistering_melon_slice.json b/1.14.4/assets/minecraft/models/item/glistering_melon_slice.json new file mode 100644 index 00000000..d7906201 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/glistering_melon_slice.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/glistering_melon_slice" + } +} diff --git a/1.14.4/assets/minecraft/models/item/globe_banner_pattern.json b/1.14.4/assets/minecraft/models/item/globe_banner_pattern.json new file mode 100644 index 00000000..922e4c56 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/globe_banner_pattern.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/globe_banner_pattern" + } +} diff --git a/1.14.4/assets/minecraft/models/item/glowstone.json b/1.14.4/assets/minecraft/models/item/glowstone.json new file mode 100644 index 00000000..330bd266 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/glowstone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glowstone" +} diff --git a/1.14.4/assets/minecraft/models/item/glowstone_dust.json b/1.14.4/assets/minecraft/models/item/glowstone_dust.json new file mode 100644 index 00000000..5a81639d --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/glowstone_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/glowstone_dust" + } +} diff --git a/1.14.4/assets/minecraft/models/item/gold_block.json b/1.14.4/assets/minecraft/models/item/gold_block.json new file mode 100644 index 00000000..c93c124a --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/gold_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/gold_block" +} diff --git a/1.14.4/assets/minecraft/models/item/gold_ingot.json b/1.14.4/assets/minecraft/models/item/gold_ingot.json new file mode 100644 index 00000000..7a7ae011 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/gold_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/gold_ingot" + } +} diff --git a/1.14.4/assets/minecraft/models/item/gold_nugget.json b/1.14.4/assets/minecraft/models/item/gold_nugget.json new file mode 100644 index 00000000..445269cb --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/gold_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/gold_nugget" + } +} diff --git a/1.14.4/assets/minecraft/models/item/gold_ore.json b/1.14.4/assets/minecraft/models/item/gold_ore.json new file mode 100644 index 00000000..7de63604 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/gold_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "block/gold_ore" +} diff --git a/1.14.4/assets/minecraft/models/item/golden_apple.json b/1.14.4/assets/minecraft/models/item/golden_apple.json new file mode 100644 index 00000000..f8114273 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/golden_apple.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/golden_apple" + } +} diff --git a/1.14.4/assets/minecraft/models/item/golden_axe.json b/1.14.4/assets/minecraft/models/item/golden_axe.json new file mode 100644 index 00000000..0a849ea5 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/golden_axe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/golden_axe" + } +} diff --git a/1.14.4/assets/minecraft/models/item/golden_boots.json b/1.14.4/assets/minecraft/models/item/golden_boots.json new file mode 100644 index 00000000..e7094b4c --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/golden_boots.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/golden_boots" + } +} diff --git a/1.14.4/assets/minecraft/models/item/golden_carrot.json b/1.14.4/assets/minecraft/models/item/golden_carrot.json new file mode 100644 index 00000000..f5986bdc --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/golden_carrot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/golden_carrot" + } +} diff --git a/1.14.4/assets/minecraft/models/item/golden_chestplate.json b/1.14.4/assets/minecraft/models/item/golden_chestplate.json new file mode 100644 index 00000000..7810ad8f --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/golden_chestplate.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/golden_chestplate" + } +} diff --git a/1.14.4/assets/minecraft/models/item/golden_helmet.json b/1.14.4/assets/minecraft/models/item/golden_helmet.json new file mode 100644 index 00000000..42f820b1 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/golden_helmet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/golden_helmet" + } +} diff --git a/1.14.4/assets/minecraft/models/item/golden_hoe.json b/1.14.4/assets/minecraft/models/item/golden_hoe.json new file mode 100644 index 00000000..3012ded5 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/golden_hoe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/golden_hoe" + } +} diff --git a/1.14.4/assets/minecraft/models/item/golden_horse_armor.json b/1.14.4/assets/minecraft/models/item/golden_horse_armor.json new file mode 100644 index 00000000..e2740897 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/golden_horse_armor.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/golden_horse_armor" + } +} diff --git a/1.14.4/assets/minecraft/models/item/golden_leggings.json b/1.14.4/assets/minecraft/models/item/golden_leggings.json new file mode 100644 index 00000000..5830dfc3 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/golden_leggings.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/golden_leggings" + } +} diff --git a/1.14.4/assets/minecraft/models/item/golden_pickaxe.json b/1.14.4/assets/minecraft/models/item/golden_pickaxe.json new file mode 100644 index 00000000..8f991be8 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/golden_pickaxe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/golden_pickaxe" + } +} diff --git a/1.14.4/assets/minecraft/models/item/golden_shovel.json b/1.14.4/assets/minecraft/models/item/golden_shovel.json new file mode 100644 index 00000000..c57c3bd0 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/golden_shovel.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/golden_shovel" + } +} diff --git a/1.14.4/assets/minecraft/models/item/golden_sword.json b/1.14.4/assets/minecraft/models/item/golden_sword.json new file mode 100644 index 00000000..9220e27b --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/golden_sword.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/golden_sword" + } +} diff --git a/1.14.4/assets/minecraft/models/item/granite.json b/1.14.4/assets/minecraft/models/item/granite.json new file mode 100644 index 00000000..1355a62d --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/granite.json @@ -0,0 +1,3 @@ +{ + "parent": "block/granite" +} diff --git a/1.14.4/assets/minecraft/models/item/granite_slab.json b/1.14.4/assets/minecraft/models/item/granite_slab.json new file mode 100644 index 00000000..fa77aad9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/granite_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/granite_slab" +} diff --git a/1.14.4/assets/minecraft/models/item/granite_stairs.json b/1.14.4/assets/minecraft/models/item/granite_stairs.json new file mode 100644 index 00000000..3c1561e9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/granite_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/granite_stairs" +} diff --git a/1.14.4/assets/minecraft/models/item/granite_wall.json b/1.14.4/assets/minecraft/models/item/granite_wall.json new file mode 100644 index 00000000..19e194f8 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/granite_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "block/granite_wall_inventory" +} diff --git a/1.14.4/assets/minecraft/models/item/grass.json b/1.14.4/assets/minecraft/models/item/grass.json new file mode 100644 index 00000000..1cf21698 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/grass.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/grass" + } +} diff --git a/1.14.4/assets/minecraft/models/item/grass_block.json b/1.14.4/assets/minecraft/models/item/grass_block.json new file mode 100644 index 00000000..21bc4374 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/grass_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/grass_block" +} diff --git a/1.14.4/assets/minecraft/models/item/grass_path.json b/1.14.4/assets/minecraft/models/item/grass_path.json new file mode 100644 index 00000000..b12e1511 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/grass_path.json @@ -0,0 +1,3 @@ +{ + "parent": "block/grass_path" +} diff --git a/1.14.4/assets/minecraft/models/item/gravel.json b/1.14.4/assets/minecraft/models/item/gravel.json new file mode 100644 index 00000000..0d75aae2 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/gravel.json @@ -0,0 +1,3 @@ +{ + "parent": "block/gravel" +} diff --git a/1.14.4/assets/minecraft/models/item/gray_banner.json b/1.14.4/assets/minecraft/models/item/gray_banner.json new file mode 100644 index 00000000..9d43dcc2 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/gray_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_banner" +} diff --git a/1.14.4/assets/minecraft/models/item/gray_bed.json b/1.14.4/assets/minecraft/models/item/gray_bed.json new file mode 100644 index 00000000..54058692 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/gray_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "item/template_bed", + "textures": { + "particle": "block/gray_wool" + } +} diff --git a/1.14.4/assets/minecraft/models/item/gray_carpet.json b/1.14.4/assets/minecraft/models/item/gray_carpet.json new file mode 100644 index 00000000..baa27e35 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/gray_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/gray_carpet" +} diff --git a/1.14.4/assets/minecraft/models/item/gray_concrete.json b/1.14.4/assets/minecraft/models/item/gray_concrete.json new file mode 100644 index 00000000..79788258 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/gray_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "block/gray_concrete" +} diff --git a/1.14.4/assets/minecraft/models/item/gray_concrete_powder.json b/1.14.4/assets/minecraft/models/item/gray_concrete_powder.json new file mode 100644 index 00000000..c48f8a1e --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/gray_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "block/gray_concrete_powder" +} diff --git a/1.14.4/assets/minecraft/models/item/gray_dye.json b/1.14.4/assets/minecraft/models/item/gray_dye.json new file mode 100644 index 00000000..e5040b0c --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/gray_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/gray_dye" + } +} diff --git a/1.14.4/assets/minecraft/models/item/gray_glazed_terracotta.json b/1.14.4/assets/minecraft/models/item/gray_glazed_terracotta.json new file mode 100644 index 00000000..eeae4e53 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/gray_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/gray_glazed_terracotta" +} diff --git a/1.14.4/assets/minecraft/models/item/gray_shulker_box.json b/1.14.4/assets/minecraft/models/item/gray_shulker_box.json new file mode 100644 index 00000000..d431ba4e --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/gray_shulker_box.json @@ -0,0 +1,6 @@ +{ + "parent": "item/template_shulker_box", + "textures": { + "particle": "block/gray_shulker_box" + } +} diff --git a/1.14.4/assets/minecraft/models/item/gray_stained_glass.json b/1.14.4/assets/minecraft/models/item/gray_stained_glass.json new file mode 100644 index 00000000..f132339b --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/gray_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/gray_stained_glass" +} diff --git a/1.14.4/assets/minecraft/models/item/gray_stained_glass_pane.json b/1.14.4/assets/minecraft/models/item/gray_stained_glass_pane.json new file mode 100644 index 00000000..636a67d9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/gray_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/gray_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/item/gray_terracotta.json b/1.14.4/assets/minecraft/models/item/gray_terracotta.json new file mode 100644 index 00000000..400de55e --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/gray_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/gray_terracotta" +} diff --git a/1.14.4/assets/minecraft/models/item/gray_wool.json b/1.14.4/assets/minecraft/models/item/gray_wool.json new file mode 100644 index 00000000..b92853c6 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/gray_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/gray_wool" +} diff --git a/1.14.4/assets/minecraft/models/item/green_banner.json b/1.14.4/assets/minecraft/models/item/green_banner.json new file mode 100644 index 00000000..9d43dcc2 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/green_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_banner" +} diff --git a/1.14.4/assets/minecraft/models/item/green_bed.json b/1.14.4/assets/minecraft/models/item/green_bed.json new file mode 100644 index 00000000..925b3014 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/green_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "item/template_bed", + "textures": { + "particle": "block/green_wool" + } +} diff --git a/1.14.4/assets/minecraft/models/item/green_carpet.json b/1.14.4/assets/minecraft/models/item/green_carpet.json new file mode 100644 index 00000000..75453bb1 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/green_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/green_carpet" +} diff --git a/1.14.4/assets/minecraft/models/item/green_concrete.json b/1.14.4/assets/minecraft/models/item/green_concrete.json new file mode 100644 index 00000000..aa4687f0 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/green_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "block/green_concrete" +} diff --git a/1.14.4/assets/minecraft/models/item/green_concrete_powder.json b/1.14.4/assets/minecraft/models/item/green_concrete_powder.json new file mode 100644 index 00000000..c8fd5251 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/green_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "block/green_concrete_powder" +} diff --git a/1.14.4/assets/minecraft/models/item/green_dye.json b/1.14.4/assets/minecraft/models/item/green_dye.json new file mode 100644 index 00000000..a1f65545 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/green_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/green_dye" + } +} diff --git a/1.14.4/assets/minecraft/models/item/green_glazed_terracotta.json b/1.14.4/assets/minecraft/models/item/green_glazed_terracotta.json new file mode 100644 index 00000000..6b7e5d36 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/green_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/green_glazed_terracotta" +} diff --git a/1.14.4/assets/minecraft/models/item/green_shulker_box.json b/1.14.4/assets/minecraft/models/item/green_shulker_box.json new file mode 100644 index 00000000..e05234a2 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/green_shulker_box.json @@ -0,0 +1,6 @@ +{ + "parent": "item/template_shulker_box", + "textures": { + "particle": "block/green_shulker_box" + } +} diff --git a/1.14.4/assets/minecraft/models/item/green_stained_glass.json b/1.14.4/assets/minecraft/models/item/green_stained_glass.json new file mode 100644 index 00000000..5e024dcc --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/green_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/green_stained_glass" +} diff --git a/1.14.4/assets/minecraft/models/item/green_stained_glass_pane.json b/1.14.4/assets/minecraft/models/item/green_stained_glass_pane.json new file mode 100644 index 00000000..a99a8319 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/green_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/green_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/item/green_terracotta.json b/1.14.4/assets/minecraft/models/item/green_terracotta.json new file mode 100644 index 00000000..17db69f8 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/green_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/green_terracotta" +} diff --git a/1.14.4/assets/minecraft/models/item/green_wool.json b/1.14.4/assets/minecraft/models/item/green_wool.json new file mode 100644 index 00000000..4c5ae5d7 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/green_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/green_wool" +} diff --git a/1.14.4/assets/minecraft/models/item/grindstone.json b/1.14.4/assets/minecraft/models/item/grindstone.json new file mode 100644 index 00000000..bea15088 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/grindstone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/grindstone" +} diff --git a/1.14.4/assets/minecraft/models/item/guardian_spawn_egg.json b/1.14.4/assets/minecraft/models/item/guardian_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/guardian_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.14.4/assets/minecraft/models/item/gunpowder.json b/1.14.4/assets/minecraft/models/item/gunpowder.json new file mode 100644 index 00000000..a4292d87 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/gunpowder.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/gunpowder" + } +} diff --git a/1.14.4/assets/minecraft/models/item/handheld.json b/1.14.4/assets/minecraft/models/item/handheld.json new file mode 100644 index 00000000..51ea90fc --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/handheld.json @@ -0,0 +1,25 @@ +{ + "parent": "item/generated", + "display": { + "thirdperson_righthand": { + "rotation": [ 0, -90, 55 ], + "translation": [ 0, 4.0, 0.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "thirdperson_lefthand": { + "rotation": [ 0, 90, -55 ], + "translation": [ 0, 4.0, 0.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson_righthand": { + "rotation": [ 0, -90, 25 ], + "translation": [ 1.13, 3.2, 1.13 ], + "scale": [ 0.68, 0.68, 0.68 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, 90, -25 ], + "translation": [ 1.13, 3.2, 1.13 ], + "scale": [ 0.68, 0.68, 0.68 ] + } + } +} diff --git a/1.14.4/assets/minecraft/models/item/handheld_rod.json b/1.14.4/assets/minecraft/models/item/handheld_rod.json new file mode 100644 index 00000000..de794a4a --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/handheld_rod.json @@ -0,0 +1,25 @@ +{ + "parent": "item/handheld", + "display": { + "thirdperson_righthand": { + "rotation": [ 0, 90, 55 ], + "translation": [ 0, 4.0, 2.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "thirdperson_lefthand": { + "rotation": [ 0, -90, -55 ], + "translation": [ 0, 4.0, 2.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 90, 25 ], + "translation": [ 0, 1.6, 0.8 ], + "scale": [ 0.68, 0.68, 0.68 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, -90, -25 ], + "translation": [ 0, 1.6, 0.8 ], + "scale": [ 0.68, 0.68, 0.68 ] + } + } +} diff --git a/1.14.4/assets/minecraft/models/item/hay_block.json b/1.14.4/assets/minecraft/models/item/hay_block.json new file mode 100644 index 00000000..e5e85c73 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/hay_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hay_block" +} diff --git a/1.14.4/assets/minecraft/models/item/heart_of_the_sea.json b/1.14.4/assets/minecraft/models/item/heart_of_the_sea.json new file mode 100644 index 00000000..891b0d1c --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/heart_of_the_sea.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/heart_of_the_sea" + } +} diff --git a/1.14.4/assets/minecraft/models/item/heavy_weighted_pressure_plate.json b/1.14.4/assets/minecraft/models/item/heavy_weighted_pressure_plate.json new file mode 100644 index 00000000..67d50c3a --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/heavy_weighted_pressure_plate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/heavy_weighted_pressure_plate" +} diff --git a/1.14.4/assets/minecraft/models/item/hopper.json b/1.14.4/assets/minecraft/models/item/hopper.json new file mode 100644 index 00000000..76fb7c5b --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/hopper.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/hopper" + } +} diff --git a/1.14.4/assets/minecraft/models/item/hopper_minecart.json b/1.14.4/assets/minecraft/models/item/hopper_minecart.json new file mode 100644 index 00000000..409071e7 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/hopper_minecart.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/hopper_minecart" + } +} diff --git a/1.14.4/assets/minecraft/models/item/horn_coral.json b/1.14.4/assets/minecraft/models/item/horn_coral.json new file mode 100644 index 00000000..087fb895 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/horn_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/horn_coral" + } +} diff --git a/1.14.4/assets/minecraft/models/item/horn_coral_block.json b/1.14.4/assets/minecraft/models/item/horn_coral_block.json new file mode 100644 index 00000000..2b9ac63a --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/horn_coral_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/horn_coral_block" +} diff --git a/1.14.4/assets/minecraft/models/item/horn_coral_fan.json b/1.14.4/assets/minecraft/models/item/horn_coral_fan.json new file mode 100644 index 00000000..2fca761b --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/horn_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/horn_coral_fan" + } +} diff --git a/1.14.4/assets/minecraft/models/item/horn_coral_wall_fan.json b/1.14.4/assets/minecraft/models/item/horn_coral_wall_fan.json new file mode 100644 index 00000000..2fca761b --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/horn_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/horn_coral_fan" + } +} diff --git a/1.14.4/assets/minecraft/models/item/horse_spawn_egg.json b/1.14.4/assets/minecraft/models/item/horse_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/horse_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.14.4/assets/minecraft/models/item/husk_spawn_egg.json b/1.14.4/assets/minecraft/models/item/husk_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/husk_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.14.4/assets/minecraft/models/item/ice.json b/1.14.4/assets/minecraft/models/item/ice.json new file mode 100644 index 00000000..b7f5c4ad --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/ice.json @@ -0,0 +1,3 @@ +{ + "parent": "block/ice" +} diff --git a/1.14.4/assets/minecraft/models/item/infested_chiseled_stone_bricks.json b/1.14.4/assets/minecraft/models/item/infested_chiseled_stone_bricks.json new file mode 100644 index 00000000..6dbc5cbe --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/infested_chiseled_stone_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/chiseled_stone_bricks" +} diff --git a/1.14.4/assets/minecraft/models/item/infested_cobblestone.json b/1.14.4/assets/minecraft/models/item/infested_cobblestone.json new file mode 100644 index 00000000..6e8e19e4 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/infested_cobblestone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cobblestone" +} diff --git a/1.14.4/assets/minecraft/models/item/infested_cracked_stone_bricks.json b/1.14.4/assets/minecraft/models/item/infested_cracked_stone_bricks.json new file mode 100644 index 00000000..c1c60352 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/infested_cracked_stone_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cracked_stone_bricks" +} diff --git a/1.14.4/assets/minecraft/models/item/infested_mossy_stone_bricks.json b/1.14.4/assets/minecraft/models/item/infested_mossy_stone_bricks.json new file mode 100644 index 00000000..dbb94d6f --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/infested_mossy_stone_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/mossy_stone_bricks" +} diff --git a/1.14.4/assets/minecraft/models/item/infested_stone.json b/1.14.4/assets/minecraft/models/item/infested_stone.json new file mode 100644 index 00000000..68982f03 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/infested_stone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stone" +} diff --git a/1.14.4/assets/minecraft/models/item/infested_stone_bricks.json b/1.14.4/assets/minecraft/models/item/infested_stone_bricks.json new file mode 100644 index 00000000..64b053db --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/infested_stone_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stone_bricks" +} diff --git a/1.14.4/assets/minecraft/models/item/ink_sac.json b/1.14.4/assets/minecraft/models/item/ink_sac.json new file mode 100644 index 00000000..7699a510 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/ink_sac.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/ink_sac" + } +} diff --git a/1.14.4/assets/minecraft/models/item/iron_axe.json b/1.14.4/assets/minecraft/models/item/iron_axe.json new file mode 100644 index 00000000..fbfea2e1 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/iron_axe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/iron_axe" + } +} diff --git a/1.14.4/assets/minecraft/models/item/iron_bars.json b/1.14.4/assets/minecraft/models/item/iron_bars.json new file mode 100644 index 00000000..89d8fe7f --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/iron_bars.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/iron_bars" + } +} diff --git a/1.14.4/assets/minecraft/models/item/iron_block.json b/1.14.4/assets/minecraft/models/item/iron_block.json new file mode 100644 index 00000000..7a6a30ad --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/iron_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/iron_block" +} diff --git a/1.14.4/assets/minecraft/models/item/iron_boots.json b/1.14.4/assets/minecraft/models/item/iron_boots.json new file mode 100644 index 00000000..a5108fa1 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/iron_boots.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/iron_boots" + } +} diff --git a/1.14.4/assets/minecraft/models/item/iron_chestplate.json b/1.14.4/assets/minecraft/models/item/iron_chestplate.json new file mode 100644 index 00000000..d6cfa5bf --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/iron_chestplate.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/iron_chestplate" + } +} diff --git a/1.14.4/assets/minecraft/models/item/iron_door.json b/1.14.4/assets/minecraft/models/item/iron_door.json new file mode 100644 index 00000000..02735647 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/iron_door.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/iron_door" + } +} diff --git a/1.14.4/assets/minecraft/models/item/iron_helmet.json b/1.14.4/assets/minecraft/models/item/iron_helmet.json new file mode 100644 index 00000000..0b56f8bc --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/iron_helmet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/iron_helmet" + } +} diff --git a/1.14.4/assets/minecraft/models/item/iron_hoe.json b/1.14.4/assets/minecraft/models/item/iron_hoe.json new file mode 100644 index 00000000..05ee9f36 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/iron_hoe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/iron_hoe" + } +} diff --git a/1.14.4/assets/minecraft/models/item/iron_horse_armor.json b/1.14.4/assets/minecraft/models/item/iron_horse_armor.json new file mode 100644 index 00000000..70051070 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/iron_horse_armor.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/iron_horse_armor" + } +} diff --git a/1.14.4/assets/minecraft/models/item/iron_ingot.json b/1.14.4/assets/minecraft/models/item/iron_ingot.json new file mode 100644 index 00000000..42f2cd11 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/iron_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/iron_ingot" + } +} diff --git a/1.14.4/assets/minecraft/models/item/iron_leggings.json b/1.14.4/assets/minecraft/models/item/iron_leggings.json new file mode 100644 index 00000000..ab4e8699 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/iron_leggings.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/iron_leggings" + } +} diff --git a/1.14.4/assets/minecraft/models/item/iron_nugget.json b/1.14.4/assets/minecraft/models/item/iron_nugget.json new file mode 100644 index 00000000..42907cee --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/iron_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/iron_nugget" + } +} diff --git a/1.14.4/assets/minecraft/models/item/iron_ore.json b/1.14.4/assets/minecraft/models/item/iron_ore.json new file mode 100644 index 00000000..34a8fba1 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/iron_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "block/iron_ore" +} diff --git a/1.14.4/assets/minecraft/models/item/iron_pickaxe.json b/1.14.4/assets/minecraft/models/item/iron_pickaxe.json new file mode 100644 index 00000000..f3a15b97 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/iron_pickaxe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/iron_pickaxe" + } +} diff --git a/1.14.4/assets/minecraft/models/item/iron_shovel.json b/1.14.4/assets/minecraft/models/item/iron_shovel.json new file mode 100644 index 00000000..a04685a3 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/iron_shovel.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/iron_shovel" + } +} diff --git a/1.14.4/assets/minecraft/models/item/iron_sword.json b/1.14.4/assets/minecraft/models/item/iron_sword.json new file mode 100644 index 00000000..4dda602c --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/iron_sword.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/iron_sword" + } +} diff --git a/1.14.4/assets/minecraft/models/item/iron_trapdoor.json b/1.14.4/assets/minecraft/models/item/iron_trapdoor.json new file mode 100644 index 00000000..40f44a8b --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/iron_trapdoor.json @@ -0,0 +1,3 @@ +{ + "parent": "block/iron_trapdoor_bottom" +} diff --git a/1.14.4/assets/minecraft/models/item/item_frame.json b/1.14.4/assets/minecraft/models/item/item_frame.json new file mode 100644 index 00000000..72aaa39d --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/item_frame.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/item_frame" + } +} diff --git a/1.14.4/assets/minecraft/models/item/jack_o_lantern.json b/1.14.4/assets/minecraft/models/item/jack_o_lantern.json new file mode 100644 index 00000000..536d2303 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/jack_o_lantern.json @@ -0,0 +1,3 @@ +{ + "parent": "block/jack_o_lantern" +} diff --git a/1.14.4/assets/minecraft/models/item/jigsaw.json b/1.14.4/assets/minecraft/models/item/jigsaw.json new file mode 100644 index 00000000..cf740206 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/jigsaw.json @@ -0,0 +1,3 @@ +{ + "parent": "block/jigsaw" +} diff --git a/1.14.4/assets/minecraft/models/item/jukebox.json b/1.14.4/assets/minecraft/models/item/jukebox.json new file mode 100644 index 00000000..bf840fa8 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/jukebox.json @@ -0,0 +1,3 @@ +{ + "parent": "block/jukebox" +} diff --git a/1.14.4/assets/minecraft/models/item/jungle_boat.json b/1.14.4/assets/minecraft/models/item/jungle_boat.json new file mode 100644 index 00000000..e43a48d4 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/jungle_boat.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/jungle_boat" + } +} diff --git a/1.14.4/assets/minecraft/models/item/jungle_button.json b/1.14.4/assets/minecraft/models/item/jungle_button.json new file mode 100644 index 00000000..bc21c62c --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/jungle_button.json @@ -0,0 +1,3 @@ +{ + "parent": "block/jungle_button_inventory" +} diff --git a/1.14.4/assets/minecraft/models/item/jungle_door.json b/1.14.4/assets/minecraft/models/item/jungle_door.json new file mode 100644 index 00000000..e3b4230b --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/jungle_door.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/jungle_door" + } +} diff --git a/1.14.4/assets/minecraft/models/item/jungle_fence.json b/1.14.4/assets/minecraft/models/item/jungle_fence.json new file mode 100644 index 00000000..0003ec67 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/jungle_fence.json @@ -0,0 +1,3 @@ +{ + "parent": "block/jungle_fence_inventory" +} diff --git a/1.14.4/assets/minecraft/models/item/jungle_fence_gate.json b/1.14.4/assets/minecraft/models/item/jungle_fence_gate.json new file mode 100644 index 00000000..a7bc589b --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/jungle_fence_gate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/jungle_fence_gate" +} diff --git a/1.14.4/assets/minecraft/models/item/jungle_leaves.json b/1.14.4/assets/minecraft/models/item/jungle_leaves.json new file mode 100644 index 00000000..15593fbd --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/jungle_leaves.json @@ -0,0 +1,3 @@ +{ + "parent": "block/jungle_leaves" +} diff --git a/1.14.4/assets/minecraft/models/item/jungle_log.json b/1.14.4/assets/minecraft/models/item/jungle_log.json new file mode 100644 index 00000000..00da19d4 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/jungle_log.json @@ -0,0 +1,3 @@ +{ + "parent": "block/jungle_log" +} diff --git a/1.14.4/assets/minecraft/models/item/jungle_planks.json b/1.14.4/assets/minecraft/models/item/jungle_planks.json new file mode 100644 index 00000000..23064c8e --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/jungle_planks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/jungle_planks" +} diff --git a/1.14.4/assets/minecraft/models/item/jungle_pressure_plate.json b/1.14.4/assets/minecraft/models/item/jungle_pressure_plate.json new file mode 100644 index 00000000..6d5d9da3 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/jungle_pressure_plate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/jungle_pressure_plate" +} diff --git a/1.14.4/assets/minecraft/models/item/jungle_sapling.json b/1.14.4/assets/minecraft/models/item/jungle_sapling.json new file mode 100644 index 00000000..212f2dab --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/jungle_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/jungle_sapling" + } +} diff --git a/1.14.4/assets/minecraft/models/item/jungle_sign.json b/1.14.4/assets/minecraft/models/item/jungle_sign.json new file mode 100644 index 00000000..e91e4ccf --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/jungle_sign.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/jungle_sign" + } +} diff --git a/1.14.4/assets/minecraft/models/item/jungle_slab.json b/1.14.4/assets/minecraft/models/item/jungle_slab.json new file mode 100644 index 00000000..df31c1f7 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/jungle_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/jungle_slab" +} diff --git a/1.14.4/assets/minecraft/models/item/jungle_stairs.json b/1.14.4/assets/minecraft/models/item/jungle_stairs.json new file mode 100644 index 00000000..48357158 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/jungle_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/jungle_stairs" +} diff --git a/1.14.4/assets/minecraft/models/item/jungle_trapdoor.json b/1.14.4/assets/minecraft/models/item/jungle_trapdoor.json new file mode 100644 index 00000000..0ca42e4a --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/jungle_trapdoor.json @@ -0,0 +1,3 @@ +{ + "parent": "block/jungle_trapdoor_bottom" +} diff --git a/1.14.4/assets/minecraft/models/item/jungle_wood.json b/1.14.4/assets/minecraft/models/item/jungle_wood.json new file mode 100644 index 00000000..3e635c52 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/jungle_wood.json @@ -0,0 +1,3 @@ +{ + "parent": "block/jungle_wood" +} diff --git a/1.14.4/assets/minecraft/models/item/kelp.json b/1.14.4/assets/minecraft/models/item/kelp.json new file mode 100644 index 00000000..bc61535e --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/kelp.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/kelp" + } +} diff --git a/1.14.4/assets/minecraft/models/item/knowledge_book.json b/1.14.4/assets/minecraft/models/item/knowledge_book.json new file mode 100644 index 00000000..14f58d2f --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/knowledge_book.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/knowledge_book" + } +} diff --git a/1.14.4/assets/minecraft/models/item/ladder.json b/1.14.4/assets/minecraft/models/item/ladder.json new file mode 100644 index 00000000..3281735b --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/ladder.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/ladder" + } +} diff --git a/1.14.4/assets/minecraft/models/item/lantern.json b/1.14.4/assets/minecraft/models/item/lantern.json new file mode 100644 index 00000000..d9fe2e8f --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/lantern.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/lantern" + } +} diff --git a/1.14.4/assets/minecraft/models/item/lapis_block.json b/1.14.4/assets/minecraft/models/item/lapis_block.json new file mode 100644 index 00000000..e441681b --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/lapis_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/lapis_block" +} diff --git a/1.14.4/assets/minecraft/models/item/lapis_lazuli.json b/1.14.4/assets/minecraft/models/item/lapis_lazuli.json new file mode 100644 index 00000000..5b83b730 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/lapis_lazuli.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/lapis_lazuli" + } +} diff --git a/1.14.4/assets/minecraft/models/item/lapis_ore.json b/1.14.4/assets/minecraft/models/item/lapis_ore.json new file mode 100644 index 00000000..7f682a31 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/lapis_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "block/lapis_ore" +} diff --git a/1.14.4/assets/minecraft/models/item/large_fern.json b/1.14.4/assets/minecraft/models/item/large_fern.json new file mode 100644 index 00000000..9fbf78c7 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/large_fern.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/large_fern_top" + } +} diff --git a/1.14.4/assets/minecraft/models/item/lava_bucket.json b/1.14.4/assets/minecraft/models/item/lava_bucket.json new file mode 100644 index 00000000..166fc5cb --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/lava_bucket.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/lava_bucket" + } +} diff --git a/1.14.4/assets/minecraft/models/item/lead.json b/1.14.4/assets/minecraft/models/item/lead.json new file mode 100644 index 00000000..df628d66 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/lead.json @@ -0,0 +1,13 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/lead" + }, + "display": { + "head": { + "rotation": [ 0, 0, 0 ], + "translation": [ 2.75, -2.75, -6.5], + "scale":[ 0.8, 0.8, 0.8] + } + } +} diff --git a/1.14.4/assets/minecraft/models/item/leather.json b/1.14.4/assets/minecraft/models/item/leather.json new file mode 100644 index 00000000..8cc1909e --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/leather.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/leather" + } +} diff --git a/1.14.4/assets/minecraft/models/item/leather_boots.json b/1.14.4/assets/minecraft/models/item/leather_boots.json new file mode 100644 index 00000000..9a9733ab --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/leather_boots.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/leather_boots", + "layer1": "item/leather_boots_overlay" + } +} diff --git a/1.14.4/assets/minecraft/models/item/leather_chestplate.json b/1.14.4/assets/minecraft/models/item/leather_chestplate.json new file mode 100644 index 00000000..45359b7c --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/leather_chestplate.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/leather_chestplate", + "layer1": "item/leather_chestplate_overlay" + } +} diff --git a/1.14.4/assets/minecraft/models/item/leather_helmet.json b/1.14.4/assets/minecraft/models/item/leather_helmet.json new file mode 100644 index 00000000..0e5775b7 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/leather_helmet.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/leather_helmet", + "layer1": "item/leather_helmet_overlay" + } +} diff --git a/1.14.4/assets/minecraft/models/item/leather_horse_armor.json b/1.14.4/assets/minecraft/models/item/leather_horse_armor.json new file mode 100644 index 00000000..30385655 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/leather_horse_armor.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/leather_horse_armor" + } +} diff --git a/1.14.4/assets/minecraft/models/item/leather_leggings.json b/1.14.4/assets/minecraft/models/item/leather_leggings.json new file mode 100644 index 00000000..1d8f9844 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/leather_leggings.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/leather_leggings", + "layer1": "item/leather_leggings_overlay" + } +} diff --git a/1.14.4/assets/minecraft/models/item/lectern.json b/1.14.4/assets/minecraft/models/item/lectern.json new file mode 100644 index 00000000..b5c94a10 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/lectern.json @@ -0,0 +1,3 @@ +{ + "parent": "block/lectern" +} diff --git a/1.14.4/assets/minecraft/models/item/lever.json b/1.14.4/assets/minecraft/models/item/lever.json new file mode 100644 index 00000000..82d04aa3 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/lever.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/lever" + } +} diff --git a/1.14.4/assets/minecraft/models/item/light_blue_banner.json b/1.14.4/assets/minecraft/models/item/light_blue_banner.json new file mode 100644 index 00000000..9d43dcc2 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/light_blue_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_banner" +} diff --git a/1.14.4/assets/minecraft/models/item/light_blue_bed.json b/1.14.4/assets/minecraft/models/item/light_blue_bed.json new file mode 100644 index 00000000..bab617d3 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/light_blue_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "item/template_bed", + "textures": { + "particle": "block/light_blue_wool" + } +} diff --git a/1.14.4/assets/minecraft/models/item/light_blue_carpet.json b/1.14.4/assets/minecraft/models/item/light_blue_carpet.json new file mode 100644 index 00000000..33c7bc45 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/light_blue_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/light_blue_carpet" +} diff --git a/1.14.4/assets/minecraft/models/item/light_blue_concrete.json b/1.14.4/assets/minecraft/models/item/light_blue_concrete.json new file mode 100644 index 00000000..66e01f27 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/light_blue_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "block/light_blue_concrete" +} diff --git a/1.14.4/assets/minecraft/models/item/light_blue_concrete_powder.json b/1.14.4/assets/minecraft/models/item/light_blue_concrete_powder.json new file mode 100644 index 00000000..1fbf1d06 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/light_blue_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "block/light_blue_concrete_powder" +} diff --git a/1.14.4/assets/minecraft/models/item/light_blue_dye.json b/1.14.4/assets/minecraft/models/item/light_blue_dye.json new file mode 100644 index 00000000..bdcf8bfc --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/light_blue_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/light_blue_dye" + } +} diff --git a/1.14.4/assets/minecraft/models/item/light_blue_glazed_terracotta.json b/1.14.4/assets/minecraft/models/item/light_blue_glazed_terracotta.json new file mode 100644 index 00000000..322cffd1 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/light_blue_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/light_blue_glazed_terracotta" +} diff --git a/1.14.4/assets/minecraft/models/item/light_blue_shulker_box.json b/1.14.4/assets/minecraft/models/item/light_blue_shulker_box.json new file mode 100644 index 00000000..83b263b6 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/light_blue_shulker_box.json @@ -0,0 +1,6 @@ +{ + "parent": "item/template_shulker_box", + "textures": { + "particle": "block/light_blue_shulker_box" + } +} diff --git a/1.14.4/assets/minecraft/models/item/light_blue_stained_glass.json b/1.14.4/assets/minecraft/models/item/light_blue_stained_glass.json new file mode 100644 index 00000000..333b6cd9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/light_blue_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/light_blue_stained_glass" +} diff --git a/1.14.4/assets/minecraft/models/item/light_blue_stained_glass_pane.json b/1.14.4/assets/minecraft/models/item/light_blue_stained_glass_pane.json new file mode 100644 index 00000000..1590a35c --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/light_blue_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/light_blue_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/item/light_blue_terracotta.json b/1.14.4/assets/minecraft/models/item/light_blue_terracotta.json new file mode 100644 index 00000000..e73a0859 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/light_blue_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/light_blue_terracotta" +} diff --git a/1.14.4/assets/minecraft/models/item/light_blue_wool.json b/1.14.4/assets/minecraft/models/item/light_blue_wool.json new file mode 100644 index 00000000..72601467 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/light_blue_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/light_blue_wool" +} diff --git a/1.14.4/assets/minecraft/models/item/light_gray_banner.json b/1.14.4/assets/minecraft/models/item/light_gray_banner.json new file mode 100644 index 00000000..9d43dcc2 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/light_gray_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_banner" +} diff --git a/1.14.4/assets/minecraft/models/item/light_gray_bed.json b/1.14.4/assets/minecraft/models/item/light_gray_bed.json new file mode 100644 index 00000000..461824dc --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/light_gray_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "item/template_bed", + "textures": { + "particle": "block/light_gray_wool" + } +} diff --git a/1.14.4/assets/minecraft/models/item/light_gray_carpet.json b/1.14.4/assets/minecraft/models/item/light_gray_carpet.json new file mode 100644 index 00000000..3d96156d --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/light_gray_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/light_gray_carpet" +} diff --git a/1.14.4/assets/minecraft/models/item/light_gray_concrete.json b/1.14.4/assets/minecraft/models/item/light_gray_concrete.json new file mode 100644 index 00000000..4e990233 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/light_gray_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "block/light_gray_concrete" +} diff --git a/1.14.4/assets/minecraft/models/item/light_gray_concrete_powder.json b/1.14.4/assets/minecraft/models/item/light_gray_concrete_powder.json new file mode 100644 index 00000000..21d4dad1 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/light_gray_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "block/light_gray_concrete_powder" +} diff --git a/1.14.4/assets/minecraft/models/item/light_gray_dye.json b/1.14.4/assets/minecraft/models/item/light_gray_dye.json new file mode 100644 index 00000000..5dd0caf3 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/light_gray_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/light_gray_dye" + } +} diff --git a/1.14.4/assets/minecraft/models/item/light_gray_glazed_terracotta.json b/1.14.4/assets/minecraft/models/item/light_gray_glazed_terracotta.json new file mode 100644 index 00000000..adec12cf --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/light_gray_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/light_gray_glazed_terracotta" +} diff --git a/1.14.4/assets/minecraft/models/item/light_gray_shulker_box.json b/1.14.4/assets/minecraft/models/item/light_gray_shulker_box.json new file mode 100644 index 00000000..1979c155 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/light_gray_shulker_box.json @@ -0,0 +1,6 @@ +{ + "parent": "item/template_shulker_box", + "textures": { + "particle": "block/light_gray_shulker_box" + } +} diff --git a/1.14.4/assets/minecraft/models/item/light_gray_stained_glass.json b/1.14.4/assets/minecraft/models/item/light_gray_stained_glass.json new file mode 100644 index 00000000..bc79deba --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/light_gray_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/light_gray_stained_glass" +} diff --git a/1.14.4/assets/minecraft/models/item/light_gray_stained_glass_pane.json b/1.14.4/assets/minecraft/models/item/light_gray_stained_glass_pane.json new file mode 100644 index 00000000..5a559ec9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/light_gray_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/light_gray_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/item/light_gray_terracotta.json b/1.14.4/assets/minecraft/models/item/light_gray_terracotta.json new file mode 100644 index 00000000..45db2a5c --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/light_gray_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/light_gray_terracotta" +} diff --git a/1.14.4/assets/minecraft/models/item/light_gray_wool.json b/1.14.4/assets/minecraft/models/item/light_gray_wool.json new file mode 100644 index 00000000..2cdcbf9e --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/light_gray_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/light_gray_wool" +} diff --git a/1.14.4/assets/minecraft/models/item/light_weighted_pressure_plate.json b/1.14.4/assets/minecraft/models/item/light_weighted_pressure_plate.json new file mode 100644 index 00000000..03bf68a3 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/light_weighted_pressure_plate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/light_weighted_pressure_plate" +} diff --git a/1.14.4/assets/minecraft/models/item/lilac.json b/1.14.4/assets/minecraft/models/item/lilac.json new file mode 100644 index 00000000..5d25da1a --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/lilac.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/lilac_top" + } +} diff --git a/1.14.4/assets/minecraft/models/item/lily_of_the_valley.json b/1.14.4/assets/minecraft/models/item/lily_of_the_valley.json new file mode 100644 index 00000000..19d9e343 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/lily_of_the_valley.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/lily_of_the_valley" + } +} diff --git a/1.14.4/assets/minecraft/models/item/lily_pad.json b/1.14.4/assets/minecraft/models/item/lily_pad.json new file mode 100644 index 00000000..1c965cf9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/lily_pad.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/lily_pad" + } +} diff --git a/1.14.4/assets/minecraft/models/item/lime_banner.json b/1.14.4/assets/minecraft/models/item/lime_banner.json new file mode 100644 index 00000000..9d43dcc2 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/lime_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_banner" +} diff --git a/1.14.4/assets/minecraft/models/item/lime_bed.json b/1.14.4/assets/minecraft/models/item/lime_bed.json new file mode 100644 index 00000000..d65755c9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/lime_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "item/template_bed", + "textures": { + "particle": "block/lime_wool" + } +} diff --git a/1.14.4/assets/minecraft/models/item/lime_carpet.json b/1.14.4/assets/minecraft/models/item/lime_carpet.json new file mode 100644 index 00000000..5ca3b9a5 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/lime_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/lime_carpet" +} diff --git a/1.14.4/assets/minecraft/models/item/lime_concrete.json b/1.14.4/assets/minecraft/models/item/lime_concrete.json new file mode 100644 index 00000000..5cec3b22 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/lime_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "block/lime_concrete" +} diff --git a/1.14.4/assets/minecraft/models/item/lime_concrete_powder.json b/1.14.4/assets/minecraft/models/item/lime_concrete_powder.json new file mode 100644 index 00000000..4c51fbdf --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/lime_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "block/lime_concrete_powder" +} diff --git a/1.14.4/assets/minecraft/models/item/lime_dye.json b/1.14.4/assets/minecraft/models/item/lime_dye.json new file mode 100644 index 00000000..714b3880 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/lime_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/lime_dye" + } +} diff --git a/1.14.4/assets/minecraft/models/item/lime_glazed_terracotta.json b/1.14.4/assets/minecraft/models/item/lime_glazed_terracotta.json new file mode 100644 index 00000000..fe3f7e28 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/lime_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/lime_glazed_terracotta" +} diff --git a/1.14.4/assets/minecraft/models/item/lime_shulker_box.json b/1.14.4/assets/minecraft/models/item/lime_shulker_box.json new file mode 100644 index 00000000..14b4226b --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/lime_shulker_box.json @@ -0,0 +1,6 @@ +{ + "parent": "item/template_shulker_box", + "textures": { + "particle": "block/lime_shulker_box" + } +} diff --git a/1.14.4/assets/minecraft/models/item/lime_stained_glass.json b/1.14.4/assets/minecraft/models/item/lime_stained_glass.json new file mode 100644 index 00000000..ef7f0c0e --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/lime_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/lime_stained_glass" +} diff --git a/1.14.4/assets/minecraft/models/item/lime_stained_glass_pane.json b/1.14.4/assets/minecraft/models/item/lime_stained_glass_pane.json new file mode 100644 index 00000000..90fe9eae --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/lime_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/lime_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/item/lime_terracotta.json b/1.14.4/assets/minecraft/models/item/lime_terracotta.json new file mode 100644 index 00000000..c8268c3c --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/lime_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/lime_terracotta" +} diff --git a/1.14.4/assets/minecraft/models/item/lime_wool.json b/1.14.4/assets/minecraft/models/item/lime_wool.json new file mode 100644 index 00000000..a3f06e01 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/lime_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/lime_wool" +} diff --git a/1.14.4/assets/minecraft/models/item/lingering_potion.json b/1.14.4/assets/minecraft/models/item/lingering_potion.json new file mode 100644 index 00000000..35ce5d79 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/lingering_potion.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/potion_overlay", + "layer1": "item/lingering_potion" + } +} diff --git a/1.14.4/assets/minecraft/models/item/llama_spawn_egg.json b/1.14.4/assets/minecraft/models/item/llama_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/llama_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.14.4/assets/minecraft/models/item/loom.json b/1.14.4/assets/minecraft/models/item/loom.json new file mode 100644 index 00000000..33a59482 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/loom.json @@ -0,0 +1,3 @@ +{ + "parent": "block/loom" +} diff --git a/1.14.4/assets/minecraft/models/item/magenta_banner.json b/1.14.4/assets/minecraft/models/item/magenta_banner.json new file mode 100644 index 00000000..9d43dcc2 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/magenta_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_banner" +} diff --git a/1.14.4/assets/minecraft/models/item/magenta_bed.json b/1.14.4/assets/minecraft/models/item/magenta_bed.json new file mode 100644 index 00000000..47c87269 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/magenta_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "item/template_bed", + "textures": { + "particle": "block/magenta_wool" + } +} diff --git a/1.14.4/assets/minecraft/models/item/magenta_carpet.json b/1.14.4/assets/minecraft/models/item/magenta_carpet.json new file mode 100644 index 00000000..1069f346 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/magenta_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/magenta_carpet" +} diff --git a/1.14.4/assets/minecraft/models/item/magenta_concrete.json b/1.14.4/assets/minecraft/models/item/magenta_concrete.json new file mode 100644 index 00000000..ae1c3e56 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/magenta_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "block/magenta_concrete" +} diff --git a/1.14.4/assets/minecraft/models/item/magenta_concrete_powder.json b/1.14.4/assets/minecraft/models/item/magenta_concrete_powder.json new file mode 100644 index 00000000..78b6dd08 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/magenta_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "block/magenta_concrete_powder" +} diff --git a/1.14.4/assets/minecraft/models/item/magenta_dye.json b/1.14.4/assets/minecraft/models/item/magenta_dye.json new file mode 100644 index 00000000..a2e771a1 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/magenta_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/magenta_dye" + } +} diff --git a/1.14.4/assets/minecraft/models/item/magenta_glazed_terracotta.json b/1.14.4/assets/minecraft/models/item/magenta_glazed_terracotta.json new file mode 100644 index 00000000..6d8a5c67 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/magenta_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/magenta_glazed_terracotta" +} diff --git a/1.14.4/assets/minecraft/models/item/magenta_shulker_box.json b/1.14.4/assets/minecraft/models/item/magenta_shulker_box.json new file mode 100644 index 00000000..d247978b --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/magenta_shulker_box.json @@ -0,0 +1,6 @@ +{ + "parent": "item/template_shulker_box", + "textures": { + "particle": "block/magenta_shulker_box" + } +} diff --git a/1.14.4/assets/minecraft/models/item/magenta_stained_glass.json b/1.14.4/assets/minecraft/models/item/magenta_stained_glass.json new file mode 100644 index 00000000..01c8ee86 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/magenta_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/magenta_stained_glass" +} diff --git a/1.14.4/assets/minecraft/models/item/magenta_stained_glass_pane.json b/1.14.4/assets/minecraft/models/item/magenta_stained_glass_pane.json new file mode 100644 index 00000000..403c4a0d --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/magenta_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/magenta_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/item/magenta_terracotta.json b/1.14.4/assets/minecraft/models/item/magenta_terracotta.json new file mode 100644 index 00000000..f808110f --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/magenta_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/magenta_terracotta" +} diff --git a/1.14.4/assets/minecraft/models/item/magenta_wool.json b/1.14.4/assets/minecraft/models/item/magenta_wool.json new file mode 100644 index 00000000..1fb40bc7 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/magenta_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/magenta_wool" +} diff --git a/1.14.4/assets/minecraft/models/item/magma_block.json b/1.14.4/assets/minecraft/models/item/magma_block.json new file mode 100644 index 00000000..630d94cf --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/magma_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/magma_block" +} diff --git a/1.14.4/assets/minecraft/models/item/magma_cream.json b/1.14.4/assets/minecraft/models/item/magma_cream.json new file mode 100644 index 00000000..63aeaf70 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/magma_cream.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/magma_cream" + } +} diff --git a/1.14.4/assets/minecraft/models/item/magma_cube_spawn_egg.json b/1.14.4/assets/minecraft/models/item/magma_cube_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/magma_cube_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.14.4/assets/minecraft/models/item/map.json b/1.14.4/assets/minecraft/models/item/map.json new file mode 100644 index 00000000..1e0aceb5 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/map.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/map" + } +} diff --git a/1.14.4/assets/minecraft/models/item/melon.json b/1.14.4/assets/minecraft/models/item/melon.json new file mode 100644 index 00000000..2b380459 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/melon.json @@ -0,0 +1,3 @@ +{ + "parent": "block/melon" +} diff --git a/1.14.4/assets/minecraft/models/item/melon_seeds.json b/1.14.4/assets/minecraft/models/item/melon_seeds.json new file mode 100644 index 00000000..6e340811 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/melon_seeds.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/melon_seeds" + } +} diff --git a/1.14.4/assets/minecraft/models/item/melon_slice.json b/1.14.4/assets/minecraft/models/item/melon_slice.json new file mode 100644 index 00000000..fb9f0f47 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/melon_slice.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/melon_slice" + } +} diff --git a/1.14.4/assets/minecraft/models/item/milk_bucket.json b/1.14.4/assets/minecraft/models/item/milk_bucket.json new file mode 100644 index 00000000..1535ac7b --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/milk_bucket.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/milk_bucket" + } +} diff --git a/1.14.4/assets/minecraft/models/item/minecart.json b/1.14.4/assets/minecraft/models/item/minecart.json new file mode 100644 index 00000000..3bcff24d --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/minecart.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/minecart" + } +} diff --git a/1.14.4/assets/minecraft/models/item/mojang_banner_pattern.json b/1.14.4/assets/minecraft/models/item/mojang_banner_pattern.json new file mode 100644 index 00000000..a771713e --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/mojang_banner_pattern.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/mojang_banner_pattern" + } +} diff --git a/1.14.4/assets/minecraft/models/item/mooshroom_spawn_egg.json b/1.14.4/assets/minecraft/models/item/mooshroom_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/mooshroom_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.14.4/assets/minecraft/models/item/mossy_cobblestone.json b/1.14.4/assets/minecraft/models/item/mossy_cobblestone.json new file mode 100644 index 00000000..94e4ff07 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/mossy_cobblestone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/mossy_cobblestone" +} diff --git a/1.14.4/assets/minecraft/models/item/mossy_cobblestone_slab.json b/1.14.4/assets/minecraft/models/item/mossy_cobblestone_slab.json new file mode 100644 index 00000000..89556294 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/mossy_cobblestone_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/mossy_cobblestone_slab" +} diff --git a/1.14.4/assets/minecraft/models/item/mossy_cobblestone_stairs.json b/1.14.4/assets/minecraft/models/item/mossy_cobblestone_stairs.json new file mode 100644 index 00000000..1c9501b2 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/mossy_cobblestone_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/mossy_cobblestone_stairs" +} diff --git a/1.14.4/assets/minecraft/models/item/mossy_cobblestone_wall.json b/1.14.4/assets/minecraft/models/item/mossy_cobblestone_wall.json new file mode 100644 index 00000000..06d14743 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/mossy_cobblestone_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "block/mossy_cobblestone_wall_inventory" +} diff --git a/1.14.4/assets/minecraft/models/item/mossy_stone_brick_slab.json b/1.14.4/assets/minecraft/models/item/mossy_stone_brick_slab.json new file mode 100644 index 00000000..4b3b391e --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/mossy_stone_brick_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/mossy_stone_brick_slab" +} diff --git a/1.14.4/assets/minecraft/models/item/mossy_stone_brick_stairs.json b/1.14.4/assets/minecraft/models/item/mossy_stone_brick_stairs.json new file mode 100644 index 00000000..406cdeca --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/mossy_stone_brick_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/mossy_stone_brick_stairs" +} diff --git a/1.14.4/assets/minecraft/models/item/mossy_stone_brick_wall.json b/1.14.4/assets/minecraft/models/item/mossy_stone_brick_wall.json new file mode 100644 index 00000000..2ddff16c --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/mossy_stone_brick_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "block/mossy_stone_brick_wall_inventory" +} diff --git a/1.14.4/assets/minecraft/models/item/mossy_stone_bricks.json b/1.14.4/assets/minecraft/models/item/mossy_stone_bricks.json new file mode 100644 index 00000000..dbb94d6f --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/mossy_stone_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/mossy_stone_bricks" +} diff --git a/1.14.4/assets/minecraft/models/item/mule_spawn_egg.json b/1.14.4/assets/minecraft/models/item/mule_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/mule_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.14.4/assets/minecraft/models/item/mushroom_stem.json b/1.14.4/assets/minecraft/models/item/mushroom_stem.json new file mode 100644 index 00000000..0fa64eff --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/mushroom_stem.json @@ -0,0 +1,3 @@ +{ + "parent": "block/mushroom_stem_inventory" +} diff --git a/1.14.4/assets/minecraft/models/item/mushroom_stew.json b/1.14.4/assets/minecraft/models/item/mushroom_stew.json new file mode 100644 index 00000000..c1233363 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/mushroom_stew.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/mushroom_stew" + } +} diff --git a/1.14.4/assets/minecraft/models/item/music_disc_11.json b/1.14.4/assets/minecraft/models/item/music_disc_11.json new file mode 100644 index 00000000..8336a754 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/music_disc_11.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/music_disc_11" + } +} diff --git a/1.14.4/assets/minecraft/models/item/music_disc_13.json b/1.14.4/assets/minecraft/models/item/music_disc_13.json new file mode 100644 index 00000000..1f216ed3 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/music_disc_13.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/music_disc_13" + } +} diff --git a/1.14.4/assets/minecraft/models/item/music_disc_blocks.json b/1.14.4/assets/minecraft/models/item/music_disc_blocks.json new file mode 100644 index 00000000..76479880 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/music_disc_blocks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/music_disc_blocks" + } +} diff --git a/1.14.4/assets/minecraft/models/item/music_disc_cat.json b/1.14.4/assets/minecraft/models/item/music_disc_cat.json new file mode 100644 index 00000000..ea96314f --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/music_disc_cat.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/music_disc_cat" + } +} diff --git a/1.14.4/assets/minecraft/models/item/music_disc_chirp.json b/1.14.4/assets/minecraft/models/item/music_disc_chirp.json new file mode 100644 index 00000000..9cda2f4e --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/music_disc_chirp.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/music_disc_chirp" + } +} diff --git a/1.14.4/assets/minecraft/models/item/music_disc_far.json b/1.14.4/assets/minecraft/models/item/music_disc_far.json new file mode 100644 index 00000000..ebf10f05 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/music_disc_far.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/music_disc_far" + } +} diff --git a/1.14.4/assets/minecraft/models/item/music_disc_mall.json b/1.14.4/assets/minecraft/models/item/music_disc_mall.json new file mode 100644 index 00000000..81187b22 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/music_disc_mall.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/music_disc_mall" + } +} diff --git a/1.14.4/assets/minecraft/models/item/music_disc_mellohi.json b/1.14.4/assets/minecraft/models/item/music_disc_mellohi.json new file mode 100644 index 00000000..a1361b84 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/music_disc_mellohi.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/music_disc_mellohi" + } +} diff --git a/1.14.4/assets/minecraft/models/item/music_disc_stal.json b/1.14.4/assets/minecraft/models/item/music_disc_stal.json new file mode 100644 index 00000000..4933477e --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/music_disc_stal.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/music_disc_stal" + } +} diff --git a/1.14.4/assets/minecraft/models/item/music_disc_strad.json b/1.14.4/assets/minecraft/models/item/music_disc_strad.json new file mode 100644 index 00000000..42038bde --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/music_disc_strad.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/music_disc_strad" + } +} diff --git a/1.14.4/assets/minecraft/models/item/music_disc_wait.json b/1.14.4/assets/minecraft/models/item/music_disc_wait.json new file mode 100644 index 00000000..074cc76d --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/music_disc_wait.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/music_disc_wait" + } +} diff --git a/1.14.4/assets/minecraft/models/item/music_disc_ward.json b/1.14.4/assets/minecraft/models/item/music_disc_ward.json new file mode 100644 index 00000000..0f0fb055 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/music_disc_ward.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/music_disc_ward" + } +} diff --git a/1.14.4/assets/minecraft/models/item/mutton.json b/1.14.4/assets/minecraft/models/item/mutton.json new file mode 100644 index 00000000..02dcaa86 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/mutton.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/mutton" + } +} diff --git a/1.14.4/assets/minecraft/models/item/mycelium.json b/1.14.4/assets/minecraft/models/item/mycelium.json new file mode 100644 index 00000000..ceedc738 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/mycelium.json @@ -0,0 +1,3 @@ +{ + "parent": "block/mycelium" +} diff --git a/1.14.4/assets/minecraft/models/item/name_tag.json b/1.14.4/assets/minecraft/models/item/name_tag.json new file mode 100644 index 00000000..8378c6da --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/name_tag.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/name_tag" + } +} diff --git a/1.14.4/assets/minecraft/models/item/nautilus_shell.json b/1.14.4/assets/minecraft/models/item/nautilus_shell.json new file mode 100644 index 00000000..a265a3e2 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/nautilus_shell.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/nautilus_shell" + } +} diff --git a/1.14.4/assets/minecraft/models/item/nether_brick.json b/1.14.4/assets/minecraft/models/item/nether_brick.json new file mode 100644 index 00000000..66350384 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/nether_brick.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/nether_brick" + } +} diff --git a/1.14.4/assets/minecraft/models/item/nether_brick_fence.json b/1.14.4/assets/minecraft/models/item/nether_brick_fence.json new file mode 100644 index 00000000..5c47bc0e --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/nether_brick_fence.json @@ -0,0 +1,3 @@ +{ + "parent": "block/nether_brick_fence_inventory" +} diff --git a/1.14.4/assets/minecraft/models/item/nether_brick_slab.json b/1.14.4/assets/minecraft/models/item/nether_brick_slab.json new file mode 100644 index 00000000..effe0ba0 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/nether_brick_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/nether_brick_slab" +} diff --git a/1.14.4/assets/minecraft/models/item/nether_brick_stairs.json b/1.14.4/assets/minecraft/models/item/nether_brick_stairs.json new file mode 100644 index 00000000..056a97c8 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/nether_brick_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/nether_brick_stairs" +} diff --git a/1.14.4/assets/minecraft/models/item/nether_brick_wall.json b/1.14.4/assets/minecraft/models/item/nether_brick_wall.json new file mode 100644 index 00000000..8d34c847 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/nether_brick_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "block/nether_brick_wall_inventory" +} diff --git a/1.14.4/assets/minecraft/models/item/nether_bricks.json b/1.14.4/assets/minecraft/models/item/nether_bricks.json new file mode 100644 index 00000000..f7c8e6a0 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/nether_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/nether_bricks" +} diff --git a/1.14.4/assets/minecraft/models/item/nether_quartz_ore.json b/1.14.4/assets/minecraft/models/item/nether_quartz_ore.json new file mode 100644 index 00000000..32237a30 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/nether_quartz_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "block/nether_quartz_ore" +} diff --git a/1.14.4/assets/minecraft/models/item/nether_star.json b/1.14.4/assets/minecraft/models/item/nether_star.json new file mode 100644 index 00000000..807bb552 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/nether_star.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/nether_star" + } +} diff --git a/1.14.4/assets/minecraft/models/item/nether_wart.json b/1.14.4/assets/minecraft/models/item/nether_wart.json new file mode 100644 index 00000000..6eab9bae --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/nether_wart.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/nether_wart" + } +} diff --git a/1.14.4/assets/minecraft/models/item/nether_wart_block.json b/1.14.4/assets/minecraft/models/item/nether_wart_block.json new file mode 100644 index 00000000..59d06758 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/nether_wart_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/nether_wart_block" +} diff --git a/1.14.4/assets/minecraft/models/item/netherrack.json b/1.14.4/assets/minecraft/models/item/netherrack.json new file mode 100644 index 00000000..78d36f4c --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/netherrack.json @@ -0,0 +1,3 @@ +{ + "parent": "block/netherrack" +} diff --git a/1.14.4/assets/minecraft/models/item/note_block.json b/1.14.4/assets/minecraft/models/item/note_block.json new file mode 100644 index 00000000..b57f660e --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/note_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/note_block" +} diff --git a/1.14.4/assets/minecraft/models/item/oak_boat.json b/1.14.4/assets/minecraft/models/item/oak_boat.json new file mode 100644 index 00000000..477c841a --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/oak_boat.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/oak_boat" + } +} diff --git a/1.14.4/assets/minecraft/models/item/oak_button.json b/1.14.4/assets/minecraft/models/item/oak_button.json new file mode 100644 index 00000000..f2099b22 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/oak_button.json @@ -0,0 +1,3 @@ +{ + "parent": "block/oak_button_inventory" +} diff --git a/1.14.4/assets/minecraft/models/item/oak_door.json b/1.14.4/assets/minecraft/models/item/oak_door.json new file mode 100644 index 00000000..baf3014d --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/oak_door.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/oak_door" + } +} diff --git a/1.14.4/assets/minecraft/models/item/oak_fence.json b/1.14.4/assets/minecraft/models/item/oak_fence.json new file mode 100644 index 00000000..f435a041 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/oak_fence.json @@ -0,0 +1,3 @@ +{ + "parent": "block/oak_fence_inventory" +} diff --git a/1.14.4/assets/minecraft/models/item/oak_fence_gate.json b/1.14.4/assets/minecraft/models/item/oak_fence_gate.json new file mode 100644 index 00000000..ba5952db --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/oak_fence_gate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/oak_fence_gate" +} diff --git a/1.14.4/assets/minecraft/models/item/oak_leaves.json b/1.14.4/assets/minecraft/models/item/oak_leaves.json new file mode 100644 index 00000000..fc608cc3 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/oak_leaves.json @@ -0,0 +1,3 @@ +{ + "parent": "block/oak_leaves" +} diff --git a/1.14.4/assets/minecraft/models/item/oak_log.json b/1.14.4/assets/minecraft/models/item/oak_log.json new file mode 100644 index 00000000..75791b39 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/oak_log.json @@ -0,0 +1,3 @@ +{ + "parent": "block/oak_log" +} diff --git a/1.14.4/assets/minecraft/models/item/oak_planks.json b/1.14.4/assets/minecraft/models/item/oak_planks.json new file mode 100644 index 00000000..9e0316c0 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/oak_planks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/oak_planks" +} diff --git a/1.14.4/assets/minecraft/models/item/oak_pressure_plate.json b/1.14.4/assets/minecraft/models/item/oak_pressure_plate.json new file mode 100644 index 00000000..16d0d430 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/oak_pressure_plate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/oak_pressure_plate" +} diff --git a/1.14.4/assets/minecraft/models/item/oak_sapling.json b/1.14.4/assets/minecraft/models/item/oak_sapling.json new file mode 100644 index 00000000..5a291202 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/oak_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/oak_sapling" + } +} diff --git a/1.14.4/assets/minecraft/models/item/oak_sign.json b/1.14.4/assets/minecraft/models/item/oak_sign.json new file mode 100644 index 00000000..e06cdb9d --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/oak_sign.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/oak_sign" + } +} diff --git a/1.14.4/assets/minecraft/models/item/oak_slab.json b/1.14.4/assets/minecraft/models/item/oak_slab.json new file mode 100644 index 00000000..db8c9859 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/oak_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/oak_slab" +} diff --git a/1.14.4/assets/minecraft/models/item/oak_stairs.json b/1.14.4/assets/minecraft/models/item/oak_stairs.json new file mode 100644 index 00000000..15add8b1 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/oak_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/oak_stairs" +} diff --git a/1.14.4/assets/minecraft/models/item/oak_trapdoor.json b/1.14.4/assets/minecraft/models/item/oak_trapdoor.json new file mode 100644 index 00000000..3967eb8e --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/oak_trapdoor.json @@ -0,0 +1,3 @@ +{ + "parent": "block/oak_trapdoor_bottom" +} diff --git a/1.14.4/assets/minecraft/models/item/oak_wood.json b/1.14.4/assets/minecraft/models/item/oak_wood.json new file mode 100644 index 00000000..06d6e8b5 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/oak_wood.json @@ -0,0 +1,3 @@ +{ + "parent": "block/oak_wood" +} diff --git a/1.14.4/assets/minecraft/models/item/observer.json b/1.14.4/assets/minecraft/models/item/observer.json new file mode 100644 index 00000000..6acbb70b --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/observer.json @@ -0,0 +1,3 @@ +{ + "parent": "block/observer" +} diff --git a/1.14.4/assets/minecraft/models/item/obsidian.json b/1.14.4/assets/minecraft/models/item/obsidian.json new file mode 100644 index 00000000..e800ae67 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/obsidian.json @@ -0,0 +1,3 @@ +{ + "parent": "block/obsidian" +} diff --git a/1.14.4/assets/minecraft/models/item/ocelot_spawn_egg.json b/1.14.4/assets/minecraft/models/item/ocelot_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/ocelot_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.14.4/assets/minecraft/models/item/orange_banner.json b/1.14.4/assets/minecraft/models/item/orange_banner.json new file mode 100644 index 00000000..9d43dcc2 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/orange_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_banner" +} diff --git a/1.14.4/assets/minecraft/models/item/orange_bed.json b/1.14.4/assets/minecraft/models/item/orange_bed.json new file mode 100644 index 00000000..268041ed --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/orange_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "item/template_bed", + "textures": { + "particle": "block/orange_wool" + } +} diff --git a/1.14.4/assets/minecraft/models/item/orange_carpet.json b/1.14.4/assets/minecraft/models/item/orange_carpet.json new file mode 100644 index 00000000..b85ed83e --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/orange_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/orange_carpet" +} diff --git a/1.14.4/assets/minecraft/models/item/orange_concrete.json b/1.14.4/assets/minecraft/models/item/orange_concrete.json new file mode 100644 index 00000000..a6a32ebd --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/orange_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "block/orange_concrete" +} diff --git a/1.14.4/assets/minecraft/models/item/orange_concrete_powder.json b/1.14.4/assets/minecraft/models/item/orange_concrete_powder.json new file mode 100644 index 00000000..d408b36d --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/orange_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "block/orange_concrete_powder" +} diff --git a/1.14.4/assets/minecraft/models/item/orange_dye.json b/1.14.4/assets/minecraft/models/item/orange_dye.json new file mode 100644 index 00000000..d5b1d010 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/orange_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/orange_dye" + } +} diff --git a/1.14.4/assets/minecraft/models/item/orange_glazed_terracotta.json b/1.14.4/assets/minecraft/models/item/orange_glazed_terracotta.json new file mode 100644 index 00000000..1bb279de --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/orange_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/orange_glazed_terracotta" +} diff --git a/1.14.4/assets/minecraft/models/item/orange_shulker_box.json b/1.14.4/assets/minecraft/models/item/orange_shulker_box.json new file mode 100644 index 00000000..713f77bf --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/orange_shulker_box.json @@ -0,0 +1,6 @@ +{ + "parent": "item/template_shulker_box", + "textures": { + "particle": "block/orange_shulker_box" + } +} diff --git a/1.14.4/assets/minecraft/models/item/orange_stained_glass.json b/1.14.4/assets/minecraft/models/item/orange_stained_glass.json new file mode 100644 index 00000000..9cc76c64 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/orange_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/orange_stained_glass" +} diff --git a/1.14.4/assets/minecraft/models/item/orange_stained_glass_pane.json b/1.14.4/assets/minecraft/models/item/orange_stained_glass_pane.json new file mode 100644 index 00000000..db2bfa3c --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/orange_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/orange_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/item/orange_terracotta.json b/1.14.4/assets/minecraft/models/item/orange_terracotta.json new file mode 100644 index 00000000..88229a35 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/orange_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/orange_terracotta" +} diff --git a/1.14.4/assets/minecraft/models/item/orange_tulip.json b/1.14.4/assets/minecraft/models/item/orange_tulip.json new file mode 100644 index 00000000..1554c34d --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/orange_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/orange_tulip" + } +} diff --git a/1.14.4/assets/minecraft/models/item/orange_wool.json b/1.14.4/assets/minecraft/models/item/orange_wool.json new file mode 100644 index 00000000..7957176d --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/orange_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/orange_wool" +} diff --git a/1.14.4/assets/minecraft/models/item/oxeye_daisy.json b/1.14.4/assets/minecraft/models/item/oxeye_daisy.json new file mode 100644 index 00000000..2f999840 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/oxeye_daisy.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/oxeye_daisy" + } +} diff --git a/1.14.4/assets/minecraft/models/item/packed_ice.json b/1.14.4/assets/minecraft/models/item/packed_ice.json new file mode 100644 index 00000000..be1aa0a1 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/packed_ice.json @@ -0,0 +1,3 @@ +{ + "parent": "block/packed_ice" +} diff --git a/1.14.4/assets/minecraft/models/item/painting.json b/1.14.4/assets/minecraft/models/item/painting.json new file mode 100644 index 00000000..834814e0 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/painting.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/painting" + } +} diff --git a/1.14.4/assets/minecraft/models/item/panda_spawn_egg.json b/1.14.4/assets/minecraft/models/item/panda_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/panda_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.14.4/assets/minecraft/models/item/paper.json b/1.14.4/assets/minecraft/models/item/paper.json new file mode 100644 index 00000000..78937654 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/paper.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/paper" + } +} diff --git a/1.14.4/assets/minecraft/models/item/parrot_spawn_egg.json b/1.14.4/assets/minecraft/models/item/parrot_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/parrot_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.14.4/assets/minecraft/models/item/peony.json b/1.14.4/assets/minecraft/models/item/peony.json new file mode 100644 index 00000000..ca1c87a0 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/peony.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/peony_top" + } +} diff --git a/1.14.4/assets/minecraft/models/item/petrified_oak_slab.json b/1.14.4/assets/minecraft/models/item/petrified_oak_slab.json new file mode 100644 index 00000000..5da32299 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/petrified_oak_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/petrified_oak_slab" +} diff --git a/1.14.4/assets/minecraft/models/item/phantom_membrane.json b/1.14.4/assets/minecraft/models/item/phantom_membrane.json new file mode 100644 index 00000000..a28cd8e9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/phantom_membrane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/phantom_membrane" + } +} diff --git a/1.14.4/assets/minecraft/models/item/phantom_spawn_egg.json b/1.14.4/assets/minecraft/models/item/phantom_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/phantom_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.14.4/assets/minecraft/models/item/pig_spawn_egg.json b/1.14.4/assets/minecraft/models/item/pig_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/pig_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.14.4/assets/minecraft/models/item/pillager_spawn_egg.json b/1.14.4/assets/minecraft/models/item/pillager_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/pillager_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.14.4/assets/minecraft/models/item/pink_banner.json b/1.14.4/assets/minecraft/models/item/pink_banner.json new file mode 100644 index 00000000..9d43dcc2 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/pink_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_banner" +} diff --git a/1.14.4/assets/minecraft/models/item/pink_bed.json b/1.14.4/assets/minecraft/models/item/pink_bed.json new file mode 100644 index 00000000..73d21dd6 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/pink_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "item/template_bed", + "textures": { + "particle": "block/pink_wool" + } +} diff --git a/1.14.4/assets/minecraft/models/item/pink_carpet.json b/1.14.4/assets/minecraft/models/item/pink_carpet.json new file mode 100644 index 00000000..e0bb7110 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/pink_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/pink_carpet" +} diff --git a/1.14.4/assets/minecraft/models/item/pink_concrete.json b/1.14.4/assets/minecraft/models/item/pink_concrete.json new file mode 100644 index 00000000..40b3ad6e --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/pink_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "block/pink_concrete" +} diff --git a/1.14.4/assets/minecraft/models/item/pink_concrete_powder.json b/1.14.4/assets/minecraft/models/item/pink_concrete_powder.json new file mode 100644 index 00000000..54b09057 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/pink_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "block/pink_concrete_powder" +} diff --git a/1.14.4/assets/minecraft/models/item/pink_dye.json b/1.14.4/assets/minecraft/models/item/pink_dye.json new file mode 100644 index 00000000..bbab5b46 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/pink_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/pink_dye" + } +} diff --git a/1.14.4/assets/minecraft/models/item/pink_glazed_terracotta.json b/1.14.4/assets/minecraft/models/item/pink_glazed_terracotta.json new file mode 100644 index 00000000..b892533a --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/pink_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/pink_glazed_terracotta" +} diff --git a/1.14.4/assets/minecraft/models/item/pink_shulker_box.json b/1.14.4/assets/minecraft/models/item/pink_shulker_box.json new file mode 100644 index 00000000..a1c69f33 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/pink_shulker_box.json @@ -0,0 +1,6 @@ +{ + "parent": "item/template_shulker_box", + "textures": { + "particle": "block/pink_shulker_box" + } +} diff --git a/1.14.4/assets/minecraft/models/item/pink_stained_glass.json b/1.14.4/assets/minecraft/models/item/pink_stained_glass.json new file mode 100644 index 00000000..10de7cff --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/pink_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/pink_stained_glass" +} diff --git a/1.14.4/assets/minecraft/models/item/pink_stained_glass_pane.json b/1.14.4/assets/minecraft/models/item/pink_stained_glass_pane.json new file mode 100644 index 00000000..0cc281ba --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/pink_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/pink_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/item/pink_terracotta.json b/1.14.4/assets/minecraft/models/item/pink_terracotta.json new file mode 100644 index 00000000..868619cc --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/pink_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/pink_terracotta" +} diff --git a/1.14.4/assets/minecraft/models/item/pink_tulip.json b/1.14.4/assets/minecraft/models/item/pink_tulip.json new file mode 100644 index 00000000..dd6b1705 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/pink_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/pink_tulip" + } +} diff --git a/1.14.4/assets/minecraft/models/item/pink_wool.json b/1.14.4/assets/minecraft/models/item/pink_wool.json new file mode 100644 index 00000000..fced1886 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/pink_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/pink_wool" +} diff --git a/1.14.4/assets/minecraft/models/item/piston.json b/1.14.4/assets/minecraft/models/item/piston.json new file mode 100644 index 00000000..2e965e0f --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/piston.json @@ -0,0 +1,3 @@ +{ + "parent": "block/piston_inventory" +} diff --git a/1.14.4/assets/minecraft/models/item/player_head.json b/1.14.4/assets/minecraft/models/item/player_head.json new file mode 100644 index 00000000..8efea47e --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/player_head.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_skull" +} diff --git a/1.14.4/assets/minecraft/models/item/podzol.json b/1.14.4/assets/minecraft/models/item/podzol.json new file mode 100644 index 00000000..a2a5c01a --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/podzol.json @@ -0,0 +1,3 @@ +{ + "parent": "block/podzol" +} diff --git a/1.14.4/assets/minecraft/models/item/poisonous_potato.json b/1.14.4/assets/minecraft/models/item/poisonous_potato.json new file mode 100644 index 00000000..bf40cd80 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/poisonous_potato.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/poisonous_potato" + } +} diff --git a/1.14.4/assets/minecraft/models/item/polar_bear_spawn_egg.json b/1.14.4/assets/minecraft/models/item/polar_bear_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/polar_bear_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.14.4/assets/minecraft/models/item/polished_andesite.json b/1.14.4/assets/minecraft/models/item/polished_andesite.json new file mode 100644 index 00000000..88685dfe --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/polished_andesite.json @@ -0,0 +1,3 @@ +{ + "parent": "block/polished_andesite" +} diff --git a/1.14.4/assets/minecraft/models/item/polished_andesite_slab.json b/1.14.4/assets/minecraft/models/item/polished_andesite_slab.json new file mode 100644 index 00000000..a49e49e3 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/polished_andesite_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/polished_andesite_slab" +} diff --git a/1.14.4/assets/minecraft/models/item/polished_andesite_stairs.json b/1.14.4/assets/minecraft/models/item/polished_andesite_stairs.json new file mode 100644 index 00000000..2ba009e9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/polished_andesite_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/polished_andesite_stairs" +} diff --git a/1.14.4/assets/minecraft/models/item/polished_diorite.json b/1.14.4/assets/minecraft/models/item/polished_diorite.json new file mode 100644 index 00000000..4aa1756c --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/polished_diorite.json @@ -0,0 +1,3 @@ +{ + "parent": "block/polished_diorite" +} diff --git a/1.14.4/assets/minecraft/models/item/polished_diorite_slab.json b/1.14.4/assets/minecraft/models/item/polished_diorite_slab.json new file mode 100644 index 00000000..3275927d --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/polished_diorite_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/polished_diorite_slab" +} diff --git a/1.14.4/assets/minecraft/models/item/polished_diorite_stairs.json b/1.14.4/assets/minecraft/models/item/polished_diorite_stairs.json new file mode 100644 index 00000000..52a6ebea --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/polished_diorite_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/polished_diorite_stairs" +} diff --git a/1.14.4/assets/minecraft/models/item/polished_granite.json b/1.14.4/assets/minecraft/models/item/polished_granite.json new file mode 100644 index 00000000..35bc90d0 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/polished_granite.json @@ -0,0 +1,3 @@ +{ + "parent": "block/polished_granite" +} diff --git a/1.14.4/assets/minecraft/models/item/polished_granite_slab.json b/1.14.4/assets/minecraft/models/item/polished_granite_slab.json new file mode 100644 index 00000000..6b4d00fc --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/polished_granite_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/polished_granite_slab" +} diff --git a/1.14.4/assets/minecraft/models/item/polished_granite_stairs.json b/1.14.4/assets/minecraft/models/item/polished_granite_stairs.json new file mode 100644 index 00000000..96bf94ba --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/polished_granite_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/polished_granite_stairs" +} diff --git a/1.14.4/assets/minecraft/models/item/popped_chorus_fruit.json b/1.14.4/assets/minecraft/models/item/popped_chorus_fruit.json new file mode 100644 index 00000000..017089ee --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/popped_chorus_fruit.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/popped_chorus_fruit" + } +} diff --git a/1.14.4/assets/minecraft/models/item/poppy.json b/1.14.4/assets/minecraft/models/item/poppy.json new file mode 100644 index 00000000..fa9cdcb2 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/poppy.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/poppy" + } +} diff --git a/1.14.4/assets/minecraft/models/item/porkchop.json b/1.14.4/assets/minecraft/models/item/porkchop.json new file mode 100644 index 00000000..e84f06fc --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/porkchop.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/porkchop" + } +} diff --git a/1.14.4/assets/minecraft/models/item/potato.json b/1.14.4/assets/minecraft/models/item/potato.json new file mode 100644 index 00000000..306b5748 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/potato.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/potato" + } +} diff --git a/1.14.4/assets/minecraft/models/item/potion.json b/1.14.4/assets/minecraft/models/item/potion.json new file mode 100644 index 00000000..73c2a578 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/potion.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/potion_overlay", + "layer1": "item/potion" + } +} diff --git a/1.14.4/assets/minecraft/models/item/powered_rail.json b/1.14.4/assets/minecraft/models/item/powered_rail.json new file mode 100644 index 00000000..2f08ac93 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/powered_rail.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/powered_rail" + } +} diff --git a/1.14.4/assets/minecraft/models/item/prismarine.json b/1.14.4/assets/minecraft/models/item/prismarine.json new file mode 100644 index 00000000..1e9f3c29 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/prismarine.json @@ -0,0 +1,3 @@ +{ + "parent": "block/prismarine" +} diff --git a/1.14.4/assets/minecraft/models/item/prismarine_brick_slab.json b/1.14.4/assets/minecraft/models/item/prismarine_brick_slab.json new file mode 100644 index 00000000..977898e9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/prismarine_brick_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/prismarine_brick_slab" +} diff --git a/1.14.4/assets/minecraft/models/item/prismarine_brick_stairs.json b/1.14.4/assets/minecraft/models/item/prismarine_brick_stairs.json new file mode 100644 index 00000000..8aa591bc --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/prismarine_brick_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/prismarine_brick_stairs" +} diff --git a/1.14.4/assets/minecraft/models/item/prismarine_bricks.json b/1.14.4/assets/minecraft/models/item/prismarine_bricks.json new file mode 100644 index 00000000..b741335b --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/prismarine_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/prismarine_bricks" +} diff --git a/1.14.4/assets/minecraft/models/item/prismarine_crystals.json b/1.14.4/assets/minecraft/models/item/prismarine_crystals.json new file mode 100644 index 00000000..bb8e7127 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/prismarine_crystals.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/prismarine_crystals" + } +} diff --git a/1.14.4/assets/minecraft/models/item/prismarine_shard.json b/1.14.4/assets/minecraft/models/item/prismarine_shard.json new file mode 100644 index 00000000..7c5bd9d9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/prismarine_shard.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/prismarine_shard" + } +} diff --git a/1.14.4/assets/minecraft/models/item/prismarine_slab.json b/1.14.4/assets/minecraft/models/item/prismarine_slab.json new file mode 100644 index 00000000..eeb5b5a2 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/prismarine_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/prismarine_slab" +} diff --git a/1.14.4/assets/minecraft/models/item/prismarine_stairs.json b/1.14.4/assets/minecraft/models/item/prismarine_stairs.json new file mode 100644 index 00000000..47c8e67d --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/prismarine_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/prismarine_stairs" +} diff --git a/1.14.4/assets/minecraft/models/item/prismarine_wall.json b/1.14.4/assets/minecraft/models/item/prismarine_wall.json new file mode 100644 index 00000000..818a2c99 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/prismarine_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "block/prismarine_wall_inventory" +} diff --git a/1.14.4/assets/minecraft/models/item/pufferfish.json b/1.14.4/assets/minecraft/models/item/pufferfish.json new file mode 100644 index 00000000..a611f2c1 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/pufferfish.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/pufferfish" + } +} diff --git a/1.14.4/assets/minecraft/models/item/pufferfish_bucket.json b/1.14.4/assets/minecraft/models/item/pufferfish_bucket.json new file mode 100644 index 00000000..17e84cc0 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/pufferfish_bucket.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/pufferfish_bucket" + } +} diff --git a/1.14.4/assets/minecraft/models/item/pufferfish_spawn_egg.json b/1.14.4/assets/minecraft/models/item/pufferfish_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/pufferfish_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.14.4/assets/minecraft/models/item/pumpkin.json b/1.14.4/assets/minecraft/models/item/pumpkin.json new file mode 100644 index 00000000..536a355e --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/pumpkin.json @@ -0,0 +1,3 @@ +{ + "parent": "block/pumpkin" +} diff --git a/1.14.4/assets/minecraft/models/item/pumpkin_pie.json b/1.14.4/assets/minecraft/models/item/pumpkin_pie.json new file mode 100644 index 00000000..68f6e3ef --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/pumpkin_pie.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/pumpkin_pie" + } +} diff --git a/1.14.4/assets/minecraft/models/item/pumpkin_seeds.json b/1.14.4/assets/minecraft/models/item/pumpkin_seeds.json new file mode 100644 index 00000000..3db2be62 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/pumpkin_seeds.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/pumpkin_seeds" + } +} diff --git a/1.14.4/assets/minecraft/models/item/purple_banner.json b/1.14.4/assets/minecraft/models/item/purple_banner.json new file mode 100644 index 00000000..9d43dcc2 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/purple_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_banner" +} diff --git a/1.14.4/assets/minecraft/models/item/purple_bed.json b/1.14.4/assets/minecraft/models/item/purple_bed.json new file mode 100644 index 00000000..9510ff8f --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/purple_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "item/template_bed", + "textures": { + "particle": "block/purple_wool" + } +} diff --git a/1.14.4/assets/minecraft/models/item/purple_carpet.json b/1.14.4/assets/minecraft/models/item/purple_carpet.json new file mode 100644 index 00000000..953463b9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/purple_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/purple_carpet" +} diff --git a/1.14.4/assets/minecraft/models/item/purple_concrete.json b/1.14.4/assets/minecraft/models/item/purple_concrete.json new file mode 100644 index 00000000..36a42e84 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/purple_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "block/purple_concrete" +} diff --git a/1.14.4/assets/minecraft/models/item/purple_concrete_powder.json b/1.14.4/assets/minecraft/models/item/purple_concrete_powder.json new file mode 100644 index 00000000..ea90e5da --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/purple_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "block/purple_concrete_powder" +} diff --git a/1.14.4/assets/minecraft/models/item/purple_dye.json b/1.14.4/assets/minecraft/models/item/purple_dye.json new file mode 100644 index 00000000..ff4865e8 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/purple_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/purple_dye" + } +} diff --git a/1.14.4/assets/minecraft/models/item/purple_glazed_terracotta.json b/1.14.4/assets/minecraft/models/item/purple_glazed_terracotta.json new file mode 100644 index 00000000..867f8bb7 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/purple_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/purple_glazed_terracotta" +} diff --git a/1.14.4/assets/minecraft/models/item/purple_shulker_box.json b/1.14.4/assets/minecraft/models/item/purple_shulker_box.json new file mode 100644 index 00000000..f0550c41 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/purple_shulker_box.json @@ -0,0 +1,6 @@ +{ + "parent": "item/template_shulker_box", + "textures": { + "particle": "block/purple_shulker_box" + } +} diff --git a/1.14.4/assets/minecraft/models/item/purple_stained_glass.json b/1.14.4/assets/minecraft/models/item/purple_stained_glass.json new file mode 100644 index 00000000..0fa8f9ab --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/purple_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/purple_stained_glass" +} diff --git a/1.14.4/assets/minecraft/models/item/purple_stained_glass_pane.json b/1.14.4/assets/minecraft/models/item/purple_stained_glass_pane.json new file mode 100644 index 00000000..1a2587fd --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/purple_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/purple_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/item/purple_terracotta.json b/1.14.4/assets/minecraft/models/item/purple_terracotta.json new file mode 100644 index 00000000..5670b48a --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/purple_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/purple_terracotta" +} diff --git a/1.14.4/assets/minecraft/models/item/purple_wool.json b/1.14.4/assets/minecraft/models/item/purple_wool.json new file mode 100644 index 00000000..087e3a64 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/purple_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/purple_wool" +} diff --git a/1.14.4/assets/minecraft/models/item/purpur_block.json b/1.14.4/assets/minecraft/models/item/purpur_block.json new file mode 100644 index 00000000..11e96329 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/purpur_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/purpur_block" +} diff --git a/1.14.4/assets/minecraft/models/item/purpur_pillar.json b/1.14.4/assets/minecraft/models/item/purpur_pillar.json new file mode 100644 index 00000000..55c4a923 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/purpur_pillar.json @@ -0,0 +1,3 @@ +{ + "parent": "block/purpur_pillar" +} diff --git a/1.14.4/assets/minecraft/models/item/purpur_slab.json b/1.14.4/assets/minecraft/models/item/purpur_slab.json new file mode 100644 index 00000000..876b6daf --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/purpur_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/purpur_slab" +} diff --git a/1.14.4/assets/minecraft/models/item/purpur_stairs.json b/1.14.4/assets/minecraft/models/item/purpur_stairs.json new file mode 100644 index 00000000..fd71ac3a --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/purpur_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/purpur_stairs" +} diff --git a/1.14.4/assets/minecraft/models/item/quartz.json b/1.14.4/assets/minecraft/models/item/quartz.json new file mode 100644 index 00000000..137c24ed --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/quartz.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/quartz" + } +} diff --git a/1.14.4/assets/minecraft/models/item/quartz_block.json b/1.14.4/assets/minecraft/models/item/quartz_block.json new file mode 100644 index 00000000..b53a8082 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/quartz_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/quartz_block" +} diff --git a/1.14.4/assets/minecraft/models/item/quartz_pillar.json b/1.14.4/assets/minecraft/models/item/quartz_pillar.json new file mode 100644 index 00000000..0ed5aea2 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/quartz_pillar.json @@ -0,0 +1,3 @@ +{ + "parent": "block/quartz_pillar" +} diff --git a/1.14.4/assets/minecraft/models/item/quartz_slab.json b/1.14.4/assets/minecraft/models/item/quartz_slab.json new file mode 100644 index 00000000..c0249f37 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/quartz_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/quartz_slab" +} diff --git a/1.14.4/assets/minecraft/models/item/quartz_stairs.json b/1.14.4/assets/minecraft/models/item/quartz_stairs.json new file mode 100644 index 00000000..4fb792ed --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/quartz_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/quartz_stairs" +} diff --git a/1.14.4/assets/minecraft/models/item/rabbit.json b/1.14.4/assets/minecraft/models/item/rabbit.json new file mode 100644 index 00000000..19089e83 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/rabbit.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/rabbit" + } +} diff --git a/1.14.4/assets/minecraft/models/item/rabbit_foot.json b/1.14.4/assets/minecraft/models/item/rabbit_foot.json new file mode 100644 index 00000000..f336d38e --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/rabbit_foot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/rabbit_foot" + } +} diff --git a/1.14.4/assets/minecraft/models/item/rabbit_hide.json b/1.14.4/assets/minecraft/models/item/rabbit_hide.json new file mode 100644 index 00000000..96737868 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/rabbit_hide.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/rabbit_hide" + } +} diff --git a/1.14.4/assets/minecraft/models/item/rabbit_spawn_egg.json b/1.14.4/assets/minecraft/models/item/rabbit_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/rabbit_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.14.4/assets/minecraft/models/item/rabbit_stew.json b/1.14.4/assets/minecraft/models/item/rabbit_stew.json new file mode 100644 index 00000000..7de122f3 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/rabbit_stew.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/rabbit_stew" + } +} diff --git a/1.14.4/assets/minecraft/models/item/rail.json b/1.14.4/assets/minecraft/models/item/rail.json new file mode 100644 index 00000000..e3c8b3e7 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/rail.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/rail" + } +} diff --git a/1.14.4/assets/minecraft/models/item/ravager_spawn_egg.json b/1.14.4/assets/minecraft/models/item/ravager_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/ravager_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.14.4/assets/minecraft/models/item/red_banner.json b/1.14.4/assets/minecraft/models/item/red_banner.json new file mode 100644 index 00000000..9d43dcc2 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/red_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_banner" +} diff --git a/1.14.4/assets/minecraft/models/item/red_bed.json b/1.14.4/assets/minecraft/models/item/red_bed.json new file mode 100644 index 00000000..2734e522 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/red_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "item/template_bed", + "textures": { + "particle": "block/red_wool" + } +} diff --git a/1.14.4/assets/minecraft/models/item/red_carpet.json b/1.14.4/assets/minecraft/models/item/red_carpet.json new file mode 100644 index 00000000..76ae3351 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/red_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_carpet" +} diff --git a/1.14.4/assets/minecraft/models/item/red_concrete.json b/1.14.4/assets/minecraft/models/item/red_concrete.json new file mode 100644 index 00000000..8ce646ad --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/red_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_concrete" +} diff --git a/1.14.4/assets/minecraft/models/item/red_concrete_powder.json b/1.14.4/assets/minecraft/models/item/red_concrete_powder.json new file mode 100644 index 00000000..736b4b6c --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/red_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_concrete_powder" +} diff --git a/1.14.4/assets/minecraft/models/item/red_dye.json b/1.14.4/assets/minecraft/models/item/red_dye.json new file mode 100644 index 00000000..fb548002 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/red_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/red_dye" + } +} diff --git a/1.14.4/assets/minecraft/models/item/red_glazed_terracotta.json b/1.14.4/assets/minecraft/models/item/red_glazed_terracotta.json new file mode 100644 index 00000000..90c6fa53 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/red_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_glazed_terracotta" +} diff --git a/1.14.4/assets/minecraft/models/item/red_mushroom.json b/1.14.4/assets/minecraft/models/item/red_mushroom.json new file mode 100644 index 00000000..f03e9508 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/red_mushroom.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/red_mushroom" + } +} diff --git a/1.14.4/assets/minecraft/models/item/red_mushroom_block.json b/1.14.4/assets/minecraft/models/item/red_mushroom_block.json new file mode 100644 index 00000000..4c2f15dd --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/red_mushroom_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_mushroom_block_inventory" +} diff --git a/1.14.4/assets/minecraft/models/item/red_nether_brick_slab.json b/1.14.4/assets/minecraft/models/item/red_nether_brick_slab.json new file mode 100644 index 00000000..c48c9721 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/red_nether_brick_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_nether_brick_slab" +} diff --git a/1.14.4/assets/minecraft/models/item/red_nether_brick_stairs.json b/1.14.4/assets/minecraft/models/item/red_nether_brick_stairs.json new file mode 100644 index 00000000..3e4b9959 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/red_nether_brick_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_nether_brick_stairs" +} diff --git a/1.14.4/assets/minecraft/models/item/red_nether_brick_wall.json b/1.14.4/assets/minecraft/models/item/red_nether_brick_wall.json new file mode 100644 index 00000000..7fa9ac57 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/red_nether_brick_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_nether_brick_wall_inventory" +} diff --git a/1.14.4/assets/minecraft/models/item/red_nether_bricks.json b/1.14.4/assets/minecraft/models/item/red_nether_bricks.json new file mode 100644 index 00000000..a44eac72 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/red_nether_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_nether_bricks" +} diff --git a/1.14.4/assets/minecraft/models/item/red_sand.json b/1.14.4/assets/minecraft/models/item/red_sand.json new file mode 100644 index 00000000..1a5296f0 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/red_sand.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_sand" +} diff --git a/1.14.4/assets/minecraft/models/item/red_sandstone.json b/1.14.4/assets/minecraft/models/item/red_sandstone.json new file mode 100644 index 00000000..b43e1c49 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/red_sandstone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_sandstone" +} diff --git a/1.14.4/assets/minecraft/models/item/red_sandstone_slab.json b/1.14.4/assets/minecraft/models/item/red_sandstone_slab.json new file mode 100644 index 00000000..f7a049d5 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/red_sandstone_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_sandstone_slab" +} diff --git a/1.14.4/assets/minecraft/models/item/red_sandstone_stairs.json b/1.14.4/assets/minecraft/models/item/red_sandstone_stairs.json new file mode 100644 index 00000000..b3fb4a38 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/red_sandstone_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_sandstone_stairs" +} diff --git a/1.14.4/assets/minecraft/models/item/red_sandstone_wall.json b/1.14.4/assets/minecraft/models/item/red_sandstone_wall.json new file mode 100644 index 00000000..e593ed9a --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/red_sandstone_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_sandstone_wall_inventory" +} diff --git a/1.14.4/assets/minecraft/models/item/red_shulker_box.json b/1.14.4/assets/minecraft/models/item/red_shulker_box.json new file mode 100644 index 00000000..886553a4 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/red_shulker_box.json @@ -0,0 +1,6 @@ +{ + "parent": "item/template_shulker_box", + "textures": { + "particle": "block/red_shulker_box" + } +} diff --git a/1.14.4/assets/minecraft/models/item/red_stained_glass.json b/1.14.4/assets/minecraft/models/item/red_stained_glass.json new file mode 100644 index 00000000..1ee7d90f --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/red_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_stained_glass" +} diff --git a/1.14.4/assets/minecraft/models/item/red_stained_glass_pane.json b/1.14.4/assets/minecraft/models/item/red_stained_glass_pane.json new file mode 100644 index 00000000..6c14eb08 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/red_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/red_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/item/red_terracotta.json b/1.14.4/assets/minecraft/models/item/red_terracotta.json new file mode 100644 index 00000000..0ab4d296 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/red_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_terracotta" +} diff --git a/1.14.4/assets/minecraft/models/item/red_tulip.json b/1.14.4/assets/minecraft/models/item/red_tulip.json new file mode 100644 index 00000000..0b462dbb --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/red_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/red_tulip" + } +} diff --git a/1.14.4/assets/minecraft/models/item/red_wool.json b/1.14.4/assets/minecraft/models/item/red_wool.json new file mode 100644 index 00000000..108f67db --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/red_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_wool" +} diff --git a/1.14.4/assets/minecraft/models/item/redstone.json b/1.14.4/assets/minecraft/models/item/redstone.json new file mode 100644 index 00000000..843be359 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/redstone.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/redstone" + } +} diff --git a/1.14.4/assets/minecraft/models/item/redstone_block.json b/1.14.4/assets/minecraft/models/item/redstone_block.json new file mode 100644 index 00000000..3ebc09a2 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/redstone_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/redstone_block" +} diff --git a/1.14.4/assets/minecraft/models/item/redstone_lamp.json b/1.14.4/assets/minecraft/models/item/redstone_lamp.json new file mode 100644 index 00000000..ba0354a7 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/redstone_lamp.json @@ -0,0 +1,3 @@ +{ + "parent": "block/redstone_lamp" +} diff --git a/1.14.4/assets/minecraft/models/item/redstone_ore.json b/1.14.4/assets/minecraft/models/item/redstone_ore.json new file mode 100644 index 00000000..223d3de3 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/redstone_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "block/redstone_ore" +} diff --git a/1.14.4/assets/minecraft/models/item/redstone_torch.json b/1.14.4/assets/minecraft/models/item/redstone_torch.json new file mode 100644 index 00000000..d721d089 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/redstone_torch.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/redstone_torch" + } +} diff --git a/1.14.4/assets/minecraft/models/item/repeater.json b/1.14.4/assets/minecraft/models/item/repeater.json new file mode 100644 index 00000000..8c105b79 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/repeater.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/repeater" + } +} diff --git a/1.14.4/assets/minecraft/models/item/repeating_command_block.json b/1.14.4/assets/minecraft/models/item/repeating_command_block.json new file mode 100644 index 00000000..8c277f8b --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/repeating_command_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/repeating_command_block" +} diff --git a/1.14.4/assets/minecraft/models/item/rose_bush.json b/1.14.4/assets/minecraft/models/item/rose_bush.json new file mode 100644 index 00000000..51e755dc --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/rose_bush.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/rose_bush_top" + } +} diff --git a/1.14.4/assets/minecraft/models/item/rotten_flesh.json b/1.14.4/assets/minecraft/models/item/rotten_flesh.json new file mode 100644 index 00000000..5a8e7aeb --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/rotten_flesh.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/rotten_flesh" + } +} diff --git a/1.14.4/assets/minecraft/models/item/saddle.json b/1.14.4/assets/minecraft/models/item/saddle.json new file mode 100644 index 00000000..774985c5 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/saddle.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/saddle" + } +} diff --git a/1.14.4/assets/minecraft/models/item/salmon.json b/1.14.4/assets/minecraft/models/item/salmon.json new file mode 100644 index 00000000..2c6dc2ad --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/salmon.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/salmon" + } +} diff --git a/1.14.4/assets/minecraft/models/item/salmon_bucket.json b/1.14.4/assets/minecraft/models/item/salmon_bucket.json new file mode 100644 index 00000000..80eacf73 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/salmon_bucket.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/salmon_bucket" + } +} diff --git a/1.14.4/assets/minecraft/models/item/salmon_spawn_egg.json b/1.14.4/assets/minecraft/models/item/salmon_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/salmon_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.14.4/assets/minecraft/models/item/sand.json b/1.14.4/assets/minecraft/models/item/sand.json new file mode 100644 index 00000000..813ae503 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/sand.json @@ -0,0 +1,3 @@ +{ + "parent": "block/sand" +} diff --git a/1.14.4/assets/minecraft/models/item/sandstone.json b/1.14.4/assets/minecraft/models/item/sandstone.json new file mode 100644 index 00000000..250d42f4 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/sandstone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/sandstone" +} diff --git a/1.14.4/assets/minecraft/models/item/sandstone_slab.json b/1.14.4/assets/minecraft/models/item/sandstone_slab.json new file mode 100644 index 00000000..f53b3726 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/sandstone_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/sandstone_slab" +} diff --git a/1.14.4/assets/minecraft/models/item/sandstone_stairs.json b/1.14.4/assets/minecraft/models/item/sandstone_stairs.json new file mode 100644 index 00000000..18ab6848 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/sandstone_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/sandstone_stairs" +} diff --git a/1.14.4/assets/minecraft/models/item/sandstone_wall.json b/1.14.4/assets/minecraft/models/item/sandstone_wall.json new file mode 100644 index 00000000..8c0f90ef --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/sandstone_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "block/sandstone_wall_inventory" +} diff --git a/1.14.4/assets/minecraft/models/item/scaffolding.json b/1.14.4/assets/minecraft/models/item/scaffolding.json new file mode 100644 index 00000000..9c6d2b20 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/scaffolding.json @@ -0,0 +1,3 @@ +{ + "parent": "block/scaffolding_stable" +} diff --git a/1.14.4/assets/minecraft/models/item/scute.json b/1.14.4/assets/minecraft/models/item/scute.json new file mode 100644 index 00000000..a0b399ef --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/scute.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/scute" + } +} diff --git a/1.14.4/assets/minecraft/models/item/sea_lantern.json b/1.14.4/assets/minecraft/models/item/sea_lantern.json new file mode 100644 index 00000000..8ce7df3b --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/sea_lantern.json @@ -0,0 +1,3 @@ +{ + "parent": "block/sea_lantern" +} diff --git a/1.14.4/assets/minecraft/models/item/sea_pickle.json b/1.14.4/assets/minecraft/models/item/sea_pickle.json new file mode 100644 index 00000000..4337017c --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/sea_pickle.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/sea_pickle" + } +} diff --git a/1.14.4/assets/minecraft/models/item/seagrass.json b/1.14.4/assets/minecraft/models/item/seagrass.json new file mode 100644 index 00000000..2a7d6790 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/seagrass.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/seagrass" + } +} diff --git a/1.14.4/assets/minecraft/models/item/shears.json b/1.14.4/assets/minecraft/models/item/shears.json new file mode 100644 index 00000000..0a90d0a9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/shears.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/shears" + } +} diff --git a/1.14.4/assets/minecraft/models/item/sheep_spawn_egg.json b/1.14.4/assets/minecraft/models/item/sheep_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/sheep_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.14.4/assets/minecraft/models/item/shield.json b/1.14.4/assets/minecraft/models/item/shield.json new file mode 100644 index 00000000..a260e58b --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/shield.json @@ -0,0 +1,51 @@ +{ + "parent": "builtin/entity", + "textures": { + "particle": "block/dark_oak_planks" + }, + "display": { + "thirdperson_righthand": { + "rotation": [ 0, 90, 0 ], + "translation": [ 10, 6, -4 ], + "scale": [ 1, 1, 1 ] + }, + "thirdperson_lefthand": { + "rotation": [ 0, 90, 0 ], + "translation": [ 10, 6, 12 ], + "scale": [ 1, 1, 1 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 180, 5 ], + "translation": [ -10, 2, -10 ], + "scale": [ 1.25, 1.25, 1.25 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, 180, 5 ], + "translation": [ 10, 0, -10 ], + "scale": [ 1.25, 1.25, 1.25 ] + }, + "gui": { + "rotation": [ 15, -25, -5 ], + "translation": [ 2, 3, 0 ], + "scale": [ 0.65, 0.65, 0.65 ] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "translation": [ -2, 4, -5], + "scale":[ 0.5, 0.5, 0.5] + }, + "ground": { + "rotation": [ 0, 0, 0 ], + "translation": [ 4, 4, 2], + "scale":[ 0.25, 0.25, 0.25] + } + }, + "overrides": [ + { + "predicate": { + "blocking": 1 + }, + "model": "item/shield_blocking" + } + ] +} diff --git a/1.14.4/assets/minecraft/models/item/shield_blocking.json b/1.14.4/assets/minecraft/models/item/shield_blocking.json new file mode 100644 index 00000000..db31ce5c --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/shield_blocking.json @@ -0,0 +1,33 @@ +{ + "parent": "builtin/entity", + "textures": { + "particle": "block/dark_oak_planks" + }, + "display": { + "thirdperson_righthand": { + "rotation": [ 45, 135, 0 ], + "translation": [ 3.51, 11, -2 ], + "scale": [ 1, 1, 1 ] + }, + "thirdperson_lefthand": { + "rotation": [ 45, 135, 0 ], + "translation": [ 13.51, 3, 5 ], + "scale": [ 1, 1, 1 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 180, -5 ], + "translation": [ -15, 5, -11 ], + "scale": [ 1.25, 1.25, 1.25 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, 180, -5 ], + "translation": [ 5, 5, -11 ], + "scale": [ 1.25, 1.25, 1.25 ] + }, + "gui": { + "rotation": [ 15, -25, -5 ], + "translation": [ 2, 3, 0 ], + "scale": [ 0.65, 0.65, 0.65 ] + } + } +} diff --git a/1.14.4/assets/minecraft/models/item/shulker_box.json b/1.14.4/assets/minecraft/models/item/shulker_box.json new file mode 100644 index 00000000..f9db633d --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/shulker_box.json @@ -0,0 +1,6 @@ +{ + "parent": "item/template_shulker_box", + "textures": { + "particle": "block/shulker_box" + } +} diff --git a/1.14.4/assets/minecraft/models/item/shulker_shell.json b/1.14.4/assets/minecraft/models/item/shulker_shell.json new file mode 100644 index 00000000..34f189cd --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/shulker_shell.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/shulker_shell" + } +} diff --git a/1.14.4/assets/minecraft/models/item/shulker_spawn_egg.json b/1.14.4/assets/minecraft/models/item/shulker_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/shulker_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.14.4/assets/minecraft/models/item/silverfish_spawn_egg.json b/1.14.4/assets/minecraft/models/item/silverfish_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/silverfish_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.14.4/assets/minecraft/models/item/skeleton_horse_spawn_egg.json b/1.14.4/assets/minecraft/models/item/skeleton_horse_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/skeleton_horse_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.14.4/assets/minecraft/models/item/skeleton_skull.json b/1.14.4/assets/minecraft/models/item/skeleton_skull.json new file mode 100644 index 00000000..8efea47e --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/skeleton_skull.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_skull" +} diff --git a/1.14.4/assets/minecraft/models/item/skeleton_spawn_egg.json b/1.14.4/assets/minecraft/models/item/skeleton_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/skeleton_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.14.4/assets/minecraft/models/item/skull_banner_pattern.json b/1.14.4/assets/minecraft/models/item/skull_banner_pattern.json new file mode 100644 index 00000000..9eca098e --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/skull_banner_pattern.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/skull_banner_pattern" + } +} diff --git a/1.14.4/assets/minecraft/models/item/slime_ball.json b/1.14.4/assets/minecraft/models/item/slime_ball.json new file mode 100644 index 00000000..d78a213a --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/slime_ball.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/slime_ball" + } +} diff --git a/1.14.4/assets/minecraft/models/item/slime_block.json b/1.14.4/assets/minecraft/models/item/slime_block.json new file mode 100644 index 00000000..3958f32f --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/slime_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/slime_block" +} diff --git a/1.14.4/assets/minecraft/models/item/slime_spawn_egg.json b/1.14.4/assets/minecraft/models/item/slime_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/slime_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.14.4/assets/minecraft/models/item/smithing_table.json b/1.14.4/assets/minecraft/models/item/smithing_table.json new file mode 100644 index 00000000..57d6c54e --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/smithing_table.json @@ -0,0 +1,3 @@ +{ + "parent": "block/smithing_table" +} diff --git a/1.14.4/assets/minecraft/models/item/smoker.json b/1.14.4/assets/minecraft/models/item/smoker.json new file mode 100644 index 00000000..c8e25a2a --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/smoker.json @@ -0,0 +1,3 @@ +{ + "parent": "block/smoker" +} diff --git a/1.14.4/assets/minecraft/models/item/smooth_quartz.json b/1.14.4/assets/minecraft/models/item/smooth_quartz.json new file mode 100644 index 00000000..616924fe --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/smooth_quartz.json @@ -0,0 +1,3 @@ +{ + "parent": "block/smooth_quartz" +} diff --git a/1.14.4/assets/minecraft/models/item/smooth_quartz_slab.json b/1.14.4/assets/minecraft/models/item/smooth_quartz_slab.json new file mode 100644 index 00000000..e16786c2 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/smooth_quartz_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/smooth_quartz_slab" +} diff --git a/1.14.4/assets/minecraft/models/item/smooth_quartz_stairs.json b/1.14.4/assets/minecraft/models/item/smooth_quartz_stairs.json new file mode 100644 index 00000000..49eb7a8a --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/smooth_quartz_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/smooth_quartz_stairs" +} diff --git a/1.14.4/assets/minecraft/models/item/smooth_red_sandstone.json b/1.14.4/assets/minecraft/models/item/smooth_red_sandstone.json new file mode 100644 index 00000000..bf18b75a --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/smooth_red_sandstone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/smooth_red_sandstone" +} diff --git a/1.14.4/assets/minecraft/models/item/smooth_red_sandstone_slab.json b/1.14.4/assets/minecraft/models/item/smooth_red_sandstone_slab.json new file mode 100644 index 00000000..716621bb --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/smooth_red_sandstone_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/smooth_red_sandstone_slab" +} diff --git a/1.14.4/assets/minecraft/models/item/smooth_red_sandstone_stairs.json b/1.14.4/assets/minecraft/models/item/smooth_red_sandstone_stairs.json new file mode 100644 index 00000000..da928aa9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/smooth_red_sandstone_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/smooth_red_sandstone_stairs" +} diff --git a/1.14.4/assets/minecraft/models/item/smooth_sandstone.json b/1.14.4/assets/minecraft/models/item/smooth_sandstone.json new file mode 100644 index 00000000..d830768c --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/smooth_sandstone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/smooth_sandstone" +} diff --git a/1.14.4/assets/minecraft/models/item/smooth_sandstone_slab.json b/1.14.4/assets/minecraft/models/item/smooth_sandstone_slab.json new file mode 100644 index 00000000..118e1804 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/smooth_sandstone_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/smooth_sandstone_slab" +} diff --git a/1.14.4/assets/minecraft/models/item/smooth_sandstone_stairs.json b/1.14.4/assets/minecraft/models/item/smooth_sandstone_stairs.json new file mode 100644 index 00000000..a968566a --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/smooth_sandstone_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/smooth_sandstone_stairs" +} diff --git a/1.14.4/assets/minecraft/models/item/smooth_stone.json b/1.14.4/assets/minecraft/models/item/smooth_stone.json new file mode 100644 index 00000000..ba1c0ab9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/smooth_stone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/smooth_stone" +} diff --git a/1.14.4/assets/minecraft/models/item/smooth_stone_slab.json b/1.14.4/assets/minecraft/models/item/smooth_stone_slab.json new file mode 100644 index 00000000..56b2ac35 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/smooth_stone_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/smooth_stone_slab" +} diff --git a/1.14.4/assets/minecraft/models/item/snow.json b/1.14.4/assets/minecraft/models/item/snow.json new file mode 100644 index 00000000..af2f0121 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/snow.json @@ -0,0 +1,3 @@ +{ + "parent": "block/snow_height2" +} diff --git a/1.14.4/assets/minecraft/models/item/snow_block.json b/1.14.4/assets/minecraft/models/item/snow_block.json new file mode 100644 index 00000000..87b8ee66 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/snow_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/snow_block" +} diff --git a/1.14.4/assets/minecraft/models/item/snowball.json b/1.14.4/assets/minecraft/models/item/snowball.json new file mode 100644 index 00000000..54087cfd --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/snowball.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/snowball" + } +} diff --git a/1.14.4/assets/minecraft/models/item/soul_sand.json b/1.14.4/assets/minecraft/models/item/soul_sand.json new file mode 100644 index 00000000..bb214e31 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/soul_sand.json @@ -0,0 +1,3 @@ +{ + "parent": "block/soul_sand" +} diff --git a/1.14.4/assets/minecraft/models/item/spawner.json b/1.14.4/assets/minecraft/models/item/spawner.json new file mode 100644 index 00000000..ecd30956 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/spawner.json @@ -0,0 +1,3 @@ +{ + "parent": "block/spawner" +} diff --git a/1.14.4/assets/minecraft/models/item/spectral_arrow.json b/1.14.4/assets/minecraft/models/item/spectral_arrow.json new file mode 100644 index 00000000..d7b5f27d --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/spectral_arrow.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/spectral_arrow" + } +} diff --git a/1.14.4/assets/minecraft/models/item/spider_eye.json b/1.14.4/assets/minecraft/models/item/spider_eye.json new file mode 100644 index 00000000..a24bcb5f --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/spider_eye.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/spider_eye" + } +} diff --git a/1.14.4/assets/minecraft/models/item/spider_spawn_egg.json b/1.14.4/assets/minecraft/models/item/spider_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/spider_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.14.4/assets/minecraft/models/item/splash_potion.json b/1.14.4/assets/minecraft/models/item/splash_potion.json new file mode 100644 index 00000000..d9aaa6b8 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/splash_potion.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/potion_overlay", + "layer1": "item/splash_potion" + } +} diff --git a/1.14.4/assets/minecraft/models/item/sponge.json b/1.14.4/assets/minecraft/models/item/sponge.json new file mode 100644 index 00000000..be0af22f --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/sponge.json @@ -0,0 +1,3 @@ +{ + "parent": "block/sponge" +} diff --git a/1.14.4/assets/minecraft/models/item/spruce_boat.json b/1.14.4/assets/minecraft/models/item/spruce_boat.json new file mode 100644 index 00000000..fcb2815a --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/spruce_boat.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/spruce_boat" + } +} diff --git a/1.14.4/assets/minecraft/models/item/spruce_button.json b/1.14.4/assets/minecraft/models/item/spruce_button.json new file mode 100644 index 00000000..6a0b73c6 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/spruce_button.json @@ -0,0 +1,3 @@ +{ + "parent": "block/spruce_button_inventory" +} diff --git a/1.14.4/assets/minecraft/models/item/spruce_door.json b/1.14.4/assets/minecraft/models/item/spruce_door.json new file mode 100644 index 00000000..a2c5bf86 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/spruce_door.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/spruce_door" + } +} diff --git a/1.14.4/assets/minecraft/models/item/spruce_fence.json b/1.14.4/assets/minecraft/models/item/spruce_fence.json new file mode 100644 index 00000000..fccc7be6 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/spruce_fence.json @@ -0,0 +1,3 @@ +{ + "parent": "block/spruce_fence_inventory" +} diff --git a/1.14.4/assets/minecraft/models/item/spruce_fence_gate.json b/1.14.4/assets/minecraft/models/item/spruce_fence_gate.json new file mode 100644 index 00000000..18eecb81 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/spruce_fence_gate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/spruce_fence_gate" +} diff --git a/1.14.4/assets/minecraft/models/item/spruce_leaves.json b/1.14.4/assets/minecraft/models/item/spruce_leaves.json new file mode 100644 index 00000000..0fc2b066 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/spruce_leaves.json @@ -0,0 +1,3 @@ +{ + "parent": "block/spruce_leaves" +} diff --git a/1.14.4/assets/minecraft/models/item/spruce_log.json b/1.14.4/assets/minecraft/models/item/spruce_log.json new file mode 100644 index 00000000..702dccc4 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/spruce_log.json @@ -0,0 +1,3 @@ +{ + "parent": "block/spruce_log" +} diff --git a/1.14.4/assets/minecraft/models/item/spruce_planks.json b/1.14.4/assets/minecraft/models/item/spruce_planks.json new file mode 100644 index 00000000..05d60747 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/spruce_planks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/spruce_planks" +} diff --git a/1.14.4/assets/minecraft/models/item/spruce_pressure_plate.json b/1.14.4/assets/minecraft/models/item/spruce_pressure_plate.json new file mode 100644 index 00000000..05ecb9c5 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/spruce_pressure_plate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/spruce_pressure_plate" +} diff --git a/1.14.4/assets/minecraft/models/item/spruce_sapling.json b/1.14.4/assets/minecraft/models/item/spruce_sapling.json new file mode 100644 index 00000000..b03637c9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/spruce_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/spruce_sapling" + } +} diff --git a/1.14.4/assets/minecraft/models/item/spruce_sign.json b/1.14.4/assets/minecraft/models/item/spruce_sign.json new file mode 100644 index 00000000..f3b706cd --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/spruce_sign.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/spruce_sign" + } +} diff --git a/1.14.4/assets/minecraft/models/item/spruce_slab.json b/1.14.4/assets/minecraft/models/item/spruce_slab.json new file mode 100644 index 00000000..4ad1bc91 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/spruce_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/spruce_slab" +} diff --git a/1.14.4/assets/minecraft/models/item/spruce_stairs.json b/1.14.4/assets/minecraft/models/item/spruce_stairs.json new file mode 100644 index 00000000..c69594a3 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/spruce_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/spruce_stairs" +} diff --git a/1.14.4/assets/minecraft/models/item/spruce_trapdoor.json b/1.14.4/assets/minecraft/models/item/spruce_trapdoor.json new file mode 100644 index 00000000..83dd4d02 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/spruce_trapdoor.json @@ -0,0 +1,3 @@ +{ + "parent": "block/spruce_trapdoor_bottom" +} diff --git a/1.14.4/assets/minecraft/models/item/spruce_wood.json b/1.14.4/assets/minecraft/models/item/spruce_wood.json new file mode 100644 index 00000000..eabcd7ce --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/spruce_wood.json @@ -0,0 +1,3 @@ +{ + "parent": "block/spruce_wood" +} diff --git a/1.14.4/assets/minecraft/models/item/squid_spawn_egg.json b/1.14.4/assets/minecraft/models/item/squid_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/squid_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.14.4/assets/minecraft/models/item/stick.json b/1.14.4/assets/minecraft/models/item/stick.json new file mode 100644 index 00000000..0f000b81 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/stick.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/stick" + } +} diff --git a/1.14.4/assets/minecraft/models/item/sticky_piston.json b/1.14.4/assets/minecraft/models/item/sticky_piston.json new file mode 100644 index 00000000..f55667a7 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/sticky_piston.json @@ -0,0 +1,3 @@ +{ + "parent": "block/sticky_piston_inventory" +} diff --git a/1.14.4/assets/minecraft/models/item/stone.json b/1.14.4/assets/minecraft/models/item/stone.json new file mode 100644 index 00000000..68982f03 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/stone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stone" +} diff --git a/1.14.4/assets/minecraft/models/item/stone_axe.json b/1.14.4/assets/minecraft/models/item/stone_axe.json new file mode 100644 index 00000000..2392a50a --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/stone_axe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/stone_axe" + } +} diff --git a/1.14.4/assets/minecraft/models/item/stone_brick_slab.json b/1.14.4/assets/minecraft/models/item/stone_brick_slab.json new file mode 100644 index 00000000..8adeb25c --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/stone_brick_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stone_brick_slab" +} diff --git a/1.14.4/assets/minecraft/models/item/stone_brick_stairs.json b/1.14.4/assets/minecraft/models/item/stone_brick_stairs.json new file mode 100644 index 00000000..30e682e1 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/stone_brick_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stone_brick_stairs" +} diff --git a/1.14.4/assets/minecraft/models/item/stone_brick_wall.json b/1.14.4/assets/minecraft/models/item/stone_brick_wall.json new file mode 100644 index 00000000..7ebac89b --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/stone_brick_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stone_brick_wall_inventory" +} diff --git a/1.14.4/assets/minecraft/models/item/stone_bricks.json b/1.14.4/assets/minecraft/models/item/stone_bricks.json new file mode 100644 index 00000000..64b053db --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/stone_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stone_bricks" +} diff --git a/1.14.4/assets/minecraft/models/item/stone_button.json b/1.14.4/assets/minecraft/models/item/stone_button.json new file mode 100644 index 00000000..2ef9acb7 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/stone_button.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stone_button_inventory" +} diff --git a/1.14.4/assets/minecraft/models/item/stone_hoe.json b/1.14.4/assets/minecraft/models/item/stone_hoe.json new file mode 100644 index 00000000..644f0dfc --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/stone_hoe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/stone_hoe" + } +} diff --git a/1.14.4/assets/minecraft/models/item/stone_pickaxe.json b/1.14.4/assets/minecraft/models/item/stone_pickaxe.json new file mode 100644 index 00000000..f8555971 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/stone_pickaxe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/stone_pickaxe" + } +} diff --git a/1.14.4/assets/minecraft/models/item/stone_pressure_plate.json b/1.14.4/assets/minecraft/models/item/stone_pressure_plate.json new file mode 100644 index 00000000..ee6b52fa --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/stone_pressure_plate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stone_pressure_plate" +} diff --git a/1.14.4/assets/minecraft/models/item/stone_shovel.json b/1.14.4/assets/minecraft/models/item/stone_shovel.json new file mode 100644 index 00000000..0998a064 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/stone_shovel.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/stone_shovel" + } +} diff --git a/1.14.4/assets/minecraft/models/item/stone_slab.json b/1.14.4/assets/minecraft/models/item/stone_slab.json new file mode 100644 index 00000000..82ded8fe --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/stone_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stone_slab" +} diff --git a/1.14.4/assets/minecraft/models/item/stone_stairs.json b/1.14.4/assets/minecraft/models/item/stone_stairs.json new file mode 100644 index 00000000..65107ed7 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/stone_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stone_stairs" +} diff --git a/1.14.4/assets/minecraft/models/item/stone_sword.json b/1.14.4/assets/minecraft/models/item/stone_sword.json new file mode 100644 index 00000000..07b51646 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/stone_sword.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/stone_sword" + } +} diff --git a/1.14.4/assets/minecraft/models/item/stonecutter.json b/1.14.4/assets/minecraft/models/item/stonecutter.json new file mode 100644 index 00000000..838a67a0 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/stonecutter.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stonecutter" +} diff --git a/1.14.4/assets/minecraft/models/item/stray_spawn_egg.json b/1.14.4/assets/minecraft/models/item/stray_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/stray_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.14.4/assets/minecraft/models/item/string.json b/1.14.4/assets/minecraft/models/item/string.json new file mode 100644 index 00000000..c372e8b2 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/string.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/string" + } +} diff --git a/1.14.4/assets/minecraft/models/item/stripped_acacia_log.json b/1.14.4/assets/minecraft/models/item/stripped_acacia_log.json new file mode 100644 index 00000000..de28244d --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/stripped_acacia_log.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stripped_acacia_log" +} diff --git a/1.14.4/assets/minecraft/models/item/stripped_acacia_wood.json b/1.14.4/assets/minecraft/models/item/stripped_acacia_wood.json new file mode 100644 index 00000000..4cdb7d8f --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/stripped_acacia_wood.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stripped_acacia_wood" +} diff --git a/1.14.4/assets/minecraft/models/item/stripped_birch_log.json b/1.14.4/assets/minecraft/models/item/stripped_birch_log.json new file mode 100644 index 00000000..196df713 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/stripped_birch_log.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stripped_birch_log" +} diff --git a/1.14.4/assets/minecraft/models/item/stripped_birch_wood.json b/1.14.4/assets/minecraft/models/item/stripped_birch_wood.json new file mode 100644 index 00000000..1ce42d9a --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/stripped_birch_wood.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stripped_birch_wood" +} diff --git a/1.14.4/assets/minecraft/models/item/stripped_dark_oak_log.json b/1.14.4/assets/minecraft/models/item/stripped_dark_oak_log.json new file mode 100644 index 00000000..37644cd8 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/stripped_dark_oak_log.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stripped_dark_oak_log" +} diff --git a/1.14.4/assets/minecraft/models/item/stripped_dark_oak_wood.json b/1.14.4/assets/minecraft/models/item/stripped_dark_oak_wood.json new file mode 100644 index 00000000..27bcd03f --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/stripped_dark_oak_wood.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stripped_dark_oak_wood" +} diff --git a/1.14.4/assets/minecraft/models/item/stripped_jungle_log.json b/1.14.4/assets/minecraft/models/item/stripped_jungle_log.json new file mode 100644 index 00000000..aebe70c8 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/stripped_jungle_log.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stripped_jungle_log" +} diff --git a/1.14.4/assets/minecraft/models/item/stripped_jungle_wood.json b/1.14.4/assets/minecraft/models/item/stripped_jungle_wood.json new file mode 100644 index 00000000..43391624 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/stripped_jungle_wood.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stripped_jungle_wood" +} diff --git a/1.14.4/assets/minecraft/models/item/stripped_oak_log.json b/1.14.4/assets/minecraft/models/item/stripped_oak_log.json new file mode 100644 index 00000000..11882661 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/stripped_oak_log.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stripped_oak_log" +} diff --git a/1.14.4/assets/minecraft/models/item/stripped_oak_wood.json b/1.14.4/assets/minecraft/models/item/stripped_oak_wood.json new file mode 100644 index 00000000..fd1ba70f --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/stripped_oak_wood.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stripped_oak_wood" +} diff --git a/1.14.4/assets/minecraft/models/item/stripped_spruce_log.json b/1.14.4/assets/minecraft/models/item/stripped_spruce_log.json new file mode 100644 index 00000000..58f402f2 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/stripped_spruce_log.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stripped_spruce_log" +} diff --git a/1.14.4/assets/minecraft/models/item/stripped_spruce_wood.json b/1.14.4/assets/minecraft/models/item/stripped_spruce_wood.json new file mode 100644 index 00000000..33db75f7 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/stripped_spruce_wood.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stripped_spruce_wood" +} diff --git a/1.14.4/assets/minecraft/models/item/structure_block.json b/1.14.4/assets/minecraft/models/item/structure_block.json new file mode 100644 index 00000000..14bed985 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/structure_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/structure_block" +} diff --git a/1.14.4/assets/minecraft/models/item/structure_void.json b/1.14.4/assets/minecraft/models/item/structure_void.json new file mode 100644 index 00000000..155198b4 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/structure_void.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/structure_void" + } +} diff --git a/1.14.4/assets/minecraft/models/item/sugar.json b/1.14.4/assets/minecraft/models/item/sugar.json new file mode 100644 index 00000000..c3769929 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/sugar.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/sugar" + } +} diff --git a/1.14.4/assets/minecraft/models/item/sugar_cane.json b/1.14.4/assets/minecraft/models/item/sugar_cane.json new file mode 100644 index 00000000..bb54fd4b --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/sugar_cane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/sugar_cane" + } +} diff --git a/1.14.4/assets/minecraft/models/item/sunflower.json b/1.14.4/assets/minecraft/models/item/sunflower.json new file mode 100644 index 00000000..a383f464 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/sunflower.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/sunflower_front" + } +} diff --git a/1.14.4/assets/minecraft/models/item/suspicious_stew.json b/1.14.4/assets/minecraft/models/item/suspicious_stew.json new file mode 100644 index 00000000..55c7cfd7 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/suspicious_stew.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/suspicious_stew" + } +} diff --git a/1.14.4/assets/minecraft/models/item/sweet_berries.json b/1.14.4/assets/minecraft/models/item/sweet_berries.json new file mode 100644 index 00000000..a0f36db2 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/sweet_berries.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/sweet_berries" + } +} diff --git a/1.14.4/assets/minecraft/models/item/tall_grass.json b/1.14.4/assets/minecraft/models/item/tall_grass.json new file mode 100644 index 00000000..f05c5028 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/tall_grass.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/tall_grass_top" + } +} diff --git a/1.14.4/assets/minecraft/models/item/template_banner.json b/1.14.4/assets/minecraft/models/item/template_banner.json new file mode 100644 index 00000000..0b03d27a --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/template_banner.json @@ -0,0 +1,38 @@ +{ + "parent": "builtin/entity", + "textures": { + "particle": "block/oak_planks" + }, + "display": { + "thirdperson_righthand": { + "rotation": [ 0, 90, 0 ], + "translation": [ 0, 2, 0.5], + "scale":[ 0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [ 0, 90, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 0.375, 0.375, 0.375] + }, + "gui": { + "rotation": [ 30, 20, 0 ], + "translation": [ 0, -3.25, 0], + "scale":[ 0.5325, 0.5325, 0.5325] + }, + "ground": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 1, 0], + "scale":[ 0.25, 0.25, 0.25] + }, + "head": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 16, 7], + "scale":[ 1.5, 1.5, 1.5 ] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 0.5, 0.5, 0.5] + } + } +} diff --git a/1.14.4/assets/minecraft/models/item/template_bed.json b/1.14.4/assets/minecraft/models/item/template_bed.json new file mode 100644 index 00000000..b0c6ee0c --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/template_bed.json @@ -0,0 +1,35 @@ +{ + "parent": "builtin/entity", + "display": { + "thirdperson_righthand": { + "rotation": [ 30, 160, 0 ], + "translation": [ 0, 3, -2], + "scale":[ 0.23, 0.23, 0.23] + }, + "firstperson_righthand": { + "rotation": [ 30, 160, 0 ], + "translation": [ 0, 3, 0], + "scale":[ 0.375, 0.375, 0.375] + }, + "gui": { + "rotation": [ 30, 160, 0 ], + "translation": [ 2, 3, 0], + "scale":[ 0.5325, 0.5325, 0.5325] + }, + "ground": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 1, 0], + "scale":[ 0.25, 0.25, 0.25] + }, + "head": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 10, -8], + "scale":[ 1,1,1 ] + }, + "fixed": { + "rotation": [ 270, 0, 0 ], + "translation": [ 0, 4, -2], + "scale":[ 0.5, 0.5, 0.5] + } + } +} diff --git a/1.14.4/assets/minecraft/models/item/template_shulker_box.json b/1.14.4/assets/minecraft/models/item/template_shulker_box.json new file mode 100644 index 00000000..7bfe2e69 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/template_shulker_box.json @@ -0,0 +1,35 @@ +{ + "parent": "builtin/entity", + "display": { + "gui": { + "rotation": [ 30, 45, 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 ] + }, + "head": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 1, 1, 1] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 0.5, 0.5, 0.5 ] + }, + "thirdperson_righthand": { + "rotation": [ 75, 315, 0 ], + "translation": [ 0, 2.5, 0], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 315, 0 ], + "translation": [ 0, 0, 0], + "scale": [ 0.4, 0.4, 0.4 ] + } + } +} diff --git a/1.14.4/assets/minecraft/models/item/template_skull.json b/1.14.4/assets/minecraft/models/item/template_skull.json new file mode 100644 index 00000000..232416fc --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/template_skull.json @@ -0,0 +1,28 @@ +{ + "parent": "builtin/entity", + "textures": { + "particle": "block/soul_sand" + }, + "display": { + "gui": { + "rotation": [ 30, 45, 0 ], + "translation": [ 0, 3, 0 ], + "scale": [ 1, 1, 1 ] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 4, 0], + "scale":[ 1, 1, 1 ] + }, + "ground": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 3, 0 ], + "scale": [ 0.5, 0.5, 0.5 ] + }, + "thirdperson_righthand": { + "rotation": [ 45, 45, 0 ], + "translation": [ 0, 3, 0 ], + "scale": [ 0.5, 0.5, 0.5 ] + } + } +} diff --git a/1.14.4/assets/minecraft/models/item/template_spawn_egg.json b/1.14.4/assets/minecraft/models/item/template_spawn_egg.json new file mode 100644 index 00000000..4ae4b4c2 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/template_spawn_egg.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/spawn_egg", + "layer1": "item/spawn_egg_overlay" + } +} diff --git a/1.14.4/assets/minecraft/models/item/terracotta.json b/1.14.4/assets/minecraft/models/item/terracotta.json new file mode 100644 index 00000000..f46a585d --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/terracotta" +} diff --git a/1.14.4/assets/minecraft/models/item/tipped_arrow.json b/1.14.4/assets/minecraft/models/item/tipped_arrow.json new file mode 100644 index 00000000..578defec --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/tipped_arrow.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/tipped_arrow_head", + "layer1": "item/tipped_arrow_base" + } +} diff --git a/1.14.4/assets/minecraft/models/item/tnt.json b/1.14.4/assets/minecraft/models/item/tnt.json new file mode 100644 index 00000000..ba1dec1c --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/tnt.json @@ -0,0 +1,3 @@ +{ + "parent": "block/tnt" +} diff --git a/1.14.4/assets/minecraft/models/item/tnt_minecart.json b/1.14.4/assets/minecraft/models/item/tnt_minecart.json new file mode 100644 index 00000000..df22af26 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/tnt_minecart.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/tnt_minecart" + } +} diff --git a/1.14.4/assets/minecraft/models/item/torch.json b/1.14.4/assets/minecraft/models/item/torch.json new file mode 100644 index 00000000..157031eb --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/torch.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/torch" + } +} diff --git a/1.14.4/assets/minecraft/models/item/totem_of_undying.json b/1.14.4/assets/minecraft/models/item/totem_of_undying.json new file mode 100644 index 00000000..47b4b511 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/totem_of_undying.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/totem_of_undying" + } +} diff --git a/1.14.4/assets/minecraft/models/item/trader_llama_spawn_egg.json b/1.14.4/assets/minecraft/models/item/trader_llama_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/trader_llama_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.14.4/assets/minecraft/models/item/trapped_chest.json b/1.14.4/assets/minecraft/models/item/trapped_chest.json new file mode 100644 index 00000000..c7435714 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/trapped_chest.json @@ -0,0 +1,3 @@ +{ + "parent": "item/chest" +} diff --git a/1.14.4/assets/minecraft/models/item/trident.json b/1.14.4/assets/minecraft/models/item/trident.json new file mode 100644 index 00000000..8669b3ee --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/trident.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/trident" + } +} diff --git a/1.14.4/assets/minecraft/models/item/trident_in_hand.json b/1.14.4/assets/minecraft/models/item/trident_in_hand.json new file mode 100644 index 00000000..307b3895 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/trident_in_hand.json @@ -0,0 +1,51 @@ +{ + "parent": "builtin/entity", + "textures": { + "particle": "item/trident" + }, + "display": { + "thirdperson_righthand": { + "rotation": [ 0, 60, 0 ], + "translation": [ 11, 17, -2 ], + "scale": [ 1, 1, 1 ] + }, + "thirdperson_lefthand": { + "rotation": [ 0, 60, 0 ], + "translation": [ 3, 17, 12 ], + "scale": [ 1, 1, 1 ] + }, + "firstperson_righthand": { + "rotation": [ 0, -90, 25 ], + "translation": [ -3, 17, 1], + "scale": [ 1, 1, 1 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, 90, -25 ], + "translation": [ 13, 17, 1], + "scale": [ 1, 1, 1 ] + }, + "gui": { + "rotation": [ 15, -25, -5 ], + "translation": [ 2, 3, 0 ], + "scale": [ 0.65, 0.65, 0.65 ] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "translation": [ -2, 4, -5], + "scale":[ 0.5, 0.5, 0.5] + }, + "ground": { + "rotation": [ 0, 0, 0 ], + "translation": [ 4, 4, 2], + "scale":[ 0.25, 0.25, 0.25] + } + }, + "overrides": [ + { + "predicate": { + "throwing": 1 + }, + "model": "item/trident_throwing" + } + ] +} diff --git a/1.14.4/assets/minecraft/models/item/trident_throwing.json b/1.14.4/assets/minecraft/models/item/trident_throwing.json new file mode 100644 index 00000000..2135b512 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/trident_throwing.json @@ -0,0 +1,43 @@ +{ + "parent": "builtin/entity", + "textures": { + "particle": "item/trident" + }, + "display": { + "thirdperson_righthand": { + "rotation": [ 0, 90, 180 ], + "translation": [ 8, -17, 9 ], + "scale": [ 1, 1, 1 ] + }, + "thirdperson_lefthand": { + "rotation": [ 0, 90, 180 ], + "translation": [ 8, -17, -7 ], + "scale": [ 1, 1, 1 ] + }, + "firstperson_righthand": { + "rotation": [ 0, -90, 25 ], + "translation": [ -3, 17, 1], + "scale": [ 1, 1, 1 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, 90, -25 ], + "translation": [ 13, 17, 1], + "scale": [ 1, 1, 1 ] + }, + "gui": { + "rotation": [ 15, -25, -5 ], + "translation": [ 2, 3, 0 ], + "scale": [ 0.65, 0.65, 0.65 ] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "translation": [ -2, 4, -5], + "scale":[ 0.5, 0.5, 0.5] + }, + "ground": { + "rotation": [ 0, 0, 0 ], + "translation": [ 4, 4, 2], + "scale":[ 0.25, 0.25, 0.25] + } + } +} diff --git a/1.14.4/assets/minecraft/models/item/tripwire_hook.json b/1.14.4/assets/minecraft/models/item/tripwire_hook.json new file mode 100644 index 00000000..01958857 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/tripwire_hook.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/tripwire_hook" + } +} diff --git a/1.14.4/assets/minecraft/models/item/tropical_fish.json b/1.14.4/assets/minecraft/models/item/tropical_fish.json new file mode 100644 index 00000000..a29ca82a --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/tropical_fish.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/tropical_fish" + } +} diff --git a/1.14.4/assets/minecraft/models/item/tropical_fish_bucket.json b/1.14.4/assets/minecraft/models/item/tropical_fish_bucket.json new file mode 100644 index 00000000..c3853e1b --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/tropical_fish_bucket.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/tropical_fish_bucket" + } +} diff --git a/1.14.4/assets/minecraft/models/item/tropical_fish_spawn_egg.json b/1.14.4/assets/minecraft/models/item/tropical_fish_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/tropical_fish_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.14.4/assets/minecraft/models/item/tube_coral.json b/1.14.4/assets/minecraft/models/item/tube_coral.json new file mode 100644 index 00000000..e5255752 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/tube_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/tube_coral" + } +} diff --git a/1.14.4/assets/minecraft/models/item/tube_coral_block.json b/1.14.4/assets/minecraft/models/item/tube_coral_block.json new file mode 100644 index 00000000..6778672a --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/tube_coral_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/tube_coral_block" +} diff --git a/1.14.4/assets/minecraft/models/item/tube_coral_fan.json b/1.14.4/assets/minecraft/models/item/tube_coral_fan.json new file mode 100644 index 00000000..84d1b0c4 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/tube_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/tube_coral_fan" + } +} diff --git a/1.14.4/assets/minecraft/models/item/tube_coral_wall_fan.json b/1.14.4/assets/minecraft/models/item/tube_coral_wall_fan.json new file mode 100644 index 00000000..84d1b0c4 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/tube_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/tube_coral_fan" + } +} diff --git a/1.14.4/assets/minecraft/models/item/turtle_egg.json b/1.14.4/assets/minecraft/models/item/turtle_egg.json new file mode 100644 index 00000000..d463828f --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/turtle_egg.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/turtle_egg" + } +} diff --git a/1.14.4/assets/minecraft/models/item/turtle_helmet.json b/1.14.4/assets/minecraft/models/item/turtle_helmet.json new file mode 100644 index 00000000..cc979c51 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/turtle_helmet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/turtle_helmet" + } +} diff --git a/1.14.4/assets/minecraft/models/item/turtle_spawn_egg.json b/1.14.4/assets/minecraft/models/item/turtle_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/turtle_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.14.4/assets/minecraft/models/item/vex_spawn_egg.json b/1.14.4/assets/minecraft/models/item/vex_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/vex_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.14.4/assets/minecraft/models/item/villager_spawn_egg.json b/1.14.4/assets/minecraft/models/item/villager_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/villager_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.14.4/assets/minecraft/models/item/vindicator_spawn_egg.json b/1.14.4/assets/minecraft/models/item/vindicator_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/vindicator_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.14.4/assets/minecraft/models/item/vine.json b/1.14.4/assets/minecraft/models/item/vine.json new file mode 100644 index 00000000..50920225 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/vine.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/vine" + } +} diff --git a/1.14.4/assets/minecraft/models/item/wandering_trader_spawn_egg.json b/1.14.4/assets/minecraft/models/item/wandering_trader_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/wandering_trader_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.14.4/assets/minecraft/models/item/water_bucket.json b/1.14.4/assets/minecraft/models/item/water_bucket.json new file mode 100644 index 00000000..f736bc03 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/water_bucket.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/water_bucket" + } +} diff --git a/1.14.4/assets/minecraft/models/item/wet_sponge.json b/1.14.4/assets/minecraft/models/item/wet_sponge.json new file mode 100644 index 00000000..04d89b49 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/wet_sponge.json @@ -0,0 +1,3 @@ +{ + "parent": "block/wet_sponge" +} diff --git a/1.14.4/assets/minecraft/models/item/wheat.json b/1.14.4/assets/minecraft/models/item/wheat.json new file mode 100644 index 00000000..a426ed64 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/wheat.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/wheat" + } +} diff --git a/1.14.4/assets/minecraft/models/item/wheat_seeds.json b/1.14.4/assets/minecraft/models/item/wheat_seeds.json new file mode 100644 index 00000000..e3eda8b4 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/wheat_seeds.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/wheat_seeds" + } +} diff --git a/1.14.4/assets/minecraft/models/item/white_banner.json b/1.14.4/assets/minecraft/models/item/white_banner.json new file mode 100644 index 00000000..9d43dcc2 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/white_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_banner" +} diff --git a/1.14.4/assets/minecraft/models/item/white_bed.json b/1.14.4/assets/minecraft/models/item/white_bed.json new file mode 100644 index 00000000..5cb329fc --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/white_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "item/template_bed", + "textures": { + "particle": "block/white_wool" + } +} diff --git a/1.14.4/assets/minecraft/models/item/white_carpet.json b/1.14.4/assets/minecraft/models/item/white_carpet.json new file mode 100644 index 00000000..d7c90755 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/white_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/white_carpet" +} diff --git a/1.14.4/assets/minecraft/models/item/white_concrete.json b/1.14.4/assets/minecraft/models/item/white_concrete.json new file mode 100644 index 00000000..23a2ff39 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/white_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "block/white_concrete" +} diff --git a/1.14.4/assets/minecraft/models/item/white_concrete_powder.json b/1.14.4/assets/minecraft/models/item/white_concrete_powder.json new file mode 100644 index 00000000..eadf128e --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/white_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "block/white_concrete_powder" +} diff --git a/1.14.4/assets/minecraft/models/item/white_dye.json b/1.14.4/assets/minecraft/models/item/white_dye.json new file mode 100644 index 00000000..2385b383 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/white_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/white_dye" + } +} diff --git a/1.14.4/assets/minecraft/models/item/white_glazed_terracotta.json b/1.14.4/assets/minecraft/models/item/white_glazed_terracotta.json new file mode 100644 index 00000000..f7ba9668 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/white_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/white_glazed_terracotta" +} diff --git a/1.14.4/assets/minecraft/models/item/white_shulker_box.json b/1.14.4/assets/minecraft/models/item/white_shulker_box.json new file mode 100644 index 00000000..fe131326 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/white_shulker_box.json @@ -0,0 +1,6 @@ +{ + "parent": "item/template_shulker_box", + "textures": { + "particle": "block/white_shulker_box" + } +} diff --git a/1.14.4/assets/minecraft/models/item/white_stained_glass.json b/1.14.4/assets/minecraft/models/item/white_stained_glass.json new file mode 100644 index 00000000..c543889b --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/white_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/white_stained_glass" +} diff --git a/1.14.4/assets/minecraft/models/item/white_stained_glass_pane.json b/1.14.4/assets/minecraft/models/item/white_stained_glass_pane.json new file mode 100644 index 00000000..fd1b1d85 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/white_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/white_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/item/white_terracotta.json b/1.14.4/assets/minecraft/models/item/white_terracotta.json new file mode 100644 index 00000000..5b48f9fa --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/white_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/white_terracotta" +} diff --git a/1.14.4/assets/minecraft/models/item/white_tulip.json b/1.14.4/assets/minecraft/models/item/white_tulip.json new file mode 100644 index 00000000..c912f674 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/white_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/white_tulip" + } +} diff --git a/1.14.4/assets/minecraft/models/item/white_wool.json b/1.14.4/assets/minecraft/models/item/white_wool.json new file mode 100644 index 00000000..59a012e3 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/white_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/white_wool" +} diff --git a/1.14.4/assets/minecraft/models/item/witch_spawn_egg.json b/1.14.4/assets/minecraft/models/item/witch_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/witch_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.14.4/assets/minecraft/models/item/wither_rose.json b/1.14.4/assets/minecraft/models/item/wither_rose.json new file mode 100644 index 00000000..3c8352da --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/wither_rose.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/wither_rose" + } +} diff --git a/1.14.4/assets/minecraft/models/item/wither_skeleton_skull.json b/1.14.4/assets/minecraft/models/item/wither_skeleton_skull.json new file mode 100644 index 00000000..8efea47e --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/wither_skeleton_skull.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_skull" +} diff --git a/1.14.4/assets/minecraft/models/item/wither_skeleton_spawn_egg.json b/1.14.4/assets/minecraft/models/item/wither_skeleton_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/wither_skeleton_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.14.4/assets/minecraft/models/item/wolf_spawn_egg.json b/1.14.4/assets/minecraft/models/item/wolf_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/wolf_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.14.4/assets/minecraft/models/item/wooden_axe.json b/1.14.4/assets/minecraft/models/item/wooden_axe.json new file mode 100644 index 00000000..b3a19f27 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/wooden_axe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/wooden_axe" + } +} diff --git a/1.14.4/assets/minecraft/models/item/wooden_hoe.json b/1.14.4/assets/minecraft/models/item/wooden_hoe.json new file mode 100644 index 00000000..6b6ce072 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/wooden_hoe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/wooden_hoe" + } +} diff --git a/1.14.4/assets/minecraft/models/item/wooden_pickaxe.json b/1.14.4/assets/minecraft/models/item/wooden_pickaxe.json new file mode 100644 index 00000000..1480f9aa --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/wooden_pickaxe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/wooden_pickaxe" + } +} diff --git a/1.14.4/assets/minecraft/models/item/wooden_shovel.json b/1.14.4/assets/minecraft/models/item/wooden_shovel.json new file mode 100644 index 00000000..e8d4178f --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/wooden_shovel.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/wooden_shovel" + } +} diff --git a/1.14.4/assets/minecraft/models/item/wooden_sword.json b/1.14.4/assets/minecraft/models/item/wooden_sword.json new file mode 100644 index 00000000..74a31f9c --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/wooden_sword.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/wooden_sword" + } +} diff --git a/1.14.4/assets/minecraft/models/item/writable_book.json b/1.14.4/assets/minecraft/models/item/writable_book.json new file mode 100644 index 00000000..fe167576 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/writable_book.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/writable_book" + } +} diff --git a/1.14.4/assets/minecraft/models/item/written_book.json b/1.14.4/assets/minecraft/models/item/written_book.json new file mode 100644 index 00000000..0a863d7c --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/written_book.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/written_book" + } +} diff --git a/1.14.4/assets/minecraft/models/item/yellow_banner.json b/1.14.4/assets/minecraft/models/item/yellow_banner.json new file mode 100644 index 00000000..9d43dcc2 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/yellow_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_banner" +} diff --git a/1.14.4/assets/minecraft/models/item/yellow_bed.json b/1.14.4/assets/minecraft/models/item/yellow_bed.json new file mode 100644 index 00000000..7dfbd1c0 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/yellow_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "item/template_bed", + "textures": { + "particle": "block/yellow_wool" + } +} diff --git a/1.14.4/assets/minecraft/models/item/yellow_carpet.json b/1.14.4/assets/minecraft/models/item/yellow_carpet.json new file mode 100644 index 00000000..227f2503 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/yellow_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/yellow_carpet" +} diff --git a/1.14.4/assets/minecraft/models/item/yellow_concrete.json b/1.14.4/assets/minecraft/models/item/yellow_concrete.json new file mode 100644 index 00000000..b182ad0f --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/yellow_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "block/yellow_concrete" +} diff --git a/1.14.4/assets/minecraft/models/item/yellow_concrete_powder.json b/1.14.4/assets/minecraft/models/item/yellow_concrete_powder.json new file mode 100644 index 00000000..d9084d44 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/yellow_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "block/yellow_concrete_powder" +} diff --git a/1.14.4/assets/minecraft/models/item/yellow_dye.json b/1.14.4/assets/minecraft/models/item/yellow_dye.json new file mode 100644 index 00000000..69004f71 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/yellow_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/yellow_dye" + } +} diff --git a/1.14.4/assets/minecraft/models/item/yellow_glazed_terracotta.json b/1.14.4/assets/minecraft/models/item/yellow_glazed_terracotta.json new file mode 100644 index 00000000..953a78d4 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/yellow_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/yellow_glazed_terracotta" +} diff --git a/1.14.4/assets/minecraft/models/item/yellow_shulker_box.json b/1.14.4/assets/minecraft/models/item/yellow_shulker_box.json new file mode 100644 index 00000000..ab7451d4 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/yellow_shulker_box.json @@ -0,0 +1,6 @@ +{ + "parent": "item/template_shulker_box", + "textures": { + "particle": "block/yellow_shulker_box" + } +} diff --git a/1.14.4/assets/minecraft/models/item/yellow_stained_glass.json b/1.14.4/assets/minecraft/models/item/yellow_stained_glass.json new file mode 100644 index 00000000..746cc54f --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/yellow_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/yellow_stained_glass" +} diff --git a/1.14.4/assets/minecraft/models/item/yellow_stained_glass_pane.json b/1.14.4/assets/minecraft/models/item/yellow_stained_glass_pane.json new file mode 100644 index 00000000..ec9e5b52 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/yellow_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/yellow_stained_glass" + } +} diff --git a/1.14.4/assets/minecraft/models/item/yellow_terracotta.json b/1.14.4/assets/minecraft/models/item/yellow_terracotta.json new file mode 100644 index 00000000..4d7d4a2d --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/yellow_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/yellow_terracotta" +} diff --git a/1.14.4/assets/minecraft/models/item/yellow_wool.json b/1.14.4/assets/minecraft/models/item/yellow_wool.json new file mode 100644 index 00000000..33e3d17c --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/yellow_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/yellow_wool" +} diff --git a/1.14.4/assets/minecraft/models/item/zombie_head.json b/1.14.4/assets/minecraft/models/item/zombie_head.json new file mode 100644 index 00000000..8efea47e --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/zombie_head.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_skull" +} diff --git a/1.14.4/assets/minecraft/models/item/zombie_horse_spawn_egg.json b/1.14.4/assets/minecraft/models/item/zombie_horse_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/zombie_horse_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.14.4/assets/minecraft/models/item/zombie_pigman_spawn_egg.json b/1.14.4/assets/minecraft/models/item/zombie_pigman_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/zombie_pigman_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.14.4/assets/minecraft/models/item/zombie_spawn_egg.json b/1.14.4/assets/minecraft/models/item/zombie_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/zombie_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.14.4/assets/minecraft/models/item/zombie_villager_spawn_egg.json b/1.14.4/assets/minecraft/models/item/zombie_villager_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.14.4/assets/minecraft/models/item/zombie_villager_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.14.4/assets/minecraft/particles/ambient_entity_effect.json b/1.14.4/assets/minecraft/particles/ambient_entity_effect.json new file mode 100644 index 00000000..3be9c3a9 --- /dev/null +++ b/1.14.4/assets/minecraft/particles/ambient_entity_effect.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:effect_7", + "minecraft:effect_6", + "minecraft:effect_5", + "minecraft:effect_4", + "minecraft:effect_3", + "minecraft:effect_2", + "minecraft:effect_1", + "minecraft:effect_0" + ] +} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/particles/angry_villager.json b/1.14.4/assets/minecraft/particles/angry_villager.json new file mode 100644 index 00000000..ab50717b --- /dev/null +++ b/1.14.4/assets/minecraft/particles/angry_villager.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:angry" + ] +} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/particles/barrier.json b/1.14.4/assets/minecraft/particles/barrier.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/1.14.4/assets/minecraft/particles/barrier.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/particles/block.json b/1.14.4/assets/minecraft/particles/block.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/1.14.4/assets/minecraft/particles/block.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/particles/bubble.json b/1.14.4/assets/minecraft/particles/bubble.json new file mode 100644 index 00000000..c9ad6449 --- /dev/null +++ b/1.14.4/assets/minecraft/particles/bubble.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:bubble" + ] +} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/particles/bubble_column_up.json b/1.14.4/assets/minecraft/particles/bubble_column_up.json new file mode 100644 index 00000000..c9ad6449 --- /dev/null +++ b/1.14.4/assets/minecraft/particles/bubble_column_up.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:bubble" + ] +} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/particles/bubble_pop.json b/1.14.4/assets/minecraft/particles/bubble_pop.json new file mode 100644 index 00000000..65ff9e5f --- /dev/null +++ b/1.14.4/assets/minecraft/particles/bubble_pop.json @@ -0,0 +1,9 @@ +{ + "textures": [ + "minecraft:bubble_pop_0", + "minecraft:bubble_pop_1", + "minecraft:bubble_pop_2", + "minecraft:bubble_pop_3", + "minecraft:bubble_pop_4" + ] +} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/particles/campfire_cosy_smoke.json b/1.14.4/assets/minecraft/particles/campfire_cosy_smoke.json new file mode 100644 index 00000000..a99bffe8 --- /dev/null +++ b/1.14.4/assets/minecraft/particles/campfire_cosy_smoke.json @@ -0,0 +1,16 @@ +{ + "textures": [ + "minecraft:big_smoke_0", + "minecraft:big_smoke_1", + "minecraft:big_smoke_2", + "minecraft:big_smoke_3", + "minecraft:big_smoke_4", + "minecraft:big_smoke_5", + "minecraft:big_smoke_6", + "minecraft:big_smoke_7", + "minecraft:big_smoke_8", + "minecraft:big_smoke_9", + "minecraft:big_smoke_10", + "minecraft:big_smoke_11" + ] +} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/particles/campfire_signal_smoke.json b/1.14.4/assets/minecraft/particles/campfire_signal_smoke.json new file mode 100644 index 00000000..a99bffe8 --- /dev/null +++ b/1.14.4/assets/minecraft/particles/campfire_signal_smoke.json @@ -0,0 +1,16 @@ +{ + "textures": [ + "minecraft:big_smoke_0", + "minecraft:big_smoke_1", + "minecraft:big_smoke_2", + "minecraft:big_smoke_3", + "minecraft:big_smoke_4", + "minecraft:big_smoke_5", + "minecraft:big_smoke_6", + "minecraft:big_smoke_7", + "minecraft:big_smoke_8", + "minecraft:big_smoke_9", + "minecraft:big_smoke_10", + "minecraft:big_smoke_11" + ] +} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/particles/cloud.json b/1.14.4/assets/minecraft/particles/cloud.json new file mode 100644 index 00000000..27126109 --- /dev/null +++ b/1.14.4/assets/minecraft/particles/cloud.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:generic_7", + "minecraft:generic_6", + "minecraft:generic_5", + "minecraft:generic_4", + "minecraft:generic_3", + "minecraft:generic_2", + "minecraft:generic_1", + "minecraft:generic_0" + ] +} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/particles/composter.json b/1.14.4/assets/minecraft/particles/composter.json new file mode 100644 index 00000000..f9f9746a --- /dev/null +++ b/1.14.4/assets/minecraft/particles/composter.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:glint" + ] +} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/particles/crit.json b/1.14.4/assets/minecraft/particles/crit.json new file mode 100644 index 00000000..735a9d74 --- /dev/null +++ b/1.14.4/assets/minecraft/particles/crit.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:critical_hit" + ] +} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/particles/current_down.json b/1.14.4/assets/minecraft/particles/current_down.json new file mode 100644 index 00000000..c9ad6449 --- /dev/null +++ b/1.14.4/assets/minecraft/particles/current_down.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:bubble" + ] +} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/particles/damage_indicator.json b/1.14.4/assets/minecraft/particles/damage_indicator.json new file mode 100644 index 00000000..3c9f3207 --- /dev/null +++ b/1.14.4/assets/minecraft/particles/damage_indicator.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:damage" + ] +} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/particles/dolphin.json b/1.14.4/assets/minecraft/particles/dolphin.json new file mode 100644 index 00000000..ca698ca4 --- /dev/null +++ b/1.14.4/assets/minecraft/particles/dolphin.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:generic_0" + ] +} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/particles/dragon_breath.json b/1.14.4/assets/minecraft/particles/dragon_breath.json new file mode 100644 index 00000000..e65716e3 --- /dev/null +++ b/1.14.4/assets/minecraft/particles/dragon_breath.json @@ -0,0 +1,7 @@ +{ + "textures": [ + "minecraft:generic_5", + "minecraft:generic_6", + "minecraft:generic_7" + ] +} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/particles/dripping_lava.json b/1.14.4/assets/minecraft/particles/dripping_lava.json new file mode 100644 index 00000000..987e9f30 --- /dev/null +++ b/1.14.4/assets/minecraft/particles/dripping_lava.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:drip_hang" + ] +} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/particles/dripping_water.json b/1.14.4/assets/minecraft/particles/dripping_water.json new file mode 100644 index 00000000..987e9f30 --- /dev/null +++ b/1.14.4/assets/minecraft/particles/dripping_water.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:drip_hang" + ] +} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/particles/dust.json b/1.14.4/assets/minecraft/particles/dust.json new file mode 100644 index 00000000..27126109 --- /dev/null +++ b/1.14.4/assets/minecraft/particles/dust.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:generic_7", + "minecraft:generic_6", + "minecraft:generic_5", + "minecraft:generic_4", + "minecraft:generic_3", + "minecraft:generic_2", + "minecraft:generic_1", + "minecraft:generic_0" + ] +} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/particles/effect.json b/1.14.4/assets/minecraft/particles/effect.json new file mode 100644 index 00000000..3be9c3a9 --- /dev/null +++ b/1.14.4/assets/minecraft/particles/effect.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:effect_7", + "minecraft:effect_6", + "minecraft:effect_5", + "minecraft:effect_4", + "minecraft:effect_3", + "minecraft:effect_2", + "minecraft:effect_1", + "minecraft:effect_0" + ] +} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/particles/elder_guardian.json b/1.14.4/assets/minecraft/particles/elder_guardian.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/1.14.4/assets/minecraft/particles/elder_guardian.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/particles/enchant.json b/1.14.4/assets/minecraft/particles/enchant.json new file mode 100644 index 00000000..d2175f03 --- /dev/null +++ b/1.14.4/assets/minecraft/particles/enchant.json @@ -0,0 +1,30 @@ +{ + "textures": [ + "minecraft:sga_a", + "minecraft:sga_b", + "minecraft:sga_c", + "minecraft:sga_d", + "minecraft:sga_e", + "minecraft:sga_f", + "minecraft:sga_g", + "minecraft:sga_h", + "minecraft:sga_i", + "minecraft:sga_j", + "minecraft:sga_k", + "minecraft:sga_l", + "minecraft:sga_m", + "minecraft:sga_n", + "minecraft:sga_o", + "minecraft:sga_p", + "minecraft:sga_q", + "minecraft:sga_r", + "minecraft:sga_s", + "minecraft:sga_t", + "minecraft:sga_u", + "minecraft:sga_v", + "minecraft:sga_w", + "minecraft:sga_x", + "minecraft:sga_y", + "minecraft:sga_z" + ] +} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/particles/enchanted_hit.json b/1.14.4/assets/minecraft/particles/enchanted_hit.json new file mode 100644 index 00000000..9dfa4dad --- /dev/null +++ b/1.14.4/assets/minecraft/particles/enchanted_hit.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:enchanted_hit" + ] +} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/particles/end_rod.json b/1.14.4/assets/minecraft/particles/end_rod.json new file mode 100644 index 00000000..4fdc55ff --- /dev/null +++ b/1.14.4/assets/minecraft/particles/end_rod.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:glitter_7", + "minecraft:glitter_6", + "minecraft:glitter_5", + "minecraft:glitter_4", + "minecraft:glitter_3", + "minecraft:glitter_2", + "minecraft:glitter_1", + "minecraft:glitter_0" + ] +} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/particles/entity_effect.json b/1.14.4/assets/minecraft/particles/entity_effect.json new file mode 100644 index 00000000..3be9c3a9 --- /dev/null +++ b/1.14.4/assets/minecraft/particles/entity_effect.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:effect_7", + "minecraft:effect_6", + "minecraft:effect_5", + "minecraft:effect_4", + "minecraft:effect_3", + "minecraft:effect_2", + "minecraft:effect_1", + "minecraft:effect_0" + ] +} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/particles/explosion.json b/1.14.4/assets/minecraft/particles/explosion.json new file mode 100644 index 00000000..6e3e151a --- /dev/null +++ b/1.14.4/assets/minecraft/particles/explosion.json @@ -0,0 +1,20 @@ +{ + "textures": [ + "minecraft:explosion_0", + "minecraft:explosion_1", + "minecraft:explosion_2", + "minecraft:explosion_3", + "minecraft:explosion_4", + "minecraft:explosion_5", + "minecraft:explosion_6", + "minecraft:explosion_7", + "minecraft:explosion_8", + "minecraft:explosion_9", + "minecraft:explosion_10", + "minecraft:explosion_11", + "minecraft:explosion_12", + "minecraft:explosion_13", + "minecraft:explosion_14", + "minecraft:explosion_15" + ] +} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/particles/explosion_emitter.json b/1.14.4/assets/minecraft/particles/explosion_emitter.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/1.14.4/assets/minecraft/particles/explosion_emitter.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/particles/falling_dust.json b/1.14.4/assets/minecraft/particles/falling_dust.json new file mode 100644 index 00000000..27126109 --- /dev/null +++ b/1.14.4/assets/minecraft/particles/falling_dust.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:generic_7", + "minecraft:generic_6", + "minecraft:generic_5", + "minecraft:generic_4", + "minecraft:generic_3", + "minecraft:generic_2", + "minecraft:generic_1", + "minecraft:generic_0" + ] +} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/particles/falling_lava.json b/1.14.4/assets/minecraft/particles/falling_lava.json new file mode 100644 index 00000000..520ad48b --- /dev/null +++ b/1.14.4/assets/minecraft/particles/falling_lava.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:drip_fall" + ] +} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/particles/falling_water.json b/1.14.4/assets/minecraft/particles/falling_water.json new file mode 100644 index 00000000..520ad48b --- /dev/null +++ b/1.14.4/assets/minecraft/particles/falling_water.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:drip_fall" + ] +} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/particles/firework.json b/1.14.4/assets/minecraft/particles/firework.json new file mode 100644 index 00000000..9e4709bc --- /dev/null +++ b/1.14.4/assets/minecraft/particles/firework.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:spark_7", + "minecraft:spark_6", + "minecraft:spark_5", + "minecraft:spark_4", + "minecraft:spark_3", + "minecraft:spark_2", + "minecraft:spark_1", + "minecraft:spark_0" + ] +} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/particles/fishing.json b/1.14.4/assets/minecraft/particles/fishing.json new file mode 100644 index 00000000..49f427bc --- /dev/null +++ b/1.14.4/assets/minecraft/particles/fishing.json @@ -0,0 +1,8 @@ +{ + "textures": [ + "minecraft:splash_0", + "minecraft:splash_1", + "minecraft:splash_2", + "minecraft:splash_3" + ] +} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/particles/flame.json b/1.14.4/assets/minecraft/particles/flame.json new file mode 100644 index 00000000..f506424d --- /dev/null +++ b/1.14.4/assets/minecraft/particles/flame.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:flame" + ] +} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/particles/flash.json b/1.14.4/assets/minecraft/particles/flash.json new file mode 100644 index 00000000..9d842205 --- /dev/null +++ b/1.14.4/assets/minecraft/particles/flash.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:flash" + ] +} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/particles/happy_villager.json b/1.14.4/assets/minecraft/particles/happy_villager.json new file mode 100644 index 00000000..f9f9746a --- /dev/null +++ b/1.14.4/assets/minecraft/particles/happy_villager.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:glint" + ] +} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/particles/heart.json b/1.14.4/assets/minecraft/particles/heart.json new file mode 100644 index 00000000..686a2dcf --- /dev/null +++ b/1.14.4/assets/minecraft/particles/heart.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:heart" + ] +} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/particles/instant_effect.json b/1.14.4/assets/minecraft/particles/instant_effect.json new file mode 100644 index 00000000..7ec70d32 --- /dev/null +++ b/1.14.4/assets/minecraft/particles/instant_effect.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:spell_7", + "minecraft:spell_6", + "minecraft:spell_5", + "minecraft:spell_4", + "minecraft:spell_3", + "minecraft:spell_2", + "minecraft:spell_1", + "minecraft:spell_0" + ] +} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/particles/item.json b/1.14.4/assets/minecraft/particles/item.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/1.14.4/assets/minecraft/particles/item.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/particles/item_slime.json b/1.14.4/assets/minecraft/particles/item_slime.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/1.14.4/assets/minecraft/particles/item_slime.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/particles/item_snowball.json b/1.14.4/assets/minecraft/particles/item_snowball.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/1.14.4/assets/minecraft/particles/item_snowball.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/particles/landing_lava.json b/1.14.4/assets/minecraft/particles/landing_lava.json new file mode 100644 index 00000000..89230de9 --- /dev/null +++ b/1.14.4/assets/minecraft/particles/landing_lava.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:drip_land" + ] +} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/particles/large_smoke.json b/1.14.4/assets/minecraft/particles/large_smoke.json new file mode 100644 index 00000000..27126109 --- /dev/null +++ b/1.14.4/assets/minecraft/particles/large_smoke.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:generic_7", + "minecraft:generic_6", + "minecraft:generic_5", + "minecraft:generic_4", + "minecraft:generic_3", + "minecraft:generic_2", + "minecraft:generic_1", + "minecraft:generic_0" + ] +} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/particles/lava.json b/1.14.4/assets/minecraft/particles/lava.json new file mode 100644 index 00000000..da6979fe --- /dev/null +++ b/1.14.4/assets/minecraft/particles/lava.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:lava" + ] +} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/particles/mycelium.json b/1.14.4/assets/minecraft/particles/mycelium.json new file mode 100644 index 00000000..ca698ca4 --- /dev/null +++ b/1.14.4/assets/minecraft/particles/mycelium.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:generic_0" + ] +} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/particles/nautilus.json b/1.14.4/assets/minecraft/particles/nautilus.json new file mode 100644 index 00000000..6b9eafdf --- /dev/null +++ b/1.14.4/assets/minecraft/particles/nautilus.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:nautilus" + ] +} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/particles/note.json b/1.14.4/assets/minecraft/particles/note.json new file mode 100644 index 00000000..8097a3d7 --- /dev/null +++ b/1.14.4/assets/minecraft/particles/note.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:note" + ] +} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/particles/poof.json b/1.14.4/assets/minecraft/particles/poof.json new file mode 100644 index 00000000..27126109 --- /dev/null +++ b/1.14.4/assets/minecraft/particles/poof.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:generic_7", + "minecraft:generic_6", + "minecraft:generic_5", + "minecraft:generic_4", + "minecraft:generic_3", + "minecraft:generic_2", + "minecraft:generic_1", + "minecraft:generic_0" + ] +} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/particles/portal.json b/1.14.4/assets/minecraft/particles/portal.json new file mode 100644 index 00000000..f970e447 --- /dev/null +++ b/1.14.4/assets/minecraft/particles/portal.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:generic_0", + "minecraft:generic_1", + "minecraft:generic_2", + "minecraft:generic_3", + "minecraft:generic_4", + "minecraft:generic_5", + "minecraft:generic_6", + "minecraft:generic_7" + ] +} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/particles/rain.json b/1.14.4/assets/minecraft/particles/rain.json new file mode 100644 index 00000000..49f427bc --- /dev/null +++ b/1.14.4/assets/minecraft/particles/rain.json @@ -0,0 +1,8 @@ +{ + "textures": [ + "minecraft:splash_0", + "minecraft:splash_1", + "minecraft:splash_2", + "minecraft:splash_3" + ] +} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/particles/smoke.json b/1.14.4/assets/minecraft/particles/smoke.json new file mode 100644 index 00000000..27126109 --- /dev/null +++ b/1.14.4/assets/minecraft/particles/smoke.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:generic_7", + "minecraft:generic_6", + "minecraft:generic_5", + "minecraft:generic_4", + "minecraft:generic_3", + "minecraft:generic_2", + "minecraft:generic_1", + "minecraft:generic_0" + ] +} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/particles/sneeze.json b/1.14.4/assets/minecraft/particles/sneeze.json new file mode 100644 index 00000000..27126109 --- /dev/null +++ b/1.14.4/assets/minecraft/particles/sneeze.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:generic_7", + "minecraft:generic_6", + "minecraft:generic_5", + "minecraft:generic_4", + "minecraft:generic_3", + "minecraft:generic_2", + "minecraft:generic_1", + "minecraft:generic_0" + ] +} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/particles/spit.json b/1.14.4/assets/minecraft/particles/spit.json new file mode 100644 index 00000000..27126109 --- /dev/null +++ b/1.14.4/assets/minecraft/particles/spit.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:generic_7", + "minecraft:generic_6", + "minecraft:generic_5", + "minecraft:generic_4", + "minecraft:generic_3", + "minecraft:generic_2", + "minecraft:generic_1", + "minecraft:generic_0" + ] +} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/particles/splash.json b/1.14.4/assets/minecraft/particles/splash.json new file mode 100644 index 00000000..49f427bc --- /dev/null +++ b/1.14.4/assets/minecraft/particles/splash.json @@ -0,0 +1,8 @@ +{ + "textures": [ + "minecraft:splash_0", + "minecraft:splash_1", + "minecraft:splash_2", + "minecraft:splash_3" + ] +} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/particles/squid_ink.json b/1.14.4/assets/minecraft/particles/squid_ink.json new file mode 100644 index 00000000..27126109 --- /dev/null +++ b/1.14.4/assets/minecraft/particles/squid_ink.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:generic_7", + "minecraft:generic_6", + "minecraft:generic_5", + "minecraft:generic_4", + "minecraft:generic_3", + "minecraft:generic_2", + "minecraft:generic_1", + "minecraft:generic_0" + ] +} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/particles/sweep_attack.json b/1.14.4/assets/minecraft/particles/sweep_attack.json new file mode 100644 index 00000000..3b9fe789 --- /dev/null +++ b/1.14.4/assets/minecraft/particles/sweep_attack.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:sweep_0", + "minecraft:sweep_1", + "minecraft:sweep_2", + "minecraft:sweep_3", + "minecraft:sweep_4", + "minecraft:sweep_5", + "minecraft:sweep_6", + "minecraft:sweep_7" + ] +} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/particles/totem_of_undying.json b/1.14.4/assets/minecraft/particles/totem_of_undying.json new file mode 100644 index 00000000..4fdc55ff --- /dev/null +++ b/1.14.4/assets/minecraft/particles/totem_of_undying.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:glitter_7", + "minecraft:glitter_6", + "minecraft:glitter_5", + "minecraft:glitter_4", + "minecraft:glitter_3", + "minecraft:glitter_2", + "minecraft:glitter_1", + "minecraft:glitter_0" + ] +} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/particles/underwater.json b/1.14.4/assets/minecraft/particles/underwater.json new file mode 100644 index 00000000..ca698ca4 --- /dev/null +++ b/1.14.4/assets/minecraft/particles/underwater.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:generic_0" + ] +} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/particles/witch.json b/1.14.4/assets/minecraft/particles/witch.json new file mode 100644 index 00000000..7ec70d32 --- /dev/null +++ b/1.14.4/assets/minecraft/particles/witch.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:spell_7", + "minecraft:spell_6", + "minecraft:spell_5", + "minecraft:spell_4", + "minecraft:spell_3", + "minecraft:spell_2", + "minecraft:spell_1", + "minecraft:spell_0" + ] +} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/shaders/post/antialias.json b/1.14.4/assets/minecraft/shaders/post/antialias.json new file mode 100644 index 00000000..bc31af30 --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/post/antialias.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "antialias", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.14.4/assets/minecraft/shaders/post/art.json b/1.14.4/assets/minecraft/shaders/post/art.json new file mode 100644 index 00000000..6d6c7ec5 --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/post/art.json @@ -0,0 +1,64 @@ +{ + "targets": [ + "0", + "1" + ], + "passes": [ + { + "name": "blobs2", + "intarget": "minecraft:main", + "outtarget": "0" + }, + { + "name": "outline_watercolor", + "intarget": "0", + "outtarget": "minecraft:main" + }, + { + "name": "blur", + "intarget": "minecraft:main", + "outtarget": "1", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.8, 0.0 ] + }, + { + "name": "Radius", + "values": [ 20.0 ] + } + ] + }, + { + "name": "blur", + "intarget": "1", + "outtarget": "minecraft:main", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.0, 0.8 ] + }, + { + "name": "Radius", + "values": [ 20.0 ] + } + ] + }, + { + "name": "outline_combine", + "intarget": "0", + "outtarget": "1", + "auxtargets": [ + { + "name": "OutlineSampler", + "id": "minecraft:main" + } + ] + }, + { + "name": "blit", + "intarget": "1", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.14.4/assets/minecraft/shaders/post/bits.json b/1.14.4/assets/minecraft/shaders/post/bits.json new file mode 100644 index 00000000..7236746c --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/post/bits.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "bits", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.14.4/assets/minecraft/shaders/post/blobs.json b/1.14.4/assets/minecraft/shaders/post/blobs.json new file mode 100644 index 00000000..d6260aa2 --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/post/blobs.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "blobs", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.14.4/assets/minecraft/shaders/post/blobs2.json b/1.14.4/assets/minecraft/shaders/post/blobs2.json new file mode 100644 index 00000000..3464ae30 --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/post/blobs2.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "blobs2", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.14.4/assets/minecraft/shaders/post/blur.json b/1.14.4/assets/minecraft/shaders/post/blur.json new file mode 100644 index 00000000..bca04d5e --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/post/blur.json @@ -0,0 +1,37 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "blur", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 1.0, 0.0 ] + }, + { + "name": "Radius", + "values": [ 20.0 ] + } + ] + }, + { + "name": "blur", + "intarget": "swap", + "outtarget": "minecraft:main", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.0, 1.0 ] + }, + { + "name": "Radius", + "values": [ 20.0 ] + } + ] + } + ] +} diff --git a/1.14.4/assets/minecraft/shaders/post/bumpy.json b/1.14.4/assets/minecraft/shaders/post/bumpy.json new file mode 100644 index 00000000..0870985d --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/post/bumpy.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "bumpy", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.14.4/assets/minecraft/shaders/post/color_convolve.json b/1.14.4/assets/minecraft/shaders/post/color_convolve.json new file mode 100644 index 00000000..9f002121 --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/post/color_convolve.json @@ -0,0 +1,20 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "color_convolve", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { "name": "Saturation", "values": [ 1.4 ] } + ] + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.14.4/assets/minecraft/shaders/post/creeper.json b/1.14.4/assets/minecraft/shaders/post/creeper.json new file mode 100644 index 00000000..da503f1a --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/post/creeper.json @@ -0,0 +1,41 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "color_convolve", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { + "name": "RedMatrix", + "values": [ 0.0, 0.0, 0.0 ] + }, + { + "name": "GreenMatrix", + "values": [ 0.3, 0.59, 0.11 ] + }, + { + "name": "BlueMatrix", + "values": [ 0.0, 0.0, 0.0 ] + } + ] + }, + { + "name": "bits", + "intarget": "swap", + "outtarget": "minecraft:main", + "uniforms": [ + { + "name": "Resolution", + "values": [ 16.0 ] + }, + { + "name": "MosaicSize", + "values": [ 4.0 ] + } + ] + } + ] +} diff --git a/1.14.4/assets/minecraft/shaders/post/deconverge.json b/1.14.4/assets/minecraft/shaders/post/deconverge.json new file mode 100644 index 00000000..4eb2b8db --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/post/deconverge.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "deconverge", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.14.4/assets/minecraft/shaders/post/desaturate.json b/1.14.4/assets/minecraft/shaders/post/desaturate.json new file mode 100644 index 00000000..675018fa --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/post/desaturate.json @@ -0,0 +1,23 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "color_convolve", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { + "name": "Saturation", + "values": [ 0.2 ] + } + ] + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.14.4/assets/minecraft/shaders/post/entity_outline.json b/1.14.4/assets/minecraft/shaders/post/entity_outline.json new file mode 100644 index 00000000..e53ff3db --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/post/entity_outline.json @@ -0,0 +1,48 @@ +{ + "targets": [ + "swap", + "final" + ], + "passes": [ + { + "name": "entity_outline", + "intarget": "final", + "outtarget": "swap" + }, + { + "name": "blur", + "intarget": "swap", + "outtarget": "final", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 1.0, 0.0 ] + }, + { + "name": "Radius", + "values": [ 2.0 ] + } + ] + }, + { + "name": "blur", + "intarget": "final", + "outtarget": "swap", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.0, 1.0 ] + }, + { + "name": "Radius", + "values": [ 2.0 ] + } + ] + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "final" + } + ] +} diff --git a/1.14.4/assets/minecraft/shaders/post/flip.json b/1.14.4/assets/minecraft/shaders/post/flip.json new file mode 100644 index 00000000..e3824357 --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/post/flip.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "flip", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.14.4/assets/minecraft/shaders/post/fxaa.json b/1.14.4/assets/minecraft/shaders/post/fxaa.json new file mode 100644 index 00000000..83292b79 --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/post/fxaa.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "fxaa", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.14.4/assets/minecraft/shaders/post/green.json b/1.14.4/assets/minecraft/shaders/post/green.json new file mode 100644 index 00000000..5d0af6c9 --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/post/green.json @@ -0,0 +1,41 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "color_convolve", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { + "name": "RedMatrix", + "values": [ 0.0, 0.0, 0.0 ] + }, + { + "name": "GreenMatrix", + "values": [ 0.3, 0.59, 0.11 ] + }, + { + "name": "BlueMatrix", + "values": [ 0.0, 0.0, 0.0 ] + } + ] + }, + { + "name": "bits", + "intarget": "swap", + "outtarget": "minecraft:main" + }, + { + "name": "scan_pincushion", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.14.4/assets/minecraft/shaders/post/invert.json b/1.14.4/assets/minecraft/shaders/post/invert.json new file mode 100644 index 00000000..2ab63fb6 --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/post/invert.json @@ -0,0 +1,23 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "invert", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { + "name": "InverseAmount", + "values": [ 0.8 ] + } + ] + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.14.4/assets/minecraft/shaders/post/notch.json b/1.14.4/assets/minecraft/shaders/post/notch.json new file mode 100644 index 00000000..164943c2 --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/post/notch.json @@ -0,0 +1,26 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "notch", + "intarget": "minecraft:main", + "outtarget": "swap", + "auxtargets": [ + { + "name": "DitherSampler", + "id": "dither", + "width": 4, + "height": 4, + "bilinear": false + } + ] + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.14.4/assets/minecraft/shaders/post/ntsc.json b/1.14.4/assets/minecraft/shaders/post/ntsc.json new file mode 100644 index 00000000..abc005bd --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/post/ntsc.json @@ -0,0 +1,92 @@ +{ + "targets": [ + "swap", + "swap2", + "previous" + ], + "passes": [ + { + "name": "ntsc_encode", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "ntsc_decode", + "intarget": "swap", + "outtarget": "swap2", + "auxtargets": [ + { + "name": "BaseSampler", + "id": "minecraft:main" + } + ] + }, + { + "name": "color_convolve", + "intarget": "swap2", + "outtarget": "swap" + }, + { + "name": "deconverge", + "intarget": "swap", + "outtarget": "minecraft:main" + }, + { + "name": "blur", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 1.0, 0.0 ] + }, + { + "name": "Radius", + "values": [ 10.0 ] + } + ] + }, + { + "name": "blur", + "intarget": "swap", + "outtarget": "minecraft:main", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.0, 1.0 ] + }, + { + "name": "Radius", + "values": [ 10.0 ] + } + ] + }, + { + "name": "scan_pincushion", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "phosphor", + "intarget": "swap", + "outtarget": "minecraft:main", + "auxtargets": [ + { + "name": "PrevSampler", + "id": "previous" + } + ], + "uniforms": [ + { + "name": "Phosphor", + "values": [ 0.4, 0.4, 0.4 ] + } + ] + }, + { + "name": "blit", + "intarget": "minecraft:main", + "outtarget": "previous" + } + ] +} diff --git a/1.14.4/assets/minecraft/shaders/post/outline.json b/1.14.4/assets/minecraft/shaders/post/outline.json new file mode 100644 index 00000000..53c8ee82 --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/post/outline.json @@ -0,0 +1,18 @@ +{ + "targets": [ + "swap", + "final" + ], + "passes": [ + { + "name": "outline", + "intarget": "final", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "final" + } + ] +} diff --git a/1.14.4/assets/minecraft/shaders/post/pencil.json b/1.14.4/assets/minecraft/shaders/post/pencil.json new file mode 100644 index 00000000..1fc5b133 --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/post/pencil.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "outline_soft", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.14.4/assets/minecraft/shaders/post/phosphor.json b/1.14.4/assets/minecraft/shaders/post/phosphor.json new file mode 100644 index 00000000..0fa09c4e --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/post/phosphor.json @@ -0,0 +1,35 @@ +{ + "targets": [ + "swap", + "previous" + ], + "passes": [ + { + "name": "phosphor", + "intarget": "minecraft:main", + "outtarget": "swap", + "auxtargets": [ + { + "name": "PrevSampler", + "id": "previous" + } + ], + "uniforms": [ + { + "name": "Phosphor", + "values": [ 0.95, 0.95, 0.95 ] + } + ] + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "previous" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.14.4/assets/minecraft/shaders/post/scan_pincushion.json b/1.14.4/assets/minecraft/shaders/post/scan_pincushion.json new file mode 100644 index 00000000..b5d0a3ed --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/post/scan_pincushion.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "scan_pincushion", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.14.4/assets/minecraft/shaders/post/sobel.json b/1.14.4/assets/minecraft/shaders/post/sobel.json new file mode 100644 index 00000000..5c390a4b --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/post/sobel.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "sobel", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.14.4/assets/minecraft/shaders/post/spider.json b/1.14.4/assets/minecraft/shaders/post/spider.json new file mode 100644 index 00000000..5f203c13 --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/post/spider.json @@ -0,0 +1,230 @@ +{ + "targets": [ + "largeBlur", + "smallBlur", + "temp", + "swap" + ], + "passes": [ + { + "name": "blur", + "intarget": "minecraft:main", + "outtarget": "temp", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 1.0, 0.0 ] + }, + { + "name": "Radius", + "values": [ 15.0 ] + } + ] + }, + { + "name": "blur", + "intarget": "temp", + "outtarget": "largeBlur", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.0, 1.0 ] + }, + { + "name": "Radius", + "values": [ 15.0 ] + } + ] + }, + { + "name": "blur", + "intarget": "minecraft:main", + "outtarget": "temp", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 1.0, 0.0 ] + }, + { + "name": "Radius", + "values": [ 7.0 ] + } + ] + }, + { + "name": "blur", + "intarget": "temp", + "outtarget": "smallBlur", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.0, 1.0 ] + }, + { + "name": "Radius", + "values": [ 7.0 ] + } + ] + }, + { + "name": "spider", + "intarget": "minecraft:main", + "outtarget": "temp", + "auxtargets": [ + { + "name": "BlurSampler", + "id": "largeBlur" + } + ], + "uniforms": [ + { + "name": "InScale", + "values": [ 1.25, 2.0 ] + }, + { + "name": "InOffset", + "values": [ -0.125, -0.1 ] + }, + { + "name": "Scissor", + "values": [ 0.0, 0.0, 1.0, 1.0 ] + }, + { + "name": "Vignette", + "values": [ 0.1, 0.1, 0.9, 0.9 ] + } + ] + }, + { + "name": "spider", + "intarget": "smallBlur", + "outtarget": "swap", + "auxtargets": [ + { + "name": "BlurSampler", + "id": "temp" + } + ], + "uniforms": [ + { + "name": "InScale", + "values": [ 2.35, 4.2 ] + }, + { + "name": "InOffset", + "values": [ -1.1, -1.5 ] + }, + { + "name": "InRotation", + "values": [ -45.0 ] + }, + { + "name": "Scissor", + "values": [ 0.21, 0.0, 0.79, 1.0 ] + }, + { + "name": "Vignette", + "values": [ 0.31, 0.1, 0.69, 0.9 ] + } + ] + }, + { + "name": "spider", + "intarget": "smallBlur", + "outtarget": "temp", + "auxtargets": [ + { + "name": "BlurSampler", + "id": "swap" + } + ], + "uniforms": [ + { + "name": "InScale", + "values": [ 2.35, 4.2 ] + }, + { + "name": "InOffset", + "values": [ 0.45, -4.45 ] + }, + { + "name": "InRotation", + "values": [ 45.0 ] + }, + { + "name": "Scissor", + "values": [ 0.21, 0.0, 0.79, 1.0 ] + }, + { + "name": "Vignette", + "values": [ 0.31, 0.1, 0.69, 0.9 ] + } + ] + }, + { + "name": "spider", + "intarget": "smallBlur", + "outtarget": "swap", + "auxtargets": [ + { + "name": "BlurSampler", + "id": "temp" + } + ], + "uniforms": [ + { + "name": "InScale", + "values": [ 2.35, 2.35 ] + }, + { + "name": "InOffset", + "values": [ -0.385, -1.29 ] + }, + { + "name": "InRotation", + "values": [ 0.0 ] + }, + { + "name": "Vignette", + "values": [ 0.31, 0.1, 0.69, 0.9 ] + } + ] + }, + { + "name": "spider", + "intarget": "smallBlur", + "outtarget": "temp", + "auxtargets": [ + { + "name": "BlurSampler", + "id": "swap" + } + ], + "uniforms": [ + { + "name": "InScale", + "values": [ 2.35, 2.35 ] + }, + { + "name": "InOffset", + "values": [ -0.965, -1.29 ] + }, + { + "name": "Vignette", + "values": [ 0.31, 0.1, 0.69, 0.9 ] + } + ] + }, + { + "name": "blit", + "intarget": "temp", + "outtarget": "minecraft:main", + "uniforms": [ + { + "name": "ColorModulate", + "values": [ 1.0, 0.8, 0.8, 1.0 ] + } + ] + } + ] +} diff --git a/1.14.4/assets/minecraft/shaders/post/wobble.json b/1.14.4/assets/minecraft/shaders/post/wobble.json new file mode 100644 index 00000000..1fc45346 --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/post/wobble.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "wobble", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.14.4/assets/minecraft/shaders/program/antialias.fsh b/1.14.4/assets/minecraft/shaders/program/antialias.fsh new file mode 100644 index 00000000..2d921951 --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/program/antialias.fsh @@ -0,0 +1,29 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 c = texture2D (DiffuseSampler, texCoord); + vec4 u1 = texture2D (DiffuseSampler, texCoord + vec2 ( 0.0, -oneTexel.y )); + vec4 u2 = texture2D (DiffuseSampler, texCoord + vec2 ( 0.0, -oneTexel.y * 2.0)); + vec4 d1 = texture2D (DiffuseSampler, texCoord + vec2 ( 0.0, oneTexel.y )); + vec4 d2 = texture2D (DiffuseSampler, texCoord + vec2 ( 0.0, oneTexel.y * 2.0)); + vec4 l1 = texture2D (DiffuseSampler, texCoord + vec2 (-oneTexel.x, 0.0)); + vec4 l2 = texture2D (DiffuseSampler, texCoord + vec2 (-oneTexel.x * 2.0, 0.0)); + vec4 r1 = texture2D (DiffuseSampler, texCoord + vec2 ( oneTexel.x, 0.0)); + vec4 r2 = texture2D (DiffuseSampler, texCoord + vec2 ( oneTexel.x * 2.0, 0.0)); + + vec4 v1 = mix (c, mix (l1, l2, 0.667), 0.75); + vec4 v2 = mix (c, mix (r1, r2, 0.667), 0.75); + vec4 v3 = mix (c, mix (u1, u2, 0.667), 0.75); + vec4 v4 = mix (c, mix (d1, d2, 0.667), 0.75); + + vec4 v5 = mix (v1, v2, 0.5); + vec4 v6 = mix (v3, v4, 0.5); + + vec4 color = mix (v5, v6, 0.5); + gl_FragColor = vec4(color.rgb, 1.0); +} diff --git a/1.14.4/assets/minecraft/shaders/program/antialias.json b/1.14.4/assets/minecraft/shaders/program/antialias.json new file mode 100644 index 00000000..6916fd9a --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/program/antialias.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "blobs", + "fragment": "antialias", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.14.4/assets/minecraft/shaders/program/bits.fsh b/1.14.4/assets/minecraft/shaders/program/bits.fsh new file mode 100644 index 00000000..c252b303 --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/program/bits.fsh @@ -0,0 +1,27 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +uniform float Resolution = 4.0; +uniform float Saturation = 1.5; +uniform float MosaicSize = 8.0; + +void main() { + vec2 mosaicInSize = InSize / MosaicSize; + vec2 fractPix = fract(texCoord * mosaicInSize) / mosaicInSize; + + vec4 baseTexel = texture2D(DiffuseSampler, texCoord - fractPix); + + vec3 fractTexel = baseTexel.rgb - fract(baseTexel.rgb * Resolution) / Resolution; + float luma = dot(fractTexel, vec3(0.3, 0.59, 0.11)); + vec3 chroma = (fractTexel - luma) * Saturation; + baseTexel.rgb = luma + chroma; + baseTexel.a = 1.0; + + gl_FragColor = baseTexel; +} diff --git a/1.14.4/assets/minecraft/shaders/program/bits.json b/1.14.4/assets/minecraft/shaders/program/bits.json new file mode 100644 index 00000000..c19239b8 --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/program/bits.json @@ -0,0 +1,21 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "bits", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "Resolution", "type": "float", "count": 1, "values": [ 4.0 ] }, + { "name": "Saturation", "type": "float", "count": 1, "values": [ 1.5 ] }, + { "name": "MosaicSize", "type": "float", "count": 1, "values": [ 8.0 ] } + ] +} diff --git a/1.14.4/assets/minecraft/shaders/program/blit.fsh b/1.14.4/assets/minecraft/shaders/program/blit.fsh new file mode 100644 index 00000000..75d662ac --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/program/blit.fsh @@ -0,0 +1,11 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +uniform vec4 ColorModulate; + +varying vec2 texCoord; + +void main(){ + gl_FragColor = texture2D(DiffuseSampler, texCoord) * ColorModulate; +} diff --git a/1.14.4/assets/minecraft/shaders/program/blit.json b/1.14.4/assets/minecraft/shaders/program/blit.json new file mode 100644 index 00000000..1256b6b1 --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/program/blit.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "blit", + "fragment": "blit", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "ColorModulate", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] } + ] +} diff --git a/1.14.4/assets/minecraft/shaders/program/blit.vsh b/1.14.4/assets/minecraft/shaders/program/blit.vsh new file mode 100644 index 00000000..bd0ce842 --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/program/blit.vsh @@ -0,0 +1,15 @@ +#version 120 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 OutSize; + +varying vec2 texCoord; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + texCoord = Position.xy / OutSize; +} diff --git a/1.14.4/assets/minecraft/shaders/program/blobs.fsh b/1.14.4/assets/minecraft/shaders/program/blobs.fsh new file mode 100644 index 00000000..ddb8c75f --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/program/blobs.fsh @@ -0,0 +1,43 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 u = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y)); + vec4 d = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y)); + vec4 l = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0)); + vec4 r = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0)); + + vec4 v1 = min(l, r); + vec4 v2 = min(u, d); + vec4 v3 = min(v1, v2); + + vec4 ul = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, -oneTexel.y)); + vec4 dr = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, oneTexel.y)); + vec4 dl = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, oneTexel.y)); + vec4 ur = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, -oneTexel.y)); + + vec4 v4 = min(ul, dr); + vec4 v5 = min(ur, dl); + vec4 v6 = min(v4, v5); + + vec4 v7 = min(v3, v6); + + vec4 uu = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y * 2.0)); + vec4 dd = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y * 2.0)); + vec4 ll = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x * 2.0, 0.0)); + vec4 rr = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x * 2.0, 0.0)); + + vec4 v8 = min(uu, dd); + vec4 v9 = min(ll, rr); + vec4 v10 = min(v8, v9); + + vec4 v11 = min(v7, v10); + + vec4 c = texture2D(DiffuseSampler, texCoord); + vec4 color = min(c, v11); + gl_FragColor = vec4(color.rgb, 1.0); +} diff --git a/1.14.4/assets/minecraft/shaders/program/blobs.json b/1.14.4/assets/minecraft/shaders/program/blobs.json new file mode 100644 index 00000000..6a5f2455 --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/program/blobs.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "blobs", + "fragment": "blobs", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.14.4/assets/minecraft/shaders/program/blobs.vsh b/1.14.4/assets/minecraft/shaders/program/blobs.vsh new file mode 100644 index 00000000..3ece2743 --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/program/blobs.vsh @@ -0,0 +1,17 @@ +#version 120 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + oneTexel = 1.0 / InSize; + texCoord = outPos.xy * 0.5 + 0.5; +} diff --git a/1.14.4/assets/minecraft/shaders/program/blobs2.fsh b/1.14.4/assets/minecraft/shaders/program/blobs2.fsh new file mode 100644 index 00000000..fc68fb21 --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/program/blobs2.fsh @@ -0,0 +1,30 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform float Radius; + +void main(){ + vec4 c = texture2D(DiffuseSampler, texCoord); + vec4 maxVal = c; + for(float u = 0.0; u <= Radius; u += 1.0) { + for(float v = 0.0; v <= Radius; v += 1.0) { + float weight = (((sqrt(u * u + v * v) / (Radius)) > 1.0) ? 0.0 : 1.0); + + vec4 s0 = texture2D(DiffuseSampler, texCoord + vec2(-u * oneTexel.x, -v * oneTexel.y)); + vec4 s1 = texture2D(DiffuseSampler, texCoord + vec2( u * oneTexel.x, v * oneTexel.y)); + vec4 s2 = texture2D(DiffuseSampler, texCoord + vec2(-u * oneTexel.x, v * oneTexel.y)); + vec4 s3 = texture2D(DiffuseSampler, texCoord + vec2( u * oneTexel.x, -v * oneTexel.y)); + + vec4 o0 = max(s0, s1); + vec4 o1 = max(s2, s3); + vec4 tempMax = max(o0, o1); + maxVal = mix(maxVal, max(maxVal, tempMax), weight); + } + } + + gl_FragColor = vec4(maxVal.rgb, 1.0); +} diff --git a/1.14.4/assets/minecraft/shaders/program/blobs2.json b/1.14.4/assets/minecraft/shaders/program/blobs2.json new file mode 100644 index 00000000..6df4594b --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/program/blobs2.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "blobs", + "fragment": "blobs2", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "Radius", "type": "float", "count": 1, "values": [ 7.0 ] } + ] +} diff --git a/1.14.4/assets/minecraft/shaders/program/blur.fsh b/1.14.4/assets/minecraft/shaders/program/blur.fsh new file mode 100644 index 00000000..e35dedda --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/program/blur.fsh @@ -0,0 +1,31 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +uniform vec2 BlurDir; +uniform float Radius; + +void main() { + vec4 blurred = vec4(0.0); + float totalStrength = 0.0; + float totalAlpha = 0.0; + float totalSamples = 0.0; + for(float r = -Radius; r <= Radius; r += 1.0) { + vec4 sample = texture2D(DiffuseSampler, texCoord + oneTexel * r * BlurDir); + + // Accumulate average alpha + totalAlpha = totalAlpha + sample.a; + totalSamples = totalSamples + 1.0; + + // Accumulate smoothed blur + float strength = 1.0 - abs(r / Radius); + totalStrength = totalStrength + strength; + blurred = blurred + sample; + } + gl_FragColor = vec4(blurred.rgb / (Radius * 2.0 + 1.0), totalAlpha); +} diff --git a/1.14.4/assets/minecraft/shaders/program/blur.json b/1.14.4/assets/minecraft/shaders/program/blur.json new file mode 100644 index 00000000..51a23239 --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/program/blur.json @@ -0,0 +1,20 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "blur", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "BlurDir", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "Radius", "type": "float", "count": 1, "values": [ 5.0 ] } + ] +} diff --git a/1.14.4/assets/minecraft/shaders/program/bumpy.fsh b/1.14.4/assets/minecraft/shaders/program/bumpy.fsh new file mode 100644 index 00000000..cce2e3a4 --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/program/bumpy.fsh @@ -0,0 +1,34 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 c = texture2D(DiffuseSampler, texCoord); + vec4 u = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y)); + vec4 d = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y)); + vec4 l = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0)); + vec4 r = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0)); + + vec4 nc = normalize(c); + vec4 nu = normalize(u); + vec4 nd = normalize(d); + vec4 nl = normalize(l); + vec4 nr = normalize(r); + + float du = dot(nc, nu); + float dd = dot(nc, nd); + float dl = dot(nc, nl); + float dr = dot(nc, nr); + + float i = 64.0; + + float f = 1.0; + f += (du * i) - (dd * i); + f += (dr * i) - (dl * i); + + vec4 color = c * clamp(f, 0.5, 2); + gl_FragColor = vec4(color.rgb, 1.0); +} diff --git a/1.14.4/assets/minecraft/shaders/program/bumpy.json b/1.14.4/assets/minecraft/shaders/program/bumpy.json new file mode 100644 index 00000000..59cae198 --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/program/bumpy.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "bumpy", + "fragment": "bumpy", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.14.4/assets/minecraft/shaders/program/bumpy.vsh b/1.14.4/assets/minecraft/shaders/program/bumpy.vsh new file mode 100644 index 00000000..3ece2743 --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/program/bumpy.vsh @@ -0,0 +1,17 @@ +#version 120 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + oneTexel = 1.0 / InSize; + texCoord = outPos.xy * 0.5 + 0.5; +} diff --git a/1.14.4/assets/minecraft/shaders/program/color_convolve.fsh b/1.14.4/assets/minecraft/shaders/program/color_convolve.fsh new file mode 100644 index 00000000..61e43e2a --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/program/color_convolve.fsh @@ -0,0 +1,36 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +uniform vec3 Gray = vec3(0.3, 0.59, 0.11); +uniform vec3 RedMatrix = vec3(1.0, 0.0, 0.0); +uniform vec3 GreenMatrix = vec3(0.0, 1.0, 0.0); +uniform vec3 BlueMatrix = vec3(0.0, 0.0, 1.0); +uniform vec3 Offset = vec3(0.0, 0.0, 0.0); +uniform vec3 ColorScale = vec3(1.0, 1.0, 1.0); +uniform float Saturation = 1.8; + +void main() { + vec4 InTexel = texture2D(DiffuseSampler, texCoord); + + // Color Matrix + float RedValue = dot(InTexel.rgb, RedMatrix); + float GreenValue = dot(InTexel.rgb, GreenMatrix); + float BlueValue = dot(InTexel.rgb, BlueMatrix); + vec3 OutColor = vec3(RedValue, GreenValue, BlueValue); + + // Offset & Scale + OutColor = (OutColor * ColorScale) + Offset; + + // Saturation + float Luma = dot(OutColor, Gray); + vec3 Chroma = OutColor - Luma; + OutColor = (Chroma * Saturation) + Luma; + + gl_FragColor = vec4(OutColor, 1.0); +} diff --git a/1.14.4/assets/minecraft/shaders/program/color_convolve.json b/1.14.4/assets/minecraft/shaders/program/color_convolve.json new file mode 100644 index 00000000..e3a32c2d --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/program/color_convolve.json @@ -0,0 +1,25 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "color_convolve", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "Gray", "type": "float", "count": 3, "values": [ 0.3, 0.59, 0.11 ] }, + { "name": "RedMatrix", "type": "float", "count": 3, "values": [ 1.0, 0.0, 0.0 ] }, + { "name": "GreenMatrix", "type": "float", "count": 3, "values": [ 0.0, 1.0, 0.0 ] }, + { "name": "BlueMatrix", "type": "float", "count": 3, "values": [ 0.0, 0.0, 1.0 ] }, + { "name": "Offset", "type": "float", "count": 3, "values": [ 0.0, 0.0, 0.0 ] }, + { "name": "ColorScale", "type": "float", "count": 3, "values": [ 1.0, 1.0, 1.0 ] }, + { "name": "Saturation", "type": "float", "count": 1, "values": [ 1.8 ] } + ] +} diff --git a/1.14.4/assets/minecraft/shaders/program/deconverge.fsh b/1.14.4/assets/minecraft/shaders/program/deconverge.fsh new file mode 100644 index 00000000..26ef8cae --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/program/deconverge.fsh @@ -0,0 +1,28 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +uniform vec3 ConvergeX = vec3(-1.0, 0.0, 0.5); +uniform vec3 ConvergeY = vec3( 0.0, -1.0, 0.5); +uniform vec3 RadialConvergeX = vec3(1.0, 1.0, 1.0); +uniform vec3 RadialConvergeY = vec3(1.0, 1.0, 1.0); + +void main() { + vec3 CoordX = texCoord.x * RadialConvergeX; + vec3 CoordY = texCoord.y * RadialConvergeY; + + CoordX += ConvergeX * oneTexel.x - (RadialConvergeX - 1.0) * 0.5; + CoordY += ConvergeY * oneTexel.y - (RadialConvergeY - 1.0) * 0.5; + + float RedValue = texture2D(DiffuseSampler, vec2(CoordX.x, CoordY.x)).r; + float GreenValue = texture2D(DiffuseSampler, vec2(CoordX.y, CoordY.y)).g; + float BlueValue = texture2D(DiffuseSampler, vec2(CoordX.z, CoordY.z)).b; + float AlphaValue = texture2D(DiffuseSampler, texCoord).a; + + gl_FragColor = vec4(RedValue, GreenValue, BlueValue, 1.0); +} diff --git a/1.14.4/assets/minecraft/shaders/program/deconverge.json b/1.14.4/assets/minecraft/shaders/program/deconverge.json new file mode 100644 index 00000000..e23e9c56 --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/program/deconverge.json @@ -0,0 +1,22 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "deconverge", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "ConvergeX", "type": "float", "count": 3, "values": [ -4.0, 0.0, 2.0 ] }, + { "name": "ConvergeY", "type": "float", "count": 3, "values": [ 0.0, -4.0, 2.0 ] }, + { "name": "RadialConvergeX", "type": "float", "count": 3, "values": [ 1.0, 1.0, 1.0 ] }, + { "name": "RadialConvergeY", "type": "float", "count": 3, "values": [ 1.0, 1.0, 1.0 ] } + ] +} diff --git a/1.14.4/assets/minecraft/shaders/program/downscale.fsh b/1.14.4/assets/minecraft/shaders/program/downscale.fsh new file mode 100644 index 00000000..39734337 --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/program/downscale.fsh @@ -0,0 +1,17 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +void main() { + vec3 Texel0 = texture2D(DiffuseSampler, texCoord).rgb; + vec3 Texel1 = texture2D(DiffuseSampler, texCoord + vec2(oneTexel.x, 0.0)).rgb; + vec3 Texel2 = texture2D(DiffuseSampler, texCoord + vec2(0.0, oneTexel.y)).rgb; + vec3 Texel3 = texture2D(DiffuseSampler, texCoord + oneTexel).rgb; + + gl_FragColor = vec4((Texel0 + Texel1 + Texel2 + Texel3) * 0.25, 1.0); +} diff --git a/1.14.4/assets/minecraft/shaders/program/downscale.json b/1.14.4/assets/minecraft/shaders/program/downscale.json new file mode 100644 index 00000000..9099ec16 --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/program/downscale.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "downscale", + "fragment": "downscale", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.14.4/assets/minecraft/shaders/program/downscale.vsh b/1.14.4/assets/minecraft/shaders/program/downscale.vsh new file mode 100644 index 00000000..db7f80ce --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/program/downscale.vsh @@ -0,0 +1,18 @@ +#version 120 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; +uniform vec2 OutSize; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + oneTexel = 1.0 / InSize; + texCoord = outPos.xy * 0.5 + 0.5; +} diff --git a/1.14.4/assets/minecraft/shaders/program/entity_outline.json b/1.14.4/assets/minecraft/shaders/program/entity_outline.json new file mode 100644 index 00000000..d7c77631 --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/program/entity_outline.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "sobel", + "fragment": "entity_sobel", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.14.4/assets/minecraft/shaders/program/entity_sobel.fsh b/1.14.4/assets/minecraft/shaders/program/entity_sobel.fsh new file mode 100644 index 00000000..139c7050 --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/program/entity_sobel.fsh @@ -0,0 +1,21 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 center = texture2D(DiffuseSampler, texCoord); + vec4 left = texture2D(DiffuseSampler, texCoord - vec2(oneTexel.x, 0.0)); + vec4 right = texture2D(DiffuseSampler, texCoord + vec2(oneTexel.x, 0.0)); + vec4 up = texture2D(DiffuseSampler, texCoord - vec2(0.0, oneTexel.y)); + vec4 down = texture2D(DiffuseSampler, texCoord + vec2(0.0, oneTexel.y)); + float leftDiff = abs(center.a - left.a); + float rightDiff = abs(center.a - right.a); + float upDiff = abs(center.a - up.a); + float downDiff = abs(center.a - down.a); + float total = clamp(leftDiff + rightDiff + upDiff + downDiff, 0.0, 1.0); + vec3 outColor = center.rgb * center.a + left.rgb * left.a + right.rgb * right.a + up.rgb * up.a + down.rgb * down.a; + gl_FragColor = vec4(outColor * 0.2, total); +} diff --git a/1.14.4/assets/minecraft/shaders/program/flip.json b/1.14.4/assets/minecraft/shaders/program/flip.json new file mode 100644 index 00000000..b9c78f45 --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/program/flip.json @@ -0,0 +1,20 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "flip", + "fragment": "blit", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "ScreenSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "ColorModulate", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] } + ] +} diff --git a/1.14.4/assets/minecraft/shaders/program/flip.vsh b/1.14.4/assets/minecraft/shaders/program/flip.vsh new file mode 100644 index 00000000..37137b5d --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/program/flip.vsh @@ -0,0 +1,23 @@ +#version 120 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; +uniform vec2 OutSize; +uniform vec2 ScreenSize; + +varying vec2 texCoord; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + vec2 inOutRatio = OutSize / InSize; + vec2 inScreenRatio = ScreenSize / InSize; + texCoord = Position.xy / OutSize; + texCoord.y = 1.0 - texCoord.y; + texCoord.x = texCoord.x * inOutRatio.x; + texCoord.y = texCoord.y * inOutRatio.y; + texCoord.y -= 1.0 - inScreenRatio.y; +} diff --git a/1.14.4/assets/minecraft/shaders/program/fxaa.fsh b/1.14.4/assets/minecraft/shaders/program/fxaa.fsh new file mode 100644 index 00000000..3dbcfd4c --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/program/fxaa.fsh @@ -0,0 +1,84 @@ +#extension GL_EXT_gpu_shader4 : enable + +uniform sampler2D DiffuseSampler; +uniform vec2 OutSize; + +uniform float VxOffset; +uniform float SpanMax; +uniform float ReduceMul; + +varying vec2 texCoord; +varying vec4 posPos; + +#define FxaaTex(t, p) texture2D(t, p) + +#if __VERSION__ >= 130 + #define OffsetVec(a, b) ivec2(a, b) + #define FxaaTexOff(t, p, o, r) textureOffset(t, p, o) +#elif defined(GL_EXT_gpu_shader4) + #define OffsetVec(a, b) ivec2(a, b) + #define FxaaTexOff(t, p, o, r) texture2DLodOffset(t, p, 0.0, o) +#else + #define OffsetVec(a, b) vec2(a, b) + #define FxaaTexOff(t, p, o, r) texture2D(t, p + o * r) +#endif + +vec3 FxaaPixelShader( + vec4 posPos, // Output of FxaaVertexShader interpolated across screen. + sampler2D tex, // Input texture. + vec2 rcpFrame) // Constant {1.0/frameWidth, 1.0/frameHeight}. +{ + + #define FXAA_REDUCE_MIN (1.0/128.0) + //#define FXAA_REDUCE_MUL (1.0/8.0) + //#define FXAA_SPAN_MAX 8.0 + + vec3 rgbNW = FxaaTex(tex, posPos.zw).xyz; + vec3 rgbNE = FxaaTexOff(tex, posPos.zw, OffsetVec(1,0), rcpFrame.xy).xyz; + vec3 rgbSW = FxaaTexOff(tex, posPos.zw, OffsetVec(0,1), rcpFrame.xy).xyz; + vec3 rgbSE = FxaaTexOff(tex, posPos.zw, OffsetVec(1,1), rcpFrame.xy).xyz; + + vec3 rgbM = FxaaTex(tex, posPos.xy).xyz; + + vec3 luma = vec3(0.299, 0.587, 0.114); + float lumaNW = dot(rgbNW, luma); + float lumaNE = dot(rgbNE, luma); + float lumaSW = dot(rgbSW, luma); + float lumaSE = dot(rgbSE, luma); + float lumaM = dot(rgbM, luma); + + float lumaMin = min(lumaM, min(min(lumaNW, lumaNE), min(lumaSW, lumaSE))); + float lumaMax = max(lumaM, max(max(lumaNW, lumaNE), max(lumaSW, lumaSE))); + + vec2 dir; + dir.x = -((lumaNW + lumaNE) - (lumaSW + lumaSE)); + dir.y = ((lumaNW + lumaSW) - (lumaNE + lumaSE)); + + float dirReduce = max( + (lumaNW + lumaNE + lumaSW + lumaSE) * (0.25 * ReduceMul), + FXAA_REDUCE_MIN); + float rcpDirMin = 1.0/(min(abs(dir.x), abs(dir.y)) + dirReduce); + dir = min(vec2( SpanMax, SpanMax), + max(vec2(-SpanMax, -SpanMax), + dir * rcpDirMin)) * rcpFrame.xy; + + vec3 rgbA = (1.0/2.0) * ( + FxaaTex(tex, posPos.xy + dir * vec2(1.0/3.0 - 0.5)).xyz + + FxaaTex(tex, posPos.xy + dir * vec2(2.0/3.0 - 0.5)).xyz); + vec3 rgbB = rgbA * (1.0/2.0) + (1.0/4.0) * ( + FxaaTex(tex, posPos.xy + dir * vec2(0.0/3.0 - 0.5)).xyz + + FxaaTex(tex, posPos.xy + dir * vec2(3.0/3.0 - 0.5)).xyz); + + float lumaB = dot(rgbB, luma); + + if ((lumaB < lumaMin) || (lumaB > lumaMax)) { + return rgbA; + } else { + return rgbB; + } +} + +void main() { + vec4 baseTexel = texture2D(DiffuseSampler, posPos.xy); + gl_FragColor = vec4(FxaaPixelShader(posPos, DiffuseSampler, 1.0 / OutSize), 1.0); +} diff --git a/1.14.4/assets/minecraft/shaders/program/fxaa.json b/1.14.4/assets/minecraft/shaders/program/fxaa.json new file mode 100644 index 00000000..eb850732 --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/program/fxaa.json @@ -0,0 +1,20 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "fxaa", + "fragment": "fxaa", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "SpanMax", "type": "float", "count": 1, "values": [ 8.0 ] }, + { "name": "SubPixelShift", "type": "float", "count": 1, "values": [ 0.25 ] }, + { "name": "ReduceMul", "type": "float", "count": 1, "values": [ 0.125 ] } + ] +} diff --git a/1.14.4/assets/minecraft/shaders/program/fxaa.vsh b/1.14.4/assets/minecraft/shaders/program/fxaa.vsh new file mode 100644 index 00000000..909c3944 --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/program/fxaa.vsh @@ -0,0 +1,20 @@ +#version 120 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 OutSize; + +uniform float SubPixelShift; + +varying vec2 texCoord; +varying vec4 posPos; + +void main() { + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + texCoord = Position.xy / OutSize; + posPos.xy = texCoord.xy; + posPos.zw = texCoord.xy - (1.0/OutSize * vec2(0.5 + SubPixelShift)); +} diff --git a/1.14.4/assets/minecraft/shaders/program/invert.fsh b/1.14.4/assets/minecraft/shaders/program/invert.fsh new file mode 100644 index 00000000..93365151 --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/program/invert.fsh @@ -0,0 +1,14 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; + +uniform float InverseAmount; + +void main(){ + vec4 diffuseColor = texture2D(DiffuseSampler, texCoord); + vec4 invertColor = 1.0 - diffuseColor; + vec4 outColor = mix(diffuseColor, invertColor, InverseAmount); + gl_FragColor = vec4(outColor.rgb, 1.0); +} diff --git a/1.14.4/assets/minecraft/shaders/program/invert.json b/1.14.4/assets/minecraft/shaders/program/invert.json new file mode 100644 index 00000000..f9ab649c --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/program/invert.json @@ -0,0 +1,19 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "blit", + "fragment": "invert", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "InverseAmount", "type": "float", "count": 1, "values": [ 0.0 ] } + ] +} diff --git a/1.14.4/assets/minecraft/shaders/program/invert.vsh b/1.14.4/assets/minecraft/shaders/program/invert.vsh new file mode 100644 index 00000000..5110ef53 --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/program/invert.vsh @@ -0,0 +1,20 @@ +#version 120 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; +uniform vec2 OutSize; + +varying vec2 texCoord; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + vec2 sizeRatio = OutSize / InSize; + texCoord = Position.xy / OutSize; + texCoord.x = texCoord.x * sizeRatio.x; + texCoord.y = texCoord.y * sizeRatio.y; + texCoord.y = sizeRatio.y - texCoord.y; +} diff --git a/1.14.4/assets/minecraft/shaders/program/notch.fsh b/1.14.4/assets/minecraft/shaders/program/notch.fsh new file mode 100644 index 00000000..c1293b1b --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/program/notch.fsh @@ -0,0 +1,23 @@ +#version 120 + +uniform sampler2D DiffuseSampler; +uniform sampler2D DitherSampler; + +varying vec2 texCoord; + +uniform vec2 InSize; + +void main() { + vec2 halfSize = InSize * 0.5; + + vec2 steppedCoord = texCoord; + steppedCoord.x = float(int(steppedCoord.x*halfSize.x)) / halfSize.x; + steppedCoord.y = float(int(steppedCoord.y*halfSize.y)) / halfSize.y; + + vec4 noise = texture2D(DitherSampler, steppedCoord * halfSize / 4.0); + vec4 col = texture2D(DiffuseSampler, steppedCoord) + noise * vec4(1.0/12.0, 1.0/12.0, 1.0/6.0, 1.0); + float r = float(int(col.r*8.0))/8.0; + float g = float(int(col.g*8.0))/8.0; + float b = float(int(col.b*4.0))/4.0; + gl_FragColor = vec4(r, g, b, 1.0); +} diff --git a/1.14.4/assets/minecraft/shaders/program/notch.json b/1.14.4/assets/minecraft/shaders/program/notch.json new file mode 100644 index 00000000..e6ff9a81 --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/program/notch.json @@ -0,0 +1,19 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "notch", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" }, + { "name": "DitherSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.14.4/assets/minecraft/shaders/program/ntsc_decode.fsh b/1.14.4/assets/minecraft/shaders/program/ntsc_decode.fsh new file mode 100644 index 00000000..389326fd --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/program/ntsc_decode.fsh @@ -0,0 +1,132 @@ +#version 120 + +uniform sampler2D DiffuseSampler; +uniform sampler2D BaseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +const vec4 Zero = vec4(0.0); +const vec4 One = vec4(1.0); + +const float Pi = 3.1415926535; +const float Pi2 = 6.283185307; + +const vec4 A2 = vec4(1.0); +const vec4 B = vec4(0.5); +const float P = 1.0; +const float CCFrequency = 3.59754545; +const float NotchWidth = 2.0; +const float NotchUpperFrequency = 3.59754545 + NotchWidth; +const float NotchLowerFrequency = 3.59754545 - NotchWidth; +const float YFrequency = 6.0; +const float IFrequency = 1.2; +const float QFrequency = 0.6; +const float ScanTime = 52.6; +const vec3 YIQ2R = vec3(1.0, 0.956, 0.621); +const vec3 YIQ2G = vec3(1.0, -0.272, -0.647); +const vec3 YIQ2B = vec3(1.0, -1.106, 1.703); +const vec4 MinC = vec4(-1.1183); +const vec4 CRange = vec4(3.2366); +const float Pi2Length = Pi2 / 83.0; +const vec4 NotchOffset = vec4(0.0, 1.0, 2.0, 3.0); +const vec4 W = vec4(Pi2 * CCFrequency * ScanTime); + +void main() { + vec4 YAccum = Zero; + vec4 IAccum = Zero; + vec4 QAccum = Zero; + float QuadXSize = InSize.x * 4.0; + float TimePerSample = ScanTime / QuadXSize; + + // Frequency cutoffs for the individual portions of the signal that we extract. + // Y1 and Y2 are the positive and negative frequency limits of the notch filter on Y. + // Y3 is the center of the frequency response of the Y filter. + // I is the center of the frequency response of the I filter. + // Q is the center of the frequency response of the Q filter. + float Fc_y1 = NotchLowerFrequency * TimePerSample; + float Fc_y2 = NotchUpperFrequency * TimePerSample; + float Fc_y3 = YFrequency * TimePerSample; + float Fc_i = IFrequency * TimePerSample; + float Fc_q = QFrequency * TimePerSample; + float Pi2Fc_y1 = Fc_y1 * Pi2; + float Pi2Fc_y2 = Fc_y2 * Pi2; + float Pi2Fc_y3 = Fc_y3 * Pi2; + float Pi2Fc_i = Fc_i * Pi2; + float Pi2Fc_q = Fc_q * Pi2; + float Fc_y1_2 = Fc_y1 * 2.0; + float Fc_y2_2 = Fc_y2 * 2.0; + float Fc_y3_2 = Fc_y3 * 2.0; + float Fc_i_2 = Fc_i * 2.0; + float Fc_q_2 = Fc_q * 2.0; + vec4 CoordY = vec4(texCoord.y); + + vec4 BaseTexel = texture2D(DiffuseSampler, texCoord); + // 83 composite samples wide, 4 composite pixels per texel + for (float n = -41.0; n < 42.0; n += 4.0) + { + vec4 n4 = n + NotchOffset; + vec4 CoordX = texCoord.x + oneTexel.x * n4 * 0.25; + vec2 TexCoord = vec2(CoordX.x, CoordY.y); + vec4 C = texture2D(DiffuseSampler, TexCoord) * CRange + MinC; + vec4 WT = W * (CoordX + A2 * CoordY * InSize.y + B); + vec4 Cosine = 0.54 + 0.46 * cos(Pi2Length * n4); + + vec4 SincYIn1 = Pi2Fc_y1 * n4; + vec4 SincYIn2 = Pi2Fc_y2 * n4; + vec4 SincYIn3 = Pi2Fc_y3 * n4; + vec4 SincY1 = sin(SincYIn1) / SincYIn1; + vec4 SincY2 = sin(SincYIn2) / SincYIn2; + vec4 SincY3 = sin(SincYIn3) / SincYIn3; + + // These zero-checks could be made more efficient, but we are trying to support + // downlevel GLSL + if(SincYIn1.x == 0.0) SincY1.x = 1.0; + if(SincYIn1.y == 0.0) SincY1.y = 1.0; + if(SincYIn1.z == 0.0) SincY1.z = 1.0; + if(SincYIn1.w == 0.0) SincY1.w = 1.0; + if(SincYIn2.x == 0.0) SincY2.x = 1.0; + if(SincYIn2.y == 0.0) SincY2.y = 1.0; + if(SincYIn2.z == 0.0) SincY2.z = 1.0; + if(SincYIn2.w == 0.0) SincY2.w = 1.0; + if(SincYIn3.x == 0.0) SincY3.x = 1.0; + if(SincYIn3.y == 0.0) SincY3.y = 1.0; + if(SincYIn3.z == 0.0) SincY3.z = 1.0; + if(SincYIn3.w == 0.0) SincY3.w = 1.0; + vec4 IdealY = (Fc_y1_2 * SincY1 - Fc_y2_2 * SincY2) + Fc_y3_2 * SincY3; + vec4 FilterY = Cosine * IdealY; + + vec4 SincIIn = Pi2Fc_i * n4; + vec4 SincI = sin(SincIIn) / SincIIn; + if(SincIIn.x == 0.0) SincI.x = 1.0; + if(SincIIn.y == 0.0) SincI.y = 1.0; + if(SincIIn.z == 0.0) SincI.z = 1.0; + if(SincIIn.w == 0.0) SincI.w = 1.0; + vec4 IdealI = Fc_i_2 * SincI; + vec4 FilterI = Cosine * IdealI; + + vec4 SincQIn = Pi2Fc_q * n4; + vec4 SincQ = sin(SincQIn) / SincQIn; + if(SincQIn.x == 0.0) SincQ.x = 1.0; + if(SincQIn.y == 0.0) SincQ.y = 1.0; + if(SincQIn.z == 0.0) SincQ.z = 1.0; + if(SincQIn.w == 0.0) SincQ.w = 1.0; + vec4 IdealQ = Fc_q_2 * SincQ; + vec4 FilterQ = Cosine * IdealQ; + + YAccum += C * FilterY; + IAccum += C * cos(WT) * FilterI; + QAccum += C * sin(WT) * FilterQ; + } + + float Y = dot(YAccum, One); + float I = dot(IAccum, One) * 2.0; + float Q = dot(QAccum, One) * 2.0; + + vec3 YIQ = vec3(Y, I, Q); + vec3 OutRGB = vec3(dot(YIQ, YIQ2R), dot(YIQ, YIQ2G), dot(YIQ, YIQ2B)); + + gl_FragColor = vec4(OutRGB, 1.0); +} diff --git a/1.14.4/assets/minecraft/shaders/program/ntsc_decode.json b/1.14.4/assets/minecraft/shaders/program/ntsc_decode.json new file mode 100644 index 00000000..28709230 --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/program/ntsc_decode.json @@ -0,0 +1,19 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "ntsc_decode", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" }, + { "name": "BaseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.14.4/assets/minecraft/shaders/program/ntsc_encode.fsh b/1.14.4/assets/minecraft/shaders/program/ntsc_encode.fsh new file mode 100644 index 00000000..450bc6d7 --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/program/ntsc_encode.fsh @@ -0,0 +1,50 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +const float Pi2 = 6.283185307; + +const vec4 A2 = vec4(1.0); +const vec4 B = vec4(0.5); +const float P = 1.0; +const float CCFrequency = 3.59754545; +const float ScanTime = 52.6; +const float Pi2ScanTime = Pi2 * ScanTime; +const vec4 YTransform = vec4(0.299, 0.587, 0.114, 0.0); +const vec4 ITransform = vec4(0.595716, -0.274453, -0.321263, 0.0); +const vec4 QTransform = vec4(0.211456, -0.522591, 0.31135, 0.0); +const vec4 MinC = vec4(-1.1183); +const vec4 InvCRange = vec4(1.0 / 3.2366); + +void main() { + vec2 InverseP = vec2(P, 0.0) * oneTexel; + + // UVs for four linearly-interpolated samples spread 0.25 texels apart + vec2 C0 = texCoord; + vec2 C1 = texCoord + InverseP * 0.25; + vec2 C2 = texCoord + InverseP * 0.50; + vec2 C3 = texCoord + InverseP * 0.75; + vec4 Cx = vec4(C0.x, C1.x, C2.x, C3.x); + vec4 Cy = vec4(C0.y, C1.y, C2.y, C3.y); + + vec4 Texel0 = texture2D(DiffuseSampler, C0); + vec4 Texel1 = texture2D(DiffuseSampler, C1); + vec4 Texel2 = texture2D(DiffuseSampler, C2); + vec4 Texel3 = texture2D(DiffuseSampler, C3); + + // Calculate the expected time of the sample. + vec4 T = A2 * Cy * vec4(InSize.y) + B + Cx; + vec4 W = vec4(Pi2ScanTime * CCFrequency); + vec4 TW = T * W; + vec4 Y = vec4(dot(Texel0, YTransform), dot(Texel1, YTransform), dot(Texel2, YTransform), dot(Texel3, YTransform)); + vec4 I = vec4(dot(Texel0, ITransform), dot(Texel1, ITransform), dot(Texel2, ITransform), dot(Texel3, ITransform)); + vec4 Q = vec4(dot(Texel0, QTransform), dot(Texel1, QTransform), dot(Texel2, QTransform), dot(Texel3, QTransform)); + + vec4 Encoded = Y + I * cos(TW) + Q * sin(TW); + gl_FragColor = (Encoded - MinC) * InvCRange; +} diff --git a/1.14.4/assets/minecraft/shaders/program/ntsc_encode.json b/1.14.4/assets/minecraft/shaders/program/ntsc_encode.json new file mode 100644 index 00000000..2cda4dff --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/program/ntsc_encode.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "ntsc_encode", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.14.4/assets/minecraft/shaders/program/outline.fsh b/1.14.4/assets/minecraft/shaders/program/outline.fsh new file mode 100644 index 00000000..5ef504db --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/program/outline.fsh @@ -0,0 +1,21 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 center = texture2D(DiffuseSampler, texCoord); + vec4 up = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y)); + vec4 down = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0)); + vec4 left = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0)); + vec4 right = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y)); + vec4 uDiff = center - up; + vec4 dDiff = center - down; + vec4 lDiff = center - left; + vec4 rDiff = center - right; + vec4 sum = uDiff + dDiff + lDiff + rDiff; + vec3 clamped = clamp(center.rgb - sum.rgb, 0.0, 1.0); + gl_FragColor = vec4(clamped, 1.0); +} diff --git a/1.14.4/assets/minecraft/shaders/program/outline.json b/1.14.4/assets/minecraft/shaders/program/outline.json new file mode 100644 index 00000000..7d41382b --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/program/outline.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "outline", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.14.4/assets/minecraft/shaders/program/outline_combine.fsh b/1.14.4/assets/minecraft/shaders/program/outline_combine.fsh new file mode 100644 index 00000000..3edb9354 --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/program/outline_combine.fsh @@ -0,0 +1,13 @@ +#version 120 + +uniform sampler2D DiffuseSampler; +uniform sampler2D OutlineSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 diffuseTexel = texture2D(DiffuseSampler, texCoord); + vec4 outlineTexel = texture2D(OutlineSampler, texCoord); + gl_FragColor = vec4(diffuseTexel.rgb + diffuseTexel.rgb * outlineTexel.rgb * vec3(0.75), 1.0); +} diff --git a/1.14.4/assets/minecraft/shaders/program/outline_combine.json b/1.14.4/assets/minecraft/shaders/program/outline_combine.json new file mode 100644 index 00000000..d52f4a3d --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/program/outline_combine.json @@ -0,0 +1,19 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "outline_combine", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" }, + { "name": "OutlineSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.14.4/assets/minecraft/shaders/program/outline_soft.fsh b/1.14.4/assets/minecraft/shaders/program/outline_soft.fsh new file mode 100644 index 00000000..40536b51 --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/program/outline_soft.fsh @@ -0,0 +1,46 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform float LumaRamp; +uniform float LumaLevel; + +void main(){ + vec4 center = texture2D(DiffuseSampler, texCoord); + vec4 up = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y)); + vec4 up2 = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y) * 2.0); + vec4 down = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0)); + vec4 down2 = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0) * 2.0); + vec4 left = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0)); + vec4 left2 = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0) * 2.0); + vec4 right = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y)); + vec4 right2 = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y) * 2.0); + vec4 uDiff = abs(center - up); + vec4 dDiff = abs(center - down); + vec4 lDiff = abs(center - left); + vec4 rDiff = abs(center - right); + vec4 u2Diff = abs(center - up2); + vec4 d2Diff = abs(center - down2); + vec4 l2Diff = abs(center - left2); + vec4 r2Diff = abs(center - right2); + vec4 sum = uDiff + dDiff + lDiff + rDiff + u2Diff + d2Diff + l2Diff + r2Diff; + vec4 gray = vec4(0.3, 0.59, 0.11, 0.0); + float sumLuma = 1.0 - dot(clamp(sum, 0.0, 1.0), gray); + + // Get luminance of center pixel and adjust + float centerLuma = dot(center + (center - pow(center, vec4(LumaRamp))), gray); + + // Quantize the luma value + centerLuma = centerLuma - fract(centerLuma * LumaLevel) / LumaLevel; + + // Re-scale to full range + centerLuma = centerLuma * (LumaLevel / (LumaLevel - 1.0)); + + // Blend with outline + centerLuma = centerLuma * sumLuma; + + gl_FragColor = vec4(centerLuma, centerLuma, centerLuma, 1.0); +} diff --git a/1.14.4/assets/minecraft/shaders/program/outline_soft.json b/1.14.4/assets/minecraft/shaders/program/outline_soft.json new file mode 100644 index 00000000..c58bb5d9 --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/program/outline_soft.json @@ -0,0 +1,20 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "outline_soft", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "LumaRamp", "type": "float", "count": 1, "values": [ 16.0 ] }, + { "name": "LumaLevel", "type": "float", "count": 1, "values": [ 4.0 ] } + ] +} diff --git a/1.14.4/assets/minecraft/shaders/program/outline_watercolor.fsh b/1.14.4/assets/minecraft/shaders/program/outline_watercolor.fsh new file mode 100644 index 00000000..997e18a1 --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/program/outline_watercolor.fsh @@ -0,0 +1,41 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform float LumaRamp; + +void main(){ + vec4 center = texture2D(DiffuseSampler, texCoord); + vec4 up = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y)); + vec4 up2 = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y) * 2.0); + vec4 down = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0)); + vec4 down2 = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0) * 2.0); + vec4 left = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0)); + vec4 left2 = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0) * 2.0); + vec4 right = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y)); + vec4 right2 = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y) * 2.0); + vec4 ul = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, -oneTexel.y)); + vec4 ur = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, -oneTexel.y)); + vec4 bl = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, oneTexel.y)); + vec4 br = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, oneTexel.y)); + vec4 gray = vec4(0.3, 0.59, 0.11, 0.0); + float uDiff = dot(abs(center - up), gray); + float dDiff = dot(abs(center - down), gray); + float lDiff = dot(abs(center - left), gray); + float rDiff = dot(abs(center - right), gray); + float u2Diff = dot(abs(center - up2), gray); + float d2Diff = dot(abs(center - down2), gray); + float l2Diff = dot(abs(center - left2), gray); + float r2Diff = dot(abs(center - right2), gray); + float ulDiff = dot(abs(center - ul), gray); + float urDiff = dot(abs(center - ur), gray); + float blDiff = dot(abs(center - bl), gray); + float brDiff = dot(abs(center - br), gray); + float sum = uDiff + dDiff + lDiff + rDiff + u2Diff + d2Diff + l2Diff + r2Diff + ulDiff + urDiff + blDiff + brDiff; + float sumLuma = clamp(sum, 0.0, 1.0); + + gl_FragColor = vec4(sumLuma, sumLuma, sumLuma, 1.0); +} diff --git a/1.14.4/assets/minecraft/shaders/program/outline_watercolor.json b/1.14.4/assets/minecraft/shaders/program/outline_watercolor.json new file mode 100644 index 00000000..29543528 --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/program/outline_watercolor.json @@ -0,0 +1,19 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "outline_watercolor", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "LumaRamp", "type": "float", "count": 1, "values": [ 16.0 ] } + ] +} diff --git a/1.14.4/assets/minecraft/shaders/program/overlay.fsh b/1.14.4/assets/minecraft/shaders/program/overlay.fsh new file mode 100644 index 00000000..815279a6 --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/program/overlay.fsh @@ -0,0 +1,27 @@ +#version 120 + +uniform sampler2D DiffuseSampler; +uniform sampler2D OverlaySampler; + +uniform vec2 InSize; + +varying vec2 texCoord; + +uniform float MosaicSize = 1.0; +uniform vec3 RedMatrix = vec3(1.0, 0.0, 0.0); +uniform vec3 GreenMatrix = vec3(0.0, 1.0, 0.0); +uniform vec3 BlueMatrix = vec3(0.0, 0.0, 1.0); + +void main(){ + vec2 mosaicInSize = InSize / MosaicSize; + vec2 fractPix = fract(texCoord * mosaicInSize) / mosaicInSize; + + vec4 baseTexel = texture2D(DiffuseSampler, texCoord - fractPix); + float red = dot(baseTexel.rgb, RedMatrix); + float green = dot(baseTexel.rgb, GreenMatrix); + float blue = dot(baseTexel.rgb, BlueMatrix); + + vec4 overlayTexel = texture2D(OverlaySampler, vec2(texCoord.x, 1.0 - texCoord.y)); + overlayTexel.a = 1.0; + gl_FragColor = mix(vec4(red, green, blue, 1.0), overlayTexel, overlayTexel.a); +} diff --git a/1.14.4/assets/minecraft/shaders/program/overlay.json b/1.14.4/assets/minecraft/shaders/program/overlay.json new file mode 100644 index 00000000..ceb8d0fc --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/program/overlay.json @@ -0,0 +1,23 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "blit", + "fragment": "overlay", + "attributes": [ "Position" ], + "samplers": [ + { "name": "OverlaySampler" }, + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "MosaicSize", "type": "float", "count": 1, "values": [ 1.0 ] }, + { "name": "RedMatrix", "type": "float", "count": 3, "values": [ 1.0, 0.0, 0.0 ] }, + { "name": "GreenMatrix", "type": "float", "count": 3, "values": [ 0.0, 1.0, 1.0 ] }, + { "name": "BlueMatrix", "type": "float", "count": 3, "values": [ 0.0, 0.0, 1.0 ] } + ] +} diff --git a/1.14.4/assets/minecraft/shaders/program/phosphor.fsh b/1.14.4/assets/minecraft/shaders/program/phosphor.fsh new file mode 100644 index 00000000..f86a270c --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/program/phosphor.fsh @@ -0,0 +1,19 @@ +#version 120 + +uniform sampler2D DiffuseSampler; +uniform sampler2D PrevSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +uniform vec3 Phosphor = vec3(0.7, 0.7, 0.7); +uniform float LerpFactor = 1.0; + +void main() { + vec4 CurrTexel = texture2D(DiffuseSampler, texCoord); + vec4 PrevTexel = texture2D(PrevSampler, texCoord); + + gl_FragColor = vec4(max(PrevTexel.rgb * Phosphor, CurrTexel.rgb), 1.0); +} diff --git a/1.14.4/assets/minecraft/shaders/program/phosphor.json b/1.14.4/assets/minecraft/shaders/program/phosphor.json new file mode 100644 index 00000000..c3a01f2d --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/program/phosphor.json @@ -0,0 +1,20 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "phosphor", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" }, + { "name": "PrevSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "Phosphor", "type": "float", "count": 3, "values": [ 0.3, 0.3, 0.3 ] } + ] +} diff --git a/1.14.4/assets/minecraft/shaders/program/rotscale.vsh b/1.14.4/assets/minecraft/shaders/program/rotscale.vsh new file mode 100644 index 00000000..7c04ed2e --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/program/rotscale.vsh @@ -0,0 +1,30 @@ +#version 120 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; +uniform vec2 OutSize; + +uniform vec2 InScale; +uniform vec2 InOffset; +uniform float InRotation; +uniform float Time; + +varying vec2 texCoord; +varying vec2 scaledCoord; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + texCoord = Position.xy / OutSize; + + float Deg2Rad = 0.0174532925; + float InRadians = InRotation * Deg2Rad; + float Cosine = cos(InRadians); + float Sine = sin(InRadians); + float RotU = texCoord.x * Cosine - texCoord.y * Sine; + float RotV = texCoord.y * Cosine + texCoord.x * Sine; + scaledCoord = vec2(RotU, RotV) * InScale + InOffset; +} diff --git a/1.14.4/assets/minecraft/shaders/program/scan_pincushion.fsh b/1.14.4/assets/minecraft/shaders/program/scan_pincushion.fsh new file mode 100644 index 00000000..2aef0d7e --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/program/scan_pincushion.fsh @@ -0,0 +1,64 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +const vec4 Zero = vec4(0.0); +const vec4 Half = vec4(0.5); +const vec4 One = vec4(1.0); +const vec4 Two = vec4(2.0); + +const float Pi = 3.1415926535; +const float PincushionAmount = 0.02; +const float CurvatureAmount = 0.02; +const float ScanlineAmount = 0.8; +const float ScanlineScale = 1.0; +const float ScanlineHeight = 1.0; +const float ScanlineBrightScale = 1.0; +const float ScanlineBrightOffset = 0.0; +const float ScanlineOffset = 0.0; +const vec3 Floor = vec3(0.05, 0.05, 0.05); +const vec3 Power = vec3(0.8, 0.8, 0.8); + +void main() { + vec4 InTexel = texture2D(DiffuseSampler, texCoord); + + vec2 PinUnitCoord = texCoord * Two.xy - One.xy; + float PincushionR2 = pow(length(PinUnitCoord), 2.0); + vec2 PincushionCurve = PinUnitCoord * PincushionAmount * PincushionR2; + vec2 ScanCoord = texCoord; + + ScanCoord *= One.xy - PincushionAmount * 0.2; + ScanCoord += PincushionAmount * 0.1; + ScanCoord += PincushionCurve; + + vec2 CurvatureClipCurve = PinUnitCoord * CurvatureAmount * PincushionR2; + vec2 ScreenClipCoord = texCoord; + ScreenClipCoord -= Half.xy; + ScreenClipCoord *= One.xy - CurvatureAmount * 0.2; + ScreenClipCoord += Half.xy; + ScreenClipCoord += CurvatureClipCurve; + + // -- Alpha Clipping -- + if (ScanCoord.x < 0.0) discard; + if (ScanCoord.y < 0.0) discard; + if (ScanCoord.x > 1.0) discard; + if (ScanCoord.y > 1.0) discard; + + // -- Scanline Simulation -- + float InnerSine = ScanCoord.y * InSize.y * ScanlineScale * 0.25; + float ScanBrightMod = sin(InnerSine * Pi + ScanlineOffset * InSize.y * 0.25); + float ScanBrightness = mix(1.0, (pow(ScanBrightMod * ScanBrightMod, ScanlineHeight) * ScanlineBrightScale + 1.0) * 0.5, ScanlineAmount); + vec3 ScanlineTexel = InTexel.rgb * ScanBrightness; + + // -- Color Compression (increasing the floor of the signal without affecting the ceiling) -- + ScanlineTexel = Floor + (One.xyz - Floor) * ScanlineTexel; + + ScanlineTexel.rgb = pow(ScanlineTexel.rgb, Power); + + gl_FragColor = vec4(ScanlineTexel.rgb, 1.0); +} diff --git a/1.14.4/assets/minecraft/shaders/program/scan_pincushion.json b/1.14.4/assets/minecraft/shaders/program/scan_pincushion.json new file mode 100644 index 00000000..9c7f9a3d --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/program/scan_pincushion.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "scan_pincushion", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.14.4/assets/minecraft/shaders/program/sobel.fsh b/1.14.4/assets/minecraft/shaders/program/sobel.fsh new file mode 100644 index 00000000..6ed6b147 --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/program/sobel.fsh @@ -0,0 +1,20 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 center = texture2D(DiffuseSampler, texCoord); + vec4 left = texture2D(DiffuseSampler, texCoord - vec2(oneTexel.x, 0.0)); + vec4 right = texture2D(DiffuseSampler, texCoord + vec2(oneTexel.x, 0.0)); + vec4 up = texture2D(DiffuseSampler, texCoord - vec2(0.0, oneTexel.y)); + vec4 down = texture2D(DiffuseSampler, texCoord + vec2(0.0, oneTexel.y)); + vec4 leftDiff = center - left; + vec4 rightDiff = center - right; + vec4 upDiff = center - up; + vec4 downDiff = center - down; + vec4 total = clamp(leftDiff + rightDiff + upDiff + downDiff, 0.0, 1.0); + gl_FragColor = vec4(total.rgb, 1.0); +} diff --git a/1.14.4/assets/minecraft/shaders/program/sobel.json b/1.14.4/assets/minecraft/shaders/program/sobel.json new file mode 100644 index 00000000..dc2fc17b --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/program/sobel.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "sobel", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.14.4/assets/minecraft/shaders/program/sobel.vsh b/1.14.4/assets/minecraft/shaders/program/sobel.vsh new file mode 100644 index 00000000..0265fc53 --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/program/sobel.vsh @@ -0,0 +1,19 @@ +#version 120 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; +uniform vec2 OutSize; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + oneTexel = 1.0 / InSize; + + texCoord = Position.xy / OutSize; +} diff --git a/1.14.4/assets/minecraft/shaders/program/spider.json b/1.14.4/assets/minecraft/shaders/program/spider.json new file mode 100644 index 00000000..3a47688e --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/program/spider.json @@ -0,0 +1,25 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "rotscale", + "fragment": "spiderclip", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" }, + { "name": "BlurSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "InScale", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "InOffset", "type": "float", "count": 2, "values": [ 0.0, 0.0 ] }, + { "name": "InRotation", "type": "float", "count": 1, "values": [ 0.0 ] }, + { "name": "Time", "type": "float", "count": 1, "values": [ 0.0 ] }, + { "name": "Scissor", "type": "float", "count": 4, "values": [ 0.0, 0.0, 1.0, 1.0 ] }, + { "name": "Vignette", "type": "float", "count": 4, "values": [ 0.0, 0.0, 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.14.4/assets/minecraft/shaders/program/spiderclip.fsh b/1.14.4/assets/minecraft/shaders/program/spiderclip.fsh new file mode 100644 index 00000000..f53979ca --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/program/spiderclip.fsh @@ -0,0 +1,31 @@ +#version 120 + +uniform sampler2D DiffuseSampler; +uniform sampler2D BlurSampler; + +varying vec2 texCoord; +varying vec2 scaledCoord; + +uniform vec2 InSize; +uniform vec4 Scissor; +uniform vec4 Vignette; + +void main() { + vec4 ScaledTexel = texture2D(DiffuseSampler, scaledCoord); + vec4 BlurTexel = texture2D(BlurSampler, texCoord); + vec4 OutTexel = ScaledTexel; + + // -- Alpha Clipping -- + if (scaledCoord.x < Scissor.x) OutTexel = BlurTexel; + if (scaledCoord.y < Scissor.y) OutTexel = BlurTexel; + if (scaledCoord.x > Scissor.z) OutTexel = BlurTexel; + if (scaledCoord.y > Scissor.w) OutTexel = BlurTexel; + + clamp(scaledCoord, 0.0, 1.0); + + if (scaledCoord.x < Vignette.x) OutTexel = mix(BlurTexel, OutTexel, (Scissor.x - scaledCoord.x) / (Scissor.x - Vignette.x)); + if (scaledCoord.y < Vignette.y) OutTexel = mix(BlurTexel, OutTexel, (Scissor.y - scaledCoord.y) / (Scissor.y - Vignette.y)); + if (scaledCoord.x > Vignette.z) OutTexel = mix(BlurTexel, OutTexel, (Scissor.z - scaledCoord.x) / (Scissor.z - Vignette.z)); + if (scaledCoord.y > Vignette.w) OutTexel = mix(BlurTexel, OutTexel, (Scissor.w - scaledCoord.y) / (Scissor.w - Vignette.w)); + gl_FragColor = vec4(OutTexel.rgb, 1.0); +} diff --git a/1.14.4/assets/minecraft/shaders/program/wobble.fsh b/1.14.4/assets/minecraft/shaders/program/wobble.fsh new file mode 100644 index 00000000..9a175403 --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/program/wobble.fsh @@ -0,0 +1,58 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +uniform float Time; +uniform vec2 Frequency; +uniform vec2 WobbleAmount; + +vec3 hue(float h) +{ + float r = abs(h * 6.0 - 3.0) - 1.0; + float g = 2 - abs(h * 6.0 - 2.0); + float b = 2 - abs(h * 6.0 - 4.0); + return clamp(vec3(r,g,b), 0.0, 1.0); +} + +vec3 HSVtoRGB(vec3 hsv) { + return ((hue(hsv.x) - 1.0) * hsv.y + 1.0) * hsv.z; +} + +vec3 RGBtoHSV(vec3 rgb) { + vec3 hsv = vec3(0.0); + hsv.z = max(rgb.r, max(rgb.g, rgb.b)); + float min = min(rgb.r, min(rgb.g, rgb.b)); + float c = hsv.z - min; + + if (c != 0) + { + hsv.y = c / hsv.z; + vec3 delta = (hsv.z - rgb) / c; + delta.rgb -= delta.brg; + delta.rg += vec2(2.0, 4.0); + if (rgb.r >= hsv.z) { + hsv.x = delta.b; + } else if (rgb.g >= hsv.z) { + hsv.x = delta.r; + } else { + hsv.x = delta.g; + } + hsv.x = fract(hsv.x / 6.0); + } + return hsv; +} + +void main() { + float xOffset = sin(texCoord.y * Frequency.x + Time * 3.1415926535 * 2.0) * WobbleAmount.x; + float yOffset = cos(texCoord.x * Frequency.y + Time * 3.1415926535 * 2.0) * WobbleAmount.y; + vec2 offset = vec2(xOffset, yOffset); + vec4 rgb = texture2D(DiffuseSampler, texCoord + offset); + vec3 hsv = RGBtoHSV(rgb.rgb); + hsv.x = fract(hsv.x + Time); + gl_FragColor = vec4(HSVtoRGB(hsv), 1.0); +} diff --git a/1.14.4/assets/minecraft/shaders/program/wobble.json b/1.14.4/assets/minecraft/shaders/program/wobble.json new file mode 100644 index 00000000..d8e9945a --- /dev/null +++ b/1.14.4/assets/minecraft/shaders/program/wobble.json @@ -0,0 +1,21 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "wobble", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "Time", "type": "float", "count": 1, "values": [ 0.0 ] }, + { "name": "Frequency", "type": "float", "count": 2, "values": [ 512.0, 288.0 ] }, + { "name": "WobbleAmount", "type": "float", "count": 2, "values": [ 0.002, 0.002 ] } + ] +} diff --git a/1.14.4/assets/minecraft/texts/credits.txt b/1.14.4/assets/minecraft/texts/credits.txt new file mode 100644 index 00000000..528bdb67 --- /dev/null +++ b/1.14.4/assets/minecraft/texts/credits.txt @@ -0,0 +1,428 @@ +[C]§f============ +[C]§eMinecraft Team +[C]§f============ + +§7Original Creator +§f Markus Persson + +§7Chief Creative Officer +§f Jens Bergensten + +§7Producers +§f Adrian Östergård +§f Dejan Dimic +§f Fredrik Telenius +§f Isabella Arningsmark + +§7Lead Engineer +§f Nathan Adams + +§7Game Developers +§f Agnes Larsson +§f Bartosz Bok +§f Cory Scheviak +§f Erik Broes +§f Georgii Gavrichev +§f Josh Letellier +§f Maria Lemón +§f Michael Stoyke +§f Thomas Guimbretière + +§7Launcher Tech Lead +§f Mikael Hedberg + +§7Launcher Developers +§f Petr Mrázek + +§7Realms Tech Lead +§f Alexander Torstling + +§7Realms Developers +§f Alexandre Pretto Nunes +§f Alexander Östman +§f Billy Sjöberg +§f Brian Threvathan +§f Christoffer Hammarström +§f Erik Bylund +§f Henning Erlandsen +§f Magnus Jäderberg +§f Márcio Oliveira +§f Niclas Unnervik +§f Sina Tamanna +§f Tomas Alaeus + +§7Minecraft Content Lead +§f Marc Watson + +§7Minecraft Content Coordinator +§f Adam Martinsson +§f Matthew Dryden +§f Oskar Thysell +§f Sara Lempiäinen + +§7Art Directors +§f Johan Aronsson +§f Markus Toivonen +§f Martin Johansson +§f Ninni Landin + +§7Graphics Artists +§f Jasper Boerstra +§f Mattis Grahm + +§7User Experience Design +§f Lily Ekman +§f Oscar Nilsson + +§7Lead User Experience Developers +§f Sebastian Hindefelt +§f Paulo Ragonha + +§7User Experience Developers +§f Albin Odervall +§f Anna Päärni +§f Dario Vodopivec +§f Emelie Sidesiö +§f Michael Novén +§f Oleg Kozitsyn + +§7Lead Sound Designer +§f Samuel Åberg + +§7Sound Design +§f Daniel Rosenfeld +§f Kevin Martinez +§f Peter Hont + +§7Music composed by +§f Daniel Rosenfeld + +§7Writing +§f Julian Gough + +§7Developers of Mo’ Creatures +§f Dan Roque +§f John Olarte (DrZhark) +§f Kent Christian Jensen + +[C]§f======== +[C]§eMojang +[C]§f======== + +§7Chief Executive Officer +§f Jonas Mårtensson + +§7Chief Operations Officer +§f Ulrika Höjgård + +§7Chief Technology Officer +§f Mike Carlson + +§7Chief Brand Officer +§f Lydia Winters + +§7Chief Content Officer +§f Vu Bui + +§7Human Resources +§f Maja Samuelsson +§f Viktoria Petersson + +§7Director of Finance +§f Marina Kostesic + +§7Director of New Games +§f Patrick Liu + +§7Game Director +§f Måns Olson + +§7Game Designers +§f Christian Berg +§f Max Herngren + +§7Lead Game Developers +§f Kristoffer Jelbring +§f Niklas Börestam + +§7Game Developers +§f Adrian Toncean +§f Anton Arbring +§f Aron Nieminen +§f Christan Berg +§f Daniel Wustenhoff +§f Jakob Rydén +§f Jon Maiga +§f Mårten Helander + +§7Art Leads +§f Daniel Björkefors +§f Telemachus Stavropoulos + +§7Graphic Designers +§f Wiktor Persson +§f Markus Karlsson + +§73D/VFX +§f Christian Nordgren +§f Jakob Gavelli + +§7Lead System Engineers +§f Jifeng Zhang +§f Robert Sjödahl +§f Torbjörn Allard + +§7System Developers +§f Anders Martini +§f Maksim Ivanov +§f Maria Katsourani +§f Mikael Malmqvist +§f Joakim Ejenstam +§f Jonas Bergström +§f Petter Gisslen +§f Pär Axelsson +§f Stefan Torstensson +§f Wenlan Yang + +§7Experience Design +§f Daniel Feldt + +§7Director of Business Development +§f Patrick Geuder + +§7Production Director +§f Olof Carlson Sandvik + +§7Head of Creative Production +§f Sheila Ho + +§7Production Manager +§f Klas Hammarström + +§7Producers +§f Adele Major +§f David Nisshagen +§f Hampus Nilsson +§f Johannes Fridd +§f Kaya Hatcher +§f Lisa Kempe +§f Moira Ingeltun +§f Nicolette Suraga +§f Sarah Carton +§f Sebastian Falk +§f Åsa Skogström + +§7Project Managers +§f Isabella Balk + +§7Director of Creative Communications +§f Owen Jones + +§7Head of Marketing Communications +§f Thomas Wiborgh + +§7Creative Communications Assistant +§f Per Landin +§f Tom Stone + +§7Head of Community Relations +§f Karim Walldén + +§7Community Relations Coordinator +§f Josefin Olsson + +§7Head of Social Media +§f Alice Löfgren + +§7Customer Support Team Lead +§f Mattias Victorin + +§7Customer Support +§f Anna Lundgren +§f Andreas Thomasson +§f Antonia Kousathana +§f Cecilia Flumé +§f Cim Borg +§f David Stuart Dahlgren +§f Ellie Ashrafi +§f Fredrik Sandström +§f Freja Fors +§f Jonny Hair +§f Nasim Derakhshan +§f Nima Tolouifar +§f Patrik Södergren +§f Rui Ribeiro +§f Sarah Mårtensson + +§7Office Manager +§f Siri Hoel Andersson + +§7Office Coordinators +§f Aleksandra Zajac +§f Joël Älveroth + +§7Reception Manager +§f Chaimae Truving + +§7Financial Accountant +§f Josefina Axelsson + +§7IT Wizards +§f Cesar Sima Falck +§f Shoghi Cervantes + +§7Product Designer Team Lead +§f Amanda Ström + +§7Product Designers +§f Filip Thoms +§f Jennifer Hammervald +§f Sherin Kwan + +§7Motion Graphics Designer +§f Kim Petersen + +§7Intellectual Property Enforcement Team Lead +§f Olle Personne + +§7Intellectual Property Enforcement Agents +§f Mathias Andersson +§f Matilda Åkerman +§f Marcus Forss +§f Sylvia Chen +§f Johan Hedlund + +[C]§f=========== +[C]§eMojang Alumni +[C]§f=========== + +§7Chief Executive Officers +§f Carl Manneh + +§7Chief Finance Officer +§f Karin Severinson + +§7Chief Technology Officer +§f Rikard Herlitz + +§7Project Directors +§f Jakob Porsér + +§7Production Director +§f Daniel Kaplan + +§7Game Director +§f Henrik Pettersson + +§7Producers +§7 Marie Stålkrantz + +§7Assistant Producers +§f Warren Loo + +§7Game Developers +§f Christian Westman +§f Daniel Frisk +§f Isaac de la Vega +§f Jakob Pogulis +§f Johan Bernhardsson +§f Magnus Bentling +§f Markus Arvidsson +§f Nathan Gilbert +§f Ryan Holtz +§f Tobias Möllstam + +§73D/VFX +§f Elin Ölund Forsling + +§7User Experience Design Director +§f Tobias Ahlin + +§7Additional Programming +§f Elliot 'Hippoplatimus' Segal +§f Paul Spooner +§f Ryan 'Scaevolus' Hitchman + +§7Lead System Engineers +§f Tom Miles +§f Tomas Sommar + +§7System Developers +§f Leonard Gram +§f Martin Odhelius + +§7Realms Developers +§f Amir Moulavi +§f David Marby +§f Johnny Sjöö +§f Mats Henricson +§f Philip Vieira + +§7Graphics Artists +§f Kristoffer Zetterstrand +§f Poi Poi Chen + +§7Head of Social Media +§f Amelia Dale + +§7Merchandise Art Director +§f Alexis Holmqvist + +§7Additional Graphics +§f Jonatan Pöljö +§f Mariana Graham Ramirez + +§7Creative Communications Manager +§f Martin Davies + +§7Creative Communications Assistant +§f Emily Richardson + +§7Business Intelligence +§f Brynjólfur Erlingsson + +§7Customer Support +§f Amelia Lindroth Henriksson +§f Ana Barata Martins +§f Andreas Andersson +§f Andreas Jörgensen +§f Angehlica Walling +§f Annika Tripke-Lund +§f Anton Albiin +§f Carl Johnsson +§f Dante Stjernberg +§f David Carlsson +§f Elin Frykholm +§f Eliza Hearsum +§f Erik Nordberg +§f Fredrik Henriksson +§f Henrik Davallius +§f Henry Shi +§f Joe Liu +§f Kevin Vesterlund +§f Mike Till +§f Nicole Jansson +§f Rabi Hadad +§f Robert Miskiewicz +§f Robin Cocks +§f Robin Thunström +§f Theodor Colbing + +§7Office Managers +§f Alex Andersson +§f Charlotte Wredesjö +§f Jill Curran +§f Linn Hultman +§f Mikaela Prim + +[C]§f============ +[C]§eSpecial Thanks +[C]§f============ +§f Daniel Brynolf +§f Pontus Hammarberg + + + + + +§f"Twenty years from now you will be more disappointed by the things that you didn't do than by the ones you did do. So throw off the bowlines. Sail away from the safe harbor. Catch the trade winds in your sails. Explore. Dream. Discover." §7- Unknown \ No newline at end of file diff --git a/1.14.4/assets/minecraft/texts/end.txt b/1.14.4/assets/minecraft/texts/end.txt new file mode 100644 index 00000000..72775248 --- /dev/null +++ b/1.14.4/assets/minecraft/texts/end.txt @@ -0,0 +1,151 @@ +§3I see the player you mean. + +§2PLAYERNAME? + +§3Yes. Take care. It has reached a higher level now. It can read our thoughts. + +§2That doesn't matter. It thinks we are part of the game. + +§3I like this player. It played well. It did not give up. + +§2It is reading our thoughts as though they were words on a screen. + +§3That is how it chooses to imagine many things, when it is deep in the dream of a game. + +§2Words make a wonderful interface. Very flexible. And less terrifying than staring at the reality behind the screen. + +§3They used to hear voices. Before players could read. Back in the days when those who did not play called the players witches, and warlocks. And players dreamed they flew through the air, on sticks powered by demons. + +§2What did this player dream? + +§3This player dreamed of sunlight and trees. Of fire and water. It dreamed it created. And it dreamed it destroyed. It dreamed it hunted, and was hunted. It dreamed of shelter. + +§2Hah, the original interface. A million years old, and it still works. But what true structure did this player create, in the reality behind the screen? + +§3It worked, with a million others, to sculpt a true world in a fold of the §f§k§a§b§3, and created a §f§k§a§b§3 for §f§k§a§b§3, in the §f§k§a§b§3. + +§2It cannot read that thought. + +§3No. It has not yet achieved the highest level. That, it must achieve in the long dream of life, not the short dream of a game. + +§2Does it know that we love it? That the universe is kind? + +§3Sometimes, through the noise of its thoughts, it hears the universe, yes. + +§2But there are times it is sad, in the long dream. It creates worlds that have no summer, and it shivers under a black sun, and it takes its sad creation for reality. + +§3To cure it of sorrow would destroy it. The sorrow is part of its own private task. We cannot interfere. + +§2Sometimes when they are deep in dreams, I want to tell them, they are building true worlds in reality. Sometimes I want to tell them of their importance to the universe. Sometimes, when they have not made a true connection in a while, I want to help them to speak the word they fear. + +§3It reads our thoughts. + +§2Sometimes I do not care. Sometimes I wish to tell them, this world you take for truth is merely §f§k§a§b§2 and §f§k§a§b§2, I wish to tell them that they are §f§k§a§b§2 in the §f§k§a§b§2. They see so little of reality, in their long dream. + +§3And yet they play the game. + +§2But it would be so easy to tell them... + +§3Too strong for this dream. To tell them how to live is to prevent them living. + +§2I will not tell the player how to live. + +§3The player is growing restless. + +§2I will tell the player a story. + +§3But not the truth. + +§2No. A story that contains the truth safely, in a cage of words. Not the naked truth that can burn over any distance. + +§3Give it a body, again. + +§2Yes. Player... + +§3Use its name. + +§2PLAYERNAME. Player of games. + +§3Good. + +§2Take a breath, now. Take another. Feel air in your lungs. Let your limbs return. Yes, move your fingers. Have a body again, under gravity, in air. Respawn in the long dream. There you are. Your body touching the universe again at every point, as though you were separate things. As though we were separate things. + +§3Who are we? Once we were called the spirit of the mountain. Father sun, mother moon. Ancestral spirits, animal spirits. Jinn. Ghosts. The green man. Then gods, demons. Angels. Poltergeists. Aliens, extraterrestrials. Leptons, quarks. The words change. We do not change. + +§2We are the universe. We are everything you think isn't you. You are looking at us now, through your skin and your eyes. And why does the universe touch your skin, and throw light on you? To see you, player. To know you. And to be known. I shall tell you a story. + +§2Once upon a time, there was a player. + +§3The player was you, PLAYERNAME. + +§2Sometimes it thought itself human, on the thin crust of a spinning globe of molten rock. The ball of molten rock circled a ball of blazing gas that was three hundred and thirty thousand times more massive than it. They were so far apart that light took eight minutes to cross the gap. The light was information from a star, and it could burn your skin from a hundred and fifty million kilometres away. + +§2Sometimes the player dreamed it was a miner, on the surface of a world that was flat, and infinite. The sun was a square of white. The days were short; there was much to do; and death was a temporary inconvenience. + +§3Sometimes the player dreamed it was lost in a story. + +§2Sometimes the player dreamed it was other things, in other places. Sometimes these dreams were disturbing. Sometimes very beautiful indeed. Sometimes the player woke from one dream into another, then woke from that into a third. + +§3Sometimes the player dreamed it watched words on a screen. + +§2Let's go back. + +§2The atoms of the player were scattered in the grass, in the rivers, in the air, in the ground. A woman gathered the atoms; she drank and ate and inhaled; and the woman assembled the player, in her body. + +§2And the player awoke, from the warm, dark world of its mother's body, into the long dream. + +§2And the player was a new story, never told before, written in letters of DNA. And the player was a new program, never run before, generated by a sourcecode a billion years old. And the player was a new human, never alive before, made from nothing but milk and love. + +§3You are the player. The story. The program. The human. Made from nothing but milk and love. + +§2Let's go further back. + +§2The seven billion billion billion atoms of the player's body were created, long before this game, in the heart of a star. So the player, too, is information from a star. And the player moves through a story, which is a forest of information planted by a man called Julian, on a flat, infinite world created by a man called Markus, that exists inside a small, private world created by the player, who inhabits a universe created by... + +§3Shush. Sometimes the player created a small, private world that was soft and warm and simple. Sometimes hard, and cold, and complicated. Sometimes it built a model of the universe in its head; flecks of energy, moving through vast empty spaces. Sometimes it called those flecks "electrons" and "protons". + +§2Sometimes it called them "planets" and "stars". + +§2Sometimes it believed it was in a universe that was made of energy that was made of offs and ons; zeros and ones; lines of code. Sometimes it believed it was playing a game. Sometimes it believed it was reading words on a screen. + +§3You are the player, reading words... + +§2Shush... Sometimes the player read lines of code on a screen. Decoded them into words; decoded words into meaning; decoded meaning into feelings, emotions, theories, ideas, and the player started to breathe faster and deeper and realised it was alive, it was alive, those thousand deaths had not been real, the player was alive + +§3You. You. You are alive. + +§2and sometimes the player believed the universe had spoken to it through the sunlight that came through the shuffling leaves of the summer trees + +§3and sometimes the player believed the universe had spoken to it through the light that fell from the crisp night sky of winter, where a fleck of light in the corner of the player's eye might be a star a million times as massive as the sun, boiling its planets to plasma in order to be visible for a moment to the player, walking home at the far side of the universe, suddenly smelling food, almost at the familiar door, about to dream again + +§2and sometimes the player believed the universe had spoken to it through the zeros and ones, through the electricity of the world, through the scrolling words on a screen at the end of a dream + +§3and the universe said I love you + +§2and the universe said you have played the game well + +§3and the universe said everything you need is within you + +§2and the universe said you are stronger than you know + +§3and the universe said you are the daylight + +§2and the universe said you are the night + +§3and the universe said the darkness you fight is within you + +§2and the universe said the light you seek is within you + +§3and the universe said you are not alone + +§2and the universe said you are not separate from every other thing + +§3and the universe said you are the universe tasting itself, talking to itself, reading its own code + +§2and the universe said I love you because you are love. + +§3And the game was over and the player woke up from the dream. And the player began a new dream. And the player dreamed again, dreamed better. And the player was the universe. And the player was love. + +§3You are the player. + +§2Wake up. diff --git a/1.14.4/assets/minecraft/texts/splashes.txt b/1.14.4/assets/minecraft/texts/splashes.txt new file mode 100644 index 00000000..8736fd18 --- /dev/null +++ b/1.14.4/assets/minecraft/texts/splashes.txt @@ -0,0 +1,387 @@ +As seen on TV! +Awesome! +100% pure! +May contain nuts! +More polygons! +Sexy! +Limited edition! +Flashing letters! +It's here! +Best in class! +It's finished! +Kind of dragon free! +Excitement! +More than 500 sold! +One of a kind! +Heaps of hits on YouTube! +Indev! +Spiders everywhere! +Check it out! +Holy cow, man! +It's a game! +Made in Sweden! +Uses LWJGL! +Reticulating splines! +Minecraft! +Yaaay! +Singleplayer! +Keyboard compatible! +Undocumented! +Ingots! +Exploding creepers! +That's no moon! +l33t! +Create! +Survive! +Dungeon! +Exclusive! +The bee's knees! +Down with O.P.P.! +Closed source! +Classy! +Wow! +Not on steam! +Oh man! +Awesome community! +Pixels! +Teetsuuuuoooo! +Kaaneeeedaaaa! +Now with difficulty! +Enhanced! +90% bug free! +Pretty! +12 herbs and spices! +Fat free! +Absolutely no memes! +Free dental! +Ask your doctor! +Minors welcome! +Cloud computing! +Legal in Finland! +Hard to label! +Technically good! +Bringing home the bacon! +Indie! +GOTY! +Ceci n'est pas une title screen! +Euclidian! +Now in 3D! +Inspirational! +Herregud! +Complex cellular automata! +Yes, sir! +Played by cowboys! +OpenGL 2.1 (if supported)! +Thousands of colors! +Try it! +Age of Wonders is better! +Try the mushroom stew! +Sensational! +Hot tamale, hot hot tamale! +Play him off, keyboard cat! +Guaranteed! +Macroscopic! +Bring it on! +Random splash! +Call your mother! +Monster infighting! +Loved by millions! +Ultimate edition! +Freaky! +You've got a brand new key! +Water proof! +Uninflammable! +Whoa, dude! +All inclusive! +Tell your friends! +NP is not in P! +Music by C418! +Livestreamed! +Haunted! +Polynomial! +Terrestrial! +All is full of love! +Full of stars! +Scientific! +Not as cool as Spock! +Collaborate and listen! +Never dig down! +Take frequent breaks! +Not linear! +Han shot first! +Nice to meet you! +Buckets of lava! +Ride the pig! +Larger than Earth! +sqrt(-1) love you! +Phobos anomaly! +Punching wood! +Falling off cliffs! +1% sugar! +150% hyperbole! +Synecdoche! +Let's danec! +Seecret Friday update! +Reference implementation! +Lewd with two dudes with food! +Kiss the sky! +20 GOTO 10! +Verlet intregration! +Peter Griffin! +Do not distribute! +Cogito ergo sum! +4815162342 lines of code! +A skeleton popped out! +The sum of its parts! +BTAF used to be good! +I miss ADOM! +umop-apisdn! +OICU812! +Bring me Ray Cokes! +Finger-licking! +Thematic! +Pneumatic! +Sublime! +Octagonal! +Une baguette! +Gargamel plays it! +Rita is the new top dog! +SWM forever! +Representing Edsbyn! +Matt Damon! +Supercalifragilisticexpialidocious! +Consummate V's! +Cow Tools! +Double buffered! +Fan fiction! +Flaxkikare! +Jason! Jason! Jason! +Hotter than the sun! +Internet enabled! +Autonomous! +Engage! +Fantasy! +DRR! DRR! DRR! +Kick it root down! +Regional resources! +Woo, facepunch! +Woo, somethingawful! +Woo, /v/! +Woo, tigsource! +Woo, worldofminecraft! +Woo, reddit! +Woo, 2pp! +Google anlyticsed! +Now supports åäö! +Give us Gordon! +Tip your waiter! +Very fun! +12345 is a bad password! +Vote for net neutrality! +Lives in a pineapple under the sea! +MAP11 has two names! +Omnipotent! +Gasp! +...! +Bees, bees, bees, bees! +Jag känner en bot! +This text is hard to read if you play the game at the default resolution, but at 1080p it's fine! +Haha, LOL! +Hampsterdance! +Switches and ores! +Menger sponge! +idspispopd! +Eple (original edit)! +So fresh, so clean! +Slow acting portals! +Try the Nether! +Don't look directly at the bugs! +Oh, ok, Pigmen! +Finally with ladders! +Scary! +Play Minecraft, Watch Topgear, Get Pig! +Twittered about! +Jump up, jump up, and get down! +Joel is neat! +A riddle, wrapped in a mystery! +Huge tracts of land! +Welcome to your Doom! +Stay a while, stay forever! +Stay a while and listen! +Treatment for your rash! +"Autological" is! +Information wants to be free! +"Almost never" is an interesting concept! +Lots of truthiness! +The creeper is a spy! +Turing complete! +It's groundbreaking! +Let our battle's begin! +The sky is the limit! +Jeb has amazing hair! +Ryan also has amazing hair! +Casual gaming! +Undefeated! +Kinda like Lemmings! +Follow the train, CJ! +Leveraging synergy! +This message will never appear on the splash screen, isn't that weird? +DungeonQuest is unfair! +90210! +Check out the far lands! +Tyrion would love it! +Also try VVVVVV! +Also try Super Meat Boy! +Also try Terraria! +Also try Mount And Blade! +Also try Project Zomboid! +Also try World of Goo! +Also try Limbo! +Also try Pixeljunk Shooter! +Also try Braid! +That's super! +Bread is pain! +Read more books! +Khaaaaaaaaan! +Less addictive than TV Tropes! +More addictive than lemonade! +Bigger than a bread box! +Millions of peaches! +Fnord! +This is my true form! +Totally forgot about Dre! +Don't bother with the clones! +Pumpkinhead! +Made by Jeb! +Has an ending! +Finally complete! +Feature packed! +Boots with the fur! +Stop, hammertime! +Testificates! +Conventional! +Homeomorphic to a 3-sphere! +Doesn't avoid double negatives! +Place ALL the blocks! +Does barrel rolls! +Meeting expectations! +PC gaming since 1873! +Ghoughpteighbteau tchoghs! +Déjà vu! +Déjà vu! +Got your nose! +Haley loves Elan! +Afraid of the big, black bat! +Doesn't use the U-word! +Child's play! +See you next Friday or so! +From the streets of Södermalm! +150 bpm for 400000 minutes! +Technologic! +Funk soul brother! +Pumpa kungen! +日本ハロー! +한국 안녕하세요! +Helo Cymru! +Cześć Polsko! +你好中国! +Привет Россия! +Γεια σου Ελλάδα! +My life for Aiur! +Lennart lennart = new Lennart(); +I see your vocabulary has improved! +Who put it there? +You can't explain that! +if not ok then return end +§1C§2o§3l§4o§5r§6m§7a§8t§9i§ac +§kFUNKY LOL +Big Pointy Teeth! +Bekarton guards the gate! +Mmmph, mmph! +Don't feed avocados to parrots! +Swords for everyone! +Plz reply to my tweet! +.party()! +Take her pillow! +Put that cookie down! +Pretty scary! +I have a suggestion. +Now with extra hugs! +Now Java 8! +Woah. +HURNERJSGER? +What's up, Doc? +Now contains 32 random daily cats! +That's Numberwang! +pls rt +Do you want to join my server? +Put a little fence around it! +Throw a blanket over it! +One day, somewhere in the future, my work will be quoted! +Now with additional stuff! +Extra things! +Yay, puppies for everyone! +So sweet, like a nice bon bon! +Popping tags! +Very influential in its circle! +Now With Multiplayer! +Rise from your grave! +Warning! A huge battleship "STEVE" is approaching fast! +Blue warrior shot the food! +Run, coward! I hunger! +Flavor with no seasoning! +Strange, but not a stranger! +Tougher than diamonds, rich like cream! +Getting ready to show! +Getting ready to know! +Getting ready to drop! +Getting ready to shock! +Getting ready to freak! +Getting ready to speak! +It swings, it jives! +Cruising streets for gold! +Take an eggbeater and beat it against a skillet! +Make me a table, a funky table! +Take the elevator to the mezzanine! +Stop being reasonable, this is the Internet! +/give @a hugs 64 +This is good for Realms. +Any computer is a laptop if you're brave enough! +Do it all, everything! +Where there is not light, there can spider! +GNU Terry Pratchett +More Digital! +doot doot +Falling with style! +There's no stopping the Trollmaso +Throw yourself at the ground and miss +Rule #1: it's never my fault +Replaced molten cheese with blood? +Absolutely fixed relatively broken coordinates +Boats FTW +Javalicious edition +Should not be played while driving +You're going too fast! +Don't feed chocolate to parrots! +The true meaning of covfefe +An illusion! What are you hiding? +Something's not quite right... +Thank you for the fish! +All rumors are true! +Truly gone fishing! +Rainbow turtle? +Something funny! +I need more context. +Ahhhhhh! +Don't worry, be happy! +Water bottle! +What's the question? +Plant a tree! +Go to the dentist! +What do you expect? +Look mum, I'm in a splash! +It came from space. +Awesome game design right there! +Ph1lza had a good run! +10 years of Mining and Crafting! +Ping the human! \ No newline at end of file diff --git a/1.14.4/assets/minecraft/textures/block/acacia_door_bottom.png b/1.14.4/assets/minecraft/textures/block/acacia_door_bottom.png new file mode 100644 index 00000000..53979a2e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/acacia_door_bottom.png differ diff --git a/1.14.4/assets/minecraft/textures/block/acacia_door_top.png b/1.14.4/assets/minecraft/textures/block/acacia_door_top.png new file mode 100644 index 00000000..4b634d6f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/acacia_door_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/acacia_leaves.png b/1.14.4/assets/minecraft/textures/block/acacia_leaves.png new file mode 100644 index 00000000..8cbb1eb1 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/acacia_leaves.png differ diff --git a/1.14.4/assets/minecraft/textures/block/acacia_log.png b/1.14.4/assets/minecraft/textures/block/acacia_log.png new file mode 100644 index 00000000..bf2880b9 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/acacia_log.png differ diff --git a/1.14.4/assets/minecraft/textures/block/acacia_log_top.png b/1.14.4/assets/minecraft/textures/block/acacia_log_top.png new file mode 100644 index 00000000..fc02620c Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/acacia_log_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/acacia_planks.png b/1.14.4/assets/minecraft/textures/block/acacia_planks.png new file mode 100644 index 00000000..b83e4fe1 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/acacia_planks.png differ diff --git a/1.14.4/assets/minecraft/textures/block/acacia_sapling.png b/1.14.4/assets/minecraft/textures/block/acacia_sapling.png new file mode 100644 index 00000000..6817397c Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/acacia_sapling.png differ diff --git a/1.14.4/assets/minecraft/textures/block/acacia_trapdoor.png b/1.14.4/assets/minecraft/textures/block/acacia_trapdoor.png new file mode 100644 index 00000000..e8eeb9c1 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/acacia_trapdoor.png differ diff --git a/1.14.4/assets/minecraft/textures/block/activator_rail.png b/1.14.4/assets/minecraft/textures/block/activator_rail.png new file mode 100644 index 00000000..721f3f5f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/activator_rail.png differ diff --git a/1.14.4/assets/minecraft/textures/block/activator_rail_on.png b/1.14.4/assets/minecraft/textures/block/activator_rail_on.png new file mode 100644 index 00000000..59844b0c Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/activator_rail_on.png differ diff --git a/1.14.4/assets/minecraft/textures/block/allium.png b/1.14.4/assets/minecraft/textures/block/allium.png new file mode 100644 index 00000000..3750ff3e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/allium.png differ diff --git a/1.14.4/assets/minecraft/textures/block/andesite.png b/1.14.4/assets/minecraft/textures/block/andesite.png new file mode 100644 index 00000000..6bf96add Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/andesite.png differ diff --git a/1.14.4/assets/minecraft/textures/block/anvil.png b/1.14.4/assets/minecraft/textures/block/anvil.png new file mode 100644 index 00000000..732038ec Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/anvil.png differ diff --git a/1.14.4/assets/minecraft/textures/block/anvil_top.png b/1.14.4/assets/minecraft/textures/block/anvil_top.png new file mode 100644 index 00000000..f1f6bf71 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/anvil_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/attached_melon_stem.png b/1.14.4/assets/minecraft/textures/block/attached_melon_stem.png new file mode 100644 index 00000000..62ad943a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/attached_melon_stem.png differ diff --git a/1.14.4/assets/minecraft/textures/block/attached_pumpkin_stem.png b/1.14.4/assets/minecraft/textures/block/attached_pumpkin_stem.png new file mode 100644 index 00000000..6a5c10e1 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/attached_pumpkin_stem.png differ diff --git a/1.14.4/assets/minecraft/textures/block/azure_bluet.png b/1.14.4/assets/minecraft/textures/block/azure_bluet.png new file mode 100644 index 00000000..250fcc07 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/azure_bluet.png differ diff --git a/1.14.4/assets/minecraft/textures/block/bamboo_large_leaves.png b/1.14.4/assets/minecraft/textures/block/bamboo_large_leaves.png new file mode 100644 index 00000000..4fd2fb00 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/bamboo_large_leaves.png differ diff --git a/1.14.4/assets/minecraft/textures/block/bamboo_singleleaf.png b/1.14.4/assets/minecraft/textures/block/bamboo_singleleaf.png new file mode 100644 index 00000000..42f1f59a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/bamboo_singleleaf.png differ diff --git a/1.14.4/assets/minecraft/textures/block/bamboo_small_leaves.png b/1.14.4/assets/minecraft/textures/block/bamboo_small_leaves.png new file mode 100644 index 00000000..81aca7e5 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/bamboo_small_leaves.png differ diff --git a/1.14.4/assets/minecraft/textures/block/bamboo_stage0.png b/1.14.4/assets/minecraft/textures/block/bamboo_stage0.png new file mode 100644 index 00000000..c16c3716 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/bamboo_stage0.png differ diff --git a/1.14.4/assets/minecraft/textures/block/bamboo_stalk.png b/1.14.4/assets/minecraft/textures/block/bamboo_stalk.png new file mode 100644 index 00000000..93cfa80a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/bamboo_stalk.png differ diff --git a/1.14.4/assets/minecraft/textures/block/barrel_bottom.png b/1.14.4/assets/minecraft/textures/block/barrel_bottom.png new file mode 100644 index 00000000..22e065be Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/barrel_bottom.png differ diff --git a/1.14.4/assets/minecraft/textures/block/barrel_side.png b/1.14.4/assets/minecraft/textures/block/barrel_side.png new file mode 100644 index 00000000..1c3cb794 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/barrel_side.png differ diff --git a/1.14.4/assets/minecraft/textures/block/barrel_top.png b/1.14.4/assets/minecraft/textures/block/barrel_top.png new file mode 100644 index 00000000..c136cedf Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/barrel_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/barrel_top_open.png b/1.14.4/assets/minecraft/textures/block/barrel_top_open.png new file mode 100644 index 00000000..4b11386f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/barrel_top_open.png differ diff --git a/1.14.4/assets/minecraft/textures/block/beacon.png b/1.14.4/assets/minecraft/textures/block/beacon.png new file mode 100644 index 00000000..11468850 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/beacon.png differ diff --git a/1.14.4/assets/minecraft/textures/block/bedrock.png b/1.14.4/assets/minecraft/textures/block/bedrock.png new file mode 100644 index 00000000..8872226a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/bedrock.png differ diff --git a/1.14.4/assets/minecraft/textures/block/beetroots_stage0.png b/1.14.4/assets/minecraft/textures/block/beetroots_stage0.png new file mode 100644 index 00000000..d27726a4 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/beetroots_stage0.png differ diff --git a/1.14.4/assets/minecraft/textures/block/beetroots_stage1.png b/1.14.4/assets/minecraft/textures/block/beetroots_stage1.png new file mode 100644 index 00000000..5d0a6ba7 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/beetroots_stage1.png differ diff --git a/1.14.4/assets/minecraft/textures/block/beetroots_stage2.png b/1.14.4/assets/minecraft/textures/block/beetroots_stage2.png new file mode 100644 index 00000000..6050ebbd Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/beetroots_stage2.png differ diff --git a/1.14.4/assets/minecraft/textures/block/beetroots_stage3.png b/1.14.4/assets/minecraft/textures/block/beetroots_stage3.png new file mode 100644 index 00000000..6ded7705 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/beetroots_stage3.png differ diff --git a/1.14.4/assets/minecraft/textures/block/bell_bottom.png b/1.14.4/assets/minecraft/textures/block/bell_bottom.png new file mode 100644 index 00000000..04a87996 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/bell_bottom.png differ diff --git a/1.14.4/assets/minecraft/textures/block/bell_side.png b/1.14.4/assets/minecraft/textures/block/bell_side.png new file mode 100644 index 00000000..b44bcc4a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/bell_side.png differ diff --git a/1.14.4/assets/minecraft/textures/block/bell_top.png b/1.14.4/assets/minecraft/textures/block/bell_top.png new file mode 100644 index 00000000..7fce98dc Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/bell_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/birch_door_bottom.png b/1.14.4/assets/minecraft/textures/block/birch_door_bottom.png new file mode 100644 index 00000000..b29d01ad Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/birch_door_bottom.png differ diff --git a/1.14.4/assets/minecraft/textures/block/birch_door_top.png b/1.14.4/assets/minecraft/textures/block/birch_door_top.png new file mode 100644 index 00000000..2e0e6afd Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/birch_door_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/birch_leaves.png b/1.14.4/assets/minecraft/textures/block/birch_leaves.png new file mode 100644 index 00000000..6a75c99e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/birch_leaves.png differ diff --git a/1.14.4/assets/minecraft/textures/block/birch_log.png b/1.14.4/assets/minecraft/textures/block/birch_log.png new file mode 100644 index 00000000..c0ef988d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/birch_log.png differ diff --git a/1.14.4/assets/minecraft/textures/block/birch_log_top.png b/1.14.4/assets/minecraft/textures/block/birch_log_top.png new file mode 100644 index 00000000..a84365c4 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/birch_log_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/birch_planks.png b/1.14.4/assets/minecraft/textures/block/birch_planks.png new file mode 100644 index 00000000..6d1983de Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/birch_planks.png differ diff --git a/1.14.4/assets/minecraft/textures/block/birch_sapling.png b/1.14.4/assets/minecraft/textures/block/birch_sapling.png new file mode 100644 index 00000000..d33b34ca Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/birch_sapling.png differ diff --git a/1.14.4/assets/minecraft/textures/block/birch_trapdoor.png b/1.14.4/assets/minecraft/textures/block/birch_trapdoor.png new file mode 100644 index 00000000..01255fe5 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/birch_trapdoor.png differ diff --git a/1.14.4/assets/minecraft/textures/block/black_concrete.png b/1.14.4/assets/minecraft/textures/block/black_concrete.png new file mode 100644 index 00000000..8413b9c6 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/black_concrete.png differ diff --git a/1.14.4/assets/minecraft/textures/block/black_concrete_powder.png b/1.14.4/assets/minecraft/textures/block/black_concrete_powder.png new file mode 100644 index 00000000..529daaa5 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/black_concrete_powder.png differ diff --git a/1.14.4/assets/minecraft/textures/block/black_glazed_terracotta.png b/1.14.4/assets/minecraft/textures/block/black_glazed_terracotta.png new file mode 100644 index 00000000..18acd927 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/black_glazed_terracotta.png differ diff --git a/1.14.4/assets/minecraft/textures/block/black_shulker_box.png b/1.14.4/assets/minecraft/textures/block/black_shulker_box.png new file mode 100644 index 00000000..213cec3b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/black_shulker_box.png differ diff --git a/1.14.4/assets/minecraft/textures/block/black_stained_glass.png b/1.14.4/assets/minecraft/textures/block/black_stained_glass.png new file mode 100644 index 00000000..6b884f4a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/black_stained_glass.png differ diff --git a/1.14.4/assets/minecraft/textures/block/black_stained_glass_pane_top.png b/1.14.4/assets/minecraft/textures/block/black_stained_glass_pane_top.png new file mode 100644 index 00000000..43d60c55 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/black_stained_glass_pane_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/black_terracotta.png b/1.14.4/assets/minecraft/textures/block/black_terracotta.png new file mode 100644 index 00000000..e1ce2621 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/black_terracotta.png differ diff --git a/1.14.4/assets/minecraft/textures/block/black_wool.png b/1.14.4/assets/minecraft/textures/block/black_wool.png new file mode 100644 index 00000000..0e486b04 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/black_wool.png differ diff --git a/1.14.4/assets/minecraft/textures/block/blast_furnace_front.png b/1.14.4/assets/minecraft/textures/block/blast_furnace_front.png new file mode 100644 index 00000000..c7d42bf0 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/blast_furnace_front.png differ diff --git a/1.14.4/assets/minecraft/textures/block/blast_furnace_front_on.png b/1.14.4/assets/minecraft/textures/block/blast_furnace_front_on.png new file mode 100644 index 00000000..8b51e4e3 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/blast_furnace_front_on.png differ diff --git a/1.14.4/assets/minecraft/textures/block/blast_furnace_front_on.png.mcmeta b/1.14.4/assets/minecraft/textures/block/blast_furnace_front_on.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.14.4/assets/minecraft/textures/block/blast_furnace_front_on.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.14.4/assets/minecraft/textures/block/blast_furnace_side.png b/1.14.4/assets/minecraft/textures/block/blast_furnace_side.png new file mode 100644 index 00000000..05714a0f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/blast_furnace_side.png differ diff --git a/1.14.4/assets/minecraft/textures/block/blast_furnace_top.png b/1.14.4/assets/minecraft/textures/block/blast_furnace_top.png new file mode 100644 index 00000000..6c8d3856 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/blast_furnace_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/blue_concrete.png b/1.14.4/assets/minecraft/textures/block/blue_concrete.png new file mode 100644 index 00000000..e1f68fc8 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/blue_concrete.png differ diff --git a/1.14.4/assets/minecraft/textures/block/blue_concrete_powder.png b/1.14.4/assets/minecraft/textures/block/blue_concrete_powder.png new file mode 100644 index 00000000..e78597e1 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/blue_concrete_powder.png differ diff --git a/1.14.4/assets/minecraft/textures/block/blue_glazed_terracotta.png b/1.14.4/assets/minecraft/textures/block/blue_glazed_terracotta.png new file mode 100644 index 00000000..8ced312b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/blue_glazed_terracotta.png differ diff --git a/1.14.4/assets/minecraft/textures/block/blue_ice.png b/1.14.4/assets/minecraft/textures/block/blue_ice.png new file mode 100644 index 00000000..78b6040b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/blue_ice.png differ diff --git a/1.14.4/assets/minecraft/textures/block/blue_orchid.png b/1.14.4/assets/minecraft/textures/block/blue_orchid.png new file mode 100644 index 00000000..ae580aec Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/blue_orchid.png differ diff --git a/1.14.4/assets/minecraft/textures/block/blue_shulker_box.png b/1.14.4/assets/minecraft/textures/block/blue_shulker_box.png new file mode 100644 index 00000000..3bcd44d1 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/blue_shulker_box.png differ diff --git a/1.14.4/assets/minecraft/textures/block/blue_stained_glass.png b/1.14.4/assets/minecraft/textures/block/blue_stained_glass.png new file mode 100644 index 00000000..ced02349 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/blue_stained_glass.png differ diff --git a/1.14.4/assets/minecraft/textures/block/blue_stained_glass_pane_top.png b/1.14.4/assets/minecraft/textures/block/blue_stained_glass_pane_top.png new file mode 100644 index 00000000..55c614f4 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/blue_stained_glass_pane_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/blue_terracotta.png b/1.14.4/assets/minecraft/textures/block/blue_terracotta.png new file mode 100644 index 00000000..7afe9305 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/blue_terracotta.png differ diff --git a/1.14.4/assets/minecraft/textures/block/blue_wool.png b/1.14.4/assets/minecraft/textures/block/blue_wool.png new file mode 100644 index 00000000..14c5d710 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/blue_wool.png differ diff --git a/1.14.4/assets/minecraft/textures/block/bone_block_side.png b/1.14.4/assets/minecraft/textures/block/bone_block_side.png new file mode 100644 index 00000000..6f1a1618 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/bone_block_side.png differ diff --git a/1.14.4/assets/minecraft/textures/block/bone_block_top.png b/1.14.4/assets/minecraft/textures/block/bone_block_top.png new file mode 100644 index 00000000..72e642ef Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/bone_block_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/bookshelf.png b/1.14.4/assets/minecraft/textures/block/bookshelf.png new file mode 100644 index 00000000..4a2c24d4 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/bookshelf.png differ diff --git a/1.14.4/assets/minecraft/textures/block/brain_coral.png b/1.14.4/assets/minecraft/textures/block/brain_coral.png new file mode 100644 index 00000000..b950ab80 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/brain_coral.png differ diff --git a/1.14.4/assets/minecraft/textures/block/brain_coral_block.png b/1.14.4/assets/minecraft/textures/block/brain_coral_block.png new file mode 100644 index 00000000..074a2c9d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/brain_coral_block.png differ diff --git a/1.14.4/assets/minecraft/textures/block/brain_coral_fan.png b/1.14.4/assets/minecraft/textures/block/brain_coral_fan.png new file mode 100644 index 00000000..eb5be1c7 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/brain_coral_fan.png differ diff --git a/1.14.4/assets/minecraft/textures/block/brewing_stand.png b/1.14.4/assets/minecraft/textures/block/brewing_stand.png new file mode 100644 index 00000000..af2333fb Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/brewing_stand.png differ diff --git a/1.14.4/assets/minecraft/textures/block/brewing_stand_base.png b/1.14.4/assets/minecraft/textures/block/brewing_stand_base.png new file mode 100644 index 00000000..6c7369d3 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/brewing_stand_base.png differ diff --git a/1.14.4/assets/minecraft/textures/block/bricks.png b/1.14.4/assets/minecraft/textures/block/bricks.png new file mode 100644 index 00000000..2ed16c41 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/bricks.png differ diff --git a/1.14.4/assets/minecraft/textures/block/brown_concrete.png b/1.14.4/assets/minecraft/textures/block/brown_concrete.png new file mode 100644 index 00000000..1ee67164 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/brown_concrete.png differ diff --git a/1.14.4/assets/minecraft/textures/block/brown_concrete_powder.png b/1.14.4/assets/minecraft/textures/block/brown_concrete_powder.png new file mode 100644 index 00000000..14487d7d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/brown_concrete_powder.png differ diff --git a/1.14.4/assets/minecraft/textures/block/brown_glazed_terracotta.png b/1.14.4/assets/minecraft/textures/block/brown_glazed_terracotta.png new file mode 100644 index 00000000..17bd427b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/brown_glazed_terracotta.png differ diff --git a/1.14.4/assets/minecraft/textures/block/brown_mushroom.png b/1.14.4/assets/minecraft/textures/block/brown_mushroom.png new file mode 100644 index 00000000..57b94d50 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/brown_mushroom.png differ diff --git a/1.14.4/assets/minecraft/textures/block/brown_mushroom_block.png b/1.14.4/assets/minecraft/textures/block/brown_mushroom_block.png new file mode 100644 index 00000000..ab3b4c8b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/brown_mushroom_block.png differ diff --git a/1.14.4/assets/minecraft/textures/block/brown_shulker_box.png b/1.14.4/assets/minecraft/textures/block/brown_shulker_box.png new file mode 100644 index 00000000..2b52d9e5 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/brown_shulker_box.png differ diff --git a/1.14.4/assets/minecraft/textures/block/brown_stained_glass.png b/1.14.4/assets/minecraft/textures/block/brown_stained_glass.png new file mode 100644 index 00000000..d62efccd Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/brown_stained_glass.png differ diff --git a/1.14.4/assets/minecraft/textures/block/brown_stained_glass_pane_top.png b/1.14.4/assets/minecraft/textures/block/brown_stained_glass_pane_top.png new file mode 100644 index 00000000..cbd791a4 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/brown_stained_glass_pane_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/brown_terracotta.png b/1.14.4/assets/minecraft/textures/block/brown_terracotta.png new file mode 100644 index 00000000..9937e72c Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/brown_terracotta.png differ diff --git a/1.14.4/assets/minecraft/textures/block/brown_wool.png b/1.14.4/assets/minecraft/textures/block/brown_wool.png new file mode 100644 index 00000000..ffaa7509 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/brown_wool.png differ diff --git a/1.14.4/assets/minecraft/textures/block/bubble_coral.png b/1.14.4/assets/minecraft/textures/block/bubble_coral.png new file mode 100644 index 00000000..a94f9142 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/bubble_coral.png differ diff --git a/1.14.4/assets/minecraft/textures/block/bubble_coral_block.png b/1.14.4/assets/minecraft/textures/block/bubble_coral_block.png new file mode 100644 index 00000000..58b9999a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/bubble_coral_block.png differ diff --git a/1.14.4/assets/minecraft/textures/block/bubble_coral_fan.png b/1.14.4/assets/minecraft/textures/block/bubble_coral_fan.png new file mode 100644 index 00000000..3ab3d2b5 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/bubble_coral_fan.png differ diff --git a/1.14.4/assets/minecraft/textures/block/cactus_bottom.png b/1.14.4/assets/minecraft/textures/block/cactus_bottom.png new file mode 100644 index 00000000..c613b886 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/cactus_bottom.png differ diff --git a/1.14.4/assets/minecraft/textures/block/cactus_side.png b/1.14.4/assets/minecraft/textures/block/cactus_side.png new file mode 100644 index 00000000..409e0480 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/cactus_side.png differ diff --git a/1.14.4/assets/minecraft/textures/block/cactus_top.png b/1.14.4/assets/minecraft/textures/block/cactus_top.png new file mode 100644 index 00000000..1fc332f4 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/cactus_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/cake_bottom.png b/1.14.4/assets/minecraft/textures/block/cake_bottom.png new file mode 100644 index 00000000..86b49993 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/cake_bottom.png differ diff --git a/1.14.4/assets/minecraft/textures/block/cake_inner.png b/1.14.4/assets/minecraft/textures/block/cake_inner.png new file mode 100644 index 00000000..77234d56 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/cake_inner.png differ diff --git a/1.14.4/assets/minecraft/textures/block/cake_side.png b/1.14.4/assets/minecraft/textures/block/cake_side.png new file mode 100644 index 00000000..c3014b79 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/cake_side.png differ diff --git a/1.14.4/assets/minecraft/textures/block/cake_top.png b/1.14.4/assets/minecraft/textures/block/cake_top.png new file mode 100644 index 00000000..4eb484ec Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/cake_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/campfire_fire.png b/1.14.4/assets/minecraft/textures/block/campfire_fire.png new file mode 100644 index 00000000..865d6e3e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/campfire_fire.png differ diff --git a/1.14.4/assets/minecraft/textures/block/campfire_fire.png.mcmeta b/1.14.4/assets/minecraft/textures/block/campfire_fire.png.mcmeta new file mode 100644 index 00000000..0645f48c --- /dev/null +++ b/1.14.4/assets/minecraft/textures/block/campfire_fire.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 2 + } +} diff --git a/1.14.4/assets/minecraft/textures/block/campfire_log.png b/1.14.4/assets/minecraft/textures/block/campfire_log.png new file mode 100644 index 00000000..6f5eddc6 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/campfire_log.png differ diff --git a/1.14.4/assets/minecraft/textures/block/campfire_log_lit.png b/1.14.4/assets/minecraft/textures/block/campfire_log_lit.png new file mode 100644 index 00000000..6e41c579 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/campfire_log_lit.png differ diff --git a/1.14.4/assets/minecraft/textures/block/campfire_log_lit.png.mcmeta b/1.14.4/assets/minecraft/textures/block/campfire_log_lit.png.mcmeta new file mode 100644 index 00000000..265854e4 --- /dev/null +++ b/1.14.4/assets/minecraft/textures/block/campfire_log_lit.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 20 + } +} diff --git a/1.14.4/assets/minecraft/textures/block/carrots_stage0.png b/1.14.4/assets/minecraft/textures/block/carrots_stage0.png new file mode 100644 index 00000000..d31ceb69 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/carrots_stage0.png differ diff --git a/1.14.4/assets/minecraft/textures/block/carrots_stage1.png b/1.14.4/assets/minecraft/textures/block/carrots_stage1.png new file mode 100644 index 00000000..2c4d65c3 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/carrots_stage1.png differ diff --git a/1.14.4/assets/minecraft/textures/block/carrots_stage2.png b/1.14.4/assets/minecraft/textures/block/carrots_stage2.png new file mode 100644 index 00000000..9aa0e172 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/carrots_stage2.png differ diff --git a/1.14.4/assets/minecraft/textures/block/carrots_stage3.png b/1.14.4/assets/minecraft/textures/block/carrots_stage3.png new file mode 100644 index 00000000..fa8b4ceb Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/carrots_stage3.png differ diff --git a/1.14.4/assets/minecraft/textures/block/cartography_table_side1.png b/1.14.4/assets/minecraft/textures/block/cartography_table_side1.png new file mode 100644 index 00000000..01c8504b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/cartography_table_side1.png differ diff --git a/1.14.4/assets/minecraft/textures/block/cartography_table_side2.png b/1.14.4/assets/minecraft/textures/block/cartography_table_side2.png new file mode 100644 index 00000000..3f65ce80 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/cartography_table_side2.png differ diff --git a/1.14.4/assets/minecraft/textures/block/cartography_table_side3.png b/1.14.4/assets/minecraft/textures/block/cartography_table_side3.png new file mode 100644 index 00000000..971b6b19 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/cartography_table_side3.png differ diff --git a/1.14.4/assets/minecraft/textures/block/cartography_table_top.png b/1.14.4/assets/minecraft/textures/block/cartography_table_top.png new file mode 100644 index 00000000..7b256c98 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/cartography_table_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/carved_pumpkin.png b/1.14.4/assets/minecraft/textures/block/carved_pumpkin.png new file mode 100644 index 00000000..944a3226 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/carved_pumpkin.png differ diff --git a/1.14.4/assets/minecraft/textures/block/cauldron_bottom.png b/1.14.4/assets/minecraft/textures/block/cauldron_bottom.png new file mode 100644 index 00000000..4c8591a2 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/cauldron_bottom.png differ diff --git a/1.14.4/assets/minecraft/textures/block/cauldron_inner.png b/1.14.4/assets/minecraft/textures/block/cauldron_inner.png new file mode 100644 index 00000000..17fcf4fa Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/cauldron_inner.png differ diff --git a/1.14.4/assets/minecraft/textures/block/cauldron_side.png b/1.14.4/assets/minecraft/textures/block/cauldron_side.png new file mode 100644 index 00000000..3bf024ea Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/cauldron_side.png differ diff --git a/1.14.4/assets/minecraft/textures/block/cauldron_top.png b/1.14.4/assets/minecraft/textures/block/cauldron_top.png new file mode 100644 index 00000000..fd672b39 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/cauldron_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/chain_command_block_back.png b/1.14.4/assets/minecraft/textures/block/chain_command_block_back.png new file mode 100644 index 00000000..d50623b6 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/chain_command_block_back.png differ diff --git a/1.14.4/assets/minecraft/textures/block/chain_command_block_back.png.mcmeta b/1.14.4/assets/minecraft/textures/block/chain_command_block_back.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.14.4/assets/minecraft/textures/block/chain_command_block_back.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.14.4/assets/minecraft/textures/block/chain_command_block_conditional.png b/1.14.4/assets/minecraft/textures/block/chain_command_block_conditional.png new file mode 100644 index 00000000..6cb6ccc2 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/chain_command_block_conditional.png differ diff --git a/1.14.4/assets/minecraft/textures/block/chain_command_block_conditional.png.mcmeta b/1.14.4/assets/minecraft/textures/block/chain_command_block_conditional.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.14.4/assets/minecraft/textures/block/chain_command_block_conditional.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.14.4/assets/minecraft/textures/block/chain_command_block_front.png b/1.14.4/assets/minecraft/textures/block/chain_command_block_front.png new file mode 100644 index 00000000..420431d8 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/chain_command_block_front.png differ diff --git a/1.14.4/assets/minecraft/textures/block/chain_command_block_front.png.mcmeta b/1.14.4/assets/minecraft/textures/block/chain_command_block_front.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.14.4/assets/minecraft/textures/block/chain_command_block_front.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.14.4/assets/minecraft/textures/block/chain_command_block_side.png b/1.14.4/assets/minecraft/textures/block/chain_command_block_side.png new file mode 100644 index 00000000..31f9ad72 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/chain_command_block_side.png differ diff --git a/1.14.4/assets/minecraft/textures/block/chain_command_block_side.png.mcmeta b/1.14.4/assets/minecraft/textures/block/chain_command_block_side.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.14.4/assets/minecraft/textures/block/chain_command_block_side.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.14.4/assets/minecraft/textures/block/chipped_anvil_top.png b/1.14.4/assets/minecraft/textures/block/chipped_anvil_top.png new file mode 100644 index 00000000..89d20c69 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/chipped_anvil_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/chiseled_quartz_block.png b/1.14.4/assets/minecraft/textures/block/chiseled_quartz_block.png new file mode 100644 index 00000000..13d7686e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/chiseled_quartz_block.png differ diff --git a/1.14.4/assets/minecraft/textures/block/chiseled_quartz_block_top.png b/1.14.4/assets/minecraft/textures/block/chiseled_quartz_block_top.png new file mode 100644 index 00000000..35a9ef21 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/chiseled_quartz_block_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/chiseled_red_sandstone.png b/1.14.4/assets/minecraft/textures/block/chiseled_red_sandstone.png new file mode 100644 index 00000000..7b187b03 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/chiseled_red_sandstone.png differ diff --git a/1.14.4/assets/minecraft/textures/block/chiseled_sandstone.png b/1.14.4/assets/minecraft/textures/block/chiseled_sandstone.png new file mode 100644 index 00000000..90cf2baa Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/chiseled_sandstone.png differ diff --git a/1.14.4/assets/minecraft/textures/block/chiseled_stone_bricks.png b/1.14.4/assets/minecraft/textures/block/chiseled_stone_bricks.png new file mode 100644 index 00000000..8555f0a6 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/chiseled_stone_bricks.png differ diff --git a/1.14.4/assets/minecraft/textures/block/chorus_flower.png b/1.14.4/assets/minecraft/textures/block/chorus_flower.png new file mode 100644 index 00000000..d0758072 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/chorus_flower.png differ diff --git a/1.14.4/assets/minecraft/textures/block/chorus_flower_dead.png b/1.14.4/assets/minecraft/textures/block/chorus_flower_dead.png new file mode 100644 index 00000000..21f31552 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/chorus_flower_dead.png differ diff --git a/1.14.4/assets/minecraft/textures/block/chorus_plant.png b/1.14.4/assets/minecraft/textures/block/chorus_plant.png new file mode 100644 index 00000000..39924b98 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/chorus_plant.png differ diff --git a/1.14.4/assets/minecraft/textures/block/clay.png b/1.14.4/assets/minecraft/textures/block/clay.png new file mode 100644 index 00000000..54fd57af Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/clay.png differ diff --git a/1.14.4/assets/minecraft/textures/block/coal_block.png b/1.14.4/assets/minecraft/textures/block/coal_block.png new file mode 100644 index 00000000..25351c71 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/coal_block.png differ diff --git a/1.14.4/assets/minecraft/textures/block/coal_ore.png b/1.14.4/assets/minecraft/textures/block/coal_ore.png new file mode 100644 index 00000000..3759e02e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/coal_ore.png differ diff --git a/1.14.4/assets/minecraft/textures/block/coarse_dirt.png b/1.14.4/assets/minecraft/textures/block/coarse_dirt.png new file mode 100644 index 00000000..3107d43a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/coarse_dirt.png differ diff --git a/1.14.4/assets/minecraft/textures/block/cobblestone.png b/1.14.4/assets/minecraft/textures/block/cobblestone.png new file mode 100644 index 00000000..80fa3a83 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/cobblestone.png differ diff --git a/1.14.4/assets/minecraft/textures/block/cobweb.png b/1.14.4/assets/minecraft/textures/block/cobweb.png new file mode 100644 index 00000000..d31d5b42 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/cobweb.png differ diff --git a/1.14.4/assets/minecraft/textures/block/cocoa_stage0.png b/1.14.4/assets/minecraft/textures/block/cocoa_stage0.png new file mode 100644 index 00000000..4fcaaee7 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/cocoa_stage0.png differ diff --git a/1.14.4/assets/minecraft/textures/block/cocoa_stage1.png b/1.14.4/assets/minecraft/textures/block/cocoa_stage1.png new file mode 100644 index 00000000..9bc8e5dd Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/cocoa_stage1.png differ diff --git a/1.14.4/assets/minecraft/textures/block/cocoa_stage2.png b/1.14.4/assets/minecraft/textures/block/cocoa_stage2.png new file mode 100644 index 00000000..901ca324 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/cocoa_stage2.png differ diff --git a/1.14.4/assets/minecraft/textures/block/command_block_back.png b/1.14.4/assets/minecraft/textures/block/command_block_back.png new file mode 100644 index 00000000..38600895 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/command_block_back.png differ diff --git a/1.14.4/assets/minecraft/textures/block/command_block_back.png.mcmeta b/1.14.4/assets/minecraft/textures/block/command_block_back.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.14.4/assets/minecraft/textures/block/command_block_back.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.14.4/assets/minecraft/textures/block/command_block_conditional.png b/1.14.4/assets/minecraft/textures/block/command_block_conditional.png new file mode 100644 index 00000000..5334c1f3 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/command_block_conditional.png differ diff --git a/1.14.4/assets/minecraft/textures/block/command_block_conditional.png.mcmeta b/1.14.4/assets/minecraft/textures/block/command_block_conditional.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.14.4/assets/minecraft/textures/block/command_block_conditional.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.14.4/assets/minecraft/textures/block/command_block_front.png b/1.14.4/assets/minecraft/textures/block/command_block_front.png new file mode 100644 index 00000000..54412d4a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/command_block_front.png differ diff --git a/1.14.4/assets/minecraft/textures/block/command_block_front.png.mcmeta b/1.14.4/assets/minecraft/textures/block/command_block_front.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.14.4/assets/minecraft/textures/block/command_block_front.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.14.4/assets/minecraft/textures/block/command_block_side.png b/1.14.4/assets/minecraft/textures/block/command_block_side.png new file mode 100644 index 00000000..129a5f4d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/command_block_side.png differ diff --git a/1.14.4/assets/minecraft/textures/block/command_block_side.png.mcmeta b/1.14.4/assets/minecraft/textures/block/command_block_side.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.14.4/assets/minecraft/textures/block/command_block_side.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.14.4/assets/minecraft/textures/block/comparator.png b/1.14.4/assets/minecraft/textures/block/comparator.png new file mode 100644 index 00000000..f47ebf18 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/comparator.png differ diff --git a/1.14.4/assets/minecraft/textures/block/comparator_on.png b/1.14.4/assets/minecraft/textures/block/comparator_on.png new file mode 100644 index 00000000..85cefb89 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/comparator_on.png differ diff --git a/1.14.4/assets/minecraft/textures/block/composter_bottom.png b/1.14.4/assets/minecraft/textures/block/composter_bottom.png new file mode 100644 index 00000000..7556bd9c Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/composter_bottom.png differ diff --git a/1.14.4/assets/minecraft/textures/block/composter_compost.png b/1.14.4/assets/minecraft/textures/block/composter_compost.png new file mode 100644 index 00000000..bc17729b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/composter_compost.png differ diff --git a/1.14.4/assets/minecraft/textures/block/composter_ready.png b/1.14.4/assets/minecraft/textures/block/composter_ready.png new file mode 100644 index 00000000..d80dafc6 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/composter_ready.png differ diff --git a/1.14.4/assets/minecraft/textures/block/composter_side.png b/1.14.4/assets/minecraft/textures/block/composter_side.png new file mode 100644 index 00000000..a4395f4b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/composter_side.png differ diff --git a/1.14.4/assets/minecraft/textures/block/composter_top.png b/1.14.4/assets/minecraft/textures/block/composter_top.png new file mode 100644 index 00000000..04737817 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/composter_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/conduit.png b/1.14.4/assets/minecraft/textures/block/conduit.png new file mode 100644 index 00000000..78e0416c Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/conduit.png differ diff --git a/1.14.4/assets/minecraft/textures/block/cornflower.png b/1.14.4/assets/minecraft/textures/block/cornflower.png new file mode 100644 index 00000000..3de4add1 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/cornflower.png differ diff --git a/1.14.4/assets/minecraft/textures/block/cracked_stone_bricks.png b/1.14.4/assets/minecraft/textures/block/cracked_stone_bricks.png new file mode 100644 index 00000000..2c2aafda Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/cracked_stone_bricks.png differ diff --git a/1.14.4/assets/minecraft/textures/block/crafting_table_front.png b/1.14.4/assets/minecraft/textures/block/crafting_table_front.png new file mode 100644 index 00000000..5bdd5d42 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/crafting_table_front.png differ diff --git a/1.14.4/assets/minecraft/textures/block/crafting_table_side.png b/1.14.4/assets/minecraft/textures/block/crafting_table_side.png new file mode 100644 index 00000000..022edff5 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/crafting_table_side.png differ diff --git a/1.14.4/assets/minecraft/textures/block/crafting_table_top.png b/1.14.4/assets/minecraft/textures/block/crafting_table_top.png new file mode 100644 index 00000000..305bb01e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/crafting_table_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/cut_red_sandstone.png b/1.14.4/assets/minecraft/textures/block/cut_red_sandstone.png new file mode 100644 index 00000000..f061d109 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/cut_red_sandstone.png differ diff --git a/1.14.4/assets/minecraft/textures/block/cut_sandstone.png b/1.14.4/assets/minecraft/textures/block/cut_sandstone.png new file mode 100644 index 00000000..530c967d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/cut_sandstone.png differ diff --git a/1.14.4/assets/minecraft/textures/block/cyan_concrete.png b/1.14.4/assets/minecraft/textures/block/cyan_concrete.png new file mode 100644 index 00000000..ec3936cb Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/cyan_concrete.png differ diff --git a/1.14.4/assets/minecraft/textures/block/cyan_concrete_powder.png b/1.14.4/assets/minecraft/textures/block/cyan_concrete_powder.png new file mode 100644 index 00000000..3a23a958 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/cyan_concrete_powder.png differ diff --git a/1.14.4/assets/minecraft/textures/block/cyan_glazed_terracotta.png b/1.14.4/assets/minecraft/textures/block/cyan_glazed_terracotta.png new file mode 100644 index 00000000..9a14cc5e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/cyan_glazed_terracotta.png differ diff --git a/1.14.4/assets/minecraft/textures/block/cyan_shulker_box.png b/1.14.4/assets/minecraft/textures/block/cyan_shulker_box.png new file mode 100644 index 00000000..d9577dfe Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/cyan_shulker_box.png differ diff --git a/1.14.4/assets/minecraft/textures/block/cyan_stained_glass.png b/1.14.4/assets/minecraft/textures/block/cyan_stained_glass.png new file mode 100644 index 00000000..a4ac9aee Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/cyan_stained_glass.png differ diff --git a/1.14.4/assets/minecraft/textures/block/cyan_stained_glass_pane_top.png b/1.14.4/assets/minecraft/textures/block/cyan_stained_glass_pane_top.png new file mode 100644 index 00000000..9a34b844 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/cyan_stained_glass_pane_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/cyan_terracotta.png b/1.14.4/assets/minecraft/textures/block/cyan_terracotta.png new file mode 100644 index 00000000..b2d18c92 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/cyan_terracotta.png differ diff --git a/1.14.4/assets/minecraft/textures/block/cyan_wool.png b/1.14.4/assets/minecraft/textures/block/cyan_wool.png new file mode 100644 index 00000000..6545f38e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/cyan_wool.png differ diff --git a/1.14.4/assets/minecraft/textures/block/damaged_anvil_top.png b/1.14.4/assets/minecraft/textures/block/damaged_anvil_top.png new file mode 100644 index 00000000..a8060884 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/damaged_anvil_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/dandelion.png b/1.14.4/assets/minecraft/textures/block/dandelion.png new file mode 100644 index 00000000..21b84900 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/dandelion.png differ diff --git a/1.14.4/assets/minecraft/textures/block/dark_oak_door_bottom.png b/1.14.4/assets/minecraft/textures/block/dark_oak_door_bottom.png new file mode 100644 index 00000000..0dc8fa29 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/dark_oak_door_bottom.png differ diff --git a/1.14.4/assets/minecraft/textures/block/dark_oak_door_top.png b/1.14.4/assets/minecraft/textures/block/dark_oak_door_top.png new file mode 100644 index 00000000..9143ff93 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/dark_oak_door_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/dark_oak_leaves.png b/1.14.4/assets/minecraft/textures/block/dark_oak_leaves.png new file mode 100644 index 00000000..292def18 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/dark_oak_leaves.png differ diff --git a/1.14.4/assets/minecraft/textures/block/dark_oak_log.png b/1.14.4/assets/minecraft/textures/block/dark_oak_log.png new file mode 100644 index 00000000..ff911f8b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/dark_oak_log.png differ diff --git a/1.14.4/assets/minecraft/textures/block/dark_oak_log_top.png b/1.14.4/assets/minecraft/textures/block/dark_oak_log_top.png new file mode 100644 index 00000000..f2316eab Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/dark_oak_log_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/dark_oak_planks.png b/1.14.4/assets/minecraft/textures/block/dark_oak_planks.png new file mode 100644 index 00000000..d37c4529 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/dark_oak_planks.png differ diff --git a/1.14.4/assets/minecraft/textures/block/dark_oak_sapling.png b/1.14.4/assets/minecraft/textures/block/dark_oak_sapling.png new file mode 100644 index 00000000..0cd95d3a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/dark_oak_sapling.png differ diff --git a/1.14.4/assets/minecraft/textures/block/dark_oak_trapdoor.png b/1.14.4/assets/minecraft/textures/block/dark_oak_trapdoor.png new file mode 100644 index 00000000..55fc96ae Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/dark_oak_trapdoor.png differ diff --git a/1.14.4/assets/minecraft/textures/block/dark_prismarine.png b/1.14.4/assets/minecraft/textures/block/dark_prismarine.png new file mode 100644 index 00000000..f89d4433 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/dark_prismarine.png differ diff --git a/1.14.4/assets/minecraft/textures/block/daylight_detector_inverted_top.png b/1.14.4/assets/minecraft/textures/block/daylight_detector_inverted_top.png new file mode 100644 index 00000000..ce5bedfe Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/daylight_detector_inverted_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/daylight_detector_side.png b/1.14.4/assets/minecraft/textures/block/daylight_detector_side.png new file mode 100644 index 00000000..05f7e83a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/daylight_detector_side.png differ diff --git a/1.14.4/assets/minecraft/textures/block/daylight_detector_top.png b/1.14.4/assets/minecraft/textures/block/daylight_detector_top.png new file mode 100644 index 00000000..9a408dc7 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/daylight_detector_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/dead_brain_coral.png b/1.14.4/assets/minecraft/textures/block/dead_brain_coral.png new file mode 100644 index 00000000..29c082cb Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/dead_brain_coral.png differ diff --git a/1.14.4/assets/minecraft/textures/block/dead_brain_coral_block.png b/1.14.4/assets/minecraft/textures/block/dead_brain_coral_block.png new file mode 100644 index 00000000..c6419cbd Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/dead_brain_coral_block.png differ diff --git a/1.14.4/assets/minecraft/textures/block/dead_brain_coral_fan.png b/1.14.4/assets/minecraft/textures/block/dead_brain_coral_fan.png new file mode 100644 index 00000000..10b0fbda Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/dead_brain_coral_fan.png differ diff --git a/1.14.4/assets/minecraft/textures/block/dead_bubble_coral.png b/1.14.4/assets/minecraft/textures/block/dead_bubble_coral.png new file mode 100644 index 00000000..bb9e259b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/dead_bubble_coral.png differ diff --git a/1.14.4/assets/minecraft/textures/block/dead_bubble_coral_block.png b/1.14.4/assets/minecraft/textures/block/dead_bubble_coral_block.png new file mode 100644 index 00000000..aefc5924 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/dead_bubble_coral_block.png differ diff --git a/1.14.4/assets/minecraft/textures/block/dead_bubble_coral_fan.png b/1.14.4/assets/minecraft/textures/block/dead_bubble_coral_fan.png new file mode 100644 index 00000000..5a9634e1 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/dead_bubble_coral_fan.png differ diff --git a/1.14.4/assets/minecraft/textures/block/dead_bush.png b/1.14.4/assets/minecraft/textures/block/dead_bush.png new file mode 100644 index 00000000..8f39442c Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/dead_bush.png differ diff --git a/1.14.4/assets/minecraft/textures/block/dead_fire_coral.png b/1.14.4/assets/minecraft/textures/block/dead_fire_coral.png new file mode 100644 index 00000000..95c33ad9 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/dead_fire_coral.png differ diff --git a/1.14.4/assets/minecraft/textures/block/dead_fire_coral_block.png b/1.14.4/assets/minecraft/textures/block/dead_fire_coral_block.png new file mode 100644 index 00000000..0bfad989 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/dead_fire_coral_block.png differ diff --git a/1.14.4/assets/minecraft/textures/block/dead_fire_coral_fan.png b/1.14.4/assets/minecraft/textures/block/dead_fire_coral_fan.png new file mode 100644 index 00000000..5e7c7a96 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/dead_fire_coral_fan.png differ diff --git a/1.14.4/assets/minecraft/textures/block/dead_horn_coral.png b/1.14.4/assets/minecraft/textures/block/dead_horn_coral.png new file mode 100644 index 00000000..3c6744f7 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/dead_horn_coral.png differ diff --git a/1.14.4/assets/minecraft/textures/block/dead_horn_coral_block.png b/1.14.4/assets/minecraft/textures/block/dead_horn_coral_block.png new file mode 100644 index 00000000..482a1c8a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/dead_horn_coral_block.png differ diff --git a/1.14.4/assets/minecraft/textures/block/dead_horn_coral_fan.png b/1.14.4/assets/minecraft/textures/block/dead_horn_coral_fan.png new file mode 100644 index 00000000..4d0dc24a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/dead_horn_coral_fan.png differ diff --git a/1.14.4/assets/minecraft/textures/block/dead_tube_coral.png b/1.14.4/assets/minecraft/textures/block/dead_tube_coral.png new file mode 100644 index 00000000..8ac8ed12 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/dead_tube_coral.png differ diff --git a/1.14.4/assets/minecraft/textures/block/dead_tube_coral_block.png b/1.14.4/assets/minecraft/textures/block/dead_tube_coral_block.png new file mode 100644 index 00000000..36a127f2 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/dead_tube_coral_block.png differ diff --git a/1.14.4/assets/minecraft/textures/block/dead_tube_coral_fan.png b/1.14.4/assets/minecraft/textures/block/dead_tube_coral_fan.png new file mode 100644 index 00000000..54847de6 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/dead_tube_coral_fan.png differ diff --git a/1.14.4/assets/minecraft/textures/block/debug.png b/1.14.4/assets/minecraft/textures/block/debug.png new file mode 100644 index 00000000..8643d0a1 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/debug.png differ diff --git a/1.14.4/assets/minecraft/textures/block/debug2.png b/1.14.4/assets/minecraft/textures/block/debug2.png new file mode 100644 index 00000000..e5b0d262 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/debug2.png differ diff --git a/1.14.4/assets/minecraft/textures/block/destroy_stage_0.png b/1.14.4/assets/minecraft/textures/block/destroy_stage_0.png new file mode 100644 index 00000000..f65b7ede Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/destroy_stage_0.png differ diff --git a/1.14.4/assets/minecraft/textures/block/destroy_stage_1.png b/1.14.4/assets/minecraft/textures/block/destroy_stage_1.png new file mode 100644 index 00000000..7c915961 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/destroy_stage_1.png differ diff --git a/1.14.4/assets/minecraft/textures/block/destroy_stage_2.png b/1.14.4/assets/minecraft/textures/block/destroy_stage_2.png new file mode 100644 index 00000000..dadd6b05 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/destroy_stage_2.png differ diff --git a/1.14.4/assets/minecraft/textures/block/destroy_stage_3.png b/1.14.4/assets/minecraft/textures/block/destroy_stage_3.png new file mode 100644 index 00000000..52a40b65 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/destroy_stage_3.png differ diff --git a/1.14.4/assets/minecraft/textures/block/destroy_stage_4.png b/1.14.4/assets/minecraft/textures/block/destroy_stage_4.png new file mode 100644 index 00000000..e37c88a2 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/destroy_stage_4.png differ diff --git a/1.14.4/assets/minecraft/textures/block/destroy_stage_5.png b/1.14.4/assets/minecraft/textures/block/destroy_stage_5.png new file mode 100644 index 00000000..9590d2f7 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/destroy_stage_5.png differ diff --git a/1.14.4/assets/minecraft/textures/block/destroy_stage_6.png b/1.14.4/assets/minecraft/textures/block/destroy_stage_6.png new file mode 100644 index 00000000..fb00ade5 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/destroy_stage_6.png differ diff --git a/1.14.4/assets/minecraft/textures/block/destroy_stage_7.png b/1.14.4/assets/minecraft/textures/block/destroy_stage_7.png new file mode 100644 index 00000000..0b40c789 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/destroy_stage_7.png differ diff --git a/1.14.4/assets/minecraft/textures/block/destroy_stage_8.png b/1.14.4/assets/minecraft/textures/block/destroy_stage_8.png new file mode 100644 index 00000000..c0bf1dec Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/destroy_stage_8.png differ diff --git a/1.14.4/assets/minecraft/textures/block/destroy_stage_9.png b/1.14.4/assets/minecraft/textures/block/destroy_stage_9.png new file mode 100644 index 00000000..e3185f82 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/destroy_stage_9.png differ diff --git a/1.14.4/assets/minecraft/textures/block/detector_rail.png b/1.14.4/assets/minecraft/textures/block/detector_rail.png new file mode 100644 index 00000000..924fbb34 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/detector_rail.png differ diff --git a/1.14.4/assets/minecraft/textures/block/detector_rail_on.png b/1.14.4/assets/minecraft/textures/block/detector_rail_on.png new file mode 100644 index 00000000..b0d9c479 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/detector_rail_on.png differ diff --git a/1.14.4/assets/minecraft/textures/block/diamond_block.png b/1.14.4/assets/minecraft/textures/block/diamond_block.png new file mode 100644 index 00000000..710fef8e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/diamond_block.png differ diff --git a/1.14.4/assets/minecraft/textures/block/diamond_ore.png b/1.14.4/assets/minecraft/textures/block/diamond_ore.png new file mode 100644 index 00000000..1f467c6c Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/diamond_ore.png differ diff --git a/1.14.4/assets/minecraft/textures/block/diorite.png b/1.14.4/assets/minecraft/textures/block/diorite.png new file mode 100644 index 00000000..345c35dc Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/diorite.png differ diff --git a/1.14.4/assets/minecraft/textures/block/dirt.png b/1.14.4/assets/minecraft/textures/block/dirt.png new file mode 100644 index 00000000..617d353e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/dirt.png differ diff --git a/1.14.4/assets/minecraft/textures/block/dispenser_front.png b/1.14.4/assets/minecraft/textures/block/dispenser_front.png new file mode 100644 index 00000000..60de10fc Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/dispenser_front.png differ diff --git a/1.14.4/assets/minecraft/textures/block/dispenser_front_vertical.png b/1.14.4/assets/minecraft/textures/block/dispenser_front_vertical.png new file mode 100644 index 00000000..4d433d98 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/dispenser_front_vertical.png differ diff --git a/1.14.4/assets/minecraft/textures/block/dragon_egg.png b/1.14.4/assets/minecraft/textures/block/dragon_egg.png new file mode 100644 index 00000000..ee9d67fa Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/dragon_egg.png differ diff --git a/1.14.4/assets/minecraft/textures/block/dried_kelp_bottom.png b/1.14.4/assets/minecraft/textures/block/dried_kelp_bottom.png new file mode 100644 index 00000000..5b6edbd9 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/dried_kelp_bottom.png differ diff --git a/1.14.4/assets/minecraft/textures/block/dried_kelp_side.png b/1.14.4/assets/minecraft/textures/block/dried_kelp_side.png new file mode 100644 index 00000000..78a5c5fa Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/dried_kelp_side.png differ diff --git a/1.14.4/assets/minecraft/textures/block/dried_kelp_top.png b/1.14.4/assets/minecraft/textures/block/dried_kelp_top.png new file mode 100644 index 00000000..09465de0 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/dried_kelp_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/dropper_front.png b/1.14.4/assets/minecraft/textures/block/dropper_front.png new file mode 100644 index 00000000..8fe70ec4 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/dropper_front.png differ diff --git a/1.14.4/assets/minecraft/textures/block/dropper_front_vertical.png b/1.14.4/assets/minecraft/textures/block/dropper_front_vertical.png new file mode 100644 index 00000000..325f8da4 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/dropper_front_vertical.png differ diff --git a/1.14.4/assets/minecraft/textures/block/emerald_block.png b/1.14.4/assets/minecraft/textures/block/emerald_block.png new file mode 100644 index 00000000..15d8710b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/emerald_block.png differ diff --git a/1.14.4/assets/minecraft/textures/block/emerald_ore.png b/1.14.4/assets/minecraft/textures/block/emerald_ore.png new file mode 100644 index 00000000..aad451a8 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/emerald_ore.png differ diff --git a/1.14.4/assets/minecraft/textures/block/enchanting_table_bottom.png b/1.14.4/assets/minecraft/textures/block/enchanting_table_bottom.png new file mode 100644 index 00000000..b9e09060 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/enchanting_table_bottom.png differ diff --git a/1.14.4/assets/minecraft/textures/block/enchanting_table_side.png b/1.14.4/assets/minecraft/textures/block/enchanting_table_side.png new file mode 100644 index 00000000..a111759d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/enchanting_table_side.png differ diff --git a/1.14.4/assets/minecraft/textures/block/enchanting_table_top.png b/1.14.4/assets/minecraft/textures/block/enchanting_table_top.png new file mode 100644 index 00000000..ef5eea5b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/enchanting_table_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/end_portal_frame_eye.png b/1.14.4/assets/minecraft/textures/block/end_portal_frame_eye.png new file mode 100644 index 00000000..2ff33f9b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/end_portal_frame_eye.png differ diff --git a/1.14.4/assets/minecraft/textures/block/end_portal_frame_side.png b/1.14.4/assets/minecraft/textures/block/end_portal_frame_side.png new file mode 100644 index 00000000..30140f75 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/end_portal_frame_side.png differ diff --git a/1.14.4/assets/minecraft/textures/block/end_portal_frame_top.png b/1.14.4/assets/minecraft/textures/block/end_portal_frame_top.png new file mode 100644 index 00000000..ced8cafa Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/end_portal_frame_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/end_rod.png b/1.14.4/assets/minecraft/textures/block/end_rod.png new file mode 100644 index 00000000..a710490c Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/end_rod.png differ diff --git a/1.14.4/assets/minecraft/textures/block/end_stone.png b/1.14.4/assets/minecraft/textures/block/end_stone.png new file mode 100644 index 00000000..6d747c02 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/end_stone.png differ diff --git a/1.14.4/assets/minecraft/textures/block/end_stone_bricks.png b/1.14.4/assets/minecraft/textures/block/end_stone_bricks.png new file mode 100644 index 00000000..afa774b7 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/end_stone_bricks.png differ diff --git a/1.14.4/assets/minecraft/textures/block/farmland.png b/1.14.4/assets/minecraft/textures/block/farmland.png new file mode 100644 index 00000000..b73ffc08 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/farmland.png differ diff --git a/1.14.4/assets/minecraft/textures/block/farmland_moist.png b/1.14.4/assets/minecraft/textures/block/farmland_moist.png new file mode 100644 index 00000000..2c3f62d1 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/farmland_moist.png differ diff --git a/1.14.4/assets/minecraft/textures/block/fern.png b/1.14.4/assets/minecraft/textures/block/fern.png new file mode 100644 index 00000000..11ad3c7a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/fern.png differ diff --git a/1.14.4/assets/minecraft/textures/block/fire_0.png b/1.14.4/assets/minecraft/textures/block/fire_0.png new file mode 100644 index 00000000..6066dc49 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/fire_0.png differ diff --git a/1.14.4/assets/minecraft/textures/block/fire_0.png.mcmeta b/1.14.4/assets/minecraft/textures/block/fire_0.png.mcmeta new file mode 100644 index 00000000..76446714 --- /dev/null +++ b/1.14.4/assets/minecraft/textures/block/fire_0.png.mcmeta @@ -0,0 +1,38 @@ +{ + "animation": { + "frames": [ + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15 + ] + } +} diff --git a/1.14.4/assets/minecraft/textures/block/fire_1.png b/1.14.4/assets/minecraft/textures/block/fire_1.png new file mode 100644 index 00000000..fd439b17 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/fire_1.png differ diff --git a/1.14.4/assets/minecraft/textures/block/fire_1.png.mcmeta b/1.14.4/assets/minecraft/textures/block/fire_1.png.mcmeta new file mode 100644 index 00000000..4f0718ac --- /dev/null +++ b/1.14.4/assets/minecraft/textures/block/fire_1.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/textures/block/fire_coral.png b/1.14.4/assets/minecraft/textures/block/fire_coral.png new file mode 100644 index 00000000..78211e56 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/fire_coral.png differ diff --git a/1.14.4/assets/minecraft/textures/block/fire_coral_block.png b/1.14.4/assets/minecraft/textures/block/fire_coral_block.png new file mode 100644 index 00000000..3a97e4f7 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/fire_coral_block.png differ diff --git a/1.14.4/assets/minecraft/textures/block/fire_coral_fan.png b/1.14.4/assets/minecraft/textures/block/fire_coral_fan.png new file mode 100644 index 00000000..17befa73 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/fire_coral_fan.png differ diff --git a/1.14.4/assets/minecraft/textures/block/fletching_table_front.png b/1.14.4/assets/minecraft/textures/block/fletching_table_front.png new file mode 100644 index 00000000..6bcb432d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/fletching_table_front.png differ diff --git a/1.14.4/assets/minecraft/textures/block/fletching_table_side.png b/1.14.4/assets/minecraft/textures/block/fletching_table_side.png new file mode 100644 index 00000000..eaaace6c Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/fletching_table_side.png differ diff --git a/1.14.4/assets/minecraft/textures/block/fletching_table_top.png b/1.14.4/assets/minecraft/textures/block/fletching_table_top.png new file mode 100644 index 00000000..b872bc45 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/fletching_table_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/flower_pot.png b/1.14.4/assets/minecraft/textures/block/flower_pot.png new file mode 100644 index 00000000..7a584f6f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/flower_pot.png differ diff --git a/1.14.4/assets/minecraft/textures/block/frosted_ice_0.png b/1.14.4/assets/minecraft/textures/block/frosted_ice_0.png new file mode 100644 index 00000000..1a9b5c7a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/frosted_ice_0.png differ diff --git a/1.14.4/assets/minecraft/textures/block/frosted_ice_1.png b/1.14.4/assets/minecraft/textures/block/frosted_ice_1.png new file mode 100644 index 00000000..e01008be Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/frosted_ice_1.png differ diff --git a/1.14.4/assets/minecraft/textures/block/frosted_ice_2.png b/1.14.4/assets/minecraft/textures/block/frosted_ice_2.png new file mode 100644 index 00000000..42aef954 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/frosted_ice_2.png differ diff --git a/1.14.4/assets/minecraft/textures/block/frosted_ice_3.png b/1.14.4/assets/minecraft/textures/block/frosted_ice_3.png new file mode 100644 index 00000000..8676e60b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/frosted_ice_3.png differ diff --git a/1.14.4/assets/minecraft/textures/block/furnace_front.png b/1.14.4/assets/minecraft/textures/block/furnace_front.png new file mode 100644 index 00000000..cbab85d5 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/furnace_front.png differ diff --git a/1.14.4/assets/minecraft/textures/block/furnace_front_on.png b/1.14.4/assets/minecraft/textures/block/furnace_front_on.png new file mode 100644 index 00000000..34a506b0 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/furnace_front_on.png differ diff --git a/1.14.4/assets/minecraft/textures/block/furnace_side.png b/1.14.4/assets/minecraft/textures/block/furnace_side.png new file mode 100644 index 00000000..19d0311c Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/furnace_side.png differ diff --git a/1.14.4/assets/minecraft/textures/block/furnace_top.png b/1.14.4/assets/minecraft/textures/block/furnace_top.png new file mode 100644 index 00000000..2065e181 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/furnace_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/glass.png b/1.14.4/assets/minecraft/textures/block/glass.png new file mode 100644 index 00000000..7270ac16 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/glass.png differ diff --git a/1.14.4/assets/minecraft/textures/block/glass_pane_top.png b/1.14.4/assets/minecraft/textures/block/glass_pane_top.png new file mode 100644 index 00000000..02de5877 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/glass_pane_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/glowstone.png b/1.14.4/assets/minecraft/textures/block/glowstone.png new file mode 100644 index 00000000..61fdb122 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/glowstone.png differ diff --git a/1.14.4/assets/minecraft/textures/block/gold_block.png b/1.14.4/assets/minecraft/textures/block/gold_block.png new file mode 100644 index 00000000..79021b83 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/gold_block.png differ diff --git a/1.14.4/assets/minecraft/textures/block/gold_ore.png b/1.14.4/assets/minecraft/textures/block/gold_ore.png new file mode 100644 index 00000000..eb31b55f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/gold_ore.png differ diff --git a/1.14.4/assets/minecraft/textures/block/granite.png b/1.14.4/assets/minecraft/textures/block/granite.png new file mode 100644 index 00000000..b52ad286 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/granite.png differ diff --git a/1.14.4/assets/minecraft/textures/block/grass.png b/1.14.4/assets/minecraft/textures/block/grass.png new file mode 100644 index 00000000..dc74a2cc Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/grass.png differ diff --git a/1.14.4/assets/minecraft/textures/block/grass_block_side.png b/1.14.4/assets/minecraft/textures/block/grass_block_side.png new file mode 100644 index 00000000..30663bf2 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/grass_block_side.png differ diff --git a/1.14.4/assets/minecraft/textures/block/grass_block_side_overlay.png b/1.14.4/assets/minecraft/textures/block/grass_block_side_overlay.png new file mode 100644 index 00000000..4abf8fc4 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/grass_block_side_overlay.png differ diff --git a/1.14.4/assets/minecraft/textures/block/grass_block_snow.png b/1.14.4/assets/minecraft/textures/block/grass_block_snow.png new file mode 100644 index 00000000..5dd9e4b7 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/grass_block_snow.png differ diff --git a/1.14.4/assets/minecraft/textures/block/grass_block_top.png b/1.14.4/assets/minecraft/textures/block/grass_block_top.png new file mode 100644 index 00000000..eaa7e458 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/grass_block_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/grass_path_side.png b/1.14.4/assets/minecraft/textures/block/grass_path_side.png new file mode 100644 index 00000000..c9de1352 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/grass_path_side.png differ diff --git a/1.14.4/assets/minecraft/textures/block/grass_path_top.png b/1.14.4/assets/minecraft/textures/block/grass_path_top.png new file mode 100644 index 00000000..86c0a4c3 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/grass_path_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/gravel.png b/1.14.4/assets/minecraft/textures/block/gravel.png new file mode 100644 index 00000000..1ee82331 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/gravel.png differ diff --git a/1.14.4/assets/minecraft/textures/block/gray_concrete.png b/1.14.4/assets/minecraft/textures/block/gray_concrete.png new file mode 100644 index 00000000..ee95a153 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/gray_concrete.png differ diff --git a/1.14.4/assets/minecraft/textures/block/gray_concrete_powder.png b/1.14.4/assets/minecraft/textures/block/gray_concrete_powder.png new file mode 100644 index 00000000..7d5a4d16 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/gray_concrete_powder.png differ diff --git a/1.14.4/assets/minecraft/textures/block/gray_glazed_terracotta.png b/1.14.4/assets/minecraft/textures/block/gray_glazed_terracotta.png new file mode 100644 index 00000000..8eab4edc Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/gray_glazed_terracotta.png differ diff --git a/1.14.4/assets/minecraft/textures/block/gray_shulker_box.png b/1.14.4/assets/minecraft/textures/block/gray_shulker_box.png new file mode 100644 index 00000000..8c9ce4ef Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/gray_shulker_box.png differ diff --git a/1.14.4/assets/minecraft/textures/block/gray_stained_glass.png b/1.14.4/assets/minecraft/textures/block/gray_stained_glass.png new file mode 100644 index 00000000..e0663c0f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/gray_stained_glass.png differ diff --git a/1.14.4/assets/minecraft/textures/block/gray_stained_glass_pane_top.png b/1.14.4/assets/minecraft/textures/block/gray_stained_glass_pane_top.png new file mode 100644 index 00000000..bb061147 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/gray_stained_glass_pane_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/gray_terracotta.png b/1.14.4/assets/minecraft/textures/block/gray_terracotta.png new file mode 100644 index 00000000..dca1dd40 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/gray_terracotta.png differ diff --git a/1.14.4/assets/minecraft/textures/block/gray_wool.png b/1.14.4/assets/minecraft/textures/block/gray_wool.png new file mode 100644 index 00000000..1d12e2d4 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/gray_wool.png differ diff --git a/1.14.4/assets/minecraft/textures/block/green_concrete.png b/1.14.4/assets/minecraft/textures/block/green_concrete.png new file mode 100644 index 00000000..87188983 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/green_concrete.png differ diff --git a/1.14.4/assets/minecraft/textures/block/green_concrete_powder.png b/1.14.4/assets/minecraft/textures/block/green_concrete_powder.png new file mode 100644 index 00000000..c3c78ec9 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/green_concrete_powder.png differ diff --git a/1.14.4/assets/minecraft/textures/block/green_glazed_terracotta.png b/1.14.4/assets/minecraft/textures/block/green_glazed_terracotta.png new file mode 100644 index 00000000..c1f81deb Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/green_glazed_terracotta.png differ diff --git a/1.14.4/assets/minecraft/textures/block/green_shulker_box.png b/1.14.4/assets/minecraft/textures/block/green_shulker_box.png new file mode 100644 index 00000000..1b4214c6 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/green_shulker_box.png differ diff --git a/1.14.4/assets/minecraft/textures/block/green_stained_glass.png b/1.14.4/assets/minecraft/textures/block/green_stained_glass.png new file mode 100644 index 00000000..e4c0eba9 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/green_stained_glass.png differ diff --git a/1.14.4/assets/minecraft/textures/block/green_stained_glass_pane_top.png b/1.14.4/assets/minecraft/textures/block/green_stained_glass_pane_top.png new file mode 100644 index 00000000..a7d9fc7d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/green_stained_glass_pane_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/green_terracotta.png b/1.14.4/assets/minecraft/textures/block/green_terracotta.png new file mode 100644 index 00000000..3c52b336 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/green_terracotta.png differ diff --git a/1.14.4/assets/minecraft/textures/block/green_wool.png b/1.14.4/assets/minecraft/textures/block/green_wool.png new file mode 100644 index 00000000..f8bc1ef4 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/green_wool.png differ diff --git a/1.14.4/assets/minecraft/textures/block/grindstone_pivot.png b/1.14.4/assets/minecraft/textures/block/grindstone_pivot.png new file mode 100644 index 00000000..07970482 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/grindstone_pivot.png differ diff --git a/1.14.4/assets/minecraft/textures/block/grindstone_round.png b/1.14.4/assets/minecraft/textures/block/grindstone_round.png new file mode 100644 index 00000000..dfedeb0d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/grindstone_round.png differ diff --git a/1.14.4/assets/minecraft/textures/block/grindstone_side.png b/1.14.4/assets/minecraft/textures/block/grindstone_side.png new file mode 100644 index 00000000..4aa2658e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/grindstone_side.png differ diff --git a/1.14.4/assets/minecraft/textures/block/hay_block_side.png b/1.14.4/assets/minecraft/textures/block/hay_block_side.png new file mode 100644 index 00000000..7b734ebc Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/hay_block_side.png differ diff --git a/1.14.4/assets/minecraft/textures/block/hay_block_top.png b/1.14.4/assets/minecraft/textures/block/hay_block_top.png new file mode 100644 index 00000000..84ee05ea Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/hay_block_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/hopper_inside.png b/1.14.4/assets/minecraft/textures/block/hopper_inside.png new file mode 100644 index 00000000..17fcf4fa Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/hopper_inside.png differ diff --git a/1.14.4/assets/minecraft/textures/block/hopper_outside.png b/1.14.4/assets/minecraft/textures/block/hopper_outside.png new file mode 100644 index 00000000..b6265ea9 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/hopper_outside.png differ diff --git a/1.14.4/assets/minecraft/textures/block/hopper_top.png b/1.14.4/assets/minecraft/textures/block/hopper_top.png new file mode 100644 index 00000000..709badc2 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/hopper_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/horn_coral.png b/1.14.4/assets/minecraft/textures/block/horn_coral.png new file mode 100644 index 00000000..299064de Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/horn_coral.png differ diff --git a/1.14.4/assets/minecraft/textures/block/horn_coral_block.png b/1.14.4/assets/minecraft/textures/block/horn_coral_block.png new file mode 100644 index 00000000..6990cec3 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/horn_coral_block.png differ diff --git a/1.14.4/assets/minecraft/textures/block/horn_coral_fan.png b/1.14.4/assets/minecraft/textures/block/horn_coral_fan.png new file mode 100644 index 00000000..da1fcd0a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/horn_coral_fan.png differ diff --git a/1.14.4/assets/minecraft/textures/block/ice.png b/1.14.4/assets/minecraft/textures/block/ice.png new file mode 100644 index 00000000..10118468 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/ice.png differ diff --git a/1.14.4/assets/minecraft/textures/block/iron_bars.png b/1.14.4/assets/minecraft/textures/block/iron_bars.png new file mode 100644 index 00000000..aee70f37 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/iron_bars.png differ diff --git a/1.14.4/assets/minecraft/textures/block/iron_block.png b/1.14.4/assets/minecraft/textures/block/iron_block.png new file mode 100644 index 00000000..5ecaf7fe Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/iron_block.png differ diff --git a/1.14.4/assets/minecraft/textures/block/iron_door_bottom.png b/1.14.4/assets/minecraft/textures/block/iron_door_bottom.png new file mode 100644 index 00000000..240f8ae5 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/iron_door_bottom.png differ diff --git a/1.14.4/assets/minecraft/textures/block/iron_door_top.png b/1.14.4/assets/minecraft/textures/block/iron_door_top.png new file mode 100644 index 00000000..9b134f30 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/iron_door_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/iron_ore.png b/1.14.4/assets/minecraft/textures/block/iron_ore.png new file mode 100644 index 00000000..7037201d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/iron_ore.png differ diff --git a/1.14.4/assets/minecraft/textures/block/iron_trapdoor.png b/1.14.4/assets/minecraft/textures/block/iron_trapdoor.png new file mode 100644 index 00000000..6000d273 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/iron_trapdoor.png differ diff --git a/1.14.4/assets/minecraft/textures/block/item_frame.png b/1.14.4/assets/minecraft/textures/block/item_frame.png new file mode 100644 index 00000000..095de1c9 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/item_frame.png differ diff --git a/1.14.4/assets/minecraft/textures/block/jack_o_lantern.png b/1.14.4/assets/minecraft/textures/block/jack_o_lantern.png new file mode 100644 index 00000000..813db302 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/jack_o_lantern.png differ diff --git a/1.14.4/assets/minecraft/textures/block/jigsaw_bottom.png b/1.14.4/assets/minecraft/textures/block/jigsaw_bottom.png new file mode 100644 index 00000000..71c16d8b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/jigsaw_bottom.png differ diff --git a/1.14.4/assets/minecraft/textures/block/jigsaw_side.png b/1.14.4/assets/minecraft/textures/block/jigsaw_side.png new file mode 100644 index 00000000..5b5cd65c Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/jigsaw_side.png differ diff --git a/1.14.4/assets/minecraft/textures/block/jigsaw_top.png b/1.14.4/assets/minecraft/textures/block/jigsaw_top.png new file mode 100644 index 00000000..f9f5bca2 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/jigsaw_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/jukebox_side.png b/1.14.4/assets/minecraft/textures/block/jukebox_side.png new file mode 100644 index 00000000..82430ca0 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/jukebox_side.png differ diff --git a/1.14.4/assets/minecraft/textures/block/jukebox_top.png b/1.14.4/assets/minecraft/textures/block/jukebox_top.png new file mode 100644 index 00000000..da45dfe8 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/jukebox_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/jungle_door_bottom.png b/1.14.4/assets/minecraft/textures/block/jungle_door_bottom.png new file mode 100644 index 00000000..7178f132 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/jungle_door_bottom.png differ diff --git a/1.14.4/assets/minecraft/textures/block/jungle_door_top.png b/1.14.4/assets/minecraft/textures/block/jungle_door_top.png new file mode 100644 index 00000000..8af416a3 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/jungle_door_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/jungle_leaves.png b/1.14.4/assets/minecraft/textures/block/jungle_leaves.png new file mode 100644 index 00000000..0c1176b8 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/jungle_leaves.png differ diff --git a/1.14.4/assets/minecraft/textures/block/jungle_log.png b/1.14.4/assets/minecraft/textures/block/jungle_log.png new file mode 100644 index 00000000..030bfc8f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/jungle_log.png differ diff --git a/1.14.4/assets/minecraft/textures/block/jungle_log_top.png b/1.14.4/assets/minecraft/textures/block/jungle_log_top.png new file mode 100644 index 00000000..0195d05d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/jungle_log_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/jungle_planks.png b/1.14.4/assets/minecraft/textures/block/jungle_planks.png new file mode 100644 index 00000000..c2c72cbb Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/jungle_planks.png differ diff --git a/1.14.4/assets/minecraft/textures/block/jungle_sapling.png b/1.14.4/assets/minecraft/textures/block/jungle_sapling.png new file mode 100644 index 00000000..a33daa7a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/jungle_sapling.png differ diff --git a/1.14.4/assets/minecraft/textures/block/jungle_trapdoor.png b/1.14.4/assets/minecraft/textures/block/jungle_trapdoor.png new file mode 100644 index 00000000..477a599a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/jungle_trapdoor.png differ diff --git a/1.14.4/assets/minecraft/textures/block/kelp.png b/1.14.4/assets/minecraft/textures/block/kelp.png new file mode 100644 index 00000000..6877da32 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/kelp.png differ diff --git a/1.14.4/assets/minecraft/textures/block/kelp.png.mcmeta b/1.14.4/assets/minecraft/textures/block/kelp.png.mcmeta new file mode 100644 index 00000000..0645f48c --- /dev/null +++ b/1.14.4/assets/minecraft/textures/block/kelp.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 2 + } +} diff --git a/1.14.4/assets/minecraft/textures/block/kelp_plant.png b/1.14.4/assets/minecraft/textures/block/kelp_plant.png new file mode 100644 index 00000000..ca6b31cc Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/kelp_plant.png differ diff --git a/1.14.4/assets/minecraft/textures/block/kelp_plant.png.mcmeta b/1.14.4/assets/minecraft/textures/block/kelp_plant.png.mcmeta new file mode 100644 index 00000000..0645f48c --- /dev/null +++ b/1.14.4/assets/minecraft/textures/block/kelp_plant.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 2 + } +} diff --git a/1.14.4/assets/minecraft/textures/block/ladder.png b/1.14.4/assets/minecraft/textures/block/ladder.png new file mode 100644 index 00000000..3500180a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/ladder.png differ diff --git a/1.14.4/assets/minecraft/textures/block/lantern.png b/1.14.4/assets/minecraft/textures/block/lantern.png new file mode 100644 index 00000000..e3f2ab9e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/lantern.png differ diff --git a/1.14.4/assets/minecraft/textures/block/lantern.png.mcmeta b/1.14.4/assets/minecraft/textures/block/lantern.png.mcmeta new file mode 100644 index 00000000..5169aabd --- /dev/null +++ b/1.14.4/assets/minecraft/textures/block/lantern.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 8 + } +} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/textures/block/lapis_block.png b/1.14.4/assets/minecraft/textures/block/lapis_block.png new file mode 100644 index 00000000..6987aa5d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/lapis_block.png differ diff --git a/1.14.4/assets/minecraft/textures/block/lapis_ore.png b/1.14.4/assets/minecraft/textures/block/lapis_ore.png new file mode 100644 index 00000000..b95e637e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/lapis_ore.png differ diff --git a/1.14.4/assets/minecraft/textures/block/large_fern_bottom.png b/1.14.4/assets/minecraft/textures/block/large_fern_bottom.png new file mode 100644 index 00000000..936cb7ba Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/large_fern_bottom.png differ diff --git a/1.14.4/assets/minecraft/textures/block/large_fern_top.png b/1.14.4/assets/minecraft/textures/block/large_fern_top.png new file mode 100644 index 00000000..56da4f41 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/large_fern_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/lava_flow.png b/1.14.4/assets/minecraft/textures/block/lava_flow.png new file mode 100644 index 00000000..ccb5d6b1 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/lava_flow.png differ diff --git a/1.14.4/assets/minecraft/textures/block/lava_flow.png.mcmeta b/1.14.4/assets/minecraft/textures/block/lava_flow.png.mcmeta new file mode 100644 index 00000000..8e55e43b --- /dev/null +++ b/1.14.4/assets/minecraft/textures/block/lava_flow.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 3 + } +} diff --git a/1.14.4/assets/minecraft/textures/block/lava_still.png b/1.14.4/assets/minecraft/textures/block/lava_still.png new file mode 100644 index 00000000..e62298ce Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/lava_still.png differ diff --git a/1.14.4/assets/minecraft/textures/block/lava_still.png.mcmeta b/1.14.4/assets/minecraft/textures/block/lava_still.png.mcmeta new file mode 100644 index 00000000..7ceb3639 --- /dev/null +++ b/1.14.4/assets/minecraft/textures/block/lava_still.png.mcmeta @@ -0,0 +1,45 @@ +{ + "animation": { + "frametime": 2, + "frames": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 18, + 17, + 16, + 15, + 14, + 13, + 12, + 11, + 10, + 9, + 8, + 7, + 6, + 5, + 4, + 3, + 2, + 1 + ] + } +} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/textures/block/lectern_base.png b/1.14.4/assets/minecraft/textures/block/lectern_base.png new file mode 100644 index 00000000..6f7a6aae Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/lectern_base.png differ diff --git a/1.14.4/assets/minecraft/textures/block/lectern_front.png b/1.14.4/assets/minecraft/textures/block/lectern_front.png new file mode 100644 index 00000000..6073d128 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/lectern_front.png differ diff --git a/1.14.4/assets/minecraft/textures/block/lectern_sides.png b/1.14.4/assets/minecraft/textures/block/lectern_sides.png new file mode 100644 index 00000000..5e6955ca Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/lectern_sides.png differ diff --git a/1.14.4/assets/minecraft/textures/block/lectern_top.png b/1.14.4/assets/minecraft/textures/block/lectern_top.png new file mode 100644 index 00000000..b81566aa Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/lectern_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/lever.png b/1.14.4/assets/minecraft/textures/block/lever.png new file mode 100644 index 00000000..102f5d73 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/lever.png differ diff --git a/1.14.4/assets/minecraft/textures/block/light_blue_concrete.png b/1.14.4/assets/minecraft/textures/block/light_blue_concrete.png new file mode 100644 index 00000000..d5a46fe2 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/light_blue_concrete.png differ diff --git a/1.14.4/assets/minecraft/textures/block/light_blue_concrete_powder.png b/1.14.4/assets/minecraft/textures/block/light_blue_concrete_powder.png new file mode 100644 index 00000000..fe8b7796 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/light_blue_concrete_powder.png differ diff --git a/1.14.4/assets/minecraft/textures/block/light_blue_glazed_terracotta.png b/1.14.4/assets/minecraft/textures/block/light_blue_glazed_terracotta.png new file mode 100644 index 00000000..516fb7ed Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/light_blue_glazed_terracotta.png differ diff --git a/1.14.4/assets/minecraft/textures/block/light_blue_shulker_box.png b/1.14.4/assets/minecraft/textures/block/light_blue_shulker_box.png new file mode 100644 index 00000000..597f4c50 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/light_blue_shulker_box.png differ diff --git a/1.14.4/assets/minecraft/textures/block/light_blue_stained_glass.png b/1.14.4/assets/minecraft/textures/block/light_blue_stained_glass.png new file mode 100644 index 00000000..7d74ebc5 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/light_blue_stained_glass.png differ diff --git a/1.14.4/assets/minecraft/textures/block/light_blue_stained_glass_pane_top.png b/1.14.4/assets/minecraft/textures/block/light_blue_stained_glass_pane_top.png new file mode 100644 index 00000000..6a0e661d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/light_blue_stained_glass_pane_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/light_blue_terracotta.png b/1.14.4/assets/minecraft/textures/block/light_blue_terracotta.png new file mode 100644 index 00000000..31606234 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/light_blue_terracotta.png differ diff --git a/1.14.4/assets/minecraft/textures/block/light_blue_wool.png b/1.14.4/assets/minecraft/textures/block/light_blue_wool.png new file mode 100644 index 00000000..529c92a3 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/light_blue_wool.png differ diff --git a/1.14.4/assets/minecraft/textures/block/light_gray_concrete.png b/1.14.4/assets/minecraft/textures/block/light_gray_concrete.png new file mode 100644 index 00000000..21d57aa1 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/light_gray_concrete.png differ diff --git a/1.14.4/assets/minecraft/textures/block/light_gray_concrete_powder.png b/1.14.4/assets/minecraft/textures/block/light_gray_concrete_powder.png new file mode 100644 index 00000000..18ebf59a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/light_gray_concrete_powder.png differ diff --git a/1.14.4/assets/minecraft/textures/block/light_gray_glazed_terracotta.png b/1.14.4/assets/minecraft/textures/block/light_gray_glazed_terracotta.png new file mode 100644 index 00000000..34787109 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/light_gray_glazed_terracotta.png differ diff --git a/1.14.4/assets/minecraft/textures/block/light_gray_shulker_box.png b/1.14.4/assets/minecraft/textures/block/light_gray_shulker_box.png new file mode 100644 index 00000000..63e494d0 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/light_gray_shulker_box.png differ diff --git a/1.14.4/assets/minecraft/textures/block/light_gray_stained_glass.png b/1.14.4/assets/minecraft/textures/block/light_gray_stained_glass.png new file mode 100644 index 00000000..964b1fbb Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/light_gray_stained_glass.png differ diff --git a/1.14.4/assets/minecraft/textures/block/light_gray_stained_glass_pane_top.png b/1.14.4/assets/minecraft/textures/block/light_gray_stained_glass_pane_top.png new file mode 100644 index 00000000..f226ecc9 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/light_gray_stained_glass_pane_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/light_gray_terracotta.png b/1.14.4/assets/minecraft/textures/block/light_gray_terracotta.png new file mode 100644 index 00000000..cf7b22ed Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/light_gray_terracotta.png differ diff --git a/1.14.4/assets/minecraft/textures/block/light_gray_wool.png b/1.14.4/assets/minecraft/textures/block/light_gray_wool.png new file mode 100644 index 00000000..f7f13534 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/light_gray_wool.png differ diff --git a/1.14.4/assets/minecraft/textures/block/lilac_bottom.png b/1.14.4/assets/minecraft/textures/block/lilac_bottom.png new file mode 100644 index 00000000..3e164d0b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/lilac_bottom.png differ diff --git a/1.14.4/assets/minecraft/textures/block/lilac_top.png b/1.14.4/assets/minecraft/textures/block/lilac_top.png new file mode 100644 index 00000000..e2932bd5 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/lilac_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/lily_of_the_valley.png b/1.14.4/assets/minecraft/textures/block/lily_of_the_valley.png new file mode 100644 index 00000000..d306de61 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/lily_of_the_valley.png differ diff --git a/1.14.4/assets/minecraft/textures/block/lily_pad.png b/1.14.4/assets/minecraft/textures/block/lily_pad.png new file mode 100644 index 00000000..51608269 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/lily_pad.png differ diff --git a/1.14.4/assets/minecraft/textures/block/lime_concrete.png b/1.14.4/assets/minecraft/textures/block/lime_concrete.png new file mode 100644 index 00000000..c4df61ec Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/lime_concrete.png differ diff --git a/1.14.4/assets/minecraft/textures/block/lime_concrete_powder.png b/1.14.4/assets/minecraft/textures/block/lime_concrete_powder.png new file mode 100644 index 00000000..780aaeef Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/lime_concrete_powder.png differ diff --git a/1.14.4/assets/minecraft/textures/block/lime_glazed_terracotta.png b/1.14.4/assets/minecraft/textures/block/lime_glazed_terracotta.png new file mode 100644 index 00000000..d5ad2b60 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/lime_glazed_terracotta.png differ diff --git a/1.14.4/assets/minecraft/textures/block/lime_shulker_box.png b/1.14.4/assets/minecraft/textures/block/lime_shulker_box.png new file mode 100644 index 00000000..339b7651 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/lime_shulker_box.png differ diff --git a/1.14.4/assets/minecraft/textures/block/lime_stained_glass.png b/1.14.4/assets/minecraft/textures/block/lime_stained_glass.png new file mode 100644 index 00000000..d2dc1bd1 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/lime_stained_glass.png differ diff --git a/1.14.4/assets/minecraft/textures/block/lime_stained_glass_pane_top.png b/1.14.4/assets/minecraft/textures/block/lime_stained_glass_pane_top.png new file mode 100644 index 00000000..0607d75b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/lime_stained_glass_pane_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/lime_terracotta.png b/1.14.4/assets/minecraft/textures/block/lime_terracotta.png new file mode 100644 index 00000000..cdd0c4db Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/lime_terracotta.png differ diff --git a/1.14.4/assets/minecraft/textures/block/lime_wool.png b/1.14.4/assets/minecraft/textures/block/lime_wool.png new file mode 100644 index 00000000..e1067800 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/lime_wool.png differ diff --git a/1.14.4/assets/minecraft/textures/block/loom_bottom.png b/1.14.4/assets/minecraft/textures/block/loom_bottom.png new file mode 100644 index 00000000..8bb12eb7 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/loom_bottom.png differ diff --git a/1.14.4/assets/minecraft/textures/block/loom_front.png b/1.14.4/assets/minecraft/textures/block/loom_front.png new file mode 100644 index 00000000..c53ab778 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/loom_front.png differ diff --git a/1.14.4/assets/minecraft/textures/block/loom_side.png b/1.14.4/assets/minecraft/textures/block/loom_side.png new file mode 100644 index 00000000..a1ed406f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/loom_side.png differ diff --git a/1.14.4/assets/minecraft/textures/block/loom_top.png b/1.14.4/assets/minecraft/textures/block/loom_top.png new file mode 100644 index 00000000..b90555f0 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/loom_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/magenta_concrete.png b/1.14.4/assets/minecraft/textures/block/magenta_concrete.png new file mode 100644 index 00000000..35326207 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/magenta_concrete.png differ diff --git a/1.14.4/assets/minecraft/textures/block/magenta_concrete_powder.png b/1.14.4/assets/minecraft/textures/block/magenta_concrete_powder.png new file mode 100644 index 00000000..054553d3 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/magenta_concrete_powder.png differ diff --git a/1.14.4/assets/minecraft/textures/block/magenta_glazed_terracotta.png b/1.14.4/assets/minecraft/textures/block/magenta_glazed_terracotta.png new file mode 100644 index 00000000..5d6eb3a5 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/magenta_glazed_terracotta.png differ diff --git a/1.14.4/assets/minecraft/textures/block/magenta_shulker_box.png b/1.14.4/assets/minecraft/textures/block/magenta_shulker_box.png new file mode 100644 index 00000000..ad343936 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/magenta_shulker_box.png differ diff --git a/1.14.4/assets/minecraft/textures/block/magenta_stained_glass.png b/1.14.4/assets/minecraft/textures/block/magenta_stained_glass.png new file mode 100644 index 00000000..87dd7ba7 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/magenta_stained_glass.png differ diff --git a/1.14.4/assets/minecraft/textures/block/magenta_stained_glass_pane_top.png b/1.14.4/assets/minecraft/textures/block/magenta_stained_glass_pane_top.png new file mode 100644 index 00000000..5419e521 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/magenta_stained_glass_pane_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/magenta_terracotta.png b/1.14.4/assets/minecraft/textures/block/magenta_terracotta.png new file mode 100644 index 00000000..f28da0db Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/magenta_terracotta.png differ diff --git a/1.14.4/assets/minecraft/textures/block/magenta_wool.png b/1.14.4/assets/minecraft/textures/block/magenta_wool.png new file mode 100644 index 00000000..b9700a8b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/magenta_wool.png differ diff --git a/1.14.4/assets/minecraft/textures/block/magma.png b/1.14.4/assets/minecraft/textures/block/magma.png new file mode 100644 index 00000000..702265d0 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/magma.png differ diff --git a/1.14.4/assets/minecraft/textures/block/magma.png.mcmeta b/1.14.4/assets/minecraft/textures/block/magma.png.mcmeta new file mode 100644 index 00000000..ffc3e528 --- /dev/null +++ b/1.14.4/assets/minecraft/textures/block/magma.png.mcmeta @@ -0,0 +1,11 @@ +{ + "animation": { + "frametime": 8, + "interpolate": true, + "frames": [ + 0, + 1, + 2 + ] + } +} diff --git a/1.14.4/assets/minecraft/textures/block/melon_side.png b/1.14.4/assets/minecraft/textures/block/melon_side.png new file mode 100644 index 00000000..0a12fb96 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/melon_side.png differ diff --git a/1.14.4/assets/minecraft/textures/block/melon_stem.png b/1.14.4/assets/minecraft/textures/block/melon_stem.png new file mode 100644 index 00000000..38065ef6 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/melon_stem.png differ diff --git a/1.14.4/assets/minecraft/textures/block/melon_top.png b/1.14.4/assets/minecraft/textures/block/melon_top.png new file mode 100644 index 00000000..82234a85 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/melon_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/mossy_cobblestone.png b/1.14.4/assets/minecraft/textures/block/mossy_cobblestone.png new file mode 100644 index 00000000..cc048882 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/mossy_cobblestone.png differ diff --git a/1.14.4/assets/minecraft/textures/block/mossy_stone_bricks.png b/1.14.4/assets/minecraft/textures/block/mossy_stone_bricks.png new file mode 100644 index 00000000..2bdfb878 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/mossy_stone_bricks.png differ diff --git a/1.14.4/assets/minecraft/textures/block/mushroom_block_inside.png b/1.14.4/assets/minecraft/textures/block/mushroom_block_inside.png new file mode 100644 index 00000000..194114a0 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/mushroom_block_inside.png differ diff --git a/1.14.4/assets/minecraft/textures/block/mushroom_stem.png b/1.14.4/assets/minecraft/textures/block/mushroom_stem.png new file mode 100644 index 00000000..ad6af2c4 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/mushroom_stem.png differ diff --git a/1.14.4/assets/minecraft/textures/block/mycelium_side.png b/1.14.4/assets/minecraft/textures/block/mycelium_side.png new file mode 100644 index 00000000..8522236b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/mycelium_side.png differ diff --git a/1.14.4/assets/minecraft/textures/block/mycelium_top.png b/1.14.4/assets/minecraft/textures/block/mycelium_top.png new file mode 100644 index 00000000..d98ad615 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/mycelium_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/nether_bricks.png b/1.14.4/assets/minecraft/textures/block/nether_bricks.png new file mode 100644 index 00000000..c64b3691 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/nether_bricks.png differ diff --git a/1.14.4/assets/minecraft/textures/block/nether_portal.png b/1.14.4/assets/minecraft/textures/block/nether_portal.png new file mode 100644 index 00000000..42d4a756 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/nether_portal.png differ diff --git a/1.14.4/assets/minecraft/textures/block/nether_portal.png.mcmeta b/1.14.4/assets/minecraft/textures/block/nether_portal.png.mcmeta new file mode 100644 index 00000000..4f0718ac --- /dev/null +++ b/1.14.4/assets/minecraft/textures/block/nether_portal.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/textures/block/nether_quartz_ore.png b/1.14.4/assets/minecraft/textures/block/nether_quartz_ore.png new file mode 100644 index 00000000..84079380 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/nether_quartz_ore.png differ diff --git a/1.14.4/assets/minecraft/textures/block/nether_wart_block.png b/1.14.4/assets/minecraft/textures/block/nether_wart_block.png new file mode 100644 index 00000000..a71d0898 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/nether_wart_block.png differ diff --git a/1.14.4/assets/minecraft/textures/block/nether_wart_stage0.png b/1.14.4/assets/minecraft/textures/block/nether_wart_stage0.png new file mode 100644 index 00000000..c4223348 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/nether_wart_stage0.png differ diff --git a/1.14.4/assets/minecraft/textures/block/nether_wart_stage1.png b/1.14.4/assets/minecraft/textures/block/nether_wart_stage1.png new file mode 100644 index 00000000..7051185c Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/nether_wart_stage1.png differ diff --git a/1.14.4/assets/minecraft/textures/block/nether_wart_stage2.png b/1.14.4/assets/minecraft/textures/block/nether_wart_stage2.png new file mode 100644 index 00000000..b3d724bb Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/nether_wart_stage2.png differ diff --git a/1.14.4/assets/minecraft/textures/block/netherrack.png b/1.14.4/assets/minecraft/textures/block/netherrack.png new file mode 100644 index 00000000..50b56218 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/netherrack.png differ diff --git a/1.14.4/assets/minecraft/textures/block/note_block.png b/1.14.4/assets/minecraft/textures/block/note_block.png new file mode 100644 index 00000000..40ecc58a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/note_block.png differ diff --git a/1.14.4/assets/minecraft/textures/block/oak_door_bottom.png b/1.14.4/assets/minecraft/textures/block/oak_door_bottom.png new file mode 100644 index 00000000..bccd102a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/oak_door_bottom.png differ diff --git a/1.14.4/assets/minecraft/textures/block/oak_door_top.png b/1.14.4/assets/minecraft/textures/block/oak_door_top.png new file mode 100644 index 00000000..73748aa4 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/oak_door_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/oak_leaves.png b/1.14.4/assets/minecraft/textures/block/oak_leaves.png new file mode 100644 index 00000000..02e8b865 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/oak_leaves.png differ diff --git a/1.14.4/assets/minecraft/textures/block/oak_log.png b/1.14.4/assets/minecraft/textures/block/oak_log.png new file mode 100644 index 00000000..842ffab5 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/oak_log.png differ diff --git a/1.14.4/assets/minecraft/textures/block/oak_log_top.png b/1.14.4/assets/minecraft/textures/block/oak_log_top.png new file mode 100644 index 00000000..27f1abac Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/oak_log_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/oak_planks.png b/1.14.4/assets/minecraft/textures/block/oak_planks.png new file mode 100644 index 00000000..5de38610 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/oak_planks.png differ diff --git a/1.14.4/assets/minecraft/textures/block/oak_sapling.png b/1.14.4/assets/minecraft/textures/block/oak_sapling.png new file mode 100644 index 00000000..7ac141a0 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/oak_sapling.png differ diff --git a/1.14.4/assets/minecraft/textures/block/oak_trapdoor.png b/1.14.4/assets/minecraft/textures/block/oak_trapdoor.png new file mode 100644 index 00000000..cba143b9 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/oak_trapdoor.png differ diff --git a/1.14.4/assets/minecraft/textures/block/observer_back.png b/1.14.4/assets/minecraft/textures/block/observer_back.png new file mode 100644 index 00000000..c9f6f3cb Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/observer_back.png differ diff --git a/1.14.4/assets/minecraft/textures/block/observer_back_on.png b/1.14.4/assets/minecraft/textures/block/observer_back_on.png new file mode 100644 index 00000000..4957e0c0 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/observer_back_on.png differ diff --git a/1.14.4/assets/minecraft/textures/block/observer_front.png b/1.14.4/assets/minecraft/textures/block/observer_front.png new file mode 100644 index 00000000..46321305 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/observer_front.png differ diff --git a/1.14.4/assets/minecraft/textures/block/observer_side.png b/1.14.4/assets/minecraft/textures/block/observer_side.png new file mode 100644 index 00000000..c157097a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/observer_side.png differ diff --git a/1.14.4/assets/minecraft/textures/block/observer_top.png b/1.14.4/assets/minecraft/textures/block/observer_top.png new file mode 100644 index 00000000..58ab1e97 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/observer_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/obsidian.png b/1.14.4/assets/minecraft/textures/block/obsidian.png new file mode 100644 index 00000000..b9e09060 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/obsidian.png differ diff --git a/1.14.4/assets/minecraft/textures/block/orange_concrete.png b/1.14.4/assets/minecraft/textures/block/orange_concrete.png new file mode 100644 index 00000000..243bbc82 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/orange_concrete.png differ diff --git a/1.14.4/assets/minecraft/textures/block/orange_concrete_powder.png b/1.14.4/assets/minecraft/textures/block/orange_concrete_powder.png new file mode 100644 index 00000000..2fb6f15f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/orange_concrete_powder.png differ diff --git a/1.14.4/assets/minecraft/textures/block/orange_glazed_terracotta.png b/1.14.4/assets/minecraft/textures/block/orange_glazed_terracotta.png new file mode 100644 index 00000000..4e2d3d2e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/orange_glazed_terracotta.png differ diff --git a/1.14.4/assets/minecraft/textures/block/orange_shulker_box.png b/1.14.4/assets/minecraft/textures/block/orange_shulker_box.png new file mode 100644 index 00000000..a722de19 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/orange_shulker_box.png differ diff --git a/1.14.4/assets/minecraft/textures/block/orange_stained_glass.png b/1.14.4/assets/minecraft/textures/block/orange_stained_glass.png new file mode 100644 index 00000000..31c4465b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/orange_stained_glass.png differ diff --git a/1.14.4/assets/minecraft/textures/block/orange_stained_glass_pane_top.png b/1.14.4/assets/minecraft/textures/block/orange_stained_glass_pane_top.png new file mode 100644 index 00000000..2866571b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/orange_stained_glass_pane_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/orange_terracotta.png b/1.14.4/assets/minecraft/textures/block/orange_terracotta.png new file mode 100644 index 00000000..9ccdb4b3 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/orange_terracotta.png differ diff --git a/1.14.4/assets/minecraft/textures/block/orange_tulip.png b/1.14.4/assets/minecraft/textures/block/orange_tulip.png new file mode 100644 index 00000000..2966062c Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/orange_tulip.png differ diff --git a/1.14.4/assets/minecraft/textures/block/orange_wool.png b/1.14.4/assets/minecraft/textures/block/orange_wool.png new file mode 100644 index 00000000..61c1e4b2 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/orange_wool.png differ diff --git a/1.14.4/assets/minecraft/textures/block/oxeye_daisy.png b/1.14.4/assets/minecraft/textures/block/oxeye_daisy.png new file mode 100644 index 00000000..3407d6fc Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/oxeye_daisy.png differ diff --git a/1.14.4/assets/minecraft/textures/block/packed_ice.png b/1.14.4/assets/minecraft/textures/block/packed_ice.png new file mode 100644 index 00000000..c72f89b3 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/packed_ice.png differ diff --git a/1.14.4/assets/minecraft/textures/block/peony_bottom.png b/1.14.4/assets/minecraft/textures/block/peony_bottom.png new file mode 100644 index 00000000..2e3f41ed Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/peony_bottom.png differ diff --git a/1.14.4/assets/minecraft/textures/block/peony_top.png b/1.14.4/assets/minecraft/textures/block/peony_top.png new file mode 100644 index 00000000..b13b457e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/peony_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/pink_concrete.png b/1.14.4/assets/minecraft/textures/block/pink_concrete.png new file mode 100644 index 00000000..dd1950f7 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/pink_concrete.png differ diff --git a/1.14.4/assets/minecraft/textures/block/pink_concrete_powder.png b/1.14.4/assets/minecraft/textures/block/pink_concrete_powder.png new file mode 100644 index 00000000..9f6a6bb7 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/pink_concrete_powder.png differ diff --git a/1.14.4/assets/minecraft/textures/block/pink_glazed_terracotta.png b/1.14.4/assets/minecraft/textures/block/pink_glazed_terracotta.png new file mode 100644 index 00000000..30a1975d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/pink_glazed_terracotta.png differ diff --git a/1.14.4/assets/minecraft/textures/block/pink_shulker_box.png b/1.14.4/assets/minecraft/textures/block/pink_shulker_box.png new file mode 100644 index 00000000..e817f960 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/pink_shulker_box.png differ diff --git a/1.14.4/assets/minecraft/textures/block/pink_stained_glass.png b/1.14.4/assets/minecraft/textures/block/pink_stained_glass.png new file mode 100644 index 00000000..85dd6a0d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/pink_stained_glass.png differ diff --git a/1.14.4/assets/minecraft/textures/block/pink_stained_glass_pane_top.png b/1.14.4/assets/minecraft/textures/block/pink_stained_glass_pane_top.png new file mode 100644 index 00000000..6b6cd768 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/pink_stained_glass_pane_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/pink_terracotta.png b/1.14.4/assets/minecraft/textures/block/pink_terracotta.png new file mode 100644 index 00000000..7ffea8d1 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/pink_terracotta.png differ diff --git a/1.14.4/assets/minecraft/textures/block/pink_tulip.png b/1.14.4/assets/minecraft/textures/block/pink_tulip.png new file mode 100644 index 00000000..08b02c50 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/pink_tulip.png differ diff --git a/1.14.4/assets/minecraft/textures/block/pink_wool.png b/1.14.4/assets/minecraft/textures/block/pink_wool.png new file mode 100644 index 00000000..17ef62bb Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/pink_wool.png differ diff --git a/1.14.4/assets/minecraft/textures/block/piston_bottom.png b/1.14.4/assets/minecraft/textures/block/piston_bottom.png new file mode 100644 index 00000000..db43b1c2 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/piston_bottom.png differ diff --git a/1.14.4/assets/minecraft/textures/block/piston_inner.png b/1.14.4/assets/minecraft/textures/block/piston_inner.png new file mode 100644 index 00000000..7ae58fc6 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/piston_inner.png differ diff --git a/1.14.4/assets/minecraft/textures/block/piston_side.png b/1.14.4/assets/minecraft/textures/block/piston_side.png new file mode 100644 index 00000000..db5d89cb Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/piston_side.png differ diff --git a/1.14.4/assets/minecraft/textures/block/piston_top.png b/1.14.4/assets/minecraft/textures/block/piston_top.png new file mode 100644 index 00000000..320c97b4 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/piston_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/piston_top_sticky.png b/1.14.4/assets/minecraft/textures/block/piston_top_sticky.png new file mode 100644 index 00000000..048e0c62 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/piston_top_sticky.png differ diff --git a/1.14.4/assets/minecraft/textures/block/podzol_side.png b/1.14.4/assets/minecraft/textures/block/podzol_side.png new file mode 100644 index 00000000..89a328b2 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/podzol_side.png differ diff --git a/1.14.4/assets/minecraft/textures/block/podzol_top.png b/1.14.4/assets/minecraft/textures/block/podzol_top.png new file mode 100644 index 00000000..fed52580 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/podzol_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/polished_andesite.png b/1.14.4/assets/minecraft/textures/block/polished_andesite.png new file mode 100644 index 00000000..63b8bd08 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/polished_andesite.png differ diff --git a/1.14.4/assets/minecraft/textures/block/polished_diorite.png b/1.14.4/assets/minecraft/textures/block/polished_diorite.png new file mode 100644 index 00000000..3043aa30 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/polished_diorite.png differ diff --git a/1.14.4/assets/minecraft/textures/block/polished_granite.png b/1.14.4/assets/minecraft/textures/block/polished_granite.png new file mode 100644 index 00000000..58f0c156 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/polished_granite.png differ diff --git a/1.14.4/assets/minecraft/textures/block/poppy.png b/1.14.4/assets/minecraft/textures/block/poppy.png new file mode 100644 index 00000000..059d8b47 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/poppy.png differ diff --git a/1.14.4/assets/minecraft/textures/block/potatoes_stage0.png b/1.14.4/assets/minecraft/textures/block/potatoes_stage0.png new file mode 100644 index 00000000..e83ecf8e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/potatoes_stage0.png differ diff --git a/1.14.4/assets/minecraft/textures/block/potatoes_stage1.png b/1.14.4/assets/minecraft/textures/block/potatoes_stage1.png new file mode 100644 index 00000000..ef739467 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/potatoes_stage1.png differ diff --git a/1.14.4/assets/minecraft/textures/block/potatoes_stage2.png b/1.14.4/assets/minecraft/textures/block/potatoes_stage2.png new file mode 100644 index 00000000..7e9a9298 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/potatoes_stage2.png differ diff --git a/1.14.4/assets/minecraft/textures/block/potatoes_stage3.png b/1.14.4/assets/minecraft/textures/block/potatoes_stage3.png new file mode 100644 index 00000000..f32cbc16 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/potatoes_stage3.png differ diff --git a/1.14.4/assets/minecraft/textures/block/powered_rail.png b/1.14.4/assets/minecraft/textures/block/powered_rail.png new file mode 100644 index 00000000..4353bf77 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/powered_rail.png differ diff --git a/1.14.4/assets/minecraft/textures/block/powered_rail_on.png b/1.14.4/assets/minecraft/textures/block/powered_rail_on.png new file mode 100644 index 00000000..55f18f40 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/powered_rail_on.png differ diff --git a/1.14.4/assets/minecraft/textures/block/prismarine.png b/1.14.4/assets/minecraft/textures/block/prismarine.png new file mode 100644 index 00000000..e45234b3 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/prismarine.png differ diff --git a/1.14.4/assets/minecraft/textures/block/prismarine.png.mcmeta b/1.14.4/assets/minecraft/textures/block/prismarine.png.mcmeta new file mode 100644 index 00000000..410b327f --- /dev/null +++ b/1.14.4/assets/minecraft/textures/block/prismarine.png.mcmeta @@ -0,0 +1,30 @@ +{ + "animation": { + "frametime": 300, + "interpolate": true, + "frames": [ + 0, + 1, + 0, + 2, + 0, + 3, + 0, + 1, + 2, + 1, + 3, + 1, + 0, + 2, + 1, + 2, + 3, + 2, + 0, + 3, + 1, + 3 + ] + } +} diff --git a/1.14.4/assets/minecraft/textures/block/prismarine_bricks.png b/1.14.4/assets/minecraft/textures/block/prismarine_bricks.png new file mode 100644 index 00000000..ee2b8063 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/prismarine_bricks.png differ diff --git a/1.14.4/assets/minecraft/textures/block/pumpkin_side.png b/1.14.4/assets/minecraft/textures/block/pumpkin_side.png new file mode 100644 index 00000000..8d7b643e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/pumpkin_side.png differ diff --git a/1.14.4/assets/minecraft/textures/block/pumpkin_stem.png b/1.14.4/assets/minecraft/textures/block/pumpkin_stem.png new file mode 100644 index 00000000..da7787fe Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/pumpkin_stem.png differ diff --git a/1.14.4/assets/minecraft/textures/block/pumpkin_top.png b/1.14.4/assets/minecraft/textures/block/pumpkin_top.png new file mode 100644 index 00000000..59a5fbd0 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/pumpkin_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/purple_concrete.png b/1.14.4/assets/minecraft/textures/block/purple_concrete.png new file mode 100644 index 00000000..bf90f745 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/purple_concrete.png differ diff --git a/1.14.4/assets/minecraft/textures/block/purple_concrete_powder.png b/1.14.4/assets/minecraft/textures/block/purple_concrete_powder.png new file mode 100644 index 00000000..aa1b1ac3 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/purple_concrete_powder.png differ diff --git a/1.14.4/assets/minecraft/textures/block/purple_glazed_terracotta.png b/1.14.4/assets/minecraft/textures/block/purple_glazed_terracotta.png new file mode 100644 index 00000000..d0f9e68f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/purple_glazed_terracotta.png differ diff --git a/1.14.4/assets/minecraft/textures/block/purple_shulker_box.png b/1.14.4/assets/minecraft/textures/block/purple_shulker_box.png new file mode 100644 index 00000000..0416ed90 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/purple_shulker_box.png differ diff --git a/1.14.4/assets/minecraft/textures/block/purple_stained_glass.png b/1.14.4/assets/minecraft/textures/block/purple_stained_glass.png new file mode 100644 index 00000000..fed02859 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/purple_stained_glass.png differ diff --git a/1.14.4/assets/minecraft/textures/block/purple_stained_glass_pane_top.png b/1.14.4/assets/minecraft/textures/block/purple_stained_glass_pane_top.png new file mode 100644 index 00000000..23e208ed Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/purple_stained_glass_pane_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/purple_terracotta.png b/1.14.4/assets/minecraft/textures/block/purple_terracotta.png new file mode 100644 index 00000000..8bee14ea Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/purple_terracotta.png differ diff --git a/1.14.4/assets/minecraft/textures/block/purple_wool.png b/1.14.4/assets/minecraft/textures/block/purple_wool.png new file mode 100644 index 00000000..08d4ee0e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/purple_wool.png differ diff --git a/1.14.4/assets/minecraft/textures/block/purpur_block.png b/1.14.4/assets/minecraft/textures/block/purpur_block.png new file mode 100644 index 00000000..69c38981 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/purpur_block.png differ diff --git a/1.14.4/assets/minecraft/textures/block/purpur_pillar.png b/1.14.4/assets/minecraft/textures/block/purpur_pillar.png new file mode 100644 index 00000000..e22d27be Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/purpur_pillar.png differ diff --git a/1.14.4/assets/minecraft/textures/block/purpur_pillar_top.png b/1.14.4/assets/minecraft/textures/block/purpur_pillar_top.png new file mode 100644 index 00000000..2502aed5 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/purpur_pillar_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/quartz_block_bottom.png b/1.14.4/assets/minecraft/textures/block/quartz_block_bottom.png new file mode 100644 index 00000000..3f832aa3 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/quartz_block_bottom.png differ diff --git a/1.14.4/assets/minecraft/textures/block/quartz_block_side.png b/1.14.4/assets/minecraft/textures/block/quartz_block_side.png new file mode 100644 index 00000000..872d6bbe Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/quartz_block_side.png differ diff --git a/1.14.4/assets/minecraft/textures/block/quartz_block_top.png b/1.14.4/assets/minecraft/textures/block/quartz_block_top.png new file mode 100644 index 00000000..872d6bbe Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/quartz_block_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/quartz_pillar.png b/1.14.4/assets/minecraft/textures/block/quartz_pillar.png new file mode 100644 index 00000000..1046b754 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/quartz_pillar.png differ diff --git a/1.14.4/assets/minecraft/textures/block/quartz_pillar_top.png b/1.14.4/assets/minecraft/textures/block/quartz_pillar_top.png new file mode 100644 index 00000000..41f5e144 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/quartz_pillar_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/rail.png b/1.14.4/assets/minecraft/textures/block/rail.png new file mode 100644 index 00000000..0044ebb2 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/rail.png differ diff --git a/1.14.4/assets/minecraft/textures/block/rail_corner.png b/1.14.4/assets/minecraft/textures/block/rail_corner.png new file mode 100644 index 00000000..2b4f3307 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/rail_corner.png differ diff --git a/1.14.4/assets/minecraft/textures/block/red_concrete.png b/1.14.4/assets/minecraft/textures/block/red_concrete.png new file mode 100644 index 00000000..7f978842 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/red_concrete.png differ diff --git a/1.14.4/assets/minecraft/textures/block/red_concrete_powder.png b/1.14.4/assets/minecraft/textures/block/red_concrete_powder.png new file mode 100644 index 00000000..7612112e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/red_concrete_powder.png differ diff --git a/1.14.4/assets/minecraft/textures/block/red_glazed_terracotta.png b/1.14.4/assets/minecraft/textures/block/red_glazed_terracotta.png new file mode 100644 index 00000000..ee46623b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/red_glazed_terracotta.png differ diff --git a/1.14.4/assets/minecraft/textures/block/red_mushroom.png b/1.14.4/assets/minecraft/textures/block/red_mushroom.png new file mode 100644 index 00000000..cb7e1124 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/red_mushroom.png differ diff --git a/1.14.4/assets/minecraft/textures/block/red_mushroom_block.png b/1.14.4/assets/minecraft/textures/block/red_mushroom_block.png new file mode 100644 index 00000000..a77969e3 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/red_mushroom_block.png differ diff --git a/1.14.4/assets/minecraft/textures/block/red_nether_bricks.png b/1.14.4/assets/minecraft/textures/block/red_nether_bricks.png new file mode 100644 index 00000000..b8569522 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/red_nether_bricks.png differ diff --git a/1.14.4/assets/minecraft/textures/block/red_sand.png b/1.14.4/assets/minecraft/textures/block/red_sand.png new file mode 100644 index 00000000..7a389826 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/red_sand.png differ diff --git a/1.14.4/assets/minecraft/textures/block/red_sandstone.png b/1.14.4/assets/minecraft/textures/block/red_sandstone.png new file mode 100644 index 00000000..70e7c323 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/red_sandstone.png differ diff --git a/1.14.4/assets/minecraft/textures/block/red_sandstone_bottom.png b/1.14.4/assets/minecraft/textures/block/red_sandstone_bottom.png new file mode 100644 index 00000000..efbfeb60 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/red_sandstone_bottom.png differ diff --git a/1.14.4/assets/minecraft/textures/block/red_sandstone_top.png b/1.14.4/assets/minecraft/textures/block/red_sandstone_top.png new file mode 100644 index 00000000..defc7676 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/red_sandstone_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/red_shulker_box.png b/1.14.4/assets/minecraft/textures/block/red_shulker_box.png new file mode 100644 index 00000000..00147c5d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/red_shulker_box.png differ diff --git a/1.14.4/assets/minecraft/textures/block/red_stained_glass.png b/1.14.4/assets/minecraft/textures/block/red_stained_glass.png new file mode 100644 index 00000000..99bcc063 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/red_stained_glass.png differ diff --git a/1.14.4/assets/minecraft/textures/block/red_stained_glass_pane_top.png b/1.14.4/assets/minecraft/textures/block/red_stained_glass_pane_top.png new file mode 100644 index 00000000..22b69dba Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/red_stained_glass_pane_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/red_terracotta.png b/1.14.4/assets/minecraft/textures/block/red_terracotta.png new file mode 100644 index 00000000..e0e800b6 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/red_terracotta.png differ diff --git a/1.14.4/assets/minecraft/textures/block/red_tulip.png b/1.14.4/assets/minecraft/textures/block/red_tulip.png new file mode 100644 index 00000000..b9d29b5d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/red_tulip.png differ diff --git a/1.14.4/assets/minecraft/textures/block/red_wool.png b/1.14.4/assets/minecraft/textures/block/red_wool.png new file mode 100644 index 00000000..f11cbccb Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/red_wool.png differ diff --git a/1.14.4/assets/minecraft/textures/block/redstone_block.png b/1.14.4/assets/minecraft/textures/block/redstone_block.png new file mode 100644 index 00000000..4391e518 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/redstone_block.png differ diff --git a/1.14.4/assets/minecraft/textures/block/redstone_dust_dot.png b/1.14.4/assets/minecraft/textures/block/redstone_dust_dot.png new file mode 100644 index 00000000..ab8866d8 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/redstone_dust_dot.png differ diff --git a/1.14.4/assets/minecraft/textures/block/redstone_dust_line0.png b/1.14.4/assets/minecraft/textures/block/redstone_dust_line0.png new file mode 100644 index 00000000..064b107b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/redstone_dust_line0.png differ diff --git a/1.14.4/assets/minecraft/textures/block/redstone_dust_line1.png b/1.14.4/assets/minecraft/textures/block/redstone_dust_line1.png new file mode 100644 index 00000000..8e8a700f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/redstone_dust_line1.png differ diff --git a/1.14.4/assets/minecraft/textures/block/redstone_dust_overlay.png b/1.14.4/assets/minecraft/textures/block/redstone_dust_overlay.png new file mode 100644 index 00000000..fd68e0a3 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/redstone_dust_overlay.png differ diff --git a/1.14.4/assets/minecraft/textures/block/redstone_lamp.png b/1.14.4/assets/minecraft/textures/block/redstone_lamp.png new file mode 100644 index 00000000..36091677 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/redstone_lamp.png differ diff --git a/1.14.4/assets/minecraft/textures/block/redstone_lamp_on.png b/1.14.4/assets/minecraft/textures/block/redstone_lamp_on.png new file mode 100644 index 00000000..d8922271 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/redstone_lamp_on.png differ diff --git a/1.14.4/assets/minecraft/textures/block/redstone_ore.png b/1.14.4/assets/minecraft/textures/block/redstone_ore.png new file mode 100644 index 00000000..7e696c15 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/redstone_ore.png differ diff --git a/1.14.4/assets/minecraft/textures/block/redstone_torch.png b/1.14.4/assets/minecraft/textures/block/redstone_torch.png new file mode 100644 index 00000000..d49a7a9d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/redstone_torch.png differ diff --git a/1.14.4/assets/minecraft/textures/block/redstone_torch_off.png b/1.14.4/assets/minecraft/textures/block/redstone_torch_off.png new file mode 100644 index 00000000..cd82b641 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/redstone_torch_off.png differ diff --git a/1.14.4/assets/minecraft/textures/block/repeater.png b/1.14.4/assets/minecraft/textures/block/repeater.png new file mode 100644 index 00000000..3daa5e6d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/repeater.png differ diff --git a/1.14.4/assets/minecraft/textures/block/repeater_on.png b/1.14.4/assets/minecraft/textures/block/repeater_on.png new file mode 100644 index 00000000..2e6c2ac6 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/repeater_on.png differ diff --git a/1.14.4/assets/minecraft/textures/block/repeating_command_block_back.png b/1.14.4/assets/minecraft/textures/block/repeating_command_block_back.png new file mode 100644 index 00000000..31cc42ee Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/repeating_command_block_back.png differ diff --git a/1.14.4/assets/minecraft/textures/block/repeating_command_block_back.png.mcmeta b/1.14.4/assets/minecraft/textures/block/repeating_command_block_back.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.14.4/assets/minecraft/textures/block/repeating_command_block_back.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.14.4/assets/minecraft/textures/block/repeating_command_block_conditional.png b/1.14.4/assets/minecraft/textures/block/repeating_command_block_conditional.png new file mode 100644 index 00000000..28cbe675 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/repeating_command_block_conditional.png differ diff --git a/1.14.4/assets/minecraft/textures/block/repeating_command_block_conditional.png.mcmeta b/1.14.4/assets/minecraft/textures/block/repeating_command_block_conditional.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.14.4/assets/minecraft/textures/block/repeating_command_block_conditional.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.14.4/assets/minecraft/textures/block/repeating_command_block_front.png b/1.14.4/assets/minecraft/textures/block/repeating_command_block_front.png new file mode 100644 index 00000000..45f5e75b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/repeating_command_block_front.png differ diff --git a/1.14.4/assets/minecraft/textures/block/repeating_command_block_front.png.mcmeta b/1.14.4/assets/minecraft/textures/block/repeating_command_block_front.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.14.4/assets/minecraft/textures/block/repeating_command_block_front.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.14.4/assets/minecraft/textures/block/repeating_command_block_side.png b/1.14.4/assets/minecraft/textures/block/repeating_command_block_side.png new file mode 100644 index 00000000..efd073ae Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/repeating_command_block_side.png differ diff --git a/1.14.4/assets/minecraft/textures/block/repeating_command_block_side.png.mcmeta b/1.14.4/assets/minecraft/textures/block/repeating_command_block_side.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.14.4/assets/minecraft/textures/block/repeating_command_block_side.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.14.4/assets/minecraft/textures/block/rose_bush_bottom.png b/1.14.4/assets/minecraft/textures/block/rose_bush_bottom.png new file mode 100644 index 00000000..4a5f8f52 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/rose_bush_bottom.png differ diff --git a/1.14.4/assets/minecraft/textures/block/rose_bush_top.png b/1.14.4/assets/minecraft/textures/block/rose_bush_top.png new file mode 100644 index 00000000..328dc5e7 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/rose_bush_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/sand.png b/1.14.4/assets/minecraft/textures/block/sand.png new file mode 100644 index 00000000..99ff77ae Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/sand.png differ diff --git a/1.14.4/assets/minecraft/textures/block/sandstone.png b/1.14.4/assets/minecraft/textures/block/sandstone.png new file mode 100644 index 00000000..a7f1ca0e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/sandstone.png differ diff --git a/1.14.4/assets/minecraft/textures/block/sandstone_bottom.png b/1.14.4/assets/minecraft/textures/block/sandstone_bottom.png new file mode 100644 index 00000000..be35a54b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/sandstone_bottom.png differ diff --git a/1.14.4/assets/minecraft/textures/block/sandstone_top.png b/1.14.4/assets/minecraft/textures/block/sandstone_top.png new file mode 100644 index 00000000..91cec2a7 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/sandstone_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/scaffolding_bottom.png b/1.14.4/assets/minecraft/textures/block/scaffolding_bottom.png new file mode 100644 index 00000000..3479093d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/scaffolding_bottom.png differ diff --git a/1.14.4/assets/minecraft/textures/block/scaffolding_side.png b/1.14.4/assets/minecraft/textures/block/scaffolding_side.png new file mode 100644 index 00000000..1d1b5fcc Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/scaffolding_side.png differ diff --git a/1.14.4/assets/minecraft/textures/block/scaffolding_top.png b/1.14.4/assets/minecraft/textures/block/scaffolding_top.png new file mode 100644 index 00000000..2f9c51a7 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/scaffolding_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/sea_lantern.png b/1.14.4/assets/minecraft/textures/block/sea_lantern.png new file mode 100644 index 00000000..8909ce8e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/sea_lantern.png differ diff --git a/1.14.4/assets/minecraft/textures/block/sea_lantern.png.mcmeta b/1.14.4/assets/minecraft/textures/block/sea_lantern.png.mcmeta new file mode 100644 index 00000000..e8ac9bc3 --- /dev/null +++ b/1.14.4/assets/minecraft/textures/block/sea_lantern.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 5 + } +} diff --git a/1.14.4/assets/minecraft/textures/block/sea_pickle.png b/1.14.4/assets/minecraft/textures/block/sea_pickle.png new file mode 100644 index 00000000..d9c541bf Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/sea_pickle.png differ diff --git a/1.14.4/assets/minecraft/textures/block/seagrass.png b/1.14.4/assets/minecraft/textures/block/seagrass.png new file mode 100644 index 00000000..533f2d59 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/seagrass.png differ diff --git a/1.14.4/assets/minecraft/textures/block/seagrass.png.mcmeta b/1.14.4/assets/minecraft/textures/block/seagrass.png.mcmeta new file mode 100644 index 00000000..36578bcc --- /dev/null +++ b/1.14.4/assets/minecraft/textures/block/seagrass.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 2 + } +} diff --git a/1.14.4/assets/minecraft/textures/block/shulker_box.png b/1.14.4/assets/minecraft/textures/block/shulker_box.png new file mode 100644 index 00000000..09bcf3f8 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/shulker_box.png differ diff --git a/1.14.4/assets/minecraft/textures/block/slime_block.png b/1.14.4/assets/minecraft/textures/block/slime_block.png new file mode 100644 index 00000000..5c45c4ec Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/slime_block.png differ diff --git a/1.14.4/assets/minecraft/textures/block/smithing_table_bottom.png b/1.14.4/assets/minecraft/textures/block/smithing_table_bottom.png new file mode 100644 index 00000000..59833b5e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/smithing_table_bottom.png differ diff --git a/1.14.4/assets/minecraft/textures/block/smithing_table_front.png b/1.14.4/assets/minecraft/textures/block/smithing_table_front.png new file mode 100644 index 00000000..55875ef5 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/smithing_table_front.png differ diff --git a/1.14.4/assets/minecraft/textures/block/smithing_table_side.png b/1.14.4/assets/minecraft/textures/block/smithing_table_side.png new file mode 100644 index 00000000..419312b1 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/smithing_table_side.png differ diff --git a/1.14.4/assets/minecraft/textures/block/smithing_table_top.png b/1.14.4/assets/minecraft/textures/block/smithing_table_top.png new file mode 100644 index 00000000..7099674f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/smithing_table_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/smoker_bottom.png b/1.14.4/assets/minecraft/textures/block/smoker_bottom.png new file mode 100644 index 00000000..9f2dbd33 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/smoker_bottom.png differ diff --git a/1.14.4/assets/minecraft/textures/block/smoker_front.png b/1.14.4/assets/minecraft/textures/block/smoker_front.png new file mode 100644 index 00000000..13741178 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/smoker_front.png differ diff --git a/1.14.4/assets/minecraft/textures/block/smoker_front_on.png b/1.14.4/assets/minecraft/textures/block/smoker_front_on.png new file mode 100644 index 00000000..553d1ec9 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/smoker_front_on.png differ diff --git a/1.14.4/assets/minecraft/textures/block/smoker_front_on.png.mcmeta b/1.14.4/assets/minecraft/textures/block/smoker_front_on.png.mcmeta new file mode 100644 index 00000000..09eaec92 --- /dev/null +++ b/1.14.4/assets/minecraft/textures/block/smoker_front_on.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": false, + "frametime": 4 + } +} diff --git a/1.14.4/assets/minecraft/textures/block/smoker_side.png b/1.14.4/assets/minecraft/textures/block/smoker_side.png new file mode 100644 index 00000000..c3c8f5d7 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/smoker_side.png differ diff --git a/1.14.4/assets/minecraft/textures/block/smoker_top.png b/1.14.4/assets/minecraft/textures/block/smoker_top.png new file mode 100644 index 00000000..ff687df9 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/smoker_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/smooth_stone.png b/1.14.4/assets/minecraft/textures/block/smooth_stone.png new file mode 100644 index 00000000..149ceb62 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/smooth_stone.png differ diff --git a/1.14.4/assets/minecraft/textures/block/smooth_stone_slab_side.png b/1.14.4/assets/minecraft/textures/block/smooth_stone_slab_side.png new file mode 100644 index 00000000..93076428 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/smooth_stone_slab_side.png differ diff --git a/1.14.4/assets/minecraft/textures/block/snow.png b/1.14.4/assets/minecraft/textures/block/snow.png new file mode 100644 index 00000000..c45e0c2a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/snow.png differ diff --git a/1.14.4/assets/minecraft/textures/block/soul_sand.png b/1.14.4/assets/minecraft/textures/block/soul_sand.png new file mode 100644 index 00000000..9e4b1a6d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/soul_sand.png differ diff --git a/1.14.4/assets/minecraft/textures/block/spawner.png b/1.14.4/assets/minecraft/textures/block/spawner.png new file mode 100644 index 00000000..5f85452f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/spawner.png differ diff --git a/1.14.4/assets/minecraft/textures/block/sponge.png b/1.14.4/assets/minecraft/textures/block/sponge.png new file mode 100644 index 00000000..ffb12295 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/sponge.png differ diff --git a/1.14.4/assets/minecraft/textures/block/spruce_door_bottom.png b/1.14.4/assets/minecraft/textures/block/spruce_door_bottom.png new file mode 100644 index 00000000..c94ae204 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/spruce_door_bottom.png differ diff --git a/1.14.4/assets/minecraft/textures/block/spruce_door_top.png b/1.14.4/assets/minecraft/textures/block/spruce_door_top.png new file mode 100644 index 00000000..65a86fec Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/spruce_door_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/spruce_leaves.png b/1.14.4/assets/minecraft/textures/block/spruce_leaves.png new file mode 100644 index 00000000..f7f49939 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/spruce_leaves.png differ diff --git a/1.14.4/assets/minecraft/textures/block/spruce_log.png b/1.14.4/assets/minecraft/textures/block/spruce_log.png new file mode 100644 index 00000000..2aeca1b2 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/spruce_log.png differ diff --git a/1.14.4/assets/minecraft/textures/block/spruce_log_top.png b/1.14.4/assets/minecraft/textures/block/spruce_log_top.png new file mode 100644 index 00000000..bb66f32b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/spruce_log_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/spruce_planks.png b/1.14.4/assets/minecraft/textures/block/spruce_planks.png new file mode 100644 index 00000000..7afbde74 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/spruce_planks.png differ diff --git a/1.14.4/assets/minecraft/textures/block/spruce_sapling.png b/1.14.4/assets/minecraft/textures/block/spruce_sapling.png new file mode 100644 index 00000000..37aeb9c0 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/spruce_sapling.png differ diff --git a/1.14.4/assets/minecraft/textures/block/spruce_trapdoor.png b/1.14.4/assets/minecraft/textures/block/spruce_trapdoor.png new file mode 100644 index 00000000..c9ff2ee5 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/spruce_trapdoor.png differ diff --git a/1.14.4/assets/minecraft/textures/block/stone.png b/1.14.4/assets/minecraft/textures/block/stone.png new file mode 100644 index 00000000..2665baef Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/stone.png differ diff --git a/1.14.4/assets/minecraft/textures/block/stone_bricks.png b/1.14.4/assets/minecraft/textures/block/stone_bricks.png new file mode 100644 index 00000000..c4773439 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/stone_bricks.png differ diff --git a/1.14.4/assets/minecraft/textures/block/stonecutter_bottom.png b/1.14.4/assets/minecraft/textures/block/stonecutter_bottom.png new file mode 100644 index 00000000..a9af82d3 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/stonecutter_bottom.png differ diff --git a/1.14.4/assets/minecraft/textures/block/stonecutter_saw.png b/1.14.4/assets/minecraft/textures/block/stonecutter_saw.png new file mode 100644 index 00000000..38b8654b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/stonecutter_saw.png differ diff --git a/1.14.4/assets/minecraft/textures/block/stonecutter_saw.png.mcmeta b/1.14.4/assets/minecraft/textures/block/stonecutter_saw.png.mcmeta new file mode 100644 index 00000000..a328ca58 --- /dev/null +++ b/1.14.4/assets/minecraft/textures/block/stonecutter_saw.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": false, + "frametime": 1 + } +} diff --git a/1.14.4/assets/minecraft/textures/block/stonecutter_side.png b/1.14.4/assets/minecraft/textures/block/stonecutter_side.png new file mode 100644 index 00000000..873361c4 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/stonecutter_side.png differ diff --git a/1.14.4/assets/minecraft/textures/block/stonecutter_top.png b/1.14.4/assets/minecraft/textures/block/stonecutter_top.png new file mode 100644 index 00000000..208b3e7c Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/stonecutter_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/stripped_acacia_log.png b/1.14.4/assets/minecraft/textures/block/stripped_acacia_log.png new file mode 100644 index 00000000..29cca3ad Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/stripped_acacia_log.png differ diff --git a/1.14.4/assets/minecraft/textures/block/stripped_acacia_log_top.png b/1.14.4/assets/minecraft/textures/block/stripped_acacia_log_top.png new file mode 100644 index 00000000..11d22479 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/stripped_acacia_log_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/stripped_birch_log.png b/1.14.4/assets/minecraft/textures/block/stripped_birch_log.png new file mode 100644 index 00000000..24b33c55 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/stripped_birch_log.png differ diff --git a/1.14.4/assets/minecraft/textures/block/stripped_birch_log_top.png b/1.14.4/assets/minecraft/textures/block/stripped_birch_log_top.png new file mode 100644 index 00000000..1922d354 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/stripped_birch_log_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/stripped_dark_oak_log.png b/1.14.4/assets/minecraft/textures/block/stripped_dark_oak_log.png new file mode 100644 index 00000000..99147a50 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/stripped_dark_oak_log.png differ diff --git a/1.14.4/assets/minecraft/textures/block/stripped_dark_oak_log_top.png b/1.14.4/assets/minecraft/textures/block/stripped_dark_oak_log_top.png new file mode 100644 index 00000000..546914f9 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/stripped_dark_oak_log_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/stripped_jungle_log.png b/1.14.4/assets/minecraft/textures/block/stripped_jungle_log.png new file mode 100644 index 00000000..e3eb0ac1 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/stripped_jungle_log.png differ diff --git a/1.14.4/assets/minecraft/textures/block/stripped_jungle_log_top.png b/1.14.4/assets/minecraft/textures/block/stripped_jungle_log_top.png new file mode 100644 index 00000000..785200d5 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/stripped_jungle_log_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/stripped_oak_log.png b/1.14.4/assets/minecraft/textures/block/stripped_oak_log.png new file mode 100644 index 00000000..0a1d34c3 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/stripped_oak_log.png differ diff --git a/1.14.4/assets/minecraft/textures/block/stripped_oak_log_top.png b/1.14.4/assets/minecraft/textures/block/stripped_oak_log_top.png new file mode 100644 index 00000000..c845578b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/stripped_oak_log_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/stripped_spruce_log.png b/1.14.4/assets/minecraft/textures/block/stripped_spruce_log.png new file mode 100644 index 00000000..28571249 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/stripped_spruce_log.png differ diff --git a/1.14.4/assets/minecraft/textures/block/stripped_spruce_log_top.png b/1.14.4/assets/minecraft/textures/block/stripped_spruce_log_top.png new file mode 100644 index 00000000..f2353bed Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/stripped_spruce_log_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/structure_block.png b/1.14.4/assets/minecraft/textures/block/structure_block.png new file mode 100644 index 00000000..f03ea5fe Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/structure_block.png differ diff --git a/1.14.4/assets/minecraft/textures/block/structure_block_corner.png b/1.14.4/assets/minecraft/textures/block/structure_block_corner.png new file mode 100644 index 00000000..418fd05c Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/structure_block_corner.png differ diff --git a/1.14.4/assets/minecraft/textures/block/structure_block_data.png b/1.14.4/assets/minecraft/textures/block/structure_block_data.png new file mode 100644 index 00000000..75ea3083 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/structure_block_data.png differ diff --git a/1.14.4/assets/minecraft/textures/block/structure_block_load.png b/1.14.4/assets/minecraft/textures/block/structure_block_load.png new file mode 100644 index 00000000..aca338b1 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/structure_block_load.png differ diff --git a/1.14.4/assets/minecraft/textures/block/structure_block_save.png b/1.14.4/assets/minecraft/textures/block/structure_block_save.png new file mode 100644 index 00000000..64709278 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/structure_block_save.png differ diff --git a/1.14.4/assets/minecraft/textures/block/sugar_cane.png b/1.14.4/assets/minecraft/textures/block/sugar_cane.png new file mode 100644 index 00000000..ba0be9ec Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/sugar_cane.png differ diff --git a/1.14.4/assets/minecraft/textures/block/sunflower_back.png b/1.14.4/assets/minecraft/textures/block/sunflower_back.png new file mode 100644 index 00000000..a53f762f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/sunflower_back.png differ diff --git a/1.14.4/assets/minecraft/textures/block/sunflower_bottom.png b/1.14.4/assets/minecraft/textures/block/sunflower_bottom.png new file mode 100644 index 00000000..c5c8c629 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/sunflower_bottom.png differ diff --git a/1.14.4/assets/minecraft/textures/block/sunflower_front.png b/1.14.4/assets/minecraft/textures/block/sunflower_front.png new file mode 100644 index 00000000..568bd4d7 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/sunflower_front.png differ diff --git a/1.14.4/assets/minecraft/textures/block/sunflower_top.png b/1.14.4/assets/minecraft/textures/block/sunflower_top.png new file mode 100644 index 00000000..b9747f7e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/sunflower_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/sweet_berry_bush_stage0.png b/1.14.4/assets/minecraft/textures/block/sweet_berry_bush_stage0.png new file mode 100644 index 00000000..6b5854da Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/sweet_berry_bush_stage0.png differ diff --git a/1.14.4/assets/minecraft/textures/block/sweet_berry_bush_stage1.png b/1.14.4/assets/minecraft/textures/block/sweet_berry_bush_stage1.png new file mode 100644 index 00000000..216269ca Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/sweet_berry_bush_stage1.png differ diff --git a/1.14.4/assets/minecraft/textures/block/sweet_berry_bush_stage2.png b/1.14.4/assets/minecraft/textures/block/sweet_berry_bush_stage2.png new file mode 100644 index 00000000..4254cc09 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/sweet_berry_bush_stage2.png differ diff --git a/1.14.4/assets/minecraft/textures/block/sweet_berry_bush_stage3.png b/1.14.4/assets/minecraft/textures/block/sweet_berry_bush_stage3.png new file mode 100644 index 00000000..755ba234 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/sweet_berry_bush_stage3.png differ diff --git a/1.14.4/assets/minecraft/textures/block/tall_grass_bottom.png b/1.14.4/assets/minecraft/textures/block/tall_grass_bottom.png new file mode 100644 index 00000000..54bb7d6a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/tall_grass_bottom.png differ diff --git a/1.14.4/assets/minecraft/textures/block/tall_grass_top.png b/1.14.4/assets/minecraft/textures/block/tall_grass_top.png new file mode 100644 index 00000000..4598b7ac Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/tall_grass_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/tall_seagrass_bottom.png b/1.14.4/assets/minecraft/textures/block/tall_seagrass_bottom.png new file mode 100644 index 00000000..bb8d72d8 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/tall_seagrass_bottom.png differ diff --git a/1.14.4/assets/minecraft/textures/block/tall_seagrass_bottom.png.mcmeta b/1.14.4/assets/minecraft/textures/block/tall_seagrass_bottom.png.mcmeta new file mode 100644 index 00000000..36578bcc --- /dev/null +++ b/1.14.4/assets/minecraft/textures/block/tall_seagrass_bottom.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 2 + } +} diff --git a/1.14.4/assets/minecraft/textures/block/tall_seagrass_top.png b/1.14.4/assets/minecraft/textures/block/tall_seagrass_top.png new file mode 100644 index 00000000..1e52c7c1 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/tall_seagrass_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/tall_seagrass_top.png.mcmeta b/1.14.4/assets/minecraft/textures/block/tall_seagrass_top.png.mcmeta new file mode 100644 index 00000000..36578bcc --- /dev/null +++ b/1.14.4/assets/minecraft/textures/block/tall_seagrass_top.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 2 + } +} diff --git a/1.14.4/assets/minecraft/textures/block/terracotta.png b/1.14.4/assets/minecraft/textures/block/terracotta.png new file mode 100644 index 00000000..1f78b155 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/terracotta.png differ diff --git a/1.14.4/assets/minecraft/textures/block/tnt_bottom.png b/1.14.4/assets/minecraft/textures/block/tnt_bottom.png new file mode 100644 index 00000000..53f78d70 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/tnt_bottom.png differ diff --git a/1.14.4/assets/minecraft/textures/block/tnt_side.png b/1.14.4/assets/minecraft/textures/block/tnt_side.png new file mode 100644 index 00000000..74d66c70 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/tnt_side.png differ diff --git a/1.14.4/assets/minecraft/textures/block/tnt_top.png b/1.14.4/assets/minecraft/textures/block/tnt_top.png new file mode 100644 index 00000000..078dc312 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/tnt_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/torch.png b/1.14.4/assets/minecraft/textures/block/torch.png new file mode 100644 index 00000000..14bd2d70 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/torch.png differ diff --git a/1.14.4/assets/minecraft/textures/block/tripwire.png b/1.14.4/assets/minecraft/textures/block/tripwire.png new file mode 100644 index 00000000..5b422eff Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/tripwire.png differ diff --git a/1.14.4/assets/minecraft/textures/block/tripwire_hook.png b/1.14.4/assets/minecraft/textures/block/tripwire_hook.png new file mode 100644 index 00000000..1eda9ef6 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/tripwire_hook.png differ diff --git a/1.14.4/assets/minecraft/textures/block/tube_coral.png b/1.14.4/assets/minecraft/textures/block/tube_coral.png new file mode 100644 index 00000000..484a854d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/tube_coral.png differ diff --git a/1.14.4/assets/minecraft/textures/block/tube_coral_block.png b/1.14.4/assets/minecraft/textures/block/tube_coral_block.png new file mode 100644 index 00000000..756d32d8 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/tube_coral_block.png differ diff --git a/1.14.4/assets/minecraft/textures/block/tube_coral_fan.png b/1.14.4/assets/minecraft/textures/block/tube_coral_fan.png new file mode 100644 index 00000000..6f32fca1 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/tube_coral_fan.png differ diff --git a/1.14.4/assets/minecraft/textures/block/turtle_egg.png b/1.14.4/assets/minecraft/textures/block/turtle_egg.png new file mode 100644 index 00000000..ba920e9a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/turtle_egg.png differ diff --git a/1.14.4/assets/minecraft/textures/block/turtle_egg_slightly_cracked.png b/1.14.4/assets/minecraft/textures/block/turtle_egg_slightly_cracked.png new file mode 100644 index 00000000..55fb04e3 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/turtle_egg_slightly_cracked.png differ diff --git a/1.14.4/assets/minecraft/textures/block/turtle_egg_very_cracked.png b/1.14.4/assets/minecraft/textures/block/turtle_egg_very_cracked.png new file mode 100644 index 00000000..b6a87688 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/turtle_egg_very_cracked.png differ diff --git a/1.14.4/assets/minecraft/textures/block/vine.png b/1.14.4/assets/minecraft/textures/block/vine.png new file mode 100644 index 00000000..3d4f836f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/vine.png differ diff --git a/1.14.4/assets/minecraft/textures/block/water_flow.png b/1.14.4/assets/minecraft/textures/block/water_flow.png new file mode 100644 index 00000000..2b90e8aa Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/water_flow.png differ diff --git a/1.14.4/assets/minecraft/textures/block/water_flow.png.mcmeta b/1.14.4/assets/minecraft/textures/block/water_flow.png.mcmeta new file mode 100644 index 00000000..4f0718ac --- /dev/null +++ b/1.14.4/assets/minecraft/textures/block/water_flow.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} \ No newline at end of file diff --git a/1.14.4/assets/minecraft/textures/block/water_overlay.png b/1.14.4/assets/minecraft/textures/block/water_overlay.png new file mode 100644 index 00000000..c0e38976 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/water_overlay.png differ diff --git a/1.14.4/assets/minecraft/textures/block/water_still.png b/1.14.4/assets/minecraft/textures/block/water_still.png new file mode 100644 index 00000000..41601626 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/water_still.png differ diff --git a/1.14.4/assets/minecraft/textures/block/water_still.png.mcmeta b/1.14.4/assets/minecraft/textures/block/water_still.png.mcmeta new file mode 100644 index 00000000..0645f48c --- /dev/null +++ b/1.14.4/assets/minecraft/textures/block/water_still.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 2 + } +} diff --git a/1.14.4/assets/minecraft/textures/block/wet_sponge.png b/1.14.4/assets/minecraft/textures/block/wet_sponge.png new file mode 100644 index 00000000..13b95c3b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/wet_sponge.png differ diff --git a/1.14.4/assets/minecraft/textures/block/wheat_stage0.png b/1.14.4/assets/minecraft/textures/block/wheat_stage0.png new file mode 100644 index 00000000..a4ce8263 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/wheat_stage0.png differ diff --git a/1.14.4/assets/minecraft/textures/block/wheat_stage1.png b/1.14.4/assets/minecraft/textures/block/wheat_stage1.png new file mode 100644 index 00000000..a9a4517c Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/wheat_stage1.png differ diff --git a/1.14.4/assets/minecraft/textures/block/wheat_stage2.png b/1.14.4/assets/minecraft/textures/block/wheat_stage2.png new file mode 100644 index 00000000..8cf9cb2f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/wheat_stage2.png differ diff --git a/1.14.4/assets/minecraft/textures/block/wheat_stage3.png b/1.14.4/assets/minecraft/textures/block/wheat_stage3.png new file mode 100644 index 00000000..4c5349e2 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/wheat_stage3.png differ diff --git a/1.14.4/assets/minecraft/textures/block/wheat_stage4.png b/1.14.4/assets/minecraft/textures/block/wheat_stage4.png new file mode 100644 index 00000000..6d69e463 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/wheat_stage4.png differ diff --git a/1.14.4/assets/minecraft/textures/block/wheat_stage5.png b/1.14.4/assets/minecraft/textures/block/wheat_stage5.png new file mode 100644 index 00000000..4e4b810c Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/wheat_stage5.png differ diff --git a/1.14.4/assets/minecraft/textures/block/wheat_stage6.png b/1.14.4/assets/minecraft/textures/block/wheat_stage6.png new file mode 100644 index 00000000..9beda475 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/wheat_stage6.png differ diff --git a/1.14.4/assets/minecraft/textures/block/wheat_stage7.png b/1.14.4/assets/minecraft/textures/block/wheat_stage7.png new file mode 100644 index 00000000..e5ee897e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/wheat_stage7.png differ diff --git a/1.14.4/assets/minecraft/textures/block/white_concrete.png b/1.14.4/assets/minecraft/textures/block/white_concrete.png new file mode 100644 index 00000000..e2f7f41d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/white_concrete.png differ diff --git a/1.14.4/assets/minecraft/textures/block/white_concrete_powder.png b/1.14.4/assets/minecraft/textures/block/white_concrete_powder.png new file mode 100644 index 00000000..35ae8ae4 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/white_concrete_powder.png differ diff --git a/1.14.4/assets/minecraft/textures/block/white_glazed_terracotta.png b/1.14.4/assets/minecraft/textures/block/white_glazed_terracotta.png new file mode 100644 index 00000000..b94f6b9d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/white_glazed_terracotta.png differ diff --git a/1.14.4/assets/minecraft/textures/block/white_shulker_box.png b/1.14.4/assets/minecraft/textures/block/white_shulker_box.png new file mode 100644 index 00000000..3d87d645 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/white_shulker_box.png differ diff --git a/1.14.4/assets/minecraft/textures/block/white_stained_glass.png b/1.14.4/assets/minecraft/textures/block/white_stained_glass.png new file mode 100644 index 00000000..fc9fc65d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/white_stained_glass.png differ diff --git a/1.14.4/assets/minecraft/textures/block/white_stained_glass_pane_top.png b/1.14.4/assets/minecraft/textures/block/white_stained_glass_pane_top.png new file mode 100644 index 00000000..0c7d0917 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/white_stained_glass_pane_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/white_terracotta.png b/1.14.4/assets/minecraft/textures/block/white_terracotta.png new file mode 100644 index 00000000..b7ba8e99 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/white_terracotta.png differ diff --git a/1.14.4/assets/minecraft/textures/block/white_tulip.png b/1.14.4/assets/minecraft/textures/block/white_tulip.png new file mode 100644 index 00000000..1aa8f4db Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/white_tulip.png differ diff --git a/1.14.4/assets/minecraft/textures/block/white_wool.png b/1.14.4/assets/minecraft/textures/block/white_wool.png new file mode 100644 index 00000000..fa2c56e8 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/white_wool.png differ diff --git a/1.14.4/assets/minecraft/textures/block/wither_rose.png b/1.14.4/assets/minecraft/textures/block/wither_rose.png new file mode 100644 index 00000000..ae0a1b67 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/wither_rose.png differ diff --git a/1.14.4/assets/minecraft/textures/block/yellow_concrete.png b/1.14.4/assets/minecraft/textures/block/yellow_concrete.png new file mode 100644 index 00000000..8bc83432 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/yellow_concrete.png differ diff --git a/1.14.4/assets/minecraft/textures/block/yellow_concrete_powder.png b/1.14.4/assets/minecraft/textures/block/yellow_concrete_powder.png new file mode 100644 index 00000000..74429838 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/yellow_concrete_powder.png differ diff --git a/1.14.4/assets/minecraft/textures/block/yellow_glazed_terracotta.png b/1.14.4/assets/minecraft/textures/block/yellow_glazed_terracotta.png new file mode 100644 index 00000000..3d20abfa Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/yellow_glazed_terracotta.png differ diff --git a/1.14.4/assets/minecraft/textures/block/yellow_shulker_box.png b/1.14.4/assets/minecraft/textures/block/yellow_shulker_box.png new file mode 100644 index 00000000..671b2c36 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/yellow_shulker_box.png differ diff --git a/1.14.4/assets/minecraft/textures/block/yellow_stained_glass.png b/1.14.4/assets/minecraft/textures/block/yellow_stained_glass.png new file mode 100644 index 00000000..07c4d1bd Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/yellow_stained_glass.png differ diff --git a/1.14.4/assets/minecraft/textures/block/yellow_stained_glass_pane_top.png b/1.14.4/assets/minecraft/textures/block/yellow_stained_glass_pane_top.png new file mode 100644 index 00000000..1c8580f3 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/yellow_stained_glass_pane_top.png differ diff --git a/1.14.4/assets/minecraft/textures/block/yellow_terracotta.png b/1.14.4/assets/minecraft/textures/block/yellow_terracotta.png new file mode 100644 index 00000000..ec96503a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/yellow_terracotta.png differ diff --git a/1.14.4/assets/minecraft/textures/block/yellow_wool.png b/1.14.4/assets/minecraft/textures/block/yellow_wool.png new file mode 100644 index 00000000..fba27874 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/block/yellow_wool.png differ diff --git a/1.14.4/assets/minecraft/textures/colormap/foliage.png b/1.14.4/assets/minecraft/textures/colormap/foliage.png new file mode 100644 index 00000000..f464dd54 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/colormap/foliage.png differ diff --git a/1.14.4/assets/minecraft/textures/colormap/grass.png b/1.14.4/assets/minecraft/textures/colormap/grass.png new file mode 100644 index 00000000..f59dd38b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/colormap/grass.png differ diff --git a/1.14.4/assets/minecraft/textures/effect/dither.png b/1.14.4/assets/minecraft/textures/effect/dither.png new file mode 100644 index 00000000..d211107d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/effect/dither.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/alex.png b/1.14.4/assets/minecraft/textures/entity/alex.png new file mode 100644 index 00000000..ffd8e071 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/alex.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/armorstand/wood.png b/1.14.4/assets/minecraft/textures/entity/armorstand/wood.png new file mode 100644 index 00000000..c41a82f0 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/armorstand/wood.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/arrow.png b/1.14.4/assets/minecraft/textures/entity/arrow.png new file mode 100644 index 00000000..0d58b2cc Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/arrow.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/banner/base.png b/1.14.4/assets/minecraft/textures/entity/banner/base.png new file mode 100644 index 00000000..a590eabc Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/banner/base.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/banner/border.png b/1.14.4/assets/minecraft/textures/entity/banner/border.png new file mode 100644 index 00000000..3e5fb432 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/banner/border.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/banner/bricks.png b/1.14.4/assets/minecraft/textures/entity/banner/bricks.png new file mode 100644 index 00000000..a0d49a7c Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/banner/bricks.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/banner/circle.png b/1.14.4/assets/minecraft/textures/entity/banner/circle.png new file mode 100644 index 00000000..5e1e20cd Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/banner/circle.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/banner/creeper.png b/1.14.4/assets/minecraft/textures/entity/banner/creeper.png new file mode 100644 index 00000000..2949472b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/banner/creeper.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/banner/cross.png b/1.14.4/assets/minecraft/textures/entity/banner/cross.png new file mode 100644 index 00000000..6a6c8c67 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/banner/cross.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/banner/curly_border.png b/1.14.4/assets/minecraft/textures/entity/banner/curly_border.png new file mode 100644 index 00000000..d94a79a6 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/banner/curly_border.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/banner/diagonal_left.png b/1.14.4/assets/minecraft/textures/entity/banner/diagonal_left.png new file mode 100644 index 00000000..f3712198 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/banner/diagonal_left.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/banner/diagonal_right.png b/1.14.4/assets/minecraft/textures/entity/banner/diagonal_right.png new file mode 100644 index 00000000..3f2b34b3 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/banner/diagonal_right.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/banner/diagonal_up_left.png b/1.14.4/assets/minecraft/textures/entity/banner/diagonal_up_left.png new file mode 100644 index 00000000..c1bfa32a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/banner/diagonal_up_left.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/banner/diagonal_up_right.png b/1.14.4/assets/minecraft/textures/entity/banner/diagonal_up_right.png new file mode 100644 index 00000000..0e99514d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/banner/diagonal_up_right.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/banner/flower.png b/1.14.4/assets/minecraft/textures/entity/banner/flower.png new file mode 100644 index 00000000..6efa798c Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/banner/flower.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/banner/globe.png b/1.14.4/assets/minecraft/textures/entity/banner/globe.png new file mode 100644 index 00000000..a7243f7e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/banner/globe.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/banner/gradient.png b/1.14.4/assets/minecraft/textures/entity/banner/gradient.png new file mode 100644 index 00000000..8bc09cf7 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/banner/gradient.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/banner/gradient_up.png b/1.14.4/assets/minecraft/textures/entity/banner/gradient_up.png new file mode 100644 index 00000000..59591815 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/banner/gradient_up.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/banner/half_horizontal.png b/1.14.4/assets/minecraft/textures/entity/banner/half_horizontal.png new file mode 100644 index 00000000..0ab54689 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/banner/half_horizontal.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/banner/half_horizontal_bottom.png b/1.14.4/assets/minecraft/textures/entity/banner/half_horizontal_bottom.png new file mode 100644 index 00000000..c91c8cd4 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/banner/half_horizontal_bottom.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/banner/half_vertical.png b/1.14.4/assets/minecraft/textures/entity/banner/half_vertical.png new file mode 100644 index 00000000..0f36e216 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/banner/half_vertical.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/banner/half_vertical_right.png b/1.14.4/assets/minecraft/textures/entity/banner/half_vertical_right.png new file mode 100644 index 00000000..a8a9eb15 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/banner/half_vertical_right.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/banner/mojang.png b/1.14.4/assets/minecraft/textures/entity/banner/mojang.png new file mode 100644 index 00000000..1f993a77 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/banner/mojang.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/banner/rhombus.png b/1.14.4/assets/minecraft/textures/entity/banner/rhombus.png new file mode 100644 index 00000000..4657c81e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/banner/rhombus.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/banner/skull.png b/1.14.4/assets/minecraft/textures/entity/banner/skull.png new file mode 100644 index 00000000..77135d42 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/banner/skull.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/banner/small_stripes.png b/1.14.4/assets/minecraft/textures/entity/banner/small_stripes.png new file mode 100644 index 00000000..0d2fe6b6 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/banner/small_stripes.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/banner/square_bottom_left.png b/1.14.4/assets/minecraft/textures/entity/banner/square_bottom_left.png new file mode 100644 index 00000000..0f68ec37 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/banner/square_bottom_left.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/banner/square_bottom_right.png b/1.14.4/assets/minecraft/textures/entity/banner/square_bottom_right.png new file mode 100644 index 00000000..799ba3c7 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/banner/square_bottom_right.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/banner/square_top_left.png b/1.14.4/assets/minecraft/textures/entity/banner/square_top_left.png new file mode 100644 index 00000000..02a40e41 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/banner/square_top_left.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/banner/square_top_right.png b/1.14.4/assets/minecraft/textures/entity/banner/square_top_right.png new file mode 100644 index 00000000..43f67b89 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/banner/square_top_right.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/banner/straight_cross.png b/1.14.4/assets/minecraft/textures/entity/banner/straight_cross.png new file mode 100644 index 00000000..8d5a8c6c Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/banner/straight_cross.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/banner/stripe_bottom.png b/1.14.4/assets/minecraft/textures/entity/banner/stripe_bottom.png new file mode 100644 index 00000000..b6aafa5c Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/banner/stripe_bottom.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/banner/stripe_center.png b/1.14.4/assets/minecraft/textures/entity/banner/stripe_center.png new file mode 100644 index 00000000..5383cae4 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/banner/stripe_center.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/banner/stripe_downleft.png b/1.14.4/assets/minecraft/textures/entity/banner/stripe_downleft.png new file mode 100644 index 00000000..ff79d2a0 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/banner/stripe_downleft.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/banner/stripe_downright.png b/1.14.4/assets/minecraft/textures/entity/banner/stripe_downright.png new file mode 100644 index 00000000..79bbbd06 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/banner/stripe_downright.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/banner/stripe_left.png b/1.14.4/assets/minecraft/textures/entity/banner/stripe_left.png new file mode 100644 index 00000000..45dabd3a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/banner/stripe_left.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/banner/stripe_middle.png b/1.14.4/assets/minecraft/textures/entity/banner/stripe_middle.png new file mode 100644 index 00000000..e98e6a8b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/banner/stripe_middle.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/banner/stripe_right.png b/1.14.4/assets/minecraft/textures/entity/banner/stripe_right.png new file mode 100644 index 00000000..1dc458a6 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/banner/stripe_right.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/banner/stripe_top.png b/1.14.4/assets/minecraft/textures/entity/banner/stripe_top.png new file mode 100644 index 00000000..4c260396 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/banner/stripe_top.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/banner/triangle_bottom.png b/1.14.4/assets/minecraft/textures/entity/banner/triangle_bottom.png new file mode 100644 index 00000000..03cd2544 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/banner/triangle_bottom.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/banner/triangle_top.png b/1.14.4/assets/minecraft/textures/entity/banner/triangle_top.png new file mode 100644 index 00000000..852336cb Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/banner/triangle_top.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/banner/triangles_bottom.png b/1.14.4/assets/minecraft/textures/entity/banner/triangles_bottom.png new file mode 100644 index 00000000..75631252 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/banner/triangles_bottom.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/banner/triangles_top.png b/1.14.4/assets/minecraft/textures/entity/banner/triangles_top.png new file mode 100644 index 00000000..25158e93 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/banner/triangles_top.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/banner_base.png b/1.14.4/assets/minecraft/textures/entity/banner_base.png new file mode 100644 index 00000000..d8fa0f59 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/banner_base.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/bat.png b/1.14.4/assets/minecraft/textures/entity/bat.png new file mode 100644 index 00000000..3f71bc47 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/bat.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/beacon_beam.png b/1.14.4/assets/minecraft/textures/entity/beacon_beam.png new file mode 100644 index 00000000..a2da8c6f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/beacon_beam.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/bear/polarbear.png b/1.14.4/assets/minecraft/textures/entity/bear/polarbear.png new file mode 100644 index 00000000..59de9a1c Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/bear/polarbear.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/bed/black.png b/1.14.4/assets/minecraft/textures/entity/bed/black.png new file mode 100644 index 00000000..9893104c Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/bed/black.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/bed/blue.png b/1.14.4/assets/minecraft/textures/entity/bed/blue.png new file mode 100644 index 00000000..653e086d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/bed/blue.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/bed/brown.png b/1.14.4/assets/minecraft/textures/entity/bed/brown.png new file mode 100644 index 00000000..d4e15d69 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/bed/brown.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/bed/cyan.png b/1.14.4/assets/minecraft/textures/entity/bed/cyan.png new file mode 100644 index 00000000..319fd268 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/bed/cyan.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/bed/gray.png b/1.14.4/assets/minecraft/textures/entity/bed/gray.png new file mode 100644 index 00000000..9879a779 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/bed/gray.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/bed/green.png b/1.14.4/assets/minecraft/textures/entity/bed/green.png new file mode 100644 index 00000000..8eb60ecc Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/bed/green.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/bed/light_blue.png b/1.14.4/assets/minecraft/textures/entity/bed/light_blue.png new file mode 100644 index 00000000..7b605839 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/bed/light_blue.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/bed/light_gray.png b/1.14.4/assets/minecraft/textures/entity/bed/light_gray.png new file mode 100644 index 00000000..c35d5479 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/bed/light_gray.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/bed/lime.png b/1.14.4/assets/minecraft/textures/entity/bed/lime.png new file mode 100644 index 00000000..f8fe0e69 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/bed/lime.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/bed/magenta.png b/1.14.4/assets/minecraft/textures/entity/bed/magenta.png new file mode 100644 index 00000000..2b53bb9c Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/bed/magenta.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/bed/orange.png b/1.14.4/assets/minecraft/textures/entity/bed/orange.png new file mode 100644 index 00000000..2fbc511c Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/bed/orange.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/bed/pink.png b/1.14.4/assets/minecraft/textures/entity/bed/pink.png new file mode 100644 index 00000000..1411ef37 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/bed/pink.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/bed/purple.png b/1.14.4/assets/minecraft/textures/entity/bed/purple.png new file mode 100644 index 00000000..f24a8359 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/bed/purple.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/bed/red.png b/1.14.4/assets/minecraft/textures/entity/bed/red.png new file mode 100644 index 00000000..3e13835a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/bed/red.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/bed/white.png b/1.14.4/assets/minecraft/textures/entity/bed/white.png new file mode 100644 index 00000000..6e52d5c9 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/bed/white.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/bed/yellow.png b/1.14.4/assets/minecraft/textures/entity/bed/yellow.png new file mode 100644 index 00000000..1d3d4040 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/bed/yellow.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/bell/bell_body.png b/1.14.4/assets/minecraft/textures/entity/bell/bell_body.png new file mode 100644 index 00000000..511a979f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/bell/bell_body.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/blaze.png b/1.14.4/assets/minecraft/textures/entity/blaze.png new file mode 100644 index 00000000..afcc89f6 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/blaze.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/boat/acacia.png b/1.14.4/assets/minecraft/textures/entity/boat/acacia.png new file mode 100644 index 00000000..88d8c758 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/boat/acacia.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/boat/birch.png b/1.14.4/assets/minecraft/textures/entity/boat/birch.png new file mode 100644 index 00000000..e9048b81 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/boat/birch.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/boat/dark_oak.png b/1.14.4/assets/minecraft/textures/entity/boat/dark_oak.png new file mode 100644 index 00000000..963f96fb Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/boat/dark_oak.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/boat/jungle.png b/1.14.4/assets/minecraft/textures/entity/boat/jungle.png new file mode 100644 index 00000000..73bb4d1e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/boat/jungle.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/boat/oak.png b/1.14.4/assets/minecraft/textures/entity/boat/oak.png new file mode 100644 index 00000000..5ef4ad4a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/boat/oak.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/boat/spruce.png b/1.14.4/assets/minecraft/textures/entity/boat/spruce.png new file mode 100644 index 00000000..b62e0403 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/boat/spruce.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/cat/all_black.png b/1.14.4/assets/minecraft/textures/entity/cat/all_black.png new file mode 100644 index 00000000..66be34ab Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/cat/all_black.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/cat/black.png b/1.14.4/assets/minecraft/textures/entity/cat/black.png new file mode 100644 index 00000000..f34a9ee8 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/cat/black.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/cat/british_shorthair.png b/1.14.4/assets/minecraft/textures/entity/cat/british_shorthair.png new file mode 100644 index 00000000..01b2f8e1 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/cat/british_shorthair.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/cat/calico.png b/1.14.4/assets/minecraft/textures/entity/cat/calico.png new file mode 100644 index 00000000..cc9c4502 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/cat/calico.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/cat/cat_collar.png b/1.14.4/assets/minecraft/textures/entity/cat/cat_collar.png new file mode 100644 index 00000000..bc1b17bf Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/cat/cat_collar.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/cat/jellie.png b/1.14.4/assets/minecraft/textures/entity/cat/jellie.png new file mode 100644 index 00000000..b4afe7fb Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/cat/jellie.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/cat/ocelot.png b/1.14.4/assets/minecraft/textures/entity/cat/ocelot.png new file mode 100644 index 00000000..5f24e606 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/cat/ocelot.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/cat/persian.png b/1.14.4/assets/minecraft/textures/entity/cat/persian.png new file mode 100644 index 00000000..68399dab Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/cat/persian.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/cat/ragdoll.png b/1.14.4/assets/minecraft/textures/entity/cat/ragdoll.png new file mode 100644 index 00000000..13c8d5a5 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/cat/ragdoll.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/cat/red.png b/1.14.4/assets/minecraft/textures/entity/cat/red.png new file mode 100644 index 00000000..68edb25e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/cat/red.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/cat/siamese.png b/1.14.4/assets/minecraft/textures/entity/cat/siamese.png new file mode 100644 index 00000000..8131120c Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/cat/siamese.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/cat/tabby.png b/1.14.4/assets/minecraft/textures/entity/cat/tabby.png new file mode 100644 index 00000000..4d353bbf Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/cat/tabby.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/cat/white.png b/1.14.4/assets/minecraft/textures/entity/cat/white.png new file mode 100644 index 00000000..1a092529 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/cat/white.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/chest/christmas.png b/1.14.4/assets/minecraft/textures/entity/chest/christmas.png new file mode 100644 index 00000000..8a0fa73f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/chest/christmas.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/chest/christmas_double.png b/1.14.4/assets/minecraft/textures/entity/chest/christmas_double.png new file mode 100644 index 00000000..fe14d144 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/chest/christmas_double.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/chest/ender.png b/1.14.4/assets/minecraft/textures/entity/chest/ender.png new file mode 100644 index 00000000..642fe4cb Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/chest/ender.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/chest/normal.png b/1.14.4/assets/minecraft/textures/entity/chest/normal.png new file mode 100644 index 00000000..ba0ec71d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/chest/normal.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/chest/normal_double.png b/1.14.4/assets/minecraft/textures/entity/chest/normal_double.png new file mode 100644 index 00000000..3f1710da Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/chest/normal_double.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/chest/trapped.png b/1.14.4/assets/minecraft/textures/entity/chest/trapped.png new file mode 100644 index 00000000..ca6de602 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/chest/trapped.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/chest/trapped_double.png b/1.14.4/assets/minecraft/textures/entity/chest/trapped_double.png new file mode 100644 index 00000000..1b27ffa8 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/chest/trapped_double.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/chicken.png b/1.14.4/assets/minecraft/textures/entity/chicken.png new file mode 100644 index 00000000..b56b49fe Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/chicken.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/conduit/base.png b/1.14.4/assets/minecraft/textures/entity/conduit/base.png new file mode 100644 index 00000000..dfc0bae8 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/conduit/base.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/conduit/break_particle.png b/1.14.4/assets/minecraft/textures/entity/conduit/break_particle.png new file mode 100644 index 00000000..78e0416c Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/conduit/break_particle.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/conduit/cage.png b/1.14.4/assets/minecraft/textures/entity/conduit/cage.png new file mode 100644 index 00000000..fe51d426 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/conduit/cage.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/conduit/closed_eye.png b/1.14.4/assets/minecraft/textures/entity/conduit/closed_eye.png new file mode 100644 index 00000000..de10d8cf Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/conduit/closed_eye.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/conduit/open_eye.png b/1.14.4/assets/minecraft/textures/entity/conduit/open_eye.png new file mode 100644 index 00000000..8a5d1b0a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/conduit/open_eye.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/conduit/wind.png b/1.14.4/assets/minecraft/textures/entity/conduit/wind.png new file mode 100644 index 00000000..3287fe25 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/conduit/wind.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/conduit/wind_vertical.png b/1.14.4/assets/minecraft/textures/entity/conduit/wind_vertical.png new file mode 100644 index 00000000..a5f38ceb Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/conduit/wind_vertical.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/cow/brown_mooshroom.png b/1.14.4/assets/minecraft/textures/entity/cow/brown_mooshroom.png new file mode 100644 index 00000000..fb2e6782 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/cow/brown_mooshroom.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/cow/cow.png b/1.14.4/assets/minecraft/textures/entity/cow/cow.png new file mode 100644 index 00000000..c110519d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/cow/cow.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/cow/red_mooshroom.png b/1.14.4/assets/minecraft/textures/entity/cow/red_mooshroom.png new file mode 100644 index 00000000..180f514d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/cow/red_mooshroom.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/creeper/creeper.png b/1.14.4/assets/minecraft/textures/entity/creeper/creeper.png new file mode 100644 index 00000000..3875ea90 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/creeper/creeper.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/creeper/creeper_armor.png b/1.14.4/assets/minecraft/textures/entity/creeper/creeper_armor.png new file mode 100644 index 00000000..cc905d4d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/creeper/creeper_armor.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/dolphin.png b/1.14.4/assets/minecraft/textures/entity/dolphin.png new file mode 100644 index 00000000..25bec56f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/dolphin.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/elytra.png b/1.14.4/assets/minecraft/textures/entity/elytra.png new file mode 100644 index 00000000..f3389ab7 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/elytra.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/enchanting_table_book.png b/1.14.4/assets/minecraft/textures/entity/enchanting_table_book.png new file mode 100644 index 00000000..7a4c2164 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/enchanting_table_book.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/end_crystal/end_crystal.png b/1.14.4/assets/minecraft/textures/entity/end_crystal/end_crystal.png new file mode 100644 index 00000000..348afa2a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/end_crystal/end_crystal.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/end_crystal/end_crystal_beam.png b/1.14.4/assets/minecraft/textures/entity/end_crystal/end_crystal_beam.png new file mode 100644 index 00000000..1c2e187c Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/end_crystal/end_crystal_beam.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/end_gateway_beam.png b/1.14.4/assets/minecraft/textures/entity/end_gateway_beam.png new file mode 100644 index 00000000..e5071ee7 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/end_gateway_beam.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/end_portal.png b/1.14.4/assets/minecraft/textures/entity/end_portal.png new file mode 100644 index 00000000..173731a1 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/end_portal.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/enderdragon/dragon.png b/1.14.4/assets/minecraft/textures/entity/enderdragon/dragon.png new file mode 100644 index 00000000..eea5365a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/enderdragon/dragon.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/enderdragon/dragon_exploding.png b/1.14.4/assets/minecraft/textures/entity/enderdragon/dragon_exploding.png new file mode 100644 index 00000000..a47a3732 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/enderdragon/dragon_exploding.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/enderdragon/dragon_eyes.png b/1.14.4/assets/minecraft/textures/entity/enderdragon/dragon_eyes.png new file mode 100644 index 00000000..146d604e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/enderdragon/dragon_eyes.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/enderdragon/dragon_fireball.png b/1.14.4/assets/minecraft/textures/entity/enderdragon/dragon_fireball.png new file mode 100644 index 00000000..2a3fe553 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/enderdragon/dragon_fireball.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/enderman/enderman.png b/1.14.4/assets/minecraft/textures/entity/enderman/enderman.png new file mode 100644 index 00000000..0413f8c5 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/enderman/enderman.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/enderman/enderman_eyes.png b/1.14.4/assets/minecraft/textures/entity/enderman/enderman_eyes.png new file mode 100644 index 00000000..ade580ef Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/enderman/enderman_eyes.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/endermite.png b/1.14.4/assets/minecraft/textures/entity/endermite.png new file mode 100644 index 00000000..adc6c7fe Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/endermite.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/experience_orb.png b/1.14.4/assets/minecraft/textures/entity/experience_orb.png new file mode 100644 index 00000000..0a56f0f6 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/experience_orb.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/fish/cod.png b/1.14.4/assets/minecraft/textures/entity/fish/cod.png new file mode 100644 index 00000000..8fa1ff2f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/fish/cod.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/fish/pufferfish.png b/1.14.4/assets/minecraft/textures/entity/fish/pufferfish.png new file mode 100644 index 00000000..0b86b022 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/fish/pufferfish.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/fish/salmon.png b/1.14.4/assets/minecraft/textures/entity/fish/salmon.png new file mode 100644 index 00000000..9b18b3e6 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/fish/salmon.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/fish/tropical_a.png b/1.14.4/assets/minecraft/textures/entity/fish/tropical_a.png new file mode 100644 index 00000000..e3ce5ef9 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/fish/tropical_a.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/fish/tropical_a_pattern_1.png b/1.14.4/assets/minecraft/textures/entity/fish/tropical_a_pattern_1.png new file mode 100644 index 00000000..d1ca7bbf Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/fish/tropical_a_pattern_1.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/fish/tropical_a_pattern_2.png b/1.14.4/assets/minecraft/textures/entity/fish/tropical_a_pattern_2.png new file mode 100644 index 00000000..02d5a8d3 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/fish/tropical_a_pattern_2.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/fish/tropical_a_pattern_3.png b/1.14.4/assets/minecraft/textures/entity/fish/tropical_a_pattern_3.png new file mode 100644 index 00000000..1caab9ac Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/fish/tropical_a_pattern_3.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/fish/tropical_a_pattern_4.png b/1.14.4/assets/minecraft/textures/entity/fish/tropical_a_pattern_4.png new file mode 100644 index 00000000..a2c7fa24 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/fish/tropical_a_pattern_4.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/fish/tropical_a_pattern_5.png b/1.14.4/assets/minecraft/textures/entity/fish/tropical_a_pattern_5.png new file mode 100644 index 00000000..2df3dc5c Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/fish/tropical_a_pattern_5.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/fish/tropical_a_pattern_6.png b/1.14.4/assets/minecraft/textures/entity/fish/tropical_a_pattern_6.png new file mode 100644 index 00000000..06ed8367 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/fish/tropical_a_pattern_6.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/fish/tropical_b.png b/1.14.4/assets/minecraft/textures/entity/fish/tropical_b.png new file mode 100644 index 00000000..7de4312b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/fish/tropical_b.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/fish/tropical_b_pattern_1.png b/1.14.4/assets/minecraft/textures/entity/fish/tropical_b_pattern_1.png new file mode 100644 index 00000000..5b19c284 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/fish/tropical_b_pattern_1.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/fish/tropical_b_pattern_2.png b/1.14.4/assets/minecraft/textures/entity/fish/tropical_b_pattern_2.png new file mode 100644 index 00000000..948154d8 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/fish/tropical_b_pattern_2.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/fish/tropical_b_pattern_3.png b/1.14.4/assets/minecraft/textures/entity/fish/tropical_b_pattern_3.png new file mode 100644 index 00000000..0c948d2f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/fish/tropical_b_pattern_3.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/fish/tropical_b_pattern_4.png b/1.14.4/assets/minecraft/textures/entity/fish/tropical_b_pattern_4.png new file mode 100644 index 00000000..0ecf7403 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/fish/tropical_b_pattern_4.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/fish/tropical_b_pattern_5.png b/1.14.4/assets/minecraft/textures/entity/fish/tropical_b_pattern_5.png new file mode 100644 index 00000000..ce941a2d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/fish/tropical_b_pattern_5.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/fish/tropical_b_pattern_6.png b/1.14.4/assets/minecraft/textures/entity/fish/tropical_b_pattern_6.png new file mode 100644 index 00000000..61f70196 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/fish/tropical_b_pattern_6.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/fishing_hook.png b/1.14.4/assets/minecraft/textures/entity/fishing_hook.png new file mode 100644 index 00000000..e1e3c9d7 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/fishing_hook.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/fox/fox.png b/1.14.4/assets/minecraft/textures/entity/fox/fox.png new file mode 100644 index 00000000..2d068d68 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/fox/fox.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/fox/fox_sleep.png b/1.14.4/assets/minecraft/textures/entity/fox/fox_sleep.png new file mode 100644 index 00000000..4751cfe1 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/fox/fox_sleep.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/fox/snow_fox.png b/1.14.4/assets/minecraft/textures/entity/fox/snow_fox.png new file mode 100644 index 00000000..a41fb537 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/fox/snow_fox.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/fox/snow_fox_sleep.png b/1.14.4/assets/minecraft/textures/entity/fox/snow_fox_sleep.png new file mode 100644 index 00000000..e71ae7b1 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/fox/snow_fox_sleep.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/ghast/ghast.png b/1.14.4/assets/minecraft/textures/entity/ghast/ghast.png new file mode 100644 index 00000000..ca2823e9 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/ghast/ghast.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/ghast/ghast_shooting.png b/1.14.4/assets/minecraft/textures/entity/ghast/ghast_shooting.png new file mode 100644 index 00000000..2e6badbd Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/ghast/ghast_shooting.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/guardian.png b/1.14.4/assets/minecraft/textures/entity/guardian.png new file mode 100644 index 00000000..9945242b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/guardian.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/guardian_beam.png b/1.14.4/assets/minecraft/textures/entity/guardian_beam.png new file mode 100644 index 00000000..73a23109 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/guardian_beam.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/guardian_elder.png b/1.14.4/assets/minecraft/textures/entity/guardian_elder.png new file mode 100644 index 00000000..79e0f2c1 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/guardian_elder.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/horse/armor/horse_armor_diamond.png b/1.14.4/assets/minecraft/textures/entity/horse/armor/horse_armor_diamond.png new file mode 100644 index 00000000..2a7e179e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/horse/armor/horse_armor_diamond.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/horse/armor/horse_armor_gold.png b/1.14.4/assets/minecraft/textures/entity/horse/armor/horse_armor_gold.png new file mode 100644 index 00000000..a9b09e2c Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/horse/armor/horse_armor_gold.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/horse/armor/horse_armor_iron.png b/1.14.4/assets/minecraft/textures/entity/horse/armor/horse_armor_iron.png new file mode 100644 index 00000000..a0a88faa Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/horse/armor/horse_armor_iron.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/horse/armor/horse_armor_leather.png b/1.14.4/assets/minecraft/textures/entity/horse/armor/horse_armor_leather.png new file mode 100644 index 00000000..b991865e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/horse/armor/horse_armor_leather.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/horse/donkey.png b/1.14.4/assets/minecraft/textures/entity/horse/donkey.png new file mode 100644 index 00000000..a8745194 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/horse/donkey.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/horse/horse_black.png b/1.14.4/assets/minecraft/textures/entity/horse/horse_black.png new file mode 100644 index 00000000..d5fddb0d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/horse/horse_black.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/horse/horse_brown.png b/1.14.4/assets/minecraft/textures/entity/horse/horse_brown.png new file mode 100644 index 00000000..3bc9c97d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/horse/horse_brown.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/horse/horse_chestnut.png b/1.14.4/assets/minecraft/textures/entity/horse/horse_chestnut.png new file mode 100644 index 00000000..dc986a45 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/horse/horse_chestnut.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/horse/horse_creamy.png b/1.14.4/assets/minecraft/textures/entity/horse/horse_creamy.png new file mode 100644 index 00000000..13d08df2 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/horse/horse_creamy.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/horse/horse_darkbrown.png b/1.14.4/assets/minecraft/textures/entity/horse/horse_darkbrown.png new file mode 100644 index 00000000..d0a951ba Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/horse/horse_darkbrown.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/horse/horse_gray.png b/1.14.4/assets/minecraft/textures/entity/horse/horse_gray.png new file mode 100644 index 00000000..d0e64b84 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/horse/horse_gray.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/horse/horse_markings_blackdots.png b/1.14.4/assets/minecraft/textures/entity/horse/horse_markings_blackdots.png new file mode 100644 index 00000000..90bbd826 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/horse/horse_markings_blackdots.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/horse/horse_markings_white.png b/1.14.4/assets/minecraft/textures/entity/horse/horse_markings_white.png new file mode 100644 index 00000000..4799ff6a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/horse/horse_markings_white.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/horse/horse_markings_whitedots.png b/1.14.4/assets/minecraft/textures/entity/horse/horse_markings_whitedots.png new file mode 100644 index 00000000..42a8fd0c Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/horse/horse_markings_whitedots.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/horse/horse_markings_whitefield.png b/1.14.4/assets/minecraft/textures/entity/horse/horse_markings_whitefield.png new file mode 100644 index 00000000..f7432314 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/horse/horse_markings_whitefield.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/horse/horse_skeleton.png b/1.14.4/assets/minecraft/textures/entity/horse/horse_skeleton.png new file mode 100644 index 00000000..6d1a79df Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/horse/horse_skeleton.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/horse/horse_white.png b/1.14.4/assets/minecraft/textures/entity/horse/horse_white.png new file mode 100644 index 00000000..66078e8e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/horse/horse_white.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/horse/horse_zombie.png b/1.14.4/assets/minecraft/textures/entity/horse/horse_zombie.png new file mode 100644 index 00000000..f369b40c Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/horse/horse_zombie.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/horse/mule.png b/1.14.4/assets/minecraft/textures/entity/horse/mule.png new file mode 100644 index 00000000..3751ed0c Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/horse/mule.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/illager/evoker.png b/1.14.4/assets/minecraft/textures/entity/illager/evoker.png new file mode 100644 index 00000000..480dc616 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/illager/evoker.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/illager/evoker_fangs.png b/1.14.4/assets/minecraft/textures/entity/illager/evoker_fangs.png new file mode 100644 index 00000000..98db535a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/illager/evoker_fangs.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/illager/illusioner.png b/1.14.4/assets/minecraft/textures/entity/illager/illusioner.png new file mode 100644 index 00000000..72f5ee8e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/illager/illusioner.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/illager/pillager.png b/1.14.4/assets/minecraft/textures/entity/illager/pillager.png new file mode 100644 index 00000000..669acc3b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/illager/pillager.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/illager/ravager.png b/1.14.4/assets/minecraft/textures/entity/illager/ravager.png new file mode 100644 index 00000000..eafbcfe2 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/illager/ravager.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/illager/vex.png b/1.14.4/assets/minecraft/textures/entity/illager/vex.png new file mode 100644 index 00000000..dd538e7d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/illager/vex.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/illager/vex_charging.png b/1.14.4/assets/minecraft/textures/entity/illager/vex_charging.png new file mode 100644 index 00000000..971114e7 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/illager/vex_charging.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/illager/vindicator.png b/1.14.4/assets/minecraft/textures/entity/illager/vindicator.png new file mode 100644 index 00000000..181fd2fe Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/illager/vindicator.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/iron_golem.png b/1.14.4/assets/minecraft/textures/entity/iron_golem.png new file mode 100644 index 00000000..931e2f9f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/iron_golem.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/lead_knot.png b/1.14.4/assets/minecraft/textures/entity/lead_knot.png new file mode 100644 index 00000000..d6783071 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/lead_knot.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/llama/brown.png b/1.14.4/assets/minecraft/textures/entity/llama/brown.png new file mode 100644 index 00000000..10991376 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/llama/brown.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/llama/creamy.png b/1.14.4/assets/minecraft/textures/entity/llama/creamy.png new file mode 100644 index 00000000..5a4b6877 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/llama/creamy.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/llama/decor/black.png b/1.14.4/assets/minecraft/textures/entity/llama/decor/black.png new file mode 100644 index 00000000..92387637 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/llama/decor/black.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/llama/decor/blue.png b/1.14.4/assets/minecraft/textures/entity/llama/decor/blue.png new file mode 100644 index 00000000..bf7762e1 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/llama/decor/blue.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/llama/decor/brown.png b/1.14.4/assets/minecraft/textures/entity/llama/decor/brown.png new file mode 100644 index 00000000..03a80e12 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/llama/decor/brown.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/llama/decor/cyan.png b/1.14.4/assets/minecraft/textures/entity/llama/decor/cyan.png new file mode 100644 index 00000000..f149b9cd Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/llama/decor/cyan.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/llama/decor/gray.png b/1.14.4/assets/minecraft/textures/entity/llama/decor/gray.png new file mode 100644 index 00000000..a2f1b4f0 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/llama/decor/gray.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/llama/decor/green.png b/1.14.4/assets/minecraft/textures/entity/llama/decor/green.png new file mode 100644 index 00000000..732d7ec1 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/llama/decor/green.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/llama/decor/light_blue.png b/1.14.4/assets/minecraft/textures/entity/llama/decor/light_blue.png new file mode 100644 index 00000000..500a404f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/llama/decor/light_blue.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/llama/decor/light_gray.png b/1.14.4/assets/minecraft/textures/entity/llama/decor/light_gray.png new file mode 100644 index 00000000..4a89b3a5 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/llama/decor/light_gray.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/llama/decor/lime.png b/1.14.4/assets/minecraft/textures/entity/llama/decor/lime.png new file mode 100644 index 00000000..238eff41 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/llama/decor/lime.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/llama/decor/magenta.png b/1.14.4/assets/minecraft/textures/entity/llama/decor/magenta.png new file mode 100644 index 00000000..0ff23355 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/llama/decor/magenta.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/llama/decor/orange.png b/1.14.4/assets/minecraft/textures/entity/llama/decor/orange.png new file mode 100644 index 00000000..5b24951a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/llama/decor/orange.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/llama/decor/pink.png b/1.14.4/assets/minecraft/textures/entity/llama/decor/pink.png new file mode 100644 index 00000000..897ba65d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/llama/decor/pink.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/llama/decor/purple.png b/1.14.4/assets/minecraft/textures/entity/llama/decor/purple.png new file mode 100644 index 00000000..308adbec Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/llama/decor/purple.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/llama/decor/red.png b/1.14.4/assets/minecraft/textures/entity/llama/decor/red.png new file mode 100644 index 00000000..1b83dc37 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/llama/decor/red.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/llama/decor/trader_llama.png b/1.14.4/assets/minecraft/textures/entity/llama/decor/trader_llama.png new file mode 100644 index 00000000..61f28eb3 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/llama/decor/trader_llama.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/llama/decor/white.png b/1.14.4/assets/minecraft/textures/entity/llama/decor/white.png new file mode 100644 index 00000000..c8cf1761 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/llama/decor/white.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/llama/decor/yellow.png b/1.14.4/assets/minecraft/textures/entity/llama/decor/yellow.png new file mode 100644 index 00000000..64144cf5 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/llama/decor/yellow.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/llama/gray.png b/1.14.4/assets/minecraft/textures/entity/llama/gray.png new file mode 100644 index 00000000..3e170d11 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/llama/gray.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/llama/spit.png b/1.14.4/assets/minecraft/textures/entity/llama/spit.png new file mode 100644 index 00000000..fdcc4b12 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/llama/spit.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/llama/white.png b/1.14.4/assets/minecraft/textures/entity/llama/white.png new file mode 100644 index 00000000..d84fe157 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/llama/white.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/minecart.png b/1.14.4/assets/minecraft/textures/entity/minecart.png new file mode 100644 index 00000000..5ca94c00 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/minecart.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/panda/aggressive_panda.png b/1.14.4/assets/minecraft/textures/entity/panda/aggressive_panda.png new file mode 100644 index 00000000..5a6291b6 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/panda/aggressive_panda.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/panda/brown_panda.png b/1.14.4/assets/minecraft/textures/entity/panda/brown_panda.png new file mode 100644 index 00000000..cc51cc78 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/panda/brown_panda.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/panda/lazy_panda.png b/1.14.4/assets/minecraft/textures/entity/panda/lazy_panda.png new file mode 100644 index 00000000..7221b32b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/panda/lazy_panda.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/panda/panda.png b/1.14.4/assets/minecraft/textures/entity/panda/panda.png new file mode 100644 index 00000000..a2be86bd Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/panda/panda.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/panda/playful_panda.png b/1.14.4/assets/minecraft/textures/entity/panda/playful_panda.png new file mode 100644 index 00000000..99f667c9 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/panda/playful_panda.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/panda/weak_panda.png b/1.14.4/assets/minecraft/textures/entity/panda/weak_panda.png new file mode 100644 index 00000000..c7b318f2 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/panda/weak_panda.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/panda/worried_panda.png b/1.14.4/assets/minecraft/textures/entity/panda/worried_panda.png new file mode 100644 index 00000000..b4247d96 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/panda/worried_panda.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/parrot/parrot_blue.png b/1.14.4/assets/minecraft/textures/entity/parrot/parrot_blue.png new file mode 100644 index 00000000..ae93edf4 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/parrot/parrot_blue.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/parrot/parrot_green.png b/1.14.4/assets/minecraft/textures/entity/parrot/parrot_green.png new file mode 100644 index 00000000..efa83d91 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/parrot/parrot_green.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/parrot/parrot_grey.png b/1.14.4/assets/minecraft/textures/entity/parrot/parrot_grey.png new file mode 100644 index 00000000..8de45ef5 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/parrot/parrot_grey.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/parrot/parrot_red_blue.png b/1.14.4/assets/minecraft/textures/entity/parrot/parrot_red_blue.png new file mode 100644 index 00000000..32878086 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/parrot/parrot_red_blue.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/parrot/parrot_yellow_blue.png b/1.14.4/assets/minecraft/textures/entity/parrot/parrot_yellow_blue.png new file mode 100644 index 00000000..91e54255 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/parrot/parrot_yellow_blue.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/phantom.png b/1.14.4/assets/minecraft/textures/entity/phantom.png new file mode 100644 index 00000000..1d0945de Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/phantom.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/phantom_eyes.png b/1.14.4/assets/minecraft/textures/entity/phantom_eyes.png new file mode 100644 index 00000000..4fa35bd6 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/phantom_eyes.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/pig/pig.png b/1.14.4/assets/minecraft/textures/entity/pig/pig.png new file mode 100644 index 00000000..76432691 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/pig/pig.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/pig/pig_saddle.png b/1.14.4/assets/minecraft/textures/entity/pig/pig_saddle.png new file mode 100644 index 00000000..c7e2de89 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/pig/pig_saddle.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/projectiles/arrow.png b/1.14.4/assets/minecraft/textures/entity/projectiles/arrow.png new file mode 100644 index 00000000..b1214231 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/projectiles/arrow.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/projectiles/spectral_arrow.png b/1.14.4/assets/minecraft/textures/entity/projectiles/spectral_arrow.png new file mode 100644 index 00000000..22a9d00b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/projectiles/spectral_arrow.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/projectiles/tipped_arrow.png b/1.14.4/assets/minecraft/textures/entity/projectiles/tipped_arrow.png new file mode 100644 index 00000000..b1214231 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/projectiles/tipped_arrow.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/rabbit/black.png b/1.14.4/assets/minecraft/textures/entity/rabbit/black.png new file mode 100644 index 00000000..afb0fbc4 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/rabbit/black.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/rabbit/brown.png b/1.14.4/assets/minecraft/textures/entity/rabbit/brown.png new file mode 100644 index 00000000..b8dc8ccc Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/rabbit/brown.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/rabbit/caerbannog.png b/1.14.4/assets/minecraft/textures/entity/rabbit/caerbannog.png new file mode 100644 index 00000000..409a4fc3 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/rabbit/caerbannog.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/rabbit/gold.png b/1.14.4/assets/minecraft/textures/entity/rabbit/gold.png new file mode 100644 index 00000000..6f649f85 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/rabbit/gold.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/rabbit/salt.png b/1.14.4/assets/minecraft/textures/entity/rabbit/salt.png new file mode 100644 index 00000000..5afe309e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/rabbit/salt.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/rabbit/toast.png b/1.14.4/assets/minecraft/textures/entity/rabbit/toast.png new file mode 100644 index 00000000..56c66678 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/rabbit/toast.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/rabbit/white.png b/1.14.4/assets/minecraft/textures/entity/rabbit/white.png new file mode 100644 index 00000000..a0ea1a15 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/rabbit/white.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/rabbit/white_splotched.png b/1.14.4/assets/minecraft/textures/entity/rabbit/white_splotched.png new file mode 100644 index 00000000..3cd3cdfe Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/rabbit/white_splotched.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/sheep/sheep.png b/1.14.4/assets/minecraft/textures/entity/sheep/sheep.png new file mode 100644 index 00000000..a71426f2 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/sheep/sheep.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/sheep/sheep_fur.png b/1.14.4/assets/minecraft/textures/entity/sheep/sheep_fur.png new file mode 100644 index 00000000..3af58457 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/sheep/sheep_fur.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/shield/base.png b/1.14.4/assets/minecraft/textures/entity/shield/base.png new file mode 100644 index 00000000..3297e7f3 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/shield/base.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/shield/border.png b/1.14.4/assets/minecraft/textures/entity/shield/border.png new file mode 100644 index 00000000..82e13d98 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/shield/border.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/shield/bricks.png b/1.14.4/assets/minecraft/textures/entity/shield/bricks.png new file mode 100644 index 00000000..da9d147f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/shield/bricks.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/shield/circle.png b/1.14.4/assets/minecraft/textures/entity/shield/circle.png new file mode 100644 index 00000000..86506deb Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/shield/circle.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/shield/creeper.png b/1.14.4/assets/minecraft/textures/entity/shield/creeper.png new file mode 100644 index 00000000..b98b3d0a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/shield/creeper.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/shield/cross.png b/1.14.4/assets/minecraft/textures/entity/shield/cross.png new file mode 100644 index 00000000..241aca14 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/shield/cross.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/shield/curly_border.png b/1.14.4/assets/minecraft/textures/entity/shield/curly_border.png new file mode 100644 index 00000000..76c52077 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/shield/curly_border.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/shield/diagonal_left.png b/1.14.4/assets/minecraft/textures/entity/shield/diagonal_left.png new file mode 100644 index 00000000..06a18706 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/shield/diagonal_left.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/shield/diagonal_right.png b/1.14.4/assets/minecraft/textures/entity/shield/diagonal_right.png new file mode 100644 index 00000000..2eb15cee Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/shield/diagonal_right.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/shield/diagonal_up_left.png b/1.14.4/assets/minecraft/textures/entity/shield/diagonal_up_left.png new file mode 100644 index 00000000..1d475c44 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/shield/diagonal_up_left.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/shield/diagonal_up_right.png b/1.14.4/assets/minecraft/textures/entity/shield/diagonal_up_right.png new file mode 100644 index 00000000..e863fe8c Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/shield/diagonal_up_right.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/shield/flower.png b/1.14.4/assets/minecraft/textures/entity/shield/flower.png new file mode 100644 index 00000000..a20c753a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/shield/flower.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/shield/globe.png b/1.14.4/assets/minecraft/textures/entity/shield/globe.png new file mode 100644 index 00000000..d63156f0 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/shield/globe.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/shield/gradient.png b/1.14.4/assets/minecraft/textures/entity/shield/gradient.png new file mode 100644 index 00000000..d1abad8b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/shield/gradient.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/shield/gradient_up.png b/1.14.4/assets/minecraft/textures/entity/shield/gradient_up.png new file mode 100644 index 00000000..ac43e901 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/shield/gradient_up.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/shield/half_horizontal.png b/1.14.4/assets/minecraft/textures/entity/shield/half_horizontal.png new file mode 100644 index 00000000..b6680525 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/shield/half_horizontal.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/shield/half_horizontal_bottom.png b/1.14.4/assets/minecraft/textures/entity/shield/half_horizontal_bottom.png new file mode 100644 index 00000000..4bd2e96e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/shield/half_horizontal_bottom.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/shield/half_vertical.png b/1.14.4/assets/minecraft/textures/entity/shield/half_vertical.png new file mode 100644 index 00000000..cafda314 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/shield/half_vertical.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/shield/half_vertical_right.png b/1.14.4/assets/minecraft/textures/entity/shield/half_vertical_right.png new file mode 100644 index 00000000..2600259f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/shield/half_vertical_right.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/shield/mojang.png b/1.14.4/assets/minecraft/textures/entity/shield/mojang.png new file mode 100644 index 00000000..0343c52c Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/shield/mojang.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/shield/rhombus.png b/1.14.4/assets/minecraft/textures/entity/shield/rhombus.png new file mode 100644 index 00000000..73826cea Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/shield/rhombus.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/shield/skull.png b/1.14.4/assets/minecraft/textures/entity/shield/skull.png new file mode 100644 index 00000000..7e35b2bb Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/shield/skull.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/shield/small_stripes.png b/1.14.4/assets/minecraft/textures/entity/shield/small_stripes.png new file mode 100644 index 00000000..04632175 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/shield/small_stripes.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/shield/square_bottom_left.png b/1.14.4/assets/minecraft/textures/entity/shield/square_bottom_left.png new file mode 100644 index 00000000..b88380a8 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/shield/square_bottom_left.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/shield/square_bottom_right.png b/1.14.4/assets/minecraft/textures/entity/shield/square_bottom_right.png new file mode 100644 index 00000000..a9bcd061 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/shield/square_bottom_right.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/shield/square_top_left.png b/1.14.4/assets/minecraft/textures/entity/shield/square_top_left.png new file mode 100644 index 00000000..a47d54b5 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/shield/square_top_left.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/shield/square_top_right.png b/1.14.4/assets/minecraft/textures/entity/shield/square_top_right.png new file mode 100644 index 00000000..2592b938 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/shield/square_top_right.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/shield/straight_cross.png b/1.14.4/assets/minecraft/textures/entity/shield/straight_cross.png new file mode 100644 index 00000000..c613b973 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/shield/straight_cross.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/shield/stripe_bottom.png b/1.14.4/assets/minecraft/textures/entity/shield/stripe_bottom.png new file mode 100644 index 00000000..b13d3020 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/shield/stripe_bottom.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/shield/stripe_center.png b/1.14.4/assets/minecraft/textures/entity/shield/stripe_center.png new file mode 100644 index 00000000..35372717 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/shield/stripe_center.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/shield/stripe_downleft.png b/1.14.4/assets/minecraft/textures/entity/shield/stripe_downleft.png new file mode 100644 index 00000000..178755a1 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/shield/stripe_downleft.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/shield/stripe_downright.png b/1.14.4/assets/minecraft/textures/entity/shield/stripe_downright.png new file mode 100644 index 00000000..cb042d15 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/shield/stripe_downright.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/shield/stripe_left.png b/1.14.4/assets/minecraft/textures/entity/shield/stripe_left.png new file mode 100644 index 00000000..0bf94a61 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/shield/stripe_left.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/shield/stripe_middle.png b/1.14.4/assets/minecraft/textures/entity/shield/stripe_middle.png new file mode 100644 index 00000000..33c8d187 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/shield/stripe_middle.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/shield/stripe_right.png b/1.14.4/assets/minecraft/textures/entity/shield/stripe_right.png new file mode 100644 index 00000000..697da64e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/shield/stripe_right.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/shield/stripe_top.png b/1.14.4/assets/minecraft/textures/entity/shield/stripe_top.png new file mode 100644 index 00000000..eca1076a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/shield/stripe_top.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/shield/triangle_bottom.png b/1.14.4/assets/minecraft/textures/entity/shield/triangle_bottom.png new file mode 100644 index 00000000..03c37d32 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/shield/triangle_bottom.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/shield/triangle_top.png b/1.14.4/assets/minecraft/textures/entity/shield/triangle_top.png new file mode 100644 index 00000000..26412bf8 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/shield/triangle_top.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/shield/triangles_bottom.png b/1.14.4/assets/minecraft/textures/entity/shield/triangles_bottom.png new file mode 100644 index 00000000..8a18dbd7 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/shield/triangles_bottom.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/shield/triangles_top.png b/1.14.4/assets/minecraft/textures/entity/shield/triangles_top.png new file mode 100644 index 00000000..2e07c37c Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/shield/triangles_top.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/shield_base.png b/1.14.4/assets/minecraft/textures/entity/shield_base.png new file mode 100644 index 00000000..8015a92b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/shield_base.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/shield_base_nopattern.png b/1.14.4/assets/minecraft/textures/entity/shield_base_nopattern.png new file mode 100644 index 00000000..7011454d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/shield_base_nopattern.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/shulker/shulker.png b/1.14.4/assets/minecraft/textures/entity/shulker/shulker.png new file mode 100644 index 00000000..d21605ab Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/shulker/shulker.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/shulker/shulker_black.png b/1.14.4/assets/minecraft/textures/entity/shulker/shulker_black.png new file mode 100644 index 00000000..2800401d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/shulker/shulker_black.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/shulker/shulker_blue.png b/1.14.4/assets/minecraft/textures/entity/shulker/shulker_blue.png new file mode 100644 index 00000000..1c4244fd Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/shulker/shulker_blue.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/shulker/shulker_brown.png b/1.14.4/assets/minecraft/textures/entity/shulker/shulker_brown.png new file mode 100644 index 00000000..9237440b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/shulker/shulker_brown.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/shulker/shulker_cyan.png b/1.14.4/assets/minecraft/textures/entity/shulker/shulker_cyan.png new file mode 100644 index 00000000..13b82557 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/shulker/shulker_cyan.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/shulker/shulker_gray.png b/1.14.4/assets/minecraft/textures/entity/shulker/shulker_gray.png new file mode 100644 index 00000000..f365c6af Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/shulker/shulker_gray.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/shulker/shulker_green.png b/1.14.4/assets/minecraft/textures/entity/shulker/shulker_green.png new file mode 100644 index 00000000..b09b655d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/shulker/shulker_green.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/shulker/shulker_light_blue.png b/1.14.4/assets/minecraft/textures/entity/shulker/shulker_light_blue.png new file mode 100644 index 00000000..6646995c Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/shulker/shulker_light_blue.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/shulker/shulker_light_gray.png b/1.14.4/assets/minecraft/textures/entity/shulker/shulker_light_gray.png new file mode 100644 index 00000000..d709f7ae Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/shulker/shulker_light_gray.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/shulker/shulker_lime.png b/1.14.4/assets/minecraft/textures/entity/shulker/shulker_lime.png new file mode 100644 index 00000000..e02f983d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/shulker/shulker_lime.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/shulker/shulker_magenta.png b/1.14.4/assets/minecraft/textures/entity/shulker/shulker_magenta.png new file mode 100644 index 00000000..a713f81a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/shulker/shulker_magenta.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/shulker/shulker_orange.png b/1.14.4/assets/minecraft/textures/entity/shulker/shulker_orange.png new file mode 100644 index 00000000..1ebf1482 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/shulker/shulker_orange.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/shulker/shulker_pink.png b/1.14.4/assets/minecraft/textures/entity/shulker/shulker_pink.png new file mode 100644 index 00000000..1cac5170 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/shulker/shulker_pink.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/shulker/shulker_purple.png b/1.14.4/assets/minecraft/textures/entity/shulker/shulker_purple.png new file mode 100644 index 00000000..48fc2864 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/shulker/shulker_purple.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/shulker/shulker_red.png b/1.14.4/assets/minecraft/textures/entity/shulker/shulker_red.png new file mode 100644 index 00000000..c80c499f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/shulker/shulker_red.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/shulker/shulker_white.png b/1.14.4/assets/minecraft/textures/entity/shulker/shulker_white.png new file mode 100644 index 00000000..6b21cac8 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/shulker/shulker_white.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/shulker/shulker_yellow.png b/1.14.4/assets/minecraft/textures/entity/shulker/shulker_yellow.png new file mode 100644 index 00000000..e23c8988 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/shulker/shulker_yellow.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/shulker/spark.png b/1.14.4/assets/minecraft/textures/entity/shulker/spark.png new file mode 100644 index 00000000..69315a9e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/shulker/spark.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/signs/acacia.png b/1.14.4/assets/minecraft/textures/entity/signs/acacia.png new file mode 100644 index 00000000..9f129ddd Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/signs/acacia.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/signs/birch.png b/1.14.4/assets/minecraft/textures/entity/signs/birch.png new file mode 100644 index 00000000..4379d7b0 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/signs/birch.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/signs/dark_oak.png b/1.14.4/assets/minecraft/textures/entity/signs/dark_oak.png new file mode 100644 index 00000000..3835f7a2 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/signs/dark_oak.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/signs/jungle.png b/1.14.4/assets/minecraft/textures/entity/signs/jungle.png new file mode 100644 index 00000000..779193d5 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/signs/jungle.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/signs/oak.png b/1.14.4/assets/minecraft/textures/entity/signs/oak.png new file mode 100644 index 00000000..e0f23685 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/signs/oak.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/signs/spruce.png b/1.14.4/assets/minecraft/textures/entity/signs/spruce.png new file mode 100644 index 00000000..73a0fdce Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/signs/spruce.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/silverfish.png b/1.14.4/assets/minecraft/textures/entity/silverfish.png new file mode 100644 index 00000000..54dd997d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/silverfish.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/skeleton/skeleton.png b/1.14.4/assets/minecraft/textures/entity/skeleton/skeleton.png new file mode 100644 index 00000000..179e3665 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/skeleton/skeleton.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/skeleton/stray.png b/1.14.4/assets/minecraft/textures/entity/skeleton/stray.png new file mode 100644 index 00000000..42c4fa71 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/skeleton/stray.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/skeleton/stray_overlay.png b/1.14.4/assets/minecraft/textures/entity/skeleton/stray_overlay.png new file mode 100644 index 00000000..ce86e32e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/skeleton/stray_overlay.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/skeleton/wither_skeleton.png b/1.14.4/assets/minecraft/textures/entity/skeleton/wither_skeleton.png new file mode 100644 index 00000000..e771dd0f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/skeleton/wither_skeleton.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/slime/magmacube.png b/1.14.4/assets/minecraft/textures/entity/slime/magmacube.png new file mode 100644 index 00000000..892fdf0c Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/slime/magmacube.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/slime/slime.png b/1.14.4/assets/minecraft/textures/entity/slime/slime.png new file mode 100644 index 00000000..0b316be2 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/slime/slime.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/snow_golem.png b/1.14.4/assets/minecraft/textures/entity/snow_golem.png new file mode 100644 index 00000000..53c52978 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/snow_golem.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/spider/cave_spider.png b/1.14.4/assets/minecraft/textures/entity/spider/cave_spider.png new file mode 100644 index 00000000..fe6bb429 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/spider/cave_spider.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/spider/spider.png b/1.14.4/assets/minecraft/textures/entity/spider/spider.png new file mode 100644 index 00000000..8af2ea7d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/spider/spider.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/spider_eyes.png b/1.14.4/assets/minecraft/textures/entity/spider_eyes.png new file mode 100644 index 00000000..f49b78ff Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/spider_eyes.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/squid.png b/1.14.4/assets/minecraft/textures/entity/squid.png new file mode 100644 index 00000000..db97d6da Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/squid.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/steve.png b/1.14.4/assets/minecraft/textures/entity/steve.png new file mode 100644 index 00000000..90d4fa23 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/steve.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/trident.png b/1.14.4/assets/minecraft/textures/entity/trident.png new file mode 100644 index 00000000..a80e05a9 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/trident.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/trident_riptide.png b/1.14.4/assets/minecraft/textures/entity/trident_riptide.png new file mode 100644 index 00000000..ce431b69 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/trident_riptide.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/turtle/big_sea_turtle.png b/1.14.4/assets/minecraft/textures/entity/turtle/big_sea_turtle.png new file mode 100644 index 00000000..2a58cba3 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/turtle/big_sea_turtle.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/villager/profession/armorer.png b/1.14.4/assets/minecraft/textures/entity/villager/profession/armorer.png new file mode 100644 index 00000000..f9d99f99 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/villager/profession/armorer.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/villager/profession/butcher.png b/1.14.4/assets/minecraft/textures/entity/villager/profession/butcher.png new file mode 100644 index 00000000..d23c28ce Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/villager/profession/butcher.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/villager/profession/butcher.png.mcmeta b/1.14.4/assets/minecraft/textures/entity/villager/profession/butcher.png.mcmeta new file mode 100644 index 00000000..8ed5d61a --- /dev/null +++ b/1.14.4/assets/minecraft/textures/entity/villager/profession/butcher.png.mcmeta @@ -0,0 +1,5 @@ +{ + "villager": { + "hat": "partial" + } +} diff --git a/1.14.4/assets/minecraft/textures/entity/villager/profession/cartographer.png b/1.14.4/assets/minecraft/textures/entity/villager/profession/cartographer.png new file mode 100644 index 00000000..c349ba91 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/villager/profession/cartographer.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/villager/profession/cleric.png b/1.14.4/assets/minecraft/textures/entity/villager/profession/cleric.png new file mode 100644 index 00000000..cbe16300 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/villager/profession/cleric.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/villager/profession/farmer.png b/1.14.4/assets/minecraft/textures/entity/villager/profession/farmer.png new file mode 100644 index 00000000..06fd478b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/villager/profession/farmer.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/villager/profession/farmer.png.mcmeta b/1.14.4/assets/minecraft/textures/entity/villager/profession/farmer.png.mcmeta new file mode 100644 index 00000000..f24387e7 --- /dev/null +++ b/1.14.4/assets/minecraft/textures/entity/villager/profession/farmer.png.mcmeta @@ -0,0 +1,5 @@ +{ + "villager": { + "hat": "full" + } +} diff --git a/1.14.4/assets/minecraft/textures/entity/villager/profession/fisherman.png b/1.14.4/assets/minecraft/textures/entity/villager/profession/fisherman.png new file mode 100644 index 00000000..c6b6083c Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/villager/profession/fisherman.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/villager/profession/fisherman.png.mcmeta b/1.14.4/assets/minecraft/textures/entity/villager/profession/fisherman.png.mcmeta new file mode 100644 index 00000000..f24387e7 --- /dev/null +++ b/1.14.4/assets/minecraft/textures/entity/villager/profession/fisherman.png.mcmeta @@ -0,0 +1,5 @@ +{ + "villager": { + "hat": "full" + } +} diff --git a/1.14.4/assets/minecraft/textures/entity/villager/profession/fletcher.png b/1.14.4/assets/minecraft/textures/entity/villager/profession/fletcher.png new file mode 100644 index 00000000..9b817cf1 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/villager/profession/fletcher.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/villager/profession/fletcher.png.mcmeta b/1.14.4/assets/minecraft/textures/entity/villager/profession/fletcher.png.mcmeta new file mode 100644 index 00000000..f24387e7 --- /dev/null +++ b/1.14.4/assets/minecraft/textures/entity/villager/profession/fletcher.png.mcmeta @@ -0,0 +1,5 @@ +{ + "villager": { + "hat": "full" + } +} diff --git a/1.14.4/assets/minecraft/textures/entity/villager/profession/leatherworker.png b/1.14.4/assets/minecraft/textures/entity/villager/profession/leatherworker.png new file mode 100644 index 00000000..2dd8d23c Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/villager/profession/leatherworker.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/villager/profession/librarian.png b/1.14.4/assets/minecraft/textures/entity/villager/profession/librarian.png new file mode 100644 index 00000000..58db1a89 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/villager/profession/librarian.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/villager/profession/librarian.png.mcmeta b/1.14.4/assets/minecraft/textures/entity/villager/profession/librarian.png.mcmeta new file mode 100644 index 00000000..f24387e7 --- /dev/null +++ b/1.14.4/assets/minecraft/textures/entity/villager/profession/librarian.png.mcmeta @@ -0,0 +1,5 @@ +{ + "villager": { + "hat": "full" + } +} diff --git a/1.14.4/assets/minecraft/textures/entity/villager/profession/mason.png b/1.14.4/assets/minecraft/textures/entity/villager/profession/mason.png new file mode 100644 index 00000000..fd32ff87 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/villager/profession/mason.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/villager/profession/nitwit.png b/1.14.4/assets/minecraft/textures/entity/villager/profession/nitwit.png new file mode 100644 index 00000000..d79903d7 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/villager/profession/nitwit.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/villager/profession/shepherd.png b/1.14.4/assets/minecraft/textures/entity/villager/profession/shepherd.png new file mode 100644 index 00000000..9de19941 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/villager/profession/shepherd.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/villager/profession/shepherd.png.mcmeta b/1.14.4/assets/minecraft/textures/entity/villager/profession/shepherd.png.mcmeta new file mode 100644 index 00000000..f24387e7 --- /dev/null +++ b/1.14.4/assets/minecraft/textures/entity/villager/profession/shepherd.png.mcmeta @@ -0,0 +1,5 @@ +{ + "villager": { + "hat": "full" + } +} diff --git a/1.14.4/assets/minecraft/textures/entity/villager/profession/toolsmith.png b/1.14.4/assets/minecraft/textures/entity/villager/profession/toolsmith.png new file mode 100644 index 00000000..92f641ec Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/villager/profession/toolsmith.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/villager/profession/weaponsmith.png b/1.14.4/assets/minecraft/textures/entity/villager/profession/weaponsmith.png new file mode 100644 index 00000000..fa42ed4b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/villager/profession/weaponsmith.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/villager/profession_level/diamond.png b/1.14.4/assets/minecraft/textures/entity/villager/profession_level/diamond.png new file mode 100644 index 00000000..d0e36764 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/villager/profession_level/diamond.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/villager/profession_level/emerald.png b/1.14.4/assets/minecraft/textures/entity/villager/profession_level/emerald.png new file mode 100644 index 00000000..a57eddf9 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/villager/profession_level/emerald.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/villager/profession_level/gold.png b/1.14.4/assets/minecraft/textures/entity/villager/profession_level/gold.png new file mode 100644 index 00000000..60c4789f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/villager/profession_level/gold.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/villager/profession_level/iron.png b/1.14.4/assets/minecraft/textures/entity/villager/profession_level/iron.png new file mode 100644 index 00000000..94cd4147 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/villager/profession_level/iron.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/villager/profession_level/stone.png b/1.14.4/assets/minecraft/textures/entity/villager/profession_level/stone.png new file mode 100644 index 00000000..0daf8bb9 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/villager/profession_level/stone.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/villager/type/desert.png b/1.14.4/assets/minecraft/textures/entity/villager/type/desert.png new file mode 100644 index 00000000..919bb6c2 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/villager/type/desert.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/villager/type/desert.png.mcmeta b/1.14.4/assets/minecraft/textures/entity/villager/type/desert.png.mcmeta new file mode 100644 index 00000000..f24387e7 --- /dev/null +++ b/1.14.4/assets/minecraft/textures/entity/villager/type/desert.png.mcmeta @@ -0,0 +1,5 @@ +{ + "villager": { + "hat": "full" + } +} diff --git a/1.14.4/assets/minecraft/textures/entity/villager/type/jungle.png b/1.14.4/assets/minecraft/textures/entity/villager/type/jungle.png new file mode 100644 index 00000000..65999ada Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/villager/type/jungle.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/villager/type/plains.png b/1.14.4/assets/minecraft/textures/entity/villager/type/plains.png new file mode 100644 index 00000000..67a75827 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/villager/type/plains.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/villager/type/savanna.png b/1.14.4/assets/minecraft/textures/entity/villager/type/savanna.png new file mode 100644 index 00000000..bd8e3832 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/villager/type/savanna.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/villager/type/snow.png b/1.14.4/assets/minecraft/textures/entity/villager/type/snow.png new file mode 100644 index 00000000..1426f0ef Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/villager/type/snow.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/villager/type/snow.png.mcmeta b/1.14.4/assets/minecraft/textures/entity/villager/type/snow.png.mcmeta new file mode 100644 index 00000000..f24387e7 --- /dev/null +++ b/1.14.4/assets/minecraft/textures/entity/villager/type/snow.png.mcmeta @@ -0,0 +1,5 @@ +{ + "villager": { + "hat": "full" + } +} diff --git a/1.14.4/assets/minecraft/textures/entity/villager/type/swamp.png b/1.14.4/assets/minecraft/textures/entity/villager/type/swamp.png new file mode 100644 index 00000000..f4a6acf2 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/villager/type/swamp.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/villager/type/taiga.png b/1.14.4/assets/minecraft/textures/entity/villager/type/taiga.png new file mode 100644 index 00000000..310857df Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/villager/type/taiga.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/villager/villager.png b/1.14.4/assets/minecraft/textures/entity/villager/villager.png new file mode 100644 index 00000000..0cddb3d0 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/villager/villager.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/wandering_trader.png b/1.14.4/assets/minecraft/textures/entity/wandering_trader.png new file mode 100644 index 00000000..522b2f53 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/wandering_trader.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/witch.png b/1.14.4/assets/minecraft/textures/entity/witch.png new file mode 100644 index 00000000..d253cf0a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/witch.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/wither/wither.png b/1.14.4/assets/minecraft/textures/entity/wither/wither.png new file mode 100644 index 00000000..2c9782b5 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/wither/wither.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/wither/wither_armor.png b/1.14.4/assets/minecraft/textures/entity/wither/wither_armor.png new file mode 100644 index 00000000..9968bf53 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/wither/wither_armor.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/wither/wither_invulnerable.png b/1.14.4/assets/minecraft/textures/entity/wither/wither_invulnerable.png new file mode 100644 index 00000000..f69e543f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/wither/wither_invulnerable.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/wolf/wolf.png b/1.14.4/assets/minecraft/textures/entity/wolf/wolf.png new file mode 100644 index 00000000..85c73d31 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/wolf/wolf.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/wolf/wolf_angry.png b/1.14.4/assets/minecraft/textures/entity/wolf/wolf_angry.png new file mode 100644 index 00000000..72581a04 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/wolf/wolf_angry.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/wolf/wolf_collar.png b/1.14.4/assets/minecraft/textures/entity/wolf/wolf_collar.png new file mode 100644 index 00000000..c1255967 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/wolf/wolf_collar.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/wolf/wolf_tame.png b/1.14.4/assets/minecraft/textures/entity/wolf/wolf_tame.png new file mode 100644 index 00000000..6c71b067 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/wolf/wolf_tame.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/zombie/drowned.png b/1.14.4/assets/minecraft/textures/entity/zombie/drowned.png new file mode 100644 index 00000000..f7fff3f8 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/zombie/drowned.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/zombie/drowned_outer_layer.png b/1.14.4/assets/minecraft/textures/entity/zombie/drowned_outer_layer.png new file mode 100644 index 00000000..d124f2e6 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/zombie/drowned_outer_layer.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/zombie/husk.png b/1.14.4/assets/minecraft/textures/entity/zombie/husk.png new file mode 100644 index 00000000..91ad399e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/zombie/husk.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/zombie/zombie.png b/1.14.4/assets/minecraft/textures/entity/zombie/zombie.png new file mode 100644 index 00000000..86379b0c Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/zombie/zombie.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/zombie/zombie_villager.png b/1.14.4/assets/minecraft/textures/entity/zombie/zombie_villager.png new file mode 100644 index 00000000..0ee45f48 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/zombie/zombie_villager.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/zombie_pigman.png b/1.14.4/assets/minecraft/textures/entity/zombie_pigman.png new file mode 100644 index 00000000..2d2615a6 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/zombie_pigman.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession/armorer.png b/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession/armorer.png new file mode 100644 index 00000000..78d5b9ab Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession/armorer.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession/butcher.png b/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession/butcher.png new file mode 100644 index 00000000..d23c28ce Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession/butcher.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession/butcher.png.mcmeta b/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession/butcher.png.mcmeta new file mode 100644 index 00000000..8ed5d61a --- /dev/null +++ b/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession/butcher.png.mcmeta @@ -0,0 +1,5 @@ +{ + "villager": { + "hat": "partial" + } +} diff --git a/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession/cartographer.png b/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession/cartographer.png new file mode 100644 index 00000000..c349ba91 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession/cartographer.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession/cleric.png b/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession/cleric.png new file mode 100644 index 00000000..cbe16300 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession/cleric.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession/farmer.png b/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession/farmer.png new file mode 100644 index 00000000..06fd478b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession/farmer.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession/farmer.png.mcmeta b/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession/farmer.png.mcmeta new file mode 100644 index 00000000..f24387e7 --- /dev/null +++ b/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession/farmer.png.mcmeta @@ -0,0 +1,5 @@ +{ + "villager": { + "hat": "full" + } +} diff --git a/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession/fisherman.png b/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession/fisherman.png new file mode 100644 index 00000000..c6b6083c Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession/fisherman.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession/fisherman.png.mcmeta b/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession/fisherman.png.mcmeta new file mode 100644 index 00000000..f24387e7 --- /dev/null +++ b/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession/fisherman.png.mcmeta @@ -0,0 +1,5 @@ +{ + "villager": { + "hat": "full" + } +} diff --git a/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession/fletcher.png b/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession/fletcher.png new file mode 100644 index 00000000..9b817cf1 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession/fletcher.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession/fletcher.png.mcmeta b/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession/fletcher.png.mcmeta new file mode 100644 index 00000000..f24387e7 --- /dev/null +++ b/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession/fletcher.png.mcmeta @@ -0,0 +1,5 @@ +{ + "villager": { + "hat": "full" + } +} diff --git a/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession/leatherworker.png b/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession/leatherworker.png new file mode 100644 index 00000000..2dd8d23c Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession/leatherworker.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession/librarian.png b/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession/librarian.png new file mode 100644 index 00000000..58db1a89 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession/librarian.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession/librarian.png.mcmeta b/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession/librarian.png.mcmeta new file mode 100644 index 00000000..f24387e7 --- /dev/null +++ b/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession/librarian.png.mcmeta @@ -0,0 +1,5 @@ +{ + "villager": { + "hat": "full" + } +} diff --git a/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession/mason.png b/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession/mason.png new file mode 100644 index 00000000..fd32ff87 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession/mason.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession/nitwit.png b/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession/nitwit.png new file mode 100644 index 00000000..8593c435 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession/nitwit.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession/shepherd.png b/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession/shepherd.png new file mode 100644 index 00000000..9de19941 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession/shepherd.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession/shepherd.png.mcmeta b/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession/shepherd.png.mcmeta new file mode 100644 index 00000000..f24387e7 --- /dev/null +++ b/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession/shepherd.png.mcmeta @@ -0,0 +1,5 @@ +{ + "villager": { + "hat": "full" + } +} diff --git a/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession/toolsmith.png b/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession/toolsmith.png new file mode 100644 index 00000000..92f641ec Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession/toolsmith.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession/weaponsmith.png b/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession/weaponsmith.png new file mode 100644 index 00000000..fa42ed4b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession/weaponsmith.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession_level/diamond.png b/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession_level/diamond.png new file mode 100644 index 00000000..d0e36764 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession_level/diamond.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession_level/emerald.png b/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession_level/emerald.png new file mode 100644 index 00000000..a57eddf9 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession_level/emerald.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession_level/gold.png b/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession_level/gold.png new file mode 100644 index 00000000..60c4789f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession_level/gold.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession_level/iron.png b/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession_level/iron.png new file mode 100644 index 00000000..94cd4147 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession_level/iron.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession_level/stone.png b/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession_level/stone.png new file mode 100644 index 00000000..0daf8bb9 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/zombie_villager/profession_level/stone.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/zombie_villager/type/desert.png b/1.14.4/assets/minecraft/textures/entity/zombie_villager/type/desert.png new file mode 100644 index 00000000..97170011 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/zombie_villager/type/desert.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/zombie_villager/type/jungle.png b/1.14.4/assets/minecraft/textures/entity/zombie_villager/type/jungle.png new file mode 100644 index 00000000..1ed7a1e9 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/zombie_villager/type/jungle.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/zombie_villager/type/plains.png b/1.14.4/assets/minecraft/textures/entity/zombie_villager/type/plains.png new file mode 100644 index 00000000..4678060f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/zombie_villager/type/plains.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/zombie_villager/type/savanna.png b/1.14.4/assets/minecraft/textures/entity/zombie_villager/type/savanna.png new file mode 100644 index 00000000..c3f1c6a9 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/zombie_villager/type/savanna.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/zombie_villager/type/snow.png b/1.14.4/assets/minecraft/textures/entity/zombie_villager/type/snow.png new file mode 100644 index 00000000..3d8d655c Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/zombie_villager/type/snow.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/zombie_villager/type/swamp.png b/1.14.4/assets/minecraft/textures/entity/zombie_villager/type/swamp.png new file mode 100644 index 00000000..56093400 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/zombie_villager/type/swamp.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/zombie_villager/type/taiga.png b/1.14.4/assets/minecraft/textures/entity/zombie_villager/type/taiga.png new file mode 100644 index 00000000..b39e46c2 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/zombie_villager/type/taiga.png differ diff --git a/1.14.4/assets/minecraft/textures/entity/zombie_villager/zombie_villager.png b/1.14.4/assets/minecraft/textures/entity/zombie_villager/zombie_villager.png new file mode 100644 index 00000000..b165d64a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/entity/zombie_villager/zombie_villager.png differ diff --git a/1.14.4/assets/minecraft/textures/environment/clouds.png b/1.14.4/assets/minecraft/textures/environment/clouds.png new file mode 100644 index 00000000..146d9c50 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/environment/clouds.png differ diff --git a/1.14.4/assets/minecraft/textures/environment/end_sky.png b/1.14.4/assets/minecraft/textures/environment/end_sky.png new file mode 100644 index 00000000..9b69e1e1 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/environment/end_sky.png differ diff --git a/1.14.4/assets/minecraft/textures/environment/moon_phases.png b/1.14.4/assets/minecraft/textures/environment/moon_phases.png new file mode 100644 index 00000000..82d7c4b4 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/environment/moon_phases.png differ diff --git a/1.14.4/assets/minecraft/textures/environment/rain.png b/1.14.4/assets/minecraft/textures/environment/rain.png new file mode 100644 index 00000000..5ae31d26 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/environment/rain.png differ diff --git a/1.14.4/assets/minecraft/textures/environment/snow.png b/1.14.4/assets/minecraft/textures/environment/snow.png new file mode 100644 index 00000000..93544968 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/environment/snow.png differ diff --git a/1.14.4/assets/minecraft/textures/environment/sun.png b/1.14.4/assets/minecraft/textures/environment/sun.png new file mode 100644 index 00000000..9b0559e4 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/environment/sun.png differ diff --git a/1.14.4/assets/minecraft/textures/font/accented.png b/1.14.4/assets/minecraft/textures/font/accented.png new file mode 100644 index 00000000..70c6cc31 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/accented.png differ diff --git a/1.14.4/assets/minecraft/textures/font/ascii.png b/1.14.4/assets/minecraft/textures/font/ascii.png new file mode 100644 index 00000000..5b57f73f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/ascii.png differ diff --git a/1.14.4/assets/minecraft/textures/font/ascii_sga.png b/1.14.4/assets/minecraft/textures/font/ascii_sga.png new file mode 100644 index 00000000..ba326b44 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/ascii_sga.png differ diff --git a/1.14.4/assets/minecraft/textures/font/nonlatin_european.png b/1.14.4/assets/minecraft/textures/font/nonlatin_european.png new file mode 100644 index 00000000..5ad00068 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/nonlatin_european.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_00.png b/1.14.4/assets/minecraft/textures/font/unicode_page_00.png new file mode 100644 index 00000000..0ddd1843 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_00.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_01.png b/1.14.4/assets/minecraft/textures/font/unicode_page_01.png new file mode 100644 index 00000000..a1d7b010 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_01.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_02.png b/1.14.4/assets/minecraft/textures/font/unicode_page_02.png new file mode 100644 index 00000000..b437ceba Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_02.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_03.png b/1.14.4/assets/minecraft/textures/font/unicode_page_03.png new file mode 100644 index 00000000..59fbbab7 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_03.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_04.png b/1.14.4/assets/minecraft/textures/font/unicode_page_04.png new file mode 100644 index 00000000..75a45230 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_04.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_05.png b/1.14.4/assets/minecraft/textures/font/unicode_page_05.png new file mode 100644 index 00000000..32b1c882 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_05.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_06.png b/1.14.4/assets/minecraft/textures/font/unicode_page_06.png new file mode 100644 index 00000000..825e8773 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_06.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_07.png b/1.14.4/assets/minecraft/textures/font/unicode_page_07.png new file mode 100644 index 00000000..865b092e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_07.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_09.png b/1.14.4/assets/minecraft/textures/font/unicode_page_09.png new file mode 100644 index 00000000..d6407e37 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_09.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_0a.png b/1.14.4/assets/minecraft/textures/font/unicode_page_0a.png new file mode 100644 index 00000000..a858b78d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_0a.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_0b.png b/1.14.4/assets/minecraft/textures/font/unicode_page_0b.png new file mode 100644 index 00000000..3dd0aca6 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_0b.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_0c.png b/1.14.4/assets/minecraft/textures/font/unicode_page_0c.png new file mode 100644 index 00000000..2f75930b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_0c.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_0d.png b/1.14.4/assets/minecraft/textures/font/unicode_page_0d.png new file mode 100644 index 00000000..8eff12c6 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_0d.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_0e.png b/1.14.4/assets/minecraft/textures/font/unicode_page_0e.png new file mode 100644 index 00000000..03b8f531 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_0e.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_0f.png b/1.14.4/assets/minecraft/textures/font/unicode_page_0f.png new file mode 100644 index 00000000..b89ee65b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_0f.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_10.png b/1.14.4/assets/minecraft/textures/font/unicode_page_10.png new file mode 100644 index 00000000..b3eb7468 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_10.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_11.png b/1.14.4/assets/minecraft/textures/font/unicode_page_11.png new file mode 100644 index 00000000..85e714ca Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_11.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_12.png b/1.14.4/assets/minecraft/textures/font/unicode_page_12.png new file mode 100644 index 00000000..a6580cd1 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_12.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_13.png b/1.14.4/assets/minecraft/textures/font/unicode_page_13.png new file mode 100644 index 00000000..a847ba77 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_13.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_14.png b/1.14.4/assets/minecraft/textures/font/unicode_page_14.png new file mode 100644 index 00000000..bec88305 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_14.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_15.png b/1.14.4/assets/minecraft/textures/font/unicode_page_15.png new file mode 100644 index 00000000..fb372b21 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_15.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_16.png b/1.14.4/assets/minecraft/textures/font/unicode_page_16.png new file mode 100644 index 00000000..ee6efedb Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_16.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_17.png b/1.14.4/assets/minecraft/textures/font/unicode_page_17.png new file mode 100644 index 00000000..53d48d29 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_17.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_18.png b/1.14.4/assets/minecraft/textures/font/unicode_page_18.png new file mode 100644 index 00000000..10329425 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_18.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_19.png b/1.14.4/assets/minecraft/textures/font/unicode_page_19.png new file mode 100644 index 00000000..28dce5d0 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_19.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_1a.png b/1.14.4/assets/minecraft/textures/font/unicode_page_1a.png new file mode 100644 index 00000000..edf8116e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_1a.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_1b.png b/1.14.4/assets/minecraft/textures/font/unicode_page_1b.png new file mode 100644 index 00000000..3ddb4c61 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_1b.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_1c.png b/1.14.4/assets/minecraft/textures/font/unicode_page_1c.png new file mode 100644 index 00000000..8884fd2d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_1c.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_1d.png b/1.14.4/assets/minecraft/textures/font/unicode_page_1d.png new file mode 100644 index 00000000..ca0b0771 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_1d.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_1e.png b/1.14.4/assets/minecraft/textures/font/unicode_page_1e.png new file mode 100644 index 00000000..9206f327 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_1e.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_1f.png b/1.14.4/assets/minecraft/textures/font/unicode_page_1f.png new file mode 100644 index 00000000..7e286329 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_1f.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_20.png b/1.14.4/assets/minecraft/textures/font/unicode_page_20.png new file mode 100644 index 00000000..986dbbfc Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_20.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_21.png b/1.14.4/assets/minecraft/textures/font/unicode_page_21.png new file mode 100644 index 00000000..b2c5ed4f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_21.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_22.png b/1.14.4/assets/minecraft/textures/font/unicode_page_22.png new file mode 100644 index 00000000..be83259d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_22.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_23.png b/1.14.4/assets/minecraft/textures/font/unicode_page_23.png new file mode 100644 index 00000000..09a9de80 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_23.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_24.png b/1.14.4/assets/minecraft/textures/font/unicode_page_24.png new file mode 100644 index 00000000..17da6400 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_24.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_25.png b/1.14.4/assets/minecraft/textures/font/unicode_page_25.png new file mode 100644 index 00000000..6ac17b63 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_25.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_26.png b/1.14.4/assets/minecraft/textures/font/unicode_page_26.png new file mode 100644 index 00000000..615dfa68 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_26.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_27.png b/1.14.4/assets/minecraft/textures/font/unicode_page_27.png new file mode 100644 index 00000000..bbe69f7e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_27.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_28.png b/1.14.4/assets/minecraft/textures/font/unicode_page_28.png new file mode 100644 index 00000000..7d818ff0 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_28.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_29.png b/1.14.4/assets/minecraft/textures/font/unicode_page_29.png new file mode 100644 index 00000000..0947b659 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_29.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_2a.png b/1.14.4/assets/minecraft/textures/font/unicode_page_2a.png new file mode 100644 index 00000000..75319b54 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_2a.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_2b.png b/1.14.4/assets/minecraft/textures/font/unicode_page_2b.png new file mode 100644 index 00000000..93390c21 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_2b.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_2c.png b/1.14.4/assets/minecraft/textures/font/unicode_page_2c.png new file mode 100644 index 00000000..c4d9cb2f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_2c.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_2d.png b/1.14.4/assets/minecraft/textures/font/unicode_page_2d.png new file mode 100644 index 00000000..5753d021 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_2d.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_2e.png b/1.14.4/assets/minecraft/textures/font/unicode_page_2e.png new file mode 100644 index 00000000..1c0a2229 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_2e.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_2f.png b/1.14.4/assets/minecraft/textures/font/unicode_page_2f.png new file mode 100644 index 00000000..054bc408 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_2f.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_30.png b/1.14.4/assets/minecraft/textures/font/unicode_page_30.png new file mode 100644 index 00000000..ab73978d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_30.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_31.png b/1.14.4/assets/minecraft/textures/font/unicode_page_31.png new file mode 100644 index 00000000..ae293b90 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_31.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_32.png b/1.14.4/assets/minecraft/textures/font/unicode_page_32.png new file mode 100644 index 00000000..229ab5c2 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_32.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_33.png b/1.14.4/assets/minecraft/textures/font/unicode_page_33.png new file mode 100644 index 00000000..6eaac244 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_33.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_34.png b/1.14.4/assets/minecraft/textures/font/unicode_page_34.png new file mode 100644 index 00000000..6309118c Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_34.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_35.png b/1.14.4/assets/minecraft/textures/font/unicode_page_35.png new file mode 100644 index 00000000..a740bdc9 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_35.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_36.png b/1.14.4/assets/minecraft/textures/font/unicode_page_36.png new file mode 100644 index 00000000..5d449c33 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_36.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_37.png b/1.14.4/assets/minecraft/textures/font/unicode_page_37.png new file mode 100644 index 00000000..c4707c62 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_37.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_38.png b/1.14.4/assets/minecraft/textures/font/unicode_page_38.png new file mode 100644 index 00000000..a2d05c81 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_38.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_39.png b/1.14.4/assets/minecraft/textures/font/unicode_page_39.png new file mode 100644 index 00000000..7e02109e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_39.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_3a.png b/1.14.4/assets/minecraft/textures/font/unicode_page_3a.png new file mode 100644 index 00000000..548fa074 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_3a.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_3b.png b/1.14.4/assets/minecraft/textures/font/unicode_page_3b.png new file mode 100644 index 00000000..9da10b10 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_3b.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_3c.png b/1.14.4/assets/minecraft/textures/font/unicode_page_3c.png new file mode 100644 index 00000000..c4bbe7db Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_3c.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_3d.png b/1.14.4/assets/minecraft/textures/font/unicode_page_3d.png new file mode 100644 index 00000000..2df1f963 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_3d.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_3e.png b/1.14.4/assets/minecraft/textures/font/unicode_page_3e.png new file mode 100644 index 00000000..e0c71785 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_3e.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_3f.png b/1.14.4/assets/minecraft/textures/font/unicode_page_3f.png new file mode 100644 index 00000000..81f03b78 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_3f.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_40.png b/1.14.4/assets/minecraft/textures/font/unicode_page_40.png new file mode 100644 index 00000000..c2910f40 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_40.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_41.png b/1.14.4/assets/minecraft/textures/font/unicode_page_41.png new file mode 100644 index 00000000..1e6edfc4 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_41.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_42.png b/1.14.4/assets/minecraft/textures/font/unicode_page_42.png new file mode 100644 index 00000000..feff714c Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_42.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_43.png b/1.14.4/assets/minecraft/textures/font/unicode_page_43.png new file mode 100644 index 00000000..eda28990 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_43.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_44.png b/1.14.4/assets/minecraft/textures/font/unicode_page_44.png new file mode 100644 index 00000000..1373dc84 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_44.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_45.png b/1.14.4/assets/minecraft/textures/font/unicode_page_45.png new file mode 100644 index 00000000..a8d4db36 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_45.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_46.png b/1.14.4/assets/minecraft/textures/font/unicode_page_46.png new file mode 100644 index 00000000..0da96358 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_46.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_47.png b/1.14.4/assets/minecraft/textures/font/unicode_page_47.png new file mode 100644 index 00000000..68eedf42 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_47.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_48.png b/1.14.4/assets/minecraft/textures/font/unicode_page_48.png new file mode 100644 index 00000000..30e2e83a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_48.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_49.png b/1.14.4/assets/minecraft/textures/font/unicode_page_49.png new file mode 100644 index 00000000..046646a6 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_49.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_4a.png b/1.14.4/assets/minecraft/textures/font/unicode_page_4a.png new file mode 100644 index 00000000..f1ffb0e8 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_4a.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_4b.png b/1.14.4/assets/minecraft/textures/font/unicode_page_4b.png new file mode 100644 index 00000000..eaab3e4e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_4b.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_4c.png b/1.14.4/assets/minecraft/textures/font/unicode_page_4c.png new file mode 100644 index 00000000..4e4b7a21 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_4c.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_4d.png b/1.14.4/assets/minecraft/textures/font/unicode_page_4d.png new file mode 100644 index 00000000..d460d70d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_4d.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_4e.png b/1.14.4/assets/minecraft/textures/font/unicode_page_4e.png new file mode 100644 index 00000000..be8546c8 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_4e.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_4f.png b/1.14.4/assets/minecraft/textures/font/unicode_page_4f.png new file mode 100644 index 00000000..cdf58f34 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_4f.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_50.png b/1.14.4/assets/minecraft/textures/font/unicode_page_50.png new file mode 100644 index 00000000..a31aff55 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_50.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_51.png b/1.14.4/assets/minecraft/textures/font/unicode_page_51.png new file mode 100644 index 00000000..72cb5ab0 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_51.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_52.png b/1.14.4/assets/minecraft/textures/font/unicode_page_52.png new file mode 100644 index 00000000..81bbd781 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_52.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_53.png b/1.14.4/assets/minecraft/textures/font/unicode_page_53.png new file mode 100644 index 00000000..238c8307 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_53.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_54.png b/1.14.4/assets/minecraft/textures/font/unicode_page_54.png new file mode 100644 index 00000000..3fd0cd72 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_54.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_55.png b/1.14.4/assets/minecraft/textures/font/unicode_page_55.png new file mode 100644 index 00000000..698ce0d1 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_55.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_56.png b/1.14.4/assets/minecraft/textures/font/unicode_page_56.png new file mode 100644 index 00000000..f0dad795 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_56.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_57.png b/1.14.4/assets/minecraft/textures/font/unicode_page_57.png new file mode 100644 index 00000000..715e1eff Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_57.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_58.png b/1.14.4/assets/minecraft/textures/font/unicode_page_58.png new file mode 100644 index 00000000..beabcc11 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_58.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_59.png b/1.14.4/assets/minecraft/textures/font/unicode_page_59.png new file mode 100644 index 00000000..f6235115 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_59.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_5a.png b/1.14.4/assets/minecraft/textures/font/unicode_page_5a.png new file mode 100644 index 00000000..1e83420b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_5a.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_5b.png b/1.14.4/assets/minecraft/textures/font/unicode_page_5b.png new file mode 100644 index 00000000..852f0743 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_5b.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_5c.png b/1.14.4/assets/minecraft/textures/font/unicode_page_5c.png new file mode 100644 index 00000000..412d2892 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_5c.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_5d.png b/1.14.4/assets/minecraft/textures/font/unicode_page_5d.png new file mode 100644 index 00000000..2c4714ca Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_5d.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_5e.png b/1.14.4/assets/minecraft/textures/font/unicode_page_5e.png new file mode 100644 index 00000000..4eb52672 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_5e.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_5f.png b/1.14.4/assets/minecraft/textures/font/unicode_page_5f.png new file mode 100644 index 00000000..151f8d46 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_5f.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_60.png b/1.14.4/assets/minecraft/textures/font/unicode_page_60.png new file mode 100644 index 00000000..333efc08 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_60.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_61.png b/1.14.4/assets/minecraft/textures/font/unicode_page_61.png new file mode 100644 index 00000000..9c183924 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_61.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_62.png b/1.14.4/assets/minecraft/textures/font/unicode_page_62.png new file mode 100644 index 00000000..9555a9d5 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_62.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_63.png b/1.14.4/assets/minecraft/textures/font/unicode_page_63.png new file mode 100644 index 00000000..4ab408a4 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_63.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_64.png b/1.14.4/assets/minecraft/textures/font/unicode_page_64.png new file mode 100644 index 00000000..ec8e90bc Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_64.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_65.png b/1.14.4/assets/minecraft/textures/font/unicode_page_65.png new file mode 100644 index 00000000..d9da268f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_65.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_66.png b/1.14.4/assets/minecraft/textures/font/unicode_page_66.png new file mode 100644 index 00000000..bf39744d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_66.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_67.png b/1.14.4/assets/minecraft/textures/font/unicode_page_67.png new file mode 100644 index 00000000..c5d51c11 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_67.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_68.png b/1.14.4/assets/minecraft/textures/font/unicode_page_68.png new file mode 100644 index 00000000..321e8ee0 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_68.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_69.png b/1.14.4/assets/minecraft/textures/font/unicode_page_69.png new file mode 100644 index 00000000..1a969acd Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_69.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_6a.png b/1.14.4/assets/minecraft/textures/font/unicode_page_6a.png new file mode 100644 index 00000000..b67475b0 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_6a.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_6b.png b/1.14.4/assets/minecraft/textures/font/unicode_page_6b.png new file mode 100644 index 00000000..82e083a2 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_6b.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_6c.png b/1.14.4/assets/minecraft/textures/font/unicode_page_6c.png new file mode 100644 index 00000000..d2b50af0 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_6c.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_6d.png b/1.14.4/assets/minecraft/textures/font/unicode_page_6d.png new file mode 100644 index 00000000..2e1dfd16 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_6d.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_6e.png b/1.14.4/assets/minecraft/textures/font/unicode_page_6e.png new file mode 100644 index 00000000..495a4c1f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_6e.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_6f.png b/1.14.4/assets/minecraft/textures/font/unicode_page_6f.png new file mode 100644 index 00000000..80e49933 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_6f.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_70.png b/1.14.4/assets/minecraft/textures/font/unicode_page_70.png new file mode 100644 index 00000000..15694bbe Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_70.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_71.png b/1.14.4/assets/minecraft/textures/font/unicode_page_71.png new file mode 100644 index 00000000..ff04b6ac Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_71.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_72.png b/1.14.4/assets/minecraft/textures/font/unicode_page_72.png new file mode 100644 index 00000000..67c64615 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_72.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_73.png b/1.14.4/assets/minecraft/textures/font/unicode_page_73.png new file mode 100644 index 00000000..4bafafaa Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_73.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_74.png b/1.14.4/assets/minecraft/textures/font/unicode_page_74.png new file mode 100644 index 00000000..ec0f591a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_74.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_75.png b/1.14.4/assets/minecraft/textures/font/unicode_page_75.png new file mode 100644 index 00000000..00e2c71b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_75.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_76.png b/1.14.4/assets/minecraft/textures/font/unicode_page_76.png new file mode 100644 index 00000000..e76fbee3 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_76.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_77.png b/1.14.4/assets/minecraft/textures/font/unicode_page_77.png new file mode 100644 index 00000000..08a22ff8 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_77.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_78.png b/1.14.4/assets/minecraft/textures/font/unicode_page_78.png new file mode 100644 index 00000000..d6e34184 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_78.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_79.png b/1.14.4/assets/minecraft/textures/font/unicode_page_79.png new file mode 100644 index 00000000..b11efa83 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_79.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_7a.png b/1.14.4/assets/minecraft/textures/font/unicode_page_7a.png new file mode 100644 index 00000000..f3ff655c Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_7a.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_7b.png b/1.14.4/assets/minecraft/textures/font/unicode_page_7b.png new file mode 100644 index 00000000..6b3038cb Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_7b.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_7c.png b/1.14.4/assets/minecraft/textures/font/unicode_page_7c.png new file mode 100644 index 00000000..3ffe7a71 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_7c.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_7d.png b/1.14.4/assets/minecraft/textures/font/unicode_page_7d.png new file mode 100644 index 00000000..700ab759 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_7d.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_7e.png b/1.14.4/assets/minecraft/textures/font/unicode_page_7e.png new file mode 100644 index 00000000..34c8c54c Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_7e.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_7f.png b/1.14.4/assets/minecraft/textures/font/unicode_page_7f.png new file mode 100644 index 00000000..ad3b0708 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_7f.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_80.png b/1.14.4/assets/minecraft/textures/font/unicode_page_80.png new file mode 100644 index 00000000..f9a954c2 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_80.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_81.png b/1.14.4/assets/minecraft/textures/font/unicode_page_81.png new file mode 100644 index 00000000..97d56672 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_81.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_82.png b/1.14.4/assets/minecraft/textures/font/unicode_page_82.png new file mode 100644 index 00000000..5acf8aaa Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_82.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_83.png b/1.14.4/assets/minecraft/textures/font/unicode_page_83.png new file mode 100644 index 00000000..b1a29e44 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_83.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_84.png b/1.14.4/assets/minecraft/textures/font/unicode_page_84.png new file mode 100644 index 00000000..9dd7e51c Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_84.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_85.png b/1.14.4/assets/minecraft/textures/font/unicode_page_85.png new file mode 100644 index 00000000..6f72b8bf Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_85.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_86.png b/1.14.4/assets/minecraft/textures/font/unicode_page_86.png new file mode 100644 index 00000000..91d82f37 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_86.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_87.png b/1.14.4/assets/minecraft/textures/font/unicode_page_87.png new file mode 100644 index 00000000..002bbc63 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_87.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_88.png b/1.14.4/assets/minecraft/textures/font/unicode_page_88.png new file mode 100644 index 00000000..2388727e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_88.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_89.png b/1.14.4/assets/minecraft/textures/font/unicode_page_89.png new file mode 100644 index 00000000..e35974af Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_89.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_8a.png b/1.14.4/assets/minecraft/textures/font/unicode_page_8a.png new file mode 100644 index 00000000..008a185f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_8a.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_8b.png b/1.14.4/assets/minecraft/textures/font/unicode_page_8b.png new file mode 100644 index 00000000..360f9c6e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_8b.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_8c.png b/1.14.4/assets/minecraft/textures/font/unicode_page_8c.png new file mode 100644 index 00000000..12b78b51 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_8c.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_8d.png b/1.14.4/assets/minecraft/textures/font/unicode_page_8d.png new file mode 100644 index 00000000..10de16c3 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_8d.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_8e.png b/1.14.4/assets/minecraft/textures/font/unicode_page_8e.png new file mode 100644 index 00000000..8e4f17cc Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_8e.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_8f.png b/1.14.4/assets/minecraft/textures/font/unicode_page_8f.png new file mode 100644 index 00000000..6e4c9414 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_8f.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_90.png b/1.14.4/assets/minecraft/textures/font/unicode_page_90.png new file mode 100644 index 00000000..a95436c2 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_90.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_91.png b/1.14.4/assets/minecraft/textures/font/unicode_page_91.png new file mode 100644 index 00000000..d7bad075 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_91.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_92.png b/1.14.4/assets/minecraft/textures/font/unicode_page_92.png new file mode 100644 index 00000000..3676d3f6 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_92.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_93.png b/1.14.4/assets/minecraft/textures/font/unicode_page_93.png new file mode 100644 index 00000000..d59c7d2c Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_93.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_94.png b/1.14.4/assets/minecraft/textures/font/unicode_page_94.png new file mode 100644 index 00000000..8f381404 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_94.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_95.png b/1.14.4/assets/minecraft/textures/font/unicode_page_95.png new file mode 100644 index 00000000..13cf8c7a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_95.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_96.png b/1.14.4/assets/minecraft/textures/font/unicode_page_96.png new file mode 100644 index 00000000..6a7838cc Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_96.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_97.png b/1.14.4/assets/minecraft/textures/font/unicode_page_97.png new file mode 100644 index 00000000..081c1afd Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_97.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_98.png b/1.14.4/assets/minecraft/textures/font/unicode_page_98.png new file mode 100644 index 00000000..2bdcbf9b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_98.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_99.png b/1.14.4/assets/minecraft/textures/font/unicode_page_99.png new file mode 100644 index 00000000..5789f19a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_99.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_9a.png b/1.14.4/assets/minecraft/textures/font/unicode_page_9a.png new file mode 100644 index 00000000..8aacdc6f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_9a.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_9b.png b/1.14.4/assets/minecraft/textures/font/unicode_page_9b.png new file mode 100644 index 00000000..34a54bdd Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_9b.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_9c.png b/1.14.4/assets/minecraft/textures/font/unicode_page_9c.png new file mode 100644 index 00000000..57e4a71f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_9c.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_9d.png b/1.14.4/assets/minecraft/textures/font/unicode_page_9d.png new file mode 100644 index 00000000..0a079be1 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_9d.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_9e.png b/1.14.4/assets/minecraft/textures/font/unicode_page_9e.png new file mode 100644 index 00000000..80ce2b35 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_9e.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_9f.png b/1.14.4/assets/minecraft/textures/font/unicode_page_9f.png new file mode 100644 index 00000000..a6100ae1 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_9f.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_a0.png b/1.14.4/assets/minecraft/textures/font/unicode_page_a0.png new file mode 100644 index 00000000..70c2b209 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_a0.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_a1.png b/1.14.4/assets/minecraft/textures/font/unicode_page_a1.png new file mode 100644 index 00000000..b6507596 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_a1.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_a2.png b/1.14.4/assets/minecraft/textures/font/unicode_page_a2.png new file mode 100644 index 00000000..44b5a8d7 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_a2.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_a3.png b/1.14.4/assets/minecraft/textures/font/unicode_page_a3.png new file mode 100644 index 00000000..a6987c7f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_a3.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_a4.png b/1.14.4/assets/minecraft/textures/font/unicode_page_a4.png new file mode 100644 index 00000000..4dce2f28 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_a4.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_a5.png b/1.14.4/assets/minecraft/textures/font/unicode_page_a5.png new file mode 100644 index 00000000..cec113ca Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_a5.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_a6.png b/1.14.4/assets/minecraft/textures/font/unicode_page_a6.png new file mode 100644 index 00000000..d28ad134 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_a6.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_a7.png b/1.14.4/assets/minecraft/textures/font/unicode_page_a7.png new file mode 100644 index 00000000..b41be026 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_a7.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_a8.png b/1.14.4/assets/minecraft/textures/font/unicode_page_a8.png new file mode 100644 index 00000000..8a21e030 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_a8.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_a9.png b/1.14.4/assets/minecraft/textures/font/unicode_page_a9.png new file mode 100644 index 00000000..0970c142 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_a9.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_aa.png b/1.14.4/assets/minecraft/textures/font/unicode_page_aa.png new file mode 100644 index 00000000..81927129 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_aa.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_ab.png b/1.14.4/assets/minecraft/textures/font/unicode_page_ab.png new file mode 100644 index 00000000..b771a716 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_ab.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_ac.png b/1.14.4/assets/minecraft/textures/font/unicode_page_ac.png new file mode 100644 index 00000000..2818b954 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_ac.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_ad.png b/1.14.4/assets/minecraft/textures/font/unicode_page_ad.png new file mode 100644 index 00000000..9d53d257 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_ad.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_ae.png b/1.14.4/assets/minecraft/textures/font/unicode_page_ae.png new file mode 100644 index 00000000..b10a7be8 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_ae.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_af.png b/1.14.4/assets/minecraft/textures/font/unicode_page_af.png new file mode 100644 index 00000000..538e377b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_af.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_b0.png b/1.14.4/assets/minecraft/textures/font/unicode_page_b0.png new file mode 100644 index 00000000..0bac8500 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_b0.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_b1.png b/1.14.4/assets/minecraft/textures/font/unicode_page_b1.png new file mode 100644 index 00000000..0f0f56e5 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_b1.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_b2.png b/1.14.4/assets/minecraft/textures/font/unicode_page_b2.png new file mode 100644 index 00000000..c064012b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_b2.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_b3.png b/1.14.4/assets/minecraft/textures/font/unicode_page_b3.png new file mode 100644 index 00000000..daa46be8 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_b3.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_b4.png b/1.14.4/assets/minecraft/textures/font/unicode_page_b4.png new file mode 100644 index 00000000..9cd89ffa Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_b4.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_b5.png b/1.14.4/assets/minecraft/textures/font/unicode_page_b5.png new file mode 100644 index 00000000..d50990dc Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_b5.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_b6.png b/1.14.4/assets/minecraft/textures/font/unicode_page_b6.png new file mode 100644 index 00000000..7cbdbe5a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_b6.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_b7.png b/1.14.4/assets/minecraft/textures/font/unicode_page_b7.png new file mode 100644 index 00000000..bb825321 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_b7.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_b8.png b/1.14.4/assets/minecraft/textures/font/unicode_page_b8.png new file mode 100644 index 00000000..d5d32ddc Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_b8.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_b9.png b/1.14.4/assets/minecraft/textures/font/unicode_page_b9.png new file mode 100644 index 00000000..acda6e03 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_b9.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_ba.png b/1.14.4/assets/minecraft/textures/font/unicode_page_ba.png new file mode 100644 index 00000000..47d0a75a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_ba.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_bb.png b/1.14.4/assets/minecraft/textures/font/unicode_page_bb.png new file mode 100644 index 00000000..39a4b8f1 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_bb.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_bc.png b/1.14.4/assets/minecraft/textures/font/unicode_page_bc.png new file mode 100644 index 00000000..f9429784 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_bc.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_bd.png b/1.14.4/assets/minecraft/textures/font/unicode_page_bd.png new file mode 100644 index 00000000..783a79b1 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_bd.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_be.png b/1.14.4/assets/minecraft/textures/font/unicode_page_be.png new file mode 100644 index 00000000..2df8f23b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_be.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_bf.png b/1.14.4/assets/minecraft/textures/font/unicode_page_bf.png new file mode 100644 index 00000000..da9f3c68 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_bf.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_c0.png b/1.14.4/assets/minecraft/textures/font/unicode_page_c0.png new file mode 100644 index 00000000..21ee4bec Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_c0.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_c1.png b/1.14.4/assets/minecraft/textures/font/unicode_page_c1.png new file mode 100644 index 00000000..c7cc199a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_c1.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_c2.png b/1.14.4/assets/minecraft/textures/font/unicode_page_c2.png new file mode 100644 index 00000000..5e8dfdb4 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_c2.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_c3.png b/1.14.4/assets/minecraft/textures/font/unicode_page_c3.png new file mode 100644 index 00000000..949ca7c3 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_c3.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_c4.png b/1.14.4/assets/minecraft/textures/font/unicode_page_c4.png new file mode 100644 index 00000000..85580db9 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_c4.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_c5.png b/1.14.4/assets/minecraft/textures/font/unicode_page_c5.png new file mode 100644 index 00000000..656e69f9 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_c5.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_c6.png b/1.14.4/assets/minecraft/textures/font/unicode_page_c6.png new file mode 100644 index 00000000..e9e9e77c Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_c6.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_c7.png b/1.14.4/assets/minecraft/textures/font/unicode_page_c7.png new file mode 100644 index 00000000..7b3971e4 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_c7.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_c8.png b/1.14.4/assets/minecraft/textures/font/unicode_page_c8.png new file mode 100644 index 00000000..5b02f56a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_c8.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_c9.png b/1.14.4/assets/minecraft/textures/font/unicode_page_c9.png new file mode 100644 index 00000000..f162dc45 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_c9.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_ca.png b/1.14.4/assets/minecraft/textures/font/unicode_page_ca.png new file mode 100644 index 00000000..bb52b26a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_ca.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_cb.png b/1.14.4/assets/minecraft/textures/font/unicode_page_cb.png new file mode 100644 index 00000000..bc38e37a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_cb.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_cc.png b/1.14.4/assets/minecraft/textures/font/unicode_page_cc.png new file mode 100644 index 00000000..4c82ee76 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_cc.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_cd.png b/1.14.4/assets/minecraft/textures/font/unicode_page_cd.png new file mode 100644 index 00000000..806205f7 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_cd.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_ce.png b/1.14.4/assets/minecraft/textures/font/unicode_page_ce.png new file mode 100644 index 00000000..ef0a4a78 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_ce.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_cf.png b/1.14.4/assets/minecraft/textures/font/unicode_page_cf.png new file mode 100644 index 00000000..22499858 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_cf.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_d0.png b/1.14.4/assets/minecraft/textures/font/unicode_page_d0.png new file mode 100644 index 00000000..4438d1d3 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_d0.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_d1.png b/1.14.4/assets/minecraft/textures/font/unicode_page_d1.png new file mode 100644 index 00000000..cb6afe8e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_d1.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_d2.png b/1.14.4/assets/minecraft/textures/font/unicode_page_d2.png new file mode 100644 index 00000000..62ae8252 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_d2.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_d3.png b/1.14.4/assets/minecraft/textures/font/unicode_page_d3.png new file mode 100644 index 00000000..a3d59892 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_d3.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_d4.png b/1.14.4/assets/minecraft/textures/font/unicode_page_d4.png new file mode 100644 index 00000000..893b3561 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_d4.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_d5.png b/1.14.4/assets/minecraft/textures/font/unicode_page_d5.png new file mode 100644 index 00000000..4f7774d9 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_d5.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_d6.png b/1.14.4/assets/minecraft/textures/font/unicode_page_d6.png new file mode 100644 index 00000000..f72847fb Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_d6.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_d7.png b/1.14.4/assets/minecraft/textures/font/unicode_page_d7.png new file mode 100644 index 00000000..845a04b7 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_d7.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_f9.png b/1.14.4/assets/minecraft/textures/font/unicode_page_f9.png new file mode 100644 index 00000000..02c37fdc Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_f9.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_fa.png b/1.14.4/assets/minecraft/textures/font/unicode_page_fa.png new file mode 100644 index 00000000..fda45608 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_fa.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_fb.png b/1.14.4/assets/minecraft/textures/font/unicode_page_fb.png new file mode 100644 index 00000000..c900e2ab Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_fb.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_fc.png b/1.14.4/assets/minecraft/textures/font/unicode_page_fc.png new file mode 100644 index 00000000..49d460c1 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_fc.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_fd.png b/1.14.4/assets/minecraft/textures/font/unicode_page_fd.png new file mode 100644 index 00000000..ea8e3e0f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_fd.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_fe.png b/1.14.4/assets/minecraft/textures/font/unicode_page_fe.png new file mode 100644 index 00000000..cacee8a5 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_fe.png differ diff --git a/1.14.4/assets/minecraft/textures/font/unicode_page_ff.png b/1.14.4/assets/minecraft/textures/font/unicode_page_ff.png new file mode 100644 index 00000000..c14110d1 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/font/unicode_page_ff.png differ diff --git a/1.14.4/assets/minecraft/textures/gui/accessibility.png b/1.14.4/assets/minecraft/textures/gui/accessibility.png new file mode 100644 index 00000000..e548eaa2 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/gui/accessibility.png differ diff --git a/1.14.4/assets/minecraft/textures/gui/advancements/backgrounds/adventure.png b/1.14.4/assets/minecraft/textures/gui/advancements/backgrounds/adventure.png new file mode 100644 index 00000000..91cec2a7 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/gui/advancements/backgrounds/adventure.png differ diff --git a/1.14.4/assets/minecraft/textures/gui/advancements/backgrounds/end.png b/1.14.4/assets/minecraft/textures/gui/advancements/backgrounds/end.png new file mode 100644 index 00000000..6d747c02 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/gui/advancements/backgrounds/end.png differ diff --git a/1.14.4/assets/minecraft/textures/gui/advancements/backgrounds/husbandry.png b/1.14.4/assets/minecraft/textures/gui/advancements/backgrounds/husbandry.png new file mode 100644 index 00000000..b73ffc08 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/gui/advancements/backgrounds/husbandry.png differ diff --git a/1.14.4/assets/minecraft/textures/gui/advancements/backgrounds/nether.png b/1.14.4/assets/minecraft/textures/gui/advancements/backgrounds/nether.png new file mode 100644 index 00000000..50b56218 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/gui/advancements/backgrounds/nether.png differ diff --git a/1.14.4/assets/minecraft/textures/gui/advancements/backgrounds/stone.png b/1.14.4/assets/minecraft/textures/gui/advancements/backgrounds/stone.png new file mode 100644 index 00000000..2665baef Binary files /dev/null and b/1.14.4/assets/minecraft/textures/gui/advancements/backgrounds/stone.png differ diff --git a/1.14.4/assets/minecraft/textures/gui/advancements/tabs.png b/1.14.4/assets/minecraft/textures/gui/advancements/tabs.png new file mode 100644 index 00000000..3dbc77ff Binary files /dev/null and b/1.14.4/assets/minecraft/textures/gui/advancements/tabs.png differ diff --git a/1.14.4/assets/minecraft/textures/gui/advancements/widgets.png b/1.14.4/assets/minecraft/textures/gui/advancements/widgets.png new file mode 100644 index 00000000..83db82af Binary files /dev/null and b/1.14.4/assets/minecraft/textures/gui/advancements/widgets.png differ diff --git a/1.14.4/assets/minecraft/textures/gui/advancements/window.png b/1.14.4/assets/minecraft/textures/gui/advancements/window.png new file mode 100644 index 00000000..a6f459ff Binary files /dev/null and b/1.14.4/assets/minecraft/textures/gui/advancements/window.png differ diff --git a/1.14.4/assets/minecraft/textures/gui/bars.png b/1.14.4/assets/minecraft/textures/gui/bars.png new file mode 100644 index 00000000..a0562d20 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/gui/bars.png differ diff --git a/1.14.4/assets/minecraft/textures/gui/book.png b/1.14.4/assets/minecraft/textures/gui/book.png new file mode 100644 index 00000000..aa97cebd Binary files /dev/null and b/1.14.4/assets/minecraft/textures/gui/book.png differ diff --git a/1.14.4/assets/minecraft/textures/gui/checkbox.png b/1.14.4/assets/minecraft/textures/gui/checkbox.png new file mode 100644 index 00000000..e52ae82f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/gui/checkbox.png differ diff --git a/1.14.4/assets/minecraft/textures/gui/container/anvil.png b/1.14.4/assets/minecraft/textures/gui/container/anvil.png new file mode 100644 index 00000000..7b7ab672 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/gui/container/anvil.png differ diff --git a/1.14.4/assets/minecraft/textures/gui/container/beacon.png b/1.14.4/assets/minecraft/textures/gui/container/beacon.png new file mode 100644 index 00000000..8bd02333 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/gui/container/beacon.png differ diff --git a/1.14.4/assets/minecraft/textures/gui/container/blast_furnace.png b/1.14.4/assets/minecraft/textures/gui/container/blast_furnace.png new file mode 100644 index 00000000..452ad342 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/gui/container/blast_furnace.png differ diff --git a/1.14.4/assets/minecraft/textures/gui/container/brewing_stand.png b/1.14.4/assets/minecraft/textures/gui/container/brewing_stand.png new file mode 100644 index 00000000..56b72ce9 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/gui/container/brewing_stand.png differ diff --git a/1.14.4/assets/minecraft/textures/gui/container/cartography_table.png b/1.14.4/assets/minecraft/textures/gui/container/cartography_table.png new file mode 100644 index 00000000..a5c052d9 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/gui/container/cartography_table.png differ diff --git a/1.14.4/assets/minecraft/textures/gui/container/crafting_table.png b/1.14.4/assets/minecraft/textures/gui/container/crafting_table.png new file mode 100644 index 00000000..38c05c03 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/gui/container/crafting_table.png differ diff --git a/1.14.4/assets/minecraft/textures/gui/container/creative_inventory/tab_inventory.png b/1.14.4/assets/minecraft/textures/gui/container/creative_inventory/tab_inventory.png new file mode 100644 index 00000000..f328206c Binary files /dev/null and b/1.14.4/assets/minecraft/textures/gui/container/creative_inventory/tab_inventory.png differ diff --git a/1.14.4/assets/minecraft/textures/gui/container/creative_inventory/tab_item_search.png b/1.14.4/assets/minecraft/textures/gui/container/creative_inventory/tab_item_search.png new file mode 100644 index 00000000..be178b74 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/gui/container/creative_inventory/tab_item_search.png differ diff --git a/1.14.4/assets/minecraft/textures/gui/container/creative_inventory/tab_items.png b/1.14.4/assets/minecraft/textures/gui/container/creative_inventory/tab_items.png new file mode 100644 index 00000000..2b6fbb9c Binary files /dev/null and b/1.14.4/assets/minecraft/textures/gui/container/creative_inventory/tab_items.png differ diff --git a/1.14.4/assets/minecraft/textures/gui/container/creative_inventory/tabs.png b/1.14.4/assets/minecraft/textures/gui/container/creative_inventory/tabs.png new file mode 100644 index 00000000..3f520235 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/gui/container/creative_inventory/tabs.png differ diff --git a/1.14.4/assets/minecraft/textures/gui/container/dispenser.png b/1.14.4/assets/minecraft/textures/gui/container/dispenser.png new file mode 100644 index 00000000..f840ee74 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/gui/container/dispenser.png differ diff --git a/1.14.4/assets/minecraft/textures/gui/container/enchanting_table.png b/1.14.4/assets/minecraft/textures/gui/container/enchanting_table.png new file mode 100644 index 00000000..15583fbf Binary files /dev/null and b/1.14.4/assets/minecraft/textures/gui/container/enchanting_table.png differ diff --git a/1.14.4/assets/minecraft/textures/gui/container/furnace.png b/1.14.4/assets/minecraft/textures/gui/container/furnace.png new file mode 100644 index 00000000..f40de39d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/gui/container/furnace.png differ diff --git a/1.14.4/assets/minecraft/textures/gui/container/generic_54.png b/1.14.4/assets/minecraft/textures/gui/container/generic_54.png new file mode 100644 index 00000000..9169433f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/gui/container/generic_54.png differ diff --git a/1.14.4/assets/minecraft/textures/gui/container/grindstone.png b/1.14.4/assets/minecraft/textures/gui/container/grindstone.png new file mode 100644 index 00000000..e420e05b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/gui/container/grindstone.png differ diff --git a/1.14.4/assets/minecraft/textures/gui/container/hopper.png b/1.14.4/assets/minecraft/textures/gui/container/hopper.png new file mode 100644 index 00000000..56f4b894 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/gui/container/hopper.png differ diff --git a/1.14.4/assets/minecraft/textures/gui/container/horse.png b/1.14.4/assets/minecraft/textures/gui/container/horse.png new file mode 100644 index 00000000..9e80a25a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/gui/container/horse.png differ diff --git a/1.14.4/assets/minecraft/textures/gui/container/inventory.png b/1.14.4/assets/minecraft/textures/gui/container/inventory.png new file mode 100644 index 00000000..79430fb3 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/gui/container/inventory.png differ diff --git a/1.14.4/assets/minecraft/textures/gui/container/loom.png b/1.14.4/assets/minecraft/textures/gui/container/loom.png new file mode 100644 index 00000000..cdeff581 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/gui/container/loom.png differ diff --git a/1.14.4/assets/minecraft/textures/gui/container/shulker_box.png b/1.14.4/assets/minecraft/textures/gui/container/shulker_box.png new file mode 100644 index 00000000..40cbb46d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/gui/container/shulker_box.png differ diff --git a/1.14.4/assets/minecraft/textures/gui/container/smoker.png b/1.14.4/assets/minecraft/textures/gui/container/smoker.png new file mode 100644 index 00000000..452ad342 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/gui/container/smoker.png differ diff --git a/1.14.4/assets/minecraft/textures/gui/container/stats_icons.png b/1.14.4/assets/minecraft/textures/gui/container/stats_icons.png new file mode 100644 index 00000000..ff4029e9 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/gui/container/stats_icons.png differ diff --git a/1.14.4/assets/minecraft/textures/gui/container/stonecutter.png b/1.14.4/assets/minecraft/textures/gui/container/stonecutter.png new file mode 100644 index 00000000..fff3b9ab Binary files /dev/null and b/1.14.4/assets/minecraft/textures/gui/container/stonecutter.png differ diff --git a/1.14.4/assets/minecraft/textures/gui/container/villager2.png b/1.14.4/assets/minecraft/textures/gui/container/villager2.png new file mode 100644 index 00000000..3fbfb13f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/gui/container/villager2.png differ diff --git a/1.14.4/assets/minecraft/textures/gui/demo_background.png b/1.14.4/assets/minecraft/textures/gui/demo_background.png new file mode 100644 index 00000000..1f1f388d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/gui/demo_background.png differ diff --git a/1.14.4/assets/minecraft/textures/gui/icons.png b/1.14.4/assets/minecraft/textures/gui/icons.png new file mode 100644 index 00000000..d351b39a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/gui/icons.png differ diff --git a/1.14.4/assets/minecraft/textures/gui/options_background.png b/1.14.4/assets/minecraft/textures/gui/options_background.png new file mode 100644 index 00000000..5c02f918 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/gui/options_background.png differ diff --git a/1.14.4/assets/minecraft/textures/gui/presets/chaos.png b/1.14.4/assets/minecraft/textures/gui/presets/chaos.png new file mode 100644 index 00000000..dea833e4 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/gui/presets/chaos.png differ diff --git a/1.14.4/assets/minecraft/textures/gui/presets/delight.png b/1.14.4/assets/minecraft/textures/gui/presets/delight.png new file mode 100644 index 00000000..261f1b7e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/gui/presets/delight.png differ diff --git a/1.14.4/assets/minecraft/textures/gui/presets/drought.png b/1.14.4/assets/minecraft/textures/gui/presets/drought.png new file mode 100644 index 00000000..dc277649 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/gui/presets/drought.png differ diff --git a/1.14.4/assets/minecraft/textures/gui/presets/isles.png b/1.14.4/assets/minecraft/textures/gui/presets/isles.png new file mode 100644 index 00000000..14251061 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/gui/presets/isles.png differ diff --git a/1.14.4/assets/minecraft/textures/gui/presets/luck.png b/1.14.4/assets/minecraft/textures/gui/presets/luck.png new file mode 100644 index 00000000..2b8aa062 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/gui/presets/luck.png differ diff --git a/1.14.4/assets/minecraft/textures/gui/presets/madness.png b/1.14.4/assets/minecraft/textures/gui/presets/madness.png new file mode 100644 index 00000000..c083316d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/gui/presets/madness.png differ diff --git a/1.14.4/assets/minecraft/textures/gui/presets/water.png b/1.14.4/assets/minecraft/textures/gui/presets/water.png new file mode 100644 index 00000000..a680c36f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/gui/presets/water.png differ diff --git a/1.14.4/assets/minecraft/textures/gui/recipe_book.png b/1.14.4/assets/minecraft/textures/gui/recipe_book.png new file mode 100644 index 00000000..199b746a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/gui/recipe_book.png differ diff --git a/1.14.4/assets/minecraft/textures/gui/recipe_button.png b/1.14.4/assets/minecraft/textures/gui/recipe_button.png new file mode 100644 index 00000000..3be6b1ca Binary files /dev/null and b/1.14.4/assets/minecraft/textures/gui/recipe_button.png differ diff --git a/1.14.4/assets/minecraft/textures/gui/resource_packs.png b/1.14.4/assets/minecraft/textures/gui/resource_packs.png new file mode 100644 index 00000000..4e90d743 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/gui/resource_packs.png differ diff --git a/1.14.4/assets/minecraft/textures/gui/server_selection.png b/1.14.4/assets/minecraft/textures/gui/server_selection.png new file mode 100644 index 00000000..74b06b3d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/gui/server_selection.png differ diff --git a/1.14.4/assets/minecraft/textures/gui/spectator_widgets.png b/1.14.4/assets/minecraft/textures/gui/spectator_widgets.png new file mode 100644 index 00000000..26cc3dc2 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/gui/spectator_widgets.png differ diff --git a/1.14.4/assets/minecraft/textures/gui/stream_indicator.png b/1.14.4/assets/minecraft/textures/gui/stream_indicator.png new file mode 100644 index 00000000..48e1575a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/gui/stream_indicator.png differ diff --git a/1.14.4/assets/minecraft/textures/gui/title/background/panorama_0.png b/1.14.4/assets/minecraft/textures/gui/title/background/panorama_0.png new file mode 100644 index 00000000..e5e0207b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/gui/title/background/panorama_0.png differ diff --git a/1.14.4/assets/minecraft/textures/gui/title/background/panorama_1.png b/1.14.4/assets/minecraft/textures/gui/title/background/panorama_1.png new file mode 100644 index 00000000..f4699011 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/gui/title/background/panorama_1.png differ diff --git a/1.14.4/assets/minecraft/textures/gui/title/background/panorama_2.png b/1.14.4/assets/minecraft/textures/gui/title/background/panorama_2.png new file mode 100644 index 00000000..e3159c2a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/gui/title/background/panorama_2.png differ diff --git a/1.14.4/assets/minecraft/textures/gui/title/background/panorama_3.png b/1.14.4/assets/minecraft/textures/gui/title/background/panorama_3.png new file mode 100644 index 00000000..87495300 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/gui/title/background/panorama_3.png differ diff --git a/1.14.4/assets/minecraft/textures/gui/title/background/panorama_4.png b/1.14.4/assets/minecraft/textures/gui/title/background/panorama_4.png new file mode 100644 index 00000000..9f1c010e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/gui/title/background/panorama_4.png differ diff --git a/1.14.4/assets/minecraft/textures/gui/title/background/panorama_5.png b/1.14.4/assets/minecraft/textures/gui/title/background/panorama_5.png new file mode 100644 index 00000000..379e936b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/gui/title/background/panorama_5.png differ diff --git a/1.14.4/assets/minecraft/textures/gui/title/background/panorama_overlay.png b/1.14.4/assets/minecraft/textures/gui/title/background/panorama_overlay.png new file mode 100644 index 00000000..6a268710 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/gui/title/background/panorama_overlay.png differ diff --git a/1.14.4/assets/minecraft/textures/gui/title/edition.png b/1.14.4/assets/minecraft/textures/gui/title/edition.png new file mode 100644 index 00000000..f6e2de3d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/gui/title/edition.png differ diff --git a/1.14.4/assets/minecraft/textures/gui/title/minecraft.png b/1.14.4/assets/minecraft/textures/gui/title/minecraft.png new file mode 100644 index 00000000..e8010e92 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/gui/title/minecraft.png differ diff --git a/1.14.4/assets/minecraft/textures/gui/title/mojang.png b/1.14.4/assets/minecraft/textures/gui/title/mojang.png new file mode 100644 index 00000000..ec46269e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/gui/title/mojang.png differ diff --git a/1.14.4/assets/minecraft/textures/gui/toasts.png b/1.14.4/assets/minecraft/textures/gui/toasts.png new file mode 100644 index 00000000..30015e9c Binary files /dev/null and b/1.14.4/assets/minecraft/textures/gui/toasts.png differ diff --git a/1.14.4/assets/minecraft/textures/gui/widgets.png b/1.14.4/assets/minecraft/textures/gui/widgets.png new file mode 100644 index 00000000..e3c152c2 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/gui/widgets.png differ diff --git a/1.14.4/assets/minecraft/textures/gui/world_selection.png b/1.14.4/assets/minecraft/textures/gui/world_selection.png new file mode 100644 index 00000000..052a3671 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/gui/world_selection.png differ diff --git a/1.14.4/assets/minecraft/textures/item/acacia_boat.png b/1.14.4/assets/minecraft/textures/item/acacia_boat.png new file mode 100644 index 00000000..f9bf658f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/acacia_boat.png differ diff --git a/1.14.4/assets/minecraft/textures/item/acacia_door.png b/1.14.4/assets/minecraft/textures/item/acacia_door.png new file mode 100644 index 00000000..201f93a7 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/acacia_door.png differ diff --git a/1.14.4/assets/minecraft/textures/item/acacia_sign.png b/1.14.4/assets/minecraft/textures/item/acacia_sign.png new file mode 100644 index 00000000..8d8bb59a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/acacia_sign.png differ diff --git a/1.14.4/assets/minecraft/textures/item/apple.png b/1.14.4/assets/minecraft/textures/item/apple.png new file mode 100644 index 00000000..3ee2b885 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/apple.png differ diff --git a/1.14.4/assets/minecraft/textures/item/armor_stand.png b/1.14.4/assets/minecraft/textures/item/armor_stand.png new file mode 100644 index 00000000..c65badeb Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/armor_stand.png differ diff --git a/1.14.4/assets/minecraft/textures/item/arrow.png b/1.14.4/assets/minecraft/textures/item/arrow.png new file mode 100644 index 00000000..4f748a00 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/arrow.png differ diff --git a/1.14.4/assets/minecraft/textures/item/baked_potato.png b/1.14.4/assets/minecraft/textures/item/baked_potato.png new file mode 100644 index 00000000..c8d3cbab Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/baked_potato.png differ diff --git a/1.14.4/assets/minecraft/textures/item/bamboo.png b/1.14.4/assets/minecraft/textures/item/bamboo.png new file mode 100644 index 00000000..1f974a1b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/bamboo.png differ diff --git a/1.14.4/assets/minecraft/textures/item/barrier.png b/1.14.4/assets/minecraft/textures/item/barrier.png new file mode 100644 index 00000000..2e68169e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/barrier.png differ diff --git a/1.14.4/assets/minecraft/textures/item/beef.png b/1.14.4/assets/minecraft/textures/item/beef.png new file mode 100644 index 00000000..6334716a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/beef.png differ diff --git a/1.14.4/assets/minecraft/textures/item/beetroot.png b/1.14.4/assets/minecraft/textures/item/beetroot.png new file mode 100644 index 00000000..48ccf011 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/beetroot.png differ diff --git a/1.14.4/assets/minecraft/textures/item/beetroot_seeds.png b/1.14.4/assets/minecraft/textures/item/beetroot_seeds.png new file mode 100644 index 00000000..f7529ad7 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/beetroot_seeds.png differ diff --git a/1.14.4/assets/minecraft/textures/item/beetroot_soup.png b/1.14.4/assets/minecraft/textures/item/beetroot_soup.png new file mode 100644 index 00000000..e26fe6e7 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/beetroot_soup.png differ diff --git a/1.14.4/assets/minecraft/textures/item/bell.png b/1.14.4/assets/minecraft/textures/item/bell.png new file mode 100644 index 00000000..21cb4c69 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/bell.png differ diff --git a/1.14.4/assets/minecraft/textures/item/birch_boat.png b/1.14.4/assets/minecraft/textures/item/birch_boat.png new file mode 100644 index 00000000..2c1ba55d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/birch_boat.png differ diff --git a/1.14.4/assets/minecraft/textures/item/birch_door.png b/1.14.4/assets/minecraft/textures/item/birch_door.png new file mode 100644 index 00000000..d279ef1b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/birch_door.png differ diff --git a/1.14.4/assets/minecraft/textures/item/birch_sign.png b/1.14.4/assets/minecraft/textures/item/birch_sign.png new file mode 100644 index 00000000..695a53d6 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/birch_sign.png differ diff --git a/1.14.4/assets/minecraft/textures/item/black_dye.png b/1.14.4/assets/minecraft/textures/item/black_dye.png new file mode 100644 index 00000000..727c2c59 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/black_dye.png differ diff --git a/1.14.4/assets/minecraft/textures/item/blaze_powder.png b/1.14.4/assets/minecraft/textures/item/blaze_powder.png new file mode 100644 index 00000000..89c57d6e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/blaze_powder.png differ diff --git a/1.14.4/assets/minecraft/textures/item/blaze_rod.png b/1.14.4/assets/minecraft/textures/item/blaze_rod.png new file mode 100644 index 00000000..7050e10f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/blaze_rod.png differ diff --git a/1.14.4/assets/minecraft/textures/item/blue_dye.png b/1.14.4/assets/minecraft/textures/item/blue_dye.png new file mode 100644 index 00000000..481e4d0b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/blue_dye.png differ diff --git a/1.14.4/assets/minecraft/textures/item/bone.png b/1.14.4/assets/minecraft/textures/item/bone.png new file mode 100644 index 00000000..d30c7e32 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/bone.png differ diff --git a/1.14.4/assets/minecraft/textures/item/bone_meal.png b/1.14.4/assets/minecraft/textures/item/bone_meal.png new file mode 100644 index 00000000..74dc137a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/bone_meal.png differ diff --git a/1.14.4/assets/minecraft/textures/item/book.png b/1.14.4/assets/minecraft/textures/item/book.png new file mode 100644 index 00000000..68abee66 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/book.png differ diff --git a/1.14.4/assets/minecraft/textures/item/bow.png b/1.14.4/assets/minecraft/textures/item/bow.png new file mode 100644 index 00000000..d709b9c8 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/bow.png differ diff --git a/1.14.4/assets/minecraft/textures/item/bow_pulling_0.png b/1.14.4/assets/minecraft/textures/item/bow_pulling_0.png new file mode 100644 index 00000000..2022aabd Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/bow_pulling_0.png differ diff --git a/1.14.4/assets/minecraft/textures/item/bow_pulling_1.png b/1.14.4/assets/minecraft/textures/item/bow_pulling_1.png new file mode 100644 index 00000000..a1320795 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/bow_pulling_1.png differ diff --git a/1.14.4/assets/minecraft/textures/item/bow_pulling_2.png b/1.14.4/assets/minecraft/textures/item/bow_pulling_2.png new file mode 100644 index 00000000..d459e685 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/bow_pulling_2.png differ diff --git a/1.14.4/assets/minecraft/textures/item/bowl.png b/1.14.4/assets/minecraft/textures/item/bowl.png new file mode 100644 index 00000000..826be5a4 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/bowl.png differ diff --git a/1.14.4/assets/minecraft/textures/item/bread.png b/1.14.4/assets/minecraft/textures/item/bread.png new file mode 100644 index 00000000..b3943266 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/bread.png differ diff --git a/1.14.4/assets/minecraft/textures/item/brewing_stand.png b/1.14.4/assets/minecraft/textures/item/brewing_stand.png new file mode 100644 index 00000000..963b4dd3 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/brewing_stand.png differ diff --git a/1.14.4/assets/minecraft/textures/item/brick.png b/1.14.4/assets/minecraft/textures/item/brick.png new file mode 100644 index 00000000..1fb55776 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/brick.png differ diff --git a/1.14.4/assets/minecraft/textures/item/broken_elytra.png b/1.14.4/assets/minecraft/textures/item/broken_elytra.png new file mode 100644 index 00000000..dd92e7f7 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/broken_elytra.png differ diff --git a/1.14.4/assets/minecraft/textures/item/brown_dye.png b/1.14.4/assets/minecraft/textures/item/brown_dye.png new file mode 100644 index 00000000..58f6704e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/brown_dye.png differ diff --git a/1.14.4/assets/minecraft/textures/item/bucket.png b/1.14.4/assets/minecraft/textures/item/bucket.png new file mode 100644 index 00000000..735a4afb Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/bucket.png differ diff --git a/1.14.4/assets/minecraft/textures/item/cake.png b/1.14.4/assets/minecraft/textures/item/cake.png new file mode 100644 index 00000000..47bc31f5 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/cake.png differ diff --git a/1.14.4/assets/minecraft/textures/item/campfire.png b/1.14.4/assets/minecraft/textures/item/campfire.png new file mode 100644 index 00000000..bba44f30 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/campfire.png differ diff --git a/1.14.4/assets/minecraft/textures/item/carrot.png b/1.14.4/assets/minecraft/textures/item/carrot.png new file mode 100644 index 00000000..620ce48b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/carrot.png differ diff --git a/1.14.4/assets/minecraft/textures/item/carrot_on_a_stick.png b/1.14.4/assets/minecraft/textures/item/carrot_on_a_stick.png new file mode 100644 index 00000000..51b51919 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/carrot_on_a_stick.png differ diff --git a/1.14.4/assets/minecraft/textures/item/cauldron.png b/1.14.4/assets/minecraft/textures/item/cauldron.png new file mode 100644 index 00000000..8aabc21c Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/cauldron.png differ diff --git a/1.14.4/assets/minecraft/textures/item/chainmail_boots.png b/1.14.4/assets/minecraft/textures/item/chainmail_boots.png new file mode 100644 index 00000000..6857585f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/chainmail_boots.png differ diff --git a/1.14.4/assets/minecraft/textures/item/chainmail_chestplate.png b/1.14.4/assets/minecraft/textures/item/chainmail_chestplate.png new file mode 100644 index 00000000..8d32264d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/chainmail_chestplate.png differ diff --git a/1.14.4/assets/minecraft/textures/item/chainmail_helmet.png b/1.14.4/assets/minecraft/textures/item/chainmail_helmet.png new file mode 100644 index 00000000..0865f14b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/chainmail_helmet.png differ diff --git a/1.14.4/assets/minecraft/textures/item/chainmail_leggings.png b/1.14.4/assets/minecraft/textures/item/chainmail_leggings.png new file mode 100644 index 00000000..4198cc5f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/chainmail_leggings.png differ diff --git a/1.14.4/assets/minecraft/textures/item/charcoal.png b/1.14.4/assets/minecraft/textures/item/charcoal.png new file mode 100644 index 00000000..9f7ee32d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/charcoal.png differ diff --git a/1.14.4/assets/minecraft/textures/item/chest_minecart.png b/1.14.4/assets/minecraft/textures/item/chest_minecart.png new file mode 100644 index 00000000..7a9e5d45 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/chest_minecart.png differ diff --git a/1.14.4/assets/minecraft/textures/item/chicken.png b/1.14.4/assets/minecraft/textures/item/chicken.png new file mode 100644 index 00000000..34dc33ac Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/chicken.png differ diff --git a/1.14.4/assets/minecraft/textures/item/chorus_fruit.png b/1.14.4/assets/minecraft/textures/item/chorus_fruit.png new file mode 100644 index 00000000..676e2cea Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/chorus_fruit.png differ diff --git a/1.14.4/assets/minecraft/textures/item/clay_ball.png b/1.14.4/assets/minecraft/textures/item/clay_ball.png new file mode 100644 index 00000000..786b1a37 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/clay_ball.png differ diff --git a/1.14.4/assets/minecraft/textures/item/clock_00.png b/1.14.4/assets/minecraft/textures/item/clock_00.png new file mode 100644 index 00000000..ef06df78 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/clock_00.png differ diff --git a/1.14.4/assets/minecraft/textures/item/clock_01.png b/1.14.4/assets/minecraft/textures/item/clock_01.png new file mode 100644 index 00000000..558826e9 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/clock_01.png differ diff --git a/1.14.4/assets/minecraft/textures/item/clock_02.png b/1.14.4/assets/minecraft/textures/item/clock_02.png new file mode 100644 index 00000000..566342d8 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/clock_02.png differ diff --git a/1.14.4/assets/minecraft/textures/item/clock_03.png b/1.14.4/assets/minecraft/textures/item/clock_03.png new file mode 100644 index 00000000..823f4133 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/clock_03.png differ diff --git a/1.14.4/assets/minecraft/textures/item/clock_04.png b/1.14.4/assets/minecraft/textures/item/clock_04.png new file mode 100644 index 00000000..6bdf2c56 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/clock_04.png differ diff --git a/1.14.4/assets/minecraft/textures/item/clock_05.png b/1.14.4/assets/minecraft/textures/item/clock_05.png new file mode 100644 index 00000000..ce75473a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/clock_05.png differ diff --git a/1.14.4/assets/minecraft/textures/item/clock_06.png b/1.14.4/assets/minecraft/textures/item/clock_06.png new file mode 100644 index 00000000..35118583 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/clock_06.png differ diff --git a/1.14.4/assets/minecraft/textures/item/clock_07.png b/1.14.4/assets/minecraft/textures/item/clock_07.png new file mode 100644 index 00000000..faffee0f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/clock_07.png differ diff --git a/1.14.4/assets/minecraft/textures/item/clock_08.png b/1.14.4/assets/minecraft/textures/item/clock_08.png new file mode 100644 index 00000000..a712e570 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/clock_08.png differ diff --git a/1.14.4/assets/minecraft/textures/item/clock_09.png b/1.14.4/assets/minecraft/textures/item/clock_09.png new file mode 100644 index 00000000..f89d9d82 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/clock_09.png differ diff --git a/1.14.4/assets/minecraft/textures/item/clock_10.png b/1.14.4/assets/minecraft/textures/item/clock_10.png new file mode 100644 index 00000000..93765b84 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/clock_10.png differ diff --git a/1.14.4/assets/minecraft/textures/item/clock_11.png b/1.14.4/assets/minecraft/textures/item/clock_11.png new file mode 100644 index 00000000..649e0c26 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/clock_11.png differ diff --git a/1.14.4/assets/minecraft/textures/item/clock_12.png b/1.14.4/assets/minecraft/textures/item/clock_12.png new file mode 100644 index 00000000..581c5fb5 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/clock_12.png differ diff --git a/1.14.4/assets/minecraft/textures/item/clock_13.png b/1.14.4/assets/minecraft/textures/item/clock_13.png new file mode 100644 index 00000000..f99f4edd Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/clock_13.png differ diff --git a/1.14.4/assets/minecraft/textures/item/clock_14.png b/1.14.4/assets/minecraft/textures/item/clock_14.png new file mode 100644 index 00000000..c06960f8 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/clock_14.png differ diff --git a/1.14.4/assets/minecraft/textures/item/clock_15.png b/1.14.4/assets/minecraft/textures/item/clock_15.png new file mode 100644 index 00000000..655cc269 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/clock_15.png differ diff --git a/1.14.4/assets/minecraft/textures/item/clock_16.png b/1.14.4/assets/minecraft/textures/item/clock_16.png new file mode 100644 index 00000000..1e6d2675 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/clock_16.png differ diff --git a/1.14.4/assets/minecraft/textures/item/clock_17.png b/1.14.4/assets/minecraft/textures/item/clock_17.png new file mode 100644 index 00000000..a159a038 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/clock_17.png differ diff --git a/1.14.4/assets/minecraft/textures/item/clock_18.png b/1.14.4/assets/minecraft/textures/item/clock_18.png new file mode 100644 index 00000000..3de00852 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/clock_18.png differ diff --git a/1.14.4/assets/minecraft/textures/item/clock_19.png b/1.14.4/assets/minecraft/textures/item/clock_19.png new file mode 100644 index 00000000..c311f89f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/clock_19.png differ diff --git a/1.14.4/assets/minecraft/textures/item/clock_20.png b/1.14.4/assets/minecraft/textures/item/clock_20.png new file mode 100644 index 00000000..9e23788d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/clock_20.png differ diff --git a/1.14.4/assets/minecraft/textures/item/clock_21.png b/1.14.4/assets/minecraft/textures/item/clock_21.png new file mode 100644 index 00000000..ef1426d5 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/clock_21.png differ diff --git a/1.14.4/assets/minecraft/textures/item/clock_22.png b/1.14.4/assets/minecraft/textures/item/clock_22.png new file mode 100644 index 00000000..2a4d1063 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/clock_22.png differ diff --git a/1.14.4/assets/minecraft/textures/item/clock_23.png b/1.14.4/assets/minecraft/textures/item/clock_23.png new file mode 100644 index 00000000..6ac7b236 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/clock_23.png differ diff --git a/1.14.4/assets/minecraft/textures/item/clock_24.png b/1.14.4/assets/minecraft/textures/item/clock_24.png new file mode 100644 index 00000000..38909b9a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/clock_24.png differ diff --git a/1.14.4/assets/minecraft/textures/item/clock_25.png b/1.14.4/assets/minecraft/textures/item/clock_25.png new file mode 100644 index 00000000..9a007549 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/clock_25.png differ diff --git a/1.14.4/assets/minecraft/textures/item/clock_26.png b/1.14.4/assets/minecraft/textures/item/clock_26.png new file mode 100644 index 00000000..b5abba3f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/clock_26.png differ diff --git a/1.14.4/assets/minecraft/textures/item/clock_27.png b/1.14.4/assets/minecraft/textures/item/clock_27.png new file mode 100644 index 00000000..a172a0c4 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/clock_27.png differ diff --git a/1.14.4/assets/minecraft/textures/item/clock_28.png b/1.14.4/assets/minecraft/textures/item/clock_28.png new file mode 100644 index 00000000..0a7b26bb Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/clock_28.png differ diff --git a/1.14.4/assets/minecraft/textures/item/clock_29.png b/1.14.4/assets/minecraft/textures/item/clock_29.png new file mode 100644 index 00000000..e9f1e56c Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/clock_29.png differ diff --git a/1.14.4/assets/minecraft/textures/item/clock_30.png b/1.14.4/assets/minecraft/textures/item/clock_30.png new file mode 100644 index 00000000..7cb68598 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/clock_30.png differ diff --git a/1.14.4/assets/minecraft/textures/item/clock_31.png b/1.14.4/assets/minecraft/textures/item/clock_31.png new file mode 100644 index 00000000..4bfff485 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/clock_31.png differ diff --git a/1.14.4/assets/minecraft/textures/item/clock_32.png b/1.14.4/assets/minecraft/textures/item/clock_32.png new file mode 100644 index 00000000..54537edd Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/clock_32.png differ diff --git a/1.14.4/assets/minecraft/textures/item/clock_33.png b/1.14.4/assets/minecraft/textures/item/clock_33.png new file mode 100644 index 00000000..4645b924 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/clock_33.png differ diff --git a/1.14.4/assets/minecraft/textures/item/clock_34.png b/1.14.4/assets/minecraft/textures/item/clock_34.png new file mode 100644 index 00000000..3d04df72 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/clock_34.png differ diff --git a/1.14.4/assets/minecraft/textures/item/clock_35.png b/1.14.4/assets/minecraft/textures/item/clock_35.png new file mode 100644 index 00000000..b0b13749 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/clock_35.png differ diff --git a/1.14.4/assets/minecraft/textures/item/clock_36.png b/1.14.4/assets/minecraft/textures/item/clock_36.png new file mode 100644 index 00000000..cb6bfbfb Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/clock_36.png differ diff --git a/1.14.4/assets/minecraft/textures/item/clock_37.png b/1.14.4/assets/minecraft/textures/item/clock_37.png new file mode 100644 index 00000000..816b257f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/clock_37.png differ diff --git a/1.14.4/assets/minecraft/textures/item/clock_38.png b/1.14.4/assets/minecraft/textures/item/clock_38.png new file mode 100644 index 00000000..c3aa0160 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/clock_38.png differ diff --git a/1.14.4/assets/minecraft/textures/item/clock_39.png b/1.14.4/assets/minecraft/textures/item/clock_39.png new file mode 100644 index 00000000..f81d5a61 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/clock_39.png differ diff --git a/1.14.4/assets/minecraft/textures/item/clock_40.png b/1.14.4/assets/minecraft/textures/item/clock_40.png new file mode 100644 index 00000000..77964678 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/clock_40.png differ diff --git a/1.14.4/assets/minecraft/textures/item/clock_41.png b/1.14.4/assets/minecraft/textures/item/clock_41.png new file mode 100644 index 00000000..1f804564 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/clock_41.png differ diff --git a/1.14.4/assets/minecraft/textures/item/clock_42.png b/1.14.4/assets/minecraft/textures/item/clock_42.png new file mode 100644 index 00000000..3b120d97 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/clock_42.png differ diff --git a/1.14.4/assets/minecraft/textures/item/clock_43.png b/1.14.4/assets/minecraft/textures/item/clock_43.png new file mode 100644 index 00000000..e1b48343 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/clock_43.png differ diff --git a/1.14.4/assets/minecraft/textures/item/clock_44.png b/1.14.4/assets/minecraft/textures/item/clock_44.png new file mode 100644 index 00000000..851489a3 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/clock_44.png differ diff --git a/1.14.4/assets/minecraft/textures/item/clock_45.png b/1.14.4/assets/minecraft/textures/item/clock_45.png new file mode 100644 index 00000000..086ec28f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/clock_45.png differ diff --git a/1.14.4/assets/minecraft/textures/item/clock_46.png b/1.14.4/assets/minecraft/textures/item/clock_46.png new file mode 100644 index 00000000..3b0bca4b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/clock_46.png differ diff --git a/1.14.4/assets/minecraft/textures/item/clock_47.png b/1.14.4/assets/minecraft/textures/item/clock_47.png new file mode 100644 index 00000000..ec92161d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/clock_47.png differ diff --git a/1.14.4/assets/minecraft/textures/item/clock_48.png b/1.14.4/assets/minecraft/textures/item/clock_48.png new file mode 100644 index 00000000..1a00a5ac Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/clock_48.png differ diff --git a/1.14.4/assets/minecraft/textures/item/clock_49.png b/1.14.4/assets/minecraft/textures/item/clock_49.png new file mode 100644 index 00000000..13e08b95 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/clock_49.png differ diff --git a/1.14.4/assets/minecraft/textures/item/clock_50.png b/1.14.4/assets/minecraft/textures/item/clock_50.png new file mode 100644 index 00000000..39edd8c0 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/clock_50.png differ diff --git a/1.14.4/assets/minecraft/textures/item/clock_51.png b/1.14.4/assets/minecraft/textures/item/clock_51.png new file mode 100644 index 00000000..fa4614ed Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/clock_51.png differ diff --git a/1.14.4/assets/minecraft/textures/item/clock_52.png b/1.14.4/assets/minecraft/textures/item/clock_52.png new file mode 100644 index 00000000..6578dc17 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/clock_52.png differ diff --git a/1.14.4/assets/minecraft/textures/item/clock_53.png b/1.14.4/assets/minecraft/textures/item/clock_53.png new file mode 100644 index 00000000..882cdd09 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/clock_53.png differ diff --git a/1.14.4/assets/minecraft/textures/item/clock_54.png b/1.14.4/assets/minecraft/textures/item/clock_54.png new file mode 100644 index 00000000..d6af37bd Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/clock_54.png differ diff --git a/1.14.4/assets/minecraft/textures/item/clock_55.png b/1.14.4/assets/minecraft/textures/item/clock_55.png new file mode 100644 index 00000000..909d24fd Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/clock_55.png differ diff --git a/1.14.4/assets/minecraft/textures/item/clock_56.png b/1.14.4/assets/minecraft/textures/item/clock_56.png new file mode 100644 index 00000000..f8ac1095 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/clock_56.png differ diff --git a/1.14.4/assets/minecraft/textures/item/clock_57.png b/1.14.4/assets/minecraft/textures/item/clock_57.png new file mode 100644 index 00000000..edfc89ff Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/clock_57.png differ diff --git a/1.14.4/assets/minecraft/textures/item/clock_58.png b/1.14.4/assets/minecraft/textures/item/clock_58.png new file mode 100644 index 00000000..76f6f933 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/clock_58.png differ diff --git a/1.14.4/assets/minecraft/textures/item/clock_59.png b/1.14.4/assets/minecraft/textures/item/clock_59.png new file mode 100644 index 00000000..9b01436d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/clock_59.png differ diff --git a/1.14.4/assets/minecraft/textures/item/clock_60.png b/1.14.4/assets/minecraft/textures/item/clock_60.png new file mode 100644 index 00000000..3074f9c7 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/clock_60.png differ diff --git a/1.14.4/assets/minecraft/textures/item/clock_61.png b/1.14.4/assets/minecraft/textures/item/clock_61.png new file mode 100644 index 00000000..ca7b584f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/clock_61.png differ diff --git a/1.14.4/assets/minecraft/textures/item/clock_62.png b/1.14.4/assets/minecraft/textures/item/clock_62.png new file mode 100644 index 00000000..1f014d60 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/clock_62.png differ diff --git a/1.14.4/assets/minecraft/textures/item/clock_63.png b/1.14.4/assets/minecraft/textures/item/clock_63.png new file mode 100644 index 00000000..4c55f08c Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/clock_63.png differ diff --git a/1.14.4/assets/minecraft/textures/item/coal.png b/1.14.4/assets/minecraft/textures/item/coal.png new file mode 100644 index 00000000..513e9c69 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/coal.png differ diff --git a/1.14.4/assets/minecraft/textures/item/cocoa_beans.png b/1.14.4/assets/minecraft/textures/item/cocoa_beans.png new file mode 100644 index 00000000..90b51d63 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/cocoa_beans.png differ diff --git a/1.14.4/assets/minecraft/textures/item/cod.png b/1.14.4/assets/minecraft/textures/item/cod.png new file mode 100644 index 00000000..6a321e27 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/cod.png differ diff --git a/1.14.4/assets/minecraft/textures/item/cod_bucket.png b/1.14.4/assets/minecraft/textures/item/cod_bucket.png new file mode 100644 index 00000000..22095ce0 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/cod_bucket.png differ diff --git a/1.14.4/assets/minecraft/textures/item/command_block_minecart.png b/1.14.4/assets/minecraft/textures/item/command_block_minecart.png new file mode 100644 index 00000000..efe6feb2 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/command_block_minecart.png differ diff --git a/1.14.4/assets/minecraft/textures/item/comparator.png b/1.14.4/assets/minecraft/textures/item/comparator.png new file mode 100644 index 00000000..ee5a38e1 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/comparator.png differ diff --git a/1.14.4/assets/minecraft/textures/item/compass_00.png b/1.14.4/assets/minecraft/textures/item/compass_00.png new file mode 100644 index 00000000..04e6f067 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/compass_00.png differ diff --git a/1.14.4/assets/minecraft/textures/item/compass_01.png b/1.14.4/assets/minecraft/textures/item/compass_01.png new file mode 100644 index 00000000..2c00488c Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/compass_01.png differ diff --git a/1.14.4/assets/minecraft/textures/item/compass_02.png b/1.14.4/assets/minecraft/textures/item/compass_02.png new file mode 100644 index 00000000..7ed3073e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/compass_02.png differ diff --git a/1.14.4/assets/minecraft/textures/item/compass_03.png b/1.14.4/assets/minecraft/textures/item/compass_03.png new file mode 100644 index 00000000..6f4e1663 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/compass_03.png differ diff --git a/1.14.4/assets/minecraft/textures/item/compass_04.png b/1.14.4/assets/minecraft/textures/item/compass_04.png new file mode 100644 index 00000000..e721770d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/compass_04.png differ diff --git a/1.14.4/assets/minecraft/textures/item/compass_05.png b/1.14.4/assets/minecraft/textures/item/compass_05.png new file mode 100644 index 00000000..0620ea5d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/compass_05.png differ diff --git a/1.14.4/assets/minecraft/textures/item/compass_06.png b/1.14.4/assets/minecraft/textures/item/compass_06.png new file mode 100644 index 00000000..21a8747f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/compass_06.png differ diff --git a/1.14.4/assets/minecraft/textures/item/compass_07.png b/1.14.4/assets/minecraft/textures/item/compass_07.png new file mode 100644 index 00000000..c2a347b1 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/compass_07.png differ diff --git a/1.14.4/assets/minecraft/textures/item/compass_08.png b/1.14.4/assets/minecraft/textures/item/compass_08.png new file mode 100644 index 00000000..c2a347b1 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/compass_08.png differ diff --git a/1.14.4/assets/minecraft/textures/item/compass_09.png b/1.14.4/assets/minecraft/textures/item/compass_09.png new file mode 100644 index 00000000..c2a347b1 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/compass_09.png differ diff --git a/1.14.4/assets/minecraft/textures/item/compass_10.png b/1.14.4/assets/minecraft/textures/item/compass_10.png new file mode 100644 index 00000000..7405ae86 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/compass_10.png differ diff --git a/1.14.4/assets/minecraft/textures/item/compass_11.png b/1.14.4/assets/minecraft/textures/item/compass_11.png new file mode 100644 index 00000000..18d3e9f1 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/compass_11.png differ diff --git a/1.14.4/assets/minecraft/textures/item/compass_12.png b/1.14.4/assets/minecraft/textures/item/compass_12.png new file mode 100644 index 00000000..5405a62f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/compass_12.png differ diff --git a/1.14.4/assets/minecraft/textures/item/compass_13.png b/1.14.4/assets/minecraft/textures/item/compass_13.png new file mode 100644 index 00000000..1c3354b4 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/compass_13.png differ diff --git a/1.14.4/assets/minecraft/textures/item/compass_14.png b/1.14.4/assets/minecraft/textures/item/compass_14.png new file mode 100644 index 00000000..76d48f3e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/compass_14.png differ diff --git a/1.14.4/assets/minecraft/textures/item/compass_15.png b/1.14.4/assets/minecraft/textures/item/compass_15.png new file mode 100644 index 00000000..bc0cd8b8 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/compass_15.png differ diff --git a/1.14.4/assets/minecraft/textures/item/compass_16.png b/1.14.4/assets/minecraft/textures/item/compass_16.png new file mode 100644 index 00000000..a9e603b2 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/compass_16.png differ diff --git a/1.14.4/assets/minecraft/textures/item/compass_17.png b/1.14.4/assets/minecraft/textures/item/compass_17.png new file mode 100644 index 00000000..36802213 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/compass_17.png differ diff --git a/1.14.4/assets/minecraft/textures/item/compass_18.png b/1.14.4/assets/minecraft/textures/item/compass_18.png new file mode 100644 index 00000000..edbc2eda Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/compass_18.png differ diff --git a/1.14.4/assets/minecraft/textures/item/compass_19.png b/1.14.4/assets/minecraft/textures/item/compass_19.png new file mode 100644 index 00000000..23c0c34b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/compass_19.png differ diff --git a/1.14.4/assets/minecraft/textures/item/compass_20.png b/1.14.4/assets/minecraft/textures/item/compass_20.png new file mode 100644 index 00000000..5aaf8c50 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/compass_20.png differ diff --git a/1.14.4/assets/minecraft/textures/item/compass_21.png b/1.14.4/assets/minecraft/textures/item/compass_21.png new file mode 100644 index 00000000..8a99abd9 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/compass_21.png differ diff --git a/1.14.4/assets/minecraft/textures/item/compass_22.png b/1.14.4/assets/minecraft/textures/item/compass_22.png new file mode 100644 index 00000000..9dd84237 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/compass_22.png differ diff --git a/1.14.4/assets/minecraft/textures/item/compass_23.png b/1.14.4/assets/minecraft/textures/item/compass_23.png new file mode 100644 index 00000000..61d739e6 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/compass_23.png differ diff --git a/1.14.4/assets/minecraft/textures/item/compass_24.png b/1.14.4/assets/minecraft/textures/item/compass_24.png new file mode 100644 index 00000000..61d739e6 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/compass_24.png differ diff --git a/1.14.4/assets/minecraft/textures/item/compass_25.png b/1.14.4/assets/minecraft/textures/item/compass_25.png new file mode 100644 index 00000000..61d739e6 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/compass_25.png differ diff --git a/1.14.4/assets/minecraft/textures/item/compass_26.png b/1.14.4/assets/minecraft/textures/item/compass_26.png new file mode 100644 index 00000000..eb5e8027 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/compass_26.png differ diff --git a/1.14.4/assets/minecraft/textures/item/compass_27.png b/1.14.4/assets/minecraft/textures/item/compass_27.png new file mode 100644 index 00000000..348dac2e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/compass_27.png differ diff --git a/1.14.4/assets/minecraft/textures/item/compass_28.png b/1.14.4/assets/minecraft/textures/item/compass_28.png new file mode 100644 index 00000000..8d681982 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/compass_28.png differ diff --git a/1.14.4/assets/minecraft/textures/item/compass_29.png b/1.14.4/assets/minecraft/textures/item/compass_29.png new file mode 100644 index 00000000..b1683b26 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/compass_29.png differ diff --git a/1.14.4/assets/minecraft/textures/item/compass_30.png b/1.14.4/assets/minecraft/textures/item/compass_30.png new file mode 100644 index 00000000..ba9be61d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/compass_30.png differ diff --git a/1.14.4/assets/minecraft/textures/item/compass_31.png b/1.14.4/assets/minecraft/textures/item/compass_31.png new file mode 100644 index 00000000..2ae89a20 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/compass_31.png differ diff --git a/1.14.4/assets/minecraft/textures/item/cooked_beef.png b/1.14.4/assets/minecraft/textures/item/cooked_beef.png new file mode 100644 index 00000000..5f2d657d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/cooked_beef.png differ diff --git a/1.14.4/assets/minecraft/textures/item/cooked_chicken.png b/1.14.4/assets/minecraft/textures/item/cooked_chicken.png new file mode 100644 index 00000000..db7bbeed Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/cooked_chicken.png differ diff --git a/1.14.4/assets/minecraft/textures/item/cooked_cod.png b/1.14.4/assets/minecraft/textures/item/cooked_cod.png new file mode 100644 index 00000000..ec6fe0d5 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/cooked_cod.png differ diff --git a/1.14.4/assets/minecraft/textures/item/cooked_mutton.png b/1.14.4/assets/minecraft/textures/item/cooked_mutton.png new file mode 100644 index 00000000..26bf7dd6 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/cooked_mutton.png differ diff --git a/1.14.4/assets/minecraft/textures/item/cooked_porkchop.png b/1.14.4/assets/minecraft/textures/item/cooked_porkchop.png new file mode 100644 index 00000000..0988066f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/cooked_porkchop.png differ diff --git a/1.14.4/assets/minecraft/textures/item/cooked_rabbit.png b/1.14.4/assets/minecraft/textures/item/cooked_rabbit.png new file mode 100644 index 00000000..20438043 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/cooked_rabbit.png differ diff --git a/1.14.4/assets/minecraft/textures/item/cooked_salmon.png b/1.14.4/assets/minecraft/textures/item/cooked_salmon.png new file mode 100644 index 00000000..69c7b4d2 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/cooked_salmon.png differ diff --git a/1.14.4/assets/minecraft/textures/item/cookie.png b/1.14.4/assets/minecraft/textures/item/cookie.png new file mode 100644 index 00000000..9eb5e8cf Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/cookie.png differ diff --git a/1.14.4/assets/minecraft/textures/item/creeper_banner_pattern.png b/1.14.4/assets/minecraft/textures/item/creeper_banner_pattern.png new file mode 100644 index 00000000..6f29d2a2 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/creeper_banner_pattern.png differ diff --git a/1.14.4/assets/minecraft/textures/item/crossbow_arrow.png b/1.14.4/assets/minecraft/textures/item/crossbow_arrow.png new file mode 100644 index 00000000..6f2ae2b9 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/crossbow_arrow.png differ diff --git a/1.14.4/assets/minecraft/textures/item/crossbow_firework.png b/1.14.4/assets/minecraft/textures/item/crossbow_firework.png new file mode 100644 index 00000000..8aed8149 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/crossbow_firework.png differ diff --git a/1.14.4/assets/minecraft/textures/item/crossbow_pulling_0.png b/1.14.4/assets/minecraft/textures/item/crossbow_pulling_0.png new file mode 100644 index 00000000..00dd4c40 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/crossbow_pulling_0.png differ diff --git a/1.14.4/assets/minecraft/textures/item/crossbow_pulling_1.png b/1.14.4/assets/minecraft/textures/item/crossbow_pulling_1.png new file mode 100644 index 00000000..69df6352 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/crossbow_pulling_1.png differ diff --git a/1.14.4/assets/minecraft/textures/item/crossbow_pulling_2.png b/1.14.4/assets/minecraft/textures/item/crossbow_pulling_2.png new file mode 100644 index 00000000..438f8c35 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/crossbow_pulling_2.png differ diff --git a/1.14.4/assets/minecraft/textures/item/crossbow_standby.png b/1.14.4/assets/minecraft/textures/item/crossbow_standby.png new file mode 100644 index 00000000..dfbfe1c9 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/crossbow_standby.png differ diff --git a/1.14.4/assets/minecraft/textures/item/cyan_dye.png b/1.14.4/assets/minecraft/textures/item/cyan_dye.png new file mode 100644 index 00000000..eafaee3b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/cyan_dye.png differ diff --git a/1.14.4/assets/minecraft/textures/item/dark_oak_boat.png b/1.14.4/assets/minecraft/textures/item/dark_oak_boat.png new file mode 100644 index 00000000..1a1f4519 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/dark_oak_boat.png differ diff --git a/1.14.4/assets/minecraft/textures/item/dark_oak_door.png b/1.14.4/assets/minecraft/textures/item/dark_oak_door.png new file mode 100644 index 00000000..4d2474dd Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/dark_oak_door.png differ diff --git a/1.14.4/assets/minecraft/textures/item/dark_oak_sign.png b/1.14.4/assets/minecraft/textures/item/dark_oak_sign.png new file mode 100644 index 00000000..b76bb912 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/dark_oak_sign.png differ diff --git a/1.14.4/assets/minecraft/textures/item/diamond.png b/1.14.4/assets/minecraft/textures/item/diamond.png new file mode 100644 index 00000000..8ce901e9 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/diamond.png differ diff --git a/1.14.4/assets/minecraft/textures/item/diamond_axe.png b/1.14.4/assets/minecraft/textures/item/diamond_axe.png new file mode 100644 index 00000000..5213ea7b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/diamond_axe.png differ diff --git a/1.14.4/assets/minecraft/textures/item/diamond_boots.png b/1.14.4/assets/minecraft/textures/item/diamond_boots.png new file mode 100644 index 00000000..bdc3b0a6 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/diamond_boots.png differ diff --git a/1.14.4/assets/minecraft/textures/item/diamond_chestplate.png b/1.14.4/assets/minecraft/textures/item/diamond_chestplate.png new file mode 100644 index 00000000..88d21bf9 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/diamond_chestplate.png differ diff --git a/1.14.4/assets/minecraft/textures/item/diamond_helmet.png b/1.14.4/assets/minecraft/textures/item/diamond_helmet.png new file mode 100644 index 00000000..aa0375a7 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/diamond_helmet.png differ diff --git a/1.14.4/assets/minecraft/textures/item/diamond_hoe.png b/1.14.4/assets/minecraft/textures/item/diamond_hoe.png new file mode 100644 index 00000000..8fe70145 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/diamond_hoe.png differ diff --git a/1.14.4/assets/minecraft/textures/item/diamond_horse_armor.png b/1.14.4/assets/minecraft/textures/item/diamond_horse_armor.png new file mode 100644 index 00000000..e891fbf1 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/diamond_horse_armor.png differ diff --git a/1.14.4/assets/minecraft/textures/item/diamond_leggings.png b/1.14.4/assets/minecraft/textures/item/diamond_leggings.png new file mode 100644 index 00000000..035be415 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/diamond_leggings.png differ diff --git a/1.14.4/assets/minecraft/textures/item/diamond_pickaxe.png b/1.14.4/assets/minecraft/textures/item/diamond_pickaxe.png new file mode 100644 index 00000000..3b456d1b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/diamond_pickaxe.png differ diff --git a/1.14.4/assets/minecraft/textures/item/diamond_shovel.png b/1.14.4/assets/minecraft/textures/item/diamond_shovel.png new file mode 100644 index 00000000..3e798c6d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/diamond_shovel.png differ diff --git a/1.14.4/assets/minecraft/textures/item/diamond_sword.png b/1.14.4/assets/minecraft/textures/item/diamond_sword.png new file mode 100644 index 00000000..49e0e605 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/diamond_sword.png differ diff --git a/1.14.4/assets/minecraft/textures/item/dragon_breath.png b/1.14.4/assets/minecraft/textures/item/dragon_breath.png new file mode 100644 index 00000000..1ea773bc Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/dragon_breath.png differ diff --git a/1.14.4/assets/minecraft/textures/item/dried_kelp.png b/1.14.4/assets/minecraft/textures/item/dried_kelp.png new file mode 100644 index 00000000..f7450d79 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/dried_kelp.png differ diff --git a/1.14.4/assets/minecraft/textures/item/egg.png b/1.14.4/assets/minecraft/textures/item/egg.png new file mode 100644 index 00000000..2c56b906 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/egg.png differ diff --git a/1.14.4/assets/minecraft/textures/item/elytra.png b/1.14.4/assets/minecraft/textures/item/elytra.png new file mode 100644 index 00000000..79c0bab0 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/elytra.png differ diff --git a/1.14.4/assets/minecraft/textures/item/emerald.png b/1.14.4/assets/minecraft/textures/item/emerald.png new file mode 100644 index 00000000..46af1cc0 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/emerald.png differ diff --git a/1.14.4/assets/minecraft/textures/item/empty_armor_slot_boots.png b/1.14.4/assets/minecraft/textures/item/empty_armor_slot_boots.png new file mode 100644 index 00000000..fd7e05fa Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/empty_armor_slot_boots.png differ diff --git a/1.14.4/assets/minecraft/textures/item/empty_armor_slot_chestplate.png b/1.14.4/assets/minecraft/textures/item/empty_armor_slot_chestplate.png new file mode 100644 index 00000000..6e632b9d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/empty_armor_slot_chestplate.png differ diff --git a/1.14.4/assets/minecraft/textures/item/empty_armor_slot_helmet.png b/1.14.4/assets/minecraft/textures/item/empty_armor_slot_helmet.png new file mode 100644 index 00000000..3a455f3f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/empty_armor_slot_helmet.png differ diff --git a/1.14.4/assets/minecraft/textures/item/empty_armor_slot_leggings.png b/1.14.4/assets/minecraft/textures/item/empty_armor_slot_leggings.png new file mode 100644 index 00000000..28b2c494 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/empty_armor_slot_leggings.png differ diff --git a/1.14.4/assets/minecraft/textures/item/empty_armor_slot_shield.png b/1.14.4/assets/minecraft/textures/item/empty_armor_slot_shield.png new file mode 100644 index 00000000..fa12e433 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/empty_armor_slot_shield.png differ diff --git a/1.14.4/assets/minecraft/textures/item/enchanted_book.png b/1.14.4/assets/minecraft/textures/item/enchanted_book.png new file mode 100644 index 00000000..a67e1b81 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/enchanted_book.png differ diff --git a/1.14.4/assets/minecraft/textures/item/end_crystal.png b/1.14.4/assets/minecraft/textures/item/end_crystal.png new file mode 100644 index 00000000..b1d0d140 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/end_crystal.png differ diff --git a/1.14.4/assets/minecraft/textures/item/ender_eye.png b/1.14.4/assets/minecraft/textures/item/ender_eye.png new file mode 100644 index 00000000..ef379aca Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/ender_eye.png differ diff --git a/1.14.4/assets/minecraft/textures/item/ender_pearl.png b/1.14.4/assets/minecraft/textures/item/ender_pearl.png new file mode 100644 index 00000000..82828988 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/ender_pearl.png differ diff --git a/1.14.4/assets/minecraft/textures/item/experience_bottle.png b/1.14.4/assets/minecraft/textures/item/experience_bottle.png new file mode 100644 index 00000000..eb27866d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/experience_bottle.png differ diff --git a/1.14.4/assets/minecraft/textures/item/feather.png b/1.14.4/assets/minecraft/textures/item/feather.png new file mode 100644 index 00000000..074373ff Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/feather.png differ diff --git a/1.14.4/assets/minecraft/textures/item/fermented_spider_eye.png b/1.14.4/assets/minecraft/textures/item/fermented_spider_eye.png new file mode 100644 index 00000000..c79c2f2f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/fermented_spider_eye.png differ diff --git a/1.14.4/assets/minecraft/textures/item/filled_map.png b/1.14.4/assets/minecraft/textures/item/filled_map.png new file mode 100644 index 00000000..45019a54 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/filled_map.png differ diff --git a/1.14.4/assets/minecraft/textures/item/filled_map_markings.png b/1.14.4/assets/minecraft/textures/item/filled_map_markings.png new file mode 100644 index 00000000..7eaa311e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/filled_map_markings.png differ diff --git a/1.14.4/assets/minecraft/textures/item/fire_charge.png b/1.14.4/assets/minecraft/textures/item/fire_charge.png new file mode 100644 index 00000000..1816e87b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/fire_charge.png differ diff --git a/1.14.4/assets/minecraft/textures/item/firework_rocket.png b/1.14.4/assets/minecraft/textures/item/firework_rocket.png new file mode 100644 index 00000000..1d60c421 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/firework_rocket.png differ diff --git a/1.14.4/assets/minecraft/textures/item/firework_star.png b/1.14.4/assets/minecraft/textures/item/firework_star.png new file mode 100644 index 00000000..a2e67af1 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/firework_star.png differ diff --git a/1.14.4/assets/minecraft/textures/item/firework_star_overlay.png b/1.14.4/assets/minecraft/textures/item/firework_star_overlay.png new file mode 100644 index 00000000..d8b91a92 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/firework_star_overlay.png differ diff --git a/1.14.4/assets/minecraft/textures/item/fishing_rod.png b/1.14.4/assets/minecraft/textures/item/fishing_rod.png new file mode 100644 index 00000000..a6926b51 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/fishing_rod.png differ diff --git a/1.14.4/assets/minecraft/textures/item/fishing_rod_cast.png b/1.14.4/assets/minecraft/textures/item/fishing_rod_cast.png new file mode 100644 index 00000000..250a1cf1 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/fishing_rod_cast.png differ diff --git a/1.14.4/assets/minecraft/textures/item/flint.png b/1.14.4/assets/minecraft/textures/item/flint.png new file mode 100644 index 00000000..fa332a86 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/flint.png differ diff --git a/1.14.4/assets/minecraft/textures/item/flint_and_steel.png b/1.14.4/assets/minecraft/textures/item/flint_and_steel.png new file mode 100644 index 00000000..ed1197af Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/flint_and_steel.png differ diff --git a/1.14.4/assets/minecraft/textures/item/flower_banner_pattern.png b/1.14.4/assets/minecraft/textures/item/flower_banner_pattern.png new file mode 100644 index 00000000..6f29d2a2 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/flower_banner_pattern.png differ diff --git a/1.14.4/assets/minecraft/textures/item/flower_pot.png b/1.14.4/assets/minecraft/textures/item/flower_pot.png new file mode 100644 index 00000000..9a101cf1 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/flower_pot.png differ diff --git a/1.14.4/assets/minecraft/textures/item/furnace_minecart.png b/1.14.4/assets/minecraft/textures/item/furnace_minecart.png new file mode 100644 index 00000000..f17efac2 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/furnace_minecart.png differ diff --git a/1.14.4/assets/minecraft/textures/item/ghast_tear.png b/1.14.4/assets/minecraft/textures/item/ghast_tear.png new file mode 100644 index 00000000..8fa46e8f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/ghast_tear.png differ diff --git a/1.14.4/assets/minecraft/textures/item/glass_bottle.png b/1.14.4/assets/minecraft/textures/item/glass_bottle.png new file mode 100644 index 00000000..b86b4b7f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/glass_bottle.png differ diff --git a/1.14.4/assets/minecraft/textures/item/glistering_melon_slice.png b/1.14.4/assets/minecraft/textures/item/glistering_melon_slice.png new file mode 100644 index 00000000..e8923d16 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/glistering_melon_slice.png differ diff --git a/1.14.4/assets/minecraft/textures/item/globe_banner_pattern.png b/1.14.4/assets/minecraft/textures/item/globe_banner_pattern.png new file mode 100644 index 00000000..6f29d2a2 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/globe_banner_pattern.png differ diff --git a/1.14.4/assets/minecraft/textures/item/glowstone_dust.png b/1.14.4/assets/minecraft/textures/item/glowstone_dust.png new file mode 100644 index 00000000..24181098 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/glowstone_dust.png differ diff --git a/1.14.4/assets/minecraft/textures/item/gold_ingot.png b/1.14.4/assets/minecraft/textures/item/gold_ingot.png new file mode 100644 index 00000000..cf2365eb Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/gold_ingot.png differ diff --git a/1.14.4/assets/minecraft/textures/item/gold_nugget.png b/1.14.4/assets/minecraft/textures/item/gold_nugget.png new file mode 100644 index 00000000..a8b4b87e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/gold_nugget.png differ diff --git a/1.14.4/assets/minecraft/textures/item/golden_apple.png b/1.14.4/assets/minecraft/textures/item/golden_apple.png new file mode 100644 index 00000000..43b787ea Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/golden_apple.png differ diff --git a/1.14.4/assets/minecraft/textures/item/golden_axe.png b/1.14.4/assets/minecraft/textures/item/golden_axe.png new file mode 100644 index 00000000..e0b268df Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/golden_axe.png differ diff --git a/1.14.4/assets/minecraft/textures/item/golden_boots.png b/1.14.4/assets/minecraft/textures/item/golden_boots.png new file mode 100644 index 00000000..982ca4d1 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/golden_boots.png differ diff --git a/1.14.4/assets/minecraft/textures/item/golden_carrot.png b/1.14.4/assets/minecraft/textures/item/golden_carrot.png new file mode 100644 index 00000000..ab5c788d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/golden_carrot.png differ diff --git a/1.14.4/assets/minecraft/textures/item/golden_chestplate.png b/1.14.4/assets/minecraft/textures/item/golden_chestplate.png new file mode 100644 index 00000000..b9237768 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/golden_chestplate.png differ diff --git a/1.14.4/assets/minecraft/textures/item/golden_helmet.png b/1.14.4/assets/minecraft/textures/item/golden_helmet.png new file mode 100644 index 00000000..d56a41b8 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/golden_helmet.png differ diff --git a/1.14.4/assets/minecraft/textures/item/golden_hoe.png b/1.14.4/assets/minecraft/textures/item/golden_hoe.png new file mode 100644 index 00000000..e3d1e70d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/golden_hoe.png differ diff --git a/1.14.4/assets/minecraft/textures/item/golden_horse_armor.png b/1.14.4/assets/minecraft/textures/item/golden_horse_armor.png new file mode 100644 index 00000000..290be003 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/golden_horse_armor.png differ diff --git a/1.14.4/assets/minecraft/textures/item/golden_leggings.png b/1.14.4/assets/minecraft/textures/item/golden_leggings.png new file mode 100644 index 00000000..104c3942 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/golden_leggings.png differ diff --git a/1.14.4/assets/minecraft/textures/item/golden_pickaxe.png b/1.14.4/assets/minecraft/textures/item/golden_pickaxe.png new file mode 100644 index 00000000..29f450c3 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/golden_pickaxe.png differ diff --git a/1.14.4/assets/minecraft/textures/item/golden_shovel.png b/1.14.4/assets/minecraft/textures/item/golden_shovel.png new file mode 100644 index 00000000..4a38193d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/golden_shovel.png differ diff --git a/1.14.4/assets/minecraft/textures/item/golden_sword.png b/1.14.4/assets/minecraft/textures/item/golden_sword.png new file mode 100644 index 00000000..1d827cfd Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/golden_sword.png differ diff --git a/1.14.4/assets/minecraft/textures/item/gray_dye.png b/1.14.4/assets/minecraft/textures/item/gray_dye.png new file mode 100644 index 00000000..2a9c2d8b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/gray_dye.png differ diff --git a/1.14.4/assets/minecraft/textures/item/green_dye.png b/1.14.4/assets/minecraft/textures/item/green_dye.png new file mode 100644 index 00000000..7a24b8ed Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/green_dye.png differ diff --git a/1.14.4/assets/minecraft/textures/item/gunpowder.png b/1.14.4/assets/minecraft/textures/item/gunpowder.png new file mode 100644 index 00000000..18e88ece Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/gunpowder.png differ diff --git a/1.14.4/assets/minecraft/textures/item/heart_of_the_sea.png b/1.14.4/assets/minecraft/textures/item/heart_of_the_sea.png new file mode 100644 index 00000000..c8789f9a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/heart_of_the_sea.png differ diff --git a/1.14.4/assets/minecraft/textures/item/hopper.png b/1.14.4/assets/minecraft/textures/item/hopper.png new file mode 100644 index 00000000..8d1731a6 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/hopper.png differ diff --git a/1.14.4/assets/minecraft/textures/item/hopper_minecart.png b/1.14.4/assets/minecraft/textures/item/hopper_minecart.png new file mode 100644 index 00000000..08aea54d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/hopper_minecart.png differ diff --git a/1.14.4/assets/minecraft/textures/item/ink_sac.png b/1.14.4/assets/minecraft/textures/item/ink_sac.png new file mode 100644 index 00000000..dcabb0ab Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/ink_sac.png differ diff --git a/1.14.4/assets/minecraft/textures/item/iron_axe.png b/1.14.4/assets/minecraft/textures/item/iron_axe.png new file mode 100644 index 00000000..43e742c2 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/iron_axe.png differ diff --git a/1.14.4/assets/minecraft/textures/item/iron_boots.png b/1.14.4/assets/minecraft/textures/item/iron_boots.png new file mode 100644 index 00000000..e9609245 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/iron_boots.png differ diff --git a/1.14.4/assets/minecraft/textures/item/iron_chestplate.png b/1.14.4/assets/minecraft/textures/item/iron_chestplate.png new file mode 100644 index 00000000..bab56132 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/iron_chestplate.png differ diff --git a/1.14.4/assets/minecraft/textures/item/iron_door.png b/1.14.4/assets/minecraft/textures/item/iron_door.png new file mode 100644 index 00000000..c878badb Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/iron_door.png differ diff --git a/1.14.4/assets/minecraft/textures/item/iron_helmet.png b/1.14.4/assets/minecraft/textures/item/iron_helmet.png new file mode 100644 index 00000000..085dd585 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/iron_helmet.png differ diff --git a/1.14.4/assets/minecraft/textures/item/iron_hoe.png b/1.14.4/assets/minecraft/textures/item/iron_hoe.png new file mode 100644 index 00000000..d5a78604 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/iron_hoe.png differ diff --git a/1.14.4/assets/minecraft/textures/item/iron_horse_armor.png b/1.14.4/assets/minecraft/textures/item/iron_horse_armor.png new file mode 100644 index 00000000..63a67055 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/iron_horse_armor.png differ diff --git a/1.14.4/assets/minecraft/textures/item/iron_ingot.png b/1.14.4/assets/minecraft/textures/item/iron_ingot.png new file mode 100644 index 00000000..c332bd2c Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/iron_ingot.png differ diff --git a/1.14.4/assets/minecraft/textures/item/iron_leggings.png b/1.14.4/assets/minecraft/textures/item/iron_leggings.png new file mode 100644 index 00000000..5ea16729 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/iron_leggings.png differ diff --git a/1.14.4/assets/minecraft/textures/item/iron_nugget.png b/1.14.4/assets/minecraft/textures/item/iron_nugget.png new file mode 100644 index 00000000..13515d36 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/iron_nugget.png differ diff --git a/1.14.4/assets/minecraft/textures/item/iron_pickaxe.png b/1.14.4/assets/minecraft/textures/item/iron_pickaxe.png new file mode 100644 index 00000000..ac75a010 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/iron_pickaxe.png differ diff --git a/1.14.4/assets/minecraft/textures/item/iron_shovel.png b/1.14.4/assets/minecraft/textures/item/iron_shovel.png new file mode 100644 index 00000000..fb726a02 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/iron_shovel.png differ diff --git a/1.14.4/assets/minecraft/textures/item/iron_sword.png b/1.14.4/assets/minecraft/textures/item/iron_sword.png new file mode 100644 index 00000000..eec41ee9 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/iron_sword.png differ diff --git a/1.14.4/assets/minecraft/textures/item/item_frame.png b/1.14.4/assets/minecraft/textures/item/item_frame.png new file mode 100644 index 00000000..6a3c312e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/item_frame.png differ diff --git a/1.14.4/assets/minecraft/textures/item/jungle_boat.png b/1.14.4/assets/minecraft/textures/item/jungle_boat.png new file mode 100644 index 00000000..f71b966e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/jungle_boat.png differ diff --git a/1.14.4/assets/minecraft/textures/item/jungle_door.png b/1.14.4/assets/minecraft/textures/item/jungle_door.png new file mode 100644 index 00000000..422401fb Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/jungle_door.png differ diff --git a/1.14.4/assets/minecraft/textures/item/jungle_sign.png b/1.14.4/assets/minecraft/textures/item/jungle_sign.png new file mode 100644 index 00000000..2077c1b1 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/jungle_sign.png differ diff --git a/1.14.4/assets/minecraft/textures/item/kelp.png b/1.14.4/assets/minecraft/textures/item/kelp.png new file mode 100644 index 00000000..8cc4fe29 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/kelp.png differ diff --git a/1.14.4/assets/minecraft/textures/item/knowledge_book.png b/1.14.4/assets/minecraft/textures/item/knowledge_book.png new file mode 100644 index 00000000..68a7a1aa Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/knowledge_book.png differ diff --git a/1.14.4/assets/minecraft/textures/item/lantern.png b/1.14.4/assets/minecraft/textures/item/lantern.png new file mode 100644 index 00000000..653a5a28 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/lantern.png differ diff --git a/1.14.4/assets/minecraft/textures/item/lapis_lazuli.png b/1.14.4/assets/minecraft/textures/item/lapis_lazuli.png new file mode 100644 index 00000000..646813fa Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/lapis_lazuli.png differ diff --git a/1.14.4/assets/minecraft/textures/item/lava_bucket.png b/1.14.4/assets/minecraft/textures/item/lava_bucket.png new file mode 100644 index 00000000..1f7b9263 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/lava_bucket.png differ diff --git a/1.14.4/assets/minecraft/textures/item/lead.png b/1.14.4/assets/minecraft/textures/item/lead.png new file mode 100644 index 00000000..be1cb62a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/lead.png differ diff --git a/1.14.4/assets/minecraft/textures/item/leather.png b/1.14.4/assets/minecraft/textures/item/leather.png new file mode 100644 index 00000000..a0dee336 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/leather.png differ diff --git a/1.14.4/assets/minecraft/textures/item/leather_boots.png b/1.14.4/assets/minecraft/textures/item/leather_boots.png new file mode 100644 index 00000000..0dad1ba0 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/leather_boots.png differ diff --git a/1.14.4/assets/minecraft/textures/item/leather_boots_overlay.png b/1.14.4/assets/minecraft/textures/item/leather_boots_overlay.png new file mode 100644 index 00000000..37506525 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/leather_boots_overlay.png differ diff --git a/1.14.4/assets/minecraft/textures/item/leather_chestplate.png b/1.14.4/assets/minecraft/textures/item/leather_chestplate.png new file mode 100644 index 00000000..5aa01e38 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/leather_chestplate.png differ diff --git a/1.14.4/assets/minecraft/textures/item/leather_chestplate_overlay.png b/1.14.4/assets/minecraft/textures/item/leather_chestplate_overlay.png new file mode 100644 index 00000000..2f6464bf Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/leather_chestplate_overlay.png differ diff --git a/1.14.4/assets/minecraft/textures/item/leather_helmet.png b/1.14.4/assets/minecraft/textures/item/leather_helmet.png new file mode 100644 index 00000000..9504867d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/leather_helmet.png differ diff --git a/1.14.4/assets/minecraft/textures/item/leather_helmet_overlay.png b/1.14.4/assets/minecraft/textures/item/leather_helmet_overlay.png new file mode 100644 index 00000000..670653ce Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/leather_helmet_overlay.png differ diff --git a/1.14.4/assets/minecraft/textures/item/leather_horse_armor.png b/1.14.4/assets/minecraft/textures/item/leather_horse_armor.png new file mode 100644 index 00000000..72bec65c Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/leather_horse_armor.png differ diff --git a/1.14.4/assets/minecraft/textures/item/leather_leggings.png b/1.14.4/assets/minecraft/textures/item/leather_leggings.png new file mode 100644 index 00000000..a1530c09 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/leather_leggings.png differ diff --git a/1.14.4/assets/minecraft/textures/item/leather_leggings_overlay.png b/1.14.4/assets/minecraft/textures/item/leather_leggings_overlay.png new file mode 100644 index 00000000..bdbf632f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/leather_leggings_overlay.png differ diff --git a/1.14.4/assets/minecraft/textures/item/light_blue_dye.png b/1.14.4/assets/minecraft/textures/item/light_blue_dye.png new file mode 100644 index 00000000..e614b893 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/light_blue_dye.png differ diff --git a/1.14.4/assets/minecraft/textures/item/light_gray_dye.png b/1.14.4/assets/minecraft/textures/item/light_gray_dye.png new file mode 100644 index 00000000..bbb5acc4 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/light_gray_dye.png differ diff --git a/1.14.4/assets/minecraft/textures/item/lime_dye.png b/1.14.4/assets/minecraft/textures/item/lime_dye.png new file mode 100644 index 00000000..f9ce8f0b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/lime_dye.png differ diff --git a/1.14.4/assets/minecraft/textures/item/lingering_potion.png b/1.14.4/assets/minecraft/textures/item/lingering_potion.png new file mode 100644 index 00000000..a05ec6e6 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/lingering_potion.png differ diff --git a/1.14.4/assets/minecraft/textures/item/magenta_dye.png b/1.14.4/assets/minecraft/textures/item/magenta_dye.png new file mode 100644 index 00000000..8b8412a2 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/magenta_dye.png differ diff --git a/1.14.4/assets/minecraft/textures/item/magma_cream.png b/1.14.4/assets/minecraft/textures/item/magma_cream.png new file mode 100644 index 00000000..398d66c6 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/magma_cream.png differ diff --git a/1.14.4/assets/minecraft/textures/item/map.png b/1.14.4/assets/minecraft/textures/item/map.png new file mode 100644 index 00000000..45019a54 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/map.png differ diff --git a/1.14.4/assets/minecraft/textures/item/melon_seeds.png b/1.14.4/assets/minecraft/textures/item/melon_seeds.png new file mode 100644 index 00000000..ef84499c Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/melon_seeds.png differ diff --git a/1.14.4/assets/minecraft/textures/item/melon_slice.png b/1.14.4/assets/minecraft/textures/item/melon_slice.png new file mode 100644 index 00000000..0ebdca88 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/melon_slice.png differ diff --git a/1.14.4/assets/minecraft/textures/item/milk_bucket.png b/1.14.4/assets/minecraft/textures/item/milk_bucket.png new file mode 100644 index 00000000..c1b15c1f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/milk_bucket.png differ diff --git a/1.14.4/assets/minecraft/textures/item/minecart.png b/1.14.4/assets/minecraft/textures/item/minecart.png new file mode 100644 index 00000000..7e09e545 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/minecart.png differ diff --git a/1.14.4/assets/minecraft/textures/item/mojang_banner_pattern.png b/1.14.4/assets/minecraft/textures/item/mojang_banner_pattern.png new file mode 100644 index 00000000..6f29d2a2 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/mojang_banner_pattern.png differ diff --git a/1.14.4/assets/minecraft/textures/item/mushroom_stew.png b/1.14.4/assets/minecraft/textures/item/mushroom_stew.png new file mode 100644 index 00000000..d38b0e0b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/mushroom_stew.png differ diff --git a/1.14.4/assets/minecraft/textures/item/music_disc_11.png b/1.14.4/assets/minecraft/textures/item/music_disc_11.png new file mode 100644 index 00000000..5d333b6a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/music_disc_11.png differ diff --git a/1.14.4/assets/minecraft/textures/item/music_disc_13.png b/1.14.4/assets/minecraft/textures/item/music_disc_13.png new file mode 100644 index 00000000..8cd91b94 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/music_disc_13.png differ diff --git a/1.14.4/assets/minecraft/textures/item/music_disc_blocks.png b/1.14.4/assets/minecraft/textures/item/music_disc_blocks.png new file mode 100644 index 00000000..3732d6c9 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/music_disc_blocks.png differ diff --git a/1.14.4/assets/minecraft/textures/item/music_disc_cat.png b/1.14.4/assets/minecraft/textures/item/music_disc_cat.png new file mode 100644 index 00000000..b3527efb Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/music_disc_cat.png differ diff --git a/1.14.4/assets/minecraft/textures/item/music_disc_chirp.png b/1.14.4/assets/minecraft/textures/item/music_disc_chirp.png new file mode 100644 index 00000000..63068e1a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/music_disc_chirp.png differ diff --git a/1.14.4/assets/minecraft/textures/item/music_disc_far.png b/1.14.4/assets/minecraft/textures/item/music_disc_far.png new file mode 100644 index 00000000..443ded23 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/music_disc_far.png differ diff --git a/1.14.4/assets/minecraft/textures/item/music_disc_mall.png b/1.14.4/assets/minecraft/textures/item/music_disc_mall.png new file mode 100644 index 00000000..a2bf0d61 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/music_disc_mall.png differ diff --git a/1.14.4/assets/minecraft/textures/item/music_disc_mellohi.png b/1.14.4/assets/minecraft/textures/item/music_disc_mellohi.png new file mode 100644 index 00000000..466f5af4 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/music_disc_mellohi.png differ diff --git a/1.14.4/assets/minecraft/textures/item/music_disc_stal.png b/1.14.4/assets/minecraft/textures/item/music_disc_stal.png new file mode 100644 index 00000000..731dad63 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/music_disc_stal.png differ diff --git a/1.14.4/assets/minecraft/textures/item/music_disc_strad.png b/1.14.4/assets/minecraft/textures/item/music_disc_strad.png new file mode 100644 index 00000000..c7e42ccd Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/music_disc_strad.png differ diff --git a/1.14.4/assets/minecraft/textures/item/music_disc_wait.png b/1.14.4/assets/minecraft/textures/item/music_disc_wait.png new file mode 100644 index 00000000..5306b514 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/music_disc_wait.png differ diff --git a/1.14.4/assets/minecraft/textures/item/music_disc_ward.png b/1.14.4/assets/minecraft/textures/item/music_disc_ward.png new file mode 100644 index 00000000..6d053fe9 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/music_disc_ward.png differ diff --git a/1.14.4/assets/minecraft/textures/item/mutton.png b/1.14.4/assets/minecraft/textures/item/mutton.png new file mode 100644 index 00000000..dd6fa0f4 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/mutton.png differ diff --git a/1.14.4/assets/minecraft/textures/item/name_tag.png b/1.14.4/assets/minecraft/textures/item/name_tag.png new file mode 100644 index 00000000..6a47e024 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/name_tag.png differ diff --git a/1.14.4/assets/minecraft/textures/item/nautilus_shell.png b/1.14.4/assets/minecraft/textures/item/nautilus_shell.png new file mode 100644 index 00000000..442ca6ed Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/nautilus_shell.png differ diff --git a/1.14.4/assets/minecraft/textures/item/nether_brick.png b/1.14.4/assets/minecraft/textures/item/nether_brick.png new file mode 100644 index 00000000..e4ef83f6 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/nether_brick.png differ diff --git a/1.14.4/assets/minecraft/textures/item/nether_star.png b/1.14.4/assets/minecraft/textures/item/nether_star.png new file mode 100644 index 00000000..bdacaee1 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/nether_star.png differ diff --git a/1.14.4/assets/minecraft/textures/item/nether_wart.png b/1.14.4/assets/minecraft/textures/item/nether_wart.png new file mode 100644 index 00000000..09da1e33 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/nether_wart.png differ diff --git a/1.14.4/assets/minecraft/textures/item/oak_boat.png b/1.14.4/assets/minecraft/textures/item/oak_boat.png new file mode 100644 index 00000000..9e9e518e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/oak_boat.png differ diff --git a/1.14.4/assets/minecraft/textures/item/oak_door.png b/1.14.4/assets/minecraft/textures/item/oak_door.png new file mode 100644 index 00000000..6501fa45 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/oak_door.png differ diff --git a/1.14.4/assets/minecraft/textures/item/oak_sign.png b/1.14.4/assets/minecraft/textures/item/oak_sign.png new file mode 100644 index 00000000..06fb7501 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/oak_sign.png differ diff --git a/1.14.4/assets/minecraft/textures/item/orange_dye.png b/1.14.4/assets/minecraft/textures/item/orange_dye.png new file mode 100644 index 00000000..fcec14a4 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/orange_dye.png differ diff --git a/1.14.4/assets/minecraft/textures/item/painting.png b/1.14.4/assets/minecraft/textures/item/painting.png new file mode 100644 index 00000000..c20db4ff Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/painting.png differ diff --git a/1.14.4/assets/minecraft/textures/item/paper.png b/1.14.4/assets/minecraft/textures/item/paper.png new file mode 100644 index 00000000..b30fb261 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/paper.png differ diff --git a/1.14.4/assets/minecraft/textures/item/phantom_membrane.png b/1.14.4/assets/minecraft/textures/item/phantom_membrane.png new file mode 100644 index 00000000..0284e924 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/phantom_membrane.png differ diff --git a/1.14.4/assets/minecraft/textures/item/pink_dye.png b/1.14.4/assets/minecraft/textures/item/pink_dye.png new file mode 100644 index 00000000..aaeb77aa Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/pink_dye.png differ diff --git a/1.14.4/assets/minecraft/textures/item/poisonous_potato.png b/1.14.4/assets/minecraft/textures/item/poisonous_potato.png new file mode 100644 index 00000000..57795387 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/poisonous_potato.png differ diff --git a/1.14.4/assets/minecraft/textures/item/popped_chorus_fruit.png b/1.14.4/assets/minecraft/textures/item/popped_chorus_fruit.png new file mode 100644 index 00000000..c83d418e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/popped_chorus_fruit.png differ diff --git a/1.14.4/assets/minecraft/textures/item/porkchop.png b/1.14.4/assets/minecraft/textures/item/porkchop.png new file mode 100644 index 00000000..4490271e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/porkchop.png differ diff --git a/1.14.4/assets/minecraft/textures/item/potato.png b/1.14.4/assets/minecraft/textures/item/potato.png new file mode 100644 index 00000000..98367429 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/potato.png differ diff --git a/1.14.4/assets/minecraft/textures/item/potion.png b/1.14.4/assets/minecraft/textures/item/potion.png new file mode 100644 index 00000000..b86b4b7f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/potion.png differ diff --git a/1.14.4/assets/minecraft/textures/item/potion_overlay.png b/1.14.4/assets/minecraft/textures/item/potion_overlay.png new file mode 100644 index 00000000..852260d7 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/potion_overlay.png differ diff --git a/1.14.4/assets/minecraft/textures/item/prismarine_crystals.png b/1.14.4/assets/minecraft/textures/item/prismarine_crystals.png new file mode 100644 index 00000000..aba94970 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/prismarine_crystals.png differ diff --git a/1.14.4/assets/minecraft/textures/item/prismarine_shard.png b/1.14.4/assets/minecraft/textures/item/prismarine_shard.png new file mode 100644 index 00000000..3cd7db7c Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/prismarine_shard.png differ diff --git a/1.14.4/assets/minecraft/textures/item/pufferfish.png b/1.14.4/assets/minecraft/textures/item/pufferfish.png new file mode 100644 index 00000000..82bad2cb Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/pufferfish.png differ diff --git a/1.14.4/assets/minecraft/textures/item/pufferfish_bucket.png b/1.14.4/assets/minecraft/textures/item/pufferfish_bucket.png new file mode 100644 index 00000000..ef245e65 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/pufferfish_bucket.png differ diff --git a/1.14.4/assets/minecraft/textures/item/pumpkin_pie.png b/1.14.4/assets/minecraft/textures/item/pumpkin_pie.png new file mode 100644 index 00000000..310177cb Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/pumpkin_pie.png differ diff --git a/1.14.4/assets/minecraft/textures/item/pumpkin_seeds.png b/1.14.4/assets/minecraft/textures/item/pumpkin_seeds.png new file mode 100644 index 00000000..8d8f0761 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/pumpkin_seeds.png differ diff --git a/1.14.4/assets/minecraft/textures/item/purple_dye.png b/1.14.4/assets/minecraft/textures/item/purple_dye.png new file mode 100644 index 00000000..e1618e22 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/purple_dye.png differ diff --git a/1.14.4/assets/minecraft/textures/item/quartz.png b/1.14.4/assets/minecraft/textures/item/quartz.png new file mode 100644 index 00000000..a4c6e2ff Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/quartz.png differ diff --git a/1.14.4/assets/minecraft/textures/item/rabbit.png b/1.14.4/assets/minecraft/textures/item/rabbit.png new file mode 100644 index 00000000..058505fa Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/rabbit.png differ diff --git a/1.14.4/assets/minecraft/textures/item/rabbit_foot.png b/1.14.4/assets/minecraft/textures/item/rabbit_foot.png new file mode 100644 index 00000000..0b068994 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/rabbit_foot.png differ diff --git a/1.14.4/assets/minecraft/textures/item/rabbit_hide.png b/1.14.4/assets/minecraft/textures/item/rabbit_hide.png new file mode 100644 index 00000000..a49f0b10 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/rabbit_hide.png differ diff --git a/1.14.4/assets/minecraft/textures/item/rabbit_stew.png b/1.14.4/assets/minecraft/textures/item/rabbit_stew.png new file mode 100644 index 00000000..5750ee9b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/rabbit_stew.png differ diff --git a/1.14.4/assets/minecraft/textures/item/red_dye.png b/1.14.4/assets/minecraft/textures/item/red_dye.png new file mode 100644 index 00000000..03a371c9 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/red_dye.png differ diff --git a/1.14.4/assets/minecraft/textures/item/redstone.png b/1.14.4/assets/minecraft/textures/item/redstone.png new file mode 100644 index 00000000..ddf9b54b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/redstone.png differ diff --git a/1.14.4/assets/minecraft/textures/item/repeater.png b/1.14.4/assets/minecraft/textures/item/repeater.png new file mode 100644 index 00000000..a8d40682 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/repeater.png differ diff --git a/1.14.4/assets/minecraft/textures/item/rotten_flesh.png b/1.14.4/assets/minecraft/textures/item/rotten_flesh.png new file mode 100644 index 00000000..a5f1dfb8 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/rotten_flesh.png differ diff --git a/1.14.4/assets/minecraft/textures/item/ruby.png b/1.14.4/assets/minecraft/textures/item/ruby.png new file mode 100644 index 00000000..4f288d95 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/ruby.png differ diff --git a/1.14.4/assets/minecraft/textures/item/saddle.png b/1.14.4/assets/minecraft/textures/item/saddle.png new file mode 100644 index 00000000..3b1ed0bb Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/saddle.png differ diff --git a/1.14.4/assets/minecraft/textures/item/salmon.png b/1.14.4/assets/minecraft/textures/item/salmon.png new file mode 100644 index 00000000..97e2ed01 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/salmon.png differ diff --git a/1.14.4/assets/minecraft/textures/item/salmon_bucket.png b/1.14.4/assets/minecraft/textures/item/salmon_bucket.png new file mode 100644 index 00000000..549737aa Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/salmon_bucket.png differ diff --git a/1.14.4/assets/minecraft/textures/item/scute.png b/1.14.4/assets/minecraft/textures/item/scute.png new file mode 100644 index 00000000..f29c5d5e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/scute.png differ diff --git a/1.14.4/assets/minecraft/textures/item/sea_pickle.png b/1.14.4/assets/minecraft/textures/item/sea_pickle.png new file mode 100644 index 00000000..fec3dfdd Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/sea_pickle.png differ diff --git a/1.14.4/assets/minecraft/textures/item/seagrass.png b/1.14.4/assets/minecraft/textures/item/seagrass.png new file mode 100644 index 00000000..a8a77345 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/seagrass.png differ diff --git a/1.14.4/assets/minecraft/textures/item/shears.png b/1.14.4/assets/minecraft/textures/item/shears.png new file mode 100644 index 00000000..ac05b41f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/shears.png differ diff --git a/1.14.4/assets/minecraft/textures/item/shulker_shell.png b/1.14.4/assets/minecraft/textures/item/shulker_shell.png new file mode 100644 index 00000000..0bae3cfb Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/shulker_shell.png differ diff --git a/1.14.4/assets/minecraft/textures/item/skull_banner_pattern.png b/1.14.4/assets/minecraft/textures/item/skull_banner_pattern.png new file mode 100644 index 00000000..6f29d2a2 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/skull_banner_pattern.png differ diff --git a/1.14.4/assets/minecraft/textures/item/slime_ball.png b/1.14.4/assets/minecraft/textures/item/slime_ball.png new file mode 100644 index 00000000..7192a111 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/slime_ball.png differ diff --git a/1.14.4/assets/minecraft/textures/item/snowball.png b/1.14.4/assets/minecraft/textures/item/snowball.png new file mode 100644 index 00000000..5cc3ab9b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/snowball.png differ diff --git a/1.14.4/assets/minecraft/textures/item/spawn_egg.png b/1.14.4/assets/minecraft/textures/item/spawn_egg.png new file mode 100644 index 00000000..f4c7dee1 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/spawn_egg.png differ diff --git a/1.14.4/assets/minecraft/textures/item/spawn_egg_overlay.png b/1.14.4/assets/minecraft/textures/item/spawn_egg_overlay.png new file mode 100644 index 00000000..83ec78f1 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/spawn_egg_overlay.png differ diff --git a/1.14.4/assets/minecraft/textures/item/spectral_arrow.png b/1.14.4/assets/minecraft/textures/item/spectral_arrow.png new file mode 100644 index 00000000..5c2c24a3 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/spectral_arrow.png differ diff --git a/1.14.4/assets/minecraft/textures/item/spider_eye.png b/1.14.4/assets/minecraft/textures/item/spider_eye.png new file mode 100644 index 00000000..4c0b784c Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/spider_eye.png differ diff --git a/1.14.4/assets/minecraft/textures/item/splash_potion.png b/1.14.4/assets/minecraft/textures/item/splash_potion.png new file mode 100644 index 00000000..0d3fa39d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/splash_potion.png differ diff --git a/1.14.4/assets/minecraft/textures/item/spruce_boat.png b/1.14.4/assets/minecraft/textures/item/spruce_boat.png new file mode 100644 index 00000000..d764262a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/spruce_boat.png differ diff --git a/1.14.4/assets/minecraft/textures/item/spruce_door.png b/1.14.4/assets/minecraft/textures/item/spruce_door.png new file mode 100644 index 00000000..8d915f35 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/spruce_door.png differ diff --git a/1.14.4/assets/minecraft/textures/item/spruce_sign.png b/1.14.4/assets/minecraft/textures/item/spruce_sign.png new file mode 100644 index 00000000..74d83e03 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/spruce_sign.png differ diff --git a/1.14.4/assets/minecraft/textures/item/stick.png b/1.14.4/assets/minecraft/textures/item/stick.png new file mode 100644 index 00000000..a6971ed3 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/stick.png differ diff --git a/1.14.4/assets/minecraft/textures/item/stone_axe.png b/1.14.4/assets/minecraft/textures/item/stone_axe.png new file mode 100644 index 00000000..2b726136 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/stone_axe.png differ diff --git a/1.14.4/assets/minecraft/textures/item/stone_hoe.png b/1.14.4/assets/minecraft/textures/item/stone_hoe.png new file mode 100644 index 00000000..00384107 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/stone_hoe.png differ diff --git a/1.14.4/assets/minecraft/textures/item/stone_pickaxe.png b/1.14.4/assets/minecraft/textures/item/stone_pickaxe.png new file mode 100644 index 00000000..71c261ac Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/stone_pickaxe.png differ diff --git a/1.14.4/assets/minecraft/textures/item/stone_shovel.png b/1.14.4/assets/minecraft/textures/item/stone_shovel.png new file mode 100644 index 00000000..d9b1faa1 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/stone_shovel.png differ diff --git a/1.14.4/assets/minecraft/textures/item/stone_sword.png b/1.14.4/assets/minecraft/textures/item/stone_sword.png new file mode 100644 index 00000000..68f8aa23 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/stone_sword.png differ diff --git a/1.14.4/assets/minecraft/textures/item/string.png b/1.14.4/assets/minecraft/textures/item/string.png new file mode 100644 index 00000000..c4234313 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/string.png differ diff --git a/1.14.4/assets/minecraft/textures/item/structure_void.png b/1.14.4/assets/minecraft/textures/item/structure_void.png new file mode 100644 index 00000000..4b150003 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/structure_void.png differ diff --git a/1.14.4/assets/minecraft/textures/item/sugar.png b/1.14.4/assets/minecraft/textures/item/sugar.png new file mode 100644 index 00000000..ab9f1478 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/sugar.png differ diff --git a/1.14.4/assets/minecraft/textures/item/sugar_cane.png b/1.14.4/assets/minecraft/textures/item/sugar_cane.png new file mode 100644 index 00000000..610f464b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/sugar_cane.png differ diff --git a/1.14.4/assets/minecraft/textures/item/suspicious_stew.png b/1.14.4/assets/minecraft/textures/item/suspicious_stew.png new file mode 100644 index 00000000..3c8b6856 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/suspicious_stew.png differ diff --git a/1.14.4/assets/minecraft/textures/item/sweet_berries.png b/1.14.4/assets/minecraft/textures/item/sweet_berries.png new file mode 100644 index 00000000..bce67956 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/sweet_berries.png differ diff --git a/1.14.4/assets/minecraft/textures/item/tipped_arrow_base.png b/1.14.4/assets/minecraft/textures/item/tipped_arrow_base.png new file mode 100644 index 00000000..a1b298ca Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/tipped_arrow_base.png differ diff --git a/1.14.4/assets/minecraft/textures/item/tipped_arrow_head.png b/1.14.4/assets/minecraft/textures/item/tipped_arrow_head.png new file mode 100644 index 00000000..7000bfc2 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/tipped_arrow_head.png differ diff --git a/1.14.4/assets/minecraft/textures/item/tnt_minecart.png b/1.14.4/assets/minecraft/textures/item/tnt_minecart.png new file mode 100644 index 00000000..cc81b8d1 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/tnt_minecart.png differ diff --git a/1.14.4/assets/minecraft/textures/item/totem_of_undying.png b/1.14.4/assets/minecraft/textures/item/totem_of_undying.png new file mode 100644 index 00000000..51599c50 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/totem_of_undying.png differ diff --git a/1.14.4/assets/minecraft/textures/item/trident.png b/1.14.4/assets/minecraft/textures/item/trident.png new file mode 100644 index 00000000..c1ffc2e7 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/trident.png differ diff --git a/1.14.4/assets/minecraft/textures/item/tropical_fish.png b/1.14.4/assets/minecraft/textures/item/tropical_fish.png new file mode 100644 index 00000000..0790f278 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/tropical_fish.png differ diff --git a/1.14.4/assets/minecraft/textures/item/tropical_fish_bucket.png b/1.14.4/assets/minecraft/textures/item/tropical_fish_bucket.png new file mode 100644 index 00000000..593430c4 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/tropical_fish_bucket.png differ diff --git a/1.14.4/assets/minecraft/textures/item/turtle_egg.png b/1.14.4/assets/minecraft/textures/item/turtle_egg.png new file mode 100644 index 00000000..647c695b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/turtle_egg.png differ diff --git a/1.14.4/assets/minecraft/textures/item/turtle_helmet.png b/1.14.4/assets/minecraft/textures/item/turtle_helmet.png new file mode 100644 index 00000000..06c2dea9 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/turtle_helmet.png differ diff --git a/1.14.4/assets/minecraft/textures/item/water_bucket.png b/1.14.4/assets/minecraft/textures/item/water_bucket.png new file mode 100644 index 00000000..52bf7853 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/water_bucket.png differ diff --git a/1.14.4/assets/minecraft/textures/item/wheat.png b/1.14.4/assets/minecraft/textures/item/wheat.png new file mode 100644 index 00000000..62bbd6c7 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/wheat.png differ diff --git a/1.14.4/assets/minecraft/textures/item/wheat_seeds.png b/1.14.4/assets/minecraft/textures/item/wheat_seeds.png new file mode 100644 index 00000000..83d23a6e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/wheat_seeds.png differ diff --git a/1.14.4/assets/minecraft/textures/item/white_dye.png b/1.14.4/assets/minecraft/textures/item/white_dye.png new file mode 100644 index 00000000..9b5dca84 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/white_dye.png differ diff --git a/1.14.4/assets/minecraft/textures/item/wooden_axe.png b/1.14.4/assets/minecraft/textures/item/wooden_axe.png new file mode 100644 index 00000000..bec1381d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/wooden_axe.png differ diff --git a/1.14.4/assets/minecraft/textures/item/wooden_hoe.png b/1.14.4/assets/minecraft/textures/item/wooden_hoe.png new file mode 100644 index 00000000..a3b4bd0d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/wooden_hoe.png differ diff --git a/1.14.4/assets/minecraft/textures/item/wooden_pickaxe.png b/1.14.4/assets/minecraft/textures/item/wooden_pickaxe.png new file mode 100644 index 00000000..75830c02 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/wooden_pickaxe.png differ diff --git a/1.14.4/assets/minecraft/textures/item/wooden_shovel.png b/1.14.4/assets/minecraft/textures/item/wooden_shovel.png new file mode 100644 index 00000000..9481942b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/wooden_shovel.png differ diff --git a/1.14.4/assets/minecraft/textures/item/wooden_sword.png b/1.14.4/assets/minecraft/textures/item/wooden_sword.png new file mode 100644 index 00000000..9c53ef40 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/wooden_sword.png differ diff --git a/1.14.4/assets/minecraft/textures/item/writable_book.png b/1.14.4/assets/minecraft/textures/item/writable_book.png new file mode 100644 index 00000000..33af2fb0 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/writable_book.png differ diff --git a/1.14.4/assets/minecraft/textures/item/written_book.png b/1.14.4/assets/minecraft/textures/item/written_book.png new file mode 100644 index 00000000..371a790f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/written_book.png differ diff --git a/1.14.4/assets/minecraft/textures/item/yellow_dye.png b/1.14.4/assets/minecraft/textures/item/yellow_dye.png new file mode 100644 index 00000000..1cea9ee2 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/item/yellow_dye.png differ diff --git a/1.14.4/assets/minecraft/textures/map/map_background.png b/1.14.4/assets/minecraft/textures/map/map_background.png new file mode 100644 index 00000000..ceeec962 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/map/map_background.png differ diff --git a/1.14.4/assets/minecraft/textures/map/map_icons.png b/1.14.4/assets/minecraft/textures/map/map_icons.png new file mode 100644 index 00000000..d0363da9 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/map/map_icons.png differ diff --git a/1.14.4/assets/minecraft/textures/misc/enchanted_item_glint.png b/1.14.4/assets/minecraft/textures/misc/enchanted_item_glint.png new file mode 100644 index 00000000..ea78b86c Binary files /dev/null and b/1.14.4/assets/minecraft/textures/misc/enchanted_item_glint.png differ diff --git a/1.14.4/assets/minecraft/textures/misc/enchanted_item_glint.png.mcmeta b/1.14.4/assets/minecraft/textures/misc/enchanted_item_glint.png.mcmeta new file mode 100644 index 00000000..e38a5ad3 --- /dev/null +++ b/1.14.4/assets/minecraft/textures/misc/enchanted_item_glint.png.mcmeta @@ -0,0 +1,5 @@ +{ + "texture": { + "blur": true + } +} diff --git a/1.14.4/assets/minecraft/textures/misc/forcefield.png b/1.14.4/assets/minecraft/textures/misc/forcefield.png new file mode 100644 index 00000000..8ece3337 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/misc/forcefield.png differ diff --git a/1.14.4/assets/minecraft/textures/misc/pumpkinblur.png b/1.14.4/assets/minecraft/textures/misc/pumpkinblur.png new file mode 100644 index 00000000..4f302df5 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/misc/pumpkinblur.png differ diff --git a/1.14.4/assets/minecraft/textures/misc/pumpkinblur.png.mcmeta b/1.14.4/assets/minecraft/textures/misc/pumpkinblur.png.mcmeta new file mode 100644 index 00000000..2077f3ce --- /dev/null +++ b/1.14.4/assets/minecraft/textures/misc/pumpkinblur.png.mcmeta @@ -0,0 +1,6 @@ +{ + "texture": { + "blur": true + } +} + diff --git a/1.14.4/assets/minecraft/textures/misc/shadow.png b/1.14.4/assets/minecraft/textures/misc/shadow.png new file mode 100644 index 00000000..daba11db Binary files /dev/null and b/1.14.4/assets/minecraft/textures/misc/shadow.png differ diff --git a/1.14.4/assets/minecraft/textures/misc/shadow.png.mcmeta b/1.14.4/assets/minecraft/textures/misc/shadow.png.mcmeta new file mode 100644 index 00000000..8c6c7d1d --- /dev/null +++ b/1.14.4/assets/minecraft/textures/misc/shadow.png.mcmeta @@ -0,0 +1,6 @@ +{ + "texture": { + "clamp": true + } +} + diff --git a/1.14.4/assets/minecraft/textures/misc/underwater.png b/1.14.4/assets/minecraft/textures/misc/underwater.png new file mode 100644 index 00000000..c2c9d3cf Binary files /dev/null and b/1.14.4/assets/minecraft/textures/misc/underwater.png differ diff --git a/1.14.4/assets/minecraft/textures/misc/unknown_pack.png b/1.14.4/assets/minecraft/textures/misc/unknown_pack.png new file mode 100644 index 00000000..0a25fdc6 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/misc/unknown_pack.png differ diff --git a/1.14.4/assets/minecraft/textures/misc/unknown_server.png b/1.14.4/assets/minecraft/textures/misc/unknown_server.png new file mode 100644 index 00000000..ec98382d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/misc/unknown_server.png differ diff --git a/1.14.4/assets/minecraft/textures/misc/vignette.png b/1.14.4/assets/minecraft/textures/misc/vignette.png new file mode 100644 index 00000000..5c8e97f7 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/misc/vignette.png differ diff --git a/1.14.4/assets/minecraft/textures/misc/vignette.png.mcmeta b/1.14.4/assets/minecraft/textures/misc/vignette.png.mcmeta new file mode 100644 index 00000000..2077f3ce --- /dev/null +++ b/1.14.4/assets/minecraft/textures/misc/vignette.png.mcmeta @@ -0,0 +1,6 @@ +{ + "texture": { + "blur": true + } +} + diff --git a/1.14.4/assets/minecraft/textures/mob_effect/absorption.png b/1.14.4/assets/minecraft/textures/mob_effect/absorption.png new file mode 100644 index 00000000..3ef0e591 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/mob_effect/absorption.png differ diff --git a/1.14.4/assets/minecraft/textures/mob_effect/bad_omen.png b/1.14.4/assets/minecraft/textures/mob_effect/bad_omen.png new file mode 100644 index 00000000..f94ba4b0 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/mob_effect/bad_omen.png differ diff --git a/1.14.4/assets/minecraft/textures/mob_effect/blindness.png b/1.14.4/assets/minecraft/textures/mob_effect/blindness.png new file mode 100644 index 00000000..9311ff67 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/mob_effect/blindness.png differ diff --git a/1.14.4/assets/minecraft/textures/mob_effect/conduit_power.png b/1.14.4/assets/minecraft/textures/mob_effect/conduit_power.png new file mode 100644 index 00000000..19aaaba4 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/mob_effect/conduit_power.png differ diff --git a/1.14.4/assets/minecraft/textures/mob_effect/dolphins_grace.png b/1.14.4/assets/minecraft/textures/mob_effect/dolphins_grace.png new file mode 100644 index 00000000..618f1c77 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/mob_effect/dolphins_grace.png differ diff --git a/1.14.4/assets/minecraft/textures/mob_effect/fire_resistance.png b/1.14.4/assets/minecraft/textures/mob_effect/fire_resistance.png new file mode 100644 index 00000000..c13c41f6 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/mob_effect/fire_resistance.png differ diff --git a/1.14.4/assets/minecraft/textures/mob_effect/glowing.png b/1.14.4/assets/minecraft/textures/mob_effect/glowing.png new file mode 100644 index 00000000..90f74750 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/mob_effect/glowing.png differ diff --git a/1.14.4/assets/minecraft/textures/mob_effect/haste.png b/1.14.4/assets/minecraft/textures/mob_effect/haste.png new file mode 100644 index 00000000..7d755f00 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/mob_effect/haste.png differ diff --git a/1.14.4/assets/minecraft/textures/mob_effect/health_boost.png b/1.14.4/assets/minecraft/textures/mob_effect/health_boost.png new file mode 100644 index 00000000..91122035 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/mob_effect/health_boost.png differ diff --git a/1.14.4/assets/minecraft/textures/mob_effect/hero_of_the_village.png b/1.14.4/assets/minecraft/textures/mob_effect/hero_of_the_village.png new file mode 100644 index 00000000..9e25c98d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/mob_effect/hero_of_the_village.png differ diff --git a/1.14.4/assets/minecraft/textures/mob_effect/hunger.png b/1.14.4/assets/minecraft/textures/mob_effect/hunger.png new file mode 100644 index 00000000..fe2433f1 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/mob_effect/hunger.png differ diff --git a/1.14.4/assets/minecraft/textures/mob_effect/instant_damage.png b/1.14.4/assets/minecraft/textures/mob_effect/instant_damage.png new file mode 100644 index 00000000..684b0770 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/mob_effect/instant_damage.png differ diff --git a/1.14.4/assets/minecraft/textures/mob_effect/instant_health.png b/1.14.4/assets/minecraft/textures/mob_effect/instant_health.png new file mode 100644 index 00000000..684b0770 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/mob_effect/instant_health.png differ diff --git a/1.14.4/assets/minecraft/textures/mob_effect/invisibility.png b/1.14.4/assets/minecraft/textures/mob_effect/invisibility.png new file mode 100644 index 00000000..c30472d0 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/mob_effect/invisibility.png differ diff --git a/1.14.4/assets/minecraft/textures/mob_effect/jump_boost.png b/1.14.4/assets/minecraft/textures/mob_effect/jump_boost.png new file mode 100644 index 00000000..d3009c6d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/mob_effect/jump_boost.png differ diff --git a/1.14.4/assets/minecraft/textures/mob_effect/levitation.png b/1.14.4/assets/minecraft/textures/mob_effect/levitation.png new file mode 100644 index 00000000..fbea004b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/mob_effect/levitation.png differ diff --git a/1.14.4/assets/minecraft/textures/mob_effect/luck.png b/1.14.4/assets/minecraft/textures/mob_effect/luck.png new file mode 100644 index 00000000..eb260700 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/mob_effect/luck.png differ diff --git a/1.14.4/assets/minecraft/textures/mob_effect/mining_fatigue.png b/1.14.4/assets/minecraft/textures/mob_effect/mining_fatigue.png new file mode 100644 index 00000000..16f9d5f3 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/mob_effect/mining_fatigue.png differ diff --git a/1.14.4/assets/minecraft/textures/mob_effect/nausea.png b/1.14.4/assets/minecraft/textures/mob_effect/nausea.png new file mode 100644 index 00000000..6b2861bc Binary files /dev/null and b/1.14.4/assets/minecraft/textures/mob_effect/nausea.png differ diff --git a/1.14.4/assets/minecraft/textures/mob_effect/night_vision.png b/1.14.4/assets/minecraft/textures/mob_effect/night_vision.png new file mode 100644 index 00000000..b502c007 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/mob_effect/night_vision.png differ diff --git a/1.14.4/assets/minecraft/textures/mob_effect/poison.png b/1.14.4/assets/minecraft/textures/mob_effect/poison.png new file mode 100644 index 00000000..7eca1b21 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/mob_effect/poison.png differ diff --git a/1.14.4/assets/minecraft/textures/mob_effect/regeneration.png b/1.14.4/assets/minecraft/textures/mob_effect/regeneration.png new file mode 100644 index 00000000..baa50314 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/mob_effect/regeneration.png differ diff --git a/1.14.4/assets/minecraft/textures/mob_effect/resistance.png b/1.14.4/assets/minecraft/textures/mob_effect/resistance.png new file mode 100644 index 00000000..18ecb5c9 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/mob_effect/resistance.png differ diff --git a/1.14.4/assets/minecraft/textures/mob_effect/saturation.png b/1.14.4/assets/minecraft/textures/mob_effect/saturation.png new file mode 100644 index 00000000..684b0770 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/mob_effect/saturation.png differ diff --git a/1.14.4/assets/minecraft/textures/mob_effect/slow_falling.png b/1.14.4/assets/minecraft/textures/mob_effect/slow_falling.png new file mode 100644 index 00000000..3718afb8 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/mob_effect/slow_falling.png differ diff --git a/1.14.4/assets/minecraft/textures/mob_effect/slowness.png b/1.14.4/assets/minecraft/textures/mob_effect/slowness.png new file mode 100644 index 00000000..02c888b2 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/mob_effect/slowness.png differ diff --git a/1.14.4/assets/minecraft/textures/mob_effect/speed.png b/1.14.4/assets/minecraft/textures/mob_effect/speed.png new file mode 100644 index 00000000..64da0e65 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/mob_effect/speed.png differ diff --git a/1.14.4/assets/minecraft/textures/mob_effect/strength.png b/1.14.4/assets/minecraft/textures/mob_effect/strength.png new file mode 100644 index 00000000..8abad5c2 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/mob_effect/strength.png differ diff --git a/1.14.4/assets/minecraft/textures/mob_effect/unluck.png b/1.14.4/assets/minecraft/textures/mob_effect/unluck.png new file mode 100644 index 00000000..f0e35a5f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/mob_effect/unluck.png differ diff --git a/1.14.4/assets/minecraft/textures/mob_effect/water_breathing.png b/1.14.4/assets/minecraft/textures/mob_effect/water_breathing.png new file mode 100644 index 00000000..e9d536b4 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/mob_effect/water_breathing.png differ diff --git a/1.14.4/assets/minecraft/textures/mob_effect/weakness.png b/1.14.4/assets/minecraft/textures/mob_effect/weakness.png new file mode 100644 index 00000000..2e2f0214 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/mob_effect/weakness.png differ diff --git a/1.14.4/assets/minecraft/textures/mob_effect/wither.png b/1.14.4/assets/minecraft/textures/mob_effect/wither.png new file mode 100644 index 00000000..d66ffe16 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/mob_effect/wither.png differ diff --git a/1.14.4/assets/minecraft/textures/models/armor/chainmail_layer_1.png b/1.14.4/assets/minecraft/textures/models/armor/chainmail_layer_1.png new file mode 100644 index 00000000..c28e0a3b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/models/armor/chainmail_layer_1.png differ diff --git a/1.14.4/assets/minecraft/textures/models/armor/chainmail_layer_2.png b/1.14.4/assets/minecraft/textures/models/armor/chainmail_layer_2.png new file mode 100644 index 00000000..60bf1d77 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/models/armor/chainmail_layer_2.png differ diff --git a/1.14.4/assets/minecraft/textures/models/armor/diamond_layer_1.png b/1.14.4/assets/minecraft/textures/models/armor/diamond_layer_1.png new file mode 100644 index 00000000..44e2fc53 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/models/armor/diamond_layer_1.png differ diff --git a/1.14.4/assets/minecraft/textures/models/armor/diamond_layer_2.png b/1.14.4/assets/minecraft/textures/models/armor/diamond_layer_2.png new file mode 100644 index 00000000..2de240e2 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/models/armor/diamond_layer_2.png differ diff --git a/1.14.4/assets/minecraft/textures/models/armor/gold_layer_1.png b/1.14.4/assets/minecraft/textures/models/armor/gold_layer_1.png new file mode 100644 index 00000000..567d9023 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/models/armor/gold_layer_1.png differ diff --git a/1.14.4/assets/minecraft/textures/models/armor/gold_layer_2.png b/1.14.4/assets/minecraft/textures/models/armor/gold_layer_2.png new file mode 100644 index 00000000..c179399b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/models/armor/gold_layer_2.png differ diff --git a/1.14.4/assets/minecraft/textures/models/armor/iron_layer_1.png b/1.14.4/assets/minecraft/textures/models/armor/iron_layer_1.png new file mode 100644 index 00000000..1da5d263 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/models/armor/iron_layer_1.png differ diff --git a/1.14.4/assets/minecraft/textures/models/armor/iron_layer_2.png b/1.14.4/assets/minecraft/textures/models/armor/iron_layer_2.png new file mode 100644 index 00000000..3170869e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/models/armor/iron_layer_2.png differ diff --git a/1.14.4/assets/minecraft/textures/models/armor/leather_layer_1.png b/1.14.4/assets/minecraft/textures/models/armor/leather_layer_1.png new file mode 100644 index 00000000..cf4aada1 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/models/armor/leather_layer_1.png differ diff --git a/1.14.4/assets/minecraft/textures/models/armor/leather_layer_1_overlay.png b/1.14.4/assets/minecraft/textures/models/armor/leather_layer_1_overlay.png new file mode 100644 index 00000000..98dd02af Binary files /dev/null and b/1.14.4/assets/minecraft/textures/models/armor/leather_layer_1_overlay.png differ diff --git a/1.14.4/assets/minecraft/textures/models/armor/leather_layer_2.png b/1.14.4/assets/minecraft/textures/models/armor/leather_layer_2.png new file mode 100644 index 00000000..abd64e6b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/models/armor/leather_layer_2.png differ diff --git a/1.14.4/assets/minecraft/textures/models/armor/leather_layer_2_overlay.png b/1.14.4/assets/minecraft/textures/models/armor/leather_layer_2_overlay.png new file mode 100644 index 00000000..4faea6d6 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/models/armor/leather_layer_2_overlay.png differ diff --git a/1.14.4/assets/minecraft/textures/models/armor/turtle_layer_1.png b/1.14.4/assets/minecraft/textures/models/armor/turtle_layer_1.png new file mode 100644 index 00000000..6f392726 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/models/armor/turtle_layer_1.png differ diff --git a/1.14.4/assets/minecraft/textures/painting/alban.png b/1.14.4/assets/minecraft/textures/painting/alban.png new file mode 100644 index 00000000..19813ecd Binary files /dev/null and b/1.14.4/assets/minecraft/textures/painting/alban.png differ diff --git a/1.14.4/assets/minecraft/textures/painting/aztec.png b/1.14.4/assets/minecraft/textures/painting/aztec.png new file mode 100644 index 00000000..dec7b1e2 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/painting/aztec.png differ diff --git a/1.14.4/assets/minecraft/textures/painting/aztec2.png b/1.14.4/assets/minecraft/textures/painting/aztec2.png new file mode 100644 index 00000000..803f8ebd Binary files /dev/null and b/1.14.4/assets/minecraft/textures/painting/aztec2.png differ diff --git a/1.14.4/assets/minecraft/textures/painting/back.png b/1.14.4/assets/minecraft/textures/painting/back.png new file mode 100644 index 00000000..0e9bdece Binary files /dev/null and b/1.14.4/assets/minecraft/textures/painting/back.png differ diff --git a/1.14.4/assets/minecraft/textures/painting/bomb.png b/1.14.4/assets/minecraft/textures/painting/bomb.png new file mode 100644 index 00000000..2be99cc5 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/painting/bomb.png differ diff --git a/1.14.4/assets/minecraft/textures/painting/burning_skull.png b/1.14.4/assets/minecraft/textures/painting/burning_skull.png new file mode 100644 index 00000000..b7b15ee8 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/painting/burning_skull.png differ diff --git a/1.14.4/assets/minecraft/textures/painting/bust.png b/1.14.4/assets/minecraft/textures/painting/bust.png new file mode 100644 index 00000000..303301b3 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/painting/bust.png differ diff --git a/1.14.4/assets/minecraft/textures/painting/courbet.png b/1.14.4/assets/minecraft/textures/painting/courbet.png new file mode 100644 index 00000000..4c533d54 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/painting/courbet.png differ diff --git a/1.14.4/assets/minecraft/textures/painting/creebet.png b/1.14.4/assets/minecraft/textures/painting/creebet.png new file mode 100644 index 00000000..9d562ea6 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/painting/creebet.png differ diff --git a/1.14.4/assets/minecraft/textures/painting/donkey_kong.png b/1.14.4/assets/minecraft/textures/painting/donkey_kong.png new file mode 100644 index 00000000..f739ca11 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/painting/donkey_kong.png differ diff --git a/1.14.4/assets/minecraft/textures/painting/fighters.png b/1.14.4/assets/minecraft/textures/painting/fighters.png new file mode 100644 index 00000000..813fbca2 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/painting/fighters.png differ diff --git a/1.14.4/assets/minecraft/textures/painting/graham.png b/1.14.4/assets/minecraft/textures/painting/graham.png new file mode 100644 index 00000000..198786b2 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/painting/graham.png differ diff --git a/1.14.4/assets/minecraft/textures/painting/kebab.png b/1.14.4/assets/minecraft/textures/painting/kebab.png new file mode 100644 index 00000000..2b7499a7 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/painting/kebab.png differ diff --git a/1.14.4/assets/minecraft/textures/painting/match.png b/1.14.4/assets/minecraft/textures/painting/match.png new file mode 100644 index 00000000..0431cbdd Binary files /dev/null and b/1.14.4/assets/minecraft/textures/painting/match.png differ diff --git a/1.14.4/assets/minecraft/textures/painting/pigscene.png b/1.14.4/assets/minecraft/textures/painting/pigscene.png new file mode 100644 index 00000000..2ec83a0a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/painting/pigscene.png differ diff --git a/1.14.4/assets/minecraft/textures/painting/plant.png b/1.14.4/assets/minecraft/textures/painting/plant.png new file mode 100644 index 00000000..a99cd267 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/painting/plant.png differ diff --git a/1.14.4/assets/minecraft/textures/painting/pointer.png b/1.14.4/assets/minecraft/textures/painting/pointer.png new file mode 100644 index 00000000..7ca94435 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/painting/pointer.png differ diff --git a/1.14.4/assets/minecraft/textures/painting/pool.png b/1.14.4/assets/minecraft/textures/painting/pool.png new file mode 100644 index 00000000..98ea0245 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/painting/pool.png differ diff --git a/1.14.4/assets/minecraft/textures/painting/sea.png b/1.14.4/assets/minecraft/textures/painting/sea.png new file mode 100644 index 00000000..5364b506 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/painting/sea.png differ diff --git a/1.14.4/assets/minecraft/textures/painting/skeleton.png b/1.14.4/assets/minecraft/textures/painting/skeleton.png new file mode 100644 index 00000000..39f9e15b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/painting/skeleton.png differ diff --git a/1.14.4/assets/minecraft/textures/painting/skull_and_roses.png b/1.14.4/assets/minecraft/textures/painting/skull_and_roses.png new file mode 100644 index 00000000..b0028810 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/painting/skull_and_roses.png differ diff --git a/1.14.4/assets/minecraft/textures/painting/stage.png b/1.14.4/assets/minecraft/textures/painting/stage.png new file mode 100644 index 00000000..7fa6c613 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/painting/stage.png differ diff --git a/1.14.4/assets/minecraft/textures/painting/sunset.png b/1.14.4/assets/minecraft/textures/painting/sunset.png new file mode 100644 index 00000000..8308be15 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/painting/sunset.png differ diff --git a/1.14.4/assets/minecraft/textures/painting/void.png b/1.14.4/assets/minecraft/textures/painting/void.png new file mode 100644 index 00000000..52d0e0d2 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/painting/void.png differ diff --git a/1.14.4/assets/minecraft/textures/painting/wanderer.png b/1.14.4/assets/minecraft/textures/painting/wanderer.png new file mode 100644 index 00000000..6db13df5 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/painting/wanderer.png differ diff --git a/1.14.4/assets/minecraft/textures/painting/wasteland.png b/1.14.4/assets/minecraft/textures/painting/wasteland.png new file mode 100644 index 00000000..1cfc27b1 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/painting/wasteland.png differ diff --git a/1.14.4/assets/minecraft/textures/painting/wither.png b/1.14.4/assets/minecraft/textures/painting/wither.png new file mode 100644 index 00000000..3fd56363 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/painting/wither.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/angry.png b/1.14.4/assets/minecraft/textures/particle/angry.png new file mode 100644 index 00000000..3b616220 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/angry.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/big_smoke_0.png b/1.14.4/assets/minecraft/textures/particle/big_smoke_0.png new file mode 100644 index 00000000..727f1d6a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/big_smoke_0.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/big_smoke_1.png b/1.14.4/assets/minecraft/textures/particle/big_smoke_1.png new file mode 100644 index 00000000..8c07ee3b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/big_smoke_1.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/big_smoke_10.png b/1.14.4/assets/minecraft/textures/particle/big_smoke_10.png new file mode 100644 index 00000000..712c41cb Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/big_smoke_10.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/big_smoke_11.png b/1.14.4/assets/minecraft/textures/particle/big_smoke_11.png new file mode 100644 index 00000000..7f3a7dbd Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/big_smoke_11.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/big_smoke_2.png b/1.14.4/assets/minecraft/textures/particle/big_smoke_2.png new file mode 100644 index 00000000..81d1a98c Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/big_smoke_2.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/big_smoke_3.png b/1.14.4/assets/minecraft/textures/particle/big_smoke_3.png new file mode 100644 index 00000000..4a5f8224 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/big_smoke_3.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/big_smoke_4.png b/1.14.4/assets/minecraft/textures/particle/big_smoke_4.png new file mode 100644 index 00000000..17c35e5a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/big_smoke_4.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/big_smoke_5.png b/1.14.4/assets/minecraft/textures/particle/big_smoke_5.png new file mode 100644 index 00000000..3dbb32af Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/big_smoke_5.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/big_smoke_6.png b/1.14.4/assets/minecraft/textures/particle/big_smoke_6.png new file mode 100644 index 00000000..1e5fec17 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/big_smoke_6.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/big_smoke_7.png b/1.14.4/assets/minecraft/textures/particle/big_smoke_7.png new file mode 100644 index 00000000..ebef40c2 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/big_smoke_7.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/big_smoke_8.png b/1.14.4/assets/minecraft/textures/particle/big_smoke_8.png new file mode 100644 index 00000000..a704e860 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/big_smoke_8.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/big_smoke_9.png b/1.14.4/assets/minecraft/textures/particle/big_smoke_9.png new file mode 100644 index 00000000..4dd14f32 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/big_smoke_9.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/bubble.png b/1.14.4/assets/minecraft/textures/particle/bubble.png new file mode 100644 index 00000000..c91be371 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/bubble.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/bubble_pop_0.png b/1.14.4/assets/minecraft/textures/particle/bubble_pop_0.png new file mode 100644 index 00000000..2f2eb00d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/bubble_pop_0.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/bubble_pop_1.png b/1.14.4/assets/minecraft/textures/particle/bubble_pop_1.png new file mode 100644 index 00000000..b1d286dd Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/bubble_pop_1.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/bubble_pop_2.png b/1.14.4/assets/minecraft/textures/particle/bubble_pop_2.png new file mode 100644 index 00000000..b142bd9e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/bubble_pop_2.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/bubble_pop_3.png b/1.14.4/assets/minecraft/textures/particle/bubble_pop_3.png new file mode 100644 index 00000000..79fa0cc0 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/bubble_pop_3.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/bubble_pop_4.png b/1.14.4/assets/minecraft/textures/particle/bubble_pop_4.png new file mode 100644 index 00000000..42fed52c Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/bubble_pop_4.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/critical_hit.png b/1.14.4/assets/minecraft/textures/particle/critical_hit.png new file mode 100644 index 00000000..df76fb0e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/critical_hit.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/damage.png b/1.14.4/assets/minecraft/textures/particle/damage.png new file mode 100644 index 00000000..9f397a99 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/damage.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/drip_fall.png b/1.14.4/assets/minecraft/textures/particle/drip_fall.png new file mode 100644 index 00000000..a70945cf Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/drip_fall.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/drip_hang.png b/1.14.4/assets/minecraft/textures/particle/drip_hang.png new file mode 100644 index 00000000..2d78df11 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/drip_hang.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/drip_land.png b/1.14.4/assets/minecraft/textures/particle/drip_land.png new file mode 100644 index 00000000..f0d0312f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/drip_land.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/effect_0.png b/1.14.4/assets/minecraft/textures/particle/effect_0.png new file mode 100644 index 00000000..469da803 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/effect_0.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/effect_1.png b/1.14.4/assets/minecraft/textures/particle/effect_1.png new file mode 100644 index 00000000..20c63cbb Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/effect_1.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/effect_2.png b/1.14.4/assets/minecraft/textures/particle/effect_2.png new file mode 100644 index 00000000..68cabdaa Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/effect_2.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/effect_3.png b/1.14.4/assets/minecraft/textures/particle/effect_3.png new file mode 100644 index 00000000..fe37f7ae Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/effect_3.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/effect_4.png b/1.14.4/assets/minecraft/textures/particle/effect_4.png new file mode 100644 index 00000000..2aa3ef07 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/effect_4.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/effect_5.png b/1.14.4/assets/minecraft/textures/particle/effect_5.png new file mode 100644 index 00000000..175564b3 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/effect_5.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/effect_6.png b/1.14.4/assets/minecraft/textures/particle/effect_6.png new file mode 100644 index 00000000..be940479 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/effect_6.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/effect_7.png b/1.14.4/assets/minecraft/textures/particle/effect_7.png new file mode 100644 index 00000000..32700a9a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/effect_7.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/enchanted_hit.png b/1.14.4/assets/minecraft/textures/particle/enchanted_hit.png new file mode 100644 index 00000000..122f4f78 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/enchanted_hit.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/explosion_0.png b/1.14.4/assets/minecraft/textures/particle/explosion_0.png new file mode 100644 index 00000000..4dc51224 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/explosion_0.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/explosion_1.png b/1.14.4/assets/minecraft/textures/particle/explosion_1.png new file mode 100644 index 00000000..83e8ca2f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/explosion_1.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/explosion_10.png b/1.14.4/assets/minecraft/textures/particle/explosion_10.png new file mode 100644 index 00000000..b4088437 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/explosion_10.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/explosion_11.png b/1.14.4/assets/minecraft/textures/particle/explosion_11.png new file mode 100644 index 00000000..2f8f274d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/explosion_11.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/explosion_12.png b/1.14.4/assets/minecraft/textures/particle/explosion_12.png new file mode 100644 index 00000000..8447981e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/explosion_12.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/explosion_13.png b/1.14.4/assets/minecraft/textures/particle/explosion_13.png new file mode 100644 index 00000000..62d2da12 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/explosion_13.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/explosion_14.png b/1.14.4/assets/minecraft/textures/particle/explosion_14.png new file mode 100644 index 00000000..10041baa Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/explosion_14.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/explosion_15.png b/1.14.4/assets/minecraft/textures/particle/explosion_15.png new file mode 100644 index 00000000..bc484e87 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/explosion_15.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/explosion_2.png b/1.14.4/assets/minecraft/textures/particle/explosion_2.png new file mode 100644 index 00000000..2157e39e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/explosion_2.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/explosion_3.png b/1.14.4/assets/minecraft/textures/particle/explosion_3.png new file mode 100644 index 00000000..b3725d5b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/explosion_3.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/explosion_4.png b/1.14.4/assets/minecraft/textures/particle/explosion_4.png new file mode 100644 index 00000000..a3632381 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/explosion_4.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/explosion_5.png b/1.14.4/assets/minecraft/textures/particle/explosion_5.png new file mode 100644 index 00000000..37392a00 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/explosion_5.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/explosion_6.png b/1.14.4/assets/minecraft/textures/particle/explosion_6.png new file mode 100644 index 00000000..d24878d6 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/explosion_6.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/explosion_7.png b/1.14.4/assets/minecraft/textures/particle/explosion_7.png new file mode 100644 index 00000000..047ab147 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/explosion_7.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/explosion_8.png b/1.14.4/assets/minecraft/textures/particle/explosion_8.png new file mode 100644 index 00000000..10027145 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/explosion_8.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/explosion_9.png b/1.14.4/assets/minecraft/textures/particle/explosion_9.png new file mode 100644 index 00000000..a7cc716c Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/explosion_9.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/flame.png b/1.14.4/assets/minecraft/textures/particle/flame.png new file mode 100644 index 00000000..7e13f907 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/flame.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/flash.png b/1.14.4/assets/minecraft/textures/particle/flash.png new file mode 100644 index 00000000..c1ce0516 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/flash.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/footprint.png b/1.14.4/assets/minecraft/textures/particle/footprint.png new file mode 100644 index 00000000..495a367e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/footprint.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/generic_0.png b/1.14.4/assets/minecraft/textures/particle/generic_0.png new file mode 100644 index 00000000..2548245c Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/generic_0.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/generic_1.png b/1.14.4/assets/minecraft/textures/particle/generic_1.png new file mode 100644 index 00000000..ae21dac3 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/generic_1.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/generic_2.png b/1.14.4/assets/minecraft/textures/particle/generic_2.png new file mode 100644 index 00000000..a9bd5356 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/generic_2.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/generic_3.png b/1.14.4/assets/minecraft/textures/particle/generic_3.png new file mode 100644 index 00000000..2f7838f5 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/generic_3.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/generic_4.png b/1.14.4/assets/minecraft/textures/particle/generic_4.png new file mode 100644 index 00000000..fdfaefa3 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/generic_4.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/generic_5.png b/1.14.4/assets/minecraft/textures/particle/generic_5.png new file mode 100644 index 00000000..eda695d9 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/generic_5.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/generic_6.png b/1.14.4/assets/minecraft/textures/particle/generic_6.png new file mode 100644 index 00000000..6f58049a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/generic_6.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/generic_7.png b/1.14.4/assets/minecraft/textures/particle/generic_7.png new file mode 100644 index 00000000..e2be78d6 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/generic_7.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/glint.png b/1.14.4/assets/minecraft/textures/particle/glint.png new file mode 100644 index 00000000..ef29ed00 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/glint.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/glitter_0.png b/1.14.4/assets/minecraft/textures/particle/glitter_0.png new file mode 100644 index 00000000..2548245c Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/glitter_0.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/glitter_1.png b/1.14.4/assets/minecraft/textures/particle/glitter_1.png new file mode 100644 index 00000000..de69d9fe Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/glitter_1.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/glitter_2.png b/1.14.4/assets/minecraft/textures/particle/glitter_2.png new file mode 100644 index 00000000..19a9831f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/glitter_2.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/glitter_3.png b/1.14.4/assets/minecraft/textures/particle/glitter_3.png new file mode 100644 index 00000000..2a929796 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/glitter_3.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/glitter_4.png b/1.14.4/assets/minecraft/textures/particle/glitter_4.png new file mode 100644 index 00000000..acf3c155 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/glitter_4.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/glitter_5.png b/1.14.4/assets/minecraft/textures/particle/glitter_5.png new file mode 100644 index 00000000..56e6ef63 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/glitter_5.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/glitter_6.png b/1.14.4/assets/minecraft/textures/particle/glitter_6.png new file mode 100644 index 00000000..acf3c155 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/glitter_6.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/glitter_7.png b/1.14.4/assets/minecraft/textures/particle/glitter_7.png new file mode 100644 index 00000000..56e6ef63 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/glitter_7.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/heart.png b/1.14.4/assets/minecraft/textures/particle/heart.png new file mode 100644 index 00000000..987aa17a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/heart.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/lava.png b/1.14.4/assets/minecraft/textures/particle/lava.png new file mode 100644 index 00000000..95cbc05a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/lava.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/nautilus.png b/1.14.4/assets/minecraft/textures/particle/nautilus.png new file mode 100644 index 00000000..0ab4ef0f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/nautilus.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/note.png b/1.14.4/assets/minecraft/textures/particle/note.png new file mode 100644 index 00000000..4060407e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/note.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/sga_a.png b/1.14.4/assets/minecraft/textures/particle/sga_a.png new file mode 100644 index 00000000..013c54e0 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/sga_a.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/sga_b.png b/1.14.4/assets/minecraft/textures/particle/sga_b.png new file mode 100644 index 00000000..108feaf8 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/sga_b.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/sga_c.png b/1.14.4/assets/minecraft/textures/particle/sga_c.png new file mode 100644 index 00000000..ae268f02 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/sga_c.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/sga_d.png b/1.14.4/assets/minecraft/textures/particle/sga_d.png new file mode 100644 index 00000000..99c6cf7f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/sga_d.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/sga_e.png b/1.14.4/assets/minecraft/textures/particle/sga_e.png new file mode 100644 index 00000000..bab9f926 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/sga_e.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/sga_f.png b/1.14.4/assets/minecraft/textures/particle/sga_f.png new file mode 100644 index 00000000..5684e16b Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/sga_f.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/sga_g.png b/1.14.4/assets/minecraft/textures/particle/sga_g.png new file mode 100644 index 00000000..a8a67e8f Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/sga_g.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/sga_h.png b/1.14.4/assets/minecraft/textures/particle/sga_h.png new file mode 100644 index 00000000..d617867d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/sga_h.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/sga_i.png b/1.14.4/assets/minecraft/textures/particle/sga_i.png new file mode 100644 index 00000000..54b12c0a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/sga_i.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/sga_j.png b/1.14.4/assets/minecraft/textures/particle/sga_j.png new file mode 100644 index 00000000..eba2f6d4 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/sga_j.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/sga_k.png b/1.14.4/assets/minecraft/textures/particle/sga_k.png new file mode 100644 index 00000000..ffd569e1 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/sga_k.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/sga_l.png b/1.14.4/assets/minecraft/textures/particle/sga_l.png new file mode 100644 index 00000000..1d71a800 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/sga_l.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/sga_m.png b/1.14.4/assets/minecraft/textures/particle/sga_m.png new file mode 100644 index 00000000..26f83997 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/sga_m.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/sga_n.png b/1.14.4/assets/minecraft/textures/particle/sga_n.png new file mode 100644 index 00000000..6241d005 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/sga_n.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/sga_o.png b/1.14.4/assets/minecraft/textures/particle/sga_o.png new file mode 100644 index 00000000..e9ecb651 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/sga_o.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/sga_p.png b/1.14.4/assets/minecraft/textures/particle/sga_p.png new file mode 100644 index 00000000..7d1f25c2 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/sga_p.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/sga_q.png b/1.14.4/assets/minecraft/textures/particle/sga_q.png new file mode 100644 index 00000000..9d8e1c07 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/sga_q.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/sga_r.png b/1.14.4/assets/minecraft/textures/particle/sga_r.png new file mode 100644 index 00000000..ebeb140e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/sga_r.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/sga_s.png b/1.14.4/assets/minecraft/textures/particle/sga_s.png new file mode 100644 index 00000000..c6c9ada3 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/sga_s.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/sga_t.png b/1.14.4/assets/minecraft/textures/particle/sga_t.png new file mode 100644 index 00000000..e053fc37 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/sga_t.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/sga_u.png b/1.14.4/assets/minecraft/textures/particle/sga_u.png new file mode 100644 index 00000000..91d5e16c Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/sga_u.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/sga_v.png b/1.14.4/assets/minecraft/textures/particle/sga_v.png new file mode 100644 index 00000000..8c889df6 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/sga_v.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/sga_w.png b/1.14.4/assets/minecraft/textures/particle/sga_w.png new file mode 100644 index 00000000..66e14c60 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/sga_w.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/sga_x.png b/1.14.4/assets/minecraft/textures/particle/sga_x.png new file mode 100644 index 00000000..ef9383f7 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/sga_x.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/sga_y.png b/1.14.4/assets/minecraft/textures/particle/sga_y.png new file mode 100644 index 00000000..94750880 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/sga_y.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/sga_z.png b/1.14.4/assets/minecraft/textures/particle/sga_z.png new file mode 100644 index 00000000..e418a2a7 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/sga_z.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/spark_0.png b/1.14.4/assets/minecraft/textures/particle/spark_0.png new file mode 100644 index 00000000..272183ab Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/spark_0.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/spark_1.png b/1.14.4/assets/minecraft/textures/particle/spark_1.png new file mode 100644 index 00000000..d8680995 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/spark_1.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/spark_2.png b/1.14.4/assets/minecraft/textures/particle/spark_2.png new file mode 100644 index 00000000..338c994d Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/spark_2.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/spark_3.png b/1.14.4/assets/minecraft/textures/particle/spark_3.png new file mode 100644 index 00000000..dca7bddb Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/spark_3.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/spark_4.png b/1.14.4/assets/minecraft/textures/particle/spark_4.png new file mode 100644 index 00000000..3fe2fff5 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/spark_4.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/spark_5.png b/1.14.4/assets/minecraft/textures/particle/spark_5.png new file mode 100644 index 00000000..27c98013 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/spark_5.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/spark_6.png b/1.14.4/assets/minecraft/textures/particle/spark_6.png new file mode 100644 index 00000000..b6fb7fff Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/spark_6.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/spark_7.png b/1.14.4/assets/minecraft/textures/particle/spark_7.png new file mode 100644 index 00000000..27c98013 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/spark_7.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/spell_0.png b/1.14.4/assets/minecraft/textures/particle/spell_0.png new file mode 100644 index 00000000..272183ab Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/spell_0.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/spell_1.png b/1.14.4/assets/minecraft/textures/particle/spell_1.png new file mode 100644 index 00000000..a0956902 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/spell_1.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/spell_2.png b/1.14.4/assets/minecraft/textures/particle/spell_2.png new file mode 100644 index 00000000..20ddbc13 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/spell_2.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/spell_3.png b/1.14.4/assets/minecraft/textures/particle/spell_3.png new file mode 100644 index 00000000..d3bc540e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/spell_3.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/spell_4.png b/1.14.4/assets/minecraft/textures/particle/spell_4.png new file mode 100644 index 00000000..dfa2c57e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/spell_4.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/spell_5.png b/1.14.4/assets/minecraft/textures/particle/spell_5.png new file mode 100644 index 00000000..dfa2c57e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/spell_5.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/spell_6.png b/1.14.4/assets/minecraft/textures/particle/spell_6.png new file mode 100644 index 00000000..dfa2c57e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/spell_6.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/spell_7.png b/1.14.4/assets/minecraft/textures/particle/spell_7.png new file mode 100644 index 00000000..dfa2c57e Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/spell_7.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/splash_0.png b/1.14.4/assets/minecraft/textures/particle/splash_0.png new file mode 100644 index 00000000..e2222b60 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/splash_0.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/splash_1.png b/1.14.4/assets/minecraft/textures/particle/splash_1.png new file mode 100644 index 00000000..781b666a Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/splash_1.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/splash_2.png b/1.14.4/assets/minecraft/textures/particle/splash_2.png new file mode 100644 index 00000000..04395464 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/splash_2.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/splash_3.png b/1.14.4/assets/minecraft/textures/particle/splash_3.png new file mode 100644 index 00000000..2387af01 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/splash_3.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/sweep_0.png b/1.14.4/assets/minecraft/textures/particle/sweep_0.png new file mode 100644 index 00000000..e6a72bd8 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/sweep_0.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/sweep_1.png b/1.14.4/assets/minecraft/textures/particle/sweep_1.png new file mode 100644 index 00000000..17e34ce9 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/sweep_1.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/sweep_2.png b/1.14.4/assets/minecraft/textures/particle/sweep_2.png new file mode 100644 index 00000000..36e89603 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/sweep_2.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/sweep_3.png b/1.14.4/assets/minecraft/textures/particle/sweep_3.png new file mode 100644 index 00000000..a16d1bb7 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/sweep_3.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/sweep_4.png b/1.14.4/assets/minecraft/textures/particle/sweep_4.png new file mode 100644 index 00000000..bc27ca12 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/sweep_4.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/sweep_5.png b/1.14.4/assets/minecraft/textures/particle/sweep_5.png new file mode 100644 index 00000000..668bafbf Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/sweep_5.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/sweep_6.png b/1.14.4/assets/minecraft/textures/particle/sweep_6.png new file mode 100644 index 00000000..9304e0db Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/sweep_6.png differ diff --git a/1.14.4/assets/minecraft/textures/particle/sweep_7.png b/1.14.4/assets/minecraft/textures/particle/sweep_7.png new file mode 100644 index 00000000..91307ac6 Binary files /dev/null and b/1.14.4/assets/minecraft/textures/particle/sweep_7.png differ diff --git a/1.14.4/assets/realms/lang/en_us.json b/1.14.4/assets/realms/lang/en_us.json new file mode 100644 index 00000000..94941408 --- /dev/null +++ b/1.14.4/assets/realms/lang/en_us.json @@ -0,0 +1,241 @@ +{ + "mco.gui.ok": "Ok", + "mco.gui.button" : "Button", + "mco.terms.buttons.agree": "Agree", + "mco.terms.buttons.disagree": "Don't agree", + "mco.terms.title": "Realms Terms of Service", + "mco.terms.sentence.1": "I agree to the Minecraft Realms", + "mco.terms.sentence.2": "Terms of Service", + "mco.selectServer.play": "Play", + "mco.selectServer.configure": "Configure realm", + "mco.selectServer.leave": "Leave realm", + "mco.selectServer.create": "Create realm", + "mco.selectServer.info": "What is Realms?", + "mco.selectServer.buy": "Buy a realm!", + "mco.selectServer.trial": "Get a trial!", + "mco.selectServer.close": "Close", + "mco.selectServer.expiredTrial": "Your trial has ended", + "mco.selectServer.expiredList": "Your subscription has expired", + "mco.selectServer.expiredSubscribe": "Subscribe", + "mco.selectServer.expiredRenew": "Renew", + "mco.selectServer.expired": "Expired realm", + "mco.selectServer.open": "Open realm", + "mco.selectServer.closed": "Closed realm", + "mco.selectServer.locked": "Locked realm", + "mco.selectServer.openserver": "Open realm", + "mco.selectServer.closeserver": "Close realm", + "mco.selectServer.minigame": "Minigame:", + "mco.selectServer.uninitialized": "Click to start your new realm!", + "mco.selectServer.expires.days": "Expires in %s days", + "mco.selectServer.expires.day": "Expires in a day", + "mco.selectServer.expires.soon": "Expires soon", + "mco.selectServer.note": "Note:", + "mco.selectServer.mapOnlySupportedForVersion": "This map is unsupported in %s", + "mco.selectServer.minigameNotSupportedInVersion": "Can't play this minigame in %s", + "mco.selectServer.popup": "Realms is a safe, simple way to enjoy an online Minecraft world with up to ten friends at a time. It supports loads of minigames and plenty of custom worlds! Only the owner of the realm needs to pay.", + "mco.configure.world.settings.title": "Settings", + "mco.configure.world.title": "Configure realm:", + "mco.configure.worlds.title": "Worlds", + "mco.configure.world.name": "Realm name", + "mco.configure.world.description": "Realm description", + "mco.configure.world.location": "Location", + "mco.configure.world.invited": "Invited", + "mco.configure.world.invite.narration": "You have %s new invites", + "mco.configure.world.buttons.edit": "Settings", + "mco.configure.world.buttons.done": "Done", + "mco.configure.world.buttons.delete": "Delete", + "mco.configure.world.buttons.open": "Open realm", + "mco.configure.world.buttons.close": "Close realm", + "mco.configure.world.buttons.invite": "Invite player", + "mco.configure.world.buttons.activity": "Player activity", + "mco.configure.world.activityfeed.disabled": "Player feed temporarily disabled", + "mco.configure.world.buttons.moreoptions": "More options", + "mco.configure.world.invite.profile.name": "Name", + "mco.configure.world.uninvite.question": "Are you sure that you want to uninvite", + "mco.configure.world.status": "Status", + "mco.configure.world.invites.ops.tooltip": "Operator", + "mco.configure.world.invites.normal.tooltip": "Normal user", + "mco.configure.world.invites.remove.tooltip": "Remove", + "mco.configure.world.closing": "Closing the realm...", + "mco.configure.world.opening": "Opening the realm...", + "mco.configure.world.buttons.players": "Players", + "mco.configure.world.buttons.settings": "Settings", + "mco.configure.world.buttons.subscription": "Subscription", + "mco.configure.world.buttons.options": "World options", + "mco.configure.world.backup": "World backups", + "mco.configure.world.buttons.resetworld": "Reset world", + "mco.configure.world.buttons.switchminigame": "Switch minigame", + "mco.configure.current.minigame": "Current", + "mco.configure.world.subscription.title": "Your subscription", + "mco.configure.world.subscription.timeleft": "Time left", + "mco.configure.world.subscription.recurring.daysleft": "Renewed automatically in", + "mco.configure.world.subscription.less_than_a_day": "Less than a day", + "mco.configure.world.subscription.expired": "Expired", + "mco.configure.world.subscription.start": "Start date", + "mco.configure.world.subscription.extend": "Extend subscription", + "mco.configure.world.subscription.day": "Day", + "mco.configure.world.subscription.month": "Month", + "mco.configure.world.subscription.days": "Days", + "mco.configure.world.subscription.months": "Months", + "mco.configure.world.pvp": "PVP", + "mco.configure.world.spawnAnimals": "Spawn animals", + "mco.configure.world.spawnNPCs": "Spawn NPCs", + "mco.configure.world.spawnMonsters": "Spawn monsters", + "mco.configure.world.spawnProtection": "Spawn protection", + "mco.configure.world.commandBlocks": "Command blocks", + "mco.configure.world.forceGameMode": "Force game mode", + "mco.configure.world.on": "On", + "mco.configure.world.off": "Off", + "mco.configure.world.slot": "World %s", + "mco.configure.world.slot.empty": "Empty", + "mco.create.world.wait": "Creating the realm...", + "mco.create.world.seed": "Seed (Optional)", + "mco.create.world.error": "You must enter a name!", + "mco.create.world.subtitle": "Optionally, select what world to put on your new realm", + "mco.create.world.skip": "Skip", + "mco.reset.world.title": "Reset world", + "mco.reset.world.warning": "This will replace the current world of your realm", + "mco.reset.world.seed": "Seed (Optional)", + "mco.reset.world.resetting.screen.title": "Resetting world...", + "mco.reset.world.generate": "New world", + "mco.reset.world.upload": "Upload world", + "mco.reset.world.adventure": "Adventures", + "mco.reset.world.template": "World templates", + "mco.reset.world.experience": "Experiences", + "mco.reset.world.inspiration": "Inspiration", + "mco.minigame.world.title": "Switch realm to minigame", + "mco.minigame.world.info.line1": "This will temporarily replace your world with a minigame!", + "mco.minigame.world.info.line2": "You can later return to your original world without losing anything.", + "mco.minigame.world.selected": "Selected minigame:", + "mco.minigame.world.noSelection": "Please make a selection", + "mco.minigame.world.startButton": "Switch", + "mco.minigame.world.starting.screen.title": "Starting minigame...", + "mco.minigame.world.changeButton": "Select another minigame", + "mco.minigame.world.stopButton": "End minigame", + "mco.minigame.world.switch.title": "Switch minigame", + "mco.minigame.world.switch.new": "Select another minigame?", + "mco.minigame.world.restore.question.line1": "The minigame will end and your realm will be restored.", + "mco.minigame.world.restore.question.line2": "Are you sure you want to continue?", + "mco.minigame.world.restore": "Ending minigame...", + "mco.configure.world.slot.tooltip": "Switch to world", + "mco.configure.world.slot.tooltip.minigame": "Switch to minigame", + "mco.configure.world.slot.tooltip.active": "Join", + "mco.configure.world.close.question.line1": "Your realm will become unavailable.", + "mco.configure.world.close.question.line2": "Are you sure you want to continue?", + "mco.configure.world.leave.question.line1": "If you leave this realm you won't see it unless you are invited again", + "mco.configure.world.leave.question.line2": "Are you sure you want to continue?", + "mco.configure.world.resourcepack.question.line1": "You need a custom resource pack to play on this realm", + "mco.configure.world.resourcepack.question.line2": "Do you want to download it and play?", + "mco.configure.world.reset.question.line1": "Your world will be regenerated and your current world will be lost", + "mco.configure.world.reset.question.line2": "Are you sure you want to continue?", + "mco.configure.world.restore.question.line1": "Your world will be restored to date '%s' (%s)", + "mco.configure.world.restore.question.line2": "Are you sure you want to continue?", + "mco.configure.world.restore.download.question.line1": "The world will be downloaded and added to your single player worlds.", + "mco.configure.world.restore.download.question.line2": "Do you want to continue?", + "mco.configure.world.slot.switch.question.line1": "Your realm will be switched to another world", + "mco.configure.world.slot.switch.question.line2": "Are you sure you want to continue?", + "mco.configure.world.switch.slot": "Create world", + "mco.configure.world.switch.slot.subtitle": "This world is empty, choose how to create your world", + "mco.minigame.world.slot.screen.title": "Switching world...", + "mco.configure.world.edit.subscreen.adventuremap": "Some settings are disabled since your current world is an adventure", + "mco.configure.world.edit.subscreen.experience": "Some settings are disabled since your current world is an experience", + "mco.configure.world.edit.subscreen.inspiration": "Some settings are disabled since your current world is an inspiration", + "mco.configure.world.edit.slot.name": "World name", + "mco.configure.world.players.title": "Players", + "mco.configure.world.players.error": "Could not invite the provided name", + "mco.configure.world.delete.button": "Delete realm", + "mco.configure.world.delete.question.line1": "Your realm will be permanently deleted", + "mco.configure.world.delete.question.line2": "Are you sure you want to continue?", + "mco.connect.connecting": "Connecting to the realm...", + "mco.connect.authorizing": "Logging in...", + "mco.connect.failed": "Failed to connect to the realm", + "mco.connect.success": "Done", + "mco.create.world": "Create", + "mco.create.world.reset.title": "Creating world...", + "mco.trial.title": "Create a realm", + "mco.client.outdated.title": "Client Outdated!", + "mco.client.outdated.msg.line1": "Your client is outdated and not compatible with Realms.", + "mco.client.outdated.msg.line2": "Please update to the most recent version of Minecraft.", + "mco.client.incompatible.title": "Client Incompatible!", + "mco.client.incompatible.msg.line1": "Your client is not compatible with Realms.", + "mco.client.incompatible.msg.line2": "Please use the most recent version of Minecraft.", + "mco.client.incompatible.msg.line3": "Realms is not compatible with snapshot versions.", + "mco.backup.button.restore": "Restore", + "mco.backup.generate.world": "Generate world", + "mco.backup.restoring": "Restoring your realm", + "mco.backup.button.download": "Download latest", + "mco.backup.changes.tooltip": "Changes", + "mco.backup.nobackups": "This realm doesn't have any backups currently.", + "mco.backup.button.upload": "Upload world", + "mco.backup.button.reset": "Reset world", + "mco.download.title": "Downloading latest world", + "mco.download.cancelled": "Download cancelled", + "mco.download.failed": "Download failed", + "mco.download.done": "Download done", + "mco.download.downloading": "Downloading", + "mco.download.extracting": "Extracting", + "mco.download.preparing": "Preparing download", + "mco.download.confirmation.line1": "The world you are going to download is larger than %s", + "mco.download.confirmation.line2": "You won't be able to upload this world to your realm again", + "mco.template.title": "World templates", + "mco.template.title.minigame": "Minigames", + "mco.template.button.select": "Select", + "mco.template.button.trailer": "Trailer", + "mco.template.button.publisher": "Publisher", + "mco.template.default.name": "World template", + "mco.template.name": "Template", + "mco.template.info.tooltip": "Publisher website", + "mco.template.trailer.tooltip": "Map trailer", + "mco.template.select.none": "Oops, it looks like this content category is currently empty.\nPlease check back later for new content, or if you're a creator,\n%s.", + "mco.template.select.none.linkTitle": "consider submitting something yourself", + "mco.template.select.failure": "We couldn't retrieve the list of content for this category.\nPlease check your internet connection, or try again later.", + "mco.template.select.narrate.authors" : "Authors: %s", + "narrator.select.list.position" : "item %s out of %s", + "mco.template.select.narrate.version" : "version %s", + "mco.invites.button.accept": "Accept", + "mco.invites.button.reject": "Reject", + "mco.invites.title": "Pending Invites", + "mco.invites.pending": "New invites!", + "mco.invites.nopending": "No pending invites!", + "mco.upload.select.world.title": "Upload world", + "mco.upload.select.world.subtitle": "Please select a singleplayer world to upload", + "mco.upload.select.world.none": "No singleplayer worlds found!", + "mco.upload.button.name": "Upload", + "mco.upload.verifying": "Verifying your world", + "mco.upload.preparing": "Preparing your world", + "mco.upload.close.failure": "Could not close your realm, please try again later", + "mco.upload.size.failure.line1": "'%s' is too big!", + "mco.upload.size.failure.line2": "It is %s. The maximum allowed size is %s.", + "mco.upload.uploading": "Uploading '%s'", + "mco.upload.done": "Upload done", + "mco.upload.failed": "Upload failed! (%s)", + "mco.upload.cancelled": "Upload cancelled", + "mco.upload.hardcore": "Hardcore worlds can't be uploaded!", + "mco.activity.title": "Player activity", + "mco.activity.noactivity": "No activity for the past %s days", + "mco.errorMessage.6001": "Client outdated", + "mco.errorMessage.6002": "Terms of service not accepted", + "mco.errorMessage.6003": "Download limit reached", + "mco.errorMessage.6004": "Upload limit reached", + "mco.errorMessage.6005": "World is in admin lock state", + "mco.errorMessage.connectionFailure": "An error occurred, please try again later.", + "mco.trial.unavailable": "Sorry, trials are unavailable at this time!", + "mco.trial.message.line1": "Want to get your own realm?", + "mco.trial.message.line2": "Click here for more info!", + "mco.brokenworld.play": "Play", + "mco.brokenworld.download": "Download", + "mco.brokenworld.downloaded": "Downloaded", + "mco.brokenworld.reset": "Reset", + "mco.brokenworld.title": "Your current world is no longer supported", + "mco.brokenworld.message.line1": "Please reset or select another world.", + "mco.brokenworld.message.line2": "You can also choose to download the world to singleplayer.", + "mco.brokenworld.minigame.title": "This minigame is no longer supported", + "mco.brokenworld.nonowner.title": "World is out of date", + "mco.brokenworld.nonowner.error": "Please wait for the realm owner to reset the world", + "mco.error.invalid.session.title": "Invalid session", + "mco.error.invalid.session.message": "Please try restarting Minecraft", + "mco.news": "Realms news", + "mco.account.privacyinfo": "Mojang implements certain procedures to help protect children and their privacy including complying with the Children’s Online Privacy Protection Act (COPPA) and General Data Protection Regulation (GDPR).\n\nYou may need to obtain parental consent before accessing your Realms account.\n\nIf you have an older Minecraft account (you log in with your username), you need to migrate the account to a Mojang account in order to access Realms.", + "mco.account.update": "Update Account", + "mco.account.privacy.info": "Read more about Mojang and privacy laws" +} \ No newline at end of file diff --git a/1.14.4/assets/realms/textures/gui/realms/accept_icon.png b/1.14.4/assets/realms/textures/gui/realms/accept_icon.png new file mode 100644 index 00000000..f790ce5f Binary files /dev/null and b/1.14.4/assets/realms/textures/gui/realms/accept_icon.png differ diff --git a/1.14.4/assets/realms/textures/gui/realms/adventure.png b/1.14.4/assets/realms/textures/gui/realms/adventure.png new file mode 100644 index 00000000..52e5a512 Binary files /dev/null and b/1.14.4/assets/realms/textures/gui/realms/adventure.png differ diff --git a/1.14.4/assets/realms/textures/gui/realms/configure_icon.png b/1.14.4/assets/realms/textures/gui/realms/configure_icon.png new file mode 100644 index 00000000..2909d287 Binary files /dev/null and b/1.14.4/assets/realms/textures/gui/realms/configure_icon.png differ diff --git a/1.14.4/assets/realms/textures/gui/realms/cross_icon.png b/1.14.4/assets/realms/textures/gui/realms/cross_icon.png new file mode 100644 index 00000000..6d2ba634 Binary files /dev/null and b/1.14.4/assets/realms/textures/gui/realms/cross_icon.png differ diff --git a/1.14.4/assets/realms/textures/gui/realms/cross_player_icon.png b/1.14.4/assets/realms/textures/gui/realms/cross_player_icon.png new file mode 100644 index 00000000..8d955d65 Binary files /dev/null and b/1.14.4/assets/realms/textures/gui/realms/cross_player_icon.png differ diff --git a/1.14.4/assets/realms/textures/gui/realms/darken.png b/1.14.4/assets/realms/textures/gui/realms/darken.png new file mode 100644 index 00000000..bfb7152e Binary files /dev/null and b/1.14.4/assets/realms/textures/gui/realms/darken.png differ diff --git a/1.14.4/assets/realms/textures/gui/realms/empty_frame.png b/1.14.4/assets/realms/textures/gui/realms/empty_frame.png new file mode 100644 index 00000000..847af28e Binary files /dev/null and b/1.14.4/assets/realms/textures/gui/realms/empty_frame.png differ diff --git a/1.14.4/assets/realms/textures/gui/realms/experience.png b/1.14.4/assets/realms/textures/gui/realms/experience.png new file mode 100644 index 00000000..f2525129 Binary files /dev/null and b/1.14.4/assets/realms/textures/gui/realms/experience.png differ diff --git a/1.14.4/assets/realms/textures/gui/realms/expired_icon.png b/1.14.4/assets/realms/textures/gui/realms/expired_icon.png new file mode 100644 index 00000000..6dcfce89 Binary files /dev/null and b/1.14.4/assets/realms/textures/gui/realms/expired_icon.png differ diff --git a/1.14.4/assets/realms/textures/gui/realms/expires_soon_icon.png b/1.14.4/assets/realms/textures/gui/realms/expires_soon_icon.png new file mode 100644 index 00000000..707d22e7 Binary files /dev/null and b/1.14.4/assets/realms/textures/gui/realms/expires_soon_icon.png differ diff --git a/1.14.4/assets/realms/textures/gui/realms/images/balloon_trip.png b/1.14.4/assets/realms/textures/gui/realms/images/balloon_trip.png new file mode 100644 index 00000000..1c5de4b0 Binary files /dev/null and b/1.14.4/assets/realms/textures/gui/realms/images/balloon_trip.png differ diff --git a/1.14.4/assets/realms/textures/gui/realms/images/desert.png b/1.14.4/assets/realms/textures/gui/realms/images/desert.png new file mode 100644 index 00000000..13f10314 Binary files /dev/null and b/1.14.4/assets/realms/textures/gui/realms/images/desert.png differ diff --git a/1.14.4/assets/realms/textures/gui/realms/images/dornenstein_estate.png b/1.14.4/assets/realms/textures/gui/realms/images/dornenstein_estate.png new file mode 100644 index 00000000..f434cf25 Binary files /dev/null and b/1.14.4/assets/realms/textures/gui/realms/images/dornenstein_estate.png differ diff --git a/1.14.4/assets/realms/textures/gui/realms/images/escher_tunnel.png b/1.14.4/assets/realms/textures/gui/realms/images/escher_tunnel.png new file mode 100644 index 00000000..28fa68c9 Binary files /dev/null and b/1.14.4/assets/realms/textures/gui/realms/images/escher_tunnel.png differ diff --git a/1.14.4/assets/realms/textures/gui/realms/images/factory_floor.png b/1.14.4/assets/realms/textures/gui/realms/images/factory_floor.png new file mode 100644 index 00000000..df796e5a Binary files /dev/null and b/1.14.4/assets/realms/textures/gui/realms/images/factory_floor.png differ diff --git a/1.14.4/assets/realms/textures/gui/realms/images/flower_mountain.png b/1.14.4/assets/realms/textures/gui/realms/images/flower_mountain.png new file mode 100644 index 00000000..5a5986f4 Binary files /dev/null and b/1.14.4/assets/realms/textures/gui/realms/images/flower_mountain.png differ diff --git a/1.14.4/assets/realms/textures/gui/realms/images/gray.png b/1.14.4/assets/realms/textures/gui/realms/images/gray.png new file mode 100644 index 00000000..1ecd2ef0 Binary files /dev/null and b/1.14.4/assets/realms/textures/gui/realms/images/gray.png differ diff --git a/1.14.4/assets/realms/textures/gui/realms/images/halloween_woods.png b/1.14.4/assets/realms/textures/gui/realms/images/halloween_woods.png new file mode 100644 index 00000000..1a1cec5a Binary files /dev/null and b/1.14.4/assets/realms/textures/gui/realms/images/halloween_woods.png differ diff --git a/1.14.4/assets/realms/textures/gui/realms/images/imperium.png b/1.14.4/assets/realms/textures/gui/realms/images/imperium.png new file mode 100644 index 00000000..d568403a Binary files /dev/null and b/1.14.4/assets/realms/textures/gui/realms/images/imperium.png differ diff --git a/1.14.4/assets/realms/textures/gui/realms/images/ludo.png b/1.14.4/assets/realms/textures/gui/realms/images/ludo.png new file mode 100644 index 00000000..981f8658 Binary files /dev/null and b/1.14.4/assets/realms/textures/gui/realms/images/ludo.png differ diff --git a/1.14.4/assets/realms/textures/gui/realms/images/makersspleef.png b/1.14.4/assets/realms/textures/gui/realms/images/makersspleef.png new file mode 100644 index 00000000..776021f9 Binary files /dev/null and b/1.14.4/assets/realms/textures/gui/realms/images/makersspleef.png differ diff --git a/1.14.4/assets/realms/textures/gui/realms/images/negentropy.png b/1.14.4/assets/realms/textures/gui/realms/images/negentropy.png new file mode 100644 index 00000000..467fb04e Binary files /dev/null and b/1.14.4/assets/realms/textures/gui/realms/images/negentropy.png differ diff --git a/1.14.4/assets/realms/textures/gui/realms/images/pumpkin_party.png b/1.14.4/assets/realms/textures/gui/realms/images/pumpkin_party.png new file mode 100644 index 00000000..3edf2814 Binary files /dev/null and b/1.14.4/assets/realms/textures/gui/realms/images/pumpkin_party.png differ diff --git a/1.14.4/assets/realms/textures/gui/realms/images/sand_castle.png b/1.14.4/assets/realms/textures/gui/realms/images/sand_castle.png new file mode 100644 index 00000000..d8c13009 Binary files /dev/null and b/1.14.4/assets/realms/textures/gui/realms/images/sand_castle.png differ diff --git a/1.14.4/assets/realms/textures/gui/realms/images/sparrenhout.png b/1.14.4/assets/realms/textures/gui/realms/images/sparrenhout.png new file mode 100644 index 00000000..33ee8c84 Binary files /dev/null and b/1.14.4/assets/realms/textures/gui/realms/images/sparrenhout.png differ diff --git a/1.14.4/assets/realms/textures/gui/realms/images/spindlewood.png b/1.14.4/assets/realms/textures/gui/realms/images/spindlewood.png new file mode 100644 index 00000000..01954fe2 Binary files /dev/null and b/1.14.4/assets/realms/textures/gui/realms/images/spindlewood.png differ diff --git a/1.14.4/assets/realms/textures/gui/realms/images/tree_houses.png b/1.14.4/assets/realms/textures/gui/realms/images/tree_houses.png new file mode 100644 index 00000000..01420a8c Binary files /dev/null and b/1.14.4/assets/realms/textures/gui/realms/images/tree_houses.png differ diff --git a/1.14.4/assets/realms/textures/gui/realms/inspiration.png b/1.14.4/assets/realms/textures/gui/realms/inspiration.png new file mode 100644 index 00000000..0bf92553 Binary files /dev/null and b/1.14.4/assets/realms/textures/gui/realms/inspiration.png differ diff --git a/1.14.4/assets/realms/textures/gui/realms/invitation_icons.png b/1.14.4/assets/realms/textures/gui/realms/invitation_icons.png new file mode 100644 index 00000000..3d14e84a Binary files /dev/null and b/1.14.4/assets/realms/textures/gui/realms/invitation_icons.png differ diff --git a/1.14.4/assets/realms/textures/gui/realms/invite_icon.png b/1.14.4/assets/realms/textures/gui/realms/invite_icon.png new file mode 100644 index 00000000..688e4e3c Binary files /dev/null and b/1.14.4/assets/realms/textures/gui/realms/invite_icon.png differ diff --git a/1.14.4/assets/realms/textures/gui/realms/leave_icon.png b/1.14.4/assets/realms/textures/gui/realms/leave_icon.png new file mode 100644 index 00000000..a6967539 Binary files /dev/null and b/1.14.4/assets/realms/textures/gui/realms/leave_icon.png differ diff --git a/1.14.4/assets/realms/textures/gui/realms/link_icons.png b/1.14.4/assets/realms/textures/gui/realms/link_icons.png new file mode 100644 index 00000000..585f501b Binary files /dev/null and b/1.14.4/assets/realms/textures/gui/realms/link_icons.png differ diff --git a/1.14.4/assets/realms/textures/gui/realms/new_world.png b/1.14.4/assets/realms/textures/gui/realms/new_world.png new file mode 100644 index 00000000..31f12163 Binary files /dev/null and b/1.14.4/assets/realms/textures/gui/realms/new_world.png differ diff --git a/1.14.4/assets/realms/textures/gui/realms/news_icon.png b/1.14.4/assets/realms/textures/gui/realms/news_icon.png new file mode 100644 index 00000000..63198b1b Binary files /dev/null and b/1.14.4/assets/realms/textures/gui/realms/news_icon.png differ diff --git a/1.14.4/assets/realms/textures/gui/realms/news_notification_mainscreen.png b/1.14.4/assets/realms/textures/gui/realms/news_notification_mainscreen.png new file mode 100644 index 00000000..b2ff3087 Binary files /dev/null and b/1.14.4/assets/realms/textures/gui/realms/news_notification_mainscreen.png differ diff --git a/1.14.4/assets/realms/textures/gui/realms/off_icon.png b/1.14.4/assets/realms/textures/gui/realms/off_icon.png new file mode 100644 index 00000000..18d8c7c0 Binary files /dev/null and b/1.14.4/assets/realms/textures/gui/realms/off_icon.png differ diff --git a/1.14.4/assets/realms/textures/gui/realms/on_icon.png b/1.14.4/assets/realms/textures/gui/realms/on_icon.png new file mode 100644 index 00000000..98e2a107 Binary files /dev/null and b/1.14.4/assets/realms/textures/gui/realms/on_icon.png differ diff --git a/1.14.4/assets/realms/textures/gui/realms/op_icon.png b/1.14.4/assets/realms/textures/gui/realms/op_icon.png new file mode 100644 index 00000000..2299067b Binary files /dev/null and b/1.14.4/assets/realms/textures/gui/realms/op_icon.png differ diff --git a/1.14.4/assets/realms/textures/gui/realms/plus_icon.png b/1.14.4/assets/realms/textures/gui/realms/plus_icon.png new file mode 100644 index 00000000..903d022e Binary files /dev/null and b/1.14.4/assets/realms/textures/gui/realms/plus_icon.png differ diff --git a/1.14.4/assets/realms/textures/gui/realms/popup.png b/1.14.4/assets/realms/textures/gui/realms/popup.png new file mode 100644 index 00000000..b2803508 Binary files /dev/null and b/1.14.4/assets/realms/textures/gui/realms/popup.png differ diff --git a/1.14.4/assets/realms/textures/gui/realms/questionmark.png b/1.14.4/assets/realms/textures/gui/realms/questionmark.png new file mode 100644 index 00000000..c1e8e322 Binary files /dev/null and b/1.14.4/assets/realms/textures/gui/realms/questionmark.png differ diff --git a/1.14.4/assets/realms/textures/gui/realms/reject_icon.png b/1.14.4/assets/realms/textures/gui/realms/reject_icon.png new file mode 100644 index 00000000..5113320f Binary files /dev/null and b/1.14.4/assets/realms/textures/gui/realms/reject_icon.png differ diff --git a/1.14.4/assets/realms/textures/gui/realms/restore_icon.png b/1.14.4/assets/realms/textures/gui/realms/restore_icon.png new file mode 100644 index 00000000..d00a3772 Binary files /dev/null and b/1.14.4/assets/realms/textures/gui/realms/restore_icon.png differ diff --git a/1.14.4/assets/realms/textures/gui/realms/slot_frame.png b/1.14.4/assets/realms/textures/gui/realms/slot_frame.png new file mode 100644 index 00000000..d2e28b0f Binary files /dev/null and b/1.14.4/assets/realms/textures/gui/realms/slot_frame.png differ diff --git a/1.14.4/assets/realms/textures/gui/realms/survival_spawn.png b/1.14.4/assets/realms/textures/gui/realms/survival_spawn.png new file mode 100644 index 00000000..e11e3ba2 Binary files /dev/null and b/1.14.4/assets/realms/textures/gui/realms/survival_spawn.png differ diff --git a/1.14.4/assets/realms/textures/gui/realms/trailer_icons.png b/1.14.4/assets/realms/textures/gui/realms/trailer_icons.png new file mode 100644 index 00000000..ec817a76 Binary files /dev/null and b/1.14.4/assets/realms/textures/gui/realms/trailer_icons.png differ diff --git a/1.14.4/assets/realms/textures/gui/realms/trial_icon.png b/1.14.4/assets/realms/textures/gui/realms/trial_icon.png new file mode 100644 index 00000000..c2087092 Binary files /dev/null and b/1.14.4/assets/realms/textures/gui/realms/trial_icon.png differ diff --git a/1.14.4/assets/realms/textures/gui/realms/upload.png b/1.14.4/assets/realms/textures/gui/realms/upload.png new file mode 100644 index 00000000..049ff20c Binary files /dev/null and b/1.14.4/assets/realms/textures/gui/realms/upload.png differ diff --git a/1.14.4/assets/realms/textures/gui/realms/user_icon.png b/1.14.4/assets/realms/textures/gui/realms/user_icon.png new file mode 100644 index 00000000..bdd57e4a Binary files /dev/null and b/1.14.4/assets/realms/textures/gui/realms/user_icon.png differ diff --git a/1.14.4/assets/realms/textures/gui/realms/world_icon.png b/1.14.4/assets/realms/textures/gui/realms/world_icon.png new file mode 100644 index 00000000..f636bfee Binary files /dev/null and b/1.14.4/assets/realms/textures/gui/realms/world_icon.png differ diff --git a/1.14.4/assets/realms/textures/gui/title/realms.png b/1.14.4/assets/realms/textures/gui/title/realms.png new file mode 100644 index 00000000..50e1979e Binary files /dev/null and b/1.14.4/assets/realms/textures/gui/title/realms.png differ diff --git a/1.14.4/pack.mcmeta b/1.14.4/pack.mcmeta new file mode 100644 index 00000000..f5984a5e --- /dev/null +++ b/1.14.4/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "pack": { + "pack_format": 4, + "description": "§3§kGiveMESOMEEMERALDS\n§aAuthor : §2ru-minecraft.ru.§r\n§k" + } +} \ No newline at end of file diff --git a/1.14.4/pack.png b/1.14.4/pack.png new file mode 100644 index 00000000..5a58884a Binary files /dev/null and b/1.14.4/pack.png differ diff --git a/1.15.2/assets/.mcassetsroot b/1.15.2/assets/.mcassetsroot new file mode 100644 index 00000000..e69de29b diff --git a/1.15.2/assets/minecraft/blockstates/acacia_button.json b/1.15.2/assets/minecraft/blockstates/acacia_button.json new file mode 100644 index 00000000..2a0d0b26 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/acacia_button.json @@ -0,0 +1,28 @@ +{ + "variants": { + "face=floor,facing=east,powered=false": { "model": "block/acacia_button", "y": 90 }, + "face=floor,facing=west,powered=false": { "model": "block/acacia_button", "y": 270 }, + "face=floor,facing=south,powered=false": { "model": "block/acacia_button", "y": 180 }, + "face=floor,facing=north,powered=false": { "model": "block/acacia_button" }, + "face=wall,facing=east,powered=false": { "model": "block/acacia_button", "uvlock": true, "x": 90, "y": 90 }, + "face=wall,facing=west,powered=false": { "model": "block/acacia_button", "uvlock": true, "x": 90, "y": 270 }, + "face=wall,facing=south,powered=false": { "model": "block/acacia_button", "uvlock": true, "x": 90, "y": 180 }, + "face=wall,facing=north,powered=false": { "model": "block/acacia_button", "uvlock": true, "x": 90 }, + "face=ceiling,facing=east,powered=false": { "model": "block/acacia_button", "x": 180, "y": 270 }, + "face=ceiling,facing=west,powered=false": { "model": "block/acacia_button", "x": 180, "y": 90 }, + "face=ceiling,facing=south,powered=false": { "model": "block/acacia_button", "x": 180 }, + "face=ceiling,facing=north,powered=false": { "model": "block/acacia_button", "x": 180, "y": 180 }, + "face=floor,facing=east,powered=true": { "model": "block/acacia_button_pressed", "y": 90 }, + "face=floor,facing=west,powered=true": { "model": "block/acacia_button_pressed", "y": 270 }, + "face=floor,facing=south,powered=true": { "model": "block/acacia_button_pressed", "y": 180 }, + "face=floor,facing=north,powered=true": { "model": "block/acacia_button_pressed" }, + "face=wall,facing=east,powered=true": { "model": "block/acacia_button_pressed", "uvlock": true, "x": 90, "y": 90 }, + "face=wall,facing=west,powered=true": { "model": "block/acacia_button_pressed", "uvlock": true, "x": 90, "y": 270 }, + "face=wall,facing=south,powered=true": { "model": "block/acacia_button_pressed", "uvlock": true, "x": 90, "y": 180 }, + "face=wall,facing=north,powered=true": { "model": "block/acacia_button_pressed", "uvlock": true, "x": 90 }, + "face=ceiling,facing=east,powered=true": { "model": "block/acacia_button_pressed", "x": 180, "y": 270 }, + "face=ceiling,facing=west,powered=true": { "model": "block/acacia_button_pressed", "x": 180, "y": 90 }, + "face=ceiling,facing=south,powered=true": { "model": "block/acacia_button_pressed", "x": 180 }, + "face=ceiling,facing=north,powered=true": { "model": "block/acacia_button_pressed", "x": 180, "y": 180 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/acacia_door.json b/1.15.2/assets/minecraft/blockstates/acacia_door.json new file mode 100644 index 00000000..0e1d538b --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/acacia_door.json @@ -0,0 +1,36 @@ +{ + "variants": { + "facing=east,half=lower,hinge=left,open=false": { "model": "block/acacia_door_bottom" }, + "facing=south,half=lower,hinge=left,open=false": { "model": "block/acacia_door_bottom", "y": 90 }, + "facing=west,half=lower,hinge=left,open=false": { "model": "block/acacia_door_bottom", "y": 180 }, + "facing=north,half=lower,hinge=left,open=false": { "model": "block/acacia_door_bottom", "y": 270 }, + "facing=east,half=lower,hinge=right,open=false": { "model": "block/acacia_door_bottom_hinge" }, + "facing=south,half=lower,hinge=right,open=false": { "model": "block/acacia_door_bottom_hinge", "y": 90 }, + "facing=west,half=lower,hinge=right,open=false": { "model": "block/acacia_door_bottom_hinge", "y": 180 }, + "facing=north,half=lower,hinge=right,open=false": { "model": "block/acacia_door_bottom_hinge", "y": 270 }, + "facing=east,half=lower,hinge=left,open=true": { "model": "block/acacia_door_bottom_hinge", "y": 90 }, + "facing=south,half=lower,hinge=left,open=true": { "model": "block/acacia_door_bottom_hinge", "y": 180 }, + "facing=west,half=lower,hinge=left,open=true": { "model": "block/acacia_door_bottom_hinge", "y": 270 }, + "facing=north,half=lower,hinge=left,open=true": { "model": "block/acacia_door_bottom_hinge" }, + "facing=east,half=lower,hinge=right,open=true": { "model": "block/acacia_door_bottom", "y": 270 }, + "facing=south,half=lower,hinge=right,open=true": { "model": "block/acacia_door_bottom" }, + "facing=west,half=lower,hinge=right,open=true": { "model": "block/acacia_door_bottom", "y": 90 }, + "facing=north,half=lower,hinge=right,open=true": { "model": "block/acacia_door_bottom", "y": 180 }, + "facing=east,half=upper,hinge=left,open=false": { "model": "block/acacia_door_top" }, + "facing=south,half=upper,hinge=left,open=false": { "model": "block/acacia_door_top", "y": 90 }, + "facing=west,half=upper,hinge=left,open=false": { "model": "block/acacia_door_top", "y": 180 }, + "facing=north,half=upper,hinge=left,open=false": { "model": "block/acacia_door_top", "y": 270 }, + "facing=east,half=upper,hinge=right,open=false": { "model": "block/acacia_door_top_hinge" }, + "facing=south,half=upper,hinge=right,open=false": { "model": "block/acacia_door_top_hinge", "y": 90 }, + "facing=west,half=upper,hinge=right,open=false": { "model": "block/acacia_door_top_hinge", "y": 180 }, + "facing=north,half=upper,hinge=right,open=false": { "model": "block/acacia_door_top_hinge", "y": 270 }, + "facing=east,half=upper,hinge=left,open=true": { "model": "block/acacia_door_top_hinge", "y": 90 }, + "facing=south,half=upper,hinge=left,open=true": { "model": "block/acacia_door_top_hinge", "y": 180 }, + "facing=west,half=upper,hinge=left,open=true": { "model": "block/acacia_door_top_hinge", "y": 270 }, + "facing=north,half=upper,hinge=left,open=true": { "model": "block/acacia_door_top_hinge" }, + "facing=east,half=upper,hinge=right,open=true": { "model": "block/acacia_door_top", "y": 270 }, + "facing=south,half=upper,hinge=right,open=true": { "model": "block/acacia_door_top" }, + "facing=west,half=upper,hinge=right,open=true": { "model": "block/acacia_door_top", "y": 90 }, + "facing=north,half=upper,hinge=right,open=true": { "model": "block/acacia_door_top", "y": 180 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/acacia_fence.json b/1.15.2/assets/minecraft/blockstates/acacia_fence.json new file mode 100644 index 00000000..868497ce --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/acacia_fence.json @@ -0,0 +1,17 @@ +{ + "multipart": [ + { "apply": { "model": "block/acacia_fence_post" }}, + { "when": { "north": "true" }, + "apply": { "model": "block/acacia_fence_side", "uvlock": true } + }, + { "when": { "east": "true" }, + "apply": { "model": "block/acacia_fence_side", "y": 90, "uvlock": true } + }, + { "when": { "south": "true" }, + "apply": { "model": "block/acacia_fence_side", "y": 180, "uvlock": true } + }, + { "when": { "west": "true" }, + "apply": { "model": "block/acacia_fence_side", "y": 270, "uvlock": true } + } + ] +} diff --git a/1.15.2/assets/minecraft/blockstates/acacia_fence_gate.json b/1.15.2/assets/minecraft/blockstates/acacia_fence_gate.json new file mode 100644 index 00000000..83cedf27 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/acacia_fence_gate.json @@ -0,0 +1,20 @@ +{ + "variants": { + "facing=south,in_wall=false,open=false": { "model": "block/acacia_fence_gate", "uvlock": true }, + "facing=west,in_wall=false,open=false": { "model": "block/acacia_fence_gate", "uvlock": true, "y": 90 }, + "facing=north,in_wall=false,open=false": { "model": "block/acacia_fence_gate", "uvlock": true, "y": 180 }, + "facing=east,in_wall=false,open=false": { "model": "block/acacia_fence_gate", "uvlock": true, "y": 270 }, + "facing=south,in_wall=false,open=true": { "model": "block/acacia_fence_gate_open", "uvlock": true }, + "facing=west,in_wall=false,open=true": { "model": "block/acacia_fence_gate_open", "uvlock": true, "y": 90 }, + "facing=north,in_wall=false,open=true": { "model": "block/acacia_fence_gate_open", "uvlock": true, "y": 180 }, + "facing=east,in_wall=false,open=true": { "model": "block/acacia_fence_gate_open", "uvlock": true, "y": 270 }, + "facing=south,in_wall=true,open=false": { "model": "block/acacia_fence_gate_wall", "uvlock": true }, + "facing=west,in_wall=true,open=false": { "model": "block/acacia_fence_gate_wall", "uvlock": true, "y": 90 }, + "facing=north,in_wall=true,open=false": { "model": "block/acacia_fence_gate_wall", "uvlock": true, "y": 180 }, + "facing=east,in_wall=true,open=false": { "model": "block/acacia_fence_gate_wall", "uvlock": true, "y": 270 }, + "facing=south,in_wall=true,open=true": { "model": "block/acacia_fence_gate_wall_open", "uvlock": true }, + "facing=west,in_wall=true,open=true": { "model": "block/acacia_fence_gate_wall_open", "uvlock": true, "y": 90 }, + "facing=north,in_wall=true,open=true": { "model": "block/acacia_fence_gate_wall_open", "uvlock": true, "y": 180 }, + "facing=east,in_wall=true,open=true": { "model": "block/acacia_fence_gate_wall_open", "uvlock": true, "y": 270 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/acacia_leaves.json b/1.15.2/assets/minecraft/blockstates/acacia_leaves.json new file mode 100644 index 00000000..6de4f3e9 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/acacia_leaves.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/acacia_leaves" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/acacia_log.json b/1.15.2/assets/minecraft/blockstates/acacia_log.json new file mode 100644 index 00000000..70a021bd --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/acacia_log.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/acacia_log" }, + "axis=z": { "model": "block/acacia_log", "x": 90 }, + "axis=x": { "model": "block/acacia_log", "x": 90, "y": 90 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/acacia_planks.json b/1.15.2/assets/minecraft/blockstates/acacia_planks.json new file mode 100644 index 00000000..c8ab0889 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/acacia_planks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/acacia_planks" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/acacia_pressure_plate.json b/1.15.2/assets/minecraft/blockstates/acacia_pressure_plate.json new file mode 100644 index 00000000..a2488207 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/acacia_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "variants": { + "powered=false": { "model": "block/acacia_pressure_plate" }, + "powered=true": { "model": "block/acacia_pressure_plate_down" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/acacia_sapling.json b/1.15.2/assets/minecraft/blockstates/acacia_sapling.json new file mode 100644 index 00000000..1dc41a26 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/acacia_sapling.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/acacia_sapling" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/acacia_sign.json b/1.15.2/assets/minecraft/blockstates/acacia_sign.json new file mode 100644 index 00000000..2e239a32 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/acacia_sign.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/acacia_sign" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/acacia_slab.json b/1.15.2/assets/minecraft/blockstates/acacia_slab.json new file mode 100644 index 00000000..cdfd867b --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/acacia_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/acacia_slab" }, + "type=top": { "model": "block/acacia_slab_top" }, + "type=double": { "model": "block/acacia_planks" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/acacia_stairs.json b/1.15.2/assets/minecraft/blockstates/acacia_stairs.json new file mode 100644 index 00000000..bc61b292 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/acacia_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/acacia_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/acacia_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/acacia_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/acacia_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/acacia_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/acacia_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/acacia_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/acacia_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/acacia_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/acacia_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/acacia_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/acacia_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/acacia_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/acacia_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/acacia_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/acacia_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/acacia_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/acacia_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/acacia_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/acacia_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/acacia_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/acacia_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/acacia_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/acacia_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/acacia_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/acacia_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/acacia_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/acacia_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/acacia_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/acacia_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/acacia_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/acacia_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/acacia_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/acacia_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/acacia_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/acacia_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/acacia_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/acacia_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/acacia_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/acacia_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/acacia_trapdoor.json b/1.15.2/assets/minecraft/blockstates/acacia_trapdoor.json new file mode 100644 index 00000000..4061a364 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/acacia_trapdoor.json @@ -0,0 +1,20 @@ +{ + "variants": { + "facing=north,half=bottom,open=false": { "model": "block/acacia_trapdoor_bottom" }, + "facing=south,half=bottom,open=false": { "model": "block/acacia_trapdoor_bottom", "y": 180 }, + "facing=east,half=bottom,open=false": { "model": "block/acacia_trapdoor_bottom", "y": 90 }, + "facing=west,half=bottom,open=false": { "model": "block/acacia_trapdoor_bottom", "y": 270 }, + "facing=north,half=top,open=false": { "model": "block/acacia_trapdoor_top" }, + "facing=south,half=top,open=false": { "model": "block/acacia_trapdoor_top", "y": 180 }, + "facing=east,half=top,open=false": { "model": "block/acacia_trapdoor_top", "y": 90 }, + "facing=west,half=top,open=false": { "model": "block/acacia_trapdoor_top", "y": 270 }, + "facing=north,half=bottom,open=true": { "model": "block/acacia_trapdoor_open" }, + "facing=south,half=bottom,open=true": { "model": "block/acacia_trapdoor_open", "y": 180 }, + "facing=east,half=bottom,open=true": { "model": "block/acacia_trapdoor_open", "y": 90 }, + "facing=west,half=bottom,open=true": { "model": "block/acacia_trapdoor_open", "y": 270 }, + "facing=north,half=top,open=true": { "model": "block/acacia_trapdoor_open", "x": 180, "y": 180 }, + "facing=south,half=top,open=true": { "model": "block/acacia_trapdoor_open", "x": 180, "y": 0 }, + "facing=east,half=top,open=true": { "model": "block/acacia_trapdoor_open", "x": 180, "y": 270 }, + "facing=west,half=top,open=true": { "model": "block/acacia_trapdoor_open", "x": 180, "y": 90 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/acacia_wall_sign.json b/1.15.2/assets/minecraft/blockstates/acacia_wall_sign.json new file mode 100644 index 00000000..2e239a32 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/acacia_wall_sign.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/acacia_sign" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/acacia_wood.json b/1.15.2/assets/minecraft/blockstates/acacia_wood.json new file mode 100644 index 00000000..f55ac8ee --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/acacia_wood.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/acacia_wood" }, + "axis=z": { "model": "block/acacia_wood", "x": 90 }, + "axis=x": { "model": "block/acacia_wood", "x": 90, "y": 90 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/activator_rail.json b/1.15.2/assets/minecraft/blockstates/activator_rail.json new file mode 100644 index 00000000..69c29498 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/activator_rail.json @@ -0,0 +1,16 @@ +{ + "variants": { + "powered=false,shape=north_south": { "model": "block/activator_rail" }, + "powered=false,shape=east_west": { "model": "block/activator_rail", "y": 90 }, + "powered=false,shape=ascending_east": { "model": "block/activator_rail_raised_ne", "y": 90 }, + "powered=false,shape=ascending_west": { "model": "block/activator_rail_raised_sw", "y": 90 }, + "powered=false,shape=ascending_north": { "model": "block/activator_rail_raised_ne" }, + "powered=false,shape=ascending_south": { "model": "block/activator_rail_raised_sw" }, + "powered=true,shape=north_south": { "model": "block/activator_rail_on" }, + "powered=true,shape=east_west": { "model": "block/activator_rail_on", "y": 90 }, + "powered=true,shape=ascending_east": { "model": "block/activator_rail_on_raised_ne", "y": 90 }, + "powered=true,shape=ascending_west": { "model": "block/activator_rail_on_raised_sw", "y": 90 }, + "powered=true,shape=ascending_north": { "model": "block/activator_rail_on_raised_ne" }, + "powered=true,shape=ascending_south": { "model": "block/activator_rail_on_raised_sw" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/air.json b/1.15.2/assets/minecraft/blockstates/air.json new file mode 100644 index 00000000..09fa52b3 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/air.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/air" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/allium.json b/1.15.2/assets/minecraft/blockstates/allium.json new file mode 100644 index 00000000..d97ce5ab --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/allium.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/allium" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/andesite.json b/1.15.2/assets/minecraft/blockstates/andesite.json new file mode 100644 index 00000000..4ff83d47 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/andesite.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/andesite" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/andesite_slab.json b/1.15.2/assets/minecraft/blockstates/andesite_slab.json new file mode 100644 index 00000000..6b2f26f1 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/andesite_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/andesite_slab" }, + "type=top": { "model": "block/andesite_slab_top" }, + "type=double": { "model": "block/andesite" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/andesite_stairs.json b/1.15.2/assets/minecraft/blockstates/andesite_stairs.json new file mode 100644 index 00000000..7c9b5fa7 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/andesite_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/andesite_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/andesite_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/andesite_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/andesite_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/andesite_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/andesite_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/andesite_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/andesite_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/andesite_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/andesite_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/andesite_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/andesite_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/andesite_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/andesite_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/andesite_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/andesite_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/andesite_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/andesite_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/andesite_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/andesite_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/andesite_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/andesite_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/andesite_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/andesite_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/andesite_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/andesite_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/andesite_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/andesite_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/andesite_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/andesite_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/andesite_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/andesite_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/andesite_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/andesite_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/andesite_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/andesite_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/andesite_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/andesite_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/andesite_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/andesite_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/andesite_wall.json b/1.15.2/assets/minecraft/blockstates/andesite_wall.json new file mode 100644 index 00000000..7356ff91 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/andesite_wall.json @@ -0,0 +1,19 @@ +{ + "multipart": [ + { "when": { "up": "true" }, + "apply": { "model": "block/andesite_wall_post" } + }, + { "when": { "north": "true" }, + "apply": { "model": "block/andesite_wall_side", "uvlock": true } + }, + { "when": { "east": "true" }, + "apply": { "model": "block/andesite_wall_side", "y": 90, "uvlock": true } + }, + { "when": { "south": "true" }, + "apply": { "model": "block/andesite_wall_side", "y": 180, "uvlock": true } + }, + { "when": { "west": "true" }, + "apply": { "model": "block/andesite_wall_side", "y": 270, "uvlock": true } + } + ] +} diff --git a/1.15.2/assets/minecraft/blockstates/anvil.json b/1.15.2/assets/minecraft/blockstates/anvil.json new file mode 100644 index 00000000..e71b0834 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/anvil.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "block/anvil" }, + "facing=west": { "model": "block/anvil", "y": 90 }, + "facing=north": { "model": "block/anvil", "y": 180 }, + "facing=east": { "model": "block/anvil", "y": 270 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/attached_melon_stem.json b/1.15.2/assets/minecraft/blockstates/attached_melon_stem.json new file mode 100644 index 00000000..f4048cb5 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/attached_melon_stem.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=west": { "model": "block/attached_melon_stem" }, + "facing=east": { "model": "block/attached_melon_stem", "y": 180 }, + "facing=north": { "model": "block/attached_melon_stem", "y": 90 }, + "facing=south": { "model": "block/attached_melon_stem", "y": 270 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/attached_pumpkin_stem.json b/1.15.2/assets/minecraft/blockstates/attached_pumpkin_stem.json new file mode 100644 index 00000000..3bbdc208 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/attached_pumpkin_stem.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=west": { "model": "block/attached_pumpkin_stem" }, + "facing=east": { "model": "block/attached_pumpkin_stem", "y": 180 }, + "facing=north": { "model": "block/attached_pumpkin_stem", "y": 90 }, + "facing=south": { "model": "block/attached_pumpkin_stem", "y": 270 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/azure_bluet.json b/1.15.2/assets/minecraft/blockstates/azure_bluet.json new file mode 100644 index 00000000..ac768cb8 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/azure_bluet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/azure_bluet" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/bamboo.json b/1.15.2/assets/minecraft/blockstates/bamboo.json new file mode 100644 index 00000000..cfa0c1a9 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/bamboo.json @@ -0,0 +1,26 @@ +{ + "multipart": [ + { "when": { "age": "0" }, + "apply": [ + { "model": "block/bamboo1_age0" }, + { "model": "block/bamboo2_age0" }, + { "model": "block/bamboo3_age0" }, + { "model": "block/bamboo4_age0" } + ] + }, + { "when": { "age": "1" }, + "apply": [ + { "model": "block/bamboo1_age1" }, + { "model": "block/bamboo2_age1" }, + { "model": "block/bamboo3_age1" }, + { "model": "block/bamboo4_age1" } + ] + }, + { "when": { "leaves": "small" }, + "apply": { "model": "block/bamboo_small_leaves" } + }, + { "when": { "leaves": "large" }, + "apply": { "model": "block/bamboo_large_leaves" } + } + ] +} diff --git a/1.15.2/assets/minecraft/blockstates/bamboo_sapling.json b/1.15.2/assets/minecraft/blockstates/bamboo_sapling.json new file mode 100644 index 00000000..9755a079 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/bamboo_sapling.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/bamboo_sapling" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/barrel.json b/1.15.2/assets/minecraft/blockstates/barrel.json new file mode 100644 index 00000000..e31119fa --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/barrel.json @@ -0,0 +1,16 @@ +{ + "variants": { + "facing=down,open=false": { "model": "block/barrel", "x": 180 }, + "facing=up,open=false": { "model": "block/barrel" }, + "facing=north,open=false": { "model": "block/barrel", "x": 90 }, + "facing=south,open=false": { "model": "block/barrel", "x": 90, "y": 180 }, + "facing=west,open=false": { "model": "block/barrel", "x": 90, "y": 270 }, + "facing=east,open=false": { "model": "block/barrel", "x": 90, "y": 90 }, + "facing=down,open=true": { "model": "block/barrel_open", "x": 180 }, + "facing=up,open=true": { "model": "block/barrel_open" }, + "facing=north,open=true": { "model": "block/barrel_open", "x": 90 }, + "facing=south,open=true": { "model": "block/barrel_open", "x": 90, "y": 180 }, + "facing=west,open=true": { "model": "block/barrel_open", "x": 90, "y": 270 }, + "facing=east,open=true": { "model": "block/barrel_open", "x": 90, "y": 90 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/barrier.json b/1.15.2/assets/minecraft/blockstates/barrier.json new file mode 100644 index 00000000..0d8d2e48 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/barrier.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/barrier" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/beacon.json b/1.15.2/assets/minecraft/blockstates/beacon.json new file mode 100644 index 00000000..49a1565c --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/beacon.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/beacon" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/bedrock.json b/1.15.2/assets/minecraft/blockstates/bedrock.json new file mode 100644 index 00000000..12a4ec26 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/bedrock.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/bedrock" }, + { "model": "block/bedrock_mirrored" }, + { "model": "block/bedrock", "y": 180 }, + { "model": "block/bedrock_mirrored", "y": 180 } + ] + } +} diff --git a/1.15.2/assets/minecraft/blockstates/bee_nest.json b/1.15.2/assets/minecraft/blockstates/bee_nest.json new file mode 100644 index 00000000..b6ab1a58 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/bee_nest.json @@ -0,0 +1,28 @@ +{ + "variants": { + "facing=north,honey_level=0": { "model": "block/bee_nest" }, + "facing=south,honey_level=0": { "model": "block/bee_nest", "y": 180 }, + "facing=west,honey_level=0": { "model": "block/bee_nest", "y": 270 }, + "facing=east,honey_level=0": { "model": "block/bee_nest", "y": 90 }, + "facing=north,honey_level=1": { "model": "block/bee_nest" }, + "facing=south,honey_level=1": { "model": "block/bee_nest", "y": 180 }, + "facing=west,honey_level=1": { "model": "block/bee_nest", "y": 270 }, + "facing=east,honey_level=1": { "model": "block/bee_nest", "y": 90 }, + "facing=north,honey_level=2": { "model": "block/bee_nest" }, + "facing=south,honey_level=2": { "model": "block/bee_nest", "y": 180 }, + "facing=west,honey_level=2": { "model": "block/bee_nest", "y": 270 }, + "facing=east,honey_level=2": { "model": "block/bee_nest", "y": 90 }, + "facing=north,honey_level=3": { "model": "block/bee_nest" }, + "facing=south,honey_level=3": { "model": "block/bee_nest", "y": 180 }, + "facing=west,honey_level=3": { "model": "block/bee_nest", "y": 270 }, + "facing=east,honey_level=3": { "model": "block/bee_nest", "y": 90 }, + "facing=north,honey_level=4": { "model": "block/bee_nest" }, + "facing=south,honey_level=4": { "model": "block/bee_nest", "y": 180 }, + "facing=west,honey_level=4": { "model": "block/bee_nest", "y": 270 }, + "facing=east,honey_level=4": { "model": "block/bee_nest", "y": 90 }, + "facing=north,honey_level=5": { "model": "block/bee_nest_honey" }, + "facing=south,honey_level=5": { "model": "block/bee_nest_honey", "y": 180 }, + "facing=west,honey_level=5": { "model": "block/bee_nest_honey", "y": 270 }, + "facing=east,honey_level=5": { "model": "block/bee_nest_honey", "y": 90 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/beehive.json b/1.15.2/assets/minecraft/blockstates/beehive.json new file mode 100644 index 00000000..285aa640 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/beehive.json @@ -0,0 +1,28 @@ +{ + "variants": { + "facing=north,honey_level=0": { "model": "block/beehive" }, + "facing=south,honey_level=0": { "model": "block/beehive", "y": 180 }, + "facing=west,honey_level=0": { "model": "block/beehive", "y": 270 }, + "facing=east,honey_level=0": { "model": "block/beehive", "y": 90 }, + "facing=north,honey_level=1": { "model": "block/beehive" }, + "facing=south,honey_level=1": { "model": "block/beehive", "y": 180 }, + "facing=west,honey_level=1": { "model": "block/beehive", "y": 270 }, + "facing=east,honey_level=1": { "model": "block/beehive", "y": 90 }, + "facing=north,honey_level=2": { "model": "block/beehive" }, + "facing=south,honey_level=2": { "model": "block/beehive", "y": 180 }, + "facing=west,honey_level=2": { "model": "block/beehive", "y": 270 }, + "facing=east,honey_level=2": { "model": "block/beehive", "y": 90 }, + "facing=north,honey_level=3": { "model": "block/beehive" }, + "facing=south,honey_level=3": { "model": "block/beehive", "y": 180 }, + "facing=west,honey_level=3": { "model": "block/beehive", "y": 270 }, + "facing=east,honey_level=3": { "model": "block/beehive", "y": 90 }, + "facing=north,honey_level=4": { "model": "block/beehive" }, + "facing=south,honey_level=4": { "model": "block/beehive", "y": 180 }, + "facing=west,honey_level=4": { "model": "block/beehive", "y": 270 }, + "facing=east,honey_level=4": { "model": "block/beehive", "y": 90 }, + "facing=north,honey_level=5": { "model": "block/beehive_honey" }, + "facing=south,honey_level=5": { "model": "block/beehive_honey", "y": 180 }, + "facing=west,honey_level=5": { "model": "block/beehive_honey", "y": 270 }, + "facing=east,honey_level=5": { "model": "block/beehive_honey", "y": 90 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/beetroots.json b/1.15.2/assets/minecraft/blockstates/beetroots.json new file mode 100644 index 00000000..d96ba876 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/beetroots.json @@ -0,0 +1,8 @@ +{ + "variants": { + "age=0": { "model": "block/beetroots_stage0" }, + "age=1": { "model": "block/beetroots_stage1" }, + "age=2": { "model": "block/beetroots_stage2" }, + "age=3": { "model": "block/beetroots_stage3" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/bell.json b/1.15.2/assets/minecraft/blockstates/bell.json new file mode 100644 index 00000000..2e06b6e2 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/bell.json @@ -0,0 +1,20 @@ +{ + "variants": { + "facing=north,attachment=floor": { "model": "block/bell_floor" }, + "facing=south,attachment=floor": { "model": "block/bell_floor", "y": 180 }, + "facing=east,attachment=floor": { "model": "block/bell_floor", "y": 90 }, + "facing=west,attachment=floor": { "model": "block/bell_floor", "y": 270 }, + "facing=north,attachment=ceiling": { "model": "block/bell_ceiling" }, + "facing=south,attachment=ceiling": { "model": "block/bell_ceiling", "y": 180 }, + "facing=east,attachment=ceiling": { "model": "block/bell_ceiling", "y": 90 }, + "facing=west,attachment=ceiling": { "model": "block/bell_ceiling", "y": 270 }, + "facing=east,attachment=single_wall": { "model": "block/bell_wall" }, + "facing=west,attachment=single_wall": { "model": "block/bell_wall", "y": 180 }, + "facing=south,attachment=single_wall": { "model": "block/bell_wall", "y": 90 }, + "facing=north,attachment=single_wall": { "model": "block/bell_wall", "y": 270 }, + "facing=east,attachment=double_wall": { "model": "block/bell_between_walls" }, + "facing=west,attachment=double_wall": { "model": "block/bell_between_walls", "y": 180 }, + "facing=north,attachment=double_wall": { "model": "block/bell_between_walls", "y": 90 }, + "facing=south,attachment=double_wall": { "model": "block/bell_between_walls", "y": 270 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/birch_button.json b/1.15.2/assets/minecraft/blockstates/birch_button.json new file mode 100644 index 00000000..59950516 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/birch_button.json @@ -0,0 +1,28 @@ +{ + "variants": { + "face=floor,facing=east,powered=false": { "model": "block/birch_button", "y": 90 }, + "face=floor,facing=west,powered=false": { "model": "block/birch_button", "y": 270 }, + "face=floor,facing=south,powered=false": { "model": "block/birch_button", "y": 180 }, + "face=floor,facing=north,powered=false": { "model": "block/birch_button" }, + "face=wall,facing=east,powered=false": { "model": "block/birch_button", "uvlock": true, "x": 90, "y": 90 }, + "face=wall,facing=west,powered=false": { "model": "block/birch_button", "uvlock": true, "x": 90, "y": 270 }, + "face=wall,facing=south,powered=false": { "model": "block/birch_button", "uvlock": true, "x": 90, "y": 180 }, + "face=wall,facing=north,powered=false": { "model": "block/birch_button", "uvlock": true, "x": 90 }, + "face=ceiling,facing=east,powered=false": { "model": "block/birch_button", "x": 180, "y": 270 }, + "face=ceiling,facing=west,powered=false": { "model": "block/birch_button", "x": 180, "y": 90 }, + "face=ceiling,facing=south,powered=false": { "model": "block/birch_button", "x": 180 }, + "face=ceiling,facing=north,powered=false": { "model": "block/birch_button", "x": 180, "y": 180 }, + "face=floor,facing=east,powered=true": { "model": "block/birch_button_pressed", "y": 90 }, + "face=floor,facing=west,powered=true": { "model": "block/birch_button_pressed", "y": 270 }, + "face=floor,facing=south,powered=true": { "model": "block/birch_button_pressed", "y": 180 }, + "face=floor,facing=north,powered=true": { "model": "block/birch_button_pressed" }, + "face=wall,facing=east,powered=true": { "model": "block/birch_button_pressed", "uvlock": true, "x": 90, "y": 90 }, + "face=wall,facing=west,powered=true": { "model": "block/birch_button_pressed", "uvlock": true, "x": 90, "y": 270 }, + "face=wall,facing=south,powered=true": { "model": "block/birch_button_pressed", "uvlock": true, "x": 90, "y": 180 }, + "face=wall,facing=north,powered=true": { "model": "block/birch_button_pressed", "uvlock": true, "x": 90 }, + "face=ceiling,facing=east,powered=true": { "model": "block/birch_button_pressed", "x": 180, "y": 270 }, + "face=ceiling,facing=west,powered=true": { "model": "block/birch_button_pressed", "x": 180, "y": 90 }, + "face=ceiling,facing=south,powered=true": { "model": "block/birch_button_pressed", "x": 180 }, + "face=ceiling,facing=north,powered=true": { "model": "block/birch_button_pressed", "x": 180, "y": 180 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/birch_door.json b/1.15.2/assets/minecraft/blockstates/birch_door.json new file mode 100644 index 00000000..57080995 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/birch_door.json @@ -0,0 +1,36 @@ +{ + "variants": { + "facing=east,half=lower,hinge=left,open=false": { "model": "block/birch_door_bottom" }, + "facing=south,half=lower,hinge=left,open=false": { "model": "block/birch_door_bottom", "y": 90 }, + "facing=west,half=lower,hinge=left,open=false": { "model": "block/birch_door_bottom", "y": 180 }, + "facing=north,half=lower,hinge=left,open=false": { "model": "block/birch_door_bottom", "y": 270 }, + "facing=east,half=lower,hinge=right,open=false": { "model": "block/birch_door_bottom_hinge" }, + "facing=south,half=lower,hinge=right,open=false": { "model": "block/birch_door_bottom_hinge", "y": 90 }, + "facing=west,half=lower,hinge=right,open=false": { "model": "block/birch_door_bottom_hinge", "y": 180 }, + "facing=north,half=lower,hinge=right,open=false": { "model": "block/birch_door_bottom_hinge", "y": 270 }, + "facing=east,half=lower,hinge=left,open=true": { "model": "block/birch_door_bottom_hinge", "y": 90 }, + "facing=south,half=lower,hinge=left,open=true": { "model": "block/birch_door_bottom_hinge", "y": 180 }, + "facing=west,half=lower,hinge=left,open=true": { "model": "block/birch_door_bottom_hinge", "y": 270 }, + "facing=north,half=lower,hinge=left,open=true": { "model": "block/birch_door_bottom_hinge" }, + "facing=east,half=lower,hinge=right,open=true": { "model": "block/birch_door_bottom", "y": 270 }, + "facing=south,half=lower,hinge=right,open=true": { "model": "block/birch_door_bottom" }, + "facing=west,half=lower,hinge=right,open=true": { "model": "block/birch_door_bottom", "y": 90 }, + "facing=north,half=lower,hinge=right,open=true": { "model": "block/birch_door_bottom", "y": 180 }, + "facing=east,half=upper,hinge=left,open=false": { "model": "block/birch_door_top" }, + "facing=south,half=upper,hinge=left,open=false": { "model": "block/birch_door_top", "y": 90 }, + "facing=west,half=upper,hinge=left,open=false": { "model": "block/birch_door_top", "y": 180 }, + "facing=north,half=upper,hinge=left,open=false": { "model": "block/birch_door_top", "y": 270 }, + "facing=east,half=upper,hinge=right,open=false": { "model": "block/birch_door_top_hinge" }, + "facing=south,half=upper,hinge=right,open=false": { "model": "block/birch_door_top_hinge", "y": 90 }, + "facing=west,half=upper,hinge=right,open=false": { "model": "block/birch_door_top_hinge", "y": 180 }, + "facing=north,half=upper,hinge=right,open=false": { "model": "block/birch_door_top_hinge", "y": 270 }, + "facing=east,half=upper,hinge=left,open=true": { "model": "block/birch_door_top_hinge", "y": 90 }, + "facing=south,half=upper,hinge=left,open=true": { "model": "block/birch_door_top_hinge", "y": 180 }, + "facing=west,half=upper,hinge=left,open=true": { "model": "block/birch_door_top_hinge", "y": 270 }, + "facing=north,half=upper,hinge=left,open=true": { "model": "block/birch_door_top_hinge" }, + "facing=east,half=upper,hinge=right,open=true": { "model": "block/birch_door_top", "y": 270 }, + "facing=south,half=upper,hinge=right,open=true": { "model": "block/birch_door_top" }, + "facing=west,half=upper,hinge=right,open=true": { "model": "block/birch_door_top", "y": 90 }, + "facing=north,half=upper,hinge=right,open=true": { "model": "block/birch_door_top", "y": 180 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/birch_fence.json b/1.15.2/assets/minecraft/blockstates/birch_fence.json new file mode 100644 index 00000000..8333ce9e --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/birch_fence.json @@ -0,0 +1,17 @@ +{ + "multipart": [ + { "apply": { "model": "block/birch_fence_post" }}, + { "when": { "north": "true" }, + "apply": { "model": "block/birch_fence_side", "uvlock": true } + }, + { "when": { "east": "true" }, + "apply": { "model": "block/birch_fence_side", "y": 90, "uvlock": true } + }, + { "when": { "south": "true" }, + "apply": { "model": "block/birch_fence_side", "y": 180, "uvlock": true } + }, + { "when": { "west": "true" }, + "apply": { "model": "block/birch_fence_side", "y": 270, "uvlock": true } + } + ] +} diff --git a/1.15.2/assets/minecraft/blockstates/birch_fence_gate.json b/1.15.2/assets/minecraft/blockstates/birch_fence_gate.json new file mode 100644 index 00000000..c45aa799 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/birch_fence_gate.json @@ -0,0 +1,20 @@ +{ + "variants": { + "facing=south,in_wall=false,open=false": { "model": "block/birch_fence_gate", "uvlock": true }, + "facing=west,in_wall=false,open=false": { "model": "block/birch_fence_gate", "uvlock": true, "y": 90 }, + "facing=north,in_wall=false,open=false": { "model": "block/birch_fence_gate", "uvlock": true, "y": 180 }, + "facing=east,in_wall=false,open=false": { "model": "block/birch_fence_gate", "uvlock": true, "y": 270 }, + "facing=south,in_wall=false,open=true": { "model": "block/birch_fence_gate_open", "uvlock": true }, + "facing=west,in_wall=false,open=true": { "model": "block/birch_fence_gate_open", "uvlock": true, "y": 90 }, + "facing=north,in_wall=false,open=true": { "model": "block/birch_fence_gate_open", "uvlock": true, "y": 180 }, + "facing=east,in_wall=false,open=true": { "model": "block/birch_fence_gate_open", "uvlock": true, "y": 270 }, + "facing=south,in_wall=true,open=false": { "model": "block/birch_fence_gate_wall", "uvlock": true }, + "facing=west,in_wall=true,open=false": { "model": "block/birch_fence_gate_wall", "uvlock": true, "y": 90 }, + "facing=north,in_wall=true,open=false": { "model": "block/birch_fence_gate_wall", "uvlock": true, "y": 180 }, + "facing=east,in_wall=true,open=false": { "model": "block/birch_fence_gate_wall", "uvlock": true, "y": 270 }, + "facing=south,in_wall=true,open=true": { "model": "block/birch_fence_gate_wall_open", "uvlock": true }, + "facing=west,in_wall=true,open=true": { "model": "block/birch_fence_gate_wall_open", "uvlock": true, "y": 90 }, + "facing=north,in_wall=true,open=true": { "model": "block/birch_fence_gate_wall_open", "uvlock": true, "y": 180 }, + "facing=east,in_wall=true,open=true": { "model": "block/birch_fence_gate_wall_open", "uvlock": true, "y": 270 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/birch_leaves.json b/1.15.2/assets/minecraft/blockstates/birch_leaves.json new file mode 100644 index 00000000..a0a11ff6 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/birch_leaves.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/birch_leaves" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/birch_log.json b/1.15.2/assets/minecraft/blockstates/birch_log.json new file mode 100644 index 00000000..2e81aacd --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/birch_log.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/birch_log" }, + "axis=z": { "model": "block/birch_log", "x": 90 }, + "axis=x": { "model": "block/birch_log", "x": 90, "y": 90 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/birch_planks.json b/1.15.2/assets/minecraft/blockstates/birch_planks.json new file mode 100644 index 00000000..93b51a28 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/birch_planks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/birch_planks" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/birch_pressure_plate.json b/1.15.2/assets/minecraft/blockstates/birch_pressure_plate.json new file mode 100644 index 00000000..294bc14b --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/birch_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "variants": { + "powered=false": { "model": "block/birch_pressure_plate" }, + "powered=true": { "model": "block/birch_pressure_plate_down" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/birch_sapling.json b/1.15.2/assets/minecraft/blockstates/birch_sapling.json new file mode 100644 index 00000000..5a7fc058 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/birch_sapling.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/birch_sapling" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/birch_sign.json b/1.15.2/assets/minecraft/blockstates/birch_sign.json new file mode 100644 index 00000000..873d83db --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/birch_sign.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/birch_sign" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/birch_slab.json b/1.15.2/assets/minecraft/blockstates/birch_slab.json new file mode 100644 index 00000000..4a6f5b56 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/birch_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/birch_slab" }, + "type=top": { "model": "block/birch_slab_top" }, + "type=double": { "model": "block/birch_planks" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/birch_stairs.json b/1.15.2/assets/minecraft/blockstates/birch_stairs.json new file mode 100644 index 00000000..8ac9dddd --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/birch_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/birch_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/birch_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/birch_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/birch_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/birch_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/birch_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/birch_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/birch_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/birch_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/birch_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/birch_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/birch_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/birch_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/birch_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/birch_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/birch_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/birch_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/birch_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/birch_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/birch_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/birch_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/birch_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/birch_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/birch_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/birch_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/birch_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/birch_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/birch_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/birch_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/birch_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/birch_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/birch_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/birch_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/birch_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/birch_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/birch_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/birch_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/birch_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/birch_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/birch_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/birch_trapdoor.json b/1.15.2/assets/minecraft/blockstates/birch_trapdoor.json new file mode 100644 index 00000000..30567436 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/birch_trapdoor.json @@ -0,0 +1,20 @@ +{ + "variants": { + "facing=north,half=bottom,open=false": { "model": "block/birch_trapdoor_bottom" }, + "facing=south,half=bottom,open=false": { "model": "block/birch_trapdoor_bottom", "y": 180 }, + "facing=east,half=bottom,open=false": { "model": "block/birch_trapdoor_bottom", "y": 90 }, + "facing=west,half=bottom,open=false": { "model": "block/birch_trapdoor_bottom", "y": 270 }, + "facing=north,half=top,open=false": { "model": "block/birch_trapdoor_top" }, + "facing=south,half=top,open=false": { "model": "block/birch_trapdoor_top", "y": 180 }, + "facing=east,half=top,open=false": { "model": "block/birch_trapdoor_top", "y": 90 }, + "facing=west,half=top,open=false": { "model": "block/birch_trapdoor_top", "y": 270 }, + "facing=north,half=bottom,open=true": { "model": "block/birch_trapdoor_open" }, + "facing=south,half=bottom,open=true": { "model": "block/birch_trapdoor_open", "y": 180 }, + "facing=east,half=bottom,open=true": { "model": "block/birch_trapdoor_open", "y": 90 }, + "facing=west,half=bottom,open=true": { "model": "block/birch_trapdoor_open", "y": 270 }, + "facing=north,half=top,open=true": { "model": "block/birch_trapdoor_open", "x": 180, "y": 180 }, + "facing=south,half=top,open=true": { "model": "block/birch_trapdoor_open", "x": 180, "y": 0 }, + "facing=east,half=top,open=true": { "model": "block/birch_trapdoor_open", "x": 180, "y": 270 }, + "facing=west,half=top,open=true": { "model": "block/birch_trapdoor_open", "x": 180, "y": 90 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/birch_wall_sign.json b/1.15.2/assets/minecraft/blockstates/birch_wall_sign.json new file mode 100644 index 00000000..873d83db --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/birch_wall_sign.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/birch_sign" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/birch_wood.json b/1.15.2/assets/minecraft/blockstates/birch_wood.json new file mode 100644 index 00000000..1cfc0b88 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/birch_wood.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/birch_wood" }, + "axis=z": { "model": "block/birch_wood", "x": 90 }, + "axis=x": { "model": "block/birch_wood", "x": 90, "y": 90 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/black_banner.json b/1.15.2/assets/minecraft/blockstates/black_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/black_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/black_bed.json b/1.15.2/assets/minecraft/blockstates/black_bed.json new file mode 100644 index 00000000..8cdeb6ce --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/black_bed.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/bed" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/black_carpet.json b/1.15.2/assets/minecraft/blockstates/black_carpet.json new file mode 100644 index 00000000..21f71063 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/black_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/black_carpet" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/black_concrete.json b/1.15.2/assets/minecraft/blockstates/black_concrete.json new file mode 100644 index 00000000..9e56b5dd --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/black_concrete.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/black_concrete" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/black_concrete_powder.json b/1.15.2/assets/minecraft/blockstates/black_concrete_powder.json new file mode 100644 index 00000000..cc9ab95d --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/black_concrete_powder.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/black_concrete_powder" }, + { "model": "block/black_concrete_powder", "y": 90 }, + { "model": "block/black_concrete_powder", "y": 180 }, + { "model": "block/black_concrete_powder", "y": 270 } + ] + } +} diff --git a/1.15.2/assets/minecraft/blockstates/black_glazed_terracotta.json b/1.15.2/assets/minecraft/blockstates/black_glazed_terracotta.json new file mode 100644 index 00000000..b1fdec8b --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/black_glazed_terracotta.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "block/black_glazed_terracotta" }, + "facing=west": { "model": "block/black_glazed_terracotta", "y": 90 }, + "facing=north": { "model": "block/black_glazed_terracotta", "y": 180 }, + "facing=east": { "model": "block/black_glazed_terracotta", "y": 270 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/black_shulker_box.json b/1.15.2/assets/minecraft/blockstates/black_shulker_box.json new file mode 100644 index 00000000..7831b9f7 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/black_shulker_box.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/black_shulker_box" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/black_stained_glass.json b/1.15.2/assets/minecraft/blockstates/black_stained_glass.json new file mode 100644 index 00000000..bccd2bcf --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/black_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/black_stained_glass" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/black_stained_glass_pane.json b/1.15.2/assets/minecraft/blockstates/black_stained_glass_pane.json new file mode 100644 index 00000000..57fb68d9 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/black_stained_glass_pane.json @@ -0,0 +1,29 @@ +{ + "multipart": [ + { "apply": { "model": "block/black_stained_glass_pane_post" }}, + { "when": { "north": true }, + "apply": { "model": "block/black_stained_glass_pane_side" } + }, + { "when": { "east": true }, + "apply": { "model": "block/black_stained_glass_pane_side", "y": 90 } + }, + { "when": { "south": true }, + "apply": { "model": "block/black_stained_glass_pane_side_alt" } + }, + { "when": { "west": true }, + "apply": { "model": "block/black_stained_glass_pane_side_alt", "y": 90 } + }, + { "when": { "north": false }, + "apply": { "model": "block/black_stained_glass_pane_noside" } + }, + { "when": { "east": false }, + "apply": { "model": "block/black_stained_glass_pane_noside_alt" } + }, + { "when": { "south": false }, + "apply": { "model": "block/black_stained_glass_pane_noside_alt", "y": 90 } + }, + { "when": { "west": false }, + "apply": { "model": "block/black_stained_glass_pane_noside", "y": 270 } + } + ] +} diff --git a/1.15.2/assets/minecraft/blockstates/black_terracotta.json b/1.15.2/assets/minecraft/blockstates/black_terracotta.json new file mode 100644 index 00000000..a88bb3d4 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/black_terracotta.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/black_terracotta" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/black_wall_banner.json b/1.15.2/assets/minecraft/blockstates/black_wall_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/black_wall_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/black_wool.json b/1.15.2/assets/minecraft/blockstates/black_wool.json new file mode 100644 index 00000000..e3e5790c --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/black_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/black_wool" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/blast_furnace.json b/1.15.2/assets/minecraft/blockstates/blast_furnace.json new file mode 100644 index 00000000..8392fcd9 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/blast_furnace.json @@ -0,0 +1,12 @@ +{ + "variants": { + "facing=north,lit=false": { "model": "block/blast_furnace" }, + "facing=south,lit=false": { "model": "block/blast_furnace", "y": 180 }, + "facing=west,lit=false": { "model": "block/blast_furnace", "y": 270 }, + "facing=east,lit=false": { "model": "block/blast_furnace", "y": 90 }, + "facing=north,lit=true": { "model": "block/blast_furnace_on" }, + "facing=south,lit=true": { "model": "block/blast_furnace_on", "y": 180 }, + "facing=west,lit=true": { "model": "block/blast_furnace_on", "y": 270 }, + "facing=east,lit=true": { "model": "block/blast_furnace_on", "y": 90 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/blue_banner.json b/1.15.2/assets/minecraft/blockstates/blue_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/blue_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/blue_bed.json b/1.15.2/assets/minecraft/blockstates/blue_bed.json new file mode 100644 index 00000000..8cdeb6ce --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/blue_bed.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/bed" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/blue_carpet.json b/1.15.2/assets/minecraft/blockstates/blue_carpet.json new file mode 100644 index 00000000..4b31a299 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/blue_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/blue_carpet" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/blue_concrete.json b/1.15.2/assets/minecraft/blockstates/blue_concrete.json new file mode 100644 index 00000000..7bad98f3 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/blue_concrete.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/blue_concrete" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/blue_concrete_powder.json b/1.15.2/assets/minecraft/blockstates/blue_concrete_powder.json new file mode 100644 index 00000000..af673f0c --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/blue_concrete_powder.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/blue_concrete_powder" }, + { "model": "block/blue_concrete_powder", "y": 90 }, + { "model": "block/blue_concrete_powder", "y": 180 }, + { "model": "block/blue_concrete_powder", "y": 270 } + ] + } +} diff --git a/1.15.2/assets/minecraft/blockstates/blue_glazed_terracotta.json b/1.15.2/assets/minecraft/blockstates/blue_glazed_terracotta.json new file mode 100644 index 00000000..1f267a25 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/blue_glazed_terracotta.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "block/blue_glazed_terracotta" }, + "facing=west": { "model": "block/blue_glazed_terracotta", "y": 90 }, + "facing=north": { "model": "block/blue_glazed_terracotta", "y": 180 }, + "facing=east": { "model": "block/blue_glazed_terracotta", "y": 270 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/blue_ice.json b/1.15.2/assets/minecraft/blockstates/blue_ice.json new file mode 100644 index 00000000..58a6bc66 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/blue_ice.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/blue_ice" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/blue_orchid.json b/1.15.2/assets/minecraft/blockstates/blue_orchid.json new file mode 100644 index 00000000..f765e4be --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/blue_orchid.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/blue_orchid" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/blue_shulker_box.json b/1.15.2/assets/minecraft/blockstates/blue_shulker_box.json new file mode 100644 index 00000000..ec899b78 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/blue_shulker_box.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/blue_shulker_box" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/blue_stained_glass.json b/1.15.2/assets/minecraft/blockstates/blue_stained_glass.json new file mode 100644 index 00000000..0b9ff5b0 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/blue_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/blue_stained_glass" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/blue_stained_glass_pane.json b/1.15.2/assets/minecraft/blockstates/blue_stained_glass_pane.json new file mode 100644 index 00000000..6c08c117 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/blue_stained_glass_pane.json @@ -0,0 +1,29 @@ +{ + "multipart": [ + { "apply": { "model": "block/blue_stained_glass_pane_post" }}, + { "when": { "north": true }, + "apply": { "model": "block/blue_stained_glass_pane_side" } + }, + { "when": { "east": true }, + "apply": { "model": "block/blue_stained_glass_pane_side", "y": 90 } + }, + { "when": { "south": true }, + "apply": { "model": "block/blue_stained_glass_pane_side_alt" } + }, + { "when": { "west": true }, + "apply": { "model": "block/blue_stained_glass_pane_side_alt", "y": 90 } + }, + { "when": { "north": false }, + "apply": { "model": "block/blue_stained_glass_pane_noside" } + }, + { "when": { "east": false }, + "apply": { "model": "block/blue_stained_glass_pane_noside_alt" } + }, + { "when": { "south": false }, + "apply": { "model": "block/blue_stained_glass_pane_noside_alt", "y": 90 } + }, + { "when": { "west": false }, + "apply": { "model": "block/blue_stained_glass_pane_noside", "y": 270 } + } + ] +} diff --git a/1.15.2/assets/minecraft/blockstates/blue_terracotta.json b/1.15.2/assets/minecraft/blockstates/blue_terracotta.json new file mode 100644 index 00000000..8200b2fc --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/blue_terracotta.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/blue_terracotta" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/blue_wall_banner.json b/1.15.2/assets/minecraft/blockstates/blue_wall_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/blue_wall_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/blue_wool.json b/1.15.2/assets/minecraft/blockstates/blue_wool.json new file mode 100644 index 00000000..f1c262cb --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/blue_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/blue_wool" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/bone_block.json b/1.15.2/assets/minecraft/blockstates/bone_block.json new file mode 100644 index 00000000..b6afb4b6 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/bone_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/bone_block" }, + "axis=z": { "model": "block/bone_block", "x": 90 }, + "axis=x": { "model": "block/bone_block", "x": 90, "y": 90 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/bookshelf.json b/1.15.2/assets/minecraft/blockstates/bookshelf.json new file mode 100644 index 00000000..df39cc30 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/bookshelf.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/bookshelf" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/brain_coral.json b/1.15.2/assets/minecraft/blockstates/brain_coral.json new file mode 100644 index 00000000..ba47e3df --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/brain_coral.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/brain_coral" } + } +} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/blockstates/brain_coral_block.json b/1.15.2/assets/minecraft/blockstates/brain_coral_block.json new file mode 100644 index 00000000..bab54b01 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/brain_coral_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/brain_coral_block" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/brain_coral_fan.json b/1.15.2/assets/minecraft/blockstates/brain_coral_fan.json new file mode 100644 index 00000000..5d5f5225 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/brain_coral_fan.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/brain_coral_fan" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/brain_coral_wall_fan.json b/1.15.2/assets/minecraft/blockstates/brain_coral_wall_fan.json new file mode 100644 index 00000000..1e3d00b9 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/brain_coral_wall_fan.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=east": { "model": "block/brain_coral_wall_fan", "y": 90 }, + "facing=south": { "model": "block/brain_coral_wall_fan", "y": 180 }, + "facing=west": { "model": "block/brain_coral_wall_fan", "y": 270 }, + "facing=north": { "model": "block/brain_coral_wall_fan", "y": 0 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/brewing_stand.json b/1.15.2/assets/minecraft/blockstates/brewing_stand.json new file mode 100644 index 00000000..fc6eecf6 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/brewing_stand.json @@ -0,0 +1,23 @@ +{ + "multipart": [ + { "apply": { "model": "block/brewing_stand" }}, + { "when": { "has_bottle_0": "true" }, + "apply": { "model": "block/brewing_stand_bottle0" } + }, + { "when": { "has_bottle_1": "true" }, + "apply": { "model": "block/brewing_stand_bottle1" } + }, + { "when": { "has_bottle_2": "true" }, + "apply": { "model": "block/brewing_stand_bottle2" } + }, + { "when": { "has_bottle_0": "false" }, + "apply": { "model": "block/brewing_stand_empty0" } + }, + { "when": { "has_bottle_1": "false" }, + "apply": { "model": "block/brewing_stand_empty1" } + }, + { "when": { "has_bottle_2": "false" }, + "apply": { "model": "block/brewing_stand_empty2" } + } + ] +} diff --git a/1.15.2/assets/minecraft/blockstates/brick_slab.json b/1.15.2/assets/minecraft/blockstates/brick_slab.json new file mode 100644 index 00000000..f50ad298 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/brick_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/brick_slab" }, + "type=top": { "model": "block/brick_slab_top" }, + "type=double": { "model": "block/bricks" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/brick_stairs.json b/1.15.2/assets/minecraft/blockstates/brick_stairs.json new file mode 100644 index 00000000..a94331c9 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/brick_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/brick_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/brick_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/brick_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/brick_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/brick_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/brick_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/brick_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/brick_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/brick_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/brick_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/brick_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/brick_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/brick_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/brick_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/brick_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/brick_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/brick_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/brick_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/brick_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/brick_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/brick_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/brick_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/brick_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/brick_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/brick_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/brick_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/brick_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/brick_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/brick_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/brick_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/brick_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/brick_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/brick_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/brick_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/brick_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/brick_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/brick_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/brick_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/brick_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/brick_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/brick_wall.json b/1.15.2/assets/minecraft/blockstates/brick_wall.json new file mode 100644 index 00000000..8e8b9b71 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/brick_wall.json @@ -0,0 +1,19 @@ +{ + "multipart": [ + { "when": { "up": "true" }, + "apply": { "model": "block/brick_wall_post" } + }, + { "when": { "north": "true" }, + "apply": { "model": "block/brick_wall_side", "uvlock": true } + }, + { "when": { "east": "true" }, + "apply": { "model": "block/brick_wall_side", "y": 90, "uvlock": true } + }, + { "when": { "south": "true" }, + "apply": { "model": "block/brick_wall_side", "y": 180, "uvlock": true } + }, + { "when": { "west": "true" }, + "apply": { "model": "block/brick_wall_side", "y": 270, "uvlock": true } + } + ] +} diff --git a/1.15.2/assets/minecraft/blockstates/bricks.json b/1.15.2/assets/minecraft/blockstates/bricks.json new file mode 100644 index 00000000..e65d8f5c --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/bricks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/bricks" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/brown_banner.json b/1.15.2/assets/minecraft/blockstates/brown_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/brown_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/brown_bed.json b/1.15.2/assets/minecraft/blockstates/brown_bed.json new file mode 100644 index 00000000..8cdeb6ce --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/brown_bed.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/bed" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/brown_carpet.json b/1.15.2/assets/minecraft/blockstates/brown_carpet.json new file mode 100644 index 00000000..7372d237 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/brown_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/brown_carpet" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/brown_concrete.json b/1.15.2/assets/minecraft/blockstates/brown_concrete.json new file mode 100644 index 00000000..9e77290a --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/brown_concrete.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/brown_concrete" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/brown_concrete_powder.json b/1.15.2/assets/minecraft/blockstates/brown_concrete_powder.json new file mode 100644 index 00000000..3f67ba65 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/brown_concrete_powder.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/brown_concrete_powder" }, + { "model": "block/brown_concrete_powder", "y": 90 }, + { "model": "block/brown_concrete_powder", "y": 180 }, + { "model": "block/brown_concrete_powder", "y": 270 } + ] + } +} diff --git a/1.15.2/assets/minecraft/blockstates/brown_glazed_terracotta.json b/1.15.2/assets/minecraft/blockstates/brown_glazed_terracotta.json new file mode 100644 index 00000000..bc683a3d --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/brown_glazed_terracotta.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "block/brown_glazed_terracotta" }, + "facing=west": { "model": "block/brown_glazed_terracotta", "y": 90 }, + "facing=north": { "model": "block/brown_glazed_terracotta", "y": 180 }, + "facing=east": { "model": "block/brown_glazed_terracotta", "y": 270 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/brown_mushroom.json b/1.15.2/assets/minecraft/blockstates/brown_mushroom.json new file mode 100644 index 00000000..7507327c --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/brown_mushroom.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/brown_mushroom" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/brown_mushroom_block.json b/1.15.2/assets/minecraft/blockstates/brown_mushroom_block.json new file mode 100644 index 00000000..ee0485d7 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/brown_mushroom_block.json @@ -0,0 +1,40 @@ +{ + "multipart": [ + { "when": { "north": true }, + "apply": { "model": "block/brown_mushroom_block" } + }, + { "when": { "east": true }, + "apply": { "model": "block/brown_mushroom_block", "y": 90, "uvlock": true } + }, + { "when": { "south": true }, + "apply": { "model": "block/brown_mushroom_block", "y": 180, "uvlock": true } + }, + { "when": { "west": true }, + "apply": { "model": "block/brown_mushroom_block", "y": 270, "uvlock": true } + }, + { "when": { "up": true }, + "apply": { "model": "block/brown_mushroom_block", "x": 270, "uvlock": true } + }, + { "when": { "down": true }, + "apply": { "model": "block/brown_mushroom_block", "x": 90, "uvlock": true } + }, + { "when": { "north": false }, + "apply": { "model": "block/mushroom_block_inside" } + }, + { "when": { "east": false }, + "apply": { "model": "block/mushroom_block_inside", "y": 90, "uvlock": false } + }, + { "when": { "south": false }, + "apply": { "model": "block/mushroom_block_inside", "y": 180, "uvlock": false } + }, + { "when": { "west": false }, + "apply": { "model": "block/mushroom_block_inside", "y": 270, "uvlock": false } + }, + { "when": { "up": false }, + "apply": { "model": "block/mushroom_block_inside", "x": 270, "uvlock": false } + }, + { "when": { "down": false }, + "apply": { "model": "block/mushroom_block_inside", "x": 90, "uvlock": false } + } + ] +} diff --git a/1.15.2/assets/minecraft/blockstates/brown_shulker_box.json b/1.15.2/assets/minecraft/blockstates/brown_shulker_box.json new file mode 100644 index 00000000..6a6c6887 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/brown_shulker_box.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/brown_shulker_box" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/brown_stained_glass.json b/1.15.2/assets/minecraft/blockstates/brown_stained_glass.json new file mode 100644 index 00000000..6de6ebb7 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/brown_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/brown_stained_glass" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/brown_stained_glass_pane.json b/1.15.2/assets/minecraft/blockstates/brown_stained_glass_pane.json new file mode 100644 index 00000000..9f91b8ac --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/brown_stained_glass_pane.json @@ -0,0 +1,29 @@ +{ + "multipart": [ + { "apply": { "model": "block/brown_stained_glass_pane_post" }}, + { "when": { "north": true }, + "apply": { "model": "block/brown_stained_glass_pane_side" } + }, + { "when": { "east": true }, + "apply": { "model": "block/brown_stained_glass_pane_side", "y": 90 } + }, + { "when": { "south": true }, + "apply": { "model": "block/brown_stained_glass_pane_side_alt" } + }, + { "when": { "west": true }, + "apply": { "model": "block/brown_stained_glass_pane_side_alt", "y": 90 } + }, + { "when": { "north": false }, + "apply": { "model": "block/brown_stained_glass_pane_noside" } + }, + { "when": { "east": false }, + "apply": { "model": "block/brown_stained_glass_pane_noside_alt" } + }, + { "when": { "south": false }, + "apply": { "model": "block/brown_stained_glass_pane_noside_alt", "y": 90 } + }, + { "when": { "west": false }, + "apply": { "model": "block/brown_stained_glass_pane_noside", "y": 270 } + } + ] +} diff --git a/1.15.2/assets/minecraft/blockstates/brown_terracotta.json b/1.15.2/assets/minecraft/blockstates/brown_terracotta.json new file mode 100644 index 00000000..ba12a04b --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/brown_terracotta.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/brown_terracotta" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/brown_wall_banner.json b/1.15.2/assets/minecraft/blockstates/brown_wall_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/brown_wall_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/brown_wool.json b/1.15.2/assets/minecraft/blockstates/brown_wool.json new file mode 100644 index 00000000..62d4556e --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/brown_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/brown_wool" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/bubble_column.json b/1.15.2/assets/minecraft/blockstates/bubble_column.json new file mode 100644 index 00000000..48ff0ea4 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/bubble_column.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/water" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/bubble_coral.json b/1.15.2/assets/minecraft/blockstates/bubble_coral.json new file mode 100644 index 00000000..6ea2e40c --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/bubble_coral.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/bubble_coral" } + } +} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/blockstates/bubble_coral_block.json b/1.15.2/assets/minecraft/blockstates/bubble_coral_block.json new file mode 100644 index 00000000..19e84ab8 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/bubble_coral_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/bubble_coral_block" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/bubble_coral_fan.json b/1.15.2/assets/minecraft/blockstates/bubble_coral_fan.json new file mode 100644 index 00000000..4e1fd8a9 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/bubble_coral_fan.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/bubble_coral_fan" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/bubble_coral_wall_fan.json b/1.15.2/assets/minecraft/blockstates/bubble_coral_wall_fan.json new file mode 100644 index 00000000..83a05c98 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/bubble_coral_wall_fan.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=east": { "model": "block/bubble_coral_wall_fan", "y": 90 }, + "facing=south": { "model": "block/bubble_coral_wall_fan", "y": 180 }, + "facing=west": { "model": "block/bubble_coral_wall_fan", "y": 270 }, + "facing=north": { "model": "block/bubble_coral_wall_fan", "y": 0 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/cactus.json b/1.15.2/assets/minecraft/blockstates/cactus.json new file mode 100644 index 00000000..01a156ff --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/cactus.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/cactus" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/cake.json b/1.15.2/assets/minecraft/blockstates/cake.json new file mode 100644 index 00000000..3fad9916 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/cake.json @@ -0,0 +1,11 @@ +{ + "variants": { + "bites=0": { "model": "block/cake" }, + "bites=1": { "model": "block/cake_slice1" }, + "bites=2": { "model": "block/cake_slice2" }, + "bites=3": { "model": "block/cake_slice3" }, + "bites=4": { "model": "block/cake_slice4" }, + "bites=5": { "model": "block/cake_slice5" }, + "bites=6": { "model": "block/cake_slice6" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/campfire.json b/1.15.2/assets/minecraft/blockstates/campfire.json new file mode 100644 index 00000000..b7d995d4 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/campfire.json @@ -0,0 +1,12 @@ +{ + "variants": { + "facing=north,lit=true": { "model": "block/campfire", "y": 180 }, + "facing=south,lit=true": { "model": "block/campfire" }, + "facing=east,lit=true": { "model": "block/campfire", "y": 270 }, + "facing=west,lit=true": { "model": "block/campfire", "y": 90 }, + "facing=north,lit=false": { "model": "block/campfire_off", "y": 180 }, + "facing=south,lit=false": { "model": "block/campfire_off" }, + "facing=east,lit=false": { "model": "block/campfire_off", "y": 270 }, + "facing=west,lit=false": { "model": "block/campfire_off", "y": 90 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/carrots.json b/1.15.2/assets/minecraft/blockstates/carrots.json new file mode 100644 index 00000000..b8bd5836 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/carrots.json @@ -0,0 +1,12 @@ +{ + "variants": { + "age=0": { "model": "block/carrots_stage0" }, + "age=1": { "model": "block/carrots_stage0" }, + "age=2": { "model": "block/carrots_stage1" }, + "age=3": { "model": "block/carrots_stage1" }, + "age=4": { "model": "block/carrots_stage2" }, + "age=5": { "model": "block/carrots_stage2" }, + "age=6": { "model": "block/carrots_stage2" }, + "age=7": { "model": "block/carrots_stage3" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/cartography_table.json b/1.15.2/assets/minecraft/blockstates/cartography_table.json new file mode 100644 index 00000000..f010c88d --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/cartography_table.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/cartography_table" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/carved_pumpkin.json b/1.15.2/assets/minecraft/blockstates/carved_pumpkin.json new file mode 100644 index 00000000..6983dda3 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/carved_pumpkin.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "block/carved_pumpkin" }, + "facing=south": { "model": "block/carved_pumpkin", "y": 180 }, + "facing=west": { "model": "block/carved_pumpkin", "y": 270 }, + "facing=east": { "model": "block/carved_pumpkin", "y": 90 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/cauldron.json b/1.15.2/assets/minecraft/blockstates/cauldron.json new file mode 100644 index 00000000..b8e5a760 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/cauldron.json @@ -0,0 +1,8 @@ +{ + "variants": { + "level=0": { "model": "block/cauldron" }, + "level=1": { "model": "block/cauldron_level1" }, + "level=2": { "model": "block/cauldron_level2" }, + "level=3": { "model": "block/cauldron_level3" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/cave_air.json b/1.15.2/assets/minecraft/blockstates/cave_air.json new file mode 100644 index 00000000..09fa52b3 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/cave_air.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/air" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/chain_command_block.json b/1.15.2/assets/minecraft/blockstates/chain_command_block.json new file mode 100644 index 00000000..03753450 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/chain_command_block.json @@ -0,0 +1,16 @@ +{ + "variants": { + "conditional=false,facing=down": { "model": "block/chain_command_block", "x": 90 }, + "conditional=false,facing=up": { "model": "block/chain_command_block", "x": 270 }, + "conditional=false,facing=north": { "model": "block/chain_command_block" }, + "conditional=false,facing=south": { "model": "block/chain_command_block", "y": 180 }, + "conditional=false,facing=west": { "model": "block/chain_command_block", "y": 270 }, + "conditional=false,facing=east": { "model": "block/chain_command_block", "y": 90 }, + "conditional=true,facing=down": { "model": "block/chain_command_block_conditional", "x": 90 }, + "conditional=true,facing=up": { "model": "block/chain_command_block_conditional", "x": 270 }, + "conditional=true,facing=north": { "model": "block/chain_command_block_conditional" }, + "conditional=true,facing=south": { "model": "block/chain_command_block_conditional", "y": 180 }, + "conditional=true,facing=west": { "model": "block/chain_command_block_conditional", "y": 270 }, + "conditional=true,facing=east": { "model": "block/chain_command_block_conditional", "y": 90 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/chest.json b/1.15.2/assets/minecraft/blockstates/chest.json new file mode 100644 index 00000000..77b44fb4 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/chest.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/chest" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/chipped_anvil.json b/1.15.2/assets/minecraft/blockstates/chipped_anvil.json new file mode 100644 index 00000000..9eab482a --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/chipped_anvil.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "block/chipped_anvil" }, + "facing=west": { "model": "block/chipped_anvil", "y": 90 }, + "facing=north": { "model": "block/chipped_anvil", "y": 180 }, + "facing=east": { "model": "block/chipped_anvil", "y": 270 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/chiseled_quartz_block.json b/1.15.2/assets/minecraft/blockstates/chiseled_quartz_block.json new file mode 100644 index 00000000..2a7803b2 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/chiseled_quartz_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/chiseled_quartz_block" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/chiseled_red_sandstone.json b/1.15.2/assets/minecraft/blockstates/chiseled_red_sandstone.json new file mode 100644 index 00000000..1f9119b6 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/chiseled_red_sandstone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/chiseled_red_sandstone" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/chiseled_sandstone.json b/1.15.2/assets/minecraft/blockstates/chiseled_sandstone.json new file mode 100644 index 00000000..589aea93 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/chiseled_sandstone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/chiseled_sandstone" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/chiseled_stone_bricks.json b/1.15.2/assets/minecraft/blockstates/chiseled_stone_bricks.json new file mode 100644 index 00000000..8190d79b --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/chiseled_stone_bricks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/chiseled_stone_bricks" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/chorus_flower.json b/1.15.2/assets/minecraft/blockstates/chorus_flower.json new file mode 100644 index 00000000..a9cedfed --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/chorus_flower.json @@ -0,0 +1,10 @@ +{ + "variants": { + "age=0": { "model": "block/chorus_flower" }, + "age=1": { "model": "block/chorus_flower" }, + "age=2": { "model": "block/chorus_flower" }, + "age=3": { "model": "block/chorus_flower" }, + "age=4": { "model": "block/chorus_flower" }, + "age=5": { "model": "block/chorus_flower_dead" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/chorus_plant.json b/1.15.2/assets/minecraft/blockstates/chorus_plant.json new file mode 100644 index 00000000..da672f15 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/chorus_plant.json @@ -0,0 +1,70 @@ +{ + "multipart": [ + { "when": { "north": true }, + "apply": { "model": "block/chorus_plant_side" } + }, + { "when": { "east": true }, + "apply": { "model": "block/chorus_plant_side", "y": 90, "uvlock": true } + }, + { "when": { "south": true }, + "apply": { "model": "block/chorus_plant_side", "y": 180, "uvlock": true } + }, + { "when": { "west": true }, + "apply": { "model": "block/chorus_plant_side", "y": 270, "uvlock": true } + }, + { "when": { "up": true }, + "apply": { "model": "block/chorus_plant_side", "x": 270, "uvlock": true } + }, + { "when": { "down": true }, + "apply": { "model": "block/chorus_plant_side", "x": 90, "uvlock": true } + }, + { "when": { "north": false }, + "apply": [ + { "model": "block/chorus_plant_noside", "weight": 2 }, + { "model": "block/chorus_plant_noside1" }, + { "model": "block/chorus_plant_noside2" }, + { "model": "block/chorus_plant_noside3" } + ] + }, + { "when": { "east": false }, + "apply": [ + { "model": "block/chorus_plant_noside1", "y": 90, "uvlock": true }, + { "model": "block/chorus_plant_noside2", "y": 90, "uvlock": true }, + { "model": "block/chorus_plant_noside3", "y": 90, "uvlock": true }, + { "model": "block/chorus_plant_noside", "weight": 2, "y": 90, "uvlock": true } + ] + }, + { "when": { "south": false }, + "apply": [ + { "model": "block/chorus_plant_noside2", "y": 180, "uvlock": true }, + { "model": "block/chorus_plant_noside3", "y": 180, "uvlock": true }, + { "model": "block/chorus_plant_noside", "weight": 2, "y": 180, "uvlock": true }, + { "model": "block/chorus_plant_noside1", "y": 180, "uvlock": true } + ] + }, + { "when": { "west": false }, + "apply": [ + { "model": "block/chorus_plant_noside3", "y": 270, "uvlock": true }, + { "model": "block/chorus_plant_noside", "weight": 2, "y": 270, "uvlock": true }, + { "model": "block/chorus_plant_noside1", "y": 270, "uvlock": true }, + { "model": "block/chorus_plant_noside2", "y": 270, "uvlock": true } + ] + }, + { "when": { "up": false }, + "apply": [ + { "model": "block/chorus_plant_noside", "weight": 2, "x": 270, "uvlock": true }, + { "model": "block/chorus_plant_noside3", "x": 270, "uvlock": true }, + { "model": "block/chorus_plant_noside1", "x": 270, "uvlock": true }, + { "model": "block/chorus_plant_noside2", "x": 270, "uvlock": true } + ] + }, + { "when": { "down": false }, + "apply": [ + { "model": "block/chorus_plant_noside3", "x": 90, "uvlock": true }, + { "model": "block/chorus_plant_noside2", "x": 90, "uvlock": true }, + { "model": "block/chorus_plant_noside1", "x": 90, "uvlock": true }, + { "model": "block/chorus_plant_noside", "weight": 2, "x": 90, "uvlock": true } + ] + } + ] +} diff --git a/1.15.2/assets/minecraft/blockstates/clay.json b/1.15.2/assets/minecraft/blockstates/clay.json new file mode 100644 index 00000000..6f19e601 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/clay" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/coal_block.json b/1.15.2/assets/minecraft/blockstates/coal_block.json new file mode 100644 index 00000000..bfd8f29a --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/coal_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/coal_block" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/coal_ore.json b/1.15.2/assets/minecraft/blockstates/coal_ore.json new file mode 100644 index 00000000..12f5e818 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/coal_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/coal_ore" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/coarse_dirt.json b/1.15.2/assets/minecraft/blockstates/coarse_dirt.json new file mode 100644 index 00000000..e2f87f02 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/coarse_dirt.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/coarse_dirt" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/cobblestone.json b/1.15.2/assets/minecraft/blockstates/cobblestone.json new file mode 100644 index 00000000..30950753 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/cobblestone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/cobblestone" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/cobblestone_slab.json b/1.15.2/assets/minecraft/blockstates/cobblestone_slab.json new file mode 100644 index 00000000..2a80c333 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/cobblestone_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/cobblestone_slab" }, + "type=top": { "model": "block/cobblestone_slab_top" }, + "type=double": { "model": "block/cobblestone" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/cobblestone_stairs.json b/1.15.2/assets/minecraft/blockstates/cobblestone_stairs.json new file mode 100644 index 00000000..95fc3539 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/cobblestone_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/cobblestone_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/cobblestone_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/cobblestone_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/cobblestone_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/cobblestone_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/cobblestone_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/cobblestone_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/cobblestone_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/cobblestone_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/cobblestone_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/cobblestone_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/cobblestone_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/cobblestone_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/cobblestone_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/cobblestone_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/cobblestone_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/cobblestone_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/cobblestone_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/cobblestone_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/cobblestone_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/cobblestone_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/cobblestone_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/cobblestone_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/cobblestone_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/cobblestone_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/cobblestone_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/cobblestone_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/cobblestone_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/cobblestone_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/cobblestone_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/cobblestone_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/cobblestone_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/cobblestone_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/cobblestone_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/cobblestone_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/cobblestone_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/cobblestone_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/cobblestone_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/cobblestone_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/cobblestone_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/cobblestone_wall.json b/1.15.2/assets/minecraft/blockstates/cobblestone_wall.json new file mode 100644 index 00000000..e5d49eaa --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/cobblestone_wall.json @@ -0,0 +1,19 @@ +{ + "multipart": [ + { "when": { "up": "true" }, + "apply": { "model": "block/cobblestone_wall_post" } + }, + { "when": { "north": "true" }, + "apply": { "model": "block/cobblestone_wall_side", "uvlock": true } + }, + { "when": { "east": "true" }, + "apply": { "model": "block/cobblestone_wall_side", "y": 90, "uvlock": true } + }, + { "when": { "south": "true" }, + "apply": { "model": "block/cobblestone_wall_side", "y": 180, "uvlock": true } + }, + { "when": { "west": "true" }, + "apply": { "model": "block/cobblestone_wall_side", "y": 270, "uvlock": true } + } + ] +} diff --git a/1.15.2/assets/minecraft/blockstates/cobweb.json b/1.15.2/assets/minecraft/blockstates/cobweb.json new file mode 100644 index 00000000..5a0590f7 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/cobweb.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/cobweb" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/cocoa.json b/1.15.2/assets/minecraft/blockstates/cocoa.json new file mode 100644 index 00000000..b8a61ced --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/cocoa.json @@ -0,0 +1,16 @@ +{ + "variants": { + "age=0,facing=south": { "model": "block/cocoa_stage0" }, + "age=0,facing=west": { "model": "block/cocoa_stage0", "y": 90 }, + "age=0,facing=north": { "model": "block/cocoa_stage0", "y": 180 }, + "age=0,facing=east": { "model": "block/cocoa_stage0", "y": 270 }, + "age=1,facing=south": { "model": "block/cocoa_stage1" }, + "age=1,facing=west": { "model": "block/cocoa_stage1", "y": 90 }, + "age=1,facing=north": { "model": "block/cocoa_stage1", "y": 180 }, + "age=1,facing=east": { "model": "block/cocoa_stage1", "y": 270 }, + "age=2,facing=south": { "model": "block/cocoa_stage2" }, + "age=2,facing=west": { "model": "block/cocoa_stage2", "y": 90 }, + "age=2,facing=north": { "model": "block/cocoa_stage2", "y": 180 }, + "age=2,facing=east": { "model": "block/cocoa_stage2", "y": 270 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/command_block.json b/1.15.2/assets/minecraft/blockstates/command_block.json new file mode 100644 index 00000000..ea8d3a92 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/command_block.json @@ -0,0 +1,16 @@ +{ + "variants": { + "conditional=false,facing=down": { "model": "block/command_block", "x": 90 }, + "conditional=false,facing=up": { "model": "block/command_block", "x": 270 }, + "conditional=false,facing=north": { "model": "block/command_block" }, + "conditional=false,facing=south": { "model": "block/command_block", "y": 180 }, + "conditional=false,facing=west": { "model": "block/command_block", "y": 270 }, + "conditional=false,facing=east": { "model": "block/command_block", "y": 90 }, + "conditional=true,facing=down": { "model": "block/command_block_conditional", "x": 90 }, + "conditional=true,facing=up": { "model": "block/command_block_conditional", "x": 270 }, + "conditional=true,facing=north": { "model": "block/command_block_conditional" }, + "conditional=true,facing=south": { "model": "block/command_block_conditional", "y": 180 }, + "conditional=true,facing=west": { "model": "block/command_block_conditional", "y": 270 }, + "conditional=true,facing=east": { "model": "block/command_block_conditional", "y": 90 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/comparator.json b/1.15.2/assets/minecraft/blockstates/comparator.json new file mode 100644 index 00000000..cb077a08 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/comparator.json @@ -0,0 +1,20 @@ +{ + "variants": { + "facing=south,mode=compare,powered=false": { "model": "block/comparator" }, + "facing=west,mode=compare,powered=false": { "model": "block/comparator", "y": 90 }, + "facing=north,mode=compare,powered=false": { "model": "block/comparator", "y": 180 }, + "facing=east,mode=compare,powered=false": { "model": "block/comparator", "y": 270 }, + "facing=south,mode=subtract,powered=false": { "model": "block/comparator_subtract" }, + "facing=west,mode=subtract,powered=false": { "model": "block/comparator_subtract", "y": 90 }, + "facing=north,mode=subtract,powered=false": { "model": "block/comparator_subtract", "y": 180 }, + "facing=east,mode=subtract,powered=false": { "model": "block/comparator_subtract", "y": 270 }, + "facing=south,mode=compare,powered=true": { "model": "block/comparator_on" }, + "facing=west,mode=compare,powered=true": { "model": "block/comparator_on", "y": 90 }, + "facing=north,mode=compare,powered=true": { "model": "block/comparator_on", "y": 180 }, + "facing=east,mode=compare,powered=true": { "model": "block/comparator_on", "y": 270 }, + "facing=south,mode=subtract,powered=true": { "model": "block/comparator_on_subtract" }, + "facing=west,mode=subtract,powered=true": { "model": "block/comparator_on_subtract", "y": 90 }, + "facing=north,mode=subtract,powered=true": { "model": "block/comparator_on_subtract", "y": 180 }, + "facing=east,mode=subtract,powered=true": { "model": "block/comparator_on_subtract", "y": 270 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/composter.json b/1.15.2/assets/minecraft/blockstates/composter.json new file mode 100644 index 00000000..fac7a958 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/composter.json @@ -0,0 +1,29 @@ +{ + "multipart": [ + { "apply": { "model": "block/composter" }}, + { "when": { "level": "1" }, + "apply": { "model": "block/composter_contents1" } + }, + { "when": { "level": "2" }, + "apply": { "model": "block/composter_contents2" } + }, + { "when": { "level": "3" }, + "apply": { "model": "block/composter_contents3" } + }, + { "when": { "level": "4" }, + "apply": { "model": "block/composter_contents4" } + }, + { "when": { "level": "5" }, + "apply": { "model": "block/composter_contents5" } + }, + { "when": { "level": "6" }, + "apply": { "model": "block/composter_contents6" } + }, + { "when": { "level": "7" }, + "apply": { "model": "block/composter_contents7" } + }, + { "when": { "level": "8" }, + "apply": { "model": "block/composter_contents_ready" } + } + ] +} diff --git a/1.15.2/assets/minecraft/blockstates/conduit.json b/1.15.2/assets/minecraft/blockstates/conduit.json new file mode 100644 index 00000000..d9b4e3a9 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/conduit.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/conduit" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/cornflower.json b/1.15.2/assets/minecraft/blockstates/cornflower.json new file mode 100644 index 00000000..3b20c551 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/cornflower.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/cornflower" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/cracked_stone_bricks.json b/1.15.2/assets/minecraft/blockstates/cracked_stone_bricks.json new file mode 100644 index 00000000..c036dfec --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/cracked_stone_bricks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/cracked_stone_bricks" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/crafting_table.json b/1.15.2/assets/minecraft/blockstates/crafting_table.json new file mode 100644 index 00000000..1fead104 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/crafting_table.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/crafting_table" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/creeper_head.json b/1.15.2/assets/minecraft/blockstates/creeper_head.json new file mode 100644 index 00000000..05969bc2 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/creeper_head.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/skull" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/creeper_wall_head.json b/1.15.2/assets/minecraft/blockstates/creeper_wall_head.json new file mode 100644 index 00000000..05969bc2 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/creeper_wall_head.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/skull" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/cut_red_sandstone.json b/1.15.2/assets/minecraft/blockstates/cut_red_sandstone.json new file mode 100644 index 00000000..68ba8d1f --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/cut_red_sandstone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/cut_red_sandstone" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/cut_red_sandstone_slab.json b/1.15.2/assets/minecraft/blockstates/cut_red_sandstone_slab.json new file mode 100644 index 00000000..6ef96863 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/cut_red_sandstone_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/cut_red_sandstone_slab" }, + "type=top": { "model": "block/cut_red_sandstone_slab_top" }, + "type=double": { "model": "block/cut_red_sandstone" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/cut_sandstone.json b/1.15.2/assets/minecraft/blockstates/cut_sandstone.json new file mode 100644 index 00000000..9465e1aa --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/cut_sandstone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/cut_sandstone" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/cut_sandstone_slab.json b/1.15.2/assets/minecraft/blockstates/cut_sandstone_slab.json new file mode 100644 index 00000000..e5f960c3 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/cut_sandstone_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/cut_sandstone_slab" }, + "type=top": { "model": "block/cut_sandstone_slab_top" }, + "type=double": { "model": "block/cut_sandstone" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/cyan_banner.json b/1.15.2/assets/minecraft/blockstates/cyan_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/cyan_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/cyan_bed.json b/1.15.2/assets/minecraft/blockstates/cyan_bed.json new file mode 100644 index 00000000..8cdeb6ce --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/cyan_bed.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/bed" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/cyan_carpet.json b/1.15.2/assets/minecraft/blockstates/cyan_carpet.json new file mode 100644 index 00000000..c63f8ed7 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/cyan_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/cyan_carpet" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/cyan_concrete.json b/1.15.2/assets/minecraft/blockstates/cyan_concrete.json new file mode 100644 index 00000000..11169fbf --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/cyan_concrete.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/cyan_concrete" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/cyan_concrete_powder.json b/1.15.2/assets/minecraft/blockstates/cyan_concrete_powder.json new file mode 100644 index 00000000..49d12db2 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/cyan_concrete_powder.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/cyan_concrete_powder" }, + { "model": "block/cyan_concrete_powder", "y": 90 }, + { "model": "block/cyan_concrete_powder", "y": 180 }, + { "model": "block/cyan_concrete_powder", "y": 270 } + ] + } +} diff --git a/1.15.2/assets/minecraft/blockstates/cyan_glazed_terracotta.json b/1.15.2/assets/minecraft/blockstates/cyan_glazed_terracotta.json new file mode 100644 index 00000000..d0c44733 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/cyan_glazed_terracotta.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "block/cyan_glazed_terracotta" }, + "facing=west": { "model": "block/cyan_glazed_terracotta", "y": 90 }, + "facing=north": { "model": "block/cyan_glazed_terracotta", "y": 180 }, + "facing=east": { "model": "block/cyan_glazed_terracotta", "y": 270 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/cyan_shulker_box.json b/1.15.2/assets/minecraft/blockstates/cyan_shulker_box.json new file mode 100644 index 00000000..64133932 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/cyan_shulker_box.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/cyan_shulker_box" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/cyan_stained_glass.json b/1.15.2/assets/minecraft/blockstates/cyan_stained_glass.json new file mode 100644 index 00000000..2bde7e6c --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/cyan_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/cyan_stained_glass" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/cyan_stained_glass_pane.json b/1.15.2/assets/minecraft/blockstates/cyan_stained_glass_pane.json new file mode 100644 index 00000000..b372638b --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/cyan_stained_glass_pane.json @@ -0,0 +1,29 @@ +{ + "multipart": [ + { "apply": { "model": "block/cyan_stained_glass_pane_post" }}, + { "when": { "north": true }, + "apply": { "model": "block/cyan_stained_glass_pane_side" } + }, + { "when": { "east": true }, + "apply": { "model": "block/cyan_stained_glass_pane_side", "y": 90 } + }, + { "when": { "south": true }, + "apply": { "model": "block/cyan_stained_glass_pane_side_alt" } + }, + { "when": { "west": true }, + "apply": { "model": "block/cyan_stained_glass_pane_side_alt", "y": 90 } + }, + { "when": { "north": false }, + "apply": { "model": "block/cyan_stained_glass_pane_noside" } + }, + { "when": { "east": false }, + "apply": { "model": "block/cyan_stained_glass_pane_noside_alt" } + }, + { "when": { "south": false }, + "apply": { "model": "block/cyan_stained_glass_pane_noside_alt", "y": 90 } + }, + { "when": { "west": false }, + "apply": { "model": "block/cyan_stained_glass_pane_noside", "y": 270 } + } + ] +} diff --git a/1.15.2/assets/minecraft/blockstates/cyan_terracotta.json b/1.15.2/assets/minecraft/blockstates/cyan_terracotta.json new file mode 100644 index 00000000..c96e4377 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/cyan_terracotta.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/cyan_terracotta" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/cyan_wall_banner.json b/1.15.2/assets/minecraft/blockstates/cyan_wall_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/cyan_wall_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/cyan_wool.json b/1.15.2/assets/minecraft/blockstates/cyan_wool.json new file mode 100644 index 00000000..f2867d35 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/cyan_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/cyan_wool" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/damaged_anvil.json b/1.15.2/assets/minecraft/blockstates/damaged_anvil.json new file mode 100644 index 00000000..7ae5fc5a --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/damaged_anvil.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "block/damaged_anvil" }, + "facing=west": { "model": "block/damaged_anvil", "y": 90 }, + "facing=north": { "model": "block/damaged_anvil", "y": 180 }, + "facing=east": { "model": "block/damaged_anvil", "y": 270 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/dandelion.json b/1.15.2/assets/minecraft/blockstates/dandelion.json new file mode 100644 index 00000000..d4cf3b02 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/dandelion.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/dandelion" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/dark_oak_button.json b/1.15.2/assets/minecraft/blockstates/dark_oak_button.json new file mode 100644 index 00000000..cb5f1dcc --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/dark_oak_button.json @@ -0,0 +1,28 @@ +{ + "variants": { + "face=floor,facing=east,powered=false": { "model": "block/dark_oak_button", "y": 90 }, + "face=floor,facing=west,powered=false": { "model": "block/dark_oak_button", "y": 270 }, + "face=floor,facing=south,powered=false": { "model": "block/dark_oak_button", "y": 180 }, + "face=floor,facing=north,powered=false": { "model": "block/dark_oak_button" }, + "face=wall,facing=east,powered=false": { "model": "block/dark_oak_button", "uvlock": true, "x": 90, "y": 90 }, + "face=wall,facing=west,powered=false": { "model": "block/dark_oak_button", "uvlock": true, "x": 90, "y": 270 }, + "face=wall,facing=south,powered=false": { "model": "block/dark_oak_button", "uvlock": true, "x": 90, "y": 180 }, + "face=wall,facing=north,powered=false": { "model": "block/dark_oak_button", "uvlock": true, "x": 90 }, + "face=ceiling,facing=east,powered=false": { "model": "block/dark_oak_button", "x": 180, "y": 270 }, + "face=ceiling,facing=west,powered=false": { "model": "block/dark_oak_button", "x": 180, "y": 90 }, + "face=ceiling,facing=south,powered=false": { "model": "block/dark_oak_button", "x": 180 }, + "face=ceiling,facing=north,powered=false": { "model": "block/dark_oak_button", "x": 180, "y": 180 }, + "face=floor,facing=east,powered=true": { "model": "block/dark_oak_button_pressed", "y": 90 }, + "face=floor,facing=west,powered=true": { "model": "block/dark_oak_button_pressed", "y": 270 }, + "face=floor,facing=south,powered=true": { "model": "block/dark_oak_button_pressed", "y": 180 }, + "face=floor,facing=north,powered=true": { "model": "block/dark_oak_button_pressed" }, + "face=wall,facing=east,powered=true": { "model": "block/dark_oak_button_pressed", "uvlock": true, "x": 90, "y": 90 }, + "face=wall,facing=west,powered=true": { "model": "block/dark_oak_button_pressed", "uvlock": true, "x": 90, "y": 270 }, + "face=wall,facing=south,powered=true": { "model": "block/dark_oak_button_pressed", "uvlock": true, "x": 90, "y": 180 }, + "face=wall,facing=north,powered=true": { "model": "block/dark_oak_button_pressed", "uvlock": true, "x": 90 }, + "face=ceiling,facing=east,powered=true": { "model": "block/dark_oak_button_pressed", "x": 180, "y": 270 }, + "face=ceiling,facing=west,powered=true": { "model": "block/dark_oak_button_pressed", "x": 180, "y": 90 }, + "face=ceiling,facing=south,powered=true": { "model": "block/dark_oak_button_pressed", "x": 180 }, + "face=ceiling,facing=north,powered=true": { "model": "block/dark_oak_button_pressed", "x": 180, "y": 180 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/dark_oak_door.json b/1.15.2/assets/minecraft/blockstates/dark_oak_door.json new file mode 100644 index 00000000..90fe610d --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/dark_oak_door.json @@ -0,0 +1,36 @@ +{ + "variants": { + "facing=east,half=lower,hinge=left,open=false": { "model": "block/dark_oak_door_bottom" }, + "facing=south,half=lower,hinge=left,open=false": { "model": "block/dark_oak_door_bottom", "y": 90 }, + "facing=west,half=lower,hinge=left,open=false": { "model": "block/dark_oak_door_bottom", "y": 180 }, + "facing=north,half=lower,hinge=left,open=false": { "model": "block/dark_oak_door_bottom", "y": 270 }, + "facing=east,half=lower,hinge=right,open=false": { "model": "block/dark_oak_door_bottom_hinge" }, + "facing=south,half=lower,hinge=right,open=false": { "model": "block/dark_oak_door_bottom_hinge", "y": 90 }, + "facing=west,half=lower,hinge=right,open=false": { "model": "block/dark_oak_door_bottom_hinge", "y": 180 }, + "facing=north,half=lower,hinge=right,open=false": { "model": "block/dark_oak_door_bottom_hinge", "y": 270 }, + "facing=east,half=lower,hinge=left,open=true": { "model": "block/dark_oak_door_bottom_hinge", "y": 90 }, + "facing=south,half=lower,hinge=left,open=true": { "model": "block/dark_oak_door_bottom_hinge", "y": 180 }, + "facing=west,half=lower,hinge=left,open=true": { "model": "block/dark_oak_door_bottom_hinge", "y": 270 }, + "facing=north,half=lower,hinge=left,open=true": { "model": "block/dark_oak_door_bottom_hinge" }, + "facing=east,half=lower,hinge=right,open=true": { "model": "block/dark_oak_door_bottom", "y": 270 }, + "facing=south,half=lower,hinge=right,open=true": { "model": "block/dark_oak_door_bottom" }, + "facing=west,half=lower,hinge=right,open=true": { "model": "block/dark_oak_door_bottom", "y": 90 }, + "facing=north,half=lower,hinge=right,open=true": { "model": "block/dark_oak_door_bottom", "y": 180 }, + "facing=east,half=upper,hinge=left,open=false": { "model": "block/dark_oak_door_top" }, + "facing=south,half=upper,hinge=left,open=false": { "model": "block/dark_oak_door_top", "y": 90 }, + "facing=west,half=upper,hinge=left,open=false": { "model": "block/dark_oak_door_top", "y": 180 }, + "facing=north,half=upper,hinge=left,open=false": { "model": "block/dark_oak_door_top", "y": 270 }, + "facing=east,half=upper,hinge=right,open=false": { "model": "block/dark_oak_door_top_hinge" }, + "facing=south,half=upper,hinge=right,open=false": { "model": "block/dark_oak_door_top_hinge", "y": 90 }, + "facing=west,half=upper,hinge=right,open=false": { "model": "block/dark_oak_door_top_hinge", "y": 180 }, + "facing=north,half=upper,hinge=right,open=false": { "model": "block/dark_oak_door_top_hinge", "y": 270 }, + "facing=east,half=upper,hinge=left,open=true": { "model": "block/dark_oak_door_top_hinge", "y": 90 }, + "facing=south,half=upper,hinge=left,open=true": { "model": "block/dark_oak_door_top_hinge", "y": 180 }, + "facing=west,half=upper,hinge=left,open=true": { "model": "block/dark_oak_door_top_hinge", "y": 270 }, + "facing=north,half=upper,hinge=left,open=true": { "model": "block/dark_oak_door_top_hinge" }, + "facing=east,half=upper,hinge=right,open=true": { "model": "block/dark_oak_door_top", "y": 270 }, + "facing=south,half=upper,hinge=right,open=true": { "model": "block/dark_oak_door_top" }, + "facing=west,half=upper,hinge=right,open=true": { "model": "block/dark_oak_door_top", "y": 90 }, + "facing=north,half=upper,hinge=right,open=true": { "model": "block/dark_oak_door_top", "y": 180 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/dark_oak_fence.json b/1.15.2/assets/minecraft/blockstates/dark_oak_fence.json new file mode 100644 index 00000000..03c4923c --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/dark_oak_fence.json @@ -0,0 +1,17 @@ +{ + "multipart": [ + { "apply": { "model": "block/dark_oak_fence_post" }}, + { "when": { "north": "true" }, + "apply": { "model": "block/dark_oak_fence_side", "uvlock": true } + }, + { "when": { "east": "true" }, + "apply": { "model": "block/dark_oak_fence_side", "y": 90, "uvlock": true } + }, + { "when": { "south": "true" }, + "apply": { "model": "block/dark_oak_fence_side", "y": 180, "uvlock": true } + }, + { "when": { "west": "true" }, + "apply": { "model": "block/dark_oak_fence_side", "y": 270, "uvlock": true } + } + ] +} diff --git a/1.15.2/assets/minecraft/blockstates/dark_oak_fence_gate.json b/1.15.2/assets/minecraft/blockstates/dark_oak_fence_gate.json new file mode 100644 index 00000000..925fc56f --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/dark_oak_fence_gate.json @@ -0,0 +1,20 @@ +{ + "variants": { + "facing=south,in_wall=false,open=false": { "model": "block/dark_oak_fence_gate", "uvlock": true }, + "facing=west,in_wall=false,open=false": { "model": "block/dark_oak_fence_gate", "uvlock": true, "y": 90 }, + "facing=north,in_wall=false,open=false": { "model": "block/dark_oak_fence_gate", "uvlock": true, "y": 180 }, + "facing=east,in_wall=false,open=false": { "model": "block/dark_oak_fence_gate", "uvlock": true, "y": 270 }, + "facing=south,in_wall=false,open=true": { "model": "block/dark_oak_fence_gate_open", "uvlock": true }, + "facing=west,in_wall=false,open=true": { "model": "block/dark_oak_fence_gate_open", "uvlock": true, "y": 90 }, + "facing=north,in_wall=false,open=true": { "model": "block/dark_oak_fence_gate_open", "uvlock": true, "y": 180 }, + "facing=east,in_wall=false,open=true": { "model": "block/dark_oak_fence_gate_open", "uvlock": true, "y": 270 }, + "facing=south,in_wall=true,open=false": { "model": "block/dark_oak_fence_gate_wall", "uvlock": true }, + "facing=west,in_wall=true,open=false": { "model": "block/dark_oak_fence_gate_wall", "uvlock": true, "y": 90 }, + "facing=north,in_wall=true,open=false": { "model": "block/dark_oak_fence_gate_wall", "uvlock": true, "y": 180 }, + "facing=east,in_wall=true,open=false": { "model": "block/dark_oak_fence_gate_wall", "uvlock": true, "y": 270 }, + "facing=south,in_wall=true,open=true": { "model": "block/dark_oak_fence_gate_wall_open", "uvlock": true }, + "facing=west,in_wall=true,open=true": { "model": "block/dark_oak_fence_gate_wall_open", "uvlock": true, "y": 90 }, + "facing=north,in_wall=true,open=true": { "model": "block/dark_oak_fence_gate_wall_open", "uvlock": true, "y": 180 }, + "facing=east,in_wall=true,open=true": { "model": "block/dark_oak_fence_gate_wall_open", "uvlock": true, "y": 270 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/dark_oak_leaves.json b/1.15.2/assets/minecraft/blockstates/dark_oak_leaves.json new file mode 100644 index 00000000..6f793453 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/dark_oak_leaves.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/dark_oak_leaves" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/dark_oak_log.json b/1.15.2/assets/minecraft/blockstates/dark_oak_log.json new file mode 100644 index 00000000..ccd30db7 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/dark_oak_log.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/dark_oak_log" }, + "axis=z": { "model": "block/dark_oak_log", "x": 90 }, + "axis=x": { "model": "block/dark_oak_log", "x": 90, "y": 90 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/dark_oak_planks.json b/1.15.2/assets/minecraft/blockstates/dark_oak_planks.json new file mode 100644 index 00000000..09ede937 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/dark_oak_planks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/dark_oak_planks" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/dark_oak_pressure_plate.json b/1.15.2/assets/minecraft/blockstates/dark_oak_pressure_plate.json new file mode 100644 index 00000000..b8d7a7b6 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/dark_oak_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "variants": { + "powered=false": { "model": "block/dark_oak_pressure_plate" }, + "powered=true": { "model": "block/dark_oak_pressure_plate_down" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/dark_oak_sapling.json b/1.15.2/assets/minecraft/blockstates/dark_oak_sapling.json new file mode 100644 index 00000000..3070cea2 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/dark_oak_sapling.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/dark_oak_sapling" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/dark_oak_sign.json b/1.15.2/assets/minecraft/blockstates/dark_oak_sign.json new file mode 100644 index 00000000..f2bd54fc --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/dark_oak_sign.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/dark_oak_sign" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/dark_oak_slab.json b/1.15.2/assets/minecraft/blockstates/dark_oak_slab.json new file mode 100644 index 00000000..6468e61e --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/dark_oak_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/dark_oak_slab" }, + "type=top": { "model": "block/dark_oak_slab_top" }, + "type=double": { "model": "block/dark_oak_planks" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/dark_oak_stairs.json b/1.15.2/assets/minecraft/blockstates/dark_oak_stairs.json new file mode 100644 index 00000000..d8e099ea --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/dark_oak_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/dark_oak_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/dark_oak_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/dark_oak_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/dark_oak_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/dark_oak_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/dark_oak_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/dark_oak_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/dark_oak_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/dark_oak_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/dark_oak_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/dark_oak_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/dark_oak_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/dark_oak_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/dark_oak_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/dark_oak_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/dark_oak_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/dark_oak_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/dark_oak_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/dark_oak_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/dark_oak_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/dark_oak_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/dark_oak_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/dark_oak_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/dark_oak_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/dark_oak_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/dark_oak_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/dark_oak_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/dark_oak_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/dark_oak_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/dark_oak_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/dark_oak_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/dark_oak_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/dark_oak_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/dark_oak_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/dark_oak_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/dark_oak_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/dark_oak_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/dark_oak_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/dark_oak_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/dark_oak_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/dark_oak_trapdoor.json b/1.15.2/assets/minecraft/blockstates/dark_oak_trapdoor.json new file mode 100644 index 00000000..1aa5e10e --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/dark_oak_trapdoor.json @@ -0,0 +1,20 @@ +{ + "variants": { + "facing=north,half=bottom,open=false": { "model": "block/dark_oak_trapdoor_bottom" }, + "facing=south,half=bottom,open=false": { "model": "block/dark_oak_trapdoor_bottom" }, + "facing=east,half=bottom,open=false": { "model": "block/dark_oak_trapdoor_bottom" }, + "facing=west,half=bottom,open=false": { "model": "block/dark_oak_trapdoor_bottom" }, + "facing=north,half=top,open=false": { "model": "block/dark_oak_trapdoor_top" }, + "facing=south,half=top,open=false": { "model": "block/dark_oak_trapdoor_top" }, + "facing=east,half=top,open=false": { "model": "block/dark_oak_trapdoor_top" }, + "facing=west,half=top,open=false": { "model": "block/dark_oak_trapdoor_top" }, + "facing=north,half=bottom,open=true": { "model": "block/dark_oak_trapdoor_open" }, + "facing=south,half=bottom,open=true": { "model": "block/dark_oak_trapdoor_open", "y": 180 }, + "facing=east,half=bottom,open=true": { "model": "block/dark_oak_trapdoor_open", "y": 90 }, + "facing=west,half=bottom,open=true": { "model": "block/dark_oak_trapdoor_open", "y": 270 }, + "facing=north,half=top,open=true": { "model": "block/dark_oak_trapdoor_open" }, + "facing=south,half=top,open=true": { "model": "block/dark_oak_trapdoor_open", "y": 180 }, + "facing=east,half=top,open=true": { "model": "block/dark_oak_trapdoor_open", "y": 90 }, + "facing=west,half=top,open=true": { "model": "block/dark_oak_trapdoor_open", "y": 270 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/dark_oak_wall_sign.json b/1.15.2/assets/minecraft/blockstates/dark_oak_wall_sign.json new file mode 100644 index 00000000..f2bd54fc --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/dark_oak_wall_sign.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/dark_oak_sign" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/dark_oak_wood.json b/1.15.2/assets/minecraft/blockstates/dark_oak_wood.json new file mode 100644 index 00000000..7eef8596 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/dark_oak_wood.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/dark_oak_wood" }, + "axis=z": { "model": "block/dark_oak_wood", "x": 90 }, + "axis=x": { "model": "block/dark_oak_wood", "x": 90, "y": 90 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/dark_prismarine.json b/1.15.2/assets/minecraft/blockstates/dark_prismarine.json new file mode 100644 index 00000000..1038e7fc --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/dark_prismarine.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/dark_prismarine" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/dark_prismarine_slab.json b/1.15.2/assets/minecraft/blockstates/dark_prismarine_slab.json new file mode 100644 index 00000000..d394ec63 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/dark_prismarine_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/dark_prismarine_slab" }, + "type=top": { "model": "block/dark_prismarine_slab_top" }, + "type=double": { "model": "block/dark_prismarine" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/dark_prismarine_stairs.json b/1.15.2/assets/minecraft/blockstates/dark_prismarine_stairs.json new file mode 100644 index 00000000..fd63ee11 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/dark_prismarine_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/dark_prismarine_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/dark_prismarine_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/dark_prismarine_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/dark_prismarine_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/dark_prismarine_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/dark_prismarine_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/dark_prismarine_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/dark_prismarine_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/dark_prismarine_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/dark_prismarine_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/dark_prismarine_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/dark_prismarine_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/dark_prismarine_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/dark_prismarine_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/dark_prismarine_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/dark_prismarine_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/dark_prismarine_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/dark_prismarine_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/dark_prismarine_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/dark_prismarine_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/dark_prismarine_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/dark_prismarine_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/dark_prismarine_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/dark_prismarine_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/dark_prismarine_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/dark_prismarine_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/dark_prismarine_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/dark_prismarine_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/dark_prismarine_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/dark_prismarine_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/dark_prismarine_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/dark_prismarine_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/dark_prismarine_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/dark_prismarine_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/dark_prismarine_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/dark_prismarine_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/dark_prismarine_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/dark_prismarine_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/dark_prismarine_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/dark_prismarine_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/daylight_detector.json b/1.15.2/assets/minecraft/blockstates/daylight_detector.json new file mode 100644 index 00000000..79ea1707 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/daylight_detector.json @@ -0,0 +1,6 @@ +{ + "variants": { + "inverted=false": { "model": "block/daylight_detector" }, + "inverted=true": { "model": "block/daylight_detector_inverted" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/dead_brain_coral.json b/1.15.2/assets/minecraft/blockstates/dead_brain_coral.json new file mode 100644 index 00000000..3dbacd37 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/dead_brain_coral.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/dead_brain_coral" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/dead_brain_coral_block.json b/1.15.2/assets/minecraft/blockstates/dead_brain_coral_block.json new file mode 100644 index 00000000..a7c33dbf --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/dead_brain_coral_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/dead_brain_coral_block" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/dead_brain_coral_fan.json b/1.15.2/assets/minecraft/blockstates/dead_brain_coral_fan.json new file mode 100644 index 00000000..1d122043 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/dead_brain_coral_fan.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/dead_brain_coral_fan" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/dead_brain_coral_wall_fan.json b/1.15.2/assets/minecraft/blockstates/dead_brain_coral_wall_fan.json new file mode 100644 index 00000000..b9d80fc0 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/dead_brain_coral_wall_fan.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=east": { "model": "block/dead_brain_coral_wall_fan", "y": 90 }, + "facing=south": { "model": "block/dead_brain_coral_wall_fan", "y": 180 }, + "facing=west": { "model": "block/dead_brain_coral_wall_fan", "y": 270 }, + "facing=north": { "model": "block/dead_brain_coral_wall_fan", "y": 0 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/dead_bubble_coral.json b/1.15.2/assets/minecraft/blockstates/dead_bubble_coral.json new file mode 100644 index 00000000..8b7eafc6 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/dead_bubble_coral.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/dead_bubble_coral" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/dead_bubble_coral_block.json b/1.15.2/assets/minecraft/blockstates/dead_bubble_coral_block.json new file mode 100644 index 00000000..70858745 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/dead_bubble_coral_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/dead_bubble_coral_block" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/dead_bubble_coral_fan.json b/1.15.2/assets/minecraft/blockstates/dead_bubble_coral_fan.json new file mode 100644 index 00000000..5815fc43 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/dead_bubble_coral_fan.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/dead_bubble_coral_fan" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/dead_bubble_coral_wall_fan.json b/1.15.2/assets/minecraft/blockstates/dead_bubble_coral_wall_fan.json new file mode 100644 index 00000000..63eebc28 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/dead_bubble_coral_wall_fan.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=east": { "model": "block/dead_bubble_coral_wall_fan", "y": 90 }, + "facing=south": { "model": "block/dead_bubble_coral_wall_fan", "y": 180 }, + "facing=west": { "model": "block/dead_bubble_coral_wall_fan", "y": 270 }, + "facing=north": { "model": "block/dead_bubble_coral_wall_fan", "y": 0 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/dead_bush.json b/1.15.2/assets/minecraft/blockstates/dead_bush.json new file mode 100644 index 00000000..da4831e1 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/dead_bush.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/dead_bush" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/dead_fire_coral.json b/1.15.2/assets/minecraft/blockstates/dead_fire_coral.json new file mode 100644 index 00000000..861261d6 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/dead_fire_coral.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/dead_fire_coral" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/dead_fire_coral_block.json b/1.15.2/assets/minecraft/blockstates/dead_fire_coral_block.json new file mode 100644 index 00000000..5b0dd2aa --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/dead_fire_coral_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/dead_fire_coral_block" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/dead_fire_coral_fan.json b/1.15.2/assets/minecraft/blockstates/dead_fire_coral_fan.json new file mode 100644 index 00000000..1edd36f7 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/dead_fire_coral_fan.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/dead_fire_coral_fan" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/dead_fire_coral_wall_fan.json b/1.15.2/assets/minecraft/blockstates/dead_fire_coral_wall_fan.json new file mode 100644 index 00000000..e6666423 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/dead_fire_coral_wall_fan.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=east": { "model": "block/dead_fire_coral_wall_fan", "y": 90 }, + "facing=south": { "model": "block/dead_fire_coral_wall_fan", "y": 180 }, + "facing=west": { "model": "block/dead_fire_coral_wall_fan", "y": 270 }, + "facing=north": { "model": "block/dead_fire_coral_wall_fan", "y": 0 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/dead_horn_coral.json b/1.15.2/assets/minecraft/blockstates/dead_horn_coral.json new file mode 100644 index 00000000..130973ca --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/dead_horn_coral.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/dead_horn_coral" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/dead_horn_coral_block.json b/1.15.2/assets/minecraft/blockstates/dead_horn_coral_block.json new file mode 100644 index 00000000..1f9655ae --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/dead_horn_coral_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/dead_horn_coral_block" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/dead_horn_coral_fan.json b/1.15.2/assets/minecraft/blockstates/dead_horn_coral_fan.json new file mode 100644 index 00000000..634a0e18 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/dead_horn_coral_fan.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/dead_horn_coral_fan" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/dead_horn_coral_wall_fan.json b/1.15.2/assets/minecraft/blockstates/dead_horn_coral_wall_fan.json new file mode 100644 index 00000000..dfa92ad8 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/dead_horn_coral_wall_fan.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=east": { "model": "block/dead_horn_coral_wall_fan", "y": 90 }, + "facing=south": { "model": "block/dead_horn_coral_wall_fan", "y": 180 }, + "facing=west": { "model": "block/dead_horn_coral_wall_fan", "y": 270 }, + "facing=north": { "model": "block/dead_horn_coral_wall_fan", "y": 0 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/dead_tube_coral.json b/1.15.2/assets/minecraft/blockstates/dead_tube_coral.json new file mode 100644 index 00000000..50b32ce9 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/dead_tube_coral.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/dead_tube_coral" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/dead_tube_coral_block.json b/1.15.2/assets/minecraft/blockstates/dead_tube_coral_block.json new file mode 100644 index 00000000..f218f559 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/dead_tube_coral_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/dead_tube_coral_block" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/dead_tube_coral_fan.json b/1.15.2/assets/minecraft/blockstates/dead_tube_coral_fan.json new file mode 100644 index 00000000..559426bb --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/dead_tube_coral_fan.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/dead_tube_coral_fan" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/dead_tube_coral_wall_fan.json b/1.15.2/assets/minecraft/blockstates/dead_tube_coral_wall_fan.json new file mode 100644 index 00000000..b0996666 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/dead_tube_coral_wall_fan.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=east": { "model": "block/dead_tube_coral_wall_fan", "y": 90 }, + "facing=south": { "model": "block/dead_tube_coral_wall_fan", "y": 180 }, + "facing=west": { "model": "block/dead_tube_coral_wall_fan", "y": 270 }, + "facing=north": { "model": "block/dead_tube_coral_wall_fan", "y": 0 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/detector_rail.json b/1.15.2/assets/minecraft/blockstates/detector_rail.json new file mode 100644 index 00000000..0790c81a --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/detector_rail.json @@ -0,0 +1,16 @@ +{ + "variants": { + "powered=false,shape=north_south": { "model": "block/detector_rail" }, + "powered=false,shape=east_west": { "model": "block/detector_rail", "y": 90 }, + "powered=false,shape=ascending_east": { "model": "block/detector_rail_raised_ne", "y": 90 }, + "powered=false,shape=ascending_west": { "model": "block/detector_rail_raised_sw", "y": 90 }, + "powered=false,shape=ascending_north": { "model": "block/detector_rail_raised_ne" }, + "powered=false,shape=ascending_south": { "model": "block/detector_rail_raised_sw" }, + "powered=true,shape=north_south": { "model": "block/detector_rail_on" }, + "powered=true,shape=east_west": { "model": "block/detector_rail_on", "y": 90 }, + "powered=true,shape=ascending_east": { "model": "block/detector_rail_on_raised_ne", "y": 90 }, + "powered=true,shape=ascending_west": { "model": "block/detector_rail_on_raised_sw", "y": 90 }, + "powered=true,shape=ascending_north": { "model": "block/detector_rail_on_raised_ne" }, + "powered=true,shape=ascending_south": { "model": "block/detector_rail_on_raised_sw" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/diamond_block.json b/1.15.2/assets/minecraft/blockstates/diamond_block.json new file mode 100644 index 00000000..e57004c9 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/diamond_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/diamond_block" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/diamond_ore.json b/1.15.2/assets/minecraft/blockstates/diamond_ore.json new file mode 100644 index 00000000..cc43a21c --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/diamond_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/diamond_ore" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/diorite.json b/1.15.2/assets/minecraft/blockstates/diorite.json new file mode 100644 index 00000000..57f49b6e --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/diorite.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/diorite" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/diorite_slab.json b/1.15.2/assets/minecraft/blockstates/diorite_slab.json new file mode 100644 index 00000000..10268932 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/diorite_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/diorite_slab" }, + "type=top": { "model": "block/diorite_slab_top" }, + "type=double": { "model": "block/diorite" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/diorite_stairs.json b/1.15.2/assets/minecraft/blockstates/diorite_stairs.json new file mode 100644 index 00000000..cca1a2a6 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/diorite_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/diorite_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/diorite_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/diorite_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/diorite_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/diorite_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/diorite_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/diorite_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/diorite_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/diorite_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/diorite_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/diorite_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/diorite_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/diorite_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/diorite_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/diorite_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/diorite_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/diorite_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/diorite_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/diorite_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/diorite_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/diorite_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/diorite_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/diorite_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/diorite_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/diorite_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/diorite_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/diorite_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/diorite_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/diorite_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/diorite_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/diorite_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/diorite_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/diorite_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/diorite_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/diorite_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/diorite_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/diorite_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/diorite_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/diorite_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/diorite_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/diorite_wall.json b/1.15.2/assets/minecraft/blockstates/diorite_wall.json new file mode 100644 index 00000000..097ca141 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/diorite_wall.json @@ -0,0 +1,19 @@ +{ + "multipart": [ + { "when": { "up": "true" }, + "apply": { "model": "block/diorite_wall_post" } + }, + { "when": { "north": "true" }, + "apply": { "model": "block/diorite_wall_side", "uvlock": true } + }, + { "when": { "east": "true" }, + "apply": { "model": "block/diorite_wall_side", "y": 90, "uvlock": true } + }, + { "when": { "south": "true" }, + "apply": { "model": "block/diorite_wall_side", "y": 180, "uvlock": true } + }, + { "when": { "west": "true" }, + "apply": { "model": "block/diorite_wall_side", "y": 270, "uvlock": true } + } + ] +} diff --git a/1.15.2/assets/minecraft/blockstates/dirt.json b/1.15.2/assets/minecraft/blockstates/dirt.json new file mode 100644 index 00000000..a936a179 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/dirt.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/dirt" }, + { "model": "block/dirt", "y": 90 }, + { "model": "block/dirt", "y": 180 }, + { "model": "block/dirt", "y": 270 } + ] + } +} diff --git a/1.15.2/assets/minecraft/blockstates/dispenser.json b/1.15.2/assets/minecraft/blockstates/dispenser.json new file mode 100644 index 00000000..1ba37837 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/dispenser.json @@ -0,0 +1,10 @@ +{ + "variants": { + "facing=down": { "model": "block/dispenser_vertical", "x": 180 }, + "facing=up": { "model": "block/dispenser_vertical" }, + "facing=north": { "model": "block/dispenser" }, + "facing=south": { "model": "block/dispenser", "y": 180 }, + "facing=west": { "model": "block/dispenser", "y": 270 }, + "facing=east": { "model": "block/dispenser", "y": 90 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/dragon_egg.json b/1.15.2/assets/minecraft/blockstates/dragon_egg.json new file mode 100644 index 00000000..50532186 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/dragon_egg.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/dragon_egg" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/dragon_head.json b/1.15.2/assets/minecraft/blockstates/dragon_head.json new file mode 100644 index 00000000..05969bc2 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/dragon_head.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/skull" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/dragon_wall_head.json b/1.15.2/assets/minecraft/blockstates/dragon_wall_head.json new file mode 100644 index 00000000..05969bc2 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/dragon_wall_head.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/skull" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/dried_kelp_block.json b/1.15.2/assets/minecraft/blockstates/dried_kelp_block.json new file mode 100644 index 00000000..27e7a0e9 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/dried_kelp_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/dried_kelp_block" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/dropper.json b/1.15.2/assets/minecraft/blockstates/dropper.json new file mode 100644 index 00000000..ded838a8 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/dropper.json @@ -0,0 +1,10 @@ +{ + "variants": { + "facing=down": { "model": "block/dropper_vertical", "x": 180 }, + "facing=up": { "model": "block/dropper_vertical" }, + "facing=north": { "model": "block/dropper" }, + "facing=south": { "model": "block/dropper", "y": 180 }, + "facing=west": { "model": "block/dropper", "y": 270 }, + "facing=east": { "model": "block/dropper", "y": 90 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/emerald_block.json b/1.15.2/assets/minecraft/blockstates/emerald_block.json new file mode 100644 index 00000000..9fa2458e --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/emerald_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/emerald_block" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/emerald_ore.json b/1.15.2/assets/minecraft/blockstates/emerald_ore.json new file mode 100644 index 00000000..959f9cdb --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/emerald_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/emerald_ore" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/enchanting_table.json b/1.15.2/assets/minecraft/blockstates/enchanting_table.json new file mode 100644 index 00000000..34bf0d07 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/enchanting_table.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/enchanting_table" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/end_gateway.json b/1.15.2/assets/minecraft/blockstates/end_gateway.json new file mode 100644 index 00000000..a72c4ee1 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/end_gateway.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/end_portal" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/end_portal.json b/1.15.2/assets/minecraft/blockstates/end_portal.json new file mode 100644 index 00000000..a72c4ee1 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/end_portal.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/end_portal" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/end_portal_frame.json b/1.15.2/assets/minecraft/blockstates/end_portal_frame.json new file mode 100644 index 00000000..f92440d5 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/end_portal_frame.json @@ -0,0 +1,12 @@ +{ + "variants": { + "eye=false,facing=south": { "model": "block/end_portal_frame" }, + "eye=false,facing=west": { "model": "block/end_portal_frame", "y": 90 }, + "eye=false,facing=north": { "model": "block/end_portal_frame", "y": 180 }, + "eye=false,facing=east": { "model": "block/end_portal_frame", "y": 270 }, + "eye=true,facing=south": { "model": "block/end_portal_frame_filled" }, + "eye=true,facing=west": { "model": "block/end_portal_frame_filled", "y": 90 }, + "eye=true,facing=north": { "model": "block/end_portal_frame_filled", "y": 180 }, + "eye=true,facing=east": { "model": "block/end_portal_frame_filled", "y": 270 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/end_rod.json b/1.15.2/assets/minecraft/blockstates/end_rod.json new file mode 100644 index 00000000..a47e0bc4 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/end_rod.json @@ -0,0 +1,10 @@ +{ + "variants": { + "facing=up": { "model": "block/end_rod" }, + "facing=down": { "model": "block/end_rod", "x": 180 }, + "facing=east": { "model": "block/end_rod", "y": 90, "x": 90 }, + "facing=south": { "model": "block/end_rod", "y": 180, "x": 90 }, + "facing=west": { "model": "block/end_rod", "y": 270, "x": 90 }, + "facing=north": { "model": "block/end_rod", "y": 0, "x": 90 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/end_stone.json b/1.15.2/assets/minecraft/blockstates/end_stone.json new file mode 100644 index 00000000..5c8291d8 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/end_stone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/end_stone" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/end_stone_brick_slab.json b/1.15.2/assets/minecraft/blockstates/end_stone_brick_slab.json new file mode 100644 index 00000000..14dfbb84 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/end_stone_brick_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/end_stone_brick_slab" }, + "type=top": { "model": "block/end_stone_brick_slab_top" }, + "type=double": { "model": "block/end_stone_bricks" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/end_stone_brick_stairs.json b/1.15.2/assets/minecraft/blockstates/end_stone_brick_stairs.json new file mode 100644 index 00000000..77df915c --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/end_stone_brick_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/end_stone_brick_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/end_stone_brick_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/end_stone_brick_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/end_stone_brick_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/end_stone_brick_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/end_stone_brick_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/end_stone_brick_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/end_stone_brick_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/end_stone_brick_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/end_stone_brick_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/end_stone_brick_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/end_stone_brick_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/end_stone_brick_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/end_stone_brick_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/end_stone_brick_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/end_stone_brick_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/end_stone_brick_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/end_stone_brick_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/end_stone_brick_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/end_stone_brick_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/end_stone_brick_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/end_stone_brick_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/end_stone_brick_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/end_stone_brick_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/end_stone_brick_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/end_stone_brick_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/end_stone_brick_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/end_stone_brick_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/end_stone_brick_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/end_stone_brick_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/end_stone_brick_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/end_stone_brick_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/end_stone_brick_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/end_stone_brick_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/end_stone_brick_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/end_stone_brick_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/end_stone_brick_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/end_stone_brick_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/end_stone_brick_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/end_stone_brick_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/end_stone_brick_wall.json b/1.15.2/assets/minecraft/blockstates/end_stone_brick_wall.json new file mode 100644 index 00000000..c70fcb4a --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/end_stone_brick_wall.json @@ -0,0 +1,19 @@ +{ + "multipart": [ + { "when": { "up": "true" }, + "apply": { "model": "block/end_stone_brick_wall_post" } + }, + { "when": { "north": "true" }, + "apply": { "model": "block/end_stone_brick_wall_side", "uvlock": true } + }, + { "when": { "east": "true" }, + "apply": { "model": "block/end_stone_brick_wall_side", "y": 90, "uvlock": true } + }, + { "when": { "south": "true" }, + "apply": { "model": "block/end_stone_brick_wall_side", "y": 180, "uvlock": true } + }, + { "when": { "west": "true" }, + "apply": { "model": "block/end_stone_brick_wall_side", "y": 270, "uvlock": true } + } + ] +} diff --git a/1.15.2/assets/minecraft/blockstates/end_stone_bricks.json b/1.15.2/assets/minecraft/blockstates/end_stone_bricks.json new file mode 100644 index 00000000..1b76e4b1 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/end_stone_bricks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/end_stone_bricks" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/ender_chest.json b/1.15.2/assets/minecraft/blockstates/ender_chest.json new file mode 100644 index 00000000..278b12af --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/ender_chest.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/ender_chest" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/farmland.json b/1.15.2/assets/minecraft/blockstates/farmland.json new file mode 100644 index 00000000..fd340289 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/farmland.json @@ -0,0 +1,12 @@ +{ + "variants": { + "moisture=0": { "model": "block/farmland" }, + "moisture=1": { "model": "block/farmland" }, + "moisture=2": { "model": "block/farmland" }, + "moisture=3": { "model": "block/farmland" }, + "moisture=4": { "model": "block/farmland" }, + "moisture=5": { "model": "block/farmland" }, + "moisture=6": { "model": "block/farmland" }, + "moisture=7": { "model": "block/farmland_moist" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/fern.json b/1.15.2/assets/minecraft/blockstates/fern.json new file mode 100644 index 00000000..955a8f10 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/fern.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/fern" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/fire.json b/1.15.2/assets/minecraft/blockstates/fire.json new file mode 100644 index 00000000..116b2fd4 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/fire.json @@ -0,0 +1,50 @@ +{ + "multipart": [ + { "when": {"north": false, "east": false, "south": false, "west": false, "up": false}, + "apply": [ + { "model": "block/fire_floor0" }, + { "model": "block/fire_floor1" } + ] + }, + { "when": {"OR": [{"north": true}, {"north": false, "east": false, "south": false, "west": false, "up": false}]}, + "apply": [ + { "model": "block/fire_side0" }, + { "model": "block/fire_side1" }, + { "model": "block/fire_side_alt0" }, + { "model": "block/fire_side_alt1" } + ] + }, + { "when": {"OR": [{"east": true}, {"north": false, "east": false, "south": false, "west": false, "up": false}]}, + "apply": [ + { "model": "block/fire_side0", "y": 90 }, + { "model": "block/fire_side1", "y": 90 }, + { "model": "block/fire_side_alt0", "y": 90 }, + { "model": "block/fire_side_alt1", "y": 90 } + ] + }, + { "when": {"OR": [{"south": true}, {"north": false, "east": false, "south": false, "west": false, "up": false}]}, + "apply": [ + { "model": "block/fire_side0", "y": 180 }, + { "model": "block/fire_side1", "y": 180 }, + { "model": "block/fire_side_alt0", "y": 180 }, + { "model": "block/fire_side_alt1", "y": 180 } + ] + }, + { "when": {"OR": [{"west": true}, {"north": false, "east": false, "south": false, "west": false, "up": false}]}, + "apply": [ + { "model": "block/fire_side0", "y": 270 }, + { "model": "block/fire_side1", "y": 270 }, + { "model": "block/fire_side_alt0", "y": 270 }, + { "model": "block/fire_side_alt1", "y": 270 } + ] + }, + { "when": {"up": true}, + "apply": [ + { "model": "block/fire_up0" }, + { "model": "block/fire_up1" }, + { "model": "block/fire_up_alt0" }, + { "model": "block/fire_up_alt1" } + ] + } + ] +} diff --git a/1.15.2/assets/minecraft/blockstates/fire_coral.json b/1.15.2/assets/minecraft/blockstates/fire_coral.json new file mode 100644 index 00000000..4a4ef6b1 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/fire_coral.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/fire_coral" } + } +} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/blockstates/fire_coral_block.json b/1.15.2/assets/minecraft/blockstates/fire_coral_block.json new file mode 100644 index 00000000..42d6ccb1 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/fire_coral_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/fire_coral_block" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/fire_coral_fan.json b/1.15.2/assets/minecraft/blockstates/fire_coral_fan.json new file mode 100644 index 00000000..c8b57bc9 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/fire_coral_fan.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/fire_coral_fan" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/fire_coral_wall_fan.json b/1.15.2/assets/minecraft/blockstates/fire_coral_wall_fan.json new file mode 100644 index 00000000..76ae9b1e --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/fire_coral_wall_fan.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=east": { "model": "block/fire_coral_wall_fan", "y": 90 }, + "facing=south": { "model": "block/fire_coral_wall_fan", "y": 180 }, + "facing=west": { "model": "block/fire_coral_wall_fan", "y": 270 }, + "facing=north": { "model": "block/fire_coral_wall_fan", "y": 0 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/fletching_table.json b/1.15.2/assets/minecraft/blockstates/fletching_table.json new file mode 100644 index 00000000..20cf60be --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/fletching_table.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/fletching_table" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/flower_pot.json b/1.15.2/assets/minecraft/blockstates/flower_pot.json new file mode 100644 index 00000000..8f9ab79e --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/flower_pot.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/flower_pot" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/frosted_ice.json b/1.15.2/assets/minecraft/blockstates/frosted_ice.json new file mode 100644 index 00000000..1cccdcd1 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/frosted_ice.json @@ -0,0 +1,8 @@ +{ + "variants": { + "age=0": { "model": "block/frosted_ice_0" }, + "age=1": { "model": "block/frosted_ice_1" }, + "age=2": { "model": "block/frosted_ice_2" }, + "age=3": { "model": "block/frosted_ice_3" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/furnace.json b/1.15.2/assets/minecraft/blockstates/furnace.json new file mode 100644 index 00000000..4607b25e --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/furnace.json @@ -0,0 +1,12 @@ +{ + "variants": { + "facing=north,lit=false": { "model": "block/furnace" }, + "facing=south,lit=false": { "model": "block/furnace", "y": 180 }, + "facing=west,lit=false": { "model": "block/furnace", "y": 270 }, + "facing=east,lit=false": { "model": "block/furnace", "y": 90 }, + "facing=north,lit=true": { "model": "block/furnace_on" }, + "facing=south,lit=true": { "model": "block/furnace_on", "y": 180 }, + "facing=west,lit=true": { "model": "block/furnace_on", "y": 270 }, + "facing=east,lit=true": { "model": "block/furnace_on", "y": 90 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/glass.json b/1.15.2/assets/minecraft/blockstates/glass.json new file mode 100644 index 00000000..9b39a220 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/glass" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/glass_pane.json b/1.15.2/assets/minecraft/blockstates/glass_pane.json new file mode 100644 index 00000000..c36280e2 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/glass_pane.json @@ -0,0 +1,29 @@ +{ + "multipart": [ + { "apply": { "model": "block/glass_pane_post" }}, + { "when": { "north": true }, + "apply": { "model": "block/glass_pane_side" } + }, + { "when": { "east": true }, + "apply": { "model": "block/glass_pane_side", "y": 90 } + }, + { "when": { "south": true }, + "apply": { "model": "block/glass_pane_side_alt" } + }, + { "when": { "west": true }, + "apply": { "model": "block/glass_pane_side_alt", "y": 90 } + }, + { "when": { "north": false }, + "apply": { "model": "block/glass_pane_noside" } + }, + { "when": { "east": false }, + "apply": { "model": "block/glass_pane_noside_alt" } + }, + { "when": { "south": false }, + "apply": { "model": "block/glass_pane_noside_alt", "y": 90 } + }, + { "when": { "west": false }, + "apply": { "model": "block/glass_pane_noside", "y": 270 } + } + ] +} diff --git a/1.15.2/assets/minecraft/blockstates/glowstone.json b/1.15.2/assets/minecraft/blockstates/glowstone.json new file mode 100644 index 00000000..43b7e20e --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/glowstone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/glowstone" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/gold_block.json b/1.15.2/assets/minecraft/blockstates/gold_block.json new file mode 100644 index 00000000..7b7b5d64 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/gold_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/gold_block" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/gold_ore.json b/1.15.2/assets/minecraft/blockstates/gold_ore.json new file mode 100644 index 00000000..b6c3eb38 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/gold_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/gold_ore" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/granite.json b/1.15.2/assets/minecraft/blockstates/granite.json new file mode 100644 index 00000000..d4da5bd4 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/granite.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/granite" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/granite_slab.json b/1.15.2/assets/minecraft/blockstates/granite_slab.json new file mode 100644 index 00000000..7ddd2363 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/granite_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/granite_slab" }, + "type=top": { "model": "block/granite_slab_top" }, + "type=double": { "model": "block/granite" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/granite_stairs.json b/1.15.2/assets/minecraft/blockstates/granite_stairs.json new file mode 100644 index 00000000..61e23c9d --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/granite_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/granite_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/granite_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/granite_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/granite_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/granite_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/granite_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/granite_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/granite_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/granite_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/granite_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/granite_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/granite_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/granite_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/granite_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/granite_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/granite_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/granite_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/granite_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/granite_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/granite_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/granite_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/granite_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/granite_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/granite_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/granite_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/granite_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/granite_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/granite_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/granite_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/granite_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/granite_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/granite_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/granite_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/granite_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/granite_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/granite_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/granite_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/granite_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/granite_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/granite_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/granite_wall.json b/1.15.2/assets/minecraft/blockstates/granite_wall.json new file mode 100644 index 00000000..4b3dec34 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/granite_wall.json @@ -0,0 +1,19 @@ +{ + "multipart": [ + { "when": { "up": "true" }, + "apply": { "model": "block/granite_wall_post" } + }, + { "when": { "north": "true" }, + "apply": { "model": "block/granite_wall_side", "uvlock": true } + }, + { "when": { "east": "true" }, + "apply": { "model": "block/granite_wall_side", "y": 90, "uvlock": true } + }, + { "when": { "south": "true" }, + "apply": { "model": "block/granite_wall_side", "y": 180, "uvlock": true } + }, + { "when": { "west": "true" }, + "apply": { "model": "block/granite_wall_side", "y": 270, "uvlock": true } + } + ] +} diff --git a/1.15.2/assets/minecraft/blockstates/grass.json b/1.15.2/assets/minecraft/blockstates/grass.json new file mode 100644 index 00000000..e95fac81 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/grass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/grass" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/grass_block.json b/1.15.2/assets/minecraft/blockstates/grass_block.json new file mode 100644 index 00000000..ee42c0b5 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/grass_block.json @@ -0,0 +1,11 @@ +{ + "variants": { + "snowy=false": [ + { "model": "block/grass_block" }, + { "model": "block/grass_block", "y": 90 }, + { "model": "block/grass_block", "y": 180 }, + { "model": "block/grass_block", "y": 270 } + ], + "snowy=true": { "model": "block/grass_block_snow" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/grass_path.json b/1.15.2/assets/minecraft/blockstates/grass_path.json new file mode 100644 index 00000000..34b605f4 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/grass_path.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/grass_path" }, + { "model": "block/grass_path", "y": 90 }, + { "model": "block/grass_path", "y": 180 }, + { "model": "block/grass_path", "y": 270 } + ] + } +} diff --git a/1.15.2/assets/minecraft/blockstates/gravel.json b/1.15.2/assets/minecraft/blockstates/gravel.json new file mode 100644 index 00000000..a2c3c585 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/gravel.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/gravel" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/gray_banner.json b/1.15.2/assets/minecraft/blockstates/gray_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/gray_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/gray_bed.json b/1.15.2/assets/minecraft/blockstates/gray_bed.json new file mode 100644 index 00000000..8cdeb6ce --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/gray_bed.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/bed" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/gray_carpet.json b/1.15.2/assets/minecraft/blockstates/gray_carpet.json new file mode 100644 index 00000000..eac87f94 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/gray_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/gray_carpet" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/gray_concrete.json b/1.15.2/assets/minecraft/blockstates/gray_concrete.json new file mode 100644 index 00000000..11fe26ee --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/gray_concrete.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/gray_concrete" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/gray_concrete_powder.json b/1.15.2/assets/minecraft/blockstates/gray_concrete_powder.json new file mode 100644 index 00000000..e7e89331 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/gray_concrete_powder.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/gray_concrete_powder" }, + { "model": "block/gray_concrete_powder", "y": 90 }, + { "model": "block/gray_concrete_powder", "y": 180 }, + { "model": "block/gray_concrete_powder", "y": 270 } + ] + } +} diff --git a/1.15.2/assets/minecraft/blockstates/gray_glazed_terracotta.json b/1.15.2/assets/minecraft/blockstates/gray_glazed_terracotta.json new file mode 100644 index 00000000..1dbedb8d --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/gray_glazed_terracotta.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "block/gray_glazed_terracotta" }, + "facing=west": { "model": "block/gray_glazed_terracotta", "y": 90 }, + "facing=north": { "model": "block/gray_glazed_terracotta", "y": 180 }, + "facing=east": { "model": "block/gray_glazed_terracotta", "y": 270 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/gray_shulker_box.json b/1.15.2/assets/minecraft/blockstates/gray_shulker_box.json new file mode 100644 index 00000000..aa5bee9b --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/gray_shulker_box.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/gray_shulker_box" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/gray_stained_glass.json b/1.15.2/assets/minecraft/blockstates/gray_stained_glass.json new file mode 100644 index 00000000..3f66a5a4 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/gray_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/gray_stained_glass" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/gray_stained_glass_pane.json b/1.15.2/assets/minecraft/blockstates/gray_stained_glass_pane.json new file mode 100644 index 00000000..b989a1eb --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/gray_stained_glass_pane.json @@ -0,0 +1,29 @@ +{ + "multipart": [ + { "apply": { "model": "block/gray_stained_glass_pane_post" }}, + { "when": { "north": true }, + "apply": { "model": "block/gray_stained_glass_pane_side" } + }, + { "when": { "east": true }, + "apply": { "model": "block/gray_stained_glass_pane_side", "y": 90 } + }, + { "when": { "south": true }, + "apply": { "model": "block/gray_stained_glass_pane_side_alt" } + }, + { "when": { "west": true }, + "apply": { "model": "block/gray_stained_glass_pane_side_alt", "y": 90 } + }, + { "when": { "north": false }, + "apply": { "model": "block/gray_stained_glass_pane_noside" } + }, + { "when": { "east": false }, + "apply": { "model": "block/gray_stained_glass_pane_noside_alt" } + }, + { "when": { "south": false }, + "apply": { "model": "block/gray_stained_glass_pane_noside_alt", "y": 90 } + }, + { "when": { "west": false }, + "apply": { "model": "block/gray_stained_glass_pane_noside", "y": 270 } + } + ] +} diff --git a/1.15.2/assets/minecraft/blockstates/gray_terracotta.json b/1.15.2/assets/minecraft/blockstates/gray_terracotta.json new file mode 100644 index 00000000..07a7f73a --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/gray_terracotta.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/gray_terracotta" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/gray_wall_banner.json b/1.15.2/assets/minecraft/blockstates/gray_wall_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/gray_wall_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/gray_wool.json b/1.15.2/assets/minecraft/blockstates/gray_wool.json new file mode 100644 index 00000000..543791bf --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/gray_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/gray_wool" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/green_banner.json b/1.15.2/assets/minecraft/blockstates/green_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/green_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/green_bed.json b/1.15.2/assets/minecraft/blockstates/green_bed.json new file mode 100644 index 00000000..8cdeb6ce --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/green_bed.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/bed" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/green_carpet.json b/1.15.2/assets/minecraft/blockstates/green_carpet.json new file mode 100644 index 00000000..0b7bb4a9 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/green_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/green_carpet" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/green_concrete.json b/1.15.2/assets/minecraft/blockstates/green_concrete.json new file mode 100644 index 00000000..f145363b --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/green_concrete.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/green_concrete" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/green_concrete_powder.json b/1.15.2/assets/minecraft/blockstates/green_concrete_powder.json new file mode 100644 index 00000000..7770c786 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/green_concrete_powder.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/green_concrete_powder" }, + { "model": "block/green_concrete_powder", "y": 90 }, + { "model": "block/green_concrete_powder", "y": 180 }, + { "model": "block/green_concrete_powder", "y": 270 } + ] + } +} diff --git a/1.15.2/assets/minecraft/blockstates/green_glazed_terracotta.json b/1.15.2/assets/minecraft/blockstates/green_glazed_terracotta.json new file mode 100644 index 00000000..6b7561f8 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/green_glazed_terracotta.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "block/green_glazed_terracotta" }, + "facing=west": { "model": "block/green_glazed_terracotta", "y": 90 }, + "facing=north": { "model": "block/green_glazed_terracotta", "y": 180 }, + "facing=east": { "model": "block/green_glazed_terracotta", "y": 270 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/green_shulker_box.json b/1.15.2/assets/minecraft/blockstates/green_shulker_box.json new file mode 100644 index 00000000..7d5057ae --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/green_shulker_box.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/green_shulker_box" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/green_stained_glass.json b/1.15.2/assets/minecraft/blockstates/green_stained_glass.json new file mode 100644 index 00000000..b411a4f5 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/green_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/green_stained_glass" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/green_stained_glass_pane.json b/1.15.2/assets/minecraft/blockstates/green_stained_glass_pane.json new file mode 100644 index 00000000..24d07372 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/green_stained_glass_pane.json @@ -0,0 +1,29 @@ +{ + "multipart": [ + { "apply": { "model": "block/green_stained_glass_pane_post" }}, + { "when": { "north": true }, + "apply": { "model": "block/green_stained_glass_pane_side" } + }, + { "when": { "east": true }, + "apply": { "model": "block/green_stained_glass_pane_side", "y": 90 } + }, + { "when": { "south": true }, + "apply": { "model": "block/green_stained_glass_pane_side_alt" } + }, + { "when": { "west": true }, + "apply": { "model": "block/green_stained_glass_pane_side_alt", "y": 90 } + }, + { "when": { "north": false }, + "apply": { "model": "block/green_stained_glass_pane_noside" } + }, + { "when": { "east": false }, + "apply": { "model": "block/green_stained_glass_pane_noside_alt" } + }, + { "when": { "south": false }, + "apply": { "model": "block/green_stained_glass_pane_noside_alt", "y": 90 } + }, + { "when": { "west": false }, + "apply": { "model": "block/green_stained_glass_pane_noside", "y": 270 } + } + ] +} diff --git a/1.15.2/assets/minecraft/blockstates/green_terracotta.json b/1.15.2/assets/minecraft/blockstates/green_terracotta.json new file mode 100644 index 00000000..b50474b7 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/green_terracotta.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/green_terracotta" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/green_wall_banner.json b/1.15.2/assets/minecraft/blockstates/green_wall_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/green_wall_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/green_wool.json b/1.15.2/assets/minecraft/blockstates/green_wool.json new file mode 100644 index 00000000..329c4f44 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/green_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/green_wool" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/grindstone.json b/1.15.2/assets/minecraft/blockstates/grindstone.json new file mode 100644 index 00000000..2a75a1cb --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/grindstone.json @@ -0,0 +1,16 @@ +{ + "variants": { + "face=floor,facing=east": { "model": "block/grindstone", "y": 90 }, + "face=floor,facing=west": { "model": "block/grindstone", "y": 270 }, + "face=floor,facing=south": { "model": "block/grindstone", "y": 180 }, + "face=floor,facing=north": { "model": "block/grindstone" }, + "face=wall,facing=east": { "model": "block/grindstone", "x": 90, "y": 90 }, + "face=wall,facing=west": { "model": "block/grindstone", "x": 90, "y": 270 }, + "face=wall,facing=south": { "model": "block/grindstone", "x": 90, "y": 180 }, + "face=wall,facing=north": { "model": "block/grindstone", "x": 90 }, + "face=ceiling,facing=east": { "model": "block/grindstone", "x": 180, "y": 270 }, + "face=ceiling,facing=west": { "model": "block/grindstone", "x": 180, "y": 90 }, + "face=ceiling,facing=south": { "model": "block/grindstone", "x": 180 }, + "face=ceiling,facing=north": { "model": "block/grindstone", "x": 180, "y": 180 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/hay_block.json b/1.15.2/assets/minecraft/blockstates/hay_block.json new file mode 100644 index 00000000..ef1086d9 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/hay_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/hay_block" }, + "axis=z": { "model": "block/hay_block", "x": 90 }, + "axis=x": { "model": "block/hay_block", "x": 90, "y": 90 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/heavy_weighted_pressure_plate.json b/1.15.2/assets/minecraft/blockstates/heavy_weighted_pressure_plate.json new file mode 100644 index 00000000..70c9c4ce --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/heavy_weighted_pressure_plate.json @@ -0,0 +1,20 @@ +{ + "variants": { + "power=0": { "model": "block/heavy_weighted_pressure_plate" }, + "power=1": { "model": "block/heavy_weighted_pressure_plate_down" }, + "power=2": { "model": "block/heavy_weighted_pressure_plate_down" }, + "power=3": { "model": "block/heavy_weighted_pressure_plate_down" }, + "power=4": { "model": "block/heavy_weighted_pressure_plate_down" }, + "power=5": { "model": "block/heavy_weighted_pressure_plate_down" }, + "power=6": { "model": "block/heavy_weighted_pressure_plate_down" }, + "power=7": { "model": "block/heavy_weighted_pressure_plate_down" }, + "power=8": { "model": "block/heavy_weighted_pressure_plate_down" }, + "power=9": { "model": "block/heavy_weighted_pressure_plate_down" }, + "power=10": { "model": "block/heavy_weighted_pressure_plate_down" }, + "power=11": { "model": "block/heavy_weighted_pressure_plate_down" }, + "power=12": { "model": "block/heavy_weighted_pressure_plate_down" }, + "power=13": { "model": "block/heavy_weighted_pressure_plate_down" }, + "power=14": { "model": "block/heavy_weighted_pressure_plate_down" }, + "power=15": { "model": "block/heavy_weighted_pressure_plate_down" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/honey_block.json b/1.15.2/assets/minecraft/blockstates/honey_block.json new file mode 100644 index 00000000..b44b869d --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/honey_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/honey_block" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/honeycomb_block.json b/1.15.2/assets/minecraft/blockstates/honeycomb_block.json new file mode 100644 index 00000000..0ad47748 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/honeycomb_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/honeycomb_block" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/hopper.json b/1.15.2/assets/minecraft/blockstates/hopper.json new file mode 100644 index 00000000..88c7cb1e --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/hopper.json @@ -0,0 +1,9 @@ +{ + "variants": { + "facing=down": { "model": "block/hopper" }, + "facing=north": { "model": "block/hopper_side" }, + "facing=south": { "model": "block/hopper_side", "y": 180 }, + "facing=west": { "model": "block/hopper_side", "y": 270 }, + "facing=east": { "model": "block/hopper_side", "y": 90 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/horn_coral.json b/1.15.2/assets/minecraft/blockstates/horn_coral.json new file mode 100644 index 00000000..daa2d870 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/horn_coral.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/horn_coral" } + } +} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/blockstates/horn_coral_block.json b/1.15.2/assets/minecraft/blockstates/horn_coral_block.json new file mode 100644 index 00000000..11f9911d --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/horn_coral_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/horn_coral_block" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/horn_coral_fan.json b/1.15.2/assets/minecraft/blockstates/horn_coral_fan.json new file mode 100644 index 00000000..639f1d3a --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/horn_coral_fan.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/horn_coral_fan" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/horn_coral_wall_fan.json b/1.15.2/assets/minecraft/blockstates/horn_coral_wall_fan.json new file mode 100644 index 00000000..28363883 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/horn_coral_wall_fan.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=east": { "model": "block/horn_coral_wall_fan", "y": 90 }, + "facing=south": { "model": "block/horn_coral_wall_fan", "y": 180 }, + "facing=west": { "model": "block/horn_coral_wall_fan", "y": 270 }, + "facing=north": { "model": "block/horn_coral_wall_fan", "y": 0 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/ice.json b/1.15.2/assets/minecraft/blockstates/ice.json new file mode 100644 index 00000000..fe5dfcb5 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/ice.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/ice" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/infested_chiseled_stone_bricks.json b/1.15.2/assets/minecraft/blockstates/infested_chiseled_stone_bricks.json new file mode 100644 index 00000000..8190d79b --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/infested_chiseled_stone_bricks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/chiseled_stone_bricks" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/infested_cobblestone.json b/1.15.2/assets/minecraft/blockstates/infested_cobblestone.json new file mode 100644 index 00000000..30950753 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/infested_cobblestone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/cobblestone" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/infested_cracked_stone_bricks.json b/1.15.2/assets/minecraft/blockstates/infested_cracked_stone_bricks.json new file mode 100644 index 00000000..c036dfec --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/infested_cracked_stone_bricks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/cracked_stone_bricks" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/infested_mossy_stone_bricks.json b/1.15.2/assets/minecraft/blockstates/infested_mossy_stone_bricks.json new file mode 100644 index 00000000..09f65d9a --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/infested_mossy_stone_bricks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/mossy_stone_bricks" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/infested_stone.json b/1.15.2/assets/minecraft/blockstates/infested_stone.json new file mode 100644 index 00000000..56c13648 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/infested_stone.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/stone" }, + { "model": "block/stone_mirrored" }, + { "model": "block/stone", "y": 180 }, + { "model": "block/stone_mirrored", "y": 180 } + ] + } +} diff --git a/1.15.2/assets/minecraft/blockstates/infested_stone_bricks.json b/1.15.2/assets/minecraft/blockstates/infested_stone_bricks.json new file mode 100644 index 00000000..0fe8fa5f --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/infested_stone_bricks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/stone_bricks" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/iron_bars.json b/1.15.2/assets/minecraft/blockstates/iron_bars.json new file mode 100644 index 00000000..a8140a02 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/iron_bars.json @@ -0,0 +1,32 @@ +{ + "multipart": [ + { "apply": { "model": "block/iron_bars_post_ends" }}, + { "when": { "north": false, "east": false, "south": false, "west": false }, + "apply": { "model": "block/iron_bars_post" } + }, + { "when": { "north": true, "east": false, "south": false, "west": false }, + "apply": { "model": "block/iron_bars_cap" } + }, + { "when": { "north": false, "east": true, "south": false, "west": false }, + "apply": { "model": "block/iron_bars_cap", "y": 90 } + }, + { "when": { "north": false, "east": false, "south": true, "west": false }, + "apply": { "model": "block/iron_bars_cap_alt" } + }, + { "when": { "north": false, "east": false, "south": false, "west": true }, + "apply": { "model": "block/iron_bars_cap_alt", "y": 90 } + }, + { "when": { "north": true }, + "apply": { "model": "block/iron_bars_side" } + }, + { "when": { "east": true }, + "apply": { "model": "block/iron_bars_side", "y": 90 } + }, + { "when": { "south": true }, + "apply": { "model": "block/iron_bars_side_alt" } + }, + { "when": { "west": true }, + "apply": { "model": "block/iron_bars_side_alt", "y": 90 } + } + ] +} diff --git a/1.15.2/assets/minecraft/blockstates/iron_block.json b/1.15.2/assets/minecraft/blockstates/iron_block.json new file mode 100644 index 00000000..89f0cf9e --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/iron_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/iron_block" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/iron_door.json b/1.15.2/assets/minecraft/blockstates/iron_door.json new file mode 100644 index 00000000..3d8dc5ab --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/iron_door.json @@ -0,0 +1,36 @@ +{ + "variants": { + "facing=east,half=lower,hinge=left,open=false": { "model": "block/iron_door_bottom" }, + "facing=south,half=lower,hinge=left,open=false": { "model": "block/iron_door_bottom", "y": 90 }, + "facing=west,half=lower,hinge=left,open=false": { "model": "block/iron_door_bottom", "y": 180 }, + "facing=north,half=lower,hinge=left,open=false": { "model": "block/iron_door_bottom", "y": 270 }, + "facing=east,half=lower,hinge=right,open=false": { "model": "block/iron_door_bottom_hinge" }, + "facing=south,half=lower,hinge=right,open=false": { "model": "block/iron_door_bottom_hinge", "y": 90 }, + "facing=west,half=lower,hinge=right,open=false": { "model": "block/iron_door_bottom_hinge", "y": 180 }, + "facing=north,half=lower,hinge=right,open=false": { "model": "block/iron_door_bottom_hinge", "y": 270 }, + "facing=east,half=lower,hinge=left,open=true": { "model": "block/iron_door_bottom_hinge", "y": 90 }, + "facing=south,half=lower,hinge=left,open=true": { "model": "block/iron_door_bottom_hinge", "y": 180 }, + "facing=west,half=lower,hinge=left,open=true": { "model": "block/iron_door_bottom_hinge", "y": 270 }, + "facing=north,half=lower,hinge=left,open=true": { "model": "block/iron_door_bottom_hinge" }, + "facing=east,half=lower,hinge=right,open=true": { "model": "block/iron_door_bottom", "y": 270 }, + "facing=south,half=lower,hinge=right,open=true": { "model": "block/iron_door_bottom" }, + "facing=west,half=lower,hinge=right,open=true": { "model": "block/iron_door_bottom", "y": 90 }, + "facing=north,half=lower,hinge=right,open=true": { "model": "block/iron_door_bottom", "y": 180 }, + "facing=east,half=upper,hinge=left,open=false": { "model": "block/iron_door_top" }, + "facing=south,half=upper,hinge=left,open=false": { "model": "block/iron_door_top", "y": 90 }, + "facing=west,half=upper,hinge=left,open=false": { "model": "block/iron_door_top", "y": 180 }, + "facing=north,half=upper,hinge=left,open=false": { "model": "block/iron_door_top", "y": 270 }, + "facing=east,half=upper,hinge=right,open=false": { "model": "block/iron_door_top_hinge" }, + "facing=south,half=upper,hinge=right,open=false": { "model": "block/iron_door_top_hinge", "y": 90 }, + "facing=west,half=upper,hinge=right,open=false": { "model": "block/iron_door_top_hinge", "y": 180 }, + "facing=north,half=upper,hinge=right,open=false": { "model": "block/iron_door_top_hinge", "y": 270 }, + "facing=east,half=upper,hinge=left,open=true": { "model": "block/iron_door_top_hinge", "y": 90 }, + "facing=south,half=upper,hinge=left,open=true": { "model": "block/iron_door_top_hinge", "y": 180 }, + "facing=west,half=upper,hinge=left,open=true": { "model": "block/iron_door_top_hinge", "y": 270 }, + "facing=north,half=upper,hinge=left,open=true": { "model": "block/iron_door_top_hinge" }, + "facing=east,half=upper,hinge=right,open=true": { "model": "block/iron_door_top", "y": 270 }, + "facing=south,half=upper,hinge=right,open=true": { "model": "block/iron_door_top" }, + "facing=west,half=upper,hinge=right,open=true": { "model": "block/iron_door_top", "y": 90 }, + "facing=north,half=upper,hinge=right,open=true": { "model": "block/iron_door_top", "y": 180 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/iron_ore.json b/1.15.2/assets/minecraft/blockstates/iron_ore.json new file mode 100644 index 00000000..55b1b9c6 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/iron_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/iron_ore" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/iron_trapdoor.json b/1.15.2/assets/minecraft/blockstates/iron_trapdoor.json new file mode 100644 index 00000000..291eeece --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/iron_trapdoor.json @@ -0,0 +1,20 @@ +{ + "variants": { + "facing=north,half=bottom,open=false": { "model": "block/iron_trapdoor_bottom" }, + "facing=south,half=bottom,open=false": { "model": "block/iron_trapdoor_bottom" }, + "facing=east,half=bottom,open=false": { "model": "block/iron_trapdoor_bottom" }, + "facing=west,half=bottom,open=false": { "model": "block/iron_trapdoor_bottom" }, + "facing=north,half=top,open=false": { "model": "block/iron_trapdoor_top" }, + "facing=south,half=top,open=false": { "model": "block/iron_trapdoor_top" }, + "facing=east,half=top,open=false": { "model": "block/iron_trapdoor_top" }, + "facing=west,half=top,open=false": { "model": "block/iron_trapdoor_top" }, + "facing=north,half=bottom,open=true": { "model": "block/iron_trapdoor_open" }, + "facing=south,half=bottom,open=true": { "model": "block/iron_trapdoor_open", "y": 180 }, + "facing=east,half=bottom,open=true": { "model": "block/iron_trapdoor_open", "y": 90 }, + "facing=west,half=bottom,open=true": { "model": "block/iron_trapdoor_open", "y": 270 }, + "facing=north,half=top,open=true": { "model": "block/iron_trapdoor_open" }, + "facing=south,half=top,open=true": { "model": "block/iron_trapdoor_open", "y": 180 }, + "facing=east,half=top,open=true": { "model": "block/iron_trapdoor_open", "y": 90 }, + "facing=west,half=top,open=true": { "model": "block/iron_trapdoor_open", "y": 270 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/item_frame.json b/1.15.2/assets/minecraft/blockstates/item_frame.json new file mode 100644 index 00000000..7b70ec00 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/item_frame.json @@ -0,0 +1,6 @@ +{ + "variants": { + "map=false": { "model": "block/item_frame" }, + "map=true": { "model": "block/item_frame_map" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/jack_o_lantern.json b/1.15.2/assets/minecraft/blockstates/jack_o_lantern.json new file mode 100644 index 00000000..61119511 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/jack_o_lantern.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "block/jack_o_lantern" }, + "facing=south": { "model": "block/jack_o_lantern", "y": 180 }, + "facing=west": { "model": "block/jack_o_lantern", "y": 270 }, + "facing=east": { "model": "block/jack_o_lantern", "y": 90 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/jigsaw.json b/1.15.2/assets/minecraft/blockstates/jigsaw.json new file mode 100644 index 00000000..bd432979 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/jigsaw.json @@ -0,0 +1,10 @@ +{ + "variants": { + "facing=up": { "model": "block/jigsaw"}, + "facing=down": { "model": "block/jigsaw", "x": 180 }, + "facing=north": { "model": "block/jigsaw", "x" : 90}, + "facing=south": { "model": "block/jigsaw", "x" : 90, "y": 180 }, + "facing=west": { "model": "block/jigsaw", "x" : 90, "y": 270 }, + "facing=east": { "model": "block/jigsaw", "x" : 90, "y": 90 } + } +} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/blockstates/jukebox.json b/1.15.2/assets/minecraft/blockstates/jukebox.json new file mode 100644 index 00000000..c37487a1 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/jukebox.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/jukebox" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/jungle_button.json b/1.15.2/assets/minecraft/blockstates/jungle_button.json new file mode 100644 index 00000000..8674824b --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/jungle_button.json @@ -0,0 +1,28 @@ +{ + "variants": { + "face=floor,facing=east,powered=false": { "model": "block/jungle_button", "y": 90 }, + "face=floor,facing=west,powered=false": { "model": "block/jungle_button", "y": 270 }, + "face=floor,facing=south,powered=false": { "model": "block/jungle_button", "y": 180 }, + "face=floor,facing=north,powered=false": { "model": "block/jungle_button" }, + "face=wall,facing=east,powered=false": { "model": "block/jungle_button", "uvlock": true, "x": 90, "y": 90 }, + "face=wall,facing=west,powered=false": { "model": "block/jungle_button", "uvlock": true, "x": 90, "y": 270 }, + "face=wall,facing=south,powered=false": { "model": "block/jungle_button", "uvlock": true, "x": 90, "y": 180 }, + "face=wall,facing=north,powered=false": { "model": "block/jungle_button", "uvlock": true, "x": 90 }, + "face=ceiling,facing=east,powered=false": { "model": "block/jungle_button", "x": 180, "y": 270 }, + "face=ceiling,facing=west,powered=false": { "model": "block/jungle_button", "x": 180, "y": 90 }, + "face=ceiling,facing=south,powered=false": { "model": "block/jungle_button", "x": 180 }, + "face=ceiling,facing=north,powered=false": { "model": "block/jungle_button", "x": 180, "y": 180 }, + "face=floor,facing=east,powered=true": { "model": "block/jungle_button_pressed", "y": 90 }, + "face=floor,facing=west,powered=true": { "model": "block/jungle_button_pressed", "y": 270 }, + "face=floor,facing=south,powered=true": { "model": "block/jungle_button_pressed", "y": 180 }, + "face=floor,facing=north,powered=true": { "model": "block/jungle_button_pressed" }, + "face=wall,facing=east,powered=true": { "model": "block/jungle_button_pressed", "uvlock": true, "x": 90, "y": 90 }, + "face=wall,facing=west,powered=true": { "model": "block/jungle_button_pressed", "uvlock": true, "x": 90, "y": 270 }, + "face=wall,facing=south,powered=true": { "model": "block/jungle_button_pressed", "uvlock": true, "x": 90, "y": 180 }, + "face=wall,facing=north,powered=true": { "model": "block/jungle_button_pressed", "uvlock": true, "x": 90 }, + "face=ceiling,facing=east,powered=true": { "model": "block/jungle_button_pressed", "x": 180, "y": 270 }, + "face=ceiling,facing=west,powered=true": { "model": "block/jungle_button_pressed", "x": 180, "y": 90 }, + "face=ceiling,facing=south,powered=true": { "model": "block/jungle_button_pressed", "x": 180 }, + "face=ceiling,facing=north,powered=true": { "model": "block/jungle_button_pressed", "x": 180, "y": 180 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/jungle_door.json b/1.15.2/assets/minecraft/blockstates/jungle_door.json new file mode 100644 index 00000000..25d292dc --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/jungle_door.json @@ -0,0 +1,36 @@ +{ + "variants": { + "facing=east,half=lower,hinge=left,open=false": { "model": "block/jungle_door_bottom" }, + "facing=south,half=lower,hinge=left,open=false": { "model": "block/jungle_door_bottom", "y": 90 }, + "facing=west,half=lower,hinge=left,open=false": { "model": "block/jungle_door_bottom", "y": 180 }, + "facing=north,half=lower,hinge=left,open=false": { "model": "block/jungle_door_bottom", "y": 270 }, + "facing=east,half=lower,hinge=right,open=false": { "model": "block/jungle_door_bottom_hinge" }, + "facing=south,half=lower,hinge=right,open=false": { "model": "block/jungle_door_bottom_hinge", "y": 90 }, + "facing=west,half=lower,hinge=right,open=false": { "model": "block/jungle_door_bottom_hinge", "y": 180 }, + "facing=north,half=lower,hinge=right,open=false": { "model": "block/jungle_door_bottom_hinge", "y": 270 }, + "facing=east,half=lower,hinge=left,open=true": { "model": "block/jungle_door_bottom_hinge", "y": 90 }, + "facing=south,half=lower,hinge=left,open=true": { "model": "block/jungle_door_bottom_hinge", "y": 180 }, + "facing=west,half=lower,hinge=left,open=true": { "model": "block/jungle_door_bottom_hinge", "y": 270 }, + "facing=north,half=lower,hinge=left,open=true": { "model": "block/jungle_door_bottom_hinge" }, + "facing=east,half=lower,hinge=right,open=true": { "model": "block/jungle_door_bottom", "y": 270 }, + "facing=south,half=lower,hinge=right,open=true": { "model": "block/jungle_door_bottom" }, + "facing=west,half=lower,hinge=right,open=true": { "model": "block/jungle_door_bottom", "y": 90 }, + "facing=north,half=lower,hinge=right,open=true": { "model": "block/jungle_door_bottom", "y": 180 }, + "facing=east,half=upper,hinge=left,open=false": { "model": "block/jungle_door_top" }, + "facing=south,half=upper,hinge=left,open=false": { "model": "block/jungle_door_top", "y": 90 }, + "facing=west,half=upper,hinge=left,open=false": { "model": "block/jungle_door_top", "y": 180 }, + "facing=north,half=upper,hinge=left,open=false": { "model": "block/jungle_door_top", "y": 270 }, + "facing=east,half=upper,hinge=right,open=false": { "model": "block/jungle_door_top_hinge" }, + "facing=south,half=upper,hinge=right,open=false": { "model": "block/jungle_door_top_hinge", "y": 90 }, + "facing=west,half=upper,hinge=right,open=false": { "model": "block/jungle_door_top_hinge", "y": 180 }, + "facing=north,half=upper,hinge=right,open=false": { "model": "block/jungle_door_top_hinge", "y": 270 }, + "facing=east,half=upper,hinge=left,open=true": { "model": "block/jungle_door_top_hinge", "y": 90 }, + "facing=south,half=upper,hinge=left,open=true": { "model": "block/jungle_door_top_hinge", "y": 180 }, + "facing=west,half=upper,hinge=left,open=true": { "model": "block/jungle_door_top_hinge", "y": 270 }, + "facing=north,half=upper,hinge=left,open=true": { "model": "block/jungle_door_top_hinge" }, + "facing=east,half=upper,hinge=right,open=true": { "model": "block/jungle_door_top", "y": 270 }, + "facing=south,half=upper,hinge=right,open=true": { "model": "block/jungle_door_top" }, + "facing=west,half=upper,hinge=right,open=true": { "model": "block/jungle_door_top", "y": 90 }, + "facing=north,half=upper,hinge=right,open=true": { "model": "block/jungle_door_top", "y": 180 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/jungle_fence.json b/1.15.2/assets/minecraft/blockstates/jungle_fence.json new file mode 100644 index 00000000..6c4af9b3 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/jungle_fence.json @@ -0,0 +1,17 @@ +{ + "multipart": [ + { "apply": { "model": "block/jungle_fence_post" }}, + { "when": { "north": "true" }, + "apply": { "model": "block/jungle_fence_side", "uvlock": true } + }, + { "when": { "east": "true" }, + "apply": { "model": "block/jungle_fence_side", "y": 90, "uvlock": true } + }, + { "when": { "south": "true" }, + "apply": { "model": "block/jungle_fence_side", "y": 180, "uvlock": true } + }, + { "when": { "west": "true" }, + "apply": { "model": "block/jungle_fence_side", "y": 270, "uvlock": true } + } + ] +} diff --git a/1.15.2/assets/minecraft/blockstates/jungle_fence_gate.json b/1.15.2/assets/minecraft/blockstates/jungle_fence_gate.json new file mode 100644 index 00000000..a47f7958 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/jungle_fence_gate.json @@ -0,0 +1,20 @@ +{ + "variants": { + "facing=south,in_wall=false,open=false": { "model": "block/jungle_fence_gate", "uvlock": true }, + "facing=west,in_wall=false,open=false": { "model": "block/jungle_fence_gate", "uvlock": true, "y": 90 }, + "facing=north,in_wall=false,open=false": { "model": "block/jungle_fence_gate", "uvlock": true, "y": 180 }, + "facing=east,in_wall=false,open=false": { "model": "block/jungle_fence_gate", "uvlock": true, "y": 270 }, + "facing=south,in_wall=false,open=true": { "model": "block/jungle_fence_gate_open", "uvlock": true }, + "facing=west,in_wall=false,open=true": { "model": "block/jungle_fence_gate_open", "uvlock": true, "y": 90 }, + "facing=north,in_wall=false,open=true": { "model": "block/jungle_fence_gate_open", "uvlock": true, "y": 180 }, + "facing=east,in_wall=false,open=true": { "model": "block/jungle_fence_gate_open", "uvlock": true, "y": 270 }, + "facing=south,in_wall=true,open=false": { "model": "block/jungle_fence_gate_wall", "uvlock": true }, + "facing=west,in_wall=true,open=false": { "model": "block/jungle_fence_gate_wall", "uvlock": true, "y": 90 }, + "facing=north,in_wall=true,open=false": { "model": "block/jungle_fence_gate_wall", "uvlock": true, "y": 180 }, + "facing=east,in_wall=true,open=false": { "model": "block/jungle_fence_gate_wall", "uvlock": true, "y": 270 }, + "facing=south,in_wall=true,open=true": { "model": "block/jungle_fence_gate_wall_open", "uvlock": true }, + "facing=west,in_wall=true,open=true": { "model": "block/jungle_fence_gate_wall_open", "uvlock": true, "y": 90 }, + "facing=north,in_wall=true,open=true": { "model": "block/jungle_fence_gate_wall_open", "uvlock": true, "y": 180 }, + "facing=east,in_wall=true,open=true": { "model": "block/jungle_fence_gate_wall_open", "uvlock": true, "y": 270 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/jungle_leaves.json b/1.15.2/assets/minecraft/blockstates/jungle_leaves.json new file mode 100644 index 00000000..0cf6c06b --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/jungle_leaves.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/jungle_leaves" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/jungle_log.json b/1.15.2/assets/minecraft/blockstates/jungle_log.json new file mode 100644 index 00000000..09865d95 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/jungle_log.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/jungle_log" }, + "axis=z": { "model": "block/jungle_log", "x": 90 }, + "axis=x": { "model": "block/jungle_log", "x": 90, "y": 90 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/jungle_planks.json b/1.15.2/assets/minecraft/blockstates/jungle_planks.json new file mode 100644 index 00000000..706c2ba6 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/jungle_planks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/jungle_planks" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/jungle_pressure_plate.json b/1.15.2/assets/minecraft/blockstates/jungle_pressure_plate.json new file mode 100644 index 00000000..83aaab84 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/jungle_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "variants": { + "powered=false": { "model": "block/jungle_pressure_plate" }, + "powered=true": { "model": "block/jungle_pressure_plate_down" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/jungle_sapling.json b/1.15.2/assets/minecraft/blockstates/jungle_sapling.json new file mode 100644 index 00000000..73e8eaaf --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/jungle_sapling.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/jungle_sapling" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/jungle_sign.json b/1.15.2/assets/minecraft/blockstates/jungle_sign.json new file mode 100644 index 00000000..d798d899 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/jungle_sign.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/jungle_sign" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/jungle_slab.json b/1.15.2/assets/minecraft/blockstates/jungle_slab.json new file mode 100644 index 00000000..5687434c --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/jungle_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/jungle_slab" }, + "type=top": { "model": "block/jungle_slab_top" }, + "type=double": { "model": "block/jungle_planks" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/jungle_stairs.json b/1.15.2/assets/minecraft/blockstates/jungle_stairs.json new file mode 100644 index 00000000..725f91d1 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/jungle_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/jungle_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/jungle_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/jungle_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/jungle_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/jungle_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/jungle_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/jungle_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/jungle_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/jungle_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/jungle_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/jungle_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/jungle_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/jungle_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/jungle_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/jungle_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/jungle_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/jungle_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/jungle_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/jungle_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/jungle_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/jungle_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/jungle_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/jungle_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/jungle_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/jungle_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/jungle_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/jungle_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/jungle_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/jungle_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/jungle_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/jungle_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/jungle_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/jungle_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/jungle_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/jungle_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/jungle_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/jungle_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/jungle_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/jungle_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/jungle_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/jungle_trapdoor.json b/1.15.2/assets/minecraft/blockstates/jungle_trapdoor.json new file mode 100644 index 00000000..1d4a7101 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/jungle_trapdoor.json @@ -0,0 +1,20 @@ +{ + "variants": { + "facing=north,half=bottom,open=false": { "model": "block/jungle_trapdoor_bottom" }, + "facing=south,half=bottom,open=false": { "model": "block/jungle_trapdoor_bottom", "y": 180 }, + "facing=east,half=bottom,open=false": { "model": "block/jungle_trapdoor_bottom", "y": 90 }, + "facing=west,half=bottom,open=false": { "model": "block/jungle_trapdoor_bottom", "y": 270 }, + "facing=north,half=top,open=false": { "model": "block/jungle_trapdoor_top" }, + "facing=south,half=top,open=false": { "model": "block/jungle_trapdoor_top", "y": 180 }, + "facing=east,half=top,open=false": { "model": "block/jungle_trapdoor_top", "y": 90 }, + "facing=west,half=top,open=false": { "model": "block/jungle_trapdoor_top", "y": 270 }, + "facing=north,half=bottom,open=true": { "model": "block/jungle_trapdoor_open" }, + "facing=south,half=bottom,open=true": { "model": "block/jungle_trapdoor_open", "y": 180 }, + "facing=east,half=bottom,open=true": { "model": "block/jungle_trapdoor_open", "y": 90 }, + "facing=west,half=bottom,open=true": { "model": "block/jungle_trapdoor_open", "y": 270 }, + "facing=north,half=top,open=true": { "model": "block/jungle_trapdoor_open", "x": 180, "y": 180 }, + "facing=south,half=top,open=true": { "model": "block/jungle_trapdoor_open", "x": 180, "y": 0 }, + "facing=east,half=top,open=true": { "model": "block/jungle_trapdoor_open", "x": 180, "y": 270 }, + "facing=west,half=top,open=true": { "model": "block/jungle_trapdoor_open", "x": 180, "y": 90 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/jungle_wall_sign.json b/1.15.2/assets/minecraft/blockstates/jungle_wall_sign.json new file mode 100644 index 00000000..d798d899 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/jungle_wall_sign.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/jungle_sign" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/jungle_wood.json b/1.15.2/assets/minecraft/blockstates/jungle_wood.json new file mode 100644 index 00000000..2247b7e9 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/jungle_wood.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/jungle_wood" }, + "axis=z": { "model": "block/jungle_wood", "x": 90 }, + "axis=x": { "model": "block/jungle_wood", "x": 90, "y": 90 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/kelp.json b/1.15.2/assets/minecraft/blockstates/kelp.json new file mode 100644 index 00000000..13b69d5e --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/kelp.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/kelp" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/kelp_plant.json b/1.15.2/assets/minecraft/blockstates/kelp_plant.json new file mode 100644 index 00000000..4661b3d0 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/kelp_plant.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/kelp_plant" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/ladder.json b/1.15.2/assets/minecraft/blockstates/ladder.json new file mode 100644 index 00000000..f94e0ba0 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/ladder.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "block/ladder" }, + "facing=east": { "model": "block/ladder", "y": 90 }, + "facing=south": { "model": "block/ladder", "y": 180 }, + "facing=west": { "model": "block/ladder", "y": 270 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/lantern.json b/1.15.2/assets/minecraft/blockstates/lantern.json new file mode 100644 index 00000000..ca960d54 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/lantern.json @@ -0,0 +1,6 @@ +{ + "variants": { + "hanging=true": { "model": "block/hanging_lantern"}, + "hanging=false": { "model": "block/lantern"} + } +} diff --git a/1.15.2/assets/minecraft/blockstates/lapis_block.json b/1.15.2/assets/minecraft/blockstates/lapis_block.json new file mode 100644 index 00000000..20cd1ad5 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/lapis_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/lapis_block" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/lapis_ore.json b/1.15.2/assets/minecraft/blockstates/lapis_ore.json new file mode 100644 index 00000000..20157363 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/lapis_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/lapis_ore" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/large_fern.json b/1.15.2/assets/minecraft/blockstates/large_fern.json new file mode 100644 index 00000000..aa6fe962 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/large_fern.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=lower": { "model": "block/large_fern_bottom" }, + "half=upper": { "model": "block/large_fern_top" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/lava.json b/1.15.2/assets/minecraft/blockstates/lava.json new file mode 100644 index 00000000..d6adbba4 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/lava.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/lava" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/lectern.json b/1.15.2/assets/minecraft/blockstates/lectern.json new file mode 100644 index 00000000..a8d6c483 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/lectern.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "block/lectern" }, + "facing=south": { "model": "block/lectern", "y": 180 }, + "facing=west": { "model": "block/lectern", "y": 270 }, + "facing=east": { "model": "block/lectern", "y": 90 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/lever.json b/1.15.2/assets/minecraft/blockstates/lever.json new file mode 100644 index 00000000..7d672c59 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/lever.json @@ -0,0 +1,28 @@ +{ + "variants": { + "face=ceiling,facing=north,powered=false": { "model": "block/lever_on", "x": 180, "y": 180 }, + "face=ceiling,facing=east,powered=false": { "model": "block/lever_on", "x": 180, "y": 270 }, + "face=ceiling,facing=south,powered=false": { "model": "block/lever_on", "x": 180}, + "face=ceiling,facing=west,powered=false": { "model": "block/lever_on", "x": 180, "y": 90 }, + "face=floor,facing=north,powered=false": { "model": "block/lever_on" }, + "face=floor,facing=east,powered=false": { "model": "block/lever_on", "y": 90 }, + "face=floor,facing=south,powered=false": { "model": "block/lever_on", "y": 180 }, + "face=floor,facing=west,powered=false": { "model": "block/lever_on", "y": 270 }, + "face=wall,facing=north,powered=false": { "model": "block/lever_on", "x": 90 }, + "face=wall,facing=east,powered=false": { "model": "block/lever_on", "x": 90, "y": 90 }, + "face=wall,facing=south,powered=false": { "model": "block/lever_on", "x": 90, "y": 180 }, + "face=wall,facing=west,powered=false": { "model": "block/lever_on", "x": 90, "y": 270 }, + "face=ceiling,facing=north,powered=true": { "model": "block/lever", "x": 180, "y": 180 }, + "face=ceiling,facing=east,powered=true": { "model": "block/lever", "x": 180, "y": 270 }, + "face=ceiling,facing=south,powered=true": { "model": "block/lever", "x": 180}, + "face=ceiling,facing=west,powered=true": { "model": "block/lever", "x": 180, "y": 90 }, + "face=floor,facing=north,powered=true": { "model": "block/lever" }, + "face=floor,facing=east,powered=true": { "model": "block/lever", "y": 90 }, + "face=floor,facing=south,powered=true": { "model": "block/lever", "y": 180 }, + "face=floor,facing=west,powered=true": { "model": "block/lever", "y": 270 }, + "face=wall,facing=north,powered=true": { "model": "block/lever", "x": 90 }, + "face=wall,facing=east,powered=true": { "model": "block/lever", "x": 90, "y": 90 }, + "face=wall,facing=south,powered=true": { "model": "block/lever", "x": 90, "y": 180 }, + "face=wall,facing=west,powered=true": { "model": "block/lever", "x": 90, "y": 270 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/light_blue_banner.json b/1.15.2/assets/minecraft/blockstates/light_blue_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/light_blue_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/light_blue_bed.json b/1.15.2/assets/minecraft/blockstates/light_blue_bed.json new file mode 100644 index 00000000..8cdeb6ce --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/light_blue_bed.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/bed" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/light_blue_carpet.json b/1.15.2/assets/minecraft/blockstates/light_blue_carpet.json new file mode 100644 index 00000000..41daad9b --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/light_blue_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/light_blue_carpet" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/light_blue_concrete.json b/1.15.2/assets/minecraft/blockstates/light_blue_concrete.json new file mode 100644 index 00000000..c02c029c --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/light_blue_concrete.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/light_blue_concrete" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/light_blue_concrete_powder.json b/1.15.2/assets/minecraft/blockstates/light_blue_concrete_powder.json new file mode 100644 index 00000000..fab8a19a --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/light_blue_concrete_powder.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/light_blue_concrete_powder" }, + { "model": "block/light_blue_concrete_powder", "y": 90 }, + { "model": "block/light_blue_concrete_powder", "y": 180 }, + { "model": "block/light_blue_concrete_powder", "y": 270 } + ] + } +} diff --git a/1.15.2/assets/minecraft/blockstates/light_blue_glazed_terracotta.json b/1.15.2/assets/minecraft/blockstates/light_blue_glazed_terracotta.json new file mode 100644 index 00000000..c9fa8d1f --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/light_blue_glazed_terracotta.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "block/light_blue_glazed_terracotta" }, + "facing=west": { "model": "block/light_blue_glazed_terracotta", "y": 90 }, + "facing=north": { "model": "block/light_blue_glazed_terracotta", "y": 180 }, + "facing=east": { "model": "block/light_blue_glazed_terracotta", "y": 270 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/light_blue_shulker_box.json b/1.15.2/assets/minecraft/blockstates/light_blue_shulker_box.json new file mode 100644 index 00000000..47e31a38 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/light_blue_shulker_box.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/light_blue_shulker_box" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/light_blue_stained_glass.json b/1.15.2/assets/minecraft/blockstates/light_blue_stained_glass.json new file mode 100644 index 00000000..440449de --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/light_blue_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/light_blue_stained_glass" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/light_blue_stained_glass_pane.json b/1.15.2/assets/minecraft/blockstates/light_blue_stained_glass_pane.json new file mode 100644 index 00000000..15114397 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/light_blue_stained_glass_pane.json @@ -0,0 +1,29 @@ +{ + "multipart": [ + { "apply": { "model": "block/light_blue_stained_glass_pane_post" }}, + { "when": { "north": true }, + "apply": { "model": "block/light_blue_stained_glass_pane_side" } + }, + { "when": { "east": true }, + "apply": { "model": "block/light_blue_stained_glass_pane_side", "y": 90 } + }, + { "when": { "south": true }, + "apply": { "model": "block/light_blue_stained_glass_pane_side_alt" } + }, + { "when": { "west": true }, + "apply": { "model": "block/light_blue_stained_glass_pane_side_alt", "y": 90 } + }, + { "when": { "north": false }, + "apply": { "model": "block/light_blue_stained_glass_pane_noside" } + }, + { "when": { "east": false }, + "apply": { "model": "block/light_blue_stained_glass_pane_noside_alt" } + }, + { "when": { "south": false }, + "apply": { "model": "block/light_blue_stained_glass_pane_noside_alt", "y": 90 } + }, + { "when": { "west": false }, + "apply": { "model": "block/light_blue_stained_glass_pane_noside", "y": 270 } + } + ] +} diff --git a/1.15.2/assets/minecraft/blockstates/light_blue_terracotta.json b/1.15.2/assets/minecraft/blockstates/light_blue_terracotta.json new file mode 100644 index 00000000..0d22de3c --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/light_blue_terracotta.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/light_blue_terracotta" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/light_blue_wall_banner.json b/1.15.2/assets/minecraft/blockstates/light_blue_wall_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/light_blue_wall_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/light_blue_wool.json b/1.15.2/assets/minecraft/blockstates/light_blue_wool.json new file mode 100644 index 00000000..67d2ebc1 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/light_blue_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/light_blue_wool" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/light_gray_banner.json b/1.15.2/assets/minecraft/blockstates/light_gray_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/light_gray_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/light_gray_bed.json b/1.15.2/assets/minecraft/blockstates/light_gray_bed.json new file mode 100644 index 00000000..8cdeb6ce --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/light_gray_bed.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/bed" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/light_gray_carpet.json b/1.15.2/assets/minecraft/blockstates/light_gray_carpet.json new file mode 100644 index 00000000..8ba2c1ae --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/light_gray_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/light_gray_carpet" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/light_gray_concrete.json b/1.15.2/assets/minecraft/blockstates/light_gray_concrete.json new file mode 100644 index 00000000..d2902af5 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/light_gray_concrete.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/light_gray_concrete" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/light_gray_concrete_powder.json b/1.15.2/assets/minecraft/blockstates/light_gray_concrete_powder.json new file mode 100644 index 00000000..506582f0 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/light_gray_concrete_powder.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/light_gray_concrete_powder" }, + { "model": "block/light_gray_concrete_powder", "y": 90 }, + { "model": "block/light_gray_concrete_powder", "y": 180 }, + { "model": "block/light_gray_concrete_powder", "y": 270 } + ] + } +} diff --git a/1.15.2/assets/minecraft/blockstates/light_gray_glazed_terracotta.json b/1.15.2/assets/minecraft/blockstates/light_gray_glazed_terracotta.json new file mode 100644 index 00000000..351f51f4 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/light_gray_glazed_terracotta.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "block/light_gray_glazed_terracotta" }, + "facing=west": { "model": "block/light_gray_glazed_terracotta", "y": 90 }, + "facing=north": { "model": "block/light_gray_glazed_terracotta", "y": 180 }, + "facing=east": { "model": "block/light_gray_glazed_terracotta", "y": 270 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/light_gray_shulker_box.json b/1.15.2/assets/minecraft/blockstates/light_gray_shulker_box.json new file mode 100644 index 00000000..03c77040 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/light_gray_shulker_box.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/light_gray_shulker_box" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/light_gray_stained_glass.json b/1.15.2/assets/minecraft/blockstates/light_gray_stained_glass.json new file mode 100644 index 00000000..28aa79ae --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/light_gray_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/light_gray_stained_glass" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/light_gray_stained_glass_pane.json b/1.15.2/assets/minecraft/blockstates/light_gray_stained_glass_pane.json new file mode 100644 index 00000000..b9e07a49 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/light_gray_stained_glass_pane.json @@ -0,0 +1,29 @@ +{ + "multipart": [ + { "apply": { "model": "block/light_gray_stained_glass_pane_post" }}, + { "when": { "north": true }, + "apply": { "model": "block/light_gray_stained_glass_pane_side" } + }, + { "when": { "east": true }, + "apply": { "model": "block/light_gray_stained_glass_pane_side", "y": 90 } + }, + { "when": { "south": true }, + "apply": { "model": "block/light_gray_stained_glass_pane_side_alt" } + }, + { "when": { "west": true }, + "apply": { "model": "block/light_gray_stained_glass_pane_side_alt", "y": 90 } + }, + { "when": { "north": false }, + "apply": { "model": "block/light_gray_stained_glass_pane_noside" } + }, + { "when": { "east": false }, + "apply": { "model": "block/light_gray_stained_glass_pane_noside_alt" } + }, + { "when": { "south": false }, + "apply": { "model": "block/light_gray_stained_glass_pane_noside_alt", "y": 90 } + }, + { "when": { "west": false }, + "apply": { "model": "block/light_gray_stained_glass_pane_noside", "y": 270 } + } + ] +} diff --git a/1.15.2/assets/minecraft/blockstates/light_gray_terracotta.json b/1.15.2/assets/minecraft/blockstates/light_gray_terracotta.json new file mode 100644 index 00000000..a8d8de20 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/light_gray_terracotta.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/light_gray_terracotta" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/light_gray_wall_banner.json b/1.15.2/assets/minecraft/blockstates/light_gray_wall_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/light_gray_wall_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/light_gray_wool.json b/1.15.2/assets/minecraft/blockstates/light_gray_wool.json new file mode 100644 index 00000000..fe2ad735 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/light_gray_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/light_gray_wool" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/light_weighted_pressure_plate.json b/1.15.2/assets/minecraft/blockstates/light_weighted_pressure_plate.json new file mode 100644 index 00000000..fabc41ef --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/light_weighted_pressure_plate.json @@ -0,0 +1,20 @@ +{ + "variants": { + "power=0": { "model": "block/light_weighted_pressure_plate" }, + "power=1": { "model": "block/light_weighted_pressure_plate_down" }, + "power=2": { "model": "block/light_weighted_pressure_plate_down" }, + "power=3": { "model": "block/light_weighted_pressure_plate_down" }, + "power=4": { "model": "block/light_weighted_pressure_plate_down" }, + "power=5": { "model": "block/light_weighted_pressure_plate_down" }, + "power=6": { "model": "block/light_weighted_pressure_plate_down" }, + "power=7": { "model": "block/light_weighted_pressure_plate_down" }, + "power=8": { "model": "block/light_weighted_pressure_plate_down" }, + "power=9": { "model": "block/light_weighted_pressure_plate_down" }, + "power=10": { "model": "block/light_weighted_pressure_plate_down" }, + "power=11": { "model": "block/light_weighted_pressure_plate_down" }, + "power=12": { "model": "block/light_weighted_pressure_plate_down" }, + "power=13": { "model": "block/light_weighted_pressure_plate_down" }, + "power=14": { "model": "block/light_weighted_pressure_plate_down" }, + "power=15": { "model": "block/light_weighted_pressure_plate_down" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/lilac.json b/1.15.2/assets/minecraft/blockstates/lilac.json new file mode 100644 index 00000000..2af53595 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/lilac.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=lower": { "model": "block/lilac_bottom" }, + "half=upper": { "model": "block/lilac_top" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/lily_of_the_valley.json b/1.15.2/assets/minecraft/blockstates/lily_of_the_valley.json new file mode 100644 index 00000000..6d833019 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/lily_of_the_valley.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/lily_of_the_valley" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/lily_pad.json b/1.15.2/assets/minecraft/blockstates/lily_pad.json new file mode 100644 index 00000000..5eeb1260 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/lily_pad.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/lily_pad" }, + { "model": "block/lily_pad", "y": 90 }, + { "model": "block/lily_pad", "y": 180 }, + { "model": "block/lily_pad", "y": 270 } + ] + } +} diff --git a/1.15.2/assets/minecraft/blockstates/lime_banner.json b/1.15.2/assets/minecraft/blockstates/lime_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/lime_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/lime_bed.json b/1.15.2/assets/minecraft/blockstates/lime_bed.json new file mode 100644 index 00000000..8cdeb6ce --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/lime_bed.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/bed" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/lime_carpet.json b/1.15.2/assets/minecraft/blockstates/lime_carpet.json new file mode 100644 index 00000000..a968add8 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/lime_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/lime_carpet" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/lime_concrete.json b/1.15.2/assets/minecraft/blockstates/lime_concrete.json new file mode 100644 index 00000000..36419b13 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/lime_concrete.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/lime_concrete" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/lime_concrete_powder.json b/1.15.2/assets/minecraft/blockstates/lime_concrete_powder.json new file mode 100644 index 00000000..3243f023 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/lime_concrete_powder.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/lime_concrete_powder" }, + { "model": "block/lime_concrete_powder", "y": 90 }, + { "model": "block/lime_concrete_powder", "y": 180 }, + { "model": "block/lime_concrete_powder", "y": 270 } + ] + } +} diff --git a/1.15.2/assets/minecraft/blockstates/lime_glazed_terracotta.json b/1.15.2/assets/minecraft/blockstates/lime_glazed_terracotta.json new file mode 100644 index 00000000..6d89619d --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/lime_glazed_terracotta.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "block/lime_glazed_terracotta" }, + "facing=west": { "model": "block/lime_glazed_terracotta", "y": 90 }, + "facing=north": { "model": "block/lime_glazed_terracotta", "y": 180 }, + "facing=east": { "model": "block/lime_glazed_terracotta", "y": 270 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/lime_shulker_box.json b/1.15.2/assets/minecraft/blockstates/lime_shulker_box.json new file mode 100644 index 00000000..e84597dd --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/lime_shulker_box.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/lime_shulker_box" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/lime_stained_glass.json b/1.15.2/assets/minecraft/blockstates/lime_stained_glass.json new file mode 100644 index 00000000..e060289a --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/lime_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/lime_stained_glass" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/lime_stained_glass_pane.json b/1.15.2/assets/minecraft/blockstates/lime_stained_glass_pane.json new file mode 100644 index 00000000..5384be0e --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/lime_stained_glass_pane.json @@ -0,0 +1,29 @@ +{ + "multipart": [ + { "apply": { "model": "block/lime_stained_glass_pane_post" }}, + { "when": { "north": true }, + "apply": { "model": "block/lime_stained_glass_pane_side" } + }, + { "when": { "east": true }, + "apply": { "model": "block/lime_stained_glass_pane_side", "y": 90 } + }, + { "when": { "south": true }, + "apply": { "model": "block/lime_stained_glass_pane_side_alt" } + }, + { "when": { "west": true }, + "apply": { "model": "block/lime_stained_glass_pane_side_alt", "y": 90 } + }, + { "when": { "north": false }, + "apply": { "model": "block/lime_stained_glass_pane_noside" } + }, + { "when": { "east": false }, + "apply": { "model": "block/lime_stained_glass_pane_noside_alt" } + }, + { "when": { "south": false }, + "apply": { "model": "block/lime_stained_glass_pane_noside_alt", "y": 90 } + }, + { "when": { "west": false }, + "apply": { "model": "block/lime_stained_glass_pane_noside", "y": 270 } + } + ] +} diff --git a/1.15.2/assets/minecraft/blockstates/lime_terracotta.json b/1.15.2/assets/minecraft/blockstates/lime_terracotta.json new file mode 100644 index 00000000..13b0e685 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/lime_terracotta.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/lime_terracotta" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/lime_wall_banner.json b/1.15.2/assets/minecraft/blockstates/lime_wall_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/lime_wall_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/lime_wool.json b/1.15.2/assets/minecraft/blockstates/lime_wool.json new file mode 100644 index 00000000..f8eaee27 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/lime_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/lime_wool" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/loom.json b/1.15.2/assets/minecraft/blockstates/loom.json new file mode 100644 index 00000000..0c8c9615 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/loom.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "block/loom" }, + "facing=south": { "model": "block/loom", "y": 180 }, + "facing=west": { "model": "block/loom", "y": 270 }, + "facing=east": { "model": "block/loom", "y": 90 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/magenta_banner.json b/1.15.2/assets/minecraft/blockstates/magenta_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/magenta_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/magenta_bed.json b/1.15.2/assets/minecraft/blockstates/magenta_bed.json new file mode 100644 index 00000000..8cdeb6ce --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/magenta_bed.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/bed" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/magenta_carpet.json b/1.15.2/assets/minecraft/blockstates/magenta_carpet.json new file mode 100644 index 00000000..655bdc5b --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/magenta_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/magenta_carpet" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/magenta_concrete.json b/1.15.2/assets/minecraft/blockstates/magenta_concrete.json new file mode 100644 index 00000000..6bcc25b6 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/magenta_concrete.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/magenta_concrete" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/magenta_concrete_powder.json b/1.15.2/assets/minecraft/blockstates/magenta_concrete_powder.json new file mode 100644 index 00000000..e1b54c68 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/magenta_concrete_powder.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/magenta_concrete_powder" }, + { "model": "block/magenta_concrete_powder", "y": 90 }, + { "model": "block/magenta_concrete_powder", "y": 180 }, + { "model": "block/magenta_concrete_powder", "y": 270 } + ] + } +} diff --git a/1.15.2/assets/minecraft/blockstates/magenta_glazed_terracotta.json b/1.15.2/assets/minecraft/blockstates/magenta_glazed_terracotta.json new file mode 100644 index 00000000..fa07b030 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/magenta_glazed_terracotta.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "block/magenta_glazed_terracotta" }, + "facing=west": { "model": "block/magenta_glazed_terracotta", "y": 90 }, + "facing=north": { "model": "block/magenta_glazed_terracotta", "y": 180 }, + "facing=east": { "model": "block/magenta_glazed_terracotta", "y": 270 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/magenta_shulker_box.json b/1.15.2/assets/minecraft/blockstates/magenta_shulker_box.json new file mode 100644 index 00000000..b45f2c48 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/magenta_shulker_box.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/magenta_shulker_box" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/magenta_stained_glass.json b/1.15.2/assets/minecraft/blockstates/magenta_stained_glass.json new file mode 100644 index 00000000..3a29764e --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/magenta_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/magenta_stained_glass" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/magenta_stained_glass_pane.json b/1.15.2/assets/minecraft/blockstates/magenta_stained_glass_pane.json new file mode 100644 index 00000000..4e8c80d3 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/magenta_stained_glass_pane.json @@ -0,0 +1,29 @@ +{ + "multipart": [ + { "apply": { "model": "block/magenta_stained_glass_pane_post" }}, + { "when": { "north": true }, + "apply": { "model": "block/magenta_stained_glass_pane_side" } + }, + { "when": { "east": true }, + "apply": { "model": "block/magenta_stained_glass_pane_side", "y": 90 } + }, + { "when": { "south": true }, + "apply": { "model": "block/magenta_stained_glass_pane_side_alt" } + }, + { "when": { "west": true }, + "apply": { "model": "block/magenta_stained_glass_pane_side_alt", "y": 90 } + }, + { "when": { "north": false }, + "apply": { "model": "block/magenta_stained_glass_pane_noside" } + }, + { "when": { "east": false }, + "apply": { "model": "block/magenta_stained_glass_pane_noside_alt" } + }, + { "when": { "south": false }, + "apply": { "model": "block/magenta_stained_glass_pane_noside_alt", "y": 90 } + }, + { "when": { "west": false }, + "apply": { "model": "block/magenta_stained_glass_pane_noside", "y": 270 } + } + ] +} diff --git a/1.15.2/assets/minecraft/blockstates/magenta_terracotta.json b/1.15.2/assets/minecraft/blockstates/magenta_terracotta.json new file mode 100644 index 00000000..1980a081 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/magenta_terracotta.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/magenta_terracotta" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/magenta_wall_banner.json b/1.15.2/assets/minecraft/blockstates/magenta_wall_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/magenta_wall_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/magenta_wool.json b/1.15.2/assets/minecraft/blockstates/magenta_wool.json new file mode 100644 index 00000000..74fcb569 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/magenta_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/magenta_wool" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/magma_block.json b/1.15.2/assets/minecraft/blockstates/magma_block.json new file mode 100644 index 00000000..133c4a07 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/magma_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/magma_block" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/melon.json b/1.15.2/assets/minecraft/blockstates/melon.json new file mode 100644 index 00000000..e7264597 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/melon.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/melon" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/melon_stem.json b/1.15.2/assets/minecraft/blockstates/melon_stem.json new file mode 100644 index 00000000..a390bc83 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/melon_stem.json @@ -0,0 +1,12 @@ +{ + "variants": { + "age=0": { "model": "block/melon_stem_stage0" }, + "age=1": { "model": "block/melon_stem_stage1" }, + "age=2": { "model": "block/melon_stem_stage2" }, + "age=3": { "model": "block/melon_stem_stage3" }, + "age=4": { "model": "block/melon_stem_stage4" }, + "age=5": { "model": "block/melon_stem_stage5" }, + "age=6": { "model": "block/melon_stem_stage6" }, + "age=7": { "model": "block/melon_stem_stage7" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/mossy_cobblestone.json b/1.15.2/assets/minecraft/blockstates/mossy_cobblestone.json new file mode 100644 index 00000000..0fe122d2 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/mossy_cobblestone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/mossy_cobblestone" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/mossy_cobblestone_slab.json b/1.15.2/assets/minecraft/blockstates/mossy_cobblestone_slab.json new file mode 100644 index 00000000..1b598134 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/mossy_cobblestone_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/mossy_cobblestone_slab" }, + "type=top": { "model": "block/mossy_cobblestone_slab_top" }, + "type=double": { "model": "block/mossy_cobblestone" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/mossy_cobblestone_stairs.json b/1.15.2/assets/minecraft/blockstates/mossy_cobblestone_stairs.json new file mode 100644 index 00000000..d41f951d --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/mossy_cobblestone_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/mossy_cobblestone_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/mossy_cobblestone_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/mossy_cobblestone_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/mossy_cobblestone_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/mossy_cobblestone_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/mossy_cobblestone_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/mossy_cobblestone_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/mossy_cobblestone_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/mossy_cobblestone_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/mossy_cobblestone_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/mossy_cobblestone_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/mossy_cobblestone_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/mossy_cobblestone_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/mossy_cobblestone_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/mossy_cobblestone_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/mossy_cobblestone_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/mossy_cobblestone_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/mossy_cobblestone_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/mossy_cobblestone_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/mossy_cobblestone_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/mossy_cobblestone_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/mossy_cobblestone_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/mossy_cobblestone_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/mossy_cobblestone_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/mossy_cobblestone_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/mossy_cobblestone_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/mossy_cobblestone_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/mossy_cobblestone_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/mossy_cobblestone_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/mossy_cobblestone_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/mossy_cobblestone_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/mossy_cobblestone_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/mossy_cobblestone_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/mossy_cobblestone_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/mossy_cobblestone_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/mossy_cobblestone_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/mossy_cobblestone_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/mossy_cobblestone_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/mossy_cobblestone_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/mossy_cobblestone_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/mossy_cobblestone_wall.json b/1.15.2/assets/minecraft/blockstates/mossy_cobblestone_wall.json new file mode 100644 index 00000000..4291f237 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/mossy_cobblestone_wall.json @@ -0,0 +1,19 @@ +{ + "multipart": [ + { "when": { "up": true }, + "apply": { "model": "block/mossy_cobblestone_wall_post" } + }, + { "when": { "north": true }, + "apply": { "model": "block/mossy_cobblestone_wall_side", "uvlock": true } + }, + { "when": { "east": true }, + "apply": { "model": "block/mossy_cobblestone_wall_side", "y": 90, "uvlock": true } + }, + { "when": { "south": true }, + "apply": { "model": "block/mossy_cobblestone_wall_side", "y": 180, "uvlock": true } + }, + { "when": { "west": true }, + "apply": { "model": "block/mossy_cobblestone_wall_side", "y": 270, "uvlock": true } + } + ] +} diff --git a/1.15.2/assets/minecraft/blockstates/mossy_stone_brick_slab.json b/1.15.2/assets/minecraft/blockstates/mossy_stone_brick_slab.json new file mode 100644 index 00000000..e69b322f --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/mossy_stone_brick_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/mossy_stone_brick_slab" }, + "type=top": { "model": "block/mossy_stone_brick_slab_top" }, + "type=double": { "model": "block/mossy_stone_bricks" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/mossy_stone_brick_stairs.json b/1.15.2/assets/minecraft/blockstates/mossy_stone_brick_stairs.json new file mode 100644 index 00000000..b92e2033 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/mossy_stone_brick_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/mossy_stone_brick_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/mossy_stone_brick_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/mossy_stone_brick_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/mossy_stone_brick_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/mossy_stone_brick_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/mossy_stone_brick_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/mossy_stone_brick_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/mossy_stone_brick_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/mossy_stone_brick_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/mossy_stone_brick_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/mossy_stone_brick_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/mossy_stone_brick_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/mossy_stone_brick_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/mossy_stone_brick_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/mossy_stone_brick_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/mossy_stone_brick_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/mossy_stone_brick_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/mossy_stone_brick_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/mossy_stone_brick_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/mossy_stone_brick_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/mossy_stone_brick_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/mossy_stone_brick_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/mossy_stone_brick_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/mossy_stone_brick_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/mossy_stone_brick_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/mossy_stone_brick_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/mossy_stone_brick_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/mossy_stone_brick_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/mossy_stone_brick_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/mossy_stone_brick_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/mossy_stone_brick_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/mossy_stone_brick_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/mossy_stone_brick_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/mossy_stone_brick_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/mossy_stone_brick_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/mossy_stone_brick_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/mossy_stone_brick_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/mossy_stone_brick_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/mossy_stone_brick_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/mossy_stone_brick_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/mossy_stone_brick_wall.json b/1.15.2/assets/minecraft/blockstates/mossy_stone_brick_wall.json new file mode 100644 index 00000000..805c1400 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/mossy_stone_brick_wall.json @@ -0,0 +1,19 @@ +{ + "multipart": [ + { "when": { "up": "true" }, + "apply": { "model": "block/mossy_stone_brick_wall_post" } + }, + { "when": { "north": "true" }, + "apply": { "model": "block/mossy_stone_brick_wall_side", "uvlock": true } + }, + { "when": { "east": "true" }, + "apply": { "model": "block/mossy_stone_brick_wall_side", "y": 90, "uvlock": true } + }, + { "when": { "south": "true" }, + "apply": { "model": "block/mossy_stone_brick_wall_side", "y": 180, "uvlock": true } + }, + { "when": { "west": "true" }, + "apply": { "model": "block/mossy_stone_brick_wall_side", "y": 270, "uvlock": true } + } + ] +} diff --git a/1.15.2/assets/minecraft/blockstates/mossy_stone_bricks.json b/1.15.2/assets/minecraft/blockstates/mossy_stone_bricks.json new file mode 100644 index 00000000..09f65d9a --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/mossy_stone_bricks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/mossy_stone_bricks" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/moving_piston.json b/1.15.2/assets/minecraft/blockstates/moving_piston.json new file mode 100644 index 00000000..18a3412d --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/moving_piston.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/moving_piston" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/mushroom_stem.json b/1.15.2/assets/minecraft/blockstates/mushroom_stem.json new file mode 100644 index 00000000..f7cfa5a9 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/mushroom_stem.json @@ -0,0 +1,40 @@ +{ + "multipart": [ + { "when": { "north": true }, + "apply": { "model": "block/mushroom_stem" } + }, + { "when": { "east": true }, + "apply": { "model": "block/mushroom_stem", "y": 90, "uvlock": true } + }, + { "when": { "south": true }, + "apply": { "model": "block/mushroom_stem", "y": 180, "uvlock": true } + }, + { "when": { "west": true }, + "apply": { "model": "block/mushroom_stem", "y": 270, "uvlock": true } + }, + { "when": { "up": true }, + "apply": { "model": "block/mushroom_stem", "x": 270, "uvlock": true } + }, + { "when": { "down": true }, + "apply": { "model": "block/mushroom_stem", "x": 90, "uvlock": true } + }, + { "when": { "north": false }, + "apply": { "model": "block/mushroom_block_inside" } + }, + { "when": { "east": false }, + "apply": { "model": "block/mushroom_block_inside", "y": 90, "uvlock": false } + }, + { "when": { "south": false }, + "apply": { "model": "block/mushroom_block_inside", "y": 180, "uvlock": false } + }, + { "when": { "west": false }, + "apply": { "model": "block/mushroom_block_inside", "y": 270, "uvlock": false } + }, + { "when": { "up": false }, + "apply": { "model": "block/mushroom_block_inside", "x": 270, "uvlock": false } + }, + { "when": { "down": false }, + "apply": { "model": "block/mushroom_block_inside", "x": 90, "uvlock": false } + } + ] +} diff --git a/1.15.2/assets/minecraft/blockstates/mycelium.json b/1.15.2/assets/minecraft/blockstates/mycelium.json new file mode 100644 index 00000000..8cf83dbe --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/mycelium.json @@ -0,0 +1,11 @@ +{ + "variants": { + "snowy=false": [ + { "model": "block/mycelium" }, + { "model": "block/mycelium", "y": 90 }, + { "model": "block/mycelium", "y": 180 }, + { "model": "block/mycelium", "y": 270 } + ], + "snowy=true": { "model": "block/grass_block_snow" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/nether_brick_fence.json b/1.15.2/assets/minecraft/blockstates/nether_brick_fence.json new file mode 100644 index 00000000..92c2f01e --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/nether_brick_fence.json @@ -0,0 +1,17 @@ +{ + "multipart": [ + { "apply": { "model": "block/nether_brick_fence_post" }}, + { "when": { "north": true }, + "apply": { "model": "block/nether_brick_fence_side", "uvlock": true } + }, + { "when": { "east": true }, + "apply": { "model": "block/nether_brick_fence_side", "y": 90, "uvlock": true } + }, + { "when": { "south": true }, + "apply": { "model": "block/nether_brick_fence_side", "y": 180, "uvlock": true } + }, + { "when": { "west": true }, + "apply": { "model": "block/nether_brick_fence_side", "y": 270, "uvlock": true } + } + ] +} diff --git a/1.15.2/assets/minecraft/blockstates/nether_brick_slab.json b/1.15.2/assets/minecraft/blockstates/nether_brick_slab.json new file mode 100644 index 00000000..2855de97 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/nether_brick_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/nether_brick_slab" }, + "type=top": { "model": "block/nether_brick_slab_top" }, + "type=double": { "model": "block/nether_bricks" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/nether_brick_stairs.json b/1.15.2/assets/minecraft/blockstates/nether_brick_stairs.json new file mode 100644 index 00000000..1961e059 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/nether_brick_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/nether_brick_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/nether_brick_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/nether_brick_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/nether_brick_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/nether_brick_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/nether_brick_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/nether_brick_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/nether_brick_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/nether_brick_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/nether_brick_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/nether_brick_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/nether_brick_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/nether_brick_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/nether_brick_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/nether_brick_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/nether_brick_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/nether_brick_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/nether_brick_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/nether_brick_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/nether_brick_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/nether_brick_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/nether_brick_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/nether_brick_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/nether_brick_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/nether_brick_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/nether_brick_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/nether_brick_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/nether_brick_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/nether_brick_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/nether_brick_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/nether_brick_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/nether_brick_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/nether_brick_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/nether_brick_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/nether_brick_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/nether_brick_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/nether_brick_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/nether_brick_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/nether_brick_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/nether_brick_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/nether_brick_wall.json b/1.15.2/assets/minecraft/blockstates/nether_brick_wall.json new file mode 100644 index 00000000..d56994b4 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/nether_brick_wall.json @@ -0,0 +1,19 @@ +{ + "multipart": [ + { "when": { "up": "true" }, + "apply": { "model": "block/nether_brick_wall_post" } + }, + { "when": { "north": "true" }, + "apply": { "model": "block/nether_brick_wall_side", "uvlock": true } + }, + { "when": { "east": "true" }, + "apply": { "model": "block/nether_brick_wall_side", "y": 90, "uvlock": true } + }, + { "when": { "south": "true" }, + "apply": { "model": "block/nether_brick_wall_side", "y": 180, "uvlock": true } + }, + { "when": { "west": "true" }, + "apply": { "model": "block/nether_brick_wall_side", "y": 270, "uvlock": true } + } + ] +} diff --git a/1.15.2/assets/minecraft/blockstates/nether_bricks.json b/1.15.2/assets/minecraft/blockstates/nether_bricks.json new file mode 100644 index 00000000..bb9f9159 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/nether_bricks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/nether_bricks" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/nether_portal.json b/1.15.2/assets/minecraft/blockstates/nether_portal.json new file mode 100644 index 00000000..e6847c51 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/nether_portal.json @@ -0,0 +1,6 @@ +{ + "variants": { + "axis=z": { "model": "block/nether_portal_ew" }, + "axis=x": { "model": "block/nether_portal_ns" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/nether_quartz_ore.json b/1.15.2/assets/minecraft/blockstates/nether_quartz_ore.json new file mode 100644 index 00000000..c9d72d65 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/nether_quartz_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/nether_quartz_ore" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/nether_wart.json b/1.15.2/assets/minecraft/blockstates/nether_wart.json new file mode 100644 index 00000000..40a17085 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/nether_wart.json @@ -0,0 +1,8 @@ +{ + "variants": { + "age=0": { "model": "block/nether_wart_stage0" }, + "age=1": { "model": "block/nether_wart_stage1" }, + "age=2": { "model": "block/nether_wart_stage1" }, + "age=3": { "model": "block/nether_wart_stage2" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/nether_wart_block.json b/1.15.2/assets/minecraft/blockstates/nether_wart_block.json new file mode 100644 index 00000000..ef846154 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/nether_wart_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/nether_wart_block" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/netherrack.json b/1.15.2/assets/minecraft/blockstates/netherrack.json new file mode 100644 index 00000000..cd449adc --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/netherrack.json @@ -0,0 +1,22 @@ +{ + "variants": { + "": [ + { "model": "block/netherrack" }, + { "model": "block/netherrack", "x": 90 }, + { "model": "block/netherrack", "x": 180 }, + { "model": "block/netherrack", "x": 270 }, + { "model": "block/netherrack", "y": 90 }, + { "model": "block/netherrack", "y": 90, "x": 90 }, + { "model": "block/netherrack", "y": 90, "x": 180 }, + { "model": "block/netherrack", "y": 90, "x": 270 }, + { "model": "block/netherrack", "y": 180 }, + { "model": "block/netherrack", "y": 180, "x": 90 }, + { "model": "block/netherrack", "y": 180, "x": 180 }, + { "model": "block/netherrack", "y": 180, "x": 270 }, + { "model": "block/netherrack", "y": 270 }, + { "model": "block/netherrack", "y": 270, "x": 90 }, + { "model": "block/netherrack", "y": 270, "x": 180 }, + { "model": "block/netherrack", "y": 270, "x": 270 } + ] + } +} diff --git a/1.15.2/assets/minecraft/blockstates/note_block.json b/1.15.2/assets/minecraft/blockstates/note_block.json new file mode 100644 index 00000000..90c3e985 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/note_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/note_block" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/oak_button.json b/1.15.2/assets/minecraft/blockstates/oak_button.json new file mode 100644 index 00000000..113cbd22 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/oak_button.json @@ -0,0 +1,28 @@ +{ + "variants": { + "face=floor,facing=east,powered=false": { "model": "block/oak_button", "y": 90 }, + "face=floor,facing=west,powered=false": { "model": "block/oak_button", "y": 270 }, + "face=floor,facing=south,powered=false": { "model": "block/oak_button", "y": 180 }, + "face=floor,facing=north,powered=false": { "model": "block/oak_button" }, + "face=wall,facing=east,powered=false": { "model": "block/oak_button", "uvlock": true, "x": 90, "y": 90 }, + "face=wall,facing=west,powered=false": { "model": "block/oak_button", "uvlock": true, "x": 90, "y": 270 }, + "face=wall,facing=south,powered=false": { "model": "block/oak_button", "uvlock": true, "x": 90, "y": 180 }, + "face=wall,facing=north,powered=false": { "model": "block/oak_button", "uvlock": true, "x": 90 }, + "face=ceiling,facing=east,powered=false": { "model": "block/oak_button", "x": 180, "y": 270 }, + "face=ceiling,facing=west,powered=false": { "model": "block/oak_button", "x": 180, "y": 90 }, + "face=ceiling,facing=south,powered=false": { "model": "block/oak_button", "x": 180 }, + "face=ceiling,facing=north,powered=false": { "model": "block/oak_button", "x": 180, "y": 180 }, + "face=floor,facing=east,powered=true": { "model": "block/oak_button_pressed", "y": 90 }, + "face=floor,facing=west,powered=true": { "model": "block/oak_button_pressed", "y": 270 }, + "face=floor,facing=south,powered=true": { "model": "block/oak_button_pressed", "y": 180 }, + "face=floor,facing=north,powered=true": { "model": "block/oak_button_pressed" }, + "face=wall,facing=east,powered=true": { "model": "block/oak_button_pressed", "uvlock": true, "x": 90, "y": 90 }, + "face=wall,facing=west,powered=true": { "model": "block/oak_button_pressed", "uvlock": true, "x": 90, "y": 270 }, + "face=wall,facing=south,powered=true": { "model": "block/oak_button_pressed", "uvlock": true, "x": 90, "y": 180 }, + "face=wall,facing=north,powered=true": { "model": "block/oak_button_pressed", "uvlock": true, "x": 90 }, + "face=ceiling,facing=east,powered=true": { "model": "block/oak_button_pressed", "x": 180, "y": 270 }, + "face=ceiling,facing=west,powered=true": { "model": "block/oak_button_pressed", "x": 180, "y": 90 }, + "face=ceiling,facing=south,powered=true": { "model": "block/oak_button_pressed", "x": 180 }, + "face=ceiling,facing=north,powered=true": { "model": "block/oak_button_pressed", "x": 180, "y": 180 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/oak_door.json b/1.15.2/assets/minecraft/blockstates/oak_door.json new file mode 100644 index 00000000..84f01ae9 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/oak_door.json @@ -0,0 +1,36 @@ +{ + "variants": { + "facing=east,half=lower,hinge=left,open=false": { "model": "block/oak_door_bottom" }, + "facing=south,half=lower,hinge=left,open=false": { "model": "block/oak_door_bottom", "y": 90 }, + "facing=west,half=lower,hinge=left,open=false": { "model": "block/oak_door_bottom", "y": 180 }, + "facing=north,half=lower,hinge=left,open=false": { "model": "block/oak_door_bottom", "y": 270 }, + "facing=east,half=lower,hinge=right,open=false": { "model": "block/oak_door_bottom_hinge" }, + "facing=south,half=lower,hinge=right,open=false": { "model": "block/oak_door_bottom_hinge", "y": 90 }, + "facing=west,half=lower,hinge=right,open=false": { "model": "block/oak_door_bottom_hinge", "y": 180 }, + "facing=north,half=lower,hinge=right,open=false": { "model": "block/oak_door_bottom_hinge", "y": 270 }, + "facing=east,half=lower,hinge=left,open=true": { "model": "block/oak_door_bottom_hinge", "y": 90 }, + "facing=south,half=lower,hinge=left,open=true": { "model": "block/oak_door_bottom_hinge", "y": 180 }, + "facing=west,half=lower,hinge=left,open=true": { "model": "block/oak_door_bottom_hinge", "y": 270 }, + "facing=north,half=lower,hinge=left,open=true": { "model": "block/oak_door_bottom_hinge" }, + "facing=east,half=lower,hinge=right,open=true": { "model": "block/oak_door_bottom", "y": 270 }, + "facing=south,half=lower,hinge=right,open=true": { "model": "block/oak_door_bottom" }, + "facing=west,half=lower,hinge=right,open=true": { "model": "block/oak_door_bottom", "y": 90 }, + "facing=north,half=lower,hinge=right,open=true": { "model": "block/oak_door_bottom", "y": 180 }, + "facing=east,half=upper,hinge=left,open=false": { "model": "block/oak_door_top" }, + "facing=south,half=upper,hinge=left,open=false": { "model": "block/oak_door_top", "y": 90 }, + "facing=west,half=upper,hinge=left,open=false": { "model": "block/oak_door_top", "y": 180 }, + "facing=north,half=upper,hinge=left,open=false": { "model": "block/oak_door_top", "y": 270 }, + "facing=east,half=upper,hinge=right,open=false": { "model": "block/oak_door_top_hinge" }, + "facing=south,half=upper,hinge=right,open=false": { "model": "block/oak_door_top_hinge", "y": 90 }, + "facing=west,half=upper,hinge=right,open=false": { "model": "block/oak_door_top_hinge", "y": 180 }, + "facing=north,half=upper,hinge=right,open=false": { "model": "block/oak_door_top_hinge", "y": 270 }, + "facing=east,half=upper,hinge=left,open=true": { "model": "block/oak_door_top_hinge", "y": 90 }, + "facing=south,half=upper,hinge=left,open=true": { "model": "block/oak_door_top_hinge", "y": 180 }, + "facing=west,half=upper,hinge=left,open=true": { "model": "block/oak_door_top_hinge", "y": 270 }, + "facing=north,half=upper,hinge=left,open=true": { "model": "block/oak_door_top_hinge" }, + "facing=east,half=upper,hinge=right,open=true": { "model": "block/oak_door_top", "y": 270 }, + "facing=south,half=upper,hinge=right,open=true": { "model": "block/oak_door_top" }, + "facing=west,half=upper,hinge=right,open=true": { "model": "block/oak_door_top", "y": 90 }, + "facing=north,half=upper,hinge=right,open=true": { "model": "block/oak_door_top", "y": 180 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/oak_fence.json b/1.15.2/assets/minecraft/blockstates/oak_fence.json new file mode 100644 index 00000000..4279ba05 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/oak_fence.json @@ -0,0 +1,17 @@ +{ + "multipart": [ + { "apply": { "model": "block/oak_fence_post" }}, + { "when": { "north": "true" }, + "apply": { "model": "block/oak_fence_side", "uvlock": true } + }, + { "when": { "east": "true" }, + "apply": { "model": "block/oak_fence_side", "y": 90, "uvlock": true } + }, + { "when": { "south": "true" }, + "apply": { "model": "block/oak_fence_side", "y": 180, "uvlock": true } + }, + { "when": { "west": "true" }, + "apply": { "model": "block/oak_fence_side", "y": 270, "uvlock": true } + } + ] +} diff --git a/1.15.2/assets/minecraft/blockstates/oak_fence_gate.json b/1.15.2/assets/minecraft/blockstates/oak_fence_gate.json new file mode 100644 index 00000000..d7934969 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/oak_fence_gate.json @@ -0,0 +1,20 @@ +{ + "variants": { + "facing=south,in_wall=false,open=false": { "model": "block/oak_fence_gate", "uvlock": true }, + "facing=west,in_wall=false,open=false": { "model": "block/oak_fence_gate", "uvlock": true, "y": 90 }, + "facing=north,in_wall=false,open=false": { "model": "block/oak_fence_gate", "uvlock": true, "y": 180 }, + "facing=east,in_wall=false,open=false": { "model": "block/oak_fence_gate", "uvlock": true, "y": 270 }, + "facing=south,in_wall=false,open=true": { "model": "block/oak_fence_gate_open", "uvlock": true }, + "facing=west,in_wall=false,open=true": { "model": "block/oak_fence_gate_open", "uvlock": true, "y": 90 }, + "facing=north,in_wall=false,open=true": { "model": "block/oak_fence_gate_open", "uvlock": true, "y": 180 }, + "facing=east,in_wall=false,open=true": { "model": "block/oak_fence_gate_open", "uvlock": true, "y": 270 }, + "facing=south,in_wall=true,open=false": { "model": "block/oak_fence_gate_wall", "uvlock": true }, + "facing=west,in_wall=true,open=false": { "model": "block/oak_fence_gate_wall", "uvlock": true, "y": 90 }, + "facing=north,in_wall=true,open=false": { "model": "block/oak_fence_gate_wall", "uvlock": true, "y": 180 }, + "facing=east,in_wall=true,open=false": { "model": "block/oak_fence_gate_wall", "uvlock": true, "y": 270 }, + "facing=south,in_wall=true,open=true": { "model": "block/oak_fence_gate_wall_open", "uvlock": true }, + "facing=west,in_wall=true,open=true": { "model": "block/oak_fence_gate_wall_open", "uvlock": true, "y": 90 }, + "facing=north,in_wall=true,open=true": { "model": "block/oak_fence_gate_wall_open", "uvlock": true, "y": 180 }, + "facing=east,in_wall=true,open=true": { "model": "block/oak_fence_gate_wall_open", "uvlock": true, "y": 270 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/oak_leaves.json b/1.15.2/assets/minecraft/blockstates/oak_leaves.json new file mode 100644 index 00000000..93472293 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/oak_leaves.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/oak_leaves" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/oak_log.json b/1.15.2/assets/minecraft/blockstates/oak_log.json new file mode 100644 index 00000000..c59ef7cc --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/oak_log.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/oak_log" }, + "axis=z": { "model": "block/oak_log", "x": 90 }, + "axis=x": { "model": "block/oak_log", "x": 90, "y": 90 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/oak_planks.json b/1.15.2/assets/minecraft/blockstates/oak_planks.json new file mode 100644 index 00000000..91c01f75 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/oak_planks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/oak_planks" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/oak_pressure_plate.json b/1.15.2/assets/minecraft/blockstates/oak_pressure_plate.json new file mode 100644 index 00000000..e0c3c43f --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/oak_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "variants": { + "powered=false": { "model": "block/oak_pressure_plate" }, + "powered=true": { "model": "block/oak_pressure_plate_down" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/oak_sapling.json b/1.15.2/assets/minecraft/blockstates/oak_sapling.json new file mode 100644 index 00000000..f65c7b05 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/oak_sapling.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/oak_sapling" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/oak_sign.json b/1.15.2/assets/minecraft/blockstates/oak_sign.json new file mode 100644 index 00000000..064f9bd7 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/oak_sign.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/oak_sign" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/oak_slab.json b/1.15.2/assets/minecraft/blockstates/oak_slab.json new file mode 100644 index 00000000..7753dc65 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/oak_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/oak_slab" }, + "type=top": { "model": "block/oak_slab_top" }, + "type=double": { "model": "block/oak_planks" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/oak_stairs.json b/1.15.2/assets/minecraft/blockstates/oak_stairs.json new file mode 100644 index 00000000..502144ac --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/oak_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/oak_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/oak_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/oak_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/oak_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/oak_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/oak_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/oak_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/oak_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/oak_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/oak_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/oak_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/oak_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/oak_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/oak_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/oak_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/oak_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/oak_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/oak_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/oak_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/oak_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/oak_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/oak_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/oak_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/oak_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/oak_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/oak_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/oak_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/oak_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/oak_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/oak_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/oak_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/oak_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/oak_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/oak_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/oak_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/oak_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/oak_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/oak_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/oak_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/oak_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/oak_trapdoor.json b/1.15.2/assets/minecraft/blockstates/oak_trapdoor.json new file mode 100644 index 00000000..ee36c221 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/oak_trapdoor.json @@ -0,0 +1,20 @@ +{ + "variants": { + "facing=north,half=bottom,open=false": { "model": "block/oak_trapdoor_bottom" }, + "facing=south,half=bottom,open=false": { "model": "block/oak_trapdoor_bottom" }, + "facing=east,half=bottom,open=false": { "model": "block/oak_trapdoor_bottom" }, + "facing=west,half=bottom,open=false": { "model": "block/oak_trapdoor_bottom" }, + "facing=north,half=top,open=false": { "model": "block/oak_trapdoor_top" }, + "facing=south,half=top,open=false": { "model": "block/oak_trapdoor_top" }, + "facing=east,half=top,open=false": { "model": "block/oak_trapdoor_top" }, + "facing=west,half=top,open=false": { "model": "block/oak_trapdoor_top" }, + "facing=north,half=bottom,open=true": { "model": "block/oak_trapdoor_open" }, + "facing=south,half=bottom,open=true": { "model": "block/oak_trapdoor_open", "y": 180 }, + "facing=east,half=bottom,open=true": { "model": "block/oak_trapdoor_open", "y": 90 }, + "facing=west,half=bottom,open=true": { "model": "block/oak_trapdoor_open", "y": 270 }, + "facing=north,half=top,open=true": { "model": "block/oak_trapdoor_open" }, + "facing=south,half=top,open=true": { "model": "block/oak_trapdoor_open", "y": 180 }, + "facing=east,half=top,open=true": { "model": "block/oak_trapdoor_open", "y": 90 }, + "facing=west,half=top,open=true": { "model": "block/oak_trapdoor_open", "y": 270 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/oak_wall_sign.json b/1.15.2/assets/minecraft/blockstates/oak_wall_sign.json new file mode 100644 index 00000000..064f9bd7 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/oak_wall_sign.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/oak_sign" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/oak_wood.json b/1.15.2/assets/minecraft/blockstates/oak_wood.json new file mode 100644 index 00000000..672ba813 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/oak_wood.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/oak_wood" }, + "axis=z": { "model": "block/oak_wood", "x": 90 }, + "axis=x": { "model": "block/oak_wood", "x": 90, "y": 90 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/observer.json b/1.15.2/assets/minecraft/blockstates/observer.json new file mode 100644 index 00000000..48a07afa --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/observer.json @@ -0,0 +1,16 @@ +{ + "variants": { + "facing=up,powered=false": { "model": "block/observer", "x": 270 }, + "facing=down,powered=false": { "model": "block/observer", "x": 90 }, + "facing=north,powered=false": { "model": "block/observer" }, + "facing=south,powered=false": { "model": "block/observer", "y": 180 }, + "facing=west,powered=false": { "model": "block/observer", "y": 270 }, + "facing=east,powered=false": { "model": "block/observer", "y": 90 }, + "facing=up,powered=true": { "model": "block/observer_on", "x": 270 }, + "facing=down,powered=true": { "model": "block/observer_on", "x": 90 }, + "facing=north,powered=true": { "model": "block/observer_on" }, + "facing=south,powered=true": { "model": "block/observer_on", "y": 180 }, + "facing=west,powered=true": { "model": "block/observer_on", "y": 270 }, + "facing=east,powered=true": { "model": "block/observer_on", "y": 90 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/obsidian.json b/1.15.2/assets/minecraft/blockstates/obsidian.json new file mode 100644 index 00000000..3dd7be7d --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/obsidian.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/obsidian" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/orange_banner.json b/1.15.2/assets/minecraft/blockstates/orange_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/orange_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/orange_bed.json b/1.15.2/assets/minecraft/blockstates/orange_bed.json new file mode 100644 index 00000000..8cdeb6ce --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/orange_bed.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/bed" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/orange_carpet.json b/1.15.2/assets/minecraft/blockstates/orange_carpet.json new file mode 100644 index 00000000..792db728 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/orange_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/orange_carpet" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/orange_concrete.json b/1.15.2/assets/minecraft/blockstates/orange_concrete.json new file mode 100644 index 00000000..1033aa42 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/orange_concrete.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/orange_concrete" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/orange_concrete_powder.json b/1.15.2/assets/minecraft/blockstates/orange_concrete_powder.json new file mode 100644 index 00000000..7a9b2b07 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/orange_concrete_powder.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/orange_concrete_powder" }, + { "model": "block/orange_concrete_powder", "y": 90 }, + { "model": "block/orange_concrete_powder", "y": 180 }, + { "model": "block/orange_concrete_powder", "y": 270 } + ] + } +} diff --git a/1.15.2/assets/minecraft/blockstates/orange_glazed_terracotta.json b/1.15.2/assets/minecraft/blockstates/orange_glazed_terracotta.json new file mode 100644 index 00000000..2bf26fc6 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/orange_glazed_terracotta.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "block/orange_glazed_terracotta" }, + "facing=west": { "model": "block/orange_glazed_terracotta", "y": 90 }, + "facing=north": { "model": "block/orange_glazed_terracotta", "y": 180 }, + "facing=east": { "model": "block/orange_glazed_terracotta", "y": 270 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/orange_shulker_box.json b/1.15.2/assets/minecraft/blockstates/orange_shulker_box.json new file mode 100644 index 00000000..3a94491c --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/orange_shulker_box.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/orange_shulker_box" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/orange_stained_glass.json b/1.15.2/assets/minecraft/blockstates/orange_stained_glass.json new file mode 100644 index 00000000..716645a0 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/orange_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/orange_stained_glass" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/orange_stained_glass_pane.json b/1.15.2/assets/minecraft/blockstates/orange_stained_glass_pane.json new file mode 100644 index 00000000..d6a3eb45 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/orange_stained_glass_pane.json @@ -0,0 +1,29 @@ +{ + "multipart": [ + { "apply": { "model": "block/orange_stained_glass_pane_post" }}, + { "when": { "north": true }, + "apply": { "model": "block/orange_stained_glass_pane_side" } + }, + { "when": { "east": true }, + "apply": { "model": "block/orange_stained_glass_pane_side", "y": 90 } + }, + { "when": { "south": true }, + "apply": { "model": "block/orange_stained_glass_pane_side_alt" } + }, + { "when": { "west": true }, + "apply": { "model": "block/orange_stained_glass_pane_side_alt", "y": 90 } + }, + { "when": { "north": false }, + "apply": { "model": "block/orange_stained_glass_pane_noside" } + }, + { "when": { "east": false }, + "apply": { "model": "block/orange_stained_glass_pane_noside_alt" } + }, + { "when": { "south": false }, + "apply": { "model": "block/orange_stained_glass_pane_noside_alt", "y": 90 } + }, + { "when": { "west": false }, + "apply": { "model": "block/orange_stained_glass_pane_noside", "y": 270 } + } + ] +} diff --git a/1.15.2/assets/minecraft/blockstates/orange_terracotta.json b/1.15.2/assets/minecraft/blockstates/orange_terracotta.json new file mode 100644 index 00000000..f46287b3 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/orange_terracotta.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/orange_terracotta" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/orange_tulip.json b/1.15.2/assets/minecraft/blockstates/orange_tulip.json new file mode 100644 index 00000000..e7880ad0 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/orange_tulip.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/orange_tulip" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/orange_wall_banner.json b/1.15.2/assets/minecraft/blockstates/orange_wall_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/orange_wall_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/orange_wool.json b/1.15.2/assets/minecraft/blockstates/orange_wool.json new file mode 100644 index 00000000..c98f5df7 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/orange_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/orange_wool" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/oxeye_daisy.json b/1.15.2/assets/minecraft/blockstates/oxeye_daisy.json new file mode 100644 index 00000000..b1b24391 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/oxeye_daisy.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/oxeye_daisy" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/packed_ice.json b/1.15.2/assets/minecraft/blockstates/packed_ice.json new file mode 100644 index 00000000..ac018896 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/packed_ice.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/packed_ice" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/peony.json b/1.15.2/assets/minecraft/blockstates/peony.json new file mode 100644 index 00000000..4309966e --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/peony.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=lower": { "model": "block/peony_bottom" }, + "half=upper": { "model": "block/peony_top" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/petrified_oak_slab.json b/1.15.2/assets/minecraft/blockstates/petrified_oak_slab.json new file mode 100644 index 00000000..8e3ba716 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/petrified_oak_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/petrified_oak_slab" }, + "type=top": { "model": "block/petrified_oak_slab_top" }, + "type=double": { "model": "block/oak_planks" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/pink_banner.json b/1.15.2/assets/minecraft/blockstates/pink_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/pink_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/pink_bed.json b/1.15.2/assets/minecraft/blockstates/pink_bed.json new file mode 100644 index 00000000..8cdeb6ce --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/pink_bed.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/bed" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/pink_carpet.json b/1.15.2/assets/minecraft/blockstates/pink_carpet.json new file mode 100644 index 00000000..03a7a2ee --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/pink_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/pink_carpet" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/pink_concrete.json b/1.15.2/assets/minecraft/blockstates/pink_concrete.json new file mode 100644 index 00000000..f768731d --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/pink_concrete.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/pink_concrete" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/pink_concrete_powder.json b/1.15.2/assets/minecraft/blockstates/pink_concrete_powder.json new file mode 100644 index 00000000..dcaf5d29 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/pink_concrete_powder.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/pink_concrete_powder" }, + { "model": "block/pink_concrete_powder", "y": 90 }, + { "model": "block/pink_concrete_powder", "y": 180 }, + { "model": "block/pink_concrete_powder", "y": 270 } + ] + } +} diff --git a/1.15.2/assets/minecraft/blockstates/pink_glazed_terracotta.json b/1.15.2/assets/minecraft/blockstates/pink_glazed_terracotta.json new file mode 100644 index 00000000..e9d484d8 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/pink_glazed_terracotta.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "block/pink_glazed_terracotta" }, + "facing=west": { "model": "block/pink_glazed_terracotta", "y": 90 }, + "facing=north": { "model": "block/pink_glazed_terracotta", "y": 180 }, + "facing=east": { "model": "block/pink_glazed_terracotta", "y": 270 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/pink_shulker_box.json b/1.15.2/assets/minecraft/blockstates/pink_shulker_box.json new file mode 100644 index 00000000..c6b34441 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/pink_shulker_box.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/pink_shulker_box" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/pink_stained_glass.json b/1.15.2/assets/minecraft/blockstates/pink_stained_glass.json new file mode 100644 index 00000000..3eaddfcc --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/pink_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/pink_stained_glass" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/pink_stained_glass_pane.json b/1.15.2/assets/minecraft/blockstates/pink_stained_glass_pane.json new file mode 100644 index 00000000..0de15416 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/pink_stained_glass_pane.json @@ -0,0 +1,29 @@ +{ + "multipart": [ + { "apply": { "model": "block/pink_stained_glass_pane_post" }}, + { "when": { "north": true }, + "apply": { "model": "block/pink_stained_glass_pane_side" } + }, + { "when": { "east": true }, + "apply": { "model": "block/pink_stained_glass_pane_side", "y": 90 } + }, + { "when": { "south": true }, + "apply": { "model": "block/pink_stained_glass_pane_side_alt" } + }, + { "when": { "west": true }, + "apply": { "model": "block/pink_stained_glass_pane_side_alt", "y": 90 } + }, + { "when": { "north": false }, + "apply": { "model": "block/pink_stained_glass_pane_noside" } + }, + { "when": { "east": false }, + "apply": { "model": "block/pink_stained_glass_pane_noside_alt" } + }, + { "when": { "south": false }, + "apply": { "model": "block/pink_stained_glass_pane_noside_alt", "y": 90 } + }, + { "when": { "west": false }, + "apply": { "model": "block/pink_stained_glass_pane_noside", "y": 270 } + } + ] +} diff --git a/1.15.2/assets/minecraft/blockstates/pink_terracotta.json b/1.15.2/assets/minecraft/blockstates/pink_terracotta.json new file mode 100644 index 00000000..a0d49524 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/pink_terracotta.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/pink_terracotta" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/pink_tulip.json b/1.15.2/assets/minecraft/blockstates/pink_tulip.json new file mode 100644 index 00000000..2e88a12a --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/pink_tulip.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/pink_tulip" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/pink_wall_banner.json b/1.15.2/assets/minecraft/blockstates/pink_wall_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/pink_wall_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/pink_wool.json b/1.15.2/assets/minecraft/blockstates/pink_wool.json new file mode 100644 index 00000000..f2217d89 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/pink_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/pink_wool" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/piston.json b/1.15.2/assets/minecraft/blockstates/piston.json new file mode 100644 index 00000000..5c091956 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/piston.json @@ -0,0 +1,16 @@ +{ + "variants": { + "extended=false,facing=down": { "model": "block/piston", "x": 90 }, + "extended=false,facing=up": { "model": "block/piston", "x": 270 }, + "extended=false,facing=north": { "model": "block/piston" }, + "extended=false,facing=south": { "model": "block/piston", "y": 180 }, + "extended=false,facing=west": { "model": "block/piston", "y": 270 }, + "extended=false,facing=east": { "model": "block/piston", "y": 90 }, + "extended=true,facing=down": { "model": "block/piston_base", "x": 90 }, + "extended=true,facing=up": { "model": "block/piston_base", "x": 270 }, + "extended=true,facing=north": { "model": "block/piston_base" }, + "extended=true,facing=south": { "model": "block/piston_base", "y": 180 }, + "extended=true,facing=west": { "model": "block/piston_base", "y": 270 }, + "extended=true,facing=east": { "model": "block/piston_base", "y": 90 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/piston_head.json b/1.15.2/assets/minecraft/blockstates/piston_head.json new file mode 100644 index 00000000..a5fa4b18 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/piston_head.json @@ -0,0 +1,28 @@ +{ + "variants": { + "facing=down,short=false,type=normal": { "model": "block/piston_head", "x": 90 }, + "facing=up,short=false,type=normal": { "model": "block/piston_head", "x": 270 }, + "facing=north,short=false,type=normal": { "model": "block/piston_head" }, + "facing=south,short=false,type=normal": { "model": "block/piston_head", "y": 180 }, + "facing=west,short=false,type=normal": { "model": "block/piston_head", "y": 270 }, + "facing=east,short=false,type=normal": { "model": "block/piston_head", "y": 90 }, + "facing=down,short=false,type=sticky": { "model": "block/piston_head_sticky", "x": 90 }, + "facing=up,short=false,type=sticky": { "model": "block/piston_head_sticky", "x": 270 }, + "facing=north,short=false,type=sticky": { "model": "block/piston_head_sticky" }, + "facing=south,short=false,type=sticky": { "model": "block/piston_head_sticky", "y": 180 }, + "facing=west,short=false,type=sticky": { "model": "block/piston_head_sticky", "y": 270 }, + "facing=east,short=false,type=sticky": { "model": "block/piston_head_sticky", "y": 90 }, + "facing=down,short=true,type=normal": { "model": "block/piston_head_short", "x": 90 }, + "facing=up,short=true,type=normal": { "model": "block/piston_head_short", "x": 270 }, + "facing=north,short=true,type=normal": { "model": "block/piston_head_short" }, + "facing=south,short=true,type=normal": { "model": "block/piston_head_short", "y": 180 }, + "facing=west,short=true,type=normal": { "model": "block/piston_head_short", "y": 270 }, + "facing=east,short=true,type=normal": { "model": "block/piston_head_short", "y": 90 }, + "facing=down,short=true,type=sticky": { "model": "block/piston_head_short_sticky", "x": 90 }, + "facing=up,short=true,type=sticky": { "model": "block/piston_head_short_sticky", "x": 270 }, + "facing=north,short=true,type=sticky": { "model": "block/piston_head_short_sticky" }, + "facing=south,short=true,type=sticky": { "model": "block/piston_head_short_sticky", "y": 180 }, + "facing=west,short=true,type=sticky": { "model": "block/piston_head_short_sticky", "y": 270 }, + "facing=east,short=true,type=sticky": { "model": "block/piston_head_short_sticky", "y": 90 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/player_head.json b/1.15.2/assets/minecraft/blockstates/player_head.json new file mode 100644 index 00000000..05969bc2 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/player_head.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/skull" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/player_wall_head.json b/1.15.2/assets/minecraft/blockstates/player_wall_head.json new file mode 100644 index 00000000..05969bc2 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/player_wall_head.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/skull" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/podzol.json b/1.15.2/assets/minecraft/blockstates/podzol.json new file mode 100644 index 00000000..343aa59e --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/podzol.json @@ -0,0 +1,11 @@ +{ + "variants": { + "snowy=false": [ + { "model": "block/podzol" }, + { "model": "block/podzol", "y": 90 }, + { "model": "block/podzol", "y": 180 }, + { "model": "block/podzol", "y": 270 } + ], + "snowy=true": { "model": "block/grass_block_snow" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/polished_andesite.json b/1.15.2/assets/minecraft/blockstates/polished_andesite.json new file mode 100644 index 00000000..0c117f97 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/polished_andesite.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/polished_andesite" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/polished_andesite_slab.json b/1.15.2/assets/minecraft/blockstates/polished_andesite_slab.json new file mode 100644 index 00000000..1cef7814 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/polished_andesite_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/polished_andesite_slab" }, + "type=top": { "model": "block/polished_andesite_slab_top" }, + "type=double": { "model": "block/polished_andesite" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/polished_andesite_stairs.json b/1.15.2/assets/minecraft/blockstates/polished_andesite_stairs.json new file mode 100644 index 00000000..681a7af1 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/polished_andesite_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/polished_andesite_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/polished_andesite_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/polished_andesite_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/polished_andesite_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/polished_andesite_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/polished_andesite_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/polished_andesite_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/polished_andesite_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/polished_andesite_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/polished_andesite_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/polished_andesite_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/polished_andesite_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/polished_andesite_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/polished_andesite_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/polished_andesite_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/polished_andesite_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/polished_andesite_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/polished_andesite_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/polished_andesite_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/polished_andesite_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/polished_andesite_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/polished_andesite_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/polished_andesite_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/polished_andesite_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/polished_andesite_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/polished_andesite_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/polished_andesite_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/polished_andesite_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/polished_andesite_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/polished_andesite_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/polished_andesite_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/polished_andesite_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/polished_andesite_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/polished_andesite_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/polished_andesite_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/polished_andesite_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/polished_andesite_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/polished_andesite_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/polished_andesite_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/polished_andesite_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/polished_diorite.json b/1.15.2/assets/minecraft/blockstates/polished_diorite.json new file mode 100644 index 00000000..59c76b93 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/polished_diorite.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/polished_diorite" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/polished_diorite_slab.json b/1.15.2/assets/minecraft/blockstates/polished_diorite_slab.json new file mode 100644 index 00000000..034f6548 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/polished_diorite_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/polished_diorite_slab" }, + "type=top": { "model": "block/polished_diorite_slab_top" }, + "type=double": { "model": "block/polished_diorite" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/polished_diorite_stairs.json b/1.15.2/assets/minecraft/blockstates/polished_diorite_stairs.json new file mode 100644 index 00000000..c5503a23 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/polished_diorite_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/polished_diorite_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/polished_diorite_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/polished_diorite_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/polished_diorite_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/polished_diorite_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/polished_diorite_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/polished_diorite_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/polished_diorite_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/polished_diorite_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/polished_diorite_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/polished_diorite_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/polished_diorite_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/polished_diorite_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/polished_diorite_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/polished_diorite_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/polished_diorite_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/polished_diorite_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/polished_diorite_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/polished_diorite_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/polished_diorite_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/polished_diorite_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/polished_diorite_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/polished_diorite_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/polished_diorite_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/polished_diorite_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/polished_diorite_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/polished_diorite_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/polished_diorite_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/polished_diorite_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/polished_diorite_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/polished_diorite_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/polished_diorite_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/polished_diorite_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/polished_diorite_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/polished_diorite_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/polished_diorite_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/polished_diorite_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/polished_diorite_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/polished_diorite_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/polished_diorite_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/polished_granite.json b/1.15.2/assets/minecraft/blockstates/polished_granite.json new file mode 100644 index 00000000..e31ad3d1 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/polished_granite.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/polished_granite" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/polished_granite_slab.json b/1.15.2/assets/minecraft/blockstates/polished_granite_slab.json new file mode 100644 index 00000000..ff9c3285 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/polished_granite_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/polished_granite_slab" }, + "type=top": { "model": "block/polished_granite_slab_top" }, + "type=double": { "model": "block/polished_granite" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/polished_granite_stairs.json b/1.15.2/assets/minecraft/blockstates/polished_granite_stairs.json new file mode 100644 index 00000000..3c083fd1 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/polished_granite_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/polished_granite_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/polished_granite_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/polished_granite_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/polished_granite_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/polished_granite_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/polished_granite_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/polished_granite_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/polished_granite_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/polished_granite_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/polished_granite_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/polished_granite_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/polished_granite_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/polished_granite_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/polished_granite_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/polished_granite_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/polished_granite_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/polished_granite_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/polished_granite_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/polished_granite_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/polished_granite_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/polished_granite_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/polished_granite_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/polished_granite_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/polished_granite_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/polished_granite_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/polished_granite_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/polished_granite_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/polished_granite_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/polished_granite_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/polished_granite_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/polished_granite_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/polished_granite_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/polished_granite_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/polished_granite_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/polished_granite_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/polished_granite_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/polished_granite_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/polished_granite_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/polished_granite_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/polished_granite_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/poppy.json b/1.15.2/assets/minecraft/blockstates/poppy.json new file mode 100644 index 00000000..71537462 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/poppy.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/poppy" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/potatoes.json b/1.15.2/assets/minecraft/blockstates/potatoes.json new file mode 100644 index 00000000..1b47edda --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/potatoes.json @@ -0,0 +1,12 @@ +{ + "variants": { + "age=0": { "model": "block/potatoes_stage0" }, + "age=1": { "model": "block/potatoes_stage0" }, + "age=2": { "model": "block/potatoes_stage1" }, + "age=3": { "model": "block/potatoes_stage1" }, + "age=4": { "model": "block/potatoes_stage2" }, + "age=5": { "model": "block/potatoes_stage2" }, + "age=6": { "model": "block/potatoes_stage2" }, + "age=7": { "model": "block/potatoes_stage3" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/potted_acacia_sapling.json b/1.15.2/assets/minecraft/blockstates/potted_acacia_sapling.json new file mode 100644 index 00000000..b369c220 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/potted_acacia_sapling.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/potted_acacia_sapling" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/potted_allium.json b/1.15.2/assets/minecraft/blockstates/potted_allium.json new file mode 100644 index 00000000..5ab4f215 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/potted_allium.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/potted_allium" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/potted_azure_bluet.json b/1.15.2/assets/minecraft/blockstates/potted_azure_bluet.json new file mode 100644 index 00000000..a3fff3c8 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/potted_azure_bluet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/potted_azure_bluet" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/potted_bamboo.json b/1.15.2/assets/minecraft/blockstates/potted_bamboo.json new file mode 100644 index 00000000..a580f760 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/potted_bamboo.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/potted_bamboo" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/potted_birch_sapling.json b/1.15.2/assets/minecraft/blockstates/potted_birch_sapling.json new file mode 100644 index 00000000..993368f3 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/potted_birch_sapling.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/potted_birch_sapling" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/potted_blue_orchid.json b/1.15.2/assets/minecraft/blockstates/potted_blue_orchid.json new file mode 100644 index 00000000..8918fe0a --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/potted_blue_orchid.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/potted_blue_orchid" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/potted_brown_mushroom.json b/1.15.2/assets/minecraft/blockstates/potted_brown_mushroom.json new file mode 100644 index 00000000..fb1dc98f --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/potted_brown_mushroom.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/potted_brown_mushroom" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/potted_cactus.json b/1.15.2/assets/minecraft/blockstates/potted_cactus.json new file mode 100644 index 00000000..49c909ff --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/potted_cactus.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/potted_cactus" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/potted_cornflower.json b/1.15.2/assets/minecraft/blockstates/potted_cornflower.json new file mode 100644 index 00000000..7ae4d9d5 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/potted_cornflower.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/potted_cornflower" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/potted_dandelion.json b/1.15.2/assets/minecraft/blockstates/potted_dandelion.json new file mode 100644 index 00000000..3acd970a --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/potted_dandelion.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/potted_dandelion" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/potted_dark_oak_sapling.json b/1.15.2/assets/minecraft/blockstates/potted_dark_oak_sapling.json new file mode 100644 index 00000000..a65f73e5 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/potted_dark_oak_sapling.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/potted_dark_oak_sapling" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/potted_dead_bush.json b/1.15.2/assets/minecraft/blockstates/potted_dead_bush.json new file mode 100644 index 00000000..65f40d1f --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/potted_dead_bush.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/potted_dead_bush" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/potted_fern.json b/1.15.2/assets/minecraft/blockstates/potted_fern.json new file mode 100644 index 00000000..114c0e10 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/potted_fern.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/potted_fern" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/potted_jungle_sapling.json b/1.15.2/assets/minecraft/blockstates/potted_jungle_sapling.json new file mode 100644 index 00000000..fbee37c0 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/potted_jungle_sapling.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/potted_jungle_sapling" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/potted_lily_of_the_valley.json b/1.15.2/assets/minecraft/blockstates/potted_lily_of_the_valley.json new file mode 100644 index 00000000..2f74497d --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/potted_lily_of_the_valley.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/potted_lily_of_the_valley" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/potted_oak_sapling.json b/1.15.2/assets/minecraft/blockstates/potted_oak_sapling.json new file mode 100644 index 00000000..47837f10 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/potted_oak_sapling.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/potted_oak_sapling" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/potted_orange_tulip.json b/1.15.2/assets/minecraft/blockstates/potted_orange_tulip.json new file mode 100644 index 00000000..f52ecda5 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/potted_orange_tulip.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/potted_orange_tulip" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/potted_oxeye_daisy.json b/1.15.2/assets/minecraft/blockstates/potted_oxeye_daisy.json new file mode 100644 index 00000000..ee4231ef --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/potted_oxeye_daisy.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/potted_oxeye_daisy" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/potted_pink_tulip.json b/1.15.2/assets/minecraft/blockstates/potted_pink_tulip.json new file mode 100644 index 00000000..e23f9a86 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/potted_pink_tulip.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/potted_pink_tulip" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/potted_poppy.json b/1.15.2/assets/minecraft/blockstates/potted_poppy.json new file mode 100644 index 00000000..e1da0348 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/potted_poppy.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/potted_poppy" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/potted_red_mushroom.json b/1.15.2/assets/minecraft/blockstates/potted_red_mushroom.json new file mode 100644 index 00000000..fbf41d4d --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/potted_red_mushroom.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/potted_red_mushroom" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/potted_red_tulip.json b/1.15.2/assets/minecraft/blockstates/potted_red_tulip.json new file mode 100644 index 00000000..a6c7a126 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/potted_red_tulip.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/potted_red_tulip" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/potted_spruce_sapling.json b/1.15.2/assets/minecraft/blockstates/potted_spruce_sapling.json new file mode 100644 index 00000000..422fd25b --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/potted_spruce_sapling.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/potted_spruce_sapling" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/potted_white_tulip.json b/1.15.2/assets/minecraft/blockstates/potted_white_tulip.json new file mode 100644 index 00000000..d0a5f985 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/potted_white_tulip.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/potted_white_tulip" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/potted_wither_rose.json b/1.15.2/assets/minecraft/blockstates/potted_wither_rose.json new file mode 100644 index 00000000..4c59bc30 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/potted_wither_rose.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/potted_wither_rose" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/powered_rail.json b/1.15.2/assets/minecraft/blockstates/powered_rail.json new file mode 100644 index 00000000..a853b338 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/powered_rail.json @@ -0,0 +1,16 @@ +{ + "variants": { + "powered=false,shape=north_south": { "model": "block/powered_rail" }, + "powered=false,shape=east_west": { "model": "block/powered_rail", "y": 90 }, + "powered=false,shape=ascending_east": { "model": "block/powered_rail_raised_ne", "y": 90 }, + "powered=false,shape=ascending_west": { "model": "block/powered_rail_raised_sw", "y": 90 }, + "powered=false,shape=ascending_north": { "model": "block/powered_rail_raised_ne" }, + "powered=false,shape=ascending_south": { "model": "block/powered_rail_raised_sw" }, + "powered=true,shape=north_south": { "model": "block/powered_rail_on" }, + "powered=true,shape=east_west": { "model": "block/powered_rail_on", "y": 90 }, + "powered=true,shape=ascending_east": { "model": "block/powered_rail_on_raised_ne", "y": 90 }, + "powered=true,shape=ascending_west": { "model": "block/powered_rail_on_raised_sw", "y": 90 }, + "powered=true,shape=ascending_north": { "model": "block/powered_rail_on_raised_ne" }, + "powered=true,shape=ascending_south": { "model": "block/powered_rail_on_raised_sw" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/prismarine.json b/1.15.2/assets/minecraft/blockstates/prismarine.json new file mode 100644 index 00000000..559f85c5 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/prismarine.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/prismarine" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/prismarine_brick_slab.json b/1.15.2/assets/minecraft/blockstates/prismarine_brick_slab.json new file mode 100644 index 00000000..5b656d58 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/prismarine_brick_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/prismarine_brick_slab" }, + "type=top": { "model": "block/prismarine_brick_slab_top" }, + "type=double": { "model": "block/prismarine_bricks" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/prismarine_brick_stairs.json b/1.15.2/assets/minecraft/blockstates/prismarine_brick_stairs.json new file mode 100644 index 00000000..6fc46f97 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/prismarine_brick_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/prismarine_brick_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/prismarine_brick_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/prismarine_brick_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/prismarine_brick_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/prismarine_brick_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/prismarine_brick_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/prismarine_brick_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/prismarine_brick_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/prismarine_brick_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/prismarine_brick_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/prismarine_brick_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/prismarine_brick_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/prismarine_brick_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/prismarine_brick_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/prismarine_brick_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/prismarine_brick_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/prismarine_brick_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/prismarine_brick_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/prismarine_brick_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/prismarine_brick_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/prismarine_brick_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/prismarine_brick_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/prismarine_brick_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/prismarine_brick_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/prismarine_brick_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/prismarine_brick_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/prismarine_brick_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/prismarine_brick_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/prismarine_brick_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/prismarine_brick_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/prismarine_brick_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/prismarine_brick_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/prismarine_brick_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/prismarine_brick_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/prismarine_brick_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/prismarine_brick_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/prismarine_brick_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/prismarine_brick_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/prismarine_brick_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/prismarine_brick_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/prismarine_bricks.json b/1.15.2/assets/minecraft/blockstates/prismarine_bricks.json new file mode 100644 index 00000000..d8cc2a48 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/prismarine_bricks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/prismarine_bricks" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/prismarine_slab.json b/1.15.2/assets/minecraft/blockstates/prismarine_slab.json new file mode 100644 index 00000000..4deb13da --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/prismarine_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/prismarine_slab" }, + "type=top": { "model": "block/prismarine_slab_top" }, + "type=double": { "model": "block/prismarine" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/prismarine_stairs.json b/1.15.2/assets/minecraft/blockstates/prismarine_stairs.json new file mode 100644 index 00000000..6ed279e6 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/prismarine_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/prismarine_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/prismarine_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/prismarine_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/prismarine_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/prismarine_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/prismarine_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/prismarine_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/prismarine_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/prismarine_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/prismarine_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/prismarine_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/prismarine_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/prismarine_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/prismarine_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/prismarine_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/prismarine_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/prismarine_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/prismarine_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/prismarine_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/prismarine_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/prismarine_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/prismarine_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/prismarine_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/prismarine_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/prismarine_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/prismarine_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/prismarine_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/prismarine_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/prismarine_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/prismarine_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/prismarine_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/prismarine_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/prismarine_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/prismarine_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/prismarine_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/prismarine_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/prismarine_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/prismarine_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/prismarine_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/prismarine_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/prismarine_wall.json b/1.15.2/assets/minecraft/blockstates/prismarine_wall.json new file mode 100644 index 00000000..95b0f41b --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/prismarine_wall.json @@ -0,0 +1,19 @@ +{ + "multipart": [ + { "when": { "up": "true" }, + "apply": { "model": "block/prismarine_wall_post" } + }, + { "when": { "north": "true" }, + "apply": { "model": "block/prismarine_wall_side", "uvlock": true } + }, + { "when": { "east": "true" }, + "apply": { "model": "block/prismarine_wall_side", "y": 90, "uvlock": true } + }, + { "when": { "south": "true" }, + "apply": { "model": "block/prismarine_wall_side", "y": 180, "uvlock": true } + }, + { "when": { "west": "true" }, + "apply": { "model": "block/prismarine_wall_side", "y": 270, "uvlock": true } + } + ] +} diff --git a/1.15.2/assets/minecraft/blockstates/pumpkin.json b/1.15.2/assets/minecraft/blockstates/pumpkin.json new file mode 100644 index 00000000..0ccb2bf5 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/pumpkin.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/pumpkin" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/pumpkin_stem.json b/1.15.2/assets/minecraft/blockstates/pumpkin_stem.json new file mode 100644 index 00000000..63ae2ecc --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/pumpkin_stem.json @@ -0,0 +1,12 @@ +{ + "variants": { + "age=0": { "model": "block/pumpkin_stem_stage0" }, + "age=1": { "model": "block/pumpkin_stem_stage1" }, + "age=2": { "model": "block/pumpkin_stem_stage2" }, + "age=3": { "model": "block/pumpkin_stem_stage3" }, + "age=4": { "model": "block/pumpkin_stem_stage4" }, + "age=5": { "model": "block/pumpkin_stem_stage5" }, + "age=6": { "model": "block/pumpkin_stem_stage6" }, + "age=7": { "model": "block/pumpkin_stem_stage7" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/purple_banner.json b/1.15.2/assets/minecraft/blockstates/purple_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/purple_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/purple_bed.json b/1.15.2/assets/minecraft/blockstates/purple_bed.json new file mode 100644 index 00000000..8cdeb6ce --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/purple_bed.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/bed" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/purple_carpet.json b/1.15.2/assets/minecraft/blockstates/purple_carpet.json new file mode 100644 index 00000000..689b3b1b --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/purple_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/purple_carpet" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/purple_concrete.json b/1.15.2/assets/minecraft/blockstates/purple_concrete.json new file mode 100644 index 00000000..1ad21a2d --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/purple_concrete.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/purple_concrete" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/purple_concrete_powder.json b/1.15.2/assets/minecraft/blockstates/purple_concrete_powder.json new file mode 100644 index 00000000..1a5f1adb --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/purple_concrete_powder.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/purple_concrete_powder" }, + { "model": "block/purple_concrete_powder", "y": 90 }, + { "model": "block/purple_concrete_powder", "y": 180 }, + { "model": "block/purple_concrete_powder", "y": 270 } + ] + } +} diff --git a/1.15.2/assets/minecraft/blockstates/purple_glazed_terracotta.json b/1.15.2/assets/minecraft/blockstates/purple_glazed_terracotta.json new file mode 100644 index 00000000..e1e12128 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/purple_glazed_terracotta.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "block/purple_glazed_terracotta" }, + "facing=west": { "model": "block/purple_glazed_terracotta", "y": 90 }, + "facing=north": { "model": "block/purple_glazed_terracotta", "y": 180 }, + "facing=east": { "model": "block/purple_glazed_terracotta", "y": 270 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/purple_shulker_box.json b/1.15.2/assets/minecraft/blockstates/purple_shulker_box.json new file mode 100644 index 00000000..a5973b4f --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/purple_shulker_box.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/purple_shulker_box" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/purple_stained_glass.json b/1.15.2/assets/minecraft/blockstates/purple_stained_glass.json new file mode 100644 index 00000000..25229af4 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/purple_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/purple_stained_glass" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/purple_stained_glass_pane.json b/1.15.2/assets/minecraft/blockstates/purple_stained_glass_pane.json new file mode 100644 index 00000000..cc5891f7 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/purple_stained_glass_pane.json @@ -0,0 +1,29 @@ +{ + "multipart": [ + { "apply": { "model": "block/purple_stained_glass_pane_post" }}, + { "when": { "north": true }, + "apply": { "model": "block/purple_stained_glass_pane_side" } + }, + { "when": { "east": true }, + "apply": { "model": "block/purple_stained_glass_pane_side", "y": 90 } + }, + { "when": { "south": true }, + "apply": { "model": "block/purple_stained_glass_pane_side_alt" } + }, + { "when": { "west": true }, + "apply": { "model": "block/purple_stained_glass_pane_side_alt", "y": 90 } + }, + { "when": { "north": false }, + "apply": { "model": "block/purple_stained_glass_pane_noside" } + }, + { "when": { "east": false }, + "apply": { "model": "block/purple_stained_glass_pane_noside_alt" } + }, + { "when": { "south": false }, + "apply": { "model": "block/purple_stained_glass_pane_noside_alt", "y": 90 } + }, + { "when": { "west": false }, + "apply": { "model": "block/purple_stained_glass_pane_noside", "y": 270 } + } + ] +} diff --git a/1.15.2/assets/minecraft/blockstates/purple_terracotta.json b/1.15.2/assets/minecraft/blockstates/purple_terracotta.json new file mode 100644 index 00000000..5d59b95f --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/purple_terracotta.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/purple_terracotta" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/purple_wall_banner.json b/1.15.2/assets/minecraft/blockstates/purple_wall_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/purple_wall_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/purple_wool.json b/1.15.2/assets/minecraft/blockstates/purple_wool.json new file mode 100644 index 00000000..fe2d4709 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/purple_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/purple_wool" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/purpur_block.json b/1.15.2/assets/minecraft/blockstates/purpur_block.json new file mode 100644 index 00000000..29b1960c --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/purpur_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/purpur_block" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/purpur_pillar.json b/1.15.2/assets/minecraft/blockstates/purpur_pillar.json new file mode 100644 index 00000000..d478434c --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/purpur_pillar.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/purpur_pillar" }, + "axis=z": { "model": "block/purpur_pillar", "x": 90 }, + "axis=x": { "model": "block/purpur_pillar", "x": 90, "y": 90 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/purpur_slab.json b/1.15.2/assets/minecraft/blockstates/purpur_slab.json new file mode 100644 index 00000000..9d88fef4 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/purpur_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/purpur_slab" }, + "type=top": { "model": "block/purpur_slab_top" }, + "type=double": { "model": "block/purpur_block" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/purpur_stairs.json b/1.15.2/assets/minecraft/blockstates/purpur_stairs.json new file mode 100644 index 00000000..3ee66fbc --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/purpur_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/purpur_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/purpur_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/purpur_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/purpur_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/purpur_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/purpur_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/purpur_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/purpur_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/purpur_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/purpur_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/purpur_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/purpur_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/purpur_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/purpur_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/purpur_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/purpur_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/purpur_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/purpur_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/purpur_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/purpur_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/purpur_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/purpur_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/purpur_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/purpur_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/purpur_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/purpur_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/purpur_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/purpur_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/purpur_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/purpur_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/purpur_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/purpur_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/purpur_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/purpur_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/purpur_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/purpur_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/purpur_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/purpur_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/purpur_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/purpur_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/quartz_block.json b/1.15.2/assets/minecraft/blockstates/quartz_block.json new file mode 100644 index 00000000..a835bff9 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/quartz_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/quartz_block" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/quartz_pillar.json b/1.15.2/assets/minecraft/blockstates/quartz_pillar.json new file mode 100644 index 00000000..fff299d7 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/quartz_pillar.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/quartz_pillar" }, + "axis=z": { "model": "block/quartz_pillar", "x": 90 }, + "axis=x": { "model": "block/quartz_pillar", "x": 90, "y": 90 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/quartz_slab.json b/1.15.2/assets/minecraft/blockstates/quartz_slab.json new file mode 100644 index 00000000..46486fa9 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/quartz_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/quartz_slab" }, + "type=top": { "model": "block/quartz_slab_top" }, + "type=double": { "model": "block/quartz_block" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/quartz_stairs.json b/1.15.2/assets/minecraft/blockstates/quartz_stairs.json new file mode 100644 index 00000000..a2b466d9 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/quartz_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/quartz_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/quartz_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/quartz_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/quartz_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/quartz_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/quartz_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/quartz_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/quartz_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/quartz_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/quartz_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/quartz_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/quartz_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/quartz_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/quartz_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/quartz_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/quartz_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/quartz_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/quartz_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/quartz_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/quartz_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/quartz_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/quartz_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/quartz_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/quartz_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/quartz_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/quartz_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/quartz_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/quartz_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/quartz_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/quartz_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/quartz_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/quartz_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/quartz_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/quartz_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/quartz_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/quartz_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/quartz_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/quartz_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/quartz_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/quartz_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/rail.json b/1.15.2/assets/minecraft/blockstates/rail.json new file mode 100644 index 00000000..b0d4d0c5 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/rail.json @@ -0,0 +1,14 @@ +{ + "variants": { + "shape=north_south": { "model": "block/rail" }, + "shape=east_west": { "model": "block/rail", "y": 90 }, + "shape=ascending_east": { "model": "block/rail_raised_ne", "y": 90 }, + "shape=ascending_west": { "model": "block/rail_raised_sw", "y": 90 }, + "shape=ascending_north": { "model": "block/rail_raised_ne" }, + "shape=ascending_south": { "model": "block/rail_raised_sw" }, + "shape=south_east": { "model": "block/rail_corner" }, + "shape=south_west": { "model": "block/rail_corner", "y": 90 }, + "shape=north_west": { "model": "block/rail_corner", "y": 180 }, + "shape=north_east": { "model": "block/rail_corner", "y": 270 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/red_banner.json b/1.15.2/assets/minecraft/blockstates/red_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/red_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/red_bed.json b/1.15.2/assets/minecraft/blockstates/red_bed.json new file mode 100644 index 00000000..8cdeb6ce --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/red_bed.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/bed" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/red_carpet.json b/1.15.2/assets/minecraft/blockstates/red_carpet.json new file mode 100644 index 00000000..6a273822 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/red_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/red_carpet" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/red_concrete.json b/1.15.2/assets/minecraft/blockstates/red_concrete.json new file mode 100644 index 00000000..a17af07d --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/red_concrete.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/red_concrete" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/red_concrete_powder.json b/1.15.2/assets/minecraft/blockstates/red_concrete_powder.json new file mode 100644 index 00000000..22367549 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/red_concrete_powder.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/red_concrete_powder" }, + { "model": "block/red_concrete_powder", "y": 90 }, + { "model": "block/red_concrete_powder", "y": 180 }, + { "model": "block/red_concrete_powder", "y": 270 } + ] + } +} diff --git a/1.15.2/assets/minecraft/blockstates/red_glazed_terracotta.json b/1.15.2/assets/minecraft/blockstates/red_glazed_terracotta.json new file mode 100644 index 00000000..50c82a1c --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/red_glazed_terracotta.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "block/red_glazed_terracotta" }, + "facing=west": { "model": "block/red_glazed_terracotta", "y": 90 }, + "facing=north": { "model": "block/red_glazed_terracotta", "y": 180 }, + "facing=east": { "model": "block/red_glazed_terracotta", "y": 270 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/red_mushroom.json b/1.15.2/assets/minecraft/blockstates/red_mushroom.json new file mode 100644 index 00000000..e310c711 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/red_mushroom.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/red_mushroom" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/red_mushroom_block.json b/1.15.2/assets/minecraft/blockstates/red_mushroom_block.json new file mode 100644 index 00000000..cfa3a5a2 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/red_mushroom_block.json @@ -0,0 +1,40 @@ +{ + "multipart": [ + { "when": { "north": true }, + "apply": { "model": "block/red_mushroom_block" } + }, + { "when": { "east": true }, + "apply": { "model": "block/red_mushroom_block", "y": 90, "uvlock": true } + }, + { "when": { "south": true }, + "apply": { "model": "block/red_mushroom_block", "y": 180, "uvlock": true } + }, + { "when": { "west": true }, + "apply": { "model": "block/red_mushroom_block", "y": 270, "uvlock": true } + }, + { "when": { "up": true }, + "apply": { "model": "block/red_mushroom_block", "x": 270, "uvlock": true } + }, + { "when": { "down": true }, + "apply": { "model": "block/red_mushroom_block", "x": 90, "uvlock": true } + }, + { "when": { "north": false }, + "apply": { "model": "block/mushroom_block_inside" } + }, + { "when": { "east": false }, + "apply": { "model": "block/mushroom_block_inside", "y": 90, "uvlock": false } + }, + { "when": { "south": false }, + "apply": { "model": "block/mushroom_block_inside", "y": 180, "uvlock": false } + }, + { "when": { "west": false }, + "apply": { "model": "block/mushroom_block_inside", "y": 270, "uvlock": false } + }, + { "when": { "up": false }, + "apply": { "model": "block/mushroom_block_inside", "x": 270, "uvlock": false } + }, + { "when": { "down": false }, + "apply": { "model": "block/mushroom_block_inside", "x": 90, "uvlock": false } + } + ] +} diff --git a/1.15.2/assets/minecraft/blockstates/red_nether_brick_slab.json b/1.15.2/assets/minecraft/blockstates/red_nether_brick_slab.json new file mode 100644 index 00000000..ba585052 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/red_nether_brick_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/red_nether_brick_slab" }, + "type=top": { "model": "block/red_nether_brick_slab_top" }, + "type=double": { "model": "block/red_nether_bricks" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/red_nether_brick_stairs.json b/1.15.2/assets/minecraft/blockstates/red_nether_brick_stairs.json new file mode 100644 index 00000000..ab353a67 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/red_nether_brick_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/red_nether_brick_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/red_nether_brick_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/red_nether_brick_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/red_nether_brick_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/red_nether_brick_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/red_nether_brick_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/red_nether_brick_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/red_nether_brick_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/red_nether_brick_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/red_nether_brick_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/red_nether_brick_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/red_nether_brick_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/red_nether_brick_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/red_nether_brick_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/red_nether_brick_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/red_nether_brick_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/red_nether_brick_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/red_nether_brick_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/red_nether_brick_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/red_nether_brick_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/red_nether_brick_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/red_nether_brick_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/red_nether_brick_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/red_nether_brick_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/red_nether_brick_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/red_nether_brick_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/red_nether_brick_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/red_nether_brick_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/red_nether_brick_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/red_nether_brick_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/red_nether_brick_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/red_nether_brick_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/red_nether_brick_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/red_nether_brick_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/red_nether_brick_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/red_nether_brick_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/red_nether_brick_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/red_nether_brick_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/red_nether_brick_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/red_nether_brick_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/red_nether_brick_wall.json b/1.15.2/assets/minecraft/blockstates/red_nether_brick_wall.json new file mode 100644 index 00000000..9f9fce16 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/red_nether_brick_wall.json @@ -0,0 +1,19 @@ +{ + "multipart": [ + { "when": { "up": "true" }, + "apply": { "model": "block/red_nether_brick_wall_post" } + }, + { "when": { "north": "true" }, + "apply": { "model": "block/red_nether_brick_wall_side", "uvlock": true } + }, + { "when": { "east": "true" }, + "apply": { "model": "block/red_nether_brick_wall_side", "y": 90, "uvlock": true } + }, + { "when": { "south": "true" }, + "apply": { "model": "block/red_nether_brick_wall_side", "y": 180, "uvlock": true } + }, + { "when": { "west": "true" }, + "apply": { "model": "block/red_nether_brick_wall_side", "y": 270, "uvlock": true } + } + ] +} diff --git a/1.15.2/assets/minecraft/blockstates/red_nether_bricks.json b/1.15.2/assets/minecraft/blockstates/red_nether_bricks.json new file mode 100644 index 00000000..3b563de8 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/red_nether_bricks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/red_nether_bricks" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/red_sand.json b/1.15.2/assets/minecraft/blockstates/red_sand.json new file mode 100644 index 00000000..b6a560ba --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/red_sand.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/red_sand" }, + { "model": "block/red_sand", "y": 90 }, + { "model": "block/red_sand", "y": 180 }, + { "model": "block/red_sand", "y": 270 } + ] + } +} diff --git a/1.15.2/assets/minecraft/blockstates/red_sandstone.json b/1.15.2/assets/minecraft/blockstates/red_sandstone.json new file mode 100644 index 00000000..2cc74559 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/red_sandstone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/red_sandstone" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/red_sandstone_slab.json b/1.15.2/assets/minecraft/blockstates/red_sandstone_slab.json new file mode 100644 index 00000000..41f3e93e --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/red_sandstone_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/red_sandstone_slab" }, + "type=top": { "model": "block/red_sandstone_slab_top" }, + "type=double": { "model": "block/red_sandstone" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/red_sandstone_stairs.json b/1.15.2/assets/minecraft/blockstates/red_sandstone_stairs.json new file mode 100644 index 00000000..72d7a15b --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/red_sandstone_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/red_sandstone_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/red_sandstone_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/red_sandstone_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/red_sandstone_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/red_sandstone_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/red_sandstone_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/red_sandstone_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/red_sandstone_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/red_sandstone_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/red_sandstone_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/red_sandstone_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/red_sandstone_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/red_sandstone_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/red_sandstone_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/red_sandstone_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/red_sandstone_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/red_sandstone_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/red_sandstone_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/red_sandstone_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/red_sandstone_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/red_sandstone_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/red_sandstone_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/red_sandstone_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/red_sandstone_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/red_sandstone_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/red_sandstone_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/red_sandstone_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/red_sandstone_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/red_sandstone_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/red_sandstone_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/red_sandstone_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/red_sandstone_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/red_sandstone_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/red_sandstone_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/red_sandstone_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/red_sandstone_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/red_sandstone_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/red_sandstone_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/red_sandstone_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/red_sandstone_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/red_sandstone_wall.json b/1.15.2/assets/minecraft/blockstates/red_sandstone_wall.json new file mode 100644 index 00000000..8701ba5f --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/red_sandstone_wall.json @@ -0,0 +1,19 @@ +{ + "multipart": [ + { "when": { "up": "true" }, + "apply": { "model": "block/red_sandstone_wall_post" } + }, + { "when": { "north": "true" }, + "apply": { "model": "block/red_sandstone_wall_side", "uvlock": true } + }, + { "when": { "east": "true" }, + "apply": { "model": "block/red_sandstone_wall_side", "y": 90, "uvlock": true } + }, + { "when": { "south": "true" }, + "apply": { "model": "block/red_sandstone_wall_side", "y": 180, "uvlock": true } + }, + { "when": { "west": "true" }, + "apply": { "model": "block/red_sandstone_wall_side", "y": 270, "uvlock": true } + } + ] +} diff --git a/1.15.2/assets/minecraft/blockstates/red_shulker_box.json b/1.15.2/assets/minecraft/blockstates/red_shulker_box.json new file mode 100644 index 00000000..673c1c4d --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/red_shulker_box.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/red_shulker_box" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/red_stained_glass.json b/1.15.2/assets/minecraft/blockstates/red_stained_glass.json new file mode 100644 index 00000000..14c047ba --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/red_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/red_stained_glass" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/red_stained_glass_pane.json b/1.15.2/assets/minecraft/blockstates/red_stained_glass_pane.json new file mode 100644 index 00000000..a64abd6b --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/red_stained_glass_pane.json @@ -0,0 +1,29 @@ +{ + "multipart": [ + { "apply": { "model": "block/red_stained_glass_pane_post" }}, + { "when": { "north": true }, + "apply": { "model": "block/red_stained_glass_pane_side" } + }, + { "when": { "east": true }, + "apply": { "model": "block/red_stained_glass_pane_side", "y": 90 } + }, + { "when": { "south": true }, + "apply": { "model": "block/red_stained_glass_pane_side_alt" } + }, + { "when": { "west": true }, + "apply": { "model": "block/red_stained_glass_pane_side_alt", "y": 90 } + }, + { "when": { "north": false }, + "apply": { "model": "block/red_stained_glass_pane_noside" } + }, + { "when": { "east": false }, + "apply": { "model": "block/red_stained_glass_pane_noside_alt" } + }, + { "when": { "south": false }, + "apply": { "model": "block/red_stained_glass_pane_noside_alt", "y": 90 } + }, + { "when": { "west": false }, + "apply": { "model": "block/red_stained_glass_pane_noside", "y": 270 } + } + ] +} diff --git a/1.15.2/assets/minecraft/blockstates/red_terracotta.json b/1.15.2/assets/minecraft/blockstates/red_terracotta.json new file mode 100644 index 00000000..7b752aaa --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/red_terracotta.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/red_terracotta" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/red_tulip.json b/1.15.2/assets/minecraft/blockstates/red_tulip.json new file mode 100644 index 00000000..dd899644 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/red_tulip.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/red_tulip" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/red_wall_banner.json b/1.15.2/assets/minecraft/blockstates/red_wall_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/red_wall_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/red_wool.json b/1.15.2/assets/minecraft/blockstates/red_wool.json new file mode 100644 index 00000000..78b803a7 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/red_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/red_wool" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/redstone_block.json b/1.15.2/assets/minecraft/blockstates/redstone_block.json new file mode 100644 index 00000000..f2cf1ed7 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/redstone_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/redstone_block" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/redstone_lamp.json b/1.15.2/assets/minecraft/blockstates/redstone_lamp.json new file mode 100644 index 00000000..568a7b9a --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/redstone_lamp.json @@ -0,0 +1,6 @@ +{ + "variants": { + "lit=false": { "model": "block/redstone_lamp" }, + "lit=true": { "model": "block/redstone_lamp_on" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/redstone_ore.json b/1.15.2/assets/minecraft/blockstates/redstone_ore.json new file mode 100644 index 00000000..dda6a3e8 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/redstone_ore.json @@ -0,0 +1,6 @@ +{ + "variants": { + "lit=false": { "model": "block/redstone_ore" }, + "lit=true": { "model": "block/redstone_ore_on" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/redstone_torch.json b/1.15.2/assets/minecraft/blockstates/redstone_torch.json new file mode 100644 index 00000000..679045ec --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/redstone_torch.json @@ -0,0 +1,6 @@ +{ + "variants": { + "lit=true": { "model": "block/redstone_torch" }, + "lit=false": { "model": "block/redstone_torch_off" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/redstone_wall_torch.json b/1.15.2/assets/minecraft/blockstates/redstone_wall_torch.json new file mode 100644 index 00000000..719aaf73 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/redstone_wall_torch.json @@ -0,0 +1,12 @@ +{ + "variants": { + "facing=east,lit=true": { "model": "block/redstone_wall_torch" }, + "facing=south,lit=true": { "model": "block/redstone_wall_torch", "y": 90 }, + "facing=west,lit=true": { "model": "block/redstone_wall_torch", "y": 180 }, + "facing=north,lit=true": { "model": "block/redstone_wall_torch", "y": 270 }, + "facing=east,lit=false": { "model": "block/redstone_wall_torch_off" }, + "facing=south,lit=false": { "model": "block/redstone_wall_torch_off", "y": 90 }, + "facing=west,lit=false": { "model": "block/redstone_wall_torch_off", "y": 180 }, + "facing=north,lit=false": { "model": "block/redstone_wall_torch_off", "y": 270 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/redstone_wire.json b/1.15.2/assets/minecraft/blockstates/redstone_wire.json new file mode 100644 index 00000000..fea44208 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/redstone_wire.json @@ -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": "block/redstone_dust_dot" } + }, + { "when": { "OR": [ + { "north": "side|up" }, + { "north": "none", "east": "none", "south": "side|up", "west": "none" } + ]}, + "apply": { "model": "block/redstone_dust_side0" } + }, + { "when": { "OR": [ + { "south": "side|up" }, + { "north": "side|up", "east": "none", "south": "none", "west": "none" } + ]}, + "apply": { "model": "block/redstone_dust_side_alt0" } + }, + { "when": { "OR": [ + { "east": "side|up" }, + { "north": "none", "east": "none", "south": "none", "west": "side|up" } + ]}, + "apply": { "model": "block/redstone_dust_side_alt1", "y": 270 } + }, + { "when": { "OR": [ + { "west": "side|up" }, + { "north": "none", "east": "side|up", "south": "none", "west": "none" } + ]}, + "apply": { "model": "block/redstone_dust_side1", "y": 270 } + }, + { "when": { "north": "up" }, + "apply": { "model": "block/redstone_dust_up" } + }, + { "when": { "east": "up" }, + "apply": { "model": "block/redstone_dust_up", "y": 90 } + }, + { "when": { "south": "up" }, + "apply": { "model": "block/redstone_dust_up", "y": 180 } + }, + { "when": { "west": "up" }, + "apply": { "model": "block/redstone_dust_up", "y": 270 } + } + ] +} diff --git a/1.15.2/assets/minecraft/blockstates/repeater.json b/1.15.2/assets/minecraft/blockstates/repeater.json new file mode 100644 index 00000000..e174493f --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/repeater.json @@ -0,0 +1,68 @@ +{ + "variants": { + "delay=1,facing=south,locked=false,powered=false": { "model": "block/repeater_1tick" }, + "delay=1,facing=west,locked=false,powered=false": { "model": "block/repeater_1tick", "y": 90 }, + "delay=1,facing=north,locked=false,powered=false": { "model": "block/repeater_1tick", "y": 180 }, + "delay=1,facing=east,locked=false,powered=false": { "model": "block/repeater_1tick", "y": 270 }, + "delay=2,facing=south,locked=false,powered=false": { "model": "block/repeater_2tick" }, + "delay=2,facing=west,locked=false,powered=false": { "model": "block/repeater_2tick", "y": 90 }, + "delay=2,facing=north,locked=false,powered=false": { "model": "block/repeater_2tick", "y": 180 }, + "delay=2,facing=east,locked=false,powered=false": { "model": "block/repeater_2tick", "y": 270 }, + "delay=3,facing=south,locked=false,powered=false": { "model": "block/repeater_3tick" }, + "delay=3,facing=west,locked=false,powered=false": { "model": "block/repeater_3tick", "y": 90 }, + "delay=3,facing=north,locked=false,powered=false": { "model": "block/repeater_3tick", "y": 180 }, + "delay=3,facing=east,locked=false,powered=false": { "model": "block/repeater_3tick", "y": 270 }, + "delay=4,facing=south,locked=false,powered=false": { "model": "block/repeater_4tick" }, + "delay=4,facing=west,locked=false,powered=false": { "model": "block/repeater_4tick", "y": 90 }, + "delay=4,facing=north,locked=false,powered=false": { "model": "block/repeater_4tick", "y": 180 }, + "delay=4,facing=east,locked=false,powered=false": { "model": "block/repeater_4tick", "y": 270 }, + "delay=1,facing=south,locked=true,powered=false": { "model": "block/repeater_1tick_locked" }, + "delay=1,facing=west,locked=true,powered=false": { "model": "block/repeater_1tick_locked", "y": 90 }, + "delay=1,facing=north,locked=true,powered=false": { "model": "block/repeater_1tick_locked", "y": 180 }, + "delay=1,facing=east,locked=true,powered=false": { "model": "block/repeater_1tick_locked", "y": 270 }, + "delay=2,facing=south,locked=true,powered=false": { "model": "block/repeater_2tick_locked" }, + "delay=2,facing=west,locked=true,powered=false": { "model": "block/repeater_2tick_locked", "y": 90 }, + "delay=2,facing=north,locked=true,powered=false": { "model": "block/repeater_2tick_locked", "y": 180 }, + "delay=2,facing=east,locked=true,powered=false": { "model": "block/repeater_2tick_locked", "y": 270 }, + "delay=3,facing=south,locked=true,powered=false": { "model": "block/repeater_3tick_locked" }, + "delay=3,facing=west,locked=true,powered=false": { "model": "block/repeater_3tick_locked", "y": 90 }, + "delay=3,facing=north,locked=true,powered=false": { "model": "block/repeater_3tick_locked", "y": 180 }, + "delay=3,facing=east,locked=true,powered=false": { "model": "block/repeater_3tick_locked", "y": 270 }, + "delay=4,facing=south,locked=true,powered=false": { "model": "block/repeater_4tick_locked" }, + "delay=4,facing=west,locked=true,powered=false": { "model": "block/repeater_4tick_locked", "y": 90 }, + "delay=4,facing=north,locked=true,powered=false": { "model": "block/repeater_4tick_locked", "y": 180 }, + "delay=4,facing=east,locked=true,powered=false": { "model": "block/repeater_4tick_locked", "y": 270 }, + "delay=1,facing=south,locked=false,powered=true": { "model": "block/repeater_1tick_on" }, + "delay=1,facing=west,locked=false,powered=true": { "model": "block/repeater_1tick_on", "y": 90 }, + "delay=1,facing=north,locked=false,powered=true": { "model": "block/repeater_1tick_on", "y": 180 }, + "delay=1,facing=east,locked=false,powered=true": { "model": "block/repeater_1tick_on", "y": 270 }, + "delay=2,facing=south,locked=false,powered=true": { "model": "block/repeater_2tick_on" }, + "delay=2,facing=west,locked=false,powered=true": { "model": "block/repeater_2tick_on", "y": 90 }, + "delay=2,facing=north,locked=false,powered=true": { "model": "block/repeater_2tick_on", "y": 180 }, + "delay=2,facing=east,locked=false,powered=true": { "model": "block/repeater_2tick_on", "y": 270 }, + "delay=3,facing=south,locked=false,powered=true": { "model": "block/repeater_3tick_on" }, + "delay=3,facing=west,locked=false,powered=true": { "model": "block/repeater_3tick_on", "y": 90 }, + "delay=3,facing=north,locked=false,powered=true": { "model": "block/repeater_3tick_on", "y": 180 }, + "delay=3,facing=east,locked=false,powered=true": { "model": "block/repeater_3tick_on", "y": 270 }, + "delay=4,facing=south,locked=false,powered=true": { "model": "block/repeater_4tick_on" }, + "delay=4,facing=west,locked=false,powered=true": { "model": "block/repeater_4tick_on", "y": 90 }, + "delay=4,facing=north,locked=false,powered=true": { "model": "block/repeater_4tick_on", "y": 180 }, + "delay=4,facing=east,locked=false,powered=true": { "model": "block/repeater_4tick_on", "y": 270 }, + "delay=1,facing=south,locked=true,powered=true": { "model": "block/repeater_1tick_on_locked" }, + "delay=1,facing=west,locked=true,powered=true": { "model": "block/repeater_1tick_on_locked", "y": 90 }, + "delay=1,facing=north,locked=true,powered=true": { "model": "block/repeater_1tick_on_locked", "y": 180 }, + "delay=1,facing=east,locked=true,powered=true": { "model": "block/repeater_1tick_on_locked", "y": 270 }, + "delay=2,facing=south,locked=true,powered=true": { "model": "block/repeater_2tick_on_locked" }, + "delay=2,facing=west,locked=true,powered=true": { "model": "block/repeater_2tick_on_locked", "y": 90 }, + "delay=2,facing=north,locked=true,powered=true": { "model": "block/repeater_2tick_on_locked", "y": 180 }, + "delay=2,facing=east,locked=true,powered=true": { "model": "block/repeater_2tick_on_locked", "y": 270 }, + "delay=3,facing=south,locked=true,powered=true": { "model": "block/repeater_3tick_on_locked" }, + "delay=3,facing=west,locked=true,powered=true": { "model": "block/repeater_3tick_on_locked", "y": 90 }, + "delay=3,facing=north,locked=true,powered=true": { "model": "block/repeater_3tick_on_locked", "y": 180 }, + "delay=3,facing=east,locked=true,powered=true": { "model": "block/repeater_3tick_on_locked", "y": 270 }, + "delay=4,facing=south,locked=true,powered=true": { "model": "block/repeater_4tick_on_locked" }, + "delay=4,facing=west,locked=true,powered=true": { "model": "block/repeater_4tick_on_locked", "y": 90 }, + "delay=4,facing=north,locked=true,powered=true": { "model": "block/repeater_4tick_on_locked", "y": 180 }, + "delay=4,facing=east,locked=true,powered=true": { "model": "block/repeater_4tick_on_locked", "y": 270 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/repeating_command_block.json b/1.15.2/assets/minecraft/blockstates/repeating_command_block.json new file mode 100644 index 00000000..1f31a29c --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/repeating_command_block.json @@ -0,0 +1,16 @@ +{ + "variants": { + "conditional=false,facing=down": { "model": "block/repeating_command_block", "x": 90 }, + "conditional=false,facing=up": { "model": "block/repeating_command_block", "x": 270 }, + "conditional=false,facing=north": { "model": "block/repeating_command_block" }, + "conditional=false,facing=south": { "model": "block/repeating_command_block", "y": 180 }, + "conditional=false,facing=west": { "model": "block/repeating_command_block", "y": 270 }, + "conditional=false,facing=east": { "model": "block/repeating_command_block", "y": 90 }, + "conditional=true,facing=down": { "model": "block/repeating_command_block_conditional", "x": 90 }, + "conditional=true,facing=up": { "model": "block/repeating_command_block_conditional", "x": 270 }, + "conditional=true,facing=north": { "model": "block/repeating_command_block_conditional" }, + "conditional=true,facing=south": { "model": "block/repeating_command_block_conditional", "y": 180 }, + "conditional=true,facing=west": { "model": "block/repeating_command_block_conditional", "y": 270 }, + "conditional=true,facing=east": { "model": "block/repeating_command_block_conditional", "y": 90 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/rose_bush.json b/1.15.2/assets/minecraft/blockstates/rose_bush.json new file mode 100644 index 00000000..a7f42164 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/rose_bush.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=lower": { "model": "block/rose_bush_bottom" }, + "half=upper": { "model": "block/rose_bush_top" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/sand.json b/1.15.2/assets/minecraft/blockstates/sand.json new file mode 100644 index 00000000..2a01f4f0 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/sand.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/sand" }, + { "model": "block/sand", "y": 90 }, + { "model": "block/sand", "y": 180 }, + { "model": "block/sand", "y": 270 } + ] + } +} diff --git a/1.15.2/assets/minecraft/blockstates/sandstone.json b/1.15.2/assets/minecraft/blockstates/sandstone.json new file mode 100644 index 00000000..0feb6c41 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/sandstone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/sandstone" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/sandstone_slab.json b/1.15.2/assets/minecraft/blockstates/sandstone_slab.json new file mode 100644 index 00000000..cac261e1 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/sandstone_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/sandstone_slab" }, + "type=top": { "model": "block/sandstone_slab_top" }, + "type=double": { "model": "block/sandstone" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/sandstone_stairs.json b/1.15.2/assets/minecraft/blockstates/sandstone_stairs.json new file mode 100644 index 00000000..722de2ba --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/sandstone_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/sandstone_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/sandstone_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/sandstone_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/sandstone_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/sandstone_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/sandstone_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/sandstone_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/sandstone_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/sandstone_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/sandstone_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/sandstone_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/sandstone_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/sandstone_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/sandstone_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/sandstone_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/sandstone_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/sandstone_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/sandstone_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/sandstone_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/sandstone_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/sandstone_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/sandstone_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/sandstone_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/sandstone_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/sandstone_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/sandstone_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/sandstone_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/sandstone_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/sandstone_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/sandstone_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/sandstone_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/sandstone_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/sandstone_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/sandstone_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/sandstone_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/sandstone_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/sandstone_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/sandstone_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/sandstone_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/sandstone_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/sandstone_wall.json b/1.15.2/assets/minecraft/blockstates/sandstone_wall.json new file mode 100644 index 00000000..45deea7b --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/sandstone_wall.json @@ -0,0 +1,19 @@ +{ + "multipart": [ + { "when": { "up": "true" }, + "apply": { "model": "block/sandstone_wall_post" } + }, + { "when": { "north": "true" }, + "apply": { "model": "block/sandstone_wall_side", "uvlock": true } + }, + { "when": { "east": "true" }, + "apply": { "model": "block/sandstone_wall_side", "y": 90, "uvlock": true } + }, + { "when": { "south": "true" }, + "apply": { "model": "block/sandstone_wall_side", "y": 180, "uvlock": true } + }, + { "when": { "west": "true" }, + "apply": { "model": "block/sandstone_wall_side", "y": 270, "uvlock": true } + } + ] +} diff --git a/1.15.2/assets/minecraft/blockstates/scaffolding.json b/1.15.2/assets/minecraft/blockstates/scaffolding.json new file mode 100644 index 00000000..c5ff4276 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/scaffolding.json @@ -0,0 +1,6 @@ +{ + "variants": { + "bottom=true": { "model": "block/scaffolding_unstable" }, + "bottom=false": { "model": "block/scaffolding_stable" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/sea_lantern.json b/1.15.2/assets/minecraft/blockstates/sea_lantern.json new file mode 100644 index 00000000..d55b67a7 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/sea_lantern.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/sea_lantern" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/sea_pickle.json b/1.15.2/assets/minecraft/blockstates/sea_pickle.json new file mode 100644 index 00000000..60af4a2e --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/sea_pickle.json @@ -0,0 +1,52 @@ +{ + "variants": { + "pickles=1,waterlogged=false": [ + { "model": "block/dead_sea_pickle" }, + { "model": "block/dead_sea_pickle", "y": 90 }, + { "model": "block/dead_sea_pickle", "y": 180 }, + { "model": "block/dead_sea_pickle", "y": 270 } + ], + "pickles=2,waterlogged=false": [ + { "model": "block/two_dead_sea_pickles" }, + { "model": "block/two_dead_sea_pickles", "y": 90 }, + { "model": "block/two_dead_sea_pickles", "y": 180 }, + { "model": "block/two_dead_sea_pickles", "y": 270 } + ], + "pickles=3,waterlogged=false": [ + { "model": "block/three_dead_sea_pickles" }, + { "model": "block/three_dead_sea_pickles", "y": 90 }, + { "model": "block/three_dead_sea_pickles", "y": 180 }, + { "model": "block/three_dead_sea_pickles", "y": 270 } + ], + "pickles=4,waterlogged=false": [ + { "model": "block/four_dead_sea_pickles" }, + { "model": "block/four_dead_sea_pickles", "y": 90 }, + { "model": "block/four_dead_sea_pickles", "y": 180 }, + { "model": "block/four_dead_sea_pickles", "y": 270 } + ], + "pickles=1,waterlogged=true": [ + { "model": "block/sea_pickle" }, + { "model": "block/sea_pickle", "y": 90 }, + { "model": "block/sea_pickle", "y": 180 }, + { "model": "block/sea_pickle", "y": 270 } + ], + "pickles=2,waterlogged=true": [ + { "model": "block/two_sea_pickles" }, + { "model": "block/two_sea_pickles", "y": 90 }, + { "model": "block/two_sea_pickles", "y": 180 }, + { "model": "block/two_sea_pickles", "y": 270 } + ], + "pickles=3,waterlogged=true": [ + { "model": "block/three_sea_pickles" }, + { "model": "block/three_sea_pickles", "y": 90 }, + { "model": "block/three_sea_pickles", "y": 180 }, + { "model": "block/three_sea_pickles", "y": 270 } + ], + "pickles=4,waterlogged=true": [ + { "model": "block/four_sea_pickles" }, + { "model": "block/four_sea_pickles", "y": 90 }, + { "model": "block/four_sea_pickles", "y": 180 }, + { "model": "block/four_sea_pickles", "y": 270 } + ] + } +} diff --git a/1.15.2/assets/minecraft/blockstates/seagrass.json b/1.15.2/assets/minecraft/blockstates/seagrass.json new file mode 100644 index 00000000..5facd016 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/seagrass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/seagrass" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/shulker_box.json b/1.15.2/assets/minecraft/blockstates/shulker_box.json new file mode 100644 index 00000000..35288893 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/shulker_box.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/shulker_box" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/skeleton_skull.json b/1.15.2/assets/minecraft/blockstates/skeleton_skull.json new file mode 100644 index 00000000..3cbbaae7 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/skeleton_skull.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/soul_sand" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/skeleton_wall_skull.json b/1.15.2/assets/minecraft/blockstates/skeleton_wall_skull.json new file mode 100644 index 00000000..3cbbaae7 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/skeleton_wall_skull.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/soul_sand" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/slime_block.json b/1.15.2/assets/minecraft/blockstates/slime_block.json new file mode 100644 index 00000000..b032b45d --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/slime_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/slime_block" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/smithing_table.json b/1.15.2/assets/minecraft/blockstates/smithing_table.json new file mode 100644 index 00000000..7872439d --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/smithing_table.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/smithing_table" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/smoker.json b/1.15.2/assets/minecraft/blockstates/smoker.json new file mode 100644 index 00000000..b2262922 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/smoker.json @@ -0,0 +1,12 @@ +{ + "variants": { + "facing=north,lit=false": { "model": "block/smoker" }, + "facing=south,lit=false": { "model": "block/smoker", "y": 180 }, + "facing=west,lit=false": { "model": "block/smoker", "y": 270 }, + "facing=east,lit=false": { "model": "block/smoker", "y": 90 }, + "facing=north,lit=true": { "model": "block/smoker_on" }, + "facing=south,lit=true": { "model": "block/smoker_on", "y": 180 }, + "facing=west,lit=true": { "model": "block/smoker_on", "y": 270 }, + "facing=east,lit=true": { "model": "block/smoker_on", "y": 90 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/smooth_quartz.json b/1.15.2/assets/minecraft/blockstates/smooth_quartz.json new file mode 100644 index 00000000..b5c0dfe3 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/smooth_quartz.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/smooth_quartz" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/smooth_quartz_slab.json b/1.15.2/assets/minecraft/blockstates/smooth_quartz_slab.json new file mode 100644 index 00000000..773f2b66 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/smooth_quartz_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/smooth_quartz_slab" }, + "type=top": { "model": "block/smooth_quartz_slab_top" }, + "type=double": { "model": "block/smooth_quartz" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/smooth_quartz_stairs.json b/1.15.2/assets/minecraft/blockstates/smooth_quartz_stairs.json new file mode 100644 index 00000000..fa1c51f0 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/smooth_quartz_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/smooth_quartz_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/smooth_quartz_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/smooth_quartz_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/smooth_quartz_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/smooth_quartz_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/smooth_quartz_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/smooth_quartz_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/smooth_quartz_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/smooth_quartz_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/smooth_quartz_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/smooth_quartz_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/smooth_quartz_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/smooth_quartz_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/smooth_quartz_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/smooth_quartz_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/smooth_quartz_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/smooth_quartz_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/smooth_quartz_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/smooth_quartz_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/smooth_quartz_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/smooth_quartz_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/smooth_quartz_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/smooth_quartz_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/smooth_quartz_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/smooth_quartz_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/smooth_quartz_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/smooth_quartz_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/smooth_quartz_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/smooth_quartz_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/smooth_quartz_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/smooth_quartz_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/smooth_quartz_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/smooth_quartz_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/smooth_quartz_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/smooth_quartz_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/smooth_quartz_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/smooth_quartz_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/smooth_quartz_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/smooth_quartz_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/smooth_quartz_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/smooth_red_sandstone.json b/1.15.2/assets/minecraft/blockstates/smooth_red_sandstone.json new file mode 100644 index 00000000..38a49a00 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/smooth_red_sandstone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/smooth_red_sandstone" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/smooth_red_sandstone_slab.json b/1.15.2/assets/minecraft/blockstates/smooth_red_sandstone_slab.json new file mode 100644 index 00000000..f999ff48 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/smooth_red_sandstone_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/smooth_red_sandstone_slab" }, + "type=top": { "model": "block/smooth_red_sandstone_slab_top" }, + "type=double": { "model": "block/smooth_red_sandstone" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/smooth_red_sandstone_stairs.json b/1.15.2/assets/minecraft/blockstates/smooth_red_sandstone_stairs.json new file mode 100644 index 00000000..ed766e74 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/smooth_red_sandstone_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/smooth_red_sandstone_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/smooth_red_sandstone_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/smooth_red_sandstone_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/smooth_red_sandstone_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/smooth_red_sandstone_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/smooth_red_sandstone_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/smooth_red_sandstone_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/smooth_red_sandstone_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/smooth_red_sandstone_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/smooth_red_sandstone_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/smooth_red_sandstone_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/smooth_red_sandstone_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/smooth_red_sandstone_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/smooth_red_sandstone_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/smooth_red_sandstone_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/smooth_red_sandstone_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/smooth_red_sandstone_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/smooth_red_sandstone_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/smooth_red_sandstone_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/smooth_red_sandstone_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/smooth_red_sandstone_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/smooth_red_sandstone_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/smooth_red_sandstone_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/smooth_red_sandstone_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/smooth_red_sandstone_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/smooth_red_sandstone_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/smooth_red_sandstone_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/smooth_red_sandstone_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/smooth_red_sandstone_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/smooth_red_sandstone_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/smooth_red_sandstone_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/smooth_red_sandstone_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/smooth_red_sandstone_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/smooth_red_sandstone_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/smooth_red_sandstone_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/smooth_red_sandstone_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/smooth_red_sandstone_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/smooth_red_sandstone_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/smooth_red_sandstone_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/smooth_red_sandstone_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/smooth_sandstone.json b/1.15.2/assets/minecraft/blockstates/smooth_sandstone.json new file mode 100644 index 00000000..eed1d5ba --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/smooth_sandstone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/smooth_sandstone" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/smooth_sandstone_slab.json b/1.15.2/assets/minecraft/blockstates/smooth_sandstone_slab.json new file mode 100644 index 00000000..7f3427a4 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/smooth_sandstone_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/smooth_sandstone_slab" }, + "type=top": { "model": "block/smooth_sandstone_slab_top" }, + "type=double": { "model": "block/smooth_sandstone" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/smooth_sandstone_stairs.json b/1.15.2/assets/minecraft/blockstates/smooth_sandstone_stairs.json new file mode 100644 index 00000000..b1e894da --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/smooth_sandstone_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/smooth_sandstone_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/smooth_sandstone_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/smooth_sandstone_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/smooth_sandstone_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/smooth_sandstone_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/smooth_sandstone_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/smooth_sandstone_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/smooth_sandstone_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/smooth_sandstone_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/smooth_sandstone_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/smooth_sandstone_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/smooth_sandstone_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/smooth_sandstone_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/smooth_sandstone_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/smooth_sandstone_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/smooth_sandstone_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/smooth_sandstone_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/smooth_sandstone_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/smooth_sandstone_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/smooth_sandstone_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/smooth_sandstone_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/smooth_sandstone_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/smooth_sandstone_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/smooth_sandstone_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/smooth_sandstone_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/smooth_sandstone_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/smooth_sandstone_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/smooth_sandstone_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/smooth_sandstone_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/smooth_sandstone_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/smooth_sandstone_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/smooth_sandstone_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/smooth_sandstone_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/smooth_sandstone_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/smooth_sandstone_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/smooth_sandstone_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/smooth_sandstone_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/smooth_sandstone_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/smooth_sandstone_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/smooth_sandstone_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/smooth_stone.json b/1.15.2/assets/minecraft/blockstates/smooth_stone.json new file mode 100644 index 00000000..654952f1 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/smooth_stone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/smooth_stone" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/smooth_stone_slab.json b/1.15.2/assets/minecraft/blockstates/smooth_stone_slab.json new file mode 100644 index 00000000..363ae017 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/smooth_stone_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/smooth_stone_slab" }, + "type=top": { "model": "block/smooth_stone_slab_top" }, + "type=double": { "model": "block/smooth_stone_slab_double" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/snow.json b/1.15.2/assets/minecraft/blockstates/snow.json new file mode 100644 index 00000000..95a2c27d --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/snow.json @@ -0,0 +1,12 @@ +{ + "variants": { + "layers=1": { "model": "block/snow_height2" }, + "layers=2": { "model": "block/snow_height4" }, + "layers=3": { "model": "block/snow_height6" }, + "layers=4": { "model": "block/snow_height8" }, + "layers=5": { "model": "block/snow_height10" }, + "layers=6": { "model": "block/snow_height12" }, + "layers=7": { "model": "block/snow_height14" }, + "layers=8": { "model": "block/snow_block" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/snow_block.json b/1.15.2/assets/minecraft/blockstates/snow_block.json new file mode 100644 index 00000000..24a2bd3c --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/snow_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/snow_block" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/soul_sand.json b/1.15.2/assets/minecraft/blockstates/soul_sand.json new file mode 100644 index 00000000..3cbbaae7 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/soul_sand.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/soul_sand" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/spawner.json b/1.15.2/assets/minecraft/blockstates/spawner.json new file mode 100644 index 00000000..e4b28a28 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/spawner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/spawner" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/sponge.json b/1.15.2/assets/minecraft/blockstates/sponge.json new file mode 100644 index 00000000..d9f8527b --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/sponge.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/sponge" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/spruce_button.json b/1.15.2/assets/minecraft/blockstates/spruce_button.json new file mode 100644 index 00000000..91494835 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/spruce_button.json @@ -0,0 +1,28 @@ +{ + "variants": { + "face=floor,facing=east,powered=false": { "model": "block/spruce_button", "y": 90 }, + "face=floor,facing=west,powered=false": { "model": "block/spruce_button", "y": 270 }, + "face=floor,facing=south,powered=false": { "model": "block/spruce_button", "y": 180 }, + "face=floor,facing=north,powered=false": { "model": "block/spruce_button" }, + "face=wall,facing=east,powered=false": { "model": "block/spruce_button", "uvlock": true, "x": 90, "y": 90 }, + "face=wall,facing=west,powered=false": { "model": "block/spruce_button", "uvlock": true, "x": 90, "y": 270 }, + "face=wall,facing=south,powered=false": { "model": "block/spruce_button", "uvlock": true, "x": 90, "y": 180 }, + "face=wall,facing=north,powered=false": { "model": "block/spruce_button", "uvlock": true, "x": 90 }, + "face=ceiling,facing=east,powered=false": { "model": "block/spruce_button", "x": 180, "y": 270 }, + "face=ceiling,facing=west,powered=false": { "model": "block/spruce_button", "x": 180, "y": 90 }, + "face=ceiling,facing=south,powered=false": { "model": "block/spruce_button", "x": 180 }, + "face=ceiling,facing=north,powered=false": { "model": "block/spruce_button", "x": 180, "y": 180 }, + "face=floor,facing=east,powered=true": { "model": "block/spruce_button_pressed", "y": 90 }, + "face=floor,facing=west,powered=true": { "model": "block/spruce_button_pressed", "y": 270 }, + "face=floor,facing=south,powered=true": { "model": "block/spruce_button_pressed", "y": 180 }, + "face=floor,facing=north,powered=true": { "model": "block/spruce_button_pressed" }, + "face=wall,facing=east,powered=true": { "model": "block/spruce_button_pressed", "uvlock": true, "x": 90, "y": 90 }, + "face=wall,facing=west,powered=true": { "model": "block/spruce_button_pressed", "uvlock": true, "x": 90, "y": 270 }, + "face=wall,facing=south,powered=true": { "model": "block/spruce_button_pressed", "uvlock": true, "x": 90, "y": 180 }, + "face=wall,facing=north,powered=true": { "model": "block/spruce_button_pressed", "uvlock": true, "x": 90 }, + "face=ceiling,facing=east,powered=true": { "model": "block/spruce_button_pressed", "x": 180, "y": 270 }, + "face=ceiling,facing=west,powered=true": { "model": "block/spruce_button_pressed", "x": 180, "y": 90 }, + "face=ceiling,facing=south,powered=true": { "model": "block/spruce_button_pressed", "x": 180 }, + "face=ceiling,facing=north,powered=true": { "model": "block/spruce_button_pressed", "x": 180, "y": 180 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/spruce_door.json b/1.15.2/assets/minecraft/blockstates/spruce_door.json new file mode 100644 index 00000000..28228506 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/spruce_door.json @@ -0,0 +1,36 @@ +{ + "variants": { + "facing=east,half=lower,hinge=left,open=false": { "model": "block/spruce_door_bottom" }, + "facing=south,half=lower,hinge=left,open=false": { "model": "block/spruce_door_bottom", "y": 90 }, + "facing=west,half=lower,hinge=left,open=false": { "model": "block/spruce_door_bottom", "y": 180 }, + "facing=north,half=lower,hinge=left,open=false": { "model": "block/spruce_door_bottom", "y": 270 }, + "facing=east,half=lower,hinge=right,open=false": { "model": "block/spruce_door_bottom_hinge" }, + "facing=south,half=lower,hinge=right,open=false": { "model": "block/spruce_door_bottom_hinge", "y": 90 }, + "facing=west,half=lower,hinge=right,open=false": { "model": "block/spruce_door_bottom_hinge", "y": 180 }, + "facing=north,half=lower,hinge=right,open=false": { "model": "block/spruce_door_bottom_hinge", "y": 270 }, + "facing=east,half=lower,hinge=left,open=true": { "model": "block/spruce_door_bottom_hinge", "y": 90 }, + "facing=south,half=lower,hinge=left,open=true": { "model": "block/spruce_door_bottom_hinge", "y": 180 }, + "facing=west,half=lower,hinge=left,open=true": { "model": "block/spruce_door_bottom_hinge", "y": 270 }, + "facing=north,half=lower,hinge=left,open=true": { "model": "block/spruce_door_bottom_hinge" }, + "facing=east,half=lower,hinge=right,open=true": { "model": "block/spruce_door_bottom", "y": 270 }, + "facing=south,half=lower,hinge=right,open=true": { "model": "block/spruce_door_bottom" }, + "facing=west,half=lower,hinge=right,open=true": { "model": "block/spruce_door_bottom", "y": 90 }, + "facing=north,half=lower,hinge=right,open=true": { "model": "block/spruce_door_bottom", "y": 180 }, + "facing=east,half=upper,hinge=left,open=false": { "model": "block/spruce_door_top" }, + "facing=south,half=upper,hinge=left,open=false": { "model": "block/spruce_door_top", "y": 90 }, + "facing=west,half=upper,hinge=left,open=false": { "model": "block/spruce_door_top", "y": 180 }, + "facing=north,half=upper,hinge=left,open=false": { "model": "block/spruce_door_top", "y": 270 }, + "facing=east,half=upper,hinge=right,open=false": { "model": "block/spruce_door_top_hinge" }, + "facing=south,half=upper,hinge=right,open=false": { "model": "block/spruce_door_top_hinge", "y": 90 }, + "facing=west,half=upper,hinge=right,open=false": { "model": "block/spruce_door_top_hinge", "y": 180 }, + "facing=north,half=upper,hinge=right,open=false": { "model": "block/spruce_door_top_hinge", "y": 270 }, + "facing=east,half=upper,hinge=left,open=true": { "model": "block/spruce_door_top_hinge", "y": 90 }, + "facing=south,half=upper,hinge=left,open=true": { "model": "block/spruce_door_top_hinge", "y": 180 }, + "facing=west,half=upper,hinge=left,open=true": { "model": "block/spruce_door_top_hinge", "y": 270 }, + "facing=north,half=upper,hinge=left,open=true": { "model": "block/spruce_door_top_hinge" }, + "facing=east,half=upper,hinge=right,open=true": { "model": "block/spruce_door_top", "y": 270 }, + "facing=south,half=upper,hinge=right,open=true": { "model": "block/spruce_door_top" }, + "facing=west,half=upper,hinge=right,open=true": { "model": "block/spruce_door_top", "y": 90 }, + "facing=north,half=upper,hinge=right,open=true": { "model": "block/spruce_door_top", "y": 180 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/spruce_fence.json b/1.15.2/assets/minecraft/blockstates/spruce_fence.json new file mode 100644 index 00000000..2f9215a1 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/spruce_fence.json @@ -0,0 +1,17 @@ +{ + "multipart": [ + { "apply": { "model": "block/spruce_fence_post" }}, + { "when": { "north": "true" }, + "apply": { "model": "block/spruce_fence_side", "uvlock": true } + }, + { "when": { "east": "true" }, + "apply": { "model": "block/spruce_fence_side", "y": 90, "uvlock": true } + }, + { "when": { "south": "true" }, + "apply": { "model": "block/spruce_fence_side", "y": 180, "uvlock": true } + }, + { "when": { "west": "true" }, + "apply": { "model": "block/spruce_fence_side", "y": 270, "uvlock": true } + } + ] +} diff --git a/1.15.2/assets/minecraft/blockstates/spruce_fence_gate.json b/1.15.2/assets/minecraft/blockstates/spruce_fence_gate.json new file mode 100644 index 00000000..3f8b6b2c --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/spruce_fence_gate.json @@ -0,0 +1,20 @@ +{ + "variants": { + "facing=south,in_wall=false,open=false": { "model": "block/spruce_fence_gate", "uvlock": true }, + "facing=west,in_wall=false,open=false": { "model": "block/spruce_fence_gate", "uvlock": true, "y": 90 }, + "facing=north,in_wall=false,open=false": { "model": "block/spruce_fence_gate", "uvlock": true, "y": 180 }, + "facing=east,in_wall=false,open=false": { "model": "block/spruce_fence_gate", "uvlock": true, "y": 270 }, + "facing=south,in_wall=false,open=true": { "model": "block/spruce_fence_gate_open", "uvlock": true }, + "facing=west,in_wall=false,open=true": { "model": "block/spruce_fence_gate_open", "uvlock": true, "y": 90 }, + "facing=north,in_wall=false,open=true": { "model": "block/spruce_fence_gate_open", "uvlock": true, "y": 180 }, + "facing=east,in_wall=false,open=true": { "model": "block/spruce_fence_gate_open", "uvlock": true, "y": 270 }, + "facing=south,in_wall=true,open=false": { "model": "block/spruce_fence_gate_wall", "uvlock": true }, + "facing=west,in_wall=true,open=false": { "model": "block/spruce_fence_gate_wall", "uvlock": true, "y": 90 }, + "facing=north,in_wall=true,open=false": { "model": "block/spruce_fence_gate_wall", "uvlock": true, "y": 180 }, + "facing=east,in_wall=true,open=false": { "model": "block/spruce_fence_gate_wall", "uvlock": true, "y": 270 }, + "facing=south,in_wall=true,open=true": { "model": "block/spruce_fence_gate_wall_open", "uvlock": true }, + "facing=west,in_wall=true,open=true": { "model": "block/spruce_fence_gate_wall_open", "uvlock": true, "y": 90 }, + "facing=north,in_wall=true,open=true": { "model": "block/spruce_fence_gate_wall_open", "uvlock": true, "y": 180 }, + "facing=east,in_wall=true,open=true": { "model": "block/spruce_fence_gate_wall_open", "uvlock": true, "y": 270 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/spruce_leaves.json b/1.15.2/assets/minecraft/blockstates/spruce_leaves.json new file mode 100644 index 00000000..50d07f29 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/spruce_leaves.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/spruce_leaves" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/spruce_log.json b/1.15.2/assets/minecraft/blockstates/spruce_log.json new file mode 100644 index 00000000..675d46ab --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/spruce_log.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/spruce_log" }, + "axis=z": { "model": "block/spruce_log", "x": 90 }, + "axis=x": { "model": "block/spruce_log", "x": 90, "y": 90 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/spruce_planks.json b/1.15.2/assets/minecraft/blockstates/spruce_planks.json new file mode 100644 index 00000000..47458ce9 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/spruce_planks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/spruce_planks" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/spruce_pressure_plate.json b/1.15.2/assets/minecraft/blockstates/spruce_pressure_plate.json new file mode 100644 index 00000000..29a07e25 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/spruce_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "variants": { + "powered=false": { "model": "block/spruce_pressure_plate" }, + "powered=true": { "model": "block/spruce_pressure_plate_down" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/spruce_sapling.json b/1.15.2/assets/minecraft/blockstates/spruce_sapling.json new file mode 100644 index 00000000..14c71101 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/spruce_sapling.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/spruce_sapling" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/spruce_sign.json b/1.15.2/assets/minecraft/blockstates/spruce_sign.json new file mode 100644 index 00000000..421fbfc5 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/spruce_sign.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/spruce_sign" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/spruce_slab.json b/1.15.2/assets/minecraft/blockstates/spruce_slab.json new file mode 100644 index 00000000..0a51e87e --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/spruce_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/spruce_slab" }, + "type=top": { "model": "block/spruce_slab_top" }, + "type=double": { "model": "block/spruce_planks" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/spruce_stairs.json b/1.15.2/assets/minecraft/blockstates/spruce_stairs.json new file mode 100644 index 00000000..81e0eb21 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/spruce_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/spruce_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/spruce_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/spruce_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/spruce_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/spruce_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/spruce_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/spruce_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/spruce_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/spruce_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/spruce_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/spruce_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/spruce_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/spruce_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/spruce_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/spruce_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/spruce_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/spruce_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/spruce_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/spruce_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/spruce_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/spruce_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/spruce_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/spruce_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/spruce_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/spruce_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/spruce_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/spruce_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/spruce_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/spruce_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/spruce_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/spruce_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/spruce_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/spruce_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/spruce_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/spruce_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/spruce_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/spruce_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/spruce_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/spruce_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/spruce_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/spruce_trapdoor.json b/1.15.2/assets/minecraft/blockstates/spruce_trapdoor.json new file mode 100644 index 00000000..14d4224e --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/spruce_trapdoor.json @@ -0,0 +1,20 @@ +{ + "variants": { + "facing=north,half=bottom,open=false": { "model": "block/spruce_trapdoor_bottom" }, + "facing=south,half=bottom,open=false": { "model": "block/spruce_trapdoor_bottom", "y": 180 }, + "facing=east,half=bottom,open=false": { "model": "block/spruce_trapdoor_bottom", "y": 90 }, + "facing=west,half=bottom,open=false": { "model": "block/spruce_trapdoor_bottom", "y": 270 }, + "facing=north,half=top,open=false": { "model": "block/spruce_trapdoor_top" }, + "facing=south,half=top,open=false": { "model": "block/spruce_trapdoor_top", "y": 180 }, + "facing=east,half=top,open=false": { "model": "block/spruce_trapdoor_top", "y": 90 }, + "facing=west,half=top,open=false": { "model": "block/spruce_trapdoor_top", "y": 270 }, + "facing=north,half=bottom,open=true": { "model": "block/spruce_trapdoor_open" }, + "facing=south,half=bottom,open=true": { "model": "block/spruce_trapdoor_open", "y": 180 }, + "facing=east,half=bottom,open=true": { "model": "block/spruce_trapdoor_open", "y": 90 }, + "facing=west,half=bottom,open=true": { "model": "block/spruce_trapdoor_open", "y": 270 }, + "facing=north,half=top,open=true": { "model": "block/spruce_trapdoor_open", "x": 180, "y": 180 }, + "facing=south,half=top,open=true": { "model": "block/spruce_trapdoor_open", "x": 180, "y": 0 }, + "facing=east,half=top,open=true": { "model": "block/spruce_trapdoor_open", "x": 180, "y": 270 }, + "facing=west,half=top,open=true": { "model": "block/spruce_trapdoor_open", "x": 180, "y": 90 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/spruce_wall_sign.json b/1.15.2/assets/minecraft/blockstates/spruce_wall_sign.json new file mode 100644 index 00000000..421fbfc5 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/spruce_wall_sign.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/spruce_sign" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/spruce_wood.json b/1.15.2/assets/minecraft/blockstates/spruce_wood.json new file mode 100644 index 00000000..30c91c98 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/spruce_wood.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/spruce_wood" }, + "axis=z": { "model": "block/spruce_wood", "x": 90 }, + "axis=x": { "model": "block/spruce_wood", "x": 90, "y": 90 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/sticky_piston.json b/1.15.2/assets/minecraft/blockstates/sticky_piston.json new file mode 100644 index 00000000..274521ed --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/sticky_piston.json @@ -0,0 +1,16 @@ +{ + "variants": { + "extended=false,facing=down": { "model": "block/sticky_piston", "x": 90 }, + "extended=false,facing=up": { "model": "block/sticky_piston", "x": 270 }, + "extended=false,facing=north": { "model": "block/sticky_piston" }, + "extended=false,facing=south": { "model": "block/sticky_piston", "y": 180 }, + "extended=false,facing=west": { "model": "block/sticky_piston", "y": 270 }, + "extended=false,facing=east": { "model": "block/sticky_piston", "y": 90 }, + "extended=true,facing=down": { "model": "block/piston_base", "x": 90 }, + "extended=true,facing=up": { "model": "block/piston_base", "x": 270 }, + "extended=true,facing=north": { "model": "block/piston_base" }, + "extended=true,facing=south": { "model": "block/piston_base", "y": 180 }, + "extended=true,facing=west": { "model": "block/piston_base", "y": 270 }, + "extended=true,facing=east": { "model": "block/piston_base", "y": 90 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/stone.json b/1.15.2/assets/minecraft/blockstates/stone.json new file mode 100644 index 00000000..56c13648 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/stone.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/stone" }, + { "model": "block/stone_mirrored" }, + { "model": "block/stone", "y": 180 }, + { "model": "block/stone_mirrored", "y": 180 } + ] + } +} diff --git a/1.15.2/assets/minecraft/blockstates/stone_brick_slab.json b/1.15.2/assets/minecraft/blockstates/stone_brick_slab.json new file mode 100644 index 00000000..4d0aec03 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/stone_brick_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/stone_brick_slab" }, + "type=top": { "model": "block/stone_brick_slab_top" }, + "type=double": { "model": "block/stone_bricks" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/stone_brick_stairs.json b/1.15.2/assets/minecraft/blockstates/stone_brick_stairs.json new file mode 100644 index 00000000..ac3e47fb --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/stone_brick_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/stone_brick_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/stone_brick_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/stone_brick_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/stone_brick_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/stone_brick_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/stone_brick_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/stone_brick_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/stone_brick_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/stone_brick_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/stone_brick_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/stone_brick_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/stone_brick_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/stone_brick_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/stone_brick_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/stone_brick_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/stone_brick_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/stone_brick_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/stone_brick_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/stone_brick_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/stone_brick_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/stone_brick_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/stone_brick_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/stone_brick_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/stone_brick_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/stone_brick_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/stone_brick_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/stone_brick_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/stone_brick_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/stone_brick_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/stone_brick_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/stone_brick_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/stone_brick_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/stone_brick_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/stone_brick_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/stone_brick_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/stone_brick_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/stone_brick_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/stone_brick_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/stone_brick_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/stone_brick_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/stone_brick_wall.json b/1.15.2/assets/minecraft/blockstates/stone_brick_wall.json new file mode 100644 index 00000000..5426a881 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/stone_brick_wall.json @@ -0,0 +1,19 @@ +{ + "multipart": [ + { "when": { "up": "true" }, + "apply": { "model": "block/stone_brick_wall_post" } + }, + { "when": { "north": "true" }, + "apply": { "model": "block/stone_brick_wall_side", "uvlock": true } + }, + { "when": { "east": "true" }, + "apply": { "model": "block/stone_brick_wall_side", "y": 90, "uvlock": true } + }, + { "when": { "south": "true" }, + "apply": { "model": "block/stone_brick_wall_side", "y": 180, "uvlock": true } + }, + { "when": { "west": "true" }, + "apply": { "model": "block/stone_brick_wall_side", "y": 270, "uvlock": true } + } + ] +} diff --git a/1.15.2/assets/minecraft/blockstates/stone_bricks.json b/1.15.2/assets/minecraft/blockstates/stone_bricks.json new file mode 100644 index 00000000..0fe8fa5f --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/stone_bricks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/stone_bricks" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/stone_button.json b/1.15.2/assets/minecraft/blockstates/stone_button.json new file mode 100644 index 00000000..cf7e80b6 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/stone_button.json @@ -0,0 +1,28 @@ +{ + "variants": { + "face=floor,facing=east,powered=false": { "model": "block/stone_button", "y": 90 }, + "face=floor,facing=west,powered=false": { "model": "block/stone_button", "y": 270 }, + "face=floor,facing=south,powered=false": { "model": "block/stone_button", "y": 180 }, + "face=floor,facing=north,powered=false": { "model": "block/stone_button" }, + "face=wall,facing=east,powered=false": { "model": "block/stone_button", "uvlock": true, "x": 90, "y": 90 }, + "face=wall,facing=west,powered=false": { "model": "block/stone_button", "uvlock": true, "x": 90, "y": 270 }, + "face=wall,facing=south,powered=false": { "model": "block/stone_button", "uvlock": true, "x": 90, "y": 180 }, + "face=wall,facing=north,powered=false": { "model": "block/stone_button", "uvlock": true, "x": 90 }, + "face=ceiling,facing=east,powered=false": { "model": "block/stone_button", "x": 180, "y": 270 }, + "face=ceiling,facing=west,powered=false": { "model": "block/stone_button", "x": 180, "y": 90 }, + "face=ceiling,facing=south,powered=false": { "model": "block/stone_button", "x": 180 }, + "face=ceiling,facing=north,powered=false": { "model": "block/stone_button", "x": 180, "y": 180 }, + "face=floor,facing=east,powered=true": { "model": "block/stone_button_pressed", "y": 90 }, + "face=floor,facing=west,powered=true": { "model": "block/stone_button_pressed", "y": 270 }, + "face=floor,facing=south,powered=true": { "model": "block/stone_button_pressed", "y": 180 }, + "face=floor,facing=north,powered=true": { "model": "block/stone_button_pressed" }, + "face=wall,facing=east,powered=true": { "model": "block/stone_button_pressed", "uvlock": true, "x": 90, "y": 90 }, + "face=wall,facing=west,powered=true": { "model": "block/stone_button_pressed", "uvlock": true, "x": 90, "y": 270 }, + "face=wall,facing=south,powered=true": { "model": "block/stone_button_pressed", "uvlock": true, "x": 90, "y": 180 }, + "face=wall,facing=north,powered=true": { "model": "block/stone_button_pressed", "uvlock": true, "x": 90 }, + "face=ceiling,facing=east,powered=true": { "model": "block/stone_button_pressed", "x": 180, "y": 270 }, + "face=ceiling,facing=west,powered=true": { "model": "block/stone_button_pressed", "x": 180, "y": 90 }, + "face=ceiling,facing=south,powered=true": { "model": "block/stone_button_pressed", "x": 180 }, + "face=ceiling,facing=north,powered=true": { "model": "block/stone_button_pressed", "x": 180, "y": 180 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/stone_pressure_plate.json b/1.15.2/assets/minecraft/blockstates/stone_pressure_plate.json new file mode 100644 index 00000000..0586f507 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/stone_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "variants": { + "powered=false": { "model": "block/stone_pressure_plate" }, + "powered=true": { "model": "block/stone_pressure_plate_down" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/stone_slab.json b/1.15.2/assets/minecraft/blockstates/stone_slab.json new file mode 100644 index 00000000..ea42fb28 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/stone_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "type=bottom": { "model": "block/stone_slab" }, + "type=top": { "model": "block/stone_slab_top" }, + "type=double": { "model": "block/stone" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/stone_stairs.json b/1.15.2/assets/minecraft/blockstates/stone_stairs.json new file mode 100644 index 00000000..4935203a --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/stone_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "block/stone_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "block/stone_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "block/stone_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "block/stone_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "block/stone_stairs_outer" }, + "facing=west,half=bottom,shape=outer_right": { "model": "block/stone_stairs_outer", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "block/stone_stairs_outer", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "block/stone_stairs_outer", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "block/stone_stairs_outer", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "block/stone_stairs_outer", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "block/stone_stairs_outer" }, + "facing=north,half=bottom,shape=outer_left": { "model": "block/stone_stairs_outer", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "block/stone_stairs_inner" }, + "facing=west,half=bottom,shape=inner_right": { "model": "block/stone_stairs_inner", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "block/stone_stairs_inner", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "block/stone_stairs_inner", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "block/stone_stairs_inner", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "block/stone_stairs_inner", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "block/stone_stairs_inner" }, + "facing=north,half=bottom,shape=inner_left": { "model": "block/stone_stairs_inner", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "block/stone_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "block/stone_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "block/stone_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "block/stone_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "block/stone_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "block/stone_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "block/stone_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "block/stone_stairs_outer", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "block/stone_stairs_outer", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "block/stone_stairs_outer", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "block/stone_stairs_outer", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "block/stone_stairs_outer", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "block/stone_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "block/stone_stairs_inner", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "block/stone_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "block/stone_stairs_inner", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "block/stone_stairs_inner", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "block/stone_stairs_inner", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "block/stone_stairs_inner", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "block/stone_stairs_inner", "x": 180, "y": 270, "uvlock": true } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/stonecutter.json b/1.15.2/assets/minecraft/blockstates/stonecutter.json new file mode 100644 index 00000000..831d6118 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/stonecutter.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "block/stonecutter" }, + "facing=south": { "model": "block/stonecutter", "y": 180 }, + "facing=west": { "model": "block/stonecutter", "y": 270 }, + "facing=east": { "model": "block/stonecutter", "y": 90 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/stripped_acacia_log.json b/1.15.2/assets/minecraft/blockstates/stripped_acacia_log.json new file mode 100644 index 00000000..4d6b29a2 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/stripped_acacia_log.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/stripped_acacia_log" }, + "axis=z": { "model": "block/stripped_acacia_log", "x": 90 }, + "axis=x": { "model": "block/stripped_acacia_log", "x": 90, "y": 90 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/stripped_acacia_wood.json b/1.15.2/assets/minecraft/blockstates/stripped_acacia_wood.json new file mode 100644 index 00000000..4f2d74dd --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/stripped_acacia_wood.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/stripped_acacia_wood" }, + "axis=z": { "model": "block/stripped_acacia_wood", "x": 90 }, + "axis=x": { "model": "block/stripped_acacia_wood", "x": 90, "y": 90 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/stripped_birch_log.json b/1.15.2/assets/minecraft/blockstates/stripped_birch_log.json new file mode 100644 index 00000000..45ab81a8 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/stripped_birch_log.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/stripped_birch_log" }, + "axis=z": { "model": "block/stripped_birch_log", "x": 90 }, + "axis=x": { "model": "block/stripped_birch_log", "x": 90, "y": 90 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/stripped_birch_wood.json b/1.15.2/assets/minecraft/blockstates/stripped_birch_wood.json new file mode 100644 index 00000000..d78bbdb6 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/stripped_birch_wood.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/stripped_birch_wood" }, + "axis=z": { "model": "block/stripped_birch_wood", "x": 90 }, + "axis=x": { "model": "block/stripped_birch_wood", "x": 90, "y": 90 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/stripped_dark_oak_log.json b/1.15.2/assets/minecraft/blockstates/stripped_dark_oak_log.json new file mode 100644 index 00000000..7f4f5a70 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/stripped_dark_oak_log.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/stripped_dark_oak_log" }, + "axis=z": { "model": "block/stripped_dark_oak_log", "x": 90 }, + "axis=x": { "model": "block/stripped_dark_oak_log", "x": 90, "y": 90 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/stripped_dark_oak_wood.json b/1.15.2/assets/minecraft/blockstates/stripped_dark_oak_wood.json new file mode 100644 index 00000000..e3fd259b --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/stripped_dark_oak_wood.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/stripped_dark_oak_wood" }, + "axis=z": { "model": "block/stripped_dark_oak_wood", "x": 90 }, + "axis=x": { "model": "block/stripped_dark_oak_wood", "x": 90, "y": 90 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/stripped_jungle_log.json b/1.15.2/assets/minecraft/blockstates/stripped_jungle_log.json new file mode 100644 index 00000000..fd5746d9 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/stripped_jungle_log.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/stripped_jungle_log" }, + "axis=z": { "model": "block/stripped_jungle_log", "x": 90 }, + "axis=x": { "model": "block/stripped_jungle_log", "x": 90, "y": 90 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/stripped_jungle_wood.json b/1.15.2/assets/minecraft/blockstates/stripped_jungle_wood.json new file mode 100644 index 00000000..8e087bef --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/stripped_jungle_wood.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/stripped_jungle_wood" }, + "axis=z": { "model": "block/stripped_jungle_wood", "x": 90 }, + "axis=x": { "model": "block/stripped_jungle_wood", "x": 90, "y": 90 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/stripped_oak_log.json b/1.15.2/assets/minecraft/blockstates/stripped_oak_log.json new file mode 100644 index 00000000..1eba47e4 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/stripped_oak_log.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/stripped_oak_log" }, + "axis=z": { "model": "block/stripped_oak_log", "x": 90 }, + "axis=x": { "model": "block/stripped_oak_log", "x": 90, "y": 90 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/stripped_oak_wood.json b/1.15.2/assets/minecraft/blockstates/stripped_oak_wood.json new file mode 100644 index 00000000..bd7540c2 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/stripped_oak_wood.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/stripped_oak_wood" }, + "axis=z": { "model": "block/stripped_oak_wood", "x": 90 }, + "axis=x": { "model": "block/stripped_oak_wood", "x": 90, "y": 90 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/stripped_spruce_log.json b/1.15.2/assets/minecraft/blockstates/stripped_spruce_log.json new file mode 100644 index 00000000..cf30120a --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/stripped_spruce_log.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/stripped_spruce_log" }, + "axis=z": { "model": "block/stripped_spruce_log", "x": 90 }, + "axis=x": { "model": "block/stripped_spruce_log", "x": 90, "y": 90 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/stripped_spruce_wood.json b/1.15.2/assets/minecraft/blockstates/stripped_spruce_wood.json new file mode 100644 index 00000000..21cb88b4 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/stripped_spruce_wood.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "block/stripped_spruce_wood" }, + "axis=z": { "model": "block/stripped_spruce_wood", "x": 90 }, + "axis=x": { "model": "block/stripped_spruce_wood", "x": 90, "y": 90 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/structure_block.json b/1.15.2/assets/minecraft/blockstates/structure_block.json new file mode 100644 index 00000000..a83bb108 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/structure_block.json @@ -0,0 +1,8 @@ +{ + "variants": { + "mode=save": { "model": "block/structure_block_save" }, + "mode=load": { "model": "block/structure_block_load" }, + "mode=corner": { "model": "block/structure_block_corner" }, + "mode=data": { "model": "block/structure_block_data" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/structure_void.json b/1.15.2/assets/minecraft/blockstates/structure_void.json new file mode 100644 index 00000000..8f10375e --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/structure_void.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/structure_void" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/sugar_cane.json b/1.15.2/assets/minecraft/blockstates/sugar_cane.json new file mode 100644 index 00000000..8125e1ad --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/sugar_cane.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/sugar_cane" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/sunflower.json b/1.15.2/assets/minecraft/blockstates/sunflower.json new file mode 100644 index 00000000..a5199755 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/sunflower.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=lower": { "model": "block/sunflower_bottom" }, + "half=upper": { "model": "block/sunflower_top" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/sweet_berry_bush.json b/1.15.2/assets/minecraft/blockstates/sweet_berry_bush.json new file mode 100644 index 00000000..6304fd4f --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/sweet_berry_bush.json @@ -0,0 +1,8 @@ +{ + "variants": { + "age=0": { "model": "block/sweet_berry_bush_stage0" }, + "age=1": { "model": "block/sweet_berry_bush_stage1" }, + "age=2": { "model": "block/sweet_berry_bush_stage2" }, + "age=3": { "model": "block/sweet_berry_bush_stage3" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/tall_grass.json b/1.15.2/assets/minecraft/blockstates/tall_grass.json new file mode 100644 index 00000000..0b59b57a --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/tall_grass.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=lower": { "model": "block/tall_grass_bottom" }, + "half=upper": { "model": "block/tall_grass_top" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/tall_seagrass.json b/1.15.2/assets/minecraft/blockstates/tall_seagrass.json new file mode 100644 index 00000000..de45b468 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/tall_seagrass.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=lower": { "model": "block/tall_seagrass_bottom" }, + "half=upper": { "model": "block/tall_seagrass_top" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/terracotta.json b/1.15.2/assets/minecraft/blockstates/terracotta.json new file mode 100644 index 00000000..5c6b8b02 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/terracotta.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/terracotta" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/tnt.json b/1.15.2/assets/minecraft/blockstates/tnt.json new file mode 100644 index 00000000..f4a90100 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/tnt.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/tnt" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/torch.json b/1.15.2/assets/minecraft/blockstates/torch.json new file mode 100644 index 00000000..f9a43f97 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/torch.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/torch" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/trapped_chest.json b/1.15.2/assets/minecraft/blockstates/trapped_chest.json new file mode 100644 index 00000000..77b44fb4 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/trapped_chest.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/chest" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/tripwire.json b/1.15.2/assets/minecraft/blockstates/tripwire.json new file mode 100644 index 00000000..ee8d04a4 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/tripwire.json @@ -0,0 +1,36 @@ +{ + "variants": { + "attached=false,east=false,north=false,south=false,west=false": { "model": "block/tripwire_ns" }, + "attached=false,east=false,north=true,south=false,west=false": { "model": "block/tripwire_n" }, + "attached=false,east=false,north=false,south=true,west=false": { "model": "block/tripwire_n", "y": 180 }, + "attached=false,east=true,north=false,south=false,west=false": { "model": "block/tripwire_n", "y": 90 }, + "attached=false,east=false,north=false,south=false,west=true": { "model": "block/tripwire_n", "y": 270 }, + "attached=false,east=true,north=true,south=false,west=false": { "model": "block/tripwire_ne" }, + "attached=false,east=true,north=false,south=true,west=false": { "model": "block/tripwire_ne", "y": 90 }, + "attached=false,east=false,north=false,south=true,west=true": { "model": "block/tripwire_ne", "y": 180 }, + "attached=false,east=false,north=true,south=false,west=true": { "model": "block/tripwire_ne", "y": 270 }, + "attached=false,east=false,north=true,south=true,west=false": { "model": "block/tripwire_ns" }, + "attached=false,east=true,north=false,south=false,west=true": { "model": "block/tripwire_ns", "y": 90 }, + "attached=false,east=true,north=true,south=true,west=false": { "model": "block/tripwire_nse" }, + "attached=false,east=true,north=false,south=true,west=true": { "model": "block/tripwire_nse", "y": 90 }, + "attached=false,east=false,north=true,south=true,west=true": { "model": "block/tripwire_nse", "y": 180 }, + "attached=false,east=true,north=true,south=false,west=true": { "model": "block/tripwire_nse", "y": 270 }, + "attached=false,east=true,north=true,south=true,west=true": { "model": "block/tripwire_nsew" }, + "attached=true,east=false,north=false,south=false,west=false": { "model": "block/tripwire_attached_ns" }, + "attached=true,east=false,north=true,south=false,west=false": { "model": "block/tripwire_attached_n" }, + "attached=true,east=false,north=false,south=true,west=false": { "model": "block/tripwire_attached_n", "y": 180 }, + "attached=true,east=true,north=false,south=false,west=false": { "model": "block/tripwire_attached_n", "y": 90 }, + "attached=true,east=false,north=false,south=false,west=true": { "model": "block/tripwire_attached_n", "y": 270 }, + "attached=true,east=true,north=true,south=false,west=false": { "model": "block/tripwire_attached_ne" }, + "attached=true,east=true,north=false,south=true,west=false": { "model": "block/tripwire_attached_ne", "y": 90 }, + "attached=true,east=false,north=false,south=true,west=true": { "model": "block/tripwire_attached_ne", "y": 180 }, + "attached=true,east=false,north=true,south=false,west=true": { "model": "block/tripwire_attached_ne", "y": 270 }, + "attached=true,east=false,north=true,south=true,west=false": { "model": "block/tripwire_attached_ns" }, + "attached=true,east=true,north=false,south=false,west=true": { "model": "block/tripwire_attached_ns", "y": 90 }, + "attached=true,east=true,north=true,south=true,west=false": { "model": "block/tripwire_attached_nse" }, + "attached=true,east=true,north=false,south=true,west=true": { "model": "block/tripwire_attached_nse", "y": 90 }, + "attached=true,east=false,north=true,south=true,west=true": { "model": "block/tripwire_attached_nse", "y": 180 }, + "attached=true,east=true,north=true,south=false,west=true": { "model": "block/tripwire_attached_nse", "y": 270 }, + "attached=true,east=true,north=true,south=true,west=true": { "model": "block/tripwire_attached_nsew" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/tripwire_hook.json b/1.15.2/assets/minecraft/blockstates/tripwire_hook.json new file mode 100644 index 00000000..2c4d1334 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/tripwire_hook.json @@ -0,0 +1,20 @@ +{ + "variants": { + "attached=false,facing=north,powered=false": { "model": "block/tripwire_hook" }, + "attached=false,facing=south,powered=false": { "model": "block/tripwire_hook", "y": 180 }, + "attached=false,facing=west,powered=false": { "model": "block/tripwire_hook", "y": 270 }, + "attached=false,facing=east,powered=false": { "model": "block/tripwire_hook", "y": 90 }, + "attached=true,facing=north,powered=false": { "model": "block/tripwire_hook_attached" }, + "attached=true,facing=south,powered=false": { "model": "block/tripwire_hook_attached", "y": 180 }, + "attached=true,facing=west,powered=false": { "model": "block/tripwire_hook_attached", "y": 270 }, + "attached=true,facing=east,powered=false": { "model": "block/tripwire_hook_attached", "y": 90 }, + "attached=false,facing=north,powered=true": { "model": "block/tripwire_hook_on" }, + "attached=false,facing=south,powered=true": { "model": "block/tripwire_hook_on", "y": 180 }, + "attached=false,facing=west,powered=true": { "model": "block/tripwire_hook_on", "y": 270 }, + "attached=false,facing=east,powered=true": { "model": "block/tripwire_hook_on", "y": 90 }, + "attached=true,facing=north,powered=true": { "model": "block/tripwire_hook_attached_on" }, + "attached=true,facing=south,powered=true": { "model": "block/tripwire_hook_attached_on", "y": 180 }, + "attached=true,facing=west,powered=true": { "model": "block/tripwire_hook_attached_on", "y": 270 }, + "attached=true,facing=east,powered=true": { "model": "block/tripwire_hook_attached_on", "y": 90 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/tube_coral.json b/1.15.2/assets/minecraft/blockstates/tube_coral.json new file mode 100644 index 00000000..3f89e2c5 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/tube_coral.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/tube_coral" } + } +} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/blockstates/tube_coral_block.json b/1.15.2/assets/minecraft/blockstates/tube_coral_block.json new file mode 100644 index 00000000..fb409972 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/tube_coral_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/tube_coral_block" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/tube_coral_fan.json b/1.15.2/assets/minecraft/blockstates/tube_coral_fan.json new file mode 100644 index 00000000..2885c324 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/tube_coral_fan.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/tube_coral_fan" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/tube_coral_wall_fan.json b/1.15.2/assets/minecraft/blockstates/tube_coral_wall_fan.json new file mode 100644 index 00000000..fe43a3b7 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/tube_coral_wall_fan.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=east": { "model": "block/tube_coral_wall_fan", "y": 90 }, + "facing=south": { "model": "block/tube_coral_wall_fan", "y": 180 }, + "facing=west": { "model": "block/tube_coral_wall_fan", "y": 270 }, + "facing=north": { "model": "block/tube_coral_wall_fan", "y": 0 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/turtle_egg.json b/1.15.2/assets/minecraft/blockstates/turtle_egg.json new file mode 100644 index 00000000..97a99ea6 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/turtle_egg.json @@ -0,0 +1,76 @@ +{ + "variants": { + "eggs=1,hatch=0": [ + { "model": "block/turtle_egg" }, + { "model": "block/turtle_egg", "y": 90 }, + { "model": "block/turtle_egg", "y": 180 }, + { "model": "block/turtle_egg", "y": 270 } + ], + "eggs=1,hatch=1": [ + { "model": "block/slightly_cracked_turtle_egg" }, + { "model": "block/slightly_cracked_turtle_egg", "y": 90 }, + { "model": "block/slightly_cracked_turtle_egg", "y": 180 }, + { "model": "block/slightly_cracked_turtle_egg", "y": 270 } + ], + "eggs=1,hatch=2": [ + { "model": "block/very_cracked_turtle_egg" }, + { "model": "block/very_cracked_turtle_egg", "y": 90 }, + { "model": "block/very_cracked_turtle_egg", "y": 180 }, + { "model": "block/very_cracked_turtle_egg", "y": 270 } + ], + "eggs=2,hatch=0": [ + { "model": "block/two_turtle_eggs" }, + { "model": "block/two_turtle_eggs", "y": 90 }, + { "model": "block/two_turtle_eggs", "y": 180 }, + { "model": "block/two_turtle_eggs", "y": 270 } + ], + "eggs=2,hatch=1": [ + { "model": "block/two_slightly_cracked_turtle_eggs" }, + { "model": "block/two_slightly_cracked_turtle_eggs", "y": 90 }, + { "model": "block/two_slightly_cracked_turtle_eggs", "y": 180 }, + { "model": "block/two_slightly_cracked_turtle_eggs", "y": 270 } + ], + "eggs=2,hatch=2": [ + { "model": "block/two_very_cracked_turtle_eggs" }, + { "model": "block/two_very_cracked_turtle_eggs", "y": 90 }, + { "model": "block/two_very_cracked_turtle_eggs", "y": 180 }, + { "model": "block/two_very_cracked_turtle_eggs", "y": 270 } + ], + "eggs=3,hatch=0": [ + { "model": "block/three_turtle_eggs" }, + { "model": "block/three_turtle_eggs", "y": 90 }, + { "model": "block/three_turtle_eggs", "y": 180 }, + { "model": "block/three_turtle_eggs", "y": 270 } + ], + "eggs=3,hatch=1": [ + { "model": "block/three_slightly_cracked_turtle_eggs" }, + { "model": "block/three_slightly_cracked_turtle_eggs", "y": 90 }, + { "model": "block/three_slightly_cracked_turtle_eggs", "y": 180 }, + { "model": "block/three_slightly_cracked_turtle_eggs", "y": 270 } + ], + "eggs=3,hatch=2": [ + { "model": "block/three_very_cracked_turtle_eggs" }, + { "model": "block/three_very_cracked_turtle_eggs", "y": 90 }, + { "model": "block/three_very_cracked_turtle_eggs", "y": 180 }, + { "model": "block/three_very_cracked_turtle_eggs", "y": 270 } + ], + "eggs=4,hatch=0": [ + { "model": "block/four_turtle_eggs" }, + { "model": "block/four_turtle_eggs", "y": 90 }, + { "model": "block/four_turtle_eggs", "y": 180 }, + { "model": "block/four_turtle_eggs", "y": 270 } + ], + "eggs=4,hatch=1": [ + { "model": "block/four_slightly_cracked_turtle_eggs" }, + { "model": "block/four_slightly_cracked_turtle_eggs", "y": 90 }, + { "model": "block/four_slightly_cracked_turtle_eggs", "y": 180 }, + { "model": "block/four_slightly_cracked_turtle_eggs", "y": 270 } + ], + "eggs=4,hatch=2": [ + { "model": "block/four_very_cracked_turtle_eggs" }, + { "model": "block/four_very_cracked_turtle_eggs", "y": 90 }, + { "model": "block/four_very_cracked_turtle_eggs", "y": 180 }, + { "model": "block/four_very_cracked_turtle_eggs", "y": 270 } + ] + } +} diff --git a/1.15.2/assets/minecraft/blockstates/vine.json b/1.15.2/assets/minecraft/blockstates/vine.json new file mode 100644 index 00000000..64e6205f --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/vine.json @@ -0,0 +1,36 @@ +{ + "variants": { + "east=false,north=false,south=false,up=false,west=false": { "model": "block/vine_1" }, + "east=false,north=false,south=true,up=false,west=false": { "model": "block/vine_1" }, + "east=false,north=false,south=false,up=false,west=true": { "model": "block/vine_1", "y": 90 }, + "east=false,north=true,south=false,up=false,west=false": { "model": "block/vine_1", "y": 180 }, + "east=true,north=false,south=false,up=false,west=false": { "model": "block/vine_1", "y": 270 }, + "east=true,north=true,south=false,up=false,west=false": { "model": "block/vine_2" }, + "east=true,north=false,south=true,up=false,west=false": { "model": "block/vine_2", "y": 90 }, + "east=false,north=false,south=true,up=false,west=true": { "model": "block/vine_2", "y": 180 }, + "east=false,north=true,south=false,up=false,west=true": { "model": "block/vine_2", "y": 270 }, + "east=true,north=false,south=false,up=false,west=true": { "model": "block/vine_2_opposite" }, + "east=false,north=true,south=true,up=false,west=false": { "model": "block/vine_2_opposite", "y": 90 }, + "east=true,north=true,south=true,up=false,west=false": { "model": "block/vine_3" }, + "east=true,north=false,south=true,up=false,west=true": { "model": "block/vine_3", "y": 90 }, + "east=false,north=true,south=true,up=false,west=true": { "model": "block/vine_3", "y": 180 }, + "east=true,north=true,south=false,up=false,west=true": { "model": "block/vine_3", "y": 270 }, + "east=true,north=true,south=true,up=false,west=true": { "model": "block/vine_4" }, + "east=false,north=false,south=false,up=true,west=false": { "model": "block/vine_u" }, + "east=false,north=false,south=true,up=true,west=false": { "model": "block/vine_1u" }, + "east=false,north=false,south=false,up=true,west=true": { "model": "block/vine_1u", "y": 90 }, + "east=false,north=true,south=false,up=true,west=false": { "model": "block/vine_1u", "y": 180 }, + "east=true,north=false,south=false,up=true,west=false": { "model": "block/vine_1u", "y": 270 }, + "east=true,north=true,south=false,up=true,west=false": { "model": "block/vine_2u" }, + "east=true,north=false,south=true,up=true,west=false": { "model": "block/vine_2u", "y": 90 }, + "east=false,north=false,south=true,up=true,west=true": { "model": "block/vine_2u", "y": 180 }, + "east=false,north=true,south=false,up=true,west=true": { "model": "block/vine_2u", "y": 270 }, + "east=true,north=false,south=false,up=true,west=true": { "model": "block/vine_2u_opposite" }, + "east=false,north=true,south=true,up=true,west=false": { "model": "block/vine_2u_opposite", "y": 90 }, + "east=true,north=true,south=true,up=true,west=false": { "model": "block/vine_3u" }, + "east=true,north=false,south=true,up=true,west=true": { "model": "block/vine_3u", "y": 90 }, + "east=false,north=true,south=true,up=true,west=true": { "model": "block/vine_3u", "y": 180 }, + "east=true,north=true,south=false,up=true,west=true": { "model": "block/vine_3u", "y": 270 }, + "east=true,north=true,south=true,up=true,west=true": { "model": "block/vine_4u" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/void_air.json b/1.15.2/assets/minecraft/blockstates/void_air.json new file mode 100644 index 00000000..09fa52b3 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/void_air.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/air" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/wall_torch.json b/1.15.2/assets/minecraft/blockstates/wall_torch.json new file mode 100644 index 00000000..570b0e50 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/wall_torch.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=east": { "model": "block/wall_torch" }, + "facing=south": { "model": "block/wall_torch", "y": 90 }, + "facing=west": { "model": "block/wall_torch", "y": 180 }, + "facing=north": { "model": "block/wall_torch", "y": 270 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/water.json b/1.15.2/assets/minecraft/blockstates/water.json new file mode 100644 index 00000000..48ff0ea4 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/water.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/water" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/wet_sponge.json b/1.15.2/assets/minecraft/blockstates/wet_sponge.json new file mode 100644 index 00000000..2b87a877 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/wet_sponge.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/wet_sponge" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/wheat.json b/1.15.2/assets/minecraft/blockstates/wheat.json new file mode 100644 index 00000000..c0871528 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/wheat.json @@ -0,0 +1,12 @@ +{ + "variants": { + "age=0": { "model": "block/wheat_stage0" }, + "age=1": { "model": "block/wheat_stage1" }, + "age=2": { "model": "block/wheat_stage2" }, + "age=3": { "model": "block/wheat_stage3" }, + "age=4": { "model": "block/wheat_stage4" }, + "age=5": { "model": "block/wheat_stage5" }, + "age=6": { "model": "block/wheat_stage6" }, + "age=7": { "model": "block/wheat_stage7" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/white_banner.json b/1.15.2/assets/minecraft/blockstates/white_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/white_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/white_bed.json b/1.15.2/assets/minecraft/blockstates/white_bed.json new file mode 100644 index 00000000..8cdeb6ce --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/white_bed.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/bed" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/white_carpet.json b/1.15.2/assets/minecraft/blockstates/white_carpet.json new file mode 100644 index 00000000..9fca9252 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/white_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/white_carpet" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/white_concrete.json b/1.15.2/assets/minecraft/blockstates/white_concrete.json new file mode 100644 index 00000000..7b387dfb --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/white_concrete.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/white_concrete" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/white_concrete_powder.json b/1.15.2/assets/minecraft/blockstates/white_concrete_powder.json new file mode 100644 index 00000000..c5d9a477 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/white_concrete_powder.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/white_concrete_powder" }, + { "model": "block/white_concrete_powder", "y": 90 }, + { "model": "block/white_concrete_powder", "y": 180 }, + { "model": "block/white_concrete_powder", "y": 270 } + ] + } +} diff --git a/1.15.2/assets/minecraft/blockstates/white_glazed_terracotta.json b/1.15.2/assets/minecraft/blockstates/white_glazed_terracotta.json new file mode 100644 index 00000000..2d15c168 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/white_glazed_terracotta.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "block/white_glazed_terracotta" }, + "facing=west": { "model": "block/white_glazed_terracotta", "y": 90 }, + "facing=north": { "model": "block/white_glazed_terracotta", "y": 180 }, + "facing=east": { "model": "block/white_glazed_terracotta", "y": 270 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/white_shulker_box.json b/1.15.2/assets/minecraft/blockstates/white_shulker_box.json new file mode 100644 index 00000000..2c4f0b16 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/white_shulker_box.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/white_shulker_box" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/white_stained_glass.json b/1.15.2/assets/minecraft/blockstates/white_stained_glass.json new file mode 100644 index 00000000..020f65ae --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/white_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/white_stained_glass" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/white_stained_glass_pane.json b/1.15.2/assets/minecraft/blockstates/white_stained_glass_pane.json new file mode 100644 index 00000000..868b5468 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/white_stained_glass_pane.json @@ -0,0 +1,29 @@ +{ + "multipart": [ + { "apply": { "model": "block/white_stained_glass_pane_post" }}, + { "when": { "north": true }, + "apply": { "model": "block/white_stained_glass_pane_side" } + }, + { "when": { "east": true }, + "apply": { "model": "block/white_stained_glass_pane_side", "y": 90 } + }, + { "when": { "south": true }, + "apply": { "model": "block/white_stained_glass_pane_side_alt" } + }, + { "when": { "west": true }, + "apply": { "model": "block/white_stained_glass_pane_side_alt", "y": 90 } + }, + { "when": { "north": false }, + "apply": { "model": "block/white_stained_glass_pane_noside" } + }, + { "when": { "east": false }, + "apply": { "model": "block/white_stained_glass_pane_noside_alt" } + }, + { "when": { "south": false }, + "apply": { "model": "block/white_stained_glass_pane_noside_alt", "y": 90 } + }, + { "when": { "west": false }, + "apply": { "model": "block/white_stained_glass_pane_noside", "y": 270 } + } + ] +} diff --git a/1.15.2/assets/minecraft/blockstates/white_terracotta.json b/1.15.2/assets/minecraft/blockstates/white_terracotta.json new file mode 100644 index 00000000..5fb19637 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/white_terracotta.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/white_terracotta" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/white_tulip.json b/1.15.2/assets/minecraft/blockstates/white_tulip.json new file mode 100644 index 00000000..3fe38250 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/white_tulip.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/white_tulip" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/white_wall_banner.json b/1.15.2/assets/minecraft/blockstates/white_wall_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/white_wall_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/white_wool.json b/1.15.2/assets/minecraft/blockstates/white_wool.json new file mode 100644 index 00000000..fc0fb4c3 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/white_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/white_wool" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/wither_rose.json b/1.15.2/assets/minecraft/blockstates/wither_rose.json new file mode 100644 index 00000000..56668325 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/wither_rose.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/wither_rose" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/wither_skeleton_skull.json b/1.15.2/assets/minecraft/blockstates/wither_skeleton_skull.json new file mode 100644 index 00000000..3cbbaae7 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/wither_skeleton_skull.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/soul_sand" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/wither_skeleton_wall_skull.json b/1.15.2/assets/minecraft/blockstates/wither_skeleton_wall_skull.json new file mode 100644 index 00000000..3cbbaae7 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/wither_skeleton_wall_skull.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/soul_sand" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/yellow_banner.json b/1.15.2/assets/minecraft/blockstates/yellow_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/yellow_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/yellow_bed.json b/1.15.2/assets/minecraft/blockstates/yellow_bed.json new file mode 100644 index 00000000..8cdeb6ce --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/yellow_bed.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/bed" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/yellow_carpet.json b/1.15.2/assets/minecraft/blockstates/yellow_carpet.json new file mode 100644 index 00000000..3db2801b --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/yellow_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/yellow_carpet" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/yellow_concrete.json b/1.15.2/assets/minecraft/blockstates/yellow_concrete.json new file mode 100644 index 00000000..4d45873b --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/yellow_concrete.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/yellow_concrete" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/yellow_concrete_powder.json b/1.15.2/assets/minecraft/blockstates/yellow_concrete_powder.json new file mode 100644 index 00000000..5082470c --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/yellow_concrete_powder.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/yellow_concrete_powder" }, + { "model": "block/yellow_concrete_powder", "y": 90 }, + { "model": "block/yellow_concrete_powder", "y": 180 }, + { "model": "block/yellow_concrete_powder", "y": 270 } + ] + } +} diff --git a/1.15.2/assets/minecraft/blockstates/yellow_glazed_terracotta.json b/1.15.2/assets/minecraft/blockstates/yellow_glazed_terracotta.json new file mode 100644 index 00000000..f77ef2f9 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/yellow_glazed_terracotta.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=south": { "model": "block/yellow_glazed_terracotta" }, + "facing=west": { "model": "block/yellow_glazed_terracotta", "y": 90 }, + "facing=north": { "model": "block/yellow_glazed_terracotta", "y": 180 }, + "facing=east": { "model": "block/yellow_glazed_terracotta", "y": 270 } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/yellow_shulker_box.json b/1.15.2/assets/minecraft/blockstates/yellow_shulker_box.json new file mode 100644 index 00000000..c63e5005 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/yellow_shulker_box.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/yellow_shulker_box" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/yellow_stained_glass.json b/1.15.2/assets/minecraft/blockstates/yellow_stained_glass.json new file mode 100644 index 00000000..3587069b --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/yellow_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/yellow_stained_glass" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/yellow_stained_glass_pane.json b/1.15.2/assets/minecraft/blockstates/yellow_stained_glass_pane.json new file mode 100644 index 00000000..6a430e58 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/yellow_stained_glass_pane.json @@ -0,0 +1,29 @@ +{ + "multipart": [ + { "apply": { "model": "block/yellow_stained_glass_pane_post" }}, + { "when": { "north": true }, + "apply": { "model": "block/yellow_stained_glass_pane_side" } + }, + { "when": { "east": true }, + "apply": { "model": "block/yellow_stained_glass_pane_side", "y": 90 } + }, + { "when": { "south": true }, + "apply": { "model": "block/yellow_stained_glass_pane_side_alt" } + }, + { "when": { "west": true }, + "apply": { "model": "block/yellow_stained_glass_pane_side_alt", "y": 90 } + }, + { "when": { "north": false }, + "apply": { "model": "block/yellow_stained_glass_pane_noside" } + }, + { "when": { "east": false }, + "apply": { "model": "block/yellow_stained_glass_pane_noside_alt" } + }, + { "when": { "south": false }, + "apply": { "model": "block/yellow_stained_glass_pane_noside_alt", "y": 90 } + }, + { "when": { "west": false }, + "apply": { "model": "block/yellow_stained_glass_pane_noside", "y": 270 } + } + ] +} diff --git a/1.15.2/assets/minecraft/blockstates/yellow_terracotta.json b/1.15.2/assets/minecraft/blockstates/yellow_terracotta.json new file mode 100644 index 00000000..4bef9138 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/yellow_terracotta.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/yellow_terracotta" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/yellow_wall_banner.json b/1.15.2/assets/minecraft/blockstates/yellow_wall_banner.json new file mode 100644 index 00000000..e022788c --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/yellow_wall_banner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/banner" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/yellow_wool.json b/1.15.2/assets/minecraft/blockstates/yellow_wool.json new file mode 100644 index 00000000..068bebdb --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/yellow_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/yellow_wool" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/zombie_head.json b/1.15.2/assets/minecraft/blockstates/zombie_head.json new file mode 100644 index 00000000..05969bc2 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/zombie_head.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/skull" } + } +} diff --git a/1.15.2/assets/minecraft/blockstates/zombie_wall_head.json b/1.15.2/assets/minecraft/blockstates/zombie_wall_head.json new file mode 100644 index 00000000..05969bc2 --- /dev/null +++ b/1.15.2/assets/minecraft/blockstates/zombie_wall_head.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "block/skull" } + } +} diff --git a/1.15.2/assets/minecraft/font/alt.json b/1.15.2/assets/minecraft/font/alt.json new file mode 100644 index 00000000..0f9863ff --- /dev/null +++ b/1.15.2/assets/minecraft/font/alt.json @@ -0,0 +1,27 @@ +{ + "providers": [ + { + "type": "bitmap", + "file": "minecraft:font/ascii_sga.png", + "ascent": 7, + "chars": [ + "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", + "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", + "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", + "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", + "\u0000\u0041\u0042\u0043\u0044\u0045\u0046\u0047\u0048\u0049\u004A\u004B\u004C\u004D\u004E\u004F", + "\u0050\u0051\u0052\u0053\u0054\u0055\u0056\u0057\u0058\u0059\u005A\u0000\u0000\u0000\u0000\u0000", + "\u0000\u0061\u0062\u0063\u0064\u0065\u0066\u0067\u0068\u0069\u006A\u006B\u006C\u006D\u006E\u006F", + "\u0070\u0071\u0072\u0073\u0074\u0075\u0076\u0077\u0078\u0079\u007A\u0000\u0000\u0000\u0000\u0000", + "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", + "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", + "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", + "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", + "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", + "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", + "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", + "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000" + ] + } + ] +} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/font/default.json b/1.15.2/assets/minecraft/font/default.json new file mode 100644 index 00000000..441d4ef4 --- /dev/null +++ b/1.15.2/assets/minecraft/font/default.json @@ -0,0 +1,111 @@ +{ + "providers": [ + { + "type": "bitmap", + "file": "minecraft:font/nonlatin_european.png", + "ascent": 7, + "chars": [ + "\u00a1\u2030\u00ad\u00b7\u20b4\u2260\u00bf\u00d7\u00d8\u00de\u04bb\u00f0\u00f8\u00fe\u0391\u0392", + "\u0393\u0394\u0395\u0396\u0397\u0398\u0399\u039a\u039b\u039c\u039d\u039e\u039f\u03a0\u03a1\u03a3", + "\u03a4\u03a5\u03a6\u03a7\u03a8\u03a9\u03b1\u03b2\u03b3\u03b4\u03b5\u03b6\u03b7\u03b8\u03b9\u03ba", + "\u03bb\u03bc\u03bd\u03be\u03bf\u03c0\u03c1\u03c2\u03c3\u03c4\u03c5\u03c6\u03c7\u03c8\u03c9\u0402", + "\u0405\u0406\u0408\u0409\u040a\u040b\u0410\u0411\u0412\u0413\u0414\u0415\u0416\u0417\u0418\u041a", + "\u041b\u041c\u041d\u041e\u041f\u0420\u0421\u0422\u0423\u0424\u0425\u0426\u0427\u0428\u0429\u042a", + "\u042b\u042c\u042d\u042e\u042f\u0430\u0431\u0432\u0433\u0434\u0435\u0436\u0437\u0438\u043a\u043b", + "\u043c\u043d\u043e\u043f\u0440\u0441\u0442\u0443\u0444\u0445\u0446\u0447\u0448\u0449\u044a\u044b", + "\u044c\u044d\u044e\u044f\u0454\u0455\u0456\u0458\u0459\u045a\u2013\u2014\u2018\u2019\u201c\u201d", + "\u201e\u2026\u204a\u2190\u2191\u2192\u2193\u21c4\uff0b\u018f\u0259\u025b\u026a\u04ae\u04af\u04e8", + "\u04e9\u02bb\u02cc\u037e\u0138\u1e9e\u00df\u20bd\u20ac\u0462\u0463\u0474\u0475\u04C0\u0472\u0473", + "\u2070\u00b9\u00b3\u2074\u2075\u2076\u2077\u2078\u2079\u207a\u207b\u207c\u207d\u207e\u2071\u2122", + "\u0294\u0295\u29c8\u2694\u2620\u049a\u049b\u0492\u0493\u04b0\u04b1\u04d8\u04d9\u0496\u0497\u04a2", + "\u04a3\u04ba\u05d0\u05d1\u05d2\u05d3\u05d4\u05d5\u05d6\u05d7\u05d8\u05d9\u05db\u05dc\u05de\u05dd", + "\u05e0\u05df\u05e1\u05e2\u05e4\u05e3\u05e6\u05e5\u05e7\u05e8\u00a2\u00a4\u00a5\u00a9\u00ae\u00b5", + "\u00b6\u00bc\u00bd\u00be\u0387\u2010\u201a\u2020\u2021\u2022\u2031\u2032\u2033\u2034\u2035\u2036", + "\u2037\u2039\u203a\u203b\u203c\u203d\u2042\u2048\u2049\u204b\u204e\u204f\u2051\u2052\u2057\u2117", + "\u2212\u2213\u221e\u2600\u2601\u2608\u0404\u2632\u2635\u263d\u2640\u2642\u26a5\u2660\u2663\u2665", + "\u2666\u2669\u266a\u266b\u266c\u266d\u266e\u266f\u2680\u2681\u2682\u2683\u2684\u2685\u26a0\u26a1", + "\u26cf\u2714\u2744\u274c\u2764\u2b50\u2e18\u2e2e\u2e35\u2e38\u2E41\u2E4B\u295d\u1614\u0190\u07c8", + "\u03db\u3125\u2c6f\u15fa\u0186\u15e1\u018e\u2132\u2141\uA7B0\ua780\u0500\ua779\u1d1a\u27d8\u2229", + "\u0245\u2144\u0250\u0254\u01dd\u025f\u1d77\u0265\u1d09\u027e\u029e\ua781\u026f\u0279\u0287\u028c", + "\u028d\u028e\u0531\u0532\u0533\u0534\u0536\u0537\u0539\u053a\u053b\u053c\u053d\u053e\u053f\u0540", + "\u0541\u0542\u0543\u0544\u0545\u0546\u0547\u0548\u0549\u054b\u054c\u054d\u054e\u054f\u0550\u0551", + "\u0552\u0553\u0554\u0555\u0556\u0559\u0561\u0562\u0563\u0564\u0565\u0566\u0567\u0568\u0569\u056a", + "\u056b\u056c\u056d\u056e\u056f\u0570\u0571\u0572\u0573\u0574\u0575\u0576\u0577\u0578\u0579\u057a", + "\u057b\u057c\u057d\u057e\u057f\u0580\u0581\u0582\u0583\u0584\u0585\u0586\u0587\u05e9\u05ea\u0538", + "\u055a\u055b\u055c\u055d\u055e\u055f\u0560\u0588\u058f\u00af\u017f\u01b7\u0292\u01f7\u01bf\u021c", + "\u021d\u0224\u0225\u02d9\ua75a\ua75b\u2011\u214b\u23cf\u23e9\u23ea\u23ed\u23ee\u23ef\u23f4\u23f5", + "\u23f6\u23f7\u23f8\u23f9\u23fa\u23fb\u23fc\u23fd\u2b58\u25b2\u25b6\u25bc\u25c0\u25cf\u25e6\u25d8", + "\u2693\u26e8\u0132\u0133\u01c9\ua728\ua729\ua739\ua73b\ufb00\ufb01\ufb02\ufb03\ufb05\ufffd\u0535", + "\u054a\u16a0\u16a2\u16a3\u16a4\u16a5\u16a6\u16a7\u16a8\u16a9\u16aa\u16ab\u16ac\u16ad\u16ae\u16af", + "\u16b0\u16b1\u16b2\u16b3\u16b4\u16b6\u16b7\u16b8\u16b9\u16ba\u16bb\u16bc\u16bd\u16be\u16bf\u16c0", + "\u16c1\u16c2\u16c3\u16c4\u16c5\u16c6\u16c7\u16c8\u16c9\u16ca\u16cb\u16cc\u16cd\u16ce\u16cf\u16d0", + "\u16d1\u16d2\u16d3\u16d4\u16d5\u16d6\u16d7\u16d8\u16d9\u16da\u16db\u16dc\u16dd\u16de\u16df\u16e0", + "\u16e1\u16e2\u16e3\u16e4\u16e5\u16e6\u16e7\u16e8\u16e9\u16ea\u16eb\u16ec\u16ed\u16ee\u16ef\u16f0", + "\u16f1\u16f2\u16f3\u16f4\u16f5\u16f6\u16f7\u16f8\u263a\u263b\u00a6\u2639\u05da\u05f3\u05f4\u05f0", + "\u05f1\u05f2\u05be\u05c3\u05c6\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000" + ] + }, + { + "type": "bitmap", + "file": "minecraft:font/accented.png", + "height": 12, + "ascent": 10, + "chars": [ + "\u00c0\u00c1\u00c2\u00c3\u00c4\u00c5\u00c6\u00c7\u00c8\u00c9\u00ca\u00cb\u00cc\u00cd\u00ce\u00cf", + "\u00d0\u00d1\u00d2\u00d3\u00d4\u00d5\u00d6\u00d9\u00da\u00db\u00dc\u00dd\u00e0\u00e1\u00e2\u00e3", + "\u00e4\u00e5\u00e6\u00e7\u00ec\u00ed\u00ee\u00ef\u00f1\u00f2\u00f3\u00f4\u00f5\u00f6\u00f9\u00fa", + "\u00fb\u00fc\u00fd\u00ff\u0100\u0101\u0102\u0103\u0104\u0105\u0106\u0107\u0108\u0109\u010a\u010b", + "\u010c\u010d\u010e\u010f\u0110\u0111\u0112\u0113\u0114\u0115\u0116\u0117\u0118\u0119\u011a\u011b", + "\u011c\u011d\u1e20\u1e21\u011e\u011f\u0120\u0121\u0122\u0123\u0124\u0125\u0126\u0127\u0128\u0129", + "\u012a\u012b\u012c\u012d\u012e\u012f\u0130\u0131\u0134\u0135\u0136\u0137\u0139\u013a\u013b\u013c", + "\u013d\u013e\u013f\u0140\u0141\u0142\u0143\u0144\u0145\u0146\u0147\u0148\u014a\u014b\u014c\u014d", + "\u014e\u014f\u0150\u0151\u0152\u0153\u0154\u0155\u0156\u0157\u0158\u0159\u015a\u015b\u015c\u015d", + "\u015e\u015f\u0160\u0161\u0162\u0163\u0164\u0165\u0166\u0167\u0168\u0169\u016a\u016b\u016c\u016d", + "\u016e\u016f\u0170\u0171\u0172\u0173\u0174\u0175\u0176\u0177\u0178\u0179\u017a\u017b\u017c\u017d", + "\u017e\u01fc\u01fd\u01fe\u01ff\u0218\u0219\u021a\u021b\u0386\u0388\u0389\u038a\u038c\u038e\u038f", + "\u0390\u03aa\u03ab\u03ac\u03ad\u03ae\u03af\u03b0\u03ca\u03cb\u03cc\u03cd\u03ce\u0400\u0401\u0403", + "\u0407\u040c\u040d\u040e\u0419\u0439\u0450\u0451\u0452\u0453\u0457\u045b\u045c\u045d\u045e\u045f", + "\u0490\u0491\u1e02\u1e03\u1e0a\u1e0b\u1e1e\u1e1f\u1e22\u1e23\u1e30\u1e31\u1e40\u1e41\u1e56\u1e57", + "\u1e60\u1e61\u1e6a\u1e6b\u1e80\u1e81\u1e82\u1e83\u1e84\u1e85\u1ef2\u1ef3\u00e8\u00e9\u00ea\u00eb", + "\u0149\u01e7\u01eb\u040f\u1e0d\u1e25\u1e5b\u1e6d\u1e92\u1eca\u1ecb\u1ecc\u1ecd\u1ee4\u1ee5\u2116", + "\u0207\u0194\u0263\u0283\u2047\u01f1\u01f2\u01f3\u01c4\u01c5\u01c6\u01c7\u01c8\u01ca\u01cb\u01cc", + "\u2139\u1d6b\ua732\ua733\ua734\ua735\ua736\ua737\ua738\ua73a\ua73c\ua73d\ua74e\ua74f\ua760\ua761", + "\ufb04\ufb06\u16a1\u16b5\u01a0\u01a1\u01af\u01b0\u1eae\u1eaf\u1ea4\u1ea5\u1ebe\u1ebf\u1ed1\u1eda", + "\u1edb\u1ee8\u1ee9\u1eb0\u1eb1\u1ea6\u1ea7\u1ec0\u1ec1\u1ed3\u1edc\u1edd\u1eea\u1eeb\u1ea2\u1ea3", + "\u1eb2\u1eb3\u1ea8\u1ea9\u1eba\u1ebb\u1ed5\u1ede\u1ec2\u1ec3\u1ec8\u1ec9\u1ece\u1ecf\u1ed4\u1edf", + "\u1ee6\u1ee7\u1eec\u1eed\u1ef6\u1ef7\u1ea0\u1ea1\u1eb6\u1eb7\u1eac\u1ead\u1eb8\u1eb9\u1ec6\u1ec7", + "\u1ed8\u1ed9\u1ee2\u1ee3\u1ef0\u1ef1\u1ef4\u1ef5\u1ed0\u0195\u1eaa\u1eab\u1ed6\u1ed7\u1eef\u261e", + "\u261c\u262e\u1eb4\u1eb5\u1ebc\u1ebd\u1ec4\u1ec5\u1ed2\u1ee0\u1ee1\u1eee\u1ef8\u1ef9\u0498\u0499", + "\u04a0\u04a1\u04aa\u04ab\u01f6\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000" + ] + }, + { + "type": "bitmap", + "file": "minecraft:font/ascii.png", + "ascent": 7, + "chars": [ + "\u00c0\u00c1\u00c2\u00c8\u00ca\u00cb\u00cd\u00d3\u00d4\u00d5\u00da\u00df\u00e3\u00f5\u011f\u0130", + "\u0131\u0152\u0153\u015e\u015f\u0174\u0175\u017e\u0207\u0000\u0000\u0000\u0000\u0000\u0000\u0000", + "\u0020\u0021\"\u0023\u0024\u0025\u0026\u0027\u0028\u0029\u002a\u002b\u002c\u002d\u002e\u002f", + "\u0030\u0031\u0032\u0033\u0034\u0035\u0036\u0037\u0038\u0039\u003a\u003b\u003c\u003d\u003e\u003f", + "\u0040\u0041\u0042\u0043\u0044\u0045\u0046\u0047\u0048\u0049\u004a\u004b\u004c\u004d\u004e\u004f", + "\u0050\u0051\u0052\u0053\u0054\u0055\u0056\u0057\u0058\u0059\u005a\u005b\\\u005d\u005e\u005f", + "\u0060\u0061\u0062\u0063\u0064\u0065\u0066\u0067\u0068\u0069\u006a\u006b\u006c\u006d\u006e\u006f", + "\u0070\u0071\u0072\u0073\u0074\u0075\u0076\u0077\u0078\u0079\u007a\u007b\u007c\u007d\u007e\u0000", + "\u00c7\u00fc\u00e9\u00e2\u00e4\u00e0\u00e5\u00e7\u00ea\u00eb\u00e8\u00ef\u00ee\u00ec\u00c4\u00c5", + "\u00c9\u00e6\u00c6\u00f4\u00f6\u00f2\u00fb\u00f9\u00ff\u00d6\u00dc\u00f8\u00a3\u00d8\u00d7\u0192", + "\u00e1\u00ed\u00f3\u00fa\u00f1\u00d1\u00aa\u00ba\u00bf\u00ae\u00ac\u00bd\u00bc\u00a1\u00ab\u00bb", + "\u2591\u2592\u2593\u2502\u2524\u2561\u2562\u2556\u2555\u2563\u2551\u2557\u255d\u255c\u255b\u2510", + "\u2514\u2534\u252c\u251c\u2500\u253c\u255e\u255f\u255a\u2554\u2569\u2566\u2560\u2550\u256c\u2567", + "\u2568\u2564\u2565\u2559\u2558\u2552\u2553\u256b\u256a\u2518\u250c\u2588\u2584\u258c\u2590\u2580", + "\u03b1\u03b2\u0393\u03c0\u03a3\u03c3\u03bc\u03c4\u03a6\u0398\u03a9\u03b4\u221e\u2205\u2208\u2229", + "\u2261\u00b1\u2265\u2264\u2320\u2321\u00f7\u2248\u00b0\u2219\u00b7\u221a\u207f\u00b2\u25a0\u0000" + ] + }, + { + "type": "legacy_unicode", + "sizes": "minecraft:font/glyph_sizes.bin", + "template": "minecraft:font/unicode_page_%s.png" + } + ] +} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/font/glyph_sizes.bin b/1.15.2/assets/minecraft/font/glyph_sizes.bin new file mode 100644 index 00000000..69c857e3 Binary files /dev/null and b/1.15.2/assets/minecraft/font/glyph_sizes.bin differ diff --git a/1.15.2/assets/minecraft/lang/en_us.json b/1.15.2/assets/minecraft/lang/en_us.json new file mode 100644 index 00000000..ae0b45fe --- /dev/null +++ b/1.15.2/assets/minecraft/lang/en_us.json @@ -0,0 +1,4389 @@ +{ + "language.name": "English", + "language.region": "United States", + "language.code": "en_us", + "narrator.button.accessibility": "Accessibility", + "narrator.button.language": "Language", + "narrator.button.difficulty_lock": "Difficulty lock", + "narrator.button.difficulty_lock.unlocked": "Unlocked", + "narrator.button.difficulty_lock.locked": "Locked", + "narrator.screen.title": "Title Screen", + "narrator.controls.reset": "Reset %s button", + "narrator.controls.bound": "%s is bound to %s", + "narrator.controls.unbound": "%s is not bound", + "narrator.select": "Selected: %s", + "narrator.select.world": "Selected %s, last played: %s, %s, %s, version: %s", + "narrator.loading": "Loading: %s", + "narrator.loading.done": "Done", + "narrator.joining": "Joining", + "narration.suggestion.tooltip": "Selected suggestion %d out of %d: %s (%s)", + "narration.suggestion": "Selected suggestion %d out of %d: %s", + "gui.done": "Done", + "gui.cancel": "Cancel", + "gui.back": "Back", + "gui.toTitle": "Back to title screen", + "gui.toMenu": "Back to server list", + "gui.up": "Up", + "gui.down": "Down", + "gui.yes": "Yes", + "gui.no": "No", + "gui.none": "None", + "gui.all": "All", + "gui.ok": "Ok", + "gui.proceed": "Proceed", + "gui.recipebook.moreRecipes": "Right Click for more", + "gui.recipebook.toggleRecipes.all": "Showing all", + "gui.recipebook.toggleRecipes.craftable": "Showing craftable", + "gui.recipebook.toggleRecipes.smeltable": "Showing smeltable", + "gui.recipebook.toggleRecipes.blastable": "Showing blastable", + "gui.recipebook.toggleRecipes.smokable": "Showing smokable", + "gui.narrate.button": "%s button", + "gui.narrate.slider": "%s slider", + "gui.narrate.editBox": "%s edit box: %s", + "translation.test.none": "Hello, world!", + "translation.test.complex": "Prefix, %s%2$s again %s and %1$s lastly %s and also %1$s again!", + "translation.test.escape": "%%s %%%s %%%%s %%%%%s", + "translation.test.invalid": "hi %", + "translation.test.invalid2": "hi % s", + "translation.test.args": "%s %s", + "translation.test.world": "world", + "menu.game": "Game Menu", + "menu.singleplayer": "Singleplayer", + "menu.multiplayer": "Multiplayer", + "menu.online": "Minecraft Realms", + "menu.options": "Options...", + "menu.quit": "Quit Game", + "menu.returnToMenu": "Save and Quit to Title", + "menu.disconnect": "Disconnect", + "menu.returnToGame": "Back to Game", + "menu.generatingLevel": "Generating world", + "menu.loadingLevel": "Loading world", + "menu.savingLevel": "Saving world", + "menu.working": "Working...", + "menu.savingChunks": "Saving chunks", + "menu.preparingSpawn": "Preparing spawn area: %s%%", + "menu.loadingForcedChunks": "Loading forced chunks for dimension %s", + "menu.generatingTerrain": "Building terrain", + "menu.convertingLevel": "Converting world", + "menu.respawning": "Respawning", + "menu.shareToLan": "Open to LAN", + "menu.sendFeedback": "Give Feedback", + "menu.reportBugs": "Report Bugs", + "menu.paused": "Game paused", + "menu.modded": " (Modded)", + "optimizeWorld.confirm.title": "Optimize world", + "optimizeWorld.confirm.description": "This will attempt to optimize your world by making sure all data is stored in the most recent game format. This can take a very long time, depending on your world. Once done, your world may play faster but will no longer be compatible with older versions of the game. Are you sure you wish to proceed?", + "optimizeWorld.title": "Optimizing World '%s'", + "optimizeWorld.stage.counting": "Counting chunks...", + "optimizeWorld.stage.upgrading": "Upgrading all chunks...", + "optimizeWorld.stage.finished": "Finishing up...", + "optimizeWorld.stage.failed": "Failed! :(", + "optimizeWorld.info.converted": "Upgraded chunks: %s", + "optimizeWorld.info.skipped": "Skipped chunks: %s", + "optimizeWorld.info.total": "Total chunks: %s", + "selectWorld.title": "Select World", + "selectWorld.search": "search for worlds", + "selectWorld.empty": "empty", + "selectWorld.world": "World", + "selectWorld.select": "Play Selected World", + "selectWorld.create": "Create New World", + "selectWorld.recreate": "Re-Create", + "selectWorld.createDemo": "Play New Demo World", + "selectWorld.delete": "Delete", + "selectWorld.edit": "Edit", + "selectWorld.edit.title": "Edit World", + "selectWorld.edit.resetIcon": "Reset Icon", + "selectWorld.edit.openFolder": "Open World Folder", + "selectWorld.edit.save": "Save", + "selectWorld.edit.backup": "Make Backup", + "selectWorld.edit.backupFolder": "Open Backups Folder", + "selectWorld.edit.backupFailed": "Backup failed", + "selectWorld.edit.backupCreated": "Backed up: %s", + "selectWorld.edit.backupSize": "size: %s MB", + "selectWorld.edit.optimize": "Optimize World", + "selectWorld.deleteQuestion": "Are you sure you want to delete this world?", + "selectWorld.deleteWarning": "'%s' will be lost forever! (A long time!)", + "selectWorld.deleteButton": "Delete", + "selectWorld.conversion": "Must be converted!", + "selectWorld.newWorld": "New World", + "selectWorld.enterName": "World Name", + "selectWorld.resultFolder": "Will be saved in:", + "selectWorld.enterSeed": "Seed for the world generator", + "selectWorld.seedInfo": "Leave blank for a random seed", + "selectWorld.cheats": "Cheats", + "selectWorld.customizeType": "Customize", + "selectWorld.version": "Version:", + "selectWorld.versionUnknown": "unknown", + "selectWorld.versionQuestion": "Do you really want to load this world?", + "selectWorld.versionWarning": "This world was last played in version %s and loading it in this version could cause corruption!", + "selectWorld.versionJoinButton": "Load Anyway", + "selectWorld.backupQuestion": "Do you really want to load this world?", + "selectWorld.backupWarning": "This world was last played in version %s; you are on version %s. Please make a backup in case you experience world corruptions!", + "selectWorld.backupQuestion.customized": "Customized worlds are no longer supported", + "selectWorld.backupWarning.customized": "Unfortunately, we do not support customized worlds in this version of Minecraft. We can still load this world and keep everything the way it was, but any newly generated terrain will no longer be customized. We're sorry for the inconvenience!", + "selectWorld.backupEraseCache": "Erase cached data", + "selectWorld.backupJoinConfirmButton": "Backup and load", + "selectWorld.backupJoinSkipButton": "I know what I'm doing!", + "selectWorld.tooltip.fromNewerVersion1": "World was saved in a newer version,", + "selectWorld.tooltip.fromNewerVersion2": "loading this world could cause problems!", + "selectWorld.tooltip.snapshot1": "Don't forget to backup this world", + "selectWorld.tooltip.snapshot2": "before you load it in this snapshot.", + "selectWorld.tooltip.unsupported": "This world is no longer supported and can only be played in %s", + "selectWorld.unable_to_load": "Unable to load worlds", + "selectWorld.futureworld.error.title": "An error occured!", + "selectWorld.futureworld.error.text": "Something went wrong while trying to load a world from a future version. This was a risky operation to begin with, sorry it didn't work.", + "selectWorld.recreate.error.title": "An error occured!", + "selectWorld.recreate.error.text": "Something went wrong while trying to recreate a world.", + "selectWorld.recreate.customized.title": "Customized worlds are no longer supported", + "selectWorld.recreate.customized.text": "Customized worlds are no longer supported in this version of Minecraft. We can try to recreate it with the same seed and properties, but any terrain customizations will be lost. We're sorry for the inconvenience!", + "selectWorld.load_folder_access": "Unable to read or access folder where game worlds are saved!", + "createWorld.customize.presets": "Presets", + "createWorld.customize.presets.title": "Select a Preset", + "createWorld.customize.presets.select": "Use Preset", + "createWorld.customize.presets.share": "Want to share your preset with someone? Use the below box!", + "createWorld.customize.presets.list": "Alternatively, here's some we made earlier!", + "createWorld.customize.flat.title": "Superflat Customization", + "createWorld.customize.flat.tile": "Layer Material", + "createWorld.customize.flat.height": "Height", + "createWorld.customize.flat.removeLayer": "Remove Layer", + "createWorld.customize.flat.layer.top": "Top - %s", + "createWorld.customize.flat.layer": "%s", + "createWorld.customize.flat.layer.bottom": "Bottom - %s", + "createWorld.customize.buffet.title": "Buffet world customization", + "createWorld.customize.buffet.generatortype": "World generator:", + "createWorld.customize.buffet.generator": "Please select a generator type", + "createWorld.customize.buffet.biome": "Please select a biome", + "createWorld.customize.preset.classic_flat": "Classic Flat", + "createWorld.customize.preset.tunnelers_dream": "Tunnelers' Dream", + "createWorld.customize.preset.water_world": "Water World", + "createWorld.customize.preset.overworld": "Overworld", + "createWorld.customize.preset.snowy_kingdom": "Snowy Kingdom", + "createWorld.customize.preset.bottomless_pit": "Bottomless Pit", + "createWorld.customize.preset.desert": "Desert", + "createWorld.customize.preset.redstone_ready": "Redstone Ready", + "createWorld.customize.preset.the_void": "The Void", + "createWorld.customize.custom.page0": "Basic Settings", + "createWorld.customize.custom.page1": "Ore Settings", + "createWorld.customize.custom.page2": "Advanced Settings (Expert Users Only!)", + "createWorld.customize.custom.page3": "Extra Advanced Settings (Expert Users Only!)", + "createWorld.customize.custom.randomize": "Randomize", + "createWorld.customize.custom.prev": "Previous Page", + "createWorld.customize.custom.next": "Next Page", + "createWorld.customize.custom.defaults": "Defaults", + "createWorld.customize.custom.confirm1": "This will overwrite your current", + "createWorld.customize.custom.confirm2": "settings and cannot be undone.", + "createWorld.customize.custom.confirmTitle": "Warning!", + "createWorld.customize.custom.mainNoiseScaleX": "Main Noise Scale X", + "createWorld.customize.custom.mainNoiseScaleY": "Main Noise Scale Y", + "createWorld.customize.custom.mainNoiseScaleZ": "Main Noise Scale Z", + "createWorld.customize.custom.depthNoiseScaleX": "Depth Noise Scale X", + "createWorld.customize.custom.depthNoiseScaleZ": "Depth Noise Scale Z", + "createWorld.customize.custom.depthNoiseScaleExponent": "Depth Noise Exponent", + "createWorld.customize.custom.baseSize": "Depth Base Size", + "createWorld.customize.custom.coordinateScale": "Coordinate Scale", + "createWorld.customize.custom.heightScale": "Height Scale", + "createWorld.customize.custom.stretchY": "Height Stretch", + "createWorld.customize.custom.upperLimitScale": "Upper Limit Scale", + "createWorld.customize.custom.lowerLimitScale": "Lower Limit Scale", + "createWorld.customize.custom.biomeDepthWeight": "Biome Depth Weight", + "createWorld.customize.custom.biomeDepthOffset": "Biome Depth Offset", + "createWorld.customize.custom.biomeScaleWeight": "Biome Scale Weight", + "createWorld.customize.custom.biomeScaleOffset": "Biome Scale Offset", + "createWorld.customize.custom.seaLevel": "Sea Level", + "createWorld.customize.custom.useCaves": "Caves", + "createWorld.customize.custom.useStrongholds": "Strongholds", + "createWorld.customize.custom.useVillages": "Villages", + "createWorld.customize.custom.useMineShafts": "Mineshafts", + "createWorld.customize.custom.useTemples": "Temples", + "createWorld.customize.custom.useOceanRuins": "Ocean Ruins", + "createWorld.customize.custom.useMonuments": "Ocean Monuments", + "createWorld.customize.custom.useMansions": "Woodland Mansions", + "createWorld.customize.custom.useRavines": "Ravines", + "createWorld.customize.custom.useDungeons": "Dungeons", + "createWorld.customize.custom.dungeonChance": "Dungeon Count", + "createWorld.customize.custom.useWaterLakes": "Water Lakes", + "createWorld.customize.custom.waterLakeChance": "Water Lake Rarity", + "createWorld.customize.custom.useLavaLakes": "Lava Lakes", + "createWorld.customize.custom.lavaLakeChance": "Lava Lake Rarity", + "createWorld.customize.custom.useLavaOceans": "Lava Oceans", + "createWorld.customize.custom.fixedBiome": "Biome", + "createWorld.customize.custom.biomeSize": "Biome Size", + "createWorld.customize.custom.riverSize": "River Size", + "createWorld.customize.custom.size": "Spawn Size", + "createWorld.customize.custom.count": "Spawn Tries", + "createWorld.customize.custom.minHeight": "Min. Height", + "createWorld.customize.custom.maxHeight": "Max. Height", + "createWorld.customize.custom.center": "Center Height", + "createWorld.customize.custom.spread": "Spread Height", + "createWorld.customize.custom.presets.title": "Customize World Presets", + "createWorld.customize.custom.presets": "Presets", + "createWorld.customize.custom.preset.waterWorld": "Water World", + "createWorld.customize.custom.preset.isleLand": "Isle Land", + "createWorld.customize.custom.preset.caveDelight": "Caver's Delight", + "createWorld.customize.custom.preset.mountains": "Mountain Madness", + "createWorld.customize.custom.preset.drought": "Drought", + "createWorld.customize.custom.preset.caveChaos": "Caves of Chaos", + "createWorld.customize.custom.preset.goodLuck": "Good Luck", + "gameMode.survival": "Survival Mode", + "gameMode.creative": "Creative Mode", + "gameMode.adventure": "Adventure Mode", + "gameMode.spectator": "Spectator Mode", + "gameMode.hardcore": "Hardcore Mode!", + "gameMode.changed": "Your game mode has been updated to %s", + "spectatorMenu.previous_page": "Previous Page", + "spectatorMenu.next_page": "Next Page", + "spectatorMenu.close": "Close Menu", + "spectatorMenu.teleport": "Teleport to Player", + "spectatorMenu.teleport.prompt": "Select a player to teleport to", + "spectatorMenu.team_teleport": "Teleport to Team Member", + "spectatorMenu.team_teleport.prompt": "Select a team to teleport to", + "spectatorMenu.root.prompt": "Press a key to select a command, and again to use it.", + "selectWorld.gameMode": "Game Mode", + "selectWorld.gameMode.survival": "Survival", + "selectWorld.gameMode.survival.line1": "Search for resources, crafting, gain", + "selectWorld.gameMode.survival.line2": "levels, health and hunger", + "selectWorld.gameMode.creative": "Creative", + "selectWorld.gameMode.creative.line1": "Unlimited resources, free flying and", + "selectWorld.gameMode.creative.line2": "destroy blocks instantly", + "selectWorld.gameMode.spectator": "Spectator", + "selectWorld.gameMode.spectator.line1": "You can look but don't touch", + "selectWorld.gameMode.spectator.line2": "", + "selectWorld.gameMode.hardcore": "Hardcore", + "selectWorld.gameMode.hardcore.line1": "Same as survival mode, locked at hardest", + "selectWorld.gameMode.hardcore.line2": "difficulty, and one life only", + "selectWorld.gameMode.adventure": "Adventure", + "selectWorld.gameMode.adventure.line1": "Same as survival mode, but blocks can't", + "selectWorld.gameMode.adventure.line2": "be added or removed", + "selectWorld.moreWorldOptions": "More World Options...", + "selectWorld.mapFeatures": "Generate Structures:", + "selectWorld.mapFeatures.info": "Villages, dungeons etc", + "selectWorld.mapType": "World Type:", + "selectWorld.mapType.normal": "Normal", + "selectWorld.allowCommands": "Allow Cheats:", + "selectWorld.allowCommands.info": "Commands like /gamemode, /experience", + "selectWorld.hardcoreMode": "Hardcore:", + "selectWorld.hardcoreMode.info": "World is deleted upon death", + "selectWorld.bonusItems": "Bonus Chest:", + "generator.default": "Default", + "generator.flat": "Superflat", + "generator.largeBiomes": "Large Biomes", + "generator.amplified": "AMPLIFIED", + "generator.customized": "Customized", + "generator.debug_all_block_states": "Debug Mode", + "generator.amplified.info": "Notice: Just for fun, requires beefy computer", + "generator.buffet": "Buffet", + "selectServer.title": "Select Server", + "selectServer.empty": "empty", + "selectServer.select": "Join Server", + "selectServer.direct": "Direct Connect", + "selectServer.edit": "Edit", + "selectServer.delete": "Delete", + "selectServer.add": "Add Server", + "selectServer.defaultName": "Minecraft Server", + "selectServer.deleteQuestion": "Are you sure you want to remove this server?", + "selectServer.deleteWarning": "'%s' will be lost forever! (A long time!)", + "selectServer.deleteButton": "Delete", + "selectServer.refresh": "Refresh", + "selectServer.hiddenAddress": "(Hidden)", + "addServer.title": "Edit Server Info", + "addServer.enterName": "Server Name", + "addServer.enterIp": "Server Address", + "addServer.add": "Done", + "addServer.hideAddress": "Hide Address", + "addServer.resourcePack": "Server Resource Packs", + "addServer.resourcePack.enabled": "Enabled", + "addServer.resourcePack.disabled": "Disabled", + "addServer.resourcePack.prompt": "Prompt", + "lanServer.title": "LAN World", + "lanServer.scanning": "Scanning for games on your local network", + "lanServer.start": "Start LAN World", + "lanServer.otherPlayers": "Settings for Other Players", + "mcoServer.title": "Minecraft Online World", + "multiplayerWarning.header": "Online play is not rated", + "multiplayerWarning.message": "During online play you may be exposed to chat messages or other types of user generated content that has not been rated, and may not be suitable for all ages.", + "multiplayerWarning.check": "Do not show this screen again", + "multiplayer.title": "Play Multiplayer", + "multiplayer.connect": "Connect", + "multiplayer.ipinfo": "Enter the IP of a server to connect to it:", + "multiplayer.texturePrompt.line1": "This server recommends the use of a custom resource pack.", + "multiplayer.texturePrompt.line2": "Would you like to download and install it automagically?", + "multiplayer.downloadingTerrain": "Loading terrain...", + "multiplayer.downloadingStats": "Downloading statistics...", + "multiplayer.stopSleeping": "Leave Bed", + "multiplayer.message_not_delivered": "Can't deliver chat message starting with %s, check server logs", + "multiplayer.player.joined": "%s joined the game", + "multiplayer.player.joined.renamed": "%s (formerly known as %s) joined the game", + "multiplayer.player.left": "%s left the game", + "multiplayer.status.and_more": "... and %s more ...", + "multiplayer.status.cancelled": "Cancelled", + "multiplayer.status.cannot_connect": "Can't connect to server", + "multiplayer.status.cannot_resolve": "Can't resolve hostname", + "multiplayer.status.client_out_of_date": "Client out of date!", + "multiplayer.status.finished": "Finished", + "multiplayer.status.no_connection": "(no connection)", + "multiplayer.status.old": "Old", + "multiplayer.status.pinging": "Pinging...", + "multiplayer.status.quitting": "Quitting", + "multiplayer.status.server_out_of_date": "Server out of date!", + "multiplayer.status.unknown": "???", + "multiplayer.status.unrequested": "Received unrequested status", + "multiplayer.status.request_handled": "Status requst has been handled", + "multiplayer.disconnect.authservers_down": "Authentication servers are down. Please try again later, sorry!", + "multiplayer.disconnect.banned": "You are banned from this server", + "multiplayer.disconnect.banned.reason": "You are banned from this server.\nReason: %s", + "multiplayer.disconnect.banned.expiration": "\nYour ban will be removed on %s", + "multiplayer.disconnect.banned_ip.reason": "Your IP address is banned from this server.\nReason: %s", + "multiplayer.disconnect.banned_ip.expiration": "\nYour ban will be removed on %s", + "multiplayer.disconnect.duplicate_login": "You logged in from another location", + "multiplayer.disconnect.flying": "Flying is not enabled on this server", + "multiplayer.disconnect.generic": "Disconnected", + "multiplayer.disconnect.idling": "You have been idle for too long!", + "multiplayer.disconnect.illegal_characters": "Illegal characters in chat", + "multiplayer.disconnect.invalid_entity_attacked": "Attempting to attack an invalid entity", + "multiplayer.disconnect.invalid_player_movement": "Invalid move player packet received", + "multiplayer.disconnect.invalid_vehicle_movement": "Invalid move vehicle packet received", + "multiplayer.disconnect.ip_banned": "You have been IP banned from this server", + "multiplayer.disconnect.kicked": "Kicked by an operator", + "multiplayer.disconnect.outdated_client": "Outdated client! Please use %s", + "multiplayer.disconnect.outdated_server": "Outdated server! I'm still on %s", + "multiplayer.disconnect.server_shutdown": "Server closed", + "multiplayer.disconnect.slow_login": "Took too long to log in", + "multiplayer.disconnect.unverified_username": "Failed to verify username!", + "multiplayer.disconnect.not_whitelisted": "You are not white-listed on this server!", + "multiplayer.disconnect.server_full": "The server is full!", + "multiplayer.disconnect.name_taken": "That name is already taken", + "multiplayer.disconnect.unexpected_query_response": "Unexpected custom data from client", + "chat.editBox": "chat", + "chat.cannotSend": "Cannot send chat message", + "chat.type.text": "<%s> %s", + "chat.type.text.narrate": "%s says %s", + "chat.type.emote": "* %s %s", + "chat.type.announcement": "[%s] %s", + "chat.type.admin": "[%s: %s]", + "chat.type.advancement.task": "%s has made the advancement %s", + "chat.type.advancement.challenge": "%s has completed the challenge %s", + "chat.type.advancement.goal": "%s has reached the goal %s", + "chat.type.team.text": "%s <%s> %s", + "chat.type.team.sent": "-> %s <%s> %s", + "chat.type.team.hover": "Message Team", + "chat.link.confirm": "Are you sure you want to open the following website?", + "chat.link.warning": "Never open links from people that you don't trust!", + "chat.copy": "Copy to Clipboard", + "chat.copy.click": "Click to copy to Clipboard", + "chat.link.confirmTrusted": "Do you want to open this link or copy it to your clipboard?", + "chat.link.open": "Open in Browser", + "chat.coordinates": "%s, %s, %s", + "chat.coordinates.tooltip": "Click to teleport", + "menu.playdemo": "Play Demo World", + "menu.resetdemo": "Reset Demo World", + "demo.day.1": "This demo will last five game days, do your best!", + "demo.day.2": "Day Two", + "demo.day.3": "Day Three", + "demo.day.4": "Day Four", + "demo.day.5": "This is your last day!", + "demo.day.warning": "Your time is almost up!", + "demo.day.6": "You have passed your fifth day, use %s to save a screenshot of your creation", + "demo.reminder": "The demo time has expired, buy the game to continue or start a new world!", + "demo.remainingTime": "Remaining time: %s", + "demo.demoExpired": "Demo time's up!", + "demo.help.movement": "Use the %1$s, %2$s, %3$s, %4$s keys and the mouse to move around", + "demo.help.movementShort": "Move by pressing the %1$s, %2$s, %3$s, %4$s keys", + "demo.help.movementMouse": "Look around using the mouse", + "demo.help.jump": "Jump by pressing the %1$s key", + "demo.help.inventory": "Use the %1$s key to open your inventory", + "demo.help.title": "Minecraft Demo Mode", + "demo.help.fullWrapped": "This demo will last 5 ingame days (about 1 hour and 40 minutes of real time). Check the advancements for hints! Have fun!", + "demo.help.buy": "Purchase Now!", + "demo.help.later": "Continue Playing!", + "connect.connecting": "Connecting to the server...", + "connect.aborted": "Aborted", + "connect.authorizing": "Logging in...", + "connect.negotiating": "Negotiating...", + "connect.encrypting": "Encrypting...", + "connect.joining": "Joining world...", + "connect.failed": "Failed to connect to the server", + "disconnect.genericReason": "%s", + "disconnect.disconnected": "Disconnected by Server", + "disconnect.lost": "Connection Lost", + "disconnect.kicked": "Was kicked from the game", + "disconnect.timeout": "Timed out", + "disconnect.closed": "Connection closed", + "disconnect.loginFailed": "Failed to log in", + "disconnect.loginFailedInfo": "Failed to log in: %s", + "disconnect.loginFailedInfo.serversUnavailable": "The authentication servers are currently down for maintenance.", + "disconnect.loginFailedInfo.invalidSession": "Invalid session (Try restarting your game and the launcher)", + "disconnect.quitting": "Quitting", + "disconnect.endOfStream": "End of stream", + "disconnect.overflow": "Buffer overflow", + "disconnect.spam": "Kicked for spamming", + "soundCategory.master": "Master Volume", + "soundCategory.music": "Music", + "soundCategory.record": "Jukebox/Note Blocks", + "soundCategory.weather": "Weather", + "soundCategory.hostile": "Hostile Creatures", + "soundCategory.neutral": "Friendly Creatures", + "soundCategory.player": "Players", + "soundCategory.block": "Blocks", + "soundCategory.ambient": "Ambient/Environment", + "soundCategory.voice": "Voice/Speech", + "record.nowPlaying": "Now playing: %s", + "options.off": "OFF", + "options.on": "ON", + "options.visible": "Shown", + "options.hidden": "Hidden", + "options.title": "Options", + "options.controls": "Controls...", + "options.video": "Video Settings...", + "options.language": "Language...", + "options.sounds": "Music & Sounds...", + "options.sounds.title": "Music & Sound Options", + "options.languageWarning": "Language translations may not be 100%% accurate", + "options.videoTitle": "Video Settings", + "options.mouse_settings": "Mouse Settings...", + "options.mouse_settings.title": "Mouse Settings", + "options.customizeTitle": "Customize World Settings", + "options.music": "Music", + "options.sound": "Sound", + "options.invertMouse": "Invert Mouse", + "options.fov": "FOV", + "options.fov.min": "Normal", + "options.fov.max": "Quake Pro", + "options.biomeBlendRadius": "Biome Blend", + "options.biomeBlendRadius.1": "OFF (Fastest)", + "options.biomeBlendRadius.3": "3x3 (Fast)", + "options.biomeBlendRadius.5": "5x5 (Normal)", + "options.biomeBlendRadius.7": "7x7 (High)", + "options.biomeBlendRadius.9": "9x9 (Very High)", + "options.biomeBlendRadius.11": "11x11 (Extreme)", + "options.biomeBlendRadius.13": "13x13 (Showoff)", + "options.biomeBlendRadius.15": "15x15 (Maximum)", + "options.gamma": "Brightness", + "options.gamma.min": "Moody", + "options.gamma.max": "Bright", + "options.sensitivity": "Sensitivity", + "options.sensitivity.min": "*yawn*", + "options.sensitivity.max": "HYPERSPEED!!!", + "options.renderDistance": "Render Distance", + "options.viewBobbing": "View Bobbing", + "options.ao": "Smooth Lighting", + "options.ao.off": "OFF", + "options.ao.min": "Minimum", + "options.ao.max": "Maximum", + "options.anaglyph": "3D Anaglyph", + "options.chunks": "%s chunks", + "options.framerate": "%s fps", + "options.framerateLimit": "Max Framerate", + "options.framerateLimit.max": "Unlimited", + "options.difficulty": "Difficulty", + "options.difficulty.peaceful": "Peaceful", + "options.difficulty.easy": "Easy", + "options.difficulty.normal": "Normal", + "options.difficulty.hard": "Hard", + "options.difficulty.hardcore": "Hardcore", + "options.graphics": "Graphics", + "options.graphics.fancy": "Fancy", + "options.graphics.fast": "Fast", + "options.clouds.fancy": "Fancy", + "options.clouds.fast": "Fast", + "options.guiScale": "GUI Scale", + "options.guiScale.auto": "Auto", + "options.renderClouds": "Clouds", + "options.particles": "Particles", + "options.particles.all": "All", + "options.particles.decreased": "Decreased", + "options.particles.minimal": "Minimal", + "options.multiplayer.title": "Multiplayer Settings...", + "options.chat.title": "Chat Settings...", + "options.chat.visibility": "Chat", + "options.chat.visibility.full": "Shown", + "options.chat.visibility.system": "Commands Only", + "options.chat.visibility.hidden": "Hidden", + "options.chat.color": "Colors", + "options.chat.opacity": "Chat Text Opacity", + "options.chat.links": "Web Links", + "options.chat.links.prompt": "Prompt on Links", + "options.chat.scale": "Scale", + "options.chat.width": "Width", + "options.chat.height.focused": "Focused Height", + "options.chat.height.unfocused": "Unfocused Height", + "options.accessibility.title": "Accessibility Settings...", + "options.accessibility.text_background": "Text Background", + "options.accessibility.text_background.chat": "Chat", + "options.accessibility.text_background.everywhere": "Everywhere", + "options.accessibility.text_background_opacity": "Text Background Opacity", + "options.key.toggle": "Toggle", + "options.key.hold": "Hold", + "options.skinCustomisation": "Skin Customization...", + "options.skinCustomisation.title": "Skin Customization", + "options.modelPart.cape": "Cape", + "options.modelPart.hat": "Hat", + "options.modelPart.jacket": "Jacket", + "options.modelPart.left_sleeve": "Left Sleeve", + "options.modelPart.right_sleeve": "Right Sleeve", + "options.modelPart.left_pants_leg": "Left Pants Leg", + "options.modelPart.right_pants_leg": "Right Pants Leg", + "options.snooper": "Allow Snooper", + "options.snooper.view": "Snooper Settings...", + "options.snooper.title": "Feed us data!", + "options.snooper.desc": "We always want to improve Minecraft and, to help us do that, we'd like to collect some information. This lets us know what hardware to support and where the big problems are. It also gives us a sense of the size of our active player base, so we know if we're doing a good job. You can view all the information we collect below. If you want to opt out then you can simply toggle it off!", + "options.resourcepack": "Resource Packs...", + "options.fullscreen": "Fullscreen", + "options.vsync": "Use VSync", + "options.vbo": "Use VBOs", + "options.touchscreen": "Touchscreen Mode", + "options.reducedDebugInfo": "Reduced Debug Info", + "options.entityShadows": "Entity Shadows", + "options.mainHand": "Main Hand", + "options.mainHand.left": "Left", + "options.mainHand.right": "Right", + "options.attackIndicator": "Attack Indicator", + "options.attack.crosshair": "Crosshair", + "options.attack.hotbar": "Hotbar", + "options.showSubtitles": "Show Subtitles", + "options.realmsNotifications": "Realms Notifications", + "options.autoJump": "Auto-Jump", + "options.autoSuggestCommands": "Command Suggestions", + "options.discrete_mouse_scroll": "Discrete Scrolling", + "options.mouseWheelSensitivity": "Scroll Sensitivity", + "options.rawMouseInput": "Raw Input", + "options.narrator": "Narrator", + "options.narrator.off": "OFF", + "options.narrator.all": "Narrates all", + "options.narrator.chat": "Narrates chat", + "options.narrator.system": "Narrates system", + "options.narrator.notavailable": "Not available", + "options.fullscreen.resolution": "Fullscreen Resolution", + "options.fullscreen.unavailable": "Setting unavailable", + "options.fullscreen.current": "Current", + "options.mipmapLevels": "Mipmap Levels", + "options.forceUnicodeFont": "Force Unicode Font", + "narrator.toast.disabled": "Narrator Disabled", + "narrator.toast.enabled": "Narrator Enabled", + "difficulty.lock.title": "Lock World Difficulty", + "difficulty.lock.question": "Are you sure you want to lock the difficulty of this world? This will set this world to always be %1$s, and you will never be able to change that again.", + "title.oldgl.eol.line1": "Old graphics card detected; this WILL prevent you from", + "title.oldgl.eol.line2": "playing future updates as OpenGL 2.0 will be required!", + "title.oldgl.deprecation.line1": "Old graphics card detected; this may prevent you from", + "title.oldgl.deprecation.line2": "playing in the future as OpenGL 3.2 will be required!", + "controls.title": "Controls", + "controls.reset": "Reset", + "controls.resetAll": "Reset Keys", + "key.sprint": "Sprint", + "key.forward": "Walk Forwards", + "key.left": "Strafe Left", + "key.back": "Walk Backwards", + "key.right": "Strafe Right", + "key.jump": "Jump", + "key.inventory": "Open/Close Inventory", + "key.drop": "Drop Selected Item", + "key.swapHands": "Swap Item In Hands", + "key.chat": "Open Chat", + "key.sneak": "Sneak", + "key.playerlist": "List Players", + "key.attack": "Attack/Destroy", + "key.use": "Use Item/Place Block", + "key.pickItem": "Pick Block", + "key.command": "Open Command", + "key.screenshot": "Take Screenshot", + "key.togglePerspective": "Toggle Perspective", + "key.smoothCamera": "Toggle Cinematic Camera", + "key.fullscreen": "Toggle Fullscreen", + "key.spectatorOutlines": "Highlight Players (Spectators)", + "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.saveToolbarActivator": "Save Toolbar Activator", + "key.loadToolbarActivator": "Load Toolbar Activator", + "key.advancements": "Advancements", + "key.categories.movement": "Movement", + "key.categories.misc": "Miscellaneous", + "key.categories.multiplayer": "Multiplayer", + "key.categories.gameplay": "Gameplay", + "key.categories.ui": "Game Interface", + "key.categories.inventory": "Inventory", + "key.categories.creative": "Creative Mode", + "key.mouse.left": "Left Button", + "key.mouse.right": "Right Button", + "key.mouse.middle": "Middle Button", + "key.mouse": "Button %1$s", + "key.keyboard.unknown": "Not bound", + "key.keyboard.apostrophe": "'", + "key.keyboard.backslash": "\\", + "key.keyboard.backspace": "Backspace", + "key.keyboard.comma": ",", + "key.keyboard.delete": "Delete", + "key.keyboard.end": "End", + "key.keyboard.enter": "Enter", + "key.keyboard.equal": "=", + "key.keyboard.escape": "Escape", + "key.keyboard.f1": "F1", + "key.keyboard.f2": "F2", + "key.keyboard.f3": "F3", + "key.keyboard.f4": "F4", + "key.keyboard.f5": "F5", + "key.keyboard.f6": "F6", + "key.keyboard.f7": "F7", + "key.keyboard.f8": "F8", + "key.keyboard.f9": "F9", + "key.keyboard.f10": "F10", + "key.keyboard.f11": "F11", + "key.keyboard.f12": "F12", + "key.keyboard.f13": "F13", + "key.keyboard.f14": "F14", + "key.keyboard.f15": "F15", + "key.keyboard.f16": "F16", + "key.keyboard.f17": "F17", + "key.keyboard.f18": "F18", + "key.keyboard.f19": "F19", + "key.keyboard.f20": "F20", + "key.keyboard.f21": "F21", + "key.keyboard.f22": "F22", + "key.keyboard.f23": "F23", + "key.keyboard.f24": "F24", + "key.keyboard.f25": "F25", + "key.keyboard.grave.accent": "`", + "key.keyboard.home": "Home", + "key.keyboard.insert": "Insert", + "key.keyboard.keypad.0": "Keypad 0", + "key.keyboard.keypad.1": "Keypad 1", + "key.keyboard.keypad.2": "Keypad 2", + "key.keyboard.keypad.3": "Keypad 3", + "key.keyboard.keypad.4": "Keypad 4", + "key.keyboard.keypad.5": "Keypad 5", + "key.keyboard.keypad.6": "Keypad 6", + "key.keyboard.keypad.7": "Keypad 7", + "key.keyboard.keypad.8": "Keypad 8", + "key.keyboard.keypad.9": "Keypad 9", + "key.keyboard.keypad.add": "Keypad +", + "key.keyboard.keypad.decimal": "Keypad Decimal", + "key.keyboard.keypad.enter": "Keypad Enter", + "key.keyboard.keypad.equal": "Keypad =", + "key.keyboard.keypad.multiply": "Keypad *", + "key.keyboard.keypad.divide": "Keypad /", + "key.keyboard.keypad.subtract": "Keypad -", + "key.keyboard.left.bracket": "[", + "key.keyboard.right.bracket": "]", + "key.keyboard.minus": "-", + "key.keyboard.num.lock": "Num Lock", + "key.keyboard.caps.lock": "Caps Lock", + "key.keyboard.scroll.lock": "Scroll Lock", + "key.keyboard.page.down": "Page Down", + "key.keyboard.page.up": "Page Up", + "key.keyboard.pause": "Pause", + "key.keyboard.period": ".", + "key.keyboard.left.control": "Left Control", + "key.keyboard.right.control": "Right Control", + "key.keyboard.left.alt": "Left Alt", + "key.keyboard.right.alt": "Right Alt", + "key.keyboard.left.shift": "Left Shift", + "key.keyboard.right.shift": "Right Shift", + "key.keyboard.left.win": "Left Win", + "key.keyboard.right.win": "Right Win", + "key.keyboard.semicolon": ";", + "key.keyboard.slash": "/", + "key.keyboard.space": "Space", + "key.keyboard.tab": "Tab", + "key.keyboard.up": "Up Arrow", + "key.keyboard.down": "Down Arrow", + "key.keyboard.left": "Left Arrow", + "key.keyboard.right": "Right Arrow", + "key.keyboard.menu": "Menu", + "key.keyboard.print.screen": "Print Screen", + "key.keyboard.world.1": "World 1", + "key.keyboard.world.2": "World 2", + "resourcePack.openFolder": "Open Resource Pack Folder", + "resourcePack.title": "Select Resource Packs", + "resourcePack.available.title": "Available Resource Packs", + "resourcePack.selected.title": "Selected Resource Packs", + "resourcePack.folderInfo": "(Place resource pack files here)", + "resourcePack.incompatible": "Incompatible", + "resourcePack.incompatible.old": "(Made for an older version of Minecraft)", + "resourcePack.incompatible.new": "(Made for a newer version of Minecraft)", + "resourcePack.incompatible.confirm.title": "Are you sure you want to load this resource pack?", + "resourcePack.incompatible.confirm.old": "This resource pack was made for an older version of Minecraft and may no longer work correctly.", + "resourcePack.incompatible.confirm.new": "This resource pack was made for a newer version of Minecraft and may no longer work correctly.", + "resourcePack.server.name": "World Specific Resources", + "resourcePack.broken_assets": "BROKEN ASSETS DETECTED", + "resourcePack.load_fail": "Resource reload failed", + "sign.edit": "Edit sign message", + "book.pageIndicator": "Page %1$s of %2$s", + "book.byAuthor": "by %1$s", + "book.signButton": "Sign", + "book.editTitle": "Enter Book Title:", + "book.finalizeButton": "Sign and Close", + "book.finalizeWarning": "Note! When you sign the book, it will no longer be editable.", + "book.generation.0": "Original", + "book.generation.1": "Copy of original", + "book.generation.2": "Copy of a copy", + "book.generation.3": "Tattered", + "book.invalid.tag": "* Invalid book tag *", + "merchant.deprecated": "Villagers restock up to two times per day.", + "merchant.current_level": "Trader's current level", + "merchant.next_level": "Trader's next level", + "merchant.level.1": "Novice", + "merchant.level.2": "Apprentice", + "merchant.level.3": "Journeyman", + "merchant.level.4": "Expert", + "merchant.level.5": "Master", + "merchant.trades": "Trades", + "block.minecraft.air": "Air", + "block.minecraft.barrier": "Barrier", + "block.minecraft.stone": "Stone", + "block.minecraft.granite": "Granite", + "block.minecraft.polished_granite": "Polished Granite", + "block.minecraft.diorite": "Diorite", + "block.minecraft.polished_diorite": "Polished Diorite", + "block.minecraft.andesite": "Andesite", + "block.minecraft.polished_andesite": "Polished Andesite", + "block.minecraft.hay_block": "Hay Bale", + "block.minecraft.grass_block": "Grass Block", + "block.minecraft.dirt": "Dirt", + "block.minecraft.coarse_dirt": "Coarse Dirt", + "block.minecraft.podzol": "Podzol", + "block.minecraft.cobblestone": "Cobblestone", + "block.minecraft.oak_planks": "Oak Planks", + "block.minecraft.spruce_planks": "Spruce Planks", + "block.minecraft.birch_planks": "Birch Planks", + "block.minecraft.jungle_planks": "Jungle Planks", + "block.minecraft.acacia_planks": "Acacia Planks", + "block.minecraft.dark_oak_planks": "Dark Oak Planks", + "block.minecraft.oak_sapling": "Oak Sapling", + "block.minecraft.spruce_sapling": "Spruce Sapling", + "block.minecraft.birch_sapling": "Birch Sapling", + "block.minecraft.jungle_sapling": "Jungle Sapling", + "block.minecraft.acacia_sapling": "Acacia Sapling", + "block.minecraft.dark_oak_sapling": "Dark Oak Sapling", + "block.minecraft.oak_door": "Oak Door", + "block.minecraft.spruce_door": "Spruce Door", + "block.minecraft.birch_door": "Birch Door", + "block.minecraft.jungle_door": "Jungle Door", + "block.minecraft.acacia_door": "Acacia Door", + "block.minecraft.dark_oak_door": "Dark Oak Door", + "block.minecraft.bedrock": "Bedrock", + "block.minecraft.water": "Water", + "block.minecraft.lava": "Lava", + "block.minecraft.flowing_water": "Flowing Water", + "block.minecraft.flowing_lava": "Flowing Lava", + "block.minecraft.sand": "Sand", + "block.minecraft.red_sand": "Red Sand", + "block.minecraft.sandstone": "Sandstone", + "block.minecraft.chiseled_sandstone": "Chiseled Sandstone", + "block.minecraft.cut_sandstone": "Cut Sandstone", + "block.minecraft.red_sandstone": "Red Sandstone", + "block.minecraft.chiseled_red_sandstone": "Chiseled Red Sandstone", + "block.minecraft.cut_red_sandstone": "Cut Red Sandstone", + "block.minecraft.gravel": "Gravel", + "block.minecraft.gold_ore": "Gold Ore", + "block.minecraft.iron_ore": "Iron Ore", + "block.minecraft.coal_ore": "Coal Ore", + "block.minecraft.oak_wood": "Oak Wood", + "block.minecraft.spruce_wood": "Spruce Wood", + "block.minecraft.birch_wood": "Birch Wood", + "block.minecraft.jungle_wood": "Jungle Wood", + "block.minecraft.acacia_wood": "Acacia Wood", + "block.minecraft.dark_oak_wood": "Dark Oak Wood", + "block.minecraft.oak_log": "Oak Log", + "block.minecraft.spruce_log": "Spruce Log", + "block.minecraft.birch_log": "Birch Log", + "block.minecraft.jungle_log": "Jungle Log", + "block.minecraft.acacia_log": "Acacia Log", + "block.minecraft.dark_oak_log": "Dark Oak Log", + "block.minecraft.stripped_oak_log": "Stripped Oak Log", + "block.minecraft.stripped_spruce_log": "Stripped Spruce Log", + "block.minecraft.stripped_birch_log": "Stripped Birch Log", + "block.minecraft.stripped_jungle_log": "Stripped Jungle Log", + "block.minecraft.stripped_acacia_log": "Stripped Acacia Log", + "block.minecraft.stripped_dark_oak_log": "Stripped Dark Oak Log", + "block.minecraft.stripped_oak_wood": "Stripped Oak Wood", + "block.minecraft.stripped_spruce_wood": "Stripped Spruce Wood", + "block.minecraft.stripped_birch_wood": "Stripped Birch Wood", + "block.minecraft.stripped_jungle_wood": "Stripped Jungle Wood", + "block.minecraft.stripped_acacia_wood": "Stripped Acacia Wood", + "block.minecraft.stripped_dark_oak_wood": "Stripped Dark Oak Wood", + "block.minecraft.oak_leaves": "Oak Leaves", + "block.minecraft.spruce_leaves": "Spruce Leaves", + "block.minecraft.birch_leaves": "Birch Leaves", + "block.minecraft.jungle_leaves": "Jungle Leaves", + "block.minecraft.acacia_leaves": "Acacia Leaves", + "block.minecraft.dark_oak_leaves": "Dark Oak Leaves", + "block.minecraft.dead_bush": "Dead Bush", + "block.minecraft.grass": "Grass", + "block.minecraft.fern": "Fern", + "block.minecraft.sponge": "Sponge", + "block.minecraft.wet_sponge": "Wet Sponge", + "block.minecraft.glass": "Glass", + "block.minecraft.kelp_plant": "Kelp Plant", + "block.minecraft.kelp": "Kelp", + "block.minecraft.dried_kelp_block": "Dried Kelp Block", + "block.minecraft.white_stained_glass": "White Stained Glass", + "block.minecraft.orange_stained_glass": "Orange Stained Glass", + "block.minecraft.magenta_stained_glass": "Magenta Stained Glass", + "block.minecraft.light_blue_stained_glass": "Light Blue Stained Glass", + "block.minecraft.yellow_stained_glass": "Yellow Stained Glass", + "block.minecraft.lime_stained_glass": "Lime Stained Glass", + "block.minecraft.pink_stained_glass": "Pink Stained Glass", + "block.minecraft.gray_stained_glass": "Gray Stained Glass", + "block.minecraft.light_gray_stained_glass": "Light Gray Stained Glass", + "block.minecraft.cyan_stained_glass": "Cyan Stained Glass", + "block.minecraft.purple_stained_glass": "Purple Stained Glass", + "block.minecraft.blue_stained_glass": "Blue Stained Glass", + "block.minecraft.brown_stained_glass": "Brown Stained Glass", + "block.minecraft.green_stained_glass": "Green Stained Glass", + "block.minecraft.red_stained_glass": "Red Stained Glass", + "block.minecraft.black_stained_glass": "Black Stained Glass", + "block.minecraft.white_stained_glass_pane": "White Stained Glass Pane", + "block.minecraft.orange_stained_glass_pane": "Orange Stained Glass Pane", + "block.minecraft.magenta_stained_glass_pane": "Magenta Stained Glass Pane", + "block.minecraft.light_blue_stained_glass_pane": "Light Blue Stained Glass Pane", + "block.minecraft.yellow_stained_glass_pane": "Yellow Stained Glass Pane", + "block.minecraft.lime_stained_glass_pane": "Lime Stained Glass Pane", + "block.minecraft.pink_stained_glass_pane": "Pink Stained Glass Pane", + "block.minecraft.gray_stained_glass_pane": "Gray Stained Glass Pane", + "block.minecraft.light_gray_stained_glass_pane": "Light Gray Stained Glass Pane", + "block.minecraft.cyan_stained_glass_pane": "Cyan Stained Glass Pane", + "block.minecraft.purple_stained_glass_pane": "Purple Stained Glass Pane", + "block.minecraft.blue_stained_glass_pane": "Blue Stained Glass Pane", + "block.minecraft.brown_stained_glass_pane": "Brown Stained Glass Pane", + "block.minecraft.green_stained_glass_pane": "Green Stained Glass Pane", + "block.minecraft.red_stained_glass_pane": "Red Stained Glass Pane", + "block.minecraft.black_stained_glass_pane": "Black Stained Glass Pane", + "block.minecraft.glass_pane": "Glass Pane", + "block.minecraft.dandelion": "Dandelion", + "block.minecraft.poppy": "Poppy", + "block.minecraft.blue_orchid": "Blue Orchid", + "block.minecraft.allium": "Allium", + "block.minecraft.azure_bluet": "Azure Bluet", + "block.minecraft.red_tulip": "Red Tulip", + "block.minecraft.orange_tulip": "Orange Tulip", + "block.minecraft.white_tulip": "White Tulip", + "block.minecraft.pink_tulip": "Pink Tulip", + "block.minecraft.oxeye_daisy": "Oxeye Daisy", + "block.minecraft.cornflower": "Cornflower", + "block.minecraft.lily_of_the_valley": "Lily of the Valley", + "block.minecraft.wither_rose": "Wither Rose", + "block.minecraft.sunflower": "Sunflower", + "block.minecraft.lilac": "Lilac", + "block.minecraft.tall_grass": "Tall Grass", + "block.minecraft.tall_seagrass": "Tall Seagrass", + "block.minecraft.large_fern": "Large Fern", + "block.minecraft.rose_bush": "Rose Bush", + "block.minecraft.peony": "Peony", + "block.minecraft.seagrass": "Seagrass", + "block.minecraft.sea_pickle": "Sea Pickle", + "block.minecraft.brown_mushroom": "Brown Mushroom", + "block.minecraft.red_mushroom_block": "Red Mushroom Block", + "block.minecraft.brown_mushroom_block": "Brown Mushroom Block", + "block.minecraft.mushroom_stem": "Mushroom Stem", + "block.minecraft.gold_block": "Block of Gold", + "block.minecraft.iron_block": "Block of Iron", + "block.minecraft.smooth_stone": "Smooth Stone", + "block.minecraft.smooth_sandstone": "Smooth Sandstone", + "block.minecraft.smooth_red_sandstone": "Smooth Red Sandstone", + "block.minecraft.smooth_quartz": "Smooth Quartz", + "block.minecraft.stone_slab": "Stone Slab", + "block.minecraft.smooth_stone_slab": "Smooth Stone Slab", + "block.minecraft.sandstone_slab": "Sandstone Slab", + "block.minecraft.red_sandstone_slab": "Red Sandstone Slab", + "block.minecraft.cut_sandstone_slab": "Cut Sandstone Slab", + "block.minecraft.cut_red_sandstone_slab": "Cut Red Sandstone Slab", + "block.minecraft.petrified_oak_slab": "Petrified Oak Slab", + "block.minecraft.cobblestone_slab": "Cobblestone Slab", + "block.minecraft.brick_slab": "Brick Slab", + "block.minecraft.stone_brick_slab": "Stone Brick Slab", + "block.minecraft.nether_brick_slab": "Nether Brick Slab", + "block.minecraft.quartz_slab": "Quartz Slab", + "block.minecraft.oak_slab": "Oak Slab", + "block.minecraft.spruce_slab": "Spruce Slab", + "block.minecraft.birch_slab": "Birch Slab", + "block.minecraft.jungle_slab": "Jungle Slab", + "block.minecraft.acacia_slab": "Acacia Slab", + "block.minecraft.dark_oak_slab": "Dark Oak Slab", + "block.minecraft.dark_prismarine_slab": "Dark Prismarine Slab", + "block.minecraft.prismarine_slab": "Prismarine Slab", + "block.minecraft.prismarine_brick_slab": "Prismarine Brick Slab", + "block.minecraft.bricks": "Bricks", + "block.minecraft.tnt": "TNT", + "block.minecraft.bookshelf": "Bookshelf", + "block.minecraft.mossy_cobblestone": "Mossy Cobblestone", + "block.minecraft.obsidian": "Obsidian", + "block.minecraft.torch": "Torch", + "block.minecraft.wall_torch": "Wall Torch", + "block.minecraft.fire": "Fire", + "block.minecraft.spawner": "Spawner", + "block.minecraft.oak_stairs": "Oak Stairs", + "block.minecraft.spruce_stairs": "Spruce Stairs", + "block.minecraft.birch_stairs": "Birch Stairs", + "block.minecraft.jungle_stairs": "Jungle Stairs", + "block.minecraft.acacia_stairs": "Acacia Stairs", + "block.minecraft.dark_oak_stairs": "Dark Oak Stairs", + "block.minecraft.dark_prismarine_stairs": "Dark Prismarine Stairs", + "block.minecraft.prismarine_stairs": "Prismarine Stairs", + "block.minecraft.prismarine_brick_stairs": "Prismarine Brick Stairs", + "block.minecraft.chest": "Chest", + "block.minecraft.trapped_chest": "Trapped Chest", + "block.minecraft.redstone_wire": "Redstone Wire", + "block.minecraft.diamond_ore": "Diamond Ore", + "block.minecraft.coal_block": "Block of Coal", + "block.minecraft.diamond_block": "Block of Diamond", + "block.minecraft.crafting_table": "Crafting Table", + "block.minecraft.wheat": "Wheat Crops", + "block.minecraft.farmland": "Farmland", + "block.minecraft.furnace": "Furnace", + "block.minecraft.oak_sign": "Oak Sign", + "block.minecraft.spruce_sign": "Spruce Sign", + "block.minecraft.birch_sign": "Birch Sign", + "block.minecraft.acacia_sign": "Acacia Sign", + "block.minecraft.jungle_sign": "Jungle Sign", + "block.minecraft.dark_oak_sign": "Dark Oak Sign", + "block.minecraft.oak_wall_sign": "Oak Wall Sign", + "block.minecraft.spruce_wall_sign": "Spruce Wall Sign", + "block.minecraft.birch_wall_sign": "Birch Wall Sign", + "block.minecraft.acacia_wall_sign": "Acacia Wall Sign", + "block.minecraft.jungle_wall_sign": "Jungle Wall Sign", + "block.minecraft.dark_oak_wall_sign": "Dark Oak Wall Sign", + "block.minecraft.ladder": "Ladder", + "block.minecraft.scaffolding": "Scaffolding", + "block.minecraft.rail": "Rail", + "block.minecraft.powered_rail": "Powered Rail", + "block.minecraft.activator_rail": "Activator Rail", + "block.minecraft.detector_rail": "Detector Rail", + "block.minecraft.cobblestone_stairs": "Cobblestone Stairs", + "block.minecraft.sandstone_stairs": "Sandstone Stairs", + "block.minecraft.red_sandstone_stairs": "Red Sandstone Stairs", + "block.minecraft.lever": "Lever", + "block.minecraft.stone_pressure_plate": "Stone Pressure Plate", + "block.minecraft.oak_pressure_plate": "Oak Pressure Plate", + "block.minecraft.spruce_pressure_plate": "Spruce Pressure Plate", + "block.minecraft.birch_pressure_plate": "Birch Pressure Plate", + "block.minecraft.jungle_pressure_plate": "Jungle Pressure Plate", + "block.minecraft.acacia_pressure_plate": "Acacia Pressure Plate", + "block.minecraft.dark_oak_pressure_plate": "Dark Oak Pressure Plate", + "block.minecraft.light_weighted_pressure_plate": "Light Weighted Pressure Plate", + "block.minecraft.heavy_weighted_pressure_plate": "Heavy Weighted Pressure Plate", + "block.minecraft.iron_door": "Iron Door", + "block.minecraft.redstone_ore": "Redstone Ore", + "block.minecraft.redstone_torch": "Redstone Torch", + "block.minecraft.redstone_wall_torch": "Redstone Wall Torch", + "block.minecraft.stone_button": "Stone Button", + "block.minecraft.oak_button": "Oak Button", + "block.minecraft.spruce_button": "Spruce Button", + "block.minecraft.birch_button": "Birch Button", + "block.minecraft.jungle_button": "Jungle Button", + "block.minecraft.acacia_button": "Acacia Button", + "block.minecraft.dark_oak_button": "Dark Oak Button", + "block.minecraft.snow": "Snow", + "block.minecraft.white_carpet": "White Carpet", + "block.minecraft.orange_carpet": "Orange Carpet", + "block.minecraft.magenta_carpet": "Magenta Carpet", + "block.minecraft.light_blue_carpet": "Light Blue Carpet", + "block.minecraft.yellow_carpet": "Yellow Carpet", + "block.minecraft.lime_carpet": "Lime Carpet", + "block.minecraft.pink_carpet": "Pink Carpet", + "block.minecraft.gray_carpet": "Gray Carpet", + "block.minecraft.light_gray_carpet": "Light Gray Carpet", + "block.minecraft.cyan_carpet": "Cyan Carpet", + "block.minecraft.purple_carpet": "Purple Carpet", + "block.minecraft.blue_carpet": "Blue Carpet", + "block.minecraft.brown_carpet": "Brown Carpet", + "block.minecraft.green_carpet": "Green Carpet", + "block.minecraft.red_carpet": "Red Carpet", + "block.minecraft.black_carpet": "Black Carpet", + "block.minecraft.ice": "Ice", + "block.minecraft.frosted_ice": "Frosted Ice", + "block.minecraft.packed_ice": "Packed Ice", + "block.minecraft.blue_ice": "Blue Ice", + "block.minecraft.cactus": "Cactus", + "block.minecraft.clay": "Clay", + "block.minecraft.white_terracotta": "White Terracotta", + "block.minecraft.orange_terracotta": "Orange Terracotta", + "block.minecraft.magenta_terracotta": "Magenta Terracotta", + "block.minecraft.light_blue_terracotta": "Light Blue Terracotta", + "block.minecraft.yellow_terracotta": "Yellow Terracotta", + "block.minecraft.lime_terracotta": "Lime Terracotta", + "block.minecraft.pink_terracotta": "Pink Terracotta", + "block.minecraft.gray_terracotta": "Gray Terracotta", + "block.minecraft.light_gray_terracotta": "Light Gray Terracotta", + "block.minecraft.cyan_terracotta": "Cyan Terracotta", + "block.minecraft.purple_terracotta": "Purple Terracotta", + "block.minecraft.blue_terracotta": "Blue Terracotta", + "block.minecraft.brown_terracotta": "Brown Terracotta", + "block.minecraft.green_terracotta": "Green Terracotta", + "block.minecraft.red_terracotta": "Red Terracotta", + "block.minecraft.black_terracotta": "Black Terracotta", + "block.minecraft.terracotta": "Terracotta", + "block.minecraft.sugar_cane": "Sugar Cane", + "block.minecraft.jukebox": "Jukebox", + "block.minecraft.oak_fence": "Oak Fence", + "block.minecraft.spruce_fence": "Spruce Fence", + "block.minecraft.birch_fence": "Birch Fence", + "block.minecraft.jungle_fence": "Jungle Fence", + "block.minecraft.dark_oak_fence": "Dark Oak Fence", + "block.minecraft.acacia_fence": "Acacia Fence", + "block.minecraft.oak_fence_gate": "Oak Fence Gate", + "block.minecraft.spruce_fence_gate": "Spruce Fence Gate", + "block.minecraft.birch_fence_gate": "Birch Fence Gate", + "block.minecraft.jungle_fence_gate": "Jungle Fence Gate", + "block.minecraft.dark_oak_fence_gate": "Dark Oak Fence Gate", + "block.minecraft.acacia_fence_gate": "Acacia Fence Gate", + "block.minecraft.pumpkin_stem": "Pumpkin Stem", + "block.minecraft.attached_pumpkin_stem": "Attached Pumpkin Stem", + "block.minecraft.pumpkin": "Pumpkin", + "block.minecraft.carved_pumpkin": "Carved Pumpkin", + "block.minecraft.jack_o_lantern": "Jack o'Lantern", + "block.minecraft.netherrack": "Netherrack", + "block.minecraft.soul_sand": "Soul Sand", + "block.minecraft.glowstone": "Glowstone", + "block.minecraft.nether_portal": "Nether Portal", + "block.minecraft.white_wool": "White Wool", + "block.minecraft.orange_wool": "Orange Wool", + "block.minecraft.magenta_wool": "Magenta Wool", + "block.minecraft.light_blue_wool": "Light Blue Wool", + "block.minecraft.yellow_wool": "Yellow Wool", + "block.minecraft.lime_wool": "Lime Wool", + "block.minecraft.pink_wool": "Pink Wool", + "block.minecraft.gray_wool": "Gray Wool", + "block.minecraft.light_gray_wool": "Light Gray Wool", + "block.minecraft.cyan_wool": "Cyan Wool", + "block.minecraft.purple_wool": "Purple Wool", + "block.minecraft.blue_wool": "Blue Wool", + "block.minecraft.brown_wool": "Brown Wool", + "block.minecraft.green_wool": "Green Wool", + "block.minecraft.red_wool": "Red Wool", + "block.minecraft.black_wool": "Black Wool", + "block.minecraft.lapis_ore": "Lapis Lazuli Ore", + "block.minecraft.lapis_block": "Lapis Lazuli Block", + "block.minecraft.dispenser": "Dispenser", + "block.minecraft.dropper": "Dropper", + "block.minecraft.note_block": "Note Block", + "block.minecraft.cake": "Cake", + "block.minecraft.bed": "Bed", + "block.minecraft.bed.occupied": "This bed is occupied", + "block.minecraft.bed.obstructed": "This bed is obstructed", + "block.minecraft.bed.no_sleep": "You can sleep only at night and during thunderstorms", + "block.minecraft.bed.too_far_away": "You may not rest now; the bed is too far away", + "block.minecraft.bed.not_safe": "You may not rest now; there are monsters nearby", + "block.minecraft.bed.not_valid": "Your home bed was missing or obstructed", + "block.minecraft.bed.set_spawn": "Respawn point set", + "block.minecraft.oak_trapdoor": "Oak Trapdoor", + "block.minecraft.spruce_trapdoor": "Spruce Trapdoor", + "block.minecraft.birch_trapdoor": "Birch Trapdoor", + "block.minecraft.jungle_trapdoor": "Jungle Trapdoor", + "block.minecraft.acacia_trapdoor": "Acacia Trapdoor", + "block.minecraft.dark_oak_trapdoor": "Dark Oak Trapdoor", + "block.minecraft.iron_trapdoor": "Iron Trapdoor", + "block.minecraft.cobweb": "Cobweb", + "block.minecraft.stone_bricks": "Stone Bricks", + "block.minecraft.mossy_stone_bricks": "Mossy Stone Bricks", + "block.minecraft.cracked_stone_bricks": "Cracked Stone Bricks", + "block.minecraft.chiseled_stone_bricks": "Chiseled Stone Bricks", + "block.minecraft.infested_stone": "Infested Stone", + "block.minecraft.infested_cobblestone": "Infested Cobblestone", + "block.minecraft.infested_stone_bricks": "Infested Stone Bricks", + "block.minecraft.infested_mossy_stone_bricks": "Infested Mossy Stone Bricks", + "block.minecraft.infested_cracked_stone_bricks": "Infested Cracked Stone Bricks", + "block.minecraft.infested_chiseled_stone_bricks": "Infested Chiseled Stone Bricks", + "block.minecraft.piston": "Piston", + "block.minecraft.sticky_piston": "Sticky Piston", + "block.minecraft.iron_bars": "Iron Bars", + "block.minecraft.melon": "Melon", + "block.minecraft.brick_stairs": "Brick Stairs", + "block.minecraft.stone_brick_stairs": "Stone Brick Stairs", + "block.minecraft.vine": "Vines", + "block.minecraft.nether_bricks": "Nether Bricks", + "block.minecraft.nether_brick_fence": "Nether Brick Fence", + "block.minecraft.nether_brick_stairs": "Nether Brick Stairs", + "block.minecraft.nether_wart": "Nether Wart", + "block.minecraft.cauldron": "Cauldron", + "block.minecraft.enchanting_table": "Enchanting Table", + "block.minecraft.anvil": "Anvil", + "block.minecraft.chipped_anvil": "Chipped Anvil", + "block.minecraft.damaged_anvil": "Damaged Anvil", + "block.minecraft.end_stone": "End Stone", + "block.minecraft.end_portal_frame": "End Portal Frame", + "block.minecraft.mycelium": "Mycelium", + "block.minecraft.lily_pad": "Lily Pad", + "block.minecraft.dragon_egg": "Dragon Egg", + "block.minecraft.redstone_lamp": "Redstone Lamp", + "block.minecraft.cocoa": "Cocoa", + "block.minecraft.ender_chest": "Ender Chest", + "block.minecraft.emerald_ore": "Emerald Ore", + "block.minecraft.emerald_block": "Block of Emerald", + "block.minecraft.redstone_block": "Block of Redstone", + "block.minecraft.tripwire": "Tripwire", + "block.minecraft.tripwire_hook": "Tripwire Hook", + "block.minecraft.command_block": "Command Block", + "block.minecraft.repeating_command_block": "Repeating Command Block", + "block.minecraft.chain_command_block": "Chain Command Block", + "block.minecraft.beacon": "Beacon", + "block.minecraft.beacon.primary": "Primary Power", + "block.minecraft.beacon.secondary": "Secondary Power", + "block.minecraft.cobblestone_wall": "Cobblestone Wall", + "block.minecraft.mossy_cobblestone_wall": "Mossy Cobblestone Wall", + "block.minecraft.carrots": "Carrots", + "block.minecraft.potatoes": "Potatoes", + "block.minecraft.daylight_detector": "Daylight Detector", + "block.minecraft.nether_quartz_ore": "Nether Quartz Ore", + "block.minecraft.hopper": "Hopper", + "block.minecraft.quartz_block": "Block of Quartz", + "block.minecraft.chiseled_quartz_block": "Chiseled Quartz Block", + "block.minecraft.quartz_pillar": "Quartz Pillar", + "block.minecraft.quartz_stairs": "Quartz Stairs", + "block.minecraft.slime_block": "Slime Block", + "block.minecraft.prismarine": "Prismarine", + "block.minecraft.prismarine_bricks": "Prismarine Bricks", + "block.minecraft.dark_prismarine": "Dark Prismarine", + "block.minecraft.sea_lantern": "Sea Lantern", + "block.minecraft.end_rod": "End Rod", + "block.minecraft.chorus_plant": "Chorus Plant", + "block.minecraft.chorus_flower": "Chorus Flower", + "block.minecraft.purpur_block": "Purpur Block", + "block.minecraft.purpur_pillar": "Purpur Pillar", + "block.minecraft.purpur_stairs": "Purpur Stairs", + "block.minecraft.purpur_slab": "Purpur Slab", + "block.minecraft.end_stone_bricks": "End Stone Bricks", + "block.minecraft.beetroots": "Beetroots", + "block.minecraft.grass_path": "Grass Path", + "block.minecraft.magma_block": "Magma Block", + "block.minecraft.nether_wart_block": "Nether Wart Block", + "block.minecraft.red_nether_bricks": "Red Nether Bricks", + "block.minecraft.bone_block": "Bone Block", + "block.minecraft.observer": "Observer", + "block.minecraft.shulker_box": "Shulker Box", + "block.minecraft.white_shulker_box": "White Shulker Box", + "block.minecraft.orange_shulker_box": "Orange Shulker Box", + "block.minecraft.magenta_shulker_box": "Magenta Shulker Box", + "block.minecraft.light_blue_shulker_box": "Light Blue Shulker Box", + "block.minecraft.yellow_shulker_box": "Yellow Shulker Box", + "block.minecraft.lime_shulker_box": "Lime Shulker Box", + "block.minecraft.pink_shulker_box": "Pink Shulker Box", + "block.minecraft.gray_shulker_box": "Gray Shulker Box", + "block.minecraft.light_gray_shulker_box": "Light Gray Shulker Box", + "block.minecraft.cyan_shulker_box": "Cyan Shulker Box", + "block.minecraft.purple_shulker_box": "Purple Shulker Box", + "block.minecraft.blue_shulker_box": "Blue Shulker Box", + "block.minecraft.brown_shulker_box": "Brown Shulker Box", + "block.minecraft.green_shulker_box": "Green Shulker Box", + "block.minecraft.red_shulker_box": "Red Shulker Box", + "block.minecraft.black_shulker_box": "Black Shulker Box", + "block.minecraft.white_glazed_terracotta": "White Glazed Terracotta", + "block.minecraft.orange_glazed_terracotta": "Orange Glazed Terracotta", + "block.minecraft.magenta_glazed_terracotta": "Magenta Glazed Terracotta", + "block.minecraft.light_blue_glazed_terracotta": "Light Blue Glazed Terracotta", + "block.minecraft.yellow_glazed_terracotta": "Yellow Glazed Terracotta", + "block.minecraft.lime_glazed_terracotta": "Lime Glazed Terracotta", + "block.minecraft.pink_glazed_terracotta": "Pink Glazed Terracotta", + "block.minecraft.gray_glazed_terracotta": "Gray Glazed Terracotta", + "block.minecraft.light_gray_glazed_terracotta": "Light Gray Glazed Terracotta", + "block.minecraft.cyan_glazed_terracotta": "Cyan Glazed Terracotta", + "block.minecraft.purple_glazed_terracotta": "Purple Glazed Terracotta", + "block.minecraft.blue_glazed_terracotta": "Blue Glazed Terracotta", + "block.minecraft.brown_glazed_terracotta": "Brown Glazed Terracotta", + "block.minecraft.green_glazed_terracotta": "Green Glazed Terracotta", + "block.minecraft.red_glazed_terracotta": "Red Glazed Terracotta", + "block.minecraft.black_glazed_terracotta": "Black Glazed Terracotta", + "block.minecraft.black_concrete": "Black Concrete", + "block.minecraft.red_concrete": "Red Concrete", + "block.minecraft.green_concrete": "Green Concrete", + "block.minecraft.brown_concrete": "Brown Concrete", + "block.minecraft.blue_concrete": "Blue Concrete", + "block.minecraft.purple_concrete": "Purple Concrete", + "block.minecraft.cyan_concrete": "Cyan Concrete", + "block.minecraft.light_gray_concrete": "Light Gray Concrete", + "block.minecraft.gray_concrete": "Gray Concrete", + "block.minecraft.pink_concrete": "Pink Concrete", + "block.minecraft.lime_concrete": "Lime Concrete", + "block.minecraft.yellow_concrete": "Yellow Concrete", + "block.minecraft.light_blue_concrete": "Light Blue Concrete", + "block.minecraft.magenta_concrete": "Magenta Concrete", + "block.minecraft.orange_concrete": "Orange Concrete", + "block.minecraft.white_concrete": "White Concrete", + "block.minecraft.black_concrete_powder": "Black Concrete Powder", + "block.minecraft.red_concrete_powder": "Red Concrete Powder", + "block.minecraft.green_concrete_powder": "Green Concrete Powder", + "block.minecraft.brown_concrete_powder": "Brown Concrete Powder", + "block.minecraft.blue_concrete_powder": "Blue Concrete Powder", + "block.minecraft.purple_concrete_powder": "Purple Concrete Powder", + "block.minecraft.cyan_concrete_powder": "Cyan Concrete Powder", + "block.minecraft.light_gray_concrete_powder": "Light Gray Concrete Powder", + "block.minecraft.gray_concrete_powder": "Gray Concrete Powder", + "block.minecraft.pink_concrete_powder": "Pink Concrete Powder", + "block.minecraft.lime_concrete_powder": "Lime Concrete Powder", + "block.minecraft.yellow_concrete_powder": "Yellow Concrete Powder", + "block.minecraft.light_blue_concrete_powder": "Light Blue Concrete Powder", + "block.minecraft.magenta_concrete_powder": "Magenta Concrete Powder", + "block.minecraft.orange_concrete_powder": "Orange Concrete Powder", + "block.minecraft.white_concrete_powder": "White Concrete Powder", + "block.minecraft.turtle_egg": "Turtle Egg", + "block.minecraft.two_turtle_eggs": "Two Turtle Eggs", + "block.minecraft.three_turtle_eggs": "Three Turtle Eggs", + "block.minecraft.four_turtle_eggs": "Four Turtle Eggs", + "block.minecraft.banner": "Banner", + "block.minecraft.wall_banner": "Wall Banner", + "block.minecraft.piston_head": "Piston Head", + "block.minecraft.moving_piston": "Moving Piston", + "block.minecraft.red_mushroom": "Red Mushroom", + "block.minecraft.snow_block": "Snow Block", + "block.minecraft.attached_melon_stem": "Attached Melon Stem", + "block.minecraft.melon_stem": "Melon Stem", + "block.minecraft.brewing_stand": "Brewing Stand", + "block.minecraft.end_portal": "End Portal", + "block.minecraft.flower_pot": "Flower Pot", + "block.minecraft.potted_oak_sapling": "Potted Oak Sapling", + "block.minecraft.potted_spruce_sapling": "Potted Spruce Sapling", + "block.minecraft.potted_birch_sapling": "Potted Birch Sapling", + "block.minecraft.potted_jungle_sapling": "Potted Jungle Sapling", + "block.minecraft.potted_acacia_sapling": "Potted Acacia Sapling", + "block.minecraft.potted_dark_oak_sapling": "Potted Dark Oak Sapling", + "block.minecraft.potted_fern": "Potted Fern", + "block.minecraft.potted_dandelion": "Potted Dandelion", + "block.minecraft.potted_poppy": "Potted Poppy", + "block.minecraft.potted_blue_orchid": "Potted Blue Orchid", + "block.minecraft.potted_allium": "Potted Allium", + "block.minecraft.potted_azure_bluet": "Potted Azure Bluet", + "block.minecraft.potted_red_tulip": "Potted Red Tulip", + "block.minecraft.potted_orange_tulip": "Potted Orange Tulip", + "block.minecraft.potted_white_tulip": "Potted White Tulip", + "block.minecraft.potted_pink_tulip": "Potted Pink Tulip", + "block.minecraft.potted_oxeye_daisy": "Potted Oxeye Daisy", + "block.minecraft.potted_cornflower": "Potted Cornflower", + "block.minecraft.potted_lily_of_the_valley": "Potted Lily of the Valley", + "block.minecraft.potted_wither_rose": "Potted Wither Rose", + "block.minecraft.potted_red_mushroom": "Potted Red Mushroom", + "block.minecraft.potted_brown_mushroom": "Potted Brown Mushroom", + "block.minecraft.potted_dead_bush": "Potted Dead Bush", + "block.minecraft.potted_cactus": "Potted Cactus", + "block.minecraft.potted_bamboo": "Potted Bamboo", + "block.minecraft.skeleton_wall_skull": "Skeleton Wall Skull", + "block.minecraft.skeleton_skull": "Skeleton Skull", + "block.minecraft.wither_skeleton_wall_skull": "Wither Skeleton Wall Skull", + "block.minecraft.wither_skeleton_skull": "Wither Skeleton Skull", + "block.minecraft.zombie_wall_head": "Zombie Wall Head", + "block.minecraft.zombie_head": "Zombie Head", + "block.minecraft.player_wall_head": "Player Wall Head", + "block.minecraft.player_head": "Player Head", + "block.minecraft.player_head.named": "%s's Head", + "block.minecraft.creeper_wall_head": "Creeper Wall Head", + "block.minecraft.creeper_head": "Creeper Head", + "block.minecraft.dragon_wall_head": "Dragon Wall Head", + "block.minecraft.dragon_head": "Dragon Head", + "block.minecraft.end_gateway": "End Gateway", + "block.minecraft.structure_void": "Structure Void", + "block.minecraft.structure_block": "Structure Block", + "block.minecraft.void_air": "Void Air", + "block.minecraft.cave_air": "Cave Air", + "block.minecraft.bubble_column": "Bubble Column", + "block.minecraft.dead_tube_coral_block": "Dead Tube Coral Block", + "block.minecraft.dead_brain_coral_block": "Dead Brain Coral Block", + "block.minecraft.dead_bubble_coral_block": "Dead Bubble Coral Block", + "block.minecraft.dead_fire_coral_block": "Dead Fire Coral Block", + "block.minecraft.dead_horn_coral_block": "Dead Horn Coral Block", + "block.minecraft.tube_coral_block": "Tube Coral Block", + "block.minecraft.brain_coral_block": "Brain Coral Block", + "block.minecraft.bubble_coral_block": "Bubble Coral Block", + "block.minecraft.fire_coral_block": "Fire Coral Block", + "block.minecraft.horn_coral_block": "Horn Coral Block", + "block.minecraft.tube_coral": "Tube Coral", + "block.minecraft.brain_coral": "Brain Coral", + "block.minecraft.bubble_coral": "Bubble Coral", + "block.minecraft.fire_coral": "Fire Coral", + "block.minecraft.horn_coral": "Horn Coral", + "block.minecraft.dead_tube_coral": "Dead Tube Coral", + "block.minecraft.dead_brain_coral": "Dead Brain Coral", + "block.minecraft.dead_bubble_coral": "Dead Bubble Coral", + "block.minecraft.dead_fire_coral": "Dead Fire Coral", + "block.minecraft.dead_horn_coral": "Dead Horn Coral", + "block.minecraft.tube_coral_fan": "Tube Coral Fan", + "block.minecraft.brain_coral_fan": "Brain Coral Fan", + "block.minecraft.bubble_coral_fan": "Bubble Coral Fan", + "block.minecraft.fire_coral_fan": "Fire Coral Fan", + "block.minecraft.horn_coral_fan": "Horn Coral Fan", + "block.minecraft.dead_tube_coral_fan": "Dead Tube Coral Fan", + "block.minecraft.dead_brain_coral_fan": "Dead Brain Coral Fan", + "block.minecraft.dead_bubble_coral_fan": "Dead Bubble Coral Fan", + "block.minecraft.dead_fire_coral_fan": "Dead Fire Coral Fan", + "block.minecraft.dead_horn_coral_fan": "Dead Horn Coral Fan", + "block.minecraft.tube_coral_wall_fan": "Tube Coral Wall Fan", + "block.minecraft.brain_coral_wall_fan": "Brain Coral Wall Fan", + "block.minecraft.bubble_coral_wall_fan": "Bubble Coral Wall Fan", + "block.minecraft.fire_coral_wall_fan": "Fire Coral Wall Fan", + "block.minecraft.horn_coral_wall_fan": "Horn Coral Wall Fan", + "block.minecraft.dead_tube_coral_wall_fan": "Dead Tube Coral Wall Fan", + "block.minecraft.dead_brain_coral_wall_fan": "Dead Brain Coral Wall Fan", + "block.minecraft.dead_bubble_coral_wall_fan": "Dead Bubble Coral Wall Fan", + "block.minecraft.dead_fire_coral_wall_fan": "Dead Fire Coral Wall Fan", + "block.minecraft.dead_horn_coral_wall_fan": "Dead Horn Coral Wall Fan", + "block.minecraft.loom": "Loom", + "block.minecraft.conduit": "Conduit", + "block.minecraft.bamboo": "Bamboo", + "block.minecraft.bamboo_sapling": "Bamboo Sapling", + "block.minecraft.jigsaw": "Jigsaw Block", + "block.minecraft.composter": "Composter", + "block.minecraft.polished_granite_stairs": "Polished Granite Stairs", + "block.minecraft.smooth_red_sandstone_stairs": "Smooth Red Sandstone Stairs", + "block.minecraft.mossy_stone_brick_stairs": "Mossy Stone Brick Stairs", + "block.minecraft.polished_diorite_stairs": "Polished Diorite Stairs", + "block.minecraft.mossy_cobblestone_stairs": "Mossy Cobblestone Stairs", + "block.minecraft.end_stone_brick_stairs": "End Stone Brick Stairs", + "block.minecraft.stone_stairs": "Stone Stairs", + "block.minecraft.smooth_sandstone_stairs": "Smooth Sandstone Stairs", + "block.minecraft.smooth_quartz_stairs": "Smooth Quartz Stairs", + "block.minecraft.granite_stairs": "Granite Stairs", + "block.minecraft.andesite_stairs": "Andesite Stairs", + "block.minecraft.red_nether_brick_stairs": "Red Nether Brick Stairs", + "block.minecraft.polished_andesite_stairs": "Polished Andesite Stairs", + "block.minecraft.diorite_stairs": "Diorite Stairs", + "block.minecraft.polished_granite_slab": "Polished Granite Slab", + "block.minecraft.smooth_red_sandstone_slab": "Smooth Red Sandstone Slab", + "block.minecraft.mossy_stone_brick_slab": "Mossy Stone Brick Slab", + "block.minecraft.polished_diorite_slab": "Polished Diorite Slab", + "block.minecraft.mossy_cobblestone_slab": "Mossy Cobblestone Slab", + "block.minecraft.end_stone_brick_slab": "End Stone Brick Slab", + "block.minecraft.smooth_sandstone_slab": "Smooth Sandstone Slab", + "block.minecraft.smooth_quartz_slab": "Smooth Quartz Slab", + "block.minecraft.granite_slab": "Granite Slab", + "block.minecraft.andesite_slab": "Andesite Slab", + "block.minecraft.red_nether_brick_slab": "Red Nether Brick Slab", + "block.minecraft.polished_andesite_slab": "Polished Andesite Slab", + "block.minecraft.diorite_slab": "Diorite Slab", + "block.minecraft.brick_wall": "Brick Wall", + "block.minecraft.prismarine_wall": "Prismarine Wall", + "block.minecraft.red_sandstone_wall": "Red Sandstone Wall", + "block.minecraft.mossy_stone_brick_wall": "Mossy Stone Brick Wall", + "block.minecraft.granite_wall": "Granite Wall", + "block.minecraft.stone_brick_wall": "Stone Brick Wall", + "block.minecraft.nether_brick_wall": "Nether Brick Wall", + "block.minecraft.andesite_wall": "Andesite Wall", + "block.minecraft.red_nether_brick_wall": "Red Nether Brick Wall", + "block.minecraft.sandstone_wall": "Sandstone Wall", + "block.minecraft.end_stone_brick_wall": "End Stone Brick Wall", + "block.minecraft.diorite_wall": "Diorite Wall", + "block.minecraft.barrel": "Barrel", + "block.minecraft.smoker": "Smoker", + "block.minecraft.blast_furnace": "Blast Furnace", + "block.minecraft.cartography_table": "Cartography Table", + "block.minecraft.fletching_table": "Fletching Table", + "block.minecraft.smithing_table": "Smithing Table", + "block.minecraft.grindstone": "Grindstone", + "block.minecraft.lectern": "Lectern", + "block.minecraft.stonecutter": "Stonecutter", + "block.minecraft.bell": "Bell", + "block.minecraft.ominous_banner": "Ominous Banner", + "block.minecraft.lantern": "Lantern", + "block.minecraft.sweet_berry_bush": "Sweet Berry Bush", + "block.minecraft.campfire": "Campfire", + "block.minecraft.beehive": "Beehive", + "block.minecraft.bee_nest": "Bee Nest", + "block.minecraft.honey_block": "Honey Block", + "block.minecraft.honeycomb_block": "Honeycomb Block", + "item.minecraft.name_tag": "Name Tag", + "item.minecraft.lead": "Lead", + "item.minecraft.iron_shovel": "Iron Shovel", + "item.minecraft.iron_pickaxe": "Iron Pickaxe", + "item.minecraft.iron_axe": "Iron Axe", + "item.minecraft.flint_and_steel": "Flint and Steel", + "item.minecraft.apple": "Apple", + "item.minecraft.cookie": "Cookie", + "item.minecraft.bow": "Bow", + "item.minecraft.arrow": "Arrow", + "item.minecraft.spectral_arrow": "Spectral Arrow", + "item.minecraft.tipped_arrow": "Tipped Arrow", + "item.minecraft.dried_kelp": "Dried Kelp", + "item.minecraft.coal": "Coal", + "item.minecraft.charcoal": "Charcoal", + "item.minecraft.diamond": "Diamond", + "item.minecraft.emerald": "Emerald", + "item.minecraft.iron_ingot": "Iron Ingot", + "item.minecraft.gold_ingot": "Gold Ingot", + "item.minecraft.iron_sword": "Iron Sword", + "item.minecraft.wooden_sword": "Wooden Sword", + "item.minecraft.wooden_shovel": "Wooden Shovel", + "item.minecraft.wooden_pickaxe": "Wooden Pickaxe", + "item.minecraft.wooden_axe": "Wooden Axe", + "item.minecraft.stone_sword": "Stone Sword", + "item.minecraft.stone_shovel": "Stone Shovel", + "item.minecraft.stone_pickaxe": "Stone Pickaxe", + "item.minecraft.stone_axe": "Stone Axe", + "item.minecraft.diamond_sword": "Diamond Sword", + "item.minecraft.diamond_shovel": "Diamond Shovel", + "item.minecraft.diamond_pickaxe": "Diamond Pickaxe", + "item.minecraft.diamond_axe": "Diamond Axe", + "item.minecraft.stick": "Stick", + "item.minecraft.bowl": "Bowl", + "item.minecraft.mushroom_stew": "Mushroom Stew", + "item.minecraft.golden_sword": "Golden Sword", + "item.minecraft.golden_shovel": "Golden Shovel", + "item.minecraft.golden_pickaxe": "Golden Pickaxe", + "item.minecraft.golden_axe": "Golden Axe", + "item.minecraft.string": "String", + "item.minecraft.feather": "Feather", + "item.minecraft.gunpowder": "Gunpowder", + "item.minecraft.wooden_hoe": "Wooden Hoe", + "item.minecraft.stone_hoe": "Stone Hoe", + "item.minecraft.iron_hoe": "Iron Hoe", + "item.minecraft.diamond_hoe": "Diamond Hoe", + "item.minecraft.golden_hoe": "Golden Hoe", + "item.minecraft.wheat_seeds": "Wheat Seeds", + "item.minecraft.pumpkin_seeds": "Pumpkin Seeds", + "item.minecraft.melon_seeds": "Melon Seeds", + "item.minecraft.melon_slice": "Melon Slice", + "item.minecraft.wheat": "Wheat", + "item.minecraft.bread": "Bread", + "item.minecraft.leather_helmet": "Leather Cap", + "item.minecraft.leather_chestplate": "Leather Tunic", + "item.minecraft.leather_leggings": "Leather Pants", + "item.minecraft.leather_boots": "Leather Boots", + "item.minecraft.chainmail_helmet": "Chainmail Helmet", + "item.minecraft.chainmail_chestplate": "Chainmail Chestplate", + "item.minecraft.chainmail_leggings": "Chainmail Leggings", + "item.minecraft.chainmail_boots": "Chainmail Boots", + "item.minecraft.iron_helmet": "Iron Helmet", + "item.minecraft.iron_chestplate": "Iron Chestplate", + "item.minecraft.iron_leggings": "Iron Leggings", + "item.minecraft.iron_boots": "Iron Boots", + "item.minecraft.diamond_helmet": "Diamond Helmet", + "item.minecraft.diamond_chestplate": "Diamond Chestplate", + "item.minecraft.diamond_leggings": "Diamond Leggings", + "item.minecraft.diamond_boots": "Diamond Boots", + "item.minecraft.golden_helmet": "Golden Helmet", + "item.minecraft.golden_chestplate": "Golden Chestplate", + "item.minecraft.golden_leggings": "Golden Leggings", + "item.minecraft.golden_boots": "Golden Boots", + "item.minecraft.flint": "Flint", + "item.minecraft.porkchop": "Raw Porkchop", + "item.minecraft.cooked_porkchop": "Cooked Porkchop", + "item.minecraft.chicken": "Raw Chicken", + "item.minecraft.cooked_chicken": "Cooked Chicken", + "item.minecraft.mutton": "Raw Mutton", + "item.minecraft.cooked_mutton": "Cooked Mutton", + "item.minecraft.rabbit": "Raw Rabbit", + "item.minecraft.cooked_rabbit": "Cooked Rabbit", + "item.minecraft.rabbit_stew": "Rabbit Stew", + "item.minecraft.rabbit_foot": "Rabbit's Foot", + "item.minecraft.rabbit_hide": "Rabbit Hide", + "item.minecraft.beef": "Raw Beef", + "item.minecraft.cooked_beef": "Steak", + "item.minecraft.painting": "Painting", + "item.minecraft.item_frame": "Item Frame", + "item.minecraft.golden_apple": "Golden Apple", + "item.minecraft.enchanted_golden_apple": "Enchanted Golden Apple", + "item.minecraft.sign": "Sign", + "item.minecraft.bucket": "Bucket", + "item.minecraft.water_bucket": "Water Bucket", + "item.minecraft.lava_bucket": "Lava Bucket", + "item.minecraft.pufferfish_bucket": "Bucket of Pufferfish", + "item.minecraft.salmon_bucket": "Bucket of Salmon", + "item.minecraft.cod_bucket": "Bucket of Cod", + "item.minecraft.tropical_fish_bucket": "Bucket of Tropical Fish", + "item.minecraft.minecart": "Minecart", + "item.minecraft.saddle": "Saddle", + "item.minecraft.redstone": "Redstone Dust", + "item.minecraft.snowball": "Snowball", + "item.minecraft.oak_boat": "Oak Boat", + "item.minecraft.spruce_boat": "Spruce Boat", + "item.minecraft.birch_boat": "Birch Boat", + "item.minecraft.jungle_boat": "Jungle Boat", + "item.minecraft.acacia_boat": "Acacia Boat", + "item.minecraft.dark_oak_boat": "Dark Oak Boat", + "item.minecraft.leather": "Leather", + "item.minecraft.milk_bucket": "Milk Bucket", + "item.minecraft.brick": "Brick", + "item.minecraft.clay_ball": "Clay", + "item.minecraft.paper": "Paper", + "item.minecraft.book": "Book", + "item.minecraft.slime_ball": "Slimeball", + "item.minecraft.chest_minecart": "Minecart with Chest", + "item.minecraft.furnace_minecart": "Minecart with Furnace", + "item.minecraft.tnt_minecart": "Minecart with TNT", + "item.minecraft.hopper_minecart": "Minecart with Hopper", + "item.minecraft.command_block_minecart": "Minecart with Command Block", + "item.minecraft.egg": "Egg", + "item.minecraft.compass": "Compass", + "item.minecraft.fishing_rod": "Fishing Rod", + "item.minecraft.clock": "Clock", + "item.minecraft.glowstone_dust": "Glowstone Dust", + "item.minecraft.cod": "Raw Cod", + "item.minecraft.salmon": "Raw Salmon", + "item.minecraft.pufferfish": "Pufferfish", + "item.minecraft.tropical_fish": "Tropical Fish", + "item.minecraft.cooked_cod": "Cooked Cod", + "item.minecraft.cooked_salmon": "Cooked Salmon", + "item.minecraft.music_disc_13": "Music Disc", + "item.minecraft.music_disc_cat": "Music Disc", + "item.minecraft.music_disc_blocks": "Music Disc", + "item.minecraft.music_disc_chirp": "Music Disc", + "item.minecraft.music_disc_far": "Music Disc", + "item.minecraft.music_disc_mall": "Music Disc", + "item.minecraft.music_disc_mellohi": "Music Disc", + "item.minecraft.music_disc_stal": "Music Disc", + "item.minecraft.music_disc_strad": "Music Disc", + "item.minecraft.music_disc_ward": "Music Disc", + "item.minecraft.music_disc_11": "Music Disc", + "item.minecraft.music_disc_wait": "Music Disc", + "item.minecraft.music_disc_13.desc": "C418 - 13", + "item.minecraft.music_disc_cat.desc": "C418 - cat", + "item.minecraft.music_disc_blocks.desc": "C418 - blocks", + "item.minecraft.music_disc_chirp.desc": "C418 - chirp", + "item.minecraft.music_disc_far.desc": "C418 - far", + "item.minecraft.music_disc_mall.desc": "C418 - mall", + "item.minecraft.music_disc_mellohi.desc": "C418 - mellohi", + "item.minecraft.music_disc_stal.desc": "C418 - stal", + "item.minecraft.music_disc_strad.desc": "C418 - strad", + "item.minecraft.music_disc_ward.desc": "C418 - ward", + "item.minecraft.music_disc_11.desc": "C418 - 11", + "item.minecraft.music_disc_wait.desc": "C418 - wait", + "item.minecraft.bone": "Bone", + "item.minecraft.ink_sac": "Ink Sac", + "item.minecraft.red_dye": "Red Dye", + "item.minecraft.green_dye": "Green Dye", + "item.minecraft.cocoa_beans": "Cocoa Beans", + "item.minecraft.lapis_lazuli": "Lapis Lazuli", + "item.minecraft.purple_dye": "Purple Dye", + "item.minecraft.cyan_dye": "Cyan Dye", + "item.minecraft.light_gray_dye": "Light Gray Dye", + "item.minecraft.gray_dye": "Gray Dye", + "item.minecraft.pink_dye": "Pink Dye", + "item.minecraft.lime_dye": "Lime Dye", + "item.minecraft.yellow_dye": "Yellow Dye", + "item.minecraft.light_blue_dye": "Light Blue Dye", + "item.minecraft.magenta_dye": "Magenta Dye", + "item.minecraft.orange_dye": "Orange Dye", + "item.minecraft.bone_meal": "Bone Meal", + "item.minecraft.blue_dye": "Blue Dye", + "item.minecraft.black_dye": "Black Dye", + "item.minecraft.brown_dye": "Brown Dye", + "item.minecraft.white_dye": "White Dye", + "item.minecraft.sugar": "Sugar", + "block.minecraft.black_bed": "Black Bed", + "block.minecraft.red_bed": "Red Bed", + "block.minecraft.green_bed": "Green Bed", + "block.minecraft.brown_bed": "Brown Bed", + "block.minecraft.blue_bed": "Blue Bed", + "block.minecraft.purple_bed": "Purple Bed", + "block.minecraft.cyan_bed": "Cyan Bed", + "block.minecraft.light_gray_bed": "Light Gray Bed", + "block.minecraft.gray_bed": "Gray Bed", + "block.minecraft.pink_bed": "Pink Bed", + "block.minecraft.lime_bed": "Lime Bed", + "block.minecraft.yellow_bed": "Yellow Bed", + "block.minecraft.light_blue_bed": "Light Blue Bed", + "block.minecraft.magenta_bed": "Magenta Bed", + "block.minecraft.orange_bed": "Orange Bed", + "block.minecraft.white_bed": "White Bed", + "block.minecraft.repeater": "Redstone Repeater", + "block.minecraft.comparator": "Redstone Comparator", + "item.minecraft.filled_map": "Map", + "item.minecraft.shears": "Shears", + "item.minecraft.rotten_flesh": "Rotten Flesh", + "item.minecraft.ender_pearl": "Ender Pearl", + "item.minecraft.blaze_rod": "Blaze Rod", + "item.minecraft.ghast_tear": "Ghast Tear", + "item.minecraft.nether_wart": "Nether Wart", + "item.minecraft.potion": "Potion", + "item.minecraft.splash_potion": "Splash Potion", + "item.minecraft.lingering_potion": "Lingering Potion", + "item.minecraft.end_crystal": "End Crystal", + "item.minecraft.gold_nugget": "Gold Nugget", + "item.minecraft.glass_bottle": "Glass Bottle", + "item.minecraft.spider_eye": "Spider Eye", + "item.minecraft.fermented_spider_eye": "Fermented Spider Eye", + "item.minecraft.blaze_powder": "Blaze Powder", + "item.minecraft.magma_cream": "Magma Cream", + "item.minecraft.cauldron": "Cauldron", + "item.minecraft.brewing_stand": "Brewing Stand", + "item.minecraft.ender_eye": "Eye of Ender", + "item.minecraft.glistering_melon_slice": "Glistering Melon Slice", + "item.minecraft.bat_spawn_egg": "Bat Spawn Egg", + "item.minecraft.bee_spawn_egg": "Bee Spawn Egg", + "item.minecraft.blaze_spawn_egg": "Blaze Spawn Egg", + "item.minecraft.cat_spawn_egg": "Cat Spawn Egg", + "item.minecraft.cave_spider_spawn_egg": "Cave Spider Spawn Egg", + "item.minecraft.chicken_spawn_egg": "Chicken Spawn Egg", + "item.minecraft.cod_spawn_egg": "Cod Spawn Egg", + "item.minecraft.cow_spawn_egg": "Cow Spawn Egg", + "item.minecraft.creeper_spawn_egg": "Creeper Spawn Egg", + "item.minecraft.dolphin_spawn_egg": "Dolphin Spawn Egg", + "item.minecraft.donkey_spawn_egg": "Donkey Spawn Egg", + "item.minecraft.drowned_spawn_egg": "Drowned Spawn Egg", + "item.minecraft.elder_guardian_spawn_egg": "Elder Guardian Spawn Egg", + "item.minecraft.enderman_spawn_egg": "Enderman Spawn Egg", + "item.minecraft.endermite_spawn_egg": "Endermite Spawn Egg", + "item.minecraft.evoker_spawn_egg": "Evoker Spawn Egg", + "item.minecraft.ghast_spawn_egg": "Ghast Spawn Egg", + "item.minecraft.guardian_spawn_egg": "Guardian Spawn Egg", + "item.minecraft.horse_spawn_egg": "Horse Spawn Egg", + "item.minecraft.husk_spawn_egg": "Husk Spawn Egg", + "item.minecraft.ravager_spawn_egg": "Ravager Spawn Egg", + "item.minecraft.llama_spawn_egg": "Llama Spawn Egg", + "item.minecraft.magma_cube_spawn_egg": "Magma Cube Spawn Egg", + "item.minecraft.mooshroom_spawn_egg": "Mooshroom Spawn Egg", + "item.minecraft.mule_spawn_egg": "Mule Spawn Egg", + "item.minecraft.ocelot_spawn_egg": "Ocelot Spawn Egg", + "item.minecraft.panda_spawn_egg": "Panda Spawn Egg", + "item.minecraft.parrot_spawn_egg": "Parrot Spawn Egg", + "item.minecraft.pig_spawn_egg": "Pig Spawn Egg", + "item.minecraft.pillager_spawn_egg": "Pillager Spawn Egg", + "item.minecraft.phantom_spawn_egg": "Phantom Spawn Egg", + "item.minecraft.polar_bear_spawn_egg": "Polar Bear Spawn Egg", + "item.minecraft.pufferfish_spawn_egg": "Pufferfish Spawn Egg", + "item.minecraft.rabbit_spawn_egg": "Rabbit Spawn Egg", + "item.minecraft.fox_spawn_egg": "Fox Spawn Egg", + "item.minecraft.salmon_spawn_egg": "Salmon Spawn Egg", + "item.minecraft.sheep_spawn_egg": "Sheep Spawn Egg", + "item.minecraft.shulker_spawn_egg": "Shulker Spawn Egg", + "item.minecraft.silverfish_spawn_egg": "Silverfish Spawn Egg", + "item.minecraft.skeleton_spawn_egg": "Skeleton Spawn Egg", + "item.minecraft.skeleton_horse_spawn_egg": "Skeleton Horse Spawn Egg", + "item.minecraft.slime_spawn_egg": "Slime Spawn Egg", + "item.minecraft.spider_spawn_egg": "Spider Spawn Egg", + "item.minecraft.squid_spawn_egg": "Squid Spawn Egg", + "item.minecraft.stray_spawn_egg": "Stray Spawn Egg", + "item.minecraft.trader_llama_spawn_egg": "Trader Llama Spawn Egg", + "item.minecraft.tropical_fish_spawn_egg": "Tropical Fish Spawn Egg", + "item.minecraft.turtle_spawn_egg": "Turtle Spawn Egg", + "item.minecraft.vex_spawn_egg": "Vex Spawn Egg", + "item.minecraft.villager_spawn_egg": "Villager Spawn Egg", + "item.minecraft.wandering_trader_spawn_egg": "Wandering Trader Spawn Egg", + "item.minecraft.vindicator_spawn_egg": "Vindicator Spawn Egg", + "item.minecraft.witch_spawn_egg": "Witch Spawn Egg", + "item.minecraft.wither_skeleton_spawn_egg": "Wither Skeleton Spawn Egg", + "item.minecraft.wolf_spawn_egg": "Wolf Spawn Egg", + "item.minecraft.zombie_spawn_egg": "Zombie Spawn Egg", + "item.minecraft.zombie_horse_spawn_egg": "Zombie Horse Spawn Egg", + "item.minecraft.zombie_pigman_spawn_egg": "Zombie Pigman Spawn Egg", + "item.minecraft.zombie_villager_spawn_egg": "Zombie Villager Spawn Egg", + "item.minecraft.experience_bottle": "Bottle o' Enchanting", + "item.minecraft.fire_charge": "Fire Charge", + "item.minecraft.writable_book": "Book and Quill", + "item.minecraft.written_book": "Written Book", + "item.minecraft.flower_pot": "Flower Pot", + "item.minecraft.map": "Empty Map", + "item.minecraft.carrot": "Carrot", + "item.minecraft.golden_carrot": "Golden Carrot", + "item.minecraft.potato": "Potato", + "item.minecraft.baked_potato": "Baked Potato", + "item.minecraft.poisonous_potato": "Poisonous Potato", + "item.minecraft.skeleton_skull": "Skeleton Skull", + "item.minecraft.wither_skeleton_skull": "Wither Skeleton Skull", + "item.minecraft.zombie_head": "Zombie Head", + "item.minecraft.creeper_head": "Creeper Head", + "item.minecraft.dragon_head": "Dragon Head", + "item.minecraft.carrot_on_a_stick": "Carrot on a Stick", + "item.minecraft.nether_star": "Nether Star", + "item.minecraft.pumpkin_pie": "Pumpkin Pie", + "item.minecraft.enchanted_book": "Enchanted Book", + "item.minecraft.firework_rocket": "Firework Rocket", + "item.minecraft.firework_rocket.flight": "Flight Duration:", + "item.minecraft.firework_star": "Firework Star", + "item.minecraft.firework_star.black": "Black", + "item.minecraft.firework_star.red": "Red", + "item.minecraft.firework_star.green": "Green", + "item.minecraft.firework_star.brown": "Brown", + "item.minecraft.firework_star.blue": "Blue", + "item.minecraft.firework_star.purple": "Purple", + "item.minecraft.firework_star.cyan": "Cyan", + "item.minecraft.firework_star.light_gray": "Light Gray", + "item.minecraft.firework_star.gray": "Gray", + "item.minecraft.firework_star.pink": "Pink", + "item.minecraft.firework_star.lime": "Lime", + "item.minecraft.firework_star.yellow": "Yellow", + "item.minecraft.firework_star.light_blue": "Light Blue", + "item.minecraft.firework_star.magenta": "Magenta", + "item.minecraft.firework_star.orange": "Orange", + "item.minecraft.firework_star.white": "White", + "item.minecraft.firework_star.custom_color": "Custom", + "item.minecraft.firework_star.fade_to": "Fade to", + "item.minecraft.firework_star.flicker": "Twinkle", + "item.minecraft.firework_star.trail": "Trail", + "item.minecraft.firework_star.shape.small_ball": "Small Ball", + "item.minecraft.firework_star.shape.large_ball": "Large Ball", + "item.minecraft.firework_star.shape.star": "Star-shaped", + "item.minecraft.firework_star.shape.creeper": "Creeper-shaped", + "item.minecraft.firework_star.shape.burst": "Burst", + "item.minecraft.firework_star.shape": "Unknown Shape", + "item.minecraft.nether_brick": "Nether Brick", + "item.minecraft.quartz": "Nether Quartz", + "item.minecraft.armor_stand": "Armor Stand", + "item.minecraft.iron_horse_armor": "Iron Horse Armor", + "item.minecraft.golden_horse_armor": "Golden Horse Armor", + "item.minecraft.diamond_horse_armor": "Diamond Horse Armor", + "item.minecraft.leather_horse_armor": "Leather Horse Armor", + "item.minecraft.prismarine_shard": "Prismarine Shard", + "item.minecraft.prismarine_crystals": "Prismarine Crystals", + "item.minecraft.chorus_fruit": "Chorus Fruit", + "item.minecraft.popped_chorus_fruit": "Popped Chorus Fruit", + "item.minecraft.beetroot": "Beetroot", + "item.minecraft.beetroot_seeds": "Beetroot Seeds", + "item.minecraft.beetroot_soup": "Beetroot Soup", + "item.minecraft.dragon_breath": "Dragon's Breath", + "item.minecraft.elytra": "Elytra", + "item.minecraft.totem_of_undying": "Totem of Undying", + "item.minecraft.shulker_shell": "Shulker Shell", + "item.minecraft.iron_nugget": "Iron Nugget", + "item.minecraft.knowledge_book": "Knowledge Book", + "item.minecraft.debug_stick": "Debug Stick", + "item.minecraft.debug_stick.empty": "%s has no properties", + "item.minecraft.debug_stick.update": "\"%s\" to %s", + "item.minecraft.debug_stick.select": "selected \"%s\" (%s)", + "item.minecraft.trident": "Trident", + "item.minecraft.scute": "Scute", + "item.minecraft.turtle_helmet": "Turtle Shell", + "item.minecraft.phantom_membrane": "Phantom Membrane", + "item.minecraft.nautilus_shell": "Nautilus Shell", + "item.minecraft.heart_of_the_sea": "Heart of the Sea", + "item.minecraft.crossbow": "Crossbow", + "item.minecraft.crossbow.projectile": "Projectile:", + "item.minecraft.suspicious_stew": "Suspicious Stew", + "item.minecraft.creeper_banner_pattern": "Banner Pattern", + "item.minecraft.skull_banner_pattern": "Banner Pattern", + "item.minecraft.flower_banner_pattern": "Banner Pattern", + "item.minecraft.mojang_banner_pattern": "Banner Pattern", + "item.minecraft.globe_banner_pattern": "Banner Pattern", + "item.minecraft.creeper_banner_pattern.desc": "Creeper Charge", + "item.minecraft.skull_banner_pattern.desc": "Skull Charge", + "item.minecraft.flower_banner_pattern.desc": "Flower Charge", + "item.minecraft.mojang_banner_pattern.desc": "Thing", + "item.minecraft.globe_banner_pattern.desc": "Globe", + "item.minecraft.sweet_berries": "Sweet Berries", + "item.minecraft.honey_bottle": "Honey Bottle", + "item.minecraft.honeycomb": "Honeycomb", + "container.inventory": "Inventory", + "container.hopper": "Item Hopper", + "container.crafting": "Crafting", + "container.dispenser": "Dispenser", + "container.dropper": "Dropper", + "container.furnace": "Furnace", + "container.enchant": "Enchant", + "container.smoker": "Smoker", + "container.lectern": "Lectern", + "container.blast_furnace": "Blast Furnace", + "container.enchant.lapis.one": "1 Lapis Lazuli", + "container.enchant.lapis.many": "%s Lapis Lazuli", + "container.enchant.level.one": "1 Enchantment Level", + "container.enchant.level.many": "%s Enchantment Levels", + "container.enchant.level.requirement": "Level requirement: %s", + "container.enchant.clue": "%s . . . ?", + "container.repair": "Repair & Name", + "container.repair.cost": "Enchantment Cost: %1$s", + "container.repair.expensive": "Too Expensive!", + "container.creative": "Item Selection", + "container.brewing": "Brewing Stand", + "container.chest": "Chest", + "container.chestDouble": "Large Chest", + "container.enderchest": "Ender Chest", + "container.beacon": "Beacon", + "container.shulkerBox": "Shulker Box", + "container.shulkerBox.more": "and %s more...", + "container.barrel": "Barrel", + "container.spectatorCantOpen": "Unable to open. Loot not generated yet.", + "container.isLocked": "%s is locked!", + "container.loom": "Loom", + "container.grindstone_title": "Repair & Disenchant", + "container.cartography_table": "Cartography Table", + "container.stonecutter": "Stonecutter", + "structure_block.invalid_structure_name": "Invalid structure name '%s'", + "structure_block.save_success": "Structure saved as '%s'", + "structure_block.save_failure": "Unable to save structure '%s'", + "structure_block.load_success": "Structure loaded from '%s'", + "structure_block.load_prepare": "Structure '%s' position prepared", + "structure_block.load_not_found": "Structure '%s' is not available", + "structure_block.size_success": "Size successfully detected for '%s'", + "structure_block.size_failure": "Unable to detect structure size. Add corners with matching structure names", + "structure_block.mode.save": "Save", + "structure_block.mode.load": "Load", + "structure_block.mode.data": "Data", + "structure_block.mode.corner": "Corner", + "structure_block.hover.save": "Save: %s", + "structure_block.hover.load": "Load: %s", + "structure_block.hover.data": "Data: %s", + "structure_block.hover.corner": "Corner: %s", + "structure_block.mode_info.save": "Save mode - write to file", + "structure_block.mode_info.load": "Load mode - load from file", + "structure_block.mode_info.data": "Data mode - game logic marker", + "structure_block.mode_info.corner": "Corner mode - placement and size marker", + "structure_block.structure_name": "Structure Name", + "structure_block.custom_data": "Custom Data Tag Name", + "structure_block.position": "Relative Position", + "structure_block.position.x": "relative Position x", + "structure_block.position.y": "relative position y", + "structure_block.position.z": "relative position z", + "structure_block.size": "Structure Size", + "structure_block.size.x": "structure size x", + "structure_block.size.y": "structure size y", + "structure_block.size.z": "structure size z", + "structure_block.integrity": "Structure Integrity and Seed", + "structure_block.integrity.integrity": "Structure Integrity", + "structure_block.integrity.seed": "Structure Seed", + "structure_block.include_entities": "Include entities:", + "structure_block.detect_size": "Detect structure size and position:", + "structure_block.button.detect_size": "DETECT", + "structure_block.button.save": "SAVE", + "structure_block.button.load": "LOAD", + "structure_block.show_air": "Show invisible blocks:", + "structure_block.show_boundingbox": "Show bounding box:", + "jigsaw_block.target_pool": "Target pool:", + "jigsaw_block.attachement_type": "Attachment type:", + "jigsaw_block.final_state": "Turns into:", + "item.dyed": "Dyed", + "item.unbreakable": "Unbreakable", + "item.canBreak": "Can break:", + "item.canPlace": "Can be placed on:", + "item.color": "Color: %s", + "item.nbt_tags": "NBT: %s tag(s)", + "item.durability": "Durability: %s / %s", + "filled_map.mansion": "Woodland Explorer Map", + "filled_map.monument": "Ocean Explorer Map", + "filled_map.buried_treasure": "Buried Treasure Map", + "filled_map.unknown": "Unknown Map", + "filled_map.id": "Id #%s", + "filled_map.level": "(Level %s/%s)", + "filled_map.scale": "Scaling at 1:%s", + "filled_map.locked": "Locked", + "entity.minecraft.area_effect_cloud": "Area Effect Cloud", + "entity.minecraft.armor_stand": "Armor Stand", + "entity.minecraft.arrow": "Arrow", + "entity.minecraft.bat": "Bat", + "entity.minecraft.bee": "Bee", + "entity.minecraft.blaze": "Blaze", + "entity.minecraft.boat": "Boat", + "entity.minecraft.cat": "Cat", + "entity.minecraft.cave_spider": "Cave Spider", + "entity.minecraft.chest_minecart": "Minecart with Chest", + "entity.minecraft.chicken": "Chicken", + "entity.minecraft.command_block_minecart": "Minecart with Command Block", + "entity.minecraft.cod": "Cod", + "entity.minecraft.cow": "Cow", + "entity.minecraft.creeper": "Creeper", + "entity.minecraft.dolphin": "Dolphin", + "entity.minecraft.donkey": "Donkey", + "entity.minecraft.drowned": "Drowned", + "entity.minecraft.dragon_fireball": "Dragon Fireball", + "entity.minecraft.egg": "Thrown Egg", + "entity.minecraft.elder_guardian": "Elder Guardian", + "entity.minecraft.end_crystal": "End Crystal", + "entity.minecraft.ender_dragon": "Ender Dragon", + "entity.minecraft.ender_pearl": "Thrown Ender Pearl", + "entity.minecraft.enderman": "Enderman", + "entity.minecraft.endermite": "Endermite", + "entity.minecraft.evoker_fangs": "Evoker Fangs", + "entity.minecraft.evoker": "Evoker", + "entity.minecraft.eye_of_ender": "Eye of Ender", + "entity.minecraft.falling_block": "Falling Block", + "entity.minecraft.fireball": "Fireball", + "entity.minecraft.firework_rocket": "Firework Rocket", + "entity.minecraft.fishing_bobber": "Fishing Bobber", + "entity.minecraft.fox": "Fox", + "entity.minecraft.furnace_minecart": "Minecart with Furnace", + "entity.minecraft.ghast": "Ghast", + "entity.minecraft.giant": "Giant", + "entity.minecraft.guardian": "Guardian", + "entity.minecraft.hopper_minecart": "Minecart with Hopper", + "entity.minecraft.horse": "Horse", + "entity.minecraft.husk": "Husk", + "entity.minecraft.ravager": "Ravager", + "entity.minecraft.illusioner": "Illusioner", + "entity.minecraft.item": "Item", + "entity.minecraft.item_frame": "Item Frame", + "entity.minecraft.killer_bunny": "The Killer Bunny", + "entity.minecraft.leash_knot": "Leash Knot", + "entity.minecraft.lightning_bolt": "Lightning Bolt", + "entity.minecraft.llama": "Llama", + "entity.minecraft.llama_spit": "Llama Spit", + "entity.minecraft.magma_cube": "Magma Cube", + "entity.minecraft.minecart": "Minecart", + "entity.minecraft.mooshroom": "Mooshroom", + "entity.minecraft.mule": "Mule", + "entity.minecraft.ocelot": "Ocelot", + "entity.minecraft.painting": "Painting", + "entity.minecraft.panda": "Panda", + "entity.minecraft.parrot": "Parrot", + "entity.minecraft.phantom": "Phantom", + "entity.minecraft.pig": "Pig", + "entity.minecraft.pillager": "Pillager", + "entity.minecraft.player": "Player", + "entity.minecraft.polar_bear": "Polar Bear", + "entity.minecraft.potion": "Potion", + "entity.minecraft.pufferfish": "Pufferfish", + "entity.minecraft.rabbit": "Rabbit", + "entity.minecraft.salmon": "Salmon", + "entity.minecraft.sheep": "Sheep", + "entity.minecraft.shulker": "Shulker", + "entity.minecraft.shulker_bullet": "Shulker Bullet", + "entity.minecraft.silverfish": "Silverfish", + "entity.minecraft.skeleton": "Skeleton", + "entity.minecraft.skeleton_horse": "Skeleton Horse", + "entity.minecraft.slime": "Slime", + "entity.minecraft.small_fireball": "Small Fireball", + "entity.minecraft.snowball": "Snowball", + "entity.minecraft.snow_golem": "Snow Golem", + "entity.minecraft.spawner_minecart": "Minecart with Spawner", + "entity.minecraft.spectral_arrow": "Spectral Arrow", + "entity.minecraft.spider": "Spider", + "entity.minecraft.squid": "Squid", + "entity.minecraft.stray": "Stray", + "entity.minecraft.tnt": "Primed TNT", + "entity.minecraft.tnt_minecart": "Minecart with TNT", + "entity.minecraft.trader_llama": "Trader Llama", + "entity.minecraft.trident": "Trident", + "entity.minecraft.tropical_fish": "Tropical Fish", + "entity.minecraft.tropical_fish.predefined.0": "Anemone", + "entity.minecraft.tropical_fish.predefined.1": "Black Tang", + "entity.minecraft.tropical_fish.predefined.2": "Blue Tang", + "entity.minecraft.tropical_fish.predefined.3": "Butterflyfish", + "entity.minecraft.tropical_fish.predefined.4": "Cichlid", + "entity.minecraft.tropical_fish.predefined.5": "Clownfish", + "entity.minecraft.tropical_fish.predefined.6": "Cotton Candy Betta", + "entity.minecraft.tropical_fish.predefined.7": "Dottyback", + "entity.minecraft.tropical_fish.predefined.8": "Emperor Red Snapper", + "entity.minecraft.tropical_fish.predefined.9": "Goatfish", + "entity.minecraft.tropical_fish.predefined.10": "Moorish Idol", + "entity.minecraft.tropical_fish.predefined.11": "Ornate Butterflyfish", + "entity.minecraft.tropical_fish.predefined.12": "Parrotfish", + "entity.minecraft.tropical_fish.predefined.13": "Queen Angelfish", + "entity.minecraft.tropical_fish.predefined.14": "Red Cichlid", + "entity.minecraft.tropical_fish.predefined.15": "Red Lipped Blenny", + "entity.minecraft.tropical_fish.predefined.16": "Red Snapper", + "entity.minecraft.tropical_fish.predefined.17": "Threadfin", + "entity.minecraft.tropical_fish.predefined.18": "Tomato Clownfish", + "entity.minecraft.tropical_fish.predefined.19": "Triggerfish", + "entity.minecraft.tropical_fish.predefined.20": "Yellowtail Parrotfish", + "entity.minecraft.tropical_fish.predefined.21": "Yellow Tang", + "entity.minecraft.tropical_fish.type.flopper": "Flopper", + "entity.minecraft.tropical_fish.type.stripey": "Stripey", + "entity.minecraft.tropical_fish.type.glitter": "Glitter", + "entity.minecraft.tropical_fish.type.blockfish": "Blockfish", + "entity.minecraft.tropical_fish.type.betty": "Betty", + "entity.minecraft.tropical_fish.type.clayfish": "Clayfish", + "entity.minecraft.tropical_fish.type.kob": "Kob", + "entity.minecraft.tropical_fish.type.sunstreak": "SunStreak", + "entity.minecraft.tropical_fish.type.snooper": "Snooper", + "entity.minecraft.tropical_fish.type.dasher": "Dasher", + "entity.minecraft.tropical_fish.type.brinely": "Brinely", + "entity.minecraft.tropical_fish.type.spotty": "Spotty", + "entity.minecraft.turtle": "Turtle", + "entity.minecraft.vex": "Vex", + "entity.minecraft.villager.armorer": "Armorer", + "entity.minecraft.villager.butcher": "Butcher", + "entity.minecraft.villager.cartographer": "Cartographer", + "entity.minecraft.villager.cleric": "Cleric", + "entity.minecraft.villager.farmer": "Farmer", + "entity.minecraft.villager.fisherman": "Fisherman", + "entity.minecraft.villager.fletcher": "Fletcher", + "entity.minecraft.villager.leatherworker": "Leatherworker", + "entity.minecraft.villager.librarian": "Librarian", + "entity.minecraft.villager.mason": "Mason", + "entity.minecraft.villager.none": "Villager", + "entity.minecraft.villager.nitwit": "Nitwit", + "entity.minecraft.villager.shepherd": "Shepherd", + "entity.minecraft.villager.toolsmith": "Toolsmith", + "entity.minecraft.villager.weaponsmith": "Weaponsmith", + "entity.minecraft.villager": "Villager", + "entity.minecraft.wandering_trader": "Wandering Trader", + "entity.minecraft.iron_golem": "Iron Golem", + "entity.minecraft.vindicator": "Vindicator", + "entity.minecraft.witch": "Witch", + "entity.minecraft.wither": "Wither", + "entity.minecraft.wither_skeleton": "Wither Skeleton", + "entity.minecraft.wither_skull": "Wither Skull", + "entity.minecraft.wolf": "Wolf", + "entity.minecraft.experience_bottle": "Thrown Bottle o' Enchanting", + "entity.minecraft.experience_orb": "Experience Orb", + "entity.minecraft.zombie": "Zombie", + "entity.minecraft.zombie_horse": "Zombie Horse", + "entity.minecraft.zombie_pigman": "Zombie Pigman", + "entity.minecraft.zombie_villager": "Zombie Villager", + "death.fell.accident.ladder": "%1$s fell off a ladder", + "death.fell.accident.vines": "%1$s fell off some vines", + "death.fell.accident.water": "%1$s fell out of the water", + "death.fell.accident.generic": "%1$s fell from a high place", + "death.fell.killer": "%1$s was doomed to fall", + "death.fell.assist": "%1$s was doomed to fall by %2$s", + "death.fell.assist.item": "%1$s was doomed to fall by %2$s using %3$s", + "death.fell.finish": "%1$s fell too far and was finished by %2$s", + "death.fell.finish.item": "%1$s fell too far and was finished by %2$s using %3$s", + "death.attack.lightningBolt": "%1$s was struck by lightning", + "death.attack.lightningBolt.player": "%1$s was struck by lightning whilst fighting %2$s", + "death.attack.inFire": "%1$s went up in flames", + "death.attack.inFire.player": "%1$s walked into fire whilst fighting %2$s", + "death.attack.onFire": "%1$s burned to death", + "death.attack.onFire.player": "%1$s was burnt to a crisp whilst fighting %2$s", + "death.attack.lava": "%1$s tried to swim in lava", + "death.attack.lava.player": "%1$s tried to swim in lava to escape %2$s", + "death.attack.hotFloor": "%1$s discovered the floor was lava", + "death.attack.hotFloor.player": "%1$s walked into danger zone due to %2$s", + "death.attack.inWall": "%1$s suffocated in a wall", + "death.attack.inWall.player": "%1$s suffocated in a wall whilst fighting %2$s", + "death.attack.cramming": "%1$s was squished too much", + "death.attack.cramming.player": "%1$s was squashed by %2$s", + "death.attack.drown": "%1$s drowned", + "death.attack.drown.player": "%1$s drowned whilst trying to escape %2$s", + "death.attack.starve": "%1$s starved to death", + "death.attack.starve.player": "%1$s starved to death whilst fighting %2$s", + "death.attack.cactus": "%1$s was pricked to death", + "death.attack.cactus.player": "%1$s walked into a cactus whilst trying to escape %2$s", + "death.attack.generic": "%1$s died", + "death.attack.generic.player": "%1$s died because of %2$s", + "death.attack.explosion": "%1$s blew up", + "death.attack.explosion.player": "%1$s was blown up by %2$s", + "death.attack.explosion.player.item": "%1$s was blown up by %2$s using %3$s", + "death.attack.magic": "%1$s was killed by magic", + "death.attack.even_more_magic": "%1$s was killed by even more magic", + "death.attack.message_too_long": "Actually, message was too long to deliver fully. Sorry! Here's stripped version: %s", + "death.attack.wither": "%1$s withered away", + "death.attack.wither.player": "%1$s withered away whilst fighting %2$s", + "death.attack.anvil": "%1$s was squashed by a falling anvil", + "death.attack.anvil.player": "%1$s was squashed by a falling anvil whilst fighting %2$s", + "death.attack.fallingBlock": "%1$s was squashed by a falling block", + "death.attack.fallingBlock.player": "%1$s was squashed by a falling block whilst fighting %2$s", + "death.attack.mob": "%1$s was slain by %2$s", + "death.attack.mob.item": "%1$s was slain by %2$s using %3$s", + "death.attack.player": "%1$s was slain by %2$s", + "death.attack.player.item": "%1$s was slain by %2$s using %3$s", + "death.attack.arrow": "%1$s was shot by %2$s", + "death.attack.arrow.item": "%1$s was shot by %2$s using %3$s", + "death.attack.fireball": "%1$s was fireballed by %2$s", + "death.attack.fireball.item": "%1$s was fireballed by %2$s using %3$s", + "death.attack.thrown": "%1$s was pummeled by %2$s", + "death.attack.thrown.item": "%1$s was pummeled by %2$s using %3$s", + "death.attack.indirectMagic": "%1$s was killed by %2$s using magic", + "death.attack.indirectMagic.item": "%1$s was killed by %2$s using %3$s", + "death.attack.thorns": "%1$s was killed trying to hurt %2$s", + "death.attack.thorns.item": "%1$s was killed by %3$s trying to hurt %2$s", + "death.attack.trident": "%1$s was impaled by %2$s", + "death.attack.trident.item": "%1$s was impaled by %2$s with %3$s", + "death.attack.fall": "%1$s hit the ground too hard", + "death.attack.fall.player": "%1$s hit the ground too hard whilst trying to escape %2$s", + "death.attack.outOfWorld": "%1$s fell out of the world", + "death.attack.outOfWorld.player": "%1$s didn't want to live in the same world as %2$s", + "death.attack.dragonBreath": "%1$s was roasted in dragon breath", + "death.attack.dragonBreath.player": "%1$s was roasted in dragon breath by %2$s", + "death.attack.flyIntoWall": "%1$s experienced kinetic energy", + "death.attack.flyIntoWall.player": "%1$s experienced kinetic energy whilst trying to escape %2$s", + "death.attack.fireworks": "%1$s went off with a bang", + "death.attack.fireworks.player": "%1$s went off with a bang whilst fighting %2$s", + "death.attack.netherBed.message": "%1$s was killed by %2$s", + "death.attack.netherBed.link": "Intentional Game Design", + "death.attack.sweetBerryBush": "%1$s was poked to death by a sweet berry bush", + "death.attack.sweetBerryBush.player": "%1$s was poked to death by a sweet berry bush whilst trying to escape %2$s", + "death.attack.sting": "%1$s was stung to death", + "death.attack.sting.player": "%1$s was stung to death by %2$s", + "deathScreen.respawn": "Respawn", + "deathScreen.spectate": "Spectate world", + "deathScreen.titleScreen": "Title screen", + "deathScreen.score": "Score", + "deathScreen.title.hardcore": "Game over!", + "deathScreen.title": "You died!", + "deathScreen.quit.confirm": "Are you sure you want to quit?", + "effect.none": "No Effects", + "effect.minecraft.speed": "Speed", + "effect.minecraft.slowness": "Slowness", + "effect.minecraft.haste": "Haste", + "effect.minecraft.mining_fatigue": "Mining Fatigue", + "effect.minecraft.strength": "Strength", + "effect.minecraft.instant_health": "Instant Health", + "effect.minecraft.instant_damage": "Instant Damage", + "effect.minecraft.jump_boost": "Jump Boost", + "effect.minecraft.nausea": "Nausea", + "effect.minecraft.regeneration": "Regeneration", + "effect.minecraft.resistance": "Resistance", + "effect.minecraft.fire_resistance": "Fire Resistance", + "effect.minecraft.water_breathing": "Water Breathing", + "effect.minecraft.invisibility": "Invisibility", + "effect.minecraft.blindness": "Blindness", + "effect.minecraft.night_vision": "Night Vision", + "effect.minecraft.hunger": "Hunger", + "effect.minecraft.weakness": "Weakness", + "effect.minecraft.poison": "Poison", + "effect.minecraft.wither": "Wither", + "effect.minecraft.health_boost": "Health Boost", + "effect.minecraft.absorption": "Absorption", + "effect.minecraft.saturation": "Saturation", + "effect.minecraft.glowing": "Glowing", + "effect.minecraft.luck": "Luck", + "effect.minecraft.unluck": "Bad Luck", + "effect.minecraft.levitation": "Levitation", + "effect.minecraft.slow_falling": "Slow Falling", + "effect.minecraft.conduit_power": "Conduit Power", + "effect.minecraft.dolphins_grace": "Dolphin's Grace", + "effect.minecraft.bad_omen": "Bad Omen", + "effect.minecraft.hero_of_the_village": "Hero of the Village", + "event.minecraft.raid": "Raid", + "event.minecraft.raid.raiders_remaining": "Raiders remaining: %s", + "event.minecraft.raid.victory": "Victory", + "event.minecraft.raid.defeat": "Defeat", + "item.minecraft.tipped_arrow.effect.empty": "Uncraftable Tipped Arrow", + "item.minecraft.tipped_arrow.effect.water": "Arrow of Splashing", + "item.minecraft.tipped_arrow.effect.mundane": "Tipped Arrow", + "item.minecraft.tipped_arrow.effect.thick": "Tipped Arrow", + "item.minecraft.tipped_arrow.effect.awkward": "Tipped Arrow", + "item.minecraft.tipped_arrow.effect.night_vision": "Arrow of Night Vision", + "item.minecraft.tipped_arrow.effect.invisibility": "Arrow of Invisibility", + "item.minecraft.tipped_arrow.effect.leaping": "Arrow of Leaping", + "item.minecraft.tipped_arrow.effect.fire_resistance": "Arrow of Fire Resistance", + "item.minecraft.tipped_arrow.effect.swiftness": "Arrow of Swiftness", + "item.minecraft.tipped_arrow.effect.slowness": "Arrow of Slowness", + "item.minecraft.tipped_arrow.effect.water_breathing": "Arrow of Water Breathing", + "item.minecraft.tipped_arrow.effect.healing": "Arrow of Healing", + "item.minecraft.tipped_arrow.effect.harming": "Arrow of Harming", + "item.minecraft.tipped_arrow.effect.poison": "Arrow of Poison", + "item.minecraft.tipped_arrow.effect.regeneration": "Arrow of Regeneration", + "item.minecraft.tipped_arrow.effect.strength": "Arrow of Strength", + "item.minecraft.tipped_arrow.effect.weakness": "Arrow of Weakness", + "item.minecraft.tipped_arrow.effect.levitation": "Arrow of Levitation", + "item.minecraft.tipped_arrow.effect.luck": "Arrow of Luck", + "item.minecraft.tipped_arrow.effect.turtle_master": "Arrow of the Turtle Master", + "item.minecraft.tipped_arrow.effect.slow_falling": "Arrow of Slow Falling", + "potion.whenDrank": "When Applied:", + "item.minecraft.potion.effect.empty": "Uncraftable Potion", + "item.minecraft.potion.effect.water": "Water Bottle", + "item.minecraft.potion.effect.mundane": "Mundane Potion", + "item.minecraft.potion.effect.thick": "Thick Potion", + "item.minecraft.potion.effect.awkward": "Awkward Potion", + "item.minecraft.potion.effect.night_vision": "Potion of Night Vision", + "item.minecraft.potion.effect.invisibility": "Potion of Invisibility", + "item.minecraft.potion.effect.leaping": "Potion of Leaping", + "item.minecraft.potion.effect.fire_resistance": "Potion of Fire Resistance", + "item.minecraft.potion.effect.swiftness": "Potion of Swiftness", + "item.minecraft.potion.effect.slowness": "Potion of Slowness", + "item.minecraft.potion.effect.water_breathing": "Potion of Water Breathing", + "item.minecraft.potion.effect.healing": "Potion of Healing", + "item.minecraft.potion.effect.harming": "Potion of Harming", + "item.minecraft.potion.effect.poison": "Potion of Poison", + "item.minecraft.potion.effect.regeneration": "Potion of Regeneration", + "item.minecraft.potion.effect.strength": "Potion of Strength", + "item.minecraft.potion.effect.weakness": "Potion of Weakness", + "item.minecraft.potion.effect.levitation": "Potion of Levitation", + "item.minecraft.potion.effect.luck": "Potion of Luck", + "item.minecraft.potion.effect.turtle_master": "Potion of the Turtle Master", + "item.minecraft.potion.effect.slow_falling": "Potion of Slow Falling", + "item.minecraft.splash_potion.effect.empty": "Splash Uncraftable Potion", + "item.minecraft.splash_potion.effect.water": "Splash Water Bottle", + "item.minecraft.splash_potion.effect.mundane": "Mundane Splash Potion", + "item.minecraft.splash_potion.effect.thick": "Thick Splash Potion", + "item.minecraft.splash_potion.effect.awkward": "Awkward Splash Potion", + "item.minecraft.splash_potion.effect.night_vision": "Splash Potion of Night Vision", + "item.minecraft.splash_potion.effect.invisibility": "Splash Potion of Invisibility", + "item.minecraft.splash_potion.effect.leaping": "Splash Potion of Leaping", + "item.minecraft.splash_potion.effect.fire_resistance": "Splash Potion of Fire Resistance", + "item.minecraft.splash_potion.effect.swiftness": "Splash Potion of Swiftness", + "item.minecraft.splash_potion.effect.slowness": "Splash Potion of Slowness", + "item.minecraft.splash_potion.effect.water_breathing": "Splash Potion of Water Breathing", + "item.minecraft.splash_potion.effect.healing": "Splash Potion of Healing", + "item.minecraft.splash_potion.effect.harming": "Splash Potion of Harming", + "item.minecraft.splash_potion.effect.poison": "Splash Potion of Poison", + "item.minecraft.splash_potion.effect.regeneration": "Splash Potion of Regeneration", + "item.minecraft.splash_potion.effect.strength": "Splash Potion of Strength", + "item.minecraft.splash_potion.effect.weakness": "Splash Potion of Weakness", + "item.minecraft.splash_potion.effect.levitation": "Splash Potion of Levitation", + "item.minecraft.splash_potion.effect.luck": "Splash Potion of Luck", + "item.minecraft.splash_potion.effect.turtle_master": "Splash Potion of the Turtle Master", + "item.minecraft.splash_potion.effect.slow_falling": "Splash Potion of Slow Falling", + "item.minecraft.lingering_potion.effect.empty": "Lingering Uncraftable Potion", + "item.minecraft.lingering_potion.effect.water": "Lingering Water Bottle", + "item.minecraft.lingering_potion.effect.mundane": "Mundane Lingering Potion", + "item.minecraft.lingering_potion.effect.thick": "Thick Lingering Potion", + "item.minecraft.lingering_potion.effect.awkward": "Awkward Lingering Potion", + "item.minecraft.lingering_potion.effect.night_vision": "Lingering Potion of Night Vision", + "item.minecraft.lingering_potion.effect.invisibility": "Lingering Potion of Invisibility", + "item.minecraft.lingering_potion.effect.leaping": "Lingering Potion of Leaping", + "item.minecraft.lingering_potion.effect.fire_resistance": "Lingering Potion of Fire Resistance", + "item.minecraft.lingering_potion.effect.swiftness": "Lingering Potion of Swiftness", + "item.minecraft.lingering_potion.effect.slowness": "Lingering Potion of Slowness", + "item.minecraft.lingering_potion.effect.water_breathing": "Lingering Potion of Water Breathing", + "item.minecraft.lingering_potion.effect.healing": "Lingering Potion of Healing", + "item.minecraft.lingering_potion.effect.harming": "Lingering Potion of Harming", + "item.minecraft.lingering_potion.effect.poison": "Lingering Potion of Poison", + "item.minecraft.lingering_potion.effect.regeneration": "Lingering Potion of Regeneration", + "item.minecraft.lingering_potion.effect.strength": "Lingering Potion of Strength", + "item.minecraft.lingering_potion.effect.weakness": "Lingering Potion of Weakness", + "item.minecraft.lingering_potion.effect.levitation": "Lingering Potion of Levitation", + "item.minecraft.lingering_potion.effect.luck": "Lingering Potion of Luck", + "item.minecraft.lingering_potion.effect.turtle_master": "Lingering Potion of the Turtle Master", + "item.minecraft.lingering_potion.effect.slow_falling": "Lingering Potion of Slow Falling", + "potion.potency.0": "", + "potion.potency.1": "II", + "potion.potency.2": "III", + "potion.potency.3": "IV", + "potion.potency.4": "V", + "potion.potency.5": "VI", + "enchantment.minecraft.sharpness": "Sharpness", + "enchantment.minecraft.smite": "Smite", + "enchantment.minecraft.bane_of_arthropods": "Bane of Arthropods", + "enchantment.minecraft.knockback": "Knockback", + "enchantment.minecraft.fire_aspect": "Fire Aspect", + "enchantment.minecraft.sweeping": "Sweeping Edge", + "enchantment.minecraft.protection": "Protection", + "enchantment.minecraft.fire_protection": "Fire Protection", + "enchantment.minecraft.feather_falling": "Feather Falling", + "enchantment.minecraft.blast_protection": "Blast Protection", + "enchantment.minecraft.projectile_protection": "Projectile Protection", + "enchantment.minecraft.respiration": "Respiration", + "enchantment.minecraft.aqua_affinity": "Aqua Affinity", + "enchantment.minecraft.depth_strider": "Depth Strider", + "enchantment.minecraft.frost_walker": "Frost Walker", + "enchantment.minecraft.efficiency": "Efficiency", + "enchantment.minecraft.silk_touch": "Silk Touch", + "enchantment.minecraft.unbreaking": "Unbreaking", + "enchantment.minecraft.looting": "Looting", + "enchantment.minecraft.fortune": "Fortune", + "enchantment.minecraft.luck_of_the_sea": "Luck of the Sea", + "enchantment.minecraft.lure": "Lure", + "enchantment.minecraft.power": "Power", + "enchantment.minecraft.flame": "Flame", + "enchantment.minecraft.punch": "Punch", + "enchantment.minecraft.infinity": "Infinity", + "enchantment.minecraft.thorns": "Thorns", + "enchantment.minecraft.mending": "Mending", + "enchantment.minecraft.binding_curse": "Curse of Binding", + "enchantment.minecraft.vanishing_curse": "Curse of Vanishing", + "enchantment.minecraft.loyalty": "Loyalty", + "enchantment.minecraft.impaling": "Impaling", + "enchantment.minecraft.riptide": "Riptide", + "enchantment.minecraft.channeling": "Channeling", + "enchantment.minecraft.multishot": "Multishot", + "enchantment.minecraft.quick_charge": "Quick Charge", + "enchantment.minecraft.piercing": "Piercing", + "enchantment.level.1": "I", + "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.level.10": "X", + "gui.advancements": "Advancements", + "gui.stats": "Statistics", + "advancements.empty": "There doesn't seem to be anything here...", + "advancements.toast.task": "Advancement Made!", + "advancements.toast.challenge": "Challenge Complete!", + "advancements.toast.goal": "Goal Reached!", + "stats.tooltip.type.statistic": "Statistic", + "stat.generalButton": "General", + "stat.blocksButton": "Blocks", + "stat.itemsButton": "Items", + "stat.mobsButton": "Mobs", + "stat_type.minecraft.mined": "Times Mined", + "stat_type.minecraft.crafted": "Times Crafted", + "stat_type.minecraft.used": "Times Used", + "stat_type.minecraft.broken": "Times Broken", + "stat_type.minecraft.picked_up": "Picked Up", + "stat_type.minecraft.dropped": "Dropped", + "stat_type.minecraft.killed": "You killed %s %s", + "stat_type.minecraft.killed.none": "You have never killed %s", + "stat_type.minecraft.killed_by": "%s killed you %s time(s)", + "stat_type.minecraft.killed_by.none": "You have never been killed by %s", + "stat.minecraft.animals_bred": "Animals Bred", + "stat.minecraft.aviate_one_cm": "Distance by Elytra", + "stat.minecraft.clean_armor": "Armor Pieces Cleaned", + "stat.minecraft.clean_banner": "Banners Cleaned", + "stat.minecraft.clean_shulker_box": "Shulker Boxes Cleaned", + "stat.minecraft.climb_one_cm": "Distance Climbed", + "stat.minecraft.bell_ring": "Bells Rung", + "stat.minecraft.boat_one_cm": "Distance by Boat", + "stat.minecraft.crouch_one_cm": "Distance Crouched", + "stat.minecraft.damage_dealt": "Damage Dealt", + "stat.minecraft.damage_dealt_absorbed": "Damage Dealt (Absorbed)", + "stat.minecraft.damage_dealt_resisted": "Damage Dealt (Resisted)", + "stat.minecraft.damage_taken": "Damage Taken", + "stat.minecraft.damage_blocked_by_shield": "Damage Blocked by Shield", + "stat.minecraft.damage_absorbed": "Damage Absorbed", + "stat.minecraft.damage_resisted": "Damage Resisted", + "stat.minecraft.deaths": "Number of Deaths", + "stat.minecraft.walk_under_water_one_cm": "Distance Walked under Water", + "stat.minecraft.drop": "Items Dropped", + "stat.minecraft.eat_cake_slice": "Cake Slices Eaten", + "stat.minecraft.enchant_item": "Items Enchanted", + "stat.minecraft.fall_one_cm": "Distance Fallen", + "stat.minecraft.fill_cauldron": "Cauldrons Filled", + "stat.minecraft.fish_caught": "Fish Caught", + "stat.minecraft.fly_one_cm": "Distance Flown", + "stat.minecraft.horse_one_cm": "Distance by Horse", + "stat.minecraft.inspect_dispenser": "Dispensers Searched", + "stat.minecraft.inspect_dropper": "Droppers Searched", + "stat.minecraft.inspect_hopper": "Hoppers Searched", + "stat.minecraft.interact_with_anvil": "Interactions with Anvil", + "stat.minecraft.interact_with_beacon": "Interactions with Beacon", + "stat.minecraft.interact_with_brewingstand": "Interactions with Brewing Stand", + "stat.minecraft.interact_with_campfire": "Interactions with Campfire", + "stat.minecraft.interact_with_cartography_table": "Interactions with Cartography Table", + "stat.minecraft.interact_with_crafting_table": "Interactions with Crafting Table", + "stat.minecraft.interact_with_furnace": "Interactions with Furnace", + "stat.minecraft.interact_with_grindstone": "Interactions with Grindstone", + "stat.minecraft.interact_with_lectern": "Interactions with Lectern", + "stat.minecraft.interact_with_loom": "Interactions with Loom", + "stat.minecraft.interact_with_blast_furnace": "Interactions with Blast Furnace", + "stat.minecraft.interact_with_smoker": "Interactions with Smoker", + "stat.minecraft.interact_with_stonecutter": "Interactions with Stonecutter", + "stat.minecraft.jump": "Jumps", + "stat.minecraft.junk_fished": "Junk Fished", + "stat.minecraft.leave_game": "Games Quit", + "stat.minecraft.minecart_one_cm": "Distance by Minecart", + "stat.minecraft.mob_kills": "Mob Kills", + "stat.minecraft.open_barrel": "Barrels Opened", + "stat.minecraft.open_chest": "Chests Opened", + "stat.minecraft.open_enderchest": "Ender Chests Opened", + "stat.minecraft.open_shulker_box": "Shulker Boxes Opened", + "stat.minecraft.pig_one_cm": "Distance by Pig", + "stat.minecraft.player_kills": "Player Kills", + "stat.minecraft.play_noteblock": "Note Blocks Played", + "stat.minecraft.play_one_minute": "Time Played", + "stat.minecraft.play_record": "Music Discs Played", + "stat.minecraft.pot_flower": "Plants Potted", + "stat.minecraft.raid_trigger": "Raids Triggered", + "stat.minecraft.raid_win": "Raids Won", + "stat.minecraft.ring_bell": "Bells Rung", + "stat.minecraft.sleep_in_bed": "Times Slept in a Bed", + "stat.minecraft.sneak_time": "Sneak Time", + "stat.minecraft.sprint_one_cm": "Distance Sprinted", + "stat.minecraft.walk_on_water_one_cm": "Distance Walked on Water", + "stat.minecraft.swim_one_cm": "Distance Swum", + "stat.minecraft.talked_to_villager": "Talked to Villagers", + "stat.minecraft.time_since_rest": "Since Last Rest", + "stat.minecraft.time_since_death": "Since Last Death", + "stat.minecraft.traded_with_villager": "Traded with Villagers", + "stat.minecraft.treasure_fished": "Treasure Fished", + "stat.minecraft.trigger_trapped_chest": "Trapped Chests Triggered", + "stat.minecraft.tune_noteblock": "Note Blocks Tuned", + "stat.minecraft.use_cauldron": "Water Taken from Cauldron", + "stat.minecraft.walk_one_cm": "Distance Walked", + "recipe.toast.title": "New Recipes Unlocked!", + "recipe.toast.description": "Check your recipe book", + "itemGroup.buildingBlocks": "Building Blocks", + "itemGroup.decorations": "Decoration Blocks", + "itemGroup.redstone": "Redstone", + "itemGroup.transportation": "Transportation", + "itemGroup.misc": "Miscellaneous", + "itemGroup.search": "Search Items", + "itemGroup.food": "Foodstuffs", + "itemGroup.tools": "Tools", + "itemGroup.combat": "Combat", + "itemGroup.brewing": "Brewing", + "itemGroup.materials": "Materials", + "itemGroup.inventory": "Survival Inventory", + "itemGroup.hotbar": "Saved Toolbars", + "inventory.binSlot": "Destroy Item", + "inventory.hotbarSaved": "Item toolbar saved (restore with %1$s+%2$s)", + "inventory.hotbarInfo": "Save toolbar with %1$s+%2$s", + "advMode.setCommand": "Set Console Command for Block", + "advMode.setCommand.success": "Command set: %s", + "advMode.command": "Console Command", + "advMode.nearestPlayer": "Use \"@p\" to target nearest player", + "advMode.randomPlayer": "Use \"@r\" to target random player", + "advMode.allPlayers": "Use \"@a\" to target all players", + "advMode.allEntities": "Use \"@e\" to target all entities", + "advMode.self": "Use \"@s\" to target the executing entity", + "advMode.previousOutput": "Previous Output", + "advMode.mode.sequence": "Chain", + "advMode.mode.auto": "Repeat", + "advMode.mode.redstone": "Impulse", + "advMode.mode.conditional": "Conditional", + "advMode.mode.unconditional": "Unconditional", + "advMode.mode.redstoneTriggered": "Needs Redstone", + "advMode.mode.autoexec.bat": "Always Active", + "advMode.notEnabled": "Command blocks are not enabled on this server", + "advMode.notAllowed": "Must be an opped player in creative mode", + "mount.onboard": "Press %1$s to dismount", + "build.tooHigh": "Height limit for building is %s blocks", + "item.modifiers.mainhand": "When in main hand:", + "item.modifiers.offhand": "When in off hand:", + "item.modifiers.feet": "When on feet:", + "item.modifiers.legs": "When on legs:", + "item.modifiers.chest": "When on body:", + "item.modifiers.head": "When on head:", + "attribute.modifier.plus.0": "+%s %s", + "attribute.modifier.plus.1": "+%s%% %s", + "attribute.modifier.plus.2": "+%s%% %s", + "attribute.modifier.take.0": "-%s %s", + "attribute.modifier.take.1": "-%s%% %s", + "attribute.modifier.take.2": "-%s%% %s", + "attribute.modifier.equals.0": "%s %s", + "attribute.modifier.equals.1": "%s%% %s", + "attribute.modifier.equals.2": "%s%% %s", + "attribute.name.horse.jumpStrength": "Horse Jump Strength", + "attribute.name.zombie.spawnReinforcements": "Zombie Reinforcements", + "attribute.name.generic.maxHealth": "Max Health", + "attribute.name.generic.followRange": "Mob Follow Range", + "attribute.name.generic.knockbackResistance": "Knockback Resistance", + "attribute.name.generic.movementSpeed": "Speed", + "attribute.name.generic.attackDamage": "Attack Damage", + "attribute.name.generic.attackSpeed": "Attack Speed", + "attribute.name.generic.luck": "Luck", + "attribute.name.generic.armor": "Armor", + "attribute.name.generic.armorToughness": "Armor Toughness", + "screenshot.success": "Saved screenshot as %s", + "screenshot.failure": "Couldn't save screenshot: %s", + "block.minecraft.black_banner": "Black Banner", + "block.minecraft.red_banner": "Red Banner", + "block.minecraft.green_banner": "Green Banner", + "block.minecraft.brown_banner": "Brown Banner", + "block.minecraft.blue_banner": "Blue Banner", + "block.minecraft.purple_banner": "Purple Banner", + "block.minecraft.cyan_banner": "Cyan Banner", + "block.minecraft.light_gray_banner": "Light Gray Banner", + "block.minecraft.gray_banner": "Gray Banner", + "block.minecraft.pink_banner": "Pink Banner", + "block.minecraft.lime_banner": "Lime Banner", + "block.minecraft.yellow_banner": "Yellow Banner", + "block.minecraft.light_blue_banner": "Light Blue Banner", + "block.minecraft.magenta_banner": "Magenta Banner", + "block.minecraft.orange_banner": "Orange Banner", + "block.minecraft.white_banner": "White Banner", + "item.minecraft.shield": "Shield", + "item.minecraft.shield.black": "Black Shield", + "item.minecraft.shield.red": "Red Shield", + "item.minecraft.shield.green": "Green Shield", + "item.minecraft.shield.brown": "Brown Shield", + "item.minecraft.shield.blue": "Blue Shield", + "item.minecraft.shield.purple": "Purple Shield", + "item.minecraft.shield.cyan": "Cyan Shield", + "item.minecraft.shield.light_gray": "Light Gray Shield", + "item.minecraft.shield.gray": "Gray Shield", + "item.minecraft.shield.pink": "Pink Shield", + "item.minecraft.shield.lime": "Lime Shield", + "item.minecraft.shield.yellow": "Yellow Shield", + "item.minecraft.shield.light_blue": "Light Blue Shield", + "item.minecraft.shield.magenta": "Magenta Shield", + "item.minecraft.shield.orange": "Orange Shield", + "item.minecraft.shield.white": "White Shield", + "block.minecraft.banner.square_bottom_left.black": "Black Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.red": "Red Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.green": "Green Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.brown": "Brown Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.blue": "Blue Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.purple": "Purple Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.cyan": "Cyan Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.light_gray": "Light Gray Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.gray": "Gray Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.pink": "Pink Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.lime": "Lime Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.yellow": "Yellow Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.light_blue": "Light Blue Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.magenta": "Magenta Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.orange": "Orange Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.white": "White Base Dexter Canton", + "block.minecraft.banner.square_bottom_right.black": "Black Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.red": "Red Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.green": "Green Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.brown": "Brown Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.blue": "Blue Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.purple": "Purple Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.cyan": "Cyan Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.light_gray": "Light Gray Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.gray": "Gray Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.pink": "Pink Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.lime": "Lime Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.yellow": "Yellow Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.light_blue": "Light Blue Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.magenta": "Magenta Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.orange": "Orange Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.white": "White Base Sinister Canton", + "block.minecraft.banner.square_top_left.black": "Black Chief Dexter Canton", + "block.minecraft.banner.square_top_left.red": "Red Chief Dexter Canton", + "block.minecraft.banner.square_top_left.green": "Green Chief Dexter Canton", + "block.minecraft.banner.square_top_left.brown": "Brown Chief Dexter Canton", + "block.minecraft.banner.square_top_left.blue": "Blue Chief Dexter Canton", + "block.minecraft.banner.square_top_left.purple": "Purple Chief Dexter Canton", + "block.minecraft.banner.square_top_left.cyan": "Cyan Chief Dexter Canton", + "block.minecraft.banner.square_top_left.light_gray": "Light Gray Chief Dexter Canton", + "block.minecraft.banner.square_top_left.gray": "Gray Chief Dexter Canton", + "block.minecraft.banner.square_top_left.pink": "Pink Chief Dexter Canton", + "block.minecraft.banner.square_top_left.lime": "Lime Chief Dexter Canton", + "block.minecraft.banner.square_top_left.yellow": "Yellow Chief Dexter Canton", + "block.minecraft.banner.square_top_left.light_blue": "Light Blue Chief Dexter Canton", + "block.minecraft.banner.square_top_left.magenta": "Magenta Chief Dexter Canton", + "block.minecraft.banner.square_top_left.orange": "Orange Chief Dexter Canton", + "block.minecraft.banner.square_top_left.white": "White Chief Dexter Canton", + "block.minecraft.banner.square_top_right.black": "Black Chief Sinister Canton", + "block.minecraft.banner.square_top_right.red": "Red Chief Sinister Canton", + "block.minecraft.banner.square_top_right.green": "Green Chief Sinister Canton", + "block.minecraft.banner.square_top_right.brown": "Brown Chief Sinister Canton", + "block.minecraft.banner.square_top_right.blue": "Blue Chief Sinister Canton", + "block.minecraft.banner.square_top_right.purple": "Purple Chief Sinister Canton", + "block.minecraft.banner.square_top_right.cyan": "Cyan Chief Sinister Canton", + "block.minecraft.banner.square_top_right.light_gray": "Light Gray Chief Sinister Canton", + "block.minecraft.banner.square_top_right.gray": "Gray Chief Sinister Canton", + "block.minecraft.banner.square_top_right.pink": "Pink Chief Sinister Canton", + "block.minecraft.banner.square_top_right.lime": "Lime Chief Sinister Canton", + "block.minecraft.banner.square_top_right.yellow": "Yellow Chief Sinister Canton", + "block.minecraft.banner.square_top_right.light_blue": "Light Blue Chief Sinister Canton", + "block.minecraft.banner.square_top_right.magenta": "Magenta Chief Sinister Canton", + "block.minecraft.banner.square_top_right.orange": "Orange Chief Sinister Canton", + "block.minecraft.banner.square_top_right.white": "White Chief Sinister Canton", + "block.minecraft.banner.stripe_bottom.black": "Black Base", + "block.minecraft.banner.stripe_bottom.red": "Red Base", + "block.minecraft.banner.stripe_bottom.green": "Green Base", + "block.minecraft.banner.stripe_bottom.brown": "Brown Base", + "block.minecraft.banner.stripe_bottom.blue": "Blue Base", + "block.minecraft.banner.stripe_bottom.purple": "Purple Base", + "block.minecraft.banner.stripe_bottom.cyan": "Cyan Base", + "block.minecraft.banner.stripe_bottom.light_gray": "Light Gray Base", + "block.minecraft.banner.stripe_bottom.gray": "Gray Base", + "block.minecraft.banner.stripe_bottom.pink": "Pink Base", + "block.minecraft.banner.stripe_bottom.lime": "Lime Base", + "block.minecraft.banner.stripe_bottom.yellow": "Yellow Base", + "block.minecraft.banner.stripe_bottom.light_blue": "Light Blue Base", + "block.minecraft.banner.stripe_bottom.magenta": "Magenta Base", + "block.minecraft.banner.stripe_bottom.orange": "Orange Base", + "block.minecraft.banner.stripe_bottom.white": "White Base", + "block.minecraft.banner.stripe_top.black": "Black Chief", + "block.minecraft.banner.stripe_top.red": "Red Chief", + "block.minecraft.banner.stripe_top.green": "Green Chief", + "block.minecraft.banner.stripe_top.brown": "Brown Chief", + "block.minecraft.banner.stripe_top.blue": "Blue Chief", + "block.minecraft.banner.stripe_top.purple": "Purple Chief", + "block.minecraft.banner.stripe_top.cyan": "Cyan Chief", + "block.minecraft.banner.stripe_top.light_gray": "Light Gray Chief", + "block.minecraft.banner.stripe_top.gray": "Gray Chief", + "block.minecraft.banner.stripe_top.pink": "Pink Chief", + "block.minecraft.banner.stripe_top.lime": "Lime Chief", + "block.minecraft.banner.stripe_top.yellow": "Yellow Chief", + "block.minecraft.banner.stripe_top.light_blue": "Light Blue Chief", + "block.minecraft.banner.stripe_top.magenta": "Magenta Chief", + "block.minecraft.banner.stripe_top.orange": "Orange Chief", + "block.minecraft.banner.stripe_top.white": "White Chief", + "block.minecraft.banner.stripe_left.black": "Black Pale Dexter", + "block.minecraft.banner.stripe_left.red": "Red Pale Dexter", + "block.minecraft.banner.stripe_left.green": "Green Pale Dexter", + "block.minecraft.banner.stripe_left.brown": "Brown Pale Dexter", + "block.minecraft.banner.stripe_left.blue": "Blue Pale Dexter", + "block.minecraft.banner.stripe_left.purple": "Purple Pale Dexter", + "block.minecraft.banner.stripe_left.cyan": "Cyan Pale Dexter", + "block.minecraft.banner.stripe_left.light_gray": "Light Gray Pale Dexter", + "block.minecraft.banner.stripe_left.gray": "Gray Pale Dexter", + "block.minecraft.banner.stripe_left.pink": "Pink Pale Dexter", + "block.minecraft.banner.stripe_left.lime": "Lime Pale Dexter", + "block.minecraft.banner.stripe_left.yellow": "Yellow Pale Dexter", + "block.minecraft.banner.stripe_left.light_blue": "Light Blue Pale Dexter", + "block.minecraft.banner.stripe_left.magenta": "Magenta Pale Dexter", + "block.minecraft.banner.stripe_left.orange": "Orange Pale Dexter", + "block.minecraft.banner.stripe_left.white": "White Pale Dexter", + "block.minecraft.banner.stripe_right.black": "Black Pale Sinister", + "block.minecraft.banner.stripe_right.red": "Red Pale Sinister", + "block.minecraft.banner.stripe_right.green": "Green Pale Sinister", + "block.minecraft.banner.stripe_right.brown": "Brown Pale Sinister", + "block.minecraft.banner.stripe_right.blue": "Blue Pale Sinister", + "block.minecraft.banner.stripe_right.purple": "Purple Pale Sinister", + "block.minecraft.banner.stripe_right.cyan": "Cyan Pale Sinister", + "block.minecraft.banner.stripe_right.light_gray": "Light Gray Pale Sinister", + "block.minecraft.banner.stripe_right.gray": "Gray Pale Sinister", + "block.minecraft.banner.stripe_right.pink": "Pink Pale Sinister", + "block.minecraft.banner.stripe_right.lime": "Lime Pale Sinister", + "block.minecraft.banner.stripe_right.yellow": "Yellow Pale Sinister", + "block.minecraft.banner.stripe_right.light_blue": "Light Blue Pale Sinister", + "block.minecraft.banner.stripe_right.magenta": "Magenta Pale Sinister", + "block.minecraft.banner.stripe_right.orange": "Orange Pale Sinister", + "block.minecraft.banner.stripe_right.white": "White Pale Sinister", + "block.minecraft.banner.stripe_center.black": "Black Pale", + "block.minecraft.banner.stripe_center.red": "Red Pale", + "block.minecraft.banner.stripe_center.green": "Green Pale", + "block.minecraft.banner.stripe_center.brown": "Brown Pale", + "block.minecraft.banner.stripe_center.blue": "Blue Pale", + "block.minecraft.banner.stripe_center.purple": "Purple Pale", + "block.minecraft.banner.stripe_center.cyan": "Cyan Pale", + "block.minecraft.banner.stripe_center.light_gray": "Light Gray Pale", + "block.minecraft.banner.stripe_center.gray": "Gray Pale", + "block.minecraft.banner.stripe_center.pink": "Pink Pale", + "block.minecraft.banner.stripe_center.lime": "Lime Pale", + "block.minecraft.banner.stripe_center.yellow": "Yellow Pale", + "block.minecraft.banner.stripe_center.light_blue": "Light Blue Pale", + "block.minecraft.banner.stripe_center.magenta": "Magenta Pale", + "block.minecraft.banner.stripe_center.orange": "Orange Pale", + "block.minecraft.banner.stripe_center.white": "White Pale", + "block.minecraft.banner.stripe_middle.black": "Black Fess", + "block.minecraft.banner.stripe_middle.red": "Red Fess", + "block.minecraft.banner.stripe_middle.green": "Green Fess", + "block.minecraft.banner.stripe_middle.brown": "Brown Fess", + "block.minecraft.banner.stripe_middle.blue": "Blue Fess", + "block.minecraft.banner.stripe_middle.purple": "Purple Fess", + "block.minecraft.banner.stripe_middle.cyan": "Cyan Fess", + "block.minecraft.banner.stripe_middle.light_gray": "Light Gray Fess", + "block.minecraft.banner.stripe_middle.gray": "Gray Fess", + "block.minecraft.banner.stripe_middle.pink": "Pink Fess", + "block.minecraft.banner.stripe_middle.lime": "Lime Fess", + "block.minecraft.banner.stripe_middle.yellow": "Yellow Fess", + "block.minecraft.banner.stripe_middle.light_blue": "Light Blue Fess", + "block.minecraft.banner.stripe_middle.magenta": "Magenta Fess", + "block.minecraft.banner.stripe_middle.orange": "Orange Fess", + "block.minecraft.banner.stripe_middle.white": "White Fess", + "block.minecraft.banner.stripe_downright.black": "Black Bend", + "block.minecraft.banner.stripe_downright.red": "Red Bend", + "block.minecraft.banner.stripe_downright.green": "Green Bend", + "block.minecraft.banner.stripe_downright.brown": "Brown Bend", + "block.minecraft.banner.stripe_downright.blue": "Blue Bend", + "block.minecraft.banner.stripe_downright.purple": "Purple Bend", + "block.minecraft.banner.stripe_downright.cyan": "Cyan Bend", + "block.minecraft.banner.stripe_downright.light_gray": "Light Gray Bend", + "block.minecraft.banner.stripe_downright.gray": "Gray Bend", + "block.minecraft.banner.stripe_downright.pink": "Pink Bend", + "block.minecraft.banner.stripe_downright.lime": "Lime Bend", + "block.minecraft.banner.stripe_downright.yellow": "Yellow Bend", + "block.minecraft.banner.stripe_downright.light_blue": "Light Blue Bend", + "block.minecraft.banner.stripe_downright.magenta": "Magenta Bend", + "block.minecraft.banner.stripe_downright.orange": "Orange Bend", + "block.minecraft.banner.stripe_downright.white": "White Bend", + "block.minecraft.banner.stripe_downleft.black": "Black Bend Sinister", + "block.minecraft.banner.stripe_downleft.red": "Red Bend Sinister", + "block.minecraft.banner.stripe_downleft.green": "Green Bend Sinister", + "block.minecraft.banner.stripe_downleft.brown": "Brown Bend Sinister", + "block.minecraft.banner.stripe_downleft.blue": "Blue Bend Sinister", + "block.minecraft.banner.stripe_downleft.purple": "Purple Bend Sinister", + "block.minecraft.banner.stripe_downleft.cyan": "Cyan Bend Sinister", + "block.minecraft.banner.stripe_downleft.light_gray": "Light Gray Bend Sinister", + "block.minecraft.banner.stripe_downleft.gray": "Gray Bend Sinister", + "block.minecraft.banner.stripe_downleft.pink": "Pink Bend Sinister", + "block.minecraft.banner.stripe_downleft.lime": "Lime Bend Sinister", + "block.minecraft.banner.stripe_downleft.yellow": "Yellow Bend Sinister", + "block.minecraft.banner.stripe_downleft.light_blue": "Light Blue Bend Sinister", + "block.minecraft.banner.stripe_downleft.magenta": "Magenta Bend Sinister", + "block.minecraft.banner.stripe_downleft.orange": "Orange Bend Sinister", + "block.minecraft.banner.stripe_downleft.white": "White Bend Sinister", + "block.minecraft.banner.small_stripes.black": "Black Paly", + "block.minecraft.banner.small_stripes.red": "Red Paly", + "block.minecraft.banner.small_stripes.green": "Green Paly", + "block.minecraft.banner.small_stripes.brown": "Brown Paly", + "block.minecraft.banner.small_stripes.blue": "Blue Paly", + "block.minecraft.banner.small_stripes.purple": "Purple Paly", + "block.minecraft.banner.small_stripes.cyan": "Cyan Paly", + "block.minecraft.banner.small_stripes.light_gray": "Light Gray Paly", + "block.minecraft.banner.small_stripes.gray": "Gray Paly", + "block.minecraft.banner.small_stripes.pink": "Pink Paly", + "block.minecraft.banner.small_stripes.lime": "Lime Paly", + "block.minecraft.banner.small_stripes.yellow": "Yellow Paly", + "block.minecraft.banner.small_stripes.light_blue": "Light Blue Paly", + "block.minecraft.banner.small_stripes.magenta": "Magenta Paly", + "block.minecraft.banner.small_stripes.orange": "Orange Paly", + "block.minecraft.banner.small_stripes.white": "White Paly", + "block.minecraft.banner.cross.black": "Black Saltire", + "block.minecraft.banner.cross.red": "Red Saltire", + "block.minecraft.banner.cross.green": "Green Saltire", + "block.minecraft.banner.cross.brown": "Brown Saltire", + "block.minecraft.banner.cross.blue": "Blue Saltire", + "block.minecraft.banner.cross.purple": "Purple Saltire", + "block.minecraft.banner.cross.cyan": "Cyan Saltire", + "block.minecraft.banner.cross.light_gray": "Light Gray Saltire", + "block.minecraft.banner.cross.gray": "Gray Saltire", + "block.minecraft.banner.cross.pink": "Pink Saltire", + "block.minecraft.banner.cross.lime": "Lime Saltire", + "block.minecraft.banner.cross.yellow": "Yellow Saltire", + "block.minecraft.banner.cross.light_blue": "Light Blue Saltire", + "block.minecraft.banner.cross.magenta": "Magenta Saltire", + "block.minecraft.banner.cross.orange": "Orange Saltire", + "block.minecraft.banner.cross.white": "White Saltire", + "block.minecraft.banner.triangle_bottom.black": "Black Chevron", + "block.minecraft.banner.triangle_bottom.red": "Red Chevron", + "block.minecraft.banner.triangle_bottom.green": "Green Chevron", + "block.minecraft.banner.triangle_bottom.brown": "Brown Chevron", + "block.minecraft.banner.triangle_bottom.blue": "Blue Chevron", + "block.minecraft.banner.triangle_bottom.purple": "Purple Chevron", + "block.minecraft.banner.triangle_bottom.cyan": "Cyan Chevron", + "block.minecraft.banner.triangle_bottom.light_gray": "Light Gray Chevron", + "block.minecraft.banner.triangle_bottom.gray": "Gray Chevron", + "block.minecraft.banner.triangle_bottom.pink": "Pink Chevron", + "block.minecraft.banner.triangle_bottom.lime": "Lime Chevron", + "block.minecraft.banner.triangle_bottom.yellow": "Yellow Chevron", + "block.minecraft.banner.triangle_bottom.light_blue": "Light Blue Chevron", + "block.minecraft.banner.triangle_bottom.magenta": "Magenta Chevron", + "block.minecraft.banner.triangle_bottom.orange": "Orange Chevron", + "block.minecraft.banner.triangle_bottom.white": "White Chevron", + "block.minecraft.banner.triangle_top.black": "Black Inverted Chevron", + "block.minecraft.banner.triangle_top.red": "Red Inverted Chevron", + "block.minecraft.banner.triangle_top.green": "Green Inverted Chevron", + "block.minecraft.banner.triangle_top.brown": "Brown Inverted Chevron", + "block.minecraft.banner.triangle_top.blue": "Blue Inverted Chevron", + "block.minecraft.banner.triangle_top.purple": "Purple Inverted Chevron", + "block.minecraft.banner.triangle_top.cyan": "Cyan Inverted Chevron", + "block.minecraft.banner.triangle_top.light_gray": "Light Gray Inverted Chevron", + "block.minecraft.banner.triangle_top.gray": "Gray Inverted Chevron", + "block.minecraft.banner.triangle_top.pink": "Pink Inverted Chevron", + "block.minecraft.banner.triangle_top.lime": "Lime Inverted Chevron", + "block.minecraft.banner.triangle_top.yellow": "Yellow Inverted Chevron", + "block.minecraft.banner.triangle_top.light_blue": "Light Blue Inverted Chevron", + "block.minecraft.banner.triangle_top.magenta": "Magenta Inverted Chevron", + "block.minecraft.banner.triangle_top.orange": "Orange Inverted Chevron", + "block.minecraft.banner.triangle_top.white": "White Inverted Chevron", + "block.minecraft.banner.triangles_bottom.black": "Black Base Indented", + "block.minecraft.banner.triangles_bottom.red": "Red Base Indented", + "block.minecraft.banner.triangles_bottom.green": "Green Base Indented", + "block.minecraft.banner.triangles_bottom.brown": "Brown Base Indented", + "block.minecraft.banner.triangles_bottom.blue": "Blue Base Indented", + "block.minecraft.banner.triangles_bottom.purple": "Purple Base Indented", + "block.minecraft.banner.triangles_bottom.cyan": "Cyan Base Indented", + "block.minecraft.banner.triangles_bottom.light_gray": "Light Gray Base Indented", + "block.minecraft.banner.triangles_bottom.gray": "Gray Base Indented", + "block.minecraft.banner.triangles_bottom.pink": "Pink Base Indented", + "block.minecraft.banner.triangles_bottom.lime": "Lime Base Indented", + "block.minecraft.banner.triangles_bottom.yellow": "Yellow Base Indented", + "block.minecraft.banner.triangles_bottom.light_blue": "Light Blue Base Indented", + "block.minecraft.banner.triangles_bottom.magenta": "Magenta Base Indented", + "block.minecraft.banner.triangles_bottom.orange": "Orange Base Indented", + "block.minecraft.banner.triangles_bottom.white": "White Base Indented", + "block.minecraft.banner.triangles_top.black": "Black Chief Indented", + "block.minecraft.banner.triangles_top.red": "Red Chief Indented", + "block.minecraft.banner.triangles_top.green": "Green Chief Indented", + "block.minecraft.banner.triangles_top.brown": "Brown Chief Indented", + "block.minecraft.banner.triangles_top.blue": "Blue Chief Indented", + "block.minecraft.banner.triangles_top.purple": "Purple Chief Indented", + "block.minecraft.banner.triangles_top.cyan": "Cyan Chief Indented", + "block.minecraft.banner.triangles_top.light_gray": "Light Gray Chief Indented", + "block.minecraft.banner.triangles_top.gray": "Gray Chief Indented", + "block.minecraft.banner.triangles_top.pink": "Pink Chief Indented", + "block.minecraft.banner.triangles_top.lime": "Lime Chief Indented", + "block.minecraft.banner.triangles_top.yellow": "Yellow Chief Indented", + "block.minecraft.banner.triangles_top.light_blue": "Light Blue Chief Indented", + "block.minecraft.banner.triangles_top.magenta": "Magenta Chief Indented", + "block.minecraft.banner.triangles_top.orange": "Orange Chief Indented", + "block.minecraft.banner.triangles_top.white": "White Chief Indented", + "block.minecraft.banner.diagonal_left.black": "Black Per Bend Sinister", + "block.minecraft.banner.diagonal_left.red": "Red Per Bend Sinister", + "block.minecraft.banner.diagonal_left.green": "Green Per Bend Sinister", + "block.minecraft.banner.diagonal_left.brown": "Brown Per Bend Sinister", + "block.minecraft.banner.diagonal_left.blue": "Blue Per Bend Sinister", + "block.minecraft.banner.diagonal_left.purple": "Purple Per Bend Sinister", + "block.minecraft.banner.diagonal_left.cyan": "Cyan Per Bend Sinister", + "block.minecraft.banner.diagonal_left.light_gray": "Light Gray Per Bend Sinister", + "block.minecraft.banner.diagonal_left.gray": "Gray Per Bend Sinister", + "block.minecraft.banner.diagonal_left.pink": "Pink Per Bend Sinister", + "block.minecraft.banner.diagonal_left.lime": "Lime Per Bend Sinister", + "block.minecraft.banner.diagonal_left.yellow": "Yellow Per Bend Sinister", + "block.minecraft.banner.diagonal_left.light_blue": "Light Blue Per Bend Sinister", + "block.minecraft.banner.diagonal_left.magenta": "Magenta Per Bend Sinister", + "block.minecraft.banner.diagonal_left.orange": "Orange Per Bend Sinister", + "block.minecraft.banner.diagonal_left.white": "White Per Bend Sinister", + "block.minecraft.banner.diagonal_right.black": "Black Per Bend", + "block.minecraft.banner.diagonal_right.red": "Red Per Bend", + "block.minecraft.banner.diagonal_right.green": "Green Per Bend", + "block.minecraft.banner.diagonal_right.brown": "Brown Per Bend", + "block.minecraft.banner.diagonal_right.blue": "Blue Per Bend", + "block.minecraft.banner.diagonal_right.purple": "Purple Per Bend", + "block.minecraft.banner.diagonal_right.cyan": "Cyan Per Bend", + "block.minecraft.banner.diagonal_right.light_gray": "Light Gray Per Bend", + "block.minecraft.banner.diagonal_right.gray": "Gray Per Bend", + "block.minecraft.banner.diagonal_right.pink": "Pink Per Bend", + "block.minecraft.banner.diagonal_right.lime": "Lime Per Bend", + "block.minecraft.banner.diagonal_right.yellow": "Yellow Per Bend", + "block.minecraft.banner.diagonal_right.light_blue": "Light Blue Per Bend", + "block.minecraft.banner.diagonal_right.magenta": "Magenta Per Bend", + "block.minecraft.banner.diagonal_right.orange": "Orange Per Bend", + "block.minecraft.banner.diagonal_right.white": "White Per Bend", + "block.minecraft.banner.diagonal_up_left.black": "Black Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.red": "Red Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.green": "Green Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.brown": "Brown Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.blue": "Blue Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.purple": "Purple Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.cyan": "Cyan Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.light_gray": "Light Gray Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.gray": "Gray Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.pink": "Pink Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.lime": "Lime Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.yellow": "Yellow Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.light_blue": "Light Blue Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.magenta": "Magenta Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.orange": "Orange Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.white": "White Per Bend Inverted", + "block.minecraft.banner.diagonal_up_right.black": "Black Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.red": "Red Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.green": "Green Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.brown": "Brown Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.blue": "Blue Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.purple": "Purple Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.cyan": "Cyan Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.light_gray": "Light Gray Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.gray": "Gray Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.pink": "Pink Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.lime": "Lime Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.yellow": "Yellow Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.light_blue": "Light Blue Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.magenta": "Magenta Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.orange": "Orange Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.white": "White Per Bend Sinister Inverted", + "block.minecraft.banner.circle.black": "Black Roundel", + "block.minecraft.banner.circle.red": "Red Roundel", + "block.minecraft.banner.circle.green": "Green Roundel", + "block.minecraft.banner.circle.brown": "Brown Roundel", + "block.minecraft.banner.circle.blue": "Blue Roundel", + "block.minecraft.banner.circle.purple": "Purple Roundel", + "block.minecraft.banner.circle.cyan": "Cyan Roundel", + "block.minecraft.banner.circle.light_gray": "Light Gray Roundel", + "block.minecraft.banner.circle.gray": "Gray Roundel", + "block.minecraft.banner.circle.pink": "Pink Roundel", + "block.minecraft.banner.circle.lime": "Lime Roundel", + "block.minecraft.banner.circle.yellow": "Yellow Roundel", + "block.minecraft.banner.circle.light_blue": "Light Blue Roundel", + "block.minecraft.banner.circle.magenta": "Magenta Roundel", + "block.minecraft.banner.circle.orange": "Orange Roundel", + "block.minecraft.banner.circle.white": "White Roundel", + "block.minecraft.banner.rhombus.black": "Black Lozenge", + "block.minecraft.banner.rhombus.red": "Red Lozenge", + "block.minecraft.banner.rhombus.green": "Green Lozenge", + "block.minecraft.banner.rhombus.brown": "Brown Lozenge", + "block.minecraft.banner.rhombus.blue": "Blue Lozenge", + "block.minecraft.banner.rhombus.purple": "Purple Lozenge", + "block.minecraft.banner.rhombus.cyan": "Cyan Lozenge", + "block.minecraft.banner.rhombus.light_gray": "Light Gray Lozenge", + "block.minecraft.banner.rhombus.gray": "Gray Lozenge", + "block.minecraft.banner.rhombus.pink": "Pink Lozenge", + "block.minecraft.banner.rhombus.lime": "Lime Lozenge", + "block.minecraft.banner.rhombus.yellow": "Yellow Lozenge", + "block.minecraft.banner.rhombus.light_blue": "Light Blue Lozenge", + "block.minecraft.banner.rhombus.magenta": "Magenta Lozenge", + "block.minecraft.banner.rhombus.orange": "Orange Lozenge", + "block.minecraft.banner.rhombus.white": "White Lozenge", + "block.minecraft.banner.half_vertical.black": "Black Per Pale", + "block.minecraft.banner.half_vertical.red": "Red Per Pale", + "block.minecraft.banner.half_vertical.green": "Green Per Pale", + "block.minecraft.banner.half_vertical.brown": "Brown Per Pale", + "block.minecraft.banner.half_vertical.blue": "Blue Per Pale", + "block.minecraft.banner.half_vertical.purple": "Purple Per Pale", + "block.minecraft.banner.half_vertical.cyan": "Cyan Per Pale", + "block.minecraft.banner.half_vertical.light_gray": "Light Gray Per Pale", + "block.minecraft.banner.half_vertical.gray": "Gray Per Pale", + "block.minecraft.banner.half_vertical.pink": "Pink Per Pale", + "block.minecraft.banner.half_vertical.lime": "Lime Per Pale", + "block.minecraft.banner.half_vertical.yellow": "Yellow Per Pale", + "block.minecraft.banner.half_vertical.light_blue": "Light Blue Per Pale", + "block.minecraft.banner.half_vertical.magenta": "Magenta Per Pale", + "block.minecraft.banner.half_vertical.orange": "Orange Per Pale", + "block.minecraft.banner.half_vertical.white": "White Per Pale", + "block.minecraft.banner.half_horizontal.black": "Black Per Fess", + "block.minecraft.banner.half_horizontal.red": "Red Per Fess", + "block.minecraft.banner.half_horizontal.green": "Green Per Fess", + "block.minecraft.banner.half_horizontal.brown": "Brown Per Fess", + "block.minecraft.banner.half_horizontal.blue": "Blue Per Fess", + "block.minecraft.banner.half_horizontal.purple": "Purple Per Fess", + "block.minecraft.banner.half_horizontal.cyan": "Cyan Per Fess", + "block.minecraft.banner.half_horizontal.light_gray": "Light Gray Per Fess", + "block.minecraft.banner.half_horizontal.gray": "Gray Per Fess", + "block.minecraft.banner.half_horizontal.pink": "Pink Per Fess", + "block.minecraft.banner.half_horizontal.lime": "Lime Per Fess", + "block.minecraft.banner.half_horizontal.yellow": "Yellow Per Fess", + "block.minecraft.banner.half_horizontal.light_blue": "Light Blue Per Fess", + "block.minecraft.banner.half_horizontal.magenta": "Magenta Per Fess", + "block.minecraft.banner.half_horizontal.orange": "Orange Per Fess", + "block.minecraft.banner.half_horizontal.white": "White Per Fess", + "block.minecraft.banner.half_vertical_right.black": "Black Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.red": "Red Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.green": "Green Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.brown": "Brown Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.blue": "Blue Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.purple": "Purple Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.cyan": "Cyan Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.light_gray": "Light Gray Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.gray": "Gray Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.pink": "Pink Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.lime": "Lime Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.yellow": "Yellow Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.light_blue": "Light Blue Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.magenta": "Magenta Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.orange": "Orange Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.white": "White Per Pale Inverted", + "block.minecraft.banner.half_horizontal_bottom.black": "Black Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.red": "Red Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.green": "Green Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.brown": "Brown Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.blue": "Blue Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.purple": "Purple Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.cyan": "Cyan Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.light_gray": "Light Gray Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.gray": "Gray Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.pink": "Pink Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.lime": "Lime Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.yellow": "Yellow Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.light_blue": "Light Blue Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.magenta": "Magenta Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.orange": "Orange Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.white": "White Per Fess Inverted", + "block.minecraft.banner.creeper.black": "Black Creeper Charge", + "block.minecraft.banner.creeper.red": "Red Creeper Charge", + "block.minecraft.banner.creeper.green": "Green Creeper Charge", + "block.minecraft.banner.creeper.brown": "Brown Creeper Charge", + "block.minecraft.banner.creeper.blue": "Blue Creeper Charge", + "block.minecraft.banner.creeper.purple": "Purple Creeper Charge", + "block.minecraft.banner.creeper.cyan": "Cyan Creeper Charge", + "block.minecraft.banner.creeper.light_gray": "Light Gray Creeper Charge", + "block.minecraft.banner.creeper.gray": "Gray Creeper Charge", + "block.minecraft.banner.creeper.pink": "Pink Creeper Charge", + "block.minecraft.banner.creeper.lime": "Lime Creeper Charge", + "block.minecraft.banner.creeper.yellow": "Yellow Creeper Charge", + "block.minecraft.banner.creeper.light_blue": "Light Blue Creeper Charge", + "block.minecraft.banner.creeper.magenta": "Magenta Creeper Charge", + "block.minecraft.banner.creeper.orange": "Orange Creeper Charge", + "block.minecraft.banner.creeper.white": "White Creeper Charge", + "block.minecraft.banner.bricks.black": "Black Field Masoned", + "block.minecraft.banner.bricks.red": "Red Field Masoned", + "block.minecraft.banner.bricks.green": "Green Field Masoned", + "block.minecraft.banner.bricks.brown": "Brown Field Masoned", + "block.minecraft.banner.bricks.blue": "Blue Field Masoned", + "block.minecraft.banner.bricks.purple": "Purple Field Masoned", + "block.minecraft.banner.bricks.cyan": "Cyan Field Masoned", + "block.minecraft.banner.bricks.light_gray": "Light Gray Field Masoned", + "block.minecraft.banner.bricks.gray": "Gray Field Masoned", + "block.minecraft.banner.bricks.pink": "Pink Field Masoned", + "block.minecraft.banner.bricks.lime": "Lime Field Masoned", + "block.minecraft.banner.bricks.yellow": "Yellow Field Masoned", + "block.minecraft.banner.bricks.light_blue": "Light Blue Field Masoned", + "block.minecraft.banner.bricks.magenta": "Magenta Field Masoned", + "block.minecraft.banner.bricks.orange": "Orange Field Masoned", + "block.minecraft.banner.bricks.white": "White Field Masoned", + "block.minecraft.banner.gradient.black": "Black Gradient", + "block.minecraft.banner.gradient.red": "Red Gradient", + "block.minecraft.banner.gradient.green": "Green Gradient", + "block.minecraft.banner.gradient.brown": "Brown Gradient", + "block.minecraft.banner.gradient.blue": "Blue Gradient", + "block.minecraft.banner.gradient.purple": "Purple Gradient", + "block.minecraft.banner.gradient.cyan": "Cyan Gradient", + "block.minecraft.banner.gradient.light_gray": "Light Gray Gradient", + "block.minecraft.banner.gradient.gray": "Gray Gradient", + "block.minecraft.banner.gradient.pink": "Pink Gradient", + "block.minecraft.banner.gradient.lime": "Lime Gradient", + "block.minecraft.banner.gradient.yellow": "Yellow Gradient", + "block.minecraft.banner.gradient.light_blue": "Light Blue Gradient", + "block.minecraft.banner.gradient.magenta": "Magenta Gradient", + "block.minecraft.banner.gradient.orange": "Orange Gradient", + "block.minecraft.banner.gradient.white": "White Gradient", + "block.minecraft.banner.gradient_up.black": "Black Base Gradient", + "block.minecraft.banner.gradient_up.red": "Red Base Gradient", + "block.minecraft.banner.gradient_up.green": "Green Base Gradient", + "block.minecraft.banner.gradient_up.brown": "Brown Base Gradient", + "block.minecraft.banner.gradient_up.blue": "Blue Base Gradient", + "block.minecraft.banner.gradient_up.purple": "Purple Base Gradient", + "block.minecraft.banner.gradient_up.cyan": "Cyan Base Gradient", + "block.minecraft.banner.gradient_up.light_gray": "Light Gray Base Gradient", + "block.minecraft.banner.gradient_up.gray": "Gray Base Gradient", + "block.minecraft.banner.gradient_up.pink": "Pink Base Gradient", + "block.minecraft.banner.gradient_up.lime": "Lime Base Gradient", + "block.minecraft.banner.gradient_up.yellow": "Yellow Base Gradient", + "block.minecraft.banner.gradient_up.light_blue": "Light Blue Base Gradient", + "block.minecraft.banner.gradient_up.magenta": "Magenta Base Gradient", + "block.minecraft.banner.gradient_up.orange": "Orange Base Gradient", + "block.minecraft.banner.gradient_up.white": "White Base Gradient", + "block.minecraft.banner.skull.black": "Black Skull Charge", + "block.minecraft.banner.skull.red": "Red Skull Charge", + "block.minecraft.banner.skull.green": "Green Skull Charge", + "block.minecraft.banner.skull.brown": "Brown Skull Charge", + "block.minecraft.banner.skull.blue": "Blue Skull Charge", + "block.minecraft.banner.skull.purple": "Purple Skull Charge", + "block.minecraft.banner.skull.cyan": "Cyan Skull Charge", + "block.minecraft.banner.skull.light_gray": "Light Gray Skull Charge", + "block.minecraft.banner.skull.gray": "Gray Skull Charge", + "block.minecraft.banner.skull.pink": "Pink Skull Charge", + "block.minecraft.banner.skull.lime": "Lime Skull Charge", + "block.minecraft.banner.skull.yellow": "Yellow Skull Charge", + "block.minecraft.banner.skull.light_blue": "Light Blue Skull Charge", + "block.minecraft.banner.skull.magenta": "Magenta Skull Charge", + "block.minecraft.banner.skull.orange": "Orange Skull Charge", + "block.minecraft.banner.skull.white": "White Skull Charge", + "block.minecraft.banner.flower.black": "Black Flower Charge", + "block.minecraft.banner.flower.red": "Red Flower Charge", + "block.minecraft.banner.flower.green": "Green Flower Charge", + "block.minecraft.banner.flower.brown": "Brown Flower Charge", + "block.minecraft.banner.flower.blue": "Blue Flower Charge", + "block.minecraft.banner.flower.purple": "Purple Flower Charge", + "block.minecraft.banner.flower.cyan": "Cyan Flower Charge", + "block.minecraft.banner.flower.light_gray": "Light Gray Flower Charge", + "block.minecraft.banner.flower.gray": "Gray Flower Charge", + "block.minecraft.banner.flower.pink": "Pink Flower Charge", + "block.minecraft.banner.flower.lime": "Lime Flower Charge", + "block.minecraft.banner.flower.yellow": "Yellow Flower Charge", + "block.minecraft.banner.flower.light_blue": "Light Blue Flower Charge", + "block.minecraft.banner.flower.magenta": "Magenta Flower Charge", + "block.minecraft.banner.flower.orange": "Orange Flower Charge", + "block.minecraft.banner.flower.white": "White Flower Charge", + "block.minecraft.banner.border.black": "Black Bordure", + "block.minecraft.banner.border.red": "Red Bordure", + "block.minecraft.banner.border.green": "Green Bordure", + "block.minecraft.banner.border.brown": "Brown Bordure", + "block.minecraft.banner.border.blue": "Blue Bordure", + "block.minecraft.banner.border.purple": "Purple Bordure", + "block.minecraft.banner.border.cyan": "Cyan Bordure", + "block.minecraft.banner.border.light_gray": "Light Gray Bordure", + "block.minecraft.banner.border.gray": "Gray Bordure", + "block.minecraft.banner.border.pink": "Pink Bordure", + "block.minecraft.banner.border.lime": "Lime Bordure", + "block.minecraft.banner.border.yellow": "Yellow Bordure", + "block.minecraft.banner.border.light_blue": "Light Blue Bordure", + "block.minecraft.banner.border.magenta": "Magenta Bordure", + "block.minecraft.banner.border.orange": "Orange Bordure", + "block.minecraft.banner.border.white": "White Bordure", + "block.minecraft.banner.curly_border.black": "Black Bordure Indented", + "block.minecraft.banner.curly_border.red": "Red Bordure Indented", + "block.minecraft.banner.curly_border.green": "Green Bordure Indented", + "block.minecraft.banner.curly_border.brown": "Brown Bordure Indented", + "block.minecraft.banner.curly_border.blue": "Blue Bordure Indented", + "block.minecraft.banner.curly_border.purple": "Purple Bordure Indented", + "block.minecraft.banner.curly_border.cyan": "Cyan Bordure Indented", + "block.minecraft.banner.curly_border.light_gray": "Light Gray Bordure Indented", + "block.minecraft.banner.curly_border.gray": "Gray Bordure Indented", + "block.minecraft.banner.curly_border.pink": "Pink Bordure Indented", + "block.minecraft.banner.curly_border.lime": "Lime Bordure Indented", + "block.minecraft.banner.curly_border.yellow": "Yellow Bordure Indented", + "block.minecraft.banner.curly_border.light_blue": "Light Blue Bordure Indented", + "block.minecraft.banner.curly_border.magenta": "Magenta Bordure Indented", + "block.minecraft.banner.curly_border.orange": "Orange Bordure Indented", + "block.minecraft.banner.curly_border.white": "White Bordure Indented", + "block.minecraft.banner.mojang.black": "Black Thing", + "block.minecraft.banner.mojang.red": "Red Thing", + "block.minecraft.banner.mojang.green": "Green Thing", + "block.minecraft.banner.mojang.brown": "Brown Thing", + "block.minecraft.banner.mojang.blue": "Blue Thing", + "block.minecraft.banner.mojang.purple": "Purple Thing", + "block.minecraft.banner.mojang.cyan": "Cyan Thing", + "block.minecraft.banner.mojang.light_gray": "Light Gray Thing", + "block.minecraft.banner.mojang.gray": "Gray Thing", + "block.minecraft.banner.mojang.pink": "Pink Thing", + "block.minecraft.banner.mojang.lime": "Lime Thing", + "block.minecraft.banner.mojang.yellow": "Yellow Thing", + "block.minecraft.banner.mojang.light_blue": "Light Blue Thing", + "block.minecraft.banner.mojang.magenta": "Magenta Thing", + "block.minecraft.banner.mojang.orange": "Orange Thing", + "block.minecraft.banner.mojang.white": "White Thing", + "block.minecraft.banner.straight_cross.black": "Black Cross", + "block.minecraft.banner.straight_cross.red": "Red Cross", + "block.minecraft.banner.straight_cross.green": "Green Cross", + "block.minecraft.banner.straight_cross.brown": "Brown Cross", + "block.minecraft.banner.straight_cross.blue": "Blue Cross", + "block.minecraft.banner.straight_cross.purple": "Purple Cross", + "block.minecraft.banner.straight_cross.cyan": "Cyan Cross", + "block.minecraft.banner.straight_cross.light_gray": "Light Gray Cross", + "block.minecraft.banner.straight_cross.gray": "Gray Cross", + "block.minecraft.banner.straight_cross.pink": "Pink Cross", + "block.minecraft.banner.straight_cross.lime": "Lime Cross", + "block.minecraft.banner.straight_cross.yellow": "Yellow Cross", + "block.minecraft.banner.straight_cross.light_blue": "Light Blue Cross", + "block.minecraft.banner.straight_cross.magenta": "Magenta Cross", + "block.minecraft.banner.straight_cross.orange": "Orange Cross", + "block.minecraft.banner.straight_cross.white": "White Cross", + "block.minecraft.banner.globe.black": "Black Globe", + "block.minecraft.banner.globe.red": "Red Globe", + "block.minecraft.banner.globe.green": "Green Globe", + "block.minecraft.banner.globe.brown": "Brown Globe", + "block.minecraft.banner.globe.blue": "Blue Globe", + "block.minecraft.banner.globe.purple": "Purple Globe", + "block.minecraft.banner.globe.cyan": "Cyan Globe", + "block.minecraft.banner.globe.light_gray": "Light Gray Globe", + "block.minecraft.banner.globe.gray": "Gray Globe", + "block.minecraft.banner.globe.pink": "Pink Globe", + "block.minecraft.banner.globe.lime": "Lime Globe", + "block.minecraft.banner.globe.yellow": "Yellow Globe", + "block.minecraft.banner.globe.light_blue": "Light Blue Globe", + "block.minecraft.banner.globe.magenta": "Magenta Globe", + "block.minecraft.banner.globe.orange": "Orange Globe", + "block.minecraft.banner.globe.white": "White Globe", + "subtitles.ambient.cave": "Eerie noise", + "subtitles.block.anvil.destroy": "Anvil destroyed", + "subtitles.block.anvil.land": "Anvil landed", + "subtitles.block.anvil.use": "Anvil used", + "subtitles.block.barrel.close": "Barrel closes", + "subtitles.block.barrel.open": "Barrel opens", + "subtitles.block.beehive.enter": "Bee enters hive", + "subtitles.block.beehive.exit": "Bee leaves hive", + "subtitles.block.beehive.drip": "Honey drips", + "subtitles.block.beehive.work": "Bees work", + "subtitles.block.beehive.shear": "Shears scrape", + "subtitles.block.bell.use": "Bell rings", + "subtitles.block.bell.resonate": "Bell resonates", + "subtitles.block.blastfurnace.fire_crackle": "Blast furnace crackles", + "subtitles.block.brewing_stand.brew": "Brewing Stand bubbles", + "subtitles.block.bubble_column.bubble_pop": "Bubbles pop", + "subtitles.block.bubble_column.upwards_ambient": "Bubbles flow", + "subtitles.block.bubble_column.upwards_inside": "Bubbles woosh", + "subtitles.block.bubble_column.whirlpool_ambient": "Bubbles whirl", + "subtitles.block.bubble_column.whirlpool_inside": "Bubbles zoom", + "subtitles.block.button.click": "Button clicks", + "subtitles.block.campfire.crackle": "Campfire crackles", + "subtitles.block.chest.close": "Chest closes", + "subtitles.block.chest.locked": "Chest locked", + "subtitles.block.chest.open": "Chest opens", + "subtitles.block.chorus_flower.death": "Chorus Flower withers", + "subtitles.block.chorus_flower.grow": "Chorus Flower grows", + "subtitles.block.comparator.click": "Comparator clicks", + "subtitles.block.dispenser.dispense": "Dispensed item", + "subtitles.block.dispenser.fail": "Dispenser failed", + "subtitles.block.door.toggle": "Door creaks", + "subtitles.block.fence_gate.toggle": "Fence Gate creaks", + "subtitles.block.fire.ambient": "Fire crackles", + "subtitles.block.fire.extinguish": "Fire extinguished", + "subtitles.block.furnace.fire_crackle": "Furnace crackles", + "subtitles.block.generic.break": "Block broken", + "subtitles.block.generic.footsteps": "Footsteps", + "subtitles.block.generic.hit": "Block breaking", + "subtitles.block.generic.place": "Block placed", + "subtitles.block.grindstone.use": "Grindstone used", + "subtitles.block.honey_block.slide": "Sliding down a honey block", + "subtitles.block.iron_trapdoor.close": "Trapdoor opens", + "subtitles.block.iron_trapdoor.open": "Trapdoor closes", + "subtitles.block.lava.ambient": "Lava pops", + "subtitles.block.lava.extinguish": "Lava hisses", + "subtitles.block.lever.click": "Lever clicks", + "subtitles.block.note_block.note": "Note Block plays", + "subtitles.block.piston.move": "Piston moves", + "subtitles.block.portal.ambient": "Portal whooshes", + "subtitles.block.pressure_plate.click": "Pressure Plate clicks", + "subtitles.block.redstone_torch.burnout": "Torch fizzes", + "subtitles.block.shulker_box.close": "Shulker closes", + "subtitles.block.shulker_box.open": "Shulker opens", + "subtitles.block.smoker.smoke": "Smoker smokes", + "subtitles.block.trapdoor.toggle": "Trapdoor creaks", + "subtitles.block.tripwire.attach": "Tripwire attaches", + "subtitles.block.tripwire.click": "Tripwire clicks", + "subtitles.block.tripwire.detach": "Tripwire detaches", + "subtitles.block.water.ambient": "Water flows", + "subtitles.enchant.thorns.hit": "Thorns prick", + "subtitles.entity.armor_stand.fall": "Something fell", + "subtitles.entity.arrow.hit": "Arrow hits", + "subtitles.entity.arrow.hit_player": "Player hit", + "subtitles.entity.arrow.shoot": "Arrow fired", + "subtitles.entity.bat.ambient": "Bat screeches", + "subtitles.entity.bat.death": "Bat dies", + "subtitles.entity.bat.hurt": "Bat hurts", + "subtitles.entity.bat.takeoff": "Bat takes off", + "subtitles.entity.bee.ambient": "Bee buzzes", + "subtitles.entity.bee.death": "Bee dies", + "subtitles.entity.bee.hurt": "Bee hurts", + "subtitles.entity.bee.loop": "Bee buzzes", + "subtitles.entity.bee.loop_aggressive": "Bee buzzes angrily", + "subtitles.entity.bee.pollinate": "Bee buzzes happily", + "subtitles.entity.bee.sting": "Bee stings", + "subtitles.entity.blaze.ambient": "Blaze breathes", + "subtitles.entity.blaze.burn": "Blaze crackles", + "subtitles.entity.blaze.death": "Blaze dies", + "subtitles.entity.blaze.hurt": "Blaze hurts", + "subtitles.entity.blaze.shoot": "Blaze shoots", + "subtitles.entity.fishing_bobber.splash": "Fishing Bobber splashes", + "subtitles.entity.fishing_bobber.throw": "Bobber thrown", + "subtitles.entity.cat.ambient": "Cat meows", + "subtitles.entity.cat.death": "Cat dies", + "subtitles.entity.cat.hurt": "Cat hurts", + "subtitles.entity.chicken.ambient": "Chicken clucks", + "subtitles.entity.chicken.death": "Chicken dies", + "subtitles.entity.chicken.egg": "Chicken plops", + "subtitles.entity.chicken.hurt": "Chicken hurts", + "subtitles.entity.parrot.ambient": "Parrot talks", + "subtitles.entity.parrot.death": "Parrot dies", + "subtitles.entity.parrot.eats": "Parrot eats", + "subtitles.entity.parrot.hurts": "Parrot hurts", + "subtitles.entity.parrot.imitate.blaze": "Parrot breathes", + "subtitles.entity.parrot.imitate.creeper": "Parrot hisses", + "subtitles.entity.parrot.imitate.drowned": "Parrot gurgles", + "subtitles.entity.parrot.imitate.elder_guardian": "Parrot flaps", + "subtitles.entity.parrot.imitate.ender_dragon": "Parrot roars", + "subtitles.entity.parrot.imitate.endermite": "Parrot scuttles", + "subtitles.entity.parrot.imitate.evoker": "Parrot murmurs", + "subtitles.entity.parrot.imitate.ghast": "Parrot cries", + "subtitles.entity.parrot.imitate.guardian": "Parrot moans", + "subtitles.entity.parrot.imitate.husk": "Parrot groans", + "subtitles.entity.parrot.imitate.illusioner": "Parrot murmurs", + "subtitles.entity.parrot.imitate.magma_cube": "Parrot squishes", + "subtitles.entity.parrot.imitate.phantom": "Parrot screeches", + "subtitles.entity.parrot.imitate.pillager": "Parrot murmurs", + "subtitles.entity.parrot.imitate.ravager": "Parrot grunts", + "subtitles.entity.parrot.imitate.shulker": "Parrot lurks", + "subtitles.entity.parrot.imitate.silverfish": "Parrot hisses", + "subtitles.entity.parrot.imitate.skeleton": "Parrot rattles", + "subtitles.entity.parrot.imitate.slime": "Parrot squishes", + "subtitles.entity.parrot.imitate.spider": "Parrot hisses", + "subtitles.entity.parrot.imitate.stray": "Parrot rattles", + "subtitles.entity.parrot.imitate.vex": "Parrot vexes", + "subtitles.entity.parrot.imitate.vindicator": "Parrot mutters", + "subtitles.entity.parrot.imitate.witch": "Parrot giggles", + "subtitles.entity.parrot.imitate.wither": "Parrot angers", + "subtitles.entity.parrot.imitate.wither_skeleton": "Parrot rattles", + "subtitles.entity.parrot.imitate.zombie": "Parrot groans", + "subtitles.entity.parrot.imitate.zombie_villager": "Parrot groans", + "subtitles.entity.cod.death": "Cod dies", + "subtitles.entity.cod.flop": "Cod flops", + "subtitles.entity.cod.hurt": "Cod hurts", + "subtitles.entity.cow.ambient": "Cow moos", + "subtitles.entity.cow.death": "Cow dies", + "subtitles.entity.cow.hurt": "Cow hurts", + "subtitles.entity.cow.milk": "Cow gets milked", + "subtitles.entity.creeper.death": "Creeper dies", + "subtitles.entity.creeper.hurt": "Creeper hurts", + "subtitles.entity.creeper.primed": "Creeper hisses", + "subtitles.entity.dolphin.ambient": "Dolphin chirps", + "subtitles.entity.dolphin.ambient_water": "Dolphin whistles", + "subtitles.entity.dolphin.attack": "Dolphin attacks", + "subtitles.entity.dolphin.death": "Dolphin dies", + "subtitles.entity.dolphin.eat": "Dolphin eats", + "subtitles.entity.dolphin.hurt": "Dolphin hurts", + "subtitles.entity.dolphin.jump": "Dolphin jumps", + "subtitles.entity.dolphin.play": "Dolphin plays", + "subtitles.entity.dolphin.splash": "Dolphin splashes", + "subtitles.entity.dolphin.swim": "Dolphin swims", + "subtitles.entity.donkey.ambient": "Donkey hee-haws", + "subtitles.entity.donkey.angry": "Donkey neighs", + "subtitles.entity.donkey.chest": "Donkey Chest equips", + "subtitles.entity.donkey.death": "Donkey dies", + "subtitles.entity.donkey.hurt": "Donkey hurts", + "subtitles.entity.drowned.ambient": "Drowned gurgles", + "subtitles.entity.drowned.death": "Drowned dies", + "subtitles.entity.drowned.hurt": "Drowned hurts", + "subtitles.entity.drowned.shoot": "Drowned throws Trident", + "subtitles.entity.drowned.step": "Drowned steps", + "subtitles.entity.drowned.swim": "Drowned swims", + "subtitles.entity.egg.throw": "Egg flies", + "subtitles.entity.elder_guardian.ambient_land": "Elder Guardian flaps", + "subtitles.entity.elder_guardian.ambient": "Elder Guardian moans", + "subtitles.entity.elder_guardian.curse": "Elder Guardian curses", + "subtitles.entity.elder_guardian.death": "Elder Guardian dies", + "subtitles.entity.elder_guardian.flop": "Elder Guardian flops", + "subtitles.entity.elder_guardian.hurt": "Elder Guardian hurts", + "subtitles.entity.ender_dragon.ambient": "Dragon roars", + "subtitles.entity.ender_dragon.death": "Dragon dies", + "subtitles.entity.ender_dragon.flap": "Dragon flaps", + "subtitles.entity.ender_dragon.growl": "Dragon growls", + "subtitles.entity.ender_dragon.hurt": "Dragon hurts", + "subtitles.entity.ender_dragon.shoot": "Dragon shoots", + "subtitles.entity.ender_eye.launch": "Eye of Ender shoots", + "subtitles.entity.enderman.ambient": "Enderman vwoops", + "subtitles.entity.enderman.death": "Enderman dies", + "subtitles.entity.enderman.hurt": "Enderman hurts", + "subtitles.entity.enderman.stare": "Enderman cries out", + "subtitles.entity.enderman.teleport": "Enderman teleports", + "subtitles.entity.endermite.ambient": "Endermite scuttles", + "subtitles.entity.endermite.death": "Endermite dies", + "subtitles.entity.endermite.hurt": "Endermite hurts", + "subtitles.entity.ender_pearl.throw": "Ender Pearl flies", + "subtitles.entity.evoker_fangs.attack": "Fangs snap", + "subtitles.entity.evoker.ambient": "Evoker murmurs", + "subtitles.entity.evoker.cast_spell": "Evoker casts spell", + "subtitles.entity.evoker.celebrate": "Evoker cheers", + "subtitles.entity.evoker.death": "Evoker dies", + "subtitles.entity.evoker.hurt": "Evoker hurts", + "subtitles.entity.evoker.prepare_attack": "Evoker prepares attack", + "subtitles.entity.evoker.prepare_summon": "Evoker prepares summoning", + "subtitles.entity.evoker.prepare_wololo": "Evoker prepares charming", + "subtitles.entity.experience_orb.pickup": "Experience gained", + "subtitles.entity.firework_rocket.blast": "Firework blasts", + "subtitles.entity.firework_rocket.launch": "Firework launches", + "subtitles.entity.firework_rocket.twinkle": "Firework twinkles", + "subtitles.entity.fox.aggro": "Fox angers", + "subtitles.entity.fox.ambient": "Fox squeaks", + "subtitles.entity.fox.bite": "Fox bites", + "subtitles.entity.fox.death": "Fox dies", + "subtitles.entity.fox.eat": "Fox eats", + "subtitles.entity.fox.hurt": "Fox hurts", + "subtitles.entity.fox.screech": "Fox screeches", + "subtitles.entity.fox.sleep": "Fox snores", + "subtitles.entity.fox.sniff": "Fox sniffs", + "subtitles.entity.fox.spit": "Fox spits", + "subtitles.entity.generic.big_fall": "Something fell", + "subtitles.entity.generic.burn": "Burning", + "subtitles.entity.generic.death": "Dying", + "subtitles.entity.generic.drink": "Sipping", + "subtitles.entity.generic.eat": "Eating", + "subtitles.entity.generic.explode": "Explosion", + "subtitles.entity.generic.extinguish_fire": "Fire extinguishes", + "subtitles.entity.generic.hurt": "Something hurts", + "subtitles.entity.generic.small_fall": "Something trips", + "subtitles.entity.generic.splash": "Splashing", + "subtitles.entity.generic.swim": "Swimming", + "subtitles.entity.ghast.ambient": "Ghast cries", + "subtitles.entity.ghast.death": "Ghast dies", + "subtitles.entity.ghast.hurt": "Ghast hurts", + "subtitles.entity.ghast.shoot": "Ghast shoots", + "subtitles.entity.guardian.ambient_land": "Guardian flaps", + "subtitles.entity.guardian.ambient": "Guardian moans", + "subtitles.entity.guardian.attack": "Guardian shoots", + "subtitles.entity.guardian.death": "Guardian dies", + "subtitles.entity.guardian.flop": "Guardian flops", + "subtitles.entity.guardian.hurt": "Guardian hurts", + "subtitles.entity.horse.ambient": "Horse neighs", + "subtitles.entity.horse.angry": "Horse neighs", + "subtitles.entity.horse.armor": "Horse armor equips", + "subtitles.entity.horse.breathe": "Horse breathes", + "subtitles.entity.horse.death": "Horse dies", + "subtitles.entity.horse.eat": "Horse eats", + "subtitles.entity.horse.gallop": "Horse gallops", + "subtitles.entity.horse.hurt": "Horse hurts", + "subtitles.entity.horse.jump": "Horse jumps", + "subtitles.entity.horse.saddle": "Saddle equips", + "subtitles.entity.husk.ambient": "Husk groans", + "subtitles.entity.husk.converted_to_zombie": "Husk converted to Zombie", + "subtitles.entity.husk.death": "Husk dies", + "subtitles.entity.husk.hurt": "Husk hurts", + "subtitles.entity.illusioner.ambient": "Illusioner murmurs", + "subtitles.entity.illusioner.cast_spell": "Illusioner casts spell", + "subtitles.entity.illusioner.death": "Illusioner dies", + "subtitles.entity.illusioner.hurt": "Illusioner hurts", + "subtitles.entity.illusioner.mirror_move": "Illusioner displaces", + "subtitles.entity.illusioner.prepare_blindness": "Illusioner prepares blindness", + "subtitles.entity.illusioner.prepare_mirror": "Illusioner prepares mirror image", + "subtitles.entity.iron_golem.attack": "Iron Golem attacks", + "subtitles.entity.iron_golem.damage": "Iron Golem breaks", + "subtitles.entity.iron_golem.death": "Iron Golem dies", + "subtitles.entity.iron_golem.hurt": "Iron Golem hurts", + "subtitles.entity.iron_golem.repair": "Iron Golem repaired", + "subtitles.entity.item.break": "Item breaks", + "subtitles.entity.item.pickup": "Item plops", + "subtitles.entity.item_frame.add_item": "Item Frame fills", + "subtitles.entity.item_frame.break": "Item Frame breaks", + "subtitles.entity.item_frame.place": "Item Frame placed", + "subtitles.entity.item_frame.remove_item": "Item Frame empties", + "subtitles.entity.item_frame.rotate_item": "Item Frame clicks", + "subtitles.entity.leash_knot.break": "Leash knot breaks", + "subtitles.entity.leash_knot.place": "Leash knot tied", + "subtitles.entity.lightning_bolt.impact": "Lightning strikes", + "subtitles.entity.lightning_bolt.thunder": "Thunder roars", + "subtitles.entity.llama.ambient": "Llama bleats", + "subtitles.entity.llama.angry": "Llama bleats angrily", + "subtitles.entity.llama.chest": "Llama Chest equips", + "subtitles.entity.llama.death": "Llama dies", + "subtitles.entity.llama.eat": "Llama eats", + "subtitles.entity.llama.hurt": "Llama hurts", + "subtitles.entity.llama.spit": "Llama spits", + "subtitles.entity.llama.step": "Llama steps", + "subtitles.entity.llama.swag": "Llama is decorated", + "subtitles.entity.ravager.step": "Ravager steps", + "subtitles.entity.ravager.stunned": "Ravager stunned", + "subtitles.entity.ravager.roar": "Ravager roars", + "subtitles.entity.ravager.attack": "Ravager bites", + "subtitles.entity.ravager.death": "Ravager dies", + "subtitles.entity.ravager.hurt": "Ravager hurts", + "subtitles.entity.ravager.ambient": "Ravager grunts", + "subtitles.entity.ravager.celebrate": "Ravager cheers", + "subtitles.entity.magma_cube.death": "Magma Cube dies", + "subtitles.entity.magma_cube.hurt": "Magma Cube hurts", + "subtitles.entity.magma_cube.squish": "Magma Cube squishes", + "subtitles.entity.minecart.riding": "Minecart rolls", + "subtitles.entity.mooshroom.convert": "Mooshroom transforms", + "subtitles.entity.mooshroom.eat": "Mooshroom eats", + "subtitles.entity.mooshroom.milk": "Mooshroom gets milked", + "subtitles.entity.mooshroom.suspicious_milk": "Mooshroom gets milked suspiciously", + "subtitles.entity.mule.ambient": "Mule hee-haws", + "subtitles.entity.mule.chest": "Mule Chest equips", + "subtitles.entity.mule.death": "Mule dies", + "subtitles.entity.mule.hurt": "Mule hurts", + "subtitles.entity.panda.ambient": "Panda pants", + "subtitles.entity.panda.pre_sneeze": "Panda's nose tickles", + "subtitles.entity.panda.sneeze": "Panda sneezes", + "subtitles.entity.panda.death": "Panda dies", + "subtitles.entity.panda.eat": "Panda eats", + "subtitles.entity.panda.step": "Panda steps", + "subtitles.entity.panda.cant_breed": "Panda bleats", + "subtitles.entity.panda.aggressive_ambient": "Panda huffs", + "subtitles.entity.panda.worried_ambient": "Panda whimpers", + "subtitles.entity.panda.hurt": "Panda hurts", + "subtitles.entity.panda.bite": "Panda bites", + "subtitles.entity.painting.break": "Painting breaks", + "subtitles.entity.painting.place": "Painting placed", + "subtitles.entity.phantom.ambient": "Phantom screeches", + "subtitles.entity.phantom.bite": "Phantom bites", + "subtitles.entity.phantom.death": "Phantom dies", + "subtitles.entity.phantom.flap": "Phantom flaps", + "subtitles.entity.phantom.hurt": "Phantom hurts", + "subtitles.entity.phantom.swoop": "Phantom swoops", + "subtitles.entity.pig.ambient": "Pig oinks", + "subtitles.entity.pig.death": "Pig dies", + "subtitles.entity.pig.hurt": "Pig hurts", + "subtitles.entity.pig.saddle": "Saddle equips", + "subtitles.entity.pillager.ambient": "Pillager murmurs", + "subtitles.entity.pillager.celebrate": "Pillager cheers", + "subtitles.entity.pillager.death": "Pillager dies", + "subtitles.entity.pillager.hurt": "Pillager hurts", + "subtitles.entity.player.burp": "Burp", + "subtitles.entity.player.death": "Player dies", + "subtitles.entity.player.hurt": "Player hurts", + "subtitles.entity.player.levelup": "Player dings", + "subtitles.entity.polar_bear.ambient": "Polar Bear groans", + "subtitles.entity.polar_bear.ambient_baby": "Polar Bear hums", + "subtitles.entity.polar_bear.death": "Polar Bear dies", + "subtitles.entity.polar_bear.hurt": "Polar Bear hurts", + "subtitles.entity.polar_bear.warning": "Polar Bear roars", + "subtitles.entity.potion.splash": "Bottle smashes", + "subtitles.entity.potion.throw": "Bottle thrown", + "subtitles.entity.puffer_fish.blow_out": "Pufferfish deflates", + "subtitles.entity.puffer_fish.blow_up": "Pufferfish inflates", + "subtitles.entity.puffer_fish.death": "Pufferfish dies", + "subtitles.entity.puffer_fish.flop": "Pufferfish flops", + "subtitles.entity.puffer_fish.hurt": "Pufferfish hurts", + "subtitles.entity.puffer_fish.sting": "Pufferfish stings", + "subtitles.entity.rabbit.ambient": "Rabbit squeaks", + "subtitles.entity.rabbit.attack": "Rabbit attacks", + "subtitles.entity.rabbit.death": "Rabbit dies", + "subtitles.entity.rabbit.hurt": "Rabbit hurts", + "subtitles.entity.rabbit.jump": "Rabbit hops", + "subtitles.entity.salmon.death": "Salmon dies", + "subtitles.entity.salmon.flop": "Salmon flops", + "subtitles.entity.salmon.hurt": "Salmon hurts", + "subtitles.entity.sheep.ambient": "Sheep baahs", + "subtitles.entity.sheep.death": "Sheep dies", + "subtitles.entity.sheep.hurt": "Sheep hurts", + "subtitles.entity.shulker.ambient": "Shulker lurks", + "subtitles.entity.shulker.close": "Shulker closes", + "subtitles.entity.shulker.death": "Shulker dies", + "subtitles.entity.shulker.hurt": "Shulker hurts", + "subtitles.entity.shulker.open": "Shulker opens", + "subtitles.entity.shulker.shoot": "Shulker shoots", + "subtitles.entity.shulker.teleport": "Shulker teleports", + "subtitles.entity.shulker_bullet.hit": "Shulker bullet explodes", + "subtitles.entity.shulker_bullet.hurt": "Shulker bullet breaks", + "subtitles.entity.silverfish.ambient": "Silverfish hisses", + "subtitles.entity.silverfish.death": "Silverfish dies", + "subtitles.entity.silverfish.hurt": "Silverfish hurts", + "subtitles.entity.skeleton.ambient": "Skeleton rattles", + "subtitles.entity.skeleton.death": "Skeleton dies", + "subtitles.entity.skeleton.hurt": "Skeleton hurts", + "subtitles.entity.skeleton.shoot": "Skeleton shoots", + "subtitles.entity.skeleton_horse.ambient": "Skeleton Horse cries", + "subtitles.entity.skeleton_horse.death": "Skeleton Horse dies", + "subtitles.entity.skeleton_horse.hurt": "Skeleton Horse hurts", + "subtitles.entity.skeleton_horse.swim": "Skeleton Horse swims", + "subtitles.entity.slime.attack": "Slime attacks", + "subtitles.entity.slime.death": "Slime dies", + "subtitles.entity.slime.hurt": "Slime hurts", + "subtitles.entity.slime.squish": "Slime squishes", + "subtitles.entity.snowball.throw": "Snowball flies", + "subtitles.entity.snow_golem.death": "Snow Golem dies", + "subtitles.entity.snow_golem.hurt": "Snow Golem hurts", + "subtitles.entity.spider.ambient": "Spider hisses", + "subtitles.entity.spider.death": "Spider dies", + "subtitles.entity.spider.hurt": "Spider hurts", + "subtitles.entity.squid.ambient": "Squid swims", + "subtitles.entity.squid.death": "Squid dies", + "subtitles.entity.squid.hurt": "Squid hurts", + "subtitles.entity.squid.squirt": "Squid shoots ink", + "subtitles.entity.stray.ambient": "Stray rattles", + "subtitles.entity.stray.death": "Stray dies", + "subtitles.entity.stray.hurt": "Stray hurts", + "subtitles.entity.tnt.primed": "TNT fizzes", + "subtitles.entity.turtle.ambient_land": "Turtle chirps", + "subtitles.entity.turtle.lay_egg": "Turtle lays egg", + "subtitles.entity.turtle.egg_hatch": "Turtle egg hatches", + "subtitles.entity.turtle.egg_crack": "Turtle egg cracks", + "subtitles.entity.turtle.egg_break": "Turtle egg breaks", + "subtitles.entity.turtle.hurt": "Turtle hurts", + "subtitles.entity.turtle.hurt_baby": "Turtle baby hurts", + "subtitles.entity.turtle.death": "Turtle dies", + "subtitles.entity.turtle.death_baby": "Turtle baby dies", + "subtitles.entity.turtle.swim": "Turtle swims", + "subtitles.entity.turtle.shamble": "Turtle shambles", + "subtitles.entity.turtle.shamble_baby": "Turtle baby shambles", + "subtitles.entity.vex.ambient": "Vex vexes", + "subtitles.entity.vex.charge": "Vex shrieks", + "subtitles.entity.vex.death": "Vex dies", + "subtitles.entity.vex.hurt": "Vex hurts", + "subtitles.entity.villager.ambient": "Villager mumbles", + "subtitles.entity.villager.celebrate": "Villager cheers", + "subtitles.entity.villager.death": "Villager dies", + "subtitles.entity.villager.hurt": "Villager hurts", + "subtitles.entity.villager.no": "Villager disagrees", + "subtitles.entity.villager.trade": "Villager trades", + "subtitles.entity.villager.yes": "Villager agrees", + "subtitles.entity.villager.work_armorer": "Armorer works", + "subtitles.entity.villager.work_butcher": "Butcher works", + "subtitles.entity.villager.work_cartographer": "Cartographer works", + "subtitles.entity.villager.work_cleric": "Cleric works", + "subtitles.entity.villager.work_farmer": "Farmer works", + "subtitles.entity.villager.work_fisherman": "Fisherman works", + "subtitles.entity.villager.work_fletcher": "Fletcher works", + "subtitles.entity.villager.work_leatherworker": "Leatherworker works", + "subtitles.entity.villager.work_librarian": "Librarian works", + "subtitles.entity.villager.work_mason": "Mason works", + "subtitles.entity.villager.work_shepherd": "Shepherd works", + "subtitles.entity.villager.work_toolsmith": "Toolsmith works", + "subtitles.entity.villager.work_weaponsmith": "Weaponsmith works", + "subtitles.entity.vindicator.ambient": "Vindicator mutters", + "subtitles.entity.vindicator.celebrate": "Vindicator cheers", + "subtitles.entity.vindicator.death": "Vindicator dies", + "subtitles.entity.vindicator.hurt": "Vindicator hurts", + "subtitles.entity.wandering_trader.ambient": "Wandering Trader mumbles", + "subtitles.entity.wandering_trader.death": "Wandering Trader dies", + "subtitles.entity.wandering_trader.hurt": "Wandering Trader hurts", + "subtitles.entity.wandering_trader.no": "Wandering Trader disagrees", + "subtitles.entity.wandering_trader.trade": "Wandering Trader trades", + "subtitles.entity.wandering_trader.yes": "Wandering Trader agrees", + "subtitles.entity.witch.ambient": "Witch giggles", + "subtitles.entity.witch.celebrate": "Witch cheers", + "subtitles.entity.witch.death": "Witch dies", + "subtitles.entity.witch.drink": "Witch drinks", + "subtitles.entity.witch.hurt": "Witch hurts", + "subtitles.entity.witch.throw": "Witch throws", + "subtitles.entity.wither.ambient": "Wither angers", + "subtitles.entity.wither.death": "Wither dies", + "subtitles.entity.wither.hurt": "Wither hurts", + "subtitles.entity.wither.shoot": "Wither attacks", + "subtitles.entity.wither.spawn": "Wither released", + "subtitles.entity.wither_skeleton.ambient": "Wither Skeleton rattles", + "subtitles.entity.wither_skeleton.death": "Wither Skeleton dies", + "subtitles.entity.wither_skeleton.hurt": "Wither Skeleton hurts", + "subtitles.entity.wolf.ambient": "Wolf pants", + "subtitles.entity.wolf.death": "Wolf dies", + "subtitles.entity.wolf.growl": "Wolf growls", + "subtitles.entity.wolf.hurt": "Wolf hurts", + "subtitles.entity.wolf.shake": "Wolf shakes", + "subtitles.entity.zombie.ambient": "Zombie groans", + "subtitles.entity.zombie.converted_to_drowned": "Zombie converted to Drowned", + "subtitles.entity.zombie.death": "Zombie dies", + "subtitles.entity.zombie.hurt": "Zombie hurts", + "subtitles.entity.zombie.infect": "Zombie infects", + "subtitles.entity.zombie_horse.ambient": "Zombie Horse cries", + "subtitles.entity.zombie_horse.death": "Zombie Horse dies", + "subtitles.entity.zombie_horse.hurt": "Zombie Horse hurts", + "subtitles.entity.zombie_pigman.ambient": "Zombie Pigman grunts", + "subtitles.entity.zombie_pigman.angry": "Zombie Pigman angers", + "subtitles.entity.zombie_pigman.death": "Zombie Pigman dies", + "subtitles.entity.zombie_pigman.hurt": "Zombie Pigman hurts", + "subtitles.entity.zombie_villager.ambient": "Zombie Villager groans", + "subtitles.entity.zombie_villager.converted": "Zombie vociferates", + "subtitles.entity.zombie_villager.cure": "Zombie snuffles", + "subtitles.entity.zombie_villager.death": "Zombie Villager dies", + "subtitles.entity.zombie_villager.hurt": "Zombie Villager hurts", + "subtitles.event.raid.horn": "Ominous horn blares", + "subtitles.item.axe.strip": "Debarking log", + "subtitles.item.armor.equip": "Gear equips", + "subtitles.item.armor.equip_chain": "Chain armor jingles", + "subtitles.item.armor.equip_diamond": "Diamond armor clangs", + "subtitles.item.armor.equip_elytra": "Elytra rustle", + "subtitles.item.armor.equip_gold": "Gold armor clinks", + "subtitles.item.armor.equip_iron": "Iron armor clanks", + "subtitles.item.armor.equip_leather": "Leather armor rustles", + "subtitles.item.armor.equip_turtle": "Turtle shell thunks", + "subtitles.item.bottle.fill": "Bottle fills", + "subtitles.item.honey_bottle.drink": "Honey gulping", + "subtitles.item.bucket.empty": "Bucket empties", + "subtitles.item.bucket.fill": "Bucket fills", + "subtitles.item.chorus_fruit.teleport": "Player teleports", + "subtitles.item.crop.plant": "Crop planted", + "subtitles.item.crossbow.charge": "Crossbow charges up", + "subtitles.item.crossbow.hit": "Arrow hits", + "subtitles.item.crossbow.load": "Crossbow loads", + "subtitles.item.crossbow.shoot": "Crossbow fires", + "subtitles.item.firecharge.use": "Fireball whooshes", + "subtitles.item.flintandsteel.use": "Flint and Steel click", + "subtitles.item.hoe.till": "Hoe tills", + "subtitles.item.nether_wart.plant": "Crop planted", + "subtitles.item.shears.shear": "Shears click", + "subtitles.item.shield.block": "Shield blocks", + "subtitles.item.shovel.flatten": "Shovel flattens", + "subtitles.item.berries.pick": "Berries pop", + "subtitles.item.totem.use": "Totem activates", + "subtitles.item.trident.hit": "Trident stabs", + "subtitles.item.trident.hit_ground": "Trident vibrates", + "subtitles.item.trident.return": "Trident returns", + "subtitles.item.trident.riptide": "Trident zooms", + "subtitles.item.trident.throw": "Trident clangs", + "subtitles.item.trident.thunder": "Trident thunder cracks", + "subtitles.weather.rain": "Rain falls", + "subtitles.item.book.page_turn": "Page rustles", + "subtitles.item.book.put": "Book thumps", + "debug.prefix": "[Debug]:", + "debug.reload_chunks.help": "F3 + A = Reload chunks", + "debug.show_hitboxes.help": "F3 + B = Show hitboxes", + "debug.clear_chat.help": "F3 + D = Clear chat", + "debug.cycle_renderdistance.help": "F3 + F = Cycle render distance (Shift to invert)", + "debug.chunk_boundaries.help": "F3 + G = Show chunk boundaries", + "debug.advanced_tooltips.help": "F3 + H = Advanced tooltips", + "debug.creative_spectator.help": "F3 + N = Cycle creative <-> spectator", + "debug.pause_focus.help": "F3 + P = Pause on lost focus", + "debug.help.help": "F3 + Q = Show this list", + "debug.reload_resourcepacks.help": "F3 + T = Reload resource packs", + "debug.pause.help": "F3 + Esc = Pause without pause menu (if pausing is possible)", + "debug.copy_location.help": "F3 + C = Copy location as /tp command, hold F3 + C to crash the game", + "debug.inspect.help": "F3 + I = Copy entity or block data to clipboard", + "debug.copy_location.message": "Copied location to clipboard", + "debug.inspect.server.block": "Copied server-side block data to clipboard", + "debug.inspect.server.entity": "Copied server-side entity data to clipboard", + "debug.inspect.client.block": "Copied client-side block data to clipboard", + "debug.inspect.client.entity": "Copied client-side entity data to clipboard", + "debug.reload_chunks.message": "Reloading all chunks", + "debug.show_hitboxes.on": "Hitboxes: shown", + "debug.show_hitboxes.off": "Hitboxes: hidden", + "debug.cycle_renderdistance.message": "Render Distance: %s", + "debug.chunk_boundaries.on": "Chunk borders: shown", + "debug.chunk_boundaries.off": "Chunk borders: hidden", + "debug.advanced_tooltips.on": "Advanced tooltips: shown", + "debug.advanced_tooltips.off": "Advanced tooltips: hidden", + "debug.creative_spectator.error": "Unable to switch gamemode, no permission", + "debug.pause_focus.on": "Pause on lost focus: enabled", + "debug.pause_focus.off": "Pause on lost focus: disabled", + "debug.help.message": "Key bindings:", + "debug.reload_resourcepacks.message": "Reloaded resource packs", + "debug.crash.message": "F3 + C is held down. This will crash the game unless released.", + "debug.crash.warning": "Crashing in %s...", + "resourcepack.downloading": "Downloading Resource Pack", + "resourcepack.requesting": "Making Request...", + "resourcepack.progress": "Downloading file (%s MB)...", + "tutorial.move.title": "Move with %s, %s, %s and %s", + "tutorial.move.description": "Jump with %s", + "tutorial.look.title": "Look around", + "tutorial.look.description": "Use your mouse to turn", + "tutorial.find_tree.title": "Find a tree", + "tutorial.find_tree.description": "Punch it to collect wood", + "tutorial.punch_tree.title": "Destroy the tree", + "tutorial.punch_tree.description": "Hold down %s", + "tutorial.open_inventory.title": "Open your inventory", + "tutorial.open_inventory.description": "Press %s", + "tutorial.craft_planks.title": "Craft wooden planks", + "tutorial.craft_planks.description": "The recipe book can help", + "advancements.adventure.adventuring_time.title": "Adventuring Time", + "advancements.adventure.adventuring_time.description": "Discover every biome", + "advancements.adventure.arbalistic.title": "Arbalistic", + "advancements.adventure.arbalistic.description": "Kill five unique mobs with one crossbow shot", + "advancements.adventure.hero_of_the_village.title": "Hero of the Village", + "advancements.adventure.hero_of_the_village.description": "Successfully defend a village from a raid", + "advancements.adventure.honey_block_slide.title": "Sticky Situation", + "advancements.adventure.honey_block_slide.description": "Jump into a Honey Block to break your fall", + "advancements.adventure.kill_all_mobs.title": "Monsters Hunted", + "advancements.adventure.kill_all_mobs.description": "Kill one of every hostile monster", + "advancements.adventure.kill_a_mob.title": "Monster Hunter", + "advancements.adventure.kill_a_mob.description": "Kill any hostile monster", + "advancements.adventure.ol_betsy.title": "Ol' Betsy", + "advancements.adventure.ol_betsy.description": "Shoot a crossbow", + "advancements.adventure.root.title": "Adventure", + "advancements.adventure.root.description": "Adventure, exploration and combat", + "advancements.adventure.shoot_arrow.title": "Take Aim", + "advancements.adventure.shoot_arrow.description": "Shoot something with a bow and arrow", + "advancements.adventure.sleep_in_bed.title": "Sweet Dreams", + "advancements.adventure.sleep_in_bed.description": "Change your respawn point", + "advancements.adventure.sniper_duel.title": "Sniper Duel", + "advancements.adventure.sniper_duel.description": "Kill a Skeleton from at least 50 meters away", + "advancements.adventure.summon_iron_golem.title": "Hired Help", + "advancements.adventure.summon_iron_golem.description": "Summon an Iron Golem to help defend a village", + "advancements.adventure.totem_of_undying.title": "Postmortal", + "advancements.adventure.totem_of_undying.description": "Use a Totem of Undying to cheat death", + "advancements.adventure.trade.title": "What a Deal!", + "advancements.adventure.trade.description": "Successfully trade with a Villager", + "advancements.adventure.throw_trident.title": "A Throwaway Joke", + "advancements.adventure.throw_trident.description": "Throw a trident at something.\nNote: Throwing away your only weapon is not a good idea.", + "advancements.adventure.two_birds_one_arrow.title": "Two Birds, One Arrow", + "advancements.adventure.two_birds_one_arrow.description": "Kill two Phantoms with a piercing arrow", + "advancements.adventure.very_very_frightening.title": "Very Very Frightening", + "advancements.adventure.very_very_frightening.description": "Strike a Villager with lightning", + "advancements.adventure.voluntary_exile.title": "Voluntary Exile", + "advancements.adventure.voluntary_exile.description": "Kill a raid captain.\nMaybe consider staying away from villages for the time being...", + "advancements.adventure.whos_the_pillager_now.title": "Who's the Pillager Now?", + "advancements.adventure.whos_the_pillager_now.description": "Give a Pillager a taste of their own medicine", + "advancements.husbandry.root.title": "Husbandry", + "advancements.husbandry.root.description": "The world is full of friends and food", + "advancements.husbandry.breed_an_animal.title": "The Parrots and the Bats", + "advancements.husbandry.breed_an_animal.description": "Breed two animals together", + "advancements.husbandry.fishy_business.title": "Fishy Business", + "advancements.husbandry.fishy_business.description": "Catch a fish", + "advancements.husbandry.tactical_fishing.title": "Tactical Fishing", + "advancements.husbandry.tactical_fishing.description": "Catch a fish... without a fishing rod!", + "advancements.husbandry.breed_all_animals.title": "Two by Two", + "advancements.husbandry.breed_all_animals.description": "Breed all the animals!", + "advancements.husbandry.tame_an_animal.title": "Best Friends Forever", + "advancements.husbandry.tame_an_animal.description": "Tame an animal", + "advancements.husbandry.plant_seed.title": "A Seedy Place", + "advancements.husbandry.plant_seed.description": "Plant a seed and watch it grow", + "advancements.husbandry.break_diamond_hoe.title": "Serious Dedication", + "advancements.husbandry.break_diamond_hoe.description": "Completely use up a diamond hoe, and then reevaluate your life choices", + "advancements.husbandry.balanced_diet.title": "A Balanced Diet", + "advancements.husbandry.balanced_diet.description": "Eat everything that is edible, even if it's not good for you", + "advancements.husbandry.complete_catalogue.title": "A Complete Catalogue", + "advancements.husbandry.complete_catalogue.description": "Tame all cat variants!", + "advancements.husbandry.safely_harvest_honey.title": "Bee Our Guest", + "advancements.husbandry.safely_harvest_honey.description": "Use a Campfire to collect Honey from a Beehive using a Bottle without aggravating the bees", + "advancements.husbandry.silk_touch_nest.title": "Total Beelocation", + "advancements.husbandry.silk_touch_nest.description": "Move a Bee Nest, with 3 bees inside, using Silk Touch", + "advancements.end.dragon_breath.title": "You Need a Mint", + "advancements.end.dragon_breath.description": "Collect dragon's breath in a glass bottle", + "advancements.end.dragon_egg.title": "The Next Generation", + "advancements.end.dragon_egg.description": "Hold the Dragon Egg", + "advancements.end.elytra.title": "Sky's the Limit", + "advancements.end.elytra.description": "Find Elytra", + "advancements.end.enter_end_gateway.title": "Remote Getaway", + "advancements.end.enter_end_gateway.description": "Escape the island", + "advancements.end.find_end_city.title": "The City at the End of the Game", + "advancements.end.find_end_city.description": "Go on in, what could happen?", + "advancements.end.kill_dragon.title": "Free the End", + "advancements.end.kill_dragon.description": "Good luck", + "advancements.end.levitate.title": "Great View From Up Here", + "advancements.end.levitate.description": "Levitate up 50 blocks from the attacks of a Shulker", + "advancements.end.respawn_dragon.title": "The End... Again...", + "advancements.end.respawn_dragon.description": "Respawn the Ender Dragon", + "advancements.end.root.title": "The End", + "advancements.end.root.description": "Or the beginning?", + "advancements.nether.brew_potion.title": "Local Brewery", + "advancements.nether.brew_potion.description": "Brew a potion", + "advancements.nether.all_potions.title": "A Furious Cocktail", + "advancements.nether.all_potions.description": "Have every potion effect applied at the same time", + "advancements.nether.all_effects.title": "How Did We Get Here?", + "advancements.nether.all_effects.description": "Have every effect applied at the same time", + "advancements.nether.create_beacon.title": "Bring Home the Beacon", + "advancements.nether.create_beacon.description": "Construct and place a Beacon", + "advancements.nether.create_full_beacon.title": "Beaconator", + "advancements.nether.create_full_beacon.description": "Bring a beacon to full power", + "advancements.nether.find_fortress.title": "A Terrible Fortress", + "advancements.nether.find_fortress.description": "Break your way into a Nether Fortress", + "advancements.nether.get_wither_skull.title": "Spooky Scary Skeleton", + "advancements.nether.get_wither_skull.description": "Obtain a Wither Skeleton's skull", + "advancements.nether.obtain_blaze_rod.title": "Into Fire", + "advancements.nether.obtain_blaze_rod.description": "Relieve a Blaze of its rod", + "advancements.nether.return_to_sender.title": "Return to Sender", + "advancements.nether.return_to_sender.description": "Destroy a Ghast with a fireball", + "advancements.nether.root.title": "Nether", + "advancements.nether.root.description": "Bring summer clothes", + "advancements.nether.summon_wither.title": "Withering Heights", + "advancements.nether.summon_wither.description": "Summon the Wither", + "advancements.nether.fast_travel.title": "Subspace Bubble", + "advancements.nether.fast_travel.description": "Use the Nether to travel 7 km in the Overworld", + "advancements.nether.uneasy_alliance.title": "Uneasy Alliance", + "advancements.nether.uneasy_alliance.description": "Rescue a Ghast from the Nether, bring it safely home to the Overworld... and then kill it", + "advancements.story.cure_zombie_villager.title": "Zombie Doctor", + "advancements.story.cure_zombie_villager.description": "Weaken and then cure a Zombie Villager", + "advancements.story.deflect_arrow.title": "Not Today, Thank You", + "advancements.story.deflect_arrow.description": "Deflect an arrow with a shield", + "advancements.story.enchant_item.title": "Enchanter", + "advancements.story.enchant_item.description": "Enchant an item at an Enchanting Table", + "advancements.story.enter_the_end.title": "The End?", + "advancements.story.enter_the_end.description": "Enter the End Portal", + "advancements.story.enter_the_nether.title": "We Need to Go Deeper", + "advancements.story.enter_the_nether.description": "Build, light and enter a Nether Portal", + "advancements.story.follow_ender_eye.title": "Eye Spy", + "advancements.story.follow_ender_eye.description": "Follow an Eye of Ender", + "advancements.story.form_obsidian.title": "Ice Bucket Challenge", + "advancements.story.form_obsidian.description": "Form and mine a block of Obsidian", + "advancements.story.iron_tools.title": "Isn't It Iron Pick", + "advancements.story.iron_tools.description": "Upgrade your pickaxe", + "advancements.story.lava_bucket.title": "Hot Stuff", + "advancements.story.lava_bucket.description": "Fill a bucket with lava", + "advancements.story.mine_diamond.title": "Diamonds!", + "advancements.story.mine_diamond.description": "Acquire diamonds", + "advancements.story.mine_stone.title": "Stone Age", + "advancements.story.mine_stone.description": "Mine stone with your new pickaxe", + "advancements.story.obtain_armor.title": "Suit Up", + "advancements.story.obtain_armor.description": "Protect yourself with a piece of iron armor", + "advancements.story.root.title": "Minecraft", + "advancements.story.root.description": "The heart and story of the game", + "advancements.story.shiny_gear.title": "Cover Me With Diamonds", + "advancements.story.shiny_gear.description": "Diamond armor saves lives", + "advancements.story.smelt_iron.title": "Acquire Hardware", + "advancements.story.smelt_iron.description": "Smelt an iron ingot", + "advancements.story.upgrade_tools.title": "Getting an Upgrade", + "advancements.story.upgrade_tools.description": "Construct a better pickaxe", + "team.visibility.always": "Always", + "team.visibility.never": "Never", + "team.visibility.hideForOtherTeams": "Hide for other teams", + "team.visibility.hideForOwnTeam": "Hide for own team", + "team.collision.always": "Always", + "team.collision.never": "Never", + "team.collision.pushOtherTeams": "Push other teams", + "team.collision.pushOwnTeam": "Push own team", + "argument.entity.selector.nearestPlayer": "Nearest player", + "argument.entity.selector.randomPlayer": "Random player", + "argument.entity.selector.allPlayers": "All players", + "argument.entity.selector.allEntities": "All entities", + "argument.entity.selector.self": "Current entity", + "argument.entity.options.name.description": "Entity name", + "argument.entity.options.distance.description": "Distance to entity", + "argument.entity.options.level.description": "Experience level", + "argument.entity.options.x.description": "x position", + "argument.entity.options.y.description": "y position", + "argument.entity.options.z.description": "z position", + "argument.entity.options.dx.description": "Entities between x and x + dx", + "argument.entity.options.dy.description": "Entities between y and y + dy", + "argument.entity.options.dz.description": "Entities between z and z + dz", + "argument.entity.options.x_rotation.description": "Entity's x rotation", + "argument.entity.options.y_rotation.description": "Entity's y rotation", + "argument.entity.options.limit.description": "Maximum number of entities to return", + "argument.entity.options.sort.description": "Sort the entities", + "argument.entity.options.gamemode.description": "Players with gamemode", + "argument.entity.options.team.description": "Entities on team", + "argument.entity.options.type.description": "Entities of type", + "argument.entity.options.tag.description": "Entities with tag", + "argument.entity.options.nbt.description": "Entities with NBT", + "argument.entity.options.scores.description": "Entities with scores", + "argument.entity.options.advancements.description": "Players with advancements", + "argument.entity.options.predicate.description": "Custom predicate", + "command.failed": "An unexpected error occurred trying to execute that command", + "command.context.here": "<--[HERE]", + "commands.publish.started": "Local game hosted on port %s", + "commands.publish.failed": "Unable to host local game", + "commands.advancement.advancementNotFound": "No advancement was found by the name '%1$s'", + "commands.advancement.criterionNotFound": "The advancement %1$s does not contain the criterion '%2$s'", + "commands.advancement.grant.one.to.one.success": "Granted the advancement %s to %s", + "commands.advancement.grant.one.to.one.failure": "Couldn't grant advancement %s to %s as they already have it", + "commands.advancement.grant.one.to.many.success": "Granted the advancement %s to %s players", + "commands.advancement.grant.one.to.many.failure": "Couldn't grant advancement %s to %s players as they already have it", + "commands.advancement.grant.many.to.one.success": "Granted %s advancements to %s", + "commands.advancement.grant.many.to.one.failure": "Couldn't grant %s advancements to %s as they already have them", + "commands.advancement.grant.many.to.many.success": "Granted %s advancements to %s players", + "commands.advancement.grant.many.to.many.failure": "Couldn't grant %s advancements to %s players as they already have them", + "commands.advancement.grant.criterion.to.one.success": "Granted criterion '%s' of advancement %s to %s", + "commands.advancement.grant.criterion.to.one.failure": "Couldn't grant criterion '%s' of advancement %s to %s as they already have it", + "commands.advancement.grant.criterion.to.many.success": "Granted criterion '%s' of advancement %s to %s players", + "commands.advancement.grant.criterion.to.many.failure": "Couldn't grant criterion '%s' of advancement %s to %s players as they already have it", + "commands.advancement.revoke.one.to.one.success": "Revoked the advancement %s from %s", + "commands.advancement.revoke.one.to.one.failure": "Couldn't revoke advancement %s from %s as they don't have it", + "commands.advancement.revoke.one.to.many.success": "Revoked the advancement %s from %s players", + "commands.advancement.revoke.one.to.many.failure": "Couldn't revoke advancement %s from %s players as they don't have it", + "commands.advancement.revoke.many.to.one.success": "Revoked %s advancements from %s", + "commands.advancement.revoke.many.to.one.failure": "Couldn't revoke %s advancements from %s as they don't have them", + "commands.advancement.revoke.many.to.many.success": "Revoked %s advancements from %s players", + "commands.advancement.revoke.many.to.many.failure": "Couldn't revoke %s advancements from %s players as they don't have them", + "commands.advancement.revoke.criterion.to.one.success": "Revoked criterion '%s' of advancement %s from %s", + "commands.advancement.revoke.criterion.to.one.failure": "Couldn't revoke criterion '%s' of advancement %s from %s as they don't have it", + "commands.advancement.revoke.criterion.to.many.success": "Revoked criterion '%s' of advancement %s from %s players", + "commands.advancement.revoke.criterion.to.many.failure": "Couldn't revoke criterion '%s' of advancement %s from %s players as they don't have it", + "commands.forceload.added.failure": "No chunks were marked for force loading", + "commands.forceload.added.single": "Marked chunk %s in %s to be force loaded", + "commands.forceload.added.multiple": "Marked %s chunks in %s from %s to %s to be force loaded", + "commands.forceload.query.success": "Chunk at %s in %s is marked for force loading", + "commands.forceload.query.failure": "Chunk at %s in %s is not marked for force loading", + "commands.forceload.list.single": "A force loaded chunk was found in %s at: %s", + "commands.forceload.list.multiple": "%s force loaded chunks were found in %s at: %s", + "commands.forceload.added.none": "No force loaded chunks were found in %s", + "commands.forceload.removed.all": "Unmarked all force loaded chunks in %s", + "commands.forceload.removed.failure": "No chunks were removed from force loading", + "commands.forceload.removed.single": "Unmarked chunk %s in %s for force loading", + "commands.forceload.removed.multiple": "Unmarked %s chunks in %s from %s to %s for force loading", + "commands.forceload.toobig": "Too many chunks in the specified area (maximum %s, specified %s)", + "commands.clear.success.single": "Removed %s items from player %s", + "commands.clear.success.multiple": "Removed %s items from %s players", + "commands.clear.test.single": "Found %s matching items on player %s", + "commands.clear.test.multiple": "Found %s matching items on %s players", + "commands.clone.success": "Successfully cloned %s blocks", + "commands.debug.started": "Started debug profiling", + "commands.debug.stopped": "Stopped debug profiling after %s seconds and %s ticks (%s ticks per second)", + "commands.debug.reportSaved": "Created debug report in %s", + "commands.debug.reportFailed": "Failed to create debug report", + "commands.defaultgamemode.success": "The default game mode is now %s", + "commands.difficulty.success": "The difficulty has been set to %s", + "commands.difficulty.query": "The difficulty is %s", + "commands.drop.no_held_items": "Entity can't hold any items", + "commands.drop.no_loot_table": "Entity %s has no loot table", + "commands.drop.success.single": "Dropped %s * %s", + "commands.drop.success.single_with_table": "Dropped %s * %s from loot table %s", + "commands.drop.success.multiple": "Dropped %s items", + "commands.drop.success.multiple_with_table": "Dropped %s items from loot table %s", + "commands.effect.give.success.single": "Applied effect %s to %s", + "commands.effect.give.success.multiple": "Applied effect %s to %s targets", + "commands.effect.clear.everything.success.single": "Removed every effect from %s", + "commands.effect.clear.everything.success.multiple": "Removed every effect from %s targets", + "commands.effect.clear.specific.success.single": "Removed effect %s from %s", + "commands.effect.clear.specific.success.multiple": "Removed effect %s from %s targets", + "commands.enchant.success.single": "Applied enchantment %s to %s's item", + "commands.enchant.success.multiple": "Applied enchantment %s to %s entities", + "commands.experience.add.points.success.single": "Gave %s experience points to %s", + "commands.experience.add.points.success.multiple": "Gave %s experience points to %s players", + "commands.experience.add.levels.success.single": "Gave %s experience levels to %s", + "commands.experience.add.levels.success.multiple": "Gave %s experience levels to %s players", + "commands.experience.set.points.success.single": "Set %s experience points on %s", + "commands.experience.set.points.success.multiple": "Set %s experience points on %s players", + "commands.experience.set.levels.success.single": "Set %s experience levels on %s", + "commands.experience.set.levels.success.multiple": "Set %s experience levels on %s players", + "commands.experience.query.points": "%s has %s experience points", + "commands.experience.query.levels": "%s has %s experience levels", + "commands.fill.success": "Successfully filled %s blocks", + "commands.function.success.single": "Executed %s commands from function '%s'", + "commands.function.success.multiple": "Executed %s commands from %s functions", + "commands.give.success.single": "Gave %s %s to %s", + "commands.give.success.multiple": "Gave %s %s to %s players", + "commands.playsound.success.single": "Played sound %s to %s", + "commands.playsound.success.multiple": "Played sound %s to %s players", + "commands.publish.success": "Multiplayer game is now hosted on port %s", + "commands.list.players": "There are %s of a max %s players online: %s", + "commands.kill.success.single": "Killed %s", + "commands.kill.success.multiple": "Killed %s entities", + "commands.kick.success": "Kicked %s: %s", + "commands.locate.success": "The nearest %s is at %s (%s blocks away)", + "commands.message.display.outgoing": "You whisper to %s: %s", + "commands.message.display.incoming": "%s whispers to you: %s", + "commands.op.success": "Made %s a server operator", + "commands.deop.success": "Made %s no longer a server operator", + "commands.ban.success": "Banned %s: %s", + "commands.pardon.success": "Unbanned %s", + "commands.particle.success": "Displaying particle %s", + "commands.seed.success": "Seed: %s", + "commands.stop.stopping": "Stopping the server", + "commands.time.query": "The time is %s", + "commands.time.set": "Set the time to %s", + "commands.schedule.created.function": "Scheduled function '%s' in %s ticks at gametime %s", + "commands.schedule.created.tag": "Scheduled tag '%s' in %s ticks at gametime %s", + "commands.schedule.cleared.success": "Removed %s schedules with id %s", + "commands.schedule.cleared.failure": "No schedules with id %s", + "commands.schedule.same_tick": "Can't schedule for current tick", + "commands.gamemode.success.self": "Set own game mode to %s", + "commands.gamemode.success.other": "Set %s's game mode to %s", + "commands.gamerule.query": "Gamerule %s is currently set to: %s", + "commands.gamerule.set": "Gamerule %s is now set to: %s", + "commands.save.disabled": "Automatic saving is now disabled", + "commands.save.enabled": "Automatic saving is now enabled", + "commands.save.saving": "Saving the game (this may take a moment!)", + "commands.save.success": "Saved the game", + "commands.setidletimeout.success": "The player idle timeout is now %s minutes", + "commands.banlist.none": "There are no bans", + "commands.banlist.list": "There are %s bans:", + "commands.banlist.entry": "%s was banned by %s: %s", + "commands.bossbar.create.success": "Created custom bossbar %s", + "commands.bossbar.remove.success": "Removed custom bossbar %s", + "commands.bossbar.list.bars.none": "There are no custom bossbars active", + "commands.bossbar.list.bars.some": "There are %s custom bossbars active: %s", + "commands.bossbar.set.players.success.none": "Custom bossbar %s no longer has any players", + "commands.bossbar.set.players.success.some": "Custom bossbar %s now has %s players: %s", + "commands.bossbar.set.name.success": "Custom bossbar %s has been renamed", + "commands.bossbar.set.color.success": "Custom bossbar %s has changed color", + "commands.bossbar.set.style.success": "Custom bossbar %s has changed style", + "commands.bossbar.set.value.success": "Custom bossbar %s has changed value to %s", + "commands.bossbar.set.max.success": "Custom bossbar %s has changed maximum to %s", + "commands.bossbar.set.visible.success.visible": "Custom bossbar %s is now visible", + "commands.bossbar.set.visible.success.hidden": "Custom bossbar %s is now hidden", + "commands.bossbar.get.value": "Custom bossbar %s has a value of %s", + "commands.bossbar.get.max": "Custom bossbar %s has a maximum of %s", + "commands.bossbar.get.visible.visible": "Custom bossbar %s is currently shown", + "commands.bossbar.get.visible.hidden": "Custom bossbar %s is currently hidden", + "commands.bossbar.get.players.none": "Custom bossbar %s has no players currently online", + "commands.bossbar.get.players.some": "Custom bossbar %s has %s players currently online: %s", + "commands.recipe.give.success.single": "Unlocked %s recipes for %s", + "commands.recipe.give.success.multiple": "Unlocked %s recipes for %s players", + "commands.recipe.take.success.single": "Took %s recipes from %s", + "commands.recipe.take.success.multiple": "Took %s recipes from %s players", + "commands.summon.success": "Summoned new %s", + "commands.whitelist.enabled": "Whitelist is now turned on", + "commands.whitelist.disabled": "Whitelist is now turned off", + "commands.whitelist.none": "There are no whitelisted players", + "commands.whitelist.list": "There are %s whitelisted players: %s", + "commands.whitelist.add.success": "Added %s to the whitelist", + "commands.whitelist.remove.success": "Removed %s from the whitelist", + "commands.whitelist.reloaded": "Reloaded the whitelist", + "commands.weather.set.clear": "Set the weather to clear", + "commands.weather.set.rain": "Set the weather to rain", + "commands.weather.set.thunder": "Set the weather to rain & thunder", + "commands.spawnpoint.success.single": "Set spawn point to %s, %s, %s for %s", + "commands.spawnpoint.success.multiple": "Set spawn point to %s, %s, %s for %s players", + "commands.stopsound.success.source.sound": "Stopped sound '%s' on source '%s'", + "commands.stopsound.success.source.any": "Stopped all '%s' sounds", + "commands.stopsound.success.sourceless.sound": "Stopped sound '%s'", + "commands.stopsound.success.sourceless.any": "Stopped all sounds", + "commands.setworldspawn.success": "Set the world spawn point to %s, %s, %s", + "commands.spreadplayers.success.teams": "Spread %s teams around %s, %s with an average distance of %s blocks apart", + "commands.spreadplayers.success.entities": "Spread %s players around %s, %s with an average distance of %s blocks apart", + "commands.setblock.success": "Changed the block at %s, %s, %s", + "commands.banip.success": "Banned IP %s: %s", + "commands.banip.info": "This ban affects %s players: %s", + "commands.pardonip.success": "Unbanned IP %s", + "commands.teleport.success.entity.single": "Teleported %s to %s", + "commands.teleport.success.entity.multiple": "Teleported %s entities to %s", + "commands.teleport.success.location.single": "Teleported %s to %s, %s, %s", + "commands.teleport.success.location.multiple": "Teleported %s entities to %s, %s, %s", + "commands.title.cleared.single": "Cleared titles for %s", + "commands.title.cleared.multiple": "Cleared titles for %s players", + "commands.title.reset.single": "Reset title options for %s", + "commands.title.reset.multiple": "Reset title options for %s players", + "commands.title.show.title.single": "Showing new title for %s", + "commands.title.show.title.multiple": "Showing new title for %s players", + "commands.title.show.subtitle.single": "Showing new subtitle for %s", + "commands.title.show.subtitle.multiple": "Showing new subtitle for %s players", + "commands.title.show.actionbar.single": "Showing new actionbar title for %s", + "commands.title.show.actionbar.multiple": "Showing new actionbar title for %s players", + "commands.title.times.single": "Changed title display times for %s", + "commands.title.times.multiple": "Changed title display times for %s players", + "commands.worldborder.set.grow": "Growing the world border to %s blocks wide over %s seconds", + "commands.worldborder.set.shrink": "Shrinking the world border to %s blocks wide over %s seconds", + "commands.worldborder.set.immediate": "Set the world border to %s blocks wide", + "commands.worldborder.center.success": "Set the center of the world border to %s, %s", + "commands.worldborder.get": "The world border is currently %s blocks wide", + "commands.worldborder.damage.buffer.success": "Set the world border damage buffer to %s blocks", + "commands.worldborder.damage.amount.success": "Set the world border damage time to %s seconds", + "commands.worldborder.warning.time.success": "Set the world border warning time to %s seconds", + "commands.worldborder.warning.distance.success": "Set the world border warning distance to %s blocks", + "commands.replaceitem.block.success": "Replaced a slot at %s, %s, %s with %s", + "commands.replaceitem.entity.success.single": "Replaced a slot on %s with %s", + "commands.replaceitem.entity.success.multiple": "Replaced a slot on %s entities with %s", + "commands.tag.add.success.single": "Added tag '%s' to %s", + "commands.tag.add.success.multiple": "Added tag '%s' to %s entities", + "commands.tag.remove.success.single": "Removed tag '%s' from %s", + "commands.tag.remove.success.multiple": "Removed tag '%s' from %s entities", + "commands.tag.list.single.empty": "%s has no tags", + "commands.tag.list.single.success": "%s has %s tags: %s", + "commands.tag.list.multiple.empty": "There are no tags on the %s entities", + "commands.tag.list.multiple.success": "The %s entities have %s total tags: %s", + "commands.team.list.members.empty": "There are no members on team %s", + "commands.team.list.members.success": "Team %s has %s members: %s", + "commands.team.list.teams.empty": "There are no teams", + "commands.team.list.teams.success": "There are %s teams: %s", + "commands.team.add.success": "Created team %s", + "commands.team.remove.success": "Removed team %s", + "commands.team.empty.success": "Removed %s members from team %s", + "commands.team.option.color.success": "Updated the color for team %s to %s", + "commands.team.option.name.success": "Updated team %s name", + "commands.team.option.friendlyfire.enabled": "Enabled friendly fire for team %s", + "commands.team.option.friendlyfire.disabled": "Disabled friendly fire for team %s", + "commands.team.option.seeFriendlyInvisibles.enabled": "Team %s can now see invisible teammates", + "commands.team.option.seeFriendlyInvisibles.disabled": "Team %s can no longer see invisible teammates", + "commands.team.option.nametagVisibility.success": "Nametag visibility for team %s is now \"%s\"", + "commands.team.option.deathMessageVisibility.success": "Death message visibility for team %s is now \"%s\"", + "commands.team.option.collisionRule.success": "Collision rule for team %s is now \"%s\"", + "commands.team.option.prefix.success": "Team prefix set to %s", + "commands.team.option.suffix.success": "Team suffix set to %s", + "commands.team.join.success.single": "Added %s to team %s", + "commands.team.join.success.multiple": "Added %s members to team %s", + "commands.team.leave.success.single": "Removed %s from any team", + "commands.team.leave.success.multiple": "Removed %s members from any team", + "commands.trigger.simple.success": "Triggered %s", + "commands.trigger.add.success": "Triggered %s (added %s to value)", + "commands.trigger.set.success": "Triggered %s (set value to %s)", + "commands.scoreboard.objectives.list.empty": "There are no objectives", + "commands.scoreboard.objectives.list.success": "There are %s objectives: %s", + "commands.scoreboard.objectives.add.success": "Created new objective %s", + "commands.scoreboard.objectives.remove.success": "Removed objective %s", + "commands.scoreboard.objectives.display.cleared": "Cleared any objectives in display slot %s", + "commands.scoreboard.objectives.display.set": "Set display slot %s to show objective %s", + "commands.scoreboard.objectives.modify.displayname": "Changed objective %s display name to %s", + "commands.scoreboard.objectives.modify.rendertype": "Changed objective %s render type", + "commands.scoreboard.players.list.empty": "There are no tracked entities", + "commands.scoreboard.players.list.success": "There are %s tracked entities: %s", + "commands.scoreboard.players.list.entity.empty": "%s has no scores to show", + "commands.scoreboard.players.list.entity.success": "%s has %s scores:", + "commands.scoreboard.players.list.entity.entry": "%s: %s", + "commands.scoreboard.players.set.success.single": "Set %s for %s to %s", + "commands.scoreboard.players.set.success.multiple": "Set %s for %s entities to %s", + "commands.scoreboard.players.add.success.single": "Added %s to %s for %s (now %s)", + "commands.scoreboard.players.add.success.multiple": "Added %s to %s for %s entities", + "commands.scoreboard.players.remove.success.single": "Removed %s from %s for %s (now %s)", + "commands.scoreboard.players.remove.success.multiple": "Removed %s from %s for %s entities", + "commands.scoreboard.players.reset.all.single": "Reset all scores for %s", + "commands.scoreboard.players.reset.all.multiple": "Reset all scores for %s entities", + "commands.scoreboard.players.reset.specific.single": "Reset %s for %s", + "commands.scoreboard.players.reset.specific.multiple": "Reset %s for %s entities", + "commands.scoreboard.players.enable.success.single": "Enabled trigger %s for %s", + "commands.scoreboard.players.enable.success.multiple": "Enabled trigger %s for %s entities", + "commands.scoreboard.players.operation.success.single": "Set %s for %s to %s", + "commands.scoreboard.players.operation.success.multiple": "Updated %s for %s entities", + "commands.scoreboard.players.get.success": "%s has %s %s", + "commands.reload.success": "Reloading!", + "commands.data.entity.modified": "Modified entity data of %s", + "commands.data.entity.query": "%s has the following entity data: %s", + "commands.data.entity.get": "%s on %s after scale factor of %s is %s", + "commands.data.block.modified": "Modified block data of %s, %s, %s", + "commands.data.block.query": "%s, %s, %s has the following block data: %s", + "commands.data.block.get": "%s on block %s, %s, %s after scale factor of %s is %s", + "commands.data.storage.modified": "Modified storage %s", + "commands.data.storage.query": "Storage %s has the following contents: %s", + "commands.data.storage.get": "%s in storage %s after scale factor of %s is %s", + "commands.datapack.list.enabled.success": "There are %s data packs enabled: %s", + "commands.datapack.list.enabled.none": "There are no data packs enabled", + "commands.datapack.list.available.success": "There are %s data packs available: %s", + "commands.datapack.list.available.none": "There are no more data packs available", + "commands.datapack.enable.success": "Enabled data pack %s", + "commands.datapack.disable.success": "Disabled data pack %s", + "commands.spectate.success.stopped": "No longer spectating an entity", + "commands.spectate.success.started": "Now spectating %s", + "commands.spectate.not_spectator": "%s is not in spectator mode", + "commands.spectate.self": "Cannot spectate yourself", + "argument.range.empty": "Expected value or range of values", + "argument.range.ints": "Only whole numbers allowed, not decimals", + "argument.range.swapped": "Min cannot be bigger than max", + "permissions.requires.player": "A player is required to run this command here", + "permissions.requires.entity": "An entity is required to run this command here", + "argument.entity.toomany": "Only one entity is allowed, but the provided selector allows more than one", + "argument.player.toomany": "Only one player is allowed, but the provided selector allows more than one", + "argument.player.entities": "Only players may be affected by this command, but the provided selector includes entities", + "argument.entity.notfound.entity": "No entity was found", + "argument.entity.notfound.player": "No player was found", + "argument.player.unknown": "That player does not exist", + "arguments.nbtpath.node.invalid": "Invalid NBT path element", + "arguments.nbtpath.nothing_found": "Found no elements matching %s", + "arguments.operation.invalid": "Invalid operation", + "arguments.operation.div0": "Cannot divide by zero", + "argument.scoreHolder.empty": "No relevant score holders could be found", + "argument.block.tag.disallowed": "Tags aren't allowed here, only actual blocks", + "argument.block.property.unclosed": "Expected closing ] for block state properties", + "argument.pos.unloaded": "That position is not loaded", + "argument.pos.outofworld": "That position is out of this world!", + "argument.rotation.incomplete": "Incomplete (expected 2 coordinates)", + "arguments.swizzle.invalid": "Invalid swizzle, expected combination of 'x', 'y' and 'z'", + "argument.pos2d.incomplete": "Incomplete (expected 2 coordinates)", + "argument.pos3d.incomplete": "Incomplete (expected 3 coordinates)", + "argument.pos.mixed": "Cannot mix world & local coordinates (everything must either use ^ or not)", + "argument.pos.missing.double": "Expected a coordinate", + "argument.pos.missing.int": "Expected a block position", + "argument.item.tag.disallowed": "Tags aren't allowed here, only actual items", + "argument.entity.invalid": "Invalid name or UUID", + "argument.entity.selector.missing": "Missing selector type", + "argument.entity.selector.not_allowed": "Selector not allowed", + "argument.entity.options.unterminated": "Expected end of options", + "argument.entity.options.distance.negative": "Distance cannot be negative", + "argument.entity.options.level.negative": "Level shouldn't be negative", + "argument.entity.options.limit.toosmall": "Limit must be at least 1", + "argument.nbt.trailing": "Unexpected trailing data", + "argument.nbt.expected.key": "Expected key", + "argument.nbt.expected.value": "Expected value", + "argument.id.invalid": "Invalid ID", + "argument.time.invalid_unit": "Invalid unit", + "argument.time.invalid_tick_count": "Tick count must be non-negative", + "commands.banip.invalid": "Invalid IP address or unknown player", + "commands.banip.failed": "Nothing changed. That IP is already banned", + "commands.ban.failed": "Nothing changed. The player is already banned", + "commands.bossbar.set.players.unchanged": "Nothing changed. Those players are already on the bossbar with nobody to add or remove", + "commands.bossbar.set.name.unchanged": "Nothing changed. That's already the name of this bossbar", + "commands.bossbar.set.color.unchanged": "Nothing changed. That's already the color of this bossbar", + "commands.bossbar.set.style.unchanged": "Nothing changed. That's already the style of this bossbar", + "commands.bossbar.set.value.unchanged": "Nothing changed. That's already the value of this bossbar", + "commands.bossbar.set.max.unchanged": "Nothing changed. That's already the max of this bossbar", + "commands.bossbar.set.visibility.unchanged.hidden": "Nothing changed. The bossbar is already hidden", + "commands.bossbar.set.visibility.unchanged.visible": "Nothing changed. The bossbar is already visible", + "commands.clone.overlap": "The source and destination areas cannot overlap", + "commands.clone.failed": "No blocks were cloned", + "commands.debug.notRunning": "The debug profiler hasn't started", + "commands.debug.alreadyRunning": "The debug profiler is already started", + "commands.deop.failed": "Nothing changed. The player is not an operator", + "commands.effect.give.failed": "Unable to apply this effect (target is either immune to effects, or has something stronger)", + "commands.effect.clear.everything.failed": "Target has no effects to remove", + "commands.effect.clear.specific.failed": "Target doesn't have the requested effect", + "commands.enchant.failed": "Nothing changed. Targets either have no item in their hands or the enchantment could not be applied", + "commands.experience.set.points.invalid": "Cannot set experience points above the maximum points for the player's current level", + "commands.fill.failed": "No blocks were filled", + "commands.help.failed": "Unknown command or insufficient permissions", + "commands.locate.failed": "Could not find that structure nearby", + "commands.op.failed": "Nothing changed. The player already is an operator", + "commands.pardon.failed": "Nothing changed. The player isn't banned", + "commands.pardonip.invalid": "Invalid IP address", + "commands.pardonip.failed": "Nothing changed. That IP isn't banned", + "commands.particle.failed": "The particle was not visible for anybody", + "commands.playsound.failed": "The sound is too far away to be heard", + "commands.recipe.give.failed": "No new recipes were learned", + "commands.recipe.take.failed": "No recipes could be forgotten", + "commands.replaceitem.block.failed": "The target block is not a container", + "commands.replaceitem.slot.inapplicable": "The target does not have slot %s", + "commands.replaceitem.entity.failed": "Could not put %s in slot %s", + "commands.save.failed": "Unable to save the game (is there enough disk space?)", + "commands.save.alreadyOff": "Saving is already turned off", + "commands.save.alreadyOn": "Saving is already turned on", + "commands.scoreboard.objectives.add.duplicate": "An objective already exists by that name", + "commands.scoreboard.objectives.display.alreadyEmpty": "Nothing changed. That display slot is already empty", + "commands.scoreboard.objectives.display.alreadySet": "Nothing changed. That display slot is already showing that objective", + "commands.scoreboard.players.enable.failed": "Nothing changed. That trigger is already enabled", + "commands.scoreboard.players.enable.invalid": "Enable only works on trigger-objectives", + "commands.setblock.failed": "Could not set the block", + "commands.summon.failed": "Unable to summon entity", + "commands.tag.add.failed": "Target either already has the tag or has too many tags", + "commands.tag.remove.failed": "Target does not have this tag", + "commands.team.add.duplicate": "A team already exists by that name", + "commands.team.empty.unchanged": "Nothing changed. That team is already empty", + "commands.team.option.color.unchanged": "Nothing changed. That team already has that color", + "commands.team.option.name.unchanged": "Nothing changed. That team already has that name", + "commands.team.option.friendlyfire.alreadyEnabled": "Nothing changed. Friendly fire is already enabled for that team", + "commands.team.option.friendlyfire.alreadyDisabled": "Nothing changed. Friendly fire is already disabled for that team", + "commands.team.option.seeFriendlyInvisibles.alreadyEnabled": "Nothing changed. That team can already see invisible teammates", + "commands.team.option.seeFriendlyInvisibles.alreadyDisabled": "Nothing changed. That team already can't see invisible teammates", + "commands.team.option.nametagVisibility.unchanged": "Nothing changed. Nametag visibility is already that value", + "commands.team.option.deathMessageVisibility.unchanged": "Nothing changed. Death message visibility is already that value", + "commands.team.option.collisionRule.unchanged": "Nothing changed. Collision rule is already that value", + "commands.trigger.failed.unprimed": "You cannot trigger this objective yet", + "commands.trigger.failed.invalid": "You can only trigger objectives that are 'trigger' type", + "commands.whitelist.alreadyOn": "Whitelist is already turned on", + "commands.whitelist.alreadyOff": "Whitelist is already turned off", + "commands.whitelist.add.failed": "Player is already whitelisted", + "commands.whitelist.remove.failed": "Player is not whitelisted", + "commands.worldborder.center.failed": "Nothing changed. The world border is already centered there", + "commands.worldborder.set.failed.nochange": "Nothing changed. The world border is already that size", + "commands.worldborder.set.failed.small.": "World border cannot be smaller than 1 block wide", + "commands.worldborder.set.failed.big.": "World border cannot be bigger than 60,000,000 blocks wide", + "commands.worldborder.warning.time.failed": "Nothing changed. The world border warning is already that amount of time", + "commands.worldborder.warning.distance.failed": "Nothing changed. The world border warning is already that distance", + "commands.worldborder.damage.buffer.failed": "Nothing changed. The world border damage buffer is already that distance", + "commands.worldborder.damage.amount.failed": "Nothing changed. The world border damage is already that amount", + "commands.data.block.invalid": "The target block is not a block entity", + "commands.data.merge.failed": "Nothing changed, the specified properties already have these values", + "commands.data.modify.expected_list": "Expected list, got: %s", + "commands.data.modify.expected_object": "Expected object, got: %s", + "commands.data.modify.invalid_index": "Invalid list index: %s", + "commands.data.get.multiple": "This argument accepts a single NBT value", + "commands.data.entity.invalid": "Unable to modify player data", + "commands.teammsg.failed.noteam": "You must be on a team to message your team", + "argument.color.invalid": "Unknown color '%s'", + "argument.dimension.invalid": "Unknown dimension '%s'", + "argument.component.invalid": "Invalid chat component: %s", + "argument.anchor.invalid": "Invalid entity anchor position %s", + "enchantment.unknown": "Unknown enchantment: %s", + "lectern.take_book": "Take Book", + "effect.effectNotFound": "Unknown effect: %s", + "arguments.objective.notFound": "Unknown scoreboard objective '%s'", + "arguments.objective.readonly": "Scoreboard objective '%s' is read-only", + "commands.scoreboard.objectives.add.longName": "Objective names cannot be longer than %s characters", + "argument.criteria.invalid": "Unknown criteria '%s'", + "particle.notFound": "Unknown particle: %s", + "argument.id.unknown": "Unknown ID: %s", + "advancement.advancementNotFound": "Unknown advancement: %s", + "recipe.notFound": "Unknown recipe: %s", + "entity.notFound": "Unknown entity: %s", + "predicate.unknown": "Unknown predicate: %s", + "argument.scoreboardDisplaySlot.invalid": "Unknown display slot '%s'", + "slot.unknown": "Unknown slot '%s'", + "team.notFound": "Unknown team '%s'", + "arguments.block.tag.unknown": "Unknown block tag '%s'", + "argument.block.id.invalid": "Unknown block type '%s'", + "argument.block.property.unknown": "Block %s does not have property '%s'", + "argument.block.property.duplicate": "Property '%s' can only be set once for block %s", + "argument.block.property.invalid": "Block %s does not accept '%s' for %s property", + "argument.block.property.novalue": "Expected value for property '%s' on block %s", + "arguments.function.tag.unknown": "Unknown function tag '%s'", + "arguments.function.unknown": "Unknown function %s", + "arguments.item.overstacked": "%s can only stack up to %s", + "argument.item.id.invalid": "Unknown item '%s'", + "arguments.item.tag.unknown": "Unknown item tag '%s'", + "argument.entity.selector.unknown": "Unknown selector type '%s'", + "argument.entity.options.valueless": "Expected value for option '%s'", + "argument.entity.options.unknown": "Unknown option '%s'", + "argument.entity.options.inapplicable": "Option '%s' isn't applicable here", + "argument.entity.options.sort.irreversible": "Invalid or unknown sort type '%s'", + "argument.entity.options.mode.invalid": "Invalid or unknown game mode '%s'", + "argument.entity.options.type.invalid": "Invalid or unknown entity type '%s'", + "argument.nbt.list.mixed": "Can't insert %s into list of %s", + "argument.nbt.array.mixed": "Can't insert %s into %s", + "argument.nbt.array.invalid": "Invalid array type '%s'", + "commands.bossbar.create.failed": "A bossbar already exists with the ID '%s'", + "commands.bossbar.unknown": "No bossbar exists with the ID '%s'", + "clear.failed.single": "No items were found on player %s", + "clear.failed.multiple": "No items were found on %s players", + "commands.clone.toobig": "Too many blocks in the specified area (maximum %s, specified %s)", + "commands.datapack.unknown": "Unknown data pack '%s'", + "commands.datapack.enable.failed": "Pack '%s' is already enabled!", + "commands.datapack.disable.failed": "Pack '%s' is not enabled!", + "commands.difficulty.failure": "The difficulty did not change; it is already set to %s", + "commands.enchant.failed.entity": "%s is not a valid entity for this command", + "commands.enchant.failed.itemless": "%s is not holding any item", + "commands.enchant.failed.incompatible": "%s cannot support that enchantment", + "commands.enchant.failed.level": "%s is higher than the maximum level of %s supported by that enchantment", + "commands.execute.blocks.toobig": "Too many blocks in the specified area (maximum %s, specified %s)", + "commands.execute.conditional.pass": "Test passed", + "commands.execute.conditional.pass_count": "Test passed, count: %s", + "commands.execute.conditional.fail": "Test failed", + "commands.execute.conditional.fail_count": "Test failed, count: %s", + "commands.fill.toobig": "Too many blocks in the specified area (maximum %s, specified %s)", + "commands.publish.alreadyPublished": "Multiplayer game is already hosted on port %s", + "commands.scoreboard.players.get.null": "Can't get value of %s for %s; none is set", + "commands.spreadplayers.failed.teams": "Could not spread %s teams around %s, %s (too many entities for space - try using spread of at most %s)", + "commands.spreadplayers.failed.entities": "Could not spread %s entities around %s, %s (too many entities for space - try using spread of at most %s)", + "commands.team.add.longName": "Team names cannot be longer than %s characters", + "commands.data.get.invalid": "Can't get %s; only numeric tags are allowed", + "commands.data.get.unknown": "Can't get %s; tag doesn't exist", + "argument.double.low": "Double must not be less than %s, found %s", + "argument.double.big": "Double must not be more than %s, found %s", + "argument.float.low": "Float must not be less than %s, found %s", + "argument.float.big": "Float must not be more than %s, found %s", + "argument.integer.low": "Integer must not be less than %s, found %s", + "argument.integer.big": "Integer must not be more than %s, found %s", + "argument.long.low": "Long must not be less than %s, found %s", + "argument.long.big": "Long must not be more than %s, found %s", + "argument.literal.incorrect": "Expected literal %s", + "parsing.quote.expected.start": "Expected quote to start a string", + "parsing.quote.expected.end": "Unclosed quoted string", + "parsing.quote.escape": "Invalid escape sequence '\\%s' in quoted string", + "parsing.bool.invalid": "Invalid boolean, expected 'true' or 'false' but found '%s'", + "parsing.int.invalid": "Invalid integer '%s'", + "parsing.int.expected": "Expected integer", + "parsing.long.invalid": "Invalid long '%s'", + "parsing.long.expected": "Expected long", + "command.exception": "Could not parse command: %s", + "parsing.double.invalid": "Invalid double '%s'", + "parsing.double.expected": "Expected double", + "parsing.float.invalid": "Invalid float '%s'", + "parsing.float.expected": "Expected float", + "parsing.bool.expected": "Expected boolean", + "parsing.expected": "Expected '%s'", + "command.unknown.command": "Unknown command", + "command.unknown.argument": "Incorrect argument for command", + "command.expected.separator": "Expected whitespace to end one argument, but found trailing data", + "biome.minecraft.beach": "Beach", + "biome.minecraft.birch_forest": "Birch Forest", + "biome.minecraft.birch_forest_hills": "Birch Forest Hills", + "biome.minecraft.snowy_beach": "Snowy Beach", + "biome.minecraft.cold_ocean": "Cold Ocean", + "biome.minecraft.deep_cold_ocean": "Deep Cold Ocean", + "biome.minecraft.deep_frozen_ocean": "Deep Frozen Ocean", + "biome.minecraft.deep_lukewarm_ocean": "Deep Lukewarm Ocean", + "biome.minecraft.deep_ocean": "Deep Ocean", + "biome.minecraft.deep_warm_ocean": "Deep Warm Ocean", + "biome.minecraft.desert": "Desert", + "biome.minecraft.desert_hills": "Desert Hills", + "biome.minecraft.mountains": "Mountains", + "biome.minecraft.wooded_mountains": "Wooded Mountains", + "biome.minecraft.forest": "Forest", + "biome.minecraft.wooded_hills": "Wooded Hills", + "biome.minecraft.frozen_ocean": "Frozen Ocean", + "biome.minecraft.frozen_river": "Frozen River", + "biome.minecraft.nether": "Nether", + "biome.minecraft.snowy_tundra": "Snowy Tundra", + "biome.minecraft.snowy_mountains": "Snowy Mountains", + "biome.minecraft.jungle_edge": "Jungle Edge", + "biome.minecraft.jungle_hills": "Jungle Hills", + "biome.minecraft.jungle": "Jungle", + "biome.minecraft.lukewarm_ocean": "Lukewarm Ocean", + "biome.minecraft.badlands_plateau": "Badlands Plateau", + "biome.minecraft.badlands": "Badlands", + "biome.minecraft.wooded_badlands_plateau": "Wooded Badlands Plateau", + "biome.minecraft.mushroom_fields": "Mushroom Fields", + "biome.minecraft.mushroom_field_shore": "Mushroom Field Shore", + "biome.minecraft.tall_birch_hills": "Tall Birch Hills", + "biome.minecraft.tall_birch_forest": "Tall Birch Forest", + "biome.minecraft.desert_lakes": "Desert Lakes", + "biome.minecraft.gravelly_mountains": "Gravelly Mountains", + "biome.minecraft.modified_gravelly_mountains": "Gravelly Mountains+", + "biome.minecraft.flower_forest": "Flower Forest", + "biome.minecraft.ice_spikes": "Ice Spikes", + "biome.minecraft.modified_jungle_edge": "Modified Jungle Edge", + "biome.minecraft.modified_jungle": "Modified Jungle", + "biome.minecraft.modified_badlands_plateau": "Modified Badlands Plateau", + "biome.minecraft.eroded_badlands": "Eroded Badlands", + "biome.minecraft.modified_wooded_badlands_plateau": "Modified Wooded Badlands Plateau", + "biome.minecraft.sunflower_plains": "Sunflower Plains", + "biome.minecraft.giant_spruce_taiga_hills": "Giant Spruce Taiga Hills", + "biome.minecraft.giant_spruce_taiga": "Giant Spruce Taiga", + "biome.minecraft.dark_forest_hills": "Dark Forest Hills", + "biome.minecraft.shattered_savanna": "Shattered Savanna", + "biome.minecraft.shattered_savanna_plateau": "Shattered Savanna Plateau", + "biome.minecraft.swamp_hills": "Swamp Hills", + "biome.minecraft.snowy_taiga_mountains": "Snowy Taiga Mountains", + "biome.minecraft.taiga_mountains": "Taiga Mountains", + "biome.minecraft.ocean": "Ocean", + "biome.minecraft.plains": "Plains", + "biome.minecraft.giant_tree_taiga_hills": "Giant Tree Taiga Hills", + "biome.minecraft.giant_tree_taiga": "Giant Tree Taiga", + "biome.minecraft.river": "River", + "biome.minecraft.dark_forest": "Dark Forest", + "biome.minecraft.savanna_plateau": "Savanna Plateau", + "biome.minecraft.savanna": "Savanna", + "biome.minecraft.end_barrens": "End Barrens", + "biome.minecraft.end_highlands": "End Highlands", + "biome.minecraft.small_end_islands": "Small End Islands", + "biome.minecraft.end_midlands": "End Midlands", + "biome.minecraft.the_end": "The End", + "biome.minecraft.mountain_edge": "Mountain Edge", + "biome.minecraft.stone_shore": "Stone Shore", + "biome.minecraft.swamp": "Swamp", + "biome.minecraft.snowy_taiga": "Snowy Taiga", + "biome.minecraft.snowy_taiga_hills": "Snowy Taiga Hills", + "biome.minecraft.taiga_hills": "Taiga Hills", + "biome.minecraft.taiga": "Taiga", + "biome.minecraft.the_void": "The Void", + "biome.minecraft.warm_ocean": "Warm Ocean", + "biome.minecraft.bamboo_jungle": "Bamboo Jungle", + "biome.minecraft.bamboo_jungle_hills": "Bamboo Jungle Hills", + "generator.minecraft.surface": "Surface", + "generator.minecraft.caves": "Caves", + "generator.minecraft.floating_islands": "Floating Islands", + "realms.missing.module.error.text": "Realms could not be opened right now, please try again later", + "realms.missing.snapshot.error.text": "Realms is currently not supported in snapshots", + "color.minecraft.white": "White", + "color.minecraft.orange": "Orange", + "color.minecraft.magenta": "Magenta", + "color.minecraft.light_blue": "Light Blue", + "color.minecraft.yellow": "Yellow", + "color.minecraft.lime": "Lime", + "color.minecraft.pink": "Pink", + "color.minecraft.gray": "Gray", + "color.minecraft.light_gray": "Light Gray", + "color.minecraft.cyan": "Cyan", + "color.minecraft.purple": "Purple", + "color.minecraft.blue": "Blue", + "color.minecraft.brown": "Brown", + "color.minecraft.green": "Green", + "color.minecraft.red": "Red", + "color.minecraft.black": "Black", + "title.singleplayer": "Singleplayer", + "title.multiplayer.realms": "Multiplayer (Realms)", + "title.multiplayer.lan": "Multiplayer (LAN)", + "title.multiplayer.other": "Multiplayer (3rd-party)" +} diff --git a/1.15.2/assets/minecraft/models/block/acacia_button.json b/1.15.2/assets/minecraft/models/block/acacia_button.json new file mode 100644 index 00000000..d7da6298 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/acacia_button.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button", + "textures": { + "texture": "block/acacia_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/acacia_button_inventory.json b/1.15.2/assets/minecraft/models/block/acacia_button_inventory.json new file mode 100644 index 00000000..aa0d5c99 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/acacia_button_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button_inventory", + "textures": { + "texture": "block/acacia_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/acacia_button_pressed.json b/1.15.2/assets/minecraft/models/block/acacia_button_pressed.json new file mode 100644 index 00000000..97ca29f1 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/acacia_button_pressed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button_pressed", + "textures": { + "texture": "block/acacia_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/acacia_door_bottom.json b/1.15.2/assets/minecraft/models/block/acacia_door_bottom.json new file mode 100644 index 00000000..f2b97e50 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/acacia_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom", + "textures": { + "bottom": "block/acacia_door_bottom", + "top": "block/acacia_door_top" + } +} diff --git a/1.15.2/assets/minecraft/models/block/acacia_door_bottom_hinge.json b/1.15.2/assets/minecraft/models/block/acacia_door_bottom_hinge.json new file mode 100644 index 00000000..bf99ef27 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/acacia_door_bottom_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom_rh", + "textures": { + "bottom": "block/acacia_door_bottom", + "top": "block/acacia_door_top" + } +} diff --git a/1.15.2/assets/minecraft/models/block/acacia_door_top.json b/1.15.2/assets/minecraft/models/block/acacia_door_top.json new file mode 100644 index 00000000..20b1368b --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/acacia_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top", + "textures": { + "bottom": "block/acacia_door_bottom", + "top": "block/acacia_door_top" + } +} diff --git a/1.15.2/assets/minecraft/models/block/acacia_door_top_hinge.json b/1.15.2/assets/minecraft/models/block/acacia_door_top_hinge.json new file mode 100644 index 00000000..6784ba67 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/acacia_door_top_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top_rh", + "textures": { + "bottom": "block/acacia_door_bottom", + "top": "block/acacia_door_top" + } +} diff --git a/1.15.2/assets/minecraft/models/block/acacia_fence_gate.json b/1.15.2/assets/minecraft/models/block/acacia_fence_gate.json new file mode 100644 index 00000000..c7e9fa06 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/acacia_fence_gate.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate", + "textures": { + "texture": "block/acacia_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/acacia_fence_gate_open.json b/1.15.2/assets/minecraft/models/block/acacia_fence_gate_open.json new file mode 100644 index 00000000..07661b97 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/acacia_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate_open", + "textures": { + "texture": "block/acacia_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/acacia_fence_gate_wall.json b/1.15.2/assets/minecraft/models/block/acacia_fence_gate_wall.json new file mode 100644 index 00000000..68437db1 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/acacia_fence_gate_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate_wall", + "textures": { + "texture": "block/acacia_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/acacia_fence_gate_wall_open.json b/1.15.2/assets/minecraft/models/block/acacia_fence_gate_wall_open.json new file mode 100644 index 00000000..43f61a92 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/acacia_fence_gate_wall_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate_wall_open", + "textures": { + "texture": "block/acacia_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/acacia_fence_inventory.json b/1.15.2/assets/minecraft/models/block/acacia_fence_inventory.json new file mode 100644 index 00000000..56df92a7 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/acacia_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_inventory", + "textures": { + "texture": "block/acacia_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/acacia_fence_post.json b/1.15.2/assets/minecraft/models/block/acacia_fence_post.json new file mode 100644 index 00000000..35ca5a9f --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/acacia_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_post", + "textures": { + "texture": "block/acacia_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/acacia_fence_side.json b/1.15.2/assets/minecraft/models/block/acacia_fence_side.json new file mode 100644 index 00000000..1c788e12 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/acacia_fence_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_side", + "textures": { + "texture": "block/acacia_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/acacia_leaves.json b/1.15.2/assets/minecraft/models/block/acacia_leaves.json new file mode 100644 index 00000000..74544dbb --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/acacia_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "block/leaves", + "textures": { + "all": "block/acacia_leaves" + } +} diff --git a/1.15.2/assets/minecraft/models/block/acacia_log.json b/1.15.2/assets/minecraft/models/block/acacia_log.json new file mode 100644 index 00000000..ff0eadb7 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/acacia_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/acacia_log_top", + "side": "block/acacia_log" + } +} diff --git a/1.15.2/assets/minecraft/models/block/acacia_planks.json b/1.15.2/assets/minecraft/models/block/acacia_planks.json new file mode 100644 index 00000000..61e8729f --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/acacia_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/acacia_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/acacia_pressure_plate.json b/1.15.2/assets/minecraft/models/block/acacia_pressure_plate.json new file mode 100644 index 00000000..34d921d8 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/acacia_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_up", + "textures": { + "texture": "block/acacia_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/acacia_pressure_plate_down.json b/1.15.2/assets/minecraft/models/block/acacia_pressure_plate_down.json new file mode 100644 index 00000000..7c3dbbbf --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/acacia_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_down", + "textures": { + "texture": "block/acacia_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/acacia_sapling.json b/1.15.2/assets/minecraft/models/block/acacia_sapling.json new file mode 100644 index 00000000..0125c721 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/acacia_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/acacia_sapling" + } +} diff --git a/1.15.2/assets/minecraft/models/block/acacia_sign.json b/1.15.2/assets/minecraft/models/block/acacia_sign.json new file mode 100644 index 00000000..828e4053 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/acacia_sign.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "block/acacia_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/acacia_slab.json b/1.15.2/assets/minecraft/models/block/acacia_slab.json new file mode 100644 index 00000000..9d55f7a3 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/acacia_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/acacia_planks", + "top": "block/acacia_planks", + "side": "block/acacia_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/acacia_slab_top.json b/1.15.2/assets/minecraft/models/block/acacia_slab_top.json new file mode 100644 index 00000000..d4507a5b --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/acacia_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/acacia_planks", + "top": "block/acacia_planks", + "side": "block/acacia_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/acacia_stairs.json b/1.15.2/assets/minecraft/models/block/acacia_stairs.json new file mode 100644 index 00000000..fae2d842 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/acacia_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/acacia_planks", + "top": "block/acacia_planks", + "side": "block/acacia_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/acacia_stairs_inner.json b/1.15.2/assets/minecraft/models/block/acacia_stairs_inner.json new file mode 100644 index 00000000..1e718245 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/acacia_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/acacia_planks", + "top": "block/acacia_planks", + "side": "block/acacia_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/acacia_stairs_outer.json b/1.15.2/assets/minecraft/models/block/acacia_stairs_outer.json new file mode 100644 index 00000000..4daeaaa5 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/acacia_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/acacia_planks", + "top": "block/acacia_planks", + "side": "block/acacia_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/acacia_trapdoor_bottom.json b/1.15.2/assets/minecraft/models/block/acacia_trapdoor_bottom.json new file mode 100644 index 00000000..f16015d9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/acacia_trapdoor_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_orientable_trapdoor_bottom", + "textures": { + "texture": "block/acacia_trapdoor" + } +} diff --git a/1.15.2/assets/minecraft/models/block/acacia_trapdoor_open.json b/1.15.2/assets/minecraft/models/block/acacia_trapdoor_open.json new file mode 100644 index 00000000..c433d0f3 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/acacia_trapdoor_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_orientable_trapdoor_open", + "textures": { + "texture": "block/acacia_trapdoor" + } +} diff --git a/1.15.2/assets/minecraft/models/block/acacia_trapdoor_top.json b/1.15.2/assets/minecraft/models/block/acacia_trapdoor_top.json new file mode 100644 index 00000000..7befaa0b --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/acacia_trapdoor_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_orientable_trapdoor_top", + "textures": { + "texture": "block/acacia_trapdoor" + } +} diff --git a/1.15.2/assets/minecraft/models/block/acacia_wood.json b/1.15.2/assets/minecraft/models/block/acacia_wood.json new file mode 100644 index 00000000..54ed1506 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/acacia_wood.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/acacia_log", + "side": "block/acacia_log" + } +} diff --git a/1.15.2/assets/minecraft/models/block/activator_rail.json b/1.15.2/assets/minecraft/models/block/activator_rail.json new file mode 100644 index 00000000..ffea2ae3 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/activator_rail.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_flat", + "textures": { + "rail": "block/activator_rail" + } +} diff --git a/1.15.2/assets/minecraft/models/block/activator_rail_on.json b/1.15.2/assets/minecraft/models/block/activator_rail_on.json new file mode 100644 index 00000000..d332027a --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/activator_rail_on.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_flat", + "textures": { + "rail": "block/activator_rail_on" + } +} diff --git a/1.15.2/assets/minecraft/models/block/activator_rail_on_raised_ne.json b/1.15.2/assets/minecraft/models/block/activator_rail_on_raised_ne.json new file mode 100644 index 00000000..c2de3a51 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/activator_rail_on_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_rail_raised_ne", + "textures": { + "rail": "block/activator_rail_on" + } +} diff --git a/1.15.2/assets/minecraft/models/block/activator_rail_on_raised_sw.json b/1.15.2/assets/minecraft/models/block/activator_rail_on_raised_sw.json new file mode 100644 index 00000000..7a632471 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/activator_rail_on_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_rail_raised_sw", + "textures": { + "rail": "block/activator_rail_on" + } +} diff --git a/1.15.2/assets/minecraft/models/block/activator_rail_raised_ne.json b/1.15.2/assets/minecraft/models/block/activator_rail_raised_ne.json new file mode 100644 index 00000000..4bb3ca05 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/activator_rail_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_rail_raised_ne", + "textures": { + "rail": "block/activator_rail" + } +} diff --git a/1.15.2/assets/minecraft/models/block/activator_rail_raised_sw.json b/1.15.2/assets/minecraft/models/block/activator_rail_raised_sw.json new file mode 100644 index 00000000..d0096699 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/activator_rail_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_rail_raised_sw", + "textures": { + "rail": "block/activator_rail" + } +} diff --git a/1.15.2/assets/minecraft/models/block/air.json b/1.15.2/assets/minecraft/models/block/air.json new file mode 100644 index 00000000..2c63c085 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/air.json @@ -0,0 +1,2 @@ +{ +} diff --git a/1.15.2/assets/minecraft/models/block/allium.json b/1.15.2/assets/minecraft/models/block/allium.json new file mode 100644 index 00000000..11053282 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/allium.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cross", + "textures": { + "particle": "block/allium", + "cross": "block/allium" + } +} diff --git a/1.15.2/assets/minecraft/models/block/andesite.json b/1.15.2/assets/minecraft/models/block/andesite.json new file mode 100644 index 00000000..7d0042fe --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/andesite.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/andesite" + } +} diff --git a/1.15.2/assets/minecraft/models/block/andesite_slab.json b/1.15.2/assets/minecraft/models/block/andesite_slab.json new file mode 100644 index 00000000..75b5dace --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/andesite_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/andesite", + "top": "block/andesite", + "side": "block/andesite" + } +} diff --git a/1.15.2/assets/minecraft/models/block/andesite_slab_top.json b/1.15.2/assets/minecraft/models/block/andesite_slab_top.json new file mode 100644 index 00000000..9c8f8271 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/andesite_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/andesite", + "top": "block/andesite", + "side": "block/andesite" + } +} diff --git a/1.15.2/assets/minecraft/models/block/andesite_stairs.json b/1.15.2/assets/minecraft/models/block/andesite_stairs.json new file mode 100644 index 00000000..6ccfd1af --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/andesite_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/andesite", + "top": "block/andesite", + "side": "block/andesite" + } +} diff --git a/1.15.2/assets/minecraft/models/block/andesite_stairs_inner.json b/1.15.2/assets/minecraft/models/block/andesite_stairs_inner.json new file mode 100644 index 00000000..97a25861 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/andesite_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/andesite", + "top": "block/andesite", + "side": "block/andesite" + } +} diff --git a/1.15.2/assets/minecraft/models/block/andesite_stairs_outer.json b/1.15.2/assets/minecraft/models/block/andesite_stairs_outer.json new file mode 100644 index 00000000..6f1a39ed --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/andesite_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/andesite", + "top": "block/andesite", + "side": "block/andesite" + } +} diff --git a/1.15.2/assets/minecraft/models/block/andesite_wall_inventory.json b/1.15.2/assets/minecraft/models/block/andesite_wall_inventory.json new file mode 100644 index 00000000..e235f16f --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/andesite_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_inventory", + "textures": { + "wall": "block/andesite" + } +} diff --git a/1.15.2/assets/minecraft/models/block/andesite_wall_post.json b/1.15.2/assets/minecraft/models/block/andesite_wall_post.json new file mode 100644 index 00000000..b7accbbe --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/andesite_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_wall_post", + "textures": { + "wall": "block/andesite" + } +} diff --git a/1.15.2/assets/minecraft/models/block/andesite_wall_side.json b/1.15.2/assets/minecraft/models/block/andesite_wall_side.json new file mode 100644 index 00000000..61e27af1 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/andesite_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_wall_side", + "textures": { + "wall": "block/andesite" + } +} diff --git a/1.15.2/assets/minecraft/models/block/anvil.json b/1.15.2/assets/minecraft/models/block/anvil.json new file mode 100644 index 00000000..6e0b9dab --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/anvil.json @@ -0,0 +1,61 @@ +{ "parent": "block/block", + "textures": { + "particle": "block/anvil", + "body": "block/anvil", + "top": "block/anvil_top" + }, + "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": { + "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": { + "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 } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/attached_melon_stem.json b/1.15.2/assets/minecraft/models/block/attached_melon_stem.json new file mode 100644 index 00000000..2fa3485c --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/attached_melon_stem.json @@ -0,0 +1,7 @@ +{ + "parent": "block/stem_fruit", + "textures": { + "stem": "block/melon_stem", + "upperstem": "block/attached_melon_stem" + } +} diff --git a/1.15.2/assets/minecraft/models/block/attached_pumpkin_stem.json b/1.15.2/assets/minecraft/models/block/attached_pumpkin_stem.json new file mode 100644 index 00000000..5db08cdd --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/attached_pumpkin_stem.json @@ -0,0 +1,7 @@ +{ + "parent": "block/stem_fruit", + "textures": { + "stem": "block/pumpkin_stem", + "upperstem": "block/attached_pumpkin_stem" + } +} diff --git a/1.15.2/assets/minecraft/models/block/azure_bluet.json b/1.15.2/assets/minecraft/models/block/azure_bluet.json new file mode 100644 index 00000000..d87375c1 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/azure_bluet.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/azure_bluet" + } +} diff --git a/1.15.2/assets/minecraft/models/block/bamboo1_age0.json b/1.15.2/assets/minecraft/models/block/bamboo1_age0.json new file mode 100644 index 00000000..0f5244e5 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/bamboo1_age0.json @@ -0,0 +1,19 @@ +{ + "textures": { + "all": "block/bamboo_stalk", + "particle": "block/bamboo_stalk" + }, + "elements": [ + { "from": [ 7, 0, 7 ], + "to": [ 9, 16, 9 ], + "faces": { + "down": { "uv": [ 13, 4, 15, 6 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 13, 0, 15, 2], "texture": "#all", "cullface": "up" }, + "north": { "uv": [ 0, 0, 2, 16 ], "texture": "#all" }, + "south": { "uv": [ 0, 0, 2, 16 ], "texture": "#all" }, + "west": { "uv": [ 0, 0, 2, 16 ], "texture": "#all" }, + "east": { "uv": [ 0, 0, 2, 16 ], "texture": "#all" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/bamboo1_age1.json b/1.15.2/assets/minecraft/models/block/bamboo1_age1.json new file mode 100644 index 00000000..d121263f --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/bamboo1_age1.json @@ -0,0 +1,19 @@ +{ + "textures": { + "all": "block/bamboo_stalk", + "particle": "block/bamboo_stalk" + }, + "elements": [ + { "from": [ 6.5, 0, 6.5 ], + "to": [ 9.5, 16, 9.5 ], + "faces": { + "down": { "uv": [ 13, 4, 16, 7 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 13, 0, 16, 3 ], "texture": "#all", "cullface": "up" }, + "north": { "uv": [ 0, 0, 3, 16 ], "texture": "#all" }, + "south": { "uv": [ 0, 0, 3, 16 ], "texture": "#all" }, + "west": { "uv": [ 0, 0, 3, 16 ], "texture": "#all" }, + "east": { "uv": [ 0, 0, 3, 16 ], "texture": "#all" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/bamboo2_age0.json b/1.15.2/assets/minecraft/models/block/bamboo2_age0.json new file mode 100644 index 00000000..bc6e56c6 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/bamboo2_age0.json @@ -0,0 +1,19 @@ +{ + "textures": { + "all": "block/bamboo_stalk", + "particle": "block/bamboo_stalk" + }, + "elements": [ + { "from": [ 7, 0, 7 ], + "to": [ 9, 16, 9 ], + "faces": { + "down": { "uv": [ 13, 4, 15, 6 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 13, 0, 15, 2], "texture": "#all", "cullface": "up" }, + "north": { "uv": [ 3, 0, 5, 16 ], "texture": "#all" }, + "south": { "uv": [ 3, 0, 5, 16 ], "texture": "#all" }, + "west": { "uv": [ 3, 0, 5, 16 ], "texture": "#all" }, + "east": { "uv": [ 3, 0, 5, 16 ], "texture": "#all" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/bamboo2_age1.json b/1.15.2/assets/minecraft/models/block/bamboo2_age1.json new file mode 100644 index 00000000..55b2f4d1 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/bamboo2_age1.json @@ -0,0 +1,19 @@ +{ + "textures": { + "all": "block/bamboo_stalk", + "particle": "block/bamboo_stalk" + }, + "elements": [ + { "from": [ 6.5, 0, 6.5 ], + "to": [ 9.5, 16, 9.5 ], + "faces": { + "down": { "uv": [ 13, 4, 16, 7 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 13, 0, 16, 3 ], "texture": "#all", "cullface": "up" }, + "north": { "uv": [ 3, 0, 6, 16 ], "texture": "#all" }, + "south": { "uv": [ 3, 0, 6, 16 ], "texture": "#all" }, + "west": { "uv": [ 3, 0, 6, 16 ], "texture": "#all" }, + "east": { "uv": [ 3, 0, 6, 16 ], "texture": "#all" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/bamboo3_age0.json b/1.15.2/assets/minecraft/models/block/bamboo3_age0.json new file mode 100644 index 00000000..d72b3e64 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/bamboo3_age0.json @@ -0,0 +1,19 @@ +{ + "textures": { + "all": "block/bamboo_stalk", + "particle": "block/bamboo_stalk" + }, + "elements": [ + { "from": [ 7, 0, 7 ], + "to": [ 9, 16, 9 ], + "faces": { + "down": { "uv": [ 13, 4, 15, 6 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 13, 0, 15, 2], "texture": "#all", "cullface": "up" }, + "north": { "uv": [ 6, 0, 8, 16 ], "texture": "#all" }, + "south": { "uv": [ 6, 0, 8, 16 ], "texture": "#all" }, + "west": { "uv": [ 6, 0, 8, 16 ], "texture": "#all" }, + "east": { "uv": [ 6, 0, 8, 16 ], "texture": "#all" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/bamboo3_age1.json b/1.15.2/assets/minecraft/models/block/bamboo3_age1.json new file mode 100644 index 00000000..499cd02e --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/bamboo3_age1.json @@ -0,0 +1,19 @@ +{ + "textures": { + "all": "block/bamboo_stalk", + "particle": "block/bamboo_stalk" + }, + "elements": [ + { "from": [ 6.5, 0, 6.5 ], + "to": [ 9.5, 16, 9.5 ], + "faces": { + "down": { "uv": [ 13, 4, 16, 7 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 13, 0, 16, 3 ], "texture": "#all", "cullface": "up" }, + "north": { "uv": [ 6, 0, 9, 16 ], "texture": "#all" }, + "south": { "uv": [ 6, 0, 9, 16 ], "texture": "#all" }, + "west": { "uv": [ 6, 0, 9, 16 ], "texture": "#all" }, + "east": { "uv": [ 6, 0, 9, 16 ], "texture": "#all" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/bamboo4_age0.json b/1.15.2/assets/minecraft/models/block/bamboo4_age0.json new file mode 100644 index 00000000..cc9c1dcc --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/bamboo4_age0.json @@ -0,0 +1,19 @@ +{ + "textures": { + "all": "block/bamboo_stalk", + "particle": "block/bamboo_stalk" + }, + "elements": [ + { "from": [ 7, 0, 7 ], + "to": [ 9, 16, 9 ], + "faces": { + "down": { "uv": [ 13, 4, 15, 6 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 13, 0, 15, 2], "texture": "#all", "cullface": "up" }, + "north": { "uv": [ 9, 0, 11, 16 ], "texture": "#all" }, + "south": { "uv": [ 9, 0, 11, 16 ], "texture": "#all" }, + "west": { "uv": [ 9, 0, 11, 16 ], "texture": "#all" }, + "east": { "uv": [ 9, 0, 11, 16 ], "texture": "#all" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/bamboo4_age1.json b/1.15.2/assets/minecraft/models/block/bamboo4_age1.json new file mode 100644 index 00000000..4b8b8681 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/bamboo4_age1.json @@ -0,0 +1,19 @@ +{ + "textures": { + "all": "block/bamboo_stalk", + "particle": "block/bamboo_stalk" + }, + "elements": [ + { "from": [ 6.5, 0, 6.5 ], + "to": [ 9.5, 16, 9.5 ], + "faces": { + "down": { "uv": [ 13, 4, 16, 7 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 13, 0, 16, 3 ], "texture": "#all", "cullface": "up" }, + "north": { "uv": [ 9, 0, 12, 16 ], "texture": "#all" }, + "south": { "uv": [ 9, 0, 12, 16 ], "texture": "#all" }, + "west": { "uv": [ 9, 0, 12, 16 ], "texture": "#all" }, + "east": { "uv": [ 9, 0, 12, 16 ], "texture": "#all" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/bamboo_large_leaves.json b/1.15.2/assets/minecraft/models/block/bamboo_large_leaves.json new file mode 100644 index 00000000..3ddead94 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/bamboo_large_leaves.json @@ -0,0 +1,25 @@ +{ + "ambientocclusion": false, + "textures": { + "texture": "block/bamboo_large_leaves", + "particle": "block/bamboo_large_leaves" + }, + "elements": [ + { "from": [ 0.8, 0, 8 ], + "to": [ 15.2, 16, 8 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "tintindex": 0 } + } + }, + { "from": [ 8, 0, 0.8 ], + "to": [ 8, 16, 15.2 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "tintindex": 0 } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/bamboo_sapling.json b/1.15.2/assets/minecraft/models/block/bamboo_sapling.json new file mode 100644 index 00000000..dd219bd3 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/bamboo_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/tinted_cross", + "textures": { + "cross": "block/bamboo_stage0" + } +} diff --git a/1.15.2/assets/minecraft/models/block/bamboo_small_leaves.json b/1.15.2/assets/minecraft/models/block/bamboo_small_leaves.json new file mode 100644 index 00000000..c21694ea --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/bamboo_small_leaves.json @@ -0,0 +1,25 @@ +{ + "ambientocclusion": false, + "textures": { + "texture": "block/bamboo_small_leaves", + "particle": "block/bamboo_small_leaves" + }, + "elements": [ + { "from": [ 0.8, 0, 8 ], + "to": [ 15.2, 16, 8 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "tintindex": 0 } + } + }, + { "from": [ 8, 0, 0.8 ], + "to": [ 8, 16, 15.2 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "tintindex": 0 } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/banner.json b/1.15.2/assets/minecraft/models/block/banner.json new file mode 100644 index 00000000..8f1d908c --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/banner.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "block/oak_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/barrel.json b/1.15.2/assets/minecraft/models/block/barrel.json new file mode 100644 index 00000000..01d52d30 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/barrel.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "top": "block/barrel_top", + "side": "block/barrel_side", + "bottom": "block/barrel_bottom" + } +} diff --git a/1.15.2/assets/minecraft/models/block/barrel_open.json b/1.15.2/assets/minecraft/models/block/barrel_open.json new file mode 100644 index 00000000..a34c8891 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/barrel_open.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "top": "block/barrel_top_open", + "side": "block/barrel_side", + "bottom": "block/barrel_bottom" + } +} diff --git a/1.15.2/assets/minecraft/models/block/barrier.json b/1.15.2/assets/minecraft/models/block/barrier.json new file mode 100644 index 00000000..4975fca5 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/barrier.json @@ -0,0 +1,6 @@ +{ + "textures": { + "particle": "item/barrier" + } +} + diff --git a/1.15.2/assets/minecraft/models/block/beacon.json b/1.15.2/assets/minecraft/models/block/beacon.json new file mode 100644 index 00000000..99808e6b --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/beacon.json @@ -0,0 +1,47 @@ +{ "parent": "block/block", + "ambientocclusion": false, + "textures": { + "particle": "block/glass", + "glass": "block/glass", + "obsidian": "block/obsidian", + "beacon": "block/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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/bed.json b/1.15.2/assets/minecraft/models/block/bed.json new file mode 100644 index 00000000..a3ee2504 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/bed.json @@ -0,0 +1,6 @@ +{ + "textures": { + "particle": "block/oak_planks" + } +} + diff --git a/1.15.2/assets/minecraft/models/block/bedrock.json b/1.15.2/assets/minecraft/models/block/bedrock.json new file mode 100644 index 00000000..b22fc9af --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/bedrock.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/bedrock" + } +} diff --git a/1.15.2/assets/minecraft/models/block/bedrock_mirrored.json b/1.15.2/assets/minecraft/models/block/bedrock_mirrored.json new file mode 100644 index 00000000..d2dfa170 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/bedrock_mirrored.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_mirrored_all", + "textures": { + "all": "block/bedrock" + } +} diff --git a/1.15.2/assets/minecraft/models/block/bee_nest.json b/1.15.2/assets/minecraft/models/block/bee_nest.json new file mode 100644 index 00000000..4f650832 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/bee_nest.json @@ -0,0 +1,10 @@ +{ + "parent": "block/orientable_with_bottom", + "textures": { + "particle": "block/bee_nest_side", + "bottom": "block/bee_nest_bottom", + "top": "block/bee_nest_top", + "front": "block/bee_nest_front", + "side": "block/bee_nest_side" + } +} diff --git a/1.15.2/assets/minecraft/models/block/bee_nest_honey.json b/1.15.2/assets/minecraft/models/block/bee_nest_honey.json new file mode 100644 index 00000000..9e09a0d0 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/bee_nest_honey.json @@ -0,0 +1,10 @@ +{ + "parent": "block/orientable_with_bottom", + "textures": { + "particle": "block/bee_nest_side", + "bottom": "block/bee_nest_bottom", + "top": "block/bee_nest_top", + "front": "block/bee_nest_front_honey", + "side": "block/bee_nest_side" + } +} diff --git a/1.15.2/assets/minecraft/models/block/beehive.json b/1.15.2/assets/minecraft/models/block/beehive.json new file mode 100644 index 00000000..070f3650 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/beehive.json @@ -0,0 +1,10 @@ +{ + "parent": "block/orientable_with_bottom", + "textures": { + "particle": "block/beehive_side", + "bottom": "block/beehive_end", + "top": "block/beehive_end", + "front": "block/beehive_front", + "side": "block/beehive_side" + } +} diff --git a/1.15.2/assets/minecraft/models/block/beehive_honey.json b/1.15.2/assets/minecraft/models/block/beehive_honey.json new file mode 100644 index 00000000..c2ce774a --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/beehive_honey.json @@ -0,0 +1,10 @@ +{ + "parent": "block/orientable_with_bottom", + "textures": { + "particle": "block/beehive_side", + "bottom": "block/beehive_end", + "top": "block/beehive_end", + "front": "block/beehive_front_honey", + "side": "block/beehive_side" + } +} diff --git a/1.15.2/assets/minecraft/models/block/beetroots_stage0.json b/1.15.2/assets/minecraft/models/block/beetroots_stage0.json new file mode 100644 index 00000000..7ed23c38 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/beetroots_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "block/beetroots_stage0" + } +} diff --git a/1.15.2/assets/minecraft/models/block/beetroots_stage1.json b/1.15.2/assets/minecraft/models/block/beetroots_stage1.json new file mode 100644 index 00000000..847dc56e --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/beetroots_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "block/beetroots_stage1" + } +} diff --git a/1.15.2/assets/minecraft/models/block/beetroots_stage2.json b/1.15.2/assets/minecraft/models/block/beetroots_stage2.json new file mode 100644 index 00000000..3d066767 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/beetroots_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "block/beetroots_stage2" + } +} diff --git a/1.15.2/assets/minecraft/models/block/beetroots_stage3.json b/1.15.2/assets/minecraft/models/block/beetroots_stage3.json new file mode 100644 index 00000000..012db648 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/beetroots_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "block/beetroots_stage3" + } +} diff --git a/1.15.2/assets/minecraft/models/block/bell_between_walls.json b/1.15.2/assets/minecraft/models/block/bell_between_walls.json new file mode 100644 index 00000000..8e7903f3 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/bell_between_walls.json @@ -0,0 +1,20 @@ +{ + "textures": { + "particle": "block/bell_bottom", + "bar": "block/dark_oak_planks" + }, + "elements": [ + { + "from": [ 0, 13, 7 ], + "to": [ 16, 15, 9 ], + "faces": { + "north": { "uv": [ 2, 2, 14, 4 ], "texture": "#bar" }, + "east": { "uv": [ 5, 4, 7, 6 ], "texture": "#bar", "cullface": "east" }, + "south": { "uv": [ 2, 3, 14, 5 ], "texture": "#bar" }, + "west": { "uv": [ 5, 4, 7, 6 ], "texture": "#bar", "cullface": "west" }, + "up": { "uv": [ 2, 3, 14, 5 ], "texture": "#bar" }, + "down": { "uv": [ 2, 3, 14, 5 ], "texture": "#bar" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/bell_ceiling.json b/1.15.2/assets/minecraft/models/block/bell_ceiling.json new file mode 100644 index 00000000..a105fb98 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/bell_ceiling.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "block/bell_bottom", + "bar": "block/dark_oak_planks" + }, + "elements": [ + { + "from": [ 7, 13, 7 ], + "to": [ 9, 16, 9 ], + "faces": { + "north": {"uv": [ 7, 2, 9, 5 ], "texture": "#bar" }, + "east": {"uv": [ 1, 2, 3, 5 ], "texture": "#bar" }, + "south": {"uv": [ 6, 2, 8, 5 ], "texture": "#bar" }, + "west": {"uv": [ 4, 2, 6, 5 ], "texture": "#bar" }, + "up": {"uv": [ 1, 3, 3, 5 ], "texture": "#bar", "cullface": "up" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/bell_floor.json b/1.15.2/assets/minecraft/models/block/bell_floor.json new file mode 100644 index 00000000..c2abfcbd --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/bell_floor.json @@ -0,0 +1,43 @@ +{ + "textures": { + "particle": "block/bell_bottom", + "bar": "block/dark_oak_planks", + "post": "block/stone" + }, + "elements": [ + { + "from": [ 2, 13, 7 ], + "to": [ 14, 15, 9 ], + "faces": { + "north": { "uv": [ 2, 2, 14, 4 ], "texture": "#bar" }, + "south": { "uv": [ 2, 3, 14, 5 ], "texture": "#bar" }, + "up": { "uv": [ 2, 3, 14, 5 ], "texture": "#bar" }, + "down": { "uv": [ 2, 3, 14, 5 ], "texture": "#bar" } + } + }, + { + "from": [ 14, 0, 6 ], + "to": [ 16, 16, 10 ], + "faces": { + "north": { "uv": [ 0, 1, 2, 16 ], "texture": "#post" }, + "east": { "uv": [ 0, 1, 4, 16 ], "texture": "#post" }, + "south": { "uv": [ 0, 1, 2, 16 ], "texture": "#post" }, + "west": { "uv": [ 0, 1, 4, 16 ], "texture": "#post" }, + "up": { "uv": [ 0, 0, 2, 4 ], "texture": "#post", "cullface": "up" }, + "down": { "uv": [ 0, 0, 2, 4 ], "texture": "#post", "cullface": "down" } + } + }, + { + "from": [ 0, 0, 6 ], + "to": [ 2, 16, 10 ], + "faces": { + "north": { "uv": [ 0, 1, 2, 16 ], "texture": "#post" }, + "east": { "uv": [ 0, 1, 4, 16 ], "texture": "#post" }, + "south": { "uv": [ 0, 1, 2, 16 ], "texture": "#post" }, + "west": { "uv": [ 0, 1, 4, 16 ], "texture": "#post" }, + "up": { "uv": [ 0, 0, 2, 4 ], "texture": "#post","cullface": "up" }, + "down": { "uv": [ 0, 0, 2, 4 ], "texture": "#post", "cullface": "down" } + } + } + ] +} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/models/block/bell_wall.json b/1.15.2/assets/minecraft/models/block/bell_wall.json new file mode 100644 index 00000000..92927bd2 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/bell_wall.json @@ -0,0 +1,20 @@ +{ + "textures": { + "particle": "block/bell_bottom", + "bar": "block/dark_oak_planks" + }, + "elements": [ + { + "from": [ 3, 13, 7 ], + "to": [ 16, 15, 9 ], + "faces": { + "north": { "uv": [ 2, 2, 14, 4 ], "texture": "#bar" }, + "east": { "uv": [ 5, 4, 7, 6 ], "texture": "#bar", "cullface": "east" }, + "south": { "uv": [ 2, 3, 14, 5 ], "texture": "#bar" }, + "west": { "uv": [ 5, 4, 7, 6 ], "texture": "#bar" }, + "up": { "uv": [ 2, 3, 14, 5 ], "texture": "#bar" }, + "down": { "uv": [ 2, 3, 14, 5 ], "texture": "#bar" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/birch_button.json b/1.15.2/assets/minecraft/models/block/birch_button.json new file mode 100644 index 00000000..43e0feaa --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/birch_button.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button", + "textures": { + "texture": "block/birch_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/birch_button_inventory.json b/1.15.2/assets/minecraft/models/block/birch_button_inventory.json new file mode 100644 index 00000000..57de66b0 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/birch_button_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button_inventory", + "textures": { + "texture": "block/birch_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/birch_button_pressed.json b/1.15.2/assets/minecraft/models/block/birch_button_pressed.json new file mode 100644 index 00000000..4abe7f67 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/birch_button_pressed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button_pressed", + "textures": { + "texture": "block/birch_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/birch_door_bottom.json b/1.15.2/assets/minecraft/models/block/birch_door_bottom.json new file mode 100644 index 00000000..d148d34d --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/birch_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom", + "textures": { + "bottom": "block/birch_door_bottom", + "top": "block/birch_door_top" + } +} diff --git a/1.15.2/assets/minecraft/models/block/birch_door_bottom_hinge.json b/1.15.2/assets/minecraft/models/block/birch_door_bottom_hinge.json new file mode 100644 index 00000000..6704c01f --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/birch_door_bottom_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom_rh", + "textures": { + "bottom": "block/birch_door_bottom", + "top": "block/birch_door_top" + } +} diff --git a/1.15.2/assets/minecraft/models/block/birch_door_top.json b/1.15.2/assets/minecraft/models/block/birch_door_top.json new file mode 100644 index 00000000..7673c474 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/birch_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top", + "textures": { + "bottom": "block/birch_door_bottom", + "top": "block/birch_door_top" + } +} diff --git a/1.15.2/assets/minecraft/models/block/birch_door_top_hinge.json b/1.15.2/assets/minecraft/models/block/birch_door_top_hinge.json new file mode 100644 index 00000000..5c49c32a --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/birch_door_top_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top_rh", + "textures": { + "bottom": "block/birch_door_bottom", + "top": "block/birch_door_top" + } +} diff --git a/1.15.2/assets/minecraft/models/block/birch_fence_gate.json b/1.15.2/assets/minecraft/models/block/birch_fence_gate.json new file mode 100644 index 00000000..da713200 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/birch_fence_gate.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate", + "textures": { + "texture": "block/birch_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/birch_fence_gate_open.json b/1.15.2/assets/minecraft/models/block/birch_fence_gate_open.json new file mode 100644 index 00000000..d7a0bb83 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/birch_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate_open", + "textures": { + "texture": "block/birch_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/birch_fence_gate_wall.json b/1.15.2/assets/minecraft/models/block/birch_fence_gate_wall.json new file mode 100644 index 00000000..07721efd --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/birch_fence_gate_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate_wall", + "textures": { + "texture": "block/birch_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/birch_fence_gate_wall_open.json b/1.15.2/assets/minecraft/models/block/birch_fence_gate_wall_open.json new file mode 100644 index 00000000..92b9a6c5 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/birch_fence_gate_wall_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate_wall_open", + "textures": { + "texture": "block/birch_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/birch_fence_inventory.json b/1.15.2/assets/minecraft/models/block/birch_fence_inventory.json new file mode 100644 index 00000000..e80df717 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/birch_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_inventory", + "textures": { + "texture": "block/birch_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/birch_fence_post.json b/1.15.2/assets/minecraft/models/block/birch_fence_post.json new file mode 100644 index 00000000..fc161ab1 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/birch_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_post", + "textures": { + "texture": "block/birch_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/birch_fence_side.json b/1.15.2/assets/minecraft/models/block/birch_fence_side.json new file mode 100644 index 00000000..c88c276a --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/birch_fence_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_side", + "textures": { + "texture": "block/birch_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/birch_leaves.json b/1.15.2/assets/minecraft/models/block/birch_leaves.json new file mode 100644 index 00000000..6e9fac58 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/birch_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "block/leaves", + "textures": { + "all": "block/birch_leaves" + } +} diff --git a/1.15.2/assets/minecraft/models/block/birch_log.json b/1.15.2/assets/minecraft/models/block/birch_log.json new file mode 100644 index 00000000..4ccc2aff --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/birch_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/birch_log_top", + "side": "block/birch_log" + } +} diff --git a/1.15.2/assets/minecraft/models/block/birch_planks.json b/1.15.2/assets/minecraft/models/block/birch_planks.json new file mode 100644 index 00000000..68c497b4 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/birch_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/birch_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/birch_pressure_plate.json b/1.15.2/assets/minecraft/models/block/birch_pressure_plate.json new file mode 100644 index 00000000..c4e9e2af --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/birch_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_up", + "textures": { + "texture": "block/birch_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/birch_pressure_plate_down.json b/1.15.2/assets/minecraft/models/block/birch_pressure_plate_down.json new file mode 100644 index 00000000..283f8f66 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/birch_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_down", + "textures": { + "texture": "block/birch_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/birch_sapling.json b/1.15.2/assets/minecraft/models/block/birch_sapling.json new file mode 100644 index 00000000..d49ccbf6 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/birch_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/birch_sapling" + } +} diff --git a/1.15.2/assets/minecraft/models/block/birch_sign.json b/1.15.2/assets/minecraft/models/block/birch_sign.json new file mode 100644 index 00000000..65e283c1 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/birch_sign.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "block/birch_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/birch_slab.json b/1.15.2/assets/minecraft/models/block/birch_slab.json new file mode 100644 index 00000000..dd5a0227 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/birch_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/birch_planks", + "top": "block/birch_planks", + "side": "block/birch_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/birch_slab_top.json b/1.15.2/assets/minecraft/models/block/birch_slab_top.json new file mode 100644 index 00000000..cc56a42a --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/birch_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/birch_planks", + "top": "block/birch_planks", + "side": "block/birch_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/birch_stairs.json b/1.15.2/assets/minecraft/models/block/birch_stairs.json new file mode 100644 index 00000000..f2a591a8 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/birch_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/birch_planks", + "top": "block/birch_planks", + "side": "block/birch_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/birch_stairs_inner.json b/1.15.2/assets/minecraft/models/block/birch_stairs_inner.json new file mode 100644 index 00000000..c30d4f04 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/birch_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/birch_planks", + "top": "block/birch_planks", + "side": "block/birch_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/birch_stairs_outer.json b/1.15.2/assets/minecraft/models/block/birch_stairs_outer.json new file mode 100644 index 00000000..41d859c4 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/birch_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/birch_planks", + "top": "block/birch_planks", + "side": "block/birch_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/birch_trapdoor_bottom.json b/1.15.2/assets/minecraft/models/block/birch_trapdoor_bottom.json new file mode 100644 index 00000000..40087cb2 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/birch_trapdoor_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_orientable_trapdoor_bottom", + "textures": { + "texture": "block/birch_trapdoor" + } +} diff --git a/1.15.2/assets/minecraft/models/block/birch_trapdoor_open.json b/1.15.2/assets/minecraft/models/block/birch_trapdoor_open.json new file mode 100644 index 00000000..72c9259e --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/birch_trapdoor_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_orientable_trapdoor_open", + "textures": { + "texture": "block/birch_trapdoor" + } +} diff --git a/1.15.2/assets/minecraft/models/block/birch_trapdoor_top.json b/1.15.2/assets/minecraft/models/block/birch_trapdoor_top.json new file mode 100644 index 00000000..249d7948 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/birch_trapdoor_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_orientable_trapdoor_top", + "textures": { + "texture": "block/birch_trapdoor" + } +} diff --git a/1.15.2/assets/minecraft/models/block/birch_wood.json b/1.15.2/assets/minecraft/models/block/birch_wood.json new file mode 100644 index 00000000..1cfd1c22 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/birch_wood.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/birch_log", + "side": "block/birch_log" + } +} diff --git a/1.15.2/assets/minecraft/models/block/black_carpet.json b/1.15.2/assets/minecraft/models/block/black_carpet.json new file mode 100644 index 00000000..fb9351e0 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/black_carpet.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "block/black_wool", + "wool": "block/black_wool" + } +} diff --git a/1.15.2/assets/minecraft/models/block/black_concrete.json b/1.15.2/assets/minecraft/models/block/black_concrete.json new file mode 100644 index 00000000..4989e344 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/black_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/black_concrete" + } +} diff --git a/1.15.2/assets/minecraft/models/block/black_concrete_powder.json b/1.15.2/assets/minecraft/models/block/black_concrete_powder.json new file mode 100644 index 00000000..8b8136e4 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/black_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/black_concrete_powder" + } +} diff --git a/1.15.2/assets/minecraft/models/block/black_glazed_terracotta.json b/1.15.2/assets/minecraft/models/block/black_glazed_terracotta.json new file mode 100644 index 00000000..2a40f4b8 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/black_glazed_terracotta.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glazed_terracotta", + "textures": { + "particle": "block/black_glazed_terracotta", + "pattern": "block/black_glazed_terracotta" + } +} diff --git a/1.15.2/assets/minecraft/models/block/black_shulker_box.json b/1.15.2/assets/minecraft/models/block/black_shulker_box.json new file mode 100644 index 00000000..d45a611c --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/black_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "block/black_shulker_box" + } +} diff --git a/1.15.2/assets/minecraft/models/block/black_stained_glass.json b/1.15.2/assets/minecraft/models/block/black_stained_glass.json new file mode 100644 index 00000000..e8f6987f --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/black_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/black_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/black_stained_glass_pane_noside.json b/1.15.2/assets/minecraft/models/block/black_stained_glass_pane_noside.json new file mode 100644 index 00000000..a31e816f --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/black_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside", + "textures": { + "pane": "block/black_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/black_stained_glass_pane_noside_alt.json b/1.15.2/assets/minecraft/models/block/black_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..fe5ad4c7 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/black_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside_alt", + "textures": { + "pane": "block/black_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/black_stained_glass_pane_post.json b/1.15.2/assets/minecraft/models/block/black_stained_glass_pane_post.json new file mode 100644 index 00000000..6d3a8cad --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/black_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_post", + "textures": { + "edge": "block/black_stained_glass_pane_top", + "pane": "block/black_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/black_stained_glass_pane_side.json b/1.15.2/assets/minecraft/models/block/black_stained_glass_pane_side.json new file mode 100644 index 00000000..4b2d680d --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/black_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side", + "textures": { + "edge": "block/black_stained_glass_pane_top", + "pane": "block/black_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/black_stained_glass_pane_side_alt.json b/1.15.2/assets/minecraft/models/block/black_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..7dd6355d --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/black_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side_alt", + "textures": { + "edge": "block/black_stained_glass_pane_top", + "pane": "block/black_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/black_terracotta.json b/1.15.2/assets/minecraft/models/block/black_terracotta.json new file mode 100644 index 00000000..f6214fe4 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/black_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/black_terracotta" + } +} diff --git a/1.15.2/assets/minecraft/models/block/black_wool.json b/1.15.2/assets/minecraft/models/block/black_wool.json new file mode 100644 index 00000000..3d8f3fed --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/black_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/black_wool" + } +} diff --git a/1.15.2/assets/minecraft/models/block/blast_furnace.json b/1.15.2/assets/minecraft/models/block/blast_furnace.json new file mode 100644 index 00000000..51413e7c --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/blast_furnace.json @@ -0,0 +1,8 @@ +{ + "parent": "block/orientable", + "textures": { + "top": "block/blast_furnace_top", + "front": "block/blast_furnace_front", + "side": "block/blast_furnace_side" + } +} diff --git a/1.15.2/assets/minecraft/models/block/blast_furnace_on.json b/1.15.2/assets/minecraft/models/block/blast_furnace_on.json new file mode 100644 index 00000000..66280dcf --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/blast_furnace_on.json @@ -0,0 +1,8 @@ +{ + "parent": "block/orientable", + "textures": { + "top": "block/blast_furnace_top", + "front": "block/blast_furnace_front_on", + "side": "block/blast_furnace_side" + } +} diff --git a/1.15.2/assets/minecraft/models/block/block.json b/1.15.2/assets/minecraft/models/block/block.json new file mode 100644 index 00000000..aefa892b --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/block.json @@ -0,0 +1,35 @@ +{ + "gui_light": "side", + "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 ] + } + } +} diff --git a/1.15.2/assets/minecraft/models/block/blue_carpet.json b/1.15.2/assets/minecraft/models/block/blue_carpet.json new file mode 100644 index 00000000..ea84c119 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/blue_carpet.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "block/blue_wool", + "wool": "block/blue_wool" + } +} diff --git a/1.15.2/assets/minecraft/models/block/blue_concrete.json b/1.15.2/assets/minecraft/models/block/blue_concrete.json new file mode 100644 index 00000000..991c4070 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/blue_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/blue_concrete" + } +} diff --git a/1.15.2/assets/minecraft/models/block/blue_concrete_powder.json b/1.15.2/assets/minecraft/models/block/blue_concrete_powder.json new file mode 100644 index 00000000..0679258a --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/blue_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/blue_concrete_powder" + } +} diff --git a/1.15.2/assets/minecraft/models/block/blue_glazed_terracotta.json b/1.15.2/assets/minecraft/models/block/blue_glazed_terracotta.json new file mode 100644 index 00000000..75c5ccfe --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/blue_glazed_terracotta.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glazed_terracotta", + "textures": { + "particle": "block/blue_glazed_terracotta", + "pattern": "block/blue_glazed_terracotta" + } +} diff --git a/1.15.2/assets/minecraft/models/block/blue_ice.json b/1.15.2/assets/minecraft/models/block/blue_ice.json new file mode 100644 index 00000000..4aee3d1e --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/blue_ice.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/blue_ice" + } +} diff --git a/1.15.2/assets/minecraft/models/block/blue_orchid.json b/1.15.2/assets/minecraft/models/block/blue_orchid.json new file mode 100644 index 00000000..c5f29e1b --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/blue_orchid.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/blue_orchid" + } +} diff --git a/1.15.2/assets/minecraft/models/block/blue_shulker_box.json b/1.15.2/assets/minecraft/models/block/blue_shulker_box.json new file mode 100644 index 00000000..2dc7a5e0 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/blue_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "block/blue_shulker_box" + } +} diff --git a/1.15.2/assets/minecraft/models/block/blue_stained_glass.json b/1.15.2/assets/minecraft/models/block/blue_stained_glass.json new file mode 100644 index 00000000..ca3adb19 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/blue_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/blue_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/blue_stained_glass_pane_noside.json b/1.15.2/assets/minecraft/models/block/blue_stained_glass_pane_noside.json new file mode 100644 index 00000000..d2b8f579 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/blue_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside", + "textures": { + "pane": "block/blue_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/blue_stained_glass_pane_noside_alt.json b/1.15.2/assets/minecraft/models/block/blue_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..94a0fd83 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/blue_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside_alt", + "textures": { + "pane": "block/blue_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/blue_stained_glass_pane_post.json b/1.15.2/assets/minecraft/models/block/blue_stained_glass_pane_post.json new file mode 100644 index 00000000..d4e11503 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/blue_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_post", + "textures": { + "edge": "block/blue_stained_glass_pane_top", + "pane": "block/blue_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/blue_stained_glass_pane_side.json b/1.15.2/assets/minecraft/models/block/blue_stained_glass_pane_side.json new file mode 100644 index 00000000..ca13da71 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/blue_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side", + "textures": { + "edge": "block/blue_stained_glass_pane_top", + "pane": "block/blue_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/blue_stained_glass_pane_side_alt.json b/1.15.2/assets/minecraft/models/block/blue_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..365c8449 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/blue_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side_alt", + "textures": { + "edge": "block/blue_stained_glass_pane_top", + "pane": "block/blue_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/blue_terracotta.json b/1.15.2/assets/minecraft/models/block/blue_terracotta.json new file mode 100644 index 00000000..af20bf9a --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/blue_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/blue_terracotta" + } +} diff --git a/1.15.2/assets/minecraft/models/block/blue_wool.json b/1.15.2/assets/minecraft/models/block/blue_wool.json new file mode 100644 index 00000000..931d008f --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/blue_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/blue_wool" + } +} diff --git a/1.15.2/assets/minecraft/models/block/bone_block.json b/1.15.2/assets/minecraft/models/block/bone_block.json new file mode 100644 index 00000000..fe3af760 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/bone_block.json @@ -0,0 +1,20 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/bone_block_top", + "side": "block/bone_block_side" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "texture": "#end", "cullface": "down" }, + "up": { "texture": "#end", "cullface": "up" }, + "north": { "texture": "#side", "cullface": "north" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "west" }, + "east": { "texture": "#side", "cullface": "east" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/bookshelf.json b/1.15.2/assets/minecraft/models/block/bookshelf.json new file mode 100644 index 00000000..30b9669b --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/bookshelf.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/oak_planks", + "side": "block/bookshelf" + } +} diff --git a/1.15.2/assets/minecraft/models/block/brain_coral.json b/1.15.2/assets/minecraft/models/block/brain_coral.json new file mode 100644 index 00000000..68e3b0fa --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/brain_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/brain_coral" + } +} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/models/block/brain_coral_block.json b/1.15.2/assets/minecraft/models/block/brain_coral_block.json new file mode 100644 index 00000000..aee68e04 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/brain_coral_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/brain_coral_block" + } +} diff --git a/1.15.2/assets/minecraft/models/block/brain_coral_fan.json b/1.15.2/assets/minecraft/models/block/brain_coral_fan.json new file mode 100644 index 00000000..09eb1433 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/brain_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "block/coral_fan", + "textures": { + "fan": "block/brain_coral_fan" + } +} diff --git a/1.15.2/assets/minecraft/models/block/brain_coral_wall_fan.json b/1.15.2/assets/minecraft/models/block/brain_coral_wall_fan.json new file mode 100644 index 00000000..5f0bde3c --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/brain_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "block/coral_wall_fan", + "textures": { + "fan": "block/brain_coral_fan" + } +} diff --git a/1.15.2/assets/minecraft/models/block/brewing_stand.json b/1.15.2/assets/minecraft/models/block/brewing_stand.json new file mode 100644 index 00000000..d1804f23 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/brewing_stand.json @@ -0,0 +1,53 @@ +{ + "textures": { + "particle": "block/brewing_stand", + "base": "block/brewing_stand_base", + "stand": "block/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", "cullface": "down" }, + "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", "cullface": "down" }, + "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", "cullface": "down" }, + "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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/brewing_stand_bottle0.json b/1.15.2/assets/minecraft/models/block/brewing_stand_bottle0.json new file mode 100644 index 00000000..012ffa85 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/brewing_stand_bottle0.json @@ -0,0 +1,15 @@ +{ + "textures": { + "particle": "block/brewing_stand", + "stand": "block/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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/brewing_stand_bottle1.json b/1.15.2/assets/minecraft/models/block/brewing_stand_bottle1.json new file mode 100644 index 00000000..9e989cde --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/brewing_stand_bottle1.json @@ -0,0 +1,20 @@ +{ + "textures": { + "particle": "block/brewing_stand", + "stand": "block/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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/brewing_stand_bottle2.json b/1.15.2/assets/minecraft/models/block/brewing_stand_bottle2.json new file mode 100644 index 00000000..4796f71f --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/brewing_stand_bottle2.json @@ -0,0 +1,20 @@ +{ + "textures": { + "particle": "block/brewing_stand", + "stand": "block/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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/brewing_stand_empty0.json b/1.15.2/assets/minecraft/models/block/brewing_stand_empty0.json new file mode 100644 index 00000000..a99c90cc --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/brewing_stand_empty0.json @@ -0,0 +1,15 @@ +{ + "textures": { + "particle": "block/brewing_stand", + "stand": "block/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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/brewing_stand_empty1.json b/1.15.2/assets/minecraft/models/block/brewing_stand_empty1.json new file mode 100644 index 00000000..47b78c29 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/brewing_stand_empty1.json @@ -0,0 +1,20 @@ +{ + "textures": { + "particle": "block/brewing_stand", + "stand": "block/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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/brewing_stand_empty2.json b/1.15.2/assets/minecraft/models/block/brewing_stand_empty2.json new file mode 100644 index 00000000..d3e3adf5 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/brewing_stand_empty2.json @@ -0,0 +1,20 @@ +{ + "textures": { + "particle": "block/brewing_stand", + "stand": "block/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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/brick_slab.json b/1.15.2/assets/minecraft/models/block/brick_slab.json new file mode 100644 index 00000000..3fd9d78d --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/brick_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/bricks", + "top": "block/bricks", + "side": "block/bricks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/brick_slab_top.json b/1.15.2/assets/minecraft/models/block/brick_slab_top.json new file mode 100644 index 00000000..04a001b7 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/brick_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/bricks", + "top": "block/bricks", + "side": "block/bricks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/brick_stairs.json b/1.15.2/assets/minecraft/models/block/brick_stairs.json new file mode 100644 index 00000000..c682040d --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/brick_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/bricks", + "top": "block/bricks", + "side": "block/bricks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/brick_stairs_inner.json b/1.15.2/assets/minecraft/models/block/brick_stairs_inner.json new file mode 100644 index 00000000..0eb637d4 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/brick_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/bricks", + "top": "block/bricks", + "side": "block/bricks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/brick_stairs_outer.json b/1.15.2/assets/minecraft/models/block/brick_stairs_outer.json new file mode 100644 index 00000000..a9968274 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/brick_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/bricks", + "top": "block/bricks", + "side": "block/bricks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/brick_wall_inventory.json b/1.15.2/assets/minecraft/models/block/brick_wall_inventory.json new file mode 100644 index 00000000..31660cb8 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/brick_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_inventory", + "textures": { + "wall": "block/bricks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/brick_wall_post.json b/1.15.2/assets/minecraft/models/block/brick_wall_post.json new file mode 100644 index 00000000..bc6fb618 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/brick_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_wall_post", + "textures": { + "wall": "block/bricks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/brick_wall_side.json b/1.15.2/assets/minecraft/models/block/brick_wall_side.json new file mode 100644 index 00000000..bed243fd --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/brick_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_wall_side", + "textures": { + "wall": "block/bricks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/bricks.json b/1.15.2/assets/minecraft/models/block/bricks.json new file mode 100644 index 00000000..1238b9a8 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/bricks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/brown_carpet.json b/1.15.2/assets/minecraft/models/block/brown_carpet.json new file mode 100644 index 00000000..56292705 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/brown_carpet.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "block/brown_wool", + "wool": "block/brown_wool" + } +} diff --git a/1.15.2/assets/minecraft/models/block/brown_concrete.json b/1.15.2/assets/minecraft/models/block/brown_concrete.json new file mode 100644 index 00000000..01180397 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/brown_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/brown_concrete" + } +} diff --git a/1.15.2/assets/minecraft/models/block/brown_concrete_powder.json b/1.15.2/assets/minecraft/models/block/brown_concrete_powder.json new file mode 100644 index 00000000..92316395 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/brown_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/brown_concrete_powder" + } +} diff --git a/1.15.2/assets/minecraft/models/block/brown_glazed_terracotta.json b/1.15.2/assets/minecraft/models/block/brown_glazed_terracotta.json new file mode 100644 index 00000000..d7399d9f --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/brown_glazed_terracotta.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glazed_terracotta", + "textures": { + "particle": "block/brown_glazed_terracotta", + "pattern": "block/brown_glazed_terracotta" + } +} diff --git a/1.15.2/assets/minecraft/models/block/brown_mushroom.json b/1.15.2/assets/minecraft/models/block/brown_mushroom.json new file mode 100644 index 00000000..95580961 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/brown_mushroom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/brown_mushroom" + } +} diff --git a/1.15.2/assets/minecraft/models/block/brown_mushroom_block.json b/1.15.2/assets/minecraft/models/block/brown_mushroom_block.json new file mode 100644 index 00000000..b1b297a6 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/brown_mushroom_block.json @@ -0,0 +1,14 @@ +{ + "textures": { + "texture": "block/brown_mushroom_block", + "particle": "block/brown_mushroom_block" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 0 ], + "faces": { + "north": { "texture": "#texture", "cullface":"north" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/brown_mushroom_block_inventory.json b/1.15.2/assets/minecraft/models/block/brown_mushroom_block_inventory.json new file mode 100644 index 00000000..384b3ab1 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/brown_mushroom_block_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/brown_mushroom_block" + } +} diff --git a/1.15.2/assets/minecraft/models/block/brown_shulker_box.json b/1.15.2/assets/minecraft/models/block/brown_shulker_box.json new file mode 100644 index 00000000..c55cd76a --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/brown_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "block/brown_shulker_box" + } +} diff --git a/1.15.2/assets/minecraft/models/block/brown_stained_glass.json b/1.15.2/assets/minecraft/models/block/brown_stained_glass.json new file mode 100644 index 00000000..68e31b38 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/brown_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/brown_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/brown_stained_glass_pane_noside.json b/1.15.2/assets/minecraft/models/block/brown_stained_glass_pane_noside.json new file mode 100644 index 00000000..e2473fbb --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/brown_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside", + "textures": { + "pane": "block/brown_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/brown_stained_glass_pane_noside_alt.json b/1.15.2/assets/minecraft/models/block/brown_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..e5607588 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/brown_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside_alt", + "textures": { + "pane": "block/brown_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/brown_stained_glass_pane_post.json b/1.15.2/assets/minecraft/models/block/brown_stained_glass_pane_post.json new file mode 100644 index 00000000..5476f44b --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/brown_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_post", + "textures": { + "edge": "block/brown_stained_glass_pane_top", + "pane": "block/brown_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/brown_stained_glass_pane_side.json b/1.15.2/assets/minecraft/models/block/brown_stained_glass_pane_side.json new file mode 100644 index 00000000..e4d1097a --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/brown_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side", + "textures": { + "edge": "block/brown_stained_glass_pane_top", + "pane": "block/brown_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/brown_stained_glass_pane_side_alt.json b/1.15.2/assets/minecraft/models/block/brown_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..67ffb005 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/brown_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side_alt", + "textures": { + "edge": "block/brown_stained_glass_pane_top", + "pane": "block/brown_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/brown_terracotta.json b/1.15.2/assets/minecraft/models/block/brown_terracotta.json new file mode 100644 index 00000000..15df85e6 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/brown_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/brown_terracotta" + } +} diff --git a/1.15.2/assets/minecraft/models/block/brown_wool.json b/1.15.2/assets/minecraft/models/block/brown_wool.json new file mode 100644 index 00000000..5fcea3d9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/brown_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/brown_wool" + } +} diff --git a/1.15.2/assets/minecraft/models/block/bubble_coral.json b/1.15.2/assets/minecraft/models/block/bubble_coral.json new file mode 100644 index 00000000..37b568be --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/bubble_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/bubble_coral" + } +} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/models/block/bubble_coral_block.json b/1.15.2/assets/minecraft/models/block/bubble_coral_block.json new file mode 100644 index 00000000..afb5a5d0 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/bubble_coral_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/bubble_coral_block" + } +} diff --git a/1.15.2/assets/minecraft/models/block/bubble_coral_fan.json b/1.15.2/assets/minecraft/models/block/bubble_coral_fan.json new file mode 100644 index 00000000..aa61c077 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/bubble_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "block/coral_fan", + "textures": { + "fan": "block/bubble_coral_fan" + } +} diff --git a/1.15.2/assets/minecraft/models/block/bubble_coral_wall_fan.json b/1.15.2/assets/minecraft/models/block/bubble_coral_wall_fan.json new file mode 100644 index 00000000..a8eb71fd --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/bubble_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "block/coral_wall_fan", + "textures": { + "fan": "block/bubble_coral_fan" + } +} diff --git a/1.15.2/assets/minecraft/models/block/button.json b/1.15.2/assets/minecraft/models/block/button.json new file mode 100644 index 00000000..8b5c506b --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/button.json @@ -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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/button_inventory.json b/1.15.2/assets/minecraft/models/block/button_inventory.json new file mode 100644 index 00000000..7a13742d --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/button_inventory.json @@ -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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/button_pressed.json b/1.15.2/assets/minecraft/models/block/button_pressed.json new file mode 100644 index 00000000..5c6e96fa --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/button_pressed.json @@ -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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/cactus.json b/1.15.2/assets/minecraft/models/block/cactus.json new file mode 100644 index 00000000..46318970 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/cactus.json @@ -0,0 +1,32 @@ +{ "parent": "block/block", + "ambientocclusion": false, + "textures": { + "particle": "block/cactus_side", + "bottom": "block/cactus_bottom", + "top": "block/cactus_top", + "side": "block/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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/cake.json b/1.15.2/assets/minecraft/models/block/cake.json new file mode 100644 index 00000000..1bc93473 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/cake.json @@ -0,0 +1,21 @@ +{ + "textures": { + "particle": "block/cake_side", + "bottom": "block/cake_bottom", + "top": "block/cake_top", + "side": "block/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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/cake_slice1.json b/1.15.2/assets/minecraft/models/block/cake_slice1.json new file mode 100644 index 00000000..ca6d8d85 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/cake_slice1.json @@ -0,0 +1,22 @@ +{ + "textures": { + "particle": "block/cake_side", + "bottom": "block/cake_bottom", + "top": "block/cake_top", + "side": "block/cake_side", + "inside": "block/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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/cake_slice2.json b/1.15.2/assets/minecraft/models/block/cake_slice2.json new file mode 100644 index 00000000..7714c0d0 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/cake_slice2.json @@ -0,0 +1,22 @@ +{ + "textures": { + "particle": "block/cake_side", + "bottom": "block/cake_bottom", + "top": "block/cake_top", + "side": "block/cake_side", + "inside": "block/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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/cake_slice3.json b/1.15.2/assets/minecraft/models/block/cake_slice3.json new file mode 100644 index 00000000..8d45a88a --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/cake_slice3.json @@ -0,0 +1,22 @@ +{ + "textures": { + "particle": "block/cake_side", + "bottom": "block/cake_bottom", + "top": "block/cake_top", + "side": "block/cake_side", + "inside": "block/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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/cake_slice4.json b/1.15.2/assets/minecraft/models/block/cake_slice4.json new file mode 100644 index 00000000..00bab48e --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/cake_slice4.json @@ -0,0 +1,22 @@ +{ + "textures": { + "particle": "block/cake_side", + "bottom": "block/cake_bottom", + "top": "block/cake_top", + "side": "block/cake_side", + "inside": "block/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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/cake_slice5.json b/1.15.2/assets/minecraft/models/block/cake_slice5.json new file mode 100644 index 00000000..518af838 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/cake_slice5.json @@ -0,0 +1,22 @@ +{ + "textures": { + "particle": "block/cake_side", + "bottom": "block/cake_bottom", + "top": "block/cake_top", + "side": "block/cake_side", + "inside": "block/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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/cake_slice6.json b/1.15.2/assets/minecraft/models/block/cake_slice6.json new file mode 100644 index 00000000..97151ba5 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/cake_slice6.json @@ -0,0 +1,22 @@ +{ + "textures": { + "particle": "block/cake_side", + "bottom": "block/cake_bottom", + "top": "block/cake_top", + "side": "block/cake_side", + "inside": "block/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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/campfire.json b/1.15.2/assets/minecraft/models/block/campfire.json new file mode 100644 index 00000000..2b87570f --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/campfire.json @@ -0,0 +1,92 @@ +{ + "parent": "block/block", + "display": { + "head": { + "translation": [ 0, 10.5, 0 ] + } + }, + "textures": { + "particle": "block/campfire_log", + "log": "block/campfire_log", + "litlog": "block/campfire_log_lit", + "fire": "block/campfire_fire" + }, + "elements": [ + { + "from": [ 1, 0, 0 ], + "to": [ 5, 4, 16 ], + "faces": { + "north": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "north" }, + "east": { "uv": [ 0, 1, 16, 5 ], "texture": "#litlog" }, + "south": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "south" }, + "west": { "uv": [ 16, 0, 0, 4 ], "texture": "#log" }, + "up": { "uv": [ 0, 0, 16, 4 ], "rotation": 90, "texture": "#log" }, + "down": { "uv": [ 0, 0, 16, 4 ], "rotation": 90, "texture": "#log", "cullface": "down" } + } + }, + { + "from": [ 0, 3, 11 ], + "to": [ 16, 7, 15 ], + "faces": { + "north": { "uv": [ 16, 0, 0, 4 ], "texture": "#litlog" }, + "east": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "east" }, + "south": { "uv": [ 0, 0, 16, 4 ], "texture": "#litlog" }, + "west": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "west" }, + "up": { "uv": [ 0, 0, 16, 4 ], "rotation": 180, "texture": "#log" }, + "down": { "uv": [ 0, 4, 16, 8 ], "texture": "#litlog" } + } + }, + { + "from": [ 11, 0, 0 ], + "to": [ 15, 4, 16 ], + "faces": { + "north": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "north" }, + "east": { "uv": [ 0, 0, 16, 4 ], "texture": "#log" }, + "south": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "south" }, + "west": { "uv": [ 16, 1, 0, 5 ], "texture": "#litlog" }, + "up": { "uv": [ 0, 0, 16, 4 ], "rotation": 90, "texture": "#log" }, + "down": { "uv": [ 0, 0, 16, 4 ], "rotation": 90, "texture": "#log", "cullface": "down" } + } + }, + { + "from": [ 0, 3, 1 ], + "to": [ 16, 7, 5 ], + "faces": { + "north": { "uv": [ 0, 0, 16, 4 ], "texture": "#litlog" }, + "east": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "east" }, + "south": { "uv": [ 16, 0, 0, 4 ], "texture": "#litlog" }, + "west": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "west" }, + "up": { "uv": [ 0, 0, 16, 4 ], "rotation": 180, "texture": "#log" }, + "down": { "uv": [ 0, 4, 16, 8 ], "texture": "#litlog" } + } + }, + { + "from": [ 5, 0, 0 ], + "to": [ 11, 1, 16 ], + "faces": { + "north": {"uv": [ 0, 15, 6, 16 ], "texture": "#log", "cullface": "north" }, + "south": {"uv": [ 10, 15, 16, 16 ], "texture": "#log", "cullface": "south" }, + "up": {"uv": [ 0, 8, 16, 14 ], "rotation": 90, "texture": "#litlog" }, + "down": {"uv": [ 0, 8, 16, 14 ], "rotation": 90, "texture": "#log", "cullface": "down" } + } + }, + { "from": [ 0.8, 1, 8 ], + "to": [ 15.2, 17, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" } + } + }, + { "from": [ 8, 1, 0.8 ], + "to": [ 8, 17, 15.2 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/campfire_off.json b/1.15.2/assets/minecraft/models/block/campfire_off.json new file mode 100644 index 00000000..9dc54761 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/campfire_off.json @@ -0,0 +1,74 @@ +{ + "parent": "block/block", + "display": { + "head": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 10.5, 0 ], + "scale":[ 1, 1, 1 ] + } + }, + "textures": { + "particle": "block/campfire_log", + "log": "block/campfire_log" + }, + "elements": [ + { + "from": [ 1, 0, 0 ], + "to": [ 5, 4, 16 ], + "faces": { + "north": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "north" }, + "east": { "uv": [ 0, 1, 16, 5 ], "texture": "#log" }, + "south": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "south" }, + "west": { "uv": [ 16, 0, 0, 4 ], "texture": "#log" }, + "up": { "uv": [ 0, 0, 16, 4 ], "rotation": 90, "texture": "#log" }, + "down": { "uv": [ 0, 0, 16, 4 ], "rotation": 90, "texture": "#log", "cullface": "down" } + } + }, + { + "from": [ 0, 3, 11 ], + "to": [ 16, 7, 15 ], + "faces": { + "north": { "uv": [ 16, 0, 0, 4 ], "texture": "#log" }, + "east": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "east" }, + "south": { "uv": [ 0, 0, 16, 4 ], "texture": "#log" }, + "west": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "west" }, + "up": { "uv": [ 0, 0, 16, 4 ], "rotation": 180, "texture": "#log" }, + "down": { "uv": [ 0, 0, 16, 4 ], "texture": "#log" } + } + }, + { + "from": [ 11, 0, 0 ], + "to": [ 15, 4, 16 ], + "faces": { + "north": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "north" }, + "east": { "uv": [ 0, 0, 16, 4 ], "texture": "#log" }, + "south": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "south" }, + "west": { "uv": [ 16, 1, 0, 5 ], "texture": "#log" }, + "up": { "uv": [ 0, 0, 16, 4 ], "rotation": 90, "texture": "#log" }, + "down": { "uv": [ 0, 0, 16, 4 ], "rotation": 90, "texture": "#log", "cullface": "down" } + } + }, + { + "from": [ 0, 3, 1 ], + "to": [ 16, 7, 5 ], + "faces": { + "north": { "uv": [ 0, 0, 16, 4 ], "texture": "#log" }, + "east": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "east" }, + "south": { "uv": [ 16, 0, 0, 4 ], "texture": "#log" }, + "west": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "west" }, + "up": { "uv": [ 0, 0, 16, 4 ], "rotation": 180, "texture": "#log" }, + "down": { "uv": [ 0, 0, 16, 4 ], "texture": "#log" } + } + }, + { + "from": [ 5, 0, 0 ], + "to": [ 11, 1, 16 ], + "faces": { + "north": {"uv": [ 0, 15, 6, 16 ], "texture": "#log", "cullface": "north" }, + "south": {"uv": [ 10, 15, 16, 16 ], "texture": "#log", "cullface": "south" }, + "up": {"uv": [ 0, 8, 16, 14 ], "rotation": 90, "texture": "#log" }, + "down": {"uv": [ 0, 8, 16, 14 ], "rotation": 90, "texture": "#log", "cullface": "down" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/carpet.json b/1.15.2/assets/minecraft/models/block/carpet.json new file mode 100644 index 00000000..a33e999d --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/carpet.json @@ -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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/carrots_stage0.json b/1.15.2/assets/minecraft/models/block/carrots_stage0.json new file mode 100644 index 00000000..e703ad8d --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/carrots_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "block/carrots_stage0" + } +} diff --git a/1.15.2/assets/minecraft/models/block/carrots_stage1.json b/1.15.2/assets/minecraft/models/block/carrots_stage1.json new file mode 100644 index 00000000..d39d2778 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/carrots_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "block/carrots_stage1" + } +} diff --git a/1.15.2/assets/minecraft/models/block/carrots_stage2.json b/1.15.2/assets/minecraft/models/block/carrots_stage2.json new file mode 100644 index 00000000..76373cf0 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/carrots_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "block/carrots_stage2" + } +} diff --git a/1.15.2/assets/minecraft/models/block/carrots_stage3.json b/1.15.2/assets/minecraft/models/block/carrots_stage3.json new file mode 100644 index 00000000..9691d1d5 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/carrots_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "block/carrots_stage3" + } +} diff --git a/1.15.2/assets/minecraft/models/block/cartography_table.json b/1.15.2/assets/minecraft/models/block/cartography_table.json new file mode 100644 index 00000000..b5da4f70 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/cartography_table.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "block/cartography_table_side3", + "down": "block/dark_oak_planks", + "up": "block/cartography_table_top", + "north": "block/cartography_table_side3", + "east": "block/cartography_table_side3", + "south": "block/cartography_table_side1", + "west": "block/cartography_table_side2" + } +} diff --git a/1.15.2/assets/minecraft/models/block/carved_pumpkin.json b/1.15.2/assets/minecraft/models/block/carved_pumpkin.json new file mode 100644 index 00000000..06e222f2 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/carved_pumpkin.json @@ -0,0 +1,8 @@ +{ + "parent": "block/orientable", + "textures": { + "top": "block/pumpkin_top", + "front": "block/carved_pumpkin", + "side": "block/pumpkin_side" + } +} diff --git a/1.15.2/assets/minecraft/models/block/cauldron.json b/1.15.2/assets/minecraft/models/block/cauldron.json new file mode 100644 index 00000000..28a4d2b6 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/cauldron.json @@ -0,0 +1,148 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/cauldron_side", + "top": "block/cauldron_top", + "bottom": "block/cauldron_bottom", + "side": "block/cauldron_side", + "inside": "block/cauldron_inner" + }, + "elements": [ + { + "from": [ 0, 3, 0 ], + "to": [ 2, 16, 16 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side", "cullface": "up" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "west" }, + "up": { "texture": "#top", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 2, 3, 2 ], + "to": [ 14, 4, 14 ], + "faces": { + "up": { "texture": "#inside", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 14, 3, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "up" }, + "up": { "texture": "#top", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 2, 3, 0 ], + "to": [ 14, 16, 2 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "south": { "texture": "#side", "cullface": "up" }, + "up": { "texture": "#top", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 2, 3, 14 ], + "to": [ 14, 16, 16 ], + "faces": { + "north": { "texture": "#side", "cullface": "up" }, + "south": { "texture": "#side", "cullface": "south" }, + "up": { "texture": "#top", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 0, 0, 0 ], + "to": [ 4, 3, 2 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 0, 0, 2 ], + "to": [ 2, 3, 4 ], + "faces": { + "east": { "texture": "#side" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 12, 0, 0 ], + "to": [ 16, 3, 2 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 14, 0, 2 ], + "to": [ 16, 3, 4 ], + "faces": { + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 0, 0, 14 ], + "to": [ 4, 3, 16 ], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 0, 0, 12 ], + "to": [ 2, 3, 14 ], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 12, 0, 14 ], + "to": [ 16, 3, 16 ], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 14, 0, 12 ], + "to": [ 16, 3, 14 ], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side", "cullface": "east" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/cauldron_level1.json b/1.15.2/assets/minecraft/models/block/cauldron_level1.json new file mode 100644 index 00000000..14a568b0 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/cauldron_level1.json @@ -0,0 +1,156 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/cauldron_side", + "top": "block/cauldron_top", + "bottom": "block/cauldron_bottom", + "side": "block/cauldron_side", + "inside": "block/cauldron_inner", + "water": "block/water_still" + }, + "elements": [ + { + "from": [ 0, 3, 0 ], + "to": [ 2, 16, 16 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side", "cullface": "up" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "west" }, + "up": { "texture": "#top", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 2, 3, 2 ], + "to": [ 14, 4, 14 ], + "faces": { + "up": { "texture": "#inside", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 14, 3, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "up" }, + "up": { "texture": "#top", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 2, 3, 0 ], + "to": [ 14, 16, 2 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "south": { "texture": "#side", "cullface": "up" }, + "up": { "texture": "#top", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 2, 3, 14 ], + "to": [ 14, 16, 16 ], + "faces": { + "north": { "texture": "#side", "cullface": "up" }, + "south": { "texture": "#side", "cullface": "south" }, + "up": { "texture": "#top", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 0, 0, 0 ], + "to": [ 4, 3, 2 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 0, 0, 2 ], + "to": [ 2, 3, 4 ], + "faces": { + "east": { "texture": "#side" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 12, 0, 0 ], + "to": [ 16, 3, 2 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 14, 0, 2 ], + "to": [ 16, 3, 4 ], + "faces": { + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 0, 0, 14 ], + "to": [ 4, 3, 16 ], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 0, 0, 12 ], + "to": [ 2, 3, 14 ], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 12, 0, 14 ], + "to": [ 16, 3, 16 ], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 14, 0, 12 ], + "to": [ 16, 3, 14 ], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side", "cullface": "east" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 2, 4, 2 ], + "to": [ 14, 9, 14 ], + "faces": { + "up": { "texture": "#water", "tintindex": 0, "cullface": "up" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/cauldron_level2.json b/1.15.2/assets/minecraft/models/block/cauldron_level2.json new file mode 100644 index 00000000..40cb48bd --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/cauldron_level2.json @@ -0,0 +1,156 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/cauldron_side", + "top": "block/cauldron_top", + "bottom": "block/cauldron_bottom", + "side": "block/cauldron_side", + "inside": "block/cauldron_inner", + "water": "block/water_still" + }, + "elements": [ + { + "from": [ 0, 3, 0 ], + "to": [ 2, 16, 16 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side", "cullface": "up" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "west" }, + "up": { "texture": "#top", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 2, 3, 2 ], + "to": [ 14, 4, 14 ], + "faces": { + "up": { "texture": "#inside", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 14, 3, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "up" }, + "up": { "texture": "#top", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 2, 3, 0 ], + "to": [ 14, 16, 2 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "south": { "texture": "#side", "cullface": "up" }, + "up": { "texture": "#top", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 2, 3, 14 ], + "to": [ 14, 16, 16 ], + "faces": { + "north": { "texture": "#side", "cullface": "up" }, + "south": { "texture": "#side", "cullface": "south" }, + "up": { "texture": "#top", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 0, 0, 0 ], + "to": [ 4, 3, 2 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 0, 0, 2 ], + "to": [ 2, 3, 4 ], + "faces": { + "east": { "texture": "#side" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 12, 0, 0 ], + "to": [ 16, 3, 2 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 14, 0, 2 ], + "to": [ 16, 3, 4 ], + "faces": { + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 0, 0, 14 ], + "to": [ 4, 3, 16 ], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 0, 0, 12 ], + "to": [ 2, 3, 14 ], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 12, 0, 14 ], + "to": [ 16, 3, 16 ], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 14, 0, 12 ], + "to": [ 16, 3, 14 ], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side", "cullface": "east" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 2, 4, 2 ], + "to": [ 14, 12, 14 ], + "faces": { + "up": { "texture": "#water", "tintindex": 0, "cullface": "up" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/cauldron_level3.json b/1.15.2/assets/minecraft/models/block/cauldron_level3.json new file mode 100644 index 00000000..ff587ee0 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/cauldron_level3.json @@ -0,0 +1,156 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/cauldron_side", + "top": "block/cauldron_top", + "bottom": "block/cauldron_bottom", + "side": "block/cauldron_side", + "inside": "block/cauldron_inner", + "water": "block/water_still" + }, + "elements": [ + { + "from": [ 0, 3, 0 ], + "to": [ 2, 16, 16 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side", "cullface": "up" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "west" }, + "up": { "texture": "#top", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 2, 3, 2 ], + "to": [ 14, 4, 14 ], + "faces": { + "up": { "texture": "#inside", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 14, 3, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "up" }, + "up": { "texture": "#top", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 2, 3, 0 ], + "to": [ 14, 16, 2 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "south": { "texture": "#side", "cullface": "up" }, + "up": { "texture": "#top", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 2, 3, 14 ], + "to": [ 14, 16, 16 ], + "faces": { + "north": { "texture": "#side", "cullface": "up" }, + "south": { "texture": "#side", "cullface": "south" }, + "up": { "texture": "#top", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 0, 0, 0 ], + "to": [ 4, 3, 2 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 0, 0, 2 ], + "to": [ 2, 3, 4 ], + "faces": { + "east": { "texture": "#side" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 12, 0, 0 ], + "to": [ 16, 3, 2 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 14, 0, 2 ], + "to": [ 16, 3, 4 ], + "faces": { + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 0, 0, 14 ], + "to": [ 4, 3, 16 ], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 0, 0, 12 ], + "to": [ 2, 3, 14 ], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 12, 0, 14 ], + "to": [ 16, 3, 16 ], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 14, 0, 12 ], + "to": [ 16, 3, 14 ], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side", "cullface": "east" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 2, 4, 2 ], + "to": [ 14, 15, 14 ], + "faces": { + "up": { "texture": "#water", "tintindex": 0, "cullface": "up" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/chain_command_block.json b/1.15.2/assets/minecraft/models/block/chain_command_block.json new file mode 100644 index 00000000..352d78ae --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/chain_command_block.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube_directional", + "textures": { + "particle": "block/chain_command_block_back", + "down": "block/chain_command_block_side", + "up": "block/chain_command_block_side", + "north": "block/chain_command_block_front", + "east": "block/chain_command_block_side", + "south": "block/chain_command_block_back", + "west": "block/chain_command_block_side" + } +} diff --git a/1.15.2/assets/minecraft/models/block/chain_command_block_conditional.json b/1.15.2/assets/minecraft/models/block/chain_command_block_conditional.json new file mode 100644 index 00000000..cde51b2f --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/chain_command_block_conditional.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube_directional", + "textures": { + "particle": "block/chain_command_block_back", + "down": "block/chain_command_block_conditional", + "up": "block/chain_command_block_conditional", + "north": "block/chain_command_block_front", + "east": "block/chain_command_block_conditional", + "south": "block/chain_command_block_back", + "west": "block/chain_command_block_conditional" + } +} diff --git a/1.15.2/assets/minecraft/models/block/chest.json b/1.15.2/assets/minecraft/models/block/chest.json new file mode 100644 index 00000000..a3ee2504 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/chest.json @@ -0,0 +1,6 @@ +{ + "textures": { + "particle": "block/oak_planks" + } +} + diff --git a/1.15.2/assets/minecraft/models/block/chipped_anvil.json b/1.15.2/assets/minecraft/models/block/chipped_anvil.json new file mode 100644 index 00000000..bceae5fb --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/chipped_anvil.json @@ -0,0 +1,6 @@ +{ + "parent": "block/anvil", + "textures": { + "top": "block/chipped_anvil_top" + } +} diff --git a/1.15.2/assets/minecraft/models/block/chiseled_quartz_block.json b/1.15.2/assets/minecraft/models/block/chiseled_quartz_block.json new file mode 100644 index 00000000..6e80b9cd --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/chiseled_quartz_block.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "side": "block/chiseled_quartz_block", + "end": "block/chiseled_quartz_block_top" + } +} diff --git a/1.15.2/assets/minecraft/models/block/chiseled_red_sandstone.json b/1.15.2/assets/minecraft/models/block/chiseled_red_sandstone.json new file mode 100644 index 00000000..8c098132 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/chiseled_red_sandstone.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/red_sandstone_top", + "side": "block/chiseled_red_sandstone" + } +} diff --git a/1.15.2/assets/minecraft/models/block/chiseled_sandstone.json b/1.15.2/assets/minecraft/models/block/chiseled_sandstone.json new file mode 100644 index 00000000..79ae2d13 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/chiseled_sandstone.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/sandstone_top", + "side": "block/chiseled_sandstone" + } +} diff --git a/1.15.2/assets/minecraft/models/block/chiseled_stone_bricks.json b/1.15.2/assets/minecraft/models/block/chiseled_stone_bricks.json new file mode 100644 index 00000000..0c1db07f --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/chiseled_stone_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/chiseled_stone_bricks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/chorus_flower.json b/1.15.2/assets/minecraft/models/block/chorus_flower.json new file mode 100644 index 00000000..85bf5360 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/chorus_flower.json @@ -0,0 +1,76 @@ +{ "parent": "block/block", + "textures": { + "texture": "block/chorus_flower", + "bottom": "block/chorus_plant", + "particle": "block/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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/chorus_flower_dead.json b/1.15.2/assets/minecraft/models/block/chorus_flower_dead.json new file mode 100644 index 00000000..0bbc97d3 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/chorus_flower_dead.json @@ -0,0 +1,8 @@ +{ + "parent": "block/chorus_flower", + "textures": { + "texture": "block/chorus_flower_dead", + "bottom": "block/chorus_plant", + "particle": "block/chorus_flower_dead" + } +} diff --git a/1.15.2/assets/minecraft/models/block/chorus_plant.json b/1.15.2/assets/minecraft/models/block/chorus_plant.json new file mode 100644 index 00000000..582b7030 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/chorus_plant.json @@ -0,0 +1,81 @@ +{ "parent": "block/block", + "ambientocclusion": false, + "textures": { + "texture": "block/chorus_plant", + "inside": "block/chorus_plant", + "particle": "block/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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/chorus_plant_noside.json b/1.15.2/assets/minecraft/models/block/chorus_plant_noside.json new file mode 100644 index 00000000..e7e60ce6 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/chorus_plant_noside.json @@ -0,0 +1,16 @@ +{ + "ambientocclusion": false, + "textures": { + "texture": "block/chorus_plant", + "inside": "block/chorus_plant", + "particle": "block/chorus_plant" + }, + "elements": [ + { "from": [ 4, 4, 4 ], + "to": [ 12, 12, 12 ], + "faces": { + "north": { "texture": "#inside" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/chorus_plant_noside1.json b/1.15.2/assets/minecraft/models/block/chorus_plant_noside1.json new file mode 100644 index 00000000..f3fed503 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/chorus_plant_noside1.json @@ -0,0 +1,26 @@ +{ + "ambientocclusion": false, + "textures": { + "texture": "block/chorus_plant", + "inside": "block/chorus_plant", + "particle": "block/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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/chorus_plant_noside2.json b/1.15.2/assets/minecraft/models/block/chorus_plant_noside2.json new file mode 100644 index 00000000..e2627b9a --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/chorus_plant_noside2.json @@ -0,0 +1,26 @@ +{ + "ambientocclusion": false, + "textures": { + "texture": "block/chorus_plant", + "inside": "block/chorus_plant", + "particle": "block/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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/chorus_plant_noside3.json b/1.15.2/assets/minecraft/models/block/chorus_plant_noside3.json new file mode 100644 index 00000000..f3fed503 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/chorus_plant_noside3.json @@ -0,0 +1,26 @@ +{ + "ambientocclusion": false, + "textures": { + "texture": "block/chorus_plant", + "inside": "block/chorus_plant", + "particle": "block/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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/chorus_plant_side.json b/1.15.2/assets/minecraft/models/block/chorus_plant_side.json new file mode 100644 index 00000000..e8117d24 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/chorus_plant_side.json @@ -0,0 +1,20 @@ +{ + "ambientocclusion": false, + "textures": { + "texture": "block/chorus_plant", + "inside": "block/chorus_plant", + "particle": "block/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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/clay.json b/1.15.2/assets/minecraft/models/block/clay.json new file mode 100644 index 00000000..cb6281eb --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/clay.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/clay" + } +} diff --git a/1.15.2/assets/minecraft/models/block/coal_block.json b/1.15.2/assets/minecraft/models/block/coal_block.json new file mode 100644 index 00000000..cd0f38f2 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/coal_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/coal_block" + } +} diff --git a/1.15.2/assets/minecraft/models/block/coal_ore.json b/1.15.2/assets/minecraft/models/block/coal_ore.json new file mode 100644 index 00000000..6a915d4a --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/coal_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/coal_ore" + } +} diff --git a/1.15.2/assets/minecraft/models/block/coarse_dirt.json b/1.15.2/assets/minecraft/models/block/coarse_dirt.json new file mode 100644 index 00000000..b00c705e --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/coarse_dirt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/coarse_dirt" + } +} diff --git a/1.15.2/assets/minecraft/models/block/cobblestone.json b/1.15.2/assets/minecraft/models/block/cobblestone.json new file mode 100644 index 00000000..6bffbfe8 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/cobblestone.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/cobblestone" + } +} diff --git a/1.15.2/assets/minecraft/models/block/cobblestone_slab.json b/1.15.2/assets/minecraft/models/block/cobblestone_slab.json new file mode 100644 index 00000000..a9cb7f40 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/cobblestone_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/cobblestone", + "top": "block/cobblestone", + "side": "block/cobblestone" + } +} diff --git a/1.15.2/assets/minecraft/models/block/cobblestone_slab_top.json b/1.15.2/assets/minecraft/models/block/cobblestone_slab_top.json new file mode 100644 index 00000000..ee8dcc46 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/cobblestone_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/cobblestone", + "top": "block/cobblestone", + "side": "block/cobblestone" + } +} diff --git a/1.15.2/assets/minecraft/models/block/cobblestone_stairs.json b/1.15.2/assets/minecraft/models/block/cobblestone_stairs.json new file mode 100644 index 00000000..25cbdc25 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/cobblestone_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/cobblestone", + "top": "block/cobblestone", + "side": "block/cobblestone" + } +} diff --git a/1.15.2/assets/minecraft/models/block/cobblestone_stairs_inner.json b/1.15.2/assets/minecraft/models/block/cobblestone_stairs_inner.json new file mode 100644 index 00000000..4fef3a73 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/cobblestone_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/cobblestone", + "top": "block/cobblestone", + "side": "block/cobblestone" + } +} diff --git a/1.15.2/assets/minecraft/models/block/cobblestone_stairs_outer.json b/1.15.2/assets/minecraft/models/block/cobblestone_stairs_outer.json new file mode 100644 index 00000000..2155108a --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/cobblestone_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/cobblestone", + "top": "block/cobblestone", + "side": "block/cobblestone" + } +} diff --git a/1.15.2/assets/minecraft/models/block/cobblestone_wall_inventory.json b/1.15.2/assets/minecraft/models/block/cobblestone_wall_inventory.json new file mode 100644 index 00000000..e73ad64e --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/cobblestone_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_inventory", + "textures": { + "wall": "block/cobblestone" + } +} diff --git a/1.15.2/assets/minecraft/models/block/cobblestone_wall_post.json b/1.15.2/assets/minecraft/models/block/cobblestone_wall_post.json new file mode 100644 index 00000000..a5e74db5 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/cobblestone_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_wall_post", + "textures": { + "wall": "block/cobblestone" + } +} diff --git a/1.15.2/assets/minecraft/models/block/cobblestone_wall_side.json b/1.15.2/assets/minecraft/models/block/cobblestone_wall_side.json new file mode 100644 index 00000000..3363b403 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/cobblestone_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_wall_side", + "textures": { + "wall": "block/cobblestone" + } +} diff --git a/1.15.2/assets/minecraft/models/block/cobweb.json b/1.15.2/assets/minecraft/models/block/cobweb.json new file mode 100644 index 00000000..59e2e2c0 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/cobweb.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/cobweb" + } +} diff --git a/1.15.2/assets/minecraft/models/block/cocoa_stage0.json b/1.15.2/assets/minecraft/models/block/cocoa_stage0.json new file mode 100644 index 00000000..9870dd80 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/cocoa_stage0.json @@ -0,0 +1,27 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/cocoa_stage0", + "cocoa": "block/cocoa_stage0" + }, + "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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/cocoa_stage1.json b/1.15.2/assets/minecraft/models/block/cocoa_stage1.json new file mode 100644 index 00000000..22d12d8d --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/cocoa_stage1.json @@ -0,0 +1,27 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/cocoa_stage1", + "cocoa": "block/cocoa_stage1" + }, + "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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/cocoa_stage2.json b/1.15.2/assets/minecraft/models/block/cocoa_stage2.json new file mode 100644 index 00000000..f6d6b0ab --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/cocoa_stage2.json @@ -0,0 +1,27 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/cocoa_stage2", + "cocoa": "block/cocoa_stage2" + }, + "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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/command_block.json b/1.15.2/assets/minecraft/models/block/command_block.json new file mode 100644 index 00000000..6d1bcc40 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/command_block.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube_directional", + "textures": { + "particle": "block/command_block_back", + "down": "block/command_block_side", + "up": "block/command_block_side", + "north": "block/command_block_front", + "east": "block/command_block_side", + "south": "block/command_block_back", + "west": "block/command_block_side" + } +} diff --git a/1.15.2/assets/minecraft/models/block/command_block_conditional.json b/1.15.2/assets/minecraft/models/block/command_block_conditional.json new file mode 100644 index 00000000..6c8be78f --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/command_block_conditional.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube_directional", + "textures": { + "particle": "block/command_block_back", + "down": "block/command_block_conditional", + "up": "block/command_block_conditional", + "north": "block/command_block_front", + "east": "block/command_block_conditional", + "south": "block/command_block_back", + "west": "block/command_block_conditional" + } +} diff --git a/1.15.2/assets/minecraft/models/block/comparator.json b/1.15.2/assets/minecraft/models/block/comparator.json new file mode 100644 index 00000000..f0203eae --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/comparator.json @@ -0,0 +1,56 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/comparator", + "slab": "block/smooth_stone", + "top": "block/comparator", + "unlit": "block/redstone_torch_off", + "lit": "block/redstone_torch" + }, + "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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/comparator_on.json b/1.15.2/assets/minecraft/models/block/comparator_on.json new file mode 100644 index 00000000..caa96734 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/comparator_on.json @@ -0,0 +1,74 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/comparator_on", + "slab": "block/smooth_stone", + "top": "block/comparator_on", + "unlit": "block/redstone_torch_off", + "lit": "block/redstone_torch" + }, + "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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/comparator_on_subtract.json b/1.15.2/assets/minecraft/models/block/comparator_on_subtract.json new file mode 100644 index 00000000..061cc0be --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/comparator_on_subtract.json @@ -0,0 +1,83 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/comparator_on", + "slab": "block/smooth_stone", + "top": "block/comparator_on", + "unlit": "block/redstone_torch_off", + "lit": "block/redstone_torch" + }, + "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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/comparator_subtract.json b/1.15.2/assets/minecraft/models/block/comparator_subtract.json new file mode 100644 index 00000000..e2ce2031 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/comparator_subtract.json @@ -0,0 +1,65 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/comparator", + "slab": "block/smooth_stone", + "top": "block/comparator", + "unlit": "block/redstone_torch_off", + "lit": "block/redstone_torch" + }, + "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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/composter.json b/1.15.2/assets/minecraft/models/block/composter.json new file mode 100644 index 00000000..0af91965 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/composter.json @@ -0,0 +1,55 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/composter_side", + "top": "block/composter_top", + "bottom": "block/composter_bottom", + "side": "block/composter_side", + "inside": "block/composter_bottom" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 2, 16 ], + "faces": { + "up": { "texture": "#inside", "cullface": "up" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { "from": [ 0, 0, 0 ], + "to": [ 2, 16, 16 ], + "faces": { + "up": { "texture": "#top", "cullface": "up" }, + "north": { "texture": "#side", "cullface": "north" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "west" }, + "east": { "texture": "#side", "cullface": "up" } + } + }, + { "from": [ 14, 0, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "up": { "texture": "#top", "cullface": "up" }, + "north": { "texture": "#side", "cullface": "north" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "up" }, + "east": { "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 2, 0, 0 ], + "to": [ 14, 16, 2 ], + "faces": { + "up": { "texture": "#top", "cullface": "up" }, + "north": { "texture": "#side", "cullface": "north" }, + "south": { "texture": "#side", "cullface": "up" } + } + }, + { "from": [ 2, 0, 14 ], + "to": [ 14, 16, 16 ], + "faces": { + "up": { "texture": "#top", "cullface": "up" }, + "north": { "texture": "#side", "cullface": "up" }, + "south": { "texture": "#side", "cullface": "south" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/composter_contents1.json b/1.15.2/assets/minecraft/models/block/composter_contents1.json new file mode 100644 index 00000000..bee430a2 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/composter_contents1.json @@ -0,0 +1,14 @@ +{ + "textures": { + "particle": "block/composter_compost", + "inside": "block/composter_compost" + }, + "elements": [ + { "from": [ 2, 0, 2 ], + "to": [ 14, 3, 14 ], + "faces": { + "up": { "texture": "#inside", "cullface": "up" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/composter_contents2.json b/1.15.2/assets/minecraft/models/block/composter_contents2.json new file mode 100644 index 00000000..2758c207 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/composter_contents2.json @@ -0,0 +1,14 @@ +{ + "textures": { + "particle": "block/composter_compost", + "inside": "block/composter_compost" + }, + "elements": [ + { "from": [ 2, 0, 2 ], + "to": [ 14, 5, 14 ], + "faces": { + "up": { "texture": "#inside", "cullface": "up" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/composter_contents3.json b/1.15.2/assets/minecraft/models/block/composter_contents3.json new file mode 100644 index 00000000..7888aec6 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/composter_contents3.json @@ -0,0 +1,14 @@ +{ + "textures": { + "particle": "block/composter_compost", + "inside": "block/composter_compost" + }, + "elements": [ + { "from": [ 2, 0, 2 ], + "to": [ 14, 7, 14 ], + "faces": { + "up": { "texture": "#inside", "cullface": "up" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/composter_contents4.json b/1.15.2/assets/minecraft/models/block/composter_contents4.json new file mode 100644 index 00000000..24be6a0c --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/composter_contents4.json @@ -0,0 +1,14 @@ +{ + "textures": { + "particle": "block/composter_compost", + "inside": "block/composter_compost" + }, + "elements": [ + { "from": [ 2, 0, 2 ], + "to": [ 14, 9, 14 ], + "faces": { + "up": { "texture": "#inside", "cullface": "up" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/composter_contents5.json b/1.15.2/assets/minecraft/models/block/composter_contents5.json new file mode 100644 index 00000000..724fa445 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/composter_contents5.json @@ -0,0 +1,14 @@ +{ + "textures": { + "particle": "block/composter_compost", + "inside": "block/composter_compost" + }, + "elements": [ + { "from": [ 2, 0, 2 ], + "to": [ 14, 11, 14 ], + "faces": { + "up": { "texture": "#inside", "cullface": "up" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/composter_contents6.json b/1.15.2/assets/minecraft/models/block/composter_contents6.json new file mode 100644 index 00000000..2613218a --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/composter_contents6.json @@ -0,0 +1,14 @@ +{ + "textures": { + "particle": "block/composter_compost", + "inside": "block/composter_compost" + }, + "elements": [ + { "from": [ 2, 0, 2 ], + "to": [ 14, 13, 14 ], + "faces": { + "up": { "texture": "#inside", "cullface": "up" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/composter_contents7.json b/1.15.2/assets/minecraft/models/block/composter_contents7.json new file mode 100644 index 00000000..2022561d --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/composter_contents7.json @@ -0,0 +1,14 @@ +{ + "textures": { + "particle": "block/composter_compost", + "inside": "block/composter_compost" + }, + "elements": [ + { "from": [ 2, 0, 2 ], + "to": [ 14, 15, 14 ], + "faces": { + "up": { "texture": "#inside", "cullface": "up" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/composter_contents_ready.json b/1.15.2/assets/minecraft/models/block/composter_contents_ready.json new file mode 100644 index 00000000..9fd0e258 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/composter_contents_ready.json @@ -0,0 +1,14 @@ +{ + "textures": { + "particle": "block/composter_compost", + "inside": "block/composter_ready" + }, + "elements": [ + { "from": [ 2, 0, 2 ], + "to": [ 14, 15, 14 ], + "faces": { + "up": { "texture": "#inside", "cullface": "up" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/conduit.json b/1.15.2/assets/minecraft/models/block/conduit.json new file mode 100644 index 00000000..dc84fca9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/conduit.json @@ -0,0 +1,6 @@ +{ + "textures": { + "particle": "block/conduit" + } +} + diff --git a/1.15.2/assets/minecraft/models/block/coral_fan.json b/1.15.2/assets/minecraft/models/block/coral_fan.json new file mode 100644 index 00000000..e28dd67b --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/coral_fan.json @@ -0,0 +1,44 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#fan" + }, + "elements": [ + { "from": [ 8, 0, 0 ], + "to": [ 24, 0, 16 ], + "rotation": { "origin": [ 8, 0, 0 ], "axis": "z", "angle": 22.5, "rescale": false }, + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#fan", "rotation": 90 }, + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#fan", "rotation": 270 } + } + }, + { "from": [ -8, 0, 0 ], + "to": [ 8, 0, 16 ], + "rotation": { "origin": [ 8, 0, 0 ], "axis": "z", "angle": -22.5, "rescale": false }, + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#fan", "rotation": 270 }, + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#fan", "rotation": 90 } + } + }, + { "from": [ 0, 0, 8 ], + "to": [ 16, 0, 24 ], + "rotation": { "origin": [ 0, 0, 8 ], "axis": "x", "angle": -22.5, "rescale": false }, + "shade": false, + "faces": { + "up": { "uv": [ 16, 16, 0, 0 ], "texture": "#fan" }, + "down": { "uv": [ 16, 0, 0, 16 ], "texture": "#fan" } + } + }, + { "from": [ 0, 0, -8 ], + "to": [ 16, 0, 8 ], + "rotation": { "origin": [ 0, 0, 8 ], "axis": "x", "angle": 22.5, "rescale": false }, + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#fan" }, + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#fan" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/coral_wall_fan.json b/1.15.2/assets/minecraft/models/block/coral_wall_fan.json new file mode 100644 index 00000000..eafe1f8f --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/coral_wall_fan.json @@ -0,0 +1,26 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#fan" + }, + "elements": [ + { "from": [ 0, 8, 0 ], + "to": [ 16, 8, 16 ], + "rotation": { "origin": [ 8, 8, 14 ], "axis": "x", "angle": 22.5, "rescale": true }, + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#fan" }, + "down": { "uv": [ 16, 16, 0, 0 ], "texture": "#fan" } + } + }, + { "from": [ 0, 8, 0 ], + "to": [ 16, 8, 16 ], + "rotation": { "origin": [ 8, 8, 14 ], "axis": "x", "angle": -22.5, "rescale": true }, + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#fan" }, + "down": { "uv": [ 16, 16, 0, 0 ], "texture": "#fan" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/cornflower.json b/1.15.2/assets/minecraft/models/block/cornflower.json new file mode 100644 index 00000000..e25a6ce7 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/cornflower.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/cornflower" + } +} diff --git a/1.15.2/assets/minecraft/models/block/cracked_stone_bricks.json b/1.15.2/assets/minecraft/models/block/cracked_stone_bricks.json new file mode 100644 index 00000000..bebfed49 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/cracked_stone_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/cracked_stone_bricks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/crafting_table.json b/1.15.2/assets/minecraft/models/block/crafting_table.json new file mode 100644 index 00000000..45c45871 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/crafting_table.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "block/crafting_table_front", + "down": "block/oak_planks", + "up": "block/crafting_table_top", + "north": "block/crafting_table_front", + "east": "block/crafting_table_side", + "south": "block/crafting_table_side", + "west": "block/crafting_table_front" + } +} diff --git a/1.15.2/assets/minecraft/models/block/crop.json b/1.15.2/assets/minecraft/models/block/crop.json new file mode 100644 index 00000000..9cc479e4 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/crop.json @@ -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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/cross.json b/1.15.2/assets/minecraft/models/block/cross.json new file mode 100644 index 00000000..37c8b09f --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/cross.json @@ -0,0 +1,26 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#cross" + }, + "elements": [ + { "from": [ 0.8, 0, 8 ], + "to": [ 15.2, 16, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" } + } + }, + { "from": [ 8, 0, 0.8 ], + "to": [ 8, 16, 15.2 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/cube.json b/1.15.2/assets/minecraft/models/block/cube.json new file mode 100644 index 00000000..1b9780b4 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/cube.json @@ -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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/cube_all.json b/1.15.2/assets/minecraft/models/block/cube_all.json new file mode 100644 index 00000000..fa2f9e77 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/cube_all.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "#all", + "down": "#all", + "up": "#all", + "north": "#all", + "east": "#all", + "south": "#all", + "west": "#all" + } +} diff --git a/1.15.2/assets/minecraft/models/block/cube_bottom_top.json b/1.15.2/assets/minecraft/models/block/cube_bottom_top.json new file mode 100644 index 00000000..4c610597 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/cube_bottom_top.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "#side", + "down": "#bottom", + "up": "#top", + "north": "#side", + "east": "#side", + "south": "#side", + "west": "#side" + } +} diff --git a/1.15.2/assets/minecraft/models/block/cube_column.json b/1.15.2/assets/minecraft/models/block/cube_column.json new file mode 100644 index 00000000..358b9847 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/cube_column.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "#side", + "down": "#end", + "up": "#end", + "north": "#side", + "east": "#side", + "south": "#side", + "west": "#side" + } +} diff --git a/1.15.2/assets/minecraft/models/block/cube_directional.json b/1.15.2/assets/minecraft/models/block/cube_directional.json new file mode 100644 index 00000000..09fadd01 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/cube_directional.json @@ -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 } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/cube_mirrored.json b/1.15.2/assets/minecraft/models/block/cube_mirrored.json new file mode 100644 index 00000000..38f44bda --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/cube_mirrored.json @@ -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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/cube_mirrored_all.json b/1.15.2/assets/minecraft/models/block/cube_mirrored_all.json new file mode 100644 index 00000000..75743f20 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/cube_mirrored_all.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube_mirrored", + "textures": { + "particle": "#all", + "down": "#all", + "up": "#all", + "north": "#all", + "east": "#all", + "south": "#all", + "west": "#all" + } +} diff --git a/1.15.2/assets/minecraft/models/block/cube_top.json b/1.15.2/assets/minecraft/models/block/cube_top.json new file mode 100644 index 00000000..a0c1d569 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/cube_top.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "#side", + "down": "#side", + "up": "#top", + "north": "#side", + "east": "#side", + "south": "#side", + "west": "#side" + } +} diff --git a/1.15.2/assets/minecraft/models/block/cut_red_sandstone.json b/1.15.2/assets/minecraft/models/block/cut_red_sandstone.json new file mode 100644 index 00000000..ece69cd4 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/cut_red_sandstone.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/red_sandstone_top", + "side": "block/cut_red_sandstone" + } +} diff --git a/1.15.2/assets/minecraft/models/block/cut_red_sandstone_slab.json b/1.15.2/assets/minecraft/models/block/cut_red_sandstone_slab.json new file mode 100644 index 00000000..1f917e8b --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/cut_red_sandstone_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/red_sandstone_top", + "top": "block/red_sandstone_top", + "side": "block/cut_red_sandstone" + } +} diff --git a/1.15.2/assets/minecraft/models/block/cut_red_sandstone_slab_top.json b/1.15.2/assets/minecraft/models/block/cut_red_sandstone_slab_top.json new file mode 100644 index 00000000..afbd3a3e --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/cut_red_sandstone_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/red_sandstone_top", + "top": "block/red_sandstone_top", + "side": "block/cut_red_sandstone" + } +} diff --git a/1.15.2/assets/minecraft/models/block/cut_sandstone.json b/1.15.2/assets/minecraft/models/block/cut_sandstone.json new file mode 100644 index 00000000..ad22903a --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/cut_sandstone.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/sandstone_top", + "side": "block/cut_sandstone" + } +} diff --git a/1.15.2/assets/minecraft/models/block/cut_sandstone_slab.json b/1.15.2/assets/minecraft/models/block/cut_sandstone_slab.json new file mode 100644 index 00000000..022b1c83 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/cut_sandstone_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/sandstone_top", + "top": "block/sandstone_top", + "side": "block/cut_sandstone" + } +} diff --git a/1.15.2/assets/minecraft/models/block/cut_sandstone_slab_top.json b/1.15.2/assets/minecraft/models/block/cut_sandstone_slab_top.json new file mode 100644 index 00000000..72b91676 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/cut_sandstone_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/sandstone_top", + "top": "block/sandstone_top", + "side": "block/cut_sandstone" + } +} diff --git a/1.15.2/assets/minecraft/models/block/cyan_carpet.json b/1.15.2/assets/minecraft/models/block/cyan_carpet.json new file mode 100644 index 00000000..345ed3ea --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/cyan_carpet.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "block/cyan_wool", + "wool": "block/cyan_wool" + } +} diff --git a/1.15.2/assets/minecraft/models/block/cyan_concrete.json b/1.15.2/assets/minecraft/models/block/cyan_concrete.json new file mode 100644 index 00000000..26b0fc82 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/cyan_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/cyan_concrete" + } +} diff --git a/1.15.2/assets/minecraft/models/block/cyan_concrete_powder.json b/1.15.2/assets/minecraft/models/block/cyan_concrete_powder.json new file mode 100644 index 00000000..137593b8 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/cyan_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/cyan_concrete_powder" + } +} diff --git a/1.15.2/assets/minecraft/models/block/cyan_glazed_terracotta.json b/1.15.2/assets/minecraft/models/block/cyan_glazed_terracotta.json new file mode 100644 index 00000000..5f71cfbf --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/cyan_glazed_terracotta.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glazed_terracotta", + "textures": { + "particle": "block/cyan_glazed_terracotta", + "pattern": "block/cyan_glazed_terracotta" + } +} diff --git a/1.15.2/assets/minecraft/models/block/cyan_shulker_box.json b/1.15.2/assets/minecraft/models/block/cyan_shulker_box.json new file mode 100644 index 00000000..128569b5 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/cyan_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "block/cyan_shulker_box" + } +} diff --git a/1.15.2/assets/minecraft/models/block/cyan_stained_glass.json b/1.15.2/assets/minecraft/models/block/cyan_stained_glass.json new file mode 100644 index 00000000..92652c94 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/cyan_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/cyan_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/cyan_stained_glass_pane_noside.json b/1.15.2/assets/minecraft/models/block/cyan_stained_glass_pane_noside.json new file mode 100644 index 00000000..35b7242d --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/cyan_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside", + "textures": { + "pane": "block/cyan_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/cyan_stained_glass_pane_noside_alt.json b/1.15.2/assets/minecraft/models/block/cyan_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..a13559db --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/cyan_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside_alt", + "textures": { + "pane": "block/cyan_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/cyan_stained_glass_pane_post.json b/1.15.2/assets/minecraft/models/block/cyan_stained_glass_pane_post.json new file mode 100644 index 00000000..f29f7842 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/cyan_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_post", + "textures": { + "edge": "block/cyan_stained_glass_pane_top", + "pane": "block/cyan_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/cyan_stained_glass_pane_side.json b/1.15.2/assets/minecraft/models/block/cyan_stained_glass_pane_side.json new file mode 100644 index 00000000..b1de8f04 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/cyan_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side", + "textures": { + "edge": "block/cyan_stained_glass_pane_top", + "pane": "block/cyan_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/cyan_stained_glass_pane_side_alt.json b/1.15.2/assets/minecraft/models/block/cyan_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..3209b423 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/cyan_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side_alt", + "textures": { + "edge": "block/cyan_stained_glass_pane_top", + "pane": "block/cyan_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/cyan_terracotta.json b/1.15.2/assets/minecraft/models/block/cyan_terracotta.json new file mode 100644 index 00000000..0ea553bb --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/cyan_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/cyan_terracotta" + } +} diff --git a/1.15.2/assets/minecraft/models/block/cyan_wool.json b/1.15.2/assets/minecraft/models/block/cyan_wool.json new file mode 100644 index 00000000..5aaf0290 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/cyan_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/cyan_wool" + } +} diff --git a/1.15.2/assets/minecraft/models/block/damaged_anvil.json b/1.15.2/assets/minecraft/models/block/damaged_anvil.json new file mode 100644 index 00000000..3b09aaa3 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/damaged_anvil.json @@ -0,0 +1,6 @@ +{ + "parent": "block/anvil", + "textures": { + "top": "block/damaged_anvil_top" + } +} diff --git a/1.15.2/assets/minecraft/models/block/dandelion.json b/1.15.2/assets/minecraft/models/block/dandelion.json new file mode 100644 index 00000000..50975110 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/dandelion.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/dandelion" + } +} diff --git a/1.15.2/assets/minecraft/models/block/dark_oak_button.json b/1.15.2/assets/minecraft/models/block/dark_oak_button.json new file mode 100644 index 00000000..31554e17 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/dark_oak_button.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button", + "textures": { + "texture": "block/dark_oak_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/dark_oak_button_inventory.json b/1.15.2/assets/minecraft/models/block/dark_oak_button_inventory.json new file mode 100644 index 00000000..e8bd09d4 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/dark_oak_button_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button_inventory", + "textures": { + "texture": "block/dark_oak_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/dark_oak_button_pressed.json b/1.15.2/assets/minecraft/models/block/dark_oak_button_pressed.json new file mode 100644 index 00000000..973f0af3 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/dark_oak_button_pressed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button_pressed", + "textures": { + "texture": "block/dark_oak_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/dark_oak_door_bottom.json b/1.15.2/assets/minecraft/models/block/dark_oak_door_bottom.json new file mode 100644 index 00000000..38ad7d28 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/dark_oak_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom", + "textures": { + "bottom": "block/dark_oak_door_bottom", + "top": "block/dark_oak_door_top" + } +} diff --git a/1.15.2/assets/minecraft/models/block/dark_oak_door_bottom_hinge.json b/1.15.2/assets/minecraft/models/block/dark_oak_door_bottom_hinge.json new file mode 100644 index 00000000..1ce1cd21 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/dark_oak_door_bottom_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom_rh", + "textures": { + "bottom": "block/dark_oak_door_bottom", + "top": "block/dark_oak_door_top" + } +} diff --git a/1.15.2/assets/minecraft/models/block/dark_oak_door_top.json b/1.15.2/assets/minecraft/models/block/dark_oak_door_top.json new file mode 100644 index 00000000..9b692ee4 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/dark_oak_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top", + "textures": { + "bottom": "block/dark_oak_door_bottom", + "top": "block/dark_oak_door_top" + } +} diff --git a/1.15.2/assets/minecraft/models/block/dark_oak_door_top_hinge.json b/1.15.2/assets/minecraft/models/block/dark_oak_door_top_hinge.json new file mode 100644 index 00000000..700f35d1 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/dark_oak_door_top_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top_rh", + "textures": { + "bottom": "block/dark_oak_door_bottom", + "top": "block/dark_oak_door_top" + } +} diff --git a/1.15.2/assets/minecraft/models/block/dark_oak_fence_gate.json b/1.15.2/assets/minecraft/models/block/dark_oak_fence_gate.json new file mode 100644 index 00000000..5f5db453 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/dark_oak_fence_gate.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate", + "textures": { + "texture": "block/dark_oak_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/dark_oak_fence_gate_open.json b/1.15.2/assets/minecraft/models/block/dark_oak_fence_gate_open.json new file mode 100644 index 00000000..12316075 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/dark_oak_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate_open", + "textures": { + "texture": "block/dark_oak_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/dark_oak_fence_gate_wall.json b/1.15.2/assets/minecraft/models/block/dark_oak_fence_gate_wall.json new file mode 100644 index 00000000..c2c59e82 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/dark_oak_fence_gate_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate_wall", + "textures": { + "texture": "block/dark_oak_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/dark_oak_fence_gate_wall_open.json b/1.15.2/assets/minecraft/models/block/dark_oak_fence_gate_wall_open.json new file mode 100644 index 00000000..af216a7c --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/dark_oak_fence_gate_wall_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate_wall_open", + "textures": { + "texture": "block/dark_oak_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/dark_oak_fence_inventory.json b/1.15.2/assets/minecraft/models/block/dark_oak_fence_inventory.json new file mode 100644 index 00000000..895cc26f --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/dark_oak_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_inventory", + "textures": { + "texture": "block/dark_oak_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/dark_oak_fence_post.json b/1.15.2/assets/minecraft/models/block/dark_oak_fence_post.json new file mode 100644 index 00000000..e65b6962 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/dark_oak_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_post", + "textures": { + "texture": "block/dark_oak_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/dark_oak_fence_side.json b/1.15.2/assets/minecraft/models/block/dark_oak_fence_side.json new file mode 100644 index 00000000..eca984b3 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/dark_oak_fence_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_side", + "textures": { + "texture": "block/dark_oak_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/dark_oak_leaves.json b/1.15.2/assets/minecraft/models/block/dark_oak_leaves.json new file mode 100644 index 00000000..231806f4 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/dark_oak_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "block/leaves", + "textures": { + "all": "block/dark_oak_leaves" + } +} diff --git a/1.15.2/assets/minecraft/models/block/dark_oak_log.json b/1.15.2/assets/minecraft/models/block/dark_oak_log.json new file mode 100644 index 00000000..d0a8e69e --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/dark_oak_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/dark_oak_log_top", + "side": "block/dark_oak_log" + } +} diff --git a/1.15.2/assets/minecraft/models/block/dark_oak_planks.json b/1.15.2/assets/minecraft/models/block/dark_oak_planks.json new file mode 100644 index 00000000..c0ff4c3c --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/dark_oak_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/dark_oak_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/dark_oak_pressure_plate.json b/1.15.2/assets/minecraft/models/block/dark_oak_pressure_plate.json new file mode 100644 index 00000000..dca23aed --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/dark_oak_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_up", + "textures": { + "texture": "block/dark_oak_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/dark_oak_pressure_plate_down.json b/1.15.2/assets/minecraft/models/block/dark_oak_pressure_plate_down.json new file mode 100644 index 00000000..7e37e872 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/dark_oak_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_down", + "textures": { + "texture": "block/dark_oak_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/dark_oak_sapling.json b/1.15.2/assets/minecraft/models/block/dark_oak_sapling.json new file mode 100644 index 00000000..7267c413 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/dark_oak_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/dark_oak_sapling" + } +} diff --git a/1.15.2/assets/minecraft/models/block/dark_oak_sign.json b/1.15.2/assets/minecraft/models/block/dark_oak_sign.json new file mode 100644 index 00000000..1961ef62 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/dark_oak_sign.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "block/dark_oak_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/dark_oak_slab.json b/1.15.2/assets/minecraft/models/block/dark_oak_slab.json new file mode 100644 index 00000000..12ce4e02 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/dark_oak_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/dark_oak_planks", + "top": "block/dark_oak_planks", + "side": "block/dark_oak_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/dark_oak_slab_top.json b/1.15.2/assets/minecraft/models/block/dark_oak_slab_top.json new file mode 100644 index 00000000..9b861483 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/dark_oak_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/dark_oak_planks", + "top": "block/dark_oak_planks", + "side": "block/dark_oak_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/dark_oak_stairs.json b/1.15.2/assets/minecraft/models/block/dark_oak_stairs.json new file mode 100644 index 00000000..318195d8 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/dark_oak_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/dark_oak_planks", + "top": "block/dark_oak_planks", + "side": "block/dark_oak_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/dark_oak_stairs_inner.json b/1.15.2/assets/minecraft/models/block/dark_oak_stairs_inner.json new file mode 100644 index 00000000..ff8fa26d --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/dark_oak_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/dark_oak_planks", + "top": "block/dark_oak_planks", + "side": "block/dark_oak_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/dark_oak_stairs_outer.json b/1.15.2/assets/minecraft/models/block/dark_oak_stairs_outer.json new file mode 100644 index 00000000..48215ae5 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/dark_oak_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/dark_oak_planks", + "top": "block/dark_oak_planks", + "side": "block/dark_oak_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/dark_oak_trapdoor_bottom.json b/1.15.2/assets/minecraft/models/block/dark_oak_trapdoor_bottom.json new file mode 100644 index 00000000..2d9d7f90 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/dark_oak_trapdoor_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_trapdoor_bottom", + "textures": { + "texture": "block/dark_oak_trapdoor" + } +} diff --git a/1.15.2/assets/minecraft/models/block/dark_oak_trapdoor_open.json b/1.15.2/assets/minecraft/models/block/dark_oak_trapdoor_open.json new file mode 100644 index 00000000..6f2fae62 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/dark_oak_trapdoor_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_trapdoor_open", + "textures": { + "texture": "block/dark_oak_trapdoor" + } +} diff --git a/1.15.2/assets/minecraft/models/block/dark_oak_trapdoor_top.json b/1.15.2/assets/minecraft/models/block/dark_oak_trapdoor_top.json new file mode 100644 index 00000000..7a5490f0 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/dark_oak_trapdoor_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_trapdoor_top", + "textures": { + "texture": "block/dark_oak_trapdoor" + } +} diff --git a/1.15.2/assets/minecraft/models/block/dark_oak_wood.json b/1.15.2/assets/minecraft/models/block/dark_oak_wood.json new file mode 100644 index 00000000..08631485 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/dark_oak_wood.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/dark_oak_log", + "side": "block/dark_oak_log" + } +} diff --git a/1.15.2/assets/minecraft/models/block/dark_prismarine.json b/1.15.2/assets/minecraft/models/block/dark_prismarine.json new file mode 100644 index 00000000..ac773909 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/dark_prismarine.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/dark_prismarine" + } +} diff --git a/1.15.2/assets/minecraft/models/block/dark_prismarine_slab.json b/1.15.2/assets/minecraft/models/block/dark_prismarine_slab.json new file mode 100644 index 00000000..01a6664a --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/dark_prismarine_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/dark_prismarine", + "top": "block/dark_prismarine", + "side": "block/dark_prismarine" + } +} diff --git a/1.15.2/assets/minecraft/models/block/dark_prismarine_slab_top.json b/1.15.2/assets/minecraft/models/block/dark_prismarine_slab_top.json new file mode 100644 index 00000000..8120ddb9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/dark_prismarine_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/dark_prismarine", + "top": "block/dark_prismarine", + "side": "block/dark_prismarine" + } +} diff --git a/1.15.2/assets/minecraft/models/block/dark_prismarine_stairs.json b/1.15.2/assets/minecraft/models/block/dark_prismarine_stairs.json new file mode 100644 index 00000000..49f29145 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/dark_prismarine_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/dark_prismarine", + "top": "block/dark_prismarine", + "side": "block/dark_prismarine" + } +} diff --git a/1.15.2/assets/minecraft/models/block/dark_prismarine_stairs_inner.json b/1.15.2/assets/minecraft/models/block/dark_prismarine_stairs_inner.json new file mode 100644 index 00000000..f3b2fbed --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/dark_prismarine_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/dark_prismarine", + "top": "block/dark_prismarine", + "side": "block/dark_prismarine" + } +} diff --git a/1.15.2/assets/minecraft/models/block/dark_prismarine_stairs_outer.json b/1.15.2/assets/minecraft/models/block/dark_prismarine_stairs_outer.json new file mode 100644 index 00000000..adaf0d2e --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/dark_prismarine_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/dark_prismarine", + "top": "block/dark_prismarine", + "side": "block/dark_prismarine" + } +} diff --git a/1.15.2/assets/minecraft/models/block/daylight_detector.json b/1.15.2/assets/minecraft/models/block/daylight_detector.json new file mode 100644 index 00000000..7bbbbf40 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/daylight_detector.json @@ -0,0 +1,20 @@ +{ "parent": "block/thin_block", + "textures": { + "particle": "block/daylight_detector_top", + "top": "block/daylight_detector_top", + "side": "block/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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/daylight_detector_inverted.json b/1.15.2/assets/minecraft/models/block/daylight_detector_inverted.json new file mode 100644 index 00000000..9dd5476d --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/daylight_detector_inverted.json @@ -0,0 +1,20 @@ +{ + "textures": { + "particle": "block/daylight_detector_inverted_top", + "top": "block/daylight_detector_inverted_top", + "side": "block/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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/dead_brain_coral.json b/1.15.2/assets/minecraft/models/block/dead_brain_coral.json new file mode 100644 index 00000000..10fa3f16 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/dead_brain_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/dead_brain_coral" + } +} diff --git a/1.15.2/assets/minecraft/models/block/dead_brain_coral_block.json b/1.15.2/assets/minecraft/models/block/dead_brain_coral_block.json new file mode 100644 index 00000000..dd8f9174 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/dead_brain_coral_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/dead_brain_coral_block" + } +} diff --git a/1.15.2/assets/minecraft/models/block/dead_brain_coral_fan.json b/1.15.2/assets/minecraft/models/block/dead_brain_coral_fan.json new file mode 100644 index 00000000..4ee4e4ef --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/dead_brain_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "block/coral_fan", + "textures": { + "fan": "block/dead_brain_coral_fan" + } +} diff --git a/1.15.2/assets/minecraft/models/block/dead_brain_coral_wall_fan.json b/1.15.2/assets/minecraft/models/block/dead_brain_coral_wall_fan.json new file mode 100644 index 00000000..1811cfc0 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/dead_brain_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "block/coral_wall_fan", + "textures": { + "fan": "block/dead_brain_coral_fan" + } +} diff --git a/1.15.2/assets/minecraft/models/block/dead_bubble_coral.json b/1.15.2/assets/minecraft/models/block/dead_bubble_coral.json new file mode 100644 index 00000000..3883a06a --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/dead_bubble_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/dead_bubble_coral" + } +} diff --git a/1.15.2/assets/minecraft/models/block/dead_bubble_coral_block.json b/1.15.2/assets/minecraft/models/block/dead_bubble_coral_block.json new file mode 100644 index 00000000..9e63eb70 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/dead_bubble_coral_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/dead_bubble_coral_block" + } +} diff --git a/1.15.2/assets/minecraft/models/block/dead_bubble_coral_fan.json b/1.15.2/assets/minecraft/models/block/dead_bubble_coral_fan.json new file mode 100644 index 00000000..dba30b8b --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/dead_bubble_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "block/coral_fan", + "textures": { + "fan": "block/dead_bubble_coral_fan" + } +} diff --git a/1.15.2/assets/minecraft/models/block/dead_bubble_coral_wall_fan.json b/1.15.2/assets/minecraft/models/block/dead_bubble_coral_wall_fan.json new file mode 100644 index 00000000..7b10457f --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/dead_bubble_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "block/coral_wall_fan", + "textures": { + "fan": "block/dead_bubble_coral_fan" + } +} diff --git a/1.15.2/assets/minecraft/models/block/dead_bush.json b/1.15.2/assets/minecraft/models/block/dead_bush.json new file mode 100644 index 00000000..c1df518f --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/dead_bush.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/dead_bush" + } +} diff --git a/1.15.2/assets/minecraft/models/block/dead_fire_coral.json b/1.15.2/assets/minecraft/models/block/dead_fire_coral.json new file mode 100644 index 00000000..5e93967f --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/dead_fire_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/dead_fire_coral" + } +} diff --git a/1.15.2/assets/minecraft/models/block/dead_fire_coral_block.json b/1.15.2/assets/minecraft/models/block/dead_fire_coral_block.json new file mode 100644 index 00000000..ef0f3d84 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/dead_fire_coral_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/dead_fire_coral_block" + } +} diff --git a/1.15.2/assets/minecraft/models/block/dead_fire_coral_fan.json b/1.15.2/assets/minecraft/models/block/dead_fire_coral_fan.json new file mode 100644 index 00000000..9b407266 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/dead_fire_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "block/coral_fan", + "textures": { + "fan": "block/dead_fire_coral_fan" + } +} diff --git a/1.15.2/assets/minecraft/models/block/dead_fire_coral_wall_fan.json b/1.15.2/assets/minecraft/models/block/dead_fire_coral_wall_fan.json new file mode 100644 index 00000000..300d273d --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/dead_fire_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "block/coral_wall_fan", + "textures": { + "fan": "block/dead_fire_coral_fan" + } +} diff --git a/1.15.2/assets/minecraft/models/block/dead_horn_coral.json b/1.15.2/assets/minecraft/models/block/dead_horn_coral.json new file mode 100644 index 00000000..1ca098c9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/dead_horn_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/dead_horn_coral" + } +} diff --git a/1.15.2/assets/minecraft/models/block/dead_horn_coral_block.json b/1.15.2/assets/minecraft/models/block/dead_horn_coral_block.json new file mode 100644 index 00000000..5bb4e46e --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/dead_horn_coral_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/dead_horn_coral_block" + } +} diff --git a/1.15.2/assets/minecraft/models/block/dead_horn_coral_fan.json b/1.15.2/assets/minecraft/models/block/dead_horn_coral_fan.json new file mode 100644 index 00000000..9dfc6de1 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/dead_horn_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "block/coral_fan", + "textures": { + "fan": "block/dead_horn_coral_fan" + } +} diff --git a/1.15.2/assets/minecraft/models/block/dead_horn_coral_wall_fan.json b/1.15.2/assets/minecraft/models/block/dead_horn_coral_wall_fan.json new file mode 100644 index 00000000..dd698c76 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/dead_horn_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "block/coral_wall_fan", + "textures": { + "fan": "block/dead_horn_coral_fan" + } +} diff --git a/1.15.2/assets/minecraft/models/block/dead_sea_pickle.json b/1.15.2/assets/minecraft/models/block/dead_sea_pickle.json new file mode 100644 index 00000000..ce3ee6eb --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/dead_sea_pickle.json @@ -0,0 +1,27 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/sea_pickle", + "all": "block/sea_pickle" + }, + "elements": [ + { "from": [ 6, 0, 6 ], + "to": [ 10, 6, 10 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" } + } + }, + { + "from": [ 6, 5.95, 6 ], + "to": [ 10, 5.95, 10 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/dead_tube_coral.json b/1.15.2/assets/minecraft/models/block/dead_tube_coral.json new file mode 100644 index 00000000..efb4dd0e --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/dead_tube_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/dead_tube_coral" + } +} diff --git a/1.15.2/assets/minecraft/models/block/dead_tube_coral_block.json b/1.15.2/assets/minecraft/models/block/dead_tube_coral_block.json new file mode 100644 index 00000000..2ee3b677 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/dead_tube_coral_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/dead_tube_coral_block" + } +} diff --git a/1.15.2/assets/minecraft/models/block/dead_tube_coral_fan.json b/1.15.2/assets/minecraft/models/block/dead_tube_coral_fan.json new file mode 100644 index 00000000..7a2f42a7 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/dead_tube_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "block/coral_fan", + "textures": { + "fan": "block/dead_tube_coral_fan" + } +} diff --git a/1.15.2/assets/minecraft/models/block/dead_tube_coral_wall_fan.json b/1.15.2/assets/minecraft/models/block/dead_tube_coral_wall_fan.json new file mode 100644 index 00000000..5815dc84 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/dead_tube_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "block/coral_wall_fan", + "textures": { + "fan": "block/dead_tube_coral_fan" + } +} diff --git a/1.15.2/assets/minecraft/models/block/detector_rail.json b/1.15.2/assets/minecraft/models/block/detector_rail.json new file mode 100644 index 00000000..6df3cc1d --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/detector_rail.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_flat", + "textures": { + "rail": "block/detector_rail" + } +} diff --git a/1.15.2/assets/minecraft/models/block/detector_rail_on.json b/1.15.2/assets/minecraft/models/block/detector_rail_on.json new file mode 100644 index 00000000..84041520 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/detector_rail_on.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_flat", + "textures": { + "rail": "block/detector_rail_on" + } +} diff --git a/1.15.2/assets/minecraft/models/block/detector_rail_on_raised_ne.json b/1.15.2/assets/minecraft/models/block/detector_rail_on_raised_ne.json new file mode 100644 index 00000000..0d2e3757 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/detector_rail_on_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_rail_raised_ne", + "textures": { + "rail": "block/detector_rail_on" + } +} diff --git a/1.15.2/assets/minecraft/models/block/detector_rail_on_raised_sw.json b/1.15.2/assets/minecraft/models/block/detector_rail_on_raised_sw.json new file mode 100644 index 00000000..7e5390f7 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/detector_rail_on_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_rail_raised_sw", + "textures": { + "rail": "block/detector_rail_on" + } +} diff --git a/1.15.2/assets/minecraft/models/block/detector_rail_raised_ne.json b/1.15.2/assets/minecraft/models/block/detector_rail_raised_ne.json new file mode 100644 index 00000000..5ba87c3e --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/detector_rail_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_rail_raised_ne", + "textures": { + "rail": "block/detector_rail" + } +} diff --git a/1.15.2/assets/minecraft/models/block/detector_rail_raised_sw.json b/1.15.2/assets/minecraft/models/block/detector_rail_raised_sw.json new file mode 100644 index 00000000..dd8cc0f3 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/detector_rail_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_rail_raised_sw", + "textures": { + "rail": "block/detector_rail" + } +} diff --git a/1.15.2/assets/minecraft/models/block/diamond_block.json b/1.15.2/assets/minecraft/models/block/diamond_block.json new file mode 100644 index 00000000..a2700992 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/diamond_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/diamond_block" + } +} diff --git a/1.15.2/assets/minecraft/models/block/diamond_ore.json b/1.15.2/assets/minecraft/models/block/diamond_ore.json new file mode 100644 index 00000000..98f97b69 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/diamond_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/diamond_ore" + } +} diff --git a/1.15.2/assets/minecraft/models/block/diorite.json b/1.15.2/assets/minecraft/models/block/diorite.json new file mode 100644 index 00000000..24801519 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/diorite.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/diorite" + } +} diff --git a/1.15.2/assets/minecraft/models/block/diorite_slab.json b/1.15.2/assets/minecraft/models/block/diorite_slab.json new file mode 100644 index 00000000..49b92497 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/diorite_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/diorite", + "top": "block/diorite", + "side": "block/diorite" + } +} diff --git a/1.15.2/assets/minecraft/models/block/diorite_slab_top.json b/1.15.2/assets/minecraft/models/block/diorite_slab_top.json new file mode 100644 index 00000000..4d3f8b5b --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/diorite_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/diorite", + "top": "block/diorite", + "side": "block/diorite" + } +} diff --git a/1.15.2/assets/minecraft/models/block/diorite_stairs.json b/1.15.2/assets/minecraft/models/block/diorite_stairs.json new file mode 100644 index 00000000..7a1a58db --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/diorite_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/diorite", + "top": "block/diorite", + "side": "block/diorite" + } +} diff --git a/1.15.2/assets/minecraft/models/block/diorite_stairs_inner.json b/1.15.2/assets/minecraft/models/block/diorite_stairs_inner.json new file mode 100644 index 00000000..764e2c46 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/diorite_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/diorite", + "top": "block/diorite", + "side": "block/diorite" + } +} diff --git a/1.15.2/assets/minecraft/models/block/diorite_stairs_outer.json b/1.15.2/assets/minecraft/models/block/diorite_stairs_outer.json new file mode 100644 index 00000000..1f1b2397 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/diorite_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/diorite", + "top": "block/diorite", + "side": "block/diorite" + } +} diff --git a/1.15.2/assets/minecraft/models/block/diorite_wall_inventory.json b/1.15.2/assets/minecraft/models/block/diorite_wall_inventory.json new file mode 100644 index 00000000..214d463e --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/diorite_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_inventory", + "textures": { + "wall": "block/diorite" + } +} diff --git a/1.15.2/assets/minecraft/models/block/diorite_wall_post.json b/1.15.2/assets/minecraft/models/block/diorite_wall_post.json new file mode 100644 index 00000000..64071cc5 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/diorite_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_wall_post", + "textures": { + "wall": "block/diorite" + } +} diff --git a/1.15.2/assets/minecraft/models/block/diorite_wall_side.json b/1.15.2/assets/minecraft/models/block/diorite_wall_side.json new file mode 100644 index 00000000..dd1b6f64 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/diorite_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_wall_side", + "textures": { + "wall": "block/diorite" + } +} diff --git a/1.15.2/assets/minecraft/models/block/dirt.json b/1.15.2/assets/minecraft/models/block/dirt.json new file mode 100644 index 00000000..4f4edb1c --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/dirt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/dirt" + } +} diff --git a/1.15.2/assets/minecraft/models/block/dispenser.json b/1.15.2/assets/minecraft/models/block/dispenser.json new file mode 100644 index 00000000..0e6b66b6 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/dispenser.json @@ -0,0 +1,8 @@ +{ + "parent": "block/orientable", + "textures": { + "top": "block/furnace_top", + "front": "block/dispenser_front", + "side": "block/furnace_side" + } +} diff --git a/1.15.2/assets/minecraft/models/block/dispenser_vertical.json b/1.15.2/assets/minecraft/models/block/dispenser_vertical.json new file mode 100644 index 00000000..c84ffae4 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/dispenser_vertical.json @@ -0,0 +1,7 @@ +{ + "parent": "block/orientable_vertical", + "textures": { + "front": "block/dispenser_front_vertical", + "side": "block/furnace_top" + } +} diff --git a/1.15.2/assets/minecraft/models/block/door_bottom.json b/1.15.2/assets/minecraft/models/block/door_bottom.json new file mode 100644 index 00000000..905758fe --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/door_bottom.json @@ -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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/door_bottom_rh.json b/1.15.2/assets/minecraft/models/block/door_bottom_rh.json new file mode 100644 index 00000000..26acf4c7 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/door_bottom_rh.json @@ -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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/door_top.json b/1.15.2/assets/minecraft/models/block/door_top.json new file mode 100644 index 00000000..809fa443 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/door_top.json @@ -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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/door_top_rh.json b/1.15.2/assets/minecraft/models/block/door_top_rh.json new file mode 100644 index 00000000..e7d2f930 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/door_top_rh.json @@ -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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/dragon_egg.json b/1.15.2/assets/minecraft/models/block/dragon_egg.json new file mode 100644 index 00000000..19e6c4e2 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/dragon_egg.json @@ -0,0 +1,97 @@ +{ "parent": "block/block", + "ambientocclusion": false, + "textures": { + "particle": "block/dragon_egg", + "all": "block/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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/dried_kelp_block.json b/1.15.2/assets/minecraft/models/block/dried_kelp_block.json new file mode 100644 index 00000000..4d76967b --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/dried_kelp_block.json @@ -0,0 +1,25 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/dried_kelp_side", + "down": "block/dried_kelp_bottom", + "up": "block/dried_kelp_top", + "north": "block/dried_kelp_side", + "east": "block/dried_kelp_side", + "south": "block/dried_kelp_side", + "west": "block/dried_kelp_side" + }, + "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": { "uv": [16, 0, 0, 16], "texture": "#south", "cullface": "south" }, + "west": { "texture": "#west", "cullface": "west" }, + "east": { "uv": [16, 0, 0, 16], "texture": "#east", "cullface": "east" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/dropper.json b/1.15.2/assets/minecraft/models/block/dropper.json new file mode 100644 index 00000000..7ee6c070 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/dropper.json @@ -0,0 +1,8 @@ +{ + "parent": "block/orientable", + "textures": { + "top": "block/furnace_top", + "front": "block/dropper_front", + "side": "block/furnace_side" + } +} diff --git a/1.15.2/assets/minecraft/models/block/dropper_vertical.json b/1.15.2/assets/minecraft/models/block/dropper_vertical.json new file mode 100644 index 00000000..8fff4dd4 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/dropper_vertical.json @@ -0,0 +1,7 @@ +{ + "parent": "block/orientable_vertical", + "textures": { + "front": "block/dropper_front_vertical", + "side": "block/furnace_top" + } +} diff --git a/1.15.2/assets/minecraft/models/block/emerald_block.json b/1.15.2/assets/minecraft/models/block/emerald_block.json new file mode 100644 index 00000000..6f8071ab --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/emerald_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/emerald_block" + } +} diff --git a/1.15.2/assets/minecraft/models/block/emerald_ore.json b/1.15.2/assets/minecraft/models/block/emerald_ore.json new file mode 100644 index 00000000..e1ca762f --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/emerald_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/emerald_ore" + } +} diff --git a/1.15.2/assets/minecraft/models/block/enchanting_table.json b/1.15.2/assets/minecraft/models/block/enchanting_table.json new file mode 100644 index 00000000..404ca9a3 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/enchanting_table.json @@ -0,0 +1,21 @@ +{ "parent": "block/block", + "textures": { + "particle": "block/enchanting_table_bottom", + "bottom": "block/enchanting_table_bottom", + "top": "block/enchanting_table_top", + "side": "block/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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/end_portal.json b/1.15.2/assets/minecraft/models/block/end_portal.json new file mode 100644 index 00000000..1035b319 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/end_portal.json @@ -0,0 +1,6 @@ +{ + "textures": { + "particle": "block/obsidian" + } +} + diff --git a/1.15.2/assets/minecraft/models/block/end_portal_frame.json b/1.15.2/assets/minecraft/models/block/end_portal_frame.json new file mode 100644 index 00000000..ac716efd --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/end_portal_frame.json @@ -0,0 +1,21 @@ +{ "parent": "block/block", + "textures": { + "particle": "block/end_portal_frame_side", + "bottom": "block/end_stone", + "top": "block/end_portal_frame_top", + "side": "block/end_portal_frame_side" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 13, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 0, 3, 16, 16 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 0, 3, 16, 16 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 3, 16, 16 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 3, 16, 16 ], "texture": "#side", "cullface": "east" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/end_portal_frame_filled.json b/1.15.2/assets/minecraft/models/block/end_portal_frame_filled.json new file mode 100644 index 00000000..b3ed9297 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/end_portal_frame_filled.json @@ -0,0 +1,32 @@ +{ + "textures": { + "particle": "block/end_portal_frame_side", + "bottom": "block/end_stone", + "top": "block/end_portal_frame_top", + "side": "block/end_portal_frame_side", + "eye": "block/end_portal_frame_eye" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 13, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 0, 3, 16, 16 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 0, 3, 16, 16 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 3, 16, 16 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 3, 16, 16 ], "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 4, 13, 4 ], + "to": [ 12, 16, 12 ], + "faces": { + "up": { "uv": [ 4, 4, 12, 12 ], "texture": "#eye", "cullface": "up" }, + "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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/end_rod.json b/1.15.2/assets/minecraft/models/block/end_rod.json new file mode 100644 index 00000000..04326c78 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/end_rod.json @@ -0,0 +1,44 @@ +{ "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": "block/end_rod", + "particle": "block/end_rod" + }, + "elements": [ + { + "from": [ 6, 0, 6 ], + "to": [ 10, 1, 10 ], + "faces": { + "down": { "uv": [ 6, 6, 2, 2 ], "texture": "#end_rod", "cullface": "down" }, + "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": { + "up": { "uv": [ 2, 0, 4, 2 ], "texture": "#end_rod", "cullface": "up" }, + "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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/end_stone.json b/1.15.2/assets/minecraft/models/block/end_stone.json new file mode 100644 index 00000000..fa012dcd --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/end_stone.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/end_stone" + } +} diff --git a/1.15.2/assets/minecraft/models/block/end_stone_brick_slab.json b/1.15.2/assets/minecraft/models/block/end_stone_brick_slab.json new file mode 100644 index 00000000..6d4ffdf2 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/end_stone_brick_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/end_stone_bricks", + "top": "block/end_stone_bricks", + "side": "block/end_stone_bricks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/end_stone_brick_slab_top.json b/1.15.2/assets/minecraft/models/block/end_stone_brick_slab_top.json new file mode 100644 index 00000000..1dc11f4e --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/end_stone_brick_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/end_stone_bricks", + "top": "block/end_stone_bricks", + "side": "block/end_stone_bricks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/end_stone_brick_stairs.json b/1.15.2/assets/minecraft/models/block/end_stone_brick_stairs.json new file mode 100644 index 00000000..ec2c35bb --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/end_stone_brick_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/end_stone_bricks", + "top": "block/end_stone_bricks", + "side": "block/end_stone_bricks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/end_stone_brick_stairs_inner.json b/1.15.2/assets/minecraft/models/block/end_stone_brick_stairs_inner.json new file mode 100644 index 00000000..01ed510f --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/end_stone_brick_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/end_stone_bricks", + "top": "block/end_stone_bricks", + "side": "block/end_stone_bricks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/end_stone_brick_stairs_outer.json b/1.15.2/assets/minecraft/models/block/end_stone_brick_stairs_outer.json new file mode 100644 index 00000000..0d50b28a --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/end_stone_brick_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/end_stone_bricks", + "top": "block/end_stone_bricks", + "side": "block/end_stone_bricks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/end_stone_brick_wall_inventory.json b/1.15.2/assets/minecraft/models/block/end_stone_brick_wall_inventory.json new file mode 100644 index 00000000..9ab586e9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/end_stone_brick_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_inventory", + "textures": { + "wall": "block/end_stone_bricks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/end_stone_brick_wall_post.json b/1.15.2/assets/minecraft/models/block/end_stone_brick_wall_post.json new file mode 100644 index 00000000..0e332c66 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/end_stone_brick_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_wall_post", + "textures": { + "wall": "block/end_stone_bricks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/end_stone_brick_wall_side.json b/1.15.2/assets/minecraft/models/block/end_stone_brick_wall_side.json new file mode 100644 index 00000000..386c0c74 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/end_stone_brick_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_wall_side", + "textures": { + "wall": "block/end_stone_bricks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/end_stone_bricks.json b/1.15.2/assets/minecraft/models/block/end_stone_bricks.json new file mode 100644 index 00000000..38f153de --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/end_stone_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/end_stone_bricks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/ender_chest.json b/1.15.2/assets/minecraft/models/block/ender_chest.json new file mode 100644 index 00000000..1035b319 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/ender_chest.json @@ -0,0 +1,6 @@ +{ + "textures": { + "particle": "block/obsidian" + } +} + diff --git a/1.15.2/assets/minecraft/models/block/farmland.json b/1.15.2/assets/minecraft/models/block/farmland.json new file mode 100644 index 00000000..1119441b --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/farmland.json @@ -0,0 +1,8 @@ +{ + "parent": "block/template_farmland", + "textures": { + "particle": "block/dirt", + "dirt": "block/dirt", + "top": "block/farmland" + } +} diff --git a/1.15.2/assets/minecraft/models/block/farmland_moist.json b/1.15.2/assets/minecraft/models/block/farmland_moist.json new file mode 100644 index 00000000..da8f960c --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/farmland_moist.json @@ -0,0 +1,8 @@ +{ + "parent": "block/template_farmland", + "textures": { + "particle": "block/dirt", + "dirt": "block/dirt", + "top": "block/farmland_moist" + } +} diff --git a/1.15.2/assets/minecraft/models/block/fence_inventory.json b/1.15.2/assets/minecraft/models/block/fence_inventory.json new file mode 100644 index 00000000..514f7416 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/fence_inventory.json @@ -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" + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/fence_post.json b/1.15.2/assets/minecraft/models/block/fence_post.json new file mode 100644 index 00000000..4f6a7438 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/fence_post.json @@ -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" + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/fence_side.json b/1.15.2/assets/minecraft/models/block/fence_side.json new file mode 100644 index 00000000..7145349b --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/fence_side.json @@ -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" + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/fern.json b/1.15.2/assets/minecraft/models/block/fern.json new file mode 100644 index 00000000..a5ca3577 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/fern.json @@ -0,0 +1,6 @@ +{ + "parent": "block/tinted_cross", + "textures": { + "cross": "block/fern" + } +} diff --git a/1.15.2/assets/minecraft/models/block/fire_coral.json b/1.15.2/assets/minecraft/models/block/fire_coral.json new file mode 100644 index 00000000..1f944119 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/fire_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/fire_coral" + } +} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/models/block/fire_coral_block.json b/1.15.2/assets/minecraft/models/block/fire_coral_block.json new file mode 100644 index 00000000..00fb59e3 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/fire_coral_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/fire_coral_block" + } +} diff --git a/1.15.2/assets/minecraft/models/block/fire_coral_fan.json b/1.15.2/assets/minecraft/models/block/fire_coral_fan.json new file mode 100644 index 00000000..22b293f9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/fire_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "block/coral_fan", + "textures": { + "fan": "block/fire_coral_fan" + } +} diff --git a/1.15.2/assets/minecraft/models/block/fire_coral_wall_fan.json b/1.15.2/assets/minecraft/models/block/fire_coral_wall_fan.json new file mode 100644 index 00000000..ecf323cb --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/fire_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "block/coral_wall_fan", + "textures": { + "fan": "block/fire_coral_fan" + } +} diff --git a/1.15.2/assets/minecraft/models/block/fire_floor.json b/1.15.2/assets/minecraft/models/block/fire_floor.json new file mode 100644 index 00000000..002cce9f --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/fire_floor.json @@ -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" }} + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/fire_floor0.json b/1.15.2/assets/minecraft/models/block/fire_floor0.json new file mode 100644 index 00000000..ae526b63 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/fire_floor0.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_floor", + "textures": { + "particle": "block/fire_0", + "fire": "block/fire_0" + } +} diff --git a/1.15.2/assets/minecraft/models/block/fire_floor1.json b/1.15.2/assets/minecraft/models/block/fire_floor1.json new file mode 100644 index 00000000..4b783b5f --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/fire_floor1.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_floor", + "textures": { + "particle": "block/fire_1", + "fire": "block/fire_1" + } +} diff --git a/1.15.2/assets/minecraft/models/block/fire_side.json b/1.15.2/assets/minecraft/models/block/fire_side.json new file mode 100644 index 00000000..e16c6b3a --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/fire_side.json @@ -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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/fire_side0.json b/1.15.2/assets/minecraft/models/block/fire_side0.json new file mode 100644 index 00000000..8d07de55 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/fire_side0.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_side", + "textures": { + "particle": "block/fire_0", + "fire": "block/fire_0" + } +} diff --git a/1.15.2/assets/minecraft/models/block/fire_side1.json b/1.15.2/assets/minecraft/models/block/fire_side1.json new file mode 100644 index 00000000..62fc0170 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/fire_side1.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_side", + "textures": { + "particle": "block/fire_1", + "fire": "block/fire_1" + } +} diff --git a/1.15.2/assets/minecraft/models/block/fire_side_alt.json b/1.15.2/assets/minecraft/models/block/fire_side_alt.json new file mode 100644 index 00000000..38f82bbd --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/fire_side_alt.json @@ -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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/fire_side_alt0.json b/1.15.2/assets/minecraft/models/block/fire_side_alt0.json new file mode 100644 index 00000000..d651b6b9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/fire_side_alt0.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_side_alt", + "textures": { + "particle": "block/fire_0", + "fire": "block/fire_0" + } +} diff --git a/1.15.2/assets/minecraft/models/block/fire_side_alt1.json b/1.15.2/assets/minecraft/models/block/fire_side_alt1.json new file mode 100644 index 00000000..7a6900d8 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/fire_side_alt1.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_side_alt", + "textures": { + "particle": "block/fire_1", + "fire": "block/fire_1" + } +} diff --git a/1.15.2/assets/minecraft/models/block/fire_up.json b/1.15.2/assets/minecraft/models/block/fire_up.json new file mode 100644 index 00000000..e0f391d5 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/fire_up.json @@ -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 }} + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/fire_up0.json b/1.15.2/assets/minecraft/models/block/fire_up0.json new file mode 100644 index 00000000..1fc87c77 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/fire_up0.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_up", + "textures": { + "particle": "block/fire_0", + "fire": "block/fire_0" + } +} diff --git a/1.15.2/assets/minecraft/models/block/fire_up1.json b/1.15.2/assets/minecraft/models/block/fire_up1.json new file mode 100644 index 00000000..bcb79b01 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/fire_up1.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_up", + "textures": { + "particle": "block/fire_1", + "fire": "block/fire_1" + } +} diff --git a/1.15.2/assets/minecraft/models/block/fire_up_alt.json b/1.15.2/assets/minecraft/models/block/fire_up_alt.json new file mode 100644 index 00000000..9bfab62e --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/fire_up_alt.json @@ -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" }} + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/fire_up_alt0.json b/1.15.2/assets/minecraft/models/block/fire_up_alt0.json new file mode 100644 index 00000000..1f4f6d85 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/fire_up_alt0.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_up_alt", + "textures": { + "particle": "block/fire_0", + "fire": "block/fire_0" + } +} diff --git a/1.15.2/assets/minecraft/models/block/fire_up_alt1.json b/1.15.2/assets/minecraft/models/block/fire_up_alt1.json new file mode 100644 index 00000000..5c9425b0 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/fire_up_alt1.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_up_alt", + "textures": { + "particle": "block/fire_1", + "fire": "block/fire_1" + } +} diff --git a/1.15.2/assets/minecraft/models/block/fletching_table.json b/1.15.2/assets/minecraft/models/block/fletching_table.json new file mode 100644 index 00000000..1413bdc0 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/fletching_table.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "block/fletching_table_front", + "down": "block/birch_planks", + "up": "block/fletching_table_top", + "north": "block/fletching_table_front", + "east": "block/fletching_table_side", + "south": "block/fletching_table_front", + "west": "block/fletching_table_side" + } +} diff --git a/1.15.2/assets/minecraft/models/block/flower_pot.json b/1.15.2/assets/minecraft/models/block/flower_pot.json new file mode 100644 index 00000000..ad159f70 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/flower_pot.json @@ -0,0 +1,57 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/flower_pot", + "flowerpot": "block/flower_pot", + "dirt": "block/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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/flower_pot_cross.json b/1.15.2/assets/minecraft/models/block/flower_pot_cross.json new file mode 100644 index 00000000..d87fd15c --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/flower_pot_cross.json @@ -0,0 +1,73 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/flower_pot", + "flowerpot": "block/flower_pot", + "dirt": "block/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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/four_dead_sea_pickles.json b/1.15.2/assets/minecraft/models/block/four_dead_sea_pickles.json new file mode 100644 index 00000000..5b5b0e7b --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/four_dead_sea_pickles.json @@ -0,0 +1,84 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/sea_pickle", + "all": "block/sea_pickle" + }, + "elements": [ + { "from": [ 2, 0, 2 ], + "to": [ 6, 6, 6 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" } + } + }, + { + "from": [ 2, 5.95, 2 ], + "to": [ 6, 5.95, 6 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 9, 0, 10 ], + "to": [ 13, 4, 14 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 9 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 9 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 9 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 9 ], "texture": "#all" } + } + }, + { + "from": [ 9, 3.95, 10 ], + "to": [ 13, 3.95, 14 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 9, 0, 2 ], + "to": [ 13, 6, 6 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" } + } + }, + { + "from": [ 9, 5.95, 2 ], + "to": [ 13, 5.95, 6 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 2, 0, 8 ], + "to": [ 6, 7, 12 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 12 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 12 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 12 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 12 ], "texture": "#all" } + } + }, + { + "from": [ 2, 6.95, 8 ], + "to": [ 6, 6.95, 12 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/four_sea_pickles.json b/1.15.2/assets/minecraft/models/block/four_sea_pickles.json new file mode 100644 index 00000000..fea6d6be --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/four_sea_pickles.json @@ -0,0 +1,164 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/sea_pickle", + "all": "block/sea_pickle" + }, + "elements": [ + { "from": [ 2, 0, 2 ], + "to": [ 6, 6, 6 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" } + } + }, + { + "from": [ 2, 5.95, 2 ], + "to": [ 6, 5.95, 6 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 9, 0, 10 ], + "to": [ 13, 4, 14 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 9 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 9 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 9 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 9 ], "texture": "#all" } + } + }, + { + "from": [ 9, 3.95, 10 ], + "to": [ 13, 3.95, 14 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 9, 0, 2 ], + "to": [ 13, 6, 6 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" } + } + }, + { + "from": [ 9, 5.95, 2 ], + "to": [ 13, 5.95, 6 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 2, 0, 8 ], + "to": [ 6, 7, 12 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 12 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 12 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 12 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 12 ], "texture": "#all" } + } + }, + { + "from": [ 2, 6.95, 8 ], + "to": [ 6, 6.95, 12 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 3.5, 5.2, 4 ], + "to": [ 4.5, 8.7, 4 ], + "rotation": { "origin": [ 4, 8, 4 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "south": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + }, + { + "from": [ 4, 5.2, 3.5 ], + "to": [ 4, 8.7, 4.5 ], + "rotation": { "origin": [ 4, 8, 4 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "west": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "east": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + }, + { + "from": [ 10.5, 3.2, 12 ], + "to": [ 11.5, 6.7, 12 ], + "rotation": { "origin": [ 11, 8, 12 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "south": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + }, + { + "from": [ 11, 3.2, 11.5 ], + "to": [ 11, 6.7, 12.5 ], + "rotation": { "origin": [ 11, 8, 12 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "west": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "east": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + }, + { + "from": [ 10.5, 5.2, 4 ], + "to": [ 11.5, 8.7, 4 ], + "rotation": { "origin": [ 11, 8, 4 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "south": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + }, + { + "from": [ 11, 5.2, 3.5 ], + "to": [ 11, 8.7, 4.5 ], + "rotation": { "origin": [ 11, 8, 4 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "west": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "east": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + }, + { + "from": [ 3.5, 6.2, 10 ], + "to": [ 4.5, 9.7, 10 ], + "rotation": { "origin": [ 4, 8, 10 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "south": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + }, + { + "from": [ 4, 6.2, 9.5 ], + "to": [ 4, 9.7, 10.5 ], + "rotation": { "origin": [ 4, 8, 10 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "west": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "east": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/four_slightly_cracked_turtle_eggs.json b/1.15.2/assets/minecraft/models/block/four_slightly_cracked_turtle_eggs.json new file mode 100644 index 00000000..8c41a287 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/four_slightly_cracked_turtle_eggs.json @@ -0,0 +1,7 @@ +{ + "parent": "block/four_turtle_eggs", + "textures": { + "particle": "block/turtle_egg_slightly_cracked", + "all": "block/turtle_egg_slightly_cracked" + } +} diff --git a/1.15.2/assets/minecraft/models/block/four_turtle_eggs.json b/1.15.2/assets/minecraft/models/block/four_turtle_eggs.json new file mode 100644 index 00000000..9b54ac3b --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/four_turtle_eggs.json @@ -0,0 +1,56 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/turtle_egg", + "all": "block/turtle_egg" + }, + "elements": [ + { "from": [ 5, 0, 4 ], + "to": [ 9, 7, 8 ], + "faces": { + "down": { "uv": [ 0, 0, 4, 4 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 0, 0, 4, 4 ], "texture": "#all" }, + "north": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, + "south": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, + "west": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, + "east": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" } + } + }, + { + "from": [ 1, 0, 7 ], + "to": [ 5, 5, 11 ], + "faces": { + "down": { "uv": [ 6, 7, 10, 11 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 6, 7, 10, 11 ], "texture": "#all" }, + "north": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" }, + "south": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" }, + "west": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" }, + "east": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" } + } + }, + { + "from": [ 11, 0, 7 ], + "to": [ 14, 4, 10 ], + "faces": { + "down": { "uv": [ 5, 0, 8, 3 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 5, 0, 8, 3 ], "texture": "#all" }, + "north": { "uv": [ 8, 3, 11, 7 ], "texture": "#all" }, + "south": { "uv": [ 8, 3, 11, 7 ], "texture": "#all" }, + "west": { "uv": [ 8, 3, 11, 7 ], "texture": "#all" }, + "east": { "uv": [ 8, 3, 11, 7 ], "texture": "#all" } + } + }, + { + "from": [ 6, 0, 9 ], + "to": [ 10, 4, 13 ], + "faces": { + "down": { "uv": [ 0, 11, 4, 15 ], "texture": "#all" }, + "up": { "uv": [ 0, 11, 4, 15 ], "texture": "#all" }, + "north": { "uv": [ 4, 11, 8, 15 ], "texture": "#all" }, + "south": { "uv": [ 4, 11, 8, 15 ], "texture": "#all" }, + "west": { "uv": [ 4, 11, 8, 15 ], "texture": "#all" }, + "east": { "uv": [ 4, 11, 8, 15 ], "texture": "#all" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/four_very_cracked_turtle_eggs.json b/1.15.2/assets/minecraft/models/block/four_very_cracked_turtle_eggs.json new file mode 100644 index 00000000..91e747d5 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/four_very_cracked_turtle_eggs.json @@ -0,0 +1,6 @@ +{ + "parent": "block/four_turtle_eggs", + "textures": { + "all": "block/turtle_egg_very_cracked" + } +} diff --git a/1.15.2/assets/minecraft/models/block/frosted_ice_0.json b/1.15.2/assets/minecraft/models/block/frosted_ice_0.json new file mode 100644 index 00000000..d057ae60 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/frosted_ice_0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/frosted_ice_0" + } +} diff --git a/1.15.2/assets/minecraft/models/block/frosted_ice_1.json b/1.15.2/assets/minecraft/models/block/frosted_ice_1.json new file mode 100644 index 00000000..79bccbbf --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/frosted_ice_1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/frosted_ice_1" + } +} diff --git a/1.15.2/assets/minecraft/models/block/frosted_ice_2.json b/1.15.2/assets/minecraft/models/block/frosted_ice_2.json new file mode 100644 index 00000000..3a429a31 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/frosted_ice_2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/frosted_ice_2" + } +} diff --git a/1.15.2/assets/minecraft/models/block/frosted_ice_3.json b/1.15.2/assets/minecraft/models/block/frosted_ice_3.json new file mode 100644 index 00000000..c60ba630 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/frosted_ice_3.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/frosted_ice_3" + } +} diff --git a/1.15.2/assets/minecraft/models/block/furnace.json b/1.15.2/assets/minecraft/models/block/furnace.json new file mode 100644 index 00000000..496b03c4 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/furnace.json @@ -0,0 +1,8 @@ +{ + "parent": "block/orientable", + "textures": { + "top": "block/furnace_top", + "front": "block/furnace_front", + "side": "block/furnace_side" + } +} diff --git a/1.15.2/assets/minecraft/models/block/furnace_on.json b/1.15.2/assets/minecraft/models/block/furnace_on.json new file mode 100644 index 00000000..57f1cad4 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/furnace_on.json @@ -0,0 +1,8 @@ +{ + "parent": "block/orientable", + "textures": { + "top": "block/furnace_top", + "front": "block/furnace_front_on", + "side": "block/furnace_side" + } +} diff --git a/1.15.2/assets/minecraft/models/block/glass.json b/1.15.2/assets/minecraft/models/block/glass.json new file mode 100644 index 00000000..773ce6a1 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/glass.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/glass_pane_noside.json b/1.15.2/assets/minecraft/models/block/glass_pane_noside.json new file mode 100644 index 00000000..a55a6e70 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside", + "textures": { + "pane": "block/glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/glass_pane_noside_alt.json b/1.15.2/assets/minecraft/models/block/glass_pane_noside_alt.json new file mode 100644 index 00000000..d4747e49 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside_alt", + "textures": { + "pane": "block/glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/glass_pane_post.json b/1.15.2/assets/minecraft/models/block/glass_pane_post.json new file mode 100644 index 00000000..4dd6db32 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_post", + "textures": { + "edge": "block/glass_pane_top", + "pane": "block/glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/glass_pane_side.json b/1.15.2/assets/minecraft/models/block/glass_pane_side.json new file mode 100644 index 00000000..c63fbefa --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side", + "textures": { + "edge": "block/glass_pane_top", + "pane": "block/glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/glass_pane_side_alt.json b/1.15.2/assets/minecraft/models/block/glass_pane_side_alt.json new file mode 100644 index 00000000..18dbc775 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side_alt", + "textures": { + "edge": "block/glass_pane_top", + "pane": "block/glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/glowstone.json b/1.15.2/assets/minecraft/models/block/glowstone.json new file mode 100644 index 00000000..1fcf2ae5 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/glowstone.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/glowstone" + } +} diff --git a/1.15.2/assets/minecraft/models/block/gold_block.json b/1.15.2/assets/minecraft/models/block/gold_block.json new file mode 100644 index 00000000..d04ff8e6 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/gold_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/gold_block" + } +} diff --git a/1.15.2/assets/minecraft/models/block/gold_ore.json b/1.15.2/assets/minecraft/models/block/gold_ore.json new file mode 100644 index 00000000..80ebf074 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/gold_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/gold_ore" + } +} diff --git a/1.15.2/assets/minecraft/models/block/granite.json b/1.15.2/assets/minecraft/models/block/granite.json new file mode 100644 index 00000000..9ad2718b --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/granite.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/granite" + } +} diff --git a/1.15.2/assets/minecraft/models/block/granite_slab.json b/1.15.2/assets/minecraft/models/block/granite_slab.json new file mode 100644 index 00000000..1e38affe --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/granite_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/granite", + "top": "block/granite", + "side": "block/granite" + } +} diff --git a/1.15.2/assets/minecraft/models/block/granite_slab_top.json b/1.15.2/assets/minecraft/models/block/granite_slab_top.json new file mode 100644 index 00000000..be16bf77 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/granite_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/granite", + "top": "block/granite", + "side": "block/granite" + } +} diff --git a/1.15.2/assets/minecraft/models/block/granite_stairs.json b/1.15.2/assets/minecraft/models/block/granite_stairs.json new file mode 100644 index 00000000..702be3f0 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/granite_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/granite", + "top": "block/granite", + "side": "block/granite" + } +} diff --git a/1.15.2/assets/minecraft/models/block/granite_stairs_inner.json b/1.15.2/assets/minecraft/models/block/granite_stairs_inner.json new file mode 100644 index 00000000..27a7af63 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/granite_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/granite", + "top": "block/granite", + "side": "block/granite" + } +} diff --git a/1.15.2/assets/minecraft/models/block/granite_stairs_outer.json b/1.15.2/assets/minecraft/models/block/granite_stairs_outer.json new file mode 100644 index 00000000..54cb51b9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/granite_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/granite", + "top": "block/granite", + "side": "block/granite" + } +} diff --git a/1.15.2/assets/minecraft/models/block/granite_wall_inventory.json b/1.15.2/assets/minecraft/models/block/granite_wall_inventory.json new file mode 100644 index 00000000..5ac61af3 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/granite_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_inventory", + "textures": { + "wall": "block/granite" + } +} diff --git a/1.15.2/assets/minecraft/models/block/granite_wall_post.json b/1.15.2/assets/minecraft/models/block/granite_wall_post.json new file mode 100644 index 00000000..2422540f --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/granite_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_wall_post", + "textures": { + "wall": "block/granite" + } +} diff --git a/1.15.2/assets/minecraft/models/block/granite_wall_side.json b/1.15.2/assets/minecraft/models/block/granite_wall_side.json new file mode 100644 index 00000000..e195d4ac --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/granite_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_wall_side", + "textures": { + "wall": "block/granite" + } +} diff --git a/1.15.2/assets/minecraft/models/block/grass.json b/1.15.2/assets/minecraft/models/block/grass.json new file mode 100644 index 00000000..598dfdc9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/grass.json @@ -0,0 +1,6 @@ +{ + "parent": "block/tinted_cross", + "textures": { + "cross": "block/grass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/grass_block.json b/1.15.2/assets/minecraft/models/block/grass_block.json new file mode 100644 index 00000000..94c521cb --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/grass_block.json @@ -0,0 +1,31 @@ +{ "parent": "block/block", + "textures": { + "particle": "block/dirt", + "bottom": "block/dirt", + "top": "block/grass_block_top", + "side": "block/grass_block_side", + "overlay": "block/grass_block_side_overlay" + }, + "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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/grass_block_snow.json b/1.15.2/assets/minecraft/models/block/grass_block_snow.json new file mode 100644 index 00000000..915e71ac --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/grass_block_snow.json @@ -0,0 +1,9 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "particle": "block/dirt", + "bottom": "block/dirt", + "top": "block/grass_block_top", + "side": "block/grass_block_snow" + } +} diff --git a/1.15.2/assets/minecraft/models/block/grass_path.json b/1.15.2/assets/minecraft/models/block/grass_path.json new file mode 100644 index 00000000..b922acbe --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/grass_path.json @@ -0,0 +1,21 @@ +{ "parent": "block/block", + "textures": { + "particle": "block/dirt", + "top": "block/grass_path_top", + "side": "block/grass_path_side", + "bottom": "block/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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/gravel.json b/1.15.2/assets/minecraft/models/block/gravel.json new file mode 100644 index 00000000..736f7452 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/gravel.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/gravel" + } +} diff --git a/1.15.2/assets/minecraft/models/block/gray_carpet.json b/1.15.2/assets/minecraft/models/block/gray_carpet.json new file mode 100644 index 00000000..3bd379e1 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/gray_carpet.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "block/gray_wool", + "wool": "block/gray_wool" + } +} diff --git a/1.15.2/assets/minecraft/models/block/gray_concrete.json b/1.15.2/assets/minecraft/models/block/gray_concrete.json new file mode 100644 index 00000000..68b185e4 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/gray_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/gray_concrete" + } +} diff --git a/1.15.2/assets/minecraft/models/block/gray_concrete_powder.json b/1.15.2/assets/minecraft/models/block/gray_concrete_powder.json new file mode 100644 index 00000000..fbbf35c2 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/gray_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/gray_concrete_powder" + } +} diff --git a/1.15.2/assets/minecraft/models/block/gray_glazed_terracotta.json b/1.15.2/assets/minecraft/models/block/gray_glazed_terracotta.json new file mode 100644 index 00000000..2d82132f --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/gray_glazed_terracotta.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glazed_terracotta", + "textures": { + "particle": "block/gray_glazed_terracotta", + "pattern": "block/gray_glazed_terracotta" + } +} diff --git a/1.15.2/assets/minecraft/models/block/gray_shulker_box.json b/1.15.2/assets/minecraft/models/block/gray_shulker_box.json new file mode 100644 index 00000000..00df81bd --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/gray_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "block/gray_shulker_box" + } +} diff --git a/1.15.2/assets/minecraft/models/block/gray_stained_glass.json b/1.15.2/assets/minecraft/models/block/gray_stained_glass.json new file mode 100644 index 00000000..80b17ba4 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/gray_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/gray_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/gray_stained_glass_pane_noside.json b/1.15.2/assets/minecraft/models/block/gray_stained_glass_pane_noside.json new file mode 100644 index 00000000..71a825e2 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/gray_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside", + "textures": { + "pane": "block/gray_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/gray_stained_glass_pane_noside_alt.json b/1.15.2/assets/minecraft/models/block/gray_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..c12a5d9c --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/gray_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside_alt", + "textures": { + "pane": "block/gray_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/gray_stained_glass_pane_post.json b/1.15.2/assets/minecraft/models/block/gray_stained_glass_pane_post.json new file mode 100644 index 00000000..c5dbdb26 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/gray_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_post", + "textures": { + "edge": "block/gray_stained_glass_pane_top", + "pane": "block/gray_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/gray_stained_glass_pane_side.json b/1.15.2/assets/minecraft/models/block/gray_stained_glass_pane_side.json new file mode 100644 index 00000000..1a4144f5 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/gray_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side", + "textures": { + "edge": "block/gray_stained_glass_pane_top", + "pane": "block/gray_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/gray_stained_glass_pane_side_alt.json b/1.15.2/assets/minecraft/models/block/gray_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..a31891c0 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/gray_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side_alt", + "textures": { + "edge": "block/gray_stained_glass_pane_top", + "pane": "block/gray_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/gray_terracotta.json b/1.15.2/assets/minecraft/models/block/gray_terracotta.json new file mode 100644 index 00000000..ba483e0b --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/gray_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/gray_terracotta" + } +} diff --git a/1.15.2/assets/minecraft/models/block/gray_wool.json b/1.15.2/assets/minecraft/models/block/gray_wool.json new file mode 100644 index 00000000..f8569c1d --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/gray_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/gray_wool" + } +} diff --git a/1.15.2/assets/minecraft/models/block/green_carpet.json b/1.15.2/assets/minecraft/models/block/green_carpet.json new file mode 100644 index 00000000..a35b8b7c --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/green_carpet.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "block/green_wool", + "wool": "block/green_wool" + } +} diff --git a/1.15.2/assets/minecraft/models/block/green_concrete.json b/1.15.2/assets/minecraft/models/block/green_concrete.json new file mode 100644 index 00000000..b4c9fe25 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/green_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/green_concrete" + } +} diff --git a/1.15.2/assets/minecraft/models/block/green_concrete_powder.json b/1.15.2/assets/minecraft/models/block/green_concrete_powder.json new file mode 100644 index 00000000..21f4acf3 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/green_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/green_concrete_powder" + } +} diff --git a/1.15.2/assets/minecraft/models/block/green_glazed_terracotta.json b/1.15.2/assets/minecraft/models/block/green_glazed_terracotta.json new file mode 100644 index 00000000..cfe45159 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/green_glazed_terracotta.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glazed_terracotta", + "textures": { + "particle": "block/green_glazed_terracotta", + "pattern": "block/green_glazed_terracotta" + } +} diff --git a/1.15.2/assets/minecraft/models/block/green_shulker_box.json b/1.15.2/assets/minecraft/models/block/green_shulker_box.json new file mode 100644 index 00000000..e524b8c5 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/green_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "block/green_shulker_box" + } +} diff --git a/1.15.2/assets/minecraft/models/block/green_stained_glass.json b/1.15.2/assets/minecraft/models/block/green_stained_glass.json new file mode 100644 index 00000000..bef851ea --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/green_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/green_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/green_stained_glass_pane_noside.json b/1.15.2/assets/minecraft/models/block/green_stained_glass_pane_noside.json new file mode 100644 index 00000000..40949040 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/green_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside", + "textures": { + "pane": "block/green_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/green_stained_glass_pane_noside_alt.json b/1.15.2/assets/minecraft/models/block/green_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..5f3930ee --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/green_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside_alt", + "textures": { + "pane": "block/green_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/green_stained_glass_pane_post.json b/1.15.2/assets/minecraft/models/block/green_stained_glass_pane_post.json new file mode 100644 index 00000000..1e571437 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/green_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_post", + "textures": { + "edge": "block/green_stained_glass_pane_top", + "pane": "block/green_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/green_stained_glass_pane_side.json b/1.15.2/assets/minecraft/models/block/green_stained_glass_pane_side.json new file mode 100644 index 00000000..f608e0b4 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/green_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side", + "textures": { + "edge": "block/green_stained_glass_pane_top", + "pane": "block/green_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/green_stained_glass_pane_side_alt.json b/1.15.2/assets/minecraft/models/block/green_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..6f5d791f --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/green_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side_alt", + "textures": { + "edge": "block/green_stained_glass_pane_top", + "pane": "block/green_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/green_terracotta.json b/1.15.2/assets/minecraft/models/block/green_terracotta.json new file mode 100644 index 00000000..7ab4418d --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/green_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/green_terracotta" + } +} diff --git a/1.15.2/assets/minecraft/models/block/green_wool.json b/1.15.2/assets/minecraft/models/block/green_wool.json new file mode 100644 index 00000000..98a939c6 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/green_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/green_wool" + } +} diff --git a/1.15.2/assets/minecraft/models/block/grindstone.json b/1.15.2/assets/minecraft/models/block/grindstone.json new file mode 100644 index 00000000..cc5e0f1f --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/grindstone.json @@ -0,0 +1,68 @@ +{ + "parent": "block/block", + "textures": { + "pivot": "block/grindstone_pivot", + "round": "block/grindstone_round", + "side": "block/grindstone_side", + "particle": "block/grindstone_side", + "leg": "block/dark_oak_log" + }, + "elements": [ + { + "from": [12, 0, 6], + "to": [14, 7, 10], + "faces": { + "north": {"uv": [2, 9, 4, 16], "texture": "#leg"}, + "east": {"uv": [10, 16, 6, 9], "texture": "#leg"}, + "south": {"uv": [12, 9, 14, 16], "texture": "#leg"}, + "west": {"uv": [6, 9, 10, 16], "texture": "#leg"}, + "down": {"uv": [12, 6, 14, 10], "texture": "#leg", "cullface": "down" } + } + }, + { + "from": [2, 0, 6], + "to": [4, 7, 10], + "faces": { + "north": {"uv": [12, 9, 14, 16], "texture": "#leg"}, + "east": {"uv": [10, 16, 6, 9], "texture": "#leg"}, + "south": {"uv": [2, 9, 4, 16], "texture": "#leg"}, + "west": {"uv": [6, 9, 10, 16], "texture": "#leg"}, + "down": {"uv": [2, 6, 4, 10], "texture": "#leg", "cullface": "down"} + } + }, + { + "from": [12, 7, 5], + "to": [14, 13, 11], + "faces": { + "north": {"uv": [6, 0, 8, 6], "texture": "#pivot"}, + "east": {"uv": [0, 0, 6, 6], "texture": "#pivot"}, + "south": {"uv": [6, 0, 8, 6], "texture": "#pivot"}, + "up": {"uv": [8, 0, 10, 6], "texture": "#pivot"}, + "down": {"uv": [8, 0, 10, 6], "texture": "#pivot"} + } + }, + { + "from": [2, 7, 5], + "to": [4, 13, 11], + "faces": { + "north": {"uv": [6, 0, 8, 6], "texture": "#pivot"}, + "south": {"uv": [6, 0, 8, 6], "texture": "#pivot"}, + "west": {"uv": [0, 0, 6, 6], "texture": "#pivot"}, + "up": {"uv": [8, 0, 10, 6], "texture": "#pivot"}, + "down": {"uv": [8, 0, 10, 6], "texture": "#pivot"} + } + }, + { + "from": [4, 4, 2], + "to": [12, 16, 14], + "faces": { + "north": {"uv": [0, 0, 8, 12], "texture": "#round"}, + "east": {"uv": [0, 0, 12, 12], "texture": "#side"}, + "south": {"uv": [0, 0, 8, 12], "texture": "#round"}, + "west": {"uv": [0, 0, 12, 12], "texture": "#side"}, + "up": {"uv": [0, 0, 8, 12], "texture": "#round", "cullface": "up" }, + "down": {"uv": [0, 0, 8, 12], "texture": "#round"} + } + } + ] +} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/models/block/hanging_lantern.json b/1.15.2/assets/minecraft/models/block/hanging_lantern.json new file mode 100644 index 00000000..093a4bf5 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/hanging_lantern.json @@ -0,0 +1,51 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/lantern", + "all": "block/lantern" + }, + "elements": [ + { "from": [ 5, 1, 5 ], + "to": [ 11, 8, 11 ], + "faces": { + "down": { "uv": [ 0, 9, 6, 15 ], "texture": "#all"}, + "up": { "uv": [ 0, 9, 6, 15 ], "texture": "#all" }, + "north": { "uv": [ 0, 2, 6, 9 ], "texture": "#all" }, + "south": { "uv": [ 0, 2, 6, 9 ], "texture": "#all" }, + "west": { "uv": [ 0, 2, 6, 9 ], "texture": "#all" }, + "east": { "uv": [ 0, 2, 6, 9 ], "texture": "#all" } + } + }, + { "from": [ 6, 8, 6 ], + "to": [ 10, 10, 10 ], + "faces": { + "down": { "uv": [ 1, 10, 5, 14 ], "texture": "#all"}, + "up": { "uv": [ 1, 10, 5, 14 ], "texture": "#all" }, + "north": { "uv": [ 1, 0, 5, 2 ], "texture": "#all" }, + "south": { "uv": [ 1, 0, 5, 2 ], "texture": "#all" }, + "west": { "uv": [ 1, 0, 5, 2 ], "texture": "#all" }, + "east": { "uv": [ 1, 0, 5, 2 ], "texture": "#all" } + } + }, + { + "from": [ 6.5, 11, 8 ], + "to": [ 9.5, 15, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45}, + "shade": false, + "faces": { + "north": { "uv": [ 11, 1, 14, 5 ], "texture": "#all" }, + "south": { "uv": [ 11, 1, 14, 5 ], "texture": "#all" } + } + }, + { + "from": [ 8, 10, 6.5 ], + "to": [ 8, 16, 9.5 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45}, + "shade": false, + "faces": { + "west": { "uv": [ 11, 6, 14, 12 ], "texture": "#all" }, + "east": { "uv": [ 11, 6, 14, 12 ], "texture": "#all" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/hay_block.json b/1.15.2/assets/minecraft/models/block/hay_block.json new file mode 100644 index 00000000..70713d6a --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/hay_block.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/hay_block_top", + "side": "block/hay_block_side" + } +} diff --git a/1.15.2/assets/minecraft/models/block/heavy_weighted_pressure_plate.json b/1.15.2/assets/minecraft/models/block/heavy_weighted_pressure_plate.json new file mode 100644 index 00000000..53a53858 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/heavy_weighted_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_up", + "textures": { + "texture": "block/iron_block" + } +} diff --git a/1.15.2/assets/minecraft/models/block/heavy_weighted_pressure_plate_down.json b/1.15.2/assets/minecraft/models/block/heavy_weighted_pressure_plate_down.json new file mode 100644 index 00000000..118e3ac6 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/heavy_weighted_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_down", + "textures": { + "texture": "block/iron_block" + } +} diff --git a/1.15.2/assets/minecraft/models/block/honey_block.json b/1.15.2/assets/minecraft/models/block/honey_block.json new file mode 100644 index 00000000..d3dd49f9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/honey_block.json @@ -0,0 +1,33 @@ +{ "parent": "block/block", + "textures": { + "particle": "block/honey_block_top", + "down": "block/honey_block_bottom", + "up": "block/honey_block_top", + "side": "block/honey_block_side" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "texture": "#down", "cullface": "down" }, + "up": { "texture": "#down", "cullface": "up" }, + "north": { "texture": "#down", "cullface": "north" }, + "south": { "texture": "#down", "cullface": "south" }, + "west": { "texture": "#down", "cullface": "west" }, + "east": { "texture": "#down", "cullface": "east" } + } + }, + { "from": [ 1, 1, 1 ], + "to": [ 15, 15, 15 ], + "faces": { + "down": { "uv": [ 1, 1, 15, 15 ], "texture": "#down"}, + "up": { "uv": [ 1, 1, 15, 15 ], "texture": "#up"}, + "north": { "uv": [ 1, 1, 15, 15 ], "texture": "#side"}, + "south": { "uv": [ 1, 1, 15, 15 ], "texture": "#side"}, + "west": { "uv": [ 1, 1, 15, 15 ], "texture": "#side"}, + "east": { "uv": [ 1, 1, 15, 15 ], "texture": "#side"} + } + } + ] +} + diff --git a/1.15.2/assets/minecraft/models/block/honeycomb_block.json b/1.15.2/assets/minecraft/models/block/honeycomb_block.json new file mode 100644 index 00000000..14a63aa2 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/honeycomb_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/honeycomb_block" + } +} diff --git a/1.15.2/assets/minecraft/models/block/hopper.json b/1.15.2/assets/minecraft/models/block/hopper.json new file mode 100644 index 00000000..32a4e191 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/hopper.json @@ -0,0 +1,78 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/hopper_outside", + "top": "block/hopper_top", + "side": "block/hopper_outside", + "inside": "block/hopper_inside" + }, + "elements": [ + { "from": [ 0, 10, 0 ], + "to": [ 16, 11, 16 ], + "faces": { + "down": { "texture": "#side" }, + "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": [ 0, 11, 0 ], + "to": [ 2, 16, 16 ], + "faces": { + "up": { "texture": "#top", "cullface": "up" }, + "north": { "texture": "#side", "cullface": "north" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "west" }, + "east": { "texture": "#side", "cullface": "up" } + } + }, + { "from": [ 14, 11, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "up": { "texture": "#top", "cullface": "up" }, + "north": { "texture": "#side", "cullface": "north" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "up" }, + "east": { "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 2, 11, 0 ], + "to": [ 14, 16, 2 ], + "faces": { + "up": { "texture": "#top", "cullface": "up" }, + "north": { "texture": "#side", "cullface": "north" }, + "south": { "texture": "#side", "cullface": "up" } + } + }, + { "from": [ 2, 11, 14 ], + "to": [ 14, 16, 16 ], + "faces": { + "up": { "texture": "#top", "cullface": "up" }, + "north": { "texture": "#side", "cullface": "up" }, + "south": { "texture": "#side", "cullface": "south" } + } + }, + { "from": [ 4, 4, 4 ], + "to": [ 12, 10, 12 ], + "faces": { + "down": { "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", "cullface": "down" }, + "north": { "texture": "#side" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side" }, + "east": { "texture": "#side" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/hopper_side.json b/1.15.2/assets/minecraft/models/block/hopper_side.json new file mode 100644 index 00000000..321c332f --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/hopper_side.json @@ -0,0 +1,78 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/hopper_outside", + "top": "block/hopper_top", + "side": "block/hopper_outside", + "inside": "block/hopper_inside" + }, + "elements": [ + { "from": [ 0, 10, 0 ], + "to": [ 16, 11, 16 ], + "faces": { + "down": { "texture": "#side" }, + "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": [ 0, 11, 0 ], + "to": [ 2, 16, 16 ], + "faces": { + "up": { "texture": "#top", "cullface": "up" }, + "north": { "texture": "#side", "cullface": "north" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "west" }, + "east": { "texture": "#side", "cullface": "up" } + } + }, + { "from": [ 14, 11, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "up": { "texture": "#top", "cullface": "up" }, + "north": { "texture": "#side", "cullface": "north" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "up" }, + "east": { "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 2, 11, 0 ], + "to": [ 14, 16, 2 ], + "faces": { + "up": { "texture": "#top", "cullface": "up" }, + "north": { "texture": "#side", "cullface": "north" }, + "south": { "texture": "#side", "cullface": "up" } + } + }, + { "from": [ 2, 11, 14 ], + "to": [ 14, 16, 16 ], + "faces": { + "up": { "texture": "#top", "cullface": "up" }, + "north": { "texture": "#side", "cullface": "up" }, + "south": { "texture": "#side", "cullface": "south" } + } + }, + { "from": [ 4, 4, 4 ], + "to": [ 12, 10, 12 ], + "faces": { + "down": { "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", "cullface": "north" }, + "west": { "texture": "#side" }, + "east": { "texture": "#side" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/horn_coral.json b/1.15.2/assets/minecraft/models/block/horn_coral.json new file mode 100644 index 00000000..8ae8063b --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/horn_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/horn_coral" + } +} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/models/block/horn_coral_block.json b/1.15.2/assets/minecraft/models/block/horn_coral_block.json new file mode 100644 index 00000000..bec7ba97 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/horn_coral_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/horn_coral_block" + } +} diff --git a/1.15.2/assets/minecraft/models/block/horn_coral_fan.json b/1.15.2/assets/minecraft/models/block/horn_coral_fan.json new file mode 100644 index 00000000..b9175881 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/horn_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "block/coral_fan", + "textures": { + "fan": "block/horn_coral_fan" + } +} diff --git a/1.15.2/assets/minecraft/models/block/horn_coral_wall_fan.json b/1.15.2/assets/minecraft/models/block/horn_coral_wall_fan.json new file mode 100644 index 00000000..b8b63a91 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/horn_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "block/coral_wall_fan", + "textures": { + "fan": "block/horn_coral_fan" + } +} diff --git a/1.15.2/assets/minecraft/models/block/ice.json b/1.15.2/assets/minecraft/models/block/ice.json new file mode 100644 index 00000000..f2eb9ec0 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/ice.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/ice" + } +} diff --git a/1.15.2/assets/minecraft/models/block/inner_stairs.json b/1.15.2/assets/minecraft/models/block/inner_stairs.json new file mode 100644 index 00000000..364eff63 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/inner_stairs.json @@ -0,0 +1,37 @@ +{ + "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": { + "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": { + "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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/iron_bars_cap.json b/1.15.2/assets/minecraft/models/block/iron_bars_cap.json new file mode 100644 index 00000000..8790100a --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/iron_bars_cap.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/iron_bars", + "bars": "block/iron_bars", + "edge": "block/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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/iron_bars_cap_alt.json b/1.15.2/assets/minecraft/models/block/iron_bars_cap_alt.json new file mode 100644 index 00000000..0352a9d4 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/iron_bars_cap_alt.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/iron_bars", + "bars": "block/iron_bars", + "edge": "block/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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/iron_bars_post.json b/1.15.2/assets/minecraft/models/block/iron_bars_post.json new file mode 100644 index 00000000..feb3e146 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/iron_bars_post.json @@ -0,0 +1,23 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/iron_bars", + "bars": "block/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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/iron_bars_post_ends.json b/1.15.2/assets/minecraft/models/block/iron_bars_post_ends.json new file mode 100644 index 00000000..b0c1ef61 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/iron_bars_post_ends.json @@ -0,0 +1,23 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/iron_bars", + "edge": "block/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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/iron_bars_side.json b/1.15.2/assets/minecraft/models/block/iron_bars_side.json new file mode 100644 index 00000000..01d74110 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/iron_bars_side.json @@ -0,0 +1,37 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/iron_bars", + "bars": "block/iron_bars", + "edge": "block/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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/iron_bars_side_alt.json b/1.15.2/assets/minecraft/models/block/iron_bars_side_alt.json new file mode 100644 index 00000000..83842e68 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/iron_bars_side_alt.json @@ -0,0 +1,39 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/iron_bars", + "bars": "block/iron_bars", + "edge": "block/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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/iron_block.json b/1.15.2/assets/minecraft/models/block/iron_block.json new file mode 100644 index 00000000..3c170577 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/iron_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/iron_block" + } +} diff --git a/1.15.2/assets/minecraft/models/block/iron_door_bottom.json b/1.15.2/assets/minecraft/models/block/iron_door_bottom.json new file mode 100644 index 00000000..7d07d763 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/iron_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom", + "textures": { + "bottom": "block/iron_door_bottom", + "top": "block/iron_door_top" + } +} diff --git a/1.15.2/assets/minecraft/models/block/iron_door_bottom_hinge.json b/1.15.2/assets/minecraft/models/block/iron_door_bottom_hinge.json new file mode 100644 index 00000000..536f298c --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/iron_door_bottom_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom_rh", + "textures": { + "bottom": "block/iron_door_bottom", + "top": "block/iron_door_top" + } +} diff --git a/1.15.2/assets/minecraft/models/block/iron_door_top.json b/1.15.2/assets/minecraft/models/block/iron_door_top.json new file mode 100644 index 00000000..30c90b29 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/iron_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top", + "textures": { + "bottom": "block/iron_door_bottom", + "top": "block/iron_door_top" + } +} diff --git a/1.15.2/assets/minecraft/models/block/iron_door_top_hinge.json b/1.15.2/assets/minecraft/models/block/iron_door_top_hinge.json new file mode 100644 index 00000000..5308f4f3 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/iron_door_top_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top_rh", + "textures": { + "bottom": "block/iron_door_bottom", + "top": "block/iron_door_top" + } +} diff --git a/1.15.2/assets/minecraft/models/block/iron_ore.json b/1.15.2/assets/minecraft/models/block/iron_ore.json new file mode 100644 index 00000000..d87798c2 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/iron_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/iron_ore" + } +} diff --git a/1.15.2/assets/minecraft/models/block/iron_trapdoor_bottom.json b/1.15.2/assets/minecraft/models/block/iron_trapdoor_bottom.json new file mode 100644 index 00000000..6197ca86 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/iron_trapdoor_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_trapdoor_bottom", + "textures": { + "texture": "block/iron_trapdoor" + } +} diff --git a/1.15.2/assets/minecraft/models/block/iron_trapdoor_open.json b/1.15.2/assets/minecraft/models/block/iron_trapdoor_open.json new file mode 100644 index 00000000..22900323 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/iron_trapdoor_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_trapdoor_open", + "textures": { + "texture": "block/iron_trapdoor" + } +} diff --git a/1.15.2/assets/minecraft/models/block/iron_trapdoor_top.json b/1.15.2/assets/minecraft/models/block/iron_trapdoor_top.json new file mode 100644 index 00000000..eb85b17e --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/iron_trapdoor_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_trapdoor_top", + "textures": { + "texture": "block/iron_trapdoor" + } +} diff --git a/1.15.2/assets/minecraft/models/block/item_frame.json b/1.15.2/assets/minecraft/models/block/item_frame.json new file mode 100644 index 00000000..ad7c595a --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/item_frame.json @@ -0,0 +1,56 @@ +{ + "textures": { + "particle": "block/birch_planks", + "wood": "block/birch_planks", + "back": "block/item_frame" + }, + "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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/item_frame_map.json b/1.15.2/assets/minecraft/models/block/item_frame_map.json new file mode 100644 index 00000000..e92f4f02 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/item_frame_map.json @@ -0,0 +1,56 @@ +{ + "textures": { + "particle": "block/birch_planks", + "wood": "block/birch_planks", + "back": "block/item_frame" + }, + "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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/jack_o_lantern.json b/1.15.2/assets/minecraft/models/block/jack_o_lantern.json new file mode 100644 index 00000000..e9b3c4a0 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/jack_o_lantern.json @@ -0,0 +1,8 @@ +{ + "parent": "block/orientable", + "textures": { + "top": "block/pumpkin_top", + "front": "block/jack_o_lantern", + "side": "block/pumpkin_side" + } +} diff --git a/1.15.2/assets/minecraft/models/block/jigsaw.json b/1.15.2/assets/minecraft/models/block/jigsaw.json new file mode 100644 index 00000000..59269cbc --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/jigsaw.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "block/jigsaw_top", + "down": "block/jigsaw_bottom", + "up": "block/jigsaw_top", + "north": "block/jigsaw_side", + "east": "block/jigsaw_side", + "south": "block/jigsaw_side", + "west": "block/jigsaw_side" + } +} diff --git a/1.15.2/assets/minecraft/models/block/jukebox.json b/1.15.2/assets/minecraft/models/block/jukebox.json new file mode 100644 index 00000000..727efa10 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/jukebox.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_top", + "textures": { + "top": "block/jukebox_top", + "side": "block/jukebox_side" + } +} diff --git a/1.15.2/assets/minecraft/models/block/jungle_button.json b/1.15.2/assets/minecraft/models/block/jungle_button.json new file mode 100644 index 00000000..769378bb --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/jungle_button.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button", + "textures": { + "texture": "block/jungle_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/jungle_button_inventory.json b/1.15.2/assets/minecraft/models/block/jungle_button_inventory.json new file mode 100644 index 00000000..43e0b390 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/jungle_button_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button_inventory", + "textures": { + "texture": "block/jungle_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/jungle_button_pressed.json b/1.15.2/assets/minecraft/models/block/jungle_button_pressed.json new file mode 100644 index 00000000..a25fa95c --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/jungle_button_pressed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button_pressed", + "textures": { + "texture": "block/jungle_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/jungle_door_bottom.json b/1.15.2/assets/minecraft/models/block/jungle_door_bottom.json new file mode 100644 index 00000000..49ebcb8d --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/jungle_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom", + "textures": { + "bottom": "block/jungle_door_bottom", + "top": "block/jungle_door_top" + } +} diff --git a/1.15.2/assets/minecraft/models/block/jungle_door_bottom_hinge.json b/1.15.2/assets/minecraft/models/block/jungle_door_bottom_hinge.json new file mode 100644 index 00000000..b24fe79b --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/jungle_door_bottom_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom_rh", + "textures": { + "bottom": "block/jungle_door_bottom", + "top": "block/jungle_door_top" + } +} diff --git a/1.15.2/assets/minecraft/models/block/jungle_door_top.json b/1.15.2/assets/minecraft/models/block/jungle_door_top.json new file mode 100644 index 00000000..b2acf35b --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/jungle_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top", + "textures": { + "bottom": "block/jungle_door_bottom", + "top": "block/jungle_door_top" + } +} diff --git a/1.15.2/assets/minecraft/models/block/jungle_door_top_hinge.json b/1.15.2/assets/minecraft/models/block/jungle_door_top_hinge.json new file mode 100644 index 00000000..24d3766c --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/jungle_door_top_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top_rh", + "textures": { + "bottom": "block/jungle_door_bottom", + "top": "block/jungle_door_top" + } +} diff --git a/1.15.2/assets/minecraft/models/block/jungle_fence_gate.json b/1.15.2/assets/minecraft/models/block/jungle_fence_gate.json new file mode 100644 index 00000000..55afe43e --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/jungle_fence_gate.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate", + "textures": { + "texture": "block/jungle_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/jungle_fence_gate_open.json b/1.15.2/assets/minecraft/models/block/jungle_fence_gate_open.json new file mode 100644 index 00000000..1f804b63 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/jungle_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate_open", + "textures": { + "texture": "block/jungle_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/jungle_fence_gate_wall.json b/1.15.2/assets/minecraft/models/block/jungle_fence_gate_wall.json new file mode 100644 index 00000000..dc4f0b45 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/jungle_fence_gate_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate_wall", + "textures": { + "texture": "block/jungle_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/jungle_fence_gate_wall_open.json b/1.15.2/assets/minecraft/models/block/jungle_fence_gate_wall_open.json new file mode 100644 index 00000000..4a62ac13 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/jungle_fence_gate_wall_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate_wall_open", + "textures": { + "texture": "block/jungle_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/jungle_fence_inventory.json b/1.15.2/assets/minecraft/models/block/jungle_fence_inventory.json new file mode 100644 index 00000000..924a309b --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/jungle_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_inventory", + "textures": { + "texture": "block/jungle_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/jungle_fence_post.json b/1.15.2/assets/minecraft/models/block/jungle_fence_post.json new file mode 100644 index 00000000..e8e3f916 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/jungle_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_post", + "textures": { + "texture": "block/jungle_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/jungle_fence_side.json b/1.15.2/assets/minecraft/models/block/jungle_fence_side.json new file mode 100644 index 00000000..0b54dd40 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/jungle_fence_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_side", + "textures": { + "texture": "block/jungle_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/jungle_leaves.json b/1.15.2/assets/minecraft/models/block/jungle_leaves.json new file mode 100644 index 00000000..c3473d3e --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/jungle_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "block/leaves", + "textures": { + "all": "block/jungle_leaves" + } +} diff --git a/1.15.2/assets/minecraft/models/block/jungle_log.json b/1.15.2/assets/minecraft/models/block/jungle_log.json new file mode 100644 index 00000000..cfbb750a --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/jungle_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/jungle_log_top", + "side": "block/jungle_log" + } +} diff --git a/1.15.2/assets/minecraft/models/block/jungle_planks.json b/1.15.2/assets/minecraft/models/block/jungle_planks.json new file mode 100644 index 00000000..3dac0430 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/jungle_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/jungle_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/jungle_pressure_plate.json b/1.15.2/assets/minecraft/models/block/jungle_pressure_plate.json new file mode 100644 index 00000000..7e0646d3 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/jungle_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_up", + "textures": { + "texture": "block/jungle_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/jungle_pressure_plate_down.json b/1.15.2/assets/minecraft/models/block/jungle_pressure_plate_down.json new file mode 100644 index 00000000..2a224efe --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/jungle_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_down", + "textures": { + "texture": "block/jungle_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/jungle_sapling.json b/1.15.2/assets/minecraft/models/block/jungle_sapling.json new file mode 100644 index 00000000..38a35bea --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/jungle_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/jungle_sapling" + } +} diff --git a/1.15.2/assets/minecraft/models/block/jungle_sign.json b/1.15.2/assets/minecraft/models/block/jungle_sign.json new file mode 100644 index 00000000..77bf9c36 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/jungle_sign.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "block/jungle_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/jungle_slab.json b/1.15.2/assets/minecraft/models/block/jungle_slab.json new file mode 100644 index 00000000..b36da672 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/jungle_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/jungle_planks", + "top": "block/jungle_planks", + "side": "block/jungle_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/jungle_slab_top.json b/1.15.2/assets/minecraft/models/block/jungle_slab_top.json new file mode 100644 index 00000000..8ed4e92e --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/jungle_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/jungle_planks", + "top": "block/jungle_planks", + "side": "block/jungle_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/jungle_stairs.json b/1.15.2/assets/minecraft/models/block/jungle_stairs.json new file mode 100644 index 00000000..2ea0ca12 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/jungle_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/jungle_planks", + "top": "block/jungle_planks", + "side": "block/jungle_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/jungle_stairs_inner.json b/1.15.2/assets/minecraft/models/block/jungle_stairs_inner.json new file mode 100644 index 00000000..7231195d --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/jungle_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/jungle_planks", + "top": "block/jungle_planks", + "side": "block/jungle_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/jungle_stairs_outer.json b/1.15.2/assets/minecraft/models/block/jungle_stairs_outer.json new file mode 100644 index 00000000..67b37bec --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/jungle_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/jungle_planks", + "top": "block/jungle_planks", + "side": "block/jungle_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/jungle_trapdoor_bottom.json b/1.15.2/assets/minecraft/models/block/jungle_trapdoor_bottom.json new file mode 100644 index 00000000..b2c085fb --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/jungle_trapdoor_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_orientable_trapdoor_bottom", + "textures": { + "texture": "block/jungle_trapdoor" + } +} diff --git a/1.15.2/assets/minecraft/models/block/jungle_trapdoor_open.json b/1.15.2/assets/minecraft/models/block/jungle_trapdoor_open.json new file mode 100644 index 00000000..4c9cf0a6 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/jungle_trapdoor_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_orientable_trapdoor_open", + "textures": { + "texture": "block/jungle_trapdoor" + } +} diff --git a/1.15.2/assets/minecraft/models/block/jungle_trapdoor_top.json b/1.15.2/assets/minecraft/models/block/jungle_trapdoor_top.json new file mode 100644 index 00000000..4949514d --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/jungle_trapdoor_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_orientable_trapdoor_top", + "textures": { + "texture": "block/jungle_trapdoor" + } +} diff --git a/1.15.2/assets/minecraft/models/block/jungle_wood.json b/1.15.2/assets/minecraft/models/block/jungle_wood.json new file mode 100644 index 00000000..a17e1852 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/jungle_wood.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/jungle_log", + "side": "block/jungle_log" + } +} diff --git a/1.15.2/assets/minecraft/models/block/kelp.json b/1.15.2/assets/minecraft/models/block/kelp.json new file mode 100644 index 00000000..5a13ec13 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/kelp.json @@ -0,0 +1,7 @@ +{ + "parent": "block/tinted_cross", + "textures": { + "particle": "block/kelp", + "cross": "block/kelp" + } +} diff --git a/1.15.2/assets/minecraft/models/block/kelp_plant.json b/1.15.2/assets/minecraft/models/block/kelp_plant.json new file mode 100644 index 00000000..9e1f3212 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/kelp_plant.json @@ -0,0 +1,6 @@ +{ + "parent": "block/tinted_cross", + "textures": { + "cross": "block/kelp_plant" + } +} diff --git a/1.15.2/assets/minecraft/models/block/ladder.json b/1.15.2/assets/minecraft/models/block/ladder.json new file mode 100644 index 00000000..8fc85a6f --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/ladder.json @@ -0,0 +1,17 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/ladder", + "texture": "block/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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/lantern.json b/1.15.2/assets/minecraft/models/block/lantern.json new file mode 100644 index 00000000..45dec50c --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/lantern.json @@ -0,0 +1,50 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/lantern", + "all": "block/lantern" + }, + "elements": [ + { "from": [ 5, 0, 5 ], + "to": [ 11, 7, 11 ], + "faces": { + "down": { "uv": [ 0, 9, 6, 15 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 0, 9, 6, 15 ], "texture": "#all" }, + "north": { "uv": [ 0, 2, 6, 9 ], "texture": "#all" }, + "south": { "uv": [ 0, 2, 6, 9 ], "texture": "#all" }, + "west": { "uv": [ 0, 2, 6, 9 ], "texture": "#all" }, + "east": { "uv": [ 0, 2, 6, 9 ], "texture": "#all" } + } + }, + { "from": [ 6, 7, 6 ], + "to": [ 10, 9, 10 ], + "faces": { + "up": { "uv": [ 1, 10, 5, 14 ], "texture": "#all" }, + "north": { "uv": [ 1, 0, 5, 2 ], "texture": "#all" }, + "south": { "uv": [ 1, 0, 5, 2 ], "texture": "#all" }, + "west": { "uv": [ 1, 0, 5, 2 ], "texture": "#all" }, + "east": { "uv": [ 1, 0, 5, 2 ], "texture": "#all" } + } + }, + { + "from": [ 6.5, 9, 8 ], + "to": [ 9.5, 11, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45}, + "shade": false, + "faces": { + "north": { "uv": [ 11, 1, 14, 3 ], "texture": "#all" }, + "south": { "uv": [ 11, 1, 14, 3 ], "texture": "#all" } + } + }, + { + "from": [ 8, 9, 6.5 ], + "to": [ 8, 11, 9.5 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45}, + "shade": false, + "faces": { + "west": { "uv": [ 11, 10, 14, 12 ], "texture": "#all" }, + "east": { "uv": [ 11, 10, 14, 12 ], "texture": "#all" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/lapis_block.json b/1.15.2/assets/minecraft/models/block/lapis_block.json new file mode 100644 index 00000000..e4988ea5 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/lapis_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/lapis_block" + } +} diff --git a/1.15.2/assets/minecraft/models/block/lapis_ore.json b/1.15.2/assets/minecraft/models/block/lapis_ore.json new file mode 100644 index 00000000..8024a75c --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/lapis_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/lapis_ore" + } +} diff --git a/1.15.2/assets/minecraft/models/block/large_fern_bottom.json b/1.15.2/assets/minecraft/models/block/large_fern_bottom.json new file mode 100644 index 00000000..04a51057 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/large_fern_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/tinted_cross", + "textures": { + "cross": "block/large_fern_bottom" + } +} diff --git a/1.15.2/assets/minecraft/models/block/large_fern_top.json b/1.15.2/assets/minecraft/models/block/large_fern_top.json new file mode 100644 index 00000000..75ff5ae8 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/large_fern_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/tinted_cross", + "textures": { + "cross": "block/large_fern_top" + } +} diff --git a/1.15.2/assets/minecraft/models/block/lava.json b/1.15.2/assets/minecraft/models/block/lava.json new file mode 100644 index 00000000..315d525f --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/lava.json @@ -0,0 +1,6 @@ +{ + "textures": { + "particle": "block/lava_still" + } +} + diff --git a/1.15.2/assets/minecraft/models/block/leaves.json b/1.15.2/assets/minecraft/models/block/leaves.json new file mode 100644 index 00000000..722173fd --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/leaves.json @@ -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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/lectern.json b/1.15.2/assets/minecraft/models/block/lectern.json new file mode 100644 index 00000000..8b513b62 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/lectern.json @@ -0,0 +1,55 @@ +{ + "parent": "block/block", + "display": { + "firstperson_righthand": { + "rotation": [ 0, 135, 0 ], + "translation": [ 0, 0, 0 ], + "scale": [ 0.4, 0.4, 0.4 ] + } + }, + "textures": { + "particle": "block/lectern_sides", + "bottom": "block/oak_planks", + "base": "block/lectern_base", + "front": "block/lectern_front", + "sides": "block/lectern_sides", + "top": "block/lectern_top" + }, + "elements": [ + { + "from": [ 0, 0, 0 ], + "to": [ 16, 2, 16 ], + "faces": { + "north": { "uv": [ 0, 14, 16, 16 ], "texture": "#base", "cullface": "north" }, + "east": { "uv": [ 0, 6, 16, 8 ], "texture": "#base", "cullface": "east" }, + "south": { "uv": [ 0, 6, 16, 8 ], "texture": "#base", "cullface": "south" }, + "west": { "uv": [ 0, 6, 16, 8 ], "texture": "#base", "cullface": "west" }, + "up": { "uv": [ 0, 0, 16, 16 ], "rotation": 180, "texture": "#base" }, + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [4, 2, 4], + "to": [12, 15, 12], + "faces": { + "north": { "uv": [ 0, 0, 8, 13 ], "texture": "#front" }, + "east": { "uv": [ 2, 16, 15, 8 ], "rotation": 90, "texture": "#sides" }, + "south": { "uv": [ 8, 3, 16, 16 ], "texture": "#front" }, + "west": { "uv": [ 2, 8, 15, 16 ], "rotation": 90, "texture": "#sides" } + } + }, + { + "from": [ 0.01, 12, 3 ], + "to": [ 15.99, 16, 16 ], + "rotation": { "angle": -22.5, "axis": "x", "origin": [ 8, 8, 8 ] }, + "faces": { + "north": { "uv": [ 0, 0, 16, 4 ], "texture": "#sides" }, + "east": { "uv": [ 0, 4, 13, 8 ], "texture": "#sides" }, + "south": { "uv": [ 0, 4, 16, 8 ], "texture": "#sides" }, + "west": { "uv": [ 0, 4, 13, 8 ], "texture": "#sides" }, + "up": { "uv": [ 0, 1, 16, 14 ], "rotation": 180, "texture": "#top" }, + "down": { "uv": [ 0, 0, 16, 13 ], "texture": "#bottom" } + } + } + ] +} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/models/block/lever.json b/1.15.2/assets/minecraft/models/block/lever.json new file mode 100644 index 00000000..fa7a2b81 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/lever.json @@ -0,0 +1,32 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/cobblestone", + "base": "block/cobblestone", + "lever": "block/lever" + }, + "elements": [ + { "from": [ 5, 0, 4 ], + "to": [ 11, 3, 12 ], + "faces": { + "down": { "uv": [ 5, 4, 11, 12 ], "texture": "#base", "cullface": "down" }, + "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": { + "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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/lever_on.json b/1.15.2/assets/minecraft/models/block/lever_on.json new file mode 100644 index 00000000..1007274d --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/lever_on.json @@ -0,0 +1,32 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/cobblestone", + "base": "block/cobblestone", + "lever": "block/lever" + }, + "elements": [ + { "from": [ 5, 0, 4 ], + "to": [ 11, 3, 12 ], + "faces": { + "down": { "uv": [ 5, 4, 11, 12 ], "texture": "#base", "cullface": "down" }, + "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": { + "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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/light_blue_carpet.json b/1.15.2/assets/minecraft/models/block/light_blue_carpet.json new file mode 100644 index 00000000..cae5a4aa --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/light_blue_carpet.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "block/light_blue_wool", + "wool": "block/light_blue_wool" + } +} diff --git a/1.15.2/assets/minecraft/models/block/light_blue_concrete.json b/1.15.2/assets/minecraft/models/block/light_blue_concrete.json new file mode 100644 index 00000000..8d35dee8 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/light_blue_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/light_blue_concrete" + } +} diff --git a/1.15.2/assets/minecraft/models/block/light_blue_concrete_powder.json b/1.15.2/assets/minecraft/models/block/light_blue_concrete_powder.json new file mode 100644 index 00000000..37c8b490 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/light_blue_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/light_blue_concrete_powder" + } +} diff --git a/1.15.2/assets/minecraft/models/block/light_blue_glazed_terracotta.json b/1.15.2/assets/minecraft/models/block/light_blue_glazed_terracotta.json new file mode 100644 index 00000000..06934ce1 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/light_blue_glazed_terracotta.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glazed_terracotta", + "textures": { + "particle": "block/light_blue_glazed_terracotta", + "pattern": "block/light_blue_glazed_terracotta" + } +} diff --git a/1.15.2/assets/minecraft/models/block/light_blue_shulker_box.json b/1.15.2/assets/minecraft/models/block/light_blue_shulker_box.json new file mode 100644 index 00000000..c5c20fd5 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/light_blue_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "block/light_blue_shulker_box" + } +} diff --git a/1.15.2/assets/minecraft/models/block/light_blue_stained_glass.json b/1.15.2/assets/minecraft/models/block/light_blue_stained_glass.json new file mode 100644 index 00000000..b1e68b3f --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/light_blue_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/light_blue_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/light_blue_stained_glass_pane_noside.json b/1.15.2/assets/minecraft/models/block/light_blue_stained_glass_pane_noside.json new file mode 100644 index 00000000..7f726a5e --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/light_blue_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside", + "textures": { + "pane": "block/light_blue_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/light_blue_stained_glass_pane_noside_alt.json b/1.15.2/assets/minecraft/models/block/light_blue_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..1ca6540c --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/light_blue_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside_alt", + "textures": { + "pane": "block/light_blue_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/light_blue_stained_glass_pane_post.json b/1.15.2/assets/minecraft/models/block/light_blue_stained_glass_pane_post.json new file mode 100644 index 00000000..d61f4694 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/light_blue_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_post", + "textures": { + "edge": "block/light_blue_stained_glass_pane_top", + "pane": "block/light_blue_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/light_blue_stained_glass_pane_side.json b/1.15.2/assets/minecraft/models/block/light_blue_stained_glass_pane_side.json new file mode 100644 index 00000000..bcadaf14 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/light_blue_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side", + "textures": { + "edge": "block/light_blue_stained_glass_pane_top", + "pane": "block/light_blue_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/light_blue_stained_glass_pane_side_alt.json b/1.15.2/assets/minecraft/models/block/light_blue_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..093edb04 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/light_blue_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side_alt", + "textures": { + "edge": "block/light_blue_stained_glass_pane_top", + "pane": "block/light_blue_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/light_blue_terracotta.json b/1.15.2/assets/minecraft/models/block/light_blue_terracotta.json new file mode 100644 index 00000000..e8bd57f4 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/light_blue_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/light_blue_terracotta" + } +} diff --git a/1.15.2/assets/minecraft/models/block/light_blue_wool.json b/1.15.2/assets/minecraft/models/block/light_blue_wool.json new file mode 100644 index 00000000..83a717ac --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/light_blue_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/light_blue_wool" + } +} diff --git a/1.15.2/assets/minecraft/models/block/light_gray_carpet.json b/1.15.2/assets/minecraft/models/block/light_gray_carpet.json new file mode 100644 index 00000000..3ca880b3 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/light_gray_carpet.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "block/light_gray_wool", + "wool": "block/light_gray_wool" + } +} diff --git a/1.15.2/assets/minecraft/models/block/light_gray_concrete.json b/1.15.2/assets/minecraft/models/block/light_gray_concrete.json new file mode 100644 index 00000000..4244a028 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/light_gray_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/light_gray_concrete" + } +} diff --git a/1.15.2/assets/minecraft/models/block/light_gray_concrete_powder.json b/1.15.2/assets/minecraft/models/block/light_gray_concrete_powder.json new file mode 100644 index 00000000..dac59eeb --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/light_gray_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/light_gray_concrete_powder" + } +} diff --git a/1.15.2/assets/minecraft/models/block/light_gray_glazed_terracotta.json b/1.15.2/assets/minecraft/models/block/light_gray_glazed_terracotta.json new file mode 100644 index 00000000..03e60754 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/light_gray_glazed_terracotta.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glazed_terracotta", + "textures": { + "particle": "block/light_gray_glazed_terracotta", + "pattern": "block/light_gray_glazed_terracotta" + } +} diff --git a/1.15.2/assets/minecraft/models/block/light_gray_shulker_box.json b/1.15.2/assets/minecraft/models/block/light_gray_shulker_box.json new file mode 100644 index 00000000..be0b9e7c --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/light_gray_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "block/light_gray_shulker_box" + } +} diff --git a/1.15.2/assets/minecraft/models/block/light_gray_stained_glass.json b/1.15.2/assets/minecraft/models/block/light_gray_stained_glass.json new file mode 100644 index 00000000..19481008 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/light_gray_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/light_gray_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/light_gray_stained_glass_pane_noside.json b/1.15.2/assets/minecraft/models/block/light_gray_stained_glass_pane_noside.json new file mode 100644 index 00000000..9fc152a6 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/light_gray_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside", + "textures": { + "pane": "block/light_gray_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/light_gray_stained_glass_pane_noside_alt.json b/1.15.2/assets/minecraft/models/block/light_gray_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..2f9c22b9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/light_gray_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside_alt", + "textures": { + "pane": "block/light_gray_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/light_gray_stained_glass_pane_post.json b/1.15.2/assets/minecraft/models/block/light_gray_stained_glass_pane_post.json new file mode 100644 index 00000000..6c1f1847 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/light_gray_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_post", + "textures": { + "edge": "block/light_gray_stained_glass_pane_top", + "pane": "block/light_gray_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/light_gray_stained_glass_pane_side.json b/1.15.2/assets/minecraft/models/block/light_gray_stained_glass_pane_side.json new file mode 100644 index 00000000..bffa53dc --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/light_gray_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side", + "textures": { + "edge": "block/light_gray_stained_glass_pane_top", + "pane": "block/light_gray_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/light_gray_stained_glass_pane_side_alt.json b/1.15.2/assets/minecraft/models/block/light_gray_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..cda378d5 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/light_gray_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side_alt", + "textures": { + "edge": "block/light_gray_stained_glass_pane_top", + "pane": "block/light_gray_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/light_gray_terracotta.json b/1.15.2/assets/minecraft/models/block/light_gray_terracotta.json new file mode 100644 index 00000000..5f6082d0 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/light_gray_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/light_gray_terracotta" + } +} diff --git a/1.15.2/assets/minecraft/models/block/light_gray_wool.json b/1.15.2/assets/minecraft/models/block/light_gray_wool.json new file mode 100644 index 00000000..2b4e8f70 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/light_gray_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/light_gray_wool" + } +} diff --git a/1.15.2/assets/minecraft/models/block/light_weighted_pressure_plate.json b/1.15.2/assets/minecraft/models/block/light_weighted_pressure_plate.json new file mode 100644 index 00000000..e9ddfdfe --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/light_weighted_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_up", + "textures": { + "texture": "block/gold_block" + } +} diff --git a/1.15.2/assets/minecraft/models/block/light_weighted_pressure_plate_down.json b/1.15.2/assets/minecraft/models/block/light_weighted_pressure_plate_down.json new file mode 100644 index 00000000..73628621 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/light_weighted_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_down", + "textures": { + "texture": "block/gold_block" + } +} diff --git a/1.15.2/assets/minecraft/models/block/lilac_bottom.json b/1.15.2/assets/minecraft/models/block/lilac_bottom.json new file mode 100644 index 00000000..c91ffe68 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/lilac_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/lilac_bottom" + } +} diff --git a/1.15.2/assets/minecraft/models/block/lilac_top.json b/1.15.2/assets/minecraft/models/block/lilac_top.json new file mode 100644 index 00000000..b8c1c9d2 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/lilac_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/lilac_top" + } +} diff --git a/1.15.2/assets/minecraft/models/block/lily_of_the_valley.json b/1.15.2/assets/minecraft/models/block/lily_of_the_valley.json new file mode 100644 index 00000000..25fcc064 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/lily_of_the_valley.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/lily_of_the_valley" + } +} diff --git a/1.15.2/assets/minecraft/models/block/lily_pad.json b/1.15.2/assets/minecraft/models/block/lily_pad.json new file mode 100644 index 00000000..a775a8dc --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/lily_pad.json @@ -0,0 +1,16 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/lily_pad", + "texture": "block/lily_pad" + }, + "elements": [ + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "faces": { + "down": { "uv": [ 16, 16, 0, 0 ], "texture": "#texture", "tintindex": 0 }, + "up": { "uv": [ 16, 0, 0, 16 ], "texture": "#texture", "tintindex": 0 } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/lime_carpet.json b/1.15.2/assets/minecraft/models/block/lime_carpet.json new file mode 100644 index 00000000..9a7d943d --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/lime_carpet.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "block/lime_wool", + "wool": "block/lime_wool" + } +} diff --git a/1.15.2/assets/minecraft/models/block/lime_concrete.json b/1.15.2/assets/minecraft/models/block/lime_concrete.json new file mode 100644 index 00000000..01ec9173 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/lime_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/lime_concrete" + } +} diff --git a/1.15.2/assets/minecraft/models/block/lime_concrete_powder.json b/1.15.2/assets/minecraft/models/block/lime_concrete_powder.json new file mode 100644 index 00000000..7ceaaa23 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/lime_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/lime_concrete_powder" + } +} diff --git a/1.15.2/assets/minecraft/models/block/lime_glazed_terracotta.json b/1.15.2/assets/minecraft/models/block/lime_glazed_terracotta.json new file mode 100644 index 00000000..f7e6aaba --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/lime_glazed_terracotta.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glazed_terracotta", + "textures": { + "particle": "block/lime_glazed_terracotta", + "pattern": "block/lime_glazed_terracotta" + } +} diff --git a/1.15.2/assets/minecraft/models/block/lime_shulker_box.json b/1.15.2/assets/minecraft/models/block/lime_shulker_box.json new file mode 100644 index 00000000..d7273bd1 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/lime_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "block/lime_shulker_box" + } +} diff --git a/1.15.2/assets/minecraft/models/block/lime_stained_glass.json b/1.15.2/assets/minecraft/models/block/lime_stained_glass.json new file mode 100644 index 00000000..f2bc4e26 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/lime_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/lime_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/lime_stained_glass_pane_noside.json b/1.15.2/assets/minecraft/models/block/lime_stained_glass_pane_noside.json new file mode 100644 index 00000000..ff72597d --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/lime_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside", + "textures": { + "pane": "block/lime_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/lime_stained_glass_pane_noside_alt.json b/1.15.2/assets/minecraft/models/block/lime_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..edab020b --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/lime_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside_alt", + "textures": { + "pane": "block/lime_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/lime_stained_glass_pane_post.json b/1.15.2/assets/minecraft/models/block/lime_stained_glass_pane_post.json new file mode 100644 index 00000000..122934b4 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/lime_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_post", + "textures": { + "edge": "block/lime_stained_glass_pane_top", + "pane": "block/lime_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/lime_stained_glass_pane_side.json b/1.15.2/assets/minecraft/models/block/lime_stained_glass_pane_side.json new file mode 100644 index 00000000..c1d584d5 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/lime_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side", + "textures": { + "edge": "block/lime_stained_glass_pane_top", + "pane": "block/lime_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/lime_stained_glass_pane_side_alt.json b/1.15.2/assets/minecraft/models/block/lime_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..515db573 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/lime_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side_alt", + "textures": { + "edge": "block/lime_stained_glass_pane_top", + "pane": "block/lime_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/lime_terracotta.json b/1.15.2/assets/minecraft/models/block/lime_terracotta.json new file mode 100644 index 00000000..c96e501d --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/lime_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/lime_terracotta" + } +} diff --git a/1.15.2/assets/minecraft/models/block/lime_wool.json b/1.15.2/assets/minecraft/models/block/lime_wool.json new file mode 100644 index 00000000..39984ef1 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/lime_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/lime_wool" + } +} diff --git a/1.15.2/assets/minecraft/models/block/loom.json b/1.15.2/assets/minecraft/models/block/loom.json new file mode 100644 index 00000000..5ea2d0d9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/loom.json @@ -0,0 +1,9 @@ +{ + "parent": "block/orientable", + "textures": { + "top": "block/loom_top", + "bottom": "block/loom_bottom", + "front": "block/loom_front", + "side": "block/loom_side" + } +} diff --git a/1.15.2/assets/minecraft/models/block/magenta_carpet.json b/1.15.2/assets/minecraft/models/block/magenta_carpet.json new file mode 100644 index 00000000..7702ace9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/magenta_carpet.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "block/magenta_wool", + "wool": "block/magenta_wool" + } +} diff --git a/1.15.2/assets/minecraft/models/block/magenta_concrete.json b/1.15.2/assets/minecraft/models/block/magenta_concrete.json new file mode 100644 index 00000000..80c2f73e --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/magenta_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/magenta_concrete" + } +} diff --git a/1.15.2/assets/minecraft/models/block/magenta_concrete_powder.json b/1.15.2/assets/minecraft/models/block/magenta_concrete_powder.json new file mode 100644 index 00000000..7d4d699f --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/magenta_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/magenta_concrete_powder" + } +} diff --git a/1.15.2/assets/minecraft/models/block/magenta_glazed_terracotta.json b/1.15.2/assets/minecraft/models/block/magenta_glazed_terracotta.json new file mode 100644 index 00000000..03ef9d48 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/magenta_glazed_terracotta.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glazed_terracotta", + "textures": { + "particle": "block/magenta_glazed_terracotta", + "pattern": "block/magenta_glazed_terracotta" + } +} diff --git a/1.15.2/assets/minecraft/models/block/magenta_shulker_box.json b/1.15.2/assets/minecraft/models/block/magenta_shulker_box.json new file mode 100644 index 00000000..28d280d9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/magenta_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "block/magenta_shulker_box" + } +} diff --git a/1.15.2/assets/minecraft/models/block/magenta_stained_glass.json b/1.15.2/assets/minecraft/models/block/magenta_stained_glass.json new file mode 100644 index 00000000..36d6274f --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/magenta_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/magenta_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/magenta_stained_glass_pane_noside.json b/1.15.2/assets/minecraft/models/block/magenta_stained_glass_pane_noside.json new file mode 100644 index 00000000..c7456cf0 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/magenta_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside", + "textures": { + "pane": "block/magenta_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/magenta_stained_glass_pane_noside_alt.json b/1.15.2/assets/minecraft/models/block/magenta_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..6c7b1e37 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/magenta_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside_alt", + "textures": { + "pane": "block/magenta_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/magenta_stained_glass_pane_post.json b/1.15.2/assets/minecraft/models/block/magenta_stained_glass_pane_post.json new file mode 100644 index 00000000..883e8f53 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/magenta_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_post", + "textures": { + "edge": "block/magenta_stained_glass_pane_top", + "pane": "block/magenta_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/magenta_stained_glass_pane_side.json b/1.15.2/assets/minecraft/models/block/magenta_stained_glass_pane_side.json new file mode 100644 index 00000000..1f1850a8 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/magenta_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side", + "textures": { + "edge": "block/magenta_stained_glass_pane_top", + "pane": "block/magenta_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/magenta_stained_glass_pane_side_alt.json b/1.15.2/assets/minecraft/models/block/magenta_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..d3bac7e5 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/magenta_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side_alt", + "textures": { + "edge": "block/magenta_stained_glass_pane_top", + "pane": "block/magenta_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/magenta_terracotta.json b/1.15.2/assets/minecraft/models/block/magenta_terracotta.json new file mode 100644 index 00000000..823ff2f2 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/magenta_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/magenta_terracotta" + } +} diff --git a/1.15.2/assets/minecraft/models/block/magenta_wool.json b/1.15.2/assets/minecraft/models/block/magenta_wool.json new file mode 100644 index 00000000..7724f64e --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/magenta_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/magenta_wool" + } +} diff --git a/1.15.2/assets/minecraft/models/block/magma_block.json b/1.15.2/assets/minecraft/models/block/magma_block.json new file mode 100644 index 00000000..2ac86ab9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/magma_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/magma" + } +} diff --git a/1.15.2/assets/minecraft/models/block/melon.json b/1.15.2/assets/minecraft/models/block/melon.json new file mode 100644 index 00000000..4a4e06c9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/melon.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/melon_top", + "side": "block/melon_side" + } +} diff --git a/1.15.2/assets/minecraft/models/block/melon_stem_stage0.json b/1.15.2/assets/minecraft/models/block/melon_stem_stage0.json new file mode 100644 index 00000000..e26733f1 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/melon_stem_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth0", + "textures": { + "stem": "block/melon_stem" + } +} diff --git a/1.15.2/assets/minecraft/models/block/melon_stem_stage1.json b/1.15.2/assets/minecraft/models/block/melon_stem_stage1.json new file mode 100644 index 00000000..b2f201c7 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/melon_stem_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth1", + "textures": { + "stem": "block/melon_stem" + } +} diff --git a/1.15.2/assets/minecraft/models/block/melon_stem_stage2.json b/1.15.2/assets/minecraft/models/block/melon_stem_stage2.json new file mode 100644 index 00000000..7701eb3a --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/melon_stem_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth2", + "textures": { + "stem": "block/melon_stem" + } +} diff --git a/1.15.2/assets/minecraft/models/block/melon_stem_stage3.json b/1.15.2/assets/minecraft/models/block/melon_stem_stage3.json new file mode 100644 index 00000000..46c0bfc2 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/melon_stem_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth3", + "textures": { + "stem": "block/melon_stem" + } +} diff --git a/1.15.2/assets/minecraft/models/block/melon_stem_stage4.json b/1.15.2/assets/minecraft/models/block/melon_stem_stage4.json new file mode 100644 index 00000000..3df10dfc --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/melon_stem_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth4", + "textures": { + "stem": "block/melon_stem" + } +} diff --git a/1.15.2/assets/minecraft/models/block/melon_stem_stage5.json b/1.15.2/assets/minecraft/models/block/melon_stem_stage5.json new file mode 100644 index 00000000..bd6e6fdb --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/melon_stem_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth5", + "textures": { + "stem": "block/melon_stem" + } +} diff --git a/1.15.2/assets/minecraft/models/block/melon_stem_stage6.json b/1.15.2/assets/minecraft/models/block/melon_stem_stage6.json new file mode 100644 index 00000000..c93cc531 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/melon_stem_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth6", + "textures": { + "stem": "block/melon_stem" + } +} diff --git a/1.15.2/assets/minecraft/models/block/melon_stem_stage7.json b/1.15.2/assets/minecraft/models/block/melon_stem_stage7.json new file mode 100644 index 00000000..02649e3f --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/melon_stem_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth7", + "textures": { + "stem": "block/melon_stem" + } +} diff --git a/1.15.2/assets/minecraft/models/block/mossy_cobblestone.json b/1.15.2/assets/minecraft/models/block/mossy_cobblestone.json new file mode 100644 index 00000000..2d970755 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/mossy_cobblestone.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/mossy_cobblestone" + } +} diff --git a/1.15.2/assets/minecraft/models/block/mossy_cobblestone_slab.json b/1.15.2/assets/minecraft/models/block/mossy_cobblestone_slab.json new file mode 100644 index 00000000..27516ed0 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/mossy_cobblestone_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/mossy_cobblestone", + "top": "block/mossy_cobblestone", + "side": "block/mossy_cobblestone" + } +} diff --git a/1.15.2/assets/minecraft/models/block/mossy_cobblestone_slab_top.json b/1.15.2/assets/minecraft/models/block/mossy_cobblestone_slab_top.json new file mode 100644 index 00000000..632171d7 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/mossy_cobblestone_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/mossy_cobblestone", + "top": "block/mossy_cobblestone", + "side": "block/mossy_cobblestone" + } +} diff --git a/1.15.2/assets/minecraft/models/block/mossy_cobblestone_stairs.json b/1.15.2/assets/minecraft/models/block/mossy_cobblestone_stairs.json new file mode 100644 index 00000000..9cbffe23 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/mossy_cobblestone_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/mossy_cobblestone", + "top": "block/mossy_cobblestone", + "side": "block/mossy_cobblestone" + } +} diff --git a/1.15.2/assets/minecraft/models/block/mossy_cobblestone_stairs_inner.json b/1.15.2/assets/minecraft/models/block/mossy_cobblestone_stairs_inner.json new file mode 100644 index 00000000..d84ae052 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/mossy_cobblestone_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/mossy_cobblestone", + "top": "block/mossy_cobblestone", + "side": "block/mossy_cobblestone" + } +} diff --git a/1.15.2/assets/minecraft/models/block/mossy_cobblestone_stairs_outer.json b/1.15.2/assets/minecraft/models/block/mossy_cobblestone_stairs_outer.json new file mode 100644 index 00000000..42d6b85f --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/mossy_cobblestone_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/mossy_cobblestone", + "top": "block/mossy_cobblestone", + "side": "block/mossy_cobblestone" + } +} diff --git a/1.15.2/assets/minecraft/models/block/mossy_cobblestone_wall_inventory.json b/1.15.2/assets/minecraft/models/block/mossy_cobblestone_wall_inventory.json new file mode 100644 index 00000000..870713c7 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/mossy_cobblestone_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_inventory", + "textures": { + "wall": "block/mossy_cobblestone" + } +} diff --git a/1.15.2/assets/minecraft/models/block/mossy_cobblestone_wall_post.json b/1.15.2/assets/minecraft/models/block/mossy_cobblestone_wall_post.json new file mode 100644 index 00000000..3731fa2c --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/mossy_cobblestone_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_wall_post", + "textures": { + "wall": "block/mossy_cobblestone" + } +} diff --git a/1.15.2/assets/minecraft/models/block/mossy_cobblestone_wall_side.json b/1.15.2/assets/minecraft/models/block/mossy_cobblestone_wall_side.json new file mode 100644 index 00000000..f8c2fb07 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/mossy_cobblestone_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_wall_side", + "textures": { + "wall": "block/mossy_cobblestone" + } +} diff --git a/1.15.2/assets/minecraft/models/block/mossy_stone_brick_slab.json b/1.15.2/assets/minecraft/models/block/mossy_stone_brick_slab.json new file mode 100644 index 00000000..2e36b99c --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/mossy_stone_brick_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/mossy_stone_bricks", + "top": "block/mossy_stone_bricks", + "side": "block/mossy_stone_bricks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/mossy_stone_brick_slab_top.json b/1.15.2/assets/minecraft/models/block/mossy_stone_brick_slab_top.json new file mode 100644 index 00000000..08b7adb6 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/mossy_stone_brick_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/mossy_stone_bricks", + "top": "block/mossy_stone_bricks", + "side": "block/mossy_stone_bricks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/mossy_stone_brick_stairs.json b/1.15.2/assets/minecraft/models/block/mossy_stone_brick_stairs.json new file mode 100644 index 00000000..e56811f4 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/mossy_stone_brick_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/mossy_stone_bricks", + "top": "block/mossy_stone_bricks", + "side": "block/mossy_stone_bricks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/mossy_stone_brick_stairs_inner.json b/1.15.2/assets/minecraft/models/block/mossy_stone_brick_stairs_inner.json new file mode 100644 index 00000000..954a8e67 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/mossy_stone_brick_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/mossy_stone_bricks", + "top": "block/mossy_stone_bricks", + "side": "block/mossy_stone_bricks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/mossy_stone_brick_stairs_outer.json b/1.15.2/assets/minecraft/models/block/mossy_stone_brick_stairs_outer.json new file mode 100644 index 00000000..cc80c663 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/mossy_stone_brick_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/mossy_stone_bricks", + "top": "block/mossy_stone_bricks", + "side": "block/mossy_stone_bricks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/mossy_stone_brick_wall_inventory.json b/1.15.2/assets/minecraft/models/block/mossy_stone_brick_wall_inventory.json new file mode 100644 index 00000000..296ce59f --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/mossy_stone_brick_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_inventory", + "textures": { + "wall": "block/mossy_stone_bricks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/mossy_stone_brick_wall_post.json b/1.15.2/assets/minecraft/models/block/mossy_stone_brick_wall_post.json new file mode 100644 index 00000000..357c1851 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/mossy_stone_brick_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_wall_post", + "textures": { + "wall": "block/mossy_stone_bricks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/mossy_stone_brick_wall_side.json b/1.15.2/assets/minecraft/models/block/mossy_stone_brick_wall_side.json new file mode 100644 index 00000000..f7e470d5 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/mossy_stone_brick_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_wall_side", + "textures": { + "wall": "block/mossy_stone_bricks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/mossy_stone_bricks.json b/1.15.2/assets/minecraft/models/block/mossy_stone_bricks.json new file mode 100644 index 00000000..6fedfc56 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/mossy_stone_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/mossy_stone_bricks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/moving_piston.json b/1.15.2/assets/minecraft/models/block/moving_piston.json new file mode 100644 index 00000000..8ee8d84f --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/moving_piston.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "block/piston_side" + } +} diff --git a/1.15.2/assets/minecraft/models/block/mushroom_block_inside.json b/1.15.2/assets/minecraft/models/block/mushroom_block_inside.json new file mode 100644 index 00000000..8a27742c --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/mushroom_block_inside.json @@ -0,0 +1,15 @@ +{ + "ambientocclusion": false, + "textures": { + "texture": "block/mushroom_block_inside", + "particle": "block/mushroom_block_inside" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 0 ], + "faces": { + "north": { "texture": "#texture", "cullface":"north" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/mushroom_stem.json b/1.15.2/assets/minecraft/models/block/mushroom_stem.json new file mode 100644 index 00000000..62285dd1 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/mushroom_stem.json @@ -0,0 +1,14 @@ +{ + "textures": { + "texture": "block/mushroom_stem", + "particle": "block/mushroom_stem" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 0 ], + "faces": { + "north": { "texture": "#texture", "cullface":"north" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/mushroom_stem_inventory.json b/1.15.2/assets/minecraft/models/block/mushroom_stem_inventory.json new file mode 100644 index 00000000..b197887f --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/mushroom_stem_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/mushroom_stem" + } +} diff --git a/1.15.2/assets/minecraft/models/block/mycelium.json b/1.15.2/assets/minecraft/models/block/mycelium.json new file mode 100644 index 00000000..daaea45c --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/mycelium.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "block/dirt", + "top": "block/mycelium_top", + "side": "block/mycelium_side" + } +} diff --git a/1.15.2/assets/minecraft/models/block/nether_brick_fence_inventory.json b/1.15.2/assets/minecraft/models/block/nether_brick_fence_inventory.json new file mode 100644 index 00000000..741a3cb6 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/nether_brick_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_inventory", + "textures": { + "texture": "block/nether_bricks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/nether_brick_fence_post.json b/1.15.2/assets/minecraft/models/block/nether_brick_fence_post.json new file mode 100644 index 00000000..4cd0f20a --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/nether_brick_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_post", + "textures": { + "texture": "block/nether_bricks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/nether_brick_fence_side.json b/1.15.2/assets/minecraft/models/block/nether_brick_fence_side.json new file mode 100644 index 00000000..2b796bf2 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/nether_brick_fence_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_side", + "textures": { + "texture": "block/nether_bricks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/nether_brick_slab.json b/1.15.2/assets/minecraft/models/block/nether_brick_slab.json new file mode 100644 index 00000000..85bd6100 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/nether_brick_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/nether_bricks", + "top": "block/nether_bricks", + "side": "block/nether_bricks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/nether_brick_slab_top.json b/1.15.2/assets/minecraft/models/block/nether_brick_slab_top.json new file mode 100644 index 00000000..b930cf44 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/nether_brick_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/nether_bricks", + "top": "block/nether_bricks", + "side": "block/nether_bricks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/nether_brick_stairs.json b/1.15.2/assets/minecraft/models/block/nether_brick_stairs.json new file mode 100644 index 00000000..e017a413 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/nether_brick_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/nether_bricks", + "top": "block/nether_bricks", + "side": "block/nether_bricks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/nether_brick_stairs_inner.json b/1.15.2/assets/minecraft/models/block/nether_brick_stairs_inner.json new file mode 100644 index 00000000..f6d8f3d2 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/nether_brick_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/nether_bricks", + "top": "block/nether_bricks", + "side": "block/nether_bricks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/nether_brick_stairs_outer.json b/1.15.2/assets/minecraft/models/block/nether_brick_stairs_outer.json new file mode 100644 index 00000000..c8b0b755 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/nether_brick_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/nether_bricks", + "top": "block/nether_bricks", + "side": "block/nether_bricks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/nether_brick_wall_inventory.json b/1.15.2/assets/minecraft/models/block/nether_brick_wall_inventory.json new file mode 100644 index 00000000..e0763f88 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/nether_brick_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_inventory", + "textures": { + "wall": "block/nether_bricks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/nether_brick_wall_post.json b/1.15.2/assets/minecraft/models/block/nether_brick_wall_post.json new file mode 100644 index 00000000..7b617c99 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/nether_brick_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_wall_post", + "textures": { + "wall": "block/nether_bricks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/nether_brick_wall_side.json b/1.15.2/assets/minecraft/models/block/nether_brick_wall_side.json new file mode 100644 index 00000000..8ef919b7 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/nether_brick_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_wall_side", + "textures": { + "wall": "block/nether_bricks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/nether_bricks.json b/1.15.2/assets/minecraft/models/block/nether_bricks.json new file mode 100644 index 00000000..bac085ee --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/nether_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/nether_bricks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/nether_portal_ew.json b/1.15.2/assets/minecraft/models/block/nether_portal_ew.json new file mode 100644 index 00000000..5b7869ab --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/nether_portal_ew.json @@ -0,0 +1,15 @@ +{ + "textures": { + "particle": "block/nether_portal", + "portal": "block/nether_portal" + }, + "elements": [ + { "from": [ 6, 0, 0 ], + "to": [ 10, 16, 16 ], + "faces": { + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#portal" }, + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#portal" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/nether_portal_ns.json b/1.15.2/assets/minecraft/models/block/nether_portal_ns.json new file mode 100644 index 00000000..937ca3b9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/nether_portal_ns.json @@ -0,0 +1,15 @@ +{ + "textures": { + "particle": "block/nether_portal", + "portal": "block/nether_portal" + }, + "elements": [ + { "from": [ 0, 0, 6 ], + "to": [ 16, 16, 10 ], + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#portal" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#portal" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/nether_quartz_ore.json b/1.15.2/assets/minecraft/models/block/nether_quartz_ore.json new file mode 100644 index 00000000..7032ee30 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/nether_quartz_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/nether_quartz_ore" + } +} diff --git a/1.15.2/assets/minecraft/models/block/nether_wart_block.json b/1.15.2/assets/minecraft/models/block/nether_wart_block.json new file mode 100644 index 00000000..1da55a1e --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/nether_wart_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/nether_wart_block" + } +} diff --git a/1.15.2/assets/minecraft/models/block/nether_wart_stage0.json b/1.15.2/assets/minecraft/models/block/nether_wart_stage0.json new file mode 100644 index 00000000..4de8b304 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/nether_wart_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "block/nether_wart_stage0" + } +} diff --git a/1.15.2/assets/minecraft/models/block/nether_wart_stage1.json b/1.15.2/assets/minecraft/models/block/nether_wart_stage1.json new file mode 100644 index 00000000..b6be5ad2 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/nether_wart_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "block/nether_wart_stage1" + } +} diff --git a/1.15.2/assets/minecraft/models/block/nether_wart_stage2.json b/1.15.2/assets/minecraft/models/block/nether_wart_stage2.json new file mode 100644 index 00000000..790f8b4c --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/nether_wart_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "block/nether_wart_stage2" + } +} diff --git a/1.15.2/assets/minecraft/models/block/netherrack.json b/1.15.2/assets/minecraft/models/block/netherrack.json new file mode 100644 index 00000000..679b3270 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/netherrack.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/netherrack" + } +} diff --git a/1.15.2/assets/minecraft/models/block/note_block.json b/1.15.2/assets/minecraft/models/block/note_block.json new file mode 100644 index 00000000..06f47904 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/note_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/note_block" + } +} diff --git a/1.15.2/assets/minecraft/models/block/oak_button.json b/1.15.2/assets/minecraft/models/block/oak_button.json new file mode 100644 index 00000000..20775892 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/oak_button.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button", + "textures": { + "texture": "block/oak_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/oak_button_inventory.json b/1.15.2/assets/minecraft/models/block/oak_button_inventory.json new file mode 100644 index 00000000..88b80eb8 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/oak_button_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button_inventory", + "textures": { + "texture": "block/oak_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/oak_button_pressed.json b/1.15.2/assets/minecraft/models/block/oak_button_pressed.json new file mode 100644 index 00000000..cc9075e9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/oak_button_pressed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button_pressed", + "textures": { + "texture": "block/oak_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/oak_door_bottom.json b/1.15.2/assets/minecraft/models/block/oak_door_bottom.json new file mode 100644 index 00000000..319e7cef --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/oak_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom", + "textures": { + "bottom": "block/oak_door_bottom", + "top": "block/oak_door_top" + } +} diff --git a/1.15.2/assets/minecraft/models/block/oak_door_bottom_hinge.json b/1.15.2/assets/minecraft/models/block/oak_door_bottom_hinge.json new file mode 100644 index 00000000..450ab50c --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/oak_door_bottom_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom_rh", + "textures": { + "bottom": "block/oak_door_bottom", + "top": "block/oak_door_top" + } +} diff --git a/1.15.2/assets/minecraft/models/block/oak_door_top.json b/1.15.2/assets/minecraft/models/block/oak_door_top.json new file mode 100644 index 00000000..0fd4d055 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/oak_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top", + "textures": { + "bottom": "block/oak_door_bottom", + "top": "block/oak_door_top" + } +} diff --git a/1.15.2/assets/minecraft/models/block/oak_door_top_hinge.json b/1.15.2/assets/minecraft/models/block/oak_door_top_hinge.json new file mode 100644 index 00000000..b6bada53 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/oak_door_top_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top_rh", + "textures": { + "bottom": "block/oak_door_bottom", + "top": "block/oak_door_top" + } +} diff --git a/1.15.2/assets/minecraft/models/block/oak_fence_gate.json b/1.15.2/assets/minecraft/models/block/oak_fence_gate.json new file mode 100644 index 00000000..cb417895 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/oak_fence_gate.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate", + "textures": { + "texture": "block/oak_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/oak_fence_gate_open.json b/1.15.2/assets/minecraft/models/block/oak_fence_gate_open.json new file mode 100644 index 00000000..cee7bdc4 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/oak_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate_open", + "textures": { + "texture": "block/oak_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/oak_fence_gate_wall.json b/1.15.2/assets/minecraft/models/block/oak_fence_gate_wall.json new file mode 100644 index 00000000..250ce207 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/oak_fence_gate_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate_wall", + "textures": { + "texture": "block/oak_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/oak_fence_gate_wall_open.json b/1.15.2/assets/minecraft/models/block/oak_fence_gate_wall_open.json new file mode 100644 index 00000000..328d0685 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/oak_fence_gate_wall_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate_wall_open", + "textures": { + "texture": "block/oak_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/oak_fence_inventory.json b/1.15.2/assets/minecraft/models/block/oak_fence_inventory.json new file mode 100644 index 00000000..1574885e --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/oak_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_inventory", + "textures": { + "texture": "block/oak_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/oak_fence_post.json b/1.15.2/assets/minecraft/models/block/oak_fence_post.json new file mode 100644 index 00000000..df1218ee --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/oak_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_post", + "textures": { + "texture": "block/oak_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/oak_fence_side.json b/1.15.2/assets/minecraft/models/block/oak_fence_side.json new file mode 100644 index 00000000..7c452bc9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/oak_fence_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_side", + "textures": { + "texture": "block/oak_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/oak_leaves.json b/1.15.2/assets/minecraft/models/block/oak_leaves.json new file mode 100644 index 00000000..14aad5bc --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/oak_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "block/leaves", + "textures": { + "all": "block/oak_leaves" + } +} diff --git a/1.15.2/assets/minecraft/models/block/oak_log.json b/1.15.2/assets/minecraft/models/block/oak_log.json new file mode 100644 index 00000000..ca69620a --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/oak_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/oak_log_top", + "side": "block/oak_log" + } +} diff --git a/1.15.2/assets/minecraft/models/block/oak_planks.json b/1.15.2/assets/minecraft/models/block/oak_planks.json new file mode 100644 index 00000000..1b3d1cc5 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/oak_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/oak_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/oak_pressure_plate.json b/1.15.2/assets/minecraft/models/block/oak_pressure_plate.json new file mode 100644 index 00000000..328c7e1e --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/oak_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_up", + "textures": { + "texture": "block/oak_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/oak_pressure_plate_down.json b/1.15.2/assets/minecraft/models/block/oak_pressure_plate_down.json new file mode 100644 index 00000000..412f2d78 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/oak_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_down", + "textures": { + "texture": "block/oak_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/oak_sapling.json b/1.15.2/assets/minecraft/models/block/oak_sapling.json new file mode 100644 index 00000000..b725b14d --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/oak_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/oak_sapling" + } +} diff --git a/1.15.2/assets/minecraft/models/block/oak_sign.json b/1.15.2/assets/minecraft/models/block/oak_sign.json new file mode 100644 index 00000000..8f1d908c --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/oak_sign.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "block/oak_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/oak_slab.json b/1.15.2/assets/minecraft/models/block/oak_slab.json new file mode 100644 index 00000000..72ff2ed1 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/oak_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/oak_planks", + "top": "block/oak_planks", + "side": "block/oak_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/oak_slab_top.json b/1.15.2/assets/minecraft/models/block/oak_slab_top.json new file mode 100644 index 00000000..5c68f7c1 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/oak_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/oak_planks", + "top": "block/oak_planks", + "side": "block/oak_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/oak_stairs.json b/1.15.2/assets/minecraft/models/block/oak_stairs.json new file mode 100644 index 00000000..f581baf7 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/oak_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/oak_planks", + "top": "block/oak_planks", + "side": "block/oak_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/oak_stairs_inner.json b/1.15.2/assets/minecraft/models/block/oak_stairs_inner.json new file mode 100644 index 00000000..f839dad1 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/oak_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/oak_planks", + "top": "block/oak_planks", + "side": "block/oak_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/oak_stairs_outer.json b/1.15.2/assets/minecraft/models/block/oak_stairs_outer.json new file mode 100644 index 00000000..b8936fb8 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/oak_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/oak_planks", + "top": "block/oak_planks", + "side": "block/oak_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/oak_trapdoor_bottom.json b/1.15.2/assets/minecraft/models/block/oak_trapdoor_bottom.json new file mode 100644 index 00000000..f3774380 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/oak_trapdoor_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_trapdoor_bottom", + "textures": { + "texture": "block/oak_trapdoor" + } +} diff --git a/1.15.2/assets/minecraft/models/block/oak_trapdoor_open.json b/1.15.2/assets/minecraft/models/block/oak_trapdoor_open.json new file mode 100644 index 00000000..89d55882 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/oak_trapdoor_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_trapdoor_open", + "textures": { + "texture": "block/oak_trapdoor" + } +} diff --git a/1.15.2/assets/minecraft/models/block/oak_trapdoor_top.json b/1.15.2/assets/minecraft/models/block/oak_trapdoor_top.json new file mode 100644 index 00000000..79100bdd --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/oak_trapdoor_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_trapdoor_top", + "textures": { + "texture": "block/oak_trapdoor" + } +} diff --git a/1.15.2/assets/minecraft/models/block/oak_wood.json b/1.15.2/assets/minecraft/models/block/oak_wood.json new file mode 100644 index 00000000..c1a1399a --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/oak_wood.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/oak_log", + "side": "block/oak_log" + } +} diff --git a/1.15.2/assets/minecraft/models/block/observer.json b/1.15.2/assets/minecraft/models/block/observer.json new file mode 100644 index 00000000..1b8ca609 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/observer.json @@ -0,0 +1,23 @@ +{ + "parent": "block/block", + "textures": { + "bottom": "block/observer_back", + "side": "block/observer_side", + "top": "block/observer_top", + "front": "block/observer_front", + "particle": "block/observer_front" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#top", "cullface": "down" }, + "up": { "uv": [ 0, 16, 16, 0 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#front", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "east" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/observer_on.json b/1.15.2/assets/minecraft/models/block/observer_on.json new file mode 100644 index 00000000..ee290184 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/observer_on.json @@ -0,0 +1,6 @@ +{ + "parent": "block/observer", + "textures": { + "bottom": "block/observer_back_on" + } +} diff --git a/1.15.2/assets/minecraft/models/block/obsidian.json b/1.15.2/assets/minecraft/models/block/obsidian.json new file mode 100644 index 00000000..0cfa3f8d --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/obsidian.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/obsidian" + } +} diff --git a/1.15.2/assets/minecraft/models/block/orange_carpet.json b/1.15.2/assets/minecraft/models/block/orange_carpet.json new file mode 100644 index 00000000..d336ae45 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/orange_carpet.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "block/orange_wool", + "wool": "block/orange_wool" + } +} diff --git a/1.15.2/assets/minecraft/models/block/orange_concrete.json b/1.15.2/assets/minecraft/models/block/orange_concrete.json new file mode 100644 index 00000000..db86ec91 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/orange_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/orange_concrete" + } +} diff --git a/1.15.2/assets/minecraft/models/block/orange_concrete_powder.json b/1.15.2/assets/minecraft/models/block/orange_concrete_powder.json new file mode 100644 index 00000000..e93f5d5d --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/orange_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/orange_concrete_powder" + } +} diff --git a/1.15.2/assets/minecraft/models/block/orange_glazed_terracotta.json b/1.15.2/assets/minecraft/models/block/orange_glazed_terracotta.json new file mode 100644 index 00000000..df0fb4fb --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/orange_glazed_terracotta.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glazed_terracotta", + "textures": { + "particle": "block/orange_glazed_terracotta", + "pattern": "block/orange_glazed_terracotta" + } +} diff --git a/1.15.2/assets/minecraft/models/block/orange_shulker_box.json b/1.15.2/assets/minecraft/models/block/orange_shulker_box.json new file mode 100644 index 00000000..74c4e505 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/orange_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "block/orange_shulker_box" + } +} diff --git a/1.15.2/assets/minecraft/models/block/orange_stained_glass.json b/1.15.2/assets/minecraft/models/block/orange_stained_glass.json new file mode 100644 index 00000000..2c3e2a7c --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/orange_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/orange_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/orange_stained_glass_pane_noside.json b/1.15.2/assets/minecraft/models/block/orange_stained_glass_pane_noside.json new file mode 100644 index 00000000..9da4a3d2 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/orange_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside", + "textures": { + "pane": "block/orange_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/orange_stained_glass_pane_noside_alt.json b/1.15.2/assets/minecraft/models/block/orange_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..d467bdf8 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/orange_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside_alt", + "textures": { + "pane": "block/orange_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/orange_stained_glass_pane_post.json b/1.15.2/assets/minecraft/models/block/orange_stained_glass_pane_post.json new file mode 100644 index 00000000..012be409 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/orange_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_post", + "textures": { + "edge": "block/orange_stained_glass_pane_top", + "pane": "block/orange_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/orange_stained_glass_pane_side.json b/1.15.2/assets/minecraft/models/block/orange_stained_glass_pane_side.json new file mode 100644 index 00000000..5627157e --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/orange_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side", + "textures": { + "edge": "block/orange_stained_glass_pane_top", + "pane": "block/orange_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/orange_stained_glass_pane_side_alt.json b/1.15.2/assets/minecraft/models/block/orange_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..55412744 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/orange_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side_alt", + "textures": { + "edge": "block/orange_stained_glass_pane_top", + "pane": "block/orange_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/orange_terracotta.json b/1.15.2/assets/minecraft/models/block/orange_terracotta.json new file mode 100644 index 00000000..47b158c9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/orange_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/orange_terracotta" + } +} diff --git a/1.15.2/assets/minecraft/models/block/orange_tulip.json b/1.15.2/assets/minecraft/models/block/orange_tulip.json new file mode 100644 index 00000000..4685c47d --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/orange_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/orange_tulip" + } +} diff --git a/1.15.2/assets/minecraft/models/block/orange_wool.json b/1.15.2/assets/minecraft/models/block/orange_wool.json new file mode 100644 index 00000000..ff7f2884 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/orange_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/orange_wool" + } +} diff --git a/1.15.2/assets/minecraft/models/block/orientable.json b/1.15.2/assets/minecraft/models/block/orientable.json new file mode 100644 index 00000000..ad7bf9a7 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/orientable.json @@ -0,0 +1,6 @@ +{ + "parent": "block/orientable_with_bottom", + "textures": { + "bottom": "#top" + } +} diff --git a/1.15.2/assets/minecraft/models/block/orientable_vertical.json b/1.15.2/assets/minecraft/models/block/orientable_vertical.json new file mode 100644 index 00000000..5fb2223a --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/orientable_vertical.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "#side", + "down": "#side", + "up": "#front", + "north": "#side", + "east": "#side", + "south": "#side", + "west": "#side" + } +} diff --git a/1.15.2/assets/minecraft/models/block/orientable_with_bottom.json b/1.15.2/assets/minecraft/models/block/orientable_with_bottom.json new file mode 100644 index 00000000..d03a89bd --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/orientable_with_bottom.json @@ -0,0 +1,19 @@ +{ + "parent": "block/cube", + "display": { + "firstperson_righthand": { + "rotation": [ 0, 135, 0 ], + "translation": [ 0, 0, 0 ], + "scale": [ 0.40, 0.40, 0.40 ] + } + }, + "textures": { + "particle": "#front", + "down": "#bottom", + "up": "#top", + "north": "#front", + "east": "#side", + "south": "#side", + "west": "#side" + } +} diff --git a/1.15.2/assets/minecraft/models/block/outer_stairs.json b/1.15.2/assets/minecraft/models/block/outer_stairs.json new file mode 100644 index 00000000..03bbe420 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/outer_stairs.json @@ -0,0 +1,28 @@ +{ + "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, 8 ], + "to": [ 16, 16, 16 ], + "faces": { + "up": { "uv": [ 8, 8, 16, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 0, 0, 8, 8 ], "texture": "#side" }, + "south": { "uv": [ 8, 0, 16, 8 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 8, 0, 16, 8 ], "texture": "#side" }, + "east": { "uv": [ 0, 0, 8, 8 ], "texture": "#side", "cullface": "east" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/oxeye_daisy.json b/1.15.2/assets/minecraft/models/block/oxeye_daisy.json new file mode 100644 index 00000000..cb4f3b53 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/oxeye_daisy.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/oxeye_daisy" + } +} diff --git a/1.15.2/assets/minecraft/models/block/packed_ice.json b/1.15.2/assets/minecraft/models/block/packed_ice.json new file mode 100644 index 00000000..5b67237f --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/packed_ice.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/packed_ice" + } +} diff --git a/1.15.2/assets/minecraft/models/block/peony_bottom.json b/1.15.2/assets/minecraft/models/block/peony_bottom.json new file mode 100644 index 00000000..664b93bb --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/peony_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/peony_bottom" + } +} diff --git a/1.15.2/assets/minecraft/models/block/peony_top.json b/1.15.2/assets/minecraft/models/block/peony_top.json new file mode 100644 index 00000000..777fa437 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/peony_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/peony_top" + } +} diff --git a/1.15.2/assets/minecraft/models/block/petrified_oak_slab.json b/1.15.2/assets/minecraft/models/block/petrified_oak_slab.json new file mode 100644 index 00000000..72ff2ed1 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/petrified_oak_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/oak_planks", + "top": "block/oak_planks", + "side": "block/oak_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/petrified_oak_slab_top.json b/1.15.2/assets/minecraft/models/block/petrified_oak_slab_top.json new file mode 100644 index 00000000..5c68f7c1 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/petrified_oak_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/oak_planks", + "top": "block/oak_planks", + "side": "block/oak_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/pink_carpet.json b/1.15.2/assets/minecraft/models/block/pink_carpet.json new file mode 100644 index 00000000..b1838698 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/pink_carpet.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "block/pink_wool", + "wool": "block/pink_wool" + } +} diff --git a/1.15.2/assets/minecraft/models/block/pink_concrete.json b/1.15.2/assets/minecraft/models/block/pink_concrete.json new file mode 100644 index 00000000..1e80caf6 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/pink_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/pink_concrete" + } +} diff --git a/1.15.2/assets/minecraft/models/block/pink_concrete_powder.json b/1.15.2/assets/minecraft/models/block/pink_concrete_powder.json new file mode 100644 index 00000000..2dd6b371 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/pink_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/pink_concrete_powder" + } +} diff --git a/1.15.2/assets/minecraft/models/block/pink_glazed_terracotta.json b/1.15.2/assets/minecraft/models/block/pink_glazed_terracotta.json new file mode 100644 index 00000000..bd8d7ca2 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/pink_glazed_terracotta.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glazed_terracotta", + "textures": { + "particle": "block/pink_glazed_terracotta", + "pattern": "block/pink_glazed_terracotta" + } +} diff --git a/1.15.2/assets/minecraft/models/block/pink_shulker_box.json b/1.15.2/assets/minecraft/models/block/pink_shulker_box.json new file mode 100644 index 00000000..3c17aa8c --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/pink_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "block/pink_shulker_box" + } +} diff --git a/1.15.2/assets/minecraft/models/block/pink_stained_glass.json b/1.15.2/assets/minecraft/models/block/pink_stained_glass.json new file mode 100644 index 00000000..db9da757 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/pink_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/pink_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/pink_stained_glass_pane_noside.json b/1.15.2/assets/minecraft/models/block/pink_stained_glass_pane_noside.json new file mode 100644 index 00000000..df37dee8 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/pink_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside", + "textures": { + "pane": "block/pink_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/pink_stained_glass_pane_noside_alt.json b/1.15.2/assets/minecraft/models/block/pink_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..f5514b63 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/pink_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside_alt", + "textures": { + "pane": "block/pink_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/pink_stained_glass_pane_post.json b/1.15.2/assets/minecraft/models/block/pink_stained_glass_pane_post.json new file mode 100644 index 00000000..30622b6a --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/pink_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_post", + "textures": { + "edge": "block/pink_stained_glass_pane_top", + "pane": "block/pink_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/pink_stained_glass_pane_side.json b/1.15.2/assets/minecraft/models/block/pink_stained_glass_pane_side.json new file mode 100644 index 00000000..21210d69 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/pink_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side", + "textures": { + "edge": "block/pink_stained_glass_pane_top", + "pane": "block/pink_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/pink_stained_glass_pane_side_alt.json b/1.15.2/assets/minecraft/models/block/pink_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..8f21c23e --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/pink_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side_alt", + "textures": { + "edge": "block/pink_stained_glass_pane_top", + "pane": "block/pink_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/pink_terracotta.json b/1.15.2/assets/minecraft/models/block/pink_terracotta.json new file mode 100644 index 00000000..c585ef30 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/pink_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/pink_terracotta" + } +} diff --git a/1.15.2/assets/minecraft/models/block/pink_tulip.json b/1.15.2/assets/minecraft/models/block/pink_tulip.json new file mode 100644 index 00000000..499b9e49 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/pink_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/pink_tulip" + } +} diff --git a/1.15.2/assets/minecraft/models/block/pink_wool.json b/1.15.2/assets/minecraft/models/block/pink_wool.json new file mode 100644 index 00000000..ab60bcac --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/pink_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/pink_wool" + } +} diff --git a/1.15.2/assets/minecraft/models/block/piston.json b/1.15.2/assets/minecraft/models/block/piston.json new file mode 100644 index 00000000..760afe1d --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/piston.json @@ -0,0 +1,8 @@ +{ + "parent": "block/template_piston", + "textures": { + "bottom": "block/piston_bottom", + "side": "block/piston_side", + "platform": "block/piston_top" + } +} diff --git a/1.15.2/assets/minecraft/models/block/piston_base.json b/1.15.2/assets/minecraft/models/block/piston_base.json new file mode 100644 index 00000000..605c2f68 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/piston_base.json @@ -0,0 +1,8 @@ +{ + "parent": "block/piston_extended", + "textures": { + "bottom": "block/piston_bottom", + "side": "block/piston_side", + "inside": "block/piston_inner" + } +} diff --git a/1.15.2/assets/minecraft/models/block/piston_extended.json b/1.15.2/assets/minecraft/models/block/piston_extended.json new file mode 100644 index 00000000..45e04a30 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/piston_extended.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#side" + }, + "elements": [ + { "from": [ 0, 0, 4 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 4, 16, 16 ], "texture": "#side", "cullface": "down", "rotation": 180 }, + "up": { "uv": [ 0, 4, 16, 16 ], "texture": "#side", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#inside" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "south" }, + "west": { "uv": [ 0, 4, 16, 16 ], "texture": "#side", "cullface": "west", "rotation": 270 }, + "east": { "uv": [ 0, 4, 16, 16 ], "texture": "#side", "cullface": "east", "rotation": 90 } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/piston_head.json b/1.15.2/assets/minecraft/models/block/piston_head.json new file mode 100644 index 00000000..b5f09c47 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/piston_head.json @@ -0,0 +1,8 @@ +{ + "parent": "block/template_piston_head", + "textures": { + "unsticky": "block/piston_top", + "side": "block/piston_side", + "platform": "block/piston_top" + } +} diff --git a/1.15.2/assets/minecraft/models/block/piston_head_short.json b/1.15.2/assets/minecraft/models/block/piston_head_short.json new file mode 100644 index 00000000..739d83a2 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/piston_head_short.json @@ -0,0 +1,8 @@ +{ + "parent": "block/template_piston_head_short", + "textures": { + "unsticky": "block/piston_top", + "side": "block/piston_side", + "platform": "block/piston_top" + } +} diff --git a/1.15.2/assets/minecraft/models/block/piston_head_short_sticky.json b/1.15.2/assets/minecraft/models/block/piston_head_short_sticky.json new file mode 100644 index 00000000..79c17314 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/piston_head_short_sticky.json @@ -0,0 +1,8 @@ +{ + "parent": "block/template_piston_head_short", + "textures": { + "unsticky": "block/piston_top", + "side": "block/piston_side", + "platform": "block/piston_top_sticky" + } +} diff --git a/1.15.2/assets/minecraft/models/block/piston_head_sticky.json b/1.15.2/assets/minecraft/models/block/piston_head_sticky.json new file mode 100644 index 00000000..e2b08dbe --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/piston_head_sticky.json @@ -0,0 +1,8 @@ +{ + "parent": "block/template_piston_head", + "textures": { + "unsticky": "block/piston_top", + "side": "block/piston_side", + "platform": "block/piston_top_sticky" + } +} diff --git a/1.15.2/assets/minecraft/models/block/piston_inventory.json b/1.15.2/assets/minecraft/models/block/piston_inventory.json new file mode 100644 index 00000000..76217496 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/piston_inventory.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "block/piston_bottom", + "side": "block/piston_side", + "top": "block/piston_top" + } +} diff --git a/1.15.2/assets/minecraft/models/block/podzol.json b/1.15.2/assets/minecraft/models/block/podzol.json new file mode 100644 index 00000000..8d1c2502 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/podzol.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "block/dirt", + "top": "block/podzol_top", + "side": "block/podzol_side" + } +} diff --git a/1.15.2/assets/minecraft/models/block/polished_andesite.json b/1.15.2/assets/minecraft/models/block/polished_andesite.json new file mode 100644 index 00000000..6e0608d4 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/polished_andesite.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/polished_andesite" + } +} diff --git a/1.15.2/assets/minecraft/models/block/polished_andesite_slab.json b/1.15.2/assets/minecraft/models/block/polished_andesite_slab.json new file mode 100644 index 00000000..6959e6cd --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/polished_andesite_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/polished_andesite", + "top": "block/polished_andesite", + "side": "block/polished_andesite" + } +} diff --git a/1.15.2/assets/minecraft/models/block/polished_andesite_slab_top.json b/1.15.2/assets/minecraft/models/block/polished_andesite_slab_top.json new file mode 100644 index 00000000..c728a527 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/polished_andesite_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/polished_andesite", + "top": "block/polished_andesite", + "side": "block/polished_andesite" + } +} diff --git a/1.15.2/assets/minecraft/models/block/polished_andesite_stairs.json b/1.15.2/assets/minecraft/models/block/polished_andesite_stairs.json new file mode 100644 index 00000000..3d42822f --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/polished_andesite_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/polished_andesite", + "top": "block/polished_andesite", + "side": "block/polished_andesite" + } +} diff --git a/1.15.2/assets/minecraft/models/block/polished_andesite_stairs_inner.json b/1.15.2/assets/minecraft/models/block/polished_andesite_stairs_inner.json new file mode 100644 index 00000000..c5dabe2c --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/polished_andesite_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/polished_andesite", + "top": "block/polished_andesite", + "side": "block/polished_andesite" + } +} diff --git a/1.15.2/assets/minecraft/models/block/polished_andesite_stairs_outer.json b/1.15.2/assets/minecraft/models/block/polished_andesite_stairs_outer.json new file mode 100644 index 00000000..15f8d872 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/polished_andesite_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/polished_andesite", + "top": "block/polished_andesite", + "side": "block/polished_andesite" + } +} diff --git a/1.15.2/assets/minecraft/models/block/polished_diorite.json b/1.15.2/assets/minecraft/models/block/polished_diorite.json new file mode 100644 index 00000000..e5bc8b45 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/polished_diorite.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/polished_diorite" + } +} diff --git a/1.15.2/assets/minecraft/models/block/polished_diorite_slab.json b/1.15.2/assets/minecraft/models/block/polished_diorite_slab.json new file mode 100644 index 00000000..8df06d30 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/polished_diorite_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/polished_diorite", + "top": "block/polished_diorite", + "side": "block/polished_diorite" + } +} diff --git a/1.15.2/assets/minecraft/models/block/polished_diorite_slab_top.json b/1.15.2/assets/minecraft/models/block/polished_diorite_slab_top.json new file mode 100644 index 00000000..b0af57d8 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/polished_diorite_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/polished_diorite", + "top": "block/polished_diorite", + "side": "block/polished_diorite" + } +} diff --git a/1.15.2/assets/minecraft/models/block/polished_diorite_stairs.json b/1.15.2/assets/minecraft/models/block/polished_diorite_stairs.json new file mode 100644 index 00000000..4073fcba --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/polished_diorite_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/polished_diorite", + "top": "block/polished_diorite", + "side": "block/polished_diorite" + } +} diff --git a/1.15.2/assets/minecraft/models/block/polished_diorite_stairs_inner.json b/1.15.2/assets/minecraft/models/block/polished_diorite_stairs_inner.json new file mode 100644 index 00000000..b3b75e6d --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/polished_diorite_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/polished_diorite", + "top": "block/polished_diorite", + "side": "block/polished_diorite" + } +} diff --git a/1.15.2/assets/minecraft/models/block/polished_diorite_stairs_outer.json b/1.15.2/assets/minecraft/models/block/polished_diorite_stairs_outer.json new file mode 100644 index 00000000..635b2295 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/polished_diorite_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/polished_diorite", + "top": "block/polished_diorite", + "side": "block/polished_diorite" + } +} diff --git a/1.15.2/assets/minecraft/models/block/polished_granite.json b/1.15.2/assets/minecraft/models/block/polished_granite.json new file mode 100644 index 00000000..262f0bd2 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/polished_granite.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/polished_granite" + } +} diff --git a/1.15.2/assets/minecraft/models/block/polished_granite_slab.json b/1.15.2/assets/minecraft/models/block/polished_granite_slab.json new file mode 100644 index 00000000..ad723c34 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/polished_granite_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/polished_granite", + "top": "block/polished_granite", + "side": "block/polished_granite" + } +} diff --git a/1.15.2/assets/minecraft/models/block/polished_granite_slab_top.json b/1.15.2/assets/minecraft/models/block/polished_granite_slab_top.json new file mode 100644 index 00000000..8a59322b --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/polished_granite_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/polished_granite", + "top": "block/polished_granite", + "side": "block/polished_granite" + } +} diff --git a/1.15.2/assets/minecraft/models/block/polished_granite_stairs.json b/1.15.2/assets/minecraft/models/block/polished_granite_stairs.json new file mode 100644 index 00000000..ec1d51e5 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/polished_granite_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/polished_granite", + "top": "block/polished_granite", + "side": "block/polished_granite" + } +} diff --git a/1.15.2/assets/minecraft/models/block/polished_granite_stairs_inner.json b/1.15.2/assets/minecraft/models/block/polished_granite_stairs_inner.json new file mode 100644 index 00000000..58f195ab --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/polished_granite_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/polished_granite", + "top": "block/polished_granite", + "side": "block/polished_granite" + } +} diff --git a/1.15.2/assets/minecraft/models/block/polished_granite_stairs_outer.json b/1.15.2/assets/minecraft/models/block/polished_granite_stairs_outer.json new file mode 100644 index 00000000..42c04741 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/polished_granite_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/polished_granite", + "top": "block/polished_granite", + "side": "block/polished_granite" + } +} diff --git a/1.15.2/assets/minecraft/models/block/poppy.json b/1.15.2/assets/minecraft/models/block/poppy.json new file mode 100644 index 00000000..e3592b72 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/poppy.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/poppy" + } +} diff --git a/1.15.2/assets/minecraft/models/block/potatoes_stage0.json b/1.15.2/assets/minecraft/models/block/potatoes_stage0.json new file mode 100644 index 00000000..d9e85190 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/potatoes_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "block/potatoes_stage0" + } +} diff --git a/1.15.2/assets/minecraft/models/block/potatoes_stage1.json b/1.15.2/assets/minecraft/models/block/potatoes_stage1.json new file mode 100644 index 00000000..d859b814 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/potatoes_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "block/potatoes_stage1" + } +} diff --git a/1.15.2/assets/minecraft/models/block/potatoes_stage2.json b/1.15.2/assets/minecraft/models/block/potatoes_stage2.json new file mode 100644 index 00000000..a7dcc430 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/potatoes_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "block/potatoes_stage2" + } +} diff --git a/1.15.2/assets/minecraft/models/block/potatoes_stage3.json b/1.15.2/assets/minecraft/models/block/potatoes_stage3.json new file mode 100644 index 00000000..84558f0d --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/potatoes_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "block/potatoes_stage3" + } +} diff --git a/1.15.2/assets/minecraft/models/block/potted_acacia_sapling.json b/1.15.2/assets/minecraft/models/block/potted_acacia_sapling.json new file mode 100644 index 00000000..0e96288a --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/potted_acacia_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "block/acacia_sapling" + } +} diff --git a/1.15.2/assets/minecraft/models/block/potted_allium.json b/1.15.2/assets/minecraft/models/block/potted_allium.json new file mode 100644 index 00000000..9652dca2 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/potted_allium.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "block/allium" + } +} diff --git a/1.15.2/assets/minecraft/models/block/potted_azure_bluet.json b/1.15.2/assets/minecraft/models/block/potted_azure_bluet.json new file mode 100644 index 00000000..0e9fac87 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/potted_azure_bluet.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "block/azure_bluet" + } +} diff --git a/1.15.2/assets/minecraft/models/block/potted_bamboo.json b/1.15.2/assets/minecraft/models/block/potted_bamboo.json new file mode 100644 index 00000000..2c98625a --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/potted_bamboo.json @@ -0,0 +1,78 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/flower_pot", + "flowerpot": "block/flower_pot", + "dirt": "block/dirt", + "bamboo": "block/bamboo_stalk", + "leaf": "block/bamboo_singleleaf" + }, + "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": [ 7, 0, 7 ], + "to": [ 9, 16, 9 ], + "faces": { + "down": { "uv": [ 13, 4, 15, 6 ], "texture": "#bamboo", "cullface": "down" }, + "up": { "uv": [ 13, 0, 15, 2], "texture": "#bamboo", "cullface": "up" }, + "north": { "uv": [ 6, 0, 8, 16 ], "texture": "#bamboo" }, + "south": { "uv": [ 6, 0, 8, 16 ], "texture": "#bamboo" }, + "west": { "uv": [ 6, 0, 8, 16 ], "texture": "#bamboo" }, + "east": { "uv": [ 6, 0, 8, 16 ], "texture": "#bamboo" } + } + }, + { "from": [ 0, 2, 8 ], + "to": [ 16, 18, 8 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#leaf" }, + "south": { "uv": [ 16, 0, 0, 16 ], "texture": "#leaf" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/potted_birch_sapling.json b/1.15.2/assets/minecraft/models/block/potted_birch_sapling.json new file mode 100644 index 00000000..57b1f01c --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/potted_birch_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "block/birch_sapling" + } +} diff --git a/1.15.2/assets/minecraft/models/block/potted_blue_orchid.json b/1.15.2/assets/minecraft/models/block/potted_blue_orchid.json new file mode 100644 index 00000000..34af957e --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/potted_blue_orchid.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "block/blue_orchid" + } +} diff --git a/1.15.2/assets/minecraft/models/block/potted_brown_mushroom.json b/1.15.2/assets/minecraft/models/block/potted_brown_mushroom.json new file mode 100644 index 00000000..32e39b9f --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/potted_brown_mushroom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "block/brown_mushroom" + } +} diff --git a/1.15.2/assets/minecraft/models/block/potted_cactus.json b/1.15.2/assets/minecraft/models/block/potted_cactus.json new file mode 100644 index 00000000..91d4bb37 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/potted_cactus.json @@ -0,0 +1,86 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/flower_pot", + "flowerpot": "block/flower_pot", + "dirt": "block/dirt", + "cactus": "block/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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/potted_cornflower.json b/1.15.2/assets/minecraft/models/block/potted_cornflower.json new file mode 100644 index 00000000..a64d5de8 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/potted_cornflower.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "block/cornflower" + } +} diff --git a/1.15.2/assets/minecraft/models/block/potted_dandelion.json b/1.15.2/assets/minecraft/models/block/potted_dandelion.json new file mode 100644 index 00000000..4171fe90 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/potted_dandelion.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "block/dandelion" + } +} diff --git a/1.15.2/assets/minecraft/models/block/potted_dark_oak_sapling.json b/1.15.2/assets/minecraft/models/block/potted_dark_oak_sapling.json new file mode 100644 index 00000000..686fd186 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/potted_dark_oak_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "block/dark_oak_sapling" + } +} diff --git a/1.15.2/assets/minecraft/models/block/potted_dead_bush.json b/1.15.2/assets/minecraft/models/block/potted_dead_bush.json new file mode 100644 index 00000000..0bd0f57c --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/potted_dead_bush.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "block/dead_bush" + } +} diff --git a/1.15.2/assets/minecraft/models/block/potted_fern.json b/1.15.2/assets/minecraft/models/block/potted_fern.json new file mode 100644 index 00000000..012aa52e --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/potted_fern.json @@ -0,0 +1,74 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/flower_pot", + "flowerpot": "block/flower_pot", + "dirt": "block/dirt", + "plant": "block/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 } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/potted_jungle_sapling.json b/1.15.2/assets/minecraft/models/block/potted_jungle_sapling.json new file mode 100644 index 00000000..a25895f8 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/potted_jungle_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "block/jungle_sapling" + } +} diff --git a/1.15.2/assets/minecraft/models/block/potted_lily_of_the_valley.json b/1.15.2/assets/minecraft/models/block/potted_lily_of_the_valley.json new file mode 100644 index 00000000..ac3cf300 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/potted_lily_of_the_valley.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "block/lily_of_the_valley" + } +} diff --git a/1.15.2/assets/minecraft/models/block/potted_oak_sapling.json b/1.15.2/assets/minecraft/models/block/potted_oak_sapling.json new file mode 100644 index 00000000..87e441c7 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/potted_oak_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "block/oak_sapling" + } +} diff --git a/1.15.2/assets/minecraft/models/block/potted_orange_tulip.json b/1.15.2/assets/minecraft/models/block/potted_orange_tulip.json new file mode 100644 index 00000000..08a26ff5 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/potted_orange_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "block/orange_tulip" + } +} diff --git a/1.15.2/assets/minecraft/models/block/potted_oxeye_daisy.json b/1.15.2/assets/minecraft/models/block/potted_oxeye_daisy.json new file mode 100644 index 00000000..fbf42dab --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/potted_oxeye_daisy.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "block/oxeye_daisy" + } +} diff --git a/1.15.2/assets/minecraft/models/block/potted_pink_tulip.json b/1.15.2/assets/minecraft/models/block/potted_pink_tulip.json new file mode 100644 index 00000000..590d0465 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/potted_pink_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "block/pink_tulip" + } +} diff --git a/1.15.2/assets/minecraft/models/block/potted_poppy.json b/1.15.2/assets/minecraft/models/block/potted_poppy.json new file mode 100644 index 00000000..e015fd6e --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/potted_poppy.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "block/poppy" + } +} diff --git a/1.15.2/assets/minecraft/models/block/potted_red_mushroom.json b/1.15.2/assets/minecraft/models/block/potted_red_mushroom.json new file mode 100644 index 00000000..088bf034 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/potted_red_mushroom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "block/red_mushroom" + } +} diff --git a/1.15.2/assets/minecraft/models/block/potted_red_tulip.json b/1.15.2/assets/minecraft/models/block/potted_red_tulip.json new file mode 100644 index 00000000..756ee49d --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/potted_red_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "block/red_tulip" + } +} diff --git a/1.15.2/assets/minecraft/models/block/potted_spruce_sapling.json b/1.15.2/assets/minecraft/models/block/potted_spruce_sapling.json new file mode 100644 index 00000000..583c5623 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/potted_spruce_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "block/spruce_sapling" + } +} diff --git a/1.15.2/assets/minecraft/models/block/potted_white_tulip.json b/1.15.2/assets/minecraft/models/block/potted_white_tulip.json new file mode 100644 index 00000000..433a64da --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/potted_white_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "block/white_tulip" + } +} diff --git a/1.15.2/assets/minecraft/models/block/potted_wither_rose.json b/1.15.2/assets/minecraft/models/block/potted_wither_rose.json new file mode 100644 index 00000000..0205eabe --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/potted_wither_rose.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "block/wither_rose" + } +} diff --git a/1.15.2/assets/minecraft/models/block/powered_rail.json b/1.15.2/assets/minecraft/models/block/powered_rail.json new file mode 100644 index 00000000..c85bd0d6 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/powered_rail.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_flat", + "textures": { + "rail": "block/powered_rail" + } +} diff --git a/1.15.2/assets/minecraft/models/block/powered_rail_on.json b/1.15.2/assets/minecraft/models/block/powered_rail_on.json new file mode 100644 index 00000000..89474f8c --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/powered_rail_on.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_flat", + "textures": { + "rail": "block/powered_rail_on" + } +} diff --git a/1.15.2/assets/minecraft/models/block/powered_rail_on_raised_ne.json b/1.15.2/assets/minecraft/models/block/powered_rail_on_raised_ne.json new file mode 100644 index 00000000..8f8c269f --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/powered_rail_on_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_rail_raised_ne", + "textures": { + "rail": "block/powered_rail_on" + } +} diff --git a/1.15.2/assets/minecraft/models/block/powered_rail_on_raised_sw.json b/1.15.2/assets/minecraft/models/block/powered_rail_on_raised_sw.json new file mode 100644 index 00000000..9e949bef --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/powered_rail_on_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_rail_raised_sw", + "textures": { + "rail": "block/powered_rail_on" + } +} diff --git a/1.15.2/assets/minecraft/models/block/powered_rail_raised_ne.json b/1.15.2/assets/minecraft/models/block/powered_rail_raised_ne.json new file mode 100644 index 00000000..4498c583 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/powered_rail_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_rail_raised_ne", + "textures": { + "rail": "block/powered_rail" + } +} diff --git a/1.15.2/assets/minecraft/models/block/powered_rail_raised_sw.json b/1.15.2/assets/minecraft/models/block/powered_rail_raised_sw.json new file mode 100644 index 00000000..720f1b8c --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/powered_rail_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_rail_raised_sw", + "textures": { + "rail": "block/powered_rail" + } +} diff --git a/1.15.2/assets/minecraft/models/block/pressure_plate_down.json b/1.15.2/assets/minecraft/models/block/pressure_plate_down.json new file mode 100644 index 00000000..db6e6ba6 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/pressure_plate_down.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 1, 0, 1 ], + "to": [ 15, 0.5, 15 ], + "faces": { + "down": { "uv": [ 1, 1, 15, 15 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 1, 1, 15, 15 ], "texture": "#texture" }, + "north": { "uv": [ 1, 15, 15, 15.5 ], "texture": "#texture" }, + "south": { "uv": [ 1, 15, 15, 15.5 ], "texture": "#texture" }, + "west": { "uv": [ 1, 15, 15, 15.5 ], "texture": "#texture" }, + "east": { "uv": [ 1, 15, 15, 15.5 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/pressure_plate_up.json b/1.15.2/assets/minecraft/models/block/pressure_plate_up.json new file mode 100644 index 00000000..689fbe4f --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/pressure_plate_up.json @@ -0,0 +1,18 @@ +{ "parent": "block/thin_block", + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 1, 0, 1 ], + "to": [ 15, 1, 15 ], + "faces": { + "down": { "uv": [ 1, 1, 15, 15 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 1, 1, 15, 15 ], "texture": "#texture" }, + "north": { "uv": [ 1, 15, 15, 16 ], "texture": "#texture" }, + "south": { "uv": [ 1, 15, 15, 16 ], "texture": "#texture" }, + "west": { "uv": [ 1, 15, 15, 16 ], "texture": "#texture" }, + "east": { "uv": [ 1, 15, 15, 16 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/prismarine.json b/1.15.2/assets/minecraft/models/block/prismarine.json new file mode 100644 index 00000000..2bb216bd --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/prismarine.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/prismarine" + } +} diff --git a/1.15.2/assets/minecraft/models/block/prismarine_brick_slab.json b/1.15.2/assets/minecraft/models/block/prismarine_brick_slab.json new file mode 100644 index 00000000..beac9842 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/prismarine_brick_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/prismarine_bricks", + "top": "block/prismarine_bricks", + "side": "block/prismarine_bricks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/prismarine_brick_slab_top.json b/1.15.2/assets/minecraft/models/block/prismarine_brick_slab_top.json new file mode 100644 index 00000000..d06900ef --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/prismarine_brick_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/prismarine_bricks", + "top": "block/prismarine_bricks", + "side": "block/prismarine_bricks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/prismarine_brick_stairs.json b/1.15.2/assets/minecraft/models/block/prismarine_brick_stairs.json new file mode 100644 index 00000000..012bd43b --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/prismarine_brick_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/prismarine_bricks", + "top": "block/prismarine_bricks", + "side": "block/prismarine_bricks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/prismarine_brick_stairs_inner.json b/1.15.2/assets/minecraft/models/block/prismarine_brick_stairs_inner.json new file mode 100644 index 00000000..37a79c8a --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/prismarine_brick_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/prismarine_bricks", + "top": "block/prismarine_bricks", + "side": "block/prismarine_bricks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/prismarine_brick_stairs_outer.json b/1.15.2/assets/minecraft/models/block/prismarine_brick_stairs_outer.json new file mode 100644 index 00000000..ad8eb0c1 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/prismarine_brick_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/prismarine_bricks", + "top": "block/prismarine_bricks", + "side": "block/prismarine_bricks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/prismarine_bricks.json b/1.15.2/assets/minecraft/models/block/prismarine_bricks.json new file mode 100644 index 00000000..4f7f6a79 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/prismarine_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/prismarine_bricks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/prismarine_slab.json b/1.15.2/assets/minecraft/models/block/prismarine_slab.json new file mode 100644 index 00000000..c61e8b76 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/prismarine_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/prismarine", + "top": "block/prismarine", + "side": "block/prismarine" + } +} diff --git a/1.15.2/assets/minecraft/models/block/prismarine_slab_top.json b/1.15.2/assets/minecraft/models/block/prismarine_slab_top.json new file mode 100644 index 00000000..963cbf6b --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/prismarine_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/prismarine", + "top": "block/prismarine", + "side": "block/prismarine" + } +} diff --git a/1.15.2/assets/minecraft/models/block/prismarine_stairs.json b/1.15.2/assets/minecraft/models/block/prismarine_stairs.json new file mode 100644 index 00000000..dc53fb59 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/prismarine_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/prismarine", + "top": "block/prismarine", + "side": "block/prismarine" + } +} diff --git a/1.15.2/assets/minecraft/models/block/prismarine_stairs_inner.json b/1.15.2/assets/minecraft/models/block/prismarine_stairs_inner.json new file mode 100644 index 00000000..d900bb65 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/prismarine_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/prismarine", + "top": "block/prismarine", + "side": "block/prismarine" + } +} diff --git a/1.15.2/assets/minecraft/models/block/prismarine_stairs_outer.json b/1.15.2/assets/minecraft/models/block/prismarine_stairs_outer.json new file mode 100644 index 00000000..0b67644e --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/prismarine_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/prismarine", + "top": "block/prismarine", + "side": "block/prismarine" + } +} diff --git a/1.15.2/assets/minecraft/models/block/prismarine_wall_inventory.json b/1.15.2/assets/minecraft/models/block/prismarine_wall_inventory.json new file mode 100644 index 00000000..e5f5a42c --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/prismarine_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_inventory", + "textures": { + "wall": "block/prismarine" + } +} diff --git a/1.15.2/assets/minecraft/models/block/prismarine_wall_post.json b/1.15.2/assets/minecraft/models/block/prismarine_wall_post.json new file mode 100644 index 00000000..3e2eced1 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/prismarine_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_wall_post", + "textures": { + "wall": "block/prismarine" + } +} diff --git a/1.15.2/assets/minecraft/models/block/prismarine_wall_side.json b/1.15.2/assets/minecraft/models/block/prismarine_wall_side.json new file mode 100644 index 00000000..3b3470d0 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/prismarine_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_wall_side", + "textures": { + "wall": "block/prismarine" + } +} diff --git a/1.15.2/assets/minecraft/models/block/pumpkin.json b/1.15.2/assets/minecraft/models/block/pumpkin.json new file mode 100644 index 00000000..ab505114 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/pumpkin.json @@ -0,0 +1,14 @@ +{ + "parent": "block/cube_column", + "display": { + "firstperson_righthand": { + "rotation": [ 0, 135, 0 ], + "translation": [ 0, 0, 0 ], + "scale": [ 0.40, 0.40, 0.40 ] + } + }, + "textures": { + "end": "block/pumpkin_top", + "side": "block/pumpkin_side" + } +} diff --git a/1.15.2/assets/minecraft/models/block/pumpkin_stem_stage0.json b/1.15.2/assets/minecraft/models/block/pumpkin_stem_stage0.json new file mode 100644 index 00000000..b7bb19b8 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/pumpkin_stem_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth0", + "textures": { + "stem": "block/pumpkin_stem" + } +} diff --git a/1.15.2/assets/minecraft/models/block/pumpkin_stem_stage1.json b/1.15.2/assets/minecraft/models/block/pumpkin_stem_stage1.json new file mode 100644 index 00000000..d5f0127b --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/pumpkin_stem_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth1", + "textures": { + "stem": "block/pumpkin_stem" + } +} diff --git a/1.15.2/assets/minecraft/models/block/pumpkin_stem_stage2.json b/1.15.2/assets/minecraft/models/block/pumpkin_stem_stage2.json new file mode 100644 index 00000000..2ca3cca7 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/pumpkin_stem_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth2", + "textures": { + "stem": "block/pumpkin_stem" + } +} diff --git a/1.15.2/assets/minecraft/models/block/pumpkin_stem_stage3.json b/1.15.2/assets/minecraft/models/block/pumpkin_stem_stage3.json new file mode 100644 index 00000000..6bcb39fa --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/pumpkin_stem_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth3", + "textures": { + "stem": "block/pumpkin_stem" + } +} diff --git a/1.15.2/assets/minecraft/models/block/pumpkin_stem_stage4.json b/1.15.2/assets/minecraft/models/block/pumpkin_stem_stage4.json new file mode 100644 index 00000000..6f8c8636 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/pumpkin_stem_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth4", + "textures": { + "stem": "block/pumpkin_stem" + } +} diff --git a/1.15.2/assets/minecraft/models/block/pumpkin_stem_stage5.json b/1.15.2/assets/minecraft/models/block/pumpkin_stem_stage5.json new file mode 100644 index 00000000..df925e8f --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/pumpkin_stem_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth5", + "textures": { + "stem": "block/pumpkin_stem" + } +} diff --git a/1.15.2/assets/minecraft/models/block/pumpkin_stem_stage6.json b/1.15.2/assets/minecraft/models/block/pumpkin_stem_stage6.json new file mode 100644 index 00000000..5757b58a --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/pumpkin_stem_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth6", + "textures": { + "stem": "block/pumpkin_stem" + } +} diff --git a/1.15.2/assets/minecraft/models/block/pumpkin_stem_stage7.json b/1.15.2/assets/minecraft/models/block/pumpkin_stem_stage7.json new file mode 100644 index 00000000..f0abafa2 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/pumpkin_stem_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth7", + "textures": { + "stem": "block/pumpkin_stem" + } +} diff --git a/1.15.2/assets/minecraft/models/block/purple_carpet.json b/1.15.2/assets/minecraft/models/block/purple_carpet.json new file mode 100644 index 00000000..85d8e740 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/purple_carpet.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "block/purple_wool", + "wool": "block/purple_wool" + } +} diff --git a/1.15.2/assets/minecraft/models/block/purple_concrete.json b/1.15.2/assets/minecraft/models/block/purple_concrete.json new file mode 100644 index 00000000..d50588b2 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/purple_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/purple_concrete" + } +} diff --git a/1.15.2/assets/minecraft/models/block/purple_concrete_powder.json b/1.15.2/assets/minecraft/models/block/purple_concrete_powder.json new file mode 100644 index 00000000..0cdf53f6 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/purple_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/purple_concrete_powder" + } +} diff --git a/1.15.2/assets/minecraft/models/block/purple_glazed_terracotta.json b/1.15.2/assets/minecraft/models/block/purple_glazed_terracotta.json new file mode 100644 index 00000000..b1082bdc --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/purple_glazed_terracotta.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glazed_terracotta", + "textures": { + "particle": "block/purple_glazed_terracotta", + "pattern": "block/purple_glazed_terracotta" + } +} diff --git a/1.15.2/assets/minecraft/models/block/purple_shulker_box.json b/1.15.2/assets/minecraft/models/block/purple_shulker_box.json new file mode 100644 index 00000000..648f7579 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/purple_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "block/purple_shulker_box" + } +} diff --git a/1.15.2/assets/minecraft/models/block/purple_stained_glass.json b/1.15.2/assets/minecraft/models/block/purple_stained_glass.json new file mode 100644 index 00000000..2fb40fc4 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/purple_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/purple_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/purple_stained_glass_pane_noside.json b/1.15.2/assets/minecraft/models/block/purple_stained_glass_pane_noside.json new file mode 100644 index 00000000..253cc7fb --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/purple_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside", + "textures": { + "pane": "block/purple_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/purple_stained_glass_pane_noside_alt.json b/1.15.2/assets/minecraft/models/block/purple_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..950a5340 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/purple_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside_alt", + "textures": { + "pane": "block/purple_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/purple_stained_glass_pane_post.json b/1.15.2/assets/minecraft/models/block/purple_stained_glass_pane_post.json new file mode 100644 index 00000000..0335f701 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/purple_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_post", + "textures": { + "edge": "block/purple_stained_glass_pane_top", + "pane": "block/purple_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/purple_stained_glass_pane_side.json b/1.15.2/assets/minecraft/models/block/purple_stained_glass_pane_side.json new file mode 100644 index 00000000..07274966 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/purple_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side", + "textures": { + "edge": "block/purple_stained_glass_pane_top", + "pane": "block/purple_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/purple_stained_glass_pane_side_alt.json b/1.15.2/assets/minecraft/models/block/purple_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..d400fee3 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/purple_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side_alt", + "textures": { + "edge": "block/purple_stained_glass_pane_top", + "pane": "block/purple_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/purple_terracotta.json b/1.15.2/assets/minecraft/models/block/purple_terracotta.json new file mode 100644 index 00000000..4c2f8381 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/purple_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/purple_terracotta" + } +} diff --git a/1.15.2/assets/minecraft/models/block/purple_wool.json b/1.15.2/assets/minecraft/models/block/purple_wool.json new file mode 100644 index 00000000..cb4afc34 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/purple_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/purple_wool" + } +} diff --git a/1.15.2/assets/minecraft/models/block/purpur_block.json b/1.15.2/assets/minecraft/models/block/purpur_block.json new file mode 100644 index 00000000..b500dbf3 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/purpur_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/purpur_block" + } +} diff --git a/1.15.2/assets/minecraft/models/block/purpur_pillar.json b/1.15.2/assets/minecraft/models/block/purpur_pillar.json new file mode 100644 index 00000000..0a7afade --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/purpur_pillar.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/purpur_pillar_top", + "side": "block/purpur_pillar" + } +} diff --git a/1.15.2/assets/minecraft/models/block/purpur_slab.json b/1.15.2/assets/minecraft/models/block/purpur_slab.json new file mode 100644 index 00000000..57d3e1b7 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/purpur_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/purpur_block", + "top": "block/purpur_block", + "side": "block/purpur_block" + } +} diff --git a/1.15.2/assets/minecraft/models/block/purpur_slab_top.json b/1.15.2/assets/minecraft/models/block/purpur_slab_top.json new file mode 100644 index 00000000..1e06659e --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/purpur_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/purpur_block", + "top": "block/purpur_block", + "side": "block/purpur_block" + } +} diff --git a/1.15.2/assets/minecraft/models/block/purpur_stairs.json b/1.15.2/assets/minecraft/models/block/purpur_stairs.json new file mode 100644 index 00000000..a48ecef3 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/purpur_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/purpur_block", + "top": "block/purpur_block", + "side": "block/purpur_block" + } +} diff --git a/1.15.2/assets/minecraft/models/block/purpur_stairs_inner.json b/1.15.2/assets/minecraft/models/block/purpur_stairs_inner.json new file mode 100644 index 00000000..0d043a50 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/purpur_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/purpur_block", + "top": "block/purpur_block", + "side": "block/purpur_block" + } +} diff --git a/1.15.2/assets/minecraft/models/block/purpur_stairs_outer.json b/1.15.2/assets/minecraft/models/block/purpur_stairs_outer.json new file mode 100644 index 00000000..1290d279 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/purpur_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/purpur_block", + "top": "block/purpur_block", + "side": "block/purpur_block" + } +} diff --git a/1.15.2/assets/minecraft/models/block/quartz_block.json b/1.15.2/assets/minecraft/models/block/quartz_block.json new file mode 100644 index 00000000..a209c372 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/quartz_block.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "block/quartz_block_top", + "top": "block/quartz_block_top", + "side": "block/quartz_block_side" + } +} diff --git a/1.15.2/assets/minecraft/models/block/quartz_pillar.json b/1.15.2/assets/minecraft/models/block/quartz_pillar.json new file mode 100644 index 00000000..b71ae56b --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/quartz_pillar.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/quartz_pillar_top", + "side": "block/quartz_pillar" + } +} diff --git a/1.15.2/assets/minecraft/models/block/quartz_slab.json b/1.15.2/assets/minecraft/models/block/quartz_slab.json new file mode 100644 index 00000000..ffeff544 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/quartz_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/quartz_block_top", + "top": "block/quartz_block_top", + "side": "block/quartz_block_side" + } +} diff --git a/1.15.2/assets/minecraft/models/block/quartz_slab_top.json b/1.15.2/assets/minecraft/models/block/quartz_slab_top.json new file mode 100644 index 00000000..61d2b50f --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/quartz_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/quartz_block_top", + "top": "block/quartz_block_top", + "side": "block/quartz_block_side" + } +} diff --git a/1.15.2/assets/minecraft/models/block/quartz_stairs.json b/1.15.2/assets/minecraft/models/block/quartz_stairs.json new file mode 100644 index 00000000..db72ada4 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/quartz_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/quartz_block_top", + "top": "block/quartz_block_top", + "side": "block/quartz_block_side" + } +} diff --git a/1.15.2/assets/minecraft/models/block/quartz_stairs_inner.json b/1.15.2/assets/minecraft/models/block/quartz_stairs_inner.json new file mode 100644 index 00000000..83382bb4 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/quartz_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/quartz_block_bottom", + "top": "block/quartz_block_top", + "side": "block/quartz_block_side" + } +} diff --git a/1.15.2/assets/minecraft/models/block/quartz_stairs_outer.json b/1.15.2/assets/minecraft/models/block/quartz_stairs_outer.json new file mode 100644 index 00000000..db248d64 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/quartz_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/quartz_block_bottom", + "top": "block/quartz_block_top", + "side": "block/quartz_block_side" + } +} diff --git a/1.15.2/assets/minecraft/models/block/rail.json b/1.15.2/assets/minecraft/models/block/rail.json new file mode 100644 index 00000000..cb2fc137 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/rail.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_flat", + "textures": { + "rail": "block/rail" + } +} diff --git a/1.15.2/assets/minecraft/models/block/rail_corner.json b/1.15.2/assets/minecraft/models/block/rail_corner.json new file mode 100644 index 00000000..c3a52d1b --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/rail_corner.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_curved", + "textures": { + "rail": "block/rail_corner" + } +} diff --git a/1.15.2/assets/minecraft/models/block/rail_curved.json b/1.15.2/assets/minecraft/models/block/rail_curved.json new file mode 100644 index 00000000..299a44ba --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/rail_curved.json @@ -0,0 +1,15 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#rail" + }, + "elements": [ + { "from": [ 0, 1, 0 ], + "to": [ 16, 1, 16 ], + "faces": { + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#rail" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#rail" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/rail_flat.json b/1.15.2/assets/minecraft/models/block/rail_flat.json new file mode 100644 index 00000000..299a44ba --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/rail_flat.json @@ -0,0 +1,15 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#rail" + }, + "elements": [ + { "from": [ 0, 1, 0 ], + "to": [ 16, 1, 16 ], + "faces": { + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#rail" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#rail" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/rail_raised_ne.json b/1.15.2/assets/minecraft/models/block/rail_raised_ne.json new file mode 100644 index 00000000..6851714b --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/rail_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_rail_raised_ne", + "textures": { + "rail": "block/rail" + } +} diff --git a/1.15.2/assets/minecraft/models/block/rail_raised_sw.json b/1.15.2/assets/minecraft/models/block/rail_raised_sw.json new file mode 100644 index 00000000..407c0562 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/rail_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_rail_raised_sw", + "textures": { + "rail": "block/rail" + } +} diff --git a/1.15.2/assets/minecraft/models/block/red_carpet.json b/1.15.2/assets/minecraft/models/block/red_carpet.json new file mode 100644 index 00000000..5b970861 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/red_carpet.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "block/red_wool", + "wool": "block/red_wool" + } +} diff --git a/1.15.2/assets/minecraft/models/block/red_concrete.json b/1.15.2/assets/minecraft/models/block/red_concrete.json new file mode 100644 index 00000000..9627a219 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/red_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/red_concrete" + } +} diff --git a/1.15.2/assets/minecraft/models/block/red_concrete_powder.json b/1.15.2/assets/minecraft/models/block/red_concrete_powder.json new file mode 100644 index 00000000..8ac50f68 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/red_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/red_concrete_powder" + } +} diff --git a/1.15.2/assets/minecraft/models/block/red_glazed_terracotta.json b/1.15.2/assets/minecraft/models/block/red_glazed_terracotta.json new file mode 100644 index 00000000..0002721d --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/red_glazed_terracotta.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glazed_terracotta", + "textures": { + "particle": "block/red_glazed_terracotta", + "pattern": "block/red_glazed_terracotta" + } +} diff --git a/1.15.2/assets/minecraft/models/block/red_mushroom.json b/1.15.2/assets/minecraft/models/block/red_mushroom.json new file mode 100644 index 00000000..764bb7fc --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/red_mushroom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/red_mushroom" + } +} diff --git a/1.15.2/assets/minecraft/models/block/red_mushroom_block.json b/1.15.2/assets/minecraft/models/block/red_mushroom_block.json new file mode 100644 index 00000000..1352fa57 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/red_mushroom_block.json @@ -0,0 +1,14 @@ +{ + "textures": { + "texture": "block/red_mushroom_block", + "particle": "block/red_mushroom_block" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 0 ], + "faces": { + "north": { "texture": "#texture", "cullface":"north" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/red_mushroom_block_inventory.json b/1.15.2/assets/minecraft/models/block/red_mushroom_block_inventory.json new file mode 100644 index 00000000..0e29eff2 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/red_mushroom_block_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/red_mushroom_block" + } +} diff --git a/1.15.2/assets/minecraft/models/block/red_nether_brick_slab.json b/1.15.2/assets/minecraft/models/block/red_nether_brick_slab.json new file mode 100644 index 00000000..ff01713b --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/red_nether_brick_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/red_nether_bricks", + "top": "block/red_nether_bricks", + "side": "block/red_nether_bricks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/red_nether_brick_slab_top.json b/1.15.2/assets/minecraft/models/block/red_nether_brick_slab_top.json new file mode 100644 index 00000000..14d2da06 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/red_nether_brick_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/red_nether_bricks", + "top": "block/red_nether_bricks", + "side": "block/red_nether_bricks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/red_nether_brick_stairs.json b/1.15.2/assets/minecraft/models/block/red_nether_brick_stairs.json new file mode 100644 index 00000000..6902e496 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/red_nether_brick_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/red_nether_bricks", + "top": "block/red_nether_bricks", + "side": "block/red_nether_bricks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/red_nether_brick_stairs_inner.json b/1.15.2/assets/minecraft/models/block/red_nether_brick_stairs_inner.json new file mode 100644 index 00000000..1e4ef94b --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/red_nether_brick_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/red_nether_bricks", + "top": "block/red_nether_bricks", + "side": "block/red_nether_bricks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/red_nether_brick_stairs_outer.json b/1.15.2/assets/minecraft/models/block/red_nether_brick_stairs_outer.json new file mode 100644 index 00000000..256bddbf --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/red_nether_brick_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/red_nether_bricks", + "top": "block/red_nether_bricks", + "side": "block/red_nether_bricks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/red_nether_brick_wall_inventory.json b/1.15.2/assets/minecraft/models/block/red_nether_brick_wall_inventory.json new file mode 100644 index 00000000..ffcf6371 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/red_nether_brick_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_inventory", + "textures": { + "wall": "block/red_nether_bricks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/red_nether_brick_wall_post.json b/1.15.2/assets/minecraft/models/block/red_nether_brick_wall_post.json new file mode 100644 index 00000000..9103acac --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/red_nether_brick_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_wall_post", + "textures": { + "wall": "block/red_nether_bricks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/red_nether_brick_wall_side.json b/1.15.2/assets/minecraft/models/block/red_nether_brick_wall_side.json new file mode 100644 index 00000000..9c85c480 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/red_nether_brick_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_wall_side", + "textures": { + "wall": "block/red_nether_bricks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/red_nether_bricks.json b/1.15.2/assets/minecraft/models/block/red_nether_bricks.json new file mode 100644 index 00000000..a9833c92 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/red_nether_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/red_nether_bricks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/red_sand.json b/1.15.2/assets/minecraft/models/block/red_sand.json new file mode 100644 index 00000000..7724d66f --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/red_sand.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/red_sand" + } +} diff --git a/1.15.2/assets/minecraft/models/block/red_sandstone.json b/1.15.2/assets/minecraft/models/block/red_sandstone.json new file mode 100644 index 00000000..4fe56135 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/red_sandstone.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "block/red_sandstone_bottom", + "top": "block/red_sandstone_top", + "side": "block/red_sandstone" + } +} diff --git a/1.15.2/assets/minecraft/models/block/red_sandstone_slab.json b/1.15.2/assets/minecraft/models/block/red_sandstone_slab.json new file mode 100644 index 00000000..817d14c1 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/red_sandstone_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/red_sandstone_bottom", + "top": "block/red_sandstone_top", + "side": "block/red_sandstone" + } +} diff --git a/1.15.2/assets/minecraft/models/block/red_sandstone_slab_top.json b/1.15.2/assets/minecraft/models/block/red_sandstone_slab_top.json new file mode 100644 index 00000000..72294351 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/red_sandstone_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/red_sandstone_bottom", + "top": "block/red_sandstone_top", + "side": "block/red_sandstone" + } +} diff --git a/1.15.2/assets/minecraft/models/block/red_sandstone_stairs.json b/1.15.2/assets/minecraft/models/block/red_sandstone_stairs.json new file mode 100644 index 00000000..0110aea0 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/red_sandstone_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/red_sandstone_bottom", + "top": "block/red_sandstone_top", + "side": "block/red_sandstone" + } +} diff --git a/1.15.2/assets/minecraft/models/block/red_sandstone_stairs_inner.json b/1.15.2/assets/minecraft/models/block/red_sandstone_stairs_inner.json new file mode 100644 index 00000000..1c529ff4 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/red_sandstone_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/red_sandstone_bottom", + "top": "block/red_sandstone_top", + "side": "block/red_sandstone" + } +} diff --git a/1.15.2/assets/minecraft/models/block/red_sandstone_stairs_outer.json b/1.15.2/assets/minecraft/models/block/red_sandstone_stairs_outer.json new file mode 100644 index 00000000..8a40e759 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/red_sandstone_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/red_sandstone_bottom", + "top": "block/red_sandstone_top", + "side": "block/red_sandstone" + } +} diff --git a/1.15.2/assets/minecraft/models/block/red_sandstone_wall_inventory.json b/1.15.2/assets/minecraft/models/block/red_sandstone_wall_inventory.json new file mode 100644 index 00000000..e27520be --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/red_sandstone_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_inventory", + "textures": { + "wall": "block/red_sandstone" + } +} diff --git a/1.15.2/assets/minecraft/models/block/red_sandstone_wall_post.json b/1.15.2/assets/minecraft/models/block/red_sandstone_wall_post.json new file mode 100644 index 00000000..719400c2 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/red_sandstone_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_wall_post", + "textures": { + "wall": "block/red_sandstone" + } +} diff --git a/1.15.2/assets/minecraft/models/block/red_sandstone_wall_side.json b/1.15.2/assets/minecraft/models/block/red_sandstone_wall_side.json new file mode 100644 index 00000000..eee7fa41 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/red_sandstone_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_wall_side", + "textures": { + "wall": "block/red_sandstone" + } +} diff --git a/1.15.2/assets/minecraft/models/block/red_shulker_box.json b/1.15.2/assets/minecraft/models/block/red_shulker_box.json new file mode 100644 index 00000000..50dabd03 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/red_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "block/red_shulker_box" + } +} diff --git a/1.15.2/assets/minecraft/models/block/red_stained_glass.json b/1.15.2/assets/minecraft/models/block/red_stained_glass.json new file mode 100644 index 00000000..aecf4abd --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/red_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/red_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/red_stained_glass_pane_noside.json b/1.15.2/assets/minecraft/models/block/red_stained_glass_pane_noside.json new file mode 100644 index 00000000..ad7e3150 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/red_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside", + "textures": { + "pane": "block/red_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/red_stained_glass_pane_noside_alt.json b/1.15.2/assets/minecraft/models/block/red_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..7b21693b --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/red_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside_alt", + "textures": { + "pane": "block/red_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/red_stained_glass_pane_post.json b/1.15.2/assets/minecraft/models/block/red_stained_glass_pane_post.json new file mode 100644 index 00000000..04248f23 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/red_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_post", + "textures": { + "edge": "block/red_stained_glass_pane_top", + "pane": "block/red_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/red_stained_glass_pane_side.json b/1.15.2/assets/minecraft/models/block/red_stained_glass_pane_side.json new file mode 100644 index 00000000..26fc15af --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/red_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side", + "textures": { + "edge": "block/red_stained_glass_pane_top", + "pane": "block/red_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/red_stained_glass_pane_side_alt.json b/1.15.2/assets/minecraft/models/block/red_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..f206ae13 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/red_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side_alt", + "textures": { + "edge": "block/red_stained_glass_pane_top", + "pane": "block/red_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/red_terracotta.json b/1.15.2/assets/minecraft/models/block/red_terracotta.json new file mode 100644 index 00000000..0264bfb0 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/red_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/red_terracotta" + } +} diff --git a/1.15.2/assets/minecraft/models/block/red_tulip.json b/1.15.2/assets/minecraft/models/block/red_tulip.json new file mode 100644 index 00000000..fcc4f687 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/red_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/red_tulip" + } +} diff --git a/1.15.2/assets/minecraft/models/block/red_wool.json b/1.15.2/assets/minecraft/models/block/red_wool.json new file mode 100644 index 00000000..24e9ca9b --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/red_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/red_wool" + } +} diff --git a/1.15.2/assets/minecraft/models/block/redstone_block.json b/1.15.2/assets/minecraft/models/block/redstone_block.json new file mode 100644 index 00000000..53768b56 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/redstone_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/redstone_block" + } +} diff --git a/1.15.2/assets/minecraft/models/block/redstone_dust_dot.json b/1.15.2/assets/minecraft/models/block/redstone_dust_dot.json new file mode 100644 index 00000000..6005d1bc --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/redstone_dust_dot.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/redstone_dust_dot", + "line": "block/redstone_dust_dot", + "overlay": "block/redstone_dust_overlay" + }, + "elements": [ + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16], "texture": "#line", "tintindex": 0 } + } + }, + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/redstone_dust_side.json b/1.15.2/assets/minecraft/models/block/redstone_dust_side.json new file mode 100644 index 00000000..0298af0f --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/redstone_dust_side.json @@ -0,0 +1,23 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/redstone_dust_dot", + "overlay": "block/redstone_dust_overlay" + }, + "elements": [ + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 8 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 8 ], "texture": "#line", "tintindex": 0 } + } + }, + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 8 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 8 ], "texture": "#overlay" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/redstone_dust_side0.json b/1.15.2/assets/minecraft/models/block/redstone_dust_side0.json new file mode 100644 index 00000000..8ba2e73e --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/redstone_dust_side0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/redstone_dust_side", + "textures": { + "line": "block/redstone_dust_line0" + } +} diff --git a/1.15.2/assets/minecraft/models/block/redstone_dust_side1.json b/1.15.2/assets/minecraft/models/block/redstone_dust_side1.json new file mode 100644 index 00000000..1f545393 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/redstone_dust_side1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/redstone_dust_side", + "textures": { + "line": "block/redstone_dust_line1" + } +} diff --git a/1.15.2/assets/minecraft/models/block/redstone_dust_side_alt.json b/1.15.2/assets/minecraft/models/block/redstone_dust_side_alt.json new file mode 100644 index 00000000..b0af5ec5 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/redstone_dust_side_alt.json @@ -0,0 +1,23 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/redstone_dust_dot", + "overlay": "block/redstone_dust_overlay" + }, + "elements": [ + { "from": [ 0, 0.25, 8 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 8, 16, 16 ], "texture": "#line", "tintindex": 0 } + } + }, + { "from": [ 0, 0.25, 8 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 8, 16, 16 ], "texture": "#overlay" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/redstone_dust_side_alt0.json b/1.15.2/assets/minecraft/models/block/redstone_dust_side_alt0.json new file mode 100644 index 00000000..f74884dd --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/redstone_dust_side_alt0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/redstone_dust_side_alt", + "textures": { + "line": "block/redstone_dust_line0" + } +} diff --git a/1.15.2/assets/minecraft/models/block/redstone_dust_side_alt1.json b/1.15.2/assets/minecraft/models/block/redstone_dust_side_alt1.json new file mode 100644 index 00000000..a31f8487 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/redstone_dust_side_alt1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/redstone_dust_side_alt", + "textures": { + "line": "block/redstone_dust_line1" + } +} diff --git a/1.15.2/assets/minecraft/models/block/redstone_dust_up.json b/1.15.2/assets/minecraft/models/block/redstone_dust_up.json new file mode 100644 index 00000000..8dac44d0 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/redstone_dust_up.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/redstone_dust_dot", + "line": "block/redstone_dust_line0", + "overlay": "block/redstone_dust_overlay" + }, + "elements": [ + { "from": [ 0, 0, 0.25 ], + "to": [ 16, 16, 0.25 ], + "shade": false, + "faces": { + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.25 ], + "to": [ 16, 16, 0.25 ], + "shade": false, + "faces": { + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/redstone_lamp.json b/1.15.2/assets/minecraft/models/block/redstone_lamp.json new file mode 100644 index 00000000..27af8d97 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/redstone_lamp.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/redstone_lamp" + } +} diff --git a/1.15.2/assets/minecraft/models/block/redstone_lamp_on.json b/1.15.2/assets/minecraft/models/block/redstone_lamp_on.json new file mode 100644 index 00000000..a9a33596 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/redstone_lamp_on.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/redstone_lamp_on" + } +} diff --git a/1.15.2/assets/minecraft/models/block/redstone_ore.json b/1.15.2/assets/minecraft/models/block/redstone_ore.json new file mode 100644 index 00000000..0e6f94f4 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/redstone_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/redstone_ore" + } +} diff --git a/1.15.2/assets/minecraft/models/block/redstone_ore_on.json b/1.15.2/assets/minecraft/models/block/redstone_ore_on.json new file mode 100644 index 00000000..0e6f94f4 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/redstone_ore_on.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/redstone_ore" + } +} diff --git a/1.15.2/assets/minecraft/models/block/redstone_torch.json b/1.15.2/assets/minecraft/models/block/redstone_torch.json new file mode 100644 index 00000000..7d17c733 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/redstone_torch.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_torch", + "textures": { + "torch": "block/redstone_torch" + } +} diff --git a/1.15.2/assets/minecraft/models/block/redstone_torch_off.json b/1.15.2/assets/minecraft/models/block/redstone_torch_off.json new file mode 100644 index 00000000..a29dc65a --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/redstone_torch_off.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_torch", + "textures": { + "torch": "block/redstone_torch_off" + } +} diff --git a/1.15.2/assets/minecraft/models/block/redstone_wall_torch.json b/1.15.2/assets/minecraft/models/block/redstone_wall_torch.json new file mode 100644 index 00000000..65e65b81 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/redstone_wall_torch.json @@ -0,0 +1,6 @@ +{ + "parent": "block/torch_wall", + "textures": { + "torch": "block/redstone_torch" + } +} diff --git a/1.15.2/assets/minecraft/models/block/redstone_wall_torch_off.json b/1.15.2/assets/minecraft/models/block/redstone_wall_torch_off.json new file mode 100644 index 00000000..bab8fc39 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/redstone_wall_torch_off.json @@ -0,0 +1,6 @@ +{ + "parent": "block/torch_wall", + "textures": { + "torch": "block/redstone_torch_off" + } +} diff --git a/1.15.2/assets/minecraft/models/block/repeater_1tick.json b/1.15.2/assets/minecraft/models/block/repeater_1tick.json new file mode 100644 index 00000000..8539d997 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/repeater_1tick.json @@ -0,0 +1,44 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater", + "slab": "block/smooth_stone", + "top": "block/repeater", + "unlit": "block/redstone_torch_off" + }, + "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": [ 7, 2, 6 ], + "to": [ 9, 7, 8 ], + "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, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/repeater_1tick_locked.json b/1.15.2/assets/minecraft/models/block/repeater_1tick_locked.json new file mode 100644 index 00000000..d1457f3d --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/repeater_1tick_locked.json @@ -0,0 +1,45 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater", + "slab": "block/smooth_stone", + "top": "block/repeater", + "lock": "block/bedrock", + "unlit": "block/redstone_torch_off" + }, + "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": [ 2, 2, 6 ], + "to": [ 14, 4, 8 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 2, 2 ], + "to": [ 9, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/repeater_1tick_on.json b/1.15.2/assets/minecraft/models/block/repeater_1tick_on.json new file mode 100644 index 00000000..8123d2cb --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/repeater_1tick_on.json @@ -0,0 +1,62 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater_on", + "slab": "block/smooth_stone", + "top": "block/repeater_on", + "lit": "block/redstone_torch" + }, + "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": [ 7, 7, 6 ], + "to": [ 9, 7, 8 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 5 ], + "to": [ 9, 8, 9 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 6 ], + "to": [ 10, 8, 8 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/repeater_1tick_on_locked.json b/1.15.2/assets/minecraft/models/block/repeater_1tick_on_locked.json new file mode 100644 index 00000000..60a40718 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/repeater_1tick_on_locked.json @@ -0,0 +1,54 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater_on", + "slab": "block/smooth_stone", + "top": "block/repeater_on", + "lit": "block/redstone_torch", + "lock": "block/bedrock" + }, + "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": [ 2, 2, 6 ], + "to": [ 14, 4, 8 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/repeater_2tick.json b/1.15.2/assets/minecraft/models/block/repeater_2tick.json new file mode 100644 index 00000000..b8323e2b --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/repeater_2tick.json @@ -0,0 +1,44 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater", + "slab": "block/smooth_stone", + "top": "block/repeater", + "unlit": "block/redstone_torch_off" + }, + "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": [ 7, 2, 8 ], + "to": [ 9, 7, 10 ], + "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, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/repeater_2tick_locked.json b/1.15.2/assets/minecraft/models/block/repeater_2tick_locked.json new file mode 100644 index 00000000..8dc5975b --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/repeater_2tick_locked.json @@ -0,0 +1,45 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater", + "slab": "block/smooth_stone", + "top": "block/repeater", + "lock": "block/bedrock", + "unlit": "block/redstone_torch_off" + }, + "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": [ 2, 2, 8 ], + "to": [ 14, 4, 10 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 2, 2 ], + "to": [ 9, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/repeater_2tick_on.json b/1.15.2/assets/minecraft/models/block/repeater_2tick_on.json new file mode 100644 index 00000000..11a2bcb1 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/repeater_2tick_on.json @@ -0,0 +1,62 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater_on", + "slab": "block/smooth_stone", + "top": "block/repeater_on", + "lit": "block/redstone_torch" + }, + "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": [ 7, 7, 8 ], + "to": [ 9, 7, 10 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 7 ], + "to": [ 9, 8, 11 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 8 ], + "to": [ 10, 8, 10 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/repeater_2tick_on_locked.json b/1.15.2/assets/minecraft/models/block/repeater_2tick_on_locked.json new file mode 100644 index 00000000..12a1cbe8 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/repeater_2tick_on_locked.json @@ -0,0 +1,54 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater_on", + "slab": "block/smooth_stone", + "top": "block/repeater_on", + "lit": "block/redstone_torch", + "lock": "block/bedrock" + }, + "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": [ 2, 2, 8 ], + "to": [ 14, 4, 10 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/repeater_3tick.json b/1.15.2/assets/minecraft/models/block/repeater_3tick.json new file mode 100644 index 00000000..e854cc01 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/repeater_3tick.json @@ -0,0 +1,44 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater", + "slab": "block/smooth_stone", + "top": "block/repeater", + "unlit": "block/redstone_torch_off" + }, + "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": [ 7, 2, 10 ], + "to": [ 9, 7, 12 ], + "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, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/repeater_3tick_locked.json b/1.15.2/assets/minecraft/models/block/repeater_3tick_locked.json new file mode 100644 index 00000000..6d64a3dc --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/repeater_3tick_locked.json @@ -0,0 +1,45 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater", + "slab": "block/smooth_stone", + "top": "block/repeater", + "lock": "block/bedrock", + "unlit": "block/redstone_torch_off" + }, + "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": [ 2, 2, 10 ], + "to": [ 14, 4, 12 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 2, 2 ], + "to": [ 9, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/repeater_3tick_on.json b/1.15.2/assets/minecraft/models/block/repeater_3tick_on.json new file mode 100644 index 00000000..414032e6 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/repeater_3tick_on.json @@ -0,0 +1,62 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater_on", + "slab": "block/smooth_stone", + "top": "block/repeater_on", + "lit": "block/redstone_torch" + }, + "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": [ 7, 7, 10 ], + "to": [ 9, 7, 12 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 9 ], + "to": [ 9, 8, 13 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 10 ], + "to": [ 10, 8, 12 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/repeater_3tick_on_locked.json b/1.15.2/assets/minecraft/models/block/repeater_3tick_on_locked.json new file mode 100644 index 00000000..5c21a323 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/repeater_3tick_on_locked.json @@ -0,0 +1,54 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater_on", + "slab": "block/smooth_stone", + "top": "block/repeater_on", + "lit": "block/redstone_torch", + "lock": "block/bedrock" + }, + "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": [ 2, 2, 10 ], + "to": [ 14, 4, 12 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/repeater_4tick.json b/1.15.2/assets/minecraft/models/block/repeater_4tick.json new file mode 100644 index 00000000..a708a44f --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/repeater_4tick.json @@ -0,0 +1,44 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater", + "slab": "block/smooth_stone", + "top": "block/repeater", + "unlit": "block/redstone_torch_off" + }, + "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": [ 7, 2, 12 ], + "to": [ 9, 7, 14 ], + "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, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/repeater_4tick_locked.json b/1.15.2/assets/minecraft/models/block/repeater_4tick_locked.json new file mode 100644 index 00000000..fac32c88 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/repeater_4tick_locked.json @@ -0,0 +1,45 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater", + "slab": "block/smooth_stone", + "top": "block/repeater", + "lock": "block/bedrock", + "unlit": "block/redstone_torch_off" + }, + "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": [ 2, 2, 12 ], + "to": [ 14, 4, 14 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 2, 2 ], + "to": [ 9, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/repeater_4tick_on.json b/1.15.2/assets/minecraft/models/block/repeater_4tick_on.json new file mode 100644 index 00000000..4e081aa8 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/repeater_4tick_on.json @@ -0,0 +1,62 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater_on", + "slab": "block/smooth_stone", + "top": "block/repeater_on", + "lit": "block/redstone_torch" + }, + "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": [ 7, 7, 12 ], + "to": [ 9, 7, 14 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 11 ], + "to": [ 9, 8, 15 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 12 ], + "to": [ 10, 8, 14 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/repeater_4tick_on_locked.json b/1.15.2/assets/minecraft/models/block/repeater_4tick_on_locked.json new file mode 100644 index 00000000..fcdd6448 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/repeater_4tick_on_locked.json @@ -0,0 +1,54 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater_on", + "slab": "block/smooth_stone", + "top": "block/repeater_on", + "lit": "block/redstone_torch", + "lock": "block/bedrock" + }, + "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": [ 2, 2, 12 ], + "to": [ 14, 4, 14 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/repeating_command_block.json b/1.15.2/assets/minecraft/models/block/repeating_command_block.json new file mode 100644 index 00000000..6c51bf02 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/repeating_command_block.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube_directional", + "textures": { + "particle": "block/repeating_command_block_back", + "down": "block/repeating_command_block_side", + "up": "block/repeating_command_block_side", + "north": "block/repeating_command_block_front", + "east": "block/repeating_command_block_side", + "south": "block/repeating_command_block_back", + "west": "block/repeating_command_block_side" + } +} diff --git a/1.15.2/assets/minecraft/models/block/repeating_command_block_conditional.json b/1.15.2/assets/minecraft/models/block/repeating_command_block_conditional.json new file mode 100644 index 00000000..ab17b41b --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/repeating_command_block_conditional.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube_directional", + "textures": { + "particle": "block/repeating_command_block_back", + "down": "block/repeating_command_block_conditional", + "up": "block/repeating_command_block_conditional", + "north": "block/repeating_command_block_front", + "east": "block/repeating_command_block_conditional", + "south": "block/repeating_command_block_back", + "west": "block/repeating_command_block_conditional" + } +} diff --git a/1.15.2/assets/minecraft/models/block/rose_bush_bottom.json b/1.15.2/assets/minecraft/models/block/rose_bush_bottom.json new file mode 100644 index 00000000..2a6fe0c6 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/rose_bush_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/rose_bush_bottom" + } +} diff --git a/1.15.2/assets/minecraft/models/block/rose_bush_top.json b/1.15.2/assets/minecraft/models/block/rose_bush_top.json new file mode 100644 index 00000000..ca3dce47 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/rose_bush_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/rose_bush_top" + } +} diff --git a/1.15.2/assets/minecraft/models/block/sand.json b/1.15.2/assets/minecraft/models/block/sand.json new file mode 100644 index 00000000..ce575a56 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/sand.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/sand" + } +} diff --git a/1.15.2/assets/minecraft/models/block/sandstone.json b/1.15.2/assets/minecraft/models/block/sandstone.json new file mode 100644 index 00000000..4326a4a6 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/sandstone.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "block/sandstone_bottom", + "top": "block/sandstone_top", + "side": "block/sandstone" + } +} diff --git a/1.15.2/assets/minecraft/models/block/sandstone_slab.json b/1.15.2/assets/minecraft/models/block/sandstone_slab.json new file mode 100644 index 00000000..e8b91ea4 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/sandstone_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/sandstone_bottom", + "top": "block/sandstone_top", + "side": "block/sandstone" + } +} diff --git a/1.15.2/assets/minecraft/models/block/sandstone_slab_top.json b/1.15.2/assets/minecraft/models/block/sandstone_slab_top.json new file mode 100644 index 00000000..1b6e7cfd --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/sandstone_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/sandstone_bottom", + "top": "block/sandstone_top", + "side": "block/sandstone" + } +} diff --git a/1.15.2/assets/minecraft/models/block/sandstone_stairs.json b/1.15.2/assets/minecraft/models/block/sandstone_stairs.json new file mode 100644 index 00000000..633ef4dd --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/sandstone_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/sandstone_bottom", + "top": "block/sandstone_top", + "side": "block/sandstone" + } +} diff --git a/1.15.2/assets/minecraft/models/block/sandstone_stairs_inner.json b/1.15.2/assets/minecraft/models/block/sandstone_stairs_inner.json new file mode 100644 index 00000000..fe379571 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/sandstone_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/sandstone_bottom", + "top": "block/sandstone_top", + "side": "block/sandstone" + } +} diff --git a/1.15.2/assets/minecraft/models/block/sandstone_stairs_outer.json b/1.15.2/assets/minecraft/models/block/sandstone_stairs_outer.json new file mode 100644 index 00000000..ab0b590e --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/sandstone_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/sandstone_bottom", + "top": "block/sandstone_top", + "side": "block/sandstone" + } +} diff --git a/1.15.2/assets/minecraft/models/block/sandstone_wall_inventory.json b/1.15.2/assets/minecraft/models/block/sandstone_wall_inventory.json new file mode 100644 index 00000000..3a6b4da4 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/sandstone_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_inventory", + "textures": { + "wall": "block/sandstone" + } +} diff --git a/1.15.2/assets/minecraft/models/block/sandstone_wall_post.json b/1.15.2/assets/minecraft/models/block/sandstone_wall_post.json new file mode 100644 index 00000000..d3163154 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/sandstone_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_wall_post", + "textures": { + "wall": "block/sandstone" + } +} diff --git a/1.15.2/assets/minecraft/models/block/sandstone_wall_side.json b/1.15.2/assets/minecraft/models/block/sandstone_wall_side.json new file mode 100644 index 00000000..04f46f2d --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/sandstone_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_wall_side", + "textures": { + "wall": "block/sandstone" + } +} diff --git a/1.15.2/assets/minecraft/models/block/scaffolding_stable.json b/1.15.2/assets/minecraft/models/block/scaffolding_stable.json new file mode 100644 index 00000000..bbcb6c4e --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/scaffolding_stable.json @@ -0,0 +1,99 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/scaffolding_top", + "top": "block/scaffolding_top", + "side": "block/scaffolding_side", + "bottom": "block/scaffolding_bottom" + }, + "elements": [ + { + "from": [0, 15.99, 0], + "to": [16, 16, 16], + "faces": { + "up": { "texture": "#top", "cullface": "up" }, + "down": { "texture": "#top", "uv": [0, 16, 16, 0] } + } + }, + { + "from": [0, 0, 0], + "to": [2, 16, 2], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [0, 0, 14], + "to": [2, 16, 16], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [14, 0, 14], + "to": [16, 16, 16], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [14, 0, 0], + "to": [16, 16, 2], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [2, 14, 0], + "to": [14, 16, 2], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "south": { "texture": "#side", "uv": [2, 2, 14, 4] }, + "down": { "texture": "#bottom" } + } + }, + { + "from": [2, 14, 14], + "to": [14, 16, 16], + "faces": { + "north": { "texture": "#side", "uv": [14, 0, 2, 2] }, + "south": { "texture": "#side", "cullface": "south" }, + "down": { "texture": "#bottom" } + } + }, + { + "from": [14, 14, 2], + "to": [16, 16, 14], + "faces": { + "east": { "texture": "#side", "uv": [14, 0, 2, 2], "cullface": "east" }, + "west": { "texture": "#side", "uv": [14, 2, 2, 4] }, + "down": { "texture": "#bottom" } + } + }, + { + "from": [0, 14, 2], + "to": [2, 16, 14], + "faces": { + "east": { "texture": "#side" }, + "west": { "texture": "#side", "uv": [14, 0, 2, 2], "cullface": "west" }, + "down": { "texture": "#bottom" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/scaffolding_unstable.json b/1.15.2/assets/minecraft/models/block/scaffolding_unstable.json new file mode 100644 index 00000000..f5d64e3c --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/scaffolding_unstable.json @@ -0,0 +1,143 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/scaffolding_top", + "top": "block/scaffolding_top", + "side": "block/scaffolding_side", + "bottom": "block/scaffolding_bottom" + }, + "elements": [ + { + "from": [0, 15.99, 0], + "to": [16, 16, 16], + "faces": { + "up": { "texture": "#top", "cullface": "up" }, + "down": { "texture": "#top", "uv": [0, 16, 16, 0] } + } + }, + { + "from": [0, 0, 0], + "to": [2, 16, 2], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [0, 0, 14], + "to": [2, 16, 16], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [14, 0, 14], + "to": [16, 16, 16], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [14, 0, 0], + "to": [16, 16, 2], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [2, 14, 0], + "to": [14, 16, 2], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "south": { "texture": "#side", "uv": [2, 2, 14, 4] }, + "down": { "texture": "#bottom" } + } + }, + { + "from": [2, 14, 14], + "to": [14, 16, 16], + "faces": { + "north": { "texture": "#side", "uv": [14, 0, 2, 2] }, + "south": { "texture": "#side", "cullface": "south" }, + "down": { "texture": "#bottom" } + } + }, + { + "from": [14, 14, 2], + "to": [16, 16, 14], + "faces": { + "east": { "texture": "#side", "uv": [14, 0, 2, 2], "cullface": "east" }, + "west": { "texture": "#side", "uv": [14, 2, 2, 4] }, + "down": { "texture": "#bottom" } + } + }, + { + "from": [0, 14, 2], + "to": [2, 16, 14], + "faces": { + "east": { "texture": "#side" }, + "west": { "texture": "#side", "uv": [14, 0, 2, 2], "cullface": "west" }, + "down": { "texture": "#bottom" } + } + }, + { + "from": [0, 1.99, 0], + "to": [16, 2, 16], + "faces": { + "up": { "texture": "#top"}, + "down": { "uv": [0, 16, 16, 0], "texture": "#top" } + } + }, + { + "from": [2, 0, 0], + "to": [14, 2, 2], + "faces": { + "north": { "texture": "#side", "uv": [2, 0, 14, 2] , "cullface": "north" }, + "south": { "texture": "#side", "uv": [2, 2, 14, 4] }, + "down": { "texture": "#bottom", "cullface": "bottom" } + } + }, + { + "from": [2, 0, 14], + "to": [14, 2, 16], + "faces": { + "north": { "texture": "#side", "uv": [14, 0, 2, 2] }, + "south": { "texture": "#side", "uv": [2, 0, 14, 2] , "cullface": "south" }, + "down": { "texture": "#bottom", "cullface": "bottom" } + } + }, + { + "from": [14, 0, 2], + "to": [16, 2, 14], + "faces": { + "east": { "texture": "#side", "uv": [14, 0, 2, 2], "cullface": "east"}, + "west": { "texture": "#side", "uv": [14, 2, 2, 4] }, + "down": { "texture": "#bottom", "cullface": "bottom" } + } + }, + { + "from": [0, 0, 2], + "to": [2, 2, 14], + "faces": { + "east": { "texture": "#side", "uv": [2, 0, 14, 2] }, + "west": { "texture": "#side", "uv": [14, 0, 2, 2], "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "bottom" } + } + } + ] +} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/models/block/sea_lantern.json b/1.15.2/assets/minecraft/models/block/sea_lantern.json new file mode 100644 index 00000000..32ff0c1d --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/sea_lantern.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/sea_lantern" + } +} diff --git a/1.15.2/assets/minecraft/models/block/sea_pickle.json b/1.15.2/assets/minecraft/models/block/sea_pickle.json new file mode 100644 index 00000000..9c5a81ba --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/sea_pickle.json @@ -0,0 +1,47 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/sea_pickle", + "all": "block/sea_pickle" + }, + "elements": [ + { "from": [ 6, 0, 6 ], + "to": [ 10, 6, 10 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" } + } + }, + { + "from": [ 6, 5.95, 6 ], + "to": [ 10, 5.95, 10 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 7.5, 5.2, 8 ], + "to": [ 8.5, 8.7, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "south": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + }, + { + "from": [ 8, 5.2, 7.5 ], + "to": [ 8, 8.7, 8.5 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "west": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "east": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/seagrass.json b/1.15.2/assets/minecraft/models/block/seagrass.json new file mode 100644 index 00000000..c8c8edf7 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/seagrass.json @@ -0,0 +1,42 @@ +{ + "parent": "block/block", + "ambientocclusion": false, + "textures": { + "seagrass": "block/seagrass", + "particle": "block/seagrass" + }, + "elements": [ + { "from": [ 0, 0, 4 ], + "to": [ 16, 16, 4 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#seagrass", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#seagrass", "tintindex": 0 } + } + }, + { "from": [ 12, 0, 0 ], + "to": [ 12, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#seagrass", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#seagrass", "tintindex": 0 } + } + }, + { "from": [ 4, 0, 0 ], + "to": [ 4, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#seagrass", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#seagrass", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 12 ], + "to": [ 16, 16, 12 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#seagrass", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#seagrass", "tintindex": 0 } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/shulker_box.json b/1.15.2/assets/minecraft/models/block/shulker_box.json new file mode 100644 index 00000000..f1a3072e --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "block/shulker_box" + } +} diff --git a/1.15.2/assets/minecraft/models/block/skull.json b/1.15.2/assets/minecraft/models/block/skull.json new file mode 100644 index 00000000..a597d83e --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/skull.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "block/soul_sand" + } +} diff --git a/1.15.2/assets/minecraft/models/block/slab.json b/1.15.2/assets/minecraft/models/block/slab.json new file mode 100644 index 00000000..1eadc701 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/slab.json @@ -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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/slab_top.json b/1.15.2/assets/minecraft/models/block/slab_top.json new file mode 100644 index 00000000..e21eb932 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/slab_top.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#side" + }, + "elements": [ + { "from": [ 0, 8, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 8 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 8 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 8 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 8 ], "texture": "#side", "cullface": "east" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/slightly_cracked_turtle_egg.json b/1.15.2/assets/minecraft/models/block/slightly_cracked_turtle_egg.json new file mode 100644 index 00000000..ca36ae71 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/slightly_cracked_turtle_egg.json @@ -0,0 +1,7 @@ +{ + "parent": "block/turtle_egg", + "textures": { + "particle": "block/turtle_egg_slightly_cracked", + "all": "block/turtle_egg_slightly_cracked" + } +} diff --git a/1.15.2/assets/minecraft/models/block/slime_block.json b/1.15.2/assets/minecraft/models/block/slime_block.json new file mode 100644 index 00000000..95f92bdf --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/slime_block.json @@ -0,0 +1,30 @@ +{ "parent": "block/block", + "textures": { + "particle": "block/slime_block", + "texture": "block/slime_block" + }, + "elements": [ + { "from": [ 3, 3, 3 ], + "to": [ 13, 13, 13 ], + "faces": { + "down": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, + "up": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, + "north": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, + "south": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, + "west": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, + "east": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" } + } + }, + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/smithing_table.json b/1.15.2/assets/minecraft/models/block/smithing_table.json new file mode 100644 index 00000000..017be790 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/smithing_table.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "block/smithing_table_front", + "down": "block/smithing_table_bottom", + "up": "block/smithing_table_top", + "north": "block/smithing_table_front", + "east": "block/smithing_table_side", + "south": "block/smithing_table_front", + "west": "block/smithing_table_side" + } +} diff --git a/1.15.2/assets/minecraft/models/block/smoker.json b/1.15.2/assets/minecraft/models/block/smoker.json new file mode 100644 index 00000000..8e3d2f32 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/smoker.json @@ -0,0 +1,9 @@ +{ + "parent": "block/orientable_with_bottom", + "textures": { + "bottom": "block/smoker_bottom", + "top": "block/smoker_top", + "front": "block/smoker_front", + "side": "block/smoker_side" + } +} diff --git a/1.15.2/assets/minecraft/models/block/smoker_on.json b/1.15.2/assets/minecraft/models/block/smoker_on.json new file mode 100644 index 00000000..b7a3c754 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/smoker_on.json @@ -0,0 +1,19 @@ +{ + "parent": "block/cube", + "display": { + "firstperson_righthand": { + "rotation": [ 0, 135, 0 ], + "translation": [ 0, 0, 0 ], + "scale": [ 0.40, 0.40, 0.40 ] + } + }, + "textures": { + "particle": "block/smoker_front_on", + "down": "block/smoker_bottom", + "up": "block/smoker_top", + "north": "block/smoker_front_on", + "east": "block/smoker_side", + "south": "block/smoker_side", + "west": "block/smoker_side" + } +} diff --git a/1.15.2/assets/minecraft/models/block/smooth_quartz.json b/1.15.2/assets/minecraft/models/block/smooth_quartz.json new file mode 100644 index 00000000..45818cb5 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/smooth_quartz.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/quartz_block_bottom" + } +} diff --git a/1.15.2/assets/minecraft/models/block/smooth_quartz_slab.json b/1.15.2/assets/minecraft/models/block/smooth_quartz_slab.json new file mode 100644 index 00000000..8f65413c --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/smooth_quartz_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/quartz_block_bottom", + "top": "block/quartz_block_bottom", + "side": "block/quartz_block_bottom" + } +} diff --git a/1.15.2/assets/minecraft/models/block/smooth_quartz_slab_top.json b/1.15.2/assets/minecraft/models/block/smooth_quartz_slab_top.json new file mode 100644 index 00000000..27a8e9de --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/smooth_quartz_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/quartz_block_bottom", + "top": "block/quartz_block_bottom", + "side": "block/quartz_block_bottom" + } +} diff --git a/1.15.2/assets/minecraft/models/block/smooth_quartz_stairs.json b/1.15.2/assets/minecraft/models/block/smooth_quartz_stairs.json new file mode 100644 index 00000000..c1d935be --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/smooth_quartz_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/quartz_block_bottom", + "top": "block/quartz_block_bottom", + "side": "block/quartz_block_bottom" + } +} diff --git a/1.15.2/assets/minecraft/models/block/smooth_quartz_stairs_inner.json b/1.15.2/assets/minecraft/models/block/smooth_quartz_stairs_inner.json new file mode 100644 index 00000000..2a74a723 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/smooth_quartz_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/quartz_block_bottom", + "top": "block/quartz_block_bottom", + "side": "block/quartz_block_bottom" + } +} diff --git a/1.15.2/assets/minecraft/models/block/smooth_quartz_stairs_outer.json b/1.15.2/assets/minecraft/models/block/smooth_quartz_stairs_outer.json new file mode 100644 index 00000000..21eb68b6 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/smooth_quartz_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/quartz_block_bottom", + "top": "block/quartz_block_bottom", + "side": "block/quartz_block_bottom" + } +} diff --git a/1.15.2/assets/minecraft/models/block/smooth_red_sandstone.json b/1.15.2/assets/minecraft/models/block/smooth_red_sandstone.json new file mode 100644 index 00000000..95a1ecde --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/smooth_red_sandstone.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/red_sandstone_top" + } +} diff --git a/1.15.2/assets/minecraft/models/block/smooth_red_sandstone_slab.json b/1.15.2/assets/minecraft/models/block/smooth_red_sandstone_slab.json new file mode 100644 index 00000000..59939f80 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/smooth_red_sandstone_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/red_sandstone_top", + "top": "block/red_sandstone_top", + "side": "block/red_sandstone_top" + } +} diff --git a/1.15.2/assets/minecraft/models/block/smooth_red_sandstone_slab_top.json b/1.15.2/assets/minecraft/models/block/smooth_red_sandstone_slab_top.json new file mode 100644 index 00000000..23ab7827 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/smooth_red_sandstone_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/red_sandstone_top", + "top": "block/red_sandstone_top", + "side": "block/red_sandstone_top" + } +} diff --git a/1.15.2/assets/minecraft/models/block/smooth_red_sandstone_stairs.json b/1.15.2/assets/minecraft/models/block/smooth_red_sandstone_stairs.json new file mode 100644 index 00000000..2af89496 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/smooth_red_sandstone_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/red_sandstone_top", + "top": "block/red_sandstone_top", + "side": "block/red_sandstone_top" + } +} diff --git a/1.15.2/assets/minecraft/models/block/smooth_red_sandstone_stairs_inner.json b/1.15.2/assets/minecraft/models/block/smooth_red_sandstone_stairs_inner.json new file mode 100644 index 00000000..ea1248f6 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/smooth_red_sandstone_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/red_sandstone_top", + "top": "block/red_sandstone_top", + "side": "block/red_sandstone_top" + } +} diff --git a/1.15.2/assets/minecraft/models/block/smooth_red_sandstone_stairs_outer.json b/1.15.2/assets/minecraft/models/block/smooth_red_sandstone_stairs_outer.json new file mode 100644 index 00000000..8d7bf09e --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/smooth_red_sandstone_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/red_sandstone_top", + "top": "block/red_sandstone_top", + "side": "block/red_sandstone_top" + } +} diff --git a/1.15.2/assets/minecraft/models/block/smooth_sandstone.json b/1.15.2/assets/minecraft/models/block/smooth_sandstone.json new file mode 100644 index 00000000..d8a510f1 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/smooth_sandstone.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/sandstone_top" + } +} diff --git a/1.15.2/assets/minecraft/models/block/smooth_sandstone_slab.json b/1.15.2/assets/minecraft/models/block/smooth_sandstone_slab.json new file mode 100644 index 00000000..b83b6e38 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/smooth_sandstone_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/sandstone_top", + "top": "block/sandstone_top", + "side": "block/sandstone_top" + } +} diff --git a/1.15.2/assets/minecraft/models/block/smooth_sandstone_slab_top.json b/1.15.2/assets/minecraft/models/block/smooth_sandstone_slab_top.json new file mode 100644 index 00000000..fec91115 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/smooth_sandstone_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/sandstone_top", + "top": "block/sandstone_top", + "side": "block/sandstone_top" + } +} diff --git a/1.15.2/assets/minecraft/models/block/smooth_sandstone_stairs.json b/1.15.2/assets/minecraft/models/block/smooth_sandstone_stairs.json new file mode 100644 index 00000000..affc44ad --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/smooth_sandstone_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/sandstone_top", + "top": "block/sandstone_top", + "side": "block/sandstone_top" + } +} diff --git a/1.15.2/assets/minecraft/models/block/smooth_sandstone_stairs_inner.json b/1.15.2/assets/minecraft/models/block/smooth_sandstone_stairs_inner.json new file mode 100644 index 00000000..9ccf09cc --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/smooth_sandstone_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/sandstone_top", + "top": "block/sandstone_top", + "side": "block/sandstone_top" + } +} diff --git a/1.15.2/assets/minecraft/models/block/smooth_sandstone_stairs_outer.json b/1.15.2/assets/minecraft/models/block/smooth_sandstone_stairs_outer.json new file mode 100644 index 00000000..b450adcf --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/smooth_sandstone_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/sandstone_top", + "top": "block/sandstone_top", + "side": "block/sandstone_top" + } +} diff --git a/1.15.2/assets/minecraft/models/block/smooth_stone.json b/1.15.2/assets/minecraft/models/block/smooth_stone.json new file mode 100644 index 00000000..7d04a50e --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/smooth_stone.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/smooth_stone" + } +} diff --git a/1.15.2/assets/minecraft/models/block/smooth_stone_slab.json b/1.15.2/assets/minecraft/models/block/smooth_stone_slab.json new file mode 100644 index 00000000..0415a6dc --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/smooth_stone_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/smooth_stone", + "top": "block/smooth_stone", + "side": "block/smooth_stone_slab_side" + } +} diff --git a/1.15.2/assets/minecraft/models/block/smooth_stone_slab_double.json b/1.15.2/assets/minecraft/models/block/smooth_stone_slab_double.json new file mode 100644 index 00000000..3f309fa5 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/smooth_stone_slab_double.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/smooth_stone", + "side": "block/smooth_stone_slab_side" + } +} diff --git a/1.15.2/assets/minecraft/models/block/smooth_stone_slab_top.json b/1.15.2/assets/minecraft/models/block/smooth_stone_slab_top.json new file mode 100644 index 00000000..42b079f6 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/smooth_stone_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/smooth_stone", + "top": "block/smooth_stone", + "side": "block/smooth_stone_slab_side" + } +} diff --git a/1.15.2/assets/minecraft/models/block/snow_block.json b/1.15.2/assets/minecraft/models/block/snow_block.json new file mode 100644 index 00000000..6ade2513 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/snow_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/snow" + } +} diff --git a/1.15.2/assets/minecraft/models/block/snow_height10.json b/1.15.2/assets/minecraft/models/block/snow_height10.json new file mode 100644 index 00000000..dd72cc9e --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/snow_height10.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "block/snow", + "texture": "block/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 10, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 6, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 6, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 6, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 6, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/snow_height12.json b/1.15.2/assets/minecraft/models/block/snow_height12.json new file mode 100644 index 00000000..bdce96c0 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/snow_height12.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "block/snow", + "texture": "block/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 12, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 4, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 4, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 4, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 4, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/snow_height14.json b/1.15.2/assets/minecraft/models/block/snow_height14.json new file mode 100644 index 00000000..30e1d888 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/snow_height14.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "block/snow", + "texture": "block/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 14, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 2, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 2, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 2, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 2, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/snow_height2.json b/1.15.2/assets/minecraft/models/block/snow_height2.json new file mode 100644 index 00000000..de13fc62 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/snow_height2.json @@ -0,0 +1,19 @@ +{ "parent": "block/thin_block", + "textures": { + "particle": "block/snow", + "texture": "block/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 2, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 14, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 14, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 14, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 14, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/snow_height4.json b/1.15.2/assets/minecraft/models/block/snow_height4.json new file mode 100644 index 00000000..650692c5 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/snow_height4.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "block/snow", + "texture": "block/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 4, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 12, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 12, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 12, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 12, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/snow_height6.json b/1.15.2/assets/minecraft/models/block/snow_height6.json new file mode 100644 index 00000000..32468b9b --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/snow_height6.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "block/snow", + "texture": "block/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 6, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 10, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 10, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 10, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 10, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/snow_height8.json b/1.15.2/assets/minecraft/models/block/snow_height8.json new file mode 100644 index 00000000..53d22828 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/snow_height8.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "block/snow", + "texture": "block/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 8, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 8, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 8, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 8, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 8, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/soul_sand.json b/1.15.2/assets/minecraft/models/block/soul_sand.json new file mode 100644 index 00000000..bd130d6d --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/soul_sand.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/soul_sand" + } +} diff --git a/1.15.2/assets/minecraft/models/block/spawner.json b/1.15.2/assets/minecraft/models/block/spawner.json new file mode 100644 index 00000000..e932d70a --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/spawner.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/spawner" + } +} diff --git a/1.15.2/assets/minecraft/models/block/sponge.json b/1.15.2/assets/minecraft/models/block/sponge.json new file mode 100644 index 00000000..a09bdcc4 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/sponge.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/sponge" + } +} diff --git a/1.15.2/assets/minecraft/models/block/spruce_button.json b/1.15.2/assets/minecraft/models/block/spruce_button.json new file mode 100644 index 00000000..55791862 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/spruce_button.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button", + "textures": { + "texture": "block/spruce_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/spruce_button_inventory.json b/1.15.2/assets/minecraft/models/block/spruce_button_inventory.json new file mode 100644 index 00000000..fb0b60bd --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/spruce_button_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button_inventory", + "textures": { + "texture": "block/spruce_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/spruce_button_pressed.json b/1.15.2/assets/minecraft/models/block/spruce_button_pressed.json new file mode 100644 index 00000000..b01f0246 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/spruce_button_pressed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button_pressed", + "textures": { + "texture": "block/spruce_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/spruce_door_bottom.json b/1.15.2/assets/minecraft/models/block/spruce_door_bottom.json new file mode 100644 index 00000000..fd678125 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/spruce_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom", + "textures": { + "bottom": "block/spruce_door_bottom", + "top": "block/spruce_door_top" + } +} diff --git a/1.15.2/assets/minecraft/models/block/spruce_door_bottom_hinge.json b/1.15.2/assets/minecraft/models/block/spruce_door_bottom_hinge.json new file mode 100644 index 00000000..f604cf5d --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/spruce_door_bottom_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom_rh", + "textures": { + "bottom": "block/spruce_door_bottom", + "top": "block/spruce_door_top" + } +} diff --git a/1.15.2/assets/minecraft/models/block/spruce_door_top.json b/1.15.2/assets/minecraft/models/block/spruce_door_top.json new file mode 100644 index 00000000..48e026a3 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/spruce_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top", + "textures": { + "bottom": "block/spruce_door_bottom", + "top": "block/spruce_door_top" + } +} diff --git a/1.15.2/assets/minecraft/models/block/spruce_door_top_hinge.json b/1.15.2/assets/minecraft/models/block/spruce_door_top_hinge.json new file mode 100644 index 00000000..3a6f92ab --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/spruce_door_top_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top_rh", + "textures": { + "bottom": "block/spruce_door_bottom", + "top": "block/spruce_door_top" + } +} diff --git a/1.15.2/assets/minecraft/models/block/spruce_fence_gate.json b/1.15.2/assets/minecraft/models/block/spruce_fence_gate.json new file mode 100644 index 00000000..9e87e119 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/spruce_fence_gate.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate", + "textures": { + "texture": "block/spruce_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/spruce_fence_gate_open.json b/1.15.2/assets/minecraft/models/block/spruce_fence_gate_open.json new file mode 100644 index 00000000..528a7118 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/spruce_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate_open", + "textures": { + "texture": "block/spruce_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/spruce_fence_gate_wall.json b/1.15.2/assets/minecraft/models/block/spruce_fence_gate_wall.json new file mode 100644 index 00000000..e54d9981 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/spruce_fence_gate_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate_wall", + "textures": { + "texture": "block/spruce_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/spruce_fence_gate_wall_open.json b/1.15.2/assets/minecraft/models/block/spruce_fence_gate_wall_open.json new file mode 100644 index 00000000..f68f6641 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/spruce_fence_gate_wall_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate_wall_open", + "textures": { + "texture": "block/spruce_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/spruce_fence_inventory.json b/1.15.2/assets/minecraft/models/block/spruce_fence_inventory.json new file mode 100644 index 00000000..2acf6519 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/spruce_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_inventory", + "textures": { + "texture": "block/spruce_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/spruce_fence_post.json b/1.15.2/assets/minecraft/models/block/spruce_fence_post.json new file mode 100644 index 00000000..c8b41b83 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/spruce_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_post", + "textures": { + "texture": "block/spruce_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/spruce_fence_side.json b/1.15.2/assets/minecraft/models/block/spruce_fence_side.json new file mode 100644 index 00000000..d27c4dc4 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/spruce_fence_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_side", + "textures": { + "texture": "block/spruce_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/spruce_leaves.json b/1.15.2/assets/minecraft/models/block/spruce_leaves.json new file mode 100644 index 00000000..813b9390 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/spruce_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "block/leaves", + "textures": { + "all": "block/spruce_leaves" + } +} diff --git a/1.15.2/assets/minecraft/models/block/spruce_log.json b/1.15.2/assets/minecraft/models/block/spruce_log.json new file mode 100644 index 00000000..cc77a3c4 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/spruce_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/spruce_log_top", + "side": "block/spruce_log" + } +} diff --git a/1.15.2/assets/minecraft/models/block/spruce_planks.json b/1.15.2/assets/minecraft/models/block/spruce_planks.json new file mode 100644 index 00000000..249f4b7b --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/spruce_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/spruce_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/spruce_pressure_plate.json b/1.15.2/assets/minecraft/models/block/spruce_pressure_plate.json new file mode 100644 index 00000000..a8ead6a0 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/spruce_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_up", + "textures": { + "texture": "block/spruce_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/spruce_pressure_plate_down.json b/1.15.2/assets/minecraft/models/block/spruce_pressure_plate_down.json new file mode 100644 index 00000000..e1bda415 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/spruce_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_down", + "textures": { + "texture": "block/spruce_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/spruce_sapling.json b/1.15.2/assets/minecraft/models/block/spruce_sapling.json new file mode 100644 index 00000000..40c0fc7f --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/spruce_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/spruce_sapling" + } +} diff --git a/1.15.2/assets/minecraft/models/block/spruce_sign.json b/1.15.2/assets/minecraft/models/block/spruce_sign.json new file mode 100644 index 00000000..f5e2901c --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/spruce_sign.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "block/spruce_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/spruce_slab.json b/1.15.2/assets/minecraft/models/block/spruce_slab.json new file mode 100644 index 00000000..7d5ccad8 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/spruce_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/spruce_planks", + "top": "block/spruce_planks", + "side": "block/spruce_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/spruce_slab_top.json b/1.15.2/assets/minecraft/models/block/spruce_slab_top.json new file mode 100644 index 00000000..66ad2e50 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/spruce_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/spruce_planks", + "top": "block/spruce_planks", + "side": "block/spruce_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/spruce_stairs.json b/1.15.2/assets/minecraft/models/block/spruce_stairs.json new file mode 100644 index 00000000..78566b7f --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/spruce_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/spruce_planks", + "top": "block/spruce_planks", + "side": "block/spruce_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/spruce_stairs_inner.json b/1.15.2/assets/minecraft/models/block/spruce_stairs_inner.json new file mode 100644 index 00000000..23553fb3 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/spruce_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/spruce_planks", + "top": "block/spruce_planks", + "side": "block/spruce_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/spruce_stairs_outer.json b/1.15.2/assets/minecraft/models/block/spruce_stairs_outer.json new file mode 100644 index 00000000..4e0d75f1 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/spruce_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/spruce_planks", + "top": "block/spruce_planks", + "side": "block/spruce_planks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/spruce_trapdoor_bottom.json b/1.15.2/assets/minecraft/models/block/spruce_trapdoor_bottom.json new file mode 100644 index 00000000..d3b1fc48 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/spruce_trapdoor_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_orientable_trapdoor_bottom", + "textures": { + "texture": "block/spruce_trapdoor" + } +} diff --git a/1.15.2/assets/minecraft/models/block/spruce_trapdoor_open.json b/1.15.2/assets/minecraft/models/block/spruce_trapdoor_open.json new file mode 100644 index 00000000..beb5ebb1 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/spruce_trapdoor_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_orientable_trapdoor_open", + "textures": { + "texture": "block/spruce_trapdoor" + } +} diff --git a/1.15.2/assets/minecraft/models/block/spruce_trapdoor_top.json b/1.15.2/assets/minecraft/models/block/spruce_trapdoor_top.json new file mode 100644 index 00000000..8da7770d --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/spruce_trapdoor_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_orientable_trapdoor_top", + "textures": { + "texture": "block/spruce_trapdoor" + } +} diff --git a/1.15.2/assets/minecraft/models/block/spruce_wood.json b/1.15.2/assets/minecraft/models/block/spruce_wood.json new file mode 100644 index 00000000..deb91717 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/spruce_wood.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/spruce_log", + "side": "block/spruce_log" + } +} diff --git a/1.15.2/assets/minecraft/models/block/stairs.json b/1.15.2/assets/minecraft/models/block/stairs.json new file mode 100644 index 00000000..986ce9c6 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/stairs.json @@ -0,0 +1,45 @@ +{ "parent": "block/block", + "display": { + "gui": { + "rotation": [ 30, 135, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 0.625, 0.625, 0.625 ] + }, + "head": { + "rotation": [ 0, -90, 0 ], + "translation": [ 0, 0, 0 ], + "scale": [ 1, 1, 1 ] + }, + "thirdperson_lefthand": { + "rotation": [ 75, -135, 0 ], + "translation": [ 0, 2.5, 0], + "scale": [ 0.375, 0.375, 0.375 ] + } + }, + "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": { + "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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/stem_fruit.json b/1.15.2/assets/minecraft/models/block/stem_fruit.json new file mode 100644 index 00000000..86d59c66 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/stem_fruit.json @@ -0,0 +1,31 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 7, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 8 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 8 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 7, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 8 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 8 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 8 ], + "to": [ 9, 16, 8 ], + "faces": { + "north": { "uv": [ 9, 0, 0, 16 ], "texture": "#upperstem", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 9, 16 ], "texture": "#upperstem", "tintindex": 0 } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/stem_growth0.json b/1.15.2/assets/minecraft/models/block/stem_growth0.json new file mode 100644 index 00000000..6e977315 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/stem_growth0.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 1, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 2 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 2 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 1, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 2 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 2 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/stem_growth1.json b/1.15.2/assets/minecraft/models/block/stem_growth1.json new file mode 100644 index 00000000..ea97f754 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/stem_growth1.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 3, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 4 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 4 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 3, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 4 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 4 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/stem_growth2.json b/1.15.2/assets/minecraft/models/block/stem_growth2.json new file mode 100644 index 00000000..4ab6f4c2 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/stem_growth2.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 5, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 6 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 6 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 5, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 6 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 6 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/stem_growth3.json b/1.15.2/assets/minecraft/models/block/stem_growth3.json new file mode 100644 index 00000000..542a8205 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/stem_growth3.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 7, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 8 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 8 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 7, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 8 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 8 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/stem_growth4.json b/1.15.2/assets/minecraft/models/block/stem_growth4.json new file mode 100644 index 00000000..77befceb --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/stem_growth4.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 9, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 10 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 10 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 9, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 10 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 10 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/stem_growth5.json b/1.15.2/assets/minecraft/models/block/stem_growth5.json new file mode 100644 index 00000000..678450e6 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/stem_growth5.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 11, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 12 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 12 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 11, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 12 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 12 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/stem_growth6.json b/1.15.2/assets/minecraft/models/block/stem_growth6.json new file mode 100644 index 00000000..523974e2 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/stem_growth6.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 13, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 14 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 14 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 13, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 14 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 14 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/stem_growth7.json b/1.15.2/assets/minecraft/models/block/stem_growth7.json new file mode 100644 index 00000000..bd4f9d18 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/stem_growth7.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 15, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 16 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 15, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 16 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/sticky_piston.json b/1.15.2/assets/minecraft/models/block/sticky_piston.json new file mode 100644 index 00000000..1e6f80ac --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/sticky_piston.json @@ -0,0 +1,8 @@ +{ + "parent": "block/template_piston", + "textures": { + "bottom": "block/piston_bottom", + "side": "block/piston_side", + "platform": "block/piston_top_sticky" + } +} diff --git a/1.15.2/assets/minecraft/models/block/sticky_piston_inventory.json b/1.15.2/assets/minecraft/models/block/sticky_piston_inventory.json new file mode 100644 index 00000000..02ac5fe6 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/sticky_piston_inventory.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "block/piston_bottom", + "side": "block/piston_side", + "top": "block/piston_top_sticky" + } +} diff --git a/1.15.2/assets/minecraft/models/block/stone.json b/1.15.2/assets/minecraft/models/block/stone.json new file mode 100644 index 00000000..52e4199a --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/stone.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/stone" + } +} diff --git a/1.15.2/assets/minecraft/models/block/stone_brick_slab.json b/1.15.2/assets/minecraft/models/block/stone_brick_slab.json new file mode 100644 index 00000000..e734e0ca --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/stone_brick_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/stone_bricks", + "top": "block/stone_bricks", + "side": "block/stone_bricks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/stone_brick_slab_top.json b/1.15.2/assets/minecraft/models/block/stone_brick_slab_top.json new file mode 100644 index 00000000..2571d95b --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/stone_brick_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/stone_bricks", + "top": "block/stone_bricks", + "side": "block/stone_bricks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/stone_brick_stairs.json b/1.15.2/assets/minecraft/models/block/stone_brick_stairs.json new file mode 100644 index 00000000..22bf1d1f --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/stone_brick_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/stone_bricks", + "top": "block/stone_bricks", + "side": "block/stone_bricks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/stone_brick_stairs_inner.json b/1.15.2/assets/minecraft/models/block/stone_brick_stairs_inner.json new file mode 100644 index 00000000..4e1a4f10 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/stone_brick_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/stone_bricks", + "top": "block/stone_bricks", + "side": "block/stone_bricks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/stone_brick_stairs_outer.json b/1.15.2/assets/minecraft/models/block/stone_brick_stairs_outer.json new file mode 100644 index 00000000..d33c2fab --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/stone_brick_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/stone_bricks", + "top": "block/stone_bricks", + "side": "block/stone_bricks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/stone_brick_wall_inventory.json b/1.15.2/assets/minecraft/models/block/stone_brick_wall_inventory.json new file mode 100644 index 00000000..7ff4f994 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/stone_brick_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_inventory", + "textures": { + "wall": "block/stone_bricks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/stone_brick_wall_post.json b/1.15.2/assets/minecraft/models/block/stone_brick_wall_post.json new file mode 100644 index 00000000..5bf3da8e --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/stone_brick_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_wall_post", + "textures": { + "wall": "block/stone_bricks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/stone_brick_wall_side.json b/1.15.2/assets/minecraft/models/block/stone_brick_wall_side.json new file mode 100644 index 00000000..076fd914 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/stone_brick_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_wall_side", + "textures": { + "wall": "block/stone_bricks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/stone_bricks.json b/1.15.2/assets/minecraft/models/block/stone_bricks.json new file mode 100644 index 00000000..d8ae261f --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/stone_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/stone_bricks" + } +} diff --git a/1.15.2/assets/minecraft/models/block/stone_button.json b/1.15.2/assets/minecraft/models/block/stone_button.json new file mode 100644 index 00000000..d4200a97 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/stone_button.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button", + "textures": { + "texture": "block/stone" + } +} diff --git a/1.15.2/assets/minecraft/models/block/stone_button_inventory.json b/1.15.2/assets/minecraft/models/block/stone_button_inventory.json new file mode 100644 index 00000000..505a0637 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/stone_button_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button_inventory", + "textures": { + "texture": "block/stone" + } +} diff --git a/1.15.2/assets/minecraft/models/block/stone_button_pressed.json b/1.15.2/assets/minecraft/models/block/stone_button_pressed.json new file mode 100644 index 00000000..69d1273d --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/stone_button_pressed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button_pressed", + "textures": { + "texture": "block/stone" + } +} diff --git a/1.15.2/assets/minecraft/models/block/stone_mirrored.json b/1.15.2/assets/minecraft/models/block/stone_mirrored.json new file mode 100644 index 00000000..af1b1b05 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/stone_mirrored.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_mirrored_all", + "textures": { + "all": "block/stone" + } +} diff --git a/1.15.2/assets/minecraft/models/block/stone_pressure_plate.json b/1.15.2/assets/minecraft/models/block/stone_pressure_plate.json new file mode 100644 index 00000000..3501698b --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/stone_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_up", + "textures": { + "texture": "block/stone" + } +} diff --git a/1.15.2/assets/minecraft/models/block/stone_pressure_plate_down.json b/1.15.2/assets/minecraft/models/block/stone_pressure_plate_down.json new file mode 100644 index 00000000..915d222c --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/stone_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_down", + "textures": { + "texture": "block/stone" + } +} diff --git a/1.15.2/assets/minecraft/models/block/stone_slab.json b/1.15.2/assets/minecraft/models/block/stone_slab.json new file mode 100644 index 00000000..08fd96c7 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/stone_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/stone", + "top": "block/stone", + "side": "block/stone" + } +} diff --git a/1.15.2/assets/minecraft/models/block/stone_slab_top.json b/1.15.2/assets/minecraft/models/block/stone_slab_top.json new file mode 100644 index 00000000..d22e93d3 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/stone_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/stone", + "top": "block/stone", + "side": "block/stone" + } +} diff --git a/1.15.2/assets/minecraft/models/block/stone_stairs.json b/1.15.2/assets/minecraft/models/block/stone_stairs.json new file mode 100644 index 00000000..96927177 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/stone_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/stone", + "top": "block/stone", + "side": "block/stone" + } +} diff --git a/1.15.2/assets/minecraft/models/block/stone_stairs_inner.json b/1.15.2/assets/minecraft/models/block/stone_stairs_inner.json new file mode 100644 index 00000000..ca593763 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/stone_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/stone", + "top": "block/stone", + "side": "block/stone" + } +} diff --git a/1.15.2/assets/minecraft/models/block/stone_stairs_outer.json b/1.15.2/assets/minecraft/models/block/stone_stairs_outer.json new file mode 100644 index 00000000..c17b747e --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/stone_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/stone", + "top": "block/stone", + "side": "block/stone" + } +} diff --git a/1.15.2/assets/minecraft/models/block/stonecutter.json b/1.15.2/assets/minecraft/models/block/stonecutter.json new file mode 100644 index 00000000..3a02d854 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/stonecutter.json @@ -0,0 +1,29 @@ +{ "parent": "block/block", + "textures": { + "particle": "block/stonecutter_bottom", + "bottom": "block/stonecutter_bottom", + "top": "block/stonecutter_top", + "side": "block/stonecutter_side", + "saw": "block/stonecutter_saw" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 9, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 0, 7, 16, 16 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 0, 7, 16, 16 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 7, 16, 16 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 7, 16, 16 ], "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 1, 9, 8 ], + "to": [ 15, 16, 8 ], + "faces": { + "north": { "uv": [ 1, 9, 15, 16 ], "texture": "#saw", "tintindex": 0 }, + "south": { "uv": [ 1, 9, 15, 16 ], "texture": "#saw", "tintindex": 0 } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/stripped_acacia_log.json b/1.15.2/assets/minecraft/models/block/stripped_acacia_log.json new file mode 100644 index 00000000..66d90827 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/stripped_acacia_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/stripped_acacia_log_top", + "side": "block/stripped_acacia_log" + } +} diff --git a/1.15.2/assets/minecraft/models/block/stripped_acacia_wood.json b/1.15.2/assets/minecraft/models/block/stripped_acacia_wood.json new file mode 100644 index 00000000..3ae4d433 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/stripped_acacia_wood.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/stripped_acacia_log", + "side": "block/stripped_acacia_log" + } +} diff --git a/1.15.2/assets/minecraft/models/block/stripped_birch_log.json b/1.15.2/assets/minecraft/models/block/stripped_birch_log.json new file mode 100644 index 00000000..659e539b --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/stripped_birch_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/stripped_birch_log_top", + "side": "block/stripped_birch_log" + } +} diff --git a/1.15.2/assets/minecraft/models/block/stripped_birch_wood.json b/1.15.2/assets/minecraft/models/block/stripped_birch_wood.json new file mode 100644 index 00000000..b70bd6eb --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/stripped_birch_wood.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/stripped_birch_log", + "side": "block/stripped_birch_log" + } +} diff --git a/1.15.2/assets/minecraft/models/block/stripped_dark_oak_log.json b/1.15.2/assets/minecraft/models/block/stripped_dark_oak_log.json new file mode 100644 index 00000000..5b56bb52 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/stripped_dark_oak_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/stripped_dark_oak_log_top", + "side": "block/stripped_dark_oak_log" + } +} diff --git a/1.15.2/assets/minecraft/models/block/stripped_dark_oak_wood.json b/1.15.2/assets/minecraft/models/block/stripped_dark_oak_wood.json new file mode 100644 index 00000000..f448b8b0 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/stripped_dark_oak_wood.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/stripped_dark_oak_log", + "side": "block/stripped_dark_oak_log" + } +} diff --git a/1.15.2/assets/minecraft/models/block/stripped_jungle_log.json b/1.15.2/assets/minecraft/models/block/stripped_jungle_log.json new file mode 100644 index 00000000..bfe7121e --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/stripped_jungle_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/stripped_jungle_log_top", + "side": "block/stripped_jungle_log" + } +} diff --git a/1.15.2/assets/minecraft/models/block/stripped_jungle_wood.json b/1.15.2/assets/minecraft/models/block/stripped_jungle_wood.json new file mode 100644 index 00000000..092e8928 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/stripped_jungle_wood.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/stripped_jungle_log", + "side": "block/stripped_jungle_log" + } +} diff --git a/1.15.2/assets/minecraft/models/block/stripped_oak_log.json b/1.15.2/assets/minecraft/models/block/stripped_oak_log.json new file mode 100644 index 00000000..a5e7c03e --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/stripped_oak_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/stripped_oak_log_top", + "side": "block/stripped_oak_log" + } +} diff --git a/1.15.2/assets/minecraft/models/block/stripped_oak_wood.json b/1.15.2/assets/minecraft/models/block/stripped_oak_wood.json new file mode 100644 index 00000000..2a693d34 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/stripped_oak_wood.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/stripped_oak_log", + "side": "block/stripped_oak_log" + } +} diff --git a/1.15.2/assets/minecraft/models/block/stripped_spruce_log.json b/1.15.2/assets/minecraft/models/block/stripped_spruce_log.json new file mode 100644 index 00000000..6719d3d2 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/stripped_spruce_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/stripped_spruce_log_top", + "side": "block/stripped_spruce_log" + } +} diff --git a/1.15.2/assets/minecraft/models/block/stripped_spruce_wood.json b/1.15.2/assets/minecraft/models/block/stripped_spruce_wood.json new file mode 100644 index 00000000..62db980d --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/stripped_spruce_wood.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "block/stripped_spruce_log", + "side": "block/stripped_spruce_log" + } +} diff --git a/1.15.2/assets/minecraft/models/block/structure_block.json b/1.15.2/assets/minecraft/models/block/structure_block.json new file mode 100644 index 00000000..c7ed06df --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/structure_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/structure_block" + } +} diff --git a/1.15.2/assets/minecraft/models/block/structure_block_corner.json b/1.15.2/assets/minecraft/models/block/structure_block_corner.json new file mode 100644 index 00000000..6e1c6b8f --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/structure_block_corner.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/structure_block_corner" + } +} diff --git a/1.15.2/assets/minecraft/models/block/structure_block_data.json b/1.15.2/assets/minecraft/models/block/structure_block_data.json new file mode 100644 index 00000000..b30945be --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/structure_block_data.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/structure_block_data" + } +} diff --git a/1.15.2/assets/minecraft/models/block/structure_block_load.json b/1.15.2/assets/minecraft/models/block/structure_block_load.json new file mode 100644 index 00000000..deb210d5 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/structure_block_load.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/structure_block_load" + } +} diff --git a/1.15.2/assets/minecraft/models/block/structure_block_save.json b/1.15.2/assets/minecraft/models/block/structure_block_save.json new file mode 100644 index 00000000..afdb39e4 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/structure_block_save.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/structure_block_save" + } +} diff --git a/1.15.2/assets/minecraft/models/block/structure_void.json b/1.15.2/assets/minecraft/models/block/structure_void.json new file mode 100644 index 00000000..073e110d --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/structure_void.json @@ -0,0 +1,6 @@ +{ + "textures": { + "particle": "item/structure_void" + } +} + diff --git a/1.15.2/assets/minecraft/models/block/sugar_cane.json b/1.15.2/assets/minecraft/models/block/sugar_cane.json new file mode 100644 index 00000000..d997a9bb --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/sugar_cane.json @@ -0,0 +1,6 @@ +{ + "parent": "block/tinted_cross", + "textures": { + "cross": "block/sugar_cane" + } +} diff --git a/1.15.2/assets/minecraft/models/block/sunflower_bottom.json b/1.15.2/assets/minecraft/models/block/sunflower_bottom.json new file mode 100644 index 00000000..4d4d0474 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/sunflower_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/sunflower_bottom" + } +} diff --git a/1.15.2/assets/minecraft/models/block/sunflower_top.json b/1.15.2/assets/minecraft/models/block/sunflower_top.json new file mode 100644 index 00000000..f98a1802 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/sunflower_top.json @@ -0,0 +1,53 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/sunflower_front", + "cross": "block/sunflower_top", + "back": "block/sunflower_back", + "front": "block/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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/sweet_berry_bush_stage0.json b/1.15.2/assets/minecraft/models/block/sweet_berry_bush_stage0.json new file mode 100644 index 00000000..273356d3 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/sweet_berry_bush_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/sweet_berry_bush_stage0" + } +} diff --git a/1.15.2/assets/minecraft/models/block/sweet_berry_bush_stage1.json b/1.15.2/assets/minecraft/models/block/sweet_berry_bush_stage1.json new file mode 100644 index 00000000..341368a2 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/sweet_berry_bush_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/sweet_berry_bush_stage1" + } +} diff --git a/1.15.2/assets/minecraft/models/block/sweet_berry_bush_stage2.json b/1.15.2/assets/minecraft/models/block/sweet_berry_bush_stage2.json new file mode 100644 index 00000000..3d6da1db --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/sweet_berry_bush_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/sweet_berry_bush_stage2" + } +} diff --git a/1.15.2/assets/minecraft/models/block/sweet_berry_bush_stage3.json b/1.15.2/assets/minecraft/models/block/sweet_berry_bush_stage3.json new file mode 100644 index 00000000..5d6e927b --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/sweet_berry_bush_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/sweet_berry_bush_stage3" + } +} diff --git a/1.15.2/assets/minecraft/models/block/tall_grass_bottom.json b/1.15.2/assets/minecraft/models/block/tall_grass_bottom.json new file mode 100644 index 00000000..baeb6f13 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/tall_grass_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/tinted_cross", + "textures": { + "cross": "block/tall_grass_bottom" + } +} diff --git a/1.15.2/assets/minecraft/models/block/tall_grass_top.json b/1.15.2/assets/minecraft/models/block/tall_grass_top.json new file mode 100644 index 00000000..510893d0 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/tall_grass_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/tinted_cross", + "textures": { + "cross": "block/tall_grass_top" + } +} diff --git a/1.15.2/assets/minecraft/models/block/tall_seagrass_bottom.json b/1.15.2/assets/minecraft/models/block/tall_seagrass_bottom.json new file mode 100644 index 00000000..e51d5051 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/tall_seagrass_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "block/seagrass", + "textures": { + "seagrass": "block/tall_seagrass_bottom", + "particle": "block/tall_seagrass_bottom" + } +} diff --git a/1.15.2/assets/minecraft/models/block/tall_seagrass_top.json b/1.15.2/assets/minecraft/models/block/tall_seagrass_top.json new file mode 100644 index 00000000..6baa9844 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/tall_seagrass_top.json @@ -0,0 +1,7 @@ +{ + "parent": "block/seagrass", + "textures": { + "seagrass": "block/tall_seagrass_top", + "particle": "block/tall_seagrass_top" + } +} diff --git a/1.15.2/assets/minecraft/models/block/template_farmland.json b/1.15.2/assets/minecraft/models/block/template_farmland.json new file mode 100644 index 00000000..5d2aa96c --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/template_farmland.json @@ -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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/template_fence_gate.json b/1.15.2/assets/minecraft/models/block/template_fence_gate.json new file mode 100644 index 00000000..b1a090fa --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/template_fence_gate.json @@ -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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/template_fence_gate_open.json b/1.15.2/assets/minecraft/models/block/template_fence_gate_open.json new file mode 100644 index 00000000..af2062a1 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/template_fence_gate_open.json @@ -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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/template_fence_gate_wall.json b/1.15.2/assets/minecraft/models/block/template_fence_gate_wall.json new file mode 100644 index 00000000..7b1be07c --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/template_fence_gate_wall.json @@ -0,0 +1,96 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#texture" + }, + "elements": [ + { "__comment": "Left-hand post", + "from": [ 0, 2, 7 ], + "to": [ 2, 13, 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, 2, 7 ], + "to": [ 16, 13, 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, 3, 7 ], + "to": [ 8, 12, 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, 3, 7 ], + "to": [ 10, 12, 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, 3, 7 ], + "to": [ 6, 6, 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, 9, 7 ], + "to": [ 6, 12, 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, 3, 7 ], + "to": [ 14, 6, 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, 9, 7 ], + "to": [ 14, 12, 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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/template_fence_gate_wall_open.json b/1.15.2/assets/minecraft/models/block/template_fence_gate_wall_open.json new file mode 100644 index 00000000..6aac6c8f --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/template_fence_gate_wall_open.json @@ -0,0 +1,96 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#texture" + }, + "elements": [ + { "__comment": "Left-hand post", + "from": [ 0, 2, 7 ], + "to": [ 2, 13, 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, 2, 7 ], + "to": [ 16, 13, 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, 3, 13 ], + "to": [ 2, 12, 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, 3, 13 ], + "to": [ 16, 12, 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, 3, 9 ], + "to": [ 2, 6, 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, 9, 9 ], + "to": [ 2, 12, 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, 3, 9 ], + "to": [ 16, 6, 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, 9, 9 ], + "to": [ 16, 12, 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" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/template_glass_pane_noside.json b/1.15.2/assets/minecraft/models/block/template_glass_pane_noside.json new file mode 100644 index 00000000..af16ff94 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/template_glass_pane_noside.json @@ -0,0 +1,14 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#pane" + }, + "elements": [ + { "from": [ 7, 0, 7 ], + "to": [ 9, 16, 9 ], + "faces": { + "north": { "uv": [ 9, 0, 7, 16 ], "texture": "#pane" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/template_glass_pane_noside_alt.json b/1.15.2/assets/minecraft/models/block/template_glass_pane_noside_alt.json new file mode 100644 index 00000000..771d6942 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/template_glass_pane_noside_alt.json @@ -0,0 +1,14 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#pane" + }, + "elements": [ + { "from": [ 7, 0, 7 ], + "to": [ 9, 16, 9 ], + "faces": { + "east": { "uv": [ 7, 0, 9, 16 ], "texture": "#pane" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/template_glass_pane_post.json b/1.15.2/assets/minecraft/models/block/template_glass_pane_post.json new file mode 100644 index 00000000..54d7fa88 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/template_glass_pane_post.json @@ -0,0 +1,15 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#pane" + }, + "elements": [ + { "from": [ 7, 0, 7 ], + "to": [ 9, 16, 9 ], + "faces": { + "down": { "uv": [ 7, 7, 9, 9 ], "texture": "#edge" }, + "up": { "uv": [ 7, 7, 9, 9 ], "texture": "#edge" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/template_glass_pane_side.json b/1.15.2/assets/minecraft/models/block/template_glass_pane_side.json new file mode 100644 index 00000000..fae06dcc --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/template_glass_pane_side.json @@ -0,0 +1,18 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#pane" + }, + "elements": [ + { "from": [ 7, 0, 0 ], + "to": [ 9, 16, 7 ], + "faces": { + "down": { "uv": [ 7, 0, 9, 7 ], "texture": "#edge" }, + "up": { "uv": [ 7, 0, 9, 7 ], "texture": "#edge" }, + "north": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "north" }, + "west": { "uv": [ 16, 0, 9, 16 ], "texture": "#pane" }, + "east": { "uv": [ 9, 0, 16, 16 ], "texture": "#pane" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/template_glass_pane_side_alt.json b/1.15.2/assets/minecraft/models/block/template_glass_pane_side_alt.json new file mode 100644 index 00000000..82d0e98e --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/template_glass_pane_side_alt.json @@ -0,0 +1,18 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#pane" + }, + "elements": [ + { "from": [ 7, 0, 9 ], + "to": [ 9, 16, 16 ], + "faces": { + "down": { "uv": [ 7, 0, 9, 7 ], "texture": "#edge" }, + "up": { "uv": [ 7, 0, 9, 7 ], "texture": "#edge" }, + "south": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "south" }, + "west": { "uv": [ 7, 0, 0, 16 ], "texture": "#pane" }, + "east": { "uv": [ 0, 0, 7, 16 ], "texture": "#pane" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/template_glazed_terracotta.json b/1.15.2/assets/minecraft/models/block/template_glazed_terracotta.json new file mode 100644 index 00000000..13fc8e97 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/template_glazed_terracotta.json @@ -0,0 +1,23 @@ +{ + "parent": "block/cube", + "display": { + "firstperson_righthand": { + "rotation": [ 0, 135, 0 ], + "translation": [ 0, 0, 0 ], + "scale": [ 0.40, 0.40, 0.40 ] + } + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#pattern", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#pattern", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#pattern", "cullface": "north", "rotation": 90 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#pattern", "cullface": "south", "rotation": 270 }, + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#pattern", "cullface": "west", "rotation": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#pattern", "cullface": "east", "rotation": 180 } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/template_orientable_trapdoor_bottom.json b/1.15.2/assets/minecraft/models/block/template_orientable_trapdoor_bottom.json new file mode 100644 index 00000000..5f2ac5e4 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/template_orientable_trapdoor_bottom.json @@ -0,0 +1,18 @@ +{ "parent": "block/thin_block", + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 3, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 16, 16, 0 ], "texture": "#texture" }, + "north": { "uv": [ 0, 0, 16, 3 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 3 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 3 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 3 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/template_orientable_trapdoor_open.json b/1.15.2/assets/minecraft/models/block/template_orientable_trapdoor_open.json new file mode 100644 index 00000000..ce447b51 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/template_orientable_trapdoor_open.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 0, 0, 13 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 3 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 3, 16, 0 ], "texture": "#texture", "cullface": "up" }, + "north": { "uv": [ 0, 16, 16, 0 ], "texture": "#texture" }, + "south": { "uv": [ 0, 16, 16, 0 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 3 ], "rotation": 90, "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 3, 16, 0 ], "rotation": 90, "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/template_orientable_trapdoor_top.json b/1.15.2/assets/minecraft/models/block/template_orientable_trapdoor_top.json new file mode 100644 index 00000000..a437e184 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/template_orientable_trapdoor_top.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 0, 13, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "up": { "uv": [ 0, 16, 16, 0 ], "texture": "#texture", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 3 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 3 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 3 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 3 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/template_piston.json b/1.15.2/assets/minecraft/models/block/template_piston.json new file mode 100644 index 00000000..83b4e18a --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/template_piston.json @@ -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", "rotation": 180, "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#platform", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "rotation": 270, "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "rotation": 90, "cullface": "east" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/template_piston_head.json b/1.15.2/assets/minecraft/models/block/template_piston_head.json new file mode 100644 index 00000000..f4fcb910 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/template_piston_head.json @@ -0,0 +1,27 @@ +{ + "textures": { + "particle": "#platform" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 4 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "down", "rotation": 180 }, + "up": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#platform", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#unsticky" }, + "west": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 270, "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 90, "cullface": "east" } + } + }, + { "from": [ 6, 6, 4 ], + "to": [ 10, 10, 20 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 270 }, + "west": { "uv": [ 16, 4, 0, 0 ], "texture": "#side" }, + "east": { "uv": [ 0, 0, 16, 4 ], "texture": "#side" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/template_piston_head_short.json b/1.15.2/assets/minecraft/models/block/template_piston_head_short.json new file mode 100644 index 00000000..cdbe9e12 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/template_piston_head_short.json @@ -0,0 +1,27 @@ +{ + "textures": { + "particle": "#platform" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 4 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "down", "rotation": 180 }, + "up": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#platform", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#unsticky" }, + "west": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 270, "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 90, "cullface": "east" } + } + }, + { "from": [ 6, 6, 4 ], + "to": [ 10, 10, 16 ], + "faces": { + "down": { "uv": [ 4, 0, 16, 4 ], "texture": "#side", "rotation": 90 }, + "up": { "uv": [ 4, 0, 16, 4 ], "texture": "#side", "rotation": 270 }, + "west": { "uv": [ 16, 4, 4, 0 ], "texture": "#side" }, + "east": { "uv": [ 4, 0, 16, 4 ], "texture": "#side" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/template_rail_raised_ne.json b/1.15.2/assets/minecraft/models/block/template_rail_raised_ne.json new file mode 100644 index 00000000..a92e4603 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/template_rail_raised_ne.json @@ -0,0 +1,21 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#rail" + }, + "elements": [ + { "from": [ 0, 9, 0 ], + "to": [ 16, 9, 16 ], + "rotation": { + "origin": [ 8, 9, 8 ], + "axis": "x", + "angle": 45, + "rescale": true + }, + "faces": { + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#rail" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#rail" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/template_rail_raised_sw.json b/1.15.2/assets/minecraft/models/block/template_rail_raised_sw.json new file mode 100644 index 00000000..dddc3562 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/template_rail_raised_sw.json @@ -0,0 +1,21 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#rail" + }, + "elements": [ + { "from": [ 0, 9, 0 ], + "to": [ 16, 9, 16 ], + "rotation": { + "origin": [ 8, 9, 8 ], + "axis": "x", + "angle": -45, + "rescale": true + }, + "faces": { + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#rail" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#rail" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/template_torch.json b/1.15.2/assets/minecraft/models/block/template_torch.json new file mode 100644 index 00000000..aef12fcf --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/template_torch.json @@ -0,0 +1,32 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#torch" + }, + "elements": [ + { "from": [ 7, 0, 7 ], + "to": [ 9, 10, 9 ], + "shade": false, + "faces": { + "down": { "uv": [ 7, 13, 9, 15 ], "texture": "#torch" }, + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#torch" } + } + }, + { "from": [ 7, 0, 0 ], + "to": [ 9, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" } + } + }, + { "from": [ 0, 0, 7 ], + "to": [ 16, 16, 9 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/template_trapdoor_bottom.json b/1.15.2/assets/minecraft/models/block/template_trapdoor_bottom.json new file mode 100644 index 00000000..2b6c8daa --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/template_trapdoor_bottom.json @@ -0,0 +1,18 @@ +{ "parent": "block/thin_block", + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 3, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/template_trapdoor_open.json b/1.15.2/assets/minecraft/models/block/template_trapdoor_open.json new file mode 100644 index 00000000..b301619c --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/template_trapdoor_open.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 0, 0, 13 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 13, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 16, 0, 13, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 13, 0, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/template_trapdoor_top.json b/1.15.2/assets/minecraft/models/block/template_trapdoor_top.json new file mode 100644 index 00000000..036aeb7b --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/template_trapdoor_top.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 0, 13, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "up" }, + "north": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/template_wall_post.json b/1.15.2/assets/minecraft/models/block/template_wall_post.json new file mode 100644 index 00000000..c1c40e47 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/template_wall_post.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "#wall" + }, + "elements": [ + { "from": [ 4, 0, 4 ], + "to": [ 12, 16, 12 ], + "faces": { + "down": { "texture": "#wall", "cullface": "down" }, + "up": { "texture": "#wall", "cullface": "up" }, + "north": { "texture": "#wall" }, + "south": { "texture": "#wall" }, + "west": { "texture": "#wall" }, + "east": { "texture": "#wall" } + }, + "__comment": "Center post" + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/template_wall_side.json b/1.15.2/assets/minecraft/models/block/template_wall_side.json new file mode 100644 index 00000000..301854c8 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/template_wall_side.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#wall" + }, + "elements": [ + { "from": [ 5, 0, 0 ], + "to": [ 11, 14, 8 ], + "faces": { + "down": { "texture": "#wall", "cullface": "down" }, + "up": { "texture": "#wall" }, + "north": { "texture": "#wall", "cullface": "north" }, + "west": { "texture": "#wall" }, + "east": { "texture": "#wall" } + }, + "__comment": "wall" + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/terracotta.json b/1.15.2/assets/minecraft/models/block/terracotta.json new file mode 100644 index 00000000..ce3e563a --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/terracotta" + } +} diff --git a/1.15.2/assets/minecraft/models/block/thin_block.json b/1.15.2/assets/minecraft/models/block/thin_block.json new file mode 100644 index 00000000..1adb58ab --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/thin_block.json @@ -0,0 +1,19 @@ +{ "parent": "block/block", + "display": { + "thirdperson_righthand": { + "rotation": [ 75, 45, 0 ], + "translation": [ 0, 2.5, 2], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 45, 0 ], + "translation": [ 0, 4.2, 0 ], + "scale": [ 0.40, 0.40, 0.40 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, 225, 0 ], + "translation": [ 0, 4.2, 0 ], + "scale": [ 0.40, 0.40, 0.40 ] + } + } +} diff --git a/1.15.2/assets/minecraft/models/block/three_dead_sea_pickles.json b/1.15.2/assets/minecraft/models/block/three_dead_sea_pickles.json new file mode 100644 index 00000000..8eff63de --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/three_dead_sea_pickles.json @@ -0,0 +1,65 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/sea_pickle", + "all": "block/sea_pickle" + }, + "elements": [ + { "from": [ 6, 0, 9 ], + "to": [ 10, 6, 13 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" } + } + }, + { + "from": [ 6, 5.95, 9 ], + "to": [ 10, 5.95, 13 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 2, 0, 2 ], + "to": [ 6, 4, 6 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 9 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 9 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 9 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 9 ], "texture": "#all" } + } + }, + { + "from": [ 2, 3.95, 2 ], + "to": [ 6, 3.95, 6 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 8, 0, 4 ], + "to": [ 12, 6, 8 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" } + } + }, + { + "from": [ 8, 5.95, 4 ], + "to": [ 12, 5.95, 8 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/three_sea_pickles.json b/1.15.2/assets/minecraft/models/block/three_sea_pickles.json new file mode 100644 index 00000000..4a34fda0 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/three_sea_pickles.json @@ -0,0 +1,125 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/sea_pickle", + "all": "block/sea_pickle" + }, + "elements": [ + { "from": [ 6, 0, 9 ], + "to": [ 10, 6, 13 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" } + } + }, + { + "from": [ 6, 5.95, 9 ], + "to": [ 10, 5.95, 13 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 2, 0, 2 ], + "to": [ 6, 4, 6 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 9 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 9 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 9 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 9 ], "texture": "#all" } + } + }, + { + "from": [ 2, 3.95, 2 ], + "to": [ 6, 3.95, 6 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 8, 0, 4 ], + "to": [ 12, 6, 8 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" } + } + }, + { + "from": [ 8, 5.95, 4 ], + "to": [ 12, 5.95, 8 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 7.5, 5.2, 11 ], + "to": [ 8.5, 8.7, 11 ], + "rotation": { "origin": [ 8, 8, 11 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "south": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + }, + { + "from": [ 8, 5.2, 10.5 ], + "to": [ 8, 8.7, 11.5 ], + "rotation": { "origin": [ 8, 8, 11 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "west": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "east": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + }, + { + "from": [ 3.5, 3.2, 4 ], + "to": [ 4.5, 6.7, 4 ], + "rotation": { "origin": [ 4, 8, 4 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "south": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + }, + { + "from": [ 4, 3.2, 3.5 ], + "to": [ 4, 6.7, 4.5 ], + "rotation": { "origin": [ 4, 8, 4 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "west": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "east": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + }, + { + "from": [ 9.5, 5.2, 6 ], + "to": [ 10.5, 8.7, 6 ], + "rotation": { "origin": [ 10, 8, 6 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "south": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + }, + { + "from": [ 10, 5.2, 5.5 ], + "to": [ 10, 8.7, 6.5 ], + "rotation": { "origin": [ 10, 8, 6 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "west": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "east": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/three_slightly_cracked_turtle_eggs.json b/1.15.2/assets/minecraft/models/block/three_slightly_cracked_turtle_eggs.json new file mode 100644 index 00000000..13cc85e8 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/three_slightly_cracked_turtle_eggs.json @@ -0,0 +1,6 @@ +{ + "parent": "block/three_turtle_eggs", + "textures": { + "all": "block/turtle_egg_slightly_cracked" + } +} diff --git a/1.15.2/assets/minecraft/models/block/three_turtle_eggs.json b/1.15.2/assets/minecraft/models/block/three_turtle_eggs.json new file mode 100644 index 00000000..beb63118 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/three_turtle_eggs.json @@ -0,0 +1,44 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/turtle_egg", + "all": "block/turtle_egg" + }, + "elements": [ + { "from": [ 5, 0, 4 ], + "to": [ 9, 7, 8 ], + "faces": { + "down": { "uv": [ 0, 0, 4, 4 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 0, 0, 4, 4 ], "texture": "#all" }, + "north": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, + "south": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, + "west": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, + "east": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" } + } + }, + { + "from": [ 1, 0, 7 ], + "to": [ 5, 5, 11 ], + "faces": { + "down": { "uv": [ 6, 7, 10, 11 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 6, 7, 10, 11 ], "texture": "#all" }, + "north": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" }, + "south": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" }, + "west": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" }, + "east": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" } + } + }, + { + "from": [ 11, 0, 7 ], + "to": [ 14, 4, 10 ], + "faces": { + "down": { "uv": [ 5, 0, 8, 3 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 5, 0, 8, 3 ], "texture": "#all" }, + "north": { "uv": [ 8, 3, 11, 7 ], "texture": "#all" }, + "south": { "uv": [ 8, 3, 11, 7 ], "texture": "#all" }, + "west": { "uv": [ 8, 3, 11, 7 ], "texture": "#all" }, + "east": { "uv": [ 8, 3, 11, 7 ], "texture": "#all" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/three_very_cracked_turtle_eggs.json b/1.15.2/assets/minecraft/models/block/three_very_cracked_turtle_eggs.json new file mode 100644 index 00000000..d8e7dd76 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/three_very_cracked_turtle_eggs.json @@ -0,0 +1,6 @@ +{ + "parent": "block/three_turtle_eggs", + "textures": { + "all": "block/turtle_egg_very_cracked" + } +} diff --git a/1.15.2/assets/minecraft/models/block/tinted_cross.json b/1.15.2/assets/minecraft/models/block/tinted_cross.json new file mode 100644 index 00000000..d3b5474e --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/tinted_cross.json @@ -0,0 +1,26 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#cross" + }, + "elements": [ + { "from": [ 0.8, 0, 8 ], + "to": [ 15.2, 16, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 } + } + }, + { "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", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/tnt.json b/1.15.2/assets/minecraft/models/block/tnt.json new file mode 100644 index 00000000..093610b9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/tnt.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "block/tnt_bottom", + "top": "block/tnt_top", + "side": "block/tnt_side" + } +} diff --git a/1.15.2/assets/minecraft/models/block/torch.json b/1.15.2/assets/minecraft/models/block/torch.json new file mode 100644 index 00000000..2baee9fd --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/torch.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_torch", + "textures": { + "torch": "block/torch" + } +} diff --git a/1.15.2/assets/minecraft/models/block/torch_wall.json b/1.15.2/assets/minecraft/models/block/torch_wall.json new file mode 100644 index 00000000..1a6d297e --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/torch_wall.json @@ -0,0 +1,35 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#torch" + }, + "elements": [ + { "from": [ -1, 3.5, 7 ], + "to": [ 1, 13.5, 9 ], + "rotation": { "origin": [ 0, 3.5, 8 ], "axis": "z", "angle": -22.5 }, + "shade": false, + "faces": { + "down": { "uv": [ 7, 13, 9, 15 ], "texture": "#torch" }, + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#torch" } + } + }, + { "from": [ -1, 3.5, 0 ], + "to": [ 1, 19.5, 16 ], + "rotation": { "origin": [ 0, 3.5, 8 ], "axis": "z", "angle": -22.5 }, + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" } + } + }, + { "from": [ -8, 3.5, 7 ], + "to": [ 8, 19.5, 9 ], + "rotation": { "origin": [ 0, 3.5, 8 ], "axis": "z", "angle": -22.5 }, + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/tripwire_attached_n.json b/1.15.2/assets/minecraft/models/block/tripwire_attached_n.json new file mode 100644 index 00000000..308d26ae --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/tripwire_attached_n.json @@ -0,0 +1,33 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/tripwire", + "texture": "block/tripwire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/tripwire_attached_ne.json b/1.15.2/assets/minecraft/models/block/tripwire_attached_ne.json new file mode 100644 index 00000000..e2a65ffa --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/tripwire_attached_ne.json @@ -0,0 +1,41 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/tripwire", + "texture": "block/tripwire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 8, 1.5, 7.75 ], + "to": [ 12, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + }, + { "from": [ 12, 1.5, 7.75 ], + "to": [ 16, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/tripwire_attached_ns.json b/1.15.2/assets/minecraft/models/block/tripwire_attached_ns.json new file mode 100644 index 00000000..3755236d --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/tripwire_attached_ns.json @@ -0,0 +1,41 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/tripwire", + "texture": "block/tripwire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 12 ], + "to": [ 8.25, 1.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/tripwire_attached_nse.json b/1.15.2/assets/minecraft/models/block/tripwire_attached_nse.json new file mode 100644 index 00000000..03652740 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/tripwire_attached_nse.json @@ -0,0 +1,57 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/tripwire", + "texture": "block/tripwire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 12 ], + "to": [ 8.25, 1.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 8, 1.5, 7.75 ], + "to": [ 12, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + }, + { "from": [ 12, 1.5, 7.75 ], + "to": [ 16, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/tripwire_attached_nsew.json b/1.15.2/assets/minecraft/models/block/tripwire_attached_nsew.json new file mode 100644 index 00000000..792ba776 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/tripwire_attached_nsew.json @@ -0,0 +1,73 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/tripwire", + "texture": "block/tripwire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 12 ], + "to": [ 8.25, 1.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 0, 1.5, 7.75 ], + "to": [ 4, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + }, + { "from": [ 4, 1.5, 7.75 ], + "to": [ 8, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + }, + { "from": [ 8, 1.5, 7.75 ], + "to": [ 12, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + }, + { "from": [ 12, 1.5, 7.75 ], + "to": [ 16, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/tripwire_hook.json b/1.15.2/assets/minecraft/models/block/tripwire_hook.json new file mode 100644 index 00000000..95279bd3 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/tripwire_hook.json @@ -0,0 +1,72 @@ +{ + "textures": { + "particle": "block/oak_planks", + "hook": "block/tripwire_hook", + "wood": "block/oak_planks" + }, + "elements": [ + { "from": [ 6.2, 3.8, 7.9 ], + "to": [ 9.8, 4.6, 11.5 ], + "rotation": { "origin": [ 8, 6, 5.2 ], "axis": "x", "angle": -45 }, + "faces": { + "down": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "up": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "north": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" }, + "south": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "west": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "east": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 3.8, 10.3 ], + "to": [ 8.6, 4.6, 10.3 ], + "rotation": { "origin": [ 8, 6, 5.2 ], "axis": "x", "angle": -45 }, + "faces": { + "north": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 3.8, 9.1 ], + "to": [ 8.6, 4.6, 9.1 ], + "rotation": { "origin": [ 8, 6, 5.2 ], "axis": "x", "angle": -45 }, + "faces": { + "south": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 3.8, 9.1 ], + "to": [ 7.4, 4.6, 10.3 ], + "rotation": { "origin": [ 8, 6, 5.2 ], "axis": "x", "angle": -45 }, + "faces": { + "east": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 8.6, 3.8, 9.1 ], + "to": [ 8.6, 4.6, 10.3 ], + "rotation": { "origin": [ 8, 6, 5.2 ], "axis": "x", "angle": -45 }, + "faces": { + "west": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 5.2, 10 ], + "to": [ 8.8, 6.8, 14 ], + "rotation": { "origin": [ 8, 6, 14 ], "axis": "x", "angle": 45 }, + "faces": { + "down": { "uv": [ 7, 9, 9, 14 ], "texture": "#wood" }, + "up": { "uv": [ 7, 2, 9, 7 ], "texture": "#wood" }, + "north": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "south": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "west": { "uv": [ 2, 9, 7, 11 ], "texture": "#wood" }, + "east": { "uv": [ 9, 9, 14, 11 ], "texture": "#wood" } + } + }, + { "from": [ 6, 1, 14 ], + "to": [ 10, 9, 16 ], + "faces": { + "down": { "uv": [ 6, 14, 10, 16 ], "texture": "#wood" }, + "up": { "uv": [ 6, 0, 10, 2 ], "texture": "#wood" }, + "north": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood" }, + "south": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood", "cullface": "south" }, + "west": { "uv": [ 0, 7, 2, 15 ], "texture": "#wood" }, + "east": { "uv": [ 14, 7, 16, 15 ], "texture": "#wood" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/tripwire_hook_attached.json b/1.15.2/assets/minecraft/models/block/tripwire_hook_attached.json new file mode 100644 index 00000000..3b520511 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/tripwire_hook_attached.json @@ -0,0 +1,80 @@ +{ + "textures": { + "particle": "block/oak_planks", + "hook": "block/tripwire_hook", + "wood": "block/oak_planks", + "tripwire": "block/tripwire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 6.7 ], + "rotation": { "origin": [ 8, 0, 0 ], "axis": "x", "angle": -22.5, "rescale": true }, + "faces": { + "down": { "uv": [ 0, 8, 16, 6 ], "texture": "#tripwire", "rotation": 90 }, + "up": { "uv": [ 0, 6, 16, 8 ], "texture": "#tripwire", "rotation": 90 } + } + }, + { "from": [ 6.2, 4.2, 6.7 ], + "to": [ 9.8, 5, 10.3 ], + "rotation": { "origin": [ 8, 4.2, 6.7 ], "axis": "x", "angle": -22.5, "rescale": false }, + "faces": { + "down": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "up": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "north": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" }, + "south": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "west": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "east": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 9.1 ], + "to": [ 8.6, 5, 9.1 ], + "rotation": { "origin": [ 8, 4.2, 6.7 ], "axis": "x", "angle": -22.5, "rescale": false }, + "faces": { + "north": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 7.9 ], + "to": [ 8.6, 5, 7.9 ], + "rotation": { "origin": [ 8, 4.2, 6.7 ], "axis": "x", "angle": -22.5, "rescale": false }, + "faces": { + "south": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 7.9 ], + "to": [ 7.4, 5, 9.1 ], + "rotation": { "origin": [ 8, 4.2, 6.7 ], "axis": "x", "angle": -22.5, "rescale": false }, + "faces": { + "east": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 8.6, 4.2, 7.9 ], + "to": [ 8.6, 5, 9.1 ], + "rotation": { "origin": [ 8, 4.2, 6.7 ], "axis": "x", "angle": -22.5, "rescale": false }, + "faces": { + "west": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 5.2, 10 ], + "to": [ 8.8, 6.8, 14 ], + "faces": { + "down": { "uv": [ 7, 9, 9, 14 ], "texture": "#wood" }, + "up": { "uv": [ 7, 2, 9, 7 ], "texture": "#wood" }, + "north": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "south": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "west": { "uv": [ 2, 9, 7, 11 ], "texture": "#wood" }, + "east": { "uv": [ 9, 9, 14, 11 ], "texture": "#wood" } + } + }, + { "from": [ 6, 1, 14 ], + "to": [ 10, 9, 16 ], + "faces": { + "down": { "uv": [ 6, 14, 10, 16 ], "texture": "#wood" }, + "up": { "uv": [ 6, 0, 10, 2 ], "texture": "#wood" }, + "north": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood" }, + "south": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood", "cullface": "south" }, + "west": { "uv": [ 0, 7, 2, 15 ], "texture": "#wood" }, + "east": { "uv": [ 14, 7, 16, 15 ], "texture": "#wood" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/tripwire_hook_attached_on.json b/1.15.2/assets/minecraft/models/block/tripwire_hook_attached_on.json new file mode 100644 index 00000000..29802b1b --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/tripwire_hook_attached_on.json @@ -0,0 +1,76 @@ +{ + "textures": { + "particle": "block/oak_planks", + "hook": "block/tripwire_hook", + "wood": "block/oak_planks", + "tripwire": "block/tripwire" + }, + "elements": [ + { "from": [ 7.75, 0.5, 0 ], + "to": [ 8.25, 0.5, 6.7 ], + "rotation": { "origin": [ 8, 0, 0 ], "axis": "x", "angle": -22.5, "rescale": true }, + "faces": { + "down": { "uv": [ 0, 8, 16, 6 ], "texture": "#tripwire", "rotation": 90 }, + "up": { "uv": [ 0, 6, 16, 8 ], "texture": "#tripwire", "rotation": 90 } + } + }, + { "from": [ 6.2, 3.4, 6.7 ], + "to": [ 9.8, 4.2, 10.3 ], + "faces": { + "down": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "up": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "north": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" }, + "south": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "west": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "east": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 3.4, 9.1 ], + "to": [ 8.6, 4.2, 9.1 ], + "faces": { + "north": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 3.4, 7.9 ], + "to": [ 8.6, 4.2, 7.9 ], + "faces": { + "south": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 3.4, 7.9 ], + "to": [ 7.4, 4.2, 9.1 ], + "faces": { + "east": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 8.6, 3.4, 7.9 ], + "to": [ 8.6, 4.2, 9.1 ], + "faces": { + "west": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 5.2, 10 ], + "to": [ 8.8, 6.8, 14 ], + "rotation": { "origin": [ 8, 6, 14 ], "axis": "x", "angle": -22.5 }, + "faces": { + "down": { "uv": [ 7, 9, 9, 14 ], "texture": "#wood" }, + "up": { "uv": [ 7, 2, 9, 7 ], "texture": "#wood" }, + "north": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "south": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "west": { "uv": [ 2, 9, 7, 11 ], "texture": "#wood" }, + "east": { "uv": [ 9, 9, 14, 11 ], "texture": "#wood" } + } + }, + { "from": [ 6, 1, 14 ], + "to": [ 10, 9, 16 ], + "faces": { + "down": { "uv": [ 6, 14, 10, 16 ], "texture": "#wood" }, + "up": { "uv": [ 6, 0, 10, 2 ], "texture": "#wood" }, + "north": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood" }, + "south": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood", "cullface": "south" }, + "west": { "uv": [ 0, 7, 2, 15 ], "texture": "#wood" }, + "east": { "uv": [ 14, 7, 16, 15 ], "texture": "#wood" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/tripwire_hook_on.json b/1.15.2/assets/minecraft/models/block/tripwire_hook_on.json new file mode 100644 index 00000000..5b2494b1 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/tripwire_hook_on.json @@ -0,0 +1,67 @@ +{ + "textures": { + "particle": "block/oak_planks", + "hook": "block/tripwire_hook", + "wood": "block/oak_planks" + }, + "elements": [ + { "from": [ 6.2, 4.2, 6.7 ], + "to": [ 9.8, 5, 10.3 ], + "faces": { + "down": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "up": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "north": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" }, + "south": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "west": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "east": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 9.1 ], + "to": [ 8.6, 5, 9.1 ], + "faces": { + "north": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 7.9 ], + "to": [ 8.6, 5, 7.9 ], + "faces": { + "south": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 7.9 ], + "to": [ 7.4, 5, 9.1 ], + "faces": { + "east": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 8.6, 4.2, 7.9 ], + "to": [ 8.6, 5, 9.1 ], + "faces": { + "west": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 5.2, 10 ], + "to": [ 8.8, 6.8, 14 ], + "rotation": { "origin": [ 8, 6, 14 ], "axis": "x", "angle": -22.5 }, + "faces": { + "down": { "uv": [ 7, 9, 9, 14 ], "texture": "#wood" }, + "up": { "uv": [ 7, 2, 9, 7 ], "texture": "#wood" }, + "north": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "south": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "west": { "uv": [ 2, 9, 7, 11 ], "texture": "#wood" }, + "east": { "uv": [ 9, 9, 14, 11 ], "texture": "#wood" } + } + }, + { "from": [ 6, 1, 14 ], + "to": [ 10, 9, 16 ], + "faces": { + "down": { "uv": [ 6, 14, 10, 16 ], "texture": "#wood" }, + "up": { "uv": [ 6, 0, 10, 2 ], "texture": "#wood" }, + "north": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood" }, + "south": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood", "cullface": "south" }, + "west": { "uv": [ 0, 7, 2, 15 ], "texture": "#wood" }, + "east": { "uv": [ 14, 7, 16, 15 ], "texture": "#wood" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/tripwire_n.json b/1.15.2/assets/minecraft/models/block/tripwire_n.json new file mode 100644 index 00000000..626a83f8 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/tripwire_n.json @@ -0,0 +1,33 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/tripwire", + "texture": "block/tripwire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/tripwire_ne.json b/1.15.2/assets/minecraft/models/block/tripwire_ne.json new file mode 100644 index 00000000..f07c9ef5 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/tripwire_ne.json @@ -0,0 +1,41 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/tripwire", + "texture": "block/tripwire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 8, 1.5, 7.75 ], + "to": [ 12, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + }, + { "from": [ 12, 1.5, 7.75 ], + "to": [ 16, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/tripwire_ns.json b/1.15.2/assets/minecraft/models/block/tripwire_ns.json new file mode 100644 index 00000000..1594ffcc --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/tripwire_ns.json @@ -0,0 +1,41 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/tripwire", + "texture": "block/tripwire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 12 ], + "to": [ 8.25, 1.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/tripwire_nse.json b/1.15.2/assets/minecraft/models/block/tripwire_nse.json new file mode 100644 index 00000000..4933f831 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/tripwire_nse.json @@ -0,0 +1,57 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/tripwire", + "texture": "block/tripwire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 12 ], + "to": [ 8.25, 1.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 8, 1.5, 7.75 ], + "to": [ 12, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + }, + { "from": [ 12, 1.5, 7.75 ], + "to": [ 16, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/tripwire_nsew.json b/1.15.2/assets/minecraft/models/block/tripwire_nsew.json new file mode 100644 index 00000000..82e9a951 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/tripwire_nsew.json @@ -0,0 +1,73 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/tripwire", + "texture": "block/tripwire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 12 ], + "to": [ 8.25, 1.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 0, 1.5, 7.75 ], + "to": [ 4, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + }, + { "from": [ 4, 1.5, 7.75 ], + "to": [ 8, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + }, + { "from": [ 8, 1.5, 7.75 ], + "to": [ 12, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + }, + { "from": [ 12, 1.5, 7.75 ], + "to": [ 16, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/tube_coral.json b/1.15.2/assets/minecraft/models/block/tube_coral.json new file mode 100644 index 00000000..5776e0a7 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/tube_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/tube_coral" + } +} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/models/block/tube_coral_block.json b/1.15.2/assets/minecraft/models/block/tube_coral_block.json new file mode 100644 index 00000000..8f846b1c --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/tube_coral_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/tube_coral_block" + } +} diff --git a/1.15.2/assets/minecraft/models/block/tube_coral_fan.json b/1.15.2/assets/minecraft/models/block/tube_coral_fan.json new file mode 100644 index 00000000..29cc486b --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/tube_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "block/coral_fan", + "textures": { + "fan": "block/tube_coral_fan" + } +} diff --git a/1.15.2/assets/minecraft/models/block/tube_coral_wall_fan.json b/1.15.2/assets/minecraft/models/block/tube_coral_wall_fan.json new file mode 100644 index 00000000..5550b6fd --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/tube_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "block/coral_wall_fan", + "textures": { + "fan": "block/tube_coral_fan" + } +} diff --git a/1.15.2/assets/minecraft/models/block/turtle_egg.json b/1.15.2/assets/minecraft/models/block/turtle_egg.json new file mode 100644 index 00000000..eb1ed3dc --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/turtle_egg.json @@ -0,0 +1,20 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/turtle_egg", + "all": "block/turtle_egg" + }, + "elements": [ + { "from": [ 5, 0, 4 ], + "to": [ 9, 7, 8 ], + "faces": { + "down": { "uv": [ 0, 0, 4, 4 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 0, 0, 4, 4 ], "texture": "#all" }, + "north": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, + "south": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, + "west": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, + "east": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/two_dead_sea_pickles.json b/1.15.2/assets/minecraft/models/block/two_dead_sea_pickles.json new file mode 100644 index 00000000..0a618603 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/two_dead_sea_pickles.json @@ -0,0 +1,46 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/sea_pickle", + "all": "block/sea_pickle" + }, + "elements": [ + { "from": [ 3, 0, 3 ], + "to": [ 7, 6, 7 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" } + } + }, + { + "from": [ 3, 5.95, 3 ], + "to": [ 7, 5.95, 7 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 8, 0, 8 ], + "to": [ 12, 4, 12 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 9 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 9 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 9 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 9 ], "texture": "#all" } + } + }, + { + "from": [ 8, 3.95, 8 ], + "to": [ 12, 3.95, 12 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/two_sea_pickles.json b/1.15.2/assets/minecraft/models/block/two_sea_pickles.json new file mode 100644 index 00000000..37a8bb19 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/two_sea_pickles.json @@ -0,0 +1,86 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/sea_pickle", + "all": "block/sea_pickle" + }, + "elements": [ + { "from": [ 3, 0, 3 ], + "to": [ 7, 6, 7 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" } + } + }, + { + "from": [ 3, 5.95, 3 ], + "to": [ 7, 5.95, 7 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 8, 0, 8 ], + "to": [ 12, 4, 12 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 9 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 9 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 9 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 9 ], "texture": "#all" } + } + }, + { + "from": [ 8, 3.95, 8 ], + "to": [ 12, 3.95, 12 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 4.5, 5.2, 5 ], + "to": [ 5.5, 8.7, 5 ], + "rotation": { "origin": [ 5, 5.6, 5 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "south": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + }, + { + "from": [ 5, 5.2, 4.5 ], + "to": [ 5, 8.7, 5.5 ], + "rotation": { "origin": [ 5, 5.6, 5 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "west": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "east": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + }, + { + "from": [ 9.5, 3.2, 10 ], + "to": [ 10.5, 6.7, 10 ], + "rotation": { "origin": [10, 8, 10 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "south": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + }, + { + "from": [ 10, 3.2, 9.5 ], + "to": [ 10, 6.7, 10.5 ], + "rotation": { "origin": [ 10, 8, 10 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "west": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "east": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/two_slightly_cracked_turtle_eggs.json b/1.15.2/assets/minecraft/models/block/two_slightly_cracked_turtle_eggs.json new file mode 100644 index 00000000..55f57d21 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/two_slightly_cracked_turtle_eggs.json @@ -0,0 +1,6 @@ +{ + "parent": "block/two_turtle_eggs", + "textures": { + "all": "block/turtle_egg_slightly_cracked" + } +} diff --git a/1.15.2/assets/minecraft/models/block/two_turtle_eggs.json b/1.15.2/assets/minecraft/models/block/two_turtle_eggs.json new file mode 100644 index 00000000..bc242714 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/two_turtle_eggs.json @@ -0,0 +1,32 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/turtle_egg", + "all": "block/turtle_egg" + }, + "elements": [ + { "from": [ 5, 0, 4 ], + "to": [ 9, 7, 8 ], + "faces": { + "down": { "uv": [ 0, 0, 4, 4 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 0, 0, 4, 4 ], "texture": "#all" }, + "north": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, + "south": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, + "west": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, + "east": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" } + } + }, + { + "from": [ 1, 0, 7 ], + "to": [ 5, 5, 11 ], + "faces": { + "down": { "uv": [ 6, 7, 10, 11 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 6, 7, 10, 11 ], "texture": "#all" }, + "north": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" }, + "south": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" }, + "west": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" }, + "east": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/two_very_cracked_turtle_eggs.json b/1.15.2/assets/minecraft/models/block/two_very_cracked_turtle_eggs.json new file mode 100644 index 00000000..8c94ea1a --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/two_very_cracked_turtle_eggs.json @@ -0,0 +1,7 @@ +{ + "parent": "block/two_turtle_eggs", + "textures": { + "particle":"block/turtle_egg_very_cracked", + "all": "block/turtle_egg_very_cracked" + } +} diff --git a/1.15.2/assets/minecraft/models/block/very_cracked_turtle_egg.json b/1.15.2/assets/minecraft/models/block/very_cracked_turtle_egg.json new file mode 100644 index 00000000..e6ce733a --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/very_cracked_turtle_egg.json @@ -0,0 +1,7 @@ +{ + "parent": "block/turtle_egg", + "textures": { + "particle": "block/turtle_egg_very_cracked", + "all": "block/turtle_egg_very_cracked" + } +} diff --git a/1.15.2/assets/minecraft/models/block/vine_1.json b/1.15.2/assets/minecraft/models/block/vine_1.json new file mode 100644 index 00000000..c9bcc1ab --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/vine_1.json @@ -0,0 +1,17 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/vine", + "vine": "block/vine" + }, + "elements": [ + { "from": [ 0, 0, 15.2 ], + "to": [ 16, 16, 15.2 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/vine_1u.json b/1.15.2/assets/minecraft/models/block/vine_1u.json new file mode 100644 index 00000000..ddf3f5be --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/vine_1u.json @@ -0,0 +1,25 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/vine", + "vine": "block/vine" + }, + "elements": [ + { "from": [ 0, 15.2, 0 ], + "to": [ 16, 15.2, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 15.2 ], + "to": [ 16, 16, 15.2 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/vine_2.json b/1.15.2/assets/minecraft/models/block/vine_2.json new file mode 100644 index 00000000..6671c3fa --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/vine_2.json @@ -0,0 +1,25 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/vine", + "vine": "block/vine" + }, + "elements": [ + { "from": [ 0, 0, 0.8 ], + "to": [ 16, 16, 0.8 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/vine_2_opposite.json b/1.15.2/assets/minecraft/models/block/vine_2_opposite.json new file mode 100644 index 00000000..2abe72e5 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/vine_2_opposite.json @@ -0,0 +1,25 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/vine", + "vine": "block/vine" + }, + "elements": [ + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0.8, 0, 0 ], + "to": [ 0.8, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/vine_2u.json b/1.15.2/assets/minecraft/models/block/vine_2u.json new file mode 100644 index 00000000..b5426b08 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/vine_2u.json @@ -0,0 +1,33 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/vine", + "vine": "block/vine" + }, + "elements": [ + { "from": [ 0, 15.2, 0 ], + "to": [ 16, 15.2, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.8 ], + "to": [ 16, 16, 0.8 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/vine_2u_opposite.json b/1.15.2/assets/minecraft/models/block/vine_2u_opposite.json new file mode 100644 index 00000000..b4625290 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/vine_2u_opposite.json @@ -0,0 +1,33 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/vine", + "vine": "block/vine" + }, + "elements": [ + { "from": [ 0, 15.2, 0 ], + "to": [ 16, 15.2, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0.8, 0, 0 ], + "to": [ 0.8, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/vine_3.json b/1.15.2/assets/minecraft/models/block/vine_3.json new file mode 100644 index 00000000..b3d02f4e --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/vine_3.json @@ -0,0 +1,33 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/vine", + "vine": "block/vine" + }, + "elements": [ + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 15.2 ], + "to": [ 16, 16, 15.2 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.8 ], + "to": [ 16, 16, 0.8 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/vine_3u.json b/1.15.2/assets/minecraft/models/block/vine_3u.json new file mode 100644 index 00000000..d239b7d8 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/vine_3u.json @@ -0,0 +1,41 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/vine", + "vine": "block/vine" + }, + "elements": [ + { "from": [ 0, 15.2, 0 ], + "to": [ 16, 15.2, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 15.2 ], + "to": [ 16, 16, 15.2 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.8 ], + "to": [ 16, 16, 0.8 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/vine_4.json b/1.15.2/assets/minecraft/models/block/vine_4.json new file mode 100644 index 00000000..88d325dc --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/vine_4.json @@ -0,0 +1,41 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/vine", + "vine": "block/vine" + }, + "elements": [ + { "from": [ 0.8, 0, 0 ], + "to": [ 0.8, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 15.2 ], + "to": [ 16, 16, 15.2 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.8 ], + "to": [ 16, 16, 0.8 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/vine_4u.json b/1.15.2/assets/minecraft/models/block/vine_4u.json new file mode 100644 index 00000000..6cd3cbf2 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/vine_4u.json @@ -0,0 +1,49 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/vine", + "vine": "block/vine" + }, + "elements": [ + { "from": [ 0, 15.2, 0 ], + "to": [ 16, 15.2, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0.8, 0, 0 ], + "to": [ 0.8, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 15.2 ], + "to": [ 16, 16, 15.2 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.8 ], + "to": [ 16, 16, 0.8 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/vine_u.json b/1.15.2/assets/minecraft/models/block/vine_u.json new file mode 100644 index 00000000..5219cfc0 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/vine_u.json @@ -0,0 +1,17 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/vine", + "vine": "block/vine" + }, + "elements": [ + { "from": [ 0, 15.2, 0 ], + "to": [ 16, 15.2, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/wall_inventory.json b/1.15.2/assets/minecraft/models/block/wall_inventory.json new file mode 100644 index 00000000..4638d77e --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/wall_inventory.json @@ -0,0 +1,44 @@ +{ "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": "#wall" + }, + "elements": [ + { "from": [ 4, 0, 4 ], + "to": [ 12, 16, 12 ], + "faces": { + "down": { "uv": [ 4, 4, 12, 12 ], "texture": "#wall", "cullface": "down" }, + "up": { "uv": [ 4, 4, 12, 12 ], "texture": "#wall" }, + "north": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, + "south": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, + "west": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, + "east": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" } + }, + "__comment": "Center post" + }, + { "from": [ 5, 0, 0 ], + "to": [ 11, 13, 16 ], + "faces": { + "down": { "uv": [ 5, 0, 11, 16 ], "texture": "#wall", "cullface": "down" }, + "up": { "uv": [ 5, 0, 11, 16 ], "texture": "#wall" }, + "north": { "uv": [ 5, 3, 11, 16 ], "texture": "#wall", "cullface": "north" }, + "south": { "uv": [ 5, 3, 11, 16 ], "texture": "#wall", "cullface": "south" }, + "west": { "uv": [ 0, 3, 16, 16 ], "texture": "#wall" }, + "east": { "uv": [ 0, 3, 16, 16 ], "texture": "#wall" } + }, + "__comment": "Full wall" + } + ] +} diff --git a/1.15.2/assets/minecraft/models/block/wall_torch.json b/1.15.2/assets/minecraft/models/block/wall_torch.json new file mode 100644 index 00000000..2af9aa4d --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/wall_torch.json @@ -0,0 +1,6 @@ +{ + "parent": "block/torch_wall", + "textures": { + "torch": "block/torch" + } +} diff --git a/1.15.2/assets/minecraft/models/block/water.json b/1.15.2/assets/minecraft/models/block/water.json new file mode 100644 index 00000000..75907472 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/water.json @@ -0,0 +1,6 @@ +{ + "textures": { + "particle": "block/water_still" + } +} + diff --git a/1.15.2/assets/minecraft/models/block/wet_sponge.json b/1.15.2/assets/minecraft/models/block/wet_sponge.json new file mode 100644 index 00000000..c6f4406b --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/wet_sponge.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/wet_sponge" + } +} diff --git a/1.15.2/assets/minecraft/models/block/wheat_stage0.json b/1.15.2/assets/minecraft/models/block/wheat_stage0.json new file mode 100644 index 00000000..fb5e180a --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/wheat_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "block/wheat_stage0" + } +} diff --git a/1.15.2/assets/minecraft/models/block/wheat_stage1.json b/1.15.2/assets/minecraft/models/block/wheat_stage1.json new file mode 100644 index 00000000..cf2d73f6 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/wheat_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "block/wheat_stage1" + } +} diff --git a/1.15.2/assets/minecraft/models/block/wheat_stage2.json b/1.15.2/assets/minecraft/models/block/wheat_stage2.json new file mode 100644 index 00000000..d612974e --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/wheat_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "block/wheat_stage2" + } +} diff --git a/1.15.2/assets/minecraft/models/block/wheat_stage3.json b/1.15.2/assets/minecraft/models/block/wheat_stage3.json new file mode 100644 index 00000000..437e5c9a --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/wheat_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "block/wheat_stage3" + } +} diff --git a/1.15.2/assets/minecraft/models/block/wheat_stage4.json b/1.15.2/assets/minecraft/models/block/wheat_stage4.json new file mode 100644 index 00000000..0ce4ecca --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/wheat_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "block/wheat_stage4" + } +} diff --git a/1.15.2/assets/minecraft/models/block/wheat_stage5.json b/1.15.2/assets/minecraft/models/block/wheat_stage5.json new file mode 100644 index 00000000..185a8a5e --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/wheat_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "block/wheat_stage5" + } +} diff --git a/1.15.2/assets/minecraft/models/block/wheat_stage6.json b/1.15.2/assets/minecraft/models/block/wheat_stage6.json new file mode 100644 index 00000000..db11cdb4 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/wheat_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "block/wheat_stage6" + } +} diff --git a/1.15.2/assets/minecraft/models/block/wheat_stage7.json b/1.15.2/assets/minecraft/models/block/wheat_stage7.json new file mode 100644 index 00000000..0ac0a168 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/wheat_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "block/wheat_stage7" + } +} diff --git a/1.15.2/assets/minecraft/models/block/white_carpet.json b/1.15.2/assets/minecraft/models/block/white_carpet.json new file mode 100644 index 00000000..ee6acd47 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/white_carpet.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "block/white_wool", + "wool": "block/white_wool" + } +} diff --git a/1.15.2/assets/minecraft/models/block/white_concrete.json b/1.15.2/assets/minecraft/models/block/white_concrete.json new file mode 100644 index 00000000..7814b7f0 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/white_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/white_concrete" + } +} diff --git a/1.15.2/assets/minecraft/models/block/white_concrete_powder.json b/1.15.2/assets/minecraft/models/block/white_concrete_powder.json new file mode 100644 index 00000000..e3b11214 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/white_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/white_concrete_powder" + } +} diff --git a/1.15.2/assets/minecraft/models/block/white_glazed_terracotta.json b/1.15.2/assets/minecraft/models/block/white_glazed_terracotta.json new file mode 100644 index 00000000..59c6e25a --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/white_glazed_terracotta.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glazed_terracotta", + "textures": { + "particle": "block/white_glazed_terracotta", + "pattern": "block/white_glazed_terracotta" + } +} diff --git a/1.15.2/assets/minecraft/models/block/white_shulker_box.json b/1.15.2/assets/minecraft/models/block/white_shulker_box.json new file mode 100644 index 00000000..0215631b --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/white_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "block/white_shulker_box" + } +} diff --git a/1.15.2/assets/minecraft/models/block/white_stained_glass.json b/1.15.2/assets/minecraft/models/block/white_stained_glass.json new file mode 100644 index 00000000..109b302e --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/white_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/white_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/white_stained_glass_pane_noside.json b/1.15.2/assets/minecraft/models/block/white_stained_glass_pane_noside.json new file mode 100644 index 00000000..70ea9653 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/white_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside", + "textures": { + "pane": "block/white_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/white_stained_glass_pane_noside_alt.json b/1.15.2/assets/minecraft/models/block/white_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..57c65579 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/white_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside_alt", + "textures": { + "pane": "block/white_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/white_stained_glass_pane_post.json b/1.15.2/assets/minecraft/models/block/white_stained_glass_pane_post.json new file mode 100644 index 00000000..d3f64146 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/white_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_post", + "textures": { + "edge": "block/white_stained_glass_pane_top", + "pane": "block/white_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/white_stained_glass_pane_side.json b/1.15.2/assets/minecraft/models/block/white_stained_glass_pane_side.json new file mode 100644 index 00000000..4c22e028 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/white_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side", + "textures": { + "edge": "block/white_stained_glass_pane_top", + "pane": "block/white_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/white_stained_glass_pane_side_alt.json b/1.15.2/assets/minecraft/models/block/white_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..fb4f7519 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/white_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side_alt", + "textures": { + "edge": "block/white_stained_glass_pane_top", + "pane": "block/white_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/white_terracotta.json b/1.15.2/assets/minecraft/models/block/white_terracotta.json new file mode 100644 index 00000000..5f471d54 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/white_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/white_terracotta" + } +} diff --git a/1.15.2/assets/minecraft/models/block/white_tulip.json b/1.15.2/assets/minecraft/models/block/white_tulip.json new file mode 100644 index 00000000..e57db8af --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/white_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/white_tulip" + } +} diff --git a/1.15.2/assets/minecraft/models/block/white_wool.json b/1.15.2/assets/minecraft/models/block/white_wool.json new file mode 100644 index 00000000..773d21d8 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/white_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/white_wool" + } +} diff --git a/1.15.2/assets/minecraft/models/block/wither_rose.json b/1.15.2/assets/minecraft/models/block/wither_rose.json new file mode 100644 index 00000000..46fd9393 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/wither_rose.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "block/wither_rose" + } +} diff --git a/1.15.2/assets/minecraft/models/block/yellow_carpet.json b/1.15.2/assets/minecraft/models/block/yellow_carpet.json new file mode 100644 index 00000000..dfe23b9c --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/yellow_carpet.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "block/yellow_wool", + "wool": "block/yellow_wool" + } +} diff --git a/1.15.2/assets/minecraft/models/block/yellow_concrete.json b/1.15.2/assets/minecraft/models/block/yellow_concrete.json new file mode 100644 index 00000000..f3e551dc --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/yellow_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/yellow_concrete" + } +} diff --git a/1.15.2/assets/minecraft/models/block/yellow_concrete_powder.json b/1.15.2/assets/minecraft/models/block/yellow_concrete_powder.json new file mode 100644 index 00000000..611cf7f5 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/yellow_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/yellow_concrete_powder" + } +} diff --git a/1.15.2/assets/minecraft/models/block/yellow_glazed_terracotta.json b/1.15.2/assets/minecraft/models/block/yellow_glazed_terracotta.json new file mode 100644 index 00000000..915f9b1d --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/yellow_glazed_terracotta.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glazed_terracotta", + "textures": { + "particle": "block/yellow_glazed_terracotta", + "pattern": "block/yellow_glazed_terracotta" + } +} diff --git a/1.15.2/assets/minecraft/models/block/yellow_shulker_box.json b/1.15.2/assets/minecraft/models/block/yellow_shulker_box.json new file mode 100644 index 00000000..3483c21f --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/yellow_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "block/yellow_shulker_box" + } +} diff --git a/1.15.2/assets/minecraft/models/block/yellow_stained_glass.json b/1.15.2/assets/minecraft/models/block/yellow_stained_glass.json new file mode 100644 index 00000000..6650ecf2 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/yellow_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/yellow_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/yellow_stained_glass_pane_noside.json b/1.15.2/assets/minecraft/models/block/yellow_stained_glass_pane_noside.json new file mode 100644 index 00000000..d004d224 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/yellow_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside", + "textures": { + "pane": "block/yellow_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/yellow_stained_glass_pane_noside_alt.json b/1.15.2/assets/minecraft/models/block/yellow_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..53712df0 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/yellow_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_glass_pane_noside_alt", + "textures": { + "pane": "block/yellow_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/yellow_stained_glass_pane_post.json b/1.15.2/assets/minecraft/models/block/yellow_stained_glass_pane_post.json new file mode 100644 index 00000000..12f36d71 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/yellow_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_post", + "textures": { + "edge": "block/yellow_stained_glass_pane_top", + "pane": "block/yellow_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/yellow_stained_glass_pane_side.json b/1.15.2/assets/minecraft/models/block/yellow_stained_glass_pane_side.json new file mode 100644 index 00000000..b75f37c4 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/yellow_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side", + "textures": { + "edge": "block/yellow_stained_glass_pane_top", + "pane": "block/yellow_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/yellow_stained_glass_pane_side_alt.json b/1.15.2/assets/minecraft/models/block/yellow_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..f0c3116e --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/yellow_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_glass_pane_side_alt", + "textures": { + "edge": "block/yellow_stained_glass_pane_top", + "pane": "block/yellow_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/block/yellow_terracotta.json b/1.15.2/assets/minecraft/models/block/yellow_terracotta.json new file mode 100644 index 00000000..c63354c0 --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/yellow_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/yellow_terracotta" + } +} diff --git a/1.15.2/assets/minecraft/models/block/yellow_wool.json b/1.15.2/assets/minecraft/models/block/yellow_wool.json new file mode 100644 index 00000000..53d74adb --- /dev/null +++ b/1.15.2/assets/minecraft/models/block/yellow_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/yellow_wool" + } +} diff --git a/1.15.2/assets/minecraft/models/item/acacia_boat.json b/1.15.2/assets/minecraft/models/item/acacia_boat.json new file mode 100644 index 00000000..ce97bbfd --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/acacia_boat.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/acacia_boat" + } +} diff --git a/1.15.2/assets/minecraft/models/item/acacia_button.json b/1.15.2/assets/minecraft/models/item/acacia_button.json new file mode 100644 index 00000000..44018d82 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/acacia_button.json @@ -0,0 +1,3 @@ +{ + "parent": "block/acacia_button_inventory" +} diff --git a/1.15.2/assets/minecraft/models/item/acacia_door.json b/1.15.2/assets/minecraft/models/item/acacia_door.json new file mode 100644 index 00000000..1fd967c1 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/acacia_door.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/acacia_door" + } +} diff --git a/1.15.2/assets/minecraft/models/item/acacia_fence.json b/1.15.2/assets/minecraft/models/item/acacia_fence.json new file mode 100644 index 00000000..a191ee23 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/acacia_fence.json @@ -0,0 +1,3 @@ +{ + "parent": "block/acacia_fence_inventory" +} diff --git a/1.15.2/assets/minecraft/models/item/acacia_fence_gate.json b/1.15.2/assets/minecraft/models/item/acacia_fence_gate.json new file mode 100644 index 00000000..067388d0 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/acacia_fence_gate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/acacia_fence_gate" +} diff --git a/1.15.2/assets/minecraft/models/item/acacia_leaves.json b/1.15.2/assets/minecraft/models/item/acacia_leaves.json new file mode 100644 index 00000000..44b625bf --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/acacia_leaves.json @@ -0,0 +1,3 @@ +{ + "parent": "block/acacia_leaves" +} diff --git a/1.15.2/assets/minecraft/models/item/acacia_log.json b/1.15.2/assets/minecraft/models/item/acacia_log.json new file mode 100644 index 00000000..32edb560 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/acacia_log.json @@ -0,0 +1,3 @@ +{ + "parent": "block/acacia_log" +} diff --git a/1.15.2/assets/minecraft/models/item/acacia_planks.json b/1.15.2/assets/minecraft/models/item/acacia_planks.json new file mode 100644 index 00000000..7fcb12aa --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/acacia_planks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/acacia_planks" +} diff --git a/1.15.2/assets/minecraft/models/item/acacia_pressure_plate.json b/1.15.2/assets/minecraft/models/item/acacia_pressure_plate.json new file mode 100644 index 00000000..e128af4a --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/acacia_pressure_plate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/acacia_pressure_plate" +} diff --git a/1.15.2/assets/minecraft/models/item/acacia_sapling.json b/1.15.2/assets/minecraft/models/item/acacia_sapling.json new file mode 100644 index 00000000..d07604f4 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/acacia_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/acacia_sapling" + } +} diff --git a/1.15.2/assets/minecraft/models/item/acacia_sign.json b/1.15.2/assets/minecraft/models/item/acacia_sign.json new file mode 100644 index 00000000..b03ebd1e --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/acacia_sign.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/acacia_sign" + } +} diff --git a/1.15.2/assets/minecraft/models/item/acacia_slab.json b/1.15.2/assets/minecraft/models/item/acacia_slab.json new file mode 100644 index 00000000..e61bec6c --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/acacia_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/acacia_slab" +} diff --git a/1.15.2/assets/minecraft/models/item/acacia_stairs.json b/1.15.2/assets/minecraft/models/item/acacia_stairs.json new file mode 100644 index 00000000..570ee175 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/acacia_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/acacia_stairs" +} diff --git a/1.15.2/assets/minecraft/models/item/acacia_trapdoor.json b/1.15.2/assets/minecraft/models/item/acacia_trapdoor.json new file mode 100644 index 00000000..b9b2ce8d --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/acacia_trapdoor.json @@ -0,0 +1,3 @@ +{ + "parent": "block/acacia_trapdoor_bottom" +} diff --git a/1.15.2/assets/minecraft/models/item/acacia_wood.json b/1.15.2/assets/minecraft/models/item/acacia_wood.json new file mode 100644 index 00000000..3fab94e2 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/acacia_wood.json @@ -0,0 +1,3 @@ +{ + "parent": "block/acacia_wood" +} diff --git a/1.15.2/assets/minecraft/models/item/activator_rail.json b/1.15.2/assets/minecraft/models/item/activator_rail.json new file mode 100644 index 00000000..89b1e9ea --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/activator_rail.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/activator_rail" + } +} diff --git a/1.15.2/assets/minecraft/models/item/air.json b/1.15.2/assets/minecraft/models/item/air.json new file mode 100644 index 00000000..2c63c085 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/air.json @@ -0,0 +1,2 @@ +{ +} diff --git a/1.15.2/assets/minecraft/models/item/allium.json b/1.15.2/assets/minecraft/models/item/allium.json new file mode 100644 index 00000000..5110f087 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/allium.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/allium" + } +} diff --git a/1.15.2/assets/minecraft/models/item/andesite.json b/1.15.2/assets/minecraft/models/item/andesite.json new file mode 100644 index 00000000..c6c205c1 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/andesite.json @@ -0,0 +1,3 @@ +{ + "parent": "block/andesite" +} diff --git a/1.15.2/assets/minecraft/models/item/andesite_slab.json b/1.15.2/assets/minecraft/models/item/andesite_slab.json new file mode 100644 index 00000000..33aa4f4f --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/andesite_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/andesite_slab" +} diff --git a/1.15.2/assets/minecraft/models/item/andesite_stairs.json b/1.15.2/assets/minecraft/models/item/andesite_stairs.json new file mode 100644 index 00000000..ffabcfd3 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/andesite_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/andesite_stairs" +} diff --git a/1.15.2/assets/minecraft/models/item/andesite_wall.json b/1.15.2/assets/minecraft/models/item/andesite_wall.json new file mode 100644 index 00000000..c7099b62 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/andesite_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "block/andesite_wall_inventory" +} diff --git a/1.15.2/assets/minecraft/models/item/anvil.json b/1.15.2/assets/minecraft/models/item/anvil.json new file mode 100644 index 00000000..a02fa549 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/anvil.json @@ -0,0 +1,3 @@ +{ + "parent": "block/anvil" +} diff --git a/1.15.2/assets/minecraft/models/item/apple.json b/1.15.2/assets/minecraft/models/item/apple.json new file mode 100644 index 00000000..76275731 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/apple.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/apple" + } +} diff --git a/1.15.2/assets/minecraft/models/item/armor_stand.json b/1.15.2/assets/minecraft/models/item/armor_stand.json new file mode 100644 index 00000000..3c757f59 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/armor_stand.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/armor_stand" + } +} diff --git a/1.15.2/assets/minecraft/models/item/arrow.json b/1.15.2/assets/minecraft/models/item/arrow.json new file mode 100644 index 00000000..d90e426c --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/arrow.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/arrow" + } +} diff --git a/1.15.2/assets/minecraft/models/item/azure_bluet.json b/1.15.2/assets/minecraft/models/item/azure_bluet.json new file mode 100644 index 00000000..38fddb6f --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/azure_bluet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/azure_bluet" + } +} diff --git a/1.15.2/assets/minecraft/models/item/baked_potato.json b/1.15.2/assets/minecraft/models/item/baked_potato.json new file mode 100644 index 00000000..7b2d7e66 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/baked_potato.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/baked_potato" + } +} diff --git a/1.15.2/assets/minecraft/models/item/bamboo.json b/1.15.2/assets/minecraft/models/item/bamboo.json new file mode 100644 index 00000000..59926c6c --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/bamboo.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/bamboo" + } +} diff --git a/1.15.2/assets/minecraft/models/item/barrel.json b/1.15.2/assets/minecraft/models/item/barrel.json new file mode 100644 index 00000000..c2ffc53c --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/barrel.json @@ -0,0 +1,3 @@ +{ + "parent": "block/barrel" +} diff --git a/1.15.2/assets/minecraft/models/item/barrier.json b/1.15.2/assets/minecraft/models/item/barrier.json new file mode 100644 index 00000000..b1e13616 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/barrier.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/barrier" + } +} diff --git a/1.15.2/assets/minecraft/models/item/bat_spawn_egg.json b/1.15.2/assets/minecraft/models/item/bat_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/bat_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.15.2/assets/minecraft/models/item/beacon.json b/1.15.2/assets/minecraft/models/item/beacon.json new file mode 100644 index 00000000..02f00d7e --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/beacon.json @@ -0,0 +1,3 @@ +{ + "parent": "block/beacon" +} diff --git a/1.15.2/assets/minecraft/models/item/bedrock.json b/1.15.2/assets/minecraft/models/item/bedrock.json new file mode 100644 index 00000000..9ac9ca91 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/bedrock.json @@ -0,0 +1,3 @@ +{ + "parent": "block/bedrock" +} diff --git a/1.15.2/assets/minecraft/models/item/bee_nest.json b/1.15.2/assets/minecraft/models/item/bee_nest.json new file mode 100644 index 00000000..b5734abc --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/bee_nest.json @@ -0,0 +1,3 @@ +{ + "parent": "block/bee_nest" +} diff --git a/1.15.2/assets/minecraft/models/item/bee_spawn_egg.json b/1.15.2/assets/minecraft/models/item/bee_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/bee_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.15.2/assets/minecraft/models/item/beef.json b/1.15.2/assets/minecraft/models/item/beef.json new file mode 100644 index 00000000..c0183aee --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/beef.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/beef" + } +} diff --git a/1.15.2/assets/minecraft/models/item/beehive.json b/1.15.2/assets/minecraft/models/item/beehive.json new file mode 100644 index 00000000..eb48d405 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/beehive.json @@ -0,0 +1,3 @@ +{ + "parent": "block/beehive" +} diff --git a/1.15.2/assets/minecraft/models/item/beetroot.json b/1.15.2/assets/minecraft/models/item/beetroot.json new file mode 100644 index 00000000..2488fe6f --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/beetroot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/beetroot" + } +} diff --git a/1.15.2/assets/minecraft/models/item/beetroot_seeds.json b/1.15.2/assets/minecraft/models/item/beetroot_seeds.json new file mode 100644 index 00000000..b88ac1af --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/beetroot_seeds.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/beetroot_seeds" + } +} diff --git a/1.15.2/assets/minecraft/models/item/beetroot_soup.json b/1.15.2/assets/minecraft/models/item/beetroot_soup.json new file mode 100644 index 00000000..26a41d3b --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/beetroot_soup.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/beetroot_soup" + } +} diff --git a/1.15.2/assets/minecraft/models/item/bell.json b/1.15.2/assets/minecraft/models/item/bell.json new file mode 100644 index 00000000..d5485f47 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/bell.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/bell" + } +} diff --git a/1.15.2/assets/minecraft/models/item/birch_boat.json b/1.15.2/assets/minecraft/models/item/birch_boat.json new file mode 100644 index 00000000..ecad6b2e --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/birch_boat.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/birch_boat" + } +} diff --git a/1.15.2/assets/minecraft/models/item/birch_button.json b/1.15.2/assets/minecraft/models/item/birch_button.json new file mode 100644 index 00000000..80fb1ab1 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/birch_button.json @@ -0,0 +1,3 @@ +{ + "parent": "block/birch_button_inventory" +} diff --git a/1.15.2/assets/minecraft/models/item/birch_door.json b/1.15.2/assets/minecraft/models/item/birch_door.json new file mode 100644 index 00000000..039c8e9e --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/birch_door.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/birch_door" + } +} diff --git a/1.15.2/assets/minecraft/models/item/birch_fence.json b/1.15.2/assets/minecraft/models/item/birch_fence.json new file mode 100644 index 00000000..2e9faa2d --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/birch_fence.json @@ -0,0 +1,3 @@ +{ + "parent": "block/birch_fence_inventory" +} diff --git a/1.15.2/assets/minecraft/models/item/birch_fence_gate.json b/1.15.2/assets/minecraft/models/item/birch_fence_gate.json new file mode 100644 index 00000000..50bda8ce --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/birch_fence_gate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/birch_fence_gate" +} diff --git a/1.15.2/assets/minecraft/models/item/birch_leaves.json b/1.15.2/assets/minecraft/models/item/birch_leaves.json new file mode 100644 index 00000000..9a3f6d5f --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/birch_leaves.json @@ -0,0 +1,3 @@ +{ + "parent": "block/birch_leaves" +} diff --git a/1.15.2/assets/minecraft/models/item/birch_log.json b/1.15.2/assets/minecraft/models/item/birch_log.json new file mode 100644 index 00000000..8ae0965f --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/birch_log.json @@ -0,0 +1,3 @@ +{ + "parent": "block/birch_log" +} diff --git a/1.15.2/assets/minecraft/models/item/birch_planks.json b/1.15.2/assets/minecraft/models/item/birch_planks.json new file mode 100644 index 00000000..b5699077 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/birch_planks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/birch_planks" +} diff --git a/1.15.2/assets/minecraft/models/item/birch_pressure_plate.json b/1.15.2/assets/minecraft/models/item/birch_pressure_plate.json new file mode 100644 index 00000000..3fcfbc8a --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/birch_pressure_plate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/birch_pressure_plate" +} diff --git a/1.15.2/assets/minecraft/models/item/birch_sapling.json b/1.15.2/assets/minecraft/models/item/birch_sapling.json new file mode 100644 index 00000000..283d7f07 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/birch_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/birch_sapling" + } +} diff --git a/1.15.2/assets/minecraft/models/item/birch_sign.json b/1.15.2/assets/minecraft/models/item/birch_sign.json new file mode 100644 index 00000000..b4af525e --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/birch_sign.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/birch_sign" + } +} diff --git a/1.15.2/assets/minecraft/models/item/birch_slab.json b/1.15.2/assets/minecraft/models/item/birch_slab.json new file mode 100644 index 00000000..14498336 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/birch_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/birch_slab" +} diff --git a/1.15.2/assets/minecraft/models/item/birch_stairs.json b/1.15.2/assets/minecraft/models/item/birch_stairs.json new file mode 100644 index 00000000..0e4b0be0 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/birch_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/birch_stairs" +} diff --git a/1.15.2/assets/minecraft/models/item/birch_trapdoor.json b/1.15.2/assets/minecraft/models/item/birch_trapdoor.json new file mode 100644 index 00000000..bd789159 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/birch_trapdoor.json @@ -0,0 +1,3 @@ +{ + "parent": "block/birch_trapdoor_bottom" +} diff --git a/1.15.2/assets/minecraft/models/item/birch_wood.json b/1.15.2/assets/minecraft/models/item/birch_wood.json new file mode 100644 index 00000000..c943d898 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/birch_wood.json @@ -0,0 +1,3 @@ +{ + "parent": "block/birch_wood" +} diff --git a/1.15.2/assets/minecraft/models/item/black_banner.json b/1.15.2/assets/minecraft/models/item/black_banner.json new file mode 100644 index 00000000..9d43dcc2 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/black_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_banner" +} diff --git a/1.15.2/assets/minecraft/models/item/black_bed.json b/1.15.2/assets/minecraft/models/item/black_bed.json new file mode 100644 index 00000000..daa7abf6 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/black_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "item/template_bed", + "textures": { + "particle": "block/black_wool" + } +} diff --git a/1.15.2/assets/minecraft/models/item/black_carpet.json b/1.15.2/assets/minecraft/models/item/black_carpet.json new file mode 100644 index 00000000..6e13f1f5 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/black_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/black_carpet" +} diff --git a/1.15.2/assets/minecraft/models/item/black_concrete.json b/1.15.2/assets/minecraft/models/item/black_concrete.json new file mode 100644 index 00000000..1b8032bb --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/black_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "block/black_concrete" +} diff --git a/1.15.2/assets/minecraft/models/item/black_concrete_powder.json b/1.15.2/assets/minecraft/models/item/black_concrete_powder.json new file mode 100644 index 00000000..281ea9c0 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/black_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "block/black_concrete_powder" +} diff --git a/1.15.2/assets/minecraft/models/item/black_dye.json b/1.15.2/assets/minecraft/models/item/black_dye.json new file mode 100644 index 00000000..7e623162 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/black_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/black_dye" + } +} diff --git a/1.15.2/assets/minecraft/models/item/black_glazed_terracotta.json b/1.15.2/assets/minecraft/models/item/black_glazed_terracotta.json new file mode 100644 index 00000000..597b4751 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/black_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/black_glazed_terracotta" +} diff --git a/1.15.2/assets/minecraft/models/item/black_shulker_box.json b/1.15.2/assets/minecraft/models/item/black_shulker_box.json new file mode 100644 index 00000000..9cd1ed85 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/black_shulker_box.json @@ -0,0 +1,6 @@ +{ + "parent": "item/template_shulker_box", + "textures": { + "particle": "block/black_shulker_box" + } +} diff --git a/1.15.2/assets/minecraft/models/item/black_stained_glass.json b/1.15.2/assets/minecraft/models/item/black_stained_glass.json new file mode 100644 index 00000000..fa7df59b --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/black_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/black_stained_glass" +} diff --git a/1.15.2/assets/minecraft/models/item/black_stained_glass_pane.json b/1.15.2/assets/minecraft/models/item/black_stained_glass_pane.json new file mode 100644 index 00000000..e28850d6 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/black_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/black_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/item/black_terracotta.json b/1.15.2/assets/minecraft/models/item/black_terracotta.json new file mode 100644 index 00000000..341fcffd --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/black_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/black_terracotta" +} diff --git a/1.15.2/assets/minecraft/models/item/black_wool.json b/1.15.2/assets/minecraft/models/item/black_wool.json new file mode 100644 index 00000000..786c753a --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/black_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/black_wool" +} diff --git a/1.15.2/assets/minecraft/models/item/blast_furnace.json b/1.15.2/assets/minecraft/models/item/blast_furnace.json new file mode 100644 index 00000000..d508a48d --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/blast_furnace.json @@ -0,0 +1,3 @@ +{ + "parent": "block/blast_furnace" +} diff --git a/1.15.2/assets/minecraft/models/item/blaze_powder.json b/1.15.2/assets/minecraft/models/item/blaze_powder.json new file mode 100644 index 00000000..5d683347 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/blaze_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/blaze_powder" + } +} diff --git a/1.15.2/assets/minecraft/models/item/blaze_rod.json b/1.15.2/assets/minecraft/models/item/blaze_rod.json new file mode 100644 index 00000000..02d69af2 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/blaze_rod.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/blaze_rod" + } +} diff --git a/1.15.2/assets/minecraft/models/item/blaze_spawn_egg.json b/1.15.2/assets/minecraft/models/item/blaze_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/blaze_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.15.2/assets/minecraft/models/item/blue_banner.json b/1.15.2/assets/minecraft/models/item/blue_banner.json new file mode 100644 index 00000000..9d43dcc2 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/blue_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_banner" +} diff --git a/1.15.2/assets/minecraft/models/item/blue_bed.json b/1.15.2/assets/minecraft/models/item/blue_bed.json new file mode 100644 index 00000000..cf4745a2 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/blue_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "item/template_bed", + "textures": { + "particle": "block/blue_wool" + } +} diff --git a/1.15.2/assets/minecraft/models/item/blue_carpet.json b/1.15.2/assets/minecraft/models/item/blue_carpet.json new file mode 100644 index 00000000..81581f88 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/blue_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/blue_carpet" +} diff --git a/1.15.2/assets/minecraft/models/item/blue_concrete.json b/1.15.2/assets/minecraft/models/item/blue_concrete.json new file mode 100644 index 00000000..a6b6d003 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/blue_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "block/blue_concrete" +} diff --git a/1.15.2/assets/minecraft/models/item/blue_concrete_powder.json b/1.15.2/assets/minecraft/models/item/blue_concrete_powder.json new file mode 100644 index 00000000..360aaba6 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/blue_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "block/blue_concrete_powder" +} diff --git a/1.15.2/assets/minecraft/models/item/blue_dye.json b/1.15.2/assets/minecraft/models/item/blue_dye.json new file mode 100644 index 00000000..b4420e56 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/blue_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/blue_dye" + } +} diff --git a/1.15.2/assets/minecraft/models/item/blue_glazed_terracotta.json b/1.15.2/assets/minecraft/models/item/blue_glazed_terracotta.json new file mode 100644 index 00000000..80005a49 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/blue_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/blue_glazed_terracotta" +} diff --git a/1.15.2/assets/minecraft/models/item/blue_ice.json b/1.15.2/assets/minecraft/models/item/blue_ice.json new file mode 100644 index 00000000..7b8bbdb6 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/blue_ice.json @@ -0,0 +1,3 @@ +{ + "parent": "block/blue_ice" +} diff --git a/1.15.2/assets/minecraft/models/item/blue_orchid.json b/1.15.2/assets/minecraft/models/item/blue_orchid.json new file mode 100644 index 00000000..e5b778bd --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/blue_orchid.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/blue_orchid" + } +} diff --git a/1.15.2/assets/minecraft/models/item/blue_shulker_box.json b/1.15.2/assets/minecraft/models/item/blue_shulker_box.json new file mode 100644 index 00000000..a3cbf51b --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/blue_shulker_box.json @@ -0,0 +1,6 @@ +{ + "parent": "item/template_shulker_box", + "textures": { + "particle": "block/blue_shulker_box" + } +} diff --git a/1.15.2/assets/minecraft/models/item/blue_stained_glass.json b/1.15.2/assets/minecraft/models/item/blue_stained_glass.json new file mode 100644 index 00000000..cb7407d2 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/blue_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/blue_stained_glass" +} diff --git a/1.15.2/assets/minecraft/models/item/blue_stained_glass_pane.json b/1.15.2/assets/minecraft/models/item/blue_stained_glass_pane.json new file mode 100644 index 00000000..74c71bfe --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/blue_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/blue_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/item/blue_terracotta.json b/1.15.2/assets/minecraft/models/item/blue_terracotta.json new file mode 100644 index 00000000..f1a95e2c --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/blue_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/blue_terracotta" +} diff --git a/1.15.2/assets/minecraft/models/item/blue_wool.json b/1.15.2/assets/minecraft/models/item/blue_wool.json new file mode 100644 index 00000000..19e06920 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/blue_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/blue_wool" +} diff --git a/1.15.2/assets/minecraft/models/item/bone.json b/1.15.2/assets/minecraft/models/item/bone.json new file mode 100644 index 00000000..3063401c --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/bone.json @@ -0,0 +1,13 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/bone" + }, + "display": { + "head": { + "rotation": [ 0, 0, -45 ], + "translation": [ 0, -4.5, -6.5], + "scale":[ 1, 1, 1 ] + } + } +} diff --git a/1.15.2/assets/minecraft/models/item/bone_block.json b/1.15.2/assets/minecraft/models/item/bone_block.json new file mode 100644 index 00000000..11a7c3e6 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/bone_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/bone_block" +} diff --git a/1.15.2/assets/minecraft/models/item/bone_meal.json b/1.15.2/assets/minecraft/models/item/bone_meal.json new file mode 100644 index 00000000..a2ce7977 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/bone_meal.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/bone_meal" + } +} diff --git a/1.15.2/assets/minecraft/models/item/book.json b/1.15.2/assets/minecraft/models/item/book.json new file mode 100644 index 00000000..2465717b --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/book.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/book" + } +} diff --git a/1.15.2/assets/minecraft/models/item/bookshelf.json b/1.15.2/assets/minecraft/models/item/bookshelf.json new file mode 100644 index 00000000..102e2029 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/bookshelf.json @@ -0,0 +1,3 @@ +{ + "parent": "block/bookshelf" +} diff --git a/1.15.2/assets/minecraft/models/item/bow.json b/1.15.2/assets/minecraft/models/item/bow.json new file mode 100644 index 00000000..c2128757 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/bow.json @@ -0,0 +1,50 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/bow" + }, + "display": { + "thirdperson_righthand": { + "rotation": [ -80, 260, -40 ], + "translation": [ -1, -2, 2.5 ], + "scale": [ 0.9, 0.9, 0.9 ] + }, + "thirdperson_lefthand": { + "rotation": [ -80, -280, 40 ], + "translation": [ -1, -2, 2.5 ], + "scale": [ 0.9, 0.9, 0.9 ] + }, + "firstperson_righthand": { + "rotation": [ 0, -90, 25 ], + "translation": [ 1.13, 3.2, 1.13], + "scale": [ 0.68, 0.68, 0.68 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, 90, -25 ], + "translation": [ 1.13, 3.2, 1.13], + "scale": [ 0.68, 0.68, 0.68 ] + } + }, + "overrides": [ + { + "predicate": { + "pulling": 1 + }, + "model": "item/bow_pulling_0" + }, + { + "predicate": { + "pulling": 1, + "pull": 0.65 + }, + "model": "item/bow_pulling_1" + }, + { + "predicate": { + "pulling": 1, + "pull": 0.9 + }, + "model": "item/bow_pulling_2" + } + ] +} diff --git a/1.15.2/assets/minecraft/models/item/bow_pulling_0.json b/1.15.2/assets/minecraft/models/item/bow_pulling_0.json new file mode 100644 index 00000000..8a44db20 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/bow_pulling_0.json @@ -0,0 +1,6 @@ +{ + "parent": "item/bow", + "textures": { + "layer0": "item/bow_pulling_0" + } +} diff --git a/1.15.2/assets/minecraft/models/item/bow_pulling_1.json b/1.15.2/assets/minecraft/models/item/bow_pulling_1.json new file mode 100644 index 00000000..5fd94893 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/bow_pulling_1.json @@ -0,0 +1,6 @@ +{ + "parent": "item/bow", + "textures": { + "layer0": "item/bow_pulling_1" + } +} diff --git a/1.15.2/assets/minecraft/models/item/bow_pulling_2.json b/1.15.2/assets/minecraft/models/item/bow_pulling_2.json new file mode 100644 index 00000000..8584d5b3 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/bow_pulling_2.json @@ -0,0 +1,6 @@ +{ + "parent": "item/bow", + "textures": { + "layer0": "item/bow_pulling_2" + } +} diff --git a/1.15.2/assets/minecraft/models/item/bowl.json b/1.15.2/assets/minecraft/models/item/bowl.json new file mode 100644 index 00000000..9c2dc8e3 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/bowl.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/bowl" + } +} diff --git a/1.15.2/assets/minecraft/models/item/brain_coral.json b/1.15.2/assets/minecraft/models/item/brain_coral.json new file mode 100644 index 00000000..55f1fcc0 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/brain_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/brain_coral" + } +} diff --git a/1.15.2/assets/minecraft/models/item/brain_coral_block.json b/1.15.2/assets/minecraft/models/item/brain_coral_block.json new file mode 100644 index 00000000..fcbf2c68 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/brain_coral_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/brain_coral_block" +} diff --git a/1.15.2/assets/minecraft/models/item/brain_coral_fan.json b/1.15.2/assets/minecraft/models/item/brain_coral_fan.json new file mode 100644 index 00000000..cbde27f7 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/brain_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/brain_coral_fan" + } +} diff --git a/1.15.2/assets/minecraft/models/item/brain_coral_wall_fan.json b/1.15.2/assets/minecraft/models/item/brain_coral_wall_fan.json new file mode 100644 index 00000000..cbde27f7 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/brain_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/brain_coral_fan" + } +} diff --git a/1.15.2/assets/minecraft/models/item/bread.json b/1.15.2/assets/minecraft/models/item/bread.json new file mode 100644 index 00000000..8f2bcb32 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/bread.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/bread" + } +} diff --git a/1.15.2/assets/minecraft/models/item/brewing_stand.json b/1.15.2/assets/minecraft/models/item/brewing_stand.json new file mode 100644 index 00000000..e2eb53e2 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/brewing_stand.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/brewing_stand" + } +} diff --git a/1.15.2/assets/minecraft/models/item/brick.json b/1.15.2/assets/minecraft/models/item/brick.json new file mode 100644 index 00000000..4e70a638 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/brick.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/brick" + } +} diff --git a/1.15.2/assets/minecraft/models/item/brick_slab.json b/1.15.2/assets/minecraft/models/item/brick_slab.json new file mode 100644 index 00000000..c9459f68 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/brick_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/brick_slab" +} diff --git a/1.15.2/assets/minecraft/models/item/brick_stairs.json b/1.15.2/assets/minecraft/models/item/brick_stairs.json new file mode 100644 index 00000000..ef796cef --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/brick_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/brick_stairs" +} diff --git a/1.15.2/assets/minecraft/models/item/brick_wall.json b/1.15.2/assets/minecraft/models/item/brick_wall.json new file mode 100644 index 00000000..048fed48 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/brick_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "block/brick_wall_inventory" +} diff --git a/1.15.2/assets/minecraft/models/item/bricks.json b/1.15.2/assets/minecraft/models/item/bricks.json new file mode 100644 index 00000000..dd86f001 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/bricks" +} diff --git a/1.15.2/assets/minecraft/models/item/broken_elytra.json b/1.15.2/assets/minecraft/models/item/broken_elytra.json new file mode 100644 index 00000000..ca77df44 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/broken_elytra.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/broken_elytra" + } +} diff --git a/1.15.2/assets/minecraft/models/item/brown_banner.json b/1.15.2/assets/minecraft/models/item/brown_banner.json new file mode 100644 index 00000000..9d43dcc2 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/brown_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_banner" +} diff --git a/1.15.2/assets/minecraft/models/item/brown_bed.json b/1.15.2/assets/minecraft/models/item/brown_bed.json new file mode 100644 index 00000000..b922cb18 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/brown_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "item/template_bed", + "textures": { + "particle": "block/brown_wool" + } +} diff --git a/1.15.2/assets/minecraft/models/item/brown_carpet.json b/1.15.2/assets/minecraft/models/item/brown_carpet.json new file mode 100644 index 00000000..f286328b --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/brown_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/brown_carpet" +} diff --git a/1.15.2/assets/minecraft/models/item/brown_concrete.json b/1.15.2/assets/minecraft/models/item/brown_concrete.json new file mode 100644 index 00000000..e89859b0 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/brown_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "block/brown_concrete" +} diff --git a/1.15.2/assets/minecraft/models/item/brown_concrete_powder.json b/1.15.2/assets/minecraft/models/item/brown_concrete_powder.json new file mode 100644 index 00000000..ae64c0f5 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/brown_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "block/brown_concrete_powder" +} diff --git a/1.15.2/assets/minecraft/models/item/brown_dye.json b/1.15.2/assets/minecraft/models/item/brown_dye.json new file mode 100644 index 00000000..cee72fb1 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/brown_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/brown_dye" + } +} diff --git a/1.15.2/assets/minecraft/models/item/brown_glazed_terracotta.json b/1.15.2/assets/minecraft/models/item/brown_glazed_terracotta.json new file mode 100644 index 00000000..b0f8bddf --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/brown_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/brown_glazed_terracotta" +} diff --git a/1.15.2/assets/minecraft/models/item/brown_mushroom.json b/1.15.2/assets/minecraft/models/item/brown_mushroom.json new file mode 100644 index 00000000..ab3866db --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/brown_mushroom.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/brown_mushroom" + } +} diff --git a/1.15.2/assets/minecraft/models/item/brown_mushroom_block.json b/1.15.2/assets/minecraft/models/item/brown_mushroom_block.json new file mode 100644 index 00000000..4decfb31 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/brown_mushroom_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/brown_mushroom_block_inventory" +} diff --git a/1.15.2/assets/minecraft/models/item/brown_shulker_box.json b/1.15.2/assets/minecraft/models/item/brown_shulker_box.json new file mode 100644 index 00000000..536ddbee --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/brown_shulker_box.json @@ -0,0 +1,6 @@ +{ + "parent": "item/template_shulker_box", + "textures": { + "particle": "block/brown_shulker_box" + } +} diff --git a/1.15.2/assets/minecraft/models/item/brown_stained_glass.json b/1.15.2/assets/minecraft/models/item/brown_stained_glass.json new file mode 100644 index 00000000..e421bace --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/brown_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/brown_stained_glass" +} diff --git a/1.15.2/assets/minecraft/models/item/brown_stained_glass_pane.json b/1.15.2/assets/minecraft/models/item/brown_stained_glass_pane.json new file mode 100644 index 00000000..88f5f11d --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/brown_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/brown_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/item/brown_terracotta.json b/1.15.2/assets/minecraft/models/item/brown_terracotta.json new file mode 100644 index 00000000..ff2753ae --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/brown_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/brown_terracotta" +} diff --git a/1.15.2/assets/minecraft/models/item/brown_wool.json b/1.15.2/assets/minecraft/models/item/brown_wool.json new file mode 100644 index 00000000..7842c8fb --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/brown_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/brown_wool" +} diff --git a/1.15.2/assets/minecraft/models/item/bubble_coral.json b/1.15.2/assets/minecraft/models/item/bubble_coral.json new file mode 100644 index 00000000..e790d3e5 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/bubble_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/bubble_coral" + } +} diff --git a/1.15.2/assets/minecraft/models/item/bubble_coral_block.json b/1.15.2/assets/minecraft/models/item/bubble_coral_block.json new file mode 100644 index 00000000..8a19f03a --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/bubble_coral_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/bubble_coral_block" +} diff --git a/1.15.2/assets/minecraft/models/item/bubble_coral_fan.json b/1.15.2/assets/minecraft/models/item/bubble_coral_fan.json new file mode 100644 index 00000000..5efa40e9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/bubble_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/bubble_coral_fan" + } +} diff --git a/1.15.2/assets/minecraft/models/item/bubble_coral_wall_fan.json b/1.15.2/assets/minecraft/models/item/bubble_coral_wall_fan.json new file mode 100644 index 00000000..5efa40e9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/bubble_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/bubble_coral_fan" + } +} diff --git a/1.15.2/assets/minecraft/models/item/bucket.json b/1.15.2/assets/minecraft/models/item/bucket.json new file mode 100644 index 00000000..aaa0fb44 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/bucket.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/bucket" + } +} diff --git a/1.15.2/assets/minecraft/models/item/cactus.json b/1.15.2/assets/minecraft/models/item/cactus.json new file mode 100644 index 00000000..1e95f2d1 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/cactus.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cactus" +} diff --git a/1.15.2/assets/minecraft/models/item/cake.json b/1.15.2/assets/minecraft/models/item/cake.json new file mode 100644 index 00000000..3e51d676 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/cake.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/cake" + } +} diff --git a/1.15.2/assets/minecraft/models/item/campfire.json b/1.15.2/assets/minecraft/models/item/campfire.json new file mode 100644 index 00000000..99591266 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/campfire.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/campfire" + } +} diff --git a/1.15.2/assets/minecraft/models/item/carrot.json b/1.15.2/assets/minecraft/models/item/carrot.json new file mode 100644 index 00000000..2b3bdcdd --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/carrot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/carrot" + } +} diff --git a/1.15.2/assets/minecraft/models/item/carrot_on_a_stick.json b/1.15.2/assets/minecraft/models/item/carrot_on_a_stick.json new file mode 100644 index 00000000..a3185bd5 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/carrot_on_a_stick.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld_rod", + "textures": { + "layer0": "item/carrot_on_a_stick" + } +} diff --git a/1.15.2/assets/minecraft/models/item/cartography_table.json b/1.15.2/assets/minecraft/models/item/cartography_table.json new file mode 100644 index 00000000..d492e794 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/cartography_table.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cartography_table" +} diff --git a/1.15.2/assets/minecraft/models/item/carved_pumpkin.json b/1.15.2/assets/minecraft/models/item/carved_pumpkin.json new file mode 100644 index 00000000..4dadd353 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/carved_pumpkin.json @@ -0,0 +1,3 @@ +{ + "parent": "block/carved_pumpkin" +} diff --git a/1.15.2/assets/minecraft/models/item/cat_spawn_egg.json b/1.15.2/assets/minecraft/models/item/cat_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/cat_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.15.2/assets/minecraft/models/item/cauldron.json b/1.15.2/assets/minecraft/models/item/cauldron.json new file mode 100644 index 00000000..7f9222f2 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/cauldron.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/cauldron" + } +} diff --git a/1.15.2/assets/minecraft/models/item/cave_spider_spawn_egg.json b/1.15.2/assets/minecraft/models/item/cave_spider_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/cave_spider_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.15.2/assets/minecraft/models/item/chain_command_block.json b/1.15.2/assets/minecraft/models/item/chain_command_block.json new file mode 100644 index 00000000..f151ef14 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/chain_command_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/chain_command_block" +} diff --git a/1.15.2/assets/minecraft/models/item/chainmail_boots.json b/1.15.2/assets/minecraft/models/item/chainmail_boots.json new file mode 100644 index 00000000..68d4b95c --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/chainmail_boots.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/chainmail_boots" + } +} diff --git a/1.15.2/assets/minecraft/models/item/chainmail_chestplate.json b/1.15.2/assets/minecraft/models/item/chainmail_chestplate.json new file mode 100644 index 00000000..4f94ae17 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/chainmail_chestplate.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/chainmail_chestplate" + } +} diff --git a/1.15.2/assets/minecraft/models/item/chainmail_helmet.json b/1.15.2/assets/minecraft/models/item/chainmail_helmet.json new file mode 100644 index 00000000..c0ae054d --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/chainmail_helmet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/chainmail_helmet" + } +} diff --git a/1.15.2/assets/minecraft/models/item/chainmail_leggings.json b/1.15.2/assets/minecraft/models/item/chainmail_leggings.json new file mode 100644 index 00000000..9c7e41f2 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/chainmail_leggings.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/chainmail_leggings" + } +} diff --git a/1.15.2/assets/minecraft/models/item/charcoal.json b/1.15.2/assets/minecraft/models/item/charcoal.json new file mode 100644 index 00000000..75dd3c17 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/charcoal.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/charcoal" + } +} diff --git a/1.15.2/assets/minecraft/models/item/chest.json b/1.15.2/assets/minecraft/models/item/chest.json new file mode 100644 index 00000000..cdfd5488 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/chest.json @@ -0,0 +1,38 @@ +{ + "parent": "builtin/entity", + "textures": { + "particle": "block/oak_planks" + }, + "display": { + "gui": { + "rotation": [ 30, 45, 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 ] + }, + "head": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 1, 1, 1] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 0.5, 0.5, 0.5 ] + }, + "thirdperson_righthand": { + "rotation": [ 75, 315, 0 ], + "translation": [ 0, 2.5, 0], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 315, 0 ], + "translation": [ 0, 0, 0], + "scale": [ 0.4, 0.4, 0.4 ] + } + } +} diff --git a/1.15.2/assets/minecraft/models/item/chest_minecart.json b/1.15.2/assets/minecraft/models/item/chest_minecart.json new file mode 100644 index 00000000..2673b4ba --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/chest_minecart.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/chest_minecart" + } +} diff --git a/1.15.2/assets/minecraft/models/item/chicken.json b/1.15.2/assets/minecraft/models/item/chicken.json new file mode 100644 index 00000000..2a8faa6f --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/chicken.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/chicken" + } +} diff --git a/1.15.2/assets/minecraft/models/item/chicken_spawn_egg.json b/1.15.2/assets/minecraft/models/item/chicken_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/chicken_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.15.2/assets/minecraft/models/item/chipped_anvil.json b/1.15.2/assets/minecraft/models/item/chipped_anvil.json new file mode 100644 index 00000000..49a979c1 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/chipped_anvil.json @@ -0,0 +1,3 @@ +{ + "parent": "block/chipped_anvil" +} diff --git a/1.15.2/assets/minecraft/models/item/chiseled_quartz_block.json b/1.15.2/assets/minecraft/models/item/chiseled_quartz_block.json new file mode 100644 index 00000000..fb2133b8 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/chiseled_quartz_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/chiseled_quartz_block" +} diff --git a/1.15.2/assets/minecraft/models/item/chiseled_red_sandstone.json b/1.15.2/assets/minecraft/models/item/chiseled_red_sandstone.json new file mode 100644 index 00000000..5aa7afc9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/chiseled_red_sandstone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/chiseled_red_sandstone" +} diff --git a/1.15.2/assets/minecraft/models/item/chiseled_sandstone.json b/1.15.2/assets/minecraft/models/item/chiseled_sandstone.json new file mode 100644 index 00000000..26569b20 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/chiseled_sandstone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/chiseled_sandstone" +} diff --git a/1.15.2/assets/minecraft/models/item/chiseled_stone_bricks.json b/1.15.2/assets/minecraft/models/item/chiseled_stone_bricks.json new file mode 100644 index 00000000..6dbc5cbe --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/chiseled_stone_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/chiseled_stone_bricks" +} diff --git a/1.15.2/assets/minecraft/models/item/chorus_flower.json b/1.15.2/assets/minecraft/models/item/chorus_flower.json new file mode 100644 index 00000000..5c621b09 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/chorus_flower.json @@ -0,0 +1,3 @@ +{ + "parent": "block/chorus_flower" +} diff --git a/1.15.2/assets/minecraft/models/item/chorus_fruit.json b/1.15.2/assets/minecraft/models/item/chorus_fruit.json new file mode 100644 index 00000000..1bd04c37 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/chorus_fruit.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/chorus_fruit" + } +} diff --git a/1.15.2/assets/minecraft/models/item/chorus_plant.json b/1.15.2/assets/minecraft/models/item/chorus_plant.json new file mode 100644 index 00000000..201329f7 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/chorus_plant.json @@ -0,0 +1,3 @@ +{ + "parent": "block/chorus_plant" +} diff --git a/1.15.2/assets/minecraft/models/item/clay.json b/1.15.2/assets/minecraft/models/item/clay.json new file mode 100644 index 00000000..329c9863 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/clay" +} diff --git a/1.15.2/assets/minecraft/models/item/clay_ball.json b/1.15.2/assets/minecraft/models/item/clay_ball.json new file mode 100644 index 00000000..d7f77349 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/clay_ball.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clay_ball" + } +} diff --git a/1.15.2/assets/minecraft/models/item/clock.json b/1.15.2/assets/minecraft/models/item/clock.json new file mode 100644 index 00000000..407b8aa7 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/clock.json @@ -0,0 +1,73 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_00" + }, + "overrides": [ + { "predicate": { "time": 0.0000000 }, "model": "item/clock" }, + { "predicate": { "time": 0.0078125 }, "model": "item/clock_01" }, + { "predicate": { "time": 0.0234375 }, "model": "item/clock_02" }, + { "predicate": { "time": 0.0390625 }, "model": "item/clock_03" }, + { "predicate": { "time": 0.0546875 }, "model": "item/clock_04" }, + { "predicate": { "time": 0.0703125 }, "model": "item/clock_05" }, + { "predicate": { "time": 0.0859375 }, "model": "item/clock_06" }, + { "predicate": { "time": 0.1015625 }, "model": "item/clock_07" }, + { "predicate": { "time": 0.1171875 }, "model": "item/clock_08" }, + { "predicate": { "time": 0.1328125 }, "model": "item/clock_09" }, + { "predicate": { "time": 0.1484375 }, "model": "item/clock_10" }, + { "predicate": { "time": 0.1640625 }, "model": "item/clock_11" }, + { "predicate": { "time": 0.1796875 }, "model": "item/clock_12" }, + { "predicate": { "time": 0.1953125 }, "model": "item/clock_13" }, + { "predicate": { "time": 0.2109375 }, "model": "item/clock_14" }, + { "predicate": { "time": 0.2265625 }, "model": "item/clock_15" }, + { "predicate": { "time": 0.2421875 }, "model": "item/clock_16" }, + { "predicate": { "time": 0.2578125 }, "model": "item/clock_17" }, + { "predicate": { "time": 0.2734375 }, "model": "item/clock_18" }, + { "predicate": { "time": 0.2890625 }, "model": "item/clock_19" }, + { "predicate": { "time": 0.3046875 }, "model": "item/clock_20" }, + { "predicate": { "time": 0.3203125 }, "model": "item/clock_21" }, + { "predicate": { "time": 0.3359375 }, "model": "item/clock_22" }, + { "predicate": { "time": 0.3515625 }, "model": "item/clock_23" }, + { "predicate": { "time": 0.3671875 }, "model": "item/clock_24" }, + { "predicate": { "time": 0.3828125 }, "model": "item/clock_25" }, + { "predicate": { "time": 0.3984375 }, "model": "item/clock_26" }, + { "predicate": { "time": 0.4140625 }, "model": "item/clock_27" }, + { "predicate": { "time": 0.4296875 }, "model": "item/clock_28" }, + { "predicate": { "time": 0.4453125 }, "model": "item/clock_29" }, + { "predicate": { "time": 0.4609375 }, "model": "item/clock_30" }, + { "predicate": { "time": 0.4765625 }, "model": "item/clock_31" }, + { "predicate": { "time": 0.4921875 }, "model": "item/clock_32" }, + { "predicate": { "time": 0.5078125 }, "model": "item/clock_33" }, + { "predicate": { "time": 0.5234375 }, "model": "item/clock_34" }, + { "predicate": { "time": 0.5390625 }, "model": "item/clock_35" }, + { "predicate": { "time": 0.5546875 }, "model": "item/clock_36" }, + { "predicate": { "time": 0.5703125 }, "model": "item/clock_37" }, + { "predicate": { "time": 0.5859375 }, "model": "item/clock_38" }, + { "predicate": { "time": 0.6015625 }, "model": "item/clock_39" }, + { "predicate": { "time": 0.6171875 }, "model": "item/clock_40" }, + { "predicate": { "time": 0.6328125 }, "model": "item/clock_41" }, + { "predicate": { "time": 0.6484375 }, "model": "item/clock_42" }, + { "predicate": { "time": 0.6640625 }, "model": "item/clock_43" }, + { "predicate": { "time": 0.6796875 }, "model": "item/clock_44" }, + { "predicate": { "time": 0.6953125 }, "model": "item/clock_45" }, + { "predicate": { "time": 0.7109375 }, "model": "item/clock_46" }, + { "predicate": { "time": 0.7265625 }, "model": "item/clock_47" }, + { "predicate": { "time": 0.7421875 }, "model": "item/clock_48" }, + { "predicate": { "time": 0.7578125 }, "model": "item/clock_49" }, + { "predicate": { "time": 0.7734375 }, "model": "item/clock_50" }, + { "predicate": { "time": 0.7890625 }, "model": "item/clock_51" }, + { "predicate": { "time": 0.8046875 }, "model": "item/clock_52" }, + { "predicate": { "time": 0.8203125 }, "model": "item/clock_53" }, + { "predicate": { "time": 0.8359375 }, "model": "item/clock_54" }, + { "predicate": { "time": 0.8515625 }, "model": "item/clock_55" }, + { "predicate": { "time": 0.8671875 }, "model": "item/clock_56" }, + { "predicate": { "time": 0.8828125 }, "model": "item/clock_57" }, + { "predicate": { "time": 0.8984375 }, "model": "item/clock_58" }, + { "predicate": { "time": 0.9140625 }, "model": "item/clock_59" }, + { "predicate": { "time": 0.9296875 }, "model": "item/clock_60" }, + { "predicate": { "time": 0.9453125 }, "model": "item/clock_61" }, + { "predicate": { "time": 0.9609375 }, "model": "item/clock_62" }, + { "predicate": { "time": 0.9765625 }, "model": "item/clock_63" }, + { "predicate": { "time": 0.9921875 }, "model": "item/clock" } + ] +} diff --git a/1.15.2/assets/minecraft/models/item/clock_01.json b/1.15.2/assets/minecraft/models/item/clock_01.json new file mode 100644 index 00000000..bea4d46c --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/clock_01.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_01" + } +} diff --git a/1.15.2/assets/minecraft/models/item/clock_02.json b/1.15.2/assets/minecraft/models/item/clock_02.json new file mode 100644 index 00000000..d226ffa9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/clock_02.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_02" + } +} diff --git a/1.15.2/assets/minecraft/models/item/clock_03.json b/1.15.2/assets/minecraft/models/item/clock_03.json new file mode 100644 index 00000000..1ef408c6 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/clock_03.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_03" + } +} diff --git a/1.15.2/assets/minecraft/models/item/clock_04.json b/1.15.2/assets/minecraft/models/item/clock_04.json new file mode 100644 index 00000000..42bc74fb --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/clock_04.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_04" + } +} diff --git a/1.15.2/assets/minecraft/models/item/clock_05.json b/1.15.2/assets/minecraft/models/item/clock_05.json new file mode 100644 index 00000000..aeea3dc4 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/clock_05.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_05" + } +} diff --git a/1.15.2/assets/minecraft/models/item/clock_06.json b/1.15.2/assets/minecraft/models/item/clock_06.json new file mode 100644 index 00000000..9412d58d --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/clock_06.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_06" + } +} diff --git a/1.15.2/assets/minecraft/models/item/clock_07.json b/1.15.2/assets/minecraft/models/item/clock_07.json new file mode 100644 index 00000000..86819e91 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/clock_07.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_07" + } +} diff --git a/1.15.2/assets/minecraft/models/item/clock_08.json b/1.15.2/assets/minecraft/models/item/clock_08.json new file mode 100644 index 00000000..01221e52 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/clock_08.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_08" + } +} diff --git a/1.15.2/assets/minecraft/models/item/clock_09.json b/1.15.2/assets/minecraft/models/item/clock_09.json new file mode 100644 index 00000000..f4e8a04d --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/clock_09.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_09" + } +} diff --git a/1.15.2/assets/minecraft/models/item/clock_10.json b/1.15.2/assets/minecraft/models/item/clock_10.json new file mode 100644 index 00000000..aa099672 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/clock_10.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_10" + } +} diff --git a/1.15.2/assets/minecraft/models/item/clock_11.json b/1.15.2/assets/minecraft/models/item/clock_11.json new file mode 100644 index 00000000..f903bad1 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/clock_11.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_11" + } +} diff --git a/1.15.2/assets/minecraft/models/item/clock_12.json b/1.15.2/assets/minecraft/models/item/clock_12.json new file mode 100644 index 00000000..bcd160c7 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/clock_12.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_12" + } +} diff --git a/1.15.2/assets/minecraft/models/item/clock_13.json b/1.15.2/assets/minecraft/models/item/clock_13.json new file mode 100644 index 00000000..a30832fe --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/clock_13.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_13" + } +} diff --git a/1.15.2/assets/minecraft/models/item/clock_14.json b/1.15.2/assets/minecraft/models/item/clock_14.json new file mode 100644 index 00000000..45f152cf --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/clock_14.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_14" + } +} diff --git a/1.15.2/assets/minecraft/models/item/clock_15.json b/1.15.2/assets/minecraft/models/item/clock_15.json new file mode 100644 index 00000000..2497ca19 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/clock_15.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_15" + } +} diff --git a/1.15.2/assets/minecraft/models/item/clock_16.json b/1.15.2/assets/minecraft/models/item/clock_16.json new file mode 100644 index 00000000..4fa87c22 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/clock_16.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_16" + } +} diff --git a/1.15.2/assets/minecraft/models/item/clock_17.json b/1.15.2/assets/minecraft/models/item/clock_17.json new file mode 100644 index 00000000..483b47e8 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/clock_17.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_17" + } +} diff --git a/1.15.2/assets/minecraft/models/item/clock_18.json b/1.15.2/assets/minecraft/models/item/clock_18.json new file mode 100644 index 00000000..67298f61 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/clock_18.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_18" + } +} diff --git a/1.15.2/assets/minecraft/models/item/clock_19.json b/1.15.2/assets/minecraft/models/item/clock_19.json new file mode 100644 index 00000000..65ec85ac --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/clock_19.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_19" + } +} diff --git a/1.15.2/assets/minecraft/models/item/clock_20.json b/1.15.2/assets/minecraft/models/item/clock_20.json new file mode 100644 index 00000000..68149968 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/clock_20.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_20" + } +} diff --git a/1.15.2/assets/minecraft/models/item/clock_21.json b/1.15.2/assets/minecraft/models/item/clock_21.json new file mode 100644 index 00000000..2bffe045 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/clock_21.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_21" + } +} diff --git a/1.15.2/assets/minecraft/models/item/clock_22.json b/1.15.2/assets/minecraft/models/item/clock_22.json new file mode 100644 index 00000000..d25694c4 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/clock_22.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_22" + } +} diff --git a/1.15.2/assets/minecraft/models/item/clock_23.json b/1.15.2/assets/minecraft/models/item/clock_23.json new file mode 100644 index 00000000..632095d3 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/clock_23.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_23" + } +} diff --git a/1.15.2/assets/minecraft/models/item/clock_24.json b/1.15.2/assets/minecraft/models/item/clock_24.json new file mode 100644 index 00000000..46495203 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/clock_24.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_24" + } +} diff --git a/1.15.2/assets/minecraft/models/item/clock_25.json b/1.15.2/assets/minecraft/models/item/clock_25.json new file mode 100644 index 00000000..433bd94b --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/clock_25.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_25" + } +} diff --git a/1.15.2/assets/minecraft/models/item/clock_26.json b/1.15.2/assets/minecraft/models/item/clock_26.json new file mode 100644 index 00000000..e6f5084a --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/clock_26.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_26" + } +} diff --git a/1.15.2/assets/minecraft/models/item/clock_27.json b/1.15.2/assets/minecraft/models/item/clock_27.json new file mode 100644 index 00000000..d8bc288a --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/clock_27.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_27" + } +} diff --git a/1.15.2/assets/minecraft/models/item/clock_28.json b/1.15.2/assets/minecraft/models/item/clock_28.json new file mode 100644 index 00000000..865c7ae4 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/clock_28.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_28" + } +} diff --git a/1.15.2/assets/minecraft/models/item/clock_29.json b/1.15.2/assets/minecraft/models/item/clock_29.json new file mode 100644 index 00000000..ecf1cd9b --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/clock_29.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_29" + } +} diff --git a/1.15.2/assets/minecraft/models/item/clock_30.json b/1.15.2/assets/minecraft/models/item/clock_30.json new file mode 100644 index 00000000..406ef475 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/clock_30.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_30" + } +} diff --git a/1.15.2/assets/minecraft/models/item/clock_31.json b/1.15.2/assets/minecraft/models/item/clock_31.json new file mode 100644 index 00000000..e5b1840d --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/clock_31.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_31" + } +} diff --git a/1.15.2/assets/minecraft/models/item/clock_32.json b/1.15.2/assets/minecraft/models/item/clock_32.json new file mode 100644 index 00000000..3183196b --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/clock_32.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_32" + } +} diff --git a/1.15.2/assets/minecraft/models/item/clock_33.json b/1.15.2/assets/minecraft/models/item/clock_33.json new file mode 100644 index 00000000..69ce7949 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/clock_33.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_33" + } +} diff --git a/1.15.2/assets/minecraft/models/item/clock_34.json b/1.15.2/assets/minecraft/models/item/clock_34.json new file mode 100644 index 00000000..8a366325 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/clock_34.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_34" + } +} diff --git a/1.15.2/assets/minecraft/models/item/clock_35.json b/1.15.2/assets/minecraft/models/item/clock_35.json new file mode 100644 index 00000000..b566bd6f --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/clock_35.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_35" + } +} diff --git a/1.15.2/assets/minecraft/models/item/clock_36.json b/1.15.2/assets/minecraft/models/item/clock_36.json new file mode 100644 index 00000000..b594807b --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/clock_36.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_36" + } +} diff --git a/1.15.2/assets/minecraft/models/item/clock_37.json b/1.15.2/assets/minecraft/models/item/clock_37.json new file mode 100644 index 00000000..56ded5be --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/clock_37.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_37" + } +} diff --git a/1.15.2/assets/minecraft/models/item/clock_38.json b/1.15.2/assets/minecraft/models/item/clock_38.json new file mode 100644 index 00000000..fafa084f --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/clock_38.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_38" + } +} diff --git a/1.15.2/assets/minecraft/models/item/clock_39.json b/1.15.2/assets/minecraft/models/item/clock_39.json new file mode 100644 index 00000000..82ceea06 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/clock_39.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_39" + } +} diff --git a/1.15.2/assets/minecraft/models/item/clock_40.json b/1.15.2/assets/minecraft/models/item/clock_40.json new file mode 100644 index 00000000..a465a62d --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/clock_40.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_40" + } +} diff --git a/1.15.2/assets/minecraft/models/item/clock_41.json b/1.15.2/assets/minecraft/models/item/clock_41.json new file mode 100644 index 00000000..688b7ecf --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/clock_41.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_41" + } +} diff --git a/1.15.2/assets/minecraft/models/item/clock_42.json b/1.15.2/assets/minecraft/models/item/clock_42.json new file mode 100644 index 00000000..960149fe --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/clock_42.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_42" + } +} diff --git a/1.15.2/assets/minecraft/models/item/clock_43.json b/1.15.2/assets/minecraft/models/item/clock_43.json new file mode 100644 index 00000000..c9e5bbb1 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/clock_43.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_43" + } +} diff --git a/1.15.2/assets/minecraft/models/item/clock_44.json b/1.15.2/assets/minecraft/models/item/clock_44.json new file mode 100644 index 00000000..bbb653a3 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/clock_44.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_44" + } +} diff --git a/1.15.2/assets/minecraft/models/item/clock_45.json b/1.15.2/assets/minecraft/models/item/clock_45.json new file mode 100644 index 00000000..e8bfc545 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/clock_45.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_45" + } +} diff --git a/1.15.2/assets/minecraft/models/item/clock_46.json b/1.15.2/assets/minecraft/models/item/clock_46.json new file mode 100644 index 00000000..a8dca3ca --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/clock_46.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_46" + } +} diff --git a/1.15.2/assets/minecraft/models/item/clock_47.json b/1.15.2/assets/minecraft/models/item/clock_47.json new file mode 100644 index 00000000..15a69e90 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/clock_47.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_47" + } +} diff --git a/1.15.2/assets/minecraft/models/item/clock_48.json b/1.15.2/assets/minecraft/models/item/clock_48.json new file mode 100644 index 00000000..4b319c17 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/clock_48.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_48" + } +} diff --git a/1.15.2/assets/minecraft/models/item/clock_49.json b/1.15.2/assets/minecraft/models/item/clock_49.json new file mode 100644 index 00000000..0f0d58fa --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/clock_49.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_49" + } +} diff --git a/1.15.2/assets/minecraft/models/item/clock_50.json b/1.15.2/assets/minecraft/models/item/clock_50.json new file mode 100644 index 00000000..d4508899 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/clock_50.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_50" + } +} diff --git a/1.15.2/assets/minecraft/models/item/clock_51.json b/1.15.2/assets/minecraft/models/item/clock_51.json new file mode 100644 index 00000000..dbd26aaa --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/clock_51.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_51" + } +} diff --git a/1.15.2/assets/minecraft/models/item/clock_52.json b/1.15.2/assets/minecraft/models/item/clock_52.json new file mode 100644 index 00000000..9ba3630e --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/clock_52.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_52" + } +} diff --git a/1.15.2/assets/minecraft/models/item/clock_53.json b/1.15.2/assets/minecraft/models/item/clock_53.json new file mode 100644 index 00000000..73ce21ea --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/clock_53.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_53" + } +} diff --git a/1.15.2/assets/minecraft/models/item/clock_54.json b/1.15.2/assets/minecraft/models/item/clock_54.json new file mode 100644 index 00000000..87f921f9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/clock_54.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_54" + } +} diff --git a/1.15.2/assets/minecraft/models/item/clock_55.json b/1.15.2/assets/minecraft/models/item/clock_55.json new file mode 100644 index 00000000..930d167e --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/clock_55.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_55" + } +} diff --git a/1.15.2/assets/minecraft/models/item/clock_56.json b/1.15.2/assets/minecraft/models/item/clock_56.json new file mode 100644 index 00000000..3e35ee03 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/clock_56.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_56" + } +} diff --git a/1.15.2/assets/minecraft/models/item/clock_57.json b/1.15.2/assets/minecraft/models/item/clock_57.json new file mode 100644 index 00000000..05fc47f0 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/clock_57.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_57" + } +} diff --git a/1.15.2/assets/minecraft/models/item/clock_58.json b/1.15.2/assets/minecraft/models/item/clock_58.json new file mode 100644 index 00000000..f77db286 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/clock_58.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_58" + } +} diff --git a/1.15.2/assets/minecraft/models/item/clock_59.json b/1.15.2/assets/minecraft/models/item/clock_59.json new file mode 100644 index 00000000..f5821df3 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/clock_59.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_59" + } +} diff --git a/1.15.2/assets/minecraft/models/item/clock_60.json b/1.15.2/assets/minecraft/models/item/clock_60.json new file mode 100644 index 00000000..c54f2ef8 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/clock_60.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_60" + } +} diff --git a/1.15.2/assets/minecraft/models/item/clock_61.json b/1.15.2/assets/minecraft/models/item/clock_61.json new file mode 100644 index 00000000..ed28b6cf --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/clock_61.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_61" + } +} diff --git a/1.15.2/assets/minecraft/models/item/clock_62.json b/1.15.2/assets/minecraft/models/item/clock_62.json new file mode 100644 index 00000000..d49ac7b2 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/clock_62.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_62" + } +} diff --git a/1.15.2/assets/minecraft/models/item/clock_63.json b/1.15.2/assets/minecraft/models/item/clock_63.json new file mode 100644 index 00000000..e0bb1a60 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/clock_63.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_63" + } +} diff --git a/1.15.2/assets/minecraft/models/item/coal.json b/1.15.2/assets/minecraft/models/item/coal.json new file mode 100644 index 00000000..867ea669 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/coal.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/coal" + } +} diff --git a/1.15.2/assets/minecraft/models/item/coal_block.json b/1.15.2/assets/minecraft/models/item/coal_block.json new file mode 100644 index 00000000..3cb75fe3 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/coal_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/coal_block" +} diff --git a/1.15.2/assets/minecraft/models/item/coal_ore.json b/1.15.2/assets/minecraft/models/item/coal_ore.json new file mode 100644 index 00000000..cd432080 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/coal_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "block/coal_ore" +} diff --git a/1.15.2/assets/minecraft/models/item/coarse_dirt.json b/1.15.2/assets/minecraft/models/item/coarse_dirt.json new file mode 100644 index 00000000..0b0b7b28 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/coarse_dirt.json @@ -0,0 +1,3 @@ +{ + "parent": "block/coarse_dirt" +} diff --git a/1.15.2/assets/minecraft/models/item/cobblestone.json b/1.15.2/assets/minecraft/models/item/cobblestone.json new file mode 100644 index 00000000..6e8e19e4 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/cobblestone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cobblestone" +} diff --git a/1.15.2/assets/minecraft/models/item/cobblestone_slab.json b/1.15.2/assets/minecraft/models/item/cobblestone_slab.json new file mode 100644 index 00000000..1729b3c5 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/cobblestone_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cobblestone_slab" +} diff --git a/1.15.2/assets/minecraft/models/item/cobblestone_stairs.json b/1.15.2/assets/minecraft/models/item/cobblestone_stairs.json new file mode 100644 index 00000000..c552ba91 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/cobblestone_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cobblestone_stairs" +} diff --git a/1.15.2/assets/minecraft/models/item/cobblestone_wall.json b/1.15.2/assets/minecraft/models/item/cobblestone_wall.json new file mode 100644 index 00000000..b9c6439e --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/cobblestone_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cobblestone_wall_inventory" +} diff --git a/1.15.2/assets/minecraft/models/item/cobweb.json b/1.15.2/assets/minecraft/models/item/cobweb.json new file mode 100644 index 00000000..52c52d45 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/cobweb.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/cobweb" + } +} diff --git a/1.15.2/assets/minecraft/models/item/cocoa_beans.json b/1.15.2/assets/minecraft/models/item/cocoa_beans.json new file mode 100644 index 00000000..57ed3248 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/cocoa_beans.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/cocoa_beans" + } +} diff --git a/1.15.2/assets/minecraft/models/item/cod.json b/1.15.2/assets/minecraft/models/item/cod.json new file mode 100644 index 00000000..a36ba0c8 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/cod.json @@ -0,0 +1,13 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/cod" + }, + "display": { + "head": { + "rotation": [ 0, 90, -60 ], + "translation": [ -7, -4, -7], + "scale":[ 0.8, 0.8, 0.8] + } + } +} diff --git a/1.15.2/assets/minecraft/models/item/cod_bucket.json b/1.15.2/assets/minecraft/models/item/cod_bucket.json new file mode 100644 index 00000000..b8e2790e --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/cod_bucket.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/cod_bucket" + } +} diff --git a/1.15.2/assets/minecraft/models/item/cod_spawn_egg.json b/1.15.2/assets/minecraft/models/item/cod_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/cod_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.15.2/assets/minecraft/models/item/command_block.json b/1.15.2/assets/minecraft/models/item/command_block.json new file mode 100644 index 00000000..5be8460d --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/command_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/command_block" +} diff --git a/1.15.2/assets/minecraft/models/item/command_block_minecart.json b/1.15.2/assets/minecraft/models/item/command_block_minecart.json new file mode 100644 index 00000000..6043e652 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/command_block_minecart.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/command_block_minecart" + } +} diff --git a/1.15.2/assets/minecraft/models/item/comparator.json b/1.15.2/assets/minecraft/models/item/comparator.json new file mode 100644 index 00000000..ee5450b4 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/comparator.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/comparator" + } +} diff --git a/1.15.2/assets/minecraft/models/item/compass.json b/1.15.2/assets/minecraft/models/item/compass.json new file mode 100644 index 00000000..ec66bb16 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/compass.json @@ -0,0 +1,41 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_16" + }, + "overrides": [ + { "predicate": { "angle": 0.000000 }, "model": "item/compass" }, + { "predicate": { "angle": 0.015625 }, "model": "item/compass_17" }, + { "predicate": { "angle": 0.046875 }, "model": "item/compass_18" }, + { "predicate": { "angle": 0.078125 }, "model": "item/compass_19" }, + { "predicate": { "angle": 0.109375 }, "model": "item/compass_20" }, + { "predicate": { "angle": 0.140625 }, "model": "item/compass_21" }, + { "predicate": { "angle": 0.171875 }, "model": "item/compass_22" }, + { "predicate": { "angle": 0.203125 }, "model": "item/compass_23" }, + { "predicate": { "angle": 0.234375 }, "model": "item/compass_24" }, + { "predicate": { "angle": 0.265625 }, "model": "item/compass_25" }, + { "predicate": { "angle": 0.296875 }, "model": "item/compass_26" }, + { "predicate": { "angle": 0.328125 }, "model": "item/compass_27" }, + { "predicate": { "angle": 0.359375 }, "model": "item/compass_28" }, + { "predicate": { "angle": 0.390625 }, "model": "item/compass_29" }, + { "predicate": { "angle": 0.421875 }, "model": "item/compass_30" }, + { "predicate": { "angle": 0.453125 }, "model": "item/compass_31" }, + { "predicate": { "angle": 0.484375 }, "model": "item/compass_00" }, + { "predicate": { "angle": 0.515625 }, "model": "item/compass_01" }, + { "predicate": { "angle": 0.546875 }, "model": "item/compass_02" }, + { "predicate": { "angle": 0.578125 }, "model": "item/compass_03" }, + { "predicate": { "angle": 0.609375 }, "model": "item/compass_04" }, + { "predicate": { "angle": 0.640625 }, "model": "item/compass_05" }, + { "predicate": { "angle": 0.671875 }, "model": "item/compass_06" }, + { "predicate": { "angle": 0.703125 }, "model": "item/compass_07" }, + { "predicate": { "angle": 0.734375 }, "model": "item/compass_08" }, + { "predicate": { "angle": 0.765625 }, "model": "item/compass_09" }, + { "predicate": { "angle": 0.796875 }, "model": "item/compass_10" }, + { "predicate": { "angle": 0.828125 }, "model": "item/compass_11" }, + { "predicate": { "angle": 0.859375 }, "model": "item/compass_12" }, + { "predicate": { "angle": 0.890625 }, "model": "item/compass_13" }, + { "predicate": { "angle": 0.921875 }, "model": "item/compass_14" }, + { "predicate": { "angle": 0.953125 }, "model": "item/compass_15" }, + { "predicate": { "angle": 0.984375 }, "model": "item/compass" } + ] +} diff --git a/1.15.2/assets/minecraft/models/item/compass_00.json b/1.15.2/assets/minecraft/models/item/compass_00.json new file mode 100644 index 00000000..dd96da23 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/compass_00.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_00" + } +} diff --git a/1.15.2/assets/minecraft/models/item/compass_01.json b/1.15.2/assets/minecraft/models/item/compass_01.json new file mode 100644 index 00000000..d6793ce1 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/compass_01.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_01" + } +} diff --git a/1.15.2/assets/minecraft/models/item/compass_02.json b/1.15.2/assets/minecraft/models/item/compass_02.json new file mode 100644 index 00000000..0757bb46 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/compass_02.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_02" + } +} diff --git a/1.15.2/assets/minecraft/models/item/compass_03.json b/1.15.2/assets/minecraft/models/item/compass_03.json new file mode 100644 index 00000000..21b01a54 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/compass_03.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_03" + } +} diff --git a/1.15.2/assets/minecraft/models/item/compass_04.json b/1.15.2/assets/minecraft/models/item/compass_04.json new file mode 100644 index 00000000..39a8df45 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/compass_04.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_04" + } +} diff --git a/1.15.2/assets/minecraft/models/item/compass_05.json b/1.15.2/assets/minecraft/models/item/compass_05.json new file mode 100644 index 00000000..1b310af0 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/compass_05.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_05" + } +} diff --git a/1.15.2/assets/minecraft/models/item/compass_06.json b/1.15.2/assets/minecraft/models/item/compass_06.json new file mode 100644 index 00000000..d1ae2894 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/compass_06.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_06" + } +} diff --git a/1.15.2/assets/minecraft/models/item/compass_07.json b/1.15.2/assets/minecraft/models/item/compass_07.json new file mode 100644 index 00000000..03c177b0 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/compass_07.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_07" + } +} diff --git a/1.15.2/assets/minecraft/models/item/compass_08.json b/1.15.2/assets/minecraft/models/item/compass_08.json new file mode 100644 index 00000000..c00fb5c9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/compass_08.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_08" + } +} diff --git a/1.15.2/assets/minecraft/models/item/compass_09.json b/1.15.2/assets/minecraft/models/item/compass_09.json new file mode 100644 index 00000000..993bcdd9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/compass_09.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_09" + } +} diff --git a/1.15.2/assets/minecraft/models/item/compass_10.json b/1.15.2/assets/minecraft/models/item/compass_10.json new file mode 100644 index 00000000..4c772c06 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/compass_10.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_10" + } +} diff --git a/1.15.2/assets/minecraft/models/item/compass_11.json b/1.15.2/assets/minecraft/models/item/compass_11.json new file mode 100644 index 00000000..61d7356e --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/compass_11.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_11" + } +} diff --git a/1.15.2/assets/minecraft/models/item/compass_12.json b/1.15.2/assets/minecraft/models/item/compass_12.json new file mode 100644 index 00000000..47648391 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/compass_12.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_12" + } +} diff --git a/1.15.2/assets/minecraft/models/item/compass_13.json b/1.15.2/assets/minecraft/models/item/compass_13.json new file mode 100644 index 00000000..f99eeeac --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/compass_13.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_13" + } +} diff --git a/1.15.2/assets/minecraft/models/item/compass_14.json b/1.15.2/assets/minecraft/models/item/compass_14.json new file mode 100644 index 00000000..6a885050 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/compass_14.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_14" + } +} diff --git a/1.15.2/assets/minecraft/models/item/compass_15.json b/1.15.2/assets/minecraft/models/item/compass_15.json new file mode 100644 index 00000000..f34fd678 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/compass_15.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_15" + } +} diff --git a/1.15.2/assets/minecraft/models/item/compass_17.json b/1.15.2/assets/minecraft/models/item/compass_17.json new file mode 100644 index 00000000..9a63c8e3 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/compass_17.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_17" + } +} diff --git a/1.15.2/assets/minecraft/models/item/compass_18.json b/1.15.2/assets/minecraft/models/item/compass_18.json new file mode 100644 index 00000000..75ba39b7 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/compass_18.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_18" + } +} diff --git a/1.15.2/assets/minecraft/models/item/compass_19.json b/1.15.2/assets/minecraft/models/item/compass_19.json new file mode 100644 index 00000000..82ebe7f0 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/compass_19.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_19" + } +} diff --git a/1.15.2/assets/minecraft/models/item/compass_20.json b/1.15.2/assets/minecraft/models/item/compass_20.json new file mode 100644 index 00000000..2f22c394 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/compass_20.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_20" + } +} diff --git a/1.15.2/assets/minecraft/models/item/compass_21.json b/1.15.2/assets/minecraft/models/item/compass_21.json new file mode 100644 index 00000000..55cc9188 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/compass_21.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_21" + } +} diff --git a/1.15.2/assets/minecraft/models/item/compass_22.json b/1.15.2/assets/minecraft/models/item/compass_22.json new file mode 100644 index 00000000..abf9ed44 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/compass_22.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_22" + } +} diff --git a/1.15.2/assets/minecraft/models/item/compass_23.json b/1.15.2/assets/minecraft/models/item/compass_23.json new file mode 100644 index 00000000..8e62dc11 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/compass_23.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_23" + } +} diff --git a/1.15.2/assets/minecraft/models/item/compass_24.json b/1.15.2/assets/minecraft/models/item/compass_24.json new file mode 100644 index 00000000..79298862 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/compass_24.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_24" + } +} diff --git a/1.15.2/assets/minecraft/models/item/compass_25.json b/1.15.2/assets/minecraft/models/item/compass_25.json new file mode 100644 index 00000000..6aa88639 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/compass_25.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_25" + } +} diff --git a/1.15.2/assets/minecraft/models/item/compass_26.json b/1.15.2/assets/minecraft/models/item/compass_26.json new file mode 100644 index 00000000..1e40e0f6 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/compass_26.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_26" + } +} diff --git a/1.15.2/assets/minecraft/models/item/compass_27.json b/1.15.2/assets/minecraft/models/item/compass_27.json new file mode 100644 index 00000000..e479a16b --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/compass_27.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_27" + } +} diff --git a/1.15.2/assets/minecraft/models/item/compass_28.json b/1.15.2/assets/minecraft/models/item/compass_28.json new file mode 100644 index 00000000..73db4313 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/compass_28.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_28" + } +} diff --git a/1.15.2/assets/minecraft/models/item/compass_29.json b/1.15.2/assets/minecraft/models/item/compass_29.json new file mode 100644 index 00000000..c4a66dbf --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/compass_29.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_29" + } +} diff --git a/1.15.2/assets/minecraft/models/item/compass_30.json b/1.15.2/assets/minecraft/models/item/compass_30.json new file mode 100644 index 00000000..9719afcf --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/compass_30.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_30" + } +} diff --git a/1.15.2/assets/minecraft/models/item/compass_31.json b/1.15.2/assets/minecraft/models/item/compass_31.json new file mode 100644 index 00000000..142bb667 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/compass_31.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_31" + } +} diff --git a/1.15.2/assets/minecraft/models/item/composter.json b/1.15.2/assets/minecraft/models/item/composter.json new file mode 100644 index 00000000..3b0a63b5 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/composter.json @@ -0,0 +1,3 @@ +{ + "parent": "block/composter" +} diff --git a/1.15.2/assets/minecraft/models/item/conduit.json b/1.15.2/assets/minecraft/models/item/conduit.json new file mode 100644 index 00000000..f5785cdf --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/conduit.json @@ -0,0 +1,38 @@ +{ + "parent": "builtin/entity", + "textures": { + "particle": "block/conduit" + }, + "display": { + "gui": { + "rotation": [ 30, 45, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 1.0, 1.0, 1.0 ] + }, + "ground": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 3, 0], + "scale":[ 0.5, 0.5, 0.5 ] + }, + "head": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 1, 1, 1] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 1, 1, 1 ] + }, + "thirdperson_righthand": { + "rotation": [ 75, 315, 0 ], + "translation": [ 0, 2.5, 0], + "scale": [ 0.5, 0.5, 0.5 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 315, 0 ], + "translation": [ 0, 0, 0], + "scale": [ 0.8, 0.8, 0.8 ] + } + } +} diff --git a/1.15.2/assets/minecraft/models/item/cooked_beef.json b/1.15.2/assets/minecraft/models/item/cooked_beef.json new file mode 100644 index 00000000..bf4405f3 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/cooked_beef.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/cooked_beef" + } +} diff --git a/1.15.2/assets/minecraft/models/item/cooked_chicken.json b/1.15.2/assets/minecraft/models/item/cooked_chicken.json new file mode 100644 index 00000000..44f944e0 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/cooked_chicken.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/cooked_chicken" + } +} diff --git a/1.15.2/assets/minecraft/models/item/cooked_cod.json b/1.15.2/assets/minecraft/models/item/cooked_cod.json new file mode 100644 index 00000000..a57535fd --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/cooked_cod.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/cooked_cod" + } +} diff --git a/1.15.2/assets/minecraft/models/item/cooked_mutton.json b/1.15.2/assets/minecraft/models/item/cooked_mutton.json new file mode 100644 index 00000000..d4857554 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/cooked_mutton.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/cooked_mutton" + } +} diff --git a/1.15.2/assets/minecraft/models/item/cooked_porkchop.json b/1.15.2/assets/minecraft/models/item/cooked_porkchop.json new file mode 100644 index 00000000..17e08171 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/cooked_porkchop.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/cooked_porkchop" + } +} diff --git a/1.15.2/assets/minecraft/models/item/cooked_rabbit.json b/1.15.2/assets/minecraft/models/item/cooked_rabbit.json new file mode 100644 index 00000000..e43b3fe0 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/cooked_rabbit.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/cooked_rabbit" + } +} diff --git a/1.15.2/assets/minecraft/models/item/cooked_salmon.json b/1.15.2/assets/minecraft/models/item/cooked_salmon.json new file mode 100644 index 00000000..e963b195 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/cooked_salmon.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/cooked_salmon" + } +} diff --git a/1.15.2/assets/minecraft/models/item/cookie.json b/1.15.2/assets/minecraft/models/item/cookie.json new file mode 100644 index 00000000..16f8e1af --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/cookie.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/cookie" + } +} diff --git a/1.15.2/assets/minecraft/models/item/cornflower.json b/1.15.2/assets/minecraft/models/item/cornflower.json new file mode 100644 index 00000000..fc12f502 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/cornflower.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/cornflower" + } +} diff --git a/1.15.2/assets/minecraft/models/item/cow_spawn_egg.json b/1.15.2/assets/minecraft/models/item/cow_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/cow_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.15.2/assets/minecraft/models/item/cracked_stone_bricks.json b/1.15.2/assets/minecraft/models/item/cracked_stone_bricks.json new file mode 100644 index 00000000..c1c60352 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/cracked_stone_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cracked_stone_bricks" +} diff --git a/1.15.2/assets/minecraft/models/item/crafting_table.json b/1.15.2/assets/minecraft/models/item/crafting_table.json new file mode 100644 index 00000000..5ed7c346 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/crafting_table.json @@ -0,0 +1,3 @@ +{ + "parent": "block/crafting_table" +} diff --git a/1.15.2/assets/minecraft/models/item/creeper_banner_pattern.json b/1.15.2/assets/minecraft/models/item/creeper_banner_pattern.json new file mode 100644 index 00000000..cae8d3a5 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/creeper_banner_pattern.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/creeper_banner_pattern" + } +} diff --git a/1.15.2/assets/minecraft/models/item/creeper_head.json b/1.15.2/assets/minecraft/models/item/creeper_head.json new file mode 100644 index 00000000..8efea47e --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/creeper_head.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_skull" +} diff --git a/1.15.2/assets/minecraft/models/item/creeper_spawn_egg.json b/1.15.2/assets/minecraft/models/item/creeper_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/creeper_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.15.2/assets/minecraft/models/item/crossbow.json b/1.15.2/assets/minecraft/models/item/crossbow.json new file mode 100644 index 00000000..0cddcac4 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/crossbow.json @@ -0,0 +1,63 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/crossbow_standby" + }, + "display": { + "thirdperson_righthand": { + "rotation": [ -90, 0, -60 ], + "translation": [ 2, 0.1, -3 ], + "scale": [ 0.9, 0.9, 0.9 ] + }, + "thirdperson_lefthand": { + "rotation": [ -90, 0, 30 ], + "translation": [ 2, 0.1, -3 ], + "scale": [ 0.9, 0.9, 0.9 ] + }, + "firstperson_righthand": { + "rotation": [ -90, 0, -55 ], + "translation": [ 1.13, 3.2, 1.13], + "scale": [ 0.68, 0.68, 0.68 ] + }, + "firstperson_lefthand": { + "rotation": [ -90, 0, 35 ], + "translation": [ 1.13, 3.2, 1.13], + "scale": [ 0.68, 0.68, 0.68 ] + } + }, + "overrides": [ + { + "predicate": { + "pulling": 1 + }, + "model": "item/crossbow_pulling_0" + }, + { + "predicate": { + "pulling": 1, + "pull": 0.58 + }, + "model": "item/crossbow_pulling_1" + }, + { + "predicate": { + "pulling": 1, + "pull": 1.0 + }, + "model": "item/crossbow_pulling_2" + }, + { + "predicate": { + "charged": 1 + }, + "model": "item/crossbow_arrow" + }, + { + "predicate": { + "charged": 1, + "firework": 1 + }, + "model": "item/crossbow_firework" + } + ] +} diff --git a/1.15.2/assets/minecraft/models/item/crossbow_arrow.json b/1.15.2/assets/minecraft/models/item/crossbow_arrow.json new file mode 100644 index 00000000..bc3e3543 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/crossbow_arrow.json @@ -0,0 +1,6 @@ +{ + "parent": "item/crossbow", + "textures": { + "layer0": "item/crossbow_arrow" + } +} diff --git a/1.15.2/assets/minecraft/models/item/crossbow_firework.json b/1.15.2/assets/minecraft/models/item/crossbow_firework.json new file mode 100644 index 00000000..1ebe175a --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/crossbow_firework.json @@ -0,0 +1,6 @@ +{ + "parent": "item/crossbow", + "textures": { + "layer0": "item/crossbow_firework" + } +} diff --git a/1.15.2/assets/minecraft/models/item/crossbow_pulling_0.json b/1.15.2/assets/minecraft/models/item/crossbow_pulling_0.json new file mode 100644 index 00000000..afd73b86 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/crossbow_pulling_0.json @@ -0,0 +1,6 @@ +{ + "parent": "item/crossbow", + "textures": { + "layer0": "item/crossbow_pulling_0" + } +} diff --git a/1.15.2/assets/minecraft/models/item/crossbow_pulling_1.json b/1.15.2/assets/minecraft/models/item/crossbow_pulling_1.json new file mode 100644 index 00000000..1c48a748 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/crossbow_pulling_1.json @@ -0,0 +1,6 @@ +{ + "parent": "item/crossbow", + "textures": { + "layer0": "item/crossbow_pulling_1" + } +} diff --git a/1.15.2/assets/minecraft/models/item/crossbow_pulling_2.json b/1.15.2/assets/minecraft/models/item/crossbow_pulling_2.json new file mode 100644 index 00000000..3c2df500 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/crossbow_pulling_2.json @@ -0,0 +1,6 @@ +{ + "parent": "item/crossbow", + "textures": { + "layer0": "item/crossbow_pulling_2" + } +} diff --git a/1.15.2/assets/minecraft/models/item/cut_red_sandstone.json b/1.15.2/assets/minecraft/models/item/cut_red_sandstone.json new file mode 100644 index 00000000..a21c2c18 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/cut_red_sandstone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cut_red_sandstone" +} diff --git a/1.15.2/assets/minecraft/models/item/cut_red_sandstone_slab.json b/1.15.2/assets/minecraft/models/item/cut_red_sandstone_slab.json new file mode 100644 index 00000000..b26f392d --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/cut_red_sandstone_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cut_red_sandstone_slab" +} diff --git a/1.15.2/assets/minecraft/models/item/cut_sandstone.json b/1.15.2/assets/minecraft/models/item/cut_sandstone.json new file mode 100644 index 00000000..bc660913 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/cut_sandstone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cut_sandstone" +} diff --git a/1.15.2/assets/minecraft/models/item/cut_sandstone_slab.json b/1.15.2/assets/minecraft/models/item/cut_sandstone_slab.json new file mode 100644 index 00000000..3d8af563 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/cut_sandstone_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cut_sandstone_slab" +} diff --git a/1.15.2/assets/minecraft/models/item/cyan_banner.json b/1.15.2/assets/minecraft/models/item/cyan_banner.json new file mode 100644 index 00000000..9d43dcc2 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/cyan_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_banner" +} diff --git a/1.15.2/assets/minecraft/models/item/cyan_bed.json b/1.15.2/assets/minecraft/models/item/cyan_bed.json new file mode 100644 index 00000000..7397f0d9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/cyan_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "item/template_bed", + "textures": { + "particle": "block/cyan_wool" + } +} diff --git a/1.15.2/assets/minecraft/models/item/cyan_carpet.json b/1.15.2/assets/minecraft/models/item/cyan_carpet.json new file mode 100644 index 00000000..605b9c2f --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/cyan_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cyan_carpet" +} diff --git a/1.15.2/assets/minecraft/models/item/cyan_concrete.json b/1.15.2/assets/minecraft/models/item/cyan_concrete.json new file mode 100644 index 00000000..e5100a14 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/cyan_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cyan_concrete" +} diff --git a/1.15.2/assets/minecraft/models/item/cyan_concrete_powder.json b/1.15.2/assets/minecraft/models/item/cyan_concrete_powder.json new file mode 100644 index 00000000..c91ab07c --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/cyan_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cyan_concrete_powder" +} diff --git a/1.15.2/assets/minecraft/models/item/cyan_dye.json b/1.15.2/assets/minecraft/models/item/cyan_dye.json new file mode 100644 index 00000000..d2944584 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/cyan_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/cyan_dye" + } +} diff --git a/1.15.2/assets/minecraft/models/item/cyan_glazed_terracotta.json b/1.15.2/assets/minecraft/models/item/cyan_glazed_terracotta.json new file mode 100644 index 00000000..6e49f82b --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/cyan_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cyan_glazed_terracotta" +} diff --git a/1.15.2/assets/minecraft/models/item/cyan_shulker_box.json b/1.15.2/assets/minecraft/models/item/cyan_shulker_box.json new file mode 100644 index 00000000..dc116939 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/cyan_shulker_box.json @@ -0,0 +1,6 @@ +{ + "parent": "item/template_shulker_box", + "textures": { + "particle": "block/cyan_shulker_box" + } +} diff --git a/1.15.2/assets/minecraft/models/item/cyan_stained_glass.json b/1.15.2/assets/minecraft/models/item/cyan_stained_glass.json new file mode 100644 index 00000000..81a0e373 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/cyan_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cyan_stained_glass" +} diff --git a/1.15.2/assets/minecraft/models/item/cyan_stained_glass_pane.json b/1.15.2/assets/minecraft/models/item/cyan_stained_glass_pane.json new file mode 100644 index 00000000..3bf806e9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/cyan_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/cyan_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/item/cyan_terracotta.json b/1.15.2/assets/minecraft/models/item/cyan_terracotta.json new file mode 100644 index 00000000..c0418397 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/cyan_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cyan_terracotta" +} diff --git a/1.15.2/assets/minecraft/models/item/cyan_wool.json b/1.15.2/assets/minecraft/models/item/cyan_wool.json new file mode 100644 index 00000000..404cd055 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/cyan_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cyan_wool" +} diff --git a/1.15.2/assets/minecraft/models/item/damaged_anvil.json b/1.15.2/assets/minecraft/models/item/damaged_anvil.json new file mode 100644 index 00000000..c22d39c1 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/damaged_anvil.json @@ -0,0 +1,3 @@ +{ + "parent": "block/damaged_anvil" +} diff --git a/1.15.2/assets/minecraft/models/item/dandelion.json b/1.15.2/assets/minecraft/models/item/dandelion.json new file mode 100644 index 00000000..7ffb26ea --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/dandelion.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/dandelion" + } +} diff --git a/1.15.2/assets/minecraft/models/item/dark_oak_boat.json b/1.15.2/assets/minecraft/models/item/dark_oak_boat.json new file mode 100644 index 00000000..47c02246 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/dark_oak_boat.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/dark_oak_boat" + } +} diff --git a/1.15.2/assets/minecraft/models/item/dark_oak_button.json b/1.15.2/assets/minecraft/models/item/dark_oak_button.json new file mode 100644 index 00000000..b5aae8b5 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/dark_oak_button.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dark_oak_button_inventory" +} diff --git a/1.15.2/assets/minecraft/models/item/dark_oak_door.json b/1.15.2/assets/minecraft/models/item/dark_oak_door.json new file mode 100644 index 00000000..728fddb0 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/dark_oak_door.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/dark_oak_door" + } +} diff --git a/1.15.2/assets/minecraft/models/item/dark_oak_fence.json b/1.15.2/assets/minecraft/models/item/dark_oak_fence.json new file mode 100644 index 00000000..49f586cd --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/dark_oak_fence.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dark_oak_fence_inventory" +} diff --git a/1.15.2/assets/minecraft/models/item/dark_oak_fence_gate.json b/1.15.2/assets/minecraft/models/item/dark_oak_fence_gate.json new file mode 100644 index 00000000..1d78cd30 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/dark_oak_fence_gate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dark_oak_fence_gate" +} diff --git a/1.15.2/assets/minecraft/models/item/dark_oak_leaves.json b/1.15.2/assets/minecraft/models/item/dark_oak_leaves.json new file mode 100644 index 00000000..6fa025a1 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/dark_oak_leaves.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dark_oak_leaves" +} diff --git a/1.15.2/assets/minecraft/models/item/dark_oak_log.json b/1.15.2/assets/minecraft/models/item/dark_oak_log.json new file mode 100644 index 00000000..5367456b --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/dark_oak_log.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dark_oak_log" +} diff --git a/1.15.2/assets/minecraft/models/item/dark_oak_planks.json b/1.15.2/assets/minecraft/models/item/dark_oak_planks.json new file mode 100644 index 00000000..afbfaa50 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/dark_oak_planks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dark_oak_planks" +} diff --git a/1.15.2/assets/minecraft/models/item/dark_oak_pressure_plate.json b/1.15.2/assets/minecraft/models/item/dark_oak_pressure_plate.json new file mode 100644 index 00000000..860dda9a --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/dark_oak_pressure_plate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dark_oak_pressure_plate" +} diff --git a/1.15.2/assets/minecraft/models/item/dark_oak_sapling.json b/1.15.2/assets/minecraft/models/item/dark_oak_sapling.json new file mode 100644 index 00000000..31f1d1bb --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/dark_oak_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/dark_oak_sapling" + } +} diff --git a/1.15.2/assets/minecraft/models/item/dark_oak_sign.json b/1.15.2/assets/minecraft/models/item/dark_oak_sign.json new file mode 100644 index 00000000..637b6469 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/dark_oak_sign.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/dark_oak_sign" + } +} diff --git a/1.15.2/assets/minecraft/models/item/dark_oak_slab.json b/1.15.2/assets/minecraft/models/item/dark_oak_slab.json new file mode 100644 index 00000000..f872cd2d --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/dark_oak_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dark_oak_slab" +} diff --git a/1.15.2/assets/minecraft/models/item/dark_oak_stairs.json b/1.15.2/assets/minecraft/models/item/dark_oak_stairs.json new file mode 100644 index 00000000..9ccee3bd --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/dark_oak_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dark_oak_stairs" +} diff --git a/1.15.2/assets/minecraft/models/item/dark_oak_trapdoor.json b/1.15.2/assets/minecraft/models/item/dark_oak_trapdoor.json new file mode 100644 index 00000000..90adbde2 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/dark_oak_trapdoor.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dark_oak_trapdoor_bottom" +} diff --git a/1.15.2/assets/minecraft/models/item/dark_oak_wood.json b/1.15.2/assets/minecraft/models/item/dark_oak_wood.json new file mode 100644 index 00000000..238d05f2 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/dark_oak_wood.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dark_oak_wood" +} diff --git a/1.15.2/assets/minecraft/models/item/dark_prismarine.json b/1.15.2/assets/minecraft/models/item/dark_prismarine.json new file mode 100644 index 00000000..78dbe5c3 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/dark_prismarine.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dark_prismarine" +} diff --git a/1.15.2/assets/minecraft/models/item/dark_prismarine_slab.json b/1.15.2/assets/minecraft/models/item/dark_prismarine_slab.json new file mode 100644 index 00000000..cd379088 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/dark_prismarine_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dark_prismarine_slab" +} diff --git a/1.15.2/assets/minecraft/models/item/dark_prismarine_stairs.json b/1.15.2/assets/minecraft/models/item/dark_prismarine_stairs.json new file mode 100644 index 00000000..8aa55e0e --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/dark_prismarine_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dark_prismarine_stairs" +} diff --git a/1.15.2/assets/minecraft/models/item/daylight_detector.json b/1.15.2/assets/minecraft/models/item/daylight_detector.json new file mode 100644 index 00000000..b646fa08 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/daylight_detector.json @@ -0,0 +1,3 @@ +{ + "parent": "block/daylight_detector" +} diff --git a/1.15.2/assets/minecraft/models/item/dead_brain_coral.json b/1.15.2/assets/minecraft/models/item/dead_brain_coral.json new file mode 100644 index 00000000..5a569d14 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/dead_brain_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/dead_brain_coral" + } +} diff --git a/1.15.2/assets/minecraft/models/item/dead_brain_coral_block.json b/1.15.2/assets/minecraft/models/item/dead_brain_coral_block.json new file mode 100644 index 00000000..f7f3b07d --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/dead_brain_coral_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dead_brain_coral_block" +} diff --git a/1.15.2/assets/minecraft/models/item/dead_brain_coral_fan.json b/1.15.2/assets/minecraft/models/item/dead_brain_coral_fan.json new file mode 100644 index 00000000..07965d34 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/dead_brain_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/dead_brain_coral_fan" + } +} diff --git a/1.15.2/assets/minecraft/models/item/dead_brain_coral_wall_fan.json b/1.15.2/assets/minecraft/models/item/dead_brain_coral_wall_fan.json new file mode 100644 index 00000000..07965d34 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/dead_brain_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/dead_brain_coral_fan" + } +} diff --git a/1.15.2/assets/minecraft/models/item/dead_bubble_coral.json b/1.15.2/assets/minecraft/models/item/dead_bubble_coral.json new file mode 100644 index 00000000..6c83d339 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/dead_bubble_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/dead_bubble_coral" + } +} diff --git a/1.15.2/assets/minecraft/models/item/dead_bubble_coral_block.json b/1.15.2/assets/minecraft/models/item/dead_bubble_coral_block.json new file mode 100644 index 00000000..ad34fb42 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/dead_bubble_coral_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dead_bubble_coral_block" +} diff --git a/1.15.2/assets/minecraft/models/item/dead_bubble_coral_fan.json b/1.15.2/assets/minecraft/models/item/dead_bubble_coral_fan.json new file mode 100644 index 00000000..ca1155dd --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/dead_bubble_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/dead_bubble_coral_fan" + } +} diff --git a/1.15.2/assets/minecraft/models/item/dead_bubble_coral_wall_fan.json b/1.15.2/assets/minecraft/models/item/dead_bubble_coral_wall_fan.json new file mode 100644 index 00000000..ca1155dd --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/dead_bubble_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/dead_bubble_coral_fan" + } +} diff --git a/1.15.2/assets/minecraft/models/item/dead_bush.json b/1.15.2/assets/minecraft/models/item/dead_bush.json new file mode 100644 index 00000000..50e1b0c9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/dead_bush.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/dead_bush" + } +} diff --git a/1.15.2/assets/minecraft/models/item/dead_fire_coral.json b/1.15.2/assets/minecraft/models/item/dead_fire_coral.json new file mode 100644 index 00000000..f28b9b1e --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/dead_fire_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/dead_fire_coral" + } +} diff --git a/1.15.2/assets/minecraft/models/item/dead_fire_coral_block.json b/1.15.2/assets/minecraft/models/item/dead_fire_coral_block.json new file mode 100644 index 00000000..5304d534 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/dead_fire_coral_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dead_fire_coral_block" +} diff --git a/1.15.2/assets/minecraft/models/item/dead_fire_coral_fan.json b/1.15.2/assets/minecraft/models/item/dead_fire_coral_fan.json new file mode 100644 index 00000000..7e39a026 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/dead_fire_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/dead_fire_coral_fan" + } +} diff --git a/1.15.2/assets/minecraft/models/item/dead_fire_coral_wall_fan.json b/1.15.2/assets/minecraft/models/item/dead_fire_coral_wall_fan.json new file mode 100644 index 00000000..7e39a026 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/dead_fire_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/dead_fire_coral_fan" + } +} diff --git a/1.15.2/assets/minecraft/models/item/dead_horn_coral.json b/1.15.2/assets/minecraft/models/item/dead_horn_coral.json new file mode 100644 index 00000000..51ceecd8 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/dead_horn_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/dead_horn_coral" + } +} diff --git a/1.15.2/assets/minecraft/models/item/dead_horn_coral_block.json b/1.15.2/assets/minecraft/models/item/dead_horn_coral_block.json new file mode 100644 index 00000000..067e41a8 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/dead_horn_coral_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dead_horn_coral_block" +} diff --git a/1.15.2/assets/minecraft/models/item/dead_horn_coral_fan.json b/1.15.2/assets/minecraft/models/item/dead_horn_coral_fan.json new file mode 100644 index 00000000..d9dad233 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/dead_horn_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/dead_horn_coral_fan" + } +} diff --git a/1.15.2/assets/minecraft/models/item/dead_horn_coral_wall_fan.json b/1.15.2/assets/minecraft/models/item/dead_horn_coral_wall_fan.json new file mode 100644 index 00000000..d9dad233 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/dead_horn_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/dead_horn_coral_fan" + } +} diff --git a/1.15.2/assets/minecraft/models/item/dead_tube_coral.json b/1.15.2/assets/minecraft/models/item/dead_tube_coral.json new file mode 100644 index 00000000..620ba336 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/dead_tube_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/dead_tube_coral" + } +} diff --git a/1.15.2/assets/minecraft/models/item/dead_tube_coral_block.json b/1.15.2/assets/minecraft/models/item/dead_tube_coral_block.json new file mode 100644 index 00000000..1ab81f5b --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/dead_tube_coral_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dead_tube_coral_block" +} diff --git a/1.15.2/assets/minecraft/models/item/dead_tube_coral_fan.json b/1.15.2/assets/minecraft/models/item/dead_tube_coral_fan.json new file mode 100644 index 00000000..137de125 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/dead_tube_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/dead_tube_coral_fan" + } +} diff --git a/1.15.2/assets/minecraft/models/item/dead_tube_coral_wall_fan.json b/1.15.2/assets/minecraft/models/item/dead_tube_coral_wall_fan.json new file mode 100644 index 00000000..137de125 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/dead_tube_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/dead_tube_coral_fan" + } +} diff --git a/1.15.2/assets/minecraft/models/item/debug_stick.json b/1.15.2/assets/minecraft/models/item/debug_stick.json new file mode 100644 index 00000000..0f000b81 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/debug_stick.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/stick" + } +} diff --git a/1.15.2/assets/minecraft/models/item/detector_rail.json b/1.15.2/assets/minecraft/models/item/detector_rail.json new file mode 100644 index 00000000..b4719795 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/detector_rail.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/detector_rail" + } +} diff --git a/1.15.2/assets/minecraft/models/item/diamond.json b/1.15.2/assets/minecraft/models/item/diamond.json new file mode 100644 index 00000000..dbc4231e --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/diamond.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/diamond" + } +} diff --git a/1.15.2/assets/minecraft/models/item/diamond_axe.json b/1.15.2/assets/minecraft/models/item/diamond_axe.json new file mode 100644 index 00000000..65d23658 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/diamond_axe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/diamond_axe" + } +} diff --git a/1.15.2/assets/minecraft/models/item/diamond_block.json b/1.15.2/assets/minecraft/models/item/diamond_block.json new file mode 100644 index 00000000..67ed76f1 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/diamond_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/diamond_block" +} diff --git a/1.15.2/assets/minecraft/models/item/diamond_boots.json b/1.15.2/assets/minecraft/models/item/diamond_boots.json new file mode 100644 index 00000000..882c221d --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/diamond_boots.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/diamond_boots" + } +} diff --git a/1.15.2/assets/minecraft/models/item/diamond_chestplate.json b/1.15.2/assets/minecraft/models/item/diamond_chestplate.json new file mode 100644 index 00000000..1b8bf6bc --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/diamond_chestplate.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/diamond_chestplate" + } +} diff --git a/1.15.2/assets/minecraft/models/item/diamond_helmet.json b/1.15.2/assets/minecraft/models/item/diamond_helmet.json new file mode 100644 index 00000000..e78e3f2b --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/diamond_helmet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/diamond_helmet" + } +} diff --git a/1.15.2/assets/minecraft/models/item/diamond_hoe.json b/1.15.2/assets/minecraft/models/item/diamond_hoe.json new file mode 100644 index 00000000..12403c8d --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/diamond_hoe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/diamond_hoe" + } +} diff --git a/1.15.2/assets/minecraft/models/item/diamond_horse_armor.json b/1.15.2/assets/minecraft/models/item/diamond_horse_armor.json new file mode 100644 index 00000000..25441cef --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/diamond_horse_armor.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/diamond_horse_armor" + } +} diff --git a/1.15.2/assets/minecraft/models/item/diamond_leggings.json b/1.15.2/assets/minecraft/models/item/diamond_leggings.json new file mode 100644 index 00000000..98abed56 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/diamond_leggings.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/diamond_leggings" + } +} diff --git a/1.15.2/assets/minecraft/models/item/diamond_ore.json b/1.15.2/assets/minecraft/models/item/diamond_ore.json new file mode 100644 index 00000000..f589a392 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/diamond_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "block/diamond_ore" +} diff --git a/1.15.2/assets/minecraft/models/item/diamond_pickaxe.json b/1.15.2/assets/minecraft/models/item/diamond_pickaxe.json new file mode 100644 index 00000000..547e8e3e --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/diamond_pickaxe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/diamond_pickaxe" + } +} diff --git a/1.15.2/assets/minecraft/models/item/diamond_shovel.json b/1.15.2/assets/minecraft/models/item/diamond_shovel.json new file mode 100644 index 00000000..ab088dd3 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/diamond_shovel.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/diamond_shovel" + } +} diff --git a/1.15.2/assets/minecraft/models/item/diamond_sword.json b/1.15.2/assets/minecraft/models/item/diamond_sword.json new file mode 100644 index 00000000..ea1c1ec4 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/diamond_sword.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/diamond_sword" + } +} diff --git a/1.15.2/assets/minecraft/models/item/diorite.json b/1.15.2/assets/minecraft/models/item/diorite.json new file mode 100644 index 00000000..885f62c6 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/diorite.json @@ -0,0 +1,3 @@ +{ + "parent": "block/diorite" +} diff --git a/1.15.2/assets/minecraft/models/item/diorite_slab.json b/1.15.2/assets/minecraft/models/item/diorite_slab.json new file mode 100644 index 00000000..3b448283 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/diorite_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/diorite_slab" +} diff --git a/1.15.2/assets/minecraft/models/item/diorite_stairs.json b/1.15.2/assets/minecraft/models/item/diorite_stairs.json new file mode 100644 index 00000000..eba26f57 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/diorite_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/diorite_stairs" +} diff --git a/1.15.2/assets/minecraft/models/item/diorite_wall.json b/1.15.2/assets/minecraft/models/item/diorite_wall.json new file mode 100644 index 00000000..5c922c14 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/diorite_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "block/diorite_wall_inventory" +} diff --git a/1.15.2/assets/minecraft/models/item/dirt.json b/1.15.2/assets/minecraft/models/item/dirt.json new file mode 100644 index 00000000..7fa106a8 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/dirt.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dirt" +} diff --git a/1.15.2/assets/minecraft/models/item/dispenser.json b/1.15.2/assets/minecraft/models/item/dispenser.json new file mode 100644 index 00000000..3c0fbc3a --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/dispenser.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dispenser" +} diff --git a/1.15.2/assets/minecraft/models/item/dolphin_spawn_egg.json b/1.15.2/assets/minecraft/models/item/dolphin_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/dolphin_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.15.2/assets/minecraft/models/item/donkey_spawn_egg.json b/1.15.2/assets/minecraft/models/item/donkey_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/donkey_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.15.2/assets/minecraft/models/item/dragon_breath.json b/1.15.2/assets/minecraft/models/item/dragon_breath.json new file mode 100644 index 00000000..558b8f7b --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/dragon_breath.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/dragon_breath" + } +} diff --git a/1.15.2/assets/minecraft/models/item/dragon_egg.json b/1.15.2/assets/minecraft/models/item/dragon_egg.json new file mode 100644 index 00000000..aacec341 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/dragon_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dragon_egg" +} diff --git a/1.15.2/assets/minecraft/models/item/dragon_head.json b/1.15.2/assets/minecraft/models/item/dragon_head.json new file mode 100644 index 00000000..86264762 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/dragon_head.json @@ -0,0 +1,15 @@ +{ + "parent": "item/template_skull", + "display": { + "gui": { + "translation": [ -2, 2, 0 ], + "rotation": [ 30, 45, 0 ], + "scale": [ 0.6, 0.6, 0.6 ] + }, + "thirdperson_righthand": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, -1, 2 ], + "scale": [ 0.5, 0.5, 0.5 ] + } + } +} diff --git a/1.15.2/assets/minecraft/models/item/dried_kelp.json b/1.15.2/assets/minecraft/models/item/dried_kelp.json new file mode 100644 index 00000000..374773e7 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/dried_kelp.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/dried_kelp" + } +} diff --git a/1.15.2/assets/minecraft/models/item/dried_kelp_block.json b/1.15.2/assets/minecraft/models/item/dried_kelp_block.json new file mode 100644 index 00000000..74d1194c --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/dried_kelp_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dried_kelp_block" +} diff --git a/1.15.2/assets/minecraft/models/item/dropper.json b/1.15.2/assets/minecraft/models/item/dropper.json new file mode 100644 index 00000000..ac87db08 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/dropper.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dropper" +} diff --git a/1.15.2/assets/minecraft/models/item/drowned_spawn_egg.json b/1.15.2/assets/minecraft/models/item/drowned_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/drowned_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.15.2/assets/minecraft/models/item/egg.json b/1.15.2/assets/minecraft/models/item/egg.json new file mode 100644 index 00000000..5d941a31 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/egg.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/egg" + } +} diff --git a/1.15.2/assets/minecraft/models/item/elder_guardian_spawn_egg.json b/1.15.2/assets/minecraft/models/item/elder_guardian_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/elder_guardian_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.15.2/assets/minecraft/models/item/elytra.json b/1.15.2/assets/minecraft/models/item/elytra.json new file mode 100644 index 00000000..3909ded5 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/elytra.json @@ -0,0 +1,14 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/elytra" + }, + "overrides": [ + { + "predicate": { + "broken": 1 + }, + "model": "item/broken_elytra" + } + ] +} diff --git a/1.15.2/assets/minecraft/models/item/emerald.json b/1.15.2/assets/minecraft/models/item/emerald.json new file mode 100644 index 00000000..557870db --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/emerald.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/emerald" + } +} diff --git a/1.15.2/assets/minecraft/models/item/emerald_block.json b/1.15.2/assets/minecraft/models/item/emerald_block.json new file mode 100644 index 00000000..46b4d61d --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/emerald_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/emerald_block" +} diff --git a/1.15.2/assets/minecraft/models/item/emerald_ore.json b/1.15.2/assets/minecraft/models/item/emerald_ore.json new file mode 100644 index 00000000..8c0cf6d4 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/emerald_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "block/emerald_ore" +} diff --git a/1.15.2/assets/minecraft/models/item/enchanted_book.json b/1.15.2/assets/minecraft/models/item/enchanted_book.json new file mode 100644 index 00000000..c620d6c0 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/enchanted_book.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/enchanted_book" + } +} diff --git a/1.15.2/assets/minecraft/models/item/enchanted_golden_apple.json b/1.15.2/assets/minecraft/models/item/enchanted_golden_apple.json new file mode 100644 index 00000000..f8114273 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/enchanted_golden_apple.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/golden_apple" + } +} diff --git a/1.15.2/assets/minecraft/models/item/enchanting_table.json b/1.15.2/assets/minecraft/models/item/enchanting_table.json new file mode 100644 index 00000000..d2c8e0aa --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/enchanting_table.json @@ -0,0 +1,3 @@ +{ + "parent": "block/enchanting_table" +} diff --git a/1.15.2/assets/minecraft/models/item/end_crystal.json b/1.15.2/assets/minecraft/models/item/end_crystal.json new file mode 100644 index 00000000..2194461b --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/end_crystal.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/end_crystal" + } +} diff --git a/1.15.2/assets/minecraft/models/item/end_portal_frame.json b/1.15.2/assets/minecraft/models/item/end_portal_frame.json new file mode 100644 index 00000000..10f61577 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/end_portal_frame.json @@ -0,0 +1,3 @@ +{ + "parent": "block/end_portal_frame" +} diff --git a/1.15.2/assets/minecraft/models/item/end_rod.json b/1.15.2/assets/minecraft/models/item/end_rod.json new file mode 100644 index 00000000..af19ea6e --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/end_rod.json @@ -0,0 +1,6 @@ +{ + "parent": "block/end_rod", + "textures": { + "layer0": "block/end_rod" + } +} diff --git a/1.15.2/assets/minecraft/models/item/end_stone.json b/1.15.2/assets/minecraft/models/item/end_stone.json new file mode 100644 index 00000000..1d8ed6d1 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/end_stone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/end_stone" +} diff --git a/1.15.2/assets/minecraft/models/item/end_stone_brick_slab.json b/1.15.2/assets/minecraft/models/item/end_stone_brick_slab.json new file mode 100644 index 00000000..f4d03a01 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/end_stone_brick_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/end_stone_brick_slab" +} diff --git a/1.15.2/assets/minecraft/models/item/end_stone_brick_stairs.json b/1.15.2/assets/minecraft/models/item/end_stone_brick_stairs.json new file mode 100644 index 00000000..d803949f --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/end_stone_brick_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/end_stone_brick_stairs" +} diff --git a/1.15.2/assets/minecraft/models/item/end_stone_brick_wall.json b/1.15.2/assets/minecraft/models/item/end_stone_brick_wall.json new file mode 100644 index 00000000..f90fb0d9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/end_stone_brick_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "block/end_stone_brick_wall_inventory" +} diff --git a/1.15.2/assets/minecraft/models/item/end_stone_bricks.json b/1.15.2/assets/minecraft/models/item/end_stone_bricks.json new file mode 100644 index 00000000..f5173dc5 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/end_stone_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/end_stone_bricks" +} diff --git a/1.15.2/assets/minecraft/models/item/ender_chest.json b/1.15.2/assets/minecraft/models/item/ender_chest.json new file mode 100644 index 00000000..58aba338 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/ender_chest.json @@ -0,0 +1,6 @@ +{ + "parent": "item/chest", + "textures": { + "particle": "block/obsidian" + } +} diff --git a/1.15.2/assets/minecraft/models/item/ender_eye.json b/1.15.2/assets/minecraft/models/item/ender_eye.json new file mode 100644 index 00000000..67ddfd16 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/ender_eye.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/ender_eye" + } +} diff --git a/1.15.2/assets/minecraft/models/item/ender_pearl.json b/1.15.2/assets/minecraft/models/item/ender_pearl.json new file mode 100644 index 00000000..2aed6c26 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/ender_pearl.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/ender_pearl" + } +} diff --git a/1.15.2/assets/minecraft/models/item/enderman_spawn_egg.json b/1.15.2/assets/minecraft/models/item/enderman_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/enderman_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.15.2/assets/minecraft/models/item/endermite_spawn_egg.json b/1.15.2/assets/minecraft/models/item/endermite_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/endermite_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.15.2/assets/minecraft/models/item/evoker_spawn_egg.json b/1.15.2/assets/minecraft/models/item/evoker_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/evoker_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.15.2/assets/minecraft/models/item/experience_bottle.json b/1.15.2/assets/minecraft/models/item/experience_bottle.json new file mode 100644 index 00000000..005474d9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/experience_bottle.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/experience_bottle" + } +} diff --git a/1.15.2/assets/minecraft/models/item/farmland.json b/1.15.2/assets/minecraft/models/item/farmland.json new file mode 100644 index 00000000..3fae7d74 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/farmland.json @@ -0,0 +1,3 @@ +{ + "parent": "block/farmland" +} diff --git a/1.15.2/assets/minecraft/models/item/feather.json b/1.15.2/assets/minecraft/models/item/feather.json new file mode 100644 index 00000000..1b88f92d --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/feather.json @@ -0,0 +1,13 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/feather" + }, + "display": { + "head": { + "rotation": [ 0, 0, 45 ], + "translation": [ -1, 13, 7], + "scale":[ 1, 1, 1] + } + } +} diff --git a/1.15.2/assets/minecraft/models/item/fermented_spider_eye.json b/1.15.2/assets/minecraft/models/item/fermented_spider_eye.json new file mode 100644 index 00000000..962ad463 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/fermented_spider_eye.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/fermented_spider_eye" + } +} diff --git a/1.15.2/assets/minecraft/models/item/fern.json b/1.15.2/assets/minecraft/models/item/fern.json new file mode 100644 index 00000000..2cf782bf --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/fern.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/fern" + } +} diff --git a/1.15.2/assets/minecraft/models/item/filled_map.json b/1.15.2/assets/minecraft/models/item/filled_map.json new file mode 100644 index 00000000..077d2530 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/filled_map.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/filled_map", + "layer1": "item/filled_map_markings" + } +} diff --git a/1.15.2/assets/minecraft/models/item/fire_charge.json b/1.15.2/assets/minecraft/models/item/fire_charge.json new file mode 100644 index 00000000..50b85005 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/fire_charge.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/fire_charge" + } +} diff --git a/1.15.2/assets/minecraft/models/item/fire_coral.json b/1.15.2/assets/minecraft/models/item/fire_coral.json new file mode 100644 index 00000000..037a44c4 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/fire_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/fire_coral" + } +} diff --git a/1.15.2/assets/minecraft/models/item/fire_coral_block.json b/1.15.2/assets/minecraft/models/item/fire_coral_block.json new file mode 100644 index 00000000..e919a6f1 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/fire_coral_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/fire_coral_block" +} diff --git a/1.15.2/assets/minecraft/models/item/fire_coral_fan.json b/1.15.2/assets/minecraft/models/item/fire_coral_fan.json new file mode 100644 index 00000000..37799f1d --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/fire_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/fire_coral_fan" + } +} diff --git a/1.15.2/assets/minecraft/models/item/fire_coral_wall_fan.json b/1.15.2/assets/minecraft/models/item/fire_coral_wall_fan.json new file mode 100644 index 00000000..37799f1d --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/fire_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/fire_coral_fan" + } +} diff --git a/1.15.2/assets/minecraft/models/item/firework_rocket.json b/1.15.2/assets/minecraft/models/item/firework_rocket.json new file mode 100644 index 00000000..a7109e5f --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/firework_rocket.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/firework_rocket" + } +} diff --git a/1.15.2/assets/minecraft/models/item/firework_star.json b/1.15.2/assets/minecraft/models/item/firework_star.json new file mode 100644 index 00000000..4e2e9fe8 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/firework_star.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/firework_star", + "layer1": "item/firework_star_overlay" + } +} diff --git a/1.15.2/assets/minecraft/models/item/fishing_rod.json b/1.15.2/assets/minecraft/models/item/fishing_rod.json new file mode 100644 index 00000000..6d52bb97 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/fishing_rod.json @@ -0,0 +1,14 @@ +{ + "parent": "item/handheld_rod", + "textures": { + "layer0": "item/fishing_rod" + }, + "overrides": [ + { + "predicate": { + "cast": 1 + }, + "model": "item/fishing_rod_cast" + } + ] +} diff --git a/1.15.2/assets/minecraft/models/item/fishing_rod_cast.json b/1.15.2/assets/minecraft/models/item/fishing_rod_cast.json new file mode 100644 index 00000000..55c2a525 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/fishing_rod_cast.json @@ -0,0 +1,6 @@ +{ + "parent": "item/fishing_rod", + "textures": { + "layer0": "item/fishing_rod_cast" + } +} diff --git a/1.15.2/assets/minecraft/models/item/fletching_table.json b/1.15.2/assets/minecraft/models/item/fletching_table.json new file mode 100644 index 00000000..66f91b4d --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/fletching_table.json @@ -0,0 +1,3 @@ +{ + "parent": "block/fletching_table" +} diff --git a/1.15.2/assets/minecraft/models/item/flint.json b/1.15.2/assets/minecraft/models/item/flint.json new file mode 100644 index 00000000..620eb37f --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/flint.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/flint" + } +} diff --git a/1.15.2/assets/minecraft/models/item/flint_and_steel.json b/1.15.2/assets/minecraft/models/item/flint_and_steel.json new file mode 100644 index 00000000..5098b625 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/flint_and_steel.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/flint_and_steel" + } +} diff --git a/1.15.2/assets/minecraft/models/item/flower_banner_pattern.json b/1.15.2/assets/minecraft/models/item/flower_banner_pattern.json new file mode 100644 index 00000000..e7986764 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/flower_banner_pattern.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/flower_banner_pattern" + } +} diff --git a/1.15.2/assets/minecraft/models/item/flower_pot.json b/1.15.2/assets/minecraft/models/item/flower_pot.json new file mode 100644 index 00000000..320004b2 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/flower_pot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/flower_pot" + } +} diff --git a/1.15.2/assets/minecraft/models/item/fox_spawn_egg.json b/1.15.2/assets/minecraft/models/item/fox_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/fox_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.15.2/assets/minecraft/models/item/furnace.json b/1.15.2/assets/minecraft/models/item/furnace.json new file mode 100644 index 00000000..029275c7 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/furnace.json @@ -0,0 +1,3 @@ +{ + "parent": "block/furnace" +} diff --git a/1.15.2/assets/minecraft/models/item/furnace_minecart.json b/1.15.2/assets/minecraft/models/item/furnace_minecart.json new file mode 100644 index 00000000..4e5d873d --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/furnace_minecart.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/furnace_minecart" + } +} diff --git a/1.15.2/assets/minecraft/models/item/generated.json b/1.15.2/assets/minecraft/models/item/generated.json new file mode 100644 index 00000000..89aa79e9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/generated.json @@ -0,0 +1,30 @@ +{ + "parent": "builtin/generated", + "gui_light": "front", + "display": { + "ground": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 2, 0], + "scale":[ 0.5, 0.5, 0.5 ] + }, + "head": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 13, 7], + "scale":[ 1, 1, 1] + }, + "thirdperson_righthand": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 3, 1 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson_righthand": { + "rotation": [ 0, -90, 25 ], + "translation": [ 1.13, 3.2, 1.13], + "scale": [ 0.68, 0.68, 0.68 ] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "scale": [ 1, 1, 1 ] + } + } +} diff --git a/1.15.2/assets/minecraft/models/item/ghast_spawn_egg.json b/1.15.2/assets/minecraft/models/item/ghast_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/ghast_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.15.2/assets/minecraft/models/item/ghast_tear.json b/1.15.2/assets/minecraft/models/item/ghast_tear.json new file mode 100644 index 00000000..0003efee --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/ghast_tear.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/ghast_tear" + } +} diff --git a/1.15.2/assets/minecraft/models/item/glass.json b/1.15.2/assets/minecraft/models/item/glass.json new file mode 100644 index 00000000..91500b64 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glass" +} diff --git a/1.15.2/assets/minecraft/models/item/glass_bottle.json b/1.15.2/assets/minecraft/models/item/glass_bottle.json new file mode 100644 index 00000000..4faf6349 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/glass_bottle.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/glass_bottle" + } +} diff --git a/1.15.2/assets/minecraft/models/item/glass_pane.json b/1.15.2/assets/minecraft/models/item/glass_pane.json new file mode 100644 index 00000000..ea70b8ca --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/glass" + } +} diff --git a/1.15.2/assets/minecraft/models/item/glistering_melon_slice.json b/1.15.2/assets/minecraft/models/item/glistering_melon_slice.json new file mode 100644 index 00000000..d7906201 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/glistering_melon_slice.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/glistering_melon_slice" + } +} diff --git a/1.15.2/assets/minecraft/models/item/globe_banner_pattern.json b/1.15.2/assets/minecraft/models/item/globe_banner_pattern.json new file mode 100644 index 00000000..922e4c56 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/globe_banner_pattern.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/globe_banner_pattern" + } +} diff --git a/1.15.2/assets/minecraft/models/item/glowstone.json b/1.15.2/assets/minecraft/models/item/glowstone.json new file mode 100644 index 00000000..330bd266 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/glowstone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glowstone" +} diff --git a/1.15.2/assets/minecraft/models/item/glowstone_dust.json b/1.15.2/assets/minecraft/models/item/glowstone_dust.json new file mode 100644 index 00000000..5a81639d --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/glowstone_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/glowstone_dust" + } +} diff --git a/1.15.2/assets/minecraft/models/item/gold_block.json b/1.15.2/assets/minecraft/models/item/gold_block.json new file mode 100644 index 00000000..c93c124a --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/gold_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/gold_block" +} diff --git a/1.15.2/assets/minecraft/models/item/gold_ingot.json b/1.15.2/assets/minecraft/models/item/gold_ingot.json new file mode 100644 index 00000000..7a7ae011 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/gold_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/gold_ingot" + } +} diff --git a/1.15.2/assets/minecraft/models/item/gold_nugget.json b/1.15.2/assets/minecraft/models/item/gold_nugget.json new file mode 100644 index 00000000..445269cb --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/gold_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/gold_nugget" + } +} diff --git a/1.15.2/assets/minecraft/models/item/gold_ore.json b/1.15.2/assets/minecraft/models/item/gold_ore.json new file mode 100644 index 00000000..7de63604 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/gold_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "block/gold_ore" +} diff --git a/1.15.2/assets/minecraft/models/item/golden_apple.json b/1.15.2/assets/minecraft/models/item/golden_apple.json new file mode 100644 index 00000000..f8114273 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/golden_apple.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/golden_apple" + } +} diff --git a/1.15.2/assets/minecraft/models/item/golden_axe.json b/1.15.2/assets/minecraft/models/item/golden_axe.json new file mode 100644 index 00000000..0a849ea5 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/golden_axe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/golden_axe" + } +} diff --git a/1.15.2/assets/minecraft/models/item/golden_boots.json b/1.15.2/assets/minecraft/models/item/golden_boots.json new file mode 100644 index 00000000..e7094b4c --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/golden_boots.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/golden_boots" + } +} diff --git a/1.15.2/assets/minecraft/models/item/golden_carrot.json b/1.15.2/assets/minecraft/models/item/golden_carrot.json new file mode 100644 index 00000000..f5986bdc --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/golden_carrot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/golden_carrot" + } +} diff --git a/1.15.2/assets/minecraft/models/item/golden_chestplate.json b/1.15.2/assets/minecraft/models/item/golden_chestplate.json new file mode 100644 index 00000000..7810ad8f --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/golden_chestplate.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/golden_chestplate" + } +} diff --git a/1.15.2/assets/minecraft/models/item/golden_helmet.json b/1.15.2/assets/minecraft/models/item/golden_helmet.json new file mode 100644 index 00000000..42f820b1 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/golden_helmet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/golden_helmet" + } +} diff --git a/1.15.2/assets/minecraft/models/item/golden_hoe.json b/1.15.2/assets/minecraft/models/item/golden_hoe.json new file mode 100644 index 00000000..3012ded5 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/golden_hoe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/golden_hoe" + } +} diff --git a/1.15.2/assets/minecraft/models/item/golden_horse_armor.json b/1.15.2/assets/minecraft/models/item/golden_horse_armor.json new file mode 100644 index 00000000..e2740897 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/golden_horse_armor.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/golden_horse_armor" + } +} diff --git a/1.15.2/assets/minecraft/models/item/golden_leggings.json b/1.15.2/assets/minecraft/models/item/golden_leggings.json new file mode 100644 index 00000000..5830dfc3 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/golden_leggings.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/golden_leggings" + } +} diff --git a/1.15.2/assets/minecraft/models/item/golden_pickaxe.json b/1.15.2/assets/minecraft/models/item/golden_pickaxe.json new file mode 100644 index 00000000..8f991be8 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/golden_pickaxe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/golden_pickaxe" + } +} diff --git a/1.15.2/assets/minecraft/models/item/golden_shovel.json b/1.15.2/assets/minecraft/models/item/golden_shovel.json new file mode 100644 index 00000000..c57c3bd0 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/golden_shovel.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/golden_shovel" + } +} diff --git a/1.15.2/assets/minecraft/models/item/golden_sword.json b/1.15.2/assets/minecraft/models/item/golden_sword.json new file mode 100644 index 00000000..9220e27b --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/golden_sword.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/golden_sword" + } +} diff --git a/1.15.2/assets/minecraft/models/item/granite.json b/1.15.2/assets/minecraft/models/item/granite.json new file mode 100644 index 00000000..1355a62d --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/granite.json @@ -0,0 +1,3 @@ +{ + "parent": "block/granite" +} diff --git a/1.15.2/assets/minecraft/models/item/granite_slab.json b/1.15.2/assets/minecraft/models/item/granite_slab.json new file mode 100644 index 00000000..fa77aad9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/granite_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/granite_slab" +} diff --git a/1.15.2/assets/minecraft/models/item/granite_stairs.json b/1.15.2/assets/minecraft/models/item/granite_stairs.json new file mode 100644 index 00000000..3c1561e9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/granite_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/granite_stairs" +} diff --git a/1.15.2/assets/minecraft/models/item/granite_wall.json b/1.15.2/assets/minecraft/models/item/granite_wall.json new file mode 100644 index 00000000..19e194f8 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/granite_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "block/granite_wall_inventory" +} diff --git a/1.15.2/assets/minecraft/models/item/grass.json b/1.15.2/assets/minecraft/models/item/grass.json new file mode 100644 index 00000000..1cf21698 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/grass.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/grass" + } +} diff --git a/1.15.2/assets/minecraft/models/item/grass_block.json b/1.15.2/assets/minecraft/models/item/grass_block.json new file mode 100644 index 00000000..21bc4374 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/grass_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/grass_block" +} diff --git a/1.15.2/assets/minecraft/models/item/grass_path.json b/1.15.2/assets/minecraft/models/item/grass_path.json new file mode 100644 index 00000000..b12e1511 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/grass_path.json @@ -0,0 +1,3 @@ +{ + "parent": "block/grass_path" +} diff --git a/1.15.2/assets/minecraft/models/item/gravel.json b/1.15.2/assets/minecraft/models/item/gravel.json new file mode 100644 index 00000000..0d75aae2 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/gravel.json @@ -0,0 +1,3 @@ +{ + "parent": "block/gravel" +} diff --git a/1.15.2/assets/minecraft/models/item/gray_banner.json b/1.15.2/assets/minecraft/models/item/gray_banner.json new file mode 100644 index 00000000..9d43dcc2 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/gray_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_banner" +} diff --git a/1.15.2/assets/minecraft/models/item/gray_bed.json b/1.15.2/assets/minecraft/models/item/gray_bed.json new file mode 100644 index 00000000..54058692 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/gray_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "item/template_bed", + "textures": { + "particle": "block/gray_wool" + } +} diff --git a/1.15.2/assets/minecraft/models/item/gray_carpet.json b/1.15.2/assets/minecraft/models/item/gray_carpet.json new file mode 100644 index 00000000..baa27e35 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/gray_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/gray_carpet" +} diff --git a/1.15.2/assets/minecraft/models/item/gray_concrete.json b/1.15.2/assets/minecraft/models/item/gray_concrete.json new file mode 100644 index 00000000..79788258 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/gray_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "block/gray_concrete" +} diff --git a/1.15.2/assets/minecraft/models/item/gray_concrete_powder.json b/1.15.2/assets/minecraft/models/item/gray_concrete_powder.json new file mode 100644 index 00000000..c48f8a1e --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/gray_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "block/gray_concrete_powder" +} diff --git a/1.15.2/assets/minecraft/models/item/gray_dye.json b/1.15.2/assets/minecraft/models/item/gray_dye.json new file mode 100644 index 00000000..e5040b0c --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/gray_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/gray_dye" + } +} diff --git a/1.15.2/assets/minecraft/models/item/gray_glazed_terracotta.json b/1.15.2/assets/minecraft/models/item/gray_glazed_terracotta.json new file mode 100644 index 00000000..eeae4e53 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/gray_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/gray_glazed_terracotta" +} diff --git a/1.15.2/assets/minecraft/models/item/gray_shulker_box.json b/1.15.2/assets/minecraft/models/item/gray_shulker_box.json new file mode 100644 index 00000000..d431ba4e --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/gray_shulker_box.json @@ -0,0 +1,6 @@ +{ + "parent": "item/template_shulker_box", + "textures": { + "particle": "block/gray_shulker_box" + } +} diff --git a/1.15.2/assets/minecraft/models/item/gray_stained_glass.json b/1.15.2/assets/minecraft/models/item/gray_stained_glass.json new file mode 100644 index 00000000..f132339b --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/gray_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/gray_stained_glass" +} diff --git a/1.15.2/assets/minecraft/models/item/gray_stained_glass_pane.json b/1.15.2/assets/minecraft/models/item/gray_stained_glass_pane.json new file mode 100644 index 00000000..636a67d9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/gray_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/gray_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/item/gray_terracotta.json b/1.15.2/assets/minecraft/models/item/gray_terracotta.json new file mode 100644 index 00000000..400de55e --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/gray_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/gray_terracotta" +} diff --git a/1.15.2/assets/minecraft/models/item/gray_wool.json b/1.15.2/assets/minecraft/models/item/gray_wool.json new file mode 100644 index 00000000..b92853c6 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/gray_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/gray_wool" +} diff --git a/1.15.2/assets/minecraft/models/item/green_banner.json b/1.15.2/assets/minecraft/models/item/green_banner.json new file mode 100644 index 00000000..9d43dcc2 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/green_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_banner" +} diff --git a/1.15.2/assets/minecraft/models/item/green_bed.json b/1.15.2/assets/minecraft/models/item/green_bed.json new file mode 100644 index 00000000..925b3014 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/green_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "item/template_bed", + "textures": { + "particle": "block/green_wool" + } +} diff --git a/1.15.2/assets/minecraft/models/item/green_carpet.json b/1.15.2/assets/minecraft/models/item/green_carpet.json new file mode 100644 index 00000000..75453bb1 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/green_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/green_carpet" +} diff --git a/1.15.2/assets/minecraft/models/item/green_concrete.json b/1.15.2/assets/minecraft/models/item/green_concrete.json new file mode 100644 index 00000000..aa4687f0 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/green_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "block/green_concrete" +} diff --git a/1.15.2/assets/minecraft/models/item/green_concrete_powder.json b/1.15.2/assets/minecraft/models/item/green_concrete_powder.json new file mode 100644 index 00000000..c8fd5251 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/green_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "block/green_concrete_powder" +} diff --git a/1.15.2/assets/minecraft/models/item/green_dye.json b/1.15.2/assets/minecraft/models/item/green_dye.json new file mode 100644 index 00000000..a1f65545 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/green_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/green_dye" + } +} diff --git a/1.15.2/assets/minecraft/models/item/green_glazed_terracotta.json b/1.15.2/assets/minecraft/models/item/green_glazed_terracotta.json new file mode 100644 index 00000000..6b7e5d36 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/green_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/green_glazed_terracotta" +} diff --git a/1.15.2/assets/minecraft/models/item/green_shulker_box.json b/1.15.2/assets/minecraft/models/item/green_shulker_box.json new file mode 100644 index 00000000..e05234a2 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/green_shulker_box.json @@ -0,0 +1,6 @@ +{ + "parent": "item/template_shulker_box", + "textures": { + "particle": "block/green_shulker_box" + } +} diff --git a/1.15.2/assets/minecraft/models/item/green_stained_glass.json b/1.15.2/assets/minecraft/models/item/green_stained_glass.json new file mode 100644 index 00000000..5e024dcc --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/green_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/green_stained_glass" +} diff --git a/1.15.2/assets/minecraft/models/item/green_stained_glass_pane.json b/1.15.2/assets/minecraft/models/item/green_stained_glass_pane.json new file mode 100644 index 00000000..a99a8319 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/green_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/green_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/item/green_terracotta.json b/1.15.2/assets/minecraft/models/item/green_terracotta.json new file mode 100644 index 00000000..17db69f8 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/green_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/green_terracotta" +} diff --git a/1.15.2/assets/minecraft/models/item/green_wool.json b/1.15.2/assets/minecraft/models/item/green_wool.json new file mode 100644 index 00000000..4c5ae5d7 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/green_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/green_wool" +} diff --git a/1.15.2/assets/minecraft/models/item/grindstone.json b/1.15.2/assets/minecraft/models/item/grindstone.json new file mode 100644 index 00000000..bea15088 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/grindstone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/grindstone" +} diff --git a/1.15.2/assets/minecraft/models/item/guardian_spawn_egg.json b/1.15.2/assets/minecraft/models/item/guardian_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/guardian_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.15.2/assets/minecraft/models/item/gunpowder.json b/1.15.2/assets/minecraft/models/item/gunpowder.json new file mode 100644 index 00000000..a4292d87 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/gunpowder.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/gunpowder" + } +} diff --git a/1.15.2/assets/minecraft/models/item/handheld.json b/1.15.2/assets/minecraft/models/item/handheld.json new file mode 100644 index 00000000..51ea90fc --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/handheld.json @@ -0,0 +1,25 @@ +{ + "parent": "item/generated", + "display": { + "thirdperson_righthand": { + "rotation": [ 0, -90, 55 ], + "translation": [ 0, 4.0, 0.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "thirdperson_lefthand": { + "rotation": [ 0, 90, -55 ], + "translation": [ 0, 4.0, 0.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson_righthand": { + "rotation": [ 0, -90, 25 ], + "translation": [ 1.13, 3.2, 1.13 ], + "scale": [ 0.68, 0.68, 0.68 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, 90, -25 ], + "translation": [ 1.13, 3.2, 1.13 ], + "scale": [ 0.68, 0.68, 0.68 ] + } + } +} diff --git a/1.15.2/assets/minecraft/models/item/handheld_rod.json b/1.15.2/assets/minecraft/models/item/handheld_rod.json new file mode 100644 index 00000000..de794a4a --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/handheld_rod.json @@ -0,0 +1,25 @@ +{ + "parent": "item/handheld", + "display": { + "thirdperson_righthand": { + "rotation": [ 0, 90, 55 ], + "translation": [ 0, 4.0, 2.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "thirdperson_lefthand": { + "rotation": [ 0, -90, -55 ], + "translation": [ 0, 4.0, 2.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 90, 25 ], + "translation": [ 0, 1.6, 0.8 ], + "scale": [ 0.68, 0.68, 0.68 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, -90, -25 ], + "translation": [ 0, 1.6, 0.8 ], + "scale": [ 0.68, 0.68, 0.68 ] + } + } +} diff --git a/1.15.2/assets/minecraft/models/item/hay_block.json b/1.15.2/assets/minecraft/models/item/hay_block.json new file mode 100644 index 00000000..e5e85c73 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/hay_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hay_block" +} diff --git a/1.15.2/assets/minecraft/models/item/heart_of_the_sea.json b/1.15.2/assets/minecraft/models/item/heart_of_the_sea.json new file mode 100644 index 00000000..891b0d1c --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/heart_of_the_sea.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/heart_of_the_sea" + } +} diff --git a/1.15.2/assets/minecraft/models/item/heavy_weighted_pressure_plate.json b/1.15.2/assets/minecraft/models/item/heavy_weighted_pressure_plate.json new file mode 100644 index 00000000..67d50c3a --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/heavy_weighted_pressure_plate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/heavy_weighted_pressure_plate" +} diff --git a/1.15.2/assets/minecraft/models/item/honey_block.json b/1.15.2/assets/minecraft/models/item/honey_block.json new file mode 100644 index 00000000..4ce94a7e --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/honey_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/honey_block" +} diff --git a/1.15.2/assets/minecraft/models/item/honey_bottle.json b/1.15.2/assets/minecraft/models/item/honey_bottle.json new file mode 100644 index 00000000..cb323f42 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/honey_bottle.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/honey_bottle" + } +} diff --git a/1.15.2/assets/minecraft/models/item/honeycomb.json b/1.15.2/assets/minecraft/models/item/honeycomb.json new file mode 100644 index 00000000..db98bbfb --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/honeycomb.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/honeycomb" + } +} diff --git a/1.15.2/assets/minecraft/models/item/honeycomb_block.json b/1.15.2/assets/minecraft/models/item/honeycomb_block.json new file mode 100644 index 00000000..3c5d6bfd --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/honeycomb_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/honeycomb_block" +} diff --git a/1.15.2/assets/minecraft/models/item/hopper.json b/1.15.2/assets/minecraft/models/item/hopper.json new file mode 100644 index 00000000..76fb7c5b --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/hopper.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/hopper" + } +} diff --git a/1.15.2/assets/minecraft/models/item/hopper_minecart.json b/1.15.2/assets/minecraft/models/item/hopper_minecart.json new file mode 100644 index 00000000..409071e7 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/hopper_minecart.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/hopper_minecart" + } +} diff --git a/1.15.2/assets/minecraft/models/item/horn_coral.json b/1.15.2/assets/minecraft/models/item/horn_coral.json new file mode 100644 index 00000000..087fb895 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/horn_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/horn_coral" + } +} diff --git a/1.15.2/assets/minecraft/models/item/horn_coral_block.json b/1.15.2/assets/minecraft/models/item/horn_coral_block.json new file mode 100644 index 00000000..2b9ac63a --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/horn_coral_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/horn_coral_block" +} diff --git a/1.15.2/assets/minecraft/models/item/horn_coral_fan.json b/1.15.2/assets/minecraft/models/item/horn_coral_fan.json new file mode 100644 index 00000000..2fca761b --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/horn_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/horn_coral_fan" + } +} diff --git a/1.15.2/assets/minecraft/models/item/horn_coral_wall_fan.json b/1.15.2/assets/minecraft/models/item/horn_coral_wall_fan.json new file mode 100644 index 00000000..2fca761b --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/horn_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/horn_coral_fan" + } +} diff --git a/1.15.2/assets/minecraft/models/item/horse_spawn_egg.json b/1.15.2/assets/minecraft/models/item/horse_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/horse_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.15.2/assets/minecraft/models/item/husk_spawn_egg.json b/1.15.2/assets/minecraft/models/item/husk_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/husk_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.15.2/assets/minecraft/models/item/ice.json b/1.15.2/assets/minecraft/models/item/ice.json new file mode 100644 index 00000000..b7f5c4ad --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/ice.json @@ -0,0 +1,3 @@ +{ + "parent": "block/ice" +} diff --git a/1.15.2/assets/minecraft/models/item/infested_chiseled_stone_bricks.json b/1.15.2/assets/minecraft/models/item/infested_chiseled_stone_bricks.json new file mode 100644 index 00000000..6dbc5cbe --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/infested_chiseled_stone_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/chiseled_stone_bricks" +} diff --git a/1.15.2/assets/minecraft/models/item/infested_cobblestone.json b/1.15.2/assets/minecraft/models/item/infested_cobblestone.json new file mode 100644 index 00000000..6e8e19e4 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/infested_cobblestone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cobblestone" +} diff --git a/1.15.2/assets/minecraft/models/item/infested_cracked_stone_bricks.json b/1.15.2/assets/minecraft/models/item/infested_cracked_stone_bricks.json new file mode 100644 index 00000000..c1c60352 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/infested_cracked_stone_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cracked_stone_bricks" +} diff --git a/1.15.2/assets/minecraft/models/item/infested_mossy_stone_bricks.json b/1.15.2/assets/minecraft/models/item/infested_mossy_stone_bricks.json new file mode 100644 index 00000000..dbb94d6f --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/infested_mossy_stone_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/mossy_stone_bricks" +} diff --git a/1.15.2/assets/minecraft/models/item/infested_stone.json b/1.15.2/assets/minecraft/models/item/infested_stone.json new file mode 100644 index 00000000..68982f03 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/infested_stone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stone" +} diff --git a/1.15.2/assets/minecraft/models/item/infested_stone_bricks.json b/1.15.2/assets/minecraft/models/item/infested_stone_bricks.json new file mode 100644 index 00000000..64b053db --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/infested_stone_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stone_bricks" +} diff --git a/1.15.2/assets/minecraft/models/item/ink_sac.json b/1.15.2/assets/minecraft/models/item/ink_sac.json new file mode 100644 index 00000000..7699a510 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/ink_sac.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/ink_sac" + } +} diff --git a/1.15.2/assets/minecraft/models/item/iron_axe.json b/1.15.2/assets/minecraft/models/item/iron_axe.json new file mode 100644 index 00000000..fbfea2e1 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/iron_axe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/iron_axe" + } +} diff --git a/1.15.2/assets/minecraft/models/item/iron_bars.json b/1.15.2/assets/minecraft/models/item/iron_bars.json new file mode 100644 index 00000000..89d8fe7f --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/iron_bars.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/iron_bars" + } +} diff --git a/1.15.2/assets/minecraft/models/item/iron_block.json b/1.15.2/assets/minecraft/models/item/iron_block.json new file mode 100644 index 00000000..7a6a30ad --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/iron_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/iron_block" +} diff --git a/1.15.2/assets/minecraft/models/item/iron_boots.json b/1.15.2/assets/minecraft/models/item/iron_boots.json new file mode 100644 index 00000000..a5108fa1 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/iron_boots.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/iron_boots" + } +} diff --git a/1.15.2/assets/minecraft/models/item/iron_chestplate.json b/1.15.2/assets/minecraft/models/item/iron_chestplate.json new file mode 100644 index 00000000..d6cfa5bf --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/iron_chestplate.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/iron_chestplate" + } +} diff --git a/1.15.2/assets/minecraft/models/item/iron_door.json b/1.15.2/assets/minecraft/models/item/iron_door.json new file mode 100644 index 00000000..02735647 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/iron_door.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/iron_door" + } +} diff --git a/1.15.2/assets/minecraft/models/item/iron_helmet.json b/1.15.2/assets/minecraft/models/item/iron_helmet.json new file mode 100644 index 00000000..0b56f8bc --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/iron_helmet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/iron_helmet" + } +} diff --git a/1.15.2/assets/minecraft/models/item/iron_hoe.json b/1.15.2/assets/minecraft/models/item/iron_hoe.json new file mode 100644 index 00000000..05ee9f36 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/iron_hoe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/iron_hoe" + } +} diff --git a/1.15.2/assets/minecraft/models/item/iron_horse_armor.json b/1.15.2/assets/minecraft/models/item/iron_horse_armor.json new file mode 100644 index 00000000..70051070 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/iron_horse_armor.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/iron_horse_armor" + } +} diff --git a/1.15.2/assets/minecraft/models/item/iron_ingot.json b/1.15.2/assets/minecraft/models/item/iron_ingot.json new file mode 100644 index 00000000..42f2cd11 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/iron_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/iron_ingot" + } +} diff --git a/1.15.2/assets/minecraft/models/item/iron_leggings.json b/1.15.2/assets/minecraft/models/item/iron_leggings.json new file mode 100644 index 00000000..ab4e8699 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/iron_leggings.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/iron_leggings" + } +} diff --git a/1.15.2/assets/minecraft/models/item/iron_nugget.json b/1.15.2/assets/minecraft/models/item/iron_nugget.json new file mode 100644 index 00000000..42907cee --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/iron_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/iron_nugget" + } +} diff --git a/1.15.2/assets/minecraft/models/item/iron_ore.json b/1.15.2/assets/minecraft/models/item/iron_ore.json new file mode 100644 index 00000000..34a8fba1 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/iron_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "block/iron_ore" +} diff --git a/1.15.2/assets/minecraft/models/item/iron_pickaxe.json b/1.15.2/assets/minecraft/models/item/iron_pickaxe.json new file mode 100644 index 00000000..f3a15b97 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/iron_pickaxe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/iron_pickaxe" + } +} diff --git a/1.15.2/assets/minecraft/models/item/iron_shovel.json b/1.15.2/assets/minecraft/models/item/iron_shovel.json new file mode 100644 index 00000000..a04685a3 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/iron_shovel.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/iron_shovel" + } +} diff --git a/1.15.2/assets/minecraft/models/item/iron_sword.json b/1.15.2/assets/minecraft/models/item/iron_sword.json new file mode 100644 index 00000000..4dda602c --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/iron_sword.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/iron_sword" + } +} diff --git a/1.15.2/assets/minecraft/models/item/iron_trapdoor.json b/1.15.2/assets/minecraft/models/item/iron_trapdoor.json new file mode 100644 index 00000000..40f44a8b --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/iron_trapdoor.json @@ -0,0 +1,3 @@ +{ + "parent": "block/iron_trapdoor_bottom" +} diff --git a/1.15.2/assets/minecraft/models/item/item_frame.json b/1.15.2/assets/minecraft/models/item/item_frame.json new file mode 100644 index 00000000..72aaa39d --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/item_frame.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/item_frame" + } +} diff --git a/1.15.2/assets/minecraft/models/item/jack_o_lantern.json b/1.15.2/assets/minecraft/models/item/jack_o_lantern.json new file mode 100644 index 00000000..536d2303 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/jack_o_lantern.json @@ -0,0 +1,3 @@ +{ + "parent": "block/jack_o_lantern" +} diff --git a/1.15.2/assets/minecraft/models/item/jigsaw.json b/1.15.2/assets/minecraft/models/item/jigsaw.json new file mode 100644 index 00000000..cf740206 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/jigsaw.json @@ -0,0 +1,3 @@ +{ + "parent": "block/jigsaw" +} diff --git a/1.15.2/assets/minecraft/models/item/jukebox.json b/1.15.2/assets/minecraft/models/item/jukebox.json new file mode 100644 index 00000000..bf840fa8 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/jukebox.json @@ -0,0 +1,3 @@ +{ + "parent": "block/jukebox" +} diff --git a/1.15.2/assets/minecraft/models/item/jungle_boat.json b/1.15.2/assets/minecraft/models/item/jungle_boat.json new file mode 100644 index 00000000..e43a48d4 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/jungle_boat.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/jungle_boat" + } +} diff --git a/1.15.2/assets/minecraft/models/item/jungle_button.json b/1.15.2/assets/minecraft/models/item/jungle_button.json new file mode 100644 index 00000000..bc21c62c --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/jungle_button.json @@ -0,0 +1,3 @@ +{ + "parent": "block/jungle_button_inventory" +} diff --git a/1.15.2/assets/minecraft/models/item/jungle_door.json b/1.15.2/assets/minecraft/models/item/jungle_door.json new file mode 100644 index 00000000..e3b4230b --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/jungle_door.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/jungle_door" + } +} diff --git a/1.15.2/assets/minecraft/models/item/jungle_fence.json b/1.15.2/assets/minecraft/models/item/jungle_fence.json new file mode 100644 index 00000000..0003ec67 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/jungle_fence.json @@ -0,0 +1,3 @@ +{ + "parent": "block/jungle_fence_inventory" +} diff --git a/1.15.2/assets/minecraft/models/item/jungle_fence_gate.json b/1.15.2/assets/minecraft/models/item/jungle_fence_gate.json new file mode 100644 index 00000000..a7bc589b --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/jungle_fence_gate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/jungle_fence_gate" +} diff --git a/1.15.2/assets/minecraft/models/item/jungle_leaves.json b/1.15.2/assets/minecraft/models/item/jungle_leaves.json new file mode 100644 index 00000000..15593fbd --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/jungle_leaves.json @@ -0,0 +1,3 @@ +{ + "parent": "block/jungle_leaves" +} diff --git a/1.15.2/assets/minecraft/models/item/jungle_log.json b/1.15.2/assets/minecraft/models/item/jungle_log.json new file mode 100644 index 00000000..00da19d4 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/jungle_log.json @@ -0,0 +1,3 @@ +{ + "parent": "block/jungle_log" +} diff --git a/1.15.2/assets/minecraft/models/item/jungle_planks.json b/1.15.2/assets/minecraft/models/item/jungle_planks.json new file mode 100644 index 00000000..23064c8e --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/jungle_planks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/jungle_planks" +} diff --git a/1.15.2/assets/minecraft/models/item/jungle_pressure_plate.json b/1.15.2/assets/minecraft/models/item/jungle_pressure_plate.json new file mode 100644 index 00000000..6d5d9da3 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/jungle_pressure_plate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/jungle_pressure_plate" +} diff --git a/1.15.2/assets/minecraft/models/item/jungle_sapling.json b/1.15.2/assets/minecraft/models/item/jungle_sapling.json new file mode 100644 index 00000000..212f2dab --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/jungle_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/jungle_sapling" + } +} diff --git a/1.15.2/assets/minecraft/models/item/jungle_sign.json b/1.15.2/assets/minecraft/models/item/jungle_sign.json new file mode 100644 index 00000000..e91e4ccf --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/jungle_sign.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/jungle_sign" + } +} diff --git a/1.15.2/assets/minecraft/models/item/jungle_slab.json b/1.15.2/assets/minecraft/models/item/jungle_slab.json new file mode 100644 index 00000000..df31c1f7 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/jungle_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/jungle_slab" +} diff --git a/1.15.2/assets/minecraft/models/item/jungle_stairs.json b/1.15.2/assets/minecraft/models/item/jungle_stairs.json new file mode 100644 index 00000000..48357158 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/jungle_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/jungle_stairs" +} diff --git a/1.15.2/assets/minecraft/models/item/jungle_trapdoor.json b/1.15.2/assets/minecraft/models/item/jungle_trapdoor.json new file mode 100644 index 00000000..0ca42e4a --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/jungle_trapdoor.json @@ -0,0 +1,3 @@ +{ + "parent": "block/jungle_trapdoor_bottom" +} diff --git a/1.15.2/assets/minecraft/models/item/jungle_wood.json b/1.15.2/assets/minecraft/models/item/jungle_wood.json new file mode 100644 index 00000000..3e635c52 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/jungle_wood.json @@ -0,0 +1,3 @@ +{ + "parent": "block/jungle_wood" +} diff --git a/1.15.2/assets/minecraft/models/item/kelp.json b/1.15.2/assets/minecraft/models/item/kelp.json new file mode 100644 index 00000000..bc61535e --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/kelp.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/kelp" + } +} diff --git a/1.15.2/assets/minecraft/models/item/knowledge_book.json b/1.15.2/assets/minecraft/models/item/knowledge_book.json new file mode 100644 index 00000000..14f58d2f --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/knowledge_book.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/knowledge_book" + } +} diff --git a/1.15.2/assets/minecraft/models/item/ladder.json b/1.15.2/assets/minecraft/models/item/ladder.json new file mode 100644 index 00000000..3281735b --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/ladder.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/ladder" + } +} diff --git a/1.15.2/assets/minecraft/models/item/lantern.json b/1.15.2/assets/minecraft/models/item/lantern.json new file mode 100644 index 00000000..d9fe2e8f --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/lantern.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/lantern" + } +} diff --git a/1.15.2/assets/minecraft/models/item/lapis_block.json b/1.15.2/assets/minecraft/models/item/lapis_block.json new file mode 100644 index 00000000..e441681b --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/lapis_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/lapis_block" +} diff --git a/1.15.2/assets/minecraft/models/item/lapis_lazuli.json b/1.15.2/assets/minecraft/models/item/lapis_lazuli.json new file mode 100644 index 00000000..5b83b730 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/lapis_lazuli.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/lapis_lazuli" + } +} diff --git a/1.15.2/assets/minecraft/models/item/lapis_ore.json b/1.15.2/assets/minecraft/models/item/lapis_ore.json new file mode 100644 index 00000000..7f682a31 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/lapis_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "block/lapis_ore" +} diff --git a/1.15.2/assets/minecraft/models/item/large_fern.json b/1.15.2/assets/minecraft/models/item/large_fern.json new file mode 100644 index 00000000..9fbf78c7 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/large_fern.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/large_fern_top" + } +} diff --git a/1.15.2/assets/minecraft/models/item/lava_bucket.json b/1.15.2/assets/minecraft/models/item/lava_bucket.json new file mode 100644 index 00000000..166fc5cb --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/lava_bucket.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/lava_bucket" + } +} diff --git a/1.15.2/assets/minecraft/models/item/lead.json b/1.15.2/assets/minecraft/models/item/lead.json new file mode 100644 index 00000000..df628d66 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/lead.json @@ -0,0 +1,13 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/lead" + }, + "display": { + "head": { + "rotation": [ 0, 0, 0 ], + "translation": [ 2.75, -2.75, -6.5], + "scale":[ 0.8, 0.8, 0.8] + } + } +} diff --git a/1.15.2/assets/minecraft/models/item/leather.json b/1.15.2/assets/minecraft/models/item/leather.json new file mode 100644 index 00000000..8cc1909e --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/leather.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/leather" + } +} diff --git a/1.15.2/assets/minecraft/models/item/leather_boots.json b/1.15.2/assets/minecraft/models/item/leather_boots.json new file mode 100644 index 00000000..9a9733ab --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/leather_boots.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/leather_boots", + "layer1": "item/leather_boots_overlay" + } +} diff --git a/1.15.2/assets/minecraft/models/item/leather_chestplate.json b/1.15.2/assets/minecraft/models/item/leather_chestplate.json new file mode 100644 index 00000000..45359b7c --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/leather_chestplate.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/leather_chestplate", + "layer1": "item/leather_chestplate_overlay" + } +} diff --git a/1.15.2/assets/minecraft/models/item/leather_helmet.json b/1.15.2/assets/minecraft/models/item/leather_helmet.json new file mode 100644 index 00000000..0e5775b7 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/leather_helmet.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/leather_helmet", + "layer1": "item/leather_helmet_overlay" + } +} diff --git a/1.15.2/assets/minecraft/models/item/leather_horse_armor.json b/1.15.2/assets/minecraft/models/item/leather_horse_armor.json new file mode 100644 index 00000000..30385655 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/leather_horse_armor.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/leather_horse_armor" + } +} diff --git a/1.15.2/assets/minecraft/models/item/leather_leggings.json b/1.15.2/assets/minecraft/models/item/leather_leggings.json new file mode 100644 index 00000000..1d8f9844 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/leather_leggings.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/leather_leggings", + "layer1": "item/leather_leggings_overlay" + } +} diff --git a/1.15.2/assets/minecraft/models/item/lectern.json b/1.15.2/assets/minecraft/models/item/lectern.json new file mode 100644 index 00000000..b5c94a10 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/lectern.json @@ -0,0 +1,3 @@ +{ + "parent": "block/lectern" +} diff --git a/1.15.2/assets/minecraft/models/item/lever.json b/1.15.2/assets/minecraft/models/item/lever.json new file mode 100644 index 00000000..82d04aa3 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/lever.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/lever" + } +} diff --git a/1.15.2/assets/minecraft/models/item/light_blue_banner.json b/1.15.2/assets/minecraft/models/item/light_blue_banner.json new file mode 100644 index 00000000..9d43dcc2 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/light_blue_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_banner" +} diff --git a/1.15.2/assets/minecraft/models/item/light_blue_bed.json b/1.15.2/assets/minecraft/models/item/light_blue_bed.json new file mode 100644 index 00000000..bab617d3 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/light_blue_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "item/template_bed", + "textures": { + "particle": "block/light_blue_wool" + } +} diff --git a/1.15.2/assets/minecraft/models/item/light_blue_carpet.json b/1.15.2/assets/minecraft/models/item/light_blue_carpet.json new file mode 100644 index 00000000..33c7bc45 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/light_blue_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/light_blue_carpet" +} diff --git a/1.15.2/assets/minecraft/models/item/light_blue_concrete.json b/1.15.2/assets/minecraft/models/item/light_blue_concrete.json new file mode 100644 index 00000000..66e01f27 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/light_blue_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "block/light_blue_concrete" +} diff --git a/1.15.2/assets/minecraft/models/item/light_blue_concrete_powder.json b/1.15.2/assets/minecraft/models/item/light_blue_concrete_powder.json new file mode 100644 index 00000000..1fbf1d06 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/light_blue_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "block/light_blue_concrete_powder" +} diff --git a/1.15.2/assets/minecraft/models/item/light_blue_dye.json b/1.15.2/assets/minecraft/models/item/light_blue_dye.json new file mode 100644 index 00000000..bdcf8bfc --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/light_blue_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/light_blue_dye" + } +} diff --git a/1.15.2/assets/minecraft/models/item/light_blue_glazed_terracotta.json b/1.15.2/assets/minecraft/models/item/light_blue_glazed_terracotta.json new file mode 100644 index 00000000..322cffd1 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/light_blue_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/light_blue_glazed_terracotta" +} diff --git a/1.15.2/assets/minecraft/models/item/light_blue_shulker_box.json b/1.15.2/assets/minecraft/models/item/light_blue_shulker_box.json new file mode 100644 index 00000000..83b263b6 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/light_blue_shulker_box.json @@ -0,0 +1,6 @@ +{ + "parent": "item/template_shulker_box", + "textures": { + "particle": "block/light_blue_shulker_box" + } +} diff --git a/1.15.2/assets/minecraft/models/item/light_blue_stained_glass.json b/1.15.2/assets/minecraft/models/item/light_blue_stained_glass.json new file mode 100644 index 00000000..333b6cd9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/light_blue_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/light_blue_stained_glass" +} diff --git a/1.15.2/assets/minecraft/models/item/light_blue_stained_glass_pane.json b/1.15.2/assets/minecraft/models/item/light_blue_stained_glass_pane.json new file mode 100644 index 00000000..1590a35c --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/light_blue_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/light_blue_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/item/light_blue_terracotta.json b/1.15.2/assets/minecraft/models/item/light_blue_terracotta.json new file mode 100644 index 00000000..e73a0859 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/light_blue_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/light_blue_terracotta" +} diff --git a/1.15.2/assets/minecraft/models/item/light_blue_wool.json b/1.15.2/assets/minecraft/models/item/light_blue_wool.json new file mode 100644 index 00000000..72601467 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/light_blue_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/light_blue_wool" +} diff --git a/1.15.2/assets/minecraft/models/item/light_gray_banner.json b/1.15.2/assets/minecraft/models/item/light_gray_banner.json new file mode 100644 index 00000000..9d43dcc2 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/light_gray_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_banner" +} diff --git a/1.15.2/assets/minecraft/models/item/light_gray_bed.json b/1.15.2/assets/minecraft/models/item/light_gray_bed.json new file mode 100644 index 00000000..461824dc --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/light_gray_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "item/template_bed", + "textures": { + "particle": "block/light_gray_wool" + } +} diff --git a/1.15.2/assets/minecraft/models/item/light_gray_carpet.json b/1.15.2/assets/minecraft/models/item/light_gray_carpet.json new file mode 100644 index 00000000..3d96156d --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/light_gray_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/light_gray_carpet" +} diff --git a/1.15.2/assets/minecraft/models/item/light_gray_concrete.json b/1.15.2/assets/minecraft/models/item/light_gray_concrete.json new file mode 100644 index 00000000..4e990233 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/light_gray_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "block/light_gray_concrete" +} diff --git a/1.15.2/assets/minecraft/models/item/light_gray_concrete_powder.json b/1.15.2/assets/minecraft/models/item/light_gray_concrete_powder.json new file mode 100644 index 00000000..21d4dad1 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/light_gray_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "block/light_gray_concrete_powder" +} diff --git a/1.15.2/assets/minecraft/models/item/light_gray_dye.json b/1.15.2/assets/minecraft/models/item/light_gray_dye.json new file mode 100644 index 00000000..5dd0caf3 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/light_gray_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/light_gray_dye" + } +} diff --git a/1.15.2/assets/minecraft/models/item/light_gray_glazed_terracotta.json b/1.15.2/assets/minecraft/models/item/light_gray_glazed_terracotta.json new file mode 100644 index 00000000..adec12cf --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/light_gray_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/light_gray_glazed_terracotta" +} diff --git a/1.15.2/assets/minecraft/models/item/light_gray_shulker_box.json b/1.15.2/assets/minecraft/models/item/light_gray_shulker_box.json new file mode 100644 index 00000000..1979c155 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/light_gray_shulker_box.json @@ -0,0 +1,6 @@ +{ + "parent": "item/template_shulker_box", + "textures": { + "particle": "block/light_gray_shulker_box" + } +} diff --git a/1.15.2/assets/minecraft/models/item/light_gray_stained_glass.json b/1.15.2/assets/minecraft/models/item/light_gray_stained_glass.json new file mode 100644 index 00000000..bc79deba --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/light_gray_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/light_gray_stained_glass" +} diff --git a/1.15.2/assets/minecraft/models/item/light_gray_stained_glass_pane.json b/1.15.2/assets/minecraft/models/item/light_gray_stained_glass_pane.json new file mode 100644 index 00000000..5a559ec9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/light_gray_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/light_gray_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/item/light_gray_terracotta.json b/1.15.2/assets/minecraft/models/item/light_gray_terracotta.json new file mode 100644 index 00000000..45db2a5c --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/light_gray_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/light_gray_terracotta" +} diff --git a/1.15.2/assets/minecraft/models/item/light_gray_wool.json b/1.15.2/assets/minecraft/models/item/light_gray_wool.json new file mode 100644 index 00000000..2cdcbf9e --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/light_gray_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/light_gray_wool" +} diff --git a/1.15.2/assets/minecraft/models/item/light_weighted_pressure_plate.json b/1.15.2/assets/minecraft/models/item/light_weighted_pressure_plate.json new file mode 100644 index 00000000..03bf68a3 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/light_weighted_pressure_plate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/light_weighted_pressure_plate" +} diff --git a/1.15.2/assets/minecraft/models/item/lilac.json b/1.15.2/assets/minecraft/models/item/lilac.json new file mode 100644 index 00000000..5d25da1a --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/lilac.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/lilac_top" + } +} diff --git a/1.15.2/assets/minecraft/models/item/lily_of_the_valley.json b/1.15.2/assets/minecraft/models/item/lily_of_the_valley.json new file mode 100644 index 00000000..19d9e343 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/lily_of_the_valley.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/lily_of_the_valley" + } +} diff --git a/1.15.2/assets/minecraft/models/item/lily_pad.json b/1.15.2/assets/minecraft/models/item/lily_pad.json new file mode 100644 index 00000000..1c965cf9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/lily_pad.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/lily_pad" + } +} diff --git a/1.15.2/assets/minecraft/models/item/lime_banner.json b/1.15.2/assets/minecraft/models/item/lime_banner.json new file mode 100644 index 00000000..9d43dcc2 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/lime_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_banner" +} diff --git a/1.15.2/assets/minecraft/models/item/lime_bed.json b/1.15.2/assets/minecraft/models/item/lime_bed.json new file mode 100644 index 00000000..d65755c9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/lime_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "item/template_bed", + "textures": { + "particle": "block/lime_wool" + } +} diff --git a/1.15.2/assets/minecraft/models/item/lime_carpet.json b/1.15.2/assets/minecraft/models/item/lime_carpet.json new file mode 100644 index 00000000..5ca3b9a5 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/lime_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/lime_carpet" +} diff --git a/1.15.2/assets/minecraft/models/item/lime_concrete.json b/1.15.2/assets/minecraft/models/item/lime_concrete.json new file mode 100644 index 00000000..5cec3b22 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/lime_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "block/lime_concrete" +} diff --git a/1.15.2/assets/minecraft/models/item/lime_concrete_powder.json b/1.15.2/assets/minecraft/models/item/lime_concrete_powder.json new file mode 100644 index 00000000..4c51fbdf --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/lime_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "block/lime_concrete_powder" +} diff --git a/1.15.2/assets/minecraft/models/item/lime_dye.json b/1.15.2/assets/minecraft/models/item/lime_dye.json new file mode 100644 index 00000000..714b3880 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/lime_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/lime_dye" + } +} diff --git a/1.15.2/assets/minecraft/models/item/lime_glazed_terracotta.json b/1.15.2/assets/minecraft/models/item/lime_glazed_terracotta.json new file mode 100644 index 00000000..fe3f7e28 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/lime_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/lime_glazed_terracotta" +} diff --git a/1.15.2/assets/minecraft/models/item/lime_shulker_box.json b/1.15.2/assets/minecraft/models/item/lime_shulker_box.json new file mode 100644 index 00000000..14b4226b --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/lime_shulker_box.json @@ -0,0 +1,6 @@ +{ + "parent": "item/template_shulker_box", + "textures": { + "particle": "block/lime_shulker_box" + } +} diff --git a/1.15.2/assets/minecraft/models/item/lime_stained_glass.json b/1.15.2/assets/minecraft/models/item/lime_stained_glass.json new file mode 100644 index 00000000..ef7f0c0e --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/lime_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/lime_stained_glass" +} diff --git a/1.15.2/assets/minecraft/models/item/lime_stained_glass_pane.json b/1.15.2/assets/minecraft/models/item/lime_stained_glass_pane.json new file mode 100644 index 00000000..90fe9eae --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/lime_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/lime_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/item/lime_terracotta.json b/1.15.2/assets/minecraft/models/item/lime_terracotta.json new file mode 100644 index 00000000..c8268c3c --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/lime_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/lime_terracotta" +} diff --git a/1.15.2/assets/minecraft/models/item/lime_wool.json b/1.15.2/assets/minecraft/models/item/lime_wool.json new file mode 100644 index 00000000..a3f06e01 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/lime_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/lime_wool" +} diff --git a/1.15.2/assets/minecraft/models/item/lingering_potion.json b/1.15.2/assets/minecraft/models/item/lingering_potion.json new file mode 100644 index 00000000..35ce5d79 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/lingering_potion.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/potion_overlay", + "layer1": "item/lingering_potion" + } +} diff --git a/1.15.2/assets/minecraft/models/item/llama_spawn_egg.json b/1.15.2/assets/minecraft/models/item/llama_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/llama_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.15.2/assets/minecraft/models/item/loom.json b/1.15.2/assets/minecraft/models/item/loom.json new file mode 100644 index 00000000..33a59482 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/loom.json @@ -0,0 +1,3 @@ +{ + "parent": "block/loom" +} diff --git a/1.15.2/assets/minecraft/models/item/magenta_banner.json b/1.15.2/assets/minecraft/models/item/magenta_banner.json new file mode 100644 index 00000000..9d43dcc2 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/magenta_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_banner" +} diff --git a/1.15.2/assets/minecraft/models/item/magenta_bed.json b/1.15.2/assets/minecraft/models/item/magenta_bed.json new file mode 100644 index 00000000..47c87269 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/magenta_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "item/template_bed", + "textures": { + "particle": "block/magenta_wool" + } +} diff --git a/1.15.2/assets/minecraft/models/item/magenta_carpet.json b/1.15.2/assets/minecraft/models/item/magenta_carpet.json new file mode 100644 index 00000000..1069f346 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/magenta_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/magenta_carpet" +} diff --git a/1.15.2/assets/minecraft/models/item/magenta_concrete.json b/1.15.2/assets/minecraft/models/item/magenta_concrete.json new file mode 100644 index 00000000..ae1c3e56 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/magenta_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "block/magenta_concrete" +} diff --git a/1.15.2/assets/minecraft/models/item/magenta_concrete_powder.json b/1.15.2/assets/minecraft/models/item/magenta_concrete_powder.json new file mode 100644 index 00000000..78b6dd08 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/magenta_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "block/magenta_concrete_powder" +} diff --git a/1.15.2/assets/minecraft/models/item/magenta_dye.json b/1.15.2/assets/minecraft/models/item/magenta_dye.json new file mode 100644 index 00000000..a2e771a1 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/magenta_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/magenta_dye" + } +} diff --git a/1.15.2/assets/minecraft/models/item/magenta_glazed_terracotta.json b/1.15.2/assets/minecraft/models/item/magenta_glazed_terracotta.json new file mode 100644 index 00000000..6d8a5c67 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/magenta_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/magenta_glazed_terracotta" +} diff --git a/1.15.2/assets/minecraft/models/item/magenta_shulker_box.json b/1.15.2/assets/minecraft/models/item/magenta_shulker_box.json new file mode 100644 index 00000000..d247978b --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/magenta_shulker_box.json @@ -0,0 +1,6 @@ +{ + "parent": "item/template_shulker_box", + "textures": { + "particle": "block/magenta_shulker_box" + } +} diff --git a/1.15.2/assets/minecraft/models/item/magenta_stained_glass.json b/1.15.2/assets/minecraft/models/item/magenta_stained_glass.json new file mode 100644 index 00000000..01c8ee86 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/magenta_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/magenta_stained_glass" +} diff --git a/1.15.2/assets/minecraft/models/item/magenta_stained_glass_pane.json b/1.15.2/assets/minecraft/models/item/magenta_stained_glass_pane.json new file mode 100644 index 00000000..403c4a0d --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/magenta_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/magenta_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/item/magenta_terracotta.json b/1.15.2/assets/minecraft/models/item/magenta_terracotta.json new file mode 100644 index 00000000..f808110f --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/magenta_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/magenta_terracotta" +} diff --git a/1.15.2/assets/minecraft/models/item/magenta_wool.json b/1.15.2/assets/minecraft/models/item/magenta_wool.json new file mode 100644 index 00000000..1fb40bc7 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/magenta_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/magenta_wool" +} diff --git a/1.15.2/assets/minecraft/models/item/magma_block.json b/1.15.2/assets/minecraft/models/item/magma_block.json new file mode 100644 index 00000000..630d94cf --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/magma_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/magma_block" +} diff --git a/1.15.2/assets/minecraft/models/item/magma_cream.json b/1.15.2/assets/minecraft/models/item/magma_cream.json new file mode 100644 index 00000000..63aeaf70 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/magma_cream.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/magma_cream" + } +} diff --git a/1.15.2/assets/minecraft/models/item/magma_cube_spawn_egg.json b/1.15.2/assets/minecraft/models/item/magma_cube_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/magma_cube_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.15.2/assets/minecraft/models/item/map.json b/1.15.2/assets/minecraft/models/item/map.json new file mode 100644 index 00000000..1e0aceb5 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/map.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/map" + } +} diff --git a/1.15.2/assets/minecraft/models/item/melon.json b/1.15.2/assets/minecraft/models/item/melon.json new file mode 100644 index 00000000..2b380459 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/melon.json @@ -0,0 +1,3 @@ +{ + "parent": "block/melon" +} diff --git a/1.15.2/assets/minecraft/models/item/melon_seeds.json b/1.15.2/assets/minecraft/models/item/melon_seeds.json new file mode 100644 index 00000000..6e340811 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/melon_seeds.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/melon_seeds" + } +} diff --git a/1.15.2/assets/minecraft/models/item/melon_slice.json b/1.15.2/assets/minecraft/models/item/melon_slice.json new file mode 100644 index 00000000..fb9f0f47 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/melon_slice.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/melon_slice" + } +} diff --git a/1.15.2/assets/minecraft/models/item/milk_bucket.json b/1.15.2/assets/minecraft/models/item/milk_bucket.json new file mode 100644 index 00000000..1535ac7b --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/milk_bucket.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/milk_bucket" + } +} diff --git a/1.15.2/assets/minecraft/models/item/minecart.json b/1.15.2/assets/minecraft/models/item/minecart.json new file mode 100644 index 00000000..3bcff24d --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/minecart.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/minecart" + } +} diff --git a/1.15.2/assets/minecraft/models/item/mojang_banner_pattern.json b/1.15.2/assets/minecraft/models/item/mojang_banner_pattern.json new file mode 100644 index 00000000..a771713e --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/mojang_banner_pattern.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/mojang_banner_pattern" + } +} diff --git a/1.15.2/assets/minecraft/models/item/mooshroom_spawn_egg.json b/1.15.2/assets/minecraft/models/item/mooshroom_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/mooshroom_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.15.2/assets/minecraft/models/item/mossy_cobblestone.json b/1.15.2/assets/minecraft/models/item/mossy_cobblestone.json new file mode 100644 index 00000000..94e4ff07 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/mossy_cobblestone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/mossy_cobblestone" +} diff --git a/1.15.2/assets/minecraft/models/item/mossy_cobblestone_slab.json b/1.15.2/assets/minecraft/models/item/mossy_cobblestone_slab.json new file mode 100644 index 00000000..89556294 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/mossy_cobblestone_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/mossy_cobblestone_slab" +} diff --git a/1.15.2/assets/minecraft/models/item/mossy_cobblestone_stairs.json b/1.15.2/assets/minecraft/models/item/mossy_cobblestone_stairs.json new file mode 100644 index 00000000..1c9501b2 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/mossy_cobblestone_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/mossy_cobblestone_stairs" +} diff --git a/1.15.2/assets/minecraft/models/item/mossy_cobblestone_wall.json b/1.15.2/assets/minecraft/models/item/mossy_cobblestone_wall.json new file mode 100644 index 00000000..06d14743 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/mossy_cobblestone_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "block/mossy_cobblestone_wall_inventory" +} diff --git a/1.15.2/assets/minecraft/models/item/mossy_stone_brick_slab.json b/1.15.2/assets/minecraft/models/item/mossy_stone_brick_slab.json new file mode 100644 index 00000000..4b3b391e --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/mossy_stone_brick_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/mossy_stone_brick_slab" +} diff --git a/1.15.2/assets/minecraft/models/item/mossy_stone_brick_stairs.json b/1.15.2/assets/minecraft/models/item/mossy_stone_brick_stairs.json new file mode 100644 index 00000000..406cdeca --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/mossy_stone_brick_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/mossy_stone_brick_stairs" +} diff --git a/1.15.2/assets/minecraft/models/item/mossy_stone_brick_wall.json b/1.15.2/assets/minecraft/models/item/mossy_stone_brick_wall.json new file mode 100644 index 00000000..2ddff16c --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/mossy_stone_brick_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "block/mossy_stone_brick_wall_inventory" +} diff --git a/1.15.2/assets/minecraft/models/item/mossy_stone_bricks.json b/1.15.2/assets/minecraft/models/item/mossy_stone_bricks.json new file mode 100644 index 00000000..dbb94d6f --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/mossy_stone_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/mossy_stone_bricks" +} diff --git a/1.15.2/assets/minecraft/models/item/mule_spawn_egg.json b/1.15.2/assets/minecraft/models/item/mule_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/mule_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.15.2/assets/minecraft/models/item/mushroom_stem.json b/1.15.2/assets/minecraft/models/item/mushroom_stem.json new file mode 100644 index 00000000..0fa64eff --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/mushroom_stem.json @@ -0,0 +1,3 @@ +{ + "parent": "block/mushroom_stem_inventory" +} diff --git a/1.15.2/assets/minecraft/models/item/mushroom_stew.json b/1.15.2/assets/minecraft/models/item/mushroom_stew.json new file mode 100644 index 00000000..c1233363 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/mushroom_stew.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/mushroom_stew" + } +} diff --git a/1.15.2/assets/minecraft/models/item/music_disc_11.json b/1.15.2/assets/minecraft/models/item/music_disc_11.json new file mode 100644 index 00000000..8336a754 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/music_disc_11.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/music_disc_11" + } +} diff --git a/1.15.2/assets/minecraft/models/item/music_disc_13.json b/1.15.2/assets/minecraft/models/item/music_disc_13.json new file mode 100644 index 00000000..1f216ed3 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/music_disc_13.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/music_disc_13" + } +} diff --git a/1.15.2/assets/minecraft/models/item/music_disc_blocks.json b/1.15.2/assets/minecraft/models/item/music_disc_blocks.json new file mode 100644 index 00000000..76479880 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/music_disc_blocks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/music_disc_blocks" + } +} diff --git a/1.15.2/assets/minecraft/models/item/music_disc_cat.json b/1.15.2/assets/minecraft/models/item/music_disc_cat.json new file mode 100644 index 00000000..ea96314f --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/music_disc_cat.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/music_disc_cat" + } +} diff --git a/1.15.2/assets/minecraft/models/item/music_disc_chirp.json b/1.15.2/assets/minecraft/models/item/music_disc_chirp.json new file mode 100644 index 00000000..9cda2f4e --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/music_disc_chirp.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/music_disc_chirp" + } +} diff --git a/1.15.2/assets/minecraft/models/item/music_disc_far.json b/1.15.2/assets/minecraft/models/item/music_disc_far.json new file mode 100644 index 00000000..ebf10f05 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/music_disc_far.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/music_disc_far" + } +} diff --git a/1.15.2/assets/minecraft/models/item/music_disc_mall.json b/1.15.2/assets/minecraft/models/item/music_disc_mall.json new file mode 100644 index 00000000..81187b22 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/music_disc_mall.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/music_disc_mall" + } +} diff --git a/1.15.2/assets/minecraft/models/item/music_disc_mellohi.json b/1.15.2/assets/minecraft/models/item/music_disc_mellohi.json new file mode 100644 index 00000000..a1361b84 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/music_disc_mellohi.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/music_disc_mellohi" + } +} diff --git a/1.15.2/assets/minecraft/models/item/music_disc_stal.json b/1.15.2/assets/minecraft/models/item/music_disc_stal.json new file mode 100644 index 00000000..4933477e --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/music_disc_stal.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/music_disc_stal" + } +} diff --git a/1.15.2/assets/minecraft/models/item/music_disc_strad.json b/1.15.2/assets/minecraft/models/item/music_disc_strad.json new file mode 100644 index 00000000..42038bde --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/music_disc_strad.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/music_disc_strad" + } +} diff --git a/1.15.2/assets/minecraft/models/item/music_disc_wait.json b/1.15.2/assets/minecraft/models/item/music_disc_wait.json new file mode 100644 index 00000000..074cc76d --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/music_disc_wait.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/music_disc_wait" + } +} diff --git a/1.15.2/assets/minecraft/models/item/music_disc_ward.json b/1.15.2/assets/minecraft/models/item/music_disc_ward.json new file mode 100644 index 00000000..0f0fb055 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/music_disc_ward.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/music_disc_ward" + } +} diff --git a/1.15.2/assets/minecraft/models/item/mutton.json b/1.15.2/assets/minecraft/models/item/mutton.json new file mode 100644 index 00000000..02dcaa86 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/mutton.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/mutton" + } +} diff --git a/1.15.2/assets/minecraft/models/item/mycelium.json b/1.15.2/assets/minecraft/models/item/mycelium.json new file mode 100644 index 00000000..ceedc738 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/mycelium.json @@ -0,0 +1,3 @@ +{ + "parent": "block/mycelium" +} diff --git a/1.15.2/assets/minecraft/models/item/name_tag.json b/1.15.2/assets/minecraft/models/item/name_tag.json new file mode 100644 index 00000000..8378c6da --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/name_tag.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/name_tag" + } +} diff --git a/1.15.2/assets/minecraft/models/item/nautilus_shell.json b/1.15.2/assets/minecraft/models/item/nautilus_shell.json new file mode 100644 index 00000000..a265a3e2 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/nautilus_shell.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/nautilus_shell" + } +} diff --git a/1.15.2/assets/minecraft/models/item/nether_brick.json b/1.15.2/assets/minecraft/models/item/nether_brick.json new file mode 100644 index 00000000..66350384 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/nether_brick.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/nether_brick" + } +} diff --git a/1.15.2/assets/minecraft/models/item/nether_brick_fence.json b/1.15.2/assets/minecraft/models/item/nether_brick_fence.json new file mode 100644 index 00000000..5c47bc0e --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/nether_brick_fence.json @@ -0,0 +1,3 @@ +{ + "parent": "block/nether_brick_fence_inventory" +} diff --git a/1.15.2/assets/minecraft/models/item/nether_brick_slab.json b/1.15.2/assets/minecraft/models/item/nether_brick_slab.json new file mode 100644 index 00000000..effe0ba0 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/nether_brick_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/nether_brick_slab" +} diff --git a/1.15.2/assets/minecraft/models/item/nether_brick_stairs.json b/1.15.2/assets/minecraft/models/item/nether_brick_stairs.json new file mode 100644 index 00000000..056a97c8 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/nether_brick_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/nether_brick_stairs" +} diff --git a/1.15.2/assets/minecraft/models/item/nether_brick_wall.json b/1.15.2/assets/minecraft/models/item/nether_brick_wall.json new file mode 100644 index 00000000..8d34c847 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/nether_brick_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "block/nether_brick_wall_inventory" +} diff --git a/1.15.2/assets/minecraft/models/item/nether_bricks.json b/1.15.2/assets/minecraft/models/item/nether_bricks.json new file mode 100644 index 00000000..f7c8e6a0 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/nether_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/nether_bricks" +} diff --git a/1.15.2/assets/minecraft/models/item/nether_quartz_ore.json b/1.15.2/assets/minecraft/models/item/nether_quartz_ore.json new file mode 100644 index 00000000..32237a30 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/nether_quartz_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "block/nether_quartz_ore" +} diff --git a/1.15.2/assets/minecraft/models/item/nether_star.json b/1.15.2/assets/minecraft/models/item/nether_star.json new file mode 100644 index 00000000..807bb552 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/nether_star.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/nether_star" + } +} diff --git a/1.15.2/assets/minecraft/models/item/nether_wart.json b/1.15.2/assets/minecraft/models/item/nether_wart.json new file mode 100644 index 00000000..6eab9bae --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/nether_wart.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/nether_wart" + } +} diff --git a/1.15.2/assets/minecraft/models/item/nether_wart_block.json b/1.15.2/assets/minecraft/models/item/nether_wart_block.json new file mode 100644 index 00000000..59d06758 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/nether_wart_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/nether_wart_block" +} diff --git a/1.15.2/assets/minecraft/models/item/netherrack.json b/1.15.2/assets/minecraft/models/item/netherrack.json new file mode 100644 index 00000000..78d36f4c --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/netherrack.json @@ -0,0 +1,3 @@ +{ + "parent": "block/netherrack" +} diff --git a/1.15.2/assets/minecraft/models/item/note_block.json b/1.15.2/assets/minecraft/models/item/note_block.json new file mode 100644 index 00000000..b57f660e --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/note_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/note_block" +} diff --git a/1.15.2/assets/minecraft/models/item/oak_boat.json b/1.15.2/assets/minecraft/models/item/oak_boat.json new file mode 100644 index 00000000..477c841a --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/oak_boat.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/oak_boat" + } +} diff --git a/1.15.2/assets/minecraft/models/item/oak_button.json b/1.15.2/assets/minecraft/models/item/oak_button.json new file mode 100644 index 00000000..f2099b22 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/oak_button.json @@ -0,0 +1,3 @@ +{ + "parent": "block/oak_button_inventory" +} diff --git a/1.15.2/assets/minecraft/models/item/oak_door.json b/1.15.2/assets/minecraft/models/item/oak_door.json new file mode 100644 index 00000000..baf3014d --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/oak_door.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/oak_door" + } +} diff --git a/1.15.2/assets/minecraft/models/item/oak_fence.json b/1.15.2/assets/minecraft/models/item/oak_fence.json new file mode 100644 index 00000000..f435a041 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/oak_fence.json @@ -0,0 +1,3 @@ +{ + "parent": "block/oak_fence_inventory" +} diff --git a/1.15.2/assets/minecraft/models/item/oak_fence_gate.json b/1.15.2/assets/minecraft/models/item/oak_fence_gate.json new file mode 100644 index 00000000..ba5952db --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/oak_fence_gate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/oak_fence_gate" +} diff --git a/1.15.2/assets/minecraft/models/item/oak_leaves.json b/1.15.2/assets/minecraft/models/item/oak_leaves.json new file mode 100644 index 00000000..fc608cc3 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/oak_leaves.json @@ -0,0 +1,3 @@ +{ + "parent": "block/oak_leaves" +} diff --git a/1.15.2/assets/minecraft/models/item/oak_log.json b/1.15.2/assets/minecraft/models/item/oak_log.json new file mode 100644 index 00000000..75791b39 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/oak_log.json @@ -0,0 +1,3 @@ +{ + "parent": "block/oak_log" +} diff --git a/1.15.2/assets/minecraft/models/item/oak_planks.json b/1.15.2/assets/minecraft/models/item/oak_planks.json new file mode 100644 index 00000000..9e0316c0 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/oak_planks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/oak_planks" +} diff --git a/1.15.2/assets/minecraft/models/item/oak_pressure_plate.json b/1.15.2/assets/minecraft/models/item/oak_pressure_plate.json new file mode 100644 index 00000000..16d0d430 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/oak_pressure_plate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/oak_pressure_plate" +} diff --git a/1.15.2/assets/minecraft/models/item/oak_sapling.json b/1.15.2/assets/minecraft/models/item/oak_sapling.json new file mode 100644 index 00000000..5a291202 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/oak_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/oak_sapling" + } +} diff --git a/1.15.2/assets/minecraft/models/item/oak_sign.json b/1.15.2/assets/minecraft/models/item/oak_sign.json new file mode 100644 index 00000000..e06cdb9d --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/oak_sign.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/oak_sign" + } +} diff --git a/1.15.2/assets/minecraft/models/item/oak_slab.json b/1.15.2/assets/minecraft/models/item/oak_slab.json new file mode 100644 index 00000000..db8c9859 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/oak_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/oak_slab" +} diff --git a/1.15.2/assets/minecraft/models/item/oak_stairs.json b/1.15.2/assets/minecraft/models/item/oak_stairs.json new file mode 100644 index 00000000..15add8b1 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/oak_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/oak_stairs" +} diff --git a/1.15.2/assets/minecraft/models/item/oak_trapdoor.json b/1.15.2/assets/minecraft/models/item/oak_trapdoor.json new file mode 100644 index 00000000..3967eb8e --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/oak_trapdoor.json @@ -0,0 +1,3 @@ +{ + "parent": "block/oak_trapdoor_bottom" +} diff --git a/1.15.2/assets/minecraft/models/item/oak_wood.json b/1.15.2/assets/minecraft/models/item/oak_wood.json new file mode 100644 index 00000000..06d6e8b5 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/oak_wood.json @@ -0,0 +1,3 @@ +{ + "parent": "block/oak_wood" +} diff --git a/1.15.2/assets/minecraft/models/item/observer.json b/1.15.2/assets/minecraft/models/item/observer.json new file mode 100644 index 00000000..6acbb70b --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/observer.json @@ -0,0 +1,3 @@ +{ + "parent": "block/observer" +} diff --git a/1.15.2/assets/minecraft/models/item/obsidian.json b/1.15.2/assets/minecraft/models/item/obsidian.json new file mode 100644 index 00000000..e800ae67 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/obsidian.json @@ -0,0 +1,3 @@ +{ + "parent": "block/obsidian" +} diff --git a/1.15.2/assets/minecraft/models/item/ocelot_spawn_egg.json b/1.15.2/assets/minecraft/models/item/ocelot_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/ocelot_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.15.2/assets/minecraft/models/item/orange_banner.json b/1.15.2/assets/minecraft/models/item/orange_banner.json new file mode 100644 index 00000000..9d43dcc2 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/orange_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_banner" +} diff --git a/1.15.2/assets/minecraft/models/item/orange_bed.json b/1.15.2/assets/minecraft/models/item/orange_bed.json new file mode 100644 index 00000000..268041ed --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/orange_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "item/template_bed", + "textures": { + "particle": "block/orange_wool" + } +} diff --git a/1.15.2/assets/minecraft/models/item/orange_carpet.json b/1.15.2/assets/minecraft/models/item/orange_carpet.json new file mode 100644 index 00000000..b85ed83e --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/orange_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/orange_carpet" +} diff --git a/1.15.2/assets/minecraft/models/item/orange_concrete.json b/1.15.2/assets/minecraft/models/item/orange_concrete.json new file mode 100644 index 00000000..a6a32ebd --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/orange_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "block/orange_concrete" +} diff --git a/1.15.2/assets/minecraft/models/item/orange_concrete_powder.json b/1.15.2/assets/minecraft/models/item/orange_concrete_powder.json new file mode 100644 index 00000000..d408b36d --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/orange_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "block/orange_concrete_powder" +} diff --git a/1.15.2/assets/minecraft/models/item/orange_dye.json b/1.15.2/assets/minecraft/models/item/orange_dye.json new file mode 100644 index 00000000..d5b1d010 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/orange_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/orange_dye" + } +} diff --git a/1.15.2/assets/minecraft/models/item/orange_glazed_terracotta.json b/1.15.2/assets/minecraft/models/item/orange_glazed_terracotta.json new file mode 100644 index 00000000..1bb279de --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/orange_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/orange_glazed_terracotta" +} diff --git a/1.15.2/assets/minecraft/models/item/orange_shulker_box.json b/1.15.2/assets/minecraft/models/item/orange_shulker_box.json new file mode 100644 index 00000000..713f77bf --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/orange_shulker_box.json @@ -0,0 +1,6 @@ +{ + "parent": "item/template_shulker_box", + "textures": { + "particle": "block/orange_shulker_box" + } +} diff --git a/1.15.2/assets/minecraft/models/item/orange_stained_glass.json b/1.15.2/assets/minecraft/models/item/orange_stained_glass.json new file mode 100644 index 00000000..9cc76c64 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/orange_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/orange_stained_glass" +} diff --git a/1.15.2/assets/minecraft/models/item/orange_stained_glass_pane.json b/1.15.2/assets/minecraft/models/item/orange_stained_glass_pane.json new file mode 100644 index 00000000..db2bfa3c --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/orange_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/orange_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/item/orange_terracotta.json b/1.15.2/assets/minecraft/models/item/orange_terracotta.json new file mode 100644 index 00000000..88229a35 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/orange_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/orange_terracotta" +} diff --git a/1.15.2/assets/minecraft/models/item/orange_tulip.json b/1.15.2/assets/minecraft/models/item/orange_tulip.json new file mode 100644 index 00000000..1554c34d --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/orange_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/orange_tulip" + } +} diff --git a/1.15.2/assets/minecraft/models/item/orange_wool.json b/1.15.2/assets/minecraft/models/item/orange_wool.json new file mode 100644 index 00000000..7957176d --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/orange_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/orange_wool" +} diff --git a/1.15.2/assets/minecraft/models/item/oxeye_daisy.json b/1.15.2/assets/minecraft/models/item/oxeye_daisy.json new file mode 100644 index 00000000..2f999840 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/oxeye_daisy.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/oxeye_daisy" + } +} diff --git a/1.15.2/assets/minecraft/models/item/packed_ice.json b/1.15.2/assets/minecraft/models/item/packed_ice.json new file mode 100644 index 00000000..be1aa0a1 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/packed_ice.json @@ -0,0 +1,3 @@ +{ + "parent": "block/packed_ice" +} diff --git a/1.15.2/assets/minecraft/models/item/painting.json b/1.15.2/assets/minecraft/models/item/painting.json new file mode 100644 index 00000000..834814e0 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/painting.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/painting" + } +} diff --git a/1.15.2/assets/minecraft/models/item/panda_spawn_egg.json b/1.15.2/assets/minecraft/models/item/panda_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/panda_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.15.2/assets/minecraft/models/item/paper.json b/1.15.2/assets/minecraft/models/item/paper.json new file mode 100644 index 00000000..78937654 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/paper.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/paper" + } +} diff --git a/1.15.2/assets/minecraft/models/item/parrot_spawn_egg.json b/1.15.2/assets/minecraft/models/item/parrot_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/parrot_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.15.2/assets/minecraft/models/item/peony.json b/1.15.2/assets/minecraft/models/item/peony.json new file mode 100644 index 00000000..ca1c87a0 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/peony.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/peony_top" + } +} diff --git a/1.15.2/assets/minecraft/models/item/petrified_oak_slab.json b/1.15.2/assets/minecraft/models/item/petrified_oak_slab.json new file mode 100644 index 00000000..5da32299 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/petrified_oak_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/petrified_oak_slab" +} diff --git a/1.15.2/assets/minecraft/models/item/phantom_membrane.json b/1.15.2/assets/minecraft/models/item/phantom_membrane.json new file mode 100644 index 00000000..a28cd8e9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/phantom_membrane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/phantom_membrane" + } +} diff --git a/1.15.2/assets/minecraft/models/item/phantom_spawn_egg.json b/1.15.2/assets/minecraft/models/item/phantom_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/phantom_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.15.2/assets/minecraft/models/item/pig_spawn_egg.json b/1.15.2/assets/minecraft/models/item/pig_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/pig_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.15.2/assets/minecraft/models/item/pillager_spawn_egg.json b/1.15.2/assets/minecraft/models/item/pillager_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/pillager_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.15.2/assets/minecraft/models/item/pink_banner.json b/1.15.2/assets/minecraft/models/item/pink_banner.json new file mode 100644 index 00000000..9d43dcc2 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/pink_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_banner" +} diff --git a/1.15.2/assets/minecraft/models/item/pink_bed.json b/1.15.2/assets/minecraft/models/item/pink_bed.json new file mode 100644 index 00000000..73d21dd6 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/pink_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "item/template_bed", + "textures": { + "particle": "block/pink_wool" + } +} diff --git a/1.15.2/assets/minecraft/models/item/pink_carpet.json b/1.15.2/assets/minecraft/models/item/pink_carpet.json new file mode 100644 index 00000000..e0bb7110 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/pink_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/pink_carpet" +} diff --git a/1.15.2/assets/minecraft/models/item/pink_concrete.json b/1.15.2/assets/minecraft/models/item/pink_concrete.json new file mode 100644 index 00000000..40b3ad6e --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/pink_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "block/pink_concrete" +} diff --git a/1.15.2/assets/minecraft/models/item/pink_concrete_powder.json b/1.15.2/assets/minecraft/models/item/pink_concrete_powder.json new file mode 100644 index 00000000..54b09057 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/pink_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "block/pink_concrete_powder" +} diff --git a/1.15.2/assets/minecraft/models/item/pink_dye.json b/1.15.2/assets/minecraft/models/item/pink_dye.json new file mode 100644 index 00000000..bbab5b46 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/pink_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/pink_dye" + } +} diff --git a/1.15.2/assets/minecraft/models/item/pink_glazed_terracotta.json b/1.15.2/assets/minecraft/models/item/pink_glazed_terracotta.json new file mode 100644 index 00000000..b892533a --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/pink_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/pink_glazed_terracotta" +} diff --git a/1.15.2/assets/minecraft/models/item/pink_shulker_box.json b/1.15.2/assets/minecraft/models/item/pink_shulker_box.json new file mode 100644 index 00000000..a1c69f33 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/pink_shulker_box.json @@ -0,0 +1,6 @@ +{ + "parent": "item/template_shulker_box", + "textures": { + "particle": "block/pink_shulker_box" + } +} diff --git a/1.15.2/assets/minecraft/models/item/pink_stained_glass.json b/1.15.2/assets/minecraft/models/item/pink_stained_glass.json new file mode 100644 index 00000000..10de7cff --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/pink_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/pink_stained_glass" +} diff --git a/1.15.2/assets/minecraft/models/item/pink_stained_glass_pane.json b/1.15.2/assets/minecraft/models/item/pink_stained_glass_pane.json new file mode 100644 index 00000000..0cc281ba --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/pink_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/pink_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/item/pink_terracotta.json b/1.15.2/assets/minecraft/models/item/pink_terracotta.json new file mode 100644 index 00000000..868619cc --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/pink_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/pink_terracotta" +} diff --git a/1.15.2/assets/minecraft/models/item/pink_tulip.json b/1.15.2/assets/minecraft/models/item/pink_tulip.json new file mode 100644 index 00000000..dd6b1705 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/pink_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/pink_tulip" + } +} diff --git a/1.15.2/assets/minecraft/models/item/pink_wool.json b/1.15.2/assets/minecraft/models/item/pink_wool.json new file mode 100644 index 00000000..fced1886 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/pink_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/pink_wool" +} diff --git a/1.15.2/assets/minecraft/models/item/piston.json b/1.15.2/assets/minecraft/models/item/piston.json new file mode 100644 index 00000000..2e965e0f --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/piston.json @@ -0,0 +1,3 @@ +{ + "parent": "block/piston_inventory" +} diff --git a/1.15.2/assets/minecraft/models/item/player_head.json b/1.15.2/assets/minecraft/models/item/player_head.json new file mode 100644 index 00000000..8efea47e --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/player_head.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_skull" +} diff --git a/1.15.2/assets/minecraft/models/item/podzol.json b/1.15.2/assets/minecraft/models/item/podzol.json new file mode 100644 index 00000000..a2a5c01a --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/podzol.json @@ -0,0 +1,3 @@ +{ + "parent": "block/podzol" +} diff --git a/1.15.2/assets/minecraft/models/item/poisonous_potato.json b/1.15.2/assets/minecraft/models/item/poisonous_potato.json new file mode 100644 index 00000000..bf40cd80 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/poisonous_potato.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/poisonous_potato" + } +} diff --git a/1.15.2/assets/minecraft/models/item/polar_bear_spawn_egg.json b/1.15.2/assets/minecraft/models/item/polar_bear_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/polar_bear_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.15.2/assets/minecraft/models/item/polished_andesite.json b/1.15.2/assets/minecraft/models/item/polished_andesite.json new file mode 100644 index 00000000..88685dfe --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/polished_andesite.json @@ -0,0 +1,3 @@ +{ + "parent": "block/polished_andesite" +} diff --git a/1.15.2/assets/minecraft/models/item/polished_andesite_slab.json b/1.15.2/assets/minecraft/models/item/polished_andesite_slab.json new file mode 100644 index 00000000..a49e49e3 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/polished_andesite_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/polished_andesite_slab" +} diff --git a/1.15.2/assets/minecraft/models/item/polished_andesite_stairs.json b/1.15.2/assets/minecraft/models/item/polished_andesite_stairs.json new file mode 100644 index 00000000..2ba009e9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/polished_andesite_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/polished_andesite_stairs" +} diff --git a/1.15.2/assets/minecraft/models/item/polished_diorite.json b/1.15.2/assets/minecraft/models/item/polished_diorite.json new file mode 100644 index 00000000..4aa1756c --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/polished_diorite.json @@ -0,0 +1,3 @@ +{ + "parent": "block/polished_diorite" +} diff --git a/1.15.2/assets/minecraft/models/item/polished_diorite_slab.json b/1.15.2/assets/minecraft/models/item/polished_diorite_slab.json new file mode 100644 index 00000000..3275927d --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/polished_diorite_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/polished_diorite_slab" +} diff --git a/1.15.2/assets/minecraft/models/item/polished_diorite_stairs.json b/1.15.2/assets/minecraft/models/item/polished_diorite_stairs.json new file mode 100644 index 00000000..52a6ebea --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/polished_diorite_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/polished_diorite_stairs" +} diff --git a/1.15.2/assets/minecraft/models/item/polished_granite.json b/1.15.2/assets/minecraft/models/item/polished_granite.json new file mode 100644 index 00000000..35bc90d0 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/polished_granite.json @@ -0,0 +1,3 @@ +{ + "parent": "block/polished_granite" +} diff --git a/1.15.2/assets/minecraft/models/item/polished_granite_slab.json b/1.15.2/assets/minecraft/models/item/polished_granite_slab.json new file mode 100644 index 00000000..6b4d00fc --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/polished_granite_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/polished_granite_slab" +} diff --git a/1.15.2/assets/minecraft/models/item/polished_granite_stairs.json b/1.15.2/assets/minecraft/models/item/polished_granite_stairs.json new file mode 100644 index 00000000..96bf94ba --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/polished_granite_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/polished_granite_stairs" +} diff --git a/1.15.2/assets/minecraft/models/item/popped_chorus_fruit.json b/1.15.2/assets/minecraft/models/item/popped_chorus_fruit.json new file mode 100644 index 00000000..017089ee --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/popped_chorus_fruit.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/popped_chorus_fruit" + } +} diff --git a/1.15.2/assets/minecraft/models/item/poppy.json b/1.15.2/assets/minecraft/models/item/poppy.json new file mode 100644 index 00000000..fa9cdcb2 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/poppy.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/poppy" + } +} diff --git a/1.15.2/assets/minecraft/models/item/porkchop.json b/1.15.2/assets/minecraft/models/item/porkchop.json new file mode 100644 index 00000000..e84f06fc --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/porkchop.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/porkchop" + } +} diff --git a/1.15.2/assets/minecraft/models/item/potato.json b/1.15.2/assets/minecraft/models/item/potato.json new file mode 100644 index 00000000..306b5748 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/potato.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/potato" + } +} diff --git a/1.15.2/assets/minecraft/models/item/potion.json b/1.15.2/assets/minecraft/models/item/potion.json new file mode 100644 index 00000000..73c2a578 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/potion.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/potion_overlay", + "layer1": "item/potion" + } +} diff --git a/1.15.2/assets/minecraft/models/item/powered_rail.json b/1.15.2/assets/minecraft/models/item/powered_rail.json new file mode 100644 index 00000000..2f08ac93 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/powered_rail.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/powered_rail" + } +} diff --git a/1.15.2/assets/minecraft/models/item/prismarine.json b/1.15.2/assets/minecraft/models/item/prismarine.json new file mode 100644 index 00000000..1e9f3c29 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/prismarine.json @@ -0,0 +1,3 @@ +{ + "parent": "block/prismarine" +} diff --git a/1.15.2/assets/minecraft/models/item/prismarine_brick_slab.json b/1.15.2/assets/minecraft/models/item/prismarine_brick_slab.json new file mode 100644 index 00000000..977898e9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/prismarine_brick_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/prismarine_brick_slab" +} diff --git a/1.15.2/assets/minecraft/models/item/prismarine_brick_stairs.json b/1.15.2/assets/minecraft/models/item/prismarine_brick_stairs.json new file mode 100644 index 00000000..8aa591bc --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/prismarine_brick_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/prismarine_brick_stairs" +} diff --git a/1.15.2/assets/minecraft/models/item/prismarine_bricks.json b/1.15.2/assets/minecraft/models/item/prismarine_bricks.json new file mode 100644 index 00000000..b741335b --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/prismarine_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/prismarine_bricks" +} diff --git a/1.15.2/assets/minecraft/models/item/prismarine_crystals.json b/1.15.2/assets/minecraft/models/item/prismarine_crystals.json new file mode 100644 index 00000000..bb8e7127 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/prismarine_crystals.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/prismarine_crystals" + } +} diff --git a/1.15.2/assets/minecraft/models/item/prismarine_shard.json b/1.15.2/assets/minecraft/models/item/prismarine_shard.json new file mode 100644 index 00000000..7c5bd9d9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/prismarine_shard.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/prismarine_shard" + } +} diff --git a/1.15.2/assets/minecraft/models/item/prismarine_slab.json b/1.15.2/assets/minecraft/models/item/prismarine_slab.json new file mode 100644 index 00000000..eeb5b5a2 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/prismarine_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/prismarine_slab" +} diff --git a/1.15.2/assets/minecraft/models/item/prismarine_stairs.json b/1.15.2/assets/minecraft/models/item/prismarine_stairs.json new file mode 100644 index 00000000..47c8e67d --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/prismarine_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/prismarine_stairs" +} diff --git a/1.15.2/assets/minecraft/models/item/prismarine_wall.json b/1.15.2/assets/minecraft/models/item/prismarine_wall.json new file mode 100644 index 00000000..818a2c99 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/prismarine_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "block/prismarine_wall_inventory" +} diff --git a/1.15.2/assets/minecraft/models/item/pufferfish.json b/1.15.2/assets/minecraft/models/item/pufferfish.json new file mode 100644 index 00000000..a611f2c1 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/pufferfish.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/pufferfish" + } +} diff --git a/1.15.2/assets/minecraft/models/item/pufferfish_bucket.json b/1.15.2/assets/minecraft/models/item/pufferfish_bucket.json new file mode 100644 index 00000000..17e84cc0 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/pufferfish_bucket.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/pufferfish_bucket" + } +} diff --git a/1.15.2/assets/minecraft/models/item/pufferfish_spawn_egg.json b/1.15.2/assets/minecraft/models/item/pufferfish_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/pufferfish_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.15.2/assets/minecraft/models/item/pumpkin.json b/1.15.2/assets/minecraft/models/item/pumpkin.json new file mode 100644 index 00000000..536a355e --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/pumpkin.json @@ -0,0 +1,3 @@ +{ + "parent": "block/pumpkin" +} diff --git a/1.15.2/assets/minecraft/models/item/pumpkin_pie.json b/1.15.2/assets/minecraft/models/item/pumpkin_pie.json new file mode 100644 index 00000000..68f6e3ef --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/pumpkin_pie.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/pumpkin_pie" + } +} diff --git a/1.15.2/assets/minecraft/models/item/pumpkin_seeds.json b/1.15.2/assets/minecraft/models/item/pumpkin_seeds.json new file mode 100644 index 00000000..3db2be62 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/pumpkin_seeds.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/pumpkin_seeds" + } +} diff --git a/1.15.2/assets/minecraft/models/item/purple_banner.json b/1.15.2/assets/minecraft/models/item/purple_banner.json new file mode 100644 index 00000000..9d43dcc2 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/purple_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_banner" +} diff --git a/1.15.2/assets/minecraft/models/item/purple_bed.json b/1.15.2/assets/minecraft/models/item/purple_bed.json new file mode 100644 index 00000000..9510ff8f --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/purple_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "item/template_bed", + "textures": { + "particle": "block/purple_wool" + } +} diff --git a/1.15.2/assets/minecraft/models/item/purple_carpet.json b/1.15.2/assets/minecraft/models/item/purple_carpet.json new file mode 100644 index 00000000..953463b9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/purple_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/purple_carpet" +} diff --git a/1.15.2/assets/minecraft/models/item/purple_concrete.json b/1.15.2/assets/minecraft/models/item/purple_concrete.json new file mode 100644 index 00000000..36a42e84 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/purple_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "block/purple_concrete" +} diff --git a/1.15.2/assets/minecraft/models/item/purple_concrete_powder.json b/1.15.2/assets/minecraft/models/item/purple_concrete_powder.json new file mode 100644 index 00000000..ea90e5da --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/purple_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "block/purple_concrete_powder" +} diff --git a/1.15.2/assets/minecraft/models/item/purple_dye.json b/1.15.2/assets/minecraft/models/item/purple_dye.json new file mode 100644 index 00000000..ff4865e8 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/purple_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/purple_dye" + } +} diff --git a/1.15.2/assets/minecraft/models/item/purple_glazed_terracotta.json b/1.15.2/assets/minecraft/models/item/purple_glazed_terracotta.json new file mode 100644 index 00000000..867f8bb7 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/purple_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/purple_glazed_terracotta" +} diff --git a/1.15.2/assets/minecraft/models/item/purple_shulker_box.json b/1.15.2/assets/minecraft/models/item/purple_shulker_box.json new file mode 100644 index 00000000..f0550c41 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/purple_shulker_box.json @@ -0,0 +1,6 @@ +{ + "parent": "item/template_shulker_box", + "textures": { + "particle": "block/purple_shulker_box" + } +} diff --git a/1.15.2/assets/minecraft/models/item/purple_stained_glass.json b/1.15.2/assets/minecraft/models/item/purple_stained_glass.json new file mode 100644 index 00000000..0fa8f9ab --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/purple_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/purple_stained_glass" +} diff --git a/1.15.2/assets/minecraft/models/item/purple_stained_glass_pane.json b/1.15.2/assets/minecraft/models/item/purple_stained_glass_pane.json new file mode 100644 index 00000000..1a2587fd --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/purple_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/purple_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/item/purple_terracotta.json b/1.15.2/assets/minecraft/models/item/purple_terracotta.json new file mode 100644 index 00000000..5670b48a --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/purple_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/purple_terracotta" +} diff --git a/1.15.2/assets/minecraft/models/item/purple_wool.json b/1.15.2/assets/minecraft/models/item/purple_wool.json new file mode 100644 index 00000000..087e3a64 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/purple_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/purple_wool" +} diff --git a/1.15.2/assets/minecraft/models/item/purpur_block.json b/1.15.2/assets/minecraft/models/item/purpur_block.json new file mode 100644 index 00000000..11e96329 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/purpur_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/purpur_block" +} diff --git a/1.15.2/assets/minecraft/models/item/purpur_pillar.json b/1.15.2/assets/minecraft/models/item/purpur_pillar.json new file mode 100644 index 00000000..55c4a923 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/purpur_pillar.json @@ -0,0 +1,3 @@ +{ + "parent": "block/purpur_pillar" +} diff --git a/1.15.2/assets/minecraft/models/item/purpur_slab.json b/1.15.2/assets/minecraft/models/item/purpur_slab.json new file mode 100644 index 00000000..876b6daf --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/purpur_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/purpur_slab" +} diff --git a/1.15.2/assets/minecraft/models/item/purpur_stairs.json b/1.15.2/assets/minecraft/models/item/purpur_stairs.json new file mode 100644 index 00000000..fd71ac3a --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/purpur_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/purpur_stairs" +} diff --git a/1.15.2/assets/minecraft/models/item/quartz.json b/1.15.2/assets/minecraft/models/item/quartz.json new file mode 100644 index 00000000..137c24ed --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/quartz.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/quartz" + } +} diff --git a/1.15.2/assets/minecraft/models/item/quartz_block.json b/1.15.2/assets/minecraft/models/item/quartz_block.json new file mode 100644 index 00000000..b53a8082 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/quartz_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/quartz_block" +} diff --git a/1.15.2/assets/minecraft/models/item/quartz_pillar.json b/1.15.2/assets/minecraft/models/item/quartz_pillar.json new file mode 100644 index 00000000..0ed5aea2 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/quartz_pillar.json @@ -0,0 +1,3 @@ +{ + "parent": "block/quartz_pillar" +} diff --git a/1.15.2/assets/minecraft/models/item/quartz_slab.json b/1.15.2/assets/minecraft/models/item/quartz_slab.json new file mode 100644 index 00000000..c0249f37 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/quartz_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/quartz_slab" +} diff --git a/1.15.2/assets/minecraft/models/item/quartz_stairs.json b/1.15.2/assets/minecraft/models/item/quartz_stairs.json new file mode 100644 index 00000000..4fb792ed --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/quartz_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/quartz_stairs" +} diff --git a/1.15.2/assets/minecraft/models/item/rabbit.json b/1.15.2/assets/minecraft/models/item/rabbit.json new file mode 100644 index 00000000..19089e83 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/rabbit.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/rabbit" + } +} diff --git a/1.15.2/assets/minecraft/models/item/rabbit_foot.json b/1.15.2/assets/minecraft/models/item/rabbit_foot.json new file mode 100644 index 00000000..f336d38e --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/rabbit_foot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/rabbit_foot" + } +} diff --git a/1.15.2/assets/minecraft/models/item/rabbit_hide.json b/1.15.2/assets/minecraft/models/item/rabbit_hide.json new file mode 100644 index 00000000..96737868 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/rabbit_hide.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/rabbit_hide" + } +} diff --git a/1.15.2/assets/minecraft/models/item/rabbit_spawn_egg.json b/1.15.2/assets/minecraft/models/item/rabbit_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/rabbit_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.15.2/assets/minecraft/models/item/rabbit_stew.json b/1.15.2/assets/minecraft/models/item/rabbit_stew.json new file mode 100644 index 00000000..7de122f3 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/rabbit_stew.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/rabbit_stew" + } +} diff --git a/1.15.2/assets/minecraft/models/item/rail.json b/1.15.2/assets/minecraft/models/item/rail.json new file mode 100644 index 00000000..e3c8b3e7 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/rail.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/rail" + } +} diff --git a/1.15.2/assets/minecraft/models/item/ravager_spawn_egg.json b/1.15.2/assets/minecraft/models/item/ravager_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/ravager_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.15.2/assets/minecraft/models/item/red_banner.json b/1.15.2/assets/minecraft/models/item/red_banner.json new file mode 100644 index 00000000..9d43dcc2 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/red_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_banner" +} diff --git a/1.15.2/assets/minecraft/models/item/red_bed.json b/1.15.2/assets/minecraft/models/item/red_bed.json new file mode 100644 index 00000000..2734e522 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/red_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "item/template_bed", + "textures": { + "particle": "block/red_wool" + } +} diff --git a/1.15.2/assets/minecraft/models/item/red_carpet.json b/1.15.2/assets/minecraft/models/item/red_carpet.json new file mode 100644 index 00000000..76ae3351 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/red_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_carpet" +} diff --git a/1.15.2/assets/minecraft/models/item/red_concrete.json b/1.15.2/assets/minecraft/models/item/red_concrete.json new file mode 100644 index 00000000..8ce646ad --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/red_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_concrete" +} diff --git a/1.15.2/assets/minecraft/models/item/red_concrete_powder.json b/1.15.2/assets/minecraft/models/item/red_concrete_powder.json new file mode 100644 index 00000000..736b4b6c --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/red_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_concrete_powder" +} diff --git a/1.15.2/assets/minecraft/models/item/red_dye.json b/1.15.2/assets/minecraft/models/item/red_dye.json new file mode 100644 index 00000000..fb548002 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/red_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/red_dye" + } +} diff --git a/1.15.2/assets/minecraft/models/item/red_glazed_terracotta.json b/1.15.2/assets/minecraft/models/item/red_glazed_terracotta.json new file mode 100644 index 00000000..90c6fa53 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/red_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_glazed_terracotta" +} diff --git a/1.15.2/assets/minecraft/models/item/red_mushroom.json b/1.15.2/assets/minecraft/models/item/red_mushroom.json new file mode 100644 index 00000000..f03e9508 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/red_mushroom.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/red_mushroom" + } +} diff --git a/1.15.2/assets/minecraft/models/item/red_mushroom_block.json b/1.15.2/assets/minecraft/models/item/red_mushroom_block.json new file mode 100644 index 00000000..4c2f15dd --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/red_mushroom_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_mushroom_block_inventory" +} diff --git a/1.15.2/assets/minecraft/models/item/red_nether_brick_slab.json b/1.15.2/assets/minecraft/models/item/red_nether_brick_slab.json new file mode 100644 index 00000000..c48c9721 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/red_nether_brick_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_nether_brick_slab" +} diff --git a/1.15.2/assets/minecraft/models/item/red_nether_brick_stairs.json b/1.15.2/assets/minecraft/models/item/red_nether_brick_stairs.json new file mode 100644 index 00000000..3e4b9959 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/red_nether_brick_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_nether_brick_stairs" +} diff --git a/1.15.2/assets/minecraft/models/item/red_nether_brick_wall.json b/1.15.2/assets/minecraft/models/item/red_nether_brick_wall.json new file mode 100644 index 00000000..7fa9ac57 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/red_nether_brick_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_nether_brick_wall_inventory" +} diff --git a/1.15.2/assets/minecraft/models/item/red_nether_bricks.json b/1.15.2/assets/minecraft/models/item/red_nether_bricks.json new file mode 100644 index 00000000..a44eac72 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/red_nether_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_nether_bricks" +} diff --git a/1.15.2/assets/minecraft/models/item/red_sand.json b/1.15.2/assets/minecraft/models/item/red_sand.json new file mode 100644 index 00000000..1a5296f0 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/red_sand.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_sand" +} diff --git a/1.15.2/assets/minecraft/models/item/red_sandstone.json b/1.15.2/assets/minecraft/models/item/red_sandstone.json new file mode 100644 index 00000000..b43e1c49 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/red_sandstone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_sandstone" +} diff --git a/1.15.2/assets/minecraft/models/item/red_sandstone_slab.json b/1.15.2/assets/minecraft/models/item/red_sandstone_slab.json new file mode 100644 index 00000000..f7a049d5 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/red_sandstone_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_sandstone_slab" +} diff --git a/1.15.2/assets/minecraft/models/item/red_sandstone_stairs.json b/1.15.2/assets/minecraft/models/item/red_sandstone_stairs.json new file mode 100644 index 00000000..b3fb4a38 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/red_sandstone_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_sandstone_stairs" +} diff --git a/1.15.2/assets/minecraft/models/item/red_sandstone_wall.json b/1.15.2/assets/minecraft/models/item/red_sandstone_wall.json new file mode 100644 index 00000000..e593ed9a --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/red_sandstone_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_sandstone_wall_inventory" +} diff --git a/1.15.2/assets/minecraft/models/item/red_shulker_box.json b/1.15.2/assets/minecraft/models/item/red_shulker_box.json new file mode 100644 index 00000000..886553a4 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/red_shulker_box.json @@ -0,0 +1,6 @@ +{ + "parent": "item/template_shulker_box", + "textures": { + "particle": "block/red_shulker_box" + } +} diff --git a/1.15.2/assets/minecraft/models/item/red_stained_glass.json b/1.15.2/assets/minecraft/models/item/red_stained_glass.json new file mode 100644 index 00000000..1ee7d90f --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/red_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_stained_glass" +} diff --git a/1.15.2/assets/minecraft/models/item/red_stained_glass_pane.json b/1.15.2/assets/minecraft/models/item/red_stained_glass_pane.json new file mode 100644 index 00000000..6c14eb08 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/red_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/red_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/item/red_terracotta.json b/1.15.2/assets/minecraft/models/item/red_terracotta.json new file mode 100644 index 00000000..0ab4d296 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/red_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_terracotta" +} diff --git a/1.15.2/assets/minecraft/models/item/red_tulip.json b/1.15.2/assets/minecraft/models/item/red_tulip.json new file mode 100644 index 00000000..0b462dbb --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/red_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/red_tulip" + } +} diff --git a/1.15.2/assets/minecraft/models/item/red_wool.json b/1.15.2/assets/minecraft/models/item/red_wool.json new file mode 100644 index 00000000..108f67db --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/red_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_wool" +} diff --git a/1.15.2/assets/minecraft/models/item/redstone.json b/1.15.2/assets/minecraft/models/item/redstone.json new file mode 100644 index 00000000..843be359 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/redstone.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/redstone" + } +} diff --git a/1.15.2/assets/minecraft/models/item/redstone_block.json b/1.15.2/assets/minecraft/models/item/redstone_block.json new file mode 100644 index 00000000..3ebc09a2 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/redstone_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/redstone_block" +} diff --git a/1.15.2/assets/minecraft/models/item/redstone_lamp.json b/1.15.2/assets/minecraft/models/item/redstone_lamp.json new file mode 100644 index 00000000..ba0354a7 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/redstone_lamp.json @@ -0,0 +1,3 @@ +{ + "parent": "block/redstone_lamp" +} diff --git a/1.15.2/assets/minecraft/models/item/redstone_ore.json b/1.15.2/assets/minecraft/models/item/redstone_ore.json new file mode 100644 index 00000000..223d3de3 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/redstone_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "block/redstone_ore" +} diff --git a/1.15.2/assets/minecraft/models/item/redstone_torch.json b/1.15.2/assets/minecraft/models/item/redstone_torch.json new file mode 100644 index 00000000..d721d089 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/redstone_torch.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/redstone_torch" + } +} diff --git a/1.15.2/assets/minecraft/models/item/repeater.json b/1.15.2/assets/minecraft/models/item/repeater.json new file mode 100644 index 00000000..8c105b79 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/repeater.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/repeater" + } +} diff --git a/1.15.2/assets/minecraft/models/item/repeating_command_block.json b/1.15.2/assets/minecraft/models/item/repeating_command_block.json new file mode 100644 index 00000000..8c277f8b --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/repeating_command_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/repeating_command_block" +} diff --git a/1.15.2/assets/minecraft/models/item/rose_bush.json b/1.15.2/assets/minecraft/models/item/rose_bush.json new file mode 100644 index 00000000..51e755dc --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/rose_bush.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/rose_bush_top" + } +} diff --git a/1.15.2/assets/minecraft/models/item/rotten_flesh.json b/1.15.2/assets/minecraft/models/item/rotten_flesh.json new file mode 100644 index 00000000..5a8e7aeb --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/rotten_flesh.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/rotten_flesh" + } +} diff --git a/1.15.2/assets/minecraft/models/item/saddle.json b/1.15.2/assets/minecraft/models/item/saddle.json new file mode 100644 index 00000000..774985c5 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/saddle.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/saddle" + } +} diff --git a/1.15.2/assets/minecraft/models/item/salmon.json b/1.15.2/assets/minecraft/models/item/salmon.json new file mode 100644 index 00000000..2c6dc2ad --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/salmon.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/salmon" + } +} diff --git a/1.15.2/assets/minecraft/models/item/salmon_bucket.json b/1.15.2/assets/minecraft/models/item/salmon_bucket.json new file mode 100644 index 00000000..80eacf73 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/salmon_bucket.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/salmon_bucket" + } +} diff --git a/1.15.2/assets/minecraft/models/item/salmon_spawn_egg.json b/1.15.2/assets/minecraft/models/item/salmon_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/salmon_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.15.2/assets/minecraft/models/item/sand.json b/1.15.2/assets/minecraft/models/item/sand.json new file mode 100644 index 00000000..813ae503 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/sand.json @@ -0,0 +1,3 @@ +{ + "parent": "block/sand" +} diff --git a/1.15.2/assets/minecraft/models/item/sandstone.json b/1.15.2/assets/minecraft/models/item/sandstone.json new file mode 100644 index 00000000..250d42f4 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/sandstone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/sandstone" +} diff --git a/1.15.2/assets/minecraft/models/item/sandstone_slab.json b/1.15.2/assets/minecraft/models/item/sandstone_slab.json new file mode 100644 index 00000000..f53b3726 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/sandstone_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/sandstone_slab" +} diff --git a/1.15.2/assets/minecraft/models/item/sandstone_stairs.json b/1.15.2/assets/minecraft/models/item/sandstone_stairs.json new file mode 100644 index 00000000..18ab6848 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/sandstone_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/sandstone_stairs" +} diff --git a/1.15.2/assets/minecraft/models/item/sandstone_wall.json b/1.15.2/assets/minecraft/models/item/sandstone_wall.json new file mode 100644 index 00000000..8c0f90ef --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/sandstone_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "block/sandstone_wall_inventory" +} diff --git a/1.15.2/assets/minecraft/models/item/scaffolding.json b/1.15.2/assets/minecraft/models/item/scaffolding.json new file mode 100644 index 00000000..9c6d2b20 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/scaffolding.json @@ -0,0 +1,3 @@ +{ + "parent": "block/scaffolding_stable" +} diff --git a/1.15.2/assets/minecraft/models/item/scute.json b/1.15.2/assets/minecraft/models/item/scute.json new file mode 100644 index 00000000..a0b399ef --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/scute.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/scute" + } +} diff --git a/1.15.2/assets/minecraft/models/item/sea_lantern.json b/1.15.2/assets/minecraft/models/item/sea_lantern.json new file mode 100644 index 00000000..8ce7df3b --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/sea_lantern.json @@ -0,0 +1,3 @@ +{ + "parent": "block/sea_lantern" +} diff --git a/1.15.2/assets/minecraft/models/item/sea_pickle.json b/1.15.2/assets/minecraft/models/item/sea_pickle.json new file mode 100644 index 00000000..4337017c --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/sea_pickle.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/sea_pickle" + } +} diff --git a/1.15.2/assets/minecraft/models/item/seagrass.json b/1.15.2/assets/minecraft/models/item/seagrass.json new file mode 100644 index 00000000..2a7d6790 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/seagrass.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/seagrass" + } +} diff --git a/1.15.2/assets/minecraft/models/item/shears.json b/1.15.2/assets/minecraft/models/item/shears.json new file mode 100644 index 00000000..0a90d0a9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/shears.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/shears" + } +} diff --git a/1.15.2/assets/minecraft/models/item/sheep_spawn_egg.json b/1.15.2/assets/minecraft/models/item/sheep_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/sheep_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.15.2/assets/minecraft/models/item/shield.json b/1.15.2/assets/minecraft/models/item/shield.json new file mode 100644 index 00000000..ef24bd31 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/shield.json @@ -0,0 +1,52 @@ +{ + "parent": "builtin/entity", + "gui_light": "front", + "textures": { + "particle": "block/dark_oak_planks" + }, + "display": { + "thirdperson_righthand": { + "rotation": [ 0, 90, 0 ], + "translation": [ 10, 6, -4 ], + "scale": [ 1, 1, 1 ] + }, + "thirdperson_lefthand": { + "rotation": [ 0, 90, 0 ], + "translation": [ 10, 6, 12 ], + "scale": [ 1, 1, 1 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 180, 5 ], + "translation": [ -10, 2, -10 ], + "scale": [ 1.25, 1.25, 1.25 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, 180, 5 ], + "translation": [ 10, 0, -10 ], + "scale": [ 1.25, 1.25, 1.25 ] + }, + "gui": { + "rotation": [ 15, -25, -5 ], + "translation": [ 2, 3, 0 ], + "scale": [ 0.65, 0.65, 0.65 ] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "translation": [ -2, 4, -5], + "scale":[ 0.5, 0.5, 0.5] + }, + "ground": { + "rotation": [ 0, 0, 0 ], + "translation": [ 4, 4, 2], + "scale":[ 0.25, 0.25, 0.25] + } + }, + "overrides": [ + { + "predicate": { + "blocking": 1 + }, + "model": "item/shield_blocking" + } + ] +} diff --git a/1.15.2/assets/minecraft/models/item/shield_blocking.json b/1.15.2/assets/minecraft/models/item/shield_blocking.json new file mode 100644 index 00000000..1affe4d4 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/shield_blocking.json @@ -0,0 +1,34 @@ +{ + "parent": "builtin/entity", + "gui_light": "front", + "textures": { + "particle": "block/dark_oak_planks" + }, + "display": { + "thirdperson_righthand": { + "rotation": [ 45, 135, 0 ], + "translation": [ 3.51, 11, -2 ], + "scale": [ 1, 1, 1 ] + }, + "thirdperson_lefthand": { + "rotation": [ 45, 135, 0 ], + "translation": [ 13.51, 3, 5 ], + "scale": [ 1, 1, 1 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 180, -5 ], + "translation": [ -15, 5, -11 ], + "scale": [ 1.25, 1.25, 1.25 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, 180, -5 ], + "translation": [ 5, 5, -11 ], + "scale": [ 1.25, 1.25, 1.25 ] + }, + "gui": { + "rotation": [ 15, -25, -5 ], + "translation": [ 2, 3, 0 ], + "scale": [ 0.65, 0.65, 0.65 ] + } + } +} diff --git a/1.15.2/assets/minecraft/models/item/shulker_box.json b/1.15.2/assets/minecraft/models/item/shulker_box.json new file mode 100644 index 00000000..f9db633d --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/shulker_box.json @@ -0,0 +1,6 @@ +{ + "parent": "item/template_shulker_box", + "textures": { + "particle": "block/shulker_box" + } +} diff --git a/1.15.2/assets/minecraft/models/item/shulker_shell.json b/1.15.2/assets/minecraft/models/item/shulker_shell.json new file mode 100644 index 00000000..34f189cd --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/shulker_shell.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/shulker_shell" + } +} diff --git a/1.15.2/assets/minecraft/models/item/shulker_spawn_egg.json b/1.15.2/assets/minecraft/models/item/shulker_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/shulker_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.15.2/assets/minecraft/models/item/silverfish_spawn_egg.json b/1.15.2/assets/minecraft/models/item/silverfish_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/silverfish_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.15.2/assets/minecraft/models/item/skeleton_horse_spawn_egg.json b/1.15.2/assets/minecraft/models/item/skeleton_horse_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/skeleton_horse_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.15.2/assets/minecraft/models/item/skeleton_skull.json b/1.15.2/assets/minecraft/models/item/skeleton_skull.json new file mode 100644 index 00000000..8efea47e --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/skeleton_skull.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_skull" +} diff --git a/1.15.2/assets/minecraft/models/item/skeleton_spawn_egg.json b/1.15.2/assets/minecraft/models/item/skeleton_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/skeleton_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.15.2/assets/minecraft/models/item/skull_banner_pattern.json b/1.15.2/assets/minecraft/models/item/skull_banner_pattern.json new file mode 100644 index 00000000..9eca098e --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/skull_banner_pattern.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/skull_banner_pattern" + } +} diff --git a/1.15.2/assets/minecraft/models/item/slime_ball.json b/1.15.2/assets/minecraft/models/item/slime_ball.json new file mode 100644 index 00000000..d78a213a --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/slime_ball.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/slime_ball" + } +} diff --git a/1.15.2/assets/minecraft/models/item/slime_block.json b/1.15.2/assets/minecraft/models/item/slime_block.json new file mode 100644 index 00000000..3958f32f --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/slime_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/slime_block" +} diff --git a/1.15.2/assets/minecraft/models/item/slime_spawn_egg.json b/1.15.2/assets/minecraft/models/item/slime_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/slime_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.15.2/assets/minecraft/models/item/smithing_table.json b/1.15.2/assets/minecraft/models/item/smithing_table.json new file mode 100644 index 00000000..57d6c54e --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/smithing_table.json @@ -0,0 +1,3 @@ +{ + "parent": "block/smithing_table" +} diff --git a/1.15.2/assets/minecraft/models/item/smoker.json b/1.15.2/assets/minecraft/models/item/smoker.json new file mode 100644 index 00000000..c8e25a2a --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/smoker.json @@ -0,0 +1,3 @@ +{ + "parent": "block/smoker" +} diff --git a/1.15.2/assets/minecraft/models/item/smooth_quartz.json b/1.15.2/assets/minecraft/models/item/smooth_quartz.json new file mode 100644 index 00000000..616924fe --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/smooth_quartz.json @@ -0,0 +1,3 @@ +{ + "parent": "block/smooth_quartz" +} diff --git a/1.15.2/assets/minecraft/models/item/smooth_quartz_slab.json b/1.15.2/assets/minecraft/models/item/smooth_quartz_slab.json new file mode 100644 index 00000000..e16786c2 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/smooth_quartz_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/smooth_quartz_slab" +} diff --git a/1.15.2/assets/minecraft/models/item/smooth_quartz_stairs.json b/1.15.2/assets/minecraft/models/item/smooth_quartz_stairs.json new file mode 100644 index 00000000..49eb7a8a --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/smooth_quartz_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/smooth_quartz_stairs" +} diff --git a/1.15.2/assets/minecraft/models/item/smooth_red_sandstone.json b/1.15.2/assets/minecraft/models/item/smooth_red_sandstone.json new file mode 100644 index 00000000..bf18b75a --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/smooth_red_sandstone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/smooth_red_sandstone" +} diff --git a/1.15.2/assets/minecraft/models/item/smooth_red_sandstone_slab.json b/1.15.2/assets/minecraft/models/item/smooth_red_sandstone_slab.json new file mode 100644 index 00000000..716621bb --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/smooth_red_sandstone_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/smooth_red_sandstone_slab" +} diff --git a/1.15.2/assets/minecraft/models/item/smooth_red_sandstone_stairs.json b/1.15.2/assets/minecraft/models/item/smooth_red_sandstone_stairs.json new file mode 100644 index 00000000..da928aa9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/smooth_red_sandstone_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/smooth_red_sandstone_stairs" +} diff --git a/1.15.2/assets/minecraft/models/item/smooth_sandstone.json b/1.15.2/assets/minecraft/models/item/smooth_sandstone.json new file mode 100644 index 00000000..d830768c --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/smooth_sandstone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/smooth_sandstone" +} diff --git a/1.15.2/assets/minecraft/models/item/smooth_sandstone_slab.json b/1.15.2/assets/minecraft/models/item/smooth_sandstone_slab.json new file mode 100644 index 00000000..118e1804 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/smooth_sandstone_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/smooth_sandstone_slab" +} diff --git a/1.15.2/assets/minecraft/models/item/smooth_sandstone_stairs.json b/1.15.2/assets/minecraft/models/item/smooth_sandstone_stairs.json new file mode 100644 index 00000000..a968566a --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/smooth_sandstone_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/smooth_sandstone_stairs" +} diff --git a/1.15.2/assets/minecraft/models/item/smooth_stone.json b/1.15.2/assets/minecraft/models/item/smooth_stone.json new file mode 100644 index 00000000..ba1c0ab9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/smooth_stone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/smooth_stone" +} diff --git a/1.15.2/assets/minecraft/models/item/smooth_stone_slab.json b/1.15.2/assets/minecraft/models/item/smooth_stone_slab.json new file mode 100644 index 00000000..56b2ac35 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/smooth_stone_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/smooth_stone_slab" +} diff --git a/1.15.2/assets/minecraft/models/item/snow.json b/1.15.2/assets/minecraft/models/item/snow.json new file mode 100644 index 00000000..af2f0121 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/snow.json @@ -0,0 +1,3 @@ +{ + "parent": "block/snow_height2" +} diff --git a/1.15.2/assets/minecraft/models/item/snow_block.json b/1.15.2/assets/minecraft/models/item/snow_block.json new file mode 100644 index 00000000..87b8ee66 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/snow_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/snow_block" +} diff --git a/1.15.2/assets/minecraft/models/item/snowball.json b/1.15.2/assets/minecraft/models/item/snowball.json new file mode 100644 index 00000000..54087cfd --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/snowball.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/snowball" + } +} diff --git a/1.15.2/assets/minecraft/models/item/soul_sand.json b/1.15.2/assets/minecraft/models/item/soul_sand.json new file mode 100644 index 00000000..bb214e31 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/soul_sand.json @@ -0,0 +1,3 @@ +{ + "parent": "block/soul_sand" +} diff --git a/1.15.2/assets/minecraft/models/item/spawner.json b/1.15.2/assets/minecraft/models/item/spawner.json new file mode 100644 index 00000000..ecd30956 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/spawner.json @@ -0,0 +1,3 @@ +{ + "parent": "block/spawner" +} diff --git a/1.15.2/assets/minecraft/models/item/spectral_arrow.json b/1.15.2/assets/minecraft/models/item/spectral_arrow.json new file mode 100644 index 00000000..d7b5f27d --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/spectral_arrow.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/spectral_arrow" + } +} diff --git a/1.15.2/assets/minecraft/models/item/spider_eye.json b/1.15.2/assets/minecraft/models/item/spider_eye.json new file mode 100644 index 00000000..a24bcb5f --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/spider_eye.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/spider_eye" + } +} diff --git a/1.15.2/assets/minecraft/models/item/spider_spawn_egg.json b/1.15.2/assets/minecraft/models/item/spider_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/spider_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.15.2/assets/minecraft/models/item/splash_potion.json b/1.15.2/assets/minecraft/models/item/splash_potion.json new file mode 100644 index 00000000..d9aaa6b8 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/splash_potion.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/potion_overlay", + "layer1": "item/splash_potion" + } +} diff --git a/1.15.2/assets/minecraft/models/item/sponge.json b/1.15.2/assets/minecraft/models/item/sponge.json new file mode 100644 index 00000000..be0af22f --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/sponge.json @@ -0,0 +1,3 @@ +{ + "parent": "block/sponge" +} diff --git a/1.15.2/assets/minecraft/models/item/spruce_boat.json b/1.15.2/assets/minecraft/models/item/spruce_boat.json new file mode 100644 index 00000000..fcb2815a --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/spruce_boat.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/spruce_boat" + } +} diff --git a/1.15.2/assets/minecraft/models/item/spruce_button.json b/1.15.2/assets/minecraft/models/item/spruce_button.json new file mode 100644 index 00000000..6a0b73c6 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/spruce_button.json @@ -0,0 +1,3 @@ +{ + "parent": "block/spruce_button_inventory" +} diff --git a/1.15.2/assets/minecraft/models/item/spruce_door.json b/1.15.2/assets/minecraft/models/item/spruce_door.json new file mode 100644 index 00000000..a2c5bf86 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/spruce_door.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/spruce_door" + } +} diff --git a/1.15.2/assets/minecraft/models/item/spruce_fence.json b/1.15.2/assets/minecraft/models/item/spruce_fence.json new file mode 100644 index 00000000..fccc7be6 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/spruce_fence.json @@ -0,0 +1,3 @@ +{ + "parent": "block/spruce_fence_inventory" +} diff --git a/1.15.2/assets/minecraft/models/item/spruce_fence_gate.json b/1.15.2/assets/minecraft/models/item/spruce_fence_gate.json new file mode 100644 index 00000000..18eecb81 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/spruce_fence_gate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/spruce_fence_gate" +} diff --git a/1.15.2/assets/minecraft/models/item/spruce_leaves.json b/1.15.2/assets/minecraft/models/item/spruce_leaves.json new file mode 100644 index 00000000..0fc2b066 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/spruce_leaves.json @@ -0,0 +1,3 @@ +{ + "parent": "block/spruce_leaves" +} diff --git a/1.15.2/assets/minecraft/models/item/spruce_log.json b/1.15.2/assets/minecraft/models/item/spruce_log.json new file mode 100644 index 00000000..702dccc4 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/spruce_log.json @@ -0,0 +1,3 @@ +{ + "parent": "block/spruce_log" +} diff --git a/1.15.2/assets/minecraft/models/item/spruce_planks.json b/1.15.2/assets/minecraft/models/item/spruce_planks.json new file mode 100644 index 00000000..05d60747 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/spruce_planks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/spruce_planks" +} diff --git a/1.15.2/assets/minecraft/models/item/spruce_pressure_plate.json b/1.15.2/assets/minecraft/models/item/spruce_pressure_plate.json new file mode 100644 index 00000000..05ecb9c5 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/spruce_pressure_plate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/spruce_pressure_plate" +} diff --git a/1.15.2/assets/minecraft/models/item/spruce_sapling.json b/1.15.2/assets/minecraft/models/item/spruce_sapling.json new file mode 100644 index 00000000..b03637c9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/spruce_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/spruce_sapling" + } +} diff --git a/1.15.2/assets/minecraft/models/item/spruce_sign.json b/1.15.2/assets/minecraft/models/item/spruce_sign.json new file mode 100644 index 00000000..f3b706cd --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/spruce_sign.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/spruce_sign" + } +} diff --git a/1.15.2/assets/minecraft/models/item/spruce_slab.json b/1.15.2/assets/minecraft/models/item/spruce_slab.json new file mode 100644 index 00000000..4ad1bc91 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/spruce_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/spruce_slab" +} diff --git a/1.15.2/assets/minecraft/models/item/spruce_stairs.json b/1.15.2/assets/minecraft/models/item/spruce_stairs.json new file mode 100644 index 00000000..c69594a3 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/spruce_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/spruce_stairs" +} diff --git a/1.15.2/assets/minecraft/models/item/spruce_trapdoor.json b/1.15.2/assets/minecraft/models/item/spruce_trapdoor.json new file mode 100644 index 00000000..83dd4d02 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/spruce_trapdoor.json @@ -0,0 +1,3 @@ +{ + "parent": "block/spruce_trapdoor_bottom" +} diff --git a/1.15.2/assets/minecraft/models/item/spruce_wood.json b/1.15.2/assets/minecraft/models/item/spruce_wood.json new file mode 100644 index 00000000..eabcd7ce --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/spruce_wood.json @@ -0,0 +1,3 @@ +{ + "parent": "block/spruce_wood" +} diff --git a/1.15.2/assets/minecraft/models/item/squid_spawn_egg.json b/1.15.2/assets/minecraft/models/item/squid_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/squid_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.15.2/assets/minecraft/models/item/stick.json b/1.15.2/assets/minecraft/models/item/stick.json new file mode 100644 index 00000000..0f000b81 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/stick.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/stick" + } +} diff --git a/1.15.2/assets/minecraft/models/item/sticky_piston.json b/1.15.2/assets/minecraft/models/item/sticky_piston.json new file mode 100644 index 00000000..f55667a7 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/sticky_piston.json @@ -0,0 +1,3 @@ +{ + "parent": "block/sticky_piston_inventory" +} diff --git a/1.15.2/assets/minecraft/models/item/stone.json b/1.15.2/assets/minecraft/models/item/stone.json new file mode 100644 index 00000000..68982f03 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/stone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stone" +} diff --git a/1.15.2/assets/minecraft/models/item/stone_axe.json b/1.15.2/assets/minecraft/models/item/stone_axe.json new file mode 100644 index 00000000..2392a50a --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/stone_axe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/stone_axe" + } +} diff --git a/1.15.2/assets/minecraft/models/item/stone_brick_slab.json b/1.15.2/assets/minecraft/models/item/stone_brick_slab.json new file mode 100644 index 00000000..8adeb25c --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/stone_brick_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stone_brick_slab" +} diff --git a/1.15.2/assets/minecraft/models/item/stone_brick_stairs.json b/1.15.2/assets/minecraft/models/item/stone_brick_stairs.json new file mode 100644 index 00000000..30e682e1 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/stone_brick_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stone_brick_stairs" +} diff --git a/1.15.2/assets/minecraft/models/item/stone_brick_wall.json b/1.15.2/assets/minecraft/models/item/stone_brick_wall.json new file mode 100644 index 00000000..7ebac89b --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/stone_brick_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stone_brick_wall_inventory" +} diff --git a/1.15.2/assets/minecraft/models/item/stone_bricks.json b/1.15.2/assets/minecraft/models/item/stone_bricks.json new file mode 100644 index 00000000..64b053db --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/stone_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stone_bricks" +} diff --git a/1.15.2/assets/minecraft/models/item/stone_button.json b/1.15.2/assets/minecraft/models/item/stone_button.json new file mode 100644 index 00000000..2ef9acb7 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/stone_button.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stone_button_inventory" +} diff --git a/1.15.2/assets/minecraft/models/item/stone_hoe.json b/1.15.2/assets/minecraft/models/item/stone_hoe.json new file mode 100644 index 00000000..644f0dfc --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/stone_hoe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/stone_hoe" + } +} diff --git a/1.15.2/assets/minecraft/models/item/stone_pickaxe.json b/1.15.2/assets/minecraft/models/item/stone_pickaxe.json new file mode 100644 index 00000000..f8555971 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/stone_pickaxe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/stone_pickaxe" + } +} diff --git a/1.15.2/assets/minecraft/models/item/stone_pressure_plate.json b/1.15.2/assets/minecraft/models/item/stone_pressure_plate.json new file mode 100644 index 00000000..ee6b52fa --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/stone_pressure_plate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stone_pressure_plate" +} diff --git a/1.15.2/assets/minecraft/models/item/stone_shovel.json b/1.15.2/assets/minecraft/models/item/stone_shovel.json new file mode 100644 index 00000000..0998a064 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/stone_shovel.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/stone_shovel" + } +} diff --git a/1.15.2/assets/minecraft/models/item/stone_slab.json b/1.15.2/assets/minecraft/models/item/stone_slab.json new file mode 100644 index 00000000..82ded8fe --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/stone_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stone_slab" +} diff --git a/1.15.2/assets/minecraft/models/item/stone_stairs.json b/1.15.2/assets/minecraft/models/item/stone_stairs.json new file mode 100644 index 00000000..65107ed7 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/stone_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stone_stairs" +} diff --git a/1.15.2/assets/minecraft/models/item/stone_sword.json b/1.15.2/assets/minecraft/models/item/stone_sword.json new file mode 100644 index 00000000..07b51646 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/stone_sword.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/stone_sword" + } +} diff --git a/1.15.2/assets/minecraft/models/item/stonecutter.json b/1.15.2/assets/minecraft/models/item/stonecutter.json new file mode 100644 index 00000000..838a67a0 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/stonecutter.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stonecutter" +} diff --git a/1.15.2/assets/minecraft/models/item/stray_spawn_egg.json b/1.15.2/assets/minecraft/models/item/stray_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/stray_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.15.2/assets/minecraft/models/item/string.json b/1.15.2/assets/minecraft/models/item/string.json new file mode 100644 index 00000000..c372e8b2 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/string.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/string" + } +} diff --git a/1.15.2/assets/minecraft/models/item/stripped_acacia_log.json b/1.15.2/assets/minecraft/models/item/stripped_acacia_log.json new file mode 100644 index 00000000..de28244d --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/stripped_acacia_log.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stripped_acacia_log" +} diff --git a/1.15.2/assets/minecraft/models/item/stripped_acacia_wood.json b/1.15.2/assets/minecraft/models/item/stripped_acacia_wood.json new file mode 100644 index 00000000..4cdb7d8f --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/stripped_acacia_wood.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stripped_acacia_wood" +} diff --git a/1.15.2/assets/minecraft/models/item/stripped_birch_log.json b/1.15.2/assets/minecraft/models/item/stripped_birch_log.json new file mode 100644 index 00000000..196df713 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/stripped_birch_log.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stripped_birch_log" +} diff --git a/1.15.2/assets/minecraft/models/item/stripped_birch_wood.json b/1.15.2/assets/minecraft/models/item/stripped_birch_wood.json new file mode 100644 index 00000000..1ce42d9a --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/stripped_birch_wood.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stripped_birch_wood" +} diff --git a/1.15.2/assets/minecraft/models/item/stripped_dark_oak_log.json b/1.15.2/assets/minecraft/models/item/stripped_dark_oak_log.json new file mode 100644 index 00000000..37644cd8 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/stripped_dark_oak_log.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stripped_dark_oak_log" +} diff --git a/1.15.2/assets/minecraft/models/item/stripped_dark_oak_wood.json b/1.15.2/assets/minecraft/models/item/stripped_dark_oak_wood.json new file mode 100644 index 00000000..27bcd03f --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/stripped_dark_oak_wood.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stripped_dark_oak_wood" +} diff --git a/1.15.2/assets/minecraft/models/item/stripped_jungle_log.json b/1.15.2/assets/minecraft/models/item/stripped_jungle_log.json new file mode 100644 index 00000000..aebe70c8 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/stripped_jungle_log.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stripped_jungle_log" +} diff --git a/1.15.2/assets/minecraft/models/item/stripped_jungle_wood.json b/1.15.2/assets/minecraft/models/item/stripped_jungle_wood.json new file mode 100644 index 00000000..43391624 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/stripped_jungle_wood.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stripped_jungle_wood" +} diff --git a/1.15.2/assets/minecraft/models/item/stripped_oak_log.json b/1.15.2/assets/minecraft/models/item/stripped_oak_log.json new file mode 100644 index 00000000..11882661 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/stripped_oak_log.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stripped_oak_log" +} diff --git a/1.15.2/assets/minecraft/models/item/stripped_oak_wood.json b/1.15.2/assets/minecraft/models/item/stripped_oak_wood.json new file mode 100644 index 00000000..fd1ba70f --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/stripped_oak_wood.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stripped_oak_wood" +} diff --git a/1.15.2/assets/minecraft/models/item/stripped_spruce_log.json b/1.15.2/assets/minecraft/models/item/stripped_spruce_log.json new file mode 100644 index 00000000..58f402f2 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/stripped_spruce_log.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stripped_spruce_log" +} diff --git a/1.15.2/assets/minecraft/models/item/stripped_spruce_wood.json b/1.15.2/assets/minecraft/models/item/stripped_spruce_wood.json new file mode 100644 index 00000000..33db75f7 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/stripped_spruce_wood.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stripped_spruce_wood" +} diff --git a/1.15.2/assets/minecraft/models/item/structure_block.json b/1.15.2/assets/minecraft/models/item/structure_block.json new file mode 100644 index 00000000..14bed985 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/structure_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/structure_block" +} diff --git a/1.15.2/assets/minecraft/models/item/structure_void.json b/1.15.2/assets/minecraft/models/item/structure_void.json new file mode 100644 index 00000000..155198b4 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/structure_void.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/structure_void" + } +} diff --git a/1.15.2/assets/minecraft/models/item/sugar.json b/1.15.2/assets/minecraft/models/item/sugar.json new file mode 100644 index 00000000..c3769929 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/sugar.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/sugar" + } +} diff --git a/1.15.2/assets/minecraft/models/item/sugar_cane.json b/1.15.2/assets/minecraft/models/item/sugar_cane.json new file mode 100644 index 00000000..bb54fd4b --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/sugar_cane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/sugar_cane" + } +} diff --git a/1.15.2/assets/minecraft/models/item/sunflower.json b/1.15.2/assets/minecraft/models/item/sunflower.json new file mode 100644 index 00000000..a383f464 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/sunflower.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/sunflower_front" + } +} diff --git a/1.15.2/assets/minecraft/models/item/suspicious_stew.json b/1.15.2/assets/minecraft/models/item/suspicious_stew.json new file mode 100644 index 00000000..55c7cfd7 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/suspicious_stew.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/suspicious_stew" + } +} diff --git a/1.15.2/assets/minecraft/models/item/sweet_berries.json b/1.15.2/assets/minecraft/models/item/sweet_berries.json new file mode 100644 index 00000000..a0f36db2 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/sweet_berries.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/sweet_berries" + } +} diff --git a/1.15.2/assets/minecraft/models/item/tall_grass.json b/1.15.2/assets/minecraft/models/item/tall_grass.json new file mode 100644 index 00000000..f05c5028 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/tall_grass.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/tall_grass_top" + } +} diff --git a/1.15.2/assets/minecraft/models/item/template_banner.json b/1.15.2/assets/minecraft/models/item/template_banner.json new file mode 100644 index 00000000..0b03d27a --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/template_banner.json @@ -0,0 +1,38 @@ +{ + "parent": "builtin/entity", + "textures": { + "particle": "block/oak_planks" + }, + "display": { + "thirdperson_righthand": { + "rotation": [ 0, 90, 0 ], + "translation": [ 0, 2, 0.5], + "scale":[ 0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [ 0, 90, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 0.375, 0.375, 0.375] + }, + "gui": { + "rotation": [ 30, 20, 0 ], + "translation": [ 0, -3.25, 0], + "scale":[ 0.5325, 0.5325, 0.5325] + }, + "ground": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 1, 0], + "scale":[ 0.25, 0.25, 0.25] + }, + "head": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 16, 7], + "scale":[ 1.5, 1.5, 1.5 ] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 0.5, 0.5, 0.5] + } + } +} diff --git a/1.15.2/assets/minecraft/models/item/template_bed.json b/1.15.2/assets/minecraft/models/item/template_bed.json new file mode 100644 index 00000000..2f5d6979 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/template_bed.json @@ -0,0 +1,35 @@ +{ + "parent": "builtin/entity", + "display": { + "thirdperson_righthand": { + "rotation": [ 30, 160, 0 ], + "translation": [ 0, 3, -2], + "scale":[ 0.23, 0.23, 0.23] + }, + "firstperson_righthand": { + "rotation": [ 30, 160, 0 ], + "translation": [ 0, 3, 0], + "scale":[ 0.375, 0.375, 0.375] + }, + "gui": { + "rotation": [ 30, 160, 0 ], + "translation": [ 2, 3, 0], + "scale":[ 0.5325, 0.5325, 0.5325] + }, + "ground": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 1, 2], + "scale":[ 0.25, 0.25, 0.25] + }, + "head": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 10, -8], + "scale":[ 1,1,1 ] + }, + "fixed": { + "rotation": [ 270, 0, 0 ], + "translation": [ 0, 4, -2], + "scale":[ 0.5, 0.5, 0.5] + } + } +} diff --git a/1.15.2/assets/minecraft/models/item/template_shulker_box.json b/1.15.2/assets/minecraft/models/item/template_shulker_box.json new file mode 100644 index 00000000..7bfe2e69 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/template_shulker_box.json @@ -0,0 +1,35 @@ +{ + "parent": "builtin/entity", + "display": { + "gui": { + "rotation": [ 30, 45, 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 ] + }, + "head": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 1, 1, 1] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 0.5, 0.5, 0.5 ] + }, + "thirdperson_righthand": { + "rotation": [ 75, 315, 0 ], + "translation": [ 0, 2.5, 0], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 315, 0 ], + "translation": [ 0, 0, 0], + "scale": [ 0.4, 0.4, 0.4 ] + } + } +} diff --git a/1.15.2/assets/minecraft/models/item/template_skull.json b/1.15.2/assets/minecraft/models/item/template_skull.json new file mode 100644 index 00000000..232416fc --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/template_skull.json @@ -0,0 +1,28 @@ +{ + "parent": "builtin/entity", + "textures": { + "particle": "block/soul_sand" + }, + "display": { + "gui": { + "rotation": [ 30, 45, 0 ], + "translation": [ 0, 3, 0 ], + "scale": [ 1, 1, 1 ] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 4, 0], + "scale":[ 1, 1, 1 ] + }, + "ground": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 3, 0 ], + "scale": [ 0.5, 0.5, 0.5 ] + }, + "thirdperson_righthand": { + "rotation": [ 45, 45, 0 ], + "translation": [ 0, 3, 0 ], + "scale": [ 0.5, 0.5, 0.5 ] + } + } +} diff --git a/1.15.2/assets/minecraft/models/item/template_spawn_egg.json b/1.15.2/assets/minecraft/models/item/template_spawn_egg.json new file mode 100644 index 00000000..4ae4b4c2 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/template_spawn_egg.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/spawn_egg", + "layer1": "item/spawn_egg_overlay" + } +} diff --git a/1.15.2/assets/minecraft/models/item/terracotta.json b/1.15.2/assets/minecraft/models/item/terracotta.json new file mode 100644 index 00000000..f46a585d --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/terracotta" +} diff --git a/1.15.2/assets/minecraft/models/item/tipped_arrow.json b/1.15.2/assets/minecraft/models/item/tipped_arrow.json new file mode 100644 index 00000000..578defec --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/tipped_arrow.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/tipped_arrow_head", + "layer1": "item/tipped_arrow_base" + } +} diff --git a/1.15.2/assets/minecraft/models/item/tnt.json b/1.15.2/assets/minecraft/models/item/tnt.json new file mode 100644 index 00000000..ba1dec1c --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/tnt.json @@ -0,0 +1,3 @@ +{ + "parent": "block/tnt" +} diff --git a/1.15.2/assets/minecraft/models/item/tnt_minecart.json b/1.15.2/assets/minecraft/models/item/tnt_minecart.json new file mode 100644 index 00000000..df22af26 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/tnt_minecart.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/tnt_minecart" + } +} diff --git a/1.15.2/assets/minecraft/models/item/torch.json b/1.15.2/assets/minecraft/models/item/torch.json new file mode 100644 index 00000000..157031eb --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/torch.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/torch" + } +} diff --git a/1.15.2/assets/minecraft/models/item/totem_of_undying.json b/1.15.2/assets/minecraft/models/item/totem_of_undying.json new file mode 100644 index 00000000..47b4b511 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/totem_of_undying.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/totem_of_undying" + } +} diff --git a/1.15.2/assets/minecraft/models/item/trader_llama_spawn_egg.json b/1.15.2/assets/minecraft/models/item/trader_llama_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/trader_llama_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.15.2/assets/minecraft/models/item/trapped_chest.json b/1.15.2/assets/minecraft/models/item/trapped_chest.json new file mode 100644 index 00000000..c7435714 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/trapped_chest.json @@ -0,0 +1,3 @@ +{ + "parent": "item/chest" +} diff --git a/1.15.2/assets/minecraft/models/item/trident.json b/1.15.2/assets/minecraft/models/item/trident.json new file mode 100644 index 00000000..8669b3ee --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/trident.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/trident" + } +} diff --git a/1.15.2/assets/minecraft/models/item/trident_in_hand.json b/1.15.2/assets/minecraft/models/item/trident_in_hand.json new file mode 100644 index 00000000..6685dcca --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/trident_in_hand.json @@ -0,0 +1,52 @@ +{ + "parent": "builtin/entity", + "gui_light": "front", + "textures": { + "particle": "item/trident" + }, + "display": { + "thirdperson_righthand": { + "rotation": [ 0, 60, 0 ], + "translation": [ 11, 17, -2 ], + "scale": [ 1, 1, 1 ] + }, + "thirdperson_lefthand": { + "rotation": [ 0, 60, 0 ], + "translation": [ 3, 17, 12 ], + "scale": [ 1, 1, 1 ] + }, + "firstperson_righthand": { + "rotation": [ 0, -90, 25 ], + "translation": [ -3, 17, 1], + "scale": [ 1, 1, 1 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, 90, -25 ], + "translation": [ 13, 17, 1], + "scale": [ 1, 1, 1 ] + }, + "gui": { + "rotation": [ 15, -25, -5 ], + "translation": [ 2, 3, 0 ], + "scale": [ 0.65, 0.65, 0.65 ] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "translation": [ -2, 4, -5], + "scale":[ 0.5, 0.5, 0.5] + }, + "ground": { + "rotation": [ 0, 0, 0 ], + "translation": [ 4, 4, 2], + "scale":[ 0.25, 0.25, 0.25] + } + }, + "overrides": [ + { + "predicate": { + "throwing": 1 + }, + "model": "item/trident_throwing" + } + ] +} diff --git a/1.15.2/assets/minecraft/models/item/trident_throwing.json b/1.15.2/assets/minecraft/models/item/trident_throwing.json new file mode 100644 index 00000000..fb8e96a3 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/trident_throwing.json @@ -0,0 +1,44 @@ +{ + "parent": "builtin/entity", + "gui_light": "front", + "textures": { + "particle": "item/trident" + }, + "display": { + "thirdperson_righthand": { + "rotation": [ 0, 90, 180 ], + "translation": [ 8, -17, 9 ], + "scale": [ 1, 1, 1 ] + }, + "thirdperson_lefthand": { + "rotation": [ 0, 90, 180 ], + "translation": [ 8, -17, -7 ], + "scale": [ 1, 1, 1 ] + }, + "firstperson_righthand": { + "rotation": [ 0, -90, 25 ], + "translation": [ -3, 17, 1], + "scale": [ 1, 1, 1 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, 90, -25 ], + "translation": [ 13, 17, 1], + "scale": [ 1, 1, 1 ] + }, + "gui": { + "rotation": [ 15, -25, -5 ], + "translation": [ 2, 3, 0 ], + "scale": [ 0.65, 0.65, 0.65 ] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "translation": [ -2, 4, -5], + "scale":[ 0.5, 0.5, 0.5] + }, + "ground": { + "rotation": [ 0, 0, 0 ], + "translation": [ 4, 4, 2], + "scale":[ 0.25, 0.25, 0.25] + } + } +} diff --git a/1.15.2/assets/minecraft/models/item/tripwire_hook.json b/1.15.2/assets/minecraft/models/item/tripwire_hook.json new file mode 100644 index 00000000..01958857 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/tripwire_hook.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/tripwire_hook" + } +} diff --git a/1.15.2/assets/minecraft/models/item/tropical_fish.json b/1.15.2/assets/minecraft/models/item/tropical_fish.json new file mode 100644 index 00000000..a29ca82a --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/tropical_fish.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/tropical_fish" + } +} diff --git a/1.15.2/assets/minecraft/models/item/tropical_fish_bucket.json b/1.15.2/assets/minecraft/models/item/tropical_fish_bucket.json new file mode 100644 index 00000000..c3853e1b --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/tropical_fish_bucket.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/tropical_fish_bucket" + } +} diff --git a/1.15.2/assets/minecraft/models/item/tropical_fish_spawn_egg.json b/1.15.2/assets/minecraft/models/item/tropical_fish_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/tropical_fish_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.15.2/assets/minecraft/models/item/tube_coral.json b/1.15.2/assets/minecraft/models/item/tube_coral.json new file mode 100644 index 00000000..e5255752 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/tube_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/tube_coral" + } +} diff --git a/1.15.2/assets/minecraft/models/item/tube_coral_block.json b/1.15.2/assets/minecraft/models/item/tube_coral_block.json new file mode 100644 index 00000000..6778672a --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/tube_coral_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/tube_coral_block" +} diff --git a/1.15.2/assets/minecraft/models/item/tube_coral_fan.json b/1.15.2/assets/minecraft/models/item/tube_coral_fan.json new file mode 100644 index 00000000..84d1b0c4 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/tube_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/tube_coral_fan" + } +} diff --git a/1.15.2/assets/minecraft/models/item/tube_coral_wall_fan.json b/1.15.2/assets/minecraft/models/item/tube_coral_wall_fan.json new file mode 100644 index 00000000..84d1b0c4 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/tube_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/tube_coral_fan" + } +} diff --git a/1.15.2/assets/minecraft/models/item/turtle_egg.json b/1.15.2/assets/minecraft/models/item/turtle_egg.json new file mode 100644 index 00000000..d463828f --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/turtle_egg.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/turtle_egg" + } +} diff --git a/1.15.2/assets/minecraft/models/item/turtle_helmet.json b/1.15.2/assets/minecraft/models/item/turtle_helmet.json new file mode 100644 index 00000000..cc979c51 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/turtle_helmet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/turtle_helmet" + } +} diff --git a/1.15.2/assets/minecraft/models/item/turtle_spawn_egg.json b/1.15.2/assets/minecraft/models/item/turtle_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/turtle_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.15.2/assets/minecraft/models/item/vex_spawn_egg.json b/1.15.2/assets/minecraft/models/item/vex_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/vex_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.15.2/assets/minecraft/models/item/villager_spawn_egg.json b/1.15.2/assets/minecraft/models/item/villager_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/villager_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.15.2/assets/minecraft/models/item/vindicator_spawn_egg.json b/1.15.2/assets/minecraft/models/item/vindicator_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/vindicator_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.15.2/assets/minecraft/models/item/vine.json b/1.15.2/assets/minecraft/models/item/vine.json new file mode 100644 index 00000000..50920225 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/vine.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/vine" + } +} diff --git a/1.15.2/assets/minecraft/models/item/wandering_trader_spawn_egg.json b/1.15.2/assets/minecraft/models/item/wandering_trader_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/wandering_trader_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.15.2/assets/minecraft/models/item/water_bucket.json b/1.15.2/assets/minecraft/models/item/water_bucket.json new file mode 100644 index 00000000..f736bc03 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/water_bucket.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/water_bucket" + } +} diff --git a/1.15.2/assets/minecraft/models/item/wet_sponge.json b/1.15.2/assets/minecraft/models/item/wet_sponge.json new file mode 100644 index 00000000..04d89b49 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/wet_sponge.json @@ -0,0 +1,3 @@ +{ + "parent": "block/wet_sponge" +} diff --git a/1.15.2/assets/minecraft/models/item/wheat.json b/1.15.2/assets/minecraft/models/item/wheat.json new file mode 100644 index 00000000..a426ed64 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/wheat.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/wheat" + } +} diff --git a/1.15.2/assets/minecraft/models/item/wheat_seeds.json b/1.15.2/assets/minecraft/models/item/wheat_seeds.json new file mode 100644 index 00000000..e3eda8b4 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/wheat_seeds.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/wheat_seeds" + } +} diff --git a/1.15.2/assets/minecraft/models/item/white_banner.json b/1.15.2/assets/minecraft/models/item/white_banner.json new file mode 100644 index 00000000..9d43dcc2 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/white_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_banner" +} diff --git a/1.15.2/assets/minecraft/models/item/white_bed.json b/1.15.2/assets/minecraft/models/item/white_bed.json new file mode 100644 index 00000000..5cb329fc --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/white_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "item/template_bed", + "textures": { + "particle": "block/white_wool" + } +} diff --git a/1.15.2/assets/minecraft/models/item/white_carpet.json b/1.15.2/assets/minecraft/models/item/white_carpet.json new file mode 100644 index 00000000..d7c90755 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/white_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/white_carpet" +} diff --git a/1.15.2/assets/minecraft/models/item/white_concrete.json b/1.15.2/assets/minecraft/models/item/white_concrete.json new file mode 100644 index 00000000..23a2ff39 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/white_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "block/white_concrete" +} diff --git a/1.15.2/assets/minecraft/models/item/white_concrete_powder.json b/1.15.2/assets/minecraft/models/item/white_concrete_powder.json new file mode 100644 index 00000000..eadf128e --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/white_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "block/white_concrete_powder" +} diff --git a/1.15.2/assets/minecraft/models/item/white_dye.json b/1.15.2/assets/minecraft/models/item/white_dye.json new file mode 100644 index 00000000..2385b383 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/white_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/white_dye" + } +} diff --git a/1.15.2/assets/minecraft/models/item/white_glazed_terracotta.json b/1.15.2/assets/minecraft/models/item/white_glazed_terracotta.json new file mode 100644 index 00000000..f7ba9668 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/white_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/white_glazed_terracotta" +} diff --git a/1.15.2/assets/minecraft/models/item/white_shulker_box.json b/1.15.2/assets/minecraft/models/item/white_shulker_box.json new file mode 100644 index 00000000..fe131326 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/white_shulker_box.json @@ -0,0 +1,6 @@ +{ + "parent": "item/template_shulker_box", + "textures": { + "particle": "block/white_shulker_box" + } +} diff --git a/1.15.2/assets/minecraft/models/item/white_stained_glass.json b/1.15.2/assets/minecraft/models/item/white_stained_glass.json new file mode 100644 index 00000000..c543889b --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/white_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/white_stained_glass" +} diff --git a/1.15.2/assets/minecraft/models/item/white_stained_glass_pane.json b/1.15.2/assets/minecraft/models/item/white_stained_glass_pane.json new file mode 100644 index 00000000..fd1b1d85 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/white_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/white_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/item/white_terracotta.json b/1.15.2/assets/minecraft/models/item/white_terracotta.json new file mode 100644 index 00000000..5b48f9fa --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/white_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/white_terracotta" +} diff --git a/1.15.2/assets/minecraft/models/item/white_tulip.json b/1.15.2/assets/minecraft/models/item/white_tulip.json new file mode 100644 index 00000000..c912f674 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/white_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/white_tulip" + } +} diff --git a/1.15.2/assets/minecraft/models/item/white_wool.json b/1.15.2/assets/minecraft/models/item/white_wool.json new file mode 100644 index 00000000..59a012e3 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/white_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/white_wool" +} diff --git a/1.15.2/assets/minecraft/models/item/witch_spawn_egg.json b/1.15.2/assets/minecraft/models/item/witch_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/witch_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.15.2/assets/minecraft/models/item/wither_rose.json b/1.15.2/assets/minecraft/models/item/wither_rose.json new file mode 100644 index 00000000..3c8352da --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/wither_rose.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/wither_rose" + } +} diff --git a/1.15.2/assets/minecraft/models/item/wither_skeleton_skull.json b/1.15.2/assets/minecraft/models/item/wither_skeleton_skull.json new file mode 100644 index 00000000..8efea47e --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/wither_skeleton_skull.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_skull" +} diff --git a/1.15.2/assets/minecraft/models/item/wither_skeleton_spawn_egg.json b/1.15.2/assets/minecraft/models/item/wither_skeleton_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/wither_skeleton_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.15.2/assets/minecraft/models/item/wolf_spawn_egg.json b/1.15.2/assets/minecraft/models/item/wolf_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/wolf_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.15.2/assets/minecraft/models/item/wooden_axe.json b/1.15.2/assets/minecraft/models/item/wooden_axe.json new file mode 100644 index 00000000..b3a19f27 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/wooden_axe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/wooden_axe" + } +} diff --git a/1.15.2/assets/minecraft/models/item/wooden_hoe.json b/1.15.2/assets/minecraft/models/item/wooden_hoe.json new file mode 100644 index 00000000..6b6ce072 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/wooden_hoe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/wooden_hoe" + } +} diff --git a/1.15.2/assets/minecraft/models/item/wooden_pickaxe.json b/1.15.2/assets/minecraft/models/item/wooden_pickaxe.json new file mode 100644 index 00000000..1480f9aa --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/wooden_pickaxe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/wooden_pickaxe" + } +} diff --git a/1.15.2/assets/minecraft/models/item/wooden_shovel.json b/1.15.2/assets/minecraft/models/item/wooden_shovel.json new file mode 100644 index 00000000..e8d4178f --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/wooden_shovel.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/wooden_shovel" + } +} diff --git a/1.15.2/assets/minecraft/models/item/wooden_sword.json b/1.15.2/assets/minecraft/models/item/wooden_sword.json new file mode 100644 index 00000000..74a31f9c --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/wooden_sword.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/wooden_sword" + } +} diff --git a/1.15.2/assets/minecraft/models/item/writable_book.json b/1.15.2/assets/minecraft/models/item/writable_book.json new file mode 100644 index 00000000..fe167576 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/writable_book.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/writable_book" + } +} diff --git a/1.15.2/assets/minecraft/models/item/written_book.json b/1.15.2/assets/minecraft/models/item/written_book.json new file mode 100644 index 00000000..0a863d7c --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/written_book.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/written_book" + } +} diff --git a/1.15.2/assets/minecraft/models/item/yellow_banner.json b/1.15.2/assets/minecraft/models/item/yellow_banner.json new file mode 100644 index 00000000..9d43dcc2 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/yellow_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_banner" +} diff --git a/1.15.2/assets/minecraft/models/item/yellow_bed.json b/1.15.2/assets/minecraft/models/item/yellow_bed.json new file mode 100644 index 00000000..7dfbd1c0 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/yellow_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "item/template_bed", + "textures": { + "particle": "block/yellow_wool" + } +} diff --git a/1.15.2/assets/minecraft/models/item/yellow_carpet.json b/1.15.2/assets/minecraft/models/item/yellow_carpet.json new file mode 100644 index 00000000..227f2503 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/yellow_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/yellow_carpet" +} diff --git a/1.15.2/assets/minecraft/models/item/yellow_concrete.json b/1.15.2/assets/minecraft/models/item/yellow_concrete.json new file mode 100644 index 00000000..b182ad0f --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/yellow_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "block/yellow_concrete" +} diff --git a/1.15.2/assets/minecraft/models/item/yellow_concrete_powder.json b/1.15.2/assets/minecraft/models/item/yellow_concrete_powder.json new file mode 100644 index 00000000..d9084d44 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/yellow_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "block/yellow_concrete_powder" +} diff --git a/1.15.2/assets/minecraft/models/item/yellow_dye.json b/1.15.2/assets/minecraft/models/item/yellow_dye.json new file mode 100644 index 00000000..69004f71 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/yellow_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/yellow_dye" + } +} diff --git a/1.15.2/assets/minecraft/models/item/yellow_glazed_terracotta.json b/1.15.2/assets/minecraft/models/item/yellow_glazed_terracotta.json new file mode 100644 index 00000000..953a78d4 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/yellow_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/yellow_glazed_terracotta" +} diff --git a/1.15.2/assets/minecraft/models/item/yellow_shulker_box.json b/1.15.2/assets/minecraft/models/item/yellow_shulker_box.json new file mode 100644 index 00000000..ab7451d4 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/yellow_shulker_box.json @@ -0,0 +1,6 @@ +{ + "parent": "item/template_shulker_box", + "textures": { + "particle": "block/yellow_shulker_box" + } +} diff --git a/1.15.2/assets/minecraft/models/item/yellow_stained_glass.json b/1.15.2/assets/minecraft/models/item/yellow_stained_glass.json new file mode 100644 index 00000000..746cc54f --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/yellow_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/yellow_stained_glass" +} diff --git a/1.15.2/assets/minecraft/models/item/yellow_stained_glass_pane.json b/1.15.2/assets/minecraft/models/item/yellow_stained_glass_pane.json new file mode 100644 index 00000000..ec9e5b52 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/yellow_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "block/yellow_stained_glass" + } +} diff --git a/1.15.2/assets/minecraft/models/item/yellow_terracotta.json b/1.15.2/assets/minecraft/models/item/yellow_terracotta.json new file mode 100644 index 00000000..4d7d4a2d --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/yellow_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "block/yellow_terracotta" +} diff --git a/1.15.2/assets/minecraft/models/item/yellow_wool.json b/1.15.2/assets/minecraft/models/item/yellow_wool.json new file mode 100644 index 00000000..33e3d17c --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/yellow_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/yellow_wool" +} diff --git a/1.15.2/assets/minecraft/models/item/zombie_head.json b/1.15.2/assets/minecraft/models/item/zombie_head.json new file mode 100644 index 00000000..8efea47e --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/zombie_head.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_skull" +} diff --git a/1.15.2/assets/minecraft/models/item/zombie_horse_spawn_egg.json b/1.15.2/assets/minecraft/models/item/zombie_horse_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/zombie_horse_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.15.2/assets/minecraft/models/item/zombie_pigman_spawn_egg.json b/1.15.2/assets/minecraft/models/item/zombie_pigman_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/zombie_pigman_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.15.2/assets/minecraft/models/item/zombie_spawn_egg.json b/1.15.2/assets/minecraft/models/item/zombie_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/zombie_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.15.2/assets/minecraft/models/item/zombie_villager_spawn_egg.json b/1.15.2/assets/minecraft/models/item/zombie_villager_spawn_egg.json new file mode 100644 index 00000000..765225c9 --- /dev/null +++ b/1.15.2/assets/minecraft/models/item/zombie_villager_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "item/template_spawn_egg" +} diff --git a/1.15.2/assets/minecraft/particles/ambient_entity_effect.json b/1.15.2/assets/minecraft/particles/ambient_entity_effect.json new file mode 100644 index 00000000..3be9c3a9 --- /dev/null +++ b/1.15.2/assets/minecraft/particles/ambient_entity_effect.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:effect_7", + "minecraft:effect_6", + "minecraft:effect_5", + "minecraft:effect_4", + "minecraft:effect_3", + "minecraft:effect_2", + "minecraft:effect_1", + "minecraft:effect_0" + ] +} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/particles/angry_villager.json b/1.15.2/assets/minecraft/particles/angry_villager.json new file mode 100644 index 00000000..ab50717b --- /dev/null +++ b/1.15.2/assets/minecraft/particles/angry_villager.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:angry" + ] +} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/particles/barrier.json b/1.15.2/assets/minecraft/particles/barrier.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/1.15.2/assets/minecraft/particles/barrier.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/particles/block.json b/1.15.2/assets/minecraft/particles/block.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/1.15.2/assets/minecraft/particles/block.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/particles/bubble.json b/1.15.2/assets/minecraft/particles/bubble.json new file mode 100644 index 00000000..c9ad6449 --- /dev/null +++ b/1.15.2/assets/minecraft/particles/bubble.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:bubble" + ] +} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/particles/bubble_column_up.json b/1.15.2/assets/minecraft/particles/bubble_column_up.json new file mode 100644 index 00000000..c9ad6449 --- /dev/null +++ b/1.15.2/assets/minecraft/particles/bubble_column_up.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:bubble" + ] +} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/particles/bubble_pop.json b/1.15.2/assets/minecraft/particles/bubble_pop.json new file mode 100644 index 00000000..65ff9e5f --- /dev/null +++ b/1.15.2/assets/minecraft/particles/bubble_pop.json @@ -0,0 +1,9 @@ +{ + "textures": [ + "minecraft:bubble_pop_0", + "minecraft:bubble_pop_1", + "minecraft:bubble_pop_2", + "minecraft:bubble_pop_3", + "minecraft:bubble_pop_4" + ] +} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/particles/campfire_cosy_smoke.json b/1.15.2/assets/minecraft/particles/campfire_cosy_smoke.json new file mode 100644 index 00000000..a99bffe8 --- /dev/null +++ b/1.15.2/assets/minecraft/particles/campfire_cosy_smoke.json @@ -0,0 +1,16 @@ +{ + "textures": [ + "minecraft:big_smoke_0", + "minecraft:big_smoke_1", + "minecraft:big_smoke_2", + "minecraft:big_smoke_3", + "minecraft:big_smoke_4", + "minecraft:big_smoke_5", + "minecraft:big_smoke_6", + "minecraft:big_smoke_7", + "minecraft:big_smoke_8", + "minecraft:big_smoke_9", + "minecraft:big_smoke_10", + "minecraft:big_smoke_11" + ] +} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/particles/campfire_signal_smoke.json b/1.15.2/assets/minecraft/particles/campfire_signal_smoke.json new file mode 100644 index 00000000..a99bffe8 --- /dev/null +++ b/1.15.2/assets/minecraft/particles/campfire_signal_smoke.json @@ -0,0 +1,16 @@ +{ + "textures": [ + "minecraft:big_smoke_0", + "minecraft:big_smoke_1", + "minecraft:big_smoke_2", + "minecraft:big_smoke_3", + "minecraft:big_smoke_4", + "minecraft:big_smoke_5", + "minecraft:big_smoke_6", + "minecraft:big_smoke_7", + "minecraft:big_smoke_8", + "minecraft:big_smoke_9", + "minecraft:big_smoke_10", + "minecraft:big_smoke_11" + ] +} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/particles/cloud.json b/1.15.2/assets/minecraft/particles/cloud.json new file mode 100644 index 00000000..27126109 --- /dev/null +++ b/1.15.2/assets/minecraft/particles/cloud.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:generic_7", + "minecraft:generic_6", + "minecraft:generic_5", + "minecraft:generic_4", + "minecraft:generic_3", + "minecraft:generic_2", + "minecraft:generic_1", + "minecraft:generic_0" + ] +} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/particles/composter.json b/1.15.2/assets/minecraft/particles/composter.json new file mode 100644 index 00000000..f9f9746a --- /dev/null +++ b/1.15.2/assets/minecraft/particles/composter.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:glint" + ] +} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/particles/crit.json b/1.15.2/assets/minecraft/particles/crit.json new file mode 100644 index 00000000..735a9d74 --- /dev/null +++ b/1.15.2/assets/minecraft/particles/crit.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:critical_hit" + ] +} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/particles/current_down.json b/1.15.2/assets/minecraft/particles/current_down.json new file mode 100644 index 00000000..c9ad6449 --- /dev/null +++ b/1.15.2/assets/minecraft/particles/current_down.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:bubble" + ] +} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/particles/damage_indicator.json b/1.15.2/assets/minecraft/particles/damage_indicator.json new file mode 100644 index 00000000..3c9f3207 --- /dev/null +++ b/1.15.2/assets/minecraft/particles/damage_indicator.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:damage" + ] +} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/particles/dolphin.json b/1.15.2/assets/minecraft/particles/dolphin.json new file mode 100644 index 00000000..ca698ca4 --- /dev/null +++ b/1.15.2/assets/minecraft/particles/dolphin.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:generic_0" + ] +} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/particles/dragon_breath.json b/1.15.2/assets/minecraft/particles/dragon_breath.json new file mode 100644 index 00000000..e65716e3 --- /dev/null +++ b/1.15.2/assets/minecraft/particles/dragon_breath.json @@ -0,0 +1,7 @@ +{ + "textures": [ + "minecraft:generic_5", + "minecraft:generic_6", + "minecraft:generic_7" + ] +} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/particles/dripping_honey.json b/1.15.2/assets/minecraft/particles/dripping_honey.json new file mode 100644 index 00000000..6a657af2 --- /dev/null +++ b/1.15.2/assets/minecraft/particles/dripping_honey.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:drip_hang" + ] +} diff --git a/1.15.2/assets/minecraft/particles/dripping_lava.json b/1.15.2/assets/minecraft/particles/dripping_lava.json new file mode 100644 index 00000000..987e9f30 --- /dev/null +++ b/1.15.2/assets/minecraft/particles/dripping_lava.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:drip_hang" + ] +} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/particles/dripping_water.json b/1.15.2/assets/minecraft/particles/dripping_water.json new file mode 100644 index 00000000..987e9f30 --- /dev/null +++ b/1.15.2/assets/minecraft/particles/dripping_water.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:drip_hang" + ] +} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/particles/dust.json b/1.15.2/assets/minecraft/particles/dust.json new file mode 100644 index 00000000..27126109 --- /dev/null +++ b/1.15.2/assets/minecraft/particles/dust.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:generic_7", + "minecraft:generic_6", + "minecraft:generic_5", + "minecraft:generic_4", + "minecraft:generic_3", + "minecraft:generic_2", + "minecraft:generic_1", + "minecraft:generic_0" + ] +} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/particles/effect.json b/1.15.2/assets/minecraft/particles/effect.json new file mode 100644 index 00000000..3be9c3a9 --- /dev/null +++ b/1.15.2/assets/minecraft/particles/effect.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:effect_7", + "minecraft:effect_6", + "minecraft:effect_5", + "minecraft:effect_4", + "minecraft:effect_3", + "minecraft:effect_2", + "minecraft:effect_1", + "minecraft:effect_0" + ] +} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/particles/elder_guardian.json b/1.15.2/assets/minecraft/particles/elder_guardian.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/1.15.2/assets/minecraft/particles/elder_guardian.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/particles/enchant.json b/1.15.2/assets/minecraft/particles/enchant.json new file mode 100644 index 00000000..d2175f03 --- /dev/null +++ b/1.15.2/assets/minecraft/particles/enchant.json @@ -0,0 +1,30 @@ +{ + "textures": [ + "minecraft:sga_a", + "minecraft:sga_b", + "minecraft:sga_c", + "minecraft:sga_d", + "minecraft:sga_e", + "minecraft:sga_f", + "minecraft:sga_g", + "minecraft:sga_h", + "minecraft:sga_i", + "minecraft:sga_j", + "minecraft:sga_k", + "minecraft:sga_l", + "minecraft:sga_m", + "minecraft:sga_n", + "minecraft:sga_o", + "minecraft:sga_p", + "minecraft:sga_q", + "minecraft:sga_r", + "minecraft:sga_s", + "minecraft:sga_t", + "minecraft:sga_u", + "minecraft:sga_v", + "minecraft:sga_w", + "minecraft:sga_x", + "minecraft:sga_y", + "minecraft:sga_z" + ] +} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/particles/enchanted_hit.json b/1.15.2/assets/minecraft/particles/enchanted_hit.json new file mode 100644 index 00000000..9dfa4dad --- /dev/null +++ b/1.15.2/assets/minecraft/particles/enchanted_hit.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:enchanted_hit" + ] +} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/particles/end_rod.json b/1.15.2/assets/minecraft/particles/end_rod.json new file mode 100644 index 00000000..4fdc55ff --- /dev/null +++ b/1.15.2/assets/minecraft/particles/end_rod.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:glitter_7", + "minecraft:glitter_6", + "minecraft:glitter_5", + "minecraft:glitter_4", + "minecraft:glitter_3", + "minecraft:glitter_2", + "minecraft:glitter_1", + "minecraft:glitter_0" + ] +} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/particles/entity_effect.json b/1.15.2/assets/minecraft/particles/entity_effect.json new file mode 100644 index 00000000..3be9c3a9 --- /dev/null +++ b/1.15.2/assets/minecraft/particles/entity_effect.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:effect_7", + "minecraft:effect_6", + "minecraft:effect_5", + "minecraft:effect_4", + "minecraft:effect_3", + "minecraft:effect_2", + "minecraft:effect_1", + "minecraft:effect_0" + ] +} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/particles/explosion.json b/1.15.2/assets/minecraft/particles/explosion.json new file mode 100644 index 00000000..6e3e151a --- /dev/null +++ b/1.15.2/assets/minecraft/particles/explosion.json @@ -0,0 +1,20 @@ +{ + "textures": [ + "minecraft:explosion_0", + "minecraft:explosion_1", + "minecraft:explosion_2", + "minecraft:explosion_3", + "minecraft:explosion_4", + "minecraft:explosion_5", + "minecraft:explosion_6", + "minecraft:explosion_7", + "minecraft:explosion_8", + "minecraft:explosion_9", + "minecraft:explosion_10", + "minecraft:explosion_11", + "minecraft:explosion_12", + "minecraft:explosion_13", + "minecraft:explosion_14", + "minecraft:explosion_15" + ] +} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/particles/explosion_emitter.json b/1.15.2/assets/minecraft/particles/explosion_emitter.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/1.15.2/assets/minecraft/particles/explosion_emitter.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/particles/falling_dust.json b/1.15.2/assets/minecraft/particles/falling_dust.json new file mode 100644 index 00000000..27126109 --- /dev/null +++ b/1.15.2/assets/minecraft/particles/falling_dust.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:generic_7", + "minecraft:generic_6", + "minecraft:generic_5", + "minecraft:generic_4", + "minecraft:generic_3", + "minecraft:generic_2", + "minecraft:generic_1", + "minecraft:generic_0" + ] +} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/particles/falling_honey.json b/1.15.2/assets/minecraft/particles/falling_honey.json new file mode 100644 index 00000000..2732837e --- /dev/null +++ b/1.15.2/assets/minecraft/particles/falling_honey.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:drip_fall" + ] +} diff --git a/1.15.2/assets/minecraft/particles/falling_lava.json b/1.15.2/assets/minecraft/particles/falling_lava.json new file mode 100644 index 00000000..520ad48b --- /dev/null +++ b/1.15.2/assets/minecraft/particles/falling_lava.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:drip_fall" + ] +} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/particles/falling_nectar.json b/1.15.2/assets/minecraft/particles/falling_nectar.json new file mode 100644 index 00000000..2732837e --- /dev/null +++ b/1.15.2/assets/minecraft/particles/falling_nectar.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:drip_fall" + ] +} diff --git a/1.15.2/assets/minecraft/particles/falling_water.json b/1.15.2/assets/minecraft/particles/falling_water.json new file mode 100644 index 00000000..520ad48b --- /dev/null +++ b/1.15.2/assets/minecraft/particles/falling_water.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:drip_fall" + ] +} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/particles/firework.json b/1.15.2/assets/minecraft/particles/firework.json new file mode 100644 index 00000000..9e4709bc --- /dev/null +++ b/1.15.2/assets/minecraft/particles/firework.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:spark_7", + "minecraft:spark_6", + "minecraft:spark_5", + "minecraft:spark_4", + "minecraft:spark_3", + "minecraft:spark_2", + "minecraft:spark_1", + "minecraft:spark_0" + ] +} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/particles/fishing.json b/1.15.2/assets/minecraft/particles/fishing.json new file mode 100644 index 00000000..49f427bc --- /dev/null +++ b/1.15.2/assets/minecraft/particles/fishing.json @@ -0,0 +1,8 @@ +{ + "textures": [ + "minecraft:splash_0", + "minecraft:splash_1", + "minecraft:splash_2", + "minecraft:splash_3" + ] +} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/particles/flame.json b/1.15.2/assets/minecraft/particles/flame.json new file mode 100644 index 00000000..f506424d --- /dev/null +++ b/1.15.2/assets/minecraft/particles/flame.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:flame" + ] +} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/particles/flash.json b/1.15.2/assets/minecraft/particles/flash.json new file mode 100644 index 00000000..9d842205 --- /dev/null +++ b/1.15.2/assets/minecraft/particles/flash.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:flash" + ] +} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/particles/happy_villager.json b/1.15.2/assets/minecraft/particles/happy_villager.json new file mode 100644 index 00000000..f9f9746a --- /dev/null +++ b/1.15.2/assets/minecraft/particles/happy_villager.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:glint" + ] +} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/particles/heart.json b/1.15.2/assets/minecraft/particles/heart.json new file mode 100644 index 00000000..686a2dcf --- /dev/null +++ b/1.15.2/assets/minecraft/particles/heart.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:heart" + ] +} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/particles/instant_effect.json b/1.15.2/assets/minecraft/particles/instant_effect.json new file mode 100644 index 00000000..7ec70d32 --- /dev/null +++ b/1.15.2/assets/minecraft/particles/instant_effect.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:spell_7", + "minecraft:spell_6", + "minecraft:spell_5", + "minecraft:spell_4", + "minecraft:spell_3", + "minecraft:spell_2", + "minecraft:spell_1", + "minecraft:spell_0" + ] +} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/particles/item.json b/1.15.2/assets/minecraft/particles/item.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/1.15.2/assets/minecraft/particles/item.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/particles/item_slime.json b/1.15.2/assets/minecraft/particles/item_slime.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/1.15.2/assets/minecraft/particles/item_slime.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/particles/item_snowball.json b/1.15.2/assets/minecraft/particles/item_snowball.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/1.15.2/assets/minecraft/particles/item_snowball.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/particles/landing_honey.json b/1.15.2/assets/minecraft/particles/landing_honey.json new file mode 100644 index 00000000..3af906fe --- /dev/null +++ b/1.15.2/assets/minecraft/particles/landing_honey.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:drip_land" + ] +} diff --git a/1.15.2/assets/minecraft/particles/landing_lava.json b/1.15.2/assets/minecraft/particles/landing_lava.json new file mode 100644 index 00000000..89230de9 --- /dev/null +++ b/1.15.2/assets/minecraft/particles/landing_lava.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:drip_land" + ] +} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/particles/large_smoke.json b/1.15.2/assets/minecraft/particles/large_smoke.json new file mode 100644 index 00000000..27126109 --- /dev/null +++ b/1.15.2/assets/minecraft/particles/large_smoke.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:generic_7", + "minecraft:generic_6", + "minecraft:generic_5", + "minecraft:generic_4", + "minecraft:generic_3", + "minecraft:generic_2", + "minecraft:generic_1", + "minecraft:generic_0" + ] +} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/particles/lava.json b/1.15.2/assets/minecraft/particles/lava.json new file mode 100644 index 00000000..da6979fe --- /dev/null +++ b/1.15.2/assets/minecraft/particles/lava.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:lava" + ] +} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/particles/mycelium.json b/1.15.2/assets/minecraft/particles/mycelium.json new file mode 100644 index 00000000..ca698ca4 --- /dev/null +++ b/1.15.2/assets/minecraft/particles/mycelium.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:generic_0" + ] +} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/particles/nautilus.json b/1.15.2/assets/minecraft/particles/nautilus.json new file mode 100644 index 00000000..6b9eafdf --- /dev/null +++ b/1.15.2/assets/minecraft/particles/nautilus.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:nautilus" + ] +} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/particles/note.json b/1.15.2/assets/minecraft/particles/note.json new file mode 100644 index 00000000..8097a3d7 --- /dev/null +++ b/1.15.2/assets/minecraft/particles/note.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:note" + ] +} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/particles/poof.json b/1.15.2/assets/minecraft/particles/poof.json new file mode 100644 index 00000000..27126109 --- /dev/null +++ b/1.15.2/assets/minecraft/particles/poof.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:generic_7", + "minecraft:generic_6", + "minecraft:generic_5", + "minecraft:generic_4", + "minecraft:generic_3", + "minecraft:generic_2", + "minecraft:generic_1", + "minecraft:generic_0" + ] +} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/particles/portal.json b/1.15.2/assets/minecraft/particles/portal.json new file mode 100644 index 00000000..f970e447 --- /dev/null +++ b/1.15.2/assets/minecraft/particles/portal.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:generic_0", + "minecraft:generic_1", + "minecraft:generic_2", + "minecraft:generic_3", + "minecraft:generic_4", + "minecraft:generic_5", + "minecraft:generic_6", + "minecraft:generic_7" + ] +} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/particles/rain.json b/1.15.2/assets/minecraft/particles/rain.json new file mode 100644 index 00000000..49f427bc --- /dev/null +++ b/1.15.2/assets/minecraft/particles/rain.json @@ -0,0 +1,8 @@ +{ + "textures": [ + "minecraft:splash_0", + "minecraft:splash_1", + "minecraft:splash_2", + "minecraft:splash_3" + ] +} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/particles/smoke.json b/1.15.2/assets/minecraft/particles/smoke.json new file mode 100644 index 00000000..27126109 --- /dev/null +++ b/1.15.2/assets/minecraft/particles/smoke.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:generic_7", + "minecraft:generic_6", + "minecraft:generic_5", + "minecraft:generic_4", + "minecraft:generic_3", + "minecraft:generic_2", + "minecraft:generic_1", + "minecraft:generic_0" + ] +} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/particles/sneeze.json b/1.15.2/assets/minecraft/particles/sneeze.json new file mode 100644 index 00000000..27126109 --- /dev/null +++ b/1.15.2/assets/minecraft/particles/sneeze.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:generic_7", + "minecraft:generic_6", + "minecraft:generic_5", + "minecraft:generic_4", + "minecraft:generic_3", + "minecraft:generic_2", + "minecraft:generic_1", + "minecraft:generic_0" + ] +} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/particles/spit.json b/1.15.2/assets/minecraft/particles/spit.json new file mode 100644 index 00000000..27126109 --- /dev/null +++ b/1.15.2/assets/minecraft/particles/spit.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:generic_7", + "minecraft:generic_6", + "minecraft:generic_5", + "minecraft:generic_4", + "minecraft:generic_3", + "minecraft:generic_2", + "minecraft:generic_1", + "minecraft:generic_0" + ] +} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/particles/splash.json b/1.15.2/assets/minecraft/particles/splash.json new file mode 100644 index 00000000..49f427bc --- /dev/null +++ b/1.15.2/assets/minecraft/particles/splash.json @@ -0,0 +1,8 @@ +{ + "textures": [ + "minecraft:splash_0", + "minecraft:splash_1", + "minecraft:splash_2", + "minecraft:splash_3" + ] +} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/particles/squid_ink.json b/1.15.2/assets/minecraft/particles/squid_ink.json new file mode 100644 index 00000000..27126109 --- /dev/null +++ b/1.15.2/assets/minecraft/particles/squid_ink.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:generic_7", + "minecraft:generic_6", + "minecraft:generic_5", + "minecraft:generic_4", + "minecraft:generic_3", + "minecraft:generic_2", + "minecraft:generic_1", + "minecraft:generic_0" + ] +} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/particles/sweep_attack.json b/1.15.2/assets/minecraft/particles/sweep_attack.json new file mode 100644 index 00000000..3b9fe789 --- /dev/null +++ b/1.15.2/assets/minecraft/particles/sweep_attack.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:sweep_0", + "minecraft:sweep_1", + "minecraft:sweep_2", + "minecraft:sweep_3", + "minecraft:sweep_4", + "minecraft:sweep_5", + "minecraft:sweep_6", + "minecraft:sweep_7" + ] +} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/particles/totem_of_undying.json b/1.15.2/assets/minecraft/particles/totem_of_undying.json new file mode 100644 index 00000000..4fdc55ff --- /dev/null +++ b/1.15.2/assets/minecraft/particles/totem_of_undying.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:glitter_7", + "minecraft:glitter_6", + "minecraft:glitter_5", + "minecraft:glitter_4", + "minecraft:glitter_3", + "minecraft:glitter_2", + "minecraft:glitter_1", + "minecraft:glitter_0" + ] +} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/particles/underwater.json b/1.15.2/assets/minecraft/particles/underwater.json new file mode 100644 index 00000000..ca698ca4 --- /dev/null +++ b/1.15.2/assets/minecraft/particles/underwater.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:generic_0" + ] +} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/particles/witch.json b/1.15.2/assets/minecraft/particles/witch.json new file mode 100644 index 00000000..7ec70d32 --- /dev/null +++ b/1.15.2/assets/minecraft/particles/witch.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:spell_7", + "minecraft:spell_6", + "minecraft:spell_5", + "minecraft:spell_4", + "minecraft:spell_3", + "minecraft:spell_2", + "minecraft:spell_1", + "minecraft:spell_0" + ] +} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/shaders/post/antialias.json b/1.15.2/assets/minecraft/shaders/post/antialias.json new file mode 100644 index 00000000..bc31af30 --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/post/antialias.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "antialias", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.15.2/assets/minecraft/shaders/post/art.json b/1.15.2/assets/minecraft/shaders/post/art.json new file mode 100644 index 00000000..6d6c7ec5 --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/post/art.json @@ -0,0 +1,64 @@ +{ + "targets": [ + "0", + "1" + ], + "passes": [ + { + "name": "blobs2", + "intarget": "minecraft:main", + "outtarget": "0" + }, + { + "name": "outline_watercolor", + "intarget": "0", + "outtarget": "minecraft:main" + }, + { + "name": "blur", + "intarget": "minecraft:main", + "outtarget": "1", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.8, 0.0 ] + }, + { + "name": "Radius", + "values": [ 20.0 ] + } + ] + }, + { + "name": "blur", + "intarget": "1", + "outtarget": "minecraft:main", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.0, 0.8 ] + }, + { + "name": "Radius", + "values": [ 20.0 ] + } + ] + }, + { + "name": "outline_combine", + "intarget": "0", + "outtarget": "1", + "auxtargets": [ + { + "name": "OutlineSampler", + "id": "minecraft:main" + } + ] + }, + { + "name": "blit", + "intarget": "1", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.15.2/assets/minecraft/shaders/post/bits.json b/1.15.2/assets/minecraft/shaders/post/bits.json new file mode 100644 index 00000000..7236746c --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/post/bits.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "bits", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.15.2/assets/minecraft/shaders/post/blobs.json b/1.15.2/assets/minecraft/shaders/post/blobs.json new file mode 100644 index 00000000..d6260aa2 --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/post/blobs.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "blobs", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.15.2/assets/minecraft/shaders/post/blobs2.json b/1.15.2/assets/minecraft/shaders/post/blobs2.json new file mode 100644 index 00000000..3464ae30 --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/post/blobs2.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "blobs2", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.15.2/assets/minecraft/shaders/post/blur.json b/1.15.2/assets/minecraft/shaders/post/blur.json new file mode 100644 index 00000000..bca04d5e --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/post/blur.json @@ -0,0 +1,37 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "blur", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 1.0, 0.0 ] + }, + { + "name": "Radius", + "values": [ 20.0 ] + } + ] + }, + { + "name": "blur", + "intarget": "swap", + "outtarget": "minecraft:main", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.0, 1.0 ] + }, + { + "name": "Radius", + "values": [ 20.0 ] + } + ] + } + ] +} diff --git a/1.15.2/assets/minecraft/shaders/post/bumpy.json b/1.15.2/assets/minecraft/shaders/post/bumpy.json new file mode 100644 index 00000000..0870985d --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/post/bumpy.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "bumpy", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.15.2/assets/minecraft/shaders/post/color_convolve.json b/1.15.2/assets/minecraft/shaders/post/color_convolve.json new file mode 100644 index 00000000..9f002121 --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/post/color_convolve.json @@ -0,0 +1,20 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "color_convolve", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { "name": "Saturation", "values": [ 1.4 ] } + ] + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.15.2/assets/minecraft/shaders/post/creeper.json b/1.15.2/assets/minecraft/shaders/post/creeper.json new file mode 100644 index 00000000..da503f1a --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/post/creeper.json @@ -0,0 +1,41 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "color_convolve", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { + "name": "RedMatrix", + "values": [ 0.0, 0.0, 0.0 ] + }, + { + "name": "GreenMatrix", + "values": [ 0.3, 0.59, 0.11 ] + }, + { + "name": "BlueMatrix", + "values": [ 0.0, 0.0, 0.0 ] + } + ] + }, + { + "name": "bits", + "intarget": "swap", + "outtarget": "minecraft:main", + "uniforms": [ + { + "name": "Resolution", + "values": [ 16.0 ] + }, + { + "name": "MosaicSize", + "values": [ 4.0 ] + } + ] + } + ] +} diff --git a/1.15.2/assets/minecraft/shaders/post/deconverge.json b/1.15.2/assets/minecraft/shaders/post/deconverge.json new file mode 100644 index 00000000..4eb2b8db --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/post/deconverge.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "deconverge", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.15.2/assets/minecraft/shaders/post/desaturate.json b/1.15.2/assets/minecraft/shaders/post/desaturate.json new file mode 100644 index 00000000..675018fa --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/post/desaturate.json @@ -0,0 +1,23 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "color_convolve", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { + "name": "Saturation", + "values": [ 0.2 ] + } + ] + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.15.2/assets/minecraft/shaders/post/entity_outline.json b/1.15.2/assets/minecraft/shaders/post/entity_outline.json new file mode 100644 index 00000000..e53ff3db --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/post/entity_outline.json @@ -0,0 +1,48 @@ +{ + "targets": [ + "swap", + "final" + ], + "passes": [ + { + "name": "entity_outline", + "intarget": "final", + "outtarget": "swap" + }, + { + "name": "blur", + "intarget": "swap", + "outtarget": "final", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 1.0, 0.0 ] + }, + { + "name": "Radius", + "values": [ 2.0 ] + } + ] + }, + { + "name": "blur", + "intarget": "final", + "outtarget": "swap", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.0, 1.0 ] + }, + { + "name": "Radius", + "values": [ 2.0 ] + } + ] + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "final" + } + ] +} diff --git a/1.15.2/assets/minecraft/shaders/post/flip.json b/1.15.2/assets/minecraft/shaders/post/flip.json new file mode 100644 index 00000000..e3824357 --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/post/flip.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "flip", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.15.2/assets/minecraft/shaders/post/fxaa.json b/1.15.2/assets/minecraft/shaders/post/fxaa.json new file mode 100644 index 00000000..83292b79 --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/post/fxaa.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "fxaa", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.15.2/assets/minecraft/shaders/post/green.json b/1.15.2/assets/minecraft/shaders/post/green.json new file mode 100644 index 00000000..5d0af6c9 --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/post/green.json @@ -0,0 +1,41 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "color_convolve", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { + "name": "RedMatrix", + "values": [ 0.0, 0.0, 0.0 ] + }, + { + "name": "GreenMatrix", + "values": [ 0.3, 0.59, 0.11 ] + }, + { + "name": "BlueMatrix", + "values": [ 0.0, 0.0, 0.0 ] + } + ] + }, + { + "name": "bits", + "intarget": "swap", + "outtarget": "minecraft:main" + }, + { + "name": "scan_pincushion", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.15.2/assets/minecraft/shaders/post/invert.json b/1.15.2/assets/minecraft/shaders/post/invert.json new file mode 100644 index 00000000..2ab63fb6 --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/post/invert.json @@ -0,0 +1,23 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "invert", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { + "name": "InverseAmount", + "values": [ 0.8 ] + } + ] + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.15.2/assets/minecraft/shaders/post/notch.json b/1.15.2/assets/minecraft/shaders/post/notch.json new file mode 100644 index 00000000..164943c2 --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/post/notch.json @@ -0,0 +1,26 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "notch", + "intarget": "minecraft:main", + "outtarget": "swap", + "auxtargets": [ + { + "name": "DitherSampler", + "id": "dither", + "width": 4, + "height": 4, + "bilinear": false + } + ] + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.15.2/assets/minecraft/shaders/post/ntsc.json b/1.15.2/assets/minecraft/shaders/post/ntsc.json new file mode 100644 index 00000000..abc005bd --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/post/ntsc.json @@ -0,0 +1,92 @@ +{ + "targets": [ + "swap", + "swap2", + "previous" + ], + "passes": [ + { + "name": "ntsc_encode", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "ntsc_decode", + "intarget": "swap", + "outtarget": "swap2", + "auxtargets": [ + { + "name": "BaseSampler", + "id": "minecraft:main" + } + ] + }, + { + "name": "color_convolve", + "intarget": "swap2", + "outtarget": "swap" + }, + { + "name": "deconverge", + "intarget": "swap", + "outtarget": "minecraft:main" + }, + { + "name": "blur", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 1.0, 0.0 ] + }, + { + "name": "Radius", + "values": [ 10.0 ] + } + ] + }, + { + "name": "blur", + "intarget": "swap", + "outtarget": "minecraft:main", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.0, 1.0 ] + }, + { + "name": "Radius", + "values": [ 10.0 ] + } + ] + }, + { + "name": "scan_pincushion", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "phosphor", + "intarget": "swap", + "outtarget": "minecraft:main", + "auxtargets": [ + { + "name": "PrevSampler", + "id": "previous" + } + ], + "uniforms": [ + { + "name": "Phosphor", + "values": [ 0.4, 0.4, 0.4 ] + } + ] + }, + { + "name": "blit", + "intarget": "minecraft:main", + "outtarget": "previous" + } + ] +} diff --git a/1.15.2/assets/minecraft/shaders/post/outline.json b/1.15.2/assets/minecraft/shaders/post/outline.json new file mode 100644 index 00000000..53c8ee82 --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/post/outline.json @@ -0,0 +1,18 @@ +{ + "targets": [ + "swap", + "final" + ], + "passes": [ + { + "name": "outline", + "intarget": "final", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "final" + } + ] +} diff --git a/1.15.2/assets/minecraft/shaders/post/pencil.json b/1.15.2/assets/minecraft/shaders/post/pencil.json new file mode 100644 index 00000000..1fc5b133 --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/post/pencil.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "outline_soft", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.15.2/assets/minecraft/shaders/post/phosphor.json b/1.15.2/assets/minecraft/shaders/post/phosphor.json new file mode 100644 index 00000000..0fa09c4e --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/post/phosphor.json @@ -0,0 +1,35 @@ +{ + "targets": [ + "swap", + "previous" + ], + "passes": [ + { + "name": "phosphor", + "intarget": "minecraft:main", + "outtarget": "swap", + "auxtargets": [ + { + "name": "PrevSampler", + "id": "previous" + } + ], + "uniforms": [ + { + "name": "Phosphor", + "values": [ 0.95, 0.95, 0.95 ] + } + ] + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "previous" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.15.2/assets/minecraft/shaders/post/scan_pincushion.json b/1.15.2/assets/minecraft/shaders/post/scan_pincushion.json new file mode 100644 index 00000000..b5d0a3ed --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/post/scan_pincushion.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "scan_pincushion", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.15.2/assets/minecraft/shaders/post/sobel.json b/1.15.2/assets/minecraft/shaders/post/sobel.json new file mode 100644 index 00000000..5c390a4b --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/post/sobel.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "sobel", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.15.2/assets/minecraft/shaders/post/spider.json b/1.15.2/assets/minecraft/shaders/post/spider.json new file mode 100644 index 00000000..5f203c13 --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/post/spider.json @@ -0,0 +1,230 @@ +{ + "targets": [ + "largeBlur", + "smallBlur", + "temp", + "swap" + ], + "passes": [ + { + "name": "blur", + "intarget": "minecraft:main", + "outtarget": "temp", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 1.0, 0.0 ] + }, + { + "name": "Radius", + "values": [ 15.0 ] + } + ] + }, + { + "name": "blur", + "intarget": "temp", + "outtarget": "largeBlur", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.0, 1.0 ] + }, + { + "name": "Radius", + "values": [ 15.0 ] + } + ] + }, + { + "name": "blur", + "intarget": "minecraft:main", + "outtarget": "temp", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 1.0, 0.0 ] + }, + { + "name": "Radius", + "values": [ 7.0 ] + } + ] + }, + { + "name": "blur", + "intarget": "temp", + "outtarget": "smallBlur", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.0, 1.0 ] + }, + { + "name": "Radius", + "values": [ 7.0 ] + } + ] + }, + { + "name": "spider", + "intarget": "minecraft:main", + "outtarget": "temp", + "auxtargets": [ + { + "name": "BlurSampler", + "id": "largeBlur" + } + ], + "uniforms": [ + { + "name": "InScale", + "values": [ 1.25, 2.0 ] + }, + { + "name": "InOffset", + "values": [ -0.125, -0.1 ] + }, + { + "name": "Scissor", + "values": [ 0.0, 0.0, 1.0, 1.0 ] + }, + { + "name": "Vignette", + "values": [ 0.1, 0.1, 0.9, 0.9 ] + } + ] + }, + { + "name": "spider", + "intarget": "smallBlur", + "outtarget": "swap", + "auxtargets": [ + { + "name": "BlurSampler", + "id": "temp" + } + ], + "uniforms": [ + { + "name": "InScale", + "values": [ 2.35, 4.2 ] + }, + { + "name": "InOffset", + "values": [ -1.1, -1.5 ] + }, + { + "name": "InRotation", + "values": [ -45.0 ] + }, + { + "name": "Scissor", + "values": [ 0.21, 0.0, 0.79, 1.0 ] + }, + { + "name": "Vignette", + "values": [ 0.31, 0.1, 0.69, 0.9 ] + } + ] + }, + { + "name": "spider", + "intarget": "smallBlur", + "outtarget": "temp", + "auxtargets": [ + { + "name": "BlurSampler", + "id": "swap" + } + ], + "uniforms": [ + { + "name": "InScale", + "values": [ 2.35, 4.2 ] + }, + { + "name": "InOffset", + "values": [ 0.45, -4.45 ] + }, + { + "name": "InRotation", + "values": [ 45.0 ] + }, + { + "name": "Scissor", + "values": [ 0.21, 0.0, 0.79, 1.0 ] + }, + { + "name": "Vignette", + "values": [ 0.31, 0.1, 0.69, 0.9 ] + } + ] + }, + { + "name": "spider", + "intarget": "smallBlur", + "outtarget": "swap", + "auxtargets": [ + { + "name": "BlurSampler", + "id": "temp" + } + ], + "uniforms": [ + { + "name": "InScale", + "values": [ 2.35, 2.35 ] + }, + { + "name": "InOffset", + "values": [ -0.385, -1.29 ] + }, + { + "name": "InRotation", + "values": [ 0.0 ] + }, + { + "name": "Vignette", + "values": [ 0.31, 0.1, 0.69, 0.9 ] + } + ] + }, + { + "name": "spider", + "intarget": "smallBlur", + "outtarget": "temp", + "auxtargets": [ + { + "name": "BlurSampler", + "id": "swap" + } + ], + "uniforms": [ + { + "name": "InScale", + "values": [ 2.35, 2.35 ] + }, + { + "name": "InOffset", + "values": [ -0.965, -1.29 ] + }, + { + "name": "Vignette", + "values": [ 0.31, 0.1, 0.69, 0.9 ] + } + ] + }, + { + "name": "blit", + "intarget": "temp", + "outtarget": "minecraft:main", + "uniforms": [ + { + "name": "ColorModulate", + "values": [ 1.0, 0.8, 0.8, 1.0 ] + } + ] + } + ] +} diff --git a/1.15.2/assets/minecraft/shaders/post/wobble.json b/1.15.2/assets/minecraft/shaders/post/wobble.json new file mode 100644 index 00000000..1fc45346 --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/post/wobble.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "wobble", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.15.2/assets/minecraft/shaders/program/antialias.fsh b/1.15.2/assets/minecraft/shaders/program/antialias.fsh new file mode 100644 index 00000000..94986b08 --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/program/antialias.fsh @@ -0,0 +1,29 @@ +#version 110 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 c = texture2D (DiffuseSampler, texCoord); + vec4 u1 = texture2D (DiffuseSampler, texCoord + vec2 ( 0.0, -oneTexel.y )); + vec4 u2 = texture2D (DiffuseSampler, texCoord + vec2 ( 0.0, -oneTexel.y * 2.0)); + vec4 d1 = texture2D (DiffuseSampler, texCoord + vec2 ( 0.0, oneTexel.y )); + vec4 d2 = texture2D (DiffuseSampler, texCoord + vec2 ( 0.0, oneTexel.y * 2.0)); + vec4 l1 = texture2D (DiffuseSampler, texCoord + vec2 (-oneTexel.x, 0.0)); + vec4 l2 = texture2D (DiffuseSampler, texCoord + vec2 (-oneTexel.x * 2.0, 0.0)); + vec4 r1 = texture2D (DiffuseSampler, texCoord + vec2 ( oneTexel.x, 0.0)); + vec4 r2 = texture2D (DiffuseSampler, texCoord + vec2 ( oneTexel.x * 2.0, 0.0)); + + vec4 v1 = mix (c, mix (l1, l2, 0.667), 0.75); + vec4 v2 = mix (c, mix (r1, r2, 0.667), 0.75); + vec4 v3 = mix (c, mix (u1, u2, 0.667), 0.75); + vec4 v4 = mix (c, mix (d1, d2, 0.667), 0.75); + + vec4 v5 = mix (v1, v2, 0.5); + vec4 v6 = mix (v3, v4, 0.5); + + vec4 color = mix (v5, v6, 0.5); + gl_FragColor = vec4(color.rgb, 1.0); +} diff --git a/1.15.2/assets/minecraft/shaders/program/antialias.json b/1.15.2/assets/minecraft/shaders/program/antialias.json new file mode 100644 index 00000000..6916fd9a --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/program/antialias.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "blobs", + "fragment": "antialias", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.15.2/assets/minecraft/shaders/program/bits.fsh b/1.15.2/assets/minecraft/shaders/program/bits.fsh new file mode 100644 index 00000000..6212380e --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/program/bits.fsh @@ -0,0 +1,27 @@ +#version 110 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +uniform float Resolution; +uniform float Saturation; +uniform float MosaicSize; + +void main() { + vec2 mosaicInSize = InSize / MosaicSize; + vec2 fractPix = fract(texCoord * mosaicInSize) / mosaicInSize; + + vec4 baseTexel = texture2D(DiffuseSampler, texCoord - fractPix); + + vec3 fractTexel = baseTexel.rgb - fract(baseTexel.rgb * Resolution) / Resolution; + float luma = dot(fractTexel, vec3(0.3, 0.59, 0.11)); + vec3 chroma = (fractTexel - luma) * Saturation; + baseTexel.rgb = luma + chroma; + baseTexel.a = 1.0; + + gl_FragColor = baseTexel; +} diff --git a/1.15.2/assets/minecraft/shaders/program/bits.json b/1.15.2/assets/minecraft/shaders/program/bits.json new file mode 100644 index 00000000..c19239b8 --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/program/bits.json @@ -0,0 +1,21 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "bits", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "Resolution", "type": "float", "count": 1, "values": [ 4.0 ] }, + { "name": "Saturation", "type": "float", "count": 1, "values": [ 1.5 ] }, + { "name": "MosaicSize", "type": "float", "count": 1, "values": [ 8.0 ] } + ] +} diff --git a/1.15.2/assets/minecraft/shaders/program/blit.fsh b/1.15.2/assets/minecraft/shaders/program/blit.fsh new file mode 100644 index 00000000..edcdeb47 --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/program/blit.fsh @@ -0,0 +1,11 @@ +#version 110 + +uniform sampler2D DiffuseSampler; + +uniform vec4 ColorModulate; + +varying vec2 texCoord; + +void main(){ + gl_FragColor = texture2D(DiffuseSampler, texCoord) * ColorModulate; +} diff --git a/1.15.2/assets/minecraft/shaders/program/blit.json b/1.15.2/assets/minecraft/shaders/program/blit.json new file mode 100644 index 00000000..1256b6b1 --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/program/blit.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "blit", + "fragment": "blit", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "ColorModulate", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] } + ] +} diff --git a/1.15.2/assets/minecraft/shaders/program/blit.vsh b/1.15.2/assets/minecraft/shaders/program/blit.vsh new file mode 100644 index 00000000..a81b88a5 --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/program/blit.vsh @@ -0,0 +1,15 @@ +#version 110 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 OutSize; + +varying vec2 texCoord; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + texCoord = Position.xy / OutSize; +} diff --git a/1.15.2/assets/minecraft/shaders/program/blobs.fsh b/1.15.2/assets/minecraft/shaders/program/blobs.fsh new file mode 100644 index 00000000..bdcbf6ad --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/program/blobs.fsh @@ -0,0 +1,43 @@ +#version 110 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 u = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y)); + vec4 d = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y)); + vec4 l = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0)); + vec4 r = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0)); + + vec4 v1 = min(l, r); + vec4 v2 = min(u, d); + vec4 v3 = min(v1, v2); + + vec4 ul = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, -oneTexel.y)); + vec4 dr = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, oneTexel.y)); + vec4 dl = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, oneTexel.y)); + vec4 ur = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, -oneTexel.y)); + + vec4 v4 = min(ul, dr); + vec4 v5 = min(ur, dl); + vec4 v6 = min(v4, v5); + + vec4 v7 = min(v3, v6); + + vec4 uu = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y * 2.0)); + vec4 dd = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y * 2.0)); + vec4 ll = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x * 2.0, 0.0)); + vec4 rr = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x * 2.0, 0.0)); + + vec4 v8 = min(uu, dd); + vec4 v9 = min(ll, rr); + vec4 v10 = min(v8, v9); + + vec4 v11 = min(v7, v10); + + vec4 c = texture2D(DiffuseSampler, texCoord); + vec4 color = min(c, v11); + gl_FragColor = vec4(color.rgb, 1.0); +} diff --git a/1.15.2/assets/minecraft/shaders/program/blobs.json b/1.15.2/assets/minecraft/shaders/program/blobs.json new file mode 100644 index 00000000..6a5f2455 --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/program/blobs.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "blobs", + "fragment": "blobs", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.15.2/assets/minecraft/shaders/program/blobs.vsh b/1.15.2/assets/minecraft/shaders/program/blobs.vsh new file mode 100644 index 00000000..f0170458 --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/program/blobs.vsh @@ -0,0 +1,17 @@ +#version 110 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + oneTexel = 1.0 / InSize; + texCoord = outPos.xy * 0.5 + 0.5; +} diff --git a/1.15.2/assets/minecraft/shaders/program/blobs2.fsh b/1.15.2/assets/minecraft/shaders/program/blobs2.fsh new file mode 100644 index 00000000..429e1c3d --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/program/blobs2.fsh @@ -0,0 +1,30 @@ +#version 110 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform float Radius; + +void main(){ + vec4 c = texture2D(DiffuseSampler, texCoord); + vec4 maxVal = c; + for(float u = 0.0; u <= Radius; u += 1.0) { + for(float v = 0.0; v <= Radius; v += 1.0) { + float weight = (((sqrt(u * u + v * v) / (Radius)) > 1.0) ? 0.0 : 1.0); + + vec4 s0 = texture2D(DiffuseSampler, texCoord + vec2(-u * oneTexel.x, -v * oneTexel.y)); + vec4 s1 = texture2D(DiffuseSampler, texCoord + vec2( u * oneTexel.x, v * oneTexel.y)); + vec4 s2 = texture2D(DiffuseSampler, texCoord + vec2(-u * oneTexel.x, v * oneTexel.y)); + vec4 s3 = texture2D(DiffuseSampler, texCoord + vec2( u * oneTexel.x, -v * oneTexel.y)); + + vec4 o0 = max(s0, s1); + vec4 o1 = max(s2, s3); + vec4 tempMax = max(o0, o1); + maxVal = mix(maxVal, max(maxVal, tempMax), weight); + } + } + + gl_FragColor = vec4(maxVal.rgb, 1.0); +} diff --git a/1.15.2/assets/minecraft/shaders/program/blobs2.json b/1.15.2/assets/minecraft/shaders/program/blobs2.json new file mode 100644 index 00000000..6df4594b --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/program/blobs2.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "blobs", + "fragment": "blobs2", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "Radius", "type": "float", "count": 1, "values": [ 7.0 ] } + ] +} diff --git a/1.15.2/assets/minecraft/shaders/program/blur.fsh b/1.15.2/assets/minecraft/shaders/program/blur.fsh new file mode 100644 index 00000000..9d1050c7 --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/program/blur.fsh @@ -0,0 +1,31 @@ +#version 110 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +uniform vec2 BlurDir; +uniform float Radius; + +void main() { + vec4 blurred = vec4(0.0); + float totalStrength = 0.0; + float totalAlpha = 0.0; + float totalSamples = 0.0; + for(float r = -Radius; r <= Radius; r += 1.0) { + vec4 sampleValue = texture2D(DiffuseSampler, texCoord + oneTexel * r * BlurDir); + + // Accumulate average alpha + totalAlpha = totalAlpha + sampleValue.a; + totalSamples = totalSamples + 1.0; + + // Accumulate smoothed blur + float strength = 1.0 - abs(r / Radius); + totalStrength = totalStrength + strength; + blurred = blurred + sampleValue; + } + gl_FragColor = vec4(blurred.rgb / (Radius * 2.0 + 1.0), totalAlpha); +} diff --git a/1.15.2/assets/minecraft/shaders/program/blur.json b/1.15.2/assets/minecraft/shaders/program/blur.json new file mode 100644 index 00000000..51a23239 --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/program/blur.json @@ -0,0 +1,20 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "blur", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "BlurDir", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "Radius", "type": "float", "count": 1, "values": [ 5.0 ] } + ] +} diff --git a/1.15.2/assets/minecraft/shaders/program/bumpy.fsh b/1.15.2/assets/minecraft/shaders/program/bumpy.fsh new file mode 100644 index 00000000..bb37b1d2 --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/program/bumpy.fsh @@ -0,0 +1,34 @@ +#version 110 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 c = texture2D(DiffuseSampler, texCoord); + vec4 u = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y)); + vec4 d = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y)); + vec4 l = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0)); + vec4 r = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0)); + + vec4 nc = normalize(c); + vec4 nu = normalize(u); + vec4 nd = normalize(d); + vec4 nl = normalize(l); + vec4 nr = normalize(r); + + float du = dot(nc, nu); + float dd = dot(nc, nd); + float dl = dot(nc, nl); + float dr = dot(nc, nr); + + float i = 64.0; + + float f = 1.0; + f += (du * i) - (dd * i); + f += (dr * i) - (dl * i); + + vec4 color = c * clamp(f, 0.5, 2.0); + gl_FragColor = vec4(color.rgb, 1.0); +} diff --git a/1.15.2/assets/minecraft/shaders/program/bumpy.json b/1.15.2/assets/minecraft/shaders/program/bumpy.json new file mode 100644 index 00000000..59cae198 --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/program/bumpy.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "bumpy", + "fragment": "bumpy", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.15.2/assets/minecraft/shaders/program/bumpy.vsh b/1.15.2/assets/minecraft/shaders/program/bumpy.vsh new file mode 100644 index 00000000..f0170458 --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/program/bumpy.vsh @@ -0,0 +1,17 @@ +#version 110 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + oneTexel = 1.0 / InSize; + texCoord = outPos.xy * 0.5 + 0.5; +} diff --git a/1.15.2/assets/minecraft/shaders/program/color_convolve.fsh b/1.15.2/assets/minecraft/shaders/program/color_convolve.fsh new file mode 100644 index 00000000..c3d49ea3 --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/program/color_convolve.fsh @@ -0,0 +1,36 @@ +#version 110 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +uniform vec3 Gray; +uniform vec3 RedMatrix; +uniform vec3 GreenMatrix; +uniform vec3 BlueMatrix; +uniform vec3 Offset; +uniform vec3 ColorScale; +uniform float Saturation; + +void main() { + vec4 InTexel = texture2D(DiffuseSampler, texCoord); + + // Color Matrix + float RedValue = dot(InTexel.rgb, RedMatrix); + float GreenValue = dot(InTexel.rgb, GreenMatrix); + float BlueValue = dot(InTexel.rgb, BlueMatrix); + vec3 OutColor = vec3(RedValue, GreenValue, BlueValue); + + // Offset & Scale + OutColor = (OutColor * ColorScale) + Offset; + + // Saturation + float Luma = dot(OutColor, Gray); + vec3 Chroma = OutColor - Luma; + OutColor = (Chroma * Saturation) + Luma; + + gl_FragColor = vec4(OutColor, 1.0); +} diff --git a/1.15.2/assets/minecraft/shaders/program/color_convolve.json b/1.15.2/assets/minecraft/shaders/program/color_convolve.json new file mode 100644 index 00000000..e3a32c2d --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/program/color_convolve.json @@ -0,0 +1,25 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "color_convolve", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "Gray", "type": "float", "count": 3, "values": [ 0.3, 0.59, 0.11 ] }, + { "name": "RedMatrix", "type": "float", "count": 3, "values": [ 1.0, 0.0, 0.0 ] }, + { "name": "GreenMatrix", "type": "float", "count": 3, "values": [ 0.0, 1.0, 0.0 ] }, + { "name": "BlueMatrix", "type": "float", "count": 3, "values": [ 0.0, 0.0, 1.0 ] }, + { "name": "Offset", "type": "float", "count": 3, "values": [ 0.0, 0.0, 0.0 ] }, + { "name": "ColorScale", "type": "float", "count": 3, "values": [ 1.0, 1.0, 1.0 ] }, + { "name": "Saturation", "type": "float", "count": 1, "values": [ 1.8 ] } + ] +} diff --git a/1.15.2/assets/minecraft/shaders/program/deconverge.fsh b/1.15.2/assets/minecraft/shaders/program/deconverge.fsh new file mode 100644 index 00000000..8df22faf --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/program/deconverge.fsh @@ -0,0 +1,28 @@ +#version 110 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +uniform vec3 ConvergeX; +uniform vec3 ConvergeY; +uniform vec3 RadialConvergeX; +uniform vec3 RadialConvergeY; + +void main() { + vec3 CoordX = texCoord.x * RadialConvergeX; + vec3 CoordY = texCoord.y * RadialConvergeY; + + CoordX += ConvergeX * oneTexel.x - (RadialConvergeX - 1.0) * 0.5; + CoordY += ConvergeY * oneTexel.y - (RadialConvergeY - 1.0) * 0.5; + + float RedValue = texture2D(DiffuseSampler, vec2(CoordX.x, CoordY.x)).r; + float GreenValue = texture2D(DiffuseSampler, vec2(CoordX.y, CoordY.y)).g; + float BlueValue = texture2D(DiffuseSampler, vec2(CoordX.z, CoordY.z)).b; + float AlphaValue = texture2D(DiffuseSampler, texCoord).a; + + gl_FragColor = vec4(RedValue, GreenValue, BlueValue, 1.0); +} diff --git a/1.15.2/assets/minecraft/shaders/program/deconverge.json b/1.15.2/assets/minecraft/shaders/program/deconverge.json new file mode 100644 index 00000000..e23e9c56 --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/program/deconverge.json @@ -0,0 +1,22 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "deconverge", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "ConvergeX", "type": "float", "count": 3, "values": [ -4.0, 0.0, 2.0 ] }, + { "name": "ConvergeY", "type": "float", "count": 3, "values": [ 0.0, -4.0, 2.0 ] }, + { "name": "RadialConvergeX", "type": "float", "count": 3, "values": [ 1.0, 1.0, 1.0 ] }, + { "name": "RadialConvergeY", "type": "float", "count": 3, "values": [ 1.0, 1.0, 1.0 ] } + ] +} diff --git a/1.15.2/assets/minecraft/shaders/program/downscale.fsh b/1.15.2/assets/minecraft/shaders/program/downscale.fsh new file mode 100644 index 00000000..a070717d --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/program/downscale.fsh @@ -0,0 +1,17 @@ +#version 110 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +void main() { + vec3 Texel0 = texture2D(DiffuseSampler, texCoord).rgb; + vec3 Texel1 = texture2D(DiffuseSampler, texCoord + vec2(oneTexel.x, 0.0)).rgb; + vec3 Texel2 = texture2D(DiffuseSampler, texCoord + vec2(0.0, oneTexel.y)).rgb; + vec3 Texel3 = texture2D(DiffuseSampler, texCoord + oneTexel).rgb; + + gl_FragColor = vec4((Texel0 + Texel1 + Texel2 + Texel3) * 0.25, 1.0); +} diff --git a/1.15.2/assets/minecraft/shaders/program/downscale.json b/1.15.2/assets/minecraft/shaders/program/downscale.json new file mode 100644 index 00000000..9099ec16 --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/program/downscale.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "downscale", + "fragment": "downscale", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.15.2/assets/minecraft/shaders/program/downscale.vsh b/1.15.2/assets/minecraft/shaders/program/downscale.vsh new file mode 100644 index 00000000..7282db2e --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/program/downscale.vsh @@ -0,0 +1,18 @@ +#version 110 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; +uniform vec2 OutSize; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + oneTexel = 1.0 / InSize; + texCoord = outPos.xy * 0.5 + 0.5; +} diff --git a/1.15.2/assets/minecraft/shaders/program/entity_outline.json b/1.15.2/assets/minecraft/shaders/program/entity_outline.json new file mode 100644 index 00000000..d7c77631 --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/program/entity_outline.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "sobel", + "fragment": "entity_sobel", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.15.2/assets/minecraft/shaders/program/entity_sobel.fsh b/1.15.2/assets/minecraft/shaders/program/entity_sobel.fsh new file mode 100644 index 00000000..635cae0d --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/program/entity_sobel.fsh @@ -0,0 +1,21 @@ +#version 110 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 center = texture2D(DiffuseSampler, texCoord); + vec4 left = texture2D(DiffuseSampler, texCoord - vec2(oneTexel.x, 0.0)); + vec4 right = texture2D(DiffuseSampler, texCoord + vec2(oneTexel.x, 0.0)); + vec4 up = texture2D(DiffuseSampler, texCoord - vec2(0.0, oneTexel.y)); + vec4 down = texture2D(DiffuseSampler, texCoord + vec2(0.0, oneTexel.y)); + float leftDiff = abs(center.a - left.a); + float rightDiff = abs(center.a - right.a); + float upDiff = abs(center.a - up.a); + float downDiff = abs(center.a - down.a); + float total = clamp(leftDiff + rightDiff + upDiff + downDiff, 0.0, 1.0); + vec3 outColor = center.rgb * center.a + left.rgb * left.a + right.rgb * right.a + up.rgb * up.a + down.rgb * down.a; + gl_FragColor = vec4(outColor * 0.2, total); +} diff --git a/1.15.2/assets/minecraft/shaders/program/flip.json b/1.15.2/assets/minecraft/shaders/program/flip.json new file mode 100644 index 00000000..b9c78f45 --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/program/flip.json @@ -0,0 +1,20 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "flip", + "fragment": "blit", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "ScreenSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "ColorModulate", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] } + ] +} diff --git a/1.15.2/assets/minecraft/shaders/program/flip.vsh b/1.15.2/assets/minecraft/shaders/program/flip.vsh new file mode 100644 index 00000000..f479e319 --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/program/flip.vsh @@ -0,0 +1,23 @@ +#version 110 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; +uniform vec2 OutSize; +uniform vec2 ScreenSize; + +varying vec2 texCoord; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + vec2 inOutRatio = OutSize / InSize; + vec2 inScreenRatio = ScreenSize / InSize; + texCoord = Position.xy / OutSize; + texCoord.y = 1.0 - texCoord.y; + texCoord.x = texCoord.x * inOutRatio.x; + texCoord.y = texCoord.y * inOutRatio.y; + texCoord.y -= 1.0 - inScreenRatio.y; +} diff --git a/1.15.2/assets/minecraft/shaders/program/fxaa.fsh b/1.15.2/assets/minecraft/shaders/program/fxaa.fsh new file mode 100644 index 00000000..217d28c9 --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/program/fxaa.fsh @@ -0,0 +1,85 @@ +#version 110 +#extension GL_EXT_gpu_shader4 : enable + +uniform sampler2D DiffuseSampler; +uniform vec2 OutSize; + +uniform float VxOffset; +uniform float SpanMax; +uniform float ReduceMul; + +varying vec2 texCoord; +varying vec4 posPos; + +#define FxaaTex(t, p) texture2D(t, p) + +#if __VERSION__ >= 130 + #define OffsetVec(a, b) ivec2(a, b) + #define FxaaTexOff(t, p, o, r) textureOffset(t, p, o) +#elif defined(GL_EXT_gpu_shader4) + #define OffsetVec(a, b) ivec2(a, b) + #define FxaaTexOff(t, p, o, r) texture2DLodOffset(t, p, 0.0, o) +#else + #define OffsetVec(a, b) vec2(a, b) + #define FxaaTexOff(t, p, o, r) texture2D(t, p + o * r) +#endif + +vec3 FxaaPixelShader( + vec4 posPos, // Output of FxaaVertexShader interpolated across screen. + sampler2D tex, // Input texture. + vec2 rcpFrame) // Constant {1.0/frameWidth, 1.0/frameHeight}. +{ + + #define FXAA_REDUCE_MIN (1.0/128.0) + //#define FXAA_REDUCE_MUL (1.0/8.0) + //#define FXAA_SPAN_MAX 8.0 + + vec3 rgbNW = FxaaTex(tex, posPos.zw).xyz; + vec3 rgbNE = FxaaTexOff(tex, posPos.zw, OffsetVec(1,0), rcpFrame.xy).xyz; + vec3 rgbSW = FxaaTexOff(tex, posPos.zw, OffsetVec(0,1), rcpFrame.xy).xyz; + vec3 rgbSE = FxaaTexOff(tex, posPos.zw, OffsetVec(1,1), rcpFrame.xy).xyz; + + vec3 rgbM = FxaaTex(tex, posPos.xy).xyz; + + vec3 luma = vec3(0.299, 0.587, 0.114); + float lumaNW = dot(rgbNW, luma); + float lumaNE = dot(rgbNE, luma); + float lumaSW = dot(rgbSW, luma); + float lumaSE = dot(rgbSE, luma); + float lumaM = dot(rgbM, luma); + + float lumaMin = min(lumaM, min(min(lumaNW, lumaNE), min(lumaSW, lumaSE))); + float lumaMax = max(lumaM, max(max(lumaNW, lumaNE), max(lumaSW, lumaSE))); + + vec2 dir; + dir.x = -((lumaNW + lumaNE) - (lumaSW + lumaSE)); + dir.y = ((lumaNW + lumaSW) - (lumaNE + lumaSE)); + + float dirReduce = max( + (lumaNW + lumaNE + lumaSW + lumaSE) * (0.25 * ReduceMul), + FXAA_REDUCE_MIN); + float rcpDirMin = 1.0/(min(abs(dir.x), abs(dir.y)) + dirReduce); + dir = min(vec2( SpanMax, SpanMax), + max(vec2(-SpanMax, -SpanMax), + dir * rcpDirMin)) * rcpFrame.xy; + + vec3 rgbA = (1.0/2.0) * ( + FxaaTex(tex, posPos.xy + dir * vec2(1.0/3.0 - 0.5)).xyz + + FxaaTex(tex, posPos.xy + dir * vec2(2.0/3.0 - 0.5)).xyz); + vec3 rgbB = rgbA * (1.0/2.0) + (1.0/4.0) * ( + FxaaTex(tex, posPos.xy + dir * vec2(0.0/3.0 - 0.5)).xyz + + FxaaTex(tex, posPos.xy + dir * vec2(3.0/3.0 - 0.5)).xyz); + + float lumaB = dot(rgbB, luma); + + if ((lumaB < lumaMin) || (lumaB > lumaMax)) { + return rgbA; + } else { + return rgbB; + } +} + +void main() { + vec4 baseTexel = texture2D(DiffuseSampler, posPos.xy); + gl_FragColor = vec4(FxaaPixelShader(posPos, DiffuseSampler, 1.0 / OutSize), 1.0); +} diff --git a/1.15.2/assets/minecraft/shaders/program/fxaa.json b/1.15.2/assets/minecraft/shaders/program/fxaa.json new file mode 100644 index 00000000..eb850732 --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/program/fxaa.json @@ -0,0 +1,20 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "fxaa", + "fragment": "fxaa", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "SpanMax", "type": "float", "count": 1, "values": [ 8.0 ] }, + { "name": "SubPixelShift", "type": "float", "count": 1, "values": [ 0.25 ] }, + { "name": "ReduceMul", "type": "float", "count": 1, "values": [ 0.125 ] } + ] +} diff --git a/1.15.2/assets/minecraft/shaders/program/fxaa.vsh b/1.15.2/assets/minecraft/shaders/program/fxaa.vsh new file mode 100644 index 00000000..ee711cf4 --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/program/fxaa.vsh @@ -0,0 +1,20 @@ +#version 110 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 OutSize; + +uniform float SubPixelShift; + +varying vec2 texCoord; +varying vec4 posPos; + +void main() { + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + texCoord = Position.xy / OutSize; + posPos.xy = texCoord.xy; + posPos.zw = texCoord.xy - (1.0/OutSize * vec2(0.5 + SubPixelShift)); +} diff --git a/1.15.2/assets/minecraft/shaders/program/invert.fsh b/1.15.2/assets/minecraft/shaders/program/invert.fsh new file mode 100644 index 00000000..356b3dce --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/program/invert.fsh @@ -0,0 +1,14 @@ +#version 110 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; + +uniform float InverseAmount; + +void main(){ + vec4 diffuseColor = texture2D(DiffuseSampler, texCoord); + vec4 invertColor = 1.0 - diffuseColor; + vec4 outColor = mix(diffuseColor, invertColor, InverseAmount); + gl_FragColor = vec4(outColor.rgb, 1.0); +} diff --git a/1.15.2/assets/minecraft/shaders/program/invert.json b/1.15.2/assets/minecraft/shaders/program/invert.json new file mode 100644 index 00000000..f9ab649c --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/program/invert.json @@ -0,0 +1,19 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "blit", + "fragment": "invert", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "InverseAmount", "type": "float", "count": 1, "values": [ 0.0 ] } + ] +} diff --git a/1.15.2/assets/minecraft/shaders/program/invert.vsh b/1.15.2/assets/minecraft/shaders/program/invert.vsh new file mode 100644 index 00000000..2fe497c7 --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/program/invert.vsh @@ -0,0 +1,20 @@ +#version 110 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; +uniform vec2 OutSize; + +varying vec2 texCoord; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + vec2 sizeRatio = OutSize / InSize; + texCoord = Position.xy / OutSize; + texCoord.x = texCoord.x * sizeRatio.x; + texCoord.y = texCoord.y * sizeRatio.y; + texCoord.y = sizeRatio.y - texCoord.y; +} diff --git a/1.15.2/assets/minecraft/shaders/program/notch.fsh b/1.15.2/assets/minecraft/shaders/program/notch.fsh new file mode 100644 index 00000000..941f9fb1 --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/program/notch.fsh @@ -0,0 +1,23 @@ +#version 110 + +uniform sampler2D DiffuseSampler; +uniform sampler2D DitherSampler; + +varying vec2 texCoord; + +uniform vec2 InSize; + +void main() { + vec2 halfSize = InSize * 0.5; + + vec2 steppedCoord = texCoord; + steppedCoord.x = float(int(steppedCoord.x*halfSize.x)) / halfSize.x; + steppedCoord.y = float(int(steppedCoord.y*halfSize.y)) / halfSize.y; + + vec4 noise = texture2D(DitherSampler, steppedCoord * halfSize / 4.0); + vec4 col = texture2D(DiffuseSampler, steppedCoord) + noise * vec4(1.0/12.0, 1.0/12.0, 1.0/6.0, 1.0); + float r = float(int(col.r*8.0))/8.0; + float g = float(int(col.g*8.0))/8.0; + float b = float(int(col.b*4.0))/4.0; + gl_FragColor = vec4(r, g, b, 1.0); +} diff --git a/1.15.2/assets/minecraft/shaders/program/notch.json b/1.15.2/assets/minecraft/shaders/program/notch.json new file mode 100644 index 00000000..e6ff9a81 --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/program/notch.json @@ -0,0 +1,19 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "notch", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" }, + { "name": "DitherSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.15.2/assets/minecraft/shaders/program/ntsc_decode.fsh b/1.15.2/assets/minecraft/shaders/program/ntsc_decode.fsh new file mode 100644 index 00000000..fef0027c --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/program/ntsc_decode.fsh @@ -0,0 +1,132 @@ +#version 110 + +uniform sampler2D DiffuseSampler; +uniform sampler2D BaseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +const vec4 Zero = vec4(0.0); +const vec4 One = vec4(1.0); + +const float Pi = 3.1415926535; +const float Pi2 = 6.283185307; + +const vec4 A2 = vec4(1.0); +const vec4 B = vec4(0.5); +const float P = 1.0; +const float CCFrequency = 3.59754545; +const float NotchWidth = 2.0; +const float NotchUpperFrequency = 3.59754545 + NotchWidth; +const float NotchLowerFrequency = 3.59754545 - NotchWidth; +const float YFrequency = 6.0; +const float IFrequency = 1.2; +const float QFrequency = 0.6; +const float ScanTime = 52.6; +const vec3 YIQ2R = vec3(1.0, 0.956, 0.621); +const vec3 YIQ2G = vec3(1.0, -0.272, -0.647); +const vec3 YIQ2B = vec3(1.0, -1.106, 1.703); +const vec4 MinC = vec4(-1.1183); +const vec4 CRange = vec4(3.2366); +const float Pi2Length = Pi2 / 83.0; +const vec4 NotchOffset = vec4(0.0, 1.0, 2.0, 3.0); +const vec4 W = vec4(Pi2 * CCFrequency * ScanTime); + +void main() { + vec4 YAccum = Zero; + vec4 IAccum = Zero; + vec4 QAccum = Zero; + float QuadXSize = InSize.x * 4.0; + float TimePerSample = ScanTime / QuadXSize; + + // Frequency cutoffs for the individual portions of the signal that we extract. + // Y1 and Y2 are the positive and negative frequency limits of the notch filter on Y. + // Y3 is the center of the frequency response of the Y filter. + // I is the center of the frequency response of the I filter. + // Q is the center of the frequency response of the Q filter. + float Fc_y1 = NotchLowerFrequency * TimePerSample; + float Fc_y2 = NotchUpperFrequency * TimePerSample; + float Fc_y3 = YFrequency * TimePerSample; + float Fc_i = IFrequency * TimePerSample; + float Fc_q = QFrequency * TimePerSample; + float Pi2Fc_y1 = Fc_y1 * Pi2; + float Pi2Fc_y2 = Fc_y2 * Pi2; + float Pi2Fc_y3 = Fc_y3 * Pi2; + float Pi2Fc_i = Fc_i * Pi2; + float Pi2Fc_q = Fc_q * Pi2; + float Fc_y1_2 = Fc_y1 * 2.0; + float Fc_y2_2 = Fc_y2 * 2.0; + float Fc_y3_2 = Fc_y3 * 2.0; + float Fc_i_2 = Fc_i * 2.0; + float Fc_q_2 = Fc_q * 2.0; + vec4 CoordY = vec4(texCoord.y); + + vec4 BaseTexel = texture2D(DiffuseSampler, texCoord); + // 83 composite samples wide, 4 composite pixels per texel + for (float n = -41.0; n < 42.0; n += 4.0) + { + vec4 n4 = n + NotchOffset; + vec4 CoordX = texCoord.x + oneTexel.x * n4 * 0.25; + vec2 TexCoord = vec2(CoordX.x, CoordY.y); + vec4 C = texture2D(DiffuseSampler, TexCoord) * CRange + MinC; + vec4 WT = W * (CoordX + A2 * CoordY * InSize.y + B); + vec4 Cosine = 0.54 + 0.46 * cos(Pi2Length * n4); + + vec4 SincYIn1 = Pi2Fc_y1 * n4; + vec4 SincYIn2 = Pi2Fc_y2 * n4; + vec4 SincYIn3 = Pi2Fc_y3 * n4; + vec4 SincY1 = sin(SincYIn1) / SincYIn1; + vec4 SincY2 = sin(SincYIn2) / SincYIn2; + vec4 SincY3 = sin(SincYIn3) / SincYIn3; + + // These zero-checks could be made more efficient, but we are trying to support + // downlevel GLSL + if(SincYIn1.x == 0.0) SincY1.x = 1.0; + if(SincYIn1.y == 0.0) SincY1.y = 1.0; + if(SincYIn1.z == 0.0) SincY1.z = 1.0; + if(SincYIn1.w == 0.0) SincY1.w = 1.0; + if(SincYIn2.x == 0.0) SincY2.x = 1.0; + if(SincYIn2.y == 0.0) SincY2.y = 1.0; + if(SincYIn2.z == 0.0) SincY2.z = 1.0; + if(SincYIn2.w == 0.0) SincY2.w = 1.0; + if(SincYIn3.x == 0.0) SincY3.x = 1.0; + if(SincYIn3.y == 0.0) SincY3.y = 1.0; + if(SincYIn3.z == 0.0) SincY3.z = 1.0; + if(SincYIn3.w == 0.0) SincY3.w = 1.0; + vec4 IdealY = (Fc_y1_2 * SincY1 - Fc_y2_2 * SincY2) + Fc_y3_2 * SincY3; + vec4 FilterY = Cosine * IdealY; + + vec4 SincIIn = Pi2Fc_i * n4; + vec4 SincI = sin(SincIIn) / SincIIn; + if(SincIIn.x == 0.0) SincI.x = 1.0; + if(SincIIn.y == 0.0) SincI.y = 1.0; + if(SincIIn.z == 0.0) SincI.z = 1.0; + if(SincIIn.w == 0.0) SincI.w = 1.0; + vec4 IdealI = Fc_i_2 * SincI; + vec4 FilterI = Cosine * IdealI; + + vec4 SincQIn = Pi2Fc_q * n4; + vec4 SincQ = sin(SincQIn) / SincQIn; + if(SincQIn.x == 0.0) SincQ.x = 1.0; + if(SincQIn.y == 0.0) SincQ.y = 1.0; + if(SincQIn.z == 0.0) SincQ.z = 1.0; + if(SincQIn.w == 0.0) SincQ.w = 1.0; + vec4 IdealQ = Fc_q_2 * SincQ; + vec4 FilterQ = Cosine * IdealQ; + + YAccum += C * FilterY; + IAccum += C * cos(WT) * FilterI; + QAccum += C * sin(WT) * FilterQ; + } + + float Y = dot(YAccum, One); + float I = dot(IAccum, One) * 2.0; + float Q = dot(QAccum, One) * 2.0; + + vec3 YIQ = vec3(Y, I, Q); + vec3 OutRGB = vec3(dot(YIQ, YIQ2R), dot(YIQ, YIQ2G), dot(YIQ, YIQ2B)); + + gl_FragColor = vec4(OutRGB, 1.0); +} diff --git a/1.15.2/assets/minecraft/shaders/program/ntsc_decode.json b/1.15.2/assets/minecraft/shaders/program/ntsc_decode.json new file mode 100644 index 00000000..28709230 --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/program/ntsc_decode.json @@ -0,0 +1,19 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "ntsc_decode", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" }, + { "name": "BaseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.15.2/assets/minecraft/shaders/program/ntsc_encode.fsh b/1.15.2/assets/minecraft/shaders/program/ntsc_encode.fsh new file mode 100644 index 00000000..06c2d9d1 --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/program/ntsc_encode.fsh @@ -0,0 +1,50 @@ +#version 110 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +const float Pi2 = 6.283185307; + +const vec4 A2 = vec4(1.0); +const vec4 B = vec4(0.5); +const float P = 1.0; +const float CCFrequency = 3.59754545; +const float ScanTime = 52.6; +const float Pi2ScanTime = Pi2 * ScanTime; +const vec4 YTransform = vec4(0.299, 0.587, 0.114, 0.0); +const vec4 ITransform = vec4(0.595716, -0.274453, -0.321263, 0.0); +const vec4 QTransform = vec4(0.211456, -0.522591, 0.31135, 0.0); +const vec4 MinC = vec4(-1.1183); +const vec4 InvCRange = vec4(1.0 / 3.2366); + +void main() { + vec2 InverseP = vec2(P, 0.0) * oneTexel; + + // UVs for four linearly-interpolated samples spread 0.25 texels apart + vec2 C0 = texCoord; + vec2 C1 = texCoord + InverseP * 0.25; + vec2 C2 = texCoord + InverseP * 0.50; + vec2 C3 = texCoord + InverseP * 0.75; + vec4 Cx = vec4(C0.x, C1.x, C2.x, C3.x); + vec4 Cy = vec4(C0.y, C1.y, C2.y, C3.y); + + vec4 Texel0 = texture2D(DiffuseSampler, C0); + vec4 Texel1 = texture2D(DiffuseSampler, C1); + vec4 Texel2 = texture2D(DiffuseSampler, C2); + vec4 Texel3 = texture2D(DiffuseSampler, C3); + + // Calculate the expected time of the sample. + vec4 T = A2 * Cy * vec4(InSize.y) + B + Cx; + vec4 W = vec4(Pi2ScanTime * CCFrequency); + vec4 TW = T * W; + vec4 Y = vec4(dot(Texel0, YTransform), dot(Texel1, YTransform), dot(Texel2, YTransform), dot(Texel3, YTransform)); + vec4 I = vec4(dot(Texel0, ITransform), dot(Texel1, ITransform), dot(Texel2, ITransform), dot(Texel3, ITransform)); + vec4 Q = vec4(dot(Texel0, QTransform), dot(Texel1, QTransform), dot(Texel2, QTransform), dot(Texel3, QTransform)); + + vec4 Encoded = Y + I * cos(TW) + Q * sin(TW); + gl_FragColor = (Encoded - MinC) * InvCRange; +} diff --git a/1.15.2/assets/minecraft/shaders/program/ntsc_encode.json b/1.15.2/assets/minecraft/shaders/program/ntsc_encode.json new file mode 100644 index 00000000..2cda4dff --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/program/ntsc_encode.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "ntsc_encode", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.15.2/assets/minecraft/shaders/program/outline.fsh b/1.15.2/assets/minecraft/shaders/program/outline.fsh new file mode 100644 index 00000000..061d3a59 --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/program/outline.fsh @@ -0,0 +1,21 @@ +#version 110 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 center = texture2D(DiffuseSampler, texCoord); + vec4 up = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y)); + vec4 down = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0)); + vec4 left = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0)); + vec4 right = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y)); + vec4 uDiff = center - up; + vec4 dDiff = center - down; + vec4 lDiff = center - left; + vec4 rDiff = center - right; + vec4 sum = uDiff + dDiff + lDiff + rDiff; + vec3 clamped = clamp(center.rgb - sum.rgb, 0.0, 1.0); + gl_FragColor = vec4(clamped, 1.0); +} diff --git a/1.15.2/assets/minecraft/shaders/program/outline.json b/1.15.2/assets/minecraft/shaders/program/outline.json new file mode 100644 index 00000000..7d41382b --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/program/outline.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "outline", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.15.2/assets/minecraft/shaders/program/outline_combine.fsh b/1.15.2/assets/minecraft/shaders/program/outline_combine.fsh new file mode 100644 index 00000000..bca7f309 --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/program/outline_combine.fsh @@ -0,0 +1,13 @@ +#version 110 + +uniform sampler2D DiffuseSampler; +uniform sampler2D OutlineSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 diffuseTexel = texture2D(DiffuseSampler, texCoord); + vec4 outlineTexel = texture2D(OutlineSampler, texCoord); + gl_FragColor = vec4(diffuseTexel.rgb + diffuseTexel.rgb * outlineTexel.rgb * vec3(0.75), 1.0); +} diff --git a/1.15.2/assets/minecraft/shaders/program/outline_combine.json b/1.15.2/assets/minecraft/shaders/program/outline_combine.json new file mode 100644 index 00000000..d52f4a3d --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/program/outline_combine.json @@ -0,0 +1,19 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "outline_combine", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" }, + { "name": "OutlineSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.15.2/assets/minecraft/shaders/program/outline_soft.fsh b/1.15.2/assets/minecraft/shaders/program/outline_soft.fsh new file mode 100644 index 00000000..04f1ead9 --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/program/outline_soft.fsh @@ -0,0 +1,46 @@ +#version 110 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform float LumaRamp; +uniform float LumaLevel; + +void main(){ + vec4 center = texture2D(DiffuseSampler, texCoord); + vec4 up = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y)); + vec4 up2 = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y) * 2.0); + vec4 down = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0)); + vec4 down2 = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0) * 2.0); + vec4 left = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0)); + vec4 left2 = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0) * 2.0); + vec4 right = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y)); + vec4 right2 = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y) * 2.0); + vec4 uDiff = abs(center - up); + vec4 dDiff = abs(center - down); + vec4 lDiff = abs(center - left); + vec4 rDiff = abs(center - right); + vec4 u2Diff = abs(center - up2); + vec4 d2Diff = abs(center - down2); + vec4 l2Diff = abs(center - left2); + vec4 r2Diff = abs(center - right2); + vec4 sum = uDiff + dDiff + lDiff + rDiff + u2Diff + d2Diff + l2Diff + r2Diff; + vec4 gray = vec4(0.3, 0.59, 0.11, 0.0); + float sumLuma = 1.0 - dot(clamp(sum, 0.0, 1.0), gray); + + // Get luminance of center pixel and adjust + float centerLuma = dot(center + (center - pow(center, vec4(LumaRamp))), gray); + + // Quantize the luma value + centerLuma = centerLuma - fract(centerLuma * LumaLevel) / LumaLevel; + + // Re-scale to full range + centerLuma = centerLuma * (LumaLevel / (LumaLevel - 1.0)); + + // Blend with outline + centerLuma = centerLuma * sumLuma; + + gl_FragColor = vec4(centerLuma, centerLuma, centerLuma, 1.0); +} diff --git a/1.15.2/assets/minecraft/shaders/program/outline_soft.json b/1.15.2/assets/minecraft/shaders/program/outline_soft.json new file mode 100644 index 00000000..c58bb5d9 --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/program/outline_soft.json @@ -0,0 +1,20 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "outline_soft", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "LumaRamp", "type": "float", "count": 1, "values": [ 16.0 ] }, + { "name": "LumaLevel", "type": "float", "count": 1, "values": [ 4.0 ] } + ] +} diff --git a/1.15.2/assets/minecraft/shaders/program/outline_watercolor.fsh b/1.15.2/assets/minecraft/shaders/program/outline_watercolor.fsh new file mode 100644 index 00000000..6a26de7f --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/program/outline_watercolor.fsh @@ -0,0 +1,41 @@ +#version 110 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform float LumaRamp; + +void main(){ + vec4 center = texture2D(DiffuseSampler, texCoord); + vec4 up = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y)); + vec4 up2 = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y) * 2.0); + vec4 down = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0)); + vec4 down2 = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0) * 2.0); + vec4 left = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0)); + vec4 left2 = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0) * 2.0); + vec4 right = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y)); + vec4 right2 = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y) * 2.0); + vec4 ul = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, -oneTexel.y)); + vec4 ur = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, -oneTexel.y)); + vec4 bl = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, oneTexel.y)); + vec4 br = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, oneTexel.y)); + vec4 gray = vec4(0.3, 0.59, 0.11, 0.0); + float uDiff = dot(abs(center - up), gray); + float dDiff = dot(abs(center - down), gray); + float lDiff = dot(abs(center - left), gray); + float rDiff = dot(abs(center - right), gray); + float u2Diff = dot(abs(center - up2), gray); + float d2Diff = dot(abs(center - down2), gray); + float l2Diff = dot(abs(center - left2), gray); + float r2Diff = dot(abs(center - right2), gray); + float ulDiff = dot(abs(center - ul), gray); + float urDiff = dot(abs(center - ur), gray); + float blDiff = dot(abs(center - bl), gray); + float brDiff = dot(abs(center - br), gray); + float sum = uDiff + dDiff + lDiff + rDiff + u2Diff + d2Diff + l2Diff + r2Diff + ulDiff + urDiff + blDiff + brDiff; + float sumLuma = clamp(sum, 0.0, 1.0); + + gl_FragColor = vec4(sumLuma, sumLuma, sumLuma, 1.0); +} diff --git a/1.15.2/assets/minecraft/shaders/program/outline_watercolor.json b/1.15.2/assets/minecraft/shaders/program/outline_watercolor.json new file mode 100644 index 00000000..29543528 --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/program/outline_watercolor.json @@ -0,0 +1,19 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "outline_watercolor", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "LumaRamp", "type": "float", "count": 1, "values": [ 16.0 ] } + ] +} diff --git a/1.15.2/assets/minecraft/shaders/program/overlay.fsh b/1.15.2/assets/minecraft/shaders/program/overlay.fsh new file mode 100644 index 00000000..9fcb546e --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/program/overlay.fsh @@ -0,0 +1,27 @@ +#version 110 + +uniform sampler2D DiffuseSampler; +uniform sampler2D OverlaySampler; + +uniform vec2 InSize; + +varying vec2 texCoord; + +uniform float MosaicSize; +uniform vec3 RedMatrix; +uniform vec3 GreenMatrix; +uniform vec3 BlueMatrix; + +void main(){ + vec2 mosaicInSize = InSize / MosaicSize; + vec2 fractPix = fract(texCoord * mosaicInSize) / mosaicInSize; + + vec4 baseTexel = texture2D(DiffuseSampler, texCoord - fractPix); + float red = dot(baseTexel.rgb, RedMatrix); + float green = dot(baseTexel.rgb, GreenMatrix); + float blue = dot(baseTexel.rgb, BlueMatrix); + + vec4 overlayTexel = texture2D(OverlaySampler, vec2(texCoord.x, 1.0 - texCoord.y)); + overlayTexel.a = 1.0; + gl_FragColor = mix(vec4(red, green, blue, 1.0), overlayTexel, overlayTexel.a); +} diff --git a/1.15.2/assets/minecraft/shaders/program/overlay.json b/1.15.2/assets/minecraft/shaders/program/overlay.json new file mode 100644 index 00000000..ceb8d0fc --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/program/overlay.json @@ -0,0 +1,23 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "blit", + "fragment": "overlay", + "attributes": [ "Position" ], + "samplers": [ + { "name": "OverlaySampler" }, + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "MosaicSize", "type": "float", "count": 1, "values": [ 1.0 ] }, + { "name": "RedMatrix", "type": "float", "count": 3, "values": [ 1.0, 0.0, 0.0 ] }, + { "name": "GreenMatrix", "type": "float", "count": 3, "values": [ 0.0, 1.0, 1.0 ] }, + { "name": "BlueMatrix", "type": "float", "count": 3, "values": [ 0.0, 0.0, 1.0 ] } + ] +} diff --git a/1.15.2/assets/minecraft/shaders/program/phosphor.fsh b/1.15.2/assets/minecraft/shaders/program/phosphor.fsh new file mode 100644 index 00000000..ffa4f8e7 --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/program/phosphor.fsh @@ -0,0 +1,18 @@ +#version 110 + +uniform sampler2D DiffuseSampler; +uniform sampler2D PrevSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +uniform vec3 Phosphor; + +void main() { + vec4 CurrTexel = texture2D(DiffuseSampler, texCoord); + vec4 PrevTexel = texture2D(PrevSampler, texCoord); + + gl_FragColor = vec4(max(PrevTexel.rgb * Phosphor, CurrTexel.rgb), 1.0); +} diff --git a/1.15.2/assets/minecraft/shaders/program/phosphor.json b/1.15.2/assets/minecraft/shaders/program/phosphor.json new file mode 100644 index 00000000..c3a01f2d --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/program/phosphor.json @@ -0,0 +1,20 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "phosphor", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" }, + { "name": "PrevSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "Phosphor", "type": "float", "count": 3, "values": [ 0.3, 0.3, 0.3 ] } + ] +} diff --git a/1.15.2/assets/minecraft/shaders/program/rotscale.vsh b/1.15.2/assets/minecraft/shaders/program/rotscale.vsh new file mode 100644 index 00000000..cd46fff6 --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/program/rotscale.vsh @@ -0,0 +1,30 @@ +#version 110 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; +uniform vec2 OutSize; + +uniform vec2 InScale; +uniform vec2 InOffset; +uniform float InRotation; +uniform float Time; + +varying vec2 texCoord; +varying vec2 scaledCoord; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + texCoord = Position.xy / OutSize; + + float Deg2Rad = 0.0174532925; + float InRadians = InRotation * Deg2Rad; + float Cosine = cos(InRadians); + float Sine = sin(InRadians); + float RotU = texCoord.x * Cosine - texCoord.y * Sine; + float RotV = texCoord.y * Cosine + texCoord.x * Sine; + scaledCoord = vec2(RotU, RotV) * InScale + InOffset; +} diff --git a/1.15.2/assets/minecraft/shaders/program/scan_pincushion.fsh b/1.15.2/assets/minecraft/shaders/program/scan_pincushion.fsh new file mode 100644 index 00000000..9a18381c --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/program/scan_pincushion.fsh @@ -0,0 +1,64 @@ +#version 110 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +const vec4 Zero = vec4(0.0); +const vec4 Half = vec4(0.5); +const vec4 One = vec4(1.0); +const vec4 Two = vec4(2.0); + +const float Pi = 3.1415926535; +const float PincushionAmount = 0.02; +const float CurvatureAmount = 0.02; +const float ScanlineAmount = 0.8; +const float ScanlineScale = 1.0; +const float ScanlineHeight = 1.0; +const float ScanlineBrightScale = 1.0; +const float ScanlineBrightOffset = 0.0; +const float ScanlineOffset = 0.0; +const vec3 Floor = vec3(0.05, 0.05, 0.05); +const vec3 Power = vec3(0.8, 0.8, 0.8); + +void main() { + vec4 InTexel = texture2D(DiffuseSampler, texCoord); + + vec2 PinUnitCoord = texCoord * Two.xy - One.xy; + float PincushionR2 = pow(length(PinUnitCoord), 2.0); + vec2 PincushionCurve = PinUnitCoord * PincushionAmount * PincushionR2; + vec2 ScanCoord = texCoord; + + ScanCoord *= One.xy - PincushionAmount * 0.2; + ScanCoord += PincushionAmount * 0.1; + ScanCoord += PincushionCurve; + + vec2 CurvatureClipCurve = PinUnitCoord * CurvatureAmount * PincushionR2; + vec2 ScreenClipCoord = texCoord; + ScreenClipCoord -= Half.xy; + ScreenClipCoord *= One.xy - CurvatureAmount * 0.2; + ScreenClipCoord += Half.xy; + ScreenClipCoord += CurvatureClipCurve; + + // -- Alpha Clipping -- + if (ScanCoord.x < 0.0) discard; + if (ScanCoord.y < 0.0) discard; + if (ScanCoord.x > 1.0) discard; + if (ScanCoord.y > 1.0) discard; + + // -- Scanline Simulation -- + float InnerSine = ScanCoord.y * InSize.y * ScanlineScale * 0.25; + float ScanBrightMod = sin(InnerSine * Pi + ScanlineOffset * InSize.y * 0.25); + float ScanBrightness = mix(1.0, (pow(ScanBrightMod * ScanBrightMod, ScanlineHeight) * ScanlineBrightScale + 1.0) * 0.5, ScanlineAmount); + vec3 ScanlineTexel = InTexel.rgb * ScanBrightness; + + // -- Color Compression (increasing the floor of the signal without affecting the ceiling) -- + ScanlineTexel = Floor + (One.xyz - Floor) * ScanlineTexel; + + ScanlineTexel.rgb = pow(ScanlineTexel.rgb, Power); + + gl_FragColor = vec4(ScanlineTexel.rgb, 1.0); +} diff --git a/1.15.2/assets/minecraft/shaders/program/scan_pincushion.json b/1.15.2/assets/minecraft/shaders/program/scan_pincushion.json new file mode 100644 index 00000000..9c7f9a3d --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/program/scan_pincushion.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "scan_pincushion", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.15.2/assets/minecraft/shaders/program/sobel.fsh b/1.15.2/assets/minecraft/shaders/program/sobel.fsh new file mode 100644 index 00000000..e784e59b --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/program/sobel.fsh @@ -0,0 +1,20 @@ +#version 110 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 center = texture2D(DiffuseSampler, texCoord); + vec4 left = texture2D(DiffuseSampler, texCoord - vec2(oneTexel.x, 0.0)); + vec4 right = texture2D(DiffuseSampler, texCoord + vec2(oneTexel.x, 0.0)); + vec4 up = texture2D(DiffuseSampler, texCoord - vec2(0.0, oneTexel.y)); + vec4 down = texture2D(DiffuseSampler, texCoord + vec2(0.0, oneTexel.y)); + vec4 leftDiff = center - left; + vec4 rightDiff = center - right; + vec4 upDiff = center - up; + vec4 downDiff = center - down; + vec4 total = clamp(leftDiff + rightDiff + upDiff + downDiff, 0.0, 1.0); + gl_FragColor = vec4(total.rgb, 1.0); +} diff --git a/1.15.2/assets/minecraft/shaders/program/sobel.json b/1.15.2/assets/minecraft/shaders/program/sobel.json new file mode 100644 index 00000000..dc2fc17b --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/program/sobel.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "sobel", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.15.2/assets/minecraft/shaders/program/sobel.vsh b/1.15.2/assets/minecraft/shaders/program/sobel.vsh new file mode 100644 index 00000000..70957b02 --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/program/sobel.vsh @@ -0,0 +1,19 @@ +#version 110 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; +uniform vec2 OutSize; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + oneTexel = 1.0 / InSize; + + texCoord = Position.xy / OutSize; +} diff --git a/1.15.2/assets/minecraft/shaders/program/spider.json b/1.15.2/assets/minecraft/shaders/program/spider.json new file mode 100644 index 00000000..3a47688e --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/program/spider.json @@ -0,0 +1,25 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "rotscale", + "fragment": "spiderclip", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" }, + { "name": "BlurSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "InScale", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "InOffset", "type": "float", "count": 2, "values": [ 0.0, 0.0 ] }, + { "name": "InRotation", "type": "float", "count": 1, "values": [ 0.0 ] }, + { "name": "Time", "type": "float", "count": 1, "values": [ 0.0 ] }, + { "name": "Scissor", "type": "float", "count": 4, "values": [ 0.0, 0.0, 1.0, 1.0 ] }, + { "name": "Vignette", "type": "float", "count": 4, "values": [ 0.0, 0.0, 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.15.2/assets/minecraft/shaders/program/spiderclip.fsh b/1.15.2/assets/minecraft/shaders/program/spiderclip.fsh new file mode 100644 index 00000000..487ab211 --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/program/spiderclip.fsh @@ -0,0 +1,31 @@ +#version 110 + +uniform sampler2D DiffuseSampler; +uniform sampler2D BlurSampler; + +varying vec2 texCoord; +varying vec2 scaledCoord; + +uniform vec2 InSize; +uniform vec4 Scissor; +uniform vec4 Vignette; + +void main() { + vec4 ScaledTexel = texture2D(DiffuseSampler, scaledCoord); + vec4 BlurTexel = texture2D(BlurSampler, texCoord); + vec4 OutTexel = ScaledTexel; + + // -- Alpha Clipping -- + if (scaledCoord.x < Scissor.x) OutTexel = BlurTexel; + if (scaledCoord.y < Scissor.y) OutTexel = BlurTexel; + if (scaledCoord.x > Scissor.z) OutTexel = BlurTexel; + if (scaledCoord.y > Scissor.w) OutTexel = BlurTexel; + + clamp(scaledCoord, 0.0, 1.0); + + if (scaledCoord.x < Vignette.x) OutTexel = mix(BlurTexel, OutTexel, (Scissor.x - scaledCoord.x) / (Scissor.x - Vignette.x)); + if (scaledCoord.y < Vignette.y) OutTexel = mix(BlurTexel, OutTexel, (Scissor.y - scaledCoord.y) / (Scissor.y - Vignette.y)); + if (scaledCoord.x > Vignette.z) OutTexel = mix(BlurTexel, OutTexel, (Scissor.z - scaledCoord.x) / (Scissor.z - Vignette.z)); + if (scaledCoord.y > Vignette.w) OutTexel = mix(BlurTexel, OutTexel, (Scissor.w - scaledCoord.y) / (Scissor.w - Vignette.w)); + gl_FragColor = vec4(OutTexel.rgb, 1.0); +} diff --git a/1.15.2/assets/minecraft/shaders/program/wobble.fsh b/1.15.2/assets/minecraft/shaders/program/wobble.fsh new file mode 100644 index 00000000..54cdacf1 --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/program/wobble.fsh @@ -0,0 +1,58 @@ +#version 110 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +uniform float Time; +uniform vec2 Frequency; +uniform vec2 WobbleAmount; + +vec3 hue(float h) +{ + float r = abs(h * 6.0 - 3.0) - 1.0; + float g = 2.0 - abs(h * 6.0 - 2.0); + float b = 2.0 - abs(h * 6.0 - 4.0); + return clamp(vec3(r,g,b), 0.0, 1.0); +} + +vec3 HSVtoRGB(vec3 hsv) { + return ((hue(hsv.x) - 1.0) * hsv.y + 1.0) * hsv.z; +} + +vec3 RGBtoHSV(vec3 rgb) { + vec3 hsv = vec3(0.0); + hsv.z = max(rgb.r, max(rgb.g, rgb.b)); + float min = min(rgb.r, min(rgb.g, rgb.b)); + float c = hsv.z - min; + + if (c != 0.0) + { + hsv.y = c / hsv.z; + vec3 delta = (hsv.z - rgb) / c; + delta.rgb -= delta.brg; + delta.rg += vec2(2.0, 4.0); + if (rgb.r >= hsv.z) { + hsv.x = delta.b; + } else if (rgb.g >= hsv.z) { + hsv.x = delta.r; + } else { + hsv.x = delta.g; + } + hsv.x = fract(hsv.x / 6.0); + } + return hsv; +} + +void main() { + float xOffset = sin(texCoord.y * Frequency.x + Time * 3.1415926535 * 2.0) * WobbleAmount.x; + float yOffset = cos(texCoord.x * Frequency.y + Time * 3.1415926535 * 2.0) * WobbleAmount.y; + vec2 offset = vec2(xOffset, yOffset); + vec4 rgb = texture2D(DiffuseSampler, texCoord + offset); + vec3 hsv = RGBtoHSV(rgb.rgb); + hsv.x = fract(hsv.x + Time); + gl_FragColor = vec4(HSVtoRGB(hsv), 1.0); +} diff --git a/1.15.2/assets/minecraft/shaders/program/wobble.json b/1.15.2/assets/minecraft/shaders/program/wobble.json new file mode 100644 index 00000000..d8e9945a --- /dev/null +++ b/1.15.2/assets/minecraft/shaders/program/wobble.json @@ -0,0 +1,21 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "wobble", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "Time", "type": "float", "count": 1, "values": [ 0.0 ] }, + { "name": "Frequency", "type": "float", "count": 2, "values": [ 512.0, 288.0 ] }, + { "name": "WobbleAmount", "type": "float", "count": 2, "values": [ 0.002, 0.002 ] } + ] +} diff --git a/1.15.2/assets/minecraft/texts/credits.txt b/1.15.2/assets/minecraft/texts/credits.txt new file mode 100644 index 00000000..528bdb67 --- /dev/null +++ b/1.15.2/assets/minecraft/texts/credits.txt @@ -0,0 +1,428 @@ +[C]§f============ +[C]§eMinecraft Team +[C]§f============ + +§7Original Creator +§f Markus Persson + +§7Chief Creative Officer +§f Jens Bergensten + +§7Producers +§f Adrian Östergård +§f Dejan Dimic +§f Fredrik Telenius +§f Isabella Arningsmark + +§7Lead Engineer +§f Nathan Adams + +§7Game Developers +§f Agnes Larsson +§f Bartosz Bok +§f Cory Scheviak +§f Erik Broes +§f Georgii Gavrichev +§f Josh Letellier +§f Maria Lemón +§f Michael Stoyke +§f Thomas Guimbretière + +§7Launcher Tech Lead +§f Mikael Hedberg + +§7Launcher Developers +§f Petr Mrázek + +§7Realms Tech Lead +§f Alexander Torstling + +§7Realms Developers +§f Alexandre Pretto Nunes +§f Alexander Östman +§f Billy Sjöberg +§f Brian Threvathan +§f Christoffer Hammarström +§f Erik Bylund +§f Henning Erlandsen +§f Magnus Jäderberg +§f Márcio Oliveira +§f Niclas Unnervik +§f Sina Tamanna +§f Tomas Alaeus + +§7Minecraft Content Lead +§f Marc Watson + +§7Minecraft Content Coordinator +§f Adam Martinsson +§f Matthew Dryden +§f Oskar Thysell +§f Sara Lempiäinen + +§7Art Directors +§f Johan Aronsson +§f Markus Toivonen +§f Martin Johansson +§f Ninni Landin + +§7Graphics Artists +§f Jasper Boerstra +§f Mattis Grahm + +§7User Experience Design +§f Lily Ekman +§f Oscar Nilsson + +§7Lead User Experience Developers +§f Sebastian Hindefelt +§f Paulo Ragonha + +§7User Experience Developers +§f Albin Odervall +§f Anna Päärni +§f Dario Vodopivec +§f Emelie Sidesiö +§f Michael Novén +§f Oleg Kozitsyn + +§7Lead Sound Designer +§f Samuel Åberg + +§7Sound Design +§f Daniel Rosenfeld +§f Kevin Martinez +§f Peter Hont + +§7Music composed by +§f Daniel Rosenfeld + +§7Writing +§f Julian Gough + +§7Developers of Mo’ Creatures +§f Dan Roque +§f John Olarte (DrZhark) +§f Kent Christian Jensen + +[C]§f======== +[C]§eMojang +[C]§f======== + +§7Chief Executive Officer +§f Jonas Mårtensson + +§7Chief Operations Officer +§f Ulrika Höjgård + +§7Chief Technology Officer +§f Mike Carlson + +§7Chief Brand Officer +§f Lydia Winters + +§7Chief Content Officer +§f Vu Bui + +§7Human Resources +§f Maja Samuelsson +§f Viktoria Petersson + +§7Director of Finance +§f Marina Kostesic + +§7Director of New Games +§f Patrick Liu + +§7Game Director +§f Måns Olson + +§7Game Designers +§f Christian Berg +§f Max Herngren + +§7Lead Game Developers +§f Kristoffer Jelbring +§f Niklas Börestam + +§7Game Developers +§f Adrian Toncean +§f Anton Arbring +§f Aron Nieminen +§f Christan Berg +§f Daniel Wustenhoff +§f Jakob Rydén +§f Jon Maiga +§f Mårten Helander + +§7Art Leads +§f Daniel Björkefors +§f Telemachus Stavropoulos + +§7Graphic Designers +§f Wiktor Persson +§f Markus Karlsson + +§73D/VFX +§f Christian Nordgren +§f Jakob Gavelli + +§7Lead System Engineers +§f Jifeng Zhang +§f Robert Sjödahl +§f Torbjörn Allard + +§7System Developers +§f Anders Martini +§f Maksim Ivanov +§f Maria Katsourani +§f Mikael Malmqvist +§f Joakim Ejenstam +§f Jonas Bergström +§f Petter Gisslen +§f Pär Axelsson +§f Stefan Torstensson +§f Wenlan Yang + +§7Experience Design +§f Daniel Feldt + +§7Director of Business Development +§f Patrick Geuder + +§7Production Director +§f Olof Carlson Sandvik + +§7Head of Creative Production +§f Sheila Ho + +§7Production Manager +§f Klas Hammarström + +§7Producers +§f Adele Major +§f David Nisshagen +§f Hampus Nilsson +§f Johannes Fridd +§f Kaya Hatcher +§f Lisa Kempe +§f Moira Ingeltun +§f Nicolette Suraga +§f Sarah Carton +§f Sebastian Falk +§f Åsa Skogström + +§7Project Managers +§f Isabella Balk + +§7Director of Creative Communications +§f Owen Jones + +§7Head of Marketing Communications +§f Thomas Wiborgh + +§7Creative Communications Assistant +§f Per Landin +§f Tom Stone + +§7Head of Community Relations +§f Karim Walldén + +§7Community Relations Coordinator +§f Josefin Olsson + +§7Head of Social Media +§f Alice Löfgren + +§7Customer Support Team Lead +§f Mattias Victorin + +§7Customer Support +§f Anna Lundgren +§f Andreas Thomasson +§f Antonia Kousathana +§f Cecilia Flumé +§f Cim Borg +§f David Stuart Dahlgren +§f Ellie Ashrafi +§f Fredrik Sandström +§f Freja Fors +§f Jonny Hair +§f Nasim Derakhshan +§f Nima Tolouifar +§f Patrik Södergren +§f Rui Ribeiro +§f Sarah Mårtensson + +§7Office Manager +§f Siri Hoel Andersson + +§7Office Coordinators +§f Aleksandra Zajac +§f Joël Älveroth + +§7Reception Manager +§f Chaimae Truving + +§7Financial Accountant +§f Josefina Axelsson + +§7IT Wizards +§f Cesar Sima Falck +§f Shoghi Cervantes + +§7Product Designer Team Lead +§f Amanda Ström + +§7Product Designers +§f Filip Thoms +§f Jennifer Hammervald +§f Sherin Kwan + +§7Motion Graphics Designer +§f Kim Petersen + +§7Intellectual Property Enforcement Team Lead +§f Olle Personne + +§7Intellectual Property Enforcement Agents +§f Mathias Andersson +§f Matilda Åkerman +§f Marcus Forss +§f Sylvia Chen +§f Johan Hedlund + +[C]§f=========== +[C]§eMojang Alumni +[C]§f=========== + +§7Chief Executive Officers +§f Carl Manneh + +§7Chief Finance Officer +§f Karin Severinson + +§7Chief Technology Officer +§f Rikard Herlitz + +§7Project Directors +§f Jakob Porsér + +§7Production Director +§f Daniel Kaplan + +§7Game Director +§f Henrik Pettersson + +§7Producers +§7 Marie Stålkrantz + +§7Assistant Producers +§f Warren Loo + +§7Game Developers +§f Christian Westman +§f Daniel Frisk +§f Isaac de la Vega +§f Jakob Pogulis +§f Johan Bernhardsson +§f Magnus Bentling +§f Markus Arvidsson +§f Nathan Gilbert +§f Ryan Holtz +§f Tobias Möllstam + +§73D/VFX +§f Elin Ölund Forsling + +§7User Experience Design Director +§f Tobias Ahlin + +§7Additional Programming +§f Elliot 'Hippoplatimus' Segal +§f Paul Spooner +§f Ryan 'Scaevolus' Hitchman + +§7Lead System Engineers +§f Tom Miles +§f Tomas Sommar + +§7System Developers +§f Leonard Gram +§f Martin Odhelius + +§7Realms Developers +§f Amir Moulavi +§f David Marby +§f Johnny Sjöö +§f Mats Henricson +§f Philip Vieira + +§7Graphics Artists +§f Kristoffer Zetterstrand +§f Poi Poi Chen + +§7Head of Social Media +§f Amelia Dale + +§7Merchandise Art Director +§f Alexis Holmqvist + +§7Additional Graphics +§f Jonatan Pöljö +§f Mariana Graham Ramirez + +§7Creative Communications Manager +§f Martin Davies + +§7Creative Communications Assistant +§f Emily Richardson + +§7Business Intelligence +§f Brynjólfur Erlingsson + +§7Customer Support +§f Amelia Lindroth Henriksson +§f Ana Barata Martins +§f Andreas Andersson +§f Andreas Jörgensen +§f Angehlica Walling +§f Annika Tripke-Lund +§f Anton Albiin +§f Carl Johnsson +§f Dante Stjernberg +§f David Carlsson +§f Elin Frykholm +§f Eliza Hearsum +§f Erik Nordberg +§f Fredrik Henriksson +§f Henrik Davallius +§f Henry Shi +§f Joe Liu +§f Kevin Vesterlund +§f Mike Till +§f Nicole Jansson +§f Rabi Hadad +§f Robert Miskiewicz +§f Robin Cocks +§f Robin Thunström +§f Theodor Colbing + +§7Office Managers +§f Alex Andersson +§f Charlotte Wredesjö +§f Jill Curran +§f Linn Hultman +§f Mikaela Prim + +[C]§f============ +[C]§eSpecial Thanks +[C]§f============ +§f Daniel Brynolf +§f Pontus Hammarberg + + + + + +§f"Twenty years from now you will be more disappointed by the things that you didn't do than by the ones you did do. So throw off the bowlines. Sail away from the safe harbor. Catch the trade winds in your sails. Explore. Dream. Discover." §7- Unknown \ No newline at end of file diff --git a/1.15.2/assets/minecraft/texts/end.txt b/1.15.2/assets/minecraft/texts/end.txt new file mode 100644 index 00000000..72775248 --- /dev/null +++ b/1.15.2/assets/minecraft/texts/end.txt @@ -0,0 +1,151 @@ +§3I see the player you mean. + +§2PLAYERNAME? + +§3Yes. Take care. It has reached a higher level now. It can read our thoughts. + +§2That doesn't matter. It thinks we are part of the game. + +§3I like this player. It played well. It did not give up. + +§2It is reading our thoughts as though they were words on a screen. + +§3That is how it chooses to imagine many things, when it is deep in the dream of a game. + +§2Words make a wonderful interface. Very flexible. And less terrifying than staring at the reality behind the screen. + +§3They used to hear voices. Before players could read. Back in the days when those who did not play called the players witches, and warlocks. And players dreamed they flew through the air, on sticks powered by demons. + +§2What did this player dream? + +§3This player dreamed of sunlight and trees. Of fire and water. It dreamed it created. And it dreamed it destroyed. It dreamed it hunted, and was hunted. It dreamed of shelter. + +§2Hah, the original interface. A million years old, and it still works. But what true structure did this player create, in the reality behind the screen? + +§3It worked, with a million others, to sculpt a true world in a fold of the §f§k§a§b§3, and created a §f§k§a§b§3 for §f§k§a§b§3, in the §f§k§a§b§3. + +§2It cannot read that thought. + +§3No. It has not yet achieved the highest level. That, it must achieve in the long dream of life, not the short dream of a game. + +§2Does it know that we love it? That the universe is kind? + +§3Sometimes, through the noise of its thoughts, it hears the universe, yes. + +§2But there are times it is sad, in the long dream. It creates worlds that have no summer, and it shivers under a black sun, and it takes its sad creation for reality. + +§3To cure it of sorrow would destroy it. The sorrow is part of its own private task. We cannot interfere. + +§2Sometimes when they are deep in dreams, I want to tell them, they are building true worlds in reality. Sometimes I want to tell them of their importance to the universe. Sometimes, when they have not made a true connection in a while, I want to help them to speak the word they fear. + +§3It reads our thoughts. + +§2Sometimes I do not care. Sometimes I wish to tell them, this world you take for truth is merely §f§k§a§b§2 and §f§k§a§b§2, I wish to tell them that they are §f§k§a§b§2 in the §f§k§a§b§2. They see so little of reality, in their long dream. + +§3And yet they play the game. + +§2But it would be so easy to tell them... + +§3Too strong for this dream. To tell them how to live is to prevent them living. + +§2I will not tell the player how to live. + +§3The player is growing restless. + +§2I will tell the player a story. + +§3But not the truth. + +§2No. A story that contains the truth safely, in a cage of words. Not the naked truth that can burn over any distance. + +§3Give it a body, again. + +§2Yes. Player... + +§3Use its name. + +§2PLAYERNAME. Player of games. + +§3Good. + +§2Take a breath, now. Take another. Feel air in your lungs. Let your limbs return. Yes, move your fingers. Have a body again, under gravity, in air. Respawn in the long dream. There you are. Your body touching the universe again at every point, as though you were separate things. As though we were separate things. + +§3Who are we? Once we were called the spirit of the mountain. Father sun, mother moon. Ancestral spirits, animal spirits. Jinn. Ghosts. The green man. Then gods, demons. Angels. Poltergeists. Aliens, extraterrestrials. Leptons, quarks. The words change. We do not change. + +§2We are the universe. We are everything you think isn't you. You are looking at us now, through your skin and your eyes. And why does the universe touch your skin, and throw light on you? To see you, player. To know you. And to be known. I shall tell you a story. + +§2Once upon a time, there was a player. + +§3The player was you, PLAYERNAME. + +§2Sometimes it thought itself human, on the thin crust of a spinning globe of molten rock. The ball of molten rock circled a ball of blazing gas that was three hundred and thirty thousand times more massive than it. They were so far apart that light took eight minutes to cross the gap. The light was information from a star, and it could burn your skin from a hundred and fifty million kilometres away. + +§2Sometimes the player dreamed it was a miner, on the surface of a world that was flat, and infinite. The sun was a square of white. The days were short; there was much to do; and death was a temporary inconvenience. + +§3Sometimes the player dreamed it was lost in a story. + +§2Sometimes the player dreamed it was other things, in other places. Sometimes these dreams were disturbing. Sometimes very beautiful indeed. Sometimes the player woke from one dream into another, then woke from that into a third. + +§3Sometimes the player dreamed it watched words on a screen. + +§2Let's go back. + +§2The atoms of the player were scattered in the grass, in the rivers, in the air, in the ground. A woman gathered the atoms; she drank and ate and inhaled; and the woman assembled the player, in her body. + +§2And the player awoke, from the warm, dark world of its mother's body, into the long dream. + +§2And the player was a new story, never told before, written in letters of DNA. And the player was a new program, never run before, generated by a sourcecode a billion years old. And the player was a new human, never alive before, made from nothing but milk and love. + +§3You are the player. The story. The program. The human. Made from nothing but milk and love. + +§2Let's go further back. + +§2The seven billion billion billion atoms of the player's body were created, long before this game, in the heart of a star. So the player, too, is information from a star. And the player moves through a story, which is a forest of information planted by a man called Julian, on a flat, infinite world created by a man called Markus, that exists inside a small, private world created by the player, who inhabits a universe created by... + +§3Shush. Sometimes the player created a small, private world that was soft and warm and simple. Sometimes hard, and cold, and complicated. Sometimes it built a model of the universe in its head; flecks of energy, moving through vast empty spaces. Sometimes it called those flecks "electrons" and "protons". + +§2Sometimes it called them "planets" and "stars". + +§2Sometimes it believed it was in a universe that was made of energy that was made of offs and ons; zeros and ones; lines of code. Sometimes it believed it was playing a game. Sometimes it believed it was reading words on a screen. + +§3You are the player, reading words... + +§2Shush... Sometimes the player read lines of code on a screen. Decoded them into words; decoded words into meaning; decoded meaning into feelings, emotions, theories, ideas, and the player started to breathe faster and deeper and realised it was alive, it was alive, those thousand deaths had not been real, the player was alive + +§3You. You. You are alive. + +§2and sometimes the player believed the universe had spoken to it through the sunlight that came through the shuffling leaves of the summer trees + +§3and sometimes the player believed the universe had spoken to it through the light that fell from the crisp night sky of winter, where a fleck of light in the corner of the player's eye might be a star a million times as massive as the sun, boiling its planets to plasma in order to be visible for a moment to the player, walking home at the far side of the universe, suddenly smelling food, almost at the familiar door, about to dream again + +§2and sometimes the player believed the universe had spoken to it through the zeros and ones, through the electricity of the world, through the scrolling words on a screen at the end of a dream + +§3and the universe said I love you + +§2and the universe said you have played the game well + +§3and the universe said everything you need is within you + +§2and the universe said you are stronger than you know + +§3and the universe said you are the daylight + +§2and the universe said you are the night + +§3and the universe said the darkness you fight is within you + +§2and the universe said the light you seek is within you + +§3and the universe said you are not alone + +§2and the universe said you are not separate from every other thing + +§3and the universe said you are the universe tasting itself, talking to itself, reading its own code + +§2and the universe said I love you because you are love. + +§3And the game was over and the player woke up from the dream. And the player began a new dream. And the player dreamed again, dreamed better. And the player was the universe. And the player was love. + +§3You are the player. + +§2Wake up. diff --git a/1.15.2/assets/minecraft/texts/splashes.txt b/1.15.2/assets/minecraft/texts/splashes.txt new file mode 100644 index 00000000..591f2604 --- /dev/null +++ b/1.15.2/assets/minecraft/texts/splashes.txt @@ -0,0 +1,390 @@ +As seen on TV! +Awesome! +100% pure! +May contain nuts! +More polygons! +Sexy! +Limited edition! +Flashing letters! +It's here! +Best in class! +It's finished! +Kind of dragon free! +Excitement! +More than 500 sold! +One of a kind! +Heaps of hits on YouTube! +Indev! +Spiders everywhere! +Check it out! +Holy cow, man! +It's a game! +Made in Sweden! +Uses LWJGL! +Reticulating splines! +Minecraft! +Yaaay! +Singleplayer! +Keyboard compatible! +Undocumented! +Ingots! +Exploding creepers! +That's no moon! +l33t! +Create! +Survive! +Dungeon! +Exclusive! +The bee's knees! +Down with O.P.P.! +Closed source! +Classy! +Wow! +Not on steam! +Oh man! +Awesome community! +Pixels! +Teetsuuuuoooo! +Kaaneeeedaaaa! +Now with difficulty! +Enhanced! +90% bug free! +Pretty! +12 herbs and spices! +Fat free! +Absolutely no memes! +Free dental! +Ask your doctor! +Minors welcome! +Cloud computing! +Legal in Finland! +Hard to label! +Technically good! +Bringing home the bacon! +Indie! +GOTY! +Ceci n'est pas une title screen! +Euclidian! +Now in 3D! +Inspirational! +Herregud! +Complex cellular automata! +Yes, sir! +Played by cowboys! +OpenGL 2.1 (if supported)! +Thousands of colors! +Try it! +Age of Wonders is better! +Try the mushroom stew! +Sensational! +Hot tamale, hot hot tamale! +Play him off, keyboard cat! +Guaranteed! +Macroscopic! +Bring it on! +Random splash! +Call your mother! +Monster infighting! +Loved by millions! +Ultimate edition! +Freaky! +You've got a brand new key! +Water proof! +Uninflammable! +Whoa, dude! +All inclusive! +Tell your friends! +NP is not in P! +Music by C418! +Livestreamed! +Haunted! +Polynomial! +Terrestrial! +All is full of love! +Full of stars! +Scientific! +Not as cool as Spock! +Collaborate and listen! +Never dig down! +Take frequent breaks! +Not linear! +Han shot first! +Nice to meet you! +Buckets of lava! +Ride the pig! +Larger than Earth! +sqrt(-1) love you! +Phobos anomaly! +Punching wood! +Falling off cliffs! +1% sugar! +150% hyperbole! +Synecdoche! +Let's danec! +Seecret Friday update! +Reference implementation! +Lewd with two dudes with food! +Kiss the sky! +20 GOTO 10! +Verlet intregration! +Peter Griffin! +Do not distribute! +Cogito ergo sum! +4815162342 lines of code! +A skeleton popped out! +The sum of its parts! +BTAF used to be good! +I miss ADOM! +umop-apisdn! +OICU812! +Bring me Ray Cokes! +Finger-licking! +Thematic! +Pneumatic! +Sublime! +Octagonal! +Une baguette! +Gargamel plays it! +Rita is the new top dog! +SWM forever! +Representing Edsbyn! +Matt Damon! +Supercalifragilisticexpialidocious! +Consummate V's! +Cow Tools! +Double buffered! +Fan fiction! +Flaxkikare! +Jason! Jason! Jason! +Hotter than the sun! +Internet enabled! +Autonomous! +Engage! +Fantasy! +DRR! DRR! DRR! +Kick it root down! +Regional resources! +Woo, facepunch! +Woo, somethingawful! +Woo, /v/! +Woo, tigsource! +Woo, worldofminecraft! +Woo, reddit! +Woo, 2pp! +Google anlyticsed! +Now supports åäö! +Give us Gordon! +Tip your waiter! +Very fun! +12345 is a bad password! +Vote for net neutrality! +Lives in a pineapple under the sea! +MAP11 has two names! +Omnipotent! +Gasp! +...! +Bees, bees, bees, bees! +Jag känner en bot! +This text is hard to read if you play the game at the default resolution, but at 1080p it's fine! +Haha, LOL! +Hampsterdance! +Switches and ores! +Menger sponge! +idspispopd! +Eple (original edit)! +So fresh, so clean! +Slow acting portals! +Try the Nether! +Don't look directly at the bugs! +Oh, ok, Pigmen! +Finally with ladders! +Scary! +Play Minecraft, Watch Topgear, Get Pig! +Twittered about! +Jump up, jump up, and get down! +Joel is neat! +A riddle, wrapped in a mystery! +Huge tracts of land! +Welcome to your Doom! +Stay a while, stay forever! +Stay a while and listen! +Treatment for your rash! +"Autological" is! +Information wants to be free! +"Almost never" is an interesting concept! +Lots of truthiness! +The creeper is a spy! +Turing complete! +It's groundbreaking! +Let our battle's begin! +The sky is the limit! +Jeb has amazing hair! +Ryan also has amazing hair! +Casual gaming! +Undefeated! +Kinda like Lemmings! +Follow the train, CJ! +Leveraging synergy! +This message will never appear on the splash screen, isn't that weird? +DungeonQuest is unfair! +90210! +Check out the far lands! +Tyrion would love it! +Also try VVVVVV! +Also try Super Meat Boy! +Also try Terraria! +Also try Mount And Blade! +Also try Project Zomboid! +Also try World of Goo! +Also try Limbo! +Also try Pixeljunk Shooter! +Also try Braid! +That's super! +Bread is pain! +Read more books! +Khaaaaaaaaan! +Less addictive than TV Tropes! +More addictive than lemonade! +Bigger than a bread box! +Millions of peaches! +Fnord! +This is my true form! +Totally forgot about Dre! +Don't bother with the clones! +Pumpkinhead! +Made by Jeb! +Has an ending! +Finally complete! +Feature packed! +Boots with the fur! +Stop, hammertime! +Testificates! +Conventional! +Homeomorphic to a 3-sphere! +Doesn't avoid double negatives! +Place ALL the blocks! +Does barrel rolls! +Meeting expectations! +PC gaming since 1873! +Ghoughpteighbteau tchoghs! +Déjà vu! +Déjà vu! +Got your nose! +Haley loves Elan! +Afraid of the big, black bat! +Doesn't use the U-word! +Child's play! +See you next Friday or so! +From the streets of Södermalm! +150 bpm for 400000 minutes! +Technologic! +Funk soul brother! +Pumpa kungen! +日本ハロー! +한국 안녕하세요! +Helo Cymru! +Cześć Polsko! +你好中国! +Привет Россия! +Γεια σου Ελλάδα! +My life for Aiur! +Lennart lennart = new Lennart(); +I see your vocabulary has improved! +Who put it there? +You can't explain that! +if not ok then return end +§1C§2o§3l§4o§5r§6m§7a§8t§9i§ac +§kFUNKY LOL +Big Pointy Teeth! +Bekarton guards the gate! +Mmmph, mmph! +Don't feed avocados to parrots! +Swords for everyone! +Plz reply to my tweet! +.party()! +Take her pillow! +Put that cookie down! +Pretty scary! +I have a suggestion. +Now with extra hugs! +Now Java 8! +Woah. +HURNERJSGER? +What's up, Doc? +Now contains 32 random daily cats! +That's Numberwang! +pls rt +Do you want to join my server? +Put a little fence around it! +Throw a blanket over it! +One day, somewhere in the future, my work will be quoted! +Now with additional stuff! +Extra things! +Yay, puppies for everyone! +So sweet, like a nice bon bon! +Popping tags! +Very influential in its circle! +Now With Multiplayer! +Rise from your grave! +Warning! A huge battleship "STEVE" is approaching fast! +Blue warrior shot the food! +Run, coward! I hunger! +Flavor with no seasoning! +Strange, but not a stranger! +Tougher than diamonds, rich like cream! +Getting ready to show! +Getting ready to know! +Getting ready to drop! +Getting ready to shock! +Getting ready to freak! +Getting ready to speak! +It swings, it jives! +Cruising streets for gold! +Take an eggbeater and beat it against a skillet! +Make me a table, a funky table! +Take the elevator to the mezzanine! +Stop being reasonable, this is the Internet! +/give @a hugs 64 +This is good for Realms. +Any computer is a laptop if you're brave enough! +Do it all, everything! +Where there is not light, there can spider! +GNU Terry Pratchett +More Digital! +doot doot +Falling with style! +There's no stopping the Trollmaso +Throw yourself at the ground and miss +Rule #1: it's never my fault +Replaced molten cheese with blood? +Absolutely fixed relatively broken coordinates +Boats FTW +Javalicious edition +Should not be played while driving +You're going too fast! +Don't feed chocolate to parrots! +The true meaning of covfefe +An illusion! What are you hiding? +Something's not quite right... +Thank you for the fish! +All rumors are true! +Truly gone fishing! +Rainbow turtle? +Something funny! +I need more context. +Ahhhhhh! +Don't worry, be happy! +Water bottle! +What's the question? +Plant a tree! +Go to the dentist! +What do you expect? +Look mum, I'm in a splash! +It came from space. +Awesome game design right there! +Ph1lza had a good run! +10 years of Mining and Crafting! +Ping the human! +In case it isn't obvious, foxes aren't players. +Buzzy Bees! +Minecraft Java Edition presents: Disgusting Bugs \ No newline at end of file diff --git a/1.15.2/assets/minecraft/textures/block/acacia_door_bottom.png b/1.15.2/assets/minecraft/textures/block/acacia_door_bottom.png new file mode 100644 index 00000000..53979a2e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/acacia_door_bottom.png differ diff --git a/1.15.2/assets/minecraft/textures/block/acacia_door_top.png b/1.15.2/assets/minecraft/textures/block/acacia_door_top.png new file mode 100644 index 00000000..4b634d6f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/acacia_door_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/acacia_leaves.png b/1.15.2/assets/minecraft/textures/block/acacia_leaves.png new file mode 100644 index 00000000..8cbb1eb1 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/acacia_leaves.png differ diff --git a/1.15.2/assets/minecraft/textures/block/acacia_log.png b/1.15.2/assets/minecraft/textures/block/acacia_log.png new file mode 100644 index 00000000..bf2880b9 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/acacia_log.png differ diff --git a/1.15.2/assets/minecraft/textures/block/acacia_log_top.png b/1.15.2/assets/minecraft/textures/block/acacia_log_top.png new file mode 100644 index 00000000..fc02620c Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/acacia_log_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/acacia_planks.png b/1.15.2/assets/minecraft/textures/block/acacia_planks.png new file mode 100644 index 00000000..b83e4fe1 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/acacia_planks.png differ diff --git a/1.15.2/assets/minecraft/textures/block/acacia_sapling.png b/1.15.2/assets/minecraft/textures/block/acacia_sapling.png new file mode 100644 index 00000000..6817397c Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/acacia_sapling.png differ diff --git a/1.15.2/assets/minecraft/textures/block/acacia_trapdoor.png b/1.15.2/assets/minecraft/textures/block/acacia_trapdoor.png new file mode 100644 index 00000000..e8eeb9c1 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/acacia_trapdoor.png differ diff --git a/1.15.2/assets/minecraft/textures/block/activator_rail.png b/1.15.2/assets/minecraft/textures/block/activator_rail.png new file mode 100644 index 00000000..721f3f5f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/activator_rail.png differ diff --git a/1.15.2/assets/minecraft/textures/block/activator_rail_on.png b/1.15.2/assets/minecraft/textures/block/activator_rail_on.png new file mode 100644 index 00000000..59844b0c Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/activator_rail_on.png differ diff --git a/1.15.2/assets/minecraft/textures/block/allium.png b/1.15.2/assets/minecraft/textures/block/allium.png new file mode 100644 index 00000000..3750ff3e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/allium.png differ diff --git a/1.15.2/assets/minecraft/textures/block/andesite.png b/1.15.2/assets/minecraft/textures/block/andesite.png new file mode 100644 index 00000000..6bf96add Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/andesite.png differ diff --git a/1.15.2/assets/minecraft/textures/block/anvil.png b/1.15.2/assets/minecraft/textures/block/anvil.png new file mode 100644 index 00000000..732038ec Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/anvil.png differ diff --git a/1.15.2/assets/minecraft/textures/block/anvil_top.png b/1.15.2/assets/minecraft/textures/block/anvil_top.png new file mode 100644 index 00000000..f1f6bf71 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/anvil_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/attached_melon_stem.png b/1.15.2/assets/minecraft/textures/block/attached_melon_stem.png new file mode 100644 index 00000000..62ad943a Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/attached_melon_stem.png differ diff --git a/1.15.2/assets/minecraft/textures/block/attached_pumpkin_stem.png b/1.15.2/assets/minecraft/textures/block/attached_pumpkin_stem.png new file mode 100644 index 00000000..6a5c10e1 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/attached_pumpkin_stem.png differ diff --git a/1.15.2/assets/minecraft/textures/block/azure_bluet.png b/1.15.2/assets/minecraft/textures/block/azure_bluet.png new file mode 100644 index 00000000..250fcc07 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/azure_bluet.png differ diff --git a/1.15.2/assets/minecraft/textures/block/bamboo_large_leaves.png b/1.15.2/assets/minecraft/textures/block/bamboo_large_leaves.png new file mode 100644 index 00000000..4fd2fb00 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/bamboo_large_leaves.png differ diff --git a/1.15.2/assets/minecraft/textures/block/bamboo_singleleaf.png b/1.15.2/assets/minecraft/textures/block/bamboo_singleleaf.png new file mode 100644 index 00000000..42f1f59a Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/bamboo_singleleaf.png differ diff --git a/1.15.2/assets/minecraft/textures/block/bamboo_small_leaves.png b/1.15.2/assets/minecraft/textures/block/bamboo_small_leaves.png new file mode 100644 index 00000000..81aca7e5 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/bamboo_small_leaves.png differ diff --git a/1.15.2/assets/minecraft/textures/block/bamboo_stage0.png b/1.15.2/assets/minecraft/textures/block/bamboo_stage0.png new file mode 100644 index 00000000..c16c3716 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/bamboo_stage0.png differ diff --git a/1.15.2/assets/minecraft/textures/block/bamboo_stalk.png b/1.15.2/assets/minecraft/textures/block/bamboo_stalk.png new file mode 100644 index 00000000..93cfa80a Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/bamboo_stalk.png differ diff --git a/1.15.2/assets/minecraft/textures/block/barrel_bottom.png b/1.15.2/assets/minecraft/textures/block/barrel_bottom.png new file mode 100644 index 00000000..22e065be Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/barrel_bottom.png differ diff --git a/1.15.2/assets/minecraft/textures/block/barrel_side.png b/1.15.2/assets/minecraft/textures/block/barrel_side.png new file mode 100644 index 00000000..1c3cb794 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/barrel_side.png differ diff --git a/1.15.2/assets/minecraft/textures/block/barrel_top.png b/1.15.2/assets/minecraft/textures/block/barrel_top.png new file mode 100644 index 00000000..c136cedf Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/barrel_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/barrel_top_open.png b/1.15.2/assets/minecraft/textures/block/barrel_top_open.png new file mode 100644 index 00000000..4b11386f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/barrel_top_open.png differ diff --git a/1.15.2/assets/minecraft/textures/block/beacon.png b/1.15.2/assets/minecraft/textures/block/beacon.png new file mode 100644 index 00000000..11468850 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/beacon.png differ diff --git a/1.15.2/assets/minecraft/textures/block/bedrock.png b/1.15.2/assets/minecraft/textures/block/bedrock.png new file mode 100644 index 00000000..8872226a Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/bedrock.png differ diff --git a/1.15.2/assets/minecraft/textures/block/bee_nest_bottom.png b/1.15.2/assets/minecraft/textures/block/bee_nest_bottom.png new file mode 100644 index 00000000..9285e6bf Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/bee_nest_bottom.png differ diff --git a/1.15.2/assets/minecraft/textures/block/bee_nest_front.png b/1.15.2/assets/minecraft/textures/block/bee_nest_front.png new file mode 100644 index 00000000..026551a2 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/bee_nest_front.png differ diff --git a/1.15.2/assets/minecraft/textures/block/bee_nest_front_honey.png b/1.15.2/assets/minecraft/textures/block/bee_nest_front_honey.png new file mode 100644 index 00000000..06fac14c Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/bee_nest_front_honey.png differ diff --git a/1.15.2/assets/minecraft/textures/block/bee_nest_side.png b/1.15.2/assets/minecraft/textures/block/bee_nest_side.png new file mode 100644 index 00000000..c604de79 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/bee_nest_side.png differ diff --git a/1.15.2/assets/minecraft/textures/block/bee_nest_top.png b/1.15.2/assets/minecraft/textures/block/bee_nest_top.png new file mode 100644 index 00000000..75aff103 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/bee_nest_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/beehive_end.png b/1.15.2/assets/minecraft/textures/block/beehive_end.png new file mode 100644 index 00000000..6bdf368b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/beehive_end.png differ diff --git a/1.15.2/assets/minecraft/textures/block/beehive_front.png b/1.15.2/assets/minecraft/textures/block/beehive_front.png new file mode 100644 index 00000000..3679deb4 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/beehive_front.png differ diff --git a/1.15.2/assets/minecraft/textures/block/beehive_front_honey.png b/1.15.2/assets/minecraft/textures/block/beehive_front_honey.png new file mode 100644 index 00000000..453f6d25 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/beehive_front_honey.png differ diff --git a/1.15.2/assets/minecraft/textures/block/beehive_side.png b/1.15.2/assets/minecraft/textures/block/beehive_side.png new file mode 100644 index 00000000..2fcf0643 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/beehive_side.png differ diff --git a/1.15.2/assets/minecraft/textures/block/beetroots_stage0.png b/1.15.2/assets/minecraft/textures/block/beetroots_stage0.png new file mode 100644 index 00000000..d27726a4 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/beetroots_stage0.png differ diff --git a/1.15.2/assets/minecraft/textures/block/beetroots_stage1.png b/1.15.2/assets/minecraft/textures/block/beetroots_stage1.png new file mode 100644 index 00000000..5d0a6ba7 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/beetroots_stage1.png differ diff --git a/1.15.2/assets/minecraft/textures/block/beetroots_stage2.png b/1.15.2/assets/minecraft/textures/block/beetroots_stage2.png new file mode 100644 index 00000000..6050ebbd Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/beetroots_stage2.png differ diff --git a/1.15.2/assets/minecraft/textures/block/beetroots_stage3.png b/1.15.2/assets/minecraft/textures/block/beetroots_stage3.png new file mode 100644 index 00000000..6ded7705 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/beetroots_stage3.png differ diff --git a/1.15.2/assets/minecraft/textures/block/bell_bottom.png b/1.15.2/assets/minecraft/textures/block/bell_bottom.png new file mode 100644 index 00000000..04a87996 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/bell_bottom.png differ diff --git a/1.15.2/assets/minecraft/textures/block/bell_side.png b/1.15.2/assets/minecraft/textures/block/bell_side.png new file mode 100644 index 00000000..b44bcc4a Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/bell_side.png differ diff --git a/1.15.2/assets/minecraft/textures/block/bell_top.png b/1.15.2/assets/minecraft/textures/block/bell_top.png new file mode 100644 index 00000000..7fce98dc Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/bell_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/birch_door_bottom.png b/1.15.2/assets/minecraft/textures/block/birch_door_bottom.png new file mode 100644 index 00000000..b29d01ad Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/birch_door_bottom.png differ diff --git a/1.15.2/assets/minecraft/textures/block/birch_door_top.png b/1.15.2/assets/minecraft/textures/block/birch_door_top.png new file mode 100644 index 00000000..2e0e6afd Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/birch_door_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/birch_leaves.png b/1.15.2/assets/minecraft/textures/block/birch_leaves.png new file mode 100644 index 00000000..6a75c99e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/birch_leaves.png differ diff --git a/1.15.2/assets/minecraft/textures/block/birch_log.png b/1.15.2/assets/minecraft/textures/block/birch_log.png new file mode 100644 index 00000000..c0ef988d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/birch_log.png differ diff --git a/1.15.2/assets/minecraft/textures/block/birch_log_top.png b/1.15.2/assets/minecraft/textures/block/birch_log_top.png new file mode 100644 index 00000000..a84365c4 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/birch_log_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/birch_planks.png b/1.15.2/assets/minecraft/textures/block/birch_planks.png new file mode 100644 index 00000000..6d1983de Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/birch_planks.png differ diff --git a/1.15.2/assets/minecraft/textures/block/birch_sapling.png b/1.15.2/assets/minecraft/textures/block/birch_sapling.png new file mode 100644 index 00000000..d33b34ca Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/birch_sapling.png differ diff --git a/1.15.2/assets/minecraft/textures/block/birch_trapdoor.png b/1.15.2/assets/minecraft/textures/block/birch_trapdoor.png new file mode 100644 index 00000000..01255fe5 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/birch_trapdoor.png differ diff --git a/1.15.2/assets/minecraft/textures/block/black_concrete.png b/1.15.2/assets/minecraft/textures/block/black_concrete.png new file mode 100644 index 00000000..8413b9c6 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/black_concrete.png differ diff --git a/1.15.2/assets/minecraft/textures/block/black_concrete_powder.png b/1.15.2/assets/minecraft/textures/block/black_concrete_powder.png new file mode 100644 index 00000000..529daaa5 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/black_concrete_powder.png differ diff --git a/1.15.2/assets/minecraft/textures/block/black_glazed_terracotta.png b/1.15.2/assets/minecraft/textures/block/black_glazed_terracotta.png new file mode 100644 index 00000000..18acd927 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/black_glazed_terracotta.png differ diff --git a/1.15.2/assets/minecraft/textures/block/black_shulker_box.png b/1.15.2/assets/minecraft/textures/block/black_shulker_box.png new file mode 100644 index 00000000..213cec3b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/black_shulker_box.png differ diff --git a/1.15.2/assets/minecraft/textures/block/black_stained_glass.png b/1.15.2/assets/minecraft/textures/block/black_stained_glass.png new file mode 100644 index 00000000..6b884f4a Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/black_stained_glass.png differ diff --git a/1.15.2/assets/minecraft/textures/block/black_stained_glass_pane_top.png b/1.15.2/assets/minecraft/textures/block/black_stained_glass_pane_top.png new file mode 100644 index 00000000..43d60c55 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/black_stained_glass_pane_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/black_terracotta.png b/1.15.2/assets/minecraft/textures/block/black_terracotta.png new file mode 100644 index 00000000..e1ce2621 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/black_terracotta.png differ diff --git a/1.15.2/assets/minecraft/textures/block/black_wool.png b/1.15.2/assets/minecraft/textures/block/black_wool.png new file mode 100644 index 00000000..0e486b04 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/black_wool.png differ diff --git a/1.15.2/assets/minecraft/textures/block/blast_furnace_front.png b/1.15.2/assets/minecraft/textures/block/blast_furnace_front.png new file mode 100644 index 00000000..c7d42bf0 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/blast_furnace_front.png differ diff --git a/1.15.2/assets/minecraft/textures/block/blast_furnace_front_on.png b/1.15.2/assets/minecraft/textures/block/blast_furnace_front_on.png new file mode 100644 index 00000000..8b51e4e3 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/blast_furnace_front_on.png differ diff --git a/1.15.2/assets/minecraft/textures/block/blast_furnace_front_on.png.mcmeta b/1.15.2/assets/minecraft/textures/block/blast_furnace_front_on.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.15.2/assets/minecraft/textures/block/blast_furnace_front_on.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.15.2/assets/minecraft/textures/block/blast_furnace_side.png b/1.15.2/assets/minecraft/textures/block/blast_furnace_side.png new file mode 100644 index 00000000..05714a0f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/blast_furnace_side.png differ diff --git a/1.15.2/assets/minecraft/textures/block/blast_furnace_top.png b/1.15.2/assets/minecraft/textures/block/blast_furnace_top.png new file mode 100644 index 00000000..6c8d3856 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/blast_furnace_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/blue_concrete.png b/1.15.2/assets/minecraft/textures/block/blue_concrete.png new file mode 100644 index 00000000..e1f68fc8 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/blue_concrete.png differ diff --git a/1.15.2/assets/minecraft/textures/block/blue_concrete_powder.png b/1.15.2/assets/minecraft/textures/block/blue_concrete_powder.png new file mode 100644 index 00000000..e78597e1 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/blue_concrete_powder.png differ diff --git a/1.15.2/assets/minecraft/textures/block/blue_glazed_terracotta.png b/1.15.2/assets/minecraft/textures/block/blue_glazed_terracotta.png new file mode 100644 index 00000000..8ced312b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/blue_glazed_terracotta.png differ diff --git a/1.15.2/assets/minecraft/textures/block/blue_ice.png b/1.15.2/assets/minecraft/textures/block/blue_ice.png new file mode 100644 index 00000000..78b6040b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/blue_ice.png differ diff --git a/1.15.2/assets/minecraft/textures/block/blue_orchid.png b/1.15.2/assets/minecraft/textures/block/blue_orchid.png new file mode 100644 index 00000000..ae580aec Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/blue_orchid.png differ diff --git a/1.15.2/assets/minecraft/textures/block/blue_shulker_box.png b/1.15.2/assets/minecraft/textures/block/blue_shulker_box.png new file mode 100644 index 00000000..3bcd44d1 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/blue_shulker_box.png differ diff --git a/1.15.2/assets/minecraft/textures/block/blue_stained_glass.png b/1.15.2/assets/minecraft/textures/block/blue_stained_glass.png new file mode 100644 index 00000000..ced02349 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/blue_stained_glass.png differ diff --git a/1.15.2/assets/minecraft/textures/block/blue_stained_glass_pane_top.png b/1.15.2/assets/minecraft/textures/block/blue_stained_glass_pane_top.png new file mode 100644 index 00000000..55c614f4 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/blue_stained_glass_pane_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/blue_terracotta.png b/1.15.2/assets/minecraft/textures/block/blue_terracotta.png new file mode 100644 index 00000000..7afe9305 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/blue_terracotta.png differ diff --git a/1.15.2/assets/minecraft/textures/block/blue_wool.png b/1.15.2/assets/minecraft/textures/block/blue_wool.png new file mode 100644 index 00000000..14c5d710 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/blue_wool.png differ diff --git a/1.15.2/assets/minecraft/textures/block/bone_block_side.png b/1.15.2/assets/minecraft/textures/block/bone_block_side.png new file mode 100644 index 00000000..6f1a1618 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/bone_block_side.png differ diff --git a/1.15.2/assets/minecraft/textures/block/bone_block_top.png b/1.15.2/assets/minecraft/textures/block/bone_block_top.png new file mode 100644 index 00000000..72e642ef Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/bone_block_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/bookshelf.png b/1.15.2/assets/minecraft/textures/block/bookshelf.png new file mode 100644 index 00000000..4a2c24d4 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/bookshelf.png differ diff --git a/1.15.2/assets/minecraft/textures/block/brain_coral.png b/1.15.2/assets/minecraft/textures/block/brain_coral.png new file mode 100644 index 00000000..b950ab80 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/brain_coral.png differ diff --git a/1.15.2/assets/minecraft/textures/block/brain_coral_block.png b/1.15.2/assets/minecraft/textures/block/brain_coral_block.png new file mode 100644 index 00000000..074a2c9d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/brain_coral_block.png differ diff --git a/1.15.2/assets/minecraft/textures/block/brain_coral_fan.png b/1.15.2/assets/minecraft/textures/block/brain_coral_fan.png new file mode 100644 index 00000000..eb5be1c7 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/brain_coral_fan.png differ diff --git a/1.15.2/assets/minecraft/textures/block/brewing_stand.png b/1.15.2/assets/minecraft/textures/block/brewing_stand.png new file mode 100644 index 00000000..af2333fb Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/brewing_stand.png differ diff --git a/1.15.2/assets/minecraft/textures/block/brewing_stand_base.png b/1.15.2/assets/minecraft/textures/block/brewing_stand_base.png new file mode 100644 index 00000000..6c7369d3 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/brewing_stand_base.png differ diff --git a/1.15.2/assets/minecraft/textures/block/bricks.png b/1.15.2/assets/minecraft/textures/block/bricks.png new file mode 100644 index 00000000..2ed16c41 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/bricks.png differ diff --git a/1.15.2/assets/minecraft/textures/block/brown_concrete.png b/1.15.2/assets/minecraft/textures/block/brown_concrete.png new file mode 100644 index 00000000..1ee67164 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/brown_concrete.png differ diff --git a/1.15.2/assets/minecraft/textures/block/brown_concrete_powder.png b/1.15.2/assets/minecraft/textures/block/brown_concrete_powder.png new file mode 100644 index 00000000..14487d7d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/brown_concrete_powder.png differ diff --git a/1.15.2/assets/minecraft/textures/block/brown_glazed_terracotta.png b/1.15.2/assets/minecraft/textures/block/brown_glazed_terracotta.png new file mode 100644 index 00000000..17bd427b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/brown_glazed_terracotta.png differ diff --git a/1.15.2/assets/minecraft/textures/block/brown_mushroom.png b/1.15.2/assets/minecraft/textures/block/brown_mushroom.png new file mode 100644 index 00000000..57b94d50 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/brown_mushroom.png differ diff --git a/1.15.2/assets/minecraft/textures/block/brown_mushroom_block.png b/1.15.2/assets/minecraft/textures/block/brown_mushroom_block.png new file mode 100644 index 00000000..ab3b4c8b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/brown_mushroom_block.png differ diff --git a/1.15.2/assets/minecraft/textures/block/brown_shulker_box.png b/1.15.2/assets/minecraft/textures/block/brown_shulker_box.png new file mode 100644 index 00000000..2b52d9e5 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/brown_shulker_box.png differ diff --git a/1.15.2/assets/minecraft/textures/block/brown_stained_glass.png b/1.15.2/assets/minecraft/textures/block/brown_stained_glass.png new file mode 100644 index 00000000..d62efccd Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/brown_stained_glass.png differ diff --git a/1.15.2/assets/minecraft/textures/block/brown_stained_glass_pane_top.png b/1.15.2/assets/minecraft/textures/block/brown_stained_glass_pane_top.png new file mode 100644 index 00000000..cbd791a4 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/brown_stained_glass_pane_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/brown_terracotta.png b/1.15.2/assets/minecraft/textures/block/brown_terracotta.png new file mode 100644 index 00000000..9937e72c Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/brown_terracotta.png differ diff --git a/1.15.2/assets/minecraft/textures/block/brown_wool.png b/1.15.2/assets/minecraft/textures/block/brown_wool.png new file mode 100644 index 00000000..ffaa7509 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/brown_wool.png differ diff --git a/1.15.2/assets/minecraft/textures/block/bubble_coral.png b/1.15.2/assets/minecraft/textures/block/bubble_coral.png new file mode 100644 index 00000000..a94f9142 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/bubble_coral.png differ diff --git a/1.15.2/assets/minecraft/textures/block/bubble_coral_block.png b/1.15.2/assets/minecraft/textures/block/bubble_coral_block.png new file mode 100644 index 00000000..58b9999a Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/bubble_coral_block.png differ diff --git a/1.15.2/assets/minecraft/textures/block/bubble_coral_fan.png b/1.15.2/assets/minecraft/textures/block/bubble_coral_fan.png new file mode 100644 index 00000000..3ab3d2b5 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/bubble_coral_fan.png differ diff --git a/1.15.2/assets/minecraft/textures/block/cactus_bottom.png b/1.15.2/assets/minecraft/textures/block/cactus_bottom.png new file mode 100644 index 00000000..c613b886 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/cactus_bottom.png differ diff --git a/1.15.2/assets/minecraft/textures/block/cactus_side.png b/1.15.2/assets/minecraft/textures/block/cactus_side.png new file mode 100644 index 00000000..409e0480 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/cactus_side.png differ diff --git a/1.15.2/assets/minecraft/textures/block/cactus_top.png b/1.15.2/assets/minecraft/textures/block/cactus_top.png new file mode 100644 index 00000000..1fc332f4 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/cactus_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/cake_bottom.png b/1.15.2/assets/minecraft/textures/block/cake_bottom.png new file mode 100644 index 00000000..86b49993 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/cake_bottom.png differ diff --git a/1.15.2/assets/minecraft/textures/block/cake_inner.png b/1.15.2/assets/minecraft/textures/block/cake_inner.png new file mode 100644 index 00000000..77234d56 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/cake_inner.png differ diff --git a/1.15.2/assets/minecraft/textures/block/cake_side.png b/1.15.2/assets/minecraft/textures/block/cake_side.png new file mode 100644 index 00000000..c3014b79 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/cake_side.png differ diff --git a/1.15.2/assets/minecraft/textures/block/cake_top.png b/1.15.2/assets/minecraft/textures/block/cake_top.png new file mode 100644 index 00000000..4eb484ec Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/cake_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/campfire_fire.png b/1.15.2/assets/minecraft/textures/block/campfire_fire.png new file mode 100644 index 00000000..865d6e3e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/campfire_fire.png differ diff --git a/1.15.2/assets/minecraft/textures/block/campfire_fire.png.mcmeta b/1.15.2/assets/minecraft/textures/block/campfire_fire.png.mcmeta new file mode 100644 index 00000000..0645f48c --- /dev/null +++ b/1.15.2/assets/minecraft/textures/block/campfire_fire.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 2 + } +} diff --git a/1.15.2/assets/minecraft/textures/block/campfire_log.png b/1.15.2/assets/minecraft/textures/block/campfire_log.png new file mode 100644 index 00000000..6f5eddc6 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/campfire_log.png differ diff --git a/1.15.2/assets/minecraft/textures/block/campfire_log_lit.png b/1.15.2/assets/minecraft/textures/block/campfire_log_lit.png new file mode 100644 index 00000000..6e41c579 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/campfire_log_lit.png differ diff --git a/1.15.2/assets/minecraft/textures/block/campfire_log_lit.png.mcmeta b/1.15.2/assets/minecraft/textures/block/campfire_log_lit.png.mcmeta new file mode 100644 index 00000000..265854e4 --- /dev/null +++ b/1.15.2/assets/minecraft/textures/block/campfire_log_lit.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 20 + } +} diff --git a/1.15.2/assets/minecraft/textures/block/carrots_stage0.png b/1.15.2/assets/minecraft/textures/block/carrots_stage0.png new file mode 100644 index 00000000..d31ceb69 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/carrots_stage0.png differ diff --git a/1.15.2/assets/minecraft/textures/block/carrots_stage1.png b/1.15.2/assets/minecraft/textures/block/carrots_stage1.png new file mode 100644 index 00000000..2c4d65c3 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/carrots_stage1.png differ diff --git a/1.15.2/assets/minecraft/textures/block/carrots_stage2.png b/1.15.2/assets/minecraft/textures/block/carrots_stage2.png new file mode 100644 index 00000000..9aa0e172 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/carrots_stage2.png differ diff --git a/1.15.2/assets/minecraft/textures/block/carrots_stage3.png b/1.15.2/assets/minecraft/textures/block/carrots_stage3.png new file mode 100644 index 00000000..fa8b4ceb Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/carrots_stage3.png differ diff --git a/1.15.2/assets/minecraft/textures/block/cartography_table_side1.png b/1.15.2/assets/minecraft/textures/block/cartography_table_side1.png new file mode 100644 index 00000000..01c8504b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/cartography_table_side1.png differ diff --git a/1.15.2/assets/minecraft/textures/block/cartography_table_side2.png b/1.15.2/assets/minecraft/textures/block/cartography_table_side2.png new file mode 100644 index 00000000..3f65ce80 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/cartography_table_side2.png differ diff --git a/1.15.2/assets/minecraft/textures/block/cartography_table_side3.png b/1.15.2/assets/minecraft/textures/block/cartography_table_side3.png new file mode 100644 index 00000000..971b6b19 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/cartography_table_side3.png differ diff --git a/1.15.2/assets/minecraft/textures/block/cartography_table_top.png b/1.15.2/assets/minecraft/textures/block/cartography_table_top.png new file mode 100644 index 00000000..7b256c98 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/cartography_table_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/carved_pumpkin.png b/1.15.2/assets/minecraft/textures/block/carved_pumpkin.png new file mode 100644 index 00000000..944a3226 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/carved_pumpkin.png differ diff --git a/1.15.2/assets/minecraft/textures/block/cauldron_bottom.png b/1.15.2/assets/minecraft/textures/block/cauldron_bottom.png new file mode 100644 index 00000000..4c8591a2 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/cauldron_bottom.png differ diff --git a/1.15.2/assets/minecraft/textures/block/cauldron_inner.png b/1.15.2/assets/minecraft/textures/block/cauldron_inner.png new file mode 100644 index 00000000..17fcf4fa Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/cauldron_inner.png differ diff --git a/1.15.2/assets/minecraft/textures/block/cauldron_side.png b/1.15.2/assets/minecraft/textures/block/cauldron_side.png new file mode 100644 index 00000000..3bf024ea Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/cauldron_side.png differ diff --git a/1.15.2/assets/minecraft/textures/block/cauldron_top.png b/1.15.2/assets/minecraft/textures/block/cauldron_top.png new file mode 100644 index 00000000..fd672b39 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/cauldron_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/chain_command_block_back.png b/1.15.2/assets/minecraft/textures/block/chain_command_block_back.png new file mode 100644 index 00000000..d50623b6 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/chain_command_block_back.png differ diff --git a/1.15.2/assets/minecraft/textures/block/chain_command_block_back.png.mcmeta b/1.15.2/assets/minecraft/textures/block/chain_command_block_back.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.15.2/assets/minecraft/textures/block/chain_command_block_back.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.15.2/assets/minecraft/textures/block/chain_command_block_conditional.png b/1.15.2/assets/minecraft/textures/block/chain_command_block_conditional.png new file mode 100644 index 00000000..6cb6ccc2 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/chain_command_block_conditional.png differ diff --git a/1.15.2/assets/minecraft/textures/block/chain_command_block_conditional.png.mcmeta b/1.15.2/assets/minecraft/textures/block/chain_command_block_conditional.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.15.2/assets/minecraft/textures/block/chain_command_block_conditional.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.15.2/assets/minecraft/textures/block/chain_command_block_front.png b/1.15.2/assets/minecraft/textures/block/chain_command_block_front.png new file mode 100644 index 00000000..420431d8 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/chain_command_block_front.png differ diff --git a/1.15.2/assets/minecraft/textures/block/chain_command_block_front.png.mcmeta b/1.15.2/assets/minecraft/textures/block/chain_command_block_front.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.15.2/assets/minecraft/textures/block/chain_command_block_front.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.15.2/assets/minecraft/textures/block/chain_command_block_side.png b/1.15.2/assets/minecraft/textures/block/chain_command_block_side.png new file mode 100644 index 00000000..31f9ad72 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/chain_command_block_side.png differ diff --git a/1.15.2/assets/minecraft/textures/block/chain_command_block_side.png.mcmeta b/1.15.2/assets/minecraft/textures/block/chain_command_block_side.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.15.2/assets/minecraft/textures/block/chain_command_block_side.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.15.2/assets/minecraft/textures/block/chipped_anvil_top.png b/1.15.2/assets/minecraft/textures/block/chipped_anvil_top.png new file mode 100644 index 00000000..89d20c69 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/chipped_anvil_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/chiseled_quartz_block.png b/1.15.2/assets/minecraft/textures/block/chiseled_quartz_block.png new file mode 100644 index 00000000..13d7686e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/chiseled_quartz_block.png differ diff --git a/1.15.2/assets/minecraft/textures/block/chiseled_quartz_block_top.png b/1.15.2/assets/minecraft/textures/block/chiseled_quartz_block_top.png new file mode 100644 index 00000000..35a9ef21 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/chiseled_quartz_block_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/chiseled_red_sandstone.png b/1.15.2/assets/minecraft/textures/block/chiseled_red_sandstone.png new file mode 100644 index 00000000..7b187b03 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/chiseled_red_sandstone.png differ diff --git a/1.15.2/assets/minecraft/textures/block/chiseled_sandstone.png b/1.15.2/assets/minecraft/textures/block/chiseled_sandstone.png new file mode 100644 index 00000000..90cf2baa Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/chiseled_sandstone.png differ diff --git a/1.15.2/assets/minecraft/textures/block/chiseled_stone_bricks.png b/1.15.2/assets/minecraft/textures/block/chiseled_stone_bricks.png new file mode 100644 index 00000000..8555f0a6 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/chiseled_stone_bricks.png differ diff --git a/1.15.2/assets/minecraft/textures/block/chorus_flower.png b/1.15.2/assets/minecraft/textures/block/chorus_flower.png new file mode 100644 index 00000000..d0758072 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/chorus_flower.png differ diff --git a/1.15.2/assets/minecraft/textures/block/chorus_flower_dead.png b/1.15.2/assets/minecraft/textures/block/chorus_flower_dead.png new file mode 100644 index 00000000..21f31552 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/chorus_flower_dead.png differ diff --git a/1.15.2/assets/minecraft/textures/block/chorus_plant.png b/1.15.2/assets/minecraft/textures/block/chorus_plant.png new file mode 100644 index 00000000..39924b98 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/chorus_plant.png differ diff --git a/1.15.2/assets/minecraft/textures/block/clay.png b/1.15.2/assets/minecraft/textures/block/clay.png new file mode 100644 index 00000000..54fd57af Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/clay.png differ diff --git a/1.15.2/assets/minecraft/textures/block/coal_block.png b/1.15.2/assets/minecraft/textures/block/coal_block.png new file mode 100644 index 00000000..25351c71 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/coal_block.png differ diff --git a/1.15.2/assets/minecraft/textures/block/coal_ore.png b/1.15.2/assets/minecraft/textures/block/coal_ore.png new file mode 100644 index 00000000..3759e02e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/coal_ore.png differ diff --git a/1.15.2/assets/minecraft/textures/block/coarse_dirt.png b/1.15.2/assets/minecraft/textures/block/coarse_dirt.png new file mode 100644 index 00000000..3107d43a Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/coarse_dirt.png differ diff --git a/1.15.2/assets/minecraft/textures/block/cobblestone.png b/1.15.2/assets/minecraft/textures/block/cobblestone.png new file mode 100644 index 00000000..80fa3a83 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/cobblestone.png differ diff --git a/1.15.2/assets/minecraft/textures/block/cobweb.png b/1.15.2/assets/minecraft/textures/block/cobweb.png new file mode 100644 index 00000000..d31d5b42 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/cobweb.png differ diff --git a/1.15.2/assets/minecraft/textures/block/cocoa_stage0.png b/1.15.2/assets/minecraft/textures/block/cocoa_stage0.png new file mode 100644 index 00000000..4fcaaee7 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/cocoa_stage0.png differ diff --git a/1.15.2/assets/minecraft/textures/block/cocoa_stage1.png b/1.15.2/assets/minecraft/textures/block/cocoa_stage1.png new file mode 100644 index 00000000..9bc8e5dd Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/cocoa_stage1.png differ diff --git a/1.15.2/assets/minecraft/textures/block/cocoa_stage2.png b/1.15.2/assets/minecraft/textures/block/cocoa_stage2.png new file mode 100644 index 00000000..901ca324 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/cocoa_stage2.png differ diff --git a/1.15.2/assets/minecraft/textures/block/command_block_back.png b/1.15.2/assets/minecraft/textures/block/command_block_back.png new file mode 100644 index 00000000..38600895 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/command_block_back.png differ diff --git a/1.15.2/assets/minecraft/textures/block/command_block_back.png.mcmeta b/1.15.2/assets/minecraft/textures/block/command_block_back.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.15.2/assets/minecraft/textures/block/command_block_back.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.15.2/assets/minecraft/textures/block/command_block_conditional.png b/1.15.2/assets/minecraft/textures/block/command_block_conditional.png new file mode 100644 index 00000000..5334c1f3 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/command_block_conditional.png differ diff --git a/1.15.2/assets/minecraft/textures/block/command_block_conditional.png.mcmeta b/1.15.2/assets/minecraft/textures/block/command_block_conditional.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.15.2/assets/minecraft/textures/block/command_block_conditional.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.15.2/assets/minecraft/textures/block/command_block_front.png b/1.15.2/assets/minecraft/textures/block/command_block_front.png new file mode 100644 index 00000000..54412d4a Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/command_block_front.png differ diff --git a/1.15.2/assets/minecraft/textures/block/command_block_front.png.mcmeta b/1.15.2/assets/minecraft/textures/block/command_block_front.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.15.2/assets/minecraft/textures/block/command_block_front.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.15.2/assets/minecraft/textures/block/command_block_side.png b/1.15.2/assets/minecraft/textures/block/command_block_side.png new file mode 100644 index 00000000..129a5f4d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/command_block_side.png differ diff --git a/1.15.2/assets/minecraft/textures/block/command_block_side.png.mcmeta b/1.15.2/assets/minecraft/textures/block/command_block_side.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.15.2/assets/minecraft/textures/block/command_block_side.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.15.2/assets/minecraft/textures/block/comparator.png b/1.15.2/assets/minecraft/textures/block/comparator.png new file mode 100644 index 00000000..f47ebf18 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/comparator.png differ diff --git a/1.15.2/assets/minecraft/textures/block/comparator_on.png b/1.15.2/assets/minecraft/textures/block/comparator_on.png new file mode 100644 index 00000000..85cefb89 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/comparator_on.png differ diff --git a/1.15.2/assets/minecraft/textures/block/composter_bottom.png b/1.15.2/assets/minecraft/textures/block/composter_bottom.png new file mode 100644 index 00000000..7556bd9c Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/composter_bottom.png differ diff --git a/1.15.2/assets/minecraft/textures/block/composter_compost.png b/1.15.2/assets/minecraft/textures/block/composter_compost.png new file mode 100644 index 00000000..bc17729b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/composter_compost.png differ diff --git a/1.15.2/assets/minecraft/textures/block/composter_ready.png b/1.15.2/assets/minecraft/textures/block/composter_ready.png new file mode 100644 index 00000000..d80dafc6 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/composter_ready.png differ diff --git a/1.15.2/assets/minecraft/textures/block/composter_side.png b/1.15.2/assets/minecraft/textures/block/composter_side.png new file mode 100644 index 00000000..a4395f4b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/composter_side.png differ diff --git a/1.15.2/assets/minecraft/textures/block/composter_top.png b/1.15.2/assets/minecraft/textures/block/composter_top.png new file mode 100644 index 00000000..04737817 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/composter_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/conduit.png b/1.15.2/assets/minecraft/textures/block/conduit.png new file mode 100644 index 00000000..78e0416c Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/conduit.png differ diff --git a/1.15.2/assets/minecraft/textures/block/cornflower.png b/1.15.2/assets/minecraft/textures/block/cornflower.png new file mode 100644 index 00000000..3de4add1 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/cornflower.png differ diff --git a/1.15.2/assets/minecraft/textures/block/cracked_stone_bricks.png b/1.15.2/assets/minecraft/textures/block/cracked_stone_bricks.png new file mode 100644 index 00000000..2c2aafda Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/cracked_stone_bricks.png differ diff --git a/1.15.2/assets/minecraft/textures/block/crafting_table_front.png b/1.15.2/assets/minecraft/textures/block/crafting_table_front.png new file mode 100644 index 00000000..5bdd5d42 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/crafting_table_front.png differ diff --git a/1.15.2/assets/minecraft/textures/block/crafting_table_side.png b/1.15.2/assets/minecraft/textures/block/crafting_table_side.png new file mode 100644 index 00000000..022edff5 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/crafting_table_side.png differ diff --git a/1.15.2/assets/minecraft/textures/block/crafting_table_top.png b/1.15.2/assets/minecraft/textures/block/crafting_table_top.png new file mode 100644 index 00000000..305bb01e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/crafting_table_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/cut_red_sandstone.png b/1.15.2/assets/minecraft/textures/block/cut_red_sandstone.png new file mode 100644 index 00000000..f061d109 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/cut_red_sandstone.png differ diff --git a/1.15.2/assets/minecraft/textures/block/cut_sandstone.png b/1.15.2/assets/minecraft/textures/block/cut_sandstone.png new file mode 100644 index 00000000..530c967d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/cut_sandstone.png differ diff --git a/1.15.2/assets/minecraft/textures/block/cyan_concrete.png b/1.15.2/assets/minecraft/textures/block/cyan_concrete.png new file mode 100644 index 00000000..ec3936cb Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/cyan_concrete.png differ diff --git a/1.15.2/assets/minecraft/textures/block/cyan_concrete_powder.png b/1.15.2/assets/minecraft/textures/block/cyan_concrete_powder.png new file mode 100644 index 00000000..3a23a958 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/cyan_concrete_powder.png differ diff --git a/1.15.2/assets/minecraft/textures/block/cyan_glazed_terracotta.png b/1.15.2/assets/minecraft/textures/block/cyan_glazed_terracotta.png new file mode 100644 index 00000000..9a14cc5e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/cyan_glazed_terracotta.png differ diff --git a/1.15.2/assets/minecraft/textures/block/cyan_shulker_box.png b/1.15.2/assets/minecraft/textures/block/cyan_shulker_box.png new file mode 100644 index 00000000..d9577dfe Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/cyan_shulker_box.png differ diff --git a/1.15.2/assets/minecraft/textures/block/cyan_stained_glass.png b/1.15.2/assets/minecraft/textures/block/cyan_stained_glass.png new file mode 100644 index 00000000..a4ac9aee Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/cyan_stained_glass.png differ diff --git a/1.15.2/assets/minecraft/textures/block/cyan_stained_glass_pane_top.png b/1.15.2/assets/minecraft/textures/block/cyan_stained_glass_pane_top.png new file mode 100644 index 00000000..9a34b844 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/cyan_stained_glass_pane_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/cyan_terracotta.png b/1.15.2/assets/minecraft/textures/block/cyan_terracotta.png new file mode 100644 index 00000000..b2d18c92 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/cyan_terracotta.png differ diff --git a/1.15.2/assets/minecraft/textures/block/cyan_wool.png b/1.15.2/assets/minecraft/textures/block/cyan_wool.png new file mode 100644 index 00000000..6545f38e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/cyan_wool.png differ diff --git a/1.15.2/assets/minecraft/textures/block/damaged_anvil_top.png b/1.15.2/assets/minecraft/textures/block/damaged_anvil_top.png new file mode 100644 index 00000000..a8060884 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/damaged_anvil_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/dandelion.png b/1.15.2/assets/minecraft/textures/block/dandelion.png new file mode 100644 index 00000000..21b84900 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/dandelion.png differ diff --git a/1.15.2/assets/minecraft/textures/block/dark_oak_door_bottom.png b/1.15.2/assets/minecraft/textures/block/dark_oak_door_bottom.png new file mode 100644 index 00000000..0dc8fa29 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/dark_oak_door_bottom.png differ diff --git a/1.15.2/assets/minecraft/textures/block/dark_oak_door_top.png b/1.15.2/assets/minecraft/textures/block/dark_oak_door_top.png new file mode 100644 index 00000000..9143ff93 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/dark_oak_door_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/dark_oak_leaves.png b/1.15.2/assets/minecraft/textures/block/dark_oak_leaves.png new file mode 100644 index 00000000..292def18 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/dark_oak_leaves.png differ diff --git a/1.15.2/assets/minecraft/textures/block/dark_oak_log.png b/1.15.2/assets/minecraft/textures/block/dark_oak_log.png new file mode 100644 index 00000000..ff911f8b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/dark_oak_log.png differ diff --git a/1.15.2/assets/minecraft/textures/block/dark_oak_log_top.png b/1.15.2/assets/minecraft/textures/block/dark_oak_log_top.png new file mode 100644 index 00000000..f2316eab Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/dark_oak_log_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/dark_oak_planks.png b/1.15.2/assets/minecraft/textures/block/dark_oak_planks.png new file mode 100644 index 00000000..d37c4529 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/dark_oak_planks.png differ diff --git a/1.15.2/assets/minecraft/textures/block/dark_oak_sapling.png b/1.15.2/assets/minecraft/textures/block/dark_oak_sapling.png new file mode 100644 index 00000000..0cd95d3a Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/dark_oak_sapling.png differ diff --git a/1.15.2/assets/minecraft/textures/block/dark_oak_trapdoor.png b/1.15.2/assets/minecraft/textures/block/dark_oak_trapdoor.png new file mode 100644 index 00000000..55fc96ae Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/dark_oak_trapdoor.png differ diff --git a/1.15.2/assets/minecraft/textures/block/dark_prismarine.png b/1.15.2/assets/minecraft/textures/block/dark_prismarine.png new file mode 100644 index 00000000..f89d4433 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/dark_prismarine.png differ diff --git a/1.15.2/assets/minecraft/textures/block/daylight_detector_inverted_top.png b/1.15.2/assets/minecraft/textures/block/daylight_detector_inverted_top.png new file mode 100644 index 00000000..ce5bedfe Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/daylight_detector_inverted_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/daylight_detector_side.png b/1.15.2/assets/minecraft/textures/block/daylight_detector_side.png new file mode 100644 index 00000000..05f7e83a Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/daylight_detector_side.png differ diff --git a/1.15.2/assets/minecraft/textures/block/daylight_detector_top.png b/1.15.2/assets/minecraft/textures/block/daylight_detector_top.png new file mode 100644 index 00000000..9a408dc7 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/daylight_detector_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/dead_brain_coral.png b/1.15.2/assets/minecraft/textures/block/dead_brain_coral.png new file mode 100644 index 00000000..29c082cb Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/dead_brain_coral.png differ diff --git a/1.15.2/assets/minecraft/textures/block/dead_brain_coral_block.png b/1.15.2/assets/minecraft/textures/block/dead_brain_coral_block.png new file mode 100644 index 00000000..c6419cbd Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/dead_brain_coral_block.png differ diff --git a/1.15.2/assets/minecraft/textures/block/dead_brain_coral_fan.png b/1.15.2/assets/minecraft/textures/block/dead_brain_coral_fan.png new file mode 100644 index 00000000..10b0fbda Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/dead_brain_coral_fan.png differ diff --git a/1.15.2/assets/minecraft/textures/block/dead_bubble_coral.png b/1.15.2/assets/minecraft/textures/block/dead_bubble_coral.png new file mode 100644 index 00000000..bb9e259b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/dead_bubble_coral.png differ diff --git a/1.15.2/assets/minecraft/textures/block/dead_bubble_coral_block.png b/1.15.2/assets/minecraft/textures/block/dead_bubble_coral_block.png new file mode 100644 index 00000000..aefc5924 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/dead_bubble_coral_block.png differ diff --git a/1.15.2/assets/minecraft/textures/block/dead_bubble_coral_fan.png b/1.15.2/assets/minecraft/textures/block/dead_bubble_coral_fan.png new file mode 100644 index 00000000..5a9634e1 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/dead_bubble_coral_fan.png differ diff --git a/1.15.2/assets/minecraft/textures/block/dead_bush.png b/1.15.2/assets/minecraft/textures/block/dead_bush.png new file mode 100644 index 00000000..8f39442c Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/dead_bush.png differ diff --git a/1.15.2/assets/minecraft/textures/block/dead_fire_coral.png b/1.15.2/assets/minecraft/textures/block/dead_fire_coral.png new file mode 100644 index 00000000..95c33ad9 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/dead_fire_coral.png differ diff --git a/1.15.2/assets/minecraft/textures/block/dead_fire_coral_block.png b/1.15.2/assets/minecraft/textures/block/dead_fire_coral_block.png new file mode 100644 index 00000000..0bfad989 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/dead_fire_coral_block.png differ diff --git a/1.15.2/assets/minecraft/textures/block/dead_fire_coral_fan.png b/1.15.2/assets/minecraft/textures/block/dead_fire_coral_fan.png new file mode 100644 index 00000000..5e7c7a96 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/dead_fire_coral_fan.png differ diff --git a/1.15.2/assets/minecraft/textures/block/dead_horn_coral.png b/1.15.2/assets/minecraft/textures/block/dead_horn_coral.png new file mode 100644 index 00000000..3c6744f7 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/dead_horn_coral.png differ diff --git a/1.15.2/assets/minecraft/textures/block/dead_horn_coral_block.png b/1.15.2/assets/minecraft/textures/block/dead_horn_coral_block.png new file mode 100644 index 00000000..482a1c8a Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/dead_horn_coral_block.png differ diff --git a/1.15.2/assets/minecraft/textures/block/dead_horn_coral_fan.png b/1.15.2/assets/minecraft/textures/block/dead_horn_coral_fan.png new file mode 100644 index 00000000..4d0dc24a Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/dead_horn_coral_fan.png differ diff --git a/1.15.2/assets/minecraft/textures/block/dead_tube_coral.png b/1.15.2/assets/minecraft/textures/block/dead_tube_coral.png new file mode 100644 index 00000000..8ac8ed12 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/dead_tube_coral.png differ diff --git a/1.15.2/assets/minecraft/textures/block/dead_tube_coral_block.png b/1.15.2/assets/minecraft/textures/block/dead_tube_coral_block.png new file mode 100644 index 00000000..36a127f2 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/dead_tube_coral_block.png differ diff --git a/1.15.2/assets/minecraft/textures/block/dead_tube_coral_fan.png b/1.15.2/assets/minecraft/textures/block/dead_tube_coral_fan.png new file mode 100644 index 00000000..54847de6 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/dead_tube_coral_fan.png differ diff --git a/1.15.2/assets/minecraft/textures/block/debug.png b/1.15.2/assets/minecraft/textures/block/debug.png new file mode 100644 index 00000000..8643d0a1 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/debug.png differ diff --git a/1.15.2/assets/minecraft/textures/block/debug2.png b/1.15.2/assets/minecraft/textures/block/debug2.png new file mode 100644 index 00000000..e5b0d262 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/debug2.png differ diff --git a/1.15.2/assets/minecraft/textures/block/destroy_stage_0.png b/1.15.2/assets/minecraft/textures/block/destroy_stage_0.png new file mode 100644 index 00000000..f65b7ede Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/destroy_stage_0.png differ diff --git a/1.15.2/assets/minecraft/textures/block/destroy_stage_1.png b/1.15.2/assets/minecraft/textures/block/destroy_stage_1.png new file mode 100644 index 00000000..7c915961 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/destroy_stage_1.png differ diff --git a/1.15.2/assets/minecraft/textures/block/destroy_stage_2.png b/1.15.2/assets/minecraft/textures/block/destroy_stage_2.png new file mode 100644 index 00000000..dadd6b05 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/destroy_stage_2.png differ diff --git a/1.15.2/assets/minecraft/textures/block/destroy_stage_3.png b/1.15.2/assets/minecraft/textures/block/destroy_stage_3.png new file mode 100644 index 00000000..52a40b65 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/destroy_stage_3.png differ diff --git a/1.15.2/assets/minecraft/textures/block/destroy_stage_4.png b/1.15.2/assets/minecraft/textures/block/destroy_stage_4.png new file mode 100644 index 00000000..e37c88a2 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/destroy_stage_4.png differ diff --git a/1.15.2/assets/minecraft/textures/block/destroy_stage_5.png b/1.15.2/assets/minecraft/textures/block/destroy_stage_5.png new file mode 100644 index 00000000..9590d2f7 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/destroy_stage_5.png differ diff --git a/1.15.2/assets/minecraft/textures/block/destroy_stage_6.png b/1.15.2/assets/minecraft/textures/block/destroy_stage_6.png new file mode 100644 index 00000000..fb00ade5 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/destroy_stage_6.png differ diff --git a/1.15.2/assets/minecraft/textures/block/destroy_stage_7.png b/1.15.2/assets/minecraft/textures/block/destroy_stage_7.png new file mode 100644 index 00000000..0b40c789 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/destroy_stage_7.png differ diff --git a/1.15.2/assets/minecraft/textures/block/destroy_stage_8.png b/1.15.2/assets/minecraft/textures/block/destroy_stage_8.png new file mode 100644 index 00000000..c0bf1dec Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/destroy_stage_8.png differ diff --git a/1.15.2/assets/minecraft/textures/block/destroy_stage_9.png b/1.15.2/assets/minecraft/textures/block/destroy_stage_9.png new file mode 100644 index 00000000..e3185f82 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/destroy_stage_9.png differ diff --git a/1.15.2/assets/minecraft/textures/block/detector_rail.png b/1.15.2/assets/minecraft/textures/block/detector_rail.png new file mode 100644 index 00000000..924fbb34 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/detector_rail.png differ diff --git a/1.15.2/assets/minecraft/textures/block/detector_rail_on.png b/1.15.2/assets/minecraft/textures/block/detector_rail_on.png new file mode 100644 index 00000000..b0d9c479 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/detector_rail_on.png differ diff --git a/1.15.2/assets/minecraft/textures/block/diamond_block.png b/1.15.2/assets/minecraft/textures/block/diamond_block.png new file mode 100644 index 00000000..710fef8e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/diamond_block.png differ diff --git a/1.15.2/assets/minecraft/textures/block/diamond_ore.png b/1.15.2/assets/minecraft/textures/block/diamond_ore.png new file mode 100644 index 00000000..1f467c6c Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/diamond_ore.png differ diff --git a/1.15.2/assets/minecraft/textures/block/diorite.png b/1.15.2/assets/minecraft/textures/block/diorite.png new file mode 100644 index 00000000..345c35dc Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/diorite.png differ diff --git a/1.15.2/assets/minecraft/textures/block/dirt.png b/1.15.2/assets/minecraft/textures/block/dirt.png new file mode 100644 index 00000000..617d353e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/dirt.png differ diff --git a/1.15.2/assets/minecraft/textures/block/dispenser_front.png b/1.15.2/assets/minecraft/textures/block/dispenser_front.png new file mode 100644 index 00000000..60de10fc Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/dispenser_front.png differ diff --git a/1.15.2/assets/minecraft/textures/block/dispenser_front_vertical.png b/1.15.2/assets/minecraft/textures/block/dispenser_front_vertical.png new file mode 100644 index 00000000..4d433d98 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/dispenser_front_vertical.png differ diff --git a/1.15.2/assets/minecraft/textures/block/dragon_egg.png b/1.15.2/assets/minecraft/textures/block/dragon_egg.png new file mode 100644 index 00000000..ee9d67fa Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/dragon_egg.png differ diff --git a/1.15.2/assets/minecraft/textures/block/dried_kelp_bottom.png b/1.15.2/assets/minecraft/textures/block/dried_kelp_bottom.png new file mode 100644 index 00000000..5b6edbd9 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/dried_kelp_bottom.png differ diff --git a/1.15.2/assets/minecraft/textures/block/dried_kelp_side.png b/1.15.2/assets/minecraft/textures/block/dried_kelp_side.png new file mode 100644 index 00000000..78a5c5fa Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/dried_kelp_side.png differ diff --git a/1.15.2/assets/minecraft/textures/block/dried_kelp_top.png b/1.15.2/assets/minecraft/textures/block/dried_kelp_top.png new file mode 100644 index 00000000..09465de0 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/dried_kelp_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/dropper_front.png b/1.15.2/assets/minecraft/textures/block/dropper_front.png new file mode 100644 index 00000000..8fe70ec4 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/dropper_front.png differ diff --git a/1.15.2/assets/minecraft/textures/block/dropper_front_vertical.png b/1.15.2/assets/minecraft/textures/block/dropper_front_vertical.png new file mode 100644 index 00000000..325f8da4 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/dropper_front_vertical.png differ diff --git a/1.15.2/assets/minecraft/textures/block/emerald_block.png b/1.15.2/assets/minecraft/textures/block/emerald_block.png new file mode 100644 index 00000000..15d8710b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/emerald_block.png differ diff --git a/1.15.2/assets/minecraft/textures/block/emerald_ore.png b/1.15.2/assets/minecraft/textures/block/emerald_ore.png new file mode 100644 index 00000000..aad451a8 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/emerald_ore.png differ diff --git a/1.15.2/assets/minecraft/textures/block/enchanting_table_bottom.png b/1.15.2/assets/minecraft/textures/block/enchanting_table_bottom.png new file mode 100644 index 00000000..b9e09060 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/enchanting_table_bottom.png differ diff --git a/1.15.2/assets/minecraft/textures/block/enchanting_table_side.png b/1.15.2/assets/minecraft/textures/block/enchanting_table_side.png new file mode 100644 index 00000000..a111759d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/enchanting_table_side.png differ diff --git a/1.15.2/assets/minecraft/textures/block/enchanting_table_top.png b/1.15.2/assets/minecraft/textures/block/enchanting_table_top.png new file mode 100644 index 00000000..ef5eea5b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/enchanting_table_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/end_portal_frame_eye.png b/1.15.2/assets/minecraft/textures/block/end_portal_frame_eye.png new file mode 100644 index 00000000..2ff33f9b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/end_portal_frame_eye.png differ diff --git a/1.15.2/assets/minecraft/textures/block/end_portal_frame_side.png b/1.15.2/assets/minecraft/textures/block/end_portal_frame_side.png new file mode 100644 index 00000000..30140f75 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/end_portal_frame_side.png differ diff --git a/1.15.2/assets/minecraft/textures/block/end_portal_frame_top.png b/1.15.2/assets/minecraft/textures/block/end_portal_frame_top.png new file mode 100644 index 00000000..ced8cafa Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/end_portal_frame_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/end_rod.png b/1.15.2/assets/minecraft/textures/block/end_rod.png new file mode 100644 index 00000000..a710490c Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/end_rod.png differ diff --git a/1.15.2/assets/minecraft/textures/block/end_stone.png b/1.15.2/assets/minecraft/textures/block/end_stone.png new file mode 100644 index 00000000..6d747c02 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/end_stone.png differ diff --git a/1.15.2/assets/minecraft/textures/block/end_stone_bricks.png b/1.15.2/assets/minecraft/textures/block/end_stone_bricks.png new file mode 100644 index 00000000..afa774b7 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/end_stone_bricks.png differ diff --git a/1.15.2/assets/minecraft/textures/block/farmland.png b/1.15.2/assets/minecraft/textures/block/farmland.png new file mode 100644 index 00000000..b73ffc08 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/farmland.png differ diff --git a/1.15.2/assets/minecraft/textures/block/farmland_moist.png b/1.15.2/assets/minecraft/textures/block/farmland_moist.png new file mode 100644 index 00000000..2c3f62d1 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/farmland_moist.png differ diff --git a/1.15.2/assets/minecraft/textures/block/fern.png b/1.15.2/assets/minecraft/textures/block/fern.png new file mode 100644 index 00000000..11ad3c7a Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/fern.png differ diff --git a/1.15.2/assets/minecraft/textures/block/fire_0.png b/1.15.2/assets/minecraft/textures/block/fire_0.png new file mode 100644 index 00000000..6066dc49 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/fire_0.png differ diff --git a/1.15.2/assets/minecraft/textures/block/fire_0.png.mcmeta b/1.15.2/assets/minecraft/textures/block/fire_0.png.mcmeta new file mode 100644 index 00000000..76446714 --- /dev/null +++ b/1.15.2/assets/minecraft/textures/block/fire_0.png.mcmeta @@ -0,0 +1,38 @@ +{ + "animation": { + "frames": [ + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15 + ] + } +} diff --git a/1.15.2/assets/minecraft/textures/block/fire_1.png b/1.15.2/assets/minecraft/textures/block/fire_1.png new file mode 100644 index 00000000..fd439b17 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/fire_1.png differ diff --git a/1.15.2/assets/minecraft/textures/block/fire_1.png.mcmeta b/1.15.2/assets/minecraft/textures/block/fire_1.png.mcmeta new file mode 100644 index 00000000..4f0718ac --- /dev/null +++ b/1.15.2/assets/minecraft/textures/block/fire_1.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/textures/block/fire_coral.png b/1.15.2/assets/minecraft/textures/block/fire_coral.png new file mode 100644 index 00000000..78211e56 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/fire_coral.png differ diff --git a/1.15.2/assets/minecraft/textures/block/fire_coral_block.png b/1.15.2/assets/minecraft/textures/block/fire_coral_block.png new file mode 100644 index 00000000..3a97e4f7 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/fire_coral_block.png differ diff --git a/1.15.2/assets/minecraft/textures/block/fire_coral_fan.png b/1.15.2/assets/minecraft/textures/block/fire_coral_fan.png new file mode 100644 index 00000000..17befa73 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/fire_coral_fan.png differ diff --git a/1.15.2/assets/minecraft/textures/block/fletching_table_front.png b/1.15.2/assets/minecraft/textures/block/fletching_table_front.png new file mode 100644 index 00000000..6bcb432d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/fletching_table_front.png differ diff --git a/1.15.2/assets/minecraft/textures/block/fletching_table_side.png b/1.15.2/assets/minecraft/textures/block/fletching_table_side.png new file mode 100644 index 00000000..eaaace6c Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/fletching_table_side.png differ diff --git a/1.15.2/assets/minecraft/textures/block/fletching_table_top.png b/1.15.2/assets/minecraft/textures/block/fletching_table_top.png new file mode 100644 index 00000000..b872bc45 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/fletching_table_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/flower_pot.png b/1.15.2/assets/minecraft/textures/block/flower_pot.png new file mode 100644 index 00000000..7a584f6f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/flower_pot.png differ diff --git a/1.15.2/assets/minecraft/textures/block/frosted_ice_0.png b/1.15.2/assets/minecraft/textures/block/frosted_ice_0.png new file mode 100644 index 00000000..1a9b5c7a Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/frosted_ice_0.png differ diff --git a/1.15.2/assets/minecraft/textures/block/frosted_ice_1.png b/1.15.2/assets/minecraft/textures/block/frosted_ice_1.png new file mode 100644 index 00000000..e01008be Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/frosted_ice_1.png differ diff --git a/1.15.2/assets/minecraft/textures/block/frosted_ice_2.png b/1.15.2/assets/minecraft/textures/block/frosted_ice_2.png new file mode 100644 index 00000000..42aef954 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/frosted_ice_2.png differ diff --git a/1.15.2/assets/minecraft/textures/block/frosted_ice_3.png b/1.15.2/assets/minecraft/textures/block/frosted_ice_3.png new file mode 100644 index 00000000..8676e60b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/frosted_ice_3.png differ diff --git a/1.15.2/assets/minecraft/textures/block/furnace_front.png b/1.15.2/assets/minecraft/textures/block/furnace_front.png new file mode 100644 index 00000000..cbab85d5 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/furnace_front.png differ diff --git a/1.15.2/assets/minecraft/textures/block/furnace_front_on.png b/1.15.2/assets/minecraft/textures/block/furnace_front_on.png new file mode 100644 index 00000000..34a506b0 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/furnace_front_on.png differ diff --git a/1.15.2/assets/minecraft/textures/block/furnace_side.png b/1.15.2/assets/minecraft/textures/block/furnace_side.png new file mode 100644 index 00000000..19d0311c Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/furnace_side.png differ diff --git a/1.15.2/assets/minecraft/textures/block/furnace_top.png b/1.15.2/assets/minecraft/textures/block/furnace_top.png new file mode 100644 index 00000000..2065e181 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/furnace_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/glass.png b/1.15.2/assets/minecraft/textures/block/glass.png new file mode 100644 index 00000000..7270ac16 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/glass.png differ diff --git a/1.15.2/assets/minecraft/textures/block/glass_pane_top.png b/1.15.2/assets/minecraft/textures/block/glass_pane_top.png new file mode 100644 index 00000000..02de5877 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/glass_pane_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/glowstone.png b/1.15.2/assets/minecraft/textures/block/glowstone.png new file mode 100644 index 00000000..61fdb122 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/glowstone.png differ diff --git a/1.15.2/assets/minecraft/textures/block/gold_block.png b/1.15.2/assets/minecraft/textures/block/gold_block.png new file mode 100644 index 00000000..79021b83 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/gold_block.png differ diff --git a/1.15.2/assets/minecraft/textures/block/gold_ore.png b/1.15.2/assets/minecraft/textures/block/gold_ore.png new file mode 100644 index 00000000..eb31b55f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/gold_ore.png differ diff --git a/1.15.2/assets/minecraft/textures/block/granite.png b/1.15.2/assets/minecraft/textures/block/granite.png new file mode 100644 index 00000000..b52ad286 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/granite.png differ diff --git a/1.15.2/assets/minecraft/textures/block/grass.png b/1.15.2/assets/minecraft/textures/block/grass.png new file mode 100644 index 00000000..dc74a2cc Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/grass.png differ diff --git a/1.15.2/assets/minecraft/textures/block/grass_block_side.png b/1.15.2/assets/minecraft/textures/block/grass_block_side.png new file mode 100644 index 00000000..30663bf2 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/grass_block_side.png differ diff --git a/1.15.2/assets/minecraft/textures/block/grass_block_side_overlay.png b/1.15.2/assets/minecraft/textures/block/grass_block_side_overlay.png new file mode 100644 index 00000000..4abf8fc4 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/grass_block_side_overlay.png differ diff --git a/1.15.2/assets/minecraft/textures/block/grass_block_snow.png b/1.15.2/assets/minecraft/textures/block/grass_block_snow.png new file mode 100644 index 00000000..5dd9e4b7 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/grass_block_snow.png differ diff --git a/1.15.2/assets/minecraft/textures/block/grass_block_top.png b/1.15.2/assets/minecraft/textures/block/grass_block_top.png new file mode 100644 index 00000000..eaa7e458 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/grass_block_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/grass_path_side.png b/1.15.2/assets/minecraft/textures/block/grass_path_side.png new file mode 100644 index 00000000..c9de1352 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/grass_path_side.png differ diff --git a/1.15.2/assets/minecraft/textures/block/grass_path_top.png b/1.15.2/assets/minecraft/textures/block/grass_path_top.png new file mode 100644 index 00000000..86c0a4c3 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/grass_path_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/gravel.png b/1.15.2/assets/minecraft/textures/block/gravel.png new file mode 100644 index 00000000..1ee82331 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/gravel.png differ diff --git a/1.15.2/assets/minecraft/textures/block/gray_concrete.png b/1.15.2/assets/minecraft/textures/block/gray_concrete.png new file mode 100644 index 00000000..ee95a153 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/gray_concrete.png differ diff --git a/1.15.2/assets/minecraft/textures/block/gray_concrete_powder.png b/1.15.2/assets/minecraft/textures/block/gray_concrete_powder.png new file mode 100644 index 00000000..7d5a4d16 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/gray_concrete_powder.png differ diff --git a/1.15.2/assets/minecraft/textures/block/gray_glazed_terracotta.png b/1.15.2/assets/minecraft/textures/block/gray_glazed_terracotta.png new file mode 100644 index 00000000..8eab4edc Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/gray_glazed_terracotta.png differ diff --git a/1.15.2/assets/minecraft/textures/block/gray_shulker_box.png b/1.15.2/assets/minecraft/textures/block/gray_shulker_box.png new file mode 100644 index 00000000..8c9ce4ef Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/gray_shulker_box.png differ diff --git a/1.15.2/assets/minecraft/textures/block/gray_stained_glass.png b/1.15.2/assets/minecraft/textures/block/gray_stained_glass.png new file mode 100644 index 00000000..e0663c0f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/gray_stained_glass.png differ diff --git a/1.15.2/assets/minecraft/textures/block/gray_stained_glass_pane_top.png b/1.15.2/assets/minecraft/textures/block/gray_stained_glass_pane_top.png new file mode 100644 index 00000000..bb061147 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/gray_stained_glass_pane_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/gray_terracotta.png b/1.15.2/assets/minecraft/textures/block/gray_terracotta.png new file mode 100644 index 00000000..dca1dd40 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/gray_terracotta.png differ diff --git a/1.15.2/assets/minecraft/textures/block/gray_wool.png b/1.15.2/assets/minecraft/textures/block/gray_wool.png new file mode 100644 index 00000000..1d12e2d4 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/gray_wool.png differ diff --git a/1.15.2/assets/minecraft/textures/block/green_concrete.png b/1.15.2/assets/minecraft/textures/block/green_concrete.png new file mode 100644 index 00000000..87188983 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/green_concrete.png differ diff --git a/1.15.2/assets/minecraft/textures/block/green_concrete_powder.png b/1.15.2/assets/minecraft/textures/block/green_concrete_powder.png new file mode 100644 index 00000000..c3c78ec9 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/green_concrete_powder.png differ diff --git a/1.15.2/assets/minecraft/textures/block/green_glazed_terracotta.png b/1.15.2/assets/minecraft/textures/block/green_glazed_terracotta.png new file mode 100644 index 00000000..c1f81deb Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/green_glazed_terracotta.png differ diff --git a/1.15.2/assets/minecraft/textures/block/green_shulker_box.png b/1.15.2/assets/minecraft/textures/block/green_shulker_box.png new file mode 100644 index 00000000..1b4214c6 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/green_shulker_box.png differ diff --git a/1.15.2/assets/minecraft/textures/block/green_stained_glass.png b/1.15.2/assets/minecraft/textures/block/green_stained_glass.png new file mode 100644 index 00000000..e4c0eba9 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/green_stained_glass.png differ diff --git a/1.15.2/assets/minecraft/textures/block/green_stained_glass_pane_top.png b/1.15.2/assets/minecraft/textures/block/green_stained_glass_pane_top.png new file mode 100644 index 00000000..a7d9fc7d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/green_stained_glass_pane_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/green_terracotta.png b/1.15.2/assets/minecraft/textures/block/green_terracotta.png new file mode 100644 index 00000000..3c52b336 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/green_terracotta.png differ diff --git a/1.15.2/assets/minecraft/textures/block/green_wool.png b/1.15.2/assets/minecraft/textures/block/green_wool.png new file mode 100644 index 00000000..f8bc1ef4 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/green_wool.png differ diff --git a/1.15.2/assets/minecraft/textures/block/grindstone_pivot.png b/1.15.2/assets/minecraft/textures/block/grindstone_pivot.png new file mode 100644 index 00000000..07970482 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/grindstone_pivot.png differ diff --git a/1.15.2/assets/minecraft/textures/block/grindstone_round.png b/1.15.2/assets/minecraft/textures/block/grindstone_round.png new file mode 100644 index 00000000..dfedeb0d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/grindstone_round.png differ diff --git a/1.15.2/assets/minecraft/textures/block/grindstone_side.png b/1.15.2/assets/minecraft/textures/block/grindstone_side.png new file mode 100644 index 00000000..4aa2658e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/grindstone_side.png differ diff --git a/1.15.2/assets/minecraft/textures/block/hay_block_side.png b/1.15.2/assets/minecraft/textures/block/hay_block_side.png new file mode 100644 index 00000000..7b734ebc Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/hay_block_side.png differ diff --git a/1.15.2/assets/minecraft/textures/block/hay_block_top.png b/1.15.2/assets/minecraft/textures/block/hay_block_top.png new file mode 100644 index 00000000..84ee05ea Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/hay_block_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/honey_block_bottom.png b/1.15.2/assets/minecraft/textures/block/honey_block_bottom.png new file mode 100644 index 00000000..cc13bc5b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/honey_block_bottom.png differ diff --git a/1.15.2/assets/minecraft/textures/block/honey_block_side.png b/1.15.2/assets/minecraft/textures/block/honey_block_side.png new file mode 100644 index 00000000..071ca42e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/honey_block_side.png differ diff --git a/1.15.2/assets/minecraft/textures/block/honey_block_top.png b/1.15.2/assets/minecraft/textures/block/honey_block_top.png new file mode 100644 index 00000000..7deb75dc Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/honey_block_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/honeycomb_block.png b/1.15.2/assets/minecraft/textures/block/honeycomb_block.png new file mode 100644 index 00000000..d19f7a01 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/honeycomb_block.png differ diff --git a/1.15.2/assets/minecraft/textures/block/hopper_inside.png b/1.15.2/assets/minecraft/textures/block/hopper_inside.png new file mode 100644 index 00000000..17fcf4fa Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/hopper_inside.png differ diff --git a/1.15.2/assets/minecraft/textures/block/hopper_outside.png b/1.15.2/assets/minecraft/textures/block/hopper_outside.png new file mode 100644 index 00000000..b6265ea9 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/hopper_outside.png differ diff --git a/1.15.2/assets/minecraft/textures/block/hopper_top.png b/1.15.2/assets/minecraft/textures/block/hopper_top.png new file mode 100644 index 00000000..709badc2 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/hopper_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/horn_coral.png b/1.15.2/assets/minecraft/textures/block/horn_coral.png new file mode 100644 index 00000000..299064de Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/horn_coral.png differ diff --git a/1.15.2/assets/minecraft/textures/block/horn_coral_block.png b/1.15.2/assets/minecraft/textures/block/horn_coral_block.png new file mode 100644 index 00000000..6990cec3 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/horn_coral_block.png differ diff --git a/1.15.2/assets/minecraft/textures/block/horn_coral_fan.png b/1.15.2/assets/minecraft/textures/block/horn_coral_fan.png new file mode 100644 index 00000000..da1fcd0a Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/horn_coral_fan.png differ diff --git a/1.15.2/assets/minecraft/textures/block/ice.png b/1.15.2/assets/minecraft/textures/block/ice.png new file mode 100644 index 00000000..10118468 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/ice.png differ diff --git a/1.15.2/assets/minecraft/textures/block/iron_bars.png b/1.15.2/assets/minecraft/textures/block/iron_bars.png new file mode 100644 index 00000000..aee70f37 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/iron_bars.png differ diff --git a/1.15.2/assets/minecraft/textures/block/iron_block.png b/1.15.2/assets/minecraft/textures/block/iron_block.png new file mode 100644 index 00000000..5ecaf7fe Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/iron_block.png differ diff --git a/1.15.2/assets/minecraft/textures/block/iron_door_bottom.png b/1.15.2/assets/minecraft/textures/block/iron_door_bottom.png new file mode 100644 index 00000000..240f8ae5 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/iron_door_bottom.png differ diff --git a/1.15.2/assets/minecraft/textures/block/iron_door_top.png b/1.15.2/assets/minecraft/textures/block/iron_door_top.png new file mode 100644 index 00000000..9b134f30 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/iron_door_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/iron_ore.png b/1.15.2/assets/minecraft/textures/block/iron_ore.png new file mode 100644 index 00000000..7037201d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/iron_ore.png differ diff --git a/1.15.2/assets/minecraft/textures/block/iron_trapdoor.png b/1.15.2/assets/minecraft/textures/block/iron_trapdoor.png new file mode 100644 index 00000000..6000d273 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/iron_trapdoor.png differ diff --git a/1.15.2/assets/minecraft/textures/block/item_frame.png b/1.15.2/assets/minecraft/textures/block/item_frame.png new file mode 100644 index 00000000..095de1c9 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/item_frame.png differ diff --git a/1.15.2/assets/minecraft/textures/block/jack_o_lantern.png b/1.15.2/assets/minecraft/textures/block/jack_o_lantern.png new file mode 100644 index 00000000..813db302 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/jack_o_lantern.png differ diff --git a/1.15.2/assets/minecraft/textures/block/jigsaw_bottom.png b/1.15.2/assets/minecraft/textures/block/jigsaw_bottom.png new file mode 100644 index 00000000..71c16d8b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/jigsaw_bottom.png differ diff --git a/1.15.2/assets/minecraft/textures/block/jigsaw_side.png b/1.15.2/assets/minecraft/textures/block/jigsaw_side.png new file mode 100644 index 00000000..5b5cd65c Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/jigsaw_side.png differ diff --git a/1.15.2/assets/minecraft/textures/block/jigsaw_top.png b/1.15.2/assets/minecraft/textures/block/jigsaw_top.png new file mode 100644 index 00000000..f9f5bca2 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/jigsaw_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/jukebox_side.png b/1.15.2/assets/minecraft/textures/block/jukebox_side.png new file mode 100644 index 00000000..82430ca0 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/jukebox_side.png differ diff --git a/1.15.2/assets/minecraft/textures/block/jukebox_top.png b/1.15.2/assets/minecraft/textures/block/jukebox_top.png new file mode 100644 index 00000000..da45dfe8 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/jukebox_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/jungle_door_bottom.png b/1.15.2/assets/minecraft/textures/block/jungle_door_bottom.png new file mode 100644 index 00000000..7178f132 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/jungle_door_bottom.png differ diff --git a/1.15.2/assets/minecraft/textures/block/jungle_door_top.png b/1.15.2/assets/minecraft/textures/block/jungle_door_top.png new file mode 100644 index 00000000..8af416a3 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/jungle_door_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/jungle_leaves.png b/1.15.2/assets/minecraft/textures/block/jungle_leaves.png new file mode 100644 index 00000000..0c1176b8 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/jungle_leaves.png differ diff --git a/1.15.2/assets/minecraft/textures/block/jungle_log.png b/1.15.2/assets/minecraft/textures/block/jungle_log.png new file mode 100644 index 00000000..030bfc8f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/jungle_log.png differ diff --git a/1.15.2/assets/minecraft/textures/block/jungle_log_top.png b/1.15.2/assets/minecraft/textures/block/jungle_log_top.png new file mode 100644 index 00000000..0195d05d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/jungle_log_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/jungle_planks.png b/1.15.2/assets/minecraft/textures/block/jungle_planks.png new file mode 100644 index 00000000..c2c72cbb Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/jungle_planks.png differ diff --git a/1.15.2/assets/minecraft/textures/block/jungle_sapling.png b/1.15.2/assets/minecraft/textures/block/jungle_sapling.png new file mode 100644 index 00000000..a33daa7a Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/jungle_sapling.png differ diff --git a/1.15.2/assets/minecraft/textures/block/jungle_trapdoor.png b/1.15.2/assets/minecraft/textures/block/jungle_trapdoor.png new file mode 100644 index 00000000..477a599a Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/jungle_trapdoor.png differ diff --git a/1.15.2/assets/minecraft/textures/block/kelp.png b/1.15.2/assets/minecraft/textures/block/kelp.png new file mode 100644 index 00000000..6877da32 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/kelp.png differ diff --git a/1.15.2/assets/minecraft/textures/block/kelp.png.mcmeta b/1.15.2/assets/minecraft/textures/block/kelp.png.mcmeta new file mode 100644 index 00000000..0645f48c --- /dev/null +++ b/1.15.2/assets/minecraft/textures/block/kelp.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 2 + } +} diff --git a/1.15.2/assets/minecraft/textures/block/kelp_plant.png b/1.15.2/assets/minecraft/textures/block/kelp_plant.png new file mode 100644 index 00000000..ca6b31cc Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/kelp_plant.png differ diff --git a/1.15.2/assets/minecraft/textures/block/kelp_plant.png.mcmeta b/1.15.2/assets/minecraft/textures/block/kelp_plant.png.mcmeta new file mode 100644 index 00000000..0645f48c --- /dev/null +++ b/1.15.2/assets/minecraft/textures/block/kelp_plant.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 2 + } +} diff --git a/1.15.2/assets/minecraft/textures/block/ladder.png b/1.15.2/assets/minecraft/textures/block/ladder.png new file mode 100644 index 00000000..3500180a Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/ladder.png differ diff --git a/1.15.2/assets/minecraft/textures/block/lantern.png b/1.15.2/assets/minecraft/textures/block/lantern.png new file mode 100644 index 00000000..e3f2ab9e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/lantern.png differ diff --git a/1.15.2/assets/minecraft/textures/block/lantern.png.mcmeta b/1.15.2/assets/minecraft/textures/block/lantern.png.mcmeta new file mode 100644 index 00000000..5169aabd --- /dev/null +++ b/1.15.2/assets/minecraft/textures/block/lantern.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 8 + } +} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/textures/block/lapis_block.png b/1.15.2/assets/minecraft/textures/block/lapis_block.png new file mode 100644 index 00000000..6987aa5d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/lapis_block.png differ diff --git a/1.15.2/assets/minecraft/textures/block/lapis_ore.png b/1.15.2/assets/minecraft/textures/block/lapis_ore.png new file mode 100644 index 00000000..b95e637e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/lapis_ore.png differ diff --git a/1.15.2/assets/minecraft/textures/block/large_fern_bottom.png b/1.15.2/assets/minecraft/textures/block/large_fern_bottom.png new file mode 100644 index 00000000..936cb7ba Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/large_fern_bottom.png differ diff --git a/1.15.2/assets/minecraft/textures/block/large_fern_top.png b/1.15.2/assets/minecraft/textures/block/large_fern_top.png new file mode 100644 index 00000000..56da4f41 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/large_fern_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/lava_flow.png b/1.15.2/assets/minecraft/textures/block/lava_flow.png new file mode 100644 index 00000000..ccb5d6b1 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/lava_flow.png differ diff --git a/1.15.2/assets/minecraft/textures/block/lava_flow.png.mcmeta b/1.15.2/assets/minecraft/textures/block/lava_flow.png.mcmeta new file mode 100644 index 00000000..8e55e43b --- /dev/null +++ b/1.15.2/assets/minecraft/textures/block/lava_flow.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 3 + } +} diff --git a/1.15.2/assets/minecraft/textures/block/lava_still.png b/1.15.2/assets/minecraft/textures/block/lava_still.png new file mode 100644 index 00000000..e62298ce Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/lava_still.png differ diff --git a/1.15.2/assets/minecraft/textures/block/lava_still.png.mcmeta b/1.15.2/assets/minecraft/textures/block/lava_still.png.mcmeta new file mode 100644 index 00000000..7ceb3639 --- /dev/null +++ b/1.15.2/assets/minecraft/textures/block/lava_still.png.mcmeta @@ -0,0 +1,45 @@ +{ + "animation": { + "frametime": 2, + "frames": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 18, + 17, + 16, + 15, + 14, + 13, + 12, + 11, + 10, + 9, + 8, + 7, + 6, + 5, + 4, + 3, + 2, + 1 + ] + } +} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/textures/block/lectern_base.png b/1.15.2/assets/minecraft/textures/block/lectern_base.png new file mode 100644 index 00000000..6f7a6aae Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/lectern_base.png differ diff --git a/1.15.2/assets/minecraft/textures/block/lectern_front.png b/1.15.2/assets/minecraft/textures/block/lectern_front.png new file mode 100644 index 00000000..6073d128 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/lectern_front.png differ diff --git a/1.15.2/assets/minecraft/textures/block/lectern_sides.png b/1.15.2/assets/minecraft/textures/block/lectern_sides.png new file mode 100644 index 00000000..5e6955ca Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/lectern_sides.png differ diff --git a/1.15.2/assets/minecraft/textures/block/lectern_top.png b/1.15.2/assets/minecraft/textures/block/lectern_top.png new file mode 100644 index 00000000..b81566aa Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/lectern_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/lever.png b/1.15.2/assets/minecraft/textures/block/lever.png new file mode 100644 index 00000000..102f5d73 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/lever.png differ diff --git a/1.15.2/assets/minecraft/textures/block/light_blue_concrete.png b/1.15.2/assets/minecraft/textures/block/light_blue_concrete.png new file mode 100644 index 00000000..d5a46fe2 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/light_blue_concrete.png differ diff --git a/1.15.2/assets/minecraft/textures/block/light_blue_concrete_powder.png b/1.15.2/assets/minecraft/textures/block/light_blue_concrete_powder.png new file mode 100644 index 00000000..fe8b7796 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/light_blue_concrete_powder.png differ diff --git a/1.15.2/assets/minecraft/textures/block/light_blue_glazed_terracotta.png b/1.15.2/assets/minecraft/textures/block/light_blue_glazed_terracotta.png new file mode 100644 index 00000000..516fb7ed Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/light_blue_glazed_terracotta.png differ diff --git a/1.15.2/assets/minecraft/textures/block/light_blue_shulker_box.png b/1.15.2/assets/minecraft/textures/block/light_blue_shulker_box.png new file mode 100644 index 00000000..597f4c50 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/light_blue_shulker_box.png differ diff --git a/1.15.2/assets/minecraft/textures/block/light_blue_stained_glass.png b/1.15.2/assets/minecraft/textures/block/light_blue_stained_glass.png new file mode 100644 index 00000000..7d74ebc5 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/light_blue_stained_glass.png differ diff --git a/1.15.2/assets/minecraft/textures/block/light_blue_stained_glass_pane_top.png b/1.15.2/assets/minecraft/textures/block/light_blue_stained_glass_pane_top.png new file mode 100644 index 00000000..6a0e661d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/light_blue_stained_glass_pane_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/light_blue_terracotta.png b/1.15.2/assets/minecraft/textures/block/light_blue_terracotta.png new file mode 100644 index 00000000..31606234 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/light_blue_terracotta.png differ diff --git a/1.15.2/assets/minecraft/textures/block/light_blue_wool.png b/1.15.2/assets/minecraft/textures/block/light_blue_wool.png new file mode 100644 index 00000000..529c92a3 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/light_blue_wool.png differ diff --git a/1.15.2/assets/minecraft/textures/block/light_gray_concrete.png b/1.15.2/assets/minecraft/textures/block/light_gray_concrete.png new file mode 100644 index 00000000..21d57aa1 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/light_gray_concrete.png differ diff --git a/1.15.2/assets/minecraft/textures/block/light_gray_concrete_powder.png b/1.15.2/assets/minecraft/textures/block/light_gray_concrete_powder.png new file mode 100644 index 00000000..18ebf59a Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/light_gray_concrete_powder.png differ diff --git a/1.15.2/assets/minecraft/textures/block/light_gray_glazed_terracotta.png b/1.15.2/assets/minecraft/textures/block/light_gray_glazed_terracotta.png new file mode 100644 index 00000000..34787109 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/light_gray_glazed_terracotta.png differ diff --git a/1.15.2/assets/minecraft/textures/block/light_gray_shulker_box.png b/1.15.2/assets/minecraft/textures/block/light_gray_shulker_box.png new file mode 100644 index 00000000..63e494d0 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/light_gray_shulker_box.png differ diff --git a/1.15.2/assets/minecraft/textures/block/light_gray_stained_glass.png b/1.15.2/assets/minecraft/textures/block/light_gray_stained_glass.png new file mode 100644 index 00000000..964b1fbb Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/light_gray_stained_glass.png differ diff --git a/1.15.2/assets/minecraft/textures/block/light_gray_stained_glass_pane_top.png b/1.15.2/assets/minecraft/textures/block/light_gray_stained_glass_pane_top.png new file mode 100644 index 00000000..f226ecc9 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/light_gray_stained_glass_pane_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/light_gray_terracotta.png b/1.15.2/assets/minecraft/textures/block/light_gray_terracotta.png new file mode 100644 index 00000000..cf7b22ed Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/light_gray_terracotta.png differ diff --git a/1.15.2/assets/minecraft/textures/block/light_gray_wool.png b/1.15.2/assets/minecraft/textures/block/light_gray_wool.png new file mode 100644 index 00000000..f7f13534 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/light_gray_wool.png differ diff --git a/1.15.2/assets/minecraft/textures/block/lilac_bottom.png b/1.15.2/assets/minecraft/textures/block/lilac_bottom.png new file mode 100644 index 00000000..3e164d0b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/lilac_bottom.png differ diff --git a/1.15.2/assets/minecraft/textures/block/lilac_top.png b/1.15.2/assets/minecraft/textures/block/lilac_top.png new file mode 100644 index 00000000..e2932bd5 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/lilac_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/lily_of_the_valley.png b/1.15.2/assets/minecraft/textures/block/lily_of_the_valley.png new file mode 100644 index 00000000..d306de61 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/lily_of_the_valley.png differ diff --git a/1.15.2/assets/minecraft/textures/block/lily_pad.png b/1.15.2/assets/minecraft/textures/block/lily_pad.png new file mode 100644 index 00000000..51608269 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/lily_pad.png differ diff --git a/1.15.2/assets/minecraft/textures/block/lime_concrete.png b/1.15.2/assets/minecraft/textures/block/lime_concrete.png new file mode 100644 index 00000000..c4df61ec Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/lime_concrete.png differ diff --git a/1.15.2/assets/minecraft/textures/block/lime_concrete_powder.png b/1.15.2/assets/minecraft/textures/block/lime_concrete_powder.png new file mode 100644 index 00000000..780aaeef Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/lime_concrete_powder.png differ diff --git a/1.15.2/assets/minecraft/textures/block/lime_glazed_terracotta.png b/1.15.2/assets/minecraft/textures/block/lime_glazed_terracotta.png new file mode 100644 index 00000000..d5ad2b60 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/lime_glazed_terracotta.png differ diff --git a/1.15.2/assets/minecraft/textures/block/lime_shulker_box.png b/1.15.2/assets/minecraft/textures/block/lime_shulker_box.png new file mode 100644 index 00000000..339b7651 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/lime_shulker_box.png differ diff --git a/1.15.2/assets/minecraft/textures/block/lime_stained_glass.png b/1.15.2/assets/minecraft/textures/block/lime_stained_glass.png new file mode 100644 index 00000000..d2dc1bd1 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/lime_stained_glass.png differ diff --git a/1.15.2/assets/minecraft/textures/block/lime_stained_glass_pane_top.png b/1.15.2/assets/minecraft/textures/block/lime_stained_glass_pane_top.png new file mode 100644 index 00000000..0607d75b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/lime_stained_glass_pane_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/lime_terracotta.png b/1.15.2/assets/minecraft/textures/block/lime_terracotta.png new file mode 100644 index 00000000..cdd0c4db Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/lime_terracotta.png differ diff --git a/1.15.2/assets/minecraft/textures/block/lime_wool.png b/1.15.2/assets/minecraft/textures/block/lime_wool.png new file mode 100644 index 00000000..e1067800 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/lime_wool.png differ diff --git a/1.15.2/assets/minecraft/textures/block/loom_bottom.png b/1.15.2/assets/minecraft/textures/block/loom_bottom.png new file mode 100644 index 00000000..8bb12eb7 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/loom_bottom.png differ diff --git a/1.15.2/assets/minecraft/textures/block/loom_front.png b/1.15.2/assets/minecraft/textures/block/loom_front.png new file mode 100644 index 00000000..e2541b1f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/loom_front.png differ diff --git a/1.15.2/assets/minecraft/textures/block/loom_side.png b/1.15.2/assets/minecraft/textures/block/loom_side.png new file mode 100644 index 00000000..a1ed406f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/loom_side.png differ diff --git a/1.15.2/assets/minecraft/textures/block/loom_top.png b/1.15.2/assets/minecraft/textures/block/loom_top.png new file mode 100644 index 00000000..b90555f0 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/loom_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/magenta_concrete.png b/1.15.2/assets/minecraft/textures/block/magenta_concrete.png new file mode 100644 index 00000000..35326207 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/magenta_concrete.png differ diff --git a/1.15.2/assets/minecraft/textures/block/magenta_concrete_powder.png b/1.15.2/assets/minecraft/textures/block/magenta_concrete_powder.png new file mode 100644 index 00000000..054553d3 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/magenta_concrete_powder.png differ diff --git a/1.15.2/assets/minecraft/textures/block/magenta_glazed_terracotta.png b/1.15.2/assets/minecraft/textures/block/magenta_glazed_terracotta.png new file mode 100644 index 00000000..5d6eb3a5 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/magenta_glazed_terracotta.png differ diff --git a/1.15.2/assets/minecraft/textures/block/magenta_shulker_box.png b/1.15.2/assets/minecraft/textures/block/magenta_shulker_box.png new file mode 100644 index 00000000..ad343936 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/magenta_shulker_box.png differ diff --git a/1.15.2/assets/minecraft/textures/block/magenta_stained_glass.png b/1.15.2/assets/minecraft/textures/block/magenta_stained_glass.png new file mode 100644 index 00000000..87dd7ba7 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/magenta_stained_glass.png differ diff --git a/1.15.2/assets/minecraft/textures/block/magenta_stained_glass_pane_top.png b/1.15.2/assets/minecraft/textures/block/magenta_stained_glass_pane_top.png new file mode 100644 index 00000000..5419e521 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/magenta_stained_glass_pane_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/magenta_terracotta.png b/1.15.2/assets/minecraft/textures/block/magenta_terracotta.png new file mode 100644 index 00000000..f28da0db Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/magenta_terracotta.png differ diff --git a/1.15.2/assets/minecraft/textures/block/magenta_wool.png b/1.15.2/assets/minecraft/textures/block/magenta_wool.png new file mode 100644 index 00000000..b9700a8b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/magenta_wool.png differ diff --git a/1.15.2/assets/minecraft/textures/block/magma.png b/1.15.2/assets/minecraft/textures/block/magma.png new file mode 100644 index 00000000..702265d0 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/magma.png differ diff --git a/1.15.2/assets/minecraft/textures/block/magma.png.mcmeta b/1.15.2/assets/minecraft/textures/block/magma.png.mcmeta new file mode 100644 index 00000000..ffc3e528 --- /dev/null +++ b/1.15.2/assets/minecraft/textures/block/magma.png.mcmeta @@ -0,0 +1,11 @@ +{ + "animation": { + "frametime": 8, + "interpolate": true, + "frames": [ + 0, + 1, + 2 + ] + } +} diff --git a/1.15.2/assets/minecraft/textures/block/melon_side.png b/1.15.2/assets/minecraft/textures/block/melon_side.png new file mode 100644 index 00000000..0a12fb96 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/melon_side.png differ diff --git a/1.15.2/assets/minecraft/textures/block/melon_stem.png b/1.15.2/assets/minecraft/textures/block/melon_stem.png new file mode 100644 index 00000000..38065ef6 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/melon_stem.png differ diff --git a/1.15.2/assets/minecraft/textures/block/melon_top.png b/1.15.2/assets/minecraft/textures/block/melon_top.png new file mode 100644 index 00000000..82234a85 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/melon_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/mossy_cobblestone.png b/1.15.2/assets/minecraft/textures/block/mossy_cobblestone.png new file mode 100644 index 00000000..cc048882 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/mossy_cobblestone.png differ diff --git a/1.15.2/assets/minecraft/textures/block/mossy_stone_bricks.png b/1.15.2/assets/minecraft/textures/block/mossy_stone_bricks.png new file mode 100644 index 00000000..2bdfb878 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/mossy_stone_bricks.png differ diff --git a/1.15.2/assets/minecraft/textures/block/mushroom_block_inside.png b/1.15.2/assets/minecraft/textures/block/mushroom_block_inside.png new file mode 100644 index 00000000..194114a0 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/mushroom_block_inside.png differ diff --git a/1.15.2/assets/minecraft/textures/block/mushroom_stem.png b/1.15.2/assets/minecraft/textures/block/mushroom_stem.png new file mode 100644 index 00000000..ad6af2c4 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/mushroom_stem.png differ diff --git a/1.15.2/assets/minecraft/textures/block/mycelium_side.png b/1.15.2/assets/minecraft/textures/block/mycelium_side.png new file mode 100644 index 00000000..8522236b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/mycelium_side.png differ diff --git a/1.15.2/assets/minecraft/textures/block/mycelium_top.png b/1.15.2/assets/minecraft/textures/block/mycelium_top.png new file mode 100644 index 00000000..d98ad615 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/mycelium_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/nether_bricks.png b/1.15.2/assets/minecraft/textures/block/nether_bricks.png new file mode 100644 index 00000000..c64b3691 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/nether_bricks.png differ diff --git a/1.15.2/assets/minecraft/textures/block/nether_portal.png b/1.15.2/assets/minecraft/textures/block/nether_portal.png new file mode 100644 index 00000000..42d4a756 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/nether_portal.png differ diff --git a/1.15.2/assets/minecraft/textures/block/nether_portal.png.mcmeta b/1.15.2/assets/minecraft/textures/block/nether_portal.png.mcmeta new file mode 100644 index 00000000..4f0718ac --- /dev/null +++ b/1.15.2/assets/minecraft/textures/block/nether_portal.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/textures/block/nether_quartz_ore.png b/1.15.2/assets/minecraft/textures/block/nether_quartz_ore.png new file mode 100644 index 00000000..84079380 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/nether_quartz_ore.png differ diff --git a/1.15.2/assets/minecraft/textures/block/nether_wart_block.png b/1.15.2/assets/minecraft/textures/block/nether_wart_block.png new file mode 100644 index 00000000..a71d0898 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/nether_wart_block.png differ diff --git a/1.15.2/assets/minecraft/textures/block/nether_wart_stage0.png b/1.15.2/assets/minecraft/textures/block/nether_wart_stage0.png new file mode 100644 index 00000000..c4223348 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/nether_wart_stage0.png differ diff --git a/1.15.2/assets/minecraft/textures/block/nether_wart_stage1.png b/1.15.2/assets/minecraft/textures/block/nether_wart_stage1.png new file mode 100644 index 00000000..7051185c Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/nether_wart_stage1.png differ diff --git a/1.15.2/assets/minecraft/textures/block/nether_wart_stage2.png b/1.15.2/assets/minecraft/textures/block/nether_wart_stage2.png new file mode 100644 index 00000000..b3d724bb Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/nether_wart_stage2.png differ diff --git a/1.15.2/assets/minecraft/textures/block/netherrack.png b/1.15.2/assets/minecraft/textures/block/netherrack.png new file mode 100644 index 00000000..50b56218 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/netherrack.png differ diff --git a/1.15.2/assets/minecraft/textures/block/note_block.png b/1.15.2/assets/minecraft/textures/block/note_block.png new file mode 100644 index 00000000..40ecc58a Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/note_block.png differ diff --git a/1.15.2/assets/minecraft/textures/block/oak_door_bottom.png b/1.15.2/assets/minecraft/textures/block/oak_door_bottom.png new file mode 100644 index 00000000..bccd102a Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/oak_door_bottom.png differ diff --git a/1.15.2/assets/minecraft/textures/block/oak_door_top.png b/1.15.2/assets/minecraft/textures/block/oak_door_top.png new file mode 100644 index 00000000..73748aa4 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/oak_door_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/oak_leaves.png b/1.15.2/assets/minecraft/textures/block/oak_leaves.png new file mode 100644 index 00000000..02e8b865 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/oak_leaves.png differ diff --git a/1.15.2/assets/minecraft/textures/block/oak_log.png b/1.15.2/assets/minecraft/textures/block/oak_log.png new file mode 100644 index 00000000..842ffab5 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/oak_log.png differ diff --git a/1.15.2/assets/minecraft/textures/block/oak_log_top.png b/1.15.2/assets/minecraft/textures/block/oak_log_top.png new file mode 100644 index 00000000..27f1abac Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/oak_log_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/oak_planks.png b/1.15.2/assets/minecraft/textures/block/oak_planks.png new file mode 100644 index 00000000..5de38610 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/oak_planks.png differ diff --git a/1.15.2/assets/minecraft/textures/block/oak_sapling.png b/1.15.2/assets/minecraft/textures/block/oak_sapling.png new file mode 100644 index 00000000..7ac141a0 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/oak_sapling.png differ diff --git a/1.15.2/assets/minecraft/textures/block/oak_trapdoor.png b/1.15.2/assets/minecraft/textures/block/oak_trapdoor.png new file mode 100644 index 00000000..cba143b9 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/oak_trapdoor.png differ diff --git a/1.15.2/assets/minecraft/textures/block/observer_back.png b/1.15.2/assets/minecraft/textures/block/observer_back.png new file mode 100644 index 00000000..c9f6f3cb Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/observer_back.png differ diff --git a/1.15.2/assets/minecraft/textures/block/observer_back_on.png b/1.15.2/assets/minecraft/textures/block/observer_back_on.png new file mode 100644 index 00000000..4957e0c0 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/observer_back_on.png differ diff --git a/1.15.2/assets/minecraft/textures/block/observer_front.png b/1.15.2/assets/minecraft/textures/block/observer_front.png new file mode 100644 index 00000000..46321305 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/observer_front.png differ diff --git a/1.15.2/assets/minecraft/textures/block/observer_side.png b/1.15.2/assets/minecraft/textures/block/observer_side.png new file mode 100644 index 00000000..c157097a Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/observer_side.png differ diff --git a/1.15.2/assets/minecraft/textures/block/observer_top.png b/1.15.2/assets/minecraft/textures/block/observer_top.png new file mode 100644 index 00000000..58ab1e97 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/observer_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/obsidian.png b/1.15.2/assets/minecraft/textures/block/obsidian.png new file mode 100644 index 00000000..b9e09060 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/obsidian.png differ diff --git a/1.15.2/assets/minecraft/textures/block/orange_concrete.png b/1.15.2/assets/minecraft/textures/block/orange_concrete.png new file mode 100644 index 00000000..243bbc82 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/orange_concrete.png differ diff --git a/1.15.2/assets/minecraft/textures/block/orange_concrete_powder.png b/1.15.2/assets/minecraft/textures/block/orange_concrete_powder.png new file mode 100644 index 00000000..2fb6f15f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/orange_concrete_powder.png differ diff --git a/1.15.2/assets/minecraft/textures/block/orange_glazed_terracotta.png b/1.15.2/assets/minecraft/textures/block/orange_glazed_terracotta.png new file mode 100644 index 00000000..4e2d3d2e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/orange_glazed_terracotta.png differ diff --git a/1.15.2/assets/minecraft/textures/block/orange_shulker_box.png b/1.15.2/assets/minecraft/textures/block/orange_shulker_box.png new file mode 100644 index 00000000..a722de19 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/orange_shulker_box.png differ diff --git a/1.15.2/assets/minecraft/textures/block/orange_stained_glass.png b/1.15.2/assets/minecraft/textures/block/orange_stained_glass.png new file mode 100644 index 00000000..31c4465b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/orange_stained_glass.png differ diff --git a/1.15.2/assets/minecraft/textures/block/orange_stained_glass_pane_top.png b/1.15.2/assets/minecraft/textures/block/orange_stained_glass_pane_top.png new file mode 100644 index 00000000..2866571b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/orange_stained_glass_pane_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/orange_terracotta.png b/1.15.2/assets/minecraft/textures/block/orange_terracotta.png new file mode 100644 index 00000000..9ccdb4b3 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/orange_terracotta.png differ diff --git a/1.15.2/assets/minecraft/textures/block/orange_tulip.png b/1.15.2/assets/minecraft/textures/block/orange_tulip.png new file mode 100644 index 00000000..2966062c Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/orange_tulip.png differ diff --git a/1.15.2/assets/minecraft/textures/block/orange_wool.png b/1.15.2/assets/minecraft/textures/block/orange_wool.png new file mode 100644 index 00000000..61c1e4b2 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/orange_wool.png differ diff --git a/1.15.2/assets/minecraft/textures/block/oxeye_daisy.png b/1.15.2/assets/minecraft/textures/block/oxeye_daisy.png new file mode 100644 index 00000000..3407d6fc Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/oxeye_daisy.png differ diff --git a/1.15.2/assets/minecraft/textures/block/packed_ice.png b/1.15.2/assets/minecraft/textures/block/packed_ice.png new file mode 100644 index 00000000..c72f89b3 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/packed_ice.png differ diff --git a/1.15.2/assets/minecraft/textures/block/peony_bottom.png b/1.15.2/assets/minecraft/textures/block/peony_bottom.png new file mode 100644 index 00000000..2e3f41ed Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/peony_bottom.png differ diff --git a/1.15.2/assets/minecraft/textures/block/peony_top.png b/1.15.2/assets/minecraft/textures/block/peony_top.png new file mode 100644 index 00000000..b13b457e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/peony_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/pink_concrete.png b/1.15.2/assets/minecraft/textures/block/pink_concrete.png new file mode 100644 index 00000000..dd1950f7 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/pink_concrete.png differ diff --git a/1.15.2/assets/minecraft/textures/block/pink_concrete_powder.png b/1.15.2/assets/minecraft/textures/block/pink_concrete_powder.png new file mode 100644 index 00000000..9f6a6bb7 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/pink_concrete_powder.png differ diff --git a/1.15.2/assets/minecraft/textures/block/pink_glazed_terracotta.png b/1.15.2/assets/minecraft/textures/block/pink_glazed_terracotta.png new file mode 100644 index 00000000..30a1975d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/pink_glazed_terracotta.png differ diff --git a/1.15.2/assets/minecraft/textures/block/pink_shulker_box.png b/1.15.2/assets/minecraft/textures/block/pink_shulker_box.png new file mode 100644 index 00000000..e817f960 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/pink_shulker_box.png differ diff --git a/1.15.2/assets/minecraft/textures/block/pink_stained_glass.png b/1.15.2/assets/minecraft/textures/block/pink_stained_glass.png new file mode 100644 index 00000000..85dd6a0d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/pink_stained_glass.png differ diff --git a/1.15.2/assets/minecraft/textures/block/pink_stained_glass_pane_top.png b/1.15.2/assets/minecraft/textures/block/pink_stained_glass_pane_top.png new file mode 100644 index 00000000..6b6cd768 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/pink_stained_glass_pane_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/pink_terracotta.png b/1.15.2/assets/minecraft/textures/block/pink_terracotta.png new file mode 100644 index 00000000..7ffea8d1 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/pink_terracotta.png differ diff --git a/1.15.2/assets/minecraft/textures/block/pink_tulip.png b/1.15.2/assets/minecraft/textures/block/pink_tulip.png new file mode 100644 index 00000000..08b02c50 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/pink_tulip.png differ diff --git a/1.15.2/assets/minecraft/textures/block/pink_wool.png b/1.15.2/assets/minecraft/textures/block/pink_wool.png new file mode 100644 index 00000000..17ef62bb Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/pink_wool.png differ diff --git a/1.15.2/assets/minecraft/textures/block/piston_bottom.png b/1.15.2/assets/minecraft/textures/block/piston_bottom.png new file mode 100644 index 00000000..db43b1c2 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/piston_bottom.png differ diff --git a/1.15.2/assets/minecraft/textures/block/piston_inner.png b/1.15.2/assets/minecraft/textures/block/piston_inner.png new file mode 100644 index 00000000..7ae58fc6 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/piston_inner.png differ diff --git a/1.15.2/assets/minecraft/textures/block/piston_side.png b/1.15.2/assets/minecraft/textures/block/piston_side.png new file mode 100644 index 00000000..db5d89cb Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/piston_side.png differ diff --git a/1.15.2/assets/minecraft/textures/block/piston_top.png b/1.15.2/assets/minecraft/textures/block/piston_top.png new file mode 100644 index 00000000..320c97b4 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/piston_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/piston_top_sticky.png b/1.15.2/assets/minecraft/textures/block/piston_top_sticky.png new file mode 100644 index 00000000..048e0c62 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/piston_top_sticky.png differ diff --git a/1.15.2/assets/minecraft/textures/block/podzol_side.png b/1.15.2/assets/minecraft/textures/block/podzol_side.png new file mode 100644 index 00000000..89a328b2 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/podzol_side.png differ diff --git a/1.15.2/assets/minecraft/textures/block/podzol_top.png b/1.15.2/assets/minecraft/textures/block/podzol_top.png new file mode 100644 index 00000000..fed52580 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/podzol_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/polished_andesite.png b/1.15.2/assets/minecraft/textures/block/polished_andesite.png new file mode 100644 index 00000000..63b8bd08 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/polished_andesite.png differ diff --git a/1.15.2/assets/minecraft/textures/block/polished_diorite.png b/1.15.2/assets/minecraft/textures/block/polished_diorite.png new file mode 100644 index 00000000..3043aa30 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/polished_diorite.png differ diff --git a/1.15.2/assets/minecraft/textures/block/polished_granite.png b/1.15.2/assets/minecraft/textures/block/polished_granite.png new file mode 100644 index 00000000..58f0c156 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/polished_granite.png differ diff --git a/1.15.2/assets/minecraft/textures/block/poppy.png b/1.15.2/assets/minecraft/textures/block/poppy.png new file mode 100644 index 00000000..059d8b47 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/poppy.png differ diff --git a/1.15.2/assets/minecraft/textures/block/potatoes_stage0.png b/1.15.2/assets/minecraft/textures/block/potatoes_stage0.png new file mode 100644 index 00000000..e83ecf8e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/potatoes_stage0.png differ diff --git a/1.15.2/assets/minecraft/textures/block/potatoes_stage1.png b/1.15.2/assets/minecraft/textures/block/potatoes_stage1.png new file mode 100644 index 00000000..ef739467 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/potatoes_stage1.png differ diff --git a/1.15.2/assets/minecraft/textures/block/potatoes_stage2.png b/1.15.2/assets/minecraft/textures/block/potatoes_stage2.png new file mode 100644 index 00000000..7e9a9298 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/potatoes_stage2.png differ diff --git a/1.15.2/assets/minecraft/textures/block/potatoes_stage3.png b/1.15.2/assets/minecraft/textures/block/potatoes_stage3.png new file mode 100644 index 00000000..f32cbc16 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/potatoes_stage3.png differ diff --git a/1.15.2/assets/minecraft/textures/block/powered_rail.png b/1.15.2/assets/minecraft/textures/block/powered_rail.png new file mode 100644 index 00000000..4353bf77 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/powered_rail.png differ diff --git a/1.15.2/assets/minecraft/textures/block/powered_rail_on.png b/1.15.2/assets/minecraft/textures/block/powered_rail_on.png new file mode 100644 index 00000000..55f18f40 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/powered_rail_on.png differ diff --git a/1.15.2/assets/minecraft/textures/block/prismarine.png b/1.15.2/assets/minecraft/textures/block/prismarine.png new file mode 100644 index 00000000..e45234b3 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/prismarine.png differ diff --git a/1.15.2/assets/minecraft/textures/block/prismarine.png.mcmeta b/1.15.2/assets/minecraft/textures/block/prismarine.png.mcmeta new file mode 100644 index 00000000..410b327f --- /dev/null +++ b/1.15.2/assets/minecraft/textures/block/prismarine.png.mcmeta @@ -0,0 +1,30 @@ +{ + "animation": { + "frametime": 300, + "interpolate": true, + "frames": [ + 0, + 1, + 0, + 2, + 0, + 3, + 0, + 1, + 2, + 1, + 3, + 1, + 0, + 2, + 1, + 2, + 3, + 2, + 0, + 3, + 1, + 3 + ] + } +} diff --git a/1.15.2/assets/minecraft/textures/block/prismarine_bricks.png b/1.15.2/assets/minecraft/textures/block/prismarine_bricks.png new file mode 100644 index 00000000..ee2b8063 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/prismarine_bricks.png differ diff --git a/1.15.2/assets/minecraft/textures/block/pumpkin_side.png b/1.15.2/assets/minecraft/textures/block/pumpkin_side.png new file mode 100644 index 00000000..8d7b643e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/pumpkin_side.png differ diff --git a/1.15.2/assets/minecraft/textures/block/pumpkin_stem.png b/1.15.2/assets/minecraft/textures/block/pumpkin_stem.png new file mode 100644 index 00000000..da7787fe Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/pumpkin_stem.png differ diff --git a/1.15.2/assets/minecraft/textures/block/pumpkin_top.png b/1.15.2/assets/minecraft/textures/block/pumpkin_top.png new file mode 100644 index 00000000..59a5fbd0 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/pumpkin_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/purple_concrete.png b/1.15.2/assets/minecraft/textures/block/purple_concrete.png new file mode 100644 index 00000000..bf90f745 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/purple_concrete.png differ diff --git a/1.15.2/assets/minecraft/textures/block/purple_concrete_powder.png b/1.15.2/assets/minecraft/textures/block/purple_concrete_powder.png new file mode 100644 index 00000000..aa1b1ac3 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/purple_concrete_powder.png differ diff --git a/1.15.2/assets/minecraft/textures/block/purple_glazed_terracotta.png b/1.15.2/assets/minecraft/textures/block/purple_glazed_terracotta.png new file mode 100644 index 00000000..d0f9e68f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/purple_glazed_terracotta.png differ diff --git a/1.15.2/assets/minecraft/textures/block/purple_shulker_box.png b/1.15.2/assets/minecraft/textures/block/purple_shulker_box.png new file mode 100644 index 00000000..0416ed90 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/purple_shulker_box.png differ diff --git a/1.15.2/assets/minecraft/textures/block/purple_stained_glass.png b/1.15.2/assets/minecraft/textures/block/purple_stained_glass.png new file mode 100644 index 00000000..fed02859 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/purple_stained_glass.png differ diff --git a/1.15.2/assets/minecraft/textures/block/purple_stained_glass_pane_top.png b/1.15.2/assets/minecraft/textures/block/purple_stained_glass_pane_top.png new file mode 100644 index 00000000..23e208ed Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/purple_stained_glass_pane_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/purple_terracotta.png b/1.15.2/assets/minecraft/textures/block/purple_terracotta.png new file mode 100644 index 00000000..8bee14ea Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/purple_terracotta.png differ diff --git a/1.15.2/assets/minecraft/textures/block/purple_wool.png b/1.15.2/assets/minecraft/textures/block/purple_wool.png new file mode 100644 index 00000000..08d4ee0e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/purple_wool.png differ diff --git a/1.15.2/assets/minecraft/textures/block/purpur_block.png b/1.15.2/assets/minecraft/textures/block/purpur_block.png new file mode 100644 index 00000000..69c38981 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/purpur_block.png differ diff --git a/1.15.2/assets/minecraft/textures/block/purpur_pillar.png b/1.15.2/assets/minecraft/textures/block/purpur_pillar.png new file mode 100644 index 00000000..e22d27be Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/purpur_pillar.png differ diff --git a/1.15.2/assets/minecraft/textures/block/purpur_pillar_top.png b/1.15.2/assets/minecraft/textures/block/purpur_pillar_top.png new file mode 100644 index 00000000..2502aed5 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/purpur_pillar_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/quartz_block_bottom.png b/1.15.2/assets/minecraft/textures/block/quartz_block_bottom.png new file mode 100644 index 00000000..3f832aa3 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/quartz_block_bottom.png differ diff --git a/1.15.2/assets/minecraft/textures/block/quartz_block_side.png b/1.15.2/assets/minecraft/textures/block/quartz_block_side.png new file mode 100644 index 00000000..872d6bbe Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/quartz_block_side.png differ diff --git a/1.15.2/assets/minecraft/textures/block/quartz_block_top.png b/1.15.2/assets/minecraft/textures/block/quartz_block_top.png new file mode 100644 index 00000000..872d6bbe Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/quartz_block_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/quartz_pillar.png b/1.15.2/assets/minecraft/textures/block/quartz_pillar.png new file mode 100644 index 00000000..1046b754 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/quartz_pillar.png differ diff --git a/1.15.2/assets/minecraft/textures/block/quartz_pillar_top.png b/1.15.2/assets/minecraft/textures/block/quartz_pillar_top.png new file mode 100644 index 00000000..41f5e144 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/quartz_pillar_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/rail.png b/1.15.2/assets/minecraft/textures/block/rail.png new file mode 100644 index 00000000..0044ebb2 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/rail.png differ diff --git a/1.15.2/assets/minecraft/textures/block/rail_corner.png b/1.15.2/assets/minecraft/textures/block/rail_corner.png new file mode 100644 index 00000000..2b4f3307 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/rail_corner.png differ diff --git a/1.15.2/assets/minecraft/textures/block/red_concrete.png b/1.15.2/assets/minecraft/textures/block/red_concrete.png new file mode 100644 index 00000000..7f978842 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/red_concrete.png differ diff --git a/1.15.2/assets/minecraft/textures/block/red_concrete_powder.png b/1.15.2/assets/minecraft/textures/block/red_concrete_powder.png new file mode 100644 index 00000000..7612112e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/red_concrete_powder.png differ diff --git a/1.15.2/assets/minecraft/textures/block/red_glazed_terracotta.png b/1.15.2/assets/minecraft/textures/block/red_glazed_terracotta.png new file mode 100644 index 00000000..ee46623b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/red_glazed_terracotta.png differ diff --git a/1.15.2/assets/minecraft/textures/block/red_mushroom.png b/1.15.2/assets/minecraft/textures/block/red_mushroom.png new file mode 100644 index 00000000..cb7e1124 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/red_mushroom.png differ diff --git a/1.15.2/assets/minecraft/textures/block/red_mushroom_block.png b/1.15.2/assets/minecraft/textures/block/red_mushroom_block.png new file mode 100644 index 00000000..a77969e3 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/red_mushroom_block.png differ diff --git a/1.15.2/assets/minecraft/textures/block/red_nether_bricks.png b/1.15.2/assets/minecraft/textures/block/red_nether_bricks.png new file mode 100644 index 00000000..b8569522 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/red_nether_bricks.png differ diff --git a/1.15.2/assets/minecraft/textures/block/red_sand.png b/1.15.2/assets/minecraft/textures/block/red_sand.png new file mode 100644 index 00000000..7a389826 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/red_sand.png differ diff --git a/1.15.2/assets/minecraft/textures/block/red_sandstone.png b/1.15.2/assets/minecraft/textures/block/red_sandstone.png new file mode 100644 index 00000000..70e7c323 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/red_sandstone.png differ diff --git a/1.15.2/assets/minecraft/textures/block/red_sandstone_bottom.png b/1.15.2/assets/minecraft/textures/block/red_sandstone_bottom.png new file mode 100644 index 00000000..efbfeb60 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/red_sandstone_bottom.png differ diff --git a/1.15.2/assets/minecraft/textures/block/red_sandstone_top.png b/1.15.2/assets/minecraft/textures/block/red_sandstone_top.png new file mode 100644 index 00000000..defc7676 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/red_sandstone_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/red_shulker_box.png b/1.15.2/assets/minecraft/textures/block/red_shulker_box.png new file mode 100644 index 00000000..00147c5d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/red_shulker_box.png differ diff --git a/1.15.2/assets/minecraft/textures/block/red_stained_glass.png b/1.15.2/assets/minecraft/textures/block/red_stained_glass.png new file mode 100644 index 00000000..99bcc063 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/red_stained_glass.png differ diff --git a/1.15.2/assets/minecraft/textures/block/red_stained_glass_pane_top.png b/1.15.2/assets/minecraft/textures/block/red_stained_glass_pane_top.png new file mode 100644 index 00000000..22b69dba Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/red_stained_glass_pane_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/red_terracotta.png b/1.15.2/assets/minecraft/textures/block/red_terracotta.png new file mode 100644 index 00000000..e0e800b6 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/red_terracotta.png differ diff --git a/1.15.2/assets/minecraft/textures/block/red_tulip.png b/1.15.2/assets/minecraft/textures/block/red_tulip.png new file mode 100644 index 00000000..b9d29b5d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/red_tulip.png differ diff --git a/1.15.2/assets/minecraft/textures/block/red_wool.png b/1.15.2/assets/minecraft/textures/block/red_wool.png new file mode 100644 index 00000000..f11cbccb Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/red_wool.png differ diff --git a/1.15.2/assets/minecraft/textures/block/redstone_block.png b/1.15.2/assets/minecraft/textures/block/redstone_block.png new file mode 100644 index 00000000..4391e518 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/redstone_block.png differ diff --git a/1.15.2/assets/minecraft/textures/block/redstone_dust_dot.png b/1.15.2/assets/minecraft/textures/block/redstone_dust_dot.png new file mode 100644 index 00000000..ab8866d8 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/redstone_dust_dot.png differ diff --git a/1.15.2/assets/minecraft/textures/block/redstone_dust_line0.png b/1.15.2/assets/minecraft/textures/block/redstone_dust_line0.png new file mode 100644 index 00000000..064b107b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/redstone_dust_line0.png differ diff --git a/1.15.2/assets/minecraft/textures/block/redstone_dust_line1.png b/1.15.2/assets/minecraft/textures/block/redstone_dust_line1.png new file mode 100644 index 00000000..8e8a700f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/redstone_dust_line1.png differ diff --git a/1.15.2/assets/minecraft/textures/block/redstone_dust_overlay.png b/1.15.2/assets/minecraft/textures/block/redstone_dust_overlay.png new file mode 100644 index 00000000..fd68e0a3 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/redstone_dust_overlay.png differ diff --git a/1.15.2/assets/minecraft/textures/block/redstone_lamp.png b/1.15.2/assets/minecraft/textures/block/redstone_lamp.png new file mode 100644 index 00000000..36091677 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/redstone_lamp.png differ diff --git a/1.15.2/assets/minecraft/textures/block/redstone_lamp_on.png b/1.15.2/assets/minecraft/textures/block/redstone_lamp_on.png new file mode 100644 index 00000000..d8922271 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/redstone_lamp_on.png differ diff --git a/1.15.2/assets/minecraft/textures/block/redstone_ore.png b/1.15.2/assets/minecraft/textures/block/redstone_ore.png new file mode 100644 index 00000000..7e696c15 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/redstone_ore.png differ diff --git a/1.15.2/assets/minecraft/textures/block/redstone_torch.png b/1.15.2/assets/minecraft/textures/block/redstone_torch.png new file mode 100644 index 00000000..d49a7a9d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/redstone_torch.png differ diff --git a/1.15.2/assets/minecraft/textures/block/redstone_torch_off.png b/1.15.2/assets/minecraft/textures/block/redstone_torch_off.png new file mode 100644 index 00000000..cd82b641 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/redstone_torch_off.png differ diff --git a/1.15.2/assets/minecraft/textures/block/repeater.png b/1.15.2/assets/minecraft/textures/block/repeater.png new file mode 100644 index 00000000..3daa5e6d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/repeater.png differ diff --git a/1.15.2/assets/minecraft/textures/block/repeater_on.png b/1.15.2/assets/minecraft/textures/block/repeater_on.png new file mode 100644 index 00000000..2e6c2ac6 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/repeater_on.png differ diff --git a/1.15.2/assets/minecraft/textures/block/repeating_command_block_back.png b/1.15.2/assets/minecraft/textures/block/repeating_command_block_back.png new file mode 100644 index 00000000..31cc42ee Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/repeating_command_block_back.png differ diff --git a/1.15.2/assets/minecraft/textures/block/repeating_command_block_back.png.mcmeta b/1.15.2/assets/minecraft/textures/block/repeating_command_block_back.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.15.2/assets/minecraft/textures/block/repeating_command_block_back.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.15.2/assets/minecraft/textures/block/repeating_command_block_conditional.png b/1.15.2/assets/minecraft/textures/block/repeating_command_block_conditional.png new file mode 100644 index 00000000..28cbe675 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/repeating_command_block_conditional.png differ diff --git a/1.15.2/assets/minecraft/textures/block/repeating_command_block_conditional.png.mcmeta b/1.15.2/assets/minecraft/textures/block/repeating_command_block_conditional.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.15.2/assets/minecraft/textures/block/repeating_command_block_conditional.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.15.2/assets/minecraft/textures/block/repeating_command_block_front.png b/1.15.2/assets/minecraft/textures/block/repeating_command_block_front.png new file mode 100644 index 00000000..45f5e75b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/repeating_command_block_front.png differ diff --git a/1.15.2/assets/minecraft/textures/block/repeating_command_block_front.png.mcmeta b/1.15.2/assets/minecraft/textures/block/repeating_command_block_front.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.15.2/assets/minecraft/textures/block/repeating_command_block_front.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.15.2/assets/minecraft/textures/block/repeating_command_block_side.png b/1.15.2/assets/minecraft/textures/block/repeating_command_block_side.png new file mode 100644 index 00000000..efd073ae Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/repeating_command_block_side.png differ diff --git a/1.15.2/assets/minecraft/textures/block/repeating_command_block_side.png.mcmeta b/1.15.2/assets/minecraft/textures/block/repeating_command_block_side.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.15.2/assets/minecraft/textures/block/repeating_command_block_side.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.15.2/assets/minecraft/textures/block/rose_bush_bottom.png b/1.15.2/assets/minecraft/textures/block/rose_bush_bottom.png new file mode 100644 index 00000000..4a5f8f52 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/rose_bush_bottom.png differ diff --git a/1.15.2/assets/minecraft/textures/block/rose_bush_top.png b/1.15.2/assets/minecraft/textures/block/rose_bush_top.png new file mode 100644 index 00000000..328dc5e7 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/rose_bush_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/sand.png b/1.15.2/assets/minecraft/textures/block/sand.png new file mode 100644 index 00000000..99ff77ae Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/sand.png differ diff --git a/1.15.2/assets/minecraft/textures/block/sandstone.png b/1.15.2/assets/minecraft/textures/block/sandstone.png new file mode 100644 index 00000000..a7f1ca0e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/sandstone.png differ diff --git a/1.15.2/assets/minecraft/textures/block/sandstone_bottom.png b/1.15.2/assets/minecraft/textures/block/sandstone_bottom.png new file mode 100644 index 00000000..be35a54b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/sandstone_bottom.png differ diff --git a/1.15.2/assets/minecraft/textures/block/sandstone_top.png b/1.15.2/assets/minecraft/textures/block/sandstone_top.png new file mode 100644 index 00000000..91cec2a7 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/sandstone_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/scaffolding_bottom.png b/1.15.2/assets/minecraft/textures/block/scaffolding_bottom.png new file mode 100644 index 00000000..3479093d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/scaffolding_bottom.png differ diff --git a/1.15.2/assets/minecraft/textures/block/scaffolding_side.png b/1.15.2/assets/minecraft/textures/block/scaffolding_side.png new file mode 100644 index 00000000..1d1b5fcc Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/scaffolding_side.png differ diff --git a/1.15.2/assets/minecraft/textures/block/scaffolding_top.png b/1.15.2/assets/minecraft/textures/block/scaffolding_top.png new file mode 100644 index 00000000..2f9c51a7 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/scaffolding_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/sea_lantern.png b/1.15.2/assets/minecraft/textures/block/sea_lantern.png new file mode 100644 index 00000000..8909ce8e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/sea_lantern.png differ diff --git a/1.15.2/assets/minecraft/textures/block/sea_lantern.png.mcmeta b/1.15.2/assets/minecraft/textures/block/sea_lantern.png.mcmeta new file mode 100644 index 00000000..e8ac9bc3 --- /dev/null +++ b/1.15.2/assets/minecraft/textures/block/sea_lantern.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 5 + } +} diff --git a/1.15.2/assets/minecraft/textures/block/sea_pickle.png b/1.15.2/assets/minecraft/textures/block/sea_pickle.png new file mode 100644 index 00000000..d9c541bf Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/sea_pickle.png differ diff --git a/1.15.2/assets/minecraft/textures/block/seagrass.png b/1.15.2/assets/minecraft/textures/block/seagrass.png new file mode 100644 index 00000000..533f2d59 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/seagrass.png differ diff --git a/1.15.2/assets/minecraft/textures/block/seagrass.png.mcmeta b/1.15.2/assets/minecraft/textures/block/seagrass.png.mcmeta new file mode 100644 index 00000000..36578bcc --- /dev/null +++ b/1.15.2/assets/minecraft/textures/block/seagrass.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 2 + } +} diff --git a/1.15.2/assets/minecraft/textures/block/shulker_box.png b/1.15.2/assets/minecraft/textures/block/shulker_box.png new file mode 100644 index 00000000..09bcf3f8 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/shulker_box.png differ diff --git a/1.15.2/assets/minecraft/textures/block/slime_block.png b/1.15.2/assets/minecraft/textures/block/slime_block.png new file mode 100644 index 00000000..5c45c4ec Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/slime_block.png differ diff --git a/1.15.2/assets/minecraft/textures/block/smithing_table_bottom.png b/1.15.2/assets/minecraft/textures/block/smithing_table_bottom.png new file mode 100644 index 00000000..59833b5e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/smithing_table_bottom.png differ diff --git a/1.15.2/assets/minecraft/textures/block/smithing_table_front.png b/1.15.2/assets/minecraft/textures/block/smithing_table_front.png new file mode 100644 index 00000000..55875ef5 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/smithing_table_front.png differ diff --git a/1.15.2/assets/minecraft/textures/block/smithing_table_side.png b/1.15.2/assets/minecraft/textures/block/smithing_table_side.png new file mode 100644 index 00000000..419312b1 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/smithing_table_side.png differ diff --git a/1.15.2/assets/minecraft/textures/block/smithing_table_top.png b/1.15.2/assets/minecraft/textures/block/smithing_table_top.png new file mode 100644 index 00000000..7099674f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/smithing_table_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/smoker_bottom.png b/1.15.2/assets/minecraft/textures/block/smoker_bottom.png new file mode 100644 index 00000000..9f2dbd33 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/smoker_bottom.png differ diff --git a/1.15.2/assets/minecraft/textures/block/smoker_front.png b/1.15.2/assets/minecraft/textures/block/smoker_front.png new file mode 100644 index 00000000..13741178 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/smoker_front.png differ diff --git a/1.15.2/assets/minecraft/textures/block/smoker_front_on.png b/1.15.2/assets/minecraft/textures/block/smoker_front_on.png new file mode 100644 index 00000000..553d1ec9 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/smoker_front_on.png differ diff --git a/1.15.2/assets/minecraft/textures/block/smoker_front_on.png.mcmeta b/1.15.2/assets/minecraft/textures/block/smoker_front_on.png.mcmeta new file mode 100644 index 00000000..09eaec92 --- /dev/null +++ b/1.15.2/assets/minecraft/textures/block/smoker_front_on.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": false, + "frametime": 4 + } +} diff --git a/1.15.2/assets/minecraft/textures/block/smoker_side.png b/1.15.2/assets/minecraft/textures/block/smoker_side.png new file mode 100644 index 00000000..c3c8f5d7 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/smoker_side.png differ diff --git a/1.15.2/assets/minecraft/textures/block/smoker_top.png b/1.15.2/assets/minecraft/textures/block/smoker_top.png new file mode 100644 index 00000000..ff687df9 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/smoker_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/smooth_stone.png b/1.15.2/assets/minecraft/textures/block/smooth_stone.png new file mode 100644 index 00000000..149ceb62 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/smooth_stone.png differ diff --git a/1.15.2/assets/minecraft/textures/block/smooth_stone_slab_side.png b/1.15.2/assets/minecraft/textures/block/smooth_stone_slab_side.png new file mode 100644 index 00000000..93076428 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/smooth_stone_slab_side.png differ diff --git a/1.15.2/assets/minecraft/textures/block/snow.png b/1.15.2/assets/minecraft/textures/block/snow.png new file mode 100644 index 00000000..c45e0c2a Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/snow.png differ diff --git a/1.15.2/assets/minecraft/textures/block/soul_sand.png b/1.15.2/assets/minecraft/textures/block/soul_sand.png new file mode 100644 index 00000000..9e4b1a6d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/soul_sand.png differ diff --git a/1.15.2/assets/minecraft/textures/block/spawner.png b/1.15.2/assets/minecraft/textures/block/spawner.png new file mode 100644 index 00000000..5f85452f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/spawner.png differ diff --git a/1.15.2/assets/minecraft/textures/block/sponge.png b/1.15.2/assets/minecraft/textures/block/sponge.png new file mode 100644 index 00000000..ffb12295 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/sponge.png differ diff --git a/1.15.2/assets/minecraft/textures/block/spruce_door_bottom.png b/1.15.2/assets/minecraft/textures/block/spruce_door_bottom.png new file mode 100644 index 00000000..c94ae204 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/spruce_door_bottom.png differ diff --git a/1.15.2/assets/minecraft/textures/block/spruce_door_top.png b/1.15.2/assets/minecraft/textures/block/spruce_door_top.png new file mode 100644 index 00000000..65a86fec Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/spruce_door_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/spruce_leaves.png b/1.15.2/assets/minecraft/textures/block/spruce_leaves.png new file mode 100644 index 00000000..f7f49939 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/spruce_leaves.png differ diff --git a/1.15.2/assets/minecraft/textures/block/spruce_log.png b/1.15.2/assets/minecraft/textures/block/spruce_log.png new file mode 100644 index 00000000..2aeca1b2 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/spruce_log.png differ diff --git a/1.15.2/assets/minecraft/textures/block/spruce_log_top.png b/1.15.2/assets/minecraft/textures/block/spruce_log_top.png new file mode 100644 index 00000000..bb66f32b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/spruce_log_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/spruce_planks.png b/1.15.2/assets/minecraft/textures/block/spruce_planks.png new file mode 100644 index 00000000..7afbde74 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/spruce_planks.png differ diff --git a/1.15.2/assets/minecraft/textures/block/spruce_sapling.png b/1.15.2/assets/minecraft/textures/block/spruce_sapling.png new file mode 100644 index 00000000..37aeb9c0 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/spruce_sapling.png differ diff --git a/1.15.2/assets/minecraft/textures/block/spruce_trapdoor.png b/1.15.2/assets/minecraft/textures/block/spruce_trapdoor.png new file mode 100644 index 00000000..c9ff2ee5 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/spruce_trapdoor.png differ diff --git a/1.15.2/assets/minecraft/textures/block/stone.png b/1.15.2/assets/minecraft/textures/block/stone.png new file mode 100644 index 00000000..2665baef Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/stone.png differ diff --git a/1.15.2/assets/minecraft/textures/block/stone_bricks.png b/1.15.2/assets/minecraft/textures/block/stone_bricks.png new file mode 100644 index 00000000..c4773439 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/stone_bricks.png differ diff --git a/1.15.2/assets/minecraft/textures/block/stonecutter_bottom.png b/1.15.2/assets/minecraft/textures/block/stonecutter_bottom.png new file mode 100644 index 00000000..a9af82d3 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/stonecutter_bottom.png differ diff --git a/1.15.2/assets/minecraft/textures/block/stonecutter_saw.png b/1.15.2/assets/minecraft/textures/block/stonecutter_saw.png new file mode 100644 index 00000000..38b8654b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/stonecutter_saw.png differ diff --git a/1.15.2/assets/minecraft/textures/block/stonecutter_saw.png.mcmeta b/1.15.2/assets/minecraft/textures/block/stonecutter_saw.png.mcmeta new file mode 100644 index 00000000..a328ca58 --- /dev/null +++ b/1.15.2/assets/minecraft/textures/block/stonecutter_saw.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": false, + "frametime": 1 + } +} diff --git a/1.15.2/assets/minecraft/textures/block/stonecutter_side.png b/1.15.2/assets/minecraft/textures/block/stonecutter_side.png new file mode 100644 index 00000000..873361c4 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/stonecutter_side.png differ diff --git a/1.15.2/assets/minecraft/textures/block/stonecutter_top.png b/1.15.2/assets/minecraft/textures/block/stonecutter_top.png new file mode 100644 index 00000000..208b3e7c Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/stonecutter_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/stripped_acacia_log.png b/1.15.2/assets/minecraft/textures/block/stripped_acacia_log.png new file mode 100644 index 00000000..29cca3ad Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/stripped_acacia_log.png differ diff --git a/1.15.2/assets/minecraft/textures/block/stripped_acacia_log_top.png b/1.15.2/assets/minecraft/textures/block/stripped_acacia_log_top.png new file mode 100644 index 00000000..11d22479 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/stripped_acacia_log_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/stripped_birch_log.png b/1.15.2/assets/minecraft/textures/block/stripped_birch_log.png new file mode 100644 index 00000000..24b33c55 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/stripped_birch_log.png differ diff --git a/1.15.2/assets/minecraft/textures/block/stripped_birch_log_top.png b/1.15.2/assets/minecraft/textures/block/stripped_birch_log_top.png new file mode 100644 index 00000000..1922d354 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/stripped_birch_log_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/stripped_dark_oak_log.png b/1.15.2/assets/minecraft/textures/block/stripped_dark_oak_log.png new file mode 100644 index 00000000..99147a50 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/stripped_dark_oak_log.png differ diff --git a/1.15.2/assets/minecraft/textures/block/stripped_dark_oak_log_top.png b/1.15.2/assets/minecraft/textures/block/stripped_dark_oak_log_top.png new file mode 100644 index 00000000..546914f9 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/stripped_dark_oak_log_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/stripped_jungle_log.png b/1.15.2/assets/minecraft/textures/block/stripped_jungle_log.png new file mode 100644 index 00000000..e3eb0ac1 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/stripped_jungle_log.png differ diff --git a/1.15.2/assets/minecraft/textures/block/stripped_jungle_log_top.png b/1.15.2/assets/minecraft/textures/block/stripped_jungle_log_top.png new file mode 100644 index 00000000..785200d5 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/stripped_jungle_log_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/stripped_oak_log.png b/1.15.2/assets/minecraft/textures/block/stripped_oak_log.png new file mode 100644 index 00000000..0a1d34c3 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/stripped_oak_log.png differ diff --git a/1.15.2/assets/minecraft/textures/block/stripped_oak_log_top.png b/1.15.2/assets/minecraft/textures/block/stripped_oak_log_top.png new file mode 100644 index 00000000..c845578b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/stripped_oak_log_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/stripped_spruce_log.png b/1.15.2/assets/minecraft/textures/block/stripped_spruce_log.png new file mode 100644 index 00000000..28571249 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/stripped_spruce_log.png differ diff --git a/1.15.2/assets/minecraft/textures/block/stripped_spruce_log_top.png b/1.15.2/assets/minecraft/textures/block/stripped_spruce_log_top.png new file mode 100644 index 00000000..f2353bed Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/stripped_spruce_log_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/structure_block.png b/1.15.2/assets/minecraft/textures/block/structure_block.png new file mode 100644 index 00000000..f03ea5fe Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/structure_block.png differ diff --git a/1.15.2/assets/minecraft/textures/block/structure_block_corner.png b/1.15.2/assets/minecraft/textures/block/structure_block_corner.png new file mode 100644 index 00000000..418fd05c Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/structure_block_corner.png differ diff --git a/1.15.2/assets/minecraft/textures/block/structure_block_data.png b/1.15.2/assets/minecraft/textures/block/structure_block_data.png new file mode 100644 index 00000000..75ea3083 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/structure_block_data.png differ diff --git a/1.15.2/assets/minecraft/textures/block/structure_block_load.png b/1.15.2/assets/minecraft/textures/block/structure_block_load.png new file mode 100644 index 00000000..aca338b1 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/structure_block_load.png differ diff --git a/1.15.2/assets/minecraft/textures/block/structure_block_save.png b/1.15.2/assets/minecraft/textures/block/structure_block_save.png new file mode 100644 index 00000000..64709278 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/structure_block_save.png differ diff --git a/1.15.2/assets/minecraft/textures/block/sugar_cane.png b/1.15.2/assets/minecraft/textures/block/sugar_cane.png new file mode 100644 index 00000000..ba0be9ec Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/sugar_cane.png differ diff --git a/1.15.2/assets/minecraft/textures/block/sunflower_back.png b/1.15.2/assets/minecraft/textures/block/sunflower_back.png new file mode 100644 index 00000000..a53f762f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/sunflower_back.png differ diff --git a/1.15.2/assets/minecraft/textures/block/sunflower_bottom.png b/1.15.2/assets/minecraft/textures/block/sunflower_bottom.png new file mode 100644 index 00000000..c5c8c629 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/sunflower_bottom.png differ diff --git a/1.15.2/assets/minecraft/textures/block/sunflower_front.png b/1.15.2/assets/minecraft/textures/block/sunflower_front.png new file mode 100644 index 00000000..568bd4d7 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/sunflower_front.png differ diff --git a/1.15.2/assets/minecraft/textures/block/sunflower_top.png b/1.15.2/assets/minecraft/textures/block/sunflower_top.png new file mode 100644 index 00000000..b9747f7e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/sunflower_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/sweet_berry_bush_stage0.png b/1.15.2/assets/minecraft/textures/block/sweet_berry_bush_stage0.png new file mode 100644 index 00000000..6b5854da Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/sweet_berry_bush_stage0.png differ diff --git a/1.15.2/assets/minecraft/textures/block/sweet_berry_bush_stage1.png b/1.15.2/assets/minecraft/textures/block/sweet_berry_bush_stage1.png new file mode 100644 index 00000000..216269ca Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/sweet_berry_bush_stage1.png differ diff --git a/1.15.2/assets/minecraft/textures/block/sweet_berry_bush_stage2.png b/1.15.2/assets/minecraft/textures/block/sweet_berry_bush_stage2.png new file mode 100644 index 00000000..4254cc09 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/sweet_berry_bush_stage2.png differ diff --git a/1.15.2/assets/minecraft/textures/block/sweet_berry_bush_stage3.png b/1.15.2/assets/minecraft/textures/block/sweet_berry_bush_stage3.png new file mode 100644 index 00000000..755ba234 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/sweet_berry_bush_stage3.png differ diff --git a/1.15.2/assets/minecraft/textures/block/tall_grass_bottom.png b/1.15.2/assets/minecraft/textures/block/tall_grass_bottom.png new file mode 100644 index 00000000..54bb7d6a Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/tall_grass_bottom.png differ diff --git a/1.15.2/assets/minecraft/textures/block/tall_grass_top.png b/1.15.2/assets/minecraft/textures/block/tall_grass_top.png new file mode 100644 index 00000000..4598b7ac Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/tall_grass_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/tall_seagrass_bottom.png b/1.15.2/assets/minecraft/textures/block/tall_seagrass_bottom.png new file mode 100644 index 00000000..bb8d72d8 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/tall_seagrass_bottom.png differ diff --git a/1.15.2/assets/minecraft/textures/block/tall_seagrass_bottom.png.mcmeta b/1.15.2/assets/minecraft/textures/block/tall_seagrass_bottom.png.mcmeta new file mode 100644 index 00000000..36578bcc --- /dev/null +++ b/1.15.2/assets/minecraft/textures/block/tall_seagrass_bottom.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 2 + } +} diff --git a/1.15.2/assets/minecraft/textures/block/tall_seagrass_top.png b/1.15.2/assets/minecraft/textures/block/tall_seagrass_top.png new file mode 100644 index 00000000..1e52c7c1 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/tall_seagrass_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/tall_seagrass_top.png.mcmeta b/1.15.2/assets/minecraft/textures/block/tall_seagrass_top.png.mcmeta new file mode 100644 index 00000000..36578bcc --- /dev/null +++ b/1.15.2/assets/minecraft/textures/block/tall_seagrass_top.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 2 + } +} diff --git a/1.15.2/assets/minecraft/textures/block/terracotta.png b/1.15.2/assets/minecraft/textures/block/terracotta.png new file mode 100644 index 00000000..1f78b155 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/terracotta.png differ diff --git a/1.15.2/assets/minecraft/textures/block/tnt_bottom.png b/1.15.2/assets/minecraft/textures/block/tnt_bottom.png new file mode 100644 index 00000000..53f78d70 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/tnt_bottom.png differ diff --git a/1.15.2/assets/minecraft/textures/block/tnt_side.png b/1.15.2/assets/minecraft/textures/block/tnt_side.png new file mode 100644 index 00000000..74d66c70 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/tnt_side.png differ diff --git a/1.15.2/assets/minecraft/textures/block/tnt_top.png b/1.15.2/assets/minecraft/textures/block/tnt_top.png new file mode 100644 index 00000000..078dc312 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/tnt_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/torch.png b/1.15.2/assets/minecraft/textures/block/torch.png new file mode 100644 index 00000000..14bd2d70 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/torch.png differ diff --git a/1.15.2/assets/minecraft/textures/block/tripwire.png b/1.15.2/assets/minecraft/textures/block/tripwire.png new file mode 100644 index 00000000..5b422eff Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/tripwire.png differ diff --git a/1.15.2/assets/minecraft/textures/block/tripwire_hook.png b/1.15.2/assets/minecraft/textures/block/tripwire_hook.png new file mode 100644 index 00000000..1eda9ef6 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/tripwire_hook.png differ diff --git a/1.15.2/assets/minecraft/textures/block/tube_coral.png b/1.15.2/assets/minecraft/textures/block/tube_coral.png new file mode 100644 index 00000000..484a854d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/tube_coral.png differ diff --git a/1.15.2/assets/minecraft/textures/block/tube_coral_block.png b/1.15.2/assets/minecraft/textures/block/tube_coral_block.png new file mode 100644 index 00000000..756d32d8 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/tube_coral_block.png differ diff --git a/1.15.2/assets/minecraft/textures/block/tube_coral_fan.png b/1.15.2/assets/minecraft/textures/block/tube_coral_fan.png new file mode 100644 index 00000000..6f32fca1 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/tube_coral_fan.png differ diff --git a/1.15.2/assets/minecraft/textures/block/turtle_egg.png b/1.15.2/assets/minecraft/textures/block/turtle_egg.png new file mode 100644 index 00000000..ba920e9a Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/turtle_egg.png differ diff --git a/1.15.2/assets/minecraft/textures/block/turtle_egg_slightly_cracked.png b/1.15.2/assets/minecraft/textures/block/turtle_egg_slightly_cracked.png new file mode 100644 index 00000000..55fb04e3 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/turtle_egg_slightly_cracked.png differ diff --git a/1.15.2/assets/minecraft/textures/block/turtle_egg_very_cracked.png b/1.15.2/assets/minecraft/textures/block/turtle_egg_very_cracked.png new file mode 100644 index 00000000..b6a87688 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/turtle_egg_very_cracked.png differ diff --git a/1.15.2/assets/minecraft/textures/block/vine.png b/1.15.2/assets/minecraft/textures/block/vine.png new file mode 100644 index 00000000..3d4f836f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/vine.png differ diff --git a/1.15.2/assets/minecraft/textures/block/water_flow.png b/1.15.2/assets/minecraft/textures/block/water_flow.png new file mode 100644 index 00000000..2b90e8aa Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/water_flow.png differ diff --git a/1.15.2/assets/minecraft/textures/block/water_flow.png.mcmeta b/1.15.2/assets/minecraft/textures/block/water_flow.png.mcmeta new file mode 100644 index 00000000..4f0718ac --- /dev/null +++ b/1.15.2/assets/minecraft/textures/block/water_flow.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} \ No newline at end of file diff --git a/1.15.2/assets/minecraft/textures/block/water_overlay.png b/1.15.2/assets/minecraft/textures/block/water_overlay.png new file mode 100644 index 00000000..c0e38976 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/water_overlay.png differ diff --git a/1.15.2/assets/minecraft/textures/block/water_still.png b/1.15.2/assets/minecraft/textures/block/water_still.png new file mode 100644 index 00000000..41601626 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/water_still.png differ diff --git a/1.15.2/assets/minecraft/textures/block/water_still.png.mcmeta b/1.15.2/assets/minecraft/textures/block/water_still.png.mcmeta new file mode 100644 index 00000000..0645f48c --- /dev/null +++ b/1.15.2/assets/minecraft/textures/block/water_still.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 2 + } +} diff --git a/1.15.2/assets/minecraft/textures/block/wet_sponge.png b/1.15.2/assets/minecraft/textures/block/wet_sponge.png new file mode 100644 index 00000000..13b95c3b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/wet_sponge.png differ diff --git a/1.15.2/assets/minecraft/textures/block/wheat_stage0.png b/1.15.2/assets/minecraft/textures/block/wheat_stage0.png new file mode 100644 index 00000000..a931be80 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/wheat_stage0.png differ diff --git a/1.15.2/assets/minecraft/textures/block/wheat_stage1.png b/1.15.2/assets/minecraft/textures/block/wheat_stage1.png new file mode 100644 index 00000000..e2fde9e8 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/wheat_stage1.png differ diff --git a/1.15.2/assets/minecraft/textures/block/wheat_stage2.png b/1.15.2/assets/minecraft/textures/block/wheat_stage2.png new file mode 100644 index 00000000..8cf9cb2f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/wheat_stage2.png differ diff --git a/1.15.2/assets/minecraft/textures/block/wheat_stage3.png b/1.15.2/assets/minecraft/textures/block/wheat_stage3.png new file mode 100644 index 00000000..4c5349e2 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/wheat_stage3.png differ diff --git a/1.15.2/assets/minecraft/textures/block/wheat_stage4.png b/1.15.2/assets/minecraft/textures/block/wheat_stage4.png new file mode 100644 index 00000000..6d69e463 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/wheat_stage4.png differ diff --git a/1.15.2/assets/minecraft/textures/block/wheat_stage5.png b/1.15.2/assets/minecraft/textures/block/wheat_stage5.png new file mode 100644 index 00000000..4e4b810c Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/wheat_stage5.png differ diff --git a/1.15.2/assets/minecraft/textures/block/wheat_stage6.png b/1.15.2/assets/minecraft/textures/block/wheat_stage6.png new file mode 100644 index 00000000..9beda475 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/wheat_stage6.png differ diff --git a/1.15.2/assets/minecraft/textures/block/wheat_stage7.png b/1.15.2/assets/minecraft/textures/block/wheat_stage7.png new file mode 100644 index 00000000..e5ee897e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/wheat_stage7.png differ diff --git a/1.15.2/assets/minecraft/textures/block/white_concrete.png b/1.15.2/assets/minecraft/textures/block/white_concrete.png new file mode 100644 index 00000000..e2f7f41d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/white_concrete.png differ diff --git a/1.15.2/assets/minecraft/textures/block/white_concrete_powder.png b/1.15.2/assets/minecraft/textures/block/white_concrete_powder.png new file mode 100644 index 00000000..35ae8ae4 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/white_concrete_powder.png differ diff --git a/1.15.2/assets/minecraft/textures/block/white_glazed_terracotta.png b/1.15.2/assets/minecraft/textures/block/white_glazed_terracotta.png new file mode 100644 index 00000000..b94f6b9d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/white_glazed_terracotta.png differ diff --git a/1.15.2/assets/minecraft/textures/block/white_shulker_box.png b/1.15.2/assets/minecraft/textures/block/white_shulker_box.png new file mode 100644 index 00000000..3d87d645 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/white_shulker_box.png differ diff --git a/1.15.2/assets/minecraft/textures/block/white_stained_glass.png b/1.15.2/assets/minecraft/textures/block/white_stained_glass.png new file mode 100644 index 00000000..fc9fc65d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/white_stained_glass.png differ diff --git a/1.15.2/assets/minecraft/textures/block/white_stained_glass_pane_top.png b/1.15.2/assets/minecraft/textures/block/white_stained_glass_pane_top.png new file mode 100644 index 00000000..0c7d0917 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/white_stained_glass_pane_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/white_terracotta.png b/1.15.2/assets/minecraft/textures/block/white_terracotta.png new file mode 100644 index 00000000..b7ba8e99 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/white_terracotta.png differ diff --git a/1.15.2/assets/minecraft/textures/block/white_tulip.png b/1.15.2/assets/minecraft/textures/block/white_tulip.png new file mode 100644 index 00000000..1aa8f4db Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/white_tulip.png differ diff --git a/1.15.2/assets/minecraft/textures/block/white_wool.png b/1.15.2/assets/minecraft/textures/block/white_wool.png new file mode 100644 index 00000000..fa2c56e8 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/white_wool.png differ diff --git a/1.15.2/assets/minecraft/textures/block/wither_rose.png b/1.15.2/assets/minecraft/textures/block/wither_rose.png new file mode 100644 index 00000000..ae0a1b67 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/wither_rose.png differ diff --git a/1.15.2/assets/minecraft/textures/block/yellow_concrete.png b/1.15.2/assets/minecraft/textures/block/yellow_concrete.png new file mode 100644 index 00000000..8bc83432 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/yellow_concrete.png differ diff --git a/1.15.2/assets/minecraft/textures/block/yellow_concrete_powder.png b/1.15.2/assets/minecraft/textures/block/yellow_concrete_powder.png new file mode 100644 index 00000000..74429838 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/yellow_concrete_powder.png differ diff --git a/1.15.2/assets/minecraft/textures/block/yellow_glazed_terracotta.png b/1.15.2/assets/minecraft/textures/block/yellow_glazed_terracotta.png new file mode 100644 index 00000000..3d20abfa Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/yellow_glazed_terracotta.png differ diff --git a/1.15.2/assets/minecraft/textures/block/yellow_shulker_box.png b/1.15.2/assets/minecraft/textures/block/yellow_shulker_box.png new file mode 100644 index 00000000..671b2c36 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/yellow_shulker_box.png differ diff --git a/1.15.2/assets/minecraft/textures/block/yellow_stained_glass.png b/1.15.2/assets/minecraft/textures/block/yellow_stained_glass.png new file mode 100644 index 00000000..07c4d1bd Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/yellow_stained_glass.png differ diff --git a/1.15.2/assets/minecraft/textures/block/yellow_stained_glass_pane_top.png b/1.15.2/assets/minecraft/textures/block/yellow_stained_glass_pane_top.png new file mode 100644 index 00000000..1c8580f3 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/yellow_stained_glass_pane_top.png differ diff --git a/1.15.2/assets/minecraft/textures/block/yellow_terracotta.png b/1.15.2/assets/minecraft/textures/block/yellow_terracotta.png new file mode 100644 index 00000000..ec96503a Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/yellow_terracotta.png differ diff --git a/1.15.2/assets/minecraft/textures/block/yellow_wool.png b/1.15.2/assets/minecraft/textures/block/yellow_wool.png new file mode 100644 index 00000000..fba27874 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/block/yellow_wool.png differ diff --git a/1.15.2/assets/minecraft/textures/colormap/foliage.png b/1.15.2/assets/minecraft/textures/colormap/foliage.png new file mode 100644 index 00000000..3517423a Binary files /dev/null and b/1.15.2/assets/minecraft/textures/colormap/foliage.png differ diff --git a/1.15.2/assets/minecraft/textures/colormap/grass.png b/1.15.2/assets/minecraft/textures/colormap/grass.png new file mode 100644 index 00000000..f59dd38b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/colormap/grass.png differ diff --git a/1.15.2/assets/minecraft/textures/effect/dither.png b/1.15.2/assets/minecraft/textures/effect/dither.png new file mode 100644 index 00000000..d211107d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/effect/dither.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/alex.png b/1.15.2/assets/minecraft/textures/entity/alex.png new file mode 100644 index 00000000..ffd8e071 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/alex.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/armorstand/wood.png b/1.15.2/assets/minecraft/textures/entity/armorstand/wood.png new file mode 100644 index 00000000..c41a82f0 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/armorstand/wood.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/arrow.png b/1.15.2/assets/minecraft/textures/entity/arrow.png new file mode 100644 index 00000000..0d58b2cc Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/arrow.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/banner/base.png b/1.15.2/assets/minecraft/textures/entity/banner/base.png new file mode 100644 index 00000000..70ce7392 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/banner/base.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/banner/border.png b/1.15.2/assets/minecraft/textures/entity/banner/border.png new file mode 100644 index 00000000..ee613d49 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/banner/border.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/banner/bricks.png b/1.15.2/assets/minecraft/textures/entity/banner/bricks.png new file mode 100644 index 00000000..1821c093 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/banner/bricks.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/banner/circle.png b/1.15.2/assets/minecraft/textures/entity/banner/circle.png new file mode 100644 index 00000000..6ee6beb3 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/banner/circle.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/banner/creeper.png b/1.15.2/assets/minecraft/textures/entity/banner/creeper.png new file mode 100644 index 00000000..8c57b0d9 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/banner/creeper.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/banner/cross.png b/1.15.2/assets/minecraft/textures/entity/banner/cross.png new file mode 100644 index 00000000..9868a49c Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/banner/cross.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/banner/curly_border.png b/1.15.2/assets/minecraft/textures/entity/banner/curly_border.png new file mode 100644 index 00000000..f39a1298 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/banner/curly_border.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/banner/diagonal_left.png b/1.15.2/assets/minecraft/textures/entity/banner/diagonal_left.png new file mode 100644 index 00000000..0189c317 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/banner/diagonal_left.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/banner/diagonal_right.png b/1.15.2/assets/minecraft/textures/entity/banner/diagonal_right.png new file mode 100644 index 00000000..1fa29f01 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/banner/diagonal_right.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/banner/diagonal_up_left.png b/1.15.2/assets/minecraft/textures/entity/banner/diagonal_up_left.png new file mode 100644 index 00000000..27d3b662 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/banner/diagonal_up_left.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/banner/diagonal_up_right.png b/1.15.2/assets/minecraft/textures/entity/banner/diagonal_up_right.png new file mode 100644 index 00000000..8062de49 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/banner/diagonal_up_right.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/banner/flower.png b/1.15.2/assets/minecraft/textures/entity/banner/flower.png new file mode 100644 index 00000000..d990c166 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/banner/flower.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/banner/globe.png b/1.15.2/assets/minecraft/textures/entity/banner/globe.png new file mode 100644 index 00000000..45d0e97d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/banner/globe.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/banner/gradient.png b/1.15.2/assets/minecraft/textures/entity/banner/gradient.png new file mode 100644 index 00000000..6e5a9414 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/banner/gradient.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/banner/gradient_up.png b/1.15.2/assets/minecraft/textures/entity/banner/gradient_up.png new file mode 100644 index 00000000..468bd4cb Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/banner/gradient_up.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/banner/half_horizontal.png b/1.15.2/assets/minecraft/textures/entity/banner/half_horizontal.png new file mode 100644 index 00000000..20826e14 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/banner/half_horizontal.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/banner/half_horizontal_bottom.png b/1.15.2/assets/minecraft/textures/entity/banner/half_horizontal_bottom.png new file mode 100644 index 00000000..ee5f94f1 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/banner/half_horizontal_bottom.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/banner/half_vertical.png b/1.15.2/assets/minecraft/textures/entity/banner/half_vertical.png new file mode 100644 index 00000000..6ced0af4 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/banner/half_vertical.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/banner/half_vertical_right.png b/1.15.2/assets/minecraft/textures/entity/banner/half_vertical_right.png new file mode 100644 index 00000000..a05d0c11 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/banner/half_vertical_right.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/banner/mojang.png b/1.15.2/assets/minecraft/textures/entity/banner/mojang.png new file mode 100644 index 00000000..30c30347 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/banner/mojang.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/banner/rhombus.png b/1.15.2/assets/minecraft/textures/entity/banner/rhombus.png new file mode 100644 index 00000000..bb3dd556 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/banner/rhombus.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/banner/skull.png b/1.15.2/assets/minecraft/textures/entity/banner/skull.png new file mode 100644 index 00000000..8a6cc1b3 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/banner/skull.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/banner/small_stripes.png b/1.15.2/assets/minecraft/textures/entity/banner/small_stripes.png new file mode 100644 index 00000000..7104ad3d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/banner/small_stripes.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/banner/square_bottom_left.png b/1.15.2/assets/minecraft/textures/entity/banner/square_bottom_left.png new file mode 100644 index 00000000..761d4921 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/banner/square_bottom_left.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/banner/square_bottom_right.png b/1.15.2/assets/minecraft/textures/entity/banner/square_bottom_right.png new file mode 100644 index 00000000..c6466109 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/banner/square_bottom_right.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/banner/square_top_left.png b/1.15.2/assets/minecraft/textures/entity/banner/square_top_left.png new file mode 100644 index 00000000..7c1f1d9c Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/banner/square_top_left.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/banner/square_top_right.png b/1.15.2/assets/minecraft/textures/entity/banner/square_top_right.png new file mode 100644 index 00000000..c66452cf Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/banner/square_top_right.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/banner/straight_cross.png b/1.15.2/assets/minecraft/textures/entity/banner/straight_cross.png new file mode 100644 index 00000000..b5aee999 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/banner/straight_cross.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/banner/stripe_bottom.png b/1.15.2/assets/minecraft/textures/entity/banner/stripe_bottom.png new file mode 100644 index 00000000..7c52d0c8 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/banner/stripe_bottom.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/banner/stripe_center.png b/1.15.2/assets/minecraft/textures/entity/banner/stripe_center.png new file mode 100644 index 00000000..d7efe29f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/banner/stripe_center.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/banner/stripe_downleft.png b/1.15.2/assets/minecraft/textures/entity/banner/stripe_downleft.png new file mode 100644 index 00000000..34f8e7ce Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/banner/stripe_downleft.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/banner/stripe_downright.png b/1.15.2/assets/minecraft/textures/entity/banner/stripe_downright.png new file mode 100644 index 00000000..01421935 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/banner/stripe_downright.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/banner/stripe_left.png b/1.15.2/assets/minecraft/textures/entity/banner/stripe_left.png new file mode 100644 index 00000000..7b6788eb Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/banner/stripe_left.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/banner/stripe_middle.png b/1.15.2/assets/minecraft/textures/entity/banner/stripe_middle.png new file mode 100644 index 00000000..37feba22 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/banner/stripe_middle.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/banner/stripe_right.png b/1.15.2/assets/minecraft/textures/entity/banner/stripe_right.png new file mode 100644 index 00000000..3c89f8a3 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/banner/stripe_right.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/banner/stripe_top.png b/1.15.2/assets/minecraft/textures/entity/banner/stripe_top.png new file mode 100644 index 00000000..5fc5de70 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/banner/stripe_top.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/banner/triangle_bottom.png b/1.15.2/assets/minecraft/textures/entity/banner/triangle_bottom.png new file mode 100644 index 00000000..a324a190 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/banner/triangle_bottom.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/banner/triangle_top.png b/1.15.2/assets/minecraft/textures/entity/banner/triangle_top.png new file mode 100644 index 00000000..00f86623 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/banner/triangle_top.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/banner/triangles_bottom.png b/1.15.2/assets/minecraft/textures/entity/banner/triangles_bottom.png new file mode 100644 index 00000000..8e535f59 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/banner/triangles_bottom.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/banner/triangles_top.png b/1.15.2/assets/minecraft/textures/entity/banner/triangles_top.png new file mode 100644 index 00000000..4bd0b8b2 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/banner/triangles_top.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/banner_base.png b/1.15.2/assets/minecraft/textures/entity/banner_base.png new file mode 100644 index 00000000..d8fa0f59 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/banner_base.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/bat.png b/1.15.2/assets/minecraft/textures/entity/bat.png new file mode 100644 index 00000000..3f71bc47 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/bat.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/beacon_beam.png b/1.15.2/assets/minecraft/textures/entity/beacon_beam.png new file mode 100644 index 00000000..a2da8c6f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/beacon_beam.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/bear/polarbear.png b/1.15.2/assets/minecraft/textures/entity/bear/polarbear.png new file mode 100644 index 00000000..59de9a1c Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/bear/polarbear.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/bed/black.png b/1.15.2/assets/minecraft/textures/entity/bed/black.png new file mode 100644 index 00000000..9893104c Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/bed/black.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/bed/blue.png b/1.15.2/assets/minecraft/textures/entity/bed/blue.png new file mode 100644 index 00000000..653e086d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/bed/blue.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/bed/brown.png b/1.15.2/assets/minecraft/textures/entity/bed/brown.png new file mode 100644 index 00000000..d4e15d69 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/bed/brown.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/bed/cyan.png b/1.15.2/assets/minecraft/textures/entity/bed/cyan.png new file mode 100644 index 00000000..319fd268 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/bed/cyan.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/bed/gray.png b/1.15.2/assets/minecraft/textures/entity/bed/gray.png new file mode 100644 index 00000000..9879a779 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/bed/gray.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/bed/green.png b/1.15.2/assets/minecraft/textures/entity/bed/green.png new file mode 100644 index 00000000..8eb60ecc Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/bed/green.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/bed/light_blue.png b/1.15.2/assets/minecraft/textures/entity/bed/light_blue.png new file mode 100644 index 00000000..7b605839 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/bed/light_blue.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/bed/light_gray.png b/1.15.2/assets/minecraft/textures/entity/bed/light_gray.png new file mode 100644 index 00000000..c35d5479 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/bed/light_gray.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/bed/lime.png b/1.15.2/assets/minecraft/textures/entity/bed/lime.png new file mode 100644 index 00000000..f8fe0e69 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/bed/lime.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/bed/magenta.png b/1.15.2/assets/minecraft/textures/entity/bed/magenta.png new file mode 100644 index 00000000..2b53bb9c Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/bed/magenta.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/bed/orange.png b/1.15.2/assets/minecraft/textures/entity/bed/orange.png new file mode 100644 index 00000000..2fbc511c Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/bed/orange.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/bed/pink.png b/1.15.2/assets/minecraft/textures/entity/bed/pink.png new file mode 100644 index 00000000..1411ef37 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/bed/pink.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/bed/purple.png b/1.15.2/assets/minecraft/textures/entity/bed/purple.png new file mode 100644 index 00000000..f24a8359 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/bed/purple.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/bed/red.png b/1.15.2/assets/minecraft/textures/entity/bed/red.png new file mode 100644 index 00000000..3e13835a Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/bed/red.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/bed/white.png b/1.15.2/assets/minecraft/textures/entity/bed/white.png new file mode 100644 index 00000000..6e52d5c9 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/bed/white.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/bed/yellow.png b/1.15.2/assets/minecraft/textures/entity/bed/yellow.png new file mode 100644 index 00000000..1d3d4040 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/bed/yellow.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/bee/bee.png b/1.15.2/assets/minecraft/textures/entity/bee/bee.png new file mode 100644 index 00000000..9927efbc Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/bee/bee.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/bee/bee_angry.png b/1.15.2/assets/minecraft/textures/entity/bee/bee_angry.png new file mode 100644 index 00000000..1533277d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/bee/bee_angry.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/bee/bee_angry_nectar.png b/1.15.2/assets/minecraft/textures/entity/bee/bee_angry_nectar.png new file mode 100644 index 00000000..85b89a73 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/bee/bee_angry_nectar.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/bee/bee_nectar.png b/1.15.2/assets/minecraft/textures/entity/bee/bee_nectar.png new file mode 100644 index 00000000..209918bd Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/bee/bee_nectar.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/bee/bee_stinger.png b/1.15.2/assets/minecraft/textures/entity/bee/bee_stinger.png new file mode 100644 index 00000000..d17f4dc1 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/bee/bee_stinger.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/bell/bell_body.png b/1.15.2/assets/minecraft/textures/entity/bell/bell_body.png new file mode 100644 index 00000000..511a979f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/bell/bell_body.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/blaze.png b/1.15.2/assets/minecraft/textures/entity/blaze.png new file mode 100644 index 00000000..afcc89f6 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/blaze.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/boat/acacia.png b/1.15.2/assets/minecraft/textures/entity/boat/acacia.png new file mode 100644 index 00000000..88d8c758 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/boat/acacia.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/boat/birch.png b/1.15.2/assets/minecraft/textures/entity/boat/birch.png new file mode 100644 index 00000000..e9048b81 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/boat/birch.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/boat/dark_oak.png b/1.15.2/assets/minecraft/textures/entity/boat/dark_oak.png new file mode 100644 index 00000000..963f96fb Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/boat/dark_oak.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/boat/jungle.png b/1.15.2/assets/minecraft/textures/entity/boat/jungle.png new file mode 100644 index 00000000..73bb4d1e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/boat/jungle.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/boat/oak.png b/1.15.2/assets/minecraft/textures/entity/boat/oak.png new file mode 100644 index 00000000..5ef4ad4a Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/boat/oak.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/boat/spruce.png b/1.15.2/assets/minecraft/textures/entity/boat/spruce.png new file mode 100644 index 00000000..b62e0403 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/boat/spruce.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/cat/all_black.png b/1.15.2/assets/minecraft/textures/entity/cat/all_black.png new file mode 100644 index 00000000..66be34ab Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/cat/all_black.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/cat/black.png b/1.15.2/assets/minecraft/textures/entity/cat/black.png new file mode 100644 index 00000000..f34a9ee8 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/cat/black.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/cat/british_shorthair.png b/1.15.2/assets/minecraft/textures/entity/cat/british_shorthair.png new file mode 100644 index 00000000..01b2f8e1 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/cat/british_shorthair.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/cat/calico.png b/1.15.2/assets/minecraft/textures/entity/cat/calico.png new file mode 100644 index 00000000..cc9c4502 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/cat/calico.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/cat/cat_collar.png b/1.15.2/assets/minecraft/textures/entity/cat/cat_collar.png new file mode 100644 index 00000000..bc1b17bf Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/cat/cat_collar.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/cat/jellie.png b/1.15.2/assets/minecraft/textures/entity/cat/jellie.png new file mode 100644 index 00000000..f46287a4 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/cat/jellie.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/cat/ocelot.png b/1.15.2/assets/minecraft/textures/entity/cat/ocelot.png new file mode 100644 index 00000000..5f24e606 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/cat/ocelot.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/cat/persian.png b/1.15.2/assets/minecraft/textures/entity/cat/persian.png new file mode 100644 index 00000000..68399dab Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/cat/persian.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/cat/ragdoll.png b/1.15.2/assets/minecraft/textures/entity/cat/ragdoll.png new file mode 100644 index 00000000..13c8d5a5 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/cat/ragdoll.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/cat/red.png b/1.15.2/assets/minecraft/textures/entity/cat/red.png new file mode 100644 index 00000000..68edb25e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/cat/red.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/cat/siamese.png b/1.15.2/assets/minecraft/textures/entity/cat/siamese.png new file mode 100644 index 00000000..8131120c Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/cat/siamese.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/cat/tabby.png b/1.15.2/assets/minecraft/textures/entity/cat/tabby.png new file mode 100644 index 00000000..4d353bbf Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/cat/tabby.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/cat/white.png b/1.15.2/assets/minecraft/textures/entity/cat/white.png new file mode 100644 index 00000000..1a092529 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/cat/white.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/chest/christmas.png b/1.15.2/assets/minecraft/textures/entity/chest/christmas.png new file mode 100644 index 00000000..8cb25eef Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/chest/christmas.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/chest/christmas_left.png b/1.15.2/assets/minecraft/textures/entity/chest/christmas_left.png new file mode 100644 index 00000000..69842b8e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/chest/christmas_left.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/chest/christmas_right.png b/1.15.2/assets/minecraft/textures/entity/chest/christmas_right.png new file mode 100644 index 00000000..140be973 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/chest/christmas_right.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/chest/ender.png b/1.15.2/assets/minecraft/textures/entity/chest/ender.png new file mode 100644 index 00000000..26cbce38 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/chest/ender.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/chest/normal.png b/1.15.2/assets/minecraft/textures/entity/chest/normal.png new file mode 100644 index 00000000..ac361a55 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/chest/normal.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/chest/normal_left.png b/1.15.2/assets/minecraft/textures/entity/chest/normal_left.png new file mode 100644 index 00000000..d1d7f2cb Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/chest/normal_left.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/chest/normal_right.png b/1.15.2/assets/minecraft/textures/entity/chest/normal_right.png new file mode 100644 index 00000000..804aedf0 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/chest/normal_right.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/chest/trapped.png b/1.15.2/assets/minecraft/textures/entity/chest/trapped.png new file mode 100644 index 00000000..f2809266 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/chest/trapped.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/chest/trapped_left.png b/1.15.2/assets/minecraft/textures/entity/chest/trapped_left.png new file mode 100644 index 00000000..a272dbab Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/chest/trapped_left.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/chest/trapped_right.png b/1.15.2/assets/minecraft/textures/entity/chest/trapped_right.png new file mode 100644 index 00000000..73e75b2e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/chest/trapped_right.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/chicken.png b/1.15.2/assets/minecraft/textures/entity/chicken.png new file mode 100644 index 00000000..b56b49fe Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/chicken.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/conduit/base.png b/1.15.2/assets/minecraft/textures/entity/conduit/base.png new file mode 100644 index 00000000..dfc0bae8 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/conduit/base.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/conduit/break_particle.png b/1.15.2/assets/minecraft/textures/entity/conduit/break_particle.png new file mode 100644 index 00000000..78e0416c Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/conduit/break_particle.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/conduit/cage.png b/1.15.2/assets/minecraft/textures/entity/conduit/cage.png new file mode 100644 index 00000000..fe51d426 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/conduit/cage.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/conduit/closed_eye.png b/1.15.2/assets/minecraft/textures/entity/conduit/closed_eye.png new file mode 100644 index 00000000..204b1100 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/conduit/closed_eye.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/conduit/open_eye.png b/1.15.2/assets/minecraft/textures/entity/conduit/open_eye.png new file mode 100644 index 00000000..694601d2 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/conduit/open_eye.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/conduit/wind.png b/1.15.2/assets/minecraft/textures/entity/conduit/wind.png new file mode 100644 index 00000000..3287fe25 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/conduit/wind.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/conduit/wind.png.mcmeta b/1.15.2/assets/minecraft/textures/entity/conduit/wind.png.mcmeta new file mode 100644 index 00000000..93f0855e --- /dev/null +++ b/1.15.2/assets/minecraft/textures/entity/conduit/wind.png.mcmeta @@ -0,0 +1,31 @@ +{ + "animation": { + "frametime": 3, + "width": 64, + "height": 32, + "frames": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21 + ] + } +} diff --git a/1.15.2/assets/minecraft/textures/entity/conduit/wind_vertical.png b/1.15.2/assets/minecraft/textures/entity/conduit/wind_vertical.png new file mode 100644 index 00000000..a5f38ceb Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/conduit/wind_vertical.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/conduit/wind_vertical.png.mcmeta b/1.15.2/assets/minecraft/textures/entity/conduit/wind_vertical.png.mcmeta new file mode 100644 index 00000000..93f0855e --- /dev/null +++ b/1.15.2/assets/minecraft/textures/entity/conduit/wind_vertical.png.mcmeta @@ -0,0 +1,31 @@ +{ + "animation": { + "frametime": 3, + "width": 64, + "height": 32, + "frames": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21 + ] + } +} diff --git a/1.15.2/assets/minecraft/textures/entity/cow/brown_mooshroom.png b/1.15.2/assets/minecraft/textures/entity/cow/brown_mooshroom.png new file mode 100644 index 00000000..fb2e6782 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/cow/brown_mooshroom.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/cow/cow.png b/1.15.2/assets/minecraft/textures/entity/cow/cow.png new file mode 100644 index 00000000..c110519d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/cow/cow.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/cow/red_mooshroom.png b/1.15.2/assets/minecraft/textures/entity/cow/red_mooshroom.png new file mode 100644 index 00000000..180f514d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/cow/red_mooshroom.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/creeper/creeper.png b/1.15.2/assets/minecraft/textures/entity/creeper/creeper.png new file mode 100644 index 00000000..3875ea90 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/creeper/creeper.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/creeper/creeper_armor.png b/1.15.2/assets/minecraft/textures/entity/creeper/creeper_armor.png new file mode 100644 index 00000000..cc905d4d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/creeper/creeper_armor.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/dolphin.png b/1.15.2/assets/minecraft/textures/entity/dolphin.png new file mode 100644 index 00000000..25bec56f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/dolphin.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/elytra.png b/1.15.2/assets/minecraft/textures/entity/elytra.png new file mode 100644 index 00000000..f3389ab7 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/elytra.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/enchanting_table_book.png b/1.15.2/assets/minecraft/textures/entity/enchanting_table_book.png new file mode 100644 index 00000000..7a4c2164 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/enchanting_table_book.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/end_crystal/end_crystal.png b/1.15.2/assets/minecraft/textures/entity/end_crystal/end_crystal.png new file mode 100644 index 00000000..348afa2a Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/end_crystal/end_crystal.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/end_crystal/end_crystal_beam.png b/1.15.2/assets/minecraft/textures/entity/end_crystal/end_crystal_beam.png new file mode 100644 index 00000000..1c2e187c Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/end_crystal/end_crystal_beam.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/end_gateway_beam.png b/1.15.2/assets/minecraft/textures/entity/end_gateway_beam.png new file mode 100644 index 00000000..e5071ee7 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/end_gateway_beam.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/end_portal.png b/1.15.2/assets/minecraft/textures/entity/end_portal.png new file mode 100644 index 00000000..173731a1 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/end_portal.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/enderdragon/dragon.png b/1.15.2/assets/minecraft/textures/entity/enderdragon/dragon.png new file mode 100644 index 00000000..8d15e532 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/enderdragon/dragon.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/enderdragon/dragon_exploding.png b/1.15.2/assets/minecraft/textures/entity/enderdragon/dragon_exploding.png new file mode 100644 index 00000000..6ac3078b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/enderdragon/dragon_exploding.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/enderdragon/dragon_eyes.png b/1.15.2/assets/minecraft/textures/entity/enderdragon/dragon_eyes.png new file mode 100644 index 00000000..146d604e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/enderdragon/dragon_eyes.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/enderdragon/dragon_fireball.png b/1.15.2/assets/minecraft/textures/entity/enderdragon/dragon_fireball.png new file mode 100644 index 00000000..4ac6358e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/enderdragon/dragon_fireball.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/enderman/enderman.png b/1.15.2/assets/minecraft/textures/entity/enderman/enderman.png new file mode 100644 index 00000000..0413f8c5 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/enderman/enderman.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/enderman/enderman_eyes.png b/1.15.2/assets/minecraft/textures/entity/enderman/enderman_eyes.png new file mode 100644 index 00000000..ade580ef Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/enderman/enderman_eyes.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/endermite.png b/1.15.2/assets/minecraft/textures/entity/endermite.png new file mode 100644 index 00000000..adc6c7fe Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/endermite.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/experience_orb.png b/1.15.2/assets/minecraft/textures/entity/experience_orb.png new file mode 100644 index 00000000..0a56f0f6 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/experience_orb.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/fish/cod.png b/1.15.2/assets/minecraft/textures/entity/fish/cod.png new file mode 100644 index 00000000..8fa1ff2f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/fish/cod.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/fish/pufferfish.png b/1.15.2/assets/minecraft/textures/entity/fish/pufferfish.png new file mode 100644 index 00000000..0b86b022 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/fish/pufferfish.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/fish/salmon.png b/1.15.2/assets/minecraft/textures/entity/fish/salmon.png new file mode 100644 index 00000000..9b18b3e6 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/fish/salmon.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/fish/tropical_a.png b/1.15.2/assets/minecraft/textures/entity/fish/tropical_a.png new file mode 100644 index 00000000..e3ce5ef9 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/fish/tropical_a.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/fish/tropical_a_pattern_1.png b/1.15.2/assets/minecraft/textures/entity/fish/tropical_a_pattern_1.png new file mode 100644 index 00000000..d1ca7bbf Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/fish/tropical_a_pattern_1.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/fish/tropical_a_pattern_2.png b/1.15.2/assets/minecraft/textures/entity/fish/tropical_a_pattern_2.png new file mode 100644 index 00000000..02d5a8d3 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/fish/tropical_a_pattern_2.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/fish/tropical_a_pattern_3.png b/1.15.2/assets/minecraft/textures/entity/fish/tropical_a_pattern_3.png new file mode 100644 index 00000000..1caab9ac Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/fish/tropical_a_pattern_3.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/fish/tropical_a_pattern_4.png b/1.15.2/assets/minecraft/textures/entity/fish/tropical_a_pattern_4.png new file mode 100644 index 00000000..a2c7fa24 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/fish/tropical_a_pattern_4.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/fish/tropical_a_pattern_5.png b/1.15.2/assets/minecraft/textures/entity/fish/tropical_a_pattern_5.png new file mode 100644 index 00000000..2df3dc5c Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/fish/tropical_a_pattern_5.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/fish/tropical_a_pattern_6.png b/1.15.2/assets/minecraft/textures/entity/fish/tropical_a_pattern_6.png new file mode 100644 index 00000000..06ed8367 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/fish/tropical_a_pattern_6.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/fish/tropical_b.png b/1.15.2/assets/minecraft/textures/entity/fish/tropical_b.png new file mode 100644 index 00000000..7de4312b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/fish/tropical_b.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/fish/tropical_b_pattern_1.png b/1.15.2/assets/minecraft/textures/entity/fish/tropical_b_pattern_1.png new file mode 100644 index 00000000..5b19c284 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/fish/tropical_b_pattern_1.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/fish/tropical_b_pattern_2.png b/1.15.2/assets/minecraft/textures/entity/fish/tropical_b_pattern_2.png new file mode 100644 index 00000000..948154d8 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/fish/tropical_b_pattern_2.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/fish/tropical_b_pattern_3.png b/1.15.2/assets/minecraft/textures/entity/fish/tropical_b_pattern_3.png new file mode 100644 index 00000000..0c948d2f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/fish/tropical_b_pattern_3.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/fish/tropical_b_pattern_4.png b/1.15.2/assets/minecraft/textures/entity/fish/tropical_b_pattern_4.png new file mode 100644 index 00000000..0ecf7403 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/fish/tropical_b_pattern_4.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/fish/tropical_b_pattern_5.png b/1.15.2/assets/minecraft/textures/entity/fish/tropical_b_pattern_5.png new file mode 100644 index 00000000..ce941a2d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/fish/tropical_b_pattern_5.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/fish/tropical_b_pattern_6.png b/1.15.2/assets/minecraft/textures/entity/fish/tropical_b_pattern_6.png new file mode 100644 index 00000000..61f70196 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/fish/tropical_b_pattern_6.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/fishing_hook.png b/1.15.2/assets/minecraft/textures/entity/fishing_hook.png new file mode 100644 index 00000000..e1e3c9d7 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/fishing_hook.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/fox/fox.png b/1.15.2/assets/minecraft/textures/entity/fox/fox.png new file mode 100644 index 00000000..2d068d68 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/fox/fox.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/fox/fox_sleep.png b/1.15.2/assets/minecraft/textures/entity/fox/fox_sleep.png new file mode 100644 index 00000000..4751cfe1 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/fox/fox_sleep.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/fox/snow_fox.png b/1.15.2/assets/minecraft/textures/entity/fox/snow_fox.png new file mode 100644 index 00000000..a41fb537 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/fox/snow_fox.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/fox/snow_fox_sleep.png b/1.15.2/assets/minecraft/textures/entity/fox/snow_fox_sleep.png new file mode 100644 index 00000000..e71ae7b1 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/fox/snow_fox_sleep.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/ghast/ghast.png b/1.15.2/assets/minecraft/textures/entity/ghast/ghast.png new file mode 100644 index 00000000..ca2823e9 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/ghast/ghast.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/ghast/ghast_shooting.png b/1.15.2/assets/minecraft/textures/entity/ghast/ghast_shooting.png new file mode 100644 index 00000000..2e6badbd Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/ghast/ghast_shooting.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/guardian.png b/1.15.2/assets/minecraft/textures/entity/guardian.png new file mode 100644 index 00000000..9945242b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/guardian.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/guardian_beam.png b/1.15.2/assets/minecraft/textures/entity/guardian_beam.png new file mode 100644 index 00000000..73a23109 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/guardian_beam.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/guardian_elder.png b/1.15.2/assets/minecraft/textures/entity/guardian_elder.png new file mode 100644 index 00000000..79e0f2c1 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/guardian_elder.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/horse/armor/horse_armor_diamond.png b/1.15.2/assets/minecraft/textures/entity/horse/armor/horse_armor_diamond.png new file mode 100644 index 00000000..2a7e179e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/horse/armor/horse_armor_diamond.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/horse/armor/horse_armor_gold.png b/1.15.2/assets/minecraft/textures/entity/horse/armor/horse_armor_gold.png new file mode 100644 index 00000000..a9b09e2c Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/horse/armor/horse_armor_gold.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/horse/armor/horse_armor_iron.png b/1.15.2/assets/minecraft/textures/entity/horse/armor/horse_armor_iron.png new file mode 100644 index 00000000..a0a88faa Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/horse/armor/horse_armor_iron.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/horse/armor/horse_armor_leather.png b/1.15.2/assets/minecraft/textures/entity/horse/armor/horse_armor_leather.png new file mode 100644 index 00000000..0c110da9 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/horse/armor/horse_armor_leather.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/horse/donkey.png b/1.15.2/assets/minecraft/textures/entity/horse/donkey.png new file mode 100644 index 00000000..a8745194 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/horse/donkey.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/horse/horse_black.png b/1.15.2/assets/minecraft/textures/entity/horse/horse_black.png new file mode 100644 index 00000000..d5fddb0d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/horse/horse_black.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/horse/horse_brown.png b/1.15.2/assets/minecraft/textures/entity/horse/horse_brown.png new file mode 100644 index 00000000..3bc9c97d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/horse/horse_brown.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/horse/horse_chestnut.png b/1.15.2/assets/minecraft/textures/entity/horse/horse_chestnut.png new file mode 100644 index 00000000..dc986a45 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/horse/horse_chestnut.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/horse/horse_creamy.png b/1.15.2/assets/minecraft/textures/entity/horse/horse_creamy.png new file mode 100644 index 00000000..13d08df2 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/horse/horse_creamy.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/horse/horse_darkbrown.png b/1.15.2/assets/minecraft/textures/entity/horse/horse_darkbrown.png new file mode 100644 index 00000000..d0a951ba Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/horse/horse_darkbrown.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/horse/horse_gray.png b/1.15.2/assets/minecraft/textures/entity/horse/horse_gray.png new file mode 100644 index 00000000..d0e64b84 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/horse/horse_gray.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/horse/horse_markings_blackdots.png b/1.15.2/assets/minecraft/textures/entity/horse/horse_markings_blackdots.png new file mode 100644 index 00000000..90bbd826 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/horse/horse_markings_blackdots.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/horse/horse_markings_white.png b/1.15.2/assets/minecraft/textures/entity/horse/horse_markings_white.png new file mode 100644 index 00000000..4799ff6a Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/horse/horse_markings_white.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/horse/horse_markings_whitedots.png b/1.15.2/assets/minecraft/textures/entity/horse/horse_markings_whitedots.png new file mode 100644 index 00000000..42a8fd0c Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/horse/horse_markings_whitedots.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/horse/horse_markings_whitefield.png b/1.15.2/assets/minecraft/textures/entity/horse/horse_markings_whitefield.png new file mode 100644 index 00000000..f7432314 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/horse/horse_markings_whitefield.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/horse/horse_skeleton.png b/1.15.2/assets/minecraft/textures/entity/horse/horse_skeleton.png new file mode 100644 index 00000000..6d1a79df Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/horse/horse_skeleton.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/horse/horse_white.png b/1.15.2/assets/minecraft/textures/entity/horse/horse_white.png new file mode 100644 index 00000000..66078e8e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/horse/horse_white.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/horse/horse_zombie.png b/1.15.2/assets/minecraft/textures/entity/horse/horse_zombie.png new file mode 100644 index 00000000..f369b40c Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/horse/horse_zombie.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/horse/mule.png b/1.15.2/assets/minecraft/textures/entity/horse/mule.png new file mode 100644 index 00000000..3751ed0c Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/horse/mule.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/illager/evoker.png b/1.15.2/assets/minecraft/textures/entity/illager/evoker.png new file mode 100644 index 00000000..480dc616 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/illager/evoker.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/illager/evoker_fangs.png b/1.15.2/assets/minecraft/textures/entity/illager/evoker_fangs.png new file mode 100644 index 00000000..98db535a Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/illager/evoker_fangs.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/illager/illusioner.png b/1.15.2/assets/minecraft/textures/entity/illager/illusioner.png new file mode 100644 index 00000000..72f5ee8e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/illager/illusioner.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/illager/pillager.png b/1.15.2/assets/minecraft/textures/entity/illager/pillager.png new file mode 100644 index 00000000..669acc3b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/illager/pillager.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/illager/ravager.png b/1.15.2/assets/minecraft/textures/entity/illager/ravager.png new file mode 100644 index 00000000..eafbcfe2 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/illager/ravager.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/illager/vex.png b/1.15.2/assets/minecraft/textures/entity/illager/vex.png new file mode 100644 index 00000000..dd538e7d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/illager/vex.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/illager/vex_charging.png b/1.15.2/assets/minecraft/textures/entity/illager/vex_charging.png new file mode 100644 index 00000000..971114e7 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/illager/vex_charging.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/illager/vindicator.png b/1.15.2/assets/minecraft/textures/entity/illager/vindicator.png new file mode 100644 index 00000000..181fd2fe Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/illager/vindicator.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/iron_golem/iron_golem.png b/1.15.2/assets/minecraft/textures/entity/iron_golem/iron_golem.png new file mode 100644 index 00000000..931e2f9f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/iron_golem/iron_golem.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/iron_golem/iron_golem_crackiness_high.png b/1.15.2/assets/minecraft/textures/entity/iron_golem/iron_golem_crackiness_high.png new file mode 100644 index 00000000..cd813629 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/iron_golem/iron_golem_crackiness_high.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/iron_golem/iron_golem_crackiness_low.png b/1.15.2/assets/minecraft/textures/entity/iron_golem/iron_golem_crackiness_low.png new file mode 100644 index 00000000..0d12ff93 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/iron_golem/iron_golem_crackiness_low.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/iron_golem/iron_golem_crackiness_medium.png b/1.15.2/assets/minecraft/textures/entity/iron_golem/iron_golem_crackiness_medium.png new file mode 100644 index 00000000..9387fa1e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/iron_golem/iron_golem_crackiness_medium.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/lead_knot.png b/1.15.2/assets/minecraft/textures/entity/lead_knot.png new file mode 100644 index 00000000..d6783071 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/lead_knot.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/llama/brown.png b/1.15.2/assets/minecraft/textures/entity/llama/brown.png new file mode 100644 index 00000000..10991376 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/llama/brown.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/llama/creamy.png b/1.15.2/assets/minecraft/textures/entity/llama/creamy.png new file mode 100644 index 00000000..5a4b6877 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/llama/creamy.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/llama/decor/black.png b/1.15.2/assets/minecraft/textures/entity/llama/decor/black.png new file mode 100644 index 00000000..92387637 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/llama/decor/black.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/llama/decor/blue.png b/1.15.2/assets/minecraft/textures/entity/llama/decor/blue.png new file mode 100644 index 00000000..bf7762e1 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/llama/decor/blue.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/llama/decor/brown.png b/1.15.2/assets/minecraft/textures/entity/llama/decor/brown.png new file mode 100644 index 00000000..03a80e12 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/llama/decor/brown.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/llama/decor/cyan.png b/1.15.2/assets/minecraft/textures/entity/llama/decor/cyan.png new file mode 100644 index 00000000..f149b9cd Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/llama/decor/cyan.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/llama/decor/gray.png b/1.15.2/assets/minecraft/textures/entity/llama/decor/gray.png new file mode 100644 index 00000000..a2f1b4f0 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/llama/decor/gray.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/llama/decor/green.png b/1.15.2/assets/minecraft/textures/entity/llama/decor/green.png new file mode 100644 index 00000000..732d7ec1 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/llama/decor/green.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/llama/decor/light_blue.png b/1.15.2/assets/minecraft/textures/entity/llama/decor/light_blue.png new file mode 100644 index 00000000..500a404f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/llama/decor/light_blue.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/llama/decor/light_gray.png b/1.15.2/assets/minecraft/textures/entity/llama/decor/light_gray.png new file mode 100644 index 00000000..4a89b3a5 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/llama/decor/light_gray.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/llama/decor/lime.png b/1.15.2/assets/minecraft/textures/entity/llama/decor/lime.png new file mode 100644 index 00000000..238eff41 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/llama/decor/lime.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/llama/decor/magenta.png b/1.15.2/assets/minecraft/textures/entity/llama/decor/magenta.png new file mode 100644 index 00000000..0ff23355 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/llama/decor/magenta.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/llama/decor/orange.png b/1.15.2/assets/minecraft/textures/entity/llama/decor/orange.png new file mode 100644 index 00000000..5b24951a Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/llama/decor/orange.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/llama/decor/pink.png b/1.15.2/assets/minecraft/textures/entity/llama/decor/pink.png new file mode 100644 index 00000000..897ba65d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/llama/decor/pink.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/llama/decor/purple.png b/1.15.2/assets/minecraft/textures/entity/llama/decor/purple.png new file mode 100644 index 00000000..308adbec Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/llama/decor/purple.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/llama/decor/red.png b/1.15.2/assets/minecraft/textures/entity/llama/decor/red.png new file mode 100644 index 00000000..1b83dc37 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/llama/decor/red.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/llama/decor/trader_llama.png b/1.15.2/assets/minecraft/textures/entity/llama/decor/trader_llama.png new file mode 100644 index 00000000..61f28eb3 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/llama/decor/trader_llama.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/llama/decor/white.png b/1.15.2/assets/minecraft/textures/entity/llama/decor/white.png new file mode 100644 index 00000000..c8cf1761 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/llama/decor/white.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/llama/decor/yellow.png b/1.15.2/assets/minecraft/textures/entity/llama/decor/yellow.png new file mode 100644 index 00000000..64144cf5 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/llama/decor/yellow.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/llama/gray.png b/1.15.2/assets/minecraft/textures/entity/llama/gray.png new file mode 100644 index 00000000..3e170d11 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/llama/gray.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/llama/spit.png b/1.15.2/assets/minecraft/textures/entity/llama/spit.png new file mode 100644 index 00000000..fdcc4b12 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/llama/spit.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/llama/white.png b/1.15.2/assets/minecraft/textures/entity/llama/white.png new file mode 100644 index 00000000..d84fe157 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/llama/white.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/minecart.png b/1.15.2/assets/minecraft/textures/entity/minecart.png new file mode 100644 index 00000000..5ca94c00 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/minecart.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/panda/aggressive_panda.png b/1.15.2/assets/minecraft/textures/entity/panda/aggressive_panda.png new file mode 100644 index 00000000..5a6291b6 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/panda/aggressive_panda.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/panda/brown_panda.png b/1.15.2/assets/minecraft/textures/entity/panda/brown_panda.png new file mode 100644 index 00000000..cc51cc78 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/panda/brown_panda.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/panda/lazy_panda.png b/1.15.2/assets/minecraft/textures/entity/panda/lazy_panda.png new file mode 100644 index 00000000..7221b32b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/panda/lazy_panda.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/panda/panda.png b/1.15.2/assets/minecraft/textures/entity/panda/panda.png new file mode 100644 index 00000000..a2be86bd Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/panda/panda.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/panda/playful_panda.png b/1.15.2/assets/minecraft/textures/entity/panda/playful_panda.png new file mode 100644 index 00000000..99f667c9 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/panda/playful_panda.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/panda/weak_panda.png b/1.15.2/assets/minecraft/textures/entity/panda/weak_panda.png new file mode 100644 index 00000000..c7b318f2 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/panda/weak_panda.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/panda/worried_panda.png b/1.15.2/assets/minecraft/textures/entity/panda/worried_panda.png new file mode 100644 index 00000000..b4247d96 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/panda/worried_panda.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/parrot/parrot_blue.png b/1.15.2/assets/minecraft/textures/entity/parrot/parrot_blue.png new file mode 100644 index 00000000..ae93edf4 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/parrot/parrot_blue.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/parrot/parrot_green.png b/1.15.2/assets/minecraft/textures/entity/parrot/parrot_green.png new file mode 100644 index 00000000..efa83d91 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/parrot/parrot_green.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/parrot/parrot_grey.png b/1.15.2/assets/minecraft/textures/entity/parrot/parrot_grey.png new file mode 100644 index 00000000..8de45ef5 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/parrot/parrot_grey.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/parrot/parrot_red_blue.png b/1.15.2/assets/minecraft/textures/entity/parrot/parrot_red_blue.png new file mode 100644 index 00000000..32878086 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/parrot/parrot_red_blue.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/parrot/parrot_yellow_blue.png b/1.15.2/assets/minecraft/textures/entity/parrot/parrot_yellow_blue.png new file mode 100644 index 00000000..91e54255 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/parrot/parrot_yellow_blue.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/phantom.png b/1.15.2/assets/minecraft/textures/entity/phantom.png new file mode 100644 index 00000000..1d0945de Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/phantom.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/phantom_eyes.png b/1.15.2/assets/minecraft/textures/entity/phantom_eyes.png new file mode 100644 index 00000000..4fa35bd6 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/phantom_eyes.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/pig/pig.png b/1.15.2/assets/minecraft/textures/entity/pig/pig.png new file mode 100644 index 00000000..76432691 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/pig/pig.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/pig/pig_saddle.png b/1.15.2/assets/minecraft/textures/entity/pig/pig_saddle.png new file mode 100644 index 00000000..c7e2de89 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/pig/pig_saddle.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/projectiles/arrow.png b/1.15.2/assets/minecraft/textures/entity/projectiles/arrow.png new file mode 100644 index 00000000..b1214231 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/projectiles/arrow.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/projectiles/spectral_arrow.png b/1.15.2/assets/minecraft/textures/entity/projectiles/spectral_arrow.png new file mode 100644 index 00000000..22a9d00b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/projectiles/spectral_arrow.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/projectiles/tipped_arrow.png b/1.15.2/assets/minecraft/textures/entity/projectiles/tipped_arrow.png new file mode 100644 index 00000000..b1214231 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/projectiles/tipped_arrow.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/rabbit/black.png b/1.15.2/assets/minecraft/textures/entity/rabbit/black.png new file mode 100644 index 00000000..afb0fbc4 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/rabbit/black.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/rabbit/brown.png b/1.15.2/assets/minecraft/textures/entity/rabbit/brown.png new file mode 100644 index 00000000..b8dc8ccc Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/rabbit/brown.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/rabbit/caerbannog.png b/1.15.2/assets/minecraft/textures/entity/rabbit/caerbannog.png new file mode 100644 index 00000000..409a4fc3 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/rabbit/caerbannog.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/rabbit/gold.png b/1.15.2/assets/minecraft/textures/entity/rabbit/gold.png new file mode 100644 index 00000000..6f649f85 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/rabbit/gold.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/rabbit/salt.png b/1.15.2/assets/minecraft/textures/entity/rabbit/salt.png new file mode 100644 index 00000000..5afe309e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/rabbit/salt.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/rabbit/toast.png b/1.15.2/assets/minecraft/textures/entity/rabbit/toast.png new file mode 100644 index 00000000..56c66678 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/rabbit/toast.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/rabbit/white.png b/1.15.2/assets/minecraft/textures/entity/rabbit/white.png new file mode 100644 index 00000000..a0ea1a15 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/rabbit/white.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/rabbit/white_splotched.png b/1.15.2/assets/minecraft/textures/entity/rabbit/white_splotched.png new file mode 100644 index 00000000..3cd3cdfe Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/rabbit/white_splotched.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/sheep/sheep.png b/1.15.2/assets/minecraft/textures/entity/sheep/sheep.png new file mode 100644 index 00000000..a71426f2 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/sheep/sheep.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/sheep/sheep_fur.png b/1.15.2/assets/minecraft/textures/entity/sheep/sheep_fur.png new file mode 100644 index 00000000..3af58457 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/sheep/sheep_fur.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/shield/base.png b/1.15.2/assets/minecraft/textures/entity/shield/base.png new file mode 100644 index 00000000..263b3683 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/shield/base.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/shield/border.png b/1.15.2/assets/minecraft/textures/entity/shield/border.png new file mode 100644 index 00000000..2960341e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/shield/border.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/shield/bricks.png b/1.15.2/assets/minecraft/textures/entity/shield/bricks.png new file mode 100644 index 00000000..58b21f03 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/shield/bricks.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/shield/circle.png b/1.15.2/assets/minecraft/textures/entity/shield/circle.png new file mode 100644 index 00000000..ac4d0198 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/shield/circle.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/shield/creeper.png b/1.15.2/assets/minecraft/textures/entity/shield/creeper.png new file mode 100644 index 00000000..d12cac6a Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/shield/creeper.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/shield/cross.png b/1.15.2/assets/minecraft/textures/entity/shield/cross.png new file mode 100644 index 00000000..5eccacf5 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/shield/cross.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/shield/curly_border.png b/1.15.2/assets/minecraft/textures/entity/shield/curly_border.png new file mode 100644 index 00000000..180bf81e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/shield/curly_border.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/shield/diagonal_left.png b/1.15.2/assets/minecraft/textures/entity/shield/diagonal_left.png new file mode 100644 index 00000000..245ee154 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/shield/diagonal_left.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/shield/diagonal_right.png b/1.15.2/assets/minecraft/textures/entity/shield/diagonal_right.png new file mode 100644 index 00000000..d4556e1b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/shield/diagonal_right.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/shield/diagonal_up_left.png b/1.15.2/assets/minecraft/textures/entity/shield/diagonal_up_left.png new file mode 100644 index 00000000..3bf05fab Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/shield/diagonal_up_left.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/shield/diagonal_up_right.png b/1.15.2/assets/minecraft/textures/entity/shield/diagonal_up_right.png new file mode 100644 index 00000000..3408349f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/shield/diagonal_up_right.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/shield/flower.png b/1.15.2/assets/minecraft/textures/entity/shield/flower.png new file mode 100644 index 00000000..c6668ba8 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/shield/flower.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/shield/globe.png b/1.15.2/assets/minecraft/textures/entity/shield/globe.png new file mode 100644 index 00000000..13c03860 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/shield/globe.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/shield/gradient.png b/1.15.2/assets/minecraft/textures/entity/shield/gradient.png new file mode 100644 index 00000000..97c97772 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/shield/gradient.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/shield/gradient_up.png b/1.15.2/assets/minecraft/textures/entity/shield/gradient_up.png new file mode 100644 index 00000000..7f78720a Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/shield/gradient_up.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/shield/half_horizontal.png b/1.15.2/assets/minecraft/textures/entity/shield/half_horizontal.png new file mode 100644 index 00000000..e3a0f235 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/shield/half_horizontal.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/shield/half_horizontal_bottom.png b/1.15.2/assets/minecraft/textures/entity/shield/half_horizontal_bottom.png new file mode 100644 index 00000000..1f041d3f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/shield/half_horizontal_bottom.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/shield/half_vertical.png b/1.15.2/assets/minecraft/textures/entity/shield/half_vertical.png new file mode 100644 index 00000000..c0a2db49 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/shield/half_vertical.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/shield/half_vertical_right.png b/1.15.2/assets/minecraft/textures/entity/shield/half_vertical_right.png new file mode 100644 index 00000000..5e4d8004 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/shield/half_vertical_right.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/shield/mojang.png b/1.15.2/assets/minecraft/textures/entity/shield/mojang.png new file mode 100644 index 00000000..a5bac0c3 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/shield/mojang.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/shield/rhombus.png b/1.15.2/assets/minecraft/textures/entity/shield/rhombus.png new file mode 100644 index 00000000..3bcd07fa Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/shield/rhombus.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/shield/skull.png b/1.15.2/assets/minecraft/textures/entity/shield/skull.png new file mode 100644 index 00000000..82f1992e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/shield/skull.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/shield/small_stripes.png b/1.15.2/assets/minecraft/textures/entity/shield/small_stripes.png new file mode 100644 index 00000000..0c9b3388 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/shield/small_stripes.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/shield/square_bottom_left.png b/1.15.2/assets/minecraft/textures/entity/shield/square_bottom_left.png new file mode 100644 index 00000000..d7e79e8d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/shield/square_bottom_left.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/shield/square_bottom_right.png b/1.15.2/assets/minecraft/textures/entity/shield/square_bottom_right.png new file mode 100644 index 00000000..83092c82 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/shield/square_bottom_right.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/shield/square_top_left.png b/1.15.2/assets/minecraft/textures/entity/shield/square_top_left.png new file mode 100644 index 00000000..b5baa116 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/shield/square_top_left.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/shield/square_top_right.png b/1.15.2/assets/minecraft/textures/entity/shield/square_top_right.png new file mode 100644 index 00000000..53d89f62 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/shield/square_top_right.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/shield/straight_cross.png b/1.15.2/assets/minecraft/textures/entity/shield/straight_cross.png new file mode 100644 index 00000000..22c14d9b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/shield/straight_cross.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/shield/stripe_bottom.png b/1.15.2/assets/minecraft/textures/entity/shield/stripe_bottom.png new file mode 100644 index 00000000..b409ec31 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/shield/stripe_bottom.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/shield/stripe_center.png b/1.15.2/assets/minecraft/textures/entity/shield/stripe_center.png new file mode 100644 index 00000000..791d9f54 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/shield/stripe_center.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/shield/stripe_downleft.png b/1.15.2/assets/minecraft/textures/entity/shield/stripe_downleft.png new file mode 100644 index 00000000..8bedb221 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/shield/stripe_downleft.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/shield/stripe_downright.png b/1.15.2/assets/minecraft/textures/entity/shield/stripe_downright.png new file mode 100644 index 00000000..4be982a7 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/shield/stripe_downright.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/shield/stripe_left.png b/1.15.2/assets/minecraft/textures/entity/shield/stripe_left.png new file mode 100644 index 00000000..cafc50e7 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/shield/stripe_left.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/shield/stripe_middle.png b/1.15.2/assets/minecraft/textures/entity/shield/stripe_middle.png new file mode 100644 index 00000000..d704592c Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/shield/stripe_middle.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/shield/stripe_right.png b/1.15.2/assets/minecraft/textures/entity/shield/stripe_right.png new file mode 100644 index 00000000..1df94668 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/shield/stripe_right.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/shield/stripe_top.png b/1.15.2/assets/minecraft/textures/entity/shield/stripe_top.png new file mode 100644 index 00000000..3b80f86d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/shield/stripe_top.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/shield/triangle_bottom.png b/1.15.2/assets/minecraft/textures/entity/shield/triangle_bottom.png new file mode 100644 index 00000000..16c41754 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/shield/triangle_bottom.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/shield/triangle_top.png b/1.15.2/assets/minecraft/textures/entity/shield/triangle_top.png new file mode 100644 index 00000000..2fbbf788 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/shield/triangle_top.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/shield/triangles_bottom.png b/1.15.2/assets/minecraft/textures/entity/shield/triangles_bottom.png new file mode 100644 index 00000000..4e1d0998 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/shield/triangles_bottom.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/shield/triangles_top.png b/1.15.2/assets/minecraft/textures/entity/shield/triangles_top.png new file mode 100644 index 00000000..0fdcd09b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/shield/triangles_top.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/shield_base.png b/1.15.2/assets/minecraft/textures/entity/shield_base.png new file mode 100644 index 00000000..8015a92b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/shield_base.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/shield_base_nopattern.png b/1.15.2/assets/minecraft/textures/entity/shield_base_nopattern.png new file mode 100644 index 00000000..7011454d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/shield_base_nopattern.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/shulker/shulker.png b/1.15.2/assets/minecraft/textures/entity/shulker/shulker.png new file mode 100644 index 00000000..d21605ab Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/shulker/shulker.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/shulker/shulker_black.png b/1.15.2/assets/minecraft/textures/entity/shulker/shulker_black.png new file mode 100644 index 00000000..2800401d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/shulker/shulker_black.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/shulker/shulker_blue.png b/1.15.2/assets/minecraft/textures/entity/shulker/shulker_blue.png new file mode 100644 index 00000000..1c4244fd Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/shulker/shulker_blue.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/shulker/shulker_brown.png b/1.15.2/assets/minecraft/textures/entity/shulker/shulker_brown.png new file mode 100644 index 00000000..9237440b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/shulker/shulker_brown.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/shulker/shulker_cyan.png b/1.15.2/assets/minecraft/textures/entity/shulker/shulker_cyan.png new file mode 100644 index 00000000..13b82557 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/shulker/shulker_cyan.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/shulker/shulker_gray.png b/1.15.2/assets/minecraft/textures/entity/shulker/shulker_gray.png new file mode 100644 index 00000000..f365c6af Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/shulker/shulker_gray.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/shulker/shulker_green.png b/1.15.2/assets/minecraft/textures/entity/shulker/shulker_green.png new file mode 100644 index 00000000..b09b655d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/shulker/shulker_green.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/shulker/shulker_light_blue.png b/1.15.2/assets/minecraft/textures/entity/shulker/shulker_light_blue.png new file mode 100644 index 00000000..6646995c Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/shulker/shulker_light_blue.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/shulker/shulker_light_gray.png b/1.15.2/assets/minecraft/textures/entity/shulker/shulker_light_gray.png new file mode 100644 index 00000000..d709f7ae Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/shulker/shulker_light_gray.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/shulker/shulker_lime.png b/1.15.2/assets/minecraft/textures/entity/shulker/shulker_lime.png new file mode 100644 index 00000000..e02f983d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/shulker/shulker_lime.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/shulker/shulker_magenta.png b/1.15.2/assets/minecraft/textures/entity/shulker/shulker_magenta.png new file mode 100644 index 00000000..a713f81a Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/shulker/shulker_magenta.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/shulker/shulker_orange.png b/1.15.2/assets/minecraft/textures/entity/shulker/shulker_orange.png new file mode 100644 index 00000000..1ebf1482 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/shulker/shulker_orange.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/shulker/shulker_pink.png b/1.15.2/assets/minecraft/textures/entity/shulker/shulker_pink.png new file mode 100644 index 00000000..1cac5170 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/shulker/shulker_pink.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/shulker/shulker_purple.png b/1.15.2/assets/minecraft/textures/entity/shulker/shulker_purple.png new file mode 100644 index 00000000..48fc2864 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/shulker/shulker_purple.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/shulker/shulker_red.png b/1.15.2/assets/minecraft/textures/entity/shulker/shulker_red.png new file mode 100644 index 00000000..c80c499f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/shulker/shulker_red.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/shulker/shulker_white.png b/1.15.2/assets/minecraft/textures/entity/shulker/shulker_white.png new file mode 100644 index 00000000..6b21cac8 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/shulker/shulker_white.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/shulker/shulker_yellow.png b/1.15.2/assets/minecraft/textures/entity/shulker/shulker_yellow.png new file mode 100644 index 00000000..e23c8988 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/shulker/shulker_yellow.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/shulker/spark.png b/1.15.2/assets/minecraft/textures/entity/shulker/spark.png new file mode 100644 index 00000000..69315a9e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/shulker/spark.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/signs/acacia.png b/1.15.2/assets/minecraft/textures/entity/signs/acacia.png new file mode 100644 index 00000000..9f129ddd Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/signs/acacia.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/signs/birch.png b/1.15.2/assets/minecraft/textures/entity/signs/birch.png new file mode 100644 index 00000000..4379d7b0 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/signs/birch.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/signs/dark_oak.png b/1.15.2/assets/minecraft/textures/entity/signs/dark_oak.png new file mode 100644 index 00000000..3835f7a2 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/signs/dark_oak.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/signs/jungle.png b/1.15.2/assets/minecraft/textures/entity/signs/jungle.png new file mode 100644 index 00000000..779193d5 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/signs/jungle.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/signs/oak.png b/1.15.2/assets/minecraft/textures/entity/signs/oak.png new file mode 100644 index 00000000..e0f23685 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/signs/oak.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/signs/spruce.png b/1.15.2/assets/minecraft/textures/entity/signs/spruce.png new file mode 100644 index 00000000..73a0fdce Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/signs/spruce.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/silverfish.png b/1.15.2/assets/minecraft/textures/entity/silverfish.png new file mode 100644 index 00000000..54dd997d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/silverfish.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/skeleton/skeleton.png b/1.15.2/assets/minecraft/textures/entity/skeleton/skeleton.png new file mode 100644 index 00000000..179e3665 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/skeleton/skeleton.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/skeleton/stray.png b/1.15.2/assets/minecraft/textures/entity/skeleton/stray.png new file mode 100644 index 00000000..42c4fa71 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/skeleton/stray.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/skeleton/stray_overlay.png b/1.15.2/assets/minecraft/textures/entity/skeleton/stray_overlay.png new file mode 100644 index 00000000..ce86e32e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/skeleton/stray_overlay.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/skeleton/wither_skeleton.png b/1.15.2/assets/minecraft/textures/entity/skeleton/wither_skeleton.png new file mode 100644 index 00000000..e771dd0f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/skeleton/wither_skeleton.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/slime/magmacube.png b/1.15.2/assets/minecraft/textures/entity/slime/magmacube.png new file mode 100644 index 00000000..892fdf0c Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/slime/magmacube.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/slime/slime.png b/1.15.2/assets/minecraft/textures/entity/slime/slime.png new file mode 100644 index 00000000..0b316be2 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/slime/slime.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/snow_golem.png b/1.15.2/assets/minecraft/textures/entity/snow_golem.png new file mode 100644 index 00000000..53c52978 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/snow_golem.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/spider/cave_spider.png b/1.15.2/assets/minecraft/textures/entity/spider/cave_spider.png new file mode 100644 index 00000000..fe6bb429 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/spider/cave_spider.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/spider/spider.png b/1.15.2/assets/minecraft/textures/entity/spider/spider.png new file mode 100644 index 00000000..8af2ea7d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/spider/spider.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/spider_eyes.png b/1.15.2/assets/minecraft/textures/entity/spider_eyes.png new file mode 100644 index 00000000..f49b78ff Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/spider_eyes.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/squid.png b/1.15.2/assets/minecraft/textures/entity/squid.png new file mode 100644 index 00000000..db97d6da Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/squid.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/steve.png b/1.15.2/assets/minecraft/textures/entity/steve.png new file mode 100644 index 00000000..90d4fa23 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/steve.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/trident.png b/1.15.2/assets/minecraft/textures/entity/trident.png new file mode 100644 index 00000000..a80e05a9 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/trident.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/trident_riptide.png b/1.15.2/assets/minecraft/textures/entity/trident_riptide.png new file mode 100644 index 00000000..ce431b69 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/trident_riptide.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/turtle/big_sea_turtle.png b/1.15.2/assets/minecraft/textures/entity/turtle/big_sea_turtle.png new file mode 100644 index 00000000..2a58cba3 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/turtle/big_sea_turtle.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/villager/profession/armorer.png b/1.15.2/assets/minecraft/textures/entity/villager/profession/armorer.png new file mode 100644 index 00000000..f9d99f99 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/villager/profession/armorer.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/villager/profession/butcher.png b/1.15.2/assets/minecraft/textures/entity/villager/profession/butcher.png new file mode 100644 index 00000000..d23c28ce Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/villager/profession/butcher.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/villager/profession/butcher.png.mcmeta b/1.15.2/assets/minecraft/textures/entity/villager/profession/butcher.png.mcmeta new file mode 100644 index 00000000..8ed5d61a --- /dev/null +++ b/1.15.2/assets/minecraft/textures/entity/villager/profession/butcher.png.mcmeta @@ -0,0 +1,5 @@ +{ + "villager": { + "hat": "partial" + } +} diff --git a/1.15.2/assets/minecraft/textures/entity/villager/profession/cartographer.png b/1.15.2/assets/minecraft/textures/entity/villager/profession/cartographer.png new file mode 100644 index 00000000..c349ba91 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/villager/profession/cartographer.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/villager/profession/cleric.png b/1.15.2/assets/minecraft/textures/entity/villager/profession/cleric.png new file mode 100644 index 00000000..9542f4da Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/villager/profession/cleric.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/villager/profession/farmer.png b/1.15.2/assets/minecraft/textures/entity/villager/profession/farmer.png new file mode 100644 index 00000000..06fd478b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/villager/profession/farmer.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/villager/profession/farmer.png.mcmeta b/1.15.2/assets/minecraft/textures/entity/villager/profession/farmer.png.mcmeta new file mode 100644 index 00000000..f24387e7 --- /dev/null +++ b/1.15.2/assets/minecraft/textures/entity/villager/profession/farmer.png.mcmeta @@ -0,0 +1,5 @@ +{ + "villager": { + "hat": "full" + } +} diff --git a/1.15.2/assets/minecraft/textures/entity/villager/profession/fisherman.png b/1.15.2/assets/minecraft/textures/entity/villager/profession/fisherman.png new file mode 100644 index 00000000..c6b6083c Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/villager/profession/fisherman.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/villager/profession/fisherman.png.mcmeta b/1.15.2/assets/minecraft/textures/entity/villager/profession/fisherman.png.mcmeta new file mode 100644 index 00000000..f24387e7 --- /dev/null +++ b/1.15.2/assets/minecraft/textures/entity/villager/profession/fisherman.png.mcmeta @@ -0,0 +1,5 @@ +{ + "villager": { + "hat": "full" + } +} diff --git a/1.15.2/assets/minecraft/textures/entity/villager/profession/fletcher.png b/1.15.2/assets/minecraft/textures/entity/villager/profession/fletcher.png new file mode 100644 index 00000000..c0f00580 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/villager/profession/fletcher.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/villager/profession/fletcher.png.mcmeta b/1.15.2/assets/minecraft/textures/entity/villager/profession/fletcher.png.mcmeta new file mode 100644 index 00000000..f24387e7 --- /dev/null +++ b/1.15.2/assets/minecraft/textures/entity/villager/profession/fletcher.png.mcmeta @@ -0,0 +1,5 @@ +{ + "villager": { + "hat": "full" + } +} diff --git a/1.15.2/assets/minecraft/textures/entity/villager/profession/leatherworker.png b/1.15.2/assets/minecraft/textures/entity/villager/profession/leatherworker.png new file mode 100644 index 00000000..2dd8d23c Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/villager/profession/leatherworker.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/villager/profession/librarian.png b/1.15.2/assets/minecraft/textures/entity/villager/profession/librarian.png new file mode 100644 index 00000000..58db1a89 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/villager/profession/librarian.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/villager/profession/librarian.png.mcmeta b/1.15.2/assets/minecraft/textures/entity/villager/profession/librarian.png.mcmeta new file mode 100644 index 00000000..f24387e7 --- /dev/null +++ b/1.15.2/assets/minecraft/textures/entity/villager/profession/librarian.png.mcmeta @@ -0,0 +1,5 @@ +{ + "villager": { + "hat": "full" + } +} diff --git a/1.15.2/assets/minecraft/textures/entity/villager/profession/mason.png b/1.15.2/assets/minecraft/textures/entity/villager/profession/mason.png new file mode 100644 index 00000000..fd32ff87 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/villager/profession/mason.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/villager/profession/nitwit.png b/1.15.2/assets/minecraft/textures/entity/villager/profession/nitwit.png new file mode 100644 index 00000000..d79903d7 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/villager/profession/nitwit.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/villager/profession/shepherd.png b/1.15.2/assets/minecraft/textures/entity/villager/profession/shepherd.png new file mode 100644 index 00000000..9de19941 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/villager/profession/shepherd.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/villager/profession/shepherd.png.mcmeta b/1.15.2/assets/minecraft/textures/entity/villager/profession/shepherd.png.mcmeta new file mode 100644 index 00000000..f24387e7 --- /dev/null +++ b/1.15.2/assets/minecraft/textures/entity/villager/profession/shepherd.png.mcmeta @@ -0,0 +1,5 @@ +{ + "villager": { + "hat": "full" + } +} diff --git a/1.15.2/assets/minecraft/textures/entity/villager/profession/toolsmith.png b/1.15.2/assets/minecraft/textures/entity/villager/profession/toolsmith.png new file mode 100644 index 00000000..92f641ec Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/villager/profession/toolsmith.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/villager/profession/weaponsmith.png b/1.15.2/assets/minecraft/textures/entity/villager/profession/weaponsmith.png new file mode 100644 index 00000000..fa42ed4b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/villager/profession/weaponsmith.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/villager/profession_level/diamond.png b/1.15.2/assets/minecraft/textures/entity/villager/profession_level/diamond.png new file mode 100644 index 00000000..d0e36764 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/villager/profession_level/diamond.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/villager/profession_level/emerald.png b/1.15.2/assets/minecraft/textures/entity/villager/profession_level/emerald.png new file mode 100644 index 00000000..a57eddf9 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/villager/profession_level/emerald.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/villager/profession_level/gold.png b/1.15.2/assets/minecraft/textures/entity/villager/profession_level/gold.png new file mode 100644 index 00000000..60c4789f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/villager/profession_level/gold.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/villager/profession_level/iron.png b/1.15.2/assets/minecraft/textures/entity/villager/profession_level/iron.png new file mode 100644 index 00000000..94cd4147 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/villager/profession_level/iron.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/villager/profession_level/stone.png b/1.15.2/assets/minecraft/textures/entity/villager/profession_level/stone.png new file mode 100644 index 00000000..0daf8bb9 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/villager/profession_level/stone.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/villager/type/desert.png b/1.15.2/assets/minecraft/textures/entity/villager/type/desert.png new file mode 100644 index 00000000..919bb6c2 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/villager/type/desert.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/villager/type/desert.png.mcmeta b/1.15.2/assets/minecraft/textures/entity/villager/type/desert.png.mcmeta new file mode 100644 index 00000000..f24387e7 --- /dev/null +++ b/1.15.2/assets/minecraft/textures/entity/villager/type/desert.png.mcmeta @@ -0,0 +1,5 @@ +{ + "villager": { + "hat": "full" + } +} diff --git a/1.15.2/assets/minecraft/textures/entity/villager/type/jungle.png b/1.15.2/assets/minecraft/textures/entity/villager/type/jungle.png new file mode 100644 index 00000000..65999ada Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/villager/type/jungle.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/villager/type/plains.png b/1.15.2/assets/minecraft/textures/entity/villager/type/plains.png new file mode 100644 index 00000000..67a75827 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/villager/type/plains.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/villager/type/savanna.png b/1.15.2/assets/minecraft/textures/entity/villager/type/savanna.png new file mode 100644 index 00000000..bd8e3832 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/villager/type/savanna.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/villager/type/snow.png b/1.15.2/assets/minecraft/textures/entity/villager/type/snow.png new file mode 100644 index 00000000..1426f0ef Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/villager/type/snow.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/villager/type/snow.png.mcmeta b/1.15.2/assets/minecraft/textures/entity/villager/type/snow.png.mcmeta new file mode 100644 index 00000000..f24387e7 --- /dev/null +++ b/1.15.2/assets/minecraft/textures/entity/villager/type/snow.png.mcmeta @@ -0,0 +1,5 @@ +{ + "villager": { + "hat": "full" + } +} diff --git a/1.15.2/assets/minecraft/textures/entity/villager/type/swamp.png b/1.15.2/assets/minecraft/textures/entity/villager/type/swamp.png new file mode 100644 index 00000000..f4a6acf2 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/villager/type/swamp.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/villager/type/taiga.png b/1.15.2/assets/minecraft/textures/entity/villager/type/taiga.png new file mode 100644 index 00000000..310857df Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/villager/type/taiga.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/villager/villager.png b/1.15.2/assets/minecraft/textures/entity/villager/villager.png new file mode 100644 index 00000000..0cddb3d0 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/villager/villager.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/wandering_trader.png b/1.15.2/assets/minecraft/textures/entity/wandering_trader.png new file mode 100644 index 00000000..522b2f53 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/wandering_trader.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/witch.png b/1.15.2/assets/minecraft/textures/entity/witch.png new file mode 100644 index 00000000..d253cf0a Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/witch.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/wither/wither.png b/1.15.2/assets/minecraft/textures/entity/wither/wither.png new file mode 100644 index 00000000..2c9782b5 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/wither/wither.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/wither/wither_armor.png b/1.15.2/assets/minecraft/textures/entity/wither/wither_armor.png new file mode 100644 index 00000000..9968bf53 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/wither/wither_armor.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/wither/wither_invulnerable.png b/1.15.2/assets/minecraft/textures/entity/wither/wither_invulnerable.png new file mode 100644 index 00000000..f69e543f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/wither/wither_invulnerable.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/wolf/wolf.png b/1.15.2/assets/minecraft/textures/entity/wolf/wolf.png new file mode 100644 index 00000000..85c73d31 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/wolf/wolf.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/wolf/wolf_angry.png b/1.15.2/assets/minecraft/textures/entity/wolf/wolf_angry.png new file mode 100644 index 00000000..72581a04 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/wolf/wolf_angry.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/wolf/wolf_collar.png b/1.15.2/assets/minecraft/textures/entity/wolf/wolf_collar.png new file mode 100644 index 00000000..c1255967 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/wolf/wolf_collar.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/wolf/wolf_tame.png b/1.15.2/assets/minecraft/textures/entity/wolf/wolf_tame.png new file mode 100644 index 00000000..6c71b067 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/wolf/wolf_tame.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/zombie/drowned.png b/1.15.2/assets/minecraft/textures/entity/zombie/drowned.png new file mode 100644 index 00000000..f7fff3f8 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/zombie/drowned.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/zombie/drowned_outer_layer.png b/1.15.2/assets/minecraft/textures/entity/zombie/drowned_outer_layer.png new file mode 100644 index 00000000..d124f2e6 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/zombie/drowned_outer_layer.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/zombie/husk.png b/1.15.2/assets/minecraft/textures/entity/zombie/husk.png new file mode 100644 index 00000000..91ad399e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/zombie/husk.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/zombie/zombie.png b/1.15.2/assets/minecraft/textures/entity/zombie/zombie.png new file mode 100644 index 00000000..86379b0c Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/zombie/zombie.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/zombie/zombie_villager.png b/1.15.2/assets/minecraft/textures/entity/zombie/zombie_villager.png new file mode 100644 index 00000000..0ee45f48 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/zombie/zombie_villager.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/zombie_pigman.png b/1.15.2/assets/minecraft/textures/entity/zombie_pigman.png new file mode 100644 index 00000000..2d2615a6 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/zombie_pigman.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession/armorer.png b/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession/armorer.png new file mode 100644 index 00000000..78d5b9ab Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession/armorer.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession/butcher.png b/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession/butcher.png new file mode 100644 index 00000000..d23c28ce Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession/butcher.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession/butcher.png.mcmeta b/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession/butcher.png.mcmeta new file mode 100644 index 00000000..8ed5d61a --- /dev/null +++ b/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession/butcher.png.mcmeta @@ -0,0 +1,5 @@ +{ + "villager": { + "hat": "partial" + } +} diff --git a/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession/cartographer.png b/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession/cartographer.png new file mode 100644 index 00000000..c349ba91 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession/cartographer.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession/cleric.png b/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession/cleric.png new file mode 100644 index 00000000..9542f4da Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession/cleric.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession/farmer.png b/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession/farmer.png new file mode 100644 index 00000000..06fd478b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession/farmer.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession/farmer.png.mcmeta b/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession/farmer.png.mcmeta new file mode 100644 index 00000000..f24387e7 --- /dev/null +++ b/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession/farmer.png.mcmeta @@ -0,0 +1,5 @@ +{ + "villager": { + "hat": "full" + } +} diff --git a/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession/fisherman.png b/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession/fisherman.png new file mode 100644 index 00000000..c6b6083c Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession/fisherman.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession/fisherman.png.mcmeta b/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession/fisherman.png.mcmeta new file mode 100644 index 00000000..f24387e7 --- /dev/null +++ b/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession/fisherman.png.mcmeta @@ -0,0 +1,5 @@ +{ + "villager": { + "hat": "full" + } +} diff --git a/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession/fletcher.png b/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession/fletcher.png new file mode 100644 index 00000000..c0f00580 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession/fletcher.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession/fletcher.png.mcmeta b/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession/fletcher.png.mcmeta new file mode 100644 index 00000000..f24387e7 --- /dev/null +++ b/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession/fletcher.png.mcmeta @@ -0,0 +1,5 @@ +{ + "villager": { + "hat": "full" + } +} diff --git a/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession/leatherworker.png b/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession/leatherworker.png new file mode 100644 index 00000000..2dd8d23c Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession/leatherworker.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession/librarian.png b/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession/librarian.png new file mode 100644 index 00000000..58db1a89 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession/librarian.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession/librarian.png.mcmeta b/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession/librarian.png.mcmeta new file mode 100644 index 00000000..f24387e7 --- /dev/null +++ b/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession/librarian.png.mcmeta @@ -0,0 +1,5 @@ +{ + "villager": { + "hat": "full" + } +} diff --git a/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession/mason.png b/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession/mason.png new file mode 100644 index 00000000..fd32ff87 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession/mason.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession/nitwit.png b/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession/nitwit.png new file mode 100644 index 00000000..8593c435 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession/nitwit.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession/shepherd.png b/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession/shepherd.png new file mode 100644 index 00000000..9de19941 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession/shepherd.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession/shepherd.png.mcmeta b/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession/shepherd.png.mcmeta new file mode 100644 index 00000000..f24387e7 --- /dev/null +++ b/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession/shepherd.png.mcmeta @@ -0,0 +1,5 @@ +{ + "villager": { + "hat": "full" + } +} diff --git a/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession/toolsmith.png b/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession/toolsmith.png new file mode 100644 index 00000000..92f641ec Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession/toolsmith.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession/weaponsmith.png b/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession/weaponsmith.png new file mode 100644 index 00000000..fa42ed4b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession/weaponsmith.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession_level/diamond.png b/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession_level/diamond.png new file mode 100644 index 00000000..d0e36764 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession_level/diamond.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession_level/emerald.png b/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession_level/emerald.png new file mode 100644 index 00000000..a57eddf9 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession_level/emerald.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession_level/gold.png b/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession_level/gold.png new file mode 100644 index 00000000..60c4789f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession_level/gold.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession_level/iron.png b/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession_level/iron.png new file mode 100644 index 00000000..94cd4147 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession_level/iron.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession_level/stone.png b/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession_level/stone.png new file mode 100644 index 00000000..0daf8bb9 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/zombie_villager/profession_level/stone.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/zombie_villager/type/desert.png b/1.15.2/assets/minecraft/textures/entity/zombie_villager/type/desert.png new file mode 100644 index 00000000..97170011 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/zombie_villager/type/desert.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/zombie_villager/type/jungle.png b/1.15.2/assets/minecraft/textures/entity/zombie_villager/type/jungle.png new file mode 100644 index 00000000..1ed7a1e9 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/zombie_villager/type/jungle.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/zombie_villager/type/plains.png b/1.15.2/assets/minecraft/textures/entity/zombie_villager/type/plains.png new file mode 100644 index 00000000..4678060f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/zombie_villager/type/plains.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/zombie_villager/type/savanna.png b/1.15.2/assets/minecraft/textures/entity/zombie_villager/type/savanna.png new file mode 100644 index 00000000..c3f1c6a9 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/zombie_villager/type/savanna.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/zombie_villager/type/snow.png b/1.15.2/assets/minecraft/textures/entity/zombie_villager/type/snow.png new file mode 100644 index 00000000..3d8d655c Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/zombie_villager/type/snow.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/zombie_villager/type/swamp.png b/1.15.2/assets/minecraft/textures/entity/zombie_villager/type/swamp.png new file mode 100644 index 00000000..56093400 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/zombie_villager/type/swamp.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/zombie_villager/type/taiga.png b/1.15.2/assets/minecraft/textures/entity/zombie_villager/type/taiga.png new file mode 100644 index 00000000..b39e46c2 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/zombie_villager/type/taiga.png differ diff --git a/1.15.2/assets/minecraft/textures/entity/zombie_villager/zombie_villager.png b/1.15.2/assets/minecraft/textures/entity/zombie_villager/zombie_villager.png new file mode 100644 index 00000000..b165d64a Binary files /dev/null and b/1.15.2/assets/minecraft/textures/entity/zombie_villager/zombie_villager.png differ diff --git a/1.15.2/assets/minecraft/textures/environment/clouds.png b/1.15.2/assets/minecraft/textures/environment/clouds.png new file mode 100644 index 00000000..146d9c50 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/environment/clouds.png differ diff --git a/1.15.2/assets/minecraft/textures/environment/end_sky.png b/1.15.2/assets/minecraft/textures/environment/end_sky.png new file mode 100644 index 00000000..9b69e1e1 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/environment/end_sky.png differ diff --git a/1.15.2/assets/minecraft/textures/environment/moon_phases.png b/1.15.2/assets/minecraft/textures/environment/moon_phases.png new file mode 100644 index 00000000..82d7c4b4 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/environment/moon_phases.png differ diff --git a/1.15.2/assets/minecraft/textures/environment/rain.png b/1.15.2/assets/minecraft/textures/environment/rain.png new file mode 100644 index 00000000..5ae31d26 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/environment/rain.png differ diff --git a/1.15.2/assets/minecraft/textures/environment/snow.png b/1.15.2/assets/minecraft/textures/environment/snow.png new file mode 100644 index 00000000..93544968 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/environment/snow.png differ diff --git a/1.15.2/assets/minecraft/textures/environment/sun.png b/1.15.2/assets/minecraft/textures/environment/sun.png new file mode 100644 index 00000000..9b0559e4 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/environment/sun.png differ diff --git a/1.15.2/assets/minecraft/textures/font/accented.png b/1.15.2/assets/minecraft/textures/font/accented.png new file mode 100644 index 00000000..70c6cc31 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/accented.png differ diff --git a/1.15.2/assets/minecraft/textures/font/ascii.png b/1.15.2/assets/minecraft/textures/font/ascii.png new file mode 100644 index 00000000..5b57f73f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/ascii.png differ diff --git a/1.15.2/assets/minecraft/textures/font/ascii_sga.png b/1.15.2/assets/minecraft/textures/font/ascii_sga.png new file mode 100644 index 00000000..ba326b44 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/ascii_sga.png differ diff --git a/1.15.2/assets/minecraft/textures/font/nonlatin_european.png b/1.15.2/assets/minecraft/textures/font/nonlatin_european.png new file mode 100644 index 00000000..87359776 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/nonlatin_european.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_00.png b/1.15.2/assets/minecraft/textures/font/unicode_page_00.png new file mode 100644 index 00000000..0ddd1843 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_00.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_01.png b/1.15.2/assets/minecraft/textures/font/unicode_page_01.png new file mode 100644 index 00000000..a1d7b010 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_01.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_02.png b/1.15.2/assets/minecraft/textures/font/unicode_page_02.png new file mode 100644 index 00000000..b437ceba Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_02.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_03.png b/1.15.2/assets/minecraft/textures/font/unicode_page_03.png new file mode 100644 index 00000000..59fbbab7 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_03.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_04.png b/1.15.2/assets/minecraft/textures/font/unicode_page_04.png new file mode 100644 index 00000000..75a45230 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_04.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_05.png b/1.15.2/assets/minecraft/textures/font/unicode_page_05.png new file mode 100644 index 00000000..32b1c882 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_05.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_06.png b/1.15.2/assets/minecraft/textures/font/unicode_page_06.png new file mode 100644 index 00000000..825e8773 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_06.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_07.png b/1.15.2/assets/minecraft/textures/font/unicode_page_07.png new file mode 100644 index 00000000..865b092e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_07.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_09.png b/1.15.2/assets/minecraft/textures/font/unicode_page_09.png new file mode 100644 index 00000000..d6407e37 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_09.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_0a.png b/1.15.2/assets/minecraft/textures/font/unicode_page_0a.png new file mode 100644 index 00000000..a858b78d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_0a.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_0b.png b/1.15.2/assets/minecraft/textures/font/unicode_page_0b.png new file mode 100644 index 00000000..3dd0aca6 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_0b.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_0c.png b/1.15.2/assets/minecraft/textures/font/unicode_page_0c.png new file mode 100644 index 00000000..2f75930b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_0c.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_0d.png b/1.15.2/assets/minecraft/textures/font/unicode_page_0d.png new file mode 100644 index 00000000..8eff12c6 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_0d.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_0e.png b/1.15.2/assets/minecraft/textures/font/unicode_page_0e.png new file mode 100644 index 00000000..03b8f531 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_0e.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_0f.png b/1.15.2/assets/minecraft/textures/font/unicode_page_0f.png new file mode 100644 index 00000000..b89ee65b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_0f.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_10.png b/1.15.2/assets/minecraft/textures/font/unicode_page_10.png new file mode 100644 index 00000000..b3eb7468 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_10.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_11.png b/1.15.2/assets/minecraft/textures/font/unicode_page_11.png new file mode 100644 index 00000000..85e714ca Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_11.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_12.png b/1.15.2/assets/minecraft/textures/font/unicode_page_12.png new file mode 100644 index 00000000..a6580cd1 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_12.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_13.png b/1.15.2/assets/minecraft/textures/font/unicode_page_13.png new file mode 100644 index 00000000..a847ba77 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_13.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_14.png b/1.15.2/assets/minecraft/textures/font/unicode_page_14.png new file mode 100644 index 00000000..bec88305 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_14.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_15.png b/1.15.2/assets/minecraft/textures/font/unicode_page_15.png new file mode 100644 index 00000000..fb372b21 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_15.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_16.png b/1.15.2/assets/minecraft/textures/font/unicode_page_16.png new file mode 100644 index 00000000..ee6efedb Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_16.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_17.png b/1.15.2/assets/minecraft/textures/font/unicode_page_17.png new file mode 100644 index 00000000..53d48d29 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_17.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_18.png b/1.15.2/assets/minecraft/textures/font/unicode_page_18.png new file mode 100644 index 00000000..10329425 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_18.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_19.png b/1.15.2/assets/minecraft/textures/font/unicode_page_19.png new file mode 100644 index 00000000..28dce5d0 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_19.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_1a.png b/1.15.2/assets/minecraft/textures/font/unicode_page_1a.png new file mode 100644 index 00000000..edf8116e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_1a.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_1b.png b/1.15.2/assets/minecraft/textures/font/unicode_page_1b.png new file mode 100644 index 00000000..3ddb4c61 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_1b.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_1c.png b/1.15.2/assets/minecraft/textures/font/unicode_page_1c.png new file mode 100644 index 00000000..8884fd2d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_1c.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_1d.png b/1.15.2/assets/minecraft/textures/font/unicode_page_1d.png new file mode 100644 index 00000000..ca0b0771 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_1d.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_1e.png b/1.15.2/assets/minecraft/textures/font/unicode_page_1e.png new file mode 100644 index 00000000..9206f327 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_1e.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_1f.png b/1.15.2/assets/minecraft/textures/font/unicode_page_1f.png new file mode 100644 index 00000000..7e286329 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_1f.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_20.png b/1.15.2/assets/minecraft/textures/font/unicode_page_20.png new file mode 100644 index 00000000..986dbbfc Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_20.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_21.png b/1.15.2/assets/minecraft/textures/font/unicode_page_21.png new file mode 100644 index 00000000..b2c5ed4f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_21.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_22.png b/1.15.2/assets/minecraft/textures/font/unicode_page_22.png new file mode 100644 index 00000000..be83259d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_22.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_23.png b/1.15.2/assets/minecraft/textures/font/unicode_page_23.png new file mode 100644 index 00000000..09a9de80 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_23.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_24.png b/1.15.2/assets/minecraft/textures/font/unicode_page_24.png new file mode 100644 index 00000000..17da6400 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_24.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_25.png b/1.15.2/assets/minecraft/textures/font/unicode_page_25.png new file mode 100644 index 00000000..6ac17b63 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_25.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_26.png b/1.15.2/assets/minecraft/textures/font/unicode_page_26.png new file mode 100644 index 00000000..615dfa68 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_26.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_27.png b/1.15.2/assets/minecraft/textures/font/unicode_page_27.png new file mode 100644 index 00000000..bbe69f7e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_27.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_28.png b/1.15.2/assets/minecraft/textures/font/unicode_page_28.png new file mode 100644 index 00000000..7d818ff0 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_28.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_29.png b/1.15.2/assets/minecraft/textures/font/unicode_page_29.png new file mode 100644 index 00000000..0947b659 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_29.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_2a.png b/1.15.2/assets/minecraft/textures/font/unicode_page_2a.png new file mode 100644 index 00000000..75319b54 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_2a.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_2b.png b/1.15.2/assets/minecraft/textures/font/unicode_page_2b.png new file mode 100644 index 00000000..93390c21 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_2b.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_2c.png b/1.15.2/assets/minecraft/textures/font/unicode_page_2c.png new file mode 100644 index 00000000..c4d9cb2f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_2c.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_2d.png b/1.15.2/assets/minecraft/textures/font/unicode_page_2d.png new file mode 100644 index 00000000..5753d021 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_2d.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_2e.png b/1.15.2/assets/minecraft/textures/font/unicode_page_2e.png new file mode 100644 index 00000000..1c0a2229 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_2e.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_2f.png b/1.15.2/assets/minecraft/textures/font/unicode_page_2f.png new file mode 100644 index 00000000..054bc408 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_2f.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_30.png b/1.15.2/assets/minecraft/textures/font/unicode_page_30.png new file mode 100644 index 00000000..ab73978d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_30.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_31.png b/1.15.2/assets/minecraft/textures/font/unicode_page_31.png new file mode 100644 index 00000000..ae293b90 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_31.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_32.png b/1.15.2/assets/minecraft/textures/font/unicode_page_32.png new file mode 100644 index 00000000..229ab5c2 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_32.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_33.png b/1.15.2/assets/minecraft/textures/font/unicode_page_33.png new file mode 100644 index 00000000..6eaac244 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_33.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_34.png b/1.15.2/assets/minecraft/textures/font/unicode_page_34.png new file mode 100644 index 00000000..6309118c Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_34.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_35.png b/1.15.2/assets/minecraft/textures/font/unicode_page_35.png new file mode 100644 index 00000000..a740bdc9 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_35.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_36.png b/1.15.2/assets/minecraft/textures/font/unicode_page_36.png new file mode 100644 index 00000000..5d449c33 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_36.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_37.png b/1.15.2/assets/minecraft/textures/font/unicode_page_37.png new file mode 100644 index 00000000..c4707c62 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_37.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_38.png b/1.15.2/assets/minecraft/textures/font/unicode_page_38.png new file mode 100644 index 00000000..a2d05c81 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_38.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_39.png b/1.15.2/assets/minecraft/textures/font/unicode_page_39.png new file mode 100644 index 00000000..7e02109e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_39.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_3a.png b/1.15.2/assets/minecraft/textures/font/unicode_page_3a.png new file mode 100644 index 00000000..548fa074 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_3a.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_3b.png b/1.15.2/assets/minecraft/textures/font/unicode_page_3b.png new file mode 100644 index 00000000..9da10b10 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_3b.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_3c.png b/1.15.2/assets/minecraft/textures/font/unicode_page_3c.png new file mode 100644 index 00000000..c4bbe7db Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_3c.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_3d.png b/1.15.2/assets/minecraft/textures/font/unicode_page_3d.png new file mode 100644 index 00000000..2df1f963 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_3d.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_3e.png b/1.15.2/assets/minecraft/textures/font/unicode_page_3e.png new file mode 100644 index 00000000..e0c71785 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_3e.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_3f.png b/1.15.2/assets/minecraft/textures/font/unicode_page_3f.png new file mode 100644 index 00000000..81f03b78 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_3f.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_40.png b/1.15.2/assets/minecraft/textures/font/unicode_page_40.png new file mode 100644 index 00000000..c2910f40 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_40.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_41.png b/1.15.2/assets/minecraft/textures/font/unicode_page_41.png new file mode 100644 index 00000000..1e6edfc4 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_41.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_42.png b/1.15.2/assets/minecraft/textures/font/unicode_page_42.png new file mode 100644 index 00000000..feff714c Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_42.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_43.png b/1.15.2/assets/minecraft/textures/font/unicode_page_43.png new file mode 100644 index 00000000..eda28990 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_43.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_44.png b/1.15.2/assets/minecraft/textures/font/unicode_page_44.png new file mode 100644 index 00000000..1373dc84 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_44.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_45.png b/1.15.2/assets/minecraft/textures/font/unicode_page_45.png new file mode 100644 index 00000000..a8d4db36 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_45.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_46.png b/1.15.2/assets/minecraft/textures/font/unicode_page_46.png new file mode 100644 index 00000000..0da96358 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_46.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_47.png b/1.15.2/assets/minecraft/textures/font/unicode_page_47.png new file mode 100644 index 00000000..68eedf42 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_47.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_48.png b/1.15.2/assets/minecraft/textures/font/unicode_page_48.png new file mode 100644 index 00000000..30e2e83a Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_48.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_49.png b/1.15.2/assets/minecraft/textures/font/unicode_page_49.png new file mode 100644 index 00000000..046646a6 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_49.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_4a.png b/1.15.2/assets/minecraft/textures/font/unicode_page_4a.png new file mode 100644 index 00000000..f1ffb0e8 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_4a.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_4b.png b/1.15.2/assets/minecraft/textures/font/unicode_page_4b.png new file mode 100644 index 00000000..eaab3e4e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_4b.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_4c.png b/1.15.2/assets/minecraft/textures/font/unicode_page_4c.png new file mode 100644 index 00000000..4e4b7a21 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_4c.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_4d.png b/1.15.2/assets/minecraft/textures/font/unicode_page_4d.png new file mode 100644 index 00000000..d460d70d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_4d.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_4e.png b/1.15.2/assets/minecraft/textures/font/unicode_page_4e.png new file mode 100644 index 00000000..be8546c8 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_4e.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_4f.png b/1.15.2/assets/minecraft/textures/font/unicode_page_4f.png new file mode 100644 index 00000000..cdf58f34 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_4f.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_50.png b/1.15.2/assets/minecraft/textures/font/unicode_page_50.png new file mode 100644 index 00000000..a31aff55 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_50.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_51.png b/1.15.2/assets/minecraft/textures/font/unicode_page_51.png new file mode 100644 index 00000000..72cb5ab0 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_51.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_52.png b/1.15.2/assets/minecraft/textures/font/unicode_page_52.png new file mode 100644 index 00000000..81bbd781 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_52.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_53.png b/1.15.2/assets/minecraft/textures/font/unicode_page_53.png new file mode 100644 index 00000000..238c8307 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_53.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_54.png b/1.15.2/assets/minecraft/textures/font/unicode_page_54.png new file mode 100644 index 00000000..3fd0cd72 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_54.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_55.png b/1.15.2/assets/minecraft/textures/font/unicode_page_55.png new file mode 100644 index 00000000..698ce0d1 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_55.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_56.png b/1.15.2/assets/minecraft/textures/font/unicode_page_56.png new file mode 100644 index 00000000..f0dad795 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_56.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_57.png b/1.15.2/assets/minecraft/textures/font/unicode_page_57.png new file mode 100644 index 00000000..715e1eff Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_57.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_58.png b/1.15.2/assets/minecraft/textures/font/unicode_page_58.png new file mode 100644 index 00000000..beabcc11 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_58.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_59.png b/1.15.2/assets/minecraft/textures/font/unicode_page_59.png new file mode 100644 index 00000000..f6235115 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_59.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_5a.png b/1.15.2/assets/minecraft/textures/font/unicode_page_5a.png new file mode 100644 index 00000000..1e83420b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_5a.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_5b.png b/1.15.2/assets/minecraft/textures/font/unicode_page_5b.png new file mode 100644 index 00000000..852f0743 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_5b.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_5c.png b/1.15.2/assets/minecraft/textures/font/unicode_page_5c.png new file mode 100644 index 00000000..412d2892 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_5c.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_5d.png b/1.15.2/assets/minecraft/textures/font/unicode_page_5d.png new file mode 100644 index 00000000..2c4714ca Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_5d.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_5e.png b/1.15.2/assets/minecraft/textures/font/unicode_page_5e.png new file mode 100644 index 00000000..4eb52672 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_5e.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_5f.png b/1.15.2/assets/minecraft/textures/font/unicode_page_5f.png new file mode 100644 index 00000000..151f8d46 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_5f.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_60.png b/1.15.2/assets/minecraft/textures/font/unicode_page_60.png new file mode 100644 index 00000000..333efc08 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_60.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_61.png b/1.15.2/assets/minecraft/textures/font/unicode_page_61.png new file mode 100644 index 00000000..9c183924 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_61.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_62.png b/1.15.2/assets/minecraft/textures/font/unicode_page_62.png new file mode 100644 index 00000000..9555a9d5 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_62.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_63.png b/1.15.2/assets/minecraft/textures/font/unicode_page_63.png new file mode 100644 index 00000000..4ab408a4 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_63.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_64.png b/1.15.2/assets/minecraft/textures/font/unicode_page_64.png new file mode 100644 index 00000000..ec8e90bc Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_64.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_65.png b/1.15.2/assets/minecraft/textures/font/unicode_page_65.png new file mode 100644 index 00000000..d9da268f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_65.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_66.png b/1.15.2/assets/minecraft/textures/font/unicode_page_66.png new file mode 100644 index 00000000..bf39744d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_66.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_67.png b/1.15.2/assets/minecraft/textures/font/unicode_page_67.png new file mode 100644 index 00000000..c5d51c11 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_67.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_68.png b/1.15.2/assets/minecraft/textures/font/unicode_page_68.png new file mode 100644 index 00000000..321e8ee0 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_68.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_69.png b/1.15.2/assets/minecraft/textures/font/unicode_page_69.png new file mode 100644 index 00000000..1a969acd Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_69.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_6a.png b/1.15.2/assets/minecraft/textures/font/unicode_page_6a.png new file mode 100644 index 00000000..b67475b0 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_6a.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_6b.png b/1.15.2/assets/minecraft/textures/font/unicode_page_6b.png new file mode 100644 index 00000000..82e083a2 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_6b.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_6c.png b/1.15.2/assets/minecraft/textures/font/unicode_page_6c.png new file mode 100644 index 00000000..d2b50af0 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_6c.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_6d.png b/1.15.2/assets/minecraft/textures/font/unicode_page_6d.png new file mode 100644 index 00000000..2e1dfd16 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_6d.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_6e.png b/1.15.2/assets/minecraft/textures/font/unicode_page_6e.png new file mode 100644 index 00000000..495a4c1f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_6e.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_6f.png b/1.15.2/assets/minecraft/textures/font/unicode_page_6f.png new file mode 100644 index 00000000..80e49933 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_6f.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_70.png b/1.15.2/assets/minecraft/textures/font/unicode_page_70.png new file mode 100644 index 00000000..15694bbe Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_70.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_71.png b/1.15.2/assets/minecraft/textures/font/unicode_page_71.png new file mode 100644 index 00000000..ff04b6ac Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_71.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_72.png b/1.15.2/assets/minecraft/textures/font/unicode_page_72.png new file mode 100644 index 00000000..67c64615 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_72.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_73.png b/1.15.2/assets/minecraft/textures/font/unicode_page_73.png new file mode 100644 index 00000000..4bafafaa Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_73.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_74.png b/1.15.2/assets/minecraft/textures/font/unicode_page_74.png new file mode 100644 index 00000000..ec0f591a Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_74.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_75.png b/1.15.2/assets/minecraft/textures/font/unicode_page_75.png new file mode 100644 index 00000000..00e2c71b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_75.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_76.png b/1.15.2/assets/minecraft/textures/font/unicode_page_76.png new file mode 100644 index 00000000..e76fbee3 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_76.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_77.png b/1.15.2/assets/minecraft/textures/font/unicode_page_77.png new file mode 100644 index 00000000..08a22ff8 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_77.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_78.png b/1.15.2/assets/minecraft/textures/font/unicode_page_78.png new file mode 100644 index 00000000..d6e34184 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_78.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_79.png b/1.15.2/assets/minecraft/textures/font/unicode_page_79.png new file mode 100644 index 00000000..b11efa83 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_79.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_7a.png b/1.15.2/assets/minecraft/textures/font/unicode_page_7a.png new file mode 100644 index 00000000..f3ff655c Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_7a.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_7b.png b/1.15.2/assets/minecraft/textures/font/unicode_page_7b.png new file mode 100644 index 00000000..6b3038cb Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_7b.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_7c.png b/1.15.2/assets/minecraft/textures/font/unicode_page_7c.png new file mode 100644 index 00000000..3ffe7a71 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_7c.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_7d.png b/1.15.2/assets/minecraft/textures/font/unicode_page_7d.png new file mode 100644 index 00000000..700ab759 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_7d.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_7e.png b/1.15.2/assets/minecraft/textures/font/unicode_page_7e.png new file mode 100644 index 00000000..34c8c54c Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_7e.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_7f.png b/1.15.2/assets/minecraft/textures/font/unicode_page_7f.png new file mode 100644 index 00000000..ad3b0708 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_7f.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_80.png b/1.15.2/assets/minecraft/textures/font/unicode_page_80.png new file mode 100644 index 00000000..f9a954c2 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_80.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_81.png b/1.15.2/assets/minecraft/textures/font/unicode_page_81.png new file mode 100644 index 00000000..97d56672 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_81.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_82.png b/1.15.2/assets/minecraft/textures/font/unicode_page_82.png new file mode 100644 index 00000000..5acf8aaa Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_82.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_83.png b/1.15.2/assets/minecraft/textures/font/unicode_page_83.png new file mode 100644 index 00000000..b1a29e44 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_83.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_84.png b/1.15.2/assets/minecraft/textures/font/unicode_page_84.png new file mode 100644 index 00000000..9dd7e51c Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_84.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_85.png b/1.15.2/assets/minecraft/textures/font/unicode_page_85.png new file mode 100644 index 00000000..6f72b8bf Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_85.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_86.png b/1.15.2/assets/minecraft/textures/font/unicode_page_86.png new file mode 100644 index 00000000..91d82f37 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_86.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_87.png b/1.15.2/assets/minecraft/textures/font/unicode_page_87.png new file mode 100644 index 00000000..002bbc63 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_87.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_88.png b/1.15.2/assets/minecraft/textures/font/unicode_page_88.png new file mode 100644 index 00000000..2388727e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_88.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_89.png b/1.15.2/assets/minecraft/textures/font/unicode_page_89.png new file mode 100644 index 00000000..e35974af Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_89.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_8a.png b/1.15.2/assets/minecraft/textures/font/unicode_page_8a.png new file mode 100644 index 00000000..008a185f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_8a.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_8b.png b/1.15.2/assets/minecraft/textures/font/unicode_page_8b.png new file mode 100644 index 00000000..360f9c6e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_8b.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_8c.png b/1.15.2/assets/minecraft/textures/font/unicode_page_8c.png new file mode 100644 index 00000000..12b78b51 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_8c.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_8d.png b/1.15.2/assets/minecraft/textures/font/unicode_page_8d.png new file mode 100644 index 00000000..10de16c3 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_8d.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_8e.png b/1.15.2/assets/minecraft/textures/font/unicode_page_8e.png new file mode 100644 index 00000000..8e4f17cc Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_8e.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_8f.png b/1.15.2/assets/minecraft/textures/font/unicode_page_8f.png new file mode 100644 index 00000000..6e4c9414 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_8f.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_90.png b/1.15.2/assets/minecraft/textures/font/unicode_page_90.png new file mode 100644 index 00000000..a95436c2 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_90.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_91.png b/1.15.2/assets/minecraft/textures/font/unicode_page_91.png new file mode 100644 index 00000000..d7bad075 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_91.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_92.png b/1.15.2/assets/minecraft/textures/font/unicode_page_92.png new file mode 100644 index 00000000..3676d3f6 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_92.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_93.png b/1.15.2/assets/minecraft/textures/font/unicode_page_93.png new file mode 100644 index 00000000..d59c7d2c Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_93.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_94.png b/1.15.2/assets/minecraft/textures/font/unicode_page_94.png new file mode 100644 index 00000000..8f381404 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_94.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_95.png b/1.15.2/assets/minecraft/textures/font/unicode_page_95.png new file mode 100644 index 00000000..13cf8c7a Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_95.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_96.png b/1.15.2/assets/minecraft/textures/font/unicode_page_96.png new file mode 100644 index 00000000..6a7838cc Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_96.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_97.png b/1.15.2/assets/minecraft/textures/font/unicode_page_97.png new file mode 100644 index 00000000..081c1afd Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_97.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_98.png b/1.15.2/assets/minecraft/textures/font/unicode_page_98.png new file mode 100644 index 00000000..2bdcbf9b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_98.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_99.png b/1.15.2/assets/minecraft/textures/font/unicode_page_99.png new file mode 100644 index 00000000..5789f19a Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_99.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_9a.png b/1.15.2/assets/minecraft/textures/font/unicode_page_9a.png new file mode 100644 index 00000000..8aacdc6f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_9a.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_9b.png b/1.15.2/assets/minecraft/textures/font/unicode_page_9b.png new file mode 100644 index 00000000..34a54bdd Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_9b.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_9c.png b/1.15.2/assets/minecraft/textures/font/unicode_page_9c.png new file mode 100644 index 00000000..57e4a71f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_9c.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_9d.png b/1.15.2/assets/minecraft/textures/font/unicode_page_9d.png new file mode 100644 index 00000000..0a079be1 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_9d.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_9e.png b/1.15.2/assets/minecraft/textures/font/unicode_page_9e.png new file mode 100644 index 00000000..80ce2b35 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_9e.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_9f.png b/1.15.2/assets/minecraft/textures/font/unicode_page_9f.png new file mode 100644 index 00000000..a6100ae1 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_9f.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_a0.png b/1.15.2/assets/minecraft/textures/font/unicode_page_a0.png new file mode 100644 index 00000000..70c2b209 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_a0.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_a1.png b/1.15.2/assets/minecraft/textures/font/unicode_page_a1.png new file mode 100644 index 00000000..b6507596 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_a1.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_a2.png b/1.15.2/assets/minecraft/textures/font/unicode_page_a2.png new file mode 100644 index 00000000..44b5a8d7 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_a2.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_a3.png b/1.15.2/assets/minecraft/textures/font/unicode_page_a3.png new file mode 100644 index 00000000..a6987c7f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_a3.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_a4.png b/1.15.2/assets/minecraft/textures/font/unicode_page_a4.png new file mode 100644 index 00000000..4dce2f28 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_a4.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_a5.png b/1.15.2/assets/minecraft/textures/font/unicode_page_a5.png new file mode 100644 index 00000000..cec113ca Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_a5.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_a6.png b/1.15.2/assets/minecraft/textures/font/unicode_page_a6.png new file mode 100644 index 00000000..d28ad134 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_a6.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_a7.png b/1.15.2/assets/minecraft/textures/font/unicode_page_a7.png new file mode 100644 index 00000000..b41be026 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_a7.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_a8.png b/1.15.2/assets/minecraft/textures/font/unicode_page_a8.png new file mode 100644 index 00000000..8a21e030 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_a8.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_a9.png b/1.15.2/assets/minecraft/textures/font/unicode_page_a9.png new file mode 100644 index 00000000..0970c142 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_a9.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_aa.png b/1.15.2/assets/minecraft/textures/font/unicode_page_aa.png new file mode 100644 index 00000000..81927129 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_aa.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_ab.png b/1.15.2/assets/minecraft/textures/font/unicode_page_ab.png new file mode 100644 index 00000000..b771a716 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_ab.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_ac.png b/1.15.2/assets/minecraft/textures/font/unicode_page_ac.png new file mode 100644 index 00000000..2818b954 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_ac.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_ad.png b/1.15.2/assets/minecraft/textures/font/unicode_page_ad.png new file mode 100644 index 00000000..9d53d257 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_ad.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_ae.png b/1.15.2/assets/minecraft/textures/font/unicode_page_ae.png new file mode 100644 index 00000000..b10a7be8 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_ae.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_af.png b/1.15.2/assets/minecraft/textures/font/unicode_page_af.png new file mode 100644 index 00000000..538e377b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_af.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_b0.png b/1.15.2/assets/minecraft/textures/font/unicode_page_b0.png new file mode 100644 index 00000000..0bac8500 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_b0.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_b1.png b/1.15.2/assets/minecraft/textures/font/unicode_page_b1.png new file mode 100644 index 00000000..0f0f56e5 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_b1.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_b2.png b/1.15.2/assets/minecraft/textures/font/unicode_page_b2.png new file mode 100644 index 00000000..c064012b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_b2.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_b3.png b/1.15.2/assets/minecraft/textures/font/unicode_page_b3.png new file mode 100644 index 00000000..daa46be8 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_b3.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_b4.png b/1.15.2/assets/minecraft/textures/font/unicode_page_b4.png new file mode 100644 index 00000000..9cd89ffa Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_b4.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_b5.png b/1.15.2/assets/minecraft/textures/font/unicode_page_b5.png new file mode 100644 index 00000000..d50990dc Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_b5.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_b6.png b/1.15.2/assets/minecraft/textures/font/unicode_page_b6.png new file mode 100644 index 00000000..7cbdbe5a Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_b6.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_b7.png b/1.15.2/assets/minecraft/textures/font/unicode_page_b7.png new file mode 100644 index 00000000..bb825321 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_b7.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_b8.png b/1.15.2/assets/minecraft/textures/font/unicode_page_b8.png new file mode 100644 index 00000000..d5d32ddc Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_b8.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_b9.png b/1.15.2/assets/minecraft/textures/font/unicode_page_b9.png new file mode 100644 index 00000000..acda6e03 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_b9.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_ba.png b/1.15.2/assets/minecraft/textures/font/unicode_page_ba.png new file mode 100644 index 00000000..47d0a75a Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_ba.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_bb.png b/1.15.2/assets/minecraft/textures/font/unicode_page_bb.png new file mode 100644 index 00000000..39a4b8f1 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_bb.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_bc.png b/1.15.2/assets/minecraft/textures/font/unicode_page_bc.png new file mode 100644 index 00000000..f9429784 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_bc.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_bd.png b/1.15.2/assets/minecraft/textures/font/unicode_page_bd.png new file mode 100644 index 00000000..783a79b1 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_bd.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_be.png b/1.15.2/assets/minecraft/textures/font/unicode_page_be.png new file mode 100644 index 00000000..2df8f23b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_be.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_bf.png b/1.15.2/assets/minecraft/textures/font/unicode_page_bf.png new file mode 100644 index 00000000..da9f3c68 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_bf.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_c0.png b/1.15.2/assets/minecraft/textures/font/unicode_page_c0.png new file mode 100644 index 00000000..21ee4bec Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_c0.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_c1.png b/1.15.2/assets/minecraft/textures/font/unicode_page_c1.png new file mode 100644 index 00000000..c7cc199a Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_c1.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_c2.png b/1.15.2/assets/minecraft/textures/font/unicode_page_c2.png new file mode 100644 index 00000000..5e8dfdb4 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_c2.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_c3.png b/1.15.2/assets/minecraft/textures/font/unicode_page_c3.png new file mode 100644 index 00000000..949ca7c3 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_c3.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_c4.png b/1.15.2/assets/minecraft/textures/font/unicode_page_c4.png new file mode 100644 index 00000000..85580db9 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_c4.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_c5.png b/1.15.2/assets/minecraft/textures/font/unicode_page_c5.png new file mode 100644 index 00000000..656e69f9 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_c5.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_c6.png b/1.15.2/assets/minecraft/textures/font/unicode_page_c6.png new file mode 100644 index 00000000..e9e9e77c Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_c6.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_c7.png b/1.15.2/assets/minecraft/textures/font/unicode_page_c7.png new file mode 100644 index 00000000..7b3971e4 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_c7.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_c8.png b/1.15.2/assets/minecraft/textures/font/unicode_page_c8.png new file mode 100644 index 00000000..5b02f56a Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_c8.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_c9.png b/1.15.2/assets/minecraft/textures/font/unicode_page_c9.png new file mode 100644 index 00000000..f162dc45 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_c9.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_ca.png b/1.15.2/assets/minecraft/textures/font/unicode_page_ca.png new file mode 100644 index 00000000..bb52b26a Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_ca.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_cb.png b/1.15.2/assets/minecraft/textures/font/unicode_page_cb.png new file mode 100644 index 00000000..bc38e37a Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_cb.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_cc.png b/1.15.2/assets/minecraft/textures/font/unicode_page_cc.png new file mode 100644 index 00000000..4c82ee76 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_cc.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_cd.png b/1.15.2/assets/minecraft/textures/font/unicode_page_cd.png new file mode 100644 index 00000000..806205f7 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_cd.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_ce.png b/1.15.2/assets/minecraft/textures/font/unicode_page_ce.png new file mode 100644 index 00000000..ef0a4a78 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_ce.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_cf.png b/1.15.2/assets/minecraft/textures/font/unicode_page_cf.png new file mode 100644 index 00000000..22499858 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_cf.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_d0.png b/1.15.2/assets/minecraft/textures/font/unicode_page_d0.png new file mode 100644 index 00000000..4438d1d3 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_d0.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_d1.png b/1.15.2/assets/minecraft/textures/font/unicode_page_d1.png new file mode 100644 index 00000000..cb6afe8e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_d1.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_d2.png b/1.15.2/assets/minecraft/textures/font/unicode_page_d2.png new file mode 100644 index 00000000..62ae8252 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_d2.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_d3.png b/1.15.2/assets/minecraft/textures/font/unicode_page_d3.png new file mode 100644 index 00000000..a3d59892 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_d3.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_d4.png b/1.15.2/assets/minecraft/textures/font/unicode_page_d4.png new file mode 100644 index 00000000..893b3561 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_d4.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_d5.png b/1.15.2/assets/minecraft/textures/font/unicode_page_d5.png new file mode 100644 index 00000000..4f7774d9 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_d5.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_d6.png b/1.15.2/assets/minecraft/textures/font/unicode_page_d6.png new file mode 100644 index 00000000..f72847fb Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_d6.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_d7.png b/1.15.2/assets/minecraft/textures/font/unicode_page_d7.png new file mode 100644 index 00000000..845a04b7 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_d7.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_f9.png b/1.15.2/assets/minecraft/textures/font/unicode_page_f9.png new file mode 100644 index 00000000..02c37fdc Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_f9.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_fa.png b/1.15.2/assets/minecraft/textures/font/unicode_page_fa.png new file mode 100644 index 00000000..fda45608 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_fa.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_fb.png b/1.15.2/assets/minecraft/textures/font/unicode_page_fb.png new file mode 100644 index 00000000..c900e2ab Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_fb.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_fc.png b/1.15.2/assets/minecraft/textures/font/unicode_page_fc.png new file mode 100644 index 00000000..49d460c1 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_fc.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_fd.png b/1.15.2/assets/minecraft/textures/font/unicode_page_fd.png new file mode 100644 index 00000000..ea8e3e0f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_fd.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_fe.png b/1.15.2/assets/minecraft/textures/font/unicode_page_fe.png new file mode 100644 index 00000000..cacee8a5 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_fe.png differ diff --git a/1.15.2/assets/minecraft/textures/font/unicode_page_ff.png b/1.15.2/assets/minecraft/textures/font/unicode_page_ff.png new file mode 100644 index 00000000..c14110d1 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/font/unicode_page_ff.png differ diff --git a/1.15.2/assets/minecraft/textures/gui/accessibility.png b/1.15.2/assets/minecraft/textures/gui/accessibility.png new file mode 100644 index 00000000..cb05cd38 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/gui/accessibility.png differ diff --git a/1.15.2/assets/minecraft/textures/gui/advancements/backgrounds/adventure.png b/1.15.2/assets/minecraft/textures/gui/advancements/backgrounds/adventure.png new file mode 100644 index 00000000..91cec2a7 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/gui/advancements/backgrounds/adventure.png differ diff --git a/1.15.2/assets/minecraft/textures/gui/advancements/backgrounds/end.png b/1.15.2/assets/minecraft/textures/gui/advancements/backgrounds/end.png new file mode 100644 index 00000000..6d747c02 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/gui/advancements/backgrounds/end.png differ diff --git a/1.15.2/assets/minecraft/textures/gui/advancements/backgrounds/husbandry.png b/1.15.2/assets/minecraft/textures/gui/advancements/backgrounds/husbandry.png new file mode 100644 index 00000000..b73ffc08 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/gui/advancements/backgrounds/husbandry.png differ diff --git a/1.15.2/assets/minecraft/textures/gui/advancements/backgrounds/nether.png b/1.15.2/assets/minecraft/textures/gui/advancements/backgrounds/nether.png new file mode 100644 index 00000000..50b56218 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/gui/advancements/backgrounds/nether.png differ diff --git a/1.15.2/assets/minecraft/textures/gui/advancements/backgrounds/stone.png b/1.15.2/assets/minecraft/textures/gui/advancements/backgrounds/stone.png new file mode 100644 index 00000000..2665baef Binary files /dev/null and b/1.15.2/assets/minecraft/textures/gui/advancements/backgrounds/stone.png differ diff --git a/1.15.2/assets/minecraft/textures/gui/advancements/tabs.png b/1.15.2/assets/minecraft/textures/gui/advancements/tabs.png new file mode 100644 index 00000000..3dbc77ff Binary files /dev/null and b/1.15.2/assets/minecraft/textures/gui/advancements/tabs.png differ diff --git a/1.15.2/assets/minecraft/textures/gui/advancements/widgets.png b/1.15.2/assets/minecraft/textures/gui/advancements/widgets.png new file mode 100644 index 00000000..83db82af Binary files /dev/null and b/1.15.2/assets/minecraft/textures/gui/advancements/widgets.png differ diff --git a/1.15.2/assets/minecraft/textures/gui/advancements/window.png b/1.15.2/assets/minecraft/textures/gui/advancements/window.png new file mode 100644 index 00000000..fa5559d3 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/gui/advancements/window.png differ diff --git a/1.15.2/assets/minecraft/textures/gui/bars.png b/1.15.2/assets/minecraft/textures/gui/bars.png new file mode 100644 index 00000000..3086fce8 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/gui/bars.png differ diff --git a/1.15.2/assets/minecraft/textures/gui/book.png b/1.15.2/assets/minecraft/textures/gui/book.png new file mode 100644 index 00000000..c9007bda Binary files /dev/null and b/1.15.2/assets/minecraft/textures/gui/book.png differ diff --git a/1.15.2/assets/minecraft/textures/gui/checkbox.png b/1.15.2/assets/minecraft/textures/gui/checkbox.png new file mode 100644 index 00000000..e52ae82f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/gui/checkbox.png differ diff --git a/1.15.2/assets/minecraft/textures/gui/container/anvil.png b/1.15.2/assets/minecraft/textures/gui/container/anvil.png new file mode 100644 index 00000000..7b7ab672 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/gui/container/anvil.png differ diff --git a/1.15.2/assets/minecraft/textures/gui/container/beacon.png b/1.15.2/assets/minecraft/textures/gui/container/beacon.png new file mode 100644 index 00000000..f56e19db Binary files /dev/null and b/1.15.2/assets/minecraft/textures/gui/container/beacon.png differ diff --git a/1.15.2/assets/minecraft/textures/gui/container/blast_furnace.png b/1.15.2/assets/minecraft/textures/gui/container/blast_furnace.png new file mode 100644 index 00000000..452ad342 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/gui/container/blast_furnace.png differ diff --git a/1.15.2/assets/minecraft/textures/gui/container/brewing_stand.png b/1.15.2/assets/minecraft/textures/gui/container/brewing_stand.png new file mode 100644 index 00000000..56b72ce9 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/gui/container/brewing_stand.png differ diff --git a/1.15.2/assets/minecraft/textures/gui/container/cartography_table.png b/1.15.2/assets/minecraft/textures/gui/container/cartography_table.png new file mode 100644 index 00000000..a5c052d9 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/gui/container/cartography_table.png differ diff --git a/1.15.2/assets/minecraft/textures/gui/container/crafting_table.png b/1.15.2/assets/minecraft/textures/gui/container/crafting_table.png new file mode 100644 index 00000000..38c05c03 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/gui/container/crafting_table.png differ diff --git a/1.15.2/assets/minecraft/textures/gui/container/creative_inventory/tab_inventory.png b/1.15.2/assets/minecraft/textures/gui/container/creative_inventory/tab_inventory.png new file mode 100644 index 00000000..f328206c Binary files /dev/null and b/1.15.2/assets/minecraft/textures/gui/container/creative_inventory/tab_inventory.png differ diff --git a/1.15.2/assets/minecraft/textures/gui/container/creative_inventory/tab_item_search.png b/1.15.2/assets/minecraft/textures/gui/container/creative_inventory/tab_item_search.png new file mode 100644 index 00000000..be178b74 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/gui/container/creative_inventory/tab_item_search.png differ diff --git a/1.15.2/assets/minecraft/textures/gui/container/creative_inventory/tab_items.png b/1.15.2/assets/minecraft/textures/gui/container/creative_inventory/tab_items.png new file mode 100644 index 00000000..2b6fbb9c Binary files /dev/null and b/1.15.2/assets/minecraft/textures/gui/container/creative_inventory/tab_items.png differ diff --git a/1.15.2/assets/minecraft/textures/gui/container/creative_inventory/tabs.png b/1.15.2/assets/minecraft/textures/gui/container/creative_inventory/tabs.png new file mode 100644 index 00000000..8bb183a0 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/gui/container/creative_inventory/tabs.png differ diff --git a/1.15.2/assets/minecraft/textures/gui/container/dispenser.png b/1.15.2/assets/minecraft/textures/gui/container/dispenser.png new file mode 100644 index 00000000..f840ee74 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/gui/container/dispenser.png differ diff --git a/1.15.2/assets/minecraft/textures/gui/container/enchanting_table.png b/1.15.2/assets/minecraft/textures/gui/container/enchanting_table.png new file mode 100644 index 00000000..15583fbf Binary files /dev/null and b/1.15.2/assets/minecraft/textures/gui/container/enchanting_table.png differ diff --git a/1.15.2/assets/minecraft/textures/gui/container/furnace.png b/1.15.2/assets/minecraft/textures/gui/container/furnace.png new file mode 100644 index 00000000..f40de39d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/gui/container/furnace.png differ diff --git a/1.15.2/assets/minecraft/textures/gui/container/generic_54.png b/1.15.2/assets/minecraft/textures/gui/container/generic_54.png new file mode 100644 index 00000000..9169433f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/gui/container/generic_54.png differ diff --git a/1.15.2/assets/minecraft/textures/gui/container/grindstone.png b/1.15.2/assets/minecraft/textures/gui/container/grindstone.png new file mode 100644 index 00000000..e420e05b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/gui/container/grindstone.png differ diff --git a/1.15.2/assets/minecraft/textures/gui/container/hopper.png b/1.15.2/assets/minecraft/textures/gui/container/hopper.png new file mode 100644 index 00000000..56f4b894 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/gui/container/hopper.png differ diff --git a/1.15.2/assets/minecraft/textures/gui/container/horse.png b/1.15.2/assets/minecraft/textures/gui/container/horse.png new file mode 100644 index 00000000..e5ee7fcc Binary files /dev/null and b/1.15.2/assets/minecraft/textures/gui/container/horse.png differ diff --git a/1.15.2/assets/minecraft/textures/gui/container/inventory.png b/1.15.2/assets/minecraft/textures/gui/container/inventory.png new file mode 100644 index 00000000..79430fb3 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/gui/container/inventory.png differ diff --git a/1.15.2/assets/minecraft/textures/gui/container/loom.png b/1.15.2/assets/minecraft/textures/gui/container/loom.png new file mode 100644 index 00000000..cdeff581 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/gui/container/loom.png differ diff --git a/1.15.2/assets/minecraft/textures/gui/container/shulker_box.png b/1.15.2/assets/minecraft/textures/gui/container/shulker_box.png new file mode 100644 index 00000000..40cbb46d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/gui/container/shulker_box.png differ diff --git a/1.15.2/assets/minecraft/textures/gui/container/smoker.png b/1.15.2/assets/minecraft/textures/gui/container/smoker.png new file mode 100644 index 00000000..452ad342 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/gui/container/smoker.png differ diff --git a/1.15.2/assets/minecraft/textures/gui/container/stats_icons.png b/1.15.2/assets/minecraft/textures/gui/container/stats_icons.png new file mode 100644 index 00000000..ff4029e9 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/gui/container/stats_icons.png differ diff --git a/1.15.2/assets/minecraft/textures/gui/container/stonecutter.png b/1.15.2/assets/minecraft/textures/gui/container/stonecutter.png new file mode 100644 index 00000000..a0dcf566 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/gui/container/stonecutter.png differ diff --git a/1.15.2/assets/minecraft/textures/gui/container/villager2.png b/1.15.2/assets/minecraft/textures/gui/container/villager2.png new file mode 100644 index 00000000..ab25b948 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/gui/container/villager2.png differ diff --git a/1.15.2/assets/minecraft/textures/gui/demo_background.png b/1.15.2/assets/minecraft/textures/gui/demo_background.png new file mode 100644 index 00000000..1f1f388d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/gui/demo_background.png differ diff --git a/1.15.2/assets/minecraft/textures/gui/icons.png b/1.15.2/assets/minecraft/textures/gui/icons.png new file mode 100644 index 00000000..25421224 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/gui/icons.png differ diff --git a/1.15.2/assets/minecraft/textures/gui/options_background.png b/1.15.2/assets/minecraft/textures/gui/options_background.png new file mode 100644 index 00000000..5c02f918 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/gui/options_background.png differ diff --git a/1.15.2/assets/minecraft/textures/gui/presets/isles.png b/1.15.2/assets/minecraft/textures/gui/presets/isles.png new file mode 100644 index 00000000..14251061 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/gui/presets/isles.png differ diff --git a/1.15.2/assets/minecraft/textures/gui/recipe_book.png b/1.15.2/assets/minecraft/textures/gui/recipe_book.png new file mode 100644 index 00000000..199b746a Binary files /dev/null and b/1.15.2/assets/minecraft/textures/gui/recipe_book.png differ diff --git a/1.15.2/assets/minecraft/textures/gui/recipe_button.png b/1.15.2/assets/minecraft/textures/gui/recipe_button.png new file mode 100644 index 00000000..3be6b1ca Binary files /dev/null and b/1.15.2/assets/minecraft/textures/gui/recipe_button.png differ diff --git a/1.15.2/assets/minecraft/textures/gui/resource_packs.png b/1.15.2/assets/minecraft/textures/gui/resource_packs.png new file mode 100644 index 00000000..4e90d743 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/gui/resource_packs.png differ diff --git a/1.15.2/assets/minecraft/textures/gui/server_selection.png b/1.15.2/assets/minecraft/textures/gui/server_selection.png new file mode 100644 index 00000000..74b06b3d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/gui/server_selection.png differ diff --git a/1.15.2/assets/minecraft/textures/gui/spectator_widgets.png b/1.15.2/assets/minecraft/textures/gui/spectator_widgets.png new file mode 100644 index 00000000..26cc3dc2 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/gui/spectator_widgets.png differ diff --git a/1.15.2/assets/minecraft/textures/gui/stream_indicator.png b/1.15.2/assets/minecraft/textures/gui/stream_indicator.png new file mode 100644 index 00000000..48e1575a Binary files /dev/null and b/1.15.2/assets/minecraft/textures/gui/stream_indicator.png differ diff --git a/1.15.2/assets/minecraft/textures/gui/title/background/panorama_0.png b/1.15.2/assets/minecraft/textures/gui/title/background/panorama_0.png new file mode 100644 index 00000000..1ccd8b27 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/gui/title/background/panorama_0.png differ diff --git a/1.15.2/assets/minecraft/textures/gui/title/background/panorama_1.png b/1.15.2/assets/minecraft/textures/gui/title/background/panorama_1.png new file mode 100644 index 00000000..1ccd8b27 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/gui/title/background/panorama_1.png differ diff --git a/1.15.2/assets/minecraft/textures/gui/title/background/panorama_2.png b/1.15.2/assets/minecraft/textures/gui/title/background/panorama_2.png new file mode 100644 index 00000000..1ccd8b27 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/gui/title/background/panorama_2.png differ diff --git a/1.15.2/assets/minecraft/textures/gui/title/background/panorama_3.png b/1.15.2/assets/minecraft/textures/gui/title/background/panorama_3.png new file mode 100644 index 00000000..1ccd8b27 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/gui/title/background/panorama_3.png differ diff --git a/1.15.2/assets/minecraft/textures/gui/title/background/panorama_4.png b/1.15.2/assets/minecraft/textures/gui/title/background/panorama_4.png new file mode 100644 index 00000000..1ccd8b27 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/gui/title/background/panorama_4.png differ diff --git a/1.15.2/assets/minecraft/textures/gui/title/background/panorama_5.png b/1.15.2/assets/minecraft/textures/gui/title/background/panorama_5.png new file mode 100644 index 00000000..1ccd8b27 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/gui/title/background/panorama_5.png differ diff --git a/1.15.2/assets/minecraft/textures/gui/title/background/panorama_overlay.png b/1.15.2/assets/minecraft/textures/gui/title/background/panorama_overlay.png new file mode 100644 index 00000000..6a268710 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/gui/title/background/panorama_overlay.png differ diff --git a/1.15.2/assets/minecraft/textures/gui/title/edition.png b/1.15.2/assets/minecraft/textures/gui/title/edition.png new file mode 100644 index 00000000..f6e2de3d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/gui/title/edition.png differ diff --git a/1.15.2/assets/minecraft/textures/gui/title/minecraft.png b/1.15.2/assets/minecraft/textures/gui/title/minecraft.png new file mode 100644 index 00000000..e8010e92 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/gui/title/minecraft.png differ diff --git a/1.15.2/assets/minecraft/textures/gui/title/mojang.png b/1.15.2/assets/minecraft/textures/gui/title/mojang.png new file mode 100644 index 00000000..ec46269e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/gui/title/mojang.png differ diff --git a/1.15.2/assets/minecraft/textures/gui/toasts.png b/1.15.2/assets/minecraft/textures/gui/toasts.png new file mode 100644 index 00000000..30015e9c Binary files /dev/null and b/1.15.2/assets/minecraft/textures/gui/toasts.png differ diff --git a/1.15.2/assets/minecraft/textures/gui/widgets.png b/1.15.2/assets/minecraft/textures/gui/widgets.png new file mode 100644 index 00000000..8f7802ae Binary files /dev/null and b/1.15.2/assets/minecraft/textures/gui/widgets.png differ diff --git a/1.15.2/assets/minecraft/textures/gui/world_selection.png b/1.15.2/assets/minecraft/textures/gui/world_selection.png new file mode 100644 index 00000000..866c63cc Binary files /dev/null and b/1.15.2/assets/minecraft/textures/gui/world_selection.png differ diff --git a/1.15.2/assets/minecraft/textures/item/acacia_boat.png b/1.15.2/assets/minecraft/textures/item/acacia_boat.png new file mode 100644 index 00000000..f9bf658f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/acacia_boat.png differ diff --git a/1.15.2/assets/minecraft/textures/item/acacia_door.png b/1.15.2/assets/minecraft/textures/item/acacia_door.png new file mode 100644 index 00000000..201f93a7 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/acacia_door.png differ diff --git a/1.15.2/assets/minecraft/textures/item/acacia_sign.png b/1.15.2/assets/minecraft/textures/item/acacia_sign.png new file mode 100644 index 00000000..8d8bb59a Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/acacia_sign.png differ diff --git a/1.15.2/assets/minecraft/textures/item/apple.png b/1.15.2/assets/minecraft/textures/item/apple.png new file mode 100644 index 00000000..3ee2b885 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/apple.png differ diff --git a/1.15.2/assets/minecraft/textures/item/armor_stand.png b/1.15.2/assets/minecraft/textures/item/armor_stand.png new file mode 100644 index 00000000..c65badeb Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/armor_stand.png differ diff --git a/1.15.2/assets/minecraft/textures/item/arrow.png b/1.15.2/assets/minecraft/textures/item/arrow.png new file mode 100644 index 00000000..4f748a00 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/arrow.png differ diff --git a/1.15.2/assets/minecraft/textures/item/baked_potato.png b/1.15.2/assets/minecraft/textures/item/baked_potato.png new file mode 100644 index 00000000..c8d3cbab Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/baked_potato.png differ diff --git a/1.15.2/assets/minecraft/textures/item/bamboo.png b/1.15.2/assets/minecraft/textures/item/bamboo.png new file mode 100644 index 00000000..1f974a1b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/bamboo.png differ diff --git a/1.15.2/assets/minecraft/textures/item/barrier.png b/1.15.2/assets/minecraft/textures/item/barrier.png new file mode 100644 index 00000000..2e68169e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/barrier.png differ diff --git a/1.15.2/assets/minecraft/textures/item/beef.png b/1.15.2/assets/minecraft/textures/item/beef.png new file mode 100644 index 00000000..6334716a Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/beef.png differ diff --git a/1.15.2/assets/minecraft/textures/item/beetroot.png b/1.15.2/assets/minecraft/textures/item/beetroot.png new file mode 100644 index 00000000..48ccf011 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/beetroot.png differ diff --git a/1.15.2/assets/minecraft/textures/item/beetroot_seeds.png b/1.15.2/assets/minecraft/textures/item/beetroot_seeds.png new file mode 100644 index 00000000..f7529ad7 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/beetroot_seeds.png differ diff --git a/1.15.2/assets/minecraft/textures/item/beetroot_soup.png b/1.15.2/assets/minecraft/textures/item/beetroot_soup.png new file mode 100644 index 00000000..e26fe6e7 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/beetroot_soup.png differ diff --git a/1.15.2/assets/minecraft/textures/item/bell.png b/1.15.2/assets/minecraft/textures/item/bell.png new file mode 100644 index 00000000..21cb4c69 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/bell.png differ diff --git a/1.15.2/assets/minecraft/textures/item/birch_boat.png b/1.15.2/assets/minecraft/textures/item/birch_boat.png new file mode 100644 index 00000000..2c1ba55d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/birch_boat.png differ diff --git a/1.15.2/assets/minecraft/textures/item/birch_door.png b/1.15.2/assets/minecraft/textures/item/birch_door.png new file mode 100644 index 00000000..d279ef1b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/birch_door.png differ diff --git a/1.15.2/assets/minecraft/textures/item/birch_sign.png b/1.15.2/assets/minecraft/textures/item/birch_sign.png new file mode 100644 index 00000000..695a53d6 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/birch_sign.png differ diff --git a/1.15.2/assets/minecraft/textures/item/black_dye.png b/1.15.2/assets/minecraft/textures/item/black_dye.png new file mode 100644 index 00000000..727c2c59 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/black_dye.png differ diff --git a/1.15.2/assets/minecraft/textures/item/blaze_powder.png b/1.15.2/assets/minecraft/textures/item/blaze_powder.png new file mode 100644 index 00000000..89c57d6e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/blaze_powder.png differ diff --git a/1.15.2/assets/minecraft/textures/item/blaze_rod.png b/1.15.2/assets/minecraft/textures/item/blaze_rod.png new file mode 100644 index 00000000..7050e10f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/blaze_rod.png differ diff --git a/1.15.2/assets/minecraft/textures/item/blue_dye.png b/1.15.2/assets/minecraft/textures/item/blue_dye.png new file mode 100644 index 00000000..481e4d0b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/blue_dye.png differ diff --git a/1.15.2/assets/minecraft/textures/item/bone.png b/1.15.2/assets/minecraft/textures/item/bone.png new file mode 100644 index 00000000..d30c7e32 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/bone.png differ diff --git a/1.15.2/assets/minecraft/textures/item/bone_meal.png b/1.15.2/assets/minecraft/textures/item/bone_meal.png new file mode 100644 index 00000000..74dc137a Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/bone_meal.png differ diff --git a/1.15.2/assets/minecraft/textures/item/book.png b/1.15.2/assets/minecraft/textures/item/book.png new file mode 100644 index 00000000..68abee66 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/book.png differ diff --git a/1.15.2/assets/minecraft/textures/item/bow.png b/1.15.2/assets/minecraft/textures/item/bow.png new file mode 100644 index 00000000..d709b9c8 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/bow.png differ diff --git a/1.15.2/assets/minecraft/textures/item/bow_pulling_0.png b/1.15.2/assets/minecraft/textures/item/bow_pulling_0.png new file mode 100644 index 00000000..2022aabd Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/bow_pulling_0.png differ diff --git a/1.15.2/assets/minecraft/textures/item/bow_pulling_1.png b/1.15.2/assets/minecraft/textures/item/bow_pulling_1.png new file mode 100644 index 00000000..a1320795 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/bow_pulling_1.png differ diff --git a/1.15.2/assets/minecraft/textures/item/bow_pulling_2.png b/1.15.2/assets/minecraft/textures/item/bow_pulling_2.png new file mode 100644 index 00000000..d459e685 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/bow_pulling_2.png differ diff --git a/1.15.2/assets/minecraft/textures/item/bowl.png b/1.15.2/assets/minecraft/textures/item/bowl.png new file mode 100644 index 00000000..826be5a4 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/bowl.png differ diff --git a/1.15.2/assets/minecraft/textures/item/bread.png b/1.15.2/assets/minecraft/textures/item/bread.png new file mode 100644 index 00000000..b3943266 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/bread.png differ diff --git a/1.15.2/assets/minecraft/textures/item/brewing_stand.png b/1.15.2/assets/minecraft/textures/item/brewing_stand.png new file mode 100644 index 00000000..963b4dd3 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/brewing_stand.png differ diff --git a/1.15.2/assets/minecraft/textures/item/brick.png b/1.15.2/assets/minecraft/textures/item/brick.png new file mode 100644 index 00000000..1fb55776 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/brick.png differ diff --git a/1.15.2/assets/minecraft/textures/item/broken_elytra.png b/1.15.2/assets/minecraft/textures/item/broken_elytra.png new file mode 100644 index 00000000..dd92e7f7 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/broken_elytra.png differ diff --git a/1.15.2/assets/minecraft/textures/item/brown_dye.png b/1.15.2/assets/minecraft/textures/item/brown_dye.png new file mode 100644 index 00000000..58f6704e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/brown_dye.png differ diff --git a/1.15.2/assets/minecraft/textures/item/bucket.png b/1.15.2/assets/minecraft/textures/item/bucket.png new file mode 100644 index 00000000..735a4afb Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/bucket.png differ diff --git a/1.15.2/assets/minecraft/textures/item/cake.png b/1.15.2/assets/minecraft/textures/item/cake.png new file mode 100644 index 00000000..47bc31f5 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/cake.png differ diff --git a/1.15.2/assets/minecraft/textures/item/campfire.png b/1.15.2/assets/minecraft/textures/item/campfire.png new file mode 100644 index 00000000..bba44f30 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/campfire.png differ diff --git a/1.15.2/assets/minecraft/textures/item/carrot.png b/1.15.2/assets/minecraft/textures/item/carrot.png new file mode 100644 index 00000000..620ce48b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/carrot.png differ diff --git a/1.15.2/assets/minecraft/textures/item/carrot_on_a_stick.png b/1.15.2/assets/minecraft/textures/item/carrot_on_a_stick.png new file mode 100644 index 00000000..51b51919 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/carrot_on_a_stick.png differ diff --git a/1.15.2/assets/minecraft/textures/item/cauldron.png b/1.15.2/assets/minecraft/textures/item/cauldron.png new file mode 100644 index 00000000..8aabc21c Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/cauldron.png differ diff --git a/1.15.2/assets/minecraft/textures/item/chainmail_boots.png b/1.15.2/assets/minecraft/textures/item/chainmail_boots.png new file mode 100644 index 00000000..6857585f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/chainmail_boots.png differ diff --git a/1.15.2/assets/minecraft/textures/item/chainmail_chestplate.png b/1.15.2/assets/minecraft/textures/item/chainmail_chestplate.png new file mode 100644 index 00000000..8d32264d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/chainmail_chestplate.png differ diff --git a/1.15.2/assets/minecraft/textures/item/chainmail_helmet.png b/1.15.2/assets/minecraft/textures/item/chainmail_helmet.png new file mode 100644 index 00000000..0865f14b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/chainmail_helmet.png differ diff --git a/1.15.2/assets/minecraft/textures/item/chainmail_leggings.png b/1.15.2/assets/minecraft/textures/item/chainmail_leggings.png new file mode 100644 index 00000000..4198cc5f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/chainmail_leggings.png differ diff --git a/1.15.2/assets/minecraft/textures/item/charcoal.png b/1.15.2/assets/minecraft/textures/item/charcoal.png new file mode 100644 index 00000000..9f7ee32d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/charcoal.png differ diff --git a/1.15.2/assets/minecraft/textures/item/chest_minecart.png b/1.15.2/assets/minecraft/textures/item/chest_minecart.png new file mode 100644 index 00000000..7a9e5d45 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/chest_minecart.png differ diff --git a/1.15.2/assets/minecraft/textures/item/chicken.png b/1.15.2/assets/minecraft/textures/item/chicken.png new file mode 100644 index 00000000..34dc33ac Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/chicken.png differ diff --git a/1.15.2/assets/minecraft/textures/item/chorus_fruit.png b/1.15.2/assets/minecraft/textures/item/chorus_fruit.png new file mode 100644 index 00000000..676e2cea Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/chorus_fruit.png differ diff --git a/1.15.2/assets/minecraft/textures/item/clay_ball.png b/1.15.2/assets/minecraft/textures/item/clay_ball.png new file mode 100644 index 00000000..786b1a37 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/clay_ball.png differ diff --git a/1.15.2/assets/minecraft/textures/item/clock_00.png b/1.15.2/assets/minecraft/textures/item/clock_00.png new file mode 100644 index 00000000..ef06df78 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/clock_00.png differ diff --git a/1.15.2/assets/minecraft/textures/item/clock_01.png b/1.15.2/assets/minecraft/textures/item/clock_01.png new file mode 100644 index 00000000..558826e9 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/clock_01.png differ diff --git a/1.15.2/assets/minecraft/textures/item/clock_02.png b/1.15.2/assets/minecraft/textures/item/clock_02.png new file mode 100644 index 00000000..566342d8 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/clock_02.png differ diff --git a/1.15.2/assets/minecraft/textures/item/clock_03.png b/1.15.2/assets/minecraft/textures/item/clock_03.png new file mode 100644 index 00000000..823f4133 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/clock_03.png differ diff --git a/1.15.2/assets/minecraft/textures/item/clock_04.png b/1.15.2/assets/minecraft/textures/item/clock_04.png new file mode 100644 index 00000000..6bdf2c56 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/clock_04.png differ diff --git a/1.15.2/assets/minecraft/textures/item/clock_05.png b/1.15.2/assets/minecraft/textures/item/clock_05.png new file mode 100644 index 00000000..ce75473a Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/clock_05.png differ diff --git a/1.15.2/assets/minecraft/textures/item/clock_06.png b/1.15.2/assets/minecraft/textures/item/clock_06.png new file mode 100644 index 00000000..35118583 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/clock_06.png differ diff --git a/1.15.2/assets/minecraft/textures/item/clock_07.png b/1.15.2/assets/minecraft/textures/item/clock_07.png new file mode 100644 index 00000000..faffee0f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/clock_07.png differ diff --git a/1.15.2/assets/minecraft/textures/item/clock_08.png b/1.15.2/assets/minecraft/textures/item/clock_08.png new file mode 100644 index 00000000..a712e570 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/clock_08.png differ diff --git a/1.15.2/assets/minecraft/textures/item/clock_09.png b/1.15.2/assets/minecraft/textures/item/clock_09.png new file mode 100644 index 00000000..f89d9d82 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/clock_09.png differ diff --git a/1.15.2/assets/minecraft/textures/item/clock_10.png b/1.15.2/assets/minecraft/textures/item/clock_10.png new file mode 100644 index 00000000..93765b84 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/clock_10.png differ diff --git a/1.15.2/assets/minecraft/textures/item/clock_11.png b/1.15.2/assets/minecraft/textures/item/clock_11.png new file mode 100644 index 00000000..649e0c26 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/clock_11.png differ diff --git a/1.15.2/assets/minecraft/textures/item/clock_12.png b/1.15.2/assets/minecraft/textures/item/clock_12.png new file mode 100644 index 00000000..581c5fb5 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/clock_12.png differ diff --git a/1.15.2/assets/minecraft/textures/item/clock_13.png b/1.15.2/assets/minecraft/textures/item/clock_13.png new file mode 100644 index 00000000..f99f4edd Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/clock_13.png differ diff --git a/1.15.2/assets/minecraft/textures/item/clock_14.png b/1.15.2/assets/minecraft/textures/item/clock_14.png new file mode 100644 index 00000000..c06960f8 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/clock_14.png differ diff --git a/1.15.2/assets/minecraft/textures/item/clock_15.png b/1.15.2/assets/minecraft/textures/item/clock_15.png new file mode 100644 index 00000000..655cc269 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/clock_15.png differ diff --git a/1.15.2/assets/minecraft/textures/item/clock_16.png b/1.15.2/assets/minecraft/textures/item/clock_16.png new file mode 100644 index 00000000..1e6d2675 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/clock_16.png differ diff --git a/1.15.2/assets/minecraft/textures/item/clock_17.png b/1.15.2/assets/minecraft/textures/item/clock_17.png new file mode 100644 index 00000000..a159a038 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/clock_17.png differ diff --git a/1.15.2/assets/minecraft/textures/item/clock_18.png b/1.15.2/assets/minecraft/textures/item/clock_18.png new file mode 100644 index 00000000..3de00852 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/clock_18.png differ diff --git a/1.15.2/assets/minecraft/textures/item/clock_19.png b/1.15.2/assets/minecraft/textures/item/clock_19.png new file mode 100644 index 00000000..c311f89f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/clock_19.png differ diff --git a/1.15.2/assets/minecraft/textures/item/clock_20.png b/1.15.2/assets/minecraft/textures/item/clock_20.png new file mode 100644 index 00000000..9e23788d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/clock_20.png differ diff --git a/1.15.2/assets/minecraft/textures/item/clock_21.png b/1.15.2/assets/minecraft/textures/item/clock_21.png new file mode 100644 index 00000000..ef1426d5 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/clock_21.png differ diff --git a/1.15.2/assets/minecraft/textures/item/clock_22.png b/1.15.2/assets/minecraft/textures/item/clock_22.png new file mode 100644 index 00000000..2a4d1063 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/clock_22.png differ diff --git a/1.15.2/assets/minecraft/textures/item/clock_23.png b/1.15.2/assets/minecraft/textures/item/clock_23.png new file mode 100644 index 00000000..6ac7b236 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/clock_23.png differ diff --git a/1.15.2/assets/minecraft/textures/item/clock_24.png b/1.15.2/assets/minecraft/textures/item/clock_24.png new file mode 100644 index 00000000..38909b9a Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/clock_24.png differ diff --git a/1.15.2/assets/minecraft/textures/item/clock_25.png b/1.15.2/assets/minecraft/textures/item/clock_25.png new file mode 100644 index 00000000..9a007549 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/clock_25.png differ diff --git a/1.15.2/assets/minecraft/textures/item/clock_26.png b/1.15.2/assets/minecraft/textures/item/clock_26.png new file mode 100644 index 00000000..b5abba3f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/clock_26.png differ diff --git a/1.15.2/assets/minecraft/textures/item/clock_27.png b/1.15.2/assets/minecraft/textures/item/clock_27.png new file mode 100644 index 00000000..a172a0c4 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/clock_27.png differ diff --git a/1.15.2/assets/minecraft/textures/item/clock_28.png b/1.15.2/assets/minecraft/textures/item/clock_28.png new file mode 100644 index 00000000..0a7b26bb Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/clock_28.png differ diff --git a/1.15.2/assets/minecraft/textures/item/clock_29.png b/1.15.2/assets/minecraft/textures/item/clock_29.png new file mode 100644 index 00000000..e9f1e56c Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/clock_29.png differ diff --git a/1.15.2/assets/minecraft/textures/item/clock_30.png b/1.15.2/assets/minecraft/textures/item/clock_30.png new file mode 100644 index 00000000..7cb68598 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/clock_30.png differ diff --git a/1.15.2/assets/minecraft/textures/item/clock_31.png b/1.15.2/assets/minecraft/textures/item/clock_31.png new file mode 100644 index 00000000..4bfff485 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/clock_31.png differ diff --git a/1.15.2/assets/minecraft/textures/item/clock_32.png b/1.15.2/assets/minecraft/textures/item/clock_32.png new file mode 100644 index 00000000..54537edd Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/clock_32.png differ diff --git a/1.15.2/assets/minecraft/textures/item/clock_33.png b/1.15.2/assets/minecraft/textures/item/clock_33.png new file mode 100644 index 00000000..4645b924 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/clock_33.png differ diff --git a/1.15.2/assets/minecraft/textures/item/clock_34.png b/1.15.2/assets/minecraft/textures/item/clock_34.png new file mode 100644 index 00000000..3d04df72 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/clock_34.png differ diff --git a/1.15.2/assets/minecraft/textures/item/clock_35.png b/1.15.2/assets/minecraft/textures/item/clock_35.png new file mode 100644 index 00000000..b0b13749 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/clock_35.png differ diff --git a/1.15.2/assets/minecraft/textures/item/clock_36.png b/1.15.2/assets/minecraft/textures/item/clock_36.png new file mode 100644 index 00000000..cb6bfbfb Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/clock_36.png differ diff --git a/1.15.2/assets/minecraft/textures/item/clock_37.png b/1.15.2/assets/minecraft/textures/item/clock_37.png new file mode 100644 index 00000000..816b257f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/clock_37.png differ diff --git a/1.15.2/assets/minecraft/textures/item/clock_38.png b/1.15.2/assets/minecraft/textures/item/clock_38.png new file mode 100644 index 00000000..c3aa0160 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/clock_38.png differ diff --git a/1.15.2/assets/minecraft/textures/item/clock_39.png b/1.15.2/assets/minecraft/textures/item/clock_39.png new file mode 100644 index 00000000..f81d5a61 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/clock_39.png differ diff --git a/1.15.2/assets/minecraft/textures/item/clock_40.png b/1.15.2/assets/minecraft/textures/item/clock_40.png new file mode 100644 index 00000000..77964678 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/clock_40.png differ diff --git a/1.15.2/assets/minecraft/textures/item/clock_41.png b/1.15.2/assets/minecraft/textures/item/clock_41.png new file mode 100644 index 00000000..1f804564 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/clock_41.png differ diff --git a/1.15.2/assets/minecraft/textures/item/clock_42.png b/1.15.2/assets/minecraft/textures/item/clock_42.png new file mode 100644 index 00000000..3b120d97 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/clock_42.png differ diff --git a/1.15.2/assets/minecraft/textures/item/clock_43.png b/1.15.2/assets/minecraft/textures/item/clock_43.png new file mode 100644 index 00000000..e1b48343 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/clock_43.png differ diff --git a/1.15.2/assets/minecraft/textures/item/clock_44.png b/1.15.2/assets/minecraft/textures/item/clock_44.png new file mode 100644 index 00000000..851489a3 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/clock_44.png differ diff --git a/1.15.2/assets/minecraft/textures/item/clock_45.png b/1.15.2/assets/minecraft/textures/item/clock_45.png new file mode 100644 index 00000000..086ec28f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/clock_45.png differ diff --git a/1.15.2/assets/minecraft/textures/item/clock_46.png b/1.15.2/assets/minecraft/textures/item/clock_46.png new file mode 100644 index 00000000..3b0bca4b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/clock_46.png differ diff --git a/1.15.2/assets/minecraft/textures/item/clock_47.png b/1.15.2/assets/minecraft/textures/item/clock_47.png new file mode 100644 index 00000000..ec92161d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/clock_47.png differ diff --git a/1.15.2/assets/minecraft/textures/item/clock_48.png b/1.15.2/assets/minecraft/textures/item/clock_48.png new file mode 100644 index 00000000..1a00a5ac Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/clock_48.png differ diff --git a/1.15.2/assets/minecraft/textures/item/clock_49.png b/1.15.2/assets/minecraft/textures/item/clock_49.png new file mode 100644 index 00000000..13e08b95 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/clock_49.png differ diff --git a/1.15.2/assets/minecraft/textures/item/clock_50.png b/1.15.2/assets/minecraft/textures/item/clock_50.png new file mode 100644 index 00000000..39edd8c0 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/clock_50.png differ diff --git a/1.15.2/assets/minecraft/textures/item/clock_51.png b/1.15.2/assets/minecraft/textures/item/clock_51.png new file mode 100644 index 00000000..fa4614ed Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/clock_51.png differ diff --git a/1.15.2/assets/minecraft/textures/item/clock_52.png b/1.15.2/assets/minecraft/textures/item/clock_52.png new file mode 100644 index 00000000..6578dc17 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/clock_52.png differ diff --git a/1.15.2/assets/minecraft/textures/item/clock_53.png b/1.15.2/assets/minecraft/textures/item/clock_53.png new file mode 100644 index 00000000..882cdd09 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/clock_53.png differ diff --git a/1.15.2/assets/minecraft/textures/item/clock_54.png b/1.15.2/assets/minecraft/textures/item/clock_54.png new file mode 100644 index 00000000..d6af37bd Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/clock_54.png differ diff --git a/1.15.2/assets/minecraft/textures/item/clock_55.png b/1.15.2/assets/minecraft/textures/item/clock_55.png new file mode 100644 index 00000000..909d24fd Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/clock_55.png differ diff --git a/1.15.2/assets/minecraft/textures/item/clock_56.png b/1.15.2/assets/minecraft/textures/item/clock_56.png new file mode 100644 index 00000000..f8ac1095 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/clock_56.png differ diff --git a/1.15.2/assets/minecraft/textures/item/clock_57.png b/1.15.2/assets/minecraft/textures/item/clock_57.png new file mode 100644 index 00000000..edfc89ff Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/clock_57.png differ diff --git a/1.15.2/assets/minecraft/textures/item/clock_58.png b/1.15.2/assets/minecraft/textures/item/clock_58.png new file mode 100644 index 00000000..76f6f933 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/clock_58.png differ diff --git a/1.15.2/assets/minecraft/textures/item/clock_59.png b/1.15.2/assets/minecraft/textures/item/clock_59.png new file mode 100644 index 00000000..9b01436d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/clock_59.png differ diff --git a/1.15.2/assets/minecraft/textures/item/clock_60.png b/1.15.2/assets/minecraft/textures/item/clock_60.png new file mode 100644 index 00000000..3074f9c7 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/clock_60.png differ diff --git a/1.15.2/assets/minecraft/textures/item/clock_61.png b/1.15.2/assets/minecraft/textures/item/clock_61.png new file mode 100644 index 00000000..ca7b584f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/clock_61.png differ diff --git a/1.15.2/assets/minecraft/textures/item/clock_62.png b/1.15.2/assets/minecraft/textures/item/clock_62.png new file mode 100644 index 00000000..1f014d60 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/clock_62.png differ diff --git a/1.15.2/assets/minecraft/textures/item/clock_63.png b/1.15.2/assets/minecraft/textures/item/clock_63.png new file mode 100644 index 00000000..4c55f08c Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/clock_63.png differ diff --git a/1.15.2/assets/minecraft/textures/item/coal.png b/1.15.2/assets/minecraft/textures/item/coal.png new file mode 100644 index 00000000..513e9c69 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/coal.png differ diff --git a/1.15.2/assets/minecraft/textures/item/cocoa_beans.png b/1.15.2/assets/minecraft/textures/item/cocoa_beans.png new file mode 100644 index 00000000..90b51d63 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/cocoa_beans.png differ diff --git a/1.15.2/assets/minecraft/textures/item/cod.png b/1.15.2/assets/minecraft/textures/item/cod.png new file mode 100644 index 00000000..6a321e27 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/cod.png differ diff --git a/1.15.2/assets/minecraft/textures/item/cod_bucket.png b/1.15.2/assets/minecraft/textures/item/cod_bucket.png new file mode 100644 index 00000000..22095ce0 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/cod_bucket.png differ diff --git a/1.15.2/assets/minecraft/textures/item/command_block_minecart.png b/1.15.2/assets/minecraft/textures/item/command_block_minecart.png new file mode 100644 index 00000000..efe6feb2 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/command_block_minecart.png differ diff --git a/1.15.2/assets/minecraft/textures/item/comparator.png b/1.15.2/assets/minecraft/textures/item/comparator.png new file mode 100644 index 00000000..ee5a38e1 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/comparator.png differ diff --git a/1.15.2/assets/minecraft/textures/item/compass_00.png b/1.15.2/assets/minecraft/textures/item/compass_00.png new file mode 100644 index 00000000..04e6f067 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/compass_00.png differ diff --git a/1.15.2/assets/minecraft/textures/item/compass_01.png b/1.15.2/assets/minecraft/textures/item/compass_01.png new file mode 100644 index 00000000..2c00488c Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/compass_01.png differ diff --git a/1.15.2/assets/minecraft/textures/item/compass_02.png b/1.15.2/assets/minecraft/textures/item/compass_02.png new file mode 100644 index 00000000..7ed3073e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/compass_02.png differ diff --git a/1.15.2/assets/minecraft/textures/item/compass_03.png b/1.15.2/assets/minecraft/textures/item/compass_03.png new file mode 100644 index 00000000..6f4e1663 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/compass_03.png differ diff --git a/1.15.2/assets/minecraft/textures/item/compass_04.png b/1.15.2/assets/minecraft/textures/item/compass_04.png new file mode 100644 index 00000000..e721770d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/compass_04.png differ diff --git a/1.15.2/assets/minecraft/textures/item/compass_05.png b/1.15.2/assets/minecraft/textures/item/compass_05.png new file mode 100644 index 00000000..0620ea5d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/compass_05.png differ diff --git a/1.15.2/assets/minecraft/textures/item/compass_06.png b/1.15.2/assets/minecraft/textures/item/compass_06.png new file mode 100644 index 00000000..21a8747f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/compass_06.png differ diff --git a/1.15.2/assets/minecraft/textures/item/compass_07.png b/1.15.2/assets/minecraft/textures/item/compass_07.png new file mode 100644 index 00000000..c2a347b1 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/compass_07.png differ diff --git a/1.15.2/assets/minecraft/textures/item/compass_08.png b/1.15.2/assets/minecraft/textures/item/compass_08.png new file mode 100644 index 00000000..c2a347b1 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/compass_08.png differ diff --git a/1.15.2/assets/minecraft/textures/item/compass_09.png b/1.15.2/assets/minecraft/textures/item/compass_09.png new file mode 100644 index 00000000..c2a347b1 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/compass_09.png differ diff --git a/1.15.2/assets/minecraft/textures/item/compass_10.png b/1.15.2/assets/minecraft/textures/item/compass_10.png new file mode 100644 index 00000000..7405ae86 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/compass_10.png differ diff --git a/1.15.2/assets/minecraft/textures/item/compass_11.png b/1.15.2/assets/minecraft/textures/item/compass_11.png new file mode 100644 index 00000000..18d3e9f1 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/compass_11.png differ diff --git a/1.15.2/assets/minecraft/textures/item/compass_12.png b/1.15.2/assets/minecraft/textures/item/compass_12.png new file mode 100644 index 00000000..5405a62f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/compass_12.png differ diff --git a/1.15.2/assets/minecraft/textures/item/compass_13.png b/1.15.2/assets/minecraft/textures/item/compass_13.png new file mode 100644 index 00000000..1c3354b4 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/compass_13.png differ diff --git a/1.15.2/assets/minecraft/textures/item/compass_14.png b/1.15.2/assets/minecraft/textures/item/compass_14.png new file mode 100644 index 00000000..76d48f3e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/compass_14.png differ diff --git a/1.15.2/assets/minecraft/textures/item/compass_15.png b/1.15.2/assets/minecraft/textures/item/compass_15.png new file mode 100644 index 00000000..bc0cd8b8 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/compass_15.png differ diff --git a/1.15.2/assets/minecraft/textures/item/compass_16.png b/1.15.2/assets/minecraft/textures/item/compass_16.png new file mode 100644 index 00000000..a9e603b2 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/compass_16.png differ diff --git a/1.15.2/assets/minecraft/textures/item/compass_17.png b/1.15.2/assets/minecraft/textures/item/compass_17.png new file mode 100644 index 00000000..36802213 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/compass_17.png differ diff --git a/1.15.2/assets/minecraft/textures/item/compass_18.png b/1.15.2/assets/minecraft/textures/item/compass_18.png new file mode 100644 index 00000000..edbc2eda Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/compass_18.png differ diff --git a/1.15.2/assets/minecraft/textures/item/compass_19.png b/1.15.2/assets/minecraft/textures/item/compass_19.png new file mode 100644 index 00000000..23c0c34b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/compass_19.png differ diff --git a/1.15.2/assets/minecraft/textures/item/compass_20.png b/1.15.2/assets/minecraft/textures/item/compass_20.png new file mode 100644 index 00000000..5aaf8c50 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/compass_20.png differ diff --git a/1.15.2/assets/minecraft/textures/item/compass_21.png b/1.15.2/assets/minecraft/textures/item/compass_21.png new file mode 100644 index 00000000..8a99abd9 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/compass_21.png differ diff --git a/1.15.2/assets/minecraft/textures/item/compass_22.png b/1.15.2/assets/minecraft/textures/item/compass_22.png new file mode 100644 index 00000000..9dd84237 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/compass_22.png differ diff --git a/1.15.2/assets/minecraft/textures/item/compass_23.png b/1.15.2/assets/minecraft/textures/item/compass_23.png new file mode 100644 index 00000000..61d739e6 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/compass_23.png differ diff --git a/1.15.2/assets/minecraft/textures/item/compass_24.png b/1.15.2/assets/minecraft/textures/item/compass_24.png new file mode 100644 index 00000000..61d739e6 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/compass_24.png differ diff --git a/1.15.2/assets/minecraft/textures/item/compass_25.png b/1.15.2/assets/minecraft/textures/item/compass_25.png new file mode 100644 index 00000000..61d739e6 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/compass_25.png differ diff --git a/1.15.2/assets/minecraft/textures/item/compass_26.png b/1.15.2/assets/minecraft/textures/item/compass_26.png new file mode 100644 index 00000000..eb5e8027 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/compass_26.png differ diff --git a/1.15.2/assets/minecraft/textures/item/compass_27.png b/1.15.2/assets/minecraft/textures/item/compass_27.png new file mode 100644 index 00000000..348dac2e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/compass_27.png differ diff --git a/1.15.2/assets/minecraft/textures/item/compass_28.png b/1.15.2/assets/minecraft/textures/item/compass_28.png new file mode 100644 index 00000000..8d681982 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/compass_28.png differ diff --git a/1.15.2/assets/minecraft/textures/item/compass_29.png b/1.15.2/assets/minecraft/textures/item/compass_29.png new file mode 100644 index 00000000..b1683b26 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/compass_29.png differ diff --git a/1.15.2/assets/minecraft/textures/item/compass_30.png b/1.15.2/assets/minecraft/textures/item/compass_30.png new file mode 100644 index 00000000..ba9be61d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/compass_30.png differ diff --git a/1.15.2/assets/minecraft/textures/item/compass_31.png b/1.15.2/assets/minecraft/textures/item/compass_31.png new file mode 100644 index 00000000..2ae89a20 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/compass_31.png differ diff --git a/1.15.2/assets/minecraft/textures/item/cooked_beef.png b/1.15.2/assets/minecraft/textures/item/cooked_beef.png new file mode 100644 index 00000000..5f2d657d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/cooked_beef.png differ diff --git a/1.15.2/assets/minecraft/textures/item/cooked_chicken.png b/1.15.2/assets/minecraft/textures/item/cooked_chicken.png new file mode 100644 index 00000000..db7bbeed Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/cooked_chicken.png differ diff --git a/1.15.2/assets/minecraft/textures/item/cooked_cod.png b/1.15.2/assets/minecraft/textures/item/cooked_cod.png new file mode 100644 index 00000000..ec6fe0d5 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/cooked_cod.png differ diff --git a/1.15.2/assets/minecraft/textures/item/cooked_mutton.png b/1.15.2/assets/minecraft/textures/item/cooked_mutton.png new file mode 100644 index 00000000..26bf7dd6 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/cooked_mutton.png differ diff --git a/1.15.2/assets/minecraft/textures/item/cooked_porkchop.png b/1.15.2/assets/minecraft/textures/item/cooked_porkchop.png new file mode 100644 index 00000000..0988066f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/cooked_porkchop.png differ diff --git a/1.15.2/assets/minecraft/textures/item/cooked_rabbit.png b/1.15.2/assets/minecraft/textures/item/cooked_rabbit.png new file mode 100644 index 00000000..20438043 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/cooked_rabbit.png differ diff --git a/1.15.2/assets/minecraft/textures/item/cooked_salmon.png b/1.15.2/assets/minecraft/textures/item/cooked_salmon.png new file mode 100644 index 00000000..69c7b4d2 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/cooked_salmon.png differ diff --git a/1.15.2/assets/minecraft/textures/item/cookie.png b/1.15.2/assets/minecraft/textures/item/cookie.png new file mode 100644 index 00000000..9eb5e8cf Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/cookie.png differ diff --git a/1.15.2/assets/minecraft/textures/item/creeper_banner_pattern.png b/1.15.2/assets/minecraft/textures/item/creeper_banner_pattern.png new file mode 100644 index 00000000..6f29d2a2 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/creeper_banner_pattern.png differ diff --git a/1.15.2/assets/minecraft/textures/item/crossbow_arrow.png b/1.15.2/assets/minecraft/textures/item/crossbow_arrow.png new file mode 100644 index 00000000..6f2ae2b9 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/crossbow_arrow.png differ diff --git a/1.15.2/assets/minecraft/textures/item/crossbow_firework.png b/1.15.2/assets/minecraft/textures/item/crossbow_firework.png new file mode 100644 index 00000000..8aed8149 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/crossbow_firework.png differ diff --git a/1.15.2/assets/minecraft/textures/item/crossbow_pulling_0.png b/1.15.2/assets/minecraft/textures/item/crossbow_pulling_0.png new file mode 100644 index 00000000..00dd4c40 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/crossbow_pulling_0.png differ diff --git a/1.15.2/assets/minecraft/textures/item/crossbow_pulling_1.png b/1.15.2/assets/minecraft/textures/item/crossbow_pulling_1.png new file mode 100644 index 00000000..69df6352 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/crossbow_pulling_1.png differ diff --git a/1.15.2/assets/minecraft/textures/item/crossbow_pulling_2.png b/1.15.2/assets/minecraft/textures/item/crossbow_pulling_2.png new file mode 100644 index 00000000..438f8c35 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/crossbow_pulling_2.png differ diff --git a/1.15.2/assets/minecraft/textures/item/crossbow_standby.png b/1.15.2/assets/minecraft/textures/item/crossbow_standby.png new file mode 100644 index 00000000..dfbfe1c9 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/crossbow_standby.png differ diff --git a/1.15.2/assets/minecraft/textures/item/cyan_dye.png b/1.15.2/assets/minecraft/textures/item/cyan_dye.png new file mode 100644 index 00000000..eafaee3b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/cyan_dye.png differ diff --git a/1.15.2/assets/minecraft/textures/item/dark_oak_boat.png b/1.15.2/assets/minecraft/textures/item/dark_oak_boat.png new file mode 100644 index 00000000..1a1f4519 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/dark_oak_boat.png differ diff --git a/1.15.2/assets/minecraft/textures/item/dark_oak_door.png b/1.15.2/assets/minecraft/textures/item/dark_oak_door.png new file mode 100644 index 00000000..4d2474dd Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/dark_oak_door.png differ diff --git a/1.15.2/assets/minecraft/textures/item/dark_oak_sign.png b/1.15.2/assets/minecraft/textures/item/dark_oak_sign.png new file mode 100644 index 00000000..b76bb912 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/dark_oak_sign.png differ diff --git a/1.15.2/assets/minecraft/textures/item/diamond.png b/1.15.2/assets/minecraft/textures/item/diamond.png new file mode 100644 index 00000000..8ce901e9 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/diamond.png differ diff --git a/1.15.2/assets/minecraft/textures/item/diamond_axe.png b/1.15.2/assets/minecraft/textures/item/diamond_axe.png new file mode 100644 index 00000000..5213ea7b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/diamond_axe.png differ diff --git a/1.15.2/assets/minecraft/textures/item/diamond_boots.png b/1.15.2/assets/minecraft/textures/item/diamond_boots.png new file mode 100644 index 00000000..bdc3b0a6 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/diamond_boots.png differ diff --git a/1.15.2/assets/minecraft/textures/item/diamond_chestplate.png b/1.15.2/assets/minecraft/textures/item/diamond_chestplate.png new file mode 100644 index 00000000..88d21bf9 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/diamond_chestplate.png differ diff --git a/1.15.2/assets/minecraft/textures/item/diamond_helmet.png b/1.15.2/assets/minecraft/textures/item/diamond_helmet.png new file mode 100644 index 00000000..aa0375a7 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/diamond_helmet.png differ diff --git a/1.15.2/assets/minecraft/textures/item/diamond_hoe.png b/1.15.2/assets/minecraft/textures/item/diamond_hoe.png new file mode 100644 index 00000000..8fe70145 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/diamond_hoe.png differ diff --git a/1.15.2/assets/minecraft/textures/item/diamond_horse_armor.png b/1.15.2/assets/minecraft/textures/item/diamond_horse_armor.png new file mode 100644 index 00000000..e891fbf1 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/diamond_horse_armor.png differ diff --git a/1.15.2/assets/minecraft/textures/item/diamond_leggings.png b/1.15.2/assets/minecraft/textures/item/diamond_leggings.png new file mode 100644 index 00000000..035be415 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/diamond_leggings.png differ diff --git a/1.15.2/assets/minecraft/textures/item/diamond_pickaxe.png b/1.15.2/assets/minecraft/textures/item/diamond_pickaxe.png new file mode 100644 index 00000000..3b456d1b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/diamond_pickaxe.png differ diff --git a/1.15.2/assets/minecraft/textures/item/diamond_shovel.png b/1.15.2/assets/minecraft/textures/item/diamond_shovel.png new file mode 100644 index 00000000..3e798c6d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/diamond_shovel.png differ diff --git a/1.15.2/assets/minecraft/textures/item/diamond_sword.png b/1.15.2/assets/minecraft/textures/item/diamond_sword.png new file mode 100644 index 00000000..49e0e605 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/diamond_sword.png differ diff --git a/1.15.2/assets/minecraft/textures/item/dragon_breath.png b/1.15.2/assets/minecraft/textures/item/dragon_breath.png new file mode 100644 index 00000000..1ea773bc Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/dragon_breath.png differ diff --git a/1.15.2/assets/minecraft/textures/item/dried_kelp.png b/1.15.2/assets/minecraft/textures/item/dried_kelp.png new file mode 100644 index 00000000..f7450d79 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/dried_kelp.png differ diff --git a/1.15.2/assets/minecraft/textures/item/egg.png b/1.15.2/assets/minecraft/textures/item/egg.png new file mode 100644 index 00000000..2c56b906 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/egg.png differ diff --git a/1.15.2/assets/minecraft/textures/item/elytra.png b/1.15.2/assets/minecraft/textures/item/elytra.png new file mode 100644 index 00000000..79c0bab0 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/elytra.png differ diff --git a/1.15.2/assets/minecraft/textures/item/emerald.png b/1.15.2/assets/minecraft/textures/item/emerald.png new file mode 100644 index 00000000..46af1cc0 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/emerald.png differ diff --git a/1.15.2/assets/minecraft/textures/item/empty_armor_slot_boots.png b/1.15.2/assets/minecraft/textures/item/empty_armor_slot_boots.png new file mode 100644 index 00000000..fd7e05fa Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/empty_armor_slot_boots.png differ diff --git a/1.15.2/assets/minecraft/textures/item/empty_armor_slot_chestplate.png b/1.15.2/assets/minecraft/textures/item/empty_armor_slot_chestplate.png new file mode 100644 index 00000000..6e632b9d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/empty_armor_slot_chestplate.png differ diff --git a/1.15.2/assets/minecraft/textures/item/empty_armor_slot_helmet.png b/1.15.2/assets/minecraft/textures/item/empty_armor_slot_helmet.png new file mode 100644 index 00000000..3a455f3f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/empty_armor_slot_helmet.png differ diff --git a/1.15.2/assets/minecraft/textures/item/empty_armor_slot_leggings.png b/1.15.2/assets/minecraft/textures/item/empty_armor_slot_leggings.png new file mode 100644 index 00000000..28b2c494 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/empty_armor_slot_leggings.png differ diff --git a/1.15.2/assets/minecraft/textures/item/empty_armor_slot_shield.png b/1.15.2/assets/minecraft/textures/item/empty_armor_slot_shield.png new file mode 100644 index 00000000..fa12e433 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/empty_armor_slot_shield.png differ diff --git a/1.15.2/assets/minecraft/textures/item/enchanted_book.png b/1.15.2/assets/minecraft/textures/item/enchanted_book.png new file mode 100644 index 00000000..a67e1b81 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/enchanted_book.png differ diff --git a/1.15.2/assets/minecraft/textures/item/end_crystal.png b/1.15.2/assets/minecraft/textures/item/end_crystal.png new file mode 100644 index 00000000..b1d0d140 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/end_crystal.png differ diff --git a/1.15.2/assets/minecraft/textures/item/ender_eye.png b/1.15.2/assets/minecraft/textures/item/ender_eye.png new file mode 100644 index 00000000..ef379aca Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/ender_eye.png differ diff --git a/1.15.2/assets/minecraft/textures/item/ender_pearl.png b/1.15.2/assets/minecraft/textures/item/ender_pearl.png new file mode 100644 index 00000000..82828988 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/ender_pearl.png differ diff --git a/1.15.2/assets/minecraft/textures/item/experience_bottle.png b/1.15.2/assets/minecraft/textures/item/experience_bottle.png new file mode 100644 index 00000000..eb27866d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/experience_bottle.png differ diff --git a/1.15.2/assets/minecraft/textures/item/feather.png b/1.15.2/assets/minecraft/textures/item/feather.png new file mode 100644 index 00000000..074373ff Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/feather.png differ diff --git a/1.15.2/assets/minecraft/textures/item/fermented_spider_eye.png b/1.15.2/assets/minecraft/textures/item/fermented_spider_eye.png new file mode 100644 index 00000000..c79c2f2f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/fermented_spider_eye.png differ diff --git a/1.15.2/assets/minecraft/textures/item/filled_map.png b/1.15.2/assets/minecraft/textures/item/filled_map.png new file mode 100644 index 00000000..45019a54 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/filled_map.png differ diff --git a/1.15.2/assets/minecraft/textures/item/filled_map_markings.png b/1.15.2/assets/minecraft/textures/item/filled_map_markings.png new file mode 100644 index 00000000..7eaa311e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/filled_map_markings.png differ diff --git a/1.15.2/assets/minecraft/textures/item/fire_charge.png b/1.15.2/assets/minecraft/textures/item/fire_charge.png new file mode 100644 index 00000000..1816e87b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/fire_charge.png differ diff --git a/1.15.2/assets/minecraft/textures/item/firework_rocket.png b/1.15.2/assets/minecraft/textures/item/firework_rocket.png new file mode 100644 index 00000000..1d60c421 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/firework_rocket.png differ diff --git a/1.15.2/assets/minecraft/textures/item/firework_star.png b/1.15.2/assets/minecraft/textures/item/firework_star.png new file mode 100644 index 00000000..a2e67af1 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/firework_star.png differ diff --git a/1.15.2/assets/minecraft/textures/item/firework_star_overlay.png b/1.15.2/assets/minecraft/textures/item/firework_star_overlay.png new file mode 100644 index 00000000..d8b91a92 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/firework_star_overlay.png differ diff --git a/1.15.2/assets/minecraft/textures/item/fishing_rod.png b/1.15.2/assets/minecraft/textures/item/fishing_rod.png new file mode 100644 index 00000000..a6926b51 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/fishing_rod.png differ diff --git a/1.15.2/assets/minecraft/textures/item/fishing_rod_cast.png b/1.15.2/assets/minecraft/textures/item/fishing_rod_cast.png new file mode 100644 index 00000000..250a1cf1 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/fishing_rod_cast.png differ diff --git a/1.15.2/assets/minecraft/textures/item/flint.png b/1.15.2/assets/minecraft/textures/item/flint.png new file mode 100644 index 00000000..fa332a86 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/flint.png differ diff --git a/1.15.2/assets/minecraft/textures/item/flint_and_steel.png b/1.15.2/assets/minecraft/textures/item/flint_and_steel.png new file mode 100644 index 00000000..ed1197af Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/flint_and_steel.png differ diff --git a/1.15.2/assets/minecraft/textures/item/flower_banner_pattern.png b/1.15.2/assets/minecraft/textures/item/flower_banner_pattern.png new file mode 100644 index 00000000..6f29d2a2 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/flower_banner_pattern.png differ diff --git a/1.15.2/assets/minecraft/textures/item/flower_pot.png b/1.15.2/assets/minecraft/textures/item/flower_pot.png new file mode 100644 index 00000000..9a101cf1 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/flower_pot.png differ diff --git a/1.15.2/assets/minecraft/textures/item/furnace_minecart.png b/1.15.2/assets/minecraft/textures/item/furnace_minecart.png new file mode 100644 index 00000000..f17efac2 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/furnace_minecart.png differ diff --git a/1.15.2/assets/minecraft/textures/item/ghast_tear.png b/1.15.2/assets/minecraft/textures/item/ghast_tear.png new file mode 100644 index 00000000..8fa46e8f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/ghast_tear.png differ diff --git a/1.15.2/assets/minecraft/textures/item/glass_bottle.png b/1.15.2/assets/minecraft/textures/item/glass_bottle.png new file mode 100644 index 00000000..b86b4b7f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/glass_bottle.png differ diff --git a/1.15.2/assets/minecraft/textures/item/glistering_melon_slice.png b/1.15.2/assets/minecraft/textures/item/glistering_melon_slice.png new file mode 100644 index 00000000..e8923d16 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/glistering_melon_slice.png differ diff --git a/1.15.2/assets/minecraft/textures/item/globe_banner_pattern.png b/1.15.2/assets/minecraft/textures/item/globe_banner_pattern.png new file mode 100644 index 00000000..6f29d2a2 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/globe_banner_pattern.png differ diff --git a/1.15.2/assets/minecraft/textures/item/glowstone_dust.png b/1.15.2/assets/minecraft/textures/item/glowstone_dust.png new file mode 100644 index 00000000..24181098 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/glowstone_dust.png differ diff --git a/1.15.2/assets/minecraft/textures/item/gold_ingot.png b/1.15.2/assets/minecraft/textures/item/gold_ingot.png new file mode 100644 index 00000000..cf2365eb Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/gold_ingot.png differ diff --git a/1.15.2/assets/minecraft/textures/item/gold_nugget.png b/1.15.2/assets/minecraft/textures/item/gold_nugget.png new file mode 100644 index 00000000..a8b4b87e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/gold_nugget.png differ diff --git a/1.15.2/assets/minecraft/textures/item/golden_apple.png b/1.15.2/assets/minecraft/textures/item/golden_apple.png new file mode 100644 index 00000000..43b787ea Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/golden_apple.png differ diff --git a/1.15.2/assets/minecraft/textures/item/golden_axe.png b/1.15.2/assets/minecraft/textures/item/golden_axe.png new file mode 100644 index 00000000..e0b268df Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/golden_axe.png differ diff --git a/1.15.2/assets/minecraft/textures/item/golden_boots.png b/1.15.2/assets/minecraft/textures/item/golden_boots.png new file mode 100644 index 00000000..982ca4d1 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/golden_boots.png differ diff --git a/1.15.2/assets/minecraft/textures/item/golden_carrot.png b/1.15.2/assets/minecraft/textures/item/golden_carrot.png new file mode 100644 index 00000000..ab5c788d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/golden_carrot.png differ diff --git a/1.15.2/assets/minecraft/textures/item/golden_chestplate.png b/1.15.2/assets/minecraft/textures/item/golden_chestplate.png new file mode 100644 index 00000000..b9237768 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/golden_chestplate.png differ diff --git a/1.15.2/assets/minecraft/textures/item/golden_helmet.png b/1.15.2/assets/minecraft/textures/item/golden_helmet.png new file mode 100644 index 00000000..d56a41b8 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/golden_helmet.png differ diff --git a/1.15.2/assets/minecraft/textures/item/golden_hoe.png b/1.15.2/assets/minecraft/textures/item/golden_hoe.png new file mode 100644 index 00000000..e3d1e70d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/golden_hoe.png differ diff --git a/1.15.2/assets/minecraft/textures/item/golden_horse_armor.png b/1.15.2/assets/minecraft/textures/item/golden_horse_armor.png new file mode 100644 index 00000000..290be003 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/golden_horse_armor.png differ diff --git a/1.15.2/assets/minecraft/textures/item/golden_leggings.png b/1.15.2/assets/minecraft/textures/item/golden_leggings.png new file mode 100644 index 00000000..104c3942 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/golden_leggings.png differ diff --git a/1.15.2/assets/minecraft/textures/item/golden_pickaxe.png b/1.15.2/assets/minecraft/textures/item/golden_pickaxe.png new file mode 100644 index 00000000..29f450c3 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/golden_pickaxe.png differ diff --git a/1.15.2/assets/minecraft/textures/item/golden_shovel.png b/1.15.2/assets/minecraft/textures/item/golden_shovel.png new file mode 100644 index 00000000..4a38193d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/golden_shovel.png differ diff --git a/1.15.2/assets/minecraft/textures/item/golden_sword.png b/1.15.2/assets/minecraft/textures/item/golden_sword.png new file mode 100644 index 00000000..1d827cfd Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/golden_sword.png differ diff --git a/1.15.2/assets/minecraft/textures/item/gray_dye.png b/1.15.2/assets/minecraft/textures/item/gray_dye.png new file mode 100644 index 00000000..2a9c2d8b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/gray_dye.png differ diff --git a/1.15.2/assets/minecraft/textures/item/green_dye.png b/1.15.2/assets/minecraft/textures/item/green_dye.png new file mode 100644 index 00000000..7a24b8ed Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/green_dye.png differ diff --git a/1.15.2/assets/minecraft/textures/item/gunpowder.png b/1.15.2/assets/minecraft/textures/item/gunpowder.png new file mode 100644 index 00000000..18e88ece Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/gunpowder.png differ diff --git a/1.15.2/assets/minecraft/textures/item/heart_of_the_sea.png b/1.15.2/assets/minecraft/textures/item/heart_of_the_sea.png new file mode 100644 index 00000000..c8789f9a Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/heart_of_the_sea.png differ diff --git a/1.15.2/assets/minecraft/textures/item/honey_bottle.png b/1.15.2/assets/minecraft/textures/item/honey_bottle.png new file mode 100644 index 00000000..19974ddf Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/honey_bottle.png differ diff --git a/1.15.2/assets/minecraft/textures/item/honeycomb.png b/1.15.2/assets/minecraft/textures/item/honeycomb.png new file mode 100644 index 00000000..fad7a6cd Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/honeycomb.png differ diff --git a/1.15.2/assets/minecraft/textures/item/hopper.png b/1.15.2/assets/minecraft/textures/item/hopper.png new file mode 100644 index 00000000..8d1731a6 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/hopper.png differ diff --git a/1.15.2/assets/minecraft/textures/item/hopper_minecart.png b/1.15.2/assets/minecraft/textures/item/hopper_minecart.png new file mode 100644 index 00000000..08aea54d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/hopper_minecart.png differ diff --git a/1.15.2/assets/minecraft/textures/item/ink_sac.png b/1.15.2/assets/minecraft/textures/item/ink_sac.png new file mode 100644 index 00000000..dcabb0ab Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/ink_sac.png differ diff --git a/1.15.2/assets/minecraft/textures/item/iron_axe.png b/1.15.2/assets/minecraft/textures/item/iron_axe.png new file mode 100644 index 00000000..43e742c2 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/iron_axe.png differ diff --git a/1.15.2/assets/minecraft/textures/item/iron_boots.png b/1.15.2/assets/minecraft/textures/item/iron_boots.png new file mode 100644 index 00000000..e9609245 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/iron_boots.png differ diff --git a/1.15.2/assets/minecraft/textures/item/iron_chestplate.png b/1.15.2/assets/minecraft/textures/item/iron_chestplate.png new file mode 100644 index 00000000..bab56132 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/iron_chestplate.png differ diff --git a/1.15.2/assets/minecraft/textures/item/iron_door.png b/1.15.2/assets/minecraft/textures/item/iron_door.png new file mode 100644 index 00000000..c878badb Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/iron_door.png differ diff --git a/1.15.2/assets/minecraft/textures/item/iron_helmet.png b/1.15.2/assets/minecraft/textures/item/iron_helmet.png new file mode 100644 index 00000000..085dd585 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/iron_helmet.png differ diff --git a/1.15.2/assets/minecraft/textures/item/iron_hoe.png b/1.15.2/assets/minecraft/textures/item/iron_hoe.png new file mode 100644 index 00000000..d5a78604 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/iron_hoe.png differ diff --git a/1.15.2/assets/minecraft/textures/item/iron_horse_armor.png b/1.15.2/assets/minecraft/textures/item/iron_horse_armor.png new file mode 100644 index 00000000..63a67055 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/iron_horse_armor.png differ diff --git a/1.15.2/assets/minecraft/textures/item/iron_ingot.png b/1.15.2/assets/minecraft/textures/item/iron_ingot.png new file mode 100644 index 00000000..c332bd2c Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/iron_ingot.png differ diff --git a/1.15.2/assets/minecraft/textures/item/iron_leggings.png b/1.15.2/assets/minecraft/textures/item/iron_leggings.png new file mode 100644 index 00000000..5ea16729 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/iron_leggings.png differ diff --git a/1.15.2/assets/minecraft/textures/item/iron_nugget.png b/1.15.2/assets/minecraft/textures/item/iron_nugget.png new file mode 100644 index 00000000..13515d36 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/iron_nugget.png differ diff --git a/1.15.2/assets/minecraft/textures/item/iron_pickaxe.png b/1.15.2/assets/minecraft/textures/item/iron_pickaxe.png new file mode 100644 index 00000000..ac75a010 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/iron_pickaxe.png differ diff --git a/1.15.2/assets/minecraft/textures/item/iron_shovel.png b/1.15.2/assets/minecraft/textures/item/iron_shovel.png new file mode 100644 index 00000000..fb726a02 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/iron_shovel.png differ diff --git a/1.15.2/assets/minecraft/textures/item/iron_sword.png b/1.15.2/assets/minecraft/textures/item/iron_sword.png new file mode 100644 index 00000000..eec41ee9 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/iron_sword.png differ diff --git a/1.15.2/assets/minecraft/textures/item/item_frame.png b/1.15.2/assets/minecraft/textures/item/item_frame.png new file mode 100644 index 00000000..6a3c312e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/item_frame.png differ diff --git a/1.15.2/assets/minecraft/textures/item/jungle_boat.png b/1.15.2/assets/minecraft/textures/item/jungle_boat.png new file mode 100644 index 00000000..f71b966e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/jungle_boat.png differ diff --git a/1.15.2/assets/minecraft/textures/item/jungle_door.png b/1.15.2/assets/minecraft/textures/item/jungle_door.png new file mode 100644 index 00000000..422401fb Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/jungle_door.png differ diff --git a/1.15.2/assets/minecraft/textures/item/jungle_sign.png b/1.15.2/assets/minecraft/textures/item/jungle_sign.png new file mode 100644 index 00000000..2077c1b1 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/jungle_sign.png differ diff --git a/1.15.2/assets/minecraft/textures/item/kelp.png b/1.15.2/assets/minecraft/textures/item/kelp.png new file mode 100644 index 00000000..8cc4fe29 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/kelp.png differ diff --git a/1.15.2/assets/minecraft/textures/item/knowledge_book.png b/1.15.2/assets/minecraft/textures/item/knowledge_book.png new file mode 100644 index 00000000..68a7a1aa Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/knowledge_book.png differ diff --git a/1.15.2/assets/minecraft/textures/item/lantern.png b/1.15.2/assets/minecraft/textures/item/lantern.png new file mode 100644 index 00000000..653a5a28 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/lantern.png differ diff --git a/1.15.2/assets/minecraft/textures/item/lapis_lazuli.png b/1.15.2/assets/minecraft/textures/item/lapis_lazuli.png new file mode 100644 index 00000000..646813fa Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/lapis_lazuli.png differ diff --git a/1.15.2/assets/minecraft/textures/item/lava_bucket.png b/1.15.2/assets/minecraft/textures/item/lava_bucket.png new file mode 100644 index 00000000..1f7b9263 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/lava_bucket.png differ diff --git a/1.15.2/assets/minecraft/textures/item/lead.png b/1.15.2/assets/minecraft/textures/item/lead.png new file mode 100644 index 00000000..be1cb62a Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/lead.png differ diff --git a/1.15.2/assets/minecraft/textures/item/leather.png b/1.15.2/assets/minecraft/textures/item/leather.png new file mode 100644 index 00000000..a0dee336 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/leather.png differ diff --git a/1.15.2/assets/minecraft/textures/item/leather_boots.png b/1.15.2/assets/minecraft/textures/item/leather_boots.png new file mode 100644 index 00000000..0dad1ba0 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/leather_boots.png differ diff --git a/1.15.2/assets/minecraft/textures/item/leather_boots_overlay.png b/1.15.2/assets/minecraft/textures/item/leather_boots_overlay.png new file mode 100644 index 00000000..37506525 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/leather_boots_overlay.png differ diff --git a/1.15.2/assets/minecraft/textures/item/leather_chestplate.png b/1.15.2/assets/minecraft/textures/item/leather_chestplate.png new file mode 100644 index 00000000..5aa01e38 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/leather_chestplate.png differ diff --git a/1.15.2/assets/minecraft/textures/item/leather_chestplate_overlay.png b/1.15.2/assets/minecraft/textures/item/leather_chestplate_overlay.png new file mode 100644 index 00000000..2f6464bf Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/leather_chestplate_overlay.png differ diff --git a/1.15.2/assets/minecraft/textures/item/leather_helmet.png b/1.15.2/assets/minecraft/textures/item/leather_helmet.png new file mode 100644 index 00000000..9504867d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/leather_helmet.png differ diff --git a/1.15.2/assets/minecraft/textures/item/leather_helmet_overlay.png b/1.15.2/assets/minecraft/textures/item/leather_helmet_overlay.png new file mode 100644 index 00000000..670653ce Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/leather_helmet_overlay.png differ diff --git a/1.15.2/assets/minecraft/textures/item/leather_horse_armor.png b/1.15.2/assets/minecraft/textures/item/leather_horse_armor.png new file mode 100644 index 00000000..72bec65c Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/leather_horse_armor.png differ diff --git a/1.15.2/assets/minecraft/textures/item/leather_leggings.png b/1.15.2/assets/minecraft/textures/item/leather_leggings.png new file mode 100644 index 00000000..a1530c09 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/leather_leggings.png differ diff --git a/1.15.2/assets/minecraft/textures/item/leather_leggings_overlay.png b/1.15.2/assets/minecraft/textures/item/leather_leggings_overlay.png new file mode 100644 index 00000000..bdbf632f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/leather_leggings_overlay.png differ diff --git a/1.15.2/assets/minecraft/textures/item/light_blue_dye.png b/1.15.2/assets/minecraft/textures/item/light_blue_dye.png new file mode 100644 index 00000000..e614b893 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/light_blue_dye.png differ diff --git a/1.15.2/assets/minecraft/textures/item/light_gray_dye.png b/1.15.2/assets/minecraft/textures/item/light_gray_dye.png new file mode 100644 index 00000000..bbb5acc4 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/light_gray_dye.png differ diff --git a/1.15.2/assets/minecraft/textures/item/lime_dye.png b/1.15.2/assets/minecraft/textures/item/lime_dye.png new file mode 100644 index 00000000..f9ce8f0b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/lime_dye.png differ diff --git a/1.15.2/assets/minecraft/textures/item/lingering_potion.png b/1.15.2/assets/minecraft/textures/item/lingering_potion.png new file mode 100644 index 00000000..a05ec6e6 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/lingering_potion.png differ diff --git a/1.15.2/assets/minecraft/textures/item/magenta_dye.png b/1.15.2/assets/minecraft/textures/item/magenta_dye.png new file mode 100644 index 00000000..8b8412a2 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/magenta_dye.png differ diff --git a/1.15.2/assets/minecraft/textures/item/magma_cream.png b/1.15.2/assets/minecraft/textures/item/magma_cream.png new file mode 100644 index 00000000..398d66c6 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/magma_cream.png differ diff --git a/1.15.2/assets/minecraft/textures/item/map.png b/1.15.2/assets/minecraft/textures/item/map.png new file mode 100644 index 00000000..45019a54 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/map.png differ diff --git a/1.15.2/assets/minecraft/textures/item/melon_seeds.png b/1.15.2/assets/minecraft/textures/item/melon_seeds.png new file mode 100644 index 00000000..ef84499c Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/melon_seeds.png differ diff --git a/1.15.2/assets/minecraft/textures/item/melon_slice.png b/1.15.2/assets/minecraft/textures/item/melon_slice.png new file mode 100644 index 00000000..0ebdca88 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/melon_slice.png differ diff --git a/1.15.2/assets/minecraft/textures/item/milk_bucket.png b/1.15.2/assets/minecraft/textures/item/milk_bucket.png new file mode 100644 index 00000000..c1b15c1f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/milk_bucket.png differ diff --git a/1.15.2/assets/minecraft/textures/item/minecart.png b/1.15.2/assets/minecraft/textures/item/minecart.png new file mode 100644 index 00000000..7e09e545 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/minecart.png differ diff --git a/1.15.2/assets/minecraft/textures/item/mojang_banner_pattern.png b/1.15.2/assets/minecraft/textures/item/mojang_banner_pattern.png new file mode 100644 index 00000000..6f29d2a2 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/mojang_banner_pattern.png differ diff --git a/1.15.2/assets/minecraft/textures/item/mushroom_stew.png b/1.15.2/assets/minecraft/textures/item/mushroom_stew.png new file mode 100644 index 00000000..d38b0e0b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/mushroom_stew.png differ diff --git a/1.15.2/assets/minecraft/textures/item/music_disc_11.png b/1.15.2/assets/minecraft/textures/item/music_disc_11.png new file mode 100644 index 00000000..5d333b6a Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/music_disc_11.png differ diff --git a/1.15.2/assets/minecraft/textures/item/music_disc_13.png b/1.15.2/assets/minecraft/textures/item/music_disc_13.png new file mode 100644 index 00000000..8cd91b94 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/music_disc_13.png differ diff --git a/1.15.2/assets/minecraft/textures/item/music_disc_blocks.png b/1.15.2/assets/minecraft/textures/item/music_disc_blocks.png new file mode 100644 index 00000000..3732d6c9 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/music_disc_blocks.png differ diff --git a/1.15.2/assets/minecraft/textures/item/music_disc_cat.png b/1.15.2/assets/minecraft/textures/item/music_disc_cat.png new file mode 100644 index 00000000..b3527efb Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/music_disc_cat.png differ diff --git a/1.15.2/assets/minecraft/textures/item/music_disc_chirp.png b/1.15.2/assets/minecraft/textures/item/music_disc_chirp.png new file mode 100644 index 00000000..63068e1a Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/music_disc_chirp.png differ diff --git a/1.15.2/assets/minecraft/textures/item/music_disc_far.png b/1.15.2/assets/minecraft/textures/item/music_disc_far.png new file mode 100644 index 00000000..443ded23 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/music_disc_far.png differ diff --git a/1.15.2/assets/minecraft/textures/item/music_disc_mall.png b/1.15.2/assets/minecraft/textures/item/music_disc_mall.png new file mode 100644 index 00000000..a2bf0d61 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/music_disc_mall.png differ diff --git a/1.15.2/assets/minecraft/textures/item/music_disc_mellohi.png b/1.15.2/assets/minecraft/textures/item/music_disc_mellohi.png new file mode 100644 index 00000000..466f5af4 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/music_disc_mellohi.png differ diff --git a/1.15.2/assets/minecraft/textures/item/music_disc_stal.png b/1.15.2/assets/minecraft/textures/item/music_disc_stal.png new file mode 100644 index 00000000..731dad63 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/music_disc_stal.png differ diff --git a/1.15.2/assets/minecraft/textures/item/music_disc_strad.png b/1.15.2/assets/minecraft/textures/item/music_disc_strad.png new file mode 100644 index 00000000..c7e42ccd Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/music_disc_strad.png differ diff --git a/1.15.2/assets/minecraft/textures/item/music_disc_wait.png b/1.15.2/assets/minecraft/textures/item/music_disc_wait.png new file mode 100644 index 00000000..5306b514 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/music_disc_wait.png differ diff --git a/1.15.2/assets/minecraft/textures/item/music_disc_ward.png b/1.15.2/assets/minecraft/textures/item/music_disc_ward.png new file mode 100644 index 00000000..6d053fe9 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/music_disc_ward.png differ diff --git a/1.15.2/assets/minecraft/textures/item/mutton.png b/1.15.2/assets/minecraft/textures/item/mutton.png new file mode 100644 index 00000000..dd6fa0f4 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/mutton.png differ diff --git a/1.15.2/assets/minecraft/textures/item/name_tag.png b/1.15.2/assets/minecraft/textures/item/name_tag.png new file mode 100644 index 00000000..6a47e024 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/name_tag.png differ diff --git a/1.15.2/assets/minecraft/textures/item/nautilus_shell.png b/1.15.2/assets/minecraft/textures/item/nautilus_shell.png new file mode 100644 index 00000000..442ca6ed Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/nautilus_shell.png differ diff --git a/1.15.2/assets/minecraft/textures/item/nether_brick.png b/1.15.2/assets/minecraft/textures/item/nether_brick.png new file mode 100644 index 00000000..e4ef83f6 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/nether_brick.png differ diff --git a/1.15.2/assets/minecraft/textures/item/nether_star.png b/1.15.2/assets/minecraft/textures/item/nether_star.png new file mode 100644 index 00000000..bdacaee1 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/nether_star.png differ diff --git a/1.15.2/assets/minecraft/textures/item/nether_wart.png b/1.15.2/assets/minecraft/textures/item/nether_wart.png new file mode 100644 index 00000000..09da1e33 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/nether_wart.png differ diff --git a/1.15.2/assets/minecraft/textures/item/oak_boat.png b/1.15.2/assets/minecraft/textures/item/oak_boat.png new file mode 100644 index 00000000..9e9e518e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/oak_boat.png differ diff --git a/1.15.2/assets/minecraft/textures/item/oak_door.png b/1.15.2/assets/minecraft/textures/item/oak_door.png new file mode 100644 index 00000000..6501fa45 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/oak_door.png differ diff --git a/1.15.2/assets/minecraft/textures/item/oak_sign.png b/1.15.2/assets/minecraft/textures/item/oak_sign.png new file mode 100644 index 00000000..06fb7501 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/oak_sign.png differ diff --git a/1.15.2/assets/minecraft/textures/item/orange_dye.png b/1.15.2/assets/minecraft/textures/item/orange_dye.png new file mode 100644 index 00000000..fcec14a4 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/orange_dye.png differ diff --git a/1.15.2/assets/minecraft/textures/item/painting.png b/1.15.2/assets/minecraft/textures/item/painting.png new file mode 100644 index 00000000..c20db4ff Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/painting.png differ diff --git a/1.15.2/assets/minecraft/textures/item/paper.png b/1.15.2/assets/minecraft/textures/item/paper.png new file mode 100644 index 00000000..b30fb261 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/paper.png differ diff --git a/1.15.2/assets/minecraft/textures/item/phantom_membrane.png b/1.15.2/assets/minecraft/textures/item/phantom_membrane.png new file mode 100644 index 00000000..0284e924 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/phantom_membrane.png differ diff --git a/1.15.2/assets/minecraft/textures/item/pink_dye.png b/1.15.2/assets/minecraft/textures/item/pink_dye.png new file mode 100644 index 00000000..aaeb77aa Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/pink_dye.png differ diff --git a/1.15.2/assets/minecraft/textures/item/poisonous_potato.png b/1.15.2/assets/minecraft/textures/item/poisonous_potato.png new file mode 100644 index 00000000..57795387 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/poisonous_potato.png differ diff --git a/1.15.2/assets/minecraft/textures/item/popped_chorus_fruit.png b/1.15.2/assets/minecraft/textures/item/popped_chorus_fruit.png new file mode 100644 index 00000000..c83d418e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/popped_chorus_fruit.png differ diff --git a/1.15.2/assets/minecraft/textures/item/porkchop.png b/1.15.2/assets/minecraft/textures/item/porkchop.png new file mode 100644 index 00000000..4490271e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/porkchop.png differ diff --git a/1.15.2/assets/minecraft/textures/item/potato.png b/1.15.2/assets/minecraft/textures/item/potato.png new file mode 100644 index 00000000..98367429 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/potato.png differ diff --git a/1.15.2/assets/minecraft/textures/item/potion.png b/1.15.2/assets/minecraft/textures/item/potion.png new file mode 100644 index 00000000..b86b4b7f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/potion.png differ diff --git a/1.15.2/assets/minecraft/textures/item/potion_overlay.png b/1.15.2/assets/minecraft/textures/item/potion_overlay.png new file mode 100644 index 00000000..852260d7 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/potion_overlay.png differ diff --git a/1.15.2/assets/minecraft/textures/item/prismarine_crystals.png b/1.15.2/assets/minecraft/textures/item/prismarine_crystals.png new file mode 100644 index 00000000..aba94970 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/prismarine_crystals.png differ diff --git a/1.15.2/assets/minecraft/textures/item/prismarine_shard.png b/1.15.2/assets/minecraft/textures/item/prismarine_shard.png new file mode 100644 index 00000000..3cd7db7c Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/prismarine_shard.png differ diff --git a/1.15.2/assets/minecraft/textures/item/pufferfish.png b/1.15.2/assets/minecraft/textures/item/pufferfish.png new file mode 100644 index 00000000..82bad2cb Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/pufferfish.png differ diff --git a/1.15.2/assets/minecraft/textures/item/pufferfish_bucket.png b/1.15.2/assets/minecraft/textures/item/pufferfish_bucket.png new file mode 100644 index 00000000..ef245e65 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/pufferfish_bucket.png differ diff --git a/1.15.2/assets/minecraft/textures/item/pumpkin_pie.png b/1.15.2/assets/minecraft/textures/item/pumpkin_pie.png new file mode 100644 index 00000000..310177cb Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/pumpkin_pie.png differ diff --git a/1.15.2/assets/minecraft/textures/item/pumpkin_seeds.png b/1.15.2/assets/minecraft/textures/item/pumpkin_seeds.png new file mode 100644 index 00000000..8d8f0761 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/pumpkin_seeds.png differ diff --git a/1.15.2/assets/minecraft/textures/item/purple_dye.png b/1.15.2/assets/minecraft/textures/item/purple_dye.png new file mode 100644 index 00000000..e1618e22 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/purple_dye.png differ diff --git a/1.15.2/assets/minecraft/textures/item/quartz.png b/1.15.2/assets/minecraft/textures/item/quartz.png new file mode 100644 index 00000000..a4c6e2ff Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/quartz.png differ diff --git a/1.15.2/assets/minecraft/textures/item/rabbit.png b/1.15.2/assets/minecraft/textures/item/rabbit.png new file mode 100644 index 00000000..058505fa Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/rabbit.png differ diff --git a/1.15.2/assets/minecraft/textures/item/rabbit_foot.png b/1.15.2/assets/minecraft/textures/item/rabbit_foot.png new file mode 100644 index 00000000..0b068994 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/rabbit_foot.png differ diff --git a/1.15.2/assets/minecraft/textures/item/rabbit_hide.png b/1.15.2/assets/minecraft/textures/item/rabbit_hide.png new file mode 100644 index 00000000..a49f0b10 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/rabbit_hide.png differ diff --git a/1.15.2/assets/minecraft/textures/item/rabbit_stew.png b/1.15.2/assets/minecraft/textures/item/rabbit_stew.png new file mode 100644 index 00000000..5750ee9b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/rabbit_stew.png differ diff --git a/1.15.2/assets/minecraft/textures/item/red_dye.png b/1.15.2/assets/minecraft/textures/item/red_dye.png new file mode 100644 index 00000000..03a371c9 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/red_dye.png differ diff --git a/1.15.2/assets/minecraft/textures/item/redstone.png b/1.15.2/assets/minecraft/textures/item/redstone.png new file mode 100644 index 00000000..ddf9b54b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/redstone.png differ diff --git a/1.15.2/assets/minecraft/textures/item/repeater.png b/1.15.2/assets/minecraft/textures/item/repeater.png new file mode 100644 index 00000000..a8d40682 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/repeater.png differ diff --git a/1.15.2/assets/minecraft/textures/item/rotten_flesh.png b/1.15.2/assets/minecraft/textures/item/rotten_flesh.png new file mode 100644 index 00000000..a5f1dfb8 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/rotten_flesh.png differ diff --git a/1.15.2/assets/minecraft/textures/item/ruby.png b/1.15.2/assets/minecraft/textures/item/ruby.png new file mode 100644 index 00000000..4f288d95 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/ruby.png differ diff --git a/1.15.2/assets/minecraft/textures/item/saddle.png b/1.15.2/assets/minecraft/textures/item/saddle.png new file mode 100644 index 00000000..3b1ed0bb Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/saddle.png differ diff --git a/1.15.2/assets/minecraft/textures/item/salmon.png b/1.15.2/assets/minecraft/textures/item/salmon.png new file mode 100644 index 00000000..97e2ed01 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/salmon.png differ diff --git a/1.15.2/assets/minecraft/textures/item/salmon_bucket.png b/1.15.2/assets/minecraft/textures/item/salmon_bucket.png new file mode 100644 index 00000000..549737aa Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/salmon_bucket.png differ diff --git a/1.15.2/assets/minecraft/textures/item/scute.png b/1.15.2/assets/minecraft/textures/item/scute.png new file mode 100644 index 00000000..f29c5d5e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/scute.png differ diff --git a/1.15.2/assets/minecraft/textures/item/sea_pickle.png b/1.15.2/assets/minecraft/textures/item/sea_pickle.png new file mode 100644 index 00000000..fec3dfdd Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/sea_pickle.png differ diff --git a/1.15.2/assets/minecraft/textures/item/seagrass.png b/1.15.2/assets/minecraft/textures/item/seagrass.png new file mode 100644 index 00000000..a8a77345 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/seagrass.png differ diff --git a/1.15.2/assets/minecraft/textures/item/shears.png b/1.15.2/assets/minecraft/textures/item/shears.png new file mode 100644 index 00000000..ac05b41f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/shears.png differ diff --git a/1.15.2/assets/minecraft/textures/item/shulker_shell.png b/1.15.2/assets/minecraft/textures/item/shulker_shell.png new file mode 100644 index 00000000..0bae3cfb Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/shulker_shell.png differ diff --git a/1.15.2/assets/minecraft/textures/item/skull_banner_pattern.png b/1.15.2/assets/minecraft/textures/item/skull_banner_pattern.png new file mode 100644 index 00000000..6f29d2a2 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/skull_banner_pattern.png differ diff --git a/1.15.2/assets/minecraft/textures/item/slime_ball.png b/1.15.2/assets/minecraft/textures/item/slime_ball.png new file mode 100644 index 00000000..7192a111 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/slime_ball.png differ diff --git a/1.15.2/assets/minecraft/textures/item/snowball.png b/1.15.2/assets/minecraft/textures/item/snowball.png new file mode 100644 index 00000000..5cc3ab9b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/snowball.png differ diff --git a/1.15.2/assets/minecraft/textures/item/spawn_egg.png b/1.15.2/assets/minecraft/textures/item/spawn_egg.png new file mode 100644 index 00000000..f4c7dee1 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/spawn_egg.png differ diff --git a/1.15.2/assets/minecraft/textures/item/spawn_egg_overlay.png b/1.15.2/assets/minecraft/textures/item/spawn_egg_overlay.png new file mode 100644 index 00000000..83ec78f1 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/spawn_egg_overlay.png differ diff --git a/1.15.2/assets/minecraft/textures/item/spectral_arrow.png b/1.15.2/assets/minecraft/textures/item/spectral_arrow.png new file mode 100644 index 00000000..5c2c24a3 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/spectral_arrow.png differ diff --git a/1.15.2/assets/minecraft/textures/item/spider_eye.png b/1.15.2/assets/minecraft/textures/item/spider_eye.png new file mode 100644 index 00000000..4c0b784c Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/spider_eye.png differ diff --git a/1.15.2/assets/minecraft/textures/item/splash_potion.png b/1.15.2/assets/minecraft/textures/item/splash_potion.png new file mode 100644 index 00000000..0d3fa39d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/splash_potion.png differ diff --git a/1.15.2/assets/minecraft/textures/item/spruce_boat.png b/1.15.2/assets/minecraft/textures/item/spruce_boat.png new file mode 100644 index 00000000..d764262a Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/spruce_boat.png differ diff --git a/1.15.2/assets/minecraft/textures/item/spruce_door.png b/1.15.2/assets/minecraft/textures/item/spruce_door.png new file mode 100644 index 00000000..8d915f35 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/spruce_door.png differ diff --git a/1.15.2/assets/minecraft/textures/item/spruce_sign.png b/1.15.2/assets/minecraft/textures/item/spruce_sign.png new file mode 100644 index 00000000..74d83e03 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/spruce_sign.png differ diff --git a/1.15.2/assets/minecraft/textures/item/stick.png b/1.15.2/assets/minecraft/textures/item/stick.png new file mode 100644 index 00000000..a6971ed3 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/stick.png differ diff --git a/1.15.2/assets/minecraft/textures/item/stone_axe.png b/1.15.2/assets/minecraft/textures/item/stone_axe.png new file mode 100644 index 00000000..2b726136 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/stone_axe.png differ diff --git a/1.15.2/assets/minecraft/textures/item/stone_hoe.png b/1.15.2/assets/minecraft/textures/item/stone_hoe.png new file mode 100644 index 00000000..00384107 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/stone_hoe.png differ diff --git a/1.15.2/assets/minecraft/textures/item/stone_pickaxe.png b/1.15.2/assets/minecraft/textures/item/stone_pickaxe.png new file mode 100644 index 00000000..71c261ac Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/stone_pickaxe.png differ diff --git a/1.15.2/assets/minecraft/textures/item/stone_shovel.png b/1.15.2/assets/minecraft/textures/item/stone_shovel.png new file mode 100644 index 00000000..d9b1faa1 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/stone_shovel.png differ diff --git a/1.15.2/assets/minecraft/textures/item/stone_sword.png b/1.15.2/assets/minecraft/textures/item/stone_sword.png new file mode 100644 index 00000000..68f8aa23 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/stone_sword.png differ diff --git a/1.15.2/assets/minecraft/textures/item/string.png b/1.15.2/assets/minecraft/textures/item/string.png new file mode 100644 index 00000000..c4234313 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/string.png differ diff --git a/1.15.2/assets/minecraft/textures/item/structure_void.png b/1.15.2/assets/minecraft/textures/item/structure_void.png new file mode 100644 index 00000000..4b150003 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/structure_void.png differ diff --git a/1.15.2/assets/minecraft/textures/item/sugar.png b/1.15.2/assets/minecraft/textures/item/sugar.png new file mode 100644 index 00000000..ab9f1478 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/sugar.png differ diff --git a/1.15.2/assets/minecraft/textures/item/sugar_cane.png b/1.15.2/assets/minecraft/textures/item/sugar_cane.png new file mode 100644 index 00000000..610f464b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/sugar_cane.png differ diff --git a/1.15.2/assets/minecraft/textures/item/suspicious_stew.png b/1.15.2/assets/minecraft/textures/item/suspicious_stew.png new file mode 100644 index 00000000..3c8b6856 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/suspicious_stew.png differ diff --git a/1.15.2/assets/minecraft/textures/item/sweet_berries.png b/1.15.2/assets/minecraft/textures/item/sweet_berries.png new file mode 100644 index 00000000..bce67956 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/sweet_berries.png differ diff --git a/1.15.2/assets/minecraft/textures/item/tipped_arrow_base.png b/1.15.2/assets/minecraft/textures/item/tipped_arrow_base.png new file mode 100644 index 00000000..a1b298ca Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/tipped_arrow_base.png differ diff --git a/1.15.2/assets/minecraft/textures/item/tipped_arrow_head.png b/1.15.2/assets/minecraft/textures/item/tipped_arrow_head.png new file mode 100644 index 00000000..7000bfc2 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/tipped_arrow_head.png differ diff --git a/1.15.2/assets/minecraft/textures/item/tnt_minecart.png b/1.15.2/assets/minecraft/textures/item/tnt_minecart.png new file mode 100644 index 00000000..cc81b8d1 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/tnt_minecart.png differ diff --git a/1.15.2/assets/minecraft/textures/item/totem_of_undying.png b/1.15.2/assets/minecraft/textures/item/totem_of_undying.png new file mode 100644 index 00000000..51599c50 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/totem_of_undying.png differ diff --git a/1.15.2/assets/minecraft/textures/item/trident.png b/1.15.2/assets/minecraft/textures/item/trident.png new file mode 100644 index 00000000..c1ffc2e7 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/trident.png differ diff --git a/1.15.2/assets/minecraft/textures/item/tropical_fish.png b/1.15.2/assets/minecraft/textures/item/tropical_fish.png new file mode 100644 index 00000000..0790f278 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/tropical_fish.png differ diff --git a/1.15.2/assets/minecraft/textures/item/tropical_fish_bucket.png b/1.15.2/assets/minecraft/textures/item/tropical_fish_bucket.png new file mode 100644 index 00000000..593430c4 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/tropical_fish_bucket.png differ diff --git a/1.15.2/assets/minecraft/textures/item/turtle_egg.png b/1.15.2/assets/minecraft/textures/item/turtle_egg.png new file mode 100644 index 00000000..647c695b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/turtle_egg.png differ diff --git a/1.15.2/assets/minecraft/textures/item/turtle_helmet.png b/1.15.2/assets/minecraft/textures/item/turtle_helmet.png new file mode 100644 index 00000000..06c2dea9 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/turtle_helmet.png differ diff --git a/1.15.2/assets/minecraft/textures/item/water_bucket.png b/1.15.2/assets/minecraft/textures/item/water_bucket.png new file mode 100644 index 00000000..52bf7853 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/water_bucket.png differ diff --git a/1.15.2/assets/minecraft/textures/item/wheat.png b/1.15.2/assets/minecraft/textures/item/wheat.png new file mode 100644 index 00000000..62bbd6c7 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/wheat.png differ diff --git a/1.15.2/assets/minecraft/textures/item/wheat_seeds.png b/1.15.2/assets/minecraft/textures/item/wheat_seeds.png new file mode 100644 index 00000000..83d23a6e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/wheat_seeds.png differ diff --git a/1.15.2/assets/minecraft/textures/item/white_dye.png b/1.15.2/assets/minecraft/textures/item/white_dye.png new file mode 100644 index 00000000..9b5dca84 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/white_dye.png differ diff --git a/1.15.2/assets/minecraft/textures/item/wooden_axe.png b/1.15.2/assets/minecraft/textures/item/wooden_axe.png new file mode 100644 index 00000000..bec1381d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/wooden_axe.png differ diff --git a/1.15.2/assets/minecraft/textures/item/wooden_hoe.png b/1.15.2/assets/minecraft/textures/item/wooden_hoe.png new file mode 100644 index 00000000..a3b4bd0d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/wooden_hoe.png differ diff --git a/1.15.2/assets/minecraft/textures/item/wooden_pickaxe.png b/1.15.2/assets/minecraft/textures/item/wooden_pickaxe.png new file mode 100644 index 00000000..75830c02 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/wooden_pickaxe.png differ diff --git a/1.15.2/assets/minecraft/textures/item/wooden_shovel.png b/1.15.2/assets/minecraft/textures/item/wooden_shovel.png new file mode 100644 index 00000000..9481942b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/wooden_shovel.png differ diff --git a/1.15.2/assets/minecraft/textures/item/wooden_sword.png b/1.15.2/assets/minecraft/textures/item/wooden_sword.png new file mode 100644 index 00000000..9c53ef40 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/wooden_sword.png differ diff --git a/1.15.2/assets/minecraft/textures/item/writable_book.png b/1.15.2/assets/minecraft/textures/item/writable_book.png new file mode 100644 index 00000000..33af2fb0 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/writable_book.png differ diff --git a/1.15.2/assets/minecraft/textures/item/written_book.png b/1.15.2/assets/minecraft/textures/item/written_book.png new file mode 100644 index 00000000..371a790f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/written_book.png differ diff --git a/1.15.2/assets/minecraft/textures/item/yellow_dye.png b/1.15.2/assets/minecraft/textures/item/yellow_dye.png new file mode 100644 index 00000000..1cea9ee2 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/item/yellow_dye.png differ diff --git a/1.15.2/assets/minecraft/textures/map/map_background.png b/1.15.2/assets/minecraft/textures/map/map_background.png new file mode 100644 index 00000000..ceeec962 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/map/map_background.png differ diff --git a/1.15.2/assets/minecraft/textures/map/map_background_checkerboard.png b/1.15.2/assets/minecraft/textures/map/map_background_checkerboard.png new file mode 100644 index 00000000..961a6670 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/map/map_background_checkerboard.png differ diff --git a/1.15.2/assets/minecraft/textures/map/map_icons.png b/1.15.2/assets/minecraft/textures/map/map_icons.png new file mode 100644 index 00000000..d0363da9 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/map/map_icons.png differ diff --git a/1.15.2/assets/minecraft/textures/misc/enchanted_item_glint.png b/1.15.2/assets/minecraft/textures/misc/enchanted_item_glint.png new file mode 100644 index 00000000..fc2c76ef Binary files /dev/null and b/1.15.2/assets/minecraft/textures/misc/enchanted_item_glint.png differ diff --git a/1.15.2/assets/minecraft/textures/misc/enchanted_item_glint.png.mcmeta b/1.15.2/assets/minecraft/textures/misc/enchanted_item_glint.png.mcmeta new file mode 100644 index 00000000..e38a5ad3 --- /dev/null +++ b/1.15.2/assets/minecraft/textures/misc/enchanted_item_glint.png.mcmeta @@ -0,0 +1,5 @@ +{ + "texture": { + "blur": true + } +} diff --git a/1.15.2/assets/minecraft/textures/misc/forcefield.png b/1.15.2/assets/minecraft/textures/misc/forcefield.png new file mode 100644 index 00000000..8ece3337 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/misc/forcefield.png differ diff --git a/1.15.2/assets/minecraft/textures/misc/pumpkinblur.png b/1.15.2/assets/minecraft/textures/misc/pumpkinblur.png new file mode 100644 index 00000000..4f302df5 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/misc/pumpkinblur.png differ diff --git a/1.15.2/assets/minecraft/textures/misc/pumpkinblur.png.mcmeta b/1.15.2/assets/minecraft/textures/misc/pumpkinblur.png.mcmeta new file mode 100644 index 00000000..2077f3ce --- /dev/null +++ b/1.15.2/assets/minecraft/textures/misc/pumpkinblur.png.mcmeta @@ -0,0 +1,6 @@ +{ + "texture": { + "blur": true + } +} + diff --git a/1.15.2/assets/minecraft/textures/misc/shadow.png b/1.15.2/assets/minecraft/textures/misc/shadow.png new file mode 100644 index 00000000..daba11db Binary files /dev/null and b/1.15.2/assets/minecraft/textures/misc/shadow.png differ diff --git a/1.15.2/assets/minecraft/textures/misc/shadow.png.mcmeta b/1.15.2/assets/minecraft/textures/misc/shadow.png.mcmeta new file mode 100644 index 00000000..8c6c7d1d --- /dev/null +++ b/1.15.2/assets/minecraft/textures/misc/shadow.png.mcmeta @@ -0,0 +1,6 @@ +{ + "texture": { + "clamp": true + } +} + diff --git a/1.15.2/assets/minecraft/textures/misc/underwater.png b/1.15.2/assets/minecraft/textures/misc/underwater.png new file mode 100644 index 00000000..c2c9d3cf Binary files /dev/null and b/1.15.2/assets/minecraft/textures/misc/underwater.png differ diff --git a/1.15.2/assets/minecraft/textures/misc/unknown_pack.png b/1.15.2/assets/minecraft/textures/misc/unknown_pack.png new file mode 100644 index 00000000..0a25fdc6 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/misc/unknown_pack.png differ diff --git a/1.15.2/assets/minecraft/textures/misc/unknown_server.png b/1.15.2/assets/minecraft/textures/misc/unknown_server.png new file mode 100644 index 00000000..8da22cba Binary files /dev/null and b/1.15.2/assets/minecraft/textures/misc/unknown_server.png differ diff --git a/1.15.2/assets/minecraft/textures/misc/vignette.png b/1.15.2/assets/minecraft/textures/misc/vignette.png new file mode 100644 index 00000000..5c8e97f7 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/misc/vignette.png differ diff --git a/1.15.2/assets/minecraft/textures/misc/vignette.png.mcmeta b/1.15.2/assets/minecraft/textures/misc/vignette.png.mcmeta new file mode 100644 index 00000000..2077f3ce --- /dev/null +++ b/1.15.2/assets/minecraft/textures/misc/vignette.png.mcmeta @@ -0,0 +1,6 @@ +{ + "texture": { + "blur": true + } +} + diff --git a/1.15.2/assets/minecraft/textures/mob_effect/absorption.png b/1.15.2/assets/minecraft/textures/mob_effect/absorption.png new file mode 100644 index 00000000..3ef0e591 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/mob_effect/absorption.png differ diff --git a/1.15.2/assets/minecraft/textures/mob_effect/bad_omen.png b/1.15.2/assets/minecraft/textures/mob_effect/bad_omen.png new file mode 100644 index 00000000..f94ba4b0 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/mob_effect/bad_omen.png differ diff --git a/1.15.2/assets/minecraft/textures/mob_effect/blindness.png b/1.15.2/assets/minecraft/textures/mob_effect/blindness.png new file mode 100644 index 00000000..9311ff67 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/mob_effect/blindness.png differ diff --git a/1.15.2/assets/minecraft/textures/mob_effect/conduit_power.png b/1.15.2/assets/minecraft/textures/mob_effect/conduit_power.png new file mode 100644 index 00000000..19aaaba4 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/mob_effect/conduit_power.png differ diff --git a/1.15.2/assets/minecraft/textures/mob_effect/dolphins_grace.png b/1.15.2/assets/minecraft/textures/mob_effect/dolphins_grace.png new file mode 100644 index 00000000..618f1c77 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/mob_effect/dolphins_grace.png differ diff --git a/1.15.2/assets/minecraft/textures/mob_effect/fire_resistance.png b/1.15.2/assets/minecraft/textures/mob_effect/fire_resistance.png new file mode 100644 index 00000000..c13c41f6 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/mob_effect/fire_resistance.png differ diff --git a/1.15.2/assets/minecraft/textures/mob_effect/glowing.png b/1.15.2/assets/minecraft/textures/mob_effect/glowing.png new file mode 100644 index 00000000..90f74750 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/mob_effect/glowing.png differ diff --git a/1.15.2/assets/minecraft/textures/mob_effect/haste.png b/1.15.2/assets/minecraft/textures/mob_effect/haste.png new file mode 100644 index 00000000..7d755f00 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/mob_effect/haste.png differ diff --git a/1.15.2/assets/minecraft/textures/mob_effect/health_boost.png b/1.15.2/assets/minecraft/textures/mob_effect/health_boost.png new file mode 100644 index 00000000..91122035 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/mob_effect/health_boost.png differ diff --git a/1.15.2/assets/minecraft/textures/mob_effect/hero_of_the_village.png b/1.15.2/assets/minecraft/textures/mob_effect/hero_of_the_village.png new file mode 100644 index 00000000..9e25c98d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/mob_effect/hero_of_the_village.png differ diff --git a/1.15.2/assets/minecraft/textures/mob_effect/hunger.png b/1.15.2/assets/minecraft/textures/mob_effect/hunger.png new file mode 100644 index 00000000..fe2433f1 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/mob_effect/hunger.png differ diff --git a/1.15.2/assets/minecraft/textures/mob_effect/instant_damage.png b/1.15.2/assets/minecraft/textures/mob_effect/instant_damage.png new file mode 100644 index 00000000..92ff38ac Binary files /dev/null and b/1.15.2/assets/minecraft/textures/mob_effect/instant_damage.png differ diff --git a/1.15.2/assets/minecraft/textures/mob_effect/instant_health.png b/1.15.2/assets/minecraft/textures/mob_effect/instant_health.png new file mode 100644 index 00000000..fc8477f9 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/mob_effect/instant_health.png differ diff --git a/1.15.2/assets/minecraft/textures/mob_effect/invisibility.png b/1.15.2/assets/minecraft/textures/mob_effect/invisibility.png new file mode 100644 index 00000000..c30472d0 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/mob_effect/invisibility.png differ diff --git a/1.15.2/assets/minecraft/textures/mob_effect/jump_boost.png b/1.15.2/assets/minecraft/textures/mob_effect/jump_boost.png new file mode 100644 index 00000000..d3009c6d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/mob_effect/jump_boost.png differ diff --git a/1.15.2/assets/minecraft/textures/mob_effect/levitation.png b/1.15.2/assets/minecraft/textures/mob_effect/levitation.png new file mode 100644 index 00000000..fbea004b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/mob_effect/levitation.png differ diff --git a/1.15.2/assets/minecraft/textures/mob_effect/luck.png b/1.15.2/assets/minecraft/textures/mob_effect/luck.png new file mode 100644 index 00000000..eb260700 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/mob_effect/luck.png differ diff --git a/1.15.2/assets/minecraft/textures/mob_effect/mining_fatigue.png b/1.15.2/assets/minecraft/textures/mob_effect/mining_fatigue.png new file mode 100644 index 00000000..16f9d5f3 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/mob_effect/mining_fatigue.png differ diff --git a/1.15.2/assets/minecraft/textures/mob_effect/nausea.png b/1.15.2/assets/minecraft/textures/mob_effect/nausea.png new file mode 100644 index 00000000..6b2861bc Binary files /dev/null and b/1.15.2/assets/minecraft/textures/mob_effect/nausea.png differ diff --git a/1.15.2/assets/minecraft/textures/mob_effect/night_vision.png b/1.15.2/assets/minecraft/textures/mob_effect/night_vision.png new file mode 100644 index 00000000..b502c007 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/mob_effect/night_vision.png differ diff --git a/1.15.2/assets/minecraft/textures/mob_effect/poison.png b/1.15.2/assets/minecraft/textures/mob_effect/poison.png new file mode 100644 index 00000000..7eca1b21 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/mob_effect/poison.png differ diff --git a/1.15.2/assets/minecraft/textures/mob_effect/regeneration.png b/1.15.2/assets/minecraft/textures/mob_effect/regeneration.png new file mode 100644 index 00000000..baa50314 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/mob_effect/regeneration.png differ diff --git a/1.15.2/assets/minecraft/textures/mob_effect/resistance.png b/1.15.2/assets/minecraft/textures/mob_effect/resistance.png new file mode 100644 index 00000000..18ecb5c9 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/mob_effect/resistance.png differ diff --git a/1.15.2/assets/minecraft/textures/mob_effect/saturation.png b/1.15.2/assets/minecraft/textures/mob_effect/saturation.png new file mode 100644 index 00000000..f5f1e487 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/mob_effect/saturation.png differ diff --git a/1.15.2/assets/minecraft/textures/mob_effect/slow_falling.png b/1.15.2/assets/minecraft/textures/mob_effect/slow_falling.png new file mode 100644 index 00000000..3718afb8 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/mob_effect/slow_falling.png differ diff --git a/1.15.2/assets/minecraft/textures/mob_effect/slowness.png b/1.15.2/assets/minecraft/textures/mob_effect/slowness.png new file mode 100644 index 00000000..02c888b2 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/mob_effect/slowness.png differ diff --git a/1.15.2/assets/minecraft/textures/mob_effect/speed.png b/1.15.2/assets/minecraft/textures/mob_effect/speed.png new file mode 100644 index 00000000..64da0e65 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/mob_effect/speed.png differ diff --git a/1.15.2/assets/minecraft/textures/mob_effect/strength.png b/1.15.2/assets/minecraft/textures/mob_effect/strength.png new file mode 100644 index 00000000..8abad5c2 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/mob_effect/strength.png differ diff --git a/1.15.2/assets/minecraft/textures/mob_effect/unluck.png b/1.15.2/assets/minecraft/textures/mob_effect/unluck.png new file mode 100644 index 00000000..f0e35a5f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/mob_effect/unluck.png differ diff --git a/1.15.2/assets/minecraft/textures/mob_effect/water_breathing.png b/1.15.2/assets/minecraft/textures/mob_effect/water_breathing.png new file mode 100644 index 00000000..e9d536b4 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/mob_effect/water_breathing.png differ diff --git a/1.15.2/assets/minecraft/textures/mob_effect/weakness.png b/1.15.2/assets/minecraft/textures/mob_effect/weakness.png new file mode 100644 index 00000000..2e2f0214 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/mob_effect/weakness.png differ diff --git a/1.15.2/assets/minecraft/textures/mob_effect/wither.png b/1.15.2/assets/minecraft/textures/mob_effect/wither.png new file mode 100644 index 00000000..d66ffe16 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/mob_effect/wither.png differ diff --git a/1.15.2/assets/minecraft/textures/models/armor/chainmail_layer_1.png b/1.15.2/assets/minecraft/textures/models/armor/chainmail_layer_1.png new file mode 100644 index 00000000..c28e0a3b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/models/armor/chainmail_layer_1.png differ diff --git a/1.15.2/assets/minecraft/textures/models/armor/chainmail_layer_2.png b/1.15.2/assets/minecraft/textures/models/armor/chainmail_layer_2.png new file mode 100644 index 00000000..60bf1d77 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/models/armor/chainmail_layer_2.png differ diff --git a/1.15.2/assets/minecraft/textures/models/armor/diamond_layer_1.png b/1.15.2/assets/minecraft/textures/models/armor/diamond_layer_1.png new file mode 100644 index 00000000..44e2fc53 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/models/armor/diamond_layer_1.png differ diff --git a/1.15.2/assets/minecraft/textures/models/armor/diamond_layer_2.png b/1.15.2/assets/minecraft/textures/models/armor/diamond_layer_2.png new file mode 100644 index 00000000..2de240e2 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/models/armor/diamond_layer_2.png differ diff --git a/1.15.2/assets/minecraft/textures/models/armor/gold_layer_1.png b/1.15.2/assets/minecraft/textures/models/armor/gold_layer_1.png new file mode 100644 index 00000000..567d9023 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/models/armor/gold_layer_1.png differ diff --git a/1.15.2/assets/minecraft/textures/models/armor/gold_layer_2.png b/1.15.2/assets/minecraft/textures/models/armor/gold_layer_2.png new file mode 100644 index 00000000..c179399b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/models/armor/gold_layer_2.png differ diff --git a/1.15.2/assets/minecraft/textures/models/armor/iron_layer_1.png b/1.15.2/assets/minecraft/textures/models/armor/iron_layer_1.png new file mode 100644 index 00000000..1da5d263 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/models/armor/iron_layer_1.png differ diff --git a/1.15.2/assets/minecraft/textures/models/armor/iron_layer_2.png b/1.15.2/assets/minecraft/textures/models/armor/iron_layer_2.png new file mode 100644 index 00000000..3170869e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/models/armor/iron_layer_2.png differ diff --git a/1.15.2/assets/minecraft/textures/models/armor/leather_layer_1.png b/1.15.2/assets/minecraft/textures/models/armor/leather_layer_1.png new file mode 100644 index 00000000..cf4aada1 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/models/armor/leather_layer_1.png differ diff --git a/1.15.2/assets/minecraft/textures/models/armor/leather_layer_1_overlay.png b/1.15.2/assets/minecraft/textures/models/armor/leather_layer_1_overlay.png new file mode 100644 index 00000000..98dd02af Binary files /dev/null and b/1.15.2/assets/minecraft/textures/models/armor/leather_layer_1_overlay.png differ diff --git a/1.15.2/assets/minecraft/textures/models/armor/leather_layer_2.png b/1.15.2/assets/minecraft/textures/models/armor/leather_layer_2.png new file mode 100644 index 00000000..abd64e6b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/models/armor/leather_layer_2.png differ diff --git a/1.15.2/assets/minecraft/textures/models/armor/leather_layer_2_overlay.png b/1.15.2/assets/minecraft/textures/models/armor/leather_layer_2_overlay.png new file mode 100644 index 00000000..4faea6d6 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/models/armor/leather_layer_2_overlay.png differ diff --git a/1.15.2/assets/minecraft/textures/models/armor/turtle_layer_1.png b/1.15.2/assets/minecraft/textures/models/armor/turtle_layer_1.png new file mode 100644 index 00000000..6f392726 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/models/armor/turtle_layer_1.png differ diff --git a/1.15.2/assets/minecraft/textures/painting/alban.png b/1.15.2/assets/minecraft/textures/painting/alban.png new file mode 100644 index 00000000..19813ecd Binary files /dev/null and b/1.15.2/assets/minecraft/textures/painting/alban.png differ diff --git a/1.15.2/assets/minecraft/textures/painting/aztec.png b/1.15.2/assets/minecraft/textures/painting/aztec.png new file mode 100644 index 00000000..dec7b1e2 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/painting/aztec.png differ diff --git a/1.15.2/assets/minecraft/textures/painting/aztec2.png b/1.15.2/assets/minecraft/textures/painting/aztec2.png new file mode 100644 index 00000000..803f8ebd Binary files /dev/null and b/1.15.2/assets/minecraft/textures/painting/aztec2.png differ diff --git a/1.15.2/assets/minecraft/textures/painting/back.png b/1.15.2/assets/minecraft/textures/painting/back.png new file mode 100644 index 00000000..0e9bdece Binary files /dev/null and b/1.15.2/assets/minecraft/textures/painting/back.png differ diff --git a/1.15.2/assets/minecraft/textures/painting/bomb.png b/1.15.2/assets/minecraft/textures/painting/bomb.png new file mode 100644 index 00000000..2be99cc5 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/painting/bomb.png differ diff --git a/1.15.2/assets/minecraft/textures/painting/burning_skull.png b/1.15.2/assets/minecraft/textures/painting/burning_skull.png new file mode 100644 index 00000000..b7b15ee8 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/painting/burning_skull.png differ diff --git a/1.15.2/assets/minecraft/textures/painting/bust.png b/1.15.2/assets/minecraft/textures/painting/bust.png new file mode 100644 index 00000000..303301b3 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/painting/bust.png differ diff --git a/1.15.2/assets/minecraft/textures/painting/courbet.png b/1.15.2/assets/minecraft/textures/painting/courbet.png new file mode 100644 index 00000000..4c533d54 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/painting/courbet.png differ diff --git a/1.15.2/assets/minecraft/textures/painting/creebet.png b/1.15.2/assets/minecraft/textures/painting/creebet.png new file mode 100644 index 00000000..9d562ea6 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/painting/creebet.png differ diff --git a/1.15.2/assets/minecraft/textures/painting/donkey_kong.png b/1.15.2/assets/minecraft/textures/painting/donkey_kong.png new file mode 100644 index 00000000..f739ca11 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/painting/donkey_kong.png differ diff --git a/1.15.2/assets/minecraft/textures/painting/fighters.png b/1.15.2/assets/minecraft/textures/painting/fighters.png new file mode 100644 index 00000000..813fbca2 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/painting/fighters.png differ diff --git a/1.15.2/assets/minecraft/textures/painting/graham.png b/1.15.2/assets/minecraft/textures/painting/graham.png new file mode 100644 index 00000000..198786b2 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/painting/graham.png differ diff --git a/1.15.2/assets/minecraft/textures/painting/kebab.png b/1.15.2/assets/minecraft/textures/painting/kebab.png new file mode 100644 index 00000000..2b7499a7 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/painting/kebab.png differ diff --git a/1.15.2/assets/minecraft/textures/painting/match.png b/1.15.2/assets/minecraft/textures/painting/match.png new file mode 100644 index 00000000..0431cbdd Binary files /dev/null and b/1.15.2/assets/minecraft/textures/painting/match.png differ diff --git a/1.15.2/assets/minecraft/textures/painting/pigscene.png b/1.15.2/assets/minecraft/textures/painting/pigscene.png new file mode 100644 index 00000000..2ec83a0a Binary files /dev/null and b/1.15.2/assets/minecraft/textures/painting/pigscene.png differ diff --git a/1.15.2/assets/minecraft/textures/painting/plant.png b/1.15.2/assets/minecraft/textures/painting/plant.png new file mode 100644 index 00000000..a99cd267 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/painting/plant.png differ diff --git a/1.15.2/assets/minecraft/textures/painting/pointer.png b/1.15.2/assets/minecraft/textures/painting/pointer.png new file mode 100644 index 00000000..7ca94435 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/painting/pointer.png differ diff --git a/1.15.2/assets/minecraft/textures/painting/pool.png b/1.15.2/assets/minecraft/textures/painting/pool.png new file mode 100644 index 00000000..98ea0245 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/painting/pool.png differ diff --git a/1.15.2/assets/minecraft/textures/painting/sea.png b/1.15.2/assets/minecraft/textures/painting/sea.png new file mode 100644 index 00000000..5364b506 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/painting/sea.png differ diff --git a/1.15.2/assets/minecraft/textures/painting/skeleton.png b/1.15.2/assets/minecraft/textures/painting/skeleton.png new file mode 100644 index 00000000..39f9e15b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/painting/skeleton.png differ diff --git a/1.15.2/assets/minecraft/textures/painting/skull_and_roses.png b/1.15.2/assets/minecraft/textures/painting/skull_and_roses.png new file mode 100644 index 00000000..b0028810 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/painting/skull_and_roses.png differ diff --git a/1.15.2/assets/minecraft/textures/painting/stage.png b/1.15.2/assets/minecraft/textures/painting/stage.png new file mode 100644 index 00000000..7fa6c613 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/painting/stage.png differ diff --git a/1.15.2/assets/minecraft/textures/painting/sunset.png b/1.15.2/assets/minecraft/textures/painting/sunset.png new file mode 100644 index 00000000..8308be15 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/painting/sunset.png differ diff --git a/1.15.2/assets/minecraft/textures/painting/void.png b/1.15.2/assets/minecraft/textures/painting/void.png new file mode 100644 index 00000000..52d0e0d2 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/painting/void.png differ diff --git a/1.15.2/assets/minecraft/textures/painting/wanderer.png b/1.15.2/assets/minecraft/textures/painting/wanderer.png new file mode 100644 index 00000000..6db13df5 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/painting/wanderer.png differ diff --git a/1.15.2/assets/minecraft/textures/painting/wasteland.png b/1.15.2/assets/minecraft/textures/painting/wasteland.png new file mode 100644 index 00000000..1cfc27b1 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/painting/wasteland.png differ diff --git a/1.15.2/assets/minecraft/textures/painting/wither.png b/1.15.2/assets/minecraft/textures/painting/wither.png new file mode 100644 index 00000000..3fd56363 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/painting/wither.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/angry.png b/1.15.2/assets/minecraft/textures/particle/angry.png new file mode 100644 index 00000000..3b616220 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/angry.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/big_smoke_0.png b/1.15.2/assets/minecraft/textures/particle/big_smoke_0.png new file mode 100644 index 00000000..727f1d6a Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/big_smoke_0.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/big_smoke_1.png b/1.15.2/assets/minecraft/textures/particle/big_smoke_1.png new file mode 100644 index 00000000..8c07ee3b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/big_smoke_1.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/big_smoke_10.png b/1.15.2/assets/minecraft/textures/particle/big_smoke_10.png new file mode 100644 index 00000000..712c41cb Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/big_smoke_10.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/big_smoke_11.png b/1.15.2/assets/minecraft/textures/particle/big_smoke_11.png new file mode 100644 index 00000000..7f3a7dbd Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/big_smoke_11.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/big_smoke_2.png b/1.15.2/assets/minecraft/textures/particle/big_smoke_2.png new file mode 100644 index 00000000..81d1a98c Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/big_smoke_2.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/big_smoke_3.png b/1.15.2/assets/minecraft/textures/particle/big_smoke_3.png new file mode 100644 index 00000000..4a5f8224 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/big_smoke_3.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/big_smoke_4.png b/1.15.2/assets/minecraft/textures/particle/big_smoke_4.png new file mode 100644 index 00000000..17c35e5a Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/big_smoke_4.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/big_smoke_5.png b/1.15.2/assets/minecraft/textures/particle/big_smoke_5.png new file mode 100644 index 00000000..3dbb32af Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/big_smoke_5.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/big_smoke_6.png b/1.15.2/assets/minecraft/textures/particle/big_smoke_6.png new file mode 100644 index 00000000..1e5fec17 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/big_smoke_6.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/big_smoke_7.png b/1.15.2/assets/minecraft/textures/particle/big_smoke_7.png new file mode 100644 index 00000000..ebef40c2 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/big_smoke_7.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/big_smoke_8.png b/1.15.2/assets/minecraft/textures/particle/big_smoke_8.png new file mode 100644 index 00000000..a704e860 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/big_smoke_8.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/big_smoke_9.png b/1.15.2/assets/minecraft/textures/particle/big_smoke_9.png new file mode 100644 index 00000000..4dd14f32 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/big_smoke_9.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/bubble.png b/1.15.2/assets/minecraft/textures/particle/bubble.png new file mode 100644 index 00000000..c91be371 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/bubble.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/bubble_pop_0.png b/1.15.2/assets/minecraft/textures/particle/bubble_pop_0.png new file mode 100644 index 00000000..2f2eb00d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/bubble_pop_0.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/bubble_pop_1.png b/1.15.2/assets/minecraft/textures/particle/bubble_pop_1.png new file mode 100644 index 00000000..b1d286dd Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/bubble_pop_1.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/bubble_pop_2.png b/1.15.2/assets/minecraft/textures/particle/bubble_pop_2.png new file mode 100644 index 00000000..b142bd9e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/bubble_pop_2.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/bubble_pop_3.png b/1.15.2/assets/minecraft/textures/particle/bubble_pop_3.png new file mode 100644 index 00000000..79fa0cc0 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/bubble_pop_3.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/bubble_pop_4.png b/1.15.2/assets/minecraft/textures/particle/bubble_pop_4.png new file mode 100644 index 00000000..42fed52c Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/bubble_pop_4.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/critical_hit.png b/1.15.2/assets/minecraft/textures/particle/critical_hit.png new file mode 100644 index 00000000..5295f0d7 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/critical_hit.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/damage.png b/1.15.2/assets/minecraft/textures/particle/damage.png new file mode 100644 index 00000000..9f397a99 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/damage.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/drip_fall.png b/1.15.2/assets/minecraft/textures/particle/drip_fall.png new file mode 100644 index 00000000..a70945cf Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/drip_fall.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/drip_hang.png b/1.15.2/assets/minecraft/textures/particle/drip_hang.png new file mode 100644 index 00000000..2d78df11 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/drip_hang.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/drip_land.png b/1.15.2/assets/minecraft/textures/particle/drip_land.png new file mode 100644 index 00000000..f0d0312f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/drip_land.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/effect_0.png b/1.15.2/assets/minecraft/textures/particle/effect_0.png new file mode 100644 index 00000000..469da803 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/effect_0.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/effect_1.png b/1.15.2/assets/minecraft/textures/particle/effect_1.png new file mode 100644 index 00000000..20c63cbb Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/effect_1.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/effect_2.png b/1.15.2/assets/minecraft/textures/particle/effect_2.png new file mode 100644 index 00000000..68cabdaa Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/effect_2.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/effect_3.png b/1.15.2/assets/minecraft/textures/particle/effect_3.png new file mode 100644 index 00000000..fe37f7ae Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/effect_3.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/effect_4.png b/1.15.2/assets/minecraft/textures/particle/effect_4.png new file mode 100644 index 00000000..2aa3ef07 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/effect_4.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/effect_5.png b/1.15.2/assets/minecraft/textures/particle/effect_5.png new file mode 100644 index 00000000..175564b3 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/effect_5.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/effect_6.png b/1.15.2/assets/minecraft/textures/particle/effect_6.png new file mode 100644 index 00000000..be940479 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/effect_6.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/effect_7.png b/1.15.2/assets/minecraft/textures/particle/effect_7.png new file mode 100644 index 00000000..32700a9a Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/effect_7.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/enchanted_hit.png b/1.15.2/assets/minecraft/textures/particle/enchanted_hit.png new file mode 100644 index 00000000..122f4f78 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/enchanted_hit.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/explosion_0.png b/1.15.2/assets/minecraft/textures/particle/explosion_0.png new file mode 100644 index 00000000..4dc51224 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/explosion_0.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/explosion_1.png b/1.15.2/assets/minecraft/textures/particle/explosion_1.png new file mode 100644 index 00000000..83e8ca2f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/explosion_1.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/explosion_10.png b/1.15.2/assets/minecraft/textures/particle/explosion_10.png new file mode 100644 index 00000000..b4088437 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/explosion_10.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/explosion_11.png b/1.15.2/assets/minecraft/textures/particle/explosion_11.png new file mode 100644 index 00000000..2f8f274d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/explosion_11.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/explosion_12.png b/1.15.2/assets/minecraft/textures/particle/explosion_12.png new file mode 100644 index 00000000..8447981e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/explosion_12.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/explosion_13.png b/1.15.2/assets/minecraft/textures/particle/explosion_13.png new file mode 100644 index 00000000..62d2da12 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/explosion_13.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/explosion_14.png b/1.15.2/assets/minecraft/textures/particle/explosion_14.png new file mode 100644 index 00000000..10041baa Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/explosion_14.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/explosion_15.png b/1.15.2/assets/minecraft/textures/particle/explosion_15.png new file mode 100644 index 00000000..bc484e87 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/explosion_15.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/explosion_2.png b/1.15.2/assets/minecraft/textures/particle/explosion_2.png new file mode 100644 index 00000000..2157e39e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/explosion_2.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/explosion_3.png b/1.15.2/assets/minecraft/textures/particle/explosion_3.png new file mode 100644 index 00000000..b3725d5b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/explosion_3.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/explosion_4.png b/1.15.2/assets/minecraft/textures/particle/explosion_4.png new file mode 100644 index 00000000..a3632381 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/explosion_4.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/explosion_5.png b/1.15.2/assets/minecraft/textures/particle/explosion_5.png new file mode 100644 index 00000000..37392a00 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/explosion_5.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/explosion_6.png b/1.15.2/assets/minecraft/textures/particle/explosion_6.png new file mode 100644 index 00000000..d24878d6 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/explosion_6.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/explosion_7.png b/1.15.2/assets/minecraft/textures/particle/explosion_7.png new file mode 100644 index 00000000..047ab147 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/explosion_7.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/explosion_8.png b/1.15.2/assets/minecraft/textures/particle/explosion_8.png new file mode 100644 index 00000000..10027145 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/explosion_8.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/explosion_9.png b/1.15.2/assets/minecraft/textures/particle/explosion_9.png new file mode 100644 index 00000000..a7cc716c Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/explosion_9.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/flame.png b/1.15.2/assets/minecraft/textures/particle/flame.png new file mode 100644 index 00000000..7e13f907 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/flame.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/flash.png b/1.15.2/assets/minecraft/textures/particle/flash.png new file mode 100644 index 00000000..c1ce0516 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/flash.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/footprint.png b/1.15.2/assets/minecraft/textures/particle/footprint.png new file mode 100644 index 00000000..495a367e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/footprint.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/generic_0.png b/1.15.2/assets/minecraft/textures/particle/generic_0.png new file mode 100644 index 00000000..2548245c Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/generic_0.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/generic_1.png b/1.15.2/assets/minecraft/textures/particle/generic_1.png new file mode 100644 index 00000000..ae21dac3 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/generic_1.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/generic_2.png b/1.15.2/assets/minecraft/textures/particle/generic_2.png new file mode 100644 index 00000000..a9bd5356 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/generic_2.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/generic_3.png b/1.15.2/assets/minecraft/textures/particle/generic_3.png new file mode 100644 index 00000000..2f7838f5 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/generic_3.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/generic_4.png b/1.15.2/assets/minecraft/textures/particle/generic_4.png new file mode 100644 index 00000000..fdfaefa3 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/generic_4.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/generic_5.png b/1.15.2/assets/minecraft/textures/particle/generic_5.png new file mode 100644 index 00000000..eda695d9 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/generic_5.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/generic_6.png b/1.15.2/assets/minecraft/textures/particle/generic_6.png new file mode 100644 index 00000000..6f58049a Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/generic_6.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/generic_7.png b/1.15.2/assets/minecraft/textures/particle/generic_7.png new file mode 100644 index 00000000..e2be78d6 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/generic_7.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/glint.png b/1.15.2/assets/minecraft/textures/particle/glint.png new file mode 100644 index 00000000..ef29ed00 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/glint.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/glitter_0.png b/1.15.2/assets/minecraft/textures/particle/glitter_0.png new file mode 100644 index 00000000..2548245c Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/glitter_0.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/glitter_1.png b/1.15.2/assets/minecraft/textures/particle/glitter_1.png new file mode 100644 index 00000000..de69d9fe Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/glitter_1.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/glitter_2.png b/1.15.2/assets/minecraft/textures/particle/glitter_2.png new file mode 100644 index 00000000..19a9831f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/glitter_2.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/glitter_3.png b/1.15.2/assets/minecraft/textures/particle/glitter_3.png new file mode 100644 index 00000000..2a929796 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/glitter_3.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/glitter_4.png b/1.15.2/assets/minecraft/textures/particle/glitter_4.png new file mode 100644 index 00000000..acf3c155 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/glitter_4.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/glitter_5.png b/1.15.2/assets/minecraft/textures/particle/glitter_5.png new file mode 100644 index 00000000..56e6ef63 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/glitter_5.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/glitter_6.png b/1.15.2/assets/minecraft/textures/particle/glitter_6.png new file mode 100644 index 00000000..acf3c155 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/glitter_6.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/glitter_7.png b/1.15.2/assets/minecraft/textures/particle/glitter_7.png new file mode 100644 index 00000000..56e6ef63 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/glitter_7.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/heart.png b/1.15.2/assets/minecraft/textures/particle/heart.png new file mode 100644 index 00000000..987aa17a Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/heart.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/lava.png b/1.15.2/assets/minecraft/textures/particle/lava.png new file mode 100644 index 00000000..95cbc05a Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/lava.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/nautilus.png b/1.15.2/assets/minecraft/textures/particle/nautilus.png new file mode 100644 index 00000000..0ab4ef0f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/nautilus.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/note.png b/1.15.2/assets/minecraft/textures/particle/note.png new file mode 100644 index 00000000..4060407e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/note.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/sga_a.png b/1.15.2/assets/minecraft/textures/particle/sga_a.png new file mode 100644 index 00000000..013c54e0 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/sga_a.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/sga_b.png b/1.15.2/assets/minecraft/textures/particle/sga_b.png new file mode 100644 index 00000000..108feaf8 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/sga_b.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/sga_c.png b/1.15.2/assets/minecraft/textures/particle/sga_c.png new file mode 100644 index 00000000..ae268f02 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/sga_c.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/sga_d.png b/1.15.2/assets/minecraft/textures/particle/sga_d.png new file mode 100644 index 00000000..99c6cf7f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/sga_d.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/sga_e.png b/1.15.2/assets/minecraft/textures/particle/sga_e.png new file mode 100644 index 00000000..bab9f926 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/sga_e.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/sga_f.png b/1.15.2/assets/minecraft/textures/particle/sga_f.png new file mode 100644 index 00000000..5684e16b Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/sga_f.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/sga_g.png b/1.15.2/assets/minecraft/textures/particle/sga_g.png new file mode 100644 index 00000000..a8a67e8f Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/sga_g.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/sga_h.png b/1.15.2/assets/minecraft/textures/particle/sga_h.png new file mode 100644 index 00000000..d617867d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/sga_h.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/sga_i.png b/1.15.2/assets/minecraft/textures/particle/sga_i.png new file mode 100644 index 00000000..54b12c0a Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/sga_i.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/sga_j.png b/1.15.2/assets/minecraft/textures/particle/sga_j.png new file mode 100644 index 00000000..eba2f6d4 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/sga_j.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/sga_k.png b/1.15.2/assets/minecraft/textures/particle/sga_k.png new file mode 100644 index 00000000..ffd569e1 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/sga_k.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/sga_l.png b/1.15.2/assets/minecraft/textures/particle/sga_l.png new file mode 100644 index 00000000..1d71a800 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/sga_l.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/sga_m.png b/1.15.2/assets/minecraft/textures/particle/sga_m.png new file mode 100644 index 00000000..26f83997 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/sga_m.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/sga_n.png b/1.15.2/assets/minecraft/textures/particle/sga_n.png new file mode 100644 index 00000000..6241d005 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/sga_n.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/sga_o.png b/1.15.2/assets/minecraft/textures/particle/sga_o.png new file mode 100644 index 00000000..e9ecb651 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/sga_o.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/sga_p.png b/1.15.2/assets/minecraft/textures/particle/sga_p.png new file mode 100644 index 00000000..7d1f25c2 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/sga_p.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/sga_q.png b/1.15.2/assets/minecraft/textures/particle/sga_q.png new file mode 100644 index 00000000..9d8e1c07 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/sga_q.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/sga_r.png b/1.15.2/assets/minecraft/textures/particle/sga_r.png new file mode 100644 index 00000000..ebeb140e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/sga_r.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/sga_s.png b/1.15.2/assets/minecraft/textures/particle/sga_s.png new file mode 100644 index 00000000..c6c9ada3 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/sga_s.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/sga_t.png b/1.15.2/assets/minecraft/textures/particle/sga_t.png new file mode 100644 index 00000000..e053fc37 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/sga_t.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/sga_u.png b/1.15.2/assets/minecraft/textures/particle/sga_u.png new file mode 100644 index 00000000..91d5e16c Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/sga_u.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/sga_v.png b/1.15.2/assets/minecraft/textures/particle/sga_v.png new file mode 100644 index 00000000..8c889df6 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/sga_v.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/sga_w.png b/1.15.2/assets/minecraft/textures/particle/sga_w.png new file mode 100644 index 00000000..66e14c60 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/sga_w.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/sga_x.png b/1.15.2/assets/minecraft/textures/particle/sga_x.png new file mode 100644 index 00000000..ef9383f7 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/sga_x.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/sga_y.png b/1.15.2/assets/minecraft/textures/particle/sga_y.png new file mode 100644 index 00000000..94750880 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/sga_y.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/sga_z.png b/1.15.2/assets/minecraft/textures/particle/sga_z.png new file mode 100644 index 00000000..e418a2a7 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/sga_z.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/spark_0.png b/1.15.2/assets/minecraft/textures/particle/spark_0.png new file mode 100644 index 00000000..272183ab Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/spark_0.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/spark_1.png b/1.15.2/assets/minecraft/textures/particle/spark_1.png new file mode 100644 index 00000000..d8680995 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/spark_1.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/spark_2.png b/1.15.2/assets/minecraft/textures/particle/spark_2.png new file mode 100644 index 00000000..338c994d Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/spark_2.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/spark_3.png b/1.15.2/assets/minecraft/textures/particle/spark_3.png new file mode 100644 index 00000000..dca7bddb Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/spark_3.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/spark_4.png b/1.15.2/assets/minecraft/textures/particle/spark_4.png new file mode 100644 index 00000000..3fe2fff5 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/spark_4.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/spark_5.png b/1.15.2/assets/minecraft/textures/particle/spark_5.png new file mode 100644 index 00000000..27c98013 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/spark_5.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/spark_6.png b/1.15.2/assets/minecraft/textures/particle/spark_6.png new file mode 100644 index 00000000..b6fb7fff Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/spark_6.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/spark_7.png b/1.15.2/assets/minecraft/textures/particle/spark_7.png new file mode 100644 index 00000000..27c98013 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/spark_7.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/spell_0.png b/1.15.2/assets/minecraft/textures/particle/spell_0.png new file mode 100644 index 00000000..272183ab Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/spell_0.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/spell_1.png b/1.15.2/assets/minecraft/textures/particle/spell_1.png new file mode 100644 index 00000000..a0956902 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/spell_1.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/spell_2.png b/1.15.2/assets/minecraft/textures/particle/spell_2.png new file mode 100644 index 00000000..20ddbc13 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/spell_2.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/spell_3.png b/1.15.2/assets/minecraft/textures/particle/spell_3.png new file mode 100644 index 00000000..d3bc540e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/spell_3.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/spell_4.png b/1.15.2/assets/minecraft/textures/particle/spell_4.png new file mode 100644 index 00000000..dfa2c57e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/spell_4.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/spell_5.png b/1.15.2/assets/minecraft/textures/particle/spell_5.png new file mode 100644 index 00000000..dfa2c57e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/spell_5.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/spell_6.png b/1.15.2/assets/minecraft/textures/particle/spell_6.png new file mode 100644 index 00000000..dfa2c57e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/spell_6.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/spell_7.png b/1.15.2/assets/minecraft/textures/particle/spell_7.png new file mode 100644 index 00000000..dfa2c57e Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/spell_7.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/splash_0.png b/1.15.2/assets/minecraft/textures/particle/splash_0.png new file mode 100644 index 00000000..e2222b60 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/splash_0.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/splash_1.png b/1.15.2/assets/minecraft/textures/particle/splash_1.png new file mode 100644 index 00000000..781b666a Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/splash_1.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/splash_2.png b/1.15.2/assets/minecraft/textures/particle/splash_2.png new file mode 100644 index 00000000..04395464 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/splash_2.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/splash_3.png b/1.15.2/assets/minecraft/textures/particle/splash_3.png new file mode 100644 index 00000000..2387af01 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/splash_3.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/sweep_0.png b/1.15.2/assets/minecraft/textures/particle/sweep_0.png new file mode 100644 index 00000000..e6a72bd8 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/sweep_0.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/sweep_1.png b/1.15.2/assets/minecraft/textures/particle/sweep_1.png new file mode 100644 index 00000000..17e34ce9 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/sweep_1.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/sweep_2.png b/1.15.2/assets/minecraft/textures/particle/sweep_2.png new file mode 100644 index 00000000..36e89603 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/sweep_2.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/sweep_3.png b/1.15.2/assets/minecraft/textures/particle/sweep_3.png new file mode 100644 index 00000000..a16d1bb7 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/sweep_3.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/sweep_4.png b/1.15.2/assets/minecraft/textures/particle/sweep_4.png new file mode 100644 index 00000000..bc27ca12 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/sweep_4.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/sweep_5.png b/1.15.2/assets/minecraft/textures/particle/sweep_5.png new file mode 100644 index 00000000..668bafbf Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/sweep_5.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/sweep_6.png b/1.15.2/assets/minecraft/textures/particle/sweep_6.png new file mode 100644 index 00000000..9304e0db Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/sweep_6.png differ diff --git a/1.15.2/assets/minecraft/textures/particle/sweep_7.png b/1.15.2/assets/minecraft/textures/particle/sweep_7.png new file mode 100644 index 00000000..91307ac6 Binary files /dev/null and b/1.15.2/assets/minecraft/textures/particle/sweep_7.png differ diff --git a/1.15.2/assets/realms/lang/en_us.json b/1.15.2/assets/realms/lang/en_us.json new file mode 100644 index 00000000..94941408 --- /dev/null +++ b/1.15.2/assets/realms/lang/en_us.json @@ -0,0 +1,241 @@ +{ + "mco.gui.ok": "Ok", + "mco.gui.button" : "Button", + "mco.terms.buttons.agree": "Agree", + "mco.terms.buttons.disagree": "Don't agree", + "mco.terms.title": "Realms Terms of Service", + "mco.terms.sentence.1": "I agree to the Minecraft Realms", + "mco.terms.sentence.2": "Terms of Service", + "mco.selectServer.play": "Play", + "mco.selectServer.configure": "Configure realm", + "mco.selectServer.leave": "Leave realm", + "mco.selectServer.create": "Create realm", + "mco.selectServer.info": "What is Realms?", + "mco.selectServer.buy": "Buy a realm!", + "mco.selectServer.trial": "Get a trial!", + "mco.selectServer.close": "Close", + "mco.selectServer.expiredTrial": "Your trial has ended", + "mco.selectServer.expiredList": "Your subscription has expired", + "mco.selectServer.expiredSubscribe": "Subscribe", + "mco.selectServer.expiredRenew": "Renew", + "mco.selectServer.expired": "Expired realm", + "mco.selectServer.open": "Open realm", + "mco.selectServer.closed": "Closed realm", + "mco.selectServer.locked": "Locked realm", + "mco.selectServer.openserver": "Open realm", + "mco.selectServer.closeserver": "Close realm", + "mco.selectServer.minigame": "Minigame:", + "mco.selectServer.uninitialized": "Click to start your new realm!", + "mco.selectServer.expires.days": "Expires in %s days", + "mco.selectServer.expires.day": "Expires in a day", + "mco.selectServer.expires.soon": "Expires soon", + "mco.selectServer.note": "Note:", + "mco.selectServer.mapOnlySupportedForVersion": "This map is unsupported in %s", + "mco.selectServer.minigameNotSupportedInVersion": "Can't play this minigame in %s", + "mco.selectServer.popup": "Realms is a safe, simple way to enjoy an online Minecraft world with up to ten friends at a time. It supports loads of minigames and plenty of custom worlds! Only the owner of the realm needs to pay.", + "mco.configure.world.settings.title": "Settings", + "mco.configure.world.title": "Configure realm:", + "mco.configure.worlds.title": "Worlds", + "mco.configure.world.name": "Realm name", + "mco.configure.world.description": "Realm description", + "mco.configure.world.location": "Location", + "mco.configure.world.invited": "Invited", + "mco.configure.world.invite.narration": "You have %s new invites", + "mco.configure.world.buttons.edit": "Settings", + "mco.configure.world.buttons.done": "Done", + "mco.configure.world.buttons.delete": "Delete", + "mco.configure.world.buttons.open": "Open realm", + "mco.configure.world.buttons.close": "Close realm", + "mco.configure.world.buttons.invite": "Invite player", + "mco.configure.world.buttons.activity": "Player activity", + "mco.configure.world.activityfeed.disabled": "Player feed temporarily disabled", + "mco.configure.world.buttons.moreoptions": "More options", + "mco.configure.world.invite.profile.name": "Name", + "mco.configure.world.uninvite.question": "Are you sure that you want to uninvite", + "mco.configure.world.status": "Status", + "mco.configure.world.invites.ops.tooltip": "Operator", + "mco.configure.world.invites.normal.tooltip": "Normal user", + "mco.configure.world.invites.remove.tooltip": "Remove", + "mco.configure.world.closing": "Closing the realm...", + "mco.configure.world.opening": "Opening the realm...", + "mco.configure.world.buttons.players": "Players", + "mco.configure.world.buttons.settings": "Settings", + "mco.configure.world.buttons.subscription": "Subscription", + "mco.configure.world.buttons.options": "World options", + "mco.configure.world.backup": "World backups", + "mco.configure.world.buttons.resetworld": "Reset world", + "mco.configure.world.buttons.switchminigame": "Switch minigame", + "mco.configure.current.minigame": "Current", + "mco.configure.world.subscription.title": "Your subscription", + "mco.configure.world.subscription.timeleft": "Time left", + "mco.configure.world.subscription.recurring.daysleft": "Renewed automatically in", + "mco.configure.world.subscription.less_than_a_day": "Less than a day", + "mco.configure.world.subscription.expired": "Expired", + "mco.configure.world.subscription.start": "Start date", + "mco.configure.world.subscription.extend": "Extend subscription", + "mco.configure.world.subscription.day": "Day", + "mco.configure.world.subscription.month": "Month", + "mco.configure.world.subscription.days": "Days", + "mco.configure.world.subscription.months": "Months", + "mco.configure.world.pvp": "PVP", + "mco.configure.world.spawnAnimals": "Spawn animals", + "mco.configure.world.spawnNPCs": "Spawn NPCs", + "mco.configure.world.spawnMonsters": "Spawn monsters", + "mco.configure.world.spawnProtection": "Spawn protection", + "mco.configure.world.commandBlocks": "Command blocks", + "mco.configure.world.forceGameMode": "Force game mode", + "mco.configure.world.on": "On", + "mco.configure.world.off": "Off", + "mco.configure.world.slot": "World %s", + "mco.configure.world.slot.empty": "Empty", + "mco.create.world.wait": "Creating the realm...", + "mco.create.world.seed": "Seed (Optional)", + "mco.create.world.error": "You must enter a name!", + "mco.create.world.subtitle": "Optionally, select what world to put on your new realm", + "mco.create.world.skip": "Skip", + "mco.reset.world.title": "Reset world", + "mco.reset.world.warning": "This will replace the current world of your realm", + "mco.reset.world.seed": "Seed (Optional)", + "mco.reset.world.resetting.screen.title": "Resetting world...", + "mco.reset.world.generate": "New world", + "mco.reset.world.upload": "Upload world", + "mco.reset.world.adventure": "Adventures", + "mco.reset.world.template": "World templates", + "mco.reset.world.experience": "Experiences", + "mco.reset.world.inspiration": "Inspiration", + "mco.minigame.world.title": "Switch realm to minigame", + "mco.minigame.world.info.line1": "This will temporarily replace your world with a minigame!", + "mco.minigame.world.info.line2": "You can later return to your original world without losing anything.", + "mco.minigame.world.selected": "Selected minigame:", + "mco.minigame.world.noSelection": "Please make a selection", + "mco.minigame.world.startButton": "Switch", + "mco.minigame.world.starting.screen.title": "Starting minigame...", + "mco.minigame.world.changeButton": "Select another minigame", + "mco.minigame.world.stopButton": "End minigame", + "mco.minigame.world.switch.title": "Switch minigame", + "mco.minigame.world.switch.new": "Select another minigame?", + "mco.minigame.world.restore.question.line1": "The minigame will end and your realm will be restored.", + "mco.minigame.world.restore.question.line2": "Are you sure you want to continue?", + "mco.minigame.world.restore": "Ending minigame...", + "mco.configure.world.slot.tooltip": "Switch to world", + "mco.configure.world.slot.tooltip.minigame": "Switch to minigame", + "mco.configure.world.slot.tooltip.active": "Join", + "mco.configure.world.close.question.line1": "Your realm will become unavailable.", + "mco.configure.world.close.question.line2": "Are you sure you want to continue?", + "mco.configure.world.leave.question.line1": "If you leave this realm you won't see it unless you are invited again", + "mco.configure.world.leave.question.line2": "Are you sure you want to continue?", + "mco.configure.world.resourcepack.question.line1": "You need a custom resource pack to play on this realm", + "mco.configure.world.resourcepack.question.line2": "Do you want to download it and play?", + "mco.configure.world.reset.question.line1": "Your world will be regenerated and your current world will be lost", + "mco.configure.world.reset.question.line2": "Are you sure you want to continue?", + "mco.configure.world.restore.question.line1": "Your world will be restored to date '%s' (%s)", + "mco.configure.world.restore.question.line2": "Are you sure you want to continue?", + "mco.configure.world.restore.download.question.line1": "The world will be downloaded and added to your single player worlds.", + "mco.configure.world.restore.download.question.line2": "Do you want to continue?", + "mco.configure.world.slot.switch.question.line1": "Your realm will be switched to another world", + "mco.configure.world.slot.switch.question.line2": "Are you sure you want to continue?", + "mco.configure.world.switch.slot": "Create world", + "mco.configure.world.switch.slot.subtitle": "This world is empty, choose how to create your world", + "mco.minigame.world.slot.screen.title": "Switching world...", + "mco.configure.world.edit.subscreen.adventuremap": "Some settings are disabled since your current world is an adventure", + "mco.configure.world.edit.subscreen.experience": "Some settings are disabled since your current world is an experience", + "mco.configure.world.edit.subscreen.inspiration": "Some settings are disabled since your current world is an inspiration", + "mco.configure.world.edit.slot.name": "World name", + "mco.configure.world.players.title": "Players", + "mco.configure.world.players.error": "Could not invite the provided name", + "mco.configure.world.delete.button": "Delete realm", + "mco.configure.world.delete.question.line1": "Your realm will be permanently deleted", + "mco.configure.world.delete.question.line2": "Are you sure you want to continue?", + "mco.connect.connecting": "Connecting to the realm...", + "mco.connect.authorizing": "Logging in...", + "mco.connect.failed": "Failed to connect to the realm", + "mco.connect.success": "Done", + "mco.create.world": "Create", + "mco.create.world.reset.title": "Creating world...", + "mco.trial.title": "Create a realm", + "mco.client.outdated.title": "Client Outdated!", + "mco.client.outdated.msg.line1": "Your client is outdated and not compatible with Realms.", + "mco.client.outdated.msg.line2": "Please update to the most recent version of Minecraft.", + "mco.client.incompatible.title": "Client Incompatible!", + "mco.client.incompatible.msg.line1": "Your client is not compatible with Realms.", + "mco.client.incompatible.msg.line2": "Please use the most recent version of Minecraft.", + "mco.client.incompatible.msg.line3": "Realms is not compatible with snapshot versions.", + "mco.backup.button.restore": "Restore", + "mco.backup.generate.world": "Generate world", + "mco.backup.restoring": "Restoring your realm", + "mco.backup.button.download": "Download latest", + "mco.backup.changes.tooltip": "Changes", + "mco.backup.nobackups": "This realm doesn't have any backups currently.", + "mco.backup.button.upload": "Upload world", + "mco.backup.button.reset": "Reset world", + "mco.download.title": "Downloading latest world", + "mco.download.cancelled": "Download cancelled", + "mco.download.failed": "Download failed", + "mco.download.done": "Download done", + "mco.download.downloading": "Downloading", + "mco.download.extracting": "Extracting", + "mco.download.preparing": "Preparing download", + "mco.download.confirmation.line1": "The world you are going to download is larger than %s", + "mco.download.confirmation.line2": "You won't be able to upload this world to your realm again", + "mco.template.title": "World templates", + "mco.template.title.minigame": "Minigames", + "mco.template.button.select": "Select", + "mco.template.button.trailer": "Trailer", + "mco.template.button.publisher": "Publisher", + "mco.template.default.name": "World template", + "mco.template.name": "Template", + "mco.template.info.tooltip": "Publisher website", + "mco.template.trailer.tooltip": "Map trailer", + "mco.template.select.none": "Oops, it looks like this content category is currently empty.\nPlease check back later for new content, or if you're a creator,\n%s.", + "mco.template.select.none.linkTitle": "consider submitting something yourself", + "mco.template.select.failure": "We couldn't retrieve the list of content for this category.\nPlease check your internet connection, or try again later.", + "mco.template.select.narrate.authors" : "Authors: %s", + "narrator.select.list.position" : "item %s out of %s", + "mco.template.select.narrate.version" : "version %s", + "mco.invites.button.accept": "Accept", + "mco.invites.button.reject": "Reject", + "mco.invites.title": "Pending Invites", + "mco.invites.pending": "New invites!", + "mco.invites.nopending": "No pending invites!", + "mco.upload.select.world.title": "Upload world", + "mco.upload.select.world.subtitle": "Please select a singleplayer world to upload", + "mco.upload.select.world.none": "No singleplayer worlds found!", + "mco.upload.button.name": "Upload", + "mco.upload.verifying": "Verifying your world", + "mco.upload.preparing": "Preparing your world", + "mco.upload.close.failure": "Could not close your realm, please try again later", + "mco.upload.size.failure.line1": "'%s' is too big!", + "mco.upload.size.failure.line2": "It is %s. The maximum allowed size is %s.", + "mco.upload.uploading": "Uploading '%s'", + "mco.upload.done": "Upload done", + "mco.upload.failed": "Upload failed! (%s)", + "mco.upload.cancelled": "Upload cancelled", + "mco.upload.hardcore": "Hardcore worlds can't be uploaded!", + "mco.activity.title": "Player activity", + "mco.activity.noactivity": "No activity for the past %s days", + "mco.errorMessage.6001": "Client outdated", + "mco.errorMessage.6002": "Terms of service not accepted", + "mco.errorMessage.6003": "Download limit reached", + "mco.errorMessage.6004": "Upload limit reached", + "mco.errorMessage.6005": "World is in admin lock state", + "mco.errorMessage.connectionFailure": "An error occurred, please try again later.", + "mco.trial.unavailable": "Sorry, trials are unavailable at this time!", + "mco.trial.message.line1": "Want to get your own realm?", + "mco.trial.message.line2": "Click here for more info!", + "mco.brokenworld.play": "Play", + "mco.brokenworld.download": "Download", + "mco.brokenworld.downloaded": "Downloaded", + "mco.brokenworld.reset": "Reset", + "mco.brokenworld.title": "Your current world is no longer supported", + "mco.brokenworld.message.line1": "Please reset or select another world.", + "mco.brokenworld.message.line2": "You can also choose to download the world to singleplayer.", + "mco.brokenworld.minigame.title": "This minigame is no longer supported", + "mco.brokenworld.nonowner.title": "World is out of date", + "mco.brokenworld.nonowner.error": "Please wait for the realm owner to reset the world", + "mco.error.invalid.session.title": "Invalid session", + "mco.error.invalid.session.message": "Please try restarting Minecraft", + "mco.news": "Realms news", + "mco.account.privacyinfo": "Mojang implements certain procedures to help protect children and their privacy including complying with the Children’s Online Privacy Protection Act (COPPA) and General Data Protection Regulation (GDPR).\n\nYou may need to obtain parental consent before accessing your Realms account.\n\nIf you have an older Minecraft account (you log in with your username), you need to migrate the account to a Mojang account in order to access Realms.", + "mco.account.update": "Update Account", + "mco.account.privacy.info": "Read more about Mojang and privacy laws" +} \ No newline at end of file diff --git a/1.15.2/assets/realms/textures/gui/realms/accept_icon.png b/1.15.2/assets/realms/textures/gui/realms/accept_icon.png new file mode 100644 index 00000000..f790ce5f Binary files /dev/null and b/1.15.2/assets/realms/textures/gui/realms/accept_icon.png differ diff --git a/1.15.2/assets/realms/textures/gui/realms/adventure.png b/1.15.2/assets/realms/textures/gui/realms/adventure.png new file mode 100644 index 00000000..52e5a512 Binary files /dev/null and b/1.15.2/assets/realms/textures/gui/realms/adventure.png differ diff --git a/1.15.2/assets/realms/textures/gui/realms/configure_icon.png b/1.15.2/assets/realms/textures/gui/realms/configure_icon.png new file mode 100644 index 00000000..4f865c64 Binary files /dev/null and b/1.15.2/assets/realms/textures/gui/realms/configure_icon.png differ diff --git a/1.15.2/assets/realms/textures/gui/realms/cross_icon.png b/1.15.2/assets/realms/textures/gui/realms/cross_icon.png new file mode 100644 index 00000000..6d2ba634 Binary files /dev/null and b/1.15.2/assets/realms/textures/gui/realms/cross_icon.png differ diff --git a/1.15.2/assets/realms/textures/gui/realms/cross_player_icon.png b/1.15.2/assets/realms/textures/gui/realms/cross_player_icon.png new file mode 100644 index 00000000..8d955d65 Binary files /dev/null and b/1.15.2/assets/realms/textures/gui/realms/cross_player_icon.png differ diff --git a/1.15.2/assets/realms/textures/gui/realms/darken.png b/1.15.2/assets/realms/textures/gui/realms/darken.png new file mode 100644 index 00000000..bfb7152e Binary files /dev/null and b/1.15.2/assets/realms/textures/gui/realms/darken.png differ diff --git a/1.15.2/assets/realms/textures/gui/realms/empty_frame.png b/1.15.2/assets/realms/textures/gui/realms/empty_frame.png new file mode 100644 index 00000000..847af28e Binary files /dev/null and b/1.15.2/assets/realms/textures/gui/realms/empty_frame.png differ diff --git a/1.15.2/assets/realms/textures/gui/realms/experience.png b/1.15.2/assets/realms/textures/gui/realms/experience.png new file mode 100644 index 00000000..b4d3c624 Binary files /dev/null and b/1.15.2/assets/realms/textures/gui/realms/experience.png differ diff --git a/1.15.2/assets/realms/textures/gui/realms/expired_icon.png b/1.15.2/assets/realms/textures/gui/realms/expired_icon.png new file mode 100644 index 00000000..6dcfce89 Binary files /dev/null and b/1.15.2/assets/realms/textures/gui/realms/expired_icon.png differ diff --git a/1.15.2/assets/realms/textures/gui/realms/expires_soon_icon.png b/1.15.2/assets/realms/textures/gui/realms/expires_soon_icon.png new file mode 100644 index 00000000..707d22e7 Binary files /dev/null and b/1.15.2/assets/realms/textures/gui/realms/expires_soon_icon.png differ diff --git a/1.15.2/assets/realms/textures/gui/realms/inspiration.png b/1.15.2/assets/realms/textures/gui/realms/inspiration.png new file mode 100644 index 00000000..552eee8b Binary files /dev/null and b/1.15.2/assets/realms/textures/gui/realms/inspiration.png differ diff --git a/1.15.2/assets/realms/textures/gui/realms/invitation_icons.png b/1.15.2/assets/realms/textures/gui/realms/invitation_icons.png new file mode 100644 index 00000000..3d14e84a Binary files /dev/null and b/1.15.2/assets/realms/textures/gui/realms/invitation_icons.png differ diff --git a/1.15.2/assets/realms/textures/gui/realms/invite_icon.png b/1.15.2/assets/realms/textures/gui/realms/invite_icon.png new file mode 100644 index 00000000..688e4e3c Binary files /dev/null and b/1.15.2/assets/realms/textures/gui/realms/invite_icon.png differ diff --git a/1.15.2/assets/realms/textures/gui/realms/leave_icon.png b/1.15.2/assets/realms/textures/gui/realms/leave_icon.png new file mode 100644 index 00000000..cfda7fc0 Binary files /dev/null and b/1.15.2/assets/realms/textures/gui/realms/leave_icon.png differ diff --git a/1.15.2/assets/realms/textures/gui/realms/link_icons.png b/1.15.2/assets/realms/textures/gui/realms/link_icons.png new file mode 100644 index 00000000..585f501b Binary files /dev/null and b/1.15.2/assets/realms/textures/gui/realms/link_icons.png differ diff --git a/1.15.2/assets/realms/textures/gui/realms/new_world.png b/1.15.2/assets/realms/textures/gui/realms/new_world.png new file mode 100644 index 00000000..31f12163 Binary files /dev/null and b/1.15.2/assets/realms/textures/gui/realms/new_world.png differ diff --git a/1.15.2/assets/realms/textures/gui/realms/news_icon.png b/1.15.2/assets/realms/textures/gui/realms/news_icon.png new file mode 100644 index 00000000..18264d79 Binary files /dev/null and b/1.15.2/assets/realms/textures/gui/realms/news_icon.png differ diff --git a/1.15.2/assets/realms/textures/gui/realms/news_notification_mainscreen.png b/1.15.2/assets/realms/textures/gui/realms/news_notification_mainscreen.png new file mode 100644 index 00000000..25517167 Binary files /dev/null and b/1.15.2/assets/realms/textures/gui/realms/news_notification_mainscreen.png differ diff --git a/1.15.2/assets/realms/textures/gui/realms/off_icon.png b/1.15.2/assets/realms/textures/gui/realms/off_icon.png new file mode 100644 index 00000000..18d8c7c0 Binary files /dev/null and b/1.15.2/assets/realms/textures/gui/realms/off_icon.png differ diff --git a/1.15.2/assets/realms/textures/gui/realms/on_icon.png b/1.15.2/assets/realms/textures/gui/realms/on_icon.png new file mode 100644 index 00000000..98e2a107 Binary files /dev/null and b/1.15.2/assets/realms/textures/gui/realms/on_icon.png differ diff --git a/1.15.2/assets/realms/textures/gui/realms/op_icon.png b/1.15.2/assets/realms/textures/gui/realms/op_icon.png new file mode 100644 index 00000000..2299067b Binary files /dev/null and b/1.15.2/assets/realms/textures/gui/realms/op_icon.png differ diff --git a/1.15.2/assets/realms/textures/gui/realms/plus_icon.png b/1.15.2/assets/realms/textures/gui/realms/plus_icon.png new file mode 100644 index 00000000..903d022e Binary files /dev/null and b/1.15.2/assets/realms/textures/gui/realms/plus_icon.png differ diff --git a/1.15.2/assets/realms/textures/gui/realms/popup.png b/1.15.2/assets/realms/textures/gui/realms/popup.png new file mode 100644 index 00000000..b2803508 Binary files /dev/null and b/1.15.2/assets/realms/textures/gui/realms/popup.png differ diff --git a/1.15.2/assets/realms/textures/gui/realms/questionmark.png b/1.15.2/assets/realms/textures/gui/realms/questionmark.png new file mode 100644 index 00000000..93ad210d Binary files /dev/null and b/1.15.2/assets/realms/textures/gui/realms/questionmark.png differ diff --git a/1.15.2/assets/realms/textures/gui/realms/reject_icon.png b/1.15.2/assets/realms/textures/gui/realms/reject_icon.png new file mode 100644 index 00000000..5113320f Binary files /dev/null and b/1.15.2/assets/realms/textures/gui/realms/reject_icon.png differ diff --git a/1.15.2/assets/realms/textures/gui/realms/restore_icon.png b/1.15.2/assets/realms/textures/gui/realms/restore_icon.png new file mode 100644 index 00000000..d00a3772 Binary files /dev/null and b/1.15.2/assets/realms/textures/gui/realms/restore_icon.png differ diff --git a/1.15.2/assets/realms/textures/gui/realms/slot_frame.png b/1.15.2/assets/realms/textures/gui/realms/slot_frame.png new file mode 100644 index 00000000..624c4ef5 Binary files /dev/null and b/1.15.2/assets/realms/textures/gui/realms/slot_frame.png differ diff --git a/1.15.2/assets/realms/textures/gui/realms/survival_spawn.png b/1.15.2/assets/realms/textures/gui/realms/survival_spawn.png new file mode 100644 index 00000000..e11e3ba2 Binary files /dev/null and b/1.15.2/assets/realms/textures/gui/realms/survival_spawn.png differ diff --git a/1.15.2/assets/realms/textures/gui/realms/trailer_icons.png b/1.15.2/assets/realms/textures/gui/realms/trailer_icons.png new file mode 100644 index 00000000..ec817a76 Binary files /dev/null and b/1.15.2/assets/realms/textures/gui/realms/trailer_icons.png differ diff --git a/1.15.2/assets/realms/textures/gui/realms/trial_icon.png b/1.15.2/assets/realms/textures/gui/realms/trial_icon.png new file mode 100644 index 00000000..c2087092 Binary files /dev/null and b/1.15.2/assets/realms/textures/gui/realms/trial_icon.png differ diff --git a/1.15.2/assets/realms/textures/gui/realms/upload.png b/1.15.2/assets/realms/textures/gui/realms/upload.png new file mode 100644 index 00000000..1cf68f7d Binary files /dev/null and b/1.15.2/assets/realms/textures/gui/realms/upload.png differ diff --git a/1.15.2/assets/realms/textures/gui/realms/user_icon.png b/1.15.2/assets/realms/textures/gui/realms/user_icon.png new file mode 100644 index 00000000..bdd57e4a Binary files /dev/null and b/1.15.2/assets/realms/textures/gui/realms/user_icon.png differ diff --git a/1.15.2/assets/realms/textures/gui/realms/world_icon.png b/1.15.2/assets/realms/textures/gui/realms/world_icon.png new file mode 100644 index 00000000..f636bfee Binary files /dev/null and b/1.15.2/assets/realms/textures/gui/realms/world_icon.png differ diff --git a/1.15.2/assets/realms/textures/gui/title/realms.png b/1.15.2/assets/realms/textures/gui/title/realms.png new file mode 100644 index 00000000..50e1979e Binary files /dev/null and b/1.15.2/assets/realms/textures/gui/title/realms.png differ diff --git a/1.15.2/pack.mcmeta b/1.15.2/pack.mcmeta new file mode 100644 index 00000000..949d616f --- /dev/null +++ b/1.15.2/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "pack": { + "pack_format": 5, + "description": "§3§kGiveMESOMEEMERALDS\n§aAuthor : §2ru-minecraft.ru.§r\n§k" + } +} \ No newline at end of file diff --git a/1.15.2/pack.png b/1.15.2/pack.png new file mode 100644 index 00000000..5a58884a Binary files /dev/null and b/1.15.2/pack.png differ diff --git a/1.16.5/assets/.mcassetsroot b/1.16.5/assets/.mcassetsroot new file mode 100644 index 00000000..e69de29b diff --git a/1.16.5/assets/minecraft/blockstates/acacia_button.json b/1.16.5/assets/minecraft/blockstates/acacia_button.json new file mode 100644 index 00000000..e502900d --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/acacia_button.json @@ -0,0 +1,118 @@ +{ + "variants": { + "face=ceiling,facing=east,powered=false": { + "model": "minecraft:block/acacia_button", + "y": 270, + "x": 180 + }, + "face=ceiling,facing=east,powered=true": { + "model": "minecraft:block/acacia_button_pressed", + "y": 270, + "x": 180 + }, + "face=ceiling,facing=north,powered=false": { + "model": "minecraft:block/acacia_button", + "y": 180, + "x": 180 + }, + "face=ceiling,facing=north,powered=true": { + "model": "minecraft:block/acacia_button_pressed", + "y": 180, + "x": 180 + }, + "face=ceiling,facing=south,powered=false": { + "model": "minecraft:block/acacia_button", + "x": 180 + }, + "face=ceiling,facing=south,powered=true": { + "model": "minecraft:block/acacia_button_pressed", + "x": 180 + }, + "face=ceiling,facing=west,powered=false": { + "model": "minecraft:block/acacia_button", + "y": 90, + "x": 180 + }, + "face=ceiling,facing=west,powered=true": { + "model": "minecraft:block/acacia_button_pressed", + "y": 90, + "x": 180 + }, + "face=floor,facing=east,powered=false": { + "model": "minecraft:block/acacia_button", + "y": 90 + }, + "face=floor,facing=east,powered=true": { + "model": "minecraft:block/acacia_button_pressed", + "y": 90 + }, + "face=floor,facing=north,powered=false": { + "model": "minecraft:block/acacia_button" + }, + "face=floor,facing=north,powered=true": { + "model": "minecraft:block/acacia_button_pressed" + }, + "face=floor,facing=south,powered=false": { + "model": "minecraft:block/acacia_button", + "y": 180 + }, + "face=floor,facing=south,powered=true": { + "model": "minecraft:block/acacia_button_pressed", + "y": 180 + }, + "face=floor,facing=west,powered=false": { + "model": "minecraft:block/acacia_button", + "y": 270 + }, + "face=floor,facing=west,powered=true": { + "model": "minecraft:block/acacia_button_pressed", + "y": 270 + }, + "face=wall,facing=east,powered=false": { + "model": "minecraft:block/acacia_button", + "y": 90, + "x": 90, + "uvlock": true + }, + "face=wall,facing=east,powered=true": { + "model": "minecraft:block/acacia_button_pressed", + "y": 90, + "x": 90, + "uvlock": true + }, + "face=wall,facing=north,powered=false": { + "model": "minecraft:block/acacia_button", + "x": 90, + "uvlock": true + }, + "face=wall,facing=north,powered=true": { + "model": "minecraft:block/acacia_button_pressed", + "x": 90, + "uvlock": true + }, + "face=wall,facing=south,powered=false": { + "model": "minecraft:block/acacia_button", + "y": 180, + "x": 90, + "uvlock": true + }, + "face=wall,facing=south,powered=true": { + "model": "minecraft:block/acacia_button_pressed", + "y": 180, + "x": 90, + "uvlock": true + }, + "face=wall,facing=west,powered=false": { + "model": "minecraft:block/acacia_button", + "y": 270, + "x": 90, + "uvlock": true + }, + "face=wall,facing=west,powered=true": { + "model": "minecraft:block/acacia_button_pressed", + "y": 270, + "x": 90, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/acacia_door.json b/1.16.5/assets/minecraft/blockstates/acacia_door.json new file mode 100644 index 00000000..fde42a7f --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/acacia_door.json @@ -0,0 +1,124 @@ +{ + "variants": { + "facing=east,half=lower,hinge=left,open=false": { + "model": "minecraft:block/acacia_door_bottom" + }, + "facing=east,half=lower,hinge=left,open=true": { + "model": "minecraft:block/acacia_door_bottom_hinge", + "y": 90 + }, + "facing=east,half=lower,hinge=right,open=false": { + "model": "minecraft:block/acacia_door_bottom_hinge" + }, + "facing=east,half=lower,hinge=right,open=true": { + "model": "minecraft:block/acacia_door_bottom", + "y": 270 + }, + "facing=east,half=upper,hinge=left,open=false": { + "model": "minecraft:block/acacia_door_top" + }, + "facing=east,half=upper,hinge=left,open=true": { + "model": "minecraft:block/acacia_door_top_hinge", + "y": 90 + }, + "facing=east,half=upper,hinge=right,open=false": { + "model": "minecraft:block/acacia_door_top_hinge" + }, + "facing=east,half=upper,hinge=right,open=true": { + "model": "minecraft:block/acacia_door_top", + "y": 270 + }, + "facing=north,half=lower,hinge=left,open=false": { + "model": "minecraft:block/acacia_door_bottom", + "y": 270 + }, + "facing=north,half=lower,hinge=left,open=true": { + "model": "minecraft:block/acacia_door_bottom_hinge" + }, + "facing=north,half=lower,hinge=right,open=false": { + "model": "minecraft:block/acacia_door_bottom_hinge", + "y": 270 + }, + "facing=north,half=lower,hinge=right,open=true": { + "model": "minecraft:block/acacia_door_bottom", + "y": 180 + }, + "facing=north,half=upper,hinge=left,open=false": { + "model": "minecraft:block/acacia_door_top", + "y": 270 + }, + "facing=north,half=upper,hinge=left,open=true": { + "model": "minecraft:block/acacia_door_top_hinge" + }, + "facing=north,half=upper,hinge=right,open=false": { + "model": "minecraft:block/acacia_door_top_hinge", + "y": 270 + }, + "facing=north,half=upper,hinge=right,open=true": { + "model": "minecraft:block/acacia_door_top", + "y": 180 + }, + "facing=south,half=lower,hinge=left,open=false": { + "model": "minecraft:block/acacia_door_bottom", + "y": 90 + }, + "facing=south,half=lower,hinge=left,open=true": { + "model": "minecraft:block/acacia_door_bottom_hinge", + "y": 180 + }, + "facing=south,half=lower,hinge=right,open=false": { + "model": "minecraft:block/acacia_door_bottom_hinge", + "y": 90 + }, + "facing=south,half=lower,hinge=right,open=true": { + "model": "minecraft:block/acacia_door_bottom" + }, + "facing=south,half=upper,hinge=left,open=false": { + "model": "minecraft:block/acacia_door_top", + "y": 90 + }, + "facing=south,half=upper,hinge=left,open=true": { + "model": "minecraft:block/acacia_door_top_hinge", + "y": 180 + }, + "facing=south,half=upper,hinge=right,open=false": { + "model": "minecraft:block/acacia_door_top_hinge", + "y": 90 + }, + "facing=south,half=upper,hinge=right,open=true": { + "model": "minecraft:block/acacia_door_top" + }, + "facing=west,half=lower,hinge=left,open=false": { + "model": "minecraft:block/acacia_door_bottom", + "y": 180 + }, + "facing=west,half=lower,hinge=left,open=true": { + "model": "minecraft:block/acacia_door_bottom_hinge", + "y": 270 + }, + "facing=west,half=lower,hinge=right,open=false": { + "model": "minecraft:block/acacia_door_bottom_hinge", + "y": 180 + }, + "facing=west,half=lower,hinge=right,open=true": { + "model": "minecraft:block/acacia_door_bottom", + "y": 90 + }, + "facing=west,half=upper,hinge=left,open=false": { + "model": "minecraft:block/acacia_door_top", + "y": 180 + }, + "facing=west,half=upper,hinge=left,open=true": { + "model": "minecraft:block/acacia_door_top_hinge", + "y": 270 + }, + "facing=west,half=upper,hinge=right,open=false": { + "model": "minecraft:block/acacia_door_top_hinge", + "y": 180 + }, + "facing=west,half=upper,hinge=right,open=true": { + "model": "minecraft:block/acacia_door_top", + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/acacia_fence.json b/1.16.5/assets/minecraft/blockstates/acacia_fence.json new file mode 100644 index 00000000..5690ffa7 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/acacia_fence.json @@ -0,0 +1,48 @@ +{ + "multipart": [ + { + "apply": { + "model": "minecraft:block/acacia_fence_post" + } + }, + { + "when": { + "north": "true" + }, + "apply": { + "model": "minecraft:block/acacia_fence_side", + "uvlock": true + } + }, + { + "when": { + "east": "true" + }, + "apply": { + "model": "minecraft:block/acacia_fence_side", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "true" + }, + "apply": { + "model": "minecraft:block/acacia_fence_side", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "true" + }, + "apply": { + "model": "minecraft:block/acacia_fence_side", + "y": 270, + "uvlock": true + } + } + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/acacia_fence_gate.json b/1.16.5/assets/minecraft/blockstates/acacia_fence_gate.json new file mode 100644 index 00000000..a6d36764 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/acacia_fence_gate.json @@ -0,0 +1,80 @@ +{ + "variants": { + "facing=east,in_wall=false,open=false": { + "uvlock": true, + "y": 270, + "model": "minecraft:block/acacia_fence_gate" + }, + "facing=east,in_wall=false,open=true": { + "uvlock": true, + "y": 270, + "model": "minecraft:block/acacia_fence_gate_open" + }, + "facing=east,in_wall=true,open=false": { + "uvlock": true, + "y": 270, + "model": "minecraft:block/acacia_fence_gate_wall" + }, + "facing=east,in_wall=true,open=true": { + "uvlock": true, + "y": 270, + "model": "minecraft:block/acacia_fence_gate_wall_open" + }, + "facing=north,in_wall=false,open=false": { + "uvlock": true, + "y": 180, + "model": "minecraft:block/acacia_fence_gate" + }, + "facing=north,in_wall=false,open=true": { + "uvlock": true, + "y": 180, + "model": "minecraft:block/acacia_fence_gate_open" + }, + "facing=north,in_wall=true,open=false": { + "uvlock": true, + "y": 180, + "model": "minecraft:block/acacia_fence_gate_wall" + }, + "facing=north,in_wall=true,open=true": { + "uvlock": true, + "y": 180, + "model": "minecraft:block/acacia_fence_gate_wall_open" + }, + "facing=south,in_wall=false,open=false": { + "uvlock": true, + "model": "minecraft:block/acacia_fence_gate" + }, + "facing=south,in_wall=false,open=true": { + "uvlock": true, + "model": "minecraft:block/acacia_fence_gate_open" + }, + "facing=south,in_wall=true,open=false": { + "uvlock": true, + "model": "minecraft:block/acacia_fence_gate_wall" + }, + "facing=south,in_wall=true,open=true": { + "uvlock": true, + "model": "minecraft:block/acacia_fence_gate_wall_open" + }, + "facing=west,in_wall=false,open=false": { + "uvlock": true, + "y": 90, + "model": "minecraft:block/acacia_fence_gate" + }, + "facing=west,in_wall=false,open=true": { + "uvlock": true, + "y": 90, + "model": "minecraft:block/acacia_fence_gate_open" + }, + "facing=west,in_wall=true,open=false": { + "uvlock": true, + "y": 90, + "model": "minecraft:block/acacia_fence_gate_wall" + }, + "facing=west,in_wall=true,open=true": { + "uvlock": true, + "y": 90, + "model": "minecraft:block/acacia_fence_gate_wall_open" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/acacia_leaves.json b/1.16.5/assets/minecraft/blockstates/acacia_leaves.json new file mode 100644 index 00000000..0d99aafa --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/acacia_leaves.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/acacia_leaves" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/acacia_log.json b/1.16.5/assets/minecraft/blockstates/acacia_log.json new file mode 100644 index 00000000..97c6b502 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/acacia_log.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/acacia_log_horizontal", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/acacia_log" + }, + "axis=z": { + "model": "minecraft:block/acacia_log_horizontal", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/acacia_planks.json b/1.16.5/assets/minecraft/blockstates/acacia_planks.json new file mode 100644 index 00000000..529c1609 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/acacia_planks.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/acacia_planks" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/acacia_pressure_plate.json b/1.16.5/assets/minecraft/blockstates/acacia_pressure_plate.json new file mode 100644 index 00000000..6572988b --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/acacia_pressure_plate.json @@ -0,0 +1,10 @@ +{ + "variants": { + "powered=false": { + "model": "minecraft:block/acacia_pressure_plate" + }, + "powered=true": { + "model": "minecraft:block/acacia_pressure_plate_down" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/acacia_sapling.json b/1.16.5/assets/minecraft/blockstates/acacia_sapling.json new file mode 100644 index 00000000..8f2fec96 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/acacia_sapling.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/acacia_sapling" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/acacia_sign.json b/1.16.5/assets/minecraft/blockstates/acacia_sign.json new file mode 100644 index 00000000..c663452f --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/acacia_sign.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/acacia_sign" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/acacia_slab.json b/1.16.5/assets/minecraft/blockstates/acacia_slab.json new file mode 100644 index 00000000..4816cdb8 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/acacia_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/acacia_slab" + }, + "type=double": { + "model": "minecraft:block/acacia_planks" + }, + "type=top": { + "model": "minecraft:block/acacia_slab_top" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/acacia_stairs.json b/1.16.5/assets/minecraft/blockstates/acacia_stairs.json new file mode 100644 index 00000000..9efd77fd --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/acacia_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/acacia_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/acacia_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/acacia_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/acacia_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/acacia_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/acacia_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/acacia_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/acacia_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/acacia_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/acacia_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/acacia_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/acacia_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/acacia_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/acacia_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/acacia_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/acacia_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/acacia_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/acacia_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/acacia_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/acacia_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/acacia_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/acacia_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/acacia_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/acacia_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/acacia_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/acacia_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/acacia_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/acacia_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/acacia_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/acacia_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/acacia_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/acacia_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/acacia_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/acacia_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/acacia_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/acacia_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/acacia_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/acacia_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/acacia_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/acacia_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/acacia_trapdoor.json b/1.16.5/assets/minecraft/blockstates/acacia_trapdoor.json new file mode 100644 index 00000000..b91b2fc0 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/acacia_trapdoor.json @@ -0,0 +1,69 @@ +{ + "variants": { + "facing=east,half=bottom,open=false": { + "model": "minecraft:block/acacia_trapdoor_bottom", + "y": 90 + }, + "facing=east,half=bottom,open=true": { + "model": "minecraft:block/acacia_trapdoor_open", + "y": 90 + }, + "facing=east,half=top,open=false": { + "model": "minecraft:block/acacia_trapdoor_top", + "y": 90 + }, + "facing=east,half=top,open=true": { + "model": "minecraft:block/acacia_trapdoor_open", + "x": 180, + "y": 270 + }, + "facing=north,half=bottom,open=false": { + "model": "minecraft:block/acacia_trapdoor_bottom" + }, + "facing=north,half=bottom,open=true": { + "model": "minecraft:block/acacia_trapdoor_open" + }, + "facing=north,half=top,open=false": { + "model": "minecraft:block/acacia_trapdoor_top" + }, + "facing=north,half=top,open=true": { + "model": "minecraft:block/acacia_trapdoor_open", + "x": 180, + "y": 180 + }, + "facing=south,half=bottom,open=false": { + "model": "minecraft:block/acacia_trapdoor_bottom", + "y": 180 + }, + "facing=south,half=bottom,open=true": { + "model": "minecraft:block/acacia_trapdoor_open", + "y": 180 + }, + "facing=south,half=top,open=false": { + "model": "minecraft:block/acacia_trapdoor_top", + "y": 180 + }, + "facing=south,half=top,open=true": { + "model": "minecraft:block/acacia_trapdoor_open", + "x": 180, + "y": 0 + }, + "facing=west,half=bottom,open=false": { + "model": "minecraft:block/acacia_trapdoor_bottom", + "y": 270 + }, + "facing=west,half=bottom,open=true": { + "model": "minecraft:block/acacia_trapdoor_open", + "y": 270 + }, + "facing=west,half=top,open=false": { + "model": "minecraft:block/acacia_trapdoor_top", + "y": 270 + }, + "facing=west,half=top,open=true": { + "model": "minecraft:block/acacia_trapdoor_open", + "x": 180, + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/acacia_wall_sign.json b/1.16.5/assets/minecraft/blockstates/acacia_wall_sign.json new file mode 100644 index 00000000..c663452f --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/acacia_wall_sign.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/acacia_sign" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/acacia_wood.json b/1.16.5/assets/minecraft/blockstates/acacia_wood.json new file mode 100644 index 00000000..f064d5c6 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/acacia_wood.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/acacia_wood", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/acacia_wood" + }, + "axis=z": { + "model": "minecraft:block/acacia_wood", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/activator_rail.json b/1.16.5/assets/minecraft/blockstates/activator_rail.json new file mode 100644 index 00000000..5c5354b5 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/activator_rail.json @@ -0,0 +1,46 @@ +{ + "variants": { + "powered=false,shape=ascending_east": { + "model": "minecraft:block/activator_rail_raised_ne", + "y": 90 + }, + "powered=false,shape=ascending_north": { + "model": "minecraft:block/activator_rail_raised_ne" + }, + "powered=false,shape=ascending_south": { + "model": "minecraft:block/activator_rail_raised_sw" + }, + "powered=false,shape=ascending_west": { + "model": "minecraft:block/activator_rail_raised_sw", + "y": 90 + }, + "powered=false,shape=east_west": { + "model": "minecraft:block/activator_rail", + "y": 90 + }, + "powered=false,shape=north_south": { + "model": "minecraft:block/activator_rail" + }, + "powered=true,shape=ascending_east": { + "model": "minecraft:block/activator_rail_on_raised_ne", + "y": 90 + }, + "powered=true,shape=ascending_north": { + "model": "minecraft:block/activator_rail_on_raised_ne" + }, + "powered=true,shape=ascending_south": { + "model": "minecraft:block/activator_rail_on_raised_sw" + }, + "powered=true,shape=ascending_west": { + "model": "minecraft:block/activator_rail_on_raised_sw", + "y": 90 + }, + "powered=true,shape=east_west": { + "model": "minecraft:block/activator_rail_on", + "y": 90 + }, + "powered=true,shape=north_south": { + "model": "minecraft:block/activator_rail_on" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/air.json b/1.16.5/assets/minecraft/blockstates/air.json new file mode 100644 index 00000000..2c8f02f0 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/air.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/air" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/allium.json b/1.16.5/assets/minecraft/blockstates/allium.json new file mode 100644 index 00000000..6c0aa835 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/allium.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/allium" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/ancient_debris.json b/1.16.5/assets/minecraft/blockstates/ancient_debris.json new file mode 100644 index 00000000..dd6b0594 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/ancient_debris.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/ancient_debris" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/andesite.json b/1.16.5/assets/minecraft/blockstates/andesite.json new file mode 100644 index 00000000..8248d30d --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/andesite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/andesite" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/andesite_slab.json b/1.16.5/assets/minecraft/blockstates/andesite_slab.json new file mode 100644 index 00000000..9afe0305 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/andesite_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/andesite_slab" + }, + "type=double": { + "model": "minecraft:block/andesite" + }, + "type=top": { + "model": "minecraft:block/andesite_slab_top" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/andesite_stairs.json b/1.16.5/assets/minecraft/blockstates/andesite_stairs.json new file mode 100644 index 00000000..009fcef1 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/andesite_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/andesite_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/andesite_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/andesite_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/andesite_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/andesite_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/andesite_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/andesite_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/andesite_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/andesite_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/andesite_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/andesite_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/andesite_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/andesite_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/andesite_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/andesite_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/andesite_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/andesite_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/andesite_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/andesite_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/andesite_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/andesite_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/andesite_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/andesite_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/andesite_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/andesite_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/andesite_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/andesite_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/andesite_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/andesite_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/andesite_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/andesite_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/andesite_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/andesite_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/andesite_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/andesite_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/andesite_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/andesite_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/andesite_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/andesite_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/andesite_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/andesite_wall.json b/1.16.5/assets/minecraft/blockstates/andesite_wall.json new file mode 100644 index 00000000..46a1445e --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/andesite_wall.json @@ -0,0 +1,90 @@ +{ + "multipart": [ + { + "when": { + "up": "true" + }, + "apply": { + "model": "minecraft:block/andesite_wall_post" + } + }, + { + "when": { + "north": "low" + }, + "apply": { + "model": "minecraft:block/andesite_wall_side", + "uvlock": true + } + }, + { + "when": { + "east": "low" + }, + "apply": { + "model": "minecraft:block/andesite_wall_side", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "low" + }, + "apply": { + "model": "minecraft:block/andesite_wall_side", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "low" + }, + "apply": { + "model": "minecraft:block/andesite_wall_side", + "y": 270, + "uvlock": true + } + }, + { + "when": { + "north": "tall" + }, + "apply": { + "model": "minecraft:block/andesite_wall_side_tall", + "uvlock": true + } + }, + { + "when": { + "east": "tall" + }, + "apply": { + "model": "minecraft:block/andesite_wall_side_tall", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "tall" + }, + "apply": { + "model": "minecraft:block/andesite_wall_side_tall", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "tall" + }, + "apply": { + "model": "minecraft:block/andesite_wall_side_tall", + "y": 270, + "uvlock": true + } + } + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/anvil.json b/1.16.5/assets/minecraft/blockstates/anvil.json new file mode 100644 index 00000000..16586bb3 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/anvil.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/anvil", + "y": 270 + }, + "facing=north": { + "model": "minecraft:block/anvil", + "y": 180 + }, + "facing=south": { + "model": "minecraft:block/anvil" + }, + "facing=west": { + "model": "minecraft:block/anvil", + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/attached_melon_stem.json b/1.16.5/assets/minecraft/blockstates/attached_melon_stem.json new file mode 100644 index 00000000..bc8c0345 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/attached_melon_stem.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/attached_melon_stem", + "y": 180 + }, + "facing=north": { + "model": "minecraft:block/attached_melon_stem", + "y": 90 + }, + "facing=south": { + "model": "minecraft:block/attached_melon_stem", + "y": 270 + }, + "facing=west": { + "model": "minecraft:block/attached_melon_stem" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/attached_pumpkin_stem.json b/1.16.5/assets/minecraft/blockstates/attached_pumpkin_stem.json new file mode 100644 index 00000000..1324bcd8 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/attached_pumpkin_stem.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/attached_pumpkin_stem", + "y": 180 + }, + "facing=north": { + "model": "minecraft:block/attached_pumpkin_stem", + "y": 90 + }, + "facing=south": { + "model": "minecraft:block/attached_pumpkin_stem", + "y": 270 + }, + "facing=west": { + "model": "minecraft:block/attached_pumpkin_stem" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/azure_bluet.json b/1.16.5/assets/minecraft/blockstates/azure_bluet.json new file mode 100644 index 00000000..ddea5056 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/azure_bluet.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/azure_bluet" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/bamboo.json b/1.16.5/assets/minecraft/blockstates/bamboo.json new file mode 100644 index 00000000..ab5e7172 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/bamboo.json @@ -0,0 +1,58 @@ +{ + "multipart": [ + { + "when": { + "age": "0" + }, + "apply": [ + { + "model": "minecraft:block/bamboo1_age0" + }, + { + "model": "minecraft:block/bamboo2_age0" + }, + { + "model": "minecraft:block/bamboo3_age0" + }, + { + "model": "minecraft:block/bamboo4_age0" + } + ] + }, + { + "when": { + "age": "1" + }, + "apply": [ + { + "model": "minecraft:block/bamboo1_age1" + }, + { + "model": "minecraft:block/bamboo2_age1" + }, + { + "model": "minecraft:block/bamboo3_age1" + }, + { + "model": "minecraft:block/bamboo4_age1" + } + ] + }, + { + "when": { + "leaves": "small" + }, + "apply": { + "model": "minecraft:block/bamboo_small_leaves" + } + }, + { + "when": { + "leaves": "large" + }, + "apply": { + "model": "minecraft:block/bamboo_large_leaves" + } + } + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/bamboo_sapling.json b/1.16.5/assets/minecraft/blockstates/bamboo_sapling.json new file mode 100644 index 00000000..b16a0c27 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/bamboo_sapling.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/bamboo_sapling" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/barrel.json b/1.16.5/assets/minecraft/blockstates/barrel.json new file mode 100644 index 00000000..84860e74 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/barrel.json @@ -0,0 +1,56 @@ +{ + "variants": { + "facing=down,open=false": { + "x": 180, + "model": "minecraft:block/barrel" + }, + "facing=down,open=true": { + "x": 180, + "model": "minecraft:block/barrel_open" + }, + "facing=east,open=false": { + "x": 90, + "y": 90, + "model": "minecraft:block/barrel" + }, + "facing=east,open=true": { + "x": 90, + "y": 90, + "model": "minecraft:block/barrel_open" + }, + "facing=north,open=false": { + "x": 90, + "model": "minecraft:block/barrel" + }, + "facing=north,open=true": { + "x": 90, + "model": "minecraft:block/barrel_open" + }, + "facing=south,open=false": { + "x": 90, + "y": 180, + "model": "minecraft:block/barrel" + }, + "facing=south,open=true": { + "x": 90, + "y": 180, + "model": "minecraft:block/barrel_open" + }, + "facing=up,open=false": { + "model": "minecraft:block/barrel" + }, + "facing=up,open=true": { + "model": "minecraft:block/barrel_open" + }, + "facing=west,open=false": { + "x": 90, + "y": 270, + "model": "minecraft:block/barrel" + }, + "facing=west,open=true": { + "x": 90, + "y": 270, + "model": "minecraft:block/barrel_open" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/barrier.json b/1.16.5/assets/minecraft/blockstates/barrier.json new file mode 100644 index 00000000..a8194d26 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/barrier.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/barrier" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/basalt.json b/1.16.5/assets/minecraft/blockstates/basalt.json new file mode 100644 index 00000000..12bc2d6a --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/basalt.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/basalt", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/basalt" + }, + "axis=z": { + "model": "minecraft:block/basalt", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/beacon.json b/1.16.5/assets/minecraft/blockstates/beacon.json new file mode 100644 index 00000000..dc3a36b1 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/beacon.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/beacon" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/bedrock.json b/1.16.5/assets/minecraft/blockstates/bedrock.json new file mode 100644 index 00000000..cb107bd0 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/bedrock.json @@ -0,0 +1,20 @@ +{ + "variants": { + "": [ + { + "model": "minecraft:block/bedrock" + }, + { + "model": "minecraft:block/bedrock_mirrored" + }, + { + "model": "minecraft:block/bedrock", + "y": 180 + }, + { + "model": "minecraft:block/bedrock_mirrored", + "y": 180 + } + ] + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/bee_nest.json b/1.16.5/assets/minecraft/blockstates/bee_nest.json new file mode 100644 index 00000000..075509e2 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/bee_nest.json @@ -0,0 +1,94 @@ +{ + "variants": { + "facing=east,honey_level=0": { + "y": 90, + "model": "minecraft:block/bee_nest" + }, + "facing=east,honey_level=1": { + "y": 90, + "model": "minecraft:block/bee_nest" + }, + "facing=east,honey_level=2": { + "y": 90, + "model": "minecraft:block/bee_nest" + }, + "facing=east,honey_level=3": { + "y": 90, + "model": "minecraft:block/bee_nest" + }, + "facing=east,honey_level=4": { + "y": 90, + "model": "minecraft:block/bee_nest" + }, + "facing=east,honey_level=5": { + "y": 90, + "model": "minecraft:block/bee_nest_honey" + }, + "facing=north,honey_level=0": { + "model": "minecraft:block/bee_nest" + }, + "facing=north,honey_level=1": { + "model": "minecraft:block/bee_nest" + }, + "facing=north,honey_level=2": { + "model": "minecraft:block/bee_nest" + }, + "facing=north,honey_level=3": { + "model": "minecraft:block/bee_nest" + }, + "facing=north,honey_level=4": { + "model": "minecraft:block/bee_nest" + }, + "facing=north,honey_level=5": { + "model": "minecraft:block/bee_nest_honey" + }, + "facing=south,honey_level=0": { + "y": 180, + "model": "minecraft:block/bee_nest" + }, + "facing=south,honey_level=1": { + "y": 180, + "model": "minecraft:block/bee_nest" + }, + "facing=south,honey_level=2": { + "y": 180, + "model": "minecraft:block/bee_nest" + }, + "facing=south,honey_level=3": { + "y": 180, + "model": "minecraft:block/bee_nest" + }, + "facing=south,honey_level=4": { + "y": 180, + "model": "minecraft:block/bee_nest" + }, + "facing=south,honey_level=5": { + "y": 180, + "model": "minecraft:block/bee_nest_honey" + }, + "facing=west,honey_level=0": { + "y": 270, + "model": "minecraft:block/bee_nest" + }, + "facing=west,honey_level=1": { + "y": 270, + "model": "minecraft:block/bee_nest" + }, + "facing=west,honey_level=2": { + "y": 270, + "model": "minecraft:block/bee_nest" + }, + "facing=west,honey_level=3": { + "y": 270, + "model": "minecraft:block/bee_nest" + }, + "facing=west,honey_level=4": { + "y": 270, + "model": "minecraft:block/bee_nest" + }, + "facing=west,honey_level=5": { + "y": 270, + "model": "minecraft:block/bee_nest_honey" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/beehive.json b/1.16.5/assets/minecraft/blockstates/beehive.json new file mode 100644 index 00000000..62173b7c --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/beehive.json @@ -0,0 +1,94 @@ +{ + "variants": { + "facing=east,honey_level=0": { + "y": 90, + "model": "minecraft:block/beehive" + }, + "facing=east,honey_level=1": { + "y": 90, + "model": "minecraft:block/beehive" + }, + "facing=east,honey_level=2": { + "y": 90, + "model": "minecraft:block/beehive" + }, + "facing=east,honey_level=3": { + "y": 90, + "model": "minecraft:block/beehive" + }, + "facing=east,honey_level=4": { + "y": 90, + "model": "minecraft:block/beehive" + }, + "facing=east,honey_level=5": { + "y": 90, + "model": "minecraft:block/beehive_honey" + }, + "facing=north,honey_level=0": { + "model": "minecraft:block/beehive" + }, + "facing=north,honey_level=1": { + "model": "minecraft:block/beehive" + }, + "facing=north,honey_level=2": { + "model": "minecraft:block/beehive" + }, + "facing=north,honey_level=3": { + "model": "minecraft:block/beehive" + }, + "facing=north,honey_level=4": { + "model": "minecraft:block/beehive" + }, + "facing=north,honey_level=5": { + "model": "minecraft:block/beehive_honey" + }, + "facing=south,honey_level=0": { + "y": 180, + "model": "minecraft:block/beehive" + }, + "facing=south,honey_level=1": { + "y": 180, + "model": "minecraft:block/beehive" + }, + "facing=south,honey_level=2": { + "y": 180, + "model": "minecraft:block/beehive" + }, + "facing=south,honey_level=3": { + "y": 180, + "model": "minecraft:block/beehive" + }, + "facing=south,honey_level=4": { + "y": 180, + "model": "minecraft:block/beehive" + }, + "facing=south,honey_level=5": { + "y": 180, + "model": "minecraft:block/beehive_honey" + }, + "facing=west,honey_level=0": { + "y": 270, + "model": "minecraft:block/beehive" + }, + "facing=west,honey_level=1": { + "y": 270, + "model": "minecraft:block/beehive" + }, + "facing=west,honey_level=2": { + "y": 270, + "model": "minecraft:block/beehive" + }, + "facing=west,honey_level=3": { + "y": 270, + "model": "minecraft:block/beehive" + }, + "facing=west,honey_level=4": { + "y": 270, + "model": "minecraft:block/beehive" + }, + "facing=west,honey_level=5": { + "y": 270, + "model": "minecraft:block/beehive_honey" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/beetroots.json b/1.16.5/assets/minecraft/blockstates/beetroots.json new file mode 100644 index 00000000..98e30758 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/beetroots.json @@ -0,0 +1,16 @@ +{ + "variants": { + "age=0": { + "model": "minecraft:block/beetroots_stage0" + }, + "age=1": { + "model": "minecraft:block/beetroots_stage1" + }, + "age=2": { + "model": "minecraft:block/beetroots_stage2" + }, + "age=3": { + "model": "minecraft:block/beetroots_stage3" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/bell.json b/1.16.5/assets/minecraft/blockstates/bell.json new file mode 100644 index 00000000..2af4b5dd --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/bell.json @@ -0,0 +1,64 @@ +{ + "variants": { + "attachment=ceiling,facing=east": { + "model": "minecraft:block/bell_ceiling", + "y": 90 + }, + "attachment=ceiling,facing=north": { + "model": "minecraft:block/bell_ceiling" + }, + "attachment=ceiling,facing=south": { + "model": "minecraft:block/bell_ceiling", + "y": 180 + }, + "attachment=ceiling,facing=west": { + "model": "minecraft:block/bell_ceiling", + "y": 270 + }, + "attachment=double_wall,facing=east": { + "model": "minecraft:block/bell_between_walls" + }, + "attachment=double_wall,facing=north": { + "model": "minecraft:block/bell_between_walls", + "y": 270 + }, + "attachment=double_wall,facing=south": { + "model": "minecraft:block/bell_between_walls", + "y": 90 + }, + "attachment=double_wall,facing=west": { + "model": "minecraft:block/bell_between_walls", + "y": 180 + }, + "attachment=floor,facing=east": { + "model": "minecraft:block/bell_floor", + "y": 90 + }, + "attachment=floor,facing=north": { + "model": "minecraft:block/bell_floor" + }, + "attachment=floor,facing=south": { + "model": "minecraft:block/bell_floor", + "y": 180 + }, + "attachment=floor,facing=west": { + "model": "minecraft:block/bell_floor", + "y": 270 + }, + "attachment=single_wall,facing=east": { + "model": "minecraft:block/bell_wall" + }, + "attachment=single_wall,facing=north": { + "model": "minecraft:block/bell_wall", + "y": 270 + }, + "attachment=single_wall,facing=south": { + "model": "minecraft:block/bell_wall", + "y": 90 + }, + "attachment=single_wall,facing=west": { + "model": "minecraft:block/bell_wall", + "y": 180 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/birch_button.json b/1.16.5/assets/minecraft/blockstates/birch_button.json new file mode 100644 index 00000000..89688e2a --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/birch_button.json @@ -0,0 +1,118 @@ +{ + "variants": { + "face=ceiling,facing=east,powered=false": { + "model": "minecraft:block/birch_button", + "y": 270, + "x": 180 + }, + "face=ceiling,facing=east,powered=true": { + "model": "minecraft:block/birch_button_pressed", + "y": 270, + "x": 180 + }, + "face=ceiling,facing=north,powered=false": { + "model": "minecraft:block/birch_button", + "y": 180, + "x": 180 + }, + "face=ceiling,facing=north,powered=true": { + "model": "minecraft:block/birch_button_pressed", + "y": 180, + "x": 180 + }, + "face=ceiling,facing=south,powered=false": { + "model": "minecraft:block/birch_button", + "x": 180 + }, + "face=ceiling,facing=south,powered=true": { + "model": "minecraft:block/birch_button_pressed", + "x": 180 + }, + "face=ceiling,facing=west,powered=false": { + "model": "minecraft:block/birch_button", + "y": 90, + "x": 180 + }, + "face=ceiling,facing=west,powered=true": { + "model": "minecraft:block/birch_button_pressed", + "y": 90, + "x": 180 + }, + "face=floor,facing=east,powered=false": { + "model": "minecraft:block/birch_button", + "y": 90 + }, + "face=floor,facing=east,powered=true": { + "model": "minecraft:block/birch_button_pressed", + "y": 90 + }, + "face=floor,facing=north,powered=false": { + "model": "minecraft:block/birch_button" + }, + "face=floor,facing=north,powered=true": { + "model": "minecraft:block/birch_button_pressed" + }, + "face=floor,facing=south,powered=false": { + "model": "minecraft:block/birch_button", + "y": 180 + }, + "face=floor,facing=south,powered=true": { + "model": "minecraft:block/birch_button_pressed", + "y": 180 + }, + "face=floor,facing=west,powered=false": { + "model": "minecraft:block/birch_button", + "y": 270 + }, + "face=floor,facing=west,powered=true": { + "model": "minecraft:block/birch_button_pressed", + "y": 270 + }, + "face=wall,facing=east,powered=false": { + "model": "minecraft:block/birch_button", + "y": 90, + "x": 90, + "uvlock": true + }, + "face=wall,facing=east,powered=true": { + "model": "minecraft:block/birch_button_pressed", + "y": 90, + "x": 90, + "uvlock": true + }, + "face=wall,facing=north,powered=false": { + "model": "minecraft:block/birch_button", + "x": 90, + "uvlock": true + }, + "face=wall,facing=north,powered=true": { + "model": "minecraft:block/birch_button_pressed", + "x": 90, + "uvlock": true + }, + "face=wall,facing=south,powered=false": { + "model": "minecraft:block/birch_button", + "y": 180, + "x": 90, + "uvlock": true + }, + "face=wall,facing=south,powered=true": { + "model": "minecraft:block/birch_button_pressed", + "y": 180, + "x": 90, + "uvlock": true + }, + "face=wall,facing=west,powered=false": { + "model": "minecraft:block/birch_button", + "y": 270, + "x": 90, + "uvlock": true + }, + "face=wall,facing=west,powered=true": { + "model": "minecraft:block/birch_button_pressed", + "y": 270, + "x": 90, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/birch_door.json b/1.16.5/assets/minecraft/blockstates/birch_door.json new file mode 100644 index 00000000..8cfa8b3c --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/birch_door.json @@ -0,0 +1,124 @@ +{ + "variants": { + "facing=east,half=lower,hinge=left,open=false": { + "model": "minecraft:block/birch_door_bottom" + }, + "facing=east,half=lower,hinge=left,open=true": { + "model": "minecraft:block/birch_door_bottom_hinge", + "y": 90 + }, + "facing=east,half=lower,hinge=right,open=false": { + "model": "minecraft:block/birch_door_bottom_hinge" + }, + "facing=east,half=lower,hinge=right,open=true": { + "model": "minecraft:block/birch_door_bottom", + "y": 270 + }, + "facing=east,half=upper,hinge=left,open=false": { + "model": "minecraft:block/birch_door_top" + }, + "facing=east,half=upper,hinge=left,open=true": { + "model": "minecraft:block/birch_door_top_hinge", + "y": 90 + }, + "facing=east,half=upper,hinge=right,open=false": { + "model": "minecraft:block/birch_door_top_hinge" + }, + "facing=east,half=upper,hinge=right,open=true": { + "model": "minecraft:block/birch_door_top", + "y": 270 + }, + "facing=north,half=lower,hinge=left,open=false": { + "model": "minecraft:block/birch_door_bottom", + "y": 270 + }, + "facing=north,half=lower,hinge=left,open=true": { + "model": "minecraft:block/birch_door_bottom_hinge" + }, + "facing=north,half=lower,hinge=right,open=false": { + "model": "minecraft:block/birch_door_bottom_hinge", + "y": 270 + }, + "facing=north,half=lower,hinge=right,open=true": { + "model": "minecraft:block/birch_door_bottom", + "y": 180 + }, + "facing=north,half=upper,hinge=left,open=false": { + "model": "minecraft:block/birch_door_top", + "y": 270 + }, + "facing=north,half=upper,hinge=left,open=true": { + "model": "minecraft:block/birch_door_top_hinge" + }, + "facing=north,half=upper,hinge=right,open=false": { + "model": "minecraft:block/birch_door_top_hinge", + "y": 270 + }, + "facing=north,half=upper,hinge=right,open=true": { + "model": "minecraft:block/birch_door_top", + "y": 180 + }, + "facing=south,half=lower,hinge=left,open=false": { + "model": "minecraft:block/birch_door_bottom", + "y": 90 + }, + "facing=south,half=lower,hinge=left,open=true": { + "model": "minecraft:block/birch_door_bottom_hinge", + "y": 180 + }, + "facing=south,half=lower,hinge=right,open=false": { + "model": "minecraft:block/birch_door_bottom_hinge", + "y": 90 + }, + "facing=south,half=lower,hinge=right,open=true": { + "model": "minecraft:block/birch_door_bottom" + }, + "facing=south,half=upper,hinge=left,open=false": { + "model": "minecraft:block/birch_door_top", + "y": 90 + }, + "facing=south,half=upper,hinge=left,open=true": { + "model": "minecraft:block/birch_door_top_hinge", + "y": 180 + }, + "facing=south,half=upper,hinge=right,open=false": { + "model": "minecraft:block/birch_door_top_hinge", + "y": 90 + }, + "facing=south,half=upper,hinge=right,open=true": { + "model": "minecraft:block/birch_door_top" + }, + "facing=west,half=lower,hinge=left,open=false": { + "model": "minecraft:block/birch_door_bottom", + "y": 180 + }, + "facing=west,half=lower,hinge=left,open=true": { + "model": "minecraft:block/birch_door_bottom_hinge", + "y": 270 + }, + "facing=west,half=lower,hinge=right,open=false": { + "model": "minecraft:block/birch_door_bottom_hinge", + "y": 180 + }, + "facing=west,half=lower,hinge=right,open=true": { + "model": "minecraft:block/birch_door_bottom", + "y": 90 + }, + "facing=west,half=upper,hinge=left,open=false": { + "model": "minecraft:block/birch_door_top", + "y": 180 + }, + "facing=west,half=upper,hinge=left,open=true": { + "model": "minecraft:block/birch_door_top_hinge", + "y": 270 + }, + "facing=west,half=upper,hinge=right,open=false": { + "model": "minecraft:block/birch_door_top_hinge", + "y": 180 + }, + "facing=west,half=upper,hinge=right,open=true": { + "model": "minecraft:block/birch_door_top", + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/birch_fence.json b/1.16.5/assets/minecraft/blockstates/birch_fence.json new file mode 100644 index 00000000..abf75e62 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/birch_fence.json @@ -0,0 +1,48 @@ +{ + "multipart": [ + { + "apply": { + "model": "minecraft:block/birch_fence_post" + } + }, + { + "when": { + "north": "true" + }, + "apply": { + "model": "minecraft:block/birch_fence_side", + "uvlock": true + } + }, + { + "when": { + "east": "true" + }, + "apply": { + "model": "minecraft:block/birch_fence_side", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "true" + }, + "apply": { + "model": "minecraft:block/birch_fence_side", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "true" + }, + "apply": { + "model": "minecraft:block/birch_fence_side", + "y": 270, + "uvlock": true + } + } + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/birch_fence_gate.json b/1.16.5/assets/minecraft/blockstates/birch_fence_gate.json new file mode 100644 index 00000000..f156f19e --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/birch_fence_gate.json @@ -0,0 +1,80 @@ +{ + "variants": { + "facing=east,in_wall=false,open=false": { + "uvlock": true, + "y": 270, + "model": "minecraft:block/birch_fence_gate" + }, + "facing=east,in_wall=false,open=true": { + "uvlock": true, + "y": 270, + "model": "minecraft:block/birch_fence_gate_open" + }, + "facing=east,in_wall=true,open=false": { + "uvlock": true, + "y": 270, + "model": "minecraft:block/birch_fence_gate_wall" + }, + "facing=east,in_wall=true,open=true": { + "uvlock": true, + "y": 270, + "model": "minecraft:block/birch_fence_gate_wall_open" + }, + "facing=north,in_wall=false,open=false": { + "uvlock": true, + "y": 180, + "model": "minecraft:block/birch_fence_gate" + }, + "facing=north,in_wall=false,open=true": { + "uvlock": true, + "y": 180, + "model": "minecraft:block/birch_fence_gate_open" + }, + "facing=north,in_wall=true,open=false": { + "uvlock": true, + "y": 180, + "model": "minecraft:block/birch_fence_gate_wall" + }, + "facing=north,in_wall=true,open=true": { + "uvlock": true, + "y": 180, + "model": "minecraft:block/birch_fence_gate_wall_open" + }, + "facing=south,in_wall=false,open=false": { + "uvlock": true, + "model": "minecraft:block/birch_fence_gate" + }, + "facing=south,in_wall=false,open=true": { + "uvlock": true, + "model": "minecraft:block/birch_fence_gate_open" + }, + "facing=south,in_wall=true,open=false": { + "uvlock": true, + "model": "minecraft:block/birch_fence_gate_wall" + }, + "facing=south,in_wall=true,open=true": { + "uvlock": true, + "model": "minecraft:block/birch_fence_gate_wall_open" + }, + "facing=west,in_wall=false,open=false": { + "uvlock": true, + "y": 90, + "model": "minecraft:block/birch_fence_gate" + }, + "facing=west,in_wall=false,open=true": { + "uvlock": true, + "y": 90, + "model": "minecraft:block/birch_fence_gate_open" + }, + "facing=west,in_wall=true,open=false": { + "uvlock": true, + "y": 90, + "model": "minecraft:block/birch_fence_gate_wall" + }, + "facing=west,in_wall=true,open=true": { + "uvlock": true, + "y": 90, + "model": "minecraft:block/birch_fence_gate_wall_open" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/birch_leaves.json b/1.16.5/assets/minecraft/blockstates/birch_leaves.json new file mode 100644 index 00000000..45a5921d --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/birch_leaves.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/birch_leaves" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/birch_log.json b/1.16.5/assets/minecraft/blockstates/birch_log.json new file mode 100644 index 00000000..24ba8da3 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/birch_log.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/birch_log_horizontal", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/birch_log" + }, + "axis=z": { + "model": "minecraft:block/birch_log_horizontal", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/birch_planks.json b/1.16.5/assets/minecraft/blockstates/birch_planks.json new file mode 100644 index 00000000..b5b2e8dc --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/birch_planks.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/birch_planks" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/birch_pressure_plate.json b/1.16.5/assets/minecraft/blockstates/birch_pressure_plate.json new file mode 100644 index 00000000..0f5fb7a4 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/birch_pressure_plate.json @@ -0,0 +1,10 @@ +{ + "variants": { + "powered=false": { + "model": "minecraft:block/birch_pressure_plate" + }, + "powered=true": { + "model": "minecraft:block/birch_pressure_plate_down" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/birch_sapling.json b/1.16.5/assets/minecraft/blockstates/birch_sapling.json new file mode 100644 index 00000000..10737054 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/birch_sapling.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/birch_sapling" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/birch_sign.json b/1.16.5/assets/minecraft/blockstates/birch_sign.json new file mode 100644 index 00000000..dec6f07d --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/birch_sign.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/birch_sign" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/birch_slab.json b/1.16.5/assets/minecraft/blockstates/birch_slab.json new file mode 100644 index 00000000..28e4f33d --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/birch_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/birch_slab" + }, + "type=double": { + "model": "minecraft:block/birch_planks" + }, + "type=top": { + "model": "minecraft:block/birch_slab_top" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/birch_stairs.json b/1.16.5/assets/minecraft/blockstates/birch_stairs.json new file mode 100644 index 00000000..4f6545d9 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/birch_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/birch_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/birch_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/birch_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/birch_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/birch_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/birch_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/birch_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/birch_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/birch_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/birch_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/birch_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/birch_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/birch_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/birch_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/birch_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/birch_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/birch_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/birch_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/birch_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/birch_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/birch_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/birch_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/birch_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/birch_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/birch_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/birch_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/birch_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/birch_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/birch_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/birch_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/birch_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/birch_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/birch_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/birch_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/birch_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/birch_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/birch_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/birch_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/birch_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/birch_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/birch_trapdoor.json b/1.16.5/assets/minecraft/blockstates/birch_trapdoor.json new file mode 100644 index 00000000..47b471d6 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/birch_trapdoor.json @@ -0,0 +1,69 @@ +{ + "variants": { + "facing=east,half=bottom,open=false": { + "model": "minecraft:block/birch_trapdoor_bottom", + "y": 90 + }, + "facing=east,half=bottom,open=true": { + "model": "minecraft:block/birch_trapdoor_open", + "y": 90 + }, + "facing=east,half=top,open=false": { + "model": "minecraft:block/birch_trapdoor_top", + "y": 90 + }, + "facing=east,half=top,open=true": { + "model": "minecraft:block/birch_trapdoor_open", + "x": 180, + "y": 270 + }, + "facing=north,half=bottom,open=false": { + "model": "minecraft:block/birch_trapdoor_bottom" + }, + "facing=north,half=bottom,open=true": { + "model": "minecraft:block/birch_trapdoor_open" + }, + "facing=north,half=top,open=false": { + "model": "minecraft:block/birch_trapdoor_top" + }, + "facing=north,half=top,open=true": { + "model": "minecraft:block/birch_trapdoor_open", + "x": 180, + "y": 180 + }, + "facing=south,half=bottom,open=false": { + "model": "minecraft:block/birch_trapdoor_bottom", + "y": 180 + }, + "facing=south,half=bottom,open=true": { + "model": "minecraft:block/birch_trapdoor_open", + "y": 180 + }, + "facing=south,half=top,open=false": { + "model": "minecraft:block/birch_trapdoor_top", + "y": 180 + }, + "facing=south,half=top,open=true": { + "model": "minecraft:block/birch_trapdoor_open", + "x": 180, + "y": 0 + }, + "facing=west,half=bottom,open=false": { + "model": "minecraft:block/birch_trapdoor_bottom", + "y": 270 + }, + "facing=west,half=bottom,open=true": { + "model": "minecraft:block/birch_trapdoor_open", + "y": 270 + }, + "facing=west,half=top,open=false": { + "model": "minecraft:block/birch_trapdoor_top", + "y": 270 + }, + "facing=west,half=top,open=true": { + "model": "minecraft:block/birch_trapdoor_open", + "x": 180, + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/birch_wall_sign.json b/1.16.5/assets/minecraft/blockstates/birch_wall_sign.json new file mode 100644 index 00000000..dec6f07d --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/birch_wall_sign.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/birch_sign" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/birch_wood.json b/1.16.5/assets/minecraft/blockstates/birch_wood.json new file mode 100644 index 00000000..4bda7ed3 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/birch_wood.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/birch_wood", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/birch_wood" + }, + "axis=z": { + "model": "minecraft:block/birch_wood", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/black_banner.json b/1.16.5/assets/minecraft/blockstates/black_banner.json new file mode 100644 index 00000000..f5e2c87f --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/black_banner.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/banner" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/black_bed.json b/1.16.5/assets/minecraft/blockstates/black_bed.json new file mode 100644 index 00000000..6577c90a --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/black_bed.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/bed" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/black_carpet.json b/1.16.5/assets/minecraft/blockstates/black_carpet.json new file mode 100644 index 00000000..043c7fc5 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/black_carpet.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/black_carpet" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/black_concrete.json b/1.16.5/assets/minecraft/blockstates/black_concrete.json new file mode 100644 index 00000000..797f0358 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/black_concrete.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/black_concrete" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/black_concrete_powder.json b/1.16.5/assets/minecraft/blockstates/black_concrete_powder.json new file mode 100644 index 00000000..56a53d03 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/black_concrete_powder.json @@ -0,0 +1,21 @@ +{ + "variants": { + "": [ + { + "model": "minecraft:block/black_concrete_powder" + }, + { + "model": "minecraft:block/black_concrete_powder", + "y": 90 + }, + { + "model": "minecraft:block/black_concrete_powder", + "y": 180 + }, + { + "model": "minecraft:block/black_concrete_powder", + "y": 270 + } + ] + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/black_glazed_terracotta.json b/1.16.5/assets/minecraft/blockstates/black_glazed_terracotta.json new file mode 100644 index 00000000..e20988dc --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/black_glazed_terracotta.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/black_glazed_terracotta", + "y": 270 + }, + "facing=north": { + "model": "minecraft:block/black_glazed_terracotta", + "y": 180 + }, + "facing=south": { + "model": "minecraft:block/black_glazed_terracotta" + }, + "facing=west": { + "model": "minecraft:block/black_glazed_terracotta", + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/black_shulker_box.json b/1.16.5/assets/minecraft/blockstates/black_shulker_box.json new file mode 100644 index 00000000..289aec04 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/black_shulker_box.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/black_shulker_box" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/black_stained_glass.json b/1.16.5/assets/minecraft/blockstates/black_stained_glass.json new file mode 100644 index 00000000..728f216b --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/black_stained_glass.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/black_stained_glass" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/black_stained_glass_pane.json b/1.16.5/assets/minecraft/blockstates/black_stained_glass_pane.json new file mode 100644 index 00000000..d2a59b2f --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/black_stained_glass_pane.json @@ -0,0 +1,77 @@ +{ + "multipart": [ + { + "apply": { + "model": "minecraft:block/black_stained_glass_pane_post" + } + }, + { + "when": { + "north": "true" + }, + "apply": { + "model": "minecraft:block/black_stained_glass_pane_side" + } + }, + { + "when": { + "east": "true" + }, + "apply": { + "model": "minecraft:block/black_stained_glass_pane_side", + "y": 90 + } + }, + { + "when": { + "south": "true" + }, + "apply": { + "model": "minecraft:block/black_stained_glass_pane_side_alt" + } + }, + { + "when": { + "west": "true" + }, + "apply": { + "model": "minecraft:block/black_stained_glass_pane_side_alt", + "y": 90 + } + }, + { + "when": { + "north": "false" + }, + "apply": { + "model": "minecraft:block/black_stained_glass_pane_noside" + } + }, + { + "when": { + "east": "false" + }, + "apply": { + "model": "minecraft:block/black_stained_glass_pane_noside_alt" + } + }, + { + "when": { + "south": "false" + }, + "apply": { + "model": "minecraft:block/black_stained_glass_pane_noside_alt", + "y": 90 + } + }, + { + "when": { + "west": "false" + }, + "apply": { + "model": "minecraft:block/black_stained_glass_pane_noside", + "y": 270 + } + } + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/black_terracotta.json b/1.16.5/assets/minecraft/blockstates/black_terracotta.json new file mode 100644 index 00000000..7ae0ad87 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/black_terracotta.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/black_terracotta" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/black_wall_banner.json b/1.16.5/assets/minecraft/blockstates/black_wall_banner.json new file mode 100644 index 00000000..f5e2c87f --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/black_wall_banner.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/banner" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/black_wool.json b/1.16.5/assets/minecraft/blockstates/black_wool.json new file mode 100644 index 00000000..18b2cb6c --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/black_wool.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/black_wool" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/blackstone.json b/1.16.5/assets/minecraft/blockstates/blackstone.json new file mode 100644 index 00000000..5b6e6a41 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/blackstone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/blackstone" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/blackstone_slab.json b/1.16.5/assets/minecraft/blockstates/blackstone_slab.json new file mode 100644 index 00000000..41cada96 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/blackstone_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/blackstone_slab" + }, + "type=double": { + "model": "minecraft:block/blackstone" + }, + "type=top": { + "model": "minecraft:block/blackstone_slab_top" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/blackstone_stairs.json b/1.16.5/assets/minecraft/blockstates/blackstone_stairs.json new file mode 100644 index 00000000..0a6f7702 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/blackstone_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/blackstone_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/blackstone_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/blackstone_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/blackstone_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/blackstone_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/blackstone_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/blackstone_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/blackstone_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/blackstone_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/blackstone_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/blackstone_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/blackstone_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/blackstone_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/blackstone_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/blackstone_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/blackstone_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/blackstone_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/blackstone_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/blackstone_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/blackstone_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/blackstone_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/blackstone_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/blackstone_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/blackstone_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/blackstone_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/blackstone_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/blackstone_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/blackstone_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/blackstone_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/blackstone_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/blackstone_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/blackstone_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/blackstone_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/blackstone_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/blackstone_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/blackstone_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/blackstone_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/blackstone_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/blackstone_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/blackstone_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/blackstone_wall.json b/1.16.5/assets/minecraft/blockstates/blackstone_wall.json new file mode 100644 index 00000000..7ed55f59 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/blackstone_wall.json @@ -0,0 +1,90 @@ +{ + "multipart": [ + { + "when": { + "up": "true" + }, + "apply": { + "model": "minecraft:block/blackstone_wall_post" + } + }, + { + "when": { + "north": "low" + }, + "apply": { + "model": "minecraft:block/blackstone_wall_side", + "uvlock": true + } + }, + { + "when": { + "east": "low" + }, + "apply": { + "model": "minecraft:block/blackstone_wall_side", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "low" + }, + "apply": { + "model": "minecraft:block/blackstone_wall_side", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "low" + }, + "apply": { + "model": "minecraft:block/blackstone_wall_side", + "y": 270, + "uvlock": true + } + }, + { + "when": { + "north": "tall" + }, + "apply": { + "model": "minecraft:block/blackstone_wall_side_tall", + "uvlock": true + } + }, + { + "when": { + "east": "tall" + }, + "apply": { + "model": "minecraft:block/blackstone_wall_side_tall", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "tall" + }, + "apply": { + "model": "minecraft:block/blackstone_wall_side_tall", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "tall" + }, + "apply": { + "model": "minecraft:block/blackstone_wall_side_tall", + "y": 270, + "uvlock": true + } + } + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/blast_furnace.json b/1.16.5/assets/minecraft/blockstates/blast_furnace.json new file mode 100644 index 00000000..63dbedd7 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/blast_furnace.json @@ -0,0 +1,34 @@ +{ + "variants": { + "facing=east,lit=false": { + "model": "minecraft:block/blast_furnace", + "y": 90 + }, + "facing=east,lit=true": { + "model": "minecraft:block/blast_furnace_on", + "y": 90 + }, + "facing=north,lit=false": { + "model": "minecraft:block/blast_furnace" + }, + "facing=north,lit=true": { + "model": "minecraft:block/blast_furnace_on" + }, + "facing=south,lit=false": { + "model": "minecraft:block/blast_furnace", + "y": 180 + }, + "facing=south,lit=true": { + "model": "minecraft:block/blast_furnace_on", + "y": 180 + }, + "facing=west,lit=false": { + "model": "minecraft:block/blast_furnace", + "y": 270 + }, + "facing=west,lit=true": { + "model": "minecraft:block/blast_furnace_on", + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/blue_banner.json b/1.16.5/assets/minecraft/blockstates/blue_banner.json new file mode 100644 index 00000000..f5e2c87f --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/blue_banner.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/banner" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/blue_bed.json b/1.16.5/assets/minecraft/blockstates/blue_bed.json new file mode 100644 index 00000000..6577c90a --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/blue_bed.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/bed" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/blue_carpet.json b/1.16.5/assets/minecraft/blockstates/blue_carpet.json new file mode 100644 index 00000000..082b9f34 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/blue_carpet.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/blue_carpet" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/blue_concrete.json b/1.16.5/assets/minecraft/blockstates/blue_concrete.json new file mode 100644 index 00000000..7c63116c --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/blue_concrete.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/blue_concrete" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/blue_concrete_powder.json b/1.16.5/assets/minecraft/blockstates/blue_concrete_powder.json new file mode 100644 index 00000000..92d2724a --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/blue_concrete_powder.json @@ -0,0 +1,21 @@ +{ + "variants": { + "": [ + { + "model": "minecraft:block/blue_concrete_powder" + }, + { + "model": "minecraft:block/blue_concrete_powder", + "y": 90 + }, + { + "model": "minecraft:block/blue_concrete_powder", + "y": 180 + }, + { + "model": "minecraft:block/blue_concrete_powder", + "y": 270 + } + ] + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/blue_glazed_terracotta.json b/1.16.5/assets/minecraft/blockstates/blue_glazed_terracotta.json new file mode 100644 index 00000000..063c11c4 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/blue_glazed_terracotta.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/blue_glazed_terracotta", + "y": 270 + }, + "facing=north": { + "model": "minecraft:block/blue_glazed_terracotta", + "y": 180 + }, + "facing=south": { + "model": "minecraft:block/blue_glazed_terracotta" + }, + "facing=west": { + "model": "minecraft:block/blue_glazed_terracotta", + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/blue_ice.json b/1.16.5/assets/minecraft/blockstates/blue_ice.json new file mode 100644 index 00000000..79ce6ac4 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/blue_ice.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/blue_ice" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/blue_orchid.json b/1.16.5/assets/minecraft/blockstates/blue_orchid.json new file mode 100644 index 00000000..4cdb3149 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/blue_orchid.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/blue_orchid" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/blue_shulker_box.json b/1.16.5/assets/minecraft/blockstates/blue_shulker_box.json new file mode 100644 index 00000000..9f05ab96 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/blue_shulker_box.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/blue_shulker_box" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/blue_stained_glass.json b/1.16.5/assets/minecraft/blockstates/blue_stained_glass.json new file mode 100644 index 00000000..e495d004 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/blue_stained_glass.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/blue_stained_glass" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/blue_stained_glass_pane.json b/1.16.5/assets/minecraft/blockstates/blue_stained_glass_pane.json new file mode 100644 index 00000000..6f7066ef --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/blue_stained_glass_pane.json @@ -0,0 +1,77 @@ +{ + "multipart": [ + { + "apply": { + "model": "minecraft:block/blue_stained_glass_pane_post" + } + }, + { + "when": { + "north": "true" + }, + "apply": { + "model": "minecraft:block/blue_stained_glass_pane_side" + } + }, + { + "when": { + "east": "true" + }, + "apply": { + "model": "minecraft:block/blue_stained_glass_pane_side", + "y": 90 + } + }, + { + "when": { + "south": "true" + }, + "apply": { + "model": "minecraft:block/blue_stained_glass_pane_side_alt" + } + }, + { + "when": { + "west": "true" + }, + "apply": { + "model": "minecraft:block/blue_stained_glass_pane_side_alt", + "y": 90 + } + }, + { + "when": { + "north": "false" + }, + "apply": { + "model": "minecraft:block/blue_stained_glass_pane_noside" + } + }, + { + "when": { + "east": "false" + }, + "apply": { + "model": "minecraft:block/blue_stained_glass_pane_noside_alt" + } + }, + { + "when": { + "south": "false" + }, + "apply": { + "model": "minecraft:block/blue_stained_glass_pane_noside_alt", + "y": 90 + } + }, + { + "when": { + "west": "false" + }, + "apply": { + "model": "minecraft:block/blue_stained_glass_pane_noside", + "y": 270 + } + } + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/blue_terracotta.json b/1.16.5/assets/minecraft/blockstates/blue_terracotta.json new file mode 100644 index 00000000..972492b1 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/blue_terracotta.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/blue_terracotta" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/blue_wall_banner.json b/1.16.5/assets/minecraft/blockstates/blue_wall_banner.json new file mode 100644 index 00000000..f5e2c87f --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/blue_wall_banner.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/banner" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/blue_wool.json b/1.16.5/assets/minecraft/blockstates/blue_wool.json new file mode 100644 index 00000000..1b65b8e6 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/blue_wool.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/blue_wool" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/bone_block.json b/1.16.5/assets/minecraft/blockstates/bone_block.json new file mode 100644 index 00000000..284e15b2 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/bone_block.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/bone_block", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/bone_block" + }, + "axis=z": { + "model": "minecraft:block/bone_block", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/bookshelf.json b/1.16.5/assets/minecraft/blockstates/bookshelf.json new file mode 100644 index 00000000..a0198c08 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/bookshelf.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/bookshelf" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/brain_coral.json b/1.16.5/assets/minecraft/blockstates/brain_coral.json new file mode 100644 index 00000000..7b100296 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/brain_coral.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/brain_coral" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/brain_coral_block.json b/1.16.5/assets/minecraft/blockstates/brain_coral_block.json new file mode 100644 index 00000000..2c133d41 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/brain_coral_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/brain_coral_block" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/brain_coral_fan.json b/1.16.5/assets/minecraft/blockstates/brain_coral_fan.json new file mode 100644 index 00000000..353ec6b5 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/brain_coral_fan.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/brain_coral_fan" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/brain_coral_wall_fan.json b/1.16.5/assets/minecraft/blockstates/brain_coral_wall_fan.json new file mode 100644 index 00000000..76fa0a4a --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/brain_coral_wall_fan.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/brain_coral_wall_fan", + "y": 90 + }, + "facing=north": { + "model": "minecraft:block/brain_coral_wall_fan" + }, + "facing=south": { + "model": "minecraft:block/brain_coral_wall_fan", + "y": 180 + }, + "facing=west": { + "model": "minecraft:block/brain_coral_wall_fan", + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/brewing_stand.json b/1.16.5/assets/minecraft/blockstates/brewing_stand.json new file mode 100644 index 00000000..b054e4ea --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/brewing_stand.json @@ -0,0 +1,57 @@ +{ + "multipart": [ + { + "apply": { + "model": "minecraft:block/brewing_stand" + } + }, + { + "when": { + "has_bottle_0": "true" + }, + "apply": { + "model": "minecraft:block/brewing_stand_bottle0" + } + }, + { + "when": { + "has_bottle_1": "true" + }, + "apply": { + "model": "minecraft:block/brewing_stand_bottle1" + } + }, + { + "when": { + "has_bottle_2": "true" + }, + "apply": { + "model": "minecraft:block/brewing_stand_bottle2" + } + }, + { + "when": { + "has_bottle_0": "false" + }, + "apply": { + "model": "minecraft:block/brewing_stand_empty0" + } + }, + { + "when": { + "has_bottle_1": "false" + }, + "apply": { + "model": "minecraft:block/brewing_stand_empty1" + } + }, + { + "when": { + "has_bottle_2": "false" + }, + "apply": { + "model": "minecraft:block/brewing_stand_empty2" + } + } + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/brick_slab.json b/1.16.5/assets/minecraft/blockstates/brick_slab.json new file mode 100644 index 00000000..dc9f2cce --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/brick_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/brick_slab" + }, + "type=double": { + "model": "minecraft:block/bricks" + }, + "type=top": { + "model": "minecraft:block/brick_slab_top" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/brick_stairs.json b/1.16.5/assets/minecraft/blockstates/brick_stairs.json new file mode 100644 index 00000000..0cbb6f4b --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/brick_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/brick_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/brick_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/brick_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/brick_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/brick_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/brick_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/brick_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/brick_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/brick_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/brick_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/brick_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/brick_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/brick_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/brick_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/brick_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/brick_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/brick_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/brick_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/brick_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/brick_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/brick_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/brick_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/brick_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/brick_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/brick_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/brick_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/brick_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/brick_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/brick_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/brick_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/brick_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/brick_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/brick_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/brick_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/brick_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/brick_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/brick_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/brick_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/brick_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/brick_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/brick_wall.json b/1.16.5/assets/minecraft/blockstates/brick_wall.json new file mode 100644 index 00000000..98dacc69 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/brick_wall.json @@ -0,0 +1,90 @@ +{ + "multipart": [ + { + "when": { + "up": "true" + }, + "apply": { + "model": "minecraft:block/brick_wall_post" + } + }, + { + "when": { + "north": "low" + }, + "apply": { + "model": "minecraft:block/brick_wall_side", + "uvlock": true + } + }, + { + "when": { + "east": "low" + }, + "apply": { + "model": "minecraft:block/brick_wall_side", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "low" + }, + "apply": { + "model": "minecraft:block/brick_wall_side", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "low" + }, + "apply": { + "model": "minecraft:block/brick_wall_side", + "y": 270, + "uvlock": true + } + }, + { + "when": { + "north": "tall" + }, + "apply": { + "model": "minecraft:block/brick_wall_side_tall", + "uvlock": true + } + }, + { + "when": { + "east": "tall" + }, + "apply": { + "model": "minecraft:block/brick_wall_side_tall", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "tall" + }, + "apply": { + "model": "minecraft:block/brick_wall_side_tall", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "tall" + }, + "apply": { + "model": "minecraft:block/brick_wall_side_tall", + "y": 270, + "uvlock": true + } + } + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/bricks.json b/1.16.5/assets/minecraft/blockstates/bricks.json new file mode 100644 index 00000000..7b54ff6a --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/bricks.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/bricks" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/brown_banner.json b/1.16.5/assets/minecraft/blockstates/brown_banner.json new file mode 100644 index 00000000..f5e2c87f --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/brown_banner.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/banner" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/brown_bed.json b/1.16.5/assets/minecraft/blockstates/brown_bed.json new file mode 100644 index 00000000..6577c90a --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/brown_bed.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/bed" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/brown_carpet.json b/1.16.5/assets/minecraft/blockstates/brown_carpet.json new file mode 100644 index 00000000..7273224e --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/brown_carpet.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/brown_carpet" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/brown_concrete.json b/1.16.5/assets/minecraft/blockstates/brown_concrete.json new file mode 100644 index 00000000..6841a73c --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/brown_concrete.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/brown_concrete" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/brown_concrete_powder.json b/1.16.5/assets/minecraft/blockstates/brown_concrete_powder.json new file mode 100644 index 00000000..49ef7837 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/brown_concrete_powder.json @@ -0,0 +1,21 @@ +{ + "variants": { + "": [ + { + "model": "minecraft:block/brown_concrete_powder" + }, + { + "model": "minecraft:block/brown_concrete_powder", + "y": 90 + }, + { + "model": "minecraft:block/brown_concrete_powder", + "y": 180 + }, + { + "model": "minecraft:block/brown_concrete_powder", + "y": 270 + } + ] + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/brown_glazed_terracotta.json b/1.16.5/assets/minecraft/blockstates/brown_glazed_terracotta.json new file mode 100644 index 00000000..d78b6954 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/brown_glazed_terracotta.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/brown_glazed_terracotta", + "y": 270 + }, + "facing=north": { + "model": "minecraft:block/brown_glazed_terracotta", + "y": 180 + }, + "facing=south": { + "model": "minecraft:block/brown_glazed_terracotta" + }, + "facing=west": { + "model": "minecraft:block/brown_glazed_terracotta", + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/brown_mushroom.json b/1.16.5/assets/minecraft/blockstates/brown_mushroom.json new file mode 100644 index 00000000..9a2fb1c6 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/brown_mushroom.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/brown_mushroom" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/brown_mushroom_block.json b/1.16.5/assets/minecraft/blockstates/brown_mushroom_block.json new file mode 100644 index 00000000..09f86c0e --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/brown_mushroom_block.json @@ -0,0 +1,120 @@ +{ + "multipart": [ + { + "when": { + "north": "true" + }, + "apply": { + "model": "minecraft:block/brown_mushroom_block" + } + }, + { + "when": { + "east": "true" + }, + "apply": { + "model": "minecraft:block/brown_mushroom_block", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "true" + }, + "apply": { + "model": "minecraft:block/brown_mushroom_block", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "true" + }, + "apply": { + "model": "minecraft:block/brown_mushroom_block", + "y": 270, + "uvlock": true + } + }, + { + "when": { + "up": "true" + }, + "apply": { + "model": "minecraft:block/brown_mushroom_block", + "x": 270, + "uvlock": true + } + }, + { + "when": { + "down": "true" + }, + "apply": { + "model": "minecraft:block/brown_mushroom_block", + "x": 90, + "uvlock": true + } + }, + { + "when": { + "north": "false" + }, + "apply": { + "model": "minecraft:block/mushroom_block_inside" + } + }, + { + "when": { + "east": "false" + }, + "apply": { + "model": "minecraft:block/mushroom_block_inside", + "y": 90, + "uvlock": false + } + }, + { + "when": { + "south": "false" + }, + "apply": { + "model": "minecraft:block/mushroom_block_inside", + "y": 180, + "uvlock": false + } + }, + { + "when": { + "west": "false" + }, + "apply": { + "model": "minecraft:block/mushroom_block_inside", + "y": 270, + "uvlock": false + } + }, + { + "when": { + "up": "false" + }, + "apply": { + "model": "minecraft:block/mushroom_block_inside", + "x": 270, + "uvlock": false + } + }, + { + "when": { + "down": "false" + }, + "apply": { + "model": "minecraft:block/mushroom_block_inside", + "x": 90, + "uvlock": false + } + } + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/brown_shulker_box.json b/1.16.5/assets/minecraft/blockstates/brown_shulker_box.json new file mode 100644 index 00000000..c4f723bb --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/brown_shulker_box.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/brown_shulker_box" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/brown_stained_glass.json b/1.16.5/assets/minecraft/blockstates/brown_stained_glass.json new file mode 100644 index 00000000..723e232e --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/brown_stained_glass.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/brown_stained_glass" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/brown_stained_glass_pane.json b/1.16.5/assets/minecraft/blockstates/brown_stained_glass_pane.json new file mode 100644 index 00000000..b1c60a64 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/brown_stained_glass_pane.json @@ -0,0 +1,77 @@ +{ + "multipart": [ + { + "apply": { + "model": "minecraft:block/brown_stained_glass_pane_post" + } + }, + { + "when": { + "north": "true" + }, + "apply": { + "model": "minecraft:block/brown_stained_glass_pane_side" + } + }, + { + "when": { + "east": "true" + }, + "apply": { + "model": "minecraft:block/brown_stained_glass_pane_side", + "y": 90 + } + }, + { + "when": { + "south": "true" + }, + "apply": { + "model": "minecraft:block/brown_stained_glass_pane_side_alt" + } + }, + { + "when": { + "west": "true" + }, + "apply": { + "model": "minecraft:block/brown_stained_glass_pane_side_alt", + "y": 90 + } + }, + { + "when": { + "north": "false" + }, + "apply": { + "model": "minecraft:block/brown_stained_glass_pane_noside" + } + }, + { + "when": { + "east": "false" + }, + "apply": { + "model": "minecraft:block/brown_stained_glass_pane_noside_alt" + } + }, + { + "when": { + "south": "false" + }, + "apply": { + "model": "minecraft:block/brown_stained_glass_pane_noside_alt", + "y": 90 + } + }, + { + "when": { + "west": "false" + }, + "apply": { + "model": "minecraft:block/brown_stained_glass_pane_noside", + "y": 270 + } + } + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/brown_terracotta.json b/1.16.5/assets/minecraft/blockstates/brown_terracotta.json new file mode 100644 index 00000000..6a618f17 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/brown_terracotta.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/brown_terracotta" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/brown_wall_banner.json b/1.16.5/assets/minecraft/blockstates/brown_wall_banner.json new file mode 100644 index 00000000..f5e2c87f --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/brown_wall_banner.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/banner" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/brown_wool.json b/1.16.5/assets/minecraft/blockstates/brown_wool.json new file mode 100644 index 00000000..4c378d5e --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/brown_wool.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/brown_wool" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/bubble_column.json b/1.16.5/assets/minecraft/blockstates/bubble_column.json new file mode 100644 index 00000000..99fd360b --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/bubble_column.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/water" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/bubble_coral.json b/1.16.5/assets/minecraft/blockstates/bubble_coral.json new file mode 100644 index 00000000..3e068e64 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/bubble_coral.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/bubble_coral" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/bubble_coral_block.json b/1.16.5/assets/minecraft/blockstates/bubble_coral_block.json new file mode 100644 index 00000000..4f6abebe --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/bubble_coral_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/bubble_coral_block" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/bubble_coral_fan.json b/1.16.5/assets/minecraft/blockstates/bubble_coral_fan.json new file mode 100644 index 00000000..e91a669f --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/bubble_coral_fan.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/bubble_coral_fan" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/bubble_coral_wall_fan.json b/1.16.5/assets/minecraft/blockstates/bubble_coral_wall_fan.json new file mode 100644 index 00000000..5310027a --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/bubble_coral_wall_fan.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/bubble_coral_wall_fan", + "y": 90 + }, + "facing=north": { + "model": "minecraft:block/bubble_coral_wall_fan" + }, + "facing=south": { + "model": "minecraft:block/bubble_coral_wall_fan", + "y": 180 + }, + "facing=west": { + "model": "minecraft:block/bubble_coral_wall_fan", + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/cactus.json b/1.16.5/assets/minecraft/blockstates/cactus.json new file mode 100644 index 00000000..c1623fbc --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/cactus.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/cactus" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/cake.json b/1.16.5/assets/minecraft/blockstates/cake.json new file mode 100644 index 00000000..c905f118 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/cake.json @@ -0,0 +1,25 @@ +{ + "variants": { + "bites=0": { + "model": "minecraft:block/cake" + }, + "bites=1": { + "model": "minecraft:block/cake_slice1" + }, + "bites=2": { + "model": "minecraft:block/cake_slice2" + }, + "bites=3": { + "model": "minecraft:block/cake_slice3" + }, + "bites=4": { + "model": "minecraft:block/cake_slice4" + }, + "bites=5": { + "model": "minecraft:block/cake_slice5" + }, + "bites=6": { + "model": "minecraft:block/cake_slice6" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/campfire.json b/1.16.5/assets/minecraft/blockstates/campfire.json new file mode 100644 index 00000000..d5751b85 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/campfire.json @@ -0,0 +1,34 @@ +{ + "variants": { + "facing=east,lit=false": { + "model": "minecraft:block/campfire_off", + "y": 270 + }, + "facing=east,lit=true": { + "model": "minecraft:block/campfire", + "y": 270 + }, + "facing=north,lit=false": { + "model": "minecraft:block/campfire_off", + "y": 180 + }, + "facing=north,lit=true": { + "model": "minecraft:block/campfire", + "y": 180 + }, + "facing=south,lit=false": { + "model": "minecraft:block/campfire_off" + }, + "facing=south,lit=true": { + "model": "minecraft:block/campfire" + }, + "facing=west,lit=false": { + "model": "minecraft:block/campfire_off", + "y": 90 + }, + "facing=west,lit=true": { + "model": "minecraft:block/campfire", + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/carrots.json b/1.16.5/assets/minecraft/blockstates/carrots.json new file mode 100644 index 00000000..8acf220f --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/carrots.json @@ -0,0 +1,28 @@ +{ + "variants": { + "age=0": { + "model": "minecraft:block/carrots_stage0" + }, + "age=1": { + "model": "minecraft:block/carrots_stage0" + }, + "age=2": { + "model": "minecraft:block/carrots_stage1" + }, + "age=3": { + "model": "minecraft:block/carrots_stage1" + }, + "age=4": { + "model": "minecraft:block/carrots_stage2" + }, + "age=5": { + "model": "minecraft:block/carrots_stage2" + }, + "age=6": { + "model": "minecraft:block/carrots_stage2" + }, + "age=7": { + "model": "minecraft:block/carrots_stage3" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/cartography_table.json b/1.16.5/assets/minecraft/blockstates/cartography_table.json new file mode 100644 index 00000000..6feb4018 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/cartography_table.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/cartography_table" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/carved_pumpkin.json b/1.16.5/assets/minecraft/blockstates/carved_pumpkin.json new file mode 100644 index 00000000..f98dc9f9 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/carved_pumpkin.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/carved_pumpkin", + "y": 90 + }, + "facing=north": { + "model": "minecraft:block/carved_pumpkin" + }, + "facing=south": { + "model": "minecraft:block/carved_pumpkin", + "y": 180 + }, + "facing=west": { + "model": "minecraft:block/carved_pumpkin", + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/cauldron.json b/1.16.5/assets/minecraft/blockstates/cauldron.json new file mode 100644 index 00000000..c0ca4da0 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/cauldron.json @@ -0,0 +1,16 @@ +{ + "variants": { + "level=0": { + "model": "minecraft:block/cauldron" + }, + "level=1": { + "model": "minecraft:block/cauldron_level1" + }, + "level=2": { + "model": "minecraft:block/cauldron_level2" + }, + "level=3": { + "model": "minecraft:block/cauldron_level3" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/cave_air.json b/1.16.5/assets/minecraft/blockstates/cave_air.json new file mode 100644 index 00000000..2c8f02f0 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/cave_air.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/air" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/chain.json b/1.16.5/assets/minecraft/blockstates/chain.json new file mode 100644 index 00000000..9ae0f964 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/chain.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/chain", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/chain" + }, + "axis=z": { + "model": "minecraft:block/chain", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/chain_command_block.json b/1.16.5/assets/minecraft/blockstates/chain_command_block.json new file mode 100644 index 00000000..ede14429 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/chain_command_block.json @@ -0,0 +1,50 @@ +{ + "variants": { + "conditional=false,facing=down": { + "model": "minecraft:block/chain_command_block", + "x": 90 + }, + "conditional=false,facing=east": { + "model": "minecraft:block/chain_command_block", + "y": 90 + }, + "conditional=false,facing=north": { + "model": "minecraft:block/chain_command_block" + }, + "conditional=false,facing=south": { + "model": "minecraft:block/chain_command_block", + "y": 180 + }, + "conditional=false,facing=up": { + "model": "minecraft:block/chain_command_block", + "x": 270 + }, + "conditional=false,facing=west": { + "model": "minecraft:block/chain_command_block", + "y": 270 + }, + "conditional=true,facing=down": { + "model": "minecraft:block/chain_command_block_conditional", + "x": 90 + }, + "conditional=true,facing=east": { + "model": "minecraft:block/chain_command_block_conditional", + "y": 90 + }, + "conditional=true,facing=north": { + "model": "minecraft:block/chain_command_block_conditional" + }, + "conditional=true,facing=south": { + "model": "minecraft:block/chain_command_block_conditional", + "y": 180 + }, + "conditional=true,facing=up": { + "model": "minecraft:block/chain_command_block_conditional", + "x": 270 + }, + "conditional=true,facing=west": { + "model": "minecraft:block/chain_command_block_conditional", + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/chest.json b/1.16.5/assets/minecraft/blockstates/chest.json new file mode 100644 index 00000000..f78fa579 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/chest.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/chest" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/chipped_anvil.json b/1.16.5/assets/minecraft/blockstates/chipped_anvil.json new file mode 100644 index 00000000..466eb4c7 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/chipped_anvil.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/chipped_anvil", + "y": 270 + }, + "facing=north": { + "model": "minecraft:block/chipped_anvil", + "y": 180 + }, + "facing=south": { + "model": "minecraft:block/chipped_anvil" + }, + "facing=west": { + "model": "minecraft:block/chipped_anvil", + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/chiseled_nether_bricks.json b/1.16.5/assets/minecraft/blockstates/chiseled_nether_bricks.json new file mode 100644 index 00000000..c2748322 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/chiseled_nether_bricks.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/chiseled_nether_bricks" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/chiseled_polished_blackstone.json b/1.16.5/assets/minecraft/blockstates/chiseled_polished_blackstone.json new file mode 100644 index 00000000..66a2f35f --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/chiseled_polished_blackstone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/chiseled_polished_blackstone" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/chiseled_quartz_block.json b/1.16.5/assets/minecraft/blockstates/chiseled_quartz_block.json new file mode 100644 index 00000000..2e9192c7 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/chiseled_quartz_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/chiseled_quartz_block" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/chiseled_red_sandstone.json b/1.16.5/assets/minecraft/blockstates/chiseled_red_sandstone.json new file mode 100644 index 00000000..c1f7cc6e --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/chiseled_red_sandstone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/chiseled_red_sandstone" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/chiseled_sandstone.json b/1.16.5/assets/minecraft/blockstates/chiseled_sandstone.json new file mode 100644 index 00000000..7a5de569 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/chiseled_sandstone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/chiseled_sandstone" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/chiseled_stone_bricks.json b/1.16.5/assets/minecraft/blockstates/chiseled_stone_bricks.json new file mode 100644 index 00000000..4034c11b --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/chiseled_stone_bricks.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/chiseled_stone_bricks" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/chorus_flower.json b/1.16.5/assets/minecraft/blockstates/chorus_flower.json new file mode 100644 index 00000000..0bf05806 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/chorus_flower.json @@ -0,0 +1,22 @@ +{ + "variants": { + "age=0": { + "model": "minecraft:block/chorus_flower" + }, + "age=1": { + "model": "minecraft:block/chorus_flower" + }, + "age=2": { + "model": "minecraft:block/chorus_flower" + }, + "age=3": { + "model": "minecraft:block/chorus_flower" + }, + "age=4": { + "model": "minecraft:block/chorus_flower" + }, + "age=5": { + "model": "minecraft:block/chorus_flower_dead" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/chorus_plant.json b/1.16.5/assets/minecraft/blockstates/chorus_plant.json new file mode 100644 index 00000000..774cd645 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/chorus_plant.json @@ -0,0 +1,222 @@ +{ + "multipart": [ + { + "when": { + "north": "true" + }, + "apply": { + "model": "minecraft:block/chorus_plant_side" + } + }, + { + "when": { + "east": "true" + }, + "apply": { + "model": "minecraft:block/chorus_plant_side", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "true" + }, + "apply": { + "model": "minecraft:block/chorus_plant_side", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "true" + }, + "apply": { + "model": "minecraft:block/chorus_plant_side", + "y": 270, + "uvlock": true + } + }, + { + "when": { + "up": "true" + }, + "apply": { + "model": "minecraft:block/chorus_plant_side", + "x": 270, + "uvlock": true + } + }, + { + "when": { + "down": "true" + }, + "apply": { + "model": "minecraft:block/chorus_plant_side", + "x": 90, + "uvlock": true + } + }, + { + "when": { + "north": "false" + }, + "apply": [ + { + "model": "minecraft:block/chorus_plant_noside", + "weight": 2 + }, + { + "model": "minecraft:block/chorus_plant_noside1" + }, + { + "model": "minecraft:block/chorus_plant_noside2" + }, + { + "model": "minecraft:block/chorus_plant_noside3" + } + ] + }, + { + "when": { + "east": "false" + }, + "apply": [ + { + "model": "minecraft:block/chorus_plant_noside1", + "y": 90, + "uvlock": true + }, + { + "model": "minecraft:block/chorus_plant_noside2", + "y": 90, + "uvlock": true + }, + { + "model": "minecraft:block/chorus_plant_noside3", + "y": 90, + "uvlock": true + }, + { + "model": "minecraft:block/chorus_plant_noside", + "weight": 2, + "y": 90, + "uvlock": true + } + ] + }, + { + "when": { + "south": "false" + }, + "apply": [ + { + "model": "minecraft:block/chorus_plant_noside2", + "y": 180, + "uvlock": true + }, + { + "model": "minecraft:block/chorus_plant_noside3", + "y": 180, + "uvlock": true + }, + { + "model": "minecraft:block/chorus_plant_noside", + "weight": 2, + "y": 180, + "uvlock": true + }, + { + "model": "minecraft:block/chorus_plant_noside1", + "y": 180, + "uvlock": true + } + ] + }, + { + "when": { + "west": "false" + }, + "apply": [ + { + "model": "minecraft:block/chorus_plant_noside3", + "y": 270, + "uvlock": true + }, + { + "model": "minecraft:block/chorus_plant_noside", + "weight": 2, + "y": 270, + "uvlock": true + }, + { + "model": "minecraft:block/chorus_plant_noside1", + "y": 270, + "uvlock": true + }, + { + "model": "minecraft:block/chorus_plant_noside2", + "y": 270, + "uvlock": true + } + ] + }, + { + "when": { + "up": "false" + }, + "apply": [ + { + "model": "minecraft:block/chorus_plant_noside", + "weight": 2, + "x": 270, + "uvlock": true + }, + { + "model": "minecraft:block/chorus_plant_noside3", + "x": 270, + "uvlock": true + }, + { + "model": "minecraft:block/chorus_plant_noside1", + "x": 270, + "uvlock": true + }, + { + "model": "minecraft:block/chorus_plant_noside2", + "x": 270, + "uvlock": true + } + ] + }, + { + "when": { + "down": "false" + }, + "apply": [ + { + "model": "minecraft:block/chorus_plant_noside3", + "x": 90, + "uvlock": true + }, + { + "model": "minecraft:block/chorus_plant_noside2", + "x": 90, + "uvlock": true + }, + { + "model": "minecraft:block/chorus_plant_noside1", + "x": 90, + "uvlock": true + }, + { + "model": "minecraft:block/chorus_plant_noside", + "weight": 2, + "x": 90, + "uvlock": true + } + ] + } + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/clay.json b/1.16.5/assets/minecraft/blockstates/clay.json new file mode 100644 index 00000000..d22f313b --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/clay.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/clay" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/coal_block.json b/1.16.5/assets/minecraft/blockstates/coal_block.json new file mode 100644 index 00000000..266adaad --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/coal_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/coal_block" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/coal_ore.json b/1.16.5/assets/minecraft/blockstates/coal_ore.json new file mode 100644 index 00000000..9fa7c00d --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/coal_ore.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/coal_ore" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/coarse_dirt.json b/1.16.5/assets/minecraft/blockstates/coarse_dirt.json new file mode 100644 index 00000000..1f87e5c1 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/coarse_dirt.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/coarse_dirt" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/cobblestone.json b/1.16.5/assets/minecraft/blockstates/cobblestone.json new file mode 100644 index 00000000..e94cf882 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/cobblestone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/cobblestone" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/cobblestone_slab.json b/1.16.5/assets/minecraft/blockstates/cobblestone_slab.json new file mode 100644 index 00000000..8164d9ed --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/cobblestone_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/cobblestone_slab" + }, + "type=double": { + "model": "minecraft:block/cobblestone" + }, + "type=top": { + "model": "minecraft:block/cobblestone_slab_top" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/cobblestone_stairs.json b/1.16.5/assets/minecraft/blockstates/cobblestone_stairs.json new file mode 100644 index 00000000..a95a8d6d --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/cobblestone_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/cobblestone_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/cobblestone_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/cobblestone_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/cobblestone_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/cobblestone_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/cobblestone_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/cobblestone_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/cobblestone_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/cobblestone_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/cobblestone_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/cobblestone_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/cobblestone_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/cobblestone_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/cobblestone_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/cobblestone_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/cobblestone_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/cobblestone_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/cobblestone_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/cobblestone_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/cobblestone_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/cobblestone_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/cobblestone_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/cobblestone_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/cobblestone_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/cobblestone_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/cobblestone_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/cobblestone_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/cobblestone_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/cobblestone_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/cobblestone_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/cobblestone_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/cobblestone_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/cobblestone_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/cobblestone_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/cobblestone_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/cobblestone_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/cobblestone_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/cobblestone_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/cobblestone_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/cobblestone_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/cobblestone_wall.json b/1.16.5/assets/minecraft/blockstates/cobblestone_wall.json new file mode 100644 index 00000000..6ecf2200 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/cobblestone_wall.json @@ -0,0 +1,90 @@ +{ + "multipart": [ + { + "when": { + "up": "true" + }, + "apply": { + "model": "minecraft:block/cobblestone_wall_post" + } + }, + { + "when": { + "north": "low" + }, + "apply": { + "model": "minecraft:block/cobblestone_wall_side", + "uvlock": true + } + }, + { + "when": { + "east": "low" + }, + "apply": { + "model": "minecraft:block/cobblestone_wall_side", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "low" + }, + "apply": { + "model": "minecraft:block/cobblestone_wall_side", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "low" + }, + "apply": { + "model": "minecraft:block/cobblestone_wall_side", + "y": 270, + "uvlock": true + } + }, + { + "when": { + "north": "tall" + }, + "apply": { + "model": "minecraft:block/cobblestone_wall_side_tall", + "uvlock": true + } + }, + { + "when": { + "east": "tall" + }, + "apply": { + "model": "minecraft:block/cobblestone_wall_side_tall", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "tall" + }, + "apply": { + "model": "minecraft:block/cobblestone_wall_side_tall", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "tall" + }, + "apply": { + "model": "minecraft:block/cobblestone_wall_side_tall", + "y": 270, + "uvlock": true + } + } + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/cobweb.json b/1.16.5/assets/minecraft/blockstates/cobweb.json new file mode 100644 index 00000000..30a165e4 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/cobweb.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/cobweb" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/cocoa.json b/1.16.5/assets/minecraft/blockstates/cocoa.json new file mode 100644 index 00000000..d12aa4ec --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/cocoa.json @@ -0,0 +1,49 @@ +{ + "variants": { + "age=0,facing=east": { + "model": "minecraft:block/cocoa_stage0", + "y": 270 + }, + "age=0,facing=north": { + "model": "minecraft:block/cocoa_stage0", + "y": 180 + }, + "age=0,facing=south": { + "model": "minecraft:block/cocoa_stage0" + }, + "age=0,facing=west": { + "model": "minecraft:block/cocoa_stage0", + "y": 90 + }, + "age=1,facing=east": { + "model": "minecraft:block/cocoa_stage1", + "y": 270 + }, + "age=1,facing=north": { + "model": "minecraft:block/cocoa_stage1", + "y": 180 + }, + "age=1,facing=south": { + "model": "minecraft:block/cocoa_stage1" + }, + "age=1,facing=west": { + "model": "minecraft:block/cocoa_stage1", + "y": 90 + }, + "age=2,facing=east": { + "model": "minecraft:block/cocoa_stage2", + "y": 270 + }, + "age=2,facing=north": { + "model": "minecraft:block/cocoa_stage2", + "y": 180 + }, + "age=2,facing=south": { + "model": "minecraft:block/cocoa_stage2" + }, + "age=2,facing=west": { + "model": "minecraft:block/cocoa_stage2", + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/command_block.json b/1.16.5/assets/minecraft/blockstates/command_block.json new file mode 100644 index 00000000..dbda5cf3 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/command_block.json @@ -0,0 +1,50 @@ +{ + "variants": { + "conditional=false,facing=down": { + "model": "minecraft:block/command_block", + "x": 90 + }, + "conditional=false,facing=east": { + "model": "minecraft:block/command_block", + "y": 90 + }, + "conditional=false,facing=north": { + "model": "minecraft:block/command_block" + }, + "conditional=false,facing=south": { + "model": "minecraft:block/command_block", + "y": 180 + }, + "conditional=false,facing=up": { + "model": "minecraft:block/command_block", + "x": 270 + }, + "conditional=false,facing=west": { + "model": "minecraft:block/command_block", + "y": 270 + }, + "conditional=true,facing=down": { + "model": "minecraft:block/command_block_conditional", + "x": 90 + }, + "conditional=true,facing=east": { + "model": "minecraft:block/command_block_conditional", + "y": 90 + }, + "conditional=true,facing=north": { + "model": "minecraft:block/command_block_conditional" + }, + "conditional=true,facing=south": { + "model": "minecraft:block/command_block_conditional", + "y": 180 + }, + "conditional=true,facing=up": { + "model": "minecraft:block/command_block_conditional", + "x": 270 + }, + "conditional=true,facing=west": { + "model": "minecraft:block/command_block_conditional", + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/comparator.json b/1.16.5/assets/minecraft/blockstates/comparator.json new file mode 100644 index 00000000..570f3bfd --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/comparator.json @@ -0,0 +1,64 @@ +{ + "variants": { + "facing=east,mode=compare,powered=false": { + "y": 270, + "model": "minecraft:block/comparator" + }, + "facing=east,mode=compare,powered=true": { + "y": 270, + "model": "minecraft:block/comparator_on" + }, + "facing=east,mode=subtract,powered=false": { + "y": 270, + "model": "minecraft:block/comparator_subtract" + }, + "facing=east,mode=subtract,powered=true": { + "y": 270, + "model": "minecraft:block/comparator_on_subtract" + }, + "facing=north,mode=compare,powered=false": { + "y": 180, + "model": "minecraft:block/comparator" + }, + "facing=north,mode=compare,powered=true": { + "y": 180, + "model": "minecraft:block/comparator_on" + }, + "facing=north,mode=subtract,powered=false": { + "y": 180, + "model": "minecraft:block/comparator_subtract" + }, + "facing=north,mode=subtract,powered=true": { + "y": 180, + "model": "minecraft:block/comparator_on_subtract" + }, + "facing=south,mode=compare,powered=false": { + "model": "minecraft:block/comparator" + }, + "facing=south,mode=compare,powered=true": { + "model": "minecraft:block/comparator_on" + }, + "facing=south,mode=subtract,powered=false": { + "model": "minecraft:block/comparator_subtract" + }, + "facing=south,mode=subtract,powered=true": { + "model": "minecraft:block/comparator_on_subtract" + }, + "facing=west,mode=compare,powered=false": { + "y": 90, + "model": "minecraft:block/comparator" + }, + "facing=west,mode=compare,powered=true": { + "y": 90, + "model": "minecraft:block/comparator_on" + }, + "facing=west,mode=subtract,powered=false": { + "y": 90, + "model": "minecraft:block/comparator_subtract" + }, + "facing=west,mode=subtract,powered=true": { + "y": 90, + "model": "minecraft:block/comparator_on_subtract" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/composter.json b/1.16.5/assets/minecraft/blockstates/composter.json new file mode 100644 index 00000000..70893d08 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/composter.json @@ -0,0 +1,73 @@ +{ + "multipart": [ + { + "apply": { + "model": "minecraft:block/composter" + } + }, + { + "when": { + "level": "1" + }, + "apply": { + "model": "minecraft:block/composter_contents1" + } + }, + { + "when": { + "level": "2" + }, + "apply": { + "model": "minecraft:block/composter_contents2" + } + }, + { + "when": { + "level": "3" + }, + "apply": { + "model": "minecraft:block/composter_contents3" + } + }, + { + "when": { + "level": "4" + }, + "apply": { + "model": "minecraft:block/composter_contents4" + } + }, + { + "when": { + "level": "5" + }, + "apply": { + "model": "minecraft:block/composter_contents5" + } + }, + { + "when": { + "level": "6" + }, + "apply": { + "model": "minecraft:block/composter_contents6" + } + }, + { + "when": { + "level": "7" + }, + "apply": { + "model": "minecraft:block/composter_contents7" + } + }, + { + "when": { + "level": "8" + }, + "apply": { + "model": "minecraft:block/composter_contents_ready" + } + } + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/conduit.json b/1.16.5/assets/minecraft/blockstates/conduit.json new file mode 100644 index 00000000..f6841bed --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/conduit.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/conduit" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/cornflower.json b/1.16.5/assets/minecraft/blockstates/cornflower.json new file mode 100644 index 00000000..2d787937 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/cornflower.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/cornflower" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/cracked_nether_bricks.json b/1.16.5/assets/minecraft/blockstates/cracked_nether_bricks.json new file mode 100644 index 00000000..42f44bba --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/cracked_nether_bricks.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/cracked_nether_bricks" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/cracked_polished_blackstone_bricks.json b/1.16.5/assets/minecraft/blockstates/cracked_polished_blackstone_bricks.json new file mode 100644 index 00000000..2fe33ddc --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/cracked_polished_blackstone_bricks.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/cracked_polished_blackstone_bricks" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/cracked_stone_bricks.json b/1.16.5/assets/minecraft/blockstates/cracked_stone_bricks.json new file mode 100644 index 00000000..6e194be2 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/cracked_stone_bricks.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/cracked_stone_bricks" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/crafting_table.json b/1.16.5/assets/minecraft/blockstates/crafting_table.json new file mode 100644 index 00000000..46adc790 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/crafting_table.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/crafting_table" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/creeper_head.json b/1.16.5/assets/minecraft/blockstates/creeper_head.json new file mode 100644 index 00000000..3951e3ee --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/creeper_head.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/skull" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/creeper_wall_head.json b/1.16.5/assets/minecraft/blockstates/creeper_wall_head.json new file mode 100644 index 00000000..3951e3ee --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/creeper_wall_head.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/skull" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/crimson_button.json b/1.16.5/assets/minecraft/blockstates/crimson_button.json new file mode 100644 index 00000000..25a57e9b --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/crimson_button.json @@ -0,0 +1,118 @@ +{ + "variants": { + "face=ceiling,facing=east,powered=false": { + "model": "minecraft:block/crimson_button", + "y": 270, + "x": 180 + }, + "face=ceiling,facing=east,powered=true": { + "model": "minecraft:block/crimson_button_pressed", + "y": 270, + "x": 180 + }, + "face=ceiling,facing=north,powered=false": { + "model": "minecraft:block/crimson_button", + "y": 180, + "x": 180 + }, + "face=ceiling,facing=north,powered=true": { + "model": "minecraft:block/crimson_button_pressed", + "y": 180, + "x": 180 + }, + "face=ceiling,facing=south,powered=false": { + "model": "minecraft:block/crimson_button", + "x": 180 + }, + "face=ceiling,facing=south,powered=true": { + "model": "minecraft:block/crimson_button_pressed", + "x": 180 + }, + "face=ceiling,facing=west,powered=false": { + "model": "minecraft:block/crimson_button", + "y": 90, + "x": 180 + }, + "face=ceiling,facing=west,powered=true": { + "model": "minecraft:block/crimson_button_pressed", + "y": 90, + "x": 180 + }, + "face=floor,facing=east,powered=false": { + "model": "minecraft:block/crimson_button", + "y": 90 + }, + "face=floor,facing=east,powered=true": { + "model": "minecraft:block/crimson_button_pressed", + "y": 90 + }, + "face=floor,facing=north,powered=false": { + "model": "minecraft:block/crimson_button" + }, + "face=floor,facing=north,powered=true": { + "model": "minecraft:block/crimson_button_pressed" + }, + "face=floor,facing=south,powered=false": { + "model": "minecraft:block/crimson_button", + "y": 180 + }, + "face=floor,facing=south,powered=true": { + "model": "minecraft:block/crimson_button_pressed", + "y": 180 + }, + "face=floor,facing=west,powered=false": { + "model": "minecraft:block/crimson_button", + "y": 270 + }, + "face=floor,facing=west,powered=true": { + "model": "minecraft:block/crimson_button_pressed", + "y": 270 + }, + "face=wall,facing=east,powered=false": { + "model": "minecraft:block/crimson_button", + "y": 90, + "x": 90, + "uvlock": true + }, + "face=wall,facing=east,powered=true": { + "model": "minecraft:block/crimson_button_pressed", + "y": 90, + "x": 90, + "uvlock": true + }, + "face=wall,facing=north,powered=false": { + "model": "minecraft:block/crimson_button", + "x": 90, + "uvlock": true + }, + "face=wall,facing=north,powered=true": { + "model": "minecraft:block/crimson_button_pressed", + "x": 90, + "uvlock": true + }, + "face=wall,facing=south,powered=false": { + "model": "minecraft:block/crimson_button", + "y": 180, + "x": 90, + "uvlock": true + }, + "face=wall,facing=south,powered=true": { + "model": "minecraft:block/crimson_button_pressed", + "y": 180, + "x": 90, + "uvlock": true + }, + "face=wall,facing=west,powered=false": { + "model": "minecraft:block/crimson_button", + "y": 270, + "x": 90, + "uvlock": true + }, + "face=wall,facing=west,powered=true": { + "model": "minecraft:block/crimson_button_pressed", + "y": 270, + "x": 90, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/crimson_door.json b/1.16.5/assets/minecraft/blockstates/crimson_door.json new file mode 100644 index 00000000..41617c73 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/crimson_door.json @@ -0,0 +1,124 @@ +{ + "variants": { + "facing=east,half=lower,hinge=left,open=false": { + "model": "minecraft:block/crimson_door_bottom" + }, + "facing=east,half=lower,hinge=left,open=true": { + "model": "minecraft:block/crimson_door_bottom_hinge", + "y": 90 + }, + "facing=east,half=lower,hinge=right,open=false": { + "model": "minecraft:block/crimson_door_bottom_hinge" + }, + "facing=east,half=lower,hinge=right,open=true": { + "model": "minecraft:block/crimson_door_bottom", + "y": 270 + }, + "facing=east,half=upper,hinge=left,open=false": { + "model": "minecraft:block/crimson_door_top" + }, + "facing=east,half=upper,hinge=left,open=true": { + "model": "minecraft:block/crimson_door_top_hinge", + "y": 90 + }, + "facing=east,half=upper,hinge=right,open=false": { + "model": "minecraft:block/crimson_door_top_hinge" + }, + "facing=east,half=upper,hinge=right,open=true": { + "model": "minecraft:block/crimson_door_top", + "y": 270 + }, + "facing=north,half=lower,hinge=left,open=false": { + "model": "minecraft:block/crimson_door_bottom", + "y": 270 + }, + "facing=north,half=lower,hinge=left,open=true": { + "model": "minecraft:block/crimson_door_bottom_hinge" + }, + "facing=north,half=lower,hinge=right,open=false": { + "model": "minecraft:block/crimson_door_bottom_hinge", + "y": 270 + }, + "facing=north,half=lower,hinge=right,open=true": { + "model": "minecraft:block/crimson_door_bottom", + "y": 180 + }, + "facing=north,half=upper,hinge=left,open=false": { + "model": "minecraft:block/crimson_door_top", + "y": 270 + }, + "facing=north,half=upper,hinge=left,open=true": { + "model": "minecraft:block/crimson_door_top_hinge" + }, + "facing=north,half=upper,hinge=right,open=false": { + "model": "minecraft:block/crimson_door_top_hinge", + "y": 270 + }, + "facing=north,half=upper,hinge=right,open=true": { + "model": "minecraft:block/crimson_door_top", + "y": 180 + }, + "facing=south,half=lower,hinge=left,open=false": { + "model": "minecraft:block/crimson_door_bottom", + "y": 90 + }, + "facing=south,half=lower,hinge=left,open=true": { + "model": "minecraft:block/crimson_door_bottom_hinge", + "y": 180 + }, + "facing=south,half=lower,hinge=right,open=false": { + "model": "minecraft:block/crimson_door_bottom_hinge", + "y": 90 + }, + "facing=south,half=lower,hinge=right,open=true": { + "model": "minecraft:block/crimson_door_bottom" + }, + "facing=south,half=upper,hinge=left,open=false": { + "model": "minecraft:block/crimson_door_top", + "y": 90 + }, + "facing=south,half=upper,hinge=left,open=true": { + "model": "minecraft:block/crimson_door_top_hinge", + "y": 180 + }, + "facing=south,half=upper,hinge=right,open=false": { + "model": "minecraft:block/crimson_door_top_hinge", + "y": 90 + }, + "facing=south,half=upper,hinge=right,open=true": { + "model": "minecraft:block/crimson_door_top" + }, + "facing=west,half=lower,hinge=left,open=false": { + "model": "minecraft:block/crimson_door_bottom", + "y": 180 + }, + "facing=west,half=lower,hinge=left,open=true": { + "model": "minecraft:block/crimson_door_bottom_hinge", + "y": 270 + }, + "facing=west,half=lower,hinge=right,open=false": { + "model": "minecraft:block/crimson_door_bottom_hinge", + "y": 180 + }, + "facing=west,half=lower,hinge=right,open=true": { + "model": "minecraft:block/crimson_door_bottom", + "y": 90 + }, + "facing=west,half=upper,hinge=left,open=false": { + "model": "minecraft:block/crimson_door_top", + "y": 180 + }, + "facing=west,half=upper,hinge=left,open=true": { + "model": "minecraft:block/crimson_door_top_hinge", + "y": 270 + }, + "facing=west,half=upper,hinge=right,open=false": { + "model": "minecraft:block/crimson_door_top_hinge", + "y": 180 + }, + "facing=west,half=upper,hinge=right,open=true": { + "model": "minecraft:block/crimson_door_top", + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/crimson_fence.json b/1.16.5/assets/minecraft/blockstates/crimson_fence.json new file mode 100644 index 00000000..d36a041b --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/crimson_fence.json @@ -0,0 +1,48 @@ +{ + "multipart": [ + { + "apply": { + "model": "minecraft:block/crimson_fence_post" + } + }, + { + "when": { + "north": "true" + }, + "apply": { + "model": "minecraft:block/crimson_fence_side", + "uvlock": true + } + }, + { + "when": { + "east": "true" + }, + "apply": { + "model": "minecraft:block/crimson_fence_side", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "true" + }, + "apply": { + "model": "minecraft:block/crimson_fence_side", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "true" + }, + "apply": { + "model": "minecraft:block/crimson_fence_side", + "y": 270, + "uvlock": true + } + } + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/crimson_fence_gate.json b/1.16.5/assets/minecraft/blockstates/crimson_fence_gate.json new file mode 100644 index 00000000..37232646 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/crimson_fence_gate.json @@ -0,0 +1,80 @@ +{ + "variants": { + "facing=east,in_wall=false,open=false": { + "uvlock": true, + "y": 270, + "model": "minecraft:block/crimson_fence_gate" + }, + "facing=east,in_wall=false,open=true": { + "uvlock": true, + "y": 270, + "model": "minecraft:block/crimson_fence_gate_open" + }, + "facing=east,in_wall=true,open=false": { + "uvlock": true, + "y": 270, + "model": "minecraft:block/crimson_fence_gate_wall" + }, + "facing=east,in_wall=true,open=true": { + "uvlock": true, + "y": 270, + "model": "minecraft:block/crimson_fence_gate_wall_open" + }, + "facing=north,in_wall=false,open=false": { + "uvlock": true, + "y": 180, + "model": "minecraft:block/crimson_fence_gate" + }, + "facing=north,in_wall=false,open=true": { + "uvlock": true, + "y": 180, + "model": "minecraft:block/crimson_fence_gate_open" + }, + "facing=north,in_wall=true,open=false": { + "uvlock": true, + "y": 180, + "model": "minecraft:block/crimson_fence_gate_wall" + }, + "facing=north,in_wall=true,open=true": { + "uvlock": true, + "y": 180, + "model": "minecraft:block/crimson_fence_gate_wall_open" + }, + "facing=south,in_wall=false,open=false": { + "uvlock": true, + "model": "minecraft:block/crimson_fence_gate" + }, + "facing=south,in_wall=false,open=true": { + "uvlock": true, + "model": "minecraft:block/crimson_fence_gate_open" + }, + "facing=south,in_wall=true,open=false": { + "uvlock": true, + "model": "minecraft:block/crimson_fence_gate_wall" + }, + "facing=south,in_wall=true,open=true": { + "uvlock": true, + "model": "minecraft:block/crimson_fence_gate_wall_open" + }, + "facing=west,in_wall=false,open=false": { + "uvlock": true, + "y": 90, + "model": "minecraft:block/crimson_fence_gate" + }, + "facing=west,in_wall=false,open=true": { + "uvlock": true, + "y": 90, + "model": "minecraft:block/crimson_fence_gate_open" + }, + "facing=west,in_wall=true,open=false": { + "uvlock": true, + "y": 90, + "model": "minecraft:block/crimson_fence_gate_wall" + }, + "facing=west,in_wall=true,open=true": { + "uvlock": true, + "y": 90, + "model": "minecraft:block/crimson_fence_gate_wall_open" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/crimson_fungus.json b/1.16.5/assets/minecraft/blockstates/crimson_fungus.json new file mode 100644 index 00000000..4ee39fd2 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/crimson_fungus.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/crimson_fungus" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/crimson_hyphae.json b/1.16.5/assets/minecraft/blockstates/crimson_hyphae.json new file mode 100644 index 00000000..115ed635 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/crimson_hyphae.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/crimson_hyphae", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/crimson_hyphae" + }, + "axis=z": { + "model": "minecraft:block/crimson_hyphae", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/crimson_nylium.json b/1.16.5/assets/minecraft/blockstates/crimson_nylium.json new file mode 100644 index 00000000..e3ecaf60 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/crimson_nylium.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/crimson_nylium" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/crimson_planks.json b/1.16.5/assets/minecraft/blockstates/crimson_planks.json new file mode 100644 index 00000000..9cd4ff65 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/crimson_planks.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/crimson_planks" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/crimson_pressure_plate.json b/1.16.5/assets/minecraft/blockstates/crimson_pressure_plate.json new file mode 100644 index 00000000..7e7ab3d6 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/crimson_pressure_plate.json @@ -0,0 +1,10 @@ +{ + "variants": { + "powered=false": { + "model": "minecraft:block/crimson_pressure_plate" + }, + "powered=true": { + "model": "minecraft:block/crimson_pressure_plate_down" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/crimson_roots.json b/1.16.5/assets/minecraft/blockstates/crimson_roots.json new file mode 100644 index 00000000..830d559a --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/crimson_roots.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/crimson_roots" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/crimson_sign.json b/1.16.5/assets/minecraft/blockstates/crimson_sign.json new file mode 100644 index 00000000..c2f40c97 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/crimson_sign.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/crimson_sign" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/crimson_slab.json b/1.16.5/assets/minecraft/blockstates/crimson_slab.json new file mode 100644 index 00000000..7f8f651d --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/crimson_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/crimson_slab" + }, + "type=double": { + "model": "minecraft:block/crimson_planks" + }, + "type=top": { + "model": "minecraft:block/crimson_slab_top" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/crimson_stairs.json b/1.16.5/assets/minecraft/blockstates/crimson_stairs.json new file mode 100644 index 00000000..5b59f487 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/crimson_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/crimson_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/crimson_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/crimson_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/crimson_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/crimson_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/crimson_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/crimson_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/crimson_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/crimson_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/crimson_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/crimson_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/crimson_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/crimson_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/crimson_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/crimson_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/crimson_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/crimson_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/crimson_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/crimson_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/crimson_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/crimson_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/crimson_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/crimson_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/crimson_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/crimson_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/crimson_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/crimson_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/crimson_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/crimson_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/crimson_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/crimson_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/crimson_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/crimson_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/crimson_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/crimson_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/crimson_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/crimson_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/crimson_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/crimson_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/crimson_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/crimson_stem.json b/1.16.5/assets/minecraft/blockstates/crimson_stem.json new file mode 100644 index 00000000..81285b0c --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/crimson_stem.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/crimson_stem", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/crimson_stem" + }, + "axis=z": { + "model": "minecraft:block/crimson_stem", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/crimson_trapdoor.json b/1.16.5/assets/minecraft/blockstates/crimson_trapdoor.json new file mode 100644 index 00000000..a3be29c0 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/crimson_trapdoor.json @@ -0,0 +1,69 @@ +{ + "variants": { + "facing=east,half=bottom,open=false": { + "model": "minecraft:block/crimson_trapdoor_bottom", + "y": 90 + }, + "facing=east,half=bottom,open=true": { + "model": "minecraft:block/crimson_trapdoor_open", + "y": 90 + }, + "facing=east,half=top,open=false": { + "model": "minecraft:block/crimson_trapdoor_top", + "y": 90 + }, + "facing=east,half=top,open=true": { + "model": "minecraft:block/crimson_trapdoor_open", + "x": 180, + "y": 270 + }, + "facing=north,half=bottom,open=false": { + "model": "minecraft:block/crimson_trapdoor_bottom" + }, + "facing=north,half=bottom,open=true": { + "model": "minecraft:block/crimson_trapdoor_open" + }, + "facing=north,half=top,open=false": { + "model": "minecraft:block/crimson_trapdoor_top" + }, + "facing=north,half=top,open=true": { + "model": "minecraft:block/crimson_trapdoor_open", + "x": 180, + "y": 180 + }, + "facing=south,half=bottom,open=false": { + "model": "minecraft:block/crimson_trapdoor_bottom", + "y": 180 + }, + "facing=south,half=bottom,open=true": { + "model": "minecraft:block/crimson_trapdoor_open", + "y": 180 + }, + "facing=south,half=top,open=false": { + "model": "minecraft:block/crimson_trapdoor_top", + "y": 180 + }, + "facing=south,half=top,open=true": { + "model": "minecraft:block/crimson_trapdoor_open", + "x": 180, + "y": 0 + }, + "facing=west,half=bottom,open=false": { + "model": "minecraft:block/crimson_trapdoor_bottom", + "y": 270 + }, + "facing=west,half=bottom,open=true": { + "model": "minecraft:block/crimson_trapdoor_open", + "y": 270 + }, + "facing=west,half=top,open=false": { + "model": "minecraft:block/crimson_trapdoor_top", + "y": 270 + }, + "facing=west,half=top,open=true": { + "model": "minecraft:block/crimson_trapdoor_open", + "x": 180, + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/crimson_wall_sign.json b/1.16.5/assets/minecraft/blockstates/crimson_wall_sign.json new file mode 100644 index 00000000..c2f40c97 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/crimson_wall_sign.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/crimson_sign" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/crying_obsidian.json b/1.16.5/assets/minecraft/blockstates/crying_obsidian.json new file mode 100644 index 00000000..fd7ad59e --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/crying_obsidian.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/crying_obsidian" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/cut_red_sandstone.json b/1.16.5/assets/minecraft/blockstates/cut_red_sandstone.json new file mode 100644 index 00000000..7ef05a72 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/cut_red_sandstone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/cut_red_sandstone" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/cut_red_sandstone_slab.json b/1.16.5/assets/minecraft/blockstates/cut_red_sandstone_slab.json new file mode 100644 index 00000000..0b7645ae --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/cut_red_sandstone_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/cut_red_sandstone_slab" + }, + "type=double": { + "model": "minecraft:block/cut_red_sandstone" + }, + "type=top": { + "model": "minecraft:block/cut_red_sandstone_slab_top" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/cut_sandstone.json b/1.16.5/assets/minecraft/blockstates/cut_sandstone.json new file mode 100644 index 00000000..9bab8fc4 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/cut_sandstone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/cut_sandstone" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/cut_sandstone_slab.json b/1.16.5/assets/minecraft/blockstates/cut_sandstone_slab.json new file mode 100644 index 00000000..5c8f0520 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/cut_sandstone_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/cut_sandstone_slab" + }, + "type=double": { + "model": "minecraft:block/cut_sandstone" + }, + "type=top": { + "model": "minecraft:block/cut_sandstone_slab_top" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/cyan_banner.json b/1.16.5/assets/minecraft/blockstates/cyan_banner.json new file mode 100644 index 00000000..f5e2c87f --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/cyan_banner.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/banner" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/cyan_bed.json b/1.16.5/assets/minecraft/blockstates/cyan_bed.json new file mode 100644 index 00000000..6577c90a --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/cyan_bed.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/bed" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/cyan_carpet.json b/1.16.5/assets/minecraft/blockstates/cyan_carpet.json new file mode 100644 index 00000000..0b0212c5 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/cyan_carpet.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/cyan_carpet" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/cyan_concrete.json b/1.16.5/assets/minecraft/blockstates/cyan_concrete.json new file mode 100644 index 00000000..32935a3b --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/cyan_concrete.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/cyan_concrete" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/cyan_concrete_powder.json b/1.16.5/assets/minecraft/blockstates/cyan_concrete_powder.json new file mode 100644 index 00000000..cf7085eb --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/cyan_concrete_powder.json @@ -0,0 +1,21 @@ +{ + "variants": { + "": [ + { + "model": "minecraft:block/cyan_concrete_powder" + }, + { + "model": "minecraft:block/cyan_concrete_powder", + "y": 90 + }, + { + "model": "minecraft:block/cyan_concrete_powder", + "y": 180 + }, + { + "model": "minecraft:block/cyan_concrete_powder", + "y": 270 + } + ] + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/cyan_glazed_terracotta.json b/1.16.5/assets/minecraft/blockstates/cyan_glazed_terracotta.json new file mode 100644 index 00000000..26276ef3 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/cyan_glazed_terracotta.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/cyan_glazed_terracotta", + "y": 270 + }, + "facing=north": { + "model": "minecraft:block/cyan_glazed_terracotta", + "y": 180 + }, + "facing=south": { + "model": "minecraft:block/cyan_glazed_terracotta" + }, + "facing=west": { + "model": "minecraft:block/cyan_glazed_terracotta", + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/cyan_shulker_box.json b/1.16.5/assets/minecraft/blockstates/cyan_shulker_box.json new file mode 100644 index 00000000..86214c0d --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/cyan_shulker_box.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/cyan_shulker_box" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/cyan_stained_glass.json b/1.16.5/assets/minecraft/blockstates/cyan_stained_glass.json new file mode 100644 index 00000000..6645a573 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/cyan_stained_glass.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/cyan_stained_glass" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/cyan_stained_glass_pane.json b/1.16.5/assets/minecraft/blockstates/cyan_stained_glass_pane.json new file mode 100644 index 00000000..08676927 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/cyan_stained_glass_pane.json @@ -0,0 +1,77 @@ +{ + "multipart": [ + { + "apply": { + "model": "minecraft:block/cyan_stained_glass_pane_post" + } + }, + { + "when": { + "north": "true" + }, + "apply": { + "model": "minecraft:block/cyan_stained_glass_pane_side" + } + }, + { + "when": { + "east": "true" + }, + "apply": { + "model": "minecraft:block/cyan_stained_glass_pane_side", + "y": 90 + } + }, + { + "when": { + "south": "true" + }, + "apply": { + "model": "minecraft:block/cyan_stained_glass_pane_side_alt" + } + }, + { + "when": { + "west": "true" + }, + "apply": { + "model": "minecraft:block/cyan_stained_glass_pane_side_alt", + "y": 90 + } + }, + { + "when": { + "north": "false" + }, + "apply": { + "model": "minecraft:block/cyan_stained_glass_pane_noside" + } + }, + { + "when": { + "east": "false" + }, + "apply": { + "model": "minecraft:block/cyan_stained_glass_pane_noside_alt" + } + }, + { + "when": { + "south": "false" + }, + "apply": { + "model": "minecraft:block/cyan_stained_glass_pane_noside_alt", + "y": 90 + } + }, + { + "when": { + "west": "false" + }, + "apply": { + "model": "minecraft:block/cyan_stained_glass_pane_noside", + "y": 270 + } + } + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/cyan_terracotta.json b/1.16.5/assets/minecraft/blockstates/cyan_terracotta.json new file mode 100644 index 00000000..dca321fa --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/cyan_terracotta.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/cyan_terracotta" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/cyan_wall_banner.json b/1.16.5/assets/minecraft/blockstates/cyan_wall_banner.json new file mode 100644 index 00000000..f5e2c87f --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/cyan_wall_banner.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/banner" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/cyan_wool.json b/1.16.5/assets/minecraft/blockstates/cyan_wool.json new file mode 100644 index 00000000..48b12b5a --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/cyan_wool.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/cyan_wool" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/damaged_anvil.json b/1.16.5/assets/minecraft/blockstates/damaged_anvil.json new file mode 100644 index 00000000..cca2bca4 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/damaged_anvil.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/damaged_anvil", + "y": 270 + }, + "facing=north": { + "model": "minecraft:block/damaged_anvil", + "y": 180 + }, + "facing=south": { + "model": "minecraft:block/damaged_anvil" + }, + "facing=west": { + "model": "minecraft:block/damaged_anvil", + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/dandelion.json b/1.16.5/assets/minecraft/blockstates/dandelion.json new file mode 100644 index 00000000..bf8a14b9 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/dandelion.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/dandelion" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/dark_oak_button.json b/1.16.5/assets/minecraft/blockstates/dark_oak_button.json new file mode 100644 index 00000000..75488108 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/dark_oak_button.json @@ -0,0 +1,118 @@ +{ + "variants": { + "face=ceiling,facing=east,powered=false": { + "model": "minecraft:block/dark_oak_button", + "y": 270, + "x": 180 + }, + "face=ceiling,facing=east,powered=true": { + "model": "minecraft:block/dark_oak_button_pressed", + "y": 270, + "x": 180 + }, + "face=ceiling,facing=north,powered=false": { + "model": "minecraft:block/dark_oak_button", + "y": 180, + "x": 180 + }, + "face=ceiling,facing=north,powered=true": { + "model": "minecraft:block/dark_oak_button_pressed", + "y": 180, + "x": 180 + }, + "face=ceiling,facing=south,powered=false": { + "model": "minecraft:block/dark_oak_button", + "x": 180 + }, + "face=ceiling,facing=south,powered=true": { + "model": "minecraft:block/dark_oak_button_pressed", + "x": 180 + }, + "face=ceiling,facing=west,powered=false": { + "model": "minecraft:block/dark_oak_button", + "y": 90, + "x": 180 + }, + "face=ceiling,facing=west,powered=true": { + "model": "minecraft:block/dark_oak_button_pressed", + "y": 90, + "x": 180 + }, + "face=floor,facing=east,powered=false": { + "model": "minecraft:block/dark_oak_button", + "y": 90 + }, + "face=floor,facing=east,powered=true": { + "model": "minecraft:block/dark_oak_button_pressed", + "y": 90 + }, + "face=floor,facing=north,powered=false": { + "model": "minecraft:block/dark_oak_button" + }, + "face=floor,facing=north,powered=true": { + "model": "minecraft:block/dark_oak_button_pressed" + }, + "face=floor,facing=south,powered=false": { + "model": "minecraft:block/dark_oak_button", + "y": 180 + }, + "face=floor,facing=south,powered=true": { + "model": "minecraft:block/dark_oak_button_pressed", + "y": 180 + }, + "face=floor,facing=west,powered=false": { + "model": "minecraft:block/dark_oak_button", + "y": 270 + }, + "face=floor,facing=west,powered=true": { + "model": "minecraft:block/dark_oak_button_pressed", + "y": 270 + }, + "face=wall,facing=east,powered=false": { + "model": "minecraft:block/dark_oak_button", + "y": 90, + "x": 90, + "uvlock": true + }, + "face=wall,facing=east,powered=true": { + "model": "minecraft:block/dark_oak_button_pressed", + "y": 90, + "x": 90, + "uvlock": true + }, + "face=wall,facing=north,powered=false": { + "model": "minecraft:block/dark_oak_button", + "x": 90, + "uvlock": true + }, + "face=wall,facing=north,powered=true": { + "model": "minecraft:block/dark_oak_button_pressed", + "x": 90, + "uvlock": true + }, + "face=wall,facing=south,powered=false": { + "model": "minecraft:block/dark_oak_button", + "y": 180, + "x": 90, + "uvlock": true + }, + "face=wall,facing=south,powered=true": { + "model": "minecraft:block/dark_oak_button_pressed", + "y": 180, + "x": 90, + "uvlock": true + }, + "face=wall,facing=west,powered=false": { + "model": "minecraft:block/dark_oak_button", + "y": 270, + "x": 90, + "uvlock": true + }, + "face=wall,facing=west,powered=true": { + "model": "minecraft:block/dark_oak_button_pressed", + "y": 270, + "x": 90, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/dark_oak_door.json b/1.16.5/assets/minecraft/blockstates/dark_oak_door.json new file mode 100644 index 00000000..6dc514a5 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/dark_oak_door.json @@ -0,0 +1,124 @@ +{ + "variants": { + "facing=east,half=lower,hinge=left,open=false": { + "model": "minecraft:block/dark_oak_door_bottom" + }, + "facing=east,half=lower,hinge=left,open=true": { + "model": "minecraft:block/dark_oak_door_bottom_hinge", + "y": 90 + }, + "facing=east,half=lower,hinge=right,open=false": { + "model": "minecraft:block/dark_oak_door_bottom_hinge" + }, + "facing=east,half=lower,hinge=right,open=true": { + "model": "minecraft:block/dark_oak_door_bottom", + "y": 270 + }, + "facing=east,half=upper,hinge=left,open=false": { + "model": "minecraft:block/dark_oak_door_top" + }, + "facing=east,half=upper,hinge=left,open=true": { + "model": "minecraft:block/dark_oak_door_top_hinge", + "y": 90 + }, + "facing=east,half=upper,hinge=right,open=false": { + "model": "minecraft:block/dark_oak_door_top_hinge" + }, + "facing=east,half=upper,hinge=right,open=true": { + "model": "minecraft:block/dark_oak_door_top", + "y": 270 + }, + "facing=north,half=lower,hinge=left,open=false": { + "model": "minecraft:block/dark_oak_door_bottom", + "y": 270 + }, + "facing=north,half=lower,hinge=left,open=true": { + "model": "minecraft:block/dark_oak_door_bottom_hinge" + }, + "facing=north,half=lower,hinge=right,open=false": { + "model": "minecraft:block/dark_oak_door_bottom_hinge", + "y": 270 + }, + "facing=north,half=lower,hinge=right,open=true": { + "model": "minecraft:block/dark_oak_door_bottom", + "y": 180 + }, + "facing=north,half=upper,hinge=left,open=false": { + "model": "minecraft:block/dark_oak_door_top", + "y": 270 + }, + "facing=north,half=upper,hinge=left,open=true": { + "model": "minecraft:block/dark_oak_door_top_hinge" + }, + "facing=north,half=upper,hinge=right,open=false": { + "model": "minecraft:block/dark_oak_door_top_hinge", + "y": 270 + }, + "facing=north,half=upper,hinge=right,open=true": { + "model": "minecraft:block/dark_oak_door_top", + "y": 180 + }, + "facing=south,half=lower,hinge=left,open=false": { + "model": "minecraft:block/dark_oak_door_bottom", + "y": 90 + }, + "facing=south,half=lower,hinge=left,open=true": { + "model": "minecraft:block/dark_oak_door_bottom_hinge", + "y": 180 + }, + "facing=south,half=lower,hinge=right,open=false": { + "model": "minecraft:block/dark_oak_door_bottom_hinge", + "y": 90 + }, + "facing=south,half=lower,hinge=right,open=true": { + "model": "minecraft:block/dark_oak_door_bottom" + }, + "facing=south,half=upper,hinge=left,open=false": { + "model": "minecraft:block/dark_oak_door_top", + "y": 90 + }, + "facing=south,half=upper,hinge=left,open=true": { + "model": "minecraft:block/dark_oak_door_top_hinge", + "y": 180 + }, + "facing=south,half=upper,hinge=right,open=false": { + "model": "minecraft:block/dark_oak_door_top_hinge", + "y": 90 + }, + "facing=south,half=upper,hinge=right,open=true": { + "model": "minecraft:block/dark_oak_door_top" + }, + "facing=west,half=lower,hinge=left,open=false": { + "model": "minecraft:block/dark_oak_door_bottom", + "y": 180 + }, + "facing=west,half=lower,hinge=left,open=true": { + "model": "minecraft:block/dark_oak_door_bottom_hinge", + "y": 270 + }, + "facing=west,half=lower,hinge=right,open=false": { + "model": "minecraft:block/dark_oak_door_bottom_hinge", + "y": 180 + }, + "facing=west,half=lower,hinge=right,open=true": { + "model": "minecraft:block/dark_oak_door_bottom", + "y": 90 + }, + "facing=west,half=upper,hinge=left,open=false": { + "model": "minecraft:block/dark_oak_door_top", + "y": 180 + }, + "facing=west,half=upper,hinge=left,open=true": { + "model": "minecraft:block/dark_oak_door_top_hinge", + "y": 270 + }, + "facing=west,half=upper,hinge=right,open=false": { + "model": "minecraft:block/dark_oak_door_top_hinge", + "y": 180 + }, + "facing=west,half=upper,hinge=right,open=true": { + "model": "minecraft:block/dark_oak_door_top", + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/dark_oak_fence.json b/1.16.5/assets/minecraft/blockstates/dark_oak_fence.json new file mode 100644 index 00000000..8373b36d --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/dark_oak_fence.json @@ -0,0 +1,48 @@ +{ + "multipart": [ + { + "apply": { + "model": "minecraft:block/dark_oak_fence_post" + } + }, + { + "when": { + "north": "true" + }, + "apply": { + "model": "minecraft:block/dark_oak_fence_side", + "uvlock": true + } + }, + { + "when": { + "east": "true" + }, + "apply": { + "model": "minecraft:block/dark_oak_fence_side", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "true" + }, + "apply": { + "model": "minecraft:block/dark_oak_fence_side", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "true" + }, + "apply": { + "model": "minecraft:block/dark_oak_fence_side", + "y": 270, + "uvlock": true + } + } + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/dark_oak_fence_gate.json b/1.16.5/assets/minecraft/blockstates/dark_oak_fence_gate.json new file mode 100644 index 00000000..9170480e --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/dark_oak_fence_gate.json @@ -0,0 +1,80 @@ +{ + "variants": { + "facing=east,in_wall=false,open=false": { + "uvlock": true, + "y": 270, + "model": "minecraft:block/dark_oak_fence_gate" + }, + "facing=east,in_wall=false,open=true": { + "uvlock": true, + "y": 270, + "model": "minecraft:block/dark_oak_fence_gate_open" + }, + "facing=east,in_wall=true,open=false": { + "uvlock": true, + "y": 270, + "model": "minecraft:block/dark_oak_fence_gate_wall" + }, + "facing=east,in_wall=true,open=true": { + "uvlock": true, + "y": 270, + "model": "minecraft:block/dark_oak_fence_gate_wall_open" + }, + "facing=north,in_wall=false,open=false": { + "uvlock": true, + "y": 180, + "model": "minecraft:block/dark_oak_fence_gate" + }, + "facing=north,in_wall=false,open=true": { + "uvlock": true, + "y": 180, + "model": "minecraft:block/dark_oak_fence_gate_open" + }, + "facing=north,in_wall=true,open=false": { + "uvlock": true, + "y": 180, + "model": "minecraft:block/dark_oak_fence_gate_wall" + }, + "facing=north,in_wall=true,open=true": { + "uvlock": true, + "y": 180, + "model": "minecraft:block/dark_oak_fence_gate_wall_open" + }, + "facing=south,in_wall=false,open=false": { + "uvlock": true, + "model": "minecraft:block/dark_oak_fence_gate" + }, + "facing=south,in_wall=false,open=true": { + "uvlock": true, + "model": "minecraft:block/dark_oak_fence_gate_open" + }, + "facing=south,in_wall=true,open=false": { + "uvlock": true, + "model": "minecraft:block/dark_oak_fence_gate_wall" + }, + "facing=south,in_wall=true,open=true": { + "uvlock": true, + "model": "minecraft:block/dark_oak_fence_gate_wall_open" + }, + "facing=west,in_wall=false,open=false": { + "uvlock": true, + "y": 90, + "model": "minecraft:block/dark_oak_fence_gate" + }, + "facing=west,in_wall=false,open=true": { + "uvlock": true, + "y": 90, + "model": "minecraft:block/dark_oak_fence_gate_open" + }, + "facing=west,in_wall=true,open=false": { + "uvlock": true, + "y": 90, + "model": "minecraft:block/dark_oak_fence_gate_wall" + }, + "facing=west,in_wall=true,open=true": { + "uvlock": true, + "y": 90, + "model": "minecraft:block/dark_oak_fence_gate_wall_open" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/dark_oak_leaves.json b/1.16.5/assets/minecraft/blockstates/dark_oak_leaves.json new file mode 100644 index 00000000..0b6f4f4d --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/dark_oak_leaves.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/dark_oak_leaves" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/dark_oak_log.json b/1.16.5/assets/minecraft/blockstates/dark_oak_log.json new file mode 100644 index 00000000..ae91a107 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/dark_oak_log.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/dark_oak_log_horizontal", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/dark_oak_log" + }, + "axis=z": { + "model": "minecraft:block/dark_oak_log_horizontal", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/dark_oak_planks.json b/1.16.5/assets/minecraft/blockstates/dark_oak_planks.json new file mode 100644 index 00000000..47194b08 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/dark_oak_planks.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/dark_oak_planks" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/dark_oak_pressure_plate.json b/1.16.5/assets/minecraft/blockstates/dark_oak_pressure_plate.json new file mode 100644 index 00000000..7a3ce2af --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/dark_oak_pressure_plate.json @@ -0,0 +1,10 @@ +{ + "variants": { + "powered=false": { + "model": "minecraft:block/dark_oak_pressure_plate" + }, + "powered=true": { + "model": "minecraft:block/dark_oak_pressure_plate_down" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/dark_oak_sapling.json b/1.16.5/assets/minecraft/blockstates/dark_oak_sapling.json new file mode 100644 index 00000000..31435f37 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/dark_oak_sapling.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/dark_oak_sapling" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/dark_oak_sign.json b/1.16.5/assets/minecraft/blockstates/dark_oak_sign.json new file mode 100644 index 00000000..d3e8f533 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/dark_oak_sign.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/dark_oak_sign" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/dark_oak_slab.json b/1.16.5/assets/minecraft/blockstates/dark_oak_slab.json new file mode 100644 index 00000000..a99483a2 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/dark_oak_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/dark_oak_slab" + }, + "type=double": { + "model": "minecraft:block/dark_oak_planks" + }, + "type=top": { + "model": "minecraft:block/dark_oak_slab_top" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/dark_oak_stairs.json b/1.16.5/assets/minecraft/blockstates/dark_oak_stairs.json new file mode 100644 index 00000000..53e97c0a --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/dark_oak_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/dark_oak_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/dark_oak_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/dark_oak_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/dark_oak_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/dark_oak_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/dark_oak_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/dark_oak_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/dark_oak_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/dark_oak_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/dark_oak_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/dark_oak_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/dark_oak_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/dark_oak_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/dark_oak_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/dark_oak_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/dark_oak_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/dark_oak_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/dark_oak_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/dark_oak_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/dark_oak_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/dark_oak_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/dark_oak_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/dark_oak_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/dark_oak_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/dark_oak_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/dark_oak_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/dark_oak_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/dark_oak_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/dark_oak_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/dark_oak_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/dark_oak_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/dark_oak_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/dark_oak_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/dark_oak_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/dark_oak_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/dark_oak_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/dark_oak_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/dark_oak_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/dark_oak_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/dark_oak_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/dark_oak_trapdoor.json b/1.16.5/assets/minecraft/blockstates/dark_oak_trapdoor.json new file mode 100644 index 00000000..87bb35c2 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/dark_oak_trapdoor.json @@ -0,0 +1,58 @@ +{ + "variants": { + "facing=east,half=bottom,open=false": { + "model": "minecraft:block/dark_oak_trapdoor_bottom" + }, + "facing=east,half=bottom,open=true": { + "model": "minecraft:block/dark_oak_trapdoor_open", + "y": 90 + }, + "facing=east,half=top,open=false": { + "model": "minecraft:block/dark_oak_trapdoor_top" + }, + "facing=east,half=top,open=true": { + "model": "minecraft:block/dark_oak_trapdoor_open", + "y": 90 + }, + "facing=north,half=bottom,open=false": { + "model": "minecraft:block/dark_oak_trapdoor_bottom" + }, + "facing=north,half=bottom,open=true": { + "model": "minecraft:block/dark_oak_trapdoor_open" + }, + "facing=north,half=top,open=false": { + "model": "minecraft:block/dark_oak_trapdoor_top" + }, + "facing=north,half=top,open=true": { + "model": "minecraft:block/dark_oak_trapdoor_open" + }, + "facing=south,half=bottom,open=false": { + "model": "minecraft:block/dark_oak_trapdoor_bottom" + }, + "facing=south,half=bottom,open=true": { + "model": "minecraft:block/dark_oak_trapdoor_open", + "y": 180 + }, + "facing=south,half=top,open=false": { + "model": "minecraft:block/dark_oak_trapdoor_top" + }, + "facing=south,half=top,open=true": { + "model": "minecraft:block/dark_oak_trapdoor_open", + "y": 180 + }, + "facing=west,half=bottom,open=false": { + "model": "minecraft:block/dark_oak_trapdoor_bottom" + }, + "facing=west,half=bottom,open=true": { + "model": "minecraft:block/dark_oak_trapdoor_open", + "y": 270 + }, + "facing=west,half=top,open=false": { + "model": "minecraft:block/dark_oak_trapdoor_top" + }, + "facing=west,half=top,open=true": { + "model": "minecraft:block/dark_oak_trapdoor_open", + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/dark_oak_wall_sign.json b/1.16.5/assets/minecraft/blockstates/dark_oak_wall_sign.json new file mode 100644 index 00000000..d3e8f533 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/dark_oak_wall_sign.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/dark_oak_sign" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/dark_oak_wood.json b/1.16.5/assets/minecraft/blockstates/dark_oak_wood.json new file mode 100644 index 00000000..d45b617f --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/dark_oak_wood.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/dark_oak_wood", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/dark_oak_wood" + }, + "axis=z": { + "model": "minecraft:block/dark_oak_wood", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/dark_prismarine.json b/1.16.5/assets/minecraft/blockstates/dark_prismarine.json new file mode 100644 index 00000000..2f1ce749 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/dark_prismarine.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/dark_prismarine" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/dark_prismarine_slab.json b/1.16.5/assets/minecraft/blockstates/dark_prismarine_slab.json new file mode 100644 index 00000000..80a61949 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/dark_prismarine_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/dark_prismarine_slab" + }, + "type=double": { + "model": "minecraft:block/dark_prismarine" + }, + "type=top": { + "model": "minecraft:block/dark_prismarine_slab_top" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/dark_prismarine_stairs.json b/1.16.5/assets/minecraft/blockstates/dark_prismarine_stairs.json new file mode 100644 index 00000000..8d0cda74 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/dark_prismarine_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/dark_prismarine_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/dark_prismarine_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/dark_prismarine_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/dark_prismarine_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/dark_prismarine_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/dark_prismarine_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/dark_prismarine_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/dark_prismarine_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/dark_prismarine_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/dark_prismarine_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/dark_prismarine_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/dark_prismarine_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/dark_prismarine_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/dark_prismarine_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/dark_prismarine_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/dark_prismarine_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/dark_prismarine_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/dark_prismarine_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/dark_prismarine_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/dark_prismarine_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/dark_prismarine_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/dark_prismarine_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/dark_prismarine_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/dark_prismarine_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/dark_prismarine_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/dark_prismarine_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/dark_prismarine_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/dark_prismarine_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/dark_prismarine_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/dark_prismarine_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/dark_prismarine_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/dark_prismarine_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/dark_prismarine_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/dark_prismarine_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/dark_prismarine_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/dark_prismarine_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/dark_prismarine_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/dark_prismarine_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/dark_prismarine_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/dark_prismarine_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/daylight_detector.json b/1.16.5/assets/minecraft/blockstates/daylight_detector.json new file mode 100644 index 00000000..c6182ff9 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/daylight_detector.json @@ -0,0 +1,10 @@ +{ + "variants": { + "inverted=false": { + "model": "minecraft:block/daylight_detector" + }, + "inverted=true": { + "model": "minecraft:block/daylight_detector_inverted" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/dead_brain_coral.json b/1.16.5/assets/minecraft/blockstates/dead_brain_coral.json new file mode 100644 index 00000000..736b2bd4 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/dead_brain_coral.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/dead_brain_coral" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/dead_brain_coral_block.json b/1.16.5/assets/minecraft/blockstates/dead_brain_coral_block.json new file mode 100644 index 00000000..550f6b06 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/dead_brain_coral_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/dead_brain_coral_block" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/dead_brain_coral_fan.json b/1.16.5/assets/minecraft/blockstates/dead_brain_coral_fan.json new file mode 100644 index 00000000..41c6e2a9 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/dead_brain_coral_fan.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/dead_brain_coral_fan" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/dead_brain_coral_wall_fan.json b/1.16.5/assets/minecraft/blockstates/dead_brain_coral_wall_fan.json new file mode 100644 index 00000000..03c9d976 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/dead_brain_coral_wall_fan.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/dead_brain_coral_wall_fan", + "y": 90 + }, + "facing=north": { + "model": "minecraft:block/dead_brain_coral_wall_fan" + }, + "facing=south": { + "model": "minecraft:block/dead_brain_coral_wall_fan", + "y": 180 + }, + "facing=west": { + "model": "minecraft:block/dead_brain_coral_wall_fan", + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/dead_bubble_coral.json b/1.16.5/assets/minecraft/blockstates/dead_bubble_coral.json new file mode 100644 index 00000000..fac745e1 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/dead_bubble_coral.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/dead_bubble_coral" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/dead_bubble_coral_block.json b/1.16.5/assets/minecraft/blockstates/dead_bubble_coral_block.json new file mode 100644 index 00000000..ada5781b --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/dead_bubble_coral_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/dead_bubble_coral_block" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/dead_bubble_coral_fan.json b/1.16.5/assets/minecraft/blockstates/dead_bubble_coral_fan.json new file mode 100644 index 00000000..d55b0608 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/dead_bubble_coral_fan.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/dead_bubble_coral_fan" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/dead_bubble_coral_wall_fan.json b/1.16.5/assets/minecraft/blockstates/dead_bubble_coral_wall_fan.json new file mode 100644 index 00000000..727aea19 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/dead_bubble_coral_wall_fan.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/dead_bubble_coral_wall_fan", + "y": 90 + }, + "facing=north": { + "model": "minecraft:block/dead_bubble_coral_wall_fan" + }, + "facing=south": { + "model": "minecraft:block/dead_bubble_coral_wall_fan", + "y": 180 + }, + "facing=west": { + "model": "minecraft:block/dead_bubble_coral_wall_fan", + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/dead_bush.json b/1.16.5/assets/minecraft/blockstates/dead_bush.json new file mode 100644 index 00000000..ed88d109 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/dead_bush.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/dead_bush" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/dead_fire_coral.json b/1.16.5/assets/minecraft/blockstates/dead_fire_coral.json new file mode 100644 index 00000000..65f7ee33 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/dead_fire_coral.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/dead_fire_coral" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/dead_fire_coral_block.json b/1.16.5/assets/minecraft/blockstates/dead_fire_coral_block.json new file mode 100644 index 00000000..4414956f --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/dead_fire_coral_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/dead_fire_coral_block" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/dead_fire_coral_fan.json b/1.16.5/assets/minecraft/blockstates/dead_fire_coral_fan.json new file mode 100644 index 00000000..fb3c6feb --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/dead_fire_coral_fan.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/dead_fire_coral_fan" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/dead_fire_coral_wall_fan.json b/1.16.5/assets/minecraft/blockstates/dead_fire_coral_wall_fan.json new file mode 100644 index 00000000..0fd52584 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/dead_fire_coral_wall_fan.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/dead_fire_coral_wall_fan", + "y": 90 + }, + "facing=north": { + "model": "minecraft:block/dead_fire_coral_wall_fan" + }, + "facing=south": { + "model": "minecraft:block/dead_fire_coral_wall_fan", + "y": 180 + }, + "facing=west": { + "model": "minecraft:block/dead_fire_coral_wall_fan", + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/dead_horn_coral.json b/1.16.5/assets/minecraft/blockstates/dead_horn_coral.json new file mode 100644 index 00000000..f38ce336 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/dead_horn_coral.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/dead_horn_coral" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/dead_horn_coral_block.json b/1.16.5/assets/minecraft/blockstates/dead_horn_coral_block.json new file mode 100644 index 00000000..8666c0c6 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/dead_horn_coral_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/dead_horn_coral_block" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/dead_horn_coral_fan.json b/1.16.5/assets/minecraft/blockstates/dead_horn_coral_fan.json new file mode 100644 index 00000000..1f72003e --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/dead_horn_coral_fan.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/dead_horn_coral_fan" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/dead_horn_coral_wall_fan.json b/1.16.5/assets/minecraft/blockstates/dead_horn_coral_wall_fan.json new file mode 100644 index 00000000..02928d6e --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/dead_horn_coral_wall_fan.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/dead_horn_coral_wall_fan", + "y": 90 + }, + "facing=north": { + "model": "minecraft:block/dead_horn_coral_wall_fan" + }, + "facing=south": { + "model": "minecraft:block/dead_horn_coral_wall_fan", + "y": 180 + }, + "facing=west": { + "model": "minecraft:block/dead_horn_coral_wall_fan", + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/dead_tube_coral.json b/1.16.5/assets/minecraft/blockstates/dead_tube_coral.json new file mode 100644 index 00000000..156c3f0a --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/dead_tube_coral.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/dead_tube_coral" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/dead_tube_coral_block.json b/1.16.5/assets/minecraft/blockstates/dead_tube_coral_block.json new file mode 100644 index 00000000..72d40552 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/dead_tube_coral_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/dead_tube_coral_block" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/dead_tube_coral_fan.json b/1.16.5/assets/minecraft/blockstates/dead_tube_coral_fan.json new file mode 100644 index 00000000..095e294b --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/dead_tube_coral_fan.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/dead_tube_coral_fan" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/dead_tube_coral_wall_fan.json b/1.16.5/assets/minecraft/blockstates/dead_tube_coral_wall_fan.json new file mode 100644 index 00000000..0705e15d --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/dead_tube_coral_wall_fan.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/dead_tube_coral_wall_fan", + "y": 90 + }, + "facing=north": { + "model": "minecraft:block/dead_tube_coral_wall_fan" + }, + "facing=south": { + "model": "minecraft:block/dead_tube_coral_wall_fan", + "y": 180 + }, + "facing=west": { + "model": "minecraft:block/dead_tube_coral_wall_fan", + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/detector_rail.json b/1.16.5/assets/minecraft/blockstates/detector_rail.json new file mode 100644 index 00000000..fff11cc0 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/detector_rail.json @@ -0,0 +1,46 @@ +{ + "variants": { + "powered=false,shape=ascending_east": { + "model": "minecraft:block/detector_rail_raised_ne", + "y": 90 + }, + "powered=false,shape=ascending_north": { + "model": "minecraft:block/detector_rail_raised_ne" + }, + "powered=false,shape=ascending_south": { + "model": "minecraft:block/detector_rail_raised_sw" + }, + "powered=false,shape=ascending_west": { + "model": "minecraft:block/detector_rail_raised_sw", + "y": 90 + }, + "powered=false,shape=east_west": { + "model": "minecraft:block/detector_rail", + "y": 90 + }, + "powered=false,shape=north_south": { + "model": "minecraft:block/detector_rail" + }, + "powered=true,shape=ascending_east": { + "model": "minecraft:block/detector_rail_on_raised_ne", + "y": 90 + }, + "powered=true,shape=ascending_north": { + "model": "minecraft:block/detector_rail_on_raised_ne" + }, + "powered=true,shape=ascending_south": { + "model": "minecraft:block/detector_rail_on_raised_sw" + }, + "powered=true,shape=ascending_west": { + "model": "minecraft:block/detector_rail_on_raised_sw", + "y": 90 + }, + "powered=true,shape=east_west": { + "model": "minecraft:block/detector_rail_on", + "y": 90 + }, + "powered=true,shape=north_south": { + "model": "minecraft:block/detector_rail_on" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/diamond_block.json b/1.16.5/assets/minecraft/blockstates/diamond_block.json new file mode 100644 index 00000000..5a5d8888 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/diamond_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/diamond_block" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/diamond_ore.json b/1.16.5/assets/minecraft/blockstates/diamond_ore.json new file mode 100644 index 00000000..fda88436 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/diamond_ore.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/diamond_ore" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/diorite.json b/1.16.5/assets/minecraft/blockstates/diorite.json new file mode 100644 index 00000000..6adf7b0a --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/diorite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/diorite" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/diorite_slab.json b/1.16.5/assets/minecraft/blockstates/diorite_slab.json new file mode 100644 index 00000000..58e56110 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/diorite_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/diorite_slab" + }, + "type=double": { + "model": "minecraft:block/diorite" + }, + "type=top": { + "model": "minecraft:block/diorite_slab_top" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/diorite_stairs.json b/1.16.5/assets/minecraft/blockstates/diorite_stairs.json new file mode 100644 index 00000000..c44582d3 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/diorite_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/diorite_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/diorite_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/diorite_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/diorite_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/diorite_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/diorite_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/diorite_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/diorite_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/diorite_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/diorite_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/diorite_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/diorite_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/diorite_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/diorite_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/diorite_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/diorite_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/diorite_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/diorite_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/diorite_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/diorite_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/diorite_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/diorite_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/diorite_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/diorite_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/diorite_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/diorite_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/diorite_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/diorite_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/diorite_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/diorite_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/diorite_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/diorite_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/diorite_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/diorite_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/diorite_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/diorite_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/diorite_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/diorite_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/diorite_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/diorite_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/diorite_wall.json b/1.16.5/assets/minecraft/blockstates/diorite_wall.json new file mode 100644 index 00000000..80d75819 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/diorite_wall.json @@ -0,0 +1,90 @@ +{ + "multipart": [ + { + "when": { + "up": "true" + }, + "apply": { + "model": "minecraft:block/diorite_wall_post" + } + }, + { + "when": { + "north": "low" + }, + "apply": { + "model": "minecraft:block/diorite_wall_side", + "uvlock": true + } + }, + { + "when": { + "east": "low" + }, + "apply": { + "model": "minecraft:block/diorite_wall_side", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "low" + }, + "apply": { + "model": "minecraft:block/diorite_wall_side", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "low" + }, + "apply": { + "model": "minecraft:block/diorite_wall_side", + "y": 270, + "uvlock": true + } + }, + { + "when": { + "north": "tall" + }, + "apply": { + "model": "minecraft:block/diorite_wall_side_tall", + "uvlock": true + } + }, + { + "when": { + "east": "tall" + }, + "apply": { + "model": "minecraft:block/diorite_wall_side_tall", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "tall" + }, + "apply": { + "model": "minecraft:block/diorite_wall_side_tall", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "tall" + }, + "apply": { + "model": "minecraft:block/diorite_wall_side_tall", + "y": 270, + "uvlock": true + } + } + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/dirt.json b/1.16.5/assets/minecraft/blockstates/dirt.json new file mode 100644 index 00000000..875507fe --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/dirt.json @@ -0,0 +1,21 @@ +{ + "variants": { + "": [ + { + "model": "minecraft:block/dirt" + }, + { + "model": "minecraft:block/dirt", + "y": 90 + }, + { + "model": "minecraft:block/dirt", + "y": 180 + }, + { + "model": "minecraft:block/dirt", + "y": 270 + } + ] + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/dispenser.json b/1.16.5/assets/minecraft/blockstates/dispenser.json new file mode 100644 index 00000000..aae90a81 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/dispenser.json @@ -0,0 +1,26 @@ +{ + "variants": { + "facing=down": { + "model": "minecraft:block/dispenser_vertical", + "x": 180 + }, + "facing=east": { + "model": "minecraft:block/dispenser", + "y": 90 + }, + "facing=north": { + "model": "minecraft:block/dispenser" + }, + "facing=south": { + "model": "minecraft:block/dispenser", + "y": 180 + }, + "facing=up": { + "model": "minecraft:block/dispenser_vertical" + }, + "facing=west": { + "model": "minecraft:block/dispenser", + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/dragon_egg.json b/1.16.5/assets/minecraft/blockstates/dragon_egg.json new file mode 100644 index 00000000..9bb980f7 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/dragon_egg.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/dragon_egg" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/dragon_head.json b/1.16.5/assets/minecraft/blockstates/dragon_head.json new file mode 100644 index 00000000..3951e3ee --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/dragon_head.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/skull" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/dragon_wall_head.json b/1.16.5/assets/minecraft/blockstates/dragon_wall_head.json new file mode 100644 index 00000000..3951e3ee --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/dragon_wall_head.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/skull" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/dried_kelp_block.json b/1.16.5/assets/minecraft/blockstates/dried_kelp_block.json new file mode 100644 index 00000000..aa9d160b --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/dried_kelp_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/dried_kelp_block" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/dropper.json b/1.16.5/assets/minecraft/blockstates/dropper.json new file mode 100644 index 00000000..19b14830 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/dropper.json @@ -0,0 +1,26 @@ +{ + "variants": { + "facing=down": { + "model": "minecraft:block/dropper_vertical", + "x": 180 + }, + "facing=east": { + "model": "minecraft:block/dropper", + "y": 90 + }, + "facing=north": { + "model": "minecraft:block/dropper" + }, + "facing=south": { + "model": "minecraft:block/dropper", + "y": 180 + }, + "facing=up": { + "model": "minecraft:block/dropper_vertical" + }, + "facing=west": { + "model": "minecraft:block/dropper", + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/emerald_block.json b/1.16.5/assets/minecraft/blockstates/emerald_block.json new file mode 100644 index 00000000..e159176d --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/emerald_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/emerald_block" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/emerald_ore.json b/1.16.5/assets/minecraft/blockstates/emerald_ore.json new file mode 100644 index 00000000..ed6121a9 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/emerald_ore.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/emerald_ore" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/enchanting_table.json b/1.16.5/assets/minecraft/blockstates/enchanting_table.json new file mode 100644 index 00000000..85aeab36 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/enchanting_table.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/enchanting_table" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/end_gateway.json b/1.16.5/assets/minecraft/blockstates/end_gateway.json new file mode 100644 index 00000000..2b5f683e --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/end_gateway.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/end_portal" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/end_portal.json b/1.16.5/assets/minecraft/blockstates/end_portal.json new file mode 100644 index 00000000..2b5f683e --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/end_portal.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/end_portal" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/end_portal_frame.json b/1.16.5/assets/minecraft/blockstates/end_portal_frame.json new file mode 100644 index 00000000..adcb19a1 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/end_portal_frame.json @@ -0,0 +1,34 @@ +{ + "variants": { + "eye=false,facing=east": { + "model": "minecraft:block/end_portal_frame", + "y": 270 + }, + "eye=false,facing=north": { + "model": "minecraft:block/end_portal_frame", + "y": 180 + }, + "eye=false,facing=south": { + "model": "minecraft:block/end_portal_frame" + }, + "eye=false,facing=west": { + "model": "minecraft:block/end_portal_frame", + "y": 90 + }, + "eye=true,facing=east": { + "model": "minecraft:block/end_portal_frame_filled", + "y": 270 + }, + "eye=true,facing=north": { + "model": "minecraft:block/end_portal_frame_filled", + "y": 180 + }, + "eye=true,facing=south": { + "model": "minecraft:block/end_portal_frame_filled" + }, + "eye=true,facing=west": { + "model": "minecraft:block/end_portal_frame_filled", + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/end_rod.json b/1.16.5/assets/minecraft/blockstates/end_rod.json new file mode 100644 index 00000000..0119a1a2 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/end_rod.json @@ -0,0 +1,30 @@ +{ + "variants": { + "facing=down": { + "model": "minecraft:block/end_rod", + "x": 180 + }, + "facing=east": { + "model": "minecraft:block/end_rod", + "x": 90, + "y": 90 + }, + "facing=north": { + "model": "minecraft:block/end_rod", + "x": 90 + }, + "facing=south": { + "model": "minecraft:block/end_rod", + "x": 90, + "y": 180 + }, + "facing=up": { + "model": "minecraft:block/end_rod" + }, + "facing=west": { + "model": "minecraft:block/end_rod", + "x": 90, + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/end_stone.json b/1.16.5/assets/minecraft/blockstates/end_stone.json new file mode 100644 index 00000000..e8e23c91 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/end_stone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/end_stone" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/end_stone_brick_slab.json b/1.16.5/assets/minecraft/blockstates/end_stone_brick_slab.json new file mode 100644 index 00000000..08681cc5 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/end_stone_brick_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/end_stone_brick_slab" + }, + "type=double": { + "model": "minecraft:block/end_stone_bricks" + }, + "type=top": { + "model": "minecraft:block/end_stone_brick_slab_top" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/end_stone_brick_stairs.json b/1.16.5/assets/minecraft/blockstates/end_stone_brick_stairs.json new file mode 100644 index 00000000..a60c35ba --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/end_stone_brick_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/end_stone_brick_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/end_stone_brick_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/end_stone_brick_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/end_stone_brick_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/end_stone_brick_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/end_stone_brick_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/end_stone_brick_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/end_stone_brick_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/end_stone_brick_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/end_stone_brick_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/end_stone_brick_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/end_stone_brick_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/end_stone_brick_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/end_stone_brick_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/end_stone_brick_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/end_stone_brick_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/end_stone_brick_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/end_stone_brick_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/end_stone_brick_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/end_stone_brick_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/end_stone_brick_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/end_stone_brick_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/end_stone_brick_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/end_stone_brick_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/end_stone_brick_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/end_stone_brick_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/end_stone_brick_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/end_stone_brick_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/end_stone_brick_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/end_stone_brick_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/end_stone_brick_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/end_stone_brick_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/end_stone_brick_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/end_stone_brick_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/end_stone_brick_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/end_stone_brick_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/end_stone_brick_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/end_stone_brick_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/end_stone_brick_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/end_stone_brick_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/end_stone_brick_wall.json b/1.16.5/assets/minecraft/blockstates/end_stone_brick_wall.json new file mode 100644 index 00000000..c416264a --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/end_stone_brick_wall.json @@ -0,0 +1,90 @@ +{ + "multipart": [ + { + "when": { + "up": "true" + }, + "apply": { + "model": "minecraft:block/end_stone_brick_wall_post" + } + }, + { + "when": { + "north": "low" + }, + "apply": { + "model": "minecraft:block/end_stone_brick_wall_side", + "uvlock": true + } + }, + { + "when": { + "east": "low" + }, + "apply": { + "model": "minecraft:block/end_stone_brick_wall_side", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "low" + }, + "apply": { + "model": "minecraft:block/end_stone_brick_wall_side", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "low" + }, + "apply": { + "model": "minecraft:block/end_stone_brick_wall_side", + "y": 270, + "uvlock": true + } + }, + { + "when": { + "north": "tall" + }, + "apply": { + "model": "minecraft:block/end_stone_brick_wall_side_tall", + "uvlock": true + } + }, + { + "when": { + "east": "tall" + }, + "apply": { + "model": "minecraft:block/end_stone_brick_wall_side_tall", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "tall" + }, + "apply": { + "model": "minecraft:block/end_stone_brick_wall_side_tall", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "tall" + }, + "apply": { + "model": "minecraft:block/end_stone_brick_wall_side_tall", + "y": 270, + "uvlock": true + } + } + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/end_stone_bricks.json b/1.16.5/assets/minecraft/blockstates/end_stone_bricks.json new file mode 100644 index 00000000..1cc0910a --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/end_stone_bricks.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/end_stone_bricks" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/ender_chest.json b/1.16.5/assets/minecraft/blockstates/ender_chest.json new file mode 100644 index 00000000..8656aed7 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/ender_chest.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/ender_chest" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/farmland.json b/1.16.5/assets/minecraft/blockstates/farmland.json new file mode 100644 index 00000000..93882d0c --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/farmland.json @@ -0,0 +1,28 @@ +{ + "variants": { + "moisture=0": { + "model": "minecraft:block/farmland" + }, + "moisture=1": { + "model": "minecraft:block/farmland" + }, + "moisture=2": { + "model": "minecraft:block/farmland" + }, + "moisture=3": { + "model": "minecraft:block/farmland" + }, + "moisture=4": { + "model": "minecraft:block/farmland" + }, + "moisture=5": { + "model": "minecraft:block/farmland" + }, + "moisture=6": { + "model": "minecraft:block/farmland" + }, + "moisture=7": { + "model": "minecraft:block/farmland_moist" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/fern.json b/1.16.5/assets/minecraft/blockstates/fern.json new file mode 100644 index 00000000..01cf1d34 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/fern.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/fern" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/fire.json b/1.16.5/assets/minecraft/blockstates/fire.json new file mode 100644 index 00000000..0a9983c3 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/fire.json @@ -0,0 +1,172 @@ +{ + "multipart": [ + { + "when": { + "up": "false", + "west": "false", + "east": "false", + "south": "false", + "north": "false" + }, + "apply": [ + { + "model": "minecraft:block/fire_floor0" + }, + { + "model": "minecraft:block/fire_floor1" + } + ] + }, + { + "when": { + "OR": [ + { + "north": "true" + }, + { + "up": "false", + "west": "false", + "east": "false", + "south": "false", + "north": "false" + } + ] + }, + "apply": [ + { + "model": "minecraft:block/fire_side0" + }, + { + "model": "minecraft:block/fire_side1" + }, + { + "model": "minecraft:block/fire_side_alt0" + }, + { + "model": "minecraft:block/fire_side_alt1" + } + ] + }, + { + "when": { + "OR": [ + { + "east": "true" + }, + { + "up": "false", + "west": "false", + "east": "false", + "south": "false", + "north": "false" + } + ] + }, + "apply": [ + { + "model": "minecraft:block/fire_side0", + "y": 90 + }, + { + "model": "minecraft:block/fire_side1", + "y": 90 + }, + { + "model": "minecraft:block/fire_side_alt0", + "y": 90 + }, + { + "model": "minecraft:block/fire_side_alt1", + "y": 90 + } + ] + }, + { + "when": { + "OR": [ + { + "south": "true" + }, + { + "up": "false", + "west": "false", + "east": "false", + "south": "false", + "north": "false" + } + ] + }, + "apply": [ + { + "model": "minecraft:block/fire_side0", + "y": 180 + }, + { + "model": "minecraft:block/fire_side1", + "y": 180 + }, + { + "model": "minecraft:block/fire_side_alt0", + "y": 180 + }, + { + "model": "minecraft:block/fire_side_alt1", + "y": 180 + } + ] + }, + { + "when": { + "OR": [ + { + "west": "true" + }, + { + "up": "false", + "west": "false", + "east": "false", + "south": "false", + "north": "false" + } + ] + }, + "apply": [ + { + "model": "minecraft:block/fire_side0", + "y": 270 + }, + { + "model": "minecraft:block/fire_side1", + "y": 270 + }, + { + "model": "minecraft:block/fire_side_alt0", + "y": 270 + }, + { + "model": "minecraft:block/fire_side_alt1", + "y": 270 + } + ] + }, + { + "when": { + "up": "true" + }, + "apply": [ + { + "model": "minecraft:block/fire_up0" + }, + { + "model": "minecraft:block/fire_up1" + }, + { + "model": "minecraft:block/fire_up_alt0" + }, + { + "model": "minecraft:block/fire_up_alt1" + } + ] + } + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/fire_coral.json b/1.16.5/assets/minecraft/blockstates/fire_coral.json new file mode 100644 index 00000000..a80bfadc --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/fire_coral.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/fire_coral" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/fire_coral_block.json b/1.16.5/assets/minecraft/blockstates/fire_coral_block.json new file mode 100644 index 00000000..a4f98fbd --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/fire_coral_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/fire_coral_block" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/fire_coral_fan.json b/1.16.5/assets/minecraft/blockstates/fire_coral_fan.json new file mode 100644 index 00000000..d6579f89 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/fire_coral_fan.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/fire_coral_fan" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/fire_coral_wall_fan.json b/1.16.5/assets/minecraft/blockstates/fire_coral_wall_fan.json new file mode 100644 index 00000000..91493306 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/fire_coral_wall_fan.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/fire_coral_wall_fan", + "y": 90 + }, + "facing=north": { + "model": "minecraft:block/fire_coral_wall_fan" + }, + "facing=south": { + "model": "minecraft:block/fire_coral_wall_fan", + "y": 180 + }, + "facing=west": { + "model": "minecraft:block/fire_coral_wall_fan", + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/fletching_table.json b/1.16.5/assets/minecraft/blockstates/fletching_table.json new file mode 100644 index 00000000..941b4fd9 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/fletching_table.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/fletching_table" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/flower_pot.json b/1.16.5/assets/minecraft/blockstates/flower_pot.json new file mode 100644 index 00000000..8a1ab93b --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/flower_pot.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/flower_pot" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/frosted_ice.json b/1.16.5/assets/minecraft/blockstates/frosted_ice.json new file mode 100644 index 00000000..f03b5bdc --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/frosted_ice.json @@ -0,0 +1,16 @@ +{ + "variants": { + "age=0": { + "model": "minecraft:block/frosted_ice_0" + }, + "age=1": { + "model": "minecraft:block/frosted_ice_1" + }, + "age=2": { + "model": "minecraft:block/frosted_ice_2" + }, + "age=3": { + "model": "minecraft:block/frosted_ice_3" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/furnace.json b/1.16.5/assets/minecraft/blockstates/furnace.json new file mode 100644 index 00000000..9c31d91f --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/furnace.json @@ -0,0 +1,34 @@ +{ + "variants": { + "facing=east,lit=false": { + "model": "minecraft:block/furnace", + "y": 90 + }, + "facing=east,lit=true": { + "model": "minecraft:block/furnace_on", + "y": 90 + }, + "facing=north,lit=false": { + "model": "minecraft:block/furnace" + }, + "facing=north,lit=true": { + "model": "minecraft:block/furnace_on" + }, + "facing=south,lit=false": { + "model": "minecraft:block/furnace", + "y": 180 + }, + "facing=south,lit=true": { + "model": "minecraft:block/furnace_on", + "y": 180 + }, + "facing=west,lit=false": { + "model": "minecraft:block/furnace", + "y": 270 + }, + "facing=west,lit=true": { + "model": "minecraft:block/furnace_on", + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/gilded_blackstone.json b/1.16.5/assets/minecraft/blockstates/gilded_blackstone.json new file mode 100644 index 00000000..511f5825 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/gilded_blackstone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/gilded_blackstone" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/glass.json b/1.16.5/assets/minecraft/blockstates/glass.json new file mode 100644 index 00000000..5f6ec4d2 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/glass.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/glass" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/glass_pane.json b/1.16.5/assets/minecraft/blockstates/glass_pane.json new file mode 100644 index 00000000..f516703a --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/glass_pane.json @@ -0,0 +1,77 @@ +{ + "multipart": [ + { + "apply": { + "model": "minecraft:block/glass_pane_post" + } + }, + { + "when": { + "north": "true" + }, + "apply": { + "model": "minecraft:block/glass_pane_side" + } + }, + { + "when": { + "east": "true" + }, + "apply": { + "model": "minecraft:block/glass_pane_side", + "y": 90 + } + }, + { + "when": { + "south": "true" + }, + "apply": { + "model": "minecraft:block/glass_pane_side_alt" + } + }, + { + "when": { + "west": "true" + }, + "apply": { + "model": "minecraft:block/glass_pane_side_alt", + "y": 90 + } + }, + { + "when": { + "north": "false" + }, + "apply": { + "model": "minecraft:block/glass_pane_noside" + } + }, + { + "when": { + "east": "false" + }, + "apply": { + "model": "minecraft:block/glass_pane_noside_alt" + } + }, + { + "when": { + "south": "false" + }, + "apply": { + "model": "minecraft:block/glass_pane_noside_alt", + "y": 90 + } + }, + { + "when": { + "west": "false" + }, + "apply": { + "model": "minecraft:block/glass_pane_noside", + "y": 270 + } + } + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/glowstone.json b/1.16.5/assets/minecraft/blockstates/glowstone.json new file mode 100644 index 00000000..c60860b8 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/glowstone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/glowstone" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/gold_block.json b/1.16.5/assets/minecraft/blockstates/gold_block.json new file mode 100644 index 00000000..475eff02 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/gold_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/gold_block" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/gold_ore.json b/1.16.5/assets/minecraft/blockstates/gold_ore.json new file mode 100644 index 00000000..183d0679 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/gold_ore.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/gold_ore" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/granite.json b/1.16.5/assets/minecraft/blockstates/granite.json new file mode 100644 index 00000000..d11c34e1 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/granite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/granite" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/granite_slab.json b/1.16.5/assets/minecraft/blockstates/granite_slab.json new file mode 100644 index 00000000..1d2d50b6 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/granite_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/granite_slab" + }, + "type=double": { + "model": "minecraft:block/granite" + }, + "type=top": { + "model": "minecraft:block/granite_slab_top" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/granite_stairs.json b/1.16.5/assets/minecraft/blockstates/granite_stairs.json new file mode 100644 index 00000000..514907d2 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/granite_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/granite_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/granite_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/granite_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/granite_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/granite_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/granite_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/granite_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/granite_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/granite_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/granite_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/granite_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/granite_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/granite_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/granite_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/granite_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/granite_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/granite_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/granite_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/granite_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/granite_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/granite_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/granite_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/granite_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/granite_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/granite_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/granite_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/granite_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/granite_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/granite_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/granite_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/granite_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/granite_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/granite_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/granite_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/granite_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/granite_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/granite_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/granite_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/granite_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/granite_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/granite_wall.json b/1.16.5/assets/minecraft/blockstates/granite_wall.json new file mode 100644 index 00000000..66e72147 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/granite_wall.json @@ -0,0 +1,90 @@ +{ + "multipart": [ + { + "when": { + "up": "true" + }, + "apply": { + "model": "minecraft:block/granite_wall_post" + } + }, + { + "when": { + "north": "low" + }, + "apply": { + "model": "minecraft:block/granite_wall_side", + "uvlock": true + } + }, + { + "when": { + "east": "low" + }, + "apply": { + "model": "minecraft:block/granite_wall_side", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "low" + }, + "apply": { + "model": "minecraft:block/granite_wall_side", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "low" + }, + "apply": { + "model": "minecraft:block/granite_wall_side", + "y": 270, + "uvlock": true + } + }, + { + "when": { + "north": "tall" + }, + "apply": { + "model": "minecraft:block/granite_wall_side_tall", + "uvlock": true + } + }, + { + "when": { + "east": "tall" + }, + "apply": { + "model": "minecraft:block/granite_wall_side_tall", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "tall" + }, + "apply": { + "model": "minecraft:block/granite_wall_side_tall", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "tall" + }, + "apply": { + "model": "minecraft:block/granite_wall_side_tall", + "y": 270, + "uvlock": true + } + } + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/grass.json b/1.16.5/assets/minecraft/blockstates/grass.json new file mode 100644 index 00000000..e45466ee --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/grass.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/grass" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/grass_block.json b/1.16.5/assets/minecraft/blockstates/grass_block.json new file mode 100644 index 00000000..ab4efdb1 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/grass_block.json @@ -0,0 +1,24 @@ +{ + "variants": { + "snowy=false": [ + { + "model": "minecraft:block/grass_block" + }, + { + "model": "minecraft:block/grass_block", + "y": 90 + }, + { + "model": "minecraft:block/grass_block", + "y": 180 + }, + { + "model": "minecraft:block/grass_block", + "y": 270 + } + ], + "snowy=true": { + "model": "minecraft:block/grass_block_snow" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/grass_path.json b/1.16.5/assets/minecraft/blockstates/grass_path.json new file mode 100644 index 00000000..92aa2ba0 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/grass_path.json @@ -0,0 +1,21 @@ +{ + "variants": { + "": [ + { + "model": "minecraft:block/grass_path" + }, + { + "model": "minecraft:block/grass_path", + "y": 90 + }, + { + "model": "minecraft:block/grass_path", + "y": 180 + }, + { + "model": "minecraft:block/grass_path", + "y": 270 + } + ] + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/gravel.json b/1.16.5/assets/minecraft/blockstates/gravel.json new file mode 100644 index 00000000..7f037234 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/gravel.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/gravel" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/gray_banner.json b/1.16.5/assets/minecraft/blockstates/gray_banner.json new file mode 100644 index 00000000..f5e2c87f --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/gray_banner.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/banner" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/gray_bed.json b/1.16.5/assets/minecraft/blockstates/gray_bed.json new file mode 100644 index 00000000..6577c90a --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/gray_bed.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/bed" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/gray_carpet.json b/1.16.5/assets/minecraft/blockstates/gray_carpet.json new file mode 100644 index 00000000..05f0cc60 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/gray_carpet.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/gray_carpet" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/gray_concrete.json b/1.16.5/assets/minecraft/blockstates/gray_concrete.json new file mode 100644 index 00000000..95c74d4a --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/gray_concrete.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/gray_concrete" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/gray_concrete_powder.json b/1.16.5/assets/minecraft/blockstates/gray_concrete_powder.json new file mode 100644 index 00000000..1d83c562 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/gray_concrete_powder.json @@ -0,0 +1,21 @@ +{ + "variants": { + "": [ + { + "model": "minecraft:block/gray_concrete_powder" + }, + { + "model": "minecraft:block/gray_concrete_powder", + "y": 90 + }, + { + "model": "minecraft:block/gray_concrete_powder", + "y": 180 + }, + { + "model": "minecraft:block/gray_concrete_powder", + "y": 270 + } + ] + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/gray_glazed_terracotta.json b/1.16.5/assets/minecraft/blockstates/gray_glazed_terracotta.json new file mode 100644 index 00000000..4315e7d7 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/gray_glazed_terracotta.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/gray_glazed_terracotta", + "y": 270 + }, + "facing=north": { + "model": "minecraft:block/gray_glazed_terracotta", + "y": 180 + }, + "facing=south": { + "model": "minecraft:block/gray_glazed_terracotta" + }, + "facing=west": { + "model": "minecraft:block/gray_glazed_terracotta", + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/gray_shulker_box.json b/1.16.5/assets/minecraft/blockstates/gray_shulker_box.json new file mode 100644 index 00000000..8dd3ead2 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/gray_shulker_box.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/gray_shulker_box" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/gray_stained_glass.json b/1.16.5/assets/minecraft/blockstates/gray_stained_glass.json new file mode 100644 index 00000000..d7d76b1a --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/gray_stained_glass.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/gray_stained_glass" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/gray_stained_glass_pane.json b/1.16.5/assets/minecraft/blockstates/gray_stained_glass_pane.json new file mode 100644 index 00000000..daba2d27 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/gray_stained_glass_pane.json @@ -0,0 +1,77 @@ +{ + "multipart": [ + { + "apply": { + "model": "minecraft:block/gray_stained_glass_pane_post" + } + }, + { + "when": { + "north": "true" + }, + "apply": { + "model": "minecraft:block/gray_stained_glass_pane_side" + } + }, + { + "when": { + "east": "true" + }, + "apply": { + "model": "minecraft:block/gray_stained_glass_pane_side", + "y": 90 + } + }, + { + "when": { + "south": "true" + }, + "apply": { + "model": "minecraft:block/gray_stained_glass_pane_side_alt" + } + }, + { + "when": { + "west": "true" + }, + "apply": { + "model": "minecraft:block/gray_stained_glass_pane_side_alt", + "y": 90 + } + }, + { + "when": { + "north": "false" + }, + "apply": { + "model": "minecraft:block/gray_stained_glass_pane_noside" + } + }, + { + "when": { + "east": "false" + }, + "apply": { + "model": "minecraft:block/gray_stained_glass_pane_noside_alt" + } + }, + { + "when": { + "south": "false" + }, + "apply": { + "model": "minecraft:block/gray_stained_glass_pane_noside_alt", + "y": 90 + } + }, + { + "when": { + "west": "false" + }, + "apply": { + "model": "minecraft:block/gray_stained_glass_pane_noside", + "y": 270 + } + } + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/gray_terracotta.json b/1.16.5/assets/minecraft/blockstates/gray_terracotta.json new file mode 100644 index 00000000..c605f3d0 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/gray_terracotta.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/gray_terracotta" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/gray_wall_banner.json b/1.16.5/assets/minecraft/blockstates/gray_wall_banner.json new file mode 100644 index 00000000..f5e2c87f --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/gray_wall_banner.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/banner" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/gray_wool.json b/1.16.5/assets/minecraft/blockstates/gray_wool.json new file mode 100644 index 00000000..001779de --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/gray_wool.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/gray_wool" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/green_banner.json b/1.16.5/assets/minecraft/blockstates/green_banner.json new file mode 100644 index 00000000..f5e2c87f --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/green_banner.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/banner" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/green_bed.json b/1.16.5/assets/minecraft/blockstates/green_bed.json new file mode 100644 index 00000000..6577c90a --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/green_bed.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/bed" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/green_carpet.json b/1.16.5/assets/minecraft/blockstates/green_carpet.json new file mode 100644 index 00000000..83ea2c2d --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/green_carpet.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/green_carpet" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/green_concrete.json b/1.16.5/assets/minecraft/blockstates/green_concrete.json new file mode 100644 index 00000000..3ac2d62c --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/green_concrete.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/green_concrete" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/green_concrete_powder.json b/1.16.5/assets/minecraft/blockstates/green_concrete_powder.json new file mode 100644 index 00000000..ee2e37dc --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/green_concrete_powder.json @@ -0,0 +1,21 @@ +{ + "variants": { + "": [ + { + "model": "minecraft:block/green_concrete_powder" + }, + { + "model": "minecraft:block/green_concrete_powder", + "y": 90 + }, + { + "model": "minecraft:block/green_concrete_powder", + "y": 180 + }, + { + "model": "minecraft:block/green_concrete_powder", + "y": 270 + } + ] + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/green_glazed_terracotta.json b/1.16.5/assets/minecraft/blockstates/green_glazed_terracotta.json new file mode 100644 index 00000000..4c991e2e --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/green_glazed_terracotta.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/green_glazed_terracotta", + "y": 270 + }, + "facing=north": { + "model": "minecraft:block/green_glazed_terracotta", + "y": 180 + }, + "facing=south": { + "model": "minecraft:block/green_glazed_terracotta" + }, + "facing=west": { + "model": "minecraft:block/green_glazed_terracotta", + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/green_shulker_box.json b/1.16.5/assets/minecraft/blockstates/green_shulker_box.json new file mode 100644 index 00000000..e8c32e0d --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/green_shulker_box.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/green_shulker_box" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/green_stained_glass.json b/1.16.5/assets/minecraft/blockstates/green_stained_glass.json new file mode 100644 index 00000000..ca4fec40 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/green_stained_glass.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/green_stained_glass" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/green_stained_glass_pane.json b/1.16.5/assets/minecraft/blockstates/green_stained_glass_pane.json new file mode 100644 index 00000000..a9de0128 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/green_stained_glass_pane.json @@ -0,0 +1,77 @@ +{ + "multipart": [ + { + "apply": { + "model": "minecraft:block/green_stained_glass_pane_post" + } + }, + { + "when": { + "north": "true" + }, + "apply": { + "model": "minecraft:block/green_stained_glass_pane_side" + } + }, + { + "when": { + "east": "true" + }, + "apply": { + "model": "minecraft:block/green_stained_glass_pane_side", + "y": 90 + } + }, + { + "when": { + "south": "true" + }, + "apply": { + "model": "minecraft:block/green_stained_glass_pane_side_alt" + } + }, + { + "when": { + "west": "true" + }, + "apply": { + "model": "minecraft:block/green_stained_glass_pane_side_alt", + "y": 90 + } + }, + { + "when": { + "north": "false" + }, + "apply": { + "model": "minecraft:block/green_stained_glass_pane_noside" + } + }, + { + "when": { + "east": "false" + }, + "apply": { + "model": "minecraft:block/green_stained_glass_pane_noside_alt" + } + }, + { + "when": { + "south": "false" + }, + "apply": { + "model": "minecraft:block/green_stained_glass_pane_noside_alt", + "y": 90 + } + }, + { + "when": { + "west": "false" + }, + "apply": { + "model": "minecraft:block/green_stained_glass_pane_noside", + "y": 270 + } + } + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/green_terracotta.json b/1.16.5/assets/minecraft/blockstates/green_terracotta.json new file mode 100644 index 00000000..3bf40d83 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/green_terracotta.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/green_terracotta" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/green_wall_banner.json b/1.16.5/assets/minecraft/blockstates/green_wall_banner.json new file mode 100644 index 00000000..f5e2c87f --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/green_wall_banner.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/banner" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/green_wool.json b/1.16.5/assets/minecraft/blockstates/green_wool.json new file mode 100644 index 00000000..89537035 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/green_wool.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/green_wool" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/grindstone.json b/1.16.5/assets/minecraft/blockstates/grindstone.json new file mode 100644 index 00000000..244481d0 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/grindstone.json @@ -0,0 +1,57 @@ +{ + "variants": { + "face=ceiling,facing=east": { + "model": "minecraft:block/grindstone", + "x": 180, + "y": 270 + }, + "face=ceiling,facing=north": { + "model": "minecraft:block/grindstone", + "x": 180, + "y": 180 + }, + "face=ceiling,facing=south": { + "model": "minecraft:block/grindstone", + "x": 180 + }, + "face=ceiling,facing=west": { + "model": "minecraft:block/grindstone", + "x": 180, + "y": 90 + }, + "face=floor,facing=east": { + "model": "minecraft:block/grindstone", + "y": 90 + }, + "face=floor,facing=north": { + "model": "minecraft:block/grindstone" + }, + "face=floor,facing=south": { + "model": "minecraft:block/grindstone", + "y": 180 + }, + "face=floor,facing=west": { + "model": "minecraft:block/grindstone", + "y": 270 + }, + "face=wall,facing=east": { + "model": "minecraft:block/grindstone", + "x": 90, + "y": 90 + }, + "face=wall,facing=north": { + "model": "minecraft:block/grindstone", + "x": 90 + }, + "face=wall,facing=south": { + "model": "minecraft:block/grindstone", + "x": 90, + "y": 180 + }, + "face=wall,facing=west": { + "model": "minecraft:block/grindstone", + "x": 90, + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/hay_block.json b/1.16.5/assets/minecraft/blockstates/hay_block.json new file mode 100644 index 00000000..63467f1b --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/hay_block.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/hay_block_horizontal", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/hay_block" + }, + "axis=z": { + "model": "minecraft:block/hay_block_horizontal", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/heavy_weighted_pressure_plate.json b/1.16.5/assets/minecraft/blockstates/heavy_weighted_pressure_plate.json new file mode 100644 index 00000000..3f2b8800 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/heavy_weighted_pressure_plate.json @@ -0,0 +1,52 @@ +{ + "variants": { + "power=0": { + "model": "minecraft:block/heavy_weighted_pressure_plate" + }, + "power=1": { + "model": "minecraft:block/heavy_weighted_pressure_plate_down" + }, + "power=10": { + "model": "minecraft:block/heavy_weighted_pressure_plate_down" + }, + "power=11": { + "model": "minecraft:block/heavy_weighted_pressure_plate_down" + }, + "power=12": { + "model": "minecraft:block/heavy_weighted_pressure_plate_down" + }, + "power=13": { + "model": "minecraft:block/heavy_weighted_pressure_plate_down" + }, + "power=14": { + "model": "minecraft:block/heavy_weighted_pressure_plate_down" + }, + "power=15": { + "model": "minecraft:block/heavy_weighted_pressure_plate_down" + }, + "power=2": { + "model": "minecraft:block/heavy_weighted_pressure_plate_down" + }, + "power=3": { + "model": "minecraft:block/heavy_weighted_pressure_plate_down" + }, + "power=4": { + "model": "minecraft:block/heavy_weighted_pressure_plate_down" + }, + "power=5": { + "model": "minecraft:block/heavy_weighted_pressure_plate_down" + }, + "power=6": { + "model": "minecraft:block/heavy_weighted_pressure_plate_down" + }, + "power=7": { + "model": "minecraft:block/heavy_weighted_pressure_plate_down" + }, + "power=8": { + "model": "minecraft:block/heavy_weighted_pressure_plate_down" + }, + "power=9": { + "model": "minecraft:block/heavy_weighted_pressure_plate_down" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/honey_block.json b/1.16.5/assets/minecraft/blockstates/honey_block.json new file mode 100644 index 00000000..337f73f9 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/honey_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/honey_block" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/honeycomb_block.json b/1.16.5/assets/minecraft/blockstates/honeycomb_block.json new file mode 100644 index 00000000..b8a98bb3 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/honeycomb_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/honeycomb_block" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/hopper.json b/1.16.5/assets/minecraft/blockstates/hopper.json new file mode 100644 index 00000000..be15ea37 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/hopper.json @@ -0,0 +1,22 @@ +{ + "variants": { + "facing=down": { + "model": "minecraft:block/hopper" + }, + "facing=east": { + "model": "minecraft:block/hopper_side", + "y": 90 + }, + "facing=north": { + "model": "minecraft:block/hopper_side" + }, + "facing=south": { + "model": "minecraft:block/hopper_side", + "y": 180 + }, + "facing=west": { + "model": "minecraft:block/hopper_side", + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/horn_coral.json b/1.16.5/assets/minecraft/blockstates/horn_coral.json new file mode 100644 index 00000000..c7665173 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/horn_coral.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/horn_coral" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/horn_coral_block.json b/1.16.5/assets/minecraft/blockstates/horn_coral_block.json new file mode 100644 index 00000000..6f8f199f --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/horn_coral_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/horn_coral_block" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/horn_coral_fan.json b/1.16.5/assets/minecraft/blockstates/horn_coral_fan.json new file mode 100644 index 00000000..99f08549 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/horn_coral_fan.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/horn_coral_fan" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/horn_coral_wall_fan.json b/1.16.5/assets/minecraft/blockstates/horn_coral_wall_fan.json new file mode 100644 index 00000000..07d22ed0 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/horn_coral_wall_fan.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/horn_coral_wall_fan", + "y": 90 + }, + "facing=north": { + "model": "minecraft:block/horn_coral_wall_fan" + }, + "facing=south": { + "model": "minecraft:block/horn_coral_wall_fan", + "y": 180 + }, + "facing=west": { + "model": "minecraft:block/horn_coral_wall_fan", + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/ice.json b/1.16.5/assets/minecraft/blockstates/ice.json new file mode 100644 index 00000000..0617dfc3 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/ice.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/ice" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/infested_chiseled_stone_bricks.json b/1.16.5/assets/minecraft/blockstates/infested_chiseled_stone_bricks.json new file mode 100644 index 00000000..4034c11b --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/infested_chiseled_stone_bricks.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/chiseled_stone_bricks" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/infested_cobblestone.json b/1.16.5/assets/minecraft/blockstates/infested_cobblestone.json new file mode 100644 index 00000000..e94cf882 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/infested_cobblestone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/cobblestone" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/infested_cracked_stone_bricks.json b/1.16.5/assets/minecraft/blockstates/infested_cracked_stone_bricks.json new file mode 100644 index 00000000..6e194be2 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/infested_cracked_stone_bricks.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/cracked_stone_bricks" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/infested_mossy_stone_bricks.json b/1.16.5/assets/minecraft/blockstates/infested_mossy_stone_bricks.json new file mode 100644 index 00000000..c17c4a7f --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/infested_mossy_stone_bricks.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/mossy_stone_bricks" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/infested_stone.json b/1.16.5/assets/minecraft/blockstates/infested_stone.json new file mode 100644 index 00000000..c150ec29 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/infested_stone.json @@ -0,0 +1,20 @@ +{ + "variants": { + "": [ + { + "model": "minecraft:block/stone" + }, + { + "model": "minecraft:block/stone_mirrored" + }, + { + "model": "minecraft:block/stone", + "y": 180 + }, + { + "model": "minecraft:block/stone_mirrored", + "y": 180 + } + ] + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/infested_stone_bricks.json b/1.16.5/assets/minecraft/blockstates/infested_stone_bricks.json new file mode 100644 index 00000000..8a05daf0 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/infested_stone_bricks.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/stone_bricks" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/iron_bars.json b/1.16.5/assets/minecraft/blockstates/iron_bars.json new file mode 100644 index 00000000..0ded4b61 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/iron_bars.json @@ -0,0 +1,100 @@ +{ + "multipart": [ + { + "apply": { + "model": "minecraft:block/iron_bars_post_ends" + } + }, + { + "when": { + "west": "false", + "east": "false", + "south": "false", + "north": "false" + }, + "apply": { + "model": "minecraft:block/iron_bars_post" + } + }, + { + "when": { + "west": "false", + "east": "false", + "south": "false", + "north": "true" + }, + "apply": { + "model": "minecraft:block/iron_bars_cap" + } + }, + { + "when": { + "west": "false", + "east": "true", + "south": "false", + "north": "false" + }, + "apply": { + "model": "minecraft:block/iron_bars_cap", + "y": 90 + } + }, + { + "when": { + "west": "false", + "east": "false", + "south": "true", + "north": "false" + }, + "apply": { + "model": "minecraft:block/iron_bars_cap_alt" + } + }, + { + "when": { + "west": "true", + "east": "false", + "south": "false", + "north": "false" + }, + "apply": { + "model": "minecraft:block/iron_bars_cap_alt", + "y": 90 + } + }, + { + "when": { + "north": "true" + }, + "apply": { + "model": "minecraft:block/iron_bars_side" + } + }, + { + "when": { + "east": "true" + }, + "apply": { + "model": "minecraft:block/iron_bars_side", + "y": 90 + } + }, + { + "when": { + "south": "true" + }, + "apply": { + "model": "minecraft:block/iron_bars_side_alt" + } + }, + { + "when": { + "west": "true" + }, + "apply": { + "model": "minecraft:block/iron_bars_side_alt", + "y": 90 + } + } + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/iron_block.json b/1.16.5/assets/minecraft/blockstates/iron_block.json new file mode 100644 index 00000000..5cad8c39 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/iron_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/iron_block" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/iron_door.json b/1.16.5/assets/minecraft/blockstates/iron_door.json new file mode 100644 index 00000000..fd4ca701 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/iron_door.json @@ -0,0 +1,124 @@ +{ + "variants": { + "facing=east,half=lower,hinge=left,open=false": { + "model": "minecraft:block/iron_door_bottom" + }, + "facing=east,half=lower,hinge=left,open=true": { + "model": "minecraft:block/iron_door_bottom_hinge", + "y": 90 + }, + "facing=east,half=lower,hinge=right,open=false": { + "model": "minecraft:block/iron_door_bottom_hinge" + }, + "facing=east,half=lower,hinge=right,open=true": { + "model": "minecraft:block/iron_door_bottom", + "y": 270 + }, + "facing=east,half=upper,hinge=left,open=false": { + "model": "minecraft:block/iron_door_top" + }, + "facing=east,half=upper,hinge=left,open=true": { + "model": "minecraft:block/iron_door_top_hinge", + "y": 90 + }, + "facing=east,half=upper,hinge=right,open=false": { + "model": "minecraft:block/iron_door_top_hinge" + }, + "facing=east,half=upper,hinge=right,open=true": { + "model": "minecraft:block/iron_door_top", + "y": 270 + }, + "facing=north,half=lower,hinge=left,open=false": { + "model": "minecraft:block/iron_door_bottom", + "y": 270 + }, + "facing=north,half=lower,hinge=left,open=true": { + "model": "minecraft:block/iron_door_bottom_hinge" + }, + "facing=north,half=lower,hinge=right,open=false": { + "model": "minecraft:block/iron_door_bottom_hinge", + "y": 270 + }, + "facing=north,half=lower,hinge=right,open=true": { + "model": "minecraft:block/iron_door_bottom", + "y": 180 + }, + "facing=north,half=upper,hinge=left,open=false": { + "model": "minecraft:block/iron_door_top", + "y": 270 + }, + "facing=north,half=upper,hinge=left,open=true": { + "model": "minecraft:block/iron_door_top_hinge" + }, + "facing=north,half=upper,hinge=right,open=false": { + "model": "minecraft:block/iron_door_top_hinge", + "y": 270 + }, + "facing=north,half=upper,hinge=right,open=true": { + "model": "minecraft:block/iron_door_top", + "y": 180 + }, + "facing=south,half=lower,hinge=left,open=false": { + "model": "minecraft:block/iron_door_bottom", + "y": 90 + }, + "facing=south,half=lower,hinge=left,open=true": { + "model": "minecraft:block/iron_door_bottom_hinge", + "y": 180 + }, + "facing=south,half=lower,hinge=right,open=false": { + "model": "minecraft:block/iron_door_bottom_hinge", + "y": 90 + }, + "facing=south,half=lower,hinge=right,open=true": { + "model": "minecraft:block/iron_door_bottom" + }, + "facing=south,half=upper,hinge=left,open=false": { + "model": "minecraft:block/iron_door_top", + "y": 90 + }, + "facing=south,half=upper,hinge=left,open=true": { + "model": "minecraft:block/iron_door_top_hinge", + "y": 180 + }, + "facing=south,half=upper,hinge=right,open=false": { + "model": "minecraft:block/iron_door_top_hinge", + "y": 90 + }, + "facing=south,half=upper,hinge=right,open=true": { + "model": "minecraft:block/iron_door_top" + }, + "facing=west,half=lower,hinge=left,open=false": { + "model": "minecraft:block/iron_door_bottom", + "y": 180 + }, + "facing=west,half=lower,hinge=left,open=true": { + "model": "minecraft:block/iron_door_bottom_hinge", + "y": 270 + }, + "facing=west,half=lower,hinge=right,open=false": { + "model": "minecraft:block/iron_door_bottom_hinge", + "y": 180 + }, + "facing=west,half=lower,hinge=right,open=true": { + "model": "minecraft:block/iron_door_bottom", + "y": 90 + }, + "facing=west,half=upper,hinge=left,open=false": { + "model": "minecraft:block/iron_door_top", + "y": 180 + }, + "facing=west,half=upper,hinge=left,open=true": { + "model": "minecraft:block/iron_door_top_hinge", + "y": 270 + }, + "facing=west,half=upper,hinge=right,open=false": { + "model": "minecraft:block/iron_door_top_hinge", + "y": 180 + }, + "facing=west,half=upper,hinge=right,open=true": { + "model": "minecraft:block/iron_door_top", + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/iron_ore.json b/1.16.5/assets/minecraft/blockstates/iron_ore.json new file mode 100644 index 00000000..c514e64b --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/iron_ore.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/iron_ore" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/iron_trapdoor.json b/1.16.5/assets/minecraft/blockstates/iron_trapdoor.json new file mode 100644 index 00000000..df0b2b3d --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/iron_trapdoor.json @@ -0,0 +1,58 @@ +{ + "variants": { + "facing=east,half=bottom,open=false": { + "model": "minecraft:block/iron_trapdoor_bottom" + }, + "facing=east,half=bottom,open=true": { + "model": "minecraft:block/iron_trapdoor_open", + "y": 90 + }, + "facing=east,half=top,open=false": { + "model": "minecraft:block/iron_trapdoor_top" + }, + "facing=east,half=top,open=true": { + "model": "minecraft:block/iron_trapdoor_open", + "y": 90 + }, + "facing=north,half=bottom,open=false": { + "model": "minecraft:block/iron_trapdoor_bottom" + }, + "facing=north,half=bottom,open=true": { + "model": "minecraft:block/iron_trapdoor_open" + }, + "facing=north,half=top,open=false": { + "model": "minecraft:block/iron_trapdoor_top" + }, + "facing=north,half=top,open=true": { + "model": "minecraft:block/iron_trapdoor_open" + }, + "facing=south,half=bottom,open=false": { + "model": "minecraft:block/iron_trapdoor_bottom" + }, + "facing=south,half=bottom,open=true": { + "model": "minecraft:block/iron_trapdoor_open", + "y": 180 + }, + "facing=south,half=top,open=false": { + "model": "minecraft:block/iron_trapdoor_top" + }, + "facing=south,half=top,open=true": { + "model": "minecraft:block/iron_trapdoor_open", + "y": 180 + }, + "facing=west,half=bottom,open=false": { + "model": "minecraft:block/iron_trapdoor_bottom" + }, + "facing=west,half=bottom,open=true": { + "model": "minecraft:block/iron_trapdoor_open", + "y": 270 + }, + "facing=west,half=top,open=false": { + "model": "minecraft:block/iron_trapdoor_top" + }, + "facing=west,half=top,open=true": { + "model": "minecraft:block/iron_trapdoor_open", + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/item_frame.json b/1.16.5/assets/minecraft/blockstates/item_frame.json new file mode 100644 index 00000000..7b70ec00 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/item_frame.json @@ -0,0 +1,6 @@ +{ + "variants": { + "map=false": { "model": "block/item_frame" }, + "map=true": { "model": "block/item_frame_map" } + } +} diff --git a/1.16.5/assets/minecraft/blockstates/jack_o_lantern.json b/1.16.5/assets/minecraft/blockstates/jack_o_lantern.json new file mode 100644 index 00000000..7454ebab --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/jack_o_lantern.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/jack_o_lantern", + "y": 90 + }, + "facing=north": { + "model": "minecraft:block/jack_o_lantern" + }, + "facing=south": { + "model": "minecraft:block/jack_o_lantern", + "y": 180 + }, + "facing=west": { + "model": "minecraft:block/jack_o_lantern", + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/jigsaw.json b/1.16.5/assets/minecraft/blockstates/jigsaw.json new file mode 100644 index 00000000..8f24d193 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/jigsaw.json @@ -0,0 +1,57 @@ +{ + "variants": { + "orientation=down_east": { + "model": "minecraft:block/jigsaw", + "x": 90, + "y": 90 + }, + "orientation=down_north": { + "model": "minecraft:block/jigsaw", + "x": 90 + }, + "orientation=down_south": { + "model": "minecraft:block/jigsaw", + "x": 90, + "y": 180 + }, + "orientation=down_west": { + "model": "minecraft:block/jigsaw", + "x": 90, + "y": 270 + }, + "orientation=east_up": { + "model": "minecraft:block/jigsaw", + "y": 90 + }, + "orientation=north_up": { + "model": "minecraft:block/jigsaw" + }, + "orientation=south_up": { + "model": "minecraft:block/jigsaw", + "y": 180 + }, + "orientation=up_east": { + "model": "minecraft:block/jigsaw", + "x": 270, + "y": 270 + }, + "orientation=up_north": { + "model": "minecraft:block/jigsaw", + "x": 270, + "y": 180 + }, + "orientation=up_south": { + "model": "minecraft:block/jigsaw", + "x": 270 + }, + "orientation=up_west": { + "model": "minecraft:block/jigsaw", + "x": 270, + "y": 90 + }, + "orientation=west_up": { + "model": "minecraft:block/jigsaw", + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/jukebox.json b/1.16.5/assets/minecraft/blockstates/jukebox.json new file mode 100644 index 00000000..7ee694c6 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/jukebox.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/jukebox" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/jungle_button.json b/1.16.5/assets/minecraft/blockstates/jungle_button.json new file mode 100644 index 00000000..498b72d0 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/jungle_button.json @@ -0,0 +1,118 @@ +{ + "variants": { + "face=ceiling,facing=east,powered=false": { + "model": "minecraft:block/jungle_button", + "y": 270, + "x": 180 + }, + "face=ceiling,facing=east,powered=true": { + "model": "minecraft:block/jungle_button_pressed", + "y": 270, + "x": 180 + }, + "face=ceiling,facing=north,powered=false": { + "model": "minecraft:block/jungle_button", + "y": 180, + "x": 180 + }, + "face=ceiling,facing=north,powered=true": { + "model": "minecraft:block/jungle_button_pressed", + "y": 180, + "x": 180 + }, + "face=ceiling,facing=south,powered=false": { + "model": "minecraft:block/jungle_button", + "x": 180 + }, + "face=ceiling,facing=south,powered=true": { + "model": "minecraft:block/jungle_button_pressed", + "x": 180 + }, + "face=ceiling,facing=west,powered=false": { + "model": "minecraft:block/jungle_button", + "y": 90, + "x": 180 + }, + "face=ceiling,facing=west,powered=true": { + "model": "minecraft:block/jungle_button_pressed", + "y": 90, + "x": 180 + }, + "face=floor,facing=east,powered=false": { + "model": "minecraft:block/jungle_button", + "y": 90 + }, + "face=floor,facing=east,powered=true": { + "model": "minecraft:block/jungle_button_pressed", + "y": 90 + }, + "face=floor,facing=north,powered=false": { + "model": "minecraft:block/jungle_button" + }, + "face=floor,facing=north,powered=true": { + "model": "minecraft:block/jungle_button_pressed" + }, + "face=floor,facing=south,powered=false": { + "model": "minecraft:block/jungle_button", + "y": 180 + }, + "face=floor,facing=south,powered=true": { + "model": "minecraft:block/jungle_button_pressed", + "y": 180 + }, + "face=floor,facing=west,powered=false": { + "model": "minecraft:block/jungle_button", + "y": 270 + }, + "face=floor,facing=west,powered=true": { + "model": "minecraft:block/jungle_button_pressed", + "y": 270 + }, + "face=wall,facing=east,powered=false": { + "model": "minecraft:block/jungle_button", + "y": 90, + "x": 90, + "uvlock": true + }, + "face=wall,facing=east,powered=true": { + "model": "minecraft:block/jungle_button_pressed", + "y": 90, + "x": 90, + "uvlock": true + }, + "face=wall,facing=north,powered=false": { + "model": "minecraft:block/jungle_button", + "x": 90, + "uvlock": true + }, + "face=wall,facing=north,powered=true": { + "model": "minecraft:block/jungle_button_pressed", + "x": 90, + "uvlock": true + }, + "face=wall,facing=south,powered=false": { + "model": "minecraft:block/jungle_button", + "y": 180, + "x": 90, + "uvlock": true + }, + "face=wall,facing=south,powered=true": { + "model": "minecraft:block/jungle_button_pressed", + "y": 180, + "x": 90, + "uvlock": true + }, + "face=wall,facing=west,powered=false": { + "model": "minecraft:block/jungle_button", + "y": 270, + "x": 90, + "uvlock": true + }, + "face=wall,facing=west,powered=true": { + "model": "minecraft:block/jungle_button_pressed", + "y": 270, + "x": 90, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/jungle_door.json b/1.16.5/assets/minecraft/blockstates/jungle_door.json new file mode 100644 index 00000000..0abcccc4 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/jungle_door.json @@ -0,0 +1,124 @@ +{ + "variants": { + "facing=east,half=lower,hinge=left,open=false": { + "model": "minecraft:block/jungle_door_bottom" + }, + "facing=east,half=lower,hinge=left,open=true": { + "model": "minecraft:block/jungle_door_bottom_hinge", + "y": 90 + }, + "facing=east,half=lower,hinge=right,open=false": { + "model": "minecraft:block/jungle_door_bottom_hinge" + }, + "facing=east,half=lower,hinge=right,open=true": { + "model": "minecraft:block/jungle_door_bottom", + "y": 270 + }, + "facing=east,half=upper,hinge=left,open=false": { + "model": "minecraft:block/jungle_door_top" + }, + "facing=east,half=upper,hinge=left,open=true": { + "model": "minecraft:block/jungle_door_top_hinge", + "y": 90 + }, + "facing=east,half=upper,hinge=right,open=false": { + "model": "minecraft:block/jungle_door_top_hinge" + }, + "facing=east,half=upper,hinge=right,open=true": { + "model": "minecraft:block/jungle_door_top", + "y": 270 + }, + "facing=north,half=lower,hinge=left,open=false": { + "model": "minecraft:block/jungle_door_bottom", + "y": 270 + }, + "facing=north,half=lower,hinge=left,open=true": { + "model": "minecraft:block/jungle_door_bottom_hinge" + }, + "facing=north,half=lower,hinge=right,open=false": { + "model": "minecraft:block/jungle_door_bottom_hinge", + "y": 270 + }, + "facing=north,half=lower,hinge=right,open=true": { + "model": "minecraft:block/jungle_door_bottom", + "y": 180 + }, + "facing=north,half=upper,hinge=left,open=false": { + "model": "minecraft:block/jungle_door_top", + "y": 270 + }, + "facing=north,half=upper,hinge=left,open=true": { + "model": "minecraft:block/jungle_door_top_hinge" + }, + "facing=north,half=upper,hinge=right,open=false": { + "model": "minecraft:block/jungle_door_top_hinge", + "y": 270 + }, + "facing=north,half=upper,hinge=right,open=true": { + "model": "minecraft:block/jungle_door_top", + "y": 180 + }, + "facing=south,half=lower,hinge=left,open=false": { + "model": "minecraft:block/jungle_door_bottom", + "y": 90 + }, + "facing=south,half=lower,hinge=left,open=true": { + "model": "minecraft:block/jungle_door_bottom_hinge", + "y": 180 + }, + "facing=south,half=lower,hinge=right,open=false": { + "model": "minecraft:block/jungle_door_bottom_hinge", + "y": 90 + }, + "facing=south,half=lower,hinge=right,open=true": { + "model": "minecraft:block/jungle_door_bottom" + }, + "facing=south,half=upper,hinge=left,open=false": { + "model": "minecraft:block/jungle_door_top", + "y": 90 + }, + "facing=south,half=upper,hinge=left,open=true": { + "model": "minecraft:block/jungle_door_top_hinge", + "y": 180 + }, + "facing=south,half=upper,hinge=right,open=false": { + "model": "minecraft:block/jungle_door_top_hinge", + "y": 90 + }, + "facing=south,half=upper,hinge=right,open=true": { + "model": "minecraft:block/jungle_door_top" + }, + "facing=west,half=lower,hinge=left,open=false": { + "model": "minecraft:block/jungle_door_bottom", + "y": 180 + }, + "facing=west,half=lower,hinge=left,open=true": { + "model": "minecraft:block/jungle_door_bottom_hinge", + "y": 270 + }, + "facing=west,half=lower,hinge=right,open=false": { + "model": "minecraft:block/jungle_door_bottom_hinge", + "y": 180 + }, + "facing=west,half=lower,hinge=right,open=true": { + "model": "minecraft:block/jungle_door_bottom", + "y": 90 + }, + "facing=west,half=upper,hinge=left,open=false": { + "model": "minecraft:block/jungle_door_top", + "y": 180 + }, + "facing=west,half=upper,hinge=left,open=true": { + "model": "minecraft:block/jungle_door_top_hinge", + "y": 270 + }, + "facing=west,half=upper,hinge=right,open=false": { + "model": "minecraft:block/jungle_door_top_hinge", + "y": 180 + }, + "facing=west,half=upper,hinge=right,open=true": { + "model": "minecraft:block/jungle_door_top", + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/jungle_fence.json b/1.16.5/assets/minecraft/blockstates/jungle_fence.json new file mode 100644 index 00000000..988ad783 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/jungle_fence.json @@ -0,0 +1,48 @@ +{ + "multipart": [ + { + "apply": { + "model": "minecraft:block/jungle_fence_post" + } + }, + { + "when": { + "north": "true" + }, + "apply": { + "model": "minecraft:block/jungle_fence_side", + "uvlock": true + } + }, + { + "when": { + "east": "true" + }, + "apply": { + "model": "minecraft:block/jungle_fence_side", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "true" + }, + "apply": { + "model": "minecraft:block/jungle_fence_side", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "true" + }, + "apply": { + "model": "minecraft:block/jungle_fence_side", + "y": 270, + "uvlock": true + } + } + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/jungle_fence_gate.json b/1.16.5/assets/minecraft/blockstates/jungle_fence_gate.json new file mode 100644 index 00000000..5f33c0a2 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/jungle_fence_gate.json @@ -0,0 +1,80 @@ +{ + "variants": { + "facing=east,in_wall=false,open=false": { + "uvlock": true, + "y": 270, + "model": "minecraft:block/jungle_fence_gate" + }, + "facing=east,in_wall=false,open=true": { + "uvlock": true, + "y": 270, + "model": "minecraft:block/jungle_fence_gate_open" + }, + "facing=east,in_wall=true,open=false": { + "uvlock": true, + "y": 270, + "model": "minecraft:block/jungle_fence_gate_wall" + }, + "facing=east,in_wall=true,open=true": { + "uvlock": true, + "y": 270, + "model": "minecraft:block/jungle_fence_gate_wall_open" + }, + "facing=north,in_wall=false,open=false": { + "uvlock": true, + "y": 180, + "model": "minecraft:block/jungle_fence_gate" + }, + "facing=north,in_wall=false,open=true": { + "uvlock": true, + "y": 180, + "model": "minecraft:block/jungle_fence_gate_open" + }, + "facing=north,in_wall=true,open=false": { + "uvlock": true, + "y": 180, + "model": "minecraft:block/jungle_fence_gate_wall" + }, + "facing=north,in_wall=true,open=true": { + "uvlock": true, + "y": 180, + "model": "minecraft:block/jungle_fence_gate_wall_open" + }, + "facing=south,in_wall=false,open=false": { + "uvlock": true, + "model": "minecraft:block/jungle_fence_gate" + }, + "facing=south,in_wall=false,open=true": { + "uvlock": true, + "model": "minecraft:block/jungle_fence_gate_open" + }, + "facing=south,in_wall=true,open=false": { + "uvlock": true, + "model": "minecraft:block/jungle_fence_gate_wall" + }, + "facing=south,in_wall=true,open=true": { + "uvlock": true, + "model": "minecraft:block/jungle_fence_gate_wall_open" + }, + "facing=west,in_wall=false,open=false": { + "uvlock": true, + "y": 90, + "model": "minecraft:block/jungle_fence_gate" + }, + "facing=west,in_wall=false,open=true": { + "uvlock": true, + "y": 90, + "model": "minecraft:block/jungle_fence_gate_open" + }, + "facing=west,in_wall=true,open=false": { + "uvlock": true, + "y": 90, + "model": "minecraft:block/jungle_fence_gate_wall" + }, + "facing=west,in_wall=true,open=true": { + "uvlock": true, + "y": 90, + "model": "minecraft:block/jungle_fence_gate_wall_open" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/jungle_leaves.json b/1.16.5/assets/minecraft/blockstates/jungle_leaves.json new file mode 100644 index 00000000..9bc23fe0 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/jungle_leaves.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/jungle_leaves" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/jungle_log.json b/1.16.5/assets/minecraft/blockstates/jungle_log.json new file mode 100644 index 00000000..ad109dd8 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/jungle_log.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/jungle_log_horizontal", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/jungle_log" + }, + "axis=z": { + "model": "minecraft:block/jungle_log_horizontal", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/jungle_planks.json b/1.16.5/assets/minecraft/blockstates/jungle_planks.json new file mode 100644 index 00000000..e387c978 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/jungle_planks.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/jungle_planks" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/jungle_pressure_plate.json b/1.16.5/assets/minecraft/blockstates/jungle_pressure_plate.json new file mode 100644 index 00000000..a32da0b8 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/jungle_pressure_plate.json @@ -0,0 +1,10 @@ +{ + "variants": { + "powered=false": { + "model": "minecraft:block/jungle_pressure_plate" + }, + "powered=true": { + "model": "minecraft:block/jungle_pressure_plate_down" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/jungle_sapling.json b/1.16.5/assets/minecraft/blockstates/jungle_sapling.json new file mode 100644 index 00000000..5e90752d --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/jungle_sapling.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/jungle_sapling" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/jungle_sign.json b/1.16.5/assets/minecraft/blockstates/jungle_sign.json new file mode 100644 index 00000000..883b1859 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/jungle_sign.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/jungle_sign" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/jungle_slab.json b/1.16.5/assets/minecraft/blockstates/jungle_slab.json new file mode 100644 index 00000000..700e45f9 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/jungle_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/jungle_slab" + }, + "type=double": { + "model": "minecraft:block/jungle_planks" + }, + "type=top": { + "model": "minecraft:block/jungle_slab_top" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/jungle_stairs.json b/1.16.5/assets/minecraft/blockstates/jungle_stairs.json new file mode 100644 index 00000000..f98b1cf8 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/jungle_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/jungle_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/jungle_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/jungle_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/jungle_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/jungle_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/jungle_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/jungle_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/jungle_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/jungle_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/jungle_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/jungle_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/jungle_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/jungle_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/jungle_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/jungle_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/jungle_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/jungle_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/jungle_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/jungle_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/jungle_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/jungle_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/jungle_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/jungle_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/jungle_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/jungle_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/jungle_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/jungle_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/jungle_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/jungle_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/jungle_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/jungle_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/jungle_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/jungle_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/jungle_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/jungle_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/jungle_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/jungle_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/jungle_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/jungle_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/jungle_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/jungle_trapdoor.json b/1.16.5/assets/minecraft/blockstates/jungle_trapdoor.json new file mode 100644 index 00000000..23178033 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/jungle_trapdoor.json @@ -0,0 +1,69 @@ +{ + "variants": { + "facing=east,half=bottom,open=false": { + "model": "minecraft:block/jungle_trapdoor_bottom", + "y": 90 + }, + "facing=east,half=bottom,open=true": { + "model": "minecraft:block/jungle_trapdoor_open", + "y": 90 + }, + "facing=east,half=top,open=false": { + "model": "minecraft:block/jungle_trapdoor_top", + "y": 90 + }, + "facing=east,half=top,open=true": { + "model": "minecraft:block/jungle_trapdoor_open", + "x": 180, + "y": 270 + }, + "facing=north,half=bottom,open=false": { + "model": "minecraft:block/jungle_trapdoor_bottom" + }, + "facing=north,half=bottom,open=true": { + "model": "minecraft:block/jungle_trapdoor_open" + }, + "facing=north,half=top,open=false": { + "model": "minecraft:block/jungle_trapdoor_top" + }, + "facing=north,half=top,open=true": { + "model": "minecraft:block/jungle_trapdoor_open", + "x": 180, + "y": 180 + }, + "facing=south,half=bottom,open=false": { + "model": "minecraft:block/jungle_trapdoor_bottom", + "y": 180 + }, + "facing=south,half=bottom,open=true": { + "model": "minecraft:block/jungle_trapdoor_open", + "y": 180 + }, + "facing=south,half=top,open=false": { + "model": "minecraft:block/jungle_trapdoor_top", + "y": 180 + }, + "facing=south,half=top,open=true": { + "model": "minecraft:block/jungle_trapdoor_open", + "x": 180, + "y": 0 + }, + "facing=west,half=bottom,open=false": { + "model": "minecraft:block/jungle_trapdoor_bottom", + "y": 270 + }, + "facing=west,half=bottom,open=true": { + "model": "minecraft:block/jungle_trapdoor_open", + "y": 270 + }, + "facing=west,half=top,open=false": { + "model": "minecraft:block/jungle_trapdoor_top", + "y": 270 + }, + "facing=west,half=top,open=true": { + "model": "minecraft:block/jungle_trapdoor_open", + "x": 180, + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/jungle_wall_sign.json b/1.16.5/assets/minecraft/blockstates/jungle_wall_sign.json new file mode 100644 index 00000000..883b1859 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/jungle_wall_sign.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/jungle_sign" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/jungle_wood.json b/1.16.5/assets/minecraft/blockstates/jungle_wood.json new file mode 100644 index 00000000..af9a353d --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/jungle_wood.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/jungle_wood", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/jungle_wood" + }, + "axis=z": { + "model": "minecraft:block/jungle_wood", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/kelp.json b/1.16.5/assets/minecraft/blockstates/kelp.json new file mode 100644 index 00000000..6654924a --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/kelp.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/kelp" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/kelp_plant.json b/1.16.5/assets/minecraft/blockstates/kelp_plant.json new file mode 100644 index 00000000..f1d1539e --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/kelp_plant.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/kelp_plant" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/ladder.json b/1.16.5/assets/minecraft/blockstates/ladder.json new file mode 100644 index 00000000..972cc802 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/ladder.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/ladder", + "y": 90 + }, + "facing=north": { + "model": "minecraft:block/ladder" + }, + "facing=south": { + "model": "minecraft:block/ladder", + "y": 180 + }, + "facing=west": { + "model": "minecraft:block/ladder", + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/lantern.json b/1.16.5/assets/minecraft/blockstates/lantern.json new file mode 100644 index 00000000..00cb4380 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/lantern.json @@ -0,0 +1,10 @@ +{ + "variants": { + "hanging=false": { + "model": "minecraft:block/lantern" + }, + "hanging=true": { + "model": "minecraft:block/lantern_hanging" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/lapis_block.json b/1.16.5/assets/minecraft/blockstates/lapis_block.json new file mode 100644 index 00000000..ff91f232 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/lapis_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/lapis_block" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/lapis_ore.json b/1.16.5/assets/minecraft/blockstates/lapis_ore.json new file mode 100644 index 00000000..35171304 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/lapis_ore.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/lapis_ore" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/large_fern.json b/1.16.5/assets/minecraft/blockstates/large_fern.json new file mode 100644 index 00000000..a92b142f --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/large_fern.json @@ -0,0 +1,10 @@ +{ + "variants": { + "half=lower": { + "model": "minecraft:block/large_fern_bottom" + }, + "half=upper": { + "model": "minecraft:block/large_fern_top" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/lava.json b/1.16.5/assets/minecraft/blockstates/lava.json new file mode 100644 index 00000000..54087c25 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/lava.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/lava" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/lectern.json b/1.16.5/assets/minecraft/blockstates/lectern.json new file mode 100644 index 00000000..b6ec88be --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/lectern.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/lectern", + "y": 90 + }, + "facing=north": { + "model": "minecraft:block/lectern" + }, + "facing=south": { + "model": "minecraft:block/lectern", + "y": 180 + }, + "facing=west": { + "model": "minecraft:block/lectern", + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/lever.json b/1.16.5/assets/minecraft/blockstates/lever.json new file mode 100644 index 00000000..f5892eca --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/lever.json @@ -0,0 +1,110 @@ +{ + "variants": { + "face=ceiling,facing=east,powered=false": { + "model": "minecraft:block/lever_on", + "x": 180, + "y": 270 + }, + "face=ceiling,facing=east,powered=true": { + "model": "minecraft:block/lever", + "x": 180, + "y": 270 + }, + "face=ceiling,facing=north,powered=false": { + "model": "minecraft:block/lever_on", + "x": 180, + "y": 180 + }, + "face=ceiling,facing=north,powered=true": { + "model": "minecraft:block/lever", + "x": 180, + "y": 180 + }, + "face=ceiling,facing=south,powered=false": { + "model": "minecraft:block/lever_on", + "x": 180 + }, + "face=ceiling,facing=south,powered=true": { + "model": "minecraft:block/lever", + "x": 180 + }, + "face=ceiling,facing=west,powered=false": { + "model": "minecraft:block/lever_on", + "x": 180, + "y": 90 + }, + "face=ceiling,facing=west,powered=true": { + "model": "minecraft:block/lever", + "x": 180, + "y": 90 + }, + "face=floor,facing=east,powered=false": { + "model": "minecraft:block/lever_on", + "y": 90 + }, + "face=floor,facing=east,powered=true": { + "model": "minecraft:block/lever", + "y": 90 + }, + "face=floor,facing=north,powered=false": { + "model": "minecraft:block/lever_on" + }, + "face=floor,facing=north,powered=true": { + "model": "minecraft:block/lever" + }, + "face=floor,facing=south,powered=false": { + "model": "minecraft:block/lever_on", + "y": 180 + }, + "face=floor,facing=south,powered=true": { + "model": "minecraft:block/lever", + "y": 180 + }, + "face=floor,facing=west,powered=false": { + "model": "minecraft:block/lever_on", + "y": 270 + }, + "face=floor,facing=west,powered=true": { + "model": "minecraft:block/lever", + "y": 270 + }, + "face=wall,facing=east,powered=false": { + "model": "minecraft:block/lever_on", + "x": 90, + "y": 90 + }, + "face=wall,facing=east,powered=true": { + "model": "minecraft:block/lever", + "x": 90, + "y": 90 + }, + "face=wall,facing=north,powered=false": { + "model": "minecraft:block/lever_on", + "x": 90 + }, + "face=wall,facing=north,powered=true": { + "model": "minecraft:block/lever", + "x": 90 + }, + "face=wall,facing=south,powered=false": { + "model": "minecraft:block/lever_on", + "x": 90, + "y": 180 + }, + "face=wall,facing=south,powered=true": { + "model": "minecraft:block/lever", + "x": 90, + "y": 180 + }, + "face=wall,facing=west,powered=false": { + "model": "minecraft:block/lever_on", + "x": 90, + "y": 270 + }, + "face=wall,facing=west,powered=true": { + "model": "minecraft:block/lever", + "x": 90, + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/light_blue_banner.json b/1.16.5/assets/minecraft/blockstates/light_blue_banner.json new file mode 100644 index 00000000..f5e2c87f --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/light_blue_banner.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/banner" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/light_blue_bed.json b/1.16.5/assets/minecraft/blockstates/light_blue_bed.json new file mode 100644 index 00000000..6577c90a --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/light_blue_bed.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/bed" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/light_blue_carpet.json b/1.16.5/assets/minecraft/blockstates/light_blue_carpet.json new file mode 100644 index 00000000..5db104bc --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/light_blue_carpet.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/light_blue_carpet" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/light_blue_concrete.json b/1.16.5/assets/minecraft/blockstates/light_blue_concrete.json new file mode 100644 index 00000000..b1869773 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/light_blue_concrete.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/light_blue_concrete" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/light_blue_concrete_powder.json b/1.16.5/assets/minecraft/blockstates/light_blue_concrete_powder.json new file mode 100644 index 00000000..b1a0f866 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/light_blue_concrete_powder.json @@ -0,0 +1,21 @@ +{ + "variants": { + "": [ + { + "model": "minecraft:block/light_blue_concrete_powder" + }, + { + "model": "minecraft:block/light_blue_concrete_powder", + "y": 90 + }, + { + "model": "minecraft:block/light_blue_concrete_powder", + "y": 180 + }, + { + "model": "minecraft:block/light_blue_concrete_powder", + "y": 270 + } + ] + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/light_blue_glazed_terracotta.json b/1.16.5/assets/minecraft/blockstates/light_blue_glazed_terracotta.json new file mode 100644 index 00000000..04c566aa --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/light_blue_glazed_terracotta.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/light_blue_glazed_terracotta", + "y": 270 + }, + "facing=north": { + "model": "minecraft:block/light_blue_glazed_terracotta", + "y": 180 + }, + "facing=south": { + "model": "minecraft:block/light_blue_glazed_terracotta" + }, + "facing=west": { + "model": "minecraft:block/light_blue_glazed_terracotta", + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/light_blue_shulker_box.json b/1.16.5/assets/minecraft/blockstates/light_blue_shulker_box.json new file mode 100644 index 00000000..0d8702ce --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/light_blue_shulker_box.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/light_blue_shulker_box" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/light_blue_stained_glass.json b/1.16.5/assets/minecraft/blockstates/light_blue_stained_glass.json new file mode 100644 index 00000000..6570fbc5 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/light_blue_stained_glass.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/light_blue_stained_glass" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/light_blue_stained_glass_pane.json b/1.16.5/assets/minecraft/blockstates/light_blue_stained_glass_pane.json new file mode 100644 index 00000000..b73f855c --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/light_blue_stained_glass_pane.json @@ -0,0 +1,77 @@ +{ + "multipart": [ + { + "apply": { + "model": "minecraft:block/light_blue_stained_glass_pane_post" + } + }, + { + "when": { + "north": "true" + }, + "apply": { + "model": "minecraft:block/light_blue_stained_glass_pane_side" + } + }, + { + "when": { + "east": "true" + }, + "apply": { + "model": "minecraft:block/light_blue_stained_glass_pane_side", + "y": 90 + } + }, + { + "when": { + "south": "true" + }, + "apply": { + "model": "minecraft:block/light_blue_stained_glass_pane_side_alt" + } + }, + { + "when": { + "west": "true" + }, + "apply": { + "model": "minecraft:block/light_blue_stained_glass_pane_side_alt", + "y": 90 + } + }, + { + "when": { + "north": "false" + }, + "apply": { + "model": "minecraft:block/light_blue_stained_glass_pane_noside" + } + }, + { + "when": { + "east": "false" + }, + "apply": { + "model": "minecraft:block/light_blue_stained_glass_pane_noside_alt" + } + }, + { + "when": { + "south": "false" + }, + "apply": { + "model": "minecraft:block/light_blue_stained_glass_pane_noside_alt", + "y": 90 + } + }, + { + "when": { + "west": "false" + }, + "apply": { + "model": "minecraft:block/light_blue_stained_glass_pane_noside", + "y": 270 + } + } + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/light_blue_terracotta.json b/1.16.5/assets/minecraft/blockstates/light_blue_terracotta.json new file mode 100644 index 00000000..923dc3d4 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/light_blue_terracotta.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/light_blue_terracotta" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/light_blue_wall_banner.json b/1.16.5/assets/minecraft/blockstates/light_blue_wall_banner.json new file mode 100644 index 00000000..f5e2c87f --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/light_blue_wall_banner.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/banner" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/light_blue_wool.json b/1.16.5/assets/minecraft/blockstates/light_blue_wool.json new file mode 100644 index 00000000..0f808ef7 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/light_blue_wool.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/light_blue_wool" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/light_gray_banner.json b/1.16.5/assets/minecraft/blockstates/light_gray_banner.json new file mode 100644 index 00000000..f5e2c87f --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/light_gray_banner.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/banner" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/light_gray_bed.json b/1.16.5/assets/minecraft/blockstates/light_gray_bed.json new file mode 100644 index 00000000..6577c90a --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/light_gray_bed.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/bed" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/light_gray_carpet.json b/1.16.5/assets/minecraft/blockstates/light_gray_carpet.json new file mode 100644 index 00000000..2cd65422 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/light_gray_carpet.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/light_gray_carpet" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/light_gray_concrete.json b/1.16.5/assets/minecraft/blockstates/light_gray_concrete.json new file mode 100644 index 00000000..7fcc7653 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/light_gray_concrete.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/light_gray_concrete" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/light_gray_concrete_powder.json b/1.16.5/assets/minecraft/blockstates/light_gray_concrete_powder.json new file mode 100644 index 00000000..71d06183 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/light_gray_concrete_powder.json @@ -0,0 +1,21 @@ +{ + "variants": { + "": [ + { + "model": "minecraft:block/light_gray_concrete_powder" + }, + { + "model": "minecraft:block/light_gray_concrete_powder", + "y": 90 + }, + { + "model": "minecraft:block/light_gray_concrete_powder", + "y": 180 + }, + { + "model": "minecraft:block/light_gray_concrete_powder", + "y": 270 + } + ] + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/light_gray_glazed_terracotta.json b/1.16.5/assets/minecraft/blockstates/light_gray_glazed_terracotta.json new file mode 100644 index 00000000..afaa7d77 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/light_gray_glazed_terracotta.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/light_gray_glazed_terracotta", + "y": 270 + }, + "facing=north": { + "model": "minecraft:block/light_gray_glazed_terracotta", + "y": 180 + }, + "facing=south": { + "model": "minecraft:block/light_gray_glazed_terracotta" + }, + "facing=west": { + "model": "minecraft:block/light_gray_glazed_terracotta", + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/light_gray_shulker_box.json b/1.16.5/assets/minecraft/blockstates/light_gray_shulker_box.json new file mode 100644 index 00000000..a04db2c9 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/light_gray_shulker_box.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/light_gray_shulker_box" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/light_gray_stained_glass.json b/1.16.5/assets/minecraft/blockstates/light_gray_stained_glass.json new file mode 100644 index 00000000..b14a289d --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/light_gray_stained_glass.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/light_gray_stained_glass" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/light_gray_stained_glass_pane.json b/1.16.5/assets/minecraft/blockstates/light_gray_stained_glass_pane.json new file mode 100644 index 00000000..3c0cb9ab --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/light_gray_stained_glass_pane.json @@ -0,0 +1,77 @@ +{ + "multipart": [ + { + "apply": { + "model": "minecraft:block/light_gray_stained_glass_pane_post" + } + }, + { + "when": { + "north": "true" + }, + "apply": { + "model": "minecraft:block/light_gray_stained_glass_pane_side" + } + }, + { + "when": { + "east": "true" + }, + "apply": { + "model": "minecraft:block/light_gray_stained_glass_pane_side", + "y": 90 + } + }, + { + "when": { + "south": "true" + }, + "apply": { + "model": "minecraft:block/light_gray_stained_glass_pane_side_alt" + } + }, + { + "when": { + "west": "true" + }, + "apply": { + "model": "minecraft:block/light_gray_stained_glass_pane_side_alt", + "y": 90 + } + }, + { + "when": { + "north": "false" + }, + "apply": { + "model": "minecraft:block/light_gray_stained_glass_pane_noside" + } + }, + { + "when": { + "east": "false" + }, + "apply": { + "model": "minecraft:block/light_gray_stained_glass_pane_noside_alt" + } + }, + { + "when": { + "south": "false" + }, + "apply": { + "model": "minecraft:block/light_gray_stained_glass_pane_noside_alt", + "y": 90 + } + }, + { + "when": { + "west": "false" + }, + "apply": { + "model": "minecraft:block/light_gray_stained_glass_pane_noside", + "y": 270 + } + } + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/light_gray_terracotta.json b/1.16.5/assets/minecraft/blockstates/light_gray_terracotta.json new file mode 100644 index 00000000..d1fe850d --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/light_gray_terracotta.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/light_gray_terracotta" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/light_gray_wall_banner.json b/1.16.5/assets/minecraft/blockstates/light_gray_wall_banner.json new file mode 100644 index 00000000..f5e2c87f --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/light_gray_wall_banner.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/banner" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/light_gray_wool.json b/1.16.5/assets/minecraft/blockstates/light_gray_wool.json new file mode 100644 index 00000000..c26d7157 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/light_gray_wool.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/light_gray_wool" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/light_weighted_pressure_plate.json b/1.16.5/assets/minecraft/blockstates/light_weighted_pressure_plate.json new file mode 100644 index 00000000..3495b4c5 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/light_weighted_pressure_plate.json @@ -0,0 +1,52 @@ +{ + "variants": { + "power=0": { + "model": "minecraft:block/light_weighted_pressure_plate" + }, + "power=1": { + "model": "minecraft:block/light_weighted_pressure_plate_down" + }, + "power=10": { + "model": "minecraft:block/light_weighted_pressure_plate_down" + }, + "power=11": { + "model": "minecraft:block/light_weighted_pressure_plate_down" + }, + "power=12": { + "model": "minecraft:block/light_weighted_pressure_plate_down" + }, + "power=13": { + "model": "minecraft:block/light_weighted_pressure_plate_down" + }, + "power=14": { + "model": "minecraft:block/light_weighted_pressure_plate_down" + }, + "power=15": { + "model": "minecraft:block/light_weighted_pressure_plate_down" + }, + "power=2": { + "model": "minecraft:block/light_weighted_pressure_plate_down" + }, + "power=3": { + "model": "minecraft:block/light_weighted_pressure_plate_down" + }, + "power=4": { + "model": "minecraft:block/light_weighted_pressure_plate_down" + }, + "power=5": { + "model": "minecraft:block/light_weighted_pressure_plate_down" + }, + "power=6": { + "model": "minecraft:block/light_weighted_pressure_plate_down" + }, + "power=7": { + "model": "minecraft:block/light_weighted_pressure_plate_down" + }, + "power=8": { + "model": "minecraft:block/light_weighted_pressure_plate_down" + }, + "power=9": { + "model": "minecraft:block/light_weighted_pressure_plate_down" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/lilac.json b/1.16.5/assets/minecraft/blockstates/lilac.json new file mode 100644 index 00000000..5a29adb9 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/lilac.json @@ -0,0 +1,10 @@ +{ + "variants": { + "half=lower": { + "model": "minecraft:block/lilac_bottom" + }, + "half=upper": { + "model": "minecraft:block/lilac_top" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/lily_of_the_valley.json b/1.16.5/assets/minecraft/blockstates/lily_of_the_valley.json new file mode 100644 index 00000000..5bc1e938 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/lily_of_the_valley.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/lily_of_the_valley" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/lily_pad.json b/1.16.5/assets/minecraft/blockstates/lily_pad.json new file mode 100644 index 00000000..41cd85d1 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/lily_pad.json @@ -0,0 +1,21 @@ +{ + "variants": { + "": [ + { + "model": "minecraft:block/lily_pad" + }, + { + "model": "minecraft:block/lily_pad", + "y": 90 + }, + { + "model": "minecraft:block/lily_pad", + "y": 180 + }, + { + "model": "minecraft:block/lily_pad", + "y": 270 + } + ] + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/lime_banner.json b/1.16.5/assets/minecraft/blockstates/lime_banner.json new file mode 100644 index 00000000..f5e2c87f --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/lime_banner.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/banner" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/lime_bed.json b/1.16.5/assets/minecraft/blockstates/lime_bed.json new file mode 100644 index 00000000..6577c90a --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/lime_bed.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/bed" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/lime_carpet.json b/1.16.5/assets/minecraft/blockstates/lime_carpet.json new file mode 100644 index 00000000..970a8ac1 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/lime_carpet.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/lime_carpet" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/lime_concrete.json b/1.16.5/assets/minecraft/blockstates/lime_concrete.json new file mode 100644 index 00000000..af1b10b5 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/lime_concrete.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/lime_concrete" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/lime_concrete_powder.json b/1.16.5/assets/minecraft/blockstates/lime_concrete_powder.json new file mode 100644 index 00000000..4f48ccf1 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/lime_concrete_powder.json @@ -0,0 +1,21 @@ +{ + "variants": { + "": [ + { + "model": "minecraft:block/lime_concrete_powder" + }, + { + "model": "minecraft:block/lime_concrete_powder", + "y": 90 + }, + { + "model": "minecraft:block/lime_concrete_powder", + "y": 180 + }, + { + "model": "minecraft:block/lime_concrete_powder", + "y": 270 + } + ] + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/lime_glazed_terracotta.json b/1.16.5/assets/minecraft/blockstates/lime_glazed_terracotta.json new file mode 100644 index 00000000..1bf117b7 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/lime_glazed_terracotta.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/lime_glazed_terracotta", + "y": 270 + }, + "facing=north": { + "model": "minecraft:block/lime_glazed_terracotta", + "y": 180 + }, + "facing=south": { + "model": "minecraft:block/lime_glazed_terracotta" + }, + "facing=west": { + "model": "minecraft:block/lime_glazed_terracotta", + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/lime_shulker_box.json b/1.16.5/assets/minecraft/blockstates/lime_shulker_box.json new file mode 100644 index 00000000..8f33bac6 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/lime_shulker_box.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/lime_shulker_box" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/lime_stained_glass.json b/1.16.5/assets/minecraft/blockstates/lime_stained_glass.json new file mode 100644 index 00000000..6916921a --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/lime_stained_glass.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/lime_stained_glass" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/lime_stained_glass_pane.json b/1.16.5/assets/minecraft/blockstates/lime_stained_glass_pane.json new file mode 100644 index 00000000..efbd641f --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/lime_stained_glass_pane.json @@ -0,0 +1,77 @@ +{ + "multipart": [ + { + "apply": { + "model": "minecraft:block/lime_stained_glass_pane_post" + } + }, + { + "when": { + "north": "true" + }, + "apply": { + "model": "minecraft:block/lime_stained_glass_pane_side" + } + }, + { + "when": { + "east": "true" + }, + "apply": { + "model": "minecraft:block/lime_stained_glass_pane_side", + "y": 90 + } + }, + { + "when": { + "south": "true" + }, + "apply": { + "model": "minecraft:block/lime_stained_glass_pane_side_alt" + } + }, + { + "when": { + "west": "true" + }, + "apply": { + "model": "minecraft:block/lime_stained_glass_pane_side_alt", + "y": 90 + } + }, + { + "when": { + "north": "false" + }, + "apply": { + "model": "minecraft:block/lime_stained_glass_pane_noside" + } + }, + { + "when": { + "east": "false" + }, + "apply": { + "model": "minecraft:block/lime_stained_glass_pane_noside_alt" + } + }, + { + "when": { + "south": "false" + }, + "apply": { + "model": "minecraft:block/lime_stained_glass_pane_noside_alt", + "y": 90 + } + }, + { + "when": { + "west": "false" + }, + "apply": { + "model": "minecraft:block/lime_stained_glass_pane_noside", + "y": 270 + } + } + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/lime_terracotta.json b/1.16.5/assets/minecraft/blockstates/lime_terracotta.json new file mode 100644 index 00000000..c194305c --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/lime_terracotta.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/lime_terracotta" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/lime_wall_banner.json b/1.16.5/assets/minecraft/blockstates/lime_wall_banner.json new file mode 100644 index 00000000..f5e2c87f --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/lime_wall_banner.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/banner" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/lime_wool.json b/1.16.5/assets/minecraft/blockstates/lime_wool.json new file mode 100644 index 00000000..d1524b5d --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/lime_wool.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/lime_wool" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/lodestone.json b/1.16.5/assets/minecraft/blockstates/lodestone.json new file mode 100644 index 00000000..639e6848 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/lodestone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/lodestone" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/loom.json b/1.16.5/assets/minecraft/blockstates/loom.json new file mode 100644 index 00000000..0a8c5b69 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/loom.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/loom", + "y": 90 + }, + "facing=north": { + "model": "minecraft:block/loom" + }, + "facing=south": { + "model": "minecraft:block/loom", + "y": 180 + }, + "facing=west": { + "model": "minecraft:block/loom", + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/magenta_banner.json b/1.16.5/assets/minecraft/blockstates/magenta_banner.json new file mode 100644 index 00000000..f5e2c87f --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/magenta_banner.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/banner" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/magenta_bed.json b/1.16.5/assets/minecraft/blockstates/magenta_bed.json new file mode 100644 index 00000000..6577c90a --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/magenta_bed.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/bed" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/magenta_carpet.json b/1.16.5/assets/minecraft/blockstates/magenta_carpet.json new file mode 100644 index 00000000..3427fec7 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/magenta_carpet.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/magenta_carpet" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/magenta_concrete.json b/1.16.5/assets/minecraft/blockstates/magenta_concrete.json new file mode 100644 index 00000000..efa0ead9 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/magenta_concrete.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/magenta_concrete" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/magenta_concrete_powder.json b/1.16.5/assets/minecraft/blockstates/magenta_concrete_powder.json new file mode 100644 index 00000000..37231b4f --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/magenta_concrete_powder.json @@ -0,0 +1,21 @@ +{ + "variants": { + "": [ + { + "model": "minecraft:block/magenta_concrete_powder" + }, + { + "model": "minecraft:block/magenta_concrete_powder", + "y": 90 + }, + { + "model": "minecraft:block/magenta_concrete_powder", + "y": 180 + }, + { + "model": "minecraft:block/magenta_concrete_powder", + "y": 270 + } + ] + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/magenta_glazed_terracotta.json b/1.16.5/assets/minecraft/blockstates/magenta_glazed_terracotta.json new file mode 100644 index 00000000..bfb421a1 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/magenta_glazed_terracotta.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/magenta_glazed_terracotta", + "y": 270 + }, + "facing=north": { + "model": "minecraft:block/magenta_glazed_terracotta", + "y": 180 + }, + "facing=south": { + "model": "minecraft:block/magenta_glazed_terracotta" + }, + "facing=west": { + "model": "minecraft:block/magenta_glazed_terracotta", + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/magenta_shulker_box.json b/1.16.5/assets/minecraft/blockstates/magenta_shulker_box.json new file mode 100644 index 00000000..e0d737fb --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/magenta_shulker_box.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/magenta_shulker_box" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/magenta_stained_glass.json b/1.16.5/assets/minecraft/blockstates/magenta_stained_glass.json new file mode 100644 index 00000000..2081e041 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/magenta_stained_glass.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/magenta_stained_glass" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/magenta_stained_glass_pane.json b/1.16.5/assets/minecraft/blockstates/magenta_stained_glass_pane.json new file mode 100644 index 00000000..7cbefcf4 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/magenta_stained_glass_pane.json @@ -0,0 +1,77 @@ +{ + "multipart": [ + { + "apply": { + "model": "minecraft:block/magenta_stained_glass_pane_post" + } + }, + { + "when": { + "north": "true" + }, + "apply": { + "model": "minecraft:block/magenta_stained_glass_pane_side" + } + }, + { + "when": { + "east": "true" + }, + "apply": { + "model": "minecraft:block/magenta_stained_glass_pane_side", + "y": 90 + } + }, + { + "when": { + "south": "true" + }, + "apply": { + "model": "minecraft:block/magenta_stained_glass_pane_side_alt" + } + }, + { + "when": { + "west": "true" + }, + "apply": { + "model": "minecraft:block/magenta_stained_glass_pane_side_alt", + "y": 90 + } + }, + { + "when": { + "north": "false" + }, + "apply": { + "model": "minecraft:block/magenta_stained_glass_pane_noside" + } + }, + { + "when": { + "east": "false" + }, + "apply": { + "model": "minecraft:block/magenta_stained_glass_pane_noside_alt" + } + }, + { + "when": { + "south": "false" + }, + "apply": { + "model": "minecraft:block/magenta_stained_glass_pane_noside_alt", + "y": 90 + } + }, + { + "when": { + "west": "false" + }, + "apply": { + "model": "minecraft:block/magenta_stained_glass_pane_noside", + "y": 270 + } + } + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/magenta_terracotta.json b/1.16.5/assets/minecraft/blockstates/magenta_terracotta.json new file mode 100644 index 00000000..30135ae5 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/magenta_terracotta.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/magenta_terracotta" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/magenta_wall_banner.json b/1.16.5/assets/minecraft/blockstates/magenta_wall_banner.json new file mode 100644 index 00000000..f5e2c87f --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/magenta_wall_banner.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/banner" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/magenta_wool.json b/1.16.5/assets/minecraft/blockstates/magenta_wool.json new file mode 100644 index 00000000..d8666f05 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/magenta_wool.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/magenta_wool" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/magma_block.json b/1.16.5/assets/minecraft/blockstates/magma_block.json new file mode 100644 index 00000000..90e6478e --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/magma_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/magma_block" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/melon.json b/1.16.5/assets/minecraft/blockstates/melon.json new file mode 100644 index 00000000..93ce0cd4 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/melon.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/melon" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/melon_stem.json b/1.16.5/assets/minecraft/blockstates/melon_stem.json new file mode 100644 index 00000000..89bcde3f --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/melon_stem.json @@ -0,0 +1,28 @@ +{ + "variants": { + "age=0": { + "model": "minecraft:block/melon_stem_stage0" + }, + "age=1": { + "model": "minecraft:block/melon_stem_stage1" + }, + "age=2": { + "model": "minecraft:block/melon_stem_stage2" + }, + "age=3": { + "model": "minecraft:block/melon_stem_stage3" + }, + "age=4": { + "model": "minecraft:block/melon_stem_stage4" + }, + "age=5": { + "model": "minecraft:block/melon_stem_stage5" + }, + "age=6": { + "model": "minecraft:block/melon_stem_stage6" + }, + "age=7": { + "model": "minecraft:block/melon_stem_stage7" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/mossy_cobblestone.json b/1.16.5/assets/minecraft/blockstates/mossy_cobblestone.json new file mode 100644 index 00000000..7467ed1d --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/mossy_cobblestone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/mossy_cobblestone" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/mossy_cobblestone_slab.json b/1.16.5/assets/minecraft/blockstates/mossy_cobblestone_slab.json new file mode 100644 index 00000000..51dfa2ca --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/mossy_cobblestone_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/mossy_cobblestone_slab" + }, + "type=double": { + "model": "minecraft:block/mossy_cobblestone" + }, + "type=top": { + "model": "minecraft:block/mossy_cobblestone_slab_top" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/mossy_cobblestone_stairs.json b/1.16.5/assets/minecraft/blockstates/mossy_cobblestone_stairs.json new file mode 100644 index 00000000..9ec49f49 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/mossy_cobblestone_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/mossy_cobblestone_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/mossy_cobblestone_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/mossy_cobblestone_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/mossy_cobblestone_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/mossy_cobblestone_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/mossy_cobblestone_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/mossy_cobblestone_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/mossy_cobblestone_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/mossy_cobblestone_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/mossy_cobblestone_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/mossy_cobblestone_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/mossy_cobblestone_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/mossy_cobblestone_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/mossy_cobblestone_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/mossy_cobblestone_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/mossy_cobblestone_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/mossy_cobblestone_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/mossy_cobblestone_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/mossy_cobblestone_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/mossy_cobblestone_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/mossy_cobblestone_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/mossy_cobblestone_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/mossy_cobblestone_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/mossy_cobblestone_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/mossy_cobblestone_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/mossy_cobblestone_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/mossy_cobblestone_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/mossy_cobblestone_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/mossy_cobblestone_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/mossy_cobblestone_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/mossy_cobblestone_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/mossy_cobblestone_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/mossy_cobblestone_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/mossy_cobblestone_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/mossy_cobblestone_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/mossy_cobblestone_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/mossy_cobblestone_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/mossy_cobblestone_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/mossy_cobblestone_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/mossy_cobblestone_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/mossy_cobblestone_wall.json b/1.16.5/assets/minecraft/blockstates/mossy_cobblestone_wall.json new file mode 100644 index 00000000..9adb7a98 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/mossy_cobblestone_wall.json @@ -0,0 +1,90 @@ +{ + "multipart": [ + { + "when": { + "up": "true" + }, + "apply": { + "model": "minecraft:block/mossy_cobblestone_wall_post" + } + }, + { + "when": { + "north": "low" + }, + "apply": { + "model": "minecraft:block/mossy_cobblestone_wall_side", + "uvlock": true + } + }, + { + "when": { + "east": "low" + }, + "apply": { + "model": "minecraft:block/mossy_cobblestone_wall_side", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "low" + }, + "apply": { + "model": "minecraft:block/mossy_cobblestone_wall_side", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "low" + }, + "apply": { + "model": "minecraft:block/mossy_cobblestone_wall_side", + "y": 270, + "uvlock": true + } + }, + { + "when": { + "north": "tall" + }, + "apply": { + "model": "minecraft:block/mossy_cobblestone_wall_side_tall", + "uvlock": true + } + }, + { + "when": { + "east": "tall" + }, + "apply": { + "model": "minecraft:block/mossy_cobblestone_wall_side_tall", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "tall" + }, + "apply": { + "model": "minecraft:block/mossy_cobblestone_wall_side_tall", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "tall" + }, + "apply": { + "model": "minecraft:block/mossy_cobblestone_wall_side_tall", + "y": 270, + "uvlock": true + } + } + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/mossy_stone_brick_slab.json b/1.16.5/assets/minecraft/blockstates/mossy_stone_brick_slab.json new file mode 100644 index 00000000..e8d96fc0 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/mossy_stone_brick_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/mossy_stone_brick_slab" + }, + "type=double": { + "model": "minecraft:block/mossy_stone_bricks" + }, + "type=top": { + "model": "minecraft:block/mossy_stone_brick_slab_top" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/mossy_stone_brick_stairs.json b/1.16.5/assets/minecraft/blockstates/mossy_stone_brick_stairs.json new file mode 100644 index 00000000..0fc898c9 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/mossy_stone_brick_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/mossy_stone_brick_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/mossy_stone_brick_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/mossy_stone_brick_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/mossy_stone_brick_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/mossy_stone_brick_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/mossy_stone_brick_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/mossy_stone_brick_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/mossy_stone_brick_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/mossy_stone_brick_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/mossy_stone_brick_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/mossy_stone_brick_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/mossy_stone_brick_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/mossy_stone_brick_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/mossy_stone_brick_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/mossy_stone_brick_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/mossy_stone_brick_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/mossy_stone_brick_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/mossy_stone_brick_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/mossy_stone_brick_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/mossy_stone_brick_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/mossy_stone_brick_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/mossy_stone_brick_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/mossy_stone_brick_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/mossy_stone_brick_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/mossy_stone_brick_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/mossy_stone_brick_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/mossy_stone_brick_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/mossy_stone_brick_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/mossy_stone_brick_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/mossy_stone_brick_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/mossy_stone_brick_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/mossy_stone_brick_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/mossy_stone_brick_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/mossy_stone_brick_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/mossy_stone_brick_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/mossy_stone_brick_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/mossy_stone_brick_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/mossy_stone_brick_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/mossy_stone_brick_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/mossy_stone_brick_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/mossy_stone_brick_wall.json b/1.16.5/assets/minecraft/blockstates/mossy_stone_brick_wall.json new file mode 100644 index 00000000..73ea1ae4 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/mossy_stone_brick_wall.json @@ -0,0 +1,90 @@ +{ + "multipart": [ + { + "when": { + "up": "true" + }, + "apply": { + "model": "minecraft:block/mossy_stone_brick_wall_post" + } + }, + { + "when": { + "north": "low" + }, + "apply": { + "model": "minecraft:block/mossy_stone_brick_wall_side", + "uvlock": true + } + }, + { + "when": { + "east": "low" + }, + "apply": { + "model": "minecraft:block/mossy_stone_brick_wall_side", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "low" + }, + "apply": { + "model": "minecraft:block/mossy_stone_brick_wall_side", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "low" + }, + "apply": { + "model": "minecraft:block/mossy_stone_brick_wall_side", + "y": 270, + "uvlock": true + } + }, + { + "when": { + "north": "tall" + }, + "apply": { + "model": "minecraft:block/mossy_stone_brick_wall_side_tall", + "uvlock": true + } + }, + { + "when": { + "east": "tall" + }, + "apply": { + "model": "minecraft:block/mossy_stone_brick_wall_side_tall", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "tall" + }, + "apply": { + "model": "minecraft:block/mossy_stone_brick_wall_side_tall", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "tall" + }, + "apply": { + "model": "minecraft:block/mossy_stone_brick_wall_side_tall", + "y": 270, + "uvlock": true + } + } + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/mossy_stone_bricks.json b/1.16.5/assets/minecraft/blockstates/mossy_stone_bricks.json new file mode 100644 index 00000000..c17c4a7f --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/mossy_stone_bricks.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/mossy_stone_bricks" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/moving_piston.json b/1.16.5/assets/minecraft/blockstates/moving_piston.json new file mode 100644 index 00000000..aaa921ff --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/moving_piston.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/moving_piston" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/mushroom_stem.json b/1.16.5/assets/minecraft/blockstates/mushroom_stem.json new file mode 100644 index 00000000..8f7b1596 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/mushroom_stem.json @@ -0,0 +1,120 @@ +{ + "multipart": [ + { + "when": { + "north": "true" + }, + "apply": { + "model": "minecraft:block/mushroom_stem" + } + }, + { + "when": { + "east": "true" + }, + "apply": { + "model": "minecraft:block/mushroom_stem", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "true" + }, + "apply": { + "model": "minecraft:block/mushroom_stem", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "true" + }, + "apply": { + "model": "minecraft:block/mushroom_stem", + "y": 270, + "uvlock": true + } + }, + { + "when": { + "up": "true" + }, + "apply": { + "model": "minecraft:block/mushroom_stem", + "x": 270, + "uvlock": true + } + }, + { + "when": { + "down": "true" + }, + "apply": { + "model": "minecraft:block/mushroom_stem", + "x": 90, + "uvlock": true + } + }, + { + "when": { + "north": "false" + }, + "apply": { + "model": "minecraft:block/mushroom_block_inside" + } + }, + { + "when": { + "east": "false" + }, + "apply": { + "model": "minecraft:block/mushroom_block_inside", + "y": 90, + "uvlock": false + } + }, + { + "when": { + "south": "false" + }, + "apply": { + "model": "minecraft:block/mushroom_block_inside", + "y": 180, + "uvlock": false + } + }, + { + "when": { + "west": "false" + }, + "apply": { + "model": "minecraft:block/mushroom_block_inside", + "y": 270, + "uvlock": false + } + }, + { + "when": { + "up": "false" + }, + "apply": { + "model": "minecraft:block/mushroom_block_inside", + "x": 270, + "uvlock": false + } + }, + { + "when": { + "down": "false" + }, + "apply": { + "model": "minecraft:block/mushroom_block_inside", + "x": 90, + "uvlock": false + } + } + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/mycelium.json b/1.16.5/assets/minecraft/blockstates/mycelium.json new file mode 100644 index 00000000..cdf6392d --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/mycelium.json @@ -0,0 +1,24 @@ +{ + "variants": { + "snowy=false": [ + { + "model": "minecraft:block/mycelium" + }, + { + "model": "minecraft:block/mycelium", + "y": 90 + }, + { + "model": "minecraft:block/mycelium", + "y": 180 + }, + { + "model": "minecraft:block/mycelium", + "y": 270 + } + ], + "snowy=true": { + "model": "minecraft:block/grass_block_snow" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/nether_brick_fence.json b/1.16.5/assets/minecraft/blockstates/nether_brick_fence.json new file mode 100644 index 00000000..bc93e733 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/nether_brick_fence.json @@ -0,0 +1,48 @@ +{ + "multipart": [ + { + "apply": { + "model": "minecraft:block/nether_brick_fence_post" + } + }, + { + "when": { + "north": "true" + }, + "apply": { + "model": "minecraft:block/nether_brick_fence_side", + "uvlock": true + } + }, + { + "when": { + "east": "true" + }, + "apply": { + "model": "minecraft:block/nether_brick_fence_side", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "true" + }, + "apply": { + "model": "minecraft:block/nether_brick_fence_side", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "true" + }, + "apply": { + "model": "minecraft:block/nether_brick_fence_side", + "y": 270, + "uvlock": true + } + } + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/nether_brick_slab.json b/1.16.5/assets/minecraft/blockstates/nether_brick_slab.json new file mode 100644 index 00000000..e6e04975 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/nether_brick_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/nether_brick_slab" + }, + "type=double": { + "model": "minecraft:block/nether_bricks" + }, + "type=top": { + "model": "minecraft:block/nether_brick_slab_top" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/nether_brick_stairs.json b/1.16.5/assets/minecraft/blockstates/nether_brick_stairs.json new file mode 100644 index 00000000..afe841da --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/nether_brick_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/nether_brick_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/nether_brick_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/nether_brick_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/nether_brick_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/nether_brick_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/nether_brick_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/nether_brick_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/nether_brick_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/nether_brick_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/nether_brick_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/nether_brick_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/nether_brick_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/nether_brick_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/nether_brick_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/nether_brick_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/nether_brick_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/nether_brick_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/nether_brick_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/nether_brick_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/nether_brick_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/nether_brick_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/nether_brick_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/nether_brick_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/nether_brick_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/nether_brick_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/nether_brick_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/nether_brick_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/nether_brick_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/nether_brick_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/nether_brick_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/nether_brick_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/nether_brick_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/nether_brick_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/nether_brick_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/nether_brick_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/nether_brick_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/nether_brick_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/nether_brick_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/nether_brick_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/nether_brick_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/nether_brick_wall.json b/1.16.5/assets/minecraft/blockstates/nether_brick_wall.json new file mode 100644 index 00000000..6e1a5f9f --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/nether_brick_wall.json @@ -0,0 +1,90 @@ +{ + "multipart": [ + { + "when": { + "up": "true" + }, + "apply": { + "model": "minecraft:block/nether_brick_wall_post" + } + }, + { + "when": { + "north": "low" + }, + "apply": { + "model": "minecraft:block/nether_brick_wall_side", + "uvlock": true + } + }, + { + "when": { + "east": "low" + }, + "apply": { + "model": "minecraft:block/nether_brick_wall_side", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "low" + }, + "apply": { + "model": "minecraft:block/nether_brick_wall_side", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "low" + }, + "apply": { + "model": "minecraft:block/nether_brick_wall_side", + "y": 270, + "uvlock": true + } + }, + { + "when": { + "north": "tall" + }, + "apply": { + "model": "minecraft:block/nether_brick_wall_side_tall", + "uvlock": true + } + }, + { + "when": { + "east": "tall" + }, + "apply": { + "model": "minecraft:block/nether_brick_wall_side_tall", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "tall" + }, + "apply": { + "model": "minecraft:block/nether_brick_wall_side_tall", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "tall" + }, + "apply": { + "model": "minecraft:block/nether_brick_wall_side_tall", + "y": 270, + "uvlock": true + } + } + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/nether_bricks.json b/1.16.5/assets/minecraft/blockstates/nether_bricks.json new file mode 100644 index 00000000..85622bf5 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/nether_bricks.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/nether_bricks" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/nether_gold_ore.json b/1.16.5/assets/minecraft/blockstates/nether_gold_ore.json new file mode 100644 index 00000000..75e62a37 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/nether_gold_ore.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/nether_gold_ore" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/nether_portal.json b/1.16.5/assets/minecraft/blockstates/nether_portal.json new file mode 100644 index 00000000..af9f386a --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/nether_portal.json @@ -0,0 +1,10 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/nether_portal_ns" + }, + "axis=z": { + "model": "minecraft:block/nether_portal_ew" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/nether_quartz_ore.json b/1.16.5/assets/minecraft/blockstates/nether_quartz_ore.json new file mode 100644 index 00000000..b473ab4f --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/nether_quartz_ore.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/nether_quartz_ore" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/nether_sprouts.json b/1.16.5/assets/minecraft/blockstates/nether_sprouts.json new file mode 100644 index 00000000..445d1001 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/nether_sprouts.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/nether_sprouts" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/nether_wart.json b/1.16.5/assets/minecraft/blockstates/nether_wart.json new file mode 100644 index 00000000..f956d12c --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/nether_wart.json @@ -0,0 +1,16 @@ +{ + "variants": { + "age=0": { + "model": "minecraft:block/nether_wart_stage0" + }, + "age=1": { + "model": "minecraft:block/nether_wart_stage1" + }, + "age=2": { + "model": "minecraft:block/nether_wart_stage1" + }, + "age=3": { + "model": "minecraft:block/nether_wart_stage2" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/nether_wart_block.json b/1.16.5/assets/minecraft/blockstates/nether_wart_block.json new file mode 100644 index 00000000..ea08ea13 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/nether_wart_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/nether_wart_block" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/netherite_block.json b/1.16.5/assets/minecraft/blockstates/netherite_block.json new file mode 100644 index 00000000..85f89e95 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/netherite_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/netherite_block" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/netherrack.json b/1.16.5/assets/minecraft/blockstates/netherrack.json new file mode 100644 index 00000000..1a4fc1e9 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/netherrack.json @@ -0,0 +1,78 @@ +{ + "variants": { + "": [ + { + "model": "minecraft:block/netherrack" + }, + { + "model": "minecraft:block/netherrack", + "x": 90 + }, + { + "model": "minecraft:block/netherrack", + "x": 180 + }, + { + "model": "minecraft:block/netherrack", + "x": 270 + }, + { + "model": "minecraft:block/netherrack", + "y": 90 + }, + { + "model": "minecraft:block/netherrack", + "y": 90, + "x": 90 + }, + { + "model": "minecraft:block/netherrack", + "y": 90, + "x": 180 + }, + { + "model": "minecraft:block/netherrack", + "y": 90, + "x": 270 + }, + { + "model": "minecraft:block/netherrack", + "y": 180 + }, + { + "model": "minecraft:block/netherrack", + "y": 180, + "x": 90 + }, + { + "model": "minecraft:block/netherrack", + "y": 180, + "x": 180 + }, + { + "model": "minecraft:block/netherrack", + "y": 180, + "x": 270 + }, + { + "model": "minecraft:block/netherrack", + "y": 270 + }, + { + "model": "minecraft:block/netherrack", + "y": 270, + "x": 90 + }, + { + "model": "minecraft:block/netherrack", + "y": 270, + "x": 180 + }, + { + "model": "minecraft:block/netherrack", + "y": 270, + "x": 270 + } + ] + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/note_block.json b/1.16.5/assets/minecraft/blockstates/note_block.json new file mode 100644 index 00000000..651e64c5 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/note_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/note_block" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/oak_button.json b/1.16.5/assets/minecraft/blockstates/oak_button.json new file mode 100644 index 00000000..9dcb14f4 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/oak_button.json @@ -0,0 +1,118 @@ +{ + "variants": { + "face=ceiling,facing=east,powered=false": { + "model": "minecraft:block/oak_button", + "y": 270, + "x": 180 + }, + "face=ceiling,facing=east,powered=true": { + "model": "minecraft:block/oak_button_pressed", + "y": 270, + "x": 180 + }, + "face=ceiling,facing=north,powered=false": { + "model": "minecraft:block/oak_button", + "y": 180, + "x": 180 + }, + "face=ceiling,facing=north,powered=true": { + "model": "minecraft:block/oak_button_pressed", + "y": 180, + "x": 180 + }, + "face=ceiling,facing=south,powered=false": { + "model": "minecraft:block/oak_button", + "x": 180 + }, + "face=ceiling,facing=south,powered=true": { + "model": "minecraft:block/oak_button_pressed", + "x": 180 + }, + "face=ceiling,facing=west,powered=false": { + "model": "minecraft:block/oak_button", + "y": 90, + "x": 180 + }, + "face=ceiling,facing=west,powered=true": { + "model": "minecraft:block/oak_button_pressed", + "y": 90, + "x": 180 + }, + "face=floor,facing=east,powered=false": { + "model": "minecraft:block/oak_button", + "y": 90 + }, + "face=floor,facing=east,powered=true": { + "model": "minecraft:block/oak_button_pressed", + "y": 90 + }, + "face=floor,facing=north,powered=false": { + "model": "minecraft:block/oak_button" + }, + "face=floor,facing=north,powered=true": { + "model": "minecraft:block/oak_button_pressed" + }, + "face=floor,facing=south,powered=false": { + "model": "minecraft:block/oak_button", + "y": 180 + }, + "face=floor,facing=south,powered=true": { + "model": "minecraft:block/oak_button_pressed", + "y": 180 + }, + "face=floor,facing=west,powered=false": { + "model": "minecraft:block/oak_button", + "y": 270 + }, + "face=floor,facing=west,powered=true": { + "model": "minecraft:block/oak_button_pressed", + "y": 270 + }, + "face=wall,facing=east,powered=false": { + "model": "minecraft:block/oak_button", + "y": 90, + "x": 90, + "uvlock": true + }, + "face=wall,facing=east,powered=true": { + "model": "minecraft:block/oak_button_pressed", + "y": 90, + "x": 90, + "uvlock": true + }, + "face=wall,facing=north,powered=false": { + "model": "minecraft:block/oak_button", + "x": 90, + "uvlock": true + }, + "face=wall,facing=north,powered=true": { + "model": "minecraft:block/oak_button_pressed", + "x": 90, + "uvlock": true + }, + "face=wall,facing=south,powered=false": { + "model": "minecraft:block/oak_button", + "y": 180, + "x": 90, + "uvlock": true + }, + "face=wall,facing=south,powered=true": { + "model": "minecraft:block/oak_button_pressed", + "y": 180, + "x": 90, + "uvlock": true + }, + "face=wall,facing=west,powered=false": { + "model": "minecraft:block/oak_button", + "y": 270, + "x": 90, + "uvlock": true + }, + "face=wall,facing=west,powered=true": { + "model": "minecraft:block/oak_button_pressed", + "y": 270, + "x": 90, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/oak_door.json b/1.16.5/assets/minecraft/blockstates/oak_door.json new file mode 100644 index 00000000..bbd78c25 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/oak_door.json @@ -0,0 +1,124 @@ +{ + "variants": { + "facing=east,half=lower,hinge=left,open=false": { + "model": "minecraft:block/oak_door_bottom" + }, + "facing=east,half=lower,hinge=left,open=true": { + "model": "minecraft:block/oak_door_bottom_hinge", + "y": 90 + }, + "facing=east,half=lower,hinge=right,open=false": { + "model": "minecraft:block/oak_door_bottom_hinge" + }, + "facing=east,half=lower,hinge=right,open=true": { + "model": "minecraft:block/oak_door_bottom", + "y": 270 + }, + "facing=east,half=upper,hinge=left,open=false": { + "model": "minecraft:block/oak_door_top" + }, + "facing=east,half=upper,hinge=left,open=true": { + "model": "minecraft:block/oak_door_top_hinge", + "y": 90 + }, + "facing=east,half=upper,hinge=right,open=false": { + "model": "minecraft:block/oak_door_top_hinge" + }, + "facing=east,half=upper,hinge=right,open=true": { + "model": "minecraft:block/oak_door_top", + "y": 270 + }, + "facing=north,half=lower,hinge=left,open=false": { + "model": "minecraft:block/oak_door_bottom", + "y": 270 + }, + "facing=north,half=lower,hinge=left,open=true": { + "model": "minecraft:block/oak_door_bottom_hinge" + }, + "facing=north,half=lower,hinge=right,open=false": { + "model": "minecraft:block/oak_door_bottom_hinge", + "y": 270 + }, + "facing=north,half=lower,hinge=right,open=true": { + "model": "minecraft:block/oak_door_bottom", + "y": 180 + }, + "facing=north,half=upper,hinge=left,open=false": { + "model": "minecraft:block/oak_door_top", + "y": 270 + }, + "facing=north,half=upper,hinge=left,open=true": { + "model": "minecraft:block/oak_door_top_hinge" + }, + "facing=north,half=upper,hinge=right,open=false": { + "model": "minecraft:block/oak_door_top_hinge", + "y": 270 + }, + "facing=north,half=upper,hinge=right,open=true": { + "model": "minecraft:block/oak_door_top", + "y": 180 + }, + "facing=south,half=lower,hinge=left,open=false": { + "model": "minecraft:block/oak_door_bottom", + "y": 90 + }, + "facing=south,half=lower,hinge=left,open=true": { + "model": "minecraft:block/oak_door_bottom_hinge", + "y": 180 + }, + "facing=south,half=lower,hinge=right,open=false": { + "model": "minecraft:block/oak_door_bottom_hinge", + "y": 90 + }, + "facing=south,half=lower,hinge=right,open=true": { + "model": "minecraft:block/oak_door_bottom" + }, + "facing=south,half=upper,hinge=left,open=false": { + "model": "minecraft:block/oak_door_top", + "y": 90 + }, + "facing=south,half=upper,hinge=left,open=true": { + "model": "minecraft:block/oak_door_top_hinge", + "y": 180 + }, + "facing=south,half=upper,hinge=right,open=false": { + "model": "minecraft:block/oak_door_top_hinge", + "y": 90 + }, + "facing=south,half=upper,hinge=right,open=true": { + "model": "minecraft:block/oak_door_top" + }, + "facing=west,half=lower,hinge=left,open=false": { + "model": "minecraft:block/oak_door_bottom", + "y": 180 + }, + "facing=west,half=lower,hinge=left,open=true": { + "model": "minecraft:block/oak_door_bottom_hinge", + "y": 270 + }, + "facing=west,half=lower,hinge=right,open=false": { + "model": "minecraft:block/oak_door_bottom_hinge", + "y": 180 + }, + "facing=west,half=lower,hinge=right,open=true": { + "model": "minecraft:block/oak_door_bottom", + "y": 90 + }, + "facing=west,half=upper,hinge=left,open=false": { + "model": "minecraft:block/oak_door_top", + "y": 180 + }, + "facing=west,half=upper,hinge=left,open=true": { + "model": "minecraft:block/oak_door_top_hinge", + "y": 270 + }, + "facing=west,half=upper,hinge=right,open=false": { + "model": "minecraft:block/oak_door_top_hinge", + "y": 180 + }, + "facing=west,half=upper,hinge=right,open=true": { + "model": "minecraft:block/oak_door_top", + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/oak_fence.json b/1.16.5/assets/minecraft/blockstates/oak_fence.json new file mode 100644 index 00000000..f6be8bb3 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/oak_fence.json @@ -0,0 +1,48 @@ +{ + "multipart": [ + { + "apply": { + "model": "minecraft:block/oak_fence_post" + } + }, + { + "when": { + "north": "true" + }, + "apply": { + "model": "minecraft:block/oak_fence_side", + "uvlock": true + } + }, + { + "when": { + "east": "true" + }, + "apply": { + "model": "minecraft:block/oak_fence_side", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "true" + }, + "apply": { + "model": "minecraft:block/oak_fence_side", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "true" + }, + "apply": { + "model": "minecraft:block/oak_fence_side", + "y": 270, + "uvlock": true + } + } + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/oak_fence_gate.json b/1.16.5/assets/minecraft/blockstates/oak_fence_gate.json new file mode 100644 index 00000000..6225bbcf --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/oak_fence_gate.json @@ -0,0 +1,80 @@ +{ + "variants": { + "facing=east,in_wall=false,open=false": { + "uvlock": true, + "y": 270, + "model": "minecraft:block/oak_fence_gate" + }, + "facing=east,in_wall=false,open=true": { + "uvlock": true, + "y": 270, + "model": "minecraft:block/oak_fence_gate_open" + }, + "facing=east,in_wall=true,open=false": { + "uvlock": true, + "y": 270, + "model": "minecraft:block/oak_fence_gate_wall" + }, + "facing=east,in_wall=true,open=true": { + "uvlock": true, + "y": 270, + "model": "minecraft:block/oak_fence_gate_wall_open" + }, + "facing=north,in_wall=false,open=false": { + "uvlock": true, + "y": 180, + "model": "minecraft:block/oak_fence_gate" + }, + "facing=north,in_wall=false,open=true": { + "uvlock": true, + "y": 180, + "model": "minecraft:block/oak_fence_gate_open" + }, + "facing=north,in_wall=true,open=false": { + "uvlock": true, + "y": 180, + "model": "minecraft:block/oak_fence_gate_wall" + }, + "facing=north,in_wall=true,open=true": { + "uvlock": true, + "y": 180, + "model": "minecraft:block/oak_fence_gate_wall_open" + }, + "facing=south,in_wall=false,open=false": { + "uvlock": true, + "model": "minecraft:block/oak_fence_gate" + }, + "facing=south,in_wall=false,open=true": { + "uvlock": true, + "model": "minecraft:block/oak_fence_gate_open" + }, + "facing=south,in_wall=true,open=false": { + "uvlock": true, + "model": "minecraft:block/oak_fence_gate_wall" + }, + "facing=south,in_wall=true,open=true": { + "uvlock": true, + "model": "minecraft:block/oak_fence_gate_wall_open" + }, + "facing=west,in_wall=false,open=false": { + "uvlock": true, + "y": 90, + "model": "minecraft:block/oak_fence_gate" + }, + "facing=west,in_wall=false,open=true": { + "uvlock": true, + "y": 90, + "model": "minecraft:block/oak_fence_gate_open" + }, + "facing=west,in_wall=true,open=false": { + "uvlock": true, + "y": 90, + "model": "minecraft:block/oak_fence_gate_wall" + }, + "facing=west,in_wall=true,open=true": { + "uvlock": true, + "y": 90, + "model": "minecraft:block/oak_fence_gate_wall_open" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/oak_leaves.json b/1.16.5/assets/minecraft/blockstates/oak_leaves.json new file mode 100644 index 00000000..8d60eedb --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/oak_leaves.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/oak_leaves" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/oak_log.json b/1.16.5/assets/minecraft/blockstates/oak_log.json new file mode 100644 index 00000000..9d3266ce --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/oak_log.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/oak_log_horizontal", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/oak_log" + }, + "axis=z": { + "model": "minecraft:block/oak_log_horizontal", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/oak_planks.json b/1.16.5/assets/minecraft/blockstates/oak_planks.json new file mode 100644 index 00000000..02780929 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/oak_planks.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/oak_planks" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/oak_pressure_plate.json b/1.16.5/assets/minecraft/blockstates/oak_pressure_plate.json new file mode 100644 index 00000000..6ecbfbc5 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/oak_pressure_plate.json @@ -0,0 +1,10 @@ +{ + "variants": { + "powered=false": { + "model": "minecraft:block/oak_pressure_plate" + }, + "powered=true": { + "model": "minecraft:block/oak_pressure_plate_down" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/oak_sapling.json b/1.16.5/assets/minecraft/blockstates/oak_sapling.json new file mode 100644 index 00000000..04d4cbe9 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/oak_sapling.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/oak_sapling" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/oak_sign.json b/1.16.5/assets/minecraft/blockstates/oak_sign.json new file mode 100644 index 00000000..b9f38f4f --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/oak_sign.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/oak_sign" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/oak_slab.json b/1.16.5/assets/minecraft/blockstates/oak_slab.json new file mode 100644 index 00000000..c503f74c --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/oak_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/oak_slab" + }, + "type=double": { + "model": "minecraft:block/oak_planks" + }, + "type=top": { + "model": "minecraft:block/oak_slab_top" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/oak_stairs.json b/1.16.5/assets/minecraft/blockstates/oak_stairs.json new file mode 100644 index 00000000..0df9de62 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/oak_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/oak_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/oak_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/oak_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/oak_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/oak_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/oak_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/oak_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/oak_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/oak_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/oak_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/oak_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/oak_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/oak_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/oak_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/oak_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/oak_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/oak_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/oak_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/oak_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/oak_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/oak_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/oak_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/oak_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/oak_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/oak_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/oak_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/oak_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/oak_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/oak_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/oak_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/oak_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/oak_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/oak_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/oak_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/oak_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/oak_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/oak_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/oak_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/oak_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/oak_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/oak_trapdoor.json b/1.16.5/assets/minecraft/blockstates/oak_trapdoor.json new file mode 100644 index 00000000..168faf12 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/oak_trapdoor.json @@ -0,0 +1,58 @@ +{ + "variants": { + "facing=east,half=bottom,open=false": { + "model": "minecraft:block/oak_trapdoor_bottom" + }, + "facing=east,half=bottom,open=true": { + "model": "minecraft:block/oak_trapdoor_open", + "y": 90 + }, + "facing=east,half=top,open=false": { + "model": "minecraft:block/oak_trapdoor_top" + }, + "facing=east,half=top,open=true": { + "model": "minecraft:block/oak_trapdoor_open", + "y": 90 + }, + "facing=north,half=bottom,open=false": { + "model": "minecraft:block/oak_trapdoor_bottom" + }, + "facing=north,half=bottom,open=true": { + "model": "minecraft:block/oak_trapdoor_open" + }, + "facing=north,half=top,open=false": { + "model": "minecraft:block/oak_trapdoor_top" + }, + "facing=north,half=top,open=true": { + "model": "minecraft:block/oak_trapdoor_open" + }, + "facing=south,half=bottom,open=false": { + "model": "minecraft:block/oak_trapdoor_bottom" + }, + "facing=south,half=bottom,open=true": { + "model": "minecraft:block/oak_trapdoor_open", + "y": 180 + }, + "facing=south,half=top,open=false": { + "model": "minecraft:block/oak_trapdoor_top" + }, + "facing=south,half=top,open=true": { + "model": "minecraft:block/oak_trapdoor_open", + "y": 180 + }, + "facing=west,half=bottom,open=false": { + "model": "minecraft:block/oak_trapdoor_bottom" + }, + "facing=west,half=bottom,open=true": { + "model": "minecraft:block/oak_trapdoor_open", + "y": 270 + }, + "facing=west,half=top,open=false": { + "model": "minecraft:block/oak_trapdoor_top" + }, + "facing=west,half=top,open=true": { + "model": "minecraft:block/oak_trapdoor_open", + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/oak_wall_sign.json b/1.16.5/assets/minecraft/blockstates/oak_wall_sign.json new file mode 100644 index 00000000..b9f38f4f --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/oak_wall_sign.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/oak_sign" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/oak_wood.json b/1.16.5/assets/minecraft/blockstates/oak_wood.json new file mode 100644 index 00000000..1eb596b8 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/oak_wood.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/oak_wood", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/oak_wood" + }, + "axis=z": { + "model": "minecraft:block/oak_wood", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/observer.json b/1.16.5/assets/minecraft/blockstates/observer.json new file mode 100644 index 00000000..6f54ba51 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/observer.json @@ -0,0 +1,50 @@ +{ + "variants": { + "facing=down,powered=false": { + "model": "minecraft:block/observer", + "x": 90 + }, + "facing=down,powered=true": { + "model": "minecraft:block/observer_on", + "x": 90 + }, + "facing=east,powered=false": { + "model": "minecraft:block/observer", + "y": 90 + }, + "facing=east,powered=true": { + "model": "minecraft:block/observer_on", + "y": 90 + }, + "facing=north,powered=false": { + "model": "minecraft:block/observer" + }, + "facing=north,powered=true": { + "model": "minecraft:block/observer_on" + }, + "facing=south,powered=false": { + "model": "minecraft:block/observer", + "y": 180 + }, + "facing=south,powered=true": { + "model": "minecraft:block/observer_on", + "y": 180 + }, + "facing=up,powered=false": { + "model": "minecraft:block/observer", + "x": 270 + }, + "facing=up,powered=true": { + "model": "minecraft:block/observer_on", + "x": 270 + }, + "facing=west,powered=false": { + "model": "minecraft:block/observer", + "y": 270 + }, + "facing=west,powered=true": { + "model": "minecraft:block/observer_on", + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/obsidian.json b/1.16.5/assets/minecraft/blockstates/obsidian.json new file mode 100644 index 00000000..28d39dfd --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/obsidian.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/obsidian" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/orange_banner.json b/1.16.5/assets/minecraft/blockstates/orange_banner.json new file mode 100644 index 00000000..f5e2c87f --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/orange_banner.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/banner" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/orange_bed.json b/1.16.5/assets/minecraft/blockstates/orange_bed.json new file mode 100644 index 00000000..6577c90a --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/orange_bed.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/bed" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/orange_carpet.json b/1.16.5/assets/minecraft/blockstates/orange_carpet.json new file mode 100644 index 00000000..37ac6ac4 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/orange_carpet.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/orange_carpet" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/orange_concrete.json b/1.16.5/assets/minecraft/blockstates/orange_concrete.json new file mode 100644 index 00000000..e88cada0 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/orange_concrete.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/orange_concrete" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/orange_concrete_powder.json b/1.16.5/assets/minecraft/blockstates/orange_concrete_powder.json new file mode 100644 index 00000000..9637378d --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/orange_concrete_powder.json @@ -0,0 +1,21 @@ +{ + "variants": { + "": [ + { + "model": "minecraft:block/orange_concrete_powder" + }, + { + "model": "minecraft:block/orange_concrete_powder", + "y": 90 + }, + { + "model": "minecraft:block/orange_concrete_powder", + "y": 180 + }, + { + "model": "minecraft:block/orange_concrete_powder", + "y": 270 + } + ] + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/orange_glazed_terracotta.json b/1.16.5/assets/minecraft/blockstates/orange_glazed_terracotta.json new file mode 100644 index 00000000..abdb57a3 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/orange_glazed_terracotta.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/orange_glazed_terracotta", + "y": 270 + }, + "facing=north": { + "model": "minecraft:block/orange_glazed_terracotta", + "y": 180 + }, + "facing=south": { + "model": "minecraft:block/orange_glazed_terracotta" + }, + "facing=west": { + "model": "minecraft:block/orange_glazed_terracotta", + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/orange_shulker_box.json b/1.16.5/assets/minecraft/blockstates/orange_shulker_box.json new file mode 100644 index 00000000..0bc75690 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/orange_shulker_box.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/orange_shulker_box" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/orange_stained_glass.json b/1.16.5/assets/minecraft/blockstates/orange_stained_glass.json new file mode 100644 index 00000000..93c651a5 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/orange_stained_glass.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/orange_stained_glass" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/orange_stained_glass_pane.json b/1.16.5/assets/minecraft/blockstates/orange_stained_glass_pane.json new file mode 100644 index 00000000..929c41f6 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/orange_stained_glass_pane.json @@ -0,0 +1,77 @@ +{ + "multipart": [ + { + "apply": { + "model": "minecraft:block/orange_stained_glass_pane_post" + } + }, + { + "when": { + "north": "true" + }, + "apply": { + "model": "minecraft:block/orange_stained_glass_pane_side" + } + }, + { + "when": { + "east": "true" + }, + "apply": { + "model": "minecraft:block/orange_stained_glass_pane_side", + "y": 90 + } + }, + { + "when": { + "south": "true" + }, + "apply": { + "model": "minecraft:block/orange_stained_glass_pane_side_alt" + } + }, + { + "when": { + "west": "true" + }, + "apply": { + "model": "minecraft:block/orange_stained_glass_pane_side_alt", + "y": 90 + } + }, + { + "when": { + "north": "false" + }, + "apply": { + "model": "minecraft:block/orange_stained_glass_pane_noside" + } + }, + { + "when": { + "east": "false" + }, + "apply": { + "model": "minecraft:block/orange_stained_glass_pane_noside_alt" + } + }, + { + "when": { + "south": "false" + }, + "apply": { + "model": "minecraft:block/orange_stained_glass_pane_noside_alt", + "y": 90 + } + }, + { + "when": { + "west": "false" + }, + "apply": { + "model": "minecraft:block/orange_stained_glass_pane_noside", + "y": 270 + } + } + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/orange_terracotta.json b/1.16.5/assets/minecraft/blockstates/orange_terracotta.json new file mode 100644 index 00000000..6d644c41 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/orange_terracotta.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/orange_terracotta" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/orange_tulip.json b/1.16.5/assets/minecraft/blockstates/orange_tulip.json new file mode 100644 index 00000000..8aac68c8 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/orange_tulip.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/orange_tulip" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/orange_wall_banner.json b/1.16.5/assets/minecraft/blockstates/orange_wall_banner.json new file mode 100644 index 00000000..f5e2c87f --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/orange_wall_banner.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/banner" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/orange_wool.json b/1.16.5/assets/minecraft/blockstates/orange_wool.json new file mode 100644 index 00000000..ae3fabee --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/orange_wool.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/orange_wool" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/oxeye_daisy.json b/1.16.5/assets/minecraft/blockstates/oxeye_daisy.json new file mode 100644 index 00000000..fa815c22 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/oxeye_daisy.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/oxeye_daisy" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/packed_ice.json b/1.16.5/assets/minecraft/blockstates/packed_ice.json new file mode 100644 index 00000000..b395c21e --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/packed_ice.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/packed_ice" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/peony.json b/1.16.5/assets/minecraft/blockstates/peony.json new file mode 100644 index 00000000..c97072d5 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/peony.json @@ -0,0 +1,10 @@ +{ + "variants": { + "half=lower": { + "model": "minecraft:block/peony_bottom" + }, + "half=upper": { + "model": "minecraft:block/peony_top" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/petrified_oak_slab.json b/1.16.5/assets/minecraft/blockstates/petrified_oak_slab.json new file mode 100644 index 00000000..98db0a12 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/petrified_oak_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/petrified_oak_slab" + }, + "type=double": { + "model": "minecraft:block/oak_planks" + }, + "type=top": { + "model": "minecraft:block/petrified_oak_slab_top" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/pink_banner.json b/1.16.5/assets/minecraft/blockstates/pink_banner.json new file mode 100644 index 00000000..f5e2c87f --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/pink_banner.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/banner" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/pink_bed.json b/1.16.5/assets/minecraft/blockstates/pink_bed.json new file mode 100644 index 00000000..6577c90a --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/pink_bed.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/bed" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/pink_carpet.json b/1.16.5/assets/minecraft/blockstates/pink_carpet.json new file mode 100644 index 00000000..c9a49aed --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/pink_carpet.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/pink_carpet" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/pink_concrete.json b/1.16.5/assets/minecraft/blockstates/pink_concrete.json new file mode 100644 index 00000000..3beebd45 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/pink_concrete.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/pink_concrete" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/pink_concrete_powder.json b/1.16.5/assets/minecraft/blockstates/pink_concrete_powder.json new file mode 100644 index 00000000..c6f09205 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/pink_concrete_powder.json @@ -0,0 +1,21 @@ +{ + "variants": { + "": [ + { + "model": "minecraft:block/pink_concrete_powder" + }, + { + "model": "minecraft:block/pink_concrete_powder", + "y": 90 + }, + { + "model": "minecraft:block/pink_concrete_powder", + "y": 180 + }, + { + "model": "minecraft:block/pink_concrete_powder", + "y": 270 + } + ] + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/pink_glazed_terracotta.json b/1.16.5/assets/minecraft/blockstates/pink_glazed_terracotta.json new file mode 100644 index 00000000..84e6c0c6 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/pink_glazed_terracotta.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/pink_glazed_terracotta", + "y": 270 + }, + "facing=north": { + "model": "minecraft:block/pink_glazed_terracotta", + "y": 180 + }, + "facing=south": { + "model": "minecraft:block/pink_glazed_terracotta" + }, + "facing=west": { + "model": "minecraft:block/pink_glazed_terracotta", + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/pink_shulker_box.json b/1.16.5/assets/minecraft/blockstates/pink_shulker_box.json new file mode 100644 index 00000000..3f336dcf --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/pink_shulker_box.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/pink_shulker_box" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/pink_stained_glass.json b/1.16.5/assets/minecraft/blockstates/pink_stained_glass.json new file mode 100644 index 00000000..3adb5ca2 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/pink_stained_glass.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/pink_stained_glass" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/pink_stained_glass_pane.json b/1.16.5/assets/minecraft/blockstates/pink_stained_glass_pane.json new file mode 100644 index 00000000..9350f435 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/pink_stained_glass_pane.json @@ -0,0 +1,77 @@ +{ + "multipart": [ + { + "apply": { + "model": "minecraft:block/pink_stained_glass_pane_post" + } + }, + { + "when": { + "north": "true" + }, + "apply": { + "model": "minecraft:block/pink_stained_glass_pane_side" + } + }, + { + "when": { + "east": "true" + }, + "apply": { + "model": "minecraft:block/pink_stained_glass_pane_side", + "y": 90 + } + }, + { + "when": { + "south": "true" + }, + "apply": { + "model": "minecraft:block/pink_stained_glass_pane_side_alt" + } + }, + { + "when": { + "west": "true" + }, + "apply": { + "model": "minecraft:block/pink_stained_glass_pane_side_alt", + "y": 90 + } + }, + { + "when": { + "north": "false" + }, + "apply": { + "model": "minecraft:block/pink_stained_glass_pane_noside" + } + }, + { + "when": { + "east": "false" + }, + "apply": { + "model": "minecraft:block/pink_stained_glass_pane_noside_alt" + } + }, + { + "when": { + "south": "false" + }, + "apply": { + "model": "minecraft:block/pink_stained_glass_pane_noside_alt", + "y": 90 + } + }, + { + "when": { + "west": "false" + }, + "apply": { + "model": "minecraft:block/pink_stained_glass_pane_noside", + "y": 270 + } + } + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/pink_terracotta.json b/1.16.5/assets/minecraft/blockstates/pink_terracotta.json new file mode 100644 index 00000000..b9dbe910 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/pink_terracotta.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/pink_terracotta" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/pink_tulip.json b/1.16.5/assets/minecraft/blockstates/pink_tulip.json new file mode 100644 index 00000000..038823fb --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/pink_tulip.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/pink_tulip" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/pink_wall_banner.json b/1.16.5/assets/minecraft/blockstates/pink_wall_banner.json new file mode 100644 index 00000000..f5e2c87f --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/pink_wall_banner.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/banner" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/pink_wool.json b/1.16.5/assets/minecraft/blockstates/pink_wool.json new file mode 100644 index 00000000..d7096f63 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/pink_wool.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/pink_wool" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/piston.json b/1.16.5/assets/minecraft/blockstates/piston.json new file mode 100644 index 00000000..0ee3b912 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/piston.json @@ -0,0 +1,50 @@ +{ + "variants": { + "extended=false,facing=down": { + "model": "minecraft:block/piston", + "x": 90 + }, + "extended=false,facing=east": { + "model": "minecraft:block/piston", + "y": 90 + }, + "extended=false,facing=north": { + "model": "minecraft:block/piston" + }, + "extended=false,facing=south": { + "model": "minecraft:block/piston", + "y": 180 + }, + "extended=false,facing=up": { + "model": "minecraft:block/piston", + "x": 270 + }, + "extended=false,facing=west": { + "model": "minecraft:block/piston", + "y": 270 + }, + "extended=true,facing=down": { + "model": "minecraft:block/piston_base", + "x": 90 + }, + "extended=true,facing=east": { + "model": "minecraft:block/piston_base", + "y": 90 + }, + "extended=true,facing=north": { + "model": "minecraft:block/piston_base" + }, + "extended=true,facing=south": { + "model": "minecraft:block/piston_base", + "y": 180 + }, + "extended=true,facing=up": { + "model": "minecraft:block/piston_base", + "x": 270 + }, + "extended=true,facing=west": { + "model": "minecraft:block/piston_base", + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/piston_head.json b/1.16.5/assets/minecraft/blockstates/piston_head.json new file mode 100644 index 00000000..b1a80352 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/piston_head.json @@ -0,0 +1,96 @@ +{ + "variants": { + "facing=down,short=false,type=normal": { + "model": "minecraft:block/piston_head", + "x": 90 + }, + "facing=down,short=false,type=sticky": { + "model": "minecraft:block/piston_head_sticky", + "x": 90 + }, + "facing=down,short=true,type=normal": { + "model": "minecraft:block/piston_head_short", + "x": 90 + }, + "facing=down,short=true,type=sticky": { + "model": "minecraft:block/piston_head_short_sticky", + "x": 90 + }, + "facing=east,short=false,type=normal": { + "model": "minecraft:block/piston_head", + "y": 90 + }, + "facing=east,short=false,type=sticky": { + "model": "minecraft:block/piston_head_sticky", + "y": 90 + }, + "facing=east,short=true,type=normal": { + "model": "minecraft:block/piston_head_short", + "y": 90 + }, + "facing=east,short=true,type=sticky": { + "model": "minecraft:block/piston_head_short_sticky", + "y": 90 + }, + "facing=north,short=false,type=normal": { + "model": "minecraft:block/piston_head" + }, + "facing=north,short=false,type=sticky": { + "model": "minecraft:block/piston_head_sticky" + }, + "facing=north,short=true,type=normal": { + "model": "minecraft:block/piston_head_short" + }, + "facing=north,short=true,type=sticky": { + "model": "minecraft:block/piston_head_short_sticky" + }, + "facing=south,short=false,type=normal": { + "model": "minecraft:block/piston_head", + "y": 180 + }, + "facing=south,short=false,type=sticky": { + "model": "minecraft:block/piston_head_sticky", + "y": 180 + }, + "facing=south,short=true,type=normal": { + "model": "minecraft:block/piston_head_short", + "y": 180 + }, + "facing=south,short=true,type=sticky": { + "model": "minecraft:block/piston_head_short_sticky", + "y": 180 + }, + "facing=up,short=false,type=normal": { + "model": "minecraft:block/piston_head", + "x": 270 + }, + "facing=up,short=false,type=sticky": { + "model": "minecraft:block/piston_head_sticky", + "x": 270 + }, + "facing=up,short=true,type=normal": { + "model": "minecraft:block/piston_head_short", + "x": 270 + }, + "facing=up,short=true,type=sticky": { + "model": "minecraft:block/piston_head_short_sticky", + "x": 270 + }, + "facing=west,short=false,type=normal": { + "model": "minecraft:block/piston_head", + "y": 270 + }, + "facing=west,short=false,type=sticky": { + "model": "minecraft:block/piston_head_sticky", + "y": 270 + }, + "facing=west,short=true,type=normal": { + "model": "minecraft:block/piston_head_short", + "y": 270 + }, + "facing=west,short=true,type=sticky": { + "model": "minecraft:block/piston_head_short_sticky", + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/player_head.json b/1.16.5/assets/minecraft/blockstates/player_head.json new file mode 100644 index 00000000..3951e3ee --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/player_head.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/skull" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/player_wall_head.json b/1.16.5/assets/minecraft/blockstates/player_wall_head.json new file mode 100644 index 00000000..3951e3ee --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/player_wall_head.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/skull" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/podzol.json b/1.16.5/assets/minecraft/blockstates/podzol.json new file mode 100644 index 00000000..03e40a71 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/podzol.json @@ -0,0 +1,24 @@ +{ + "variants": { + "snowy=false": [ + { + "model": "minecraft:block/podzol" + }, + { + "model": "minecraft:block/podzol", + "y": 90 + }, + { + "model": "minecraft:block/podzol", + "y": 180 + }, + { + "model": "minecraft:block/podzol", + "y": 270 + } + ], + "snowy=true": { + "model": "minecraft:block/grass_block_snow" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/polished_andesite.json b/1.16.5/assets/minecraft/blockstates/polished_andesite.json new file mode 100644 index 00000000..5bb5391e --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/polished_andesite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/polished_andesite" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/polished_andesite_slab.json b/1.16.5/assets/minecraft/blockstates/polished_andesite_slab.json new file mode 100644 index 00000000..e5ce87a7 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/polished_andesite_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/polished_andesite_slab" + }, + "type=double": { + "model": "minecraft:block/polished_andesite" + }, + "type=top": { + "model": "minecraft:block/polished_andesite_slab_top" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/polished_andesite_stairs.json b/1.16.5/assets/minecraft/blockstates/polished_andesite_stairs.json new file mode 100644 index 00000000..721f1a0e --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/polished_andesite_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/polished_andesite_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/polished_andesite_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/polished_andesite_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/polished_andesite_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/polished_andesite_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/polished_andesite_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/polished_andesite_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/polished_andesite_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/polished_andesite_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/polished_andesite_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/polished_andesite_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/polished_andesite_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/polished_andesite_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/polished_andesite_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/polished_andesite_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/polished_andesite_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/polished_andesite_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/polished_andesite_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/polished_andesite_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/polished_andesite_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/polished_andesite_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/polished_andesite_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/polished_andesite_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/polished_andesite_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/polished_andesite_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/polished_andesite_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/polished_andesite_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/polished_andesite_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/polished_andesite_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/polished_andesite_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/polished_andesite_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/polished_andesite_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/polished_andesite_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/polished_andesite_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/polished_andesite_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/polished_andesite_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/polished_andesite_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/polished_andesite_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/polished_andesite_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/polished_andesite_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/polished_basalt.json b/1.16.5/assets/minecraft/blockstates/polished_basalt.json new file mode 100644 index 00000000..5ee6cefe --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/polished_basalt.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/polished_basalt", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/polished_basalt" + }, + "axis=z": { + "model": "minecraft:block/polished_basalt", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/polished_blackstone.json b/1.16.5/assets/minecraft/blockstates/polished_blackstone.json new file mode 100644 index 00000000..e133b276 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/polished_blackstone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/polished_blackstone" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/polished_blackstone_brick_slab.json b/1.16.5/assets/minecraft/blockstates/polished_blackstone_brick_slab.json new file mode 100644 index 00000000..759b5a73 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/polished_blackstone_brick_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/polished_blackstone_brick_slab" + }, + "type=double": { + "model": "minecraft:block/polished_blackstone_bricks" + }, + "type=top": { + "model": "minecraft:block/polished_blackstone_brick_slab_top" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/polished_blackstone_brick_stairs.json b/1.16.5/assets/minecraft/blockstates/polished_blackstone_brick_stairs.json new file mode 100644 index 00000000..74bc37cb --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/polished_blackstone_brick_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/polished_blackstone_brick_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/polished_blackstone_brick_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/polished_blackstone_brick_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/polished_blackstone_brick_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/polished_blackstone_brick_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/polished_blackstone_brick_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/polished_blackstone_brick_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/polished_blackstone_brick_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/polished_blackstone_brick_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/polished_blackstone_brick_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/polished_blackstone_brick_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/polished_blackstone_brick_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/polished_blackstone_brick_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/polished_blackstone_brick_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/polished_blackstone_brick_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/polished_blackstone_brick_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/polished_blackstone_brick_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/polished_blackstone_brick_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/polished_blackstone_brick_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/polished_blackstone_brick_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/polished_blackstone_brick_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/polished_blackstone_brick_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/polished_blackstone_brick_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/polished_blackstone_brick_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/polished_blackstone_brick_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/polished_blackstone_brick_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/polished_blackstone_brick_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/polished_blackstone_brick_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/polished_blackstone_brick_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/polished_blackstone_brick_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/polished_blackstone_brick_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/polished_blackstone_brick_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/polished_blackstone_brick_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/polished_blackstone_brick_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/polished_blackstone_brick_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/polished_blackstone_brick_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/polished_blackstone_brick_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/polished_blackstone_brick_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/polished_blackstone_brick_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/polished_blackstone_brick_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/polished_blackstone_brick_wall.json b/1.16.5/assets/minecraft/blockstates/polished_blackstone_brick_wall.json new file mode 100644 index 00000000..e25160b5 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/polished_blackstone_brick_wall.json @@ -0,0 +1,90 @@ +{ + "multipart": [ + { + "when": { + "up": "true" + }, + "apply": { + "model": "minecraft:block/polished_blackstone_brick_wall_post" + } + }, + { + "when": { + "north": "low" + }, + "apply": { + "model": "minecraft:block/polished_blackstone_brick_wall_side", + "uvlock": true + } + }, + { + "when": { + "east": "low" + }, + "apply": { + "model": "minecraft:block/polished_blackstone_brick_wall_side", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "low" + }, + "apply": { + "model": "minecraft:block/polished_blackstone_brick_wall_side", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "low" + }, + "apply": { + "model": "minecraft:block/polished_blackstone_brick_wall_side", + "y": 270, + "uvlock": true + } + }, + { + "when": { + "north": "tall" + }, + "apply": { + "model": "minecraft:block/polished_blackstone_brick_wall_side_tall", + "uvlock": true + } + }, + { + "when": { + "east": "tall" + }, + "apply": { + "model": "minecraft:block/polished_blackstone_brick_wall_side_tall", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "tall" + }, + "apply": { + "model": "minecraft:block/polished_blackstone_brick_wall_side_tall", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "tall" + }, + "apply": { + "model": "minecraft:block/polished_blackstone_brick_wall_side_tall", + "y": 270, + "uvlock": true + } + } + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/polished_blackstone_bricks.json b/1.16.5/assets/minecraft/blockstates/polished_blackstone_bricks.json new file mode 100644 index 00000000..2a1cabca --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/polished_blackstone_bricks.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/polished_blackstone_bricks" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/polished_blackstone_button.json b/1.16.5/assets/minecraft/blockstates/polished_blackstone_button.json new file mode 100644 index 00000000..5503cd02 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/polished_blackstone_button.json @@ -0,0 +1,118 @@ +{ + "variants": { + "face=ceiling,facing=east,powered=false": { + "model": "minecraft:block/polished_blackstone_button", + "y": 270, + "x": 180 + }, + "face=ceiling,facing=east,powered=true": { + "model": "minecraft:block/polished_blackstone_button_pressed", + "y": 270, + "x": 180 + }, + "face=ceiling,facing=north,powered=false": { + "model": "minecraft:block/polished_blackstone_button", + "y": 180, + "x": 180 + }, + "face=ceiling,facing=north,powered=true": { + "model": "minecraft:block/polished_blackstone_button_pressed", + "y": 180, + "x": 180 + }, + "face=ceiling,facing=south,powered=false": { + "model": "minecraft:block/polished_blackstone_button", + "x": 180 + }, + "face=ceiling,facing=south,powered=true": { + "model": "minecraft:block/polished_blackstone_button_pressed", + "x": 180 + }, + "face=ceiling,facing=west,powered=false": { + "model": "minecraft:block/polished_blackstone_button", + "y": 90, + "x": 180 + }, + "face=ceiling,facing=west,powered=true": { + "model": "minecraft:block/polished_blackstone_button_pressed", + "y": 90, + "x": 180 + }, + "face=floor,facing=east,powered=false": { + "model": "minecraft:block/polished_blackstone_button", + "y": 90 + }, + "face=floor,facing=east,powered=true": { + "model": "minecraft:block/polished_blackstone_button_pressed", + "y": 90 + }, + "face=floor,facing=north,powered=false": { + "model": "minecraft:block/polished_blackstone_button" + }, + "face=floor,facing=north,powered=true": { + "model": "minecraft:block/polished_blackstone_button_pressed" + }, + "face=floor,facing=south,powered=false": { + "model": "minecraft:block/polished_blackstone_button", + "y": 180 + }, + "face=floor,facing=south,powered=true": { + "model": "minecraft:block/polished_blackstone_button_pressed", + "y": 180 + }, + "face=floor,facing=west,powered=false": { + "model": "minecraft:block/polished_blackstone_button", + "y": 270 + }, + "face=floor,facing=west,powered=true": { + "model": "minecraft:block/polished_blackstone_button_pressed", + "y": 270 + }, + "face=wall,facing=east,powered=false": { + "model": "minecraft:block/polished_blackstone_button", + "y": 90, + "x": 90, + "uvlock": true + }, + "face=wall,facing=east,powered=true": { + "model": "minecraft:block/polished_blackstone_button_pressed", + "y": 90, + "x": 90, + "uvlock": true + }, + "face=wall,facing=north,powered=false": { + "model": "minecraft:block/polished_blackstone_button", + "x": 90, + "uvlock": true + }, + "face=wall,facing=north,powered=true": { + "model": "minecraft:block/polished_blackstone_button_pressed", + "x": 90, + "uvlock": true + }, + "face=wall,facing=south,powered=false": { + "model": "minecraft:block/polished_blackstone_button", + "y": 180, + "x": 90, + "uvlock": true + }, + "face=wall,facing=south,powered=true": { + "model": "minecraft:block/polished_blackstone_button_pressed", + "y": 180, + "x": 90, + "uvlock": true + }, + "face=wall,facing=west,powered=false": { + "model": "minecraft:block/polished_blackstone_button", + "y": 270, + "x": 90, + "uvlock": true + }, + "face=wall,facing=west,powered=true": { + "model": "minecraft:block/polished_blackstone_button_pressed", + "y": 270, + "x": 90, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/polished_blackstone_pressure_plate.json b/1.16.5/assets/minecraft/blockstates/polished_blackstone_pressure_plate.json new file mode 100644 index 00000000..f8f5cb14 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/polished_blackstone_pressure_plate.json @@ -0,0 +1,10 @@ +{ + "variants": { + "powered=false": { + "model": "minecraft:block/polished_blackstone_pressure_plate" + }, + "powered=true": { + "model": "minecraft:block/polished_blackstone_pressure_plate_down" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/polished_blackstone_slab.json b/1.16.5/assets/minecraft/blockstates/polished_blackstone_slab.json new file mode 100644 index 00000000..1cfda0dd --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/polished_blackstone_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/polished_blackstone_slab" + }, + "type=double": { + "model": "minecraft:block/polished_blackstone" + }, + "type=top": { + "model": "minecraft:block/polished_blackstone_slab_top" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/polished_blackstone_stairs.json b/1.16.5/assets/minecraft/blockstates/polished_blackstone_stairs.json new file mode 100644 index 00000000..9a4dfc73 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/polished_blackstone_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/polished_blackstone_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/polished_blackstone_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/polished_blackstone_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/polished_blackstone_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/polished_blackstone_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/polished_blackstone_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/polished_blackstone_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/polished_blackstone_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/polished_blackstone_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/polished_blackstone_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/polished_blackstone_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/polished_blackstone_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/polished_blackstone_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/polished_blackstone_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/polished_blackstone_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/polished_blackstone_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/polished_blackstone_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/polished_blackstone_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/polished_blackstone_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/polished_blackstone_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/polished_blackstone_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/polished_blackstone_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/polished_blackstone_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/polished_blackstone_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/polished_blackstone_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/polished_blackstone_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/polished_blackstone_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/polished_blackstone_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/polished_blackstone_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/polished_blackstone_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/polished_blackstone_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/polished_blackstone_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/polished_blackstone_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/polished_blackstone_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/polished_blackstone_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/polished_blackstone_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/polished_blackstone_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/polished_blackstone_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/polished_blackstone_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/polished_blackstone_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/polished_blackstone_wall.json b/1.16.5/assets/minecraft/blockstates/polished_blackstone_wall.json new file mode 100644 index 00000000..dc5fa0f1 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/polished_blackstone_wall.json @@ -0,0 +1,90 @@ +{ + "multipart": [ + { + "when": { + "up": "true" + }, + "apply": { + "model": "minecraft:block/polished_blackstone_wall_post" + } + }, + { + "when": { + "north": "low" + }, + "apply": { + "model": "minecraft:block/polished_blackstone_wall_side", + "uvlock": true + } + }, + { + "when": { + "east": "low" + }, + "apply": { + "model": "minecraft:block/polished_blackstone_wall_side", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "low" + }, + "apply": { + "model": "minecraft:block/polished_blackstone_wall_side", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "low" + }, + "apply": { + "model": "minecraft:block/polished_blackstone_wall_side", + "y": 270, + "uvlock": true + } + }, + { + "when": { + "north": "tall" + }, + "apply": { + "model": "minecraft:block/polished_blackstone_wall_side_tall", + "uvlock": true + } + }, + { + "when": { + "east": "tall" + }, + "apply": { + "model": "minecraft:block/polished_blackstone_wall_side_tall", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "tall" + }, + "apply": { + "model": "minecraft:block/polished_blackstone_wall_side_tall", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "tall" + }, + "apply": { + "model": "minecraft:block/polished_blackstone_wall_side_tall", + "y": 270, + "uvlock": true + } + } + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/polished_diorite.json b/1.16.5/assets/minecraft/blockstates/polished_diorite.json new file mode 100644 index 00000000..ea96c517 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/polished_diorite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/polished_diorite" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/polished_diorite_slab.json b/1.16.5/assets/minecraft/blockstates/polished_diorite_slab.json new file mode 100644 index 00000000..f3542336 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/polished_diorite_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/polished_diorite_slab" + }, + "type=double": { + "model": "minecraft:block/polished_diorite" + }, + "type=top": { + "model": "minecraft:block/polished_diorite_slab_top" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/polished_diorite_stairs.json b/1.16.5/assets/minecraft/blockstates/polished_diorite_stairs.json new file mode 100644 index 00000000..9e42db9b --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/polished_diorite_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/polished_diorite_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/polished_diorite_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/polished_diorite_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/polished_diorite_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/polished_diorite_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/polished_diorite_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/polished_diorite_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/polished_diorite_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/polished_diorite_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/polished_diorite_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/polished_diorite_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/polished_diorite_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/polished_diorite_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/polished_diorite_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/polished_diorite_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/polished_diorite_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/polished_diorite_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/polished_diorite_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/polished_diorite_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/polished_diorite_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/polished_diorite_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/polished_diorite_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/polished_diorite_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/polished_diorite_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/polished_diorite_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/polished_diorite_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/polished_diorite_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/polished_diorite_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/polished_diorite_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/polished_diorite_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/polished_diorite_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/polished_diorite_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/polished_diorite_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/polished_diorite_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/polished_diorite_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/polished_diorite_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/polished_diorite_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/polished_diorite_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/polished_diorite_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/polished_diorite_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/polished_granite.json b/1.16.5/assets/minecraft/blockstates/polished_granite.json new file mode 100644 index 00000000..bad818af --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/polished_granite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/polished_granite" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/polished_granite_slab.json b/1.16.5/assets/minecraft/blockstates/polished_granite_slab.json new file mode 100644 index 00000000..e1ec01cd --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/polished_granite_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/polished_granite_slab" + }, + "type=double": { + "model": "minecraft:block/polished_granite" + }, + "type=top": { + "model": "minecraft:block/polished_granite_slab_top" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/polished_granite_stairs.json b/1.16.5/assets/minecraft/blockstates/polished_granite_stairs.json new file mode 100644 index 00000000..b7724d6e --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/polished_granite_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/polished_granite_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/polished_granite_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/polished_granite_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/polished_granite_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/polished_granite_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/polished_granite_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/polished_granite_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/polished_granite_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/polished_granite_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/polished_granite_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/polished_granite_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/polished_granite_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/polished_granite_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/polished_granite_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/polished_granite_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/polished_granite_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/polished_granite_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/polished_granite_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/polished_granite_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/polished_granite_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/polished_granite_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/polished_granite_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/polished_granite_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/polished_granite_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/polished_granite_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/polished_granite_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/polished_granite_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/polished_granite_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/polished_granite_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/polished_granite_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/polished_granite_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/polished_granite_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/polished_granite_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/polished_granite_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/polished_granite_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/polished_granite_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/polished_granite_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/polished_granite_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/polished_granite_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/polished_granite_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/poppy.json b/1.16.5/assets/minecraft/blockstates/poppy.json new file mode 100644 index 00000000..870cb7d2 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/poppy.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/poppy" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/potatoes.json b/1.16.5/assets/minecraft/blockstates/potatoes.json new file mode 100644 index 00000000..85b439e7 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/potatoes.json @@ -0,0 +1,28 @@ +{ + "variants": { + "age=0": { + "model": "minecraft:block/potatoes_stage0" + }, + "age=1": { + "model": "minecraft:block/potatoes_stage0" + }, + "age=2": { + "model": "minecraft:block/potatoes_stage1" + }, + "age=3": { + "model": "minecraft:block/potatoes_stage1" + }, + "age=4": { + "model": "minecraft:block/potatoes_stage2" + }, + "age=5": { + "model": "minecraft:block/potatoes_stage2" + }, + "age=6": { + "model": "minecraft:block/potatoes_stage2" + }, + "age=7": { + "model": "minecraft:block/potatoes_stage3" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/potted_acacia_sapling.json b/1.16.5/assets/minecraft/blockstates/potted_acacia_sapling.json new file mode 100644 index 00000000..03a983a4 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/potted_acacia_sapling.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/potted_acacia_sapling" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/potted_allium.json b/1.16.5/assets/minecraft/blockstates/potted_allium.json new file mode 100644 index 00000000..07d8e783 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/potted_allium.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/potted_allium" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/potted_azure_bluet.json b/1.16.5/assets/minecraft/blockstates/potted_azure_bluet.json new file mode 100644 index 00000000..80c7a52f --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/potted_azure_bluet.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/potted_azure_bluet" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/potted_bamboo.json b/1.16.5/assets/minecraft/blockstates/potted_bamboo.json new file mode 100644 index 00000000..7d10ed3e --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/potted_bamboo.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/potted_bamboo" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/potted_birch_sapling.json b/1.16.5/assets/minecraft/blockstates/potted_birch_sapling.json new file mode 100644 index 00000000..98b48ea5 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/potted_birch_sapling.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/potted_birch_sapling" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/potted_blue_orchid.json b/1.16.5/assets/minecraft/blockstates/potted_blue_orchid.json new file mode 100644 index 00000000..48da368f --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/potted_blue_orchid.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/potted_blue_orchid" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/potted_brown_mushroom.json b/1.16.5/assets/minecraft/blockstates/potted_brown_mushroom.json new file mode 100644 index 00000000..b1a02473 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/potted_brown_mushroom.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/potted_brown_mushroom" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/potted_cactus.json b/1.16.5/assets/minecraft/blockstates/potted_cactus.json new file mode 100644 index 00000000..04758dae --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/potted_cactus.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/potted_cactus" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/potted_cornflower.json b/1.16.5/assets/minecraft/blockstates/potted_cornflower.json new file mode 100644 index 00000000..29b26856 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/potted_cornflower.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/potted_cornflower" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/potted_crimson_fungus.json b/1.16.5/assets/minecraft/blockstates/potted_crimson_fungus.json new file mode 100644 index 00000000..d697c8e1 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/potted_crimson_fungus.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/potted_crimson_fungus" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/potted_crimson_roots.json b/1.16.5/assets/minecraft/blockstates/potted_crimson_roots.json new file mode 100644 index 00000000..b2707ca0 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/potted_crimson_roots.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/potted_crimson_roots" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/potted_dandelion.json b/1.16.5/assets/minecraft/blockstates/potted_dandelion.json new file mode 100644 index 00000000..36227401 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/potted_dandelion.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/potted_dandelion" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/potted_dark_oak_sapling.json b/1.16.5/assets/minecraft/blockstates/potted_dark_oak_sapling.json new file mode 100644 index 00000000..f532b1ec --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/potted_dark_oak_sapling.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/potted_dark_oak_sapling" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/potted_dead_bush.json b/1.16.5/assets/minecraft/blockstates/potted_dead_bush.json new file mode 100644 index 00000000..52d9462f --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/potted_dead_bush.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/potted_dead_bush" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/potted_fern.json b/1.16.5/assets/minecraft/blockstates/potted_fern.json new file mode 100644 index 00000000..ee886f3c --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/potted_fern.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/potted_fern" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/potted_jungle_sapling.json b/1.16.5/assets/minecraft/blockstates/potted_jungle_sapling.json new file mode 100644 index 00000000..928947b3 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/potted_jungle_sapling.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/potted_jungle_sapling" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/potted_lily_of_the_valley.json b/1.16.5/assets/minecraft/blockstates/potted_lily_of_the_valley.json new file mode 100644 index 00000000..14e7942a --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/potted_lily_of_the_valley.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/potted_lily_of_the_valley" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/potted_oak_sapling.json b/1.16.5/assets/minecraft/blockstates/potted_oak_sapling.json new file mode 100644 index 00000000..e77b75bf --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/potted_oak_sapling.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/potted_oak_sapling" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/potted_orange_tulip.json b/1.16.5/assets/minecraft/blockstates/potted_orange_tulip.json new file mode 100644 index 00000000..978f35d0 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/potted_orange_tulip.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/potted_orange_tulip" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/potted_oxeye_daisy.json b/1.16.5/assets/minecraft/blockstates/potted_oxeye_daisy.json new file mode 100644 index 00000000..7fc330ae --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/potted_oxeye_daisy.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/potted_oxeye_daisy" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/potted_pink_tulip.json b/1.16.5/assets/minecraft/blockstates/potted_pink_tulip.json new file mode 100644 index 00000000..159cc4b2 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/potted_pink_tulip.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/potted_pink_tulip" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/potted_poppy.json b/1.16.5/assets/minecraft/blockstates/potted_poppy.json new file mode 100644 index 00000000..f16aee08 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/potted_poppy.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/potted_poppy" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/potted_red_mushroom.json b/1.16.5/assets/minecraft/blockstates/potted_red_mushroom.json new file mode 100644 index 00000000..451f88db --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/potted_red_mushroom.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/potted_red_mushroom" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/potted_red_tulip.json b/1.16.5/assets/minecraft/blockstates/potted_red_tulip.json new file mode 100644 index 00000000..fec6840d --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/potted_red_tulip.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/potted_red_tulip" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/potted_spruce_sapling.json b/1.16.5/assets/minecraft/blockstates/potted_spruce_sapling.json new file mode 100644 index 00000000..224d5a9f --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/potted_spruce_sapling.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/potted_spruce_sapling" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/potted_warped_fungus.json b/1.16.5/assets/minecraft/blockstates/potted_warped_fungus.json new file mode 100644 index 00000000..3f127a34 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/potted_warped_fungus.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/potted_warped_fungus" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/potted_warped_roots.json b/1.16.5/assets/minecraft/blockstates/potted_warped_roots.json new file mode 100644 index 00000000..f141ee94 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/potted_warped_roots.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/potted_warped_roots" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/potted_white_tulip.json b/1.16.5/assets/minecraft/blockstates/potted_white_tulip.json new file mode 100644 index 00000000..823ca947 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/potted_white_tulip.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/potted_white_tulip" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/potted_wither_rose.json b/1.16.5/assets/minecraft/blockstates/potted_wither_rose.json new file mode 100644 index 00000000..d12f6aa1 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/potted_wither_rose.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/potted_wither_rose" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/powered_rail.json b/1.16.5/assets/minecraft/blockstates/powered_rail.json new file mode 100644 index 00000000..a20a06fc --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/powered_rail.json @@ -0,0 +1,46 @@ +{ + "variants": { + "powered=false,shape=ascending_east": { + "model": "minecraft:block/powered_rail_raised_ne", + "y": 90 + }, + "powered=false,shape=ascending_north": { + "model": "minecraft:block/powered_rail_raised_ne" + }, + "powered=false,shape=ascending_south": { + "model": "minecraft:block/powered_rail_raised_sw" + }, + "powered=false,shape=ascending_west": { + "model": "minecraft:block/powered_rail_raised_sw", + "y": 90 + }, + "powered=false,shape=east_west": { + "model": "minecraft:block/powered_rail", + "y": 90 + }, + "powered=false,shape=north_south": { + "model": "minecraft:block/powered_rail" + }, + "powered=true,shape=ascending_east": { + "model": "minecraft:block/powered_rail_on_raised_ne", + "y": 90 + }, + "powered=true,shape=ascending_north": { + "model": "minecraft:block/powered_rail_on_raised_ne" + }, + "powered=true,shape=ascending_south": { + "model": "minecraft:block/powered_rail_on_raised_sw" + }, + "powered=true,shape=ascending_west": { + "model": "minecraft:block/powered_rail_on_raised_sw", + "y": 90 + }, + "powered=true,shape=east_west": { + "model": "minecraft:block/powered_rail_on", + "y": 90 + }, + "powered=true,shape=north_south": { + "model": "minecraft:block/powered_rail_on" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/prismarine.json b/1.16.5/assets/minecraft/blockstates/prismarine.json new file mode 100644 index 00000000..b24d7034 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/prismarine.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/prismarine" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/prismarine_brick_slab.json b/1.16.5/assets/minecraft/blockstates/prismarine_brick_slab.json new file mode 100644 index 00000000..3e151d0f --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/prismarine_brick_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/prismarine_brick_slab" + }, + "type=double": { + "model": "minecraft:block/prismarine_bricks" + }, + "type=top": { + "model": "minecraft:block/prismarine_brick_slab_top" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/prismarine_brick_stairs.json b/1.16.5/assets/minecraft/blockstates/prismarine_brick_stairs.json new file mode 100644 index 00000000..698df855 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/prismarine_brick_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/prismarine_brick_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/prismarine_brick_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/prismarine_brick_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/prismarine_brick_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/prismarine_brick_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/prismarine_brick_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/prismarine_brick_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/prismarine_brick_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/prismarine_brick_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/prismarine_brick_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/prismarine_brick_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/prismarine_brick_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/prismarine_brick_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/prismarine_brick_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/prismarine_brick_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/prismarine_brick_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/prismarine_brick_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/prismarine_brick_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/prismarine_brick_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/prismarine_brick_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/prismarine_brick_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/prismarine_brick_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/prismarine_brick_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/prismarine_brick_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/prismarine_brick_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/prismarine_brick_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/prismarine_brick_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/prismarine_brick_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/prismarine_brick_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/prismarine_brick_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/prismarine_brick_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/prismarine_brick_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/prismarine_brick_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/prismarine_brick_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/prismarine_brick_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/prismarine_brick_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/prismarine_brick_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/prismarine_brick_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/prismarine_brick_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/prismarine_brick_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/prismarine_bricks.json b/1.16.5/assets/minecraft/blockstates/prismarine_bricks.json new file mode 100644 index 00000000..db6a49ca --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/prismarine_bricks.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/prismarine_bricks" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/prismarine_slab.json b/1.16.5/assets/minecraft/blockstates/prismarine_slab.json new file mode 100644 index 00000000..3ac55090 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/prismarine_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/prismarine_slab" + }, + "type=double": { + "model": "minecraft:block/prismarine" + }, + "type=top": { + "model": "minecraft:block/prismarine_slab_top" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/prismarine_stairs.json b/1.16.5/assets/minecraft/blockstates/prismarine_stairs.json new file mode 100644 index 00000000..9228f4b7 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/prismarine_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/prismarine_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/prismarine_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/prismarine_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/prismarine_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/prismarine_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/prismarine_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/prismarine_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/prismarine_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/prismarine_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/prismarine_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/prismarine_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/prismarine_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/prismarine_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/prismarine_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/prismarine_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/prismarine_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/prismarine_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/prismarine_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/prismarine_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/prismarine_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/prismarine_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/prismarine_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/prismarine_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/prismarine_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/prismarine_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/prismarine_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/prismarine_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/prismarine_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/prismarine_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/prismarine_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/prismarine_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/prismarine_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/prismarine_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/prismarine_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/prismarine_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/prismarine_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/prismarine_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/prismarine_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/prismarine_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/prismarine_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/prismarine_wall.json b/1.16.5/assets/minecraft/blockstates/prismarine_wall.json new file mode 100644 index 00000000..e6939052 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/prismarine_wall.json @@ -0,0 +1,90 @@ +{ + "multipart": [ + { + "when": { + "up": "true" + }, + "apply": { + "model": "minecraft:block/prismarine_wall_post" + } + }, + { + "when": { + "north": "low" + }, + "apply": { + "model": "minecraft:block/prismarine_wall_side", + "uvlock": true + } + }, + { + "when": { + "east": "low" + }, + "apply": { + "model": "minecraft:block/prismarine_wall_side", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "low" + }, + "apply": { + "model": "minecraft:block/prismarine_wall_side", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "low" + }, + "apply": { + "model": "minecraft:block/prismarine_wall_side", + "y": 270, + "uvlock": true + } + }, + { + "when": { + "north": "tall" + }, + "apply": { + "model": "minecraft:block/prismarine_wall_side_tall", + "uvlock": true + } + }, + { + "when": { + "east": "tall" + }, + "apply": { + "model": "minecraft:block/prismarine_wall_side_tall", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "tall" + }, + "apply": { + "model": "minecraft:block/prismarine_wall_side_tall", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "tall" + }, + "apply": { + "model": "minecraft:block/prismarine_wall_side_tall", + "y": 270, + "uvlock": true + } + } + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/pumpkin.json b/1.16.5/assets/minecraft/blockstates/pumpkin.json new file mode 100644 index 00000000..b64dee3d --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/pumpkin.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/pumpkin" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/pumpkin_stem.json b/1.16.5/assets/minecraft/blockstates/pumpkin_stem.json new file mode 100644 index 00000000..536ed118 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/pumpkin_stem.json @@ -0,0 +1,28 @@ +{ + "variants": { + "age=0": { + "model": "minecraft:block/pumpkin_stem_stage0" + }, + "age=1": { + "model": "minecraft:block/pumpkin_stem_stage1" + }, + "age=2": { + "model": "minecraft:block/pumpkin_stem_stage2" + }, + "age=3": { + "model": "minecraft:block/pumpkin_stem_stage3" + }, + "age=4": { + "model": "minecraft:block/pumpkin_stem_stage4" + }, + "age=5": { + "model": "minecraft:block/pumpkin_stem_stage5" + }, + "age=6": { + "model": "minecraft:block/pumpkin_stem_stage6" + }, + "age=7": { + "model": "minecraft:block/pumpkin_stem_stage7" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/purple_banner.json b/1.16.5/assets/minecraft/blockstates/purple_banner.json new file mode 100644 index 00000000..f5e2c87f --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/purple_banner.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/banner" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/purple_bed.json b/1.16.5/assets/minecraft/blockstates/purple_bed.json new file mode 100644 index 00000000..6577c90a --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/purple_bed.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/bed" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/purple_carpet.json b/1.16.5/assets/minecraft/blockstates/purple_carpet.json new file mode 100644 index 00000000..94bd741a --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/purple_carpet.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/purple_carpet" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/purple_concrete.json b/1.16.5/assets/minecraft/blockstates/purple_concrete.json new file mode 100644 index 00000000..06ecc28a --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/purple_concrete.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/purple_concrete" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/purple_concrete_powder.json b/1.16.5/assets/minecraft/blockstates/purple_concrete_powder.json new file mode 100644 index 00000000..23291b95 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/purple_concrete_powder.json @@ -0,0 +1,21 @@ +{ + "variants": { + "": [ + { + "model": "minecraft:block/purple_concrete_powder" + }, + { + "model": "minecraft:block/purple_concrete_powder", + "y": 90 + }, + { + "model": "minecraft:block/purple_concrete_powder", + "y": 180 + }, + { + "model": "minecraft:block/purple_concrete_powder", + "y": 270 + } + ] + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/purple_glazed_terracotta.json b/1.16.5/assets/minecraft/blockstates/purple_glazed_terracotta.json new file mode 100644 index 00000000..9f70fd4f --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/purple_glazed_terracotta.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/purple_glazed_terracotta", + "y": 270 + }, + "facing=north": { + "model": "minecraft:block/purple_glazed_terracotta", + "y": 180 + }, + "facing=south": { + "model": "minecraft:block/purple_glazed_terracotta" + }, + "facing=west": { + "model": "minecraft:block/purple_glazed_terracotta", + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/purple_shulker_box.json b/1.16.5/assets/minecraft/blockstates/purple_shulker_box.json new file mode 100644 index 00000000..880e3163 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/purple_shulker_box.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/purple_shulker_box" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/purple_stained_glass.json b/1.16.5/assets/minecraft/blockstates/purple_stained_glass.json new file mode 100644 index 00000000..02662b50 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/purple_stained_glass.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/purple_stained_glass" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/purple_stained_glass_pane.json b/1.16.5/assets/minecraft/blockstates/purple_stained_glass_pane.json new file mode 100644 index 00000000..409b30e1 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/purple_stained_glass_pane.json @@ -0,0 +1,77 @@ +{ + "multipart": [ + { + "apply": { + "model": "minecraft:block/purple_stained_glass_pane_post" + } + }, + { + "when": { + "north": "true" + }, + "apply": { + "model": "minecraft:block/purple_stained_glass_pane_side" + } + }, + { + "when": { + "east": "true" + }, + "apply": { + "model": "minecraft:block/purple_stained_glass_pane_side", + "y": 90 + } + }, + { + "when": { + "south": "true" + }, + "apply": { + "model": "minecraft:block/purple_stained_glass_pane_side_alt" + } + }, + { + "when": { + "west": "true" + }, + "apply": { + "model": "minecraft:block/purple_stained_glass_pane_side_alt", + "y": 90 + } + }, + { + "when": { + "north": "false" + }, + "apply": { + "model": "minecraft:block/purple_stained_glass_pane_noside" + } + }, + { + "when": { + "east": "false" + }, + "apply": { + "model": "minecraft:block/purple_stained_glass_pane_noside_alt" + } + }, + { + "when": { + "south": "false" + }, + "apply": { + "model": "minecraft:block/purple_stained_glass_pane_noside_alt", + "y": 90 + } + }, + { + "when": { + "west": "false" + }, + "apply": { + "model": "minecraft:block/purple_stained_glass_pane_noside", + "y": 270 + } + } + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/purple_terracotta.json b/1.16.5/assets/minecraft/blockstates/purple_terracotta.json new file mode 100644 index 00000000..b500566d --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/purple_terracotta.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/purple_terracotta" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/purple_wall_banner.json b/1.16.5/assets/minecraft/blockstates/purple_wall_banner.json new file mode 100644 index 00000000..f5e2c87f --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/purple_wall_banner.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/banner" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/purple_wool.json b/1.16.5/assets/minecraft/blockstates/purple_wool.json new file mode 100644 index 00000000..a14ba55d --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/purple_wool.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/purple_wool" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/purpur_block.json b/1.16.5/assets/minecraft/blockstates/purpur_block.json new file mode 100644 index 00000000..0bd34f34 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/purpur_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/purpur_block" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/purpur_pillar.json b/1.16.5/assets/minecraft/blockstates/purpur_pillar.json new file mode 100644 index 00000000..65046d71 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/purpur_pillar.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/purpur_pillar_horizontal", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/purpur_pillar" + }, + "axis=z": { + "model": "minecraft:block/purpur_pillar_horizontal", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/purpur_slab.json b/1.16.5/assets/minecraft/blockstates/purpur_slab.json new file mode 100644 index 00000000..b4b9fb43 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/purpur_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/purpur_slab" + }, + "type=double": { + "model": "minecraft:block/purpur_block" + }, + "type=top": { + "model": "minecraft:block/purpur_slab_top" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/purpur_stairs.json b/1.16.5/assets/minecraft/blockstates/purpur_stairs.json new file mode 100644 index 00000000..57cbe7a6 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/purpur_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/purpur_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/purpur_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/purpur_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/purpur_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/purpur_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/purpur_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/purpur_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/purpur_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/purpur_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/purpur_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/purpur_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/purpur_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/purpur_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/purpur_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/purpur_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/purpur_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/purpur_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/purpur_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/purpur_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/purpur_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/purpur_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/purpur_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/purpur_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/purpur_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/purpur_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/purpur_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/purpur_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/purpur_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/purpur_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/purpur_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/purpur_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/purpur_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/purpur_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/purpur_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/purpur_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/purpur_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/purpur_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/purpur_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/purpur_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/purpur_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/quartz_block.json b/1.16.5/assets/minecraft/blockstates/quartz_block.json new file mode 100644 index 00000000..6dcfecf9 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/quartz_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/quartz_block" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/quartz_bricks.json b/1.16.5/assets/minecraft/blockstates/quartz_bricks.json new file mode 100644 index 00000000..24827d45 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/quartz_bricks.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/quartz_bricks" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/quartz_pillar.json b/1.16.5/assets/minecraft/blockstates/quartz_pillar.json new file mode 100644 index 00000000..260cca79 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/quartz_pillar.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/quartz_pillar_horizontal", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/quartz_pillar" + }, + "axis=z": { + "model": "minecraft:block/quartz_pillar_horizontal", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/quartz_slab.json b/1.16.5/assets/minecraft/blockstates/quartz_slab.json new file mode 100644 index 00000000..6d2ae81b --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/quartz_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/quartz_slab" + }, + "type=double": { + "model": "minecraft:block/quartz_block" + }, + "type=top": { + "model": "minecraft:block/quartz_slab_top" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/quartz_stairs.json b/1.16.5/assets/minecraft/blockstates/quartz_stairs.json new file mode 100644 index 00000000..083b0f64 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/quartz_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/quartz_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/quartz_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/quartz_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/quartz_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/quartz_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/quartz_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/quartz_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/quartz_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/quartz_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/quartz_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/quartz_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/quartz_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/quartz_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/quartz_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/quartz_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/quartz_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/quartz_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/quartz_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/quartz_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/quartz_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/quartz_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/quartz_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/quartz_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/quartz_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/quartz_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/quartz_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/quartz_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/quartz_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/quartz_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/quartz_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/quartz_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/quartz_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/quartz_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/quartz_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/quartz_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/quartz_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/quartz_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/quartz_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/quartz_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/quartz_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/rail.json b/1.16.5/assets/minecraft/blockstates/rail.json new file mode 100644 index 00000000..4b1e4d04 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/rail.json @@ -0,0 +1,40 @@ +{ + "variants": { + "shape=ascending_east": { + "model": "minecraft:block/rail_raised_ne", + "y": 90 + }, + "shape=ascending_north": { + "model": "minecraft:block/rail_raised_ne" + }, + "shape=ascending_south": { + "model": "minecraft:block/rail_raised_sw" + }, + "shape=ascending_west": { + "model": "minecraft:block/rail_raised_sw", + "y": 90 + }, + "shape=east_west": { + "model": "minecraft:block/rail", + "y": 90 + }, + "shape=north_east": { + "model": "minecraft:block/rail_corner", + "y": 270 + }, + "shape=north_south": { + "model": "minecraft:block/rail" + }, + "shape=north_west": { + "model": "minecraft:block/rail_corner", + "y": 180 + }, + "shape=south_east": { + "model": "minecraft:block/rail_corner" + }, + "shape=south_west": { + "model": "minecraft:block/rail_corner", + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/red_banner.json b/1.16.5/assets/minecraft/blockstates/red_banner.json new file mode 100644 index 00000000..f5e2c87f --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/red_banner.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/banner" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/red_bed.json b/1.16.5/assets/minecraft/blockstates/red_bed.json new file mode 100644 index 00000000..6577c90a --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/red_bed.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/bed" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/red_carpet.json b/1.16.5/assets/minecraft/blockstates/red_carpet.json new file mode 100644 index 00000000..78866a8d --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/red_carpet.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/red_carpet" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/red_concrete.json b/1.16.5/assets/minecraft/blockstates/red_concrete.json new file mode 100644 index 00000000..ef1aedb0 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/red_concrete.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/red_concrete" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/red_concrete_powder.json b/1.16.5/assets/minecraft/blockstates/red_concrete_powder.json new file mode 100644 index 00000000..98e8099c --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/red_concrete_powder.json @@ -0,0 +1,21 @@ +{ + "variants": { + "": [ + { + "model": "minecraft:block/red_concrete_powder" + }, + { + "model": "minecraft:block/red_concrete_powder", + "y": 90 + }, + { + "model": "minecraft:block/red_concrete_powder", + "y": 180 + }, + { + "model": "minecraft:block/red_concrete_powder", + "y": 270 + } + ] + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/red_glazed_terracotta.json b/1.16.5/assets/minecraft/blockstates/red_glazed_terracotta.json new file mode 100644 index 00000000..920d1648 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/red_glazed_terracotta.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/red_glazed_terracotta", + "y": 270 + }, + "facing=north": { + "model": "minecraft:block/red_glazed_terracotta", + "y": 180 + }, + "facing=south": { + "model": "minecraft:block/red_glazed_terracotta" + }, + "facing=west": { + "model": "minecraft:block/red_glazed_terracotta", + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/red_mushroom.json b/1.16.5/assets/minecraft/blockstates/red_mushroom.json new file mode 100644 index 00000000..9bb1dff2 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/red_mushroom.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/red_mushroom" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/red_mushroom_block.json b/1.16.5/assets/minecraft/blockstates/red_mushroom_block.json new file mode 100644 index 00000000..e8bbe920 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/red_mushroom_block.json @@ -0,0 +1,120 @@ +{ + "multipart": [ + { + "when": { + "north": "true" + }, + "apply": { + "model": "minecraft:block/red_mushroom_block" + } + }, + { + "when": { + "east": "true" + }, + "apply": { + "model": "minecraft:block/red_mushroom_block", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "true" + }, + "apply": { + "model": "minecraft:block/red_mushroom_block", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "true" + }, + "apply": { + "model": "minecraft:block/red_mushroom_block", + "y": 270, + "uvlock": true + } + }, + { + "when": { + "up": "true" + }, + "apply": { + "model": "minecraft:block/red_mushroom_block", + "x": 270, + "uvlock": true + } + }, + { + "when": { + "down": "true" + }, + "apply": { + "model": "minecraft:block/red_mushroom_block", + "x": 90, + "uvlock": true + } + }, + { + "when": { + "north": "false" + }, + "apply": { + "model": "minecraft:block/mushroom_block_inside" + } + }, + { + "when": { + "east": "false" + }, + "apply": { + "model": "minecraft:block/mushroom_block_inside", + "y": 90, + "uvlock": false + } + }, + { + "when": { + "south": "false" + }, + "apply": { + "model": "minecraft:block/mushroom_block_inside", + "y": 180, + "uvlock": false + } + }, + { + "when": { + "west": "false" + }, + "apply": { + "model": "minecraft:block/mushroom_block_inside", + "y": 270, + "uvlock": false + } + }, + { + "when": { + "up": "false" + }, + "apply": { + "model": "minecraft:block/mushroom_block_inside", + "x": 270, + "uvlock": false + } + }, + { + "when": { + "down": "false" + }, + "apply": { + "model": "minecraft:block/mushroom_block_inside", + "x": 90, + "uvlock": false + } + } + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/red_nether_brick_slab.json b/1.16.5/assets/minecraft/blockstates/red_nether_brick_slab.json new file mode 100644 index 00000000..492c8f2f --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/red_nether_brick_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/red_nether_brick_slab" + }, + "type=double": { + "model": "minecraft:block/red_nether_bricks" + }, + "type=top": { + "model": "minecraft:block/red_nether_brick_slab_top" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/red_nether_brick_stairs.json b/1.16.5/assets/minecraft/blockstates/red_nether_brick_stairs.json new file mode 100644 index 00000000..547e5036 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/red_nether_brick_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/red_nether_brick_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/red_nether_brick_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/red_nether_brick_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/red_nether_brick_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/red_nether_brick_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/red_nether_brick_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/red_nether_brick_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/red_nether_brick_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/red_nether_brick_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/red_nether_brick_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/red_nether_brick_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/red_nether_brick_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/red_nether_brick_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/red_nether_brick_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/red_nether_brick_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/red_nether_brick_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/red_nether_brick_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/red_nether_brick_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/red_nether_brick_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/red_nether_brick_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/red_nether_brick_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/red_nether_brick_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/red_nether_brick_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/red_nether_brick_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/red_nether_brick_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/red_nether_brick_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/red_nether_brick_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/red_nether_brick_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/red_nether_brick_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/red_nether_brick_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/red_nether_brick_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/red_nether_brick_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/red_nether_brick_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/red_nether_brick_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/red_nether_brick_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/red_nether_brick_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/red_nether_brick_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/red_nether_brick_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/red_nether_brick_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/red_nether_brick_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/red_nether_brick_wall.json b/1.16.5/assets/minecraft/blockstates/red_nether_brick_wall.json new file mode 100644 index 00000000..a2974b20 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/red_nether_brick_wall.json @@ -0,0 +1,90 @@ +{ + "multipart": [ + { + "when": { + "up": "true" + }, + "apply": { + "model": "minecraft:block/red_nether_brick_wall_post" + } + }, + { + "when": { + "north": "low" + }, + "apply": { + "model": "minecraft:block/red_nether_brick_wall_side", + "uvlock": true + } + }, + { + "when": { + "east": "low" + }, + "apply": { + "model": "minecraft:block/red_nether_brick_wall_side", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "low" + }, + "apply": { + "model": "minecraft:block/red_nether_brick_wall_side", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "low" + }, + "apply": { + "model": "minecraft:block/red_nether_brick_wall_side", + "y": 270, + "uvlock": true + } + }, + { + "when": { + "north": "tall" + }, + "apply": { + "model": "minecraft:block/red_nether_brick_wall_side_tall", + "uvlock": true + } + }, + { + "when": { + "east": "tall" + }, + "apply": { + "model": "minecraft:block/red_nether_brick_wall_side_tall", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "tall" + }, + "apply": { + "model": "minecraft:block/red_nether_brick_wall_side_tall", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "tall" + }, + "apply": { + "model": "minecraft:block/red_nether_brick_wall_side_tall", + "y": 270, + "uvlock": true + } + } + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/red_nether_bricks.json b/1.16.5/assets/minecraft/blockstates/red_nether_bricks.json new file mode 100644 index 00000000..75d6b4dc --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/red_nether_bricks.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/red_nether_bricks" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/red_sand.json b/1.16.5/assets/minecraft/blockstates/red_sand.json new file mode 100644 index 00000000..083533ba --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/red_sand.json @@ -0,0 +1,21 @@ +{ + "variants": { + "": [ + { + "model": "minecraft:block/red_sand" + }, + { + "model": "minecraft:block/red_sand", + "y": 90 + }, + { + "model": "minecraft:block/red_sand", + "y": 180 + }, + { + "model": "minecraft:block/red_sand", + "y": 270 + } + ] + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/red_sandstone.json b/1.16.5/assets/minecraft/blockstates/red_sandstone.json new file mode 100644 index 00000000..9f10b960 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/red_sandstone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/red_sandstone" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/red_sandstone_slab.json b/1.16.5/assets/minecraft/blockstates/red_sandstone_slab.json new file mode 100644 index 00000000..e8fcb59d --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/red_sandstone_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/red_sandstone_slab" + }, + "type=double": { + "model": "minecraft:block/red_sandstone" + }, + "type=top": { + "model": "minecraft:block/red_sandstone_slab_top" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/red_sandstone_stairs.json b/1.16.5/assets/minecraft/blockstates/red_sandstone_stairs.json new file mode 100644 index 00000000..50ed2fcc --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/red_sandstone_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/red_sandstone_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/red_sandstone_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/red_sandstone_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/red_sandstone_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/red_sandstone_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/red_sandstone_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/red_sandstone_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/red_sandstone_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/red_sandstone_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/red_sandstone_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/red_sandstone_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/red_sandstone_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/red_sandstone_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/red_sandstone_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/red_sandstone_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/red_sandstone_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/red_sandstone_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/red_sandstone_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/red_sandstone_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/red_sandstone_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/red_sandstone_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/red_sandstone_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/red_sandstone_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/red_sandstone_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/red_sandstone_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/red_sandstone_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/red_sandstone_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/red_sandstone_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/red_sandstone_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/red_sandstone_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/red_sandstone_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/red_sandstone_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/red_sandstone_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/red_sandstone_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/red_sandstone_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/red_sandstone_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/red_sandstone_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/red_sandstone_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/red_sandstone_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/red_sandstone_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/red_sandstone_wall.json b/1.16.5/assets/minecraft/blockstates/red_sandstone_wall.json new file mode 100644 index 00000000..e3b5090f --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/red_sandstone_wall.json @@ -0,0 +1,90 @@ +{ + "multipart": [ + { + "when": { + "up": "true" + }, + "apply": { + "model": "minecraft:block/red_sandstone_wall_post" + } + }, + { + "when": { + "north": "low" + }, + "apply": { + "model": "minecraft:block/red_sandstone_wall_side", + "uvlock": true + } + }, + { + "when": { + "east": "low" + }, + "apply": { + "model": "minecraft:block/red_sandstone_wall_side", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "low" + }, + "apply": { + "model": "minecraft:block/red_sandstone_wall_side", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "low" + }, + "apply": { + "model": "minecraft:block/red_sandstone_wall_side", + "y": 270, + "uvlock": true + } + }, + { + "when": { + "north": "tall" + }, + "apply": { + "model": "minecraft:block/red_sandstone_wall_side_tall", + "uvlock": true + } + }, + { + "when": { + "east": "tall" + }, + "apply": { + "model": "minecraft:block/red_sandstone_wall_side_tall", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "tall" + }, + "apply": { + "model": "minecraft:block/red_sandstone_wall_side_tall", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "tall" + }, + "apply": { + "model": "minecraft:block/red_sandstone_wall_side_tall", + "y": 270, + "uvlock": true + } + } + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/red_shulker_box.json b/1.16.5/assets/minecraft/blockstates/red_shulker_box.json new file mode 100644 index 00000000..ce5bcc98 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/red_shulker_box.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/red_shulker_box" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/red_stained_glass.json b/1.16.5/assets/minecraft/blockstates/red_stained_glass.json new file mode 100644 index 00000000..7e6ffba8 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/red_stained_glass.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/red_stained_glass" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/red_stained_glass_pane.json b/1.16.5/assets/minecraft/blockstates/red_stained_glass_pane.json new file mode 100644 index 00000000..422e403a --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/red_stained_glass_pane.json @@ -0,0 +1,77 @@ +{ + "multipart": [ + { + "apply": { + "model": "minecraft:block/red_stained_glass_pane_post" + } + }, + { + "when": { + "north": "true" + }, + "apply": { + "model": "minecraft:block/red_stained_glass_pane_side" + } + }, + { + "when": { + "east": "true" + }, + "apply": { + "model": "minecraft:block/red_stained_glass_pane_side", + "y": 90 + } + }, + { + "when": { + "south": "true" + }, + "apply": { + "model": "minecraft:block/red_stained_glass_pane_side_alt" + } + }, + { + "when": { + "west": "true" + }, + "apply": { + "model": "minecraft:block/red_stained_glass_pane_side_alt", + "y": 90 + } + }, + { + "when": { + "north": "false" + }, + "apply": { + "model": "minecraft:block/red_stained_glass_pane_noside" + } + }, + { + "when": { + "east": "false" + }, + "apply": { + "model": "minecraft:block/red_stained_glass_pane_noside_alt" + } + }, + { + "when": { + "south": "false" + }, + "apply": { + "model": "minecraft:block/red_stained_glass_pane_noside_alt", + "y": 90 + } + }, + { + "when": { + "west": "false" + }, + "apply": { + "model": "minecraft:block/red_stained_glass_pane_noside", + "y": 270 + } + } + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/red_terracotta.json b/1.16.5/assets/minecraft/blockstates/red_terracotta.json new file mode 100644 index 00000000..78ac3ae6 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/red_terracotta.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/red_terracotta" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/red_tulip.json b/1.16.5/assets/minecraft/blockstates/red_tulip.json new file mode 100644 index 00000000..a2afbe18 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/red_tulip.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/red_tulip" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/red_wall_banner.json b/1.16.5/assets/minecraft/blockstates/red_wall_banner.json new file mode 100644 index 00000000..f5e2c87f --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/red_wall_banner.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/banner" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/red_wool.json b/1.16.5/assets/minecraft/blockstates/red_wool.json new file mode 100644 index 00000000..d756ff39 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/red_wool.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/red_wool" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/redstone_block.json b/1.16.5/assets/minecraft/blockstates/redstone_block.json new file mode 100644 index 00000000..b0ff253e --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/redstone_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/redstone_block" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/redstone_lamp.json b/1.16.5/assets/minecraft/blockstates/redstone_lamp.json new file mode 100644 index 00000000..bbd9d935 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/redstone_lamp.json @@ -0,0 +1,10 @@ +{ + "variants": { + "lit=false": { + "model": "minecraft:block/redstone_lamp" + }, + "lit=true": { + "model": "minecraft:block/redstone_lamp_on" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/redstone_ore.json b/1.16.5/assets/minecraft/blockstates/redstone_ore.json new file mode 100644 index 00000000..cc4e3fa0 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/redstone_ore.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/redstone_ore" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/redstone_torch.json b/1.16.5/assets/minecraft/blockstates/redstone_torch.json new file mode 100644 index 00000000..6c765135 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/redstone_torch.json @@ -0,0 +1,10 @@ +{ + "variants": { + "lit=false": { + "model": "minecraft:block/redstone_torch_off" + }, + "lit=true": { + "model": "minecraft:block/redstone_torch" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/redstone_wall_torch.json b/1.16.5/assets/minecraft/blockstates/redstone_wall_torch.json new file mode 100644 index 00000000..de19925c --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/redstone_wall_torch.json @@ -0,0 +1,34 @@ +{ + "variants": { + "facing=east,lit=false": { + "model": "minecraft:block/redstone_wall_torch_off" + }, + "facing=east,lit=true": { + "model": "minecraft:block/redstone_wall_torch" + }, + "facing=north,lit=false": { + "model": "minecraft:block/redstone_wall_torch_off", + "y": 270 + }, + "facing=north,lit=true": { + "model": "minecraft:block/redstone_wall_torch", + "y": 270 + }, + "facing=south,lit=false": { + "model": "minecraft:block/redstone_wall_torch_off", + "y": 90 + }, + "facing=south,lit=true": { + "model": "minecraft:block/redstone_wall_torch", + "y": 90 + }, + "facing=west,lit=false": { + "model": "minecraft:block/redstone_wall_torch_off", + "y": 180 + }, + "facing=west,lit=true": { + "model": "minecraft:block/redstone_wall_torch", + "y": 180 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/redstone_wire.json b/1.16.5/assets/minecraft/blockstates/redstone_wire.json new file mode 100644 index 00000000..2b8fc2d7 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/redstone_wire.json @@ -0,0 +1,104 @@ +{ + "multipart": [ + { + "when": { + "OR": [ + { + "north": "none", + "south": "none", + "east": "none", + "west": "none" + }, + { + "north": "side|up", + "east": "side|up" + }, + { + "south": "side|up", + "east": "side|up" + }, + { + "south": "side|up", + "west": "side|up" + }, + { + "north": "side|up", + "west": "side|up" + } + ] + }, + "apply": { + "model": "minecraft:block/redstone_dust_dot" + } + }, + { + "when": { + "north": "side|up" + }, + "apply": { + "model": "minecraft:block/redstone_dust_side0" + } + }, + { + "when": { + "south": "side|up" + }, + "apply": { + "model": "minecraft:block/redstone_dust_side_alt0" + } + }, + { + "when": { + "east": "side|up" + }, + "apply": { + "model": "minecraft:block/redstone_dust_side_alt1", + "y": 270 + } + }, + { + "when": { + "west": "side|up" + }, + "apply": { + "model": "minecraft:block/redstone_dust_side1", + "y": 270 + } + }, + { + "when": { + "north": "up" + }, + "apply": { + "model": "minecraft:block/redstone_dust_up" + } + }, + { + "when": { + "east": "up" + }, + "apply": { + "model": "minecraft:block/redstone_dust_up", + "y": 90 + } + }, + { + "when": { + "south": "up" + }, + "apply": { + "model": "minecraft:block/redstone_dust_up", + "y": 180 + } + }, + { + "when": { + "west": "up" + }, + "apply": { + "model": "minecraft:block/redstone_dust_up", + "y": 270 + } + } + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/repeater.json b/1.16.5/assets/minecraft/blockstates/repeater.json new file mode 100644 index 00000000..4e0ab9ce --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/repeater.json @@ -0,0 +1,244 @@ +{ + "variants": { + "delay=1,facing=east,locked=false,powered=false": { + "model": "minecraft:block/repeater_1tick", + "y": 270 + }, + "delay=1,facing=east,locked=false,powered=true": { + "model": "minecraft:block/repeater_1tick_on", + "y": 270 + }, + "delay=1,facing=east,locked=true,powered=false": { + "model": "minecraft:block/repeater_1tick_locked", + "y": 270 + }, + "delay=1,facing=east,locked=true,powered=true": { + "model": "minecraft:block/repeater_1tick_on_locked", + "y": 270 + }, + "delay=1,facing=north,locked=false,powered=false": { + "model": "minecraft:block/repeater_1tick", + "y": 180 + }, + "delay=1,facing=north,locked=false,powered=true": { + "model": "minecraft:block/repeater_1tick_on", + "y": 180 + }, + "delay=1,facing=north,locked=true,powered=false": { + "model": "minecraft:block/repeater_1tick_locked", + "y": 180 + }, + "delay=1,facing=north,locked=true,powered=true": { + "model": "minecraft:block/repeater_1tick_on_locked", + "y": 180 + }, + "delay=1,facing=south,locked=false,powered=false": { + "model": "minecraft:block/repeater_1tick" + }, + "delay=1,facing=south,locked=false,powered=true": { + "model": "minecraft:block/repeater_1tick_on" + }, + "delay=1,facing=south,locked=true,powered=false": { + "model": "minecraft:block/repeater_1tick_locked" + }, + "delay=1,facing=south,locked=true,powered=true": { + "model": "minecraft:block/repeater_1tick_on_locked" + }, + "delay=1,facing=west,locked=false,powered=false": { + "model": "minecraft:block/repeater_1tick", + "y": 90 + }, + "delay=1,facing=west,locked=false,powered=true": { + "model": "minecraft:block/repeater_1tick_on", + "y": 90 + }, + "delay=1,facing=west,locked=true,powered=false": { + "model": "minecraft:block/repeater_1tick_locked", + "y": 90 + }, + "delay=1,facing=west,locked=true,powered=true": { + "model": "minecraft:block/repeater_1tick_on_locked", + "y": 90 + }, + "delay=2,facing=east,locked=false,powered=false": { + "model": "minecraft:block/repeater_2tick", + "y": 270 + }, + "delay=2,facing=east,locked=false,powered=true": { + "model": "minecraft:block/repeater_2tick_on", + "y": 270 + }, + "delay=2,facing=east,locked=true,powered=false": { + "model": "minecraft:block/repeater_2tick_locked", + "y": 270 + }, + "delay=2,facing=east,locked=true,powered=true": { + "model": "minecraft:block/repeater_2tick_on_locked", + "y": 270 + }, + "delay=2,facing=north,locked=false,powered=false": { + "model": "minecraft:block/repeater_2tick", + "y": 180 + }, + "delay=2,facing=north,locked=false,powered=true": { + "model": "minecraft:block/repeater_2tick_on", + "y": 180 + }, + "delay=2,facing=north,locked=true,powered=false": { + "model": "minecraft:block/repeater_2tick_locked", + "y": 180 + }, + "delay=2,facing=north,locked=true,powered=true": { + "model": "minecraft:block/repeater_2tick_on_locked", + "y": 180 + }, + "delay=2,facing=south,locked=false,powered=false": { + "model": "minecraft:block/repeater_2tick" + }, + "delay=2,facing=south,locked=false,powered=true": { + "model": "minecraft:block/repeater_2tick_on" + }, + "delay=2,facing=south,locked=true,powered=false": { + "model": "minecraft:block/repeater_2tick_locked" + }, + "delay=2,facing=south,locked=true,powered=true": { + "model": "minecraft:block/repeater_2tick_on_locked" + }, + "delay=2,facing=west,locked=false,powered=false": { + "model": "minecraft:block/repeater_2tick", + "y": 90 + }, + "delay=2,facing=west,locked=false,powered=true": { + "model": "minecraft:block/repeater_2tick_on", + "y": 90 + }, + "delay=2,facing=west,locked=true,powered=false": { + "model": "minecraft:block/repeater_2tick_locked", + "y": 90 + }, + "delay=2,facing=west,locked=true,powered=true": { + "model": "minecraft:block/repeater_2tick_on_locked", + "y": 90 + }, + "delay=3,facing=east,locked=false,powered=false": { + "model": "minecraft:block/repeater_3tick", + "y": 270 + }, + "delay=3,facing=east,locked=false,powered=true": { + "model": "minecraft:block/repeater_3tick_on", + "y": 270 + }, + "delay=3,facing=east,locked=true,powered=false": { + "model": "minecraft:block/repeater_3tick_locked", + "y": 270 + }, + "delay=3,facing=east,locked=true,powered=true": { + "model": "minecraft:block/repeater_3tick_on_locked", + "y": 270 + }, + "delay=3,facing=north,locked=false,powered=false": { + "model": "minecraft:block/repeater_3tick", + "y": 180 + }, + "delay=3,facing=north,locked=false,powered=true": { + "model": "minecraft:block/repeater_3tick_on", + "y": 180 + }, + "delay=3,facing=north,locked=true,powered=false": { + "model": "minecraft:block/repeater_3tick_locked", + "y": 180 + }, + "delay=3,facing=north,locked=true,powered=true": { + "model": "minecraft:block/repeater_3tick_on_locked", + "y": 180 + }, + "delay=3,facing=south,locked=false,powered=false": { + "model": "minecraft:block/repeater_3tick" + }, + "delay=3,facing=south,locked=false,powered=true": { + "model": "minecraft:block/repeater_3tick_on" + }, + "delay=3,facing=south,locked=true,powered=false": { + "model": "minecraft:block/repeater_3tick_locked" + }, + "delay=3,facing=south,locked=true,powered=true": { + "model": "minecraft:block/repeater_3tick_on_locked" + }, + "delay=3,facing=west,locked=false,powered=false": { + "model": "minecraft:block/repeater_3tick", + "y": 90 + }, + "delay=3,facing=west,locked=false,powered=true": { + "model": "minecraft:block/repeater_3tick_on", + "y": 90 + }, + "delay=3,facing=west,locked=true,powered=false": { + "model": "minecraft:block/repeater_3tick_locked", + "y": 90 + }, + "delay=3,facing=west,locked=true,powered=true": { + "model": "minecraft:block/repeater_3tick_on_locked", + "y": 90 + }, + "delay=4,facing=east,locked=false,powered=false": { + "model": "minecraft:block/repeater_4tick", + "y": 270 + }, + "delay=4,facing=east,locked=false,powered=true": { + "model": "minecraft:block/repeater_4tick_on", + "y": 270 + }, + "delay=4,facing=east,locked=true,powered=false": { + "model": "minecraft:block/repeater_4tick_locked", + "y": 270 + }, + "delay=4,facing=east,locked=true,powered=true": { + "model": "minecraft:block/repeater_4tick_on_locked", + "y": 270 + }, + "delay=4,facing=north,locked=false,powered=false": { + "model": "minecraft:block/repeater_4tick", + "y": 180 + }, + "delay=4,facing=north,locked=false,powered=true": { + "model": "minecraft:block/repeater_4tick_on", + "y": 180 + }, + "delay=4,facing=north,locked=true,powered=false": { + "model": "minecraft:block/repeater_4tick_locked", + "y": 180 + }, + "delay=4,facing=north,locked=true,powered=true": { + "model": "minecraft:block/repeater_4tick_on_locked", + "y": 180 + }, + "delay=4,facing=south,locked=false,powered=false": { + "model": "minecraft:block/repeater_4tick" + }, + "delay=4,facing=south,locked=false,powered=true": { + "model": "minecraft:block/repeater_4tick_on" + }, + "delay=4,facing=south,locked=true,powered=false": { + "model": "minecraft:block/repeater_4tick_locked" + }, + "delay=4,facing=south,locked=true,powered=true": { + "model": "minecraft:block/repeater_4tick_on_locked" + }, + "delay=4,facing=west,locked=false,powered=false": { + "model": "minecraft:block/repeater_4tick", + "y": 90 + }, + "delay=4,facing=west,locked=false,powered=true": { + "model": "minecraft:block/repeater_4tick_on", + "y": 90 + }, + "delay=4,facing=west,locked=true,powered=false": { + "model": "minecraft:block/repeater_4tick_locked", + "y": 90 + }, + "delay=4,facing=west,locked=true,powered=true": { + "model": "minecraft:block/repeater_4tick_on_locked", + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/repeating_command_block.json b/1.16.5/assets/minecraft/blockstates/repeating_command_block.json new file mode 100644 index 00000000..2e6ccead --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/repeating_command_block.json @@ -0,0 +1,50 @@ +{ + "variants": { + "conditional=false,facing=down": { + "model": "minecraft:block/repeating_command_block", + "x": 90 + }, + "conditional=false,facing=east": { + "model": "minecraft:block/repeating_command_block", + "y": 90 + }, + "conditional=false,facing=north": { + "model": "minecraft:block/repeating_command_block" + }, + "conditional=false,facing=south": { + "model": "minecraft:block/repeating_command_block", + "y": 180 + }, + "conditional=false,facing=up": { + "model": "minecraft:block/repeating_command_block", + "x": 270 + }, + "conditional=false,facing=west": { + "model": "minecraft:block/repeating_command_block", + "y": 270 + }, + "conditional=true,facing=down": { + "model": "minecraft:block/repeating_command_block_conditional", + "x": 90 + }, + "conditional=true,facing=east": { + "model": "minecraft:block/repeating_command_block_conditional", + "y": 90 + }, + "conditional=true,facing=north": { + "model": "minecraft:block/repeating_command_block_conditional" + }, + "conditional=true,facing=south": { + "model": "minecraft:block/repeating_command_block_conditional", + "y": 180 + }, + "conditional=true,facing=up": { + "model": "minecraft:block/repeating_command_block_conditional", + "x": 270 + }, + "conditional=true,facing=west": { + "model": "minecraft:block/repeating_command_block_conditional", + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/respawn_anchor.json b/1.16.5/assets/minecraft/blockstates/respawn_anchor.json new file mode 100644 index 00000000..fdf950ad --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/respawn_anchor.json @@ -0,0 +1,19 @@ +{ + "variants": { + "charges=0": { + "model": "minecraft:block/respawn_anchor_0" + }, + "charges=1": { + "model": "minecraft:block/respawn_anchor_1" + }, + "charges=2": { + "model": "minecraft:block/respawn_anchor_2" + }, + "charges=3": { + "model": "minecraft:block/respawn_anchor_3" + }, + "charges=4": { + "model": "minecraft:block/respawn_anchor_4" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/rose_bush.json b/1.16.5/assets/minecraft/blockstates/rose_bush.json new file mode 100644 index 00000000..5eaa364c --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/rose_bush.json @@ -0,0 +1,10 @@ +{ + "variants": { + "half=lower": { + "model": "minecraft:block/rose_bush_bottom" + }, + "half=upper": { + "model": "minecraft:block/rose_bush_top" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/sand.json b/1.16.5/assets/minecraft/blockstates/sand.json new file mode 100644 index 00000000..3341c41d --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/sand.json @@ -0,0 +1,21 @@ +{ + "variants": { + "": [ + { + "model": "minecraft:block/sand" + }, + { + "model": "minecraft:block/sand", + "y": 90 + }, + { + "model": "minecraft:block/sand", + "y": 180 + }, + { + "model": "minecraft:block/sand", + "y": 270 + } + ] + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/sandstone.json b/1.16.5/assets/minecraft/blockstates/sandstone.json new file mode 100644 index 00000000..a3c0d709 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/sandstone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/sandstone" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/sandstone_slab.json b/1.16.5/assets/minecraft/blockstates/sandstone_slab.json new file mode 100644 index 00000000..0fabec37 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/sandstone_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/sandstone_slab" + }, + "type=double": { + "model": "minecraft:block/sandstone" + }, + "type=top": { + "model": "minecraft:block/sandstone_slab_top" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/sandstone_stairs.json b/1.16.5/assets/minecraft/blockstates/sandstone_stairs.json new file mode 100644 index 00000000..08899b15 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/sandstone_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/sandstone_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/sandstone_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/sandstone_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/sandstone_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/sandstone_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/sandstone_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/sandstone_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/sandstone_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/sandstone_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/sandstone_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/sandstone_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/sandstone_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/sandstone_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/sandstone_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/sandstone_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/sandstone_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/sandstone_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/sandstone_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/sandstone_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/sandstone_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/sandstone_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/sandstone_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/sandstone_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/sandstone_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/sandstone_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/sandstone_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/sandstone_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/sandstone_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/sandstone_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/sandstone_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/sandstone_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/sandstone_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/sandstone_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/sandstone_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/sandstone_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/sandstone_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/sandstone_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/sandstone_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/sandstone_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/sandstone_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/sandstone_wall.json b/1.16.5/assets/minecraft/blockstates/sandstone_wall.json new file mode 100644 index 00000000..0f24dff0 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/sandstone_wall.json @@ -0,0 +1,90 @@ +{ + "multipart": [ + { + "when": { + "up": "true" + }, + "apply": { + "model": "minecraft:block/sandstone_wall_post" + } + }, + { + "when": { + "north": "low" + }, + "apply": { + "model": "minecraft:block/sandstone_wall_side", + "uvlock": true + } + }, + { + "when": { + "east": "low" + }, + "apply": { + "model": "minecraft:block/sandstone_wall_side", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "low" + }, + "apply": { + "model": "minecraft:block/sandstone_wall_side", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "low" + }, + "apply": { + "model": "minecraft:block/sandstone_wall_side", + "y": 270, + "uvlock": true + } + }, + { + "when": { + "north": "tall" + }, + "apply": { + "model": "minecraft:block/sandstone_wall_side_tall", + "uvlock": true + } + }, + { + "when": { + "east": "tall" + }, + "apply": { + "model": "minecraft:block/sandstone_wall_side_tall", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "tall" + }, + "apply": { + "model": "minecraft:block/sandstone_wall_side_tall", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "tall" + }, + "apply": { + "model": "minecraft:block/sandstone_wall_side_tall", + "y": 270, + "uvlock": true + } + } + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/scaffolding.json b/1.16.5/assets/minecraft/blockstates/scaffolding.json new file mode 100644 index 00000000..aca5b491 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/scaffolding.json @@ -0,0 +1,10 @@ +{ + "variants": { + "bottom=false": { + "model": "minecraft:block/scaffolding_stable" + }, + "bottom=true": { + "model": "minecraft:block/scaffolding_unstable" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/sea_lantern.json b/1.16.5/assets/minecraft/blockstates/sea_lantern.json new file mode 100644 index 00000000..d1231f28 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/sea_lantern.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/sea_lantern" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/sea_pickle.json b/1.16.5/assets/minecraft/blockstates/sea_pickle.json new file mode 100644 index 00000000..89861754 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/sea_pickle.json @@ -0,0 +1,140 @@ +{ + "variants": { + "pickles=1,waterlogged=false": [ + { + "model": "minecraft:block/dead_sea_pickle" + }, + { + "model": "minecraft:block/dead_sea_pickle", + "y": 90 + }, + { + "model": "minecraft:block/dead_sea_pickle", + "y": 180 + }, + { + "model": "minecraft:block/dead_sea_pickle", + "y": 270 + } + ], + "pickles=1,waterlogged=true": [ + { + "model": "minecraft:block/sea_pickle" + }, + { + "model": "minecraft:block/sea_pickle", + "y": 90 + }, + { + "model": "minecraft:block/sea_pickle", + "y": 180 + }, + { + "model": "minecraft:block/sea_pickle", + "y": 270 + } + ], + "pickles=2,waterlogged=false": [ + { + "model": "minecraft:block/two_dead_sea_pickles" + }, + { + "model": "minecraft:block/two_dead_sea_pickles", + "y": 90 + }, + { + "model": "minecraft:block/two_dead_sea_pickles", + "y": 180 + }, + { + "model": "minecraft:block/two_dead_sea_pickles", + "y": 270 + } + ], + "pickles=2,waterlogged=true": [ + { + "model": "minecraft:block/two_sea_pickles" + }, + { + "model": "minecraft:block/two_sea_pickles", + "y": 90 + }, + { + "model": "minecraft:block/two_sea_pickles", + "y": 180 + }, + { + "model": "minecraft:block/two_sea_pickles", + "y": 270 + } + ], + "pickles=3,waterlogged=false": [ + { + "model": "minecraft:block/three_dead_sea_pickles" + }, + { + "model": "minecraft:block/three_dead_sea_pickles", + "y": 90 + }, + { + "model": "minecraft:block/three_dead_sea_pickles", + "y": 180 + }, + { + "model": "minecraft:block/three_dead_sea_pickles", + "y": 270 + } + ], + "pickles=3,waterlogged=true": [ + { + "model": "minecraft:block/three_sea_pickles" + }, + { + "model": "minecraft:block/three_sea_pickles", + "y": 90 + }, + { + "model": "minecraft:block/three_sea_pickles", + "y": 180 + }, + { + "model": "minecraft:block/three_sea_pickles", + "y": 270 + } + ], + "pickles=4,waterlogged=false": [ + { + "model": "minecraft:block/four_dead_sea_pickles" + }, + { + "model": "minecraft:block/four_dead_sea_pickles", + "y": 90 + }, + { + "model": "minecraft:block/four_dead_sea_pickles", + "y": 180 + }, + { + "model": "minecraft:block/four_dead_sea_pickles", + "y": 270 + } + ], + "pickles=4,waterlogged=true": [ + { + "model": "minecraft:block/four_sea_pickles" + }, + { + "model": "minecraft:block/four_sea_pickles", + "y": 90 + }, + { + "model": "minecraft:block/four_sea_pickles", + "y": 180 + }, + { + "model": "minecraft:block/four_sea_pickles", + "y": 270 + } + ] + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/seagrass.json b/1.16.5/assets/minecraft/blockstates/seagrass.json new file mode 100644 index 00000000..045c721e --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/seagrass.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/seagrass" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/shroomlight.json b/1.16.5/assets/minecraft/blockstates/shroomlight.json new file mode 100644 index 00000000..300f41e8 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/shroomlight.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/shroomlight" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/shulker_box.json b/1.16.5/assets/minecraft/blockstates/shulker_box.json new file mode 100644 index 00000000..7248d53e --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/shulker_box.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/shulker_box" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/skeleton_skull.json b/1.16.5/assets/minecraft/blockstates/skeleton_skull.json new file mode 100644 index 00000000..3951e3ee --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/skeleton_skull.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/skull" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/skeleton_wall_skull.json b/1.16.5/assets/minecraft/blockstates/skeleton_wall_skull.json new file mode 100644 index 00000000..3951e3ee --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/skeleton_wall_skull.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/skull" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/slime_block.json b/1.16.5/assets/minecraft/blockstates/slime_block.json new file mode 100644 index 00000000..b7f071be --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/slime_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/slime_block" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/smithing_table.json b/1.16.5/assets/minecraft/blockstates/smithing_table.json new file mode 100644 index 00000000..627ae908 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/smithing_table.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/smithing_table" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/smoker.json b/1.16.5/assets/minecraft/blockstates/smoker.json new file mode 100644 index 00000000..f0a0fc9e --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/smoker.json @@ -0,0 +1,34 @@ +{ + "variants": { + "facing=east,lit=false": { + "model": "minecraft:block/smoker", + "y": 90 + }, + "facing=east,lit=true": { + "model": "minecraft:block/smoker_on", + "y": 90 + }, + "facing=north,lit=false": { + "model": "minecraft:block/smoker" + }, + "facing=north,lit=true": { + "model": "minecraft:block/smoker_on" + }, + "facing=south,lit=false": { + "model": "minecraft:block/smoker", + "y": 180 + }, + "facing=south,lit=true": { + "model": "minecraft:block/smoker_on", + "y": 180 + }, + "facing=west,lit=false": { + "model": "minecraft:block/smoker", + "y": 270 + }, + "facing=west,lit=true": { + "model": "minecraft:block/smoker_on", + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/smooth_quartz.json b/1.16.5/assets/minecraft/blockstates/smooth_quartz.json new file mode 100644 index 00000000..790912d3 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/smooth_quartz.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/smooth_quartz" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/smooth_quartz_slab.json b/1.16.5/assets/minecraft/blockstates/smooth_quartz_slab.json new file mode 100644 index 00000000..7741145d --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/smooth_quartz_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/smooth_quartz_slab" + }, + "type=double": { + "model": "minecraft:block/smooth_quartz" + }, + "type=top": { + "model": "minecraft:block/smooth_quartz_slab_top" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/smooth_quartz_stairs.json b/1.16.5/assets/minecraft/blockstates/smooth_quartz_stairs.json new file mode 100644 index 00000000..f917f38e --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/smooth_quartz_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/smooth_quartz_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/smooth_quartz_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/smooth_quartz_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/smooth_quartz_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/smooth_quartz_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/smooth_quartz_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/smooth_quartz_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/smooth_quartz_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/smooth_quartz_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/smooth_quartz_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/smooth_quartz_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/smooth_quartz_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/smooth_quartz_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/smooth_quartz_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/smooth_quartz_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/smooth_quartz_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/smooth_quartz_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/smooth_quartz_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/smooth_quartz_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/smooth_quartz_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/smooth_quartz_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/smooth_quartz_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/smooth_quartz_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/smooth_quartz_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/smooth_quartz_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/smooth_quartz_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/smooth_quartz_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/smooth_quartz_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/smooth_quartz_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/smooth_quartz_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/smooth_quartz_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/smooth_quartz_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/smooth_quartz_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/smooth_quartz_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/smooth_quartz_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/smooth_quartz_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/smooth_quartz_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/smooth_quartz_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/smooth_quartz_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/smooth_quartz_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/smooth_red_sandstone.json b/1.16.5/assets/minecraft/blockstates/smooth_red_sandstone.json new file mode 100644 index 00000000..5f441b0f --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/smooth_red_sandstone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/smooth_red_sandstone" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/smooth_red_sandstone_slab.json b/1.16.5/assets/minecraft/blockstates/smooth_red_sandstone_slab.json new file mode 100644 index 00000000..49aa61b0 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/smooth_red_sandstone_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/smooth_red_sandstone_slab" + }, + "type=double": { + "model": "minecraft:block/smooth_red_sandstone" + }, + "type=top": { + "model": "minecraft:block/smooth_red_sandstone_slab_top" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/smooth_red_sandstone_stairs.json b/1.16.5/assets/minecraft/blockstates/smooth_red_sandstone_stairs.json new file mode 100644 index 00000000..d0b5cdbf --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/smooth_red_sandstone_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/smooth_red_sandstone_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/smooth_red_sandstone_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/smooth_red_sandstone_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/smooth_red_sandstone_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/smooth_red_sandstone_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/smooth_red_sandstone_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/smooth_red_sandstone_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/smooth_red_sandstone_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/smooth_red_sandstone_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/smooth_red_sandstone_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/smooth_red_sandstone_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/smooth_red_sandstone_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/smooth_red_sandstone_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/smooth_red_sandstone_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/smooth_red_sandstone_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/smooth_red_sandstone_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/smooth_red_sandstone_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/smooth_red_sandstone_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/smooth_red_sandstone_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/smooth_red_sandstone_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/smooth_red_sandstone_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/smooth_red_sandstone_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/smooth_red_sandstone_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/smooth_red_sandstone_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/smooth_red_sandstone_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/smooth_red_sandstone_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/smooth_red_sandstone_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/smooth_red_sandstone_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/smooth_red_sandstone_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/smooth_red_sandstone_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/smooth_red_sandstone_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/smooth_red_sandstone_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/smooth_red_sandstone_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/smooth_red_sandstone_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/smooth_red_sandstone_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/smooth_red_sandstone_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/smooth_red_sandstone_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/smooth_red_sandstone_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/smooth_red_sandstone_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/smooth_red_sandstone_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/smooth_sandstone.json b/1.16.5/assets/minecraft/blockstates/smooth_sandstone.json new file mode 100644 index 00000000..fdc28aa9 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/smooth_sandstone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/smooth_sandstone" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/smooth_sandstone_slab.json b/1.16.5/assets/minecraft/blockstates/smooth_sandstone_slab.json new file mode 100644 index 00000000..988733be --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/smooth_sandstone_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/smooth_sandstone_slab" + }, + "type=double": { + "model": "minecraft:block/smooth_sandstone" + }, + "type=top": { + "model": "minecraft:block/smooth_sandstone_slab_top" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/smooth_sandstone_stairs.json b/1.16.5/assets/minecraft/blockstates/smooth_sandstone_stairs.json new file mode 100644 index 00000000..c35ece7b --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/smooth_sandstone_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/smooth_sandstone_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/smooth_sandstone_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/smooth_sandstone_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/smooth_sandstone_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/smooth_sandstone_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/smooth_sandstone_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/smooth_sandstone_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/smooth_sandstone_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/smooth_sandstone_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/smooth_sandstone_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/smooth_sandstone_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/smooth_sandstone_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/smooth_sandstone_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/smooth_sandstone_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/smooth_sandstone_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/smooth_sandstone_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/smooth_sandstone_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/smooth_sandstone_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/smooth_sandstone_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/smooth_sandstone_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/smooth_sandstone_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/smooth_sandstone_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/smooth_sandstone_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/smooth_sandstone_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/smooth_sandstone_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/smooth_sandstone_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/smooth_sandstone_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/smooth_sandstone_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/smooth_sandstone_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/smooth_sandstone_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/smooth_sandstone_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/smooth_sandstone_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/smooth_sandstone_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/smooth_sandstone_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/smooth_sandstone_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/smooth_sandstone_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/smooth_sandstone_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/smooth_sandstone_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/smooth_sandstone_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/smooth_sandstone_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/smooth_stone.json b/1.16.5/assets/minecraft/blockstates/smooth_stone.json new file mode 100644 index 00000000..a2fb9bfe --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/smooth_stone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/smooth_stone" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/smooth_stone_slab.json b/1.16.5/assets/minecraft/blockstates/smooth_stone_slab.json new file mode 100644 index 00000000..9150d679 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/smooth_stone_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/smooth_stone_slab" + }, + "type=double": { + "model": "minecraft:block/smooth_stone_slab_double" + }, + "type=top": { + "model": "minecraft:block/smooth_stone_slab_top" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/snow.json b/1.16.5/assets/minecraft/blockstates/snow.json new file mode 100644 index 00000000..a82cad93 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/snow.json @@ -0,0 +1,28 @@ +{ + "variants": { + "layers=1": { + "model": "minecraft:block/snow_height2" + }, + "layers=2": { + "model": "minecraft:block/snow_height4" + }, + "layers=3": { + "model": "minecraft:block/snow_height6" + }, + "layers=4": { + "model": "minecraft:block/snow_height8" + }, + "layers=5": { + "model": "minecraft:block/snow_height10" + }, + "layers=6": { + "model": "minecraft:block/snow_height12" + }, + "layers=7": { + "model": "minecraft:block/snow_height14" + }, + "layers=8": { + "model": "minecraft:block/snow_block" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/snow_block.json b/1.16.5/assets/minecraft/blockstates/snow_block.json new file mode 100644 index 00000000..eac19731 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/snow_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/snow_block" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/soul_campfire.json b/1.16.5/assets/minecraft/blockstates/soul_campfire.json new file mode 100644 index 00000000..9052d211 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/soul_campfire.json @@ -0,0 +1,34 @@ +{ + "variants": { + "facing=east,lit=false": { + "model": "minecraft:block/campfire_off", + "y": 270 + }, + "facing=east,lit=true": { + "model": "minecraft:block/soul_campfire", + "y": 270 + }, + "facing=north,lit=false": { + "model": "minecraft:block/campfire_off", + "y": 180 + }, + "facing=north,lit=true": { + "model": "minecraft:block/soul_campfire", + "y": 180 + }, + "facing=south,lit=false": { + "model": "minecraft:block/campfire_off" + }, + "facing=south,lit=true": { + "model": "minecraft:block/soul_campfire" + }, + "facing=west,lit=false": { + "model": "minecraft:block/campfire_off", + "y": 90 + }, + "facing=west,lit=true": { + "model": "minecraft:block/soul_campfire", + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/soul_fire.json b/1.16.5/assets/minecraft/blockstates/soul_fire.json new file mode 100644 index 00000000..bd637a77 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/soul_fire.json @@ -0,0 +1,90 @@ +{ + "multipart": [ + { + "apply": [ + { + "model": "minecraft:block/soul_fire_floor0" + }, + { + "model": "minecraft:block/soul_fire_floor1" + } + ] + }, + { + "apply": [ + { + "model": "minecraft:block/soul_fire_side0" + }, + { + "model": "minecraft:block/soul_fire_side1" + }, + { + "model": "minecraft:block/soul_fire_side_alt0" + }, + { + "model": "minecraft:block/soul_fire_side_alt1" + } + ] + }, + { + "apply": [ + { + "model": "minecraft:block/soul_fire_side0", + "y": 90 + }, + { + "model": "minecraft:block/soul_fire_side1", + "y": 90 + }, + { + "model": "minecraft:block/soul_fire_side_alt0", + "y": 90 + }, + { + "model": "minecraft:block/soul_fire_side_alt1", + "y": 90 + } + ] + }, + { + "apply": [ + { + "model": "minecraft:block/soul_fire_side0", + "y": 180 + }, + { + "model": "minecraft:block/soul_fire_side1", + "y": 180 + }, + { + "model": "minecraft:block/soul_fire_side_alt0", + "y": 180 + }, + { + "model": "minecraft:block/soul_fire_side_alt1", + "y": 180 + } + ] + }, + { + "apply": [ + { + "model": "minecraft:block/soul_fire_side0", + "y": 270 + }, + { + "model": "minecraft:block/soul_fire_side1", + "y": 270 + }, + { + "model": "minecraft:block/soul_fire_side_alt0", + "y": 270 + }, + { + "model": "minecraft:block/soul_fire_side_alt1", + "y": 270 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/soul_lantern.json b/1.16.5/assets/minecraft/blockstates/soul_lantern.json new file mode 100644 index 00000000..295698d6 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/soul_lantern.json @@ -0,0 +1,10 @@ +{ + "variants": { + "hanging=false": { + "model": "minecraft:block/soul_lantern" + }, + "hanging=true": { + "model": "minecraft:block/soul_lantern_hanging" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/soul_sand.json b/1.16.5/assets/minecraft/blockstates/soul_sand.json new file mode 100644 index 00000000..e28fd5ea --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/soul_sand.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/soul_sand" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/soul_soil.json b/1.16.5/assets/minecraft/blockstates/soul_soil.json new file mode 100644 index 00000000..df0da5f8 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/soul_soil.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/soul_soil" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/soul_torch.json b/1.16.5/assets/minecraft/blockstates/soul_torch.json new file mode 100644 index 00000000..be81df74 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/soul_torch.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/soul_torch" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/soul_wall_torch.json b/1.16.5/assets/minecraft/blockstates/soul_wall_torch.json new file mode 100644 index 00000000..653ffef8 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/soul_wall_torch.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/soul_wall_torch" + }, + "facing=north": { + "model": "minecraft:block/soul_wall_torch", + "y": 270 + }, + "facing=south": { + "model": "minecraft:block/soul_wall_torch", + "y": 90 + }, + "facing=west": { + "model": "minecraft:block/soul_wall_torch", + "y": 180 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/spawner.json b/1.16.5/assets/minecraft/blockstates/spawner.json new file mode 100644 index 00000000..9f2f1a05 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/spawner.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/spawner" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/sponge.json b/1.16.5/assets/minecraft/blockstates/sponge.json new file mode 100644 index 00000000..136e393a --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/sponge.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/sponge" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/spruce_button.json b/1.16.5/assets/minecraft/blockstates/spruce_button.json new file mode 100644 index 00000000..587b74ff --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/spruce_button.json @@ -0,0 +1,118 @@ +{ + "variants": { + "face=ceiling,facing=east,powered=false": { + "model": "minecraft:block/spruce_button", + "y": 270, + "x": 180 + }, + "face=ceiling,facing=east,powered=true": { + "model": "minecraft:block/spruce_button_pressed", + "y": 270, + "x": 180 + }, + "face=ceiling,facing=north,powered=false": { + "model": "minecraft:block/spruce_button", + "y": 180, + "x": 180 + }, + "face=ceiling,facing=north,powered=true": { + "model": "minecraft:block/spruce_button_pressed", + "y": 180, + "x": 180 + }, + "face=ceiling,facing=south,powered=false": { + "model": "minecraft:block/spruce_button", + "x": 180 + }, + "face=ceiling,facing=south,powered=true": { + "model": "minecraft:block/spruce_button_pressed", + "x": 180 + }, + "face=ceiling,facing=west,powered=false": { + "model": "minecraft:block/spruce_button", + "y": 90, + "x": 180 + }, + "face=ceiling,facing=west,powered=true": { + "model": "minecraft:block/spruce_button_pressed", + "y": 90, + "x": 180 + }, + "face=floor,facing=east,powered=false": { + "model": "minecraft:block/spruce_button", + "y": 90 + }, + "face=floor,facing=east,powered=true": { + "model": "minecraft:block/spruce_button_pressed", + "y": 90 + }, + "face=floor,facing=north,powered=false": { + "model": "minecraft:block/spruce_button" + }, + "face=floor,facing=north,powered=true": { + "model": "minecraft:block/spruce_button_pressed" + }, + "face=floor,facing=south,powered=false": { + "model": "minecraft:block/spruce_button", + "y": 180 + }, + "face=floor,facing=south,powered=true": { + "model": "minecraft:block/spruce_button_pressed", + "y": 180 + }, + "face=floor,facing=west,powered=false": { + "model": "minecraft:block/spruce_button", + "y": 270 + }, + "face=floor,facing=west,powered=true": { + "model": "minecraft:block/spruce_button_pressed", + "y": 270 + }, + "face=wall,facing=east,powered=false": { + "model": "minecraft:block/spruce_button", + "y": 90, + "x": 90, + "uvlock": true + }, + "face=wall,facing=east,powered=true": { + "model": "minecraft:block/spruce_button_pressed", + "y": 90, + "x": 90, + "uvlock": true + }, + "face=wall,facing=north,powered=false": { + "model": "minecraft:block/spruce_button", + "x": 90, + "uvlock": true + }, + "face=wall,facing=north,powered=true": { + "model": "minecraft:block/spruce_button_pressed", + "x": 90, + "uvlock": true + }, + "face=wall,facing=south,powered=false": { + "model": "minecraft:block/spruce_button", + "y": 180, + "x": 90, + "uvlock": true + }, + "face=wall,facing=south,powered=true": { + "model": "minecraft:block/spruce_button_pressed", + "y": 180, + "x": 90, + "uvlock": true + }, + "face=wall,facing=west,powered=false": { + "model": "minecraft:block/spruce_button", + "y": 270, + "x": 90, + "uvlock": true + }, + "face=wall,facing=west,powered=true": { + "model": "minecraft:block/spruce_button_pressed", + "y": 270, + "x": 90, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/spruce_door.json b/1.16.5/assets/minecraft/blockstates/spruce_door.json new file mode 100644 index 00000000..94dd4e1b --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/spruce_door.json @@ -0,0 +1,124 @@ +{ + "variants": { + "facing=east,half=lower,hinge=left,open=false": { + "model": "minecraft:block/spruce_door_bottom" + }, + "facing=east,half=lower,hinge=left,open=true": { + "model": "minecraft:block/spruce_door_bottom_hinge", + "y": 90 + }, + "facing=east,half=lower,hinge=right,open=false": { + "model": "minecraft:block/spruce_door_bottom_hinge" + }, + "facing=east,half=lower,hinge=right,open=true": { + "model": "minecraft:block/spruce_door_bottom", + "y": 270 + }, + "facing=east,half=upper,hinge=left,open=false": { + "model": "minecraft:block/spruce_door_top" + }, + "facing=east,half=upper,hinge=left,open=true": { + "model": "minecraft:block/spruce_door_top_hinge", + "y": 90 + }, + "facing=east,half=upper,hinge=right,open=false": { + "model": "minecraft:block/spruce_door_top_hinge" + }, + "facing=east,half=upper,hinge=right,open=true": { + "model": "minecraft:block/spruce_door_top", + "y": 270 + }, + "facing=north,half=lower,hinge=left,open=false": { + "model": "minecraft:block/spruce_door_bottom", + "y": 270 + }, + "facing=north,half=lower,hinge=left,open=true": { + "model": "minecraft:block/spruce_door_bottom_hinge" + }, + "facing=north,half=lower,hinge=right,open=false": { + "model": "minecraft:block/spruce_door_bottom_hinge", + "y": 270 + }, + "facing=north,half=lower,hinge=right,open=true": { + "model": "minecraft:block/spruce_door_bottom", + "y": 180 + }, + "facing=north,half=upper,hinge=left,open=false": { + "model": "minecraft:block/spruce_door_top", + "y": 270 + }, + "facing=north,half=upper,hinge=left,open=true": { + "model": "minecraft:block/spruce_door_top_hinge" + }, + "facing=north,half=upper,hinge=right,open=false": { + "model": "minecraft:block/spruce_door_top_hinge", + "y": 270 + }, + "facing=north,half=upper,hinge=right,open=true": { + "model": "minecraft:block/spruce_door_top", + "y": 180 + }, + "facing=south,half=lower,hinge=left,open=false": { + "model": "minecraft:block/spruce_door_bottom", + "y": 90 + }, + "facing=south,half=lower,hinge=left,open=true": { + "model": "minecraft:block/spruce_door_bottom_hinge", + "y": 180 + }, + "facing=south,half=lower,hinge=right,open=false": { + "model": "minecraft:block/spruce_door_bottom_hinge", + "y": 90 + }, + "facing=south,half=lower,hinge=right,open=true": { + "model": "minecraft:block/spruce_door_bottom" + }, + "facing=south,half=upper,hinge=left,open=false": { + "model": "minecraft:block/spruce_door_top", + "y": 90 + }, + "facing=south,half=upper,hinge=left,open=true": { + "model": "minecraft:block/spruce_door_top_hinge", + "y": 180 + }, + "facing=south,half=upper,hinge=right,open=false": { + "model": "minecraft:block/spruce_door_top_hinge", + "y": 90 + }, + "facing=south,half=upper,hinge=right,open=true": { + "model": "minecraft:block/spruce_door_top" + }, + "facing=west,half=lower,hinge=left,open=false": { + "model": "minecraft:block/spruce_door_bottom", + "y": 180 + }, + "facing=west,half=lower,hinge=left,open=true": { + "model": "minecraft:block/spruce_door_bottom_hinge", + "y": 270 + }, + "facing=west,half=lower,hinge=right,open=false": { + "model": "minecraft:block/spruce_door_bottom_hinge", + "y": 180 + }, + "facing=west,half=lower,hinge=right,open=true": { + "model": "minecraft:block/spruce_door_bottom", + "y": 90 + }, + "facing=west,half=upper,hinge=left,open=false": { + "model": "minecraft:block/spruce_door_top", + "y": 180 + }, + "facing=west,half=upper,hinge=left,open=true": { + "model": "minecraft:block/spruce_door_top_hinge", + "y": 270 + }, + "facing=west,half=upper,hinge=right,open=false": { + "model": "minecraft:block/spruce_door_top_hinge", + "y": 180 + }, + "facing=west,half=upper,hinge=right,open=true": { + "model": "minecraft:block/spruce_door_top", + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/spruce_fence.json b/1.16.5/assets/minecraft/blockstates/spruce_fence.json new file mode 100644 index 00000000..acbcbb3f --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/spruce_fence.json @@ -0,0 +1,48 @@ +{ + "multipart": [ + { + "apply": { + "model": "minecraft:block/spruce_fence_post" + } + }, + { + "when": { + "north": "true" + }, + "apply": { + "model": "minecraft:block/spruce_fence_side", + "uvlock": true + } + }, + { + "when": { + "east": "true" + }, + "apply": { + "model": "minecraft:block/spruce_fence_side", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "true" + }, + "apply": { + "model": "minecraft:block/spruce_fence_side", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "true" + }, + "apply": { + "model": "minecraft:block/spruce_fence_side", + "y": 270, + "uvlock": true + } + } + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/spruce_fence_gate.json b/1.16.5/assets/minecraft/blockstates/spruce_fence_gate.json new file mode 100644 index 00000000..30def8bc --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/spruce_fence_gate.json @@ -0,0 +1,80 @@ +{ + "variants": { + "facing=east,in_wall=false,open=false": { + "uvlock": true, + "y": 270, + "model": "minecraft:block/spruce_fence_gate" + }, + "facing=east,in_wall=false,open=true": { + "uvlock": true, + "y": 270, + "model": "minecraft:block/spruce_fence_gate_open" + }, + "facing=east,in_wall=true,open=false": { + "uvlock": true, + "y": 270, + "model": "minecraft:block/spruce_fence_gate_wall" + }, + "facing=east,in_wall=true,open=true": { + "uvlock": true, + "y": 270, + "model": "minecraft:block/spruce_fence_gate_wall_open" + }, + "facing=north,in_wall=false,open=false": { + "uvlock": true, + "y": 180, + "model": "minecraft:block/spruce_fence_gate" + }, + "facing=north,in_wall=false,open=true": { + "uvlock": true, + "y": 180, + "model": "minecraft:block/spruce_fence_gate_open" + }, + "facing=north,in_wall=true,open=false": { + "uvlock": true, + "y": 180, + "model": "minecraft:block/spruce_fence_gate_wall" + }, + "facing=north,in_wall=true,open=true": { + "uvlock": true, + "y": 180, + "model": "minecraft:block/spruce_fence_gate_wall_open" + }, + "facing=south,in_wall=false,open=false": { + "uvlock": true, + "model": "minecraft:block/spruce_fence_gate" + }, + "facing=south,in_wall=false,open=true": { + "uvlock": true, + "model": "minecraft:block/spruce_fence_gate_open" + }, + "facing=south,in_wall=true,open=false": { + "uvlock": true, + "model": "minecraft:block/spruce_fence_gate_wall" + }, + "facing=south,in_wall=true,open=true": { + "uvlock": true, + "model": "minecraft:block/spruce_fence_gate_wall_open" + }, + "facing=west,in_wall=false,open=false": { + "uvlock": true, + "y": 90, + "model": "minecraft:block/spruce_fence_gate" + }, + "facing=west,in_wall=false,open=true": { + "uvlock": true, + "y": 90, + "model": "minecraft:block/spruce_fence_gate_open" + }, + "facing=west,in_wall=true,open=false": { + "uvlock": true, + "y": 90, + "model": "minecraft:block/spruce_fence_gate_wall" + }, + "facing=west,in_wall=true,open=true": { + "uvlock": true, + "y": 90, + "model": "minecraft:block/spruce_fence_gate_wall_open" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/spruce_leaves.json b/1.16.5/assets/minecraft/blockstates/spruce_leaves.json new file mode 100644 index 00000000..c823b6c7 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/spruce_leaves.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/spruce_leaves" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/spruce_log.json b/1.16.5/assets/minecraft/blockstates/spruce_log.json new file mode 100644 index 00000000..126396ff --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/spruce_log.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/spruce_log_horizontal", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/spruce_log" + }, + "axis=z": { + "model": "minecraft:block/spruce_log_horizontal", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/spruce_planks.json b/1.16.5/assets/minecraft/blockstates/spruce_planks.json new file mode 100644 index 00000000..3299e4be --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/spruce_planks.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/spruce_planks" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/spruce_pressure_plate.json b/1.16.5/assets/minecraft/blockstates/spruce_pressure_plate.json new file mode 100644 index 00000000..9fef636c --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/spruce_pressure_plate.json @@ -0,0 +1,10 @@ +{ + "variants": { + "powered=false": { + "model": "minecraft:block/spruce_pressure_plate" + }, + "powered=true": { + "model": "minecraft:block/spruce_pressure_plate_down" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/spruce_sapling.json b/1.16.5/assets/minecraft/blockstates/spruce_sapling.json new file mode 100644 index 00000000..acecf89b --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/spruce_sapling.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/spruce_sapling" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/spruce_sign.json b/1.16.5/assets/minecraft/blockstates/spruce_sign.json new file mode 100644 index 00000000..ca088345 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/spruce_sign.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/spruce_sign" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/spruce_slab.json b/1.16.5/assets/minecraft/blockstates/spruce_slab.json new file mode 100644 index 00000000..c06bc123 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/spruce_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/spruce_slab" + }, + "type=double": { + "model": "minecraft:block/spruce_planks" + }, + "type=top": { + "model": "minecraft:block/spruce_slab_top" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/spruce_stairs.json b/1.16.5/assets/minecraft/blockstates/spruce_stairs.json new file mode 100644 index 00000000..c1e6d86d --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/spruce_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/spruce_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/spruce_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/spruce_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/spruce_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/spruce_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/spruce_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/spruce_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/spruce_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/spruce_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/spruce_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/spruce_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/spruce_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/spruce_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/spruce_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/spruce_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/spruce_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/spruce_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/spruce_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/spruce_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/spruce_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/spruce_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/spruce_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/spruce_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/spruce_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/spruce_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/spruce_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/spruce_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/spruce_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/spruce_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/spruce_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/spruce_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/spruce_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/spruce_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/spruce_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/spruce_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/spruce_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/spruce_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/spruce_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/spruce_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/spruce_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/spruce_trapdoor.json b/1.16.5/assets/minecraft/blockstates/spruce_trapdoor.json new file mode 100644 index 00000000..8aa277c2 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/spruce_trapdoor.json @@ -0,0 +1,69 @@ +{ + "variants": { + "facing=east,half=bottom,open=false": { + "model": "minecraft:block/spruce_trapdoor_bottom", + "y": 90 + }, + "facing=east,half=bottom,open=true": { + "model": "minecraft:block/spruce_trapdoor_open", + "y": 90 + }, + "facing=east,half=top,open=false": { + "model": "minecraft:block/spruce_trapdoor_top", + "y": 90 + }, + "facing=east,half=top,open=true": { + "model": "minecraft:block/spruce_trapdoor_open", + "x": 180, + "y": 270 + }, + "facing=north,half=bottom,open=false": { + "model": "minecraft:block/spruce_trapdoor_bottom" + }, + "facing=north,half=bottom,open=true": { + "model": "minecraft:block/spruce_trapdoor_open" + }, + "facing=north,half=top,open=false": { + "model": "minecraft:block/spruce_trapdoor_top" + }, + "facing=north,half=top,open=true": { + "model": "minecraft:block/spruce_trapdoor_open", + "x": 180, + "y": 180 + }, + "facing=south,half=bottom,open=false": { + "model": "minecraft:block/spruce_trapdoor_bottom", + "y": 180 + }, + "facing=south,half=bottom,open=true": { + "model": "minecraft:block/spruce_trapdoor_open", + "y": 180 + }, + "facing=south,half=top,open=false": { + "model": "minecraft:block/spruce_trapdoor_top", + "y": 180 + }, + "facing=south,half=top,open=true": { + "model": "minecraft:block/spruce_trapdoor_open", + "x": 180, + "y": 0 + }, + "facing=west,half=bottom,open=false": { + "model": "minecraft:block/spruce_trapdoor_bottom", + "y": 270 + }, + "facing=west,half=bottom,open=true": { + "model": "minecraft:block/spruce_trapdoor_open", + "y": 270 + }, + "facing=west,half=top,open=false": { + "model": "minecraft:block/spruce_trapdoor_top", + "y": 270 + }, + "facing=west,half=top,open=true": { + "model": "minecraft:block/spruce_trapdoor_open", + "x": 180, + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/spruce_wall_sign.json b/1.16.5/assets/minecraft/blockstates/spruce_wall_sign.json new file mode 100644 index 00000000..ca088345 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/spruce_wall_sign.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/spruce_sign" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/spruce_wood.json b/1.16.5/assets/minecraft/blockstates/spruce_wood.json new file mode 100644 index 00000000..19a9ffb2 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/spruce_wood.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/spruce_wood", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/spruce_wood" + }, + "axis=z": { + "model": "minecraft:block/spruce_wood", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/sticky_piston.json b/1.16.5/assets/minecraft/blockstates/sticky_piston.json new file mode 100644 index 00000000..ecd7db03 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/sticky_piston.json @@ -0,0 +1,50 @@ +{ + "variants": { + "extended=false,facing=down": { + "model": "minecraft:block/sticky_piston", + "x": 90 + }, + "extended=false,facing=east": { + "model": "minecraft:block/sticky_piston", + "y": 90 + }, + "extended=false,facing=north": { + "model": "minecraft:block/sticky_piston" + }, + "extended=false,facing=south": { + "model": "minecraft:block/sticky_piston", + "y": 180 + }, + "extended=false,facing=up": { + "model": "minecraft:block/sticky_piston", + "x": 270 + }, + "extended=false,facing=west": { + "model": "minecraft:block/sticky_piston", + "y": 270 + }, + "extended=true,facing=down": { + "model": "minecraft:block/piston_base", + "x": 90 + }, + "extended=true,facing=east": { + "model": "minecraft:block/piston_base", + "y": 90 + }, + "extended=true,facing=north": { + "model": "minecraft:block/piston_base" + }, + "extended=true,facing=south": { + "model": "minecraft:block/piston_base", + "y": 180 + }, + "extended=true,facing=up": { + "model": "minecraft:block/piston_base", + "x": 270 + }, + "extended=true,facing=west": { + "model": "minecraft:block/piston_base", + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/stone.json b/1.16.5/assets/minecraft/blockstates/stone.json new file mode 100644 index 00000000..c150ec29 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/stone.json @@ -0,0 +1,20 @@ +{ + "variants": { + "": [ + { + "model": "minecraft:block/stone" + }, + { + "model": "minecraft:block/stone_mirrored" + }, + { + "model": "minecraft:block/stone", + "y": 180 + }, + { + "model": "minecraft:block/stone_mirrored", + "y": 180 + } + ] + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/stone_brick_slab.json b/1.16.5/assets/minecraft/blockstates/stone_brick_slab.json new file mode 100644 index 00000000..bfa864b9 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/stone_brick_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/stone_brick_slab" + }, + "type=double": { + "model": "minecraft:block/stone_bricks" + }, + "type=top": { + "model": "minecraft:block/stone_brick_slab_top" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/stone_brick_stairs.json b/1.16.5/assets/minecraft/blockstates/stone_brick_stairs.json new file mode 100644 index 00000000..d96f57e3 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/stone_brick_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/stone_brick_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/stone_brick_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/stone_brick_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/stone_brick_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/stone_brick_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/stone_brick_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/stone_brick_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/stone_brick_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/stone_brick_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/stone_brick_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/stone_brick_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/stone_brick_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/stone_brick_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/stone_brick_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/stone_brick_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/stone_brick_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/stone_brick_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/stone_brick_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/stone_brick_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/stone_brick_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/stone_brick_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/stone_brick_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/stone_brick_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/stone_brick_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/stone_brick_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/stone_brick_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/stone_brick_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/stone_brick_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/stone_brick_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/stone_brick_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/stone_brick_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/stone_brick_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/stone_brick_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/stone_brick_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/stone_brick_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/stone_brick_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/stone_brick_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/stone_brick_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/stone_brick_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/stone_brick_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/stone_brick_wall.json b/1.16.5/assets/minecraft/blockstates/stone_brick_wall.json new file mode 100644 index 00000000..44ceb43b --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/stone_brick_wall.json @@ -0,0 +1,90 @@ +{ + "multipart": [ + { + "when": { + "up": "true" + }, + "apply": { + "model": "minecraft:block/stone_brick_wall_post" + } + }, + { + "when": { + "north": "low" + }, + "apply": { + "model": "minecraft:block/stone_brick_wall_side", + "uvlock": true + } + }, + { + "when": { + "east": "low" + }, + "apply": { + "model": "minecraft:block/stone_brick_wall_side", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "low" + }, + "apply": { + "model": "minecraft:block/stone_brick_wall_side", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "low" + }, + "apply": { + "model": "minecraft:block/stone_brick_wall_side", + "y": 270, + "uvlock": true + } + }, + { + "when": { + "north": "tall" + }, + "apply": { + "model": "minecraft:block/stone_brick_wall_side_tall", + "uvlock": true + } + }, + { + "when": { + "east": "tall" + }, + "apply": { + "model": "minecraft:block/stone_brick_wall_side_tall", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "tall" + }, + "apply": { + "model": "minecraft:block/stone_brick_wall_side_tall", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "tall" + }, + "apply": { + "model": "minecraft:block/stone_brick_wall_side_tall", + "y": 270, + "uvlock": true + } + } + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/stone_bricks.json b/1.16.5/assets/minecraft/blockstates/stone_bricks.json new file mode 100644 index 00000000..8a05daf0 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/stone_bricks.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/stone_bricks" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/stone_button.json b/1.16.5/assets/minecraft/blockstates/stone_button.json new file mode 100644 index 00000000..3052191c --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/stone_button.json @@ -0,0 +1,118 @@ +{ + "variants": { + "face=ceiling,facing=east,powered=false": { + "model": "minecraft:block/stone_button", + "y": 270, + "x": 180 + }, + "face=ceiling,facing=east,powered=true": { + "model": "minecraft:block/stone_button_pressed", + "y": 270, + "x": 180 + }, + "face=ceiling,facing=north,powered=false": { + "model": "minecraft:block/stone_button", + "y": 180, + "x": 180 + }, + "face=ceiling,facing=north,powered=true": { + "model": "minecraft:block/stone_button_pressed", + "y": 180, + "x": 180 + }, + "face=ceiling,facing=south,powered=false": { + "model": "minecraft:block/stone_button", + "x": 180 + }, + "face=ceiling,facing=south,powered=true": { + "model": "minecraft:block/stone_button_pressed", + "x": 180 + }, + "face=ceiling,facing=west,powered=false": { + "model": "minecraft:block/stone_button", + "y": 90, + "x": 180 + }, + "face=ceiling,facing=west,powered=true": { + "model": "minecraft:block/stone_button_pressed", + "y": 90, + "x": 180 + }, + "face=floor,facing=east,powered=false": { + "model": "minecraft:block/stone_button", + "y": 90 + }, + "face=floor,facing=east,powered=true": { + "model": "minecraft:block/stone_button_pressed", + "y": 90 + }, + "face=floor,facing=north,powered=false": { + "model": "minecraft:block/stone_button" + }, + "face=floor,facing=north,powered=true": { + "model": "minecraft:block/stone_button_pressed" + }, + "face=floor,facing=south,powered=false": { + "model": "minecraft:block/stone_button", + "y": 180 + }, + "face=floor,facing=south,powered=true": { + "model": "minecraft:block/stone_button_pressed", + "y": 180 + }, + "face=floor,facing=west,powered=false": { + "model": "minecraft:block/stone_button", + "y": 270 + }, + "face=floor,facing=west,powered=true": { + "model": "minecraft:block/stone_button_pressed", + "y": 270 + }, + "face=wall,facing=east,powered=false": { + "model": "minecraft:block/stone_button", + "y": 90, + "x": 90, + "uvlock": true + }, + "face=wall,facing=east,powered=true": { + "model": "minecraft:block/stone_button_pressed", + "y": 90, + "x": 90, + "uvlock": true + }, + "face=wall,facing=north,powered=false": { + "model": "minecraft:block/stone_button", + "x": 90, + "uvlock": true + }, + "face=wall,facing=north,powered=true": { + "model": "minecraft:block/stone_button_pressed", + "x": 90, + "uvlock": true + }, + "face=wall,facing=south,powered=false": { + "model": "minecraft:block/stone_button", + "y": 180, + "x": 90, + "uvlock": true + }, + "face=wall,facing=south,powered=true": { + "model": "minecraft:block/stone_button_pressed", + "y": 180, + "x": 90, + "uvlock": true + }, + "face=wall,facing=west,powered=false": { + "model": "minecraft:block/stone_button", + "y": 270, + "x": 90, + "uvlock": true + }, + "face=wall,facing=west,powered=true": { + "model": "minecraft:block/stone_button_pressed", + "y": 270, + "x": 90, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/stone_pressure_plate.json b/1.16.5/assets/minecraft/blockstates/stone_pressure_plate.json new file mode 100644 index 00000000..5be1b5ab --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/stone_pressure_plate.json @@ -0,0 +1,10 @@ +{ + "variants": { + "powered=false": { + "model": "minecraft:block/stone_pressure_plate" + }, + "powered=true": { + "model": "minecraft:block/stone_pressure_plate_down" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/stone_slab.json b/1.16.5/assets/minecraft/blockstates/stone_slab.json new file mode 100644 index 00000000..f37785ec --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/stone_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/stone_slab" + }, + "type=double": { + "model": "minecraft:block/stone" + }, + "type=top": { + "model": "minecraft:block/stone_slab_top" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/stone_stairs.json b/1.16.5/assets/minecraft/blockstates/stone_stairs.json new file mode 100644 index 00000000..45586b7a --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/stone_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/stone_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/stone_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/stone_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/stone_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/stone_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/stone_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/stone_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/stone_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/stone_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/stone_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/stone_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/stone_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/stone_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/stone_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/stone_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/stone_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/stone_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/stone_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/stone_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/stone_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/stone_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/stone_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/stone_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/stone_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/stone_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/stone_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/stone_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/stone_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/stone_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/stone_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/stone_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/stone_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/stone_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/stone_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/stone_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/stone_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/stone_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/stone_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/stone_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/stone_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/stonecutter.json b/1.16.5/assets/minecraft/blockstates/stonecutter.json new file mode 100644 index 00000000..c50b85fc --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/stonecutter.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/stonecutter", + "y": 90 + }, + "facing=north": { + "model": "minecraft:block/stonecutter" + }, + "facing=south": { + "model": "minecraft:block/stonecutter", + "y": 180 + }, + "facing=west": { + "model": "minecraft:block/stonecutter", + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/stripped_acacia_log.json b/1.16.5/assets/minecraft/blockstates/stripped_acacia_log.json new file mode 100644 index 00000000..53a60c9d --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/stripped_acacia_log.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/stripped_acacia_log_horizontal", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/stripped_acacia_log" + }, + "axis=z": { + "model": "minecraft:block/stripped_acacia_log_horizontal", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/stripped_acacia_wood.json b/1.16.5/assets/minecraft/blockstates/stripped_acacia_wood.json new file mode 100644 index 00000000..dd8d1f23 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/stripped_acacia_wood.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/stripped_acacia_wood", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/stripped_acacia_wood" + }, + "axis=z": { + "model": "minecraft:block/stripped_acacia_wood", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/stripped_birch_log.json b/1.16.5/assets/minecraft/blockstates/stripped_birch_log.json new file mode 100644 index 00000000..df57a526 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/stripped_birch_log.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/stripped_birch_log_horizontal", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/stripped_birch_log" + }, + "axis=z": { + "model": "minecraft:block/stripped_birch_log_horizontal", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/stripped_birch_wood.json b/1.16.5/assets/minecraft/blockstates/stripped_birch_wood.json new file mode 100644 index 00000000..6527d5df --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/stripped_birch_wood.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/stripped_birch_wood", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/stripped_birch_wood" + }, + "axis=z": { + "model": "minecraft:block/stripped_birch_wood", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/stripped_crimson_hyphae.json b/1.16.5/assets/minecraft/blockstates/stripped_crimson_hyphae.json new file mode 100644 index 00000000..3a04cefa --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/stripped_crimson_hyphae.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/stripped_crimson_hyphae", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/stripped_crimson_hyphae" + }, + "axis=z": { + "model": "minecraft:block/stripped_crimson_hyphae", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/stripped_crimson_stem.json b/1.16.5/assets/minecraft/blockstates/stripped_crimson_stem.json new file mode 100644 index 00000000..b04d30be --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/stripped_crimson_stem.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/stripped_crimson_stem", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/stripped_crimson_stem" + }, + "axis=z": { + "model": "minecraft:block/stripped_crimson_stem", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/stripped_dark_oak_log.json b/1.16.5/assets/minecraft/blockstates/stripped_dark_oak_log.json new file mode 100644 index 00000000..49d1824a --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/stripped_dark_oak_log.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/stripped_dark_oak_log_horizontal", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/stripped_dark_oak_log" + }, + "axis=z": { + "model": "minecraft:block/stripped_dark_oak_log_horizontal", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/stripped_dark_oak_wood.json b/1.16.5/assets/minecraft/blockstates/stripped_dark_oak_wood.json new file mode 100644 index 00000000..4bcfd1ea --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/stripped_dark_oak_wood.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/stripped_dark_oak_wood", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/stripped_dark_oak_wood" + }, + "axis=z": { + "model": "minecraft:block/stripped_dark_oak_wood", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/stripped_jungle_log.json b/1.16.5/assets/minecraft/blockstates/stripped_jungle_log.json new file mode 100644 index 00000000..b826bf8e --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/stripped_jungle_log.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/stripped_jungle_log_horizontal", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/stripped_jungle_log" + }, + "axis=z": { + "model": "minecraft:block/stripped_jungle_log_horizontal", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/stripped_jungle_wood.json b/1.16.5/assets/minecraft/blockstates/stripped_jungle_wood.json new file mode 100644 index 00000000..c2098761 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/stripped_jungle_wood.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/stripped_jungle_wood", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/stripped_jungle_wood" + }, + "axis=z": { + "model": "minecraft:block/stripped_jungle_wood", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/stripped_oak_log.json b/1.16.5/assets/minecraft/blockstates/stripped_oak_log.json new file mode 100644 index 00000000..b4a149bc --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/stripped_oak_log.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/stripped_oak_log_horizontal", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/stripped_oak_log" + }, + "axis=z": { + "model": "minecraft:block/stripped_oak_log_horizontal", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/stripped_oak_wood.json b/1.16.5/assets/minecraft/blockstates/stripped_oak_wood.json new file mode 100644 index 00000000..a8098d7c --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/stripped_oak_wood.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/stripped_oak_wood", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/stripped_oak_wood" + }, + "axis=z": { + "model": "minecraft:block/stripped_oak_wood", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/stripped_spruce_log.json b/1.16.5/assets/minecraft/blockstates/stripped_spruce_log.json new file mode 100644 index 00000000..060308fb --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/stripped_spruce_log.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/stripped_spruce_log_horizontal", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/stripped_spruce_log" + }, + "axis=z": { + "model": "minecraft:block/stripped_spruce_log_horizontal", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/stripped_spruce_wood.json b/1.16.5/assets/minecraft/blockstates/stripped_spruce_wood.json new file mode 100644 index 00000000..9473be64 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/stripped_spruce_wood.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/stripped_spruce_wood", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/stripped_spruce_wood" + }, + "axis=z": { + "model": "minecraft:block/stripped_spruce_wood", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/stripped_warped_hyphae.json b/1.16.5/assets/minecraft/blockstates/stripped_warped_hyphae.json new file mode 100644 index 00000000..66fd7e36 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/stripped_warped_hyphae.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/stripped_warped_hyphae", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/stripped_warped_hyphae" + }, + "axis=z": { + "model": "minecraft:block/stripped_warped_hyphae", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/stripped_warped_stem.json b/1.16.5/assets/minecraft/blockstates/stripped_warped_stem.json new file mode 100644 index 00000000..2e3fcc42 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/stripped_warped_stem.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/stripped_warped_stem", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/stripped_warped_stem" + }, + "axis=z": { + "model": "minecraft:block/stripped_warped_stem", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/structure_block.json b/1.16.5/assets/minecraft/blockstates/structure_block.json new file mode 100644 index 00000000..8a4c5b4b --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/structure_block.json @@ -0,0 +1,16 @@ +{ + "variants": { + "mode=corner": { + "model": "minecraft:block/structure_block_corner" + }, + "mode=data": { + "model": "minecraft:block/structure_block_data" + }, + "mode=load": { + "model": "minecraft:block/structure_block_load" + }, + "mode=save": { + "model": "minecraft:block/structure_block_save" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/structure_void.json b/1.16.5/assets/minecraft/blockstates/structure_void.json new file mode 100644 index 00000000..50c9d574 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/structure_void.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/structure_void" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/sugar_cane.json b/1.16.5/assets/minecraft/blockstates/sugar_cane.json new file mode 100644 index 00000000..3eb91442 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/sugar_cane.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/sugar_cane" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/sunflower.json b/1.16.5/assets/minecraft/blockstates/sunflower.json new file mode 100644 index 00000000..18297b4b --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/sunflower.json @@ -0,0 +1,10 @@ +{ + "variants": { + "half=lower": { + "model": "minecraft:block/sunflower_bottom" + }, + "half=upper": { + "model": "minecraft:block/sunflower_top" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/sweet_berry_bush.json b/1.16.5/assets/minecraft/blockstates/sweet_berry_bush.json new file mode 100644 index 00000000..131d7a70 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/sweet_berry_bush.json @@ -0,0 +1,16 @@ +{ + "variants": { + "age=0": { + "model": "minecraft:block/sweet_berry_bush_stage0" + }, + "age=1": { + "model": "minecraft:block/sweet_berry_bush_stage1" + }, + "age=2": { + "model": "minecraft:block/sweet_berry_bush_stage2" + }, + "age=3": { + "model": "minecraft:block/sweet_berry_bush_stage3" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/tall_grass.json b/1.16.5/assets/minecraft/blockstates/tall_grass.json new file mode 100644 index 00000000..b014f0ba --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/tall_grass.json @@ -0,0 +1,10 @@ +{ + "variants": { + "half=lower": { + "model": "minecraft:block/tall_grass_bottom" + }, + "half=upper": { + "model": "minecraft:block/tall_grass_top" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/tall_seagrass.json b/1.16.5/assets/minecraft/blockstates/tall_seagrass.json new file mode 100644 index 00000000..c20e9a29 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/tall_seagrass.json @@ -0,0 +1,10 @@ +{ + "variants": { + "half=lower": { + "model": "minecraft:block/tall_seagrass_bottom" + }, + "half=upper": { + "model": "minecraft:block/tall_seagrass_top" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/target.json b/1.16.5/assets/minecraft/blockstates/target.json new file mode 100644 index 00000000..7077459d --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/target.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/target" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/terracotta.json b/1.16.5/assets/minecraft/blockstates/terracotta.json new file mode 100644 index 00000000..985d001a --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/terracotta.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/terracotta" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/tnt.json b/1.16.5/assets/minecraft/blockstates/tnt.json new file mode 100644 index 00000000..a806a7de --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/tnt.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/tnt" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/torch.json b/1.16.5/assets/minecraft/blockstates/torch.json new file mode 100644 index 00000000..7d14911a --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/torch.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/torch" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/trapped_chest.json b/1.16.5/assets/minecraft/blockstates/trapped_chest.json new file mode 100644 index 00000000..f78fa579 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/trapped_chest.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/chest" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/tripwire.json b/1.16.5/assets/minecraft/blockstates/tripwire.json new file mode 100644 index 00000000..db2aed53 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/tripwire.json @@ -0,0 +1,120 @@ +{ + "variants": { + "attached=false,east=false,north=false,south=false,west=false": { + "model": "minecraft:block/tripwire_ns" + }, + "attached=false,east=false,north=false,south=false,west=true": { + "model": "minecraft:block/tripwire_n", + "y": 270 + }, + "attached=false,east=false,north=false,south=true,west=false": { + "model": "minecraft:block/tripwire_n", + "y": 180 + }, + "attached=false,east=false,north=false,south=true,west=true": { + "model": "minecraft:block/tripwire_ne", + "y": 180 + }, + "attached=false,east=false,north=true,south=false,west=false": { + "model": "minecraft:block/tripwire_n" + }, + "attached=false,east=false,north=true,south=false,west=true": { + "model": "minecraft:block/tripwire_ne", + "y": 270 + }, + "attached=false,east=false,north=true,south=true,west=false": { + "model": "minecraft:block/tripwire_ns" + }, + "attached=false,east=false,north=true,south=true,west=true": { + "model": "minecraft:block/tripwire_nse", + "y": 180 + }, + "attached=false,east=true,north=false,south=false,west=false": { + "model": "minecraft:block/tripwire_n", + "y": 90 + }, + "attached=false,east=true,north=false,south=false,west=true": { + "model": "minecraft:block/tripwire_ns", + "y": 90 + }, + "attached=false,east=true,north=false,south=true,west=false": { + "model": "minecraft:block/tripwire_ne", + "y": 90 + }, + "attached=false,east=true,north=false,south=true,west=true": { + "model": "minecraft:block/tripwire_nse", + "y": 90 + }, + "attached=false,east=true,north=true,south=false,west=false": { + "model": "minecraft:block/tripwire_ne" + }, + "attached=false,east=true,north=true,south=false,west=true": { + "model": "minecraft:block/tripwire_nse", + "y": 270 + }, + "attached=false,east=true,north=true,south=true,west=false": { + "model": "minecraft:block/tripwire_nse" + }, + "attached=false,east=true,north=true,south=true,west=true": { + "model": "minecraft:block/tripwire_nsew" + }, + "attached=true,east=false,north=false,south=false,west=false": { + "model": "minecraft:block/tripwire_attached_ns" + }, + "attached=true,east=false,north=false,south=false,west=true": { + "model": "minecraft:block/tripwire_attached_n", + "y": 270 + }, + "attached=true,east=false,north=false,south=true,west=false": { + "model": "minecraft:block/tripwire_attached_n", + "y": 180 + }, + "attached=true,east=false,north=false,south=true,west=true": { + "model": "minecraft:block/tripwire_attached_ne", + "y": 180 + }, + "attached=true,east=false,north=true,south=false,west=false": { + "model": "minecraft:block/tripwire_attached_n" + }, + "attached=true,east=false,north=true,south=false,west=true": { + "model": "minecraft:block/tripwire_attached_ne", + "y": 270 + }, + "attached=true,east=false,north=true,south=true,west=false": { + "model": "minecraft:block/tripwire_attached_ns" + }, + "attached=true,east=false,north=true,south=true,west=true": { + "model": "minecraft:block/tripwire_attached_nse", + "y": 180 + }, + "attached=true,east=true,north=false,south=false,west=false": { + "model": "minecraft:block/tripwire_attached_n", + "y": 90 + }, + "attached=true,east=true,north=false,south=false,west=true": { + "model": "minecraft:block/tripwire_attached_ns", + "y": 90 + }, + "attached=true,east=true,north=false,south=true,west=false": { + "model": "minecraft:block/tripwire_attached_ne", + "y": 90 + }, + "attached=true,east=true,north=false,south=true,west=true": { + "model": "minecraft:block/tripwire_attached_nse", + "y": 90 + }, + "attached=true,east=true,north=true,south=false,west=false": { + "model": "minecraft:block/tripwire_attached_ne" + }, + "attached=true,east=true,north=true,south=false,west=true": { + "model": "minecraft:block/tripwire_attached_nse", + "y": 270 + }, + "attached=true,east=true,north=true,south=true,west=false": { + "model": "minecraft:block/tripwire_attached_nse" + }, + "attached=true,east=true,north=true,south=true,west=true": { + "model": "minecraft:block/tripwire_attached_nsew" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/tripwire_hook.json b/1.16.5/assets/minecraft/blockstates/tripwire_hook.json new file mode 100644 index 00000000..67389727 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/tripwire_hook.json @@ -0,0 +1,64 @@ +{ + "variants": { + "attached=false,facing=east,powered=false": { + "model": "minecraft:block/tripwire_hook", + "y": 90 + }, + "attached=false,facing=east,powered=true": { + "model": "minecraft:block/tripwire_hook_on", + "y": 90 + }, + "attached=false,facing=north,powered=false": { + "model": "minecraft:block/tripwire_hook" + }, + "attached=false,facing=north,powered=true": { + "model": "minecraft:block/tripwire_hook_on" + }, + "attached=false,facing=south,powered=false": { + "model": "minecraft:block/tripwire_hook", + "y": 180 + }, + "attached=false,facing=south,powered=true": { + "model": "minecraft:block/tripwire_hook_on", + "y": 180 + }, + "attached=false,facing=west,powered=false": { + "model": "minecraft:block/tripwire_hook", + "y": 270 + }, + "attached=false,facing=west,powered=true": { + "model": "minecraft:block/tripwire_hook_on", + "y": 270 + }, + "attached=true,facing=east,powered=false": { + "model": "minecraft:block/tripwire_hook_attached", + "y": 90 + }, + "attached=true,facing=east,powered=true": { + "model": "minecraft:block/tripwire_hook_attached_on", + "y": 90 + }, + "attached=true,facing=north,powered=false": { + "model": "minecraft:block/tripwire_hook_attached" + }, + "attached=true,facing=north,powered=true": { + "model": "minecraft:block/tripwire_hook_attached_on" + }, + "attached=true,facing=south,powered=false": { + "model": "minecraft:block/tripwire_hook_attached", + "y": 180 + }, + "attached=true,facing=south,powered=true": { + "model": "minecraft:block/tripwire_hook_attached_on", + "y": 180 + }, + "attached=true,facing=west,powered=false": { + "model": "minecraft:block/tripwire_hook_attached", + "y": 270 + }, + "attached=true,facing=west,powered=true": { + "model": "minecraft:block/tripwire_hook_attached_on", + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/tube_coral.json b/1.16.5/assets/minecraft/blockstates/tube_coral.json new file mode 100644 index 00000000..89f37627 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/tube_coral.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/tube_coral" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/tube_coral_block.json b/1.16.5/assets/minecraft/blockstates/tube_coral_block.json new file mode 100644 index 00000000..68894a85 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/tube_coral_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/tube_coral_block" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/tube_coral_fan.json b/1.16.5/assets/minecraft/blockstates/tube_coral_fan.json new file mode 100644 index 00000000..518de272 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/tube_coral_fan.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/tube_coral_fan" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/tube_coral_wall_fan.json b/1.16.5/assets/minecraft/blockstates/tube_coral_wall_fan.json new file mode 100644 index 00000000..31a626a1 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/tube_coral_wall_fan.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/tube_coral_wall_fan", + "y": 90 + }, + "facing=north": { + "model": "minecraft:block/tube_coral_wall_fan" + }, + "facing=south": { + "model": "minecraft:block/tube_coral_wall_fan", + "y": 180 + }, + "facing=west": { + "model": "minecraft:block/tube_coral_wall_fan", + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/turtle_egg.json b/1.16.5/assets/minecraft/blockstates/turtle_egg.json new file mode 100644 index 00000000..ac5157d6 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/turtle_egg.json @@ -0,0 +1,208 @@ +{ + "variants": { + "eggs=1,hatch=0": [ + { + "model": "minecraft:block/turtle_egg" + }, + { + "model": "minecraft:block/turtle_egg", + "y": 90 + }, + { + "model": "minecraft:block/turtle_egg", + "y": 180 + }, + { + "model": "minecraft:block/turtle_egg", + "y": 270 + } + ], + "eggs=1,hatch=1": [ + { + "model": "minecraft:block/slightly_cracked_turtle_egg" + }, + { + "model": "minecraft:block/slightly_cracked_turtle_egg", + "y": 90 + }, + { + "model": "minecraft:block/slightly_cracked_turtle_egg", + "y": 180 + }, + { + "model": "minecraft:block/slightly_cracked_turtle_egg", + "y": 270 + } + ], + "eggs=1,hatch=2": [ + { + "model": "minecraft:block/very_cracked_turtle_egg" + }, + { + "model": "minecraft:block/very_cracked_turtle_egg", + "y": 90 + }, + { + "model": "minecraft:block/very_cracked_turtle_egg", + "y": 180 + }, + { + "model": "minecraft:block/very_cracked_turtle_egg", + "y": 270 + } + ], + "eggs=2,hatch=0": [ + { + "model": "minecraft:block/two_turtle_eggs" + }, + { + "model": "minecraft:block/two_turtle_eggs", + "y": 90 + }, + { + "model": "minecraft:block/two_turtle_eggs", + "y": 180 + }, + { + "model": "minecraft:block/two_turtle_eggs", + "y": 270 + } + ], + "eggs=2,hatch=1": [ + { + "model": "minecraft:block/two_slightly_cracked_turtle_eggs" + }, + { + "model": "minecraft:block/two_slightly_cracked_turtle_eggs", + "y": 90 + }, + { + "model": "minecraft:block/two_slightly_cracked_turtle_eggs", + "y": 180 + }, + { + "model": "minecraft:block/two_slightly_cracked_turtle_eggs", + "y": 270 + } + ], + "eggs=2,hatch=2": [ + { + "model": "minecraft:block/two_very_cracked_turtle_eggs" + }, + { + "model": "minecraft:block/two_very_cracked_turtle_eggs", + "y": 90 + }, + { + "model": "minecraft:block/two_very_cracked_turtle_eggs", + "y": 180 + }, + { + "model": "minecraft:block/two_very_cracked_turtle_eggs", + "y": 270 + } + ], + "eggs=3,hatch=0": [ + { + "model": "minecraft:block/three_turtle_eggs" + }, + { + "model": "minecraft:block/three_turtle_eggs", + "y": 90 + }, + { + "model": "minecraft:block/three_turtle_eggs", + "y": 180 + }, + { + "model": "minecraft:block/three_turtle_eggs", + "y": 270 + } + ], + "eggs=3,hatch=1": [ + { + "model": "minecraft:block/three_slightly_cracked_turtle_eggs" + }, + { + "model": "minecraft:block/three_slightly_cracked_turtle_eggs", + "y": 90 + }, + { + "model": "minecraft:block/three_slightly_cracked_turtle_eggs", + "y": 180 + }, + { + "model": "minecraft:block/three_slightly_cracked_turtle_eggs", + "y": 270 + } + ], + "eggs=3,hatch=2": [ + { + "model": "minecraft:block/three_very_cracked_turtle_eggs" + }, + { + "model": "minecraft:block/three_very_cracked_turtle_eggs", + "y": 90 + }, + { + "model": "minecraft:block/three_very_cracked_turtle_eggs", + "y": 180 + }, + { + "model": "minecraft:block/three_very_cracked_turtle_eggs", + "y": 270 + } + ], + "eggs=4,hatch=0": [ + { + "model": "minecraft:block/four_turtle_eggs" + }, + { + "model": "minecraft:block/four_turtle_eggs", + "y": 90 + }, + { + "model": "minecraft:block/four_turtle_eggs", + "y": 180 + }, + { + "model": "minecraft:block/four_turtle_eggs", + "y": 270 + } + ], + "eggs=4,hatch=1": [ + { + "model": "minecraft:block/four_slightly_cracked_turtle_eggs" + }, + { + "model": "minecraft:block/four_slightly_cracked_turtle_eggs", + "y": 90 + }, + { + "model": "minecraft:block/four_slightly_cracked_turtle_eggs", + "y": 180 + }, + { + "model": "minecraft:block/four_slightly_cracked_turtle_eggs", + "y": 270 + } + ], + "eggs=4,hatch=2": [ + { + "model": "minecraft:block/four_very_cracked_turtle_eggs" + }, + { + "model": "minecraft:block/four_very_cracked_turtle_eggs", + "y": 90 + }, + { + "model": "minecraft:block/four_very_cracked_turtle_eggs", + "y": 180 + }, + { + "model": "minecraft:block/four_very_cracked_turtle_eggs", + "y": 270 + } + ] + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/twisting_vines.json b/1.16.5/assets/minecraft/blockstates/twisting_vines.json new file mode 100644 index 00000000..baef54f8 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/twisting_vines.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/twisting_vines" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/twisting_vines_plant.json b/1.16.5/assets/minecraft/blockstates/twisting_vines_plant.json new file mode 100644 index 00000000..83020268 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/twisting_vines_plant.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/twisting_vines_plant" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/vine.json b/1.16.5/assets/minecraft/blockstates/vine.json new file mode 100644 index 00000000..57796732 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/vine.json @@ -0,0 +1,120 @@ +{ + "variants": { + "east=false,north=false,south=false,up=false,west=false": { + "model": "minecraft:block/vine_1" + }, + "east=false,north=false,south=false,up=false,west=true": { + "model": "minecraft:block/vine_1", + "y": 90 + }, + "east=false,north=false,south=false,up=true,west=false": { + "model": "minecraft:block/vine_u" + }, + "east=false,north=false,south=false,up=true,west=true": { + "model": "minecraft:block/vine_1u", + "y": 90 + }, + "east=false,north=false,south=true,up=false,west=false": { + "model": "minecraft:block/vine_1" + }, + "east=false,north=false,south=true,up=false,west=true": { + "model": "minecraft:block/vine_2", + "y": 180 + }, + "east=false,north=false,south=true,up=true,west=false": { + "model": "minecraft:block/vine_1u" + }, + "east=false,north=false,south=true,up=true,west=true": { + "model": "minecraft:block/vine_2u", + "y": 180 + }, + "east=false,north=true,south=false,up=false,west=false": { + "model": "minecraft:block/vine_1", + "y": 180 + }, + "east=false,north=true,south=false,up=false,west=true": { + "model": "minecraft:block/vine_2", + "y": 270 + }, + "east=false,north=true,south=false,up=true,west=false": { + "model": "minecraft:block/vine_1u", + "y": 180 + }, + "east=false,north=true,south=false,up=true,west=true": { + "model": "minecraft:block/vine_2u", + "y": 270 + }, + "east=false,north=true,south=true,up=false,west=false": { + "model": "minecraft:block/vine_2_opposite", + "y": 90 + }, + "east=false,north=true,south=true,up=false,west=true": { + "model": "minecraft:block/vine_3", + "y": 180 + }, + "east=false,north=true,south=true,up=true,west=false": { + "model": "minecraft:block/vine_2u_opposite", + "y": 90 + }, + "east=false,north=true,south=true,up=true,west=true": { + "model": "minecraft:block/vine_3u", + "y": 180 + }, + "east=true,north=false,south=false,up=false,west=false": { + "model": "minecraft:block/vine_1", + "y": 270 + }, + "east=true,north=false,south=false,up=false,west=true": { + "model": "minecraft:block/vine_2_opposite" + }, + "east=true,north=false,south=false,up=true,west=false": { + "model": "minecraft:block/vine_1u", + "y": 270 + }, + "east=true,north=false,south=false,up=true,west=true": { + "model": "minecraft:block/vine_2u_opposite" + }, + "east=true,north=false,south=true,up=false,west=false": { + "model": "minecraft:block/vine_2", + "y": 90 + }, + "east=true,north=false,south=true,up=false,west=true": { + "model": "minecraft:block/vine_3", + "y": 90 + }, + "east=true,north=false,south=true,up=true,west=false": { + "model": "minecraft:block/vine_2u", + "y": 90 + }, + "east=true,north=false,south=true,up=true,west=true": { + "model": "minecraft:block/vine_3u", + "y": 90 + }, + "east=true,north=true,south=false,up=false,west=false": { + "model": "minecraft:block/vine_2" + }, + "east=true,north=true,south=false,up=false,west=true": { + "model": "minecraft:block/vine_3", + "y": 270 + }, + "east=true,north=true,south=false,up=true,west=false": { + "model": "minecraft:block/vine_2u" + }, + "east=true,north=true,south=false,up=true,west=true": { + "model": "minecraft:block/vine_3u", + "y": 270 + }, + "east=true,north=true,south=true,up=false,west=false": { + "model": "minecraft:block/vine_3" + }, + "east=true,north=true,south=true,up=false,west=true": { + "model": "minecraft:block/vine_4" + }, + "east=true,north=true,south=true,up=true,west=false": { + "model": "minecraft:block/vine_3u" + }, + "east=true,north=true,south=true,up=true,west=true": { + "model": "minecraft:block/vine_4u" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/void_air.json b/1.16.5/assets/minecraft/blockstates/void_air.json new file mode 100644 index 00000000..2c8f02f0 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/void_air.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/air" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/wall_torch.json b/1.16.5/assets/minecraft/blockstates/wall_torch.json new file mode 100644 index 00000000..7314344c --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/wall_torch.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/wall_torch" + }, + "facing=north": { + "model": "minecraft:block/wall_torch", + "y": 270 + }, + "facing=south": { + "model": "minecraft:block/wall_torch", + "y": 90 + }, + "facing=west": { + "model": "minecraft:block/wall_torch", + "y": 180 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/warped_button.json b/1.16.5/assets/minecraft/blockstates/warped_button.json new file mode 100644 index 00000000..9fae2ee9 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/warped_button.json @@ -0,0 +1,118 @@ +{ + "variants": { + "face=ceiling,facing=east,powered=false": { + "model": "minecraft:block/warped_button", + "y": 270, + "x": 180 + }, + "face=ceiling,facing=east,powered=true": { + "model": "minecraft:block/warped_button_pressed", + "y": 270, + "x": 180 + }, + "face=ceiling,facing=north,powered=false": { + "model": "minecraft:block/warped_button", + "y": 180, + "x": 180 + }, + "face=ceiling,facing=north,powered=true": { + "model": "minecraft:block/warped_button_pressed", + "y": 180, + "x": 180 + }, + "face=ceiling,facing=south,powered=false": { + "model": "minecraft:block/warped_button", + "x": 180 + }, + "face=ceiling,facing=south,powered=true": { + "model": "minecraft:block/warped_button_pressed", + "x": 180 + }, + "face=ceiling,facing=west,powered=false": { + "model": "minecraft:block/warped_button", + "y": 90, + "x": 180 + }, + "face=ceiling,facing=west,powered=true": { + "model": "minecraft:block/warped_button_pressed", + "y": 90, + "x": 180 + }, + "face=floor,facing=east,powered=false": { + "model": "minecraft:block/warped_button", + "y": 90 + }, + "face=floor,facing=east,powered=true": { + "model": "minecraft:block/warped_button_pressed", + "y": 90 + }, + "face=floor,facing=north,powered=false": { + "model": "minecraft:block/warped_button" + }, + "face=floor,facing=north,powered=true": { + "model": "minecraft:block/warped_button_pressed" + }, + "face=floor,facing=south,powered=false": { + "model": "minecraft:block/warped_button", + "y": 180 + }, + "face=floor,facing=south,powered=true": { + "model": "minecraft:block/warped_button_pressed", + "y": 180 + }, + "face=floor,facing=west,powered=false": { + "model": "minecraft:block/warped_button", + "y": 270 + }, + "face=floor,facing=west,powered=true": { + "model": "minecraft:block/warped_button_pressed", + "y": 270 + }, + "face=wall,facing=east,powered=false": { + "model": "minecraft:block/warped_button", + "y": 90, + "x": 90, + "uvlock": true + }, + "face=wall,facing=east,powered=true": { + "model": "minecraft:block/warped_button_pressed", + "y": 90, + "x": 90, + "uvlock": true + }, + "face=wall,facing=north,powered=false": { + "model": "minecraft:block/warped_button", + "x": 90, + "uvlock": true + }, + "face=wall,facing=north,powered=true": { + "model": "minecraft:block/warped_button_pressed", + "x": 90, + "uvlock": true + }, + "face=wall,facing=south,powered=false": { + "model": "minecraft:block/warped_button", + "y": 180, + "x": 90, + "uvlock": true + }, + "face=wall,facing=south,powered=true": { + "model": "minecraft:block/warped_button_pressed", + "y": 180, + "x": 90, + "uvlock": true + }, + "face=wall,facing=west,powered=false": { + "model": "minecraft:block/warped_button", + "y": 270, + "x": 90, + "uvlock": true + }, + "face=wall,facing=west,powered=true": { + "model": "minecraft:block/warped_button_pressed", + "y": 270, + "x": 90, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/warped_door.json b/1.16.5/assets/minecraft/blockstates/warped_door.json new file mode 100644 index 00000000..c81e0129 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/warped_door.json @@ -0,0 +1,124 @@ +{ + "variants": { + "facing=east,half=lower,hinge=left,open=false": { + "model": "minecraft:block/warped_door_bottom" + }, + "facing=east,half=lower,hinge=left,open=true": { + "model": "minecraft:block/warped_door_bottom_hinge", + "y": 90 + }, + "facing=east,half=lower,hinge=right,open=false": { + "model": "minecraft:block/warped_door_bottom_hinge" + }, + "facing=east,half=lower,hinge=right,open=true": { + "model": "minecraft:block/warped_door_bottom", + "y": 270 + }, + "facing=east,half=upper,hinge=left,open=false": { + "model": "minecraft:block/warped_door_top" + }, + "facing=east,half=upper,hinge=left,open=true": { + "model": "minecraft:block/warped_door_top_hinge", + "y": 90 + }, + "facing=east,half=upper,hinge=right,open=false": { + "model": "minecraft:block/warped_door_top_hinge" + }, + "facing=east,half=upper,hinge=right,open=true": { + "model": "minecraft:block/warped_door_top", + "y": 270 + }, + "facing=north,half=lower,hinge=left,open=false": { + "model": "minecraft:block/warped_door_bottom", + "y": 270 + }, + "facing=north,half=lower,hinge=left,open=true": { + "model": "minecraft:block/warped_door_bottom_hinge" + }, + "facing=north,half=lower,hinge=right,open=false": { + "model": "minecraft:block/warped_door_bottom_hinge", + "y": 270 + }, + "facing=north,half=lower,hinge=right,open=true": { + "model": "minecraft:block/warped_door_bottom", + "y": 180 + }, + "facing=north,half=upper,hinge=left,open=false": { + "model": "minecraft:block/warped_door_top", + "y": 270 + }, + "facing=north,half=upper,hinge=left,open=true": { + "model": "minecraft:block/warped_door_top_hinge" + }, + "facing=north,half=upper,hinge=right,open=false": { + "model": "minecraft:block/warped_door_top_hinge", + "y": 270 + }, + "facing=north,half=upper,hinge=right,open=true": { + "model": "minecraft:block/warped_door_top", + "y": 180 + }, + "facing=south,half=lower,hinge=left,open=false": { + "model": "minecraft:block/warped_door_bottom", + "y": 90 + }, + "facing=south,half=lower,hinge=left,open=true": { + "model": "minecraft:block/warped_door_bottom_hinge", + "y": 180 + }, + "facing=south,half=lower,hinge=right,open=false": { + "model": "minecraft:block/warped_door_bottom_hinge", + "y": 90 + }, + "facing=south,half=lower,hinge=right,open=true": { + "model": "minecraft:block/warped_door_bottom" + }, + "facing=south,half=upper,hinge=left,open=false": { + "model": "minecraft:block/warped_door_top", + "y": 90 + }, + "facing=south,half=upper,hinge=left,open=true": { + "model": "minecraft:block/warped_door_top_hinge", + "y": 180 + }, + "facing=south,half=upper,hinge=right,open=false": { + "model": "minecraft:block/warped_door_top_hinge", + "y": 90 + }, + "facing=south,half=upper,hinge=right,open=true": { + "model": "minecraft:block/warped_door_top" + }, + "facing=west,half=lower,hinge=left,open=false": { + "model": "minecraft:block/warped_door_bottom", + "y": 180 + }, + "facing=west,half=lower,hinge=left,open=true": { + "model": "minecraft:block/warped_door_bottom_hinge", + "y": 270 + }, + "facing=west,half=lower,hinge=right,open=false": { + "model": "minecraft:block/warped_door_bottom_hinge", + "y": 180 + }, + "facing=west,half=lower,hinge=right,open=true": { + "model": "minecraft:block/warped_door_bottom", + "y": 90 + }, + "facing=west,half=upper,hinge=left,open=false": { + "model": "minecraft:block/warped_door_top", + "y": 180 + }, + "facing=west,half=upper,hinge=left,open=true": { + "model": "minecraft:block/warped_door_top_hinge", + "y": 270 + }, + "facing=west,half=upper,hinge=right,open=false": { + "model": "minecraft:block/warped_door_top_hinge", + "y": 180 + }, + "facing=west,half=upper,hinge=right,open=true": { + "model": "minecraft:block/warped_door_top", + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/warped_fence.json b/1.16.5/assets/minecraft/blockstates/warped_fence.json new file mode 100644 index 00000000..1df101be --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/warped_fence.json @@ -0,0 +1,48 @@ +{ + "multipart": [ + { + "apply": { + "model": "minecraft:block/warped_fence_post" + } + }, + { + "when": { + "north": "true" + }, + "apply": { + "model": "minecraft:block/warped_fence_side", + "uvlock": true + } + }, + { + "when": { + "east": "true" + }, + "apply": { + "model": "minecraft:block/warped_fence_side", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "true" + }, + "apply": { + "model": "minecraft:block/warped_fence_side", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "true" + }, + "apply": { + "model": "minecraft:block/warped_fence_side", + "y": 270, + "uvlock": true + } + } + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/warped_fence_gate.json b/1.16.5/assets/minecraft/blockstates/warped_fence_gate.json new file mode 100644 index 00000000..d4f9d49b --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/warped_fence_gate.json @@ -0,0 +1,80 @@ +{ + "variants": { + "facing=east,in_wall=false,open=false": { + "uvlock": true, + "y": 270, + "model": "minecraft:block/warped_fence_gate" + }, + "facing=east,in_wall=false,open=true": { + "uvlock": true, + "y": 270, + "model": "minecraft:block/warped_fence_gate_open" + }, + "facing=east,in_wall=true,open=false": { + "uvlock": true, + "y": 270, + "model": "minecraft:block/warped_fence_gate_wall" + }, + "facing=east,in_wall=true,open=true": { + "uvlock": true, + "y": 270, + "model": "minecraft:block/warped_fence_gate_wall_open" + }, + "facing=north,in_wall=false,open=false": { + "uvlock": true, + "y": 180, + "model": "minecraft:block/warped_fence_gate" + }, + "facing=north,in_wall=false,open=true": { + "uvlock": true, + "y": 180, + "model": "minecraft:block/warped_fence_gate_open" + }, + "facing=north,in_wall=true,open=false": { + "uvlock": true, + "y": 180, + "model": "minecraft:block/warped_fence_gate_wall" + }, + "facing=north,in_wall=true,open=true": { + "uvlock": true, + "y": 180, + "model": "minecraft:block/warped_fence_gate_wall_open" + }, + "facing=south,in_wall=false,open=false": { + "uvlock": true, + "model": "minecraft:block/warped_fence_gate" + }, + "facing=south,in_wall=false,open=true": { + "uvlock": true, + "model": "minecraft:block/warped_fence_gate_open" + }, + "facing=south,in_wall=true,open=false": { + "uvlock": true, + "model": "minecraft:block/warped_fence_gate_wall" + }, + "facing=south,in_wall=true,open=true": { + "uvlock": true, + "model": "minecraft:block/warped_fence_gate_wall_open" + }, + "facing=west,in_wall=false,open=false": { + "uvlock": true, + "y": 90, + "model": "minecraft:block/warped_fence_gate" + }, + "facing=west,in_wall=false,open=true": { + "uvlock": true, + "y": 90, + "model": "minecraft:block/warped_fence_gate_open" + }, + "facing=west,in_wall=true,open=false": { + "uvlock": true, + "y": 90, + "model": "minecraft:block/warped_fence_gate_wall" + }, + "facing=west,in_wall=true,open=true": { + "uvlock": true, + "y": 90, + "model": "minecraft:block/warped_fence_gate_wall_open" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/warped_fungus.json b/1.16.5/assets/minecraft/blockstates/warped_fungus.json new file mode 100644 index 00000000..49ebfb00 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/warped_fungus.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/warped_fungus" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/warped_hyphae.json b/1.16.5/assets/minecraft/blockstates/warped_hyphae.json new file mode 100644 index 00000000..a96fcb85 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/warped_hyphae.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/warped_hyphae", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/warped_hyphae" + }, + "axis=z": { + "model": "minecraft:block/warped_hyphae", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/warped_nylium.json b/1.16.5/assets/minecraft/blockstates/warped_nylium.json new file mode 100644 index 00000000..f9f4ca89 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/warped_nylium.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/warped_nylium" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/warped_planks.json b/1.16.5/assets/minecraft/blockstates/warped_planks.json new file mode 100644 index 00000000..e2d95a72 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/warped_planks.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/warped_planks" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/warped_pressure_plate.json b/1.16.5/assets/minecraft/blockstates/warped_pressure_plate.json new file mode 100644 index 00000000..9c3d2d39 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/warped_pressure_plate.json @@ -0,0 +1,10 @@ +{ + "variants": { + "powered=false": { + "model": "minecraft:block/warped_pressure_plate" + }, + "powered=true": { + "model": "minecraft:block/warped_pressure_plate_down" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/warped_roots.json b/1.16.5/assets/minecraft/blockstates/warped_roots.json new file mode 100644 index 00000000..7e575051 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/warped_roots.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/warped_roots" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/warped_sign.json b/1.16.5/assets/minecraft/blockstates/warped_sign.json new file mode 100644 index 00000000..73befe6b --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/warped_sign.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/warped_sign" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/warped_slab.json b/1.16.5/assets/minecraft/blockstates/warped_slab.json new file mode 100644 index 00000000..012d2470 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/warped_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/warped_slab" + }, + "type=double": { + "model": "minecraft:block/warped_planks" + }, + "type=top": { + "model": "minecraft:block/warped_slab_top" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/warped_stairs.json b/1.16.5/assets/minecraft/blockstates/warped_stairs.json new file mode 100644 index 00000000..93b5336d --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/warped_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/warped_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/warped_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/warped_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/warped_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/warped_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/warped_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/warped_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/warped_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/warped_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/warped_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/warped_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/warped_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/warped_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/warped_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/warped_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/warped_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/warped_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/warped_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/warped_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/warped_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/warped_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/warped_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/warped_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/warped_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/warped_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/warped_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/warped_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/warped_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/warped_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/warped_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/warped_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/warped_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/warped_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/warped_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/warped_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/warped_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/warped_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/warped_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/warped_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/warped_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/warped_stem.json b/1.16.5/assets/minecraft/blockstates/warped_stem.json new file mode 100644 index 00000000..5726b9a4 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/warped_stem.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/warped_stem", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/warped_stem" + }, + "axis=z": { + "model": "minecraft:block/warped_stem", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/warped_trapdoor.json b/1.16.5/assets/minecraft/blockstates/warped_trapdoor.json new file mode 100644 index 00000000..b4d8b33b --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/warped_trapdoor.json @@ -0,0 +1,69 @@ +{ + "variants": { + "facing=east,half=bottom,open=false": { + "model": "minecraft:block/warped_trapdoor_bottom", + "y": 90 + }, + "facing=east,half=bottom,open=true": { + "model": "minecraft:block/warped_trapdoor_open", + "y": 90 + }, + "facing=east,half=top,open=false": { + "model": "minecraft:block/warped_trapdoor_top", + "y": 90 + }, + "facing=east,half=top,open=true": { + "model": "minecraft:block/warped_trapdoor_open", + "x": 180, + "y": 270 + }, + "facing=north,half=bottom,open=false": { + "model": "minecraft:block/warped_trapdoor_bottom" + }, + "facing=north,half=bottom,open=true": { + "model": "minecraft:block/warped_trapdoor_open" + }, + "facing=north,half=top,open=false": { + "model": "minecraft:block/warped_trapdoor_top" + }, + "facing=north,half=top,open=true": { + "model": "minecraft:block/warped_trapdoor_open", + "x": 180, + "y": 180 + }, + "facing=south,half=bottom,open=false": { + "model": "minecraft:block/warped_trapdoor_bottom", + "y": 180 + }, + "facing=south,half=bottom,open=true": { + "model": "minecraft:block/warped_trapdoor_open", + "y": 180 + }, + "facing=south,half=top,open=false": { + "model": "minecraft:block/warped_trapdoor_top", + "y": 180 + }, + "facing=south,half=top,open=true": { + "model": "minecraft:block/warped_trapdoor_open", + "x": 180, + "y": 0 + }, + "facing=west,half=bottom,open=false": { + "model": "minecraft:block/warped_trapdoor_bottom", + "y": 270 + }, + "facing=west,half=bottom,open=true": { + "model": "minecraft:block/warped_trapdoor_open", + "y": 270 + }, + "facing=west,half=top,open=false": { + "model": "minecraft:block/warped_trapdoor_top", + "y": 270 + }, + "facing=west,half=top,open=true": { + "model": "minecraft:block/warped_trapdoor_open", + "x": 180, + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/warped_wall_sign.json b/1.16.5/assets/minecraft/blockstates/warped_wall_sign.json new file mode 100644 index 00000000..73befe6b --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/warped_wall_sign.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/warped_sign" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/warped_wart_block.json b/1.16.5/assets/minecraft/blockstates/warped_wart_block.json new file mode 100644 index 00000000..6ebede61 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/warped_wart_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/warped_wart_block" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/water.json b/1.16.5/assets/minecraft/blockstates/water.json new file mode 100644 index 00000000..99fd360b --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/water.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/water" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/weeping_vines.json b/1.16.5/assets/minecraft/blockstates/weeping_vines.json new file mode 100644 index 00000000..cbcbec38 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/weeping_vines.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/weeping_vines" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/weeping_vines_plant.json b/1.16.5/assets/minecraft/blockstates/weeping_vines_plant.json new file mode 100644 index 00000000..ff13a3d4 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/weeping_vines_plant.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/weeping_vines_plant" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/wet_sponge.json b/1.16.5/assets/minecraft/blockstates/wet_sponge.json new file mode 100644 index 00000000..2a448bf7 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/wet_sponge.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/wet_sponge" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/wheat.json b/1.16.5/assets/minecraft/blockstates/wheat.json new file mode 100644 index 00000000..79f42739 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/wheat.json @@ -0,0 +1,28 @@ +{ + "variants": { + "age=0": { + "model": "minecraft:block/wheat_stage0" + }, + "age=1": { + "model": "minecraft:block/wheat_stage1" + }, + "age=2": { + "model": "minecraft:block/wheat_stage2" + }, + "age=3": { + "model": "minecraft:block/wheat_stage3" + }, + "age=4": { + "model": "minecraft:block/wheat_stage4" + }, + "age=5": { + "model": "minecraft:block/wheat_stage5" + }, + "age=6": { + "model": "minecraft:block/wheat_stage6" + }, + "age=7": { + "model": "minecraft:block/wheat_stage7" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/white_banner.json b/1.16.5/assets/minecraft/blockstates/white_banner.json new file mode 100644 index 00000000..f5e2c87f --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/white_banner.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/banner" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/white_bed.json b/1.16.5/assets/minecraft/blockstates/white_bed.json new file mode 100644 index 00000000..6577c90a --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/white_bed.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/bed" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/white_carpet.json b/1.16.5/assets/minecraft/blockstates/white_carpet.json new file mode 100644 index 00000000..afde6381 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/white_carpet.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/white_carpet" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/white_concrete.json b/1.16.5/assets/minecraft/blockstates/white_concrete.json new file mode 100644 index 00000000..5ce10cd2 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/white_concrete.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/white_concrete" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/white_concrete_powder.json b/1.16.5/assets/minecraft/blockstates/white_concrete_powder.json new file mode 100644 index 00000000..66cfe5e1 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/white_concrete_powder.json @@ -0,0 +1,21 @@ +{ + "variants": { + "": [ + { + "model": "minecraft:block/white_concrete_powder" + }, + { + "model": "minecraft:block/white_concrete_powder", + "y": 90 + }, + { + "model": "minecraft:block/white_concrete_powder", + "y": 180 + }, + { + "model": "minecraft:block/white_concrete_powder", + "y": 270 + } + ] + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/white_glazed_terracotta.json b/1.16.5/assets/minecraft/blockstates/white_glazed_terracotta.json new file mode 100644 index 00000000..8c64ce09 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/white_glazed_terracotta.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/white_glazed_terracotta", + "y": 270 + }, + "facing=north": { + "model": "minecraft:block/white_glazed_terracotta", + "y": 180 + }, + "facing=south": { + "model": "minecraft:block/white_glazed_terracotta" + }, + "facing=west": { + "model": "minecraft:block/white_glazed_terracotta", + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/white_shulker_box.json b/1.16.5/assets/minecraft/blockstates/white_shulker_box.json new file mode 100644 index 00000000..36973a4d --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/white_shulker_box.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/white_shulker_box" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/white_stained_glass.json b/1.16.5/assets/minecraft/blockstates/white_stained_glass.json new file mode 100644 index 00000000..2fc6c58c --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/white_stained_glass.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/white_stained_glass" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/white_stained_glass_pane.json b/1.16.5/assets/minecraft/blockstates/white_stained_glass_pane.json new file mode 100644 index 00000000..bb314d46 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/white_stained_glass_pane.json @@ -0,0 +1,77 @@ +{ + "multipart": [ + { + "apply": { + "model": "minecraft:block/white_stained_glass_pane_post" + } + }, + { + "when": { + "north": "true" + }, + "apply": { + "model": "minecraft:block/white_stained_glass_pane_side" + } + }, + { + "when": { + "east": "true" + }, + "apply": { + "model": "minecraft:block/white_stained_glass_pane_side", + "y": 90 + } + }, + { + "when": { + "south": "true" + }, + "apply": { + "model": "minecraft:block/white_stained_glass_pane_side_alt" + } + }, + { + "when": { + "west": "true" + }, + "apply": { + "model": "minecraft:block/white_stained_glass_pane_side_alt", + "y": 90 + } + }, + { + "when": { + "north": "false" + }, + "apply": { + "model": "minecraft:block/white_stained_glass_pane_noside" + } + }, + { + "when": { + "east": "false" + }, + "apply": { + "model": "minecraft:block/white_stained_glass_pane_noside_alt" + } + }, + { + "when": { + "south": "false" + }, + "apply": { + "model": "minecraft:block/white_stained_glass_pane_noside_alt", + "y": 90 + } + }, + { + "when": { + "west": "false" + }, + "apply": { + "model": "minecraft:block/white_stained_glass_pane_noside", + "y": 270 + } + } + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/white_terracotta.json b/1.16.5/assets/minecraft/blockstates/white_terracotta.json new file mode 100644 index 00000000..184ea808 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/white_terracotta.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/white_terracotta" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/white_tulip.json b/1.16.5/assets/minecraft/blockstates/white_tulip.json new file mode 100644 index 00000000..a5d01edb --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/white_tulip.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/white_tulip" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/white_wall_banner.json b/1.16.5/assets/minecraft/blockstates/white_wall_banner.json new file mode 100644 index 00000000..f5e2c87f --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/white_wall_banner.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/banner" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/white_wool.json b/1.16.5/assets/minecraft/blockstates/white_wool.json new file mode 100644 index 00000000..3c23fc09 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/white_wool.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/white_wool" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/wither_rose.json b/1.16.5/assets/minecraft/blockstates/wither_rose.json new file mode 100644 index 00000000..f0175194 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/wither_rose.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/wither_rose" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/wither_skeleton_skull.json b/1.16.5/assets/minecraft/blockstates/wither_skeleton_skull.json new file mode 100644 index 00000000..3951e3ee --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/wither_skeleton_skull.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/skull" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/wither_skeleton_wall_skull.json b/1.16.5/assets/minecraft/blockstates/wither_skeleton_wall_skull.json new file mode 100644 index 00000000..3951e3ee --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/wither_skeleton_wall_skull.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/skull" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/yellow_banner.json b/1.16.5/assets/minecraft/blockstates/yellow_banner.json new file mode 100644 index 00000000..f5e2c87f --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/yellow_banner.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/banner" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/yellow_bed.json b/1.16.5/assets/minecraft/blockstates/yellow_bed.json new file mode 100644 index 00000000..6577c90a --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/yellow_bed.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/bed" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/yellow_carpet.json b/1.16.5/assets/minecraft/blockstates/yellow_carpet.json new file mode 100644 index 00000000..3586a277 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/yellow_carpet.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/yellow_carpet" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/yellow_concrete.json b/1.16.5/assets/minecraft/blockstates/yellow_concrete.json new file mode 100644 index 00000000..92ca5a20 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/yellow_concrete.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/yellow_concrete" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/yellow_concrete_powder.json b/1.16.5/assets/minecraft/blockstates/yellow_concrete_powder.json new file mode 100644 index 00000000..7b103da4 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/yellow_concrete_powder.json @@ -0,0 +1,21 @@ +{ + "variants": { + "": [ + { + "model": "minecraft:block/yellow_concrete_powder" + }, + { + "model": "minecraft:block/yellow_concrete_powder", + "y": 90 + }, + { + "model": "minecraft:block/yellow_concrete_powder", + "y": 180 + }, + { + "model": "minecraft:block/yellow_concrete_powder", + "y": 270 + } + ] + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/yellow_glazed_terracotta.json b/1.16.5/assets/minecraft/blockstates/yellow_glazed_terracotta.json new file mode 100644 index 00000000..d4f7be2c --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/yellow_glazed_terracotta.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/yellow_glazed_terracotta", + "y": 270 + }, + "facing=north": { + "model": "minecraft:block/yellow_glazed_terracotta", + "y": 180 + }, + "facing=south": { + "model": "minecraft:block/yellow_glazed_terracotta" + }, + "facing=west": { + "model": "minecraft:block/yellow_glazed_terracotta", + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/yellow_shulker_box.json b/1.16.5/assets/minecraft/blockstates/yellow_shulker_box.json new file mode 100644 index 00000000..c2b02b98 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/yellow_shulker_box.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/yellow_shulker_box" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/yellow_stained_glass.json b/1.16.5/assets/minecraft/blockstates/yellow_stained_glass.json new file mode 100644 index 00000000..fdf0757e --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/yellow_stained_glass.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/yellow_stained_glass" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/yellow_stained_glass_pane.json b/1.16.5/assets/minecraft/blockstates/yellow_stained_glass_pane.json new file mode 100644 index 00000000..b5c9890d --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/yellow_stained_glass_pane.json @@ -0,0 +1,77 @@ +{ + "multipart": [ + { + "apply": { + "model": "minecraft:block/yellow_stained_glass_pane_post" + } + }, + { + "when": { + "north": "true" + }, + "apply": { + "model": "minecraft:block/yellow_stained_glass_pane_side" + } + }, + { + "when": { + "east": "true" + }, + "apply": { + "model": "minecraft:block/yellow_stained_glass_pane_side", + "y": 90 + } + }, + { + "when": { + "south": "true" + }, + "apply": { + "model": "minecraft:block/yellow_stained_glass_pane_side_alt" + } + }, + { + "when": { + "west": "true" + }, + "apply": { + "model": "minecraft:block/yellow_stained_glass_pane_side_alt", + "y": 90 + } + }, + { + "when": { + "north": "false" + }, + "apply": { + "model": "minecraft:block/yellow_stained_glass_pane_noside" + } + }, + { + "when": { + "east": "false" + }, + "apply": { + "model": "minecraft:block/yellow_stained_glass_pane_noside_alt" + } + }, + { + "when": { + "south": "false" + }, + "apply": { + "model": "minecraft:block/yellow_stained_glass_pane_noside_alt", + "y": 90 + } + }, + { + "when": { + "west": "false" + }, + "apply": { + "model": "minecraft:block/yellow_stained_glass_pane_noside", + "y": 270 + } + } + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/yellow_terracotta.json b/1.16.5/assets/minecraft/blockstates/yellow_terracotta.json new file mode 100644 index 00000000..4a2aca6b --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/yellow_terracotta.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/yellow_terracotta" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/yellow_wall_banner.json b/1.16.5/assets/minecraft/blockstates/yellow_wall_banner.json new file mode 100644 index 00000000..f5e2c87f --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/yellow_wall_banner.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/banner" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/yellow_wool.json b/1.16.5/assets/minecraft/blockstates/yellow_wool.json new file mode 100644 index 00000000..1392ae51 --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/yellow_wool.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/yellow_wool" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/zombie_head.json b/1.16.5/assets/minecraft/blockstates/zombie_head.json new file mode 100644 index 00000000..3951e3ee --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/zombie_head.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/skull" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/blockstates/zombie_wall_head.json b/1.16.5/assets/minecraft/blockstates/zombie_wall_head.json new file mode 100644 index 00000000..3951e3ee --- /dev/null +++ b/1.16.5/assets/minecraft/blockstates/zombie_wall_head.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/skull" + } + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/font/alt.json b/1.16.5/assets/minecraft/font/alt.json new file mode 100644 index 00000000..0f9863ff --- /dev/null +++ b/1.16.5/assets/minecraft/font/alt.json @@ -0,0 +1,27 @@ +{ + "providers": [ + { + "type": "bitmap", + "file": "minecraft:font/ascii_sga.png", + "ascent": 7, + "chars": [ + "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", + "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", + "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", + "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", + "\u0000\u0041\u0042\u0043\u0044\u0045\u0046\u0047\u0048\u0049\u004A\u004B\u004C\u004D\u004E\u004F", + "\u0050\u0051\u0052\u0053\u0054\u0055\u0056\u0057\u0058\u0059\u005A\u0000\u0000\u0000\u0000\u0000", + "\u0000\u0061\u0062\u0063\u0064\u0065\u0066\u0067\u0068\u0069\u006A\u006B\u006C\u006D\u006E\u006F", + "\u0070\u0071\u0072\u0073\u0074\u0075\u0076\u0077\u0078\u0079\u007A\u0000\u0000\u0000\u0000\u0000", + "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", + "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", + "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", + "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", + "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", + "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", + "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", + "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000" + ] + } + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/font/default.json b/1.16.5/assets/minecraft/font/default.json new file mode 100644 index 00000000..82050f16 --- /dev/null +++ b/1.16.5/assets/minecraft/font/default.json @@ -0,0 +1,187 @@ +{ + "providers": [ + { + "type": "bitmap", + "file": "minecraft:font/nonlatin_european.png", + "ascent": 7, + "chars": [ + "\u00a1\u2030\u00ad\u00b7\u20b4\u2260\u00bf\u00d7\u00d8\u00de\u04bb\u00f0\u00f8\u00fe\u0391\u0392", + "\u0393\u0394\u0395\u0396\u0397\u0398\u0399\u039a\u039b\u039c\u039d\u039e\u039f\u03a0\u03a1\u03a3", + "\u03a4\u03a5\u03a6\u03a7\u03a8\u03a9\u03b1\u03b2\u03b3\u03b4\u03b5\u03b6\u03b7\u03b8\u03b9\u03ba", + "\u03bb\u03bc\u03bd\u03be\u03bf\u03c0\u03c1\u03c2\u03c3\u03c4\u03c5\u03c6\u03c7\u03c8\u03c9\u0402", + "\u0405\u0406\u0408\u0409\u040a\u040b\u0410\u0411\u0412\u0413\u0414\u0415\u0416\u0417\u0418\u041a", + "\u041b\u041c\u041d\u041e\u041f\u0420\u0421\u0422\u0423\u0424\u0425\u0426\u0427\u0428\u0429\u042a", + "\u042b\u042c\u042d\u042e\u042f\u0430\u0431\u0432\u0433\u0434\u0435\u0436\u0437\u0438\u043a\u043b", + "\u043c\u043d\u043e\u043f\u0440\u0441\u0442\u0443\u0444\u0445\u0446\u0447\u0448\u0449\u044a\u044b", + "\u044c\u044d\u044e\u044f\u0454\u0455\u0456\u0458\u0459\u045a\u2013\u2014\u2018\u2019\u201c\u201d", + "\u201e\u2026\u204a\u2190\u2191\u2192\u2193\u21c4\uff0b\u018f\u0259\u025b\u026a\u04ae\u04af\u04e8", + "\u04e9\u02bb\u02cc\u037e\u0138\u1e9e\u00df\u20bd\u20ac\u0462\u0463\u0474\u0475\u04c0\u0472\u0473", + "\u2070\u00b9\u00b3\u2074\u2075\u2076\u2077\u2078\u2079\u207a\u207b\u207c\u207d\u207e\u2071\u2122", + "\u0294\u0295\u29c8\u2694\u2620\u049a\u049b\u0492\u0493\u04b0\u04b1\u04d8\u04d9\u0496\u0497\u04a2", + "\u04a3\u04ba\u05d0\u05d1\u05d2\u05d3\u05d4\u05d5\u05d6\u05d7\u05d8\u05d9\u05db\u05dc\u05de\u05dd", + "\u05e0\u05df\u05e1\u05e2\u05e4\u05e3\u05e6\u05e5\u05e7\u05e8\u00a2\u00a4\u00a5\u00a9\u00ae\u00b5", + "\u00b6\u00bc\u00bd\u00be\u0387\u2010\u201a\u2020\u2021\u2022\u2031\u2032\u2033\u2034\u2035\u2036", + "\u2037\u2039\u203a\u203b\u203c\u203d\u2042\u2048\u2049\u204b\u204e\u204f\u2051\u2052\u2057\u2117", + "\u2212\u2213\u221e\u2600\u2601\u2608\u0404\u2632\u2635\u263d\u2640\u2642\u26a5\u2660\u2663\u2665", + "\u2666\u2669\u266a\u266b\u266c\u266d\u266e\u266f\u2680\u2681\u2682\u2683\u2684\u2685\u02ac\u26a1", + "\u26cf\u2714\u2744\u274c\u2764\u2b50\u2e18\u2e2e\u2e35\u2e38\u2e41\u2e4b\u295d\u1614\u0190\u07c8", + "\u03db\u3125\u2c6f\u15fa\u0186\u15e1\u018e\u2132\u2141\ua7b0\ua780\u0500\ua779\u1d1a\u27d8\u2229", + "\u0245\u2144\u0250\u0254\u01dd\u025f\u1d77\u0265\u1d09\u027e\u029e\ua781\u026f\u0279\u0287\u028c", + "\u028d\u028e\u0531\u0532\u0533\u0534\u0536\u0537\u0539\u053a\u053b\u053c\u053d\u053e\u053f\u0540", + "\u0541\u0542\u0543\u0544\u0545\u0546\u0547\u0548\u0549\u054b\u054c\u054d\u054e\u054f\u0550\u0551", + "\u0552\u0553\u0554\u0555\u0556\u0559\u0561\u0562\u0563\u0564\u0565\u0566\u0567\u0568\u0569\u056a", + "\u056b\u056c\u056d\u056e\u056f\u0570\u0571\u0572\u0573\u0574\u0575\u0576\u0577\u0578\u0579\u057a", + "\u057b\u057c\u057d\u057e\u057f\u0580\u0581\u0582\u0583\u0584\u0585\u0586\u0587\u05e9\u05ea\u0538", + "\u055a\u055b\u055c\u055d\u055e\u055f\u0560\u0588\u058f\u00af\u017f\u01b7\u0292\u01f7\u01bf\u021c", + "\u021d\u0224\u0225\u02d9\ua75a\ua75b\u2011\u214b\u23cf\u23e9\u23ea\u23ed\u23ee\u23ef\u23f4\u23f5", + "\u23f6\u23f7\u23f8\u23f9\u23fa\u23fb\u23fc\u23fd\u2b58\u25b2\u25b6\u25bc\u25c0\u25cf\u25e6\u25d8", + "\u2693\u26e8\u0132\u0133\u01c9\ua728\ua729\ua739\ua73b\ufb00\ufb01\ufb02\ufb03\ufb05\ufffd\u0535", + "\u054a\u16a0\u16a2\u16a3\u16a4\u16a5\u16a6\u16a7\u16a8\u16a9\u16aa\u16ab\u16ac\u16ad\u16ae\u16af", + "\u16b0\u16b1\u16b2\u16b3\u16b4\u16b6\u16b7\u16b8\u16b9\u16ba\u16bb\u16bc\u16bd\u16be\u16bf\u16c0", + "\u16c1\u16c2\u16c3\u16c4\u16c5\u16c6\u16c7\u16c8\u16c9\u16ca\u16cb\u16cc\u16cd\u16ce\u16cf\u16d0", + "\u16d1\u16d2\u16d3\u16d4\u16d5\u16d6\u16d7\u16d8\u16d9\u16da\u16db\u16dc\u16dd\u16de\u16df\u16e0", + "\u16e1\u16e2\u16e3\u16e4\u16e5\u16e6\u16e7\u16e8\u16e9\u16ea\u16eb\u16ec\u16ed\u16ee\u16ef\u16f0", + "\u16f1\u16f2\u16f3\u16f4\u16f5\u16f6\u16f7\u16f8\u263a\u263b\u00a6\u2639\u05da\u05f3\u05f4\u05f0", + "\u05f1\u05f2\u05be\u05c3\u05c6\u00b4\u00a8\u1d00\u0299\u1d04\u1d05\u1d07\ua730\u0262\u029c\u1d0a", + "\u1d0b\u029f\u1d0d\u0274\u1d0f\u1d18\ua7af\u0280\ua731\u1d1b\u1d1c\u1d20\u1d21\u028f\u1d22\u00a7", + "\u0271\u0273\u0272\u0288\u0256\u0261\u02a1\u0255\u0291\u0278\u029d\u02a2\u027b\u0281\u0266\u028b", + "\u0270\u026c\u026e\u0298\u01c0\u01c3\u01c2\u01c1\u0253\u0257\u1d91\u0284\u0260\u029b\u0267\u026b", + "\u0268\u0289\u028a\u0258\u0275\u0264\u025c\u025e\u0251\u0252\u025a\u025d\u0181\u0189\u0191\u01a9", + "\u01b2\u10a0\u10a1\u10a2\u10a3\u10a4\u10a5\u10a6\u10a7\u10a8\u10a9\u10aa\u10ab\u10ac\u10ad\u10ae", + "\u10af\u10b0\u10b1\u10b2\u10b3\u10b4\u10b5\u10b6\u10b7\u10b8\u10b9\u10ba\u10bb\u10bc\u10bd\u10be", + "\u10bf\u10c0\u10c1\u10c2\u10c3\u10c4\u10c5\u10c7\u10cd\u10d0\u10d1\u10d2\u10d3\u10d4\u10d5\u10d6", + "\u10d7\u10d8\u10d9\u10da\u10db\u10dc\u10dd\u10de\u10df\u10e0\u10e1\u10e2\u10e3\u10e4\u10e5\u10e6", + "\u10e7\u10e8\u10e9\u10ea\u10eb\u10ec\u10ed\u10ee\u10ef\u10f0\u10f1\u10f2\u10f3\u10f4\u10f5\u10f6", + "\u10f7\u10f8\u10f9\u10fa\u10fb\u10fc\u10fd\u10fe\u10ff\ufb4a\ufb2b\ufb4e\ufb44\ufb3b\ufb1f\ufb1d", + "\ufb4b\ufb35\ufb4c\ufb31\ua727\ua726\u027a\u2c71\u02a0\u0297\u0296\u026d\u0277\u027f\u0285\u0286", + "\u0293\u029a\u20aa\u20be\u058a\u2d00\u2d01\u2d02\u2d03\u2d04\u2d05\u2d06\u2d21\u2d07\u2d08\u2d09", + "\u2d0a\u2d0b\u2d0c\u2d22\u2d0d\u2d0e\u2d0f\u2d10\u2d11\u2d12\u2d23\u2d13\u2d14\u2d15\u2d16\u2d17", + "\u2d18\u2d19\u2d1a\u2d1b\u2d1c\u2d1d\u2d1e\u2d24\u2d1f\u2d20\u2d25\u215b\u215c\u215d\u215e\u2153", + "\u2154\u2709\u2602\u2614\u2604\u26c4\u2603\u231b\u231a\u2690\u270e\u2763\u2664\u2667\u2661\u2662", + "\u26c8\u2630\u2631\u2633\u2634\u2636\u2637\u2194\u21d2\u21cf\u21d4\u21f5\u2200\u2203\u2204\u2209", + "\u220b\u220c\u2282\u2283\u2284\u2285\u2227\u2228\u22bb\u22bc\u22bd\u2225\u2262\u22c6\u2211\u22a4", + "\u22a5\u22a2\u22a8\u2254\u2201\u2234\u2235\u221b\u221c\u2202\u22c3\u2286\u2287\u25a1\u25b3\u25b7", + "\u25bd\u25c1\u25c6\u25c7\u25cb\u25ce\u2606\u2605\u2718\u2080\u2081\u2082\u2083\u2084\u2085\u2086", + "\u2087\u2088\u2089\u208a\u208b\u208c\u208d\u208e\u222b\u222e\u221d\u2300\u2302\u2318\u3012\u027c", + "\u0184\u0185\u1e9f\u023d\u019a\u019b\u0220\u019e\u019f\u01a7\u01a8\u01aa\u01b8\u01b9\u01bb\u01bc", + "\u01bd\u01be\u0221\u0234\u0235\u0236\u023a\u2c65\u023b\u023c\u0246\u0247\u023e\u2c66\u0241\u0242", + "\u0243\u0244\u0248\u0249\u024a\u024b\u024c\u024d\u024e\u024f\u1e9c\u1e9d\u1efc\u1efd\u1efe\u1eff", + "\ua7a8\ua7a9\ud800\udf30\ud800\udf31\ud800\udf32\ud800\udf33\ud800\udf34\ud800\udf35\ud800\udf36\ud800\udf37\ud800\udf38\ud800\udf39\ud800\udf3a\ud800\udf3b\ud800\udf3c\ud800\udf3d", + "\ud800\udf3e\ud800\udf3f\ud800\udf40\ud800\udf41\ud800\udf42\ud800\udf43\ud800\udf44\ud800\udf45\ud800\udf46\ud800\udf47\ud800\udf48\ud800\udf49\ud800\udf4a\ud83c\udf27\ud83d\udd25\ud83c\udf0a", + "\u2150\u2151\u2155\u2156\u2157\u2159\u215a\u215f\u2189\ud83d\udde1\ud83c\udff9\ud83e\ude93\ud83d\udd31\ud83c\udfa3\ud83e\uddea\u2697", + "\u2bea\u2beb\u2c6d\ud83d\udee1\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000" + ] + }, + { + "type": "bitmap", + "file": "minecraft:font/accented.png", + "height": 12, + "ascent": 10, + "chars": [ + "\u00c0\u00c1\u00c2\u00c3\u00c4\u00c5\u00c6\u00c7\u00c8\u00c9\u00ca\u00cb\u00cc\u00cd\u00ce\u00cf", + "\u00d0\u00d1\u00d2\u00d3\u00d4\u00d5\u00d6\u00d9\u00da\u00db\u00dc\u00dd\u00e0\u00e1\u00e2\u00e3", + "\u00e4\u00e5\u00e6\u00e7\u00ec\u00ed\u00ee\u00ef\u00f1\u00f2\u00f3\u00f4\u00f5\u00f6\u00f9\u00fa", + "\u00fb\u00fc\u00fd\u00ff\u0100\u0101\u0102\u0103\u0104\u0105\u0106\u0107\u0108\u0109\u010a\u010b", + "\u010c\u010d\u010e\u010f\u0110\u0111\u0112\u0113\u0114\u0115\u0116\u0117\u0118\u0119\u011a\u011b", + "\u011c\u011d\u1e20\u1e21\u011e\u011f\u0120\u0121\u0122\u0123\u0124\u0125\u0126\u0127\u0128\u0129", + "\u012a\u012b\u012c\u012d\u012e\u012f\u0130\u0131\u0134\u0135\u0136\u0137\u0139\u013a\u013b\u013c", + "\u013d\u013e\u013f\u0140\u0141\u0142\u0143\u0144\u0145\u0146\u0147\u0148\u014a\u014b\u014c\u014d", + "\u014e\u014f\u0150\u0151\u0152\u0153\u0154\u0155\u0156\u0157\u0158\u0159\u015a\u015b\u015c\u015d", + "\u015e\u015f\u0160\u0161\u0162\u0163\u0164\u0165\u0166\u0167\u0168\u0169\u016a\u016b\u016c\u016d", + "\u016e\u016f\u0170\u0171\u0172\u0173\u0174\u0175\u0176\u0177\u0178\u0179\u017a\u017b\u017c\u017d", + "\u017e\u01fc\u01fd\u01fe\u01ff\u0218\u0219\u021a\u021b\u0386\u0388\u0389\u038a\u038c\u038e\u038f", + "\u0390\u03aa\u03ab\u03ac\u03ad\u03ae\u03af\u03b0\u03ca\u03cb\u03cc\u03cd\u03ce\u0400\u0401\u0403", + "\u0407\u040c\u040d\u040e\u0419\u0439\u0450\u0451\u0452\u0453\u0457\u045b\u045c\u045d\u045e\u045f", + "\u0490\u0491\u1e02\u1e03\u1e0a\u1e0b\u1e1e\u1e1f\u1e22\u1e23\u1e30\u1e31\u1e40\u1e41\u1e56\u1e57", + "\u1e60\u1e61\u1e6a\u1e6b\u1e80\u1e81\u1e82\u1e83\u1e84\u1e85\u1ef2\u1ef3\u00e8\u00e9\u00ea\u00eb", + "\u0149\u01e7\u01eb\u040f\u1e0d\u1e25\u1e5b\u1e6d\u1e92\u1eca\u1ecb\u1ecc\u1ecd\u1ee4\u1ee5\u2116", + "\u0207\u0194\u0263\u0283\u2047\u01f1\u01f2\u01f3\u01c4\u01c5\u01c6\u01c7\u01c8\u01ca\u01cb\u01cc", + "\u2139\u1d6b\ua732\ua733\ua734\ua735\ua736\ua737\ua738\ua73a\ua73c\ua73d\ua74e\ua74f\ua760\ua761", + "\ufb04\ufb06\u16a1\u16b5\u01a0\u01a1\u01af\u01b0\u1eae\u1eaf\u1ea4\u1ea5\u1ebe\u1ebf\u1ed1\u1eda", + "\u1edb\u1ee8\u1ee9\u1eb0\u1eb1\u1ea6\u1ea7\u1ec0\u1ec1\u1ed3\u1edc\u1edd\u1eea\u1eeb\u1ea2\u1ea3", + "\u1eb2\u1eb3\u1ea8\u1ea9\u1eba\u1ebb\u1ed5\u1ede\u1ec2\u1ec3\u1ec8\u1ec9\u1ece\u1ecf\u1ed4\u1edf", + "\u1ee6\u1ee7\u1eec\u1eed\u1ef6\u1ef7\u1ea0\u1ea1\u1eb6\u1eb7\u1eac\u1ead\u1eb8\u1eb9\u1ec6\u1ec7", + "\u1ed8\u1ed9\u1ee2\u1ee3\u1ef0\u1ef1\u1ef4\u1ef5\u1ed0\u0195\u1eaa\u1eab\u1ed6\u1ed7\u1eef\u261e", + "\u261c\u262e\u1eb4\u1eb5\u1ebc\u1ebd\u1ec4\u1ec5\u1ed2\u1ee0\u1ee1\u1eee\u1ef8\u1ef9\u0498\u0499", + "\u04a0\u04a1\u04aa\u04ab\u01f6\u26a0\u24ea\u2460\u2461\u2462\u2463\u2464\u2465\u2466\u2467\u2468", + "\u2469\u246a\u246b\u246c\u246d\u246e\u246f\u2470\u2471\u2472\u2473\u24b6\u24b7\u24b8\u24b9\u24ba", + "\u24bb\u24bc\u24bd\u24be\u24bf\u24c0\u24c1\u24c2\u24c3\u24c4\u24c5\u24c6\u24c7\u24c8\u24c9\u24ca", + "\u24cb\u24cc\u24cd\u24ce\u24cf\u24d0\u24d1\u24d2\u24d3\u24d4\u24d5\u24d6\u24d7\u24d8\u24d9\u24da", + "\u24db\u24dc\u24dd\u24de\u24df\u24e0\u24e1\u24e2\u24e3\u24e4\u24e5\u24e6\u24e7\u24e8\u24e9\u0327", + "\u0282\u0290\u0276\u01cd\u01ce\u01de\u01df\u01fa\u01fb\u0202\u0203\u0226\u0227\u01e0\u01e1\u1e00", + "\u1e01\u0200\u0201\u1e06\u1e07\u1e04\u1e05\u1d6c\u1e08\u1e09\u1e10\u1e11\u1e12\u1e13\u1e0e\u1e0f", + "\u1e0c\u1d6d\u1e14\u1e15\u1e16\u1e17\u1e18\u1e19\u1e1c\u1e1d\u0228\u0229\u1e1a\u1e1b\u0204\u0205", + "\u0206\u1d6e\u01f4\u01f5\u01e6\u1e26\u1e27\u1e28\u1e29\u1e2a\u1e2b\u021e\u021f\u1e24\u1e96\u1e2e", + "\u1e2f\u020a\u020b\u01cf\u01d0\u0208\u0209\u1e2c\u1e2d\u01f0\u0237\u01e8\u01e9\u1e32\u1e33\u1e34", + "\u1e35\u1e3a\u1e3b\u1e3c\u1e3d\u1e36\u1e37\u1e38\u1e39\u2c62\u1e3e\u1e3f\u1e42\u1e43\u1d6f\u1e44", + "\u1e45\u1e46\u1e47\u1e4a\u1e4b\u01f8\u01f9\u1e48\u1e49\u1d70\u01ec\u01ed\u022c\u022d\u1e4c\u1e4d", + "\u1e4e\u1e4f\u1e50\u1e51\u1e52\u1e53\u020e\u020f\u022a\u022b\u01d1\u01d2\u022e\u022f\u0230\u0231", + "\u020c\u020d\u01ea\u1e54\u1e55\u1d71\u0212\u0213\u1e58\u1e59\u1e5c\u1e5d\u1e5e\u1e5f\u0210\u0211", + "\u1e5a\u1d73\u1d72\u1e64\u1e65\u1e66\u1e67\u1e62\u1e63\u1e68\u1e69\u1d74\u1e70\u1e71\u1e6e\u1e6f", + "\u1e6c\u1e97\u1d75\u1e72\u1e73\u1e76\u1e77\u1e78\u1e79\u1e7a\u1e7b\u01d3\u01d4\u01d5\u01d6\u01d7", + "\u01d8\u01d9\u01da\u01db\u01dc\u1e74\u1e75\u0214\u0215\u0216\u1e7e\u1e7f\u1e7c\u1e7d\u1e86\u1e87", + "\u1e88\u1e89\u1e98\u1e8c\u1e8d\u1e8a\u1e8b\u0232\u0233\u1e8e\u1e8f\u1e99\u1e94\u1e95\u1e90\u1e91", + "\u1e93\u1d76\u01ee\u01ef\u1e9b\ua73e\ua73f\u01e2\u01e3\u1d7a\u1efb\u1d02\u1d14\uab63\u0238\u02a3", + "\u02a5\u02a4\u02a9\u02aa\u02ab\u0239\u02a8\u02a6\u02a7\uab50\uab51\u20a7\u1efa\ufb2e\ufb2f\u0180", + "\u0182\u0183\u0187\u0188\u018a\u018b\u018c\u0193\u01e4\u01e5\u0197\u0196\u0269\u0198\u0199\u019d", + "\u01a4\u01a5\u027d\u01a6\u01ac\u01ad\u01ab\u01ae\u0217\u01b1\u019c\u01b3\u01b4\u01b5\u01b6\u01a2", + "\u01a3\u0222\u0223\u02ad\u02ae\u02af\ufb14\ufb15\ufb17\ufb16\ufb13\u04d0\u04d1\u04d2\u04d3\u04f6", + "\u04f7\u0494\u0495\u04d6\u04d7\u04bc\u04bd\u04be\u04bf\u04da\u04db\u04dc\u04dd\u04c1\u04c2\u04de", + "\u04df\u04e2\u04e3\u04e4\u04e5\u04e6\u04e7\u04ea\u04eb\u04f0\u04f1\u04ee\u04ef\u04f2\u04f3\u04f4", + "\u04f5\u04f8\u04f9\u04ec\u04ed\u0476\u0477\u04d4\u04fa\u0502\ua682\ua680\ua688\u052a\u052c\ua684", + "\u0504\u0510\u04e0\u0506\u048a\u04c3\u049e\u049c\u051e\u051a\u04c5\u052e\u0512\u0520\u0508\u0514", + "\u04cd\u04c9\u0528\u04c7\u04a4\u0522\u050a\u04a8\u0524\u04a6\u048e\u0516\u050c\ua690\u04ac\ua68a", + "\ua68c\u050e\u04b2\u04fc\u04fe\u0526\ua694\u04b4\ua68e\u04b6\u04cb\u04b8\ua692\ua696\ua686\u048c", + "\u0518\u051c\u04d5\u04fb\u0503\ua683\ua681\ua689\u052b\u052d\ua685\u0505\u0511\u04e1\u0507\u048b", + "\u04c4\u049f\u049d\u051f\u051b\u04c6\u052f\u0513\u0521\u0509\u0515\u04ce\u04ca\u0529\u04c8\u04a5", + "\u0523\u050b\u04a9\u0525\u04a7\u048f\u0517\u050d\ua691\u04ad\ua68b\ua68d\u050f\u04b3\u04fd\u04ff", + "\u0527\ua695\u04b5\ua68f\u04b7\u04cc\u04b9\ua693\ua697\ua687\u048d\u0519\u051d\u1f08\u1f00\u1f09", + "\u1f01\u1f0a\u1f02\u1f0b\u1f03\u1f0c\u1f04\u1f0d\u1f05\u1f0e\u1f06\u1f0f\u1f07\u1fba\u1f70\u1fb8", + "\u1fb0\u1fb9\u1fb1\u1fbb\u1f71\u1f88\u1f80\u1f89\u1f81\u1f8a\u1f82\u1f8b\u1f83\u1f8c\u1f84\u1f8d", + "\u1f85\u1f8e\u1f86\u1f8f\u1f87\u1fbc\u1fb4\u1fb6\u1fb7\u1fb2\u1fb3\u1f18\u1f10\u1f19\u1f11\u1f1a", + "\u1f12\u1f1b\u1f13\u1f1c\u1f14\u1f1d\u1f15\u1fc8\u1fc9\u1f72\u1f73\u1f28\u1f20\u1fca\u1f74\u1f29", + "\u1f21\u1f2a\u1f22\u1f2b\u1f23\u1f2c\u1f24\u1f2d\u1f25\u1f2e\u1f26\u1f2f\u1f27\u1f98\u1f90\u1f99", + "\u1f91\u1f9a\u1f92\u1f9b\u1f93\u1f9c\u1f94\u1f9d\u1f95\u1f9e\u1f96\u1f9f\u1f97\u1fcb\u1f75\u1fcc", + "\u1fc3\u1fc2\u1fc4\u1fc6\u1fc7\u1fda\u1f76\u1fdb\u1f77\u1f38\u1f30\u1f39\u1f31\u1f3a\u1f32\u1f3b", + "\u1f33\u1f3c\u1f34\u1f3d\u1f35\u1f3e\u1f36\u1f3f\u1f37\u1fd8\u1fd0\u1fd9\u1fd1\u1fd2\u1fd3\u1fd6", + "\u1fd7\u1ff8\u1f78\u1ff9\u1f79\u1f48\u1f40\u1f49\u1f41\u1f4a\u1f42\u1f4b\u1f43\u1f4c\u1f44\u1f4d", + "\u1f45\u1fec\u1fe4\u1fe5\u1fea\u1f7a\u1feb\u1f7b\u1f59\u1f51\u1f5b\u1f53\u1f5d\u1f55\u1f5f\u1f57", + "\u1fe8\u1fe0\u1fe9\u1fe1\u03d3\u03d4\u1fe2\u1fe3\u1fe7\u1f50\u1f52\u1f54\u1fe6\u1f56\u1ffa\u1f7c", + "\u1ffb\u1f7d\u1f68\u1f60\u1f69\u1f61\u1f6a\u1f62\u1f6b\u1f63\u1f6c\u1f64\u1f6d\u1f65\u1f6e\u1f66", + "\u1f6f\u1f67\u1fa8\u1fa0\u1fa9\u1fa1\u1faa\u1fa2\u1fab\u1fa3\u1fac\u1fa4\u1fad\u1fa5\u1fae\u1fa6", + "\u1faf\u1fa7\u1ffc\u1ff3\u1ff2\u1ff4\u1ff6\u1ff7\u262f\u2610\u2611\u2612\u018d\u01ba\u2c7e\u023f", + "\u2c7f\u0240\u1d80\ua7c4\ua794\u1d81\u1d82\u1d83\ua795\u1d84\u1d85\u1d86\u1d87\u1d88\u1d89\u1d8a", + "\u1d8b\u1d8c\u1d8d\ua7c6\u1d8e\u1d8f\u1d90\u1d92\u1d93\u1d94\u1d95\u1d96\u1d97\u1d98\u1d99\u1d9a", + "\u1e9a\u2152\u2158\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000" + ] + }, + { + "type": "bitmap", + "file": "minecraft:font/ascii.png", + "ascent": 7, + "chars": [ + "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", + "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", + "\u0020\u0021\u0022\u0023\u0024\u0025\u0026\u0027\u0028\u0029\u002a\u002b\u002c\u002d\u002e\u002f", + "\u0030\u0031\u0032\u0033\u0034\u0035\u0036\u0037\u0038\u0039\u003a\u003b\u003c\u003d\u003e\u003f", + "\u0040\u0041\u0042\u0043\u0044\u0045\u0046\u0047\u0048\u0049\u004a\u004b\u004c\u004d\u004e\u004f", + "\u0050\u0051\u0052\u0053\u0054\u0055\u0056\u0057\u0058\u0059\u005a\u005b\u005c\u005d\u005e\u005f", + "\u0060\u0061\u0062\u0063\u0064\u0065\u0066\u0067\u0068\u0069\u006a\u006b\u006c\u006d\u006e\u006f", + "\u0070\u0071\u0072\u0073\u0074\u0075\u0076\u0077\u0078\u0079\u007a\u007b\u007c\u007d\u007e\u0000", + "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", + "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u00a3\u0000\u0000\u0192", + "\u0000\u0000\u0000\u0000\u0000\u0000\u00aa\u00ba\u0000\u0000\u00ac\u0000\u0000\u0000\u00ab\u00bb", + "\u2591\u2592\u2593\u2502\u2524\u2561\u2562\u2556\u2555\u2563\u2551\u2557\u255d\u255c\u255b\u2510", + "\u2514\u2534\u252c\u251c\u2500\u253c\u255e\u255f\u255a\u2554\u2569\u2566\u2560\u2550\u256c\u2567", + "\u2568\u2564\u2565\u2559\u2558\u2552\u2553\u256b\u256a\u2518\u250c\u2588\u2584\u258c\u2590\u2580", + "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u2205\u2208\u0000", + "\u2261\u00b1\u2265\u2264\u2320\u2321\u00f7\u2248\u00b0\u2219\u00b7\u221a\u207f\u00b2\u25a0\u0000" + ] + }, + { + "type": "legacy_unicode", + "sizes": "minecraft:font/glyph_sizes.bin", + "template": "minecraft:font/unicode_page_%s.png" + } + ] +} diff --git a/1.16.5/assets/minecraft/font/glyph_sizes.bin b/1.16.5/assets/minecraft/font/glyph_sizes.bin new file mode 100644 index 00000000..69c857e3 Binary files /dev/null and b/1.16.5/assets/minecraft/font/glyph_sizes.bin differ diff --git a/1.16.5/assets/minecraft/font/uniform.json b/1.16.5/assets/minecraft/font/uniform.json new file mode 100644 index 00000000..a1d87764 --- /dev/null +++ b/1.16.5/assets/minecraft/font/uniform.json @@ -0,0 +1,9 @@ +{ + "providers": [ + { + "type": "legacy_unicode", + "sizes": "minecraft:font/glyph_sizes.bin", + "template": "minecraft:font/unicode_page_%s.png" + } + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/gpu_warnlist.json b/1.16.5/assets/minecraft/gpu_warnlist.json new file mode 100644 index 00000000..fd333c53 --- /dev/null +++ b/1.16.5/assets/minecraft/gpu_warnlist.json @@ -0,0 +1,7 @@ +{ + "renderer" : [], + "version" : [ + "^([0-2]\\.[0-9])" + ], + "vendor" : [] +} diff --git a/1.16.5/assets/minecraft/lang/en_us.json b/1.16.5/assets/minecraft/lang/en_us.json new file mode 100644 index 00000000..f38fcd82 --- /dev/null +++ b/1.16.5/assets/minecraft/lang/en_us.json @@ -0,0 +1,4814 @@ +{ + "language.name": "English", + "language.region": "United States", + "language.code": "en_us", + "narrator.button.accessibility": "Accessibility", + "narrator.button.language": "Language", + "narrator.button.difficulty_lock": "Difficulty lock", + "narrator.button.difficulty_lock.unlocked": "Unlocked", + "narrator.button.difficulty_lock.locked": "Locked", + "narrator.screen.title": "Title Screen", + "narrator.controls.reset": "Reset %s button", + "narrator.controls.bound": "%s is bound to %s", + "narrator.controls.unbound": "%s is not bound", + "narrator.select": "Selected: %s", + "narrator.select.world": "Selected %s, last played: %s, %s, %s, version: %s", + "narrator.loading": "Loading: %s", + "narrator.loading.done": "Done", + "narrator.joining": "Joining", + "narration.suggestion.tooltip": "Selected suggestion %d out of %d: %s (%s)", + "narration.suggestion": "Selected suggestion %d out of %d: %s", + "gui.done": "Done", + "gui.cancel": "Cancel", + "gui.back": "Back", + "gui.toTitle": "Back to Title Screen", + "gui.toMenu": "Back to Server List", + "gui.up": "Up", + "gui.down": "Down", + "gui.yes": "Yes", + "gui.no": "No", + "gui.none": "None", + "gui.all": "All", + "gui.ok": "Ok", + "gui.proceed": "Proceed", + "gui.recipebook.moreRecipes": "Right Click for More", + "gui.recipebook.search_hint": "Search...", + "gui.recipebook.toggleRecipes.all": "Showing All", + "gui.recipebook.toggleRecipes.craftable": "Showing Craftable", + "gui.recipebook.toggleRecipes.smeltable": "Showing Smeltable", + "gui.recipebook.toggleRecipes.blastable": "Showing Blastable", + "gui.recipebook.toggleRecipes.smokable": "Showing Smokable", + "gui.socialInteractions.title": "Social Interactions", + "gui.socialInteractions.tab_all": "All", + "gui.socialInteractions.tab_hidden": "Hidden", + "gui.socialInteractions.tab_blocked": "Blocked", + "gui.socialInteractions.blocking_hint": "Manage with Microsoft account", + "gui.socialInteractions.status_hidden": "Hidden", + "gui.socialInteractions.status_blocked": "Blocked", + "gui.socialInteractions.status_offline": "Offline", + "gui.socialInteractions.status_hidden_offline": "Hidden - Offline", + "gui.socialInteractions.status_blocked_offline": "Blocked - Offline", + "gui.socialInteractions.server_label.single": "%s - %s player", + "gui.socialInteractions.server_label.multiple": "%s - %s players", + "gui.socialInteractions.search_hint": "Search...", + "gui.socialInteractions.search_empty": "Couldn't find any players with that name", + "gui.socialInteractions.empty_hidden": "No players hidden in chat", + "gui.socialInteractions.empty_blocked": "No blocked players in chat", + "gui.socialInteractions.hide": "Hide in Chat", + "gui.socialInteractions.show": "Show in Chat", + "gui.socialInteractions.hidden_in_chat": "Chat messages from %s will be hidden", + "gui.socialInteractions.shown_in_chat": "Chat messages from %s will be shown", + "gui.socialInteractions.tooltip.hide": "Hide messages from %s in chat", + "gui.socialInteractions.tooltip.show": "Show messages from %s in chat", + "gui.narrate.button": "%s button", + "gui.narrate.slider": "%s slider", + "gui.narrate.editBox": "%s edit box: %s", + "translation.test.none": "Hello, world!", + "translation.test.complex": "Prefix, %s%2$s again %s and %1$s lastly %s and also %1$s again!", + "translation.test.escape": "%%s %%%s %%%%s %%%%%s", + "translation.test.invalid": "hi %", + "translation.test.invalid2": "hi % s", + "translation.test.args": "%s %s", + "translation.test.world": "world", + "menu.game": "Game Menu", + "menu.singleplayer": "Singleplayer", + "menu.multiplayer": "Multiplayer", + "menu.online": "Minecraft Realms", + "menu.options": "Options...", + "menu.quit": "Quit Game", + "menu.returnToMenu": "Save and Quit to Title", + "menu.disconnect": "Disconnect", + "menu.returnToGame": "Back to Game", + "menu.generatingLevel": "Generating world", + "menu.loadingLevel": "Loading world", + "menu.savingLevel": "Saving world", + "menu.working": "Working...", + "menu.savingChunks": "Saving chunks", + "menu.preparingSpawn": "Preparing spawn area: %s%%", + "menu.loadingForcedChunks": "Loading forced chunks for dimension %s", + "menu.generatingTerrain": "Building terrain", + "menu.convertingLevel": "Converting world", + "menu.respawning": "Respawning", + "menu.shareToLan": "Open to LAN", + "menu.sendFeedback": "Give Feedback", + "menu.reportBugs": "Report Bugs", + "menu.paused": "Game Paused", + "menu.modded": " (Modded)", + "optimizeWorld.confirm.title": "Optimize World", + "optimizeWorld.confirm.description": "This will attempt to optimize your world by making sure all data is stored in the most recent game format. This can take a very long time, depending on your world. Once done, your world may play faster but will no longer be compatible with older versions of the game. Are you sure you wish to proceed?", + "optimizeWorld.title": "Optimizing World '%s'", + "optimizeWorld.stage.counting": "Counting chunks...", + "optimizeWorld.stage.upgrading": "Upgrading all chunks...", + "optimizeWorld.stage.finished": "Finishing up...", + "optimizeWorld.stage.failed": "Failed! :(", + "optimizeWorld.info.converted": "Upgraded chunks: %s", + "optimizeWorld.info.skipped": "Skipped chunks: %s", + "optimizeWorld.info.total": "Total chunks: %s", + "selectWorld.title": "Select World", + "selectWorld.search": "search for worlds", + "selectWorld.world": "World", + "selectWorld.select": "Play Selected World", + "selectWorld.create": "Create New World", + "selectWorld.recreate": "Re-Create", + "selectWorld.createDemo": "Play New Demo World", + "selectWorld.delete": "Delete", + "selectWorld.edit": "Edit", + "selectWorld.edit.title": "Edit World", + "selectWorld.edit.resetIcon": "Reset Icon", + "selectWorld.edit.openFolder": "Open World Folder", + "selectWorld.edit.save": "Save", + "selectWorld.edit.backup": "Make Backup", + "selectWorld.edit.backupFolder": "Open Backups Folder", + "selectWorld.edit.backupFailed": "Backup failed", + "selectWorld.edit.backupCreated": "Backed up: %s", + "selectWorld.edit.backupSize": "size: %s MB", + "selectWorld.edit.optimize": "Optimize World", + "selectWorld.edit.export_worldgen_settings": "Export World Generation Settings", + "selectWorld.edit.export_worldgen_settings.success": "Exported", + "selectWorld.edit.export_worldgen_settings.failure": "Export failed", + "selectWorld.deleteQuestion": "Are you sure you want to delete this world?", + "selectWorld.deleteWarning": "'%s' will be lost forever! (A long time!)", + "selectWorld.deleteButton": "Delete", + "selectWorld.conversion": "Must be converted!", + "selectWorld.locked": "Locked by another running instance of Minecraft", + "selectWorld.newWorld": "New World", + "selectWorld.enterName": "World Name", + "selectWorld.resultFolder": "Will be saved in:", + "selectWorld.enterSeed": "Seed for the world generator", + "selectWorld.seedInfo": "Leave blank for a random seed", + "selectWorld.cheats": "Cheats", + "selectWorld.customizeType": "Customize", + "selectWorld.version": "Version:", + "selectWorld.versionUnknown": "unknown", + "selectWorld.versionQuestion": "Do you really want to load this world?", + "selectWorld.versionWarning": "This world was last played in version %s and loading it in this version could cause corruption!", + "selectWorld.versionJoinButton": "Load Anyway", + "selectWorld.backupQuestion": "Do you really want to load this world?", + "selectWorld.backupWarning": "This world was last played in version %s; you are on version %s. Please make a backup in case you experience world corruptions!", + "selectWorld.backupQuestion.customized": "Customized worlds are no longer supported", + "selectWorld.backupWarning.customized": "Unfortunately, we do not support customized worlds in this version of Minecraft. We can still load this world and keep everything the way it was, but any newly generated terrain will no longer be customized. We're sorry for the inconvenience!", + "selectWorld.backupQuestion.experimental": "Worlds using Experimental Settings are not supported", + "selectWorld.backupWarning.experimental": "This world uses experimental settings that could stop working at any time. We cannot guarantee it will load or work. Here be dragons!", + "selectWorld.backupEraseCache": "Erase cached data", + "selectWorld.backupJoinConfirmButton": "Create Backup and Load", + "selectWorld.backupJoinSkipButton": "I know what I'm doing!", + "selectWorld.tooltip.fromNewerVersion1": "World was saved in a newer version,", + "selectWorld.tooltip.fromNewerVersion2": "loading this world could cause problems!", + "selectWorld.tooltip.snapshot1": "Don't forget to back up this world", + "selectWorld.tooltip.snapshot2": "before you load it in this snapshot.", + "selectWorld.unable_to_load": "Unable to load worlds", + "selectWorld.futureworld.error.title": "An error occurred!", + "selectWorld.futureworld.error.text": "Something went wrong while trying to load a world from a future version. This was a risky operation to begin with; sorry it didn't work.", + "selectWorld.recreate.error.title": "An error occurred!", + "selectWorld.recreate.error.text": "Something went wrong while trying to recreate a world.", + "selectWorld.recreate.customized.title": "Customized worlds are no longer supported", + "selectWorld.recreate.customized.text": "Customized worlds are no longer supported in this version of Minecraft. We can try to recreate it with the same seed and properties, but any terrain customizations will be lost. We're sorry for the inconvenience!", + "selectWorld.load_folder_access": "Unable to read or access folder where game worlds are saved!", + "selectWorld.access_failure": "Failed to access world", + "selectWorld.delete_failure": "Failed to delete world", + "selectWorld.data_read": "Reading world data...", + "createWorld.customize.presets": "Presets", + "createWorld.customize.presets.title": "Select a Preset", + "createWorld.customize.presets.select": "Use Preset", + "createWorld.customize.presets.share": "Want to share your preset with someone? Use the box below!", + "createWorld.customize.presets.list": "Alternatively, here's some we made earlier!", + "createWorld.customize.flat.title": "Superflat Customization", + "createWorld.customize.flat.tile": "Layer Material", + "createWorld.customize.flat.height": "Height", + "createWorld.customize.flat.removeLayer": "Remove Layer", + "createWorld.customize.flat.layer.top": "Top - %s", + "createWorld.customize.flat.layer": "%s", + "createWorld.customize.flat.layer.bottom": "Bottom - %s", + "createWorld.customize.buffet.title": "Buffet world customization", + "createWorld.customize.buffet.biome": "Please select a biome", + "createWorld.customize.preset.classic_flat": "Classic Flat", + "createWorld.customize.preset.tunnelers_dream": "Tunnelers' Dream", + "createWorld.customize.preset.water_world": "Water World", + "createWorld.customize.preset.overworld": "Overworld", + "createWorld.customize.preset.snowy_kingdom": "Snowy Kingdom", + "createWorld.customize.preset.bottomless_pit": "Bottomless Pit", + "createWorld.customize.preset.desert": "Desert", + "createWorld.customize.preset.redstone_ready": "Redstone Ready", + "createWorld.customize.preset.the_void": "The Void", + "createWorld.customize.custom.page0": "Basic Settings", + "createWorld.customize.custom.page1": "Ore Settings", + "createWorld.customize.custom.page2": "Advanced Settings (Expert Users Only!)", + "createWorld.customize.custom.page3": "Extra Advanced Settings (Expert Users Only!)", + "createWorld.customize.custom.randomize": "Randomize", + "createWorld.customize.custom.prev": "Previous Page", + "createWorld.customize.custom.next": "Next Page", + "createWorld.customize.custom.defaults": "Defaults", + "createWorld.customize.custom.confirm1": "This will overwrite your current", + "createWorld.customize.custom.confirm2": "settings and cannot be undone.", + "createWorld.customize.custom.confirmTitle": "Warning!", + "createWorld.customize.custom.mainNoiseScaleX": "Main Noise Scale X", + "createWorld.customize.custom.mainNoiseScaleY": "Main Noise Scale Y", + "createWorld.customize.custom.mainNoiseScaleZ": "Main Noise Scale Z", + "createWorld.customize.custom.depthNoiseScaleX": "Depth Noise Scale X", + "createWorld.customize.custom.depthNoiseScaleZ": "Depth Noise Scale Z", + "createWorld.customize.custom.depthNoiseScaleExponent": "Depth Noise Exponent", + "createWorld.customize.custom.baseSize": "Depth Base Size", + "createWorld.customize.custom.coordinateScale": "Coordinate Scale", + "createWorld.customize.custom.heightScale": "Height Scale", + "createWorld.customize.custom.stretchY": "Height Stretch", + "createWorld.customize.custom.upperLimitScale": "Upper Limit Scale", + "createWorld.customize.custom.lowerLimitScale": "Lower Limit Scale", + "createWorld.customize.custom.biomeDepthWeight": "Biome Depth Weight", + "createWorld.customize.custom.biomeDepthOffset": "Biome Depth Offset", + "createWorld.customize.custom.biomeScaleWeight": "Biome Scale Weight", + "createWorld.customize.custom.biomeScaleOffset": "Biome Scale Offset", + "createWorld.customize.custom.seaLevel": "Sea Level", + "createWorld.customize.custom.useCaves": "Caves", + "createWorld.customize.custom.useStrongholds": "Strongholds", + "createWorld.customize.custom.useVillages": "Villages", + "createWorld.customize.custom.useMineShafts": "Mineshafts", + "createWorld.customize.custom.useTemples": "Temples", + "createWorld.customize.custom.useOceanRuins": "Ocean Ruins", + "createWorld.customize.custom.useMonuments": "Ocean Monuments", + "createWorld.customize.custom.useMansions": "Woodland Mansions", + "createWorld.customize.custom.useRavines": "Ravines", + "createWorld.customize.custom.useDungeons": "Dungeons", + "createWorld.customize.custom.dungeonChance": "Dungeon Count", + "createWorld.customize.custom.useWaterLakes": "Water Lakes", + "createWorld.customize.custom.waterLakeChance": "Water Lake Rarity", + "createWorld.customize.custom.useLavaLakes": "Lava Lakes", + "createWorld.customize.custom.lavaLakeChance": "Lava Lake Rarity", + "createWorld.customize.custom.useLavaOceans": "Lava Oceans", + "createWorld.customize.custom.fixedBiome": "Biome", + "createWorld.customize.custom.biomeSize": "Biome Size", + "createWorld.customize.custom.riverSize": "River Size", + "createWorld.customize.custom.size": "Spawn Size", + "createWorld.customize.custom.count": "Spawn Tries", + "createWorld.customize.custom.minHeight": "Min. Height", + "createWorld.customize.custom.maxHeight": "Max. Height", + "createWorld.customize.custom.center": "Center Height", + "createWorld.customize.custom.spread": "Spread Height", + "createWorld.customize.custom.presets.title": "Customize World Presets", + "createWorld.customize.custom.presets": "Presets", + "createWorld.customize.custom.preset.waterWorld": "Water World", + "createWorld.customize.custom.preset.isleLand": "Isle Land", + "createWorld.customize.custom.preset.caveDelight": "Caver's Delight", + "createWorld.customize.custom.preset.mountains": "Mountain Madness", + "createWorld.customize.custom.preset.drought": "Drought", + "createWorld.customize.custom.preset.caveChaos": "Caves of Chaos", + "createWorld.customize.custom.preset.goodLuck": "Good Luck", + "createWorld.preparing": "Preparing for world creation...", + "datapackFailure.title": "Errors in currently selected datapacks prevented the world from loading.\nYou can either try to load it with only the vanilla data pack (\"safe mode\"), or go back to the title screen and fix it manually.", + "datapackFailure.safeMode": "Safe Mode", + "editGamerule.title": "Edit Game Rules", + "editGamerule.default": "Default: %s", + "gameMode.survival": "Survival Mode", + "gameMode.creative": "Creative Mode", + "gameMode.adventure": "Adventure Mode", + "gameMode.spectator": "Spectator Mode", + "gameMode.hardcore": "Hardcore Mode!", + "gameMode.changed": "Your game mode has been updated to %s", + "spectatorMenu.previous_page": "Previous Page", + "spectatorMenu.next_page": "Next Page", + "spectatorMenu.close": "Close Menu", + "spectatorMenu.teleport": "Teleport to Player", + "spectatorMenu.teleport.prompt": "Select a player to teleport to", + "spectatorMenu.team_teleport": "Teleport to Team Member", + "spectatorMenu.team_teleport.prompt": "Select a team to teleport to", + "spectatorMenu.root.prompt": "Press a key to select a command, and again to use it.", + "selectWorld.gameMode": "Game Mode", + "selectWorld.gameMode.survival": "Survival", + "selectWorld.gameMode.survival.line1": "Search for resources, craft, gain", + "selectWorld.gameMode.survival.line2": "levels, health and hunger", + "selectWorld.gameMode.creative": "Creative", + "selectWorld.gameMode.creative.line1": "Unlimited resources, free flying and", + "selectWorld.gameMode.creative.line2": "destroy blocks instantly", + "selectWorld.gameMode.spectator": "Spectator", + "selectWorld.gameMode.spectator.line1": "You can look but don't touch", + "selectWorld.gameMode.spectator.line2": "", + "selectWorld.gameMode.hardcore": "Hardcore", + "selectWorld.gameMode.hardcore.line1": "Same as Survival Mode, locked at hardest", + "selectWorld.gameMode.hardcore.line2": "difficulty, and one life only", + "selectWorld.gameMode.adventure": "Adventure", + "selectWorld.gameMode.adventure.line1": "Same as Survival Mode, but blocks can't", + "selectWorld.gameMode.adventure.line2": "be added or removed", + "selectWorld.moreWorldOptions": "More World Options...", + "selectWorld.gameRules": "Game Rules", + "selectWorld.mapFeatures": "Generate Structures", + "selectWorld.mapFeatures.info": "Villages, dungeons etc.", + "selectWorld.mapType": "World Type:", + "selectWorld.mapType.normal": "Normal", + "selectWorld.allowCommands": "Allow Cheats", + "selectWorld.allowCommands.info": "Commands like /gamemode, /experience", + "selectWorld.dataPacks": "Data Packs", + "selectWorld.bonusItems": "Bonus Chest", + "selectWorld.import_worldgen_settings": "Import Settings", + "selectWorld.import_worldgen_settings.select_file": "Select settings file (.json)", + "selectWorld.import_worldgen_settings.failure": "Error importing settings", + "selectWorld.import_worldgen_settings.experimental.title": "Warning! These settings are using experimental features", + "selectWorld.import_worldgen_settings.experimental.question": "These settings are experimental and could one day stop working. Do you wish to proceed?", + "selectWorld.import_worldgen_settings.deprecated.title": "Warning! These settings are using deprecated features", + "selectWorld.import_worldgen_settings.deprecated.question": "Some features used are deprecated and will stop working in the future. Do you wish to proceed?", + "generator.default": "Default", + "generator.flat": "Superflat", + "generator.large_biomes": "Large Biomes", + "generator.amplified": "AMPLIFIED", + "generator.customized": "Old Customized", + "generator.custom": "Custom", + "generator.debug_all_block_states": "Debug Mode", + "generator.amplified.info": "Notice: Just for fun! Requires a beefy computer.", + "generator.single_biome_surface": "Single Biome", + "generator.single_biome_caves": "Caves", + "generator.single_biome_floating_islands": "Floating Islands", + "selectServer.title": "Select Server", + "selectServer.select": "Join Server", + "selectServer.direct": "Direct Connection", + "selectServer.edit": "Edit", + "selectServer.delete": "Delete", + "selectServer.add": "Add Server", + "selectServer.defaultName": "Minecraft Server", + "selectServer.deleteQuestion": "Are you sure you want to remove this server?", + "selectServer.deleteWarning": "'%s' will be lost forever! (A long time!)", + "selectServer.deleteButton": "Delete", + "selectServer.refresh": "Refresh", + "selectServer.hiddenAddress": "(Hidden)", + "addServer.title": "Edit Server Info", + "addServer.enterName": "Server Name", + "addServer.enterIp": "Server Address", + "addServer.add": "Done", + "addServer.hideAddress": "Hide Address", + "addServer.resourcePack": "Server Resource Packs", + "addServer.resourcePack.enabled": "Enabled", + "addServer.resourcePack.disabled": "Disabled", + "addServer.resourcePack.prompt": "Prompt", + "lanServer.title": "LAN World", + "lanServer.scanning": "Scanning for games on your local network", + "lanServer.start": "Start LAN World", + "lanServer.otherPlayers": "Settings for Other Players", + "multiplayerWarning.header": "Caution: Third-Party Online Play", + "multiplayerWarning.message": "Caution: Online play is offered by third-party servers that are not owned, operated, or supervised by Mojang Studios or Microsoft. During online play, you may be exposed to unmoderated chat messages or other types of user-generated content that may not be suitable for everyone.", + "multiplayerWarning.check": "Do not show this screen again", + "multiplayer.title": "Play Multiplayer", + "multiplayer.texturePrompt.line1": "This server recommends the use of a custom resource pack.", + "multiplayer.texturePrompt.line2": "Would you like to download and install it automagically?", + "multiplayer.downloadingTerrain": "Loading terrain...", + "multiplayer.downloadingStats": "Retrieving statistics...", + "multiplayer.stopSleeping": "Leave Bed", + "multiplayer.message_not_delivered": "Can't deliver chat message, check server logs: %s", + "multiplayer.player.joined": "%s joined the game", + "multiplayer.player.joined.renamed": "%s (formerly known as %s) joined the game", + "multiplayer.player.left": "%s left the game", + "multiplayer.status.and_more": "... and %s more ...", + "multiplayer.status.cancelled": "Cancelled", + "multiplayer.status.cannot_connect": "Can't connect to server", + "multiplayer.status.cannot_resolve": "Can't resolve hostname", + "multiplayer.status.finished": "Finished", + "multiplayer.status.incompatible": "Incompatible version!", + "multiplayer.status.no_connection": "(no connection)", + "multiplayer.status.ping": "%s ms", + "multiplayer.status.old": "Old", + "multiplayer.status.pinging": "Pinging...", + "multiplayer.status.quitting": "Quitting", + "multiplayer.status.unknown": "???", + "multiplayer.status.unrequested": "Received unrequested status", + "multiplayer.status.request_handled": "Status request has been handled", + "multiplayer.disconnect.authservers_down": "Authentication servers are down. Please try again later, sorry!", + "multiplayer.disconnect.banned": "You are banned from this server", + "multiplayer.disconnect.banned.reason": "You are banned from this server.\nReason: %s", + "multiplayer.disconnect.banned.expiration": "\nYour ban will be removed on %s", + "multiplayer.disconnect.banned_ip.reason": "Your IP address is banned from this server.\nReason: %s", + "multiplayer.disconnect.banned_ip.expiration": "\nYour ban will be removed on %s", + "multiplayer.disconnect.duplicate_login": "You logged in from another location", + "multiplayer.disconnect.flying": "Flying is not enabled on this server", + "multiplayer.disconnect.generic": "Disconnected", + "multiplayer.disconnect.idling": "You have been idle for too long!", + "multiplayer.disconnect.illegal_characters": "Illegal characters in chat", + "multiplayer.disconnect.invalid_entity_attacked": "Attempting to attack an invalid entity", + "multiplayer.disconnect.invalid_player_movement": "Invalid move player packet received", + "multiplayer.disconnect.invalid_vehicle_movement": "Invalid move vehicle packet received", + "multiplayer.disconnect.ip_banned": "You have been IP banned from this server", + "multiplayer.disconnect.kicked": "Kicked by an operator", + "multiplayer.disconnect.incompatible": "Incompatible client! Please use %s", + "multiplayer.disconnect.outdated_client": "Incompatible client! Please use %s", + "multiplayer.disconnect.outdated_server": "Incompatible client! Please use %s", + "multiplayer.disconnect.server_shutdown": "Server closed", + "multiplayer.disconnect.slow_login": "Took too long to log in", + "multiplayer.disconnect.unverified_username": "Failed to verify username!", + "multiplayer.disconnect.not_whitelisted": "You are not white-listed on this server!", + "multiplayer.disconnect.server_full": "The server is full!", + "multiplayer.disconnect.name_taken": "That name is already taken", + "multiplayer.disconnect.unexpected_query_response": "Unexpected custom data from client", + "multiplayer.disconnect.missing_tags": "Incomplete set of tags received from server.\nPlease contact server operator.", + "multiplayer.socialInteractions.not_available": "Social Interactions are only available in Multiplayer worlds", + "chat.editBox": "chat", + "chat.cannotSend": "Cannot send chat message", + "chat.type.text": "<%s> %s", + "chat.type.text.narrate": "%s says %s", + "chat.type.emote": "* %s %s", + "chat.type.announcement": "[%s] %s", + "chat.type.admin": "[%s: %s]", + "chat.type.advancement.task": "%s has made the advancement %s", + "chat.type.advancement.challenge": "%s has completed the challenge %s", + "chat.type.advancement.goal": "%s has reached the goal %s", + "chat.type.team.text": "%s <%s> %s", + "chat.type.team.sent": "-> %s <%s> %s", + "chat.type.team.hover": "Message Team", + "chat.link.confirm": "Are you sure you want to open the following website?", + "chat.link.warning": "Never open links from people that you don't trust!", + "chat.copy": "Copy to Clipboard", + "chat.copy.click": "Click to Copy to Clipboard", + "chat.link.confirmTrusted": "Do you want to open this link or copy it to your clipboard?", + "chat.link.open": "Open in Browser", + "chat.coordinates": "%s, %s, %s", + "chat.coordinates.tooltip": "Click to teleport", + "chat.queue": "[+%s pending lines]", + "chat.square_brackets": "[%s]", + "menu.playdemo": "Play Demo World", + "menu.resetdemo": "Reset Demo World", + "demo.day.1": "This demo will last five game days. Do your best!", + "demo.day.2": "Day Two", + "demo.day.3": "Day Three", + "demo.day.4": "Day Four", + "demo.day.5": "This is your last day!", + "demo.day.warning": "Your time is almost up!", + "demo.day.6": "You have passed your fifth day. Use %s to save a screenshot of your creation.", + "demo.reminder": "The demo time has expired. Buy the game to continue or start a new world!", + "demo.remainingTime": "Remaining time: %s", + "demo.demoExpired": "Demo time's up!", + "demo.help.movement": "Use the %1$s, %2$s, %3$s, %4$s keys and the mouse to move around", + "demo.help.movementShort": "Move by pressing the %1$s, %2$s, %3$s, %4$s keys", + "demo.help.movementMouse": "Look around using the mouse", + "demo.help.jump": "Jump by pressing the %1$s key", + "demo.help.inventory": "Use the %1$s key to open your inventory", + "demo.help.title": "Minecraft Demo Mode", + "demo.help.fullWrapped": "This demo will last 5 in-game days (about 1 hour and 40 minutes of real time). Check the advancements for hints! Have fun!", + "demo.help.buy": "Purchase Now!", + "demo.help.later": "Continue Playing!", + "connect.connecting": "Connecting to the server...", + "connect.aborted": "Aborted", + "connect.authorizing": "Logging in...", + "connect.negotiating": "Negotiating...", + "connect.encrypting": "Encrypting...", + "connect.joining": "Joining world...", + "connect.failed": "Failed to connect to the server", + "disconnect.genericReason": "%s", + "disconnect.disconnected": "Disconnected by Server", + "disconnect.lost": "Connection Lost", + "disconnect.kicked": "Was kicked from the game", + "disconnect.timeout": "Timed out", + "disconnect.closed": "Connection closed", + "disconnect.loginFailed": "Failed to log in", + "disconnect.loginFailedInfo": "Failed to log in: %s", + "disconnect.loginFailedInfo.serversUnavailable": "The authentication servers are currently down for maintenance.", + "disconnect.loginFailedInfo.invalidSession": "Invalid session (Try restarting your game and the launcher)", + "disconnect.loginFailedInfo.insufficientPrivileges": "Multiplayer is disabled. Please check your Microsoft account settings.", + "disconnect.quitting": "Quitting", + "disconnect.endOfStream": "End of stream", + "disconnect.overflow": "Buffer overflow", + "disconnect.spam": "Kicked for spamming", + "disconnect.exceeded_packet_rate": "Kicked for exceeding packet rate limit", + "soundCategory.master": "Master Volume", + "soundCategory.music": "Music", + "soundCategory.record": "Jukebox/Note Blocks", + "soundCategory.weather": "Weather", + "soundCategory.hostile": "Hostile Creatures", + "soundCategory.neutral": "Friendly Creatures", + "soundCategory.player": "Players", + "soundCategory.block": "Blocks", + "soundCategory.ambient": "Ambient/Environment", + "soundCategory.voice": "Voice/Speech", + "record.nowPlaying": "Now Playing: %s", + "options.off": "OFF", + "options.on": "ON", + "options.off.composed": "%s: OFF", + "options.on.composed": "%s: ON", + "options.generic_value": "%s: %s", + "options.pixel_value": "%s: %spx", + "options.percent_value": "%s: %s%%", + "options.percent_add_value": "%s: +%s%%", + "options.visible": "Shown", + "options.hidden": "Hidden", + "options.title": "Options", + "options.controls": "Controls...", + "options.video": "Video Settings...", + "options.language": "Language...", + "options.sounds": "Music & Sounds...", + "options.sounds.title": "Music & Sound Options", + "options.languageWarning": "Language translations may not be 100%% accurate", + "options.videoTitle": "Video Settings", + "options.mouse_settings": "Mouse Settings...", + "options.mouse_settings.title": "Mouse Settings", + "options.customizeTitle": "Customize World Settings", + "options.invertMouse": "Invert Mouse", + "options.fov": "FOV", + "options.fov.min": "Normal", + "options.fov.max": "Quake Pro", + "options.screenEffectScale": "Distortion Effects", + "options.screenEffectScale.off": "Off", + "options.screenEffectScale.tooltip": "Strength of nausea and Nether portal screen distortion effects.\nAt lower values, the nausea effect is replaced with a green overlay.", + "options.fovEffectScale": "FOV Effects", + "options.fovEffectScale.off": "Off", + "options.fovEffectScale.tooltip": "Controls how much the field of view can change with speed effects.", + "options.biomeBlendRadius": "Biome Blend", + "options.biomeBlendRadius.1": "OFF (Fastest)", + "options.biomeBlendRadius.3": "3x3 (Fast)", + "options.biomeBlendRadius.5": "5x5 (Normal)", + "options.biomeBlendRadius.7": "7x7 (High)", + "options.biomeBlendRadius.9": "9x9 (Very High)", + "options.biomeBlendRadius.11": "11x11 (Extreme)", + "options.biomeBlendRadius.13": "13x13 (Showoff)", + "options.biomeBlendRadius.15": "15x15 (Maximum)", + "options.gamma": "Brightness", + "options.gamma.min": "Moody", + "options.gamma.max": "Bright", + "options.sensitivity": "Sensitivity", + "options.sensitivity.min": "*yawn*", + "options.sensitivity.max": "HYPERSPEED!!!", + "options.renderDistance": "Render Distance", + "options.entityDistanceScaling": "Entity Distance", + "options.viewBobbing": "View Bobbing", + "options.ao": "Smooth Lighting", + "options.ao.off": "OFF", + "options.ao.min": "Minimum", + "options.ao.max": "Maximum", + "options.chunks": "%s chunks", + "options.framerate": "%s fps", + "options.framerateLimit": "Max Framerate", + "options.framerateLimit.max": "Unlimited", + "options.difficulty": "Difficulty", + "options.difficulty.peaceful": "Peaceful", + "options.difficulty.easy": "Easy", + "options.difficulty.normal": "Normal", + "options.difficulty.hard": "Hard", + "options.difficulty.hardcore": "Hardcore", + "options.graphics": "Graphics", + "options.graphics.fabulous.tooltip": "%s graphics uses screen shaders for drawing weather, clouds, and particles behind translucent blocks and water.\nThis may severely impact performance for portable devices and 4K displays.", + "options.graphics.fabulous": "Fabulous!", + "options.graphics.fancy.tooltip": "Fancy graphics balances performance and quality for the majority of machines.\nWeather, clouds, and particles may not appear behind translucent blocks or water.", + "options.graphics.fancy": "Fancy", + "options.graphics.fast.tooltip": "Fast graphics reduces the amount of visible rain and snow.\nTransparency effects are disabled for various blocks such as leaves.", + "options.graphics.fast": "Fast", + "options.graphics.warning.title": "Graphics Device Unsupported", + "options.graphics.warning.message": "Your graphics device is detected as unsupported for the %s graphics option.\n\nYou may ignore this and continue, however support will not be provided for your device if you choose to use %s graphics.", + "options.graphics.warning.renderer": "Renderer detected: [%s]", + "options.graphics.warning.vendor": "Vendor detected: [%s]", + "options.graphics.warning.version": "OpenGL Version detected: [%s]", + "options.graphics.warning.accept": "Continue without Support", + "options.graphics.warning.cancel": "Take me Back", + "options.clouds.fancy": "Fancy", + "options.clouds.fast": "Fast", + "options.guiScale": "GUI Scale", + "options.guiScale.auto": "Auto", + "options.renderClouds": "Clouds", + "options.particles": "Particles", + "options.particles.all": "All", + "options.particles.decreased": "Decreased", + "options.particles.minimal": "Minimal", + "options.multiplayer.title": "Multiplayer Settings...", + "options.chat.title": "Chat Settings...", + "options.chat.visibility": "Chat", + "options.chat.visibility.full": "Shown", + "options.chat.visibility.system": "Commands Only", + "options.chat.visibility.hidden": "Hidden", + "options.chat.color": "Colors", + "options.chat.opacity": "Chat Text Opacity", + "options.chat.line_spacing": "Line Spacing", + "options.chat.links": "Web Links", + "options.chat.links.prompt": "Prompt on Links", + "options.chat.delay_none": "Chat Delay: None", + "options.chat.delay": "Chat Delay: %s seconds", + "options.chat.scale": "Chat Text Size", + "options.chat.width": "Width", + "options.chat.height.focused": "Focused Height", + "options.chat.height.unfocused": "Unfocused Height", + "options.accessibility.title": "Accessibility Settings...", + "options.accessibility.text_background": "Text Background", + "options.accessibility.text_background.chat": "Chat", + "options.accessibility.text_background.everywhere": "Everywhere", + "options.accessibility.text_background_opacity": "Text Background Opacity", + "options.accessibility.link": "Accessibility Guide", + "options.key.toggle": "Toggle", + "options.key.hold": "Hold", + "options.skinCustomisation": "Skin Customization...", + "options.skinCustomisation.title": "Skin Customization", + "options.modelPart.cape": "Cape", + "options.modelPart.hat": "Hat", + "options.modelPart.jacket": "Jacket", + "options.modelPart.left_sleeve": "Left Sleeve", + "options.modelPart.right_sleeve": "Right Sleeve", + "options.modelPart.left_pants_leg": "Left Pants Leg", + "options.modelPart.right_pants_leg": "Right Pants Leg", + "options.snooper": "Allow Snooper", + "options.snooper.view": "Snooper Settings...", + "options.snooper.title": "Feed us data!", + "options.snooper.desc": "We always want to improve Minecraft and, to help us do that, we'd like to collect some information. This lets us know what hardware to support and where the big problems are. It also gives us a sense of the size of our active player base, so we know if we're doing a good job. You can view all the information we collect below. If you want to opt out then you can simply toggle it off!", + "options.resourcepack": "Resource Packs...", + "options.fullscreen": "Fullscreen", + "options.vsync": "Use VSync", + "options.vbo": "Use VBOs", + "options.touchscreen": "Touchscreen Mode", + "options.reducedDebugInfo": "Reduced Debug Info", + "options.entityShadows": "Entity Shadows", + "options.mainHand": "Main Hand", + "options.mainHand.left": "Left", + "options.mainHand.right": "Right", + "options.attackIndicator": "Attack Indicator", + "options.attack.crosshair": "Crosshair", + "options.attack.hotbar": "Hotbar", + "options.showSubtitles": "Show Subtitles", + "options.realmsNotifications": "Realms Notifications", + "options.autoJump": "Auto-Jump", + "options.autoSuggestCommands": "Command Suggestions", + "options.discrete_mouse_scroll": "Discrete Scrolling", + "options.mouseWheelSensitivity": "Scroll Sensitivity", + "options.rawMouseInput": "Raw Input", + "options.narrator": "Narrator", + "options.narrator.off": "OFF", + "options.narrator.all": "Narrates All", + "options.narrator.chat": "Narrates Chat", + "options.narrator.system": "Narrates System", + "options.narrator.notavailable": "Not Available", + "options.fullscreen.resolution": "Fullscreen Resolution", + "options.fullscreen.unavailable": "Setting unavailable", + "options.fullscreen.current": "Current", + "options.mipmapLevels": "Mipmap Levels", + "options.forceUnicodeFont": "Force Unicode Font", + "options.hideMatchedNames": "Hide Matched Names", + "options.hideMatchedNames.tooltip": "3rd-party Servers may send chat messages in non-standard formats.\nWith this option on: hidden players will be matched based on chat sender names.", + "narrator.toast.disabled": "Narrator Disabled", + "narrator.toast.enabled": "Narrator Enabled", + "difficulty.lock.title": "Lock World Difficulty", + "difficulty.lock.question": "Are you sure you want to lock the difficulty of this world? This will set this world to always be %1$s, and you will never be able to change that again.", + "title.oldgl.eol.line1": "Old graphics card detected; this WILL prevent you from", + "title.oldgl.eol.line2": "playing future updates as OpenGL 2.0 will be required!", + "title.oldgl.deprecation.line1": "Old graphics card detected; this may prevent you from", + "title.oldgl.deprecation.line2": "playing in the future as OpenGL 3.2 will be required!", + "title.multiplayer.disabled": "Multiplayer is disabled. Please check your Microsoft account settings.", + "controls.title": "Controls", + "controls.reset": "Reset", + "controls.resetAll": "Reset Keys", + "key.sprint": "Sprint", + "key.forward": "Walk Forwards", + "key.left": "Strafe Left", + "key.back": "Walk Backwards", + "key.right": "Strafe Right", + "key.jump": "Jump", + "key.inventory": "Open/Close Inventory", + "key.drop": "Drop Selected Item", + "key.swapOffhand": "Swap Item With Offhand", + "key.chat": "Open Chat", + "key.sneak": "Sneak", + "key.playerlist": "List Players", + "key.attack": "Attack/Destroy", + "key.use": "Use Item/Place Block", + "key.pickItem": "Pick Block", + "key.command": "Open Command", + "key.socialInteractions": "Social Interactions Screen", + "key.screenshot": "Take Screenshot", + "key.togglePerspective": "Toggle Perspective", + "key.smoothCamera": "Toggle Cinematic Camera", + "key.fullscreen": "Toggle Fullscreen", + "key.spectatorOutlines": "Highlight Players (Spectators)", + "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.saveToolbarActivator": "Save Hotbar Activator", + "key.loadToolbarActivator": "Load Hotbar Activator", + "key.advancements": "Advancements", + "key.categories.movement": "Movement", + "key.categories.misc": "Miscellaneous", + "key.categories.multiplayer": "Multiplayer", + "key.categories.gameplay": "Gameplay", + "key.categories.ui": "Game Interface", + "key.categories.inventory": "Inventory", + "key.categories.creative": "Creative Mode", + "key.mouse.left": "Left Button", + "key.mouse.right": "Right Button", + "key.mouse.middle": "Middle Button", + "key.mouse": "Button %1$s", + "key.keyboard.unknown": "Not bound", + "key.keyboard.apostrophe": "'", + "key.keyboard.backslash": "\\", + "key.keyboard.backspace": "Backspace", + "key.keyboard.comma": ",", + "key.keyboard.delete": "Delete", + "key.keyboard.end": "End", + "key.keyboard.enter": "Enter", + "key.keyboard.equal": "=", + "key.keyboard.escape": "Escape", + "key.keyboard.f1": "F1", + "key.keyboard.f2": "F2", + "key.keyboard.f3": "F3", + "key.keyboard.f4": "F4", + "key.keyboard.f5": "F5", + "key.keyboard.f6": "F6", + "key.keyboard.f7": "F7", + "key.keyboard.f8": "F8", + "key.keyboard.f9": "F9", + "key.keyboard.f10": "F10", + "key.keyboard.f11": "F11", + "key.keyboard.f12": "F12", + "key.keyboard.f13": "F13", + "key.keyboard.f14": "F14", + "key.keyboard.f15": "F15", + "key.keyboard.f16": "F16", + "key.keyboard.f17": "F17", + "key.keyboard.f18": "F18", + "key.keyboard.f19": "F19", + "key.keyboard.f20": "F20", + "key.keyboard.f21": "F21", + "key.keyboard.f22": "F22", + "key.keyboard.f23": "F23", + "key.keyboard.f24": "F24", + "key.keyboard.f25": "F25", + "key.keyboard.grave.accent": "`", + "key.keyboard.home": "Home", + "key.keyboard.insert": "Insert", + "key.keyboard.keypad.0": "Keypad 0", + "key.keyboard.keypad.1": "Keypad 1", + "key.keyboard.keypad.2": "Keypad 2", + "key.keyboard.keypad.3": "Keypad 3", + "key.keyboard.keypad.4": "Keypad 4", + "key.keyboard.keypad.5": "Keypad 5", + "key.keyboard.keypad.6": "Keypad 6", + "key.keyboard.keypad.7": "Keypad 7", + "key.keyboard.keypad.8": "Keypad 8", + "key.keyboard.keypad.9": "Keypad 9", + "key.keyboard.keypad.add": "Keypad +", + "key.keyboard.keypad.decimal": "Keypad Decimal", + "key.keyboard.keypad.enter": "Keypad Enter", + "key.keyboard.keypad.equal": "Keypad =", + "key.keyboard.keypad.multiply": "Keypad *", + "key.keyboard.keypad.divide": "Keypad /", + "key.keyboard.keypad.subtract": "Keypad -", + "key.keyboard.left.bracket": "[", + "key.keyboard.right.bracket": "]", + "key.keyboard.minus": "-", + "key.keyboard.num.lock": "Num Lock", + "key.keyboard.caps.lock": "Caps Lock", + "key.keyboard.scroll.lock": "Scroll Lock", + "key.keyboard.page.down": "Page Down", + "key.keyboard.page.up": "Page Up", + "key.keyboard.pause": "Pause", + "key.keyboard.period": ".", + "key.keyboard.left.control": "Left Control", + "key.keyboard.right.control": "Right Control", + "key.keyboard.left.alt": "Left Alt", + "key.keyboard.right.alt": "Right Alt", + "key.keyboard.left.shift": "Left Shift", + "key.keyboard.right.shift": "Right Shift", + "key.keyboard.left.win": "Left Win", + "key.keyboard.right.win": "Right Win", + "key.keyboard.semicolon": ";", + "key.keyboard.slash": "/", + "key.keyboard.space": "Space", + "key.keyboard.tab": "Tab", + "key.keyboard.up": "Up Arrow", + "key.keyboard.down": "Down Arrow", + "key.keyboard.left": "Left Arrow", + "key.keyboard.right": "Right Arrow", + "key.keyboard.menu": "Menu", + "key.keyboard.print.screen": "Print Screen", + "key.keyboard.world.1": "World 1", + "key.keyboard.world.2": "World 2", + "pack.available.title": "Available", + "pack.selected.title": "Selected", + "pack.incompatible": "Incompatible", + "pack.incompatible.old": "(Made for an older version of Minecraft)", + "pack.incompatible.new": "(Made for a newer version of Minecraft)", + "pack.incompatible.confirm.title": "Are you sure you want to load this pack?", + "pack.incompatible.confirm.old": "This pack was made for an older version of Minecraft and may no longer work correctly.", + "pack.incompatible.confirm.new": "This pack was made for a newer version of Minecraft and may not work correctly.", + "pack.dropInfo": "Drag and drop files into this window to add packs", + "pack.dropConfirm": "Do you want to add the following packs to Minecraft?", + "pack.copyFailure": "Failed to copy packs", + "pack.nameAndSource": "%s (%s)", + "pack.openFolder": "Open Pack Folder", + "pack.folderInfo": "(Place pack files here)", + "resourcePack.title": "Select Resource Packs", + "resourcePack.server.name": "World Specific Resources", + "resourcePack.broken_assets": "BROKEN ASSETS DETECTED", + "resourcePack.load_fail": "Resource reload failed", + "dataPack.title": "Select Data Packs", + "dataPack.validation.working": "Validating selected data packs...", + "dataPack.validation.failed": "Data pack validation failed!", + "dataPack.validation.back": "Go Back", + "dataPack.validation.reset": "Reset to Default", + "sign.edit": "Edit Sign Message", + "book.pageIndicator": "Page %1$s of %2$s", + "book.byAuthor": "by %1$s", + "book.signButton": "Sign", + "book.editTitle": "Enter Book Title:", + "book.finalizeButton": "Sign and Close", + "book.finalizeWarning": "Note! When you sign the book, it will no longer be editable.", + "book.generation.0": "Original", + "book.generation.1": "Copy of original", + "book.generation.2": "Copy of a copy", + "book.generation.3": "Tattered", + "book.invalid.tag": "* Invalid book tag *", + "merchant.deprecated": "Villagers restock up to two times per day.", + "merchant.current_level": "Trader's current level", + "merchant.next_level": "Trader's next level", + "merchant.level.1": "Novice", + "merchant.level.2": "Apprentice", + "merchant.level.3": "Journeyman", + "merchant.level.4": "Expert", + "merchant.level.5": "Master", + "merchant.trades": "Trades", + "block.minecraft.air": "Air", + "block.minecraft.barrier": "Barrier", + "block.minecraft.stone": "Stone", + "block.minecraft.granite": "Granite", + "block.minecraft.polished_granite": "Polished Granite", + "block.minecraft.diorite": "Diorite", + "block.minecraft.polished_diorite": "Polished Diorite", + "block.minecraft.andesite": "Andesite", + "block.minecraft.polished_andesite": "Polished Andesite", + "block.minecraft.hay_block": "Hay Bale", + "block.minecraft.grass_block": "Grass Block", + "block.minecraft.dirt": "Dirt", + "block.minecraft.coarse_dirt": "Coarse Dirt", + "block.minecraft.podzol": "Podzol", + "block.minecraft.cobblestone": "Cobblestone", + "block.minecraft.oak_planks": "Oak Planks", + "block.minecraft.spruce_planks": "Spruce Planks", + "block.minecraft.birch_planks": "Birch Planks", + "block.minecraft.jungle_planks": "Jungle Planks", + "block.minecraft.acacia_planks": "Acacia Planks", + "block.minecraft.dark_oak_planks": "Dark Oak Planks", + "block.minecraft.oak_sapling": "Oak Sapling", + "block.minecraft.spruce_sapling": "Spruce Sapling", + "block.minecraft.birch_sapling": "Birch Sapling", + "block.minecraft.jungle_sapling": "Jungle Sapling", + "block.minecraft.acacia_sapling": "Acacia Sapling", + "block.minecraft.dark_oak_sapling": "Dark Oak Sapling", + "block.minecraft.oak_door": "Oak Door", + "block.minecraft.spruce_door": "Spruce Door", + "block.minecraft.birch_door": "Birch Door", + "block.minecraft.jungle_door": "Jungle Door", + "block.minecraft.acacia_door": "Acacia Door", + "block.minecraft.dark_oak_door": "Dark Oak Door", + "block.minecraft.bedrock": "Bedrock", + "block.minecraft.water": "Water", + "block.minecraft.lava": "Lava", + "block.minecraft.sand": "Sand", + "block.minecraft.red_sand": "Red Sand", + "block.minecraft.sandstone": "Sandstone", + "block.minecraft.chiseled_sandstone": "Chiseled Sandstone", + "block.minecraft.cut_sandstone": "Cut Sandstone", + "block.minecraft.red_sandstone": "Red Sandstone", + "block.minecraft.chiseled_red_sandstone": "Chiseled Red Sandstone", + "block.minecraft.cut_red_sandstone": "Cut Red Sandstone", + "block.minecraft.gravel": "Gravel", + "block.minecraft.gold_ore": "Gold Ore", + "block.minecraft.nether_gold_ore": "Nether Gold Ore", + "block.minecraft.iron_ore": "Iron Ore", + "block.minecraft.coal_ore": "Coal Ore", + "block.minecraft.oak_wood": "Oak Wood", + "block.minecraft.spruce_wood": "Spruce Wood", + "block.minecraft.birch_wood": "Birch Wood", + "block.minecraft.jungle_wood": "Jungle Wood", + "block.minecraft.acacia_wood": "Acacia Wood", + "block.minecraft.dark_oak_wood": "Dark Oak Wood", + "block.minecraft.oak_log": "Oak Log", + "block.minecraft.spruce_log": "Spruce Log", + "block.minecraft.birch_log": "Birch Log", + "block.minecraft.jungle_log": "Jungle Log", + "block.minecraft.acacia_log": "Acacia Log", + "block.minecraft.dark_oak_log": "Dark Oak Log", + "block.minecraft.stripped_oak_log": "Stripped Oak Log", + "block.minecraft.stripped_spruce_log": "Stripped Spruce Log", + "block.minecraft.stripped_birch_log": "Stripped Birch Log", + "block.minecraft.stripped_jungle_log": "Stripped Jungle Log", + "block.minecraft.stripped_acacia_log": "Stripped Acacia Log", + "block.minecraft.stripped_dark_oak_log": "Stripped Dark Oak Log", + "block.minecraft.stripped_oak_wood": "Stripped Oak Wood", + "block.minecraft.stripped_spruce_wood": "Stripped Spruce Wood", + "block.minecraft.stripped_birch_wood": "Stripped Birch Wood", + "block.minecraft.stripped_jungle_wood": "Stripped Jungle Wood", + "block.minecraft.stripped_acacia_wood": "Stripped Acacia Wood", + "block.minecraft.stripped_dark_oak_wood": "Stripped Dark Oak Wood", + "block.minecraft.oak_leaves": "Oak Leaves", + "block.minecraft.spruce_leaves": "Spruce Leaves", + "block.minecraft.birch_leaves": "Birch Leaves", + "block.minecraft.jungle_leaves": "Jungle Leaves", + "block.minecraft.acacia_leaves": "Acacia Leaves", + "block.minecraft.dark_oak_leaves": "Dark Oak Leaves", + "block.minecraft.dead_bush": "Dead Bush", + "block.minecraft.grass": "Grass", + "block.minecraft.fern": "Fern", + "block.minecraft.sponge": "Sponge", + "block.minecraft.wet_sponge": "Wet Sponge", + "block.minecraft.glass": "Glass", + "block.minecraft.kelp_plant": "Kelp Plant", + "block.minecraft.kelp": "Kelp", + "block.minecraft.dried_kelp_block": "Dried Kelp Block", + "block.minecraft.white_stained_glass": "White Stained Glass", + "block.minecraft.orange_stained_glass": "Orange Stained Glass", + "block.minecraft.magenta_stained_glass": "Magenta Stained Glass", + "block.minecraft.light_blue_stained_glass": "Light Blue Stained Glass", + "block.minecraft.yellow_stained_glass": "Yellow Stained Glass", + "block.minecraft.lime_stained_glass": "Lime Stained Glass", + "block.minecraft.pink_stained_glass": "Pink Stained Glass", + "block.minecraft.gray_stained_glass": "Gray Stained Glass", + "block.minecraft.light_gray_stained_glass": "Light Gray Stained Glass", + "block.minecraft.cyan_stained_glass": "Cyan Stained Glass", + "block.minecraft.purple_stained_glass": "Purple Stained Glass", + "block.minecraft.blue_stained_glass": "Blue Stained Glass", + "block.minecraft.brown_stained_glass": "Brown Stained Glass", + "block.minecraft.green_stained_glass": "Green Stained Glass", + "block.minecraft.red_stained_glass": "Red Stained Glass", + "block.minecraft.black_stained_glass": "Black Stained Glass", + "block.minecraft.white_stained_glass_pane": "White Stained Glass Pane", + "block.minecraft.orange_stained_glass_pane": "Orange Stained Glass Pane", + "block.minecraft.magenta_stained_glass_pane": "Magenta Stained Glass Pane", + "block.minecraft.light_blue_stained_glass_pane": "Light Blue Stained Glass Pane", + "block.minecraft.yellow_stained_glass_pane": "Yellow Stained Glass Pane", + "block.minecraft.lime_stained_glass_pane": "Lime Stained Glass Pane", + "block.minecraft.pink_stained_glass_pane": "Pink Stained Glass Pane", + "block.minecraft.gray_stained_glass_pane": "Gray Stained Glass Pane", + "block.minecraft.light_gray_stained_glass_pane": "Light Gray Stained Glass Pane", + "block.minecraft.cyan_stained_glass_pane": "Cyan Stained Glass Pane", + "block.minecraft.purple_stained_glass_pane": "Purple Stained Glass Pane", + "block.minecraft.blue_stained_glass_pane": "Blue Stained Glass Pane", + "block.minecraft.brown_stained_glass_pane": "Brown Stained Glass Pane", + "block.minecraft.green_stained_glass_pane": "Green Stained Glass Pane", + "block.minecraft.red_stained_glass_pane": "Red Stained Glass Pane", + "block.minecraft.black_stained_glass_pane": "Black Stained Glass Pane", + "block.minecraft.glass_pane": "Glass Pane", + "block.minecraft.dandelion": "Dandelion", + "block.minecraft.poppy": "Poppy", + "block.minecraft.blue_orchid": "Blue Orchid", + "block.minecraft.allium": "Allium", + "block.minecraft.azure_bluet": "Azure Bluet", + "block.minecraft.red_tulip": "Red Tulip", + "block.minecraft.orange_tulip": "Orange Tulip", + "block.minecraft.white_tulip": "White Tulip", + "block.minecraft.pink_tulip": "Pink Tulip", + "block.minecraft.oxeye_daisy": "Oxeye Daisy", + "block.minecraft.cornflower": "Cornflower", + "block.minecraft.lily_of_the_valley": "Lily of the Valley", + "block.minecraft.wither_rose": "Wither Rose", + "block.minecraft.sunflower": "Sunflower", + "block.minecraft.lilac": "Lilac", + "block.minecraft.tall_grass": "Tall Grass", + "block.minecraft.tall_seagrass": "Tall Seagrass", + "block.minecraft.large_fern": "Large Fern", + "block.minecraft.rose_bush": "Rose Bush", + "block.minecraft.peony": "Peony", + "block.minecraft.seagrass": "Seagrass", + "block.minecraft.sea_pickle": "Sea Pickle", + "block.minecraft.brown_mushroom": "Brown Mushroom", + "block.minecraft.red_mushroom_block": "Red Mushroom Block", + "block.minecraft.brown_mushroom_block": "Brown Mushroom Block", + "block.minecraft.mushroom_stem": "Mushroom Stem", + "block.minecraft.gold_block": "Block of Gold", + "block.minecraft.iron_block": "Block of Iron", + "block.minecraft.smooth_stone": "Smooth Stone", + "block.minecraft.smooth_sandstone": "Smooth Sandstone", + "block.minecraft.smooth_red_sandstone": "Smooth Red Sandstone", + "block.minecraft.smooth_quartz": "Smooth Quartz Block", + "block.minecraft.stone_slab": "Stone Slab", + "block.minecraft.smooth_stone_slab": "Smooth Stone Slab", + "block.minecraft.sandstone_slab": "Sandstone Slab", + "block.minecraft.red_sandstone_slab": "Red Sandstone Slab", + "block.minecraft.cut_sandstone_slab": "Cut Sandstone Slab", + "block.minecraft.cut_red_sandstone_slab": "Cut Red Sandstone Slab", + "block.minecraft.petrified_oak_slab": "Petrified Oak Slab", + "block.minecraft.cobblestone_slab": "Cobblestone Slab", + "block.minecraft.brick_slab": "Brick Slab", + "block.minecraft.stone_brick_slab": "Stone Brick Slab", + "block.minecraft.nether_brick_slab": "Nether Brick Slab", + "block.minecraft.quartz_slab": "Quartz Slab", + "block.minecraft.oak_slab": "Oak Slab", + "block.minecraft.spruce_slab": "Spruce Slab", + "block.minecraft.birch_slab": "Birch Slab", + "block.minecraft.jungle_slab": "Jungle Slab", + "block.minecraft.acacia_slab": "Acacia Slab", + "block.minecraft.dark_oak_slab": "Dark Oak Slab", + "block.minecraft.dark_prismarine_slab": "Dark Prismarine Slab", + "block.minecraft.prismarine_slab": "Prismarine Slab", + "block.minecraft.prismarine_brick_slab": "Prismarine Brick Slab", + "block.minecraft.bricks": "Bricks", + "block.minecraft.tnt": "TNT", + "block.minecraft.bookshelf": "Bookshelf", + "block.minecraft.mossy_cobblestone": "Mossy Cobblestone", + "block.minecraft.obsidian": "Obsidian", + "block.minecraft.torch": "Torch", + "block.minecraft.wall_torch": "Wall Torch", + "block.minecraft.soul_torch": "Soul Torch", + "block.minecraft.soul_wall_torch": "Soul Wall Torch", + "block.minecraft.fire": "Fire", + "block.minecraft.spawner": "Spawner", + "block.minecraft.respawn_anchor": "Respawn Anchor", + "block.minecraft.oak_stairs": "Oak Stairs", + "block.minecraft.spruce_stairs": "Spruce Stairs", + "block.minecraft.birch_stairs": "Birch Stairs", + "block.minecraft.jungle_stairs": "Jungle Stairs", + "block.minecraft.acacia_stairs": "Acacia Stairs", + "block.minecraft.dark_oak_stairs": "Dark Oak Stairs", + "block.minecraft.dark_prismarine_stairs": "Dark Prismarine Stairs", + "block.minecraft.prismarine_stairs": "Prismarine Stairs", + "block.minecraft.prismarine_brick_stairs": "Prismarine Brick Stairs", + "block.minecraft.chest": "Chest", + "block.minecraft.trapped_chest": "Trapped Chest", + "block.minecraft.redstone_wire": "Redstone Wire", + "block.minecraft.diamond_ore": "Diamond Ore", + "block.minecraft.coal_block": "Block of Coal", + "block.minecraft.diamond_block": "Block of Diamond", + "block.minecraft.crafting_table": "Crafting Table", + "block.minecraft.wheat": "Wheat Crops", + "block.minecraft.farmland": "Farmland", + "block.minecraft.furnace": "Furnace", + "block.minecraft.oak_sign": "Oak Sign", + "block.minecraft.spruce_sign": "Spruce Sign", + "block.minecraft.birch_sign": "Birch Sign", + "block.minecraft.acacia_sign": "Acacia Sign", + "block.minecraft.jungle_sign": "Jungle Sign", + "block.minecraft.dark_oak_sign": "Dark Oak Sign", + "block.minecraft.oak_wall_sign": "Oak Wall Sign", + "block.minecraft.spruce_wall_sign": "Spruce Wall Sign", + "block.minecraft.birch_wall_sign": "Birch Wall Sign", + "block.minecraft.acacia_wall_sign": "Acacia Wall Sign", + "block.minecraft.jungle_wall_sign": "Jungle Wall Sign", + "block.minecraft.dark_oak_wall_sign": "Dark Oak Wall Sign", + "block.minecraft.ladder": "Ladder", + "block.minecraft.scaffolding": "Scaffolding", + "block.minecraft.rail": "Rail", + "block.minecraft.powered_rail": "Powered Rail", + "block.minecraft.activator_rail": "Activator Rail", + "block.minecraft.detector_rail": "Detector Rail", + "block.minecraft.cobblestone_stairs": "Cobblestone Stairs", + "block.minecraft.sandstone_stairs": "Sandstone Stairs", + "block.minecraft.red_sandstone_stairs": "Red Sandstone Stairs", + "block.minecraft.lever": "Lever", + "block.minecraft.stone_pressure_plate": "Stone Pressure Plate", + "block.minecraft.oak_pressure_plate": "Oak Pressure Plate", + "block.minecraft.spruce_pressure_plate": "Spruce Pressure Plate", + "block.minecraft.birch_pressure_plate": "Birch Pressure Plate", + "block.minecraft.jungle_pressure_plate": "Jungle Pressure Plate", + "block.minecraft.acacia_pressure_plate": "Acacia Pressure Plate", + "block.minecraft.dark_oak_pressure_plate": "Dark Oak Pressure Plate", + "block.minecraft.light_weighted_pressure_plate": "Light Weighted Pressure Plate", + "block.minecraft.heavy_weighted_pressure_plate": "Heavy Weighted Pressure Plate", + "block.minecraft.iron_door": "Iron Door", + "block.minecraft.redstone_ore": "Redstone Ore", + "block.minecraft.redstone_torch": "Redstone Torch", + "block.minecraft.redstone_wall_torch": "Redstone Wall Torch", + "block.minecraft.stone_button": "Stone Button", + "block.minecraft.oak_button": "Oak Button", + "block.minecraft.spruce_button": "Spruce Button", + "block.minecraft.birch_button": "Birch Button", + "block.minecraft.jungle_button": "Jungle Button", + "block.minecraft.acacia_button": "Acacia Button", + "block.minecraft.dark_oak_button": "Dark Oak Button", + "block.minecraft.snow": "Snow", + "block.minecraft.white_carpet": "White Carpet", + "block.minecraft.orange_carpet": "Orange Carpet", + "block.minecraft.magenta_carpet": "Magenta Carpet", + "block.minecraft.light_blue_carpet": "Light Blue Carpet", + "block.minecraft.yellow_carpet": "Yellow Carpet", + "block.minecraft.lime_carpet": "Lime Carpet", + "block.minecraft.pink_carpet": "Pink Carpet", + "block.minecraft.gray_carpet": "Gray Carpet", + "block.minecraft.light_gray_carpet": "Light Gray Carpet", + "block.minecraft.cyan_carpet": "Cyan Carpet", + "block.minecraft.purple_carpet": "Purple Carpet", + "block.minecraft.blue_carpet": "Blue Carpet", + "block.minecraft.brown_carpet": "Brown Carpet", + "block.minecraft.green_carpet": "Green Carpet", + "block.minecraft.red_carpet": "Red Carpet", + "block.minecraft.black_carpet": "Black Carpet", + "block.minecraft.ice": "Ice", + "block.minecraft.frosted_ice": "Frosted Ice", + "block.minecraft.packed_ice": "Packed Ice", + "block.minecraft.blue_ice": "Blue Ice", + "block.minecraft.cactus": "Cactus", + "block.minecraft.clay": "Clay", + "block.minecraft.white_terracotta": "White Terracotta", + "block.minecraft.orange_terracotta": "Orange Terracotta", + "block.minecraft.magenta_terracotta": "Magenta Terracotta", + "block.minecraft.light_blue_terracotta": "Light Blue Terracotta", + "block.minecraft.yellow_terracotta": "Yellow Terracotta", + "block.minecraft.lime_terracotta": "Lime Terracotta", + "block.minecraft.pink_terracotta": "Pink Terracotta", + "block.minecraft.gray_terracotta": "Gray Terracotta", + "block.minecraft.light_gray_terracotta": "Light Gray Terracotta", + "block.minecraft.cyan_terracotta": "Cyan Terracotta", + "block.minecraft.purple_terracotta": "Purple Terracotta", + "block.minecraft.blue_terracotta": "Blue Terracotta", + "block.minecraft.brown_terracotta": "Brown Terracotta", + "block.minecraft.green_terracotta": "Green Terracotta", + "block.minecraft.red_terracotta": "Red Terracotta", + "block.minecraft.black_terracotta": "Black Terracotta", + "block.minecraft.terracotta": "Terracotta", + "block.minecraft.sugar_cane": "Sugar Cane", + "block.minecraft.jukebox": "Jukebox", + "block.minecraft.oak_fence": "Oak Fence", + "block.minecraft.spruce_fence": "Spruce Fence", + "block.minecraft.birch_fence": "Birch Fence", + "block.minecraft.jungle_fence": "Jungle Fence", + "block.minecraft.dark_oak_fence": "Dark Oak Fence", + "block.minecraft.acacia_fence": "Acacia Fence", + "block.minecraft.oak_fence_gate": "Oak Fence Gate", + "block.minecraft.spruce_fence_gate": "Spruce Fence Gate", + "block.minecraft.birch_fence_gate": "Birch Fence Gate", + "block.minecraft.jungle_fence_gate": "Jungle Fence Gate", + "block.minecraft.dark_oak_fence_gate": "Dark Oak Fence Gate", + "block.minecraft.acacia_fence_gate": "Acacia Fence Gate", + "block.minecraft.pumpkin_stem": "Pumpkin Stem", + "block.minecraft.attached_pumpkin_stem": "Attached Pumpkin Stem", + "block.minecraft.pumpkin": "Pumpkin", + "block.minecraft.carved_pumpkin": "Carved Pumpkin", + "block.minecraft.jack_o_lantern": "Jack o'Lantern", + "block.minecraft.netherrack": "Netherrack", + "block.minecraft.soul_sand": "Soul Sand", + "block.minecraft.glowstone": "Glowstone", + "block.minecraft.nether_portal": "Nether Portal", + "block.minecraft.white_wool": "White Wool", + "block.minecraft.orange_wool": "Orange Wool", + "block.minecraft.magenta_wool": "Magenta Wool", + "block.minecraft.light_blue_wool": "Light Blue Wool", + "block.minecraft.yellow_wool": "Yellow Wool", + "block.minecraft.lime_wool": "Lime Wool", + "block.minecraft.pink_wool": "Pink Wool", + "block.minecraft.gray_wool": "Gray Wool", + "block.minecraft.light_gray_wool": "Light Gray Wool", + "block.minecraft.cyan_wool": "Cyan Wool", + "block.minecraft.purple_wool": "Purple Wool", + "block.minecraft.blue_wool": "Blue Wool", + "block.minecraft.brown_wool": "Brown Wool", + "block.minecraft.green_wool": "Green Wool", + "block.minecraft.red_wool": "Red Wool", + "block.minecraft.black_wool": "Black Wool", + "block.minecraft.lapis_ore": "Lapis Lazuli Ore", + "block.minecraft.lapis_block": "Lapis Lazuli Block", + "block.minecraft.dispenser": "Dispenser", + "block.minecraft.dropper": "Dropper", + "block.minecraft.note_block": "Note Block", + "block.minecraft.cake": "Cake", + "block.minecraft.bed.occupied": "This bed is occupied", + "block.minecraft.bed.obstructed": "This bed is obstructed", + "block.minecraft.bed.no_sleep": "You can sleep only at night or during thunderstorms", + "block.minecraft.bed.too_far_away": "You may not rest now; the bed is too far away", + "block.minecraft.bed.not_safe": "You may not rest now; there are monsters nearby", + "block.minecraft.spawn.not_valid": "You have no home bed or charged respawn anchor, or it was obstructed", + "block.minecraft.set_spawn": "Respawn point set", + "block.minecraft.oak_trapdoor": "Oak Trapdoor", + "block.minecraft.spruce_trapdoor": "Spruce Trapdoor", + "block.minecraft.birch_trapdoor": "Birch Trapdoor", + "block.minecraft.jungle_trapdoor": "Jungle Trapdoor", + "block.minecraft.acacia_trapdoor": "Acacia Trapdoor", + "block.minecraft.dark_oak_trapdoor": "Dark Oak Trapdoor", + "block.minecraft.iron_trapdoor": "Iron Trapdoor", + "block.minecraft.cobweb": "Cobweb", + "block.minecraft.stone_bricks": "Stone Bricks", + "block.minecraft.mossy_stone_bricks": "Mossy Stone Bricks", + "block.minecraft.cracked_stone_bricks": "Cracked Stone Bricks", + "block.minecraft.chiseled_stone_bricks": "Chiseled Stone Bricks", + "block.minecraft.infested_stone": "Infested Stone", + "block.minecraft.infested_cobblestone": "Infested Cobblestone", + "block.minecraft.infested_stone_bricks": "Infested Stone Bricks", + "block.minecraft.infested_mossy_stone_bricks": "Infested Mossy Stone Bricks", + "block.minecraft.infested_cracked_stone_bricks": "Infested Cracked Stone Bricks", + "block.minecraft.infested_chiseled_stone_bricks": "Infested Chiseled Stone Bricks", + "block.minecraft.piston": "Piston", + "block.minecraft.sticky_piston": "Sticky Piston", + "block.minecraft.iron_bars": "Iron Bars", + "block.minecraft.melon": "Melon", + "block.minecraft.brick_stairs": "Brick Stairs", + "block.minecraft.stone_brick_stairs": "Stone Brick Stairs", + "block.minecraft.vine": "Vines", + "block.minecraft.nether_bricks": "Nether Bricks", + "block.minecraft.nether_brick_fence": "Nether Brick Fence", + "block.minecraft.nether_brick_stairs": "Nether Brick Stairs", + "block.minecraft.nether_wart": "Nether Wart", + "block.minecraft.warped_wart_block": "Warped Wart Block", + "block.minecraft.warped_stem": "Warped Stem", + "block.minecraft.stripped_warped_stem": "Stripped Warped Stem", + "block.minecraft.warped_hyphae": "Warped Hyphae", + "block.minecraft.stripped_warped_hyphae": "Stripped Warped Hyphae", + "block.minecraft.crimson_stem": "Crimson Stem", + "block.minecraft.stripped_crimson_stem": "Stripped Crimson Stem", + "block.minecraft.crimson_hyphae": "Crimson Hyphae", + "block.minecraft.stripped_crimson_hyphae": "Stripped Crimson Hyphae", + "block.minecraft.warped_nylium": "Warped Nylium", + "block.minecraft.crimson_nylium": "Crimson Nylium", + "block.minecraft.warped_fungus": "Warped Fungus", + "block.minecraft.crimson_fungus": "Crimson Fungus", + "block.minecraft.crimson_roots": "Crimson Roots", + "block.minecraft.warped_roots": "Warped Roots", + "block.minecraft.nether_sprouts": "Nether Sprouts", + "block.minecraft.shroomlight": "Shroomlight", + "block.minecraft.weeping_vines": "Weeping Vines", + "block.minecraft.weeping_vines_plant": "Weeping Vines Plant", + "block.minecraft.twisting_vines": "Twisting Vines", + "block.minecraft.twisting_vines_plant": "Twisting Vines Plant", + "block.minecraft.soul_soil": "Soul Soil", + "block.minecraft.basalt": "Basalt", + "block.minecraft.polished_basalt": "Polished Basalt", + "block.minecraft.warped_planks": "Warped Planks", + "block.minecraft.warped_slab": "Warped Slab", + "block.minecraft.warped_pressure_plate": "Warped Pressure Plate", + "block.minecraft.warped_fence": "Warped Fence", + "block.minecraft.warped_trapdoor": "Warped Trapdoor", + "block.minecraft.warped_fence_gate": "Warped Fence Gate", + "block.minecraft.warped_stairs": "Warped Stairs", + "block.minecraft.warped_button": "Warped Button", + "block.minecraft.warped_door": "Warped Door", + "block.minecraft.warped_sign": "Warped Sign", + "block.minecraft.warped_wall_sign": "Warped Wall Sign", + "block.minecraft.crimson_planks": "Crimson Planks", + "block.minecraft.crimson_slab": "Crimson Slab", + "block.minecraft.crimson_pressure_plate": "Crimson Pressure Plate", + "block.minecraft.crimson_fence": "Crimson Fence", + "block.minecraft.crimson_trapdoor": "Crimson Trapdoor", + "block.minecraft.crimson_fence_gate": "Crimson Fence Gate", + "block.minecraft.crimson_stairs": "Crimson Stairs", + "block.minecraft.crimson_button": "Crimson Button", + "block.minecraft.crimson_door": "Crimson Door", + "block.minecraft.crimson_sign": "Crimson Sign", + "block.minecraft.crimson_wall_sign": "Crimson Wall Sign", + "block.minecraft.soul_fire": "Soul Fire", + "block.minecraft.cauldron": "Cauldron", + "block.minecraft.enchanting_table": "Enchanting Table", + "block.minecraft.anvil": "Anvil", + "block.minecraft.chipped_anvil": "Chipped Anvil", + "block.minecraft.damaged_anvil": "Damaged Anvil", + "block.minecraft.end_stone": "End Stone", + "block.minecraft.end_portal_frame": "End Portal Frame", + "block.minecraft.mycelium": "Mycelium", + "block.minecraft.lily_pad": "Lily Pad", + "block.minecraft.dragon_egg": "Dragon Egg", + "block.minecraft.redstone_lamp": "Redstone Lamp", + "block.minecraft.cocoa": "Cocoa", + "block.minecraft.ender_chest": "Ender Chest", + "block.minecraft.emerald_ore": "Emerald Ore", + "block.minecraft.emerald_block": "Block of Emerald", + "block.minecraft.redstone_block": "Block of Redstone", + "block.minecraft.tripwire": "Tripwire", + "block.minecraft.tripwire_hook": "Tripwire Hook", + "block.minecraft.command_block": "Command Block", + "block.minecraft.repeating_command_block": "Repeating Command Block", + "block.minecraft.chain_command_block": "Chain Command Block", + "block.minecraft.beacon": "Beacon", + "block.minecraft.beacon.primary": "Primary Power", + "block.minecraft.beacon.secondary": "Secondary Power", + "block.minecraft.cobblestone_wall": "Cobblestone Wall", + "block.minecraft.mossy_cobblestone_wall": "Mossy Cobblestone Wall", + "block.minecraft.carrots": "Carrots", + "block.minecraft.potatoes": "Potatoes", + "block.minecraft.daylight_detector": "Daylight Detector", + "block.minecraft.nether_quartz_ore": "Nether Quartz Ore", + "block.minecraft.hopper": "Hopper", + "block.minecraft.quartz_block": "Block of Quartz", + "block.minecraft.chiseled_quartz_block": "Chiseled Quartz Block", + "block.minecraft.quartz_pillar": "Quartz Pillar", + "block.minecraft.quartz_stairs": "Quartz Stairs", + "block.minecraft.slime_block": "Slime Block", + "block.minecraft.prismarine": "Prismarine", + "block.minecraft.prismarine_bricks": "Prismarine Bricks", + "block.minecraft.dark_prismarine": "Dark Prismarine", + "block.minecraft.sea_lantern": "Sea Lantern", + "block.minecraft.end_rod": "End Rod", + "block.minecraft.chorus_plant": "Chorus Plant", + "block.minecraft.chorus_flower": "Chorus Flower", + "block.minecraft.purpur_block": "Purpur Block", + "block.minecraft.purpur_pillar": "Purpur Pillar", + "block.minecraft.purpur_stairs": "Purpur Stairs", + "block.minecraft.purpur_slab": "Purpur Slab", + "block.minecraft.end_stone_bricks": "End Stone Bricks", + "block.minecraft.beetroots": "Beetroots", + "block.minecraft.grass_path": "Grass Path", + "block.minecraft.magma_block": "Magma Block", + "block.minecraft.nether_wart_block": "Nether Wart Block", + "block.minecraft.red_nether_bricks": "Red Nether Bricks", + "block.minecraft.bone_block": "Bone Block", + "block.minecraft.observer": "Observer", + "block.minecraft.shulker_box": "Shulker Box", + "block.minecraft.white_shulker_box": "White Shulker Box", + "block.minecraft.orange_shulker_box": "Orange Shulker Box", + "block.minecraft.magenta_shulker_box": "Magenta Shulker Box", + "block.minecraft.light_blue_shulker_box": "Light Blue Shulker Box", + "block.minecraft.yellow_shulker_box": "Yellow Shulker Box", + "block.minecraft.lime_shulker_box": "Lime Shulker Box", + "block.minecraft.pink_shulker_box": "Pink Shulker Box", + "block.minecraft.gray_shulker_box": "Gray Shulker Box", + "block.minecraft.light_gray_shulker_box": "Light Gray Shulker Box", + "block.minecraft.cyan_shulker_box": "Cyan Shulker Box", + "block.minecraft.purple_shulker_box": "Purple Shulker Box", + "block.minecraft.blue_shulker_box": "Blue Shulker Box", + "block.minecraft.brown_shulker_box": "Brown Shulker Box", + "block.minecraft.green_shulker_box": "Green Shulker Box", + "block.minecraft.red_shulker_box": "Red Shulker Box", + "block.minecraft.black_shulker_box": "Black Shulker Box", + "block.minecraft.white_glazed_terracotta": "White Glazed Terracotta", + "block.minecraft.orange_glazed_terracotta": "Orange Glazed Terracotta", + "block.minecraft.magenta_glazed_terracotta": "Magenta Glazed Terracotta", + "block.minecraft.light_blue_glazed_terracotta": "Light Blue Glazed Terracotta", + "block.minecraft.yellow_glazed_terracotta": "Yellow Glazed Terracotta", + "block.minecraft.lime_glazed_terracotta": "Lime Glazed Terracotta", + "block.minecraft.pink_glazed_terracotta": "Pink Glazed Terracotta", + "block.minecraft.gray_glazed_terracotta": "Gray Glazed Terracotta", + "block.minecraft.light_gray_glazed_terracotta": "Light Gray Glazed Terracotta", + "block.minecraft.cyan_glazed_terracotta": "Cyan Glazed Terracotta", + "block.minecraft.purple_glazed_terracotta": "Purple Glazed Terracotta", + "block.minecraft.blue_glazed_terracotta": "Blue Glazed Terracotta", + "block.minecraft.brown_glazed_terracotta": "Brown Glazed Terracotta", + "block.minecraft.green_glazed_terracotta": "Green Glazed Terracotta", + "block.minecraft.red_glazed_terracotta": "Red Glazed Terracotta", + "block.minecraft.black_glazed_terracotta": "Black Glazed Terracotta", + "block.minecraft.black_concrete": "Black Concrete", + "block.minecraft.red_concrete": "Red Concrete", + "block.minecraft.green_concrete": "Green Concrete", + "block.minecraft.brown_concrete": "Brown Concrete", + "block.minecraft.blue_concrete": "Blue Concrete", + "block.minecraft.purple_concrete": "Purple Concrete", + "block.minecraft.cyan_concrete": "Cyan Concrete", + "block.minecraft.light_gray_concrete": "Light Gray Concrete", + "block.minecraft.gray_concrete": "Gray Concrete", + "block.minecraft.pink_concrete": "Pink Concrete", + "block.minecraft.lime_concrete": "Lime Concrete", + "block.minecraft.yellow_concrete": "Yellow Concrete", + "block.minecraft.light_blue_concrete": "Light Blue Concrete", + "block.minecraft.magenta_concrete": "Magenta Concrete", + "block.minecraft.orange_concrete": "Orange Concrete", + "block.minecraft.white_concrete": "White Concrete", + "block.minecraft.black_concrete_powder": "Black Concrete Powder", + "block.minecraft.red_concrete_powder": "Red Concrete Powder", + "block.minecraft.green_concrete_powder": "Green Concrete Powder", + "block.minecraft.brown_concrete_powder": "Brown Concrete Powder", + "block.minecraft.blue_concrete_powder": "Blue Concrete Powder", + "block.minecraft.purple_concrete_powder": "Purple Concrete Powder", + "block.minecraft.cyan_concrete_powder": "Cyan Concrete Powder", + "block.minecraft.light_gray_concrete_powder": "Light Gray Concrete Powder", + "block.minecraft.gray_concrete_powder": "Gray Concrete Powder", + "block.minecraft.pink_concrete_powder": "Pink Concrete Powder", + "block.minecraft.lime_concrete_powder": "Lime Concrete Powder", + "block.minecraft.yellow_concrete_powder": "Yellow Concrete Powder", + "block.minecraft.light_blue_concrete_powder": "Light Blue Concrete Powder", + "block.minecraft.magenta_concrete_powder": "Magenta Concrete Powder", + "block.minecraft.orange_concrete_powder": "Orange Concrete Powder", + "block.minecraft.white_concrete_powder": "White Concrete Powder", + "block.minecraft.turtle_egg": "Turtle Egg", + "block.minecraft.piston_head": "Piston Head", + "block.minecraft.moving_piston": "Moving Piston", + "block.minecraft.red_mushroom": "Red Mushroom", + "block.minecraft.snow_block": "Snow Block", + "block.minecraft.attached_melon_stem": "Attached Melon Stem", + "block.minecraft.melon_stem": "Melon Stem", + "block.minecraft.brewing_stand": "Brewing Stand", + "block.minecraft.end_portal": "End Portal", + "block.minecraft.flower_pot": "Flower Pot", + "block.minecraft.potted_oak_sapling": "Potted Oak Sapling", + "block.minecraft.potted_spruce_sapling": "Potted Spruce Sapling", + "block.minecraft.potted_birch_sapling": "Potted Birch Sapling", + "block.minecraft.potted_jungle_sapling": "Potted Jungle Sapling", + "block.minecraft.potted_acacia_sapling": "Potted Acacia Sapling", + "block.minecraft.potted_dark_oak_sapling": "Potted Dark Oak Sapling", + "block.minecraft.potted_fern": "Potted Fern", + "block.minecraft.potted_dandelion": "Potted Dandelion", + "block.minecraft.potted_poppy": "Potted Poppy", + "block.minecraft.potted_blue_orchid": "Potted Blue Orchid", + "block.minecraft.potted_allium": "Potted Allium", + "block.minecraft.potted_azure_bluet": "Potted Azure Bluet", + "block.minecraft.potted_red_tulip": "Potted Red Tulip", + "block.minecraft.potted_orange_tulip": "Potted Orange Tulip", + "block.minecraft.potted_white_tulip": "Potted White Tulip", + "block.minecraft.potted_pink_tulip": "Potted Pink Tulip", + "block.minecraft.potted_oxeye_daisy": "Potted Oxeye Daisy", + "block.minecraft.potted_cornflower": "Potted Cornflower", + "block.minecraft.potted_lily_of_the_valley": "Potted Lily of the Valley", + "block.minecraft.potted_wither_rose": "Potted Wither Rose", + "block.minecraft.potted_red_mushroom": "Potted Red Mushroom", + "block.minecraft.potted_brown_mushroom": "Potted Brown Mushroom", + "block.minecraft.potted_dead_bush": "Potted Dead Bush", + "block.minecraft.potted_cactus": "Potted Cactus", + "block.minecraft.potted_bamboo": "Potted Bamboo", + "block.minecraft.potted_crimson_fungus": "Potted Crimson Fungus", + "block.minecraft.potted_warped_fungus": "Potted Warped Fungus", + "block.minecraft.potted_crimson_roots": "Potted Crimson Roots", + "block.minecraft.potted_warped_roots": "Potted Warped Roots", + "block.minecraft.skeleton_wall_skull": "Skeleton Wall Skull", + "block.minecraft.skeleton_skull": "Skeleton Skull", + "block.minecraft.wither_skeleton_wall_skull": "Wither Skeleton Wall Skull", + "block.minecraft.wither_skeleton_skull": "Wither Skeleton Skull", + "block.minecraft.zombie_wall_head": "Zombie Wall Head", + "block.minecraft.zombie_head": "Zombie Head", + "block.minecraft.player_wall_head": "Player Wall Head", + "block.minecraft.player_head": "Player Head", + "block.minecraft.player_head.named": "%s's Head", + "block.minecraft.creeper_wall_head": "Creeper Wall Head", + "block.minecraft.creeper_head": "Creeper Head", + "block.minecraft.dragon_wall_head": "Dragon Wall Head", + "block.minecraft.dragon_head": "Dragon Head", + "block.minecraft.end_gateway": "End Gateway", + "block.minecraft.structure_void": "Structure Void", + "block.minecraft.structure_block": "Structure Block", + "block.minecraft.void_air": "Void Air", + "block.minecraft.cave_air": "Cave Air", + "block.minecraft.bubble_column": "Bubble Column", + "block.minecraft.dead_tube_coral_block": "Dead Tube Coral Block", + "block.minecraft.dead_brain_coral_block": "Dead Brain Coral Block", + "block.minecraft.dead_bubble_coral_block": "Dead Bubble Coral Block", + "block.minecraft.dead_fire_coral_block": "Dead Fire Coral Block", + "block.minecraft.dead_horn_coral_block": "Dead Horn Coral Block", + "block.minecraft.tube_coral_block": "Tube Coral Block", + "block.minecraft.brain_coral_block": "Brain Coral Block", + "block.minecraft.bubble_coral_block": "Bubble Coral Block", + "block.minecraft.fire_coral_block": "Fire Coral Block", + "block.minecraft.horn_coral_block": "Horn Coral Block", + "block.minecraft.tube_coral": "Tube Coral", + "block.minecraft.brain_coral": "Brain Coral", + "block.minecraft.bubble_coral": "Bubble Coral", + "block.minecraft.fire_coral": "Fire Coral", + "block.minecraft.horn_coral": "Horn Coral", + "block.minecraft.dead_tube_coral": "Dead Tube Coral", + "block.minecraft.dead_brain_coral": "Dead Brain Coral", + "block.minecraft.dead_bubble_coral": "Dead Bubble Coral", + "block.minecraft.dead_fire_coral": "Dead Fire Coral", + "block.minecraft.dead_horn_coral": "Dead Horn Coral", + "block.minecraft.tube_coral_fan": "Tube Coral Fan", + "block.minecraft.brain_coral_fan": "Brain Coral Fan", + "block.minecraft.bubble_coral_fan": "Bubble Coral Fan", + "block.minecraft.fire_coral_fan": "Fire Coral Fan", + "block.minecraft.horn_coral_fan": "Horn Coral Fan", + "block.minecraft.dead_tube_coral_fan": "Dead Tube Coral Fan", + "block.minecraft.dead_brain_coral_fan": "Dead Brain Coral Fan", + "block.minecraft.dead_bubble_coral_fan": "Dead Bubble Coral Fan", + "block.minecraft.dead_fire_coral_fan": "Dead Fire Coral Fan", + "block.minecraft.dead_horn_coral_fan": "Dead Horn Coral Fan", + "block.minecraft.tube_coral_wall_fan": "Tube Coral Wall Fan", + "block.minecraft.brain_coral_wall_fan": "Brain Coral Wall Fan", + "block.minecraft.bubble_coral_wall_fan": "Bubble Coral Wall Fan", + "block.minecraft.fire_coral_wall_fan": "Fire Coral Wall Fan", + "block.minecraft.horn_coral_wall_fan": "Horn Coral Wall Fan", + "block.minecraft.dead_tube_coral_wall_fan": "Dead Tube Coral Wall Fan", + "block.minecraft.dead_brain_coral_wall_fan": "Dead Brain Coral Wall Fan", + "block.minecraft.dead_bubble_coral_wall_fan": "Dead Bubble Coral Wall Fan", + "block.minecraft.dead_fire_coral_wall_fan": "Dead Fire Coral Wall Fan", + "block.minecraft.dead_horn_coral_wall_fan": "Dead Horn Coral Wall Fan", + "block.minecraft.loom": "Loom", + "block.minecraft.conduit": "Conduit", + "block.minecraft.bamboo": "Bamboo", + "block.minecraft.bamboo_sapling": "Bamboo Shoot", + "block.minecraft.jigsaw": "Jigsaw Block", + "block.minecraft.composter": "Composter", + "block.minecraft.target": "Target", + "block.minecraft.polished_granite_stairs": "Polished Granite Stairs", + "block.minecraft.smooth_red_sandstone_stairs": "Smooth Red Sandstone Stairs", + "block.minecraft.mossy_stone_brick_stairs": "Mossy Stone Brick Stairs", + "block.minecraft.polished_diorite_stairs": "Polished Diorite Stairs", + "block.minecraft.mossy_cobblestone_stairs": "Mossy Cobblestone Stairs", + "block.minecraft.end_stone_brick_stairs": "End Stone Brick Stairs", + "block.minecraft.stone_stairs": "Stone Stairs", + "block.minecraft.smooth_sandstone_stairs": "Smooth Sandstone Stairs", + "block.minecraft.smooth_quartz_stairs": "Smooth Quartz Stairs", + "block.minecraft.granite_stairs": "Granite Stairs", + "block.minecraft.andesite_stairs": "Andesite Stairs", + "block.minecraft.red_nether_brick_stairs": "Red Nether Brick Stairs", + "block.minecraft.polished_andesite_stairs": "Polished Andesite Stairs", + "block.minecraft.diorite_stairs": "Diorite Stairs", + "block.minecraft.polished_granite_slab": "Polished Granite Slab", + "block.minecraft.smooth_red_sandstone_slab": "Smooth Red Sandstone Slab", + "block.minecraft.mossy_stone_brick_slab": "Mossy Stone Brick Slab", + "block.minecraft.polished_diorite_slab": "Polished Diorite Slab", + "block.minecraft.mossy_cobblestone_slab": "Mossy Cobblestone Slab", + "block.minecraft.end_stone_brick_slab": "End Stone Brick Slab", + "block.minecraft.smooth_sandstone_slab": "Smooth Sandstone Slab", + "block.minecraft.smooth_quartz_slab": "Smooth Quartz Slab", + "block.minecraft.granite_slab": "Granite Slab", + "block.minecraft.andesite_slab": "Andesite Slab", + "block.minecraft.red_nether_brick_slab": "Red Nether Brick Slab", + "block.minecraft.polished_andesite_slab": "Polished Andesite Slab", + "block.minecraft.diorite_slab": "Diorite Slab", + "block.minecraft.brick_wall": "Brick Wall", + "block.minecraft.prismarine_wall": "Prismarine Wall", + "block.minecraft.red_sandstone_wall": "Red Sandstone Wall", + "block.minecraft.mossy_stone_brick_wall": "Mossy Stone Brick Wall", + "block.minecraft.granite_wall": "Granite Wall", + "block.minecraft.stone_brick_wall": "Stone Brick Wall", + "block.minecraft.nether_brick_wall": "Nether Brick Wall", + "block.minecraft.andesite_wall": "Andesite Wall", + "block.minecraft.red_nether_brick_wall": "Red Nether Brick Wall", + "block.minecraft.sandstone_wall": "Sandstone Wall", + "block.minecraft.end_stone_brick_wall": "End Stone Brick Wall", + "block.minecraft.diorite_wall": "Diorite Wall", + "block.minecraft.barrel": "Barrel", + "block.minecraft.smoker": "Smoker", + "block.minecraft.blast_furnace": "Blast Furnace", + "block.minecraft.cartography_table": "Cartography Table", + "block.minecraft.fletching_table": "Fletching Table", + "block.minecraft.smithing_table": "Smithing Table", + "block.minecraft.grindstone": "Grindstone", + "block.minecraft.lectern": "Lectern", + "block.minecraft.stonecutter": "Stonecutter", + "block.minecraft.bell": "Bell", + "block.minecraft.ominous_banner": "Ominous Banner", + "block.minecraft.lantern": "Lantern", + "block.minecraft.soul_lantern": "Soul Lantern", + "block.minecraft.sweet_berry_bush": "Sweet Berry Bush", + "block.minecraft.campfire": "Campfire", + "block.minecraft.soul_campfire": "Soul Campfire", + "block.minecraft.beehive": "Beehive", + "block.minecraft.bee_nest": "Bee Nest", + "block.minecraft.honey_block": "Honey Block", + "block.minecraft.honeycomb_block": "Honeycomb Block", + "block.minecraft.lodestone": "Lodestone", + "block.minecraft.netherite_block": "Block of Netherite", + "block.minecraft.ancient_debris": "Ancient Debris", + "block.minecraft.crying_obsidian": "Crying Obsidian", + "block.minecraft.blackstone": "Blackstone", + "block.minecraft.blackstone_slab": "Blackstone Slab", + "block.minecraft.blackstone_stairs": "Blackstone Stairs", + "block.minecraft.blackstone_wall": "Blackstone Wall", + "block.minecraft.polished_blackstone_bricks": "Polished Blackstone Bricks", + "block.minecraft.polished_blackstone_brick_slab": "Polished Blackstone Brick Slab", + "block.minecraft.polished_blackstone_brick_stairs": "Polished Blackstone Brick Stairs", + "block.minecraft.polished_blackstone_brick_wall": "Polished Blackstone Brick Wall", + "block.minecraft.chiseled_polished_blackstone": "Chiseled Polished Blackstone", + "block.minecraft.cracked_polished_blackstone_bricks": "Cracked Polished Blackstone Bricks", + "block.minecraft.gilded_blackstone": "Gilded Blackstone", + "block.minecraft.polished_blackstone": "Polished Blackstone", + "block.minecraft.polished_blackstone_wall": "Polished Blackstone Wall", + "block.minecraft.polished_blackstone_slab": "Polished Blackstone Slab", + "block.minecraft.polished_blackstone_stairs": "Polished Blackstone Stairs", + "block.minecraft.polished_blackstone_pressure_plate": "Polished Blackstone Pressure Plate", + "block.minecraft.polished_blackstone_button": "Polished Blackstone Button", + "block.minecraft.cracked_nether_bricks": "Cracked Nether Bricks", + "block.minecraft.chiseled_nether_bricks": "Chiseled Nether Bricks", + "block.minecraft.quartz_bricks": "Quartz Bricks", + "block.minecraft.chain": "Chain", + "item.minecraft.name_tag": "Name Tag", + "item.minecraft.lead": "Lead", + "item.minecraft.iron_shovel": "Iron Shovel", + "item.minecraft.iron_pickaxe": "Iron Pickaxe", + "item.minecraft.iron_axe": "Iron Axe", + "item.minecraft.flint_and_steel": "Flint and Steel", + "item.minecraft.apple": "Apple", + "item.minecraft.cookie": "Cookie", + "item.minecraft.bow": "Bow", + "item.minecraft.arrow": "Arrow", + "item.minecraft.spectral_arrow": "Spectral Arrow", + "item.minecraft.tipped_arrow": "Tipped Arrow", + "item.minecraft.dried_kelp": "Dried Kelp", + "item.minecraft.coal": "Coal", + "item.minecraft.charcoal": "Charcoal", + "item.minecraft.diamond": "Diamond", + "item.minecraft.emerald": "Emerald", + "item.minecraft.iron_ingot": "Iron Ingot", + "item.minecraft.gold_ingot": "Gold Ingot", + "item.minecraft.iron_sword": "Iron Sword", + "item.minecraft.wooden_sword": "Wooden Sword", + "item.minecraft.wooden_shovel": "Wooden Shovel", + "item.minecraft.wooden_pickaxe": "Wooden Pickaxe", + "item.minecraft.wooden_axe": "Wooden Axe", + "item.minecraft.stone_sword": "Stone Sword", + "item.minecraft.stone_shovel": "Stone Shovel", + "item.minecraft.stone_pickaxe": "Stone Pickaxe", + "item.minecraft.stone_axe": "Stone Axe", + "item.minecraft.diamond_sword": "Diamond Sword", + "item.minecraft.diamond_shovel": "Diamond Shovel", + "item.minecraft.diamond_pickaxe": "Diamond Pickaxe", + "item.minecraft.diamond_axe": "Diamond Axe", + "item.minecraft.stick": "Stick", + "item.minecraft.bowl": "Bowl", + "item.minecraft.mushroom_stew": "Mushroom Stew", + "item.minecraft.golden_sword": "Golden Sword", + "item.minecraft.golden_shovel": "Golden Shovel", + "item.minecraft.golden_pickaxe": "Golden Pickaxe", + "item.minecraft.golden_axe": "Golden Axe", + "item.minecraft.string": "String", + "item.minecraft.feather": "Feather", + "item.minecraft.gunpowder": "Gunpowder", + "item.minecraft.wooden_hoe": "Wooden Hoe", + "item.minecraft.stone_hoe": "Stone Hoe", + "item.minecraft.iron_hoe": "Iron Hoe", + "item.minecraft.diamond_hoe": "Diamond Hoe", + "item.minecraft.golden_hoe": "Golden Hoe", + "item.minecraft.wheat_seeds": "Wheat Seeds", + "item.minecraft.pumpkin_seeds": "Pumpkin Seeds", + "item.minecraft.melon_seeds": "Melon Seeds", + "item.minecraft.melon_slice": "Melon Slice", + "item.minecraft.wheat": "Wheat", + "item.minecraft.bread": "Bread", + "item.minecraft.leather_helmet": "Leather Cap", + "item.minecraft.leather_chestplate": "Leather Tunic", + "item.minecraft.leather_leggings": "Leather Pants", + "item.minecraft.leather_boots": "Leather Boots", + "item.minecraft.chainmail_helmet": "Chainmail Helmet", + "item.minecraft.chainmail_chestplate": "Chainmail Chestplate", + "item.minecraft.chainmail_leggings": "Chainmail Leggings", + "item.minecraft.chainmail_boots": "Chainmail Boots", + "item.minecraft.iron_helmet": "Iron Helmet", + "item.minecraft.iron_chestplate": "Iron Chestplate", + "item.minecraft.iron_leggings": "Iron Leggings", + "item.minecraft.iron_boots": "Iron Boots", + "item.minecraft.diamond_helmet": "Diamond Helmet", + "item.minecraft.diamond_chestplate": "Diamond Chestplate", + "item.minecraft.diamond_leggings": "Diamond Leggings", + "item.minecraft.diamond_boots": "Diamond Boots", + "item.minecraft.golden_helmet": "Golden Helmet", + "item.minecraft.golden_chestplate": "Golden Chestplate", + "item.minecraft.golden_leggings": "Golden Leggings", + "item.minecraft.golden_boots": "Golden Boots", + "item.minecraft.flint": "Flint", + "item.minecraft.porkchop": "Raw Porkchop", + "item.minecraft.cooked_porkchop": "Cooked Porkchop", + "item.minecraft.chicken": "Raw Chicken", + "item.minecraft.cooked_chicken": "Cooked Chicken", + "item.minecraft.mutton": "Raw Mutton", + "item.minecraft.cooked_mutton": "Cooked Mutton", + "item.minecraft.rabbit": "Raw Rabbit", + "item.minecraft.cooked_rabbit": "Cooked Rabbit", + "item.minecraft.rabbit_stew": "Rabbit Stew", + "item.minecraft.rabbit_foot": "Rabbit's Foot", + "item.minecraft.rabbit_hide": "Rabbit Hide", + "item.minecraft.beef": "Raw Beef", + "item.minecraft.cooked_beef": "Steak", + "item.minecraft.painting": "Painting", + "item.minecraft.item_frame": "Item Frame", + "item.minecraft.golden_apple": "Golden Apple", + "item.minecraft.enchanted_golden_apple": "Enchanted Golden Apple", + "item.minecraft.sign": "Sign", + "item.minecraft.bucket": "Bucket", + "item.minecraft.water_bucket": "Water Bucket", + "item.minecraft.lava_bucket": "Lava Bucket", + "item.minecraft.pufferfish_bucket": "Bucket of Pufferfish", + "item.minecraft.salmon_bucket": "Bucket of Salmon", + "item.minecraft.cod_bucket": "Bucket of Cod", + "item.minecraft.tropical_fish_bucket": "Bucket of Tropical Fish", + "item.minecraft.minecart": "Minecart", + "item.minecraft.saddle": "Saddle", + "item.minecraft.redstone": "Redstone Dust", + "item.minecraft.snowball": "Snowball", + "item.minecraft.oak_boat": "Oak Boat", + "item.minecraft.spruce_boat": "Spruce Boat", + "item.minecraft.birch_boat": "Birch Boat", + "item.minecraft.jungle_boat": "Jungle Boat", + "item.minecraft.acacia_boat": "Acacia Boat", + "item.minecraft.dark_oak_boat": "Dark Oak Boat", + "item.minecraft.leather": "Leather", + "item.minecraft.milk_bucket": "Milk Bucket", + "item.minecraft.brick": "Brick", + "item.minecraft.clay_ball": "Clay Ball", + "item.minecraft.paper": "Paper", + "item.minecraft.book": "Book", + "item.minecraft.slime_ball": "Slimeball", + "item.minecraft.chest_minecart": "Minecart with Chest", + "item.minecraft.furnace_minecart": "Minecart with Furnace", + "item.minecraft.tnt_minecart": "Minecart with TNT", + "item.minecraft.hopper_minecart": "Minecart with Hopper", + "item.minecraft.command_block_minecart": "Minecart with Command Block", + "item.minecraft.egg": "Egg", + "item.minecraft.compass": "Compass", + "item.minecraft.fishing_rod": "Fishing Rod", + "item.minecraft.clock": "Clock", + "item.minecraft.glowstone_dust": "Glowstone Dust", + "item.minecraft.cod": "Raw Cod", + "item.minecraft.salmon": "Raw Salmon", + "item.minecraft.pufferfish": "Pufferfish", + "item.minecraft.tropical_fish": "Tropical Fish", + "item.minecraft.cooked_cod": "Cooked Cod", + "item.minecraft.cooked_salmon": "Cooked Salmon", + "item.minecraft.music_disc_13": "Music Disc", + "item.minecraft.music_disc_cat": "Music Disc", + "item.minecraft.music_disc_blocks": "Music Disc", + "item.minecraft.music_disc_chirp": "Music Disc", + "item.minecraft.music_disc_far": "Music Disc", + "item.minecraft.music_disc_mall": "Music Disc", + "item.minecraft.music_disc_mellohi": "Music Disc", + "item.minecraft.music_disc_stal": "Music Disc", + "item.minecraft.music_disc_strad": "Music Disc", + "item.minecraft.music_disc_ward": "Music Disc", + "item.minecraft.music_disc_11": "Music Disc", + "item.minecraft.music_disc_wait": "Music Disc", + "item.minecraft.music_disc_pigstep": "Music Disc", + "item.minecraft.music_disc_13.desc": "C418 - 13", + "item.minecraft.music_disc_cat.desc": "C418 - cat", + "item.minecraft.music_disc_blocks.desc": "C418 - blocks", + "item.minecraft.music_disc_chirp.desc": "C418 - chirp", + "item.minecraft.music_disc_far.desc": "C418 - far", + "item.minecraft.music_disc_mall.desc": "C418 - mall", + "item.minecraft.music_disc_mellohi.desc": "C418 - mellohi", + "item.minecraft.music_disc_stal.desc": "C418 - stal", + "item.minecraft.music_disc_strad.desc": "C418 - strad", + "item.minecraft.music_disc_ward.desc": "C418 - ward", + "item.minecraft.music_disc_11.desc": "C418 - 11", + "item.minecraft.music_disc_wait.desc": "C418 - wait", + "item.minecraft.music_disc_pigstep.desc": "Lena Raine - Pigstep", + "item.minecraft.bone": "Bone", + "item.minecraft.ink_sac": "Ink Sac", + "item.minecraft.red_dye": "Red Dye", + "item.minecraft.green_dye": "Green Dye", + "item.minecraft.cocoa_beans": "Cocoa Beans", + "item.minecraft.lapis_lazuli": "Lapis Lazuli", + "item.minecraft.purple_dye": "Purple Dye", + "item.minecraft.cyan_dye": "Cyan Dye", + "item.minecraft.light_gray_dye": "Light Gray Dye", + "item.minecraft.gray_dye": "Gray Dye", + "item.minecraft.pink_dye": "Pink Dye", + "item.minecraft.lime_dye": "Lime Dye", + "item.minecraft.yellow_dye": "Yellow Dye", + "item.minecraft.light_blue_dye": "Light Blue Dye", + "item.minecraft.magenta_dye": "Magenta Dye", + "item.minecraft.orange_dye": "Orange Dye", + "item.minecraft.bone_meal": "Bone Meal", + "item.minecraft.blue_dye": "Blue Dye", + "item.minecraft.black_dye": "Black Dye", + "item.minecraft.brown_dye": "Brown Dye", + "item.minecraft.white_dye": "White Dye", + "item.minecraft.sugar": "Sugar", + "block.minecraft.black_bed": "Black Bed", + "block.minecraft.red_bed": "Red Bed", + "block.minecraft.green_bed": "Green Bed", + "block.minecraft.brown_bed": "Brown Bed", + "block.minecraft.blue_bed": "Blue Bed", + "block.minecraft.purple_bed": "Purple Bed", + "block.minecraft.cyan_bed": "Cyan Bed", + "block.minecraft.light_gray_bed": "Light Gray Bed", + "block.minecraft.gray_bed": "Gray Bed", + "block.minecraft.pink_bed": "Pink Bed", + "block.minecraft.lime_bed": "Lime Bed", + "block.minecraft.yellow_bed": "Yellow Bed", + "block.minecraft.light_blue_bed": "Light Blue Bed", + "block.minecraft.magenta_bed": "Magenta Bed", + "block.minecraft.orange_bed": "Orange Bed", + "block.minecraft.white_bed": "White Bed", + "block.minecraft.repeater": "Redstone Repeater", + "block.minecraft.comparator": "Redstone Comparator", + "item.minecraft.filled_map": "Map", + "item.minecraft.shears": "Shears", + "item.minecraft.rotten_flesh": "Rotten Flesh", + "item.minecraft.ender_pearl": "Ender Pearl", + "item.minecraft.blaze_rod": "Blaze Rod", + "item.minecraft.ghast_tear": "Ghast Tear", + "item.minecraft.nether_wart": "Nether Wart", + "item.minecraft.potion": "Potion", + "item.minecraft.splash_potion": "Splash Potion", + "item.minecraft.lingering_potion": "Lingering Potion", + "item.minecraft.end_crystal": "End Crystal", + "item.minecraft.gold_nugget": "Gold Nugget", + "item.minecraft.glass_bottle": "Glass Bottle", + "item.minecraft.spider_eye": "Spider Eye", + "item.minecraft.fermented_spider_eye": "Fermented Spider Eye", + "item.minecraft.blaze_powder": "Blaze Powder", + "item.minecraft.magma_cream": "Magma Cream", + "item.minecraft.cauldron": "Cauldron", + "item.minecraft.brewing_stand": "Brewing Stand", + "item.minecraft.ender_eye": "Eye of Ender", + "item.minecraft.glistering_melon_slice": "Glistering Melon Slice", + "item.minecraft.bat_spawn_egg": "Bat Spawn Egg", + "item.minecraft.bee_spawn_egg": "Bee Spawn Egg", + "item.minecraft.blaze_spawn_egg": "Blaze Spawn Egg", + "item.minecraft.cat_spawn_egg": "Cat Spawn Egg", + "item.minecraft.cave_spider_spawn_egg": "Cave Spider Spawn Egg", + "item.minecraft.chicken_spawn_egg": "Chicken Spawn Egg", + "item.minecraft.cod_spawn_egg": "Cod Spawn Egg", + "item.minecraft.cow_spawn_egg": "Cow Spawn Egg", + "item.minecraft.creeper_spawn_egg": "Creeper Spawn Egg", + "item.minecraft.dolphin_spawn_egg": "Dolphin Spawn Egg", + "item.minecraft.donkey_spawn_egg": "Donkey Spawn Egg", + "item.minecraft.drowned_spawn_egg": "Drowned Spawn Egg", + "item.minecraft.elder_guardian_spawn_egg": "Elder Guardian Spawn Egg", + "item.minecraft.enderman_spawn_egg": "Enderman Spawn Egg", + "item.minecraft.endermite_spawn_egg": "Endermite Spawn Egg", + "item.minecraft.evoker_spawn_egg": "Evoker Spawn Egg", + "item.minecraft.ghast_spawn_egg": "Ghast Spawn Egg", + "item.minecraft.guardian_spawn_egg": "Guardian Spawn Egg", + "item.minecraft.hoglin_spawn_egg": "Hoglin Spawn Egg", + "item.minecraft.horse_spawn_egg": "Horse Spawn Egg", + "item.minecraft.husk_spawn_egg": "Husk Spawn Egg", + "item.minecraft.ravager_spawn_egg": "Ravager Spawn Egg", + "item.minecraft.llama_spawn_egg": "Llama Spawn Egg", + "item.minecraft.magma_cube_spawn_egg": "Magma Cube Spawn Egg", + "item.minecraft.mooshroom_spawn_egg": "Mooshroom Spawn Egg", + "item.minecraft.mule_spawn_egg": "Mule Spawn Egg", + "item.minecraft.ocelot_spawn_egg": "Ocelot Spawn Egg", + "item.minecraft.panda_spawn_egg": "Panda Spawn Egg", + "item.minecraft.parrot_spawn_egg": "Parrot Spawn Egg", + "item.minecraft.pig_spawn_egg": "Pig Spawn Egg", + "item.minecraft.piglin_spawn_egg": "Piglin Spawn Egg", + "item.minecraft.piglin_brute_spawn_egg": "Piglin Brute Spawn Egg", + "item.minecraft.pillager_spawn_egg": "Pillager Spawn Egg", + "item.minecraft.phantom_spawn_egg": "Phantom Spawn Egg", + "item.minecraft.polar_bear_spawn_egg": "Polar Bear Spawn Egg", + "item.minecraft.pufferfish_spawn_egg": "Pufferfish Spawn Egg", + "item.minecraft.rabbit_spawn_egg": "Rabbit Spawn Egg", + "item.minecraft.fox_spawn_egg": "Fox Spawn Egg", + "item.minecraft.salmon_spawn_egg": "Salmon Spawn Egg", + "item.minecraft.sheep_spawn_egg": "Sheep Spawn Egg", + "item.minecraft.shulker_spawn_egg": "Shulker Spawn Egg", + "item.minecraft.silverfish_spawn_egg": "Silverfish Spawn Egg", + "item.minecraft.skeleton_spawn_egg": "Skeleton Spawn Egg", + "item.minecraft.skeleton_horse_spawn_egg": "Skeleton Horse Spawn Egg", + "item.minecraft.slime_spawn_egg": "Slime Spawn Egg", + "item.minecraft.spider_spawn_egg": "Spider Spawn Egg", + "item.minecraft.squid_spawn_egg": "Squid Spawn Egg", + "item.minecraft.stray_spawn_egg": "Stray Spawn Egg", + "item.minecraft.strider_spawn_egg": "Strider Spawn Egg", + "item.minecraft.trader_llama_spawn_egg": "Trader Llama Spawn Egg", + "item.minecraft.tropical_fish_spawn_egg": "Tropical Fish Spawn Egg", + "item.minecraft.turtle_spawn_egg": "Turtle Spawn Egg", + "item.minecraft.vex_spawn_egg": "Vex Spawn Egg", + "item.minecraft.villager_spawn_egg": "Villager Spawn Egg", + "item.minecraft.wandering_trader_spawn_egg": "Wandering Trader Spawn Egg", + "item.minecraft.vindicator_spawn_egg": "Vindicator Spawn Egg", + "item.minecraft.witch_spawn_egg": "Witch Spawn Egg", + "item.minecraft.wither_skeleton_spawn_egg": "Wither Skeleton Spawn Egg", + "item.minecraft.wolf_spawn_egg": "Wolf Spawn Egg", + "item.minecraft.zoglin_spawn_egg": "Zoglin Spawn Egg", + "item.minecraft.zombie_spawn_egg": "Zombie Spawn Egg", + "item.minecraft.zombie_horse_spawn_egg": "Zombie Horse Spawn Egg", + "item.minecraft.zombified_piglin_spawn_egg": "Zombified Piglin Spawn Egg", + "item.minecraft.zombie_villager_spawn_egg": "Zombie Villager Spawn Egg", + "item.minecraft.experience_bottle": "Bottle o' Enchanting", + "item.minecraft.fire_charge": "Fire Charge", + "item.minecraft.writable_book": "Book and Quill", + "item.minecraft.written_book": "Written Book", + "item.minecraft.flower_pot": "Flower Pot", + "item.minecraft.map": "Empty Map", + "item.minecraft.carrot": "Carrot", + "item.minecraft.golden_carrot": "Golden Carrot", + "item.minecraft.potato": "Potato", + "item.minecraft.baked_potato": "Baked Potato", + "item.minecraft.poisonous_potato": "Poisonous Potato", + "item.minecraft.carrot_on_a_stick": "Carrot on a Stick", + "item.minecraft.nether_star": "Nether Star", + "item.minecraft.pumpkin_pie": "Pumpkin Pie", + "item.minecraft.enchanted_book": "Enchanted Book", + "item.minecraft.firework_rocket": "Firework Rocket", + "item.minecraft.firework_rocket.flight": "Flight Duration:", + "item.minecraft.firework_star": "Firework Star", + "item.minecraft.firework_star.black": "Black", + "item.minecraft.firework_star.red": "Red", + "item.minecraft.firework_star.green": "Green", + "item.minecraft.firework_star.brown": "Brown", + "item.minecraft.firework_star.blue": "Blue", + "item.minecraft.firework_star.purple": "Purple", + "item.minecraft.firework_star.cyan": "Cyan", + "item.minecraft.firework_star.light_gray": "Light Gray", + "item.minecraft.firework_star.gray": "Gray", + "item.minecraft.firework_star.pink": "Pink", + "item.minecraft.firework_star.lime": "Lime", + "item.minecraft.firework_star.yellow": "Yellow", + "item.minecraft.firework_star.light_blue": "Light Blue", + "item.minecraft.firework_star.magenta": "Magenta", + "item.minecraft.firework_star.orange": "Orange", + "item.minecraft.firework_star.white": "White", + "item.minecraft.firework_star.custom_color": "Custom", + "item.minecraft.firework_star.fade_to": "Fade to", + "item.minecraft.firework_star.flicker": "Twinkle", + "item.minecraft.firework_star.trail": "Trail", + "item.minecraft.firework_star.shape.small_ball": "Small Ball", + "item.minecraft.firework_star.shape.large_ball": "Large Ball", + "item.minecraft.firework_star.shape.star": "Star-shaped", + "item.minecraft.firework_star.shape.creeper": "Creeper-shaped", + "item.minecraft.firework_star.shape.burst": "Burst", + "item.minecraft.firework_star.shape": "Unknown Shape", + "item.minecraft.nether_brick": "Nether Brick", + "item.minecraft.quartz": "Nether Quartz", + "item.minecraft.armor_stand": "Armor Stand", + "item.minecraft.iron_horse_armor": "Iron Horse Armor", + "item.minecraft.golden_horse_armor": "Golden Horse Armor", + "item.minecraft.diamond_horse_armor": "Diamond Horse Armor", + "item.minecraft.leather_horse_armor": "Leather Horse Armor", + "item.minecraft.prismarine_shard": "Prismarine Shard", + "item.minecraft.prismarine_crystals": "Prismarine Crystals", + "item.minecraft.chorus_fruit": "Chorus Fruit", + "item.minecraft.popped_chorus_fruit": "Popped Chorus Fruit", + "item.minecraft.beetroot": "Beetroot", + "item.minecraft.beetroot_seeds": "Beetroot Seeds", + "item.minecraft.beetroot_soup": "Beetroot Soup", + "item.minecraft.dragon_breath": "Dragon's Breath", + "item.minecraft.elytra": "Elytra", + "item.minecraft.totem_of_undying": "Totem of Undying", + "item.minecraft.shulker_shell": "Shulker Shell", + "item.minecraft.iron_nugget": "Iron Nugget", + "item.minecraft.knowledge_book": "Knowledge Book", + "item.minecraft.debug_stick": "Debug Stick", + "item.minecraft.debug_stick.empty": "%s has no properties", + "item.minecraft.debug_stick.update": "\"%s\" to %s", + "item.minecraft.debug_stick.select": "selected \"%s\" (%s)", + "item.minecraft.trident": "Trident", + "item.minecraft.scute": "Scute", + "item.minecraft.turtle_helmet": "Turtle Shell", + "item.minecraft.phantom_membrane": "Phantom Membrane", + "item.minecraft.nautilus_shell": "Nautilus Shell", + "item.minecraft.heart_of_the_sea": "Heart of the Sea", + "item.minecraft.crossbow": "Crossbow", + "item.minecraft.crossbow.projectile": "Projectile:", + "item.minecraft.suspicious_stew": "Suspicious Stew", + "item.minecraft.creeper_banner_pattern": "Banner Pattern", + "item.minecraft.skull_banner_pattern": "Banner Pattern", + "item.minecraft.flower_banner_pattern": "Banner Pattern", + "item.minecraft.mojang_banner_pattern": "Banner Pattern", + "item.minecraft.globe_banner_pattern": "Banner Pattern", + "item.minecraft.creeper_banner_pattern.desc": "Creeper Charge", + "item.minecraft.skull_banner_pattern.desc": "Skull Charge", + "item.minecraft.flower_banner_pattern.desc": "Flower Charge", + "item.minecraft.mojang_banner_pattern.desc": "Thing", + "item.minecraft.globe_banner_pattern.desc": "Globe", + "item.minecraft.piglin_banner_pattern": "Banner Pattern", + "item.minecraft.piglin_banner_pattern.desc": "Snout", + "item.minecraft.sweet_berries": "Sweet Berries", + "item.minecraft.honey_bottle": "Honey Bottle", + "item.minecraft.honeycomb": "Honeycomb", + "item.minecraft.lodestone_compass": "Lodestone Compass", + "item.minecraft.netherite_scrap": "Netherite Scrap", + "item.minecraft.netherite_ingot": "Netherite Ingot", + "item.minecraft.netherite_helmet": "Netherite Helmet", + "item.minecraft.netherite_chestplate": "Netherite Chestplate", + "item.minecraft.netherite_leggings": "Netherite Leggings", + "item.minecraft.netherite_boots": "Netherite Boots", + "item.minecraft.netherite_axe": "Netherite Axe", + "item.minecraft.netherite_pickaxe": "Netherite Pickaxe", + "item.minecraft.netherite_hoe": "Netherite Hoe", + "item.minecraft.netherite_shovel": "Netherite Shovel", + "item.minecraft.netherite_sword": "Netherite Sword", + "item.minecraft.warped_fungus_on_a_stick": "Warped Fungus on a Stick", + "container.inventory": "Inventory", + "container.hopper": "Item Hopper", + "container.crafting": "Crafting", + "container.dispenser": "Dispenser", + "container.dropper": "Dropper", + "container.furnace": "Furnace", + "container.enchant": "Enchant", + "container.smoker": "Smoker", + "container.lectern": "Lectern", + "container.blast_furnace": "Blast Furnace", + "container.enchant.lapis.one": "1 Lapis Lazuli", + "container.enchant.lapis.many": "%s Lapis Lazuli", + "container.enchant.level.one": "1 Enchantment Level", + "container.enchant.level.many": "%s Enchantment Levels", + "container.enchant.level.requirement": "Level Requirement: %s", + "container.enchant.clue": "%s . . . ?", + "container.repair": "Repair & Name", + "container.repair.cost": "Enchantment Cost: %1$s", + "container.repair.expensive": "Too Expensive!", + "container.creative": "Item Selection", + "container.brewing": "Brewing Stand", + "container.chest": "Chest", + "container.chestDouble": "Large Chest", + "container.enderchest": "Ender Chest", + "container.beacon": "Beacon", + "container.shulkerBox": "Shulker Box", + "container.shulkerBox.more": "and %s more...", + "container.barrel": "Barrel", + "container.spectatorCantOpen": "Unable to open. Loot not generated yet.", + "container.isLocked": "%s is locked!", + "container.loom": "Loom", + "container.grindstone_title": "Repair & Disenchant", + "container.cartography_table": "Cartography Table", + "container.stonecutter": "Stonecutter", + "container.upgrade": "Upgrade Gear", + "structure_block.invalid_structure_name": "Invalid structure name '%s'", + "structure_block.save_success": "Structure saved as '%s'", + "structure_block.save_failure": "Unable to save structure '%s'", + "structure_block.load_success": "Structure loaded from '%s'", + "structure_block.load_prepare": "Structure '%s' position prepared", + "structure_block.load_not_found": "Structure '%s' is not available", + "structure_block.size_success": "Size successfully detected for '%s'", + "structure_block.size_failure": "Unable to detect structure size. Add corners with matching structure names", + "structure_block.mode.save": "Save", + "structure_block.mode.load": "Load", + "structure_block.mode.data": "Data", + "structure_block.mode.corner": "Corner", + "structure_block.hover.save": "Save: %s", + "structure_block.hover.load": "Load: %s", + "structure_block.hover.data": "Data: %s", + "structure_block.hover.corner": "Corner: %s", + "structure_block.mode_info.save": "Save Mode - Write to File", + "structure_block.mode_info.load": "Load mode - Load from File", + "structure_block.mode_info.data": "Data mode - Game Logic Marker", + "structure_block.mode_info.corner": "Corner Mode - Placement and Size Marker", + "structure_block.structure_name": "Structure Name", + "structure_block.custom_data": "Custom Data Tag Name", + "structure_block.position": "Relative Position", + "structure_block.position.x": "relative Position x", + "structure_block.position.y": "relative position y", + "structure_block.position.z": "relative position z", + "structure_block.size": "Structure Size", + "structure_block.size.x": "structure size x", + "structure_block.size.y": "structure size y", + "structure_block.size.z": "structure size z", + "structure_block.integrity": "Structure Integrity and Seed", + "structure_block.integrity.integrity": "Structure Integrity", + "structure_block.integrity.seed": "Structure Seed", + "structure_block.include_entities": "Include entities:", + "structure_block.detect_size": "Detect structure size and position:", + "structure_block.button.detect_size": "DETECT", + "structure_block.button.save": "SAVE", + "structure_block.button.load": "LOAD", + "structure_block.show_air": "Show Invisible Blocks:", + "structure_block.show_boundingbox": "Show Bounding Box:", + "jigsaw_block.pool": "Target Pool:", + "jigsaw_block.name": "Name:", + "jigsaw_block.target": "Target Name:", + "jigsaw_block.final_state": "Turns into:", + "jigsaw_block.levels": "Levels: %s", + "jigsaw_block.keep_jigsaws": "Keep Jigsaws", + "jigsaw_block.generate": "Generate", + "jigsaw_block.joint_label": "Joint Type:", + "jigsaw_block.joint.rollable": "Rollable", + "jigsaw_block.joint.aligned": "Aligned", + "item.dyed": "Dyed", + "item.unbreakable": "Unbreakable", + "item.canBreak": "Can break:", + "item.canPlace": "Can be placed on:", + "item.color": "Color: %s", + "item.nbt_tags": "NBT: %s tag(s)", + "item.durability": "Durability: %s / %s", + "filled_map.mansion": "Woodland Explorer Map", + "filled_map.monument": "Ocean Explorer Map", + "filled_map.buried_treasure": "Buried Treasure Map", + "filled_map.unknown": "Unknown Map", + "filled_map.id": "Id #%s", + "filled_map.level": "(Level %s/%s)", + "filled_map.scale": "Scaling at 1:%s", + "filled_map.locked": "Locked", + "entity.minecraft.area_effect_cloud": "Area Effect Cloud", + "entity.minecraft.armor_stand": "Armor Stand", + "entity.minecraft.arrow": "Arrow", + "entity.minecraft.bat": "Bat", + "entity.minecraft.bee": "Bee", + "entity.minecraft.blaze": "Blaze", + "entity.minecraft.boat": "Boat", + "entity.minecraft.cat": "Cat", + "entity.minecraft.cave_spider": "Cave Spider", + "entity.minecraft.chest_minecart": "Minecart with Chest", + "entity.minecraft.chicken": "Chicken", + "entity.minecraft.command_block_minecart": "Minecart with Command Block", + "entity.minecraft.cod": "Cod", + "entity.minecraft.cow": "Cow", + "entity.minecraft.creeper": "Creeper", + "entity.minecraft.dolphin": "Dolphin", + "entity.minecraft.donkey": "Donkey", + "entity.minecraft.drowned": "Drowned", + "entity.minecraft.dragon_fireball": "Dragon Fireball", + "entity.minecraft.egg": "Thrown Egg", + "entity.minecraft.elder_guardian": "Elder Guardian", + "entity.minecraft.end_crystal": "End Crystal", + "entity.minecraft.ender_dragon": "Ender Dragon", + "entity.minecraft.ender_pearl": "Thrown Ender Pearl", + "entity.minecraft.enderman": "Enderman", + "entity.minecraft.endermite": "Endermite", + "entity.minecraft.evoker_fangs": "Evoker Fangs", + "entity.minecraft.evoker": "Evoker", + "entity.minecraft.eye_of_ender": "Eye of Ender", + "entity.minecraft.falling_block": "Falling Block", + "entity.minecraft.fireball": "Fireball", + "entity.minecraft.firework_rocket": "Firework Rocket", + "entity.minecraft.fishing_bobber": "Fishing Bobber", + "entity.minecraft.fox": "Fox", + "entity.minecraft.furnace_minecart": "Minecart with Furnace", + "entity.minecraft.ghast": "Ghast", + "entity.minecraft.giant": "Giant", + "entity.minecraft.guardian": "Guardian", + "entity.minecraft.hoglin": "Hoglin", + "entity.minecraft.hopper_minecart": "Minecart with Hopper", + "entity.minecraft.horse": "Horse", + "entity.minecraft.husk": "Husk", + "entity.minecraft.ravager": "Ravager", + "entity.minecraft.illusioner": "Illusioner", + "entity.minecraft.item": "Item", + "entity.minecraft.item_frame": "Item Frame", + "entity.minecraft.killer_bunny": "The Killer Bunny", + "entity.minecraft.leash_knot": "Leash Knot", + "entity.minecraft.lightning_bolt": "Lightning Bolt", + "entity.minecraft.llama": "Llama", + "entity.minecraft.llama_spit": "Llama Spit", + "entity.minecraft.magma_cube": "Magma Cube", + "entity.minecraft.minecart": "Minecart", + "entity.minecraft.mooshroom": "Mooshroom", + "entity.minecraft.mule": "Mule", + "entity.minecraft.ocelot": "Ocelot", + "entity.minecraft.painting": "Painting", + "entity.minecraft.panda": "Panda", + "entity.minecraft.parrot": "Parrot", + "entity.minecraft.phantom": "Phantom", + "entity.minecraft.pig": "Pig", + "entity.minecraft.piglin": "Piglin", + "entity.minecraft.piglin_brute": "Piglin Brute", + "entity.minecraft.pillager": "Pillager", + "entity.minecraft.player": "Player", + "entity.minecraft.polar_bear": "Polar Bear", + "entity.minecraft.potion": "Potion", + "entity.minecraft.pufferfish": "Pufferfish", + "entity.minecraft.rabbit": "Rabbit", + "entity.minecraft.salmon": "Salmon", + "entity.minecraft.sheep": "Sheep", + "entity.minecraft.shulker": "Shulker", + "entity.minecraft.shulker_bullet": "Shulker Bullet", + "entity.minecraft.silverfish": "Silverfish", + "entity.minecraft.skeleton": "Skeleton", + "entity.minecraft.skeleton_horse": "Skeleton Horse", + "entity.minecraft.slime": "Slime", + "entity.minecraft.small_fireball": "Small Fireball", + "entity.minecraft.snowball": "Snowball", + "entity.minecraft.snow_golem": "Snow Golem", + "entity.minecraft.spawner_minecart": "Minecart with Spawner", + "entity.minecraft.spectral_arrow": "Spectral Arrow", + "entity.minecraft.spider": "Spider", + "entity.minecraft.squid": "Squid", + "entity.minecraft.stray": "Stray", + "entity.minecraft.strider": "Strider", + "entity.minecraft.tnt": "Primed TNT", + "entity.minecraft.tnt_minecart": "Minecart with TNT", + "entity.minecraft.trader_llama": "Trader Llama", + "entity.minecraft.trident": "Trident", + "entity.minecraft.tropical_fish": "Tropical Fish", + "entity.minecraft.tropical_fish.predefined.0": "Anemone", + "entity.minecraft.tropical_fish.predefined.1": "Black Tang", + "entity.minecraft.tropical_fish.predefined.2": "Blue Tang", + "entity.minecraft.tropical_fish.predefined.3": "Butterflyfish", + "entity.minecraft.tropical_fish.predefined.4": "Cichlid", + "entity.minecraft.tropical_fish.predefined.5": "Clownfish", + "entity.minecraft.tropical_fish.predefined.6": "Cotton Candy Betta", + "entity.minecraft.tropical_fish.predefined.7": "Dottyback", + "entity.minecraft.tropical_fish.predefined.8": "Emperor Red Snapper", + "entity.minecraft.tropical_fish.predefined.9": "Goatfish", + "entity.minecraft.tropical_fish.predefined.10": "Moorish Idol", + "entity.minecraft.tropical_fish.predefined.11": "Ornate Butterflyfish", + "entity.minecraft.tropical_fish.predefined.12": "Parrotfish", + "entity.minecraft.tropical_fish.predefined.13": "Queen Angelfish", + "entity.minecraft.tropical_fish.predefined.14": "Red Cichlid", + "entity.minecraft.tropical_fish.predefined.15": "Red Lipped Blenny", + "entity.minecraft.tropical_fish.predefined.16": "Red Snapper", + "entity.minecraft.tropical_fish.predefined.17": "Threadfin", + "entity.minecraft.tropical_fish.predefined.18": "Tomato Clownfish", + "entity.minecraft.tropical_fish.predefined.19": "Triggerfish", + "entity.minecraft.tropical_fish.predefined.20": "Yellowtail Parrotfish", + "entity.minecraft.tropical_fish.predefined.21": "Yellow Tang", + "entity.minecraft.tropical_fish.type.flopper": "Flopper", + "entity.minecraft.tropical_fish.type.stripey": "Stripey", + "entity.minecraft.tropical_fish.type.glitter": "Glitter", + "entity.minecraft.tropical_fish.type.blockfish": "Blockfish", + "entity.minecraft.tropical_fish.type.betty": "Betty", + "entity.minecraft.tropical_fish.type.clayfish": "Clayfish", + "entity.minecraft.tropical_fish.type.kob": "Kob", + "entity.minecraft.tropical_fish.type.sunstreak": "Sunstreak", + "entity.minecraft.tropical_fish.type.snooper": "Snooper", + "entity.minecraft.tropical_fish.type.dasher": "Dasher", + "entity.minecraft.tropical_fish.type.brinely": "Brinely", + "entity.minecraft.tropical_fish.type.spotty": "Spotty", + "entity.minecraft.turtle": "Turtle", + "entity.minecraft.vex": "Vex", + "entity.minecraft.villager.armorer": "Armorer", + "entity.minecraft.villager.butcher": "Butcher", + "entity.minecraft.villager.cartographer": "Cartographer", + "entity.minecraft.villager.cleric": "Cleric", + "entity.minecraft.villager.farmer": "Farmer", + "entity.minecraft.villager.fisherman": "Fisherman", + "entity.minecraft.villager.fletcher": "Fletcher", + "entity.minecraft.villager.leatherworker": "Leatherworker", + "entity.minecraft.villager.librarian": "Librarian", + "entity.minecraft.villager.mason": "Mason", + "entity.minecraft.villager.none": "Villager", + "entity.minecraft.villager.nitwit": "Nitwit", + "entity.minecraft.villager.shepherd": "Shepherd", + "entity.minecraft.villager.toolsmith": "Toolsmith", + "entity.minecraft.villager.weaponsmith": "Weaponsmith", + "entity.minecraft.villager": "Villager", + "entity.minecraft.wandering_trader": "Wandering Trader", + "entity.minecraft.iron_golem": "Iron Golem", + "entity.minecraft.vindicator": "Vindicator", + "entity.minecraft.witch": "Witch", + "entity.minecraft.wither": "Wither", + "entity.minecraft.wither_skeleton": "Wither Skeleton", + "entity.minecraft.wither_skull": "Wither Skull", + "entity.minecraft.wolf": "Wolf", + "entity.minecraft.experience_bottle": "Thrown Bottle o' Enchanting", + "entity.minecraft.experience_orb": "Experience Orb", + "entity.minecraft.zoglin": "Zoglin", + "entity.minecraft.zombie": "Zombie", + "entity.minecraft.zombie_horse": "Zombie Horse", + "entity.minecraft.zombified_piglin": "Zombified Piglin", + "entity.minecraft.zombie_villager": "Zombie Villager", + "death.fell.accident.ladder": "%1$s fell off a ladder", + "death.fell.accident.vines": "%1$s fell off some vines", + "death.fell.accident.weeping_vines": "%1$s fell off some weeping vines", + "death.fell.accident.twisting_vines": "%1$s fell off some twisting vines", + "death.fell.accident.scaffolding": "%1$s fell off scaffolding", + "death.fell.accident.other_climbable": "%1$s fell while climbing", + "death.fell.accident.generic": "%1$s fell from a high place", + "death.fell.killer": "%1$s was doomed to fall", + "death.fell.assist": "%1$s was doomed to fall by %2$s", + "death.fell.assist.item": "%1$s was doomed to fall by %2$s using %3$s", + "death.fell.finish": "%1$s fell too far and was finished by %2$s", + "death.fell.finish.item": "%1$s fell too far and was finished by %2$s using %3$s", + "death.attack.lightningBolt": "%1$s was struck by lightning", + "death.attack.lightningBolt.player": "%1$s was struck by lightning whilst fighting %2$s", + "death.attack.inFire": "%1$s went up in flames", + "death.attack.inFire.player": "%1$s walked into fire whilst fighting %2$s", + "death.attack.onFire": "%1$s burned to death", + "death.attack.onFire.player": "%1$s was burnt to a crisp whilst fighting %2$s", + "death.attack.lava": "%1$s tried to swim in lava", + "death.attack.lava.player": "%1$s tried to swim in lava to escape %2$s", + "death.attack.hotFloor": "%1$s discovered the floor was lava", + "death.attack.hotFloor.player": "%1$s walked into danger zone due to %2$s", + "death.attack.inWall": "%1$s suffocated in a wall", + "death.attack.inWall.player": "%1$s suffocated in a wall whilst fighting %2$s", + "death.attack.cramming": "%1$s was squished too much", + "death.attack.cramming.player": "%1$s was squashed by %2$s", + "death.attack.drown": "%1$s drowned", + "death.attack.drown.player": "%1$s drowned whilst trying to escape %2$s", + "death.attack.starve": "%1$s starved to death", + "death.attack.starve.player": "%1$s starved to death whilst fighting %2$s", + "death.attack.cactus": "%1$s was pricked to death", + "death.attack.cactus.player": "%1$s walked into a cactus whilst trying to escape %2$s", + "death.attack.generic": "%1$s died", + "death.attack.generic.player": "%1$s died because of %2$s", + "death.attack.explosion": "%1$s blew up", + "death.attack.explosion.player": "%1$s was blown up by %2$s", + "death.attack.explosion.player.item": "%1$s was blown up by %2$s using %3$s", + "death.attack.magic": "%1$s was killed by magic", + "death.attack.magic.player": "%1$s was killed by magic whilst trying to escape %2$s", + "death.attack.even_more_magic": "%1$s was killed by even more magic", + "death.attack.message_too_long": "Actually, message was too long to deliver fully. Sorry! Here's stripped version: %s", + "death.attack.wither": "%1$s withered away", + "death.attack.wither.player": "%1$s withered away whilst fighting %2$s", + "death.attack.witherSkull": "%1$s was shot by a skull from %2$s", + "death.attack.anvil": "%1$s was squashed by a falling anvil", + "death.attack.anvil.player": "%1$s was squashed by a falling anvil whilst fighting %2$s", + "death.attack.fallingBlock": "%1$s was squashed by a falling block", + "death.attack.fallingBlock.player": "%1$s was squashed by a falling block whilst fighting %2$s", + "death.attack.mob": "%1$s was slain by %2$s", + "death.attack.mob.item": "%1$s was slain by %2$s using %3$s", + "death.attack.player": "%1$s was slain by %2$s", + "death.attack.player.item": "%1$s was slain by %2$s using %3$s", + "death.attack.arrow": "%1$s was shot by %2$s", + "death.attack.arrow.item": "%1$s was shot by %2$s using %3$s", + "death.attack.fireball": "%1$s was fireballed by %2$s", + "death.attack.fireball.item": "%1$s was fireballed by %2$s using %3$s", + "death.attack.thrown": "%1$s was pummeled by %2$s", + "death.attack.thrown.item": "%1$s was pummeled by %2$s using %3$s", + "death.attack.indirectMagic": "%1$s was killed by %2$s using magic", + "death.attack.indirectMagic.item": "%1$s was killed by %2$s using %3$s", + "death.attack.thorns": "%1$s was killed trying to hurt %2$s", + "death.attack.thorns.item": "%1$s was killed by %3$s trying to hurt %2$s", + "death.attack.trident": "%1$s was impaled by %2$s", + "death.attack.trident.item": "%1$s was impaled by %2$s with %3$s", + "death.attack.fall": "%1$s hit the ground too hard", + "death.attack.fall.player": "%1$s hit the ground too hard whilst trying to escape %2$s", + "death.attack.outOfWorld": "%1$s fell out of the world", + "death.attack.outOfWorld.player": "%1$s didn't want to live in the same world as %2$s", + "death.attack.dragonBreath": "%1$s was roasted in dragon breath", + "death.attack.dragonBreath.player": "%1$s was roasted in dragon breath by %2$s", + "death.attack.flyIntoWall": "%1$s experienced kinetic energy", + "death.attack.flyIntoWall.player": "%1$s experienced kinetic energy whilst trying to escape %2$s", + "death.attack.fireworks": "%1$s went off with a bang", + "death.attack.fireworks.player": "%1$s went off with a bang whilst fighting %2$s", + "death.attack.fireworks.item": "%1$s went off with a bang due to a firework fired from %3$s by %2$s", + "death.attack.badRespawnPoint.message": "%1$s was killed by %2$s", + "death.attack.badRespawnPoint.link": "Intentional Game Design", + "death.attack.sweetBerryBush": "%1$s was poked to death by a sweet berry bush", + "death.attack.sweetBerryBush.player": "%1$s was poked to death by a sweet berry bush whilst trying to escape %2$s", + "death.attack.sting": "%1$s was stung to death", + "death.attack.sting.player": "%1$s was stung to death by %2$s", + "deathScreen.respawn": "Respawn", + "deathScreen.spectate": "Spectate World", + "deathScreen.titleScreen": "Title Screen", + "deathScreen.score": "Score", + "deathScreen.title.hardcore": "Game Over!", + "deathScreen.title": "You Died!", + "deathScreen.quit.confirm": "Are you sure you want to quit?", + "effect.none": "No Effects", + "effect.minecraft.speed": "Speed", + "effect.minecraft.slowness": "Slowness", + "effect.minecraft.haste": "Haste", + "effect.minecraft.mining_fatigue": "Mining Fatigue", + "effect.minecraft.strength": "Strength", + "effect.minecraft.instant_health": "Instant Health", + "effect.minecraft.instant_damage": "Instant Damage", + "effect.minecraft.jump_boost": "Jump Boost", + "effect.minecraft.nausea": "Nausea", + "effect.minecraft.regeneration": "Regeneration", + "effect.minecraft.resistance": "Resistance", + "effect.minecraft.fire_resistance": "Fire Resistance", + "effect.minecraft.water_breathing": "Water Breathing", + "effect.minecraft.invisibility": "Invisibility", + "effect.minecraft.blindness": "Blindness", + "effect.minecraft.night_vision": "Night Vision", + "effect.minecraft.hunger": "Hunger", + "effect.minecraft.weakness": "Weakness", + "effect.minecraft.poison": "Poison", + "effect.minecraft.wither": "Wither", + "effect.minecraft.health_boost": "Health Boost", + "effect.minecraft.absorption": "Absorption", + "effect.minecraft.saturation": "Saturation", + "effect.minecraft.glowing": "Glowing", + "effect.minecraft.luck": "Luck", + "effect.minecraft.unluck": "Bad Luck", + "effect.minecraft.levitation": "Levitation", + "effect.minecraft.slow_falling": "Slow Falling", + "effect.minecraft.conduit_power": "Conduit Power", + "effect.minecraft.dolphins_grace": "Dolphin's Grace", + "effect.minecraft.bad_omen": "Bad Omen", + "effect.minecraft.hero_of_the_village": "Hero of the Village", + "event.minecraft.raid": "Raid", + "event.minecraft.raid.raiders_remaining": "Raiders Remaining: %s", + "event.minecraft.raid.victory": "Victory", + "event.minecraft.raid.defeat": "Defeat", + "item.minecraft.tipped_arrow.effect.empty": "Uncraftable Tipped Arrow", + "item.minecraft.tipped_arrow.effect.water": "Arrow of Splashing", + "item.minecraft.tipped_arrow.effect.mundane": "Tipped Arrow", + "item.minecraft.tipped_arrow.effect.thick": "Tipped Arrow", + "item.minecraft.tipped_arrow.effect.awkward": "Tipped Arrow", + "item.minecraft.tipped_arrow.effect.night_vision": "Arrow of Night Vision", + "item.minecraft.tipped_arrow.effect.invisibility": "Arrow of Invisibility", + "item.minecraft.tipped_arrow.effect.leaping": "Arrow of Leaping", + "item.minecraft.tipped_arrow.effect.fire_resistance": "Arrow of Fire Resistance", + "item.minecraft.tipped_arrow.effect.swiftness": "Arrow of Swiftness", + "item.minecraft.tipped_arrow.effect.slowness": "Arrow of Slowness", + "item.minecraft.tipped_arrow.effect.water_breathing": "Arrow of Water Breathing", + "item.minecraft.tipped_arrow.effect.healing": "Arrow of Healing", + "item.minecraft.tipped_arrow.effect.harming": "Arrow of Harming", + "item.minecraft.tipped_arrow.effect.poison": "Arrow of Poison", + "item.minecraft.tipped_arrow.effect.regeneration": "Arrow of Regeneration", + "item.minecraft.tipped_arrow.effect.strength": "Arrow of Strength", + "item.minecraft.tipped_arrow.effect.weakness": "Arrow of Weakness", + "item.minecraft.tipped_arrow.effect.levitation": "Arrow of Levitation", + "item.minecraft.tipped_arrow.effect.luck": "Arrow of Luck", + "item.minecraft.tipped_arrow.effect.turtle_master": "Arrow of the Turtle Master", + "item.minecraft.tipped_arrow.effect.slow_falling": "Arrow of Slow Falling", + "potion.whenDrank": "When Applied:", + "potion.withAmplifier": "%s %s", + "potion.withDuration": "%s (%s)", + "item.minecraft.potion.effect.empty": "Uncraftable Potion", + "item.minecraft.potion.effect.water": "Water Bottle", + "item.minecraft.potion.effect.mundane": "Mundane Potion", + "item.minecraft.potion.effect.thick": "Thick Potion", + "item.minecraft.potion.effect.awkward": "Awkward Potion", + "item.minecraft.potion.effect.night_vision": "Potion of Night Vision", + "item.minecraft.potion.effect.invisibility": "Potion of Invisibility", + "item.minecraft.potion.effect.leaping": "Potion of Leaping", + "item.minecraft.potion.effect.fire_resistance": "Potion of Fire Resistance", + "item.minecraft.potion.effect.swiftness": "Potion of Swiftness", + "item.minecraft.potion.effect.slowness": "Potion of Slowness", + "item.minecraft.potion.effect.water_breathing": "Potion of Water Breathing", + "item.minecraft.potion.effect.healing": "Potion of Healing", + "item.minecraft.potion.effect.harming": "Potion of Harming", + "item.minecraft.potion.effect.poison": "Potion of Poison", + "item.minecraft.potion.effect.regeneration": "Potion of Regeneration", + "item.minecraft.potion.effect.strength": "Potion of Strength", + "item.minecraft.potion.effect.weakness": "Potion of Weakness", + "item.minecraft.potion.effect.levitation": "Potion of Levitation", + "item.minecraft.potion.effect.luck": "Potion of Luck", + "item.minecraft.potion.effect.turtle_master": "Potion of the Turtle Master", + "item.minecraft.potion.effect.slow_falling": "Potion of Slow Falling", + "item.minecraft.splash_potion.effect.empty": "Splash Uncraftable Potion", + "item.minecraft.splash_potion.effect.water": "Splash Water Bottle", + "item.minecraft.splash_potion.effect.mundane": "Mundane Splash Potion", + "item.minecraft.splash_potion.effect.thick": "Thick Splash Potion", + "item.minecraft.splash_potion.effect.awkward": "Awkward Splash Potion", + "item.minecraft.splash_potion.effect.night_vision": "Splash Potion of Night Vision", + "item.minecraft.splash_potion.effect.invisibility": "Splash Potion of Invisibility", + "item.minecraft.splash_potion.effect.leaping": "Splash Potion of Leaping", + "item.minecraft.splash_potion.effect.fire_resistance": "Splash Potion of Fire Resistance", + "item.minecraft.splash_potion.effect.swiftness": "Splash Potion of Swiftness", + "item.minecraft.splash_potion.effect.slowness": "Splash Potion of Slowness", + "item.minecraft.splash_potion.effect.water_breathing": "Splash Potion of Water Breathing", + "item.minecraft.splash_potion.effect.healing": "Splash Potion of Healing", + "item.minecraft.splash_potion.effect.harming": "Splash Potion of Harming", + "item.minecraft.splash_potion.effect.poison": "Splash Potion of Poison", + "item.minecraft.splash_potion.effect.regeneration": "Splash Potion of Regeneration", + "item.minecraft.splash_potion.effect.strength": "Splash Potion of Strength", + "item.minecraft.splash_potion.effect.weakness": "Splash Potion of Weakness", + "item.minecraft.splash_potion.effect.levitation": "Splash Potion of Levitation", + "item.minecraft.splash_potion.effect.luck": "Splash Potion of Luck", + "item.minecraft.splash_potion.effect.turtle_master": "Splash Potion of the Turtle Master", + "item.minecraft.splash_potion.effect.slow_falling": "Splash Potion of Slow Falling", + "item.minecraft.lingering_potion.effect.empty": "Lingering Uncraftable Potion", + "item.minecraft.lingering_potion.effect.water": "Lingering Water Bottle", + "item.minecraft.lingering_potion.effect.mundane": "Mundane Lingering Potion", + "item.minecraft.lingering_potion.effect.thick": "Thick Lingering Potion", + "item.minecraft.lingering_potion.effect.awkward": "Awkward Lingering Potion", + "item.minecraft.lingering_potion.effect.night_vision": "Lingering Potion of Night Vision", + "item.minecraft.lingering_potion.effect.invisibility": "Lingering Potion of Invisibility", + "item.minecraft.lingering_potion.effect.leaping": "Lingering Potion of Leaping", + "item.minecraft.lingering_potion.effect.fire_resistance": "Lingering Potion of Fire Resistance", + "item.minecraft.lingering_potion.effect.swiftness": "Lingering Potion of Swiftness", + "item.minecraft.lingering_potion.effect.slowness": "Lingering Potion of Slowness", + "item.minecraft.lingering_potion.effect.water_breathing": "Lingering Potion of Water Breathing", + "item.minecraft.lingering_potion.effect.healing": "Lingering Potion of Healing", + "item.minecraft.lingering_potion.effect.harming": "Lingering Potion of Harming", + "item.minecraft.lingering_potion.effect.poison": "Lingering Potion of Poison", + "item.minecraft.lingering_potion.effect.regeneration": "Lingering Potion of Regeneration", + "item.minecraft.lingering_potion.effect.strength": "Lingering Potion of Strength", + "item.minecraft.lingering_potion.effect.weakness": "Lingering Potion of Weakness", + "item.minecraft.lingering_potion.effect.levitation": "Lingering Potion of Levitation", + "item.minecraft.lingering_potion.effect.luck": "Lingering Potion of Luck", + "item.minecraft.lingering_potion.effect.turtle_master": "Lingering Potion of the Turtle Master", + "item.minecraft.lingering_potion.effect.slow_falling": "Lingering Potion of Slow Falling", + "potion.potency.0": "", + "potion.potency.1": "II", + "potion.potency.2": "III", + "potion.potency.3": "IV", + "potion.potency.4": "V", + "potion.potency.5": "VI", + "enchantment.minecraft.sharpness": "Sharpness", + "enchantment.minecraft.smite": "Smite", + "enchantment.minecraft.bane_of_arthropods": "Bane of Arthropods", + "enchantment.minecraft.knockback": "Knockback", + "enchantment.minecraft.fire_aspect": "Fire Aspect", + "enchantment.minecraft.sweeping": "Sweeping Edge", + "enchantment.minecraft.protection": "Protection", + "enchantment.minecraft.fire_protection": "Fire Protection", + "enchantment.minecraft.feather_falling": "Feather Falling", + "enchantment.minecraft.blast_protection": "Blast Protection", + "enchantment.minecraft.projectile_protection": "Projectile Protection", + "enchantment.minecraft.respiration": "Respiration", + "enchantment.minecraft.aqua_affinity": "Aqua Affinity", + "enchantment.minecraft.depth_strider": "Depth Strider", + "enchantment.minecraft.frost_walker": "Frost Walker", + "enchantment.minecraft.soul_speed": "Soul Speed", + "enchantment.minecraft.efficiency": "Efficiency", + "enchantment.minecraft.silk_touch": "Silk Touch", + "enchantment.minecraft.unbreaking": "Unbreaking", + "enchantment.minecraft.looting": "Looting", + "enchantment.minecraft.fortune": "Fortune", + "enchantment.minecraft.luck_of_the_sea": "Luck of the Sea", + "enchantment.minecraft.lure": "Lure", + "enchantment.minecraft.power": "Power", + "enchantment.minecraft.flame": "Flame", + "enchantment.minecraft.punch": "Punch", + "enchantment.minecraft.infinity": "Infinity", + "enchantment.minecraft.thorns": "Thorns", + "enchantment.minecraft.mending": "Mending", + "enchantment.minecraft.binding_curse": "Curse of Binding", + "enchantment.minecraft.vanishing_curse": "Curse of Vanishing", + "enchantment.minecraft.loyalty": "Loyalty", + "enchantment.minecraft.impaling": "Impaling", + "enchantment.minecraft.riptide": "Riptide", + "enchantment.minecraft.channeling": "Channeling", + "enchantment.minecraft.multishot": "Multishot", + "enchantment.minecraft.quick_charge": "Quick Charge", + "enchantment.minecraft.piercing": "Piercing", + "enchantment.level.1": "I", + "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.level.10": "X", + "gui.advancements": "Advancements", + "gui.stats": "Statistics", + "gui.entity_tooltip.type": "Type: %s", + "advancements.empty": "There doesn't seem to be anything here...", + "advancements.sad_label": ":(", + "advancements.toast.task": "Advancement Made!", + "advancements.toast.challenge": "Challenge Complete!", + "advancements.toast.goal": "Goal Reached!", + "stats.tooltip.type.statistic": "Statistic", + "stat.generalButton": "General", + "stat.itemsButton": "Items", + "stat.mobsButton": "Mobs", + "stat_type.minecraft.mined": "Times Mined", + "stat_type.minecraft.crafted": "Times Crafted", + "stat_type.minecraft.used": "Times Used", + "stat_type.minecraft.broken": "Times Broken", + "stat_type.minecraft.picked_up": "Picked Up", + "stat_type.minecraft.dropped": "Dropped", + "stat_type.minecraft.killed": "You killed %s %s", + "stat_type.minecraft.killed.none": "You have never killed %s", + "stat_type.minecraft.killed_by": "%s killed you %s time(s)", + "stat_type.minecraft.killed_by.none": "You have never been killed by %s", + "stat.minecraft.animals_bred": "Animals Bred", + "stat.minecraft.aviate_one_cm": "Distance by Elytra", + "stat.minecraft.clean_armor": "Armor Pieces Cleaned", + "stat.minecraft.clean_banner": "Banners Cleaned", + "stat.minecraft.clean_shulker_box": "Shulker Boxes Cleaned", + "stat.minecraft.climb_one_cm": "Distance Climbed", + "stat.minecraft.bell_ring": "Bells Rung", + "stat.minecraft.target_hit": "Targets Hit", + "stat.minecraft.boat_one_cm": "Distance by Boat", + "stat.minecraft.crouch_one_cm": "Distance Crouched", + "stat.minecraft.damage_dealt": "Damage Dealt", + "stat.minecraft.damage_dealt_absorbed": "Damage Dealt (Absorbed)", + "stat.minecraft.damage_dealt_resisted": "Damage Dealt (Resisted)", + "stat.minecraft.damage_taken": "Damage Taken", + "stat.minecraft.damage_blocked_by_shield": "Damage Blocked by Shield", + "stat.minecraft.damage_absorbed": "Damage Absorbed", + "stat.minecraft.damage_resisted": "Damage Resisted", + "stat.minecraft.deaths": "Number of Deaths", + "stat.minecraft.walk_under_water_one_cm": "Distance Walked under Water", + "stat.minecraft.drop": "Items Dropped", + "stat.minecraft.eat_cake_slice": "Cake Slices Eaten", + "stat.minecraft.enchant_item": "Items Enchanted", + "stat.minecraft.fall_one_cm": "Distance Fallen", + "stat.minecraft.fill_cauldron": "Cauldrons Filled", + "stat.minecraft.fish_caught": "Fish Caught", + "stat.minecraft.fly_one_cm": "Distance Flown", + "stat.minecraft.horse_one_cm": "Distance by Horse", + "stat.minecraft.inspect_dispenser": "Dispensers Searched", + "stat.minecraft.inspect_dropper": "Droppers Searched", + "stat.minecraft.inspect_hopper": "Hoppers Searched", + "stat.minecraft.interact_with_anvil": "Interactions with Anvil", + "stat.minecraft.interact_with_beacon": "Interactions with Beacon", + "stat.minecraft.interact_with_brewingstand": "Interactions with Brewing Stand", + "stat.minecraft.interact_with_campfire": "Interactions with Campfire", + "stat.minecraft.interact_with_cartography_table": "Interactions with Cartography Table", + "stat.minecraft.interact_with_crafting_table": "Interactions with Crafting Table", + "stat.minecraft.interact_with_furnace": "Interactions with Furnace", + "stat.minecraft.interact_with_grindstone": "Interactions with Grindstone", + "stat.minecraft.interact_with_lectern": "Interactions with Lectern", + "stat.minecraft.interact_with_loom": "Interactions with Loom", + "stat.minecraft.interact_with_blast_furnace": "Interactions with Blast Furnace", + "stat.minecraft.interact_with_smithing_table": "Interactions with Smithing Table", + "stat.minecraft.interact_with_smoker": "Interactions with Smoker", + "stat.minecraft.interact_with_stonecutter": "Interactions with Stonecutter", + "stat.minecraft.jump": "Jumps", + "stat.minecraft.junk_fished": "Junk Fished", + "stat.minecraft.leave_game": "Games Quit", + "stat.minecraft.minecart_one_cm": "Distance by Minecart", + "stat.minecraft.mob_kills": "Mob Kills", + "stat.minecraft.open_barrel": "Barrels Opened", + "stat.minecraft.open_chest": "Chests Opened", + "stat.minecraft.open_enderchest": "Ender Chests Opened", + "stat.minecraft.open_shulker_box": "Shulker Boxes Opened", + "stat.minecraft.pig_one_cm": "Distance by Pig", + "stat.minecraft.strider_one_cm": "Distance by Strider", + "stat.minecraft.player_kills": "Player Kills", + "stat.minecraft.play_noteblock": "Note Blocks Played", + "stat.minecraft.play_one_minute": "Time Played", + "stat.minecraft.play_record": "Music Discs Played", + "stat.minecraft.pot_flower": "Plants Potted", + "stat.minecraft.raid_trigger": "Raids Triggered", + "stat.minecraft.raid_win": "Raids Won", + "stat.minecraft.ring_bell": "Bells Rung", + "stat.minecraft.sleep_in_bed": "Times Slept in a Bed", + "stat.minecraft.sneak_time": "Sneak Time", + "stat.minecraft.sprint_one_cm": "Distance Sprinted", + "stat.minecraft.walk_on_water_one_cm": "Distance Walked on Water", + "stat.minecraft.swim_one_cm": "Distance Swum", + "stat.minecraft.talked_to_villager": "Talked to Villagers", + "stat.minecraft.time_since_rest": "Time Since Last Rest", + "stat.minecraft.time_since_death": "Time Since Last Death", + "stat.minecraft.traded_with_villager": "Traded with Villagers", + "stat.minecraft.treasure_fished": "Treasure Fished", + "stat.minecraft.trigger_trapped_chest": "Trapped Chests Triggered", + "stat.minecraft.tune_noteblock": "Note Blocks Tuned", + "stat.minecraft.use_cauldron": "Water Taken from Cauldron", + "stat.minecraft.walk_one_cm": "Distance Walked", + "recipe.toast.title": "New Recipes Unlocked!", + "recipe.toast.description": "Check your recipe book", + "itemGroup.buildingBlocks": "Building Blocks", + "itemGroup.decorations": "Decoration Blocks", + "itemGroup.redstone": "Redstone", + "itemGroup.transportation": "Transportation", + "itemGroup.misc": "Miscellaneous", + "itemGroup.search": "Search Items", + "itemGroup.food": "Foodstuffs", + "itemGroup.tools": "Tools", + "itemGroup.combat": "Combat", + "itemGroup.brewing": "Brewing", + "itemGroup.materials": "Materials", + "itemGroup.inventory": "Survival Inventory", + "itemGroup.hotbar": "Saved Hotbars", + "inventory.binSlot": "Destroy Item", + "inventory.hotbarSaved": "Item hotbar saved (restore with %1$s+%2$s)", + "inventory.hotbarInfo": "Save hotbar with %1$s+%2$s", + "advMode.setCommand": "Set Console Command for Block", + "advMode.setCommand.success": "Command set: %s", + "advMode.command": "Console Command", + "advMode.nearestPlayer": "Use \"@p\" to target nearest player", + "advMode.randomPlayer": "Use \"@r\" to target random player", + "advMode.allPlayers": "Use \"@a\" to target all players", + "advMode.allEntities": "Use \"@e\" to target all entities", + "advMode.self": "Use \"@s\" to target the executing entity", + "advMode.previousOutput": "Previous Output", + "advMode.mode.sequence": "Chain", + "advMode.mode.auto": "Repeat", + "advMode.mode.redstone": "Impulse", + "advMode.mode.conditional": "Conditional", + "advMode.mode.unconditional": "Unconditional", + "advMode.mode.redstoneTriggered": "Needs Redstone", + "advMode.mode.autoexec.bat": "Always Active", + "advMode.notEnabled": "Command blocks are not enabled on this server", + "advMode.notAllowed": "Must be an opped player in creative mode", + "mount.onboard": "Press %1$s to Dismount", + "build.tooHigh": "Height limit for building is %s blocks", + "item.modifiers.mainhand": "When in Main Hand:", + "item.modifiers.offhand": "When in Off Hand:", + "item.modifiers.feet": "When on Feet:", + "item.modifiers.legs": "When on Legs:", + "item.modifiers.chest": "When on Body:", + "item.modifiers.head": "When on Head:", + "attribute.unknown": "Unknown attribute", + "attribute.modifier.plus.0": "+%s %s", + "attribute.modifier.plus.1": "+%s%% %s", + "attribute.modifier.plus.2": "+%s%% %s", + "attribute.modifier.take.0": "-%s %s", + "attribute.modifier.take.1": "-%s%% %s", + "attribute.modifier.take.2": "-%s%% %s", + "attribute.modifier.equals.0": "%s %s", + "attribute.modifier.equals.1": "%s%% %s", + "attribute.modifier.equals.2": "%s%% %s", + "attribute.name.horse.jump_strength": "Horse Jump Strength", + "attribute.name.zombie.spawn_reinforcements": "Zombie Reinforcements", + "attribute.name.generic.max_health": "Max Health", + "attribute.name.generic.follow_range": "Mob Follow Range", + "attribute.name.generic.knockback_resistance": "Knockback Resistance", + "attribute.name.generic.movement_speed": "Speed", + "attribute.name.generic.flying_speed": "Flying Speed", + "attribute.name.generic.attack_damage": "Attack Damage", + "attribute.name.generic.attack_knockback": "Attack Knockback", + "attribute.name.generic.attack_speed": "Attack Speed", + "attribute.name.generic.luck": "Luck", + "attribute.name.generic.armor": "Armor", + "attribute.name.generic.armor_toughness": "Armor Toughness", + "screenshot.success": "Saved screenshot as %s", + "screenshot.failure": "Couldn't save screenshot: %s", + "block.minecraft.black_banner": "Black Banner", + "block.minecraft.red_banner": "Red Banner", + "block.minecraft.green_banner": "Green Banner", + "block.minecraft.brown_banner": "Brown Banner", + "block.minecraft.blue_banner": "Blue Banner", + "block.minecraft.purple_banner": "Purple Banner", + "block.minecraft.cyan_banner": "Cyan Banner", + "block.minecraft.light_gray_banner": "Light Gray Banner", + "block.minecraft.gray_banner": "Gray Banner", + "block.minecraft.pink_banner": "Pink Banner", + "block.minecraft.lime_banner": "Lime Banner", + "block.minecraft.yellow_banner": "Yellow Banner", + "block.minecraft.light_blue_banner": "Light Blue Banner", + "block.minecraft.magenta_banner": "Magenta Banner", + "block.minecraft.orange_banner": "Orange Banner", + "block.minecraft.white_banner": "White Banner", + "item.minecraft.shield": "Shield", + "item.minecraft.shield.black": "Black Shield", + "item.minecraft.shield.red": "Red Shield", + "item.minecraft.shield.green": "Green Shield", + "item.minecraft.shield.brown": "Brown Shield", + "item.minecraft.shield.blue": "Blue Shield", + "item.minecraft.shield.purple": "Purple Shield", + "item.minecraft.shield.cyan": "Cyan Shield", + "item.minecraft.shield.light_gray": "Light Gray Shield", + "item.minecraft.shield.gray": "Gray Shield", + "item.minecraft.shield.pink": "Pink Shield", + "item.minecraft.shield.lime": "Lime Shield", + "item.minecraft.shield.yellow": "Yellow Shield", + "item.minecraft.shield.light_blue": "Light Blue Shield", + "item.minecraft.shield.magenta": "Magenta Shield", + "item.minecraft.shield.orange": "Orange Shield", + "item.minecraft.shield.white": "White Shield", + "block.minecraft.banner.square_bottom_left.black": "Black Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.red": "Red Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.green": "Green Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.brown": "Brown Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.blue": "Blue Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.purple": "Purple Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.cyan": "Cyan Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.light_gray": "Light Gray Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.gray": "Gray Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.pink": "Pink Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.lime": "Lime Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.yellow": "Yellow Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.light_blue": "Light Blue Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.magenta": "Magenta Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.orange": "Orange Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.white": "White Base Dexter Canton", + "block.minecraft.banner.square_bottom_right.black": "Black Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.red": "Red Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.green": "Green Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.brown": "Brown Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.blue": "Blue Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.purple": "Purple Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.cyan": "Cyan Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.light_gray": "Light Gray Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.gray": "Gray Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.pink": "Pink Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.lime": "Lime Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.yellow": "Yellow Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.light_blue": "Light Blue Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.magenta": "Magenta Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.orange": "Orange Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.white": "White Base Sinister Canton", + "block.minecraft.banner.square_top_left.black": "Black Chief Dexter Canton", + "block.minecraft.banner.square_top_left.red": "Red Chief Dexter Canton", + "block.minecraft.banner.square_top_left.green": "Green Chief Dexter Canton", + "block.minecraft.banner.square_top_left.brown": "Brown Chief Dexter Canton", + "block.minecraft.banner.square_top_left.blue": "Blue Chief Dexter Canton", + "block.minecraft.banner.square_top_left.purple": "Purple Chief Dexter Canton", + "block.minecraft.banner.square_top_left.cyan": "Cyan Chief Dexter Canton", + "block.minecraft.banner.square_top_left.light_gray": "Light Gray Chief Dexter Canton", + "block.minecraft.banner.square_top_left.gray": "Gray Chief Dexter Canton", + "block.minecraft.banner.square_top_left.pink": "Pink Chief Dexter Canton", + "block.minecraft.banner.square_top_left.lime": "Lime Chief Dexter Canton", + "block.minecraft.banner.square_top_left.yellow": "Yellow Chief Dexter Canton", + "block.minecraft.banner.square_top_left.light_blue": "Light Blue Chief Dexter Canton", + "block.minecraft.banner.square_top_left.magenta": "Magenta Chief Dexter Canton", + "block.minecraft.banner.square_top_left.orange": "Orange Chief Dexter Canton", + "block.minecraft.banner.square_top_left.white": "White Chief Dexter Canton", + "block.minecraft.banner.square_top_right.black": "Black Chief Sinister Canton", + "block.minecraft.banner.square_top_right.red": "Red Chief Sinister Canton", + "block.minecraft.banner.square_top_right.green": "Green Chief Sinister Canton", + "block.minecraft.banner.square_top_right.brown": "Brown Chief Sinister Canton", + "block.minecraft.banner.square_top_right.blue": "Blue Chief Sinister Canton", + "block.minecraft.banner.square_top_right.purple": "Purple Chief Sinister Canton", + "block.minecraft.banner.square_top_right.cyan": "Cyan Chief Sinister Canton", + "block.minecraft.banner.square_top_right.light_gray": "Light Gray Chief Sinister Canton", + "block.minecraft.banner.square_top_right.gray": "Gray Chief Sinister Canton", + "block.minecraft.banner.square_top_right.pink": "Pink Chief Sinister Canton", + "block.minecraft.banner.square_top_right.lime": "Lime Chief Sinister Canton", + "block.minecraft.banner.square_top_right.yellow": "Yellow Chief Sinister Canton", + "block.minecraft.banner.square_top_right.light_blue": "Light Blue Chief Sinister Canton", + "block.minecraft.banner.square_top_right.magenta": "Magenta Chief Sinister Canton", + "block.minecraft.banner.square_top_right.orange": "Orange Chief Sinister Canton", + "block.minecraft.banner.square_top_right.white": "White Chief Sinister Canton", + "block.minecraft.banner.stripe_bottom.black": "Black Base", + "block.minecraft.banner.stripe_bottom.red": "Red Base", + "block.minecraft.banner.stripe_bottom.green": "Green Base", + "block.minecraft.banner.stripe_bottom.brown": "Brown Base", + "block.minecraft.banner.stripe_bottom.blue": "Blue Base", + "block.minecraft.banner.stripe_bottom.purple": "Purple Base", + "block.minecraft.banner.stripe_bottom.cyan": "Cyan Base", + "block.minecraft.banner.stripe_bottom.light_gray": "Light Gray Base", + "block.minecraft.banner.stripe_bottom.gray": "Gray Base", + "block.minecraft.banner.stripe_bottom.pink": "Pink Base", + "block.minecraft.banner.stripe_bottom.lime": "Lime Base", + "block.minecraft.banner.stripe_bottom.yellow": "Yellow Base", + "block.minecraft.banner.stripe_bottom.light_blue": "Light Blue Base", + "block.minecraft.banner.stripe_bottom.magenta": "Magenta Base", + "block.minecraft.banner.stripe_bottom.orange": "Orange Base", + "block.minecraft.banner.stripe_bottom.white": "White Base", + "block.minecraft.banner.stripe_top.black": "Black Chief", + "block.minecraft.banner.stripe_top.red": "Red Chief", + "block.minecraft.banner.stripe_top.green": "Green Chief", + "block.minecraft.banner.stripe_top.brown": "Brown Chief", + "block.minecraft.banner.stripe_top.blue": "Blue Chief", + "block.minecraft.banner.stripe_top.purple": "Purple Chief", + "block.minecraft.banner.stripe_top.cyan": "Cyan Chief", + "block.minecraft.banner.stripe_top.light_gray": "Light Gray Chief", + "block.minecraft.banner.stripe_top.gray": "Gray Chief", + "block.minecraft.banner.stripe_top.pink": "Pink Chief", + "block.minecraft.banner.stripe_top.lime": "Lime Chief", + "block.minecraft.banner.stripe_top.yellow": "Yellow Chief", + "block.minecraft.banner.stripe_top.light_blue": "Light Blue Chief", + "block.minecraft.banner.stripe_top.magenta": "Magenta Chief", + "block.minecraft.banner.stripe_top.orange": "Orange Chief", + "block.minecraft.banner.stripe_top.white": "White Chief", + "block.minecraft.banner.stripe_left.black": "Black Pale Dexter", + "block.minecraft.banner.stripe_left.red": "Red Pale Dexter", + "block.minecraft.banner.stripe_left.green": "Green Pale Dexter", + "block.minecraft.banner.stripe_left.brown": "Brown Pale Dexter", + "block.minecraft.banner.stripe_left.blue": "Blue Pale Dexter", + "block.minecraft.banner.stripe_left.purple": "Purple Pale Dexter", + "block.minecraft.banner.stripe_left.cyan": "Cyan Pale Dexter", + "block.minecraft.banner.stripe_left.light_gray": "Light Gray Pale Dexter", + "block.minecraft.banner.stripe_left.gray": "Gray Pale Dexter", + "block.minecraft.banner.stripe_left.pink": "Pink Pale Dexter", + "block.minecraft.banner.stripe_left.lime": "Lime Pale Dexter", + "block.minecraft.banner.stripe_left.yellow": "Yellow Pale Dexter", + "block.minecraft.banner.stripe_left.light_blue": "Light Blue Pale Dexter", + "block.minecraft.banner.stripe_left.magenta": "Magenta Pale Dexter", + "block.minecraft.banner.stripe_left.orange": "Orange Pale Dexter", + "block.minecraft.banner.stripe_left.white": "White Pale Dexter", + "block.minecraft.banner.stripe_right.black": "Black Pale Sinister", + "block.minecraft.banner.stripe_right.red": "Red Pale Sinister", + "block.minecraft.banner.stripe_right.green": "Green Pale Sinister", + "block.minecraft.banner.stripe_right.brown": "Brown Pale Sinister", + "block.minecraft.banner.stripe_right.blue": "Blue Pale Sinister", + "block.minecraft.banner.stripe_right.purple": "Purple Pale Sinister", + "block.minecraft.banner.stripe_right.cyan": "Cyan Pale Sinister", + "block.minecraft.banner.stripe_right.light_gray": "Light Gray Pale Sinister", + "block.minecraft.banner.stripe_right.gray": "Gray Pale Sinister", + "block.minecraft.banner.stripe_right.pink": "Pink Pale Sinister", + "block.minecraft.banner.stripe_right.lime": "Lime Pale Sinister", + "block.minecraft.banner.stripe_right.yellow": "Yellow Pale Sinister", + "block.minecraft.banner.stripe_right.light_blue": "Light Blue Pale Sinister", + "block.minecraft.banner.stripe_right.magenta": "Magenta Pale Sinister", + "block.minecraft.banner.stripe_right.orange": "Orange Pale Sinister", + "block.minecraft.banner.stripe_right.white": "White Pale Sinister", + "block.minecraft.banner.stripe_center.black": "Black Pale", + "block.minecraft.banner.stripe_center.red": "Red Pale", + "block.minecraft.banner.stripe_center.green": "Green Pale", + "block.minecraft.banner.stripe_center.brown": "Brown Pale", + "block.minecraft.banner.stripe_center.blue": "Blue Pale", + "block.minecraft.banner.stripe_center.purple": "Purple Pale", + "block.minecraft.banner.stripe_center.cyan": "Cyan Pale", + "block.minecraft.banner.stripe_center.light_gray": "Light Gray Pale", + "block.minecraft.banner.stripe_center.gray": "Gray Pale", + "block.minecraft.banner.stripe_center.pink": "Pink Pale", + "block.minecraft.banner.stripe_center.lime": "Lime Pale", + "block.minecraft.banner.stripe_center.yellow": "Yellow Pale", + "block.minecraft.banner.stripe_center.light_blue": "Light Blue Pale", + "block.minecraft.banner.stripe_center.magenta": "Magenta Pale", + "block.minecraft.banner.stripe_center.orange": "Orange Pale", + "block.minecraft.banner.stripe_center.white": "White Pale", + "block.minecraft.banner.stripe_middle.black": "Black Fess", + "block.minecraft.banner.stripe_middle.red": "Red Fess", + "block.minecraft.banner.stripe_middle.green": "Green Fess", + "block.minecraft.banner.stripe_middle.brown": "Brown Fess", + "block.minecraft.banner.stripe_middle.blue": "Blue Fess", + "block.minecraft.banner.stripe_middle.purple": "Purple Fess", + "block.minecraft.banner.stripe_middle.cyan": "Cyan Fess", + "block.minecraft.banner.stripe_middle.light_gray": "Light Gray Fess", + "block.minecraft.banner.stripe_middle.gray": "Gray Fess", + "block.minecraft.banner.stripe_middle.pink": "Pink Fess", + "block.minecraft.banner.stripe_middle.lime": "Lime Fess", + "block.minecraft.banner.stripe_middle.yellow": "Yellow Fess", + "block.minecraft.banner.stripe_middle.light_blue": "Light Blue Fess", + "block.minecraft.banner.stripe_middle.magenta": "Magenta Fess", + "block.minecraft.banner.stripe_middle.orange": "Orange Fess", + "block.minecraft.banner.stripe_middle.white": "White Fess", + "block.minecraft.banner.stripe_downright.black": "Black Bend", + "block.minecraft.banner.stripe_downright.red": "Red Bend", + "block.minecraft.banner.stripe_downright.green": "Green Bend", + "block.minecraft.banner.stripe_downright.brown": "Brown Bend", + "block.minecraft.banner.stripe_downright.blue": "Blue Bend", + "block.minecraft.banner.stripe_downright.purple": "Purple Bend", + "block.minecraft.banner.stripe_downright.cyan": "Cyan Bend", + "block.minecraft.banner.stripe_downright.light_gray": "Light Gray Bend", + "block.minecraft.banner.stripe_downright.gray": "Gray Bend", + "block.minecraft.banner.stripe_downright.pink": "Pink Bend", + "block.minecraft.banner.stripe_downright.lime": "Lime Bend", + "block.minecraft.banner.stripe_downright.yellow": "Yellow Bend", + "block.minecraft.banner.stripe_downright.light_blue": "Light Blue Bend", + "block.minecraft.banner.stripe_downright.magenta": "Magenta Bend", + "block.minecraft.banner.stripe_downright.orange": "Orange Bend", + "block.minecraft.banner.stripe_downright.white": "White Bend", + "block.minecraft.banner.stripe_downleft.black": "Black Bend Sinister", + "block.minecraft.banner.stripe_downleft.red": "Red Bend Sinister", + "block.minecraft.banner.stripe_downleft.green": "Green Bend Sinister", + "block.minecraft.banner.stripe_downleft.brown": "Brown Bend Sinister", + "block.minecraft.banner.stripe_downleft.blue": "Blue Bend Sinister", + "block.minecraft.banner.stripe_downleft.purple": "Purple Bend Sinister", + "block.minecraft.banner.stripe_downleft.cyan": "Cyan Bend Sinister", + "block.minecraft.banner.stripe_downleft.light_gray": "Light Gray Bend Sinister", + "block.minecraft.banner.stripe_downleft.gray": "Gray Bend Sinister", + "block.minecraft.banner.stripe_downleft.pink": "Pink Bend Sinister", + "block.minecraft.banner.stripe_downleft.lime": "Lime Bend Sinister", + "block.minecraft.banner.stripe_downleft.yellow": "Yellow Bend Sinister", + "block.minecraft.banner.stripe_downleft.light_blue": "Light Blue Bend Sinister", + "block.minecraft.banner.stripe_downleft.magenta": "Magenta Bend Sinister", + "block.minecraft.banner.stripe_downleft.orange": "Orange Bend Sinister", + "block.minecraft.banner.stripe_downleft.white": "White Bend Sinister", + "block.minecraft.banner.small_stripes.black": "Black Paly", + "block.minecraft.banner.small_stripes.red": "Red Paly", + "block.minecraft.banner.small_stripes.green": "Green Paly", + "block.minecraft.banner.small_stripes.brown": "Brown Paly", + "block.minecraft.banner.small_stripes.blue": "Blue Paly", + "block.minecraft.banner.small_stripes.purple": "Purple Paly", + "block.minecraft.banner.small_stripes.cyan": "Cyan Paly", + "block.minecraft.banner.small_stripes.light_gray": "Light Gray Paly", + "block.minecraft.banner.small_stripes.gray": "Gray Paly", + "block.minecraft.banner.small_stripes.pink": "Pink Paly", + "block.minecraft.banner.small_stripes.lime": "Lime Paly", + "block.minecraft.banner.small_stripes.yellow": "Yellow Paly", + "block.minecraft.banner.small_stripes.light_blue": "Light Blue Paly", + "block.minecraft.banner.small_stripes.magenta": "Magenta Paly", + "block.minecraft.banner.small_stripes.orange": "Orange Paly", + "block.minecraft.banner.small_stripes.white": "White Paly", + "block.minecraft.banner.cross.black": "Black Saltire", + "block.minecraft.banner.cross.red": "Red Saltire", + "block.minecraft.banner.cross.green": "Green Saltire", + "block.minecraft.banner.cross.brown": "Brown Saltire", + "block.minecraft.banner.cross.blue": "Blue Saltire", + "block.minecraft.banner.cross.purple": "Purple Saltire", + "block.minecraft.banner.cross.cyan": "Cyan Saltire", + "block.minecraft.banner.cross.light_gray": "Light Gray Saltire", + "block.minecraft.banner.cross.gray": "Gray Saltire", + "block.minecraft.banner.cross.pink": "Pink Saltire", + "block.minecraft.banner.cross.lime": "Lime Saltire", + "block.minecraft.banner.cross.yellow": "Yellow Saltire", + "block.minecraft.banner.cross.light_blue": "Light Blue Saltire", + "block.minecraft.banner.cross.magenta": "Magenta Saltire", + "block.minecraft.banner.cross.orange": "Orange Saltire", + "block.minecraft.banner.cross.white": "White Saltire", + "block.minecraft.banner.triangle_bottom.black": "Black Chevron", + "block.minecraft.banner.triangle_bottom.red": "Red Chevron", + "block.minecraft.banner.triangle_bottom.green": "Green Chevron", + "block.minecraft.banner.triangle_bottom.brown": "Brown Chevron", + "block.minecraft.banner.triangle_bottom.blue": "Blue Chevron", + "block.minecraft.banner.triangle_bottom.purple": "Purple Chevron", + "block.minecraft.banner.triangle_bottom.cyan": "Cyan Chevron", + "block.minecraft.banner.triangle_bottom.light_gray": "Light Gray Chevron", + "block.minecraft.banner.triangle_bottom.gray": "Gray Chevron", + "block.minecraft.banner.triangle_bottom.pink": "Pink Chevron", + "block.minecraft.banner.triangle_bottom.lime": "Lime Chevron", + "block.minecraft.banner.triangle_bottom.yellow": "Yellow Chevron", + "block.minecraft.banner.triangle_bottom.light_blue": "Light Blue Chevron", + "block.minecraft.banner.triangle_bottom.magenta": "Magenta Chevron", + "block.minecraft.banner.triangle_bottom.orange": "Orange Chevron", + "block.minecraft.banner.triangle_bottom.white": "White Chevron", + "block.minecraft.banner.triangle_top.black": "Black Inverted Chevron", + "block.minecraft.banner.triangle_top.red": "Red Inverted Chevron", + "block.minecraft.banner.triangle_top.green": "Green Inverted Chevron", + "block.minecraft.banner.triangle_top.brown": "Brown Inverted Chevron", + "block.minecraft.banner.triangle_top.blue": "Blue Inverted Chevron", + "block.minecraft.banner.triangle_top.purple": "Purple Inverted Chevron", + "block.minecraft.banner.triangle_top.cyan": "Cyan Inverted Chevron", + "block.minecraft.banner.triangle_top.light_gray": "Light Gray Inverted Chevron", + "block.minecraft.banner.triangle_top.gray": "Gray Inverted Chevron", + "block.minecraft.banner.triangle_top.pink": "Pink Inverted Chevron", + "block.minecraft.banner.triangle_top.lime": "Lime Inverted Chevron", + "block.minecraft.banner.triangle_top.yellow": "Yellow Inverted Chevron", + "block.minecraft.banner.triangle_top.light_blue": "Light Blue Inverted Chevron", + "block.minecraft.banner.triangle_top.magenta": "Magenta Inverted Chevron", + "block.minecraft.banner.triangle_top.orange": "Orange Inverted Chevron", + "block.minecraft.banner.triangle_top.white": "White Inverted Chevron", + "block.minecraft.banner.triangles_bottom.black": "Black Base Indented", + "block.minecraft.banner.triangles_bottom.red": "Red Base Indented", + "block.minecraft.banner.triangles_bottom.green": "Green Base Indented", + "block.minecraft.banner.triangles_bottom.brown": "Brown Base Indented", + "block.minecraft.banner.triangles_bottom.blue": "Blue Base Indented", + "block.minecraft.banner.triangles_bottom.purple": "Purple Base Indented", + "block.minecraft.banner.triangles_bottom.cyan": "Cyan Base Indented", + "block.minecraft.banner.triangles_bottom.light_gray": "Light Gray Base Indented", + "block.minecraft.banner.triangles_bottom.gray": "Gray Base Indented", + "block.minecraft.banner.triangles_bottom.pink": "Pink Base Indented", + "block.minecraft.banner.triangles_bottom.lime": "Lime Base Indented", + "block.minecraft.banner.triangles_bottom.yellow": "Yellow Base Indented", + "block.minecraft.banner.triangles_bottom.light_blue": "Light Blue Base Indented", + "block.minecraft.banner.triangles_bottom.magenta": "Magenta Base Indented", + "block.minecraft.banner.triangles_bottom.orange": "Orange Base Indented", + "block.minecraft.banner.triangles_bottom.white": "White Base Indented", + "block.minecraft.banner.triangles_top.black": "Black Chief Indented", + "block.minecraft.banner.triangles_top.red": "Red Chief Indented", + "block.minecraft.banner.triangles_top.green": "Green Chief Indented", + "block.minecraft.banner.triangles_top.brown": "Brown Chief Indented", + "block.minecraft.banner.triangles_top.blue": "Blue Chief Indented", + "block.minecraft.banner.triangles_top.purple": "Purple Chief Indented", + "block.minecraft.banner.triangles_top.cyan": "Cyan Chief Indented", + "block.minecraft.banner.triangles_top.light_gray": "Light Gray Chief Indented", + "block.minecraft.banner.triangles_top.gray": "Gray Chief Indented", + "block.minecraft.banner.triangles_top.pink": "Pink Chief Indented", + "block.minecraft.banner.triangles_top.lime": "Lime Chief Indented", + "block.minecraft.banner.triangles_top.yellow": "Yellow Chief Indented", + "block.minecraft.banner.triangles_top.light_blue": "Light Blue Chief Indented", + "block.minecraft.banner.triangles_top.magenta": "Magenta Chief Indented", + "block.minecraft.banner.triangles_top.orange": "Orange Chief Indented", + "block.minecraft.banner.triangles_top.white": "White Chief Indented", + "block.minecraft.banner.diagonal_left.black": "Black Per Bend Sinister", + "block.minecraft.banner.diagonal_left.red": "Red Per Bend Sinister", + "block.minecraft.banner.diagonal_left.green": "Green Per Bend Sinister", + "block.minecraft.banner.diagonal_left.brown": "Brown Per Bend Sinister", + "block.minecraft.banner.diagonal_left.blue": "Blue Per Bend Sinister", + "block.minecraft.banner.diagonal_left.purple": "Purple Per Bend Sinister", + "block.minecraft.banner.diagonal_left.cyan": "Cyan Per Bend Sinister", + "block.minecraft.banner.diagonal_left.light_gray": "Light Gray Per Bend Sinister", + "block.minecraft.banner.diagonal_left.gray": "Gray Per Bend Sinister", + "block.minecraft.banner.diagonal_left.pink": "Pink Per Bend Sinister", + "block.minecraft.banner.diagonal_left.lime": "Lime Per Bend Sinister", + "block.minecraft.banner.diagonal_left.yellow": "Yellow Per Bend Sinister", + "block.minecraft.banner.diagonal_left.light_blue": "Light Blue Per Bend Sinister", + "block.minecraft.banner.diagonal_left.magenta": "Magenta Per Bend Sinister", + "block.minecraft.banner.diagonal_left.orange": "Orange Per Bend Sinister", + "block.minecraft.banner.diagonal_left.white": "White Per Bend Sinister", + "block.minecraft.banner.diagonal_right.black": "Black Per Bend", + "block.minecraft.banner.diagonal_right.red": "Red Per Bend", + "block.minecraft.banner.diagonal_right.green": "Green Per Bend", + "block.minecraft.banner.diagonal_right.brown": "Brown Per Bend", + "block.minecraft.banner.diagonal_right.blue": "Blue Per Bend", + "block.minecraft.banner.diagonal_right.purple": "Purple Per Bend", + "block.minecraft.banner.diagonal_right.cyan": "Cyan Per Bend", + "block.minecraft.banner.diagonal_right.light_gray": "Light Gray Per Bend", + "block.minecraft.banner.diagonal_right.gray": "Gray Per Bend", + "block.minecraft.banner.diagonal_right.pink": "Pink Per Bend", + "block.minecraft.banner.diagonal_right.lime": "Lime Per Bend", + "block.minecraft.banner.diagonal_right.yellow": "Yellow Per Bend", + "block.minecraft.banner.diagonal_right.light_blue": "Light Blue Per Bend", + "block.minecraft.banner.diagonal_right.magenta": "Magenta Per Bend", + "block.minecraft.banner.diagonal_right.orange": "Orange Per Bend", + "block.minecraft.banner.diagonal_right.white": "White Per Bend", + "block.minecraft.banner.diagonal_up_left.black": "Black Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.red": "Red Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.green": "Green Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.brown": "Brown Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.blue": "Blue Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.purple": "Purple Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.cyan": "Cyan Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.light_gray": "Light Gray Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.gray": "Gray Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.pink": "Pink Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.lime": "Lime Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.yellow": "Yellow Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.light_blue": "Light Blue Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.magenta": "Magenta Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.orange": "Orange Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.white": "White Per Bend Inverted", + "block.minecraft.banner.diagonal_up_right.black": "Black Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.red": "Red Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.green": "Green Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.brown": "Brown Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.blue": "Blue Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.purple": "Purple Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.cyan": "Cyan Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.light_gray": "Light Gray Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.gray": "Gray Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.pink": "Pink Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.lime": "Lime Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.yellow": "Yellow Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.light_blue": "Light Blue Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.magenta": "Magenta Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.orange": "Orange Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.white": "White Per Bend Sinister Inverted", + "block.minecraft.banner.circle.black": "Black Roundel", + "block.minecraft.banner.circle.red": "Red Roundel", + "block.minecraft.banner.circle.green": "Green Roundel", + "block.minecraft.banner.circle.brown": "Brown Roundel", + "block.minecraft.banner.circle.blue": "Blue Roundel", + "block.minecraft.banner.circle.purple": "Purple Roundel", + "block.minecraft.banner.circle.cyan": "Cyan Roundel", + "block.minecraft.banner.circle.light_gray": "Light Gray Roundel", + "block.minecraft.banner.circle.gray": "Gray Roundel", + "block.minecraft.banner.circle.pink": "Pink Roundel", + "block.minecraft.banner.circle.lime": "Lime Roundel", + "block.minecraft.banner.circle.yellow": "Yellow Roundel", + "block.minecraft.banner.circle.light_blue": "Light Blue Roundel", + "block.minecraft.banner.circle.magenta": "Magenta Roundel", + "block.minecraft.banner.circle.orange": "Orange Roundel", + "block.minecraft.banner.circle.white": "White Roundel", + "block.minecraft.banner.rhombus.black": "Black Lozenge", + "block.minecraft.banner.rhombus.red": "Red Lozenge", + "block.minecraft.banner.rhombus.green": "Green Lozenge", + "block.minecraft.banner.rhombus.brown": "Brown Lozenge", + "block.minecraft.banner.rhombus.blue": "Blue Lozenge", + "block.minecraft.banner.rhombus.purple": "Purple Lozenge", + "block.minecraft.banner.rhombus.cyan": "Cyan Lozenge", + "block.minecraft.banner.rhombus.light_gray": "Light Gray Lozenge", + "block.minecraft.banner.rhombus.gray": "Gray Lozenge", + "block.minecraft.banner.rhombus.pink": "Pink Lozenge", + "block.minecraft.banner.rhombus.lime": "Lime Lozenge", + "block.minecraft.banner.rhombus.yellow": "Yellow Lozenge", + "block.minecraft.banner.rhombus.light_blue": "Light Blue Lozenge", + "block.minecraft.banner.rhombus.magenta": "Magenta Lozenge", + "block.minecraft.banner.rhombus.orange": "Orange Lozenge", + "block.minecraft.banner.rhombus.white": "White Lozenge", + "block.minecraft.banner.half_vertical.black": "Black Per Pale", + "block.minecraft.banner.half_vertical.red": "Red Per Pale", + "block.minecraft.banner.half_vertical.green": "Green Per Pale", + "block.minecraft.banner.half_vertical.brown": "Brown Per Pale", + "block.minecraft.banner.half_vertical.blue": "Blue Per Pale", + "block.minecraft.banner.half_vertical.purple": "Purple Per Pale", + "block.minecraft.banner.half_vertical.cyan": "Cyan Per Pale", + "block.minecraft.banner.half_vertical.light_gray": "Light Gray Per Pale", + "block.minecraft.banner.half_vertical.gray": "Gray Per Pale", + "block.minecraft.banner.half_vertical.pink": "Pink Per Pale", + "block.minecraft.banner.half_vertical.lime": "Lime Per Pale", + "block.minecraft.banner.half_vertical.yellow": "Yellow Per Pale", + "block.minecraft.banner.half_vertical.light_blue": "Light Blue Per Pale", + "block.minecraft.banner.half_vertical.magenta": "Magenta Per Pale", + "block.minecraft.banner.half_vertical.orange": "Orange Per Pale", + "block.minecraft.banner.half_vertical.white": "White Per Pale", + "block.minecraft.banner.half_horizontal.black": "Black Per Fess", + "block.minecraft.banner.half_horizontal.red": "Red Per Fess", + "block.minecraft.banner.half_horizontal.green": "Green Per Fess", + "block.minecraft.banner.half_horizontal.brown": "Brown Per Fess", + "block.minecraft.banner.half_horizontal.blue": "Blue Per Fess", + "block.minecraft.banner.half_horizontal.purple": "Purple Per Fess", + "block.minecraft.banner.half_horizontal.cyan": "Cyan Per Fess", + "block.minecraft.banner.half_horizontal.light_gray": "Light Gray Per Fess", + "block.minecraft.banner.half_horizontal.gray": "Gray Per Fess", + "block.minecraft.banner.half_horizontal.pink": "Pink Per Fess", + "block.minecraft.banner.half_horizontal.lime": "Lime Per Fess", + "block.minecraft.banner.half_horizontal.yellow": "Yellow Per Fess", + "block.minecraft.banner.half_horizontal.light_blue": "Light Blue Per Fess", + "block.minecraft.banner.half_horizontal.magenta": "Magenta Per Fess", + "block.minecraft.banner.half_horizontal.orange": "Orange Per Fess", + "block.minecraft.banner.half_horizontal.white": "White Per Fess", + "block.minecraft.banner.half_vertical_right.black": "Black Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.red": "Red Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.green": "Green Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.brown": "Brown Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.blue": "Blue Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.purple": "Purple Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.cyan": "Cyan Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.light_gray": "Light Gray Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.gray": "Gray Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.pink": "Pink Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.lime": "Lime Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.yellow": "Yellow Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.light_blue": "Light Blue Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.magenta": "Magenta Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.orange": "Orange Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.white": "White Per Pale Inverted", + "block.minecraft.banner.half_horizontal_bottom.black": "Black Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.red": "Red Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.green": "Green Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.brown": "Brown Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.blue": "Blue Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.purple": "Purple Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.cyan": "Cyan Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.light_gray": "Light Gray Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.gray": "Gray Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.pink": "Pink Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.lime": "Lime Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.yellow": "Yellow Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.light_blue": "Light Blue Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.magenta": "Magenta Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.orange": "Orange Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.white": "White Per Fess Inverted", + "block.minecraft.banner.creeper.black": "Black Creeper Charge", + "block.minecraft.banner.creeper.red": "Red Creeper Charge", + "block.minecraft.banner.creeper.green": "Green Creeper Charge", + "block.minecraft.banner.creeper.brown": "Brown Creeper Charge", + "block.minecraft.banner.creeper.blue": "Blue Creeper Charge", + "block.minecraft.banner.creeper.purple": "Purple Creeper Charge", + "block.minecraft.banner.creeper.cyan": "Cyan Creeper Charge", + "block.minecraft.banner.creeper.light_gray": "Light Gray Creeper Charge", + "block.minecraft.banner.creeper.gray": "Gray Creeper Charge", + "block.minecraft.banner.creeper.pink": "Pink Creeper Charge", + "block.minecraft.banner.creeper.lime": "Lime Creeper Charge", + "block.minecraft.banner.creeper.yellow": "Yellow Creeper Charge", + "block.minecraft.banner.creeper.light_blue": "Light Blue Creeper Charge", + "block.minecraft.banner.creeper.magenta": "Magenta Creeper Charge", + "block.minecraft.banner.creeper.orange": "Orange Creeper Charge", + "block.minecraft.banner.creeper.white": "White Creeper Charge", + "block.minecraft.banner.bricks.black": "Black Field Masoned", + "block.minecraft.banner.bricks.red": "Red Field Masoned", + "block.minecraft.banner.bricks.green": "Green Field Masoned", + "block.minecraft.banner.bricks.brown": "Brown Field Masoned", + "block.minecraft.banner.bricks.blue": "Blue Field Masoned", + "block.minecraft.banner.bricks.purple": "Purple Field Masoned", + "block.minecraft.banner.bricks.cyan": "Cyan Field Masoned", + "block.minecraft.banner.bricks.light_gray": "Light Gray Field Masoned", + "block.minecraft.banner.bricks.gray": "Gray Field Masoned", + "block.minecraft.banner.bricks.pink": "Pink Field Masoned", + "block.minecraft.banner.bricks.lime": "Lime Field Masoned", + "block.minecraft.banner.bricks.yellow": "Yellow Field Masoned", + "block.minecraft.banner.bricks.light_blue": "Light Blue Field Masoned", + "block.minecraft.banner.bricks.magenta": "Magenta Field Masoned", + "block.minecraft.banner.bricks.orange": "Orange Field Masoned", + "block.minecraft.banner.bricks.white": "White Field Masoned", + "block.minecraft.banner.gradient.black": "Black Gradient", + "block.minecraft.banner.gradient.red": "Red Gradient", + "block.minecraft.banner.gradient.green": "Green Gradient", + "block.minecraft.banner.gradient.brown": "Brown Gradient", + "block.minecraft.banner.gradient.blue": "Blue Gradient", + "block.minecraft.banner.gradient.purple": "Purple Gradient", + "block.minecraft.banner.gradient.cyan": "Cyan Gradient", + "block.minecraft.banner.gradient.light_gray": "Light Gray Gradient", + "block.minecraft.banner.gradient.gray": "Gray Gradient", + "block.minecraft.banner.gradient.pink": "Pink Gradient", + "block.minecraft.banner.gradient.lime": "Lime Gradient", + "block.minecraft.banner.gradient.yellow": "Yellow Gradient", + "block.minecraft.banner.gradient.light_blue": "Light Blue Gradient", + "block.minecraft.banner.gradient.magenta": "Magenta Gradient", + "block.minecraft.banner.gradient.orange": "Orange Gradient", + "block.minecraft.banner.gradient.white": "White Gradient", + "block.minecraft.banner.gradient_up.black": "Black Base Gradient", + "block.minecraft.banner.gradient_up.red": "Red Base Gradient", + "block.minecraft.banner.gradient_up.green": "Green Base Gradient", + "block.minecraft.banner.gradient_up.brown": "Brown Base Gradient", + "block.minecraft.banner.gradient_up.blue": "Blue Base Gradient", + "block.minecraft.banner.gradient_up.purple": "Purple Base Gradient", + "block.minecraft.banner.gradient_up.cyan": "Cyan Base Gradient", + "block.minecraft.banner.gradient_up.light_gray": "Light Gray Base Gradient", + "block.minecraft.banner.gradient_up.gray": "Gray Base Gradient", + "block.minecraft.banner.gradient_up.pink": "Pink Base Gradient", + "block.minecraft.banner.gradient_up.lime": "Lime Base Gradient", + "block.minecraft.banner.gradient_up.yellow": "Yellow Base Gradient", + "block.minecraft.banner.gradient_up.light_blue": "Light Blue Base Gradient", + "block.minecraft.banner.gradient_up.magenta": "Magenta Base Gradient", + "block.minecraft.banner.gradient_up.orange": "Orange Base Gradient", + "block.minecraft.banner.gradient_up.white": "White Base Gradient", + "block.minecraft.banner.skull.black": "Black Skull Charge", + "block.minecraft.banner.skull.red": "Red Skull Charge", + "block.minecraft.banner.skull.green": "Green Skull Charge", + "block.minecraft.banner.skull.brown": "Brown Skull Charge", + "block.minecraft.banner.skull.blue": "Blue Skull Charge", + "block.minecraft.banner.skull.purple": "Purple Skull Charge", + "block.minecraft.banner.skull.cyan": "Cyan Skull Charge", + "block.minecraft.banner.skull.light_gray": "Light Gray Skull Charge", + "block.minecraft.banner.skull.gray": "Gray Skull Charge", + "block.minecraft.banner.skull.pink": "Pink Skull Charge", + "block.minecraft.banner.skull.lime": "Lime Skull Charge", + "block.minecraft.banner.skull.yellow": "Yellow Skull Charge", + "block.minecraft.banner.skull.light_blue": "Light Blue Skull Charge", + "block.minecraft.banner.skull.magenta": "Magenta Skull Charge", + "block.minecraft.banner.skull.orange": "Orange Skull Charge", + "block.minecraft.banner.skull.white": "White Skull Charge", + "block.minecraft.banner.flower.black": "Black Flower Charge", + "block.minecraft.banner.flower.red": "Red Flower Charge", + "block.minecraft.banner.flower.green": "Green Flower Charge", + "block.minecraft.banner.flower.brown": "Brown Flower Charge", + "block.minecraft.banner.flower.blue": "Blue Flower Charge", + "block.minecraft.banner.flower.purple": "Purple Flower Charge", + "block.minecraft.banner.flower.cyan": "Cyan Flower Charge", + "block.minecraft.banner.flower.light_gray": "Light Gray Flower Charge", + "block.minecraft.banner.flower.gray": "Gray Flower Charge", + "block.minecraft.banner.flower.pink": "Pink Flower Charge", + "block.minecraft.banner.flower.lime": "Lime Flower Charge", + "block.minecraft.banner.flower.yellow": "Yellow Flower Charge", + "block.minecraft.banner.flower.light_blue": "Light Blue Flower Charge", + "block.minecraft.banner.flower.magenta": "Magenta Flower Charge", + "block.minecraft.banner.flower.orange": "Orange Flower Charge", + "block.minecraft.banner.flower.white": "White Flower Charge", + "block.minecraft.banner.border.black": "Black Bordure", + "block.minecraft.banner.border.red": "Red Bordure", + "block.minecraft.banner.border.green": "Green Bordure", + "block.minecraft.banner.border.brown": "Brown Bordure", + "block.minecraft.banner.border.blue": "Blue Bordure", + "block.minecraft.banner.border.purple": "Purple Bordure", + "block.minecraft.banner.border.cyan": "Cyan Bordure", + "block.minecraft.banner.border.light_gray": "Light Gray Bordure", + "block.minecraft.banner.border.gray": "Gray Bordure", + "block.minecraft.banner.border.pink": "Pink Bordure", + "block.minecraft.banner.border.lime": "Lime Bordure", + "block.minecraft.banner.border.yellow": "Yellow Bordure", + "block.minecraft.banner.border.light_blue": "Light Blue Bordure", + "block.minecraft.banner.border.magenta": "Magenta Bordure", + "block.minecraft.banner.border.orange": "Orange Bordure", + "block.minecraft.banner.border.white": "White Bordure", + "block.minecraft.banner.curly_border.black": "Black Bordure Indented", + "block.minecraft.banner.curly_border.red": "Red Bordure Indented", + "block.minecraft.banner.curly_border.green": "Green Bordure Indented", + "block.minecraft.banner.curly_border.brown": "Brown Bordure Indented", + "block.minecraft.banner.curly_border.blue": "Blue Bordure Indented", + "block.minecraft.banner.curly_border.purple": "Purple Bordure Indented", + "block.minecraft.banner.curly_border.cyan": "Cyan Bordure Indented", + "block.minecraft.banner.curly_border.light_gray": "Light Gray Bordure Indented", + "block.minecraft.banner.curly_border.gray": "Gray Bordure Indented", + "block.minecraft.banner.curly_border.pink": "Pink Bordure Indented", + "block.minecraft.banner.curly_border.lime": "Lime Bordure Indented", + "block.minecraft.banner.curly_border.yellow": "Yellow Bordure Indented", + "block.minecraft.banner.curly_border.light_blue": "Light Blue Bordure Indented", + "block.minecraft.banner.curly_border.magenta": "Magenta Bordure Indented", + "block.minecraft.banner.curly_border.orange": "Orange Bordure Indented", + "block.minecraft.banner.curly_border.white": "White Bordure Indented", + "block.minecraft.banner.mojang.black": "Black Thing", + "block.minecraft.banner.mojang.red": "Red Thing", + "block.minecraft.banner.mojang.green": "Green Thing", + "block.minecraft.banner.mojang.brown": "Brown Thing", + "block.minecraft.banner.mojang.blue": "Blue Thing", + "block.minecraft.banner.mojang.purple": "Purple Thing", + "block.minecraft.banner.mojang.cyan": "Cyan Thing", + "block.minecraft.banner.mojang.light_gray": "Light Gray Thing", + "block.minecraft.banner.mojang.gray": "Gray Thing", + "block.minecraft.banner.mojang.pink": "Pink Thing", + "block.minecraft.banner.mojang.lime": "Lime Thing", + "block.minecraft.banner.mojang.yellow": "Yellow Thing", + "block.minecraft.banner.mojang.light_blue": "Light Blue Thing", + "block.minecraft.banner.mojang.magenta": "Magenta Thing", + "block.minecraft.banner.mojang.orange": "Orange Thing", + "block.minecraft.banner.mojang.white": "White Thing", + "block.minecraft.banner.straight_cross.black": "Black Cross", + "block.minecraft.banner.straight_cross.red": "Red Cross", + "block.minecraft.banner.straight_cross.green": "Green Cross", + "block.minecraft.banner.straight_cross.brown": "Brown Cross", + "block.minecraft.banner.straight_cross.blue": "Blue Cross", + "block.minecraft.banner.straight_cross.purple": "Purple Cross", + "block.minecraft.banner.straight_cross.cyan": "Cyan Cross", + "block.minecraft.banner.straight_cross.light_gray": "Light Gray Cross", + "block.minecraft.banner.straight_cross.gray": "Gray Cross", + "block.minecraft.banner.straight_cross.pink": "Pink Cross", + "block.minecraft.banner.straight_cross.lime": "Lime Cross", + "block.minecraft.banner.straight_cross.yellow": "Yellow Cross", + "block.minecraft.banner.straight_cross.light_blue": "Light Blue Cross", + "block.minecraft.banner.straight_cross.magenta": "Magenta Cross", + "block.minecraft.banner.straight_cross.orange": "Orange Cross", + "block.minecraft.banner.straight_cross.white": "White Cross", + "block.minecraft.banner.globe.black": "Black Globe", + "block.minecraft.banner.globe.red": "Red Globe", + "block.minecraft.banner.globe.green": "Green Globe", + "block.minecraft.banner.globe.brown": "Brown Globe", + "block.minecraft.banner.globe.blue": "Blue Globe", + "block.minecraft.banner.globe.purple": "Purple Globe", + "block.minecraft.banner.globe.cyan": "Cyan Globe", + "block.minecraft.banner.globe.light_gray": "Light Gray Globe", + "block.minecraft.banner.globe.gray": "Gray Globe", + "block.minecraft.banner.globe.pink": "Pink Globe", + "block.minecraft.banner.globe.lime": "Lime Globe", + "block.minecraft.banner.globe.yellow": "Yellow Globe", + "block.minecraft.banner.globe.light_blue": "Light Blue Globe", + "block.minecraft.banner.globe.magenta": "Magenta Globe", + "block.minecraft.banner.globe.orange": "Orange Globe", + "block.minecraft.banner.globe.white": "White Globe", + "block.minecraft.banner.piglin.black": "Black Snout", + "block.minecraft.banner.piglin.red": "Red Snout", + "block.minecraft.banner.piglin.green": "Green Snout", + "block.minecraft.banner.piglin.brown": "Brown Snout", + "block.minecraft.banner.piglin.blue": "Blue Snout", + "block.minecraft.banner.piglin.purple": "Purple Snout", + "block.minecraft.banner.piglin.cyan": "Cyan Snout", + "block.minecraft.banner.piglin.light_gray": "Light Gray Snout", + "block.minecraft.banner.piglin.gray": "Gray Snout", + "block.minecraft.banner.piglin.pink": "Pink Snout", + "block.minecraft.banner.piglin.lime": "Lime Snout", + "block.minecraft.banner.piglin.yellow": "Yellow Snout", + "block.minecraft.banner.piglin.light_blue": "Light Blue Snout", + "block.minecraft.banner.piglin.magenta": "Magenta Snout", + "block.minecraft.banner.piglin.orange": "Orange Snout", + "block.minecraft.banner.piglin.white": "White Snout", + "subtitles.ambient.cave": "Eerie noise", + "subtitles.block.anvil.destroy": "Anvil destroyed", + "subtitles.block.anvil.land": "Anvil landed", + "subtitles.block.anvil.use": "Anvil used", + "subtitles.block.barrel.close": "Barrel closes", + "subtitles.block.barrel.open": "Barrel opens", + "subtitles.block.beacon.activate": "Beacon activates", + "subtitles.block.beacon.ambient": "Beacon hums", + "subtitles.block.beacon.deactivate": "Beacon deactivates", + "subtitles.block.beacon.power_select": "Beacon power selected", + "subtitles.block.beehive.drip": "Honey drips", + "subtitles.block.beehive.enter": "Bee enters hive", + "subtitles.block.beehive.exit": "Bee leaves hive", + "subtitles.block.beehive.shear": "Shears scrape", + "subtitles.block.beehive.work": "Bees work", + "subtitles.block.bell.resonate": "Bell resonates", + "subtitles.block.bell.use": "Bell rings", + "subtitles.block.blastfurnace.fire_crackle": "Blast Furnace crackles", + "subtitles.block.brewing_stand.brew": "Brewing Stand bubbles", + "subtitles.block.bubble_column.bubble_pop": "Bubbles pop", + "subtitles.block.bubble_column.upwards_ambient": "Bubbles flow", + "subtitles.block.bubble_column.upwards_inside": "Bubbles woosh", + "subtitles.block.bubble_column.whirlpool_ambient": "Bubbles whirl", + "subtitles.block.bubble_column.whirlpool_inside": "Bubbles zoom", + "subtitles.block.button.click": "Button clicks", + "subtitles.block.campfire.crackle": "Campfire crackles", + "subtitles.block.chest.close": "Chest closes", + "subtitles.block.chest.locked": "Chest locked", + "subtitles.block.chest.open": "Chest opens", + "subtitles.block.chorus_flower.death": "Chorus Flower withers", + "subtitles.block.chorus_flower.grow": "Chorus Flower grows", + "subtitles.block.comparator.click": "Comparator clicks", + "subtitles.block.composter.empty": "Composter emptied", + "subtitles.block.composter.fill": "Composter filled", + "subtitles.block.composter.ready": "Composter composts", + "subtitles.block.conduit.activate": "Conduit activates", + "subtitles.block.conduit.ambient": "Conduit pulses", + "subtitles.block.conduit.attack.target": "Conduit attacks", + "subtitles.block.conduit.deactivate": "Conduit deactivates", + "subtitles.block.dispenser.dispense": "Dispensed item", + "subtitles.block.dispenser.fail": "Dispenser failed", + "subtitles.block.door.toggle": "Door creaks", + "subtitles.block.enchantment_table.use": "Enchanting Table used", + "subtitles.block.end_portal.spawn": "End Portal opens", + "subtitles.block.end_portal_frame.fill": "Eye of Ender attaches", + "subtitles.block.fence_gate.toggle": "Fence Gate creaks", + "subtitles.block.fire.ambient": "Fire crackles", + "subtitles.block.fire.extinguish": "Fire extinguished", + "subtitles.block.furnace.fire_crackle": "Furnace crackles", + "subtitles.block.generic.break": "Block broken", + "subtitles.block.generic.footsteps": "Footsteps", + "subtitles.block.generic.hit": "Block breaking", + "subtitles.block.generic.place": "Block placed", + "subtitles.block.grindstone.use": "Grindstone used", + "subtitles.block.honey_block.slide": "Sliding down a honey block", + "subtitles.block.iron_trapdoor.close": "Trapdoor closes", + "subtitles.block.iron_trapdoor.open": "Trapdoor opens", + "subtitles.block.lava.ambient": "Lava pops", + "subtitles.block.lava.extinguish": "Lava hisses", + "subtitles.block.lever.click": "Lever clicks", + "subtitles.block.note_block.note": "Note Block plays", + "subtitles.block.piston.move": "Piston moves", + "subtitles.block.portal.ambient": "Portal whooshes", + "subtitles.block.portal.travel": "Portal noise fades", + "subtitles.block.portal.trigger": "Portal noise intensifies", + "subtitles.block.pressure_plate.click": "Pressure Plate clicks", + "subtitles.block.pumpkin.carve": "Shears carve", + "subtitles.block.redstone_torch.burnout": "Torch fizzes", + "subtitles.block.respawn_anchor.ambient": "Portal whooshes", + "subtitles.block.respawn_anchor.charge": "Respawn Anchor is charged", + "subtitles.block.respawn_anchor.deplete": "Respawn Anchor depletes", + "subtitles.block.respawn_anchor.set_spawn": "Respawn Anchor sets spawn", + "subtitles.block.shulker_box.close": "Shulker closes", + "subtitles.block.shulker_box.open": "Shulker opens", + "subtitles.block.smithing_table.use": "Smithing Table used", + "subtitles.block.smoker.smoke": "Smoker smokes", + "subtitles.block.trapdoor.toggle": "Trapdoor creaks", + "subtitles.block.tripwire.attach": "Tripwire attaches", + "subtitles.block.tripwire.click": "Tripwire clicks", + "subtitles.block.tripwire.detach": "Tripwire detaches", + "subtitles.block.water.ambient": "Water flows", + "subtitles.enchant.thorns.hit": "Thorns prick", + "subtitles.entity.armor_stand.fall": "Something fell", + "subtitles.entity.arrow.hit": "Arrow hits", + "subtitles.entity.arrow.hit_player": "Player hit", + "subtitles.entity.arrow.shoot": "Arrow fired", + "subtitles.entity.bat.ambient": "Bat screeches", + "subtitles.entity.bat.death": "Bat dies", + "subtitles.entity.bat.hurt": "Bat hurts", + "subtitles.entity.bat.takeoff": "Bat takes off", + "subtitles.entity.bee.ambient": "Bee buzzes", + "subtitles.entity.bee.death": "Bee dies", + "subtitles.entity.bee.hurt": "Bee hurts", + "subtitles.entity.bee.loop": "Bee buzzes", + "subtitles.entity.bee.loop_aggressive": "Bee buzzes angrily", + "subtitles.entity.bee.pollinate": "Bee buzzes happily", + "subtitles.entity.bee.sting": "Bee stings", + "subtitles.entity.blaze.ambient": "Blaze breathes", + "subtitles.entity.blaze.burn": "Blaze crackles", + "subtitles.entity.blaze.death": "Blaze dies", + "subtitles.entity.blaze.hurt": "Blaze hurts", + "subtitles.entity.blaze.shoot": "Blaze shoots", + "subtitles.entity.boat.paddle_land": "Rowing", + "subtitles.entity.boat.paddle_water": "Rowing", + "subtitles.entity.cat.ambient": "Cat meows", + "subtitles.entity.cat.beg_for_food": "Cat begs", + "subtitles.entity.cat.death": "Cat dies", + "subtitles.entity.cat.eat": "Cat eats", + "subtitles.entity.cat.hiss": "Cat hisses", + "subtitles.entity.cat.hurt": "Cat hurts", + "subtitles.entity.cat.purr": "Cat purrs", + "subtitles.entity.chicken.ambient": "Chicken clucks", + "subtitles.entity.chicken.death": "Chicken dies", + "subtitles.entity.chicken.egg": "Chicken plops", + "subtitles.entity.chicken.hurt": "Chicken hurts", + "subtitles.entity.cod.death": "Cod dies", + "subtitles.entity.cod.flop": "Cod flops", + "subtitles.entity.cod.hurt": "Cod hurts", + "subtitles.entity.cow.ambient": "Cow moos", + "subtitles.entity.cow.death": "Cow dies", + "subtitles.entity.cow.hurt": "Cow hurts", + "subtitles.entity.cow.milk": "Cow gets milked", + "subtitles.entity.creeper.death": "Creeper dies", + "subtitles.entity.creeper.hurt": "Creeper hurts", + "subtitles.entity.creeper.primed": "Creeper hisses", + "subtitles.entity.dolphin.ambient": "Dolphin chirps", + "subtitles.entity.dolphin.ambient_water": "Dolphin whistles", + "subtitles.entity.dolphin.attack": "Dolphin attacks", + "subtitles.entity.dolphin.death": "Dolphin dies", + "subtitles.entity.dolphin.eat": "Dolphin eats", + "subtitles.entity.dolphin.hurt": "Dolphin hurts", + "subtitles.entity.dolphin.jump": "Dolphin jumps", + "subtitles.entity.dolphin.play": "Dolphin plays", + "subtitles.entity.dolphin.splash": "Dolphin splashes", + "subtitles.entity.dolphin.swim": "Dolphin swims", + "subtitles.entity.donkey.ambient": "Donkey hee-haws", + "subtitles.entity.donkey.angry": "Donkey neighs", + "subtitles.entity.donkey.chest": "Donkey Chest equips", + "subtitles.entity.donkey.death": "Donkey dies", + "subtitles.entity.donkey.eat": "Donkey eats", + "subtitles.entity.donkey.hurt": "Donkey hurts", + "subtitles.entity.drowned.ambient": "Drowned gurgles", + "subtitles.entity.drowned.ambient_water": "Drowned gurgles", + "subtitles.entity.drowned.death": "Drowned dies", + "subtitles.entity.drowned.hurt": "Drowned hurts", + "subtitles.entity.drowned.shoot": "Drowned throws Trident", + "subtitles.entity.drowned.step": "Drowned steps", + "subtitles.entity.drowned.swim": "Drowned swims", + "subtitles.entity.egg.throw": "Egg flies", + "subtitles.entity.elder_guardian.ambient": "Elder Guardian moans", + "subtitles.entity.elder_guardian.ambient_land": "Elder Guardian flaps", + "subtitles.entity.elder_guardian.curse": "Elder Guardian curses", + "subtitles.entity.elder_guardian.death": "Elder Guardian dies", + "subtitles.entity.elder_guardian.flop": "Elder Guardian flops", + "subtitles.entity.elder_guardian.hurt": "Elder Guardian hurts", + "subtitles.entity.ender_dragon.ambient": "Dragon roars", + "subtitles.entity.ender_dragon.death": "Dragon dies", + "subtitles.entity.ender_dragon.flap": "Dragon flaps", + "subtitles.entity.ender_dragon.growl": "Dragon growls", + "subtitles.entity.ender_dragon.hurt": "Dragon hurts", + "subtitles.entity.ender_dragon.shoot": "Dragon shoots", + "subtitles.entity.ender_eye.death": "Eye of Ender falls", + "subtitles.entity.ender_eye.launch": "Eye of Ender shoots", + "subtitles.entity.ender_pearl.throw": "Ender Pearl flies", + "subtitles.entity.enderman.ambient": "Enderman vwoops", + "subtitles.entity.enderman.death": "Enderman dies", + "subtitles.entity.enderman.hurt": "Enderman hurts", + "subtitles.entity.enderman.stare": "Enderman cries out", + "subtitles.entity.enderman.teleport": "Enderman teleports", + "subtitles.entity.endermite.ambient": "Endermite scuttles", + "subtitles.entity.endermite.death": "Endermite dies", + "subtitles.entity.endermite.hurt": "Endermite hurts", + "subtitles.entity.evoker.ambient": "Evoker murmurs", + "subtitles.entity.evoker.cast_spell": "Evoker casts spell", + "subtitles.entity.evoker.celebrate": "Evoker cheers", + "subtitles.entity.evoker.death": "Evoker dies", + "subtitles.entity.evoker.hurt": "Evoker hurts", + "subtitles.entity.evoker.prepare_attack": "Evoker prepares attack", + "subtitles.entity.evoker.prepare_summon": "Evoker prepares summoning", + "subtitles.entity.evoker.prepare_wololo": "Evoker prepares charming", + "subtitles.entity.evoker_fangs.attack": "Fangs snap", + "subtitles.entity.experience_orb.pickup": "Experience gained", + "subtitles.entity.firework_rocket.blast": "Firework blasts", + "subtitles.entity.firework_rocket.launch": "Firework launches", + "subtitles.entity.firework_rocket.twinkle": "Firework twinkles", + "subtitles.entity.fishing_bobber.retrieve": "Bobber retrieved", + "subtitles.entity.fishing_bobber.splash": "Fishing Bobber splashes", + "subtitles.entity.fishing_bobber.throw": "Bobber thrown", + "subtitles.entity.fox.aggro": "Fox angers", + "subtitles.entity.fox.ambient": "Fox squeaks", + "subtitles.entity.fox.bite": "Fox bites", + "subtitles.entity.fox.death": "Fox dies", + "subtitles.entity.fox.eat": "Fox eats", + "subtitles.entity.fox.hurt": "Fox hurts", + "subtitles.entity.fox.screech": "Fox screeches", + "subtitles.entity.fox.sleep": "Fox snores", + "subtitles.entity.fox.sniff": "Fox sniffs", + "subtitles.entity.fox.spit": "Fox spits", + "subtitles.entity.fox.teleport": "Fox teleports", + "subtitles.entity.generic.big_fall": "Something fell", + "subtitles.entity.generic.burn": "Burning", + "subtitles.entity.generic.death": "Dying", + "subtitles.entity.generic.drink": "Sipping", + "subtitles.entity.generic.eat": "Eating", + "subtitles.entity.generic.explode": "Explosion", + "subtitles.entity.generic.extinguish_fire": "Fire extinguishes", + "subtitles.entity.generic.hurt": "Something hurts", + "subtitles.entity.generic.small_fall": "Something trips", + "subtitles.entity.generic.splash": "Splashing", + "subtitles.entity.generic.swim": "Swimming", + "subtitles.entity.ghast.ambient": "Ghast cries", + "subtitles.entity.ghast.death": "Ghast dies", + "subtitles.entity.ghast.hurt": "Ghast hurts", + "subtitles.entity.ghast.shoot": "Ghast shoots", + "subtitles.entity.guardian.ambient": "Guardian moans", + "subtitles.entity.guardian.ambient_land": "Guardian flaps", + "subtitles.entity.guardian.attack": "Guardian shoots", + "subtitles.entity.guardian.death": "Guardian dies", + "subtitles.entity.guardian.flop": "Guardian flops", + "subtitles.entity.guardian.hurt": "Guardian hurts", + "subtitles.entity.hoglin.ambient": "Hoglin growls", + "subtitles.entity.hoglin.angry": "Hoglin growls angrily", + "subtitles.entity.hoglin.attack": "Hoglin attacks", + "subtitles.entity.hoglin.converted_to_zombified": "Hoglin converts to Zoglin", + "subtitles.entity.hoglin.death": "Hoglin dies", + "subtitles.entity.hoglin.hurt": "Hoglin hurts", + "subtitles.entity.hoglin.retreat": "Hoglin retreats", + "subtitles.entity.hoglin.step": "Hoglin steps", + "subtitles.entity.horse.ambient": "Horse neighs", + "subtitles.entity.horse.angry": "Horse neighs", + "subtitles.entity.horse.armor": "Horse armor equips", + "subtitles.entity.horse.breathe": "Horse breathes", + "subtitles.entity.horse.death": "Horse dies", + "subtitles.entity.horse.eat": "Horse eats", + "subtitles.entity.horse.gallop": "Horse gallops", + "subtitles.entity.horse.hurt": "Horse hurts", + "subtitles.entity.horse.jump": "Horse jumps", + "subtitles.entity.horse.saddle": "Saddle equips", + "subtitles.entity.husk.ambient": "Husk groans", + "subtitles.entity.husk.converted_to_zombie": "Husk converts to Zombie", + "subtitles.entity.husk.death": "Husk dies", + "subtitles.entity.husk.hurt": "Husk hurts", + "subtitles.entity.illusioner.ambient": "Illusioner murmurs", + "subtitles.entity.illusioner.cast_spell": "Illusioner casts spell", + "subtitles.entity.illusioner.death": "Illusioner dies", + "subtitles.entity.illusioner.hurt": "Illusioner hurts", + "subtitles.entity.illusioner.mirror_move": "Illusioner displaces", + "subtitles.entity.illusioner.prepare_blindness": "Illusioner prepares blindness", + "subtitles.entity.illusioner.prepare_mirror": "Illusioner prepares mirror image", + "subtitles.entity.iron_golem.attack": "Iron Golem attacks", + "subtitles.entity.iron_golem.damage": "Iron Golem breaks", + "subtitles.entity.iron_golem.death": "Iron Golem dies", + "subtitles.entity.iron_golem.hurt": "Iron Golem hurts", + "subtitles.entity.iron_golem.repair": "Iron Golem repaired", + "subtitles.entity.item.break": "Item breaks", + "subtitles.entity.item.pickup": "Item plops", + "subtitles.entity.item_frame.add_item": "Item Frame fills", + "subtitles.entity.item_frame.break": "Item Frame breaks", + "subtitles.entity.item_frame.place": "Item Frame placed", + "subtitles.entity.item_frame.remove_item": "Item Frame empties", + "subtitles.entity.item_frame.rotate_item": "Item Frame clicks", + "subtitles.entity.leash_knot.break": "Leash knot breaks", + "subtitles.entity.leash_knot.place": "Leash knot tied", + "subtitles.entity.lightning_bolt.impact": "Lightning strikes", + "subtitles.entity.lightning_bolt.thunder": "Thunder roars", + "subtitles.entity.llama.ambient": "Llama bleats", + "subtitles.entity.llama.angry": "Llama bleats angrily", + "subtitles.entity.llama.chest": "Llama Chest equips", + "subtitles.entity.llama.death": "Llama dies", + "subtitles.entity.llama.eat": "Llama eats", + "subtitles.entity.llama.hurt": "Llama hurts", + "subtitles.entity.llama.spit": "Llama spits", + "subtitles.entity.llama.step": "Llama steps", + "subtitles.entity.llama.swag": "Llama is decorated", + "subtitles.entity.magma_cube.death": "Magma Cube dies", + "subtitles.entity.magma_cube.hurt": "Magma Cube hurts", + "subtitles.entity.magma_cube.squish": "Magma Cube squishes", + "subtitles.entity.minecart.riding": "Minecart rolls", + "subtitles.entity.mooshroom.convert": "Mooshroom transforms", + "subtitles.entity.mooshroom.eat": "Mooshroom eats", + "subtitles.entity.mooshroom.milk": "Mooshroom gets milked", + "subtitles.entity.mooshroom.suspicious_milk": "Mooshroom gets milked suspiciously", + "subtitles.entity.mule.ambient": "Mule hee-haws", + "subtitles.entity.mule.angry": "Mule neighs", + "subtitles.entity.mule.chest": "Mule Chest equips", + "subtitles.entity.mule.death": "Mule dies", + "subtitles.entity.mule.eat": "Mule eats", + "subtitles.entity.mule.hurt": "Mule hurts", + "subtitles.entity.painting.break": "Painting breaks", + "subtitles.entity.painting.place": "Painting placed", + "subtitles.entity.panda.aggressive_ambient": "Panda huffs", + "subtitles.entity.panda.ambient": "Panda pants", + "subtitles.entity.panda.bite": "Panda bites", + "subtitles.entity.panda.cant_breed": "Panda bleats", + "subtitles.entity.panda.death": "Panda dies", + "subtitles.entity.panda.eat": "Panda eats", + "subtitles.entity.panda.hurt": "Panda hurts", + "subtitles.entity.panda.pre_sneeze": "Panda's nose tickles", + "subtitles.entity.panda.sneeze": "Panda sneezes", + "subtitles.entity.panda.step": "Panda steps", + "subtitles.entity.panda.worried_ambient": "Panda whimpers", + "subtitles.entity.parrot.ambient": "Parrot talks", + "subtitles.entity.parrot.death": "Parrot dies", + "subtitles.entity.parrot.eats": "Parrot eats", + "subtitles.entity.parrot.fly": "Parrot flutters", + "subtitles.entity.parrot.hurts": "Parrot hurts", + "subtitles.entity.parrot.imitate.blaze": "Parrot breathes", + "subtitles.entity.parrot.imitate.creeper": "Parrot hisses", + "subtitles.entity.parrot.imitate.drowned": "Parrot gurgles", + "subtitles.entity.parrot.imitate.elder_guardian": "Parrot flaps", + "subtitles.entity.parrot.imitate.ender_dragon": "Parrot roars", + "subtitles.entity.parrot.imitate.endermite": "Parrot scuttles", + "subtitles.entity.parrot.imitate.evoker": "Parrot murmurs", + "subtitles.entity.parrot.imitate.ghast": "Parrot cries", + "subtitles.entity.parrot.imitate.guardian": "Parrot moans", + "subtitles.entity.parrot.imitate.hoglin": "Parrot growls", + "subtitles.entity.parrot.imitate.husk": "Parrot groans", + "subtitles.entity.parrot.imitate.illusioner": "Parrot murmurs", + "subtitles.entity.parrot.imitate.magma_cube": "Parrot squishes", + "subtitles.entity.parrot.imitate.phantom": "Parrot screeches", + "subtitles.entity.parrot.imitate.piglin": "Parrot snorts", + "subtitles.entity.parrot.imitate.piglin_brute": "Parrot snorts mightily", + "subtitles.entity.parrot.imitate.pillager": "Parrot murmurs", + "subtitles.entity.parrot.imitate.ravager": "Parrot grunts", + "subtitles.entity.parrot.imitate.shulker": "Parrot lurks", + "subtitles.entity.parrot.imitate.silverfish": "Parrot hisses", + "subtitles.entity.parrot.imitate.skeleton": "Parrot rattles", + "subtitles.entity.parrot.imitate.slime": "Parrot squishes", + "subtitles.entity.parrot.imitate.spider": "Parrot hisses", + "subtitles.entity.parrot.imitate.stray": "Parrot rattles", + "subtitles.entity.parrot.imitate.vex": "Parrot vexes", + "subtitles.entity.parrot.imitate.vindicator": "Parrot mutters", + "subtitles.entity.parrot.imitate.witch": "Parrot giggles", + "subtitles.entity.parrot.imitate.wither": "Parrot angers", + "subtitles.entity.parrot.imitate.wither_skeleton": "Parrot rattles", + "subtitles.entity.parrot.imitate.zoglin": "Parrot growls", + "subtitles.entity.parrot.imitate.zombie": "Parrot groans", + "subtitles.entity.parrot.imitate.zombie_villager": "Parrot groans", + "subtitles.entity.phantom.ambient": "Phantom screeches", + "subtitles.entity.phantom.bite": "Phantom bites", + "subtitles.entity.phantom.death": "Phantom dies", + "subtitles.entity.phantom.flap": "Phantom flaps", + "subtitles.entity.phantom.hurt": "Phantom hurts", + "subtitles.entity.phantom.swoop": "Phantom swoops", + "subtitles.entity.pig.ambient": "Pig oinks", + "subtitles.entity.pig.death": "Pig dies", + "subtitles.entity.pig.hurt": "Pig hurts", + "subtitles.entity.pig.saddle": "Saddle equips", + "subtitles.entity.piglin.admiring_item": "Piglin admires item", + "subtitles.entity.piglin.ambient": "Piglin snorts", + "subtitles.entity.piglin.angry": "Piglin snorts angrily", + "subtitles.entity.piglin.celebrate": "Piglin celebrates", + "subtitles.entity.piglin.converted_to_zombified": "Piglin converts to Zombified Piglin", + "subtitles.entity.piglin.death": "Piglin dies", + "subtitles.entity.piglin.hurt": "Piglin hurts", + "subtitles.entity.piglin.jealous": "Piglin snorts enviously", + "subtitles.entity.piglin.retreat": "Piglin retreats", + "subtitles.entity.piglin.step": "Piglin steps", + "subtitles.entity.piglin_brute.ambient": "Piglin Brute snorts", + "subtitles.entity.piglin_brute.angry": "Piglin Brute snorts angrily", + "subtitles.entity.piglin_brute.death": "Piglin Brute dies", + "subtitles.entity.piglin_brute.hurt": "Piglin Brute hurts", + "subtitles.entity.piglin_brute.step": "Piglin Brute steps", + "subtitles.entity.piglin_brute.converted_to_zombified": "Piglin Brute converts to Zombified Piglin", + "subtitles.entity.pillager.ambient": "Pillager murmurs", + "subtitles.entity.pillager.celebrate": "Pillager cheers", + "subtitles.entity.pillager.death": "Pillager dies", + "subtitles.entity.pillager.hurt": "Pillager hurts", + "subtitles.entity.player.attack.crit": "Critical attack", + "subtitles.entity.player.attack.knockback": "Knockback attack", + "subtitles.entity.player.attack.strong": "Strong attack", + "subtitles.entity.player.attack.sweep": "Sweeping attack", + "subtitles.entity.player.attack.weak": "Weak attack", + "subtitles.entity.player.burp": "Burp", + "subtitles.entity.player.death": "Player dies", + "subtitles.entity.player.hurt": "Player hurts", + "subtitles.entity.player.hurt_drown": "Player drowning", + "subtitles.entity.player.hurt_on_fire": "Player burns", + "subtitles.entity.player.levelup": "Player dings", + "subtitles.entity.polar_bear.ambient": "Polar Bear groans", + "subtitles.entity.polar_bear.ambient_baby": "Polar Bear hums", + "subtitles.entity.polar_bear.death": "Polar Bear dies", + "subtitles.entity.polar_bear.hurt": "Polar Bear hurts", + "subtitles.entity.polar_bear.warning": "Polar Bear roars", + "subtitles.entity.potion.splash": "Bottle smashes", + "subtitles.entity.potion.throw": "Bottle thrown", + "subtitles.entity.puffer_fish.blow_out": "Pufferfish deflates", + "subtitles.entity.puffer_fish.blow_up": "Pufferfish inflates", + "subtitles.entity.puffer_fish.death": "Pufferfish dies", + "subtitles.entity.puffer_fish.flop": "Pufferfish flops", + "subtitles.entity.puffer_fish.hurt": "Pufferfish hurts", + "subtitles.entity.puffer_fish.sting": "Pufferfish stings", + "subtitles.entity.rabbit.ambient": "Rabbit squeaks", + "subtitles.entity.rabbit.attack": "Rabbit attacks", + "subtitles.entity.rabbit.death": "Rabbit dies", + "subtitles.entity.rabbit.hurt": "Rabbit hurts", + "subtitles.entity.rabbit.jump": "Rabbit hops", + "subtitles.entity.ravager.ambient": "Ravager grunts", + "subtitles.entity.ravager.attack": "Ravager bites", + "subtitles.entity.ravager.celebrate": "Ravager cheers", + "subtitles.entity.ravager.death": "Ravager dies", + "subtitles.entity.ravager.hurt": "Ravager hurts", + "subtitles.entity.ravager.roar": "Ravager roars", + "subtitles.entity.ravager.step": "Ravager steps", + "subtitles.entity.ravager.stunned": "Ravager stunned", + "subtitles.entity.salmon.death": "Salmon dies", + "subtitles.entity.salmon.flop": "Salmon flops", + "subtitles.entity.salmon.hurt": "Salmon hurts", + "subtitles.entity.sheep.ambient": "Sheep baahs", + "subtitles.entity.sheep.death": "Sheep dies", + "subtitles.entity.sheep.hurt": "Sheep hurts", + "subtitles.entity.shulker.ambient": "Shulker lurks", + "subtitles.entity.shulker.close": "Shulker closes", + "subtitles.entity.shulker.death": "Shulker dies", + "subtitles.entity.shulker.hurt": "Shulker hurts", + "subtitles.entity.shulker.open": "Shulker opens", + "subtitles.entity.shulker.shoot": "Shulker shoots", + "subtitles.entity.shulker.teleport": "Shulker teleports", + "subtitles.entity.shulker_bullet.hit": "Shulker bullet explodes", + "subtitles.entity.shulker_bullet.hurt": "Shulker bullet breaks", + "subtitles.entity.silverfish.ambient": "Silverfish hisses", + "subtitles.entity.silverfish.death": "Silverfish dies", + "subtitles.entity.silverfish.hurt": "Silverfish hurts", + "subtitles.entity.skeleton.ambient": "Skeleton rattles", + "subtitles.entity.skeleton.death": "Skeleton dies", + "subtitles.entity.skeleton.hurt": "Skeleton hurts", + "subtitles.entity.skeleton.shoot": "Skeleton shoots", + "subtitles.entity.skeleton_horse.ambient": "Skeleton Horse cries", + "subtitles.entity.skeleton_horse.death": "Skeleton Horse dies", + "subtitles.entity.skeleton_horse.hurt": "Skeleton Horse hurts", + "subtitles.entity.skeleton_horse.swim": "Skeleton Horse swims", + "subtitles.entity.slime.attack": "Slime attacks", + "subtitles.entity.slime.death": "Slime dies", + "subtitles.entity.slime.hurt": "Slime hurts", + "subtitles.entity.slime.squish": "Slime squishes", + "subtitles.entity.snow_golem.death": "Snow Golem dies", + "subtitles.entity.snow_golem.hurt": "Snow Golem hurts", + "subtitles.entity.snowball.throw": "Snowball flies", + "subtitles.entity.spider.ambient": "Spider hisses", + "subtitles.entity.spider.death": "Spider dies", + "subtitles.entity.spider.hurt": "Spider hurts", + "subtitles.entity.squid.ambient": "Squid swims", + "subtitles.entity.squid.death": "Squid dies", + "subtitles.entity.squid.hurt": "Squid hurts", + "subtitles.entity.squid.squirt": "Squid shoots ink", + "subtitles.entity.stray.ambient": "Stray rattles", + "subtitles.entity.stray.death": "Stray dies", + "subtitles.entity.stray.hurt": "Stray hurts", + "subtitles.entity.strider.death": "Strider dies", + "subtitles.entity.strider.eat": "Strider eats", + "subtitles.entity.strider.happy": "Strider warbles", + "subtitles.entity.strider.hurt": "Strider hurts", + "subtitles.entity.strider.idle": "Strider chirps", + "subtitles.entity.strider.retreat": "Strider retreats", + "subtitles.entity.tnt.primed": "TNT fizzes", + "subtitles.entity.tropical_fish.death": "Tropical Fish dies", + "subtitles.entity.tropical_fish.flop": "Tropical Fish flops", + "subtitles.entity.tropical_fish.hurt": "Tropical Fish hurts", + "subtitles.entity.turtle.ambient_land": "Turtle chirps", + "subtitles.entity.turtle.death": "Turtle dies", + "subtitles.entity.turtle.death_baby": "Turtle baby dies", + "subtitles.entity.turtle.egg_break": "Turtle Egg breaks", + "subtitles.entity.turtle.egg_crack": "Turtle Egg cracks", + "subtitles.entity.turtle.egg_hatch": "Turtle Egg hatches", + "subtitles.entity.turtle.hurt": "Turtle hurts", + "subtitles.entity.turtle.hurt_baby": "Turtle baby hurts", + "subtitles.entity.turtle.lay_egg": "Turtle lays egg", + "subtitles.entity.turtle.shamble": "Turtle shambles", + "subtitles.entity.turtle.shamble_baby": "Turtle baby shambles", + "subtitles.entity.turtle.swim": "Turtle swims", + "subtitles.entity.vex.ambient": "Vex vexes", + "subtitles.entity.vex.charge": "Vex shrieks", + "subtitles.entity.vex.death": "Vex dies", + "subtitles.entity.vex.hurt": "Vex hurts", + "subtitles.entity.villager.ambient": "Villager mumbles", + "subtitles.entity.villager.celebrate": "Villager cheers", + "subtitles.entity.villager.death": "Villager dies", + "subtitles.entity.villager.hurt": "Villager hurts", + "subtitles.entity.villager.no": "Villager disagrees", + "subtitles.entity.villager.trade": "Villager trades", + "subtitles.entity.villager.work_armorer": "Armorer works", + "subtitles.entity.villager.work_butcher": "Butcher works", + "subtitles.entity.villager.work_cartographer": "Cartographer works", + "subtitles.entity.villager.work_cleric": "Cleric works", + "subtitles.entity.villager.work_farmer": "Farmer works", + "subtitles.entity.villager.work_fisherman": "Fisherman works", + "subtitles.entity.villager.work_fletcher": "Fletcher works", + "subtitles.entity.villager.work_leatherworker": "Leatherworker works", + "subtitles.entity.villager.work_librarian": "Librarian works", + "subtitles.entity.villager.work_mason": "Mason works", + "subtitles.entity.villager.work_shepherd": "Shepherd works", + "subtitles.entity.villager.work_toolsmith": "Toolsmith works", + "subtitles.entity.villager.work_weaponsmith": "Weaponsmith works", + "subtitles.entity.villager.yes": "Villager agrees", + "subtitles.entity.vindicator.ambient": "Vindicator mutters", + "subtitles.entity.vindicator.celebrate": "Vindicator cheers", + "subtitles.entity.vindicator.death": "Vindicator dies", + "subtitles.entity.vindicator.hurt": "Vindicator hurts", + "subtitles.entity.wandering_trader.ambient": "Wandering Trader mumbles", + "subtitles.entity.wandering_trader.death": "Wandering Trader dies", + "subtitles.entity.wandering_trader.disappeared": "Wandering Trader disappears", + "subtitles.entity.wandering_trader.drink_milk": "Wandering Trader drinks milk", + "subtitles.entity.wandering_trader.drink_potion": "Wandering Trader drinks potion", + "subtitles.entity.wandering_trader.hurt": "Wandering Trader hurts", + "subtitles.entity.wandering_trader.no": "Wandering Trader disagrees", + "subtitles.entity.wandering_trader.reappeared": "Wandering Trader appears", + "subtitles.entity.wandering_trader.trade": "Wandering Trader trades", + "subtitles.entity.wandering_trader.yes": "Wandering Trader agrees", + "subtitles.entity.witch.ambient": "Witch giggles", + "subtitles.entity.witch.celebrate": "Witch cheers", + "subtitles.entity.witch.death": "Witch dies", + "subtitles.entity.witch.drink": "Witch drinks", + "subtitles.entity.witch.hurt": "Witch hurts", + "subtitles.entity.witch.throw": "Witch throws", + "subtitles.entity.wither.ambient": "Wither angers", + "subtitles.entity.wither.death": "Wither dies", + "subtitles.entity.wither.hurt": "Wither hurts", + "subtitles.entity.wither.shoot": "Wither attacks", + "subtitles.entity.wither.spawn": "Wither released", + "subtitles.entity.wither_skeleton.ambient": "Wither Skeleton rattles", + "subtitles.entity.wither_skeleton.death": "Wither Skeleton dies", + "subtitles.entity.wither_skeleton.hurt": "Wither Skeleton hurts", + "subtitles.entity.wolf.ambient": "Wolf pants", + "subtitles.entity.wolf.death": "Wolf dies", + "subtitles.entity.wolf.growl": "Wolf growls", + "subtitles.entity.wolf.hurt": "Wolf hurts", + "subtitles.entity.wolf.shake": "Wolf shakes", + "subtitles.entity.zoglin.ambient": "Zoglin growls", + "subtitles.entity.zoglin.angry": "Zoglin growls angrily", + "subtitles.entity.zoglin.attack": "Zoglin attacks", + "subtitles.entity.zoglin.death": "Zoglin dies", + "subtitles.entity.zoglin.hurt": "Zoglin hurts", + "subtitles.entity.zoglin.step": "Zoglin steps", + "subtitles.entity.zombie.ambient": "Zombie groans", + "subtitles.entity.zombie.attack_wooden_door": "Door shakes", + "subtitles.entity.zombie.converted_to_drowned": "Zombie converts to Drowned", + "subtitles.entity.zombie.break_wooden_door": "Door breaks", + "subtitles.entity.zombie.death": "Zombie dies", + "subtitles.entity.zombie.destroy_egg": "Turtle Egg stomped", + "subtitles.entity.zombie.hurt": "Zombie hurts", + "subtitles.entity.zombie.infect": "Zombie infects", + "subtitles.entity.zombie_horse.ambient": "Zombie Horse cries", + "subtitles.entity.zombie_horse.death": "Zombie Horse dies", + "subtitles.entity.zombie_horse.hurt": "Zombie Horse hurts", + "subtitles.entity.zombie_villager.ambient": "Zombie Villager groans", + "subtitles.entity.zombie_villager.converted": "Zombie Villager vociferates", + "subtitles.entity.zombie_villager.cure": "Zombie Villager snuffles", + "subtitles.entity.zombie_villager.death": "Zombie Villager dies", + "subtitles.entity.zombie_villager.hurt": "Zombie Villager hurts", + "subtitles.entity.zombified_piglin.ambient": "Zombified Piglin grunts", + "subtitles.entity.zombified_piglin.angry": "Zombified Piglin grunts angrily", + "subtitles.entity.zombified_piglin.death": "Zombified Piglin dies", + "subtitles.entity.zombified_piglin.hurt": "Zombified Piglin hurts", + "subtitles.event.raid.horn": "Ominous horn blares", + "subtitles.item.armor.equip": "Gear equips", + "subtitles.item.armor.equip_chain": "Chain armor jingles", + "subtitles.item.armor.equip_diamond": "Diamond armor clangs", + "subtitles.item.armor.equip_elytra": "Elytra rustle", + "subtitles.item.armor.equip_gold": "Gold armor clinks", + "subtitles.item.armor.equip_iron": "Iron armor clanks", + "subtitles.item.armor.equip_leather": "Leather armor rustles", + "subtitles.item.armor.equip_netherite": "Netherite armor clanks", + "subtitles.item.armor.equip_turtle": "Turtle Shell thunks", + "subtitles.item.axe.strip": "Axe scrapes", + "subtitles.item.berries.pick": "Berries pop", + "subtitles.item.book.page_turn": "Page rustles", + "subtitles.item.book.put": "Book thumps", + "subtitles.item.bottle.empty": "Bottle empties", + "subtitles.item.bottle.fill": "Bottle fills", + "subtitles.item.bucket.empty": "Bucket empties", + "subtitles.item.bucket.fill": "Bucket fills", + "subtitles.item.bucket.fill_fish": "Fish captured", + "subtitles.item.chorus_fruit.teleport": "Player teleports", + "subtitles.item.crop.plant": "Crop planted", + "subtitles.item.crossbow.charge": "Crossbow charges up", + "subtitles.item.crossbow.hit": "Arrow hits", + "subtitles.item.crossbow.load": "Crossbow loads", + "subtitles.item.crossbow.shoot": "Crossbow fires", + "subtitles.item.firecharge.use": "Fireball whooshes", + "subtitles.item.flintandsteel.use": "Flint and Steel click", + "subtitles.item.hoe.till": "Hoe tills", + "subtitles.item.honey_bottle.drink": "Gulping", + "subtitles.item.lodestone_compass.lock": "Lodestone Compass locks onto Lodestone", + "subtitles.item.nether_wart.plant": "Crop planted", + "subtitles.item.shears.shear": "Shears click", + "subtitles.item.shield.block": "Shield blocks", + "subtitles.item.shovel.flatten": "Shovel flattens", + "subtitles.item.totem.use": "Totem activates", + "subtitles.item.trident.hit": "Trident stabs", + "subtitles.item.trident.hit_ground": "Trident vibrates", + "subtitles.item.trident.return": "Trident returns", + "subtitles.item.trident.riptide": "Trident zooms", + "subtitles.item.trident.throw": "Trident clangs", + "subtitles.item.trident.thunder": "Trident thunder cracks", + "subtitles.particle.soul_escape": "Soul escapes", + "subtitles.ui.cartography_table.take_result": "Map drawn", + "subtitles.ui.loom.take_result": "Loom used", + "subtitles.ui.stonecutter.take_result": "Stonecutter used", + "subtitles.weather.rain": "Rain falls", + "debug.prefix": "[Debug]:", + "debug.reload_chunks.help": "F3 + A = Reload chunks", + "debug.show_hitboxes.help": "F3 + B = Show hitboxes", + "debug.clear_chat.help": "F3 + D = Clear chat", + "debug.cycle_renderdistance.help": "F3 + F = Cycle render distance (shift to invert)", + "debug.chunk_boundaries.help": "F3 + G = Show chunk boundaries", + "debug.advanced_tooltips.help": "F3 + H = Advanced tooltips", + "debug.creative_spectator.help": "F3 + N = Cycle previous gamemode <-> spectator", + "debug.pause_focus.help": "F3 + P = Pause on lost focus", + "debug.help.help": "F3 + Q = Show this list", + "debug.reload_resourcepacks.help": "F3 + T = Reload resource packs", + "debug.pause.help": "F3 + Esc = Pause without pause menu (if pausing is possible)", + "debug.copy_location.help": "F3 + C = Copy location as /tp command, hold F3 + C to crash the game", + "debug.inspect.help": "F3 + I = Copy entity or block data to clipboard", + "debug.gamemodes.help": "F3 + F4 = Open game mode switcher", + "debug.copy_location.message": "Copied location to clipboard", + "debug.inspect.server.block": "Copied server-side block data to clipboard", + "debug.inspect.server.entity": "Copied server-side entity data to clipboard", + "debug.inspect.client.block": "Copied client-side block data to clipboard", + "debug.inspect.client.entity": "Copied client-side entity data to clipboard", + "debug.reload_chunks.message": "Reloading all chunks", + "debug.show_hitboxes.on": "Hitboxes: shown", + "debug.show_hitboxes.off": "Hitboxes: hidden", + "debug.cycle_renderdistance.message": "Render Distance: %s", + "debug.chunk_boundaries.on": "Chunk borders: shown", + "debug.chunk_boundaries.off": "Chunk borders: hidden", + "debug.advanced_tooltips.on": "Advanced tooltips: shown", + "debug.advanced_tooltips.off": "Advanced tooltips: hidden", + "debug.creative_spectator.error": "Unable to switch gamemode; no permission", + "debug.gamemodes.error": "Unable to open game mode switcher; no permission", + "debug.pause_focus.on": "Pause on lost focus: enabled", + "debug.pause_focus.off": "Pause on lost focus: disabled", + "debug.help.message": "Key bindings:", + "debug.reload_resourcepacks.message": "Reloaded resource packs", + "debug.crash.message": "F3 + C is held down. This will crash the game unless released.", + "debug.crash.warning": "Crashing in %s...", + "debug.gamemodes.press_f4": "[ F4 ]", + "debug.gamemodes.select_next": "%s Next", + "resourcepack.downloading": "Downloading Resource Pack", + "resourcepack.requesting": "Making Request...", + "resourcepack.progress": "Downloading file (%s MB)...", + "tutorial.move.title": "Move with %s, %s, %s and %s", + "tutorial.move.description": "Jump with %s", + "tutorial.look.title": "Look around", + "tutorial.look.description": "Use your mouse to turn", + "tutorial.find_tree.title": "Find a tree", + "tutorial.find_tree.description": "Punch it to collect wood", + "tutorial.punch_tree.title": "Destroy the tree", + "tutorial.punch_tree.description": "Hold down %s", + "tutorial.open_inventory.title": "Open your inventory", + "tutorial.open_inventory.description": "Press %s", + "tutorial.craft_planks.title": "Craft wooden planks", + "tutorial.craft_planks.description": "The recipe book can help", + "tutorial.socialInteractions.title": "Social Interactions", + "tutorial.socialInteractions.description": "Press %s to open", + "advancements.adventure.adventuring_time.title": "Adventuring Time", + "advancements.adventure.adventuring_time.description": "Discover every biome", + "advancements.adventure.arbalistic.title": "Arbalistic", + "advancements.adventure.arbalistic.description": "Kill five unique mobs with one crossbow shot", + "advancements.adventure.bullseye.title": "Bullseye", + "advancements.adventure.bullseye.description": "Hit the bullseye of a Target block from at least 30 meters away", + "advancements.adventure.hero_of_the_village.title": "Hero of the Village", + "advancements.adventure.hero_of_the_village.description": "Successfully defend a village from a raid", + "advancements.adventure.honey_block_slide.title": "Sticky Situation", + "advancements.adventure.honey_block_slide.description": "Jump into a Honey Block to break your fall", + "advancements.adventure.kill_all_mobs.title": "Monsters Hunted", + "advancements.adventure.kill_all_mobs.description": "Kill one of every hostile monster", + "advancements.adventure.kill_a_mob.title": "Monster Hunter", + "advancements.adventure.kill_a_mob.description": "Kill any hostile monster", + "advancements.adventure.ol_betsy.title": "Ol' Betsy", + "advancements.adventure.ol_betsy.description": "Shoot a crossbow", + "advancements.adventure.root.title": "Adventure", + "advancements.adventure.root.description": "Adventure, exploration and combat", + "advancements.adventure.shoot_arrow.title": "Take Aim", + "advancements.adventure.shoot_arrow.description": "Shoot something with an arrow", + "advancements.adventure.sleep_in_bed.title": "Sweet Dreams", + "advancements.adventure.sleep_in_bed.description": "Sleep in a bed to change your respawn point", + "advancements.adventure.sniper_duel.title": "Sniper Duel", + "advancements.adventure.sniper_duel.description": "Kill a Skeleton from at least 50 meters away", + "advancements.adventure.summon_iron_golem.title": "Hired Help", + "advancements.adventure.summon_iron_golem.description": "Summon an Iron Golem to help defend a village", + "advancements.adventure.totem_of_undying.title": "Postmortal", + "advancements.adventure.totem_of_undying.description": "Use a Totem of Undying to cheat death", + "advancements.adventure.trade.title": "What a Deal!", + "advancements.adventure.trade.description": "Successfully trade with a Villager", + "advancements.adventure.throw_trident.title": "A Throwaway Joke", + "advancements.adventure.throw_trident.description": "Throw a trident at something.\nNote: Throwing away your only weapon is not a good idea.", + "advancements.adventure.two_birds_one_arrow.title": "Two Birds, One Arrow", + "advancements.adventure.two_birds_one_arrow.description": "Kill two Phantoms with a piercing arrow", + "advancements.adventure.very_very_frightening.title": "Very Very Frightening", + "advancements.adventure.very_very_frightening.description": "Strike a Villager with lightning", + "advancements.adventure.voluntary_exile.title": "Voluntary Exile", + "advancements.adventure.voluntary_exile.description": "Kill a raid captain.\nMaybe consider staying away from villages for the time being...", + "advancements.adventure.whos_the_pillager_now.title": "Who's the Pillager Now?", + "advancements.adventure.whos_the_pillager_now.description": "Give a Pillager a taste of their own medicine", + "advancements.husbandry.root.title": "Husbandry", + "advancements.husbandry.root.description": "The world is full of friends and food", + "advancements.husbandry.breed_an_animal.title": "The Parrots and the Bats", + "advancements.husbandry.breed_an_animal.description": "Breed two animals together", + "advancements.husbandry.fishy_business.title": "Fishy Business", + "advancements.husbandry.fishy_business.description": "Catch a fish", + "advancements.husbandry.tactical_fishing.title": "Tactical Fishing", + "advancements.husbandry.tactical_fishing.description": "Catch a fish... without a fishing rod!", + "advancements.husbandry.breed_all_animals.title": "Two by Two", + "advancements.husbandry.breed_all_animals.description": "Breed all the animals!", + "advancements.husbandry.tame_an_animal.title": "Best Friends Forever", + "advancements.husbandry.tame_an_animal.description": "Tame an animal", + "advancements.husbandry.plant_seed.title": "A Seedy Place", + "advancements.husbandry.plant_seed.description": "Plant a seed and watch it grow", + "advancements.husbandry.netherite_hoe.title": "Serious Dedication", + "advancements.husbandry.netherite_hoe.description": "Use a Netherite ingot to upgrade a hoe, and then reevaluate your life choices", + "advancements.husbandry.balanced_diet.title": "A Balanced Diet", + "advancements.husbandry.balanced_diet.description": "Eat everything that is edible, even if it's not good for you", + "advancements.husbandry.complete_catalogue.title": "A Complete Catalogue", + "advancements.husbandry.complete_catalogue.description": "Tame all cat variants!", + "advancements.husbandry.safely_harvest_honey.title": "Bee Our Guest", + "advancements.husbandry.safely_harvest_honey.description": "Use a Campfire to collect Honey from a Beehive using a Bottle without aggravating the bees", + "advancements.husbandry.silk_touch_nest.title": "Total Beelocation", + "advancements.husbandry.silk_touch_nest.description": "Move a Bee Nest, with 3 bees inside, using Silk Touch", + "advancements.end.dragon_breath.title": "You Need a Mint", + "advancements.end.dragon_breath.description": "Collect dragon's breath in a glass bottle", + "advancements.end.dragon_egg.title": "The Next Generation", + "advancements.end.dragon_egg.description": "Hold the Dragon Egg", + "advancements.end.elytra.title": "Sky's the Limit", + "advancements.end.elytra.description": "Find elytra", + "advancements.end.enter_end_gateway.title": "Remote Getaway", + "advancements.end.enter_end_gateway.description": "Escape the island", + "advancements.end.find_end_city.title": "The City at the End of the Game", + "advancements.end.find_end_city.description": "Go on in, what could happen?", + "advancements.end.kill_dragon.title": "Free the End", + "advancements.end.kill_dragon.description": "Good luck", + "advancements.end.levitate.title": "Great View From Up Here", + "advancements.end.levitate.description": "Levitate up 50 blocks from the attacks of a Shulker", + "advancements.end.respawn_dragon.title": "The End... Again...", + "advancements.end.respawn_dragon.description": "Respawn the Ender Dragon", + "advancements.end.root.title": "The End", + "advancements.end.root.description": "Or the beginning?", + "advancements.nether.brew_potion.title": "Local Brewery", + "advancements.nether.brew_potion.description": "Brew a potion", + "advancements.nether.all_potions.title": "A Furious Cocktail", + "advancements.nether.all_potions.description": "Have every potion effect applied at the same time", + "advancements.nether.all_effects.title": "How Did We Get Here?", + "advancements.nether.all_effects.description": "Have every effect applied at the same time", + "advancements.nether.create_beacon.title": "Bring Home the Beacon", + "advancements.nether.create_beacon.description": "Construct and place a beacon", + "advancements.nether.create_full_beacon.title": "Beaconator", + "advancements.nether.create_full_beacon.description": "Bring a beacon to full power", + "advancements.nether.find_fortress.title": "A Terrible Fortress", + "advancements.nether.find_fortress.description": "Break your way into a Nether Fortress", + "advancements.nether.get_wither_skull.title": "Spooky Scary Skeleton", + "advancements.nether.get_wither_skull.description": "Obtain a Wither Skeleton's skull", + "advancements.nether.obtain_blaze_rod.title": "Into Fire", + "advancements.nether.obtain_blaze_rod.description": "Relieve a Blaze of its rod", + "advancements.nether.return_to_sender.title": "Return to Sender", + "advancements.nether.return_to_sender.description": "Destroy a Ghast with a fireball", + "advancements.nether.root.title": "Nether", + "advancements.nether.root.description": "Bring summer clothes", + "advancements.nether.summon_wither.title": "Withering Heights", + "advancements.nether.summon_wither.description": "Summon the Wither", + "advancements.nether.fast_travel.title": "Subspace Bubble", + "advancements.nether.fast_travel.description": "Use the Nether to travel 7 km in the Overworld", + "advancements.nether.uneasy_alliance.title": "Uneasy Alliance", + "advancements.nether.uneasy_alliance.description": "Rescue a Ghast from the Nether, bring it safely home to the Overworld... and then kill it", + "advancements.nether.obtain_ancient_debris.title": "Hidden in the Depths", + "advancements.nether.obtain_ancient_debris.description": "Obtain Ancient Debris", + "advancements.nether.netherite_armor.title": "Cover Me in Debris", + "advancements.nether.netherite_armor.description": "Get a full suit of Netherite armor", + "advancements.nether.use_lodestone.title": "Country Lode, Take Me Home", + "advancements.nether.use_lodestone.description": "Use a compass on a Lodestone", + "advancements.nether.obtain_crying_obsidian.title": "Who is Cutting Onions?", + "advancements.nether.obtain_crying_obsidian.description": "Obtain Crying Obsidian", + "advancements.nether.charge_respawn_anchor.title": "Not Quite \"Nine\" Lives", + "advancements.nether.charge_respawn_anchor.description": "Charge a Respawn Anchor to the maximum", + "advancements.nether.ride_strider.title": "This Boat Has Legs", + "advancements.nether.ride_strider.description": "Ride a Strider with a Warped Fungus on a Stick", + "advancements.nether.explore_nether.title": "Hot Tourist Destinations", + "advancements.nether.explore_nether.description": "Explore all Nether biomes", + "advancements.nether.find_bastion.title": "Those Were the Days", + "advancements.nether.find_bastion.description": "Enter a Bastion Remnant", + "advancements.nether.loot_bastion.title": "War Pigs", + "advancements.nether.loot_bastion.description": "Loot a chest in a Bastion Remnant", + "advancements.nether.distract_piglin.title": "Oh Shiny", + "advancements.nether.distract_piglin.description": "Distract Piglins with gold", + "advancements.story.cure_zombie_villager.title": "Zombie Doctor", + "advancements.story.cure_zombie_villager.description": "Weaken and then cure a Zombie Villager", + "advancements.story.deflect_arrow.title": "Not Today, Thank You", + "advancements.story.deflect_arrow.description": "Deflect a projectile with a shield", + "advancements.story.enchant_item.title": "Enchanter", + "advancements.story.enchant_item.description": "Enchant an item at an Enchanting Table", + "advancements.story.enter_the_end.title": "The End?", + "advancements.story.enter_the_end.description": "Enter the End Portal", + "advancements.story.enter_the_nether.title": "We Need to Go Deeper", + "advancements.story.enter_the_nether.description": "Build, light and enter a Nether Portal", + "advancements.story.follow_ender_eye.title": "Eye Spy", + "advancements.story.follow_ender_eye.description": "Follow an Eye of Ender", + "advancements.story.form_obsidian.title": "Ice Bucket Challenge", + "advancements.story.form_obsidian.description": "Obtain a block of obsidian", + "advancements.story.iron_tools.title": "Isn't It Iron Pick", + "advancements.story.iron_tools.description": "Upgrade your pickaxe", + "advancements.story.lava_bucket.title": "Hot Stuff", + "advancements.story.lava_bucket.description": "Fill a bucket with lava", + "advancements.story.mine_diamond.title": "Diamonds!", + "advancements.story.mine_diamond.description": "Acquire diamonds", + "advancements.story.mine_stone.title": "Stone Age", + "advancements.story.mine_stone.description": "Mine stone with your new pickaxe", + "advancements.story.obtain_armor.title": "Suit Up", + "advancements.story.obtain_armor.description": "Protect yourself with a piece of iron armor", + "advancements.story.root.title": "Minecraft", + "advancements.story.root.description": "The heart and story of the game", + "advancements.story.shiny_gear.title": "Cover Me With Diamonds", + "advancements.story.shiny_gear.description": "Diamond armor saves lives", + "advancements.story.smelt_iron.title": "Acquire Hardware", + "advancements.story.smelt_iron.description": "Smelt an iron ingot", + "advancements.story.upgrade_tools.title": "Getting an Upgrade", + "advancements.story.upgrade_tools.description": "Construct a better pickaxe", + "team.visibility.always": "Always", + "team.visibility.never": "Never", + "team.visibility.hideForOtherTeams": "Hide for other teams", + "team.visibility.hideForOwnTeam": "Hide for own team", + "team.collision.always": "Always", + "team.collision.never": "Never", + "team.collision.pushOtherTeams": "Push other teams", + "team.collision.pushOwnTeam": "Push own team", + "argument.uuid.invalid": "Invalid UUID", + "argument.entity.selector.nearestPlayer": "Nearest player", + "argument.entity.selector.randomPlayer": "Random player", + "argument.entity.selector.allPlayers": "All players", + "argument.entity.selector.allEntities": "All entities", + "argument.entity.selector.self": "Current entity", + "argument.entity.options.name.description": "Entity name", + "argument.entity.options.distance.description": "Distance to entity", + "argument.entity.options.level.description": "Experience level", + "argument.entity.options.x.description": "x position", + "argument.entity.options.y.description": "y position", + "argument.entity.options.z.description": "z position", + "argument.entity.options.dx.description": "Entities between x and x + dx", + "argument.entity.options.dy.description": "Entities between y and y + dy", + "argument.entity.options.dz.description": "Entities between z and z + dz", + "argument.entity.options.x_rotation.description": "Entity's x rotation", + "argument.entity.options.y_rotation.description": "Entity's y rotation", + "argument.entity.options.limit.description": "Maximum number of entities to return", + "argument.entity.options.sort.description": "Sort the entities", + "argument.entity.options.gamemode.description": "Players with gamemode", + "argument.entity.options.team.description": "Entities on team", + "argument.entity.options.type.description": "Entities of type", + "argument.entity.options.tag.description": "Entities with tag", + "argument.entity.options.nbt.description": "Entities with NBT", + "argument.entity.options.scores.description": "Entities with scores", + "argument.entity.options.advancements.description": "Players with advancements", + "argument.entity.options.predicate.description": "Custom predicate", + "command.failed": "An unexpected error occurred trying to execute that command", + "command.context.here": "<--[HERE]", + "command.context.parse_error": "%s at position %s: %s", + "commands.publish.started": "Local game hosted on port %s", + "commands.publish.failed": "Unable to host local game", + "commands.advancement.advancementNotFound": "No advancement was found by the name '%1$s'", + "commands.advancement.criterionNotFound": "The advancement %1$s does not contain the criterion '%2$s'", + "commands.advancement.grant.one.to.one.success": "Granted the advancement %s to %s", + "commands.advancement.grant.one.to.one.failure": "Couldn't grant advancement %s to %s as they already have it", + "commands.advancement.grant.one.to.many.success": "Granted the advancement %s to %s players", + "commands.advancement.grant.one.to.many.failure": "Couldn't grant advancement %s to %s players as they already have it", + "commands.advancement.grant.many.to.one.success": "Granted %s advancements to %s", + "commands.advancement.grant.many.to.one.failure": "Couldn't grant %s advancements to %s as they already have them", + "commands.advancement.grant.many.to.many.success": "Granted %s advancements to %s players", + "commands.advancement.grant.many.to.many.failure": "Couldn't grant %s advancements to %s players as they already have them", + "commands.advancement.grant.criterion.to.one.success": "Granted criterion '%s' of advancement %s to %s", + "commands.advancement.grant.criterion.to.one.failure": "Couldn't grant criterion '%s' of advancement %s to %s as they already have it", + "commands.advancement.grant.criterion.to.many.success": "Granted criterion '%s' of advancement %s to %s players", + "commands.advancement.grant.criterion.to.many.failure": "Couldn't grant criterion '%s' of advancement %s to %s players as they already have it", + "commands.advancement.revoke.one.to.one.success": "Revoked the advancement %s from %s", + "commands.advancement.revoke.one.to.one.failure": "Couldn't revoke advancement %s from %s as they don't have it", + "commands.advancement.revoke.one.to.many.success": "Revoked the advancement %s from %s players", + "commands.advancement.revoke.one.to.many.failure": "Couldn't revoke advancement %s from %s players as they don't have it", + "commands.advancement.revoke.many.to.one.success": "Revoked %s advancements from %s", + "commands.advancement.revoke.many.to.one.failure": "Couldn't revoke %s advancements from %s as they don't have them", + "commands.advancement.revoke.many.to.many.success": "Revoked %s advancements from %s players", + "commands.advancement.revoke.many.to.many.failure": "Couldn't revoke %s advancements from %s players as they don't have them", + "commands.advancement.revoke.criterion.to.one.success": "Revoked criterion '%s' of advancement %s from %s", + "commands.advancement.revoke.criterion.to.one.failure": "Couldn't revoke criterion '%s' of advancement %s from %s as they don't have it", + "commands.advancement.revoke.criterion.to.many.success": "Revoked criterion '%s' of advancement %s from %s players", + "commands.advancement.revoke.criterion.to.many.failure": "Couldn't revoke criterion '%s' of advancement %s from %s players as they don't have it", + "commands.attribute.failed.entity": "%s is not a valid entity for this command", + "commands.attribute.failed.no_attribute": "Entity %s has no attribute %s", + "commands.attribute.failed.no_modifier": "Attribute %s for entity %s has no modifier %s", + "commands.attribute.failed.modifier_already_present": "Modifier %s is already present on attribute %s for entity %s", + "commands.attribute.value.get.success": "Value of attribute %s for entity %s is %s", + "commands.attribute.base_value.get.success": "Base value of attribute %s for entity %s is %s", + "commands.attribute.base_value.set.success": "Base value for attribute %s for entity %s set to %s", + "commands.attribute.modifier.add.success": "Added modifier %s to attribute %s for entity %s", + "commands.attribute.modifier.remove.success": "Removed modifier %s from attribute %s for entity %s", + "commands.attribute.modifier.value.get.success": "Value of modifier %s on attribute %s for entity %s is %s", + "commands.forceload.added.failure": "No chunks were marked for force loading", + "commands.forceload.added.single": "Marked chunk %s in %s to be force loaded", + "commands.forceload.added.multiple": "Marked %s chunks in %s from %s to %s to be force loaded", + "commands.forceload.query.success": "Chunk at %s in %s is marked for force loading", + "commands.forceload.query.failure": "Chunk at %s in %s is not marked for force loading", + "commands.forceload.list.single": "A force loaded chunk was found in %s at: %s", + "commands.forceload.list.multiple": "%s force loaded chunks were found in %s at: %s", + "commands.forceload.added.none": "No force loaded chunks were found in %s", + "commands.forceload.removed.all": "Unmarked all force loaded chunks in %s", + "commands.forceload.removed.failure": "No chunks were removed from force loading", + "commands.forceload.removed.single": "Unmarked chunk %s in %s for force loading", + "commands.forceload.removed.multiple": "Unmarked %s chunks in %s from %s to %s for force loading", + "commands.forceload.toobig": "Too many chunks in the specified area (maximum %s, specified %s)", + "commands.clear.success.single": "Removed %s items from player %s", + "commands.clear.success.multiple": "Removed %s items from %s players", + "commands.clear.test.single": "Found %s matching items on player %s", + "commands.clear.test.multiple": "Found %s matching items on %s players", + "commands.clone.success": "Successfully cloned %s blocks", + "commands.debug.started": "Started debug profiling", + "commands.debug.stopped": "Stopped debug profiling after %s seconds and %s ticks (%s ticks per second)", + "commands.debug.reportSaved": "Created debug report in %s", + "commands.debug.reportFailed": "Failed to create debug report", + "commands.defaultgamemode.success": "The default game mode is now %s", + "commands.difficulty.success": "The difficulty has been set to %s", + "commands.difficulty.query": "The difficulty is %s", + "commands.drop.no_held_items": "Entity can't hold any items", + "commands.drop.no_loot_table": "Entity %s has no loot table", + "commands.drop.success.single": "Dropped %s %s", + "commands.drop.success.single_with_table": "Dropped %s %s from loot table %s", + "commands.drop.success.multiple": "Dropped %s items", + "commands.drop.success.multiple_with_table": "Dropped %s items from loot table %s", + "commands.effect.give.success.single": "Applied effect %s to %s", + "commands.effect.give.success.multiple": "Applied effect %s to %s targets", + "commands.effect.clear.everything.success.single": "Removed every effect from %s", + "commands.effect.clear.everything.success.multiple": "Removed every effect from %s targets", + "commands.effect.clear.specific.success.single": "Removed effect %s from %s", + "commands.effect.clear.specific.success.multiple": "Removed effect %s from %s targets", + "commands.enchant.success.single": "Applied enchantment %s to %s's item", + "commands.enchant.success.multiple": "Applied enchantment %s to %s entities", + "commands.experience.add.points.success.single": "Gave %s experience points to %s", + "commands.experience.add.points.success.multiple": "Gave %s experience points to %s players", + "commands.experience.add.levels.success.single": "Gave %s experience levels to %s", + "commands.experience.add.levels.success.multiple": "Gave %s experience levels to %s players", + "commands.experience.set.points.success.single": "Set %s experience points on %s", + "commands.experience.set.points.success.multiple": "Set %s experience points on %s players", + "commands.experience.set.levels.success.single": "Set %s experience levels on %s", + "commands.experience.set.levels.success.multiple": "Set %s experience levels on %s players", + "commands.experience.query.points": "%s has %s experience points", + "commands.experience.query.levels": "%s has %s experience levels", + "commands.fill.success": "Successfully filled %s blocks", + "commands.function.success.single": "Executed %s commands from function '%s'", + "commands.function.success.multiple": "Executed %s commands from %s functions", + "commands.give.success.single": "Gave %s %s to %s", + "commands.give.success.multiple": "Gave %s %s to %s players", + "commands.playsound.success.single": "Played sound %s to %s", + "commands.playsound.success.multiple": "Played sound %s to %s players", + "commands.publish.success": "Multiplayer game is now hosted on port %s", + "commands.list.players": "There are %s of a max of %s players online: %s", + "commands.list.nameAndId": "%s (%s)", + "commands.kill.success.single": "Killed %s", + "commands.kill.success.multiple": "Killed %s entities", + "commands.kick.success": "Kicked %s: %s", + "commands.locate.success": "The nearest %s is at %s (%s blocks away)", + "commands.locatebiome.success": "The nearest %s is at %s (%s blocks away)", + "commands.message.display.outgoing": "You whisper to %s: %s", + "commands.message.display.incoming": "%s whispers to you: %s", + "commands.op.success": "Made %s a server operator", + "commands.deop.success": "Made %s no longer a server operator", + "commands.ban.success": "Banned %s: %s", + "commands.pardon.success": "Unbanned %s", + "commands.particle.success": "Displaying particle %s", + "commands.seed.success": "Seed: %s", + "commands.stop.stopping": "Stopping the server", + "commands.time.query": "The time is %s", + "commands.time.set": "Set the time to %s", + "commands.schedule.created.function": "Scheduled function '%s' in %s ticks at gametime %s", + "commands.schedule.created.tag": "Scheduled tag '%s' in %s ticks at gametime %s", + "commands.schedule.cleared.success": "Removed %s schedules with id %s", + "commands.schedule.cleared.failure": "No schedules with id %s", + "commands.schedule.same_tick": "Can't schedule for current tick", + "commands.gamemode.success.self": "Set own game mode to %s", + "commands.gamemode.success.other": "Set %s's game mode to %s", + "commands.gamerule.query": "Gamerule %s is currently set to: %s", + "commands.gamerule.set": "Gamerule %s is now set to: %s", + "commands.save.disabled": "Automatic saving is now disabled", + "commands.save.enabled": "Automatic saving is now enabled", + "commands.save.saving": "Saving the game (this may take a moment!)", + "commands.save.success": "Saved the game", + "commands.setidletimeout.success": "The player idle timeout is now %s minutes", + "commands.banlist.none": "There are no bans", + "commands.banlist.list": "There are %s bans:", + "commands.banlist.entry": "%s was banned by %s: %s", + "commands.bossbar.create.success": "Created custom bossbar %s", + "commands.bossbar.remove.success": "Removed custom bossbar %s", + "commands.bossbar.list.bars.none": "There are no custom bossbars active", + "commands.bossbar.list.bars.some": "There are %s custom bossbars active: %s", + "commands.bossbar.set.players.success.none": "Custom bossbar %s no longer has any players", + "commands.bossbar.set.players.success.some": "Custom bossbar %s now has %s players: %s", + "commands.bossbar.set.name.success": "Custom bossbar %s has been renamed", + "commands.bossbar.set.color.success": "Custom bossbar %s has changed color", + "commands.bossbar.set.style.success": "Custom bossbar %s has changed style", + "commands.bossbar.set.value.success": "Custom bossbar %s has changed value to %s", + "commands.bossbar.set.max.success": "Custom bossbar %s has changed maximum to %s", + "commands.bossbar.set.visible.success.visible": "Custom bossbar %s is now visible", + "commands.bossbar.set.visible.success.hidden": "Custom bossbar %s is now hidden", + "commands.bossbar.get.value": "Custom bossbar %s has a value of %s", + "commands.bossbar.get.max": "Custom bossbar %s has a maximum of %s", + "commands.bossbar.get.visible.visible": "Custom bossbar %s is currently shown", + "commands.bossbar.get.visible.hidden": "Custom bossbar %s is currently hidden", + "commands.bossbar.get.players.none": "Custom bossbar %s has no players currently online", + "commands.bossbar.get.players.some": "Custom bossbar %s has %s players currently online: %s", + "commands.recipe.give.success.single": "Unlocked %s recipes for %s", + "commands.recipe.give.success.multiple": "Unlocked %s recipes for %s players", + "commands.recipe.take.success.single": "Took %s recipes from %s", + "commands.recipe.take.success.multiple": "Took %s recipes from %s players", + "commands.summon.success": "Summoned new %s", + "commands.whitelist.enabled": "Whitelist is now turned on", + "commands.whitelist.disabled": "Whitelist is now turned off", + "commands.whitelist.none": "There are no whitelisted players", + "commands.whitelist.list": "There are %s whitelisted players: %s", + "commands.whitelist.add.success": "Added %s to the whitelist", + "commands.whitelist.remove.success": "Removed %s from the whitelist", + "commands.whitelist.reloaded": "Reloaded the whitelist", + "commands.weather.set.clear": "Set the weather to clear", + "commands.weather.set.rain": "Set the weather to rain", + "commands.weather.set.thunder": "Set the weather to rain & thunder", + "commands.spawnpoint.success.single": "Set spawn point to %s, %s, %s [%s] in %s for %s", + "commands.spawnpoint.success.multiple": "Set spawn point to %s, %s, %s [%s] in %s for %s players", + "commands.stopsound.success.source.sound": "Stopped sound '%s' on source '%s'", + "commands.stopsound.success.source.any": "Stopped all '%s' sounds", + "commands.stopsound.success.sourceless.sound": "Stopped sound '%s'", + "commands.stopsound.success.sourceless.any": "Stopped all sounds", + "commands.setworldspawn.success": "Set the world spawn point to %s, %s, %s [%s]", + "commands.spreadplayers.success.teams": "Spread %s teams around %s, %s with an average distance of %s blocks apart", + "commands.spreadplayers.success.entities": "Spread %s players around %s, %s with an average distance of %s blocks apart", + "commands.setblock.success": "Changed the block at %s, %s, %s", + "commands.banip.success": "Banned IP %s: %s", + "commands.banip.info": "This ban affects %s players: %s", + "commands.pardonip.success": "Unbanned IP %s", + "commands.teleport.success.entity.single": "Teleported %s to %s", + "commands.teleport.success.entity.multiple": "Teleported %s entities to %s", + "commands.teleport.success.location.single": "Teleported %s to %s, %s, %s", + "commands.teleport.success.location.multiple": "Teleported %s entities to %s, %s, %s", + "commands.teleport.invalidPosition": "Invalid position for teleport", + "commands.title.cleared.single": "Cleared titles for %s", + "commands.title.cleared.multiple": "Cleared titles for %s players", + "commands.title.reset.single": "Reset title options for %s", + "commands.title.reset.multiple": "Reset title options for %s players", + "commands.title.show.title.single": "Showing new title for %s", + "commands.title.show.title.multiple": "Showing new title for %s players", + "commands.title.show.subtitle.single": "Showing new subtitle for %s", + "commands.title.show.subtitle.multiple": "Showing new subtitle for %s players", + "commands.title.show.actionbar.single": "Showing new actionbar title for %s", + "commands.title.show.actionbar.multiple": "Showing new actionbar title for %s players", + "commands.title.times.single": "Changed title display times for %s", + "commands.title.times.multiple": "Changed title display times for %s players", + "commands.worldborder.set.grow": "Growing the world border to %s blocks wide over %s seconds", + "commands.worldborder.set.shrink": "Shrinking the world border to %s blocks wide over %s seconds", + "commands.worldborder.set.immediate": "Set the world border to %s blocks wide", + "commands.worldborder.center.success": "Set the center of the world border to %s, %s", + "commands.worldborder.get": "The world border is currently %s blocks wide", + "commands.worldborder.damage.buffer.success": "Set the world border damage buffer to %s blocks", + "commands.worldborder.damage.amount.success": "Set the world border damage to %s per block each second", + "commands.worldborder.warning.time.success": "Set the world border warning time to %s seconds", + "commands.worldborder.warning.distance.success": "Set the world border warning distance to %s blocks", + "commands.replaceitem.block.success": "Replaced a slot at %s, %s, %s with %s", + "commands.replaceitem.entity.success.single": "Replaced a slot on %s with %s", + "commands.replaceitem.entity.success.multiple": "Replaced a slot on %s entities with %s", + "commands.tag.add.success.single": "Added tag '%s' to %s", + "commands.tag.add.success.multiple": "Added tag '%s' to %s entities", + "commands.tag.remove.success.single": "Removed tag '%s' from %s", + "commands.tag.remove.success.multiple": "Removed tag '%s' from %s entities", + "commands.tag.list.single.empty": "%s has no tags", + "commands.tag.list.single.success": "%s has %s tags: %s", + "commands.tag.list.multiple.empty": "There are no tags on the %s entities", + "commands.tag.list.multiple.success": "The %s entities have %s total tags: %s", + "commands.team.list.members.empty": "There are no members on team %s", + "commands.team.list.members.success": "Team %s has %s members: %s", + "commands.team.list.teams.empty": "There are no teams", + "commands.team.list.teams.success": "There are %s teams: %s", + "commands.team.add.success": "Created team %s", + "commands.team.remove.success": "Removed team %s", + "commands.team.empty.success": "Removed %s members from team %s", + "commands.team.option.color.success": "Updated the color for team %s to %s", + "commands.team.option.name.success": "Updated the name of team %s", + "commands.team.option.friendlyfire.enabled": "Enabled friendly fire for team %s", + "commands.team.option.friendlyfire.disabled": "Disabled friendly fire for team %s", + "commands.team.option.seeFriendlyInvisibles.enabled": "Team %s can now see invisible teammates", + "commands.team.option.seeFriendlyInvisibles.disabled": "Team %s can no longer see invisible teammates", + "commands.team.option.nametagVisibility.success": "Nametag visibility for team %s is now \"%s\"", + "commands.team.option.deathMessageVisibility.success": "Death message visibility for team %s is now \"%s\"", + "commands.team.option.collisionRule.success": "Collision rule for team %s is now \"%s\"", + "commands.team.option.prefix.success": "Team prefix set to %s", + "commands.team.option.suffix.success": "Team suffix set to %s", + "commands.team.join.success.single": "Added %s to team %s", + "commands.team.join.success.multiple": "Added %s members to team %s", + "commands.team.leave.success.single": "Removed %s from any team", + "commands.team.leave.success.multiple": "Removed %s members from any team", + "commands.trigger.simple.success": "Triggered %s", + "commands.trigger.add.success": "Triggered %s (added %s to value)", + "commands.trigger.set.success": "Triggered %s (set value to %s)", + "commands.scoreboard.objectives.list.empty": "There are no objectives", + "commands.scoreboard.objectives.list.success": "There are %s objectives: %s", + "commands.scoreboard.objectives.add.success": "Created new objective %s", + "commands.scoreboard.objectives.remove.success": "Removed objective %s", + "commands.scoreboard.objectives.display.cleared": "Cleared any objectives in display slot %s", + "commands.scoreboard.objectives.display.set": "Set display slot %s to show objective %s", + "commands.scoreboard.objectives.modify.displayname": "Changed the display name of %s to %s", + "commands.scoreboard.objectives.modify.rendertype": "Changed the render type of objective %s", + "commands.scoreboard.players.list.empty": "There are no tracked entities", + "commands.scoreboard.players.list.success": "There are %s tracked entities: %s", + "commands.scoreboard.players.list.entity.empty": "%s has no scores to show", + "commands.scoreboard.players.list.entity.success": "%s has %s scores:", + "commands.scoreboard.players.list.entity.entry": "%s: %s", + "commands.scoreboard.players.set.success.single": "Set %s for %s to %s", + "commands.scoreboard.players.set.success.multiple": "Set %s for %s entities to %s", + "commands.scoreboard.players.add.success.single": "Added %s to %s for %s (now %s)", + "commands.scoreboard.players.add.success.multiple": "Added %s to %s for %s entities", + "commands.scoreboard.players.remove.success.single": "Removed %s from %s for %s (now %s)", + "commands.scoreboard.players.remove.success.multiple": "Removed %s from %s for %s entities", + "commands.scoreboard.players.reset.all.single": "Reset all scores for %s", + "commands.scoreboard.players.reset.all.multiple": "Reset all scores for %s entities", + "commands.scoreboard.players.reset.specific.single": "Reset %s for %s", + "commands.scoreboard.players.reset.specific.multiple": "Reset %s for %s entities", + "commands.scoreboard.players.enable.success.single": "Enabled trigger %s for %s", + "commands.scoreboard.players.enable.success.multiple": "Enabled trigger %s for %s entities", + "commands.scoreboard.players.operation.success.single": "Set %s for %s to %s", + "commands.scoreboard.players.operation.success.multiple": "Updated %s for %s entities", + "commands.scoreboard.players.get.success": "%s has %s %s", + "commands.reload.success": "Reloading!", + "commands.reload.failure": "Reload failed; keeping old data", + "commands.data.entity.modified": "Modified entity data of %s", + "commands.data.entity.query": "%s has the following entity data: %s", + "commands.data.entity.get": "%s on %s after scale factor of %s is %s", + "commands.data.block.modified": "Modified block data of %s, %s, %s", + "commands.data.block.query": "%s, %s, %s has the following block data: %s", + "commands.data.block.get": "%s on block %s, %s, %s after scale factor of %s is %s", + "commands.data.storage.modified": "Modified storage %s", + "commands.data.storage.query": "Storage %s has the following contents: %s", + "commands.data.storage.get": "%s in storage %s after scale factor of %s is %s", + "commands.datapack.list.enabled.success": "There are %s data packs enabled: %s", + "commands.datapack.list.enabled.none": "There are no data packs enabled", + "commands.datapack.list.available.success": "There are %s data packs available: %s", + "commands.datapack.list.available.none": "There are no more data packs available", + "commands.datapack.modify.enable": "Enabling data pack %s", + "commands.datapack.modify.disable": "Disabling data pack %s", + "commands.spectate.success.stopped": "No longer spectating an entity", + "commands.spectate.success.started": "Now spectating %s", + "commands.spectate.not_spectator": "%s is not in spectator mode", + "commands.spectate.self": "Cannot spectate yourself", + "argument.range.empty": "Expected value or range of values", + "argument.range.ints": "Only whole numbers allowed, not decimals", + "argument.range.swapped": "Min cannot be bigger than max", + "permissions.requires.player": "A player is required to run this command here", + "permissions.requires.entity": "An entity is required to run this command here", + "argument.angle.incomplete": "Incomplete (expected 1 angle)", + "argument.entity.toomany": "Only one entity is allowed, but the provided selector allows more than one", + "argument.player.toomany": "Only one player is allowed, but the provided selector allows more than one", + "argument.player.entities": "Only players may be affected by this command, but the provided selector includes entities", + "argument.entity.notfound.entity": "No entity was found", + "argument.entity.notfound.player": "No player was found", + "argument.player.unknown": "That player does not exist", + "arguments.nbtpath.node.invalid": "Invalid NBT path element", + "arguments.nbtpath.nothing_found": "Found no elements matching %s", + "arguments.operation.invalid": "Invalid operation", + "arguments.operation.div0": "Cannot divide by zero", + "argument.scoreHolder.empty": "No relevant score holders could be found", + "argument.block.tag.disallowed": "Tags aren't allowed here, only actual blocks", + "argument.block.property.unclosed": "Expected closing ] for block state properties", + "argument.pos.unloaded": "That position is not loaded", + "argument.pos.outofworld": "That position is out of this world!", + "argument.rotation.incomplete": "Incomplete (expected 2 coordinates)", + "arguments.swizzle.invalid": "Invalid swizzle, expected combination of 'x', 'y' and 'z'", + "argument.pos2d.incomplete": "Incomplete (expected 2 coordinates)", + "argument.pos3d.incomplete": "Incomplete (expected 3 coordinates)", + "argument.pos.mixed": "Cannot mix world & local coordinates (everything must either use ^ or not)", + "argument.pos.missing.double": "Expected a coordinate", + "argument.pos.missing.int": "Expected a block position", + "argument.item.tag.disallowed": "Tags aren't allowed here, only actual items", + "argument.entity.invalid": "Invalid name or UUID", + "argument.entity.selector.missing": "Missing selector type", + "argument.entity.selector.not_allowed": "Selector not allowed", + "argument.entity.options.unterminated": "Expected end of options", + "argument.entity.options.distance.negative": "Distance cannot be negative", + "argument.entity.options.level.negative": "Level shouldn't be negative", + "argument.entity.options.limit.toosmall": "Limit must be at least 1", + "argument.nbt.trailing": "Unexpected trailing data", + "argument.nbt.expected.key": "Expected key", + "argument.nbt.expected.value": "Expected value", + "argument.id.invalid": "Invalid ID", + "argument.time.invalid_unit": "Invalid unit", + "argument.time.invalid_tick_count": "Tick count must be non-negative", + "commands.banip.invalid": "Invalid IP address or unknown player", + "commands.banip.failed": "Nothing changed. That IP is already banned", + "commands.ban.failed": "Nothing changed. The player is already banned", + "commands.bossbar.set.players.unchanged": "Nothing changed. Those players are already on the bossbar with nobody to add or remove", + "commands.bossbar.set.name.unchanged": "Nothing changed. That's already the name of this bossbar", + "commands.bossbar.set.color.unchanged": "Nothing changed. That's already the color of this bossbar", + "commands.bossbar.set.style.unchanged": "Nothing changed. That's already the style of this bossbar", + "commands.bossbar.set.value.unchanged": "Nothing changed. That's already the value of this bossbar", + "commands.bossbar.set.max.unchanged": "Nothing changed. That's already the max of this bossbar", + "commands.bossbar.set.visibility.unchanged.hidden": "Nothing changed. The bossbar is already hidden", + "commands.bossbar.set.visibility.unchanged.visible": "Nothing changed. The bossbar is already visible", + "commands.clone.overlap": "The source and destination areas cannot overlap", + "commands.clone.failed": "No blocks were cloned", + "commands.debug.notRunning": "The debug profiler hasn't started", + "commands.debug.alreadyRunning": "The debug profiler is already started", + "commands.deop.failed": "Nothing changed. The player is not an operator", + "commands.effect.give.failed": "Unable to apply this effect (target is either immune to effects, or has something stronger)", + "commands.effect.clear.everything.failed": "Target has no effects to remove", + "commands.effect.clear.specific.failed": "Target doesn't have the requested effect", + "commands.enchant.failed": "Nothing changed. Targets either have no item in their hands or the enchantment could not be applied", + "commands.experience.set.points.invalid": "Cannot set experience points above the maximum points for the player's current level", + "commands.fill.failed": "No blocks were filled", + "commands.help.failed": "Unknown command or insufficient permissions", + "commands.locate.failed": "Could not find that structure nearby", + "commands.locatebiome.notFound": "Could not find a biome of type \"%s\" within reasonable distance", + "commands.locatebiome.invalid": "There is no biome with type \"%s\"", + "commands.op.failed": "Nothing changed. The player already is an operator", + "commands.pardon.failed": "Nothing changed. The player isn't banned", + "commands.pardonip.invalid": "Invalid IP address", + "commands.pardonip.failed": "Nothing changed. That IP isn't banned", + "commands.particle.failed": "The particle was not visible for anybody", + "commands.playsound.failed": "The sound is too far away to be heard", + "commands.recipe.give.failed": "No new recipes were learned", + "commands.recipe.take.failed": "No recipes could be forgotten", + "commands.replaceitem.block.failed": "The target block is not a container", + "commands.replaceitem.slot.inapplicable": "The target does not have slot %s", + "commands.replaceitem.entity.failed": "Could not put %s in slot %s", + "commands.save.failed": "Unable to save the game (is there enough disk space?)", + "commands.save.alreadyOff": "Saving is already turned off", + "commands.save.alreadyOn": "Saving is already turned on", + "commands.scoreboard.objectives.add.duplicate": "An objective already exists by that name", + "commands.scoreboard.objectives.display.alreadyEmpty": "Nothing changed. That display slot is already empty", + "commands.scoreboard.objectives.display.alreadySet": "Nothing changed. That display slot is already showing that objective", + "commands.scoreboard.players.enable.failed": "Nothing changed. That trigger is already enabled", + "commands.scoreboard.players.enable.invalid": "Enable only works on trigger-objectives", + "commands.setblock.failed": "Could not set the block", + "commands.summon.failed": "Unable to summon entity", + "commands.summon.failed.uuid": "Unable to summon entity due to duplicate UUIDs", + "commands.summon.invalidPosition": "Invalid position for summon", + "commands.tag.add.failed": "Target either already has the tag or has too many tags", + "commands.tag.remove.failed": "Target does not have this tag", + "commands.team.add.duplicate": "A team already exists by that name", + "commands.team.empty.unchanged": "Nothing changed. That team is already empty", + "commands.team.option.color.unchanged": "Nothing changed. That team already has that color", + "commands.team.option.name.unchanged": "Nothing changed. That team already has that name", + "commands.team.option.friendlyfire.alreadyEnabled": "Nothing changed. Friendly fire is already enabled for that team", + "commands.team.option.friendlyfire.alreadyDisabled": "Nothing changed. Friendly fire is already disabled for that team", + "commands.team.option.seeFriendlyInvisibles.alreadyEnabled": "Nothing changed. That team can already see invisible teammates", + "commands.team.option.seeFriendlyInvisibles.alreadyDisabled": "Nothing changed. That team already can't see invisible teammates", + "commands.team.option.nametagVisibility.unchanged": "Nothing changed. Nametag visibility is already that value", + "commands.team.option.deathMessageVisibility.unchanged": "Nothing changed. Death message visibility is already that value", + "commands.team.option.collisionRule.unchanged": "Nothing changed. Collision rule is already that value", + "commands.trigger.failed.unprimed": "You cannot trigger this objective yet", + "commands.trigger.failed.invalid": "You can only trigger objectives that are 'trigger' type", + "commands.whitelist.alreadyOn": "Whitelist is already turned on", + "commands.whitelist.alreadyOff": "Whitelist is already turned off", + "commands.whitelist.add.failed": "Player is already whitelisted", + "commands.whitelist.remove.failed": "Player is not whitelisted", + "commands.worldborder.center.failed": "Nothing changed. The world border is already centered there", + "commands.worldborder.set.failed.nochange": "Nothing changed. The world border is already that size", + "commands.worldborder.set.failed.small.": "World border cannot be smaller than 1 block wide", + "commands.worldborder.set.failed.big.": "World border cannot be bigger than 60,000,000 blocks wide", + "commands.worldborder.warning.time.failed": "Nothing changed. The world border warning is already that amount of time", + "commands.worldborder.warning.distance.failed": "Nothing changed. The world border warning is already that distance", + "commands.worldborder.damage.buffer.failed": "Nothing changed. The world border damage buffer is already that distance", + "commands.worldborder.damage.amount.failed": "Nothing changed. The world border damage is already that amount", + "commands.data.block.invalid": "The target block is not a block entity", + "commands.data.merge.failed": "Nothing changed. The specified properties already have these values", + "commands.data.modify.expected_list": "Expected list, got: %s", + "commands.data.modify.expected_object": "Expected object, got: %s", + "commands.data.modify.invalid_index": "Invalid list index: %s", + "commands.data.get.multiple": "This argument accepts a single NBT value", + "commands.data.entity.invalid": "Unable to modify player data", + "commands.teammsg.failed.noteam": "You must be on a team to message your team", + "argument.color.invalid": "Unknown color '%s'", + "argument.dimension.invalid": "Unknown dimension '%s'", + "argument.component.invalid": "Invalid chat component: %s", + "argument.anchor.invalid": "Invalid entity anchor position %s", + "enchantment.unknown": "Unknown enchantment: %s", + "lectern.take_book": "Take Book", + "effect.effectNotFound": "Unknown effect: %s", + "arguments.objective.notFound": "Unknown scoreboard objective '%s'", + "arguments.objective.readonly": "Scoreboard objective '%s' is read-only", + "commands.scoreboard.objectives.add.longName": "Objective names cannot be longer than %s characters", + "argument.criteria.invalid": "Unknown criterion '%s'", + "particle.notFound": "Unknown particle: %s", + "argument.id.unknown": "Unknown ID: %s", + "advancement.advancementNotFound": "Unknown advancement: %s", + "recipe.notFound": "Unknown recipe: %s", + "entity.notFound": "Unknown entity: %s", + "predicate.unknown": "Unknown predicate: %s", + "argument.scoreboardDisplaySlot.invalid": "Unknown display slot '%s'", + "slot.unknown": "Unknown slot '%s'", + "team.notFound": "Unknown team '%s'", + "arguments.block.tag.unknown": "Unknown block tag '%s'", + "argument.block.id.invalid": "Unknown block type '%s'", + "argument.block.property.unknown": "Block %s does not have property '%s'", + "argument.block.property.duplicate": "Property '%s' can only be set once for block %s", + "argument.block.property.invalid": "Block %s does not accept '%s' for %s property", + "argument.block.property.novalue": "Expected value for property '%s' on block %s", + "arguments.function.tag.unknown": "Unknown function tag '%s'", + "arguments.function.unknown": "Unknown function %s", + "arguments.item.overstacked": "%s can only stack up to %s", + "argument.item.id.invalid": "Unknown item '%s'", + "arguments.item.tag.unknown": "Unknown item tag '%s'", + "argument.entity.selector.unknown": "Unknown selector type '%s'", + "argument.entity.options.valueless": "Expected value for option '%s'", + "argument.entity.options.unknown": "Unknown option '%s'", + "argument.entity.options.inapplicable": "Option '%s' isn't applicable here", + "argument.entity.options.sort.irreversible": "Invalid or unknown sort type '%s'", + "argument.entity.options.mode.invalid": "Invalid or unknown game mode '%s'", + "argument.entity.options.type.invalid": "Invalid or unknown entity type '%s'", + "argument.nbt.list.mixed": "Can't insert %s into list of %s", + "argument.nbt.array.mixed": "Can't insert %s into %s", + "argument.nbt.array.invalid": "Invalid array type '%s'", + "commands.bossbar.create.failed": "A bossbar already exists with the ID '%s'", + "commands.bossbar.unknown": "No bossbar exists with the ID '%s'", + "clear.failed.single": "No items were found on player %s", + "clear.failed.multiple": "No items were found on %s players", + "commands.clone.toobig": "Too many blocks in the specified area (maximum %s, specified %s)", + "commands.datapack.unknown": "Unknown data pack '%s'", + "commands.datapack.enable.failed": "Pack '%s' is already enabled!", + "commands.datapack.disable.failed": "Pack '%s' is not enabled!", + "commands.difficulty.failure": "The difficulty did not change; it is already set to %s", + "commands.enchant.failed.entity": "%s is not a valid entity for this command", + "commands.enchant.failed.itemless": "%s is not holding any item", + "commands.enchant.failed.incompatible": "%s cannot support that enchantment", + "commands.enchant.failed.level": "%s is higher than the maximum level of %s supported by that enchantment", + "commands.execute.blocks.toobig": "Too many blocks in the specified area (maximum %s, specified %s)", + "commands.execute.conditional.pass": "Test passed", + "commands.execute.conditional.pass_count": "Test passed, count: %s", + "commands.execute.conditional.fail": "Test failed", + "commands.execute.conditional.fail_count": "Test failed, count: %s", + "commands.fill.toobig": "Too many blocks in the specified area (maximum %s, specified %s)", + "commands.publish.alreadyPublished": "Multiplayer game is already hosted on port %s", + "commands.scoreboard.players.get.null": "Can't get value of %s for %s; none is set", + "commands.spreadplayers.failed.teams": "Could not spread %s teams around %s, %s (too many entities for space - try using spread of at most %s)", + "commands.spreadplayers.failed.entities": "Could not spread %s entities around %s, %s (too many entities for space - try using spread of at most %s)", + "commands.team.add.longName": "Team names cannot be longer than %s characters", + "commands.data.get.invalid": "Can't get %s; only numeric tags are allowed", + "commands.data.get.unknown": "Can't get %s; tag doesn't exist", + "argument.double.low": "Double must not be less than %s, found %s", + "argument.double.big": "Double must not be more than %s, found %s", + "argument.float.low": "Float must not be less than %s, found %s", + "argument.float.big": "Float must not be more than %s, found %s", + "argument.integer.low": "Integer must not be less than %s, found %s", + "argument.integer.big": "Integer must not be more than %s, found %s", + "argument.long.low": "Long must not be less than %s, found %s", + "argument.long.big": "Long must not be more than %s, found %s", + "argument.literal.incorrect": "Expected literal %s", + "parsing.quote.expected.start": "Expected quote to start a string", + "parsing.quote.expected.end": "Unclosed quoted string", + "parsing.quote.escape": "Invalid escape sequence '\\%s' in quoted string", + "parsing.bool.invalid": "Invalid boolean, expected 'true' or 'false' but found '%s'", + "parsing.int.invalid": "Invalid integer '%s'", + "parsing.int.expected": "Expected integer", + "parsing.long.invalid": "Invalid long '%s'", + "parsing.long.expected": "Expected long", + "command.exception": "Could not parse command: %s", + "parsing.double.invalid": "Invalid double '%s'", + "parsing.double.expected": "Expected double", + "parsing.float.invalid": "Invalid float '%s'", + "parsing.float.expected": "Expected float", + "parsing.bool.expected": "Expected boolean", + "parsing.expected": "Expected '%s'", + "command.unknown.command": "Unknown or incomplete command, see below for error", + "command.unknown.argument": "Incorrect argument for command", + "command.expected.separator": "Expected whitespace to end one argument, but found trailing data", + "biome.minecraft.beach": "Beach", + "biome.minecraft.birch_forest": "Birch Forest", + "biome.minecraft.birch_forest_hills": "Birch Forest Hills", + "biome.minecraft.snowy_beach": "Snowy Beach", + "biome.minecraft.cold_ocean": "Cold Ocean", + "biome.minecraft.deep_cold_ocean": "Deep Cold Ocean", + "biome.minecraft.deep_frozen_ocean": "Deep Frozen Ocean", + "biome.minecraft.deep_lukewarm_ocean": "Deep Lukewarm Ocean", + "biome.minecraft.deep_ocean": "Deep Ocean", + "biome.minecraft.deep_warm_ocean": "Deep Warm Ocean", + "biome.minecraft.desert": "Desert", + "biome.minecraft.desert_hills": "Desert Hills", + "biome.minecraft.mountains": "Mountains", + "biome.minecraft.wooded_mountains": "Wooded Mountains", + "biome.minecraft.forest": "Forest", + "biome.minecraft.wooded_hills": "Wooded Hills", + "biome.minecraft.frozen_ocean": "Frozen Ocean", + "biome.minecraft.frozen_river": "Frozen River", + "biome.minecraft.nether_wastes": "Nether Wastes", + "biome.minecraft.snowy_tundra": "Snowy Tundra", + "biome.minecraft.snowy_mountains": "Snowy Mountains", + "biome.minecraft.jungle_edge": "Jungle Edge", + "biome.minecraft.jungle_hills": "Jungle Hills", + "biome.minecraft.jungle": "Jungle", + "biome.minecraft.lukewarm_ocean": "Lukewarm Ocean", + "biome.minecraft.badlands_plateau": "Badlands Plateau", + "biome.minecraft.badlands": "Badlands", + "biome.minecraft.wooded_badlands_plateau": "Wooded Badlands Plateau", + "biome.minecraft.mushroom_fields": "Mushroom Fields", + "biome.minecraft.mushroom_field_shore": "Mushroom Field Shore", + "biome.minecraft.tall_birch_hills": "Tall Birch Hills", + "biome.minecraft.tall_birch_forest": "Tall Birch Forest", + "biome.minecraft.desert_lakes": "Desert Lakes", + "biome.minecraft.gravelly_mountains": "Gravelly Mountains", + "biome.minecraft.modified_gravelly_mountains": "Gravelly Mountains+", + "biome.minecraft.flower_forest": "Flower Forest", + "biome.minecraft.ice_spikes": "Ice Spikes", + "biome.minecraft.modified_jungle_edge": "Modified Jungle Edge", + "biome.minecraft.modified_jungle": "Modified Jungle", + "biome.minecraft.modified_badlands_plateau": "Modified Badlands Plateau", + "biome.minecraft.eroded_badlands": "Eroded Badlands", + "biome.minecraft.modified_wooded_badlands_plateau": "Modified Wooded Badlands Plateau", + "biome.minecraft.sunflower_plains": "Sunflower Plains", + "biome.minecraft.giant_spruce_taiga_hills": "Giant Spruce Taiga Hills", + "biome.minecraft.giant_spruce_taiga": "Giant Spruce Taiga", + "biome.minecraft.dark_forest_hills": "Dark Forest Hills", + "biome.minecraft.shattered_savanna": "Shattered Savanna", + "biome.minecraft.shattered_savanna_plateau": "Shattered Savanna Plateau", + "biome.minecraft.swamp_hills": "Swamp Hills", + "biome.minecraft.snowy_taiga_mountains": "Snowy Taiga Mountains", + "biome.minecraft.taiga_mountains": "Taiga Mountains", + "biome.minecraft.ocean": "Ocean", + "biome.minecraft.plains": "Plains", + "biome.minecraft.giant_tree_taiga_hills": "Giant Tree Taiga Hills", + "biome.minecraft.giant_tree_taiga": "Giant Tree Taiga", + "biome.minecraft.river": "River", + "biome.minecraft.dark_forest": "Dark Forest", + "biome.minecraft.savanna_plateau": "Savanna Plateau", + "biome.minecraft.savanna": "Savanna", + "biome.minecraft.end_barrens": "End Barrens", + "biome.minecraft.end_highlands": "End Highlands", + "biome.minecraft.small_end_islands": "Small End Islands", + "biome.minecraft.end_midlands": "End Midlands", + "biome.minecraft.the_end": "The End", + "biome.minecraft.mountain_edge": "Mountain Edge", + "biome.minecraft.stone_shore": "Stone Shore", + "biome.minecraft.swamp": "Swamp", + "biome.minecraft.snowy_taiga": "Snowy Taiga", + "biome.minecraft.snowy_taiga_hills": "Snowy Taiga Hills", + "biome.minecraft.taiga_hills": "Taiga Hills", + "biome.minecraft.taiga": "Taiga", + "biome.minecraft.the_void": "The Void", + "biome.minecraft.warm_ocean": "Warm Ocean", + "biome.minecraft.bamboo_jungle": "Bamboo Jungle", + "biome.minecraft.bamboo_jungle_hills": "Bamboo Jungle Hills", + "biome.minecraft.soul_sand_valley": "Soul Sand Valley", + "biome.minecraft.warped_forest": "Warped Forest", + "biome.minecraft.crimson_forest": "Crimson Forest", + "biome.minecraft.basalt_deltas": "Basalt Deltas", + "realms.missing.module.error.text": "Realms could not be opened right now, please try again later", + "realms.missing.snapshot.error.text": "Realms is currently not supported in snapshots", + "color.minecraft.white": "White", + "color.minecraft.orange": "Orange", + "color.minecraft.magenta": "Magenta", + "color.minecraft.light_blue": "Light Blue", + "color.minecraft.yellow": "Yellow", + "color.minecraft.lime": "Lime", + "color.minecraft.pink": "Pink", + "color.minecraft.gray": "Gray", + "color.minecraft.light_gray": "Light Gray", + "color.minecraft.cyan": "Cyan", + "color.minecraft.purple": "Purple", + "color.minecraft.blue": "Blue", + "color.minecraft.brown": "Brown", + "color.minecraft.green": "Green", + "color.minecraft.red": "Red", + "color.minecraft.black": "Black", + "title.singleplayer": "Singleplayer", + "title.multiplayer.realms": "Multiplayer (Realms)", + "title.multiplayer.lan": "Multiplayer (LAN)", + "title.multiplayer.other": "Multiplayer (3rd-party Server)", + "gamerule.announceAdvancements": "Announce advancements", + "gamerule.commandBlockOutput": "Broadcast command block output", + "gamerule.disableElytraMovementCheck": "Disable elytra movement check", + "gamerule.disableRaids": "Disable raids", + "gamerule.doDaylightCycle": "Advance time of day", + "gamerule.doEntityDrops": "Drop entity equipment", + "gamerule.doEntityDrops.description": "Controls drops from minecarts (including inventories), item frames, boats, etc.", + "gamerule.doFireTick": "Update fire", + "gamerule.doImmediateRespawn": "Respawn immediately", + "gamerule.doInsomnia": "Spawn phantoms", + "gamerule.doLimitedCrafting": "Require recipe for crafting", + "gamerule.doLimitedCrafting.description": "If enabled, players will be able to craft only unlocked recipes", + "gamerule.doMobLoot": "Drop mob loot", + "gamerule.doMobLoot.description": "Controls resource drops from mobs, including experience orbs", + "gamerule.doMobSpawning": "Spawn mobs", + "gamerule.doMobSpawning.description": "Some entities might have separate rules", + "gamerule.doPatrolSpawning": "Spawn pillager patrols", + "gamerule.doTileDrops": "Drop blocks", + "gamerule.doTileDrops.description": "Controls resource drops from blocks, including experience orbs", + "gamerule.doTraderSpawning": "Spawn wandering traders", + "gamerule.doWeatherCycle": "Update weather", + "gamerule.drowningDamage": "Deal drowning damage", + "gamerule.fallDamage": "Deal fall damage", + "gamerule.fireDamage": "Deal fire damage", + "gamerule.forgiveDeadPlayers": "Forgive dead players", + "gamerule.forgiveDeadPlayers.description": "Angered neutral mobs stop being angry when the targeted player dies nearby.", + "gamerule.keepInventory": "Keep inventory after death", + "gamerule.logAdminCommands": "Broadcast admin commands", + "gamerule.maxCommandChainLength": "Command chain size limit", + "gamerule.maxCommandChainLength.description": "Applies to command block chains and functions", + "gamerule.maxEntityCramming": "Entity cramming threshold", + "gamerule.mobGriefing": "Allow destructive mob actions", + "gamerule.naturalRegeneration": "Regenerate health", + "gamerule.randomTickSpeed": "Random tick speed rate", + "gamerule.reducedDebugInfo": "Reduce debug info", + "gamerule.reducedDebugInfo.description": "Limits contents of debug screen", + "gamerule.sendCommandFeedback": "Send command feedback", + "gamerule.showDeathMessages": "Show death messages", + "gamerule.spawnRadius": "Respawn location radius", + "gamerule.spectatorsGenerateChunks": "Allow spectators to generate terrain", + "gamerule.universalAnger": "Universal anger", + "gamerule.universalAnger.description": "Angered neutral mobs attack any nearby player, not just the player that angered them. Works best if forgiveDeadPlayers is disabled.", + "gamerule.category.chat": "Chat", + "gamerule.category.spawning": "Spawning", + "gamerule.category.updates": "World Updates", + "gamerule.category.drops": "Drops", + "gamerule.category.mobs": "Mobs", + "gamerule.category.player": "Player", + "gamerule.category.misc": "Miscellaneous", + "pack.source.builtin": "built-in", + "pack.source.world": "world", + "pack.source.local": "local", + "pack.source.server": "server" +} diff --git a/1.16.5/assets/minecraft/models/block/acacia_button.json b/1.16.5/assets/minecraft/models/block/acacia_button.json new file mode 100644 index 00000000..e3ee4499 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/acacia_button.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/button", + "textures": { + "texture": "minecraft:block/acacia_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/acacia_button_inventory.json b/1.16.5/assets/minecraft/models/block/acacia_button_inventory.json new file mode 100644 index 00000000..0b50c625 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/acacia_button_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/button_inventory", + "textures": { + "texture": "minecraft:block/acacia_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/acacia_button_pressed.json b/1.16.5/assets/minecraft/models/block/acacia_button_pressed.json new file mode 100644 index 00000000..486e6edd --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/acacia_button_pressed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/button_pressed", + "textures": { + "texture": "minecraft:block/acacia_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/acacia_door_bottom.json b/1.16.5/assets/minecraft/models/block/acacia_door_bottom.json new file mode 100644 index 00000000..f1a68ba4 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/acacia_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_bottom", + "textures": { + "top": "minecraft:block/acacia_door_top", + "bottom": "minecraft:block/acacia_door_bottom" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/acacia_door_bottom_hinge.json b/1.16.5/assets/minecraft/models/block/acacia_door_bottom_hinge.json new file mode 100644 index 00000000..367abb54 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/acacia_door_bottom_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_bottom_rh", + "textures": { + "top": "minecraft:block/acacia_door_top", + "bottom": "minecraft:block/acacia_door_bottom" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/acacia_door_top.json b/1.16.5/assets/minecraft/models/block/acacia_door_top.json new file mode 100644 index 00000000..8cae226b --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/acacia_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_top", + "textures": { + "top": "minecraft:block/acacia_door_top", + "bottom": "minecraft:block/acacia_door_bottom" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/acacia_door_top_hinge.json b/1.16.5/assets/minecraft/models/block/acacia_door_top_hinge.json new file mode 100644 index 00000000..c3ae1eeb --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/acacia_door_top_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_top_rh", + "textures": { + "top": "minecraft:block/acacia_door_top", + "bottom": "minecraft:block/acacia_door_bottom" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/acacia_fence_gate.json b/1.16.5/assets/minecraft/models/block/acacia_fence_gate.json new file mode 100644 index 00000000..f121a183 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/acacia_fence_gate.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fence_gate", + "textures": { + "texture": "minecraft:block/acacia_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/acacia_fence_gate_open.json b/1.16.5/assets/minecraft/models/block/acacia_fence_gate_open.json new file mode 100644 index 00000000..28fe835e --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/acacia_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fence_gate_open", + "textures": { + "texture": "minecraft:block/acacia_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/acacia_fence_gate_wall.json b/1.16.5/assets/minecraft/models/block/acacia_fence_gate_wall.json new file mode 100644 index 00000000..0ac31d07 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/acacia_fence_gate_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fence_gate_wall", + "textures": { + "texture": "minecraft:block/acacia_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/acacia_fence_gate_wall_open.json b/1.16.5/assets/minecraft/models/block/acacia_fence_gate_wall_open.json new file mode 100644 index 00000000..2ea84d22 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/acacia_fence_gate_wall_open.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fence_gate_wall_open", + "textures": { + "texture": "minecraft:block/acacia_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/acacia_fence_inventory.json b/1.16.5/assets/minecraft/models/block/acacia_fence_inventory.json new file mode 100644 index 00000000..1300a233 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/acacia_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/fence_inventory", + "textures": { + "texture": "minecraft:block/acacia_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/acacia_fence_post.json b/1.16.5/assets/minecraft/models/block/acacia_fence_post.json new file mode 100644 index 00000000..96e4d444 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/acacia_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/fence_post", + "textures": { + "texture": "minecraft:block/acacia_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/acacia_fence_side.json b/1.16.5/assets/minecraft/models/block/acacia_fence_side.json new file mode 100644 index 00000000..9d7c83ea --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/acacia_fence_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/fence_side", + "textures": { + "texture": "minecraft:block/acacia_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/acacia_leaves.json b/1.16.5/assets/minecraft/models/block/acacia_leaves.json new file mode 100644 index 00000000..9d1d8e16 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/acacia_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/leaves", + "textures": { + "all": "minecraft:block/acacia_leaves" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/acacia_log.json b/1.16.5/assets/minecraft/models/block/acacia_log.json new file mode 100644 index 00000000..6eab23b0 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/acacia_log.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/acacia_log_top", + "side": "minecraft:block/acacia_log" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/acacia_log_horizontal.json b/1.16.5/assets/minecraft/models/block/acacia_log_horizontal.json new file mode 100644 index 00000000..c0ff6ac4 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/acacia_log_horizontal.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column_horizontal", + "textures": { + "end": "minecraft:block/acacia_log_top", + "side": "minecraft:block/acacia_log" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/acacia_planks.json b/1.16.5/assets/minecraft/models/block/acacia_planks.json new file mode 100644 index 00000000..5efe51c0 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/acacia_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/acacia_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/acacia_pressure_plate.json b/1.16.5/assets/minecraft/models/block/acacia_pressure_plate.json new file mode 100644 index 00000000..8c40c47b --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/acacia_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/pressure_plate_up", + "textures": { + "texture": "minecraft:block/acacia_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/acacia_pressure_plate_down.json b/1.16.5/assets/minecraft/models/block/acacia_pressure_plate_down.json new file mode 100644 index 00000000..b437bc26 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/acacia_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/pressure_plate_down", + "textures": { + "texture": "minecraft:block/acacia_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/acacia_sapling.json b/1.16.5/assets/minecraft/models/block/acacia_sapling.json new file mode 100644 index 00000000..ea6fd73b --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/acacia_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/acacia_sapling" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/acacia_sign.json b/1.16.5/assets/minecraft/models/block/acacia_sign.json new file mode 100644 index 00000000..700d9b8a --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/acacia_sign.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "minecraft:block/acacia_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/acacia_slab.json b/1.16.5/assets/minecraft/models/block/acacia_slab.json new file mode 100644 index 00000000..b84fd779 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/acacia_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/acacia_planks", + "top": "minecraft:block/acacia_planks", + "side": "minecraft:block/acacia_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/acacia_slab_top.json b/1.16.5/assets/minecraft/models/block/acacia_slab_top.json new file mode 100644 index 00000000..73b6d8e9 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/acacia_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/acacia_planks", + "top": "minecraft:block/acacia_planks", + "side": "minecraft:block/acacia_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/acacia_stairs.json b/1.16.5/assets/minecraft/models/block/acacia_stairs.json new file mode 100644 index 00000000..61dfc8f7 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/acacia_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/acacia_planks", + "top": "minecraft:block/acacia_planks", + "side": "minecraft:block/acacia_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/acacia_stairs_inner.json b/1.16.5/assets/minecraft/models/block/acacia_stairs_inner.json new file mode 100644 index 00000000..6b071f6a --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/acacia_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/acacia_planks", + "top": "minecraft:block/acacia_planks", + "side": "minecraft:block/acacia_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/acacia_stairs_outer.json b/1.16.5/assets/minecraft/models/block/acacia_stairs_outer.json new file mode 100644 index 00000000..c362f62e --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/acacia_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/acacia_planks", + "top": "minecraft:block/acacia_planks", + "side": "minecraft:block/acacia_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/acacia_trapdoor_bottom.json b/1.16.5/assets/minecraft/models/block/acacia_trapdoor_bottom.json new file mode 100644 index 00000000..38bd46e2 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/acacia_trapdoor_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_orientable_trapdoor_bottom", + "textures": { + "texture": "minecraft:block/acacia_trapdoor" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/acacia_trapdoor_open.json b/1.16.5/assets/minecraft/models/block/acacia_trapdoor_open.json new file mode 100644 index 00000000..de4be4d5 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/acacia_trapdoor_open.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_orientable_trapdoor_open", + "textures": { + "texture": "minecraft:block/acacia_trapdoor" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/acacia_trapdoor_top.json b/1.16.5/assets/minecraft/models/block/acacia_trapdoor_top.json new file mode 100644 index 00000000..4f512409 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/acacia_trapdoor_top.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_orientable_trapdoor_top", + "textures": { + "texture": "minecraft:block/acacia_trapdoor" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/acacia_wood.json b/1.16.5/assets/minecraft/models/block/acacia_wood.json new file mode 100644 index 00000000..2ef9da9c --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/acacia_wood.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/acacia_log", + "side": "minecraft:block/acacia_log" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/activator_rail.json b/1.16.5/assets/minecraft/models/block/activator_rail.json new file mode 100644 index 00000000..fbb2f56c --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/activator_rail.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/rail_flat", + "textures": { + "rail": "minecraft:block/activator_rail" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/activator_rail_on.json b/1.16.5/assets/minecraft/models/block/activator_rail_on.json new file mode 100644 index 00000000..770a3bf5 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/activator_rail_on.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/rail_flat", + "textures": { + "rail": "minecraft:block/activator_rail_on" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/activator_rail_on_raised_ne.json b/1.16.5/assets/minecraft/models/block/activator_rail_on_raised_ne.json new file mode 100644 index 00000000..9d82f7b6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/activator_rail_on_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_rail_raised_ne", + "textures": { + "rail": "minecraft:block/activator_rail_on" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/activator_rail_on_raised_sw.json b/1.16.5/assets/minecraft/models/block/activator_rail_on_raised_sw.json new file mode 100644 index 00000000..43c773a1 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/activator_rail_on_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_rail_raised_sw", + "textures": { + "rail": "minecraft:block/activator_rail_on" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/activator_rail_raised_ne.json b/1.16.5/assets/minecraft/models/block/activator_rail_raised_ne.json new file mode 100644 index 00000000..d953b088 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/activator_rail_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_rail_raised_ne", + "textures": { + "rail": "minecraft:block/activator_rail" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/activator_rail_raised_sw.json b/1.16.5/assets/minecraft/models/block/activator_rail_raised_sw.json new file mode 100644 index 00000000..9b8c8587 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/activator_rail_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_rail_raised_sw", + "textures": { + "rail": "minecraft:block/activator_rail" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/air.json b/1.16.5/assets/minecraft/models/block/air.json new file mode 100644 index 00000000..2c63c085 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/air.json @@ -0,0 +1,2 @@ +{ +} diff --git a/1.16.5/assets/minecraft/models/block/allium.json b/1.16.5/assets/minecraft/models/block/allium.json new file mode 100644 index 00000000..3c13827c --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/allium.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/allium" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/ancient_debris.json b/1.16.5/assets/minecraft/models/block/ancient_debris.json new file mode 100644 index 00000000..d16af45f --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/ancient_debris.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/ancient_debris_top", + "side": "minecraft:block/ancient_debris_side" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/andesite.json b/1.16.5/assets/minecraft/models/block/andesite.json new file mode 100644 index 00000000..3f9f0234 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/andesite.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/andesite" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/andesite_slab.json b/1.16.5/assets/minecraft/models/block/andesite_slab.json new file mode 100644 index 00000000..3881915c --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/andesite_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/andesite", + "top": "minecraft:block/andesite", + "side": "minecraft:block/andesite" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/andesite_slab_top.json b/1.16.5/assets/minecraft/models/block/andesite_slab_top.json new file mode 100644 index 00000000..9ed04cca --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/andesite_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/andesite", + "top": "minecraft:block/andesite", + "side": "minecraft:block/andesite" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/andesite_stairs.json b/1.16.5/assets/minecraft/models/block/andesite_stairs.json new file mode 100644 index 00000000..2a4bdeb7 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/andesite_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/andesite", + "top": "minecraft:block/andesite", + "side": "minecraft:block/andesite" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/andesite_stairs_inner.json b/1.16.5/assets/minecraft/models/block/andesite_stairs_inner.json new file mode 100644 index 00000000..2b6d079d --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/andesite_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/andesite", + "top": "minecraft:block/andesite", + "side": "minecraft:block/andesite" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/andesite_stairs_outer.json b/1.16.5/assets/minecraft/models/block/andesite_stairs_outer.json new file mode 100644 index 00000000..d032f4af --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/andesite_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/andesite", + "top": "minecraft:block/andesite", + "side": "minecraft:block/andesite" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/andesite_wall_inventory.json b/1.16.5/assets/minecraft/models/block/andesite_wall_inventory.json new file mode 100644 index 00000000..1c61acfd --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/andesite_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "minecraft:block/andesite" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/andesite_wall_post.json b/1.16.5/assets/minecraft/models/block/andesite_wall_post.json new file mode 100644 index 00000000..6c117e6f --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/andesite_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "minecraft:block/andesite" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/andesite_wall_side.json b/1.16.5/assets/minecraft/models/block/andesite_wall_side.json new file mode 100644 index 00000000..8dfcd81b --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/andesite_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "minecraft:block/andesite" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/andesite_wall_side_tall.json b/1.16.5/assets/minecraft/models/block/andesite_wall_side_tall.json new file mode 100644 index 00000000..f4075f2a --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/andesite_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "minecraft:block/andesite" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/anvil.json b/1.16.5/assets/minecraft/models/block/anvil.json new file mode 100644 index 00000000..dc9d2555 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/anvil.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_anvil", + "textures": { + "top": "minecraft:block/anvil_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/attached_melon_stem.json b/1.16.5/assets/minecraft/models/block/attached_melon_stem.json new file mode 100644 index 00000000..1ebaf505 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/attached_melon_stem.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/stem_fruit", + "textures": { + "stem": "minecraft:block/melon_stem", + "upperstem": "minecraft:block/attached_melon_stem" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/attached_pumpkin_stem.json b/1.16.5/assets/minecraft/models/block/attached_pumpkin_stem.json new file mode 100644 index 00000000..0a7c5692 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/attached_pumpkin_stem.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/stem_fruit", + "textures": { + "stem": "minecraft:block/pumpkin_stem", + "upperstem": "minecraft:block/attached_pumpkin_stem" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/azure_bluet.json b/1.16.5/assets/minecraft/models/block/azure_bluet.json new file mode 100644 index 00000000..35cac69e --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/azure_bluet.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/azure_bluet" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/bamboo1_age0.json b/1.16.5/assets/minecraft/models/block/bamboo1_age0.json new file mode 100644 index 00000000..0f5244e5 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/bamboo1_age0.json @@ -0,0 +1,19 @@ +{ + "textures": { + "all": "block/bamboo_stalk", + "particle": "block/bamboo_stalk" + }, + "elements": [ + { "from": [ 7, 0, 7 ], + "to": [ 9, 16, 9 ], + "faces": { + "down": { "uv": [ 13, 4, 15, 6 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 13, 0, 15, 2], "texture": "#all", "cullface": "up" }, + "north": { "uv": [ 0, 0, 2, 16 ], "texture": "#all" }, + "south": { "uv": [ 0, 0, 2, 16 ], "texture": "#all" }, + "west": { "uv": [ 0, 0, 2, 16 ], "texture": "#all" }, + "east": { "uv": [ 0, 0, 2, 16 ], "texture": "#all" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/bamboo1_age1.json b/1.16.5/assets/minecraft/models/block/bamboo1_age1.json new file mode 100644 index 00000000..d121263f --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/bamboo1_age1.json @@ -0,0 +1,19 @@ +{ + "textures": { + "all": "block/bamboo_stalk", + "particle": "block/bamboo_stalk" + }, + "elements": [ + { "from": [ 6.5, 0, 6.5 ], + "to": [ 9.5, 16, 9.5 ], + "faces": { + "down": { "uv": [ 13, 4, 16, 7 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 13, 0, 16, 3 ], "texture": "#all", "cullface": "up" }, + "north": { "uv": [ 0, 0, 3, 16 ], "texture": "#all" }, + "south": { "uv": [ 0, 0, 3, 16 ], "texture": "#all" }, + "west": { "uv": [ 0, 0, 3, 16 ], "texture": "#all" }, + "east": { "uv": [ 0, 0, 3, 16 ], "texture": "#all" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/bamboo2_age0.json b/1.16.5/assets/minecraft/models/block/bamboo2_age0.json new file mode 100644 index 00000000..bc6e56c6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/bamboo2_age0.json @@ -0,0 +1,19 @@ +{ + "textures": { + "all": "block/bamboo_stalk", + "particle": "block/bamboo_stalk" + }, + "elements": [ + { "from": [ 7, 0, 7 ], + "to": [ 9, 16, 9 ], + "faces": { + "down": { "uv": [ 13, 4, 15, 6 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 13, 0, 15, 2], "texture": "#all", "cullface": "up" }, + "north": { "uv": [ 3, 0, 5, 16 ], "texture": "#all" }, + "south": { "uv": [ 3, 0, 5, 16 ], "texture": "#all" }, + "west": { "uv": [ 3, 0, 5, 16 ], "texture": "#all" }, + "east": { "uv": [ 3, 0, 5, 16 ], "texture": "#all" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/bamboo2_age1.json b/1.16.5/assets/minecraft/models/block/bamboo2_age1.json new file mode 100644 index 00000000..55b2f4d1 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/bamboo2_age1.json @@ -0,0 +1,19 @@ +{ + "textures": { + "all": "block/bamboo_stalk", + "particle": "block/bamboo_stalk" + }, + "elements": [ + { "from": [ 6.5, 0, 6.5 ], + "to": [ 9.5, 16, 9.5 ], + "faces": { + "down": { "uv": [ 13, 4, 16, 7 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 13, 0, 16, 3 ], "texture": "#all", "cullface": "up" }, + "north": { "uv": [ 3, 0, 6, 16 ], "texture": "#all" }, + "south": { "uv": [ 3, 0, 6, 16 ], "texture": "#all" }, + "west": { "uv": [ 3, 0, 6, 16 ], "texture": "#all" }, + "east": { "uv": [ 3, 0, 6, 16 ], "texture": "#all" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/bamboo3_age0.json b/1.16.5/assets/minecraft/models/block/bamboo3_age0.json new file mode 100644 index 00000000..d72b3e64 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/bamboo3_age0.json @@ -0,0 +1,19 @@ +{ + "textures": { + "all": "block/bamboo_stalk", + "particle": "block/bamboo_stalk" + }, + "elements": [ + { "from": [ 7, 0, 7 ], + "to": [ 9, 16, 9 ], + "faces": { + "down": { "uv": [ 13, 4, 15, 6 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 13, 0, 15, 2], "texture": "#all", "cullface": "up" }, + "north": { "uv": [ 6, 0, 8, 16 ], "texture": "#all" }, + "south": { "uv": [ 6, 0, 8, 16 ], "texture": "#all" }, + "west": { "uv": [ 6, 0, 8, 16 ], "texture": "#all" }, + "east": { "uv": [ 6, 0, 8, 16 ], "texture": "#all" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/bamboo3_age1.json b/1.16.5/assets/minecraft/models/block/bamboo3_age1.json new file mode 100644 index 00000000..499cd02e --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/bamboo3_age1.json @@ -0,0 +1,19 @@ +{ + "textures": { + "all": "block/bamboo_stalk", + "particle": "block/bamboo_stalk" + }, + "elements": [ + { "from": [ 6.5, 0, 6.5 ], + "to": [ 9.5, 16, 9.5 ], + "faces": { + "down": { "uv": [ 13, 4, 16, 7 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 13, 0, 16, 3 ], "texture": "#all", "cullface": "up" }, + "north": { "uv": [ 6, 0, 9, 16 ], "texture": "#all" }, + "south": { "uv": [ 6, 0, 9, 16 ], "texture": "#all" }, + "west": { "uv": [ 6, 0, 9, 16 ], "texture": "#all" }, + "east": { "uv": [ 6, 0, 9, 16 ], "texture": "#all" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/bamboo4_age0.json b/1.16.5/assets/minecraft/models/block/bamboo4_age0.json new file mode 100644 index 00000000..cc9c1dcc --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/bamboo4_age0.json @@ -0,0 +1,19 @@ +{ + "textures": { + "all": "block/bamboo_stalk", + "particle": "block/bamboo_stalk" + }, + "elements": [ + { "from": [ 7, 0, 7 ], + "to": [ 9, 16, 9 ], + "faces": { + "down": { "uv": [ 13, 4, 15, 6 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 13, 0, 15, 2], "texture": "#all", "cullface": "up" }, + "north": { "uv": [ 9, 0, 11, 16 ], "texture": "#all" }, + "south": { "uv": [ 9, 0, 11, 16 ], "texture": "#all" }, + "west": { "uv": [ 9, 0, 11, 16 ], "texture": "#all" }, + "east": { "uv": [ 9, 0, 11, 16 ], "texture": "#all" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/bamboo4_age1.json b/1.16.5/assets/minecraft/models/block/bamboo4_age1.json new file mode 100644 index 00000000..4b8b8681 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/bamboo4_age1.json @@ -0,0 +1,19 @@ +{ + "textures": { + "all": "block/bamboo_stalk", + "particle": "block/bamboo_stalk" + }, + "elements": [ + { "from": [ 6.5, 0, 6.5 ], + "to": [ 9.5, 16, 9.5 ], + "faces": { + "down": { "uv": [ 13, 4, 16, 7 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 13, 0, 16, 3 ], "texture": "#all", "cullface": "up" }, + "north": { "uv": [ 9, 0, 12, 16 ], "texture": "#all" }, + "south": { "uv": [ 9, 0, 12, 16 ], "texture": "#all" }, + "west": { "uv": [ 9, 0, 12, 16 ], "texture": "#all" }, + "east": { "uv": [ 9, 0, 12, 16 ], "texture": "#all" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/bamboo_large_leaves.json b/1.16.5/assets/minecraft/models/block/bamboo_large_leaves.json new file mode 100644 index 00000000..3ddead94 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/bamboo_large_leaves.json @@ -0,0 +1,25 @@ +{ + "ambientocclusion": false, + "textures": { + "texture": "block/bamboo_large_leaves", + "particle": "block/bamboo_large_leaves" + }, + "elements": [ + { "from": [ 0.8, 0, 8 ], + "to": [ 15.2, 16, 8 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "tintindex": 0 } + } + }, + { "from": [ 8, 0, 0.8 ], + "to": [ 8, 16, 15.2 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "tintindex": 0 } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/bamboo_sapling.json b/1.16.5/assets/minecraft/models/block/bamboo_sapling.json new file mode 100644 index 00000000..f658e68e --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/bamboo_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/tinted_cross", + "textures": { + "cross": "minecraft:block/bamboo_stage0" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/bamboo_small_leaves.json b/1.16.5/assets/minecraft/models/block/bamboo_small_leaves.json new file mode 100644 index 00000000..c21694ea --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/bamboo_small_leaves.json @@ -0,0 +1,25 @@ +{ + "ambientocclusion": false, + "textures": { + "texture": "block/bamboo_small_leaves", + "particle": "block/bamboo_small_leaves" + }, + "elements": [ + { "from": [ 0.8, 0, 8 ], + "to": [ 15.2, 16, 8 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "tintindex": 0 } + } + }, + { "from": [ 8, 0, 0.8 ], + "to": [ 8, 16, 15.2 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "tintindex": 0 } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/banner.json b/1.16.5/assets/minecraft/models/block/banner.json new file mode 100644 index 00000000..9406a849 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/banner.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "minecraft:block/oak_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/barrel.json b/1.16.5/assets/minecraft/models/block/barrel.json new file mode 100644 index 00000000..45184216 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/barrel.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/cube_bottom_top", + "textures": { + "top": "minecraft:block/barrel_top", + "bottom": "minecraft:block/barrel_bottom", + "side": "minecraft:block/barrel_side" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/barrel_open.json b/1.16.5/assets/minecraft/models/block/barrel_open.json new file mode 100644 index 00000000..0444d677 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/barrel_open.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/cube_bottom_top", + "textures": { + "top": "minecraft:block/barrel_top_open", + "bottom": "minecraft:block/barrel_bottom", + "side": "minecraft:block/barrel_side" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/barrier.json b/1.16.5/assets/minecraft/models/block/barrier.json new file mode 100644 index 00000000..7d855f50 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/barrier.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "minecraft:item/barrier" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/basalt.json b/1.16.5/assets/minecraft/models/block/basalt.json new file mode 100644 index 00000000..9a43b3d7 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/basalt.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/basalt_top", + "side": "minecraft:block/basalt_side" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/beacon.json b/1.16.5/assets/minecraft/models/block/beacon.json new file mode 100644 index 00000000..99808e6b --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/beacon.json @@ -0,0 +1,47 @@ +{ "parent": "block/block", + "ambientocclusion": false, + "textures": { + "particle": "block/glass", + "glass": "block/glass", + "obsidian": "block/obsidian", + "beacon": "block/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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/bed.json b/1.16.5/assets/minecraft/models/block/bed.json new file mode 100644 index 00000000..9406a849 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/bed.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "minecraft:block/oak_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/bedrock.json b/1.16.5/assets/minecraft/models/block/bedrock.json new file mode 100644 index 00000000..adc6359e --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/bedrock.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/bedrock" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/bedrock_mirrored.json b/1.16.5/assets/minecraft/models/block/bedrock_mirrored.json new file mode 100644 index 00000000..a75ef1fb --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/bedrock_mirrored.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_mirrored_all", + "textures": { + "all": "minecraft:block/bedrock" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/bee_nest.json b/1.16.5/assets/minecraft/models/block/bee_nest.json new file mode 100644 index 00000000..7945bc23 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/bee_nest.json @@ -0,0 +1,10 @@ +{ + "parent": "minecraft:block/orientable_with_bottom", + "textures": { + "top": "minecraft:block/bee_nest_top", + "bottom": "minecraft:block/bee_nest_bottom", + "side": "minecraft:block/bee_nest_side", + "front": "minecraft:block/bee_nest_front", + "particle": "minecraft:block/bee_nest_side" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/bee_nest_honey.json b/1.16.5/assets/minecraft/models/block/bee_nest_honey.json new file mode 100644 index 00000000..ddd56f04 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/bee_nest_honey.json @@ -0,0 +1,10 @@ +{ + "parent": "minecraft:block/orientable_with_bottom", + "textures": { + "top": "minecraft:block/bee_nest_top", + "bottom": "minecraft:block/bee_nest_bottom", + "side": "minecraft:block/bee_nest_side", + "front": "minecraft:block/bee_nest_front_honey", + "particle": "minecraft:block/bee_nest_side" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/beehive.json b/1.16.5/assets/minecraft/models/block/beehive.json new file mode 100644 index 00000000..5d03bc44 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/beehive.json @@ -0,0 +1,10 @@ +{ + "parent": "minecraft:block/orientable_with_bottom", + "textures": { + "top": "minecraft:block/beehive_end", + "bottom": "minecraft:block/beehive_end", + "side": "minecraft:block/beehive_side", + "front": "minecraft:block/beehive_front", + "particle": "minecraft:block/beehive_side" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/beehive_honey.json b/1.16.5/assets/minecraft/models/block/beehive_honey.json new file mode 100644 index 00000000..8d0f86f8 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/beehive_honey.json @@ -0,0 +1,10 @@ +{ + "parent": "minecraft:block/orientable_with_bottom", + "textures": { + "top": "minecraft:block/beehive_end", + "bottom": "minecraft:block/beehive_end", + "side": "minecraft:block/beehive_side", + "front": "minecraft:block/beehive_front_honey", + "particle": "minecraft:block/beehive_side" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/beetroots_stage0.json b/1.16.5/assets/minecraft/models/block/beetroots_stage0.json new file mode 100644 index 00000000..47fbf6f8 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/beetroots_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/crop", + "textures": { + "crop": "minecraft:block/beetroots_stage0" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/beetroots_stage1.json b/1.16.5/assets/minecraft/models/block/beetroots_stage1.json new file mode 100644 index 00000000..06177c9c --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/beetroots_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/crop", + "textures": { + "crop": "minecraft:block/beetroots_stage1" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/beetroots_stage2.json b/1.16.5/assets/minecraft/models/block/beetroots_stage2.json new file mode 100644 index 00000000..d843c09d --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/beetroots_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/crop", + "textures": { + "crop": "minecraft:block/beetroots_stage2" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/beetroots_stage3.json b/1.16.5/assets/minecraft/models/block/beetroots_stage3.json new file mode 100644 index 00000000..3fa2170b --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/beetroots_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/crop", + "textures": { + "crop": "minecraft:block/beetroots_stage3" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/bell_between_walls.json b/1.16.5/assets/minecraft/models/block/bell_between_walls.json new file mode 100644 index 00000000..8e7903f3 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/bell_between_walls.json @@ -0,0 +1,20 @@ +{ + "textures": { + "particle": "block/bell_bottom", + "bar": "block/dark_oak_planks" + }, + "elements": [ + { + "from": [ 0, 13, 7 ], + "to": [ 16, 15, 9 ], + "faces": { + "north": { "uv": [ 2, 2, 14, 4 ], "texture": "#bar" }, + "east": { "uv": [ 5, 4, 7, 6 ], "texture": "#bar", "cullface": "east" }, + "south": { "uv": [ 2, 3, 14, 5 ], "texture": "#bar" }, + "west": { "uv": [ 5, 4, 7, 6 ], "texture": "#bar", "cullface": "west" }, + "up": { "uv": [ 2, 3, 14, 5 ], "texture": "#bar" }, + "down": { "uv": [ 2, 3, 14, 5 ], "texture": "#bar" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/bell_ceiling.json b/1.16.5/assets/minecraft/models/block/bell_ceiling.json new file mode 100644 index 00000000..a105fb98 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/bell_ceiling.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "block/bell_bottom", + "bar": "block/dark_oak_planks" + }, + "elements": [ + { + "from": [ 7, 13, 7 ], + "to": [ 9, 16, 9 ], + "faces": { + "north": {"uv": [ 7, 2, 9, 5 ], "texture": "#bar" }, + "east": {"uv": [ 1, 2, 3, 5 ], "texture": "#bar" }, + "south": {"uv": [ 6, 2, 8, 5 ], "texture": "#bar" }, + "west": {"uv": [ 4, 2, 6, 5 ], "texture": "#bar" }, + "up": {"uv": [ 1, 3, 3, 5 ], "texture": "#bar", "cullface": "up" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/bell_floor.json b/1.16.5/assets/minecraft/models/block/bell_floor.json new file mode 100644 index 00000000..c2abfcbd --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/bell_floor.json @@ -0,0 +1,43 @@ +{ + "textures": { + "particle": "block/bell_bottom", + "bar": "block/dark_oak_planks", + "post": "block/stone" + }, + "elements": [ + { + "from": [ 2, 13, 7 ], + "to": [ 14, 15, 9 ], + "faces": { + "north": { "uv": [ 2, 2, 14, 4 ], "texture": "#bar" }, + "south": { "uv": [ 2, 3, 14, 5 ], "texture": "#bar" }, + "up": { "uv": [ 2, 3, 14, 5 ], "texture": "#bar" }, + "down": { "uv": [ 2, 3, 14, 5 ], "texture": "#bar" } + } + }, + { + "from": [ 14, 0, 6 ], + "to": [ 16, 16, 10 ], + "faces": { + "north": { "uv": [ 0, 1, 2, 16 ], "texture": "#post" }, + "east": { "uv": [ 0, 1, 4, 16 ], "texture": "#post" }, + "south": { "uv": [ 0, 1, 2, 16 ], "texture": "#post" }, + "west": { "uv": [ 0, 1, 4, 16 ], "texture": "#post" }, + "up": { "uv": [ 0, 0, 2, 4 ], "texture": "#post", "cullface": "up" }, + "down": { "uv": [ 0, 0, 2, 4 ], "texture": "#post", "cullface": "down" } + } + }, + { + "from": [ 0, 0, 6 ], + "to": [ 2, 16, 10 ], + "faces": { + "north": { "uv": [ 0, 1, 2, 16 ], "texture": "#post" }, + "east": { "uv": [ 0, 1, 4, 16 ], "texture": "#post" }, + "south": { "uv": [ 0, 1, 2, 16 ], "texture": "#post" }, + "west": { "uv": [ 0, 1, 4, 16 ], "texture": "#post" }, + "up": { "uv": [ 0, 0, 2, 4 ], "texture": "#post","cullface": "up" }, + "down": { "uv": [ 0, 0, 2, 4 ], "texture": "#post", "cullface": "down" } + } + } + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/bell_wall.json b/1.16.5/assets/minecraft/models/block/bell_wall.json new file mode 100644 index 00000000..92927bd2 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/bell_wall.json @@ -0,0 +1,20 @@ +{ + "textures": { + "particle": "block/bell_bottom", + "bar": "block/dark_oak_planks" + }, + "elements": [ + { + "from": [ 3, 13, 7 ], + "to": [ 16, 15, 9 ], + "faces": { + "north": { "uv": [ 2, 2, 14, 4 ], "texture": "#bar" }, + "east": { "uv": [ 5, 4, 7, 6 ], "texture": "#bar", "cullface": "east" }, + "south": { "uv": [ 2, 3, 14, 5 ], "texture": "#bar" }, + "west": { "uv": [ 5, 4, 7, 6 ], "texture": "#bar" }, + "up": { "uv": [ 2, 3, 14, 5 ], "texture": "#bar" }, + "down": { "uv": [ 2, 3, 14, 5 ], "texture": "#bar" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/birch_button.json b/1.16.5/assets/minecraft/models/block/birch_button.json new file mode 100644 index 00000000..751b7e91 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/birch_button.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/button", + "textures": { + "texture": "minecraft:block/birch_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/birch_button_inventory.json b/1.16.5/assets/minecraft/models/block/birch_button_inventory.json new file mode 100644 index 00000000..1f6420f5 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/birch_button_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/button_inventory", + "textures": { + "texture": "minecraft:block/birch_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/birch_button_pressed.json b/1.16.5/assets/minecraft/models/block/birch_button_pressed.json new file mode 100644 index 00000000..e9438da2 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/birch_button_pressed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/button_pressed", + "textures": { + "texture": "minecraft:block/birch_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/birch_door_bottom.json b/1.16.5/assets/minecraft/models/block/birch_door_bottom.json new file mode 100644 index 00000000..86d6ef0a --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/birch_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_bottom", + "textures": { + "top": "minecraft:block/birch_door_top", + "bottom": "minecraft:block/birch_door_bottom" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/birch_door_bottom_hinge.json b/1.16.5/assets/minecraft/models/block/birch_door_bottom_hinge.json new file mode 100644 index 00000000..cda6de38 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/birch_door_bottom_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_bottom_rh", + "textures": { + "top": "minecraft:block/birch_door_top", + "bottom": "minecraft:block/birch_door_bottom" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/birch_door_top.json b/1.16.5/assets/minecraft/models/block/birch_door_top.json new file mode 100644 index 00000000..ae003d95 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/birch_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_top", + "textures": { + "top": "minecraft:block/birch_door_top", + "bottom": "minecraft:block/birch_door_bottom" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/birch_door_top_hinge.json b/1.16.5/assets/minecraft/models/block/birch_door_top_hinge.json new file mode 100644 index 00000000..f6bd3d1e --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/birch_door_top_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_top_rh", + "textures": { + "top": "minecraft:block/birch_door_top", + "bottom": "minecraft:block/birch_door_bottom" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/birch_fence_gate.json b/1.16.5/assets/minecraft/models/block/birch_fence_gate.json new file mode 100644 index 00000000..2e0e1566 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/birch_fence_gate.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fence_gate", + "textures": { + "texture": "minecraft:block/birch_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/birch_fence_gate_open.json b/1.16.5/assets/minecraft/models/block/birch_fence_gate_open.json new file mode 100644 index 00000000..db6f4a89 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/birch_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fence_gate_open", + "textures": { + "texture": "minecraft:block/birch_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/birch_fence_gate_wall.json b/1.16.5/assets/minecraft/models/block/birch_fence_gate_wall.json new file mode 100644 index 00000000..5402b037 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/birch_fence_gate_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fence_gate_wall", + "textures": { + "texture": "minecraft:block/birch_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/birch_fence_gate_wall_open.json b/1.16.5/assets/minecraft/models/block/birch_fence_gate_wall_open.json new file mode 100644 index 00000000..442138c0 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/birch_fence_gate_wall_open.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fence_gate_wall_open", + "textures": { + "texture": "minecraft:block/birch_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/birch_fence_inventory.json b/1.16.5/assets/minecraft/models/block/birch_fence_inventory.json new file mode 100644 index 00000000..4ef0bc09 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/birch_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/fence_inventory", + "textures": { + "texture": "minecraft:block/birch_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/birch_fence_post.json b/1.16.5/assets/minecraft/models/block/birch_fence_post.json new file mode 100644 index 00000000..83661438 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/birch_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/fence_post", + "textures": { + "texture": "minecraft:block/birch_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/birch_fence_side.json b/1.16.5/assets/minecraft/models/block/birch_fence_side.json new file mode 100644 index 00000000..f5a12c9f --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/birch_fence_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/fence_side", + "textures": { + "texture": "minecraft:block/birch_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/birch_leaves.json b/1.16.5/assets/minecraft/models/block/birch_leaves.json new file mode 100644 index 00000000..6f7f331c --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/birch_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/leaves", + "textures": { + "all": "minecraft:block/birch_leaves" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/birch_log.json b/1.16.5/assets/minecraft/models/block/birch_log.json new file mode 100644 index 00000000..5d43e85c --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/birch_log.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/birch_log_top", + "side": "minecraft:block/birch_log" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/birch_log_horizontal.json b/1.16.5/assets/minecraft/models/block/birch_log_horizontal.json new file mode 100644 index 00000000..ce988a8e --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/birch_log_horizontal.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column_horizontal", + "textures": { + "end": "minecraft:block/birch_log_top", + "side": "minecraft:block/birch_log" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/birch_planks.json b/1.16.5/assets/minecraft/models/block/birch_planks.json new file mode 100644 index 00000000..de6d1757 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/birch_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/birch_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/birch_pressure_plate.json b/1.16.5/assets/minecraft/models/block/birch_pressure_plate.json new file mode 100644 index 00000000..8df007e9 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/birch_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/pressure_plate_up", + "textures": { + "texture": "minecraft:block/birch_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/birch_pressure_plate_down.json b/1.16.5/assets/minecraft/models/block/birch_pressure_plate_down.json new file mode 100644 index 00000000..4b36009e --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/birch_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/pressure_plate_down", + "textures": { + "texture": "minecraft:block/birch_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/birch_sapling.json b/1.16.5/assets/minecraft/models/block/birch_sapling.json new file mode 100644 index 00000000..274a3afa --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/birch_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/birch_sapling" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/birch_sign.json b/1.16.5/assets/minecraft/models/block/birch_sign.json new file mode 100644 index 00000000..2bfa5bcf --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/birch_sign.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "minecraft:block/birch_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/birch_slab.json b/1.16.5/assets/minecraft/models/block/birch_slab.json new file mode 100644 index 00000000..eb8f29ae --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/birch_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/birch_planks", + "top": "minecraft:block/birch_planks", + "side": "minecraft:block/birch_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/birch_slab_top.json b/1.16.5/assets/minecraft/models/block/birch_slab_top.json new file mode 100644 index 00000000..42eda265 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/birch_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/birch_planks", + "top": "minecraft:block/birch_planks", + "side": "minecraft:block/birch_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/birch_stairs.json b/1.16.5/assets/minecraft/models/block/birch_stairs.json new file mode 100644 index 00000000..f1ddff01 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/birch_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/birch_planks", + "top": "minecraft:block/birch_planks", + "side": "minecraft:block/birch_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/birch_stairs_inner.json b/1.16.5/assets/minecraft/models/block/birch_stairs_inner.json new file mode 100644 index 00000000..8fb77091 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/birch_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/birch_planks", + "top": "minecraft:block/birch_planks", + "side": "minecraft:block/birch_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/birch_stairs_outer.json b/1.16.5/assets/minecraft/models/block/birch_stairs_outer.json new file mode 100644 index 00000000..0090d119 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/birch_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/birch_planks", + "top": "minecraft:block/birch_planks", + "side": "minecraft:block/birch_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/birch_trapdoor_bottom.json b/1.16.5/assets/minecraft/models/block/birch_trapdoor_bottom.json new file mode 100644 index 00000000..0aa6e6ab --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/birch_trapdoor_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_orientable_trapdoor_bottom", + "textures": { + "texture": "minecraft:block/birch_trapdoor" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/birch_trapdoor_open.json b/1.16.5/assets/minecraft/models/block/birch_trapdoor_open.json new file mode 100644 index 00000000..041ad178 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/birch_trapdoor_open.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_orientable_trapdoor_open", + "textures": { + "texture": "minecraft:block/birch_trapdoor" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/birch_trapdoor_top.json b/1.16.5/assets/minecraft/models/block/birch_trapdoor_top.json new file mode 100644 index 00000000..838e5cff --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/birch_trapdoor_top.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_orientable_trapdoor_top", + "textures": { + "texture": "minecraft:block/birch_trapdoor" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/birch_wood.json b/1.16.5/assets/minecraft/models/block/birch_wood.json new file mode 100644 index 00000000..ab78963a --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/birch_wood.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/birch_log", + "side": "minecraft:block/birch_log" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/black_carpet.json b/1.16.5/assets/minecraft/models/block/black_carpet.json new file mode 100644 index 00000000..a89fa481 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/black_carpet.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/carpet", + "textures": { + "wool": "minecraft:block/black_wool" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/black_concrete.json b/1.16.5/assets/minecraft/models/block/black_concrete.json new file mode 100644 index 00000000..a2748b55 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/black_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/black_concrete" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/black_concrete_powder.json b/1.16.5/assets/minecraft/models/block/black_concrete_powder.json new file mode 100644 index 00000000..63374351 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/black_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/black_concrete_powder" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/black_glazed_terracotta.json b/1.16.5/assets/minecraft/models/block/black_glazed_terracotta.json new file mode 100644 index 00000000..f973bbba --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/black_glazed_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glazed_terracotta", + "textures": { + "pattern": "minecraft:block/black_glazed_terracotta" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/black_shulker_box.json b/1.16.5/assets/minecraft/models/block/black_shulker_box.json new file mode 100644 index 00000000..0e74df95 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/black_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "minecraft:block/black_shulker_box" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/black_stained_glass.json b/1.16.5/assets/minecraft/models/block/black_stained_glass.json new file mode 100644 index 00000000..5d66a695 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/black_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/black_stained_glass" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/black_stained_glass_pane_noside.json b/1.16.5/assets/minecraft/models/block/black_stained_glass_pane_noside.json new file mode 100644 index 00000000..bc943b0a --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/black_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glass_pane_noside", + "textures": { + "pane": "minecraft:block/black_stained_glass" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/black_stained_glass_pane_noside_alt.json b/1.16.5/assets/minecraft/models/block/black_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..3d66b75f --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/black_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glass_pane_noside_alt", + "textures": { + "pane": "minecraft:block/black_stained_glass" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/black_stained_glass_pane_post.json b/1.16.5/assets/minecraft/models/block/black_stained_glass_pane_post.json new file mode 100644 index 00000000..2ee2f2da --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/black_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_post", + "textures": { + "pane": "minecraft:block/black_stained_glass", + "edge": "minecraft:block/black_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/black_stained_glass_pane_side.json b/1.16.5/assets/minecraft/models/block/black_stained_glass_pane_side.json new file mode 100644 index 00000000..60c31328 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/black_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_side", + "textures": { + "pane": "minecraft:block/black_stained_glass", + "edge": "minecraft:block/black_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/black_stained_glass_pane_side_alt.json b/1.16.5/assets/minecraft/models/block/black_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..f90397f6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/black_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_side_alt", + "textures": { + "pane": "minecraft:block/black_stained_glass", + "edge": "minecraft:block/black_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/black_terracotta.json b/1.16.5/assets/minecraft/models/block/black_terracotta.json new file mode 100644 index 00000000..a8ff478c --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/black_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/black_terracotta" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/black_wool.json b/1.16.5/assets/minecraft/models/block/black_wool.json new file mode 100644 index 00000000..7fea63ff --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/black_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/black_wool" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/blackstone.json b/1.16.5/assets/minecraft/models/block/blackstone.json new file mode 100644 index 00000000..d6e7b585 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/blackstone.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/blackstone_top", + "side": "minecraft:block/blackstone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/blackstone_slab.json b/1.16.5/assets/minecraft/models/block/blackstone_slab.json new file mode 100644 index 00000000..f5ab2cf2 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/blackstone_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/blackstone_top", + "top": "minecraft:block/blackstone_top", + "side": "minecraft:block/blackstone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/blackstone_slab_top.json b/1.16.5/assets/minecraft/models/block/blackstone_slab_top.json new file mode 100644 index 00000000..292aa73f --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/blackstone_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/blackstone_top", + "top": "minecraft:block/blackstone_top", + "side": "minecraft:block/blackstone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/blackstone_stairs.json b/1.16.5/assets/minecraft/models/block/blackstone_stairs.json new file mode 100644 index 00000000..1634f76d --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/blackstone_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/blackstone_top", + "top": "minecraft:block/blackstone_top", + "side": "minecraft:block/blackstone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/blackstone_stairs_inner.json b/1.16.5/assets/minecraft/models/block/blackstone_stairs_inner.json new file mode 100644 index 00000000..2ded6203 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/blackstone_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/blackstone_top", + "top": "minecraft:block/blackstone_top", + "side": "minecraft:block/blackstone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/blackstone_stairs_outer.json b/1.16.5/assets/minecraft/models/block/blackstone_stairs_outer.json new file mode 100644 index 00000000..6e989efd --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/blackstone_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/blackstone_top", + "top": "minecraft:block/blackstone_top", + "side": "minecraft:block/blackstone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/blackstone_wall_inventory.json b/1.16.5/assets/minecraft/models/block/blackstone_wall_inventory.json new file mode 100644 index 00000000..6e8029ce --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/blackstone_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "minecraft:block/blackstone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/blackstone_wall_post.json b/1.16.5/assets/minecraft/models/block/blackstone_wall_post.json new file mode 100644 index 00000000..a2b66ca3 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/blackstone_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "minecraft:block/blackstone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/blackstone_wall_side.json b/1.16.5/assets/minecraft/models/block/blackstone_wall_side.json new file mode 100644 index 00000000..152d2fe4 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/blackstone_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "minecraft:block/blackstone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/blackstone_wall_side_tall.json b/1.16.5/assets/minecraft/models/block/blackstone_wall_side_tall.json new file mode 100644 index 00000000..3a662254 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/blackstone_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "minecraft:block/blackstone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/blast_furnace.json b/1.16.5/assets/minecraft/models/block/blast_furnace.json new file mode 100644 index 00000000..66496b00 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/blast_furnace.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/orientable", + "textures": { + "top": "minecraft:block/blast_furnace_top", + "front": "minecraft:block/blast_furnace_front", + "side": "minecraft:block/blast_furnace_side" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/blast_furnace_on.json b/1.16.5/assets/minecraft/models/block/blast_furnace_on.json new file mode 100644 index 00000000..2cc8a03f --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/blast_furnace_on.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/orientable", + "textures": { + "top": "minecraft:block/blast_furnace_top", + "front": "minecraft:block/blast_furnace_front_on", + "side": "minecraft:block/blast_furnace_side" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/block.json b/1.16.5/assets/minecraft/models/block/block.json new file mode 100644 index 00000000..aefa892b --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/block.json @@ -0,0 +1,35 @@ +{ + "gui_light": "side", + "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 ] + } + } +} diff --git a/1.16.5/assets/minecraft/models/block/blue_carpet.json b/1.16.5/assets/minecraft/models/block/blue_carpet.json new file mode 100644 index 00000000..be41fd87 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/blue_carpet.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/carpet", + "textures": { + "wool": "minecraft:block/blue_wool" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/blue_concrete.json b/1.16.5/assets/minecraft/models/block/blue_concrete.json new file mode 100644 index 00000000..b2423fb6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/blue_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/blue_concrete" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/blue_concrete_powder.json b/1.16.5/assets/minecraft/models/block/blue_concrete_powder.json new file mode 100644 index 00000000..7ceaeb51 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/blue_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/blue_concrete_powder" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/blue_glazed_terracotta.json b/1.16.5/assets/minecraft/models/block/blue_glazed_terracotta.json new file mode 100644 index 00000000..ecb17356 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/blue_glazed_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glazed_terracotta", + "textures": { + "pattern": "minecraft:block/blue_glazed_terracotta" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/blue_ice.json b/1.16.5/assets/minecraft/models/block/blue_ice.json new file mode 100644 index 00000000..9164aee5 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/blue_ice.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/blue_ice" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/blue_orchid.json b/1.16.5/assets/minecraft/models/block/blue_orchid.json new file mode 100644 index 00000000..a7f9b4b2 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/blue_orchid.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/blue_orchid" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/blue_shulker_box.json b/1.16.5/assets/minecraft/models/block/blue_shulker_box.json new file mode 100644 index 00000000..29b739d8 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/blue_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "minecraft:block/blue_shulker_box" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/blue_stained_glass.json b/1.16.5/assets/minecraft/models/block/blue_stained_glass.json new file mode 100644 index 00000000..e372ce34 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/blue_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/blue_stained_glass" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/blue_stained_glass_pane_noside.json b/1.16.5/assets/minecraft/models/block/blue_stained_glass_pane_noside.json new file mode 100644 index 00000000..fa1dd06d --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/blue_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glass_pane_noside", + "textures": { + "pane": "minecraft:block/blue_stained_glass" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/blue_stained_glass_pane_noside_alt.json b/1.16.5/assets/minecraft/models/block/blue_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..70faad04 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/blue_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glass_pane_noside_alt", + "textures": { + "pane": "minecraft:block/blue_stained_glass" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/blue_stained_glass_pane_post.json b/1.16.5/assets/minecraft/models/block/blue_stained_glass_pane_post.json new file mode 100644 index 00000000..2a169fcb --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/blue_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_post", + "textures": { + "pane": "minecraft:block/blue_stained_glass", + "edge": "minecraft:block/blue_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/blue_stained_glass_pane_side.json b/1.16.5/assets/minecraft/models/block/blue_stained_glass_pane_side.json new file mode 100644 index 00000000..be2a0206 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/blue_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_side", + "textures": { + "pane": "minecraft:block/blue_stained_glass", + "edge": "minecraft:block/blue_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/blue_stained_glass_pane_side_alt.json b/1.16.5/assets/minecraft/models/block/blue_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..da430978 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/blue_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_side_alt", + "textures": { + "pane": "minecraft:block/blue_stained_glass", + "edge": "minecraft:block/blue_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/blue_terracotta.json b/1.16.5/assets/minecraft/models/block/blue_terracotta.json new file mode 100644 index 00000000..ead56974 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/blue_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/blue_terracotta" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/blue_wool.json b/1.16.5/assets/minecraft/models/block/blue_wool.json new file mode 100644 index 00000000..4fb7fa5b --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/blue_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/blue_wool" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/bone_block.json b/1.16.5/assets/minecraft/models/block/bone_block.json new file mode 100644 index 00000000..f6594f0d --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/bone_block.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/bone_block_top", + "side": "minecraft:block/bone_block_side" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/bookshelf.json b/1.16.5/assets/minecraft/models/block/bookshelf.json new file mode 100644 index 00000000..c095a7d7 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/bookshelf.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/oak_planks", + "side": "minecraft:block/bookshelf" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/brain_coral.json b/1.16.5/assets/minecraft/models/block/brain_coral.json new file mode 100644 index 00000000..308083fc --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/brain_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/brain_coral" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/brain_coral_block.json b/1.16.5/assets/minecraft/models/block/brain_coral_block.json new file mode 100644 index 00000000..6e7ddb61 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/brain_coral_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/brain_coral_block" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/brain_coral_fan.json b/1.16.5/assets/minecraft/models/block/brain_coral_fan.json new file mode 100644 index 00000000..a2128699 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/brain_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/coral_fan", + "textures": { + "fan": "minecraft:block/brain_coral_fan" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/brain_coral_wall_fan.json b/1.16.5/assets/minecraft/models/block/brain_coral_wall_fan.json new file mode 100644 index 00000000..20b56103 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/brain_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/coral_wall_fan", + "textures": { + "fan": "minecraft:block/brain_coral_fan" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/brewing_stand.json b/1.16.5/assets/minecraft/models/block/brewing_stand.json new file mode 100644 index 00000000..d1804f23 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/brewing_stand.json @@ -0,0 +1,53 @@ +{ + "textures": { + "particle": "block/brewing_stand", + "base": "block/brewing_stand_base", + "stand": "block/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", "cullface": "down" }, + "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", "cullface": "down" }, + "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", "cullface": "down" }, + "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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/brewing_stand_bottle0.json b/1.16.5/assets/minecraft/models/block/brewing_stand_bottle0.json new file mode 100644 index 00000000..012ffa85 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/brewing_stand_bottle0.json @@ -0,0 +1,15 @@ +{ + "textures": { + "particle": "block/brewing_stand", + "stand": "block/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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/brewing_stand_bottle1.json b/1.16.5/assets/minecraft/models/block/brewing_stand_bottle1.json new file mode 100644 index 00000000..9e989cde --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/brewing_stand_bottle1.json @@ -0,0 +1,20 @@ +{ + "textures": { + "particle": "block/brewing_stand", + "stand": "block/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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/brewing_stand_bottle2.json b/1.16.5/assets/minecraft/models/block/brewing_stand_bottle2.json new file mode 100644 index 00000000..4796f71f --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/brewing_stand_bottle2.json @@ -0,0 +1,20 @@ +{ + "textures": { + "particle": "block/brewing_stand", + "stand": "block/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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/brewing_stand_empty0.json b/1.16.5/assets/minecraft/models/block/brewing_stand_empty0.json new file mode 100644 index 00000000..a99c90cc --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/brewing_stand_empty0.json @@ -0,0 +1,15 @@ +{ + "textures": { + "particle": "block/brewing_stand", + "stand": "block/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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/brewing_stand_empty1.json b/1.16.5/assets/minecraft/models/block/brewing_stand_empty1.json new file mode 100644 index 00000000..47b78c29 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/brewing_stand_empty1.json @@ -0,0 +1,20 @@ +{ + "textures": { + "particle": "block/brewing_stand", + "stand": "block/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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/brewing_stand_empty2.json b/1.16.5/assets/minecraft/models/block/brewing_stand_empty2.json new file mode 100644 index 00000000..d3e3adf5 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/brewing_stand_empty2.json @@ -0,0 +1,20 @@ +{ + "textures": { + "particle": "block/brewing_stand", + "stand": "block/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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/brick_slab.json b/1.16.5/assets/minecraft/models/block/brick_slab.json new file mode 100644 index 00000000..e0264259 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/brick_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/bricks", + "top": "minecraft:block/bricks", + "side": "minecraft:block/bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/brick_slab_top.json b/1.16.5/assets/minecraft/models/block/brick_slab_top.json new file mode 100644 index 00000000..fa81ed39 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/brick_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/bricks", + "top": "minecraft:block/bricks", + "side": "minecraft:block/bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/brick_stairs.json b/1.16.5/assets/minecraft/models/block/brick_stairs.json new file mode 100644 index 00000000..fe52117e --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/brick_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/bricks", + "top": "minecraft:block/bricks", + "side": "minecraft:block/bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/brick_stairs_inner.json b/1.16.5/assets/minecraft/models/block/brick_stairs_inner.json new file mode 100644 index 00000000..5bb4aa93 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/brick_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/bricks", + "top": "minecraft:block/bricks", + "side": "minecraft:block/bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/brick_stairs_outer.json b/1.16.5/assets/minecraft/models/block/brick_stairs_outer.json new file mode 100644 index 00000000..5ab7b915 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/brick_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/bricks", + "top": "minecraft:block/bricks", + "side": "minecraft:block/bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/brick_wall_inventory.json b/1.16.5/assets/minecraft/models/block/brick_wall_inventory.json new file mode 100644 index 00000000..5d6f8a8f --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/brick_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "minecraft:block/bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/brick_wall_post.json b/1.16.5/assets/minecraft/models/block/brick_wall_post.json new file mode 100644 index 00000000..5d343dfe --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/brick_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "minecraft:block/bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/brick_wall_side.json b/1.16.5/assets/minecraft/models/block/brick_wall_side.json new file mode 100644 index 00000000..94872eff --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/brick_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "minecraft:block/bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/brick_wall_side_tall.json b/1.16.5/assets/minecraft/models/block/brick_wall_side_tall.json new file mode 100644 index 00000000..79839982 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/brick_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "minecraft:block/bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/bricks.json b/1.16.5/assets/minecraft/models/block/bricks.json new file mode 100644 index 00000000..b3d7b55b --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/brown_carpet.json b/1.16.5/assets/minecraft/models/block/brown_carpet.json new file mode 100644 index 00000000..1befa625 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/brown_carpet.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/carpet", + "textures": { + "wool": "minecraft:block/brown_wool" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/brown_concrete.json b/1.16.5/assets/minecraft/models/block/brown_concrete.json new file mode 100644 index 00000000..217098d9 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/brown_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/brown_concrete" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/brown_concrete_powder.json b/1.16.5/assets/minecraft/models/block/brown_concrete_powder.json new file mode 100644 index 00000000..d095ddf0 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/brown_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/brown_concrete_powder" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/brown_glazed_terracotta.json b/1.16.5/assets/minecraft/models/block/brown_glazed_terracotta.json new file mode 100644 index 00000000..4d70d0ad --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/brown_glazed_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glazed_terracotta", + "textures": { + "pattern": "minecraft:block/brown_glazed_terracotta" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/brown_mushroom.json b/1.16.5/assets/minecraft/models/block/brown_mushroom.json new file mode 100644 index 00000000..48813930 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/brown_mushroom.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/brown_mushroom" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/brown_mushroom_block.json b/1.16.5/assets/minecraft/models/block/brown_mushroom_block.json new file mode 100644 index 00000000..5ce72be6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/brown_mushroom_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_single_face", + "textures": { + "texture": "minecraft:block/brown_mushroom_block" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/brown_mushroom_block_inventory.json b/1.16.5/assets/minecraft/models/block/brown_mushroom_block_inventory.json new file mode 100644 index 00000000..8062fcee --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/brown_mushroom_block_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/brown_mushroom_block" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/brown_shulker_box.json b/1.16.5/assets/minecraft/models/block/brown_shulker_box.json new file mode 100644 index 00000000..b7118090 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/brown_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "minecraft:block/brown_shulker_box" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/brown_stained_glass.json b/1.16.5/assets/minecraft/models/block/brown_stained_glass.json new file mode 100644 index 00000000..cb8975b2 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/brown_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/brown_stained_glass" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/brown_stained_glass_pane_noside.json b/1.16.5/assets/minecraft/models/block/brown_stained_glass_pane_noside.json new file mode 100644 index 00000000..3b43194e --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/brown_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glass_pane_noside", + "textures": { + "pane": "minecraft:block/brown_stained_glass" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/brown_stained_glass_pane_noside_alt.json b/1.16.5/assets/minecraft/models/block/brown_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..594f3059 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/brown_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glass_pane_noside_alt", + "textures": { + "pane": "minecraft:block/brown_stained_glass" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/brown_stained_glass_pane_post.json b/1.16.5/assets/minecraft/models/block/brown_stained_glass_pane_post.json new file mode 100644 index 00000000..84221e1b --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/brown_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_post", + "textures": { + "pane": "minecraft:block/brown_stained_glass", + "edge": "minecraft:block/brown_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/brown_stained_glass_pane_side.json b/1.16.5/assets/minecraft/models/block/brown_stained_glass_pane_side.json new file mode 100644 index 00000000..7cc03b06 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/brown_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_side", + "textures": { + "pane": "minecraft:block/brown_stained_glass", + "edge": "minecraft:block/brown_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/brown_stained_glass_pane_side_alt.json b/1.16.5/assets/minecraft/models/block/brown_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..fcbf40b2 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/brown_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_side_alt", + "textures": { + "pane": "minecraft:block/brown_stained_glass", + "edge": "minecraft:block/brown_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/brown_terracotta.json b/1.16.5/assets/minecraft/models/block/brown_terracotta.json new file mode 100644 index 00000000..4bbb7fe7 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/brown_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/brown_terracotta" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/brown_wool.json b/1.16.5/assets/minecraft/models/block/brown_wool.json new file mode 100644 index 00000000..25c88429 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/brown_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/brown_wool" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/bubble_coral.json b/1.16.5/assets/minecraft/models/block/bubble_coral.json new file mode 100644 index 00000000..b0f75a33 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/bubble_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/bubble_coral" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/bubble_coral_block.json b/1.16.5/assets/minecraft/models/block/bubble_coral_block.json new file mode 100644 index 00000000..fc5708cd --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/bubble_coral_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/bubble_coral_block" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/bubble_coral_fan.json b/1.16.5/assets/minecraft/models/block/bubble_coral_fan.json new file mode 100644 index 00000000..5f6d2d2b --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/bubble_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/coral_fan", + "textures": { + "fan": "minecraft:block/bubble_coral_fan" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/bubble_coral_wall_fan.json b/1.16.5/assets/minecraft/models/block/bubble_coral_wall_fan.json new file mode 100644 index 00000000..b13aa967 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/bubble_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/coral_wall_fan", + "textures": { + "fan": "minecraft:block/bubble_coral_fan" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/button.json b/1.16.5/assets/minecraft/models/block/button.json new file mode 100644 index 00000000..8b5c506b --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/button.json @@ -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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/button_inventory.json b/1.16.5/assets/minecraft/models/block/button_inventory.json new file mode 100644 index 00000000..7a13742d --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/button_inventory.json @@ -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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/button_pressed.json b/1.16.5/assets/minecraft/models/block/button_pressed.json new file mode 100644 index 00000000..5c6e96fa --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/button_pressed.json @@ -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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/cactus.json b/1.16.5/assets/minecraft/models/block/cactus.json new file mode 100644 index 00000000..46318970 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/cactus.json @@ -0,0 +1,32 @@ +{ "parent": "block/block", + "ambientocclusion": false, + "textures": { + "particle": "block/cactus_side", + "bottom": "block/cactus_bottom", + "top": "block/cactus_top", + "side": "block/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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/cake.json b/1.16.5/assets/minecraft/models/block/cake.json new file mode 100644 index 00000000..1bc93473 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/cake.json @@ -0,0 +1,21 @@ +{ + "textures": { + "particle": "block/cake_side", + "bottom": "block/cake_bottom", + "top": "block/cake_top", + "side": "block/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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/cake_slice1.json b/1.16.5/assets/minecraft/models/block/cake_slice1.json new file mode 100644 index 00000000..ca6d8d85 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/cake_slice1.json @@ -0,0 +1,22 @@ +{ + "textures": { + "particle": "block/cake_side", + "bottom": "block/cake_bottom", + "top": "block/cake_top", + "side": "block/cake_side", + "inside": "block/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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/cake_slice2.json b/1.16.5/assets/minecraft/models/block/cake_slice2.json new file mode 100644 index 00000000..7714c0d0 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/cake_slice2.json @@ -0,0 +1,22 @@ +{ + "textures": { + "particle": "block/cake_side", + "bottom": "block/cake_bottom", + "top": "block/cake_top", + "side": "block/cake_side", + "inside": "block/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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/cake_slice3.json b/1.16.5/assets/minecraft/models/block/cake_slice3.json new file mode 100644 index 00000000..8d45a88a --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/cake_slice3.json @@ -0,0 +1,22 @@ +{ + "textures": { + "particle": "block/cake_side", + "bottom": "block/cake_bottom", + "top": "block/cake_top", + "side": "block/cake_side", + "inside": "block/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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/cake_slice4.json b/1.16.5/assets/minecraft/models/block/cake_slice4.json new file mode 100644 index 00000000..00bab48e --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/cake_slice4.json @@ -0,0 +1,22 @@ +{ + "textures": { + "particle": "block/cake_side", + "bottom": "block/cake_bottom", + "top": "block/cake_top", + "side": "block/cake_side", + "inside": "block/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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/cake_slice5.json b/1.16.5/assets/minecraft/models/block/cake_slice5.json new file mode 100644 index 00000000..518af838 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/cake_slice5.json @@ -0,0 +1,22 @@ +{ + "textures": { + "particle": "block/cake_side", + "bottom": "block/cake_bottom", + "top": "block/cake_top", + "side": "block/cake_side", + "inside": "block/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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/cake_slice6.json b/1.16.5/assets/minecraft/models/block/cake_slice6.json new file mode 100644 index 00000000..97151ba5 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/cake_slice6.json @@ -0,0 +1,22 @@ +{ + "textures": { + "particle": "block/cake_side", + "bottom": "block/cake_bottom", + "top": "block/cake_top", + "side": "block/cake_side", + "inside": "block/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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/campfire.json b/1.16.5/assets/minecraft/models/block/campfire.json new file mode 100644 index 00000000..ff5db784 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/campfire.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_campfire", + "textures": { + "fire": "minecraft:block/campfire_fire", + "lit_log": "minecraft:block/campfire_log_lit" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/campfire_off.json b/1.16.5/assets/minecraft/models/block/campfire_off.json new file mode 100644 index 00000000..9dc54761 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/campfire_off.json @@ -0,0 +1,74 @@ +{ + "parent": "block/block", + "display": { + "head": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 10.5, 0 ], + "scale":[ 1, 1, 1 ] + } + }, + "textures": { + "particle": "block/campfire_log", + "log": "block/campfire_log" + }, + "elements": [ + { + "from": [ 1, 0, 0 ], + "to": [ 5, 4, 16 ], + "faces": { + "north": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "north" }, + "east": { "uv": [ 0, 1, 16, 5 ], "texture": "#log" }, + "south": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "south" }, + "west": { "uv": [ 16, 0, 0, 4 ], "texture": "#log" }, + "up": { "uv": [ 0, 0, 16, 4 ], "rotation": 90, "texture": "#log" }, + "down": { "uv": [ 0, 0, 16, 4 ], "rotation": 90, "texture": "#log", "cullface": "down" } + } + }, + { + "from": [ 0, 3, 11 ], + "to": [ 16, 7, 15 ], + "faces": { + "north": { "uv": [ 16, 0, 0, 4 ], "texture": "#log" }, + "east": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "east" }, + "south": { "uv": [ 0, 0, 16, 4 ], "texture": "#log" }, + "west": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "west" }, + "up": { "uv": [ 0, 0, 16, 4 ], "rotation": 180, "texture": "#log" }, + "down": { "uv": [ 0, 0, 16, 4 ], "texture": "#log" } + } + }, + { + "from": [ 11, 0, 0 ], + "to": [ 15, 4, 16 ], + "faces": { + "north": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "north" }, + "east": { "uv": [ 0, 0, 16, 4 ], "texture": "#log" }, + "south": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "south" }, + "west": { "uv": [ 16, 1, 0, 5 ], "texture": "#log" }, + "up": { "uv": [ 0, 0, 16, 4 ], "rotation": 90, "texture": "#log" }, + "down": { "uv": [ 0, 0, 16, 4 ], "rotation": 90, "texture": "#log", "cullface": "down" } + } + }, + { + "from": [ 0, 3, 1 ], + "to": [ 16, 7, 5 ], + "faces": { + "north": { "uv": [ 0, 0, 16, 4 ], "texture": "#log" }, + "east": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "east" }, + "south": { "uv": [ 16, 0, 0, 4 ], "texture": "#log" }, + "west": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "west" }, + "up": { "uv": [ 0, 0, 16, 4 ], "rotation": 180, "texture": "#log" }, + "down": { "uv": [ 0, 0, 16, 4 ], "texture": "#log" } + } + }, + { + "from": [ 5, 0, 0 ], + "to": [ 11, 1, 16 ], + "faces": { + "north": {"uv": [ 0, 15, 6, 16 ], "texture": "#log", "cullface": "north" }, + "south": {"uv": [ 10, 15, 16, 16 ], "texture": "#log", "cullface": "south" }, + "up": {"uv": [ 0, 8, 16, 14 ], "rotation": 90, "texture": "#log" }, + "down": {"uv": [ 0, 8, 16, 14 ], "rotation": 90, "texture": "#log", "cullface": "down" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/carpet.json b/1.16.5/assets/minecraft/models/block/carpet.json new file mode 100644 index 00000000..b52a1105 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/carpet.json @@ -0,0 +1,19 @@ +{ + "parent": "block/thin_block", + "textures": { + "particle": "#wool" + }, + "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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/carrots_stage0.json b/1.16.5/assets/minecraft/models/block/carrots_stage0.json new file mode 100644 index 00000000..f1dcc6e6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/carrots_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/crop", + "textures": { + "crop": "minecraft:block/carrots_stage0" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/carrots_stage1.json b/1.16.5/assets/minecraft/models/block/carrots_stage1.json new file mode 100644 index 00000000..dda9356e --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/carrots_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/crop", + "textures": { + "crop": "minecraft:block/carrots_stage1" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/carrots_stage2.json b/1.16.5/assets/minecraft/models/block/carrots_stage2.json new file mode 100644 index 00000000..ffc0a559 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/carrots_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/crop", + "textures": { + "crop": "minecraft:block/carrots_stage2" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/carrots_stage3.json b/1.16.5/assets/minecraft/models/block/carrots_stage3.json new file mode 100644 index 00000000..aeb7406a --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/carrots_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/crop", + "textures": { + "crop": "minecraft:block/carrots_stage3" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/cartography_table.json b/1.16.5/assets/minecraft/models/block/cartography_table.json new file mode 100644 index 00000000..758bf84d --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/cartography_table.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "particle": "minecraft:block/cartography_table_side3", + "north": "minecraft:block/cartography_table_side3", + "south": "minecraft:block/cartography_table_side1", + "east": "minecraft:block/cartography_table_side3", + "west": "minecraft:block/cartography_table_side2", + "up": "minecraft:block/cartography_table_top", + "down": "minecraft:block/dark_oak_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/carved_pumpkin.json b/1.16.5/assets/minecraft/models/block/carved_pumpkin.json new file mode 100644 index 00000000..64809965 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/carved_pumpkin.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/orientable", + "textures": { + "top": "minecraft:block/pumpkin_top", + "front": "minecraft:block/carved_pumpkin", + "side": "minecraft:block/pumpkin_side" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/cauldron.json b/1.16.5/assets/minecraft/models/block/cauldron.json new file mode 100644 index 00000000..28a4d2b6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/cauldron.json @@ -0,0 +1,148 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/cauldron_side", + "top": "block/cauldron_top", + "bottom": "block/cauldron_bottom", + "side": "block/cauldron_side", + "inside": "block/cauldron_inner" + }, + "elements": [ + { + "from": [ 0, 3, 0 ], + "to": [ 2, 16, 16 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side", "cullface": "up" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "west" }, + "up": { "texture": "#top", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 2, 3, 2 ], + "to": [ 14, 4, 14 ], + "faces": { + "up": { "texture": "#inside", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 14, 3, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "up" }, + "up": { "texture": "#top", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 2, 3, 0 ], + "to": [ 14, 16, 2 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "south": { "texture": "#side", "cullface": "up" }, + "up": { "texture": "#top", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 2, 3, 14 ], + "to": [ 14, 16, 16 ], + "faces": { + "north": { "texture": "#side", "cullface": "up" }, + "south": { "texture": "#side", "cullface": "south" }, + "up": { "texture": "#top", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 0, 0, 0 ], + "to": [ 4, 3, 2 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 0, 0, 2 ], + "to": [ 2, 3, 4 ], + "faces": { + "east": { "texture": "#side" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 12, 0, 0 ], + "to": [ 16, 3, 2 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 14, 0, 2 ], + "to": [ 16, 3, 4 ], + "faces": { + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 0, 0, 14 ], + "to": [ 4, 3, 16 ], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 0, 0, 12 ], + "to": [ 2, 3, 14 ], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 12, 0, 14 ], + "to": [ 16, 3, 16 ], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 14, 0, 12 ], + "to": [ 16, 3, 14 ], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side", "cullface": "east" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/cauldron_level1.json b/1.16.5/assets/minecraft/models/block/cauldron_level1.json new file mode 100644 index 00000000..14a568b0 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/cauldron_level1.json @@ -0,0 +1,156 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/cauldron_side", + "top": "block/cauldron_top", + "bottom": "block/cauldron_bottom", + "side": "block/cauldron_side", + "inside": "block/cauldron_inner", + "water": "block/water_still" + }, + "elements": [ + { + "from": [ 0, 3, 0 ], + "to": [ 2, 16, 16 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side", "cullface": "up" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "west" }, + "up": { "texture": "#top", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 2, 3, 2 ], + "to": [ 14, 4, 14 ], + "faces": { + "up": { "texture": "#inside", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 14, 3, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "up" }, + "up": { "texture": "#top", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 2, 3, 0 ], + "to": [ 14, 16, 2 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "south": { "texture": "#side", "cullface": "up" }, + "up": { "texture": "#top", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 2, 3, 14 ], + "to": [ 14, 16, 16 ], + "faces": { + "north": { "texture": "#side", "cullface": "up" }, + "south": { "texture": "#side", "cullface": "south" }, + "up": { "texture": "#top", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 0, 0, 0 ], + "to": [ 4, 3, 2 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 0, 0, 2 ], + "to": [ 2, 3, 4 ], + "faces": { + "east": { "texture": "#side" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 12, 0, 0 ], + "to": [ 16, 3, 2 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 14, 0, 2 ], + "to": [ 16, 3, 4 ], + "faces": { + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 0, 0, 14 ], + "to": [ 4, 3, 16 ], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 0, 0, 12 ], + "to": [ 2, 3, 14 ], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 12, 0, 14 ], + "to": [ 16, 3, 16 ], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 14, 0, 12 ], + "to": [ 16, 3, 14 ], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side", "cullface": "east" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 2, 4, 2 ], + "to": [ 14, 9, 14 ], + "faces": { + "up": { "texture": "#water", "tintindex": 0, "cullface": "up" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/cauldron_level2.json b/1.16.5/assets/minecraft/models/block/cauldron_level2.json new file mode 100644 index 00000000..40cb48bd --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/cauldron_level2.json @@ -0,0 +1,156 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/cauldron_side", + "top": "block/cauldron_top", + "bottom": "block/cauldron_bottom", + "side": "block/cauldron_side", + "inside": "block/cauldron_inner", + "water": "block/water_still" + }, + "elements": [ + { + "from": [ 0, 3, 0 ], + "to": [ 2, 16, 16 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side", "cullface": "up" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "west" }, + "up": { "texture": "#top", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 2, 3, 2 ], + "to": [ 14, 4, 14 ], + "faces": { + "up": { "texture": "#inside", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 14, 3, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "up" }, + "up": { "texture": "#top", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 2, 3, 0 ], + "to": [ 14, 16, 2 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "south": { "texture": "#side", "cullface": "up" }, + "up": { "texture": "#top", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 2, 3, 14 ], + "to": [ 14, 16, 16 ], + "faces": { + "north": { "texture": "#side", "cullface": "up" }, + "south": { "texture": "#side", "cullface": "south" }, + "up": { "texture": "#top", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 0, 0, 0 ], + "to": [ 4, 3, 2 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 0, 0, 2 ], + "to": [ 2, 3, 4 ], + "faces": { + "east": { "texture": "#side" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 12, 0, 0 ], + "to": [ 16, 3, 2 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 14, 0, 2 ], + "to": [ 16, 3, 4 ], + "faces": { + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 0, 0, 14 ], + "to": [ 4, 3, 16 ], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 0, 0, 12 ], + "to": [ 2, 3, 14 ], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 12, 0, 14 ], + "to": [ 16, 3, 16 ], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 14, 0, 12 ], + "to": [ 16, 3, 14 ], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side", "cullface": "east" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 2, 4, 2 ], + "to": [ 14, 12, 14 ], + "faces": { + "up": { "texture": "#water", "tintindex": 0, "cullface": "up" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/cauldron_level3.json b/1.16.5/assets/minecraft/models/block/cauldron_level3.json new file mode 100644 index 00000000..ff587ee0 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/cauldron_level3.json @@ -0,0 +1,156 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/cauldron_side", + "top": "block/cauldron_top", + "bottom": "block/cauldron_bottom", + "side": "block/cauldron_side", + "inside": "block/cauldron_inner", + "water": "block/water_still" + }, + "elements": [ + { + "from": [ 0, 3, 0 ], + "to": [ 2, 16, 16 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side", "cullface": "up" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "west" }, + "up": { "texture": "#top", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 2, 3, 2 ], + "to": [ 14, 4, 14 ], + "faces": { + "up": { "texture": "#inside", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 14, 3, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "up" }, + "up": { "texture": "#top", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 2, 3, 0 ], + "to": [ 14, 16, 2 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "south": { "texture": "#side", "cullface": "up" }, + "up": { "texture": "#top", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 2, 3, 14 ], + "to": [ 14, 16, 16 ], + "faces": { + "north": { "texture": "#side", "cullface": "up" }, + "south": { "texture": "#side", "cullface": "south" }, + "up": { "texture": "#top", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 0, 0, 0 ], + "to": [ 4, 3, 2 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 0, 0, 2 ], + "to": [ 2, 3, 4 ], + "faces": { + "east": { "texture": "#side" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 12, 0, 0 ], + "to": [ 16, 3, 2 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 14, 0, 2 ], + "to": [ 16, 3, 4 ], + "faces": { + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 0, 0, 14 ], + "to": [ 4, 3, 16 ], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 0, 0, 12 ], + "to": [ 2, 3, 14 ], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 12, 0, 14 ], + "to": [ 16, 3, 16 ], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 14, 0, 12 ], + "to": [ 16, 3, 14 ], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side", "cullface": "east" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 2, 4, 2 ], + "to": [ 14, 15, 14 ], + "faces": { + "up": { "texture": "#water", "tintindex": 0, "cullface": "up" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/chain.json b/1.16.5/assets/minecraft/models/block/chain.json new file mode 100644 index 00000000..8fd8ee80 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/chain.json @@ -0,0 +1,29 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/chain", + "all": "block/chain" + }, + "elements": [ + { + "from": [ 6.5, 0, 8 ], + "to": [ 9.5, 16, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45}, + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 3, 16 ], "texture": "#all" }, + "south": { "uv": [ 0, 0, 3, 16 ], "texture": "#all" } + } + }, + { + "from": [ 8, 0, 6.5 ], + "to": [ 8, 16, 9.5 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45}, + "shade": false, + "faces": { + "west": { "uv": [ 3, 0, 6, 16 ], "texture": "#all" }, + "east": { "uv": [ 3, 0, 6, 16 ], "texture": "#all" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/chain_command_block.json b/1.16.5/assets/minecraft/models/block/chain_command_block.json new file mode 100644 index 00000000..cf884ea6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/chain_command_block.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/template_command_block", + "textures": { + "front": "minecraft:block/chain_command_block_front", + "back": "minecraft:block/chain_command_block_back", + "side": "minecraft:block/chain_command_block_side" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/chain_command_block_conditional.json b/1.16.5/assets/minecraft/models/block/chain_command_block_conditional.json new file mode 100644 index 00000000..79b58b3c --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/chain_command_block_conditional.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/template_command_block", + "textures": { + "front": "minecraft:block/chain_command_block_front", + "back": "minecraft:block/chain_command_block_back", + "side": "minecraft:block/chain_command_block_conditional" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/chest.json b/1.16.5/assets/minecraft/models/block/chest.json new file mode 100644 index 00000000..9406a849 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/chest.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "minecraft:block/oak_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/chipped_anvil.json b/1.16.5/assets/minecraft/models/block/chipped_anvil.json new file mode 100644 index 00000000..57719879 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/chipped_anvil.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_anvil", + "textures": { + "top": "minecraft:block/chipped_anvil_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/chiseled_nether_bricks.json b/1.16.5/assets/minecraft/models/block/chiseled_nether_bricks.json new file mode 100644 index 00000000..c66e73c6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/chiseled_nether_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/chiseled_nether_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/chiseled_polished_blackstone.json b/1.16.5/assets/minecraft/models/block/chiseled_polished_blackstone.json new file mode 100644 index 00000000..4b0db517 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/chiseled_polished_blackstone.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/chiseled_polished_blackstone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/chiseled_quartz_block.json b/1.16.5/assets/minecraft/models/block/chiseled_quartz_block.json new file mode 100644 index 00000000..562af81e --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/chiseled_quartz_block.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/chiseled_quartz_block_top", + "side": "minecraft:block/chiseled_quartz_block" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/chiseled_red_sandstone.json b/1.16.5/assets/minecraft/models/block/chiseled_red_sandstone.json new file mode 100644 index 00000000..d33075b1 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/chiseled_red_sandstone.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/red_sandstone_top", + "side": "minecraft:block/chiseled_red_sandstone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/chiseled_sandstone.json b/1.16.5/assets/minecraft/models/block/chiseled_sandstone.json new file mode 100644 index 00000000..3ce22859 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/chiseled_sandstone.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/sandstone_top", + "side": "minecraft:block/chiseled_sandstone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/chiseled_stone_bricks.json b/1.16.5/assets/minecraft/models/block/chiseled_stone_bricks.json new file mode 100644 index 00000000..6bbb7c88 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/chiseled_stone_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/chiseled_stone_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/chorus_flower.json b/1.16.5/assets/minecraft/models/block/chorus_flower.json new file mode 100644 index 00000000..bec10d07 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/chorus_flower.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_chorus_flower", + "textures": { + "texture": "minecraft:block/chorus_flower" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/chorus_flower_dead.json b/1.16.5/assets/minecraft/models/block/chorus_flower_dead.json new file mode 100644 index 00000000..10519e8a --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/chorus_flower_dead.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_chorus_flower", + "textures": { + "texture": "minecraft:block/chorus_flower_dead" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/chorus_plant.json b/1.16.5/assets/minecraft/models/block/chorus_plant.json new file mode 100644 index 00000000..582b7030 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/chorus_plant.json @@ -0,0 +1,81 @@ +{ "parent": "block/block", + "ambientocclusion": false, + "textures": { + "texture": "block/chorus_plant", + "inside": "block/chorus_plant", + "particle": "block/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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/chorus_plant_noside.json b/1.16.5/assets/minecraft/models/block/chorus_plant_noside.json new file mode 100644 index 00000000..e7e60ce6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/chorus_plant_noside.json @@ -0,0 +1,16 @@ +{ + "ambientocclusion": false, + "textures": { + "texture": "block/chorus_plant", + "inside": "block/chorus_plant", + "particle": "block/chorus_plant" + }, + "elements": [ + { "from": [ 4, 4, 4 ], + "to": [ 12, 12, 12 ], + "faces": { + "north": { "texture": "#inside" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/chorus_plant_noside1.json b/1.16.5/assets/minecraft/models/block/chorus_plant_noside1.json new file mode 100644 index 00000000..f3fed503 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/chorus_plant_noside1.json @@ -0,0 +1,26 @@ +{ + "ambientocclusion": false, + "textures": { + "texture": "block/chorus_plant", + "inside": "block/chorus_plant", + "particle": "block/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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/chorus_plant_noside2.json b/1.16.5/assets/minecraft/models/block/chorus_plant_noside2.json new file mode 100644 index 00000000..e2627b9a --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/chorus_plant_noside2.json @@ -0,0 +1,26 @@ +{ + "ambientocclusion": false, + "textures": { + "texture": "block/chorus_plant", + "inside": "block/chorus_plant", + "particle": "block/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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/chorus_plant_noside3.json b/1.16.5/assets/minecraft/models/block/chorus_plant_noside3.json new file mode 100644 index 00000000..f3fed503 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/chorus_plant_noside3.json @@ -0,0 +1,26 @@ +{ + "ambientocclusion": false, + "textures": { + "texture": "block/chorus_plant", + "inside": "block/chorus_plant", + "particle": "block/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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/chorus_plant_side.json b/1.16.5/assets/minecraft/models/block/chorus_plant_side.json new file mode 100644 index 00000000..e8117d24 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/chorus_plant_side.json @@ -0,0 +1,20 @@ +{ + "ambientocclusion": false, + "textures": { + "texture": "block/chorus_plant", + "inside": "block/chorus_plant", + "particle": "block/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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/clay.json b/1.16.5/assets/minecraft/models/block/clay.json new file mode 100644 index 00000000..3e478cd7 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/clay.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/clay" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/coal_block.json b/1.16.5/assets/minecraft/models/block/coal_block.json new file mode 100644 index 00000000..9b1077f1 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/coal_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/coal_block" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/coal_ore.json b/1.16.5/assets/minecraft/models/block/coal_ore.json new file mode 100644 index 00000000..ef7b1541 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/coal_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/coal_ore" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/coarse_dirt.json b/1.16.5/assets/minecraft/models/block/coarse_dirt.json new file mode 100644 index 00000000..2ecdb0d0 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/coarse_dirt.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/coarse_dirt" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/cobblestone.json b/1.16.5/assets/minecraft/models/block/cobblestone.json new file mode 100644 index 00000000..ab65fe90 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/cobblestone.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/cobblestone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/cobblestone_slab.json b/1.16.5/assets/minecraft/models/block/cobblestone_slab.json new file mode 100644 index 00000000..c11c45f5 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/cobblestone_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/cobblestone", + "top": "minecraft:block/cobblestone", + "side": "minecraft:block/cobblestone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/cobblestone_slab_top.json b/1.16.5/assets/minecraft/models/block/cobblestone_slab_top.json new file mode 100644 index 00000000..4ca5fc83 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/cobblestone_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/cobblestone", + "top": "minecraft:block/cobblestone", + "side": "minecraft:block/cobblestone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/cobblestone_stairs.json b/1.16.5/assets/minecraft/models/block/cobblestone_stairs.json new file mode 100644 index 00000000..92ae6dd2 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/cobblestone_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/cobblestone", + "top": "minecraft:block/cobblestone", + "side": "minecraft:block/cobblestone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/cobblestone_stairs_inner.json b/1.16.5/assets/minecraft/models/block/cobblestone_stairs_inner.json new file mode 100644 index 00000000..9de2601c --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/cobblestone_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/cobblestone", + "top": "minecraft:block/cobblestone", + "side": "minecraft:block/cobblestone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/cobblestone_stairs_outer.json b/1.16.5/assets/minecraft/models/block/cobblestone_stairs_outer.json new file mode 100644 index 00000000..14554684 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/cobblestone_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/cobblestone", + "top": "minecraft:block/cobblestone", + "side": "minecraft:block/cobblestone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/cobblestone_wall_inventory.json b/1.16.5/assets/minecraft/models/block/cobblestone_wall_inventory.json new file mode 100644 index 00000000..3145d2de --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/cobblestone_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "minecraft:block/cobblestone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/cobblestone_wall_post.json b/1.16.5/assets/minecraft/models/block/cobblestone_wall_post.json new file mode 100644 index 00000000..7f47c03f --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/cobblestone_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "minecraft:block/cobblestone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/cobblestone_wall_side.json b/1.16.5/assets/minecraft/models/block/cobblestone_wall_side.json new file mode 100644 index 00000000..f0eabd2b --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/cobblestone_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "minecraft:block/cobblestone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/cobblestone_wall_side_tall.json b/1.16.5/assets/minecraft/models/block/cobblestone_wall_side_tall.json new file mode 100644 index 00000000..d6f66256 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/cobblestone_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "minecraft:block/cobblestone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/cobweb.json b/1.16.5/assets/minecraft/models/block/cobweb.json new file mode 100644 index 00000000..0520c950 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/cobweb.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/cobweb" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/cocoa_stage0.json b/1.16.5/assets/minecraft/models/block/cocoa_stage0.json new file mode 100644 index 00000000..9870dd80 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/cocoa_stage0.json @@ -0,0 +1,27 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/cocoa_stage0", + "cocoa": "block/cocoa_stage0" + }, + "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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/cocoa_stage1.json b/1.16.5/assets/minecraft/models/block/cocoa_stage1.json new file mode 100644 index 00000000..22d12d8d --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/cocoa_stage1.json @@ -0,0 +1,27 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/cocoa_stage1", + "cocoa": "block/cocoa_stage1" + }, + "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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/cocoa_stage2.json b/1.16.5/assets/minecraft/models/block/cocoa_stage2.json new file mode 100644 index 00000000..f6d6b0ab --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/cocoa_stage2.json @@ -0,0 +1,27 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/cocoa_stage2", + "cocoa": "block/cocoa_stage2" + }, + "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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/command_block.json b/1.16.5/assets/minecraft/models/block/command_block.json new file mode 100644 index 00000000..ae6cff44 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/command_block.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/template_command_block", + "textures": { + "front": "minecraft:block/command_block_front", + "back": "minecraft:block/command_block_back", + "side": "minecraft:block/command_block_side" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/command_block_conditional.json b/1.16.5/assets/minecraft/models/block/command_block_conditional.json new file mode 100644 index 00000000..fe90faab --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/command_block_conditional.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/template_command_block", + "textures": { + "front": "minecraft:block/command_block_front", + "back": "minecraft:block/command_block_back", + "side": "minecraft:block/command_block_conditional" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/comparator.json b/1.16.5/assets/minecraft/models/block/comparator.json new file mode 100644 index 00000000..f0203eae --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/comparator.json @@ -0,0 +1,56 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/comparator", + "slab": "block/smooth_stone", + "top": "block/comparator", + "unlit": "block/redstone_torch_off", + "lit": "block/redstone_torch" + }, + "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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/comparator_on.json b/1.16.5/assets/minecraft/models/block/comparator_on.json new file mode 100644 index 00000000..caa96734 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/comparator_on.json @@ -0,0 +1,74 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/comparator_on", + "slab": "block/smooth_stone", + "top": "block/comparator_on", + "unlit": "block/redstone_torch_off", + "lit": "block/redstone_torch" + }, + "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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/comparator_on_subtract.json b/1.16.5/assets/minecraft/models/block/comparator_on_subtract.json new file mode 100644 index 00000000..061cc0be --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/comparator_on_subtract.json @@ -0,0 +1,83 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/comparator_on", + "slab": "block/smooth_stone", + "top": "block/comparator_on", + "unlit": "block/redstone_torch_off", + "lit": "block/redstone_torch" + }, + "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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/comparator_subtract.json b/1.16.5/assets/minecraft/models/block/comparator_subtract.json new file mode 100644 index 00000000..e2ce2031 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/comparator_subtract.json @@ -0,0 +1,65 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/comparator", + "slab": "block/smooth_stone", + "top": "block/comparator", + "unlit": "block/redstone_torch_off", + "lit": "block/redstone_torch" + }, + "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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/composter.json b/1.16.5/assets/minecraft/models/block/composter.json new file mode 100644 index 00000000..0af91965 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/composter.json @@ -0,0 +1,55 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/composter_side", + "top": "block/composter_top", + "bottom": "block/composter_bottom", + "side": "block/composter_side", + "inside": "block/composter_bottom" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 2, 16 ], + "faces": { + "up": { "texture": "#inside", "cullface": "up" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { "from": [ 0, 0, 0 ], + "to": [ 2, 16, 16 ], + "faces": { + "up": { "texture": "#top", "cullface": "up" }, + "north": { "texture": "#side", "cullface": "north" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "west" }, + "east": { "texture": "#side", "cullface": "up" } + } + }, + { "from": [ 14, 0, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "up": { "texture": "#top", "cullface": "up" }, + "north": { "texture": "#side", "cullface": "north" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "up" }, + "east": { "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 2, 0, 0 ], + "to": [ 14, 16, 2 ], + "faces": { + "up": { "texture": "#top", "cullface": "up" }, + "north": { "texture": "#side", "cullface": "north" }, + "south": { "texture": "#side", "cullface": "up" } + } + }, + { "from": [ 2, 0, 14 ], + "to": [ 14, 16, 16 ], + "faces": { + "up": { "texture": "#top", "cullface": "up" }, + "north": { "texture": "#side", "cullface": "up" }, + "south": { "texture": "#side", "cullface": "south" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/composter_contents1.json b/1.16.5/assets/minecraft/models/block/composter_contents1.json new file mode 100644 index 00000000..bee430a2 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/composter_contents1.json @@ -0,0 +1,14 @@ +{ + "textures": { + "particle": "block/composter_compost", + "inside": "block/composter_compost" + }, + "elements": [ + { "from": [ 2, 0, 2 ], + "to": [ 14, 3, 14 ], + "faces": { + "up": { "texture": "#inside", "cullface": "up" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/composter_contents2.json b/1.16.5/assets/minecraft/models/block/composter_contents2.json new file mode 100644 index 00000000..2758c207 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/composter_contents2.json @@ -0,0 +1,14 @@ +{ + "textures": { + "particle": "block/composter_compost", + "inside": "block/composter_compost" + }, + "elements": [ + { "from": [ 2, 0, 2 ], + "to": [ 14, 5, 14 ], + "faces": { + "up": { "texture": "#inside", "cullface": "up" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/composter_contents3.json b/1.16.5/assets/minecraft/models/block/composter_contents3.json new file mode 100644 index 00000000..7888aec6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/composter_contents3.json @@ -0,0 +1,14 @@ +{ + "textures": { + "particle": "block/composter_compost", + "inside": "block/composter_compost" + }, + "elements": [ + { "from": [ 2, 0, 2 ], + "to": [ 14, 7, 14 ], + "faces": { + "up": { "texture": "#inside", "cullface": "up" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/composter_contents4.json b/1.16.5/assets/minecraft/models/block/composter_contents4.json new file mode 100644 index 00000000..24be6a0c --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/composter_contents4.json @@ -0,0 +1,14 @@ +{ + "textures": { + "particle": "block/composter_compost", + "inside": "block/composter_compost" + }, + "elements": [ + { "from": [ 2, 0, 2 ], + "to": [ 14, 9, 14 ], + "faces": { + "up": { "texture": "#inside", "cullface": "up" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/composter_contents5.json b/1.16.5/assets/minecraft/models/block/composter_contents5.json new file mode 100644 index 00000000..724fa445 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/composter_contents5.json @@ -0,0 +1,14 @@ +{ + "textures": { + "particle": "block/composter_compost", + "inside": "block/composter_compost" + }, + "elements": [ + { "from": [ 2, 0, 2 ], + "to": [ 14, 11, 14 ], + "faces": { + "up": { "texture": "#inside", "cullface": "up" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/composter_contents6.json b/1.16.5/assets/minecraft/models/block/composter_contents6.json new file mode 100644 index 00000000..2613218a --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/composter_contents6.json @@ -0,0 +1,14 @@ +{ + "textures": { + "particle": "block/composter_compost", + "inside": "block/composter_compost" + }, + "elements": [ + { "from": [ 2, 0, 2 ], + "to": [ 14, 13, 14 ], + "faces": { + "up": { "texture": "#inside", "cullface": "up" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/composter_contents7.json b/1.16.5/assets/minecraft/models/block/composter_contents7.json new file mode 100644 index 00000000..2022561d --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/composter_contents7.json @@ -0,0 +1,14 @@ +{ + "textures": { + "particle": "block/composter_compost", + "inside": "block/composter_compost" + }, + "elements": [ + { "from": [ 2, 0, 2 ], + "to": [ 14, 15, 14 ], + "faces": { + "up": { "texture": "#inside", "cullface": "up" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/composter_contents_ready.json b/1.16.5/assets/minecraft/models/block/composter_contents_ready.json new file mode 100644 index 00000000..9fd0e258 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/composter_contents_ready.json @@ -0,0 +1,14 @@ +{ + "textures": { + "particle": "block/composter_compost", + "inside": "block/composter_ready" + }, + "elements": [ + { "from": [ 2, 0, 2 ], + "to": [ 14, 15, 14 ], + "faces": { + "up": { "texture": "#inside", "cullface": "up" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/conduit.json b/1.16.5/assets/minecraft/models/block/conduit.json new file mode 100644 index 00000000..5abfb3b6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/conduit.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "minecraft:block/conduit" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/coral_fan.json b/1.16.5/assets/minecraft/models/block/coral_fan.json new file mode 100644 index 00000000..e28dd67b --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/coral_fan.json @@ -0,0 +1,44 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#fan" + }, + "elements": [ + { "from": [ 8, 0, 0 ], + "to": [ 24, 0, 16 ], + "rotation": { "origin": [ 8, 0, 0 ], "axis": "z", "angle": 22.5, "rescale": false }, + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#fan", "rotation": 90 }, + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#fan", "rotation": 270 } + } + }, + { "from": [ -8, 0, 0 ], + "to": [ 8, 0, 16 ], + "rotation": { "origin": [ 8, 0, 0 ], "axis": "z", "angle": -22.5, "rescale": false }, + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#fan", "rotation": 270 }, + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#fan", "rotation": 90 } + } + }, + { "from": [ 0, 0, 8 ], + "to": [ 16, 0, 24 ], + "rotation": { "origin": [ 0, 0, 8 ], "axis": "x", "angle": -22.5, "rescale": false }, + "shade": false, + "faces": { + "up": { "uv": [ 16, 16, 0, 0 ], "texture": "#fan" }, + "down": { "uv": [ 16, 0, 0, 16 ], "texture": "#fan" } + } + }, + { "from": [ 0, 0, -8 ], + "to": [ 16, 0, 8 ], + "rotation": { "origin": [ 0, 0, 8 ], "axis": "x", "angle": 22.5, "rescale": false }, + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#fan" }, + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#fan" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/coral_wall_fan.json b/1.16.5/assets/minecraft/models/block/coral_wall_fan.json new file mode 100644 index 00000000..eafe1f8f --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/coral_wall_fan.json @@ -0,0 +1,26 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#fan" + }, + "elements": [ + { "from": [ 0, 8, 0 ], + "to": [ 16, 8, 16 ], + "rotation": { "origin": [ 8, 8, 14 ], "axis": "x", "angle": 22.5, "rescale": true }, + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#fan" }, + "down": { "uv": [ 16, 16, 0, 0 ], "texture": "#fan" } + } + }, + { "from": [ 0, 8, 0 ], + "to": [ 16, 8, 16 ], + "rotation": { "origin": [ 8, 8, 14 ], "axis": "x", "angle": -22.5, "rescale": true }, + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#fan" }, + "down": { "uv": [ 16, 16, 0, 0 ], "texture": "#fan" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/cornflower.json b/1.16.5/assets/minecraft/models/block/cornflower.json new file mode 100644 index 00000000..01ec1857 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/cornflower.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/cornflower" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/cracked_nether_bricks.json b/1.16.5/assets/minecraft/models/block/cracked_nether_bricks.json new file mode 100644 index 00000000..403c18f0 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/cracked_nether_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/cracked_nether_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/cracked_polished_blackstone_bricks.json b/1.16.5/assets/minecraft/models/block/cracked_polished_blackstone_bricks.json new file mode 100644 index 00000000..e36eda13 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/cracked_polished_blackstone_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/cracked_polished_blackstone_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/cracked_stone_bricks.json b/1.16.5/assets/minecraft/models/block/cracked_stone_bricks.json new file mode 100644 index 00000000..8628046d --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/cracked_stone_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/cracked_stone_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/crafting_table.json b/1.16.5/assets/minecraft/models/block/crafting_table.json new file mode 100644 index 00000000..8c01686f --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/crafting_table.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "particle": "minecraft:block/crafting_table_front", + "north": "minecraft:block/crafting_table_front", + "south": "minecraft:block/crafting_table_side", + "east": "minecraft:block/crafting_table_side", + "west": "minecraft:block/crafting_table_front", + "up": "minecraft:block/crafting_table_top", + "down": "minecraft:block/oak_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/crimson_button.json b/1.16.5/assets/minecraft/models/block/crimson_button.json new file mode 100644 index 00000000..c57c4255 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/crimson_button.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/button", + "textures": { + "texture": "minecraft:block/crimson_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/crimson_button_inventory.json b/1.16.5/assets/minecraft/models/block/crimson_button_inventory.json new file mode 100644 index 00000000..06d1baa2 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/crimson_button_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/button_inventory", + "textures": { + "texture": "minecraft:block/crimson_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/crimson_button_pressed.json b/1.16.5/assets/minecraft/models/block/crimson_button_pressed.json new file mode 100644 index 00000000..2ba39bd9 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/crimson_button_pressed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/button_pressed", + "textures": { + "texture": "minecraft:block/crimson_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/crimson_door_bottom.json b/1.16.5/assets/minecraft/models/block/crimson_door_bottom.json new file mode 100644 index 00000000..4134bc94 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/crimson_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_bottom", + "textures": { + "top": "minecraft:block/crimson_door_top", + "bottom": "minecraft:block/crimson_door_bottom" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/crimson_door_bottom_hinge.json b/1.16.5/assets/minecraft/models/block/crimson_door_bottom_hinge.json new file mode 100644 index 00000000..e333ba66 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/crimson_door_bottom_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_bottom_rh", + "textures": { + "top": "minecraft:block/crimson_door_top", + "bottom": "minecraft:block/crimson_door_bottom" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/crimson_door_top.json b/1.16.5/assets/minecraft/models/block/crimson_door_top.json new file mode 100644 index 00000000..583078de --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/crimson_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_top", + "textures": { + "top": "minecraft:block/crimson_door_top", + "bottom": "minecraft:block/crimson_door_bottom" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/crimson_door_top_hinge.json b/1.16.5/assets/minecraft/models/block/crimson_door_top_hinge.json new file mode 100644 index 00000000..c7b8a8bb --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/crimson_door_top_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_top_rh", + "textures": { + "top": "minecraft:block/crimson_door_top", + "bottom": "minecraft:block/crimson_door_bottom" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/crimson_fence_gate.json b/1.16.5/assets/minecraft/models/block/crimson_fence_gate.json new file mode 100644 index 00000000..6599c50b --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/crimson_fence_gate.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fence_gate", + "textures": { + "texture": "minecraft:block/crimson_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/crimson_fence_gate_open.json b/1.16.5/assets/minecraft/models/block/crimson_fence_gate_open.json new file mode 100644 index 00000000..9777833a --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/crimson_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fence_gate_open", + "textures": { + "texture": "minecraft:block/crimson_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/crimson_fence_gate_wall.json b/1.16.5/assets/minecraft/models/block/crimson_fence_gate_wall.json new file mode 100644 index 00000000..b3704b27 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/crimson_fence_gate_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fence_gate_wall", + "textures": { + "texture": "minecraft:block/crimson_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/crimson_fence_gate_wall_open.json b/1.16.5/assets/minecraft/models/block/crimson_fence_gate_wall_open.json new file mode 100644 index 00000000..5ba60043 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/crimson_fence_gate_wall_open.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fence_gate_wall_open", + "textures": { + "texture": "minecraft:block/crimson_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/crimson_fence_inventory.json b/1.16.5/assets/minecraft/models/block/crimson_fence_inventory.json new file mode 100644 index 00000000..16f625d5 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/crimson_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/fence_inventory", + "textures": { + "texture": "minecraft:block/crimson_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/crimson_fence_post.json b/1.16.5/assets/minecraft/models/block/crimson_fence_post.json new file mode 100644 index 00000000..f5f14658 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/crimson_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/fence_post", + "textures": { + "texture": "minecraft:block/crimson_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/crimson_fence_side.json b/1.16.5/assets/minecraft/models/block/crimson_fence_side.json new file mode 100644 index 00000000..62765764 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/crimson_fence_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/fence_side", + "textures": { + "texture": "minecraft:block/crimson_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/crimson_fungus.json b/1.16.5/assets/minecraft/models/block/crimson_fungus.json new file mode 100644 index 00000000..351e2bce --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/crimson_fungus.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/crimson_fungus" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/crimson_hyphae.json b/1.16.5/assets/minecraft/models/block/crimson_hyphae.json new file mode 100644 index 00000000..43c990a5 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/crimson_hyphae.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/crimson_stem", + "side": "minecraft:block/crimson_stem" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/crimson_nylium.json b/1.16.5/assets/minecraft/models/block/crimson_nylium.json new file mode 100644 index 00000000..60a7e3ad --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/crimson_nylium.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/cube_bottom_top", + "textures": { + "top": "minecraft:block/crimson_nylium", + "bottom": "minecraft:block/netherrack", + "side": "minecraft:block/crimson_nylium_side" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/crimson_planks.json b/1.16.5/assets/minecraft/models/block/crimson_planks.json new file mode 100644 index 00000000..9bf1ea13 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/crimson_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/crimson_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/crimson_pressure_plate.json b/1.16.5/assets/minecraft/models/block/crimson_pressure_plate.json new file mode 100644 index 00000000..6d6a2265 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/crimson_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/pressure_plate_up", + "textures": { + "texture": "minecraft:block/crimson_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/crimson_pressure_plate_down.json b/1.16.5/assets/minecraft/models/block/crimson_pressure_plate_down.json new file mode 100644 index 00000000..df5febdd --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/crimson_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/pressure_plate_down", + "textures": { + "texture": "minecraft:block/crimson_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/crimson_roots.json b/1.16.5/assets/minecraft/models/block/crimson_roots.json new file mode 100644 index 00000000..5bf542bc --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/crimson_roots.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/crimson_roots" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/crimson_sign.json b/1.16.5/assets/minecraft/models/block/crimson_sign.json new file mode 100644 index 00000000..1b9953d8 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/crimson_sign.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "minecraft:block/crimson_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/crimson_slab.json b/1.16.5/assets/minecraft/models/block/crimson_slab.json new file mode 100644 index 00000000..b9b29bb5 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/crimson_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/crimson_planks", + "top": "minecraft:block/crimson_planks", + "side": "minecraft:block/crimson_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/crimson_slab_top.json b/1.16.5/assets/minecraft/models/block/crimson_slab_top.json new file mode 100644 index 00000000..dcffd17a --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/crimson_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/crimson_planks", + "top": "minecraft:block/crimson_planks", + "side": "minecraft:block/crimson_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/crimson_stairs.json b/1.16.5/assets/minecraft/models/block/crimson_stairs.json new file mode 100644 index 00000000..b4c02af7 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/crimson_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/crimson_planks", + "top": "minecraft:block/crimson_planks", + "side": "minecraft:block/crimson_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/crimson_stairs_inner.json b/1.16.5/assets/minecraft/models/block/crimson_stairs_inner.json new file mode 100644 index 00000000..a9c91a6a --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/crimson_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/crimson_planks", + "top": "minecraft:block/crimson_planks", + "side": "minecraft:block/crimson_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/crimson_stairs_outer.json b/1.16.5/assets/minecraft/models/block/crimson_stairs_outer.json new file mode 100644 index 00000000..42ff557e --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/crimson_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/crimson_planks", + "top": "minecraft:block/crimson_planks", + "side": "minecraft:block/crimson_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/crimson_stem.json b/1.16.5/assets/minecraft/models/block/crimson_stem.json new file mode 100644 index 00000000..c8f5c784 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/crimson_stem.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/crimson_stem_top", + "side": "minecraft:block/crimson_stem" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/crimson_trapdoor_bottom.json b/1.16.5/assets/minecraft/models/block/crimson_trapdoor_bottom.json new file mode 100644 index 00000000..b83e4bbc --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/crimson_trapdoor_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_orientable_trapdoor_bottom", + "textures": { + "texture": "minecraft:block/crimson_trapdoor" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/crimson_trapdoor_open.json b/1.16.5/assets/minecraft/models/block/crimson_trapdoor_open.json new file mode 100644 index 00000000..ad3d11e0 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/crimson_trapdoor_open.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_orientable_trapdoor_open", + "textures": { + "texture": "minecraft:block/crimson_trapdoor" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/crimson_trapdoor_top.json b/1.16.5/assets/minecraft/models/block/crimson_trapdoor_top.json new file mode 100644 index 00000000..2b8e4d9f --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/crimson_trapdoor_top.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_orientable_trapdoor_top", + "textures": { + "texture": "minecraft:block/crimson_trapdoor" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/crop.json b/1.16.5/assets/minecraft/models/block/crop.json new file mode 100644 index 00000000..9cc479e4 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/crop.json @@ -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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/cross.json b/1.16.5/assets/minecraft/models/block/cross.json new file mode 100644 index 00000000..37c8b09f --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/cross.json @@ -0,0 +1,26 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#cross" + }, + "elements": [ + { "from": [ 0.8, 0, 8 ], + "to": [ 15.2, 16, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" } + } + }, + { "from": [ 8, 0, 0.8 ], + "to": [ 8, 16, 15.2 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/crying_obsidian.json b/1.16.5/assets/minecraft/models/block/crying_obsidian.json new file mode 100644 index 00000000..95991746 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/crying_obsidian.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/crying_obsidian" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/cube.json b/1.16.5/assets/minecraft/models/block/cube.json new file mode 100644 index 00000000..1b9780b4 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/cube.json @@ -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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/cube_all.json b/1.16.5/assets/minecraft/models/block/cube_all.json new file mode 100644 index 00000000..fa2f9e77 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/cube_all.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "#all", + "down": "#all", + "up": "#all", + "north": "#all", + "east": "#all", + "south": "#all", + "west": "#all" + } +} diff --git a/1.16.5/assets/minecraft/models/block/cube_bottom_top.json b/1.16.5/assets/minecraft/models/block/cube_bottom_top.json new file mode 100644 index 00000000..4c610597 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/cube_bottom_top.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "#side", + "down": "#bottom", + "up": "#top", + "north": "#side", + "east": "#side", + "south": "#side", + "west": "#side" + } +} diff --git a/1.16.5/assets/minecraft/models/block/cube_column.json b/1.16.5/assets/minecraft/models/block/cube_column.json new file mode 100644 index 00000000..358b9847 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/cube_column.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "#side", + "down": "#end", + "up": "#end", + "north": "#side", + "east": "#side", + "south": "#side", + "west": "#side" + } +} diff --git a/1.16.5/assets/minecraft/models/block/cube_column_horizontal.json b/1.16.5/assets/minecraft/models/block/cube_column_horizontal.json new file mode 100644 index 00000000..713dd819 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/cube_column_horizontal.json @@ -0,0 +1,25 @@ +{ + "parent": "block/block", + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "texture": "#down", "cullface": "down" }, + "up": { "texture": "#up", "rotation": 180, "cullface": "up" }, + "north": { "texture": "#north", "cullface": "north" }, + "south": { "texture": "#south", "cullface": "south" }, + "west": { "texture": "#west", "cullface": "west" }, + "east": { "texture": "#east", "cullface": "east" } + } + } + ], + "textures": { + "particle": "#side", + "down": "#end", + "up": "#end", + "north": "#side", + "east": "#side", + "south": "#side", + "west": "#side" + } +} diff --git a/1.16.5/assets/minecraft/models/block/cube_directional.json b/1.16.5/assets/minecraft/models/block/cube_directional.json new file mode 100644 index 00000000..09fadd01 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/cube_directional.json @@ -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 } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/cube_mirrored.json b/1.16.5/assets/minecraft/models/block/cube_mirrored.json new file mode 100644 index 00000000..38f44bda --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/cube_mirrored.json @@ -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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/cube_mirrored_all.json b/1.16.5/assets/minecraft/models/block/cube_mirrored_all.json new file mode 100644 index 00000000..75743f20 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/cube_mirrored_all.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube_mirrored", + "textures": { + "particle": "#all", + "down": "#all", + "up": "#all", + "north": "#all", + "east": "#all", + "south": "#all", + "west": "#all" + } +} diff --git a/1.16.5/assets/minecraft/models/block/cube_top.json b/1.16.5/assets/minecraft/models/block/cube_top.json new file mode 100644 index 00000000..a0c1d569 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/cube_top.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "#side", + "down": "#side", + "up": "#top", + "north": "#side", + "east": "#side", + "south": "#side", + "west": "#side" + } +} diff --git a/1.16.5/assets/minecraft/models/block/cut_red_sandstone.json b/1.16.5/assets/minecraft/models/block/cut_red_sandstone.json new file mode 100644 index 00000000..120aff8f --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/cut_red_sandstone.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/red_sandstone_top", + "side": "minecraft:block/cut_red_sandstone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/cut_red_sandstone_slab.json b/1.16.5/assets/minecraft/models/block/cut_red_sandstone_slab.json new file mode 100644 index 00000000..5a0dc28a --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/cut_red_sandstone_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/red_sandstone_top", + "top": "minecraft:block/red_sandstone_top", + "side": "minecraft:block/cut_red_sandstone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/cut_red_sandstone_slab_top.json b/1.16.5/assets/minecraft/models/block/cut_red_sandstone_slab_top.json new file mode 100644 index 00000000..72b4bb65 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/cut_red_sandstone_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/red_sandstone_top", + "top": "minecraft:block/red_sandstone_top", + "side": "minecraft:block/cut_red_sandstone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/cut_sandstone.json b/1.16.5/assets/minecraft/models/block/cut_sandstone.json new file mode 100644 index 00000000..00a391fc --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/cut_sandstone.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/sandstone_top", + "side": "minecraft:block/cut_sandstone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/cut_sandstone_slab.json b/1.16.5/assets/minecraft/models/block/cut_sandstone_slab.json new file mode 100644 index 00000000..c61004da --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/cut_sandstone_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/sandstone_top", + "top": "minecraft:block/sandstone_top", + "side": "minecraft:block/cut_sandstone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/cut_sandstone_slab_top.json b/1.16.5/assets/minecraft/models/block/cut_sandstone_slab_top.json new file mode 100644 index 00000000..c0c0becd --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/cut_sandstone_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/sandstone_top", + "top": "minecraft:block/sandstone_top", + "side": "minecraft:block/cut_sandstone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/cyan_carpet.json b/1.16.5/assets/minecraft/models/block/cyan_carpet.json new file mode 100644 index 00000000..65c4e330 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/cyan_carpet.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/carpet", + "textures": { + "wool": "minecraft:block/cyan_wool" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/cyan_concrete.json b/1.16.5/assets/minecraft/models/block/cyan_concrete.json new file mode 100644 index 00000000..4972d16f --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/cyan_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/cyan_concrete" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/cyan_concrete_powder.json b/1.16.5/assets/minecraft/models/block/cyan_concrete_powder.json new file mode 100644 index 00000000..0043a499 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/cyan_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/cyan_concrete_powder" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/cyan_glazed_terracotta.json b/1.16.5/assets/minecraft/models/block/cyan_glazed_terracotta.json new file mode 100644 index 00000000..19e3f705 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/cyan_glazed_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glazed_terracotta", + "textures": { + "pattern": "minecraft:block/cyan_glazed_terracotta" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/cyan_shulker_box.json b/1.16.5/assets/minecraft/models/block/cyan_shulker_box.json new file mode 100644 index 00000000..748f7d9f --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/cyan_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "minecraft:block/cyan_shulker_box" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/cyan_stained_glass.json b/1.16.5/assets/minecraft/models/block/cyan_stained_glass.json new file mode 100644 index 00000000..7966749e --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/cyan_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/cyan_stained_glass" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/cyan_stained_glass_pane_noside.json b/1.16.5/assets/minecraft/models/block/cyan_stained_glass_pane_noside.json new file mode 100644 index 00000000..c3caf2ef --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/cyan_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glass_pane_noside", + "textures": { + "pane": "minecraft:block/cyan_stained_glass" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/cyan_stained_glass_pane_noside_alt.json b/1.16.5/assets/minecraft/models/block/cyan_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..596a41aa --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/cyan_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glass_pane_noside_alt", + "textures": { + "pane": "minecraft:block/cyan_stained_glass" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/cyan_stained_glass_pane_post.json b/1.16.5/assets/minecraft/models/block/cyan_stained_glass_pane_post.json new file mode 100644 index 00000000..f56f76cb --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/cyan_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_post", + "textures": { + "pane": "minecraft:block/cyan_stained_glass", + "edge": "minecraft:block/cyan_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/cyan_stained_glass_pane_side.json b/1.16.5/assets/minecraft/models/block/cyan_stained_glass_pane_side.json new file mode 100644 index 00000000..eeae110a --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/cyan_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_side", + "textures": { + "pane": "minecraft:block/cyan_stained_glass", + "edge": "minecraft:block/cyan_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/cyan_stained_glass_pane_side_alt.json b/1.16.5/assets/minecraft/models/block/cyan_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..bca5712f --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/cyan_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_side_alt", + "textures": { + "pane": "minecraft:block/cyan_stained_glass", + "edge": "minecraft:block/cyan_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/cyan_terracotta.json b/1.16.5/assets/minecraft/models/block/cyan_terracotta.json new file mode 100644 index 00000000..bbf073e1 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/cyan_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/cyan_terracotta" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/cyan_wool.json b/1.16.5/assets/minecraft/models/block/cyan_wool.json new file mode 100644 index 00000000..d686a240 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/cyan_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/cyan_wool" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/damaged_anvil.json b/1.16.5/assets/minecraft/models/block/damaged_anvil.json new file mode 100644 index 00000000..33ea477b --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/damaged_anvil.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_anvil", + "textures": { + "top": "minecraft:block/damaged_anvil_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/dandelion.json b/1.16.5/assets/minecraft/models/block/dandelion.json new file mode 100644 index 00000000..1b23461e --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/dandelion.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/dandelion" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/dark_oak_button.json b/1.16.5/assets/minecraft/models/block/dark_oak_button.json new file mode 100644 index 00000000..9a8ceb0e --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/dark_oak_button.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/button", + "textures": { + "texture": "minecraft:block/dark_oak_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/dark_oak_button_inventory.json b/1.16.5/assets/minecraft/models/block/dark_oak_button_inventory.json new file mode 100644 index 00000000..682f7e70 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/dark_oak_button_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/button_inventory", + "textures": { + "texture": "minecraft:block/dark_oak_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/dark_oak_button_pressed.json b/1.16.5/assets/minecraft/models/block/dark_oak_button_pressed.json new file mode 100644 index 00000000..9212bf49 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/dark_oak_button_pressed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/button_pressed", + "textures": { + "texture": "minecraft:block/dark_oak_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/dark_oak_door_bottom.json b/1.16.5/assets/minecraft/models/block/dark_oak_door_bottom.json new file mode 100644 index 00000000..f65ed88d --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/dark_oak_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_bottom", + "textures": { + "top": "minecraft:block/dark_oak_door_top", + "bottom": "minecraft:block/dark_oak_door_bottom" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/dark_oak_door_bottom_hinge.json b/1.16.5/assets/minecraft/models/block/dark_oak_door_bottom_hinge.json new file mode 100644 index 00000000..e33d09c1 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/dark_oak_door_bottom_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_bottom_rh", + "textures": { + "top": "minecraft:block/dark_oak_door_top", + "bottom": "minecraft:block/dark_oak_door_bottom" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/dark_oak_door_top.json b/1.16.5/assets/minecraft/models/block/dark_oak_door_top.json new file mode 100644 index 00000000..6bb09789 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/dark_oak_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_top", + "textures": { + "top": "minecraft:block/dark_oak_door_top", + "bottom": "minecraft:block/dark_oak_door_bottom" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/dark_oak_door_top_hinge.json b/1.16.5/assets/minecraft/models/block/dark_oak_door_top_hinge.json new file mode 100644 index 00000000..3a63670a --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/dark_oak_door_top_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_top_rh", + "textures": { + "top": "minecraft:block/dark_oak_door_top", + "bottom": "minecraft:block/dark_oak_door_bottom" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/dark_oak_fence_gate.json b/1.16.5/assets/minecraft/models/block/dark_oak_fence_gate.json new file mode 100644 index 00000000..d6cd9106 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/dark_oak_fence_gate.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fence_gate", + "textures": { + "texture": "minecraft:block/dark_oak_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/dark_oak_fence_gate_open.json b/1.16.5/assets/minecraft/models/block/dark_oak_fence_gate_open.json new file mode 100644 index 00000000..5ab6d1bc --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/dark_oak_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fence_gate_open", + "textures": { + "texture": "minecraft:block/dark_oak_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/dark_oak_fence_gate_wall.json b/1.16.5/assets/minecraft/models/block/dark_oak_fence_gate_wall.json new file mode 100644 index 00000000..5e372cce --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/dark_oak_fence_gate_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fence_gate_wall", + "textures": { + "texture": "minecraft:block/dark_oak_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/dark_oak_fence_gate_wall_open.json b/1.16.5/assets/minecraft/models/block/dark_oak_fence_gate_wall_open.json new file mode 100644 index 00000000..81181a3e --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/dark_oak_fence_gate_wall_open.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fence_gate_wall_open", + "textures": { + "texture": "minecraft:block/dark_oak_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/dark_oak_fence_inventory.json b/1.16.5/assets/minecraft/models/block/dark_oak_fence_inventory.json new file mode 100644 index 00000000..34976cb6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/dark_oak_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/fence_inventory", + "textures": { + "texture": "minecraft:block/dark_oak_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/dark_oak_fence_post.json b/1.16.5/assets/minecraft/models/block/dark_oak_fence_post.json new file mode 100644 index 00000000..7ddb63e0 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/dark_oak_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/fence_post", + "textures": { + "texture": "minecraft:block/dark_oak_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/dark_oak_fence_side.json b/1.16.5/assets/minecraft/models/block/dark_oak_fence_side.json new file mode 100644 index 00000000..6db6293c --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/dark_oak_fence_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/fence_side", + "textures": { + "texture": "minecraft:block/dark_oak_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/dark_oak_leaves.json b/1.16.5/assets/minecraft/models/block/dark_oak_leaves.json new file mode 100644 index 00000000..c5a0ee7c --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/dark_oak_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/leaves", + "textures": { + "all": "minecraft:block/dark_oak_leaves" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/dark_oak_log.json b/1.16.5/assets/minecraft/models/block/dark_oak_log.json new file mode 100644 index 00000000..0a875950 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/dark_oak_log.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/dark_oak_log_top", + "side": "minecraft:block/dark_oak_log" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/dark_oak_log_horizontal.json b/1.16.5/assets/minecraft/models/block/dark_oak_log_horizontal.json new file mode 100644 index 00000000..044f4d5a --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/dark_oak_log_horizontal.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column_horizontal", + "textures": { + "end": "minecraft:block/dark_oak_log_top", + "side": "minecraft:block/dark_oak_log" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/dark_oak_planks.json b/1.16.5/assets/minecraft/models/block/dark_oak_planks.json new file mode 100644 index 00000000..443669e9 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/dark_oak_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/dark_oak_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/dark_oak_pressure_plate.json b/1.16.5/assets/minecraft/models/block/dark_oak_pressure_plate.json new file mode 100644 index 00000000..cae875a7 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/dark_oak_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/pressure_plate_up", + "textures": { + "texture": "minecraft:block/dark_oak_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/dark_oak_pressure_plate_down.json b/1.16.5/assets/minecraft/models/block/dark_oak_pressure_plate_down.json new file mode 100644 index 00000000..8effed63 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/dark_oak_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/pressure_plate_down", + "textures": { + "texture": "minecraft:block/dark_oak_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/dark_oak_sapling.json b/1.16.5/assets/minecraft/models/block/dark_oak_sapling.json new file mode 100644 index 00000000..bc9e9532 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/dark_oak_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/dark_oak_sapling" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/dark_oak_sign.json b/1.16.5/assets/minecraft/models/block/dark_oak_sign.json new file mode 100644 index 00000000..52cfc99c --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/dark_oak_sign.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "minecraft:block/dark_oak_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/dark_oak_slab.json b/1.16.5/assets/minecraft/models/block/dark_oak_slab.json new file mode 100644 index 00000000..c3383dc2 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/dark_oak_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/dark_oak_planks", + "top": "minecraft:block/dark_oak_planks", + "side": "minecraft:block/dark_oak_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/dark_oak_slab_top.json b/1.16.5/assets/minecraft/models/block/dark_oak_slab_top.json new file mode 100644 index 00000000..dedc4150 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/dark_oak_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/dark_oak_planks", + "top": "minecraft:block/dark_oak_planks", + "side": "minecraft:block/dark_oak_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/dark_oak_stairs.json b/1.16.5/assets/minecraft/models/block/dark_oak_stairs.json new file mode 100644 index 00000000..7bbda053 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/dark_oak_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/dark_oak_planks", + "top": "minecraft:block/dark_oak_planks", + "side": "minecraft:block/dark_oak_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/dark_oak_stairs_inner.json b/1.16.5/assets/minecraft/models/block/dark_oak_stairs_inner.json new file mode 100644 index 00000000..40f6c6b1 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/dark_oak_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/dark_oak_planks", + "top": "minecraft:block/dark_oak_planks", + "side": "minecraft:block/dark_oak_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/dark_oak_stairs_outer.json b/1.16.5/assets/minecraft/models/block/dark_oak_stairs_outer.json new file mode 100644 index 00000000..6e9b4f90 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/dark_oak_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/dark_oak_planks", + "top": "minecraft:block/dark_oak_planks", + "side": "minecraft:block/dark_oak_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/dark_oak_trapdoor_bottom.json b/1.16.5/assets/minecraft/models/block/dark_oak_trapdoor_bottom.json new file mode 100644 index 00000000..332c78b6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/dark_oak_trapdoor_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_trapdoor_bottom", + "textures": { + "texture": "minecraft:block/dark_oak_trapdoor" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/dark_oak_trapdoor_open.json b/1.16.5/assets/minecraft/models/block/dark_oak_trapdoor_open.json new file mode 100644 index 00000000..911cfb10 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/dark_oak_trapdoor_open.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_trapdoor_open", + "textures": { + "texture": "minecraft:block/dark_oak_trapdoor" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/dark_oak_trapdoor_top.json b/1.16.5/assets/minecraft/models/block/dark_oak_trapdoor_top.json new file mode 100644 index 00000000..44233202 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/dark_oak_trapdoor_top.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_trapdoor_top", + "textures": { + "texture": "minecraft:block/dark_oak_trapdoor" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/dark_oak_wood.json b/1.16.5/assets/minecraft/models/block/dark_oak_wood.json new file mode 100644 index 00000000..ac9cad05 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/dark_oak_wood.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/dark_oak_log", + "side": "minecraft:block/dark_oak_log" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/dark_prismarine.json b/1.16.5/assets/minecraft/models/block/dark_prismarine.json new file mode 100644 index 00000000..545193a6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/dark_prismarine.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/dark_prismarine" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/dark_prismarine_slab.json b/1.16.5/assets/minecraft/models/block/dark_prismarine_slab.json new file mode 100644 index 00000000..2a3ef1f1 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/dark_prismarine_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/dark_prismarine", + "top": "minecraft:block/dark_prismarine", + "side": "minecraft:block/dark_prismarine" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/dark_prismarine_slab_top.json b/1.16.5/assets/minecraft/models/block/dark_prismarine_slab_top.json new file mode 100644 index 00000000..b9cc950f --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/dark_prismarine_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/dark_prismarine", + "top": "minecraft:block/dark_prismarine", + "side": "minecraft:block/dark_prismarine" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/dark_prismarine_stairs.json b/1.16.5/assets/minecraft/models/block/dark_prismarine_stairs.json new file mode 100644 index 00000000..3505158e --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/dark_prismarine_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/dark_prismarine", + "top": "minecraft:block/dark_prismarine", + "side": "minecraft:block/dark_prismarine" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/dark_prismarine_stairs_inner.json b/1.16.5/assets/minecraft/models/block/dark_prismarine_stairs_inner.json new file mode 100644 index 00000000..94ad8313 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/dark_prismarine_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/dark_prismarine", + "top": "minecraft:block/dark_prismarine", + "side": "minecraft:block/dark_prismarine" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/dark_prismarine_stairs_outer.json b/1.16.5/assets/minecraft/models/block/dark_prismarine_stairs_outer.json new file mode 100644 index 00000000..2064c1d6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/dark_prismarine_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/dark_prismarine", + "top": "minecraft:block/dark_prismarine", + "side": "minecraft:block/dark_prismarine" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/daylight_detector.json b/1.16.5/assets/minecraft/models/block/daylight_detector.json new file mode 100644 index 00000000..bbc0cced --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/daylight_detector.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_daylight_detector", + "textures": { + "top": "minecraft:block/daylight_detector_top", + "side": "minecraft:block/daylight_detector_side" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/daylight_detector_inverted.json b/1.16.5/assets/minecraft/models/block/daylight_detector_inverted.json new file mode 100644 index 00000000..5ab891d7 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/daylight_detector_inverted.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_daylight_detector", + "textures": { + "top": "minecraft:block/daylight_detector_inverted_top", + "side": "minecraft:block/daylight_detector_side" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/dead_brain_coral.json b/1.16.5/assets/minecraft/models/block/dead_brain_coral.json new file mode 100644 index 00000000..b6ddeefd --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/dead_brain_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/dead_brain_coral" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/dead_brain_coral_block.json b/1.16.5/assets/minecraft/models/block/dead_brain_coral_block.json new file mode 100644 index 00000000..d81ec753 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/dead_brain_coral_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/dead_brain_coral_block" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/dead_brain_coral_fan.json b/1.16.5/assets/minecraft/models/block/dead_brain_coral_fan.json new file mode 100644 index 00000000..e9bc5a20 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/dead_brain_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/coral_fan", + "textures": { + "fan": "minecraft:block/dead_brain_coral_fan" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/dead_brain_coral_wall_fan.json b/1.16.5/assets/minecraft/models/block/dead_brain_coral_wall_fan.json new file mode 100644 index 00000000..6c25874d --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/dead_brain_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/coral_wall_fan", + "textures": { + "fan": "minecraft:block/dead_brain_coral_fan" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/dead_bubble_coral.json b/1.16.5/assets/minecraft/models/block/dead_bubble_coral.json new file mode 100644 index 00000000..62708cfc --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/dead_bubble_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/dead_bubble_coral" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/dead_bubble_coral_block.json b/1.16.5/assets/minecraft/models/block/dead_bubble_coral_block.json new file mode 100644 index 00000000..53b47644 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/dead_bubble_coral_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/dead_bubble_coral_block" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/dead_bubble_coral_fan.json b/1.16.5/assets/minecraft/models/block/dead_bubble_coral_fan.json new file mode 100644 index 00000000..4f104c5a --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/dead_bubble_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/coral_fan", + "textures": { + "fan": "minecraft:block/dead_bubble_coral_fan" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/dead_bubble_coral_wall_fan.json b/1.16.5/assets/minecraft/models/block/dead_bubble_coral_wall_fan.json new file mode 100644 index 00000000..e9f9688a --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/dead_bubble_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/coral_wall_fan", + "textures": { + "fan": "minecraft:block/dead_bubble_coral_fan" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/dead_bush.json b/1.16.5/assets/minecraft/models/block/dead_bush.json new file mode 100644 index 00000000..01573a5c --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/dead_bush.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/dead_bush" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/dead_fire_coral.json b/1.16.5/assets/minecraft/models/block/dead_fire_coral.json new file mode 100644 index 00000000..8121184a --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/dead_fire_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/dead_fire_coral" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/dead_fire_coral_block.json b/1.16.5/assets/minecraft/models/block/dead_fire_coral_block.json new file mode 100644 index 00000000..a49a17a2 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/dead_fire_coral_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/dead_fire_coral_block" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/dead_fire_coral_fan.json b/1.16.5/assets/minecraft/models/block/dead_fire_coral_fan.json new file mode 100644 index 00000000..7eb4884d --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/dead_fire_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/coral_fan", + "textures": { + "fan": "minecraft:block/dead_fire_coral_fan" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/dead_fire_coral_wall_fan.json b/1.16.5/assets/minecraft/models/block/dead_fire_coral_wall_fan.json new file mode 100644 index 00000000..62abee0b --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/dead_fire_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/coral_wall_fan", + "textures": { + "fan": "minecraft:block/dead_fire_coral_fan" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/dead_horn_coral.json b/1.16.5/assets/minecraft/models/block/dead_horn_coral.json new file mode 100644 index 00000000..ea1fb389 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/dead_horn_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/dead_horn_coral" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/dead_horn_coral_block.json b/1.16.5/assets/minecraft/models/block/dead_horn_coral_block.json new file mode 100644 index 00000000..6e6505d9 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/dead_horn_coral_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/dead_horn_coral_block" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/dead_horn_coral_fan.json b/1.16.5/assets/minecraft/models/block/dead_horn_coral_fan.json new file mode 100644 index 00000000..0a14c1c6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/dead_horn_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/coral_fan", + "textures": { + "fan": "minecraft:block/dead_horn_coral_fan" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/dead_horn_coral_wall_fan.json b/1.16.5/assets/minecraft/models/block/dead_horn_coral_wall_fan.json new file mode 100644 index 00000000..e303e967 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/dead_horn_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/coral_wall_fan", + "textures": { + "fan": "minecraft:block/dead_horn_coral_fan" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/dead_sea_pickle.json b/1.16.5/assets/minecraft/models/block/dead_sea_pickle.json new file mode 100644 index 00000000..ce3ee6eb --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/dead_sea_pickle.json @@ -0,0 +1,27 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/sea_pickle", + "all": "block/sea_pickle" + }, + "elements": [ + { "from": [ 6, 0, 6 ], + "to": [ 10, 6, 10 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" } + } + }, + { + "from": [ 6, 5.95, 6 ], + "to": [ 10, 5.95, 10 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/dead_tube_coral.json b/1.16.5/assets/minecraft/models/block/dead_tube_coral.json new file mode 100644 index 00000000..568dd7cb --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/dead_tube_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/dead_tube_coral" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/dead_tube_coral_block.json b/1.16.5/assets/minecraft/models/block/dead_tube_coral_block.json new file mode 100644 index 00000000..7768abbf --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/dead_tube_coral_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/dead_tube_coral_block" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/dead_tube_coral_fan.json b/1.16.5/assets/minecraft/models/block/dead_tube_coral_fan.json new file mode 100644 index 00000000..31080a1b --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/dead_tube_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/coral_fan", + "textures": { + "fan": "minecraft:block/dead_tube_coral_fan" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/dead_tube_coral_wall_fan.json b/1.16.5/assets/minecraft/models/block/dead_tube_coral_wall_fan.json new file mode 100644 index 00000000..20dab6c1 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/dead_tube_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/coral_wall_fan", + "textures": { + "fan": "minecraft:block/dead_tube_coral_fan" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/detector_rail.json b/1.16.5/assets/minecraft/models/block/detector_rail.json new file mode 100644 index 00000000..22b66826 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/detector_rail.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/rail_flat", + "textures": { + "rail": "minecraft:block/detector_rail" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/detector_rail_on.json b/1.16.5/assets/minecraft/models/block/detector_rail_on.json new file mode 100644 index 00000000..0cba22b8 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/detector_rail_on.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/rail_flat", + "textures": { + "rail": "minecraft:block/detector_rail_on" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/detector_rail_on_raised_ne.json b/1.16.5/assets/minecraft/models/block/detector_rail_on_raised_ne.json new file mode 100644 index 00000000..fe6bd149 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/detector_rail_on_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_rail_raised_ne", + "textures": { + "rail": "minecraft:block/detector_rail_on" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/detector_rail_on_raised_sw.json b/1.16.5/assets/minecraft/models/block/detector_rail_on_raised_sw.json new file mode 100644 index 00000000..65615170 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/detector_rail_on_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_rail_raised_sw", + "textures": { + "rail": "minecraft:block/detector_rail_on" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/detector_rail_raised_ne.json b/1.16.5/assets/minecraft/models/block/detector_rail_raised_ne.json new file mode 100644 index 00000000..9128675b --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/detector_rail_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_rail_raised_ne", + "textures": { + "rail": "minecraft:block/detector_rail" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/detector_rail_raised_sw.json b/1.16.5/assets/minecraft/models/block/detector_rail_raised_sw.json new file mode 100644 index 00000000..74ee588f --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/detector_rail_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_rail_raised_sw", + "textures": { + "rail": "minecraft:block/detector_rail" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/diamond_block.json b/1.16.5/assets/minecraft/models/block/diamond_block.json new file mode 100644 index 00000000..a021068b --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/diamond_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/diamond_block" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/diamond_ore.json b/1.16.5/assets/minecraft/models/block/diamond_ore.json new file mode 100644 index 00000000..ca8480e5 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/diamond_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/diamond_ore" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/diorite.json b/1.16.5/assets/minecraft/models/block/diorite.json new file mode 100644 index 00000000..9f1f6eba --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/diorite.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/diorite" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/diorite_slab.json b/1.16.5/assets/minecraft/models/block/diorite_slab.json new file mode 100644 index 00000000..730d6734 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/diorite_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/diorite", + "top": "minecraft:block/diorite", + "side": "minecraft:block/diorite" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/diorite_slab_top.json b/1.16.5/assets/minecraft/models/block/diorite_slab_top.json new file mode 100644 index 00000000..42a274cf --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/diorite_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/diorite", + "top": "minecraft:block/diorite", + "side": "minecraft:block/diorite" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/diorite_stairs.json b/1.16.5/assets/minecraft/models/block/diorite_stairs.json new file mode 100644 index 00000000..198405b2 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/diorite_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/diorite", + "top": "minecraft:block/diorite", + "side": "minecraft:block/diorite" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/diorite_stairs_inner.json b/1.16.5/assets/minecraft/models/block/diorite_stairs_inner.json new file mode 100644 index 00000000..175e4793 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/diorite_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/diorite", + "top": "minecraft:block/diorite", + "side": "minecraft:block/diorite" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/diorite_stairs_outer.json b/1.16.5/assets/minecraft/models/block/diorite_stairs_outer.json new file mode 100644 index 00000000..5de40df5 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/diorite_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/diorite", + "top": "minecraft:block/diorite", + "side": "minecraft:block/diorite" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/diorite_wall_inventory.json b/1.16.5/assets/minecraft/models/block/diorite_wall_inventory.json new file mode 100644 index 00000000..9e364aa8 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/diorite_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "minecraft:block/diorite" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/diorite_wall_post.json b/1.16.5/assets/minecraft/models/block/diorite_wall_post.json new file mode 100644 index 00000000..7f161101 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/diorite_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "minecraft:block/diorite" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/diorite_wall_side.json b/1.16.5/assets/minecraft/models/block/diorite_wall_side.json new file mode 100644 index 00000000..633d2539 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/diorite_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "minecraft:block/diorite" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/diorite_wall_side_tall.json b/1.16.5/assets/minecraft/models/block/diorite_wall_side_tall.json new file mode 100644 index 00000000..0e5ea70f --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/diorite_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "minecraft:block/diorite" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/dirt.json b/1.16.5/assets/minecraft/models/block/dirt.json new file mode 100644 index 00000000..04794138 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/dirt.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/dirt" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/dispenser.json b/1.16.5/assets/minecraft/models/block/dispenser.json new file mode 100644 index 00000000..d34ff2db --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/dispenser.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/orientable", + "textures": { + "top": "minecraft:block/furnace_top", + "front": "minecraft:block/dispenser_front", + "side": "minecraft:block/furnace_side" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/dispenser_vertical.json b/1.16.5/assets/minecraft/models/block/dispenser_vertical.json new file mode 100644 index 00000000..7b681162 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/dispenser_vertical.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/orientable_vertical", + "textures": { + "front": "minecraft:block/dispenser_front_vertical", + "side": "minecraft:block/furnace_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/door_bottom.json b/1.16.5/assets/minecraft/models/block/door_bottom.json new file mode 100644 index 00000000..905758fe --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/door_bottom.json @@ -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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/door_bottom_rh.json b/1.16.5/assets/minecraft/models/block/door_bottom_rh.json new file mode 100644 index 00000000..26acf4c7 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/door_bottom_rh.json @@ -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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/door_top.json b/1.16.5/assets/minecraft/models/block/door_top.json new file mode 100644 index 00000000..809fa443 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/door_top.json @@ -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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/door_top_rh.json b/1.16.5/assets/minecraft/models/block/door_top_rh.json new file mode 100644 index 00000000..e7d2f930 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/door_top_rh.json @@ -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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/dragon_egg.json b/1.16.5/assets/minecraft/models/block/dragon_egg.json new file mode 100644 index 00000000..19e6c4e2 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/dragon_egg.json @@ -0,0 +1,97 @@ +{ "parent": "block/block", + "ambientocclusion": false, + "textures": { + "particle": "block/dragon_egg", + "all": "block/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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/dried_kelp_block.json b/1.16.5/assets/minecraft/models/block/dried_kelp_block.json new file mode 100644 index 00000000..4d76967b --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/dried_kelp_block.json @@ -0,0 +1,25 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/dried_kelp_side", + "down": "block/dried_kelp_bottom", + "up": "block/dried_kelp_top", + "north": "block/dried_kelp_side", + "east": "block/dried_kelp_side", + "south": "block/dried_kelp_side", + "west": "block/dried_kelp_side" + }, + "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": { "uv": [16, 0, 0, 16], "texture": "#south", "cullface": "south" }, + "west": { "texture": "#west", "cullface": "west" }, + "east": { "uv": [16, 0, 0, 16], "texture": "#east", "cullface": "east" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/dropper.json b/1.16.5/assets/minecraft/models/block/dropper.json new file mode 100644 index 00000000..e5dd35a2 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/dropper.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/orientable", + "textures": { + "top": "minecraft:block/furnace_top", + "front": "minecraft:block/dropper_front", + "side": "minecraft:block/furnace_side" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/dropper_vertical.json b/1.16.5/assets/minecraft/models/block/dropper_vertical.json new file mode 100644 index 00000000..98c24a7a --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/dropper_vertical.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/orientable_vertical", + "textures": { + "front": "minecraft:block/dropper_front_vertical", + "side": "minecraft:block/furnace_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/emerald_block.json b/1.16.5/assets/minecraft/models/block/emerald_block.json new file mode 100644 index 00000000..ae7a4f4c --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/emerald_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/emerald_block" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/emerald_ore.json b/1.16.5/assets/minecraft/models/block/emerald_ore.json new file mode 100644 index 00000000..b71c29b8 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/emerald_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/emerald_ore" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/enchanting_table.json b/1.16.5/assets/minecraft/models/block/enchanting_table.json new file mode 100644 index 00000000..404ca9a3 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/enchanting_table.json @@ -0,0 +1,21 @@ +{ "parent": "block/block", + "textures": { + "particle": "block/enchanting_table_bottom", + "bottom": "block/enchanting_table_bottom", + "top": "block/enchanting_table_top", + "side": "block/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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/end_portal.json b/1.16.5/assets/minecraft/models/block/end_portal.json new file mode 100644 index 00000000..ae6b33b2 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/end_portal.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "minecraft:block/obsidian" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/end_portal_frame.json b/1.16.5/assets/minecraft/models/block/end_portal_frame.json new file mode 100644 index 00000000..ac716efd --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/end_portal_frame.json @@ -0,0 +1,21 @@ +{ "parent": "block/block", + "textures": { + "particle": "block/end_portal_frame_side", + "bottom": "block/end_stone", + "top": "block/end_portal_frame_top", + "side": "block/end_portal_frame_side" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 13, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 0, 3, 16, 16 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 0, 3, 16, 16 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 3, 16, 16 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 3, 16, 16 ], "texture": "#side", "cullface": "east" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/end_portal_frame_filled.json b/1.16.5/assets/minecraft/models/block/end_portal_frame_filled.json new file mode 100644 index 00000000..b3ed9297 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/end_portal_frame_filled.json @@ -0,0 +1,32 @@ +{ + "textures": { + "particle": "block/end_portal_frame_side", + "bottom": "block/end_stone", + "top": "block/end_portal_frame_top", + "side": "block/end_portal_frame_side", + "eye": "block/end_portal_frame_eye" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 13, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 0, 3, 16, 16 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 0, 3, 16, 16 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 3, 16, 16 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 3, 16, 16 ], "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 4, 13, 4 ], + "to": [ 12, 16, 12 ], + "faces": { + "up": { "uv": [ 4, 4, 12, 12 ], "texture": "#eye", "cullface": "up" }, + "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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/end_rod.json b/1.16.5/assets/minecraft/models/block/end_rod.json new file mode 100644 index 00000000..04326c78 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/end_rod.json @@ -0,0 +1,44 @@ +{ "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": "block/end_rod", + "particle": "block/end_rod" + }, + "elements": [ + { + "from": [ 6, 0, 6 ], + "to": [ 10, 1, 10 ], + "faces": { + "down": { "uv": [ 6, 6, 2, 2 ], "texture": "#end_rod", "cullface": "down" }, + "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": { + "up": { "uv": [ 2, 0, 4, 2 ], "texture": "#end_rod", "cullface": "up" }, + "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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/end_stone.json b/1.16.5/assets/minecraft/models/block/end_stone.json new file mode 100644 index 00000000..b3cc680e --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/end_stone.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/end_stone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/end_stone_brick_slab.json b/1.16.5/assets/minecraft/models/block/end_stone_brick_slab.json new file mode 100644 index 00000000..c197e4cb --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/end_stone_brick_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/end_stone_bricks", + "top": "minecraft:block/end_stone_bricks", + "side": "minecraft:block/end_stone_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/end_stone_brick_slab_top.json b/1.16.5/assets/minecraft/models/block/end_stone_brick_slab_top.json new file mode 100644 index 00000000..e7f37831 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/end_stone_brick_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/end_stone_bricks", + "top": "minecraft:block/end_stone_bricks", + "side": "minecraft:block/end_stone_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/end_stone_brick_stairs.json b/1.16.5/assets/minecraft/models/block/end_stone_brick_stairs.json new file mode 100644 index 00000000..1e838be1 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/end_stone_brick_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/end_stone_bricks", + "top": "minecraft:block/end_stone_bricks", + "side": "minecraft:block/end_stone_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/end_stone_brick_stairs_inner.json b/1.16.5/assets/minecraft/models/block/end_stone_brick_stairs_inner.json new file mode 100644 index 00000000..fae9fec7 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/end_stone_brick_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/end_stone_bricks", + "top": "minecraft:block/end_stone_bricks", + "side": "minecraft:block/end_stone_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/end_stone_brick_stairs_outer.json b/1.16.5/assets/minecraft/models/block/end_stone_brick_stairs_outer.json new file mode 100644 index 00000000..1284887c --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/end_stone_brick_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/end_stone_bricks", + "top": "minecraft:block/end_stone_bricks", + "side": "minecraft:block/end_stone_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/end_stone_brick_wall_inventory.json b/1.16.5/assets/minecraft/models/block/end_stone_brick_wall_inventory.json new file mode 100644 index 00000000..8d84ef2c --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/end_stone_brick_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "minecraft:block/end_stone_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/end_stone_brick_wall_post.json b/1.16.5/assets/minecraft/models/block/end_stone_brick_wall_post.json new file mode 100644 index 00000000..fba19f84 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/end_stone_brick_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "minecraft:block/end_stone_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/end_stone_brick_wall_side.json b/1.16.5/assets/minecraft/models/block/end_stone_brick_wall_side.json new file mode 100644 index 00000000..be12a31b --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/end_stone_brick_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "minecraft:block/end_stone_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/end_stone_brick_wall_side_tall.json b/1.16.5/assets/minecraft/models/block/end_stone_brick_wall_side_tall.json new file mode 100644 index 00000000..ba695b27 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/end_stone_brick_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "minecraft:block/end_stone_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/end_stone_bricks.json b/1.16.5/assets/minecraft/models/block/end_stone_bricks.json new file mode 100644 index 00000000..fd288c3d --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/end_stone_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/end_stone_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/ender_chest.json b/1.16.5/assets/minecraft/models/block/ender_chest.json new file mode 100644 index 00000000..ae6b33b2 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/ender_chest.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "minecraft:block/obsidian" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/farmland.json b/1.16.5/assets/minecraft/models/block/farmland.json new file mode 100644 index 00000000..6fb9a895 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/farmland.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_farmland", + "textures": { + "dirt": "minecraft:block/dirt", + "top": "minecraft:block/farmland" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/farmland_moist.json b/1.16.5/assets/minecraft/models/block/farmland_moist.json new file mode 100644 index 00000000..4ef2e24b --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/farmland_moist.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_farmland", + "textures": { + "dirt": "minecraft:block/dirt", + "top": "minecraft:block/farmland_moist" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/fence_inventory.json b/1.16.5/assets/minecraft/models/block/fence_inventory.json new file mode 100644 index 00000000..514f7416 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/fence_inventory.json @@ -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" + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/fence_post.json b/1.16.5/assets/minecraft/models/block/fence_post.json new file mode 100644 index 00000000..4f6a7438 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/fence_post.json @@ -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" + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/fence_side.json b/1.16.5/assets/minecraft/models/block/fence_side.json new file mode 100644 index 00000000..7145349b --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/fence_side.json @@ -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" + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/fern.json b/1.16.5/assets/minecraft/models/block/fern.json new file mode 100644 index 00000000..69449f64 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/fern.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/tinted_cross", + "textures": { + "cross": "minecraft:block/fern" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/fire_coral.json b/1.16.5/assets/minecraft/models/block/fire_coral.json new file mode 100644 index 00000000..0eaf71dd --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/fire_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/fire_coral" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/fire_coral_block.json b/1.16.5/assets/minecraft/models/block/fire_coral_block.json new file mode 100644 index 00000000..ad084a77 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/fire_coral_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/fire_coral_block" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/fire_coral_fan.json b/1.16.5/assets/minecraft/models/block/fire_coral_fan.json new file mode 100644 index 00000000..4aec8dd1 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/fire_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/coral_fan", + "textures": { + "fan": "minecraft:block/fire_coral_fan" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/fire_coral_wall_fan.json b/1.16.5/assets/minecraft/models/block/fire_coral_wall_fan.json new file mode 100644 index 00000000..07546a42 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/fire_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/coral_wall_fan", + "textures": { + "fan": "minecraft:block/fire_coral_fan" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/fire_floor0.json b/1.16.5/assets/minecraft/models/block/fire_floor0.json new file mode 100644 index 00000000..f137115d --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/fire_floor0.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fire_floor", + "textures": { + "fire": "minecraft:block/fire_0" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/fire_floor1.json b/1.16.5/assets/minecraft/models/block/fire_floor1.json new file mode 100644 index 00000000..1822fe75 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/fire_floor1.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fire_floor", + "textures": { + "fire": "minecraft:block/fire_1" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/fire_side0.json b/1.16.5/assets/minecraft/models/block/fire_side0.json new file mode 100644 index 00000000..4ae90508 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/fire_side0.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fire_side", + "textures": { + "fire": "minecraft:block/fire_0" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/fire_side1.json b/1.16.5/assets/minecraft/models/block/fire_side1.json new file mode 100644 index 00000000..021602cd --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/fire_side1.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fire_side", + "textures": { + "fire": "minecraft:block/fire_1" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/fire_side_alt0.json b/1.16.5/assets/minecraft/models/block/fire_side_alt0.json new file mode 100644 index 00000000..13e9e56b --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/fire_side_alt0.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fire_side_alt", + "textures": { + "fire": "minecraft:block/fire_0" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/fire_side_alt1.json b/1.16.5/assets/minecraft/models/block/fire_side_alt1.json new file mode 100644 index 00000000..d8a8550b --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/fire_side_alt1.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fire_side_alt", + "textures": { + "fire": "minecraft:block/fire_1" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/fire_up0.json b/1.16.5/assets/minecraft/models/block/fire_up0.json new file mode 100644 index 00000000..ebae15a6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/fire_up0.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fire_up", + "textures": { + "fire": "minecraft:block/fire_0" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/fire_up1.json b/1.16.5/assets/minecraft/models/block/fire_up1.json new file mode 100644 index 00000000..b80f0ebd --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/fire_up1.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fire_up", + "textures": { + "fire": "minecraft:block/fire_1" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/fire_up_alt0.json b/1.16.5/assets/minecraft/models/block/fire_up_alt0.json new file mode 100644 index 00000000..8925e2f0 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/fire_up_alt0.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fire_up_alt", + "textures": { + "fire": "minecraft:block/fire_0" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/fire_up_alt1.json b/1.16.5/assets/minecraft/models/block/fire_up_alt1.json new file mode 100644 index 00000000..696f351c --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/fire_up_alt1.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fire_up_alt", + "textures": { + "fire": "minecraft:block/fire_1" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/fletching_table.json b/1.16.5/assets/minecraft/models/block/fletching_table.json new file mode 100644 index 00000000..4b677417 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/fletching_table.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "particle": "minecraft:block/fletching_table_front", + "north": "minecraft:block/fletching_table_front", + "south": "minecraft:block/fletching_table_front", + "east": "minecraft:block/fletching_table_side", + "west": "minecraft:block/fletching_table_side", + "up": "minecraft:block/fletching_table_top", + "down": "minecraft:block/birch_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/flower_pot.json b/1.16.5/assets/minecraft/models/block/flower_pot.json new file mode 100644 index 00000000..45c7a75b --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/flower_pot.json @@ -0,0 +1,57 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/flower_pot", + "flowerpot": "block/flower_pot", + "dirt": "block/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, 12, 10, 16 ], "texture": "#flowerpot", "cullface": "down" }, + "up": { "uv": [ 6, 6, 10, 10 ], "texture": "#dirt" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/flower_pot_cross.json b/1.16.5/assets/minecraft/models/block/flower_pot_cross.json new file mode 100644 index 00000000..dbc2c9df --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/flower_pot_cross.json @@ -0,0 +1,73 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/flower_pot", + "flowerpot": "block/flower_pot", + "dirt": "block/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, 12, 10, 16 ], "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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/four_dead_sea_pickles.json b/1.16.5/assets/minecraft/models/block/four_dead_sea_pickles.json new file mode 100644 index 00000000..5b5b0e7b --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/four_dead_sea_pickles.json @@ -0,0 +1,84 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/sea_pickle", + "all": "block/sea_pickle" + }, + "elements": [ + { "from": [ 2, 0, 2 ], + "to": [ 6, 6, 6 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" } + } + }, + { + "from": [ 2, 5.95, 2 ], + "to": [ 6, 5.95, 6 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 9, 0, 10 ], + "to": [ 13, 4, 14 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 9 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 9 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 9 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 9 ], "texture": "#all" } + } + }, + { + "from": [ 9, 3.95, 10 ], + "to": [ 13, 3.95, 14 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 9, 0, 2 ], + "to": [ 13, 6, 6 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" } + } + }, + { + "from": [ 9, 5.95, 2 ], + "to": [ 13, 5.95, 6 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 2, 0, 8 ], + "to": [ 6, 7, 12 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 12 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 12 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 12 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 12 ], "texture": "#all" } + } + }, + { + "from": [ 2, 6.95, 8 ], + "to": [ 6, 6.95, 12 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/four_sea_pickles.json b/1.16.5/assets/minecraft/models/block/four_sea_pickles.json new file mode 100644 index 00000000..fea6d6be --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/four_sea_pickles.json @@ -0,0 +1,164 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/sea_pickle", + "all": "block/sea_pickle" + }, + "elements": [ + { "from": [ 2, 0, 2 ], + "to": [ 6, 6, 6 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" } + } + }, + { + "from": [ 2, 5.95, 2 ], + "to": [ 6, 5.95, 6 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 9, 0, 10 ], + "to": [ 13, 4, 14 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 9 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 9 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 9 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 9 ], "texture": "#all" } + } + }, + { + "from": [ 9, 3.95, 10 ], + "to": [ 13, 3.95, 14 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 9, 0, 2 ], + "to": [ 13, 6, 6 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" } + } + }, + { + "from": [ 9, 5.95, 2 ], + "to": [ 13, 5.95, 6 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 2, 0, 8 ], + "to": [ 6, 7, 12 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 12 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 12 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 12 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 12 ], "texture": "#all" } + } + }, + { + "from": [ 2, 6.95, 8 ], + "to": [ 6, 6.95, 12 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 3.5, 5.2, 4 ], + "to": [ 4.5, 8.7, 4 ], + "rotation": { "origin": [ 4, 8, 4 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "south": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + }, + { + "from": [ 4, 5.2, 3.5 ], + "to": [ 4, 8.7, 4.5 ], + "rotation": { "origin": [ 4, 8, 4 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "west": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "east": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + }, + { + "from": [ 10.5, 3.2, 12 ], + "to": [ 11.5, 6.7, 12 ], + "rotation": { "origin": [ 11, 8, 12 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "south": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + }, + { + "from": [ 11, 3.2, 11.5 ], + "to": [ 11, 6.7, 12.5 ], + "rotation": { "origin": [ 11, 8, 12 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "west": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "east": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + }, + { + "from": [ 10.5, 5.2, 4 ], + "to": [ 11.5, 8.7, 4 ], + "rotation": { "origin": [ 11, 8, 4 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "south": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + }, + { + "from": [ 11, 5.2, 3.5 ], + "to": [ 11, 8.7, 4.5 ], + "rotation": { "origin": [ 11, 8, 4 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "west": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "east": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + }, + { + "from": [ 3.5, 6.2, 10 ], + "to": [ 4.5, 9.7, 10 ], + "rotation": { "origin": [ 4, 8, 10 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "south": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + }, + { + "from": [ 4, 6.2, 9.5 ], + "to": [ 4, 9.7, 10.5 ], + "rotation": { "origin": [ 4, 8, 10 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "west": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "east": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/four_slightly_cracked_turtle_eggs.json b/1.16.5/assets/minecraft/models/block/four_slightly_cracked_turtle_eggs.json new file mode 100644 index 00000000..fc2286aa --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/four_slightly_cracked_turtle_eggs.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_four_turtle_eggs", + "textures": { + "all": "minecraft:block/turtle_egg_slightly_cracked" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/four_turtle_eggs.json b/1.16.5/assets/minecraft/models/block/four_turtle_eggs.json new file mode 100644 index 00000000..89506934 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/four_turtle_eggs.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_four_turtle_eggs", + "textures": { + "all": "minecraft:block/turtle_egg" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/four_very_cracked_turtle_eggs.json b/1.16.5/assets/minecraft/models/block/four_very_cracked_turtle_eggs.json new file mode 100644 index 00000000..6d6a8a6d --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/four_very_cracked_turtle_eggs.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_four_turtle_eggs", + "textures": { + "all": "minecraft:block/turtle_egg_very_cracked" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/frosted_ice_0.json b/1.16.5/assets/minecraft/models/block/frosted_ice_0.json new file mode 100644 index 00000000..1873bb83 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/frosted_ice_0.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/frosted_ice_0" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/frosted_ice_1.json b/1.16.5/assets/minecraft/models/block/frosted_ice_1.json new file mode 100644 index 00000000..ada6d7cf --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/frosted_ice_1.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/frosted_ice_1" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/frosted_ice_2.json b/1.16.5/assets/minecraft/models/block/frosted_ice_2.json new file mode 100644 index 00000000..f97882c6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/frosted_ice_2.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/frosted_ice_2" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/frosted_ice_3.json b/1.16.5/assets/minecraft/models/block/frosted_ice_3.json new file mode 100644 index 00000000..330bb943 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/frosted_ice_3.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/frosted_ice_3" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/furnace.json b/1.16.5/assets/minecraft/models/block/furnace.json new file mode 100644 index 00000000..0a81d4ea --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/furnace.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/orientable", + "textures": { + "top": "minecraft:block/furnace_top", + "front": "minecraft:block/furnace_front", + "side": "minecraft:block/furnace_side" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/furnace_on.json b/1.16.5/assets/minecraft/models/block/furnace_on.json new file mode 100644 index 00000000..92f48017 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/furnace_on.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/orientable", + "textures": { + "top": "minecraft:block/furnace_top", + "front": "minecraft:block/furnace_front_on", + "side": "minecraft:block/furnace_side" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/gilded_blackstone.json b/1.16.5/assets/minecraft/models/block/gilded_blackstone.json new file mode 100644 index 00000000..088b2170 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/gilded_blackstone.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/gilded_blackstone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/glass.json b/1.16.5/assets/minecraft/models/block/glass.json new file mode 100644 index 00000000..4c193d18 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/glass.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/glass" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/glass_pane_noside.json b/1.16.5/assets/minecraft/models/block/glass_pane_noside.json new file mode 100644 index 00000000..dc01ef00 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glass_pane_noside", + "textures": { + "pane": "minecraft:block/glass" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/glass_pane_noside_alt.json b/1.16.5/assets/minecraft/models/block/glass_pane_noside_alt.json new file mode 100644 index 00000000..f0151c1b --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glass_pane_noside_alt", + "textures": { + "pane": "minecraft:block/glass" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/glass_pane_post.json b/1.16.5/assets/minecraft/models/block/glass_pane_post.json new file mode 100644 index 00000000..a88c26d2 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_post", + "textures": { + "pane": "minecraft:block/glass", + "edge": "minecraft:block/glass_pane_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/glass_pane_side.json b/1.16.5/assets/minecraft/models/block/glass_pane_side.json new file mode 100644 index 00000000..78597546 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_side", + "textures": { + "pane": "minecraft:block/glass", + "edge": "minecraft:block/glass_pane_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/glass_pane_side_alt.json b/1.16.5/assets/minecraft/models/block/glass_pane_side_alt.json new file mode 100644 index 00000000..0830c5e5 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_side_alt", + "textures": { + "pane": "minecraft:block/glass", + "edge": "minecraft:block/glass_pane_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/glowstone.json b/1.16.5/assets/minecraft/models/block/glowstone.json new file mode 100644 index 00000000..64b05023 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/glowstone.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/glowstone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/gold_block.json b/1.16.5/assets/minecraft/models/block/gold_block.json new file mode 100644 index 00000000..e4cf5ece --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/gold_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/gold_block" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/gold_ore.json b/1.16.5/assets/minecraft/models/block/gold_ore.json new file mode 100644 index 00000000..e330e823 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/gold_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/gold_ore" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/granite.json b/1.16.5/assets/minecraft/models/block/granite.json new file mode 100644 index 00000000..def59d00 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/granite.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/granite" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/granite_slab.json b/1.16.5/assets/minecraft/models/block/granite_slab.json new file mode 100644 index 00000000..fa54fb09 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/granite_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/granite", + "top": "minecraft:block/granite", + "side": "minecraft:block/granite" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/granite_slab_top.json b/1.16.5/assets/minecraft/models/block/granite_slab_top.json new file mode 100644 index 00000000..6f7d422b --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/granite_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/granite", + "top": "minecraft:block/granite", + "side": "minecraft:block/granite" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/granite_stairs.json b/1.16.5/assets/minecraft/models/block/granite_stairs.json new file mode 100644 index 00000000..ef0f208a --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/granite_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/granite", + "top": "minecraft:block/granite", + "side": "minecraft:block/granite" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/granite_stairs_inner.json b/1.16.5/assets/minecraft/models/block/granite_stairs_inner.json new file mode 100644 index 00000000..217e1ac1 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/granite_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/granite", + "top": "minecraft:block/granite", + "side": "minecraft:block/granite" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/granite_stairs_outer.json b/1.16.5/assets/minecraft/models/block/granite_stairs_outer.json new file mode 100644 index 00000000..3aa6e8a8 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/granite_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/granite", + "top": "minecraft:block/granite", + "side": "minecraft:block/granite" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/granite_wall_inventory.json b/1.16.5/assets/minecraft/models/block/granite_wall_inventory.json new file mode 100644 index 00000000..4fd63ac1 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/granite_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "minecraft:block/granite" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/granite_wall_post.json b/1.16.5/assets/minecraft/models/block/granite_wall_post.json new file mode 100644 index 00000000..896a06a4 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/granite_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "minecraft:block/granite" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/granite_wall_side.json b/1.16.5/assets/minecraft/models/block/granite_wall_side.json new file mode 100644 index 00000000..28bd6f3b --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/granite_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "minecraft:block/granite" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/granite_wall_side_tall.json b/1.16.5/assets/minecraft/models/block/granite_wall_side_tall.json new file mode 100644 index 00000000..b995d75c --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/granite_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "minecraft:block/granite" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/grass.json b/1.16.5/assets/minecraft/models/block/grass.json new file mode 100644 index 00000000..5ffdca5a --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/grass.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/tinted_cross", + "textures": { + "cross": "minecraft:block/grass" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/grass_block.json b/1.16.5/assets/minecraft/models/block/grass_block.json new file mode 100644 index 00000000..94c521cb --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/grass_block.json @@ -0,0 +1,31 @@ +{ "parent": "block/block", + "textures": { + "particle": "block/dirt", + "bottom": "block/dirt", + "top": "block/grass_block_top", + "side": "block/grass_block_side", + "overlay": "block/grass_block_side_overlay" + }, + "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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/grass_block_snow.json b/1.16.5/assets/minecraft/models/block/grass_block_snow.json new file mode 100644 index 00000000..7b23d1df --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/grass_block_snow.json @@ -0,0 +1,9 @@ +{ + "parent": "minecraft:block/cube_bottom_top", + "textures": { + "top": "minecraft:block/grass_block_top", + "bottom": "minecraft:block/dirt", + "side": "minecraft:block/grass_block_snow", + "particle": "minecraft:block/dirt" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/grass_path.json b/1.16.5/assets/minecraft/models/block/grass_path.json new file mode 100644 index 00000000..b922acbe --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/grass_path.json @@ -0,0 +1,21 @@ +{ "parent": "block/block", + "textures": { + "particle": "block/dirt", + "top": "block/grass_path_top", + "side": "block/grass_path_side", + "bottom": "block/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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/gravel.json b/1.16.5/assets/minecraft/models/block/gravel.json new file mode 100644 index 00000000..ed35aa8b --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/gravel.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/gravel" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/gray_carpet.json b/1.16.5/assets/minecraft/models/block/gray_carpet.json new file mode 100644 index 00000000..1924a401 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/gray_carpet.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/carpet", + "textures": { + "wool": "minecraft:block/gray_wool" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/gray_concrete.json b/1.16.5/assets/minecraft/models/block/gray_concrete.json new file mode 100644 index 00000000..12c16a3b --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/gray_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/gray_concrete" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/gray_concrete_powder.json b/1.16.5/assets/minecraft/models/block/gray_concrete_powder.json new file mode 100644 index 00000000..69ca2d0c --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/gray_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/gray_concrete_powder" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/gray_glazed_terracotta.json b/1.16.5/assets/minecraft/models/block/gray_glazed_terracotta.json new file mode 100644 index 00000000..4b8e268b --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/gray_glazed_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glazed_terracotta", + "textures": { + "pattern": "minecraft:block/gray_glazed_terracotta" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/gray_shulker_box.json b/1.16.5/assets/minecraft/models/block/gray_shulker_box.json new file mode 100644 index 00000000..93cae990 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/gray_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "minecraft:block/gray_shulker_box" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/gray_stained_glass.json b/1.16.5/assets/minecraft/models/block/gray_stained_glass.json new file mode 100644 index 00000000..4255772e --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/gray_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/gray_stained_glass" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/gray_stained_glass_pane_noside.json b/1.16.5/assets/minecraft/models/block/gray_stained_glass_pane_noside.json new file mode 100644 index 00000000..5ee05c4d --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/gray_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glass_pane_noside", + "textures": { + "pane": "minecraft:block/gray_stained_glass" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/gray_stained_glass_pane_noside_alt.json b/1.16.5/assets/minecraft/models/block/gray_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..4ea84aa6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/gray_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glass_pane_noside_alt", + "textures": { + "pane": "minecraft:block/gray_stained_glass" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/gray_stained_glass_pane_post.json b/1.16.5/assets/minecraft/models/block/gray_stained_glass_pane_post.json new file mode 100644 index 00000000..afaeabaf --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/gray_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_post", + "textures": { + "pane": "minecraft:block/gray_stained_glass", + "edge": "minecraft:block/gray_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/gray_stained_glass_pane_side.json b/1.16.5/assets/minecraft/models/block/gray_stained_glass_pane_side.json new file mode 100644 index 00000000..d3887932 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/gray_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_side", + "textures": { + "pane": "minecraft:block/gray_stained_glass", + "edge": "minecraft:block/gray_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/gray_stained_glass_pane_side_alt.json b/1.16.5/assets/minecraft/models/block/gray_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..bb0668e0 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/gray_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_side_alt", + "textures": { + "pane": "minecraft:block/gray_stained_glass", + "edge": "minecraft:block/gray_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/gray_terracotta.json b/1.16.5/assets/minecraft/models/block/gray_terracotta.json new file mode 100644 index 00000000..eae31cf9 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/gray_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/gray_terracotta" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/gray_wool.json b/1.16.5/assets/minecraft/models/block/gray_wool.json new file mode 100644 index 00000000..26140233 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/gray_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/gray_wool" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/green_carpet.json b/1.16.5/assets/minecraft/models/block/green_carpet.json new file mode 100644 index 00000000..8d253d4b --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/green_carpet.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/carpet", + "textures": { + "wool": "minecraft:block/green_wool" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/green_concrete.json b/1.16.5/assets/minecraft/models/block/green_concrete.json new file mode 100644 index 00000000..98a35206 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/green_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/green_concrete" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/green_concrete_powder.json b/1.16.5/assets/minecraft/models/block/green_concrete_powder.json new file mode 100644 index 00000000..b783da03 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/green_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/green_concrete_powder" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/green_glazed_terracotta.json b/1.16.5/assets/minecraft/models/block/green_glazed_terracotta.json new file mode 100644 index 00000000..5238d5d3 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/green_glazed_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glazed_terracotta", + "textures": { + "pattern": "minecraft:block/green_glazed_terracotta" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/green_shulker_box.json b/1.16.5/assets/minecraft/models/block/green_shulker_box.json new file mode 100644 index 00000000..7b07e640 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/green_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "minecraft:block/green_shulker_box" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/green_stained_glass.json b/1.16.5/assets/minecraft/models/block/green_stained_glass.json new file mode 100644 index 00000000..9eb3adad --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/green_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/green_stained_glass" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/green_stained_glass_pane_noside.json b/1.16.5/assets/minecraft/models/block/green_stained_glass_pane_noside.json new file mode 100644 index 00000000..3b91e355 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/green_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glass_pane_noside", + "textures": { + "pane": "minecraft:block/green_stained_glass" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/green_stained_glass_pane_noside_alt.json b/1.16.5/assets/minecraft/models/block/green_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..1791ed8f --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/green_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glass_pane_noside_alt", + "textures": { + "pane": "minecraft:block/green_stained_glass" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/green_stained_glass_pane_post.json b/1.16.5/assets/minecraft/models/block/green_stained_glass_pane_post.json new file mode 100644 index 00000000..94b1ef94 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/green_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_post", + "textures": { + "pane": "minecraft:block/green_stained_glass", + "edge": "minecraft:block/green_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/green_stained_glass_pane_side.json b/1.16.5/assets/minecraft/models/block/green_stained_glass_pane_side.json new file mode 100644 index 00000000..ea56a816 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/green_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_side", + "textures": { + "pane": "minecraft:block/green_stained_glass", + "edge": "minecraft:block/green_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/green_stained_glass_pane_side_alt.json b/1.16.5/assets/minecraft/models/block/green_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..efd598a1 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/green_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_side_alt", + "textures": { + "pane": "minecraft:block/green_stained_glass", + "edge": "minecraft:block/green_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/green_terracotta.json b/1.16.5/assets/minecraft/models/block/green_terracotta.json new file mode 100644 index 00000000..8c139007 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/green_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/green_terracotta" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/green_wool.json b/1.16.5/assets/minecraft/models/block/green_wool.json new file mode 100644 index 00000000..79b5a21f --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/green_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/green_wool" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/grindstone.json b/1.16.5/assets/minecraft/models/block/grindstone.json new file mode 100644 index 00000000..cc5e0f1f --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/grindstone.json @@ -0,0 +1,68 @@ +{ + "parent": "block/block", + "textures": { + "pivot": "block/grindstone_pivot", + "round": "block/grindstone_round", + "side": "block/grindstone_side", + "particle": "block/grindstone_side", + "leg": "block/dark_oak_log" + }, + "elements": [ + { + "from": [12, 0, 6], + "to": [14, 7, 10], + "faces": { + "north": {"uv": [2, 9, 4, 16], "texture": "#leg"}, + "east": {"uv": [10, 16, 6, 9], "texture": "#leg"}, + "south": {"uv": [12, 9, 14, 16], "texture": "#leg"}, + "west": {"uv": [6, 9, 10, 16], "texture": "#leg"}, + "down": {"uv": [12, 6, 14, 10], "texture": "#leg", "cullface": "down" } + } + }, + { + "from": [2, 0, 6], + "to": [4, 7, 10], + "faces": { + "north": {"uv": [12, 9, 14, 16], "texture": "#leg"}, + "east": {"uv": [10, 16, 6, 9], "texture": "#leg"}, + "south": {"uv": [2, 9, 4, 16], "texture": "#leg"}, + "west": {"uv": [6, 9, 10, 16], "texture": "#leg"}, + "down": {"uv": [2, 6, 4, 10], "texture": "#leg", "cullface": "down"} + } + }, + { + "from": [12, 7, 5], + "to": [14, 13, 11], + "faces": { + "north": {"uv": [6, 0, 8, 6], "texture": "#pivot"}, + "east": {"uv": [0, 0, 6, 6], "texture": "#pivot"}, + "south": {"uv": [6, 0, 8, 6], "texture": "#pivot"}, + "up": {"uv": [8, 0, 10, 6], "texture": "#pivot"}, + "down": {"uv": [8, 0, 10, 6], "texture": "#pivot"} + } + }, + { + "from": [2, 7, 5], + "to": [4, 13, 11], + "faces": { + "north": {"uv": [6, 0, 8, 6], "texture": "#pivot"}, + "south": {"uv": [6, 0, 8, 6], "texture": "#pivot"}, + "west": {"uv": [0, 0, 6, 6], "texture": "#pivot"}, + "up": {"uv": [8, 0, 10, 6], "texture": "#pivot"}, + "down": {"uv": [8, 0, 10, 6], "texture": "#pivot"} + } + }, + { + "from": [4, 4, 2], + "to": [12, 16, 14], + "faces": { + "north": {"uv": [0, 0, 8, 12], "texture": "#round"}, + "east": {"uv": [0, 0, 12, 12], "texture": "#side"}, + "south": {"uv": [0, 0, 8, 12], "texture": "#round"}, + "west": {"uv": [0, 0, 12, 12], "texture": "#side"}, + "up": {"uv": [0, 0, 8, 12], "texture": "#round", "cullface": "up" }, + "down": {"uv": [0, 0, 8, 12], "texture": "#round"} + } + } + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/hay_block.json b/1.16.5/assets/minecraft/models/block/hay_block.json new file mode 100644 index 00000000..6c0c225b --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/hay_block.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/hay_block_top", + "side": "minecraft:block/hay_block_side" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/hay_block_horizontal.json b/1.16.5/assets/minecraft/models/block/hay_block_horizontal.json new file mode 100644 index 00000000..6e7df90b --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/hay_block_horizontal.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column_horizontal", + "textures": { + "end": "minecraft:block/hay_block_top", + "side": "minecraft:block/hay_block_side" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/heavy_weighted_pressure_plate.json b/1.16.5/assets/minecraft/models/block/heavy_weighted_pressure_plate.json new file mode 100644 index 00000000..d0dd064d --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/heavy_weighted_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/pressure_plate_up", + "textures": { + "texture": "minecraft:block/iron_block" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/heavy_weighted_pressure_plate_down.json b/1.16.5/assets/minecraft/models/block/heavy_weighted_pressure_plate_down.json new file mode 100644 index 00000000..dae1bb48 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/heavy_weighted_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/pressure_plate_down", + "textures": { + "texture": "minecraft:block/iron_block" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/honey_block.json b/1.16.5/assets/minecraft/models/block/honey_block.json new file mode 100644 index 00000000..d3dd49f9 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/honey_block.json @@ -0,0 +1,33 @@ +{ "parent": "block/block", + "textures": { + "particle": "block/honey_block_top", + "down": "block/honey_block_bottom", + "up": "block/honey_block_top", + "side": "block/honey_block_side" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "texture": "#down", "cullface": "down" }, + "up": { "texture": "#down", "cullface": "up" }, + "north": { "texture": "#down", "cullface": "north" }, + "south": { "texture": "#down", "cullface": "south" }, + "west": { "texture": "#down", "cullface": "west" }, + "east": { "texture": "#down", "cullface": "east" } + } + }, + { "from": [ 1, 1, 1 ], + "to": [ 15, 15, 15 ], + "faces": { + "down": { "uv": [ 1, 1, 15, 15 ], "texture": "#down"}, + "up": { "uv": [ 1, 1, 15, 15 ], "texture": "#up"}, + "north": { "uv": [ 1, 1, 15, 15 ], "texture": "#side"}, + "south": { "uv": [ 1, 1, 15, 15 ], "texture": "#side"}, + "west": { "uv": [ 1, 1, 15, 15 ], "texture": "#side"}, + "east": { "uv": [ 1, 1, 15, 15 ], "texture": "#side"} + } + } + ] +} + diff --git a/1.16.5/assets/minecraft/models/block/honeycomb_block.json b/1.16.5/assets/minecraft/models/block/honeycomb_block.json new file mode 100644 index 00000000..4421b231 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/honeycomb_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/honeycomb_block" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/hopper.json b/1.16.5/assets/minecraft/models/block/hopper.json new file mode 100644 index 00000000..32a4e191 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/hopper.json @@ -0,0 +1,78 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/hopper_outside", + "top": "block/hopper_top", + "side": "block/hopper_outside", + "inside": "block/hopper_inside" + }, + "elements": [ + { "from": [ 0, 10, 0 ], + "to": [ 16, 11, 16 ], + "faces": { + "down": { "texture": "#side" }, + "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": [ 0, 11, 0 ], + "to": [ 2, 16, 16 ], + "faces": { + "up": { "texture": "#top", "cullface": "up" }, + "north": { "texture": "#side", "cullface": "north" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "west" }, + "east": { "texture": "#side", "cullface": "up" } + } + }, + { "from": [ 14, 11, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "up": { "texture": "#top", "cullface": "up" }, + "north": { "texture": "#side", "cullface": "north" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "up" }, + "east": { "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 2, 11, 0 ], + "to": [ 14, 16, 2 ], + "faces": { + "up": { "texture": "#top", "cullface": "up" }, + "north": { "texture": "#side", "cullface": "north" }, + "south": { "texture": "#side", "cullface": "up" } + } + }, + { "from": [ 2, 11, 14 ], + "to": [ 14, 16, 16 ], + "faces": { + "up": { "texture": "#top", "cullface": "up" }, + "north": { "texture": "#side", "cullface": "up" }, + "south": { "texture": "#side", "cullface": "south" } + } + }, + { "from": [ 4, 4, 4 ], + "to": [ 12, 10, 12 ], + "faces": { + "down": { "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", "cullface": "down" }, + "north": { "texture": "#side" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side" }, + "east": { "texture": "#side" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/hopper_side.json b/1.16.5/assets/minecraft/models/block/hopper_side.json new file mode 100644 index 00000000..321c332f --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/hopper_side.json @@ -0,0 +1,78 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/hopper_outside", + "top": "block/hopper_top", + "side": "block/hopper_outside", + "inside": "block/hopper_inside" + }, + "elements": [ + { "from": [ 0, 10, 0 ], + "to": [ 16, 11, 16 ], + "faces": { + "down": { "texture": "#side" }, + "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": [ 0, 11, 0 ], + "to": [ 2, 16, 16 ], + "faces": { + "up": { "texture": "#top", "cullface": "up" }, + "north": { "texture": "#side", "cullface": "north" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "west" }, + "east": { "texture": "#side", "cullface": "up" } + } + }, + { "from": [ 14, 11, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "up": { "texture": "#top", "cullface": "up" }, + "north": { "texture": "#side", "cullface": "north" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "up" }, + "east": { "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 2, 11, 0 ], + "to": [ 14, 16, 2 ], + "faces": { + "up": { "texture": "#top", "cullface": "up" }, + "north": { "texture": "#side", "cullface": "north" }, + "south": { "texture": "#side", "cullface": "up" } + } + }, + { "from": [ 2, 11, 14 ], + "to": [ 14, 16, 16 ], + "faces": { + "up": { "texture": "#top", "cullface": "up" }, + "north": { "texture": "#side", "cullface": "up" }, + "south": { "texture": "#side", "cullface": "south" } + } + }, + { "from": [ 4, 4, 4 ], + "to": [ 12, 10, 12 ], + "faces": { + "down": { "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", "cullface": "north" }, + "west": { "texture": "#side" }, + "east": { "texture": "#side" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/horn_coral.json b/1.16.5/assets/minecraft/models/block/horn_coral.json new file mode 100644 index 00000000..2b976df7 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/horn_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/horn_coral" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/horn_coral_block.json b/1.16.5/assets/minecraft/models/block/horn_coral_block.json new file mode 100644 index 00000000..5ab74af9 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/horn_coral_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/horn_coral_block" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/horn_coral_fan.json b/1.16.5/assets/minecraft/models/block/horn_coral_fan.json new file mode 100644 index 00000000..01598b87 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/horn_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/coral_fan", + "textures": { + "fan": "minecraft:block/horn_coral_fan" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/horn_coral_wall_fan.json b/1.16.5/assets/minecraft/models/block/horn_coral_wall_fan.json new file mode 100644 index 00000000..68001f16 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/horn_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/coral_wall_fan", + "textures": { + "fan": "minecraft:block/horn_coral_fan" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/ice.json b/1.16.5/assets/minecraft/models/block/ice.json new file mode 100644 index 00000000..cfe53a03 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/ice.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/ice" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/inner_stairs.json b/1.16.5/assets/minecraft/models/block/inner_stairs.json new file mode 100644 index 00000000..364eff63 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/inner_stairs.json @@ -0,0 +1,37 @@ +{ + "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": { + "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": { + "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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/iron_bars_cap.json b/1.16.5/assets/minecraft/models/block/iron_bars_cap.json new file mode 100644 index 00000000..8790100a --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/iron_bars_cap.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/iron_bars", + "bars": "block/iron_bars", + "edge": "block/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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/iron_bars_cap_alt.json b/1.16.5/assets/minecraft/models/block/iron_bars_cap_alt.json new file mode 100644 index 00000000..0352a9d4 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/iron_bars_cap_alt.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/iron_bars", + "bars": "block/iron_bars", + "edge": "block/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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/iron_bars_post.json b/1.16.5/assets/minecraft/models/block/iron_bars_post.json new file mode 100644 index 00000000..feb3e146 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/iron_bars_post.json @@ -0,0 +1,23 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/iron_bars", + "bars": "block/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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/iron_bars_post_ends.json b/1.16.5/assets/minecraft/models/block/iron_bars_post_ends.json new file mode 100644 index 00000000..b0c1ef61 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/iron_bars_post_ends.json @@ -0,0 +1,23 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/iron_bars", + "edge": "block/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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/iron_bars_side.json b/1.16.5/assets/minecraft/models/block/iron_bars_side.json new file mode 100644 index 00000000..01d74110 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/iron_bars_side.json @@ -0,0 +1,37 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/iron_bars", + "bars": "block/iron_bars", + "edge": "block/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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/iron_bars_side_alt.json b/1.16.5/assets/minecraft/models/block/iron_bars_side_alt.json new file mode 100644 index 00000000..83842e68 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/iron_bars_side_alt.json @@ -0,0 +1,39 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/iron_bars", + "bars": "block/iron_bars", + "edge": "block/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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/iron_block.json b/1.16.5/assets/minecraft/models/block/iron_block.json new file mode 100644 index 00000000..8b87ea96 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/iron_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/iron_block" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/iron_door_bottom.json b/1.16.5/assets/minecraft/models/block/iron_door_bottom.json new file mode 100644 index 00000000..23c5adbb --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/iron_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_bottom", + "textures": { + "top": "minecraft:block/iron_door_top", + "bottom": "minecraft:block/iron_door_bottom" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/iron_door_bottom_hinge.json b/1.16.5/assets/minecraft/models/block/iron_door_bottom_hinge.json new file mode 100644 index 00000000..0d2f5081 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/iron_door_bottom_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_bottom_rh", + "textures": { + "top": "minecraft:block/iron_door_top", + "bottom": "minecraft:block/iron_door_bottom" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/iron_door_top.json b/1.16.5/assets/minecraft/models/block/iron_door_top.json new file mode 100644 index 00000000..b04e0209 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/iron_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_top", + "textures": { + "top": "minecraft:block/iron_door_top", + "bottom": "minecraft:block/iron_door_bottom" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/iron_door_top_hinge.json b/1.16.5/assets/minecraft/models/block/iron_door_top_hinge.json new file mode 100644 index 00000000..292ba44e --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/iron_door_top_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_top_rh", + "textures": { + "top": "minecraft:block/iron_door_top", + "bottom": "minecraft:block/iron_door_bottom" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/iron_ore.json b/1.16.5/assets/minecraft/models/block/iron_ore.json new file mode 100644 index 00000000..1660281b --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/iron_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/iron_ore" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/iron_trapdoor_bottom.json b/1.16.5/assets/minecraft/models/block/iron_trapdoor_bottom.json new file mode 100644 index 00000000..97561197 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/iron_trapdoor_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_trapdoor_bottom", + "textures": { + "texture": "minecraft:block/iron_trapdoor" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/iron_trapdoor_open.json b/1.16.5/assets/minecraft/models/block/iron_trapdoor_open.json new file mode 100644 index 00000000..b638a44c --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/iron_trapdoor_open.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_trapdoor_open", + "textures": { + "texture": "minecraft:block/iron_trapdoor" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/iron_trapdoor_top.json b/1.16.5/assets/minecraft/models/block/iron_trapdoor_top.json new file mode 100644 index 00000000..be3cc7ba --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/iron_trapdoor_top.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_trapdoor_top", + "textures": { + "texture": "minecraft:block/iron_trapdoor" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/item_frame.json b/1.16.5/assets/minecraft/models/block/item_frame.json new file mode 100644 index 00000000..ad7c595a --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/item_frame.json @@ -0,0 +1,56 @@ +{ + "textures": { + "particle": "block/birch_planks", + "wood": "block/birch_planks", + "back": "block/item_frame" + }, + "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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/item_frame_map.json b/1.16.5/assets/minecraft/models/block/item_frame_map.json new file mode 100644 index 00000000..e92f4f02 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/item_frame_map.json @@ -0,0 +1,56 @@ +{ + "textures": { + "particle": "block/birch_planks", + "wood": "block/birch_planks", + "back": "block/item_frame" + }, + "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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/jack_o_lantern.json b/1.16.5/assets/minecraft/models/block/jack_o_lantern.json new file mode 100644 index 00000000..6139d372 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/jack_o_lantern.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/orientable", + "textures": { + "top": "minecraft:block/pumpkin_top", + "front": "minecraft:block/jack_o_lantern", + "side": "minecraft:block/pumpkin_side" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/jigsaw.json b/1.16.5/assets/minecraft/models/block/jigsaw.json new file mode 100644 index 00000000..73019857 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/jigsaw.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube_directional", + "textures": { + "particle": "minecraft:block/jigsaw_top", + "north": "minecraft:block/jigsaw_top", + "south": "minecraft:block/jigsaw_bottom", + "east": "minecraft:block/jigsaw_side", + "west": "minecraft:block/jigsaw_side", + "up": "minecraft:block/jigsaw_lock", + "down": "minecraft:block/jigsaw_side" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/jukebox.json b/1.16.5/assets/minecraft/models/block/jukebox.json new file mode 100644 index 00000000..d9770650 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/jukebox.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_top", + "textures": { + "top": "minecraft:block/jukebox_top", + "side": "minecraft:block/jukebox_side" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/jungle_button.json b/1.16.5/assets/minecraft/models/block/jungle_button.json new file mode 100644 index 00000000..de9e6318 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/jungle_button.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/button", + "textures": { + "texture": "minecraft:block/jungle_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/jungle_button_inventory.json b/1.16.5/assets/minecraft/models/block/jungle_button_inventory.json new file mode 100644 index 00000000..2f058f64 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/jungle_button_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/button_inventory", + "textures": { + "texture": "minecraft:block/jungle_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/jungle_button_pressed.json b/1.16.5/assets/minecraft/models/block/jungle_button_pressed.json new file mode 100644 index 00000000..08687058 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/jungle_button_pressed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/button_pressed", + "textures": { + "texture": "minecraft:block/jungle_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/jungle_door_bottom.json b/1.16.5/assets/minecraft/models/block/jungle_door_bottom.json new file mode 100644 index 00000000..cabda8fe --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/jungle_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_bottom", + "textures": { + "top": "minecraft:block/jungle_door_top", + "bottom": "minecraft:block/jungle_door_bottom" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/jungle_door_bottom_hinge.json b/1.16.5/assets/minecraft/models/block/jungle_door_bottom_hinge.json new file mode 100644 index 00000000..f3cd98d4 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/jungle_door_bottom_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_bottom_rh", + "textures": { + "top": "minecraft:block/jungle_door_top", + "bottom": "minecraft:block/jungle_door_bottom" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/jungle_door_top.json b/1.16.5/assets/minecraft/models/block/jungle_door_top.json new file mode 100644 index 00000000..904fd0da --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/jungle_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_top", + "textures": { + "top": "minecraft:block/jungle_door_top", + "bottom": "minecraft:block/jungle_door_bottom" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/jungle_door_top_hinge.json b/1.16.5/assets/minecraft/models/block/jungle_door_top_hinge.json new file mode 100644 index 00000000..8df1a152 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/jungle_door_top_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_top_rh", + "textures": { + "top": "minecraft:block/jungle_door_top", + "bottom": "minecraft:block/jungle_door_bottom" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/jungle_fence_gate.json b/1.16.5/assets/minecraft/models/block/jungle_fence_gate.json new file mode 100644 index 00000000..a0f5231c --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/jungle_fence_gate.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fence_gate", + "textures": { + "texture": "minecraft:block/jungle_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/jungle_fence_gate_open.json b/1.16.5/assets/minecraft/models/block/jungle_fence_gate_open.json new file mode 100644 index 00000000..d7e22852 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/jungle_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fence_gate_open", + "textures": { + "texture": "minecraft:block/jungle_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/jungle_fence_gate_wall.json b/1.16.5/assets/minecraft/models/block/jungle_fence_gate_wall.json new file mode 100644 index 00000000..8544a4b1 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/jungle_fence_gate_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fence_gate_wall", + "textures": { + "texture": "minecraft:block/jungle_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/jungle_fence_gate_wall_open.json b/1.16.5/assets/minecraft/models/block/jungle_fence_gate_wall_open.json new file mode 100644 index 00000000..acb74dd7 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/jungle_fence_gate_wall_open.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fence_gate_wall_open", + "textures": { + "texture": "minecraft:block/jungle_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/jungle_fence_inventory.json b/1.16.5/assets/minecraft/models/block/jungle_fence_inventory.json new file mode 100644 index 00000000..70ce5096 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/jungle_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/fence_inventory", + "textures": { + "texture": "minecraft:block/jungle_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/jungle_fence_post.json b/1.16.5/assets/minecraft/models/block/jungle_fence_post.json new file mode 100644 index 00000000..6867e0d9 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/jungle_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/fence_post", + "textures": { + "texture": "minecraft:block/jungle_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/jungle_fence_side.json b/1.16.5/assets/minecraft/models/block/jungle_fence_side.json new file mode 100644 index 00000000..8efe3bc6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/jungle_fence_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/fence_side", + "textures": { + "texture": "minecraft:block/jungle_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/jungle_leaves.json b/1.16.5/assets/minecraft/models/block/jungle_leaves.json new file mode 100644 index 00000000..9feffd5d --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/jungle_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/leaves", + "textures": { + "all": "minecraft:block/jungle_leaves" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/jungle_log.json b/1.16.5/assets/minecraft/models/block/jungle_log.json new file mode 100644 index 00000000..6e2042e8 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/jungle_log.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/jungle_log_top", + "side": "minecraft:block/jungle_log" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/jungle_log_horizontal.json b/1.16.5/assets/minecraft/models/block/jungle_log_horizontal.json new file mode 100644 index 00000000..8c4758db --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/jungle_log_horizontal.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column_horizontal", + "textures": { + "end": "minecraft:block/jungle_log_top", + "side": "minecraft:block/jungle_log" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/jungle_planks.json b/1.16.5/assets/minecraft/models/block/jungle_planks.json new file mode 100644 index 00000000..f35281e8 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/jungle_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/jungle_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/jungle_pressure_plate.json b/1.16.5/assets/minecraft/models/block/jungle_pressure_plate.json new file mode 100644 index 00000000..cf18c79e --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/jungle_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/pressure_plate_up", + "textures": { + "texture": "minecraft:block/jungle_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/jungle_pressure_plate_down.json b/1.16.5/assets/minecraft/models/block/jungle_pressure_plate_down.json new file mode 100644 index 00000000..f34227b2 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/jungle_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/pressure_plate_down", + "textures": { + "texture": "minecraft:block/jungle_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/jungle_sapling.json b/1.16.5/assets/minecraft/models/block/jungle_sapling.json new file mode 100644 index 00000000..b1c50ecd --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/jungle_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/jungle_sapling" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/jungle_sign.json b/1.16.5/assets/minecraft/models/block/jungle_sign.json new file mode 100644 index 00000000..6792ad6d --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/jungle_sign.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "minecraft:block/jungle_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/jungle_slab.json b/1.16.5/assets/minecraft/models/block/jungle_slab.json new file mode 100644 index 00000000..7081551e --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/jungle_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/jungle_planks", + "top": "minecraft:block/jungle_planks", + "side": "minecraft:block/jungle_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/jungle_slab_top.json b/1.16.5/assets/minecraft/models/block/jungle_slab_top.json new file mode 100644 index 00000000..afc5ff8b --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/jungle_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/jungle_planks", + "top": "minecraft:block/jungle_planks", + "side": "minecraft:block/jungle_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/jungle_stairs.json b/1.16.5/assets/minecraft/models/block/jungle_stairs.json new file mode 100644 index 00000000..3d4a98a9 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/jungle_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/jungle_planks", + "top": "minecraft:block/jungle_planks", + "side": "minecraft:block/jungle_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/jungle_stairs_inner.json b/1.16.5/assets/minecraft/models/block/jungle_stairs_inner.json new file mode 100644 index 00000000..c83209de --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/jungle_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/jungle_planks", + "top": "minecraft:block/jungle_planks", + "side": "minecraft:block/jungle_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/jungle_stairs_outer.json b/1.16.5/assets/minecraft/models/block/jungle_stairs_outer.json new file mode 100644 index 00000000..49424ac2 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/jungle_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/jungle_planks", + "top": "minecraft:block/jungle_planks", + "side": "minecraft:block/jungle_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/jungle_trapdoor_bottom.json b/1.16.5/assets/minecraft/models/block/jungle_trapdoor_bottom.json new file mode 100644 index 00000000..937fc8bd --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/jungle_trapdoor_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_orientable_trapdoor_bottom", + "textures": { + "texture": "minecraft:block/jungle_trapdoor" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/jungle_trapdoor_open.json b/1.16.5/assets/minecraft/models/block/jungle_trapdoor_open.json new file mode 100644 index 00000000..af3cfdf5 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/jungle_trapdoor_open.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_orientable_trapdoor_open", + "textures": { + "texture": "minecraft:block/jungle_trapdoor" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/jungle_trapdoor_top.json b/1.16.5/assets/minecraft/models/block/jungle_trapdoor_top.json new file mode 100644 index 00000000..6147ee6d --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/jungle_trapdoor_top.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_orientable_trapdoor_top", + "textures": { + "texture": "minecraft:block/jungle_trapdoor" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/jungle_wood.json b/1.16.5/assets/minecraft/models/block/jungle_wood.json new file mode 100644 index 00000000..e0960bb2 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/jungle_wood.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/jungle_log", + "side": "minecraft:block/jungle_log" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/kelp.json b/1.16.5/assets/minecraft/models/block/kelp.json new file mode 100644 index 00000000..3c43ccaf --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/kelp.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/tinted_cross", + "textures": { + "cross": "minecraft:block/kelp" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/kelp_plant.json b/1.16.5/assets/minecraft/models/block/kelp_plant.json new file mode 100644 index 00000000..0ade609b --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/kelp_plant.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/tinted_cross", + "textures": { + "cross": "minecraft:block/kelp_plant" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/ladder.json b/1.16.5/assets/minecraft/models/block/ladder.json new file mode 100644 index 00000000..8fc85a6f --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/ladder.json @@ -0,0 +1,17 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/ladder", + "texture": "block/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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/lantern.json b/1.16.5/assets/minecraft/models/block/lantern.json new file mode 100644 index 00000000..12970adc --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/lantern.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_lantern", + "textures": { + "lantern": "minecraft:block/lantern" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/lantern_hanging.json b/1.16.5/assets/minecraft/models/block/lantern_hanging.json new file mode 100644 index 00000000..d047dcd0 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/lantern_hanging.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_hanging_lantern", + "textures": { + "lantern": "minecraft:block/lantern" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/lapis_block.json b/1.16.5/assets/minecraft/models/block/lapis_block.json new file mode 100644 index 00000000..97561c34 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/lapis_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/lapis_block" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/lapis_ore.json b/1.16.5/assets/minecraft/models/block/lapis_ore.json new file mode 100644 index 00000000..561b8b59 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/lapis_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/lapis_ore" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/large_fern_bottom.json b/1.16.5/assets/minecraft/models/block/large_fern_bottom.json new file mode 100644 index 00000000..832383dc --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/large_fern_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/tinted_cross", + "textures": { + "cross": "minecraft:block/large_fern_bottom" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/large_fern_top.json b/1.16.5/assets/minecraft/models/block/large_fern_top.json new file mode 100644 index 00000000..e6d29325 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/large_fern_top.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/tinted_cross", + "textures": { + "cross": "minecraft:block/large_fern_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/lava.json b/1.16.5/assets/minecraft/models/block/lava.json new file mode 100644 index 00000000..315d525f --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/lava.json @@ -0,0 +1,6 @@ +{ + "textures": { + "particle": "block/lava_still" + } +} + diff --git a/1.16.5/assets/minecraft/models/block/leaves.json b/1.16.5/assets/minecraft/models/block/leaves.json new file mode 100644 index 00000000..722173fd --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/leaves.json @@ -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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/lectern.json b/1.16.5/assets/minecraft/models/block/lectern.json new file mode 100644 index 00000000..8b513b62 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/lectern.json @@ -0,0 +1,55 @@ +{ + "parent": "block/block", + "display": { + "firstperson_righthand": { + "rotation": [ 0, 135, 0 ], + "translation": [ 0, 0, 0 ], + "scale": [ 0.4, 0.4, 0.4 ] + } + }, + "textures": { + "particle": "block/lectern_sides", + "bottom": "block/oak_planks", + "base": "block/lectern_base", + "front": "block/lectern_front", + "sides": "block/lectern_sides", + "top": "block/lectern_top" + }, + "elements": [ + { + "from": [ 0, 0, 0 ], + "to": [ 16, 2, 16 ], + "faces": { + "north": { "uv": [ 0, 14, 16, 16 ], "texture": "#base", "cullface": "north" }, + "east": { "uv": [ 0, 6, 16, 8 ], "texture": "#base", "cullface": "east" }, + "south": { "uv": [ 0, 6, 16, 8 ], "texture": "#base", "cullface": "south" }, + "west": { "uv": [ 0, 6, 16, 8 ], "texture": "#base", "cullface": "west" }, + "up": { "uv": [ 0, 0, 16, 16 ], "rotation": 180, "texture": "#base" }, + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [4, 2, 4], + "to": [12, 15, 12], + "faces": { + "north": { "uv": [ 0, 0, 8, 13 ], "texture": "#front" }, + "east": { "uv": [ 2, 16, 15, 8 ], "rotation": 90, "texture": "#sides" }, + "south": { "uv": [ 8, 3, 16, 16 ], "texture": "#front" }, + "west": { "uv": [ 2, 8, 15, 16 ], "rotation": 90, "texture": "#sides" } + } + }, + { + "from": [ 0.01, 12, 3 ], + "to": [ 15.99, 16, 16 ], + "rotation": { "angle": -22.5, "axis": "x", "origin": [ 8, 8, 8 ] }, + "faces": { + "north": { "uv": [ 0, 0, 16, 4 ], "texture": "#sides" }, + "east": { "uv": [ 0, 4, 13, 8 ], "texture": "#sides" }, + "south": { "uv": [ 0, 4, 16, 8 ], "texture": "#sides" }, + "west": { "uv": [ 0, 4, 13, 8 ], "texture": "#sides" }, + "up": { "uv": [ 0, 1, 16, 14 ], "rotation": 180, "texture": "#top" }, + "down": { "uv": [ 0, 0, 16, 13 ], "texture": "#bottom" } + } + } + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/lever.json b/1.16.5/assets/minecraft/models/block/lever.json new file mode 100644 index 00000000..fa7a2b81 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/lever.json @@ -0,0 +1,32 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/cobblestone", + "base": "block/cobblestone", + "lever": "block/lever" + }, + "elements": [ + { "from": [ 5, 0, 4 ], + "to": [ 11, 3, 12 ], + "faces": { + "down": { "uv": [ 5, 4, 11, 12 ], "texture": "#base", "cullface": "down" }, + "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": { + "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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/lever_on.json b/1.16.5/assets/minecraft/models/block/lever_on.json new file mode 100644 index 00000000..1007274d --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/lever_on.json @@ -0,0 +1,32 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/cobblestone", + "base": "block/cobblestone", + "lever": "block/lever" + }, + "elements": [ + { "from": [ 5, 0, 4 ], + "to": [ 11, 3, 12 ], + "faces": { + "down": { "uv": [ 5, 4, 11, 12 ], "texture": "#base", "cullface": "down" }, + "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": { + "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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/light_blue_carpet.json b/1.16.5/assets/minecraft/models/block/light_blue_carpet.json new file mode 100644 index 00000000..e1949fe8 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/light_blue_carpet.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/carpet", + "textures": { + "wool": "minecraft:block/light_blue_wool" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/light_blue_concrete.json b/1.16.5/assets/minecraft/models/block/light_blue_concrete.json new file mode 100644 index 00000000..28590f93 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/light_blue_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/light_blue_concrete" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/light_blue_concrete_powder.json b/1.16.5/assets/minecraft/models/block/light_blue_concrete_powder.json new file mode 100644 index 00000000..f660be90 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/light_blue_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/light_blue_concrete_powder" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/light_blue_glazed_terracotta.json b/1.16.5/assets/minecraft/models/block/light_blue_glazed_terracotta.json new file mode 100644 index 00000000..86980349 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/light_blue_glazed_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glazed_terracotta", + "textures": { + "pattern": "minecraft:block/light_blue_glazed_terracotta" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/light_blue_shulker_box.json b/1.16.5/assets/minecraft/models/block/light_blue_shulker_box.json new file mode 100644 index 00000000..41f67725 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/light_blue_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "minecraft:block/light_blue_shulker_box" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/light_blue_stained_glass.json b/1.16.5/assets/minecraft/models/block/light_blue_stained_glass.json new file mode 100644 index 00000000..6011b954 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/light_blue_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/light_blue_stained_glass" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/light_blue_stained_glass_pane_noside.json b/1.16.5/assets/minecraft/models/block/light_blue_stained_glass_pane_noside.json new file mode 100644 index 00000000..66b5851a --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/light_blue_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glass_pane_noside", + "textures": { + "pane": "minecraft:block/light_blue_stained_glass" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/light_blue_stained_glass_pane_noside_alt.json b/1.16.5/assets/minecraft/models/block/light_blue_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..3c028538 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/light_blue_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glass_pane_noside_alt", + "textures": { + "pane": "minecraft:block/light_blue_stained_glass" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/light_blue_stained_glass_pane_post.json b/1.16.5/assets/minecraft/models/block/light_blue_stained_glass_pane_post.json new file mode 100644 index 00000000..e01eb548 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/light_blue_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_post", + "textures": { + "pane": "minecraft:block/light_blue_stained_glass", + "edge": "minecraft:block/light_blue_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/light_blue_stained_glass_pane_side.json b/1.16.5/assets/minecraft/models/block/light_blue_stained_glass_pane_side.json new file mode 100644 index 00000000..7aee348a --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/light_blue_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_side", + "textures": { + "pane": "minecraft:block/light_blue_stained_glass", + "edge": "minecraft:block/light_blue_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/light_blue_stained_glass_pane_side_alt.json b/1.16.5/assets/minecraft/models/block/light_blue_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..3ed7d59e --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/light_blue_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_side_alt", + "textures": { + "pane": "minecraft:block/light_blue_stained_glass", + "edge": "minecraft:block/light_blue_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/light_blue_terracotta.json b/1.16.5/assets/minecraft/models/block/light_blue_terracotta.json new file mode 100644 index 00000000..24816bc4 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/light_blue_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/light_blue_terracotta" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/light_blue_wool.json b/1.16.5/assets/minecraft/models/block/light_blue_wool.json new file mode 100644 index 00000000..4a4b3f04 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/light_blue_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/light_blue_wool" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/light_gray_carpet.json b/1.16.5/assets/minecraft/models/block/light_gray_carpet.json new file mode 100644 index 00000000..29042319 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/light_gray_carpet.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/carpet", + "textures": { + "wool": "minecraft:block/light_gray_wool" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/light_gray_concrete.json b/1.16.5/assets/minecraft/models/block/light_gray_concrete.json new file mode 100644 index 00000000..a723d19e --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/light_gray_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/light_gray_concrete" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/light_gray_concrete_powder.json b/1.16.5/assets/minecraft/models/block/light_gray_concrete_powder.json new file mode 100644 index 00000000..bcbe6853 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/light_gray_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/light_gray_concrete_powder" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/light_gray_glazed_terracotta.json b/1.16.5/assets/minecraft/models/block/light_gray_glazed_terracotta.json new file mode 100644 index 00000000..4732a356 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/light_gray_glazed_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glazed_terracotta", + "textures": { + "pattern": "minecraft:block/light_gray_glazed_terracotta" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/light_gray_shulker_box.json b/1.16.5/assets/minecraft/models/block/light_gray_shulker_box.json new file mode 100644 index 00000000..265780f9 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/light_gray_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "minecraft:block/light_gray_shulker_box" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/light_gray_stained_glass.json b/1.16.5/assets/minecraft/models/block/light_gray_stained_glass.json new file mode 100644 index 00000000..bf861d69 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/light_gray_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/light_gray_stained_glass" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/light_gray_stained_glass_pane_noside.json b/1.16.5/assets/minecraft/models/block/light_gray_stained_glass_pane_noside.json new file mode 100644 index 00000000..e31a39fd --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/light_gray_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glass_pane_noside", + "textures": { + "pane": "minecraft:block/light_gray_stained_glass" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/light_gray_stained_glass_pane_noside_alt.json b/1.16.5/assets/minecraft/models/block/light_gray_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..3b24feda --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/light_gray_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glass_pane_noside_alt", + "textures": { + "pane": "minecraft:block/light_gray_stained_glass" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/light_gray_stained_glass_pane_post.json b/1.16.5/assets/minecraft/models/block/light_gray_stained_glass_pane_post.json new file mode 100644 index 00000000..ba678c24 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/light_gray_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_post", + "textures": { + "pane": "minecraft:block/light_gray_stained_glass", + "edge": "minecraft:block/light_gray_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/light_gray_stained_glass_pane_side.json b/1.16.5/assets/minecraft/models/block/light_gray_stained_glass_pane_side.json new file mode 100644 index 00000000..e063add9 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/light_gray_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_side", + "textures": { + "pane": "minecraft:block/light_gray_stained_glass", + "edge": "minecraft:block/light_gray_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/light_gray_stained_glass_pane_side_alt.json b/1.16.5/assets/minecraft/models/block/light_gray_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..f848d99f --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/light_gray_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_side_alt", + "textures": { + "pane": "minecraft:block/light_gray_stained_glass", + "edge": "minecraft:block/light_gray_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/light_gray_terracotta.json b/1.16.5/assets/minecraft/models/block/light_gray_terracotta.json new file mode 100644 index 00000000..19aa6402 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/light_gray_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/light_gray_terracotta" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/light_gray_wool.json b/1.16.5/assets/minecraft/models/block/light_gray_wool.json new file mode 100644 index 00000000..d490cc2e --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/light_gray_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/light_gray_wool" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/light_weighted_pressure_plate.json b/1.16.5/assets/minecraft/models/block/light_weighted_pressure_plate.json new file mode 100644 index 00000000..7941d43f --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/light_weighted_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/pressure_plate_up", + "textures": { + "texture": "minecraft:block/gold_block" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/light_weighted_pressure_plate_down.json b/1.16.5/assets/minecraft/models/block/light_weighted_pressure_plate_down.json new file mode 100644 index 00000000..8e9c2926 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/light_weighted_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/pressure_plate_down", + "textures": { + "texture": "minecraft:block/gold_block" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/lilac_bottom.json b/1.16.5/assets/minecraft/models/block/lilac_bottom.json new file mode 100644 index 00000000..e1bf8969 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/lilac_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/lilac_bottom" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/lilac_top.json b/1.16.5/assets/minecraft/models/block/lilac_top.json new file mode 100644 index 00000000..e5fc35b7 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/lilac_top.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/lilac_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/lily_of_the_valley.json b/1.16.5/assets/minecraft/models/block/lily_of_the_valley.json new file mode 100644 index 00000000..6f0a89ac --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/lily_of_the_valley.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/lily_of_the_valley" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/lily_pad.json b/1.16.5/assets/minecraft/models/block/lily_pad.json new file mode 100644 index 00000000..a775a8dc --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/lily_pad.json @@ -0,0 +1,16 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/lily_pad", + "texture": "block/lily_pad" + }, + "elements": [ + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "faces": { + "down": { "uv": [ 16, 16, 0, 0 ], "texture": "#texture", "tintindex": 0 }, + "up": { "uv": [ 16, 0, 0, 16 ], "texture": "#texture", "tintindex": 0 } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/lime_carpet.json b/1.16.5/assets/minecraft/models/block/lime_carpet.json new file mode 100644 index 00000000..028c4987 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/lime_carpet.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/carpet", + "textures": { + "wool": "minecraft:block/lime_wool" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/lime_concrete.json b/1.16.5/assets/minecraft/models/block/lime_concrete.json new file mode 100644 index 00000000..e0e92123 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/lime_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/lime_concrete" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/lime_concrete_powder.json b/1.16.5/assets/minecraft/models/block/lime_concrete_powder.json new file mode 100644 index 00000000..48f4b696 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/lime_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/lime_concrete_powder" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/lime_glazed_terracotta.json b/1.16.5/assets/minecraft/models/block/lime_glazed_terracotta.json new file mode 100644 index 00000000..b6211a73 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/lime_glazed_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glazed_terracotta", + "textures": { + "pattern": "minecraft:block/lime_glazed_terracotta" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/lime_shulker_box.json b/1.16.5/assets/minecraft/models/block/lime_shulker_box.json new file mode 100644 index 00000000..aafff7dd --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/lime_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "minecraft:block/lime_shulker_box" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/lime_stained_glass.json b/1.16.5/assets/minecraft/models/block/lime_stained_glass.json new file mode 100644 index 00000000..b06899ca --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/lime_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/lime_stained_glass" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/lime_stained_glass_pane_noside.json b/1.16.5/assets/minecraft/models/block/lime_stained_glass_pane_noside.json new file mode 100644 index 00000000..51a062c5 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/lime_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glass_pane_noside", + "textures": { + "pane": "minecraft:block/lime_stained_glass" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/lime_stained_glass_pane_noside_alt.json b/1.16.5/assets/minecraft/models/block/lime_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..7b0a67ac --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/lime_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glass_pane_noside_alt", + "textures": { + "pane": "minecraft:block/lime_stained_glass" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/lime_stained_glass_pane_post.json b/1.16.5/assets/minecraft/models/block/lime_stained_glass_pane_post.json new file mode 100644 index 00000000..0861b376 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/lime_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_post", + "textures": { + "pane": "minecraft:block/lime_stained_glass", + "edge": "minecraft:block/lime_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/lime_stained_glass_pane_side.json b/1.16.5/assets/minecraft/models/block/lime_stained_glass_pane_side.json new file mode 100644 index 00000000..db3f4041 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/lime_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_side", + "textures": { + "pane": "minecraft:block/lime_stained_glass", + "edge": "minecraft:block/lime_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/lime_stained_glass_pane_side_alt.json b/1.16.5/assets/minecraft/models/block/lime_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..57dff047 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/lime_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_side_alt", + "textures": { + "pane": "minecraft:block/lime_stained_glass", + "edge": "minecraft:block/lime_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/lime_terracotta.json b/1.16.5/assets/minecraft/models/block/lime_terracotta.json new file mode 100644 index 00000000..7a7ee776 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/lime_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/lime_terracotta" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/lime_wool.json b/1.16.5/assets/minecraft/models/block/lime_wool.json new file mode 100644 index 00000000..3452083b --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/lime_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/lime_wool" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/lodestone.json b/1.16.5/assets/minecraft/models/block/lodestone.json new file mode 100644 index 00000000..f38f3e9a --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/lodestone.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/lodestone_top", + "side": "minecraft:block/lodestone_side" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/loom.json b/1.16.5/assets/minecraft/models/block/loom.json new file mode 100644 index 00000000..9eff06b6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/loom.json @@ -0,0 +1,9 @@ +{ + "parent": "minecraft:block/orientable_with_bottom", + "textures": { + "top": "minecraft:block/loom_top", + "bottom": "minecraft:block/loom_bottom", + "side": "minecraft:block/loom_side", + "front": "minecraft:block/loom_front" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/magenta_carpet.json b/1.16.5/assets/minecraft/models/block/magenta_carpet.json new file mode 100644 index 00000000..466161a3 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/magenta_carpet.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/carpet", + "textures": { + "wool": "minecraft:block/magenta_wool" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/magenta_concrete.json b/1.16.5/assets/minecraft/models/block/magenta_concrete.json new file mode 100644 index 00000000..73bbc6d4 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/magenta_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/magenta_concrete" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/magenta_concrete_powder.json b/1.16.5/assets/minecraft/models/block/magenta_concrete_powder.json new file mode 100644 index 00000000..e5a38d46 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/magenta_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/magenta_concrete_powder" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/magenta_glazed_terracotta.json b/1.16.5/assets/minecraft/models/block/magenta_glazed_terracotta.json new file mode 100644 index 00000000..f36a5e7d --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/magenta_glazed_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glazed_terracotta", + "textures": { + "pattern": "minecraft:block/magenta_glazed_terracotta" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/magenta_shulker_box.json b/1.16.5/assets/minecraft/models/block/magenta_shulker_box.json new file mode 100644 index 00000000..6bb156a3 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/magenta_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "minecraft:block/magenta_shulker_box" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/magenta_stained_glass.json b/1.16.5/assets/minecraft/models/block/magenta_stained_glass.json new file mode 100644 index 00000000..6e4da4ca --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/magenta_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/magenta_stained_glass" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/magenta_stained_glass_pane_noside.json b/1.16.5/assets/minecraft/models/block/magenta_stained_glass_pane_noside.json new file mode 100644 index 00000000..8d6019b8 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/magenta_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glass_pane_noside", + "textures": { + "pane": "minecraft:block/magenta_stained_glass" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/magenta_stained_glass_pane_noside_alt.json b/1.16.5/assets/minecraft/models/block/magenta_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..7b2ba6d5 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/magenta_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glass_pane_noside_alt", + "textures": { + "pane": "minecraft:block/magenta_stained_glass" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/magenta_stained_glass_pane_post.json b/1.16.5/assets/minecraft/models/block/magenta_stained_glass_pane_post.json new file mode 100644 index 00000000..996f877c --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/magenta_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_post", + "textures": { + "pane": "minecraft:block/magenta_stained_glass", + "edge": "minecraft:block/magenta_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/magenta_stained_glass_pane_side.json b/1.16.5/assets/minecraft/models/block/magenta_stained_glass_pane_side.json new file mode 100644 index 00000000..83d65bfc --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/magenta_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_side", + "textures": { + "pane": "minecraft:block/magenta_stained_glass", + "edge": "minecraft:block/magenta_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/magenta_stained_glass_pane_side_alt.json b/1.16.5/assets/minecraft/models/block/magenta_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..6443572a --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/magenta_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_side_alt", + "textures": { + "pane": "minecraft:block/magenta_stained_glass", + "edge": "minecraft:block/magenta_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/magenta_terracotta.json b/1.16.5/assets/minecraft/models/block/magenta_terracotta.json new file mode 100644 index 00000000..bd2bcfa0 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/magenta_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/magenta_terracotta" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/magenta_wool.json b/1.16.5/assets/minecraft/models/block/magenta_wool.json new file mode 100644 index 00000000..9111ee09 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/magenta_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/magenta_wool" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/magma_block.json b/1.16.5/assets/minecraft/models/block/magma_block.json new file mode 100644 index 00000000..b9678ef1 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/magma_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/magma" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/melon.json b/1.16.5/assets/minecraft/models/block/melon.json new file mode 100644 index 00000000..ef3816b9 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/melon.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/melon_top", + "side": "minecraft:block/melon_side" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/melon_stem_stage0.json b/1.16.5/assets/minecraft/models/block/melon_stem_stage0.json new file mode 100644 index 00000000..7f8918c5 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/melon_stem_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/stem_growth0", + "textures": { + "stem": "minecraft:block/melon_stem" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/melon_stem_stage1.json b/1.16.5/assets/minecraft/models/block/melon_stem_stage1.json new file mode 100644 index 00000000..0d573b71 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/melon_stem_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/stem_growth1", + "textures": { + "stem": "minecraft:block/melon_stem" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/melon_stem_stage2.json b/1.16.5/assets/minecraft/models/block/melon_stem_stage2.json new file mode 100644 index 00000000..c1934202 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/melon_stem_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/stem_growth2", + "textures": { + "stem": "minecraft:block/melon_stem" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/melon_stem_stage3.json b/1.16.5/assets/minecraft/models/block/melon_stem_stage3.json new file mode 100644 index 00000000..8b4ef33f --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/melon_stem_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/stem_growth3", + "textures": { + "stem": "minecraft:block/melon_stem" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/melon_stem_stage4.json b/1.16.5/assets/minecraft/models/block/melon_stem_stage4.json new file mode 100644 index 00000000..cba7914b --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/melon_stem_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/stem_growth4", + "textures": { + "stem": "minecraft:block/melon_stem" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/melon_stem_stage5.json b/1.16.5/assets/minecraft/models/block/melon_stem_stage5.json new file mode 100644 index 00000000..bd48d3f1 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/melon_stem_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/stem_growth5", + "textures": { + "stem": "minecraft:block/melon_stem" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/melon_stem_stage6.json b/1.16.5/assets/minecraft/models/block/melon_stem_stage6.json new file mode 100644 index 00000000..c8f07f26 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/melon_stem_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/stem_growth6", + "textures": { + "stem": "minecraft:block/melon_stem" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/melon_stem_stage7.json b/1.16.5/assets/minecraft/models/block/melon_stem_stage7.json new file mode 100644 index 00000000..2b479f70 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/melon_stem_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/stem_growth7", + "textures": { + "stem": "minecraft:block/melon_stem" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/mossy_cobblestone.json b/1.16.5/assets/minecraft/models/block/mossy_cobblestone.json new file mode 100644 index 00000000..8767f35c --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/mossy_cobblestone.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/mossy_cobblestone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/mossy_cobblestone_slab.json b/1.16.5/assets/minecraft/models/block/mossy_cobblestone_slab.json new file mode 100644 index 00000000..544d1e8b --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/mossy_cobblestone_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/mossy_cobblestone", + "top": "minecraft:block/mossy_cobblestone", + "side": "minecraft:block/mossy_cobblestone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/mossy_cobblestone_slab_top.json b/1.16.5/assets/minecraft/models/block/mossy_cobblestone_slab_top.json new file mode 100644 index 00000000..1ecd89c9 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/mossy_cobblestone_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/mossy_cobblestone", + "top": "minecraft:block/mossy_cobblestone", + "side": "minecraft:block/mossy_cobblestone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/mossy_cobblestone_stairs.json b/1.16.5/assets/minecraft/models/block/mossy_cobblestone_stairs.json new file mode 100644 index 00000000..a436ea92 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/mossy_cobblestone_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/mossy_cobblestone", + "top": "minecraft:block/mossy_cobblestone", + "side": "minecraft:block/mossy_cobblestone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/mossy_cobblestone_stairs_inner.json b/1.16.5/assets/minecraft/models/block/mossy_cobblestone_stairs_inner.json new file mode 100644 index 00000000..f1946ea3 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/mossy_cobblestone_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/mossy_cobblestone", + "top": "minecraft:block/mossy_cobblestone", + "side": "minecraft:block/mossy_cobblestone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/mossy_cobblestone_stairs_outer.json b/1.16.5/assets/minecraft/models/block/mossy_cobblestone_stairs_outer.json new file mode 100644 index 00000000..20697c3d --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/mossy_cobblestone_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/mossy_cobblestone", + "top": "minecraft:block/mossy_cobblestone", + "side": "minecraft:block/mossy_cobblestone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/mossy_cobblestone_wall_inventory.json b/1.16.5/assets/minecraft/models/block/mossy_cobblestone_wall_inventory.json new file mode 100644 index 00000000..ea176a42 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/mossy_cobblestone_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "minecraft:block/mossy_cobblestone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/mossy_cobblestone_wall_post.json b/1.16.5/assets/minecraft/models/block/mossy_cobblestone_wall_post.json new file mode 100644 index 00000000..b6be998c --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/mossy_cobblestone_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "minecraft:block/mossy_cobblestone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/mossy_cobblestone_wall_side.json b/1.16.5/assets/minecraft/models/block/mossy_cobblestone_wall_side.json new file mode 100644 index 00000000..43c6c706 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/mossy_cobblestone_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "minecraft:block/mossy_cobblestone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/mossy_cobblestone_wall_side_tall.json b/1.16.5/assets/minecraft/models/block/mossy_cobblestone_wall_side_tall.json new file mode 100644 index 00000000..96935989 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/mossy_cobblestone_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "minecraft:block/mossy_cobblestone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/mossy_stone_brick_slab.json b/1.16.5/assets/minecraft/models/block/mossy_stone_brick_slab.json new file mode 100644 index 00000000..b36ebd95 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/mossy_stone_brick_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/mossy_stone_bricks", + "top": "minecraft:block/mossy_stone_bricks", + "side": "minecraft:block/mossy_stone_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/mossy_stone_brick_slab_top.json b/1.16.5/assets/minecraft/models/block/mossy_stone_brick_slab_top.json new file mode 100644 index 00000000..697657a9 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/mossy_stone_brick_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/mossy_stone_bricks", + "top": "minecraft:block/mossy_stone_bricks", + "side": "minecraft:block/mossy_stone_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/mossy_stone_brick_stairs.json b/1.16.5/assets/minecraft/models/block/mossy_stone_brick_stairs.json new file mode 100644 index 00000000..8f4b9929 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/mossy_stone_brick_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/mossy_stone_bricks", + "top": "minecraft:block/mossy_stone_bricks", + "side": "minecraft:block/mossy_stone_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/mossy_stone_brick_stairs_inner.json b/1.16.5/assets/minecraft/models/block/mossy_stone_brick_stairs_inner.json new file mode 100644 index 00000000..04ae24a6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/mossy_stone_brick_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/mossy_stone_bricks", + "top": "minecraft:block/mossy_stone_bricks", + "side": "minecraft:block/mossy_stone_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/mossy_stone_brick_stairs_outer.json b/1.16.5/assets/minecraft/models/block/mossy_stone_brick_stairs_outer.json new file mode 100644 index 00000000..e2e9dac2 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/mossy_stone_brick_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/mossy_stone_bricks", + "top": "minecraft:block/mossy_stone_bricks", + "side": "minecraft:block/mossy_stone_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/mossy_stone_brick_wall_inventory.json b/1.16.5/assets/minecraft/models/block/mossy_stone_brick_wall_inventory.json new file mode 100644 index 00000000..e6822fea --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/mossy_stone_brick_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "minecraft:block/mossy_stone_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/mossy_stone_brick_wall_post.json b/1.16.5/assets/minecraft/models/block/mossy_stone_brick_wall_post.json new file mode 100644 index 00000000..56942804 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/mossy_stone_brick_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "minecraft:block/mossy_stone_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/mossy_stone_brick_wall_side.json b/1.16.5/assets/minecraft/models/block/mossy_stone_brick_wall_side.json new file mode 100644 index 00000000..13fdfa2e --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/mossy_stone_brick_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "minecraft:block/mossy_stone_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/mossy_stone_brick_wall_side_tall.json b/1.16.5/assets/minecraft/models/block/mossy_stone_brick_wall_side_tall.json new file mode 100644 index 00000000..265f6c3f --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/mossy_stone_brick_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "minecraft:block/mossy_stone_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/mossy_stone_bricks.json b/1.16.5/assets/minecraft/models/block/mossy_stone_bricks.json new file mode 100644 index 00000000..4a4fa5ae --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/mossy_stone_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/mossy_stone_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/moving_piston.json b/1.16.5/assets/minecraft/models/block/moving_piston.json new file mode 100644 index 00000000..021eedbe --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/moving_piston.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "minecraft:block/piston_side" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/mushroom_block_inside.json b/1.16.5/assets/minecraft/models/block/mushroom_block_inside.json new file mode 100644 index 00000000..6a6cab24 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/mushroom_block_inside.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_single_face", + "ambientocclusion": false, + "textures": { + "texture": "block/mushroom_block_inside" + } +} diff --git a/1.16.5/assets/minecraft/models/block/mushroom_stem.json b/1.16.5/assets/minecraft/models/block/mushroom_stem.json new file mode 100644 index 00000000..76f8cdbc --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/mushroom_stem.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_single_face", + "textures": { + "texture": "minecraft:block/mushroom_stem" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/mushroom_stem_inventory.json b/1.16.5/assets/minecraft/models/block/mushroom_stem_inventory.json new file mode 100644 index 00000000..ed373272 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/mushroom_stem_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/mushroom_stem" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/mycelium.json b/1.16.5/assets/minecraft/models/block/mycelium.json new file mode 100644 index 00000000..6ced7c81 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/mycelium.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/cube_bottom_top", + "textures": { + "top": "minecraft:block/mycelium_top", + "bottom": "minecraft:block/dirt", + "side": "minecraft:block/mycelium_side" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/nether_brick_fence_inventory.json b/1.16.5/assets/minecraft/models/block/nether_brick_fence_inventory.json new file mode 100644 index 00000000..c66b932e --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/nether_brick_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/fence_inventory", + "textures": { + "texture": "minecraft:block/nether_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/nether_brick_fence_post.json b/1.16.5/assets/minecraft/models/block/nether_brick_fence_post.json new file mode 100644 index 00000000..22f5ac94 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/nether_brick_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/fence_post", + "textures": { + "texture": "minecraft:block/nether_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/nether_brick_fence_side.json b/1.16.5/assets/minecraft/models/block/nether_brick_fence_side.json new file mode 100644 index 00000000..1daddd0a --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/nether_brick_fence_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/fence_side", + "textures": { + "texture": "minecraft:block/nether_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/nether_brick_slab.json b/1.16.5/assets/minecraft/models/block/nether_brick_slab.json new file mode 100644 index 00000000..d9418608 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/nether_brick_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/nether_bricks", + "top": "minecraft:block/nether_bricks", + "side": "minecraft:block/nether_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/nether_brick_slab_top.json b/1.16.5/assets/minecraft/models/block/nether_brick_slab_top.json new file mode 100644 index 00000000..bc0a7924 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/nether_brick_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/nether_bricks", + "top": "minecraft:block/nether_bricks", + "side": "minecraft:block/nether_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/nether_brick_stairs.json b/1.16.5/assets/minecraft/models/block/nether_brick_stairs.json new file mode 100644 index 00000000..04a4c500 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/nether_brick_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/nether_bricks", + "top": "minecraft:block/nether_bricks", + "side": "minecraft:block/nether_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/nether_brick_stairs_inner.json b/1.16.5/assets/minecraft/models/block/nether_brick_stairs_inner.json new file mode 100644 index 00000000..4d567702 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/nether_brick_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/nether_bricks", + "top": "minecraft:block/nether_bricks", + "side": "minecraft:block/nether_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/nether_brick_stairs_outer.json b/1.16.5/assets/minecraft/models/block/nether_brick_stairs_outer.json new file mode 100644 index 00000000..cd971579 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/nether_brick_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/nether_bricks", + "top": "minecraft:block/nether_bricks", + "side": "minecraft:block/nether_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/nether_brick_wall_inventory.json b/1.16.5/assets/minecraft/models/block/nether_brick_wall_inventory.json new file mode 100644 index 00000000..ef71ac4e --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/nether_brick_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "minecraft:block/nether_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/nether_brick_wall_post.json b/1.16.5/assets/minecraft/models/block/nether_brick_wall_post.json new file mode 100644 index 00000000..5d539376 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/nether_brick_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "minecraft:block/nether_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/nether_brick_wall_side.json b/1.16.5/assets/minecraft/models/block/nether_brick_wall_side.json new file mode 100644 index 00000000..19b01afd --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/nether_brick_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "minecraft:block/nether_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/nether_brick_wall_side_tall.json b/1.16.5/assets/minecraft/models/block/nether_brick_wall_side_tall.json new file mode 100644 index 00000000..e368b691 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/nether_brick_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "minecraft:block/nether_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/nether_bricks.json b/1.16.5/assets/minecraft/models/block/nether_bricks.json new file mode 100644 index 00000000..19ca75ce --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/nether_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/nether_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/nether_gold_ore.json b/1.16.5/assets/minecraft/models/block/nether_gold_ore.json new file mode 100644 index 00000000..a7a48a50 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/nether_gold_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/nether_gold_ore" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/nether_portal_ew.json b/1.16.5/assets/minecraft/models/block/nether_portal_ew.json new file mode 100644 index 00000000..5b7869ab --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/nether_portal_ew.json @@ -0,0 +1,15 @@ +{ + "textures": { + "particle": "block/nether_portal", + "portal": "block/nether_portal" + }, + "elements": [ + { "from": [ 6, 0, 0 ], + "to": [ 10, 16, 16 ], + "faces": { + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#portal" }, + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#portal" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/nether_portal_ns.json b/1.16.5/assets/minecraft/models/block/nether_portal_ns.json new file mode 100644 index 00000000..937ca3b9 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/nether_portal_ns.json @@ -0,0 +1,15 @@ +{ + "textures": { + "particle": "block/nether_portal", + "portal": "block/nether_portal" + }, + "elements": [ + { "from": [ 0, 0, 6 ], + "to": [ 16, 16, 10 ], + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#portal" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#portal" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/nether_quartz_ore.json b/1.16.5/assets/minecraft/models/block/nether_quartz_ore.json new file mode 100644 index 00000000..831c93fa --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/nether_quartz_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/nether_quartz_ore" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/nether_sprouts.json b/1.16.5/assets/minecraft/models/block/nether_sprouts.json new file mode 100644 index 00000000..a1348576 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/nether_sprouts.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/nether_sprouts" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/nether_wart_block.json b/1.16.5/assets/minecraft/models/block/nether_wart_block.json new file mode 100644 index 00000000..e1643535 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/nether_wart_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/nether_wart_block" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/nether_wart_stage0.json b/1.16.5/assets/minecraft/models/block/nether_wart_stage0.json new file mode 100644 index 00000000..795414f2 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/nether_wart_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/crop", + "textures": { + "crop": "minecraft:block/nether_wart_stage0" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/nether_wart_stage1.json b/1.16.5/assets/minecraft/models/block/nether_wart_stage1.json new file mode 100644 index 00000000..55ac3277 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/nether_wart_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/crop", + "textures": { + "crop": "minecraft:block/nether_wart_stage1" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/nether_wart_stage2.json b/1.16.5/assets/minecraft/models/block/nether_wart_stage2.json new file mode 100644 index 00000000..42d5a2ea --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/nether_wart_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/crop", + "textures": { + "crop": "minecraft:block/nether_wart_stage2" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/netherite_block.json b/1.16.5/assets/minecraft/models/block/netherite_block.json new file mode 100644 index 00000000..72fa8d9b --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/netherite_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/netherite_block" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/netherrack.json b/1.16.5/assets/minecraft/models/block/netherrack.json new file mode 100644 index 00000000..11cebf7a --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/netherrack.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/netherrack" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/note_block.json b/1.16.5/assets/minecraft/models/block/note_block.json new file mode 100644 index 00000000..5d7671bd --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/note_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/note_block" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/oak_button.json b/1.16.5/assets/minecraft/models/block/oak_button.json new file mode 100644 index 00000000..67b1c0f3 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/oak_button.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/button", + "textures": { + "texture": "minecraft:block/oak_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/oak_button_inventory.json b/1.16.5/assets/minecraft/models/block/oak_button_inventory.json new file mode 100644 index 00000000..f58d4869 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/oak_button_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/button_inventory", + "textures": { + "texture": "minecraft:block/oak_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/oak_button_pressed.json b/1.16.5/assets/minecraft/models/block/oak_button_pressed.json new file mode 100644 index 00000000..218d5cf4 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/oak_button_pressed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/button_pressed", + "textures": { + "texture": "minecraft:block/oak_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/oak_door_bottom.json b/1.16.5/assets/minecraft/models/block/oak_door_bottom.json new file mode 100644 index 00000000..13f1db80 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/oak_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_bottom", + "textures": { + "top": "minecraft:block/oak_door_top", + "bottom": "minecraft:block/oak_door_bottom" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/oak_door_bottom_hinge.json b/1.16.5/assets/minecraft/models/block/oak_door_bottom_hinge.json new file mode 100644 index 00000000..c49cea2c --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/oak_door_bottom_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_bottom_rh", + "textures": { + "top": "minecraft:block/oak_door_top", + "bottom": "minecraft:block/oak_door_bottom" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/oak_door_top.json b/1.16.5/assets/minecraft/models/block/oak_door_top.json new file mode 100644 index 00000000..41020636 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/oak_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_top", + "textures": { + "top": "minecraft:block/oak_door_top", + "bottom": "minecraft:block/oak_door_bottom" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/oak_door_top_hinge.json b/1.16.5/assets/minecraft/models/block/oak_door_top_hinge.json new file mode 100644 index 00000000..cc35e140 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/oak_door_top_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_top_rh", + "textures": { + "top": "minecraft:block/oak_door_top", + "bottom": "minecraft:block/oak_door_bottom" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/oak_fence_gate.json b/1.16.5/assets/minecraft/models/block/oak_fence_gate.json new file mode 100644 index 00000000..74e6c445 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/oak_fence_gate.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fence_gate", + "textures": { + "texture": "minecraft:block/oak_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/oak_fence_gate_open.json b/1.16.5/assets/minecraft/models/block/oak_fence_gate_open.json new file mode 100644 index 00000000..c3e37495 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/oak_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fence_gate_open", + "textures": { + "texture": "minecraft:block/oak_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/oak_fence_gate_wall.json b/1.16.5/assets/minecraft/models/block/oak_fence_gate_wall.json new file mode 100644 index 00000000..9c2c0f39 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/oak_fence_gate_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fence_gate_wall", + "textures": { + "texture": "minecraft:block/oak_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/oak_fence_gate_wall_open.json b/1.16.5/assets/minecraft/models/block/oak_fence_gate_wall_open.json new file mode 100644 index 00000000..2b515179 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/oak_fence_gate_wall_open.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fence_gate_wall_open", + "textures": { + "texture": "minecraft:block/oak_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/oak_fence_inventory.json b/1.16.5/assets/minecraft/models/block/oak_fence_inventory.json new file mode 100644 index 00000000..54282027 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/oak_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/fence_inventory", + "textures": { + "texture": "minecraft:block/oak_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/oak_fence_post.json b/1.16.5/assets/minecraft/models/block/oak_fence_post.json new file mode 100644 index 00000000..e05dc4ae --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/oak_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/fence_post", + "textures": { + "texture": "minecraft:block/oak_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/oak_fence_side.json b/1.16.5/assets/minecraft/models/block/oak_fence_side.json new file mode 100644 index 00000000..fe4ed99e --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/oak_fence_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/fence_side", + "textures": { + "texture": "minecraft:block/oak_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/oak_leaves.json b/1.16.5/assets/minecraft/models/block/oak_leaves.json new file mode 100644 index 00000000..192ebd67 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/oak_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/leaves", + "textures": { + "all": "minecraft:block/oak_leaves" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/oak_log.json b/1.16.5/assets/minecraft/models/block/oak_log.json new file mode 100644 index 00000000..70583e67 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/oak_log.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/oak_log_top", + "side": "minecraft:block/oak_log" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/oak_log_horizontal.json b/1.16.5/assets/minecraft/models/block/oak_log_horizontal.json new file mode 100644 index 00000000..fd9a02ca --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/oak_log_horizontal.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column_horizontal", + "textures": { + "end": "minecraft:block/oak_log_top", + "side": "minecraft:block/oak_log" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/oak_planks.json b/1.16.5/assets/minecraft/models/block/oak_planks.json new file mode 100644 index 00000000..3a21a3f2 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/oak_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/oak_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/oak_pressure_plate.json b/1.16.5/assets/minecraft/models/block/oak_pressure_plate.json new file mode 100644 index 00000000..3fb5dd7c --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/oak_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/pressure_plate_up", + "textures": { + "texture": "minecraft:block/oak_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/oak_pressure_plate_down.json b/1.16.5/assets/minecraft/models/block/oak_pressure_plate_down.json new file mode 100644 index 00000000..06c4db73 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/oak_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/pressure_plate_down", + "textures": { + "texture": "minecraft:block/oak_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/oak_sapling.json b/1.16.5/assets/minecraft/models/block/oak_sapling.json new file mode 100644 index 00000000..87354edc --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/oak_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/oak_sapling" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/oak_sign.json b/1.16.5/assets/minecraft/models/block/oak_sign.json new file mode 100644 index 00000000..9406a849 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/oak_sign.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "minecraft:block/oak_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/oak_slab.json b/1.16.5/assets/minecraft/models/block/oak_slab.json new file mode 100644 index 00000000..03a160e5 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/oak_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/oak_planks", + "top": "minecraft:block/oak_planks", + "side": "minecraft:block/oak_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/oak_slab_top.json b/1.16.5/assets/minecraft/models/block/oak_slab_top.json new file mode 100644 index 00000000..a16afcc8 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/oak_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/oak_planks", + "top": "minecraft:block/oak_planks", + "side": "minecraft:block/oak_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/oak_stairs.json b/1.16.5/assets/minecraft/models/block/oak_stairs.json new file mode 100644 index 00000000..5fcba27e --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/oak_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/oak_planks", + "top": "minecraft:block/oak_planks", + "side": "minecraft:block/oak_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/oak_stairs_inner.json b/1.16.5/assets/minecraft/models/block/oak_stairs_inner.json new file mode 100644 index 00000000..e0f940f4 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/oak_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/oak_planks", + "top": "minecraft:block/oak_planks", + "side": "minecraft:block/oak_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/oak_stairs_outer.json b/1.16.5/assets/minecraft/models/block/oak_stairs_outer.json new file mode 100644 index 00000000..6f327c03 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/oak_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/oak_planks", + "top": "minecraft:block/oak_planks", + "side": "minecraft:block/oak_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/oak_trapdoor_bottom.json b/1.16.5/assets/minecraft/models/block/oak_trapdoor_bottom.json new file mode 100644 index 00000000..a4dcb639 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/oak_trapdoor_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_trapdoor_bottom", + "textures": { + "texture": "minecraft:block/oak_trapdoor" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/oak_trapdoor_open.json b/1.16.5/assets/minecraft/models/block/oak_trapdoor_open.json new file mode 100644 index 00000000..e8b0bb3b --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/oak_trapdoor_open.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_trapdoor_open", + "textures": { + "texture": "minecraft:block/oak_trapdoor" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/oak_trapdoor_top.json b/1.16.5/assets/minecraft/models/block/oak_trapdoor_top.json new file mode 100644 index 00000000..34322d68 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/oak_trapdoor_top.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_trapdoor_top", + "textures": { + "texture": "minecraft:block/oak_trapdoor" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/oak_wood.json b/1.16.5/assets/minecraft/models/block/oak_wood.json new file mode 100644 index 00000000..79a8da03 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/oak_wood.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/oak_log", + "side": "minecraft:block/oak_log" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/observer.json b/1.16.5/assets/minecraft/models/block/observer.json new file mode 100644 index 00000000..1b8ca609 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/observer.json @@ -0,0 +1,23 @@ +{ + "parent": "block/block", + "textures": { + "bottom": "block/observer_back", + "side": "block/observer_side", + "top": "block/observer_top", + "front": "block/observer_front", + "particle": "block/observer_front" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#top", "cullface": "down" }, + "up": { "uv": [ 0, 16, 16, 0 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#front", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "east" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/observer_on.json b/1.16.5/assets/minecraft/models/block/observer_on.json new file mode 100644 index 00000000..ee290184 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/observer_on.json @@ -0,0 +1,6 @@ +{ + "parent": "block/observer", + "textures": { + "bottom": "block/observer_back_on" + } +} diff --git a/1.16.5/assets/minecraft/models/block/obsidian.json b/1.16.5/assets/minecraft/models/block/obsidian.json new file mode 100644 index 00000000..104a1994 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/obsidian.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/obsidian" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/orange_carpet.json b/1.16.5/assets/minecraft/models/block/orange_carpet.json new file mode 100644 index 00000000..886a5dbf --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/orange_carpet.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/carpet", + "textures": { + "wool": "minecraft:block/orange_wool" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/orange_concrete.json b/1.16.5/assets/minecraft/models/block/orange_concrete.json new file mode 100644 index 00000000..c0f6708a --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/orange_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/orange_concrete" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/orange_concrete_powder.json b/1.16.5/assets/minecraft/models/block/orange_concrete_powder.json new file mode 100644 index 00000000..a63474f6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/orange_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/orange_concrete_powder" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/orange_glazed_terracotta.json b/1.16.5/assets/minecraft/models/block/orange_glazed_terracotta.json new file mode 100644 index 00000000..d39dc99b --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/orange_glazed_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glazed_terracotta", + "textures": { + "pattern": "minecraft:block/orange_glazed_terracotta" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/orange_shulker_box.json b/1.16.5/assets/minecraft/models/block/orange_shulker_box.json new file mode 100644 index 00000000..202c3257 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/orange_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "minecraft:block/orange_shulker_box" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/orange_stained_glass.json b/1.16.5/assets/minecraft/models/block/orange_stained_glass.json new file mode 100644 index 00000000..cb420e05 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/orange_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/orange_stained_glass" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/orange_stained_glass_pane_noside.json b/1.16.5/assets/minecraft/models/block/orange_stained_glass_pane_noside.json new file mode 100644 index 00000000..d54ef0db --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/orange_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glass_pane_noside", + "textures": { + "pane": "minecraft:block/orange_stained_glass" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/orange_stained_glass_pane_noside_alt.json b/1.16.5/assets/minecraft/models/block/orange_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..56f2cd0b --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/orange_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glass_pane_noside_alt", + "textures": { + "pane": "minecraft:block/orange_stained_glass" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/orange_stained_glass_pane_post.json b/1.16.5/assets/minecraft/models/block/orange_stained_glass_pane_post.json new file mode 100644 index 00000000..66123eab --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/orange_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_post", + "textures": { + "pane": "minecraft:block/orange_stained_glass", + "edge": "minecraft:block/orange_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/orange_stained_glass_pane_side.json b/1.16.5/assets/minecraft/models/block/orange_stained_glass_pane_side.json new file mode 100644 index 00000000..53ba2125 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/orange_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_side", + "textures": { + "pane": "minecraft:block/orange_stained_glass", + "edge": "minecraft:block/orange_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/orange_stained_glass_pane_side_alt.json b/1.16.5/assets/minecraft/models/block/orange_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..d661b1e2 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/orange_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_side_alt", + "textures": { + "pane": "minecraft:block/orange_stained_glass", + "edge": "minecraft:block/orange_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/orange_terracotta.json b/1.16.5/assets/minecraft/models/block/orange_terracotta.json new file mode 100644 index 00000000..2d5e41a1 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/orange_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/orange_terracotta" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/orange_tulip.json b/1.16.5/assets/minecraft/models/block/orange_tulip.json new file mode 100644 index 00000000..e0b71ccb --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/orange_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/orange_tulip" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/orange_wool.json b/1.16.5/assets/minecraft/models/block/orange_wool.json new file mode 100644 index 00000000..89a99b52 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/orange_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/orange_wool" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/orientable.json b/1.16.5/assets/minecraft/models/block/orientable.json new file mode 100644 index 00000000..ad7bf9a7 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/orientable.json @@ -0,0 +1,6 @@ +{ + "parent": "block/orientable_with_bottom", + "textures": { + "bottom": "#top" + } +} diff --git a/1.16.5/assets/minecraft/models/block/orientable_vertical.json b/1.16.5/assets/minecraft/models/block/orientable_vertical.json new file mode 100644 index 00000000..5fb2223a --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/orientable_vertical.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "#side", + "down": "#side", + "up": "#front", + "north": "#side", + "east": "#side", + "south": "#side", + "west": "#side" + } +} diff --git a/1.16.5/assets/minecraft/models/block/orientable_with_bottom.json b/1.16.5/assets/minecraft/models/block/orientable_with_bottom.json new file mode 100644 index 00000000..d03a89bd --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/orientable_with_bottom.json @@ -0,0 +1,19 @@ +{ + "parent": "block/cube", + "display": { + "firstperson_righthand": { + "rotation": [ 0, 135, 0 ], + "translation": [ 0, 0, 0 ], + "scale": [ 0.40, 0.40, 0.40 ] + } + }, + "textures": { + "particle": "#front", + "down": "#bottom", + "up": "#top", + "north": "#front", + "east": "#side", + "south": "#side", + "west": "#side" + } +} diff --git a/1.16.5/assets/minecraft/models/block/outer_stairs.json b/1.16.5/assets/minecraft/models/block/outer_stairs.json new file mode 100644 index 00000000..03bbe420 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/outer_stairs.json @@ -0,0 +1,28 @@ +{ + "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, 8 ], + "to": [ 16, 16, 16 ], + "faces": { + "up": { "uv": [ 8, 8, 16, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 0, 0, 8, 8 ], "texture": "#side" }, + "south": { "uv": [ 8, 0, 16, 8 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 8, 0, 16, 8 ], "texture": "#side" }, + "east": { "uv": [ 0, 0, 8, 8 ], "texture": "#side", "cullface": "east" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/oxeye_daisy.json b/1.16.5/assets/minecraft/models/block/oxeye_daisy.json new file mode 100644 index 00000000..bdc32c2e --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/oxeye_daisy.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/oxeye_daisy" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/packed_ice.json b/1.16.5/assets/minecraft/models/block/packed_ice.json new file mode 100644 index 00000000..3af1024f --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/packed_ice.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/packed_ice" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/peony_bottom.json b/1.16.5/assets/minecraft/models/block/peony_bottom.json new file mode 100644 index 00000000..8b7ea916 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/peony_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/peony_bottom" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/peony_top.json b/1.16.5/assets/minecraft/models/block/peony_top.json new file mode 100644 index 00000000..6e0fd6b7 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/peony_top.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/peony_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/petrified_oak_slab.json b/1.16.5/assets/minecraft/models/block/petrified_oak_slab.json new file mode 100644 index 00000000..03a160e5 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/petrified_oak_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/oak_planks", + "top": "minecraft:block/oak_planks", + "side": "minecraft:block/oak_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/petrified_oak_slab_top.json b/1.16.5/assets/minecraft/models/block/petrified_oak_slab_top.json new file mode 100644 index 00000000..a16afcc8 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/petrified_oak_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/oak_planks", + "top": "minecraft:block/oak_planks", + "side": "minecraft:block/oak_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/pink_carpet.json b/1.16.5/assets/minecraft/models/block/pink_carpet.json new file mode 100644 index 00000000..874e9744 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/pink_carpet.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/carpet", + "textures": { + "wool": "minecraft:block/pink_wool" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/pink_concrete.json b/1.16.5/assets/minecraft/models/block/pink_concrete.json new file mode 100644 index 00000000..d64f49b9 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/pink_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/pink_concrete" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/pink_concrete_powder.json b/1.16.5/assets/minecraft/models/block/pink_concrete_powder.json new file mode 100644 index 00000000..b6c6ec12 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/pink_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/pink_concrete_powder" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/pink_glazed_terracotta.json b/1.16.5/assets/minecraft/models/block/pink_glazed_terracotta.json new file mode 100644 index 00000000..6f6bc9f1 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/pink_glazed_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glazed_terracotta", + "textures": { + "pattern": "minecraft:block/pink_glazed_terracotta" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/pink_shulker_box.json b/1.16.5/assets/minecraft/models/block/pink_shulker_box.json new file mode 100644 index 00000000..f088a120 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/pink_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "minecraft:block/pink_shulker_box" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/pink_stained_glass.json b/1.16.5/assets/minecraft/models/block/pink_stained_glass.json new file mode 100644 index 00000000..bb30dc77 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/pink_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/pink_stained_glass" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/pink_stained_glass_pane_noside.json b/1.16.5/assets/minecraft/models/block/pink_stained_glass_pane_noside.json new file mode 100644 index 00000000..ea8bf6d6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/pink_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glass_pane_noside", + "textures": { + "pane": "minecraft:block/pink_stained_glass" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/pink_stained_glass_pane_noside_alt.json b/1.16.5/assets/minecraft/models/block/pink_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..14ee3c51 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/pink_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glass_pane_noside_alt", + "textures": { + "pane": "minecraft:block/pink_stained_glass" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/pink_stained_glass_pane_post.json b/1.16.5/assets/minecraft/models/block/pink_stained_glass_pane_post.json new file mode 100644 index 00000000..939cdbaf --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/pink_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_post", + "textures": { + "pane": "minecraft:block/pink_stained_glass", + "edge": "minecraft:block/pink_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/pink_stained_glass_pane_side.json b/1.16.5/assets/minecraft/models/block/pink_stained_glass_pane_side.json new file mode 100644 index 00000000..cb8ef1b2 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/pink_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_side", + "textures": { + "pane": "minecraft:block/pink_stained_glass", + "edge": "minecraft:block/pink_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/pink_stained_glass_pane_side_alt.json b/1.16.5/assets/minecraft/models/block/pink_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..b05c3a4c --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/pink_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_side_alt", + "textures": { + "pane": "minecraft:block/pink_stained_glass", + "edge": "minecraft:block/pink_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/pink_terracotta.json b/1.16.5/assets/minecraft/models/block/pink_terracotta.json new file mode 100644 index 00000000..37127754 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/pink_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/pink_terracotta" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/pink_tulip.json b/1.16.5/assets/minecraft/models/block/pink_tulip.json new file mode 100644 index 00000000..56946f9c --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/pink_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/pink_tulip" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/pink_wool.json b/1.16.5/assets/minecraft/models/block/pink_wool.json new file mode 100644 index 00000000..0c56bf01 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/pink_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/pink_wool" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/piston.json b/1.16.5/assets/minecraft/models/block/piston.json new file mode 100644 index 00000000..b854c189 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/piston.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/template_piston", + "textures": { + "platform": "minecraft:block/piston_top", + "bottom": "minecraft:block/piston_bottom", + "side": "minecraft:block/piston_side" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/piston_base.json b/1.16.5/assets/minecraft/models/block/piston_base.json new file mode 100644 index 00000000..605c2f68 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/piston_base.json @@ -0,0 +1,8 @@ +{ + "parent": "block/piston_extended", + "textures": { + "bottom": "block/piston_bottom", + "side": "block/piston_side", + "inside": "block/piston_inner" + } +} diff --git a/1.16.5/assets/minecraft/models/block/piston_extended.json b/1.16.5/assets/minecraft/models/block/piston_extended.json new file mode 100644 index 00000000..45e04a30 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/piston_extended.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#side" + }, + "elements": [ + { "from": [ 0, 0, 4 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 4, 16, 16 ], "texture": "#side", "cullface": "down", "rotation": 180 }, + "up": { "uv": [ 0, 4, 16, 16 ], "texture": "#side", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#inside" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "south" }, + "west": { "uv": [ 0, 4, 16, 16 ], "texture": "#side", "cullface": "west", "rotation": 270 }, + "east": { "uv": [ 0, 4, 16, 16 ], "texture": "#side", "cullface": "east", "rotation": 90 } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/piston_head.json b/1.16.5/assets/minecraft/models/block/piston_head.json new file mode 100644 index 00000000..2caa096c --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/piston_head.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/template_piston_head", + "textures": { + "platform": "minecraft:block/piston_top", + "side": "minecraft:block/piston_side", + "unsticky": "minecraft:block/piston_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/piston_head_short.json b/1.16.5/assets/minecraft/models/block/piston_head_short.json new file mode 100644 index 00000000..490b1c50 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/piston_head_short.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/template_piston_head_short", + "textures": { + "platform": "minecraft:block/piston_top", + "side": "minecraft:block/piston_side", + "unsticky": "minecraft:block/piston_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/piston_head_short_sticky.json b/1.16.5/assets/minecraft/models/block/piston_head_short_sticky.json new file mode 100644 index 00000000..c5a98204 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/piston_head_short_sticky.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/template_piston_head_short", + "textures": { + "platform": "minecraft:block/piston_top_sticky", + "side": "minecraft:block/piston_side", + "unsticky": "minecraft:block/piston_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/piston_head_sticky.json b/1.16.5/assets/minecraft/models/block/piston_head_sticky.json new file mode 100644 index 00000000..7fa4495a --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/piston_head_sticky.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/template_piston_head", + "textures": { + "platform": "minecraft:block/piston_top_sticky", + "side": "minecraft:block/piston_side", + "unsticky": "minecraft:block/piston_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/piston_inventory.json b/1.16.5/assets/minecraft/models/block/piston_inventory.json new file mode 100644 index 00000000..6b77f4f6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/piston_inventory.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/cube_bottom_top", + "textures": { + "top": "minecraft:block/piston_top", + "bottom": "minecraft:block/piston_bottom", + "side": "minecraft:block/piston_side" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/podzol.json b/1.16.5/assets/minecraft/models/block/podzol.json new file mode 100644 index 00000000..ec3db2aa --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/podzol.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/cube_bottom_top", + "textures": { + "top": "minecraft:block/podzol_top", + "bottom": "minecraft:block/dirt", + "side": "minecraft:block/podzol_side" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/polished_andesite.json b/1.16.5/assets/minecraft/models/block/polished_andesite.json new file mode 100644 index 00000000..cd1067ab --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/polished_andesite.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/polished_andesite" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/polished_andesite_slab.json b/1.16.5/assets/minecraft/models/block/polished_andesite_slab.json new file mode 100644 index 00000000..97a8fbe9 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/polished_andesite_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/polished_andesite", + "top": "minecraft:block/polished_andesite", + "side": "minecraft:block/polished_andesite" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/polished_andesite_slab_top.json b/1.16.5/assets/minecraft/models/block/polished_andesite_slab_top.json new file mode 100644 index 00000000..64c6df0e --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/polished_andesite_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/polished_andesite", + "top": "minecraft:block/polished_andesite", + "side": "minecraft:block/polished_andesite" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/polished_andesite_stairs.json b/1.16.5/assets/minecraft/models/block/polished_andesite_stairs.json new file mode 100644 index 00000000..9f879d07 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/polished_andesite_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/polished_andesite", + "top": "minecraft:block/polished_andesite", + "side": "minecraft:block/polished_andesite" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/polished_andesite_stairs_inner.json b/1.16.5/assets/minecraft/models/block/polished_andesite_stairs_inner.json new file mode 100644 index 00000000..e41034be --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/polished_andesite_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/polished_andesite", + "top": "minecraft:block/polished_andesite", + "side": "minecraft:block/polished_andesite" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/polished_andesite_stairs_outer.json b/1.16.5/assets/minecraft/models/block/polished_andesite_stairs_outer.json new file mode 100644 index 00000000..6cc87c50 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/polished_andesite_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/polished_andesite", + "top": "minecraft:block/polished_andesite", + "side": "minecraft:block/polished_andesite" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/polished_basalt.json b/1.16.5/assets/minecraft/models/block/polished_basalt.json new file mode 100644 index 00000000..cdf565e4 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/polished_basalt.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/polished_basalt_top", + "side": "minecraft:block/polished_basalt_side" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/polished_blackstone.json b/1.16.5/assets/minecraft/models/block/polished_blackstone.json new file mode 100644 index 00000000..41baabeb --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/polished_blackstone.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/polished_blackstone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/polished_blackstone_brick_slab.json b/1.16.5/assets/minecraft/models/block/polished_blackstone_brick_slab.json new file mode 100644 index 00000000..b03d0562 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/polished_blackstone_brick_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/polished_blackstone_bricks", + "top": "minecraft:block/polished_blackstone_bricks", + "side": "minecraft:block/polished_blackstone_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/polished_blackstone_brick_slab_top.json b/1.16.5/assets/minecraft/models/block/polished_blackstone_brick_slab_top.json new file mode 100644 index 00000000..7f65cf8e --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/polished_blackstone_brick_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/polished_blackstone_bricks", + "top": "minecraft:block/polished_blackstone_bricks", + "side": "minecraft:block/polished_blackstone_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/polished_blackstone_brick_stairs.json b/1.16.5/assets/minecraft/models/block/polished_blackstone_brick_stairs.json new file mode 100644 index 00000000..5927b119 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/polished_blackstone_brick_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/polished_blackstone_bricks", + "top": "minecraft:block/polished_blackstone_bricks", + "side": "minecraft:block/polished_blackstone_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/polished_blackstone_brick_stairs_inner.json b/1.16.5/assets/minecraft/models/block/polished_blackstone_brick_stairs_inner.json new file mode 100644 index 00000000..3c1697bf --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/polished_blackstone_brick_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/polished_blackstone_bricks", + "top": "minecraft:block/polished_blackstone_bricks", + "side": "minecraft:block/polished_blackstone_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/polished_blackstone_brick_stairs_outer.json b/1.16.5/assets/minecraft/models/block/polished_blackstone_brick_stairs_outer.json new file mode 100644 index 00000000..a9868e86 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/polished_blackstone_brick_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/polished_blackstone_bricks", + "top": "minecraft:block/polished_blackstone_bricks", + "side": "minecraft:block/polished_blackstone_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/polished_blackstone_brick_wall_inventory.json b/1.16.5/assets/minecraft/models/block/polished_blackstone_brick_wall_inventory.json new file mode 100644 index 00000000..1c934f4a --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/polished_blackstone_brick_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "minecraft:block/polished_blackstone_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/polished_blackstone_brick_wall_post.json b/1.16.5/assets/minecraft/models/block/polished_blackstone_brick_wall_post.json new file mode 100644 index 00000000..1f634397 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/polished_blackstone_brick_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "minecraft:block/polished_blackstone_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/polished_blackstone_brick_wall_side.json b/1.16.5/assets/minecraft/models/block/polished_blackstone_brick_wall_side.json new file mode 100644 index 00000000..2b0179ed --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/polished_blackstone_brick_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "minecraft:block/polished_blackstone_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/polished_blackstone_brick_wall_side_tall.json b/1.16.5/assets/minecraft/models/block/polished_blackstone_brick_wall_side_tall.json new file mode 100644 index 00000000..8f5ee0c5 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/polished_blackstone_brick_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "minecraft:block/polished_blackstone_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/polished_blackstone_bricks.json b/1.16.5/assets/minecraft/models/block/polished_blackstone_bricks.json new file mode 100644 index 00000000..b94caf75 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/polished_blackstone_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/polished_blackstone_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/polished_blackstone_button.json b/1.16.5/assets/minecraft/models/block/polished_blackstone_button.json new file mode 100644 index 00000000..46472f13 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/polished_blackstone_button.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/button", + "textures": { + "texture": "minecraft:block/polished_blackstone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/polished_blackstone_button_inventory.json b/1.16.5/assets/minecraft/models/block/polished_blackstone_button_inventory.json new file mode 100644 index 00000000..9e717030 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/polished_blackstone_button_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/button_inventory", + "textures": { + "texture": "minecraft:block/polished_blackstone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/polished_blackstone_button_pressed.json b/1.16.5/assets/minecraft/models/block/polished_blackstone_button_pressed.json new file mode 100644 index 00000000..11457972 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/polished_blackstone_button_pressed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/button_pressed", + "textures": { + "texture": "minecraft:block/polished_blackstone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/polished_blackstone_pressure_plate.json b/1.16.5/assets/minecraft/models/block/polished_blackstone_pressure_plate.json new file mode 100644 index 00000000..e9d41846 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/polished_blackstone_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/pressure_plate_up", + "textures": { + "texture": "minecraft:block/polished_blackstone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/polished_blackstone_pressure_plate_down.json b/1.16.5/assets/minecraft/models/block/polished_blackstone_pressure_plate_down.json new file mode 100644 index 00000000..62fd5664 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/polished_blackstone_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/pressure_plate_down", + "textures": { + "texture": "minecraft:block/polished_blackstone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/polished_blackstone_slab.json b/1.16.5/assets/minecraft/models/block/polished_blackstone_slab.json new file mode 100644 index 00000000..82444028 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/polished_blackstone_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/polished_blackstone", + "top": "minecraft:block/polished_blackstone", + "side": "minecraft:block/polished_blackstone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/polished_blackstone_slab_top.json b/1.16.5/assets/minecraft/models/block/polished_blackstone_slab_top.json new file mode 100644 index 00000000..1a8451c7 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/polished_blackstone_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/polished_blackstone", + "top": "minecraft:block/polished_blackstone", + "side": "minecraft:block/polished_blackstone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/polished_blackstone_stairs.json b/1.16.5/assets/minecraft/models/block/polished_blackstone_stairs.json new file mode 100644 index 00000000..188342d6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/polished_blackstone_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/polished_blackstone", + "top": "minecraft:block/polished_blackstone", + "side": "minecraft:block/polished_blackstone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/polished_blackstone_stairs_inner.json b/1.16.5/assets/minecraft/models/block/polished_blackstone_stairs_inner.json new file mode 100644 index 00000000..ce867543 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/polished_blackstone_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/polished_blackstone", + "top": "minecraft:block/polished_blackstone", + "side": "minecraft:block/polished_blackstone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/polished_blackstone_stairs_outer.json b/1.16.5/assets/minecraft/models/block/polished_blackstone_stairs_outer.json new file mode 100644 index 00000000..08570fd0 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/polished_blackstone_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/polished_blackstone", + "top": "minecraft:block/polished_blackstone", + "side": "minecraft:block/polished_blackstone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/polished_blackstone_wall_inventory.json b/1.16.5/assets/minecraft/models/block/polished_blackstone_wall_inventory.json new file mode 100644 index 00000000..d361d99b --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/polished_blackstone_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "minecraft:block/polished_blackstone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/polished_blackstone_wall_post.json b/1.16.5/assets/minecraft/models/block/polished_blackstone_wall_post.json new file mode 100644 index 00000000..24cf5a40 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/polished_blackstone_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "minecraft:block/polished_blackstone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/polished_blackstone_wall_side.json b/1.16.5/assets/minecraft/models/block/polished_blackstone_wall_side.json new file mode 100644 index 00000000..fc72cbea --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/polished_blackstone_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "minecraft:block/polished_blackstone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/polished_blackstone_wall_side_tall.json b/1.16.5/assets/minecraft/models/block/polished_blackstone_wall_side_tall.json new file mode 100644 index 00000000..5d3f4f0c --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/polished_blackstone_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "minecraft:block/polished_blackstone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/polished_diorite.json b/1.16.5/assets/minecraft/models/block/polished_diorite.json new file mode 100644 index 00000000..99afb394 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/polished_diorite.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/polished_diorite" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/polished_diorite_slab.json b/1.16.5/assets/minecraft/models/block/polished_diorite_slab.json new file mode 100644 index 00000000..0627dfeb --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/polished_diorite_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/polished_diorite", + "top": "minecraft:block/polished_diorite", + "side": "minecraft:block/polished_diorite" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/polished_diorite_slab_top.json b/1.16.5/assets/minecraft/models/block/polished_diorite_slab_top.json new file mode 100644 index 00000000..fc3bd3da --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/polished_diorite_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/polished_diorite", + "top": "minecraft:block/polished_diorite", + "side": "minecraft:block/polished_diorite" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/polished_diorite_stairs.json b/1.16.5/assets/minecraft/models/block/polished_diorite_stairs.json new file mode 100644 index 00000000..42598f36 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/polished_diorite_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/polished_diorite", + "top": "minecraft:block/polished_diorite", + "side": "minecraft:block/polished_diorite" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/polished_diorite_stairs_inner.json b/1.16.5/assets/minecraft/models/block/polished_diorite_stairs_inner.json new file mode 100644 index 00000000..c62e6dbe --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/polished_diorite_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/polished_diorite", + "top": "minecraft:block/polished_diorite", + "side": "minecraft:block/polished_diorite" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/polished_diorite_stairs_outer.json b/1.16.5/assets/minecraft/models/block/polished_diorite_stairs_outer.json new file mode 100644 index 00000000..15cbfc8d --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/polished_diorite_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/polished_diorite", + "top": "minecraft:block/polished_diorite", + "side": "minecraft:block/polished_diorite" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/polished_granite.json b/1.16.5/assets/minecraft/models/block/polished_granite.json new file mode 100644 index 00000000..46f93fd8 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/polished_granite.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/polished_granite" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/polished_granite_slab.json b/1.16.5/assets/minecraft/models/block/polished_granite_slab.json new file mode 100644 index 00000000..490d8954 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/polished_granite_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/polished_granite", + "top": "minecraft:block/polished_granite", + "side": "minecraft:block/polished_granite" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/polished_granite_slab_top.json b/1.16.5/assets/minecraft/models/block/polished_granite_slab_top.json new file mode 100644 index 00000000..c811d381 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/polished_granite_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/polished_granite", + "top": "minecraft:block/polished_granite", + "side": "minecraft:block/polished_granite" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/polished_granite_stairs.json b/1.16.5/assets/minecraft/models/block/polished_granite_stairs.json new file mode 100644 index 00000000..537051d1 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/polished_granite_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/polished_granite", + "top": "minecraft:block/polished_granite", + "side": "minecraft:block/polished_granite" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/polished_granite_stairs_inner.json b/1.16.5/assets/minecraft/models/block/polished_granite_stairs_inner.json new file mode 100644 index 00000000..0b6c3639 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/polished_granite_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/polished_granite", + "top": "minecraft:block/polished_granite", + "side": "minecraft:block/polished_granite" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/polished_granite_stairs_outer.json b/1.16.5/assets/minecraft/models/block/polished_granite_stairs_outer.json new file mode 100644 index 00000000..366ec406 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/polished_granite_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/polished_granite", + "top": "minecraft:block/polished_granite", + "side": "minecraft:block/polished_granite" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/poppy.json b/1.16.5/assets/minecraft/models/block/poppy.json new file mode 100644 index 00000000..dd37fe80 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/poppy.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/poppy" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/potatoes_stage0.json b/1.16.5/assets/minecraft/models/block/potatoes_stage0.json new file mode 100644 index 00000000..7bd4a3c4 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/potatoes_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/crop", + "textures": { + "crop": "minecraft:block/potatoes_stage0" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/potatoes_stage1.json b/1.16.5/assets/minecraft/models/block/potatoes_stage1.json new file mode 100644 index 00000000..e1ccb2e9 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/potatoes_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/crop", + "textures": { + "crop": "minecraft:block/potatoes_stage1" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/potatoes_stage2.json b/1.16.5/assets/minecraft/models/block/potatoes_stage2.json new file mode 100644 index 00000000..139c6401 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/potatoes_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/crop", + "textures": { + "crop": "minecraft:block/potatoes_stage2" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/potatoes_stage3.json b/1.16.5/assets/minecraft/models/block/potatoes_stage3.json new file mode 100644 index 00000000..8ac74e8a --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/potatoes_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/crop", + "textures": { + "crop": "minecraft:block/potatoes_stage3" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/potted_acacia_sapling.json b/1.16.5/assets/minecraft/models/block/potted_acacia_sapling.json new file mode 100644 index 00000000..e1b2b703 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/potted_acacia_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/flower_pot_cross", + "textures": { + "plant": "minecraft:block/acacia_sapling" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/potted_allium.json b/1.16.5/assets/minecraft/models/block/potted_allium.json new file mode 100644 index 00000000..5b576fbb --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/potted_allium.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/flower_pot_cross", + "textures": { + "plant": "minecraft:block/allium" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/potted_azure_bluet.json b/1.16.5/assets/minecraft/models/block/potted_azure_bluet.json new file mode 100644 index 00000000..175b4c04 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/potted_azure_bluet.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/flower_pot_cross", + "textures": { + "plant": "minecraft:block/azure_bluet" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/potted_bamboo.json b/1.16.5/assets/minecraft/models/block/potted_bamboo.json new file mode 100644 index 00000000..14ffcc2a --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/potted_bamboo.json @@ -0,0 +1,77 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/flower_pot", + "flowerpot": "block/flower_pot", + "dirt": "block/dirt", + "bamboo": "block/bamboo_stalk", + "leaf": "block/bamboo_singleleaf" + }, + "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, 12, 10, 16 ], "texture": "#flowerpot", "cullface": "down" }, + "up": { "uv": [ 6, 6, 10, 10 ], "texture": "#dirt" } + } + }, + { "from": [ 7, 0, 7 ], + "to": [ 9, 16, 9 ], + "faces": { + "up": { "uv": [ 13, 0, 15, 2], "texture": "#bamboo", "cullface": "up" }, + "north": { "uv": [ 6, 0, 8, 16 ], "texture": "#bamboo" }, + "south": { "uv": [ 6, 0, 8, 16 ], "texture": "#bamboo" }, + "west": { "uv": [ 6, 0, 8, 16 ], "texture": "#bamboo" }, + "east": { "uv": [ 6, 0, 8, 16 ], "texture": "#bamboo" } + } + }, + { "from": [ 0, 2, 8 ], + "to": [ 16, 18, 8 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#leaf" }, + "south": { "uv": [ 16, 0, 0, 16 ], "texture": "#leaf" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/potted_birch_sapling.json b/1.16.5/assets/minecraft/models/block/potted_birch_sapling.json new file mode 100644 index 00000000..b19246fb --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/potted_birch_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/flower_pot_cross", + "textures": { + "plant": "minecraft:block/birch_sapling" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/potted_blue_orchid.json b/1.16.5/assets/minecraft/models/block/potted_blue_orchid.json new file mode 100644 index 00000000..f9b31bad --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/potted_blue_orchid.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/flower_pot_cross", + "textures": { + "plant": "minecraft:block/blue_orchid" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/potted_brown_mushroom.json b/1.16.5/assets/minecraft/models/block/potted_brown_mushroom.json new file mode 100644 index 00000000..3e837e62 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/potted_brown_mushroom.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/flower_pot_cross", + "textures": { + "plant": "minecraft:block/brown_mushroom" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/potted_cactus.json b/1.16.5/assets/minecraft/models/block/potted_cactus.json new file mode 100644 index 00000000..8308298f --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/potted_cactus.json @@ -0,0 +1,32 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/flower_pot", + "flowerpot": "block/flower_pot", + "cactus_top": "block/cactus_top", + "cactus": "block/cactus_side" + }, + "elements": [ + { "from": [ 5, 0, 5 ], + "to": [ 11, 6, 11 ], + "faces": { + "down": { "uv": [ 5, 5, 6, 11 ], "texture": "#flowerpot", "cullface": "down" }, + "up": { "texture": "#flowerpot" }, + "north": { "texture": "#flowerpot" }, + "south": { "texture": "#flowerpot" }, + "west": { "texture": "#flowerpot" }, + "east": { "texture": "#flowerpot" } + } + }, + { "from": [ 6, 5, 6 ], + "to": [ 10, 16, 10 ], + "faces": { + "up": { "texture": "#cactus_top", "cullface": "up" }, + "north": { "uv": [ 6, 0, 10, 12 ], "texture": "#cactus" }, + "south": { "uv": [ 6, 0, 10, 12 ], "texture": "#cactus" }, + "west": { "uv": [ 6, 0, 10, 12 ], "texture": "#cactus" }, + "east": { "uv": [ 6, 0, 10, 12 ], "texture": "#cactus" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/potted_cornflower.json b/1.16.5/assets/minecraft/models/block/potted_cornflower.json new file mode 100644 index 00000000..70d88359 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/potted_cornflower.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/flower_pot_cross", + "textures": { + "plant": "minecraft:block/cornflower" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/potted_crimson_fungus.json b/1.16.5/assets/minecraft/models/block/potted_crimson_fungus.json new file mode 100644 index 00000000..08aea2cb --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/potted_crimson_fungus.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/flower_pot_cross", + "textures": { + "plant": "minecraft:block/crimson_fungus" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/potted_crimson_roots.json b/1.16.5/assets/minecraft/models/block/potted_crimson_roots.json new file mode 100644 index 00000000..b5b27112 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/potted_crimson_roots.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/flower_pot_cross", + "textures": { + "plant": "minecraft:block/crimson_roots_pot" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/potted_dandelion.json b/1.16.5/assets/minecraft/models/block/potted_dandelion.json new file mode 100644 index 00000000..c6c36133 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/potted_dandelion.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/flower_pot_cross", + "textures": { + "plant": "minecraft:block/dandelion" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/potted_dark_oak_sapling.json b/1.16.5/assets/minecraft/models/block/potted_dark_oak_sapling.json new file mode 100644 index 00000000..b269e873 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/potted_dark_oak_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/flower_pot_cross", + "textures": { + "plant": "minecraft:block/dark_oak_sapling" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/potted_dead_bush.json b/1.16.5/assets/minecraft/models/block/potted_dead_bush.json new file mode 100644 index 00000000..e2f1fc5f --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/potted_dead_bush.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/flower_pot_cross", + "textures": { + "plant": "minecraft:block/dead_bush" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/potted_fern.json b/1.16.5/assets/minecraft/models/block/potted_fern.json new file mode 100644 index 00000000..3076b6d1 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/potted_fern.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/tinted_flower_pot_cross", + "textures": { + "plant": "minecraft:block/fern" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/potted_jungle_sapling.json b/1.16.5/assets/minecraft/models/block/potted_jungle_sapling.json new file mode 100644 index 00000000..4ee93988 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/potted_jungle_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/flower_pot_cross", + "textures": { + "plant": "minecraft:block/jungle_sapling" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/potted_lily_of_the_valley.json b/1.16.5/assets/minecraft/models/block/potted_lily_of_the_valley.json new file mode 100644 index 00000000..a09d9c16 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/potted_lily_of_the_valley.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/flower_pot_cross", + "textures": { + "plant": "minecraft:block/lily_of_the_valley" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/potted_oak_sapling.json b/1.16.5/assets/minecraft/models/block/potted_oak_sapling.json new file mode 100644 index 00000000..c4746c46 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/potted_oak_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/flower_pot_cross", + "textures": { + "plant": "minecraft:block/oak_sapling" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/potted_orange_tulip.json b/1.16.5/assets/minecraft/models/block/potted_orange_tulip.json new file mode 100644 index 00000000..bd2b5e75 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/potted_orange_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/flower_pot_cross", + "textures": { + "plant": "minecraft:block/orange_tulip" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/potted_oxeye_daisy.json b/1.16.5/assets/minecraft/models/block/potted_oxeye_daisy.json new file mode 100644 index 00000000..107dc8e8 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/potted_oxeye_daisy.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/flower_pot_cross", + "textures": { + "plant": "minecraft:block/oxeye_daisy" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/potted_pink_tulip.json b/1.16.5/assets/minecraft/models/block/potted_pink_tulip.json new file mode 100644 index 00000000..75658f75 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/potted_pink_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/flower_pot_cross", + "textures": { + "plant": "minecraft:block/pink_tulip" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/potted_poppy.json b/1.16.5/assets/minecraft/models/block/potted_poppy.json new file mode 100644 index 00000000..6fdefca8 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/potted_poppy.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/flower_pot_cross", + "textures": { + "plant": "minecraft:block/poppy" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/potted_red_mushroom.json b/1.16.5/assets/minecraft/models/block/potted_red_mushroom.json new file mode 100644 index 00000000..9bc28969 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/potted_red_mushroom.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/flower_pot_cross", + "textures": { + "plant": "minecraft:block/red_mushroom" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/potted_red_tulip.json b/1.16.5/assets/minecraft/models/block/potted_red_tulip.json new file mode 100644 index 00000000..6541daaa --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/potted_red_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/flower_pot_cross", + "textures": { + "plant": "minecraft:block/red_tulip" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/potted_spruce_sapling.json b/1.16.5/assets/minecraft/models/block/potted_spruce_sapling.json new file mode 100644 index 00000000..431559fa --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/potted_spruce_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/flower_pot_cross", + "textures": { + "plant": "minecraft:block/spruce_sapling" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/potted_warped_fungus.json b/1.16.5/assets/minecraft/models/block/potted_warped_fungus.json new file mode 100644 index 00000000..de7e890a --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/potted_warped_fungus.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/flower_pot_cross", + "textures": { + "plant": "minecraft:block/warped_fungus" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/potted_warped_roots.json b/1.16.5/assets/minecraft/models/block/potted_warped_roots.json new file mode 100644 index 00000000..ac44109d --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/potted_warped_roots.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/flower_pot_cross", + "textures": { + "plant": "minecraft:block/warped_roots_pot" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/potted_white_tulip.json b/1.16.5/assets/minecraft/models/block/potted_white_tulip.json new file mode 100644 index 00000000..efc662fe --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/potted_white_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/flower_pot_cross", + "textures": { + "plant": "minecraft:block/white_tulip" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/potted_wither_rose.json b/1.16.5/assets/minecraft/models/block/potted_wither_rose.json new file mode 100644 index 00000000..1eab257a --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/potted_wither_rose.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/flower_pot_cross", + "textures": { + "plant": "minecraft:block/wither_rose" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/powered_rail.json b/1.16.5/assets/minecraft/models/block/powered_rail.json new file mode 100644 index 00000000..be1faa81 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/powered_rail.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/rail_flat", + "textures": { + "rail": "minecraft:block/powered_rail" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/powered_rail_on.json b/1.16.5/assets/minecraft/models/block/powered_rail_on.json new file mode 100644 index 00000000..eccba5ee --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/powered_rail_on.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/rail_flat", + "textures": { + "rail": "minecraft:block/powered_rail_on" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/powered_rail_on_raised_ne.json b/1.16.5/assets/minecraft/models/block/powered_rail_on_raised_ne.json new file mode 100644 index 00000000..b8be1418 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/powered_rail_on_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_rail_raised_ne", + "textures": { + "rail": "minecraft:block/powered_rail_on" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/powered_rail_on_raised_sw.json b/1.16.5/assets/minecraft/models/block/powered_rail_on_raised_sw.json new file mode 100644 index 00000000..07fdc142 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/powered_rail_on_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_rail_raised_sw", + "textures": { + "rail": "minecraft:block/powered_rail_on" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/powered_rail_raised_ne.json b/1.16.5/assets/minecraft/models/block/powered_rail_raised_ne.json new file mode 100644 index 00000000..ebfd5e1c --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/powered_rail_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_rail_raised_ne", + "textures": { + "rail": "minecraft:block/powered_rail" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/powered_rail_raised_sw.json b/1.16.5/assets/minecraft/models/block/powered_rail_raised_sw.json new file mode 100644 index 00000000..516a56ee --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/powered_rail_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_rail_raised_sw", + "textures": { + "rail": "minecraft:block/powered_rail" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/pressure_plate_down.json b/1.16.5/assets/minecraft/models/block/pressure_plate_down.json new file mode 100644 index 00000000..db6e6ba6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/pressure_plate_down.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 1, 0, 1 ], + "to": [ 15, 0.5, 15 ], + "faces": { + "down": { "uv": [ 1, 1, 15, 15 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 1, 1, 15, 15 ], "texture": "#texture" }, + "north": { "uv": [ 1, 15, 15, 15.5 ], "texture": "#texture" }, + "south": { "uv": [ 1, 15, 15, 15.5 ], "texture": "#texture" }, + "west": { "uv": [ 1, 15, 15, 15.5 ], "texture": "#texture" }, + "east": { "uv": [ 1, 15, 15, 15.5 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/pressure_plate_up.json b/1.16.5/assets/minecraft/models/block/pressure_plate_up.json new file mode 100644 index 00000000..689fbe4f --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/pressure_plate_up.json @@ -0,0 +1,18 @@ +{ "parent": "block/thin_block", + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 1, 0, 1 ], + "to": [ 15, 1, 15 ], + "faces": { + "down": { "uv": [ 1, 1, 15, 15 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 1, 1, 15, 15 ], "texture": "#texture" }, + "north": { "uv": [ 1, 15, 15, 16 ], "texture": "#texture" }, + "south": { "uv": [ 1, 15, 15, 16 ], "texture": "#texture" }, + "west": { "uv": [ 1, 15, 15, 16 ], "texture": "#texture" }, + "east": { "uv": [ 1, 15, 15, 16 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/prismarine.json b/1.16.5/assets/minecraft/models/block/prismarine.json new file mode 100644 index 00000000..bbac86bf --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/prismarine.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/prismarine" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/prismarine_brick_slab.json b/1.16.5/assets/minecraft/models/block/prismarine_brick_slab.json new file mode 100644 index 00000000..ca49b4e1 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/prismarine_brick_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/prismarine_bricks", + "top": "minecraft:block/prismarine_bricks", + "side": "minecraft:block/prismarine_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/prismarine_brick_slab_top.json b/1.16.5/assets/minecraft/models/block/prismarine_brick_slab_top.json new file mode 100644 index 00000000..af417696 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/prismarine_brick_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/prismarine_bricks", + "top": "minecraft:block/prismarine_bricks", + "side": "minecraft:block/prismarine_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/prismarine_brick_stairs.json b/1.16.5/assets/minecraft/models/block/prismarine_brick_stairs.json new file mode 100644 index 00000000..60798cf7 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/prismarine_brick_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/prismarine_bricks", + "top": "minecraft:block/prismarine_bricks", + "side": "minecraft:block/prismarine_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/prismarine_brick_stairs_inner.json b/1.16.5/assets/minecraft/models/block/prismarine_brick_stairs_inner.json new file mode 100644 index 00000000..e610cd9b --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/prismarine_brick_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/prismarine_bricks", + "top": "minecraft:block/prismarine_bricks", + "side": "minecraft:block/prismarine_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/prismarine_brick_stairs_outer.json b/1.16.5/assets/minecraft/models/block/prismarine_brick_stairs_outer.json new file mode 100644 index 00000000..5fbcb75f --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/prismarine_brick_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/prismarine_bricks", + "top": "minecraft:block/prismarine_bricks", + "side": "minecraft:block/prismarine_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/prismarine_bricks.json b/1.16.5/assets/minecraft/models/block/prismarine_bricks.json new file mode 100644 index 00000000..ee4a465b --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/prismarine_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/prismarine_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/prismarine_slab.json b/1.16.5/assets/minecraft/models/block/prismarine_slab.json new file mode 100644 index 00000000..19622953 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/prismarine_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/prismarine", + "top": "minecraft:block/prismarine", + "side": "minecraft:block/prismarine" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/prismarine_slab_top.json b/1.16.5/assets/minecraft/models/block/prismarine_slab_top.json new file mode 100644 index 00000000..5d90d115 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/prismarine_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/prismarine", + "top": "minecraft:block/prismarine", + "side": "minecraft:block/prismarine" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/prismarine_stairs.json b/1.16.5/assets/minecraft/models/block/prismarine_stairs.json new file mode 100644 index 00000000..2863383c --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/prismarine_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/prismarine", + "top": "minecraft:block/prismarine", + "side": "minecraft:block/prismarine" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/prismarine_stairs_inner.json b/1.16.5/assets/minecraft/models/block/prismarine_stairs_inner.json new file mode 100644 index 00000000..a2734708 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/prismarine_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/prismarine", + "top": "minecraft:block/prismarine", + "side": "minecraft:block/prismarine" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/prismarine_stairs_outer.json b/1.16.5/assets/minecraft/models/block/prismarine_stairs_outer.json new file mode 100644 index 00000000..473f5a2d --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/prismarine_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/prismarine", + "top": "minecraft:block/prismarine", + "side": "minecraft:block/prismarine" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/prismarine_wall_inventory.json b/1.16.5/assets/minecraft/models/block/prismarine_wall_inventory.json new file mode 100644 index 00000000..d638391d --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/prismarine_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "minecraft:block/prismarine" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/prismarine_wall_post.json b/1.16.5/assets/minecraft/models/block/prismarine_wall_post.json new file mode 100644 index 00000000..207d59d8 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/prismarine_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "minecraft:block/prismarine" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/prismarine_wall_side.json b/1.16.5/assets/minecraft/models/block/prismarine_wall_side.json new file mode 100644 index 00000000..e21990c6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/prismarine_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "minecraft:block/prismarine" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/prismarine_wall_side_tall.json b/1.16.5/assets/minecraft/models/block/prismarine_wall_side_tall.json new file mode 100644 index 00000000..31ed03f5 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/prismarine_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "minecraft:block/prismarine" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/pumpkin.json b/1.16.5/assets/minecraft/models/block/pumpkin.json new file mode 100644 index 00000000..ab505114 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/pumpkin.json @@ -0,0 +1,14 @@ +{ + "parent": "block/cube_column", + "display": { + "firstperson_righthand": { + "rotation": [ 0, 135, 0 ], + "translation": [ 0, 0, 0 ], + "scale": [ 0.40, 0.40, 0.40 ] + } + }, + "textures": { + "end": "block/pumpkin_top", + "side": "block/pumpkin_side" + } +} diff --git a/1.16.5/assets/minecraft/models/block/pumpkin_stem_stage0.json b/1.16.5/assets/minecraft/models/block/pumpkin_stem_stage0.json new file mode 100644 index 00000000..dc984be4 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/pumpkin_stem_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/stem_growth0", + "textures": { + "stem": "minecraft:block/pumpkin_stem" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/pumpkin_stem_stage1.json b/1.16.5/assets/minecraft/models/block/pumpkin_stem_stage1.json new file mode 100644 index 00000000..510c8e6c --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/pumpkin_stem_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/stem_growth1", + "textures": { + "stem": "minecraft:block/pumpkin_stem" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/pumpkin_stem_stage2.json b/1.16.5/assets/minecraft/models/block/pumpkin_stem_stage2.json new file mode 100644 index 00000000..d92cfae7 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/pumpkin_stem_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/stem_growth2", + "textures": { + "stem": "minecraft:block/pumpkin_stem" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/pumpkin_stem_stage3.json b/1.16.5/assets/minecraft/models/block/pumpkin_stem_stage3.json new file mode 100644 index 00000000..a6fc0463 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/pumpkin_stem_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/stem_growth3", + "textures": { + "stem": "minecraft:block/pumpkin_stem" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/pumpkin_stem_stage4.json b/1.16.5/assets/minecraft/models/block/pumpkin_stem_stage4.json new file mode 100644 index 00000000..6e43c087 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/pumpkin_stem_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/stem_growth4", + "textures": { + "stem": "minecraft:block/pumpkin_stem" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/pumpkin_stem_stage5.json b/1.16.5/assets/minecraft/models/block/pumpkin_stem_stage5.json new file mode 100644 index 00000000..8dc2dfe8 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/pumpkin_stem_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/stem_growth5", + "textures": { + "stem": "minecraft:block/pumpkin_stem" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/pumpkin_stem_stage6.json b/1.16.5/assets/minecraft/models/block/pumpkin_stem_stage6.json new file mode 100644 index 00000000..a2be41d6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/pumpkin_stem_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/stem_growth6", + "textures": { + "stem": "minecraft:block/pumpkin_stem" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/pumpkin_stem_stage7.json b/1.16.5/assets/minecraft/models/block/pumpkin_stem_stage7.json new file mode 100644 index 00000000..a4e71598 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/pumpkin_stem_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/stem_growth7", + "textures": { + "stem": "minecraft:block/pumpkin_stem" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/purple_carpet.json b/1.16.5/assets/minecraft/models/block/purple_carpet.json new file mode 100644 index 00000000..4cf9a92c --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/purple_carpet.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/carpet", + "textures": { + "wool": "minecraft:block/purple_wool" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/purple_concrete.json b/1.16.5/assets/minecraft/models/block/purple_concrete.json new file mode 100644 index 00000000..e064fd9e --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/purple_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/purple_concrete" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/purple_concrete_powder.json b/1.16.5/assets/minecraft/models/block/purple_concrete_powder.json new file mode 100644 index 00000000..9911efb2 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/purple_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/purple_concrete_powder" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/purple_glazed_terracotta.json b/1.16.5/assets/minecraft/models/block/purple_glazed_terracotta.json new file mode 100644 index 00000000..8921b2dc --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/purple_glazed_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glazed_terracotta", + "textures": { + "pattern": "minecraft:block/purple_glazed_terracotta" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/purple_shulker_box.json b/1.16.5/assets/minecraft/models/block/purple_shulker_box.json new file mode 100644 index 00000000..6f9cfc87 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/purple_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "minecraft:block/purple_shulker_box" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/purple_stained_glass.json b/1.16.5/assets/minecraft/models/block/purple_stained_glass.json new file mode 100644 index 00000000..b64439f4 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/purple_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/purple_stained_glass" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/purple_stained_glass_pane_noside.json b/1.16.5/assets/minecraft/models/block/purple_stained_glass_pane_noside.json new file mode 100644 index 00000000..9fc919ba --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/purple_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glass_pane_noside", + "textures": { + "pane": "minecraft:block/purple_stained_glass" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/purple_stained_glass_pane_noside_alt.json b/1.16.5/assets/minecraft/models/block/purple_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..9a5775b3 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/purple_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glass_pane_noside_alt", + "textures": { + "pane": "minecraft:block/purple_stained_glass" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/purple_stained_glass_pane_post.json b/1.16.5/assets/minecraft/models/block/purple_stained_glass_pane_post.json new file mode 100644 index 00000000..83fcaf93 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/purple_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_post", + "textures": { + "pane": "minecraft:block/purple_stained_glass", + "edge": "minecraft:block/purple_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/purple_stained_glass_pane_side.json b/1.16.5/assets/minecraft/models/block/purple_stained_glass_pane_side.json new file mode 100644 index 00000000..dbd332c4 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/purple_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_side", + "textures": { + "pane": "minecraft:block/purple_stained_glass", + "edge": "minecraft:block/purple_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/purple_stained_glass_pane_side_alt.json b/1.16.5/assets/minecraft/models/block/purple_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..9cedec9d --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/purple_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_side_alt", + "textures": { + "pane": "minecraft:block/purple_stained_glass", + "edge": "minecraft:block/purple_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/purple_terracotta.json b/1.16.5/assets/minecraft/models/block/purple_terracotta.json new file mode 100644 index 00000000..5c4c94fd --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/purple_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/purple_terracotta" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/purple_wool.json b/1.16.5/assets/minecraft/models/block/purple_wool.json new file mode 100644 index 00000000..c59282e5 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/purple_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/purple_wool" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/purpur_block.json b/1.16.5/assets/minecraft/models/block/purpur_block.json new file mode 100644 index 00000000..c0bc8076 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/purpur_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/purpur_block" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/purpur_pillar.json b/1.16.5/assets/minecraft/models/block/purpur_pillar.json new file mode 100644 index 00000000..f35e1ddc --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/purpur_pillar.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/purpur_pillar_top", + "side": "minecraft:block/purpur_pillar" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/purpur_pillar_horizontal.json b/1.16.5/assets/minecraft/models/block/purpur_pillar_horizontal.json new file mode 100644 index 00000000..d047a8f7 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/purpur_pillar_horizontal.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column_horizontal", + "textures": { + "end": "minecraft:block/purpur_pillar_top", + "side": "minecraft:block/purpur_pillar" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/purpur_slab.json b/1.16.5/assets/minecraft/models/block/purpur_slab.json new file mode 100644 index 00000000..b07df68a --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/purpur_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/purpur_block", + "top": "minecraft:block/purpur_block", + "side": "minecraft:block/purpur_block" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/purpur_slab_top.json b/1.16.5/assets/minecraft/models/block/purpur_slab_top.json new file mode 100644 index 00000000..b0dbd3ce --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/purpur_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/purpur_block", + "top": "minecraft:block/purpur_block", + "side": "minecraft:block/purpur_block" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/purpur_stairs.json b/1.16.5/assets/minecraft/models/block/purpur_stairs.json new file mode 100644 index 00000000..49301793 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/purpur_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/purpur_block", + "top": "minecraft:block/purpur_block", + "side": "minecraft:block/purpur_block" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/purpur_stairs_inner.json b/1.16.5/assets/minecraft/models/block/purpur_stairs_inner.json new file mode 100644 index 00000000..11203cc3 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/purpur_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/purpur_block", + "top": "minecraft:block/purpur_block", + "side": "minecraft:block/purpur_block" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/purpur_stairs_outer.json b/1.16.5/assets/minecraft/models/block/purpur_stairs_outer.json new file mode 100644 index 00000000..2722f4c6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/purpur_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/purpur_block", + "top": "minecraft:block/purpur_block", + "side": "minecraft:block/purpur_block" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/quartz_block.json b/1.16.5/assets/minecraft/models/block/quartz_block.json new file mode 100644 index 00000000..863b82e5 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/quartz_block.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/quartz_block_top", + "side": "minecraft:block/quartz_block_side" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/quartz_bricks.json b/1.16.5/assets/minecraft/models/block/quartz_bricks.json new file mode 100644 index 00000000..f2b85517 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/quartz_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/quartz_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/quartz_pillar.json b/1.16.5/assets/minecraft/models/block/quartz_pillar.json new file mode 100644 index 00000000..fc1845e7 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/quartz_pillar.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/quartz_pillar_top", + "side": "minecraft:block/quartz_pillar" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/quartz_pillar_horizontal.json b/1.16.5/assets/minecraft/models/block/quartz_pillar_horizontal.json new file mode 100644 index 00000000..38b07ba1 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/quartz_pillar_horizontal.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column_horizontal", + "textures": { + "end": "minecraft:block/quartz_pillar_top", + "side": "minecraft:block/quartz_pillar" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/quartz_slab.json b/1.16.5/assets/minecraft/models/block/quartz_slab.json new file mode 100644 index 00000000..6601321e --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/quartz_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/quartz_block_top", + "top": "minecraft:block/quartz_block_top", + "side": "minecraft:block/quartz_block_side" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/quartz_slab_top.json b/1.16.5/assets/minecraft/models/block/quartz_slab_top.json new file mode 100644 index 00000000..c3be8889 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/quartz_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/quartz_block_top", + "top": "minecraft:block/quartz_block_top", + "side": "minecraft:block/quartz_block_side" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/quartz_stairs.json b/1.16.5/assets/minecraft/models/block/quartz_stairs.json new file mode 100644 index 00000000..f1e00fd9 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/quartz_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/quartz_block_top", + "top": "minecraft:block/quartz_block_top", + "side": "minecraft:block/quartz_block_side" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/quartz_stairs_inner.json b/1.16.5/assets/minecraft/models/block/quartz_stairs_inner.json new file mode 100644 index 00000000..5ec96b89 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/quartz_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/quartz_block_top", + "top": "minecraft:block/quartz_block_top", + "side": "minecraft:block/quartz_block_side" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/quartz_stairs_outer.json b/1.16.5/assets/minecraft/models/block/quartz_stairs_outer.json new file mode 100644 index 00000000..78ea6b4e --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/quartz_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/quartz_block_top", + "top": "minecraft:block/quartz_block_top", + "side": "minecraft:block/quartz_block_side" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/rail.json b/1.16.5/assets/minecraft/models/block/rail.json new file mode 100644 index 00000000..0f7a0244 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/rail.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/rail_flat", + "textures": { + "rail": "minecraft:block/rail" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/rail_corner.json b/1.16.5/assets/minecraft/models/block/rail_corner.json new file mode 100644 index 00000000..ea109639 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/rail_corner.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/rail_curved", + "textures": { + "rail": "minecraft:block/rail_corner" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/rail_curved.json b/1.16.5/assets/minecraft/models/block/rail_curved.json new file mode 100644 index 00000000..299a44ba --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/rail_curved.json @@ -0,0 +1,15 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#rail" + }, + "elements": [ + { "from": [ 0, 1, 0 ], + "to": [ 16, 1, 16 ], + "faces": { + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#rail" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#rail" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/rail_flat.json b/1.16.5/assets/minecraft/models/block/rail_flat.json new file mode 100644 index 00000000..299a44ba --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/rail_flat.json @@ -0,0 +1,15 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#rail" + }, + "elements": [ + { "from": [ 0, 1, 0 ], + "to": [ 16, 1, 16 ], + "faces": { + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#rail" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#rail" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/rail_raised_ne.json b/1.16.5/assets/minecraft/models/block/rail_raised_ne.json new file mode 100644 index 00000000..a51c59fd --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/rail_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_rail_raised_ne", + "textures": { + "rail": "minecraft:block/rail" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/rail_raised_sw.json b/1.16.5/assets/minecraft/models/block/rail_raised_sw.json new file mode 100644 index 00000000..4d48c089 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/rail_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_rail_raised_sw", + "textures": { + "rail": "minecraft:block/rail" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/red_carpet.json b/1.16.5/assets/minecraft/models/block/red_carpet.json new file mode 100644 index 00000000..c31f191e --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/red_carpet.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/carpet", + "textures": { + "wool": "minecraft:block/red_wool" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/red_concrete.json b/1.16.5/assets/minecraft/models/block/red_concrete.json new file mode 100644 index 00000000..aed4725e --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/red_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/red_concrete" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/red_concrete_powder.json b/1.16.5/assets/minecraft/models/block/red_concrete_powder.json new file mode 100644 index 00000000..69ada128 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/red_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/red_concrete_powder" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/red_glazed_terracotta.json b/1.16.5/assets/minecraft/models/block/red_glazed_terracotta.json new file mode 100644 index 00000000..baf6a0df --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/red_glazed_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glazed_terracotta", + "textures": { + "pattern": "minecraft:block/red_glazed_terracotta" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/red_mushroom.json b/1.16.5/assets/minecraft/models/block/red_mushroom.json new file mode 100644 index 00000000..4dd14e49 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/red_mushroom.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/red_mushroom" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/red_mushroom_block.json b/1.16.5/assets/minecraft/models/block/red_mushroom_block.json new file mode 100644 index 00000000..14ac5d54 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/red_mushroom_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_single_face", + "textures": { + "texture": "minecraft:block/red_mushroom_block" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/red_mushroom_block_inventory.json b/1.16.5/assets/minecraft/models/block/red_mushroom_block_inventory.json new file mode 100644 index 00000000..588dd72a --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/red_mushroom_block_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/red_mushroom_block" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/red_nether_brick_slab.json b/1.16.5/assets/minecraft/models/block/red_nether_brick_slab.json new file mode 100644 index 00000000..1da99970 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/red_nether_brick_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/red_nether_bricks", + "top": "minecraft:block/red_nether_bricks", + "side": "minecraft:block/red_nether_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/red_nether_brick_slab_top.json b/1.16.5/assets/minecraft/models/block/red_nether_brick_slab_top.json new file mode 100644 index 00000000..ede365ab --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/red_nether_brick_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/red_nether_bricks", + "top": "minecraft:block/red_nether_bricks", + "side": "minecraft:block/red_nether_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/red_nether_brick_stairs.json b/1.16.5/assets/minecraft/models/block/red_nether_brick_stairs.json new file mode 100644 index 00000000..3168d7aa --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/red_nether_brick_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/red_nether_bricks", + "top": "minecraft:block/red_nether_bricks", + "side": "minecraft:block/red_nether_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/red_nether_brick_stairs_inner.json b/1.16.5/assets/minecraft/models/block/red_nether_brick_stairs_inner.json new file mode 100644 index 00000000..34932cc2 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/red_nether_brick_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/red_nether_bricks", + "top": "minecraft:block/red_nether_bricks", + "side": "minecraft:block/red_nether_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/red_nether_brick_stairs_outer.json b/1.16.5/assets/minecraft/models/block/red_nether_brick_stairs_outer.json new file mode 100644 index 00000000..e8632432 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/red_nether_brick_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/red_nether_bricks", + "top": "minecraft:block/red_nether_bricks", + "side": "minecraft:block/red_nether_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/red_nether_brick_wall_inventory.json b/1.16.5/assets/minecraft/models/block/red_nether_brick_wall_inventory.json new file mode 100644 index 00000000..aeaa716e --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/red_nether_brick_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "minecraft:block/red_nether_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/red_nether_brick_wall_post.json b/1.16.5/assets/minecraft/models/block/red_nether_brick_wall_post.json new file mode 100644 index 00000000..9fa44bde --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/red_nether_brick_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "minecraft:block/red_nether_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/red_nether_brick_wall_side.json b/1.16.5/assets/minecraft/models/block/red_nether_brick_wall_side.json new file mode 100644 index 00000000..e8f23ec6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/red_nether_brick_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "minecraft:block/red_nether_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/red_nether_brick_wall_side_tall.json b/1.16.5/assets/minecraft/models/block/red_nether_brick_wall_side_tall.json new file mode 100644 index 00000000..6546ecec --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/red_nether_brick_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "minecraft:block/red_nether_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/red_nether_bricks.json b/1.16.5/assets/minecraft/models/block/red_nether_bricks.json new file mode 100644 index 00000000..a13b8381 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/red_nether_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/red_nether_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/red_sand.json b/1.16.5/assets/minecraft/models/block/red_sand.json new file mode 100644 index 00000000..d6f5cecf --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/red_sand.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/red_sand" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/red_sandstone.json b/1.16.5/assets/minecraft/models/block/red_sandstone.json new file mode 100644 index 00000000..93aab351 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/red_sandstone.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/cube_bottom_top", + "textures": { + "top": "minecraft:block/red_sandstone_top", + "bottom": "minecraft:block/red_sandstone_bottom", + "side": "minecraft:block/red_sandstone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/red_sandstone_slab.json b/1.16.5/assets/minecraft/models/block/red_sandstone_slab.json new file mode 100644 index 00000000..6c8d9408 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/red_sandstone_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/red_sandstone_bottom", + "top": "minecraft:block/red_sandstone_top", + "side": "minecraft:block/red_sandstone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/red_sandstone_slab_top.json b/1.16.5/assets/minecraft/models/block/red_sandstone_slab_top.json new file mode 100644 index 00000000..26af4981 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/red_sandstone_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/red_sandstone_bottom", + "top": "minecraft:block/red_sandstone_top", + "side": "minecraft:block/red_sandstone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/red_sandstone_stairs.json b/1.16.5/assets/minecraft/models/block/red_sandstone_stairs.json new file mode 100644 index 00000000..7926d785 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/red_sandstone_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/red_sandstone_bottom", + "top": "minecraft:block/red_sandstone_top", + "side": "minecraft:block/red_sandstone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/red_sandstone_stairs_inner.json b/1.16.5/assets/minecraft/models/block/red_sandstone_stairs_inner.json new file mode 100644 index 00000000..591a5c39 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/red_sandstone_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/red_sandstone_bottom", + "top": "minecraft:block/red_sandstone_top", + "side": "minecraft:block/red_sandstone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/red_sandstone_stairs_outer.json b/1.16.5/assets/minecraft/models/block/red_sandstone_stairs_outer.json new file mode 100644 index 00000000..2dec12af --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/red_sandstone_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/red_sandstone_bottom", + "top": "minecraft:block/red_sandstone_top", + "side": "minecraft:block/red_sandstone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/red_sandstone_wall_inventory.json b/1.16.5/assets/minecraft/models/block/red_sandstone_wall_inventory.json new file mode 100644 index 00000000..efec8f3f --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/red_sandstone_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "minecraft:block/red_sandstone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/red_sandstone_wall_post.json b/1.16.5/assets/minecraft/models/block/red_sandstone_wall_post.json new file mode 100644 index 00000000..ab117588 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/red_sandstone_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "minecraft:block/red_sandstone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/red_sandstone_wall_side.json b/1.16.5/assets/minecraft/models/block/red_sandstone_wall_side.json new file mode 100644 index 00000000..798b2f91 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/red_sandstone_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "minecraft:block/red_sandstone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/red_sandstone_wall_side_tall.json b/1.16.5/assets/minecraft/models/block/red_sandstone_wall_side_tall.json new file mode 100644 index 00000000..b8cc6d37 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/red_sandstone_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "minecraft:block/red_sandstone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/red_shulker_box.json b/1.16.5/assets/minecraft/models/block/red_shulker_box.json new file mode 100644 index 00000000..4414a86e --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/red_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "minecraft:block/red_shulker_box" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/red_stained_glass.json b/1.16.5/assets/minecraft/models/block/red_stained_glass.json new file mode 100644 index 00000000..fd841d4e --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/red_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/red_stained_glass" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/red_stained_glass_pane_noside.json b/1.16.5/assets/minecraft/models/block/red_stained_glass_pane_noside.json new file mode 100644 index 00000000..30aee4a9 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/red_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glass_pane_noside", + "textures": { + "pane": "minecraft:block/red_stained_glass" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/red_stained_glass_pane_noside_alt.json b/1.16.5/assets/minecraft/models/block/red_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..051e7ebe --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/red_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glass_pane_noside_alt", + "textures": { + "pane": "minecraft:block/red_stained_glass" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/red_stained_glass_pane_post.json b/1.16.5/assets/minecraft/models/block/red_stained_glass_pane_post.json new file mode 100644 index 00000000..90714e32 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/red_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_post", + "textures": { + "pane": "minecraft:block/red_stained_glass", + "edge": "minecraft:block/red_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/red_stained_glass_pane_side.json b/1.16.5/assets/minecraft/models/block/red_stained_glass_pane_side.json new file mode 100644 index 00000000..0cdf2ff9 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/red_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_side", + "textures": { + "pane": "minecraft:block/red_stained_glass", + "edge": "minecraft:block/red_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/red_stained_glass_pane_side_alt.json b/1.16.5/assets/minecraft/models/block/red_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..8f3daf65 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/red_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_side_alt", + "textures": { + "pane": "minecraft:block/red_stained_glass", + "edge": "minecraft:block/red_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/red_terracotta.json b/1.16.5/assets/minecraft/models/block/red_terracotta.json new file mode 100644 index 00000000..14908068 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/red_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/red_terracotta" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/red_tulip.json b/1.16.5/assets/minecraft/models/block/red_tulip.json new file mode 100644 index 00000000..1c0c290b --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/red_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/red_tulip" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/red_wool.json b/1.16.5/assets/minecraft/models/block/red_wool.json new file mode 100644 index 00000000..72267b62 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/red_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/red_wool" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/redstone_block.json b/1.16.5/assets/minecraft/models/block/redstone_block.json new file mode 100644 index 00000000..b3942b36 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/redstone_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/redstone_block" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/redstone_dust_dot.json b/1.16.5/assets/minecraft/models/block/redstone_dust_dot.json new file mode 100644 index 00000000..4a8cda17 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/redstone_dust_dot.json @@ -0,0 +1,26 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/redstone_dust_dot", + "line": "block/redstone_dust_dot", + "overlay": "block/redstone_dust_overlay" + }, + "elements": [ + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "tintindex": 0 }, + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#line", "tintindex": 0 } + } + }, + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay" }, + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#overlay" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/redstone_dust_side.json b/1.16.5/assets/minecraft/models/block/redstone_dust_side.json new file mode 100644 index 00000000..523a4117 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/redstone_dust_side.json @@ -0,0 +1,25 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/redstone_dust_dot", + "overlay": "block/redstone_dust_overlay" + }, + "elements": [ + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 8 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 8 ], "texture": "#line", "tintindex": 0 }, + "down": { "uv": [ 0, 8, 16, 0 ], "texture": "#line", "tintindex": 0 } + } + }, + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 8 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 8 ], "texture": "#overlay" }, + "down": { "uv": [ 0, 8, 16, 0 ], "texture": "#overlay" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/redstone_dust_side0.json b/1.16.5/assets/minecraft/models/block/redstone_dust_side0.json new file mode 100644 index 00000000..8ba2e73e --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/redstone_dust_side0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/redstone_dust_side", + "textures": { + "line": "block/redstone_dust_line0" + } +} diff --git a/1.16.5/assets/minecraft/models/block/redstone_dust_side1.json b/1.16.5/assets/minecraft/models/block/redstone_dust_side1.json new file mode 100644 index 00000000..1f545393 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/redstone_dust_side1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/redstone_dust_side", + "textures": { + "line": "block/redstone_dust_line1" + } +} diff --git a/1.16.5/assets/minecraft/models/block/redstone_dust_side_alt.json b/1.16.5/assets/minecraft/models/block/redstone_dust_side_alt.json new file mode 100644 index 00000000..8b58a46c --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/redstone_dust_side_alt.json @@ -0,0 +1,25 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/redstone_dust_dot", + "overlay": "block/redstone_dust_overlay" + }, + "elements": [ + { "from": [ 0, 0.25, 8 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 8, 16, 16 ], "texture": "#line", "tintindex": 0 }, + "down": { "uv": [ 0, 16, 16, 8 ], "texture": "#line", "tintindex": 0 } + } + }, + { "from": [ 0, 0.25, 8 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 8, 16, 16 ], "texture": "#overlay" }, + "down": { "uv": [ 0, 16, 16, 8 ], "texture": "#overlay" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/redstone_dust_side_alt0.json b/1.16.5/assets/minecraft/models/block/redstone_dust_side_alt0.json new file mode 100644 index 00000000..f74884dd --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/redstone_dust_side_alt0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/redstone_dust_side_alt", + "textures": { + "line": "block/redstone_dust_line0" + } +} diff --git a/1.16.5/assets/minecraft/models/block/redstone_dust_side_alt1.json b/1.16.5/assets/minecraft/models/block/redstone_dust_side_alt1.json new file mode 100644 index 00000000..a31f8487 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/redstone_dust_side_alt1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/redstone_dust_side_alt", + "textures": { + "line": "block/redstone_dust_line1" + } +} diff --git a/1.16.5/assets/minecraft/models/block/redstone_dust_up.json b/1.16.5/assets/minecraft/models/block/redstone_dust_up.json new file mode 100644 index 00000000..2154da22 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/redstone_dust_up.json @@ -0,0 +1,26 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/redstone_dust_dot", + "line": "block/redstone_dust_line0", + "overlay": "block/redstone_dust_overlay" + }, + "elements": [ + { "from": [ 0, 0, 0.25 ], + "to": [ 16, 16, 0.25 ], + "shade": false, + "faces": { + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "tintindex": 0 }, + "north": { "uv": [ 16, 0, 0, 16 ], "texture": "#line", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.25 ], + "to": [ 16, 16, 0.25 ], + "shade": false, + "faces": { + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay" }, + "north": { "uv": [ 16, 0, 0, 16 ], "texture": "#overlay" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/redstone_lamp.json b/1.16.5/assets/minecraft/models/block/redstone_lamp.json new file mode 100644 index 00000000..530bd0d7 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/redstone_lamp.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/redstone_lamp" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/redstone_lamp_on.json b/1.16.5/assets/minecraft/models/block/redstone_lamp_on.json new file mode 100644 index 00000000..bde04e26 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/redstone_lamp_on.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/redstone_lamp_on" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/redstone_ore.json b/1.16.5/assets/minecraft/models/block/redstone_ore.json new file mode 100644 index 00000000..a387db99 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/redstone_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/redstone_ore" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/redstone_torch.json b/1.16.5/assets/minecraft/models/block/redstone_torch.json new file mode 100644 index 00000000..47d4d756 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/redstone_torch.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_torch", + "textures": { + "torch": "minecraft:block/redstone_torch" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/redstone_torch_off.json b/1.16.5/assets/minecraft/models/block/redstone_torch_off.json new file mode 100644 index 00000000..9dcffffe --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/redstone_torch_off.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_torch", + "textures": { + "torch": "minecraft:block/redstone_torch_off" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/redstone_wall_torch.json b/1.16.5/assets/minecraft/models/block/redstone_wall_torch.json new file mode 100644 index 00000000..2d2a9496 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/redstone_wall_torch.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_torch_wall", + "textures": { + "torch": "minecraft:block/redstone_torch" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/redstone_wall_torch_off.json b/1.16.5/assets/minecraft/models/block/redstone_wall_torch_off.json new file mode 100644 index 00000000..eb02aed8 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/redstone_wall_torch_off.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_torch_wall", + "textures": { + "torch": "minecraft:block/redstone_torch_off" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/repeater_1tick.json b/1.16.5/assets/minecraft/models/block/repeater_1tick.json new file mode 100644 index 00000000..8539d997 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/repeater_1tick.json @@ -0,0 +1,44 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater", + "slab": "block/smooth_stone", + "top": "block/repeater", + "unlit": "block/redstone_torch_off" + }, + "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": [ 7, 2, 6 ], + "to": [ 9, 7, 8 ], + "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, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/repeater_1tick_locked.json b/1.16.5/assets/minecraft/models/block/repeater_1tick_locked.json new file mode 100644 index 00000000..d1457f3d --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/repeater_1tick_locked.json @@ -0,0 +1,45 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater", + "slab": "block/smooth_stone", + "top": "block/repeater", + "lock": "block/bedrock", + "unlit": "block/redstone_torch_off" + }, + "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": [ 2, 2, 6 ], + "to": [ 14, 4, 8 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 2, 2 ], + "to": [ 9, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/repeater_1tick_on.json b/1.16.5/assets/minecraft/models/block/repeater_1tick_on.json new file mode 100644 index 00000000..8123d2cb --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/repeater_1tick_on.json @@ -0,0 +1,62 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater_on", + "slab": "block/smooth_stone", + "top": "block/repeater_on", + "lit": "block/redstone_torch" + }, + "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": [ 7, 7, 6 ], + "to": [ 9, 7, 8 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 5 ], + "to": [ 9, 8, 9 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 6 ], + "to": [ 10, 8, 8 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/repeater_1tick_on_locked.json b/1.16.5/assets/minecraft/models/block/repeater_1tick_on_locked.json new file mode 100644 index 00000000..60a40718 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/repeater_1tick_on_locked.json @@ -0,0 +1,54 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater_on", + "slab": "block/smooth_stone", + "top": "block/repeater_on", + "lit": "block/redstone_torch", + "lock": "block/bedrock" + }, + "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": [ 2, 2, 6 ], + "to": [ 14, 4, 8 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/repeater_2tick.json b/1.16.5/assets/minecraft/models/block/repeater_2tick.json new file mode 100644 index 00000000..b8323e2b --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/repeater_2tick.json @@ -0,0 +1,44 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater", + "slab": "block/smooth_stone", + "top": "block/repeater", + "unlit": "block/redstone_torch_off" + }, + "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": [ 7, 2, 8 ], + "to": [ 9, 7, 10 ], + "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, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/repeater_2tick_locked.json b/1.16.5/assets/minecraft/models/block/repeater_2tick_locked.json new file mode 100644 index 00000000..8dc5975b --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/repeater_2tick_locked.json @@ -0,0 +1,45 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater", + "slab": "block/smooth_stone", + "top": "block/repeater", + "lock": "block/bedrock", + "unlit": "block/redstone_torch_off" + }, + "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": [ 2, 2, 8 ], + "to": [ 14, 4, 10 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 2, 2 ], + "to": [ 9, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/repeater_2tick_on.json b/1.16.5/assets/minecraft/models/block/repeater_2tick_on.json new file mode 100644 index 00000000..11a2bcb1 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/repeater_2tick_on.json @@ -0,0 +1,62 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater_on", + "slab": "block/smooth_stone", + "top": "block/repeater_on", + "lit": "block/redstone_torch" + }, + "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": [ 7, 7, 8 ], + "to": [ 9, 7, 10 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 7 ], + "to": [ 9, 8, 11 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 8 ], + "to": [ 10, 8, 10 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/repeater_2tick_on_locked.json b/1.16.5/assets/minecraft/models/block/repeater_2tick_on_locked.json new file mode 100644 index 00000000..12a1cbe8 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/repeater_2tick_on_locked.json @@ -0,0 +1,54 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater_on", + "slab": "block/smooth_stone", + "top": "block/repeater_on", + "lit": "block/redstone_torch", + "lock": "block/bedrock" + }, + "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": [ 2, 2, 8 ], + "to": [ 14, 4, 10 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/repeater_3tick.json b/1.16.5/assets/minecraft/models/block/repeater_3tick.json new file mode 100644 index 00000000..e854cc01 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/repeater_3tick.json @@ -0,0 +1,44 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater", + "slab": "block/smooth_stone", + "top": "block/repeater", + "unlit": "block/redstone_torch_off" + }, + "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": [ 7, 2, 10 ], + "to": [ 9, 7, 12 ], + "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, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/repeater_3tick_locked.json b/1.16.5/assets/minecraft/models/block/repeater_3tick_locked.json new file mode 100644 index 00000000..6d64a3dc --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/repeater_3tick_locked.json @@ -0,0 +1,45 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater", + "slab": "block/smooth_stone", + "top": "block/repeater", + "lock": "block/bedrock", + "unlit": "block/redstone_torch_off" + }, + "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": [ 2, 2, 10 ], + "to": [ 14, 4, 12 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 2, 2 ], + "to": [ 9, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/repeater_3tick_on.json b/1.16.5/assets/minecraft/models/block/repeater_3tick_on.json new file mode 100644 index 00000000..414032e6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/repeater_3tick_on.json @@ -0,0 +1,62 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater_on", + "slab": "block/smooth_stone", + "top": "block/repeater_on", + "lit": "block/redstone_torch" + }, + "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": [ 7, 7, 10 ], + "to": [ 9, 7, 12 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 9 ], + "to": [ 9, 8, 13 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 10 ], + "to": [ 10, 8, 12 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/repeater_3tick_on_locked.json b/1.16.5/assets/minecraft/models/block/repeater_3tick_on_locked.json new file mode 100644 index 00000000..5c21a323 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/repeater_3tick_on_locked.json @@ -0,0 +1,54 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater_on", + "slab": "block/smooth_stone", + "top": "block/repeater_on", + "lit": "block/redstone_torch", + "lock": "block/bedrock" + }, + "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": [ 2, 2, 10 ], + "to": [ 14, 4, 12 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/repeater_4tick.json b/1.16.5/assets/minecraft/models/block/repeater_4tick.json new file mode 100644 index 00000000..a708a44f --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/repeater_4tick.json @@ -0,0 +1,44 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater", + "slab": "block/smooth_stone", + "top": "block/repeater", + "unlit": "block/redstone_torch_off" + }, + "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": [ 7, 2, 12 ], + "to": [ 9, 7, 14 ], + "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, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/repeater_4tick_locked.json b/1.16.5/assets/minecraft/models/block/repeater_4tick_locked.json new file mode 100644 index 00000000..fac32c88 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/repeater_4tick_locked.json @@ -0,0 +1,45 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater", + "slab": "block/smooth_stone", + "top": "block/repeater", + "lock": "block/bedrock", + "unlit": "block/redstone_torch_off" + }, + "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": [ 2, 2, 12 ], + "to": [ 14, 4, 14 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 2, 2 ], + "to": [ 9, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/repeater_4tick_on.json b/1.16.5/assets/minecraft/models/block/repeater_4tick_on.json new file mode 100644 index 00000000..4e081aa8 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/repeater_4tick_on.json @@ -0,0 +1,62 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater_on", + "slab": "block/smooth_stone", + "top": "block/repeater_on", + "lit": "block/redstone_torch" + }, + "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": [ 7, 7, 12 ], + "to": [ 9, 7, 14 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 11 ], + "to": [ 9, 8, 15 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 12 ], + "to": [ 10, 8, 14 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/repeater_4tick_on_locked.json b/1.16.5/assets/minecraft/models/block/repeater_4tick_on_locked.json new file mode 100644 index 00000000..fcdd6448 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/repeater_4tick_on_locked.json @@ -0,0 +1,54 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater_on", + "slab": "block/smooth_stone", + "top": "block/repeater_on", + "lit": "block/redstone_torch", + "lock": "block/bedrock" + }, + "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": [ 2, 2, 12 ], + "to": [ 14, 4, 14 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/repeating_command_block.json b/1.16.5/assets/minecraft/models/block/repeating_command_block.json new file mode 100644 index 00000000..2d0a3ff1 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/repeating_command_block.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/template_command_block", + "textures": { + "front": "minecraft:block/repeating_command_block_front", + "back": "minecraft:block/repeating_command_block_back", + "side": "minecraft:block/repeating_command_block_side" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/repeating_command_block_conditional.json b/1.16.5/assets/minecraft/models/block/repeating_command_block_conditional.json new file mode 100644 index 00000000..00d365f3 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/repeating_command_block_conditional.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/template_command_block", + "textures": { + "front": "minecraft:block/repeating_command_block_front", + "back": "minecraft:block/repeating_command_block_back", + "side": "minecraft:block/repeating_command_block_conditional" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/respawn_anchor_0.json b/1.16.5/assets/minecraft/models/block/respawn_anchor_0.json new file mode 100644 index 00000000..1e1beb69 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/respawn_anchor_0.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/cube_bottom_top", + "textures": { + "top": "minecraft:block/respawn_anchor_top_off", + "bottom": "minecraft:block/respawn_anchor_bottom", + "side": "minecraft:block/respawn_anchor_side0" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/respawn_anchor_1.json b/1.16.5/assets/minecraft/models/block/respawn_anchor_1.json new file mode 100644 index 00000000..1d374ba0 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/respawn_anchor_1.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/cube_bottom_top", + "textures": { + "top": "minecraft:block/respawn_anchor_top", + "bottom": "minecraft:block/respawn_anchor_bottom", + "side": "minecraft:block/respawn_anchor_side1" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/respawn_anchor_2.json b/1.16.5/assets/minecraft/models/block/respawn_anchor_2.json new file mode 100644 index 00000000..9bb73a3b --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/respawn_anchor_2.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/cube_bottom_top", + "textures": { + "top": "minecraft:block/respawn_anchor_top", + "bottom": "minecraft:block/respawn_anchor_bottom", + "side": "minecraft:block/respawn_anchor_side2" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/respawn_anchor_3.json b/1.16.5/assets/minecraft/models/block/respawn_anchor_3.json new file mode 100644 index 00000000..1762fe02 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/respawn_anchor_3.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/cube_bottom_top", + "textures": { + "top": "minecraft:block/respawn_anchor_top", + "bottom": "minecraft:block/respawn_anchor_bottom", + "side": "minecraft:block/respawn_anchor_side3" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/respawn_anchor_4.json b/1.16.5/assets/minecraft/models/block/respawn_anchor_4.json new file mode 100644 index 00000000..658da9da --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/respawn_anchor_4.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/cube_bottom_top", + "textures": { + "top": "minecraft:block/respawn_anchor_top", + "bottom": "minecraft:block/respawn_anchor_bottom", + "side": "minecraft:block/respawn_anchor_side4" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/rose_bush_bottom.json b/1.16.5/assets/minecraft/models/block/rose_bush_bottom.json new file mode 100644 index 00000000..88116aa3 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/rose_bush_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/rose_bush_bottom" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/rose_bush_top.json b/1.16.5/assets/minecraft/models/block/rose_bush_top.json new file mode 100644 index 00000000..79066463 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/rose_bush_top.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/rose_bush_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/sand.json b/1.16.5/assets/minecraft/models/block/sand.json new file mode 100644 index 00000000..b73935a3 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/sand.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/sand" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/sandstone.json b/1.16.5/assets/minecraft/models/block/sandstone.json new file mode 100644 index 00000000..2e71592d --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/sandstone.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/cube_bottom_top", + "textures": { + "top": "minecraft:block/sandstone_top", + "bottom": "minecraft:block/sandstone_bottom", + "side": "minecraft:block/sandstone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/sandstone_slab.json b/1.16.5/assets/minecraft/models/block/sandstone_slab.json new file mode 100644 index 00000000..44fc0a91 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/sandstone_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/sandstone_bottom", + "top": "minecraft:block/sandstone_top", + "side": "minecraft:block/sandstone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/sandstone_slab_top.json b/1.16.5/assets/minecraft/models/block/sandstone_slab_top.json new file mode 100644 index 00000000..7b783683 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/sandstone_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/sandstone_bottom", + "top": "minecraft:block/sandstone_top", + "side": "minecraft:block/sandstone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/sandstone_stairs.json b/1.16.5/assets/minecraft/models/block/sandstone_stairs.json new file mode 100644 index 00000000..60f7d8c6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/sandstone_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/sandstone_bottom", + "top": "minecraft:block/sandstone_top", + "side": "minecraft:block/sandstone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/sandstone_stairs_inner.json b/1.16.5/assets/minecraft/models/block/sandstone_stairs_inner.json new file mode 100644 index 00000000..7fb99e89 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/sandstone_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/sandstone_bottom", + "top": "minecraft:block/sandstone_top", + "side": "minecraft:block/sandstone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/sandstone_stairs_outer.json b/1.16.5/assets/minecraft/models/block/sandstone_stairs_outer.json new file mode 100644 index 00000000..faff0419 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/sandstone_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/sandstone_bottom", + "top": "minecraft:block/sandstone_top", + "side": "minecraft:block/sandstone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/sandstone_wall_inventory.json b/1.16.5/assets/minecraft/models/block/sandstone_wall_inventory.json new file mode 100644 index 00000000..ab5aa55e --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/sandstone_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "minecraft:block/sandstone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/sandstone_wall_post.json b/1.16.5/assets/minecraft/models/block/sandstone_wall_post.json new file mode 100644 index 00000000..edcb0e4e --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/sandstone_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "minecraft:block/sandstone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/sandstone_wall_side.json b/1.16.5/assets/minecraft/models/block/sandstone_wall_side.json new file mode 100644 index 00000000..f195f7fb --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/sandstone_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "minecraft:block/sandstone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/sandstone_wall_side_tall.json b/1.16.5/assets/minecraft/models/block/sandstone_wall_side_tall.json new file mode 100644 index 00000000..dc29097f --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/sandstone_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "minecraft:block/sandstone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/scaffolding_stable.json b/1.16.5/assets/minecraft/models/block/scaffolding_stable.json new file mode 100644 index 00000000..bbcb6c4e --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/scaffolding_stable.json @@ -0,0 +1,99 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/scaffolding_top", + "top": "block/scaffolding_top", + "side": "block/scaffolding_side", + "bottom": "block/scaffolding_bottom" + }, + "elements": [ + { + "from": [0, 15.99, 0], + "to": [16, 16, 16], + "faces": { + "up": { "texture": "#top", "cullface": "up" }, + "down": { "texture": "#top", "uv": [0, 16, 16, 0] } + } + }, + { + "from": [0, 0, 0], + "to": [2, 16, 2], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [0, 0, 14], + "to": [2, 16, 16], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [14, 0, 14], + "to": [16, 16, 16], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [14, 0, 0], + "to": [16, 16, 2], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [2, 14, 0], + "to": [14, 16, 2], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "south": { "texture": "#side", "uv": [2, 2, 14, 4] }, + "down": { "texture": "#bottom" } + } + }, + { + "from": [2, 14, 14], + "to": [14, 16, 16], + "faces": { + "north": { "texture": "#side", "uv": [14, 0, 2, 2] }, + "south": { "texture": "#side", "cullface": "south" }, + "down": { "texture": "#bottom" } + } + }, + { + "from": [14, 14, 2], + "to": [16, 16, 14], + "faces": { + "east": { "texture": "#side", "uv": [14, 0, 2, 2], "cullface": "east" }, + "west": { "texture": "#side", "uv": [14, 2, 2, 4] }, + "down": { "texture": "#bottom" } + } + }, + { + "from": [0, 14, 2], + "to": [2, 16, 14], + "faces": { + "east": { "texture": "#side" }, + "west": { "texture": "#side", "uv": [14, 0, 2, 2], "cullface": "west" }, + "down": { "texture": "#bottom" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/scaffolding_unstable.json b/1.16.5/assets/minecraft/models/block/scaffolding_unstable.json new file mode 100644 index 00000000..f5d64e3c --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/scaffolding_unstable.json @@ -0,0 +1,143 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/scaffolding_top", + "top": "block/scaffolding_top", + "side": "block/scaffolding_side", + "bottom": "block/scaffolding_bottom" + }, + "elements": [ + { + "from": [0, 15.99, 0], + "to": [16, 16, 16], + "faces": { + "up": { "texture": "#top", "cullface": "up" }, + "down": { "texture": "#top", "uv": [0, 16, 16, 0] } + } + }, + { + "from": [0, 0, 0], + "to": [2, 16, 2], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [0, 0, 14], + "to": [2, 16, 16], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [14, 0, 14], + "to": [16, 16, 16], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [14, 0, 0], + "to": [16, 16, 2], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [2, 14, 0], + "to": [14, 16, 2], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "south": { "texture": "#side", "uv": [2, 2, 14, 4] }, + "down": { "texture": "#bottom" } + } + }, + { + "from": [2, 14, 14], + "to": [14, 16, 16], + "faces": { + "north": { "texture": "#side", "uv": [14, 0, 2, 2] }, + "south": { "texture": "#side", "cullface": "south" }, + "down": { "texture": "#bottom" } + } + }, + { + "from": [14, 14, 2], + "to": [16, 16, 14], + "faces": { + "east": { "texture": "#side", "uv": [14, 0, 2, 2], "cullface": "east" }, + "west": { "texture": "#side", "uv": [14, 2, 2, 4] }, + "down": { "texture": "#bottom" } + } + }, + { + "from": [0, 14, 2], + "to": [2, 16, 14], + "faces": { + "east": { "texture": "#side" }, + "west": { "texture": "#side", "uv": [14, 0, 2, 2], "cullface": "west" }, + "down": { "texture": "#bottom" } + } + }, + { + "from": [0, 1.99, 0], + "to": [16, 2, 16], + "faces": { + "up": { "texture": "#top"}, + "down": { "uv": [0, 16, 16, 0], "texture": "#top" } + } + }, + { + "from": [2, 0, 0], + "to": [14, 2, 2], + "faces": { + "north": { "texture": "#side", "uv": [2, 0, 14, 2] , "cullface": "north" }, + "south": { "texture": "#side", "uv": [2, 2, 14, 4] }, + "down": { "texture": "#bottom", "cullface": "bottom" } + } + }, + { + "from": [2, 0, 14], + "to": [14, 2, 16], + "faces": { + "north": { "texture": "#side", "uv": [14, 0, 2, 2] }, + "south": { "texture": "#side", "uv": [2, 0, 14, 2] , "cullface": "south" }, + "down": { "texture": "#bottom", "cullface": "bottom" } + } + }, + { + "from": [14, 0, 2], + "to": [16, 2, 14], + "faces": { + "east": { "texture": "#side", "uv": [14, 0, 2, 2], "cullface": "east"}, + "west": { "texture": "#side", "uv": [14, 2, 2, 4] }, + "down": { "texture": "#bottom", "cullface": "bottom" } + } + }, + { + "from": [0, 0, 2], + "to": [2, 2, 14], + "faces": { + "east": { "texture": "#side", "uv": [2, 0, 14, 2] }, + "west": { "texture": "#side", "uv": [14, 0, 2, 2], "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "bottom" } + } + } + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/sea_lantern.json b/1.16.5/assets/minecraft/models/block/sea_lantern.json new file mode 100644 index 00000000..f7602b29 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/sea_lantern.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/sea_lantern" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/sea_pickle.json b/1.16.5/assets/minecraft/models/block/sea_pickle.json new file mode 100644 index 00000000..9c5a81ba --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/sea_pickle.json @@ -0,0 +1,47 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/sea_pickle", + "all": "block/sea_pickle" + }, + "elements": [ + { "from": [ 6, 0, 6 ], + "to": [ 10, 6, 10 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" } + } + }, + { + "from": [ 6, 5.95, 6 ], + "to": [ 10, 5.95, 10 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 7.5, 5.2, 8 ], + "to": [ 8.5, 8.7, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "south": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + }, + { + "from": [ 8, 5.2, 7.5 ], + "to": [ 8, 8.7, 8.5 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "west": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "east": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/seagrass.json b/1.16.5/assets/minecraft/models/block/seagrass.json new file mode 100644 index 00000000..53c7a392 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/seagrass.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_seagrass", + "textures": { + "texture": "minecraft:block/seagrass" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/shroomlight.json b/1.16.5/assets/minecraft/models/block/shroomlight.json new file mode 100644 index 00000000..13f52aa3 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/shroomlight.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/shroomlight" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/shulker_box.json b/1.16.5/assets/minecraft/models/block/shulker_box.json new file mode 100644 index 00000000..7eb23421 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "minecraft:block/shulker_box" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/skull.json b/1.16.5/assets/minecraft/models/block/skull.json new file mode 100644 index 00000000..99a7d709 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/skull.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "minecraft:block/soul_sand" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/slab.json b/1.16.5/assets/minecraft/models/block/slab.json new file mode 100644 index 00000000..1eadc701 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/slab.json @@ -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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/slab_top.json b/1.16.5/assets/minecraft/models/block/slab_top.json new file mode 100644 index 00000000..e21eb932 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/slab_top.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#side" + }, + "elements": [ + { "from": [ 0, 8, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 8 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 8 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 8 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 8 ], "texture": "#side", "cullface": "east" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/slightly_cracked_turtle_egg.json b/1.16.5/assets/minecraft/models/block/slightly_cracked_turtle_egg.json new file mode 100644 index 00000000..fe9f6dc2 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/slightly_cracked_turtle_egg.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_turtle_egg", + "textures": { + "all": "minecraft:block/turtle_egg_slightly_cracked" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/slime_block.json b/1.16.5/assets/minecraft/models/block/slime_block.json new file mode 100644 index 00000000..95f92bdf --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/slime_block.json @@ -0,0 +1,30 @@ +{ "parent": "block/block", + "textures": { + "particle": "block/slime_block", + "texture": "block/slime_block" + }, + "elements": [ + { "from": [ 3, 3, 3 ], + "to": [ 13, 13, 13 ], + "faces": { + "down": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, + "up": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, + "north": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, + "south": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, + "west": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, + "east": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" } + } + }, + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/smithing_table.json b/1.16.5/assets/minecraft/models/block/smithing_table.json new file mode 100644 index 00000000..ca077e17 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/smithing_table.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "particle": "minecraft:block/smithing_table_front", + "north": "minecraft:block/smithing_table_front", + "south": "minecraft:block/smithing_table_front", + "east": "minecraft:block/smithing_table_side", + "west": "minecraft:block/smithing_table_side", + "up": "minecraft:block/smithing_table_top", + "down": "minecraft:block/smithing_table_bottom" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/smoker.json b/1.16.5/assets/minecraft/models/block/smoker.json new file mode 100644 index 00000000..b54411e0 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/smoker.json @@ -0,0 +1,9 @@ +{ + "parent": "minecraft:block/orientable_with_bottom", + "textures": { + "top": "minecraft:block/smoker_top", + "bottom": "minecraft:block/smoker_bottom", + "side": "minecraft:block/smoker_side", + "front": "minecraft:block/smoker_front" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/smoker_on.json b/1.16.5/assets/minecraft/models/block/smoker_on.json new file mode 100644 index 00000000..1199963f --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/smoker_on.json @@ -0,0 +1,9 @@ +{ + "parent": "minecraft:block/orientable_with_bottom", + "textures": { + "top": "minecraft:block/smoker_top", + "bottom": "minecraft:block/smoker_bottom", + "side": "minecraft:block/smoker_side", + "front": "minecraft:block/smoker_front_on" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/smooth_quartz.json b/1.16.5/assets/minecraft/models/block/smooth_quartz.json new file mode 100644 index 00000000..7af04ba1 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/smooth_quartz.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/quartz_block_bottom" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/smooth_quartz_slab.json b/1.16.5/assets/minecraft/models/block/smooth_quartz_slab.json new file mode 100644 index 00000000..016d6df9 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/smooth_quartz_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/quartz_block_bottom", + "top": "minecraft:block/quartz_block_bottom", + "side": "minecraft:block/quartz_block_bottom" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/smooth_quartz_slab_top.json b/1.16.5/assets/minecraft/models/block/smooth_quartz_slab_top.json new file mode 100644 index 00000000..5e860477 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/smooth_quartz_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/quartz_block_bottom", + "top": "minecraft:block/quartz_block_bottom", + "side": "minecraft:block/quartz_block_bottom" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/smooth_quartz_stairs.json b/1.16.5/assets/minecraft/models/block/smooth_quartz_stairs.json new file mode 100644 index 00000000..c7fa297a --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/smooth_quartz_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/quartz_block_bottom", + "top": "minecraft:block/quartz_block_bottom", + "side": "minecraft:block/quartz_block_bottom" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/smooth_quartz_stairs_inner.json b/1.16.5/assets/minecraft/models/block/smooth_quartz_stairs_inner.json new file mode 100644 index 00000000..1dc7ba24 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/smooth_quartz_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/quartz_block_bottom", + "top": "minecraft:block/quartz_block_bottom", + "side": "minecraft:block/quartz_block_bottom" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/smooth_quartz_stairs_outer.json b/1.16.5/assets/minecraft/models/block/smooth_quartz_stairs_outer.json new file mode 100644 index 00000000..e2754305 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/smooth_quartz_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/quartz_block_bottom", + "top": "minecraft:block/quartz_block_bottom", + "side": "minecraft:block/quartz_block_bottom" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/smooth_red_sandstone.json b/1.16.5/assets/minecraft/models/block/smooth_red_sandstone.json new file mode 100644 index 00000000..db56d1c0 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/smooth_red_sandstone.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/red_sandstone_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/smooth_red_sandstone_slab.json b/1.16.5/assets/minecraft/models/block/smooth_red_sandstone_slab.json new file mode 100644 index 00000000..ba338bb0 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/smooth_red_sandstone_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/red_sandstone_top", + "top": "minecraft:block/red_sandstone_top", + "side": "minecraft:block/red_sandstone_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/smooth_red_sandstone_slab_top.json b/1.16.5/assets/minecraft/models/block/smooth_red_sandstone_slab_top.json new file mode 100644 index 00000000..7f277792 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/smooth_red_sandstone_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/red_sandstone_top", + "top": "minecraft:block/red_sandstone_top", + "side": "minecraft:block/red_sandstone_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/smooth_red_sandstone_stairs.json b/1.16.5/assets/minecraft/models/block/smooth_red_sandstone_stairs.json new file mode 100644 index 00000000..f19a80d5 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/smooth_red_sandstone_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/red_sandstone_top", + "top": "minecraft:block/red_sandstone_top", + "side": "minecraft:block/red_sandstone_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/smooth_red_sandstone_stairs_inner.json b/1.16.5/assets/minecraft/models/block/smooth_red_sandstone_stairs_inner.json new file mode 100644 index 00000000..c7618716 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/smooth_red_sandstone_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/red_sandstone_top", + "top": "minecraft:block/red_sandstone_top", + "side": "minecraft:block/red_sandstone_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/smooth_red_sandstone_stairs_outer.json b/1.16.5/assets/minecraft/models/block/smooth_red_sandstone_stairs_outer.json new file mode 100644 index 00000000..17d407b8 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/smooth_red_sandstone_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/red_sandstone_top", + "top": "minecraft:block/red_sandstone_top", + "side": "minecraft:block/red_sandstone_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/smooth_sandstone.json b/1.16.5/assets/minecraft/models/block/smooth_sandstone.json new file mode 100644 index 00000000..2f886a74 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/smooth_sandstone.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/sandstone_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/smooth_sandstone_slab.json b/1.16.5/assets/minecraft/models/block/smooth_sandstone_slab.json new file mode 100644 index 00000000..f45d720b --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/smooth_sandstone_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/sandstone_top", + "top": "minecraft:block/sandstone_top", + "side": "minecraft:block/sandstone_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/smooth_sandstone_slab_top.json b/1.16.5/assets/minecraft/models/block/smooth_sandstone_slab_top.json new file mode 100644 index 00000000..f3ac8710 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/smooth_sandstone_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/sandstone_top", + "top": "minecraft:block/sandstone_top", + "side": "minecraft:block/sandstone_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/smooth_sandstone_stairs.json b/1.16.5/assets/minecraft/models/block/smooth_sandstone_stairs.json new file mode 100644 index 00000000..81a7403d --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/smooth_sandstone_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/sandstone_top", + "top": "minecraft:block/sandstone_top", + "side": "minecraft:block/sandstone_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/smooth_sandstone_stairs_inner.json b/1.16.5/assets/minecraft/models/block/smooth_sandstone_stairs_inner.json new file mode 100644 index 00000000..4dc42150 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/smooth_sandstone_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/sandstone_top", + "top": "minecraft:block/sandstone_top", + "side": "minecraft:block/sandstone_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/smooth_sandstone_stairs_outer.json b/1.16.5/assets/minecraft/models/block/smooth_sandstone_stairs_outer.json new file mode 100644 index 00000000..9dfc6e4f --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/smooth_sandstone_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/sandstone_top", + "top": "minecraft:block/sandstone_top", + "side": "minecraft:block/sandstone_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/smooth_stone.json b/1.16.5/assets/minecraft/models/block/smooth_stone.json new file mode 100644 index 00000000..54595f0c --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/smooth_stone.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/smooth_stone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/smooth_stone_slab.json b/1.16.5/assets/minecraft/models/block/smooth_stone_slab.json new file mode 100644 index 00000000..09230ac8 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/smooth_stone_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/smooth_stone", + "top": "minecraft:block/smooth_stone", + "side": "minecraft:block/smooth_stone_slab_side" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/smooth_stone_slab_double.json b/1.16.5/assets/minecraft/models/block/smooth_stone_slab_double.json new file mode 100644 index 00000000..f937d93d --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/smooth_stone_slab_double.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/smooth_stone", + "side": "minecraft:block/smooth_stone_slab_side" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/smooth_stone_slab_top.json b/1.16.5/assets/minecraft/models/block/smooth_stone_slab_top.json new file mode 100644 index 00000000..3041639b --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/smooth_stone_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/smooth_stone", + "top": "minecraft:block/smooth_stone", + "side": "minecraft:block/smooth_stone_slab_side" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/snow_block.json b/1.16.5/assets/minecraft/models/block/snow_block.json new file mode 100644 index 00000000..c6c8096c --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/snow_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/snow" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/snow_height10.json b/1.16.5/assets/minecraft/models/block/snow_height10.json new file mode 100644 index 00000000..dd72cc9e --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/snow_height10.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "block/snow", + "texture": "block/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 10, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 6, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 6, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 6, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 6, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/snow_height12.json b/1.16.5/assets/minecraft/models/block/snow_height12.json new file mode 100644 index 00000000..bdce96c0 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/snow_height12.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "block/snow", + "texture": "block/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 12, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 4, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 4, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 4, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 4, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/snow_height14.json b/1.16.5/assets/minecraft/models/block/snow_height14.json new file mode 100644 index 00000000..30e1d888 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/snow_height14.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "block/snow", + "texture": "block/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 14, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 2, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 2, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 2, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 2, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/snow_height2.json b/1.16.5/assets/minecraft/models/block/snow_height2.json new file mode 100644 index 00000000..de13fc62 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/snow_height2.json @@ -0,0 +1,19 @@ +{ "parent": "block/thin_block", + "textures": { + "particle": "block/snow", + "texture": "block/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 2, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 14, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 14, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 14, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 14, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/snow_height4.json b/1.16.5/assets/minecraft/models/block/snow_height4.json new file mode 100644 index 00000000..650692c5 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/snow_height4.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "block/snow", + "texture": "block/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 4, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 12, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 12, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 12, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 12, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/snow_height6.json b/1.16.5/assets/minecraft/models/block/snow_height6.json new file mode 100644 index 00000000..32468b9b --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/snow_height6.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "block/snow", + "texture": "block/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 6, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 10, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 10, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 10, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 10, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/snow_height8.json b/1.16.5/assets/minecraft/models/block/snow_height8.json new file mode 100644 index 00000000..53d22828 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/snow_height8.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "block/snow", + "texture": "block/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 8, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 8, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 8, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 8, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 8, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/soul_campfire.json b/1.16.5/assets/minecraft/models/block/soul_campfire.json new file mode 100644 index 00000000..d3097b59 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/soul_campfire.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_campfire", + "textures": { + "fire": "minecraft:block/soul_campfire_fire", + "lit_log": "minecraft:block/soul_campfire_log_lit" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/soul_fire_floor0.json b/1.16.5/assets/minecraft/models/block/soul_fire_floor0.json new file mode 100644 index 00000000..5623972e --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/soul_fire_floor0.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fire_floor", + "textures": { + "fire": "minecraft:block/soul_fire_0" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/soul_fire_floor1.json b/1.16.5/assets/minecraft/models/block/soul_fire_floor1.json new file mode 100644 index 00000000..19228ef1 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/soul_fire_floor1.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fire_floor", + "textures": { + "fire": "minecraft:block/soul_fire_1" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/soul_fire_side0.json b/1.16.5/assets/minecraft/models/block/soul_fire_side0.json new file mode 100644 index 00000000..253bac58 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/soul_fire_side0.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fire_side", + "textures": { + "fire": "minecraft:block/soul_fire_0" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/soul_fire_side1.json b/1.16.5/assets/minecraft/models/block/soul_fire_side1.json new file mode 100644 index 00000000..be0004a3 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/soul_fire_side1.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fire_side", + "textures": { + "fire": "minecraft:block/soul_fire_1" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/soul_fire_side_alt0.json b/1.16.5/assets/minecraft/models/block/soul_fire_side_alt0.json new file mode 100644 index 00000000..adb4cff6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/soul_fire_side_alt0.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fire_side_alt", + "textures": { + "fire": "minecraft:block/soul_fire_0" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/soul_fire_side_alt1.json b/1.16.5/assets/minecraft/models/block/soul_fire_side_alt1.json new file mode 100644 index 00000000..3e6e709a --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/soul_fire_side_alt1.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fire_side_alt", + "textures": { + "fire": "minecraft:block/soul_fire_1" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/soul_lantern.json b/1.16.5/assets/minecraft/models/block/soul_lantern.json new file mode 100644 index 00000000..6a0a0e99 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/soul_lantern.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_lantern", + "textures": { + "lantern": "minecraft:block/soul_lantern" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/soul_lantern_hanging.json b/1.16.5/assets/minecraft/models/block/soul_lantern_hanging.json new file mode 100644 index 00000000..8aa725b2 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/soul_lantern_hanging.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_hanging_lantern", + "textures": { + "lantern": "minecraft:block/soul_lantern" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/soul_sand.json b/1.16.5/assets/minecraft/models/block/soul_sand.json new file mode 100644 index 00000000..ca623542 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/soul_sand.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/soul_sand" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/soul_soil.json b/1.16.5/assets/minecraft/models/block/soul_soil.json new file mode 100644 index 00000000..73a888f6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/soul_soil.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/soul_soil" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/soul_torch.json b/1.16.5/assets/minecraft/models/block/soul_torch.json new file mode 100644 index 00000000..275d76e2 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/soul_torch.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_torch", + "textures": { + "torch": "minecraft:block/soul_torch" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/soul_wall_torch.json b/1.16.5/assets/minecraft/models/block/soul_wall_torch.json new file mode 100644 index 00000000..22b9e9ed --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/soul_wall_torch.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_torch_wall", + "textures": { + "torch": "minecraft:block/soul_torch" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/spawner.json b/1.16.5/assets/minecraft/models/block/spawner.json new file mode 100644 index 00000000..ab373b99 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/spawner.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/spawner" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/sponge.json b/1.16.5/assets/minecraft/models/block/sponge.json new file mode 100644 index 00000000..93acf885 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/sponge.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/sponge" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/spruce_button.json b/1.16.5/assets/minecraft/models/block/spruce_button.json new file mode 100644 index 00000000..7c86fded --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/spruce_button.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/button", + "textures": { + "texture": "minecraft:block/spruce_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/spruce_button_inventory.json b/1.16.5/assets/minecraft/models/block/spruce_button_inventory.json new file mode 100644 index 00000000..372657bb --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/spruce_button_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/button_inventory", + "textures": { + "texture": "minecraft:block/spruce_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/spruce_button_pressed.json b/1.16.5/assets/minecraft/models/block/spruce_button_pressed.json new file mode 100644 index 00000000..da881755 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/spruce_button_pressed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/button_pressed", + "textures": { + "texture": "minecraft:block/spruce_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/spruce_door_bottom.json b/1.16.5/assets/minecraft/models/block/spruce_door_bottom.json new file mode 100644 index 00000000..1a27b7f2 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/spruce_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_bottom", + "textures": { + "top": "minecraft:block/spruce_door_top", + "bottom": "minecraft:block/spruce_door_bottom" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/spruce_door_bottom_hinge.json b/1.16.5/assets/minecraft/models/block/spruce_door_bottom_hinge.json new file mode 100644 index 00000000..109429cb --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/spruce_door_bottom_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_bottom_rh", + "textures": { + "top": "minecraft:block/spruce_door_top", + "bottom": "minecraft:block/spruce_door_bottom" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/spruce_door_top.json b/1.16.5/assets/minecraft/models/block/spruce_door_top.json new file mode 100644 index 00000000..494940e7 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/spruce_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_top", + "textures": { + "top": "minecraft:block/spruce_door_top", + "bottom": "minecraft:block/spruce_door_bottom" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/spruce_door_top_hinge.json b/1.16.5/assets/minecraft/models/block/spruce_door_top_hinge.json new file mode 100644 index 00000000..d68a2cc3 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/spruce_door_top_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_top_rh", + "textures": { + "top": "minecraft:block/spruce_door_top", + "bottom": "minecraft:block/spruce_door_bottom" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/spruce_fence_gate.json b/1.16.5/assets/minecraft/models/block/spruce_fence_gate.json new file mode 100644 index 00000000..ed324b64 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/spruce_fence_gate.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fence_gate", + "textures": { + "texture": "minecraft:block/spruce_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/spruce_fence_gate_open.json b/1.16.5/assets/minecraft/models/block/spruce_fence_gate_open.json new file mode 100644 index 00000000..e6308346 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/spruce_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fence_gate_open", + "textures": { + "texture": "minecraft:block/spruce_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/spruce_fence_gate_wall.json b/1.16.5/assets/minecraft/models/block/spruce_fence_gate_wall.json new file mode 100644 index 00000000..05914db0 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/spruce_fence_gate_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fence_gate_wall", + "textures": { + "texture": "minecraft:block/spruce_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/spruce_fence_gate_wall_open.json b/1.16.5/assets/minecraft/models/block/spruce_fence_gate_wall_open.json new file mode 100644 index 00000000..08e41a5b --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/spruce_fence_gate_wall_open.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fence_gate_wall_open", + "textures": { + "texture": "minecraft:block/spruce_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/spruce_fence_inventory.json b/1.16.5/assets/minecraft/models/block/spruce_fence_inventory.json new file mode 100644 index 00000000..041d3d29 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/spruce_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/fence_inventory", + "textures": { + "texture": "minecraft:block/spruce_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/spruce_fence_post.json b/1.16.5/assets/minecraft/models/block/spruce_fence_post.json new file mode 100644 index 00000000..fb0f1dbd --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/spruce_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/fence_post", + "textures": { + "texture": "minecraft:block/spruce_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/spruce_fence_side.json b/1.16.5/assets/minecraft/models/block/spruce_fence_side.json new file mode 100644 index 00000000..3ad6ffc0 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/spruce_fence_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/fence_side", + "textures": { + "texture": "minecraft:block/spruce_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/spruce_leaves.json b/1.16.5/assets/minecraft/models/block/spruce_leaves.json new file mode 100644 index 00000000..fe8ae0dd --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/spruce_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/leaves", + "textures": { + "all": "minecraft:block/spruce_leaves" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/spruce_log.json b/1.16.5/assets/minecraft/models/block/spruce_log.json new file mode 100644 index 00000000..85aa8907 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/spruce_log.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/spruce_log_top", + "side": "minecraft:block/spruce_log" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/spruce_log_horizontal.json b/1.16.5/assets/minecraft/models/block/spruce_log_horizontal.json new file mode 100644 index 00000000..9a7e4aad --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/spruce_log_horizontal.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column_horizontal", + "textures": { + "end": "minecraft:block/spruce_log_top", + "side": "minecraft:block/spruce_log" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/spruce_planks.json b/1.16.5/assets/minecraft/models/block/spruce_planks.json new file mode 100644 index 00000000..1345a140 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/spruce_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/spruce_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/spruce_pressure_plate.json b/1.16.5/assets/minecraft/models/block/spruce_pressure_plate.json new file mode 100644 index 00000000..89e7400e --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/spruce_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/pressure_plate_up", + "textures": { + "texture": "minecraft:block/spruce_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/spruce_pressure_plate_down.json b/1.16.5/assets/minecraft/models/block/spruce_pressure_plate_down.json new file mode 100644 index 00000000..8fb289a8 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/spruce_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/pressure_plate_down", + "textures": { + "texture": "minecraft:block/spruce_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/spruce_sapling.json b/1.16.5/assets/minecraft/models/block/spruce_sapling.json new file mode 100644 index 00000000..99c270a2 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/spruce_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/spruce_sapling" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/spruce_sign.json b/1.16.5/assets/minecraft/models/block/spruce_sign.json new file mode 100644 index 00000000..d4f03b2e --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/spruce_sign.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "minecraft:block/spruce_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/spruce_slab.json b/1.16.5/assets/minecraft/models/block/spruce_slab.json new file mode 100644 index 00000000..abe07593 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/spruce_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/spruce_planks", + "top": "minecraft:block/spruce_planks", + "side": "minecraft:block/spruce_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/spruce_slab_top.json b/1.16.5/assets/minecraft/models/block/spruce_slab_top.json new file mode 100644 index 00000000..85557536 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/spruce_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/spruce_planks", + "top": "minecraft:block/spruce_planks", + "side": "minecraft:block/spruce_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/spruce_stairs.json b/1.16.5/assets/minecraft/models/block/spruce_stairs.json new file mode 100644 index 00000000..5a5b84c4 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/spruce_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/spruce_planks", + "top": "minecraft:block/spruce_planks", + "side": "minecraft:block/spruce_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/spruce_stairs_inner.json b/1.16.5/assets/minecraft/models/block/spruce_stairs_inner.json new file mode 100644 index 00000000..a57514d8 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/spruce_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/spruce_planks", + "top": "minecraft:block/spruce_planks", + "side": "minecraft:block/spruce_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/spruce_stairs_outer.json b/1.16.5/assets/minecraft/models/block/spruce_stairs_outer.json new file mode 100644 index 00000000..1518181f --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/spruce_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/spruce_planks", + "top": "minecraft:block/spruce_planks", + "side": "minecraft:block/spruce_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/spruce_trapdoor_bottom.json b/1.16.5/assets/minecraft/models/block/spruce_trapdoor_bottom.json new file mode 100644 index 00000000..b5dacb63 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/spruce_trapdoor_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_orientable_trapdoor_bottom", + "textures": { + "texture": "minecraft:block/spruce_trapdoor" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/spruce_trapdoor_open.json b/1.16.5/assets/minecraft/models/block/spruce_trapdoor_open.json new file mode 100644 index 00000000..f8b61984 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/spruce_trapdoor_open.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_orientable_trapdoor_open", + "textures": { + "texture": "minecraft:block/spruce_trapdoor" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/spruce_trapdoor_top.json b/1.16.5/assets/minecraft/models/block/spruce_trapdoor_top.json new file mode 100644 index 00000000..11589722 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/spruce_trapdoor_top.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_orientable_trapdoor_top", + "textures": { + "texture": "minecraft:block/spruce_trapdoor" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/spruce_wood.json b/1.16.5/assets/minecraft/models/block/spruce_wood.json new file mode 100644 index 00000000..244a9d5a --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/spruce_wood.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/spruce_log", + "side": "minecraft:block/spruce_log" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/stairs.json b/1.16.5/assets/minecraft/models/block/stairs.json new file mode 100644 index 00000000..986ce9c6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/stairs.json @@ -0,0 +1,45 @@ +{ "parent": "block/block", + "display": { + "gui": { + "rotation": [ 30, 135, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 0.625, 0.625, 0.625 ] + }, + "head": { + "rotation": [ 0, -90, 0 ], + "translation": [ 0, 0, 0 ], + "scale": [ 1, 1, 1 ] + }, + "thirdperson_lefthand": { + "rotation": [ 75, -135, 0 ], + "translation": [ 0, 2.5, 0], + "scale": [ 0.375, 0.375, 0.375 ] + } + }, + "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": { + "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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/stem_fruit.json b/1.16.5/assets/minecraft/models/block/stem_fruit.json new file mode 100644 index 00000000..86d59c66 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/stem_fruit.json @@ -0,0 +1,31 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 7, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 8 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 8 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 7, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 8 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 8 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 8 ], + "to": [ 9, 16, 8 ], + "faces": { + "north": { "uv": [ 9, 0, 0, 16 ], "texture": "#upperstem", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 9, 16 ], "texture": "#upperstem", "tintindex": 0 } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/stem_growth0.json b/1.16.5/assets/minecraft/models/block/stem_growth0.json new file mode 100644 index 00000000..6e977315 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/stem_growth0.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 1, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 2 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 2 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 1, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 2 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 2 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/stem_growth1.json b/1.16.5/assets/minecraft/models/block/stem_growth1.json new file mode 100644 index 00000000..ea97f754 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/stem_growth1.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 3, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 4 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 4 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 3, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 4 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 4 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/stem_growth2.json b/1.16.5/assets/minecraft/models/block/stem_growth2.json new file mode 100644 index 00000000..4ab6f4c2 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/stem_growth2.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 5, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 6 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 6 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 5, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 6 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 6 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/stem_growth3.json b/1.16.5/assets/minecraft/models/block/stem_growth3.json new file mode 100644 index 00000000..542a8205 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/stem_growth3.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 7, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 8 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 8 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 7, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 8 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 8 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/stem_growth4.json b/1.16.5/assets/minecraft/models/block/stem_growth4.json new file mode 100644 index 00000000..77befceb --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/stem_growth4.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 9, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 10 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 10 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 9, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 10 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 10 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/stem_growth5.json b/1.16.5/assets/minecraft/models/block/stem_growth5.json new file mode 100644 index 00000000..678450e6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/stem_growth5.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 11, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 12 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 12 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 11, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 12 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 12 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/stem_growth6.json b/1.16.5/assets/minecraft/models/block/stem_growth6.json new file mode 100644 index 00000000..523974e2 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/stem_growth6.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 13, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 14 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 14 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 13, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 14 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 14 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/stem_growth7.json b/1.16.5/assets/minecraft/models/block/stem_growth7.json new file mode 100644 index 00000000..bd4f9d18 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/stem_growth7.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 15, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 16 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 15, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 16 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/sticky_piston.json b/1.16.5/assets/minecraft/models/block/sticky_piston.json new file mode 100644 index 00000000..aa3a5928 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/sticky_piston.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/template_piston", + "textures": { + "platform": "minecraft:block/piston_top_sticky", + "bottom": "minecraft:block/piston_bottom", + "side": "minecraft:block/piston_side" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/sticky_piston_inventory.json b/1.16.5/assets/minecraft/models/block/sticky_piston_inventory.json new file mode 100644 index 00000000..dc7de86c --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/sticky_piston_inventory.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/cube_bottom_top", + "textures": { + "top": "minecraft:block/piston_top_sticky", + "bottom": "minecraft:block/piston_bottom", + "side": "minecraft:block/piston_side" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/stone.json b/1.16.5/assets/minecraft/models/block/stone.json new file mode 100644 index 00000000..1a2f6a79 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/stone.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/stone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/stone_brick_slab.json b/1.16.5/assets/minecraft/models/block/stone_brick_slab.json new file mode 100644 index 00000000..18ca6235 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/stone_brick_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/stone_bricks", + "top": "minecraft:block/stone_bricks", + "side": "minecraft:block/stone_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/stone_brick_slab_top.json b/1.16.5/assets/minecraft/models/block/stone_brick_slab_top.json new file mode 100644 index 00000000..6cdf7c63 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/stone_brick_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/stone_bricks", + "top": "minecraft:block/stone_bricks", + "side": "minecraft:block/stone_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/stone_brick_stairs.json b/1.16.5/assets/minecraft/models/block/stone_brick_stairs.json new file mode 100644 index 00000000..6698a9f0 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/stone_brick_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/stone_bricks", + "top": "minecraft:block/stone_bricks", + "side": "minecraft:block/stone_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/stone_brick_stairs_inner.json b/1.16.5/assets/minecraft/models/block/stone_brick_stairs_inner.json new file mode 100644 index 00000000..11a4f3bf --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/stone_brick_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/stone_bricks", + "top": "minecraft:block/stone_bricks", + "side": "minecraft:block/stone_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/stone_brick_stairs_outer.json b/1.16.5/assets/minecraft/models/block/stone_brick_stairs_outer.json new file mode 100644 index 00000000..0cbfaf9c --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/stone_brick_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/stone_bricks", + "top": "minecraft:block/stone_bricks", + "side": "minecraft:block/stone_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/stone_brick_wall_inventory.json b/1.16.5/assets/minecraft/models/block/stone_brick_wall_inventory.json new file mode 100644 index 00000000..b15051bc --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/stone_brick_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "minecraft:block/stone_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/stone_brick_wall_post.json b/1.16.5/assets/minecraft/models/block/stone_brick_wall_post.json new file mode 100644 index 00000000..47ee222a --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/stone_brick_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "minecraft:block/stone_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/stone_brick_wall_side.json b/1.16.5/assets/minecraft/models/block/stone_brick_wall_side.json new file mode 100644 index 00000000..86d914b4 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/stone_brick_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "minecraft:block/stone_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/stone_brick_wall_side_tall.json b/1.16.5/assets/minecraft/models/block/stone_brick_wall_side_tall.json new file mode 100644 index 00000000..6dd8aa44 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/stone_brick_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "minecraft:block/stone_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/stone_bricks.json b/1.16.5/assets/minecraft/models/block/stone_bricks.json new file mode 100644 index 00000000..87f6bbe0 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/stone_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/stone_bricks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/stone_button.json b/1.16.5/assets/minecraft/models/block/stone_button.json new file mode 100644 index 00000000..42d1cc4d --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/stone_button.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/button", + "textures": { + "texture": "minecraft:block/stone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/stone_button_inventory.json b/1.16.5/assets/minecraft/models/block/stone_button_inventory.json new file mode 100644 index 00000000..ffee63f2 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/stone_button_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/button_inventory", + "textures": { + "texture": "minecraft:block/stone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/stone_button_pressed.json b/1.16.5/assets/minecraft/models/block/stone_button_pressed.json new file mode 100644 index 00000000..4606dfa0 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/stone_button_pressed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/button_pressed", + "textures": { + "texture": "minecraft:block/stone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/stone_mirrored.json b/1.16.5/assets/minecraft/models/block/stone_mirrored.json new file mode 100644 index 00000000..3cf2cb6d --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/stone_mirrored.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_mirrored_all", + "textures": { + "all": "minecraft:block/stone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/stone_pressure_plate.json b/1.16.5/assets/minecraft/models/block/stone_pressure_plate.json new file mode 100644 index 00000000..98b53783 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/stone_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/pressure_plate_up", + "textures": { + "texture": "minecraft:block/stone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/stone_pressure_plate_down.json b/1.16.5/assets/minecraft/models/block/stone_pressure_plate_down.json new file mode 100644 index 00000000..ff0d176c --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/stone_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/pressure_plate_down", + "textures": { + "texture": "minecraft:block/stone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/stone_slab.json b/1.16.5/assets/minecraft/models/block/stone_slab.json new file mode 100644 index 00000000..b15242ac --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/stone_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/stone", + "top": "minecraft:block/stone", + "side": "minecraft:block/stone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/stone_slab_top.json b/1.16.5/assets/minecraft/models/block/stone_slab_top.json new file mode 100644 index 00000000..40c74aa9 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/stone_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/stone", + "top": "minecraft:block/stone", + "side": "minecraft:block/stone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/stone_stairs.json b/1.16.5/assets/minecraft/models/block/stone_stairs.json new file mode 100644 index 00000000..0c9ca093 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/stone_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/stone", + "top": "minecraft:block/stone", + "side": "minecraft:block/stone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/stone_stairs_inner.json b/1.16.5/assets/minecraft/models/block/stone_stairs_inner.json new file mode 100644 index 00000000..321253f7 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/stone_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/stone", + "top": "minecraft:block/stone", + "side": "minecraft:block/stone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/stone_stairs_outer.json b/1.16.5/assets/minecraft/models/block/stone_stairs_outer.json new file mode 100644 index 00000000..e3d5fe4c --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/stone_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/stone", + "top": "minecraft:block/stone", + "side": "minecraft:block/stone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/stonecutter.json b/1.16.5/assets/minecraft/models/block/stonecutter.json new file mode 100644 index 00000000..3a02d854 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/stonecutter.json @@ -0,0 +1,29 @@ +{ "parent": "block/block", + "textures": { + "particle": "block/stonecutter_bottom", + "bottom": "block/stonecutter_bottom", + "top": "block/stonecutter_top", + "side": "block/stonecutter_side", + "saw": "block/stonecutter_saw" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 9, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 0, 7, 16, 16 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 0, 7, 16, 16 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 7, 16, 16 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 7, 16, 16 ], "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 1, 9, 8 ], + "to": [ 15, 16, 8 ], + "faces": { + "north": { "uv": [ 1, 9, 15, 16 ], "texture": "#saw", "tintindex": 0 }, + "south": { "uv": [ 1, 9, 15, 16 ], "texture": "#saw", "tintindex": 0 } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/stripped_acacia_log.json b/1.16.5/assets/minecraft/models/block/stripped_acacia_log.json new file mode 100644 index 00000000..54d47b63 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/stripped_acacia_log.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/stripped_acacia_log_top", + "side": "minecraft:block/stripped_acacia_log" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/stripped_acacia_log_horizontal.json b/1.16.5/assets/minecraft/models/block/stripped_acacia_log_horizontal.json new file mode 100644 index 00000000..454c86b5 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/stripped_acacia_log_horizontal.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column_horizontal", + "textures": { + "end": "minecraft:block/stripped_acacia_log_top", + "side": "minecraft:block/stripped_acacia_log" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/stripped_acacia_wood.json b/1.16.5/assets/minecraft/models/block/stripped_acacia_wood.json new file mode 100644 index 00000000..1583b0d5 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/stripped_acacia_wood.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/stripped_acacia_log", + "side": "minecraft:block/stripped_acacia_log" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/stripped_birch_log.json b/1.16.5/assets/minecraft/models/block/stripped_birch_log.json new file mode 100644 index 00000000..d7e395a7 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/stripped_birch_log.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/stripped_birch_log_top", + "side": "minecraft:block/stripped_birch_log" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/stripped_birch_log_horizontal.json b/1.16.5/assets/minecraft/models/block/stripped_birch_log_horizontal.json new file mode 100644 index 00000000..6f62e421 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/stripped_birch_log_horizontal.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column_horizontal", + "textures": { + "end": "minecraft:block/stripped_birch_log_top", + "side": "minecraft:block/stripped_birch_log" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/stripped_birch_wood.json b/1.16.5/assets/minecraft/models/block/stripped_birch_wood.json new file mode 100644 index 00000000..4faf78e3 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/stripped_birch_wood.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/stripped_birch_log", + "side": "minecraft:block/stripped_birch_log" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/stripped_crimson_hyphae.json b/1.16.5/assets/minecraft/models/block/stripped_crimson_hyphae.json new file mode 100644 index 00000000..cbc86c4d --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/stripped_crimson_hyphae.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/stripped_crimson_stem", + "side": "minecraft:block/stripped_crimson_stem" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/stripped_crimson_stem.json b/1.16.5/assets/minecraft/models/block/stripped_crimson_stem.json new file mode 100644 index 00000000..8104f731 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/stripped_crimson_stem.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/stripped_crimson_stem_top", + "side": "minecraft:block/stripped_crimson_stem" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/stripped_dark_oak_log.json b/1.16.5/assets/minecraft/models/block/stripped_dark_oak_log.json new file mode 100644 index 00000000..fa1dedea --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/stripped_dark_oak_log.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/stripped_dark_oak_log_top", + "side": "minecraft:block/stripped_dark_oak_log" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/stripped_dark_oak_log_horizontal.json b/1.16.5/assets/minecraft/models/block/stripped_dark_oak_log_horizontal.json new file mode 100644 index 00000000..c4e5e432 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/stripped_dark_oak_log_horizontal.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column_horizontal", + "textures": { + "end": "minecraft:block/stripped_dark_oak_log_top", + "side": "minecraft:block/stripped_dark_oak_log" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/stripped_dark_oak_wood.json b/1.16.5/assets/minecraft/models/block/stripped_dark_oak_wood.json new file mode 100644 index 00000000..1ca9d015 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/stripped_dark_oak_wood.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/stripped_dark_oak_log", + "side": "minecraft:block/stripped_dark_oak_log" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/stripped_jungle_log.json b/1.16.5/assets/minecraft/models/block/stripped_jungle_log.json new file mode 100644 index 00000000..d40694df --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/stripped_jungle_log.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/stripped_jungle_log_top", + "side": "minecraft:block/stripped_jungle_log" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/stripped_jungle_log_horizontal.json b/1.16.5/assets/minecraft/models/block/stripped_jungle_log_horizontal.json new file mode 100644 index 00000000..0dd48d1c --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/stripped_jungle_log_horizontal.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column_horizontal", + "textures": { + "end": "minecraft:block/stripped_jungle_log_top", + "side": "minecraft:block/stripped_jungle_log" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/stripped_jungle_wood.json b/1.16.5/assets/minecraft/models/block/stripped_jungle_wood.json new file mode 100644 index 00000000..f4b0fe76 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/stripped_jungle_wood.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/stripped_jungle_log", + "side": "minecraft:block/stripped_jungle_log" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/stripped_oak_log.json b/1.16.5/assets/minecraft/models/block/stripped_oak_log.json new file mode 100644 index 00000000..4b3fc057 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/stripped_oak_log.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/stripped_oak_log_top", + "side": "minecraft:block/stripped_oak_log" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/stripped_oak_log_horizontal.json b/1.16.5/assets/minecraft/models/block/stripped_oak_log_horizontal.json new file mode 100644 index 00000000..a1163f03 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/stripped_oak_log_horizontal.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column_horizontal", + "textures": { + "end": "minecraft:block/stripped_oak_log_top", + "side": "minecraft:block/stripped_oak_log" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/stripped_oak_wood.json b/1.16.5/assets/minecraft/models/block/stripped_oak_wood.json new file mode 100644 index 00000000..554325dd --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/stripped_oak_wood.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/stripped_oak_log", + "side": "minecraft:block/stripped_oak_log" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/stripped_spruce_log.json b/1.16.5/assets/minecraft/models/block/stripped_spruce_log.json new file mode 100644 index 00000000..665bd31b --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/stripped_spruce_log.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/stripped_spruce_log_top", + "side": "minecraft:block/stripped_spruce_log" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/stripped_spruce_log_horizontal.json b/1.16.5/assets/minecraft/models/block/stripped_spruce_log_horizontal.json new file mode 100644 index 00000000..7a4c1139 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/stripped_spruce_log_horizontal.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column_horizontal", + "textures": { + "end": "minecraft:block/stripped_spruce_log_top", + "side": "minecraft:block/stripped_spruce_log" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/stripped_spruce_wood.json b/1.16.5/assets/minecraft/models/block/stripped_spruce_wood.json new file mode 100644 index 00000000..6c96a668 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/stripped_spruce_wood.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/stripped_spruce_log", + "side": "minecraft:block/stripped_spruce_log" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/stripped_warped_hyphae.json b/1.16.5/assets/minecraft/models/block/stripped_warped_hyphae.json new file mode 100644 index 00000000..fa055c37 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/stripped_warped_hyphae.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/stripped_warped_stem", + "side": "minecraft:block/stripped_warped_stem" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/stripped_warped_stem.json b/1.16.5/assets/minecraft/models/block/stripped_warped_stem.json new file mode 100644 index 00000000..adcfb554 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/stripped_warped_stem.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/stripped_warped_stem_top", + "side": "minecraft:block/stripped_warped_stem" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/structure_block.json b/1.16.5/assets/minecraft/models/block/structure_block.json new file mode 100644 index 00000000..ab31c0ae --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/structure_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/structure_block" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/structure_block_corner.json b/1.16.5/assets/minecraft/models/block/structure_block_corner.json new file mode 100644 index 00000000..d5522e3b --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/structure_block_corner.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/structure_block_corner" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/structure_block_data.json b/1.16.5/assets/minecraft/models/block/structure_block_data.json new file mode 100644 index 00000000..a0e707f6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/structure_block_data.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/structure_block_data" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/structure_block_load.json b/1.16.5/assets/minecraft/models/block/structure_block_load.json new file mode 100644 index 00000000..80e3237b --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/structure_block_load.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/structure_block_load" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/structure_block_save.json b/1.16.5/assets/minecraft/models/block/structure_block_save.json new file mode 100644 index 00000000..7e6967ac --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/structure_block_save.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/structure_block_save" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/structure_void.json b/1.16.5/assets/minecraft/models/block/structure_void.json new file mode 100644 index 00000000..7003f085 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/structure_void.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "minecraft:item/structure_void" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/sugar_cane.json b/1.16.5/assets/minecraft/models/block/sugar_cane.json new file mode 100644 index 00000000..c4092853 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/sugar_cane.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/tinted_cross", + "textures": { + "cross": "minecraft:block/sugar_cane" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/sunflower_bottom.json b/1.16.5/assets/minecraft/models/block/sunflower_bottom.json new file mode 100644 index 00000000..f9b91c41 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/sunflower_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/sunflower_bottom" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/sunflower_top.json b/1.16.5/assets/minecraft/models/block/sunflower_top.json new file mode 100644 index 00000000..f98a1802 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/sunflower_top.json @@ -0,0 +1,53 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/sunflower_front", + "cross": "block/sunflower_top", + "back": "block/sunflower_back", + "front": "block/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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/sweet_berry_bush_stage0.json b/1.16.5/assets/minecraft/models/block/sweet_berry_bush_stage0.json new file mode 100644 index 00000000..35d51667 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/sweet_berry_bush_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/sweet_berry_bush_stage0" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/sweet_berry_bush_stage1.json b/1.16.5/assets/minecraft/models/block/sweet_berry_bush_stage1.json new file mode 100644 index 00000000..af18f15b --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/sweet_berry_bush_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/sweet_berry_bush_stage1" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/sweet_berry_bush_stage2.json b/1.16.5/assets/minecraft/models/block/sweet_berry_bush_stage2.json new file mode 100644 index 00000000..d1227845 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/sweet_berry_bush_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/sweet_berry_bush_stage2" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/sweet_berry_bush_stage3.json b/1.16.5/assets/minecraft/models/block/sweet_berry_bush_stage3.json new file mode 100644 index 00000000..9625d2da --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/sweet_berry_bush_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/sweet_berry_bush_stage3" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/tall_grass_bottom.json b/1.16.5/assets/minecraft/models/block/tall_grass_bottom.json new file mode 100644 index 00000000..aedd5f4f --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/tall_grass_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/tinted_cross", + "textures": { + "cross": "minecraft:block/tall_grass_bottom" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/tall_grass_top.json b/1.16.5/assets/minecraft/models/block/tall_grass_top.json new file mode 100644 index 00000000..ca1f32dd --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/tall_grass_top.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/tinted_cross", + "textures": { + "cross": "minecraft:block/tall_grass_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/tall_seagrass_bottom.json b/1.16.5/assets/minecraft/models/block/tall_seagrass_bottom.json new file mode 100644 index 00000000..84613667 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/tall_seagrass_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_seagrass", + "textures": { + "texture": "minecraft:block/tall_seagrass_bottom" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/tall_seagrass_top.json b/1.16.5/assets/minecraft/models/block/tall_seagrass_top.json new file mode 100644 index 00000000..ce30eefc --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/tall_seagrass_top.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_seagrass", + "textures": { + "texture": "minecraft:block/tall_seagrass_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/target.json b/1.16.5/assets/minecraft/models/block/target.json new file mode 100644 index 00000000..061cd788 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/target.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/target_top", + "side": "minecraft:block/target_side" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/template_anvil.json b/1.16.5/assets/minecraft/models/block/template_anvil.json new file mode 100644 index 00000000..195ede53 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/template_anvil.json @@ -0,0 +1,60 @@ +{ "parent": "block/block", + "textures": { + "particle": "block/anvil", + "body": "block/anvil" + }, + "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": { + "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": { + "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 } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/template_campfire.json b/1.16.5/assets/minecraft/models/block/template_campfire.json new file mode 100644 index 00000000..85587666 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/template_campfire.json @@ -0,0 +1,91 @@ +{ + "parent": "block/block", + "display": { + "head": { + "translation": [ 0, 10.5, 0 ] + } + }, + "textures": { + "particle": "block/campfire_log", + "log": "block/campfire_log" + }, + "elements": [ + { + "from": [ 1, 0, 0 ], + "to": [ 5, 4, 16 ], + "faces": { + "north": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "north" }, + "east": { "uv": [ 0, 1, 16, 5 ], "texture": "#lit_log" }, + "south": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "south" }, + "west": { "uv": [ 16, 0, 0, 4 ], "texture": "#log" }, + "up": { "uv": [ 0, 0, 16, 4 ], "rotation": 90, "texture": "#log" }, + "down": { "uv": [ 0, 0, 16, 4 ], "rotation": 90, "texture": "#log", "cullface": "down" } + } + }, + { + "from": [ 0, 3, 11 ], + "to": [ 16, 7, 15 ], + "faces": { + "north": { "uv": [ 16, 0, 0, 4 ], "texture": "#lit_log" }, + "east": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "east" }, + "south": { "uv": [ 0, 0, 16, 4 ], "texture": "#lit_log" }, + "west": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "west" }, + "up": { "uv": [ 0, 0, 16, 4 ], "rotation": 180, "texture": "#log" }, + "down": { "uv": [ 0, 4, 16, 8 ], "texture": "#lit_log" } + } + }, + { + "from": [ 11, 0, 0 ], + "to": [ 15, 4, 16 ], + "faces": { + "north": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "north" }, + "east": { "uv": [ 0, 0, 16, 4 ], "texture": "#log" }, + "south": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "south" }, + "west": { "uv": [ 16, 1, 0, 5 ], "texture": "#lit_log" }, + "up": { "uv": [ 0, 0, 16, 4 ], "rotation": 90, "texture": "#log" }, + "down": { "uv": [ 0, 0, 16, 4 ], "rotation": 90, "texture": "#log", "cullface": "down" } + } + }, + { + "from": [ 0, 3, 1 ], + "to": [ 16, 7, 5 ], + "faces": { + "north": { "uv": [ 0, 0, 16, 4 ], "texture": "#lit_log" }, + "east": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "east" }, + "south": { "uv": [ 16, 0, 0, 4 ], "texture": "#lit_log" }, + "west": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "west" }, + "up": { "uv": [ 0, 0, 16, 4 ], "rotation": 180, "texture": "#log" }, + "down": { "uv": [ 0, 4, 16, 8 ], "texture": "#lit_log" } + } + }, + { + "from": [ 5, 0, 0 ], + "to": [ 11, 1, 16 ], + "faces": { + "north": {"uv": [ 0, 15, 6, 16 ], "texture": "#log", "cullface": "north" }, + "south": {"uv": [ 10, 15, 16, 16 ], "texture": "#log", "cullface": "south" }, + "up": {"uv": [ 0, 8, 16, 14 ], "rotation": 90, "texture": "#lit_log" }, + "down": {"uv": [ 0, 8, 16, 14 ], "rotation": 90, "texture": "#log", "cullface": "down" } + } + }, + { "from": [ 0.8, 1, 8 ], + "to": [ 15.2, 17, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" } + } + }, + { "from": [ 8, 1, 0.8 ], + "to": [ 8, 17, 15.2 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" } + } + } + ] +} + diff --git a/1.16.5/assets/minecraft/models/block/template_chorus_flower.json b/1.16.5/assets/minecraft/models/block/template_chorus_flower.json new file mode 100644 index 00000000..06b850dd --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/template_chorus_flower.json @@ -0,0 +1,76 @@ +{ + "parent": "block/block", + "textures": { + "bottom": "block/chorus_plant", + "particle": "#texture" + }, + "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" } + } + } + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/template_command_block.json b/1.16.5/assets/minecraft/models/block/template_command_block.json new file mode 100644 index 00000000..76cbff1e --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/template_command_block.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube_directional", + "textures": { + "particle": "#back", + "down": "#side", + "up": "#side", + "north": "#front", + "east": "#side", + "south": "#back", + "west": "#side" + } +} diff --git a/1.16.5/assets/minecraft/models/block/template_daylight_detector.json b/1.16.5/assets/minecraft/models/block/template_daylight_detector.json new file mode 100644 index 00000000..ef2a0021 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/template_daylight_detector.json @@ -0,0 +1,19 @@ +{ + "parent": "block/thin_block", + "textures": { + "particle": "#top" + }, + "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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/template_farmland.json b/1.16.5/assets/minecraft/models/block/template_farmland.json new file mode 100644 index 00000000..4000d7a2 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/template_farmland.json @@ -0,0 +1,19 @@ +{ + "parent": "block/block", + "textures": { + "particle": "#dirt" + }, + "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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/template_fence_gate.json b/1.16.5/assets/minecraft/models/block/template_fence_gate.json new file mode 100644 index 00000000..b1a090fa --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/template_fence_gate.json @@ -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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/template_fence_gate_open.json b/1.16.5/assets/minecraft/models/block/template_fence_gate_open.json new file mode 100644 index 00000000..af2062a1 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/template_fence_gate_open.json @@ -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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/template_fence_gate_wall.json b/1.16.5/assets/minecraft/models/block/template_fence_gate_wall.json new file mode 100644 index 00000000..7b1be07c --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/template_fence_gate_wall.json @@ -0,0 +1,96 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#texture" + }, + "elements": [ + { "__comment": "Left-hand post", + "from": [ 0, 2, 7 ], + "to": [ 2, 13, 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, 2, 7 ], + "to": [ 16, 13, 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, 3, 7 ], + "to": [ 8, 12, 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, 3, 7 ], + "to": [ 10, 12, 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, 3, 7 ], + "to": [ 6, 6, 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, 9, 7 ], + "to": [ 6, 12, 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, 3, 7 ], + "to": [ 14, 6, 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, 9, 7 ], + "to": [ 14, 12, 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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/template_fence_gate_wall_open.json b/1.16.5/assets/minecraft/models/block/template_fence_gate_wall_open.json new file mode 100644 index 00000000..6aac6c8f --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/template_fence_gate_wall_open.json @@ -0,0 +1,96 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#texture" + }, + "elements": [ + { "__comment": "Left-hand post", + "from": [ 0, 2, 7 ], + "to": [ 2, 13, 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, 2, 7 ], + "to": [ 16, 13, 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, 3, 13 ], + "to": [ 2, 12, 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, 3, 13 ], + "to": [ 16, 12, 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, 3, 9 ], + "to": [ 2, 6, 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, 9, 9 ], + "to": [ 2, 12, 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, 3, 9 ], + "to": [ 16, 6, 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, 9, 9 ], + "to": [ 16, 12, 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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/template_fire_floor.json b/1.16.5/assets/minecraft/models/block/template_fire_floor.json new file mode 100644 index 00000000..a5e46b55 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/template_fire_floor.json @@ -0,0 +1,32 @@ +{ + "textures": { + "particle": "#fire" + }, + "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" }} + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/template_fire_side.json b/1.16.5/assets/minecraft/models/block/template_fire_side.json new file mode 100644 index 00000000..da323e33 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/template_fire_side.json @@ -0,0 +1,16 @@ +{ + "textures": { + "particle": "#fire" + }, + "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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/template_fire_side_alt.json b/1.16.5/assets/minecraft/models/block/template_fire_side_alt.json new file mode 100644 index 00000000..83d76ea3 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/template_fire_side_alt.json @@ -0,0 +1,16 @@ +{ + "textures": { + "particle": "#fire" + }, + "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" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/template_fire_up.json b/1.16.5/assets/minecraft/models/block/template_fire_up.json new file mode 100644 index 00000000..1cebdf22 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/template_fire_up.json @@ -0,0 +1,20 @@ +{ + "textures": { + "particle": "#fire" + }, + "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 }} + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/template_fire_up_alt.json b/1.16.5/assets/minecraft/models/block/template_fire_up_alt.json new file mode 100644 index 00000000..31be9be2 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/template_fire_up_alt.json @@ -0,0 +1,20 @@ +{ + "textures": { + "particle": "#fire" + }, + "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" }} + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/template_four_turtle_eggs.json b/1.16.5/assets/minecraft/models/block/template_four_turtle_eggs.json new file mode 100644 index 00000000..93a7ca4b --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/template_four_turtle_eggs.json @@ -0,0 +1,56 @@ +{ + "parent": "block/block", + "textures": { + "all": "block/turtle_egg", + "particle": "#all" + }, + "elements": [ + { "from": [ 5, 0, 4 ], + "to": [ 9, 7, 8 ], + "faces": { + "down": { "uv": [ 0, 0, 4, 4 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 0, 0, 4, 4 ], "texture": "#all" }, + "north": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, + "south": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, + "west": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, + "east": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" } + } + }, + { + "from": [ 1, 0, 7 ], + "to": [ 5, 5, 11 ], + "faces": { + "down": { "uv": [ 6, 7, 10, 11 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 6, 7, 10, 11 ], "texture": "#all" }, + "north": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" }, + "south": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" }, + "west": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" }, + "east": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" } + } + }, + { + "from": [ 11, 0, 7 ], + "to": [ 14, 4, 10 ], + "faces": { + "down": { "uv": [ 5, 0, 8, 3 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 5, 0, 8, 3 ], "texture": "#all" }, + "north": { "uv": [ 8, 3, 11, 7 ], "texture": "#all" }, + "south": { "uv": [ 8, 3, 11, 7 ], "texture": "#all" }, + "west": { "uv": [ 8, 3, 11, 7 ], "texture": "#all" }, + "east": { "uv": [ 8, 3, 11, 7 ], "texture": "#all" } + } + }, + { + "from": [ 6, 0, 9 ], + "to": [ 10, 4, 13 ], + "faces": { + "down": { "uv": [ 0, 11, 4, 15 ], "texture": "#all" }, + "up": { "uv": [ 0, 11, 4, 15 ], "texture": "#all" }, + "north": { "uv": [ 4, 11, 8, 15 ], "texture": "#all" }, + "south": { "uv": [ 4, 11, 8, 15 ], "texture": "#all" }, + "west": { "uv": [ 4, 11, 8, 15 ], "texture": "#all" }, + "east": { "uv": [ 4, 11, 8, 15 ], "texture": "#all" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/template_glass_pane_noside.json b/1.16.5/assets/minecraft/models/block/template_glass_pane_noside.json new file mode 100644 index 00000000..af16ff94 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/template_glass_pane_noside.json @@ -0,0 +1,14 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#pane" + }, + "elements": [ + { "from": [ 7, 0, 7 ], + "to": [ 9, 16, 9 ], + "faces": { + "north": { "uv": [ 9, 0, 7, 16 ], "texture": "#pane" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/template_glass_pane_noside_alt.json b/1.16.5/assets/minecraft/models/block/template_glass_pane_noside_alt.json new file mode 100644 index 00000000..771d6942 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/template_glass_pane_noside_alt.json @@ -0,0 +1,14 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#pane" + }, + "elements": [ + { "from": [ 7, 0, 7 ], + "to": [ 9, 16, 9 ], + "faces": { + "east": { "uv": [ 7, 0, 9, 16 ], "texture": "#pane" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/template_glass_pane_post.json b/1.16.5/assets/minecraft/models/block/template_glass_pane_post.json new file mode 100644 index 00000000..54d7fa88 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/template_glass_pane_post.json @@ -0,0 +1,15 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#pane" + }, + "elements": [ + { "from": [ 7, 0, 7 ], + "to": [ 9, 16, 9 ], + "faces": { + "down": { "uv": [ 7, 7, 9, 9 ], "texture": "#edge" }, + "up": { "uv": [ 7, 7, 9, 9 ], "texture": "#edge" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/template_glass_pane_side.json b/1.16.5/assets/minecraft/models/block/template_glass_pane_side.json new file mode 100644 index 00000000..fae06dcc --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/template_glass_pane_side.json @@ -0,0 +1,18 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#pane" + }, + "elements": [ + { "from": [ 7, 0, 0 ], + "to": [ 9, 16, 7 ], + "faces": { + "down": { "uv": [ 7, 0, 9, 7 ], "texture": "#edge" }, + "up": { "uv": [ 7, 0, 9, 7 ], "texture": "#edge" }, + "north": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "north" }, + "west": { "uv": [ 16, 0, 9, 16 ], "texture": "#pane" }, + "east": { "uv": [ 9, 0, 16, 16 ], "texture": "#pane" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/template_glass_pane_side_alt.json b/1.16.5/assets/minecraft/models/block/template_glass_pane_side_alt.json new file mode 100644 index 00000000..82d0e98e --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/template_glass_pane_side_alt.json @@ -0,0 +1,18 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#pane" + }, + "elements": [ + { "from": [ 7, 0, 9 ], + "to": [ 9, 16, 16 ], + "faces": { + "down": { "uv": [ 7, 0, 9, 7 ], "texture": "#edge" }, + "up": { "uv": [ 7, 0, 9, 7 ], "texture": "#edge" }, + "south": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "south" }, + "west": { "uv": [ 7, 0, 0, 16 ], "texture": "#pane" }, + "east": { "uv": [ 0, 0, 7, 16 ], "texture": "#pane" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/template_glazed_terracotta.json b/1.16.5/assets/minecraft/models/block/template_glazed_terracotta.json new file mode 100644 index 00000000..c6574a9f --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/template_glazed_terracotta.json @@ -0,0 +1,26 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "#pattern" + }, + "display": { + "firstperson_righthand": { + "rotation": [ 0, 135, 0 ], + "translation": [ 0, 0, 0 ], + "scale": [ 0.40, 0.40, 0.40 ] + } + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#pattern", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#pattern", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#pattern", "cullface": "north", "rotation": 90 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#pattern", "cullface": "south", "rotation": 270 }, + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#pattern", "cullface": "west", "rotation": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#pattern", "cullface": "east", "rotation": 180 } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/template_hanging_lantern.json b/1.16.5/assets/minecraft/models/block/template_hanging_lantern.json new file mode 100644 index 00000000..fd6f3b35 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/template_hanging_lantern.json @@ -0,0 +1,50 @@ +{ + "parent": "block/block", + "textures": { + "particle": "#lantern" + }, + "elements": [ + { "from": [ 5, 1, 5 ], + "to": [ 11, 8, 11 ], + "faces": { + "down": { "uv": [ 0, 9, 6, 15 ], "texture": "#lantern"}, + "up": { "uv": [ 0, 9, 6, 15 ], "texture": "#lantern" }, + "north": { "uv": [ 0, 2, 6, 9 ], "texture": "#lantern" }, + "south": { "uv": [ 0, 2, 6, 9 ], "texture": "#lantern" }, + "west": { "uv": [ 0, 2, 6, 9 ], "texture": "#lantern" }, + "east": { "uv": [ 0, 2, 6, 9 ], "texture": "#lantern" } + } + }, + { "from": [ 6, 8, 6 ], + "to": [ 10, 10, 10 ], + "faces": { + "down": { "uv": [ 1, 10, 5, 14 ], "texture": "#lantern"}, + "up": { "uv": [ 1, 10, 5, 14 ], "texture": "#lantern" }, + "north": { "uv": [ 1, 0, 5, 2 ], "texture": "#lantern" }, + "south": { "uv": [ 1, 0, 5, 2 ], "texture": "#lantern" }, + "west": { "uv": [ 1, 0, 5, 2 ], "texture": "#lantern" }, + "east": { "uv": [ 1, 0, 5, 2 ], "texture": "#lantern" } + } + }, + { + "from": [ 6.5, 11, 8 ], + "to": [ 9.5, 15, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45}, + "shade": false, + "faces": { + "north": { "uv": [ 11, 1, 14, 5 ], "texture": "#lantern" }, + "south": { "uv": [ 11, 1, 14, 5 ], "texture": "#lantern" } + } + }, + { + "from": [ 8, 10, 6.5 ], + "to": [ 8, 16, 9.5 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45}, + "shade": false, + "faces": { + "west": { "uv": [ 11, 6, 14, 12 ], "texture": "#lantern" }, + "east": { "uv": [ 11, 6, 14, 12 ], "texture": "#lantern" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/template_lantern.json b/1.16.5/assets/minecraft/models/block/template_lantern.json new file mode 100644 index 00000000..ce82214a --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/template_lantern.json @@ -0,0 +1,49 @@ +{ + "parent": "block/block", + "textures": { + "particle": "#lantern" + }, + "elements": [ + { "from": [ 5, 0, 5 ], + "to": [ 11, 7, 11 ], + "faces": { + "down": { "uv": [ 0, 9, 6, 15 ], "texture": "#lantern", "cullface": "down" }, + "up": { "uv": [ 0, 9, 6, 15 ], "texture": "#lantern" }, + "north": { "uv": [ 0, 2, 6, 9 ], "texture": "#lantern" }, + "south": { "uv": [ 0, 2, 6, 9 ], "texture": "#lantern" }, + "west": { "uv": [ 0, 2, 6, 9 ], "texture": "#lantern" }, + "east": { "uv": [ 0, 2, 6, 9 ], "texture": "#lantern" } + } + }, + { "from": [ 6, 7, 6 ], + "to": [ 10, 9, 10 ], + "faces": { + "up": { "uv": [ 1, 10, 5, 14 ], "texture": "#lantern" }, + "north": { "uv": [ 1, 0, 5, 2 ], "texture": "#lantern" }, + "south": { "uv": [ 1, 0, 5, 2 ], "texture": "#lantern" }, + "west": { "uv": [ 1, 0, 5, 2 ], "texture": "#lantern" }, + "east": { "uv": [ 1, 0, 5, 2 ], "texture": "#lantern" } + } + }, + { + "from": [ 6.5, 9, 8 ], + "to": [ 9.5, 11, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45}, + "shade": false, + "faces": { + "north": { "uv": [ 11, 1, 14, 3 ], "texture": "#lantern" }, + "south": { "uv": [ 11, 1, 14, 3 ], "texture": "#lantern" } + } + }, + { + "from": [ 8, 9, 6.5 ], + "to": [ 8, 11, 9.5 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45}, + "shade": false, + "faces": { + "west": { "uv": [ 11, 10, 14, 12 ], "texture": "#lantern" }, + "east": { "uv": [ 11, 10, 14, 12 ], "texture": "#lantern" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/template_orientable_trapdoor_bottom.json b/1.16.5/assets/minecraft/models/block/template_orientable_trapdoor_bottom.json new file mode 100644 index 00000000..5f2ac5e4 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/template_orientable_trapdoor_bottom.json @@ -0,0 +1,18 @@ +{ "parent": "block/thin_block", + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 3, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 16, 16, 0 ], "texture": "#texture" }, + "north": { "uv": [ 0, 0, 16, 3 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 3 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 3 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 3 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/template_orientable_trapdoor_open.json b/1.16.5/assets/minecraft/models/block/template_orientable_trapdoor_open.json new file mode 100644 index 00000000..ce447b51 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/template_orientable_trapdoor_open.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 0, 0, 13 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 3 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 3, 16, 0 ], "texture": "#texture", "cullface": "up" }, + "north": { "uv": [ 0, 16, 16, 0 ], "texture": "#texture" }, + "south": { "uv": [ 0, 16, 16, 0 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 3 ], "rotation": 90, "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 3, 16, 0 ], "rotation": 90, "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/template_orientable_trapdoor_top.json b/1.16.5/assets/minecraft/models/block/template_orientable_trapdoor_top.json new file mode 100644 index 00000000..a437e184 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/template_orientable_trapdoor_top.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 0, 13, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "up": { "uv": [ 0, 16, 16, 0 ], "texture": "#texture", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 3 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 3 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 3 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 3 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/template_piston.json b/1.16.5/assets/minecraft/models/block/template_piston.json new file mode 100644 index 00000000..83b4e18a --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/template_piston.json @@ -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", "rotation": 180, "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#platform", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "rotation": 270, "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "rotation": 90, "cullface": "east" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/template_piston_head.json b/1.16.5/assets/minecraft/models/block/template_piston_head.json new file mode 100644 index 00000000..f4fcb910 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/template_piston_head.json @@ -0,0 +1,27 @@ +{ + "textures": { + "particle": "#platform" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 4 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "down", "rotation": 180 }, + "up": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#platform", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#unsticky" }, + "west": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 270, "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 90, "cullface": "east" } + } + }, + { "from": [ 6, 6, 4 ], + "to": [ 10, 10, 20 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 270 }, + "west": { "uv": [ 16, 4, 0, 0 ], "texture": "#side" }, + "east": { "uv": [ 0, 0, 16, 4 ], "texture": "#side" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/template_piston_head_short.json b/1.16.5/assets/minecraft/models/block/template_piston_head_short.json new file mode 100644 index 00000000..cdbe9e12 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/template_piston_head_short.json @@ -0,0 +1,27 @@ +{ + "textures": { + "particle": "#platform" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 4 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "down", "rotation": 180 }, + "up": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#platform", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#unsticky" }, + "west": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 270, "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 90, "cullface": "east" } + } + }, + { "from": [ 6, 6, 4 ], + "to": [ 10, 10, 16 ], + "faces": { + "down": { "uv": [ 4, 0, 16, 4 ], "texture": "#side", "rotation": 90 }, + "up": { "uv": [ 4, 0, 16, 4 ], "texture": "#side", "rotation": 270 }, + "west": { "uv": [ 16, 4, 4, 0 ], "texture": "#side" }, + "east": { "uv": [ 4, 0, 16, 4 ], "texture": "#side" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/template_rail_raised_ne.json b/1.16.5/assets/minecraft/models/block/template_rail_raised_ne.json new file mode 100644 index 00000000..a92e4603 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/template_rail_raised_ne.json @@ -0,0 +1,21 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#rail" + }, + "elements": [ + { "from": [ 0, 9, 0 ], + "to": [ 16, 9, 16 ], + "rotation": { + "origin": [ 8, 9, 8 ], + "axis": "x", + "angle": 45, + "rescale": true + }, + "faces": { + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#rail" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#rail" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/template_rail_raised_sw.json b/1.16.5/assets/minecraft/models/block/template_rail_raised_sw.json new file mode 100644 index 00000000..dddc3562 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/template_rail_raised_sw.json @@ -0,0 +1,21 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#rail" + }, + "elements": [ + { "from": [ 0, 9, 0 ], + "to": [ 16, 9, 16 ], + "rotation": { + "origin": [ 8, 9, 8 ], + "axis": "x", + "angle": -45, + "rescale": true + }, + "faces": { + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#rail" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#rail" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/template_seagrass.json b/1.16.5/assets/minecraft/models/block/template_seagrass.json new file mode 100644 index 00000000..6ac40c92 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/template_seagrass.json @@ -0,0 +1,41 @@ +{ + "parent": "block/block", + "ambientocclusion": false, + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 0, 0, 4 ], + "to": [ 16, 16, 4 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "tintindex": 0 } + } + }, + { "from": [ 12, 0, 0 ], + "to": [ 12, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "tintindex": 0 } + } + }, + { "from": [ 4, 0, 0 ], + "to": [ 4, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 12 ], + "to": [ 16, 16, 12 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "tintindex": 0 } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/template_single_face.json b/1.16.5/assets/minecraft/models/block/template_single_face.json new file mode 100644 index 00000000..d23e5f20 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/template_single_face.json @@ -0,0 +1,13 @@ +{ + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 0 ], + "faces": { + "north": { "texture": "#texture", "cullface":"north" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/template_three_turtle_eggs.json b/1.16.5/assets/minecraft/models/block/template_three_turtle_eggs.json new file mode 100644 index 00000000..c6ce2d8a --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/template_three_turtle_eggs.json @@ -0,0 +1,43 @@ +{ + "parent": "block/block", + "textures": { + "particle": "#all" + }, + "elements": [ + { "from": [ 5, 0, 4 ], + "to": [ 9, 7, 8 ], + "faces": { + "down": { "uv": [ 0, 0, 4, 4 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 0, 0, 4, 4 ], "texture": "#all" }, + "north": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, + "south": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, + "west": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, + "east": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" } + } + }, + { + "from": [ 1, 0, 7 ], + "to": [ 5, 5, 11 ], + "faces": { + "down": { "uv": [ 6, 7, 10, 11 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 6, 7, 10, 11 ], "texture": "#all" }, + "north": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" }, + "south": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" }, + "west": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" }, + "east": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" } + } + }, + { + "from": [ 11, 0, 7 ], + "to": [ 14, 4, 10 ], + "faces": { + "down": { "uv": [ 5, 0, 8, 3 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 5, 0, 8, 3 ], "texture": "#all" }, + "north": { "uv": [ 8, 3, 11, 7 ], "texture": "#all" }, + "south": { "uv": [ 8, 3, 11, 7 ], "texture": "#all" }, + "west": { "uv": [ 8, 3, 11, 7 ], "texture": "#all" }, + "east": { "uv": [ 8, 3, 11, 7 ], "texture": "#all" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/template_torch.json b/1.16.5/assets/minecraft/models/block/template_torch.json new file mode 100644 index 00000000..aef12fcf --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/template_torch.json @@ -0,0 +1,32 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#torch" + }, + "elements": [ + { "from": [ 7, 0, 7 ], + "to": [ 9, 10, 9 ], + "shade": false, + "faces": { + "down": { "uv": [ 7, 13, 9, 15 ], "texture": "#torch" }, + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#torch" } + } + }, + { "from": [ 7, 0, 0 ], + "to": [ 9, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" } + } + }, + { "from": [ 0, 0, 7 ], + "to": [ 16, 16, 9 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/template_torch_wall.json b/1.16.5/assets/minecraft/models/block/template_torch_wall.json new file mode 100644 index 00000000..1a6d297e --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/template_torch_wall.json @@ -0,0 +1,35 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#torch" + }, + "elements": [ + { "from": [ -1, 3.5, 7 ], + "to": [ 1, 13.5, 9 ], + "rotation": { "origin": [ 0, 3.5, 8 ], "axis": "z", "angle": -22.5 }, + "shade": false, + "faces": { + "down": { "uv": [ 7, 13, 9, 15 ], "texture": "#torch" }, + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#torch" } + } + }, + { "from": [ -1, 3.5, 0 ], + "to": [ 1, 19.5, 16 ], + "rotation": { "origin": [ 0, 3.5, 8 ], "axis": "z", "angle": -22.5 }, + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" } + } + }, + { "from": [ -8, 3.5, 7 ], + "to": [ 8, 19.5, 9 ], + "rotation": { "origin": [ 0, 3.5, 8 ], "axis": "z", "angle": -22.5 }, + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/template_trapdoor_bottom.json b/1.16.5/assets/minecraft/models/block/template_trapdoor_bottom.json new file mode 100644 index 00000000..2b6c8daa --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/template_trapdoor_bottom.json @@ -0,0 +1,18 @@ +{ "parent": "block/thin_block", + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 3, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/template_trapdoor_open.json b/1.16.5/assets/minecraft/models/block/template_trapdoor_open.json new file mode 100644 index 00000000..b301619c --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/template_trapdoor_open.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 0, 0, 13 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 13, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 16, 0, 13, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 13, 0, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/template_trapdoor_top.json b/1.16.5/assets/minecraft/models/block/template_trapdoor_top.json new file mode 100644 index 00000000..036aeb7b --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/template_trapdoor_top.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 0, 13, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "up" }, + "north": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/template_turtle_egg.json b/1.16.5/assets/minecraft/models/block/template_turtle_egg.json new file mode 100644 index 00000000..b42b49ea --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/template_turtle_egg.json @@ -0,0 +1,19 @@ +{ + "parent": "block/block", + "textures": { + "particle": "#all" + }, + "elements": [ + { "from": [ 5, 0, 4 ], + "to": [ 9, 7, 8 ], + "faces": { + "down": { "uv": [ 0, 0, 4, 4 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 0, 0, 4, 4 ], "texture": "#all" }, + "north": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, + "south": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, + "west": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, + "east": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/template_two_turtle_eggs.json b/1.16.5/assets/minecraft/models/block/template_two_turtle_eggs.json new file mode 100644 index 00000000..a5faf35d --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/template_two_turtle_eggs.json @@ -0,0 +1,31 @@ +{ + "parent": "block/block", + "textures": { + "particle": "#all" + }, + "elements": [ + { "from": [ 5, 0, 4 ], + "to": [ 9, 7, 8 ], + "faces": { + "down": { "uv": [ 0, 0, 4, 4 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 0, 0, 4, 4 ], "texture": "#all" }, + "north": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, + "south": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, + "west": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, + "east": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" } + } + }, + { + "from": [ 1, 0, 7 ], + "to": [ 5, 5, 11 ], + "faces": { + "down": { "uv": [ 6, 7, 10, 11 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 6, 7, 10, 11 ], "texture": "#all" }, + "north": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" }, + "south": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" }, + "west": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" }, + "east": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/template_wall_post.json b/1.16.5/assets/minecraft/models/block/template_wall_post.json new file mode 100644 index 00000000..c1c40e47 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/template_wall_post.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "#wall" + }, + "elements": [ + { "from": [ 4, 0, 4 ], + "to": [ 12, 16, 12 ], + "faces": { + "down": { "texture": "#wall", "cullface": "down" }, + "up": { "texture": "#wall", "cullface": "up" }, + "north": { "texture": "#wall" }, + "south": { "texture": "#wall" }, + "west": { "texture": "#wall" }, + "east": { "texture": "#wall" } + }, + "__comment": "Center post" + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/template_wall_side.json b/1.16.5/assets/minecraft/models/block/template_wall_side.json new file mode 100644 index 00000000..301854c8 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/template_wall_side.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#wall" + }, + "elements": [ + { "from": [ 5, 0, 0 ], + "to": [ 11, 14, 8 ], + "faces": { + "down": { "texture": "#wall", "cullface": "down" }, + "up": { "texture": "#wall" }, + "north": { "texture": "#wall", "cullface": "north" }, + "west": { "texture": "#wall" }, + "east": { "texture": "#wall" } + }, + "__comment": "wall" + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/template_wall_side_tall.json b/1.16.5/assets/minecraft/models/block/template_wall_side_tall.json new file mode 100644 index 00000000..379a9e3c --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/template_wall_side_tall.json @@ -0,0 +1,17 @@ +{ + "textures": { + "particle": "#wall" + }, + "elements": [ + { "from": [ 5, 0, 0 ], + "to": [ 11, 16, 8 ], + "faces": { + "down": { "texture": "#wall", "cullface": "down" }, + "up": { "texture": "#wall", "cullface": "up"}, + "north": { "texture": "#wall", "cullface": "north" }, + "west": { "texture": "#wall" }, + "east": { "texture": "#wall" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/terracotta.json b/1.16.5/assets/minecraft/models/block/terracotta.json new file mode 100644 index 00000000..abdc18d7 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/terracotta" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/thin_block.json b/1.16.5/assets/minecraft/models/block/thin_block.json new file mode 100644 index 00000000..1adb58ab --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/thin_block.json @@ -0,0 +1,19 @@ +{ "parent": "block/block", + "display": { + "thirdperson_righthand": { + "rotation": [ 75, 45, 0 ], + "translation": [ 0, 2.5, 2], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 45, 0 ], + "translation": [ 0, 4.2, 0 ], + "scale": [ 0.40, 0.40, 0.40 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, 225, 0 ], + "translation": [ 0, 4.2, 0 ], + "scale": [ 0.40, 0.40, 0.40 ] + } + } +} diff --git a/1.16.5/assets/minecraft/models/block/three_dead_sea_pickles.json b/1.16.5/assets/minecraft/models/block/three_dead_sea_pickles.json new file mode 100644 index 00000000..8eff63de --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/three_dead_sea_pickles.json @@ -0,0 +1,65 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/sea_pickle", + "all": "block/sea_pickle" + }, + "elements": [ + { "from": [ 6, 0, 9 ], + "to": [ 10, 6, 13 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" } + } + }, + { + "from": [ 6, 5.95, 9 ], + "to": [ 10, 5.95, 13 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 2, 0, 2 ], + "to": [ 6, 4, 6 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 9 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 9 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 9 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 9 ], "texture": "#all" } + } + }, + { + "from": [ 2, 3.95, 2 ], + "to": [ 6, 3.95, 6 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 8, 0, 4 ], + "to": [ 12, 6, 8 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" } + } + }, + { + "from": [ 8, 5.95, 4 ], + "to": [ 12, 5.95, 8 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/three_sea_pickles.json b/1.16.5/assets/minecraft/models/block/three_sea_pickles.json new file mode 100644 index 00000000..4a34fda0 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/three_sea_pickles.json @@ -0,0 +1,125 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/sea_pickle", + "all": "block/sea_pickle" + }, + "elements": [ + { "from": [ 6, 0, 9 ], + "to": [ 10, 6, 13 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" } + } + }, + { + "from": [ 6, 5.95, 9 ], + "to": [ 10, 5.95, 13 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 2, 0, 2 ], + "to": [ 6, 4, 6 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 9 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 9 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 9 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 9 ], "texture": "#all" } + } + }, + { + "from": [ 2, 3.95, 2 ], + "to": [ 6, 3.95, 6 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 8, 0, 4 ], + "to": [ 12, 6, 8 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" } + } + }, + { + "from": [ 8, 5.95, 4 ], + "to": [ 12, 5.95, 8 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 7.5, 5.2, 11 ], + "to": [ 8.5, 8.7, 11 ], + "rotation": { "origin": [ 8, 8, 11 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "south": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + }, + { + "from": [ 8, 5.2, 10.5 ], + "to": [ 8, 8.7, 11.5 ], + "rotation": { "origin": [ 8, 8, 11 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "west": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "east": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + }, + { + "from": [ 3.5, 3.2, 4 ], + "to": [ 4.5, 6.7, 4 ], + "rotation": { "origin": [ 4, 8, 4 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "south": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + }, + { + "from": [ 4, 3.2, 3.5 ], + "to": [ 4, 6.7, 4.5 ], + "rotation": { "origin": [ 4, 8, 4 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "west": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "east": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + }, + { + "from": [ 9.5, 5.2, 6 ], + "to": [ 10.5, 8.7, 6 ], + "rotation": { "origin": [ 10, 8, 6 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "south": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + }, + { + "from": [ 10, 5.2, 5.5 ], + "to": [ 10, 8.7, 6.5 ], + "rotation": { "origin": [ 10, 8, 6 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "west": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "east": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/three_slightly_cracked_turtle_eggs.json b/1.16.5/assets/minecraft/models/block/three_slightly_cracked_turtle_eggs.json new file mode 100644 index 00000000..a50fdeef --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/three_slightly_cracked_turtle_eggs.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_three_turtle_eggs", + "textures": { + "all": "minecraft:block/turtle_egg_slightly_cracked" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/three_turtle_eggs.json b/1.16.5/assets/minecraft/models/block/three_turtle_eggs.json new file mode 100644 index 00000000..7f893795 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/three_turtle_eggs.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_three_turtle_eggs", + "textures": { + "all": "minecraft:block/turtle_egg" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/three_very_cracked_turtle_eggs.json b/1.16.5/assets/minecraft/models/block/three_very_cracked_turtle_eggs.json new file mode 100644 index 00000000..7c8e2046 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/three_very_cracked_turtle_eggs.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_three_turtle_eggs", + "textures": { + "all": "minecraft:block/turtle_egg_very_cracked" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/tinted_cross.json b/1.16.5/assets/minecraft/models/block/tinted_cross.json new file mode 100644 index 00000000..d3b5474e --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/tinted_cross.json @@ -0,0 +1,26 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#cross" + }, + "elements": [ + { "from": [ 0.8, 0, 8 ], + "to": [ 15.2, 16, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 } + } + }, + { "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", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/tinted_flower_pot_cross.json b/1.16.5/assets/minecraft/models/block/tinted_flower_pot_cross.json new file mode 100644 index 00000000..3bdc26c1 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/tinted_flower_pot_cross.json @@ -0,0 +1,73 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/flower_pot", + "flowerpot": "block/flower_pot", + "dirt": "block/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, 12, 10, 16 ], "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 } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/tnt.json b/1.16.5/assets/minecraft/models/block/tnt.json new file mode 100644 index 00000000..57be70c1 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/tnt.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/cube_bottom_top", + "textures": { + "top": "minecraft:block/tnt_top", + "bottom": "minecraft:block/tnt_bottom", + "side": "minecraft:block/tnt_side" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/torch.json b/1.16.5/assets/minecraft/models/block/torch.json new file mode 100644 index 00000000..7c6241d0 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/torch.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_torch", + "textures": { + "torch": "minecraft:block/torch" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/tripwire_attached_n.json b/1.16.5/assets/minecraft/models/block/tripwire_attached_n.json new file mode 100644 index 00000000..308d26ae --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/tripwire_attached_n.json @@ -0,0 +1,33 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/tripwire", + "texture": "block/tripwire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/tripwire_attached_ne.json b/1.16.5/assets/minecraft/models/block/tripwire_attached_ne.json new file mode 100644 index 00000000..e2a65ffa --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/tripwire_attached_ne.json @@ -0,0 +1,41 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/tripwire", + "texture": "block/tripwire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 8, 1.5, 7.75 ], + "to": [ 12, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + }, + { "from": [ 12, 1.5, 7.75 ], + "to": [ 16, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/tripwire_attached_ns.json b/1.16.5/assets/minecraft/models/block/tripwire_attached_ns.json new file mode 100644 index 00000000..3755236d --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/tripwire_attached_ns.json @@ -0,0 +1,41 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/tripwire", + "texture": "block/tripwire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 12 ], + "to": [ 8.25, 1.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/tripwire_attached_nse.json b/1.16.5/assets/minecraft/models/block/tripwire_attached_nse.json new file mode 100644 index 00000000..03652740 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/tripwire_attached_nse.json @@ -0,0 +1,57 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/tripwire", + "texture": "block/tripwire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 12 ], + "to": [ 8.25, 1.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 8, 1.5, 7.75 ], + "to": [ 12, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + }, + { "from": [ 12, 1.5, 7.75 ], + "to": [ 16, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/tripwire_attached_nsew.json b/1.16.5/assets/minecraft/models/block/tripwire_attached_nsew.json new file mode 100644 index 00000000..792ba776 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/tripwire_attached_nsew.json @@ -0,0 +1,73 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/tripwire", + "texture": "block/tripwire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 12 ], + "to": [ 8.25, 1.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 0, 1.5, 7.75 ], + "to": [ 4, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + }, + { "from": [ 4, 1.5, 7.75 ], + "to": [ 8, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + }, + { "from": [ 8, 1.5, 7.75 ], + "to": [ 12, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + }, + { "from": [ 12, 1.5, 7.75 ], + "to": [ 16, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/tripwire_hook.json b/1.16.5/assets/minecraft/models/block/tripwire_hook.json new file mode 100644 index 00000000..95279bd3 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/tripwire_hook.json @@ -0,0 +1,72 @@ +{ + "textures": { + "particle": "block/oak_planks", + "hook": "block/tripwire_hook", + "wood": "block/oak_planks" + }, + "elements": [ + { "from": [ 6.2, 3.8, 7.9 ], + "to": [ 9.8, 4.6, 11.5 ], + "rotation": { "origin": [ 8, 6, 5.2 ], "axis": "x", "angle": -45 }, + "faces": { + "down": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "up": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "north": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" }, + "south": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "west": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "east": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 3.8, 10.3 ], + "to": [ 8.6, 4.6, 10.3 ], + "rotation": { "origin": [ 8, 6, 5.2 ], "axis": "x", "angle": -45 }, + "faces": { + "north": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 3.8, 9.1 ], + "to": [ 8.6, 4.6, 9.1 ], + "rotation": { "origin": [ 8, 6, 5.2 ], "axis": "x", "angle": -45 }, + "faces": { + "south": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 3.8, 9.1 ], + "to": [ 7.4, 4.6, 10.3 ], + "rotation": { "origin": [ 8, 6, 5.2 ], "axis": "x", "angle": -45 }, + "faces": { + "east": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 8.6, 3.8, 9.1 ], + "to": [ 8.6, 4.6, 10.3 ], + "rotation": { "origin": [ 8, 6, 5.2 ], "axis": "x", "angle": -45 }, + "faces": { + "west": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 5.2, 10 ], + "to": [ 8.8, 6.8, 14 ], + "rotation": { "origin": [ 8, 6, 14 ], "axis": "x", "angle": 45 }, + "faces": { + "down": { "uv": [ 7, 9, 9, 14 ], "texture": "#wood" }, + "up": { "uv": [ 7, 2, 9, 7 ], "texture": "#wood" }, + "north": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "south": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "west": { "uv": [ 2, 9, 7, 11 ], "texture": "#wood" }, + "east": { "uv": [ 9, 9, 14, 11 ], "texture": "#wood" } + } + }, + { "from": [ 6, 1, 14 ], + "to": [ 10, 9, 16 ], + "faces": { + "down": { "uv": [ 6, 14, 10, 16 ], "texture": "#wood" }, + "up": { "uv": [ 6, 0, 10, 2 ], "texture": "#wood" }, + "north": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood" }, + "south": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood", "cullface": "south" }, + "west": { "uv": [ 0, 7, 2, 15 ], "texture": "#wood" }, + "east": { "uv": [ 14, 7, 16, 15 ], "texture": "#wood" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/tripwire_hook_attached.json b/1.16.5/assets/minecraft/models/block/tripwire_hook_attached.json new file mode 100644 index 00000000..3b520511 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/tripwire_hook_attached.json @@ -0,0 +1,80 @@ +{ + "textures": { + "particle": "block/oak_planks", + "hook": "block/tripwire_hook", + "wood": "block/oak_planks", + "tripwire": "block/tripwire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 6.7 ], + "rotation": { "origin": [ 8, 0, 0 ], "axis": "x", "angle": -22.5, "rescale": true }, + "faces": { + "down": { "uv": [ 0, 8, 16, 6 ], "texture": "#tripwire", "rotation": 90 }, + "up": { "uv": [ 0, 6, 16, 8 ], "texture": "#tripwire", "rotation": 90 } + } + }, + { "from": [ 6.2, 4.2, 6.7 ], + "to": [ 9.8, 5, 10.3 ], + "rotation": { "origin": [ 8, 4.2, 6.7 ], "axis": "x", "angle": -22.5, "rescale": false }, + "faces": { + "down": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "up": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "north": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" }, + "south": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "west": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "east": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 9.1 ], + "to": [ 8.6, 5, 9.1 ], + "rotation": { "origin": [ 8, 4.2, 6.7 ], "axis": "x", "angle": -22.5, "rescale": false }, + "faces": { + "north": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 7.9 ], + "to": [ 8.6, 5, 7.9 ], + "rotation": { "origin": [ 8, 4.2, 6.7 ], "axis": "x", "angle": -22.5, "rescale": false }, + "faces": { + "south": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 7.9 ], + "to": [ 7.4, 5, 9.1 ], + "rotation": { "origin": [ 8, 4.2, 6.7 ], "axis": "x", "angle": -22.5, "rescale": false }, + "faces": { + "east": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 8.6, 4.2, 7.9 ], + "to": [ 8.6, 5, 9.1 ], + "rotation": { "origin": [ 8, 4.2, 6.7 ], "axis": "x", "angle": -22.5, "rescale": false }, + "faces": { + "west": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 5.2, 10 ], + "to": [ 8.8, 6.8, 14 ], + "faces": { + "down": { "uv": [ 7, 9, 9, 14 ], "texture": "#wood" }, + "up": { "uv": [ 7, 2, 9, 7 ], "texture": "#wood" }, + "north": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "south": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "west": { "uv": [ 2, 9, 7, 11 ], "texture": "#wood" }, + "east": { "uv": [ 9, 9, 14, 11 ], "texture": "#wood" } + } + }, + { "from": [ 6, 1, 14 ], + "to": [ 10, 9, 16 ], + "faces": { + "down": { "uv": [ 6, 14, 10, 16 ], "texture": "#wood" }, + "up": { "uv": [ 6, 0, 10, 2 ], "texture": "#wood" }, + "north": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood" }, + "south": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood", "cullface": "south" }, + "west": { "uv": [ 0, 7, 2, 15 ], "texture": "#wood" }, + "east": { "uv": [ 14, 7, 16, 15 ], "texture": "#wood" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/tripwire_hook_attached_on.json b/1.16.5/assets/minecraft/models/block/tripwire_hook_attached_on.json new file mode 100644 index 00000000..29802b1b --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/tripwire_hook_attached_on.json @@ -0,0 +1,76 @@ +{ + "textures": { + "particle": "block/oak_planks", + "hook": "block/tripwire_hook", + "wood": "block/oak_planks", + "tripwire": "block/tripwire" + }, + "elements": [ + { "from": [ 7.75, 0.5, 0 ], + "to": [ 8.25, 0.5, 6.7 ], + "rotation": { "origin": [ 8, 0, 0 ], "axis": "x", "angle": -22.5, "rescale": true }, + "faces": { + "down": { "uv": [ 0, 8, 16, 6 ], "texture": "#tripwire", "rotation": 90 }, + "up": { "uv": [ 0, 6, 16, 8 ], "texture": "#tripwire", "rotation": 90 } + } + }, + { "from": [ 6.2, 3.4, 6.7 ], + "to": [ 9.8, 4.2, 10.3 ], + "faces": { + "down": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "up": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "north": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" }, + "south": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "west": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "east": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 3.4, 9.1 ], + "to": [ 8.6, 4.2, 9.1 ], + "faces": { + "north": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 3.4, 7.9 ], + "to": [ 8.6, 4.2, 7.9 ], + "faces": { + "south": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 3.4, 7.9 ], + "to": [ 7.4, 4.2, 9.1 ], + "faces": { + "east": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 8.6, 3.4, 7.9 ], + "to": [ 8.6, 4.2, 9.1 ], + "faces": { + "west": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 5.2, 10 ], + "to": [ 8.8, 6.8, 14 ], + "rotation": { "origin": [ 8, 6, 14 ], "axis": "x", "angle": -22.5 }, + "faces": { + "down": { "uv": [ 7, 9, 9, 14 ], "texture": "#wood" }, + "up": { "uv": [ 7, 2, 9, 7 ], "texture": "#wood" }, + "north": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "south": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "west": { "uv": [ 2, 9, 7, 11 ], "texture": "#wood" }, + "east": { "uv": [ 9, 9, 14, 11 ], "texture": "#wood" } + } + }, + { "from": [ 6, 1, 14 ], + "to": [ 10, 9, 16 ], + "faces": { + "down": { "uv": [ 6, 14, 10, 16 ], "texture": "#wood" }, + "up": { "uv": [ 6, 0, 10, 2 ], "texture": "#wood" }, + "north": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood" }, + "south": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood", "cullface": "south" }, + "west": { "uv": [ 0, 7, 2, 15 ], "texture": "#wood" }, + "east": { "uv": [ 14, 7, 16, 15 ], "texture": "#wood" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/tripwire_hook_on.json b/1.16.5/assets/minecraft/models/block/tripwire_hook_on.json new file mode 100644 index 00000000..5b2494b1 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/tripwire_hook_on.json @@ -0,0 +1,67 @@ +{ + "textures": { + "particle": "block/oak_planks", + "hook": "block/tripwire_hook", + "wood": "block/oak_planks" + }, + "elements": [ + { "from": [ 6.2, 4.2, 6.7 ], + "to": [ 9.8, 5, 10.3 ], + "faces": { + "down": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "up": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "north": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" }, + "south": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "west": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "east": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 9.1 ], + "to": [ 8.6, 5, 9.1 ], + "faces": { + "north": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 7.9 ], + "to": [ 8.6, 5, 7.9 ], + "faces": { + "south": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 7.9 ], + "to": [ 7.4, 5, 9.1 ], + "faces": { + "east": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 8.6, 4.2, 7.9 ], + "to": [ 8.6, 5, 9.1 ], + "faces": { + "west": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 5.2, 10 ], + "to": [ 8.8, 6.8, 14 ], + "rotation": { "origin": [ 8, 6, 14 ], "axis": "x", "angle": -22.5 }, + "faces": { + "down": { "uv": [ 7, 9, 9, 14 ], "texture": "#wood" }, + "up": { "uv": [ 7, 2, 9, 7 ], "texture": "#wood" }, + "north": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "south": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "west": { "uv": [ 2, 9, 7, 11 ], "texture": "#wood" }, + "east": { "uv": [ 9, 9, 14, 11 ], "texture": "#wood" } + } + }, + { "from": [ 6, 1, 14 ], + "to": [ 10, 9, 16 ], + "faces": { + "down": { "uv": [ 6, 14, 10, 16 ], "texture": "#wood" }, + "up": { "uv": [ 6, 0, 10, 2 ], "texture": "#wood" }, + "north": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood" }, + "south": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood", "cullface": "south" }, + "west": { "uv": [ 0, 7, 2, 15 ], "texture": "#wood" }, + "east": { "uv": [ 14, 7, 16, 15 ], "texture": "#wood" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/tripwire_n.json b/1.16.5/assets/minecraft/models/block/tripwire_n.json new file mode 100644 index 00000000..626a83f8 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/tripwire_n.json @@ -0,0 +1,33 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/tripwire", + "texture": "block/tripwire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/tripwire_ne.json b/1.16.5/assets/minecraft/models/block/tripwire_ne.json new file mode 100644 index 00000000..f07c9ef5 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/tripwire_ne.json @@ -0,0 +1,41 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/tripwire", + "texture": "block/tripwire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 8, 1.5, 7.75 ], + "to": [ 12, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + }, + { "from": [ 12, 1.5, 7.75 ], + "to": [ 16, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/tripwire_ns.json b/1.16.5/assets/minecraft/models/block/tripwire_ns.json new file mode 100644 index 00000000..1594ffcc --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/tripwire_ns.json @@ -0,0 +1,41 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/tripwire", + "texture": "block/tripwire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 12 ], + "to": [ 8.25, 1.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/tripwire_nse.json b/1.16.5/assets/minecraft/models/block/tripwire_nse.json new file mode 100644 index 00000000..4933f831 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/tripwire_nse.json @@ -0,0 +1,57 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/tripwire", + "texture": "block/tripwire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 12 ], + "to": [ 8.25, 1.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 8, 1.5, 7.75 ], + "to": [ 12, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + }, + { "from": [ 12, 1.5, 7.75 ], + "to": [ 16, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/tripwire_nsew.json b/1.16.5/assets/minecraft/models/block/tripwire_nsew.json new file mode 100644 index 00000000..82e9a951 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/tripwire_nsew.json @@ -0,0 +1,73 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/tripwire", + "texture": "block/tripwire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 12 ], + "to": [ 8.25, 1.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 0, 1.5, 7.75 ], + "to": [ 4, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + }, + { "from": [ 4, 1.5, 7.75 ], + "to": [ 8, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + }, + { "from": [ 8, 1.5, 7.75 ], + "to": [ 12, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + }, + { "from": [ 12, 1.5, 7.75 ], + "to": [ 16, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/tube_coral.json b/1.16.5/assets/minecraft/models/block/tube_coral.json new file mode 100644 index 00000000..0a159709 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/tube_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/tube_coral" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/tube_coral_block.json b/1.16.5/assets/minecraft/models/block/tube_coral_block.json new file mode 100644 index 00000000..4de67c0b --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/tube_coral_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/tube_coral_block" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/tube_coral_fan.json b/1.16.5/assets/minecraft/models/block/tube_coral_fan.json new file mode 100644 index 00000000..6a5e968c --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/tube_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/coral_fan", + "textures": { + "fan": "minecraft:block/tube_coral_fan" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/tube_coral_wall_fan.json b/1.16.5/assets/minecraft/models/block/tube_coral_wall_fan.json new file mode 100644 index 00000000..6a36d289 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/tube_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/coral_wall_fan", + "textures": { + "fan": "minecraft:block/tube_coral_fan" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/turtle_egg.json b/1.16.5/assets/minecraft/models/block/turtle_egg.json new file mode 100644 index 00000000..94ce75f7 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/turtle_egg.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_turtle_egg", + "textures": { + "all": "minecraft:block/turtle_egg" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/twisting_vines.json b/1.16.5/assets/minecraft/models/block/twisting_vines.json new file mode 100644 index 00000000..1e077028 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/twisting_vines.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/twisting_vines" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/twisting_vines_plant.json b/1.16.5/assets/minecraft/models/block/twisting_vines_plant.json new file mode 100644 index 00000000..20a056e0 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/twisting_vines_plant.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/twisting_vines_plant" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/two_dead_sea_pickles.json b/1.16.5/assets/minecraft/models/block/two_dead_sea_pickles.json new file mode 100644 index 00000000..0a618603 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/two_dead_sea_pickles.json @@ -0,0 +1,46 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/sea_pickle", + "all": "block/sea_pickle" + }, + "elements": [ + { "from": [ 3, 0, 3 ], + "to": [ 7, 6, 7 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" } + } + }, + { + "from": [ 3, 5.95, 3 ], + "to": [ 7, 5.95, 7 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 8, 0, 8 ], + "to": [ 12, 4, 12 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 9 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 9 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 9 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 9 ], "texture": "#all" } + } + }, + { + "from": [ 8, 3.95, 8 ], + "to": [ 12, 3.95, 12 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/two_sea_pickles.json b/1.16.5/assets/minecraft/models/block/two_sea_pickles.json new file mode 100644 index 00000000..37a8bb19 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/two_sea_pickles.json @@ -0,0 +1,86 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/sea_pickle", + "all": "block/sea_pickle" + }, + "elements": [ + { "from": [ 3, 0, 3 ], + "to": [ 7, 6, 7 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" } + } + }, + { + "from": [ 3, 5.95, 3 ], + "to": [ 7, 5.95, 7 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 8, 0, 8 ], + "to": [ 12, 4, 12 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 9 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 9 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 9 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 9 ], "texture": "#all" } + } + }, + { + "from": [ 8, 3.95, 8 ], + "to": [ 12, 3.95, 12 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 4.5, 5.2, 5 ], + "to": [ 5.5, 8.7, 5 ], + "rotation": { "origin": [ 5, 5.6, 5 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "south": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + }, + { + "from": [ 5, 5.2, 4.5 ], + "to": [ 5, 8.7, 5.5 ], + "rotation": { "origin": [ 5, 5.6, 5 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "west": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "east": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + }, + { + "from": [ 9.5, 3.2, 10 ], + "to": [ 10.5, 6.7, 10 ], + "rotation": { "origin": [10, 8, 10 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "south": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + }, + { + "from": [ 10, 3.2, 9.5 ], + "to": [ 10, 6.7, 10.5 ], + "rotation": { "origin": [ 10, 8, 10 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "west": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "east": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/two_slightly_cracked_turtle_eggs.json b/1.16.5/assets/minecraft/models/block/two_slightly_cracked_turtle_eggs.json new file mode 100644 index 00000000..4d1a9503 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/two_slightly_cracked_turtle_eggs.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_two_turtle_eggs", + "textures": { + "all": "minecraft:block/turtle_egg_slightly_cracked" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/two_turtle_eggs.json b/1.16.5/assets/minecraft/models/block/two_turtle_eggs.json new file mode 100644 index 00000000..22209d56 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/two_turtle_eggs.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_two_turtle_eggs", + "textures": { + "all": "minecraft:block/turtle_egg" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/two_very_cracked_turtle_eggs.json b/1.16.5/assets/minecraft/models/block/two_very_cracked_turtle_eggs.json new file mode 100644 index 00000000..1408a48f --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/two_very_cracked_turtle_eggs.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_two_turtle_eggs", + "textures": { + "all": "minecraft:block/turtle_egg_very_cracked" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/very_cracked_turtle_egg.json b/1.16.5/assets/minecraft/models/block/very_cracked_turtle_egg.json new file mode 100644 index 00000000..74ff1606 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/very_cracked_turtle_egg.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_turtle_egg", + "textures": { + "all": "minecraft:block/turtle_egg_very_cracked" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/vine_1.json b/1.16.5/assets/minecraft/models/block/vine_1.json new file mode 100644 index 00000000..c9bcc1ab --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/vine_1.json @@ -0,0 +1,17 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/vine", + "vine": "block/vine" + }, + "elements": [ + { "from": [ 0, 0, 15.2 ], + "to": [ 16, 16, 15.2 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/vine_1u.json b/1.16.5/assets/minecraft/models/block/vine_1u.json new file mode 100644 index 00000000..ddf3f5be --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/vine_1u.json @@ -0,0 +1,25 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/vine", + "vine": "block/vine" + }, + "elements": [ + { "from": [ 0, 15.2, 0 ], + "to": [ 16, 15.2, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 15.2 ], + "to": [ 16, 16, 15.2 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/vine_2.json b/1.16.5/assets/minecraft/models/block/vine_2.json new file mode 100644 index 00000000..6671c3fa --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/vine_2.json @@ -0,0 +1,25 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/vine", + "vine": "block/vine" + }, + "elements": [ + { "from": [ 0, 0, 0.8 ], + "to": [ 16, 16, 0.8 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/vine_2_opposite.json b/1.16.5/assets/minecraft/models/block/vine_2_opposite.json new file mode 100644 index 00000000..2abe72e5 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/vine_2_opposite.json @@ -0,0 +1,25 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/vine", + "vine": "block/vine" + }, + "elements": [ + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0.8, 0, 0 ], + "to": [ 0.8, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/vine_2u.json b/1.16.5/assets/minecraft/models/block/vine_2u.json new file mode 100644 index 00000000..b5426b08 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/vine_2u.json @@ -0,0 +1,33 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/vine", + "vine": "block/vine" + }, + "elements": [ + { "from": [ 0, 15.2, 0 ], + "to": [ 16, 15.2, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.8 ], + "to": [ 16, 16, 0.8 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/vine_2u_opposite.json b/1.16.5/assets/minecraft/models/block/vine_2u_opposite.json new file mode 100644 index 00000000..b4625290 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/vine_2u_opposite.json @@ -0,0 +1,33 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/vine", + "vine": "block/vine" + }, + "elements": [ + { "from": [ 0, 15.2, 0 ], + "to": [ 16, 15.2, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0.8, 0, 0 ], + "to": [ 0.8, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/vine_3.json b/1.16.5/assets/minecraft/models/block/vine_3.json new file mode 100644 index 00000000..b3d02f4e --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/vine_3.json @@ -0,0 +1,33 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/vine", + "vine": "block/vine" + }, + "elements": [ + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 15.2 ], + "to": [ 16, 16, 15.2 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.8 ], + "to": [ 16, 16, 0.8 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/vine_3u.json b/1.16.5/assets/minecraft/models/block/vine_3u.json new file mode 100644 index 00000000..d239b7d8 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/vine_3u.json @@ -0,0 +1,41 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/vine", + "vine": "block/vine" + }, + "elements": [ + { "from": [ 0, 15.2, 0 ], + "to": [ 16, 15.2, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 15.2 ], + "to": [ 16, 16, 15.2 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.8 ], + "to": [ 16, 16, 0.8 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/vine_4.json b/1.16.5/assets/minecraft/models/block/vine_4.json new file mode 100644 index 00000000..88d325dc --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/vine_4.json @@ -0,0 +1,41 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/vine", + "vine": "block/vine" + }, + "elements": [ + { "from": [ 0.8, 0, 0 ], + "to": [ 0.8, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 15.2 ], + "to": [ 16, 16, 15.2 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.8 ], + "to": [ 16, 16, 0.8 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/vine_4u.json b/1.16.5/assets/minecraft/models/block/vine_4u.json new file mode 100644 index 00000000..6cd3cbf2 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/vine_4u.json @@ -0,0 +1,49 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/vine", + "vine": "block/vine" + }, + "elements": [ + { "from": [ 0, 15.2, 0 ], + "to": [ 16, 15.2, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0.8, 0, 0 ], + "to": [ 0.8, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 15.2 ], + "to": [ 16, 16, 15.2 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.8 ], + "to": [ 16, 16, 0.8 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/vine_u.json b/1.16.5/assets/minecraft/models/block/vine_u.json new file mode 100644 index 00000000..5219cfc0 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/vine_u.json @@ -0,0 +1,17 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/vine", + "vine": "block/vine" + }, + "elements": [ + { "from": [ 0, 15.2, 0 ], + "to": [ 16, 15.2, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/wall_inventory.json b/1.16.5/assets/minecraft/models/block/wall_inventory.json new file mode 100644 index 00000000..4638d77e --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/wall_inventory.json @@ -0,0 +1,44 @@ +{ "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": "#wall" + }, + "elements": [ + { "from": [ 4, 0, 4 ], + "to": [ 12, 16, 12 ], + "faces": { + "down": { "uv": [ 4, 4, 12, 12 ], "texture": "#wall", "cullface": "down" }, + "up": { "uv": [ 4, 4, 12, 12 ], "texture": "#wall" }, + "north": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, + "south": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, + "west": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, + "east": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" } + }, + "__comment": "Center post" + }, + { "from": [ 5, 0, 0 ], + "to": [ 11, 13, 16 ], + "faces": { + "down": { "uv": [ 5, 0, 11, 16 ], "texture": "#wall", "cullface": "down" }, + "up": { "uv": [ 5, 0, 11, 16 ], "texture": "#wall" }, + "north": { "uv": [ 5, 3, 11, 16 ], "texture": "#wall", "cullface": "north" }, + "south": { "uv": [ 5, 3, 11, 16 ], "texture": "#wall", "cullface": "south" }, + "west": { "uv": [ 0, 3, 16, 16 ], "texture": "#wall" }, + "east": { "uv": [ 0, 3, 16, 16 ], "texture": "#wall" } + }, + "__comment": "Full wall" + } + ] +} diff --git a/1.16.5/assets/minecraft/models/block/wall_torch.json b/1.16.5/assets/minecraft/models/block/wall_torch.json new file mode 100644 index 00000000..e30eec7f --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/wall_torch.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_torch_wall", + "textures": { + "torch": "minecraft:block/torch" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/warped_button.json b/1.16.5/assets/minecraft/models/block/warped_button.json new file mode 100644 index 00000000..bdf5bc88 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/warped_button.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/button", + "textures": { + "texture": "minecraft:block/warped_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/warped_button_inventory.json b/1.16.5/assets/minecraft/models/block/warped_button_inventory.json new file mode 100644 index 00000000..2332270f --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/warped_button_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/button_inventory", + "textures": { + "texture": "minecraft:block/warped_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/warped_button_pressed.json b/1.16.5/assets/minecraft/models/block/warped_button_pressed.json new file mode 100644 index 00000000..feb58b7a --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/warped_button_pressed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/button_pressed", + "textures": { + "texture": "minecraft:block/warped_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/warped_door_bottom.json b/1.16.5/assets/minecraft/models/block/warped_door_bottom.json new file mode 100644 index 00000000..cc036b9f --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/warped_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_bottom", + "textures": { + "top": "minecraft:block/warped_door_top", + "bottom": "minecraft:block/warped_door_bottom" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/warped_door_bottom_hinge.json b/1.16.5/assets/minecraft/models/block/warped_door_bottom_hinge.json new file mode 100644 index 00000000..c304c2be --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/warped_door_bottom_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_bottom_rh", + "textures": { + "top": "minecraft:block/warped_door_top", + "bottom": "minecraft:block/warped_door_bottom" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/warped_door_top.json b/1.16.5/assets/minecraft/models/block/warped_door_top.json new file mode 100644 index 00000000..a827de6e --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/warped_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_top", + "textures": { + "top": "minecraft:block/warped_door_top", + "bottom": "minecraft:block/warped_door_bottom" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/warped_door_top_hinge.json b/1.16.5/assets/minecraft/models/block/warped_door_top_hinge.json new file mode 100644 index 00000000..2b66b6e2 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/warped_door_top_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_top_rh", + "textures": { + "top": "minecraft:block/warped_door_top", + "bottom": "minecraft:block/warped_door_bottom" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/warped_fence_gate.json b/1.16.5/assets/minecraft/models/block/warped_fence_gate.json new file mode 100644 index 00000000..11e873be --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/warped_fence_gate.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fence_gate", + "textures": { + "texture": "minecraft:block/warped_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/warped_fence_gate_open.json b/1.16.5/assets/minecraft/models/block/warped_fence_gate_open.json new file mode 100644 index 00000000..f4f3f82d --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/warped_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fence_gate_open", + "textures": { + "texture": "minecraft:block/warped_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/warped_fence_gate_wall.json b/1.16.5/assets/minecraft/models/block/warped_fence_gate_wall.json new file mode 100644 index 00000000..ad90d153 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/warped_fence_gate_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fence_gate_wall", + "textures": { + "texture": "minecraft:block/warped_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/warped_fence_gate_wall_open.json b/1.16.5/assets/minecraft/models/block/warped_fence_gate_wall_open.json new file mode 100644 index 00000000..af30e1e6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/warped_fence_gate_wall_open.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fence_gate_wall_open", + "textures": { + "texture": "minecraft:block/warped_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/warped_fence_inventory.json b/1.16.5/assets/minecraft/models/block/warped_fence_inventory.json new file mode 100644 index 00000000..296e99f9 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/warped_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/fence_inventory", + "textures": { + "texture": "minecraft:block/warped_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/warped_fence_post.json b/1.16.5/assets/minecraft/models/block/warped_fence_post.json new file mode 100644 index 00000000..51ef01dd --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/warped_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/fence_post", + "textures": { + "texture": "minecraft:block/warped_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/warped_fence_side.json b/1.16.5/assets/minecraft/models/block/warped_fence_side.json new file mode 100644 index 00000000..6dba3fec --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/warped_fence_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/fence_side", + "textures": { + "texture": "minecraft:block/warped_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/warped_fungus.json b/1.16.5/assets/minecraft/models/block/warped_fungus.json new file mode 100644 index 00000000..c07b792a --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/warped_fungus.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/warped_fungus" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/warped_hyphae.json b/1.16.5/assets/minecraft/models/block/warped_hyphae.json new file mode 100644 index 00000000..eb9e767f --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/warped_hyphae.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/warped_stem", + "side": "minecraft:block/warped_stem" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/warped_nylium.json b/1.16.5/assets/minecraft/models/block/warped_nylium.json new file mode 100644 index 00000000..da22628d --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/warped_nylium.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/cube_bottom_top", + "textures": { + "top": "minecraft:block/warped_nylium", + "bottom": "minecraft:block/netherrack", + "side": "minecraft:block/warped_nylium_side" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/warped_planks.json b/1.16.5/assets/minecraft/models/block/warped_planks.json new file mode 100644 index 00000000..993971b5 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/warped_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/warped_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/warped_pressure_plate.json b/1.16.5/assets/minecraft/models/block/warped_pressure_plate.json new file mode 100644 index 00000000..7cf3ebd7 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/warped_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/pressure_plate_up", + "textures": { + "texture": "minecraft:block/warped_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/warped_pressure_plate_down.json b/1.16.5/assets/minecraft/models/block/warped_pressure_plate_down.json new file mode 100644 index 00000000..1ec67ce3 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/warped_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/pressure_plate_down", + "textures": { + "texture": "minecraft:block/warped_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/warped_roots.json b/1.16.5/assets/minecraft/models/block/warped_roots.json new file mode 100644 index 00000000..85bc3316 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/warped_roots.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/warped_roots" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/warped_sign.json b/1.16.5/assets/minecraft/models/block/warped_sign.json new file mode 100644 index 00000000..b7b47f67 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/warped_sign.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "minecraft:block/warped_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/warped_slab.json b/1.16.5/assets/minecraft/models/block/warped_slab.json new file mode 100644 index 00000000..63a7efda --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/warped_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/warped_planks", + "top": "minecraft:block/warped_planks", + "side": "minecraft:block/warped_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/warped_slab_top.json b/1.16.5/assets/minecraft/models/block/warped_slab_top.json new file mode 100644 index 00000000..e2f6eaa4 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/warped_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/warped_planks", + "top": "minecraft:block/warped_planks", + "side": "minecraft:block/warped_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/warped_stairs.json b/1.16.5/assets/minecraft/models/block/warped_stairs.json new file mode 100644 index 00000000..867e8c67 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/warped_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/warped_planks", + "top": "minecraft:block/warped_planks", + "side": "minecraft:block/warped_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/warped_stairs_inner.json b/1.16.5/assets/minecraft/models/block/warped_stairs_inner.json new file mode 100644 index 00000000..a91e8bed --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/warped_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/warped_planks", + "top": "minecraft:block/warped_planks", + "side": "minecraft:block/warped_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/warped_stairs_outer.json b/1.16.5/assets/minecraft/models/block/warped_stairs_outer.json new file mode 100644 index 00000000..dff375fd --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/warped_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/warped_planks", + "top": "minecraft:block/warped_planks", + "side": "minecraft:block/warped_planks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/warped_stem.json b/1.16.5/assets/minecraft/models/block/warped_stem.json new file mode 100644 index 00000000..2d1fcc34 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/warped_stem.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/warped_stem_top", + "side": "minecraft:block/warped_stem" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/warped_trapdoor_bottom.json b/1.16.5/assets/minecraft/models/block/warped_trapdoor_bottom.json new file mode 100644 index 00000000..211b1add --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/warped_trapdoor_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_orientable_trapdoor_bottom", + "textures": { + "texture": "minecraft:block/warped_trapdoor" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/warped_trapdoor_open.json b/1.16.5/assets/minecraft/models/block/warped_trapdoor_open.json new file mode 100644 index 00000000..cfcf7177 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/warped_trapdoor_open.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_orientable_trapdoor_open", + "textures": { + "texture": "minecraft:block/warped_trapdoor" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/warped_trapdoor_top.json b/1.16.5/assets/minecraft/models/block/warped_trapdoor_top.json new file mode 100644 index 00000000..daac6db9 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/warped_trapdoor_top.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_orientable_trapdoor_top", + "textures": { + "texture": "minecraft:block/warped_trapdoor" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/warped_wart_block.json b/1.16.5/assets/minecraft/models/block/warped_wart_block.json new file mode 100644 index 00000000..7f41d1a5 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/warped_wart_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/warped_wart_block" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/water.json b/1.16.5/assets/minecraft/models/block/water.json new file mode 100644 index 00000000..75907472 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/water.json @@ -0,0 +1,6 @@ +{ + "textures": { + "particle": "block/water_still" + } +} + diff --git a/1.16.5/assets/minecraft/models/block/weeping_vines.json b/1.16.5/assets/minecraft/models/block/weeping_vines.json new file mode 100644 index 00000000..a675fda1 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/weeping_vines.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/weeping_vines" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/weeping_vines_plant.json b/1.16.5/assets/minecraft/models/block/weeping_vines_plant.json new file mode 100644 index 00000000..c7a9ae05 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/weeping_vines_plant.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/weeping_vines_plant" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/wet_sponge.json b/1.16.5/assets/minecraft/models/block/wet_sponge.json new file mode 100644 index 00000000..1b0b8a97 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/wet_sponge.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/wet_sponge" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/wheat_stage0.json b/1.16.5/assets/minecraft/models/block/wheat_stage0.json new file mode 100644 index 00000000..8343729c --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/wheat_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/crop", + "textures": { + "crop": "minecraft:block/wheat_stage0" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/wheat_stage1.json b/1.16.5/assets/minecraft/models/block/wheat_stage1.json new file mode 100644 index 00000000..1fa14ff8 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/wheat_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/crop", + "textures": { + "crop": "minecraft:block/wheat_stage1" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/wheat_stage2.json b/1.16.5/assets/minecraft/models/block/wheat_stage2.json new file mode 100644 index 00000000..9c2e59a1 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/wheat_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/crop", + "textures": { + "crop": "minecraft:block/wheat_stage2" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/wheat_stage3.json b/1.16.5/assets/minecraft/models/block/wheat_stage3.json new file mode 100644 index 00000000..75b167dd --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/wheat_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/crop", + "textures": { + "crop": "minecraft:block/wheat_stage3" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/wheat_stage4.json b/1.16.5/assets/minecraft/models/block/wheat_stage4.json new file mode 100644 index 00000000..3dae7e5e --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/wheat_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/crop", + "textures": { + "crop": "minecraft:block/wheat_stage4" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/wheat_stage5.json b/1.16.5/assets/minecraft/models/block/wheat_stage5.json new file mode 100644 index 00000000..1cd7d96b --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/wheat_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/crop", + "textures": { + "crop": "minecraft:block/wheat_stage5" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/wheat_stage6.json b/1.16.5/assets/minecraft/models/block/wheat_stage6.json new file mode 100644 index 00000000..7201c51a --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/wheat_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/crop", + "textures": { + "crop": "minecraft:block/wheat_stage6" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/wheat_stage7.json b/1.16.5/assets/minecraft/models/block/wheat_stage7.json new file mode 100644 index 00000000..492b6715 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/wheat_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/crop", + "textures": { + "crop": "minecraft:block/wheat_stage7" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/white_carpet.json b/1.16.5/assets/minecraft/models/block/white_carpet.json new file mode 100644 index 00000000..08d5186e --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/white_carpet.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/carpet", + "textures": { + "wool": "minecraft:block/white_wool" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/white_concrete.json b/1.16.5/assets/minecraft/models/block/white_concrete.json new file mode 100644 index 00000000..92188f47 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/white_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/white_concrete" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/white_concrete_powder.json b/1.16.5/assets/minecraft/models/block/white_concrete_powder.json new file mode 100644 index 00000000..2c8c16b1 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/white_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/white_concrete_powder" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/white_glazed_terracotta.json b/1.16.5/assets/minecraft/models/block/white_glazed_terracotta.json new file mode 100644 index 00000000..e33fbedc --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/white_glazed_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glazed_terracotta", + "textures": { + "pattern": "minecraft:block/white_glazed_terracotta" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/white_shulker_box.json b/1.16.5/assets/minecraft/models/block/white_shulker_box.json new file mode 100644 index 00000000..3a9a58d3 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/white_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "minecraft:block/white_shulker_box" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/white_stained_glass.json b/1.16.5/assets/minecraft/models/block/white_stained_glass.json new file mode 100644 index 00000000..4e135e3d --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/white_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/white_stained_glass" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/white_stained_glass_pane_noside.json b/1.16.5/assets/minecraft/models/block/white_stained_glass_pane_noside.json new file mode 100644 index 00000000..b854d543 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/white_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glass_pane_noside", + "textures": { + "pane": "minecraft:block/white_stained_glass" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/white_stained_glass_pane_noside_alt.json b/1.16.5/assets/minecraft/models/block/white_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..a4cf80c3 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/white_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glass_pane_noside_alt", + "textures": { + "pane": "minecraft:block/white_stained_glass" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/white_stained_glass_pane_post.json b/1.16.5/assets/minecraft/models/block/white_stained_glass_pane_post.json new file mode 100644 index 00000000..dec6a8dd --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/white_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_post", + "textures": { + "pane": "minecraft:block/white_stained_glass", + "edge": "minecraft:block/white_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/white_stained_glass_pane_side.json b/1.16.5/assets/minecraft/models/block/white_stained_glass_pane_side.json new file mode 100644 index 00000000..72312434 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/white_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_side", + "textures": { + "pane": "minecraft:block/white_stained_glass", + "edge": "minecraft:block/white_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/white_stained_glass_pane_side_alt.json b/1.16.5/assets/minecraft/models/block/white_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..40e292ec --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/white_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_side_alt", + "textures": { + "pane": "minecraft:block/white_stained_glass", + "edge": "minecraft:block/white_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/white_terracotta.json b/1.16.5/assets/minecraft/models/block/white_terracotta.json new file mode 100644 index 00000000..eb6bc006 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/white_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/white_terracotta" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/white_tulip.json b/1.16.5/assets/minecraft/models/block/white_tulip.json new file mode 100644 index 00000000..d31ceab8 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/white_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/white_tulip" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/white_wool.json b/1.16.5/assets/minecraft/models/block/white_wool.json new file mode 100644 index 00000000..8af86fa1 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/white_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/white_wool" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/wither_rose.json b/1.16.5/assets/minecraft/models/block/wither_rose.json new file mode 100644 index 00000000..47089458 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/wither_rose.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/wither_rose" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/yellow_carpet.json b/1.16.5/assets/minecraft/models/block/yellow_carpet.json new file mode 100644 index 00000000..7d08c9e1 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/yellow_carpet.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/carpet", + "textures": { + "wool": "minecraft:block/yellow_wool" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/yellow_concrete.json b/1.16.5/assets/minecraft/models/block/yellow_concrete.json new file mode 100644 index 00000000..b8981524 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/yellow_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/yellow_concrete" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/yellow_concrete_powder.json b/1.16.5/assets/minecraft/models/block/yellow_concrete_powder.json new file mode 100644 index 00000000..8882b67b --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/yellow_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/yellow_concrete_powder" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/yellow_glazed_terracotta.json b/1.16.5/assets/minecraft/models/block/yellow_glazed_terracotta.json new file mode 100644 index 00000000..fa60d0dc --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/yellow_glazed_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glazed_terracotta", + "textures": { + "pattern": "minecraft:block/yellow_glazed_terracotta" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/yellow_shulker_box.json b/1.16.5/assets/minecraft/models/block/yellow_shulker_box.json new file mode 100644 index 00000000..c54fe67c --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/yellow_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "minecraft:block/yellow_shulker_box" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/yellow_stained_glass.json b/1.16.5/assets/minecraft/models/block/yellow_stained_glass.json new file mode 100644 index 00000000..cd225fdc --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/yellow_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/yellow_stained_glass" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/yellow_stained_glass_pane_noside.json b/1.16.5/assets/minecraft/models/block/yellow_stained_glass_pane_noside.json new file mode 100644 index 00000000..d8c22613 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/yellow_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glass_pane_noside", + "textures": { + "pane": "minecraft:block/yellow_stained_glass" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/yellow_stained_glass_pane_noside_alt.json b/1.16.5/assets/minecraft/models/block/yellow_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..668a6ef2 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/yellow_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glass_pane_noside_alt", + "textures": { + "pane": "minecraft:block/yellow_stained_glass" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/yellow_stained_glass_pane_post.json b/1.16.5/assets/minecraft/models/block/yellow_stained_glass_pane_post.json new file mode 100644 index 00000000..ae9637be --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/yellow_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_post", + "textures": { + "pane": "minecraft:block/yellow_stained_glass", + "edge": "minecraft:block/yellow_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/yellow_stained_glass_pane_side.json b/1.16.5/assets/minecraft/models/block/yellow_stained_glass_pane_side.json new file mode 100644 index 00000000..23efb094 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/yellow_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_side", + "textures": { + "pane": "minecraft:block/yellow_stained_glass", + "edge": "minecraft:block/yellow_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/yellow_stained_glass_pane_side_alt.json b/1.16.5/assets/minecraft/models/block/yellow_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..6eb5727e --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/yellow_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_side_alt", + "textures": { + "pane": "minecraft:block/yellow_stained_glass", + "edge": "minecraft:block/yellow_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/yellow_terracotta.json b/1.16.5/assets/minecraft/models/block/yellow_terracotta.json new file mode 100644 index 00000000..8f3e76ee --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/yellow_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/yellow_terracotta" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/block/yellow_wool.json b/1.16.5/assets/minecraft/models/block/yellow_wool.json new file mode 100644 index 00000000..2f0dab36 --- /dev/null +++ b/1.16.5/assets/minecraft/models/block/yellow_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/yellow_wool" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/acacia_boat.json b/1.16.5/assets/minecraft/models/item/acacia_boat.json new file mode 100644 index 00000000..5b93e986 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/acacia_boat.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/acacia_boat" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/acacia_button.json b/1.16.5/assets/minecraft/models/item/acacia_button.json new file mode 100644 index 00000000..d5affffa --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/acacia_button.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/acacia_button_inventory" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/acacia_door.json b/1.16.5/assets/minecraft/models/item/acacia_door.json new file mode 100644 index 00000000..7ecc5bbd --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/acacia_door.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/acacia_door" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/acacia_fence.json b/1.16.5/assets/minecraft/models/item/acacia_fence.json new file mode 100644 index 00000000..4db3c891 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/acacia_fence.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/acacia_fence_inventory" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/acacia_fence_gate.json b/1.16.5/assets/minecraft/models/item/acacia_fence_gate.json new file mode 100644 index 00000000..f5875533 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/acacia_fence_gate.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/acacia_fence_gate" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/acacia_leaves.json b/1.16.5/assets/minecraft/models/item/acacia_leaves.json new file mode 100644 index 00000000..b1ef8fa9 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/acacia_leaves.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/acacia_leaves" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/acacia_log.json b/1.16.5/assets/minecraft/models/item/acacia_log.json new file mode 100644 index 00000000..0b9f607e --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/acacia_log.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/acacia_log" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/acacia_planks.json b/1.16.5/assets/minecraft/models/item/acacia_planks.json new file mode 100644 index 00000000..3c90abef --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/acacia_planks.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/acacia_planks" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/acacia_pressure_plate.json b/1.16.5/assets/minecraft/models/item/acacia_pressure_plate.json new file mode 100644 index 00000000..318e49ad --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/acacia_pressure_plate.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/acacia_pressure_plate" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/acacia_sapling.json b/1.16.5/assets/minecraft/models/item/acacia_sapling.json new file mode 100644 index 00000000..89e55791 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/acacia_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/acacia_sapling" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/acacia_sign.json b/1.16.5/assets/minecraft/models/item/acacia_sign.json new file mode 100644 index 00000000..05032df9 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/acacia_sign.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/acacia_sign" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/acacia_slab.json b/1.16.5/assets/minecraft/models/item/acacia_slab.json new file mode 100644 index 00000000..bb3480c7 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/acacia_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/acacia_slab" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/acacia_stairs.json b/1.16.5/assets/minecraft/models/item/acacia_stairs.json new file mode 100644 index 00000000..58ab5e2d --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/acacia_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/acacia_stairs" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/acacia_trapdoor.json b/1.16.5/assets/minecraft/models/item/acacia_trapdoor.json new file mode 100644 index 00000000..701a6862 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/acacia_trapdoor.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/acacia_trapdoor_bottom" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/acacia_wood.json b/1.16.5/assets/minecraft/models/item/acacia_wood.json new file mode 100644 index 00000000..4a5086de --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/acacia_wood.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/acacia_wood" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/activator_rail.json b/1.16.5/assets/minecraft/models/item/activator_rail.json new file mode 100644 index 00000000..9ae2bd07 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/activator_rail.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/activator_rail" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/air.json b/1.16.5/assets/minecraft/models/item/air.json new file mode 100644 index 00000000..2c63c085 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/air.json @@ -0,0 +1,2 @@ +{ +} diff --git a/1.16.5/assets/minecraft/models/item/allium.json b/1.16.5/assets/minecraft/models/item/allium.json new file mode 100644 index 00000000..cf132b4b --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/allium.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/allium" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/ancient_debris.json b/1.16.5/assets/minecraft/models/item/ancient_debris.json new file mode 100644 index 00000000..f8c6c3d5 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/ancient_debris.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/ancient_debris" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/andesite.json b/1.16.5/assets/minecraft/models/item/andesite.json new file mode 100644 index 00000000..d6b76e17 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/andesite.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/andesite" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/andesite_slab.json b/1.16.5/assets/minecraft/models/item/andesite_slab.json new file mode 100644 index 00000000..4bd78770 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/andesite_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/andesite_slab" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/andesite_stairs.json b/1.16.5/assets/minecraft/models/item/andesite_stairs.json new file mode 100644 index 00000000..03e452df --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/andesite_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/andesite_stairs" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/andesite_wall.json b/1.16.5/assets/minecraft/models/item/andesite_wall.json new file mode 100644 index 00000000..f10f1ec3 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/andesite_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/andesite_wall_inventory" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/anvil.json b/1.16.5/assets/minecraft/models/item/anvil.json new file mode 100644 index 00000000..9168b26b --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/anvil.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/anvil" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/apple.json b/1.16.5/assets/minecraft/models/item/apple.json new file mode 100644 index 00000000..c314b058 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/apple.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/apple" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/armor_stand.json b/1.16.5/assets/minecraft/models/item/armor_stand.json new file mode 100644 index 00000000..f8f34a7b --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/armor_stand.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/armor_stand" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/arrow.json b/1.16.5/assets/minecraft/models/item/arrow.json new file mode 100644 index 00000000..37689ea0 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/arrow.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/arrow" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/azure_bluet.json b/1.16.5/assets/minecraft/models/item/azure_bluet.json new file mode 100644 index 00000000..5d472515 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/azure_bluet.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/azure_bluet" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/baked_potato.json b/1.16.5/assets/minecraft/models/item/baked_potato.json new file mode 100644 index 00000000..b9324fe7 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/baked_potato.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/baked_potato" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/bamboo.json b/1.16.5/assets/minecraft/models/item/bamboo.json new file mode 100644 index 00000000..2a46e1c3 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/bamboo.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "minecraft:item/bamboo" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/barrel.json b/1.16.5/assets/minecraft/models/item/barrel.json new file mode 100644 index 00000000..553ec3e0 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/barrel.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/barrel" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/barrier.json b/1.16.5/assets/minecraft/models/item/barrier.json new file mode 100644 index 00000000..080cff20 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/barrier.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/barrier" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/basalt.json b/1.16.5/assets/minecraft/models/item/basalt.json new file mode 100644 index 00000000..eaa67e62 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/basalt.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/basalt" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/bat_spawn_egg.json b/1.16.5/assets/minecraft/models/item/bat_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/bat_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/beacon.json b/1.16.5/assets/minecraft/models/item/beacon.json new file mode 100644 index 00000000..b6a014e6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/beacon.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/beacon" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/bedrock.json b/1.16.5/assets/minecraft/models/item/bedrock.json new file mode 100644 index 00000000..c1b8427e --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/bedrock.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/bedrock" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/bee_nest.json b/1.16.5/assets/minecraft/models/item/bee_nest.json new file mode 100644 index 00000000..3298365a --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/bee_nest.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/bee_nest" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/bee_spawn_egg.json b/1.16.5/assets/minecraft/models/item/bee_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/bee_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/beef.json b/1.16.5/assets/minecraft/models/item/beef.json new file mode 100644 index 00000000..5545b3c8 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/beef.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/beef" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/beehive.json b/1.16.5/assets/minecraft/models/item/beehive.json new file mode 100644 index 00000000..cf1475c3 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/beehive.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/beehive" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/beetroot.json b/1.16.5/assets/minecraft/models/item/beetroot.json new file mode 100644 index 00000000..dcc7276a --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/beetroot.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/beetroot" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/beetroot_seeds.json b/1.16.5/assets/minecraft/models/item/beetroot_seeds.json new file mode 100644 index 00000000..d20b2cd4 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/beetroot_seeds.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/beetroot_seeds" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/beetroot_soup.json b/1.16.5/assets/minecraft/models/item/beetroot_soup.json new file mode 100644 index 00000000..3a0755d6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/beetroot_soup.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/beetroot_soup" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/bell.json b/1.16.5/assets/minecraft/models/item/bell.json new file mode 100644 index 00000000..fe24c1f4 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/bell.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/bell" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/birch_boat.json b/1.16.5/assets/minecraft/models/item/birch_boat.json new file mode 100644 index 00000000..20f68b32 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/birch_boat.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/birch_boat" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/birch_button.json b/1.16.5/assets/minecraft/models/item/birch_button.json new file mode 100644 index 00000000..f0065c47 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/birch_button.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/birch_button_inventory" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/birch_door.json b/1.16.5/assets/minecraft/models/item/birch_door.json new file mode 100644 index 00000000..2b0e4f91 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/birch_door.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/birch_door" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/birch_fence.json b/1.16.5/assets/minecraft/models/item/birch_fence.json new file mode 100644 index 00000000..ca097fb1 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/birch_fence.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/birch_fence_inventory" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/birch_fence_gate.json b/1.16.5/assets/minecraft/models/item/birch_fence_gate.json new file mode 100644 index 00000000..732026b8 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/birch_fence_gate.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/birch_fence_gate" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/birch_leaves.json b/1.16.5/assets/minecraft/models/item/birch_leaves.json new file mode 100644 index 00000000..4f543d46 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/birch_leaves.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/birch_leaves" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/birch_log.json b/1.16.5/assets/minecraft/models/item/birch_log.json new file mode 100644 index 00000000..cd42b0b7 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/birch_log.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/birch_log" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/birch_planks.json b/1.16.5/assets/minecraft/models/item/birch_planks.json new file mode 100644 index 00000000..06e3a6d3 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/birch_planks.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/birch_planks" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/birch_pressure_plate.json b/1.16.5/assets/minecraft/models/item/birch_pressure_plate.json new file mode 100644 index 00000000..e8dfb642 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/birch_pressure_plate.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/birch_pressure_plate" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/birch_sapling.json b/1.16.5/assets/minecraft/models/item/birch_sapling.json new file mode 100644 index 00000000..3c45f3b6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/birch_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/birch_sapling" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/birch_sign.json b/1.16.5/assets/minecraft/models/item/birch_sign.json new file mode 100644 index 00000000..d10beadc --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/birch_sign.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/birch_sign" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/birch_slab.json b/1.16.5/assets/minecraft/models/item/birch_slab.json new file mode 100644 index 00000000..c17a8e79 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/birch_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/birch_slab" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/birch_stairs.json b/1.16.5/assets/minecraft/models/item/birch_stairs.json new file mode 100644 index 00000000..ec8fd2b9 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/birch_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/birch_stairs" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/birch_trapdoor.json b/1.16.5/assets/minecraft/models/item/birch_trapdoor.json new file mode 100644 index 00000000..7db49741 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/birch_trapdoor.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/birch_trapdoor_bottom" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/birch_wood.json b/1.16.5/assets/minecraft/models/item/birch_wood.json new file mode 100644 index 00000000..cd1881b0 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/birch_wood.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/birch_wood" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/black_banner.json b/1.16.5/assets/minecraft/models/item/black_banner.json new file mode 100644 index 00000000..661a106d --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/black_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_banner" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/black_bed.json b/1.16.5/assets/minecraft/models/item/black_bed.json new file mode 100644 index 00000000..c8757a9a --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/black_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/template_bed", + "textures": { + "particle": "minecraft:block/black_wool" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/black_carpet.json b/1.16.5/assets/minecraft/models/item/black_carpet.json new file mode 100644 index 00000000..618d2130 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/black_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/black_carpet" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/black_concrete.json b/1.16.5/assets/minecraft/models/item/black_concrete.json new file mode 100644 index 00000000..eb5aadc3 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/black_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/black_concrete" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/black_concrete_powder.json b/1.16.5/assets/minecraft/models/item/black_concrete_powder.json new file mode 100644 index 00000000..03af09ea --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/black_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/black_concrete_powder" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/black_dye.json b/1.16.5/assets/minecraft/models/item/black_dye.json new file mode 100644 index 00000000..0502b405 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/black_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/black_dye" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/black_glazed_terracotta.json b/1.16.5/assets/minecraft/models/item/black_glazed_terracotta.json new file mode 100644 index 00000000..e1f73ff8 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/black_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/black_glazed_terracotta" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/black_shulker_box.json b/1.16.5/assets/minecraft/models/item/black_shulker_box.json new file mode 100644 index 00000000..5f45328d --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/black_shulker_box.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/template_shulker_box", + "textures": { + "particle": "minecraft:block/black_shulker_box" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/black_stained_glass.json b/1.16.5/assets/minecraft/models/item/black_stained_glass.json new file mode 100644 index 00000000..dfc8fab3 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/black_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/black_stained_glass" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/black_stained_glass_pane.json b/1.16.5/assets/minecraft/models/item/black_stained_glass_pane.json new file mode 100644 index 00000000..75081749 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/black_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/black_stained_glass" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/black_terracotta.json b/1.16.5/assets/minecraft/models/item/black_terracotta.json new file mode 100644 index 00000000..eee57e8e --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/black_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/black_terracotta" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/black_wool.json b/1.16.5/assets/minecraft/models/item/black_wool.json new file mode 100644 index 00000000..a0e49abc --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/black_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/black_wool" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/blackstone.json b/1.16.5/assets/minecraft/models/item/blackstone.json new file mode 100644 index 00000000..e4defbd6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/blackstone.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/blackstone" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/blackstone_slab.json b/1.16.5/assets/minecraft/models/item/blackstone_slab.json new file mode 100644 index 00000000..481376f4 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/blackstone_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/blackstone_slab" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/blackstone_stairs.json b/1.16.5/assets/minecraft/models/item/blackstone_stairs.json new file mode 100644 index 00000000..83a61e18 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/blackstone_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/blackstone_stairs" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/blackstone_wall.json b/1.16.5/assets/minecraft/models/item/blackstone_wall.json new file mode 100644 index 00000000..8c2bc6d6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/blackstone_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/blackstone_wall_inventory" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/blast_furnace.json b/1.16.5/assets/minecraft/models/item/blast_furnace.json new file mode 100644 index 00000000..5189a013 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/blast_furnace.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/blast_furnace" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/blaze_powder.json b/1.16.5/assets/minecraft/models/item/blaze_powder.json new file mode 100644 index 00000000..1e735c19 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/blaze_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/blaze_powder" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/blaze_rod.json b/1.16.5/assets/minecraft/models/item/blaze_rod.json new file mode 100644 index 00000000..2c8c052a --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/blaze_rod.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "minecraft:item/blaze_rod" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/blaze_spawn_egg.json b/1.16.5/assets/minecraft/models/item/blaze_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/blaze_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/blue_banner.json b/1.16.5/assets/minecraft/models/item/blue_banner.json new file mode 100644 index 00000000..661a106d --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/blue_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_banner" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/blue_bed.json b/1.16.5/assets/minecraft/models/item/blue_bed.json new file mode 100644 index 00000000..59f7f2ba --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/blue_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/template_bed", + "textures": { + "particle": "minecraft:block/blue_wool" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/blue_carpet.json b/1.16.5/assets/minecraft/models/item/blue_carpet.json new file mode 100644 index 00000000..0ced6287 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/blue_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/blue_carpet" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/blue_concrete.json b/1.16.5/assets/minecraft/models/item/blue_concrete.json new file mode 100644 index 00000000..4c15897c --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/blue_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/blue_concrete" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/blue_concrete_powder.json b/1.16.5/assets/minecraft/models/item/blue_concrete_powder.json new file mode 100644 index 00000000..e5f13d4a --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/blue_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/blue_concrete_powder" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/blue_dye.json b/1.16.5/assets/minecraft/models/item/blue_dye.json new file mode 100644 index 00000000..4235b598 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/blue_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/blue_dye" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/blue_glazed_terracotta.json b/1.16.5/assets/minecraft/models/item/blue_glazed_terracotta.json new file mode 100644 index 00000000..f7b0efbb --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/blue_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/blue_glazed_terracotta" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/blue_ice.json b/1.16.5/assets/minecraft/models/item/blue_ice.json new file mode 100644 index 00000000..86d267e5 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/blue_ice.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/blue_ice" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/blue_orchid.json b/1.16.5/assets/minecraft/models/item/blue_orchid.json new file mode 100644 index 00000000..13449dc1 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/blue_orchid.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/blue_orchid" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/blue_shulker_box.json b/1.16.5/assets/minecraft/models/item/blue_shulker_box.json new file mode 100644 index 00000000..62a9dfd8 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/blue_shulker_box.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/template_shulker_box", + "textures": { + "particle": "minecraft:block/blue_shulker_box" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/blue_stained_glass.json b/1.16.5/assets/minecraft/models/item/blue_stained_glass.json new file mode 100644 index 00000000..c3727cd8 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/blue_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/blue_stained_glass" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/blue_stained_glass_pane.json b/1.16.5/assets/minecraft/models/item/blue_stained_glass_pane.json new file mode 100644 index 00000000..c4890062 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/blue_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/blue_stained_glass" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/blue_terracotta.json b/1.16.5/assets/minecraft/models/item/blue_terracotta.json new file mode 100644 index 00000000..a89b057d --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/blue_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/blue_terracotta" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/blue_wool.json b/1.16.5/assets/minecraft/models/item/blue_wool.json new file mode 100644 index 00000000..22458dbd --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/blue_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/blue_wool" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/bone.json b/1.16.5/assets/minecraft/models/item/bone.json new file mode 100644 index 00000000..3063401c --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/bone.json @@ -0,0 +1,13 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/bone" + }, + "display": { + "head": { + "rotation": [ 0, 0, -45 ], + "translation": [ 0, -4.5, -6.5], + "scale":[ 1, 1, 1 ] + } + } +} diff --git a/1.16.5/assets/minecraft/models/item/bone_block.json b/1.16.5/assets/minecraft/models/item/bone_block.json new file mode 100644 index 00000000..1374ccda --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/bone_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/bone_block" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/bone_meal.json b/1.16.5/assets/minecraft/models/item/bone_meal.json new file mode 100644 index 00000000..60f7c5f0 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/bone_meal.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/bone_meal" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/book.json b/1.16.5/assets/minecraft/models/item/book.json new file mode 100644 index 00000000..1ca201bf --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/book.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/book" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/bookshelf.json b/1.16.5/assets/minecraft/models/item/bookshelf.json new file mode 100644 index 00000000..57943d42 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/bookshelf.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/bookshelf" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/bow.json b/1.16.5/assets/minecraft/models/item/bow.json new file mode 100644 index 00000000..c2128757 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/bow.json @@ -0,0 +1,50 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/bow" + }, + "display": { + "thirdperson_righthand": { + "rotation": [ -80, 260, -40 ], + "translation": [ -1, -2, 2.5 ], + "scale": [ 0.9, 0.9, 0.9 ] + }, + "thirdperson_lefthand": { + "rotation": [ -80, -280, 40 ], + "translation": [ -1, -2, 2.5 ], + "scale": [ 0.9, 0.9, 0.9 ] + }, + "firstperson_righthand": { + "rotation": [ 0, -90, 25 ], + "translation": [ 1.13, 3.2, 1.13], + "scale": [ 0.68, 0.68, 0.68 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, 90, -25 ], + "translation": [ 1.13, 3.2, 1.13], + "scale": [ 0.68, 0.68, 0.68 ] + } + }, + "overrides": [ + { + "predicate": { + "pulling": 1 + }, + "model": "item/bow_pulling_0" + }, + { + "predicate": { + "pulling": 1, + "pull": 0.65 + }, + "model": "item/bow_pulling_1" + }, + { + "predicate": { + "pulling": 1, + "pull": 0.9 + }, + "model": "item/bow_pulling_2" + } + ] +} diff --git a/1.16.5/assets/minecraft/models/item/bow_pulling_0.json b/1.16.5/assets/minecraft/models/item/bow_pulling_0.json new file mode 100644 index 00000000..8a44db20 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/bow_pulling_0.json @@ -0,0 +1,6 @@ +{ + "parent": "item/bow", + "textures": { + "layer0": "item/bow_pulling_0" + } +} diff --git a/1.16.5/assets/minecraft/models/item/bow_pulling_1.json b/1.16.5/assets/minecraft/models/item/bow_pulling_1.json new file mode 100644 index 00000000..5fd94893 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/bow_pulling_1.json @@ -0,0 +1,6 @@ +{ + "parent": "item/bow", + "textures": { + "layer0": "item/bow_pulling_1" + } +} diff --git a/1.16.5/assets/minecraft/models/item/bow_pulling_2.json b/1.16.5/assets/minecraft/models/item/bow_pulling_2.json new file mode 100644 index 00000000..8584d5b3 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/bow_pulling_2.json @@ -0,0 +1,6 @@ +{ + "parent": "item/bow", + "textures": { + "layer0": "item/bow_pulling_2" + } +} diff --git a/1.16.5/assets/minecraft/models/item/bowl.json b/1.16.5/assets/minecraft/models/item/bowl.json new file mode 100644 index 00000000..d6a579ca --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/bowl.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/bowl" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/brain_coral.json b/1.16.5/assets/minecraft/models/item/brain_coral.json new file mode 100644 index 00000000..68c13d9d --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/brain_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/brain_coral" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/brain_coral_block.json b/1.16.5/assets/minecraft/models/item/brain_coral_block.json new file mode 100644 index 00000000..04d112ab --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/brain_coral_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/brain_coral_block" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/brain_coral_fan.json b/1.16.5/assets/minecraft/models/item/brain_coral_fan.json new file mode 100644 index 00000000..9b00117a --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/brain_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/brain_coral_fan" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/bread.json b/1.16.5/assets/minecraft/models/item/bread.json new file mode 100644 index 00000000..9f62cd75 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/bread.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/bread" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/brewing_stand.json b/1.16.5/assets/minecraft/models/item/brewing_stand.json new file mode 100644 index 00000000..414f4ecc --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/brewing_stand.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/brewing_stand" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/brick.json b/1.16.5/assets/minecraft/models/item/brick.json new file mode 100644 index 00000000..4ba38e86 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/brick.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/brick" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/brick_slab.json b/1.16.5/assets/minecraft/models/item/brick_slab.json new file mode 100644 index 00000000..754deec6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/brick_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/brick_slab" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/brick_stairs.json b/1.16.5/assets/minecraft/models/item/brick_stairs.json new file mode 100644 index 00000000..2a2318dc --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/brick_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/brick_stairs" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/brick_wall.json b/1.16.5/assets/minecraft/models/item/brick_wall.json new file mode 100644 index 00000000..52dcc04e --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/brick_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/brick_wall_inventory" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/bricks.json b/1.16.5/assets/minecraft/models/item/bricks.json new file mode 100644 index 00000000..dd257a86 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/bricks" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/broken_elytra.json b/1.16.5/assets/minecraft/models/item/broken_elytra.json new file mode 100644 index 00000000..ca77df44 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/broken_elytra.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/broken_elytra" + } +} diff --git a/1.16.5/assets/minecraft/models/item/brown_banner.json b/1.16.5/assets/minecraft/models/item/brown_banner.json new file mode 100644 index 00000000..661a106d --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/brown_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_banner" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/brown_bed.json b/1.16.5/assets/minecraft/models/item/brown_bed.json new file mode 100644 index 00000000..fd4abaa0 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/brown_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/template_bed", + "textures": { + "particle": "minecraft:block/brown_wool" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/brown_carpet.json b/1.16.5/assets/minecraft/models/item/brown_carpet.json new file mode 100644 index 00000000..144ce5ad --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/brown_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/brown_carpet" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/brown_concrete.json b/1.16.5/assets/minecraft/models/item/brown_concrete.json new file mode 100644 index 00000000..7aec153e --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/brown_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/brown_concrete" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/brown_concrete_powder.json b/1.16.5/assets/minecraft/models/item/brown_concrete_powder.json new file mode 100644 index 00000000..e228eaaa --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/brown_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/brown_concrete_powder" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/brown_dye.json b/1.16.5/assets/minecraft/models/item/brown_dye.json new file mode 100644 index 00000000..d9cb87fb --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/brown_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/brown_dye" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/brown_glazed_terracotta.json b/1.16.5/assets/minecraft/models/item/brown_glazed_terracotta.json new file mode 100644 index 00000000..8ed9bac4 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/brown_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/brown_glazed_terracotta" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/brown_mushroom.json b/1.16.5/assets/minecraft/models/item/brown_mushroom.json new file mode 100644 index 00000000..f1779d5c --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/brown_mushroom.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/brown_mushroom" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/brown_mushroom_block.json b/1.16.5/assets/minecraft/models/item/brown_mushroom_block.json new file mode 100644 index 00000000..c9d6b06e --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/brown_mushroom_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/brown_mushroom_block_inventory" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/brown_shulker_box.json b/1.16.5/assets/minecraft/models/item/brown_shulker_box.json new file mode 100644 index 00000000..c28ee18a --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/brown_shulker_box.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/template_shulker_box", + "textures": { + "particle": "minecraft:block/brown_shulker_box" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/brown_stained_glass.json b/1.16.5/assets/minecraft/models/item/brown_stained_glass.json new file mode 100644 index 00000000..a3aac572 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/brown_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/brown_stained_glass" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/brown_stained_glass_pane.json b/1.16.5/assets/minecraft/models/item/brown_stained_glass_pane.json new file mode 100644 index 00000000..0a40ae5f --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/brown_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/brown_stained_glass" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/brown_terracotta.json b/1.16.5/assets/minecraft/models/item/brown_terracotta.json new file mode 100644 index 00000000..17f524a7 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/brown_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/brown_terracotta" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/brown_wool.json b/1.16.5/assets/minecraft/models/item/brown_wool.json new file mode 100644 index 00000000..85520a1b --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/brown_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/brown_wool" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/bubble_coral.json b/1.16.5/assets/minecraft/models/item/bubble_coral.json new file mode 100644 index 00000000..8d8ea3f8 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/bubble_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/bubble_coral" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/bubble_coral_block.json b/1.16.5/assets/minecraft/models/item/bubble_coral_block.json new file mode 100644 index 00000000..05a1309f --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/bubble_coral_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/bubble_coral_block" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/bubble_coral_fan.json b/1.16.5/assets/minecraft/models/item/bubble_coral_fan.json new file mode 100644 index 00000000..40a14416 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/bubble_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/bubble_coral_fan" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/bucket.json b/1.16.5/assets/minecraft/models/item/bucket.json new file mode 100644 index 00000000..727318a4 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/bucket.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/bucket" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/cactus.json b/1.16.5/assets/minecraft/models/item/cactus.json new file mode 100644 index 00000000..d1413ecf --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/cactus.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/cactus" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/cake.json b/1.16.5/assets/minecraft/models/item/cake.json new file mode 100644 index 00000000..70a9bd0a --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/cake.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/cake" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/campfire.json b/1.16.5/assets/minecraft/models/item/campfire.json new file mode 100644 index 00000000..8042feb6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/campfire.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/campfire" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/carrot.json b/1.16.5/assets/minecraft/models/item/carrot.json new file mode 100644 index 00000000..3fe4125e --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/carrot.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/carrot" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/carrot_on_a_stick.json b/1.16.5/assets/minecraft/models/item/carrot_on_a_stick.json new file mode 100644 index 00000000..a768c1f2 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/carrot_on_a_stick.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld_rod", + "textures": { + "layer0": "minecraft:item/carrot_on_a_stick" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/cartography_table.json b/1.16.5/assets/minecraft/models/item/cartography_table.json new file mode 100644 index 00000000..b7fe4e47 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/cartography_table.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/cartography_table" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/carved_pumpkin.json b/1.16.5/assets/minecraft/models/item/carved_pumpkin.json new file mode 100644 index 00000000..54f009c0 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/carved_pumpkin.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/carved_pumpkin" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/cat_spawn_egg.json b/1.16.5/assets/minecraft/models/item/cat_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/cat_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/cauldron.json b/1.16.5/assets/minecraft/models/item/cauldron.json new file mode 100644 index 00000000..43b8a248 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/cauldron.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/cauldron" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/cave_spider_spawn_egg.json b/1.16.5/assets/minecraft/models/item/cave_spider_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/cave_spider_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/chain.json b/1.16.5/assets/minecraft/models/item/chain.json new file mode 100644 index 00000000..c6ed30bf --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/chain.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/chain" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/chain_command_block.json b/1.16.5/assets/minecraft/models/item/chain_command_block.json new file mode 100644 index 00000000..44af865a --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/chain_command_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/chain_command_block" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/chainmail_boots.json b/1.16.5/assets/minecraft/models/item/chainmail_boots.json new file mode 100644 index 00000000..35126d5e --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/chainmail_boots.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/chainmail_boots" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/chainmail_chestplate.json b/1.16.5/assets/minecraft/models/item/chainmail_chestplate.json new file mode 100644 index 00000000..3efbf410 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/chainmail_chestplate.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/chainmail_chestplate" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/chainmail_helmet.json b/1.16.5/assets/minecraft/models/item/chainmail_helmet.json new file mode 100644 index 00000000..e5bd2d42 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/chainmail_helmet.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/chainmail_helmet" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/chainmail_leggings.json b/1.16.5/assets/minecraft/models/item/chainmail_leggings.json new file mode 100644 index 00000000..22530cf9 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/chainmail_leggings.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/chainmail_leggings" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/charcoal.json b/1.16.5/assets/minecraft/models/item/charcoal.json new file mode 100644 index 00000000..d5022235 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/charcoal.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/charcoal" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/chest.json b/1.16.5/assets/minecraft/models/item/chest.json new file mode 100644 index 00000000..cdfd5488 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/chest.json @@ -0,0 +1,38 @@ +{ + "parent": "builtin/entity", + "textures": { + "particle": "block/oak_planks" + }, + "display": { + "gui": { + "rotation": [ 30, 45, 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 ] + }, + "head": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 1, 1, 1] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 0.5, 0.5, 0.5 ] + }, + "thirdperson_righthand": { + "rotation": [ 75, 315, 0 ], + "translation": [ 0, 2.5, 0], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 315, 0 ], + "translation": [ 0, 0, 0], + "scale": [ 0.4, 0.4, 0.4 ] + } + } +} diff --git a/1.16.5/assets/minecraft/models/item/chest_minecart.json b/1.16.5/assets/minecraft/models/item/chest_minecart.json new file mode 100644 index 00000000..bacac30e --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/chest_minecart.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/chest_minecart" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/chicken.json b/1.16.5/assets/minecraft/models/item/chicken.json new file mode 100644 index 00000000..661e00ac --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/chicken.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/chicken" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/chicken_spawn_egg.json b/1.16.5/assets/minecraft/models/item/chicken_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/chicken_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/chipped_anvil.json b/1.16.5/assets/minecraft/models/item/chipped_anvil.json new file mode 100644 index 00000000..46804e59 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/chipped_anvil.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/chipped_anvil" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/chiseled_nether_bricks.json b/1.16.5/assets/minecraft/models/item/chiseled_nether_bricks.json new file mode 100644 index 00000000..fb134fe3 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/chiseled_nether_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/chiseled_nether_bricks" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/chiseled_polished_blackstone.json b/1.16.5/assets/minecraft/models/item/chiseled_polished_blackstone.json new file mode 100644 index 00000000..a2615345 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/chiseled_polished_blackstone.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/chiseled_polished_blackstone" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/chiseled_quartz_block.json b/1.16.5/assets/minecraft/models/item/chiseled_quartz_block.json new file mode 100644 index 00000000..f8b20616 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/chiseled_quartz_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/chiseled_quartz_block" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/chiseled_red_sandstone.json b/1.16.5/assets/minecraft/models/item/chiseled_red_sandstone.json new file mode 100644 index 00000000..e3ded796 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/chiseled_red_sandstone.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/chiseled_red_sandstone" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/chiseled_sandstone.json b/1.16.5/assets/minecraft/models/item/chiseled_sandstone.json new file mode 100644 index 00000000..f6261725 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/chiseled_sandstone.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/chiseled_sandstone" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/chiseled_stone_bricks.json b/1.16.5/assets/minecraft/models/item/chiseled_stone_bricks.json new file mode 100644 index 00000000..ac7e5e66 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/chiseled_stone_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/chiseled_stone_bricks" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/chorus_flower.json b/1.16.5/assets/minecraft/models/item/chorus_flower.json new file mode 100644 index 00000000..dc807298 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/chorus_flower.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/chorus_flower" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/chorus_fruit.json b/1.16.5/assets/minecraft/models/item/chorus_fruit.json new file mode 100644 index 00000000..8c84c4f3 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/chorus_fruit.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/chorus_fruit" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/chorus_plant.json b/1.16.5/assets/minecraft/models/item/chorus_plant.json new file mode 100644 index 00000000..b0741a69 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/chorus_plant.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/chorus_plant" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/clay.json b/1.16.5/assets/minecraft/models/item/clay.json new file mode 100644 index 00000000..2510d78a --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/clay.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/clay" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/clay_ball.json b/1.16.5/assets/minecraft/models/item/clay_ball.json new file mode 100644 index 00000000..1cfb12b5 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/clay_ball.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clay_ball" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/clock.json b/1.16.5/assets/minecraft/models/item/clock.json new file mode 100644 index 00000000..407b8aa7 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/clock.json @@ -0,0 +1,73 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_00" + }, + "overrides": [ + { "predicate": { "time": 0.0000000 }, "model": "item/clock" }, + { "predicate": { "time": 0.0078125 }, "model": "item/clock_01" }, + { "predicate": { "time": 0.0234375 }, "model": "item/clock_02" }, + { "predicate": { "time": 0.0390625 }, "model": "item/clock_03" }, + { "predicate": { "time": 0.0546875 }, "model": "item/clock_04" }, + { "predicate": { "time": 0.0703125 }, "model": "item/clock_05" }, + { "predicate": { "time": 0.0859375 }, "model": "item/clock_06" }, + { "predicate": { "time": 0.1015625 }, "model": "item/clock_07" }, + { "predicate": { "time": 0.1171875 }, "model": "item/clock_08" }, + { "predicate": { "time": 0.1328125 }, "model": "item/clock_09" }, + { "predicate": { "time": 0.1484375 }, "model": "item/clock_10" }, + { "predicate": { "time": 0.1640625 }, "model": "item/clock_11" }, + { "predicate": { "time": 0.1796875 }, "model": "item/clock_12" }, + { "predicate": { "time": 0.1953125 }, "model": "item/clock_13" }, + { "predicate": { "time": 0.2109375 }, "model": "item/clock_14" }, + { "predicate": { "time": 0.2265625 }, "model": "item/clock_15" }, + { "predicate": { "time": 0.2421875 }, "model": "item/clock_16" }, + { "predicate": { "time": 0.2578125 }, "model": "item/clock_17" }, + { "predicate": { "time": 0.2734375 }, "model": "item/clock_18" }, + { "predicate": { "time": 0.2890625 }, "model": "item/clock_19" }, + { "predicate": { "time": 0.3046875 }, "model": "item/clock_20" }, + { "predicate": { "time": 0.3203125 }, "model": "item/clock_21" }, + { "predicate": { "time": 0.3359375 }, "model": "item/clock_22" }, + { "predicate": { "time": 0.3515625 }, "model": "item/clock_23" }, + { "predicate": { "time": 0.3671875 }, "model": "item/clock_24" }, + { "predicate": { "time": 0.3828125 }, "model": "item/clock_25" }, + { "predicate": { "time": 0.3984375 }, "model": "item/clock_26" }, + { "predicate": { "time": 0.4140625 }, "model": "item/clock_27" }, + { "predicate": { "time": 0.4296875 }, "model": "item/clock_28" }, + { "predicate": { "time": 0.4453125 }, "model": "item/clock_29" }, + { "predicate": { "time": 0.4609375 }, "model": "item/clock_30" }, + { "predicate": { "time": 0.4765625 }, "model": "item/clock_31" }, + { "predicate": { "time": 0.4921875 }, "model": "item/clock_32" }, + { "predicate": { "time": 0.5078125 }, "model": "item/clock_33" }, + { "predicate": { "time": 0.5234375 }, "model": "item/clock_34" }, + { "predicate": { "time": 0.5390625 }, "model": "item/clock_35" }, + { "predicate": { "time": 0.5546875 }, "model": "item/clock_36" }, + { "predicate": { "time": 0.5703125 }, "model": "item/clock_37" }, + { "predicate": { "time": 0.5859375 }, "model": "item/clock_38" }, + { "predicate": { "time": 0.6015625 }, "model": "item/clock_39" }, + { "predicate": { "time": 0.6171875 }, "model": "item/clock_40" }, + { "predicate": { "time": 0.6328125 }, "model": "item/clock_41" }, + { "predicate": { "time": 0.6484375 }, "model": "item/clock_42" }, + { "predicate": { "time": 0.6640625 }, "model": "item/clock_43" }, + { "predicate": { "time": 0.6796875 }, "model": "item/clock_44" }, + { "predicate": { "time": 0.6953125 }, "model": "item/clock_45" }, + { "predicate": { "time": 0.7109375 }, "model": "item/clock_46" }, + { "predicate": { "time": 0.7265625 }, "model": "item/clock_47" }, + { "predicate": { "time": 0.7421875 }, "model": "item/clock_48" }, + { "predicate": { "time": 0.7578125 }, "model": "item/clock_49" }, + { "predicate": { "time": 0.7734375 }, "model": "item/clock_50" }, + { "predicate": { "time": 0.7890625 }, "model": "item/clock_51" }, + { "predicate": { "time": 0.8046875 }, "model": "item/clock_52" }, + { "predicate": { "time": 0.8203125 }, "model": "item/clock_53" }, + { "predicate": { "time": 0.8359375 }, "model": "item/clock_54" }, + { "predicate": { "time": 0.8515625 }, "model": "item/clock_55" }, + { "predicate": { "time": 0.8671875 }, "model": "item/clock_56" }, + { "predicate": { "time": 0.8828125 }, "model": "item/clock_57" }, + { "predicate": { "time": 0.8984375 }, "model": "item/clock_58" }, + { "predicate": { "time": 0.9140625 }, "model": "item/clock_59" }, + { "predicate": { "time": 0.9296875 }, "model": "item/clock_60" }, + { "predicate": { "time": 0.9453125 }, "model": "item/clock_61" }, + { "predicate": { "time": 0.9609375 }, "model": "item/clock_62" }, + { "predicate": { "time": 0.9765625 }, "model": "item/clock_63" }, + { "predicate": { "time": 0.9921875 }, "model": "item/clock" } + ] +} diff --git a/1.16.5/assets/minecraft/models/item/clock_01.json b/1.16.5/assets/minecraft/models/item/clock_01.json new file mode 100644 index 00000000..fc6b6293 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/clock_01.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_01" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/clock_02.json b/1.16.5/assets/minecraft/models/item/clock_02.json new file mode 100644 index 00000000..329f07c4 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/clock_02.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_02" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/clock_03.json b/1.16.5/assets/minecraft/models/item/clock_03.json new file mode 100644 index 00000000..2f727967 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/clock_03.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_03" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/clock_04.json b/1.16.5/assets/minecraft/models/item/clock_04.json new file mode 100644 index 00000000..a29f6293 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/clock_04.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_04" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/clock_05.json b/1.16.5/assets/minecraft/models/item/clock_05.json new file mode 100644 index 00000000..c054a610 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/clock_05.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_05" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/clock_06.json b/1.16.5/assets/minecraft/models/item/clock_06.json new file mode 100644 index 00000000..45d346d6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/clock_06.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_06" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/clock_07.json b/1.16.5/assets/minecraft/models/item/clock_07.json new file mode 100644 index 00000000..6e218b17 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/clock_07.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_07" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/clock_08.json b/1.16.5/assets/minecraft/models/item/clock_08.json new file mode 100644 index 00000000..5bacb1d1 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/clock_08.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_08" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/clock_09.json b/1.16.5/assets/minecraft/models/item/clock_09.json new file mode 100644 index 00000000..af1b9d9e --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/clock_09.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_09" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/clock_10.json b/1.16.5/assets/minecraft/models/item/clock_10.json new file mode 100644 index 00000000..f4c66214 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/clock_10.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_10" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/clock_11.json b/1.16.5/assets/minecraft/models/item/clock_11.json new file mode 100644 index 00000000..9ddde2ec --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/clock_11.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_11" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/clock_12.json b/1.16.5/assets/minecraft/models/item/clock_12.json new file mode 100644 index 00000000..42cdfdde --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/clock_12.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_12" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/clock_13.json b/1.16.5/assets/minecraft/models/item/clock_13.json new file mode 100644 index 00000000..a81db14b --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/clock_13.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_13" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/clock_14.json b/1.16.5/assets/minecraft/models/item/clock_14.json new file mode 100644 index 00000000..5eb2e365 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/clock_14.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_14" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/clock_15.json b/1.16.5/assets/minecraft/models/item/clock_15.json new file mode 100644 index 00000000..34b71c53 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/clock_15.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_15" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/clock_16.json b/1.16.5/assets/minecraft/models/item/clock_16.json new file mode 100644 index 00000000..6ad0e2c4 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/clock_16.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_16" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/clock_17.json b/1.16.5/assets/minecraft/models/item/clock_17.json new file mode 100644 index 00000000..ce468808 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/clock_17.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_17" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/clock_18.json b/1.16.5/assets/minecraft/models/item/clock_18.json new file mode 100644 index 00000000..ecda55f2 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/clock_18.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_18" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/clock_19.json b/1.16.5/assets/minecraft/models/item/clock_19.json new file mode 100644 index 00000000..750bf76e --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/clock_19.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_19" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/clock_20.json b/1.16.5/assets/minecraft/models/item/clock_20.json new file mode 100644 index 00000000..aa1136d5 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/clock_20.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_20" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/clock_21.json b/1.16.5/assets/minecraft/models/item/clock_21.json new file mode 100644 index 00000000..aabcd130 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/clock_21.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_21" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/clock_22.json b/1.16.5/assets/minecraft/models/item/clock_22.json new file mode 100644 index 00000000..0c9cfe8e --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/clock_22.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_22" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/clock_23.json b/1.16.5/assets/minecraft/models/item/clock_23.json new file mode 100644 index 00000000..18752a4c --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/clock_23.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_23" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/clock_24.json b/1.16.5/assets/minecraft/models/item/clock_24.json new file mode 100644 index 00000000..7e875df9 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/clock_24.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_24" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/clock_25.json b/1.16.5/assets/minecraft/models/item/clock_25.json new file mode 100644 index 00000000..4c939e6a --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/clock_25.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_25" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/clock_26.json b/1.16.5/assets/minecraft/models/item/clock_26.json new file mode 100644 index 00000000..8039bdef --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/clock_26.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_26" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/clock_27.json b/1.16.5/assets/minecraft/models/item/clock_27.json new file mode 100644 index 00000000..76fd7d6e --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/clock_27.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_27" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/clock_28.json b/1.16.5/assets/minecraft/models/item/clock_28.json new file mode 100644 index 00000000..ef5c699b --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/clock_28.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_28" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/clock_29.json b/1.16.5/assets/minecraft/models/item/clock_29.json new file mode 100644 index 00000000..f95d697f --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/clock_29.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_29" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/clock_30.json b/1.16.5/assets/minecraft/models/item/clock_30.json new file mode 100644 index 00000000..328a5161 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/clock_30.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_30" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/clock_31.json b/1.16.5/assets/minecraft/models/item/clock_31.json new file mode 100644 index 00000000..28b91d10 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/clock_31.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_31" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/clock_32.json b/1.16.5/assets/minecraft/models/item/clock_32.json new file mode 100644 index 00000000..c6d18099 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/clock_32.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_32" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/clock_33.json b/1.16.5/assets/minecraft/models/item/clock_33.json new file mode 100644 index 00000000..c5a1932f --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/clock_33.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_33" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/clock_34.json b/1.16.5/assets/minecraft/models/item/clock_34.json new file mode 100644 index 00000000..584f10d3 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/clock_34.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_34" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/clock_35.json b/1.16.5/assets/minecraft/models/item/clock_35.json new file mode 100644 index 00000000..aad78040 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/clock_35.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_35" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/clock_36.json b/1.16.5/assets/minecraft/models/item/clock_36.json new file mode 100644 index 00000000..d1a8c92b --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/clock_36.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_36" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/clock_37.json b/1.16.5/assets/minecraft/models/item/clock_37.json new file mode 100644 index 00000000..ef30c823 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/clock_37.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_37" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/clock_38.json b/1.16.5/assets/minecraft/models/item/clock_38.json new file mode 100644 index 00000000..243825ac --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/clock_38.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_38" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/clock_39.json b/1.16.5/assets/minecraft/models/item/clock_39.json new file mode 100644 index 00000000..59de1c0a --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/clock_39.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_39" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/clock_40.json b/1.16.5/assets/minecraft/models/item/clock_40.json new file mode 100644 index 00000000..1c629d8f --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/clock_40.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_40" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/clock_41.json b/1.16.5/assets/minecraft/models/item/clock_41.json new file mode 100644 index 00000000..646d162e --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/clock_41.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_41" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/clock_42.json b/1.16.5/assets/minecraft/models/item/clock_42.json new file mode 100644 index 00000000..8f3f38d1 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/clock_42.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_42" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/clock_43.json b/1.16.5/assets/minecraft/models/item/clock_43.json new file mode 100644 index 00000000..4930ee49 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/clock_43.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_43" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/clock_44.json b/1.16.5/assets/minecraft/models/item/clock_44.json new file mode 100644 index 00000000..e98964da --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/clock_44.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_44" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/clock_45.json b/1.16.5/assets/minecraft/models/item/clock_45.json new file mode 100644 index 00000000..dd8a50ea --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/clock_45.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_45" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/clock_46.json b/1.16.5/assets/minecraft/models/item/clock_46.json new file mode 100644 index 00000000..7bc0f9be --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/clock_46.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_46" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/clock_47.json b/1.16.5/assets/minecraft/models/item/clock_47.json new file mode 100644 index 00000000..97835fac --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/clock_47.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_47" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/clock_48.json b/1.16.5/assets/minecraft/models/item/clock_48.json new file mode 100644 index 00000000..61740813 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/clock_48.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_48" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/clock_49.json b/1.16.5/assets/minecraft/models/item/clock_49.json new file mode 100644 index 00000000..3c6067e6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/clock_49.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_49" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/clock_50.json b/1.16.5/assets/minecraft/models/item/clock_50.json new file mode 100644 index 00000000..3e30e1d8 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/clock_50.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_50" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/clock_51.json b/1.16.5/assets/minecraft/models/item/clock_51.json new file mode 100644 index 00000000..45af5151 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/clock_51.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_51" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/clock_52.json b/1.16.5/assets/minecraft/models/item/clock_52.json new file mode 100644 index 00000000..9a28ead0 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/clock_52.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_52" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/clock_53.json b/1.16.5/assets/minecraft/models/item/clock_53.json new file mode 100644 index 00000000..85176573 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/clock_53.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_53" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/clock_54.json b/1.16.5/assets/minecraft/models/item/clock_54.json new file mode 100644 index 00000000..096b67a5 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/clock_54.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_54" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/clock_55.json b/1.16.5/assets/minecraft/models/item/clock_55.json new file mode 100644 index 00000000..730b22c0 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/clock_55.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_55" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/clock_56.json b/1.16.5/assets/minecraft/models/item/clock_56.json new file mode 100644 index 00000000..ad087180 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/clock_56.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_56" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/clock_57.json b/1.16.5/assets/minecraft/models/item/clock_57.json new file mode 100644 index 00000000..47711b17 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/clock_57.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_57" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/clock_58.json b/1.16.5/assets/minecraft/models/item/clock_58.json new file mode 100644 index 00000000..420370ea --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/clock_58.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_58" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/clock_59.json b/1.16.5/assets/minecraft/models/item/clock_59.json new file mode 100644 index 00000000..d8ca2ed3 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/clock_59.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_59" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/clock_60.json b/1.16.5/assets/minecraft/models/item/clock_60.json new file mode 100644 index 00000000..2b50d056 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/clock_60.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_60" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/clock_61.json b/1.16.5/assets/minecraft/models/item/clock_61.json new file mode 100644 index 00000000..c0cba965 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/clock_61.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_61" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/clock_62.json b/1.16.5/assets/minecraft/models/item/clock_62.json new file mode 100644 index 00000000..cb92524b --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/clock_62.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_62" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/clock_63.json b/1.16.5/assets/minecraft/models/item/clock_63.json new file mode 100644 index 00000000..db6691c9 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/clock_63.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_63" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/coal.json b/1.16.5/assets/minecraft/models/item/coal.json new file mode 100644 index 00000000..551d462e --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/coal.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/coal" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/coal_block.json b/1.16.5/assets/minecraft/models/item/coal_block.json new file mode 100644 index 00000000..ee242673 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/coal_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/coal_block" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/coal_ore.json b/1.16.5/assets/minecraft/models/item/coal_ore.json new file mode 100644 index 00000000..d6971d35 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/coal_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/coal_ore" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/coarse_dirt.json b/1.16.5/assets/minecraft/models/item/coarse_dirt.json new file mode 100644 index 00000000..797b7cc7 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/coarse_dirt.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/coarse_dirt" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/cobblestone.json b/1.16.5/assets/minecraft/models/item/cobblestone.json new file mode 100644 index 00000000..35e828df --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/cobblestone.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/cobblestone" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/cobblestone_slab.json b/1.16.5/assets/minecraft/models/item/cobblestone_slab.json new file mode 100644 index 00000000..701123f0 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/cobblestone_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/cobblestone_slab" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/cobblestone_stairs.json b/1.16.5/assets/minecraft/models/item/cobblestone_stairs.json new file mode 100644 index 00000000..48910bcc --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/cobblestone_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/cobblestone_stairs" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/cobblestone_wall.json b/1.16.5/assets/minecraft/models/item/cobblestone_wall.json new file mode 100644 index 00000000..5c603a85 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/cobblestone_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/cobblestone_wall_inventory" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/cobweb.json b/1.16.5/assets/minecraft/models/item/cobweb.json new file mode 100644 index 00000000..64ebc0bd --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/cobweb.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/cobweb" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/cocoa_beans.json b/1.16.5/assets/minecraft/models/item/cocoa_beans.json new file mode 100644 index 00000000..cb83b5d4 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/cocoa_beans.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/cocoa_beans" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/cod.json b/1.16.5/assets/minecraft/models/item/cod.json new file mode 100644 index 00000000..a36ba0c8 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/cod.json @@ -0,0 +1,13 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/cod" + }, + "display": { + "head": { + "rotation": [ 0, 90, -60 ], + "translation": [ -7, -4, -7], + "scale":[ 0.8, 0.8, 0.8] + } + } +} diff --git a/1.16.5/assets/minecraft/models/item/cod_bucket.json b/1.16.5/assets/minecraft/models/item/cod_bucket.json new file mode 100644 index 00000000..35c4ca0f --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/cod_bucket.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/cod_bucket" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/cod_spawn_egg.json b/1.16.5/assets/minecraft/models/item/cod_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/cod_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/command_block.json b/1.16.5/assets/minecraft/models/item/command_block.json new file mode 100644 index 00000000..43605276 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/command_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/command_block" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/command_block_minecart.json b/1.16.5/assets/minecraft/models/item/command_block_minecart.json new file mode 100644 index 00000000..7a3cf69b --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/command_block_minecart.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/command_block_minecart" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/comparator.json b/1.16.5/assets/minecraft/models/item/comparator.json new file mode 100644 index 00000000..6aa4fbe2 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/comparator.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/comparator" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/compass.json b/1.16.5/assets/minecraft/models/item/compass.json new file mode 100644 index 00000000..ec66bb16 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/compass.json @@ -0,0 +1,41 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_16" + }, + "overrides": [ + { "predicate": { "angle": 0.000000 }, "model": "item/compass" }, + { "predicate": { "angle": 0.015625 }, "model": "item/compass_17" }, + { "predicate": { "angle": 0.046875 }, "model": "item/compass_18" }, + { "predicate": { "angle": 0.078125 }, "model": "item/compass_19" }, + { "predicate": { "angle": 0.109375 }, "model": "item/compass_20" }, + { "predicate": { "angle": 0.140625 }, "model": "item/compass_21" }, + { "predicate": { "angle": 0.171875 }, "model": "item/compass_22" }, + { "predicate": { "angle": 0.203125 }, "model": "item/compass_23" }, + { "predicate": { "angle": 0.234375 }, "model": "item/compass_24" }, + { "predicate": { "angle": 0.265625 }, "model": "item/compass_25" }, + { "predicate": { "angle": 0.296875 }, "model": "item/compass_26" }, + { "predicate": { "angle": 0.328125 }, "model": "item/compass_27" }, + { "predicate": { "angle": 0.359375 }, "model": "item/compass_28" }, + { "predicate": { "angle": 0.390625 }, "model": "item/compass_29" }, + { "predicate": { "angle": 0.421875 }, "model": "item/compass_30" }, + { "predicate": { "angle": 0.453125 }, "model": "item/compass_31" }, + { "predicate": { "angle": 0.484375 }, "model": "item/compass_00" }, + { "predicate": { "angle": 0.515625 }, "model": "item/compass_01" }, + { "predicate": { "angle": 0.546875 }, "model": "item/compass_02" }, + { "predicate": { "angle": 0.578125 }, "model": "item/compass_03" }, + { "predicate": { "angle": 0.609375 }, "model": "item/compass_04" }, + { "predicate": { "angle": 0.640625 }, "model": "item/compass_05" }, + { "predicate": { "angle": 0.671875 }, "model": "item/compass_06" }, + { "predicate": { "angle": 0.703125 }, "model": "item/compass_07" }, + { "predicate": { "angle": 0.734375 }, "model": "item/compass_08" }, + { "predicate": { "angle": 0.765625 }, "model": "item/compass_09" }, + { "predicate": { "angle": 0.796875 }, "model": "item/compass_10" }, + { "predicate": { "angle": 0.828125 }, "model": "item/compass_11" }, + { "predicate": { "angle": 0.859375 }, "model": "item/compass_12" }, + { "predicate": { "angle": 0.890625 }, "model": "item/compass_13" }, + { "predicate": { "angle": 0.921875 }, "model": "item/compass_14" }, + { "predicate": { "angle": 0.953125 }, "model": "item/compass_15" }, + { "predicate": { "angle": 0.984375 }, "model": "item/compass" } + ] +} diff --git a/1.16.5/assets/minecraft/models/item/compass_00.json b/1.16.5/assets/minecraft/models/item/compass_00.json new file mode 100644 index 00000000..dc856843 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/compass_00.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/compass_00" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/compass_01.json b/1.16.5/assets/minecraft/models/item/compass_01.json new file mode 100644 index 00000000..75d4178d --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/compass_01.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/compass_01" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/compass_02.json b/1.16.5/assets/minecraft/models/item/compass_02.json new file mode 100644 index 00000000..b91b4ba8 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/compass_02.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/compass_02" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/compass_03.json b/1.16.5/assets/minecraft/models/item/compass_03.json new file mode 100644 index 00000000..10bf34a6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/compass_03.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/compass_03" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/compass_04.json b/1.16.5/assets/minecraft/models/item/compass_04.json new file mode 100644 index 00000000..cf2e7eb7 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/compass_04.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/compass_04" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/compass_05.json b/1.16.5/assets/minecraft/models/item/compass_05.json new file mode 100644 index 00000000..e78ede9c --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/compass_05.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/compass_05" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/compass_06.json b/1.16.5/assets/minecraft/models/item/compass_06.json new file mode 100644 index 00000000..3679f229 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/compass_06.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/compass_06" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/compass_07.json b/1.16.5/assets/minecraft/models/item/compass_07.json new file mode 100644 index 00000000..37c1d310 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/compass_07.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/compass_07" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/compass_08.json b/1.16.5/assets/minecraft/models/item/compass_08.json new file mode 100644 index 00000000..706d7fb8 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/compass_08.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/compass_08" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/compass_09.json b/1.16.5/assets/minecraft/models/item/compass_09.json new file mode 100644 index 00000000..1a0dd1a3 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/compass_09.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/compass_09" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/compass_10.json b/1.16.5/assets/minecraft/models/item/compass_10.json new file mode 100644 index 00000000..965ec560 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/compass_10.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/compass_10" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/compass_11.json b/1.16.5/assets/minecraft/models/item/compass_11.json new file mode 100644 index 00000000..dde2e559 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/compass_11.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/compass_11" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/compass_12.json b/1.16.5/assets/minecraft/models/item/compass_12.json new file mode 100644 index 00000000..ffe3aa7d --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/compass_12.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/compass_12" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/compass_13.json b/1.16.5/assets/minecraft/models/item/compass_13.json new file mode 100644 index 00000000..985d2d38 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/compass_13.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/compass_13" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/compass_14.json b/1.16.5/assets/minecraft/models/item/compass_14.json new file mode 100644 index 00000000..27fc108b --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/compass_14.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/compass_14" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/compass_15.json b/1.16.5/assets/minecraft/models/item/compass_15.json new file mode 100644 index 00000000..0b72926e --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/compass_15.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/compass_15" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/compass_17.json b/1.16.5/assets/minecraft/models/item/compass_17.json new file mode 100644 index 00000000..ddcb506f --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/compass_17.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/compass_17" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/compass_18.json b/1.16.5/assets/minecraft/models/item/compass_18.json new file mode 100644 index 00000000..5f47bcdb --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/compass_18.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/compass_18" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/compass_19.json b/1.16.5/assets/minecraft/models/item/compass_19.json new file mode 100644 index 00000000..25689471 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/compass_19.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/compass_19" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/compass_20.json b/1.16.5/assets/minecraft/models/item/compass_20.json new file mode 100644 index 00000000..26b95b33 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/compass_20.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/compass_20" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/compass_21.json b/1.16.5/assets/minecraft/models/item/compass_21.json new file mode 100644 index 00000000..0948b81a --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/compass_21.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/compass_21" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/compass_22.json b/1.16.5/assets/minecraft/models/item/compass_22.json new file mode 100644 index 00000000..a594efd2 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/compass_22.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/compass_22" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/compass_23.json b/1.16.5/assets/minecraft/models/item/compass_23.json new file mode 100644 index 00000000..8e7b9c00 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/compass_23.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/compass_23" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/compass_24.json b/1.16.5/assets/minecraft/models/item/compass_24.json new file mode 100644 index 00000000..b9bba903 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/compass_24.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/compass_24" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/compass_25.json b/1.16.5/assets/minecraft/models/item/compass_25.json new file mode 100644 index 00000000..b896c210 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/compass_25.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/compass_25" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/compass_26.json b/1.16.5/assets/minecraft/models/item/compass_26.json new file mode 100644 index 00000000..8c6c7aac --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/compass_26.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/compass_26" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/compass_27.json b/1.16.5/assets/minecraft/models/item/compass_27.json new file mode 100644 index 00000000..f5e26c56 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/compass_27.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/compass_27" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/compass_28.json b/1.16.5/assets/minecraft/models/item/compass_28.json new file mode 100644 index 00000000..7a766cfd --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/compass_28.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/compass_28" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/compass_29.json b/1.16.5/assets/minecraft/models/item/compass_29.json new file mode 100644 index 00000000..990c9054 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/compass_29.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/compass_29" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/compass_30.json b/1.16.5/assets/minecraft/models/item/compass_30.json new file mode 100644 index 00000000..725443ad --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/compass_30.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/compass_30" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/compass_31.json b/1.16.5/assets/minecraft/models/item/compass_31.json new file mode 100644 index 00000000..bbbd539f --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/compass_31.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/compass_31" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/composter.json b/1.16.5/assets/minecraft/models/item/composter.json new file mode 100644 index 00000000..a8a9be3b --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/composter.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/composter" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/conduit.json b/1.16.5/assets/minecraft/models/item/conduit.json new file mode 100644 index 00000000..f5785cdf --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/conduit.json @@ -0,0 +1,38 @@ +{ + "parent": "builtin/entity", + "textures": { + "particle": "block/conduit" + }, + "display": { + "gui": { + "rotation": [ 30, 45, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 1.0, 1.0, 1.0 ] + }, + "ground": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 3, 0], + "scale":[ 0.5, 0.5, 0.5 ] + }, + "head": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 1, 1, 1] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 1, 1, 1 ] + }, + "thirdperson_righthand": { + "rotation": [ 75, 315, 0 ], + "translation": [ 0, 2.5, 0], + "scale": [ 0.5, 0.5, 0.5 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 315, 0 ], + "translation": [ 0, 0, 0], + "scale": [ 0.8, 0.8, 0.8 ] + } + } +} diff --git a/1.16.5/assets/minecraft/models/item/cooked_beef.json b/1.16.5/assets/minecraft/models/item/cooked_beef.json new file mode 100644 index 00000000..2360514a --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/cooked_beef.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/cooked_beef" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/cooked_chicken.json b/1.16.5/assets/minecraft/models/item/cooked_chicken.json new file mode 100644 index 00000000..6608b49c --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/cooked_chicken.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/cooked_chicken" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/cooked_cod.json b/1.16.5/assets/minecraft/models/item/cooked_cod.json new file mode 100644 index 00000000..ed4d2392 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/cooked_cod.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/cooked_cod" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/cooked_mutton.json b/1.16.5/assets/minecraft/models/item/cooked_mutton.json new file mode 100644 index 00000000..41455e0e --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/cooked_mutton.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/cooked_mutton" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/cooked_porkchop.json b/1.16.5/assets/minecraft/models/item/cooked_porkchop.json new file mode 100644 index 00000000..85a6bb4f --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/cooked_porkchop.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/cooked_porkchop" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/cooked_rabbit.json b/1.16.5/assets/minecraft/models/item/cooked_rabbit.json new file mode 100644 index 00000000..7217b8a8 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/cooked_rabbit.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/cooked_rabbit" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/cooked_salmon.json b/1.16.5/assets/minecraft/models/item/cooked_salmon.json new file mode 100644 index 00000000..d4be30a7 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/cooked_salmon.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/cooked_salmon" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/cookie.json b/1.16.5/assets/minecraft/models/item/cookie.json new file mode 100644 index 00000000..c1addfd8 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/cookie.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/cookie" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/cornflower.json b/1.16.5/assets/minecraft/models/item/cornflower.json new file mode 100644 index 00000000..ca317c8b --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/cornflower.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/cornflower" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/cow_spawn_egg.json b/1.16.5/assets/minecraft/models/item/cow_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/cow_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/cracked_nether_bricks.json b/1.16.5/assets/minecraft/models/item/cracked_nether_bricks.json new file mode 100644 index 00000000..09da8a18 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/cracked_nether_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/cracked_nether_bricks" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/cracked_polished_blackstone_bricks.json b/1.16.5/assets/minecraft/models/item/cracked_polished_blackstone_bricks.json new file mode 100644 index 00000000..87b9f26e --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/cracked_polished_blackstone_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/cracked_polished_blackstone_bricks" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/cracked_stone_bricks.json b/1.16.5/assets/minecraft/models/item/cracked_stone_bricks.json new file mode 100644 index 00000000..46802074 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/cracked_stone_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/cracked_stone_bricks" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/crafting_table.json b/1.16.5/assets/minecraft/models/item/crafting_table.json new file mode 100644 index 00000000..323e84b6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/crafting_table.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/crafting_table" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/creeper_banner_pattern.json b/1.16.5/assets/minecraft/models/item/creeper_banner_pattern.json new file mode 100644 index 00000000..d626b731 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/creeper_banner_pattern.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/creeper_banner_pattern" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/creeper_head.json b/1.16.5/assets/minecraft/models/item/creeper_head.json new file mode 100644 index 00000000..364b6e65 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/creeper_head.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_skull" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/creeper_spawn_egg.json b/1.16.5/assets/minecraft/models/item/creeper_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/creeper_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/crimson_button.json b/1.16.5/assets/minecraft/models/item/crimson_button.json new file mode 100644 index 00000000..f58c71fc --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/crimson_button.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/crimson_button_inventory" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/crimson_door.json b/1.16.5/assets/minecraft/models/item/crimson_door.json new file mode 100644 index 00000000..ef94c1cc --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/crimson_door.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/crimson_door" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/crimson_fence.json b/1.16.5/assets/minecraft/models/item/crimson_fence.json new file mode 100644 index 00000000..3bdd71d1 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/crimson_fence.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/crimson_fence_inventory" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/crimson_fence_gate.json b/1.16.5/assets/minecraft/models/item/crimson_fence_gate.json new file mode 100644 index 00000000..36ef1c8c --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/crimson_fence_gate.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/crimson_fence_gate" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/crimson_fungus.json b/1.16.5/assets/minecraft/models/item/crimson_fungus.json new file mode 100644 index 00000000..6fdfd2fa --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/crimson_fungus.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/crimson_fungus" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/crimson_hyphae.json b/1.16.5/assets/minecraft/models/item/crimson_hyphae.json new file mode 100644 index 00000000..6efe4610 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/crimson_hyphae.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/crimson_hyphae" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/crimson_nylium.json b/1.16.5/assets/minecraft/models/item/crimson_nylium.json new file mode 100644 index 00000000..74f93924 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/crimson_nylium.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/crimson_nylium" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/crimson_planks.json b/1.16.5/assets/minecraft/models/item/crimson_planks.json new file mode 100644 index 00000000..759128e1 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/crimson_planks.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/crimson_planks" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/crimson_pressure_plate.json b/1.16.5/assets/minecraft/models/item/crimson_pressure_plate.json new file mode 100644 index 00000000..436b0ba9 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/crimson_pressure_plate.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/crimson_pressure_plate" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/crimson_roots.json b/1.16.5/assets/minecraft/models/item/crimson_roots.json new file mode 100644 index 00000000..19ea0092 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/crimson_roots.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/crimson_roots" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/crimson_sign.json b/1.16.5/assets/minecraft/models/item/crimson_sign.json new file mode 100644 index 00000000..3d2a86b7 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/crimson_sign.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/crimson_sign" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/crimson_slab.json b/1.16.5/assets/minecraft/models/item/crimson_slab.json new file mode 100644 index 00000000..63ad2927 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/crimson_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/crimson_slab" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/crimson_stairs.json b/1.16.5/assets/minecraft/models/item/crimson_stairs.json new file mode 100644 index 00000000..9cefb2d2 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/crimson_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/crimson_stairs" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/crimson_stem.json b/1.16.5/assets/minecraft/models/item/crimson_stem.json new file mode 100644 index 00000000..56d2001d --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/crimson_stem.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/crimson_stem" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/crimson_trapdoor.json b/1.16.5/assets/minecraft/models/item/crimson_trapdoor.json new file mode 100644 index 00000000..b1cba031 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/crimson_trapdoor.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/crimson_trapdoor_bottom" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/crossbow.json b/1.16.5/assets/minecraft/models/item/crossbow.json new file mode 100644 index 00000000..0cddcac4 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/crossbow.json @@ -0,0 +1,63 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/crossbow_standby" + }, + "display": { + "thirdperson_righthand": { + "rotation": [ -90, 0, -60 ], + "translation": [ 2, 0.1, -3 ], + "scale": [ 0.9, 0.9, 0.9 ] + }, + "thirdperson_lefthand": { + "rotation": [ -90, 0, 30 ], + "translation": [ 2, 0.1, -3 ], + "scale": [ 0.9, 0.9, 0.9 ] + }, + "firstperson_righthand": { + "rotation": [ -90, 0, -55 ], + "translation": [ 1.13, 3.2, 1.13], + "scale": [ 0.68, 0.68, 0.68 ] + }, + "firstperson_lefthand": { + "rotation": [ -90, 0, 35 ], + "translation": [ 1.13, 3.2, 1.13], + "scale": [ 0.68, 0.68, 0.68 ] + } + }, + "overrides": [ + { + "predicate": { + "pulling": 1 + }, + "model": "item/crossbow_pulling_0" + }, + { + "predicate": { + "pulling": 1, + "pull": 0.58 + }, + "model": "item/crossbow_pulling_1" + }, + { + "predicate": { + "pulling": 1, + "pull": 1.0 + }, + "model": "item/crossbow_pulling_2" + }, + { + "predicate": { + "charged": 1 + }, + "model": "item/crossbow_arrow" + }, + { + "predicate": { + "charged": 1, + "firework": 1 + }, + "model": "item/crossbow_firework" + } + ] +} diff --git a/1.16.5/assets/minecraft/models/item/crossbow_arrow.json b/1.16.5/assets/minecraft/models/item/crossbow_arrow.json new file mode 100644 index 00000000..bc3e3543 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/crossbow_arrow.json @@ -0,0 +1,6 @@ +{ + "parent": "item/crossbow", + "textures": { + "layer0": "item/crossbow_arrow" + } +} diff --git a/1.16.5/assets/minecraft/models/item/crossbow_firework.json b/1.16.5/assets/minecraft/models/item/crossbow_firework.json new file mode 100644 index 00000000..1ebe175a --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/crossbow_firework.json @@ -0,0 +1,6 @@ +{ + "parent": "item/crossbow", + "textures": { + "layer0": "item/crossbow_firework" + } +} diff --git a/1.16.5/assets/minecraft/models/item/crossbow_pulling_0.json b/1.16.5/assets/minecraft/models/item/crossbow_pulling_0.json new file mode 100644 index 00000000..afd73b86 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/crossbow_pulling_0.json @@ -0,0 +1,6 @@ +{ + "parent": "item/crossbow", + "textures": { + "layer0": "item/crossbow_pulling_0" + } +} diff --git a/1.16.5/assets/minecraft/models/item/crossbow_pulling_1.json b/1.16.5/assets/minecraft/models/item/crossbow_pulling_1.json new file mode 100644 index 00000000..1c48a748 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/crossbow_pulling_1.json @@ -0,0 +1,6 @@ +{ + "parent": "item/crossbow", + "textures": { + "layer0": "item/crossbow_pulling_1" + } +} diff --git a/1.16.5/assets/minecraft/models/item/crossbow_pulling_2.json b/1.16.5/assets/minecraft/models/item/crossbow_pulling_2.json new file mode 100644 index 00000000..3c2df500 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/crossbow_pulling_2.json @@ -0,0 +1,6 @@ +{ + "parent": "item/crossbow", + "textures": { + "layer0": "item/crossbow_pulling_2" + } +} diff --git a/1.16.5/assets/minecraft/models/item/crying_obsidian.json b/1.16.5/assets/minecraft/models/item/crying_obsidian.json new file mode 100644 index 00000000..0d94bfb8 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/crying_obsidian.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/crying_obsidian" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/cut_red_sandstone.json b/1.16.5/assets/minecraft/models/item/cut_red_sandstone.json new file mode 100644 index 00000000..665df158 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/cut_red_sandstone.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/cut_red_sandstone" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/cut_red_sandstone_slab.json b/1.16.5/assets/minecraft/models/item/cut_red_sandstone_slab.json new file mode 100644 index 00000000..7767595c --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/cut_red_sandstone_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/cut_red_sandstone_slab" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/cut_sandstone.json b/1.16.5/assets/minecraft/models/item/cut_sandstone.json new file mode 100644 index 00000000..865262dc --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/cut_sandstone.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/cut_sandstone" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/cut_sandstone_slab.json b/1.16.5/assets/minecraft/models/item/cut_sandstone_slab.json new file mode 100644 index 00000000..cccc0035 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/cut_sandstone_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/cut_sandstone_slab" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/cyan_banner.json b/1.16.5/assets/minecraft/models/item/cyan_banner.json new file mode 100644 index 00000000..661a106d --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/cyan_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_banner" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/cyan_bed.json b/1.16.5/assets/minecraft/models/item/cyan_bed.json new file mode 100644 index 00000000..046fa811 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/cyan_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/template_bed", + "textures": { + "particle": "minecraft:block/cyan_wool" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/cyan_carpet.json b/1.16.5/assets/minecraft/models/item/cyan_carpet.json new file mode 100644 index 00000000..f67e7062 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/cyan_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/cyan_carpet" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/cyan_concrete.json b/1.16.5/assets/minecraft/models/item/cyan_concrete.json new file mode 100644 index 00000000..210de101 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/cyan_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/cyan_concrete" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/cyan_concrete_powder.json b/1.16.5/assets/minecraft/models/item/cyan_concrete_powder.json new file mode 100644 index 00000000..8fe4c546 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/cyan_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/cyan_concrete_powder" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/cyan_dye.json b/1.16.5/assets/minecraft/models/item/cyan_dye.json new file mode 100644 index 00000000..634aa6ec --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/cyan_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/cyan_dye" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/cyan_glazed_terracotta.json b/1.16.5/assets/minecraft/models/item/cyan_glazed_terracotta.json new file mode 100644 index 00000000..c98c2ac8 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/cyan_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/cyan_glazed_terracotta" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/cyan_shulker_box.json b/1.16.5/assets/minecraft/models/item/cyan_shulker_box.json new file mode 100644 index 00000000..e06a479c --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/cyan_shulker_box.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/template_shulker_box", + "textures": { + "particle": "minecraft:block/cyan_shulker_box" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/cyan_stained_glass.json b/1.16.5/assets/minecraft/models/item/cyan_stained_glass.json new file mode 100644 index 00000000..8cdd4b93 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/cyan_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/cyan_stained_glass" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/cyan_stained_glass_pane.json b/1.16.5/assets/minecraft/models/item/cyan_stained_glass_pane.json new file mode 100644 index 00000000..61db9a4d --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/cyan_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/cyan_stained_glass" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/cyan_terracotta.json b/1.16.5/assets/minecraft/models/item/cyan_terracotta.json new file mode 100644 index 00000000..4053734c --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/cyan_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/cyan_terracotta" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/cyan_wool.json b/1.16.5/assets/minecraft/models/item/cyan_wool.json new file mode 100644 index 00000000..30c92e7a --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/cyan_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/cyan_wool" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/damaged_anvil.json b/1.16.5/assets/minecraft/models/item/damaged_anvil.json new file mode 100644 index 00000000..657cbd68 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/damaged_anvil.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/damaged_anvil" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/dandelion.json b/1.16.5/assets/minecraft/models/item/dandelion.json new file mode 100644 index 00000000..1628250e --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/dandelion.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/dandelion" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/dark_oak_boat.json b/1.16.5/assets/minecraft/models/item/dark_oak_boat.json new file mode 100644 index 00000000..66ced796 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/dark_oak_boat.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/dark_oak_boat" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/dark_oak_button.json b/1.16.5/assets/minecraft/models/item/dark_oak_button.json new file mode 100644 index 00000000..f2ff59ba --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/dark_oak_button.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/dark_oak_button_inventory" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/dark_oak_door.json b/1.16.5/assets/minecraft/models/item/dark_oak_door.json new file mode 100644 index 00000000..89ad212f --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/dark_oak_door.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/dark_oak_door" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/dark_oak_fence.json b/1.16.5/assets/minecraft/models/item/dark_oak_fence.json new file mode 100644 index 00000000..c624d9c9 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/dark_oak_fence.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/dark_oak_fence_inventory" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/dark_oak_fence_gate.json b/1.16.5/assets/minecraft/models/item/dark_oak_fence_gate.json new file mode 100644 index 00000000..25cbe805 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/dark_oak_fence_gate.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/dark_oak_fence_gate" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/dark_oak_leaves.json b/1.16.5/assets/minecraft/models/item/dark_oak_leaves.json new file mode 100644 index 00000000..395882a7 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/dark_oak_leaves.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/dark_oak_leaves" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/dark_oak_log.json b/1.16.5/assets/minecraft/models/item/dark_oak_log.json new file mode 100644 index 00000000..6304aefb --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/dark_oak_log.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/dark_oak_log" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/dark_oak_planks.json b/1.16.5/assets/minecraft/models/item/dark_oak_planks.json new file mode 100644 index 00000000..a3adda1d --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/dark_oak_planks.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/dark_oak_planks" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/dark_oak_pressure_plate.json b/1.16.5/assets/minecraft/models/item/dark_oak_pressure_plate.json new file mode 100644 index 00000000..7cd16b9d --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/dark_oak_pressure_plate.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/dark_oak_pressure_plate" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/dark_oak_sapling.json b/1.16.5/assets/minecraft/models/item/dark_oak_sapling.json new file mode 100644 index 00000000..1a02b324 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/dark_oak_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/dark_oak_sapling" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/dark_oak_sign.json b/1.16.5/assets/minecraft/models/item/dark_oak_sign.json new file mode 100644 index 00000000..962a237a --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/dark_oak_sign.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/dark_oak_sign" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/dark_oak_slab.json b/1.16.5/assets/minecraft/models/item/dark_oak_slab.json new file mode 100644 index 00000000..c66e4e43 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/dark_oak_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/dark_oak_slab" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/dark_oak_stairs.json b/1.16.5/assets/minecraft/models/item/dark_oak_stairs.json new file mode 100644 index 00000000..1d7b821b --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/dark_oak_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/dark_oak_stairs" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/dark_oak_trapdoor.json b/1.16.5/assets/minecraft/models/item/dark_oak_trapdoor.json new file mode 100644 index 00000000..a91f3c8f --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/dark_oak_trapdoor.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/dark_oak_trapdoor_bottom" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/dark_oak_wood.json b/1.16.5/assets/minecraft/models/item/dark_oak_wood.json new file mode 100644 index 00000000..3a285ba3 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/dark_oak_wood.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/dark_oak_wood" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/dark_prismarine.json b/1.16.5/assets/minecraft/models/item/dark_prismarine.json new file mode 100644 index 00000000..461468df --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/dark_prismarine.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/dark_prismarine" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/dark_prismarine_slab.json b/1.16.5/assets/minecraft/models/item/dark_prismarine_slab.json new file mode 100644 index 00000000..a9605d9f --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/dark_prismarine_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/dark_prismarine_slab" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/dark_prismarine_stairs.json b/1.16.5/assets/minecraft/models/item/dark_prismarine_stairs.json new file mode 100644 index 00000000..2a11dead --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/dark_prismarine_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/dark_prismarine_stairs" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/daylight_detector.json b/1.16.5/assets/minecraft/models/item/daylight_detector.json new file mode 100644 index 00000000..f52d6d9a --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/daylight_detector.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/daylight_detector" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/dead_brain_coral.json b/1.16.5/assets/minecraft/models/item/dead_brain_coral.json new file mode 100644 index 00000000..8e243912 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/dead_brain_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/dead_brain_coral" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/dead_brain_coral_block.json b/1.16.5/assets/minecraft/models/item/dead_brain_coral_block.json new file mode 100644 index 00000000..3134d2b7 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/dead_brain_coral_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/dead_brain_coral_block" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/dead_brain_coral_fan.json b/1.16.5/assets/minecraft/models/item/dead_brain_coral_fan.json new file mode 100644 index 00000000..a6488a83 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/dead_brain_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/dead_brain_coral_fan" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/dead_bubble_coral.json b/1.16.5/assets/minecraft/models/item/dead_bubble_coral.json new file mode 100644 index 00000000..7802938b --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/dead_bubble_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/dead_bubble_coral" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/dead_bubble_coral_block.json b/1.16.5/assets/minecraft/models/item/dead_bubble_coral_block.json new file mode 100644 index 00000000..ba3411da --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/dead_bubble_coral_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/dead_bubble_coral_block" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/dead_bubble_coral_fan.json b/1.16.5/assets/minecraft/models/item/dead_bubble_coral_fan.json new file mode 100644 index 00000000..e06ea5f9 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/dead_bubble_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/dead_bubble_coral_fan" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/dead_bush.json b/1.16.5/assets/minecraft/models/item/dead_bush.json new file mode 100644 index 00000000..cb8a5f08 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/dead_bush.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/dead_bush" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/dead_fire_coral.json b/1.16.5/assets/minecraft/models/item/dead_fire_coral.json new file mode 100644 index 00000000..7795cff3 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/dead_fire_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/dead_fire_coral" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/dead_fire_coral_block.json b/1.16.5/assets/minecraft/models/item/dead_fire_coral_block.json new file mode 100644 index 00000000..f169720a --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/dead_fire_coral_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/dead_fire_coral_block" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/dead_fire_coral_fan.json b/1.16.5/assets/minecraft/models/item/dead_fire_coral_fan.json new file mode 100644 index 00000000..7d33a6e7 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/dead_fire_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/dead_fire_coral_fan" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/dead_horn_coral.json b/1.16.5/assets/minecraft/models/item/dead_horn_coral.json new file mode 100644 index 00000000..8dc414ad --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/dead_horn_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/dead_horn_coral" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/dead_horn_coral_block.json b/1.16.5/assets/minecraft/models/item/dead_horn_coral_block.json new file mode 100644 index 00000000..a7ed136d --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/dead_horn_coral_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/dead_horn_coral_block" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/dead_horn_coral_fan.json b/1.16.5/assets/minecraft/models/item/dead_horn_coral_fan.json new file mode 100644 index 00000000..4e2715a9 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/dead_horn_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/dead_horn_coral_fan" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/dead_tube_coral.json b/1.16.5/assets/minecraft/models/item/dead_tube_coral.json new file mode 100644 index 00000000..1d08eff6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/dead_tube_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/dead_tube_coral" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/dead_tube_coral_block.json b/1.16.5/assets/minecraft/models/item/dead_tube_coral_block.json new file mode 100644 index 00000000..a16902f9 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/dead_tube_coral_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/dead_tube_coral_block" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/dead_tube_coral_fan.json b/1.16.5/assets/minecraft/models/item/dead_tube_coral_fan.json new file mode 100644 index 00000000..86ad4fd4 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/dead_tube_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/dead_tube_coral_fan" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/debug_stick.json b/1.16.5/assets/minecraft/models/item/debug_stick.json new file mode 100644 index 00000000..f0dc3b97 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/debug_stick.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "minecraft:item/stick" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/detector_rail.json b/1.16.5/assets/minecraft/models/item/detector_rail.json new file mode 100644 index 00000000..707b2492 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/detector_rail.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/detector_rail" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/diamond.json b/1.16.5/assets/minecraft/models/item/diamond.json new file mode 100644 index 00000000..dacde7f1 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/diamond.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/diamond" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/diamond_axe.json b/1.16.5/assets/minecraft/models/item/diamond_axe.json new file mode 100644 index 00000000..9ab04997 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/diamond_axe.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "minecraft:item/diamond_axe" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/diamond_block.json b/1.16.5/assets/minecraft/models/item/diamond_block.json new file mode 100644 index 00000000..48d351c4 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/diamond_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/diamond_block" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/diamond_boots.json b/1.16.5/assets/minecraft/models/item/diamond_boots.json new file mode 100644 index 00000000..d3257821 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/diamond_boots.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/diamond_boots" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/diamond_chestplate.json b/1.16.5/assets/minecraft/models/item/diamond_chestplate.json new file mode 100644 index 00000000..2ca3222a --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/diamond_chestplate.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/diamond_chestplate" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/diamond_helmet.json b/1.16.5/assets/minecraft/models/item/diamond_helmet.json new file mode 100644 index 00000000..8ab9fc02 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/diamond_helmet.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/diamond_helmet" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/diamond_hoe.json b/1.16.5/assets/minecraft/models/item/diamond_hoe.json new file mode 100644 index 00000000..c777b6d3 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/diamond_hoe.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "minecraft:item/diamond_hoe" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/diamond_horse_armor.json b/1.16.5/assets/minecraft/models/item/diamond_horse_armor.json new file mode 100644 index 00000000..017194b7 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/diamond_horse_armor.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/diamond_horse_armor" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/diamond_leggings.json b/1.16.5/assets/minecraft/models/item/diamond_leggings.json new file mode 100644 index 00000000..11622ca5 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/diamond_leggings.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/diamond_leggings" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/diamond_ore.json b/1.16.5/assets/minecraft/models/item/diamond_ore.json new file mode 100644 index 00000000..da18313d --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/diamond_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/diamond_ore" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/diamond_pickaxe.json b/1.16.5/assets/minecraft/models/item/diamond_pickaxe.json new file mode 100644 index 00000000..88301e5c --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/diamond_pickaxe.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "minecraft:item/diamond_pickaxe" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/diamond_shovel.json b/1.16.5/assets/minecraft/models/item/diamond_shovel.json new file mode 100644 index 00000000..dc4e6c84 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/diamond_shovel.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "minecraft:item/diamond_shovel" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/diamond_sword.json b/1.16.5/assets/minecraft/models/item/diamond_sword.json new file mode 100644 index 00000000..26f4a2e0 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/diamond_sword.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "minecraft:item/diamond_sword" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/diorite.json b/1.16.5/assets/minecraft/models/item/diorite.json new file mode 100644 index 00000000..f9d3f6b4 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/diorite.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/diorite" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/diorite_slab.json b/1.16.5/assets/minecraft/models/item/diorite_slab.json new file mode 100644 index 00000000..fbfbc7a6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/diorite_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/diorite_slab" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/diorite_stairs.json b/1.16.5/assets/minecraft/models/item/diorite_stairs.json new file mode 100644 index 00000000..fdfa11ab --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/diorite_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/diorite_stairs" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/diorite_wall.json b/1.16.5/assets/minecraft/models/item/diorite_wall.json new file mode 100644 index 00000000..192d7282 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/diorite_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/diorite_wall_inventory" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/dirt.json b/1.16.5/assets/minecraft/models/item/dirt.json new file mode 100644 index 00000000..8f9dbab5 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/dirt.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/dirt" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/dispenser.json b/1.16.5/assets/minecraft/models/item/dispenser.json new file mode 100644 index 00000000..b88156bc --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/dispenser.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/dispenser" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/dolphin_spawn_egg.json b/1.16.5/assets/minecraft/models/item/dolphin_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/dolphin_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/donkey_spawn_egg.json b/1.16.5/assets/minecraft/models/item/donkey_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/donkey_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/dragon_breath.json b/1.16.5/assets/minecraft/models/item/dragon_breath.json new file mode 100644 index 00000000..424980b1 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/dragon_breath.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/dragon_breath" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/dragon_egg.json b/1.16.5/assets/minecraft/models/item/dragon_egg.json new file mode 100644 index 00000000..1570a78a --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/dragon_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/dragon_egg" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/dragon_head.json b/1.16.5/assets/minecraft/models/item/dragon_head.json new file mode 100644 index 00000000..86264762 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/dragon_head.json @@ -0,0 +1,15 @@ +{ + "parent": "item/template_skull", + "display": { + "gui": { + "translation": [ -2, 2, 0 ], + "rotation": [ 30, 45, 0 ], + "scale": [ 0.6, 0.6, 0.6 ] + }, + "thirdperson_righthand": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, -1, 2 ], + "scale": [ 0.5, 0.5, 0.5 ] + } + } +} diff --git a/1.16.5/assets/minecraft/models/item/dried_kelp.json b/1.16.5/assets/minecraft/models/item/dried_kelp.json new file mode 100644 index 00000000..a4e4efff --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/dried_kelp.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/dried_kelp" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/dried_kelp_block.json b/1.16.5/assets/minecraft/models/item/dried_kelp_block.json new file mode 100644 index 00000000..2f3f1c32 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/dried_kelp_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/dried_kelp_block" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/dropper.json b/1.16.5/assets/minecraft/models/item/dropper.json new file mode 100644 index 00000000..a8b40e59 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/dropper.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/dropper" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/drowned_spawn_egg.json b/1.16.5/assets/minecraft/models/item/drowned_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/drowned_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/egg.json b/1.16.5/assets/minecraft/models/item/egg.json new file mode 100644 index 00000000..86ec3cae --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/egg.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/egg" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/elder_guardian_spawn_egg.json b/1.16.5/assets/minecraft/models/item/elder_guardian_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/elder_guardian_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/elytra.json b/1.16.5/assets/minecraft/models/item/elytra.json new file mode 100644 index 00000000..3909ded5 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/elytra.json @@ -0,0 +1,14 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/elytra" + }, + "overrides": [ + { + "predicate": { + "broken": 1 + }, + "model": "item/broken_elytra" + } + ] +} diff --git a/1.16.5/assets/minecraft/models/item/emerald.json b/1.16.5/assets/minecraft/models/item/emerald.json new file mode 100644 index 00000000..4f19c1d9 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/emerald.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/emerald" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/emerald_block.json b/1.16.5/assets/minecraft/models/item/emerald_block.json new file mode 100644 index 00000000..27c3713a --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/emerald_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/emerald_block" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/emerald_ore.json b/1.16.5/assets/minecraft/models/item/emerald_ore.json new file mode 100644 index 00000000..3569bde1 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/emerald_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/emerald_ore" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/enchanted_book.json b/1.16.5/assets/minecraft/models/item/enchanted_book.json new file mode 100644 index 00000000..b6a35e57 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/enchanted_book.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/enchanted_book" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/enchanted_golden_apple.json b/1.16.5/assets/minecraft/models/item/enchanted_golden_apple.json new file mode 100644 index 00000000..868c9219 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/enchanted_golden_apple.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/golden_apple" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/enchanting_table.json b/1.16.5/assets/minecraft/models/item/enchanting_table.json new file mode 100644 index 00000000..9f76fca2 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/enchanting_table.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/enchanting_table" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/end_crystal.json b/1.16.5/assets/minecraft/models/item/end_crystal.json new file mode 100644 index 00000000..15aa5897 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/end_crystal.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/end_crystal" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/end_portal_frame.json b/1.16.5/assets/minecraft/models/item/end_portal_frame.json new file mode 100644 index 00000000..718814c2 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/end_portal_frame.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/end_portal_frame" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/end_rod.json b/1.16.5/assets/minecraft/models/item/end_rod.json new file mode 100644 index 00000000..809dec3f --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/end_rod.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/end_rod" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/end_stone.json b/1.16.5/assets/minecraft/models/item/end_stone.json new file mode 100644 index 00000000..fc4cf92a --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/end_stone.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/end_stone" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/end_stone_brick_slab.json b/1.16.5/assets/minecraft/models/item/end_stone_brick_slab.json new file mode 100644 index 00000000..3daf7072 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/end_stone_brick_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/end_stone_brick_slab" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/end_stone_brick_stairs.json b/1.16.5/assets/minecraft/models/item/end_stone_brick_stairs.json new file mode 100644 index 00000000..b43fdfe6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/end_stone_brick_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/end_stone_brick_stairs" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/end_stone_brick_wall.json b/1.16.5/assets/minecraft/models/item/end_stone_brick_wall.json new file mode 100644 index 00000000..a0a4f843 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/end_stone_brick_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/end_stone_brick_wall_inventory" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/end_stone_bricks.json b/1.16.5/assets/minecraft/models/item/end_stone_bricks.json new file mode 100644 index 00000000..a0bb1b98 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/end_stone_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/end_stone_bricks" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/ender_chest.json b/1.16.5/assets/minecraft/models/item/ender_chest.json new file mode 100644 index 00000000..58aba338 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/ender_chest.json @@ -0,0 +1,6 @@ +{ + "parent": "item/chest", + "textures": { + "particle": "block/obsidian" + } +} diff --git a/1.16.5/assets/minecraft/models/item/ender_eye.json b/1.16.5/assets/minecraft/models/item/ender_eye.json new file mode 100644 index 00000000..d29cc4e0 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/ender_eye.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/ender_eye" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/ender_pearl.json b/1.16.5/assets/minecraft/models/item/ender_pearl.json new file mode 100644 index 00000000..e6ccd02f --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/ender_pearl.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/ender_pearl" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/enderman_spawn_egg.json b/1.16.5/assets/minecraft/models/item/enderman_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/enderman_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/endermite_spawn_egg.json b/1.16.5/assets/minecraft/models/item/endermite_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/endermite_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/evoker_spawn_egg.json b/1.16.5/assets/minecraft/models/item/evoker_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/evoker_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/experience_bottle.json b/1.16.5/assets/minecraft/models/item/experience_bottle.json new file mode 100644 index 00000000..22a77fe7 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/experience_bottle.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/experience_bottle" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/farmland.json b/1.16.5/assets/minecraft/models/item/farmland.json new file mode 100644 index 00000000..1c5eceae --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/farmland.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/farmland" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/feather.json b/1.16.5/assets/minecraft/models/item/feather.json new file mode 100644 index 00000000..1b88f92d --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/feather.json @@ -0,0 +1,13 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/feather" + }, + "display": { + "head": { + "rotation": [ 0, 0, 45 ], + "translation": [ -1, 13, 7], + "scale":[ 1, 1, 1] + } + } +} diff --git a/1.16.5/assets/minecraft/models/item/fermented_spider_eye.json b/1.16.5/assets/minecraft/models/item/fermented_spider_eye.json new file mode 100644 index 00000000..06bbefce --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/fermented_spider_eye.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/fermented_spider_eye" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/fern.json b/1.16.5/assets/minecraft/models/item/fern.json new file mode 100644 index 00000000..851ce5d3 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/fern.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/fern" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/filled_map.json b/1.16.5/assets/minecraft/models/item/filled_map.json new file mode 100644 index 00000000..077d2530 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/filled_map.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/filled_map", + "layer1": "item/filled_map_markings" + } +} diff --git a/1.16.5/assets/minecraft/models/item/fire_charge.json b/1.16.5/assets/minecraft/models/item/fire_charge.json new file mode 100644 index 00000000..27d3f0d8 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/fire_charge.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/fire_charge" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/fire_coral.json b/1.16.5/assets/minecraft/models/item/fire_coral.json new file mode 100644 index 00000000..8585f4c8 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/fire_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/fire_coral" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/fire_coral_block.json b/1.16.5/assets/minecraft/models/item/fire_coral_block.json new file mode 100644 index 00000000..eebe05e1 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/fire_coral_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/fire_coral_block" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/fire_coral_fan.json b/1.16.5/assets/minecraft/models/item/fire_coral_fan.json new file mode 100644 index 00000000..c27e2d3a --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/fire_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/fire_coral_fan" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/firework_rocket.json b/1.16.5/assets/minecraft/models/item/firework_rocket.json new file mode 100644 index 00000000..cb7cf197 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/firework_rocket.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/firework_rocket" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/firework_star.json b/1.16.5/assets/minecraft/models/item/firework_star.json new file mode 100644 index 00000000..4e2e9fe8 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/firework_star.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/firework_star", + "layer1": "item/firework_star_overlay" + } +} diff --git a/1.16.5/assets/minecraft/models/item/fishing_rod.json b/1.16.5/assets/minecraft/models/item/fishing_rod.json new file mode 100644 index 00000000..6d52bb97 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/fishing_rod.json @@ -0,0 +1,14 @@ +{ + "parent": "item/handheld_rod", + "textures": { + "layer0": "item/fishing_rod" + }, + "overrides": [ + { + "predicate": { + "cast": 1 + }, + "model": "item/fishing_rod_cast" + } + ] +} diff --git a/1.16.5/assets/minecraft/models/item/fishing_rod_cast.json b/1.16.5/assets/minecraft/models/item/fishing_rod_cast.json new file mode 100644 index 00000000..55c2a525 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/fishing_rod_cast.json @@ -0,0 +1,6 @@ +{ + "parent": "item/fishing_rod", + "textures": { + "layer0": "item/fishing_rod_cast" + } +} diff --git a/1.16.5/assets/minecraft/models/item/fletching_table.json b/1.16.5/assets/minecraft/models/item/fletching_table.json new file mode 100644 index 00000000..bc2b1bdc --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/fletching_table.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/fletching_table" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/flint.json b/1.16.5/assets/minecraft/models/item/flint.json new file mode 100644 index 00000000..3a557295 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/flint.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/flint" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/flint_and_steel.json b/1.16.5/assets/minecraft/models/item/flint_and_steel.json new file mode 100644 index 00000000..d11a12a9 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/flint_and_steel.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/flint_and_steel" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/flower_banner_pattern.json b/1.16.5/assets/minecraft/models/item/flower_banner_pattern.json new file mode 100644 index 00000000..ea8b8215 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/flower_banner_pattern.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/flower_banner_pattern" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/flower_pot.json b/1.16.5/assets/minecraft/models/item/flower_pot.json new file mode 100644 index 00000000..e50e0fa1 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/flower_pot.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/flower_pot" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/fox_spawn_egg.json b/1.16.5/assets/minecraft/models/item/fox_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/fox_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/furnace.json b/1.16.5/assets/minecraft/models/item/furnace.json new file mode 100644 index 00000000..593027e9 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/furnace.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/furnace" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/furnace_minecart.json b/1.16.5/assets/minecraft/models/item/furnace_minecart.json new file mode 100644 index 00000000..e3e6f222 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/furnace_minecart.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/furnace_minecart" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/generated.json b/1.16.5/assets/minecraft/models/item/generated.json new file mode 100644 index 00000000..89aa79e9 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/generated.json @@ -0,0 +1,30 @@ +{ + "parent": "builtin/generated", + "gui_light": "front", + "display": { + "ground": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 2, 0], + "scale":[ 0.5, 0.5, 0.5 ] + }, + "head": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 13, 7], + "scale":[ 1, 1, 1] + }, + "thirdperson_righthand": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 3, 1 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson_righthand": { + "rotation": [ 0, -90, 25 ], + "translation": [ 1.13, 3.2, 1.13], + "scale": [ 0.68, 0.68, 0.68 ] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "scale": [ 1, 1, 1 ] + } + } +} diff --git a/1.16.5/assets/minecraft/models/item/ghast_spawn_egg.json b/1.16.5/assets/minecraft/models/item/ghast_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/ghast_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/ghast_tear.json b/1.16.5/assets/minecraft/models/item/ghast_tear.json new file mode 100644 index 00000000..d7d6e6f3 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/ghast_tear.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/ghast_tear" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/gilded_blackstone.json b/1.16.5/assets/minecraft/models/item/gilded_blackstone.json new file mode 100644 index 00000000..a0779ccd --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/gilded_blackstone.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/gilded_blackstone" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/glass.json b/1.16.5/assets/minecraft/models/item/glass.json new file mode 100644 index 00000000..65825434 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/glass.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/glass" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/glass_bottle.json b/1.16.5/assets/minecraft/models/item/glass_bottle.json new file mode 100644 index 00000000..9b4ab510 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/glass_bottle.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/glass_bottle" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/glass_pane.json b/1.16.5/assets/minecraft/models/item/glass_pane.json new file mode 100644 index 00000000..de799dcf --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/glass" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/glistering_melon_slice.json b/1.16.5/assets/minecraft/models/item/glistering_melon_slice.json new file mode 100644 index 00000000..90c290a0 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/glistering_melon_slice.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/glistering_melon_slice" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/globe_banner_pattern.json b/1.16.5/assets/minecraft/models/item/globe_banner_pattern.json new file mode 100644 index 00000000..3948f16f --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/globe_banner_pattern.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/globe_banner_pattern" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/glowstone.json b/1.16.5/assets/minecraft/models/item/glowstone.json new file mode 100644 index 00000000..5567a887 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/glowstone.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/glowstone" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/glowstone_dust.json b/1.16.5/assets/minecraft/models/item/glowstone_dust.json new file mode 100644 index 00000000..4b78f60b --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/glowstone_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/glowstone_dust" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/gold_block.json b/1.16.5/assets/minecraft/models/item/gold_block.json new file mode 100644 index 00000000..f9cefd04 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/gold_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/gold_block" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/gold_ingot.json b/1.16.5/assets/minecraft/models/item/gold_ingot.json new file mode 100644 index 00000000..230e3111 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/gold_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/gold_ingot" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/gold_nugget.json b/1.16.5/assets/minecraft/models/item/gold_nugget.json new file mode 100644 index 00000000..3da43c93 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/gold_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/gold_nugget" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/gold_ore.json b/1.16.5/assets/minecraft/models/item/gold_ore.json new file mode 100644 index 00000000..64c16453 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/gold_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/gold_ore" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/golden_apple.json b/1.16.5/assets/minecraft/models/item/golden_apple.json new file mode 100644 index 00000000..868c9219 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/golden_apple.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/golden_apple" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/golden_axe.json b/1.16.5/assets/minecraft/models/item/golden_axe.json new file mode 100644 index 00000000..42008eea --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/golden_axe.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "minecraft:item/golden_axe" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/golden_boots.json b/1.16.5/assets/minecraft/models/item/golden_boots.json new file mode 100644 index 00000000..24f3c587 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/golden_boots.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/golden_boots" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/golden_carrot.json b/1.16.5/assets/minecraft/models/item/golden_carrot.json new file mode 100644 index 00000000..8d36365f --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/golden_carrot.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/golden_carrot" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/golden_chestplate.json b/1.16.5/assets/minecraft/models/item/golden_chestplate.json new file mode 100644 index 00000000..8c7b0bbf --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/golden_chestplate.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/golden_chestplate" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/golden_helmet.json b/1.16.5/assets/minecraft/models/item/golden_helmet.json new file mode 100644 index 00000000..d0c08156 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/golden_helmet.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/golden_helmet" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/golden_hoe.json b/1.16.5/assets/minecraft/models/item/golden_hoe.json new file mode 100644 index 00000000..7d2a2e5d --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/golden_hoe.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "minecraft:item/golden_hoe" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/golden_horse_armor.json b/1.16.5/assets/minecraft/models/item/golden_horse_armor.json new file mode 100644 index 00000000..9fbc0e90 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/golden_horse_armor.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/golden_horse_armor" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/golden_leggings.json b/1.16.5/assets/minecraft/models/item/golden_leggings.json new file mode 100644 index 00000000..cb5bd0e6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/golden_leggings.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/golden_leggings" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/golden_pickaxe.json b/1.16.5/assets/minecraft/models/item/golden_pickaxe.json new file mode 100644 index 00000000..185c855b --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/golden_pickaxe.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "minecraft:item/golden_pickaxe" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/golden_shovel.json b/1.16.5/assets/minecraft/models/item/golden_shovel.json new file mode 100644 index 00000000..c2d1dc00 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/golden_shovel.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "minecraft:item/golden_shovel" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/golden_sword.json b/1.16.5/assets/minecraft/models/item/golden_sword.json new file mode 100644 index 00000000..02e54097 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/golden_sword.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "minecraft:item/golden_sword" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/granite.json b/1.16.5/assets/minecraft/models/item/granite.json new file mode 100644 index 00000000..4dd54d02 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/granite.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/granite" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/granite_slab.json b/1.16.5/assets/minecraft/models/item/granite_slab.json new file mode 100644 index 00000000..95ee6109 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/granite_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/granite_slab" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/granite_stairs.json b/1.16.5/assets/minecraft/models/item/granite_stairs.json new file mode 100644 index 00000000..68b4e669 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/granite_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/granite_stairs" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/granite_wall.json b/1.16.5/assets/minecraft/models/item/granite_wall.json new file mode 100644 index 00000000..de494270 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/granite_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/granite_wall_inventory" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/grass.json b/1.16.5/assets/minecraft/models/item/grass.json new file mode 100644 index 00000000..7a4d5e7b --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/grass.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/grass" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/grass_block.json b/1.16.5/assets/minecraft/models/item/grass_block.json new file mode 100644 index 00000000..f54d345a --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/grass_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/grass_block" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/grass_path.json b/1.16.5/assets/minecraft/models/item/grass_path.json new file mode 100644 index 00000000..4cfe8521 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/grass_path.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/grass_path" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/gravel.json b/1.16.5/assets/minecraft/models/item/gravel.json new file mode 100644 index 00000000..ee8cbc03 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/gravel.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/gravel" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/gray_banner.json b/1.16.5/assets/minecraft/models/item/gray_banner.json new file mode 100644 index 00000000..661a106d --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/gray_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_banner" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/gray_bed.json b/1.16.5/assets/minecraft/models/item/gray_bed.json new file mode 100644 index 00000000..30667054 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/gray_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/template_bed", + "textures": { + "particle": "minecraft:block/gray_wool" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/gray_carpet.json b/1.16.5/assets/minecraft/models/item/gray_carpet.json new file mode 100644 index 00000000..5fe85f09 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/gray_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/gray_carpet" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/gray_concrete.json b/1.16.5/assets/minecraft/models/item/gray_concrete.json new file mode 100644 index 00000000..9b89dd7b --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/gray_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/gray_concrete" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/gray_concrete_powder.json b/1.16.5/assets/minecraft/models/item/gray_concrete_powder.json new file mode 100644 index 00000000..47d3dd50 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/gray_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/gray_concrete_powder" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/gray_dye.json b/1.16.5/assets/minecraft/models/item/gray_dye.json new file mode 100644 index 00000000..f3c30106 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/gray_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/gray_dye" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/gray_glazed_terracotta.json b/1.16.5/assets/minecraft/models/item/gray_glazed_terracotta.json new file mode 100644 index 00000000..d58bce8a --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/gray_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/gray_glazed_terracotta" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/gray_shulker_box.json b/1.16.5/assets/minecraft/models/item/gray_shulker_box.json new file mode 100644 index 00000000..c7043493 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/gray_shulker_box.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/template_shulker_box", + "textures": { + "particle": "minecraft:block/gray_shulker_box" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/gray_stained_glass.json b/1.16.5/assets/minecraft/models/item/gray_stained_glass.json new file mode 100644 index 00000000..34c0fa6c --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/gray_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/gray_stained_glass" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/gray_stained_glass_pane.json b/1.16.5/assets/minecraft/models/item/gray_stained_glass_pane.json new file mode 100644 index 00000000..e2b88aa7 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/gray_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/gray_stained_glass" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/gray_terracotta.json b/1.16.5/assets/minecraft/models/item/gray_terracotta.json new file mode 100644 index 00000000..6c415c03 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/gray_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/gray_terracotta" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/gray_wool.json b/1.16.5/assets/minecraft/models/item/gray_wool.json new file mode 100644 index 00000000..88c930a6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/gray_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/gray_wool" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/green_banner.json b/1.16.5/assets/minecraft/models/item/green_banner.json new file mode 100644 index 00000000..661a106d --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/green_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_banner" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/green_bed.json b/1.16.5/assets/minecraft/models/item/green_bed.json new file mode 100644 index 00000000..d7c7154a --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/green_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/template_bed", + "textures": { + "particle": "minecraft:block/green_wool" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/green_carpet.json b/1.16.5/assets/minecraft/models/item/green_carpet.json new file mode 100644 index 00000000..772c294f --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/green_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/green_carpet" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/green_concrete.json b/1.16.5/assets/minecraft/models/item/green_concrete.json new file mode 100644 index 00000000..0e3b0f95 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/green_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/green_concrete" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/green_concrete_powder.json b/1.16.5/assets/minecraft/models/item/green_concrete_powder.json new file mode 100644 index 00000000..4c9c70f0 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/green_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/green_concrete_powder" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/green_dye.json b/1.16.5/assets/minecraft/models/item/green_dye.json new file mode 100644 index 00000000..2ded932e --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/green_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/green_dye" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/green_glazed_terracotta.json b/1.16.5/assets/minecraft/models/item/green_glazed_terracotta.json new file mode 100644 index 00000000..68333f84 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/green_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/green_glazed_terracotta" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/green_shulker_box.json b/1.16.5/assets/minecraft/models/item/green_shulker_box.json new file mode 100644 index 00000000..6e8e01e7 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/green_shulker_box.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/template_shulker_box", + "textures": { + "particle": "minecraft:block/green_shulker_box" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/green_stained_glass.json b/1.16.5/assets/minecraft/models/item/green_stained_glass.json new file mode 100644 index 00000000..e10e37a8 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/green_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/green_stained_glass" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/green_stained_glass_pane.json b/1.16.5/assets/minecraft/models/item/green_stained_glass_pane.json new file mode 100644 index 00000000..ff4a30f7 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/green_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/green_stained_glass" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/green_terracotta.json b/1.16.5/assets/minecraft/models/item/green_terracotta.json new file mode 100644 index 00000000..bf20f272 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/green_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/green_terracotta" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/green_wool.json b/1.16.5/assets/minecraft/models/item/green_wool.json new file mode 100644 index 00000000..a8cfdf47 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/green_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/green_wool" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/grindstone.json b/1.16.5/assets/minecraft/models/item/grindstone.json new file mode 100644 index 00000000..2faa8ae8 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/grindstone.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/grindstone" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/guardian_spawn_egg.json b/1.16.5/assets/minecraft/models/item/guardian_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/guardian_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/gunpowder.json b/1.16.5/assets/minecraft/models/item/gunpowder.json new file mode 100644 index 00000000..82faa64c --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/gunpowder.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/gunpowder" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/handheld.json b/1.16.5/assets/minecraft/models/item/handheld.json new file mode 100644 index 00000000..51ea90fc --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/handheld.json @@ -0,0 +1,25 @@ +{ + "parent": "item/generated", + "display": { + "thirdperson_righthand": { + "rotation": [ 0, -90, 55 ], + "translation": [ 0, 4.0, 0.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "thirdperson_lefthand": { + "rotation": [ 0, 90, -55 ], + "translation": [ 0, 4.0, 0.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson_righthand": { + "rotation": [ 0, -90, 25 ], + "translation": [ 1.13, 3.2, 1.13 ], + "scale": [ 0.68, 0.68, 0.68 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, 90, -25 ], + "translation": [ 1.13, 3.2, 1.13 ], + "scale": [ 0.68, 0.68, 0.68 ] + } + } +} diff --git a/1.16.5/assets/minecraft/models/item/handheld_rod.json b/1.16.5/assets/minecraft/models/item/handheld_rod.json new file mode 100644 index 00000000..de794a4a --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/handheld_rod.json @@ -0,0 +1,25 @@ +{ + "parent": "item/handheld", + "display": { + "thirdperson_righthand": { + "rotation": [ 0, 90, 55 ], + "translation": [ 0, 4.0, 2.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "thirdperson_lefthand": { + "rotation": [ 0, -90, -55 ], + "translation": [ 0, 4.0, 2.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 90, 25 ], + "translation": [ 0, 1.6, 0.8 ], + "scale": [ 0.68, 0.68, 0.68 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, -90, -25 ], + "translation": [ 0, 1.6, 0.8 ], + "scale": [ 0.68, 0.68, 0.68 ] + } + } +} diff --git a/1.16.5/assets/minecraft/models/item/hay_block.json b/1.16.5/assets/minecraft/models/item/hay_block.json new file mode 100644 index 00000000..6c92e25d --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/hay_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/hay_block" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/heart_of_the_sea.json b/1.16.5/assets/minecraft/models/item/heart_of_the_sea.json new file mode 100644 index 00000000..eb299204 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/heart_of_the_sea.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/heart_of_the_sea" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/heavy_weighted_pressure_plate.json b/1.16.5/assets/minecraft/models/item/heavy_weighted_pressure_plate.json new file mode 100644 index 00000000..ef384772 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/heavy_weighted_pressure_plate.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/heavy_weighted_pressure_plate" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/hoglin_spawn_egg.json b/1.16.5/assets/minecraft/models/item/hoglin_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/hoglin_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/honey_block.json b/1.16.5/assets/minecraft/models/item/honey_block.json new file mode 100644 index 00000000..29818ade --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/honey_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/honey_block" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/honey_bottle.json b/1.16.5/assets/minecraft/models/item/honey_bottle.json new file mode 100644 index 00000000..2a69e5f9 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/honey_bottle.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/honey_bottle" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/honeycomb.json b/1.16.5/assets/minecraft/models/item/honeycomb.json new file mode 100644 index 00000000..b183a8ec --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/honeycomb.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/honeycomb" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/honeycomb_block.json b/1.16.5/assets/minecraft/models/item/honeycomb_block.json new file mode 100644 index 00000000..0a2c9541 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/honeycomb_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/honeycomb_block" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/hopper.json b/1.16.5/assets/minecraft/models/item/hopper.json new file mode 100644 index 00000000..b9e54880 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/hopper.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/hopper" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/hopper_minecart.json b/1.16.5/assets/minecraft/models/item/hopper_minecart.json new file mode 100644 index 00000000..8bf45607 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/hopper_minecart.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/hopper_minecart" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/horn_coral.json b/1.16.5/assets/minecraft/models/item/horn_coral.json new file mode 100644 index 00000000..5994465f --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/horn_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/horn_coral" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/horn_coral_block.json b/1.16.5/assets/minecraft/models/item/horn_coral_block.json new file mode 100644 index 00000000..ba702d24 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/horn_coral_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/horn_coral_block" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/horn_coral_fan.json b/1.16.5/assets/minecraft/models/item/horn_coral_fan.json new file mode 100644 index 00000000..e2078bf4 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/horn_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/horn_coral_fan" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/horse_spawn_egg.json b/1.16.5/assets/minecraft/models/item/horse_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/horse_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/husk_spawn_egg.json b/1.16.5/assets/minecraft/models/item/husk_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/husk_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/ice.json b/1.16.5/assets/minecraft/models/item/ice.json new file mode 100644 index 00000000..1ec90d77 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/ice.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/ice" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/infested_chiseled_stone_bricks.json b/1.16.5/assets/minecraft/models/item/infested_chiseled_stone_bricks.json new file mode 100644 index 00000000..ac7e5e66 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/infested_chiseled_stone_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/chiseled_stone_bricks" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/infested_cobblestone.json b/1.16.5/assets/minecraft/models/item/infested_cobblestone.json new file mode 100644 index 00000000..35e828df --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/infested_cobblestone.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/cobblestone" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/infested_cracked_stone_bricks.json b/1.16.5/assets/minecraft/models/item/infested_cracked_stone_bricks.json new file mode 100644 index 00000000..46802074 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/infested_cracked_stone_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/cracked_stone_bricks" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/infested_mossy_stone_bricks.json b/1.16.5/assets/minecraft/models/item/infested_mossy_stone_bricks.json new file mode 100644 index 00000000..a9fe750f --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/infested_mossy_stone_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/mossy_stone_bricks" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/infested_stone.json b/1.16.5/assets/minecraft/models/item/infested_stone.json new file mode 100644 index 00000000..37f27f10 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/infested_stone.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/stone" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/infested_stone_bricks.json b/1.16.5/assets/minecraft/models/item/infested_stone_bricks.json new file mode 100644 index 00000000..51de871c --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/infested_stone_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/stone_bricks" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/ink_sac.json b/1.16.5/assets/minecraft/models/item/ink_sac.json new file mode 100644 index 00000000..4e528dcd --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/ink_sac.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/ink_sac" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/iron_axe.json b/1.16.5/assets/minecraft/models/item/iron_axe.json new file mode 100644 index 00000000..6ddc5491 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/iron_axe.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "minecraft:item/iron_axe" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/iron_bars.json b/1.16.5/assets/minecraft/models/item/iron_bars.json new file mode 100644 index 00000000..97aa41fc --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/iron_bars.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/iron_bars" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/iron_block.json b/1.16.5/assets/minecraft/models/item/iron_block.json new file mode 100644 index 00000000..acac52ca --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/iron_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/iron_block" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/iron_boots.json b/1.16.5/assets/minecraft/models/item/iron_boots.json new file mode 100644 index 00000000..ee127da2 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/iron_boots.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/iron_boots" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/iron_chestplate.json b/1.16.5/assets/minecraft/models/item/iron_chestplate.json new file mode 100644 index 00000000..2c52d1bd --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/iron_chestplate.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/iron_chestplate" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/iron_door.json b/1.16.5/assets/minecraft/models/item/iron_door.json new file mode 100644 index 00000000..a057f8f8 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/iron_door.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/iron_door" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/iron_helmet.json b/1.16.5/assets/minecraft/models/item/iron_helmet.json new file mode 100644 index 00000000..8203b8a5 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/iron_helmet.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/iron_helmet" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/iron_hoe.json b/1.16.5/assets/minecraft/models/item/iron_hoe.json new file mode 100644 index 00000000..889dd3a3 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/iron_hoe.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "minecraft:item/iron_hoe" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/iron_horse_armor.json b/1.16.5/assets/minecraft/models/item/iron_horse_armor.json new file mode 100644 index 00000000..3a560516 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/iron_horse_armor.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/iron_horse_armor" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/iron_ingot.json b/1.16.5/assets/minecraft/models/item/iron_ingot.json new file mode 100644 index 00000000..1fc74dfc --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/iron_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/iron_ingot" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/iron_leggings.json b/1.16.5/assets/minecraft/models/item/iron_leggings.json new file mode 100644 index 00000000..324b71c1 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/iron_leggings.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/iron_leggings" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/iron_nugget.json b/1.16.5/assets/minecraft/models/item/iron_nugget.json new file mode 100644 index 00000000..3873a52a --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/iron_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/iron_nugget" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/iron_ore.json b/1.16.5/assets/minecraft/models/item/iron_ore.json new file mode 100644 index 00000000..5a356139 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/iron_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/iron_ore" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/iron_pickaxe.json b/1.16.5/assets/minecraft/models/item/iron_pickaxe.json new file mode 100644 index 00000000..8a5f4079 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/iron_pickaxe.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "minecraft:item/iron_pickaxe" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/iron_shovel.json b/1.16.5/assets/minecraft/models/item/iron_shovel.json new file mode 100644 index 00000000..26674cfb --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/iron_shovel.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "minecraft:item/iron_shovel" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/iron_sword.json b/1.16.5/assets/minecraft/models/item/iron_sword.json new file mode 100644 index 00000000..ebbcd411 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/iron_sword.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "minecraft:item/iron_sword" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/iron_trapdoor.json b/1.16.5/assets/minecraft/models/item/iron_trapdoor.json new file mode 100644 index 00000000..b3a30b76 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/iron_trapdoor.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/iron_trapdoor_bottom" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/item_frame.json b/1.16.5/assets/minecraft/models/item/item_frame.json new file mode 100644 index 00000000..09797547 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/item_frame.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/item_frame" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/jack_o_lantern.json b/1.16.5/assets/minecraft/models/item/jack_o_lantern.json new file mode 100644 index 00000000..d2307203 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/jack_o_lantern.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/jack_o_lantern" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/jigsaw.json b/1.16.5/assets/minecraft/models/item/jigsaw.json new file mode 100644 index 00000000..b0c47630 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/jigsaw.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/jigsaw" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/jukebox.json b/1.16.5/assets/minecraft/models/item/jukebox.json new file mode 100644 index 00000000..4d2923ac --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/jukebox.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/jukebox" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/jungle_boat.json b/1.16.5/assets/minecraft/models/item/jungle_boat.json new file mode 100644 index 00000000..4cc14d5c --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/jungle_boat.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/jungle_boat" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/jungle_button.json b/1.16.5/assets/minecraft/models/item/jungle_button.json new file mode 100644 index 00000000..360738a3 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/jungle_button.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/jungle_button_inventory" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/jungle_door.json b/1.16.5/assets/minecraft/models/item/jungle_door.json new file mode 100644 index 00000000..2fbc71f5 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/jungle_door.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/jungle_door" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/jungle_fence.json b/1.16.5/assets/minecraft/models/item/jungle_fence.json new file mode 100644 index 00000000..c5e6b2aa --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/jungle_fence.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/jungle_fence_inventory" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/jungle_fence_gate.json b/1.16.5/assets/minecraft/models/item/jungle_fence_gate.json new file mode 100644 index 00000000..8612c91d --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/jungle_fence_gate.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/jungle_fence_gate" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/jungle_leaves.json b/1.16.5/assets/minecraft/models/item/jungle_leaves.json new file mode 100644 index 00000000..4be7c1ad --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/jungle_leaves.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/jungle_leaves" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/jungle_log.json b/1.16.5/assets/minecraft/models/item/jungle_log.json new file mode 100644 index 00000000..2e6c371b --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/jungle_log.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/jungle_log" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/jungle_planks.json b/1.16.5/assets/minecraft/models/item/jungle_planks.json new file mode 100644 index 00000000..03f6926a --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/jungle_planks.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/jungle_planks" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/jungle_pressure_plate.json b/1.16.5/assets/minecraft/models/item/jungle_pressure_plate.json new file mode 100644 index 00000000..18a6d0f5 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/jungle_pressure_plate.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/jungle_pressure_plate" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/jungle_sapling.json b/1.16.5/assets/minecraft/models/item/jungle_sapling.json new file mode 100644 index 00000000..4dd71de2 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/jungle_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/jungle_sapling" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/jungle_sign.json b/1.16.5/assets/minecraft/models/item/jungle_sign.json new file mode 100644 index 00000000..2ee2828e --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/jungle_sign.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/jungle_sign" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/jungle_slab.json b/1.16.5/assets/minecraft/models/item/jungle_slab.json new file mode 100644 index 00000000..ed5a4321 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/jungle_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/jungle_slab" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/jungle_stairs.json b/1.16.5/assets/minecraft/models/item/jungle_stairs.json new file mode 100644 index 00000000..87e9264c --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/jungle_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/jungle_stairs" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/jungle_trapdoor.json b/1.16.5/assets/minecraft/models/item/jungle_trapdoor.json new file mode 100644 index 00000000..996f2808 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/jungle_trapdoor.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/jungle_trapdoor_bottom" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/jungle_wood.json b/1.16.5/assets/minecraft/models/item/jungle_wood.json new file mode 100644 index 00000000..c993caea --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/jungle_wood.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/jungle_wood" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/kelp.json b/1.16.5/assets/minecraft/models/item/kelp.json new file mode 100644 index 00000000..b701d7b5 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/kelp.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/kelp" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/knowledge_book.json b/1.16.5/assets/minecraft/models/item/knowledge_book.json new file mode 100644 index 00000000..bc355f72 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/knowledge_book.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/knowledge_book" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/ladder.json b/1.16.5/assets/minecraft/models/item/ladder.json new file mode 100644 index 00000000..b4fd6267 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/ladder.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/ladder" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/lantern.json b/1.16.5/assets/minecraft/models/item/lantern.json new file mode 100644 index 00000000..ce9e5c10 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/lantern.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/lantern" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/lapis_block.json b/1.16.5/assets/minecraft/models/item/lapis_block.json new file mode 100644 index 00000000..1dcdaf6e --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/lapis_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/lapis_block" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/lapis_lazuli.json b/1.16.5/assets/minecraft/models/item/lapis_lazuli.json new file mode 100644 index 00000000..ee8bdea5 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/lapis_lazuli.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/lapis_lazuli" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/lapis_ore.json b/1.16.5/assets/minecraft/models/item/lapis_ore.json new file mode 100644 index 00000000..87cec1e4 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/lapis_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/lapis_ore" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/large_fern.json b/1.16.5/assets/minecraft/models/item/large_fern.json new file mode 100644 index 00000000..1072e940 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/large_fern.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/large_fern_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/lava_bucket.json b/1.16.5/assets/minecraft/models/item/lava_bucket.json new file mode 100644 index 00000000..4052c615 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/lava_bucket.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/lava_bucket" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/lead.json b/1.16.5/assets/minecraft/models/item/lead.json new file mode 100644 index 00000000..df628d66 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/lead.json @@ -0,0 +1,13 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/lead" + }, + "display": { + "head": { + "rotation": [ 0, 0, 0 ], + "translation": [ 2.75, -2.75, -6.5], + "scale":[ 0.8, 0.8, 0.8] + } + } +} diff --git a/1.16.5/assets/minecraft/models/item/leather.json b/1.16.5/assets/minecraft/models/item/leather.json new file mode 100644 index 00000000..2b48d1f8 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/leather.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/leather" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/leather_boots.json b/1.16.5/assets/minecraft/models/item/leather_boots.json new file mode 100644 index 00000000..9a9733ab --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/leather_boots.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/leather_boots", + "layer1": "item/leather_boots_overlay" + } +} diff --git a/1.16.5/assets/minecraft/models/item/leather_chestplate.json b/1.16.5/assets/minecraft/models/item/leather_chestplate.json new file mode 100644 index 00000000..45359b7c --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/leather_chestplate.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/leather_chestplate", + "layer1": "item/leather_chestplate_overlay" + } +} diff --git a/1.16.5/assets/minecraft/models/item/leather_helmet.json b/1.16.5/assets/minecraft/models/item/leather_helmet.json new file mode 100644 index 00000000..0e5775b7 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/leather_helmet.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/leather_helmet", + "layer1": "item/leather_helmet_overlay" + } +} diff --git a/1.16.5/assets/minecraft/models/item/leather_horse_armor.json b/1.16.5/assets/minecraft/models/item/leather_horse_armor.json new file mode 100644 index 00000000..f96eae75 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/leather_horse_armor.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/leather_horse_armor" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/leather_leggings.json b/1.16.5/assets/minecraft/models/item/leather_leggings.json new file mode 100644 index 00000000..1d8f9844 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/leather_leggings.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/leather_leggings", + "layer1": "item/leather_leggings_overlay" + } +} diff --git a/1.16.5/assets/minecraft/models/item/lectern.json b/1.16.5/assets/minecraft/models/item/lectern.json new file mode 100644 index 00000000..4f2c887a --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/lectern.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/lectern" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/lever.json b/1.16.5/assets/minecraft/models/item/lever.json new file mode 100644 index 00000000..d5a62d47 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/lever.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/lever" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/light_blue_banner.json b/1.16.5/assets/minecraft/models/item/light_blue_banner.json new file mode 100644 index 00000000..661a106d --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/light_blue_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_banner" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/light_blue_bed.json b/1.16.5/assets/minecraft/models/item/light_blue_bed.json new file mode 100644 index 00000000..fac4cda7 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/light_blue_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/template_bed", + "textures": { + "particle": "minecraft:block/light_blue_wool" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/light_blue_carpet.json b/1.16.5/assets/minecraft/models/item/light_blue_carpet.json new file mode 100644 index 00000000..9f199e5c --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/light_blue_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/light_blue_carpet" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/light_blue_concrete.json b/1.16.5/assets/minecraft/models/item/light_blue_concrete.json new file mode 100644 index 00000000..68a0890f --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/light_blue_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/light_blue_concrete" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/light_blue_concrete_powder.json b/1.16.5/assets/minecraft/models/item/light_blue_concrete_powder.json new file mode 100644 index 00000000..22ec71d5 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/light_blue_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/light_blue_concrete_powder" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/light_blue_dye.json b/1.16.5/assets/minecraft/models/item/light_blue_dye.json new file mode 100644 index 00000000..297407da --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/light_blue_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/light_blue_dye" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/light_blue_glazed_terracotta.json b/1.16.5/assets/minecraft/models/item/light_blue_glazed_terracotta.json new file mode 100644 index 00000000..3d2b3bd7 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/light_blue_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/light_blue_glazed_terracotta" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/light_blue_shulker_box.json b/1.16.5/assets/minecraft/models/item/light_blue_shulker_box.json new file mode 100644 index 00000000..d17a7729 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/light_blue_shulker_box.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/template_shulker_box", + "textures": { + "particle": "minecraft:block/light_blue_shulker_box" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/light_blue_stained_glass.json b/1.16.5/assets/minecraft/models/item/light_blue_stained_glass.json new file mode 100644 index 00000000..0aef7a92 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/light_blue_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/light_blue_stained_glass" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/light_blue_stained_glass_pane.json b/1.16.5/assets/minecraft/models/item/light_blue_stained_glass_pane.json new file mode 100644 index 00000000..d810047f --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/light_blue_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/light_blue_stained_glass" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/light_blue_terracotta.json b/1.16.5/assets/minecraft/models/item/light_blue_terracotta.json new file mode 100644 index 00000000..06294ea2 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/light_blue_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/light_blue_terracotta" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/light_blue_wool.json b/1.16.5/assets/minecraft/models/item/light_blue_wool.json new file mode 100644 index 00000000..4f7bd4de --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/light_blue_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/light_blue_wool" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/light_gray_banner.json b/1.16.5/assets/minecraft/models/item/light_gray_banner.json new file mode 100644 index 00000000..661a106d --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/light_gray_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_banner" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/light_gray_bed.json b/1.16.5/assets/minecraft/models/item/light_gray_bed.json new file mode 100644 index 00000000..67c2af9e --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/light_gray_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/template_bed", + "textures": { + "particle": "minecraft:block/light_gray_wool" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/light_gray_carpet.json b/1.16.5/assets/minecraft/models/item/light_gray_carpet.json new file mode 100644 index 00000000..f603263e --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/light_gray_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/light_gray_carpet" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/light_gray_concrete.json b/1.16.5/assets/minecraft/models/item/light_gray_concrete.json new file mode 100644 index 00000000..9a4e67de --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/light_gray_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/light_gray_concrete" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/light_gray_concrete_powder.json b/1.16.5/assets/minecraft/models/item/light_gray_concrete_powder.json new file mode 100644 index 00000000..6726d569 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/light_gray_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/light_gray_concrete_powder" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/light_gray_dye.json b/1.16.5/assets/minecraft/models/item/light_gray_dye.json new file mode 100644 index 00000000..40a44acc --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/light_gray_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/light_gray_dye" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/light_gray_glazed_terracotta.json b/1.16.5/assets/minecraft/models/item/light_gray_glazed_terracotta.json new file mode 100644 index 00000000..46b9f176 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/light_gray_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/light_gray_glazed_terracotta" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/light_gray_shulker_box.json b/1.16.5/assets/minecraft/models/item/light_gray_shulker_box.json new file mode 100644 index 00000000..0efe127a --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/light_gray_shulker_box.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/template_shulker_box", + "textures": { + "particle": "minecraft:block/light_gray_shulker_box" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/light_gray_stained_glass.json b/1.16.5/assets/minecraft/models/item/light_gray_stained_glass.json new file mode 100644 index 00000000..e05c7e8d --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/light_gray_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/light_gray_stained_glass" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/light_gray_stained_glass_pane.json b/1.16.5/assets/minecraft/models/item/light_gray_stained_glass_pane.json new file mode 100644 index 00000000..50284743 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/light_gray_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/light_gray_stained_glass" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/light_gray_terracotta.json b/1.16.5/assets/minecraft/models/item/light_gray_terracotta.json new file mode 100644 index 00000000..a6cbc241 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/light_gray_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/light_gray_terracotta" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/light_gray_wool.json b/1.16.5/assets/minecraft/models/item/light_gray_wool.json new file mode 100644 index 00000000..0bdc80f4 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/light_gray_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/light_gray_wool" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/light_weighted_pressure_plate.json b/1.16.5/assets/minecraft/models/item/light_weighted_pressure_plate.json new file mode 100644 index 00000000..0922c670 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/light_weighted_pressure_plate.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/light_weighted_pressure_plate" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/lilac.json b/1.16.5/assets/minecraft/models/item/lilac.json new file mode 100644 index 00000000..7e062c92 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/lilac.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/lilac_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/lily_of_the_valley.json b/1.16.5/assets/minecraft/models/item/lily_of_the_valley.json new file mode 100644 index 00000000..2cd5a1cd --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/lily_of_the_valley.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/lily_of_the_valley" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/lily_pad.json b/1.16.5/assets/minecraft/models/item/lily_pad.json new file mode 100644 index 00000000..e3aaf7f9 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/lily_pad.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/lily_pad" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/lime_banner.json b/1.16.5/assets/minecraft/models/item/lime_banner.json new file mode 100644 index 00000000..661a106d --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/lime_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_banner" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/lime_bed.json b/1.16.5/assets/minecraft/models/item/lime_bed.json new file mode 100644 index 00000000..3efda22b --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/lime_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/template_bed", + "textures": { + "particle": "minecraft:block/lime_wool" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/lime_carpet.json b/1.16.5/assets/minecraft/models/item/lime_carpet.json new file mode 100644 index 00000000..b6f18c0a --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/lime_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/lime_carpet" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/lime_concrete.json b/1.16.5/assets/minecraft/models/item/lime_concrete.json new file mode 100644 index 00000000..6becad9d --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/lime_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/lime_concrete" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/lime_concrete_powder.json b/1.16.5/assets/minecraft/models/item/lime_concrete_powder.json new file mode 100644 index 00000000..a74380d0 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/lime_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/lime_concrete_powder" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/lime_dye.json b/1.16.5/assets/minecraft/models/item/lime_dye.json new file mode 100644 index 00000000..36ae6c82 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/lime_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/lime_dye" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/lime_glazed_terracotta.json b/1.16.5/assets/minecraft/models/item/lime_glazed_terracotta.json new file mode 100644 index 00000000..14b5723d --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/lime_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/lime_glazed_terracotta" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/lime_shulker_box.json b/1.16.5/assets/minecraft/models/item/lime_shulker_box.json new file mode 100644 index 00000000..5e0062e2 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/lime_shulker_box.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/template_shulker_box", + "textures": { + "particle": "minecraft:block/lime_shulker_box" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/lime_stained_glass.json b/1.16.5/assets/minecraft/models/item/lime_stained_glass.json new file mode 100644 index 00000000..becc3296 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/lime_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/lime_stained_glass" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/lime_stained_glass_pane.json b/1.16.5/assets/minecraft/models/item/lime_stained_glass_pane.json new file mode 100644 index 00000000..7f15356d --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/lime_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/lime_stained_glass" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/lime_terracotta.json b/1.16.5/assets/minecraft/models/item/lime_terracotta.json new file mode 100644 index 00000000..e6123030 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/lime_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/lime_terracotta" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/lime_wool.json b/1.16.5/assets/minecraft/models/item/lime_wool.json new file mode 100644 index 00000000..e6600fa8 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/lime_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/lime_wool" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/lingering_potion.json b/1.16.5/assets/minecraft/models/item/lingering_potion.json new file mode 100644 index 00000000..35ce5d79 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/lingering_potion.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/potion_overlay", + "layer1": "item/lingering_potion" + } +} diff --git a/1.16.5/assets/minecraft/models/item/llama_spawn_egg.json b/1.16.5/assets/minecraft/models/item/llama_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/llama_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/lodestone.json b/1.16.5/assets/minecraft/models/item/lodestone.json new file mode 100644 index 00000000..f926ec2e --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/lodestone.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/lodestone" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/loom.json b/1.16.5/assets/minecraft/models/item/loom.json new file mode 100644 index 00000000..0fe6a7fa --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/loom.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/loom" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/magenta_banner.json b/1.16.5/assets/minecraft/models/item/magenta_banner.json new file mode 100644 index 00000000..661a106d --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/magenta_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_banner" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/magenta_bed.json b/1.16.5/assets/minecraft/models/item/magenta_bed.json new file mode 100644 index 00000000..19af87b6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/magenta_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/template_bed", + "textures": { + "particle": "minecraft:block/magenta_wool" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/magenta_carpet.json b/1.16.5/assets/minecraft/models/item/magenta_carpet.json new file mode 100644 index 00000000..386f8fcc --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/magenta_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/magenta_carpet" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/magenta_concrete.json b/1.16.5/assets/minecraft/models/item/magenta_concrete.json new file mode 100644 index 00000000..8dce5e8f --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/magenta_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/magenta_concrete" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/magenta_concrete_powder.json b/1.16.5/assets/minecraft/models/item/magenta_concrete_powder.json new file mode 100644 index 00000000..e221911b --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/magenta_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/magenta_concrete_powder" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/magenta_dye.json b/1.16.5/assets/minecraft/models/item/magenta_dye.json new file mode 100644 index 00000000..f1ebae5b --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/magenta_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/magenta_dye" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/magenta_glazed_terracotta.json b/1.16.5/assets/minecraft/models/item/magenta_glazed_terracotta.json new file mode 100644 index 00000000..45b94ea3 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/magenta_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/magenta_glazed_terracotta" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/magenta_shulker_box.json b/1.16.5/assets/minecraft/models/item/magenta_shulker_box.json new file mode 100644 index 00000000..f21cad42 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/magenta_shulker_box.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/template_shulker_box", + "textures": { + "particle": "minecraft:block/magenta_shulker_box" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/magenta_stained_glass.json b/1.16.5/assets/minecraft/models/item/magenta_stained_glass.json new file mode 100644 index 00000000..62ff86a5 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/magenta_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/magenta_stained_glass" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/magenta_stained_glass_pane.json b/1.16.5/assets/minecraft/models/item/magenta_stained_glass_pane.json new file mode 100644 index 00000000..ad9621d1 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/magenta_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/magenta_stained_glass" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/magenta_terracotta.json b/1.16.5/assets/minecraft/models/item/magenta_terracotta.json new file mode 100644 index 00000000..07d44199 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/magenta_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/magenta_terracotta" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/magenta_wool.json b/1.16.5/assets/minecraft/models/item/magenta_wool.json new file mode 100644 index 00000000..e3ef178b --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/magenta_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/magenta_wool" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/magma_block.json b/1.16.5/assets/minecraft/models/item/magma_block.json new file mode 100644 index 00000000..ac1aa2f4 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/magma_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/magma_block" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/magma_cream.json b/1.16.5/assets/minecraft/models/item/magma_cream.json new file mode 100644 index 00000000..f9d7a14d --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/magma_cream.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/magma_cream" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/magma_cube_spawn_egg.json b/1.16.5/assets/minecraft/models/item/magma_cube_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/magma_cube_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/map.json b/1.16.5/assets/minecraft/models/item/map.json new file mode 100644 index 00000000..282650e2 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/map.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/map" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/melon.json b/1.16.5/assets/minecraft/models/item/melon.json new file mode 100644 index 00000000..f0bcf44e --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/melon.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/melon" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/melon_seeds.json b/1.16.5/assets/minecraft/models/item/melon_seeds.json new file mode 100644 index 00000000..71e34075 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/melon_seeds.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/melon_seeds" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/melon_slice.json b/1.16.5/assets/minecraft/models/item/melon_slice.json new file mode 100644 index 00000000..70a587eb --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/melon_slice.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/melon_slice" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/milk_bucket.json b/1.16.5/assets/minecraft/models/item/milk_bucket.json new file mode 100644 index 00000000..4f4a252f --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/milk_bucket.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/milk_bucket" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/minecart.json b/1.16.5/assets/minecraft/models/item/minecart.json new file mode 100644 index 00000000..f478d37c --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/minecart.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/minecart" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/mojang_banner_pattern.json b/1.16.5/assets/minecraft/models/item/mojang_banner_pattern.json new file mode 100644 index 00000000..bfac8a9e --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/mojang_banner_pattern.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/mojang_banner_pattern" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/mooshroom_spawn_egg.json b/1.16.5/assets/minecraft/models/item/mooshroom_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/mooshroom_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/mossy_cobblestone.json b/1.16.5/assets/minecraft/models/item/mossy_cobblestone.json new file mode 100644 index 00000000..e865e8fc --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/mossy_cobblestone.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/mossy_cobblestone" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/mossy_cobblestone_slab.json b/1.16.5/assets/minecraft/models/item/mossy_cobblestone_slab.json new file mode 100644 index 00000000..814e6a7a --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/mossy_cobblestone_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/mossy_cobblestone_slab" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/mossy_cobblestone_stairs.json b/1.16.5/assets/minecraft/models/item/mossy_cobblestone_stairs.json new file mode 100644 index 00000000..bc2712d2 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/mossy_cobblestone_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/mossy_cobblestone_stairs" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/mossy_cobblestone_wall.json b/1.16.5/assets/minecraft/models/item/mossy_cobblestone_wall.json new file mode 100644 index 00000000..8baaff2b --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/mossy_cobblestone_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/mossy_cobblestone_wall_inventory" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/mossy_stone_brick_slab.json b/1.16.5/assets/minecraft/models/item/mossy_stone_brick_slab.json new file mode 100644 index 00000000..539b7424 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/mossy_stone_brick_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/mossy_stone_brick_slab" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/mossy_stone_brick_stairs.json b/1.16.5/assets/minecraft/models/item/mossy_stone_brick_stairs.json new file mode 100644 index 00000000..2366348b --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/mossy_stone_brick_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/mossy_stone_brick_stairs" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/mossy_stone_brick_wall.json b/1.16.5/assets/minecraft/models/item/mossy_stone_brick_wall.json new file mode 100644 index 00000000..185b158a --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/mossy_stone_brick_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/mossy_stone_brick_wall_inventory" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/mossy_stone_bricks.json b/1.16.5/assets/minecraft/models/item/mossy_stone_bricks.json new file mode 100644 index 00000000..a9fe750f --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/mossy_stone_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/mossy_stone_bricks" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/mule_spawn_egg.json b/1.16.5/assets/minecraft/models/item/mule_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/mule_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/mushroom_stem.json b/1.16.5/assets/minecraft/models/item/mushroom_stem.json new file mode 100644 index 00000000..b791415f --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/mushroom_stem.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/mushroom_stem_inventory" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/mushroom_stew.json b/1.16.5/assets/minecraft/models/item/mushroom_stew.json new file mode 100644 index 00000000..70e31deb --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/mushroom_stew.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/mushroom_stew" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/music_disc_11.json b/1.16.5/assets/minecraft/models/item/music_disc_11.json new file mode 100644 index 00000000..8dc87a40 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/music_disc_11.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/music_disc_11" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/music_disc_13.json b/1.16.5/assets/minecraft/models/item/music_disc_13.json new file mode 100644 index 00000000..f0bb3d73 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/music_disc_13.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/music_disc_13" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/music_disc_blocks.json b/1.16.5/assets/minecraft/models/item/music_disc_blocks.json new file mode 100644 index 00000000..63e58225 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/music_disc_blocks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/music_disc_blocks" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/music_disc_cat.json b/1.16.5/assets/minecraft/models/item/music_disc_cat.json new file mode 100644 index 00000000..1dff43f5 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/music_disc_cat.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/music_disc_cat" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/music_disc_chirp.json b/1.16.5/assets/minecraft/models/item/music_disc_chirp.json new file mode 100644 index 00000000..ec3b4307 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/music_disc_chirp.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/music_disc_chirp" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/music_disc_far.json b/1.16.5/assets/minecraft/models/item/music_disc_far.json new file mode 100644 index 00000000..266a311f --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/music_disc_far.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/music_disc_far" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/music_disc_mall.json b/1.16.5/assets/minecraft/models/item/music_disc_mall.json new file mode 100644 index 00000000..889a2ee0 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/music_disc_mall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/music_disc_mall" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/music_disc_mellohi.json b/1.16.5/assets/minecraft/models/item/music_disc_mellohi.json new file mode 100644 index 00000000..68b51438 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/music_disc_mellohi.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/music_disc_mellohi" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/music_disc_pigstep.json b/1.16.5/assets/minecraft/models/item/music_disc_pigstep.json new file mode 100644 index 00000000..4e2b8786 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/music_disc_pigstep.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/music_disc_pigstep" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/music_disc_stal.json b/1.16.5/assets/minecraft/models/item/music_disc_stal.json new file mode 100644 index 00000000..02f043d2 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/music_disc_stal.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/music_disc_stal" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/music_disc_strad.json b/1.16.5/assets/minecraft/models/item/music_disc_strad.json new file mode 100644 index 00000000..5c4fbd72 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/music_disc_strad.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/music_disc_strad" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/music_disc_wait.json b/1.16.5/assets/minecraft/models/item/music_disc_wait.json new file mode 100644 index 00000000..d46027dc --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/music_disc_wait.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/music_disc_wait" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/music_disc_ward.json b/1.16.5/assets/minecraft/models/item/music_disc_ward.json new file mode 100644 index 00000000..d45d7978 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/music_disc_ward.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/music_disc_ward" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/mutton.json b/1.16.5/assets/minecraft/models/item/mutton.json new file mode 100644 index 00000000..56c070d4 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/mutton.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/mutton" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/mycelium.json b/1.16.5/assets/minecraft/models/item/mycelium.json new file mode 100644 index 00000000..c97f2ec0 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/mycelium.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/mycelium" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/name_tag.json b/1.16.5/assets/minecraft/models/item/name_tag.json new file mode 100644 index 00000000..ee668ff5 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/name_tag.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/name_tag" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/nautilus_shell.json b/1.16.5/assets/minecraft/models/item/nautilus_shell.json new file mode 100644 index 00000000..35a8e509 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/nautilus_shell.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/nautilus_shell" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/nether_brick.json b/1.16.5/assets/minecraft/models/item/nether_brick.json new file mode 100644 index 00000000..b7260584 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/nether_brick.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/nether_brick" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/nether_brick_fence.json b/1.16.5/assets/minecraft/models/item/nether_brick_fence.json new file mode 100644 index 00000000..5a72d31a --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/nether_brick_fence.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/nether_brick_fence_inventory" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/nether_brick_slab.json b/1.16.5/assets/minecraft/models/item/nether_brick_slab.json new file mode 100644 index 00000000..dc7b2097 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/nether_brick_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/nether_brick_slab" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/nether_brick_stairs.json b/1.16.5/assets/minecraft/models/item/nether_brick_stairs.json new file mode 100644 index 00000000..c0669dfe --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/nether_brick_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/nether_brick_stairs" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/nether_brick_wall.json b/1.16.5/assets/minecraft/models/item/nether_brick_wall.json new file mode 100644 index 00000000..e01270d4 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/nether_brick_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/nether_brick_wall_inventory" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/nether_bricks.json b/1.16.5/assets/minecraft/models/item/nether_bricks.json new file mode 100644 index 00000000..ada571f6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/nether_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/nether_bricks" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/nether_gold_ore.json b/1.16.5/assets/minecraft/models/item/nether_gold_ore.json new file mode 100644 index 00000000..ca989c79 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/nether_gold_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/nether_gold_ore" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/nether_quartz_ore.json b/1.16.5/assets/minecraft/models/item/nether_quartz_ore.json new file mode 100644 index 00000000..4c6d1bf7 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/nether_quartz_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/nether_quartz_ore" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/nether_sprouts.json b/1.16.5/assets/minecraft/models/item/nether_sprouts.json new file mode 100644 index 00000000..847698f8 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/nether_sprouts.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/nether_sprouts" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/nether_star.json b/1.16.5/assets/minecraft/models/item/nether_star.json new file mode 100644 index 00000000..b2874c28 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/nether_star.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/nether_star" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/nether_wart.json b/1.16.5/assets/minecraft/models/item/nether_wart.json new file mode 100644 index 00000000..de82d450 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/nether_wart.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/nether_wart" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/nether_wart_block.json b/1.16.5/assets/minecraft/models/item/nether_wart_block.json new file mode 100644 index 00000000..a66f9a27 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/nether_wart_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/nether_wart_block" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/netherite_axe.json b/1.16.5/assets/minecraft/models/item/netherite_axe.json new file mode 100644 index 00000000..50d50009 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/netherite_axe.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "minecraft:item/netherite_axe" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/netherite_block.json b/1.16.5/assets/minecraft/models/item/netherite_block.json new file mode 100644 index 00000000..828da634 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/netherite_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/netherite_block" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/netherite_boots.json b/1.16.5/assets/minecraft/models/item/netherite_boots.json new file mode 100644 index 00000000..c7dae902 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/netherite_boots.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/netherite_boots" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/netherite_chestplate.json b/1.16.5/assets/minecraft/models/item/netherite_chestplate.json new file mode 100644 index 00000000..61d2982a --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/netherite_chestplate.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/netherite_chestplate" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/netherite_helmet.json b/1.16.5/assets/minecraft/models/item/netherite_helmet.json new file mode 100644 index 00000000..4df20a59 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/netherite_helmet.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/netherite_helmet" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/netherite_hoe.json b/1.16.5/assets/minecraft/models/item/netherite_hoe.json new file mode 100644 index 00000000..d9c185dc --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/netherite_hoe.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "minecraft:item/netherite_hoe" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/netherite_ingot.json b/1.16.5/assets/minecraft/models/item/netherite_ingot.json new file mode 100644 index 00000000..0ef436c0 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/netherite_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/netherite_ingot" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/netherite_leggings.json b/1.16.5/assets/minecraft/models/item/netherite_leggings.json new file mode 100644 index 00000000..e3e889cc --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/netherite_leggings.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/netherite_leggings" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/netherite_pickaxe.json b/1.16.5/assets/minecraft/models/item/netherite_pickaxe.json new file mode 100644 index 00000000..663d5162 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/netherite_pickaxe.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "minecraft:item/netherite_pickaxe" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/netherite_scrap.json b/1.16.5/assets/minecraft/models/item/netherite_scrap.json new file mode 100644 index 00000000..8465c678 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/netherite_scrap.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/netherite_scrap" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/netherite_shovel.json b/1.16.5/assets/minecraft/models/item/netherite_shovel.json new file mode 100644 index 00000000..88e93948 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/netherite_shovel.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "minecraft:item/netherite_shovel" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/netherite_sword.json b/1.16.5/assets/minecraft/models/item/netherite_sword.json new file mode 100644 index 00000000..a2d7ef42 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/netherite_sword.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "minecraft:item/netherite_sword" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/netherrack.json b/1.16.5/assets/minecraft/models/item/netherrack.json new file mode 100644 index 00000000..39d75ee8 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/netherrack.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/netherrack" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/note_block.json b/1.16.5/assets/minecraft/models/item/note_block.json new file mode 100644 index 00000000..dd873344 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/note_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/note_block" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/oak_boat.json b/1.16.5/assets/minecraft/models/item/oak_boat.json new file mode 100644 index 00000000..793cf520 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/oak_boat.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/oak_boat" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/oak_button.json b/1.16.5/assets/minecraft/models/item/oak_button.json new file mode 100644 index 00000000..7e99608e --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/oak_button.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/oak_button_inventory" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/oak_door.json b/1.16.5/assets/minecraft/models/item/oak_door.json new file mode 100644 index 00000000..93f7e735 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/oak_door.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/oak_door" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/oak_fence.json b/1.16.5/assets/minecraft/models/item/oak_fence.json new file mode 100644 index 00000000..039fd914 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/oak_fence.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/oak_fence_inventory" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/oak_fence_gate.json b/1.16.5/assets/minecraft/models/item/oak_fence_gate.json new file mode 100644 index 00000000..04dee087 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/oak_fence_gate.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/oak_fence_gate" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/oak_leaves.json b/1.16.5/assets/minecraft/models/item/oak_leaves.json new file mode 100644 index 00000000..a54fc8a7 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/oak_leaves.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/oak_leaves" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/oak_log.json b/1.16.5/assets/minecraft/models/item/oak_log.json new file mode 100644 index 00000000..b450f38f --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/oak_log.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/oak_log" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/oak_planks.json b/1.16.5/assets/minecraft/models/item/oak_planks.json new file mode 100644 index 00000000..a0351753 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/oak_planks.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/oak_planks" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/oak_pressure_plate.json b/1.16.5/assets/minecraft/models/item/oak_pressure_plate.json new file mode 100644 index 00000000..ec3f4456 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/oak_pressure_plate.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/oak_pressure_plate" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/oak_sapling.json b/1.16.5/assets/minecraft/models/item/oak_sapling.json new file mode 100644 index 00000000..93a96b44 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/oak_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/oak_sapling" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/oak_sign.json b/1.16.5/assets/minecraft/models/item/oak_sign.json new file mode 100644 index 00000000..0f6a0f05 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/oak_sign.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/oak_sign" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/oak_slab.json b/1.16.5/assets/minecraft/models/item/oak_slab.json new file mode 100644 index 00000000..263d7d00 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/oak_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/oak_slab" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/oak_stairs.json b/1.16.5/assets/minecraft/models/item/oak_stairs.json new file mode 100644 index 00000000..282b4310 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/oak_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/oak_stairs" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/oak_trapdoor.json b/1.16.5/assets/minecraft/models/item/oak_trapdoor.json new file mode 100644 index 00000000..a041a5b4 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/oak_trapdoor.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/oak_trapdoor_bottom" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/oak_wood.json b/1.16.5/assets/minecraft/models/item/oak_wood.json new file mode 100644 index 00000000..a51270ef --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/oak_wood.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/oak_wood" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/observer.json b/1.16.5/assets/minecraft/models/item/observer.json new file mode 100644 index 00000000..c1e1ddfe --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/observer.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/observer" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/obsidian.json b/1.16.5/assets/minecraft/models/item/obsidian.json new file mode 100644 index 00000000..0c124ed6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/obsidian.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/obsidian" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/ocelot_spawn_egg.json b/1.16.5/assets/minecraft/models/item/ocelot_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/ocelot_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/orange_banner.json b/1.16.5/assets/minecraft/models/item/orange_banner.json new file mode 100644 index 00000000..661a106d --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/orange_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_banner" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/orange_bed.json b/1.16.5/assets/minecraft/models/item/orange_bed.json new file mode 100644 index 00000000..c014375a --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/orange_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/template_bed", + "textures": { + "particle": "minecraft:block/orange_wool" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/orange_carpet.json b/1.16.5/assets/minecraft/models/item/orange_carpet.json new file mode 100644 index 00000000..f1421e23 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/orange_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/orange_carpet" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/orange_concrete.json b/1.16.5/assets/minecraft/models/item/orange_concrete.json new file mode 100644 index 00000000..6238369f --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/orange_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/orange_concrete" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/orange_concrete_powder.json b/1.16.5/assets/minecraft/models/item/orange_concrete_powder.json new file mode 100644 index 00000000..3c854fe1 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/orange_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/orange_concrete_powder" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/orange_dye.json b/1.16.5/assets/minecraft/models/item/orange_dye.json new file mode 100644 index 00000000..4c5e5e9b --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/orange_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/orange_dye" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/orange_glazed_terracotta.json b/1.16.5/assets/minecraft/models/item/orange_glazed_terracotta.json new file mode 100644 index 00000000..9a67ff62 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/orange_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/orange_glazed_terracotta" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/orange_shulker_box.json b/1.16.5/assets/minecraft/models/item/orange_shulker_box.json new file mode 100644 index 00000000..e8a725a2 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/orange_shulker_box.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/template_shulker_box", + "textures": { + "particle": "minecraft:block/orange_shulker_box" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/orange_stained_glass.json b/1.16.5/assets/minecraft/models/item/orange_stained_glass.json new file mode 100644 index 00000000..b00fed28 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/orange_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/orange_stained_glass" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/orange_stained_glass_pane.json b/1.16.5/assets/minecraft/models/item/orange_stained_glass_pane.json new file mode 100644 index 00000000..756f767a --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/orange_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/orange_stained_glass" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/orange_terracotta.json b/1.16.5/assets/minecraft/models/item/orange_terracotta.json new file mode 100644 index 00000000..6d399783 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/orange_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/orange_terracotta" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/orange_tulip.json b/1.16.5/assets/minecraft/models/item/orange_tulip.json new file mode 100644 index 00000000..70ba2d3a --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/orange_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/orange_tulip" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/orange_wool.json b/1.16.5/assets/minecraft/models/item/orange_wool.json new file mode 100644 index 00000000..e7c54f33 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/orange_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/orange_wool" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/oxeye_daisy.json b/1.16.5/assets/minecraft/models/item/oxeye_daisy.json new file mode 100644 index 00000000..dc6eaab3 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/oxeye_daisy.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/oxeye_daisy" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/packed_ice.json b/1.16.5/assets/minecraft/models/item/packed_ice.json new file mode 100644 index 00000000..bada5d8e --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/packed_ice.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/packed_ice" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/painting.json b/1.16.5/assets/minecraft/models/item/painting.json new file mode 100644 index 00000000..0222609b --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/painting.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/painting" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/panda_spawn_egg.json b/1.16.5/assets/minecraft/models/item/panda_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/panda_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/paper.json b/1.16.5/assets/minecraft/models/item/paper.json new file mode 100644 index 00000000..5cfa9dd8 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/paper.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/paper" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/parrot_spawn_egg.json b/1.16.5/assets/minecraft/models/item/parrot_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/parrot_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/peony.json b/1.16.5/assets/minecraft/models/item/peony.json new file mode 100644 index 00000000..b87b076e --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/peony.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/peony_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/petrified_oak_slab.json b/1.16.5/assets/minecraft/models/item/petrified_oak_slab.json new file mode 100644 index 00000000..36ecfd7c --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/petrified_oak_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/petrified_oak_slab" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/phantom_membrane.json b/1.16.5/assets/minecraft/models/item/phantom_membrane.json new file mode 100644 index 00000000..aa7891ce --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/phantom_membrane.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/phantom_membrane" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/phantom_spawn_egg.json b/1.16.5/assets/minecraft/models/item/phantom_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/phantom_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/pig_spawn_egg.json b/1.16.5/assets/minecraft/models/item/pig_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/pig_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/piglin_banner_pattern.json b/1.16.5/assets/minecraft/models/item/piglin_banner_pattern.json new file mode 100644 index 00000000..e19d96c8 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/piglin_banner_pattern.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/piglin_banner_pattern" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/piglin_brute_spawn_egg.json b/1.16.5/assets/minecraft/models/item/piglin_brute_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/piglin_brute_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/piglin_spawn_egg.json b/1.16.5/assets/minecraft/models/item/piglin_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/piglin_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/pillager_spawn_egg.json b/1.16.5/assets/minecraft/models/item/pillager_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/pillager_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/pink_banner.json b/1.16.5/assets/minecraft/models/item/pink_banner.json new file mode 100644 index 00000000..661a106d --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/pink_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_banner" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/pink_bed.json b/1.16.5/assets/minecraft/models/item/pink_bed.json new file mode 100644 index 00000000..7565d98f --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/pink_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/template_bed", + "textures": { + "particle": "minecraft:block/pink_wool" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/pink_carpet.json b/1.16.5/assets/minecraft/models/item/pink_carpet.json new file mode 100644 index 00000000..b2709108 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/pink_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/pink_carpet" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/pink_concrete.json b/1.16.5/assets/minecraft/models/item/pink_concrete.json new file mode 100644 index 00000000..770e1feb --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/pink_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/pink_concrete" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/pink_concrete_powder.json b/1.16.5/assets/minecraft/models/item/pink_concrete_powder.json new file mode 100644 index 00000000..29803f66 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/pink_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/pink_concrete_powder" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/pink_dye.json b/1.16.5/assets/minecraft/models/item/pink_dye.json new file mode 100644 index 00000000..bf230ebc --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/pink_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/pink_dye" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/pink_glazed_terracotta.json b/1.16.5/assets/minecraft/models/item/pink_glazed_terracotta.json new file mode 100644 index 00000000..c8ea2b25 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/pink_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/pink_glazed_terracotta" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/pink_shulker_box.json b/1.16.5/assets/minecraft/models/item/pink_shulker_box.json new file mode 100644 index 00000000..e71465fe --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/pink_shulker_box.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/template_shulker_box", + "textures": { + "particle": "minecraft:block/pink_shulker_box" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/pink_stained_glass.json b/1.16.5/assets/minecraft/models/item/pink_stained_glass.json new file mode 100644 index 00000000..b0bc8968 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/pink_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/pink_stained_glass" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/pink_stained_glass_pane.json b/1.16.5/assets/minecraft/models/item/pink_stained_glass_pane.json new file mode 100644 index 00000000..13681586 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/pink_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/pink_stained_glass" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/pink_terracotta.json b/1.16.5/assets/minecraft/models/item/pink_terracotta.json new file mode 100644 index 00000000..2e558749 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/pink_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/pink_terracotta" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/pink_tulip.json b/1.16.5/assets/minecraft/models/item/pink_tulip.json new file mode 100644 index 00000000..9d76762d --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/pink_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/pink_tulip" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/pink_wool.json b/1.16.5/assets/minecraft/models/item/pink_wool.json new file mode 100644 index 00000000..9f1e510f --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/pink_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/pink_wool" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/piston.json b/1.16.5/assets/minecraft/models/item/piston.json new file mode 100644 index 00000000..669d1c40 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/piston.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/piston_inventory" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/player_head.json b/1.16.5/assets/minecraft/models/item/player_head.json new file mode 100644 index 00000000..364b6e65 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/player_head.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_skull" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/podzol.json b/1.16.5/assets/minecraft/models/item/podzol.json new file mode 100644 index 00000000..ec047498 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/podzol.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/podzol" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/poisonous_potato.json b/1.16.5/assets/minecraft/models/item/poisonous_potato.json new file mode 100644 index 00000000..f3577795 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/poisonous_potato.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/poisonous_potato" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/polar_bear_spawn_egg.json b/1.16.5/assets/minecraft/models/item/polar_bear_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/polar_bear_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/polished_andesite.json b/1.16.5/assets/minecraft/models/item/polished_andesite.json new file mode 100644 index 00000000..4968aa47 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/polished_andesite.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/polished_andesite" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/polished_andesite_slab.json b/1.16.5/assets/minecraft/models/item/polished_andesite_slab.json new file mode 100644 index 00000000..dbaf20ca --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/polished_andesite_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/polished_andesite_slab" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/polished_andesite_stairs.json b/1.16.5/assets/minecraft/models/item/polished_andesite_stairs.json new file mode 100644 index 00000000..0695848c --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/polished_andesite_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/polished_andesite_stairs" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/polished_basalt.json b/1.16.5/assets/minecraft/models/item/polished_basalt.json new file mode 100644 index 00000000..00d0a8ab --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/polished_basalt.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/polished_basalt" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/polished_blackstone.json b/1.16.5/assets/minecraft/models/item/polished_blackstone.json new file mode 100644 index 00000000..b60255af --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/polished_blackstone.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/polished_blackstone" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/polished_blackstone_brick_slab.json b/1.16.5/assets/minecraft/models/item/polished_blackstone_brick_slab.json new file mode 100644 index 00000000..35a5786c --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/polished_blackstone_brick_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/polished_blackstone_brick_slab" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/polished_blackstone_brick_stairs.json b/1.16.5/assets/minecraft/models/item/polished_blackstone_brick_stairs.json new file mode 100644 index 00000000..bfdf49c1 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/polished_blackstone_brick_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/polished_blackstone_brick_stairs" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/polished_blackstone_brick_wall.json b/1.16.5/assets/minecraft/models/item/polished_blackstone_brick_wall.json new file mode 100644 index 00000000..58262eed --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/polished_blackstone_brick_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/polished_blackstone_brick_wall_inventory" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/polished_blackstone_bricks.json b/1.16.5/assets/minecraft/models/item/polished_blackstone_bricks.json new file mode 100644 index 00000000..2c7c6530 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/polished_blackstone_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/polished_blackstone_bricks" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/polished_blackstone_button.json b/1.16.5/assets/minecraft/models/item/polished_blackstone_button.json new file mode 100644 index 00000000..e815336b --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/polished_blackstone_button.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/polished_blackstone_button_inventory" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/polished_blackstone_pressure_plate.json b/1.16.5/assets/minecraft/models/item/polished_blackstone_pressure_plate.json new file mode 100644 index 00000000..766e8c66 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/polished_blackstone_pressure_plate.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/polished_blackstone_pressure_plate" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/polished_blackstone_slab.json b/1.16.5/assets/minecraft/models/item/polished_blackstone_slab.json new file mode 100644 index 00000000..ab598bb6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/polished_blackstone_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/polished_blackstone_slab" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/polished_blackstone_stairs.json b/1.16.5/assets/minecraft/models/item/polished_blackstone_stairs.json new file mode 100644 index 00000000..a21c5771 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/polished_blackstone_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/polished_blackstone_stairs" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/polished_blackstone_wall.json b/1.16.5/assets/minecraft/models/item/polished_blackstone_wall.json new file mode 100644 index 00000000..23e2c0d4 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/polished_blackstone_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/polished_blackstone_wall_inventory" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/polished_diorite.json b/1.16.5/assets/minecraft/models/item/polished_diorite.json new file mode 100644 index 00000000..aed47750 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/polished_diorite.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/polished_diorite" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/polished_diorite_slab.json b/1.16.5/assets/minecraft/models/item/polished_diorite_slab.json new file mode 100644 index 00000000..2fd79e18 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/polished_diorite_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/polished_diorite_slab" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/polished_diorite_stairs.json b/1.16.5/assets/minecraft/models/item/polished_diorite_stairs.json new file mode 100644 index 00000000..0ec5d5a6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/polished_diorite_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/polished_diorite_stairs" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/polished_granite.json b/1.16.5/assets/minecraft/models/item/polished_granite.json new file mode 100644 index 00000000..11ee51c4 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/polished_granite.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/polished_granite" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/polished_granite_slab.json b/1.16.5/assets/minecraft/models/item/polished_granite_slab.json new file mode 100644 index 00000000..add758b6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/polished_granite_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/polished_granite_slab" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/polished_granite_stairs.json b/1.16.5/assets/minecraft/models/item/polished_granite_stairs.json new file mode 100644 index 00000000..083d71c8 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/polished_granite_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/polished_granite_stairs" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/popped_chorus_fruit.json b/1.16.5/assets/minecraft/models/item/popped_chorus_fruit.json new file mode 100644 index 00000000..b5357bde --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/popped_chorus_fruit.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/popped_chorus_fruit" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/poppy.json b/1.16.5/assets/minecraft/models/item/poppy.json new file mode 100644 index 00000000..089cf3ed --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/poppy.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/poppy" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/porkchop.json b/1.16.5/assets/minecraft/models/item/porkchop.json new file mode 100644 index 00000000..7de45731 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/porkchop.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/porkchop" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/potato.json b/1.16.5/assets/minecraft/models/item/potato.json new file mode 100644 index 00000000..3ba92381 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/potato.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/potato" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/potion.json b/1.16.5/assets/minecraft/models/item/potion.json new file mode 100644 index 00000000..73c2a578 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/potion.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/potion_overlay", + "layer1": "item/potion" + } +} diff --git a/1.16.5/assets/minecraft/models/item/powered_rail.json b/1.16.5/assets/minecraft/models/item/powered_rail.json new file mode 100644 index 00000000..ecaf13bf --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/powered_rail.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/powered_rail" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/prismarine.json b/1.16.5/assets/minecraft/models/item/prismarine.json new file mode 100644 index 00000000..052a4159 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/prismarine.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/prismarine" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/prismarine_brick_slab.json b/1.16.5/assets/minecraft/models/item/prismarine_brick_slab.json new file mode 100644 index 00000000..905e4429 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/prismarine_brick_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/prismarine_brick_slab" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/prismarine_brick_stairs.json b/1.16.5/assets/minecraft/models/item/prismarine_brick_stairs.json new file mode 100644 index 00000000..e5f6c0f4 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/prismarine_brick_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/prismarine_brick_stairs" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/prismarine_bricks.json b/1.16.5/assets/minecraft/models/item/prismarine_bricks.json new file mode 100644 index 00000000..dfe1634f --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/prismarine_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/prismarine_bricks" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/prismarine_crystals.json b/1.16.5/assets/minecraft/models/item/prismarine_crystals.json new file mode 100644 index 00000000..6883eebe --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/prismarine_crystals.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/prismarine_crystals" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/prismarine_shard.json b/1.16.5/assets/minecraft/models/item/prismarine_shard.json new file mode 100644 index 00000000..7b533d3f --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/prismarine_shard.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/prismarine_shard" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/prismarine_slab.json b/1.16.5/assets/minecraft/models/item/prismarine_slab.json new file mode 100644 index 00000000..9894ef18 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/prismarine_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/prismarine_slab" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/prismarine_stairs.json b/1.16.5/assets/minecraft/models/item/prismarine_stairs.json new file mode 100644 index 00000000..356abf59 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/prismarine_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/prismarine_stairs" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/prismarine_wall.json b/1.16.5/assets/minecraft/models/item/prismarine_wall.json new file mode 100644 index 00000000..16dec992 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/prismarine_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/prismarine_wall_inventory" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/pufferfish.json b/1.16.5/assets/minecraft/models/item/pufferfish.json new file mode 100644 index 00000000..11ebd219 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/pufferfish.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/pufferfish" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/pufferfish_bucket.json b/1.16.5/assets/minecraft/models/item/pufferfish_bucket.json new file mode 100644 index 00000000..b5abbd8f --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/pufferfish_bucket.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/pufferfish_bucket" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/pufferfish_spawn_egg.json b/1.16.5/assets/minecraft/models/item/pufferfish_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/pufferfish_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/pumpkin.json b/1.16.5/assets/minecraft/models/item/pumpkin.json new file mode 100644 index 00000000..f725b476 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/pumpkin.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/pumpkin" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/pumpkin_pie.json b/1.16.5/assets/minecraft/models/item/pumpkin_pie.json new file mode 100644 index 00000000..72ba77d5 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/pumpkin_pie.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/pumpkin_pie" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/pumpkin_seeds.json b/1.16.5/assets/minecraft/models/item/pumpkin_seeds.json new file mode 100644 index 00000000..bd203f06 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/pumpkin_seeds.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/pumpkin_seeds" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/purple_banner.json b/1.16.5/assets/minecraft/models/item/purple_banner.json new file mode 100644 index 00000000..661a106d --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/purple_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_banner" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/purple_bed.json b/1.16.5/assets/minecraft/models/item/purple_bed.json new file mode 100644 index 00000000..606fae8c --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/purple_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/template_bed", + "textures": { + "particle": "minecraft:block/purple_wool" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/purple_carpet.json b/1.16.5/assets/minecraft/models/item/purple_carpet.json new file mode 100644 index 00000000..94ffd9f4 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/purple_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/purple_carpet" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/purple_concrete.json b/1.16.5/assets/minecraft/models/item/purple_concrete.json new file mode 100644 index 00000000..437f58fc --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/purple_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/purple_concrete" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/purple_concrete_powder.json b/1.16.5/assets/minecraft/models/item/purple_concrete_powder.json new file mode 100644 index 00000000..77dba432 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/purple_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/purple_concrete_powder" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/purple_dye.json b/1.16.5/assets/minecraft/models/item/purple_dye.json new file mode 100644 index 00000000..a4082d10 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/purple_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/purple_dye" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/purple_glazed_terracotta.json b/1.16.5/assets/minecraft/models/item/purple_glazed_terracotta.json new file mode 100644 index 00000000..be42ab1a --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/purple_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/purple_glazed_terracotta" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/purple_shulker_box.json b/1.16.5/assets/minecraft/models/item/purple_shulker_box.json new file mode 100644 index 00000000..8521d10f --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/purple_shulker_box.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/template_shulker_box", + "textures": { + "particle": "minecraft:block/purple_shulker_box" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/purple_stained_glass.json b/1.16.5/assets/minecraft/models/item/purple_stained_glass.json new file mode 100644 index 00000000..cf2ee673 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/purple_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/purple_stained_glass" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/purple_stained_glass_pane.json b/1.16.5/assets/minecraft/models/item/purple_stained_glass_pane.json new file mode 100644 index 00000000..646a69b9 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/purple_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/purple_stained_glass" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/purple_terracotta.json b/1.16.5/assets/minecraft/models/item/purple_terracotta.json new file mode 100644 index 00000000..a69670d8 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/purple_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/purple_terracotta" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/purple_wool.json b/1.16.5/assets/minecraft/models/item/purple_wool.json new file mode 100644 index 00000000..71160d26 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/purple_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/purple_wool" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/purpur_block.json b/1.16.5/assets/minecraft/models/item/purpur_block.json new file mode 100644 index 00000000..3e7dfa5a --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/purpur_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/purpur_block" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/purpur_pillar.json b/1.16.5/assets/minecraft/models/item/purpur_pillar.json new file mode 100644 index 00000000..2cb1ab30 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/purpur_pillar.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/purpur_pillar" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/purpur_slab.json b/1.16.5/assets/minecraft/models/item/purpur_slab.json new file mode 100644 index 00000000..385a03be --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/purpur_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/purpur_slab" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/purpur_stairs.json b/1.16.5/assets/minecraft/models/item/purpur_stairs.json new file mode 100644 index 00000000..4f881026 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/purpur_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/purpur_stairs" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/quartz.json b/1.16.5/assets/minecraft/models/item/quartz.json new file mode 100644 index 00000000..6da4a860 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/quartz.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/quartz" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/quartz_block.json b/1.16.5/assets/minecraft/models/item/quartz_block.json new file mode 100644 index 00000000..f0966126 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/quartz_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/quartz_block" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/quartz_bricks.json b/1.16.5/assets/minecraft/models/item/quartz_bricks.json new file mode 100644 index 00000000..d2d45cf7 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/quartz_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/quartz_bricks" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/quartz_pillar.json b/1.16.5/assets/minecraft/models/item/quartz_pillar.json new file mode 100644 index 00000000..52905d11 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/quartz_pillar.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/quartz_pillar" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/quartz_slab.json b/1.16.5/assets/minecraft/models/item/quartz_slab.json new file mode 100644 index 00000000..9cd0ebe7 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/quartz_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/quartz_slab" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/quartz_stairs.json b/1.16.5/assets/minecraft/models/item/quartz_stairs.json new file mode 100644 index 00000000..4126d6e4 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/quartz_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/quartz_stairs" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/rabbit.json b/1.16.5/assets/minecraft/models/item/rabbit.json new file mode 100644 index 00000000..0c0294ff --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/rabbit.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/rabbit" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/rabbit_foot.json b/1.16.5/assets/minecraft/models/item/rabbit_foot.json new file mode 100644 index 00000000..dc68690a --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/rabbit_foot.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/rabbit_foot" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/rabbit_hide.json b/1.16.5/assets/minecraft/models/item/rabbit_hide.json new file mode 100644 index 00000000..b6327793 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/rabbit_hide.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/rabbit_hide" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/rabbit_spawn_egg.json b/1.16.5/assets/minecraft/models/item/rabbit_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/rabbit_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/rabbit_stew.json b/1.16.5/assets/minecraft/models/item/rabbit_stew.json new file mode 100644 index 00000000..311dfe99 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/rabbit_stew.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/rabbit_stew" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/rail.json b/1.16.5/assets/minecraft/models/item/rail.json new file mode 100644 index 00000000..4e07db10 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/rail.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/rail" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/ravager_spawn_egg.json b/1.16.5/assets/minecraft/models/item/ravager_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/ravager_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/red_banner.json b/1.16.5/assets/minecraft/models/item/red_banner.json new file mode 100644 index 00000000..661a106d --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/red_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_banner" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/red_bed.json b/1.16.5/assets/minecraft/models/item/red_bed.json new file mode 100644 index 00000000..7a15f551 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/red_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/template_bed", + "textures": { + "particle": "minecraft:block/red_wool" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/red_carpet.json b/1.16.5/assets/minecraft/models/item/red_carpet.json new file mode 100644 index 00000000..18e4d52e --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/red_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/red_carpet" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/red_concrete.json b/1.16.5/assets/minecraft/models/item/red_concrete.json new file mode 100644 index 00000000..34a0630b --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/red_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/red_concrete" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/red_concrete_powder.json b/1.16.5/assets/minecraft/models/item/red_concrete_powder.json new file mode 100644 index 00000000..36e0ede7 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/red_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/red_concrete_powder" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/red_dye.json b/1.16.5/assets/minecraft/models/item/red_dye.json new file mode 100644 index 00000000..77765d36 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/red_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/red_dye" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/red_glazed_terracotta.json b/1.16.5/assets/minecraft/models/item/red_glazed_terracotta.json new file mode 100644 index 00000000..3870bc2c --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/red_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/red_glazed_terracotta" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/red_mushroom.json b/1.16.5/assets/minecraft/models/item/red_mushroom.json new file mode 100644 index 00000000..3be0c03f --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/red_mushroom.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/red_mushroom" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/red_mushroom_block.json b/1.16.5/assets/minecraft/models/item/red_mushroom_block.json new file mode 100644 index 00000000..5ed44fb4 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/red_mushroom_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/red_mushroom_block_inventory" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/red_nether_brick_slab.json b/1.16.5/assets/minecraft/models/item/red_nether_brick_slab.json new file mode 100644 index 00000000..73ba1684 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/red_nether_brick_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/red_nether_brick_slab" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/red_nether_brick_stairs.json b/1.16.5/assets/minecraft/models/item/red_nether_brick_stairs.json new file mode 100644 index 00000000..98d716be --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/red_nether_brick_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/red_nether_brick_stairs" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/red_nether_brick_wall.json b/1.16.5/assets/minecraft/models/item/red_nether_brick_wall.json new file mode 100644 index 00000000..48f50a64 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/red_nether_brick_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/red_nether_brick_wall_inventory" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/red_nether_bricks.json b/1.16.5/assets/minecraft/models/item/red_nether_bricks.json new file mode 100644 index 00000000..51d3d11c --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/red_nether_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/red_nether_bricks" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/red_sand.json b/1.16.5/assets/minecraft/models/item/red_sand.json new file mode 100644 index 00000000..f3459a82 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/red_sand.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/red_sand" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/red_sandstone.json b/1.16.5/assets/minecraft/models/item/red_sandstone.json new file mode 100644 index 00000000..305751fa --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/red_sandstone.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/red_sandstone" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/red_sandstone_slab.json b/1.16.5/assets/minecraft/models/item/red_sandstone_slab.json new file mode 100644 index 00000000..c7473565 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/red_sandstone_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/red_sandstone_slab" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/red_sandstone_stairs.json b/1.16.5/assets/minecraft/models/item/red_sandstone_stairs.json new file mode 100644 index 00000000..6c0f1c52 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/red_sandstone_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/red_sandstone_stairs" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/red_sandstone_wall.json b/1.16.5/assets/minecraft/models/item/red_sandstone_wall.json new file mode 100644 index 00000000..7dc10d93 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/red_sandstone_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/red_sandstone_wall_inventory" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/red_shulker_box.json b/1.16.5/assets/minecraft/models/item/red_shulker_box.json new file mode 100644 index 00000000..618ccff6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/red_shulker_box.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/template_shulker_box", + "textures": { + "particle": "minecraft:block/red_shulker_box" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/red_stained_glass.json b/1.16.5/assets/minecraft/models/item/red_stained_glass.json new file mode 100644 index 00000000..235d35da --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/red_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/red_stained_glass" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/red_stained_glass_pane.json b/1.16.5/assets/minecraft/models/item/red_stained_glass_pane.json new file mode 100644 index 00000000..699b006f --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/red_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/red_stained_glass" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/red_terracotta.json b/1.16.5/assets/minecraft/models/item/red_terracotta.json new file mode 100644 index 00000000..2ded3a9d --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/red_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/red_terracotta" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/red_tulip.json b/1.16.5/assets/minecraft/models/item/red_tulip.json new file mode 100644 index 00000000..406b1ece --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/red_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/red_tulip" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/red_wool.json b/1.16.5/assets/minecraft/models/item/red_wool.json new file mode 100644 index 00000000..b0dd8dd6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/red_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/red_wool" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/redstone.json b/1.16.5/assets/minecraft/models/item/redstone.json new file mode 100644 index 00000000..d273009e --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/redstone.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/redstone" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/redstone_block.json b/1.16.5/assets/minecraft/models/item/redstone_block.json new file mode 100644 index 00000000..71d9d176 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/redstone_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/redstone_block" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/redstone_lamp.json b/1.16.5/assets/minecraft/models/item/redstone_lamp.json new file mode 100644 index 00000000..47f36c43 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/redstone_lamp.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/redstone_lamp" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/redstone_ore.json b/1.16.5/assets/minecraft/models/item/redstone_ore.json new file mode 100644 index 00000000..503fed06 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/redstone_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/redstone_ore" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/redstone_torch.json b/1.16.5/assets/minecraft/models/item/redstone_torch.json new file mode 100644 index 00000000..ba2060bb --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/redstone_torch.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/redstone_torch" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/repeater.json b/1.16.5/assets/minecraft/models/item/repeater.json new file mode 100644 index 00000000..7a8b05fb --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/repeater.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/repeater" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/repeating_command_block.json b/1.16.5/assets/minecraft/models/item/repeating_command_block.json new file mode 100644 index 00000000..75492a4b --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/repeating_command_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/repeating_command_block" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/respawn_anchor.json b/1.16.5/assets/minecraft/models/item/respawn_anchor.json new file mode 100644 index 00000000..7fa102a3 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/respawn_anchor.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/respawn_anchor_0" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/rose_bush.json b/1.16.5/assets/minecraft/models/item/rose_bush.json new file mode 100644 index 00000000..4a71ea35 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/rose_bush.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/rose_bush_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/rotten_flesh.json b/1.16.5/assets/minecraft/models/item/rotten_flesh.json new file mode 100644 index 00000000..6d789952 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/rotten_flesh.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/rotten_flesh" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/saddle.json b/1.16.5/assets/minecraft/models/item/saddle.json new file mode 100644 index 00000000..91895cb4 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/saddle.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/saddle" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/salmon.json b/1.16.5/assets/minecraft/models/item/salmon.json new file mode 100644 index 00000000..dcac1db7 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/salmon.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/salmon" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/salmon_bucket.json b/1.16.5/assets/minecraft/models/item/salmon_bucket.json new file mode 100644 index 00000000..15217f22 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/salmon_bucket.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/salmon_bucket" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/salmon_spawn_egg.json b/1.16.5/assets/minecraft/models/item/salmon_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/salmon_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/sand.json b/1.16.5/assets/minecraft/models/item/sand.json new file mode 100644 index 00000000..96c1d00d --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/sand.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/sand" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/sandstone.json b/1.16.5/assets/minecraft/models/item/sandstone.json new file mode 100644 index 00000000..474b0ddb --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/sandstone.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/sandstone" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/sandstone_slab.json b/1.16.5/assets/minecraft/models/item/sandstone_slab.json new file mode 100644 index 00000000..7b8fc6bd --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/sandstone_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/sandstone_slab" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/sandstone_stairs.json b/1.16.5/assets/minecraft/models/item/sandstone_stairs.json new file mode 100644 index 00000000..989e41ff --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/sandstone_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/sandstone_stairs" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/sandstone_wall.json b/1.16.5/assets/minecraft/models/item/sandstone_wall.json new file mode 100644 index 00000000..b4f2149b --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/sandstone_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/sandstone_wall_inventory" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/scaffolding.json b/1.16.5/assets/minecraft/models/item/scaffolding.json new file mode 100644 index 00000000..1946d80f --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/scaffolding.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/scaffolding_stable" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/scute.json b/1.16.5/assets/minecraft/models/item/scute.json new file mode 100644 index 00000000..3d4f4133 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/scute.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/scute" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/sea_lantern.json b/1.16.5/assets/minecraft/models/item/sea_lantern.json new file mode 100644 index 00000000..72561fc0 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/sea_lantern.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/sea_lantern" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/sea_pickle.json b/1.16.5/assets/minecraft/models/item/sea_pickle.json new file mode 100644 index 00000000..c7f2f968 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/sea_pickle.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/sea_pickle" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/seagrass.json b/1.16.5/assets/minecraft/models/item/seagrass.json new file mode 100644 index 00000000..91c88ccb --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/seagrass.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/seagrass" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/shears.json b/1.16.5/assets/minecraft/models/item/shears.json new file mode 100644 index 00000000..bc9bf014 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/shears.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/shears" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/sheep_spawn_egg.json b/1.16.5/assets/minecraft/models/item/sheep_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/sheep_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/shield.json b/1.16.5/assets/minecraft/models/item/shield.json new file mode 100644 index 00000000..ef24bd31 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/shield.json @@ -0,0 +1,52 @@ +{ + "parent": "builtin/entity", + "gui_light": "front", + "textures": { + "particle": "block/dark_oak_planks" + }, + "display": { + "thirdperson_righthand": { + "rotation": [ 0, 90, 0 ], + "translation": [ 10, 6, -4 ], + "scale": [ 1, 1, 1 ] + }, + "thirdperson_lefthand": { + "rotation": [ 0, 90, 0 ], + "translation": [ 10, 6, 12 ], + "scale": [ 1, 1, 1 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 180, 5 ], + "translation": [ -10, 2, -10 ], + "scale": [ 1.25, 1.25, 1.25 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, 180, 5 ], + "translation": [ 10, 0, -10 ], + "scale": [ 1.25, 1.25, 1.25 ] + }, + "gui": { + "rotation": [ 15, -25, -5 ], + "translation": [ 2, 3, 0 ], + "scale": [ 0.65, 0.65, 0.65 ] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "translation": [ -2, 4, -5], + "scale":[ 0.5, 0.5, 0.5] + }, + "ground": { + "rotation": [ 0, 0, 0 ], + "translation": [ 4, 4, 2], + "scale":[ 0.25, 0.25, 0.25] + } + }, + "overrides": [ + { + "predicate": { + "blocking": 1 + }, + "model": "item/shield_blocking" + } + ] +} diff --git a/1.16.5/assets/minecraft/models/item/shield_blocking.json b/1.16.5/assets/minecraft/models/item/shield_blocking.json new file mode 100644 index 00000000..1affe4d4 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/shield_blocking.json @@ -0,0 +1,34 @@ +{ + "parent": "builtin/entity", + "gui_light": "front", + "textures": { + "particle": "block/dark_oak_planks" + }, + "display": { + "thirdperson_righthand": { + "rotation": [ 45, 135, 0 ], + "translation": [ 3.51, 11, -2 ], + "scale": [ 1, 1, 1 ] + }, + "thirdperson_lefthand": { + "rotation": [ 45, 135, 0 ], + "translation": [ 13.51, 3, 5 ], + "scale": [ 1, 1, 1 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 180, -5 ], + "translation": [ -15, 5, -11 ], + "scale": [ 1.25, 1.25, 1.25 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, 180, -5 ], + "translation": [ 5, 5, -11 ], + "scale": [ 1.25, 1.25, 1.25 ] + }, + "gui": { + "rotation": [ 15, -25, -5 ], + "translation": [ 2, 3, 0 ], + "scale": [ 0.65, 0.65, 0.65 ] + } + } +} diff --git a/1.16.5/assets/minecraft/models/item/shroomlight.json b/1.16.5/assets/minecraft/models/item/shroomlight.json new file mode 100644 index 00000000..5d8aef63 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/shroomlight.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/shroomlight" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/shulker_box.json b/1.16.5/assets/minecraft/models/item/shulker_box.json new file mode 100644 index 00000000..f547516b --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/shulker_box.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/template_shulker_box", + "textures": { + "particle": "minecraft:block/shulker_box" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/shulker_shell.json b/1.16.5/assets/minecraft/models/item/shulker_shell.json new file mode 100644 index 00000000..6aae0f45 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/shulker_shell.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/shulker_shell" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/shulker_spawn_egg.json b/1.16.5/assets/minecraft/models/item/shulker_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/shulker_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/silverfish_spawn_egg.json b/1.16.5/assets/minecraft/models/item/silverfish_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/silverfish_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/skeleton_horse_spawn_egg.json b/1.16.5/assets/minecraft/models/item/skeleton_horse_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/skeleton_horse_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/skeleton_skull.json b/1.16.5/assets/minecraft/models/item/skeleton_skull.json new file mode 100644 index 00000000..364b6e65 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/skeleton_skull.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_skull" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/skeleton_spawn_egg.json b/1.16.5/assets/minecraft/models/item/skeleton_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/skeleton_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/skull_banner_pattern.json b/1.16.5/assets/minecraft/models/item/skull_banner_pattern.json new file mode 100644 index 00000000..a39281f7 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/skull_banner_pattern.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/skull_banner_pattern" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/slime_ball.json b/1.16.5/assets/minecraft/models/item/slime_ball.json new file mode 100644 index 00000000..812f0860 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/slime_ball.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/slime_ball" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/slime_block.json b/1.16.5/assets/minecraft/models/item/slime_block.json new file mode 100644 index 00000000..848fbdaf --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/slime_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/slime_block" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/slime_spawn_egg.json b/1.16.5/assets/minecraft/models/item/slime_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/slime_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/smithing_table.json b/1.16.5/assets/minecraft/models/item/smithing_table.json new file mode 100644 index 00000000..3028d70f --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/smithing_table.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/smithing_table" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/smoker.json b/1.16.5/assets/minecraft/models/item/smoker.json new file mode 100644 index 00000000..7d274018 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/smoker.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/smoker" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/smooth_quartz.json b/1.16.5/assets/minecraft/models/item/smooth_quartz.json new file mode 100644 index 00000000..b2047c83 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/smooth_quartz.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/smooth_quartz" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/smooth_quartz_slab.json b/1.16.5/assets/minecraft/models/item/smooth_quartz_slab.json new file mode 100644 index 00000000..55c15fa9 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/smooth_quartz_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/smooth_quartz_slab" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/smooth_quartz_stairs.json b/1.16.5/assets/minecraft/models/item/smooth_quartz_stairs.json new file mode 100644 index 00000000..bddcd1cc --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/smooth_quartz_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/smooth_quartz_stairs" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/smooth_red_sandstone.json b/1.16.5/assets/minecraft/models/item/smooth_red_sandstone.json new file mode 100644 index 00000000..3e8943e4 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/smooth_red_sandstone.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/smooth_red_sandstone" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/smooth_red_sandstone_slab.json b/1.16.5/assets/minecraft/models/item/smooth_red_sandstone_slab.json new file mode 100644 index 00000000..cae67922 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/smooth_red_sandstone_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/smooth_red_sandstone_slab" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/smooth_red_sandstone_stairs.json b/1.16.5/assets/minecraft/models/item/smooth_red_sandstone_stairs.json new file mode 100644 index 00000000..1ba4dd5e --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/smooth_red_sandstone_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/smooth_red_sandstone_stairs" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/smooth_sandstone.json b/1.16.5/assets/minecraft/models/item/smooth_sandstone.json new file mode 100644 index 00000000..d702d287 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/smooth_sandstone.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/smooth_sandstone" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/smooth_sandstone_slab.json b/1.16.5/assets/minecraft/models/item/smooth_sandstone_slab.json new file mode 100644 index 00000000..934c7ada --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/smooth_sandstone_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/smooth_sandstone_slab" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/smooth_sandstone_stairs.json b/1.16.5/assets/minecraft/models/item/smooth_sandstone_stairs.json new file mode 100644 index 00000000..74ab5a1a --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/smooth_sandstone_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/smooth_sandstone_stairs" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/smooth_stone.json b/1.16.5/assets/minecraft/models/item/smooth_stone.json new file mode 100644 index 00000000..393605bd --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/smooth_stone.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/smooth_stone" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/smooth_stone_slab.json b/1.16.5/assets/minecraft/models/item/smooth_stone_slab.json new file mode 100644 index 00000000..e33dcb4c --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/smooth_stone_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/smooth_stone_slab" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/snow.json b/1.16.5/assets/minecraft/models/item/snow.json new file mode 100644 index 00000000..a4d1c989 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/snow.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/snow_height2" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/snow_block.json b/1.16.5/assets/minecraft/models/item/snow_block.json new file mode 100644 index 00000000..1564e775 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/snow_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/snow_block" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/snowball.json b/1.16.5/assets/minecraft/models/item/snowball.json new file mode 100644 index 00000000..7dec4dee --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/snowball.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/snowball" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/soul_campfire.json b/1.16.5/assets/minecraft/models/item/soul_campfire.json new file mode 100644 index 00000000..ef63b765 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/soul_campfire.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/soul_campfire" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/soul_lantern.json b/1.16.5/assets/minecraft/models/item/soul_lantern.json new file mode 100644 index 00000000..53e65908 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/soul_lantern.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/soul_lantern" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/soul_sand.json b/1.16.5/assets/minecraft/models/item/soul_sand.json new file mode 100644 index 00000000..50df79cf --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/soul_sand.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/soul_sand" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/soul_soil.json b/1.16.5/assets/minecraft/models/item/soul_soil.json new file mode 100644 index 00000000..c8c62d36 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/soul_soil.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/soul_soil" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/soul_torch.json b/1.16.5/assets/minecraft/models/item/soul_torch.json new file mode 100644 index 00000000..96dbfdfb --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/soul_torch.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/soul_torch" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/spawner.json b/1.16.5/assets/minecraft/models/item/spawner.json new file mode 100644 index 00000000..f54a94f6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/spawner.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/spawner" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/spectral_arrow.json b/1.16.5/assets/minecraft/models/item/spectral_arrow.json new file mode 100644 index 00000000..33a79f8e --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/spectral_arrow.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/spectral_arrow" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/spider_eye.json b/1.16.5/assets/minecraft/models/item/spider_eye.json new file mode 100644 index 00000000..fd7547f4 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/spider_eye.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/spider_eye" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/spider_spawn_egg.json b/1.16.5/assets/minecraft/models/item/spider_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/spider_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/splash_potion.json b/1.16.5/assets/minecraft/models/item/splash_potion.json new file mode 100644 index 00000000..d9aaa6b8 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/splash_potion.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/potion_overlay", + "layer1": "item/splash_potion" + } +} diff --git a/1.16.5/assets/minecraft/models/item/sponge.json b/1.16.5/assets/minecraft/models/item/sponge.json new file mode 100644 index 00000000..4e456fd9 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/sponge.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/sponge" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/spruce_boat.json b/1.16.5/assets/minecraft/models/item/spruce_boat.json new file mode 100644 index 00000000..a425c2c8 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/spruce_boat.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/spruce_boat" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/spruce_button.json b/1.16.5/assets/minecraft/models/item/spruce_button.json new file mode 100644 index 00000000..91d8bc03 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/spruce_button.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/spruce_button_inventory" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/spruce_door.json b/1.16.5/assets/minecraft/models/item/spruce_door.json new file mode 100644 index 00000000..c1a3bf29 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/spruce_door.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/spruce_door" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/spruce_fence.json b/1.16.5/assets/minecraft/models/item/spruce_fence.json new file mode 100644 index 00000000..e2c37840 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/spruce_fence.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/spruce_fence_inventory" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/spruce_fence_gate.json b/1.16.5/assets/minecraft/models/item/spruce_fence_gate.json new file mode 100644 index 00000000..6f4473e4 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/spruce_fence_gate.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/spruce_fence_gate" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/spruce_leaves.json b/1.16.5/assets/minecraft/models/item/spruce_leaves.json new file mode 100644 index 00000000..6c64eda5 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/spruce_leaves.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/spruce_leaves" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/spruce_log.json b/1.16.5/assets/minecraft/models/item/spruce_log.json new file mode 100644 index 00000000..84bd7dc3 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/spruce_log.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/spruce_log" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/spruce_planks.json b/1.16.5/assets/minecraft/models/item/spruce_planks.json new file mode 100644 index 00000000..d87b1720 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/spruce_planks.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/spruce_planks" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/spruce_pressure_plate.json b/1.16.5/assets/minecraft/models/item/spruce_pressure_plate.json new file mode 100644 index 00000000..b0de0787 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/spruce_pressure_plate.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/spruce_pressure_plate" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/spruce_sapling.json b/1.16.5/assets/minecraft/models/item/spruce_sapling.json new file mode 100644 index 00000000..1c9752de --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/spruce_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/spruce_sapling" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/spruce_sign.json b/1.16.5/assets/minecraft/models/item/spruce_sign.json new file mode 100644 index 00000000..f5c26ebf --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/spruce_sign.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/spruce_sign" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/spruce_slab.json b/1.16.5/assets/minecraft/models/item/spruce_slab.json new file mode 100644 index 00000000..d5fa4c0f --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/spruce_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/spruce_slab" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/spruce_stairs.json b/1.16.5/assets/minecraft/models/item/spruce_stairs.json new file mode 100644 index 00000000..7957a5a1 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/spruce_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/spruce_stairs" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/spruce_trapdoor.json b/1.16.5/assets/minecraft/models/item/spruce_trapdoor.json new file mode 100644 index 00000000..0eb91e4a --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/spruce_trapdoor.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/spruce_trapdoor_bottom" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/spruce_wood.json b/1.16.5/assets/minecraft/models/item/spruce_wood.json new file mode 100644 index 00000000..593e4ec8 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/spruce_wood.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/spruce_wood" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/squid_spawn_egg.json b/1.16.5/assets/minecraft/models/item/squid_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/squid_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/stick.json b/1.16.5/assets/minecraft/models/item/stick.json new file mode 100644 index 00000000..f0dc3b97 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/stick.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "minecraft:item/stick" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/sticky_piston.json b/1.16.5/assets/minecraft/models/item/sticky_piston.json new file mode 100644 index 00000000..69bfdc94 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/sticky_piston.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/sticky_piston_inventory" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/stone.json b/1.16.5/assets/minecraft/models/item/stone.json new file mode 100644 index 00000000..37f27f10 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/stone.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/stone" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/stone_axe.json b/1.16.5/assets/minecraft/models/item/stone_axe.json new file mode 100644 index 00000000..1e3bc7e8 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/stone_axe.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "minecraft:item/stone_axe" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/stone_brick_slab.json b/1.16.5/assets/minecraft/models/item/stone_brick_slab.json new file mode 100644 index 00000000..9dd874ac --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/stone_brick_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/stone_brick_slab" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/stone_brick_stairs.json b/1.16.5/assets/minecraft/models/item/stone_brick_stairs.json new file mode 100644 index 00000000..d62eb4b3 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/stone_brick_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/stone_brick_stairs" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/stone_brick_wall.json b/1.16.5/assets/minecraft/models/item/stone_brick_wall.json new file mode 100644 index 00000000..929da51f --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/stone_brick_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/stone_brick_wall_inventory" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/stone_bricks.json b/1.16.5/assets/minecraft/models/item/stone_bricks.json new file mode 100644 index 00000000..51de871c --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/stone_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/stone_bricks" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/stone_button.json b/1.16.5/assets/minecraft/models/item/stone_button.json new file mode 100644 index 00000000..8802ddfb --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/stone_button.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/stone_button_inventory" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/stone_hoe.json b/1.16.5/assets/minecraft/models/item/stone_hoe.json new file mode 100644 index 00000000..13f40c63 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/stone_hoe.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "minecraft:item/stone_hoe" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/stone_pickaxe.json b/1.16.5/assets/minecraft/models/item/stone_pickaxe.json new file mode 100644 index 00000000..dec09cbe --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/stone_pickaxe.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "minecraft:item/stone_pickaxe" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/stone_pressure_plate.json b/1.16.5/assets/minecraft/models/item/stone_pressure_plate.json new file mode 100644 index 00000000..bcb76d79 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/stone_pressure_plate.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/stone_pressure_plate" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/stone_shovel.json b/1.16.5/assets/minecraft/models/item/stone_shovel.json new file mode 100644 index 00000000..727a68b9 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/stone_shovel.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "minecraft:item/stone_shovel" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/stone_slab.json b/1.16.5/assets/minecraft/models/item/stone_slab.json new file mode 100644 index 00000000..63de5381 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/stone_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/stone_slab" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/stone_stairs.json b/1.16.5/assets/minecraft/models/item/stone_stairs.json new file mode 100644 index 00000000..7b9a82a9 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/stone_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/stone_stairs" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/stone_sword.json b/1.16.5/assets/minecraft/models/item/stone_sword.json new file mode 100644 index 00000000..ba4a89f1 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/stone_sword.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "minecraft:item/stone_sword" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/stonecutter.json b/1.16.5/assets/minecraft/models/item/stonecutter.json new file mode 100644 index 00000000..54ffedeb --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/stonecutter.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/stonecutter" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/stray_spawn_egg.json b/1.16.5/assets/minecraft/models/item/stray_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/stray_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/strider_spawn_egg.json b/1.16.5/assets/minecraft/models/item/strider_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/strider_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/string.json b/1.16.5/assets/minecraft/models/item/string.json new file mode 100644 index 00000000..ca6251bf --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/string.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/string" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/stripped_acacia_log.json b/1.16.5/assets/minecraft/models/item/stripped_acacia_log.json new file mode 100644 index 00000000..d9a3ce1f --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/stripped_acacia_log.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/stripped_acacia_log" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/stripped_acacia_wood.json b/1.16.5/assets/minecraft/models/item/stripped_acacia_wood.json new file mode 100644 index 00000000..4c653723 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/stripped_acacia_wood.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/stripped_acacia_wood" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/stripped_birch_log.json b/1.16.5/assets/minecraft/models/item/stripped_birch_log.json new file mode 100644 index 00000000..d984bf7d --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/stripped_birch_log.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/stripped_birch_log" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/stripped_birch_wood.json b/1.16.5/assets/minecraft/models/item/stripped_birch_wood.json new file mode 100644 index 00000000..dc0b6698 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/stripped_birch_wood.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/stripped_birch_wood" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/stripped_crimson_hyphae.json b/1.16.5/assets/minecraft/models/item/stripped_crimson_hyphae.json new file mode 100644 index 00000000..254d5515 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/stripped_crimson_hyphae.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/stripped_crimson_hyphae" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/stripped_crimson_stem.json b/1.16.5/assets/minecraft/models/item/stripped_crimson_stem.json new file mode 100644 index 00000000..701f5670 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/stripped_crimson_stem.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/stripped_crimson_stem" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/stripped_dark_oak_log.json b/1.16.5/assets/minecraft/models/item/stripped_dark_oak_log.json new file mode 100644 index 00000000..d193f5f0 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/stripped_dark_oak_log.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/stripped_dark_oak_log" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/stripped_dark_oak_wood.json b/1.16.5/assets/minecraft/models/item/stripped_dark_oak_wood.json new file mode 100644 index 00000000..683446da --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/stripped_dark_oak_wood.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/stripped_dark_oak_wood" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/stripped_jungle_log.json b/1.16.5/assets/minecraft/models/item/stripped_jungle_log.json new file mode 100644 index 00000000..1c6cf473 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/stripped_jungle_log.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/stripped_jungle_log" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/stripped_jungle_wood.json b/1.16.5/assets/minecraft/models/item/stripped_jungle_wood.json new file mode 100644 index 00000000..ed78aec7 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/stripped_jungle_wood.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/stripped_jungle_wood" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/stripped_oak_log.json b/1.16.5/assets/minecraft/models/item/stripped_oak_log.json new file mode 100644 index 00000000..bb3cafbe --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/stripped_oak_log.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/stripped_oak_log" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/stripped_oak_wood.json b/1.16.5/assets/minecraft/models/item/stripped_oak_wood.json new file mode 100644 index 00000000..9ba3fb2a --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/stripped_oak_wood.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/stripped_oak_wood" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/stripped_spruce_log.json b/1.16.5/assets/minecraft/models/item/stripped_spruce_log.json new file mode 100644 index 00000000..e110cdf5 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/stripped_spruce_log.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/stripped_spruce_log" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/stripped_spruce_wood.json b/1.16.5/assets/minecraft/models/item/stripped_spruce_wood.json new file mode 100644 index 00000000..658f768b --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/stripped_spruce_wood.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/stripped_spruce_wood" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/stripped_warped_hyphae.json b/1.16.5/assets/minecraft/models/item/stripped_warped_hyphae.json new file mode 100644 index 00000000..0ebe2320 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/stripped_warped_hyphae.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/stripped_warped_hyphae" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/stripped_warped_stem.json b/1.16.5/assets/minecraft/models/item/stripped_warped_stem.json new file mode 100644 index 00000000..6147725d --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/stripped_warped_stem.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/stripped_warped_stem" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/structure_block.json b/1.16.5/assets/minecraft/models/item/structure_block.json new file mode 100644 index 00000000..1325f770 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/structure_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/structure_block" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/structure_void.json b/1.16.5/assets/minecraft/models/item/structure_void.json new file mode 100644 index 00000000..65fb4840 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/structure_void.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/structure_void" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/sugar.json b/1.16.5/assets/minecraft/models/item/sugar.json new file mode 100644 index 00000000..74e73ebd --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/sugar.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/sugar" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/sugar_cane.json b/1.16.5/assets/minecraft/models/item/sugar_cane.json new file mode 100644 index 00000000..ee6d1fc1 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/sugar_cane.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/sugar_cane" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/sunflower.json b/1.16.5/assets/minecraft/models/item/sunflower.json new file mode 100644 index 00000000..694e244c --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/sunflower.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/sunflower_front" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/suspicious_stew.json b/1.16.5/assets/minecraft/models/item/suspicious_stew.json new file mode 100644 index 00000000..15e645a3 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/suspicious_stew.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/suspicious_stew" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/sweet_berries.json b/1.16.5/assets/minecraft/models/item/sweet_berries.json new file mode 100644 index 00000000..e1658941 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/sweet_berries.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/sweet_berries" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/tall_grass.json b/1.16.5/assets/minecraft/models/item/tall_grass.json new file mode 100644 index 00000000..df809ea7 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/tall_grass.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/tall_grass_top" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/target.json b/1.16.5/assets/minecraft/models/item/target.json new file mode 100644 index 00000000..0e4e696b --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/target.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/target" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/template_banner.json b/1.16.5/assets/minecraft/models/item/template_banner.json new file mode 100644 index 00000000..d5987555 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/template_banner.json @@ -0,0 +1,39 @@ +{ + "parent": "builtin/entity", + "gui_light": "front", + "textures": { + "particle": "block/oak_planks" + }, + "display": { + "thirdperson_righthand": { + "rotation": [ 0, 90, 0 ], + "translation": [ 0, 2, 0.5], + "scale":[ 0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [ 0, 90, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 0.375, 0.375, 0.375] + }, + "gui": { + "rotation": [ 30, 20, 0 ], + "translation": [ 0, -3.25, 0], + "scale":[ 0.5325, 0.5325, 0.5325] + }, + "ground": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 1, 0], + "scale":[ 0.25, 0.25, 0.25] + }, + "head": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 16, 7], + "scale":[ 1.5, 1.5, 1.5 ] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 0.5, 0.5, 0.5] + } + } +} diff --git a/1.16.5/assets/minecraft/models/item/template_bed.json b/1.16.5/assets/minecraft/models/item/template_bed.json new file mode 100644 index 00000000..2f5d6979 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/template_bed.json @@ -0,0 +1,35 @@ +{ + "parent": "builtin/entity", + "display": { + "thirdperson_righthand": { + "rotation": [ 30, 160, 0 ], + "translation": [ 0, 3, -2], + "scale":[ 0.23, 0.23, 0.23] + }, + "firstperson_righthand": { + "rotation": [ 30, 160, 0 ], + "translation": [ 0, 3, 0], + "scale":[ 0.375, 0.375, 0.375] + }, + "gui": { + "rotation": [ 30, 160, 0 ], + "translation": [ 2, 3, 0], + "scale":[ 0.5325, 0.5325, 0.5325] + }, + "ground": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 1, 2], + "scale":[ 0.25, 0.25, 0.25] + }, + "head": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 10, -8], + "scale":[ 1,1,1 ] + }, + "fixed": { + "rotation": [ 270, 0, 0 ], + "translation": [ 0, 4, -2], + "scale":[ 0.5, 0.5, 0.5] + } + } +} diff --git a/1.16.5/assets/minecraft/models/item/template_shulker_box.json b/1.16.5/assets/minecraft/models/item/template_shulker_box.json new file mode 100644 index 00000000..7bfe2e69 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/template_shulker_box.json @@ -0,0 +1,35 @@ +{ + "parent": "builtin/entity", + "display": { + "gui": { + "rotation": [ 30, 45, 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 ] + }, + "head": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 1, 1, 1] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 0.5, 0.5, 0.5 ] + }, + "thirdperson_righthand": { + "rotation": [ 75, 315, 0 ], + "translation": [ 0, 2.5, 0], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 315, 0 ], + "translation": [ 0, 0, 0], + "scale": [ 0.4, 0.4, 0.4 ] + } + } +} diff --git a/1.16.5/assets/minecraft/models/item/template_skull.json b/1.16.5/assets/minecraft/models/item/template_skull.json new file mode 100644 index 00000000..232416fc --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/template_skull.json @@ -0,0 +1,28 @@ +{ + "parent": "builtin/entity", + "textures": { + "particle": "block/soul_sand" + }, + "display": { + "gui": { + "rotation": [ 30, 45, 0 ], + "translation": [ 0, 3, 0 ], + "scale": [ 1, 1, 1 ] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 4, 0], + "scale":[ 1, 1, 1 ] + }, + "ground": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 3, 0 ], + "scale": [ 0.5, 0.5, 0.5 ] + }, + "thirdperson_righthand": { + "rotation": [ 45, 45, 0 ], + "translation": [ 0, 3, 0 ], + "scale": [ 0.5, 0.5, 0.5 ] + } + } +} diff --git a/1.16.5/assets/minecraft/models/item/template_spawn_egg.json b/1.16.5/assets/minecraft/models/item/template_spawn_egg.json new file mode 100644 index 00000000..4ae4b4c2 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/template_spawn_egg.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/spawn_egg", + "layer1": "item/spawn_egg_overlay" + } +} diff --git a/1.16.5/assets/minecraft/models/item/terracotta.json b/1.16.5/assets/minecraft/models/item/terracotta.json new file mode 100644 index 00000000..c443c890 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/terracotta" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/tipped_arrow.json b/1.16.5/assets/minecraft/models/item/tipped_arrow.json new file mode 100644 index 00000000..578defec --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/tipped_arrow.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/tipped_arrow_head", + "layer1": "item/tipped_arrow_base" + } +} diff --git a/1.16.5/assets/minecraft/models/item/tnt.json b/1.16.5/assets/minecraft/models/item/tnt.json new file mode 100644 index 00000000..688d3f95 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/tnt.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/tnt" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/tnt_minecart.json b/1.16.5/assets/minecraft/models/item/tnt_minecart.json new file mode 100644 index 00000000..c3c32604 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/tnt_minecart.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/tnt_minecart" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/torch.json b/1.16.5/assets/minecraft/models/item/torch.json new file mode 100644 index 00000000..a734b43b --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/torch.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/torch" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/totem_of_undying.json b/1.16.5/assets/minecraft/models/item/totem_of_undying.json new file mode 100644 index 00000000..abefc057 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/totem_of_undying.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/totem_of_undying" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/trader_llama_spawn_egg.json b/1.16.5/assets/minecraft/models/item/trader_llama_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/trader_llama_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/trapped_chest.json b/1.16.5/assets/minecraft/models/item/trapped_chest.json new file mode 100644 index 00000000..c7435714 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/trapped_chest.json @@ -0,0 +1,3 @@ +{ + "parent": "item/chest" +} diff --git a/1.16.5/assets/minecraft/models/item/trident.json b/1.16.5/assets/minecraft/models/item/trident.json new file mode 100644 index 00000000..f129b55e --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/trident.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/trident" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/trident_in_hand.json b/1.16.5/assets/minecraft/models/item/trident_in_hand.json new file mode 100644 index 00000000..6685dcca --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/trident_in_hand.json @@ -0,0 +1,52 @@ +{ + "parent": "builtin/entity", + "gui_light": "front", + "textures": { + "particle": "item/trident" + }, + "display": { + "thirdperson_righthand": { + "rotation": [ 0, 60, 0 ], + "translation": [ 11, 17, -2 ], + "scale": [ 1, 1, 1 ] + }, + "thirdperson_lefthand": { + "rotation": [ 0, 60, 0 ], + "translation": [ 3, 17, 12 ], + "scale": [ 1, 1, 1 ] + }, + "firstperson_righthand": { + "rotation": [ 0, -90, 25 ], + "translation": [ -3, 17, 1], + "scale": [ 1, 1, 1 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, 90, -25 ], + "translation": [ 13, 17, 1], + "scale": [ 1, 1, 1 ] + }, + "gui": { + "rotation": [ 15, -25, -5 ], + "translation": [ 2, 3, 0 ], + "scale": [ 0.65, 0.65, 0.65 ] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "translation": [ -2, 4, -5], + "scale":[ 0.5, 0.5, 0.5] + }, + "ground": { + "rotation": [ 0, 0, 0 ], + "translation": [ 4, 4, 2], + "scale":[ 0.25, 0.25, 0.25] + } + }, + "overrides": [ + { + "predicate": { + "throwing": 1 + }, + "model": "item/trident_throwing" + } + ] +} diff --git a/1.16.5/assets/minecraft/models/item/trident_throwing.json b/1.16.5/assets/minecraft/models/item/trident_throwing.json new file mode 100644 index 00000000..fb8e96a3 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/trident_throwing.json @@ -0,0 +1,44 @@ +{ + "parent": "builtin/entity", + "gui_light": "front", + "textures": { + "particle": "item/trident" + }, + "display": { + "thirdperson_righthand": { + "rotation": [ 0, 90, 180 ], + "translation": [ 8, -17, 9 ], + "scale": [ 1, 1, 1 ] + }, + "thirdperson_lefthand": { + "rotation": [ 0, 90, 180 ], + "translation": [ 8, -17, -7 ], + "scale": [ 1, 1, 1 ] + }, + "firstperson_righthand": { + "rotation": [ 0, -90, 25 ], + "translation": [ -3, 17, 1], + "scale": [ 1, 1, 1 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, 90, -25 ], + "translation": [ 13, 17, 1], + "scale": [ 1, 1, 1 ] + }, + "gui": { + "rotation": [ 15, -25, -5 ], + "translation": [ 2, 3, 0 ], + "scale": [ 0.65, 0.65, 0.65 ] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "translation": [ -2, 4, -5], + "scale":[ 0.5, 0.5, 0.5] + }, + "ground": { + "rotation": [ 0, 0, 0 ], + "translation": [ 4, 4, 2], + "scale":[ 0.25, 0.25, 0.25] + } + } +} diff --git a/1.16.5/assets/minecraft/models/item/tripwire_hook.json b/1.16.5/assets/minecraft/models/item/tripwire_hook.json new file mode 100644 index 00000000..b4a83abd --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/tripwire_hook.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/tripwire_hook" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/tropical_fish.json b/1.16.5/assets/minecraft/models/item/tropical_fish.json new file mode 100644 index 00000000..d8e9ebc6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/tropical_fish.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/tropical_fish" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/tropical_fish_bucket.json b/1.16.5/assets/minecraft/models/item/tropical_fish_bucket.json new file mode 100644 index 00000000..2ea21229 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/tropical_fish_bucket.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/tropical_fish_bucket" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/tropical_fish_spawn_egg.json b/1.16.5/assets/minecraft/models/item/tropical_fish_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/tropical_fish_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/tube_coral.json b/1.16.5/assets/minecraft/models/item/tube_coral.json new file mode 100644 index 00000000..dc0358e1 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/tube_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/tube_coral" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/tube_coral_block.json b/1.16.5/assets/minecraft/models/item/tube_coral_block.json new file mode 100644 index 00000000..14e2d576 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/tube_coral_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/tube_coral_block" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/tube_coral_fan.json b/1.16.5/assets/minecraft/models/item/tube_coral_fan.json new file mode 100644 index 00000000..76c880f7 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/tube_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/tube_coral_fan" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/turtle_egg.json b/1.16.5/assets/minecraft/models/item/turtle_egg.json new file mode 100644 index 00000000..bbc29d4a --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/turtle_egg.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/turtle_egg" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/turtle_helmet.json b/1.16.5/assets/minecraft/models/item/turtle_helmet.json new file mode 100644 index 00000000..60d78346 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/turtle_helmet.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/turtle_helmet" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/turtle_spawn_egg.json b/1.16.5/assets/minecraft/models/item/turtle_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/turtle_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/twisting_vines.json b/1.16.5/assets/minecraft/models/item/twisting_vines.json new file mode 100644 index 00000000..fe4d57c0 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/twisting_vines.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/twisting_vines_plant" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/vex_spawn_egg.json b/1.16.5/assets/minecraft/models/item/vex_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/vex_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/villager_spawn_egg.json b/1.16.5/assets/minecraft/models/item/villager_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/villager_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/vindicator_spawn_egg.json b/1.16.5/assets/minecraft/models/item/vindicator_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/vindicator_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/vine.json b/1.16.5/assets/minecraft/models/item/vine.json new file mode 100644 index 00000000..c1eaec40 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/vine.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/vine" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/wandering_trader_spawn_egg.json b/1.16.5/assets/minecraft/models/item/wandering_trader_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/wandering_trader_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/warped_button.json b/1.16.5/assets/minecraft/models/item/warped_button.json new file mode 100644 index 00000000..182a0ac6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/warped_button.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/warped_button_inventory" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/warped_door.json b/1.16.5/assets/minecraft/models/item/warped_door.json new file mode 100644 index 00000000..5bc37290 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/warped_door.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/warped_door" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/warped_fence.json b/1.16.5/assets/minecraft/models/item/warped_fence.json new file mode 100644 index 00000000..d45dd46d --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/warped_fence.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/warped_fence_inventory" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/warped_fence_gate.json b/1.16.5/assets/minecraft/models/item/warped_fence_gate.json new file mode 100644 index 00000000..1f521bc7 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/warped_fence_gate.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/warped_fence_gate" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/warped_fungus.json b/1.16.5/assets/minecraft/models/item/warped_fungus.json new file mode 100644 index 00000000..eecb3bfd --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/warped_fungus.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/warped_fungus" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/warped_fungus_on_a_stick.json b/1.16.5/assets/minecraft/models/item/warped_fungus_on_a_stick.json new file mode 100644 index 00000000..562fe25c --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/warped_fungus_on_a_stick.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld_rod", + "textures": { + "layer0": "minecraft:item/warped_fungus_on_a_stick" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/warped_hyphae.json b/1.16.5/assets/minecraft/models/item/warped_hyphae.json new file mode 100644 index 00000000..6cc4c5a4 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/warped_hyphae.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/warped_hyphae" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/warped_nylium.json b/1.16.5/assets/minecraft/models/item/warped_nylium.json new file mode 100644 index 00000000..20309492 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/warped_nylium.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/warped_nylium" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/warped_planks.json b/1.16.5/assets/minecraft/models/item/warped_planks.json new file mode 100644 index 00000000..92cfb4ca --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/warped_planks.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/warped_planks" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/warped_pressure_plate.json b/1.16.5/assets/minecraft/models/item/warped_pressure_plate.json new file mode 100644 index 00000000..58d9b443 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/warped_pressure_plate.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/warped_pressure_plate" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/warped_roots.json b/1.16.5/assets/minecraft/models/item/warped_roots.json new file mode 100644 index 00000000..d44aa577 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/warped_roots.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/warped_roots" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/warped_sign.json b/1.16.5/assets/minecraft/models/item/warped_sign.json new file mode 100644 index 00000000..82db6f27 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/warped_sign.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/warped_sign" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/warped_slab.json b/1.16.5/assets/minecraft/models/item/warped_slab.json new file mode 100644 index 00000000..ce7153c4 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/warped_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/warped_slab" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/warped_stairs.json b/1.16.5/assets/minecraft/models/item/warped_stairs.json new file mode 100644 index 00000000..08260fdd --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/warped_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/warped_stairs" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/warped_stem.json b/1.16.5/assets/minecraft/models/item/warped_stem.json new file mode 100644 index 00000000..0bab3df6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/warped_stem.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/warped_stem" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/warped_trapdoor.json b/1.16.5/assets/minecraft/models/item/warped_trapdoor.json new file mode 100644 index 00000000..c716c468 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/warped_trapdoor.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/warped_trapdoor_bottom" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/warped_wart_block.json b/1.16.5/assets/minecraft/models/item/warped_wart_block.json new file mode 100644 index 00000000..754439ab --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/warped_wart_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/warped_wart_block" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/water_bucket.json b/1.16.5/assets/minecraft/models/item/water_bucket.json new file mode 100644 index 00000000..af17e57d --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/water_bucket.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/water_bucket" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/weeping_vines.json b/1.16.5/assets/minecraft/models/item/weeping_vines.json new file mode 100644 index 00000000..834b71c5 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/weeping_vines.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/weeping_vines_plant" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/wet_sponge.json b/1.16.5/assets/minecraft/models/item/wet_sponge.json new file mode 100644 index 00000000..d662daae --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/wet_sponge.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/wet_sponge" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/wheat.json b/1.16.5/assets/minecraft/models/item/wheat.json new file mode 100644 index 00000000..f77a8c8f --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/wheat.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/wheat" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/wheat_seeds.json b/1.16.5/assets/minecraft/models/item/wheat_seeds.json new file mode 100644 index 00000000..8fd9068f --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/wheat_seeds.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/wheat_seeds" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/white_banner.json b/1.16.5/assets/minecraft/models/item/white_banner.json new file mode 100644 index 00000000..661a106d --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/white_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_banner" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/white_bed.json b/1.16.5/assets/minecraft/models/item/white_bed.json new file mode 100644 index 00000000..93d81aff --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/white_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/template_bed", + "textures": { + "particle": "minecraft:block/white_wool" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/white_carpet.json b/1.16.5/assets/minecraft/models/item/white_carpet.json new file mode 100644 index 00000000..8ef6f034 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/white_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/white_carpet" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/white_concrete.json b/1.16.5/assets/minecraft/models/item/white_concrete.json new file mode 100644 index 00000000..16475ed4 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/white_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/white_concrete" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/white_concrete_powder.json b/1.16.5/assets/minecraft/models/item/white_concrete_powder.json new file mode 100644 index 00000000..c001b383 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/white_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/white_concrete_powder" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/white_dye.json b/1.16.5/assets/minecraft/models/item/white_dye.json new file mode 100644 index 00000000..68b02c07 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/white_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/white_dye" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/white_glazed_terracotta.json b/1.16.5/assets/minecraft/models/item/white_glazed_terracotta.json new file mode 100644 index 00000000..55881dbc --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/white_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/white_glazed_terracotta" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/white_shulker_box.json b/1.16.5/assets/minecraft/models/item/white_shulker_box.json new file mode 100644 index 00000000..6fd0156e --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/white_shulker_box.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/template_shulker_box", + "textures": { + "particle": "minecraft:block/white_shulker_box" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/white_stained_glass.json b/1.16.5/assets/minecraft/models/item/white_stained_glass.json new file mode 100644 index 00000000..28c61d95 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/white_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/white_stained_glass" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/white_stained_glass_pane.json b/1.16.5/assets/minecraft/models/item/white_stained_glass_pane.json new file mode 100644 index 00000000..dbe66a16 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/white_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/white_stained_glass" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/white_terracotta.json b/1.16.5/assets/minecraft/models/item/white_terracotta.json new file mode 100644 index 00000000..973fa966 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/white_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/white_terracotta" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/white_tulip.json b/1.16.5/assets/minecraft/models/item/white_tulip.json new file mode 100644 index 00000000..f1940906 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/white_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/white_tulip" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/white_wool.json b/1.16.5/assets/minecraft/models/item/white_wool.json new file mode 100644 index 00000000..5908f340 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/white_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/white_wool" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/witch_spawn_egg.json b/1.16.5/assets/minecraft/models/item/witch_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/witch_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/wither_rose.json b/1.16.5/assets/minecraft/models/item/wither_rose.json new file mode 100644 index 00000000..9579e7c4 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/wither_rose.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/wither_rose" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/wither_skeleton_skull.json b/1.16.5/assets/minecraft/models/item/wither_skeleton_skull.json new file mode 100644 index 00000000..364b6e65 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/wither_skeleton_skull.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_skull" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/wither_skeleton_spawn_egg.json b/1.16.5/assets/minecraft/models/item/wither_skeleton_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/wither_skeleton_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/wolf_spawn_egg.json b/1.16.5/assets/minecraft/models/item/wolf_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/wolf_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/wooden_axe.json b/1.16.5/assets/minecraft/models/item/wooden_axe.json new file mode 100644 index 00000000..e08423db --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/wooden_axe.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "minecraft:item/wooden_axe" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/wooden_hoe.json b/1.16.5/assets/minecraft/models/item/wooden_hoe.json new file mode 100644 index 00000000..a925c76b --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/wooden_hoe.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "minecraft:item/wooden_hoe" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/wooden_pickaxe.json b/1.16.5/assets/minecraft/models/item/wooden_pickaxe.json new file mode 100644 index 00000000..5b9bbab7 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/wooden_pickaxe.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "minecraft:item/wooden_pickaxe" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/wooden_shovel.json b/1.16.5/assets/minecraft/models/item/wooden_shovel.json new file mode 100644 index 00000000..7c4d8287 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/wooden_shovel.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "minecraft:item/wooden_shovel" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/wooden_sword.json b/1.16.5/assets/minecraft/models/item/wooden_sword.json new file mode 100644 index 00000000..4024a58a --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/wooden_sword.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "minecraft:item/wooden_sword" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/writable_book.json b/1.16.5/assets/minecraft/models/item/writable_book.json new file mode 100644 index 00000000..9398beca --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/writable_book.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/writable_book" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/written_book.json b/1.16.5/assets/minecraft/models/item/written_book.json new file mode 100644 index 00000000..45a09602 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/written_book.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/written_book" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/yellow_banner.json b/1.16.5/assets/minecraft/models/item/yellow_banner.json new file mode 100644 index 00000000..661a106d --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/yellow_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_banner" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/yellow_bed.json b/1.16.5/assets/minecraft/models/item/yellow_bed.json new file mode 100644 index 00000000..cc67ceff --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/yellow_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/template_bed", + "textures": { + "particle": "minecraft:block/yellow_wool" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/yellow_carpet.json b/1.16.5/assets/minecraft/models/item/yellow_carpet.json new file mode 100644 index 00000000..c3b3710e --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/yellow_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/yellow_carpet" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/yellow_concrete.json b/1.16.5/assets/minecraft/models/item/yellow_concrete.json new file mode 100644 index 00000000..ed8ebe4c --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/yellow_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/yellow_concrete" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/yellow_concrete_powder.json b/1.16.5/assets/minecraft/models/item/yellow_concrete_powder.json new file mode 100644 index 00000000..38bac8bf --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/yellow_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/yellow_concrete_powder" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/yellow_dye.json b/1.16.5/assets/minecraft/models/item/yellow_dye.json new file mode 100644 index 00000000..14d6bb6a --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/yellow_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/yellow_dye" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/yellow_glazed_terracotta.json b/1.16.5/assets/minecraft/models/item/yellow_glazed_terracotta.json new file mode 100644 index 00000000..4d819984 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/yellow_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/yellow_glazed_terracotta" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/yellow_shulker_box.json b/1.16.5/assets/minecraft/models/item/yellow_shulker_box.json new file mode 100644 index 00000000..318a620e --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/yellow_shulker_box.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/template_shulker_box", + "textures": { + "particle": "minecraft:block/yellow_shulker_box" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/yellow_stained_glass.json b/1.16.5/assets/minecraft/models/item/yellow_stained_glass.json new file mode 100644 index 00000000..e102e2d5 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/yellow_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/yellow_stained_glass" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/yellow_stained_glass_pane.json b/1.16.5/assets/minecraft/models/item/yellow_stained_glass_pane.json new file mode 100644 index 00000000..e17c28a2 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/yellow_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/yellow_stained_glass" + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/yellow_terracotta.json b/1.16.5/assets/minecraft/models/item/yellow_terracotta.json new file mode 100644 index 00000000..50dfb7ea --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/yellow_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/yellow_terracotta" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/yellow_wool.json b/1.16.5/assets/minecraft/models/item/yellow_wool.json new file mode 100644 index 00000000..e0de4bb8 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/yellow_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/yellow_wool" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/zoglin_spawn_egg.json b/1.16.5/assets/minecraft/models/item/zoglin_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/zoglin_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/zombie_head.json b/1.16.5/assets/minecraft/models/item/zombie_head.json new file mode 100644 index 00000000..364b6e65 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/zombie_head.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_skull" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/zombie_horse_spawn_egg.json b/1.16.5/assets/minecraft/models/item/zombie_horse_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/zombie_horse_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/zombie_spawn_egg.json b/1.16.5/assets/minecraft/models/item/zombie_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/zombie_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/zombie_villager_spawn_egg.json b/1.16.5/assets/minecraft/models/item/zombie_villager_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/zombie_villager_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/models/item/zombified_piglin_spawn_egg.json b/1.16.5/assets/minecraft/models/item/zombified_piglin_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.16.5/assets/minecraft/models/item/zombified_piglin_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/particles/ambient_entity_effect.json b/1.16.5/assets/minecraft/particles/ambient_entity_effect.json new file mode 100644 index 00000000..3be9c3a9 --- /dev/null +++ b/1.16.5/assets/minecraft/particles/ambient_entity_effect.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:effect_7", + "minecraft:effect_6", + "minecraft:effect_5", + "minecraft:effect_4", + "minecraft:effect_3", + "minecraft:effect_2", + "minecraft:effect_1", + "minecraft:effect_0" + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/particles/angry_villager.json b/1.16.5/assets/minecraft/particles/angry_villager.json new file mode 100644 index 00000000..ab50717b --- /dev/null +++ b/1.16.5/assets/minecraft/particles/angry_villager.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:angry" + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/particles/ash.json b/1.16.5/assets/minecraft/particles/ash.json new file mode 100644 index 00000000..ca698ca4 --- /dev/null +++ b/1.16.5/assets/minecraft/particles/ash.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:generic_0" + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/particles/barrier.json b/1.16.5/assets/minecraft/particles/barrier.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/1.16.5/assets/minecraft/particles/barrier.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/particles/block.json b/1.16.5/assets/minecraft/particles/block.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/1.16.5/assets/minecraft/particles/block.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/particles/bubble.json b/1.16.5/assets/minecraft/particles/bubble.json new file mode 100644 index 00000000..c9ad6449 --- /dev/null +++ b/1.16.5/assets/minecraft/particles/bubble.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:bubble" + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/particles/bubble_column_up.json b/1.16.5/assets/minecraft/particles/bubble_column_up.json new file mode 100644 index 00000000..c9ad6449 --- /dev/null +++ b/1.16.5/assets/minecraft/particles/bubble_column_up.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:bubble" + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/particles/bubble_pop.json b/1.16.5/assets/minecraft/particles/bubble_pop.json new file mode 100644 index 00000000..65ff9e5f --- /dev/null +++ b/1.16.5/assets/minecraft/particles/bubble_pop.json @@ -0,0 +1,9 @@ +{ + "textures": [ + "minecraft:bubble_pop_0", + "minecraft:bubble_pop_1", + "minecraft:bubble_pop_2", + "minecraft:bubble_pop_3", + "minecraft:bubble_pop_4" + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/particles/campfire_cosy_smoke.json b/1.16.5/assets/minecraft/particles/campfire_cosy_smoke.json new file mode 100644 index 00000000..a99bffe8 --- /dev/null +++ b/1.16.5/assets/minecraft/particles/campfire_cosy_smoke.json @@ -0,0 +1,16 @@ +{ + "textures": [ + "minecraft:big_smoke_0", + "minecraft:big_smoke_1", + "minecraft:big_smoke_2", + "minecraft:big_smoke_3", + "minecraft:big_smoke_4", + "minecraft:big_smoke_5", + "minecraft:big_smoke_6", + "minecraft:big_smoke_7", + "minecraft:big_smoke_8", + "minecraft:big_smoke_9", + "minecraft:big_smoke_10", + "minecraft:big_smoke_11" + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/particles/campfire_signal_smoke.json b/1.16.5/assets/minecraft/particles/campfire_signal_smoke.json new file mode 100644 index 00000000..a99bffe8 --- /dev/null +++ b/1.16.5/assets/minecraft/particles/campfire_signal_smoke.json @@ -0,0 +1,16 @@ +{ + "textures": [ + "minecraft:big_smoke_0", + "minecraft:big_smoke_1", + "minecraft:big_smoke_2", + "minecraft:big_smoke_3", + "minecraft:big_smoke_4", + "minecraft:big_smoke_5", + "minecraft:big_smoke_6", + "minecraft:big_smoke_7", + "minecraft:big_smoke_8", + "minecraft:big_smoke_9", + "minecraft:big_smoke_10", + "minecraft:big_smoke_11" + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/particles/cloud.json b/1.16.5/assets/minecraft/particles/cloud.json new file mode 100644 index 00000000..27126109 --- /dev/null +++ b/1.16.5/assets/minecraft/particles/cloud.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:generic_7", + "minecraft:generic_6", + "minecraft:generic_5", + "minecraft:generic_4", + "minecraft:generic_3", + "minecraft:generic_2", + "minecraft:generic_1", + "minecraft:generic_0" + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/particles/composter.json b/1.16.5/assets/minecraft/particles/composter.json new file mode 100644 index 00000000..f9f9746a --- /dev/null +++ b/1.16.5/assets/minecraft/particles/composter.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:glint" + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/particles/crimson_spore.json b/1.16.5/assets/minecraft/particles/crimson_spore.json new file mode 100644 index 00000000..ca698ca4 --- /dev/null +++ b/1.16.5/assets/minecraft/particles/crimson_spore.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:generic_0" + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/particles/crit.json b/1.16.5/assets/minecraft/particles/crit.json new file mode 100644 index 00000000..735a9d74 --- /dev/null +++ b/1.16.5/assets/minecraft/particles/crit.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:critical_hit" + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/particles/current_down.json b/1.16.5/assets/minecraft/particles/current_down.json new file mode 100644 index 00000000..c9ad6449 --- /dev/null +++ b/1.16.5/assets/minecraft/particles/current_down.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:bubble" + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/particles/damage_indicator.json b/1.16.5/assets/minecraft/particles/damage_indicator.json new file mode 100644 index 00000000..3c9f3207 --- /dev/null +++ b/1.16.5/assets/minecraft/particles/damage_indicator.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:damage" + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/particles/dolphin.json b/1.16.5/assets/minecraft/particles/dolphin.json new file mode 100644 index 00000000..ca698ca4 --- /dev/null +++ b/1.16.5/assets/minecraft/particles/dolphin.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:generic_0" + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/particles/dragon_breath.json b/1.16.5/assets/minecraft/particles/dragon_breath.json new file mode 100644 index 00000000..e65716e3 --- /dev/null +++ b/1.16.5/assets/minecraft/particles/dragon_breath.json @@ -0,0 +1,7 @@ +{ + "textures": [ + "minecraft:generic_5", + "minecraft:generic_6", + "minecraft:generic_7" + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/particles/dripping_honey.json b/1.16.5/assets/minecraft/particles/dripping_honey.json new file mode 100644 index 00000000..6a657af2 --- /dev/null +++ b/1.16.5/assets/minecraft/particles/dripping_honey.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:drip_hang" + ] +} diff --git a/1.16.5/assets/minecraft/particles/dripping_lava.json b/1.16.5/assets/minecraft/particles/dripping_lava.json new file mode 100644 index 00000000..987e9f30 --- /dev/null +++ b/1.16.5/assets/minecraft/particles/dripping_lava.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:drip_hang" + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/particles/dripping_obsidian_tear.json b/1.16.5/assets/minecraft/particles/dripping_obsidian_tear.json new file mode 100644 index 00000000..6a657af2 --- /dev/null +++ b/1.16.5/assets/minecraft/particles/dripping_obsidian_tear.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:drip_hang" + ] +} diff --git a/1.16.5/assets/minecraft/particles/dripping_water.json b/1.16.5/assets/minecraft/particles/dripping_water.json new file mode 100644 index 00000000..987e9f30 --- /dev/null +++ b/1.16.5/assets/minecraft/particles/dripping_water.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:drip_hang" + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/particles/dust.json b/1.16.5/assets/minecraft/particles/dust.json new file mode 100644 index 00000000..27126109 --- /dev/null +++ b/1.16.5/assets/minecraft/particles/dust.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:generic_7", + "minecraft:generic_6", + "minecraft:generic_5", + "minecraft:generic_4", + "minecraft:generic_3", + "minecraft:generic_2", + "minecraft:generic_1", + "minecraft:generic_0" + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/particles/effect.json b/1.16.5/assets/minecraft/particles/effect.json new file mode 100644 index 00000000..3be9c3a9 --- /dev/null +++ b/1.16.5/assets/minecraft/particles/effect.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:effect_7", + "minecraft:effect_6", + "minecraft:effect_5", + "minecraft:effect_4", + "minecraft:effect_3", + "minecraft:effect_2", + "minecraft:effect_1", + "minecraft:effect_0" + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/particles/elder_guardian.json b/1.16.5/assets/minecraft/particles/elder_guardian.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/1.16.5/assets/minecraft/particles/elder_guardian.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/particles/enchant.json b/1.16.5/assets/minecraft/particles/enchant.json new file mode 100644 index 00000000..d2175f03 --- /dev/null +++ b/1.16.5/assets/minecraft/particles/enchant.json @@ -0,0 +1,30 @@ +{ + "textures": [ + "minecraft:sga_a", + "minecraft:sga_b", + "minecraft:sga_c", + "minecraft:sga_d", + "minecraft:sga_e", + "minecraft:sga_f", + "minecraft:sga_g", + "minecraft:sga_h", + "minecraft:sga_i", + "minecraft:sga_j", + "minecraft:sga_k", + "minecraft:sga_l", + "minecraft:sga_m", + "minecraft:sga_n", + "minecraft:sga_o", + "minecraft:sga_p", + "minecraft:sga_q", + "minecraft:sga_r", + "minecraft:sga_s", + "minecraft:sga_t", + "minecraft:sga_u", + "minecraft:sga_v", + "minecraft:sga_w", + "minecraft:sga_x", + "minecraft:sga_y", + "minecraft:sga_z" + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/particles/enchanted_hit.json b/1.16.5/assets/minecraft/particles/enchanted_hit.json new file mode 100644 index 00000000..9dfa4dad --- /dev/null +++ b/1.16.5/assets/minecraft/particles/enchanted_hit.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:enchanted_hit" + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/particles/end_rod.json b/1.16.5/assets/minecraft/particles/end_rod.json new file mode 100644 index 00000000..4fdc55ff --- /dev/null +++ b/1.16.5/assets/minecraft/particles/end_rod.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:glitter_7", + "minecraft:glitter_6", + "minecraft:glitter_5", + "minecraft:glitter_4", + "minecraft:glitter_3", + "minecraft:glitter_2", + "minecraft:glitter_1", + "minecraft:glitter_0" + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/particles/entity_effect.json b/1.16.5/assets/minecraft/particles/entity_effect.json new file mode 100644 index 00000000..3be9c3a9 --- /dev/null +++ b/1.16.5/assets/minecraft/particles/entity_effect.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:effect_7", + "minecraft:effect_6", + "minecraft:effect_5", + "minecraft:effect_4", + "minecraft:effect_3", + "minecraft:effect_2", + "minecraft:effect_1", + "minecraft:effect_0" + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/particles/explosion.json b/1.16.5/assets/minecraft/particles/explosion.json new file mode 100644 index 00000000..6e3e151a --- /dev/null +++ b/1.16.5/assets/minecraft/particles/explosion.json @@ -0,0 +1,20 @@ +{ + "textures": [ + "minecraft:explosion_0", + "minecraft:explosion_1", + "minecraft:explosion_2", + "minecraft:explosion_3", + "minecraft:explosion_4", + "minecraft:explosion_5", + "minecraft:explosion_6", + "minecraft:explosion_7", + "minecraft:explosion_8", + "minecraft:explosion_9", + "minecraft:explosion_10", + "minecraft:explosion_11", + "minecraft:explosion_12", + "minecraft:explosion_13", + "minecraft:explosion_14", + "minecraft:explosion_15" + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/particles/explosion_emitter.json b/1.16.5/assets/minecraft/particles/explosion_emitter.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/1.16.5/assets/minecraft/particles/explosion_emitter.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/particles/falling_dust.json b/1.16.5/assets/minecraft/particles/falling_dust.json new file mode 100644 index 00000000..27126109 --- /dev/null +++ b/1.16.5/assets/minecraft/particles/falling_dust.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:generic_7", + "minecraft:generic_6", + "minecraft:generic_5", + "minecraft:generic_4", + "minecraft:generic_3", + "minecraft:generic_2", + "minecraft:generic_1", + "minecraft:generic_0" + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/particles/falling_honey.json b/1.16.5/assets/minecraft/particles/falling_honey.json new file mode 100644 index 00000000..2732837e --- /dev/null +++ b/1.16.5/assets/minecraft/particles/falling_honey.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:drip_fall" + ] +} diff --git a/1.16.5/assets/minecraft/particles/falling_lava.json b/1.16.5/assets/minecraft/particles/falling_lava.json new file mode 100644 index 00000000..520ad48b --- /dev/null +++ b/1.16.5/assets/minecraft/particles/falling_lava.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:drip_fall" + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/particles/falling_nectar.json b/1.16.5/assets/minecraft/particles/falling_nectar.json new file mode 100644 index 00000000..2732837e --- /dev/null +++ b/1.16.5/assets/minecraft/particles/falling_nectar.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:drip_fall" + ] +} diff --git a/1.16.5/assets/minecraft/particles/falling_obsidian_tear.json b/1.16.5/assets/minecraft/particles/falling_obsidian_tear.json new file mode 100644 index 00000000..2732837e --- /dev/null +++ b/1.16.5/assets/minecraft/particles/falling_obsidian_tear.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:drip_fall" + ] +} diff --git a/1.16.5/assets/minecraft/particles/falling_water.json b/1.16.5/assets/minecraft/particles/falling_water.json new file mode 100644 index 00000000..520ad48b --- /dev/null +++ b/1.16.5/assets/minecraft/particles/falling_water.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:drip_fall" + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/particles/firework.json b/1.16.5/assets/minecraft/particles/firework.json new file mode 100644 index 00000000..9e4709bc --- /dev/null +++ b/1.16.5/assets/minecraft/particles/firework.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:spark_7", + "minecraft:spark_6", + "minecraft:spark_5", + "minecraft:spark_4", + "minecraft:spark_3", + "minecraft:spark_2", + "minecraft:spark_1", + "minecraft:spark_0" + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/particles/fishing.json b/1.16.5/assets/minecraft/particles/fishing.json new file mode 100644 index 00000000..49f427bc --- /dev/null +++ b/1.16.5/assets/minecraft/particles/fishing.json @@ -0,0 +1,8 @@ +{ + "textures": [ + "minecraft:splash_0", + "minecraft:splash_1", + "minecraft:splash_2", + "minecraft:splash_3" + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/particles/flame.json b/1.16.5/assets/minecraft/particles/flame.json new file mode 100644 index 00000000..f506424d --- /dev/null +++ b/1.16.5/assets/minecraft/particles/flame.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:flame" + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/particles/flash.json b/1.16.5/assets/minecraft/particles/flash.json new file mode 100644 index 00000000..9d842205 --- /dev/null +++ b/1.16.5/assets/minecraft/particles/flash.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:flash" + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/particles/happy_villager.json b/1.16.5/assets/minecraft/particles/happy_villager.json new file mode 100644 index 00000000..f9f9746a --- /dev/null +++ b/1.16.5/assets/minecraft/particles/happy_villager.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:glint" + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/particles/heart.json b/1.16.5/assets/minecraft/particles/heart.json new file mode 100644 index 00000000..686a2dcf --- /dev/null +++ b/1.16.5/assets/minecraft/particles/heart.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:heart" + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/particles/instant_effect.json b/1.16.5/assets/minecraft/particles/instant_effect.json new file mode 100644 index 00000000..7ec70d32 --- /dev/null +++ b/1.16.5/assets/minecraft/particles/instant_effect.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:spell_7", + "minecraft:spell_6", + "minecraft:spell_5", + "minecraft:spell_4", + "minecraft:spell_3", + "minecraft:spell_2", + "minecraft:spell_1", + "minecraft:spell_0" + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/particles/item.json b/1.16.5/assets/minecraft/particles/item.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/1.16.5/assets/minecraft/particles/item.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/particles/item_slime.json b/1.16.5/assets/minecraft/particles/item_slime.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/1.16.5/assets/minecraft/particles/item_slime.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/particles/item_snowball.json b/1.16.5/assets/minecraft/particles/item_snowball.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/1.16.5/assets/minecraft/particles/item_snowball.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/particles/landing_honey.json b/1.16.5/assets/minecraft/particles/landing_honey.json new file mode 100644 index 00000000..3af906fe --- /dev/null +++ b/1.16.5/assets/minecraft/particles/landing_honey.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:drip_land" + ] +} diff --git a/1.16.5/assets/minecraft/particles/landing_lava.json b/1.16.5/assets/minecraft/particles/landing_lava.json new file mode 100644 index 00000000..89230de9 --- /dev/null +++ b/1.16.5/assets/minecraft/particles/landing_lava.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:drip_land" + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/particles/landing_obsidian_tear.json b/1.16.5/assets/minecraft/particles/landing_obsidian_tear.json new file mode 100644 index 00000000..3af906fe --- /dev/null +++ b/1.16.5/assets/minecraft/particles/landing_obsidian_tear.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:drip_land" + ] +} diff --git a/1.16.5/assets/minecraft/particles/large_smoke.json b/1.16.5/assets/minecraft/particles/large_smoke.json new file mode 100644 index 00000000..27126109 --- /dev/null +++ b/1.16.5/assets/minecraft/particles/large_smoke.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:generic_7", + "minecraft:generic_6", + "minecraft:generic_5", + "minecraft:generic_4", + "minecraft:generic_3", + "minecraft:generic_2", + "minecraft:generic_1", + "minecraft:generic_0" + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/particles/lava.json b/1.16.5/assets/minecraft/particles/lava.json new file mode 100644 index 00000000..da6979fe --- /dev/null +++ b/1.16.5/assets/minecraft/particles/lava.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:lava" + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/particles/mycelium.json b/1.16.5/assets/minecraft/particles/mycelium.json new file mode 100644 index 00000000..ca698ca4 --- /dev/null +++ b/1.16.5/assets/minecraft/particles/mycelium.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:generic_0" + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/particles/nautilus.json b/1.16.5/assets/minecraft/particles/nautilus.json new file mode 100644 index 00000000..6b9eafdf --- /dev/null +++ b/1.16.5/assets/minecraft/particles/nautilus.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:nautilus" + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/particles/note.json b/1.16.5/assets/minecraft/particles/note.json new file mode 100644 index 00000000..8097a3d7 --- /dev/null +++ b/1.16.5/assets/minecraft/particles/note.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:note" + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/particles/poof.json b/1.16.5/assets/minecraft/particles/poof.json new file mode 100644 index 00000000..27126109 --- /dev/null +++ b/1.16.5/assets/minecraft/particles/poof.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:generic_7", + "minecraft:generic_6", + "minecraft:generic_5", + "minecraft:generic_4", + "minecraft:generic_3", + "minecraft:generic_2", + "minecraft:generic_1", + "minecraft:generic_0" + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/particles/portal.json b/1.16.5/assets/minecraft/particles/portal.json new file mode 100644 index 00000000..f970e447 --- /dev/null +++ b/1.16.5/assets/minecraft/particles/portal.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:generic_0", + "minecraft:generic_1", + "minecraft:generic_2", + "minecraft:generic_3", + "minecraft:generic_4", + "minecraft:generic_5", + "minecraft:generic_6", + "minecraft:generic_7" + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/particles/rain.json b/1.16.5/assets/minecraft/particles/rain.json new file mode 100644 index 00000000..49f427bc --- /dev/null +++ b/1.16.5/assets/minecraft/particles/rain.json @@ -0,0 +1,8 @@ +{ + "textures": [ + "minecraft:splash_0", + "minecraft:splash_1", + "minecraft:splash_2", + "minecraft:splash_3" + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/particles/reverse_portal.json b/1.16.5/assets/minecraft/particles/reverse_portal.json new file mode 100644 index 00000000..f970e447 --- /dev/null +++ b/1.16.5/assets/minecraft/particles/reverse_portal.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:generic_0", + "minecraft:generic_1", + "minecraft:generic_2", + "minecraft:generic_3", + "minecraft:generic_4", + "minecraft:generic_5", + "minecraft:generic_6", + "minecraft:generic_7" + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/particles/smoke.json b/1.16.5/assets/minecraft/particles/smoke.json new file mode 100644 index 00000000..27126109 --- /dev/null +++ b/1.16.5/assets/minecraft/particles/smoke.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:generic_7", + "minecraft:generic_6", + "minecraft:generic_5", + "minecraft:generic_4", + "minecraft:generic_3", + "minecraft:generic_2", + "minecraft:generic_1", + "minecraft:generic_0" + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/particles/sneeze.json b/1.16.5/assets/minecraft/particles/sneeze.json new file mode 100644 index 00000000..27126109 --- /dev/null +++ b/1.16.5/assets/minecraft/particles/sneeze.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:generic_7", + "minecraft:generic_6", + "minecraft:generic_5", + "minecraft:generic_4", + "minecraft:generic_3", + "minecraft:generic_2", + "minecraft:generic_1", + "minecraft:generic_0" + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/particles/soul.json b/1.16.5/assets/minecraft/particles/soul.json new file mode 100644 index 00000000..08defaea --- /dev/null +++ b/1.16.5/assets/minecraft/particles/soul.json @@ -0,0 +1,15 @@ +{ + "textures": [ + "minecraft:soul_0", + "minecraft:soul_1", + "minecraft:soul_2", + "minecraft:soul_3", + "minecraft:soul_4", + "minecraft:soul_5", + "minecraft:soul_6", + "minecraft:soul_7", + "minecraft:soul_8", + "minecraft:soul_9", + "minecraft:soul_10" + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/particles/soul_fire_flame.json b/1.16.5/assets/minecraft/particles/soul_fire_flame.json new file mode 100644 index 00000000..6064eacb --- /dev/null +++ b/1.16.5/assets/minecraft/particles/soul_fire_flame.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:soul_fire_flame" + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/particles/spit.json b/1.16.5/assets/minecraft/particles/spit.json new file mode 100644 index 00000000..27126109 --- /dev/null +++ b/1.16.5/assets/minecraft/particles/spit.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:generic_7", + "minecraft:generic_6", + "minecraft:generic_5", + "minecraft:generic_4", + "minecraft:generic_3", + "minecraft:generic_2", + "minecraft:generic_1", + "minecraft:generic_0" + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/particles/splash.json b/1.16.5/assets/minecraft/particles/splash.json new file mode 100644 index 00000000..49f427bc --- /dev/null +++ b/1.16.5/assets/minecraft/particles/splash.json @@ -0,0 +1,8 @@ +{ + "textures": [ + "minecraft:splash_0", + "minecraft:splash_1", + "minecraft:splash_2", + "minecraft:splash_3" + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/particles/squid_ink.json b/1.16.5/assets/minecraft/particles/squid_ink.json new file mode 100644 index 00000000..27126109 --- /dev/null +++ b/1.16.5/assets/minecraft/particles/squid_ink.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:generic_7", + "minecraft:generic_6", + "minecraft:generic_5", + "minecraft:generic_4", + "minecraft:generic_3", + "minecraft:generic_2", + "minecraft:generic_1", + "minecraft:generic_0" + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/particles/sweep_attack.json b/1.16.5/assets/minecraft/particles/sweep_attack.json new file mode 100644 index 00000000..3b9fe789 --- /dev/null +++ b/1.16.5/assets/minecraft/particles/sweep_attack.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:sweep_0", + "minecraft:sweep_1", + "minecraft:sweep_2", + "minecraft:sweep_3", + "minecraft:sweep_4", + "minecraft:sweep_5", + "minecraft:sweep_6", + "minecraft:sweep_7" + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/particles/totem_of_undying.json b/1.16.5/assets/minecraft/particles/totem_of_undying.json new file mode 100644 index 00000000..4fdc55ff --- /dev/null +++ b/1.16.5/assets/minecraft/particles/totem_of_undying.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:glitter_7", + "minecraft:glitter_6", + "minecraft:glitter_5", + "minecraft:glitter_4", + "minecraft:glitter_3", + "minecraft:glitter_2", + "minecraft:glitter_1", + "minecraft:glitter_0" + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/particles/underwater.json b/1.16.5/assets/minecraft/particles/underwater.json new file mode 100644 index 00000000..ca698ca4 --- /dev/null +++ b/1.16.5/assets/minecraft/particles/underwater.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:generic_0" + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/particles/warped_spore.json b/1.16.5/assets/minecraft/particles/warped_spore.json new file mode 100644 index 00000000..ca698ca4 --- /dev/null +++ b/1.16.5/assets/minecraft/particles/warped_spore.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:generic_0" + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/particles/white_ash.json b/1.16.5/assets/minecraft/particles/white_ash.json new file mode 100644 index 00000000..5590ac4d --- /dev/null +++ b/1.16.5/assets/minecraft/particles/white_ash.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:generic_0" + ] +} diff --git a/1.16.5/assets/minecraft/particles/witch.json b/1.16.5/assets/minecraft/particles/witch.json new file mode 100644 index 00000000..7ec70d32 --- /dev/null +++ b/1.16.5/assets/minecraft/particles/witch.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:spell_7", + "minecraft:spell_6", + "minecraft:spell_5", + "minecraft:spell_4", + "minecraft:spell_3", + "minecraft:spell_2", + "minecraft:spell_1", + "minecraft:spell_0" + ] +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/shaders/post/antialias.json b/1.16.5/assets/minecraft/shaders/post/antialias.json new file mode 100644 index 00000000..bc31af30 --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/post/antialias.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "antialias", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.16.5/assets/minecraft/shaders/post/art.json b/1.16.5/assets/minecraft/shaders/post/art.json new file mode 100644 index 00000000..6d6c7ec5 --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/post/art.json @@ -0,0 +1,64 @@ +{ + "targets": [ + "0", + "1" + ], + "passes": [ + { + "name": "blobs2", + "intarget": "minecraft:main", + "outtarget": "0" + }, + { + "name": "outline_watercolor", + "intarget": "0", + "outtarget": "minecraft:main" + }, + { + "name": "blur", + "intarget": "minecraft:main", + "outtarget": "1", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.8, 0.0 ] + }, + { + "name": "Radius", + "values": [ 20.0 ] + } + ] + }, + { + "name": "blur", + "intarget": "1", + "outtarget": "minecraft:main", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.0, 0.8 ] + }, + { + "name": "Radius", + "values": [ 20.0 ] + } + ] + }, + { + "name": "outline_combine", + "intarget": "0", + "outtarget": "1", + "auxtargets": [ + { + "name": "OutlineSampler", + "id": "minecraft:main" + } + ] + }, + { + "name": "blit", + "intarget": "1", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.16.5/assets/minecraft/shaders/post/bits.json b/1.16.5/assets/minecraft/shaders/post/bits.json new file mode 100644 index 00000000..7236746c --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/post/bits.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "bits", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.16.5/assets/minecraft/shaders/post/blobs.json b/1.16.5/assets/minecraft/shaders/post/blobs.json new file mode 100644 index 00000000..d6260aa2 --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/post/blobs.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "blobs", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.16.5/assets/minecraft/shaders/post/blobs2.json b/1.16.5/assets/minecraft/shaders/post/blobs2.json new file mode 100644 index 00000000..3464ae30 --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/post/blobs2.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "blobs2", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.16.5/assets/minecraft/shaders/post/blur.json b/1.16.5/assets/minecraft/shaders/post/blur.json new file mode 100644 index 00000000..bca04d5e --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/post/blur.json @@ -0,0 +1,37 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "blur", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 1.0, 0.0 ] + }, + { + "name": "Radius", + "values": [ 20.0 ] + } + ] + }, + { + "name": "blur", + "intarget": "swap", + "outtarget": "minecraft:main", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.0, 1.0 ] + }, + { + "name": "Radius", + "values": [ 20.0 ] + } + ] + } + ] +} diff --git a/1.16.5/assets/minecraft/shaders/post/bumpy.json b/1.16.5/assets/minecraft/shaders/post/bumpy.json new file mode 100644 index 00000000..0870985d --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/post/bumpy.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "bumpy", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.16.5/assets/minecraft/shaders/post/color_convolve.json b/1.16.5/assets/minecraft/shaders/post/color_convolve.json new file mode 100644 index 00000000..9f002121 --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/post/color_convolve.json @@ -0,0 +1,20 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "color_convolve", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { "name": "Saturation", "values": [ 1.4 ] } + ] + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.16.5/assets/minecraft/shaders/post/creeper.json b/1.16.5/assets/minecraft/shaders/post/creeper.json new file mode 100644 index 00000000..da503f1a --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/post/creeper.json @@ -0,0 +1,41 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "color_convolve", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { + "name": "RedMatrix", + "values": [ 0.0, 0.0, 0.0 ] + }, + { + "name": "GreenMatrix", + "values": [ 0.3, 0.59, 0.11 ] + }, + { + "name": "BlueMatrix", + "values": [ 0.0, 0.0, 0.0 ] + } + ] + }, + { + "name": "bits", + "intarget": "swap", + "outtarget": "minecraft:main", + "uniforms": [ + { + "name": "Resolution", + "values": [ 16.0 ] + }, + { + "name": "MosaicSize", + "values": [ 4.0 ] + } + ] + } + ] +} diff --git a/1.16.5/assets/minecraft/shaders/post/deconverge.json b/1.16.5/assets/minecraft/shaders/post/deconverge.json new file mode 100644 index 00000000..4eb2b8db --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/post/deconverge.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "deconverge", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.16.5/assets/minecraft/shaders/post/desaturate.json b/1.16.5/assets/minecraft/shaders/post/desaturate.json new file mode 100644 index 00000000..675018fa --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/post/desaturate.json @@ -0,0 +1,23 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "color_convolve", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { + "name": "Saturation", + "values": [ 0.2 ] + } + ] + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.16.5/assets/minecraft/shaders/post/entity_outline.json b/1.16.5/assets/minecraft/shaders/post/entity_outline.json new file mode 100644 index 00000000..e53ff3db --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/post/entity_outline.json @@ -0,0 +1,48 @@ +{ + "targets": [ + "swap", + "final" + ], + "passes": [ + { + "name": "entity_outline", + "intarget": "final", + "outtarget": "swap" + }, + { + "name": "blur", + "intarget": "swap", + "outtarget": "final", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 1.0, 0.0 ] + }, + { + "name": "Radius", + "values": [ 2.0 ] + } + ] + }, + { + "name": "blur", + "intarget": "final", + "outtarget": "swap", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.0, 1.0 ] + }, + { + "name": "Radius", + "values": [ 2.0 ] + } + ] + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "final" + } + ] +} diff --git a/1.16.5/assets/minecraft/shaders/post/flip.json b/1.16.5/assets/minecraft/shaders/post/flip.json new file mode 100644 index 00000000..e3824357 --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/post/flip.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "flip", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.16.5/assets/minecraft/shaders/post/fxaa.json b/1.16.5/assets/minecraft/shaders/post/fxaa.json new file mode 100644 index 00000000..83292b79 --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/post/fxaa.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "fxaa", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.16.5/assets/minecraft/shaders/post/green.json b/1.16.5/assets/minecraft/shaders/post/green.json new file mode 100644 index 00000000..5d0af6c9 --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/post/green.json @@ -0,0 +1,41 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "color_convolve", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { + "name": "RedMatrix", + "values": [ 0.0, 0.0, 0.0 ] + }, + { + "name": "GreenMatrix", + "values": [ 0.3, 0.59, 0.11 ] + }, + { + "name": "BlueMatrix", + "values": [ 0.0, 0.0, 0.0 ] + } + ] + }, + { + "name": "bits", + "intarget": "swap", + "outtarget": "minecraft:main" + }, + { + "name": "scan_pincushion", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.16.5/assets/minecraft/shaders/post/invert.json b/1.16.5/assets/minecraft/shaders/post/invert.json new file mode 100644 index 00000000..2ab63fb6 --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/post/invert.json @@ -0,0 +1,23 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "invert", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { + "name": "InverseAmount", + "values": [ 0.8 ] + } + ] + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.16.5/assets/minecraft/shaders/post/notch.json b/1.16.5/assets/minecraft/shaders/post/notch.json new file mode 100644 index 00000000..164943c2 --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/post/notch.json @@ -0,0 +1,26 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "notch", + "intarget": "minecraft:main", + "outtarget": "swap", + "auxtargets": [ + { + "name": "DitherSampler", + "id": "dither", + "width": 4, + "height": 4, + "bilinear": false + } + ] + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.16.5/assets/minecraft/shaders/post/ntsc.json b/1.16.5/assets/minecraft/shaders/post/ntsc.json new file mode 100644 index 00000000..abc005bd --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/post/ntsc.json @@ -0,0 +1,92 @@ +{ + "targets": [ + "swap", + "swap2", + "previous" + ], + "passes": [ + { + "name": "ntsc_encode", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "ntsc_decode", + "intarget": "swap", + "outtarget": "swap2", + "auxtargets": [ + { + "name": "BaseSampler", + "id": "minecraft:main" + } + ] + }, + { + "name": "color_convolve", + "intarget": "swap2", + "outtarget": "swap" + }, + { + "name": "deconverge", + "intarget": "swap", + "outtarget": "minecraft:main" + }, + { + "name": "blur", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 1.0, 0.0 ] + }, + { + "name": "Radius", + "values": [ 10.0 ] + } + ] + }, + { + "name": "blur", + "intarget": "swap", + "outtarget": "minecraft:main", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.0, 1.0 ] + }, + { + "name": "Radius", + "values": [ 10.0 ] + } + ] + }, + { + "name": "scan_pincushion", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "phosphor", + "intarget": "swap", + "outtarget": "minecraft:main", + "auxtargets": [ + { + "name": "PrevSampler", + "id": "previous" + } + ], + "uniforms": [ + { + "name": "Phosphor", + "values": [ 0.4, 0.4, 0.4 ] + } + ] + }, + { + "name": "blit", + "intarget": "minecraft:main", + "outtarget": "previous" + } + ] +} diff --git a/1.16.5/assets/minecraft/shaders/post/outline.json b/1.16.5/assets/minecraft/shaders/post/outline.json new file mode 100644 index 00000000..53c8ee82 --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/post/outline.json @@ -0,0 +1,18 @@ +{ + "targets": [ + "swap", + "final" + ], + "passes": [ + { + "name": "outline", + "intarget": "final", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "final" + } + ] +} diff --git a/1.16.5/assets/minecraft/shaders/post/pencil.json b/1.16.5/assets/minecraft/shaders/post/pencil.json new file mode 100644 index 00000000..1fc5b133 --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/post/pencil.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "outline_soft", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.16.5/assets/minecraft/shaders/post/phosphor.json b/1.16.5/assets/minecraft/shaders/post/phosphor.json new file mode 100644 index 00000000..0fa09c4e --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/post/phosphor.json @@ -0,0 +1,35 @@ +{ + "targets": [ + "swap", + "previous" + ], + "passes": [ + { + "name": "phosphor", + "intarget": "minecraft:main", + "outtarget": "swap", + "auxtargets": [ + { + "name": "PrevSampler", + "id": "previous" + } + ], + "uniforms": [ + { + "name": "Phosphor", + "values": [ 0.95, 0.95, 0.95 ] + } + ] + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "previous" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.16.5/assets/minecraft/shaders/post/scan_pincushion.json b/1.16.5/assets/minecraft/shaders/post/scan_pincushion.json new file mode 100644 index 00000000..b5d0a3ed --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/post/scan_pincushion.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "scan_pincushion", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.16.5/assets/minecraft/shaders/post/sobel.json b/1.16.5/assets/minecraft/shaders/post/sobel.json new file mode 100644 index 00000000..5c390a4b --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/post/sobel.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "sobel", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.16.5/assets/minecraft/shaders/post/spider.json b/1.16.5/assets/minecraft/shaders/post/spider.json new file mode 100644 index 00000000..5f203c13 --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/post/spider.json @@ -0,0 +1,230 @@ +{ + "targets": [ + "largeBlur", + "smallBlur", + "temp", + "swap" + ], + "passes": [ + { + "name": "blur", + "intarget": "minecraft:main", + "outtarget": "temp", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 1.0, 0.0 ] + }, + { + "name": "Radius", + "values": [ 15.0 ] + } + ] + }, + { + "name": "blur", + "intarget": "temp", + "outtarget": "largeBlur", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.0, 1.0 ] + }, + { + "name": "Radius", + "values": [ 15.0 ] + } + ] + }, + { + "name": "blur", + "intarget": "minecraft:main", + "outtarget": "temp", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 1.0, 0.0 ] + }, + { + "name": "Radius", + "values": [ 7.0 ] + } + ] + }, + { + "name": "blur", + "intarget": "temp", + "outtarget": "smallBlur", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.0, 1.0 ] + }, + { + "name": "Radius", + "values": [ 7.0 ] + } + ] + }, + { + "name": "spider", + "intarget": "minecraft:main", + "outtarget": "temp", + "auxtargets": [ + { + "name": "BlurSampler", + "id": "largeBlur" + } + ], + "uniforms": [ + { + "name": "InScale", + "values": [ 1.25, 2.0 ] + }, + { + "name": "InOffset", + "values": [ -0.125, -0.1 ] + }, + { + "name": "Scissor", + "values": [ 0.0, 0.0, 1.0, 1.0 ] + }, + { + "name": "Vignette", + "values": [ 0.1, 0.1, 0.9, 0.9 ] + } + ] + }, + { + "name": "spider", + "intarget": "smallBlur", + "outtarget": "swap", + "auxtargets": [ + { + "name": "BlurSampler", + "id": "temp" + } + ], + "uniforms": [ + { + "name": "InScale", + "values": [ 2.35, 4.2 ] + }, + { + "name": "InOffset", + "values": [ -1.1, -1.5 ] + }, + { + "name": "InRotation", + "values": [ -45.0 ] + }, + { + "name": "Scissor", + "values": [ 0.21, 0.0, 0.79, 1.0 ] + }, + { + "name": "Vignette", + "values": [ 0.31, 0.1, 0.69, 0.9 ] + } + ] + }, + { + "name": "spider", + "intarget": "smallBlur", + "outtarget": "temp", + "auxtargets": [ + { + "name": "BlurSampler", + "id": "swap" + } + ], + "uniforms": [ + { + "name": "InScale", + "values": [ 2.35, 4.2 ] + }, + { + "name": "InOffset", + "values": [ 0.45, -4.45 ] + }, + { + "name": "InRotation", + "values": [ 45.0 ] + }, + { + "name": "Scissor", + "values": [ 0.21, 0.0, 0.79, 1.0 ] + }, + { + "name": "Vignette", + "values": [ 0.31, 0.1, 0.69, 0.9 ] + } + ] + }, + { + "name": "spider", + "intarget": "smallBlur", + "outtarget": "swap", + "auxtargets": [ + { + "name": "BlurSampler", + "id": "temp" + } + ], + "uniforms": [ + { + "name": "InScale", + "values": [ 2.35, 2.35 ] + }, + { + "name": "InOffset", + "values": [ -0.385, -1.29 ] + }, + { + "name": "InRotation", + "values": [ 0.0 ] + }, + { + "name": "Vignette", + "values": [ 0.31, 0.1, 0.69, 0.9 ] + } + ] + }, + { + "name": "spider", + "intarget": "smallBlur", + "outtarget": "temp", + "auxtargets": [ + { + "name": "BlurSampler", + "id": "swap" + } + ], + "uniforms": [ + { + "name": "InScale", + "values": [ 2.35, 2.35 ] + }, + { + "name": "InOffset", + "values": [ -0.965, -1.29 ] + }, + { + "name": "Vignette", + "values": [ 0.31, 0.1, 0.69, 0.9 ] + } + ] + }, + { + "name": "blit", + "intarget": "temp", + "outtarget": "minecraft:main", + "uniforms": [ + { + "name": "ColorModulate", + "values": [ 1.0, 0.8, 0.8, 1.0 ] + } + ] + } + ] +} diff --git a/1.16.5/assets/minecraft/shaders/post/transparency.json b/1.16.5/assets/minecraft/shaders/post/transparency.json new file mode 100644 index 00000000..8642ac2d --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/post/transparency.json @@ -0,0 +1,69 @@ +{ + "targets": [ + "water", + "translucent", + "itemEntity", + "particles", + "clouds", + "weather", + "final" + ], + "passes": [ + { + "name": "transparency", + "intarget": "minecraft:main", + "outtarget": "final", + "auxtargets": [ + { + "name": "DiffuseDepthSampler", + "id": "minecraft:main:depth" + }, + { + "name": "TranslucentSampler", + "id": "translucent" + }, + { + "name": "TranslucentDepthSampler", + "id": "translucent:depth" + }, + { + "name": "ItemEntitySampler", + "id": "itemEntity" + }, + { + "name": "ItemEntityDepthSampler", + "id": "itemEntity:depth" + }, + { + "name": "ParticlesSampler", + "id": "particles" + }, + { + "name": "ParticlesDepthSampler", + "id": "particles:depth" + }, + { + "name": "CloudsSampler", + "id": "clouds" + }, + { + "name": "CloudsDepthSampler", + "id": "clouds:depth" + }, + { + "name": "WeatherSampler", + "id": "weather" + }, + { + "name": "WeatherDepthSampler", + "id": "weather:depth" + } + ] + }, + { + "name": "blit", + "intarget": "final", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.16.5/assets/minecraft/shaders/post/wobble.json b/1.16.5/assets/minecraft/shaders/post/wobble.json new file mode 100644 index 00000000..1fc45346 --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/post/wobble.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "wobble", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.16.5/assets/minecraft/shaders/program/antialias.fsh b/1.16.5/assets/minecraft/shaders/program/antialias.fsh new file mode 100644 index 00000000..94986b08 --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/program/antialias.fsh @@ -0,0 +1,29 @@ +#version 110 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 c = texture2D (DiffuseSampler, texCoord); + vec4 u1 = texture2D (DiffuseSampler, texCoord + vec2 ( 0.0, -oneTexel.y )); + vec4 u2 = texture2D (DiffuseSampler, texCoord + vec2 ( 0.0, -oneTexel.y * 2.0)); + vec4 d1 = texture2D (DiffuseSampler, texCoord + vec2 ( 0.0, oneTexel.y )); + vec4 d2 = texture2D (DiffuseSampler, texCoord + vec2 ( 0.0, oneTexel.y * 2.0)); + vec4 l1 = texture2D (DiffuseSampler, texCoord + vec2 (-oneTexel.x, 0.0)); + vec4 l2 = texture2D (DiffuseSampler, texCoord + vec2 (-oneTexel.x * 2.0, 0.0)); + vec4 r1 = texture2D (DiffuseSampler, texCoord + vec2 ( oneTexel.x, 0.0)); + vec4 r2 = texture2D (DiffuseSampler, texCoord + vec2 ( oneTexel.x * 2.0, 0.0)); + + vec4 v1 = mix (c, mix (l1, l2, 0.667), 0.75); + vec4 v2 = mix (c, mix (r1, r2, 0.667), 0.75); + vec4 v3 = mix (c, mix (u1, u2, 0.667), 0.75); + vec4 v4 = mix (c, mix (d1, d2, 0.667), 0.75); + + vec4 v5 = mix (v1, v2, 0.5); + vec4 v6 = mix (v3, v4, 0.5); + + vec4 color = mix (v5, v6, 0.5); + gl_FragColor = vec4(color.rgb, 1.0); +} diff --git a/1.16.5/assets/minecraft/shaders/program/antialias.json b/1.16.5/assets/minecraft/shaders/program/antialias.json new file mode 100644 index 00000000..6916fd9a --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/program/antialias.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "blobs", + "fragment": "antialias", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.16.5/assets/minecraft/shaders/program/bits.fsh b/1.16.5/assets/minecraft/shaders/program/bits.fsh new file mode 100644 index 00000000..6212380e --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/program/bits.fsh @@ -0,0 +1,27 @@ +#version 110 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +uniform float Resolution; +uniform float Saturation; +uniform float MosaicSize; + +void main() { + vec2 mosaicInSize = InSize / MosaicSize; + vec2 fractPix = fract(texCoord * mosaicInSize) / mosaicInSize; + + vec4 baseTexel = texture2D(DiffuseSampler, texCoord - fractPix); + + vec3 fractTexel = baseTexel.rgb - fract(baseTexel.rgb * Resolution) / Resolution; + float luma = dot(fractTexel, vec3(0.3, 0.59, 0.11)); + vec3 chroma = (fractTexel - luma) * Saturation; + baseTexel.rgb = luma + chroma; + baseTexel.a = 1.0; + + gl_FragColor = baseTexel; +} diff --git a/1.16.5/assets/minecraft/shaders/program/bits.json b/1.16.5/assets/minecraft/shaders/program/bits.json new file mode 100644 index 00000000..c19239b8 --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/program/bits.json @@ -0,0 +1,21 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "bits", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "Resolution", "type": "float", "count": 1, "values": [ 4.0 ] }, + { "name": "Saturation", "type": "float", "count": 1, "values": [ 1.5 ] }, + { "name": "MosaicSize", "type": "float", "count": 1, "values": [ 8.0 ] } + ] +} diff --git a/1.16.5/assets/minecraft/shaders/program/blit.fsh b/1.16.5/assets/minecraft/shaders/program/blit.fsh new file mode 100644 index 00000000..edcdeb47 --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/program/blit.fsh @@ -0,0 +1,11 @@ +#version 110 + +uniform sampler2D DiffuseSampler; + +uniform vec4 ColorModulate; + +varying vec2 texCoord; + +void main(){ + gl_FragColor = texture2D(DiffuseSampler, texCoord) * ColorModulate; +} diff --git a/1.16.5/assets/minecraft/shaders/program/blit.json b/1.16.5/assets/minecraft/shaders/program/blit.json new file mode 100644 index 00000000..1256b6b1 --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/program/blit.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "blit", + "fragment": "blit", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "ColorModulate", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] } + ] +} diff --git a/1.16.5/assets/minecraft/shaders/program/blit.vsh b/1.16.5/assets/minecraft/shaders/program/blit.vsh new file mode 100644 index 00000000..a81b88a5 --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/program/blit.vsh @@ -0,0 +1,15 @@ +#version 110 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 OutSize; + +varying vec2 texCoord; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + texCoord = Position.xy / OutSize; +} diff --git a/1.16.5/assets/minecraft/shaders/program/blobs.fsh b/1.16.5/assets/minecraft/shaders/program/blobs.fsh new file mode 100644 index 00000000..bdcbf6ad --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/program/blobs.fsh @@ -0,0 +1,43 @@ +#version 110 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 u = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y)); + vec4 d = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y)); + vec4 l = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0)); + vec4 r = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0)); + + vec4 v1 = min(l, r); + vec4 v2 = min(u, d); + vec4 v3 = min(v1, v2); + + vec4 ul = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, -oneTexel.y)); + vec4 dr = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, oneTexel.y)); + vec4 dl = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, oneTexel.y)); + vec4 ur = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, -oneTexel.y)); + + vec4 v4 = min(ul, dr); + vec4 v5 = min(ur, dl); + vec4 v6 = min(v4, v5); + + vec4 v7 = min(v3, v6); + + vec4 uu = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y * 2.0)); + vec4 dd = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y * 2.0)); + vec4 ll = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x * 2.0, 0.0)); + vec4 rr = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x * 2.0, 0.0)); + + vec4 v8 = min(uu, dd); + vec4 v9 = min(ll, rr); + vec4 v10 = min(v8, v9); + + vec4 v11 = min(v7, v10); + + vec4 c = texture2D(DiffuseSampler, texCoord); + vec4 color = min(c, v11); + gl_FragColor = vec4(color.rgb, 1.0); +} diff --git a/1.16.5/assets/minecraft/shaders/program/blobs.json b/1.16.5/assets/minecraft/shaders/program/blobs.json new file mode 100644 index 00000000..6a5f2455 --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/program/blobs.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "blobs", + "fragment": "blobs", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.16.5/assets/minecraft/shaders/program/blobs.vsh b/1.16.5/assets/minecraft/shaders/program/blobs.vsh new file mode 100644 index 00000000..f0170458 --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/program/blobs.vsh @@ -0,0 +1,17 @@ +#version 110 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + oneTexel = 1.0 / InSize; + texCoord = outPos.xy * 0.5 + 0.5; +} diff --git a/1.16.5/assets/minecraft/shaders/program/blobs2.fsh b/1.16.5/assets/minecraft/shaders/program/blobs2.fsh new file mode 100644 index 00000000..429e1c3d --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/program/blobs2.fsh @@ -0,0 +1,30 @@ +#version 110 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform float Radius; + +void main(){ + vec4 c = texture2D(DiffuseSampler, texCoord); + vec4 maxVal = c; + for(float u = 0.0; u <= Radius; u += 1.0) { + for(float v = 0.0; v <= Radius; v += 1.0) { + float weight = (((sqrt(u * u + v * v) / (Radius)) > 1.0) ? 0.0 : 1.0); + + vec4 s0 = texture2D(DiffuseSampler, texCoord + vec2(-u * oneTexel.x, -v * oneTexel.y)); + vec4 s1 = texture2D(DiffuseSampler, texCoord + vec2( u * oneTexel.x, v * oneTexel.y)); + vec4 s2 = texture2D(DiffuseSampler, texCoord + vec2(-u * oneTexel.x, v * oneTexel.y)); + vec4 s3 = texture2D(DiffuseSampler, texCoord + vec2( u * oneTexel.x, -v * oneTexel.y)); + + vec4 o0 = max(s0, s1); + vec4 o1 = max(s2, s3); + vec4 tempMax = max(o0, o1); + maxVal = mix(maxVal, max(maxVal, tempMax), weight); + } + } + + gl_FragColor = vec4(maxVal.rgb, 1.0); +} diff --git a/1.16.5/assets/minecraft/shaders/program/blobs2.json b/1.16.5/assets/minecraft/shaders/program/blobs2.json new file mode 100644 index 00000000..6df4594b --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/program/blobs2.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "blobs", + "fragment": "blobs2", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "Radius", "type": "float", "count": 1, "values": [ 7.0 ] } + ] +} diff --git a/1.16.5/assets/minecraft/shaders/program/blur.fsh b/1.16.5/assets/minecraft/shaders/program/blur.fsh new file mode 100644 index 00000000..9d1050c7 --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/program/blur.fsh @@ -0,0 +1,31 @@ +#version 110 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +uniform vec2 BlurDir; +uniform float Radius; + +void main() { + vec4 blurred = vec4(0.0); + float totalStrength = 0.0; + float totalAlpha = 0.0; + float totalSamples = 0.0; + for(float r = -Radius; r <= Radius; r += 1.0) { + vec4 sampleValue = texture2D(DiffuseSampler, texCoord + oneTexel * r * BlurDir); + + // Accumulate average alpha + totalAlpha = totalAlpha + sampleValue.a; + totalSamples = totalSamples + 1.0; + + // Accumulate smoothed blur + float strength = 1.0 - abs(r / Radius); + totalStrength = totalStrength + strength; + blurred = blurred + sampleValue; + } + gl_FragColor = vec4(blurred.rgb / (Radius * 2.0 + 1.0), totalAlpha); +} diff --git a/1.16.5/assets/minecraft/shaders/program/blur.json b/1.16.5/assets/minecraft/shaders/program/blur.json new file mode 100644 index 00000000..51a23239 --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/program/blur.json @@ -0,0 +1,20 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "blur", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "BlurDir", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "Radius", "type": "float", "count": 1, "values": [ 5.0 ] } + ] +} diff --git a/1.16.5/assets/minecraft/shaders/program/bumpy.fsh b/1.16.5/assets/minecraft/shaders/program/bumpy.fsh new file mode 100644 index 00000000..bb37b1d2 --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/program/bumpy.fsh @@ -0,0 +1,34 @@ +#version 110 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 c = texture2D(DiffuseSampler, texCoord); + vec4 u = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y)); + vec4 d = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y)); + vec4 l = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0)); + vec4 r = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0)); + + vec4 nc = normalize(c); + vec4 nu = normalize(u); + vec4 nd = normalize(d); + vec4 nl = normalize(l); + vec4 nr = normalize(r); + + float du = dot(nc, nu); + float dd = dot(nc, nd); + float dl = dot(nc, nl); + float dr = dot(nc, nr); + + float i = 64.0; + + float f = 1.0; + f += (du * i) - (dd * i); + f += (dr * i) - (dl * i); + + vec4 color = c * clamp(f, 0.5, 2.0); + gl_FragColor = vec4(color.rgb, 1.0); +} diff --git a/1.16.5/assets/minecraft/shaders/program/bumpy.json b/1.16.5/assets/minecraft/shaders/program/bumpy.json new file mode 100644 index 00000000..59cae198 --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/program/bumpy.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "bumpy", + "fragment": "bumpy", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.16.5/assets/minecraft/shaders/program/bumpy.vsh b/1.16.5/assets/minecraft/shaders/program/bumpy.vsh new file mode 100644 index 00000000..f0170458 --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/program/bumpy.vsh @@ -0,0 +1,17 @@ +#version 110 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + oneTexel = 1.0 / InSize; + texCoord = outPos.xy * 0.5 + 0.5; +} diff --git a/1.16.5/assets/minecraft/shaders/program/color_convolve.fsh b/1.16.5/assets/minecraft/shaders/program/color_convolve.fsh new file mode 100644 index 00000000..c3d49ea3 --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/program/color_convolve.fsh @@ -0,0 +1,36 @@ +#version 110 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +uniform vec3 Gray; +uniform vec3 RedMatrix; +uniform vec3 GreenMatrix; +uniform vec3 BlueMatrix; +uniform vec3 Offset; +uniform vec3 ColorScale; +uniform float Saturation; + +void main() { + vec4 InTexel = texture2D(DiffuseSampler, texCoord); + + // Color Matrix + float RedValue = dot(InTexel.rgb, RedMatrix); + float GreenValue = dot(InTexel.rgb, GreenMatrix); + float BlueValue = dot(InTexel.rgb, BlueMatrix); + vec3 OutColor = vec3(RedValue, GreenValue, BlueValue); + + // Offset & Scale + OutColor = (OutColor * ColorScale) + Offset; + + // Saturation + float Luma = dot(OutColor, Gray); + vec3 Chroma = OutColor - Luma; + OutColor = (Chroma * Saturation) + Luma; + + gl_FragColor = vec4(OutColor, 1.0); +} diff --git a/1.16.5/assets/minecraft/shaders/program/color_convolve.json b/1.16.5/assets/minecraft/shaders/program/color_convolve.json new file mode 100644 index 00000000..e3a32c2d --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/program/color_convolve.json @@ -0,0 +1,25 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "color_convolve", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "Gray", "type": "float", "count": 3, "values": [ 0.3, 0.59, 0.11 ] }, + { "name": "RedMatrix", "type": "float", "count": 3, "values": [ 1.0, 0.0, 0.0 ] }, + { "name": "GreenMatrix", "type": "float", "count": 3, "values": [ 0.0, 1.0, 0.0 ] }, + { "name": "BlueMatrix", "type": "float", "count": 3, "values": [ 0.0, 0.0, 1.0 ] }, + { "name": "Offset", "type": "float", "count": 3, "values": [ 0.0, 0.0, 0.0 ] }, + { "name": "ColorScale", "type": "float", "count": 3, "values": [ 1.0, 1.0, 1.0 ] }, + { "name": "Saturation", "type": "float", "count": 1, "values": [ 1.8 ] } + ] +} diff --git a/1.16.5/assets/minecraft/shaders/program/deconverge.fsh b/1.16.5/assets/minecraft/shaders/program/deconverge.fsh new file mode 100644 index 00000000..8df22faf --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/program/deconverge.fsh @@ -0,0 +1,28 @@ +#version 110 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +uniform vec3 ConvergeX; +uniform vec3 ConvergeY; +uniform vec3 RadialConvergeX; +uniform vec3 RadialConvergeY; + +void main() { + vec3 CoordX = texCoord.x * RadialConvergeX; + vec3 CoordY = texCoord.y * RadialConvergeY; + + CoordX += ConvergeX * oneTexel.x - (RadialConvergeX - 1.0) * 0.5; + CoordY += ConvergeY * oneTexel.y - (RadialConvergeY - 1.0) * 0.5; + + float RedValue = texture2D(DiffuseSampler, vec2(CoordX.x, CoordY.x)).r; + float GreenValue = texture2D(DiffuseSampler, vec2(CoordX.y, CoordY.y)).g; + float BlueValue = texture2D(DiffuseSampler, vec2(CoordX.z, CoordY.z)).b; + float AlphaValue = texture2D(DiffuseSampler, texCoord).a; + + gl_FragColor = vec4(RedValue, GreenValue, BlueValue, 1.0); +} diff --git a/1.16.5/assets/minecraft/shaders/program/deconverge.json b/1.16.5/assets/minecraft/shaders/program/deconverge.json new file mode 100644 index 00000000..e23e9c56 --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/program/deconverge.json @@ -0,0 +1,22 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "deconverge", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "ConvergeX", "type": "float", "count": 3, "values": [ -4.0, 0.0, 2.0 ] }, + { "name": "ConvergeY", "type": "float", "count": 3, "values": [ 0.0, -4.0, 2.0 ] }, + { "name": "RadialConvergeX", "type": "float", "count": 3, "values": [ 1.0, 1.0, 1.0 ] }, + { "name": "RadialConvergeY", "type": "float", "count": 3, "values": [ 1.0, 1.0, 1.0 ] } + ] +} diff --git a/1.16.5/assets/minecraft/shaders/program/downscale.fsh b/1.16.5/assets/minecraft/shaders/program/downscale.fsh new file mode 100644 index 00000000..a070717d --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/program/downscale.fsh @@ -0,0 +1,17 @@ +#version 110 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +void main() { + vec3 Texel0 = texture2D(DiffuseSampler, texCoord).rgb; + vec3 Texel1 = texture2D(DiffuseSampler, texCoord + vec2(oneTexel.x, 0.0)).rgb; + vec3 Texel2 = texture2D(DiffuseSampler, texCoord + vec2(0.0, oneTexel.y)).rgb; + vec3 Texel3 = texture2D(DiffuseSampler, texCoord + oneTexel).rgb; + + gl_FragColor = vec4((Texel0 + Texel1 + Texel2 + Texel3) * 0.25, 1.0); +} diff --git a/1.16.5/assets/minecraft/shaders/program/downscale.json b/1.16.5/assets/minecraft/shaders/program/downscale.json new file mode 100644 index 00000000..9099ec16 --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/program/downscale.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "downscale", + "fragment": "downscale", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.16.5/assets/minecraft/shaders/program/downscale.vsh b/1.16.5/assets/minecraft/shaders/program/downscale.vsh new file mode 100644 index 00000000..7282db2e --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/program/downscale.vsh @@ -0,0 +1,18 @@ +#version 110 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; +uniform vec2 OutSize; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + oneTexel = 1.0 / InSize; + texCoord = outPos.xy * 0.5 + 0.5; +} diff --git a/1.16.5/assets/minecraft/shaders/program/entity_outline.json b/1.16.5/assets/minecraft/shaders/program/entity_outline.json new file mode 100644 index 00000000..d7c77631 --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/program/entity_outline.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "sobel", + "fragment": "entity_sobel", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.16.5/assets/minecraft/shaders/program/entity_sobel.fsh b/1.16.5/assets/minecraft/shaders/program/entity_sobel.fsh new file mode 100644 index 00000000..635cae0d --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/program/entity_sobel.fsh @@ -0,0 +1,21 @@ +#version 110 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 center = texture2D(DiffuseSampler, texCoord); + vec4 left = texture2D(DiffuseSampler, texCoord - vec2(oneTexel.x, 0.0)); + vec4 right = texture2D(DiffuseSampler, texCoord + vec2(oneTexel.x, 0.0)); + vec4 up = texture2D(DiffuseSampler, texCoord - vec2(0.0, oneTexel.y)); + vec4 down = texture2D(DiffuseSampler, texCoord + vec2(0.0, oneTexel.y)); + float leftDiff = abs(center.a - left.a); + float rightDiff = abs(center.a - right.a); + float upDiff = abs(center.a - up.a); + float downDiff = abs(center.a - down.a); + float total = clamp(leftDiff + rightDiff + upDiff + downDiff, 0.0, 1.0); + vec3 outColor = center.rgb * center.a + left.rgb * left.a + right.rgb * right.a + up.rgb * up.a + down.rgb * down.a; + gl_FragColor = vec4(outColor * 0.2, total); +} diff --git a/1.16.5/assets/minecraft/shaders/program/flip.json b/1.16.5/assets/minecraft/shaders/program/flip.json new file mode 100644 index 00000000..b9c78f45 --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/program/flip.json @@ -0,0 +1,20 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "flip", + "fragment": "blit", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "ScreenSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "ColorModulate", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] } + ] +} diff --git a/1.16.5/assets/minecraft/shaders/program/flip.vsh b/1.16.5/assets/minecraft/shaders/program/flip.vsh new file mode 100644 index 00000000..f479e319 --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/program/flip.vsh @@ -0,0 +1,23 @@ +#version 110 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; +uniform vec2 OutSize; +uniform vec2 ScreenSize; + +varying vec2 texCoord; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + vec2 inOutRatio = OutSize / InSize; + vec2 inScreenRatio = ScreenSize / InSize; + texCoord = Position.xy / OutSize; + texCoord.y = 1.0 - texCoord.y; + texCoord.x = texCoord.x * inOutRatio.x; + texCoord.y = texCoord.y * inOutRatio.y; + texCoord.y -= 1.0 - inScreenRatio.y; +} diff --git a/1.16.5/assets/minecraft/shaders/program/fxaa.fsh b/1.16.5/assets/minecraft/shaders/program/fxaa.fsh new file mode 100644 index 00000000..217d28c9 --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/program/fxaa.fsh @@ -0,0 +1,85 @@ +#version 110 +#extension GL_EXT_gpu_shader4 : enable + +uniform sampler2D DiffuseSampler; +uniform vec2 OutSize; + +uniform float VxOffset; +uniform float SpanMax; +uniform float ReduceMul; + +varying vec2 texCoord; +varying vec4 posPos; + +#define FxaaTex(t, p) texture2D(t, p) + +#if __VERSION__ >= 130 + #define OffsetVec(a, b) ivec2(a, b) + #define FxaaTexOff(t, p, o, r) textureOffset(t, p, o) +#elif defined(GL_EXT_gpu_shader4) + #define OffsetVec(a, b) ivec2(a, b) + #define FxaaTexOff(t, p, o, r) texture2DLodOffset(t, p, 0.0, o) +#else + #define OffsetVec(a, b) vec2(a, b) + #define FxaaTexOff(t, p, o, r) texture2D(t, p + o * r) +#endif + +vec3 FxaaPixelShader( + vec4 posPos, // Output of FxaaVertexShader interpolated across screen. + sampler2D tex, // Input texture. + vec2 rcpFrame) // Constant {1.0/frameWidth, 1.0/frameHeight}. +{ + + #define FXAA_REDUCE_MIN (1.0/128.0) + //#define FXAA_REDUCE_MUL (1.0/8.0) + //#define FXAA_SPAN_MAX 8.0 + + vec3 rgbNW = FxaaTex(tex, posPos.zw).xyz; + vec3 rgbNE = FxaaTexOff(tex, posPos.zw, OffsetVec(1,0), rcpFrame.xy).xyz; + vec3 rgbSW = FxaaTexOff(tex, posPos.zw, OffsetVec(0,1), rcpFrame.xy).xyz; + vec3 rgbSE = FxaaTexOff(tex, posPos.zw, OffsetVec(1,1), rcpFrame.xy).xyz; + + vec3 rgbM = FxaaTex(tex, posPos.xy).xyz; + + vec3 luma = vec3(0.299, 0.587, 0.114); + float lumaNW = dot(rgbNW, luma); + float lumaNE = dot(rgbNE, luma); + float lumaSW = dot(rgbSW, luma); + float lumaSE = dot(rgbSE, luma); + float lumaM = dot(rgbM, luma); + + float lumaMin = min(lumaM, min(min(lumaNW, lumaNE), min(lumaSW, lumaSE))); + float lumaMax = max(lumaM, max(max(lumaNW, lumaNE), max(lumaSW, lumaSE))); + + vec2 dir; + dir.x = -((lumaNW + lumaNE) - (lumaSW + lumaSE)); + dir.y = ((lumaNW + lumaSW) - (lumaNE + lumaSE)); + + float dirReduce = max( + (lumaNW + lumaNE + lumaSW + lumaSE) * (0.25 * ReduceMul), + FXAA_REDUCE_MIN); + float rcpDirMin = 1.0/(min(abs(dir.x), abs(dir.y)) + dirReduce); + dir = min(vec2( SpanMax, SpanMax), + max(vec2(-SpanMax, -SpanMax), + dir * rcpDirMin)) * rcpFrame.xy; + + vec3 rgbA = (1.0/2.0) * ( + FxaaTex(tex, posPos.xy + dir * vec2(1.0/3.0 - 0.5)).xyz + + FxaaTex(tex, posPos.xy + dir * vec2(2.0/3.0 - 0.5)).xyz); + vec3 rgbB = rgbA * (1.0/2.0) + (1.0/4.0) * ( + FxaaTex(tex, posPos.xy + dir * vec2(0.0/3.0 - 0.5)).xyz + + FxaaTex(tex, posPos.xy + dir * vec2(3.0/3.0 - 0.5)).xyz); + + float lumaB = dot(rgbB, luma); + + if ((lumaB < lumaMin) || (lumaB > lumaMax)) { + return rgbA; + } else { + return rgbB; + } +} + +void main() { + vec4 baseTexel = texture2D(DiffuseSampler, posPos.xy); + gl_FragColor = vec4(FxaaPixelShader(posPos, DiffuseSampler, 1.0 / OutSize), 1.0); +} diff --git a/1.16.5/assets/minecraft/shaders/program/fxaa.json b/1.16.5/assets/minecraft/shaders/program/fxaa.json new file mode 100644 index 00000000..eb850732 --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/program/fxaa.json @@ -0,0 +1,20 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "fxaa", + "fragment": "fxaa", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "SpanMax", "type": "float", "count": 1, "values": [ 8.0 ] }, + { "name": "SubPixelShift", "type": "float", "count": 1, "values": [ 0.25 ] }, + { "name": "ReduceMul", "type": "float", "count": 1, "values": [ 0.125 ] } + ] +} diff --git a/1.16.5/assets/minecraft/shaders/program/fxaa.vsh b/1.16.5/assets/minecraft/shaders/program/fxaa.vsh new file mode 100644 index 00000000..ee711cf4 --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/program/fxaa.vsh @@ -0,0 +1,20 @@ +#version 110 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 OutSize; + +uniform float SubPixelShift; + +varying vec2 texCoord; +varying vec4 posPos; + +void main() { + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + texCoord = Position.xy / OutSize; + posPos.xy = texCoord.xy; + posPos.zw = texCoord.xy - (1.0/OutSize * vec2(0.5 + SubPixelShift)); +} diff --git a/1.16.5/assets/minecraft/shaders/program/invert.fsh b/1.16.5/assets/minecraft/shaders/program/invert.fsh new file mode 100644 index 00000000..356b3dce --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/program/invert.fsh @@ -0,0 +1,14 @@ +#version 110 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; + +uniform float InverseAmount; + +void main(){ + vec4 diffuseColor = texture2D(DiffuseSampler, texCoord); + vec4 invertColor = 1.0 - diffuseColor; + vec4 outColor = mix(diffuseColor, invertColor, InverseAmount); + gl_FragColor = vec4(outColor.rgb, 1.0); +} diff --git a/1.16.5/assets/minecraft/shaders/program/invert.json b/1.16.5/assets/minecraft/shaders/program/invert.json new file mode 100644 index 00000000..f9ab649c --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/program/invert.json @@ -0,0 +1,19 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "blit", + "fragment": "invert", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "InverseAmount", "type": "float", "count": 1, "values": [ 0.0 ] } + ] +} diff --git a/1.16.5/assets/minecraft/shaders/program/invert.vsh b/1.16.5/assets/minecraft/shaders/program/invert.vsh new file mode 100644 index 00000000..2fe497c7 --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/program/invert.vsh @@ -0,0 +1,20 @@ +#version 110 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; +uniform vec2 OutSize; + +varying vec2 texCoord; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + vec2 sizeRatio = OutSize / InSize; + texCoord = Position.xy / OutSize; + texCoord.x = texCoord.x * sizeRatio.x; + texCoord.y = texCoord.y * sizeRatio.y; + texCoord.y = sizeRatio.y - texCoord.y; +} diff --git a/1.16.5/assets/minecraft/shaders/program/notch.fsh b/1.16.5/assets/minecraft/shaders/program/notch.fsh new file mode 100644 index 00000000..941f9fb1 --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/program/notch.fsh @@ -0,0 +1,23 @@ +#version 110 + +uniform sampler2D DiffuseSampler; +uniform sampler2D DitherSampler; + +varying vec2 texCoord; + +uniform vec2 InSize; + +void main() { + vec2 halfSize = InSize * 0.5; + + vec2 steppedCoord = texCoord; + steppedCoord.x = float(int(steppedCoord.x*halfSize.x)) / halfSize.x; + steppedCoord.y = float(int(steppedCoord.y*halfSize.y)) / halfSize.y; + + vec4 noise = texture2D(DitherSampler, steppedCoord * halfSize / 4.0); + vec4 col = texture2D(DiffuseSampler, steppedCoord) + noise * vec4(1.0/12.0, 1.0/12.0, 1.0/6.0, 1.0); + float r = float(int(col.r*8.0))/8.0; + float g = float(int(col.g*8.0))/8.0; + float b = float(int(col.b*4.0))/4.0; + gl_FragColor = vec4(r, g, b, 1.0); +} diff --git a/1.16.5/assets/minecraft/shaders/program/notch.json b/1.16.5/assets/minecraft/shaders/program/notch.json new file mode 100644 index 00000000..e6ff9a81 --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/program/notch.json @@ -0,0 +1,19 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "notch", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" }, + { "name": "DitherSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.16.5/assets/minecraft/shaders/program/ntsc_decode.fsh b/1.16.5/assets/minecraft/shaders/program/ntsc_decode.fsh new file mode 100644 index 00000000..fef0027c --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/program/ntsc_decode.fsh @@ -0,0 +1,132 @@ +#version 110 + +uniform sampler2D DiffuseSampler; +uniform sampler2D BaseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +const vec4 Zero = vec4(0.0); +const vec4 One = vec4(1.0); + +const float Pi = 3.1415926535; +const float Pi2 = 6.283185307; + +const vec4 A2 = vec4(1.0); +const vec4 B = vec4(0.5); +const float P = 1.0; +const float CCFrequency = 3.59754545; +const float NotchWidth = 2.0; +const float NotchUpperFrequency = 3.59754545 + NotchWidth; +const float NotchLowerFrequency = 3.59754545 - NotchWidth; +const float YFrequency = 6.0; +const float IFrequency = 1.2; +const float QFrequency = 0.6; +const float ScanTime = 52.6; +const vec3 YIQ2R = vec3(1.0, 0.956, 0.621); +const vec3 YIQ2G = vec3(1.0, -0.272, -0.647); +const vec3 YIQ2B = vec3(1.0, -1.106, 1.703); +const vec4 MinC = vec4(-1.1183); +const vec4 CRange = vec4(3.2366); +const float Pi2Length = Pi2 / 83.0; +const vec4 NotchOffset = vec4(0.0, 1.0, 2.0, 3.0); +const vec4 W = vec4(Pi2 * CCFrequency * ScanTime); + +void main() { + vec4 YAccum = Zero; + vec4 IAccum = Zero; + vec4 QAccum = Zero; + float QuadXSize = InSize.x * 4.0; + float TimePerSample = ScanTime / QuadXSize; + + // Frequency cutoffs for the individual portions of the signal that we extract. + // Y1 and Y2 are the positive and negative frequency limits of the notch filter on Y. + // Y3 is the center of the frequency response of the Y filter. + // I is the center of the frequency response of the I filter. + // Q is the center of the frequency response of the Q filter. + float Fc_y1 = NotchLowerFrequency * TimePerSample; + float Fc_y2 = NotchUpperFrequency * TimePerSample; + float Fc_y3 = YFrequency * TimePerSample; + float Fc_i = IFrequency * TimePerSample; + float Fc_q = QFrequency * TimePerSample; + float Pi2Fc_y1 = Fc_y1 * Pi2; + float Pi2Fc_y2 = Fc_y2 * Pi2; + float Pi2Fc_y3 = Fc_y3 * Pi2; + float Pi2Fc_i = Fc_i * Pi2; + float Pi2Fc_q = Fc_q * Pi2; + float Fc_y1_2 = Fc_y1 * 2.0; + float Fc_y2_2 = Fc_y2 * 2.0; + float Fc_y3_2 = Fc_y3 * 2.0; + float Fc_i_2 = Fc_i * 2.0; + float Fc_q_2 = Fc_q * 2.0; + vec4 CoordY = vec4(texCoord.y); + + vec4 BaseTexel = texture2D(DiffuseSampler, texCoord); + // 83 composite samples wide, 4 composite pixels per texel + for (float n = -41.0; n < 42.0; n += 4.0) + { + vec4 n4 = n + NotchOffset; + vec4 CoordX = texCoord.x + oneTexel.x * n4 * 0.25; + vec2 TexCoord = vec2(CoordX.x, CoordY.y); + vec4 C = texture2D(DiffuseSampler, TexCoord) * CRange + MinC; + vec4 WT = W * (CoordX + A2 * CoordY * InSize.y + B); + vec4 Cosine = 0.54 + 0.46 * cos(Pi2Length * n4); + + vec4 SincYIn1 = Pi2Fc_y1 * n4; + vec4 SincYIn2 = Pi2Fc_y2 * n4; + vec4 SincYIn3 = Pi2Fc_y3 * n4; + vec4 SincY1 = sin(SincYIn1) / SincYIn1; + vec4 SincY2 = sin(SincYIn2) / SincYIn2; + vec4 SincY3 = sin(SincYIn3) / SincYIn3; + + // These zero-checks could be made more efficient, but we are trying to support + // downlevel GLSL + if(SincYIn1.x == 0.0) SincY1.x = 1.0; + if(SincYIn1.y == 0.0) SincY1.y = 1.0; + if(SincYIn1.z == 0.0) SincY1.z = 1.0; + if(SincYIn1.w == 0.0) SincY1.w = 1.0; + if(SincYIn2.x == 0.0) SincY2.x = 1.0; + if(SincYIn2.y == 0.0) SincY2.y = 1.0; + if(SincYIn2.z == 0.0) SincY2.z = 1.0; + if(SincYIn2.w == 0.0) SincY2.w = 1.0; + if(SincYIn3.x == 0.0) SincY3.x = 1.0; + if(SincYIn3.y == 0.0) SincY3.y = 1.0; + if(SincYIn3.z == 0.0) SincY3.z = 1.0; + if(SincYIn3.w == 0.0) SincY3.w = 1.0; + vec4 IdealY = (Fc_y1_2 * SincY1 - Fc_y2_2 * SincY2) + Fc_y3_2 * SincY3; + vec4 FilterY = Cosine * IdealY; + + vec4 SincIIn = Pi2Fc_i * n4; + vec4 SincI = sin(SincIIn) / SincIIn; + if(SincIIn.x == 0.0) SincI.x = 1.0; + if(SincIIn.y == 0.0) SincI.y = 1.0; + if(SincIIn.z == 0.0) SincI.z = 1.0; + if(SincIIn.w == 0.0) SincI.w = 1.0; + vec4 IdealI = Fc_i_2 * SincI; + vec4 FilterI = Cosine * IdealI; + + vec4 SincQIn = Pi2Fc_q * n4; + vec4 SincQ = sin(SincQIn) / SincQIn; + if(SincQIn.x == 0.0) SincQ.x = 1.0; + if(SincQIn.y == 0.0) SincQ.y = 1.0; + if(SincQIn.z == 0.0) SincQ.z = 1.0; + if(SincQIn.w == 0.0) SincQ.w = 1.0; + vec4 IdealQ = Fc_q_2 * SincQ; + vec4 FilterQ = Cosine * IdealQ; + + YAccum += C * FilterY; + IAccum += C * cos(WT) * FilterI; + QAccum += C * sin(WT) * FilterQ; + } + + float Y = dot(YAccum, One); + float I = dot(IAccum, One) * 2.0; + float Q = dot(QAccum, One) * 2.0; + + vec3 YIQ = vec3(Y, I, Q); + vec3 OutRGB = vec3(dot(YIQ, YIQ2R), dot(YIQ, YIQ2G), dot(YIQ, YIQ2B)); + + gl_FragColor = vec4(OutRGB, 1.0); +} diff --git a/1.16.5/assets/minecraft/shaders/program/ntsc_decode.json b/1.16.5/assets/minecraft/shaders/program/ntsc_decode.json new file mode 100644 index 00000000..28709230 --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/program/ntsc_decode.json @@ -0,0 +1,19 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "ntsc_decode", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" }, + { "name": "BaseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.16.5/assets/minecraft/shaders/program/ntsc_encode.fsh b/1.16.5/assets/minecraft/shaders/program/ntsc_encode.fsh new file mode 100644 index 00000000..06c2d9d1 --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/program/ntsc_encode.fsh @@ -0,0 +1,50 @@ +#version 110 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +const float Pi2 = 6.283185307; + +const vec4 A2 = vec4(1.0); +const vec4 B = vec4(0.5); +const float P = 1.0; +const float CCFrequency = 3.59754545; +const float ScanTime = 52.6; +const float Pi2ScanTime = Pi2 * ScanTime; +const vec4 YTransform = vec4(0.299, 0.587, 0.114, 0.0); +const vec4 ITransform = vec4(0.595716, -0.274453, -0.321263, 0.0); +const vec4 QTransform = vec4(0.211456, -0.522591, 0.31135, 0.0); +const vec4 MinC = vec4(-1.1183); +const vec4 InvCRange = vec4(1.0 / 3.2366); + +void main() { + vec2 InverseP = vec2(P, 0.0) * oneTexel; + + // UVs for four linearly-interpolated samples spread 0.25 texels apart + vec2 C0 = texCoord; + vec2 C1 = texCoord + InverseP * 0.25; + vec2 C2 = texCoord + InverseP * 0.50; + vec2 C3 = texCoord + InverseP * 0.75; + vec4 Cx = vec4(C0.x, C1.x, C2.x, C3.x); + vec4 Cy = vec4(C0.y, C1.y, C2.y, C3.y); + + vec4 Texel0 = texture2D(DiffuseSampler, C0); + vec4 Texel1 = texture2D(DiffuseSampler, C1); + vec4 Texel2 = texture2D(DiffuseSampler, C2); + vec4 Texel3 = texture2D(DiffuseSampler, C3); + + // Calculate the expected time of the sample. + vec4 T = A2 * Cy * vec4(InSize.y) + B + Cx; + vec4 W = vec4(Pi2ScanTime * CCFrequency); + vec4 TW = T * W; + vec4 Y = vec4(dot(Texel0, YTransform), dot(Texel1, YTransform), dot(Texel2, YTransform), dot(Texel3, YTransform)); + vec4 I = vec4(dot(Texel0, ITransform), dot(Texel1, ITransform), dot(Texel2, ITransform), dot(Texel3, ITransform)); + vec4 Q = vec4(dot(Texel0, QTransform), dot(Texel1, QTransform), dot(Texel2, QTransform), dot(Texel3, QTransform)); + + vec4 Encoded = Y + I * cos(TW) + Q * sin(TW); + gl_FragColor = (Encoded - MinC) * InvCRange; +} diff --git a/1.16.5/assets/minecraft/shaders/program/ntsc_encode.json b/1.16.5/assets/minecraft/shaders/program/ntsc_encode.json new file mode 100644 index 00000000..2cda4dff --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/program/ntsc_encode.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "ntsc_encode", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.16.5/assets/minecraft/shaders/program/outline.fsh b/1.16.5/assets/minecraft/shaders/program/outline.fsh new file mode 100644 index 00000000..061d3a59 --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/program/outline.fsh @@ -0,0 +1,21 @@ +#version 110 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 center = texture2D(DiffuseSampler, texCoord); + vec4 up = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y)); + vec4 down = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0)); + vec4 left = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0)); + vec4 right = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y)); + vec4 uDiff = center - up; + vec4 dDiff = center - down; + vec4 lDiff = center - left; + vec4 rDiff = center - right; + vec4 sum = uDiff + dDiff + lDiff + rDiff; + vec3 clamped = clamp(center.rgb - sum.rgb, 0.0, 1.0); + gl_FragColor = vec4(clamped, 1.0); +} diff --git a/1.16.5/assets/minecraft/shaders/program/outline.json b/1.16.5/assets/minecraft/shaders/program/outline.json new file mode 100644 index 00000000..7d41382b --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/program/outline.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "outline", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.16.5/assets/minecraft/shaders/program/outline_combine.fsh b/1.16.5/assets/minecraft/shaders/program/outline_combine.fsh new file mode 100644 index 00000000..bca7f309 --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/program/outline_combine.fsh @@ -0,0 +1,13 @@ +#version 110 + +uniform sampler2D DiffuseSampler; +uniform sampler2D OutlineSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 diffuseTexel = texture2D(DiffuseSampler, texCoord); + vec4 outlineTexel = texture2D(OutlineSampler, texCoord); + gl_FragColor = vec4(diffuseTexel.rgb + diffuseTexel.rgb * outlineTexel.rgb * vec3(0.75), 1.0); +} diff --git a/1.16.5/assets/minecraft/shaders/program/outline_combine.json b/1.16.5/assets/minecraft/shaders/program/outline_combine.json new file mode 100644 index 00000000..d52f4a3d --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/program/outline_combine.json @@ -0,0 +1,19 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "outline_combine", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" }, + { "name": "OutlineSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.16.5/assets/minecraft/shaders/program/outline_soft.fsh b/1.16.5/assets/minecraft/shaders/program/outline_soft.fsh new file mode 100644 index 00000000..04f1ead9 --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/program/outline_soft.fsh @@ -0,0 +1,46 @@ +#version 110 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform float LumaRamp; +uniform float LumaLevel; + +void main(){ + vec4 center = texture2D(DiffuseSampler, texCoord); + vec4 up = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y)); + vec4 up2 = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y) * 2.0); + vec4 down = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0)); + vec4 down2 = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0) * 2.0); + vec4 left = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0)); + vec4 left2 = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0) * 2.0); + vec4 right = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y)); + vec4 right2 = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y) * 2.0); + vec4 uDiff = abs(center - up); + vec4 dDiff = abs(center - down); + vec4 lDiff = abs(center - left); + vec4 rDiff = abs(center - right); + vec4 u2Diff = abs(center - up2); + vec4 d2Diff = abs(center - down2); + vec4 l2Diff = abs(center - left2); + vec4 r2Diff = abs(center - right2); + vec4 sum = uDiff + dDiff + lDiff + rDiff + u2Diff + d2Diff + l2Diff + r2Diff; + vec4 gray = vec4(0.3, 0.59, 0.11, 0.0); + float sumLuma = 1.0 - dot(clamp(sum, 0.0, 1.0), gray); + + // Get luminance of center pixel and adjust + float centerLuma = dot(center + (center - pow(center, vec4(LumaRamp))), gray); + + // Quantize the luma value + centerLuma = centerLuma - fract(centerLuma * LumaLevel) / LumaLevel; + + // Re-scale to full range + centerLuma = centerLuma * (LumaLevel / (LumaLevel - 1.0)); + + // Blend with outline + centerLuma = centerLuma * sumLuma; + + gl_FragColor = vec4(centerLuma, centerLuma, centerLuma, 1.0); +} diff --git a/1.16.5/assets/minecraft/shaders/program/outline_soft.json b/1.16.5/assets/minecraft/shaders/program/outline_soft.json new file mode 100644 index 00000000..c58bb5d9 --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/program/outline_soft.json @@ -0,0 +1,20 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "outline_soft", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "LumaRamp", "type": "float", "count": 1, "values": [ 16.0 ] }, + { "name": "LumaLevel", "type": "float", "count": 1, "values": [ 4.0 ] } + ] +} diff --git a/1.16.5/assets/minecraft/shaders/program/outline_watercolor.fsh b/1.16.5/assets/minecraft/shaders/program/outline_watercolor.fsh new file mode 100644 index 00000000..6a26de7f --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/program/outline_watercolor.fsh @@ -0,0 +1,41 @@ +#version 110 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform float LumaRamp; + +void main(){ + vec4 center = texture2D(DiffuseSampler, texCoord); + vec4 up = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y)); + vec4 up2 = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y) * 2.0); + vec4 down = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0)); + vec4 down2 = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0) * 2.0); + vec4 left = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0)); + vec4 left2 = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0) * 2.0); + vec4 right = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y)); + vec4 right2 = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y) * 2.0); + vec4 ul = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, -oneTexel.y)); + vec4 ur = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, -oneTexel.y)); + vec4 bl = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, oneTexel.y)); + vec4 br = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, oneTexel.y)); + vec4 gray = vec4(0.3, 0.59, 0.11, 0.0); + float uDiff = dot(abs(center - up), gray); + float dDiff = dot(abs(center - down), gray); + float lDiff = dot(abs(center - left), gray); + float rDiff = dot(abs(center - right), gray); + float u2Diff = dot(abs(center - up2), gray); + float d2Diff = dot(abs(center - down2), gray); + float l2Diff = dot(abs(center - left2), gray); + float r2Diff = dot(abs(center - right2), gray); + float ulDiff = dot(abs(center - ul), gray); + float urDiff = dot(abs(center - ur), gray); + float blDiff = dot(abs(center - bl), gray); + float brDiff = dot(abs(center - br), gray); + float sum = uDiff + dDiff + lDiff + rDiff + u2Diff + d2Diff + l2Diff + r2Diff + ulDiff + urDiff + blDiff + brDiff; + float sumLuma = clamp(sum, 0.0, 1.0); + + gl_FragColor = vec4(sumLuma, sumLuma, sumLuma, 1.0); +} diff --git a/1.16.5/assets/minecraft/shaders/program/outline_watercolor.json b/1.16.5/assets/minecraft/shaders/program/outline_watercolor.json new file mode 100644 index 00000000..29543528 --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/program/outline_watercolor.json @@ -0,0 +1,19 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "outline_watercolor", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "LumaRamp", "type": "float", "count": 1, "values": [ 16.0 ] } + ] +} diff --git a/1.16.5/assets/minecraft/shaders/program/overlay.fsh b/1.16.5/assets/minecraft/shaders/program/overlay.fsh new file mode 100644 index 00000000..9fcb546e --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/program/overlay.fsh @@ -0,0 +1,27 @@ +#version 110 + +uniform sampler2D DiffuseSampler; +uniform sampler2D OverlaySampler; + +uniform vec2 InSize; + +varying vec2 texCoord; + +uniform float MosaicSize; +uniform vec3 RedMatrix; +uniform vec3 GreenMatrix; +uniform vec3 BlueMatrix; + +void main(){ + vec2 mosaicInSize = InSize / MosaicSize; + vec2 fractPix = fract(texCoord * mosaicInSize) / mosaicInSize; + + vec4 baseTexel = texture2D(DiffuseSampler, texCoord - fractPix); + float red = dot(baseTexel.rgb, RedMatrix); + float green = dot(baseTexel.rgb, GreenMatrix); + float blue = dot(baseTexel.rgb, BlueMatrix); + + vec4 overlayTexel = texture2D(OverlaySampler, vec2(texCoord.x, 1.0 - texCoord.y)); + overlayTexel.a = 1.0; + gl_FragColor = mix(vec4(red, green, blue, 1.0), overlayTexel, overlayTexel.a); +} diff --git a/1.16.5/assets/minecraft/shaders/program/overlay.json b/1.16.5/assets/minecraft/shaders/program/overlay.json new file mode 100644 index 00000000..ceb8d0fc --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/program/overlay.json @@ -0,0 +1,23 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "blit", + "fragment": "overlay", + "attributes": [ "Position" ], + "samplers": [ + { "name": "OverlaySampler" }, + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "MosaicSize", "type": "float", "count": 1, "values": [ 1.0 ] }, + { "name": "RedMatrix", "type": "float", "count": 3, "values": [ 1.0, 0.0, 0.0 ] }, + { "name": "GreenMatrix", "type": "float", "count": 3, "values": [ 0.0, 1.0, 1.0 ] }, + { "name": "BlueMatrix", "type": "float", "count": 3, "values": [ 0.0, 0.0, 1.0 ] } + ] +} diff --git a/1.16.5/assets/minecraft/shaders/program/phosphor.fsh b/1.16.5/assets/minecraft/shaders/program/phosphor.fsh new file mode 100644 index 00000000..ffa4f8e7 --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/program/phosphor.fsh @@ -0,0 +1,18 @@ +#version 110 + +uniform sampler2D DiffuseSampler; +uniform sampler2D PrevSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +uniform vec3 Phosphor; + +void main() { + vec4 CurrTexel = texture2D(DiffuseSampler, texCoord); + vec4 PrevTexel = texture2D(PrevSampler, texCoord); + + gl_FragColor = vec4(max(PrevTexel.rgb * Phosphor, CurrTexel.rgb), 1.0); +} diff --git a/1.16.5/assets/minecraft/shaders/program/phosphor.json b/1.16.5/assets/minecraft/shaders/program/phosphor.json new file mode 100644 index 00000000..c3a01f2d --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/program/phosphor.json @@ -0,0 +1,20 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "phosphor", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" }, + { "name": "PrevSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "Phosphor", "type": "float", "count": 3, "values": [ 0.3, 0.3, 0.3 ] } + ] +} diff --git a/1.16.5/assets/minecraft/shaders/program/rotscale.vsh b/1.16.5/assets/minecraft/shaders/program/rotscale.vsh new file mode 100644 index 00000000..cd46fff6 --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/program/rotscale.vsh @@ -0,0 +1,30 @@ +#version 110 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; +uniform vec2 OutSize; + +uniform vec2 InScale; +uniform vec2 InOffset; +uniform float InRotation; +uniform float Time; + +varying vec2 texCoord; +varying vec2 scaledCoord; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + texCoord = Position.xy / OutSize; + + float Deg2Rad = 0.0174532925; + float InRadians = InRotation * Deg2Rad; + float Cosine = cos(InRadians); + float Sine = sin(InRadians); + float RotU = texCoord.x * Cosine - texCoord.y * Sine; + float RotV = texCoord.y * Cosine + texCoord.x * Sine; + scaledCoord = vec2(RotU, RotV) * InScale + InOffset; +} diff --git a/1.16.5/assets/minecraft/shaders/program/scan_pincushion.fsh b/1.16.5/assets/minecraft/shaders/program/scan_pincushion.fsh new file mode 100644 index 00000000..9a18381c --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/program/scan_pincushion.fsh @@ -0,0 +1,64 @@ +#version 110 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +const vec4 Zero = vec4(0.0); +const vec4 Half = vec4(0.5); +const vec4 One = vec4(1.0); +const vec4 Two = vec4(2.0); + +const float Pi = 3.1415926535; +const float PincushionAmount = 0.02; +const float CurvatureAmount = 0.02; +const float ScanlineAmount = 0.8; +const float ScanlineScale = 1.0; +const float ScanlineHeight = 1.0; +const float ScanlineBrightScale = 1.0; +const float ScanlineBrightOffset = 0.0; +const float ScanlineOffset = 0.0; +const vec3 Floor = vec3(0.05, 0.05, 0.05); +const vec3 Power = vec3(0.8, 0.8, 0.8); + +void main() { + vec4 InTexel = texture2D(DiffuseSampler, texCoord); + + vec2 PinUnitCoord = texCoord * Two.xy - One.xy; + float PincushionR2 = pow(length(PinUnitCoord), 2.0); + vec2 PincushionCurve = PinUnitCoord * PincushionAmount * PincushionR2; + vec2 ScanCoord = texCoord; + + ScanCoord *= One.xy - PincushionAmount * 0.2; + ScanCoord += PincushionAmount * 0.1; + ScanCoord += PincushionCurve; + + vec2 CurvatureClipCurve = PinUnitCoord * CurvatureAmount * PincushionR2; + vec2 ScreenClipCoord = texCoord; + ScreenClipCoord -= Half.xy; + ScreenClipCoord *= One.xy - CurvatureAmount * 0.2; + ScreenClipCoord += Half.xy; + ScreenClipCoord += CurvatureClipCurve; + + // -- Alpha Clipping -- + if (ScanCoord.x < 0.0) discard; + if (ScanCoord.y < 0.0) discard; + if (ScanCoord.x > 1.0) discard; + if (ScanCoord.y > 1.0) discard; + + // -- Scanline Simulation -- + float InnerSine = ScanCoord.y * InSize.y * ScanlineScale * 0.25; + float ScanBrightMod = sin(InnerSine * Pi + ScanlineOffset * InSize.y * 0.25); + float ScanBrightness = mix(1.0, (pow(ScanBrightMod * ScanBrightMod, ScanlineHeight) * ScanlineBrightScale + 1.0) * 0.5, ScanlineAmount); + vec3 ScanlineTexel = InTexel.rgb * ScanBrightness; + + // -- Color Compression (increasing the floor of the signal without affecting the ceiling) -- + ScanlineTexel = Floor + (One.xyz - Floor) * ScanlineTexel; + + ScanlineTexel.rgb = pow(ScanlineTexel.rgb, Power); + + gl_FragColor = vec4(ScanlineTexel.rgb, 1.0); +} diff --git a/1.16.5/assets/minecraft/shaders/program/scan_pincushion.json b/1.16.5/assets/minecraft/shaders/program/scan_pincushion.json new file mode 100644 index 00000000..9c7f9a3d --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/program/scan_pincushion.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "scan_pincushion", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.16.5/assets/minecraft/shaders/program/screenquad.vsh b/1.16.5/assets/minecraft/shaders/program/screenquad.vsh new file mode 100644 index 00000000..66c69d0f --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/program/screenquad.vsh @@ -0,0 +1,14 @@ +#version 110 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 OutSize; + +varying vec2 texCoord; + +void main() { + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + texCoord = Position.xy / OutSize; +} diff --git a/1.16.5/assets/minecraft/shaders/program/sobel.fsh b/1.16.5/assets/minecraft/shaders/program/sobel.fsh new file mode 100644 index 00000000..e784e59b --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/program/sobel.fsh @@ -0,0 +1,20 @@ +#version 110 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 center = texture2D(DiffuseSampler, texCoord); + vec4 left = texture2D(DiffuseSampler, texCoord - vec2(oneTexel.x, 0.0)); + vec4 right = texture2D(DiffuseSampler, texCoord + vec2(oneTexel.x, 0.0)); + vec4 up = texture2D(DiffuseSampler, texCoord - vec2(0.0, oneTexel.y)); + vec4 down = texture2D(DiffuseSampler, texCoord + vec2(0.0, oneTexel.y)); + vec4 leftDiff = center - left; + vec4 rightDiff = center - right; + vec4 upDiff = center - up; + vec4 downDiff = center - down; + vec4 total = clamp(leftDiff + rightDiff + upDiff + downDiff, 0.0, 1.0); + gl_FragColor = vec4(total.rgb, 1.0); +} diff --git a/1.16.5/assets/minecraft/shaders/program/sobel.json b/1.16.5/assets/minecraft/shaders/program/sobel.json new file mode 100644 index 00000000..dc2fc17b --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/program/sobel.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "sobel", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.16.5/assets/minecraft/shaders/program/sobel.vsh b/1.16.5/assets/minecraft/shaders/program/sobel.vsh new file mode 100644 index 00000000..70957b02 --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/program/sobel.vsh @@ -0,0 +1,19 @@ +#version 110 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; +uniform vec2 OutSize; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + oneTexel = 1.0 / InSize; + + texCoord = Position.xy / OutSize; +} diff --git a/1.16.5/assets/minecraft/shaders/program/spider.json b/1.16.5/assets/minecraft/shaders/program/spider.json new file mode 100644 index 00000000..3a47688e --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/program/spider.json @@ -0,0 +1,25 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "rotscale", + "fragment": "spiderclip", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" }, + { "name": "BlurSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "InScale", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "InOffset", "type": "float", "count": 2, "values": [ 0.0, 0.0 ] }, + { "name": "InRotation", "type": "float", "count": 1, "values": [ 0.0 ] }, + { "name": "Time", "type": "float", "count": 1, "values": [ 0.0 ] }, + { "name": "Scissor", "type": "float", "count": 4, "values": [ 0.0, 0.0, 1.0, 1.0 ] }, + { "name": "Vignette", "type": "float", "count": 4, "values": [ 0.0, 0.0, 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.16.5/assets/minecraft/shaders/program/spiderclip.fsh b/1.16.5/assets/minecraft/shaders/program/spiderclip.fsh new file mode 100644 index 00000000..487ab211 --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/program/spiderclip.fsh @@ -0,0 +1,31 @@ +#version 110 + +uniform sampler2D DiffuseSampler; +uniform sampler2D BlurSampler; + +varying vec2 texCoord; +varying vec2 scaledCoord; + +uniform vec2 InSize; +uniform vec4 Scissor; +uniform vec4 Vignette; + +void main() { + vec4 ScaledTexel = texture2D(DiffuseSampler, scaledCoord); + vec4 BlurTexel = texture2D(BlurSampler, texCoord); + vec4 OutTexel = ScaledTexel; + + // -- Alpha Clipping -- + if (scaledCoord.x < Scissor.x) OutTexel = BlurTexel; + if (scaledCoord.y < Scissor.y) OutTexel = BlurTexel; + if (scaledCoord.x > Scissor.z) OutTexel = BlurTexel; + if (scaledCoord.y > Scissor.w) OutTexel = BlurTexel; + + clamp(scaledCoord, 0.0, 1.0); + + if (scaledCoord.x < Vignette.x) OutTexel = mix(BlurTexel, OutTexel, (Scissor.x - scaledCoord.x) / (Scissor.x - Vignette.x)); + if (scaledCoord.y < Vignette.y) OutTexel = mix(BlurTexel, OutTexel, (Scissor.y - scaledCoord.y) / (Scissor.y - Vignette.y)); + if (scaledCoord.x > Vignette.z) OutTexel = mix(BlurTexel, OutTexel, (Scissor.z - scaledCoord.x) / (Scissor.z - Vignette.z)); + if (scaledCoord.y > Vignette.w) OutTexel = mix(BlurTexel, OutTexel, (Scissor.w - scaledCoord.y) / (Scissor.w - Vignette.w)); + gl_FragColor = vec4(OutTexel.rgb, 1.0); +} diff --git a/1.16.5/assets/minecraft/shaders/program/transparency.fsh b/1.16.5/assets/minecraft/shaders/program/transparency.fsh new file mode 100644 index 00000000..6b1eb45e --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/program/transparency.fsh @@ -0,0 +1,68 @@ +#version 110 + +uniform sampler2D DiffuseSampler; +uniform sampler2D DiffuseDepthSampler; +uniform sampler2D TranslucentSampler; +uniform sampler2D TranslucentDepthSampler; +uniform sampler2D ItemEntitySampler; +uniform sampler2D ItemEntityDepthSampler; +uniform sampler2D ParticlesSampler; +uniform sampler2D ParticlesDepthSampler; +uniform sampler2D WeatherSampler; +uniform sampler2D WeatherDepthSampler; +uniform sampler2D CloudsSampler; +uniform sampler2D CloudsDepthSampler; + +varying vec2 texCoord; + +#define NUM_LAYERS 6 + +vec4 color_layers[NUM_LAYERS]; +float depth_layers[NUM_LAYERS]; +int active_layers = 0; + +void try_insert( vec4 color, float depth ) { + if ( color.a == 0.0 ) { + return; + } + + color_layers[active_layers] = color; + depth_layers[active_layers] = depth; + + int jj = active_layers++; + int ii = jj - 1; + while ( jj > 0 && depth_layers[jj] > depth_layers[ii] ) { + float depthTemp = depth_layers[ii]; + depth_layers[ii] = depth_layers[jj]; + depth_layers[jj] = depthTemp; + + vec4 colorTemp = color_layers[ii]; + color_layers[ii] = color_layers[jj]; + color_layers[jj] = colorTemp; + + jj = ii--; + } +} + +vec3 blend( vec3 dst, vec4 src ) { + return ( dst * ( 1.0 - src.a ) ) + src.rgb; +} + +void main() { + color_layers[0] = vec4( texture2D( DiffuseSampler, texCoord ).rgb, 1.0 ); + depth_layers[0] = texture2D( DiffuseDepthSampler, texCoord ).r; + active_layers = 1; + + try_insert( texture2D( TranslucentSampler, texCoord ), texture2D( TranslucentDepthSampler, texCoord ).r ); + try_insert( texture2D( ItemEntitySampler, texCoord ), texture2D( ItemEntityDepthSampler, texCoord ).r ); + try_insert( texture2D( ParticlesSampler, texCoord ), texture2D( ParticlesDepthSampler, texCoord ).r ); + try_insert( texture2D( WeatherSampler, texCoord ), texture2D( WeatherDepthSampler, texCoord ).r ); + try_insert( texture2D( CloudsSampler, texCoord ), texture2D( CloudsDepthSampler, texCoord ).r ); + + vec3 texelAccum = color_layers[0].rgb; + for ( int ii = 1; ii < active_layers; ++ii ) { + texelAccum = blend( texelAccum, color_layers[ii] ); + } + + gl_FragColor = vec4( texelAccum.rgb, 1.0 ); +} diff --git a/1.16.5/assets/minecraft/shaders/program/transparency.json b/1.16.5/assets/minecraft/shaders/program/transparency.json new file mode 100644 index 00000000..66b9835d --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/program/transparency.json @@ -0,0 +1,28 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "screenquad", + "fragment": "transparency", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" }, + { "name": "DiffuseDepthSampler" }, + { "name": "TranslucentSampler" }, + { "name": "TranslucentDepthSampler" }, + { "name": "ItemEntitySampler" }, + { "name": "ItemEntityDepthSampler" }, + { "name": "ParticlesSampler" }, + { "name": "ParticlesDepthSampler" }, + { "name": "CloudsSampler" }, + { "name": "CloudsDepthSampler" }, + { "name": "WeatherSampler" }, + { "name": "WeatherDepthSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.16.5/assets/minecraft/shaders/program/wobble.fsh b/1.16.5/assets/minecraft/shaders/program/wobble.fsh new file mode 100644 index 00000000..54cdacf1 --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/program/wobble.fsh @@ -0,0 +1,58 @@ +#version 110 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +uniform float Time; +uniform vec2 Frequency; +uniform vec2 WobbleAmount; + +vec3 hue(float h) +{ + float r = abs(h * 6.0 - 3.0) - 1.0; + float g = 2.0 - abs(h * 6.0 - 2.0); + float b = 2.0 - abs(h * 6.0 - 4.0); + return clamp(vec3(r,g,b), 0.0, 1.0); +} + +vec3 HSVtoRGB(vec3 hsv) { + return ((hue(hsv.x) - 1.0) * hsv.y + 1.0) * hsv.z; +} + +vec3 RGBtoHSV(vec3 rgb) { + vec3 hsv = vec3(0.0); + hsv.z = max(rgb.r, max(rgb.g, rgb.b)); + float min = min(rgb.r, min(rgb.g, rgb.b)); + float c = hsv.z - min; + + if (c != 0.0) + { + hsv.y = c / hsv.z; + vec3 delta = (hsv.z - rgb) / c; + delta.rgb -= delta.brg; + delta.rg += vec2(2.0, 4.0); + if (rgb.r >= hsv.z) { + hsv.x = delta.b; + } else if (rgb.g >= hsv.z) { + hsv.x = delta.r; + } else { + hsv.x = delta.g; + } + hsv.x = fract(hsv.x / 6.0); + } + return hsv; +} + +void main() { + float xOffset = sin(texCoord.y * Frequency.x + Time * 3.1415926535 * 2.0) * WobbleAmount.x; + float yOffset = cos(texCoord.x * Frequency.y + Time * 3.1415926535 * 2.0) * WobbleAmount.y; + vec2 offset = vec2(xOffset, yOffset); + vec4 rgb = texture2D(DiffuseSampler, texCoord + offset); + vec3 hsv = RGBtoHSV(rgb.rgb); + hsv.x = fract(hsv.x + Time); + gl_FragColor = vec4(HSVtoRGB(hsv), 1.0); +} diff --git a/1.16.5/assets/minecraft/shaders/program/wobble.json b/1.16.5/assets/minecraft/shaders/program/wobble.json new file mode 100644 index 00000000..d8e9945a --- /dev/null +++ b/1.16.5/assets/minecraft/shaders/program/wobble.json @@ -0,0 +1,21 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "wobble", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "Time", "type": "float", "count": 1, "values": [ 0.0 ] }, + { "name": "Frequency", "type": "float", "count": 2, "values": [ 512.0, 288.0 ] }, + { "name": "WobbleAmount", "type": "float", "count": 2, "values": [ 0.002, 0.002 ] } + ] +} diff --git a/1.16.5/assets/minecraft/texts/credits.txt b/1.16.5/assets/minecraft/texts/credits.txt new file mode 100644 index 00000000..5cc5bfb6 --- /dev/null +++ b/1.16.5/assets/minecraft/texts/credits.txt @@ -0,0 +1,480 @@ +[C]§f============ +[C]§eMinecraft Team +[C]§f============ + +§7Original Creator +§f Markus Persson + +§7Chief Creative Officer +§f Jens Bergensten + +§7Executive Producer +§f Sara Jansson Bach + +§7Producers +§f Adrian Östergård +§f Dejan Dimic +§f Isabella Arningsmark +§f Marcus Bodin +§f Marie Stålkrantz + +§7Associate Producers +§f Anna Lundgren +§f Sara Lidberg + +§7Technical Director +§f Nathan Adams + +§7Tech Leads +§f Mikael Hedberg +§f Sebastian Hindefelt + +§7Game Developers +§f Agnes Larsson +§f Alexander Sandor +§f Alexander Torstling +§f Alexander Östman +§f Bartosz Bok +§f Billy Sjöberg +§f Bjarni Gudmundsson +§f Brandon Pearce +§f Cory Scheviak +§f David Dalström +§f Erik Broes +§f Felix Jones +§f Georgii Gavrichev +§f Henning Erlandsen +§f Henrik Kniberg +§f Joachim Larsson +§f Johannes Busch +§f Josh Letellier +§f Kristoffer Kobosko +§f Maria Lemón +§f Matthew Gatland +§f Michael Stoyke +§f Niclas Unnervik +§f Nilay Karaoglu +§f Nir Vaknin +§f Pouya Ashraf +§f Sina Tamanna +§f Thomas Guimbretière + +§7Quality Assurance +§f Paul Coada +§f Thommy Siverman Mörk +§f Zackarias Gustavsson + +§7Launcher Tech Lead +§f Márcio Oliveira + +§7Launcher Developers +§f Linus Cumselius +§f Marc Neander +§f Mikael Malmqvist +§f Petr Mrázek + +§7Launcher User Experience Designer +§f Lucas Morales + +§7Realms Senior Product Manager +§f Fredrik Telenius + +§7Realms Product Manager +§f Kevin Katona + +§7Realms Tech Lead +§f Lawrence Sanchez + +§7Realms Developers +§f Brian Threvathan +§f Cullen Waters +§f Lawrence Sanchez +§f Nathan Sosnovske +§f Nicolas Suc + +§7Minecraft Content Lead +§f Matthew Dryden + +§7Minecraft Content Coordinator +§f Adam Martinsson +§f Oskar Thysell +§f Sara Lempiäinen + +§7Art Directors +§f Johan Aronsson +§f Markus Toivonen +§f Martin Johansson +§f Ninni Landin + +§7Graphics Artists +§f Chi Wong +§f Jasper Boerstra +§f Mattis Grahm + +§7User Experience Design +§f Josefine Lindqvist +§f Lily Ekman +§f Oscar Nilsson + +§7Lead User Experience Developers +§f Paulo Ragonha + +§7User Experience Developers +§f Albin Odervall +§f Anna Päärni +§f Dario Vodopivec +§f Emelie Sidesiö +§f Emil Hedemalm +§f Kirill Mikhel +§f Marlon Huber-Smith +§f Michael Novén +§f Oleg Kozitsyn +§f Oskar Carlbaum +§f Oskar Pedersen +§f Richard Pihlcrantz + +§7Sound Director +§f Samuel Åberg + +§7Sound Design +§f Daniel Rosenfeld +§f Kevin Martinez +§f Peter Hont + +§7Music composed by +§f Daniel Rosenfeld +§f Lena Raine + +§7Writing +§f Julian Gough + +§7Developers of Mo’ Creatures +§f Dan Roque +§f John Olarte (DrZhark) +§f Kent Christian Jensen + +[C]§f======== +[C]§eMojang +[C]§f======== + +§7Chief Executive Officer +§f Jonas Mårtensson + +§7Chief Operations Officer +§f Ulrika Höjgård + +§7Chief Technology Officer +§f Mike Carlson + +§7Chief Brand Officer +§f Lydia Winters + +§7Chief Content Officer +§f Vu Bui + +§7Human Resources +§f Maja Samuelsson +§f Viktoria Petersson + +§7Director of Finance +§f Marina Kostesic + +§7Director of New Games +§f Patrick Liu + +§7Game Director +§f Måns Olson + +§7Game Designers +§f Christian Berg +§f Max Herngren + +§7Lead Game Developers +§f Kristoffer Jelbring +§f Niklas Börestam + +§7Game Developers +§f Adrian Toncean +§f Anton Arbring +§f Aron Nieminen +§f Christan Berg +§f Daniel Wustenhoff +§f Jakob Rydén +§f Jon Maiga +§f Mårten Helander +§f Tomas Alaeus + +§7Art Leads +§f Daniel Björkefors +§f Telemachus Stavropoulos + +§7Graphic Designers +§f Wiktor Persson +§f Markus Karlsson + +§73D/VFX +§f Christian Nordgren +§f Jakob Gavelli + +§7Lead System Engineers +§f Jifeng Zhang +§f Robert Sjödahl +§f Torbjörn Allard + +§7System Developers +§f Alexandre Pretto Nunes +§f Anders Martini +§f Maksim Ivanov +§f Maria Katsourani +§f Mikael Malmqvist +§f Joakim Ejenstam +§f Jonas Bergström +§f Petter Gisslen +§f Pär Axelsson +§f Stefan Torstensson +§f Wenlan Yang + +§7Experience Design +§f Daniel Feldt + +§7Director of Business Development +§f Patrick Geuder + +§7Production Director +§f Olof Carlson Sandvik + +§7Head of Creative Production +§f Sheila Ho + +§7Production Manager +§f Klas Hammarström + +§7Producers +§f Adele Major +§f David Nisshagen +§f Hampus Nilsson +§f Johannes Fridd +§f Kaya Hatcher +§f Lisa Kempe +§f Moira Ingeltun +§f Nicolette Suraga +§f Sarah Carton +§f Sebastian Falk +§f Åsa Skogström + +§7Associate Producers +§f Marc Watson + +§7Project Managers +§f Isabella Balk + +§7Director of Creative Communications +§f Owen Jones + +§7Head of Marketing Communications +§f Thomas Wiborgh + +§7Creative Communications Assistant +§f Per Landin +§f Tom Stone + +§7Head of Community Relations +§f Karim Walldén + +§7Community Relations Coordinator +§f Josefin Olsson + +§7Head of Social Media +§f Alice Löfgren + +§7Customer Support Team Lead +§f Mattias Victorin + +§7Customer Support +§f Andreas Thomasson +§f Antonia Kousathana +§f Cecilia Flumé +§f Cim Borg +§f David Stuart Dahlgren +§f Ellie Ashrafi +§f Fredrik Sandström +§f Freja Fors +§f Jonny Hair +§f Nasim Derakhshan +§f Nima Tolouifar +§f Patrik Södergren +§f Rui Ribeiro +§f Sarah Mårtensson + +§7Office Manager +§f Siri Hoel Andersson + +§7Office Coordinators +§f Aleksandra Zajac +§f Joël Älveroth + +§7Reception Manager +§f Chaimae Truving + +§7Financial Accountant +§f Josefina Axelsson + +§7IT Wizards +§f Cesar Sima Falck +§f Shoghi Cervantes + +§7Product Designer Team Lead +§f Amanda Ström + +§7Product Designers +§f Filip Thoms +§f Jennifer Hammervald +§f Sherin Kwan + +§7Motion Graphics Designer +§f Kim Petersen + +§7Intellectual Property Enforcement Team Lead +§f Olle Personne + +§7Intellectual Property Enforcement Agents +§f Mathias Andersson +§f Matilda Åkerman +§f Marcus Forss +§f Sylvia Chen +§f Johan Hedlund + +[C]§f=========== +[C]§eMojang Alumni +[C]§f=========== + +§7Chief Executive Officers +§f Carl Manneh + +§7Chief Finance Officer +§f Karin Severinson + +§7Chief Technology Officer +§f Rikard Herlitz + +§7Project Directors +§f Jakob Porsér + +§7Production Director +§f Daniel Kaplan + +§7Game Director +§f Henrik Pettersson + +§7Assistant Producers +§f Warren Loo + +§7Game Developers +§f Christian Westman +§f Daniel Frisk +§f Isaac de la Vega +§f Jakob Pogulis +§f Johan Bernhardsson +§f Magnus Bentling +§f Markus Arvidsson +§f Nathan Gilbert +§f Ryan Holtz +§f Tobias Möllstam + +§73D/VFX +§f Elin Ölund Forsling + +§7User Experience Design Director +§f Tobias Ahlin + +§7Additional Programming +§f Elliot 'Hippoplatimus' Segal +§f Paul Spooner +§f Ryan 'Scaevolus' Hitchman + +§7Lead System Engineers +§f Tom Miles +§f Tomas Sommar + +§7System Developers +§f Christoffer Hammarström +§f Leonard Gram +§f Martin Odhelius + +§7Realms Developers +§f Amir Moulavi +§f David Marby +§f Erik Bylund +§f Johnny Sjöö +§f Magnus Jäderberg +§f Mats Henricson +§f Philip Vieira + +§7Graphics Artists +§f Kristoffer Zetterstrand +§f Poi Poi Chen + +§7Head of Social Media +§f Amelia Dale + +§7Merchandise Art Director +§f Alexis Holmqvist + +§7Additional Graphics +§f Jonatan Pöljö +§f Mariana Graham Ramirez + +§7Creative Communications Manager +§f Martin Davies + +§7Creative Communications Assistant +§f Emily Richardson + +§7Business Intelligence +§f Brynjólfur Erlingsson + +§7Customer Support +§f Amelia Lindroth Henriksson +§f Ana Barata Martins +§f Andreas Andersson +§f Andreas Jörgensen +§f Angehlica Walling +§f Annika Tripke-Lund +§f Anton Albiin +§f Carl Johnsson +§f Dante Stjernberg +§f David Carlsson +§f Elin Frykholm +§f Eliza Hearsum +§f Erik Nordberg +§f Fredrik Henriksson +§f Henrik Davallius +§f Henry Shi +§f Joe Liu +§f Kevin Vesterlund +§f Mike Till +§f Nicole Jansson +§f Rabi Hadad +§f Robert Miskiewicz +§f Robin Cocks +§f Robin Thunström +§f Theodor Colbing + +§7Office Managers +§f Alex Andersson +§f Charlotte Wredesjö +§f Jill Curran +§f Linn Hultman +§f Mikaela Prim + +[C]§f============ +[C]§eSpecial Thanks +[C]§f============ +§f Daniel Brynolf +§f Pontus Hammarberg + + + + + +§f"Twenty years from now you will be more disappointed by the things that you didn't do than by the ones you did do. So throw off the bowlines. Sail away from the safe harbor. Catch the trade winds in your sails. Explore. Dream. Discover." §7- Unknown diff --git a/1.16.5/assets/minecraft/texts/end.txt b/1.16.5/assets/minecraft/texts/end.txt new file mode 100644 index 00000000..72775248 --- /dev/null +++ b/1.16.5/assets/minecraft/texts/end.txt @@ -0,0 +1,151 @@ +§3I see the player you mean. + +§2PLAYERNAME? + +§3Yes. Take care. It has reached a higher level now. It can read our thoughts. + +§2That doesn't matter. It thinks we are part of the game. + +§3I like this player. It played well. It did not give up. + +§2It is reading our thoughts as though they were words on a screen. + +§3That is how it chooses to imagine many things, when it is deep in the dream of a game. + +§2Words make a wonderful interface. Very flexible. And less terrifying than staring at the reality behind the screen. + +§3They used to hear voices. Before players could read. Back in the days when those who did not play called the players witches, and warlocks. And players dreamed they flew through the air, on sticks powered by demons. + +§2What did this player dream? + +§3This player dreamed of sunlight and trees. Of fire and water. It dreamed it created. And it dreamed it destroyed. It dreamed it hunted, and was hunted. It dreamed of shelter. + +§2Hah, the original interface. A million years old, and it still works. But what true structure did this player create, in the reality behind the screen? + +§3It worked, with a million others, to sculpt a true world in a fold of the §f§k§a§b§3, and created a §f§k§a§b§3 for §f§k§a§b§3, in the §f§k§a§b§3. + +§2It cannot read that thought. + +§3No. It has not yet achieved the highest level. That, it must achieve in the long dream of life, not the short dream of a game. + +§2Does it know that we love it? That the universe is kind? + +§3Sometimes, through the noise of its thoughts, it hears the universe, yes. + +§2But there are times it is sad, in the long dream. It creates worlds that have no summer, and it shivers under a black sun, and it takes its sad creation for reality. + +§3To cure it of sorrow would destroy it. The sorrow is part of its own private task. We cannot interfere. + +§2Sometimes when they are deep in dreams, I want to tell them, they are building true worlds in reality. Sometimes I want to tell them of their importance to the universe. Sometimes, when they have not made a true connection in a while, I want to help them to speak the word they fear. + +§3It reads our thoughts. + +§2Sometimes I do not care. Sometimes I wish to tell them, this world you take for truth is merely §f§k§a§b§2 and §f§k§a§b§2, I wish to tell them that they are §f§k§a§b§2 in the §f§k§a§b§2. They see so little of reality, in their long dream. + +§3And yet they play the game. + +§2But it would be so easy to tell them... + +§3Too strong for this dream. To tell them how to live is to prevent them living. + +§2I will not tell the player how to live. + +§3The player is growing restless. + +§2I will tell the player a story. + +§3But not the truth. + +§2No. A story that contains the truth safely, in a cage of words. Not the naked truth that can burn over any distance. + +§3Give it a body, again. + +§2Yes. Player... + +§3Use its name. + +§2PLAYERNAME. Player of games. + +§3Good. + +§2Take a breath, now. Take another. Feel air in your lungs. Let your limbs return. Yes, move your fingers. Have a body again, under gravity, in air. Respawn in the long dream. There you are. Your body touching the universe again at every point, as though you were separate things. As though we were separate things. + +§3Who are we? Once we were called the spirit of the mountain. Father sun, mother moon. Ancestral spirits, animal spirits. Jinn. Ghosts. The green man. Then gods, demons. Angels. Poltergeists. Aliens, extraterrestrials. Leptons, quarks. The words change. We do not change. + +§2We are the universe. We are everything you think isn't you. You are looking at us now, through your skin and your eyes. And why does the universe touch your skin, and throw light on you? To see you, player. To know you. And to be known. I shall tell you a story. + +§2Once upon a time, there was a player. + +§3The player was you, PLAYERNAME. + +§2Sometimes it thought itself human, on the thin crust of a spinning globe of molten rock. The ball of molten rock circled a ball of blazing gas that was three hundred and thirty thousand times more massive than it. They were so far apart that light took eight minutes to cross the gap. The light was information from a star, and it could burn your skin from a hundred and fifty million kilometres away. + +§2Sometimes the player dreamed it was a miner, on the surface of a world that was flat, and infinite. The sun was a square of white. The days were short; there was much to do; and death was a temporary inconvenience. + +§3Sometimes the player dreamed it was lost in a story. + +§2Sometimes the player dreamed it was other things, in other places. Sometimes these dreams were disturbing. Sometimes very beautiful indeed. Sometimes the player woke from one dream into another, then woke from that into a third. + +§3Sometimes the player dreamed it watched words on a screen. + +§2Let's go back. + +§2The atoms of the player were scattered in the grass, in the rivers, in the air, in the ground. A woman gathered the atoms; she drank and ate and inhaled; and the woman assembled the player, in her body. + +§2And the player awoke, from the warm, dark world of its mother's body, into the long dream. + +§2And the player was a new story, never told before, written in letters of DNA. And the player was a new program, never run before, generated by a sourcecode a billion years old. And the player was a new human, never alive before, made from nothing but milk and love. + +§3You are the player. The story. The program. The human. Made from nothing but milk and love. + +§2Let's go further back. + +§2The seven billion billion billion atoms of the player's body were created, long before this game, in the heart of a star. So the player, too, is information from a star. And the player moves through a story, which is a forest of information planted by a man called Julian, on a flat, infinite world created by a man called Markus, that exists inside a small, private world created by the player, who inhabits a universe created by... + +§3Shush. Sometimes the player created a small, private world that was soft and warm and simple. Sometimes hard, and cold, and complicated. Sometimes it built a model of the universe in its head; flecks of energy, moving through vast empty spaces. Sometimes it called those flecks "electrons" and "protons". + +§2Sometimes it called them "planets" and "stars". + +§2Sometimes it believed it was in a universe that was made of energy that was made of offs and ons; zeros and ones; lines of code. Sometimes it believed it was playing a game. Sometimes it believed it was reading words on a screen. + +§3You are the player, reading words... + +§2Shush... Sometimes the player read lines of code on a screen. Decoded them into words; decoded words into meaning; decoded meaning into feelings, emotions, theories, ideas, and the player started to breathe faster and deeper and realised it was alive, it was alive, those thousand deaths had not been real, the player was alive + +§3You. You. You are alive. + +§2and sometimes the player believed the universe had spoken to it through the sunlight that came through the shuffling leaves of the summer trees + +§3and sometimes the player believed the universe had spoken to it through the light that fell from the crisp night sky of winter, where a fleck of light in the corner of the player's eye might be a star a million times as massive as the sun, boiling its planets to plasma in order to be visible for a moment to the player, walking home at the far side of the universe, suddenly smelling food, almost at the familiar door, about to dream again + +§2and sometimes the player believed the universe had spoken to it through the zeros and ones, through the electricity of the world, through the scrolling words on a screen at the end of a dream + +§3and the universe said I love you + +§2and the universe said you have played the game well + +§3and the universe said everything you need is within you + +§2and the universe said you are stronger than you know + +§3and the universe said you are the daylight + +§2and the universe said you are the night + +§3and the universe said the darkness you fight is within you + +§2and the universe said the light you seek is within you + +§3and the universe said you are not alone + +§2and the universe said you are not separate from every other thing + +§3and the universe said you are the universe tasting itself, talking to itself, reading its own code + +§2and the universe said I love you because you are love. + +§3And the game was over and the player woke up from the dream. And the player began a new dream. And the player dreamed again, dreamed better. And the player was the universe. And the player was love. + +§3You are the player. + +§2Wake up. diff --git a/1.16.5/assets/minecraft/texts/splashes.txt b/1.16.5/assets/minecraft/texts/splashes.txt new file mode 100644 index 00000000..d32f0096 --- /dev/null +++ b/1.16.5/assets/minecraft/texts/splashes.txt @@ -0,0 +1,417 @@ +As seen on TV! +Awesome! +100% pure! +May contain nuts! +More polygons! +Moderately attractive! +Limited edition! +Flashing letters! +It's here! +Best in class! +It's finished! +Kind of dragon free! +Excitement! +More than 500 sold! +One of a kind! +Heaps of hits on YouTube! +Indev! +Spiders everywhere! +Check it out! +Holy cow, man! +It's a game! +Made in Sweden! +Uses LWJGL! +Reticulating splines! +Minecraft! +Yaaay! +Singleplayer! +Keyboard compatible! +Ingots! +Exploding creepers! +That's no moon! +l33t! +Create! +Survive! +Dungeon! +Exclusive! +The bee's knees! +Closed source! +Classy! +Wow! +Not on steam! +Oh man! +Awesome community! +Pixels! +Teetsuuuuoooo! +Kaaneeeedaaaa! +Now with difficulty! +Enhanced! +90% bug free! +Pretty! +12 herbs and spices! +Fat free! +Absolutely no memes! +Free dental! +Ask your doctor! +Minors welcome! +Cloud computing! +Legal in Finland! +Hard to label! +Technically good! +Bringing home the bacon! +Indie! +GOTY! +Ceci n'est pas une title screen! +Euclidian! +Now in 3D! +Inspirational! +Herregud! +Complex cellular automata! +Yes, sir! +Played by cowboys! +OpenGL 2.1 (if supported)! +Thousands of colors! +Try it! +Age of Wonders is better! +Try the mushroom stew! +Sensational! +Hot tamale, hot hot tamale! +Play him off, keyboard cat! +Guaranteed! +Macroscopic! +Bring it on! +Random splash! +Call your mother! +Monster infighting! +Loved by millions! +Ultimate edition! +Freaky! +You've got a brand new key! +Water proof! +Uninflammable! +Whoa, dude! +All inclusive! +Tell your friends! +NP is not in P! +Music by C418! +Livestreamed! +Haunted! +Polynomial! +Terrestrial! +All is full of love! +Full of stars! +Scientific! +Not as cool as Spock! +Collaborate and listen! +Never dig down! +Take frequent breaks! +Not linear! +Han shot first! +Nice to meet you! +Buckets of lava! +Ride the pig! +Larger than Earth! +sqrt(-1) love you! +Phobos anomaly! +Punching wood! +Falling off cliffs! +1% sugar! +150% hyperbole! +Synecdoche! +Let's danec! +Seecret Friday update! +Reference implementation! +Kiss the sky! +20 GOTO 10! +Verlet intregration! +Peter Griffin! +Do not distribute! +Cogito ergo sum! +4815162342 lines of code! +A skeleton popped out! +The sum of its parts! +BTAF used to be good! +I miss ADOM! +umop-apisdn! +OICU812! +Bring me Ray Cokes! +Finger-licking! +Thematic! +Pneumatic! +Sublime! +Octagonal! +Une baguette! +Gargamel plays it! +Rita is the new top dog! +SWM forever! +Representing Edsbyn! +Matt Damon! +Supercalifragilisticexpialidocious! +Consummate V's! +Cow Tools! +Double buffered! +Fan fiction! +Flaxkikare! +Jason! Jason! Jason! +Hotter than the sun! +Internet enabled! +Autonomous! +Engage! +Fantasy! +DRR! DRR! DRR! +Kick it root down! +Regional resources! +Woo, facepunch! +Woo, somethingawful! +Woo, /v/! +Woo, tigsource! +Woo, worldofminecraft! +Woo, reddit! +Woo, 2pp! +Google anlyticsed! +Now supports åäö! +Give us Gordon! +Tip your waiter! +Very fun! +12345 is a bad password! +Vote for net neutrality! +Lives in a pineapple under the sea! +MAP11 has two names! +Omnipotent! +Gasp! +...! +Bees, bees, bees, bees! +Jag känner en bot! +This text is hard to read if you play the game at the default resolution, but at 1080p it's fine! +Haha, LOL! +Hampsterdance! +Menger sponge! +idspispopd! +Eple (original edit)! +So fresh, so clean! +Slow acting portals! +Try the Nether! +Don't look directly at the bugs! +Oh, ok, Pigmen! +Finally with ladders! +Scary! +Play Minecraft, Watch Topgear, Get Pig! +Twittered about! +Jump up, jump up, and get down! +Joel is neat! +A riddle, wrapped in a mystery! +This parrot is no more! It has ceased to be! +Welcome to your Doom! +Stay a while, stay forever! +Stay a while and listen! +Treatment for your rash! +"Autological" is! +Information wants to be free! +"Almost never" is an interesting concept! +Lots of truthiness! +The creeper is a spy! +Turing complete! +It's groundbreaking! +Let our battle's begin! +The sky is the limit! +Jeb has amazing hair! +Ryan also has amazing hair! +Casual gaming! +Undefeated! +Kinda like Lemmings! +Follow the train, CJ! +Leveraging synergy! +This message will never appear on the splash screen, isn't that weird? +DungeonQuest is unfair! +90210! +Check out the far lands! +Tyrion would love it! +Also try VVVVVV! +Also try Super Meat Boy! +Also try Terraria! +Also try Mount And Blade! +Also try Project Zomboid! +Also try World of Goo! +Also try Limbo! +Also try Pixeljunk Shooter! +Also try Braid! +That's super! +Bread is pain! +Read more books! +Khaaaaaaaaan! +Less addictive than TV Tropes! +More addictive than lemonade! +Bigger than a bread box! +Millions of peaches! +Fnord! +This is my true form! +Don't bother with the clones! +Pumpkinhead! +Made by Jeb! +Has an ending! +Finally complete! +Feature packed! +Boots with the fur! +Stop, hammertime! +Testificates! +Conventional! +Homeomorphic to a 3-sphere! +Doesn't avoid double negatives! +Place ALL the blocks! +Does barrel rolls! +Meeting expectations! +PC gaming since 1873! +Ghoughpteighbteau tchoghs! +Déjà vu! +Déjà vu! +Got your nose! +Haley loves Elan! +Afraid of the big, black bat! +Doesn't use the U-word! +Child's play! +See you next Friday or so! +From the streets of Södermalm! +150 bpm for 400000 minutes! +Technologic! +Funk soul brother! +Pumpa kungen! +日本ハロー! +한국 안녕하세요! +Helo Cymru! +Cześć Polsko! +你好中国! +Привет Россия! +Γεια σου Ελλάδα! +My life for Aiur! +Lennart lennart = new Lennart(); +I see your vocabulary has improved! +Who put it there? +You can't explain that! +if not ok then return end +§1C§2o§3l§4o§5r§6m§7a§8t§9i§ac +§kFUNKY LOL +Big Pointy Teeth! +Bekarton guards the gate! +Mmmph, mmph! +Don't feed avocados to parrots! +Swords for everyone! +Plz reply to my tweet! +.party()! +Take her pillow! +Put that cookie down! +Pretty scary! +I have a suggestion. +Now with extra hugs! +Now Java 8! +Woah. +HURNERJSGER? +What's up, Doc? +Now contains 32 random daily cats! +That's Numberwang! +pls rt +Do you want to join my server? +Put a little fence around it! +Throw a blanket over it! +One day, somewhere in the future, my work will be quoted! +Now with additional stuff! +Extra things! +Yay, puppies for everyone! +So sweet, like a nice bon bon! +Very influential in its circle! +Now With Multiplayer! +Rise from your grave! +Warning! A huge battleship "STEVE" is approaching fast! +Blue warrior shot the food! +Run, coward! I hunger! +Flavor with no seasoning! +Strange, but not a stranger! +Tougher than diamonds, rich like cream! +It swings, it jives! +Cruising streets for gold! +Take an eggbeater and beat it against a skillet! +Make me a table, a funky table! +Take the elevator to the mezzanine! +Stop being reasonable, this is the Internet! +/give @a hugs 64 +This is good for Realms. +Any computer is a laptop if you're brave enough! +Do it all, everything! +Where there is not light, there can spider! +GNU Terry Pratchett +More Digital! +doot doot +Falling with style! +There's no stopping the Trollmaso +Throw yourself at the ground and miss +Rule #1: it's never my fault +Replaced molten cheese with blood? +Absolutely fixed relatively broken coordinates +Boats FTW +Javalicious edition +Should not be played while driving +You're going too fast! +Don't feed chocolate to parrots! +The true meaning of covfefe +An illusion! What are you hiding? +Something's not quite right... +Thank you for the fish! +All rumors are true! +Truly gone fishing! +Rainbow turtle? +Something funny! +I need more context. +Ahhhhhh! +Don't worry, be happy! +Water bottle! +What's the question? +Plant a tree! +Go to the dentist! +What do you expect? +Look mum, I'm in a splash! +It came from space. +Awesome game design right there! +Ph1lza had a good run! +10 years of Mining and Crafting! +Ping the human! +In case it isn't obvious, foxes aren't players. +Buzzy Bees! +Minecraft Java Edition presents: Disgusting Bugs +Wash your hands! +Soap and water! +Support local businesses! +Stay home and play games! +Stay safe! +Stay strong! +Cough or sneeze into your elbow! +Don’t touch your face! +Support elderly relatives and friends! +Prepare, but don’t hoard! +Gamers unite – separately in your own homes! +Save the world – stay inside! +Shop for your elders! +Hang out with your friends online! +Honey, I grew the bees! +Find your claw! +Everybody do the Leif! +<3 Max & 99 & Ducky! +Bushy eyebrows! +Edit is a name! +From free range developers! +Music by Lena Raine! +Aww man! +#minecraftfarms +And my pickaxe! +Envision! Create! Share! +Fabulous graphics! +Also try Minecraft Dungeons! +Vanilla! +May contain traces of citrus! +Zoglin!? +Black lives matter! +Be anti-racist! +Learn about allyship! +Speak OUT against injustice and UP for equality! +Amplify and listen to BIPOC voices! +Educate your friends on anti-racism! +Support the BIPOC community and creators! +Stand up for equality in your community! diff --git a/1.16.5/assets/minecraft/textures/block/acacia_door_bottom.png b/1.16.5/assets/minecraft/textures/block/acacia_door_bottom.png new file mode 100644 index 00000000..53979a2e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/acacia_door_bottom.png differ diff --git a/1.16.5/assets/minecraft/textures/block/acacia_door_top.png b/1.16.5/assets/minecraft/textures/block/acacia_door_top.png new file mode 100644 index 00000000..4b634d6f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/acacia_door_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/acacia_leaves.png b/1.16.5/assets/minecraft/textures/block/acacia_leaves.png new file mode 100644 index 00000000..8cbb1eb1 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/acacia_leaves.png differ diff --git a/1.16.5/assets/minecraft/textures/block/acacia_log.png b/1.16.5/assets/minecraft/textures/block/acacia_log.png new file mode 100644 index 00000000..bf2880b9 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/acacia_log.png differ diff --git a/1.16.5/assets/minecraft/textures/block/acacia_log_top.png b/1.16.5/assets/minecraft/textures/block/acacia_log_top.png new file mode 100644 index 00000000..fc02620c Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/acacia_log_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/acacia_planks.png b/1.16.5/assets/minecraft/textures/block/acacia_planks.png new file mode 100644 index 00000000..b83e4fe1 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/acacia_planks.png differ diff --git a/1.16.5/assets/minecraft/textures/block/acacia_sapling.png b/1.16.5/assets/minecraft/textures/block/acacia_sapling.png new file mode 100644 index 00000000..6817397c Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/acacia_sapling.png differ diff --git a/1.16.5/assets/minecraft/textures/block/acacia_trapdoor.png b/1.16.5/assets/minecraft/textures/block/acacia_trapdoor.png new file mode 100644 index 00000000..e8eeb9c1 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/acacia_trapdoor.png differ diff --git a/1.16.5/assets/minecraft/textures/block/activator_rail.png b/1.16.5/assets/minecraft/textures/block/activator_rail.png new file mode 100644 index 00000000..721f3f5f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/activator_rail.png differ diff --git a/1.16.5/assets/minecraft/textures/block/activator_rail_on.png b/1.16.5/assets/minecraft/textures/block/activator_rail_on.png new file mode 100644 index 00000000..59844b0c Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/activator_rail_on.png differ diff --git a/1.16.5/assets/minecraft/textures/block/allium.png b/1.16.5/assets/minecraft/textures/block/allium.png new file mode 100644 index 00000000..3750ff3e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/allium.png differ diff --git a/1.16.5/assets/minecraft/textures/block/ancient_debris_side.png b/1.16.5/assets/minecraft/textures/block/ancient_debris_side.png new file mode 100644 index 00000000..ee2d0dd2 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/ancient_debris_side.png differ diff --git a/1.16.5/assets/minecraft/textures/block/ancient_debris_top.png b/1.16.5/assets/minecraft/textures/block/ancient_debris_top.png new file mode 100644 index 00000000..3893cddc Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/ancient_debris_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/andesite.png b/1.16.5/assets/minecraft/textures/block/andesite.png new file mode 100644 index 00000000..6bf96add Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/andesite.png differ diff --git a/1.16.5/assets/minecraft/textures/block/anvil.png b/1.16.5/assets/minecraft/textures/block/anvil.png new file mode 100644 index 00000000..732038ec Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/anvil.png differ diff --git a/1.16.5/assets/minecraft/textures/block/anvil_top.png b/1.16.5/assets/minecraft/textures/block/anvil_top.png new file mode 100644 index 00000000..f1f6bf71 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/anvil_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/attached_melon_stem.png b/1.16.5/assets/minecraft/textures/block/attached_melon_stem.png new file mode 100644 index 00000000..62ad943a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/attached_melon_stem.png differ diff --git a/1.16.5/assets/minecraft/textures/block/attached_pumpkin_stem.png b/1.16.5/assets/minecraft/textures/block/attached_pumpkin_stem.png new file mode 100644 index 00000000..6a5c10e1 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/attached_pumpkin_stem.png differ diff --git a/1.16.5/assets/minecraft/textures/block/azure_bluet.png b/1.16.5/assets/minecraft/textures/block/azure_bluet.png new file mode 100644 index 00000000..250fcc07 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/azure_bluet.png differ diff --git a/1.16.5/assets/minecraft/textures/block/bamboo_large_leaves.png b/1.16.5/assets/minecraft/textures/block/bamboo_large_leaves.png new file mode 100644 index 00000000..4fd2fb00 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/bamboo_large_leaves.png differ diff --git a/1.16.5/assets/minecraft/textures/block/bamboo_singleleaf.png b/1.16.5/assets/minecraft/textures/block/bamboo_singleleaf.png new file mode 100644 index 00000000..42f1f59a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/bamboo_singleleaf.png differ diff --git a/1.16.5/assets/minecraft/textures/block/bamboo_small_leaves.png b/1.16.5/assets/minecraft/textures/block/bamboo_small_leaves.png new file mode 100644 index 00000000..81aca7e5 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/bamboo_small_leaves.png differ diff --git a/1.16.5/assets/minecraft/textures/block/bamboo_stage0.png b/1.16.5/assets/minecraft/textures/block/bamboo_stage0.png new file mode 100644 index 00000000..c16c3716 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/bamboo_stage0.png differ diff --git a/1.16.5/assets/minecraft/textures/block/bamboo_stalk.png b/1.16.5/assets/minecraft/textures/block/bamboo_stalk.png new file mode 100644 index 00000000..93cfa80a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/bamboo_stalk.png differ diff --git a/1.16.5/assets/minecraft/textures/block/barrel_bottom.png b/1.16.5/assets/minecraft/textures/block/barrel_bottom.png new file mode 100644 index 00000000..22e065be Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/barrel_bottom.png differ diff --git a/1.16.5/assets/minecraft/textures/block/barrel_side.png b/1.16.5/assets/minecraft/textures/block/barrel_side.png new file mode 100644 index 00000000..1c3cb794 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/barrel_side.png differ diff --git a/1.16.5/assets/minecraft/textures/block/barrel_top.png b/1.16.5/assets/minecraft/textures/block/barrel_top.png new file mode 100644 index 00000000..c136cedf Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/barrel_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/barrel_top_open.png b/1.16.5/assets/minecraft/textures/block/barrel_top_open.png new file mode 100644 index 00000000..4b11386f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/barrel_top_open.png differ diff --git a/1.16.5/assets/minecraft/textures/block/basalt_side.png b/1.16.5/assets/minecraft/textures/block/basalt_side.png new file mode 100644 index 00000000..053074fe Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/basalt_side.png differ diff --git a/1.16.5/assets/minecraft/textures/block/basalt_top.png b/1.16.5/assets/minecraft/textures/block/basalt_top.png new file mode 100644 index 00000000..d55e4af1 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/basalt_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/beacon.png b/1.16.5/assets/minecraft/textures/block/beacon.png new file mode 100644 index 00000000..11468850 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/beacon.png differ diff --git a/1.16.5/assets/minecraft/textures/block/bedrock.png b/1.16.5/assets/minecraft/textures/block/bedrock.png new file mode 100644 index 00000000..8872226a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/bedrock.png differ diff --git a/1.16.5/assets/minecraft/textures/block/bee_nest_bottom.png b/1.16.5/assets/minecraft/textures/block/bee_nest_bottom.png new file mode 100644 index 00000000..9285e6bf Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/bee_nest_bottom.png differ diff --git a/1.16.5/assets/minecraft/textures/block/bee_nest_front.png b/1.16.5/assets/minecraft/textures/block/bee_nest_front.png new file mode 100644 index 00000000..026551a2 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/bee_nest_front.png differ diff --git a/1.16.5/assets/minecraft/textures/block/bee_nest_front_honey.png b/1.16.5/assets/minecraft/textures/block/bee_nest_front_honey.png new file mode 100644 index 00000000..06fac14c Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/bee_nest_front_honey.png differ diff --git a/1.16.5/assets/minecraft/textures/block/bee_nest_side.png b/1.16.5/assets/minecraft/textures/block/bee_nest_side.png new file mode 100644 index 00000000..c604de79 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/bee_nest_side.png differ diff --git a/1.16.5/assets/minecraft/textures/block/bee_nest_top.png b/1.16.5/assets/minecraft/textures/block/bee_nest_top.png new file mode 100644 index 00000000..75aff103 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/bee_nest_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/beehive_end.png b/1.16.5/assets/minecraft/textures/block/beehive_end.png new file mode 100644 index 00000000..6bdf368b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/beehive_end.png differ diff --git a/1.16.5/assets/minecraft/textures/block/beehive_front.png b/1.16.5/assets/minecraft/textures/block/beehive_front.png new file mode 100644 index 00000000..3679deb4 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/beehive_front.png differ diff --git a/1.16.5/assets/minecraft/textures/block/beehive_front_honey.png b/1.16.5/assets/minecraft/textures/block/beehive_front_honey.png new file mode 100644 index 00000000..453f6d25 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/beehive_front_honey.png differ diff --git a/1.16.5/assets/minecraft/textures/block/beehive_side.png b/1.16.5/assets/minecraft/textures/block/beehive_side.png new file mode 100644 index 00000000..2fcf0643 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/beehive_side.png differ diff --git a/1.16.5/assets/minecraft/textures/block/beetroots_stage0.png b/1.16.5/assets/minecraft/textures/block/beetroots_stage0.png new file mode 100644 index 00000000..d27726a4 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/beetroots_stage0.png differ diff --git a/1.16.5/assets/minecraft/textures/block/beetroots_stage1.png b/1.16.5/assets/minecraft/textures/block/beetroots_stage1.png new file mode 100644 index 00000000..5d0a6ba7 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/beetroots_stage1.png differ diff --git a/1.16.5/assets/minecraft/textures/block/beetroots_stage2.png b/1.16.5/assets/minecraft/textures/block/beetroots_stage2.png new file mode 100644 index 00000000..6050ebbd Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/beetroots_stage2.png differ diff --git a/1.16.5/assets/minecraft/textures/block/beetroots_stage3.png b/1.16.5/assets/minecraft/textures/block/beetroots_stage3.png new file mode 100644 index 00000000..6ded7705 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/beetroots_stage3.png differ diff --git a/1.16.5/assets/minecraft/textures/block/bell_bottom.png b/1.16.5/assets/minecraft/textures/block/bell_bottom.png new file mode 100644 index 00000000..04a87996 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/bell_bottom.png differ diff --git a/1.16.5/assets/minecraft/textures/block/bell_side.png b/1.16.5/assets/minecraft/textures/block/bell_side.png new file mode 100644 index 00000000..b44bcc4a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/bell_side.png differ diff --git a/1.16.5/assets/minecraft/textures/block/bell_top.png b/1.16.5/assets/minecraft/textures/block/bell_top.png new file mode 100644 index 00000000..7fce98dc Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/bell_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/birch_door_bottom.png b/1.16.5/assets/minecraft/textures/block/birch_door_bottom.png new file mode 100644 index 00000000..b29d01ad Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/birch_door_bottom.png differ diff --git a/1.16.5/assets/minecraft/textures/block/birch_door_top.png b/1.16.5/assets/minecraft/textures/block/birch_door_top.png new file mode 100644 index 00000000..2e0e6afd Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/birch_door_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/birch_leaves.png b/1.16.5/assets/minecraft/textures/block/birch_leaves.png new file mode 100644 index 00000000..6a75c99e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/birch_leaves.png differ diff --git a/1.16.5/assets/minecraft/textures/block/birch_log.png b/1.16.5/assets/minecraft/textures/block/birch_log.png new file mode 100644 index 00000000..c0ef988d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/birch_log.png differ diff --git a/1.16.5/assets/minecraft/textures/block/birch_log_top.png b/1.16.5/assets/minecraft/textures/block/birch_log_top.png new file mode 100644 index 00000000..a84365c4 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/birch_log_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/birch_planks.png b/1.16.5/assets/minecraft/textures/block/birch_planks.png new file mode 100644 index 00000000..6d1983de Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/birch_planks.png differ diff --git a/1.16.5/assets/minecraft/textures/block/birch_sapling.png b/1.16.5/assets/minecraft/textures/block/birch_sapling.png new file mode 100644 index 00000000..d33b34ca Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/birch_sapling.png differ diff --git a/1.16.5/assets/minecraft/textures/block/birch_trapdoor.png b/1.16.5/assets/minecraft/textures/block/birch_trapdoor.png new file mode 100644 index 00000000..01255fe5 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/birch_trapdoor.png differ diff --git a/1.16.5/assets/minecraft/textures/block/black_concrete.png b/1.16.5/assets/minecraft/textures/block/black_concrete.png new file mode 100644 index 00000000..8413b9c6 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/black_concrete.png differ diff --git a/1.16.5/assets/minecraft/textures/block/black_concrete_powder.png b/1.16.5/assets/minecraft/textures/block/black_concrete_powder.png new file mode 100644 index 00000000..529daaa5 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/black_concrete_powder.png differ diff --git a/1.16.5/assets/minecraft/textures/block/black_glazed_terracotta.png b/1.16.5/assets/minecraft/textures/block/black_glazed_terracotta.png new file mode 100644 index 00000000..18acd927 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/black_glazed_terracotta.png differ diff --git a/1.16.5/assets/minecraft/textures/block/black_shulker_box.png b/1.16.5/assets/minecraft/textures/block/black_shulker_box.png new file mode 100644 index 00000000..213cec3b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/black_shulker_box.png differ diff --git a/1.16.5/assets/minecraft/textures/block/black_stained_glass.png b/1.16.5/assets/minecraft/textures/block/black_stained_glass.png new file mode 100644 index 00000000..6b884f4a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/black_stained_glass.png differ diff --git a/1.16.5/assets/minecraft/textures/block/black_stained_glass_pane_top.png b/1.16.5/assets/minecraft/textures/block/black_stained_glass_pane_top.png new file mode 100644 index 00000000..43d60c55 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/black_stained_glass_pane_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/black_terracotta.png b/1.16.5/assets/minecraft/textures/block/black_terracotta.png new file mode 100644 index 00000000..e1ce2621 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/black_terracotta.png differ diff --git a/1.16.5/assets/minecraft/textures/block/black_wool.png b/1.16.5/assets/minecraft/textures/block/black_wool.png new file mode 100644 index 00000000..0e486b04 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/black_wool.png differ diff --git a/1.16.5/assets/minecraft/textures/block/blackstone.png b/1.16.5/assets/minecraft/textures/block/blackstone.png new file mode 100644 index 00000000..265aa349 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/blackstone.png differ diff --git a/1.16.5/assets/minecraft/textures/block/blackstone_top.png b/1.16.5/assets/minecraft/textures/block/blackstone_top.png new file mode 100644 index 00000000..45a4a434 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/blackstone_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/blast_furnace_front.png b/1.16.5/assets/minecraft/textures/block/blast_furnace_front.png new file mode 100644 index 00000000..c7d42bf0 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/blast_furnace_front.png differ diff --git a/1.16.5/assets/minecraft/textures/block/blast_furnace_front_on.png b/1.16.5/assets/minecraft/textures/block/blast_furnace_front_on.png new file mode 100644 index 00000000..8b51e4e3 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/blast_furnace_front_on.png differ diff --git a/1.16.5/assets/minecraft/textures/block/blast_furnace_front_on.png.mcmeta b/1.16.5/assets/minecraft/textures/block/blast_furnace_front_on.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.16.5/assets/minecraft/textures/block/blast_furnace_front_on.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.16.5/assets/minecraft/textures/block/blast_furnace_side.png b/1.16.5/assets/minecraft/textures/block/blast_furnace_side.png new file mode 100644 index 00000000..05714a0f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/blast_furnace_side.png differ diff --git a/1.16.5/assets/minecraft/textures/block/blast_furnace_top.png b/1.16.5/assets/minecraft/textures/block/blast_furnace_top.png new file mode 100644 index 00000000..6c8d3856 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/blast_furnace_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/blue_concrete.png b/1.16.5/assets/minecraft/textures/block/blue_concrete.png new file mode 100644 index 00000000..e1f68fc8 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/blue_concrete.png differ diff --git a/1.16.5/assets/minecraft/textures/block/blue_concrete_powder.png b/1.16.5/assets/minecraft/textures/block/blue_concrete_powder.png new file mode 100644 index 00000000..e78597e1 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/blue_concrete_powder.png differ diff --git a/1.16.5/assets/minecraft/textures/block/blue_glazed_terracotta.png b/1.16.5/assets/minecraft/textures/block/blue_glazed_terracotta.png new file mode 100644 index 00000000..8ced312b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/blue_glazed_terracotta.png differ diff --git a/1.16.5/assets/minecraft/textures/block/blue_ice.png b/1.16.5/assets/minecraft/textures/block/blue_ice.png new file mode 100644 index 00000000..78b6040b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/blue_ice.png differ diff --git a/1.16.5/assets/minecraft/textures/block/blue_orchid.png b/1.16.5/assets/minecraft/textures/block/blue_orchid.png new file mode 100644 index 00000000..ae580aec Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/blue_orchid.png differ diff --git a/1.16.5/assets/minecraft/textures/block/blue_shulker_box.png b/1.16.5/assets/minecraft/textures/block/blue_shulker_box.png new file mode 100644 index 00000000..3bcd44d1 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/blue_shulker_box.png differ diff --git a/1.16.5/assets/minecraft/textures/block/blue_stained_glass.png b/1.16.5/assets/minecraft/textures/block/blue_stained_glass.png new file mode 100644 index 00000000..ced02349 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/blue_stained_glass.png differ diff --git a/1.16.5/assets/minecraft/textures/block/blue_stained_glass_pane_top.png b/1.16.5/assets/minecraft/textures/block/blue_stained_glass_pane_top.png new file mode 100644 index 00000000..55c614f4 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/blue_stained_glass_pane_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/blue_terracotta.png b/1.16.5/assets/minecraft/textures/block/blue_terracotta.png new file mode 100644 index 00000000..7afe9305 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/blue_terracotta.png differ diff --git a/1.16.5/assets/minecraft/textures/block/blue_wool.png b/1.16.5/assets/minecraft/textures/block/blue_wool.png new file mode 100644 index 00000000..14c5d710 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/blue_wool.png differ diff --git a/1.16.5/assets/minecraft/textures/block/bone_block_side.png b/1.16.5/assets/minecraft/textures/block/bone_block_side.png new file mode 100644 index 00000000..6f1a1618 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/bone_block_side.png differ diff --git a/1.16.5/assets/minecraft/textures/block/bone_block_top.png b/1.16.5/assets/minecraft/textures/block/bone_block_top.png new file mode 100644 index 00000000..72e642ef Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/bone_block_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/bookshelf.png b/1.16.5/assets/minecraft/textures/block/bookshelf.png new file mode 100644 index 00000000..4a2c24d4 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/bookshelf.png differ diff --git a/1.16.5/assets/minecraft/textures/block/brain_coral.png b/1.16.5/assets/minecraft/textures/block/brain_coral.png new file mode 100644 index 00000000..b950ab80 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/brain_coral.png differ diff --git a/1.16.5/assets/minecraft/textures/block/brain_coral_block.png b/1.16.5/assets/minecraft/textures/block/brain_coral_block.png new file mode 100644 index 00000000..074a2c9d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/brain_coral_block.png differ diff --git a/1.16.5/assets/minecraft/textures/block/brain_coral_fan.png b/1.16.5/assets/minecraft/textures/block/brain_coral_fan.png new file mode 100644 index 00000000..eb5be1c7 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/brain_coral_fan.png differ diff --git a/1.16.5/assets/minecraft/textures/block/brewing_stand.png b/1.16.5/assets/minecraft/textures/block/brewing_stand.png new file mode 100644 index 00000000..af2333fb Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/brewing_stand.png differ diff --git a/1.16.5/assets/minecraft/textures/block/brewing_stand_base.png b/1.16.5/assets/minecraft/textures/block/brewing_stand_base.png new file mode 100644 index 00000000..6c7369d3 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/brewing_stand_base.png differ diff --git a/1.16.5/assets/minecraft/textures/block/bricks.png b/1.16.5/assets/minecraft/textures/block/bricks.png new file mode 100644 index 00000000..2ed16c41 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/bricks.png differ diff --git a/1.16.5/assets/minecraft/textures/block/brown_concrete.png b/1.16.5/assets/minecraft/textures/block/brown_concrete.png new file mode 100644 index 00000000..1ee67164 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/brown_concrete.png differ diff --git a/1.16.5/assets/minecraft/textures/block/brown_concrete_powder.png b/1.16.5/assets/minecraft/textures/block/brown_concrete_powder.png new file mode 100644 index 00000000..14487d7d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/brown_concrete_powder.png differ diff --git a/1.16.5/assets/minecraft/textures/block/brown_glazed_terracotta.png b/1.16.5/assets/minecraft/textures/block/brown_glazed_terracotta.png new file mode 100644 index 00000000..17bd427b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/brown_glazed_terracotta.png differ diff --git a/1.16.5/assets/minecraft/textures/block/brown_mushroom.png b/1.16.5/assets/minecraft/textures/block/brown_mushroom.png new file mode 100644 index 00000000..57b94d50 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/brown_mushroom.png differ diff --git a/1.16.5/assets/minecraft/textures/block/brown_mushroom_block.png b/1.16.5/assets/minecraft/textures/block/brown_mushroom_block.png new file mode 100644 index 00000000..ab3b4c8b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/brown_mushroom_block.png differ diff --git a/1.16.5/assets/minecraft/textures/block/brown_shulker_box.png b/1.16.5/assets/minecraft/textures/block/brown_shulker_box.png new file mode 100644 index 00000000..2b52d9e5 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/brown_shulker_box.png differ diff --git a/1.16.5/assets/minecraft/textures/block/brown_stained_glass.png b/1.16.5/assets/minecraft/textures/block/brown_stained_glass.png new file mode 100644 index 00000000..d62efccd Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/brown_stained_glass.png differ diff --git a/1.16.5/assets/minecraft/textures/block/brown_stained_glass_pane_top.png b/1.16.5/assets/minecraft/textures/block/brown_stained_glass_pane_top.png new file mode 100644 index 00000000..cbd791a4 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/brown_stained_glass_pane_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/brown_terracotta.png b/1.16.5/assets/minecraft/textures/block/brown_terracotta.png new file mode 100644 index 00000000..9937e72c Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/brown_terracotta.png differ diff --git a/1.16.5/assets/minecraft/textures/block/brown_wool.png b/1.16.5/assets/minecraft/textures/block/brown_wool.png new file mode 100644 index 00000000..ffaa7509 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/brown_wool.png differ diff --git a/1.16.5/assets/minecraft/textures/block/bubble_coral.png b/1.16.5/assets/minecraft/textures/block/bubble_coral.png new file mode 100644 index 00000000..a94f9142 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/bubble_coral.png differ diff --git a/1.16.5/assets/minecraft/textures/block/bubble_coral_block.png b/1.16.5/assets/minecraft/textures/block/bubble_coral_block.png new file mode 100644 index 00000000..58b9999a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/bubble_coral_block.png differ diff --git a/1.16.5/assets/minecraft/textures/block/bubble_coral_fan.png b/1.16.5/assets/minecraft/textures/block/bubble_coral_fan.png new file mode 100644 index 00000000..3ab3d2b5 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/bubble_coral_fan.png differ diff --git a/1.16.5/assets/minecraft/textures/block/cactus_bottom.png b/1.16.5/assets/minecraft/textures/block/cactus_bottom.png new file mode 100644 index 00000000..c613b886 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/cactus_bottom.png differ diff --git a/1.16.5/assets/minecraft/textures/block/cactus_side.png b/1.16.5/assets/minecraft/textures/block/cactus_side.png new file mode 100644 index 00000000..409e0480 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/cactus_side.png differ diff --git a/1.16.5/assets/minecraft/textures/block/cactus_top.png b/1.16.5/assets/minecraft/textures/block/cactus_top.png new file mode 100644 index 00000000..1fc332f4 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/cactus_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/cake_bottom.png b/1.16.5/assets/minecraft/textures/block/cake_bottom.png new file mode 100644 index 00000000..86b49993 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/cake_bottom.png differ diff --git a/1.16.5/assets/minecraft/textures/block/cake_inner.png b/1.16.5/assets/minecraft/textures/block/cake_inner.png new file mode 100644 index 00000000..77234d56 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/cake_inner.png differ diff --git a/1.16.5/assets/minecraft/textures/block/cake_side.png b/1.16.5/assets/minecraft/textures/block/cake_side.png new file mode 100644 index 00000000..c3014b79 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/cake_side.png differ diff --git a/1.16.5/assets/minecraft/textures/block/cake_top.png b/1.16.5/assets/minecraft/textures/block/cake_top.png new file mode 100644 index 00000000..4eb484ec Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/cake_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/campfire_fire.png b/1.16.5/assets/minecraft/textures/block/campfire_fire.png new file mode 100644 index 00000000..865d6e3e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/campfire_fire.png differ diff --git a/1.16.5/assets/minecraft/textures/block/campfire_fire.png.mcmeta b/1.16.5/assets/minecraft/textures/block/campfire_fire.png.mcmeta new file mode 100644 index 00000000..0645f48c --- /dev/null +++ b/1.16.5/assets/minecraft/textures/block/campfire_fire.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 2 + } +} diff --git a/1.16.5/assets/minecraft/textures/block/campfire_log.png b/1.16.5/assets/minecraft/textures/block/campfire_log.png new file mode 100644 index 00000000..6f5eddc6 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/campfire_log.png differ diff --git a/1.16.5/assets/minecraft/textures/block/campfire_log_lit.png b/1.16.5/assets/minecraft/textures/block/campfire_log_lit.png new file mode 100644 index 00000000..6e41c579 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/campfire_log_lit.png differ diff --git a/1.16.5/assets/minecraft/textures/block/campfire_log_lit.png.mcmeta b/1.16.5/assets/minecraft/textures/block/campfire_log_lit.png.mcmeta new file mode 100644 index 00000000..265854e4 --- /dev/null +++ b/1.16.5/assets/minecraft/textures/block/campfire_log_lit.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 20 + } +} diff --git a/1.16.5/assets/minecraft/textures/block/carrots_stage0.png b/1.16.5/assets/minecraft/textures/block/carrots_stage0.png new file mode 100644 index 00000000..d31ceb69 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/carrots_stage0.png differ diff --git a/1.16.5/assets/minecraft/textures/block/carrots_stage1.png b/1.16.5/assets/minecraft/textures/block/carrots_stage1.png new file mode 100644 index 00000000..2c4d65c3 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/carrots_stage1.png differ diff --git a/1.16.5/assets/minecraft/textures/block/carrots_stage2.png b/1.16.5/assets/minecraft/textures/block/carrots_stage2.png new file mode 100644 index 00000000..9aa0e172 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/carrots_stage2.png differ diff --git a/1.16.5/assets/minecraft/textures/block/carrots_stage3.png b/1.16.5/assets/minecraft/textures/block/carrots_stage3.png new file mode 100644 index 00000000..fa8b4ceb Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/carrots_stage3.png differ diff --git a/1.16.5/assets/minecraft/textures/block/cartography_table_side1.png b/1.16.5/assets/minecraft/textures/block/cartography_table_side1.png new file mode 100644 index 00000000..01c8504b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/cartography_table_side1.png differ diff --git a/1.16.5/assets/minecraft/textures/block/cartography_table_side2.png b/1.16.5/assets/minecraft/textures/block/cartography_table_side2.png new file mode 100644 index 00000000..3f65ce80 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/cartography_table_side2.png differ diff --git a/1.16.5/assets/minecraft/textures/block/cartography_table_side3.png b/1.16.5/assets/minecraft/textures/block/cartography_table_side3.png new file mode 100644 index 00000000..971b6b19 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/cartography_table_side3.png differ diff --git a/1.16.5/assets/minecraft/textures/block/cartography_table_top.png b/1.16.5/assets/minecraft/textures/block/cartography_table_top.png new file mode 100644 index 00000000..7b256c98 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/cartography_table_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/carved_pumpkin.png b/1.16.5/assets/minecraft/textures/block/carved_pumpkin.png new file mode 100644 index 00000000..944a3226 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/carved_pumpkin.png differ diff --git a/1.16.5/assets/minecraft/textures/block/cauldron_bottom.png b/1.16.5/assets/minecraft/textures/block/cauldron_bottom.png new file mode 100644 index 00000000..4c8591a2 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/cauldron_bottom.png differ diff --git a/1.16.5/assets/minecraft/textures/block/cauldron_inner.png b/1.16.5/assets/minecraft/textures/block/cauldron_inner.png new file mode 100644 index 00000000..17fcf4fa Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/cauldron_inner.png differ diff --git a/1.16.5/assets/minecraft/textures/block/cauldron_side.png b/1.16.5/assets/minecraft/textures/block/cauldron_side.png new file mode 100644 index 00000000..3bf024ea Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/cauldron_side.png differ diff --git a/1.16.5/assets/minecraft/textures/block/cauldron_top.png b/1.16.5/assets/minecraft/textures/block/cauldron_top.png new file mode 100644 index 00000000..fd672b39 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/cauldron_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/chain.png b/1.16.5/assets/minecraft/textures/block/chain.png new file mode 100644 index 00000000..d65414d9 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/chain.png differ diff --git a/1.16.5/assets/minecraft/textures/block/chain_command_block_back.png b/1.16.5/assets/minecraft/textures/block/chain_command_block_back.png new file mode 100644 index 00000000..d50623b6 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/chain_command_block_back.png differ diff --git a/1.16.5/assets/minecraft/textures/block/chain_command_block_back.png.mcmeta b/1.16.5/assets/minecraft/textures/block/chain_command_block_back.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.16.5/assets/minecraft/textures/block/chain_command_block_back.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.16.5/assets/minecraft/textures/block/chain_command_block_conditional.png b/1.16.5/assets/minecraft/textures/block/chain_command_block_conditional.png new file mode 100644 index 00000000..6cb6ccc2 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/chain_command_block_conditional.png differ diff --git a/1.16.5/assets/minecraft/textures/block/chain_command_block_conditional.png.mcmeta b/1.16.5/assets/minecraft/textures/block/chain_command_block_conditional.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.16.5/assets/minecraft/textures/block/chain_command_block_conditional.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.16.5/assets/minecraft/textures/block/chain_command_block_front.png b/1.16.5/assets/minecraft/textures/block/chain_command_block_front.png new file mode 100644 index 00000000..420431d8 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/chain_command_block_front.png differ diff --git a/1.16.5/assets/minecraft/textures/block/chain_command_block_front.png.mcmeta b/1.16.5/assets/minecraft/textures/block/chain_command_block_front.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.16.5/assets/minecraft/textures/block/chain_command_block_front.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.16.5/assets/minecraft/textures/block/chain_command_block_side.png b/1.16.5/assets/minecraft/textures/block/chain_command_block_side.png new file mode 100644 index 00000000..31f9ad72 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/chain_command_block_side.png differ diff --git a/1.16.5/assets/minecraft/textures/block/chain_command_block_side.png.mcmeta b/1.16.5/assets/minecraft/textures/block/chain_command_block_side.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.16.5/assets/minecraft/textures/block/chain_command_block_side.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.16.5/assets/minecraft/textures/block/chipped_anvil_top.png b/1.16.5/assets/minecraft/textures/block/chipped_anvil_top.png new file mode 100644 index 00000000..89d20c69 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/chipped_anvil_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/chiseled_nether_bricks.png b/1.16.5/assets/minecraft/textures/block/chiseled_nether_bricks.png new file mode 100644 index 00000000..bd6009e1 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/chiseled_nether_bricks.png differ diff --git a/1.16.5/assets/minecraft/textures/block/chiseled_polished_blackstone.png b/1.16.5/assets/minecraft/textures/block/chiseled_polished_blackstone.png new file mode 100644 index 00000000..ac6a0dcc Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/chiseled_polished_blackstone.png differ diff --git a/1.16.5/assets/minecraft/textures/block/chiseled_quartz_block.png b/1.16.5/assets/minecraft/textures/block/chiseled_quartz_block.png new file mode 100644 index 00000000..13d7686e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/chiseled_quartz_block.png differ diff --git a/1.16.5/assets/minecraft/textures/block/chiseled_quartz_block_top.png b/1.16.5/assets/minecraft/textures/block/chiseled_quartz_block_top.png new file mode 100644 index 00000000..35a9ef21 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/chiseled_quartz_block_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/chiseled_red_sandstone.png b/1.16.5/assets/minecraft/textures/block/chiseled_red_sandstone.png new file mode 100644 index 00000000..7b187b03 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/chiseled_red_sandstone.png differ diff --git a/1.16.5/assets/minecraft/textures/block/chiseled_sandstone.png b/1.16.5/assets/minecraft/textures/block/chiseled_sandstone.png new file mode 100644 index 00000000..90cf2baa Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/chiseled_sandstone.png differ diff --git a/1.16.5/assets/minecraft/textures/block/chiseled_stone_bricks.png b/1.16.5/assets/minecraft/textures/block/chiseled_stone_bricks.png new file mode 100644 index 00000000..8555f0a6 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/chiseled_stone_bricks.png differ diff --git a/1.16.5/assets/minecraft/textures/block/chorus_flower.png b/1.16.5/assets/minecraft/textures/block/chorus_flower.png new file mode 100644 index 00000000..d0758072 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/chorus_flower.png differ diff --git a/1.16.5/assets/minecraft/textures/block/chorus_flower_dead.png b/1.16.5/assets/minecraft/textures/block/chorus_flower_dead.png new file mode 100644 index 00000000..21f31552 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/chorus_flower_dead.png differ diff --git a/1.16.5/assets/minecraft/textures/block/chorus_plant.png b/1.16.5/assets/minecraft/textures/block/chorus_plant.png new file mode 100644 index 00000000..39924b98 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/chorus_plant.png differ diff --git a/1.16.5/assets/minecraft/textures/block/clay.png b/1.16.5/assets/minecraft/textures/block/clay.png new file mode 100644 index 00000000..54fd57af Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/clay.png differ diff --git a/1.16.5/assets/minecraft/textures/block/coal_block.png b/1.16.5/assets/minecraft/textures/block/coal_block.png new file mode 100644 index 00000000..25351c71 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/coal_block.png differ diff --git a/1.16.5/assets/minecraft/textures/block/coal_ore.png b/1.16.5/assets/minecraft/textures/block/coal_ore.png new file mode 100644 index 00000000..3759e02e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/coal_ore.png differ diff --git a/1.16.5/assets/minecraft/textures/block/coarse_dirt.png b/1.16.5/assets/minecraft/textures/block/coarse_dirt.png new file mode 100644 index 00000000..3107d43a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/coarse_dirt.png differ diff --git a/1.16.5/assets/minecraft/textures/block/cobblestone.png b/1.16.5/assets/minecraft/textures/block/cobblestone.png new file mode 100644 index 00000000..80fa3a83 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/cobblestone.png differ diff --git a/1.16.5/assets/minecraft/textures/block/cobweb.png b/1.16.5/assets/minecraft/textures/block/cobweb.png new file mode 100644 index 00000000..d31d5b42 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/cobweb.png differ diff --git a/1.16.5/assets/minecraft/textures/block/cocoa_stage0.png b/1.16.5/assets/minecraft/textures/block/cocoa_stage0.png new file mode 100644 index 00000000..4fcaaee7 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/cocoa_stage0.png differ diff --git a/1.16.5/assets/minecraft/textures/block/cocoa_stage1.png b/1.16.5/assets/minecraft/textures/block/cocoa_stage1.png new file mode 100644 index 00000000..9bc8e5dd Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/cocoa_stage1.png differ diff --git a/1.16.5/assets/minecraft/textures/block/cocoa_stage2.png b/1.16.5/assets/minecraft/textures/block/cocoa_stage2.png new file mode 100644 index 00000000..901ca324 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/cocoa_stage2.png differ diff --git a/1.16.5/assets/minecraft/textures/block/command_block_back.png b/1.16.5/assets/minecraft/textures/block/command_block_back.png new file mode 100644 index 00000000..38600895 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/command_block_back.png differ diff --git a/1.16.5/assets/minecraft/textures/block/command_block_back.png.mcmeta b/1.16.5/assets/minecraft/textures/block/command_block_back.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.16.5/assets/minecraft/textures/block/command_block_back.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.16.5/assets/minecraft/textures/block/command_block_conditional.png b/1.16.5/assets/minecraft/textures/block/command_block_conditional.png new file mode 100644 index 00000000..5334c1f3 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/command_block_conditional.png differ diff --git a/1.16.5/assets/minecraft/textures/block/command_block_conditional.png.mcmeta b/1.16.5/assets/minecraft/textures/block/command_block_conditional.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.16.5/assets/minecraft/textures/block/command_block_conditional.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.16.5/assets/minecraft/textures/block/command_block_front.png b/1.16.5/assets/minecraft/textures/block/command_block_front.png new file mode 100644 index 00000000..54412d4a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/command_block_front.png differ diff --git a/1.16.5/assets/minecraft/textures/block/command_block_front.png.mcmeta b/1.16.5/assets/minecraft/textures/block/command_block_front.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.16.5/assets/minecraft/textures/block/command_block_front.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.16.5/assets/minecraft/textures/block/command_block_side.png b/1.16.5/assets/minecraft/textures/block/command_block_side.png new file mode 100644 index 00000000..129a5f4d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/command_block_side.png differ diff --git a/1.16.5/assets/minecraft/textures/block/command_block_side.png.mcmeta b/1.16.5/assets/minecraft/textures/block/command_block_side.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.16.5/assets/minecraft/textures/block/command_block_side.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.16.5/assets/minecraft/textures/block/comparator.png b/1.16.5/assets/minecraft/textures/block/comparator.png new file mode 100644 index 00000000..f47ebf18 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/comparator.png differ diff --git a/1.16.5/assets/minecraft/textures/block/comparator_on.png b/1.16.5/assets/minecraft/textures/block/comparator_on.png new file mode 100644 index 00000000..85cefb89 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/comparator_on.png differ diff --git a/1.16.5/assets/minecraft/textures/block/composter_bottom.png b/1.16.5/assets/minecraft/textures/block/composter_bottom.png new file mode 100644 index 00000000..7556bd9c Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/composter_bottom.png differ diff --git a/1.16.5/assets/minecraft/textures/block/composter_compost.png b/1.16.5/assets/minecraft/textures/block/composter_compost.png new file mode 100644 index 00000000..bc17729b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/composter_compost.png differ diff --git a/1.16.5/assets/minecraft/textures/block/composter_ready.png b/1.16.5/assets/minecraft/textures/block/composter_ready.png new file mode 100644 index 00000000..d80dafc6 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/composter_ready.png differ diff --git a/1.16.5/assets/minecraft/textures/block/composter_side.png b/1.16.5/assets/minecraft/textures/block/composter_side.png new file mode 100644 index 00000000..a4395f4b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/composter_side.png differ diff --git a/1.16.5/assets/minecraft/textures/block/composter_top.png b/1.16.5/assets/minecraft/textures/block/composter_top.png new file mode 100644 index 00000000..04737817 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/composter_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/conduit.png b/1.16.5/assets/minecraft/textures/block/conduit.png new file mode 100644 index 00000000..78e0416c Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/conduit.png differ diff --git a/1.16.5/assets/minecraft/textures/block/cornflower.png b/1.16.5/assets/minecraft/textures/block/cornflower.png new file mode 100644 index 00000000..3de4add1 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/cornflower.png differ diff --git a/1.16.5/assets/minecraft/textures/block/cracked_nether_bricks.png b/1.16.5/assets/minecraft/textures/block/cracked_nether_bricks.png new file mode 100644 index 00000000..28173d21 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/cracked_nether_bricks.png differ diff --git a/1.16.5/assets/minecraft/textures/block/cracked_polished_blackstone_bricks.png b/1.16.5/assets/minecraft/textures/block/cracked_polished_blackstone_bricks.png new file mode 100644 index 00000000..7a1179fc Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/cracked_polished_blackstone_bricks.png differ diff --git a/1.16.5/assets/minecraft/textures/block/cracked_stone_bricks.png b/1.16.5/assets/minecraft/textures/block/cracked_stone_bricks.png new file mode 100644 index 00000000..2c2aafda Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/cracked_stone_bricks.png differ diff --git a/1.16.5/assets/minecraft/textures/block/crafting_table_front.png b/1.16.5/assets/minecraft/textures/block/crafting_table_front.png new file mode 100644 index 00000000..5bdd5d42 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/crafting_table_front.png differ diff --git a/1.16.5/assets/minecraft/textures/block/crafting_table_side.png b/1.16.5/assets/minecraft/textures/block/crafting_table_side.png new file mode 100644 index 00000000..022edff5 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/crafting_table_side.png differ diff --git a/1.16.5/assets/minecraft/textures/block/crafting_table_top.png b/1.16.5/assets/minecraft/textures/block/crafting_table_top.png new file mode 100644 index 00000000..305bb01e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/crafting_table_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/crimson_door_bottom.png b/1.16.5/assets/minecraft/textures/block/crimson_door_bottom.png new file mode 100644 index 00000000..8dc3d9ef Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/crimson_door_bottom.png differ diff --git a/1.16.5/assets/minecraft/textures/block/crimson_door_top.png b/1.16.5/assets/minecraft/textures/block/crimson_door_top.png new file mode 100644 index 00000000..e99b0d75 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/crimson_door_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/crimson_fungus.png b/1.16.5/assets/minecraft/textures/block/crimson_fungus.png new file mode 100644 index 00000000..d0b5d53a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/crimson_fungus.png differ diff --git a/1.16.5/assets/minecraft/textures/block/crimson_nylium.png b/1.16.5/assets/minecraft/textures/block/crimson_nylium.png new file mode 100644 index 00000000..4ee0ac79 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/crimson_nylium.png differ diff --git a/1.16.5/assets/minecraft/textures/block/crimson_nylium_side.png b/1.16.5/assets/minecraft/textures/block/crimson_nylium_side.png new file mode 100644 index 00000000..17cfd094 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/crimson_nylium_side.png differ diff --git a/1.16.5/assets/minecraft/textures/block/crimson_planks.png b/1.16.5/assets/minecraft/textures/block/crimson_planks.png new file mode 100644 index 00000000..5a23208a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/crimson_planks.png differ diff --git a/1.16.5/assets/minecraft/textures/block/crimson_roots.png b/1.16.5/assets/minecraft/textures/block/crimson_roots.png new file mode 100644 index 00000000..3744c0a6 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/crimson_roots.png differ diff --git a/1.16.5/assets/minecraft/textures/block/crimson_roots_pot.png b/1.16.5/assets/minecraft/textures/block/crimson_roots_pot.png new file mode 100644 index 00000000..9ffad62a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/crimson_roots_pot.png differ diff --git a/1.16.5/assets/minecraft/textures/block/crimson_stem.png b/1.16.5/assets/minecraft/textures/block/crimson_stem.png new file mode 100644 index 00000000..f0125fb5 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/crimson_stem.png differ diff --git a/1.16.5/assets/minecraft/textures/block/crimson_stem.png.mcmeta b/1.16.5/assets/minecraft/textures/block/crimson_stem.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.16.5/assets/minecraft/textures/block/crimson_stem.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.16.5/assets/minecraft/textures/block/crimson_stem_top.png b/1.16.5/assets/minecraft/textures/block/crimson_stem_top.png new file mode 100644 index 00000000..99e17937 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/crimson_stem_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/crimson_trapdoor.png b/1.16.5/assets/minecraft/textures/block/crimson_trapdoor.png new file mode 100644 index 00000000..b6be3392 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/crimson_trapdoor.png differ diff --git a/1.16.5/assets/minecraft/textures/block/crying_obsidian.png b/1.16.5/assets/minecraft/textures/block/crying_obsidian.png new file mode 100644 index 00000000..1ec4b2c6 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/crying_obsidian.png differ diff --git a/1.16.5/assets/minecraft/textures/block/cut_red_sandstone.png b/1.16.5/assets/minecraft/textures/block/cut_red_sandstone.png new file mode 100644 index 00000000..f061d109 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/cut_red_sandstone.png differ diff --git a/1.16.5/assets/minecraft/textures/block/cut_sandstone.png b/1.16.5/assets/minecraft/textures/block/cut_sandstone.png new file mode 100644 index 00000000..530c967d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/cut_sandstone.png differ diff --git a/1.16.5/assets/minecraft/textures/block/cyan_concrete.png b/1.16.5/assets/minecraft/textures/block/cyan_concrete.png new file mode 100644 index 00000000..ec3936cb Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/cyan_concrete.png differ diff --git a/1.16.5/assets/minecraft/textures/block/cyan_concrete_powder.png b/1.16.5/assets/minecraft/textures/block/cyan_concrete_powder.png new file mode 100644 index 00000000..3a23a958 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/cyan_concrete_powder.png differ diff --git a/1.16.5/assets/minecraft/textures/block/cyan_glazed_terracotta.png b/1.16.5/assets/minecraft/textures/block/cyan_glazed_terracotta.png new file mode 100644 index 00000000..9a14cc5e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/cyan_glazed_terracotta.png differ diff --git a/1.16.5/assets/minecraft/textures/block/cyan_shulker_box.png b/1.16.5/assets/minecraft/textures/block/cyan_shulker_box.png new file mode 100644 index 00000000..d9577dfe Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/cyan_shulker_box.png differ diff --git a/1.16.5/assets/minecraft/textures/block/cyan_stained_glass.png b/1.16.5/assets/minecraft/textures/block/cyan_stained_glass.png new file mode 100644 index 00000000..a4ac9aee Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/cyan_stained_glass.png differ diff --git a/1.16.5/assets/minecraft/textures/block/cyan_stained_glass_pane_top.png b/1.16.5/assets/minecraft/textures/block/cyan_stained_glass_pane_top.png new file mode 100644 index 00000000..9a34b844 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/cyan_stained_glass_pane_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/cyan_terracotta.png b/1.16.5/assets/minecraft/textures/block/cyan_terracotta.png new file mode 100644 index 00000000..b2d18c92 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/cyan_terracotta.png differ diff --git a/1.16.5/assets/minecraft/textures/block/cyan_wool.png b/1.16.5/assets/minecraft/textures/block/cyan_wool.png new file mode 100644 index 00000000..6545f38e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/cyan_wool.png differ diff --git a/1.16.5/assets/minecraft/textures/block/damaged_anvil_top.png b/1.16.5/assets/minecraft/textures/block/damaged_anvil_top.png new file mode 100644 index 00000000..a8060884 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/damaged_anvil_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/dandelion.png b/1.16.5/assets/minecraft/textures/block/dandelion.png new file mode 100644 index 00000000..21b84900 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/dandelion.png differ diff --git a/1.16.5/assets/minecraft/textures/block/dark_oak_door_bottom.png b/1.16.5/assets/minecraft/textures/block/dark_oak_door_bottom.png new file mode 100644 index 00000000..0dc8fa29 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/dark_oak_door_bottom.png differ diff --git a/1.16.5/assets/minecraft/textures/block/dark_oak_door_top.png b/1.16.5/assets/minecraft/textures/block/dark_oak_door_top.png new file mode 100644 index 00000000..9143ff93 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/dark_oak_door_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/dark_oak_leaves.png b/1.16.5/assets/minecraft/textures/block/dark_oak_leaves.png new file mode 100644 index 00000000..292def18 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/dark_oak_leaves.png differ diff --git a/1.16.5/assets/minecraft/textures/block/dark_oak_log.png b/1.16.5/assets/minecraft/textures/block/dark_oak_log.png new file mode 100644 index 00000000..ff911f8b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/dark_oak_log.png differ diff --git a/1.16.5/assets/minecraft/textures/block/dark_oak_log_top.png b/1.16.5/assets/minecraft/textures/block/dark_oak_log_top.png new file mode 100644 index 00000000..f2316eab Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/dark_oak_log_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/dark_oak_planks.png b/1.16.5/assets/minecraft/textures/block/dark_oak_planks.png new file mode 100644 index 00000000..d37c4529 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/dark_oak_planks.png differ diff --git a/1.16.5/assets/minecraft/textures/block/dark_oak_sapling.png b/1.16.5/assets/minecraft/textures/block/dark_oak_sapling.png new file mode 100644 index 00000000..0cd95d3a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/dark_oak_sapling.png differ diff --git a/1.16.5/assets/minecraft/textures/block/dark_oak_trapdoor.png b/1.16.5/assets/minecraft/textures/block/dark_oak_trapdoor.png new file mode 100644 index 00000000..55fc96ae Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/dark_oak_trapdoor.png differ diff --git a/1.16.5/assets/minecraft/textures/block/dark_prismarine.png b/1.16.5/assets/minecraft/textures/block/dark_prismarine.png new file mode 100644 index 00000000..f89d4433 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/dark_prismarine.png differ diff --git a/1.16.5/assets/minecraft/textures/block/daylight_detector_inverted_top.png b/1.16.5/assets/minecraft/textures/block/daylight_detector_inverted_top.png new file mode 100644 index 00000000..ce5bedfe Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/daylight_detector_inverted_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/daylight_detector_side.png b/1.16.5/assets/minecraft/textures/block/daylight_detector_side.png new file mode 100644 index 00000000..05f7e83a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/daylight_detector_side.png differ diff --git a/1.16.5/assets/minecraft/textures/block/daylight_detector_top.png b/1.16.5/assets/minecraft/textures/block/daylight_detector_top.png new file mode 100644 index 00000000..9a408dc7 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/daylight_detector_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/dead_brain_coral.png b/1.16.5/assets/minecraft/textures/block/dead_brain_coral.png new file mode 100644 index 00000000..29c082cb Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/dead_brain_coral.png differ diff --git a/1.16.5/assets/minecraft/textures/block/dead_brain_coral_block.png b/1.16.5/assets/minecraft/textures/block/dead_brain_coral_block.png new file mode 100644 index 00000000..c6419cbd Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/dead_brain_coral_block.png differ diff --git a/1.16.5/assets/minecraft/textures/block/dead_brain_coral_fan.png b/1.16.5/assets/minecraft/textures/block/dead_brain_coral_fan.png new file mode 100644 index 00000000..10b0fbda Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/dead_brain_coral_fan.png differ diff --git a/1.16.5/assets/minecraft/textures/block/dead_bubble_coral.png b/1.16.5/assets/minecraft/textures/block/dead_bubble_coral.png new file mode 100644 index 00000000..bb9e259b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/dead_bubble_coral.png differ diff --git a/1.16.5/assets/minecraft/textures/block/dead_bubble_coral_block.png b/1.16.5/assets/minecraft/textures/block/dead_bubble_coral_block.png new file mode 100644 index 00000000..aefc5924 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/dead_bubble_coral_block.png differ diff --git a/1.16.5/assets/minecraft/textures/block/dead_bubble_coral_fan.png b/1.16.5/assets/minecraft/textures/block/dead_bubble_coral_fan.png new file mode 100644 index 00000000..5a9634e1 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/dead_bubble_coral_fan.png differ diff --git a/1.16.5/assets/minecraft/textures/block/dead_bush.png b/1.16.5/assets/minecraft/textures/block/dead_bush.png new file mode 100644 index 00000000..8f39442c Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/dead_bush.png differ diff --git a/1.16.5/assets/minecraft/textures/block/dead_fire_coral.png b/1.16.5/assets/minecraft/textures/block/dead_fire_coral.png new file mode 100644 index 00000000..95c33ad9 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/dead_fire_coral.png differ diff --git a/1.16.5/assets/minecraft/textures/block/dead_fire_coral_block.png b/1.16.5/assets/minecraft/textures/block/dead_fire_coral_block.png new file mode 100644 index 00000000..0bfad989 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/dead_fire_coral_block.png differ diff --git a/1.16.5/assets/minecraft/textures/block/dead_fire_coral_fan.png b/1.16.5/assets/minecraft/textures/block/dead_fire_coral_fan.png new file mode 100644 index 00000000..5e7c7a96 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/dead_fire_coral_fan.png differ diff --git a/1.16.5/assets/minecraft/textures/block/dead_horn_coral.png b/1.16.5/assets/minecraft/textures/block/dead_horn_coral.png new file mode 100644 index 00000000..3c6744f7 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/dead_horn_coral.png differ diff --git a/1.16.5/assets/minecraft/textures/block/dead_horn_coral_block.png b/1.16.5/assets/minecraft/textures/block/dead_horn_coral_block.png new file mode 100644 index 00000000..482a1c8a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/dead_horn_coral_block.png differ diff --git a/1.16.5/assets/minecraft/textures/block/dead_horn_coral_fan.png b/1.16.5/assets/minecraft/textures/block/dead_horn_coral_fan.png new file mode 100644 index 00000000..4d0dc24a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/dead_horn_coral_fan.png differ diff --git a/1.16.5/assets/minecraft/textures/block/dead_tube_coral.png b/1.16.5/assets/minecraft/textures/block/dead_tube_coral.png new file mode 100644 index 00000000..8ac8ed12 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/dead_tube_coral.png differ diff --git a/1.16.5/assets/minecraft/textures/block/dead_tube_coral_block.png b/1.16.5/assets/minecraft/textures/block/dead_tube_coral_block.png new file mode 100644 index 00000000..36a127f2 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/dead_tube_coral_block.png differ diff --git a/1.16.5/assets/minecraft/textures/block/dead_tube_coral_fan.png b/1.16.5/assets/minecraft/textures/block/dead_tube_coral_fan.png new file mode 100644 index 00000000..54847de6 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/dead_tube_coral_fan.png differ diff --git a/1.16.5/assets/minecraft/textures/block/debug.png b/1.16.5/assets/minecraft/textures/block/debug.png new file mode 100644 index 00000000..8643d0a1 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/debug.png differ diff --git a/1.16.5/assets/minecraft/textures/block/debug2.png b/1.16.5/assets/minecraft/textures/block/debug2.png new file mode 100644 index 00000000..e5b0d262 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/debug2.png differ diff --git a/1.16.5/assets/minecraft/textures/block/destroy_stage_0.png b/1.16.5/assets/minecraft/textures/block/destroy_stage_0.png new file mode 100644 index 00000000..f65b7ede Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/destroy_stage_0.png differ diff --git a/1.16.5/assets/minecraft/textures/block/destroy_stage_1.png b/1.16.5/assets/minecraft/textures/block/destroy_stage_1.png new file mode 100644 index 00000000..7c915961 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/destroy_stage_1.png differ diff --git a/1.16.5/assets/minecraft/textures/block/destroy_stage_2.png b/1.16.5/assets/minecraft/textures/block/destroy_stage_2.png new file mode 100644 index 00000000..dadd6b05 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/destroy_stage_2.png differ diff --git a/1.16.5/assets/minecraft/textures/block/destroy_stage_3.png b/1.16.5/assets/minecraft/textures/block/destroy_stage_3.png new file mode 100644 index 00000000..52a40b65 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/destroy_stage_3.png differ diff --git a/1.16.5/assets/minecraft/textures/block/destroy_stage_4.png b/1.16.5/assets/minecraft/textures/block/destroy_stage_4.png new file mode 100644 index 00000000..e37c88a2 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/destroy_stage_4.png differ diff --git a/1.16.5/assets/minecraft/textures/block/destroy_stage_5.png b/1.16.5/assets/minecraft/textures/block/destroy_stage_5.png new file mode 100644 index 00000000..9590d2f7 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/destroy_stage_5.png differ diff --git a/1.16.5/assets/minecraft/textures/block/destroy_stage_6.png b/1.16.5/assets/minecraft/textures/block/destroy_stage_6.png new file mode 100644 index 00000000..fb00ade5 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/destroy_stage_6.png differ diff --git a/1.16.5/assets/minecraft/textures/block/destroy_stage_7.png b/1.16.5/assets/minecraft/textures/block/destroy_stage_7.png new file mode 100644 index 00000000..0b40c789 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/destroy_stage_7.png differ diff --git a/1.16.5/assets/minecraft/textures/block/destroy_stage_8.png b/1.16.5/assets/minecraft/textures/block/destroy_stage_8.png new file mode 100644 index 00000000..c0bf1dec Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/destroy_stage_8.png differ diff --git a/1.16.5/assets/minecraft/textures/block/destroy_stage_9.png b/1.16.5/assets/minecraft/textures/block/destroy_stage_9.png new file mode 100644 index 00000000..e3185f82 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/destroy_stage_9.png differ diff --git a/1.16.5/assets/minecraft/textures/block/detector_rail.png b/1.16.5/assets/minecraft/textures/block/detector_rail.png new file mode 100644 index 00000000..924fbb34 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/detector_rail.png differ diff --git a/1.16.5/assets/minecraft/textures/block/detector_rail_on.png b/1.16.5/assets/minecraft/textures/block/detector_rail_on.png new file mode 100644 index 00000000..b0d9c479 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/detector_rail_on.png differ diff --git a/1.16.5/assets/minecraft/textures/block/diamond_block.png b/1.16.5/assets/minecraft/textures/block/diamond_block.png new file mode 100644 index 00000000..710fef8e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/diamond_block.png differ diff --git a/1.16.5/assets/minecraft/textures/block/diamond_ore.png b/1.16.5/assets/minecraft/textures/block/diamond_ore.png new file mode 100644 index 00000000..1f467c6c Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/diamond_ore.png differ diff --git a/1.16.5/assets/minecraft/textures/block/diorite.png b/1.16.5/assets/minecraft/textures/block/diorite.png new file mode 100644 index 00000000..345c35dc Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/diorite.png differ diff --git a/1.16.5/assets/minecraft/textures/block/dirt.png b/1.16.5/assets/minecraft/textures/block/dirt.png new file mode 100644 index 00000000..617d353e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/dirt.png differ diff --git a/1.16.5/assets/minecraft/textures/block/dispenser_front.png b/1.16.5/assets/minecraft/textures/block/dispenser_front.png new file mode 100644 index 00000000..60de10fc Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/dispenser_front.png differ diff --git a/1.16.5/assets/minecraft/textures/block/dispenser_front_vertical.png b/1.16.5/assets/minecraft/textures/block/dispenser_front_vertical.png new file mode 100644 index 00000000..4d433d98 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/dispenser_front_vertical.png differ diff --git a/1.16.5/assets/minecraft/textures/block/dragon_egg.png b/1.16.5/assets/minecraft/textures/block/dragon_egg.png new file mode 100644 index 00000000..ee9d67fa Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/dragon_egg.png differ diff --git a/1.16.5/assets/minecraft/textures/block/dried_kelp_bottom.png b/1.16.5/assets/minecraft/textures/block/dried_kelp_bottom.png new file mode 100644 index 00000000..5b6edbd9 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/dried_kelp_bottom.png differ diff --git a/1.16.5/assets/minecraft/textures/block/dried_kelp_side.png b/1.16.5/assets/minecraft/textures/block/dried_kelp_side.png new file mode 100644 index 00000000..78a5c5fa Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/dried_kelp_side.png differ diff --git a/1.16.5/assets/minecraft/textures/block/dried_kelp_top.png b/1.16.5/assets/minecraft/textures/block/dried_kelp_top.png new file mode 100644 index 00000000..09465de0 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/dried_kelp_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/dropper_front.png b/1.16.5/assets/minecraft/textures/block/dropper_front.png new file mode 100644 index 00000000..8fe70ec4 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/dropper_front.png differ diff --git a/1.16.5/assets/minecraft/textures/block/dropper_front_vertical.png b/1.16.5/assets/minecraft/textures/block/dropper_front_vertical.png new file mode 100644 index 00000000..325f8da4 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/dropper_front_vertical.png differ diff --git a/1.16.5/assets/minecraft/textures/block/emerald_block.png b/1.16.5/assets/minecraft/textures/block/emerald_block.png new file mode 100644 index 00000000..15d8710b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/emerald_block.png differ diff --git a/1.16.5/assets/minecraft/textures/block/emerald_ore.png b/1.16.5/assets/minecraft/textures/block/emerald_ore.png new file mode 100644 index 00000000..aad451a8 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/emerald_ore.png differ diff --git a/1.16.5/assets/minecraft/textures/block/enchanting_table_bottom.png b/1.16.5/assets/minecraft/textures/block/enchanting_table_bottom.png new file mode 100644 index 00000000..b9e09060 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/enchanting_table_bottom.png differ diff --git a/1.16.5/assets/minecraft/textures/block/enchanting_table_side.png b/1.16.5/assets/minecraft/textures/block/enchanting_table_side.png new file mode 100644 index 00000000..a111759d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/enchanting_table_side.png differ diff --git a/1.16.5/assets/minecraft/textures/block/enchanting_table_top.png b/1.16.5/assets/minecraft/textures/block/enchanting_table_top.png new file mode 100644 index 00000000..ef5eea5b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/enchanting_table_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/end_portal_frame_eye.png b/1.16.5/assets/minecraft/textures/block/end_portal_frame_eye.png new file mode 100644 index 00000000..2ff33f9b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/end_portal_frame_eye.png differ diff --git a/1.16.5/assets/minecraft/textures/block/end_portal_frame_side.png b/1.16.5/assets/minecraft/textures/block/end_portal_frame_side.png new file mode 100644 index 00000000..30140f75 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/end_portal_frame_side.png differ diff --git a/1.16.5/assets/minecraft/textures/block/end_portal_frame_top.png b/1.16.5/assets/minecraft/textures/block/end_portal_frame_top.png new file mode 100644 index 00000000..ced8cafa Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/end_portal_frame_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/end_rod.png b/1.16.5/assets/minecraft/textures/block/end_rod.png new file mode 100644 index 00000000..a710490c Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/end_rod.png differ diff --git a/1.16.5/assets/minecraft/textures/block/end_stone.png b/1.16.5/assets/minecraft/textures/block/end_stone.png new file mode 100644 index 00000000..6d747c02 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/end_stone.png differ diff --git a/1.16.5/assets/minecraft/textures/block/end_stone_bricks.png b/1.16.5/assets/minecraft/textures/block/end_stone_bricks.png new file mode 100644 index 00000000..afa774b7 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/end_stone_bricks.png differ diff --git a/1.16.5/assets/minecraft/textures/block/farmland.png b/1.16.5/assets/minecraft/textures/block/farmland.png new file mode 100644 index 00000000..b73ffc08 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/farmland.png differ diff --git a/1.16.5/assets/minecraft/textures/block/farmland_moist.png b/1.16.5/assets/minecraft/textures/block/farmland_moist.png new file mode 100644 index 00000000..2c3f62d1 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/farmland_moist.png differ diff --git a/1.16.5/assets/minecraft/textures/block/fern.png b/1.16.5/assets/minecraft/textures/block/fern.png new file mode 100644 index 00000000..11ad3c7a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/fern.png differ diff --git a/1.16.5/assets/minecraft/textures/block/fire_0.png b/1.16.5/assets/minecraft/textures/block/fire_0.png new file mode 100644 index 00000000..6066dc49 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/fire_0.png differ diff --git a/1.16.5/assets/minecraft/textures/block/fire_0.png.mcmeta b/1.16.5/assets/minecraft/textures/block/fire_0.png.mcmeta new file mode 100644 index 00000000..76446714 --- /dev/null +++ b/1.16.5/assets/minecraft/textures/block/fire_0.png.mcmeta @@ -0,0 +1,38 @@ +{ + "animation": { + "frames": [ + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15 + ] + } +} diff --git a/1.16.5/assets/minecraft/textures/block/fire_1.png b/1.16.5/assets/minecraft/textures/block/fire_1.png new file mode 100644 index 00000000..fd439b17 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/fire_1.png differ diff --git a/1.16.5/assets/minecraft/textures/block/fire_1.png.mcmeta b/1.16.5/assets/minecraft/textures/block/fire_1.png.mcmeta new file mode 100644 index 00000000..4f0718ac --- /dev/null +++ b/1.16.5/assets/minecraft/textures/block/fire_1.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/textures/block/fire_coral.png b/1.16.5/assets/minecraft/textures/block/fire_coral.png new file mode 100644 index 00000000..78211e56 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/fire_coral.png differ diff --git a/1.16.5/assets/minecraft/textures/block/fire_coral_block.png b/1.16.5/assets/minecraft/textures/block/fire_coral_block.png new file mode 100644 index 00000000..3a97e4f7 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/fire_coral_block.png differ diff --git a/1.16.5/assets/minecraft/textures/block/fire_coral_fan.png b/1.16.5/assets/minecraft/textures/block/fire_coral_fan.png new file mode 100644 index 00000000..17befa73 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/fire_coral_fan.png differ diff --git a/1.16.5/assets/minecraft/textures/block/fletching_table_front.png b/1.16.5/assets/minecraft/textures/block/fletching_table_front.png new file mode 100644 index 00000000..6bcb432d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/fletching_table_front.png differ diff --git a/1.16.5/assets/minecraft/textures/block/fletching_table_side.png b/1.16.5/assets/minecraft/textures/block/fletching_table_side.png new file mode 100644 index 00000000..eaaace6c Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/fletching_table_side.png differ diff --git a/1.16.5/assets/minecraft/textures/block/fletching_table_top.png b/1.16.5/assets/minecraft/textures/block/fletching_table_top.png new file mode 100644 index 00000000..b872bc45 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/fletching_table_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/flower_pot.png b/1.16.5/assets/minecraft/textures/block/flower_pot.png new file mode 100644 index 00000000..7a584f6f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/flower_pot.png differ diff --git a/1.16.5/assets/minecraft/textures/block/frosted_ice_0.png b/1.16.5/assets/minecraft/textures/block/frosted_ice_0.png new file mode 100644 index 00000000..1a9b5c7a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/frosted_ice_0.png differ diff --git a/1.16.5/assets/minecraft/textures/block/frosted_ice_1.png b/1.16.5/assets/minecraft/textures/block/frosted_ice_1.png new file mode 100644 index 00000000..e01008be Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/frosted_ice_1.png differ diff --git a/1.16.5/assets/minecraft/textures/block/frosted_ice_2.png b/1.16.5/assets/minecraft/textures/block/frosted_ice_2.png new file mode 100644 index 00000000..42aef954 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/frosted_ice_2.png differ diff --git a/1.16.5/assets/minecraft/textures/block/frosted_ice_3.png b/1.16.5/assets/minecraft/textures/block/frosted_ice_3.png new file mode 100644 index 00000000..8676e60b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/frosted_ice_3.png differ diff --git a/1.16.5/assets/minecraft/textures/block/furnace_front.png b/1.16.5/assets/minecraft/textures/block/furnace_front.png new file mode 100644 index 00000000..cbab85d5 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/furnace_front.png differ diff --git a/1.16.5/assets/minecraft/textures/block/furnace_front_on.png b/1.16.5/assets/minecraft/textures/block/furnace_front_on.png new file mode 100644 index 00000000..34a506b0 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/furnace_front_on.png differ diff --git a/1.16.5/assets/minecraft/textures/block/furnace_side.png b/1.16.5/assets/minecraft/textures/block/furnace_side.png new file mode 100644 index 00000000..19d0311c Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/furnace_side.png differ diff --git a/1.16.5/assets/minecraft/textures/block/furnace_top.png b/1.16.5/assets/minecraft/textures/block/furnace_top.png new file mode 100644 index 00000000..2065e181 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/furnace_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/gilded_blackstone.png b/1.16.5/assets/minecraft/textures/block/gilded_blackstone.png new file mode 100644 index 00000000..0d9bd767 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/gilded_blackstone.png differ diff --git a/1.16.5/assets/minecraft/textures/block/glass.png b/1.16.5/assets/minecraft/textures/block/glass.png new file mode 100644 index 00000000..7270ac16 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/glass.png differ diff --git a/1.16.5/assets/minecraft/textures/block/glass_pane_top.png b/1.16.5/assets/minecraft/textures/block/glass_pane_top.png new file mode 100644 index 00000000..02de5877 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/glass_pane_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/glowstone.png b/1.16.5/assets/minecraft/textures/block/glowstone.png new file mode 100644 index 00000000..61fdb122 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/glowstone.png differ diff --git a/1.16.5/assets/minecraft/textures/block/gold_block.png b/1.16.5/assets/minecraft/textures/block/gold_block.png new file mode 100644 index 00000000..79021b83 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/gold_block.png differ diff --git a/1.16.5/assets/minecraft/textures/block/gold_ore.png b/1.16.5/assets/minecraft/textures/block/gold_ore.png new file mode 100644 index 00000000..eb31b55f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/gold_ore.png differ diff --git a/1.16.5/assets/minecraft/textures/block/granite.png b/1.16.5/assets/minecraft/textures/block/granite.png new file mode 100644 index 00000000..b52ad286 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/granite.png differ diff --git a/1.16.5/assets/minecraft/textures/block/grass.png b/1.16.5/assets/minecraft/textures/block/grass.png new file mode 100644 index 00000000..dc74a2cc Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/grass.png differ diff --git a/1.16.5/assets/minecraft/textures/block/grass_block_side.png b/1.16.5/assets/minecraft/textures/block/grass_block_side.png new file mode 100644 index 00000000..30663bf2 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/grass_block_side.png differ diff --git a/1.16.5/assets/minecraft/textures/block/grass_block_side_overlay.png b/1.16.5/assets/minecraft/textures/block/grass_block_side_overlay.png new file mode 100644 index 00000000..4abf8fc4 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/grass_block_side_overlay.png differ diff --git a/1.16.5/assets/minecraft/textures/block/grass_block_snow.png b/1.16.5/assets/minecraft/textures/block/grass_block_snow.png new file mode 100644 index 00000000..5dd9e4b7 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/grass_block_snow.png differ diff --git a/1.16.5/assets/minecraft/textures/block/grass_block_top.png b/1.16.5/assets/minecraft/textures/block/grass_block_top.png new file mode 100644 index 00000000..eaa7e458 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/grass_block_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/grass_path_side.png b/1.16.5/assets/minecraft/textures/block/grass_path_side.png new file mode 100644 index 00000000..c9de1352 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/grass_path_side.png differ diff --git a/1.16.5/assets/minecraft/textures/block/grass_path_top.png b/1.16.5/assets/minecraft/textures/block/grass_path_top.png new file mode 100644 index 00000000..86c0a4c3 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/grass_path_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/gravel.png b/1.16.5/assets/minecraft/textures/block/gravel.png new file mode 100644 index 00000000..1ee82331 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/gravel.png differ diff --git a/1.16.5/assets/minecraft/textures/block/gray_concrete.png b/1.16.5/assets/minecraft/textures/block/gray_concrete.png new file mode 100644 index 00000000..ee95a153 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/gray_concrete.png differ diff --git a/1.16.5/assets/minecraft/textures/block/gray_concrete_powder.png b/1.16.5/assets/minecraft/textures/block/gray_concrete_powder.png new file mode 100644 index 00000000..7d5a4d16 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/gray_concrete_powder.png differ diff --git a/1.16.5/assets/minecraft/textures/block/gray_glazed_terracotta.png b/1.16.5/assets/minecraft/textures/block/gray_glazed_terracotta.png new file mode 100644 index 00000000..8eab4edc Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/gray_glazed_terracotta.png differ diff --git a/1.16.5/assets/minecraft/textures/block/gray_shulker_box.png b/1.16.5/assets/minecraft/textures/block/gray_shulker_box.png new file mode 100644 index 00000000..8c9ce4ef Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/gray_shulker_box.png differ diff --git a/1.16.5/assets/minecraft/textures/block/gray_stained_glass.png b/1.16.5/assets/minecraft/textures/block/gray_stained_glass.png new file mode 100644 index 00000000..e0663c0f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/gray_stained_glass.png differ diff --git a/1.16.5/assets/minecraft/textures/block/gray_stained_glass_pane_top.png b/1.16.5/assets/minecraft/textures/block/gray_stained_glass_pane_top.png new file mode 100644 index 00000000..bb061147 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/gray_stained_glass_pane_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/gray_terracotta.png b/1.16.5/assets/minecraft/textures/block/gray_terracotta.png new file mode 100644 index 00000000..dca1dd40 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/gray_terracotta.png differ diff --git a/1.16.5/assets/minecraft/textures/block/gray_wool.png b/1.16.5/assets/minecraft/textures/block/gray_wool.png new file mode 100644 index 00000000..1d12e2d4 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/gray_wool.png differ diff --git a/1.16.5/assets/minecraft/textures/block/green_concrete.png b/1.16.5/assets/minecraft/textures/block/green_concrete.png new file mode 100644 index 00000000..87188983 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/green_concrete.png differ diff --git a/1.16.5/assets/minecraft/textures/block/green_concrete_powder.png b/1.16.5/assets/minecraft/textures/block/green_concrete_powder.png new file mode 100644 index 00000000..c3c78ec9 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/green_concrete_powder.png differ diff --git a/1.16.5/assets/minecraft/textures/block/green_glazed_terracotta.png b/1.16.5/assets/minecraft/textures/block/green_glazed_terracotta.png new file mode 100644 index 00000000..c1f81deb Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/green_glazed_terracotta.png differ diff --git a/1.16.5/assets/minecraft/textures/block/green_shulker_box.png b/1.16.5/assets/minecraft/textures/block/green_shulker_box.png new file mode 100644 index 00000000..1b4214c6 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/green_shulker_box.png differ diff --git a/1.16.5/assets/minecraft/textures/block/green_stained_glass.png b/1.16.5/assets/minecraft/textures/block/green_stained_glass.png new file mode 100644 index 00000000..e4c0eba9 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/green_stained_glass.png differ diff --git a/1.16.5/assets/minecraft/textures/block/green_stained_glass_pane_top.png b/1.16.5/assets/minecraft/textures/block/green_stained_glass_pane_top.png new file mode 100644 index 00000000..a7d9fc7d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/green_stained_glass_pane_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/green_terracotta.png b/1.16.5/assets/minecraft/textures/block/green_terracotta.png new file mode 100644 index 00000000..3c52b336 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/green_terracotta.png differ diff --git a/1.16.5/assets/minecraft/textures/block/green_wool.png b/1.16.5/assets/minecraft/textures/block/green_wool.png new file mode 100644 index 00000000..f8bc1ef4 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/green_wool.png differ diff --git a/1.16.5/assets/minecraft/textures/block/grindstone_pivot.png b/1.16.5/assets/minecraft/textures/block/grindstone_pivot.png new file mode 100644 index 00000000..07970482 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/grindstone_pivot.png differ diff --git a/1.16.5/assets/minecraft/textures/block/grindstone_round.png b/1.16.5/assets/minecraft/textures/block/grindstone_round.png new file mode 100644 index 00000000..dfedeb0d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/grindstone_round.png differ diff --git a/1.16.5/assets/minecraft/textures/block/grindstone_side.png b/1.16.5/assets/minecraft/textures/block/grindstone_side.png new file mode 100644 index 00000000..4aa2658e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/grindstone_side.png differ diff --git a/1.16.5/assets/minecraft/textures/block/hay_block_side.png b/1.16.5/assets/minecraft/textures/block/hay_block_side.png new file mode 100644 index 00000000..7b734ebc Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/hay_block_side.png differ diff --git a/1.16.5/assets/minecraft/textures/block/hay_block_top.png b/1.16.5/assets/minecraft/textures/block/hay_block_top.png new file mode 100644 index 00000000..84ee05ea Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/hay_block_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/honey_block_bottom.png b/1.16.5/assets/minecraft/textures/block/honey_block_bottom.png new file mode 100644 index 00000000..cc13bc5b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/honey_block_bottom.png differ diff --git a/1.16.5/assets/minecraft/textures/block/honey_block_side.png b/1.16.5/assets/minecraft/textures/block/honey_block_side.png new file mode 100644 index 00000000..071ca42e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/honey_block_side.png differ diff --git a/1.16.5/assets/minecraft/textures/block/honey_block_top.png b/1.16.5/assets/minecraft/textures/block/honey_block_top.png new file mode 100644 index 00000000..7deb75dc Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/honey_block_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/honeycomb_block.png b/1.16.5/assets/minecraft/textures/block/honeycomb_block.png new file mode 100644 index 00000000..d19f7a01 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/honeycomb_block.png differ diff --git a/1.16.5/assets/minecraft/textures/block/hopper_inside.png b/1.16.5/assets/minecraft/textures/block/hopper_inside.png new file mode 100644 index 00000000..17fcf4fa Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/hopper_inside.png differ diff --git a/1.16.5/assets/minecraft/textures/block/hopper_outside.png b/1.16.5/assets/minecraft/textures/block/hopper_outside.png new file mode 100644 index 00000000..b6265ea9 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/hopper_outside.png differ diff --git a/1.16.5/assets/minecraft/textures/block/hopper_top.png b/1.16.5/assets/minecraft/textures/block/hopper_top.png new file mode 100644 index 00000000..709badc2 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/hopper_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/horn_coral.png b/1.16.5/assets/minecraft/textures/block/horn_coral.png new file mode 100644 index 00000000..299064de Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/horn_coral.png differ diff --git a/1.16.5/assets/minecraft/textures/block/horn_coral_block.png b/1.16.5/assets/minecraft/textures/block/horn_coral_block.png new file mode 100644 index 00000000..6990cec3 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/horn_coral_block.png differ diff --git a/1.16.5/assets/minecraft/textures/block/horn_coral_fan.png b/1.16.5/assets/minecraft/textures/block/horn_coral_fan.png new file mode 100644 index 00000000..da1fcd0a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/horn_coral_fan.png differ diff --git a/1.16.5/assets/minecraft/textures/block/ice.png b/1.16.5/assets/minecraft/textures/block/ice.png new file mode 100644 index 00000000..10118468 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/ice.png differ diff --git a/1.16.5/assets/minecraft/textures/block/iron_bars.png b/1.16.5/assets/minecraft/textures/block/iron_bars.png new file mode 100644 index 00000000..aee70f37 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/iron_bars.png differ diff --git a/1.16.5/assets/minecraft/textures/block/iron_block.png b/1.16.5/assets/minecraft/textures/block/iron_block.png new file mode 100644 index 00000000..5ecaf7fe Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/iron_block.png differ diff --git a/1.16.5/assets/minecraft/textures/block/iron_door_bottom.png b/1.16.5/assets/minecraft/textures/block/iron_door_bottom.png new file mode 100644 index 00000000..240f8ae5 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/iron_door_bottom.png differ diff --git a/1.16.5/assets/minecraft/textures/block/iron_door_top.png b/1.16.5/assets/minecraft/textures/block/iron_door_top.png new file mode 100644 index 00000000..9b134f30 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/iron_door_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/iron_ore.png b/1.16.5/assets/minecraft/textures/block/iron_ore.png new file mode 100644 index 00000000..7037201d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/iron_ore.png differ diff --git a/1.16.5/assets/minecraft/textures/block/iron_trapdoor.png b/1.16.5/assets/minecraft/textures/block/iron_trapdoor.png new file mode 100644 index 00000000..6000d273 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/iron_trapdoor.png differ diff --git a/1.16.5/assets/minecraft/textures/block/item_frame.png b/1.16.5/assets/minecraft/textures/block/item_frame.png new file mode 100644 index 00000000..095de1c9 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/item_frame.png differ diff --git a/1.16.5/assets/minecraft/textures/block/jack_o_lantern.png b/1.16.5/assets/minecraft/textures/block/jack_o_lantern.png new file mode 100644 index 00000000..813db302 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/jack_o_lantern.png differ diff --git a/1.16.5/assets/minecraft/textures/block/jigsaw_bottom.png b/1.16.5/assets/minecraft/textures/block/jigsaw_bottom.png new file mode 100644 index 00000000..71c16d8b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/jigsaw_bottom.png differ diff --git a/1.16.5/assets/minecraft/textures/block/jigsaw_lock.png b/1.16.5/assets/minecraft/textures/block/jigsaw_lock.png new file mode 100644 index 00000000..0b5691f5 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/jigsaw_lock.png differ diff --git a/1.16.5/assets/minecraft/textures/block/jigsaw_side.png b/1.16.5/assets/minecraft/textures/block/jigsaw_side.png new file mode 100644 index 00000000..5b5cd65c Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/jigsaw_side.png differ diff --git a/1.16.5/assets/minecraft/textures/block/jigsaw_top.png b/1.16.5/assets/minecraft/textures/block/jigsaw_top.png new file mode 100644 index 00000000..f9f5bca2 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/jigsaw_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/jukebox_side.png b/1.16.5/assets/minecraft/textures/block/jukebox_side.png new file mode 100644 index 00000000..82430ca0 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/jukebox_side.png differ diff --git a/1.16.5/assets/minecraft/textures/block/jukebox_top.png b/1.16.5/assets/minecraft/textures/block/jukebox_top.png new file mode 100644 index 00000000..da45dfe8 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/jukebox_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/jungle_door_bottom.png b/1.16.5/assets/minecraft/textures/block/jungle_door_bottom.png new file mode 100644 index 00000000..7178f132 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/jungle_door_bottom.png differ diff --git a/1.16.5/assets/minecraft/textures/block/jungle_door_top.png b/1.16.5/assets/minecraft/textures/block/jungle_door_top.png new file mode 100644 index 00000000..8af416a3 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/jungle_door_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/jungle_leaves.png b/1.16.5/assets/minecraft/textures/block/jungle_leaves.png new file mode 100644 index 00000000..0c1176b8 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/jungle_leaves.png differ diff --git a/1.16.5/assets/minecraft/textures/block/jungle_log.png b/1.16.5/assets/minecraft/textures/block/jungle_log.png new file mode 100644 index 00000000..030bfc8f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/jungle_log.png differ diff --git a/1.16.5/assets/minecraft/textures/block/jungle_log_top.png b/1.16.5/assets/minecraft/textures/block/jungle_log_top.png new file mode 100644 index 00000000..0195d05d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/jungle_log_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/jungle_planks.png b/1.16.5/assets/minecraft/textures/block/jungle_planks.png new file mode 100644 index 00000000..c2c72cbb Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/jungle_planks.png differ diff --git a/1.16.5/assets/minecraft/textures/block/jungle_sapling.png b/1.16.5/assets/minecraft/textures/block/jungle_sapling.png new file mode 100644 index 00000000..a33daa7a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/jungle_sapling.png differ diff --git a/1.16.5/assets/minecraft/textures/block/jungle_trapdoor.png b/1.16.5/assets/minecraft/textures/block/jungle_trapdoor.png new file mode 100644 index 00000000..477a599a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/jungle_trapdoor.png differ diff --git a/1.16.5/assets/minecraft/textures/block/kelp.png b/1.16.5/assets/minecraft/textures/block/kelp.png new file mode 100644 index 00000000..6877da32 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/kelp.png differ diff --git a/1.16.5/assets/minecraft/textures/block/kelp.png.mcmeta b/1.16.5/assets/minecraft/textures/block/kelp.png.mcmeta new file mode 100644 index 00000000..0645f48c --- /dev/null +++ b/1.16.5/assets/minecraft/textures/block/kelp.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 2 + } +} diff --git a/1.16.5/assets/minecraft/textures/block/kelp_plant.png b/1.16.5/assets/minecraft/textures/block/kelp_plant.png new file mode 100644 index 00000000..ca6b31cc Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/kelp_plant.png differ diff --git a/1.16.5/assets/minecraft/textures/block/kelp_plant.png.mcmeta b/1.16.5/assets/minecraft/textures/block/kelp_plant.png.mcmeta new file mode 100644 index 00000000..0645f48c --- /dev/null +++ b/1.16.5/assets/minecraft/textures/block/kelp_plant.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 2 + } +} diff --git a/1.16.5/assets/minecraft/textures/block/ladder.png b/1.16.5/assets/minecraft/textures/block/ladder.png new file mode 100644 index 00000000..3500180a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/ladder.png differ diff --git a/1.16.5/assets/minecraft/textures/block/lantern.png b/1.16.5/assets/minecraft/textures/block/lantern.png new file mode 100644 index 00000000..e3f2ab9e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/lantern.png differ diff --git a/1.16.5/assets/minecraft/textures/block/lantern.png.mcmeta b/1.16.5/assets/minecraft/textures/block/lantern.png.mcmeta new file mode 100644 index 00000000..5169aabd --- /dev/null +++ b/1.16.5/assets/minecraft/textures/block/lantern.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 8 + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/textures/block/lapis_block.png b/1.16.5/assets/minecraft/textures/block/lapis_block.png new file mode 100644 index 00000000..6987aa5d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/lapis_block.png differ diff --git a/1.16.5/assets/minecraft/textures/block/lapis_ore.png b/1.16.5/assets/minecraft/textures/block/lapis_ore.png new file mode 100644 index 00000000..b95e637e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/lapis_ore.png differ diff --git a/1.16.5/assets/minecraft/textures/block/large_fern_bottom.png b/1.16.5/assets/minecraft/textures/block/large_fern_bottom.png new file mode 100644 index 00000000..936cb7ba Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/large_fern_bottom.png differ diff --git a/1.16.5/assets/minecraft/textures/block/large_fern_top.png b/1.16.5/assets/minecraft/textures/block/large_fern_top.png new file mode 100644 index 00000000..56da4f41 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/large_fern_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/lava_flow.png b/1.16.5/assets/minecraft/textures/block/lava_flow.png new file mode 100644 index 00000000..ccb5d6b1 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/lava_flow.png differ diff --git a/1.16.5/assets/minecraft/textures/block/lava_flow.png.mcmeta b/1.16.5/assets/minecraft/textures/block/lava_flow.png.mcmeta new file mode 100644 index 00000000..8e55e43b --- /dev/null +++ b/1.16.5/assets/minecraft/textures/block/lava_flow.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 3 + } +} diff --git a/1.16.5/assets/minecraft/textures/block/lava_still.png b/1.16.5/assets/minecraft/textures/block/lava_still.png new file mode 100644 index 00000000..e62298ce Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/lava_still.png differ diff --git a/1.16.5/assets/minecraft/textures/block/lava_still.png.mcmeta b/1.16.5/assets/minecraft/textures/block/lava_still.png.mcmeta new file mode 100644 index 00000000..7ceb3639 --- /dev/null +++ b/1.16.5/assets/minecraft/textures/block/lava_still.png.mcmeta @@ -0,0 +1,45 @@ +{ + "animation": { + "frametime": 2, + "frames": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 18, + 17, + 16, + 15, + 14, + 13, + 12, + 11, + 10, + 9, + 8, + 7, + 6, + 5, + 4, + 3, + 2, + 1 + ] + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/textures/block/lectern_base.png b/1.16.5/assets/minecraft/textures/block/lectern_base.png new file mode 100644 index 00000000..6f7a6aae Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/lectern_base.png differ diff --git a/1.16.5/assets/minecraft/textures/block/lectern_front.png b/1.16.5/assets/minecraft/textures/block/lectern_front.png new file mode 100644 index 00000000..6073d128 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/lectern_front.png differ diff --git a/1.16.5/assets/minecraft/textures/block/lectern_sides.png b/1.16.5/assets/minecraft/textures/block/lectern_sides.png new file mode 100644 index 00000000..5e6955ca Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/lectern_sides.png differ diff --git a/1.16.5/assets/minecraft/textures/block/lectern_top.png b/1.16.5/assets/minecraft/textures/block/lectern_top.png new file mode 100644 index 00000000..b81566aa Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/lectern_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/lever.png b/1.16.5/assets/minecraft/textures/block/lever.png new file mode 100644 index 00000000..102f5d73 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/lever.png differ diff --git a/1.16.5/assets/minecraft/textures/block/light_blue_concrete.png b/1.16.5/assets/minecraft/textures/block/light_blue_concrete.png new file mode 100644 index 00000000..d5a46fe2 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/light_blue_concrete.png differ diff --git a/1.16.5/assets/minecraft/textures/block/light_blue_concrete_powder.png b/1.16.5/assets/minecraft/textures/block/light_blue_concrete_powder.png new file mode 100644 index 00000000..fe8b7796 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/light_blue_concrete_powder.png differ diff --git a/1.16.5/assets/minecraft/textures/block/light_blue_glazed_terracotta.png b/1.16.5/assets/minecraft/textures/block/light_blue_glazed_terracotta.png new file mode 100644 index 00000000..516fb7ed Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/light_blue_glazed_terracotta.png differ diff --git a/1.16.5/assets/minecraft/textures/block/light_blue_shulker_box.png b/1.16.5/assets/minecraft/textures/block/light_blue_shulker_box.png new file mode 100644 index 00000000..597f4c50 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/light_blue_shulker_box.png differ diff --git a/1.16.5/assets/minecraft/textures/block/light_blue_stained_glass.png b/1.16.5/assets/minecraft/textures/block/light_blue_stained_glass.png new file mode 100644 index 00000000..7d74ebc5 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/light_blue_stained_glass.png differ diff --git a/1.16.5/assets/minecraft/textures/block/light_blue_stained_glass_pane_top.png b/1.16.5/assets/minecraft/textures/block/light_blue_stained_glass_pane_top.png new file mode 100644 index 00000000..6a0e661d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/light_blue_stained_glass_pane_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/light_blue_terracotta.png b/1.16.5/assets/minecraft/textures/block/light_blue_terracotta.png new file mode 100644 index 00000000..31606234 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/light_blue_terracotta.png differ diff --git a/1.16.5/assets/minecraft/textures/block/light_blue_wool.png b/1.16.5/assets/minecraft/textures/block/light_blue_wool.png new file mode 100644 index 00000000..529c92a3 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/light_blue_wool.png differ diff --git a/1.16.5/assets/minecraft/textures/block/light_gray_concrete.png b/1.16.5/assets/minecraft/textures/block/light_gray_concrete.png new file mode 100644 index 00000000..21d57aa1 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/light_gray_concrete.png differ diff --git a/1.16.5/assets/minecraft/textures/block/light_gray_concrete_powder.png b/1.16.5/assets/minecraft/textures/block/light_gray_concrete_powder.png new file mode 100644 index 00000000..18ebf59a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/light_gray_concrete_powder.png differ diff --git a/1.16.5/assets/minecraft/textures/block/light_gray_glazed_terracotta.png b/1.16.5/assets/minecraft/textures/block/light_gray_glazed_terracotta.png new file mode 100644 index 00000000..34787109 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/light_gray_glazed_terracotta.png differ diff --git a/1.16.5/assets/minecraft/textures/block/light_gray_shulker_box.png b/1.16.5/assets/minecraft/textures/block/light_gray_shulker_box.png new file mode 100644 index 00000000..63e494d0 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/light_gray_shulker_box.png differ diff --git a/1.16.5/assets/minecraft/textures/block/light_gray_stained_glass.png b/1.16.5/assets/minecraft/textures/block/light_gray_stained_glass.png new file mode 100644 index 00000000..964b1fbb Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/light_gray_stained_glass.png differ diff --git a/1.16.5/assets/minecraft/textures/block/light_gray_stained_glass_pane_top.png b/1.16.5/assets/minecraft/textures/block/light_gray_stained_glass_pane_top.png new file mode 100644 index 00000000..f226ecc9 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/light_gray_stained_glass_pane_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/light_gray_terracotta.png b/1.16.5/assets/minecraft/textures/block/light_gray_terracotta.png new file mode 100644 index 00000000..cf7b22ed Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/light_gray_terracotta.png differ diff --git a/1.16.5/assets/minecraft/textures/block/light_gray_wool.png b/1.16.5/assets/minecraft/textures/block/light_gray_wool.png new file mode 100644 index 00000000..f7f13534 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/light_gray_wool.png differ diff --git a/1.16.5/assets/minecraft/textures/block/lilac_bottom.png b/1.16.5/assets/minecraft/textures/block/lilac_bottom.png new file mode 100644 index 00000000..3e164d0b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/lilac_bottom.png differ diff --git a/1.16.5/assets/minecraft/textures/block/lilac_top.png b/1.16.5/assets/minecraft/textures/block/lilac_top.png new file mode 100644 index 00000000..e2932bd5 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/lilac_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/lily_of_the_valley.png b/1.16.5/assets/minecraft/textures/block/lily_of_the_valley.png new file mode 100644 index 00000000..d306de61 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/lily_of_the_valley.png differ diff --git a/1.16.5/assets/minecraft/textures/block/lily_pad.png b/1.16.5/assets/minecraft/textures/block/lily_pad.png new file mode 100644 index 00000000..51608269 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/lily_pad.png differ diff --git a/1.16.5/assets/minecraft/textures/block/lime_concrete.png b/1.16.5/assets/minecraft/textures/block/lime_concrete.png new file mode 100644 index 00000000..c4df61ec Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/lime_concrete.png differ diff --git a/1.16.5/assets/minecraft/textures/block/lime_concrete_powder.png b/1.16.5/assets/minecraft/textures/block/lime_concrete_powder.png new file mode 100644 index 00000000..780aaeef Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/lime_concrete_powder.png differ diff --git a/1.16.5/assets/minecraft/textures/block/lime_glazed_terracotta.png b/1.16.5/assets/minecraft/textures/block/lime_glazed_terracotta.png new file mode 100644 index 00000000..d5ad2b60 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/lime_glazed_terracotta.png differ diff --git a/1.16.5/assets/minecraft/textures/block/lime_shulker_box.png b/1.16.5/assets/minecraft/textures/block/lime_shulker_box.png new file mode 100644 index 00000000..339b7651 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/lime_shulker_box.png differ diff --git a/1.16.5/assets/minecraft/textures/block/lime_stained_glass.png b/1.16.5/assets/minecraft/textures/block/lime_stained_glass.png new file mode 100644 index 00000000..d2dc1bd1 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/lime_stained_glass.png differ diff --git a/1.16.5/assets/minecraft/textures/block/lime_stained_glass_pane_top.png b/1.16.5/assets/minecraft/textures/block/lime_stained_glass_pane_top.png new file mode 100644 index 00000000..0607d75b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/lime_stained_glass_pane_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/lime_terracotta.png b/1.16.5/assets/minecraft/textures/block/lime_terracotta.png new file mode 100644 index 00000000..cdd0c4db Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/lime_terracotta.png differ diff --git a/1.16.5/assets/minecraft/textures/block/lime_wool.png b/1.16.5/assets/minecraft/textures/block/lime_wool.png new file mode 100644 index 00000000..e1067800 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/lime_wool.png differ diff --git a/1.16.5/assets/minecraft/textures/block/lodestone_side.png b/1.16.5/assets/minecraft/textures/block/lodestone_side.png new file mode 100644 index 00000000..8e7f079d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/lodestone_side.png differ diff --git a/1.16.5/assets/minecraft/textures/block/lodestone_top.png b/1.16.5/assets/minecraft/textures/block/lodestone_top.png new file mode 100644 index 00000000..cdd5401f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/lodestone_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/loom_bottom.png b/1.16.5/assets/minecraft/textures/block/loom_bottom.png new file mode 100644 index 00000000..8bb12eb7 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/loom_bottom.png differ diff --git a/1.16.5/assets/minecraft/textures/block/loom_front.png b/1.16.5/assets/minecraft/textures/block/loom_front.png new file mode 100644 index 00000000..e2541b1f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/loom_front.png differ diff --git a/1.16.5/assets/minecraft/textures/block/loom_side.png b/1.16.5/assets/minecraft/textures/block/loom_side.png new file mode 100644 index 00000000..a1ed406f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/loom_side.png differ diff --git a/1.16.5/assets/minecraft/textures/block/loom_top.png b/1.16.5/assets/minecraft/textures/block/loom_top.png new file mode 100644 index 00000000..b90555f0 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/loom_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/magenta_concrete.png b/1.16.5/assets/minecraft/textures/block/magenta_concrete.png new file mode 100644 index 00000000..35326207 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/magenta_concrete.png differ diff --git a/1.16.5/assets/minecraft/textures/block/magenta_concrete_powder.png b/1.16.5/assets/minecraft/textures/block/magenta_concrete_powder.png new file mode 100644 index 00000000..054553d3 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/magenta_concrete_powder.png differ diff --git a/1.16.5/assets/minecraft/textures/block/magenta_glazed_terracotta.png b/1.16.5/assets/minecraft/textures/block/magenta_glazed_terracotta.png new file mode 100644 index 00000000..5d6eb3a5 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/magenta_glazed_terracotta.png differ diff --git a/1.16.5/assets/minecraft/textures/block/magenta_shulker_box.png b/1.16.5/assets/minecraft/textures/block/magenta_shulker_box.png new file mode 100644 index 00000000..ad343936 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/magenta_shulker_box.png differ diff --git a/1.16.5/assets/minecraft/textures/block/magenta_stained_glass.png b/1.16.5/assets/minecraft/textures/block/magenta_stained_glass.png new file mode 100644 index 00000000..87dd7ba7 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/magenta_stained_glass.png differ diff --git a/1.16.5/assets/minecraft/textures/block/magenta_stained_glass_pane_top.png b/1.16.5/assets/minecraft/textures/block/magenta_stained_glass_pane_top.png new file mode 100644 index 00000000..5419e521 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/magenta_stained_glass_pane_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/magenta_terracotta.png b/1.16.5/assets/minecraft/textures/block/magenta_terracotta.png new file mode 100644 index 00000000..f28da0db Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/magenta_terracotta.png differ diff --git a/1.16.5/assets/minecraft/textures/block/magenta_wool.png b/1.16.5/assets/minecraft/textures/block/magenta_wool.png new file mode 100644 index 00000000..b9700a8b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/magenta_wool.png differ diff --git a/1.16.5/assets/minecraft/textures/block/magma.png b/1.16.5/assets/minecraft/textures/block/magma.png new file mode 100644 index 00000000..702265d0 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/magma.png differ diff --git a/1.16.5/assets/minecraft/textures/block/magma.png.mcmeta b/1.16.5/assets/minecraft/textures/block/magma.png.mcmeta new file mode 100644 index 00000000..ffc3e528 --- /dev/null +++ b/1.16.5/assets/minecraft/textures/block/magma.png.mcmeta @@ -0,0 +1,11 @@ +{ + "animation": { + "frametime": 8, + "interpolate": true, + "frames": [ + 0, + 1, + 2 + ] + } +} diff --git a/1.16.5/assets/minecraft/textures/block/melon_side.png b/1.16.5/assets/minecraft/textures/block/melon_side.png new file mode 100644 index 00000000..0a12fb96 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/melon_side.png differ diff --git a/1.16.5/assets/minecraft/textures/block/melon_stem.png b/1.16.5/assets/minecraft/textures/block/melon_stem.png new file mode 100644 index 00000000..38065ef6 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/melon_stem.png differ diff --git a/1.16.5/assets/minecraft/textures/block/melon_top.png b/1.16.5/assets/minecraft/textures/block/melon_top.png new file mode 100644 index 00000000..82234a85 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/melon_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/mossy_cobblestone.png b/1.16.5/assets/minecraft/textures/block/mossy_cobblestone.png new file mode 100644 index 00000000..cc048882 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/mossy_cobblestone.png differ diff --git a/1.16.5/assets/minecraft/textures/block/mossy_stone_bricks.png b/1.16.5/assets/minecraft/textures/block/mossy_stone_bricks.png new file mode 100644 index 00000000..2bdfb878 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/mossy_stone_bricks.png differ diff --git a/1.16.5/assets/minecraft/textures/block/mushroom_block_inside.png b/1.16.5/assets/minecraft/textures/block/mushroom_block_inside.png new file mode 100644 index 00000000..194114a0 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/mushroom_block_inside.png differ diff --git a/1.16.5/assets/minecraft/textures/block/mushroom_stem.png b/1.16.5/assets/minecraft/textures/block/mushroom_stem.png new file mode 100644 index 00000000..ad6af2c4 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/mushroom_stem.png differ diff --git a/1.16.5/assets/minecraft/textures/block/mycelium_side.png b/1.16.5/assets/minecraft/textures/block/mycelium_side.png new file mode 100644 index 00000000..8522236b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/mycelium_side.png differ diff --git a/1.16.5/assets/minecraft/textures/block/mycelium_top.png b/1.16.5/assets/minecraft/textures/block/mycelium_top.png new file mode 100644 index 00000000..d98ad615 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/mycelium_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/nether_bricks.png b/1.16.5/assets/minecraft/textures/block/nether_bricks.png new file mode 100644 index 00000000..c64b3691 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/nether_bricks.png differ diff --git a/1.16.5/assets/minecraft/textures/block/nether_gold_ore.png b/1.16.5/assets/minecraft/textures/block/nether_gold_ore.png new file mode 100644 index 00000000..4c807fad Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/nether_gold_ore.png differ diff --git a/1.16.5/assets/minecraft/textures/block/nether_portal.png b/1.16.5/assets/minecraft/textures/block/nether_portal.png new file mode 100644 index 00000000..42d4a756 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/nether_portal.png differ diff --git a/1.16.5/assets/minecraft/textures/block/nether_portal.png.mcmeta b/1.16.5/assets/minecraft/textures/block/nether_portal.png.mcmeta new file mode 100644 index 00000000..4f0718ac --- /dev/null +++ b/1.16.5/assets/minecraft/textures/block/nether_portal.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/textures/block/nether_quartz_ore.png b/1.16.5/assets/minecraft/textures/block/nether_quartz_ore.png new file mode 100644 index 00000000..84079380 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/nether_quartz_ore.png differ diff --git a/1.16.5/assets/minecraft/textures/block/nether_sprouts.png b/1.16.5/assets/minecraft/textures/block/nether_sprouts.png new file mode 100644 index 00000000..818cc444 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/nether_sprouts.png differ diff --git a/1.16.5/assets/minecraft/textures/block/nether_wart_block.png b/1.16.5/assets/minecraft/textures/block/nether_wart_block.png new file mode 100644 index 00000000..fee89b53 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/nether_wart_block.png differ diff --git a/1.16.5/assets/minecraft/textures/block/nether_wart_stage0.png b/1.16.5/assets/minecraft/textures/block/nether_wart_stage0.png new file mode 100644 index 00000000..c4223348 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/nether_wart_stage0.png differ diff --git a/1.16.5/assets/minecraft/textures/block/nether_wart_stage1.png b/1.16.5/assets/minecraft/textures/block/nether_wart_stage1.png new file mode 100644 index 00000000..7051185c Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/nether_wart_stage1.png differ diff --git a/1.16.5/assets/minecraft/textures/block/nether_wart_stage2.png b/1.16.5/assets/minecraft/textures/block/nether_wart_stage2.png new file mode 100644 index 00000000..b3d724bb Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/nether_wart_stage2.png differ diff --git a/1.16.5/assets/minecraft/textures/block/netherite_block.png b/1.16.5/assets/minecraft/textures/block/netherite_block.png new file mode 100644 index 00000000..60957f01 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/netherite_block.png differ diff --git a/1.16.5/assets/minecraft/textures/block/netherrack.png b/1.16.5/assets/minecraft/textures/block/netherrack.png new file mode 100644 index 00000000..50b56218 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/netherrack.png differ diff --git a/1.16.5/assets/minecraft/textures/block/note_block.png b/1.16.5/assets/minecraft/textures/block/note_block.png new file mode 100644 index 00000000..40ecc58a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/note_block.png differ diff --git a/1.16.5/assets/minecraft/textures/block/oak_door_bottom.png b/1.16.5/assets/minecraft/textures/block/oak_door_bottom.png new file mode 100644 index 00000000..bccd102a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/oak_door_bottom.png differ diff --git a/1.16.5/assets/minecraft/textures/block/oak_door_top.png b/1.16.5/assets/minecraft/textures/block/oak_door_top.png new file mode 100644 index 00000000..73748aa4 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/oak_door_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/oak_leaves.png b/1.16.5/assets/minecraft/textures/block/oak_leaves.png new file mode 100644 index 00000000..02e8b865 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/oak_leaves.png differ diff --git a/1.16.5/assets/minecraft/textures/block/oak_log.png b/1.16.5/assets/minecraft/textures/block/oak_log.png new file mode 100644 index 00000000..842ffab5 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/oak_log.png differ diff --git a/1.16.5/assets/minecraft/textures/block/oak_log_top.png b/1.16.5/assets/minecraft/textures/block/oak_log_top.png new file mode 100644 index 00000000..27f1abac Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/oak_log_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/oak_planks.png b/1.16.5/assets/minecraft/textures/block/oak_planks.png new file mode 100644 index 00000000..5de38610 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/oak_planks.png differ diff --git a/1.16.5/assets/minecraft/textures/block/oak_sapling.png b/1.16.5/assets/minecraft/textures/block/oak_sapling.png new file mode 100644 index 00000000..7ac141a0 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/oak_sapling.png differ diff --git a/1.16.5/assets/minecraft/textures/block/oak_trapdoor.png b/1.16.5/assets/minecraft/textures/block/oak_trapdoor.png new file mode 100644 index 00000000..cba143b9 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/oak_trapdoor.png differ diff --git a/1.16.5/assets/minecraft/textures/block/observer_back.png b/1.16.5/assets/minecraft/textures/block/observer_back.png new file mode 100644 index 00000000..c9f6f3cb Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/observer_back.png differ diff --git a/1.16.5/assets/minecraft/textures/block/observer_back_on.png b/1.16.5/assets/minecraft/textures/block/observer_back_on.png new file mode 100644 index 00000000..07a42a95 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/observer_back_on.png differ diff --git a/1.16.5/assets/minecraft/textures/block/observer_front.png b/1.16.5/assets/minecraft/textures/block/observer_front.png new file mode 100644 index 00000000..46321305 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/observer_front.png differ diff --git a/1.16.5/assets/minecraft/textures/block/observer_side.png b/1.16.5/assets/minecraft/textures/block/observer_side.png new file mode 100644 index 00000000..c157097a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/observer_side.png differ diff --git a/1.16.5/assets/minecraft/textures/block/observer_top.png b/1.16.5/assets/minecraft/textures/block/observer_top.png new file mode 100644 index 00000000..58ab1e97 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/observer_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/obsidian.png b/1.16.5/assets/minecraft/textures/block/obsidian.png new file mode 100644 index 00000000..b9e09060 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/obsidian.png differ diff --git a/1.16.5/assets/minecraft/textures/block/orange_concrete.png b/1.16.5/assets/minecraft/textures/block/orange_concrete.png new file mode 100644 index 00000000..243bbc82 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/orange_concrete.png differ diff --git a/1.16.5/assets/minecraft/textures/block/orange_concrete_powder.png b/1.16.5/assets/minecraft/textures/block/orange_concrete_powder.png new file mode 100644 index 00000000..2fb6f15f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/orange_concrete_powder.png differ diff --git a/1.16.5/assets/minecraft/textures/block/orange_glazed_terracotta.png b/1.16.5/assets/minecraft/textures/block/orange_glazed_terracotta.png new file mode 100644 index 00000000..4e2d3d2e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/orange_glazed_terracotta.png differ diff --git a/1.16.5/assets/minecraft/textures/block/orange_shulker_box.png b/1.16.5/assets/minecraft/textures/block/orange_shulker_box.png new file mode 100644 index 00000000..a722de19 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/orange_shulker_box.png differ diff --git a/1.16.5/assets/minecraft/textures/block/orange_stained_glass.png b/1.16.5/assets/minecraft/textures/block/orange_stained_glass.png new file mode 100644 index 00000000..31c4465b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/orange_stained_glass.png differ diff --git a/1.16.5/assets/minecraft/textures/block/orange_stained_glass_pane_top.png b/1.16.5/assets/minecraft/textures/block/orange_stained_glass_pane_top.png new file mode 100644 index 00000000..2866571b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/orange_stained_glass_pane_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/orange_terracotta.png b/1.16.5/assets/minecraft/textures/block/orange_terracotta.png new file mode 100644 index 00000000..9ccdb4b3 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/orange_terracotta.png differ diff --git a/1.16.5/assets/minecraft/textures/block/orange_tulip.png b/1.16.5/assets/minecraft/textures/block/orange_tulip.png new file mode 100644 index 00000000..2966062c Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/orange_tulip.png differ diff --git a/1.16.5/assets/minecraft/textures/block/orange_wool.png b/1.16.5/assets/minecraft/textures/block/orange_wool.png new file mode 100644 index 00000000..61c1e4b2 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/orange_wool.png differ diff --git a/1.16.5/assets/minecraft/textures/block/oxeye_daisy.png b/1.16.5/assets/minecraft/textures/block/oxeye_daisy.png new file mode 100644 index 00000000..3407d6fc Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/oxeye_daisy.png differ diff --git a/1.16.5/assets/minecraft/textures/block/packed_ice.png b/1.16.5/assets/minecraft/textures/block/packed_ice.png new file mode 100644 index 00000000..c72f89b3 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/packed_ice.png differ diff --git a/1.16.5/assets/minecraft/textures/block/peony_bottom.png b/1.16.5/assets/minecraft/textures/block/peony_bottom.png new file mode 100644 index 00000000..2e3f41ed Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/peony_bottom.png differ diff --git a/1.16.5/assets/minecraft/textures/block/peony_top.png b/1.16.5/assets/minecraft/textures/block/peony_top.png new file mode 100644 index 00000000..b13b457e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/peony_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/pink_concrete.png b/1.16.5/assets/minecraft/textures/block/pink_concrete.png new file mode 100644 index 00000000..dd1950f7 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/pink_concrete.png differ diff --git a/1.16.5/assets/minecraft/textures/block/pink_concrete_powder.png b/1.16.5/assets/minecraft/textures/block/pink_concrete_powder.png new file mode 100644 index 00000000..9f6a6bb7 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/pink_concrete_powder.png differ diff --git a/1.16.5/assets/minecraft/textures/block/pink_glazed_terracotta.png b/1.16.5/assets/minecraft/textures/block/pink_glazed_terracotta.png new file mode 100644 index 00000000..30a1975d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/pink_glazed_terracotta.png differ diff --git a/1.16.5/assets/minecraft/textures/block/pink_shulker_box.png b/1.16.5/assets/minecraft/textures/block/pink_shulker_box.png new file mode 100644 index 00000000..e817f960 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/pink_shulker_box.png differ diff --git a/1.16.5/assets/minecraft/textures/block/pink_stained_glass.png b/1.16.5/assets/minecraft/textures/block/pink_stained_glass.png new file mode 100644 index 00000000..85dd6a0d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/pink_stained_glass.png differ diff --git a/1.16.5/assets/minecraft/textures/block/pink_stained_glass_pane_top.png b/1.16.5/assets/minecraft/textures/block/pink_stained_glass_pane_top.png new file mode 100644 index 00000000..6b6cd768 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/pink_stained_glass_pane_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/pink_terracotta.png b/1.16.5/assets/minecraft/textures/block/pink_terracotta.png new file mode 100644 index 00000000..7ffea8d1 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/pink_terracotta.png differ diff --git a/1.16.5/assets/minecraft/textures/block/pink_tulip.png b/1.16.5/assets/minecraft/textures/block/pink_tulip.png new file mode 100644 index 00000000..08b02c50 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/pink_tulip.png differ diff --git a/1.16.5/assets/minecraft/textures/block/pink_wool.png b/1.16.5/assets/minecraft/textures/block/pink_wool.png new file mode 100644 index 00000000..17ef62bb Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/pink_wool.png differ diff --git a/1.16.5/assets/minecraft/textures/block/piston_bottom.png b/1.16.5/assets/minecraft/textures/block/piston_bottom.png new file mode 100644 index 00000000..db43b1c2 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/piston_bottom.png differ diff --git a/1.16.5/assets/minecraft/textures/block/piston_inner.png b/1.16.5/assets/minecraft/textures/block/piston_inner.png new file mode 100644 index 00000000..7ae58fc6 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/piston_inner.png differ diff --git a/1.16.5/assets/minecraft/textures/block/piston_side.png b/1.16.5/assets/minecraft/textures/block/piston_side.png new file mode 100644 index 00000000..db5d89cb Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/piston_side.png differ diff --git a/1.16.5/assets/minecraft/textures/block/piston_top.png b/1.16.5/assets/minecraft/textures/block/piston_top.png new file mode 100644 index 00000000..320c97b4 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/piston_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/piston_top_sticky.png b/1.16.5/assets/minecraft/textures/block/piston_top_sticky.png new file mode 100644 index 00000000..048e0c62 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/piston_top_sticky.png differ diff --git a/1.16.5/assets/minecraft/textures/block/podzol_side.png b/1.16.5/assets/minecraft/textures/block/podzol_side.png new file mode 100644 index 00000000..89a328b2 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/podzol_side.png differ diff --git a/1.16.5/assets/minecraft/textures/block/podzol_top.png b/1.16.5/assets/minecraft/textures/block/podzol_top.png new file mode 100644 index 00000000..fed52580 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/podzol_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/polished_andesite.png b/1.16.5/assets/minecraft/textures/block/polished_andesite.png new file mode 100644 index 00000000..63b8bd08 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/polished_andesite.png differ diff --git a/1.16.5/assets/minecraft/textures/block/polished_basalt_side.png b/1.16.5/assets/minecraft/textures/block/polished_basalt_side.png new file mode 100644 index 00000000..2530a331 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/polished_basalt_side.png differ diff --git a/1.16.5/assets/minecraft/textures/block/polished_basalt_top.png b/1.16.5/assets/minecraft/textures/block/polished_basalt_top.png new file mode 100644 index 00000000..71a92db2 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/polished_basalt_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/polished_blackstone.png b/1.16.5/assets/minecraft/textures/block/polished_blackstone.png new file mode 100644 index 00000000..752e02be Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/polished_blackstone.png differ diff --git a/1.16.5/assets/minecraft/textures/block/polished_blackstone_bricks.png b/1.16.5/assets/minecraft/textures/block/polished_blackstone_bricks.png new file mode 100644 index 00000000..c89564f2 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/polished_blackstone_bricks.png differ diff --git a/1.16.5/assets/minecraft/textures/block/polished_diorite.png b/1.16.5/assets/minecraft/textures/block/polished_diorite.png new file mode 100644 index 00000000..3043aa30 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/polished_diorite.png differ diff --git a/1.16.5/assets/minecraft/textures/block/polished_granite.png b/1.16.5/assets/minecraft/textures/block/polished_granite.png new file mode 100644 index 00000000..58f0c156 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/polished_granite.png differ diff --git a/1.16.5/assets/minecraft/textures/block/poppy.png b/1.16.5/assets/minecraft/textures/block/poppy.png new file mode 100644 index 00000000..059d8b47 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/poppy.png differ diff --git a/1.16.5/assets/minecraft/textures/block/potatoes_stage0.png b/1.16.5/assets/minecraft/textures/block/potatoes_stage0.png new file mode 100644 index 00000000..e83ecf8e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/potatoes_stage0.png differ diff --git a/1.16.5/assets/minecraft/textures/block/potatoes_stage1.png b/1.16.5/assets/minecraft/textures/block/potatoes_stage1.png new file mode 100644 index 00000000..ef739467 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/potatoes_stage1.png differ diff --git a/1.16.5/assets/minecraft/textures/block/potatoes_stage2.png b/1.16.5/assets/minecraft/textures/block/potatoes_stage2.png new file mode 100644 index 00000000..7e9a9298 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/potatoes_stage2.png differ diff --git a/1.16.5/assets/minecraft/textures/block/potatoes_stage3.png b/1.16.5/assets/minecraft/textures/block/potatoes_stage3.png new file mode 100644 index 00000000..f32cbc16 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/potatoes_stage3.png differ diff --git a/1.16.5/assets/minecraft/textures/block/powered_rail.png b/1.16.5/assets/minecraft/textures/block/powered_rail.png new file mode 100644 index 00000000..4353bf77 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/powered_rail.png differ diff --git a/1.16.5/assets/minecraft/textures/block/powered_rail_on.png b/1.16.5/assets/minecraft/textures/block/powered_rail_on.png new file mode 100644 index 00000000..55f18f40 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/powered_rail_on.png differ diff --git a/1.16.5/assets/minecraft/textures/block/prismarine.png b/1.16.5/assets/minecraft/textures/block/prismarine.png new file mode 100644 index 00000000..e45234b3 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/prismarine.png differ diff --git a/1.16.5/assets/minecraft/textures/block/prismarine.png.mcmeta b/1.16.5/assets/minecraft/textures/block/prismarine.png.mcmeta new file mode 100644 index 00000000..410b327f --- /dev/null +++ b/1.16.5/assets/minecraft/textures/block/prismarine.png.mcmeta @@ -0,0 +1,30 @@ +{ + "animation": { + "frametime": 300, + "interpolate": true, + "frames": [ + 0, + 1, + 0, + 2, + 0, + 3, + 0, + 1, + 2, + 1, + 3, + 1, + 0, + 2, + 1, + 2, + 3, + 2, + 0, + 3, + 1, + 3 + ] + } +} diff --git a/1.16.5/assets/minecraft/textures/block/prismarine_bricks.png b/1.16.5/assets/minecraft/textures/block/prismarine_bricks.png new file mode 100644 index 00000000..ee2b8063 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/prismarine_bricks.png differ diff --git a/1.16.5/assets/minecraft/textures/block/pumpkin_side.png b/1.16.5/assets/minecraft/textures/block/pumpkin_side.png new file mode 100644 index 00000000..8d7b643e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/pumpkin_side.png differ diff --git a/1.16.5/assets/minecraft/textures/block/pumpkin_stem.png b/1.16.5/assets/minecraft/textures/block/pumpkin_stem.png new file mode 100644 index 00000000..da7787fe Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/pumpkin_stem.png differ diff --git a/1.16.5/assets/minecraft/textures/block/pumpkin_top.png b/1.16.5/assets/minecraft/textures/block/pumpkin_top.png new file mode 100644 index 00000000..59a5fbd0 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/pumpkin_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/purple_concrete.png b/1.16.5/assets/minecraft/textures/block/purple_concrete.png new file mode 100644 index 00000000..bf90f745 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/purple_concrete.png differ diff --git a/1.16.5/assets/minecraft/textures/block/purple_concrete_powder.png b/1.16.5/assets/minecraft/textures/block/purple_concrete_powder.png new file mode 100644 index 00000000..aa1b1ac3 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/purple_concrete_powder.png differ diff --git a/1.16.5/assets/minecraft/textures/block/purple_glazed_terracotta.png b/1.16.5/assets/minecraft/textures/block/purple_glazed_terracotta.png new file mode 100644 index 00000000..d0f9e68f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/purple_glazed_terracotta.png differ diff --git a/1.16.5/assets/minecraft/textures/block/purple_shulker_box.png b/1.16.5/assets/minecraft/textures/block/purple_shulker_box.png new file mode 100644 index 00000000..0416ed90 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/purple_shulker_box.png differ diff --git a/1.16.5/assets/minecraft/textures/block/purple_stained_glass.png b/1.16.5/assets/minecraft/textures/block/purple_stained_glass.png new file mode 100644 index 00000000..fed02859 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/purple_stained_glass.png differ diff --git a/1.16.5/assets/minecraft/textures/block/purple_stained_glass_pane_top.png b/1.16.5/assets/minecraft/textures/block/purple_stained_glass_pane_top.png new file mode 100644 index 00000000..23e208ed Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/purple_stained_glass_pane_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/purple_terracotta.png b/1.16.5/assets/minecraft/textures/block/purple_terracotta.png new file mode 100644 index 00000000..8bee14ea Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/purple_terracotta.png differ diff --git a/1.16.5/assets/minecraft/textures/block/purple_wool.png b/1.16.5/assets/minecraft/textures/block/purple_wool.png new file mode 100644 index 00000000..08d4ee0e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/purple_wool.png differ diff --git a/1.16.5/assets/minecraft/textures/block/purpur_block.png b/1.16.5/assets/minecraft/textures/block/purpur_block.png new file mode 100644 index 00000000..69c38981 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/purpur_block.png differ diff --git a/1.16.5/assets/minecraft/textures/block/purpur_pillar.png b/1.16.5/assets/minecraft/textures/block/purpur_pillar.png new file mode 100644 index 00000000..e22d27be Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/purpur_pillar.png differ diff --git a/1.16.5/assets/minecraft/textures/block/purpur_pillar_top.png b/1.16.5/assets/minecraft/textures/block/purpur_pillar_top.png new file mode 100644 index 00000000..6209035c Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/purpur_pillar_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/quartz_block_bottom.png b/1.16.5/assets/minecraft/textures/block/quartz_block_bottom.png new file mode 100644 index 00000000..3f832aa3 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/quartz_block_bottom.png differ diff --git a/1.16.5/assets/minecraft/textures/block/quartz_block_side.png b/1.16.5/assets/minecraft/textures/block/quartz_block_side.png new file mode 100644 index 00000000..872d6bbe Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/quartz_block_side.png differ diff --git a/1.16.5/assets/minecraft/textures/block/quartz_block_top.png b/1.16.5/assets/minecraft/textures/block/quartz_block_top.png new file mode 100644 index 00000000..872d6bbe Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/quartz_block_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/quartz_bricks.png b/1.16.5/assets/minecraft/textures/block/quartz_bricks.png new file mode 100644 index 00000000..13d2f22c Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/quartz_bricks.png differ diff --git a/1.16.5/assets/minecraft/textures/block/quartz_pillar.png b/1.16.5/assets/minecraft/textures/block/quartz_pillar.png new file mode 100644 index 00000000..1046b754 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/quartz_pillar.png differ diff --git a/1.16.5/assets/minecraft/textures/block/quartz_pillar_top.png b/1.16.5/assets/minecraft/textures/block/quartz_pillar_top.png new file mode 100644 index 00000000..41f5e144 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/quartz_pillar_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/rail.png b/1.16.5/assets/minecraft/textures/block/rail.png new file mode 100644 index 00000000..0044ebb2 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/rail.png differ diff --git a/1.16.5/assets/minecraft/textures/block/rail_corner.png b/1.16.5/assets/minecraft/textures/block/rail_corner.png new file mode 100644 index 00000000..2b4f3307 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/rail_corner.png differ diff --git a/1.16.5/assets/minecraft/textures/block/red_concrete.png b/1.16.5/assets/minecraft/textures/block/red_concrete.png new file mode 100644 index 00000000..7f978842 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/red_concrete.png differ diff --git a/1.16.5/assets/minecraft/textures/block/red_concrete_powder.png b/1.16.5/assets/minecraft/textures/block/red_concrete_powder.png new file mode 100644 index 00000000..7612112e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/red_concrete_powder.png differ diff --git a/1.16.5/assets/minecraft/textures/block/red_glazed_terracotta.png b/1.16.5/assets/minecraft/textures/block/red_glazed_terracotta.png new file mode 100644 index 00000000..ee46623b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/red_glazed_terracotta.png differ diff --git a/1.16.5/assets/minecraft/textures/block/red_mushroom.png b/1.16.5/assets/minecraft/textures/block/red_mushroom.png new file mode 100644 index 00000000..cb7e1124 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/red_mushroom.png differ diff --git a/1.16.5/assets/minecraft/textures/block/red_mushroom_block.png b/1.16.5/assets/minecraft/textures/block/red_mushroom_block.png new file mode 100644 index 00000000..a77969e3 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/red_mushroom_block.png differ diff --git a/1.16.5/assets/minecraft/textures/block/red_nether_bricks.png b/1.16.5/assets/minecraft/textures/block/red_nether_bricks.png new file mode 100644 index 00000000..b8569522 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/red_nether_bricks.png differ diff --git a/1.16.5/assets/minecraft/textures/block/red_sand.png b/1.16.5/assets/minecraft/textures/block/red_sand.png new file mode 100644 index 00000000..7a389826 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/red_sand.png differ diff --git a/1.16.5/assets/minecraft/textures/block/red_sandstone.png b/1.16.5/assets/minecraft/textures/block/red_sandstone.png new file mode 100644 index 00000000..70e7c323 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/red_sandstone.png differ diff --git a/1.16.5/assets/minecraft/textures/block/red_sandstone_bottom.png b/1.16.5/assets/minecraft/textures/block/red_sandstone_bottom.png new file mode 100644 index 00000000..efbfeb60 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/red_sandstone_bottom.png differ diff --git a/1.16.5/assets/minecraft/textures/block/red_sandstone_top.png b/1.16.5/assets/minecraft/textures/block/red_sandstone_top.png new file mode 100644 index 00000000..defc7676 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/red_sandstone_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/red_shulker_box.png b/1.16.5/assets/minecraft/textures/block/red_shulker_box.png new file mode 100644 index 00000000..00147c5d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/red_shulker_box.png differ diff --git a/1.16.5/assets/minecraft/textures/block/red_stained_glass.png b/1.16.5/assets/minecraft/textures/block/red_stained_glass.png new file mode 100644 index 00000000..99bcc063 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/red_stained_glass.png differ diff --git a/1.16.5/assets/minecraft/textures/block/red_stained_glass_pane_top.png b/1.16.5/assets/minecraft/textures/block/red_stained_glass_pane_top.png new file mode 100644 index 00000000..22b69dba Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/red_stained_glass_pane_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/red_terracotta.png b/1.16.5/assets/minecraft/textures/block/red_terracotta.png new file mode 100644 index 00000000..e0e800b6 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/red_terracotta.png differ diff --git a/1.16.5/assets/minecraft/textures/block/red_tulip.png b/1.16.5/assets/minecraft/textures/block/red_tulip.png new file mode 100644 index 00000000..b9d29b5d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/red_tulip.png differ diff --git a/1.16.5/assets/minecraft/textures/block/red_wool.png b/1.16.5/assets/minecraft/textures/block/red_wool.png new file mode 100644 index 00000000..f11cbccb Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/red_wool.png differ diff --git a/1.16.5/assets/minecraft/textures/block/redstone_block.png b/1.16.5/assets/minecraft/textures/block/redstone_block.png new file mode 100644 index 00000000..4391e518 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/redstone_block.png differ diff --git a/1.16.5/assets/minecraft/textures/block/redstone_dust_dot.png b/1.16.5/assets/minecraft/textures/block/redstone_dust_dot.png new file mode 100644 index 00000000..ab8866d8 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/redstone_dust_dot.png differ diff --git a/1.16.5/assets/minecraft/textures/block/redstone_dust_line0.png b/1.16.5/assets/minecraft/textures/block/redstone_dust_line0.png new file mode 100644 index 00000000..064b107b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/redstone_dust_line0.png differ diff --git a/1.16.5/assets/minecraft/textures/block/redstone_dust_line1.png b/1.16.5/assets/minecraft/textures/block/redstone_dust_line1.png new file mode 100644 index 00000000..8e8a700f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/redstone_dust_line1.png differ diff --git a/1.16.5/assets/minecraft/textures/block/redstone_dust_overlay.png b/1.16.5/assets/minecraft/textures/block/redstone_dust_overlay.png new file mode 100644 index 00000000..fd68e0a3 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/redstone_dust_overlay.png differ diff --git a/1.16.5/assets/minecraft/textures/block/redstone_lamp.png b/1.16.5/assets/minecraft/textures/block/redstone_lamp.png new file mode 100644 index 00000000..36091677 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/redstone_lamp.png differ diff --git a/1.16.5/assets/minecraft/textures/block/redstone_lamp_on.png b/1.16.5/assets/minecraft/textures/block/redstone_lamp_on.png new file mode 100644 index 00000000..d8922271 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/redstone_lamp_on.png differ diff --git a/1.16.5/assets/minecraft/textures/block/redstone_ore.png b/1.16.5/assets/minecraft/textures/block/redstone_ore.png new file mode 100644 index 00000000..7e696c15 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/redstone_ore.png differ diff --git a/1.16.5/assets/minecraft/textures/block/redstone_torch.png b/1.16.5/assets/minecraft/textures/block/redstone_torch.png new file mode 100644 index 00000000..d49a7a9d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/redstone_torch.png differ diff --git a/1.16.5/assets/minecraft/textures/block/redstone_torch_off.png b/1.16.5/assets/minecraft/textures/block/redstone_torch_off.png new file mode 100644 index 00000000..cd82b641 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/redstone_torch_off.png differ diff --git a/1.16.5/assets/minecraft/textures/block/repeater.png b/1.16.5/assets/minecraft/textures/block/repeater.png new file mode 100644 index 00000000..3daa5e6d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/repeater.png differ diff --git a/1.16.5/assets/minecraft/textures/block/repeater_on.png b/1.16.5/assets/minecraft/textures/block/repeater_on.png new file mode 100644 index 00000000..2e6c2ac6 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/repeater_on.png differ diff --git a/1.16.5/assets/minecraft/textures/block/repeating_command_block_back.png b/1.16.5/assets/minecraft/textures/block/repeating_command_block_back.png new file mode 100644 index 00000000..31cc42ee Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/repeating_command_block_back.png differ diff --git a/1.16.5/assets/minecraft/textures/block/repeating_command_block_back.png.mcmeta b/1.16.5/assets/minecraft/textures/block/repeating_command_block_back.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.16.5/assets/minecraft/textures/block/repeating_command_block_back.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.16.5/assets/minecraft/textures/block/repeating_command_block_conditional.png b/1.16.5/assets/minecraft/textures/block/repeating_command_block_conditional.png new file mode 100644 index 00000000..28cbe675 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/repeating_command_block_conditional.png differ diff --git a/1.16.5/assets/minecraft/textures/block/repeating_command_block_conditional.png.mcmeta b/1.16.5/assets/minecraft/textures/block/repeating_command_block_conditional.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.16.5/assets/minecraft/textures/block/repeating_command_block_conditional.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.16.5/assets/minecraft/textures/block/repeating_command_block_front.png b/1.16.5/assets/minecraft/textures/block/repeating_command_block_front.png new file mode 100644 index 00000000..45f5e75b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/repeating_command_block_front.png differ diff --git a/1.16.5/assets/minecraft/textures/block/repeating_command_block_front.png.mcmeta b/1.16.5/assets/minecraft/textures/block/repeating_command_block_front.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.16.5/assets/minecraft/textures/block/repeating_command_block_front.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.16.5/assets/minecraft/textures/block/repeating_command_block_side.png b/1.16.5/assets/minecraft/textures/block/repeating_command_block_side.png new file mode 100644 index 00000000..efd073ae Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/repeating_command_block_side.png differ diff --git a/1.16.5/assets/minecraft/textures/block/repeating_command_block_side.png.mcmeta b/1.16.5/assets/minecraft/textures/block/repeating_command_block_side.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.16.5/assets/minecraft/textures/block/repeating_command_block_side.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.16.5/assets/minecraft/textures/block/respawn_anchor_bottom.png b/1.16.5/assets/minecraft/textures/block/respawn_anchor_bottom.png new file mode 100644 index 00000000..df10b446 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/respawn_anchor_bottom.png differ diff --git a/1.16.5/assets/minecraft/textures/block/respawn_anchor_side0.png b/1.16.5/assets/minecraft/textures/block/respawn_anchor_side0.png new file mode 100644 index 00000000..fb45837d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/respawn_anchor_side0.png differ diff --git a/1.16.5/assets/minecraft/textures/block/respawn_anchor_side1.png b/1.16.5/assets/minecraft/textures/block/respawn_anchor_side1.png new file mode 100644 index 00000000..5b52e65f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/respawn_anchor_side1.png differ diff --git a/1.16.5/assets/minecraft/textures/block/respawn_anchor_side2.png b/1.16.5/assets/minecraft/textures/block/respawn_anchor_side2.png new file mode 100644 index 00000000..6ee3026a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/respawn_anchor_side2.png differ diff --git a/1.16.5/assets/minecraft/textures/block/respawn_anchor_side3.png b/1.16.5/assets/minecraft/textures/block/respawn_anchor_side3.png new file mode 100644 index 00000000..c7f66866 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/respawn_anchor_side3.png differ diff --git a/1.16.5/assets/minecraft/textures/block/respawn_anchor_side4.png b/1.16.5/assets/minecraft/textures/block/respawn_anchor_side4.png new file mode 100644 index 00000000..5ac94e19 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/respawn_anchor_side4.png differ diff --git a/1.16.5/assets/minecraft/textures/block/respawn_anchor_top.png b/1.16.5/assets/minecraft/textures/block/respawn_anchor_top.png new file mode 100644 index 00000000..bbb4b0ea Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/respawn_anchor_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/respawn_anchor_top.png.mcmeta b/1.16.5/assets/minecraft/textures/block/respawn_anchor_top.png.mcmeta new file mode 100644 index 00000000..4f0718ac --- /dev/null +++ b/1.16.5/assets/minecraft/textures/block/respawn_anchor_top.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/textures/block/respawn_anchor_top_off.png b/1.16.5/assets/minecraft/textures/block/respawn_anchor_top_off.png new file mode 100644 index 00000000..560af00c Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/respawn_anchor_top_off.png differ diff --git a/1.16.5/assets/minecraft/textures/block/rose_bush_bottom.png b/1.16.5/assets/minecraft/textures/block/rose_bush_bottom.png new file mode 100644 index 00000000..4a5f8f52 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/rose_bush_bottom.png differ diff --git a/1.16.5/assets/minecraft/textures/block/rose_bush_top.png b/1.16.5/assets/minecraft/textures/block/rose_bush_top.png new file mode 100644 index 00000000..328dc5e7 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/rose_bush_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/sand.png b/1.16.5/assets/minecraft/textures/block/sand.png new file mode 100644 index 00000000..99ff77ae Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/sand.png differ diff --git a/1.16.5/assets/minecraft/textures/block/sandstone.png b/1.16.5/assets/minecraft/textures/block/sandstone.png new file mode 100644 index 00000000..a7f1ca0e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/sandstone.png differ diff --git a/1.16.5/assets/minecraft/textures/block/sandstone_bottom.png b/1.16.5/assets/minecraft/textures/block/sandstone_bottom.png new file mode 100644 index 00000000..be35a54b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/sandstone_bottom.png differ diff --git a/1.16.5/assets/minecraft/textures/block/sandstone_top.png b/1.16.5/assets/minecraft/textures/block/sandstone_top.png new file mode 100644 index 00000000..91cec2a7 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/sandstone_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/scaffolding_bottom.png b/1.16.5/assets/minecraft/textures/block/scaffolding_bottom.png new file mode 100644 index 00000000..3479093d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/scaffolding_bottom.png differ diff --git a/1.16.5/assets/minecraft/textures/block/scaffolding_side.png b/1.16.5/assets/minecraft/textures/block/scaffolding_side.png new file mode 100644 index 00000000..1d1b5fcc Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/scaffolding_side.png differ diff --git a/1.16.5/assets/minecraft/textures/block/scaffolding_top.png b/1.16.5/assets/minecraft/textures/block/scaffolding_top.png new file mode 100644 index 00000000..2f9c51a7 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/scaffolding_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/sea_lantern.png b/1.16.5/assets/minecraft/textures/block/sea_lantern.png new file mode 100644 index 00000000..8909ce8e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/sea_lantern.png differ diff --git a/1.16.5/assets/minecraft/textures/block/sea_lantern.png.mcmeta b/1.16.5/assets/minecraft/textures/block/sea_lantern.png.mcmeta new file mode 100644 index 00000000..e8ac9bc3 --- /dev/null +++ b/1.16.5/assets/minecraft/textures/block/sea_lantern.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 5 + } +} diff --git a/1.16.5/assets/minecraft/textures/block/sea_pickle.png b/1.16.5/assets/minecraft/textures/block/sea_pickle.png new file mode 100644 index 00000000..d9c541bf Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/sea_pickle.png differ diff --git a/1.16.5/assets/minecraft/textures/block/seagrass.png b/1.16.5/assets/minecraft/textures/block/seagrass.png new file mode 100644 index 00000000..533f2d59 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/seagrass.png differ diff --git a/1.16.5/assets/minecraft/textures/block/seagrass.png.mcmeta b/1.16.5/assets/minecraft/textures/block/seagrass.png.mcmeta new file mode 100644 index 00000000..36578bcc --- /dev/null +++ b/1.16.5/assets/minecraft/textures/block/seagrass.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 2 + } +} diff --git a/1.16.5/assets/minecraft/textures/block/shroomlight.png b/1.16.5/assets/minecraft/textures/block/shroomlight.png new file mode 100644 index 00000000..70487662 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/shroomlight.png differ diff --git a/1.16.5/assets/minecraft/textures/block/shulker_box.png b/1.16.5/assets/minecraft/textures/block/shulker_box.png new file mode 100644 index 00000000..09bcf3f8 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/shulker_box.png differ diff --git a/1.16.5/assets/minecraft/textures/block/slime_block.png b/1.16.5/assets/minecraft/textures/block/slime_block.png new file mode 100644 index 00000000..5c45c4ec Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/slime_block.png differ diff --git a/1.16.5/assets/minecraft/textures/block/smithing_table_bottom.png b/1.16.5/assets/minecraft/textures/block/smithing_table_bottom.png new file mode 100644 index 00000000..59833b5e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/smithing_table_bottom.png differ diff --git a/1.16.5/assets/minecraft/textures/block/smithing_table_front.png b/1.16.5/assets/minecraft/textures/block/smithing_table_front.png new file mode 100644 index 00000000..55875ef5 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/smithing_table_front.png differ diff --git a/1.16.5/assets/minecraft/textures/block/smithing_table_side.png b/1.16.5/assets/minecraft/textures/block/smithing_table_side.png new file mode 100644 index 00000000..419312b1 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/smithing_table_side.png differ diff --git a/1.16.5/assets/minecraft/textures/block/smithing_table_top.png b/1.16.5/assets/minecraft/textures/block/smithing_table_top.png new file mode 100644 index 00000000..7099674f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/smithing_table_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/smoker_bottom.png b/1.16.5/assets/minecraft/textures/block/smoker_bottom.png new file mode 100644 index 00000000..9f2dbd33 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/smoker_bottom.png differ diff --git a/1.16.5/assets/minecraft/textures/block/smoker_front.png b/1.16.5/assets/minecraft/textures/block/smoker_front.png new file mode 100644 index 00000000..13741178 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/smoker_front.png differ diff --git a/1.16.5/assets/minecraft/textures/block/smoker_front_on.png b/1.16.5/assets/minecraft/textures/block/smoker_front_on.png new file mode 100644 index 00000000..553d1ec9 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/smoker_front_on.png differ diff --git a/1.16.5/assets/minecraft/textures/block/smoker_front_on.png.mcmeta b/1.16.5/assets/minecraft/textures/block/smoker_front_on.png.mcmeta new file mode 100644 index 00000000..09eaec92 --- /dev/null +++ b/1.16.5/assets/minecraft/textures/block/smoker_front_on.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": false, + "frametime": 4 + } +} diff --git a/1.16.5/assets/minecraft/textures/block/smoker_side.png b/1.16.5/assets/minecraft/textures/block/smoker_side.png new file mode 100644 index 00000000..c3c8f5d7 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/smoker_side.png differ diff --git a/1.16.5/assets/minecraft/textures/block/smoker_top.png b/1.16.5/assets/minecraft/textures/block/smoker_top.png new file mode 100644 index 00000000..ff687df9 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/smoker_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/smooth_stone.png b/1.16.5/assets/minecraft/textures/block/smooth_stone.png new file mode 100644 index 00000000..149ceb62 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/smooth_stone.png differ diff --git a/1.16.5/assets/minecraft/textures/block/smooth_stone_slab_side.png b/1.16.5/assets/minecraft/textures/block/smooth_stone_slab_side.png new file mode 100644 index 00000000..93076428 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/smooth_stone_slab_side.png differ diff --git a/1.16.5/assets/minecraft/textures/block/snow.png b/1.16.5/assets/minecraft/textures/block/snow.png new file mode 100644 index 00000000..c45e0c2a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/snow.png differ diff --git a/1.16.5/assets/minecraft/textures/block/soul_campfire_fire.png b/1.16.5/assets/minecraft/textures/block/soul_campfire_fire.png new file mode 100644 index 00000000..d47c39d2 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/soul_campfire_fire.png differ diff --git a/1.16.5/assets/minecraft/textures/block/soul_campfire_fire.png.mcmeta b/1.16.5/assets/minecraft/textures/block/soul_campfire_fire.png.mcmeta new file mode 100644 index 00000000..d4fb0422 --- /dev/null +++ b/1.16.5/assets/minecraft/textures/block/soul_campfire_fire.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "frametime": 2 + } +} + diff --git a/1.16.5/assets/minecraft/textures/block/soul_campfire_log_lit.png b/1.16.5/assets/minecraft/textures/block/soul_campfire_log_lit.png new file mode 100644 index 00000000..1f3b5924 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/soul_campfire_log_lit.png differ diff --git a/1.16.5/assets/minecraft/textures/block/soul_campfire_log_lit.png.mcmeta b/1.16.5/assets/minecraft/textures/block/soul_campfire_log_lit.png.mcmeta new file mode 100644 index 00000000..265854e4 --- /dev/null +++ b/1.16.5/assets/minecraft/textures/block/soul_campfire_log_lit.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 20 + } +} diff --git a/1.16.5/assets/minecraft/textures/block/soul_fire_0.png b/1.16.5/assets/minecraft/textures/block/soul_fire_0.png new file mode 100644 index 00000000..32f1c97b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/soul_fire_0.png differ diff --git a/1.16.5/assets/minecraft/textures/block/soul_fire_0.png.mcmeta b/1.16.5/assets/minecraft/textures/block/soul_fire_0.png.mcmeta new file mode 100644 index 00000000..76446714 --- /dev/null +++ b/1.16.5/assets/minecraft/textures/block/soul_fire_0.png.mcmeta @@ -0,0 +1,38 @@ +{ + "animation": { + "frames": [ + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15 + ] + } +} diff --git a/1.16.5/assets/minecraft/textures/block/soul_fire_1.png b/1.16.5/assets/minecraft/textures/block/soul_fire_1.png new file mode 100644 index 00000000..f90a8d46 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/soul_fire_1.png differ diff --git a/1.16.5/assets/minecraft/textures/block/soul_fire_1.png.mcmeta b/1.16.5/assets/minecraft/textures/block/soul_fire_1.png.mcmeta new file mode 100644 index 00000000..4f0718ac --- /dev/null +++ b/1.16.5/assets/minecraft/textures/block/soul_fire_1.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/textures/block/soul_lantern.png b/1.16.5/assets/minecraft/textures/block/soul_lantern.png new file mode 100644 index 00000000..6e909f20 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/soul_lantern.png differ diff --git a/1.16.5/assets/minecraft/textures/block/soul_lantern.png.mcmeta b/1.16.5/assets/minecraft/textures/block/soul_lantern.png.mcmeta new file mode 100644 index 00000000..5169aabd --- /dev/null +++ b/1.16.5/assets/minecraft/textures/block/soul_lantern.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 8 + } +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/textures/block/soul_sand.png b/1.16.5/assets/minecraft/textures/block/soul_sand.png new file mode 100644 index 00000000..9e4b1a6d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/soul_sand.png differ diff --git a/1.16.5/assets/minecraft/textures/block/soul_soil.png b/1.16.5/assets/minecraft/textures/block/soul_soil.png new file mode 100644 index 00000000..12cb4577 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/soul_soil.png differ diff --git a/1.16.5/assets/minecraft/textures/block/soul_torch.png b/1.16.5/assets/minecraft/textures/block/soul_torch.png new file mode 100644 index 00000000..60d21108 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/soul_torch.png differ diff --git a/1.16.5/assets/minecraft/textures/block/spawner.png b/1.16.5/assets/minecraft/textures/block/spawner.png new file mode 100644 index 00000000..5f85452f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/spawner.png differ diff --git a/1.16.5/assets/minecraft/textures/block/sponge.png b/1.16.5/assets/minecraft/textures/block/sponge.png new file mode 100644 index 00000000..ffb12295 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/sponge.png differ diff --git a/1.16.5/assets/minecraft/textures/block/spruce_door_bottom.png b/1.16.5/assets/minecraft/textures/block/spruce_door_bottom.png new file mode 100644 index 00000000..c94ae204 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/spruce_door_bottom.png differ diff --git a/1.16.5/assets/minecraft/textures/block/spruce_door_top.png b/1.16.5/assets/minecraft/textures/block/spruce_door_top.png new file mode 100644 index 00000000..65a86fec Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/spruce_door_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/spruce_leaves.png b/1.16.5/assets/minecraft/textures/block/spruce_leaves.png new file mode 100644 index 00000000..f7f49939 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/spruce_leaves.png differ diff --git a/1.16.5/assets/minecraft/textures/block/spruce_log.png b/1.16.5/assets/minecraft/textures/block/spruce_log.png new file mode 100644 index 00000000..2aeca1b2 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/spruce_log.png differ diff --git a/1.16.5/assets/minecraft/textures/block/spruce_log_top.png b/1.16.5/assets/minecraft/textures/block/spruce_log_top.png new file mode 100644 index 00000000..bb66f32b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/spruce_log_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/spruce_planks.png b/1.16.5/assets/minecraft/textures/block/spruce_planks.png new file mode 100644 index 00000000..7afbde74 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/spruce_planks.png differ diff --git a/1.16.5/assets/minecraft/textures/block/spruce_sapling.png b/1.16.5/assets/minecraft/textures/block/spruce_sapling.png new file mode 100644 index 00000000..37aeb9c0 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/spruce_sapling.png differ diff --git a/1.16.5/assets/minecraft/textures/block/spruce_trapdoor.png b/1.16.5/assets/minecraft/textures/block/spruce_trapdoor.png new file mode 100644 index 00000000..c9ff2ee5 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/spruce_trapdoor.png differ diff --git a/1.16.5/assets/minecraft/textures/block/stone.png b/1.16.5/assets/minecraft/textures/block/stone.png new file mode 100644 index 00000000..2665baef Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/stone.png differ diff --git a/1.16.5/assets/minecraft/textures/block/stone_bricks.png b/1.16.5/assets/minecraft/textures/block/stone_bricks.png new file mode 100644 index 00000000..c4773439 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/stone_bricks.png differ diff --git a/1.16.5/assets/minecraft/textures/block/stonecutter_bottom.png b/1.16.5/assets/minecraft/textures/block/stonecutter_bottom.png new file mode 100644 index 00000000..a9af82d3 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/stonecutter_bottom.png differ diff --git a/1.16.5/assets/minecraft/textures/block/stonecutter_saw.png b/1.16.5/assets/minecraft/textures/block/stonecutter_saw.png new file mode 100644 index 00000000..38b8654b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/stonecutter_saw.png differ diff --git a/1.16.5/assets/minecraft/textures/block/stonecutter_saw.png.mcmeta b/1.16.5/assets/minecraft/textures/block/stonecutter_saw.png.mcmeta new file mode 100644 index 00000000..a328ca58 --- /dev/null +++ b/1.16.5/assets/minecraft/textures/block/stonecutter_saw.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": false, + "frametime": 1 + } +} diff --git a/1.16.5/assets/minecraft/textures/block/stonecutter_side.png b/1.16.5/assets/minecraft/textures/block/stonecutter_side.png new file mode 100644 index 00000000..873361c4 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/stonecutter_side.png differ diff --git a/1.16.5/assets/minecraft/textures/block/stonecutter_top.png b/1.16.5/assets/minecraft/textures/block/stonecutter_top.png new file mode 100644 index 00000000..208b3e7c Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/stonecutter_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/stripped_acacia_log.png b/1.16.5/assets/minecraft/textures/block/stripped_acacia_log.png new file mode 100644 index 00000000..29cca3ad Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/stripped_acacia_log.png differ diff --git a/1.16.5/assets/minecraft/textures/block/stripped_acacia_log_top.png b/1.16.5/assets/minecraft/textures/block/stripped_acacia_log_top.png new file mode 100644 index 00000000..11d22479 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/stripped_acacia_log_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/stripped_birch_log.png b/1.16.5/assets/minecraft/textures/block/stripped_birch_log.png new file mode 100644 index 00000000..24b33c55 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/stripped_birch_log.png differ diff --git a/1.16.5/assets/minecraft/textures/block/stripped_birch_log_top.png b/1.16.5/assets/minecraft/textures/block/stripped_birch_log_top.png new file mode 100644 index 00000000..1922d354 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/stripped_birch_log_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/stripped_crimson_stem.png b/1.16.5/assets/minecraft/textures/block/stripped_crimson_stem.png new file mode 100644 index 00000000..12f31e0b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/stripped_crimson_stem.png differ diff --git a/1.16.5/assets/minecraft/textures/block/stripped_crimson_stem_top.png b/1.16.5/assets/minecraft/textures/block/stripped_crimson_stem_top.png new file mode 100644 index 00000000..c66a7263 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/stripped_crimson_stem_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/stripped_dark_oak_log.png b/1.16.5/assets/minecraft/textures/block/stripped_dark_oak_log.png new file mode 100644 index 00000000..99147a50 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/stripped_dark_oak_log.png differ diff --git a/1.16.5/assets/minecraft/textures/block/stripped_dark_oak_log_top.png b/1.16.5/assets/minecraft/textures/block/stripped_dark_oak_log_top.png new file mode 100644 index 00000000..546914f9 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/stripped_dark_oak_log_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/stripped_jungle_log.png b/1.16.5/assets/minecraft/textures/block/stripped_jungle_log.png new file mode 100644 index 00000000..e3eb0ac1 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/stripped_jungle_log.png differ diff --git a/1.16.5/assets/minecraft/textures/block/stripped_jungle_log_top.png b/1.16.5/assets/minecraft/textures/block/stripped_jungle_log_top.png new file mode 100644 index 00000000..785200d5 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/stripped_jungle_log_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/stripped_oak_log.png b/1.16.5/assets/minecraft/textures/block/stripped_oak_log.png new file mode 100644 index 00000000..0a1d34c3 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/stripped_oak_log.png differ diff --git a/1.16.5/assets/minecraft/textures/block/stripped_oak_log_top.png b/1.16.5/assets/minecraft/textures/block/stripped_oak_log_top.png new file mode 100644 index 00000000..c845578b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/stripped_oak_log_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/stripped_spruce_log.png b/1.16.5/assets/minecraft/textures/block/stripped_spruce_log.png new file mode 100644 index 00000000..28571249 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/stripped_spruce_log.png differ diff --git a/1.16.5/assets/minecraft/textures/block/stripped_spruce_log_top.png b/1.16.5/assets/minecraft/textures/block/stripped_spruce_log_top.png new file mode 100644 index 00000000..f2353bed Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/stripped_spruce_log_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/stripped_warped_stem.png b/1.16.5/assets/minecraft/textures/block/stripped_warped_stem.png new file mode 100644 index 00000000..de6d3e58 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/stripped_warped_stem.png differ diff --git a/1.16.5/assets/minecraft/textures/block/stripped_warped_stem_top.png b/1.16.5/assets/minecraft/textures/block/stripped_warped_stem_top.png new file mode 100644 index 00000000..10b17447 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/stripped_warped_stem_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/structure_block.png b/1.16.5/assets/minecraft/textures/block/structure_block.png new file mode 100644 index 00000000..f03ea5fe Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/structure_block.png differ diff --git a/1.16.5/assets/minecraft/textures/block/structure_block_corner.png b/1.16.5/assets/minecraft/textures/block/structure_block_corner.png new file mode 100644 index 00000000..418fd05c Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/structure_block_corner.png differ diff --git a/1.16.5/assets/minecraft/textures/block/structure_block_data.png b/1.16.5/assets/minecraft/textures/block/structure_block_data.png new file mode 100644 index 00000000..75ea3083 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/structure_block_data.png differ diff --git a/1.16.5/assets/minecraft/textures/block/structure_block_load.png b/1.16.5/assets/minecraft/textures/block/structure_block_load.png new file mode 100644 index 00000000..aca338b1 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/structure_block_load.png differ diff --git a/1.16.5/assets/minecraft/textures/block/structure_block_save.png b/1.16.5/assets/minecraft/textures/block/structure_block_save.png new file mode 100644 index 00000000..64709278 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/structure_block_save.png differ diff --git a/1.16.5/assets/minecraft/textures/block/sugar_cane.png b/1.16.5/assets/minecraft/textures/block/sugar_cane.png new file mode 100644 index 00000000..ba0be9ec Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/sugar_cane.png differ diff --git a/1.16.5/assets/minecraft/textures/block/sunflower_back.png b/1.16.5/assets/minecraft/textures/block/sunflower_back.png new file mode 100644 index 00000000..a53f762f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/sunflower_back.png differ diff --git a/1.16.5/assets/minecraft/textures/block/sunflower_bottom.png b/1.16.5/assets/minecraft/textures/block/sunflower_bottom.png new file mode 100644 index 00000000..c5c8c629 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/sunflower_bottom.png differ diff --git a/1.16.5/assets/minecraft/textures/block/sunflower_front.png b/1.16.5/assets/minecraft/textures/block/sunflower_front.png new file mode 100644 index 00000000..568bd4d7 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/sunflower_front.png differ diff --git a/1.16.5/assets/minecraft/textures/block/sunflower_top.png b/1.16.5/assets/minecraft/textures/block/sunflower_top.png new file mode 100644 index 00000000..b9747f7e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/sunflower_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/sweet_berry_bush_stage0.png b/1.16.5/assets/minecraft/textures/block/sweet_berry_bush_stage0.png new file mode 100644 index 00000000..6b5854da Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/sweet_berry_bush_stage0.png differ diff --git a/1.16.5/assets/minecraft/textures/block/sweet_berry_bush_stage1.png b/1.16.5/assets/minecraft/textures/block/sweet_berry_bush_stage1.png new file mode 100644 index 00000000..216269ca Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/sweet_berry_bush_stage1.png differ diff --git a/1.16.5/assets/minecraft/textures/block/sweet_berry_bush_stage2.png b/1.16.5/assets/minecraft/textures/block/sweet_berry_bush_stage2.png new file mode 100644 index 00000000..4254cc09 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/sweet_berry_bush_stage2.png differ diff --git a/1.16.5/assets/minecraft/textures/block/sweet_berry_bush_stage3.png b/1.16.5/assets/minecraft/textures/block/sweet_berry_bush_stage3.png new file mode 100644 index 00000000..755ba234 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/sweet_berry_bush_stage3.png differ diff --git a/1.16.5/assets/minecraft/textures/block/tall_grass_bottom.png b/1.16.5/assets/minecraft/textures/block/tall_grass_bottom.png new file mode 100644 index 00000000..54bb7d6a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/tall_grass_bottom.png differ diff --git a/1.16.5/assets/minecraft/textures/block/tall_grass_top.png b/1.16.5/assets/minecraft/textures/block/tall_grass_top.png new file mode 100644 index 00000000..4598b7ac Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/tall_grass_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/tall_seagrass_bottom.png b/1.16.5/assets/minecraft/textures/block/tall_seagrass_bottom.png new file mode 100644 index 00000000..bb8d72d8 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/tall_seagrass_bottom.png differ diff --git a/1.16.5/assets/minecraft/textures/block/tall_seagrass_bottom.png.mcmeta b/1.16.5/assets/minecraft/textures/block/tall_seagrass_bottom.png.mcmeta new file mode 100644 index 00000000..36578bcc --- /dev/null +++ b/1.16.5/assets/minecraft/textures/block/tall_seagrass_bottom.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 2 + } +} diff --git a/1.16.5/assets/minecraft/textures/block/tall_seagrass_top.png b/1.16.5/assets/minecraft/textures/block/tall_seagrass_top.png new file mode 100644 index 00000000..1e52c7c1 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/tall_seagrass_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/tall_seagrass_top.png.mcmeta b/1.16.5/assets/minecraft/textures/block/tall_seagrass_top.png.mcmeta new file mode 100644 index 00000000..36578bcc --- /dev/null +++ b/1.16.5/assets/minecraft/textures/block/tall_seagrass_top.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 2 + } +} diff --git a/1.16.5/assets/minecraft/textures/block/target_side.png b/1.16.5/assets/minecraft/textures/block/target_side.png new file mode 100644 index 00000000..372cded4 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/target_side.png differ diff --git a/1.16.5/assets/minecraft/textures/block/target_top.png b/1.16.5/assets/minecraft/textures/block/target_top.png new file mode 100644 index 00000000..63463fc4 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/target_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/terracotta.png b/1.16.5/assets/minecraft/textures/block/terracotta.png new file mode 100644 index 00000000..1f78b155 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/terracotta.png differ diff --git a/1.16.5/assets/minecraft/textures/block/tnt_bottom.png b/1.16.5/assets/minecraft/textures/block/tnt_bottom.png new file mode 100644 index 00000000..53f78d70 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/tnt_bottom.png differ diff --git a/1.16.5/assets/minecraft/textures/block/tnt_side.png b/1.16.5/assets/minecraft/textures/block/tnt_side.png new file mode 100644 index 00000000..74d66c70 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/tnt_side.png differ diff --git a/1.16.5/assets/minecraft/textures/block/tnt_top.png b/1.16.5/assets/minecraft/textures/block/tnt_top.png new file mode 100644 index 00000000..078dc312 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/tnt_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/torch.png b/1.16.5/assets/minecraft/textures/block/torch.png new file mode 100644 index 00000000..14bd2d70 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/torch.png differ diff --git a/1.16.5/assets/minecraft/textures/block/tripwire.png b/1.16.5/assets/minecraft/textures/block/tripwire.png new file mode 100644 index 00000000..5b422eff Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/tripwire.png differ diff --git a/1.16.5/assets/minecraft/textures/block/tripwire_hook.png b/1.16.5/assets/minecraft/textures/block/tripwire_hook.png new file mode 100644 index 00000000..1eda9ef6 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/tripwire_hook.png differ diff --git a/1.16.5/assets/minecraft/textures/block/tube_coral.png b/1.16.5/assets/minecraft/textures/block/tube_coral.png new file mode 100644 index 00000000..484a854d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/tube_coral.png differ diff --git a/1.16.5/assets/minecraft/textures/block/tube_coral_block.png b/1.16.5/assets/minecraft/textures/block/tube_coral_block.png new file mode 100644 index 00000000..756d32d8 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/tube_coral_block.png differ diff --git a/1.16.5/assets/minecraft/textures/block/tube_coral_fan.png b/1.16.5/assets/minecraft/textures/block/tube_coral_fan.png new file mode 100644 index 00000000..6f32fca1 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/tube_coral_fan.png differ diff --git a/1.16.5/assets/minecraft/textures/block/turtle_egg.png b/1.16.5/assets/minecraft/textures/block/turtle_egg.png new file mode 100644 index 00000000..ba920e9a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/turtle_egg.png differ diff --git a/1.16.5/assets/minecraft/textures/block/turtle_egg_slightly_cracked.png b/1.16.5/assets/minecraft/textures/block/turtle_egg_slightly_cracked.png new file mode 100644 index 00000000..55fb04e3 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/turtle_egg_slightly_cracked.png differ diff --git a/1.16.5/assets/minecraft/textures/block/turtle_egg_very_cracked.png b/1.16.5/assets/minecraft/textures/block/turtle_egg_very_cracked.png new file mode 100644 index 00000000..b6a87688 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/turtle_egg_very_cracked.png differ diff --git a/1.16.5/assets/minecraft/textures/block/twisting_vines.png b/1.16.5/assets/minecraft/textures/block/twisting_vines.png new file mode 100644 index 00000000..c9c15359 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/twisting_vines.png differ diff --git a/1.16.5/assets/minecraft/textures/block/twisting_vines_plant.png b/1.16.5/assets/minecraft/textures/block/twisting_vines_plant.png new file mode 100644 index 00000000..dae0a64d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/twisting_vines_plant.png differ diff --git a/1.16.5/assets/minecraft/textures/block/vine.png b/1.16.5/assets/minecraft/textures/block/vine.png new file mode 100644 index 00000000..3d4f836f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/vine.png differ diff --git a/1.16.5/assets/minecraft/textures/block/warped_door_bottom.png b/1.16.5/assets/minecraft/textures/block/warped_door_bottom.png new file mode 100644 index 00000000..eeb24464 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/warped_door_bottom.png differ diff --git a/1.16.5/assets/minecraft/textures/block/warped_door_top.png b/1.16.5/assets/minecraft/textures/block/warped_door_top.png new file mode 100644 index 00000000..1cae64da Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/warped_door_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/warped_fungus.png b/1.16.5/assets/minecraft/textures/block/warped_fungus.png new file mode 100644 index 00000000..fe9ffb40 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/warped_fungus.png differ diff --git a/1.16.5/assets/minecraft/textures/block/warped_nylium.png b/1.16.5/assets/minecraft/textures/block/warped_nylium.png new file mode 100644 index 00000000..e3ca90f6 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/warped_nylium.png differ diff --git a/1.16.5/assets/minecraft/textures/block/warped_nylium_side.png b/1.16.5/assets/minecraft/textures/block/warped_nylium_side.png new file mode 100644 index 00000000..fd1eccf4 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/warped_nylium_side.png differ diff --git a/1.16.5/assets/minecraft/textures/block/warped_planks.png b/1.16.5/assets/minecraft/textures/block/warped_planks.png new file mode 100644 index 00000000..34d43756 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/warped_planks.png differ diff --git a/1.16.5/assets/minecraft/textures/block/warped_roots.png b/1.16.5/assets/minecraft/textures/block/warped_roots.png new file mode 100644 index 00000000..89040f71 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/warped_roots.png differ diff --git a/1.16.5/assets/minecraft/textures/block/warped_roots_pot.png b/1.16.5/assets/minecraft/textures/block/warped_roots_pot.png new file mode 100644 index 00000000..3aa4becb Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/warped_roots_pot.png differ diff --git a/1.16.5/assets/minecraft/textures/block/warped_stem.png b/1.16.5/assets/minecraft/textures/block/warped_stem.png new file mode 100644 index 00000000..3683d9d1 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/warped_stem.png differ diff --git a/1.16.5/assets/minecraft/textures/block/warped_stem.png.mcmeta b/1.16.5/assets/minecraft/textures/block/warped_stem.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.16.5/assets/minecraft/textures/block/warped_stem.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.16.5/assets/minecraft/textures/block/warped_stem_top.png b/1.16.5/assets/minecraft/textures/block/warped_stem_top.png new file mode 100644 index 00000000..a1478bfb Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/warped_stem_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/warped_trapdoor.png b/1.16.5/assets/minecraft/textures/block/warped_trapdoor.png new file mode 100644 index 00000000..3e8f6138 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/warped_trapdoor.png differ diff --git a/1.16.5/assets/minecraft/textures/block/warped_wart_block.png b/1.16.5/assets/minecraft/textures/block/warped_wart_block.png new file mode 100644 index 00000000..e174e3a2 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/warped_wart_block.png differ diff --git a/1.16.5/assets/minecraft/textures/block/water_flow.png b/1.16.5/assets/minecraft/textures/block/water_flow.png new file mode 100644 index 00000000..2b90e8aa Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/water_flow.png differ diff --git a/1.16.5/assets/minecraft/textures/block/water_flow.png.mcmeta b/1.16.5/assets/minecraft/textures/block/water_flow.png.mcmeta new file mode 100644 index 00000000..4f0718ac --- /dev/null +++ b/1.16.5/assets/minecraft/textures/block/water_flow.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} \ No newline at end of file diff --git a/1.16.5/assets/minecraft/textures/block/water_overlay.png b/1.16.5/assets/minecraft/textures/block/water_overlay.png new file mode 100644 index 00000000..c6f2fa98 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/water_overlay.png differ diff --git a/1.16.5/assets/minecraft/textures/block/water_still.png b/1.16.5/assets/minecraft/textures/block/water_still.png new file mode 100644 index 00000000..41601626 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/water_still.png differ diff --git a/1.16.5/assets/minecraft/textures/block/water_still.png.mcmeta b/1.16.5/assets/minecraft/textures/block/water_still.png.mcmeta new file mode 100644 index 00000000..0645f48c --- /dev/null +++ b/1.16.5/assets/minecraft/textures/block/water_still.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 2 + } +} diff --git a/1.16.5/assets/minecraft/textures/block/weeping_vines.png b/1.16.5/assets/minecraft/textures/block/weeping_vines.png new file mode 100644 index 00000000..5a862856 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/weeping_vines.png differ diff --git a/1.16.5/assets/minecraft/textures/block/weeping_vines_plant.png b/1.16.5/assets/minecraft/textures/block/weeping_vines_plant.png new file mode 100644 index 00000000..6ce50a77 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/weeping_vines_plant.png differ diff --git a/1.16.5/assets/minecraft/textures/block/wet_sponge.png b/1.16.5/assets/minecraft/textures/block/wet_sponge.png new file mode 100644 index 00000000..13b95c3b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/wet_sponge.png differ diff --git a/1.16.5/assets/minecraft/textures/block/wheat_stage0.png b/1.16.5/assets/minecraft/textures/block/wheat_stage0.png new file mode 100644 index 00000000..a931be80 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/wheat_stage0.png differ diff --git a/1.16.5/assets/minecraft/textures/block/wheat_stage1.png b/1.16.5/assets/minecraft/textures/block/wheat_stage1.png new file mode 100644 index 00000000..e2fde9e8 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/wheat_stage1.png differ diff --git a/1.16.5/assets/minecraft/textures/block/wheat_stage2.png b/1.16.5/assets/minecraft/textures/block/wheat_stage2.png new file mode 100644 index 00000000..8cf9cb2f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/wheat_stage2.png differ diff --git a/1.16.5/assets/minecraft/textures/block/wheat_stage3.png b/1.16.5/assets/minecraft/textures/block/wheat_stage3.png new file mode 100644 index 00000000..4c5349e2 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/wheat_stage3.png differ diff --git a/1.16.5/assets/minecraft/textures/block/wheat_stage4.png b/1.16.5/assets/minecraft/textures/block/wheat_stage4.png new file mode 100644 index 00000000..6d69e463 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/wheat_stage4.png differ diff --git a/1.16.5/assets/minecraft/textures/block/wheat_stage5.png b/1.16.5/assets/minecraft/textures/block/wheat_stage5.png new file mode 100644 index 00000000..4e4b810c Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/wheat_stage5.png differ diff --git a/1.16.5/assets/minecraft/textures/block/wheat_stage6.png b/1.16.5/assets/minecraft/textures/block/wheat_stage6.png new file mode 100644 index 00000000..9beda475 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/wheat_stage6.png differ diff --git a/1.16.5/assets/minecraft/textures/block/wheat_stage7.png b/1.16.5/assets/minecraft/textures/block/wheat_stage7.png new file mode 100644 index 00000000..e5ee897e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/wheat_stage7.png differ diff --git a/1.16.5/assets/minecraft/textures/block/white_concrete.png b/1.16.5/assets/minecraft/textures/block/white_concrete.png new file mode 100644 index 00000000..e2f7f41d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/white_concrete.png differ diff --git a/1.16.5/assets/minecraft/textures/block/white_concrete_powder.png b/1.16.5/assets/minecraft/textures/block/white_concrete_powder.png new file mode 100644 index 00000000..35ae8ae4 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/white_concrete_powder.png differ diff --git a/1.16.5/assets/minecraft/textures/block/white_glazed_terracotta.png b/1.16.5/assets/minecraft/textures/block/white_glazed_terracotta.png new file mode 100644 index 00000000..b94f6b9d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/white_glazed_terracotta.png differ diff --git a/1.16.5/assets/minecraft/textures/block/white_shulker_box.png b/1.16.5/assets/minecraft/textures/block/white_shulker_box.png new file mode 100644 index 00000000..3d87d645 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/white_shulker_box.png differ diff --git a/1.16.5/assets/minecraft/textures/block/white_stained_glass.png b/1.16.5/assets/minecraft/textures/block/white_stained_glass.png new file mode 100644 index 00000000..fc9fc65d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/white_stained_glass.png differ diff --git a/1.16.5/assets/minecraft/textures/block/white_stained_glass_pane_top.png b/1.16.5/assets/minecraft/textures/block/white_stained_glass_pane_top.png new file mode 100644 index 00000000..0c7d0917 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/white_stained_glass_pane_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/white_terracotta.png b/1.16.5/assets/minecraft/textures/block/white_terracotta.png new file mode 100644 index 00000000..b7ba8e99 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/white_terracotta.png differ diff --git a/1.16.5/assets/minecraft/textures/block/white_tulip.png b/1.16.5/assets/minecraft/textures/block/white_tulip.png new file mode 100644 index 00000000..1aa8f4db Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/white_tulip.png differ diff --git a/1.16.5/assets/minecraft/textures/block/white_wool.png b/1.16.5/assets/minecraft/textures/block/white_wool.png new file mode 100644 index 00000000..fa2c56e8 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/white_wool.png differ diff --git a/1.16.5/assets/minecraft/textures/block/wither_rose.png b/1.16.5/assets/minecraft/textures/block/wither_rose.png new file mode 100644 index 00000000..ae0a1b67 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/wither_rose.png differ diff --git a/1.16.5/assets/minecraft/textures/block/yellow_concrete.png b/1.16.5/assets/minecraft/textures/block/yellow_concrete.png new file mode 100644 index 00000000..8bc83432 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/yellow_concrete.png differ diff --git a/1.16.5/assets/minecraft/textures/block/yellow_concrete_powder.png b/1.16.5/assets/minecraft/textures/block/yellow_concrete_powder.png new file mode 100644 index 00000000..74429838 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/yellow_concrete_powder.png differ diff --git a/1.16.5/assets/minecraft/textures/block/yellow_glazed_terracotta.png b/1.16.5/assets/minecraft/textures/block/yellow_glazed_terracotta.png new file mode 100644 index 00000000..3d20abfa Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/yellow_glazed_terracotta.png differ diff --git a/1.16.5/assets/minecraft/textures/block/yellow_shulker_box.png b/1.16.5/assets/minecraft/textures/block/yellow_shulker_box.png new file mode 100644 index 00000000..671b2c36 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/yellow_shulker_box.png differ diff --git a/1.16.5/assets/minecraft/textures/block/yellow_stained_glass.png b/1.16.5/assets/minecraft/textures/block/yellow_stained_glass.png new file mode 100644 index 00000000..07c4d1bd Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/yellow_stained_glass.png differ diff --git a/1.16.5/assets/minecraft/textures/block/yellow_stained_glass_pane_top.png b/1.16.5/assets/minecraft/textures/block/yellow_stained_glass_pane_top.png new file mode 100644 index 00000000..1c8580f3 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/yellow_stained_glass_pane_top.png differ diff --git a/1.16.5/assets/minecraft/textures/block/yellow_terracotta.png b/1.16.5/assets/minecraft/textures/block/yellow_terracotta.png new file mode 100644 index 00000000..ec96503a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/yellow_terracotta.png differ diff --git a/1.16.5/assets/minecraft/textures/block/yellow_wool.png b/1.16.5/assets/minecraft/textures/block/yellow_wool.png new file mode 100644 index 00000000..fba27874 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/block/yellow_wool.png differ diff --git a/1.16.5/assets/minecraft/textures/colormap/foliage.png b/1.16.5/assets/minecraft/textures/colormap/foliage.png new file mode 100644 index 00000000..3517423a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/colormap/foliage.png differ diff --git a/1.16.5/assets/minecraft/textures/colormap/grass.png b/1.16.5/assets/minecraft/textures/colormap/grass.png new file mode 100644 index 00000000..f59dd38b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/colormap/grass.png differ diff --git a/1.16.5/assets/minecraft/textures/effect/dither.png b/1.16.5/assets/minecraft/textures/effect/dither.png new file mode 100644 index 00000000..d211107d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/effect/dither.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/alex.png b/1.16.5/assets/minecraft/textures/entity/alex.png new file mode 100644 index 00000000..ffd8e071 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/alex.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/armorstand/wood.png b/1.16.5/assets/minecraft/textures/entity/armorstand/wood.png new file mode 100644 index 00000000..c41a82f0 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/armorstand/wood.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/arrow.png b/1.16.5/assets/minecraft/textures/entity/arrow.png new file mode 100644 index 00000000..0d58b2cc Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/arrow.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/banner/base.png b/1.16.5/assets/minecraft/textures/entity/banner/base.png new file mode 100644 index 00000000..70ce7392 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/banner/base.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/banner/border.png b/1.16.5/assets/minecraft/textures/entity/banner/border.png new file mode 100644 index 00000000..ee613d49 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/banner/border.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/banner/bricks.png b/1.16.5/assets/minecraft/textures/entity/banner/bricks.png new file mode 100644 index 00000000..1821c093 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/banner/bricks.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/banner/circle.png b/1.16.5/assets/minecraft/textures/entity/banner/circle.png new file mode 100644 index 00000000..6ee6beb3 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/banner/circle.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/banner/creeper.png b/1.16.5/assets/minecraft/textures/entity/banner/creeper.png new file mode 100644 index 00000000..8c57b0d9 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/banner/creeper.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/banner/cross.png b/1.16.5/assets/minecraft/textures/entity/banner/cross.png new file mode 100644 index 00000000..9868a49c Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/banner/cross.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/banner/curly_border.png b/1.16.5/assets/minecraft/textures/entity/banner/curly_border.png new file mode 100644 index 00000000..f39a1298 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/banner/curly_border.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/banner/diagonal_left.png b/1.16.5/assets/minecraft/textures/entity/banner/diagonal_left.png new file mode 100644 index 00000000..0189c317 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/banner/diagonal_left.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/banner/diagonal_right.png b/1.16.5/assets/minecraft/textures/entity/banner/diagonal_right.png new file mode 100644 index 00000000..1fa29f01 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/banner/diagonal_right.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/banner/diagonal_up_left.png b/1.16.5/assets/minecraft/textures/entity/banner/diagonal_up_left.png new file mode 100644 index 00000000..27d3b662 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/banner/diagonal_up_left.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/banner/diagonal_up_right.png b/1.16.5/assets/minecraft/textures/entity/banner/diagonal_up_right.png new file mode 100644 index 00000000..8062de49 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/banner/diagonal_up_right.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/banner/flower.png b/1.16.5/assets/minecraft/textures/entity/banner/flower.png new file mode 100644 index 00000000..d990c166 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/banner/flower.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/banner/globe.png b/1.16.5/assets/minecraft/textures/entity/banner/globe.png new file mode 100644 index 00000000..45d0e97d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/banner/globe.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/banner/gradient.png b/1.16.5/assets/minecraft/textures/entity/banner/gradient.png new file mode 100644 index 00000000..6e5a9414 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/banner/gradient.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/banner/gradient_up.png b/1.16.5/assets/minecraft/textures/entity/banner/gradient_up.png new file mode 100644 index 00000000..468bd4cb Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/banner/gradient_up.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/banner/half_horizontal.png b/1.16.5/assets/minecraft/textures/entity/banner/half_horizontal.png new file mode 100644 index 00000000..20826e14 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/banner/half_horizontal.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/banner/half_horizontal_bottom.png b/1.16.5/assets/minecraft/textures/entity/banner/half_horizontal_bottom.png new file mode 100644 index 00000000..ee5f94f1 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/banner/half_horizontal_bottom.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/banner/half_vertical.png b/1.16.5/assets/minecraft/textures/entity/banner/half_vertical.png new file mode 100644 index 00000000..6ced0af4 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/banner/half_vertical.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/banner/half_vertical_right.png b/1.16.5/assets/minecraft/textures/entity/banner/half_vertical_right.png new file mode 100644 index 00000000..a05d0c11 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/banner/half_vertical_right.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/banner/mojang.png b/1.16.5/assets/minecraft/textures/entity/banner/mojang.png new file mode 100644 index 00000000..30c30347 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/banner/mojang.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/banner/piglin.png b/1.16.5/assets/minecraft/textures/entity/banner/piglin.png new file mode 100644 index 00000000..57473f5d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/banner/piglin.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/banner/rhombus.png b/1.16.5/assets/minecraft/textures/entity/banner/rhombus.png new file mode 100644 index 00000000..bb3dd556 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/banner/rhombus.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/banner/skull.png b/1.16.5/assets/minecraft/textures/entity/banner/skull.png new file mode 100644 index 00000000..8a6cc1b3 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/banner/skull.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/banner/small_stripes.png b/1.16.5/assets/minecraft/textures/entity/banner/small_stripes.png new file mode 100644 index 00000000..7104ad3d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/banner/small_stripes.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/banner/square_bottom_left.png b/1.16.5/assets/minecraft/textures/entity/banner/square_bottom_left.png new file mode 100644 index 00000000..761d4921 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/banner/square_bottom_left.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/banner/square_bottom_right.png b/1.16.5/assets/minecraft/textures/entity/banner/square_bottom_right.png new file mode 100644 index 00000000..c6466109 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/banner/square_bottom_right.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/banner/square_top_left.png b/1.16.5/assets/minecraft/textures/entity/banner/square_top_left.png new file mode 100644 index 00000000..7c1f1d9c Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/banner/square_top_left.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/banner/square_top_right.png b/1.16.5/assets/minecraft/textures/entity/banner/square_top_right.png new file mode 100644 index 00000000..c66452cf Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/banner/square_top_right.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/banner/straight_cross.png b/1.16.5/assets/minecraft/textures/entity/banner/straight_cross.png new file mode 100644 index 00000000..b5aee999 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/banner/straight_cross.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/banner/stripe_bottom.png b/1.16.5/assets/minecraft/textures/entity/banner/stripe_bottom.png new file mode 100644 index 00000000..7c52d0c8 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/banner/stripe_bottom.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/banner/stripe_center.png b/1.16.5/assets/minecraft/textures/entity/banner/stripe_center.png new file mode 100644 index 00000000..d7efe29f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/banner/stripe_center.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/banner/stripe_downleft.png b/1.16.5/assets/minecraft/textures/entity/banner/stripe_downleft.png new file mode 100644 index 00000000..34f8e7ce Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/banner/stripe_downleft.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/banner/stripe_downright.png b/1.16.5/assets/minecraft/textures/entity/banner/stripe_downright.png new file mode 100644 index 00000000..01421935 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/banner/stripe_downright.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/banner/stripe_left.png b/1.16.5/assets/minecraft/textures/entity/banner/stripe_left.png new file mode 100644 index 00000000..7b6788eb Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/banner/stripe_left.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/banner/stripe_middle.png b/1.16.5/assets/minecraft/textures/entity/banner/stripe_middle.png new file mode 100644 index 00000000..37feba22 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/banner/stripe_middle.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/banner/stripe_right.png b/1.16.5/assets/minecraft/textures/entity/banner/stripe_right.png new file mode 100644 index 00000000..3c89f8a3 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/banner/stripe_right.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/banner/stripe_top.png b/1.16.5/assets/minecraft/textures/entity/banner/stripe_top.png new file mode 100644 index 00000000..5fc5de70 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/banner/stripe_top.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/banner/triangle_bottom.png b/1.16.5/assets/minecraft/textures/entity/banner/triangle_bottom.png new file mode 100644 index 00000000..a324a190 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/banner/triangle_bottom.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/banner/triangle_top.png b/1.16.5/assets/minecraft/textures/entity/banner/triangle_top.png new file mode 100644 index 00000000..00f86623 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/banner/triangle_top.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/banner/triangles_bottom.png b/1.16.5/assets/minecraft/textures/entity/banner/triangles_bottom.png new file mode 100644 index 00000000..8e535f59 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/banner/triangles_bottom.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/banner/triangles_top.png b/1.16.5/assets/minecraft/textures/entity/banner/triangles_top.png new file mode 100644 index 00000000..4bd0b8b2 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/banner/triangles_top.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/banner_base.png b/1.16.5/assets/minecraft/textures/entity/banner_base.png new file mode 100644 index 00000000..d8fa0f59 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/banner_base.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/bat.png b/1.16.5/assets/minecraft/textures/entity/bat.png new file mode 100644 index 00000000..3f71bc47 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/bat.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/beacon_beam.png b/1.16.5/assets/minecraft/textures/entity/beacon_beam.png new file mode 100644 index 00000000..a2da8c6f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/beacon_beam.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/bear/polarbear.png b/1.16.5/assets/minecraft/textures/entity/bear/polarbear.png new file mode 100644 index 00000000..59de9a1c Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/bear/polarbear.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/bed/black.png b/1.16.5/assets/minecraft/textures/entity/bed/black.png new file mode 100644 index 00000000..9893104c Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/bed/black.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/bed/blue.png b/1.16.5/assets/minecraft/textures/entity/bed/blue.png new file mode 100644 index 00000000..653e086d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/bed/blue.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/bed/brown.png b/1.16.5/assets/minecraft/textures/entity/bed/brown.png new file mode 100644 index 00000000..d4e15d69 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/bed/brown.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/bed/cyan.png b/1.16.5/assets/minecraft/textures/entity/bed/cyan.png new file mode 100644 index 00000000..319fd268 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/bed/cyan.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/bed/gray.png b/1.16.5/assets/minecraft/textures/entity/bed/gray.png new file mode 100644 index 00000000..9879a779 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/bed/gray.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/bed/green.png b/1.16.5/assets/minecraft/textures/entity/bed/green.png new file mode 100644 index 00000000..8eb60ecc Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/bed/green.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/bed/light_blue.png b/1.16.5/assets/minecraft/textures/entity/bed/light_blue.png new file mode 100644 index 00000000..7b605839 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/bed/light_blue.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/bed/light_gray.png b/1.16.5/assets/minecraft/textures/entity/bed/light_gray.png new file mode 100644 index 00000000..c35d5479 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/bed/light_gray.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/bed/lime.png b/1.16.5/assets/minecraft/textures/entity/bed/lime.png new file mode 100644 index 00000000..f8fe0e69 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/bed/lime.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/bed/magenta.png b/1.16.5/assets/minecraft/textures/entity/bed/magenta.png new file mode 100644 index 00000000..2b53bb9c Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/bed/magenta.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/bed/orange.png b/1.16.5/assets/minecraft/textures/entity/bed/orange.png new file mode 100644 index 00000000..2fbc511c Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/bed/orange.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/bed/pink.png b/1.16.5/assets/minecraft/textures/entity/bed/pink.png new file mode 100644 index 00000000..1411ef37 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/bed/pink.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/bed/purple.png b/1.16.5/assets/minecraft/textures/entity/bed/purple.png new file mode 100644 index 00000000..f24a8359 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/bed/purple.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/bed/red.png b/1.16.5/assets/minecraft/textures/entity/bed/red.png new file mode 100644 index 00000000..3e13835a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/bed/red.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/bed/white.png b/1.16.5/assets/minecraft/textures/entity/bed/white.png new file mode 100644 index 00000000..6e52d5c9 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/bed/white.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/bed/yellow.png b/1.16.5/assets/minecraft/textures/entity/bed/yellow.png new file mode 100644 index 00000000..1d3d4040 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/bed/yellow.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/bee/bee.png b/1.16.5/assets/minecraft/textures/entity/bee/bee.png new file mode 100644 index 00000000..9927efbc Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/bee/bee.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/bee/bee_angry.png b/1.16.5/assets/minecraft/textures/entity/bee/bee_angry.png new file mode 100644 index 00000000..1533277d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/bee/bee_angry.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/bee/bee_angry_nectar.png b/1.16.5/assets/minecraft/textures/entity/bee/bee_angry_nectar.png new file mode 100644 index 00000000..85b89a73 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/bee/bee_angry_nectar.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/bee/bee_nectar.png b/1.16.5/assets/minecraft/textures/entity/bee/bee_nectar.png new file mode 100644 index 00000000..209918bd Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/bee/bee_nectar.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/bee/bee_stinger.png b/1.16.5/assets/minecraft/textures/entity/bee/bee_stinger.png new file mode 100644 index 00000000..d17f4dc1 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/bee/bee_stinger.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/bell/bell_body.png b/1.16.5/assets/minecraft/textures/entity/bell/bell_body.png new file mode 100644 index 00000000..511a979f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/bell/bell_body.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/blaze.png b/1.16.5/assets/minecraft/textures/entity/blaze.png new file mode 100644 index 00000000..afcc89f6 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/blaze.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/boat/acacia.png b/1.16.5/assets/minecraft/textures/entity/boat/acacia.png new file mode 100644 index 00000000..88d8c758 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/boat/acacia.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/boat/birch.png b/1.16.5/assets/minecraft/textures/entity/boat/birch.png new file mode 100644 index 00000000..e9048b81 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/boat/birch.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/boat/dark_oak.png b/1.16.5/assets/minecraft/textures/entity/boat/dark_oak.png new file mode 100644 index 00000000..963f96fb Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/boat/dark_oak.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/boat/jungle.png b/1.16.5/assets/minecraft/textures/entity/boat/jungle.png new file mode 100644 index 00000000..73bb4d1e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/boat/jungle.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/boat/oak.png b/1.16.5/assets/minecraft/textures/entity/boat/oak.png new file mode 100644 index 00000000..5ef4ad4a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/boat/oak.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/boat/spruce.png b/1.16.5/assets/minecraft/textures/entity/boat/spruce.png new file mode 100644 index 00000000..b62e0403 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/boat/spruce.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/cat/all_black.png b/1.16.5/assets/minecraft/textures/entity/cat/all_black.png new file mode 100644 index 00000000..66be34ab Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/cat/all_black.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/cat/black.png b/1.16.5/assets/minecraft/textures/entity/cat/black.png new file mode 100644 index 00000000..f34a9ee8 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/cat/black.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/cat/british_shorthair.png b/1.16.5/assets/minecraft/textures/entity/cat/british_shorthair.png new file mode 100644 index 00000000..01b2f8e1 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/cat/british_shorthair.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/cat/calico.png b/1.16.5/assets/minecraft/textures/entity/cat/calico.png new file mode 100644 index 00000000..cc9c4502 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/cat/calico.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/cat/cat_collar.png b/1.16.5/assets/minecraft/textures/entity/cat/cat_collar.png new file mode 100644 index 00000000..bc1b17bf Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/cat/cat_collar.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/cat/jellie.png b/1.16.5/assets/minecraft/textures/entity/cat/jellie.png new file mode 100644 index 00000000..f46287a4 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/cat/jellie.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/cat/ocelot.png b/1.16.5/assets/minecraft/textures/entity/cat/ocelot.png new file mode 100644 index 00000000..5f24e606 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/cat/ocelot.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/cat/persian.png b/1.16.5/assets/minecraft/textures/entity/cat/persian.png new file mode 100644 index 00000000..68399dab Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/cat/persian.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/cat/ragdoll.png b/1.16.5/assets/minecraft/textures/entity/cat/ragdoll.png new file mode 100644 index 00000000..13c8d5a5 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/cat/ragdoll.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/cat/red.png b/1.16.5/assets/minecraft/textures/entity/cat/red.png new file mode 100644 index 00000000..68edb25e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/cat/red.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/cat/siamese.png b/1.16.5/assets/minecraft/textures/entity/cat/siamese.png new file mode 100644 index 00000000..8131120c Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/cat/siamese.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/cat/tabby.png b/1.16.5/assets/minecraft/textures/entity/cat/tabby.png new file mode 100644 index 00000000..4d353bbf Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/cat/tabby.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/cat/white.png b/1.16.5/assets/minecraft/textures/entity/cat/white.png new file mode 100644 index 00000000..1a092529 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/cat/white.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/chest/christmas.png b/1.16.5/assets/minecraft/textures/entity/chest/christmas.png new file mode 100644 index 00000000..8cb25eef Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/chest/christmas.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/chest/christmas_left.png b/1.16.5/assets/minecraft/textures/entity/chest/christmas_left.png new file mode 100644 index 00000000..69842b8e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/chest/christmas_left.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/chest/christmas_right.png b/1.16.5/assets/minecraft/textures/entity/chest/christmas_right.png new file mode 100644 index 00000000..140be973 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/chest/christmas_right.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/chest/ender.png b/1.16.5/assets/minecraft/textures/entity/chest/ender.png new file mode 100644 index 00000000..26cbce38 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/chest/ender.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/chest/normal.png b/1.16.5/assets/minecraft/textures/entity/chest/normal.png new file mode 100644 index 00000000..ac361a55 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/chest/normal.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/chest/normal_left.png b/1.16.5/assets/minecraft/textures/entity/chest/normal_left.png new file mode 100644 index 00000000..d1d7f2cb Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/chest/normal_left.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/chest/normal_right.png b/1.16.5/assets/minecraft/textures/entity/chest/normal_right.png new file mode 100644 index 00000000..804aedf0 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/chest/normal_right.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/chest/trapped.png b/1.16.5/assets/minecraft/textures/entity/chest/trapped.png new file mode 100644 index 00000000..f2809266 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/chest/trapped.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/chest/trapped_left.png b/1.16.5/assets/minecraft/textures/entity/chest/trapped_left.png new file mode 100644 index 00000000..a272dbab Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/chest/trapped_left.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/chest/trapped_right.png b/1.16.5/assets/minecraft/textures/entity/chest/trapped_right.png new file mode 100644 index 00000000..73e75b2e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/chest/trapped_right.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/chicken.png b/1.16.5/assets/minecraft/textures/entity/chicken.png new file mode 100644 index 00000000..b56b49fe Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/chicken.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/conduit/base.png b/1.16.5/assets/minecraft/textures/entity/conduit/base.png new file mode 100644 index 00000000..dfc0bae8 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/conduit/base.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/conduit/break_particle.png b/1.16.5/assets/minecraft/textures/entity/conduit/break_particle.png new file mode 100644 index 00000000..78e0416c Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/conduit/break_particle.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/conduit/cage.png b/1.16.5/assets/minecraft/textures/entity/conduit/cage.png new file mode 100644 index 00000000..fe51d426 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/conduit/cage.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/conduit/closed_eye.png b/1.16.5/assets/minecraft/textures/entity/conduit/closed_eye.png new file mode 100644 index 00000000..204b1100 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/conduit/closed_eye.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/conduit/open_eye.png b/1.16.5/assets/minecraft/textures/entity/conduit/open_eye.png new file mode 100644 index 00000000..694601d2 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/conduit/open_eye.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/conduit/wind.png b/1.16.5/assets/minecraft/textures/entity/conduit/wind.png new file mode 100644 index 00000000..3287fe25 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/conduit/wind.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/conduit/wind.png.mcmeta b/1.16.5/assets/minecraft/textures/entity/conduit/wind.png.mcmeta new file mode 100644 index 00000000..93f0855e --- /dev/null +++ b/1.16.5/assets/minecraft/textures/entity/conduit/wind.png.mcmeta @@ -0,0 +1,31 @@ +{ + "animation": { + "frametime": 3, + "width": 64, + "height": 32, + "frames": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21 + ] + } +} diff --git a/1.16.5/assets/minecraft/textures/entity/conduit/wind_vertical.png b/1.16.5/assets/minecraft/textures/entity/conduit/wind_vertical.png new file mode 100644 index 00000000..a5f38ceb Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/conduit/wind_vertical.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/conduit/wind_vertical.png.mcmeta b/1.16.5/assets/minecraft/textures/entity/conduit/wind_vertical.png.mcmeta new file mode 100644 index 00000000..93f0855e --- /dev/null +++ b/1.16.5/assets/minecraft/textures/entity/conduit/wind_vertical.png.mcmeta @@ -0,0 +1,31 @@ +{ + "animation": { + "frametime": 3, + "width": 64, + "height": 32, + "frames": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21 + ] + } +} diff --git a/1.16.5/assets/minecraft/textures/entity/cow/brown_mooshroom.png b/1.16.5/assets/minecraft/textures/entity/cow/brown_mooshroom.png new file mode 100644 index 00000000..fb2e6782 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/cow/brown_mooshroom.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/cow/cow.png b/1.16.5/assets/minecraft/textures/entity/cow/cow.png new file mode 100644 index 00000000..c110519d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/cow/cow.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/cow/red_mooshroom.png b/1.16.5/assets/minecraft/textures/entity/cow/red_mooshroom.png new file mode 100644 index 00000000..180f514d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/cow/red_mooshroom.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/creeper/creeper.png b/1.16.5/assets/minecraft/textures/entity/creeper/creeper.png new file mode 100644 index 00000000..3875ea90 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/creeper/creeper.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/creeper/creeper_armor.png b/1.16.5/assets/minecraft/textures/entity/creeper/creeper_armor.png new file mode 100644 index 00000000..cc905d4d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/creeper/creeper_armor.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/dolphin.png b/1.16.5/assets/minecraft/textures/entity/dolphin.png new file mode 100644 index 00000000..25bec56f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/dolphin.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/elytra.png b/1.16.5/assets/minecraft/textures/entity/elytra.png new file mode 100644 index 00000000..f3389ab7 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/elytra.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/enchanting_table_book.png b/1.16.5/assets/minecraft/textures/entity/enchanting_table_book.png new file mode 100644 index 00000000..7a4c2164 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/enchanting_table_book.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/end_crystal/end_crystal.png b/1.16.5/assets/minecraft/textures/entity/end_crystal/end_crystal.png new file mode 100644 index 00000000..348afa2a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/end_crystal/end_crystal.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/end_crystal/end_crystal_beam.png b/1.16.5/assets/minecraft/textures/entity/end_crystal/end_crystal_beam.png new file mode 100644 index 00000000..1c2e187c Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/end_crystal/end_crystal_beam.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/end_gateway_beam.png b/1.16.5/assets/minecraft/textures/entity/end_gateway_beam.png new file mode 100644 index 00000000..e5071ee7 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/end_gateway_beam.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/end_portal.png b/1.16.5/assets/minecraft/textures/entity/end_portal.png new file mode 100644 index 00000000..173731a1 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/end_portal.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/enderdragon/dragon.png b/1.16.5/assets/minecraft/textures/entity/enderdragon/dragon.png new file mode 100644 index 00000000..8d15e532 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/enderdragon/dragon.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/enderdragon/dragon_exploding.png b/1.16.5/assets/minecraft/textures/entity/enderdragon/dragon_exploding.png new file mode 100644 index 00000000..6ac3078b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/enderdragon/dragon_exploding.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/enderdragon/dragon_eyes.png b/1.16.5/assets/minecraft/textures/entity/enderdragon/dragon_eyes.png new file mode 100644 index 00000000..146d604e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/enderdragon/dragon_eyes.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/enderdragon/dragon_fireball.png b/1.16.5/assets/minecraft/textures/entity/enderdragon/dragon_fireball.png new file mode 100644 index 00000000..4ac6358e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/enderdragon/dragon_fireball.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/enderman/enderman.png b/1.16.5/assets/minecraft/textures/entity/enderman/enderman.png new file mode 100644 index 00000000..0413f8c5 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/enderman/enderman.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/enderman/enderman_eyes.png b/1.16.5/assets/minecraft/textures/entity/enderman/enderman_eyes.png new file mode 100644 index 00000000..ade580ef Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/enderman/enderman_eyes.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/endermite.png b/1.16.5/assets/minecraft/textures/entity/endermite.png new file mode 100644 index 00000000..adc6c7fe Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/endermite.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/experience_orb.png b/1.16.5/assets/minecraft/textures/entity/experience_orb.png new file mode 100644 index 00000000..0a56f0f6 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/experience_orb.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/fish/cod.png b/1.16.5/assets/minecraft/textures/entity/fish/cod.png new file mode 100644 index 00000000..8fa1ff2f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/fish/cod.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/fish/pufferfish.png b/1.16.5/assets/minecraft/textures/entity/fish/pufferfish.png new file mode 100644 index 00000000..0b86b022 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/fish/pufferfish.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/fish/salmon.png b/1.16.5/assets/minecraft/textures/entity/fish/salmon.png new file mode 100644 index 00000000..9b18b3e6 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/fish/salmon.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/fish/tropical_a.png b/1.16.5/assets/minecraft/textures/entity/fish/tropical_a.png new file mode 100644 index 00000000..e3ce5ef9 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/fish/tropical_a.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/fish/tropical_a_pattern_1.png b/1.16.5/assets/minecraft/textures/entity/fish/tropical_a_pattern_1.png new file mode 100644 index 00000000..d1ca7bbf Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/fish/tropical_a_pattern_1.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/fish/tropical_a_pattern_2.png b/1.16.5/assets/minecraft/textures/entity/fish/tropical_a_pattern_2.png new file mode 100644 index 00000000..02d5a8d3 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/fish/tropical_a_pattern_2.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/fish/tropical_a_pattern_3.png b/1.16.5/assets/minecraft/textures/entity/fish/tropical_a_pattern_3.png new file mode 100644 index 00000000..1caab9ac Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/fish/tropical_a_pattern_3.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/fish/tropical_a_pattern_4.png b/1.16.5/assets/minecraft/textures/entity/fish/tropical_a_pattern_4.png new file mode 100644 index 00000000..a2c7fa24 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/fish/tropical_a_pattern_4.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/fish/tropical_a_pattern_5.png b/1.16.5/assets/minecraft/textures/entity/fish/tropical_a_pattern_5.png new file mode 100644 index 00000000..2df3dc5c Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/fish/tropical_a_pattern_5.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/fish/tropical_a_pattern_6.png b/1.16.5/assets/minecraft/textures/entity/fish/tropical_a_pattern_6.png new file mode 100644 index 00000000..06ed8367 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/fish/tropical_a_pattern_6.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/fish/tropical_b.png b/1.16.5/assets/minecraft/textures/entity/fish/tropical_b.png new file mode 100644 index 00000000..7de4312b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/fish/tropical_b.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/fish/tropical_b_pattern_1.png b/1.16.5/assets/minecraft/textures/entity/fish/tropical_b_pattern_1.png new file mode 100644 index 00000000..5b19c284 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/fish/tropical_b_pattern_1.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/fish/tropical_b_pattern_2.png b/1.16.5/assets/minecraft/textures/entity/fish/tropical_b_pattern_2.png new file mode 100644 index 00000000..948154d8 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/fish/tropical_b_pattern_2.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/fish/tropical_b_pattern_3.png b/1.16.5/assets/minecraft/textures/entity/fish/tropical_b_pattern_3.png new file mode 100644 index 00000000..0c948d2f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/fish/tropical_b_pattern_3.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/fish/tropical_b_pattern_4.png b/1.16.5/assets/minecraft/textures/entity/fish/tropical_b_pattern_4.png new file mode 100644 index 00000000..0ecf7403 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/fish/tropical_b_pattern_4.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/fish/tropical_b_pattern_5.png b/1.16.5/assets/minecraft/textures/entity/fish/tropical_b_pattern_5.png new file mode 100644 index 00000000..ce941a2d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/fish/tropical_b_pattern_5.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/fish/tropical_b_pattern_6.png b/1.16.5/assets/minecraft/textures/entity/fish/tropical_b_pattern_6.png new file mode 100644 index 00000000..61f70196 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/fish/tropical_b_pattern_6.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/fishing_hook.png b/1.16.5/assets/minecraft/textures/entity/fishing_hook.png new file mode 100644 index 00000000..e1e3c9d7 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/fishing_hook.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/fox/fox.png b/1.16.5/assets/minecraft/textures/entity/fox/fox.png new file mode 100644 index 00000000..2d068d68 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/fox/fox.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/fox/fox_sleep.png b/1.16.5/assets/minecraft/textures/entity/fox/fox_sleep.png new file mode 100644 index 00000000..4751cfe1 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/fox/fox_sleep.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/fox/snow_fox.png b/1.16.5/assets/minecraft/textures/entity/fox/snow_fox.png new file mode 100644 index 00000000..a41fb537 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/fox/snow_fox.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/fox/snow_fox_sleep.png b/1.16.5/assets/minecraft/textures/entity/fox/snow_fox_sleep.png new file mode 100644 index 00000000..e71ae7b1 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/fox/snow_fox_sleep.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/ghast/ghast.png b/1.16.5/assets/minecraft/textures/entity/ghast/ghast.png new file mode 100644 index 00000000..ca2823e9 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/ghast/ghast.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/ghast/ghast_shooting.png b/1.16.5/assets/minecraft/textures/entity/ghast/ghast_shooting.png new file mode 100644 index 00000000..2e6badbd Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/ghast/ghast_shooting.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/guardian.png b/1.16.5/assets/minecraft/textures/entity/guardian.png new file mode 100644 index 00000000..9945242b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/guardian.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/guardian_beam.png b/1.16.5/assets/minecraft/textures/entity/guardian_beam.png new file mode 100644 index 00000000..73a23109 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/guardian_beam.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/guardian_elder.png b/1.16.5/assets/minecraft/textures/entity/guardian_elder.png new file mode 100644 index 00000000..79e0f2c1 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/guardian_elder.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/hoglin/hoglin.png b/1.16.5/assets/minecraft/textures/entity/hoglin/hoglin.png new file mode 100644 index 00000000..2d55c108 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/hoglin/hoglin.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/hoglin/zoglin.png b/1.16.5/assets/minecraft/textures/entity/hoglin/zoglin.png new file mode 100644 index 00000000..4381524f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/hoglin/zoglin.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/horse/armor/horse_armor_diamond.png b/1.16.5/assets/minecraft/textures/entity/horse/armor/horse_armor_diamond.png new file mode 100644 index 00000000..2a7e179e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/horse/armor/horse_armor_diamond.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/horse/armor/horse_armor_gold.png b/1.16.5/assets/minecraft/textures/entity/horse/armor/horse_armor_gold.png new file mode 100644 index 00000000..a9b09e2c Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/horse/armor/horse_armor_gold.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/horse/armor/horse_armor_iron.png b/1.16.5/assets/minecraft/textures/entity/horse/armor/horse_armor_iron.png new file mode 100644 index 00000000..a0a88faa Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/horse/armor/horse_armor_iron.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/horse/armor/horse_armor_leather.png b/1.16.5/assets/minecraft/textures/entity/horse/armor/horse_armor_leather.png new file mode 100644 index 00000000..0c110da9 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/horse/armor/horse_armor_leather.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/horse/donkey.png b/1.16.5/assets/minecraft/textures/entity/horse/donkey.png new file mode 100644 index 00000000..a8745194 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/horse/donkey.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/horse/horse_black.png b/1.16.5/assets/minecraft/textures/entity/horse/horse_black.png new file mode 100644 index 00000000..d5fddb0d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/horse/horse_black.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/horse/horse_brown.png b/1.16.5/assets/minecraft/textures/entity/horse/horse_brown.png new file mode 100644 index 00000000..3bc9c97d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/horse/horse_brown.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/horse/horse_chestnut.png b/1.16.5/assets/minecraft/textures/entity/horse/horse_chestnut.png new file mode 100644 index 00000000..dc986a45 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/horse/horse_chestnut.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/horse/horse_creamy.png b/1.16.5/assets/minecraft/textures/entity/horse/horse_creamy.png new file mode 100644 index 00000000..13d08df2 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/horse/horse_creamy.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/horse/horse_darkbrown.png b/1.16.5/assets/minecraft/textures/entity/horse/horse_darkbrown.png new file mode 100644 index 00000000..d0a951ba Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/horse/horse_darkbrown.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/horse/horse_gray.png b/1.16.5/assets/minecraft/textures/entity/horse/horse_gray.png new file mode 100644 index 00000000..d0e64b84 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/horse/horse_gray.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/horse/horse_markings_blackdots.png b/1.16.5/assets/minecraft/textures/entity/horse/horse_markings_blackdots.png new file mode 100644 index 00000000..90bbd826 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/horse/horse_markings_blackdots.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/horse/horse_markings_white.png b/1.16.5/assets/minecraft/textures/entity/horse/horse_markings_white.png new file mode 100644 index 00000000..4799ff6a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/horse/horse_markings_white.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/horse/horse_markings_whitedots.png b/1.16.5/assets/minecraft/textures/entity/horse/horse_markings_whitedots.png new file mode 100644 index 00000000..42a8fd0c Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/horse/horse_markings_whitedots.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/horse/horse_markings_whitefield.png b/1.16.5/assets/minecraft/textures/entity/horse/horse_markings_whitefield.png new file mode 100644 index 00000000..f7432314 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/horse/horse_markings_whitefield.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/horse/horse_skeleton.png b/1.16.5/assets/minecraft/textures/entity/horse/horse_skeleton.png new file mode 100644 index 00000000..6d1a79df Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/horse/horse_skeleton.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/horse/horse_white.png b/1.16.5/assets/minecraft/textures/entity/horse/horse_white.png new file mode 100644 index 00000000..66078e8e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/horse/horse_white.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/horse/horse_zombie.png b/1.16.5/assets/minecraft/textures/entity/horse/horse_zombie.png new file mode 100644 index 00000000..f369b40c Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/horse/horse_zombie.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/horse/mule.png b/1.16.5/assets/minecraft/textures/entity/horse/mule.png new file mode 100644 index 00000000..3751ed0c Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/horse/mule.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/illager/evoker.png b/1.16.5/assets/minecraft/textures/entity/illager/evoker.png new file mode 100644 index 00000000..480dc616 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/illager/evoker.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/illager/evoker_fangs.png b/1.16.5/assets/minecraft/textures/entity/illager/evoker_fangs.png new file mode 100644 index 00000000..98db535a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/illager/evoker_fangs.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/illager/illusioner.png b/1.16.5/assets/minecraft/textures/entity/illager/illusioner.png new file mode 100644 index 00000000..72f5ee8e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/illager/illusioner.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/illager/pillager.png b/1.16.5/assets/minecraft/textures/entity/illager/pillager.png new file mode 100644 index 00000000..669acc3b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/illager/pillager.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/illager/ravager.png b/1.16.5/assets/minecraft/textures/entity/illager/ravager.png new file mode 100644 index 00000000..eafbcfe2 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/illager/ravager.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/illager/vex.png b/1.16.5/assets/minecraft/textures/entity/illager/vex.png new file mode 100644 index 00000000..dd538e7d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/illager/vex.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/illager/vex_charging.png b/1.16.5/assets/minecraft/textures/entity/illager/vex_charging.png new file mode 100644 index 00000000..971114e7 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/illager/vex_charging.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/illager/vindicator.png b/1.16.5/assets/minecraft/textures/entity/illager/vindicator.png new file mode 100644 index 00000000..181fd2fe Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/illager/vindicator.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/iron_golem/iron_golem.png b/1.16.5/assets/minecraft/textures/entity/iron_golem/iron_golem.png new file mode 100644 index 00000000..931e2f9f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/iron_golem/iron_golem.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/iron_golem/iron_golem_crackiness_high.png b/1.16.5/assets/minecraft/textures/entity/iron_golem/iron_golem_crackiness_high.png new file mode 100644 index 00000000..cd813629 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/iron_golem/iron_golem_crackiness_high.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/iron_golem/iron_golem_crackiness_low.png b/1.16.5/assets/minecraft/textures/entity/iron_golem/iron_golem_crackiness_low.png new file mode 100644 index 00000000..0d12ff93 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/iron_golem/iron_golem_crackiness_low.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/iron_golem/iron_golem_crackiness_medium.png b/1.16.5/assets/minecraft/textures/entity/iron_golem/iron_golem_crackiness_medium.png new file mode 100644 index 00000000..9387fa1e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/iron_golem/iron_golem_crackiness_medium.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/lead_knot.png b/1.16.5/assets/minecraft/textures/entity/lead_knot.png new file mode 100644 index 00000000..d6783071 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/lead_knot.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/llama/brown.png b/1.16.5/assets/minecraft/textures/entity/llama/brown.png new file mode 100644 index 00000000..10991376 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/llama/brown.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/llama/creamy.png b/1.16.5/assets/minecraft/textures/entity/llama/creamy.png new file mode 100644 index 00000000..5a4b6877 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/llama/creamy.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/llama/decor/black.png b/1.16.5/assets/minecraft/textures/entity/llama/decor/black.png new file mode 100644 index 00000000..92387637 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/llama/decor/black.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/llama/decor/blue.png b/1.16.5/assets/minecraft/textures/entity/llama/decor/blue.png new file mode 100644 index 00000000..bf7762e1 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/llama/decor/blue.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/llama/decor/brown.png b/1.16.5/assets/minecraft/textures/entity/llama/decor/brown.png new file mode 100644 index 00000000..03a80e12 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/llama/decor/brown.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/llama/decor/cyan.png b/1.16.5/assets/minecraft/textures/entity/llama/decor/cyan.png new file mode 100644 index 00000000..f149b9cd Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/llama/decor/cyan.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/llama/decor/gray.png b/1.16.5/assets/minecraft/textures/entity/llama/decor/gray.png new file mode 100644 index 00000000..a2f1b4f0 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/llama/decor/gray.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/llama/decor/green.png b/1.16.5/assets/minecraft/textures/entity/llama/decor/green.png new file mode 100644 index 00000000..732d7ec1 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/llama/decor/green.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/llama/decor/light_blue.png b/1.16.5/assets/minecraft/textures/entity/llama/decor/light_blue.png new file mode 100644 index 00000000..500a404f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/llama/decor/light_blue.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/llama/decor/light_gray.png b/1.16.5/assets/minecraft/textures/entity/llama/decor/light_gray.png new file mode 100644 index 00000000..4a89b3a5 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/llama/decor/light_gray.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/llama/decor/lime.png b/1.16.5/assets/minecraft/textures/entity/llama/decor/lime.png new file mode 100644 index 00000000..238eff41 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/llama/decor/lime.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/llama/decor/magenta.png b/1.16.5/assets/minecraft/textures/entity/llama/decor/magenta.png new file mode 100644 index 00000000..0ff23355 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/llama/decor/magenta.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/llama/decor/orange.png b/1.16.5/assets/minecraft/textures/entity/llama/decor/orange.png new file mode 100644 index 00000000..5b24951a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/llama/decor/orange.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/llama/decor/pink.png b/1.16.5/assets/minecraft/textures/entity/llama/decor/pink.png new file mode 100644 index 00000000..897ba65d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/llama/decor/pink.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/llama/decor/purple.png b/1.16.5/assets/minecraft/textures/entity/llama/decor/purple.png new file mode 100644 index 00000000..308adbec Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/llama/decor/purple.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/llama/decor/red.png b/1.16.5/assets/minecraft/textures/entity/llama/decor/red.png new file mode 100644 index 00000000..1b83dc37 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/llama/decor/red.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/llama/decor/trader_llama.png b/1.16.5/assets/minecraft/textures/entity/llama/decor/trader_llama.png new file mode 100644 index 00000000..61f28eb3 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/llama/decor/trader_llama.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/llama/decor/white.png b/1.16.5/assets/minecraft/textures/entity/llama/decor/white.png new file mode 100644 index 00000000..c8cf1761 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/llama/decor/white.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/llama/decor/yellow.png b/1.16.5/assets/minecraft/textures/entity/llama/decor/yellow.png new file mode 100644 index 00000000..64144cf5 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/llama/decor/yellow.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/llama/gray.png b/1.16.5/assets/minecraft/textures/entity/llama/gray.png new file mode 100644 index 00000000..3e170d11 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/llama/gray.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/llama/spit.png b/1.16.5/assets/minecraft/textures/entity/llama/spit.png new file mode 100644 index 00000000..fdcc4b12 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/llama/spit.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/llama/white.png b/1.16.5/assets/minecraft/textures/entity/llama/white.png new file mode 100644 index 00000000..d84fe157 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/llama/white.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/minecart.png b/1.16.5/assets/minecraft/textures/entity/minecart.png new file mode 100644 index 00000000..5ca94c00 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/minecart.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/panda/aggressive_panda.png b/1.16.5/assets/minecraft/textures/entity/panda/aggressive_panda.png new file mode 100644 index 00000000..5a6291b6 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/panda/aggressive_panda.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/panda/brown_panda.png b/1.16.5/assets/minecraft/textures/entity/panda/brown_panda.png new file mode 100644 index 00000000..cc51cc78 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/panda/brown_panda.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/panda/lazy_panda.png b/1.16.5/assets/minecraft/textures/entity/panda/lazy_panda.png new file mode 100644 index 00000000..7221b32b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/panda/lazy_panda.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/panda/panda.png b/1.16.5/assets/minecraft/textures/entity/panda/panda.png new file mode 100644 index 00000000..a2be86bd Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/panda/panda.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/panda/playful_panda.png b/1.16.5/assets/minecraft/textures/entity/panda/playful_panda.png new file mode 100644 index 00000000..99f667c9 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/panda/playful_panda.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/panda/weak_panda.png b/1.16.5/assets/minecraft/textures/entity/panda/weak_panda.png new file mode 100644 index 00000000..c7b318f2 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/panda/weak_panda.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/panda/worried_panda.png b/1.16.5/assets/minecraft/textures/entity/panda/worried_panda.png new file mode 100644 index 00000000..b4247d96 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/panda/worried_panda.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/parrot/parrot_blue.png b/1.16.5/assets/minecraft/textures/entity/parrot/parrot_blue.png new file mode 100644 index 00000000..ae93edf4 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/parrot/parrot_blue.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/parrot/parrot_green.png b/1.16.5/assets/minecraft/textures/entity/parrot/parrot_green.png new file mode 100644 index 00000000..efa83d91 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/parrot/parrot_green.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/parrot/parrot_grey.png b/1.16.5/assets/minecraft/textures/entity/parrot/parrot_grey.png new file mode 100644 index 00000000..8de45ef5 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/parrot/parrot_grey.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/parrot/parrot_red_blue.png b/1.16.5/assets/minecraft/textures/entity/parrot/parrot_red_blue.png new file mode 100644 index 00000000..32878086 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/parrot/parrot_red_blue.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/parrot/parrot_yellow_blue.png b/1.16.5/assets/minecraft/textures/entity/parrot/parrot_yellow_blue.png new file mode 100644 index 00000000..91e54255 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/parrot/parrot_yellow_blue.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/phantom.png b/1.16.5/assets/minecraft/textures/entity/phantom.png new file mode 100644 index 00000000..1d0945de Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/phantom.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/phantom_eyes.png b/1.16.5/assets/minecraft/textures/entity/phantom_eyes.png new file mode 100644 index 00000000..4fa35bd6 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/phantom_eyes.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/pig/pig.png b/1.16.5/assets/minecraft/textures/entity/pig/pig.png new file mode 100644 index 00000000..76432691 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/pig/pig.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/pig/pig_saddle.png b/1.16.5/assets/minecraft/textures/entity/pig/pig_saddle.png new file mode 100644 index 00000000..c7e2de89 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/pig/pig_saddle.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/piglin/piglin.png b/1.16.5/assets/minecraft/textures/entity/piglin/piglin.png new file mode 100644 index 00000000..f93df815 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/piglin/piglin.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/piglin/piglin_brute.png b/1.16.5/assets/minecraft/textures/entity/piglin/piglin_brute.png new file mode 100644 index 00000000..9e84d143 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/piglin/piglin_brute.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/piglin/zombified_piglin.png b/1.16.5/assets/minecraft/textures/entity/piglin/zombified_piglin.png new file mode 100644 index 00000000..aea5eb5f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/piglin/zombified_piglin.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/projectiles/arrow.png b/1.16.5/assets/minecraft/textures/entity/projectiles/arrow.png new file mode 100644 index 00000000..b1214231 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/projectiles/arrow.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/projectiles/spectral_arrow.png b/1.16.5/assets/minecraft/textures/entity/projectiles/spectral_arrow.png new file mode 100644 index 00000000..22a9d00b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/projectiles/spectral_arrow.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/projectiles/tipped_arrow.png b/1.16.5/assets/minecraft/textures/entity/projectiles/tipped_arrow.png new file mode 100644 index 00000000..b1214231 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/projectiles/tipped_arrow.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/rabbit/black.png b/1.16.5/assets/minecraft/textures/entity/rabbit/black.png new file mode 100644 index 00000000..afb0fbc4 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/rabbit/black.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/rabbit/brown.png b/1.16.5/assets/minecraft/textures/entity/rabbit/brown.png new file mode 100644 index 00000000..b8dc8ccc Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/rabbit/brown.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/rabbit/caerbannog.png b/1.16.5/assets/minecraft/textures/entity/rabbit/caerbannog.png new file mode 100644 index 00000000..409a4fc3 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/rabbit/caerbannog.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/rabbit/gold.png b/1.16.5/assets/minecraft/textures/entity/rabbit/gold.png new file mode 100644 index 00000000..6f649f85 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/rabbit/gold.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/rabbit/salt.png b/1.16.5/assets/minecraft/textures/entity/rabbit/salt.png new file mode 100644 index 00000000..5afe309e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/rabbit/salt.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/rabbit/toast.png b/1.16.5/assets/minecraft/textures/entity/rabbit/toast.png new file mode 100644 index 00000000..56c66678 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/rabbit/toast.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/rabbit/white.png b/1.16.5/assets/minecraft/textures/entity/rabbit/white.png new file mode 100644 index 00000000..a0ea1a15 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/rabbit/white.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/rabbit/white_splotched.png b/1.16.5/assets/minecraft/textures/entity/rabbit/white_splotched.png new file mode 100644 index 00000000..3cd3cdfe Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/rabbit/white_splotched.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/sheep/sheep.png b/1.16.5/assets/minecraft/textures/entity/sheep/sheep.png new file mode 100644 index 00000000..a71426f2 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/sheep/sheep.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/sheep/sheep_fur.png b/1.16.5/assets/minecraft/textures/entity/sheep/sheep_fur.png new file mode 100644 index 00000000..3af58457 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/sheep/sheep_fur.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/shield/base.png b/1.16.5/assets/minecraft/textures/entity/shield/base.png new file mode 100644 index 00000000..263b3683 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/shield/base.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/shield/border.png b/1.16.5/assets/minecraft/textures/entity/shield/border.png new file mode 100644 index 00000000..2960341e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/shield/border.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/shield/bricks.png b/1.16.5/assets/minecraft/textures/entity/shield/bricks.png new file mode 100644 index 00000000..58b21f03 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/shield/bricks.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/shield/circle.png b/1.16.5/assets/minecraft/textures/entity/shield/circle.png new file mode 100644 index 00000000..ac4d0198 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/shield/circle.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/shield/creeper.png b/1.16.5/assets/minecraft/textures/entity/shield/creeper.png new file mode 100644 index 00000000..d12cac6a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/shield/creeper.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/shield/cross.png b/1.16.5/assets/minecraft/textures/entity/shield/cross.png new file mode 100644 index 00000000..5eccacf5 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/shield/cross.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/shield/curly_border.png b/1.16.5/assets/minecraft/textures/entity/shield/curly_border.png new file mode 100644 index 00000000..180bf81e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/shield/curly_border.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/shield/diagonal_left.png b/1.16.5/assets/minecraft/textures/entity/shield/diagonal_left.png new file mode 100644 index 00000000..245ee154 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/shield/diagonal_left.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/shield/diagonal_right.png b/1.16.5/assets/minecraft/textures/entity/shield/diagonal_right.png new file mode 100644 index 00000000..d4556e1b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/shield/diagonal_right.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/shield/diagonal_up_left.png b/1.16.5/assets/minecraft/textures/entity/shield/diagonal_up_left.png new file mode 100644 index 00000000..3bf05fab Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/shield/diagonal_up_left.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/shield/diagonal_up_right.png b/1.16.5/assets/minecraft/textures/entity/shield/diagonal_up_right.png new file mode 100644 index 00000000..3408349f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/shield/diagonal_up_right.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/shield/flower.png b/1.16.5/assets/minecraft/textures/entity/shield/flower.png new file mode 100644 index 00000000..c6668ba8 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/shield/flower.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/shield/globe.png b/1.16.5/assets/minecraft/textures/entity/shield/globe.png new file mode 100644 index 00000000..13c03860 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/shield/globe.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/shield/gradient.png b/1.16.5/assets/minecraft/textures/entity/shield/gradient.png new file mode 100644 index 00000000..97c97772 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/shield/gradient.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/shield/gradient_up.png b/1.16.5/assets/minecraft/textures/entity/shield/gradient_up.png new file mode 100644 index 00000000..7f78720a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/shield/gradient_up.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/shield/half_horizontal.png b/1.16.5/assets/minecraft/textures/entity/shield/half_horizontal.png new file mode 100644 index 00000000..e3a0f235 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/shield/half_horizontal.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/shield/half_horizontal_bottom.png b/1.16.5/assets/minecraft/textures/entity/shield/half_horizontal_bottom.png new file mode 100644 index 00000000..1f041d3f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/shield/half_horizontal_bottom.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/shield/half_vertical.png b/1.16.5/assets/minecraft/textures/entity/shield/half_vertical.png new file mode 100644 index 00000000..c0a2db49 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/shield/half_vertical.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/shield/half_vertical_right.png b/1.16.5/assets/minecraft/textures/entity/shield/half_vertical_right.png new file mode 100644 index 00000000..5e4d8004 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/shield/half_vertical_right.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/shield/mojang.png b/1.16.5/assets/minecraft/textures/entity/shield/mojang.png new file mode 100644 index 00000000..a5bac0c3 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/shield/mojang.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/shield/piglin.png b/1.16.5/assets/minecraft/textures/entity/shield/piglin.png new file mode 100644 index 00000000..756854d3 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/shield/piglin.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/shield/rhombus.png b/1.16.5/assets/minecraft/textures/entity/shield/rhombus.png new file mode 100644 index 00000000..3bcd07fa Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/shield/rhombus.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/shield/skull.png b/1.16.5/assets/minecraft/textures/entity/shield/skull.png new file mode 100644 index 00000000..82f1992e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/shield/skull.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/shield/small_stripes.png b/1.16.5/assets/minecraft/textures/entity/shield/small_stripes.png new file mode 100644 index 00000000..0c9b3388 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/shield/small_stripes.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/shield/square_bottom_left.png b/1.16.5/assets/minecraft/textures/entity/shield/square_bottom_left.png new file mode 100644 index 00000000..d7e79e8d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/shield/square_bottom_left.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/shield/square_bottom_right.png b/1.16.5/assets/minecraft/textures/entity/shield/square_bottom_right.png new file mode 100644 index 00000000..83092c82 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/shield/square_bottom_right.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/shield/square_top_left.png b/1.16.5/assets/minecraft/textures/entity/shield/square_top_left.png new file mode 100644 index 00000000..b5baa116 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/shield/square_top_left.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/shield/square_top_right.png b/1.16.5/assets/minecraft/textures/entity/shield/square_top_right.png new file mode 100644 index 00000000..53d89f62 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/shield/square_top_right.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/shield/straight_cross.png b/1.16.5/assets/minecraft/textures/entity/shield/straight_cross.png new file mode 100644 index 00000000..22c14d9b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/shield/straight_cross.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/shield/stripe_bottom.png b/1.16.5/assets/minecraft/textures/entity/shield/stripe_bottom.png new file mode 100644 index 00000000..b409ec31 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/shield/stripe_bottom.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/shield/stripe_center.png b/1.16.5/assets/minecraft/textures/entity/shield/stripe_center.png new file mode 100644 index 00000000..791d9f54 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/shield/stripe_center.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/shield/stripe_downleft.png b/1.16.5/assets/minecraft/textures/entity/shield/stripe_downleft.png new file mode 100644 index 00000000..8bedb221 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/shield/stripe_downleft.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/shield/stripe_downright.png b/1.16.5/assets/minecraft/textures/entity/shield/stripe_downright.png new file mode 100644 index 00000000..4be982a7 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/shield/stripe_downright.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/shield/stripe_left.png b/1.16.5/assets/minecraft/textures/entity/shield/stripe_left.png new file mode 100644 index 00000000..cafc50e7 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/shield/stripe_left.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/shield/stripe_middle.png b/1.16.5/assets/minecraft/textures/entity/shield/stripe_middle.png new file mode 100644 index 00000000..d704592c Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/shield/stripe_middle.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/shield/stripe_right.png b/1.16.5/assets/minecraft/textures/entity/shield/stripe_right.png new file mode 100644 index 00000000..1df94668 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/shield/stripe_right.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/shield/stripe_top.png b/1.16.5/assets/minecraft/textures/entity/shield/stripe_top.png new file mode 100644 index 00000000..3b80f86d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/shield/stripe_top.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/shield/triangle_bottom.png b/1.16.5/assets/minecraft/textures/entity/shield/triangle_bottom.png new file mode 100644 index 00000000..16c41754 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/shield/triangle_bottom.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/shield/triangle_top.png b/1.16.5/assets/minecraft/textures/entity/shield/triangle_top.png new file mode 100644 index 00000000..2fbbf788 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/shield/triangle_top.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/shield/triangles_bottom.png b/1.16.5/assets/minecraft/textures/entity/shield/triangles_bottom.png new file mode 100644 index 00000000..4e1d0998 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/shield/triangles_bottom.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/shield/triangles_top.png b/1.16.5/assets/minecraft/textures/entity/shield/triangles_top.png new file mode 100644 index 00000000..0fdcd09b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/shield/triangles_top.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/shield_base.png b/1.16.5/assets/minecraft/textures/entity/shield_base.png new file mode 100644 index 00000000..8015a92b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/shield_base.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/shield_base_nopattern.png b/1.16.5/assets/minecraft/textures/entity/shield_base_nopattern.png new file mode 100644 index 00000000..7011454d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/shield_base_nopattern.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/shulker/shulker.png b/1.16.5/assets/minecraft/textures/entity/shulker/shulker.png new file mode 100644 index 00000000..d21605ab Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/shulker/shulker.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/shulker/shulker_black.png b/1.16.5/assets/minecraft/textures/entity/shulker/shulker_black.png new file mode 100644 index 00000000..2800401d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/shulker/shulker_black.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/shulker/shulker_blue.png b/1.16.5/assets/minecraft/textures/entity/shulker/shulker_blue.png new file mode 100644 index 00000000..1c4244fd Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/shulker/shulker_blue.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/shulker/shulker_brown.png b/1.16.5/assets/minecraft/textures/entity/shulker/shulker_brown.png new file mode 100644 index 00000000..9237440b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/shulker/shulker_brown.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/shulker/shulker_cyan.png b/1.16.5/assets/minecraft/textures/entity/shulker/shulker_cyan.png new file mode 100644 index 00000000..13b82557 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/shulker/shulker_cyan.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/shulker/shulker_gray.png b/1.16.5/assets/minecraft/textures/entity/shulker/shulker_gray.png new file mode 100644 index 00000000..f365c6af Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/shulker/shulker_gray.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/shulker/shulker_green.png b/1.16.5/assets/minecraft/textures/entity/shulker/shulker_green.png new file mode 100644 index 00000000..b09b655d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/shulker/shulker_green.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/shulker/shulker_light_blue.png b/1.16.5/assets/minecraft/textures/entity/shulker/shulker_light_blue.png new file mode 100644 index 00000000..6646995c Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/shulker/shulker_light_blue.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/shulker/shulker_light_gray.png b/1.16.5/assets/minecraft/textures/entity/shulker/shulker_light_gray.png new file mode 100644 index 00000000..d709f7ae Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/shulker/shulker_light_gray.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/shulker/shulker_lime.png b/1.16.5/assets/minecraft/textures/entity/shulker/shulker_lime.png new file mode 100644 index 00000000..e02f983d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/shulker/shulker_lime.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/shulker/shulker_magenta.png b/1.16.5/assets/minecraft/textures/entity/shulker/shulker_magenta.png new file mode 100644 index 00000000..a713f81a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/shulker/shulker_magenta.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/shulker/shulker_orange.png b/1.16.5/assets/minecraft/textures/entity/shulker/shulker_orange.png new file mode 100644 index 00000000..1ebf1482 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/shulker/shulker_orange.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/shulker/shulker_pink.png b/1.16.5/assets/minecraft/textures/entity/shulker/shulker_pink.png new file mode 100644 index 00000000..1cac5170 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/shulker/shulker_pink.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/shulker/shulker_purple.png b/1.16.5/assets/minecraft/textures/entity/shulker/shulker_purple.png new file mode 100644 index 00000000..48fc2864 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/shulker/shulker_purple.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/shulker/shulker_red.png b/1.16.5/assets/minecraft/textures/entity/shulker/shulker_red.png new file mode 100644 index 00000000..c80c499f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/shulker/shulker_red.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/shulker/shulker_white.png b/1.16.5/assets/minecraft/textures/entity/shulker/shulker_white.png new file mode 100644 index 00000000..6b21cac8 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/shulker/shulker_white.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/shulker/shulker_yellow.png b/1.16.5/assets/minecraft/textures/entity/shulker/shulker_yellow.png new file mode 100644 index 00000000..e23c8988 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/shulker/shulker_yellow.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/shulker/spark.png b/1.16.5/assets/minecraft/textures/entity/shulker/spark.png new file mode 100644 index 00000000..69315a9e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/shulker/spark.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/signs/acacia.png b/1.16.5/assets/minecraft/textures/entity/signs/acacia.png new file mode 100644 index 00000000..9f129ddd Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/signs/acacia.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/signs/birch.png b/1.16.5/assets/minecraft/textures/entity/signs/birch.png new file mode 100644 index 00000000..4379d7b0 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/signs/birch.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/signs/crimson.png b/1.16.5/assets/minecraft/textures/entity/signs/crimson.png new file mode 100644 index 00000000..f55fefbe Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/signs/crimson.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/signs/dark_oak.png b/1.16.5/assets/minecraft/textures/entity/signs/dark_oak.png new file mode 100644 index 00000000..3835f7a2 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/signs/dark_oak.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/signs/jungle.png b/1.16.5/assets/minecraft/textures/entity/signs/jungle.png new file mode 100644 index 00000000..779193d5 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/signs/jungle.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/signs/oak.png b/1.16.5/assets/minecraft/textures/entity/signs/oak.png new file mode 100644 index 00000000..e0f23685 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/signs/oak.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/signs/spruce.png b/1.16.5/assets/minecraft/textures/entity/signs/spruce.png new file mode 100644 index 00000000..73a0fdce Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/signs/spruce.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/signs/warped.png b/1.16.5/assets/minecraft/textures/entity/signs/warped.png new file mode 100644 index 00000000..c6d91397 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/signs/warped.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/silverfish.png b/1.16.5/assets/minecraft/textures/entity/silverfish.png new file mode 100644 index 00000000..54dd997d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/silverfish.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/skeleton/skeleton.png b/1.16.5/assets/minecraft/textures/entity/skeleton/skeleton.png new file mode 100644 index 00000000..179e3665 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/skeleton/skeleton.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/skeleton/stray.png b/1.16.5/assets/minecraft/textures/entity/skeleton/stray.png new file mode 100644 index 00000000..42c4fa71 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/skeleton/stray.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/skeleton/stray_overlay.png b/1.16.5/assets/minecraft/textures/entity/skeleton/stray_overlay.png new file mode 100644 index 00000000..ce86e32e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/skeleton/stray_overlay.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/skeleton/wither_skeleton.png b/1.16.5/assets/minecraft/textures/entity/skeleton/wither_skeleton.png new file mode 100644 index 00000000..e771dd0f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/skeleton/wither_skeleton.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/slime/magmacube.png b/1.16.5/assets/minecraft/textures/entity/slime/magmacube.png new file mode 100644 index 00000000..892fdf0c Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/slime/magmacube.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/slime/slime.png b/1.16.5/assets/minecraft/textures/entity/slime/slime.png new file mode 100644 index 00000000..0b316be2 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/slime/slime.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/snow_golem.png b/1.16.5/assets/minecraft/textures/entity/snow_golem.png new file mode 100644 index 00000000..53c52978 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/snow_golem.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/spider/cave_spider.png b/1.16.5/assets/minecraft/textures/entity/spider/cave_spider.png new file mode 100644 index 00000000..fe6bb429 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/spider/cave_spider.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/spider/spider.png b/1.16.5/assets/minecraft/textures/entity/spider/spider.png new file mode 100644 index 00000000..8af2ea7d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/spider/spider.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/spider_eyes.png b/1.16.5/assets/minecraft/textures/entity/spider_eyes.png new file mode 100644 index 00000000..f49b78ff Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/spider_eyes.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/squid.png b/1.16.5/assets/minecraft/textures/entity/squid.png new file mode 100644 index 00000000..db97d6da Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/squid.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/steve.png b/1.16.5/assets/minecraft/textures/entity/steve.png new file mode 100644 index 00000000..90d4fa23 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/steve.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/strider/strider.png b/1.16.5/assets/minecraft/textures/entity/strider/strider.png new file mode 100644 index 00000000..793b9416 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/strider/strider.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/strider/strider_cold.png b/1.16.5/assets/minecraft/textures/entity/strider/strider_cold.png new file mode 100644 index 00000000..0d4b4efd Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/strider/strider_cold.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/strider/strider_saddle.png b/1.16.5/assets/minecraft/textures/entity/strider/strider_saddle.png new file mode 100644 index 00000000..592fbbc1 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/strider/strider_saddle.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/trident.png b/1.16.5/assets/minecraft/textures/entity/trident.png new file mode 100644 index 00000000..a80e05a9 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/trident.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/trident_riptide.png b/1.16.5/assets/minecraft/textures/entity/trident_riptide.png new file mode 100644 index 00000000..ce431b69 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/trident_riptide.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/turtle/big_sea_turtle.png b/1.16.5/assets/minecraft/textures/entity/turtle/big_sea_turtle.png new file mode 100644 index 00000000..2a58cba3 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/turtle/big_sea_turtle.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/villager/profession/armorer.png b/1.16.5/assets/minecraft/textures/entity/villager/profession/armorer.png new file mode 100644 index 00000000..f9d99f99 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/villager/profession/armorer.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/villager/profession/butcher.png b/1.16.5/assets/minecraft/textures/entity/villager/profession/butcher.png new file mode 100644 index 00000000..d23c28ce Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/villager/profession/butcher.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/villager/profession/butcher.png.mcmeta b/1.16.5/assets/minecraft/textures/entity/villager/profession/butcher.png.mcmeta new file mode 100644 index 00000000..8ed5d61a --- /dev/null +++ b/1.16.5/assets/minecraft/textures/entity/villager/profession/butcher.png.mcmeta @@ -0,0 +1,5 @@ +{ + "villager": { + "hat": "partial" + } +} diff --git a/1.16.5/assets/minecraft/textures/entity/villager/profession/cartographer.png b/1.16.5/assets/minecraft/textures/entity/villager/profession/cartographer.png new file mode 100644 index 00000000..c349ba91 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/villager/profession/cartographer.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/villager/profession/cleric.png b/1.16.5/assets/minecraft/textures/entity/villager/profession/cleric.png new file mode 100644 index 00000000..9542f4da Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/villager/profession/cleric.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/villager/profession/farmer.png b/1.16.5/assets/minecraft/textures/entity/villager/profession/farmer.png new file mode 100644 index 00000000..06fd478b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/villager/profession/farmer.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/villager/profession/farmer.png.mcmeta b/1.16.5/assets/minecraft/textures/entity/villager/profession/farmer.png.mcmeta new file mode 100644 index 00000000..f24387e7 --- /dev/null +++ b/1.16.5/assets/minecraft/textures/entity/villager/profession/farmer.png.mcmeta @@ -0,0 +1,5 @@ +{ + "villager": { + "hat": "full" + } +} diff --git a/1.16.5/assets/minecraft/textures/entity/villager/profession/fisherman.png b/1.16.5/assets/minecraft/textures/entity/villager/profession/fisherman.png new file mode 100644 index 00000000..c6b6083c Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/villager/profession/fisherman.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/villager/profession/fisherman.png.mcmeta b/1.16.5/assets/minecraft/textures/entity/villager/profession/fisherman.png.mcmeta new file mode 100644 index 00000000..f24387e7 --- /dev/null +++ b/1.16.5/assets/minecraft/textures/entity/villager/profession/fisherman.png.mcmeta @@ -0,0 +1,5 @@ +{ + "villager": { + "hat": "full" + } +} diff --git a/1.16.5/assets/minecraft/textures/entity/villager/profession/fletcher.png b/1.16.5/assets/minecraft/textures/entity/villager/profession/fletcher.png new file mode 100644 index 00000000..c0f00580 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/villager/profession/fletcher.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/villager/profession/fletcher.png.mcmeta b/1.16.5/assets/minecraft/textures/entity/villager/profession/fletcher.png.mcmeta new file mode 100644 index 00000000..f24387e7 --- /dev/null +++ b/1.16.5/assets/minecraft/textures/entity/villager/profession/fletcher.png.mcmeta @@ -0,0 +1,5 @@ +{ + "villager": { + "hat": "full" + } +} diff --git a/1.16.5/assets/minecraft/textures/entity/villager/profession/leatherworker.png b/1.16.5/assets/minecraft/textures/entity/villager/profession/leatherworker.png new file mode 100644 index 00000000..2dd8d23c Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/villager/profession/leatherworker.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/villager/profession/librarian.png b/1.16.5/assets/minecraft/textures/entity/villager/profession/librarian.png new file mode 100644 index 00000000..58db1a89 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/villager/profession/librarian.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/villager/profession/librarian.png.mcmeta b/1.16.5/assets/minecraft/textures/entity/villager/profession/librarian.png.mcmeta new file mode 100644 index 00000000..f24387e7 --- /dev/null +++ b/1.16.5/assets/minecraft/textures/entity/villager/profession/librarian.png.mcmeta @@ -0,0 +1,5 @@ +{ + "villager": { + "hat": "full" + } +} diff --git a/1.16.5/assets/minecraft/textures/entity/villager/profession/mason.png b/1.16.5/assets/minecraft/textures/entity/villager/profession/mason.png new file mode 100644 index 00000000..fd32ff87 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/villager/profession/mason.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/villager/profession/nitwit.png b/1.16.5/assets/minecraft/textures/entity/villager/profession/nitwit.png new file mode 100644 index 00000000..d79903d7 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/villager/profession/nitwit.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/villager/profession/shepherd.png b/1.16.5/assets/minecraft/textures/entity/villager/profession/shepherd.png new file mode 100644 index 00000000..9de19941 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/villager/profession/shepherd.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/villager/profession/shepherd.png.mcmeta b/1.16.5/assets/minecraft/textures/entity/villager/profession/shepherd.png.mcmeta new file mode 100644 index 00000000..f24387e7 --- /dev/null +++ b/1.16.5/assets/minecraft/textures/entity/villager/profession/shepherd.png.mcmeta @@ -0,0 +1,5 @@ +{ + "villager": { + "hat": "full" + } +} diff --git a/1.16.5/assets/minecraft/textures/entity/villager/profession/toolsmith.png b/1.16.5/assets/minecraft/textures/entity/villager/profession/toolsmith.png new file mode 100644 index 00000000..92f641ec Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/villager/profession/toolsmith.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/villager/profession/weaponsmith.png b/1.16.5/assets/minecraft/textures/entity/villager/profession/weaponsmith.png new file mode 100644 index 00000000..fa42ed4b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/villager/profession/weaponsmith.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/villager/profession_level/diamond.png b/1.16.5/assets/minecraft/textures/entity/villager/profession_level/diamond.png new file mode 100644 index 00000000..d0e36764 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/villager/profession_level/diamond.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/villager/profession_level/emerald.png b/1.16.5/assets/minecraft/textures/entity/villager/profession_level/emerald.png new file mode 100644 index 00000000..a57eddf9 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/villager/profession_level/emerald.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/villager/profession_level/gold.png b/1.16.5/assets/minecraft/textures/entity/villager/profession_level/gold.png new file mode 100644 index 00000000..60c4789f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/villager/profession_level/gold.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/villager/profession_level/iron.png b/1.16.5/assets/minecraft/textures/entity/villager/profession_level/iron.png new file mode 100644 index 00000000..94cd4147 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/villager/profession_level/iron.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/villager/profession_level/stone.png b/1.16.5/assets/minecraft/textures/entity/villager/profession_level/stone.png new file mode 100644 index 00000000..0daf8bb9 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/villager/profession_level/stone.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/villager/type/desert.png b/1.16.5/assets/minecraft/textures/entity/villager/type/desert.png new file mode 100644 index 00000000..919bb6c2 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/villager/type/desert.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/villager/type/desert.png.mcmeta b/1.16.5/assets/minecraft/textures/entity/villager/type/desert.png.mcmeta new file mode 100644 index 00000000..f24387e7 --- /dev/null +++ b/1.16.5/assets/minecraft/textures/entity/villager/type/desert.png.mcmeta @@ -0,0 +1,5 @@ +{ + "villager": { + "hat": "full" + } +} diff --git a/1.16.5/assets/minecraft/textures/entity/villager/type/jungle.png b/1.16.5/assets/minecraft/textures/entity/villager/type/jungle.png new file mode 100644 index 00000000..65999ada Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/villager/type/jungle.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/villager/type/plains.png b/1.16.5/assets/minecraft/textures/entity/villager/type/plains.png new file mode 100644 index 00000000..67a75827 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/villager/type/plains.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/villager/type/savanna.png b/1.16.5/assets/minecraft/textures/entity/villager/type/savanna.png new file mode 100644 index 00000000..bd8e3832 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/villager/type/savanna.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/villager/type/snow.png b/1.16.5/assets/minecraft/textures/entity/villager/type/snow.png new file mode 100644 index 00000000..1426f0ef Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/villager/type/snow.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/villager/type/snow.png.mcmeta b/1.16.5/assets/minecraft/textures/entity/villager/type/snow.png.mcmeta new file mode 100644 index 00000000..f24387e7 --- /dev/null +++ b/1.16.5/assets/minecraft/textures/entity/villager/type/snow.png.mcmeta @@ -0,0 +1,5 @@ +{ + "villager": { + "hat": "full" + } +} diff --git a/1.16.5/assets/minecraft/textures/entity/villager/type/swamp.png b/1.16.5/assets/minecraft/textures/entity/villager/type/swamp.png new file mode 100644 index 00000000..f4a6acf2 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/villager/type/swamp.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/villager/type/taiga.png b/1.16.5/assets/minecraft/textures/entity/villager/type/taiga.png new file mode 100644 index 00000000..310857df Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/villager/type/taiga.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/villager/villager.png b/1.16.5/assets/minecraft/textures/entity/villager/villager.png new file mode 100644 index 00000000..0cddb3d0 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/villager/villager.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/wandering_trader.png b/1.16.5/assets/minecraft/textures/entity/wandering_trader.png new file mode 100644 index 00000000..522b2f53 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/wandering_trader.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/witch.png b/1.16.5/assets/minecraft/textures/entity/witch.png new file mode 100644 index 00000000..d253cf0a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/witch.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/wither/wither.png b/1.16.5/assets/minecraft/textures/entity/wither/wither.png new file mode 100644 index 00000000..2c9782b5 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/wither/wither.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/wither/wither_armor.png b/1.16.5/assets/minecraft/textures/entity/wither/wither_armor.png new file mode 100644 index 00000000..9968bf53 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/wither/wither_armor.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/wither/wither_invulnerable.png b/1.16.5/assets/minecraft/textures/entity/wither/wither_invulnerable.png new file mode 100644 index 00000000..f69e543f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/wither/wither_invulnerable.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/wolf/wolf.png b/1.16.5/assets/minecraft/textures/entity/wolf/wolf.png new file mode 100644 index 00000000..85c73d31 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/wolf/wolf.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/wolf/wolf_angry.png b/1.16.5/assets/minecraft/textures/entity/wolf/wolf_angry.png new file mode 100644 index 00000000..72581a04 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/wolf/wolf_angry.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/wolf/wolf_collar.png b/1.16.5/assets/minecraft/textures/entity/wolf/wolf_collar.png new file mode 100644 index 00000000..c1255967 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/wolf/wolf_collar.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/wolf/wolf_tame.png b/1.16.5/assets/minecraft/textures/entity/wolf/wolf_tame.png new file mode 100644 index 00000000..6c71b067 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/wolf/wolf_tame.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/zombie/drowned.png b/1.16.5/assets/minecraft/textures/entity/zombie/drowned.png new file mode 100644 index 00000000..f7fff3f8 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/zombie/drowned.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/zombie/drowned_outer_layer.png b/1.16.5/assets/minecraft/textures/entity/zombie/drowned_outer_layer.png new file mode 100644 index 00000000..d124f2e6 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/zombie/drowned_outer_layer.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/zombie/husk.png b/1.16.5/assets/minecraft/textures/entity/zombie/husk.png new file mode 100644 index 00000000..91ad399e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/zombie/husk.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/zombie/zombie.png b/1.16.5/assets/minecraft/textures/entity/zombie/zombie.png new file mode 100644 index 00000000..86379b0c Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/zombie/zombie.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/zombie/zombie_villager.png b/1.16.5/assets/minecraft/textures/entity/zombie/zombie_villager.png new file mode 100644 index 00000000..0ee45f48 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/zombie/zombie_villager.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession/armorer.png b/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession/armorer.png new file mode 100644 index 00000000..78d5b9ab Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession/armorer.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession/butcher.png b/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession/butcher.png new file mode 100644 index 00000000..d23c28ce Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession/butcher.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession/butcher.png.mcmeta b/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession/butcher.png.mcmeta new file mode 100644 index 00000000..8ed5d61a --- /dev/null +++ b/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession/butcher.png.mcmeta @@ -0,0 +1,5 @@ +{ + "villager": { + "hat": "partial" + } +} diff --git a/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession/cartographer.png b/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession/cartographer.png new file mode 100644 index 00000000..c349ba91 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession/cartographer.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession/cleric.png b/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession/cleric.png new file mode 100644 index 00000000..9542f4da Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession/cleric.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession/farmer.png b/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession/farmer.png new file mode 100644 index 00000000..06fd478b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession/farmer.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession/farmer.png.mcmeta b/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession/farmer.png.mcmeta new file mode 100644 index 00000000..f24387e7 --- /dev/null +++ b/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession/farmer.png.mcmeta @@ -0,0 +1,5 @@ +{ + "villager": { + "hat": "full" + } +} diff --git a/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession/fisherman.png b/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession/fisherman.png new file mode 100644 index 00000000..c6b6083c Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession/fisherman.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession/fisherman.png.mcmeta b/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession/fisherman.png.mcmeta new file mode 100644 index 00000000..f24387e7 --- /dev/null +++ b/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession/fisherman.png.mcmeta @@ -0,0 +1,5 @@ +{ + "villager": { + "hat": "full" + } +} diff --git a/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession/fletcher.png b/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession/fletcher.png new file mode 100644 index 00000000..c0f00580 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession/fletcher.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession/fletcher.png.mcmeta b/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession/fletcher.png.mcmeta new file mode 100644 index 00000000..f24387e7 --- /dev/null +++ b/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession/fletcher.png.mcmeta @@ -0,0 +1,5 @@ +{ + "villager": { + "hat": "full" + } +} diff --git a/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession/leatherworker.png b/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession/leatherworker.png new file mode 100644 index 00000000..2dd8d23c Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession/leatherworker.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession/librarian.png b/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession/librarian.png new file mode 100644 index 00000000..58db1a89 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession/librarian.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession/librarian.png.mcmeta b/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession/librarian.png.mcmeta new file mode 100644 index 00000000..f24387e7 --- /dev/null +++ b/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession/librarian.png.mcmeta @@ -0,0 +1,5 @@ +{ + "villager": { + "hat": "full" + } +} diff --git a/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession/mason.png b/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession/mason.png new file mode 100644 index 00000000..fd32ff87 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession/mason.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession/nitwit.png b/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession/nitwit.png new file mode 100644 index 00000000..8593c435 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession/nitwit.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession/shepherd.png b/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession/shepherd.png new file mode 100644 index 00000000..9de19941 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession/shepherd.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession/shepherd.png.mcmeta b/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession/shepherd.png.mcmeta new file mode 100644 index 00000000..f24387e7 --- /dev/null +++ b/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession/shepherd.png.mcmeta @@ -0,0 +1,5 @@ +{ + "villager": { + "hat": "full" + } +} diff --git a/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession/toolsmith.png b/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession/toolsmith.png new file mode 100644 index 00000000..92f641ec Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession/toolsmith.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession/weaponsmith.png b/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession/weaponsmith.png new file mode 100644 index 00000000..fa42ed4b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession/weaponsmith.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession_level/diamond.png b/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession_level/diamond.png new file mode 100644 index 00000000..d0e36764 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession_level/diamond.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession_level/emerald.png b/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession_level/emerald.png new file mode 100644 index 00000000..a57eddf9 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession_level/emerald.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession_level/gold.png b/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession_level/gold.png new file mode 100644 index 00000000..60c4789f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession_level/gold.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession_level/iron.png b/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession_level/iron.png new file mode 100644 index 00000000..94cd4147 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession_level/iron.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession_level/stone.png b/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession_level/stone.png new file mode 100644 index 00000000..0daf8bb9 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/zombie_villager/profession_level/stone.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/zombie_villager/type/desert.png b/1.16.5/assets/minecraft/textures/entity/zombie_villager/type/desert.png new file mode 100644 index 00000000..97170011 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/zombie_villager/type/desert.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/zombie_villager/type/jungle.png b/1.16.5/assets/minecraft/textures/entity/zombie_villager/type/jungle.png new file mode 100644 index 00000000..1ed7a1e9 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/zombie_villager/type/jungle.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/zombie_villager/type/plains.png b/1.16.5/assets/minecraft/textures/entity/zombie_villager/type/plains.png new file mode 100644 index 00000000..4678060f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/zombie_villager/type/plains.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/zombie_villager/type/savanna.png b/1.16.5/assets/minecraft/textures/entity/zombie_villager/type/savanna.png new file mode 100644 index 00000000..c3f1c6a9 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/zombie_villager/type/savanna.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/zombie_villager/type/snow.png b/1.16.5/assets/minecraft/textures/entity/zombie_villager/type/snow.png new file mode 100644 index 00000000..3d8d655c Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/zombie_villager/type/snow.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/zombie_villager/type/swamp.png b/1.16.5/assets/minecraft/textures/entity/zombie_villager/type/swamp.png new file mode 100644 index 00000000..56093400 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/zombie_villager/type/swamp.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/zombie_villager/type/taiga.png b/1.16.5/assets/minecraft/textures/entity/zombie_villager/type/taiga.png new file mode 100644 index 00000000..b39e46c2 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/zombie_villager/type/taiga.png differ diff --git a/1.16.5/assets/minecraft/textures/entity/zombie_villager/zombie_villager.png b/1.16.5/assets/minecraft/textures/entity/zombie_villager/zombie_villager.png new file mode 100644 index 00000000..b165d64a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/entity/zombie_villager/zombie_villager.png differ diff --git a/1.16.5/assets/minecraft/textures/environment/clouds.png b/1.16.5/assets/minecraft/textures/environment/clouds.png new file mode 100644 index 00000000..146d9c50 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/environment/clouds.png differ diff --git a/1.16.5/assets/minecraft/textures/environment/end_sky.png b/1.16.5/assets/minecraft/textures/environment/end_sky.png new file mode 100644 index 00000000..9b69e1e1 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/environment/end_sky.png differ diff --git a/1.16.5/assets/minecraft/textures/environment/moon_phases.png b/1.16.5/assets/minecraft/textures/environment/moon_phases.png new file mode 100644 index 00000000..82d7c4b4 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/environment/moon_phases.png differ diff --git a/1.16.5/assets/minecraft/textures/environment/rain.png b/1.16.5/assets/minecraft/textures/environment/rain.png new file mode 100644 index 00000000..5ae31d26 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/environment/rain.png differ diff --git a/1.16.5/assets/minecraft/textures/environment/snow.png b/1.16.5/assets/minecraft/textures/environment/snow.png new file mode 100644 index 00000000..93544968 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/environment/snow.png differ diff --git a/1.16.5/assets/minecraft/textures/environment/sun.png b/1.16.5/assets/minecraft/textures/environment/sun.png new file mode 100644 index 00000000..9b0559e4 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/environment/sun.png differ diff --git a/1.16.5/assets/minecraft/textures/font/accented.png b/1.16.5/assets/minecraft/textures/font/accented.png new file mode 100644 index 00000000..e7e04845 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/accented.png differ diff --git a/1.16.5/assets/minecraft/textures/font/ascii.png b/1.16.5/assets/minecraft/textures/font/ascii.png new file mode 100644 index 00000000..230b9d82 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/ascii.png differ diff --git a/1.16.5/assets/minecraft/textures/font/ascii_sga.png b/1.16.5/assets/minecraft/textures/font/ascii_sga.png new file mode 100644 index 00000000..ba326b44 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/ascii_sga.png differ diff --git a/1.16.5/assets/minecraft/textures/font/nonlatin_european.png b/1.16.5/assets/minecraft/textures/font/nonlatin_european.png new file mode 100644 index 00000000..4342739d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/nonlatin_european.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_00.png b/1.16.5/assets/minecraft/textures/font/unicode_page_00.png new file mode 100644 index 00000000..0ddd1843 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_00.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_01.png b/1.16.5/assets/minecraft/textures/font/unicode_page_01.png new file mode 100644 index 00000000..a1d7b010 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_01.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_02.png b/1.16.5/assets/minecraft/textures/font/unicode_page_02.png new file mode 100644 index 00000000..b437ceba Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_02.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_03.png b/1.16.5/assets/minecraft/textures/font/unicode_page_03.png new file mode 100644 index 00000000..59fbbab7 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_03.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_04.png b/1.16.5/assets/minecraft/textures/font/unicode_page_04.png new file mode 100644 index 00000000..75a45230 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_04.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_05.png b/1.16.5/assets/minecraft/textures/font/unicode_page_05.png new file mode 100644 index 00000000..32b1c882 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_05.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_06.png b/1.16.5/assets/minecraft/textures/font/unicode_page_06.png new file mode 100644 index 00000000..825e8773 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_06.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_07.png b/1.16.5/assets/minecraft/textures/font/unicode_page_07.png new file mode 100644 index 00000000..865b092e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_07.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_09.png b/1.16.5/assets/minecraft/textures/font/unicode_page_09.png new file mode 100644 index 00000000..d6407e37 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_09.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_0a.png b/1.16.5/assets/minecraft/textures/font/unicode_page_0a.png new file mode 100644 index 00000000..a858b78d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_0a.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_0b.png b/1.16.5/assets/minecraft/textures/font/unicode_page_0b.png new file mode 100644 index 00000000..3dd0aca6 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_0b.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_0c.png b/1.16.5/assets/minecraft/textures/font/unicode_page_0c.png new file mode 100644 index 00000000..2f75930b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_0c.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_0d.png b/1.16.5/assets/minecraft/textures/font/unicode_page_0d.png new file mode 100644 index 00000000..8eff12c6 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_0d.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_0e.png b/1.16.5/assets/minecraft/textures/font/unicode_page_0e.png new file mode 100644 index 00000000..03b8f531 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_0e.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_0f.png b/1.16.5/assets/minecraft/textures/font/unicode_page_0f.png new file mode 100644 index 00000000..b89ee65b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_0f.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_10.png b/1.16.5/assets/minecraft/textures/font/unicode_page_10.png new file mode 100644 index 00000000..b3eb7468 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_10.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_11.png b/1.16.5/assets/minecraft/textures/font/unicode_page_11.png new file mode 100644 index 00000000..85e714ca Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_11.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_12.png b/1.16.5/assets/minecraft/textures/font/unicode_page_12.png new file mode 100644 index 00000000..a6580cd1 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_12.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_13.png b/1.16.5/assets/minecraft/textures/font/unicode_page_13.png new file mode 100644 index 00000000..a847ba77 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_13.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_14.png b/1.16.5/assets/minecraft/textures/font/unicode_page_14.png new file mode 100644 index 00000000..bec88305 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_14.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_15.png b/1.16.5/assets/minecraft/textures/font/unicode_page_15.png new file mode 100644 index 00000000..fb372b21 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_15.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_16.png b/1.16.5/assets/minecraft/textures/font/unicode_page_16.png new file mode 100644 index 00000000..ee6efedb Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_16.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_17.png b/1.16.5/assets/minecraft/textures/font/unicode_page_17.png new file mode 100644 index 00000000..53d48d29 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_17.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_18.png b/1.16.5/assets/minecraft/textures/font/unicode_page_18.png new file mode 100644 index 00000000..10329425 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_18.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_19.png b/1.16.5/assets/minecraft/textures/font/unicode_page_19.png new file mode 100644 index 00000000..28dce5d0 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_19.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_1a.png b/1.16.5/assets/minecraft/textures/font/unicode_page_1a.png new file mode 100644 index 00000000..edf8116e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_1a.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_1b.png b/1.16.5/assets/minecraft/textures/font/unicode_page_1b.png new file mode 100644 index 00000000..3ddb4c61 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_1b.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_1c.png b/1.16.5/assets/minecraft/textures/font/unicode_page_1c.png new file mode 100644 index 00000000..8884fd2d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_1c.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_1d.png b/1.16.5/assets/minecraft/textures/font/unicode_page_1d.png new file mode 100644 index 00000000..ca0b0771 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_1d.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_1e.png b/1.16.5/assets/minecraft/textures/font/unicode_page_1e.png new file mode 100644 index 00000000..9206f327 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_1e.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_1f.png b/1.16.5/assets/minecraft/textures/font/unicode_page_1f.png new file mode 100644 index 00000000..7e286329 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_1f.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_20.png b/1.16.5/assets/minecraft/textures/font/unicode_page_20.png new file mode 100644 index 00000000..986dbbfc Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_20.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_21.png b/1.16.5/assets/minecraft/textures/font/unicode_page_21.png new file mode 100644 index 00000000..b2c5ed4f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_21.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_22.png b/1.16.5/assets/minecraft/textures/font/unicode_page_22.png new file mode 100644 index 00000000..be83259d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_22.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_23.png b/1.16.5/assets/minecraft/textures/font/unicode_page_23.png new file mode 100644 index 00000000..09a9de80 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_23.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_24.png b/1.16.5/assets/minecraft/textures/font/unicode_page_24.png new file mode 100644 index 00000000..17da6400 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_24.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_25.png b/1.16.5/assets/minecraft/textures/font/unicode_page_25.png new file mode 100644 index 00000000..6ac17b63 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_25.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_26.png b/1.16.5/assets/minecraft/textures/font/unicode_page_26.png new file mode 100644 index 00000000..615dfa68 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_26.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_27.png b/1.16.5/assets/minecraft/textures/font/unicode_page_27.png new file mode 100644 index 00000000..bbe69f7e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_27.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_28.png b/1.16.5/assets/minecraft/textures/font/unicode_page_28.png new file mode 100644 index 00000000..7d818ff0 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_28.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_29.png b/1.16.5/assets/minecraft/textures/font/unicode_page_29.png new file mode 100644 index 00000000..0947b659 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_29.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_2a.png b/1.16.5/assets/minecraft/textures/font/unicode_page_2a.png new file mode 100644 index 00000000..75319b54 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_2a.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_2b.png b/1.16.5/assets/minecraft/textures/font/unicode_page_2b.png new file mode 100644 index 00000000..93390c21 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_2b.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_2c.png b/1.16.5/assets/minecraft/textures/font/unicode_page_2c.png new file mode 100644 index 00000000..c4d9cb2f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_2c.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_2d.png b/1.16.5/assets/minecraft/textures/font/unicode_page_2d.png new file mode 100644 index 00000000..5753d021 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_2d.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_2e.png b/1.16.5/assets/minecraft/textures/font/unicode_page_2e.png new file mode 100644 index 00000000..1c0a2229 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_2e.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_2f.png b/1.16.5/assets/minecraft/textures/font/unicode_page_2f.png new file mode 100644 index 00000000..054bc408 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_2f.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_30.png b/1.16.5/assets/minecraft/textures/font/unicode_page_30.png new file mode 100644 index 00000000..ab73978d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_30.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_31.png b/1.16.5/assets/minecraft/textures/font/unicode_page_31.png new file mode 100644 index 00000000..ae293b90 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_31.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_32.png b/1.16.5/assets/minecraft/textures/font/unicode_page_32.png new file mode 100644 index 00000000..229ab5c2 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_32.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_33.png b/1.16.5/assets/minecraft/textures/font/unicode_page_33.png new file mode 100644 index 00000000..6eaac244 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_33.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_34.png b/1.16.5/assets/minecraft/textures/font/unicode_page_34.png new file mode 100644 index 00000000..6309118c Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_34.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_35.png b/1.16.5/assets/minecraft/textures/font/unicode_page_35.png new file mode 100644 index 00000000..a740bdc9 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_35.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_36.png b/1.16.5/assets/minecraft/textures/font/unicode_page_36.png new file mode 100644 index 00000000..5d449c33 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_36.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_37.png b/1.16.5/assets/minecraft/textures/font/unicode_page_37.png new file mode 100644 index 00000000..c4707c62 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_37.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_38.png b/1.16.5/assets/minecraft/textures/font/unicode_page_38.png new file mode 100644 index 00000000..a2d05c81 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_38.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_39.png b/1.16.5/assets/minecraft/textures/font/unicode_page_39.png new file mode 100644 index 00000000..7e02109e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_39.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_3a.png b/1.16.5/assets/minecraft/textures/font/unicode_page_3a.png new file mode 100644 index 00000000..548fa074 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_3a.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_3b.png b/1.16.5/assets/minecraft/textures/font/unicode_page_3b.png new file mode 100644 index 00000000..9da10b10 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_3b.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_3c.png b/1.16.5/assets/minecraft/textures/font/unicode_page_3c.png new file mode 100644 index 00000000..c4bbe7db Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_3c.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_3d.png b/1.16.5/assets/minecraft/textures/font/unicode_page_3d.png new file mode 100644 index 00000000..2df1f963 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_3d.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_3e.png b/1.16.5/assets/minecraft/textures/font/unicode_page_3e.png new file mode 100644 index 00000000..e0c71785 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_3e.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_3f.png b/1.16.5/assets/minecraft/textures/font/unicode_page_3f.png new file mode 100644 index 00000000..81f03b78 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_3f.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_40.png b/1.16.5/assets/minecraft/textures/font/unicode_page_40.png new file mode 100644 index 00000000..c2910f40 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_40.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_41.png b/1.16.5/assets/minecraft/textures/font/unicode_page_41.png new file mode 100644 index 00000000..1e6edfc4 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_41.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_42.png b/1.16.5/assets/minecraft/textures/font/unicode_page_42.png new file mode 100644 index 00000000..feff714c Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_42.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_43.png b/1.16.5/assets/minecraft/textures/font/unicode_page_43.png new file mode 100644 index 00000000..eda28990 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_43.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_44.png b/1.16.5/assets/minecraft/textures/font/unicode_page_44.png new file mode 100644 index 00000000..1373dc84 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_44.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_45.png b/1.16.5/assets/minecraft/textures/font/unicode_page_45.png new file mode 100644 index 00000000..a8d4db36 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_45.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_46.png b/1.16.5/assets/minecraft/textures/font/unicode_page_46.png new file mode 100644 index 00000000..0da96358 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_46.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_47.png b/1.16.5/assets/minecraft/textures/font/unicode_page_47.png new file mode 100644 index 00000000..68eedf42 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_47.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_48.png b/1.16.5/assets/minecraft/textures/font/unicode_page_48.png new file mode 100644 index 00000000..30e2e83a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_48.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_49.png b/1.16.5/assets/minecraft/textures/font/unicode_page_49.png new file mode 100644 index 00000000..046646a6 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_49.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_4a.png b/1.16.5/assets/minecraft/textures/font/unicode_page_4a.png new file mode 100644 index 00000000..f1ffb0e8 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_4a.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_4b.png b/1.16.5/assets/minecraft/textures/font/unicode_page_4b.png new file mode 100644 index 00000000..eaab3e4e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_4b.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_4c.png b/1.16.5/assets/minecraft/textures/font/unicode_page_4c.png new file mode 100644 index 00000000..4e4b7a21 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_4c.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_4d.png b/1.16.5/assets/minecraft/textures/font/unicode_page_4d.png new file mode 100644 index 00000000..d460d70d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_4d.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_4e.png b/1.16.5/assets/minecraft/textures/font/unicode_page_4e.png new file mode 100644 index 00000000..be8546c8 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_4e.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_4f.png b/1.16.5/assets/minecraft/textures/font/unicode_page_4f.png new file mode 100644 index 00000000..cdf58f34 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_4f.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_50.png b/1.16.5/assets/minecraft/textures/font/unicode_page_50.png new file mode 100644 index 00000000..a31aff55 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_50.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_51.png b/1.16.5/assets/minecraft/textures/font/unicode_page_51.png new file mode 100644 index 00000000..72cb5ab0 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_51.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_52.png b/1.16.5/assets/minecraft/textures/font/unicode_page_52.png new file mode 100644 index 00000000..81bbd781 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_52.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_53.png b/1.16.5/assets/minecraft/textures/font/unicode_page_53.png new file mode 100644 index 00000000..238c8307 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_53.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_54.png b/1.16.5/assets/minecraft/textures/font/unicode_page_54.png new file mode 100644 index 00000000..3fd0cd72 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_54.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_55.png b/1.16.5/assets/minecraft/textures/font/unicode_page_55.png new file mode 100644 index 00000000..698ce0d1 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_55.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_56.png b/1.16.5/assets/minecraft/textures/font/unicode_page_56.png new file mode 100644 index 00000000..f0dad795 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_56.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_57.png b/1.16.5/assets/minecraft/textures/font/unicode_page_57.png new file mode 100644 index 00000000..715e1eff Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_57.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_58.png b/1.16.5/assets/minecraft/textures/font/unicode_page_58.png new file mode 100644 index 00000000..beabcc11 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_58.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_59.png b/1.16.5/assets/minecraft/textures/font/unicode_page_59.png new file mode 100644 index 00000000..f6235115 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_59.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_5a.png b/1.16.5/assets/minecraft/textures/font/unicode_page_5a.png new file mode 100644 index 00000000..1e83420b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_5a.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_5b.png b/1.16.5/assets/minecraft/textures/font/unicode_page_5b.png new file mode 100644 index 00000000..852f0743 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_5b.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_5c.png b/1.16.5/assets/minecraft/textures/font/unicode_page_5c.png new file mode 100644 index 00000000..412d2892 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_5c.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_5d.png b/1.16.5/assets/minecraft/textures/font/unicode_page_5d.png new file mode 100644 index 00000000..2c4714ca Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_5d.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_5e.png b/1.16.5/assets/minecraft/textures/font/unicode_page_5e.png new file mode 100644 index 00000000..4eb52672 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_5e.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_5f.png b/1.16.5/assets/minecraft/textures/font/unicode_page_5f.png new file mode 100644 index 00000000..151f8d46 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_5f.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_60.png b/1.16.5/assets/minecraft/textures/font/unicode_page_60.png new file mode 100644 index 00000000..333efc08 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_60.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_61.png b/1.16.5/assets/minecraft/textures/font/unicode_page_61.png new file mode 100644 index 00000000..9c183924 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_61.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_62.png b/1.16.5/assets/minecraft/textures/font/unicode_page_62.png new file mode 100644 index 00000000..9555a9d5 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_62.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_63.png b/1.16.5/assets/minecraft/textures/font/unicode_page_63.png new file mode 100644 index 00000000..4ab408a4 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_63.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_64.png b/1.16.5/assets/minecraft/textures/font/unicode_page_64.png new file mode 100644 index 00000000..ec8e90bc Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_64.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_65.png b/1.16.5/assets/minecraft/textures/font/unicode_page_65.png new file mode 100644 index 00000000..d9da268f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_65.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_66.png b/1.16.5/assets/minecraft/textures/font/unicode_page_66.png new file mode 100644 index 00000000..bf39744d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_66.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_67.png b/1.16.5/assets/minecraft/textures/font/unicode_page_67.png new file mode 100644 index 00000000..c5d51c11 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_67.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_68.png b/1.16.5/assets/minecraft/textures/font/unicode_page_68.png new file mode 100644 index 00000000..321e8ee0 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_68.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_69.png b/1.16.5/assets/minecraft/textures/font/unicode_page_69.png new file mode 100644 index 00000000..1a969acd Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_69.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_6a.png b/1.16.5/assets/minecraft/textures/font/unicode_page_6a.png new file mode 100644 index 00000000..b67475b0 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_6a.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_6b.png b/1.16.5/assets/minecraft/textures/font/unicode_page_6b.png new file mode 100644 index 00000000..82e083a2 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_6b.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_6c.png b/1.16.5/assets/minecraft/textures/font/unicode_page_6c.png new file mode 100644 index 00000000..d2b50af0 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_6c.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_6d.png b/1.16.5/assets/minecraft/textures/font/unicode_page_6d.png new file mode 100644 index 00000000..2e1dfd16 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_6d.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_6e.png b/1.16.5/assets/minecraft/textures/font/unicode_page_6e.png new file mode 100644 index 00000000..495a4c1f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_6e.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_6f.png b/1.16.5/assets/minecraft/textures/font/unicode_page_6f.png new file mode 100644 index 00000000..80e49933 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_6f.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_70.png b/1.16.5/assets/minecraft/textures/font/unicode_page_70.png new file mode 100644 index 00000000..15694bbe Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_70.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_71.png b/1.16.5/assets/minecraft/textures/font/unicode_page_71.png new file mode 100644 index 00000000..ff04b6ac Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_71.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_72.png b/1.16.5/assets/minecraft/textures/font/unicode_page_72.png new file mode 100644 index 00000000..67c64615 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_72.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_73.png b/1.16.5/assets/minecraft/textures/font/unicode_page_73.png new file mode 100644 index 00000000..4bafafaa Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_73.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_74.png b/1.16.5/assets/minecraft/textures/font/unicode_page_74.png new file mode 100644 index 00000000..ec0f591a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_74.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_75.png b/1.16.5/assets/minecraft/textures/font/unicode_page_75.png new file mode 100644 index 00000000..00e2c71b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_75.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_76.png b/1.16.5/assets/minecraft/textures/font/unicode_page_76.png new file mode 100644 index 00000000..e76fbee3 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_76.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_77.png b/1.16.5/assets/minecraft/textures/font/unicode_page_77.png new file mode 100644 index 00000000..08a22ff8 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_77.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_78.png b/1.16.5/assets/minecraft/textures/font/unicode_page_78.png new file mode 100644 index 00000000..d6e34184 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_78.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_79.png b/1.16.5/assets/minecraft/textures/font/unicode_page_79.png new file mode 100644 index 00000000..b11efa83 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_79.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_7a.png b/1.16.5/assets/minecraft/textures/font/unicode_page_7a.png new file mode 100644 index 00000000..f3ff655c Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_7a.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_7b.png b/1.16.5/assets/minecraft/textures/font/unicode_page_7b.png new file mode 100644 index 00000000..6b3038cb Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_7b.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_7c.png b/1.16.5/assets/minecraft/textures/font/unicode_page_7c.png new file mode 100644 index 00000000..3ffe7a71 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_7c.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_7d.png b/1.16.5/assets/minecraft/textures/font/unicode_page_7d.png new file mode 100644 index 00000000..700ab759 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_7d.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_7e.png b/1.16.5/assets/minecraft/textures/font/unicode_page_7e.png new file mode 100644 index 00000000..34c8c54c Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_7e.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_7f.png b/1.16.5/assets/minecraft/textures/font/unicode_page_7f.png new file mode 100644 index 00000000..ad3b0708 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_7f.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_80.png b/1.16.5/assets/minecraft/textures/font/unicode_page_80.png new file mode 100644 index 00000000..f9a954c2 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_80.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_81.png b/1.16.5/assets/minecraft/textures/font/unicode_page_81.png new file mode 100644 index 00000000..97d56672 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_81.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_82.png b/1.16.5/assets/minecraft/textures/font/unicode_page_82.png new file mode 100644 index 00000000..5acf8aaa Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_82.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_83.png b/1.16.5/assets/minecraft/textures/font/unicode_page_83.png new file mode 100644 index 00000000..b1a29e44 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_83.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_84.png b/1.16.5/assets/minecraft/textures/font/unicode_page_84.png new file mode 100644 index 00000000..9dd7e51c Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_84.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_85.png b/1.16.5/assets/minecraft/textures/font/unicode_page_85.png new file mode 100644 index 00000000..6f72b8bf Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_85.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_86.png b/1.16.5/assets/minecraft/textures/font/unicode_page_86.png new file mode 100644 index 00000000..91d82f37 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_86.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_87.png b/1.16.5/assets/minecraft/textures/font/unicode_page_87.png new file mode 100644 index 00000000..002bbc63 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_87.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_88.png b/1.16.5/assets/minecraft/textures/font/unicode_page_88.png new file mode 100644 index 00000000..2388727e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_88.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_89.png b/1.16.5/assets/minecraft/textures/font/unicode_page_89.png new file mode 100644 index 00000000..e35974af Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_89.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_8a.png b/1.16.5/assets/minecraft/textures/font/unicode_page_8a.png new file mode 100644 index 00000000..008a185f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_8a.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_8b.png b/1.16.5/assets/minecraft/textures/font/unicode_page_8b.png new file mode 100644 index 00000000..360f9c6e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_8b.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_8c.png b/1.16.5/assets/minecraft/textures/font/unicode_page_8c.png new file mode 100644 index 00000000..12b78b51 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_8c.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_8d.png b/1.16.5/assets/minecraft/textures/font/unicode_page_8d.png new file mode 100644 index 00000000..10de16c3 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_8d.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_8e.png b/1.16.5/assets/minecraft/textures/font/unicode_page_8e.png new file mode 100644 index 00000000..8e4f17cc Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_8e.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_8f.png b/1.16.5/assets/minecraft/textures/font/unicode_page_8f.png new file mode 100644 index 00000000..6e4c9414 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_8f.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_90.png b/1.16.5/assets/minecraft/textures/font/unicode_page_90.png new file mode 100644 index 00000000..a95436c2 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_90.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_91.png b/1.16.5/assets/minecraft/textures/font/unicode_page_91.png new file mode 100644 index 00000000..d7bad075 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_91.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_92.png b/1.16.5/assets/minecraft/textures/font/unicode_page_92.png new file mode 100644 index 00000000..3676d3f6 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_92.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_93.png b/1.16.5/assets/minecraft/textures/font/unicode_page_93.png new file mode 100644 index 00000000..d59c7d2c Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_93.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_94.png b/1.16.5/assets/minecraft/textures/font/unicode_page_94.png new file mode 100644 index 00000000..8f381404 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_94.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_95.png b/1.16.5/assets/minecraft/textures/font/unicode_page_95.png new file mode 100644 index 00000000..13cf8c7a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_95.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_96.png b/1.16.5/assets/minecraft/textures/font/unicode_page_96.png new file mode 100644 index 00000000..6a7838cc Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_96.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_97.png b/1.16.5/assets/minecraft/textures/font/unicode_page_97.png new file mode 100644 index 00000000..081c1afd Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_97.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_98.png b/1.16.5/assets/minecraft/textures/font/unicode_page_98.png new file mode 100644 index 00000000..2bdcbf9b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_98.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_99.png b/1.16.5/assets/minecraft/textures/font/unicode_page_99.png new file mode 100644 index 00000000..5789f19a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_99.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_9a.png b/1.16.5/assets/minecraft/textures/font/unicode_page_9a.png new file mode 100644 index 00000000..8aacdc6f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_9a.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_9b.png b/1.16.5/assets/minecraft/textures/font/unicode_page_9b.png new file mode 100644 index 00000000..34a54bdd Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_9b.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_9c.png b/1.16.5/assets/minecraft/textures/font/unicode_page_9c.png new file mode 100644 index 00000000..57e4a71f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_9c.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_9d.png b/1.16.5/assets/minecraft/textures/font/unicode_page_9d.png new file mode 100644 index 00000000..0a079be1 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_9d.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_9e.png b/1.16.5/assets/minecraft/textures/font/unicode_page_9e.png new file mode 100644 index 00000000..80ce2b35 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_9e.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_9f.png b/1.16.5/assets/minecraft/textures/font/unicode_page_9f.png new file mode 100644 index 00000000..a6100ae1 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_9f.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_a0.png b/1.16.5/assets/minecraft/textures/font/unicode_page_a0.png new file mode 100644 index 00000000..70c2b209 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_a0.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_a1.png b/1.16.5/assets/minecraft/textures/font/unicode_page_a1.png new file mode 100644 index 00000000..b6507596 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_a1.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_a2.png b/1.16.5/assets/minecraft/textures/font/unicode_page_a2.png new file mode 100644 index 00000000..44b5a8d7 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_a2.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_a3.png b/1.16.5/assets/minecraft/textures/font/unicode_page_a3.png new file mode 100644 index 00000000..a6987c7f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_a3.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_a4.png b/1.16.5/assets/minecraft/textures/font/unicode_page_a4.png new file mode 100644 index 00000000..4dce2f28 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_a4.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_a5.png b/1.16.5/assets/minecraft/textures/font/unicode_page_a5.png new file mode 100644 index 00000000..cec113ca Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_a5.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_a6.png b/1.16.5/assets/minecraft/textures/font/unicode_page_a6.png new file mode 100644 index 00000000..d28ad134 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_a6.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_a7.png b/1.16.5/assets/minecraft/textures/font/unicode_page_a7.png new file mode 100644 index 00000000..b41be026 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_a7.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_a8.png b/1.16.5/assets/minecraft/textures/font/unicode_page_a8.png new file mode 100644 index 00000000..8a21e030 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_a8.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_a9.png b/1.16.5/assets/minecraft/textures/font/unicode_page_a9.png new file mode 100644 index 00000000..0970c142 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_a9.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_aa.png b/1.16.5/assets/minecraft/textures/font/unicode_page_aa.png new file mode 100644 index 00000000..81927129 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_aa.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_ab.png b/1.16.5/assets/minecraft/textures/font/unicode_page_ab.png new file mode 100644 index 00000000..b771a716 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_ab.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_ac.png b/1.16.5/assets/minecraft/textures/font/unicode_page_ac.png new file mode 100644 index 00000000..2818b954 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_ac.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_ad.png b/1.16.5/assets/minecraft/textures/font/unicode_page_ad.png new file mode 100644 index 00000000..9d53d257 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_ad.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_ae.png b/1.16.5/assets/minecraft/textures/font/unicode_page_ae.png new file mode 100644 index 00000000..b10a7be8 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_ae.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_af.png b/1.16.5/assets/minecraft/textures/font/unicode_page_af.png new file mode 100644 index 00000000..538e377b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_af.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_b0.png b/1.16.5/assets/minecraft/textures/font/unicode_page_b0.png new file mode 100644 index 00000000..0bac8500 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_b0.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_b1.png b/1.16.5/assets/minecraft/textures/font/unicode_page_b1.png new file mode 100644 index 00000000..0f0f56e5 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_b1.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_b2.png b/1.16.5/assets/minecraft/textures/font/unicode_page_b2.png new file mode 100644 index 00000000..c064012b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_b2.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_b3.png b/1.16.5/assets/minecraft/textures/font/unicode_page_b3.png new file mode 100644 index 00000000..daa46be8 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_b3.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_b4.png b/1.16.5/assets/minecraft/textures/font/unicode_page_b4.png new file mode 100644 index 00000000..9cd89ffa Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_b4.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_b5.png b/1.16.5/assets/minecraft/textures/font/unicode_page_b5.png new file mode 100644 index 00000000..d50990dc Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_b5.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_b6.png b/1.16.5/assets/minecraft/textures/font/unicode_page_b6.png new file mode 100644 index 00000000..7cbdbe5a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_b6.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_b7.png b/1.16.5/assets/minecraft/textures/font/unicode_page_b7.png new file mode 100644 index 00000000..bb825321 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_b7.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_b8.png b/1.16.5/assets/minecraft/textures/font/unicode_page_b8.png new file mode 100644 index 00000000..d5d32ddc Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_b8.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_b9.png b/1.16.5/assets/minecraft/textures/font/unicode_page_b9.png new file mode 100644 index 00000000..acda6e03 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_b9.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_ba.png b/1.16.5/assets/minecraft/textures/font/unicode_page_ba.png new file mode 100644 index 00000000..47d0a75a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_ba.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_bb.png b/1.16.5/assets/minecraft/textures/font/unicode_page_bb.png new file mode 100644 index 00000000..39a4b8f1 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_bb.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_bc.png b/1.16.5/assets/minecraft/textures/font/unicode_page_bc.png new file mode 100644 index 00000000..f9429784 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_bc.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_bd.png b/1.16.5/assets/minecraft/textures/font/unicode_page_bd.png new file mode 100644 index 00000000..783a79b1 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_bd.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_be.png b/1.16.5/assets/minecraft/textures/font/unicode_page_be.png new file mode 100644 index 00000000..2df8f23b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_be.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_bf.png b/1.16.5/assets/minecraft/textures/font/unicode_page_bf.png new file mode 100644 index 00000000..da9f3c68 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_bf.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_c0.png b/1.16.5/assets/minecraft/textures/font/unicode_page_c0.png new file mode 100644 index 00000000..21ee4bec Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_c0.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_c1.png b/1.16.5/assets/minecraft/textures/font/unicode_page_c1.png new file mode 100644 index 00000000..c7cc199a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_c1.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_c2.png b/1.16.5/assets/minecraft/textures/font/unicode_page_c2.png new file mode 100644 index 00000000..5e8dfdb4 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_c2.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_c3.png b/1.16.5/assets/minecraft/textures/font/unicode_page_c3.png new file mode 100644 index 00000000..949ca7c3 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_c3.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_c4.png b/1.16.5/assets/minecraft/textures/font/unicode_page_c4.png new file mode 100644 index 00000000..85580db9 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_c4.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_c5.png b/1.16.5/assets/minecraft/textures/font/unicode_page_c5.png new file mode 100644 index 00000000..656e69f9 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_c5.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_c6.png b/1.16.5/assets/minecraft/textures/font/unicode_page_c6.png new file mode 100644 index 00000000..e9e9e77c Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_c6.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_c7.png b/1.16.5/assets/minecraft/textures/font/unicode_page_c7.png new file mode 100644 index 00000000..7b3971e4 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_c7.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_c8.png b/1.16.5/assets/minecraft/textures/font/unicode_page_c8.png new file mode 100644 index 00000000..5b02f56a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_c8.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_c9.png b/1.16.5/assets/minecraft/textures/font/unicode_page_c9.png new file mode 100644 index 00000000..f162dc45 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_c9.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_ca.png b/1.16.5/assets/minecraft/textures/font/unicode_page_ca.png new file mode 100644 index 00000000..bb52b26a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_ca.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_cb.png b/1.16.5/assets/minecraft/textures/font/unicode_page_cb.png new file mode 100644 index 00000000..bc38e37a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_cb.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_cc.png b/1.16.5/assets/minecraft/textures/font/unicode_page_cc.png new file mode 100644 index 00000000..4c82ee76 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_cc.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_cd.png b/1.16.5/assets/minecraft/textures/font/unicode_page_cd.png new file mode 100644 index 00000000..806205f7 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_cd.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_ce.png b/1.16.5/assets/minecraft/textures/font/unicode_page_ce.png new file mode 100644 index 00000000..ef0a4a78 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_ce.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_cf.png b/1.16.5/assets/minecraft/textures/font/unicode_page_cf.png new file mode 100644 index 00000000..22499858 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_cf.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_d0.png b/1.16.5/assets/minecraft/textures/font/unicode_page_d0.png new file mode 100644 index 00000000..4438d1d3 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_d0.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_d1.png b/1.16.5/assets/minecraft/textures/font/unicode_page_d1.png new file mode 100644 index 00000000..cb6afe8e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_d1.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_d2.png b/1.16.5/assets/minecraft/textures/font/unicode_page_d2.png new file mode 100644 index 00000000..62ae8252 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_d2.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_d3.png b/1.16.5/assets/minecraft/textures/font/unicode_page_d3.png new file mode 100644 index 00000000..a3d59892 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_d3.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_d4.png b/1.16.5/assets/minecraft/textures/font/unicode_page_d4.png new file mode 100644 index 00000000..893b3561 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_d4.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_d5.png b/1.16.5/assets/minecraft/textures/font/unicode_page_d5.png new file mode 100644 index 00000000..4f7774d9 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_d5.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_d6.png b/1.16.5/assets/minecraft/textures/font/unicode_page_d6.png new file mode 100644 index 00000000..f72847fb Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_d6.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_d7.png b/1.16.5/assets/minecraft/textures/font/unicode_page_d7.png new file mode 100644 index 00000000..845a04b7 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_d7.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_f9.png b/1.16.5/assets/minecraft/textures/font/unicode_page_f9.png new file mode 100644 index 00000000..02c37fdc Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_f9.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_fa.png b/1.16.5/assets/minecraft/textures/font/unicode_page_fa.png new file mode 100644 index 00000000..fda45608 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_fa.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_fb.png b/1.16.5/assets/minecraft/textures/font/unicode_page_fb.png new file mode 100644 index 00000000..c900e2ab Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_fb.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_fc.png b/1.16.5/assets/minecraft/textures/font/unicode_page_fc.png new file mode 100644 index 00000000..49d460c1 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_fc.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_fd.png b/1.16.5/assets/minecraft/textures/font/unicode_page_fd.png new file mode 100644 index 00000000..ea8e3e0f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_fd.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_fe.png b/1.16.5/assets/minecraft/textures/font/unicode_page_fe.png new file mode 100644 index 00000000..cacee8a5 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_fe.png differ diff --git a/1.16.5/assets/minecraft/textures/font/unicode_page_ff.png b/1.16.5/assets/minecraft/textures/font/unicode_page_ff.png new file mode 100644 index 00000000..c14110d1 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/font/unicode_page_ff.png differ diff --git a/1.16.5/assets/minecraft/textures/gui/accessibility.png b/1.16.5/assets/minecraft/textures/gui/accessibility.png new file mode 100644 index 00000000..cb05cd38 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/gui/accessibility.png differ diff --git a/1.16.5/assets/minecraft/textures/gui/advancements/backgrounds/adventure.png b/1.16.5/assets/minecraft/textures/gui/advancements/backgrounds/adventure.png new file mode 100644 index 00000000..91cec2a7 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/gui/advancements/backgrounds/adventure.png differ diff --git a/1.16.5/assets/minecraft/textures/gui/advancements/backgrounds/end.png b/1.16.5/assets/minecraft/textures/gui/advancements/backgrounds/end.png new file mode 100644 index 00000000..6d747c02 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/gui/advancements/backgrounds/end.png differ diff --git a/1.16.5/assets/minecraft/textures/gui/advancements/backgrounds/husbandry.png b/1.16.5/assets/minecraft/textures/gui/advancements/backgrounds/husbandry.png new file mode 100644 index 00000000..b73ffc08 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/gui/advancements/backgrounds/husbandry.png differ diff --git a/1.16.5/assets/minecraft/textures/gui/advancements/backgrounds/nether.png b/1.16.5/assets/minecraft/textures/gui/advancements/backgrounds/nether.png new file mode 100644 index 00000000..50b56218 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/gui/advancements/backgrounds/nether.png differ diff --git a/1.16.5/assets/minecraft/textures/gui/advancements/backgrounds/stone.png b/1.16.5/assets/minecraft/textures/gui/advancements/backgrounds/stone.png new file mode 100644 index 00000000..2665baef Binary files /dev/null and b/1.16.5/assets/minecraft/textures/gui/advancements/backgrounds/stone.png differ diff --git a/1.16.5/assets/minecraft/textures/gui/advancements/tabs.png b/1.16.5/assets/minecraft/textures/gui/advancements/tabs.png new file mode 100644 index 00000000..3dbc77ff Binary files /dev/null and b/1.16.5/assets/minecraft/textures/gui/advancements/tabs.png differ diff --git a/1.16.5/assets/minecraft/textures/gui/advancements/widgets.png b/1.16.5/assets/minecraft/textures/gui/advancements/widgets.png new file mode 100644 index 00000000..83db82af Binary files /dev/null and b/1.16.5/assets/minecraft/textures/gui/advancements/widgets.png differ diff --git a/1.16.5/assets/minecraft/textures/gui/advancements/window.png b/1.16.5/assets/minecraft/textures/gui/advancements/window.png new file mode 100644 index 00000000..fa5559d3 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/gui/advancements/window.png differ diff --git a/1.16.5/assets/minecraft/textures/gui/bars.png b/1.16.5/assets/minecraft/textures/gui/bars.png new file mode 100644 index 00000000..3086fce8 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/gui/bars.png differ diff --git a/1.16.5/assets/minecraft/textures/gui/book.png b/1.16.5/assets/minecraft/textures/gui/book.png new file mode 100644 index 00000000..c9007bda Binary files /dev/null and b/1.16.5/assets/minecraft/textures/gui/book.png differ diff --git a/1.16.5/assets/minecraft/textures/gui/checkbox.png b/1.16.5/assets/minecraft/textures/gui/checkbox.png new file mode 100644 index 00000000..593d8298 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/gui/checkbox.png differ diff --git a/1.16.5/assets/minecraft/textures/gui/container/anvil.png b/1.16.5/assets/minecraft/textures/gui/container/anvil.png new file mode 100644 index 00000000..7b7ab672 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/gui/container/anvil.png differ diff --git a/1.16.5/assets/minecraft/textures/gui/container/beacon.png b/1.16.5/assets/minecraft/textures/gui/container/beacon.png new file mode 100644 index 00000000..9158b074 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/gui/container/beacon.png differ diff --git a/1.16.5/assets/minecraft/textures/gui/container/blast_furnace.png b/1.16.5/assets/minecraft/textures/gui/container/blast_furnace.png new file mode 100644 index 00000000..452ad342 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/gui/container/blast_furnace.png differ diff --git a/1.16.5/assets/minecraft/textures/gui/container/brewing_stand.png b/1.16.5/assets/minecraft/textures/gui/container/brewing_stand.png new file mode 100644 index 00000000..56b72ce9 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/gui/container/brewing_stand.png differ diff --git a/1.16.5/assets/minecraft/textures/gui/container/cartography_table.png b/1.16.5/assets/minecraft/textures/gui/container/cartography_table.png new file mode 100644 index 00000000..a5c052d9 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/gui/container/cartography_table.png differ diff --git a/1.16.5/assets/minecraft/textures/gui/container/crafting_table.png b/1.16.5/assets/minecraft/textures/gui/container/crafting_table.png new file mode 100644 index 00000000..38c05c03 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/gui/container/crafting_table.png differ diff --git a/1.16.5/assets/minecraft/textures/gui/container/creative_inventory/tab_inventory.png b/1.16.5/assets/minecraft/textures/gui/container/creative_inventory/tab_inventory.png new file mode 100644 index 00000000..f328206c Binary files /dev/null and b/1.16.5/assets/minecraft/textures/gui/container/creative_inventory/tab_inventory.png differ diff --git a/1.16.5/assets/minecraft/textures/gui/container/creative_inventory/tab_item_search.png b/1.16.5/assets/minecraft/textures/gui/container/creative_inventory/tab_item_search.png new file mode 100644 index 00000000..be178b74 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/gui/container/creative_inventory/tab_item_search.png differ diff --git a/1.16.5/assets/minecraft/textures/gui/container/creative_inventory/tab_items.png b/1.16.5/assets/minecraft/textures/gui/container/creative_inventory/tab_items.png new file mode 100644 index 00000000..2b6fbb9c Binary files /dev/null and b/1.16.5/assets/minecraft/textures/gui/container/creative_inventory/tab_items.png differ diff --git a/1.16.5/assets/minecraft/textures/gui/container/creative_inventory/tabs.png b/1.16.5/assets/minecraft/textures/gui/container/creative_inventory/tabs.png new file mode 100644 index 00000000..8bb183a0 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/gui/container/creative_inventory/tabs.png differ diff --git a/1.16.5/assets/minecraft/textures/gui/container/dispenser.png b/1.16.5/assets/minecraft/textures/gui/container/dispenser.png new file mode 100644 index 00000000..f840ee74 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/gui/container/dispenser.png differ diff --git a/1.16.5/assets/minecraft/textures/gui/container/enchanting_table.png b/1.16.5/assets/minecraft/textures/gui/container/enchanting_table.png new file mode 100644 index 00000000..15583fbf Binary files /dev/null and b/1.16.5/assets/minecraft/textures/gui/container/enchanting_table.png differ diff --git a/1.16.5/assets/minecraft/textures/gui/container/furnace.png b/1.16.5/assets/minecraft/textures/gui/container/furnace.png new file mode 100644 index 00000000..f40de39d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/gui/container/furnace.png differ diff --git a/1.16.5/assets/minecraft/textures/gui/container/gamemode_switcher.png b/1.16.5/assets/minecraft/textures/gui/container/gamemode_switcher.png new file mode 100644 index 00000000..68e85540 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/gui/container/gamemode_switcher.png differ diff --git a/1.16.5/assets/minecraft/textures/gui/container/generic_54.png b/1.16.5/assets/minecraft/textures/gui/container/generic_54.png new file mode 100644 index 00000000..9169433f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/gui/container/generic_54.png differ diff --git a/1.16.5/assets/minecraft/textures/gui/container/grindstone.png b/1.16.5/assets/minecraft/textures/gui/container/grindstone.png new file mode 100644 index 00000000..e420e05b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/gui/container/grindstone.png differ diff --git a/1.16.5/assets/minecraft/textures/gui/container/hopper.png b/1.16.5/assets/minecraft/textures/gui/container/hopper.png new file mode 100644 index 00000000..56f4b894 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/gui/container/hopper.png differ diff --git a/1.16.5/assets/minecraft/textures/gui/container/horse.png b/1.16.5/assets/minecraft/textures/gui/container/horse.png new file mode 100644 index 00000000..e5ee7fcc Binary files /dev/null and b/1.16.5/assets/minecraft/textures/gui/container/horse.png differ diff --git a/1.16.5/assets/minecraft/textures/gui/container/inventory.png b/1.16.5/assets/minecraft/textures/gui/container/inventory.png new file mode 100644 index 00000000..79430fb3 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/gui/container/inventory.png differ diff --git a/1.16.5/assets/minecraft/textures/gui/container/loom.png b/1.16.5/assets/minecraft/textures/gui/container/loom.png new file mode 100644 index 00000000..cdeff581 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/gui/container/loom.png differ diff --git a/1.16.5/assets/minecraft/textures/gui/container/shulker_box.png b/1.16.5/assets/minecraft/textures/gui/container/shulker_box.png new file mode 100644 index 00000000..40cbb46d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/gui/container/shulker_box.png differ diff --git a/1.16.5/assets/minecraft/textures/gui/container/smithing.png b/1.16.5/assets/minecraft/textures/gui/container/smithing.png new file mode 100644 index 00000000..97a6e6d7 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/gui/container/smithing.png differ diff --git a/1.16.5/assets/minecraft/textures/gui/container/smoker.png b/1.16.5/assets/minecraft/textures/gui/container/smoker.png new file mode 100644 index 00000000..452ad342 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/gui/container/smoker.png differ diff --git a/1.16.5/assets/minecraft/textures/gui/container/stats_icons.png b/1.16.5/assets/minecraft/textures/gui/container/stats_icons.png new file mode 100644 index 00000000..ff4029e9 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/gui/container/stats_icons.png differ diff --git a/1.16.5/assets/minecraft/textures/gui/container/stonecutter.png b/1.16.5/assets/minecraft/textures/gui/container/stonecutter.png new file mode 100644 index 00000000..a0dcf566 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/gui/container/stonecutter.png differ diff --git a/1.16.5/assets/minecraft/textures/gui/container/villager2.png b/1.16.5/assets/minecraft/textures/gui/container/villager2.png new file mode 100644 index 00000000..ab25b948 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/gui/container/villager2.png differ diff --git a/1.16.5/assets/minecraft/textures/gui/demo_background.png b/1.16.5/assets/minecraft/textures/gui/demo_background.png new file mode 100644 index 00000000..1f1f388d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/gui/demo_background.png differ diff --git a/1.16.5/assets/minecraft/textures/gui/icons.png b/1.16.5/assets/minecraft/textures/gui/icons.png new file mode 100644 index 00000000..25421224 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/gui/icons.png differ diff --git a/1.16.5/assets/minecraft/textures/gui/options_background.png b/1.16.5/assets/minecraft/textures/gui/options_background.png new file mode 100644 index 00000000..5c02f918 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/gui/options_background.png differ diff --git a/1.16.5/assets/minecraft/textures/gui/presets/isles.png b/1.16.5/assets/minecraft/textures/gui/presets/isles.png new file mode 100644 index 00000000..14251061 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/gui/presets/isles.png differ diff --git a/1.16.5/assets/minecraft/textures/gui/recipe_book.png b/1.16.5/assets/minecraft/textures/gui/recipe_book.png new file mode 100644 index 00000000..199b746a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/gui/recipe_book.png differ diff --git a/1.16.5/assets/minecraft/textures/gui/recipe_button.png b/1.16.5/assets/minecraft/textures/gui/recipe_button.png new file mode 100644 index 00000000..3be6b1ca Binary files /dev/null and b/1.16.5/assets/minecraft/textures/gui/recipe_button.png differ diff --git a/1.16.5/assets/minecraft/textures/gui/resource_packs.png b/1.16.5/assets/minecraft/textures/gui/resource_packs.png new file mode 100644 index 00000000..4e90d743 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/gui/resource_packs.png differ diff --git a/1.16.5/assets/minecraft/textures/gui/server_selection.png b/1.16.5/assets/minecraft/textures/gui/server_selection.png new file mode 100644 index 00000000..74b06b3d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/gui/server_selection.png differ diff --git a/1.16.5/assets/minecraft/textures/gui/social_interactions.png b/1.16.5/assets/minecraft/textures/gui/social_interactions.png new file mode 100644 index 00000000..54a3fc3f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/gui/social_interactions.png differ diff --git a/1.16.5/assets/minecraft/textures/gui/spectator_widgets.png b/1.16.5/assets/minecraft/textures/gui/spectator_widgets.png new file mode 100644 index 00000000..26cc3dc2 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/gui/spectator_widgets.png differ diff --git a/1.16.5/assets/minecraft/textures/gui/stream_indicator.png b/1.16.5/assets/minecraft/textures/gui/stream_indicator.png new file mode 100644 index 00000000..48e1575a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/gui/stream_indicator.png differ diff --git a/1.16.5/assets/minecraft/textures/gui/title/background/panorama_0.png b/1.16.5/assets/minecraft/textures/gui/title/background/panorama_0.png new file mode 100644 index 00000000..1ccd8b27 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/gui/title/background/panorama_0.png differ diff --git a/1.16.5/assets/minecraft/textures/gui/title/background/panorama_1.png b/1.16.5/assets/minecraft/textures/gui/title/background/panorama_1.png new file mode 100644 index 00000000..1ccd8b27 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/gui/title/background/panorama_1.png differ diff --git a/1.16.5/assets/minecraft/textures/gui/title/background/panorama_2.png b/1.16.5/assets/minecraft/textures/gui/title/background/panorama_2.png new file mode 100644 index 00000000..1ccd8b27 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/gui/title/background/panorama_2.png differ diff --git a/1.16.5/assets/minecraft/textures/gui/title/background/panorama_3.png b/1.16.5/assets/minecraft/textures/gui/title/background/panorama_3.png new file mode 100644 index 00000000..1ccd8b27 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/gui/title/background/panorama_3.png differ diff --git a/1.16.5/assets/minecraft/textures/gui/title/background/panorama_4.png b/1.16.5/assets/minecraft/textures/gui/title/background/panorama_4.png new file mode 100644 index 00000000..1ccd8b27 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/gui/title/background/panorama_4.png differ diff --git a/1.16.5/assets/minecraft/textures/gui/title/background/panorama_5.png b/1.16.5/assets/minecraft/textures/gui/title/background/panorama_5.png new file mode 100644 index 00000000..1ccd8b27 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/gui/title/background/panorama_5.png differ diff --git a/1.16.5/assets/minecraft/textures/gui/title/background/panorama_overlay.png b/1.16.5/assets/minecraft/textures/gui/title/background/panorama_overlay.png new file mode 100644 index 00000000..d4c5c357 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/gui/title/background/panorama_overlay.png differ diff --git a/1.16.5/assets/minecraft/textures/gui/title/edition.png b/1.16.5/assets/minecraft/textures/gui/title/edition.png new file mode 100644 index 00000000..f6e2de3d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/gui/title/edition.png differ diff --git a/1.16.5/assets/minecraft/textures/gui/title/minecraft.png b/1.16.5/assets/minecraft/textures/gui/title/minecraft.png new file mode 100644 index 00000000..832c132f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/gui/title/minecraft.png differ diff --git a/1.16.5/assets/minecraft/textures/gui/title/mojangstudios.png b/1.16.5/assets/minecraft/textures/gui/title/mojangstudios.png new file mode 100644 index 00000000..557113a1 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/gui/title/mojangstudios.png differ diff --git a/1.16.5/assets/minecraft/textures/gui/toasts.png b/1.16.5/assets/minecraft/textures/gui/toasts.png new file mode 100644 index 00000000..f12b3ea2 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/gui/toasts.png differ diff --git a/1.16.5/assets/minecraft/textures/gui/widgets.png b/1.16.5/assets/minecraft/textures/gui/widgets.png new file mode 100644 index 00000000..8f7802ae Binary files /dev/null and b/1.16.5/assets/minecraft/textures/gui/widgets.png differ diff --git a/1.16.5/assets/minecraft/textures/gui/world_selection.png b/1.16.5/assets/minecraft/textures/gui/world_selection.png new file mode 100644 index 00000000..866c63cc Binary files /dev/null and b/1.16.5/assets/minecraft/textures/gui/world_selection.png differ diff --git a/1.16.5/assets/minecraft/textures/item/acacia_boat.png b/1.16.5/assets/minecraft/textures/item/acacia_boat.png new file mode 100644 index 00000000..f9bf658f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/acacia_boat.png differ diff --git a/1.16.5/assets/minecraft/textures/item/acacia_door.png b/1.16.5/assets/minecraft/textures/item/acacia_door.png new file mode 100644 index 00000000..201f93a7 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/acacia_door.png differ diff --git a/1.16.5/assets/minecraft/textures/item/acacia_sign.png b/1.16.5/assets/minecraft/textures/item/acacia_sign.png new file mode 100644 index 00000000..8d8bb59a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/acacia_sign.png differ diff --git a/1.16.5/assets/minecraft/textures/item/apple.png b/1.16.5/assets/minecraft/textures/item/apple.png new file mode 100644 index 00000000..3ee2b885 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/apple.png differ diff --git a/1.16.5/assets/minecraft/textures/item/armor_stand.png b/1.16.5/assets/minecraft/textures/item/armor_stand.png new file mode 100644 index 00000000..c65badeb Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/armor_stand.png differ diff --git a/1.16.5/assets/minecraft/textures/item/arrow.png b/1.16.5/assets/minecraft/textures/item/arrow.png new file mode 100644 index 00000000..4f748a00 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/arrow.png differ diff --git a/1.16.5/assets/minecraft/textures/item/baked_potato.png b/1.16.5/assets/minecraft/textures/item/baked_potato.png new file mode 100644 index 00000000..c8d3cbab Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/baked_potato.png differ diff --git a/1.16.5/assets/minecraft/textures/item/bamboo.png b/1.16.5/assets/minecraft/textures/item/bamboo.png new file mode 100644 index 00000000..1f974a1b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/bamboo.png differ diff --git a/1.16.5/assets/minecraft/textures/item/barrier.png b/1.16.5/assets/minecraft/textures/item/barrier.png new file mode 100644 index 00000000..2e68169e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/barrier.png differ diff --git a/1.16.5/assets/minecraft/textures/item/beef.png b/1.16.5/assets/minecraft/textures/item/beef.png new file mode 100644 index 00000000..6334716a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/beef.png differ diff --git a/1.16.5/assets/minecraft/textures/item/beetroot.png b/1.16.5/assets/minecraft/textures/item/beetroot.png new file mode 100644 index 00000000..48ccf011 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/beetroot.png differ diff --git a/1.16.5/assets/minecraft/textures/item/beetroot_seeds.png b/1.16.5/assets/minecraft/textures/item/beetroot_seeds.png new file mode 100644 index 00000000..f7529ad7 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/beetroot_seeds.png differ diff --git a/1.16.5/assets/minecraft/textures/item/beetroot_soup.png b/1.16.5/assets/minecraft/textures/item/beetroot_soup.png new file mode 100644 index 00000000..e26fe6e7 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/beetroot_soup.png differ diff --git a/1.16.5/assets/minecraft/textures/item/bell.png b/1.16.5/assets/minecraft/textures/item/bell.png new file mode 100644 index 00000000..21cb4c69 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/bell.png differ diff --git a/1.16.5/assets/minecraft/textures/item/birch_boat.png b/1.16.5/assets/minecraft/textures/item/birch_boat.png new file mode 100644 index 00000000..2c1ba55d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/birch_boat.png differ diff --git a/1.16.5/assets/minecraft/textures/item/birch_door.png b/1.16.5/assets/minecraft/textures/item/birch_door.png new file mode 100644 index 00000000..d279ef1b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/birch_door.png differ diff --git a/1.16.5/assets/minecraft/textures/item/birch_sign.png b/1.16.5/assets/minecraft/textures/item/birch_sign.png new file mode 100644 index 00000000..695a53d6 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/birch_sign.png differ diff --git a/1.16.5/assets/minecraft/textures/item/black_dye.png b/1.16.5/assets/minecraft/textures/item/black_dye.png new file mode 100644 index 00000000..727c2c59 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/black_dye.png differ diff --git a/1.16.5/assets/minecraft/textures/item/blaze_powder.png b/1.16.5/assets/minecraft/textures/item/blaze_powder.png new file mode 100644 index 00000000..89c57d6e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/blaze_powder.png differ diff --git a/1.16.5/assets/minecraft/textures/item/blaze_rod.png b/1.16.5/assets/minecraft/textures/item/blaze_rod.png new file mode 100644 index 00000000..7050e10f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/blaze_rod.png differ diff --git a/1.16.5/assets/minecraft/textures/item/blue_dye.png b/1.16.5/assets/minecraft/textures/item/blue_dye.png new file mode 100644 index 00000000..481e4d0b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/blue_dye.png differ diff --git a/1.16.5/assets/minecraft/textures/item/bone.png b/1.16.5/assets/minecraft/textures/item/bone.png new file mode 100644 index 00000000..d30c7e32 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/bone.png differ diff --git a/1.16.5/assets/minecraft/textures/item/bone_meal.png b/1.16.5/assets/minecraft/textures/item/bone_meal.png new file mode 100644 index 00000000..74dc137a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/bone_meal.png differ diff --git a/1.16.5/assets/minecraft/textures/item/book.png b/1.16.5/assets/minecraft/textures/item/book.png new file mode 100644 index 00000000..68abee66 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/book.png differ diff --git a/1.16.5/assets/minecraft/textures/item/bow.png b/1.16.5/assets/minecraft/textures/item/bow.png new file mode 100644 index 00000000..d709b9c8 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/bow.png differ diff --git a/1.16.5/assets/minecraft/textures/item/bow_pulling_0.png b/1.16.5/assets/minecraft/textures/item/bow_pulling_0.png new file mode 100644 index 00000000..2022aabd Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/bow_pulling_0.png differ diff --git a/1.16.5/assets/minecraft/textures/item/bow_pulling_1.png b/1.16.5/assets/minecraft/textures/item/bow_pulling_1.png new file mode 100644 index 00000000..a1320795 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/bow_pulling_1.png differ diff --git a/1.16.5/assets/minecraft/textures/item/bow_pulling_2.png b/1.16.5/assets/minecraft/textures/item/bow_pulling_2.png new file mode 100644 index 00000000..d459e685 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/bow_pulling_2.png differ diff --git a/1.16.5/assets/minecraft/textures/item/bowl.png b/1.16.5/assets/minecraft/textures/item/bowl.png new file mode 100644 index 00000000..826be5a4 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/bowl.png differ diff --git a/1.16.5/assets/minecraft/textures/item/bread.png b/1.16.5/assets/minecraft/textures/item/bread.png new file mode 100644 index 00000000..b3943266 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/bread.png differ diff --git a/1.16.5/assets/minecraft/textures/item/brewing_stand.png b/1.16.5/assets/minecraft/textures/item/brewing_stand.png new file mode 100644 index 00000000..963b4dd3 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/brewing_stand.png differ diff --git a/1.16.5/assets/minecraft/textures/item/brick.png b/1.16.5/assets/minecraft/textures/item/brick.png new file mode 100644 index 00000000..1fb55776 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/brick.png differ diff --git a/1.16.5/assets/minecraft/textures/item/broken_elytra.png b/1.16.5/assets/minecraft/textures/item/broken_elytra.png new file mode 100644 index 00000000..dd92e7f7 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/broken_elytra.png differ diff --git a/1.16.5/assets/minecraft/textures/item/brown_dye.png b/1.16.5/assets/minecraft/textures/item/brown_dye.png new file mode 100644 index 00000000..58f6704e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/brown_dye.png differ diff --git a/1.16.5/assets/minecraft/textures/item/bucket.png b/1.16.5/assets/minecraft/textures/item/bucket.png new file mode 100644 index 00000000..735a4afb Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/bucket.png differ diff --git a/1.16.5/assets/minecraft/textures/item/cake.png b/1.16.5/assets/minecraft/textures/item/cake.png new file mode 100644 index 00000000..47bc31f5 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/cake.png differ diff --git a/1.16.5/assets/minecraft/textures/item/campfire.png b/1.16.5/assets/minecraft/textures/item/campfire.png new file mode 100644 index 00000000..bba44f30 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/campfire.png differ diff --git a/1.16.5/assets/minecraft/textures/item/carrot.png b/1.16.5/assets/minecraft/textures/item/carrot.png new file mode 100644 index 00000000..620ce48b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/carrot.png differ diff --git a/1.16.5/assets/minecraft/textures/item/carrot_on_a_stick.png b/1.16.5/assets/minecraft/textures/item/carrot_on_a_stick.png new file mode 100644 index 00000000..51b51919 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/carrot_on_a_stick.png differ diff --git a/1.16.5/assets/minecraft/textures/item/cauldron.png b/1.16.5/assets/minecraft/textures/item/cauldron.png new file mode 100644 index 00000000..8aabc21c Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/cauldron.png differ diff --git a/1.16.5/assets/minecraft/textures/item/chain.png b/1.16.5/assets/minecraft/textures/item/chain.png new file mode 100644 index 00000000..b64bfa4f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/chain.png differ diff --git a/1.16.5/assets/minecraft/textures/item/chainmail_boots.png b/1.16.5/assets/minecraft/textures/item/chainmail_boots.png new file mode 100644 index 00000000..6857585f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/chainmail_boots.png differ diff --git a/1.16.5/assets/minecraft/textures/item/chainmail_chestplate.png b/1.16.5/assets/minecraft/textures/item/chainmail_chestplate.png new file mode 100644 index 00000000..8d32264d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/chainmail_chestplate.png differ diff --git a/1.16.5/assets/minecraft/textures/item/chainmail_helmet.png b/1.16.5/assets/minecraft/textures/item/chainmail_helmet.png new file mode 100644 index 00000000..0865f14b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/chainmail_helmet.png differ diff --git a/1.16.5/assets/minecraft/textures/item/chainmail_leggings.png b/1.16.5/assets/minecraft/textures/item/chainmail_leggings.png new file mode 100644 index 00000000..4198cc5f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/chainmail_leggings.png differ diff --git a/1.16.5/assets/minecraft/textures/item/charcoal.png b/1.16.5/assets/minecraft/textures/item/charcoal.png new file mode 100644 index 00000000..9f7ee32d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/charcoal.png differ diff --git a/1.16.5/assets/minecraft/textures/item/chest_minecart.png b/1.16.5/assets/minecraft/textures/item/chest_minecart.png new file mode 100644 index 00000000..7a9e5d45 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/chest_minecart.png differ diff --git a/1.16.5/assets/minecraft/textures/item/chicken.png b/1.16.5/assets/minecraft/textures/item/chicken.png new file mode 100644 index 00000000..34dc33ac Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/chicken.png differ diff --git a/1.16.5/assets/minecraft/textures/item/chorus_fruit.png b/1.16.5/assets/minecraft/textures/item/chorus_fruit.png new file mode 100644 index 00000000..676e2cea Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/chorus_fruit.png differ diff --git a/1.16.5/assets/minecraft/textures/item/clay_ball.png b/1.16.5/assets/minecraft/textures/item/clay_ball.png new file mode 100644 index 00000000..786b1a37 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/clay_ball.png differ diff --git a/1.16.5/assets/minecraft/textures/item/clock_00.png b/1.16.5/assets/minecraft/textures/item/clock_00.png new file mode 100644 index 00000000..ef06df78 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/clock_00.png differ diff --git a/1.16.5/assets/minecraft/textures/item/clock_01.png b/1.16.5/assets/minecraft/textures/item/clock_01.png new file mode 100644 index 00000000..558826e9 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/clock_01.png differ diff --git a/1.16.5/assets/minecraft/textures/item/clock_02.png b/1.16.5/assets/minecraft/textures/item/clock_02.png new file mode 100644 index 00000000..566342d8 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/clock_02.png differ diff --git a/1.16.5/assets/minecraft/textures/item/clock_03.png b/1.16.5/assets/minecraft/textures/item/clock_03.png new file mode 100644 index 00000000..823f4133 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/clock_03.png differ diff --git a/1.16.5/assets/minecraft/textures/item/clock_04.png b/1.16.5/assets/minecraft/textures/item/clock_04.png new file mode 100644 index 00000000..6bdf2c56 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/clock_04.png differ diff --git a/1.16.5/assets/minecraft/textures/item/clock_05.png b/1.16.5/assets/minecraft/textures/item/clock_05.png new file mode 100644 index 00000000..ce75473a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/clock_05.png differ diff --git a/1.16.5/assets/minecraft/textures/item/clock_06.png b/1.16.5/assets/minecraft/textures/item/clock_06.png new file mode 100644 index 00000000..35118583 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/clock_06.png differ diff --git a/1.16.5/assets/minecraft/textures/item/clock_07.png b/1.16.5/assets/minecraft/textures/item/clock_07.png new file mode 100644 index 00000000..faffee0f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/clock_07.png differ diff --git a/1.16.5/assets/minecraft/textures/item/clock_08.png b/1.16.5/assets/minecraft/textures/item/clock_08.png new file mode 100644 index 00000000..a712e570 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/clock_08.png differ diff --git a/1.16.5/assets/minecraft/textures/item/clock_09.png b/1.16.5/assets/minecraft/textures/item/clock_09.png new file mode 100644 index 00000000..f89d9d82 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/clock_09.png differ diff --git a/1.16.5/assets/minecraft/textures/item/clock_10.png b/1.16.5/assets/minecraft/textures/item/clock_10.png new file mode 100644 index 00000000..93765b84 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/clock_10.png differ diff --git a/1.16.5/assets/minecraft/textures/item/clock_11.png b/1.16.5/assets/minecraft/textures/item/clock_11.png new file mode 100644 index 00000000..649e0c26 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/clock_11.png differ diff --git a/1.16.5/assets/minecraft/textures/item/clock_12.png b/1.16.5/assets/minecraft/textures/item/clock_12.png new file mode 100644 index 00000000..581c5fb5 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/clock_12.png differ diff --git a/1.16.5/assets/minecraft/textures/item/clock_13.png b/1.16.5/assets/minecraft/textures/item/clock_13.png new file mode 100644 index 00000000..f99f4edd Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/clock_13.png differ diff --git a/1.16.5/assets/minecraft/textures/item/clock_14.png b/1.16.5/assets/minecraft/textures/item/clock_14.png new file mode 100644 index 00000000..c06960f8 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/clock_14.png differ diff --git a/1.16.5/assets/minecraft/textures/item/clock_15.png b/1.16.5/assets/minecraft/textures/item/clock_15.png new file mode 100644 index 00000000..655cc269 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/clock_15.png differ diff --git a/1.16.5/assets/minecraft/textures/item/clock_16.png b/1.16.5/assets/minecraft/textures/item/clock_16.png new file mode 100644 index 00000000..1e6d2675 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/clock_16.png differ diff --git a/1.16.5/assets/minecraft/textures/item/clock_17.png b/1.16.5/assets/minecraft/textures/item/clock_17.png new file mode 100644 index 00000000..a159a038 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/clock_17.png differ diff --git a/1.16.5/assets/minecraft/textures/item/clock_18.png b/1.16.5/assets/minecraft/textures/item/clock_18.png new file mode 100644 index 00000000..3de00852 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/clock_18.png differ diff --git a/1.16.5/assets/minecraft/textures/item/clock_19.png b/1.16.5/assets/minecraft/textures/item/clock_19.png new file mode 100644 index 00000000..c311f89f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/clock_19.png differ diff --git a/1.16.5/assets/minecraft/textures/item/clock_20.png b/1.16.5/assets/minecraft/textures/item/clock_20.png new file mode 100644 index 00000000..9e23788d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/clock_20.png differ diff --git a/1.16.5/assets/minecraft/textures/item/clock_21.png b/1.16.5/assets/minecraft/textures/item/clock_21.png new file mode 100644 index 00000000..ef1426d5 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/clock_21.png differ diff --git a/1.16.5/assets/minecraft/textures/item/clock_22.png b/1.16.5/assets/minecraft/textures/item/clock_22.png new file mode 100644 index 00000000..2a4d1063 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/clock_22.png differ diff --git a/1.16.5/assets/minecraft/textures/item/clock_23.png b/1.16.5/assets/minecraft/textures/item/clock_23.png new file mode 100644 index 00000000..6ac7b236 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/clock_23.png differ diff --git a/1.16.5/assets/minecraft/textures/item/clock_24.png b/1.16.5/assets/minecraft/textures/item/clock_24.png new file mode 100644 index 00000000..38909b9a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/clock_24.png differ diff --git a/1.16.5/assets/minecraft/textures/item/clock_25.png b/1.16.5/assets/minecraft/textures/item/clock_25.png new file mode 100644 index 00000000..9a007549 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/clock_25.png differ diff --git a/1.16.5/assets/minecraft/textures/item/clock_26.png b/1.16.5/assets/minecraft/textures/item/clock_26.png new file mode 100644 index 00000000..b5abba3f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/clock_26.png differ diff --git a/1.16.5/assets/minecraft/textures/item/clock_27.png b/1.16.5/assets/minecraft/textures/item/clock_27.png new file mode 100644 index 00000000..a172a0c4 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/clock_27.png differ diff --git a/1.16.5/assets/minecraft/textures/item/clock_28.png b/1.16.5/assets/minecraft/textures/item/clock_28.png new file mode 100644 index 00000000..0a7b26bb Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/clock_28.png differ diff --git a/1.16.5/assets/minecraft/textures/item/clock_29.png b/1.16.5/assets/minecraft/textures/item/clock_29.png new file mode 100644 index 00000000..e9f1e56c Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/clock_29.png differ diff --git a/1.16.5/assets/minecraft/textures/item/clock_30.png b/1.16.5/assets/minecraft/textures/item/clock_30.png new file mode 100644 index 00000000..7cb68598 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/clock_30.png differ diff --git a/1.16.5/assets/minecraft/textures/item/clock_31.png b/1.16.5/assets/minecraft/textures/item/clock_31.png new file mode 100644 index 00000000..4bfff485 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/clock_31.png differ diff --git a/1.16.5/assets/minecraft/textures/item/clock_32.png b/1.16.5/assets/minecraft/textures/item/clock_32.png new file mode 100644 index 00000000..54537edd Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/clock_32.png differ diff --git a/1.16.5/assets/minecraft/textures/item/clock_33.png b/1.16.5/assets/minecraft/textures/item/clock_33.png new file mode 100644 index 00000000..4645b924 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/clock_33.png differ diff --git a/1.16.5/assets/minecraft/textures/item/clock_34.png b/1.16.5/assets/minecraft/textures/item/clock_34.png new file mode 100644 index 00000000..3d04df72 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/clock_34.png differ diff --git a/1.16.5/assets/minecraft/textures/item/clock_35.png b/1.16.5/assets/minecraft/textures/item/clock_35.png new file mode 100644 index 00000000..b0b13749 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/clock_35.png differ diff --git a/1.16.5/assets/minecraft/textures/item/clock_36.png b/1.16.5/assets/minecraft/textures/item/clock_36.png new file mode 100644 index 00000000..cb6bfbfb Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/clock_36.png differ diff --git a/1.16.5/assets/minecraft/textures/item/clock_37.png b/1.16.5/assets/minecraft/textures/item/clock_37.png new file mode 100644 index 00000000..816b257f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/clock_37.png differ diff --git a/1.16.5/assets/minecraft/textures/item/clock_38.png b/1.16.5/assets/minecraft/textures/item/clock_38.png new file mode 100644 index 00000000..c3aa0160 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/clock_38.png differ diff --git a/1.16.5/assets/minecraft/textures/item/clock_39.png b/1.16.5/assets/minecraft/textures/item/clock_39.png new file mode 100644 index 00000000..f81d5a61 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/clock_39.png differ diff --git a/1.16.5/assets/minecraft/textures/item/clock_40.png b/1.16.5/assets/minecraft/textures/item/clock_40.png new file mode 100644 index 00000000..77964678 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/clock_40.png differ diff --git a/1.16.5/assets/minecraft/textures/item/clock_41.png b/1.16.5/assets/minecraft/textures/item/clock_41.png new file mode 100644 index 00000000..1f804564 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/clock_41.png differ diff --git a/1.16.5/assets/minecraft/textures/item/clock_42.png b/1.16.5/assets/minecraft/textures/item/clock_42.png new file mode 100644 index 00000000..3b120d97 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/clock_42.png differ diff --git a/1.16.5/assets/minecraft/textures/item/clock_43.png b/1.16.5/assets/minecraft/textures/item/clock_43.png new file mode 100644 index 00000000..e1b48343 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/clock_43.png differ diff --git a/1.16.5/assets/minecraft/textures/item/clock_44.png b/1.16.5/assets/minecraft/textures/item/clock_44.png new file mode 100644 index 00000000..851489a3 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/clock_44.png differ diff --git a/1.16.5/assets/minecraft/textures/item/clock_45.png b/1.16.5/assets/minecraft/textures/item/clock_45.png new file mode 100644 index 00000000..086ec28f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/clock_45.png differ diff --git a/1.16.5/assets/minecraft/textures/item/clock_46.png b/1.16.5/assets/minecraft/textures/item/clock_46.png new file mode 100644 index 00000000..3b0bca4b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/clock_46.png differ diff --git a/1.16.5/assets/minecraft/textures/item/clock_47.png b/1.16.5/assets/minecraft/textures/item/clock_47.png new file mode 100644 index 00000000..ec92161d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/clock_47.png differ diff --git a/1.16.5/assets/minecraft/textures/item/clock_48.png b/1.16.5/assets/minecraft/textures/item/clock_48.png new file mode 100644 index 00000000..1a00a5ac Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/clock_48.png differ diff --git a/1.16.5/assets/minecraft/textures/item/clock_49.png b/1.16.5/assets/minecraft/textures/item/clock_49.png new file mode 100644 index 00000000..13e08b95 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/clock_49.png differ diff --git a/1.16.5/assets/minecraft/textures/item/clock_50.png b/1.16.5/assets/minecraft/textures/item/clock_50.png new file mode 100644 index 00000000..39edd8c0 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/clock_50.png differ diff --git a/1.16.5/assets/minecraft/textures/item/clock_51.png b/1.16.5/assets/minecraft/textures/item/clock_51.png new file mode 100644 index 00000000..fa4614ed Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/clock_51.png differ diff --git a/1.16.5/assets/minecraft/textures/item/clock_52.png b/1.16.5/assets/minecraft/textures/item/clock_52.png new file mode 100644 index 00000000..6578dc17 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/clock_52.png differ diff --git a/1.16.5/assets/minecraft/textures/item/clock_53.png b/1.16.5/assets/minecraft/textures/item/clock_53.png new file mode 100644 index 00000000..882cdd09 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/clock_53.png differ diff --git a/1.16.5/assets/minecraft/textures/item/clock_54.png b/1.16.5/assets/minecraft/textures/item/clock_54.png new file mode 100644 index 00000000..d6af37bd Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/clock_54.png differ diff --git a/1.16.5/assets/minecraft/textures/item/clock_55.png b/1.16.5/assets/minecraft/textures/item/clock_55.png new file mode 100644 index 00000000..909d24fd Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/clock_55.png differ diff --git a/1.16.5/assets/minecraft/textures/item/clock_56.png b/1.16.5/assets/minecraft/textures/item/clock_56.png new file mode 100644 index 00000000..f8ac1095 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/clock_56.png differ diff --git a/1.16.5/assets/minecraft/textures/item/clock_57.png b/1.16.5/assets/minecraft/textures/item/clock_57.png new file mode 100644 index 00000000..edfc89ff Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/clock_57.png differ diff --git a/1.16.5/assets/minecraft/textures/item/clock_58.png b/1.16.5/assets/minecraft/textures/item/clock_58.png new file mode 100644 index 00000000..76f6f933 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/clock_58.png differ diff --git a/1.16.5/assets/minecraft/textures/item/clock_59.png b/1.16.5/assets/minecraft/textures/item/clock_59.png new file mode 100644 index 00000000..9b01436d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/clock_59.png differ diff --git a/1.16.5/assets/minecraft/textures/item/clock_60.png b/1.16.5/assets/minecraft/textures/item/clock_60.png new file mode 100644 index 00000000..3074f9c7 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/clock_60.png differ diff --git a/1.16.5/assets/minecraft/textures/item/clock_61.png b/1.16.5/assets/minecraft/textures/item/clock_61.png new file mode 100644 index 00000000..ca7b584f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/clock_61.png differ diff --git a/1.16.5/assets/minecraft/textures/item/clock_62.png b/1.16.5/assets/minecraft/textures/item/clock_62.png new file mode 100644 index 00000000..1f014d60 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/clock_62.png differ diff --git a/1.16.5/assets/minecraft/textures/item/clock_63.png b/1.16.5/assets/minecraft/textures/item/clock_63.png new file mode 100644 index 00000000..4c55f08c Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/clock_63.png differ diff --git a/1.16.5/assets/minecraft/textures/item/coal.png b/1.16.5/assets/minecraft/textures/item/coal.png new file mode 100644 index 00000000..513e9c69 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/coal.png differ diff --git a/1.16.5/assets/minecraft/textures/item/cocoa_beans.png b/1.16.5/assets/minecraft/textures/item/cocoa_beans.png new file mode 100644 index 00000000..90b51d63 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/cocoa_beans.png differ diff --git a/1.16.5/assets/minecraft/textures/item/cod.png b/1.16.5/assets/minecraft/textures/item/cod.png new file mode 100644 index 00000000..6a321e27 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/cod.png differ diff --git a/1.16.5/assets/minecraft/textures/item/cod_bucket.png b/1.16.5/assets/minecraft/textures/item/cod_bucket.png new file mode 100644 index 00000000..22095ce0 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/cod_bucket.png differ diff --git a/1.16.5/assets/minecraft/textures/item/command_block_minecart.png b/1.16.5/assets/minecraft/textures/item/command_block_minecart.png new file mode 100644 index 00000000..efe6feb2 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/command_block_minecart.png differ diff --git a/1.16.5/assets/minecraft/textures/item/comparator.png b/1.16.5/assets/minecraft/textures/item/comparator.png new file mode 100644 index 00000000..ee5a38e1 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/comparator.png differ diff --git a/1.16.5/assets/minecraft/textures/item/compass_00.png b/1.16.5/assets/minecraft/textures/item/compass_00.png new file mode 100644 index 00000000..04e6f067 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/compass_00.png differ diff --git a/1.16.5/assets/minecraft/textures/item/compass_01.png b/1.16.5/assets/minecraft/textures/item/compass_01.png new file mode 100644 index 00000000..2c00488c Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/compass_01.png differ diff --git a/1.16.5/assets/minecraft/textures/item/compass_02.png b/1.16.5/assets/minecraft/textures/item/compass_02.png new file mode 100644 index 00000000..7ed3073e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/compass_02.png differ diff --git a/1.16.5/assets/minecraft/textures/item/compass_03.png b/1.16.5/assets/minecraft/textures/item/compass_03.png new file mode 100644 index 00000000..6f4e1663 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/compass_03.png differ diff --git a/1.16.5/assets/minecraft/textures/item/compass_04.png b/1.16.5/assets/minecraft/textures/item/compass_04.png new file mode 100644 index 00000000..e721770d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/compass_04.png differ diff --git a/1.16.5/assets/minecraft/textures/item/compass_05.png b/1.16.5/assets/minecraft/textures/item/compass_05.png new file mode 100644 index 00000000..0620ea5d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/compass_05.png differ diff --git a/1.16.5/assets/minecraft/textures/item/compass_06.png b/1.16.5/assets/minecraft/textures/item/compass_06.png new file mode 100644 index 00000000..21a8747f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/compass_06.png differ diff --git a/1.16.5/assets/minecraft/textures/item/compass_07.png b/1.16.5/assets/minecraft/textures/item/compass_07.png new file mode 100644 index 00000000..c2a347b1 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/compass_07.png differ diff --git a/1.16.5/assets/minecraft/textures/item/compass_08.png b/1.16.5/assets/minecraft/textures/item/compass_08.png new file mode 100644 index 00000000..c2a347b1 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/compass_08.png differ diff --git a/1.16.5/assets/minecraft/textures/item/compass_09.png b/1.16.5/assets/minecraft/textures/item/compass_09.png new file mode 100644 index 00000000..c2a347b1 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/compass_09.png differ diff --git a/1.16.5/assets/minecraft/textures/item/compass_10.png b/1.16.5/assets/minecraft/textures/item/compass_10.png new file mode 100644 index 00000000..7405ae86 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/compass_10.png differ diff --git a/1.16.5/assets/minecraft/textures/item/compass_11.png b/1.16.5/assets/minecraft/textures/item/compass_11.png new file mode 100644 index 00000000..18d3e9f1 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/compass_11.png differ diff --git a/1.16.5/assets/minecraft/textures/item/compass_12.png b/1.16.5/assets/minecraft/textures/item/compass_12.png new file mode 100644 index 00000000..5405a62f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/compass_12.png differ diff --git a/1.16.5/assets/minecraft/textures/item/compass_13.png b/1.16.5/assets/minecraft/textures/item/compass_13.png new file mode 100644 index 00000000..1c3354b4 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/compass_13.png differ diff --git a/1.16.5/assets/minecraft/textures/item/compass_14.png b/1.16.5/assets/minecraft/textures/item/compass_14.png new file mode 100644 index 00000000..76d48f3e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/compass_14.png differ diff --git a/1.16.5/assets/minecraft/textures/item/compass_15.png b/1.16.5/assets/minecraft/textures/item/compass_15.png new file mode 100644 index 00000000..bc0cd8b8 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/compass_15.png differ diff --git a/1.16.5/assets/minecraft/textures/item/compass_16.png b/1.16.5/assets/minecraft/textures/item/compass_16.png new file mode 100644 index 00000000..a9e603b2 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/compass_16.png differ diff --git a/1.16.5/assets/minecraft/textures/item/compass_17.png b/1.16.5/assets/minecraft/textures/item/compass_17.png new file mode 100644 index 00000000..36802213 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/compass_17.png differ diff --git a/1.16.5/assets/minecraft/textures/item/compass_18.png b/1.16.5/assets/minecraft/textures/item/compass_18.png new file mode 100644 index 00000000..edbc2eda Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/compass_18.png differ diff --git a/1.16.5/assets/minecraft/textures/item/compass_19.png b/1.16.5/assets/minecraft/textures/item/compass_19.png new file mode 100644 index 00000000..23c0c34b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/compass_19.png differ diff --git a/1.16.5/assets/minecraft/textures/item/compass_20.png b/1.16.5/assets/minecraft/textures/item/compass_20.png new file mode 100644 index 00000000..5aaf8c50 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/compass_20.png differ diff --git a/1.16.5/assets/minecraft/textures/item/compass_21.png b/1.16.5/assets/minecraft/textures/item/compass_21.png new file mode 100644 index 00000000..8a99abd9 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/compass_21.png differ diff --git a/1.16.5/assets/minecraft/textures/item/compass_22.png b/1.16.5/assets/minecraft/textures/item/compass_22.png new file mode 100644 index 00000000..9dd84237 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/compass_22.png differ diff --git a/1.16.5/assets/minecraft/textures/item/compass_23.png b/1.16.5/assets/minecraft/textures/item/compass_23.png new file mode 100644 index 00000000..61d739e6 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/compass_23.png differ diff --git a/1.16.5/assets/minecraft/textures/item/compass_24.png b/1.16.5/assets/minecraft/textures/item/compass_24.png new file mode 100644 index 00000000..61d739e6 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/compass_24.png differ diff --git a/1.16.5/assets/minecraft/textures/item/compass_25.png b/1.16.5/assets/minecraft/textures/item/compass_25.png new file mode 100644 index 00000000..61d739e6 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/compass_25.png differ diff --git a/1.16.5/assets/minecraft/textures/item/compass_26.png b/1.16.5/assets/minecraft/textures/item/compass_26.png new file mode 100644 index 00000000..eb5e8027 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/compass_26.png differ diff --git a/1.16.5/assets/minecraft/textures/item/compass_27.png b/1.16.5/assets/minecraft/textures/item/compass_27.png new file mode 100644 index 00000000..348dac2e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/compass_27.png differ diff --git a/1.16.5/assets/minecraft/textures/item/compass_28.png b/1.16.5/assets/minecraft/textures/item/compass_28.png new file mode 100644 index 00000000..8d681982 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/compass_28.png differ diff --git a/1.16.5/assets/minecraft/textures/item/compass_29.png b/1.16.5/assets/minecraft/textures/item/compass_29.png new file mode 100644 index 00000000..b1683b26 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/compass_29.png differ diff --git a/1.16.5/assets/minecraft/textures/item/compass_30.png b/1.16.5/assets/minecraft/textures/item/compass_30.png new file mode 100644 index 00000000..ba9be61d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/compass_30.png differ diff --git a/1.16.5/assets/minecraft/textures/item/compass_31.png b/1.16.5/assets/minecraft/textures/item/compass_31.png new file mode 100644 index 00000000..2ae89a20 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/compass_31.png differ diff --git a/1.16.5/assets/minecraft/textures/item/cooked_beef.png b/1.16.5/assets/minecraft/textures/item/cooked_beef.png new file mode 100644 index 00000000..5f2d657d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/cooked_beef.png differ diff --git a/1.16.5/assets/minecraft/textures/item/cooked_chicken.png b/1.16.5/assets/minecraft/textures/item/cooked_chicken.png new file mode 100644 index 00000000..db7bbeed Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/cooked_chicken.png differ diff --git a/1.16.5/assets/minecraft/textures/item/cooked_cod.png b/1.16.5/assets/minecraft/textures/item/cooked_cod.png new file mode 100644 index 00000000..ec6fe0d5 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/cooked_cod.png differ diff --git a/1.16.5/assets/minecraft/textures/item/cooked_mutton.png b/1.16.5/assets/minecraft/textures/item/cooked_mutton.png new file mode 100644 index 00000000..26bf7dd6 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/cooked_mutton.png differ diff --git a/1.16.5/assets/minecraft/textures/item/cooked_porkchop.png b/1.16.5/assets/minecraft/textures/item/cooked_porkchop.png new file mode 100644 index 00000000..0988066f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/cooked_porkchop.png differ diff --git a/1.16.5/assets/minecraft/textures/item/cooked_rabbit.png b/1.16.5/assets/minecraft/textures/item/cooked_rabbit.png new file mode 100644 index 00000000..20438043 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/cooked_rabbit.png differ diff --git a/1.16.5/assets/minecraft/textures/item/cooked_salmon.png b/1.16.5/assets/minecraft/textures/item/cooked_salmon.png new file mode 100644 index 00000000..69c7b4d2 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/cooked_salmon.png differ diff --git a/1.16.5/assets/minecraft/textures/item/cookie.png b/1.16.5/assets/minecraft/textures/item/cookie.png new file mode 100644 index 00000000..9eb5e8cf Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/cookie.png differ diff --git a/1.16.5/assets/minecraft/textures/item/creeper_banner_pattern.png b/1.16.5/assets/minecraft/textures/item/creeper_banner_pattern.png new file mode 100644 index 00000000..6f29d2a2 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/creeper_banner_pattern.png differ diff --git a/1.16.5/assets/minecraft/textures/item/crimson_door.png b/1.16.5/assets/minecraft/textures/item/crimson_door.png new file mode 100644 index 00000000..096c450b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/crimson_door.png differ diff --git a/1.16.5/assets/minecraft/textures/item/crimson_sign.png b/1.16.5/assets/minecraft/textures/item/crimson_sign.png new file mode 100644 index 00000000..8ced8564 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/crimson_sign.png differ diff --git a/1.16.5/assets/minecraft/textures/item/crossbow_arrow.png b/1.16.5/assets/minecraft/textures/item/crossbow_arrow.png new file mode 100644 index 00000000..6f2ae2b9 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/crossbow_arrow.png differ diff --git a/1.16.5/assets/minecraft/textures/item/crossbow_firework.png b/1.16.5/assets/minecraft/textures/item/crossbow_firework.png new file mode 100644 index 00000000..8aed8149 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/crossbow_firework.png differ diff --git a/1.16.5/assets/minecraft/textures/item/crossbow_pulling_0.png b/1.16.5/assets/minecraft/textures/item/crossbow_pulling_0.png new file mode 100644 index 00000000..00dd4c40 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/crossbow_pulling_0.png differ diff --git a/1.16.5/assets/minecraft/textures/item/crossbow_pulling_1.png b/1.16.5/assets/minecraft/textures/item/crossbow_pulling_1.png new file mode 100644 index 00000000..69df6352 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/crossbow_pulling_1.png differ diff --git a/1.16.5/assets/minecraft/textures/item/crossbow_pulling_2.png b/1.16.5/assets/minecraft/textures/item/crossbow_pulling_2.png new file mode 100644 index 00000000..438f8c35 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/crossbow_pulling_2.png differ diff --git a/1.16.5/assets/minecraft/textures/item/crossbow_standby.png b/1.16.5/assets/minecraft/textures/item/crossbow_standby.png new file mode 100644 index 00000000..dfbfe1c9 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/crossbow_standby.png differ diff --git a/1.16.5/assets/minecraft/textures/item/cyan_dye.png b/1.16.5/assets/minecraft/textures/item/cyan_dye.png new file mode 100644 index 00000000..eafaee3b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/cyan_dye.png differ diff --git a/1.16.5/assets/minecraft/textures/item/dark_oak_boat.png b/1.16.5/assets/minecraft/textures/item/dark_oak_boat.png new file mode 100644 index 00000000..1a1f4519 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/dark_oak_boat.png differ diff --git a/1.16.5/assets/minecraft/textures/item/dark_oak_door.png b/1.16.5/assets/minecraft/textures/item/dark_oak_door.png new file mode 100644 index 00000000..4d2474dd Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/dark_oak_door.png differ diff --git a/1.16.5/assets/minecraft/textures/item/dark_oak_sign.png b/1.16.5/assets/minecraft/textures/item/dark_oak_sign.png new file mode 100644 index 00000000..b76bb912 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/dark_oak_sign.png differ diff --git a/1.16.5/assets/minecraft/textures/item/diamond.png b/1.16.5/assets/minecraft/textures/item/diamond.png new file mode 100644 index 00000000..8ce901e9 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/diamond.png differ diff --git a/1.16.5/assets/minecraft/textures/item/diamond_axe.png b/1.16.5/assets/minecraft/textures/item/diamond_axe.png new file mode 100644 index 00000000..286bf289 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/diamond_axe.png differ diff --git a/1.16.5/assets/minecraft/textures/item/diamond_boots.png b/1.16.5/assets/minecraft/textures/item/diamond_boots.png new file mode 100644 index 00000000..820291b9 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/diamond_boots.png differ diff --git a/1.16.5/assets/minecraft/textures/item/diamond_chestplate.png b/1.16.5/assets/minecraft/textures/item/diamond_chestplate.png new file mode 100644 index 00000000..b70349ab Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/diamond_chestplate.png differ diff --git a/1.16.5/assets/minecraft/textures/item/diamond_helmet.png b/1.16.5/assets/minecraft/textures/item/diamond_helmet.png new file mode 100644 index 00000000..7b31a38d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/diamond_helmet.png differ diff --git a/1.16.5/assets/minecraft/textures/item/diamond_hoe.png b/1.16.5/assets/minecraft/textures/item/diamond_hoe.png new file mode 100644 index 00000000..ef9d5ee2 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/diamond_hoe.png differ diff --git a/1.16.5/assets/minecraft/textures/item/diamond_horse_armor.png b/1.16.5/assets/minecraft/textures/item/diamond_horse_armor.png new file mode 100644 index 00000000..e891fbf1 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/diamond_horse_armor.png differ diff --git a/1.16.5/assets/minecraft/textures/item/diamond_leggings.png b/1.16.5/assets/minecraft/textures/item/diamond_leggings.png new file mode 100644 index 00000000..9f050c09 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/diamond_leggings.png differ diff --git a/1.16.5/assets/minecraft/textures/item/diamond_pickaxe.png b/1.16.5/assets/minecraft/textures/item/diamond_pickaxe.png new file mode 100644 index 00000000..25a097c5 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/diamond_pickaxe.png differ diff --git a/1.16.5/assets/minecraft/textures/item/diamond_shovel.png b/1.16.5/assets/minecraft/textures/item/diamond_shovel.png new file mode 100644 index 00000000..1a67da15 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/diamond_shovel.png differ diff --git a/1.16.5/assets/minecraft/textures/item/diamond_sword.png b/1.16.5/assets/minecraft/textures/item/diamond_sword.png new file mode 100644 index 00000000..2430c2f0 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/diamond_sword.png differ diff --git a/1.16.5/assets/minecraft/textures/item/dragon_breath.png b/1.16.5/assets/minecraft/textures/item/dragon_breath.png new file mode 100644 index 00000000..1ea773bc Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/dragon_breath.png differ diff --git a/1.16.5/assets/minecraft/textures/item/dried_kelp.png b/1.16.5/assets/minecraft/textures/item/dried_kelp.png new file mode 100644 index 00000000..f7450d79 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/dried_kelp.png differ diff --git a/1.16.5/assets/minecraft/textures/item/egg.png b/1.16.5/assets/minecraft/textures/item/egg.png new file mode 100644 index 00000000..2c56b906 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/egg.png differ diff --git a/1.16.5/assets/minecraft/textures/item/elytra.png b/1.16.5/assets/minecraft/textures/item/elytra.png new file mode 100644 index 00000000..79c0bab0 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/elytra.png differ diff --git a/1.16.5/assets/minecraft/textures/item/emerald.png b/1.16.5/assets/minecraft/textures/item/emerald.png new file mode 100644 index 00000000..46af1cc0 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/emerald.png differ diff --git a/1.16.5/assets/minecraft/textures/item/empty_armor_slot_boots.png b/1.16.5/assets/minecraft/textures/item/empty_armor_slot_boots.png new file mode 100644 index 00000000..fd7e05fa Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/empty_armor_slot_boots.png differ diff --git a/1.16.5/assets/minecraft/textures/item/empty_armor_slot_chestplate.png b/1.16.5/assets/minecraft/textures/item/empty_armor_slot_chestplate.png new file mode 100644 index 00000000..6e632b9d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/empty_armor_slot_chestplate.png differ diff --git a/1.16.5/assets/minecraft/textures/item/empty_armor_slot_helmet.png b/1.16.5/assets/minecraft/textures/item/empty_armor_slot_helmet.png new file mode 100644 index 00000000..3a455f3f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/empty_armor_slot_helmet.png differ diff --git a/1.16.5/assets/minecraft/textures/item/empty_armor_slot_leggings.png b/1.16.5/assets/minecraft/textures/item/empty_armor_slot_leggings.png new file mode 100644 index 00000000..28b2c494 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/empty_armor_slot_leggings.png differ diff --git a/1.16.5/assets/minecraft/textures/item/empty_armor_slot_shield.png b/1.16.5/assets/minecraft/textures/item/empty_armor_slot_shield.png new file mode 100644 index 00000000..fa12e433 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/empty_armor_slot_shield.png differ diff --git a/1.16.5/assets/minecraft/textures/item/enchanted_book.png b/1.16.5/assets/minecraft/textures/item/enchanted_book.png new file mode 100644 index 00000000..a67e1b81 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/enchanted_book.png differ diff --git a/1.16.5/assets/minecraft/textures/item/end_crystal.png b/1.16.5/assets/minecraft/textures/item/end_crystal.png new file mode 100644 index 00000000..b1d0d140 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/end_crystal.png differ diff --git a/1.16.5/assets/minecraft/textures/item/ender_eye.png b/1.16.5/assets/minecraft/textures/item/ender_eye.png new file mode 100644 index 00000000..ef379aca Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/ender_eye.png differ diff --git a/1.16.5/assets/minecraft/textures/item/ender_pearl.png b/1.16.5/assets/minecraft/textures/item/ender_pearl.png new file mode 100644 index 00000000..82828988 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/ender_pearl.png differ diff --git a/1.16.5/assets/minecraft/textures/item/experience_bottle.png b/1.16.5/assets/minecraft/textures/item/experience_bottle.png new file mode 100644 index 00000000..eb27866d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/experience_bottle.png differ diff --git a/1.16.5/assets/minecraft/textures/item/feather.png b/1.16.5/assets/minecraft/textures/item/feather.png new file mode 100644 index 00000000..074373ff Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/feather.png differ diff --git a/1.16.5/assets/minecraft/textures/item/fermented_spider_eye.png b/1.16.5/assets/minecraft/textures/item/fermented_spider_eye.png new file mode 100644 index 00000000..c79c2f2f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/fermented_spider_eye.png differ diff --git a/1.16.5/assets/minecraft/textures/item/filled_map.png b/1.16.5/assets/minecraft/textures/item/filled_map.png new file mode 100644 index 00000000..45019a54 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/filled_map.png differ diff --git a/1.16.5/assets/minecraft/textures/item/filled_map_markings.png b/1.16.5/assets/minecraft/textures/item/filled_map_markings.png new file mode 100644 index 00000000..7eaa311e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/filled_map_markings.png differ diff --git a/1.16.5/assets/minecraft/textures/item/fire_charge.png b/1.16.5/assets/minecraft/textures/item/fire_charge.png new file mode 100644 index 00000000..1816e87b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/fire_charge.png differ diff --git a/1.16.5/assets/minecraft/textures/item/firework_rocket.png b/1.16.5/assets/minecraft/textures/item/firework_rocket.png new file mode 100644 index 00000000..1d60c421 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/firework_rocket.png differ diff --git a/1.16.5/assets/minecraft/textures/item/firework_star.png b/1.16.5/assets/minecraft/textures/item/firework_star.png new file mode 100644 index 00000000..a2e67af1 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/firework_star.png differ diff --git a/1.16.5/assets/minecraft/textures/item/firework_star_overlay.png b/1.16.5/assets/minecraft/textures/item/firework_star_overlay.png new file mode 100644 index 00000000..d8b91a92 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/firework_star_overlay.png differ diff --git a/1.16.5/assets/minecraft/textures/item/fishing_rod.png b/1.16.5/assets/minecraft/textures/item/fishing_rod.png new file mode 100644 index 00000000..a6926b51 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/fishing_rod.png differ diff --git a/1.16.5/assets/minecraft/textures/item/fishing_rod_cast.png b/1.16.5/assets/minecraft/textures/item/fishing_rod_cast.png new file mode 100644 index 00000000..250a1cf1 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/fishing_rod_cast.png differ diff --git a/1.16.5/assets/minecraft/textures/item/flint.png b/1.16.5/assets/minecraft/textures/item/flint.png new file mode 100644 index 00000000..fa332a86 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/flint.png differ diff --git a/1.16.5/assets/minecraft/textures/item/flint_and_steel.png b/1.16.5/assets/minecraft/textures/item/flint_and_steel.png new file mode 100644 index 00000000..ed1197af Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/flint_and_steel.png differ diff --git a/1.16.5/assets/minecraft/textures/item/flower_banner_pattern.png b/1.16.5/assets/minecraft/textures/item/flower_banner_pattern.png new file mode 100644 index 00000000..6f29d2a2 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/flower_banner_pattern.png differ diff --git a/1.16.5/assets/minecraft/textures/item/flower_pot.png b/1.16.5/assets/minecraft/textures/item/flower_pot.png new file mode 100644 index 00000000..9a101cf1 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/flower_pot.png differ diff --git a/1.16.5/assets/minecraft/textures/item/furnace_minecart.png b/1.16.5/assets/minecraft/textures/item/furnace_minecart.png new file mode 100644 index 00000000..f17efac2 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/furnace_minecart.png differ diff --git a/1.16.5/assets/minecraft/textures/item/ghast_tear.png b/1.16.5/assets/minecraft/textures/item/ghast_tear.png new file mode 100644 index 00000000..8fa46e8f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/ghast_tear.png differ diff --git a/1.16.5/assets/minecraft/textures/item/glass_bottle.png b/1.16.5/assets/minecraft/textures/item/glass_bottle.png new file mode 100644 index 00000000..b86b4b7f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/glass_bottle.png differ diff --git a/1.16.5/assets/minecraft/textures/item/glistering_melon_slice.png b/1.16.5/assets/minecraft/textures/item/glistering_melon_slice.png new file mode 100644 index 00000000..e8923d16 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/glistering_melon_slice.png differ diff --git a/1.16.5/assets/minecraft/textures/item/globe_banner_pattern.png b/1.16.5/assets/minecraft/textures/item/globe_banner_pattern.png new file mode 100644 index 00000000..6f29d2a2 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/globe_banner_pattern.png differ diff --git a/1.16.5/assets/minecraft/textures/item/glowstone_dust.png b/1.16.5/assets/minecraft/textures/item/glowstone_dust.png new file mode 100644 index 00000000..24181098 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/glowstone_dust.png differ diff --git a/1.16.5/assets/minecraft/textures/item/gold_ingot.png b/1.16.5/assets/minecraft/textures/item/gold_ingot.png new file mode 100644 index 00000000..cf2365eb Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/gold_ingot.png differ diff --git a/1.16.5/assets/minecraft/textures/item/gold_nugget.png b/1.16.5/assets/minecraft/textures/item/gold_nugget.png new file mode 100644 index 00000000..a8b4b87e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/gold_nugget.png differ diff --git a/1.16.5/assets/minecraft/textures/item/golden_apple.png b/1.16.5/assets/minecraft/textures/item/golden_apple.png new file mode 100644 index 00000000..43b787ea Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/golden_apple.png differ diff --git a/1.16.5/assets/minecraft/textures/item/golden_axe.png b/1.16.5/assets/minecraft/textures/item/golden_axe.png new file mode 100644 index 00000000..e0b268df Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/golden_axe.png differ diff --git a/1.16.5/assets/minecraft/textures/item/golden_boots.png b/1.16.5/assets/minecraft/textures/item/golden_boots.png new file mode 100644 index 00000000..982ca4d1 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/golden_boots.png differ diff --git a/1.16.5/assets/minecraft/textures/item/golden_carrot.png b/1.16.5/assets/minecraft/textures/item/golden_carrot.png new file mode 100644 index 00000000..ab5c788d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/golden_carrot.png differ diff --git a/1.16.5/assets/minecraft/textures/item/golden_chestplate.png b/1.16.5/assets/minecraft/textures/item/golden_chestplate.png new file mode 100644 index 00000000..b9237768 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/golden_chestplate.png differ diff --git a/1.16.5/assets/minecraft/textures/item/golden_helmet.png b/1.16.5/assets/minecraft/textures/item/golden_helmet.png new file mode 100644 index 00000000..d56a41b8 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/golden_helmet.png differ diff --git a/1.16.5/assets/minecraft/textures/item/golden_hoe.png b/1.16.5/assets/minecraft/textures/item/golden_hoe.png new file mode 100644 index 00000000..7509eaa2 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/golden_hoe.png differ diff --git a/1.16.5/assets/minecraft/textures/item/golden_horse_armor.png b/1.16.5/assets/minecraft/textures/item/golden_horse_armor.png new file mode 100644 index 00000000..290be003 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/golden_horse_armor.png differ diff --git a/1.16.5/assets/minecraft/textures/item/golden_leggings.png b/1.16.5/assets/minecraft/textures/item/golden_leggings.png new file mode 100644 index 00000000..104c3942 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/golden_leggings.png differ diff --git a/1.16.5/assets/minecraft/textures/item/golden_pickaxe.png b/1.16.5/assets/minecraft/textures/item/golden_pickaxe.png new file mode 100644 index 00000000..51104e8d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/golden_pickaxe.png differ diff --git a/1.16.5/assets/minecraft/textures/item/golden_shovel.png b/1.16.5/assets/minecraft/textures/item/golden_shovel.png new file mode 100644 index 00000000..4a38193d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/golden_shovel.png differ diff --git a/1.16.5/assets/minecraft/textures/item/golden_sword.png b/1.16.5/assets/minecraft/textures/item/golden_sword.png new file mode 100644 index 00000000..1d827cfd Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/golden_sword.png differ diff --git a/1.16.5/assets/minecraft/textures/item/gray_dye.png b/1.16.5/assets/minecraft/textures/item/gray_dye.png new file mode 100644 index 00000000..2a9c2d8b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/gray_dye.png differ diff --git a/1.16.5/assets/minecraft/textures/item/green_dye.png b/1.16.5/assets/minecraft/textures/item/green_dye.png new file mode 100644 index 00000000..7a24b8ed Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/green_dye.png differ diff --git a/1.16.5/assets/minecraft/textures/item/gunpowder.png b/1.16.5/assets/minecraft/textures/item/gunpowder.png new file mode 100644 index 00000000..18e88ece Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/gunpowder.png differ diff --git a/1.16.5/assets/minecraft/textures/item/heart_of_the_sea.png b/1.16.5/assets/minecraft/textures/item/heart_of_the_sea.png new file mode 100644 index 00000000..c8789f9a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/heart_of_the_sea.png differ diff --git a/1.16.5/assets/minecraft/textures/item/honey_bottle.png b/1.16.5/assets/minecraft/textures/item/honey_bottle.png new file mode 100644 index 00000000..19974ddf Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/honey_bottle.png differ diff --git a/1.16.5/assets/minecraft/textures/item/honeycomb.png b/1.16.5/assets/minecraft/textures/item/honeycomb.png new file mode 100644 index 00000000..fad7a6cd Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/honeycomb.png differ diff --git a/1.16.5/assets/minecraft/textures/item/hopper.png b/1.16.5/assets/minecraft/textures/item/hopper.png new file mode 100644 index 00000000..8d1731a6 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/hopper.png differ diff --git a/1.16.5/assets/minecraft/textures/item/hopper_minecart.png b/1.16.5/assets/minecraft/textures/item/hopper_minecart.png new file mode 100644 index 00000000..08aea54d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/hopper_minecart.png differ diff --git a/1.16.5/assets/minecraft/textures/item/ink_sac.png b/1.16.5/assets/minecraft/textures/item/ink_sac.png new file mode 100644 index 00000000..dcabb0ab Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/ink_sac.png differ diff --git a/1.16.5/assets/minecraft/textures/item/iron_axe.png b/1.16.5/assets/minecraft/textures/item/iron_axe.png new file mode 100644 index 00000000..43e742c2 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/iron_axe.png differ diff --git a/1.16.5/assets/minecraft/textures/item/iron_boots.png b/1.16.5/assets/minecraft/textures/item/iron_boots.png new file mode 100644 index 00000000..e9609245 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/iron_boots.png differ diff --git a/1.16.5/assets/minecraft/textures/item/iron_chestplate.png b/1.16.5/assets/minecraft/textures/item/iron_chestplate.png new file mode 100644 index 00000000..bab56132 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/iron_chestplate.png differ diff --git a/1.16.5/assets/minecraft/textures/item/iron_door.png b/1.16.5/assets/minecraft/textures/item/iron_door.png new file mode 100644 index 00000000..c878badb Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/iron_door.png differ diff --git a/1.16.5/assets/minecraft/textures/item/iron_helmet.png b/1.16.5/assets/minecraft/textures/item/iron_helmet.png new file mode 100644 index 00000000..085dd585 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/iron_helmet.png differ diff --git a/1.16.5/assets/minecraft/textures/item/iron_hoe.png b/1.16.5/assets/minecraft/textures/item/iron_hoe.png new file mode 100644 index 00000000..d5a78604 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/iron_hoe.png differ diff --git a/1.16.5/assets/minecraft/textures/item/iron_horse_armor.png b/1.16.5/assets/minecraft/textures/item/iron_horse_armor.png new file mode 100644 index 00000000..63a67055 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/iron_horse_armor.png differ diff --git a/1.16.5/assets/minecraft/textures/item/iron_ingot.png b/1.16.5/assets/minecraft/textures/item/iron_ingot.png new file mode 100644 index 00000000..c332bd2c Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/iron_ingot.png differ diff --git a/1.16.5/assets/minecraft/textures/item/iron_leggings.png b/1.16.5/assets/minecraft/textures/item/iron_leggings.png new file mode 100644 index 00000000..5ea16729 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/iron_leggings.png differ diff --git a/1.16.5/assets/minecraft/textures/item/iron_nugget.png b/1.16.5/assets/minecraft/textures/item/iron_nugget.png new file mode 100644 index 00000000..13515d36 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/iron_nugget.png differ diff --git a/1.16.5/assets/minecraft/textures/item/iron_pickaxe.png b/1.16.5/assets/minecraft/textures/item/iron_pickaxe.png new file mode 100644 index 00000000..ac75a010 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/iron_pickaxe.png differ diff --git a/1.16.5/assets/minecraft/textures/item/iron_shovel.png b/1.16.5/assets/minecraft/textures/item/iron_shovel.png new file mode 100644 index 00000000..fb726a02 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/iron_shovel.png differ diff --git a/1.16.5/assets/minecraft/textures/item/iron_sword.png b/1.16.5/assets/minecraft/textures/item/iron_sword.png new file mode 100644 index 00000000..eec41ee9 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/iron_sword.png differ diff --git a/1.16.5/assets/minecraft/textures/item/item_frame.png b/1.16.5/assets/minecraft/textures/item/item_frame.png new file mode 100644 index 00000000..6a3c312e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/item_frame.png differ diff --git a/1.16.5/assets/minecraft/textures/item/jungle_boat.png b/1.16.5/assets/minecraft/textures/item/jungle_boat.png new file mode 100644 index 00000000..f71b966e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/jungle_boat.png differ diff --git a/1.16.5/assets/minecraft/textures/item/jungle_door.png b/1.16.5/assets/minecraft/textures/item/jungle_door.png new file mode 100644 index 00000000..422401fb Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/jungle_door.png differ diff --git a/1.16.5/assets/minecraft/textures/item/jungle_sign.png b/1.16.5/assets/minecraft/textures/item/jungle_sign.png new file mode 100644 index 00000000..2077c1b1 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/jungle_sign.png differ diff --git a/1.16.5/assets/minecraft/textures/item/kelp.png b/1.16.5/assets/minecraft/textures/item/kelp.png new file mode 100644 index 00000000..8cc4fe29 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/kelp.png differ diff --git a/1.16.5/assets/minecraft/textures/item/knowledge_book.png b/1.16.5/assets/minecraft/textures/item/knowledge_book.png new file mode 100644 index 00000000..68a7a1aa Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/knowledge_book.png differ diff --git a/1.16.5/assets/minecraft/textures/item/lantern.png b/1.16.5/assets/minecraft/textures/item/lantern.png new file mode 100644 index 00000000..653a5a28 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/lantern.png differ diff --git a/1.16.5/assets/minecraft/textures/item/lapis_lazuli.png b/1.16.5/assets/minecraft/textures/item/lapis_lazuli.png new file mode 100644 index 00000000..646813fa Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/lapis_lazuli.png differ diff --git a/1.16.5/assets/minecraft/textures/item/lava_bucket.png b/1.16.5/assets/minecraft/textures/item/lava_bucket.png new file mode 100644 index 00000000..1f7b9263 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/lava_bucket.png differ diff --git a/1.16.5/assets/minecraft/textures/item/lead.png b/1.16.5/assets/minecraft/textures/item/lead.png new file mode 100644 index 00000000..be1cb62a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/lead.png differ diff --git a/1.16.5/assets/minecraft/textures/item/leather.png b/1.16.5/assets/minecraft/textures/item/leather.png new file mode 100644 index 00000000..a0dee336 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/leather.png differ diff --git a/1.16.5/assets/minecraft/textures/item/leather_boots.png b/1.16.5/assets/minecraft/textures/item/leather_boots.png new file mode 100644 index 00000000..0dad1ba0 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/leather_boots.png differ diff --git a/1.16.5/assets/minecraft/textures/item/leather_boots_overlay.png b/1.16.5/assets/minecraft/textures/item/leather_boots_overlay.png new file mode 100644 index 00000000..37506525 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/leather_boots_overlay.png differ diff --git a/1.16.5/assets/minecraft/textures/item/leather_chestplate.png b/1.16.5/assets/minecraft/textures/item/leather_chestplate.png new file mode 100644 index 00000000..5aa01e38 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/leather_chestplate.png differ diff --git a/1.16.5/assets/minecraft/textures/item/leather_chestplate_overlay.png b/1.16.5/assets/minecraft/textures/item/leather_chestplate_overlay.png new file mode 100644 index 00000000..2f6464bf Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/leather_chestplate_overlay.png differ diff --git a/1.16.5/assets/minecraft/textures/item/leather_helmet.png b/1.16.5/assets/minecraft/textures/item/leather_helmet.png new file mode 100644 index 00000000..9504867d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/leather_helmet.png differ diff --git a/1.16.5/assets/minecraft/textures/item/leather_helmet_overlay.png b/1.16.5/assets/minecraft/textures/item/leather_helmet_overlay.png new file mode 100644 index 00000000..670653ce Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/leather_helmet_overlay.png differ diff --git a/1.16.5/assets/minecraft/textures/item/leather_horse_armor.png b/1.16.5/assets/minecraft/textures/item/leather_horse_armor.png new file mode 100644 index 00000000..72bec65c Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/leather_horse_armor.png differ diff --git a/1.16.5/assets/minecraft/textures/item/leather_leggings.png b/1.16.5/assets/minecraft/textures/item/leather_leggings.png new file mode 100644 index 00000000..a1530c09 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/leather_leggings.png differ diff --git a/1.16.5/assets/minecraft/textures/item/leather_leggings_overlay.png b/1.16.5/assets/minecraft/textures/item/leather_leggings_overlay.png new file mode 100644 index 00000000..bdbf632f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/leather_leggings_overlay.png differ diff --git a/1.16.5/assets/minecraft/textures/item/light_blue_dye.png b/1.16.5/assets/minecraft/textures/item/light_blue_dye.png new file mode 100644 index 00000000..e614b893 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/light_blue_dye.png differ diff --git a/1.16.5/assets/minecraft/textures/item/light_gray_dye.png b/1.16.5/assets/minecraft/textures/item/light_gray_dye.png new file mode 100644 index 00000000..bbb5acc4 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/light_gray_dye.png differ diff --git a/1.16.5/assets/minecraft/textures/item/lime_dye.png b/1.16.5/assets/minecraft/textures/item/lime_dye.png new file mode 100644 index 00000000..f9ce8f0b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/lime_dye.png differ diff --git a/1.16.5/assets/minecraft/textures/item/lingering_potion.png b/1.16.5/assets/minecraft/textures/item/lingering_potion.png new file mode 100644 index 00000000..a05ec6e6 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/lingering_potion.png differ diff --git a/1.16.5/assets/minecraft/textures/item/magenta_dye.png b/1.16.5/assets/minecraft/textures/item/magenta_dye.png new file mode 100644 index 00000000..8b8412a2 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/magenta_dye.png differ diff --git a/1.16.5/assets/minecraft/textures/item/magma_cream.png b/1.16.5/assets/minecraft/textures/item/magma_cream.png new file mode 100644 index 00000000..398d66c6 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/magma_cream.png differ diff --git a/1.16.5/assets/minecraft/textures/item/map.png b/1.16.5/assets/minecraft/textures/item/map.png new file mode 100644 index 00000000..45019a54 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/map.png differ diff --git a/1.16.5/assets/minecraft/textures/item/melon_seeds.png b/1.16.5/assets/minecraft/textures/item/melon_seeds.png new file mode 100644 index 00000000..ef84499c Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/melon_seeds.png differ diff --git a/1.16.5/assets/minecraft/textures/item/melon_slice.png b/1.16.5/assets/minecraft/textures/item/melon_slice.png new file mode 100644 index 00000000..0ebdca88 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/melon_slice.png differ diff --git a/1.16.5/assets/minecraft/textures/item/milk_bucket.png b/1.16.5/assets/minecraft/textures/item/milk_bucket.png new file mode 100644 index 00000000..c1b15c1f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/milk_bucket.png differ diff --git a/1.16.5/assets/minecraft/textures/item/minecart.png b/1.16.5/assets/minecraft/textures/item/minecart.png new file mode 100644 index 00000000..7e09e545 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/minecart.png differ diff --git a/1.16.5/assets/minecraft/textures/item/mojang_banner_pattern.png b/1.16.5/assets/minecraft/textures/item/mojang_banner_pattern.png new file mode 100644 index 00000000..6f29d2a2 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/mojang_banner_pattern.png differ diff --git a/1.16.5/assets/minecraft/textures/item/mushroom_stew.png b/1.16.5/assets/minecraft/textures/item/mushroom_stew.png new file mode 100644 index 00000000..d38b0e0b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/mushroom_stew.png differ diff --git a/1.16.5/assets/minecraft/textures/item/music_disc_11.png b/1.16.5/assets/minecraft/textures/item/music_disc_11.png new file mode 100644 index 00000000..5d333b6a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/music_disc_11.png differ diff --git a/1.16.5/assets/minecraft/textures/item/music_disc_13.png b/1.16.5/assets/minecraft/textures/item/music_disc_13.png new file mode 100644 index 00000000..8cd91b94 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/music_disc_13.png differ diff --git a/1.16.5/assets/minecraft/textures/item/music_disc_blocks.png b/1.16.5/assets/minecraft/textures/item/music_disc_blocks.png new file mode 100644 index 00000000..3732d6c9 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/music_disc_blocks.png differ diff --git a/1.16.5/assets/minecraft/textures/item/music_disc_cat.png b/1.16.5/assets/minecraft/textures/item/music_disc_cat.png new file mode 100644 index 00000000..b3527efb Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/music_disc_cat.png differ diff --git a/1.16.5/assets/minecraft/textures/item/music_disc_chirp.png b/1.16.5/assets/minecraft/textures/item/music_disc_chirp.png new file mode 100644 index 00000000..63068e1a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/music_disc_chirp.png differ diff --git a/1.16.5/assets/minecraft/textures/item/music_disc_far.png b/1.16.5/assets/minecraft/textures/item/music_disc_far.png new file mode 100644 index 00000000..443ded23 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/music_disc_far.png differ diff --git a/1.16.5/assets/minecraft/textures/item/music_disc_mall.png b/1.16.5/assets/minecraft/textures/item/music_disc_mall.png new file mode 100644 index 00000000..a2bf0d61 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/music_disc_mall.png differ diff --git a/1.16.5/assets/minecraft/textures/item/music_disc_mellohi.png b/1.16.5/assets/minecraft/textures/item/music_disc_mellohi.png new file mode 100644 index 00000000..466f5af4 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/music_disc_mellohi.png differ diff --git a/1.16.5/assets/minecraft/textures/item/music_disc_pigstep.png b/1.16.5/assets/minecraft/textures/item/music_disc_pigstep.png new file mode 100644 index 00000000..2f8ade3a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/music_disc_pigstep.png differ diff --git a/1.16.5/assets/minecraft/textures/item/music_disc_stal.png b/1.16.5/assets/minecraft/textures/item/music_disc_stal.png new file mode 100644 index 00000000..731dad63 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/music_disc_stal.png differ diff --git a/1.16.5/assets/minecraft/textures/item/music_disc_strad.png b/1.16.5/assets/minecraft/textures/item/music_disc_strad.png new file mode 100644 index 00000000..c7e42ccd Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/music_disc_strad.png differ diff --git a/1.16.5/assets/minecraft/textures/item/music_disc_wait.png b/1.16.5/assets/minecraft/textures/item/music_disc_wait.png new file mode 100644 index 00000000..5306b514 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/music_disc_wait.png differ diff --git a/1.16.5/assets/minecraft/textures/item/music_disc_ward.png b/1.16.5/assets/minecraft/textures/item/music_disc_ward.png new file mode 100644 index 00000000..6d053fe9 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/music_disc_ward.png differ diff --git a/1.16.5/assets/minecraft/textures/item/mutton.png b/1.16.5/assets/minecraft/textures/item/mutton.png new file mode 100644 index 00000000..dd6fa0f4 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/mutton.png differ diff --git a/1.16.5/assets/minecraft/textures/item/name_tag.png b/1.16.5/assets/minecraft/textures/item/name_tag.png new file mode 100644 index 00000000..6a47e024 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/name_tag.png differ diff --git a/1.16.5/assets/minecraft/textures/item/nautilus_shell.png b/1.16.5/assets/minecraft/textures/item/nautilus_shell.png new file mode 100644 index 00000000..442ca6ed Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/nautilus_shell.png differ diff --git a/1.16.5/assets/minecraft/textures/item/nether_brick.png b/1.16.5/assets/minecraft/textures/item/nether_brick.png new file mode 100644 index 00000000..e4ef83f6 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/nether_brick.png differ diff --git a/1.16.5/assets/minecraft/textures/item/nether_sprouts.png b/1.16.5/assets/minecraft/textures/item/nether_sprouts.png new file mode 100644 index 00000000..25906445 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/nether_sprouts.png differ diff --git a/1.16.5/assets/minecraft/textures/item/nether_star.png b/1.16.5/assets/minecraft/textures/item/nether_star.png new file mode 100644 index 00000000..bdacaee1 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/nether_star.png differ diff --git a/1.16.5/assets/minecraft/textures/item/nether_wart.png b/1.16.5/assets/minecraft/textures/item/nether_wart.png new file mode 100644 index 00000000..09da1e33 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/nether_wart.png differ diff --git a/1.16.5/assets/minecraft/textures/item/netherite_axe.png b/1.16.5/assets/minecraft/textures/item/netherite_axe.png new file mode 100644 index 00000000..322bf451 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/netherite_axe.png differ diff --git a/1.16.5/assets/minecraft/textures/item/netherite_boots.png b/1.16.5/assets/minecraft/textures/item/netherite_boots.png new file mode 100644 index 00000000..ec4183ed Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/netherite_boots.png differ diff --git a/1.16.5/assets/minecraft/textures/item/netherite_chestplate.png b/1.16.5/assets/minecraft/textures/item/netherite_chestplate.png new file mode 100644 index 00000000..f2f0ad5a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/netherite_chestplate.png differ diff --git a/1.16.5/assets/minecraft/textures/item/netherite_helmet.png b/1.16.5/assets/minecraft/textures/item/netherite_helmet.png new file mode 100644 index 00000000..17bf7f80 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/netherite_helmet.png differ diff --git a/1.16.5/assets/minecraft/textures/item/netherite_hoe.png b/1.16.5/assets/minecraft/textures/item/netherite_hoe.png new file mode 100644 index 00000000..b41b1eef Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/netherite_hoe.png differ diff --git a/1.16.5/assets/minecraft/textures/item/netherite_ingot.png b/1.16.5/assets/minecraft/textures/item/netherite_ingot.png new file mode 100644 index 00000000..90aab056 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/netherite_ingot.png differ diff --git a/1.16.5/assets/minecraft/textures/item/netherite_leggings.png b/1.16.5/assets/minecraft/textures/item/netherite_leggings.png new file mode 100644 index 00000000..af45363b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/netherite_leggings.png differ diff --git a/1.16.5/assets/minecraft/textures/item/netherite_pickaxe.png b/1.16.5/assets/minecraft/textures/item/netherite_pickaxe.png new file mode 100644 index 00000000..088283b0 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/netherite_pickaxe.png differ diff --git a/1.16.5/assets/minecraft/textures/item/netherite_scrap.png b/1.16.5/assets/minecraft/textures/item/netherite_scrap.png new file mode 100644 index 00000000..f72e21d0 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/netherite_scrap.png differ diff --git a/1.16.5/assets/minecraft/textures/item/netherite_shovel.png b/1.16.5/assets/minecraft/textures/item/netherite_shovel.png new file mode 100644 index 00000000..0cbaf61a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/netherite_shovel.png differ diff --git a/1.16.5/assets/minecraft/textures/item/netherite_sword.png b/1.16.5/assets/minecraft/textures/item/netherite_sword.png new file mode 100644 index 00000000..4bc0809b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/netherite_sword.png differ diff --git a/1.16.5/assets/minecraft/textures/item/oak_boat.png b/1.16.5/assets/minecraft/textures/item/oak_boat.png new file mode 100644 index 00000000..9e9e518e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/oak_boat.png differ diff --git a/1.16.5/assets/minecraft/textures/item/oak_door.png b/1.16.5/assets/minecraft/textures/item/oak_door.png new file mode 100644 index 00000000..6501fa45 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/oak_door.png differ diff --git a/1.16.5/assets/minecraft/textures/item/oak_sign.png b/1.16.5/assets/minecraft/textures/item/oak_sign.png new file mode 100644 index 00000000..06fb7501 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/oak_sign.png differ diff --git a/1.16.5/assets/minecraft/textures/item/orange_dye.png b/1.16.5/assets/minecraft/textures/item/orange_dye.png new file mode 100644 index 00000000..fcec14a4 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/orange_dye.png differ diff --git a/1.16.5/assets/minecraft/textures/item/painting.png b/1.16.5/assets/minecraft/textures/item/painting.png new file mode 100644 index 00000000..c20db4ff Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/painting.png differ diff --git a/1.16.5/assets/minecraft/textures/item/paper.png b/1.16.5/assets/minecraft/textures/item/paper.png new file mode 100644 index 00000000..b30fb261 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/paper.png differ diff --git a/1.16.5/assets/minecraft/textures/item/phantom_membrane.png b/1.16.5/assets/minecraft/textures/item/phantom_membrane.png new file mode 100644 index 00000000..0284e924 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/phantom_membrane.png differ diff --git a/1.16.5/assets/minecraft/textures/item/piglin_banner_pattern.png b/1.16.5/assets/minecraft/textures/item/piglin_banner_pattern.png new file mode 100644 index 00000000..6f29d2a2 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/piglin_banner_pattern.png differ diff --git a/1.16.5/assets/minecraft/textures/item/pink_dye.png b/1.16.5/assets/minecraft/textures/item/pink_dye.png new file mode 100644 index 00000000..aaeb77aa Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/pink_dye.png differ diff --git a/1.16.5/assets/minecraft/textures/item/poisonous_potato.png b/1.16.5/assets/minecraft/textures/item/poisonous_potato.png new file mode 100644 index 00000000..57795387 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/poisonous_potato.png differ diff --git a/1.16.5/assets/minecraft/textures/item/popped_chorus_fruit.png b/1.16.5/assets/minecraft/textures/item/popped_chorus_fruit.png new file mode 100644 index 00000000..c83d418e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/popped_chorus_fruit.png differ diff --git a/1.16.5/assets/minecraft/textures/item/porkchop.png b/1.16.5/assets/minecraft/textures/item/porkchop.png new file mode 100644 index 00000000..4490271e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/porkchop.png differ diff --git a/1.16.5/assets/minecraft/textures/item/potato.png b/1.16.5/assets/minecraft/textures/item/potato.png new file mode 100644 index 00000000..98367429 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/potato.png differ diff --git a/1.16.5/assets/minecraft/textures/item/potion.png b/1.16.5/assets/minecraft/textures/item/potion.png new file mode 100644 index 00000000..b86b4b7f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/potion.png differ diff --git a/1.16.5/assets/minecraft/textures/item/potion_overlay.png b/1.16.5/assets/minecraft/textures/item/potion_overlay.png new file mode 100644 index 00000000..852260d7 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/potion_overlay.png differ diff --git a/1.16.5/assets/minecraft/textures/item/prismarine_crystals.png b/1.16.5/assets/minecraft/textures/item/prismarine_crystals.png new file mode 100644 index 00000000..aba94970 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/prismarine_crystals.png differ diff --git a/1.16.5/assets/minecraft/textures/item/prismarine_shard.png b/1.16.5/assets/minecraft/textures/item/prismarine_shard.png new file mode 100644 index 00000000..3cd7db7c Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/prismarine_shard.png differ diff --git a/1.16.5/assets/minecraft/textures/item/pufferfish.png b/1.16.5/assets/minecraft/textures/item/pufferfish.png new file mode 100644 index 00000000..82bad2cb Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/pufferfish.png differ diff --git a/1.16.5/assets/minecraft/textures/item/pufferfish_bucket.png b/1.16.5/assets/minecraft/textures/item/pufferfish_bucket.png new file mode 100644 index 00000000..ef245e65 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/pufferfish_bucket.png differ diff --git a/1.16.5/assets/minecraft/textures/item/pumpkin_pie.png b/1.16.5/assets/minecraft/textures/item/pumpkin_pie.png new file mode 100644 index 00000000..310177cb Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/pumpkin_pie.png differ diff --git a/1.16.5/assets/minecraft/textures/item/pumpkin_seeds.png b/1.16.5/assets/minecraft/textures/item/pumpkin_seeds.png new file mode 100644 index 00000000..8d8f0761 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/pumpkin_seeds.png differ diff --git a/1.16.5/assets/minecraft/textures/item/purple_dye.png b/1.16.5/assets/minecraft/textures/item/purple_dye.png new file mode 100644 index 00000000..e1618e22 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/purple_dye.png differ diff --git a/1.16.5/assets/minecraft/textures/item/quartz.png b/1.16.5/assets/minecraft/textures/item/quartz.png new file mode 100644 index 00000000..a4c6e2ff Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/quartz.png differ diff --git a/1.16.5/assets/minecraft/textures/item/rabbit.png b/1.16.5/assets/minecraft/textures/item/rabbit.png new file mode 100644 index 00000000..058505fa Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/rabbit.png differ diff --git a/1.16.5/assets/minecraft/textures/item/rabbit_foot.png b/1.16.5/assets/minecraft/textures/item/rabbit_foot.png new file mode 100644 index 00000000..0b068994 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/rabbit_foot.png differ diff --git a/1.16.5/assets/minecraft/textures/item/rabbit_hide.png b/1.16.5/assets/minecraft/textures/item/rabbit_hide.png new file mode 100644 index 00000000..a49f0b10 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/rabbit_hide.png differ diff --git a/1.16.5/assets/minecraft/textures/item/rabbit_stew.png b/1.16.5/assets/minecraft/textures/item/rabbit_stew.png new file mode 100644 index 00000000..5750ee9b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/rabbit_stew.png differ diff --git a/1.16.5/assets/minecraft/textures/item/red_dye.png b/1.16.5/assets/minecraft/textures/item/red_dye.png new file mode 100644 index 00000000..03a371c9 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/red_dye.png differ diff --git a/1.16.5/assets/minecraft/textures/item/redstone.png b/1.16.5/assets/minecraft/textures/item/redstone.png new file mode 100644 index 00000000..ddf9b54b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/redstone.png differ diff --git a/1.16.5/assets/minecraft/textures/item/repeater.png b/1.16.5/assets/minecraft/textures/item/repeater.png new file mode 100644 index 00000000..a8d40682 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/repeater.png differ diff --git a/1.16.5/assets/minecraft/textures/item/rotten_flesh.png b/1.16.5/assets/minecraft/textures/item/rotten_flesh.png new file mode 100644 index 00000000..a5f1dfb8 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/rotten_flesh.png differ diff --git a/1.16.5/assets/minecraft/textures/item/ruby.png b/1.16.5/assets/minecraft/textures/item/ruby.png new file mode 100644 index 00000000..4f288d95 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/ruby.png differ diff --git a/1.16.5/assets/minecraft/textures/item/saddle.png b/1.16.5/assets/minecraft/textures/item/saddle.png new file mode 100644 index 00000000..3b1ed0bb Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/saddle.png differ diff --git a/1.16.5/assets/minecraft/textures/item/salmon.png b/1.16.5/assets/minecraft/textures/item/salmon.png new file mode 100644 index 00000000..97e2ed01 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/salmon.png differ diff --git a/1.16.5/assets/minecraft/textures/item/salmon_bucket.png b/1.16.5/assets/minecraft/textures/item/salmon_bucket.png new file mode 100644 index 00000000..549737aa Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/salmon_bucket.png differ diff --git a/1.16.5/assets/minecraft/textures/item/scute.png b/1.16.5/assets/minecraft/textures/item/scute.png new file mode 100644 index 00000000..f29c5d5e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/scute.png differ diff --git a/1.16.5/assets/minecraft/textures/item/sea_pickle.png b/1.16.5/assets/minecraft/textures/item/sea_pickle.png new file mode 100644 index 00000000..fec3dfdd Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/sea_pickle.png differ diff --git a/1.16.5/assets/minecraft/textures/item/seagrass.png b/1.16.5/assets/minecraft/textures/item/seagrass.png new file mode 100644 index 00000000..a8a77345 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/seagrass.png differ diff --git a/1.16.5/assets/minecraft/textures/item/shears.png b/1.16.5/assets/minecraft/textures/item/shears.png new file mode 100644 index 00000000..ac05b41f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/shears.png differ diff --git a/1.16.5/assets/minecraft/textures/item/shulker_shell.png b/1.16.5/assets/minecraft/textures/item/shulker_shell.png new file mode 100644 index 00000000..0bae3cfb Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/shulker_shell.png differ diff --git a/1.16.5/assets/minecraft/textures/item/skull_banner_pattern.png b/1.16.5/assets/minecraft/textures/item/skull_banner_pattern.png new file mode 100644 index 00000000..6f29d2a2 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/skull_banner_pattern.png differ diff --git a/1.16.5/assets/minecraft/textures/item/slime_ball.png b/1.16.5/assets/minecraft/textures/item/slime_ball.png new file mode 100644 index 00000000..7192a111 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/slime_ball.png differ diff --git a/1.16.5/assets/minecraft/textures/item/snowball.png b/1.16.5/assets/minecraft/textures/item/snowball.png new file mode 100644 index 00000000..5cc3ab9b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/snowball.png differ diff --git a/1.16.5/assets/minecraft/textures/item/soul_campfire.png b/1.16.5/assets/minecraft/textures/item/soul_campfire.png new file mode 100644 index 00000000..65ef311d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/soul_campfire.png differ diff --git a/1.16.5/assets/minecraft/textures/item/soul_lantern.png b/1.16.5/assets/minecraft/textures/item/soul_lantern.png new file mode 100644 index 00000000..c9addf4e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/soul_lantern.png differ diff --git a/1.16.5/assets/minecraft/textures/item/spawn_egg.png b/1.16.5/assets/minecraft/textures/item/spawn_egg.png new file mode 100644 index 00000000..f4c7dee1 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/spawn_egg.png differ diff --git a/1.16.5/assets/minecraft/textures/item/spawn_egg_overlay.png b/1.16.5/assets/minecraft/textures/item/spawn_egg_overlay.png new file mode 100644 index 00000000..83ec78f1 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/spawn_egg_overlay.png differ diff --git a/1.16.5/assets/minecraft/textures/item/spectral_arrow.png b/1.16.5/assets/minecraft/textures/item/spectral_arrow.png new file mode 100644 index 00000000..5c2c24a3 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/spectral_arrow.png differ diff --git a/1.16.5/assets/minecraft/textures/item/spider_eye.png b/1.16.5/assets/minecraft/textures/item/spider_eye.png new file mode 100644 index 00000000..4c0b784c Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/spider_eye.png differ diff --git a/1.16.5/assets/minecraft/textures/item/splash_potion.png b/1.16.5/assets/minecraft/textures/item/splash_potion.png new file mode 100644 index 00000000..0d3fa39d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/splash_potion.png differ diff --git a/1.16.5/assets/minecraft/textures/item/spruce_boat.png b/1.16.5/assets/minecraft/textures/item/spruce_boat.png new file mode 100644 index 00000000..d764262a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/spruce_boat.png differ diff --git a/1.16.5/assets/minecraft/textures/item/spruce_door.png b/1.16.5/assets/minecraft/textures/item/spruce_door.png new file mode 100644 index 00000000..8d915f35 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/spruce_door.png differ diff --git a/1.16.5/assets/minecraft/textures/item/spruce_sign.png b/1.16.5/assets/minecraft/textures/item/spruce_sign.png new file mode 100644 index 00000000..74d83e03 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/spruce_sign.png differ diff --git a/1.16.5/assets/minecraft/textures/item/stick.png b/1.16.5/assets/minecraft/textures/item/stick.png new file mode 100644 index 00000000..a6971ed3 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/stick.png differ diff --git a/1.16.5/assets/minecraft/textures/item/stone_axe.png b/1.16.5/assets/minecraft/textures/item/stone_axe.png new file mode 100644 index 00000000..2b726136 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/stone_axe.png differ diff --git a/1.16.5/assets/minecraft/textures/item/stone_hoe.png b/1.16.5/assets/minecraft/textures/item/stone_hoe.png new file mode 100644 index 00000000..8fe6f338 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/stone_hoe.png differ diff --git a/1.16.5/assets/minecraft/textures/item/stone_pickaxe.png b/1.16.5/assets/minecraft/textures/item/stone_pickaxe.png new file mode 100644 index 00000000..71c261ac Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/stone_pickaxe.png differ diff --git a/1.16.5/assets/minecraft/textures/item/stone_shovel.png b/1.16.5/assets/minecraft/textures/item/stone_shovel.png new file mode 100644 index 00000000..d9b1faa1 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/stone_shovel.png differ diff --git a/1.16.5/assets/minecraft/textures/item/stone_sword.png b/1.16.5/assets/minecraft/textures/item/stone_sword.png new file mode 100644 index 00000000..68f8aa23 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/stone_sword.png differ diff --git a/1.16.5/assets/minecraft/textures/item/string.png b/1.16.5/assets/minecraft/textures/item/string.png new file mode 100644 index 00000000..c4234313 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/string.png differ diff --git a/1.16.5/assets/minecraft/textures/item/structure_void.png b/1.16.5/assets/minecraft/textures/item/structure_void.png new file mode 100644 index 00000000..4b150003 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/structure_void.png differ diff --git a/1.16.5/assets/minecraft/textures/item/sugar.png b/1.16.5/assets/minecraft/textures/item/sugar.png new file mode 100644 index 00000000..ab9f1478 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/sugar.png differ diff --git a/1.16.5/assets/minecraft/textures/item/sugar_cane.png b/1.16.5/assets/minecraft/textures/item/sugar_cane.png new file mode 100644 index 00000000..610f464b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/sugar_cane.png differ diff --git a/1.16.5/assets/minecraft/textures/item/suspicious_stew.png b/1.16.5/assets/minecraft/textures/item/suspicious_stew.png new file mode 100644 index 00000000..3c8b6856 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/suspicious_stew.png differ diff --git a/1.16.5/assets/minecraft/textures/item/sweet_berries.png b/1.16.5/assets/minecraft/textures/item/sweet_berries.png new file mode 100644 index 00000000..bce67956 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/sweet_berries.png differ diff --git a/1.16.5/assets/minecraft/textures/item/tipped_arrow_base.png b/1.16.5/assets/minecraft/textures/item/tipped_arrow_base.png new file mode 100644 index 00000000..a1b298ca Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/tipped_arrow_base.png differ diff --git a/1.16.5/assets/minecraft/textures/item/tipped_arrow_head.png b/1.16.5/assets/minecraft/textures/item/tipped_arrow_head.png new file mode 100644 index 00000000..7000bfc2 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/tipped_arrow_head.png differ diff --git a/1.16.5/assets/minecraft/textures/item/tnt_minecart.png b/1.16.5/assets/minecraft/textures/item/tnt_minecart.png new file mode 100644 index 00000000..cc81b8d1 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/tnt_minecart.png differ diff --git a/1.16.5/assets/minecraft/textures/item/totem_of_undying.png b/1.16.5/assets/minecraft/textures/item/totem_of_undying.png new file mode 100644 index 00000000..51599c50 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/totem_of_undying.png differ diff --git a/1.16.5/assets/minecraft/textures/item/trident.png b/1.16.5/assets/minecraft/textures/item/trident.png new file mode 100644 index 00000000..c1ffc2e7 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/trident.png differ diff --git a/1.16.5/assets/minecraft/textures/item/tropical_fish.png b/1.16.5/assets/minecraft/textures/item/tropical_fish.png new file mode 100644 index 00000000..0790f278 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/tropical_fish.png differ diff --git a/1.16.5/assets/minecraft/textures/item/tropical_fish_bucket.png b/1.16.5/assets/minecraft/textures/item/tropical_fish_bucket.png new file mode 100644 index 00000000..593430c4 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/tropical_fish_bucket.png differ diff --git a/1.16.5/assets/minecraft/textures/item/turtle_egg.png b/1.16.5/assets/minecraft/textures/item/turtle_egg.png new file mode 100644 index 00000000..647c695b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/turtle_egg.png differ diff --git a/1.16.5/assets/minecraft/textures/item/turtle_helmet.png b/1.16.5/assets/minecraft/textures/item/turtle_helmet.png new file mode 100644 index 00000000..06c2dea9 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/turtle_helmet.png differ diff --git a/1.16.5/assets/minecraft/textures/item/warped_door.png b/1.16.5/assets/minecraft/textures/item/warped_door.png new file mode 100644 index 00000000..aefebc12 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/warped_door.png differ diff --git a/1.16.5/assets/minecraft/textures/item/warped_fungus_on_a_stick.png b/1.16.5/assets/minecraft/textures/item/warped_fungus_on_a_stick.png new file mode 100644 index 00000000..c0c77d98 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/warped_fungus_on_a_stick.png differ diff --git a/1.16.5/assets/minecraft/textures/item/warped_sign.png b/1.16.5/assets/minecraft/textures/item/warped_sign.png new file mode 100644 index 00000000..f700a5e5 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/warped_sign.png differ diff --git a/1.16.5/assets/minecraft/textures/item/water_bucket.png b/1.16.5/assets/minecraft/textures/item/water_bucket.png new file mode 100644 index 00000000..52bf7853 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/water_bucket.png differ diff --git a/1.16.5/assets/minecraft/textures/item/wheat.png b/1.16.5/assets/minecraft/textures/item/wheat.png new file mode 100644 index 00000000..62bbd6c7 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/wheat.png differ diff --git a/1.16.5/assets/minecraft/textures/item/wheat_seeds.png b/1.16.5/assets/minecraft/textures/item/wheat_seeds.png new file mode 100644 index 00000000..83d23a6e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/wheat_seeds.png differ diff --git a/1.16.5/assets/minecraft/textures/item/white_dye.png b/1.16.5/assets/minecraft/textures/item/white_dye.png new file mode 100644 index 00000000..9b5dca84 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/white_dye.png differ diff --git a/1.16.5/assets/minecraft/textures/item/wooden_axe.png b/1.16.5/assets/minecraft/textures/item/wooden_axe.png new file mode 100644 index 00000000..bec1381d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/wooden_axe.png differ diff --git a/1.16.5/assets/minecraft/textures/item/wooden_hoe.png b/1.16.5/assets/minecraft/textures/item/wooden_hoe.png new file mode 100644 index 00000000..d93f6f4f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/wooden_hoe.png differ diff --git a/1.16.5/assets/minecraft/textures/item/wooden_pickaxe.png b/1.16.5/assets/minecraft/textures/item/wooden_pickaxe.png new file mode 100644 index 00000000..9df3721f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/wooden_pickaxe.png differ diff --git a/1.16.5/assets/minecraft/textures/item/wooden_shovel.png b/1.16.5/assets/minecraft/textures/item/wooden_shovel.png new file mode 100644 index 00000000..9481942b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/wooden_shovel.png differ diff --git a/1.16.5/assets/minecraft/textures/item/wooden_sword.png b/1.16.5/assets/minecraft/textures/item/wooden_sword.png new file mode 100644 index 00000000..9c53ef40 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/wooden_sword.png differ diff --git a/1.16.5/assets/minecraft/textures/item/writable_book.png b/1.16.5/assets/minecraft/textures/item/writable_book.png new file mode 100644 index 00000000..33af2fb0 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/writable_book.png differ diff --git a/1.16.5/assets/minecraft/textures/item/written_book.png b/1.16.5/assets/minecraft/textures/item/written_book.png new file mode 100644 index 00000000..371a790f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/written_book.png differ diff --git a/1.16.5/assets/minecraft/textures/item/yellow_dye.png b/1.16.5/assets/minecraft/textures/item/yellow_dye.png new file mode 100644 index 00000000..1cea9ee2 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/item/yellow_dye.png differ diff --git a/1.16.5/assets/minecraft/textures/map/map_background.png b/1.16.5/assets/minecraft/textures/map/map_background.png new file mode 100644 index 00000000..ceeec962 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/map/map_background.png differ diff --git a/1.16.5/assets/minecraft/textures/map/map_background_checkerboard.png b/1.16.5/assets/minecraft/textures/map/map_background_checkerboard.png new file mode 100644 index 00000000..961a6670 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/map/map_background_checkerboard.png differ diff --git a/1.16.5/assets/minecraft/textures/map/map_icons.png b/1.16.5/assets/minecraft/textures/map/map_icons.png new file mode 100644 index 00000000..d0363da9 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/map/map_icons.png differ diff --git a/1.16.5/assets/minecraft/textures/misc/enchanted_item_glint.png b/1.16.5/assets/minecraft/textures/misc/enchanted_item_glint.png new file mode 100644 index 00000000..fc2c76ef Binary files /dev/null and b/1.16.5/assets/minecraft/textures/misc/enchanted_item_glint.png differ diff --git a/1.16.5/assets/minecraft/textures/misc/enchanted_item_glint.png.mcmeta b/1.16.5/assets/minecraft/textures/misc/enchanted_item_glint.png.mcmeta new file mode 100644 index 00000000..e38a5ad3 --- /dev/null +++ b/1.16.5/assets/minecraft/textures/misc/enchanted_item_glint.png.mcmeta @@ -0,0 +1,5 @@ +{ + "texture": { + "blur": true + } +} diff --git a/1.16.5/assets/minecraft/textures/misc/forcefield.png b/1.16.5/assets/minecraft/textures/misc/forcefield.png new file mode 100644 index 00000000..8ece3337 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/misc/forcefield.png differ diff --git a/1.16.5/assets/minecraft/textures/misc/nausea.png b/1.16.5/assets/minecraft/textures/misc/nausea.png new file mode 100644 index 00000000..7d855f70 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/misc/nausea.png differ diff --git a/1.16.5/assets/minecraft/textures/misc/pumpkinblur.png b/1.16.5/assets/minecraft/textures/misc/pumpkinblur.png new file mode 100644 index 00000000..4f302df5 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/misc/pumpkinblur.png differ diff --git a/1.16.5/assets/minecraft/textures/misc/pumpkinblur.png.mcmeta b/1.16.5/assets/minecraft/textures/misc/pumpkinblur.png.mcmeta new file mode 100644 index 00000000..2077f3ce --- /dev/null +++ b/1.16.5/assets/minecraft/textures/misc/pumpkinblur.png.mcmeta @@ -0,0 +1,6 @@ +{ + "texture": { + "blur": true + } +} + diff --git a/1.16.5/assets/minecraft/textures/misc/shadow.png b/1.16.5/assets/minecraft/textures/misc/shadow.png new file mode 100644 index 00000000..daba11db Binary files /dev/null and b/1.16.5/assets/minecraft/textures/misc/shadow.png differ diff --git a/1.16.5/assets/minecraft/textures/misc/shadow.png.mcmeta b/1.16.5/assets/minecraft/textures/misc/shadow.png.mcmeta new file mode 100644 index 00000000..8c6c7d1d --- /dev/null +++ b/1.16.5/assets/minecraft/textures/misc/shadow.png.mcmeta @@ -0,0 +1,6 @@ +{ + "texture": { + "clamp": true + } +} + diff --git a/1.16.5/assets/minecraft/textures/misc/underwater.png b/1.16.5/assets/minecraft/textures/misc/underwater.png new file mode 100644 index 00000000..c2c9d3cf Binary files /dev/null and b/1.16.5/assets/minecraft/textures/misc/underwater.png differ diff --git a/1.16.5/assets/minecraft/textures/misc/unknown_pack.png b/1.16.5/assets/minecraft/textures/misc/unknown_pack.png new file mode 100644 index 00000000..0a25fdc6 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/misc/unknown_pack.png differ diff --git a/1.16.5/assets/minecraft/textures/misc/unknown_server.png b/1.16.5/assets/minecraft/textures/misc/unknown_server.png new file mode 100644 index 00000000..8da22cba Binary files /dev/null and b/1.16.5/assets/minecraft/textures/misc/unknown_server.png differ diff --git a/1.16.5/assets/minecraft/textures/misc/vignette.png b/1.16.5/assets/minecraft/textures/misc/vignette.png new file mode 100644 index 00000000..5c8e97f7 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/misc/vignette.png differ diff --git a/1.16.5/assets/minecraft/textures/misc/vignette.png.mcmeta b/1.16.5/assets/minecraft/textures/misc/vignette.png.mcmeta new file mode 100644 index 00000000..2077f3ce --- /dev/null +++ b/1.16.5/assets/minecraft/textures/misc/vignette.png.mcmeta @@ -0,0 +1,6 @@ +{ + "texture": { + "blur": true + } +} + diff --git a/1.16.5/assets/minecraft/textures/mob_effect/absorption.png b/1.16.5/assets/minecraft/textures/mob_effect/absorption.png new file mode 100644 index 00000000..3ef0e591 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/mob_effect/absorption.png differ diff --git a/1.16.5/assets/minecraft/textures/mob_effect/bad_omen.png b/1.16.5/assets/minecraft/textures/mob_effect/bad_omen.png new file mode 100644 index 00000000..f94ba4b0 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/mob_effect/bad_omen.png differ diff --git a/1.16.5/assets/minecraft/textures/mob_effect/blindness.png b/1.16.5/assets/minecraft/textures/mob_effect/blindness.png new file mode 100644 index 00000000..9311ff67 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/mob_effect/blindness.png differ diff --git a/1.16.5/assets/minecraft/textures/mob_effect/conduit_power.png b/1.16.5/assets/minecraft/textures/mob_effect/conduit_power.png new file mode 100644 index 00000000..19aaaba4 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/mob_effect/conduit_power.png differ diff --git a/1.16.5/assets/minecraft/textures/mob_effect/dolphins_grace.png b/1.16.5/assets/minecraft/textures/mob_effect/dolphins_grace.png new file mode 100644 index 00000000..618f1c77 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/mob_effect/dolphins_grace.png differ diff --git a/1.16.5/assets/minecraft/textures/mob_effect/fire_resistance.png b/1.16.5/assets/minecraft/textures/mob_effect/fire_resistance.png new file mode 100644 index 00000000..c13c41f6 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/mob_effect/fire_resistance.png differ diff --git a/1.16.5/assets/minecraft/textures/mob_effect/glowing.png b/1.16.5/assets/minecraft/textures/mob_effect/glowing.png new file mode 100644 index 00000000..90f74750 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/mob_effect/glowing.png differ diff --git a/1.16.5/assets/minecraft/textures/mob_effect/haste.png b/1.16.5/assets/minecraft/textures/mob_effect/haste.png new file mode 100644 index 00000000..7d755f00 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/mob_effect/haste.png differ diff --git a/1.16.5/assets/minecraft/textures/mob_effect/health_boost.png b/1.16.5/assets/minecraft/textures/mob_effect/health_boost.png new file mode 100644 index 00000000..91122035 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/mob_effect/health_boost.png differ diff --git a/1.16.5/assets/minecraft/textures/mob_effect/hero_of_the_village.png b/1.16.5/assets/minecraft/textures/mob_effect/hero_of_the_village.png new file mode 100644 index 00000000..9e25c98d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/mob_effect/hero_of_the_village.png differ diff --git a/1.16.5/assets/minecraft/textures/mob_effect/hunger.png b/1.16.5/assets/minecraft/textures/mob_effect/hunger.png new file mode 100644 index 00000000..fe2433f1 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/mob_effect/hunger.png differ diff --git a/1.16.5/assets/minecraft/textures/mob_effect/instant_damage.png b/1.16.5/assets/minecraft/textures/mob_effect/instant_damage.png new file mode 100644 index 00000000..92ff38ac Binary files /dev/null and b/1.16.5/assets/minecraft/textures/mob_effect/instant_damage.png differ diff --git a/1.16.5/assets/minecraft/textures/mob_effect/instant_health.png b/1.16.5/assets/minecraft/textures/mob_effect/instant_health.png new file mode 100644 index 00000000..fc8477f9 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/mob_effect/instant_health.png differ diff --git a/1.16.5/assets/minecraft/textures/mob_effect/invisibility.png b/1.16.5/assets/minecraft/textures/mob_effect/invisibility.png new file mode 100644 index 00000000..c30472d0 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/mob_effect/invisibility.png differ diff --git a/1.16.5/assets/minecraft/textures/mob_effect/jump_boost.png b/1.16.5/assets/minecraft/textures/mob_effect/jump_boost.png new file mode 100644 index 00000000..d3009c6d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/mob_effect/jump_boost.png differ diff --git a/1.16.5/assets/minecraft/textures/mob_effect/levitation.png b/1.16.5/assets/minecraft/textures/mob_effect/levitation.png new file mode 100644 index 00000000..fbea004b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/mob_effect/levitation.png differ diff --git a/1.16.5/assets/minecraft/textures/mob_effect/luck.png b/1.16.5/assets/minecraft/textures/mob_effect/luck.png new file mode 100644 index 00000000..eb260700 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/mob_effect/luck.png differ diff --git a/1.16.5/assets/minecraft/textures/mob_effect/mining_fatigue.png b/1.16.5/assets/minecraft/textures/mob_effect/mining_fatigue.png new file mode 100644 index 00000000..16f9d5f3 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/mob_effect/mining_fatigue.png differ diff --git a/1.16.5/assets/minecraft/textures/mob_effect/nausea.png b/1.16.5/assets/minecraft/textures/mob_effect/nausea.png new file mode 100644 index 00000000..6b2861bc Binary files /dev/null and b/1.16.5/assets/minecraft/textures/mob_effect/nausea.png differ diff --git a/1.16.5/assets/minecraft/textures/mob_effect/night_vision.png b/1.16.5/assets/minecraft/textures/mob_effect/night_vision.png new file mode 100644 index 00000000..b502c007 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/mob_effect/night_vision.png differ diff --git a/1.16.5/assets/minecraft/textures/mob_effect/poison.png b/1.16.5/assets/minecraft/textures/mob_effect/poison.png new file mode 100644 index 00000000..7eca1b21 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/mob_effect/poison.png differ diff --git a/1.16.5/assets/minecraft/textures/mob_effect/regeneration.png b/1.16.5/assets/minecraft/textures/mob_effect/regeneration.png new file mode 100644 index 00000000..baa50314 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/mob_effect/regeneration.png differ diff --git a/1.16.5/assets/minecraft/textures/mob_effect/resistance.png b/1.16.5/assets/minecraft/textures/mob_effect/resistance.png new file mode 100644 index 00000000..18ecb5c9 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/mob_effect/resistance.png differ diff --git a/1.16.5/assets/minecraft/textures/mob_effect/saturation.png b/1.16.5/assets/minecraft/textures/mob_effect/saturation.png new file mode 100644 index 00000000..f5f1e487 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/mob_effect/saturation.png differ diff --git a/1.16.5/assets/minecraft/textures/mob_effect/slow_falling.png b/1.16.5/assets/minecraft/textures/mob_effect/slow_falling.png new file mode 100644 index 00000000..3718afb8 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/mob_effect/slow_falling.png differ diff --git a/1.16.5/assets/minecraft/textures/mob_effect/slowness.png b/1.16.5/assets/minecraft/textures/mob_effect/slowness.png new file mode 100644 index 00000000..02c888b2 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/mob_effect/slowness.png differ diff --git a/1.16.5/assets/minecraft/textures/mob_effect/speed.png b/1.16.5/assets/minecraft/textures/mob_effect/speed.png new file mode 100644 index 00000000..64da0e65 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/mob_effect/speed.png differ diff --git a/1.16.5/assets/minecraft/textures/mob_effect/strength.png b/1.16.5/assets/minecraft/textures/mob_effect/strength.png new file mode 100644 index 00000000..8abad5c2 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/mob_effect/strength.png differ diff --git a/1.16.5/assets/minecraft/textures/mob_effect/unluck.png b/1.16.5/assets/minecraft/textures/mob_effect/unluck.png new file mode 100644 index 00000000..f0e35a5f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/mob_effect/unluck.png differ diff --git a/1.16.5/assets/minecraft/textures/mob_effect/water_breathing.png b/1.16.5/assets/minecraft/textures/mob_effect/water_breathing.png new file mode 100644 index 00000000..e9d536b4 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/mob_effect/water_breathing.png differ diff --git a/1.16.5/assets/minecraft/textures/mob_effect/weakness.png b/1.16.5/assets/minecraft/textures/mob_effect/weakness.png new file mode 100644 index 00000000..2e2f0214 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/mob_effect/weakness.png differ diff --git a/1.16.5/assets/minecraft/textures/mob_effect/wither.png b/1.16.5/assets/minecraft/textures/mob_effect/wither.png new file mode 100644 index 00000000..d66ffe16 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/mob_effect/wither.png differ diff --git a/1.16.5/assets/minecraft/textures/models/armor/chainmail_layer_1.png b/1.16.5/assets/minecraft/textures/models/armor/chainmail_layer_1.png new file mode 100644 index 00000000..c28e0a3b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/models/armor/chainmail_layer_1.png differ diff --git a/1.16.5/assets/minecraft/textures/models/armor/chainmail_layer_2.png b/1.16.5/assets/minecraft/textures/models/armor/chainmail_layer_2.png new file mode 100644 index 00000000..60bf1d77 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/models/armor/chainmail_layer_2.png differ diff --git a/1.16.5/assets/minecraft/textures/models/armor/diamond_layer_1.png b/1.16.5/assets/minecraft/textures/models/armor/diamond_layer_1.png new file mode 100644 index 00000000..44e2fc53 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/models/armor/diamond_layer_1.png differ diff --git a/1.16.5/assets/minecraft/textures/models/armor/diamond_layer_2.png b/1.16.5/assets/minecraft/textures/models/armor/diamond_layer_2.png new file mode 100644 index 00000000..2de240e2 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/models/armor/diamond_layer_2.png differ diff --git a/1.16.5/assets/minecraft/textures/models/armor/gold_layer_1.png b/1.16.5/assets/minecraft/textures/models/armor/gold_layer_1.png new file mode 100644 index 00000000..567d9023 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/models/armor/gold_layer_1.png differ diff --git a/1.16.5/assets/minecraft/textures/models/armor/gold_layer_2.png b/1.16.5/assets/minecraft/textures/models/armor/gold_layer_2.png new file mode 100644 index 00000000..c179399b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/models/armor/gold_layer_2.png differ diff --git a/1.16.5/assets/minecraft/textures/models/armor/iron_layer_1.png b/1.16.5/assets/minecraft/textures/models/armor/iron_layer_1.png new file mode 100644 index 00000000..1da5d263 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/models/armor/iron_layer_1.png differ diff --git a/1.16.5/assets/minecraft/textures/models/armor/iron_layer_2.png b/1.16.5/assets/minecraft/textures/models/armor/iron_layer_2.png new file mode 100644 index 00000000..3170869e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/models/armor/iron_layer_2.png differ diff --git a/1.16.5/assets/minecraft/textures/models/armor/leather_layer_1.png b/1.16.5/assets/minecraft/textures/models/armor/leather_layer_1.png new file mode 100644 index 00000000..cf4aada1 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/models/armor/leather_layer_1.png differ diff --git a/1.16.5/assets/minecraft/textures/models/armor/leather_layer_1_overlay.png b/1.16.5/assets/minecraft/textures/models/armor/leather_layer_1_overlay.png new file mode 100644 index 00000000..98dd02af Binary files /dev/null and b/1.16.5/assets/minecraft/textures/models/armor/leather_layer_1_overlay.png differ diff --git a/1.16.5/assets/minecraft/textures/models/armor/leather_layer_2.png b/1.16.5/assets/minecraft/textures/models/armor/leather_layer_2.png new file mode 100644 index 00000000..abd64e6b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/models/armor/leather_layer_2.png differ diff --git a/1.16.5/assets/minecraft/textures/models/armor/leather_layer_2_overlay.png b/1.16.5/assets/minecraft/textures/models/armor/leather_layer_2_overlay.png new file mode 100644 index 00000000..4faea6d6 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/models/armor/leather_layer_2_overlay.png differ diff --git a/1.16.5/assets/minecraft/textures/models/armor/netherite_layer_1.png b/1.16.5/assets/minecraft/textures/models/armor/netherite_layer_1.png new file mode 100644 index 00000000..ebcbbaa4 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/models/armor/netherite_layer_1.png differ diff --git a/1.16.5/assets/minecraft/textures/models/armor/netherite_layer_2.png b/1.16.5/assets/minecraft/textures/models/armor/netherite_layer_2.png new file mode 100644 index 00000000..963f0826 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/models/armor/netherite_layer_2.png differ diff --git a/1.16.5/assets/minecraft/textures/models/armor/piglin_leather_layer_1.png b/1.16.5/assets/minecraft/textures/models/armor/piglin_leather_layer_1.png new file mode 100644 index 00000000..4a18c47b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/models/armor/piglin_leather_layer_1.png differ diff --git a/1.16.5/assets/minecraft/textures/models/armor/piglin_leather_layer_1_overlay.png b/1.16.5/assets/minecraft/textures/models/armor/piglin_leather_layer_1_overlay.png new file mode 100644 index 00000000..031d7b00 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/models/armor/piglin_leather_layer_1_overlay.png differ diff --git a/1.16.5/assets/minecraft/textures/models/armor/turtle_layer_1.png b/1.16.5/assets/minecraft/textures/models/armor/turtle_layer_1.png new file mode 100644 index 00000000..6f392726 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/models/armor/turtle_layer_1.png differ diff --git a/1.16.5/assets/minecraft/textures/painting/alban.png b/1.16.5/assets/minecraft/textures/painting/alban.png new file mode 100644 index 00000000..19813ecd Binary files /dev/null and b/1.16.5/assets/minecraft/textures/painting/alban.png differ diff --git a/1.16.5/assets/minecraft/textures/painting/aztec.png b/1.16.5/assets/minecraft/textures/painting/aztec.png new file mode 100644 index 00000000..dec7b1e2 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/painting/aztec.png differ diff --git a/1.16.5/assets/minecraft/textures/painting/aztec2.png b/1.16.5/assets/minecraft/textures/painting/aztec2.png new file mode 100644 index 00000000..803f8ebd Binary files /dev/null and b/1.16.5/assets/minecraft/textures/painting/aztec2.png differ diff --git a/1.16.5/assets/minecraft/textures/painting/back.png b/1.16.5/assets/minecraft/textures/painting/back.png new file mode 100644 index 00000000..0e9bdece Binary files /dev/null and b/1.16.5/assets/minecraft/textures/painting/back.png differ diff --git a/1.16.5/assets/minecraft/textures/painting/bomb.png b/1.16.5/assets/minecraft/textures/painting/bomb.png new file mode 100644 index 00000000..2be99cc5 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/painting/bomb.png differ diff --git a/1.16.5/assets/minecraft/textures/painting/burning_skull.png b/1.16.5/assets/minecraft/textures/painting/burning_skull.png new file mode 100644 index 00000000..b7b15ee8 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/painting/burning_skull.png differ diff --git a/1.16.5/assets/minecraft/textures/painting/bust.png b/1.16.5/assets/minecraft/textures/painting/bust.png new file mode 100644 index 00000000..303301b3 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/painting/bust.png differ diff --git a/1.16.5/assets/minecraft/textures/painting/courbet.png b/1.16.5/assets/minecraft/textures/painting/courbet.png new file mode 100644 index 00000000..4c533d54 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/painting/courbet.png differ diff --git a/1.16.5/assets/minecraft/textures/painting/creebet.png b/1.16.5/assets/minecraft/textures/painting/creebet.png new file mode 100644 index 00000000..9d562ea6 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/painting/creebet.png differ diff --git a/1.16.5/assets/minecraft/textures/painting/donkey_kong.png b/1.16.5/assets/minecraft/textures/painting/donkey_kong.png new file mode 100644 index 00000000..f739ca11 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/painting/donkey_kong.png differ diff --git a/1.16.5/assets/minecraft/textures/painting/fighters.png b/1.16.5/assets/minecraft/textures/painting/fighters.png new file mode 100644 index 00000000..813fbca2 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/painting/fighters.png differ diff --git a/1.16.5/assets/minecraft/textures/painting/graham.png b/1.16.5/assets/minecraft/textures/painting/graham.png new file mode 100644 index 00000000..198786b2 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/painting/graham.png differ diff --git a/1.16.5/assets/minecraft/textures/painting/kebab.png b/1.16.5/assets/minecraft/textures/painting/kebab.png new file mode 100644 index 00000000..2b7499a7 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/painting/kebab.png differ diff --git a/1.16.5/assets/minecraft/textures/painting/match.png b/1.16.5/assets/minecraft/textures/painting/match.png new file mode 100644 index 00000000..0431cbdd Binary files /dev/null and b/1.16.5/assets/minecraft/textures/painting/match.png differ diff --git a/1.16.5/assets/minecraft/textures/painting/pigscene.png b/1.16.5/assets/minecraft/textures/painting/pigscene.png new file mode 100644 index 00000000..2ec83a0a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/painting/pigscene.png differ diff --git a/1.16.5/assets/minecraft/textures/painting/plant.png b/1.16.5/assets/minecraft/textures/painting/plant.png new file mode 100644 index 00000000..a99cd267 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/painting/plant.png differ diff --git a/1.16.5/assets/minecraft/textures/painting/pointer.png b/1.16.5/assets/minecraft/textures/painting/pointer.png new file mode 100644 index 00000000..7ca94435 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/painting/pointer.png differ diff --git a/1.16.5/assets/minecraft/textures/painting/pool.png b/1.16.5/assets/minecraft/textures/painting/pool.png new file mode 100644 index 00000000..98ea0245 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/painting/pool.png differ diff --git a/1.16.5/assets/minecraft/textures/painting/sea.png b/1.16.5/assets/minecraft/textures/painting/sea.png new file mode 100644 index 00000000..5364b506 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/painting/sea.png differ diff --git a/1.16.5/assets/minecraft/textures/painting/skeleton.png b/1.16.5/assets/minecraft/textures/painting/skeleton.png new file mode 100644 index 00000000..39f9e15b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/painting/skeleton.png differ diff --git a/1.16.5/assets/minecraft/textures/painting/skull_and_roses.png b/1.16.5/assets/minecraft/textures/painting/skull_and_roses.png new file mode 100644 index 00000000..b0028810 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/painting/skull_and_roses.png differ diff --git a/1.16.5/assets/minecraft/textures/painting/stage.png b/1.16.5/assets/minecraft/textures/painting/stage.png new file mode 100644 index 00000000..7fa6c613 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/painting/stage.png differ diff --git a/1.16.5/assets/minecraft/textures/painting/sunset.png b/1.16.5/assets/minecraft/textures/painting/sunset.png new file mode 100644 index 00000000..8308be15 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/painting/sunset.png differ diff --git a/1.16.5/assets/minecraft/textures/painting/void.png b/1.16.5/assets/minecraft/textures/painting/void.png new file mode 100644 index 00000000..52d0e0d2 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/painting/void.png differ diff --git a/1.16.5/assets/minecraft/textures/painting/wanderer.png b/1.16.5/assets/minecraft/textures/painting/wanderer.png new file mode 100644 index 00000000..6db13df5 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/painting/wanderer.png differ diff --git a/1.16.5/assets/minecraft/textures/painting/wasteland.png b/1.16.5/assets/minecraft/textures/painting/wasteland.png new file mode 100644 index 00000000..1cfc27b1 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/painting/wasteland.png differ diff --git a/1.16.5/assets/minecraft/textures/painting/wither.png b/1.16.5/assets/minecraft/textures/painting/wither.png new file mode 100644 index 00000000..3fd56363 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/painting/wither.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/angry.png b/1.16.5/assets/minecraft/textures/particle/angry.png new file mode 100644 index 00000000..3b616220 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/angry.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/big_smoke_0.png b/1.16.5/assets/minecraft/textures/particle/big_smoke_0.png new file mode 100644 index 00000000..727f1d6a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/big_smoke_0.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/big_smoke_1.png b/1.16.5/assets/minecraft/textures/particle/big_smoke_1.png new file mode 100644 index 00000000..8c07ee3b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/big_smoke_1.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/big_smoke_10.png b/1.16.5/assets/minecraft/textures/particle/big_smoke_10.png new file mode 100644 index 00000000..712c41cb Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/big_smoke_10.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/big_smoke_11.png b/1.16.5/assets/minecraft/textures/particle/big_smoke_11.png new file mode 100644 index 00000000..7f3a7dbd Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/big_smoke_11.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/big_smoke_2.png b/1.16.5/assets/minecraft/textures/particle/big_smoke_2.png new file mode 100644 index 00000000..81d1a98c Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/big_smoke_2.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/big_smoke_3.png b/1.16.5/assets/minecraft/textures/particle/big_smoke_3.png new file mode 100644 index 00000000..4a5f8224 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/big_smoke_3.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/big_smoke_4.png b/1.16.5/assets/minecraft/textures/particle/big_smoke_4.png new file mode 100644 index 00000000..17c35e5a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/big_smoke_4.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/big_smoke_5.png b/1.16.5/assets/minecraft/textures/particle/big_smoke_5.png new file mode 100644 index 00000000..3dbb32af Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/big_smoke_5.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/big_smoke_6.png b/1.16.5/assets/minecraft/textures/particle/big_smoke_6.png new file mode 100644 index 00000000..1e5fec17 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/big_smoke_6.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/big_smoke_7.png b/1.16.5/assets/minecraft/textures/particle/big_smoke_7.png new file mode 100644 index 00000000..ebef40c2 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/big_smoke_7.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/big_smoke_8.png b/1.16.5/assets/minecraft/textures/particle/big_smoke_8.png new file mode 100644 index 00000000..a704e860 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/big_smoke_8.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/big_smoke_9.png b/1.16.5/assets/minecraft/textures/particle/big_smoke_9.png new file mode 100644 index 00000000..4dd14f32 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/big_smoke_9.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/bubble.png b/1.16.5/assets/minecraft/textures/particle/bubble.png new file mode 100644 index 00000000..c91be371 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/bubble.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/bubble_pop_0.png b/1.16.5/assets/minecraft/textures/particle/bubble_pop_0.png new file mode 100644 index 00000000..2f2eb00d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/bubble_pop_0.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/bubble_pop_1.png b/1.16.5/assets/minecraft/textures/particle/bubble_pop_1.png new file mode 100644 index 00000000..b1d286dd Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/bubble_pop_1.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/bubble_pop_2.png b/1.16.5/assets/minecraft/textures/particle/bubble_pop_2.png new file mode 100644 index 00000000..b142bd9e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/bubble_pop_2.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/bubble_pop_3.png b/1.16.5/assets/minecraft/textures/particle/bubble_pop_3.png new file mode 100644 index 00000000..79fa0cc0 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/bubble_pop_3.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/bubble_pop_4.png b/1.16.5/assets/minecraft/textures/particle/bubble_pop_4.png new file mode 100644 index 00000000..42fed52c Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/bubble_pop_4.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/critical_hit.png b/1.16.5/assets/minecraft/textures/particle/critical_hit.png new file mode 100644 index 00000000..5295f0d7 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/critical_hit.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/damage.png b/1.16.5/assets/minecraft/textures/particle/damage.png new file mode 100644 index 00000000..9f397a99 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/damage.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/drip_fall.png b/1.16.5/assets/minecraft/textures/particle/drip_fall.png new file mode 100644 index 00000000..a70945cf Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/drip_fall.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/drip_hang.png b/1.16.5/assets/minecraft/textures/particle/drip_hang.png new file mode 100644 index 00000000..2d78df11 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/drip_hang.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/drip_land.png b/1.16.5/assets/minecraft/textures/particle/drip_land.png new file mode 100644 index 00000000..f0d0312f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/drip_land.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/effect_0.png b/1.16.5/assets/minecraft/textures/particle/effect_0.png new file mode 100644 index 00000000..469da803 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/effect_0.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/effect_1.png b/1.16.5/assets/minecraft/textures/particle/effect_1.png new file mode 100644 index 00000000..20c63cbb Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/effect_1.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/effect_2.png b/1.16.5/assets/minecraft/textures/particle/effect_2.png new file mode 100644 index 00000000..68cabdaa Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/effect_2.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/effect_3.png b/1.16.5/assets/minecraft/textures/particle/effect_3.png new file mode 100644 index 00000000..fe37f7ae Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/effect_3.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/effect_4.png b/1.16.5/assets/minecraft/textures/particle/effect_4.png new file mode 100644 index 00000000..2aa3ef07 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/effect_4.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/effect_5.png b/1.16.5/assets/minecraft/textures/particle/effect_5.png new file mode 100644 index 00000000..175564b3 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/effect_5.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/effect_6.png b/1.16.5/assets/minecraft/textures/particle/effect_6.png new file mode 100644 index 00000000..be940479 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/effect_6.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/effect_7.png b/1.16.5/assets/minecraft/textures/particle/effect_7.png new file mode 100644 index 00000000..32700a9a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/effect_7.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/enchanted_hit.png b/1.16.5/assets/minecraft/textures/particle/enchanted_hit.png new file mode 100644 index 00000000..122f4f78 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/enchanted_hit.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/explosion_0.png b/1.16.5/assets/minecraft/textures/particle/explosion_0.png new file mode 100644 index 00000000..4dc51224 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/explosion_0.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/explosion_1.png b/1.16.5/assets/minecraft/textures/particle/explosion_1.png new file mode 100644 index 00000000..83e8ca2f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/explosion_1.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/explosion_10.png b/1.16.5/assets/minecraft/textures/particle/explosion_10.png new file mode 100644 index 00000000..b4088437 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/explosion_10.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/explosion_11.png b/1.16.5/assets/minecraft/textures/particle/explosion_11.png new file mode 100644 index 00000000..2f8f274d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/explosion_11.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/explosion_12.png b/1.16.5/assets/minecraft/textures/particle/explosion_12.png new file mode 100644 index 00000000..8447981e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/explosion_12.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/explosion_13.png b/1.16.5/assets/minecraft/textures/particle/explosion_13.png new file mode 100644 index 00000000..62d2da12 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/explosion_13.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/explosion_14.png b/1.16.5/assets/minecraft/textures/particle/explosion_14.png new file mode 100644 index 00000000..10041baa Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/explosion_14.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/explosion_15.png b/1.16.5/assets/minecraft/textures/particle/explosion_15.png new file mode 100644 index 00000000..bc484e87 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/explosion_15.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/explosion_2.png b/1.16.5/assets/minecraft/textures/particle/explosion_2.png new file mode 100644 index 00000000..2157e39e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/explosion_2.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/explosion_3.png b/1.16.5/assets/minecraft/textures/particle/explosion_3.png new file mode 100644 index 00000000..b3725d5b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/explosion_3.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/explosion_4.png b/1.16.5/assets/minecraft/textures/particle/explosion_4.png new file mode 100644 index 00000000..a3632381 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/explosion_4.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/explosion_5.png b/1.16.5/assets/minecraft/textures/particle/explosion_5.png new file mode 100644 index 00000000..37392a00 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/explosion_5.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/explosion_6.png b/1.16.5/assets/minecraft/textures/particle/explosion_6.png new file mode 100644 index 00000000..d24878d6 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/explosion_6.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/explosion_7.png b/1.16.5/assets/minecraft/textures/particle/explosion_7.png new file mode 100644 index 00000000..047ab147 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/explosion_7.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/explosion_8.png b/1.16.5/assets/minecraft/textures/particle/explosion_8.png new file mode 100644 index 00000000..10027145 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/explosion_8.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/explosion_9.png b/1.16.5/assets/minecraft/textures/particle/explosion_9.png new file mode 100644 index 00000000..a7cc716c Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/explosion_9.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/flame.png b/1.16.5/assets/minecraft/textures/particle/flame.png new file mode 100644 index 00000000..7e13f907 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/flame.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/flash.png b/1.16.5/assets/minecraft/textures/particle/flash.png new file mode 100644 index 00000000..c1ce0516 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/flash.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/footprint.png b/1.16.5/assets/minecraft/textures/particle/footprint.png new file mode 100644 index 00000000..495a367e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/footprint.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/generic_0.png b/1.16.5/assets/minecraft/textures/particle/generic_0.png new file mode 100644 index 00000000..2548245c Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/generic_0.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/generic_1.png b/1.16.5/assets/minecraft/textures/particle/generic_1.png new file mode 100644 index 00000000..ae21dac3 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/generic_1.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/generic_2.png b/1.16.5/assets/minecraft/textures/particle/generic_2.png new file mode 100644 index 00000000..a9bd5356 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/generic_2.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/generic_3.png b/1.16.5/assets/minecraft/textures/particle/generic_3.png new file mode 100644 index 00000000..2f7838f5 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/generic_3.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/generic_4.png b/1.16.5/assets/minecraft/textures/particle/generic_4.png new file mode 100644 index 00000000..fdfaefa3 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/generic_4.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/generic_5.png b/1.16.5/assets/minecraft/textures/particle/generic_5.png new file mode 100644 index 00000000..eda695d9 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/generic_5.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/generic_6.png b/1.16.5/assets/minecraft/textures/particle/generic_6.png new file mode 100644 index 00000000..6f58049a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/generic_6.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/generic_7.png b/1.16.5/assets/minecraft/textures/particle/generic_7.png new file mode 100644 index 00000000..e2be78d6 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/generic_7.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/glint.png b/1.16.5/assets/minecraft/textures/particle/glint.png new file mode 100644 index 00000000..ef29ed00 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/glint.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/glitter_0.png b/1.16.5/assets/minecraft/textures/particle/glitter_0.png new file mode 100644 index 00000000..2548245c Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/glitter_0.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/glitter_1.png b/1.16.5/assets/minecraft/textures/particle/glitter_1.png new file mode 100644 index 00000000..de69d9fe Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/glitter_1.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/glitter_2.png b/1.16.5/assets/minecraft/textures/particle/glitter_2.png new file mode 100644 index 00000000..19a9831f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/glitter_2.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/glitter_3.png b/1.16.5/assets/minecraft/textures/particle/glitter_3.png new file mode 100644 index 00000000..2a929796 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/glitter_3.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/glitter_4.png b/1.16.5/assets/minecraft/textures/particle/glitter_4.png new file mode 100644 index 00000000..acf3c155 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/glitter_4.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/glitter_5.png b/1.16.5/assets/minecraft/textures/particle/glitter_5.png new file mode 100644 index 00000000..56e6ef63 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/glitter_5.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/glitter_6.png b/1.16.5/assets/minecraft/textures/particle/glitter_6.png new file mode 100644 index 00000000..acf3c155 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/glitter_6.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/glitter_7.png b/1.16.5/assets/minecraft/textures/particle/glitter_7.png new file mode 100644 index 00000000..56e6ef63 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/glitter_7.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/heart.png b/1.16.5/assets/minecraft/textures/particle/heart.png new file mode 100644 index 00000000..987aa17a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/heart.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/lava.png b/1.16.5/assets/minecraft/textures/particle/lava.png new file mode 100644 index 00000000..95cbc05a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/lava.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/nautilus.png b/1.16.5/assets/minecraft/textures/particle/nautilus.png new file mode 100644 index 00000000..0ab4ef0f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/nautilus.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/note.png b/1.16.5/assets/minecraft/textures/particle/note.png new file mode 100644 index 00000000..4060407e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/note.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/sga_a.png b/1.16.5/assets/minecraft/textures/particle/sga_a.png new file mode 100644 index 00000000..013c54e0 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/sga_a.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/sga_b.png b/1.16.5/assets/minecraft/textures/particle/sga_b.png new file mode 100644 index 00000000..108feaf8 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/sga_b.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/sga_c.png b/1.16.5/assets/minecraft/textures/particle/sga_c.png new file mode 100644 index 00000000..ae268f02 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/sga_c.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/sga_d.png b/1.16.5/assets/minecraft/textures/particle/sga_d.png new file mode 100644 index 00000000..99c6cf7f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/sga_d.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/sga_e.png b/1.16.5/assets/minecraft/textures/particle/sga_e.png new file mode 100644 index 00000000..bab9f926 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/sga_e.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/sga_f.png b/1.16.5/assets/minecraft/textures/particle/sga_f.png new file mode 100644 index 00000000..5684e16b Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/sga_f.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/sga_g.png b/1.16.5/assets/minecraft/textures/particle/sga_g.png new file mode 100644 index 00000000..a8a67e8f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/sga_g.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/sga_h.png b/1.16.5/assets/minecraft/textures/particle/sga_h.png new file mode 100644 index 00000000..d617867d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/sga_h.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/sga_i.png b/1.16.5/assets/minecraft/textures/particle/sga_i.png new file mode 100644 index 00000000..54b12c0a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/sga_i.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/sga_j.png b/1.16.5/assets/minecraft/textures/particle/sga_j.png new file mode 100644 index 00000000..eba2f6d4 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/sga_j.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/sga_k.png b/1.16.5/assets/minecraft/textures/particle/sga_k.png new file mode 100644 index 00000000..ffd569e1 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/sga_k.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/sga_l.png b/1.16.5/assets/minecraft/textures/particle/sga_l.png new file mode 100644 index 00000000..1d71a800 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/sga_l.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/sga_m.png b/1.16.5/assets/minecraft/textures/particle/sga_m.png new file mode 100644 index 00000000..26f83997 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/sga_m.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/sga_n.png b/1.16.5/assets/minecraft/textures/particle/sga_n.png new file mode 100644 index 00000000..6241d005 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/sga_n.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/sga_o.png b/1.16.5/assets/minecraft/textures/particle/sga_o.png new file mode 100644 index 00000000..e9ecb651 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/sga_o.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/sga_p.png b/1.16.5/assets/minecraft/textures/particle/sga_p.png new file mode 100644 index 00000000..7d1f25c2 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/sga_p.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/sga_q.png b/1.16.5/assets/minecraft/textures/particle/sga_q.png new file mode 100644 index 00000000..9d8e1c07 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/sga_q.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/sga_r.png b/1.16.5/assets/minecraft/textures/particle/sga_r.png new file mode 100644 index 00000000..ebeb140e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/sga_r.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/sga_s.png b/1.16.5/assets/minecraft/textures/particle/sga_s.png new file mode 100644 index 00000000..c6c9ada3 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/sga_s.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/sga_t.png b/1.16.5/assets/minecraft/textures/particle/sga_t.png new file mode 100644 index 00000000..e053fc37 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/sga_t.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/sga_u.png b/1.16.5/assets/minecraft/textures/particle/sga_u.png new file mode 100644 index 00000000..91d5e16c Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/sga_u.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/sga_v.png b/1.16.5/assets/minecraft/textures/particle/sga_v.png new file mode 100644 index 00000000..8c889df6 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/sga_v.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/sga_w.png b/1.16.5/assets/minecraft/textures/particle/sga_w.png new file mode 100644 index 00000000..66e14c60 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/sga_w.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/sga_x.png b/1.16.5/assets/minecraft/textures/particle/sga_x.png new file mode 100644 index 00000000..ef9383f7 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/sga_x.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/sga_y.png b/1.16.5/assets/minecraft/textures/particle/sga_y.png new file mode 100644 index 00000000..94750880 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/sga_y.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/sga_z.png b/1.16.5/assets/minecraft/textures/particle/sga_z.png new file mode 100644 index 00000000..e418a2a7 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/sga_z.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/soul_0.png b/1.16.5/assets/minecraft/textures/particle/soul_0.png new file mode 100644 index 00000000..d102f30d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/soul_0.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/soul_1.png b/1.16.5/assets/minecraft/textures/particle/soul_1.png new file mode 100644 index 00000000..b72fcb0c Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/soul_1.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/soul_10.png b/1.16.5/assets/minecraft/textures/particle/soul_10.png new file mode 100644 index 00000000..cd958442 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/soul_10.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/soul_2.png b/1.16.5/assets/minecraft/textures/particle/soul_2.png new file mode 100644 index 00000000..1ff64034 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/soul_2.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/soul_3.png b/1.16.5/assets/minecraft/textures/particle/soul_3.png new file mode 100644 index 00000000..f241d8a0 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/soul_3.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/soul_4.png b/1.16.5/assets/minecraft/textures/particle/soul_4.png new file mode 100644 index 00000000..42beebf0 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/soul_4.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/soul_5.png b/1.16.5/assets/minecraft/textures/particle/soul_5.png new file mode 100644 index 00000000..ca111a7a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/soul_5.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/soul_6.png b/1.16.5/assets/minecraft/textures/particle/soul_6.png new file mode 100644 index 00000000..84723d82 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/soul_6.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/soul_7.png b/1.16.5/assets/minecraft/textures/particle/soul_7.png new file mode 100644 index 00000000..66595506 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/soul_7.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/soul_8.png b/1.16.5/assets/minecraft/textures/particle/soul_8.png new file mode 100644 index 00000000..6373f613 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/soul_8.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/soul_9.png b/1.16.5/assets/minecraft/textures/particle/soul_9.png new file mode 100644 index 00000000..54c1ec2f Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/soul_9.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/soul_fire_flame.png b/1.16.5/assets/minecraft/textures/particle/soul_fire_flame.png new file mode 100644 index 00000000..d6d170b2 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/soul_fire_flame.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/spark_0.png b/1.16.5/assets/minecraft/textures/particle/spark_0.png new file mode 100644 index 00000000..272183ab Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/spark_0.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/spark_1.png b/1.16.5/assets/minecraft/textures/particle/spark_1.png new file mode 100644 index 00000000..d8680995 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/spark_1.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/spark_2.png b/1.16.5/assets/minecraft/textures/particle/spark_2.png new file mode 100644 index 00000000..338c994d Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/spark_2.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/spark_3.png b/1.16.5/assets/minecraft/textures/particle/spark_3.png new file mode 100644 index 00000000..dca7bddb Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/spark_3.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/spark_4.png b/1.16.5/assets/minecraft/textures/particle/spark_4.png new file mode 100644 index 00000000..3fe2fff5 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/spark_4.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/spark_5.png b/1.16.5/assets/minecraft/textures/particle/spark_5.png new file mode 100644 index 00000000..27c98013 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/spark_5.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/spark_6.png b/1.16.5/assets/minecraft/textures/particle/spark_6.png new file mode 100644 index 00000000..b6fb7fff Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/spark_6.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/spark_7.png b/1.16.5/assets/minecraft/textures/particle/spark_7.png new file mode 100644 index 00000000..27c98013 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/spark_7.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/spell_0.png b/1.16.5/assets/minecraft/textures/particle/spell_0.png new file mode 100644 index 00000000..272183ab Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/spell_0.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/spell_1.png b/1.16.5/assets/minecraft/textures/particle/spell_1.png new file mode 100644 index 00000000..a0956902 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/spell_1.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/spell_2.png b/1.16.5/assets/minecraft/textures/particle/spell_2.png new file mode 100644 index 00000000..20ddbc13 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/spell_2.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/spell_3.png b/1.16.5/assets/minecraft/textures/particle/spell_3.png new file mode 100644 index 00000000..d3bc540e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/spell_3.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/spell_4.png b/1.16.5/assets/minecraft/textures/particle/spell_4.png new file mode 100644 index 00000000..dfa2c57e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/spell_4.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/spell_5.png b/1.16.5/assets/minecraft/textures/particle/spell_5.png new file mode 100644 index 00000000..dfa2c57e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/spell_5.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/spell_6.png b/1.16.5/assets/minecraft/textures/particle/spell_6.png new file mode 100644 index 00000000..dfa2c57e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/spell_6.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/spell_7.png b/1.16.5/assets/minecraft/textures/particle/spell_7.png new file mode 100644 index 00000000..dfa2c57e Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/spell_7.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/splash_0.png b/1.16.5/assets/minecraft/textures/particle/splash_0.png new file mode 100644 index 00000000..e2222b60 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/splash_0.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/splash_1.png b/1.16.5/assets/minecraft/textures/particle/splash_1.png new file mode 100644 index 00000000..781b666a Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/splash_1.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/splash_2.png b/1.16.5/assets/minecraft/textures/particle/splash_2.png new file mode 100644 index 00000000..04395464 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/splash_2.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/splash_3.png b/1.16.5/assets/minecraft/textures/particle/splash_3.png new file mode 100644 index 00000000..2387af01 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/splash_3.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/sweep_0.png b/1.16.5/assets/minecraft/textures/particle/sweep_0.png new file mode 100644 index 00000000..e6a72bd8 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/sweep_0.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/sweep_1.png b/1.16.5/assets/minecraft/textures/particle/sweep_1.png new file mode 100644 index 00000000..17e34ce9 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/sweep_1.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/sweep_2.png b/1.16.5/assets/minecraft/textures/particle/sweep_2.png new file mode 100644 index 00000000..36e89603 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/sweep_2.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/sweep_3.png b/1.16.5/assets/minecraft/textures/particle/sweep_3.png new file mode 100644 index 00000000..a16d1bb7 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/sweep_3.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/sweep_4.png b/1.16.5/assets/minecraft/textures/particle/sweep_4.png new file mode 100644 index 00000000..bc27ca12 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/sweep_4.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/sweep_5.png b/1.16.5/assets/minecraft/textures/particle/sweep_5.png new file mode 100644 index 00000000..668bafbf Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/sweep_5.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/sweep_6.png b/1.16.5/assets/minecraft/textures/particle/sweep_6.png new file mode 100644 index 00000000..9304e0db Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/sweep_6.png differ diff --git a/1.16.5/assets/minecraft/textures/particle/sweep_7.png b/1.16.5/assets/minecraft/textures/particle/sweep_7.png new file mode 100644 index 00000000..91307ac6 Binary files /dev/null and b/1.16.5/assets/minecraft/textures/particle/sweep_7.png differ diff --git a/1.16.5/assets/realms/lang/en_us.json b/1.16.5/assets/realms/lang/en_us.json new file mode 100644 index 00000000..0192cf71 --- /dev/null +++ b/1.16.5/assets/realms/lang/en_us.json @@ -0,0 +1,236 @@ +{ + "mco.gui.ok": "Ok", + "mco.gui.button" : "Button", + "mco.terms.buttons.agree": "Agree", + "mco.terms.buttons.disagree": "Don't agree", + "mco.terms.title": "Realms Terms of Service", + "mco.terms.sentence.1": "I agree to the Minecraft Realms", + "mco.terms.sentence.2": "Terms of Service", + "mco.selectServer.play": "Play", + "mco.selectServer.configure": "Configure realm", + "mco.selectServer.leave": "Leave realm", + "mco.selectServer.create": "Create realm", + "mco.selectServer.info": "What is Realms?", + "mco.selectServer.buy": "Buy a realm!", + "mco.selectServer.trial": "Get a trial!", + "mco.selectServer.close": "Close", + "mco.selectServer.expiredTrial": "Your trial has ended", + "mco.selectServer.expiredList": "Your subscription has expired", + "mco.selectServer.expiredSubscribe": "Subscribe", + "mco.selectServer.expiredRenew": "Renew", + "mco.selectServer.expired": "Expired realm", + "mco.selectServer.open": "Open realm", + "mco.selectServer.closed": "Closed realm", + "mco.selectServer.openserver": "Open realm", + "mco.selectServer.closeserver": "Close realm", + "mco.selectServer.minigame": "Minigame:", + "mco.selectServer.uninitialized": "Click to start your new realm!", + "mco.selectServer.expires.days": "Expires in %s days", + "mco.selectServer.expires.day": "Expires in a day", + "mco.selectServer.expires.soon": "Expires soon", + "mco.selectServer.note": "Note:", + "mco.selectServer.mapOnlySupportedForVersion": "This map is unsupported in %s", + "mco.selectServer.minigameNotSupportedInVersion": "Can't play this minigame in %s", + "mco.selectServer.popup": "Realms is a safe, simple way to enjoy an online Minecraft world with up to ten friends at a time. It supports loads of minigames and plenty of custom worlds! Only the owner of the realm needs to pay.", + "mco.configure.world.settings.title": "Settings", + "mco.configure.world.title": "Configure realm:", + "mco.configure.worlds.title": "Worlds", + "mco.configure.world.name": "Realm name", + "mco.configure.world.description": "Realm description", + "mco.configure.world.location": "Location", + "mco.configure.world.invited": "Invited", + "mco.configure.world.invite.narration": "You have %s new invites", + "mco.configure.world.buttons.edit": "Settings", + "mco.configure.world.buttons.done": "Done", + "mco.configure.world.buttons.delete": "Delete", + "mco.configure.world.buttons.open": "Open realm", + "mco.configure.world.buttons.close": "Close realm", + "mco.configure.world.buttons.invite": "Invite player", + "mco.configure.world.buttons.activity": "Player activity", + "mco.configure.world.activityfeed.disabled": "Player feed temporarily disabled", + "mco.configure.world.buttons.moreoptions": "More options", + "mco.configure.world.invite.profile.name": "Name", + "mco.configure.world.uninvite.question": "Are you sure that you want to uninvite", + "mco.configure.world.status": "Status", + "mco.configure.world.invites.ops.tooltip": "Operator", + "mco.configure.world.invites.normal.tooltip": "Normal user", + "mco.configure.world.invites.remove.tooltip": "Remove", + "mco.configure.world.closing": "Closing the realm...", + "mco.configure.world.opening": "Opening the realm...", + "mco.configure.world.buttons.players": "Players", + "mco.configure.world.buttons.settings": "Settings", + "mco.configure.world.buttons.subscription": "Subscription", + "mco.configure.world.buttons.options": "World options", + "mco.configure.world.backup": "World backups", + "mco.configure.world.buttons.resetworld": "Reset world", + "mco.configure.world.buttons.switchminigame": "Switch minigame", + "mco.configure.current.minigame": "Current", + "mco.configure.world.subscription.title": "Your subscription", + "mco.configure.world.subscription.timeleft": "Time left", + "mco.configure.world.subscription.recurring.daysleft": "Renewed automatically in", + "mco.configure.world.subscription.less_than_a_day": "Less than a day", + "mco.configure.world.subscription.expired": "Expired", + "mco.configure.world.subscription.start": "Start date", + "mco.configure.world.subscription.extend": "Extend subscription", + "mco.configure.world.subscription.day": "day", + "mco.configure.world.subscription.month": "month", + "mco.configure.world.subscription.days": "days", + "mco.configure.world.subscription.months": "months", + "mco.configure.world.pvp": "PVP", + "mco.configure.world.spawnAnimals": "Spawn animals", + "mco.configure.world.spawnNPCs": "Spawn NPCs", + "mco.configure.world.spawnMonsters": "Spawn monsters", + "mco.configure.world.spawnProtection": "Spawn protection", + "mco.configure.world.commandBlocks": "Command blocks", + "mco.configure.world.forceGameMode": "Force game mode", + "mco.configure.world.on": "On", + "mco.configure.world.off": "Off", + "mco.configure.world.slot": "World %s", + "mco.configure.world.slot.empty": "Empty", + "mco.create.world.wait": "Creating the realm...", + "mco.create.world.error": "You must enter a name!", + "mco.create.world.subtitle": "Optionally, select what world to put on your new realm", + "mco.create.world.skip": "Skip", + "mco.reset.world.title": "Reset world", + "mco.reset.world.warning": "This will replace the current world of your realm", + "mco.reset.world.seed": "Seed (Optional)", + "mco.reset.world.resetting.screen.title": "Resetting world...", + "mco.reset.world.generate": "New world", + "mco.reset.world.upload": "Upload world", + "mco.reset.world.adventure": "Adventures", + "mco.reset.world.template": "World templates", + "mco.reset.world.experience": "Experiences", + "mco.reset.world.inspiration": "Inspiration", + "mco.minigame.world.title": "Switch realm to minigame", + "mco.minigame.world.info.line1": "This will temporarily replace your world with a minigame!", + "mco.minigame.world.info.line2": "You can later return to your original world without losing anything.", + "mco.minigame.world.selected": "Selected minigame:", + "mco.minigame.world.noSelection": "Please make a selection", + "mco.minigame.world.startButton": "Switch", + "mco.minigame.world.starting.screen.title": "Starting minigame...", + "mco.minigame.world.changeButton": "Select another minigame", + "mco.minigame.world.stopButton": "End minigame", + "mco.minigame.world.switch.title": "Switch minigame", + "mco.minigame.world.switch.new": "Select another minigame?", + "mco.minigame.world.restore.question.line1": "The minigame will end and your realm will be restored.", + "mco.minigame.world.restore.question.line2": "Are you sure you want to continue?", + "mco.minigame.world.restore": "Ending minigame...", + "mco.configure.world.slot.tooltip": "Switch to world", + "mco.configure.world.slot.tooltip.minigame": "Switch to minigame", + "mco.configure.world.slot.tooltip.active": "Join", + "mco.configure.world.close.question.line1": "Your realm will become unavailable.", + "mco.configure.world.close.question.line2": "Are you sure you want to continue?", + "mco.configure.world.leave.question.line1": "If you leave this realm you won't see it unless you are invited again", + "mco.configure.world.leave.question.line2": "Are you sure you want to continue?", + "mco.configure.world.resourcepack.question.line1": "You need a custom resource pack to play on this realm", + "mco.configure.world.resourcepack.question.line2": "Do you want to download it and play?", + "mco.configure.world.reset.question.line1": "Your world will be regenerated and your current world will be lost", + "mco.configure.world.reset.question.line2": "Are you sure you want to continue?", + "mco.configure.world.restore.question.line1": "Your world will be restored to date '%s' (%s)", + "mco.configure.world.restore.question.line2": "Are you sure you want to continue?", + "mco.configure.world.restore.download.question.line1": "The world will be downloaded and added to your single player worlds.", + "mco.configure.world.restore.download.question.line2": "Do you want to continue?", + "mco.configure.world.slot.switch.question.line1": "Your realm will be switched to another world", + "mco.configure.world.slot.switch.question.line2": "Are you sure you want to continue?", + "mco.configure.world.switch.slot": "Create world", + "mco.configure.world.switch.slot.subtitle": "This world is empty, choose how to create your world", + "mco.minigame.world.slot.screen.title": "Switching world...", + "mco.configure.world.edit.subscreen.adventuremap": "Some settings are disabled since your current world is an adventure", + "mco.configure.world.edit.subscreen.experience": "Some settings are disabled since your current world is an experience", + "mco.configure.world.edit.subscreen.inspiration": "Some settings are disabled since your current world is an inspiration", + "mco.configure.world.edit.slot.name": "World name", + "mco.configure.world.players.title": "Players", + "mco.configure.world.players.error": "A player with the provided name does not exist", + "mco.configure.world.delete.button": "Delete realm", + "mco.configure.world.delete.question.line1": "Your realm will be permanently deleted", + "mco.configure.world.delete.question.line2": "Are you sure you want to continue?", + "mco.connect.connecting": "Connecting to the realm...", + "mco.connect.authorizing": "Logging in...", + "mco.connect.failed": "Failed to connect to the realm", + "mco.connect.success": "Done", + "mco.create.world": "Create", + "mco.create.world.reset.title": "Creating world...", + "mco.client.outdated.title": "Client outdated!", + "mco.client.outdated.msg.line1": "Your client is outdated and not compatible with Realms.", + "mco.client.outdated.msg.line2": "Please update to the most recent version of Minecraft.", + "mco.client.incompatible.title": "Client incompatible!", + "mco.client.incompatible.msg.line1": "Your client is not compatible with Realms.", + "mco.client.incompatible.msg.line2": "Please use the most recent version of Minecraft.", + "mco.client.incompatible.msg.line3": "Realms is not compatible with snapshot versions.", + "mco.backup.button.restore": "Restore", + "mco.backup.generate.world": "Generate world", + "mco.backup.restoring": "Restoring your realm", + "mco.backup.button.download": "Download latest", + "mco.backup.changes.tooltip": "Changes", + "mco.backup.nobackups": "This realm doesn't have any backups currently.", + "mco.backup.button.upload": "Upload world", + "mco.backup.button.reset": "Reset world", + "mco.download.title": "Downloading latest world", + "mco.download.cancelled": "Download cancelled", + "mco.download.failed": "Download failed", + "mco.download.done": "Download done", + "mco.download.downloading": "Downloading", + "mco.download.extracting": "Extracting", + "mco.download.preparing": "Preparing download", + "mco.download.confirmation.line1": "The world you are going to download is larger than %s", + "mco.download.confirmation.line2": "You won't be able to upload this world to your realm again", + "mco.template.title": "World templates", + "mco.template.title.minigame": "Minigames", + "mco.template.button.select": "Select", + "mco.template.button.trailer": "Trailer", + "mco.template.button.publisher": "Publisher", + "mco.template.default.name": "World template", + "mco.template.name": "Template", + "mco.template.info.tooltip": "Publisher website", + "mco.template.trailer.tooltip": "Map trailer", + "mco.template.select.none": "Oops, it looks like this content category is currently empty.\nPlease check back later for new content, or if you're a creator,\n%s.", + "mco.template.select.none.linkTitle": "consider submitting something yourself", + "mco.template.select.failure": "We couldn't retrieve the list of content for this category.\nPlease check your internet connection, or try again later.", + "mco.template.select.narrate.authors" : "Authors: %s", + "narrator.select.list.position" : "item %s out of %s", + "mco.template.select.narrate.version" : "version %s", + "mco.invites.button.accept": "Accept", + "mco.invites.button.reject": "Reject", + "mco.invites.title": "Pending Invites", + "mco.invites.pending": "New invites!", + "mco.invites.nopending": "No pending invites!", + "mco.upload.select.world.title": "Upload world", + "mco.upload.select.world.subtitle": "Please select a singleplayer world to upload", + "mco.upload.select.world.none": "No singleplayer worlds found!", + "mco.upload.button.name": "Upload", + "mco.upload.verifying": "Verifying your world", + "mco.upload.preparing": "Preparing your world", + "mco.upload.close.failure": "Could not close your realm, please try again later", + "mco.upload.size.failure.line1": "'%s' is too big!", + "mco.upload.size.failure.line2": "It is %s. The maximum allowed size is %s.", + "mco.upload.uploading": "Uploading '%s'", + "mco.upload.done": "Upload done", + "mco.upload.failed": "Upload failed! (%s)", + "mco.upload.cancelled": "Upload cancelled", + "mco.upload.hardcore": "Hardcore worlds can't be uploaded!", + "mco.activity.title": "Player activity", + "mco.activity.noactivity": "No activity for the past %s days", + "mco.errorMessage.6001": "Client outdated", + "mco.errorMessage.6002": "Terms of service not accepted", + "mco.errorMessage.6003": "Download limit reached", + "mco.errorMessage.6004": "Upload limit reached", + "mco.errorMessage.connectionFailure": "An error occurred, please try again later.", + "mco.trial.message.line1": "Want to get your own realm?", + "mco.trial.message.line2": "Click here for more info!", + "mco.brokenworld.play": "Play", + "mco.brokenworld.download": "Download", + "mco.brokenworld.downloaded": "Downloaded", + "mco.brokenworld.reset": "Reset", + "mco.brokenworld.title": "Your current world is no longer supported", + "mco.brokenworld.message.line1": "Please reset or select another world.", + "mco.brokenworld.message.line2": "You can also choose to download the world to singleplayer.", + "mco.brokenworld.minigame.title": "This minigame is no longer supported", + "mco.brokenworld.nonowner.title": "World is out of date", + "mco.brokenworld.nonowner.error": "Please wait for the realm owner to reset the world", + "mco.error.invalid.session.title": "Invalid session", + "mco.error.invalid.session.message": "Please try restarting Minecraft", + "mco.news": "Realms news", + "mco.account.privacyinfo": "Mojang implements certain procedures to help protect children and their privacy including complying with the Children’s Online Privacy Protection Act (COPPA) and General Data Protection Regulation (GDPR).\n\nYou may need to obtain parental consent before accessing your Realms account.\n\nIf you have an older Minecraft account (you log in with your username), you need to migrate the account to a Mojang account in order to access Realms.", + "mco.account.update": "Update account", + "mco.account.privacy.info": "Read more about Mojang and privacy laws" +} \ No newline at end of file diff --git a/1.16.5/assets/realms/textures/gui/realms/accept_icon.png b/1.16.5/assets/realms/textures/gui/realms/accept_icon.png new file mode 100644 index 00000000..f790ce5f Binary files /dev/null and b/1.16.5/assets/realms/textures/gui/realms/accept_icon.png differ diff --git a/1.16.5/assets/realms/textures/gui/realms/adventure.png b/1.16.5/assets/realms/textures/gui/realms/adventure.png new file mode 100644 index 00000000..52e5a512 Binary files /dev/null and b/1.16.5/assets/realms/textures/gui/realms/adventure.png differ diff --git a/1.16.5/assets/realms/textures/gui/realms/configure_icon.png b/1.16.5/assets/realms/textures/gui/realms/configure_icon.png new file mode 100644 index 00000000..4f865c64 Binary files /dev/null and b/1.16.5/assets/realms/textures/gui/realms/configure_icon.png differ diff --git a/1.16.5/assets/realms/textures/gui/realms/cross_icon.png b/1.16.5/assets/realms/textures/gui/realms/cross_icon.png new file mode 100644 index 00000000..6d2ba634 Binary files /dev/null and b/1.16.5/assets/realms/textures/gui/realms/cross_icon.png differ diff --git a/1.16.5/assets/realms/textures/gui/realms/cross_player_icon.png b/1.16.5/assets/realms/textures/gui/realms/cross_player_icon.png new file mode 100644 index 00000000..8d955d65 Binary files /dev/null and b/1.16.5/assets/realms/textures/gui/realms/cross_player_icon.png differ diff --git a/1.16.5/assets/realms/textures/gui/realms/darken.png b/1.16.5/assets/realms/textures/gui/realms/darken.png new file mode 100644 index 00000000..bfb7152e Binary files /dev/null and b/1.16.5/assets/realms/textures/gui/realms/darken.png differ diff --git a/1.16.5/assets/realms/textures/gui/realms/empty_frame.png b/1.16.5/assets/realms/textures/gui/realms/empty_frame.png new file mode 100644 index 00000000..847af28e Binary files /dev/null and b/1.16.5/assets/realms/textures/gui/realms/empty_frame.png differ diff --git a/1.16.5/assets/realms/textures/gui/realms/experience.png b/1.16.5/assets/realms/textures/gui/realms/experience.png new file mode 100644 index 00000000..b4d3c624 Binary files /dev/null and b/1.16.5/assets/realms/textures/gui/realms/experience.png differ diff --git a/1.16.5/assets/realms/textures/gui/realms/expired_icon.png b/1.16.5/assets/realms/textures/gui/realms/expired_icon.png new file mode 100644 index 00000000..6dcfce89 Binary files /dev/null and b/1.16.5/assets/realms/textures/gui/realms/expired_icon.png differ diff --git a/1.16.5/assets/realms/textures/gui/realms/expires_soon_icon.png b/1.16.5/assets/realms/textures/gui/realms/expires_soon_icon.png new file mode 100644 index 00000000..707d22e7 Binary files /dev/null and b/1.16.5/assets/realms/textures/gui/realms/expires_soon_icon.png differ diff --git a/1.16.5/assets/realms/textures/gui/realms/inspiration.png b/1.16.5/assets/realms/textures/gui/realms/inspiration.png new file mode 100644 index 00000000..552eee8b Binary files /dev/null and b/1.16.5/assets/realms/textures/gui/realms/inspiration.png differ diff --git a/1.16.5/assets/realms/textures/gui/realms/invitation_icons.png b/1.16.5/assets/realms/textures/gui/realms/invitation_icons.png new file mode 100644 index 00000000..3d14e84a Binary files /dev/null and b/1.16.5/assets/realms/textures/gui/realms/invitation_icons.png differ diff --git a/1.16.5/assets/realms/textures/gui/realms/invite_icon.png b/1.16.5/assets/realms/textures/gui/realms/invite_icon.png new file mode 100644 index 00000000..688e4e3c Binary files /dev/null and b/1.16.5/assets/realms/textures/gui/realms/invite_icon.png differ diff --git a/1.16.5/assets/realms/textures/gui/realms/leave_icon.png b/1.16.5/assets/realms/textures/gui/realms/leave_icon.png new file mode 100644 index 00000000..cfda7fc0 Binary files /dev/null and b/1.16.5/assets/realms/textures/gui/realms/leave_icon.png differ diff --git a/1.16.5/assets/realms/textures/gui/realms/link_icons.png b/1.16.5/assets/realms/textures/gui/realms/link_icons.png new file mode 100644 index 00000000..585f501b Binary files /dev/null and b/1.16.5/assets/realms/textures/gui/realms/link_icons.png differ diff --git a/1.16.5/assets/realms/textures/gui/realms/new_world.png b/1.16.5/assets/realms/textures/gui/realms/new_world.png new file mode 100644 index 00000000..31f12163 Binary files /dev/null and b/1.16.5/assets/realms/textures/gui/realms/new_world.png differ diff --git a/1.16.5/assets/realms/textures/gui/realms/news_icon.png b/1.16.5/assets/realms/textures/gui/realms/news_icon.png new file mode 100644 index 00000000..18264d79 Binary files /dev/null and b/1.16.5/assets/realms/textures/gui/realms/news_icon.png differ diff --git a/1.16.5/assets/realms/textures/gui/realms/news_notification_mainscreen.png b/1.16.5/assets/realms/textures/gui/realms/news_notification_mainscreen.png new file mode 100644 index 00000000..25517167 Binary files /dev/null and b/1.16.5/assets/realms/textures/gui/realms/news_notification_mainscreen.png differ diff --git a/1.16.5/assets/realms/textures/gui/realms/off_icon.png b/1.16.5/assets/realms/textures/gui/realms/off_icon.png new file mode 100644 index 00000000..18d8c7c0 Binary files /dev/null and b/1.16.5/assets/realms/textures/gui/realms/off_icon.png differ diff --git a/1.16.5/assets/realms/textures/gui/realms/on_icon.png b/1.16.5/assets/realms/textures/gui/realms/on_icon.png new file mode 100644 index 00000000..98e2a107 Binary files /dev/null and b/1.16.5/assets/realms/textures/gui/realms/on_icon.png differ diff --git a/1.16.5/assets/realms/textures/gui/realms/op_icon.png b/1.16.5/assets/realms/textures/gui/realms/op_icon.png new file mode 100644 index 00000000..2299067b Binary files /dev/null and b/1.16.5/assets/realms/textures/gui/realms/op_icon.png differ diff --git a/1.16.5/assets/realms/textures/gui/realms/plus_icon.png b/1.16.5/assets/realms/textures/gui/realms/plus_icon.png new file mode 100644 index 00000000..903d022e Binary files /dev/null and b/1.16.5/assets/realms/textures/gui/realms/plus_icon.png differ diff --git a/1.16.5/assets/realms/textures/gui/realms/popup.png b/1.16.5/assets/realms/textures/gui/realms/popup.png new file mode 100644 index 00000000..b2803508 Binary files /dev/null and b/1.16.5/assets/realms/textures/gui/realms/popup.png differ diff --git a/1.16.5/assets/realms/textures/gui/realms/questionmark.png b/1.16.5/assets/realms/textures/gui/realms/questionmark.png new file mode 100644 index 00000000..93ad210d Binary files /dev/null and b/1.16.5/assets/realms/textures/gui/realms/questionmark.png differ diff --git a/1.16.5/assets/realms/textures/gui/realms/reject_icon.png b/1.16.5/assets/realms/textures/gui/realms/reject_icon.png new file mode 100644 index 00000000..5113320f Binary files /dev/null and b/1.16.5/assets/realms/textures/gui/realms/reject_icon.png differ diff --git a/1.16.5/assets/realms/textures/gui/realms/restore_icon.png b/1.16.5/assets/realms/textures/gui/realms/restore_icon.png new file mode 100644 index 00000000..d00a3772 Binary files /dev/null and b/1.16.5/assets/realms/textures/gui/realms/restore_icon.png differ diff --git a/1.16.5/assets/realms/textures/gui/realms/slot_frame.png b/1.16.5/assets/realms/textures/gui/realms/slot_frame.png new file mode 100644 index 00000000..624c4ef5 Binary files /dev/null and b/1.16.5/assets/realms/textures/gui/realms/slot_frame.png differ diff --git a/1.16.5/assets/realms/textures/gui/realms/survival_spawn.png b/1.16.5/assets/realms/textures/gui/realms/survival_spawn.png new file mode 100644 index 00000000..e11e3ba2 Binary files /dev/null and b/1.16.5/assets/realms/textures/gui/realms/survival_spawn.png differ diff --git a/1.16.5/assets/realms/textures/gui/realms/trailer_icons.png b/1.16.5/assets/realms/textures/gui/realms/trailer_icons.png new file mode 100644 index 00000000..ec817a76 Binary files /dev/null and b/1.16.5/assets/realms/textures/gui/realms/trailer_icons.png differ diff --git a/1.16.5/assets/realms/textures/gui/realms/trial_icon.png b/1.16.5/assets/realms/textures/gui/realms/trial_icon.png new file mode 100644 index 00000000..c2087092 Binary files /dev/null and b/1.16.5/assets/realms/textures/gui/realms/trial_icon.png differ diff --git a/1.16.5/assets/realms/textures/gui/realms/upload.png b/1.16.5/assets/realms/textures/gui/realms/upload.png new file mode 100644 index 00000000..1cf68f7d Binary files /dev/null and b/1.16.5/assets/realms/textures/gui/realms/upload.png differ diff --git a/1.16.5/assets/realms/textures/gui/realms/user_icon.png b/1.16.5/assets/realms/textures/gui/realms/user_icon.png new file mode 100644 index 00000000..bdd57e4a Binary files /dev/null and b/1.16.5/assets/realms/textures/gui/realms/user_icon.png differ diff --git a/1.16.5/assets/realms/textures/gui/realms/world_icon.png b/1.16.5/assets/realms/textures/gui/realms/world_icon.png new file mode 100644 index 00000000..f636bfee Binary files /dev/null and b/1.16.5/assets/realms/textures/gui/realms/world_icon.png differ diff --git a/1.16.5/assets/realms/textures/gui/title/realms.png b/1.16.5/assets/realms/textures/gui/title/realms.png new file mode 100644 index 00000000..50e1979e Binary files /dev/null and b/1.16.5/assets/realms/textures/gui/title/realms.png differ diff --git a/1.16.5/pack.mcmeta b/1.16.5/pack.mcmeta new file mode 100644 index 00000000..1b1782a0 --- /dev/null +++ b/1.16.5/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "pack": { + "pack_format": 6, + "description": "§3§kGiveMESOMEEMERALDS\n§aAuthor : §2ru-minecraft.ru.§r\n§k" + } +} \ No newline at end of file diff --git a/1.16.5/pack.png b/1.16.5/pack.png new file mode 100644 index 00000000..5a58884a Binary files /dev/null and b/1.16.5/pack.png differ diff --git a/1.17.1/assets/.mcassetsroot b/1.17.1/assets/.mcassetsroot new file mode 100644 index 00000000..e69de29b diff --git a/1.17.1/assets/minecraft/blockstates/acacia_button.json b/1.17.1/assets/minecraft/blockstates/acacia_button.json new file mode 100644 index 00000000..e502900d --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/acacia_button.json @@ -0,0 +1,118 @@ +{ + "variants": { + "face=ceiling,facing=east,powered=false": { + "model": "minecraft:block/acacia_button", + "y": 270, + "x": 180 + }, + "face=ceiling,facing=east,powered=true": { + "model": "minecraft:block/acacia_button_pressed", + "y": 270, + "x": 180 + }, + "face=ceiling,facing=north,powered=false": { + "model": "minecraft:block/acacia_button", + "y": 180, + "x": 180 + }, + "face=ceiling,facing=north,powered=true": { + "model": "minecraft:block/acacia_button_pressed", + "y": 180, + "x": 180 + }, + "face=ceiling,facing=south,powered=false": { + "model": "minecraft:block/acacia_button", + "x": 180 + }, + "face=ceiling,facing=south,powered=true": { + "model": "minecraft:block/acacia_button_pressed", + "x": 180 + }, + "face=ceiling,facing=west,powered=false": { + "model": "minecraft:block/acacia_button", + "y": 90, + "x": 180 + }, + "face=ceiling,facing=west,powered=true": { + "model": "minecraft:block/acacia_button_pressed", + "y": 90, + "x": 180 + }, + "face=floor,facing=east,powered=false": { + "model": "minecraft:block/acacia_button", + "y": 90 + }, + "face=floor,facing=east,powered=true": { + "model": "minecraft:block/acacia_button_pressed", + "y": 90 + }, + "face=floor,facing=north,powered=false": { + "model": "minecraft:block/acacia_button" + }, + "face=floor,facing=north,powered=true": { + "model": "minecraft:block/acacia_button_pressed" + }, + "face=floor,facing=south,powered=false": { + "model": "minecraft:block/acacia_button", + "y": 180 + }, + "face=floor,facing=south,powered=true": { + "model": "minecraft:block/acacia_button_pressed", + "y": 180 + }, + "face=floor,facing=west,powered=false": { + "model": "minecraft:block/acacia_button", + "y": 270 + }, + "face=floor,facing=west,powered=true": { + "model": "minecraft:block/acacia_button_pressed", + "y": 270 + }, + "face=wall,facing=east,powered=false": { + "model": "minecraft:block/acacia_button", + "y": 90, + "x": 90, + "uvlock": true + }, + "face=wall,facing=east,powered=true": { + "model": "minecraft:block/acacia_button_pressed", + "y": 90, + "x": 90, + "uvlock": true + }, + "face=wall,facing=north,powered=false": { + "model": "minecraft:block/acacia_button", + "x": 90, + "uvlock": true + }, + "face=wall,facing=north,powered=true": { + "model": "minecraft:block/acacia_button_pressed", + "x": 90, + "uvlock": true + }, + "face=wall,facing=south,powered=false": { + "model": "minecraft:block/acacia_button", + "y": 180, + "x": 90, + "uvlock": true + }, + "face=wall,facing=south,powered=true": { + "model": "minecraft:block/acacia_button_pressed", + "y": 180, + "x": 90, + "uvlock": true + }, + "face=wall,facing=west,powered=false": { + "model": "minecraft:block/acacia_button", + "y": 270, + "x": 90, + "uvlock": true + }, + "face=wall,facing=west,powered=true": { + "model": "minecraft:block/acacia_button_pressed", + "y": 270, + "x": 90, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/acacia_door.json b/1.17.1/assets/minecraft/blockstates/acacia_door.json new file mode 100644 index 00000000..fde42a7f --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/acacia_door.json @@ -0,0 +1,124 @@ +{ + "variants": { + "facing=east,half=lower,hinge=left,open=false": { + "model": "minecraft:block/acacia_door_bottom" + }, + "facing=east,half=lower,hinge=left,open=true": { + "model": "minecraft:block/acacia_door_bottom_hinge", + "y": 90 + }, + "facing=east,half=lower,hinge=right,open=false": { + "model": "minecraft:block/acacia_door_bottom_hinge" + }, + "facing=east,half=lower,hinge=right,open=true": { + "model": "minecraft:block/acacia_door_bottom", + "y": 270 + }, + "facing=east,half=upper,hinge=left,open=false": { + "model": "minecraft:block/acacia_door_top" + }, + "facing=east,half=upper,hinge=left,open=true": { + "model": "minecraft:block/acacia_door_top_hinge", + "y": 90 + }, + "facing=east,half=upper,hinge=right,open=false": { + "model": "minecraft:block/acacia_door_top_hinge" + }, + "facing=east,half=upper,hinge=right,open=true": { + "model": "minecraft:block/acacia_door_top", + "y": 270 + }, + "facing=north,half=lower,hinge=left,open=false": { + "model": "minecraft:block/acacia_door_bottom", + "y": 270 + }, + "facing=north,half=lower,hinge=left,open=true": { + "model": "minecraft:block/acacia_door_bottom_hinge" + }, + "facing=north,half=lower,hinge=right,open=false": { + "model": "minecraft:block/acacia_door_bottom_hinge", + "y": 270 + }, + "facing=north,half=lower,hinge=right,open=true": { + "model": "minecraft:block/acacia_door_bottom", + "y": 180 + }, + "facing=north,half=upper,hinge=left,open=false": { + "model": "minecraft:block/acacia_door_top", + "y": 270 + }, + "facing=north,half=upper,hinge=left,open=true": { + "model": "minecraft:block/acacia_door_top_hinge" + }, + "facing=north,half=upper,hinge=right,open=false": { + "model": "minecraft:block/acacia_door_top_hinge", + "y": 270 + }, + "facing=north,half=upper,hinge=right,open=true": { + "model": "minecraft:block/acacia_door_top", + "y": 180 + }, + "facing=south,half=lower,hinge=left,open=false": { + "model": "minecraft:block/acacia_door_bottom", + "y": 90 + }, + "facing=south,half=lower,hinge=left,open=true": { + "model": "minecraft:block/acacia_door_bottom_hinge", + "y": 180 + }, + "facing=south,half=lower,hinge=right,open=false": { + "model": "minecraft:block/acacia_door_bottom_hinge", + "y": 90 + }, + "facing=south,half=lower,hinge=right,open=true": { + "model": "minecraft:block/acacia_door_bottom" + }, + "facing=south,half=upper,hinge=left,open=false": { + "model": "minecraft:block/acacia_door_top", + "y": 90 + }, + "facing=south,half=upper,hinge=left,open=true": { + "model": "minecraft:block/acacia_door_top_hinge", + "y": 180 + }, + "facing=south,half=upper,hinge=right,open=false": { + "model": "minecraft:block/acacia_door_top_hinge", + "y": 90 + }, + "facing=south,half=upper,hinge=right,open=true": { + "model": "minecraft:block/acacia_door_top" + }, + "facing=west,half=lower,hinge=left,open=false": { + "model": "minecraft:block/acacia_door_bottom", + "y": 180 + }, + "facing=west,half=lower,hinge=left,open=true": { + "model": "minecraft:block/acacia_door_bottom_hinge", + "y": 270 + }, + "facing=west,half=lower,hinge=right,open=false": { + "model": "minecraft:block/acacia_door_bottom_hinge", + "y": 180 + }, + "facing=west,half=lower,hinge=right,open=true": { + "model": "minecraft:block/acacia_door_bottom", + "y": 90 + }, + "facing=west,half=upper,hinge=left,open=false": { + "model": "minecraft:block/acacia_door_top", + "y": 180 + }, + "facing=west,half=upper,hinge=left,open=true": { + "model": "minecraft:block/acacia_door_top_hinge", + "y": 270 + }, + "facing=west,half=upper,hinge=right,open=false": { + "model": "minecraft:block/acacia_door_top_hinge", + "y": 180 + }, + "facing=west,half=upper,hinge=right,open=true": { + "model": "minecraft:block/acacia_door_top", + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/acacia_fence.json b/1.17.1/assets/minecraft/blockstates/acacia_fence.json new file mode 100644 index 00000000..5690ffa7 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/acacia_fence.json @@ -0,0 +1,48 @@ +{ + "multipart": [ + { + "apply": { + "model": "minecraft:block/acacia_fence_post" + } + }, + { + "when": { + "north": "true" + }, + "apply": { + "model": "minecraft:block/acacia_fence_side", + "uvlock": true + } + }, + { + "when": { + "east": "true" + }, + "apply": { + "model": "minecraft:block/acacia_fence_side", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "true" + }, + "apply": { + "model": "minecraft:block/acacia_fence_side", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "true" + }, + "apply": { + "model": "minecraft:block/acacia_fence_side", + "y": 270, + "uvlock": true + } + } + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/acacia_fence_gate.json b/1.17.1/assets/minecraft/blockstates/acacia_fence_gate.json new file mode 100644 index 00000000..a6d36764 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/acacia_fence_gate.json @@ -0,0 +1,80 @@ +{ + "variants": { + "facing=east,in_wall=false,open=false": { + "uvlock": true, + "y": 270, + "model": "minecraft:block/acacia_fence_gate" + }, + "facing=east,in_wall=false,open=true": { + "uvlock": true, + "y": 270, + "model": "minecraft:block/acacia_fence_gate_open" + }, + "facing=east,in_wall=true,open=false": { + "uvlock": true, + "y": 270, + "model": "minecraft:block/acacia_fence_gate_wall" + }, + "facing=east,in_wall=true,open=true": { + "uvlock": true, + "y": 270, + "model": "minecraft:block/acacia_fence_gate_wall_open" + }, + "facing=north,in_wall=false,open=false": { + "uvlock": true, + "y": 180, + "model": "minecraft:block/acacia_fence_gate" + }, + "facing=north,in_wall=false,open=true": { + "uvlock": true, + "y": 180, + "model": "minecraft:block/acacia_fence_gate_open" + }, + "facing=north,in_wall=true,open=false": { + "uvlock": true, + "y": 180, + "model": "minecraft:block/acacia_fence_gate_wall" + }, + "facing=north,in_wall=true,open=true": { + "uvlock": true, + "y": 180, + "model": "minecraft:block/acacia_fence_gate_wall_open" + }, + "facing=south,in_wall=false,open=false": { + "uvlock": true, + "model": "minecraft:block/acacia_fence_gate" + }, + "facing=south,in_wall=false,open=true": { + "uvlock": true, + "model": "minecraft:block/acacia_fence_gate_open" + }, + "facing=south,in_wall=true,open=false": { + "uvlock": true, + "model": "minecraft:block/acacia_fence_gate_wall" + }, + "facing=south,in_wall=true,open=true": { + "uvlock": true, + "model": "minecraft:block/acacia_fence_gate_wall_open" + }, + "facing=west,in_wall=false,open=false": { + "uvlock": true, + "y": 90, + "model": "minecraft:block/acacia_fence_gate" + }, + "facing=west,in_wall=false,open=true": { + "uvlock": true, + "y": 90, + "model": "minecraft:block/acacia_fence_gate_open" + }, + "facing=west,in_wall=true,open=false": { + "uvlock": true, + "y": 90, + "model": "minecraft:block/acacia_fence_gate_wall" + }, + "facing=west,in_wall=true,open=true": { + "uvlock": true, + "y": 90, + "model": "minecraft:block/acacia_fence_gate_wall_open" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/acacia_leaves.json b/1.17.1/assets/minecraft/blockstates/acacia_leaves.json new file mode 100644 index 00000000..0d99aafa --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/acacia_leaves.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/acacia_leaves" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/acacia_log.json b/1.17.1/assets/minecraft/blockstates/acacia_log.json new file mode 100644 index 00000000..97c6b502 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/acacia_log.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/acacia_log_horizontal", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/acacia_log" + }, + "axis=z": { + "model": "minecraft:block/acacia_log_horizontal", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/acacia_planks.json b/1.17.1/assets/minecraft/blockstates/acacia_planks.json new file mode 100644 index 00000000..529c1609 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/acacia_planks.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/acacia_planks" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/acacia_pressure_plate.json b/1.17.1/assets/minecraft/blockstates/acacia_pressure_plate.json new file mode 100644 index 00000000..6572988b --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/acacia_pressure_plate.json @@ -0,0 +1,10 @@ +{ + "variants": { + "powered=false": { + "model": "minecraft:block/acacia_pressure_plate" + }, + "powered=true": { + "model": "minecraft:block/acacia_pressure_plate_down" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/acacia_sapling.json b/1.17.1/assets/minecraft/blockstates/acacia_sapling.json new file mode 100644 index 00000000..8f2fec96 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/acacia_sapling.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/acacia_sapling" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/acacia_sign.json b/1.17.1/assets/minecraft/blockstates/acacia_sign.json new file mode 100644 index 00000000..c663452f --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/acacia_sign.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/acacia_sign" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/acacia_slab.json b/1.17.1/assets/minecraft/blockstates/acacia_slab.json new file mode 100644 index 00000000..4816cdb8 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/acacia_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/acacia_slab" + }, + "type=double": { + "model": "minecraft:block/acacia_planks" + }, + "type=top": { + "model": "minecraft:block/acacia_slab_top" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/acacia_stairs.json b/1.17.1/assets/minecraft/blockstates/acacia_stairs.json new file mode 100644 index 00000000..9efd77fd --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/acacia_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/acacia_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/acacia_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/acacia_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/acacia_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/acacia_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/acacia_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/acacia_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/acacia_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/acacia_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/acacia_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/acacia_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/acacia_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/acacia_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/acacia_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/acacia_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/acacia_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/acacia_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/acacia_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/acacia_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/acacia_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/acacia_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/acacia_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/acacia_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/acacia_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/acacia_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/acacia_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/acacia_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/acacia_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/acacia_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/acacia_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/acacia_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/acacia_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/acacia_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/acacia_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/acacia_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/acacia_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/acacia_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/acacia_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/acacia_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/acacia_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/acacia_trapdoor.json b/1.17.1/assets/minecraft/blockstates/acacia_trapdoor.json new file mode 100644 index 00000000..b91b2fc0 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/acacia_trapdoor.json @@ -0,0 +1,69 @@ +{ + "variants": { + "facing=east,half=bottom,open=false": { + "model": "minecraft:block/acacia_trapdoor_bottom", + "y": 90 + }, + "facing=east,half=bottom,open=true": { + "model": "minecraft:block/acacia_trapdoor_open", + "y": 90 + }, + "facing=east,half=top,open=false": { + "model": "minecraft:block/acacia_trapdoor_top", + "y": 90 + }, + "facing=east,half=top,open=true": { + "model": "minecraft:block/acacia_trapdoor_open", + "x": 180, + "y": 270 + }, + "facing=north,half=bottom,open=false": { + "model": "minecraft:block/acacia_trapdoor_bottom" + }, + "facing=north,half=bottom,open=true": { + "model": "minecraft:block/acacia_trapdoor_open" + }, + "facing=north,half=top,open=false": { + "model": "minecraft:block/acacia_trapdoor_top" + }, + "facing=north,half=top,open=true": { + "model": "minecraft:block/acacia_trapdoor_open", + "x": 180, + "y": 180 + }, + "facing=south,half=bottom,open=false": { + "model": "minecraft:block/acacia_trapdoor_bottom", + "y": 180 + }, + "facing=south,half=bottom,open=true": { + "model": "minecraft:block/acacia_trapdoor_open", + "y": 180 + }, + "facing=south,half=top,open=false": { + "model": "minecraft:block/acacia_trapdoor_top", + "y": 180 + }, + "facing=south,half=top,open=true": { + "model": "minecraft:block/acacia_trapdoor_open", + "x": 180, + "y": 0 + }, + "facing=west,half=bottom,open=false": { + "model": "minecraft:block/acacia_trapdoor_bottom", + "y": 270 + }, + "facing=west,half=bottom,open=true": { + "model": "minecraft:block/acacia_trapdoor_open", + "y": 270 + }, + "facing=west,half=top,open=false": { + "model": "minecraft:block/acacia_trapdoor_top", + "y": 270 + }, + "facing=west,half=top,open=true": { + "model": "minecraft:block/acacia_trapdoor_open", + "x": 180, + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/acacia_wall_sign.json b/1.17.1/assets/minecraft/blockstates/acacia_wall_sign.json new file mode 100644 index 00000000..c663452f --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/acacia_wall_sign.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/acacia_sign" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/acacia_wood.json b/1.17.1/assets/minecraft/blockstates/acacia_wood.json new file mode 100644 index 00000000..f064d5c6 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/acacia_wood.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/acacia_wood", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/acacia_wood" + }, + "axis=z": { + "model": "minecraft:block/acacia_wood", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/activator_rail.json b/1.17.1/assets/minecraft/blockstates/activator_rail.json new file mode 100644 index 00000000..5c5354b5 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/activator_rail.json @@ -0,0 +1,46 @@ +{ + "variants": { + "powered=false,shape=ascending_east": { + "model": "minecraft:block/activator_rail_raised_ne", + "y": 90 + }, + "powered=false,shape=ascending_north": { + "model": "minecraft:block/activator_rail_raised_ne" + }, + "powered=false,shape=ascending_south": { + "model": "minecraft:block/activator_rail_raised_sw" + }, + "powered=false,shape=ascending_west": { + "model": "minecraft:block/activator_rail_raised_sw", + "y": 90 + }, + "powered=false,shape=east_west": { + "model": "minecraft:block/activator_rail", + "y": 90 + }, + "powered=false,shape=north_south": { + "model": "minecraft:block/activator_rail" + }, + "powered=true,shape=ascending_east": { + "model": "minecraft:block/activator_rail_on_raised_ne", + "y": 90 + }, + "powered=true,shape=ascending_north": { + "model": "minecraft:block/activator_rail_on_raised_ne" + }, + "powered=true,shape=ascending_south": { + "model": "minecraft:block/activator_rail_on_raised_sw" + }, + "powered=true,shape=ascending_west": { + "model": "minecraft:block/activator_rail_on_raised_sw", + "y": 90 + }, + "powered=true,shape=east_west": { + "model": "minecraft:block/activator_rail_on", + "y": 90 + }, + "powered=true,shape=north_south": { + "model": "minecraft:block/activator_rail_on" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/air.json b/1.17.1/assets/minecraft/blockstates/air.json new file mode 100644 index 00000000..2c8f02f0 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/air.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/air" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/allium.json b/1.17.1/assets/minecraft/blockstates/allium.json new file mode 100644 index 00000000..6c0aa835 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/allium.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/allium" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/amethyst_block.json b/1.17.1/assets/minecraft/blockstates/amethyst_block.json new file mode 100644 index 00000000..388d6a42 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/amethyst_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/amethyst_block" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/amethyst_cluster.json b/1.17.1/assets/minecraft/blockstates/amethyst_cluster.json new file mode 100644 index 00000000..09e6b985 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/amethyst_cluster.json @@ -0,0 +1,30 @@ +{ + "variants": { + "facing=down": { + "model": "minecraft:block/amethyst_cluster", + "x": 180 + }, + "facing=east": { + "model": "minecraft:block/amethyst_cluster", + "x": 90, + "y": 90 + }, + "facing=north": { + "model": "minecraft:block/amethyst_cluster", + "x": 90 + }, + "facing=south": { + "model": "minecraft:block/amethyst_cluster", + "x": 90, + "y": 180 + }, + "facing=up": { + "model": "minecraft:block/amethyst_cluster" + }, + "facing=west": { + "model": "minecraft:block/amethyst_cluster", + "x": 90, + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/ancient_debris.json b/1.17.1/assets/minecraft/blockstates/ancient_debris.json new file mode 100644 index 00000000..dd6b0594 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/ancient_debris.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/ancient_debris" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/andesite.json b/1.17.1/assets/minecraft/blockstates/andesite.json new file mode 100644 index 00000000..8248d30d --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/andesite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/andesite" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/andesite_slab.json b/1.17.1/assets/minecraft/blockstates/andesite_slab.json new file mode 100644 index 00000000..9afe0305 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/andesite_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/andesite_slab" + }, + "type=double": { + "model": "minecraft:block/andesite" + }, + "type=top": { + "model": "minecraft:block/andesite_slab_top" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/andesite_stairs.json b/1.17.1/assets/minecraft/blockstates/andesite_stairs.json new file mode 100644 index 00000000..009fcef1 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/andesite_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/andesite_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/andesite_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/andesite_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/andesite_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/andesite_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/andesite_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/andesite_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/andesite_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/andesite_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/andesite_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/andesite_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/andesite_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/andesite_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/andesite_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/andesite_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/andesite_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/andesite_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/andesite_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/andesite_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/andesite_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/andesite_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/andesite_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/andesite_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/andesite_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/andesite_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/andesite_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/andesite_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/andesite_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/andesite_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/andesite_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/andesite_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/andesite_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/andesite_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/andesite_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/andesite_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/andesite_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/andesite_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/andesite_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/andesite_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/andesite_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/andesite_wall.json b/1.17.1/assets/minecraft/blockstates/andesite_wall.json new file mode 100644 index 00000000..46a1445e --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/andesite_wall.json @@ -0,0 +1,90 @@ +{ + "multipart": [ + { + "when": { + "up": "true" + }, + "apply": { + "model": "minecraft:block/andesite_wall_post" + } + }, + { + "when": { + "north": "low" + }, + "apply": { + "model": "minecraft:block/andesite_wall_side", + "uvlock": true + } + }, + { + "when": { + "east": "low" + }, + "apply": { + "model": "minecraft:block/andesite_wall_side", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "low" + }, + "apply": { + "model": "minecraft:block/andesite_wall_side", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "low" + }, + "apply": { + "model": "minecraft:block/andesite_wall_side", + "y": 270, + "uvlock": true + } + }, + { + "when": { + "north": "tall" + }, + "apply": { + "model": "minecraft:block/andesite_wall_side_tall", + "uvlock": true + } + }, + { + "when": { + "east": "tall" + }, + "apply": { + "model": "minecraft:block/andesite_wall_side_tall", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "tall" + }, + "apply": { + "model": "minecraft:block/andesite_wall_side_tall", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "tall" + }, + "apply": { + "model": "minecraft:block/andesite_wall_side_tall", + "y": 270, + "uvlock": true + } + } + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/anvil.json b/1.17.1/assets/minecraft/blockstates/anvil.json new file mode 100644 index 00000000..16586bb3 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/anvil.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/anvil", + "y": 270 + }, + "facing=north": { + "model": "minecraft:block/anvil", + "y": 180 + }, + "facing=south": { + "model": "minecraft:block/anvil" + }, + "facing=west": { + "model": "minecraft:block/anvil", + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/attached_melon_stem.json b/1.17.1/assets/minecraft/blockstates/attached_melon_stem.json new file mode 100644 index 00000000..bc8c0345 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/attached_melon_stem.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/attached_melon_stem", + "y": 180 + }, + "facing=north": { + "model": "minecraft:block/attached_melon_stem", + "y": 90 + }, + "facing=south": { + "model": "minecraft:block/attached_melon_stem", + "y": 270 + }, + "facing=west": { + "model": "minecraft:block/attached_melon_stem" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/attached_pumpkin_stem.json b/1.17.1/assets/minecraft/blockstates/attached_pumpkin_stem.json new file mode 100644 index 00000000..1324bcd8 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/attached_pumpkin_stem.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/attached_pumpkin_stem", + "y": 180 + }, + "facing=north": { + "model": "minecraft:block/attached_pumpkin_stem", + "y": 90 + }, + "facing=south": { + "model": "minecraft:block/attached_pumpkin_stem", + "y": 270 + }, + "facing=west": { + "model": "minecraft:block/attached_pumpkin_stem" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/azalea.json b/1.17.1/assets/minecraft/blockstates/azalea.json new file mode 100644 index 00000000..8fa18403 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/azalea.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/azalea" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/azalea_leaves.json b/1.17.1/assets/minecraft/blockstates/azalea_leaves.json new file mode 100644 index 00000000..091af72e --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/azalea_leaves.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/azalea_leaves" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/azure_bluet.json b/1.17.1/assets/minecraft/blockstates/azure_bluet.json new file mode 100644 index 00000000..ddea5056 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/azure_bluet.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/azure_bluet" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/bamboo.json b/1.17.1/assets/minecraft/blockstates/bamboo.json new file mode 100644 index 00000000..ab5e7172 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/bamboo.json @@ -0,0 +1,58 @@ +{ + "multipart": [ + { + "when": { + "age": "0" + }, + "apply": [ + { + "model": "minecraft:block/bamboo1_age0" + }, + { + "model": "minecraft:block/bamboo2_age0" + }, + { + "model": "minecraft:block/bamboo3_age0" + }, + { + "model": "minecraft:block/bamboo4_age0" + } + ] + }, + { + "when": { + "age": "1" + }, + "apply": [ + { + "model": "minecraft:block/bamboo1_age1" + }, + { + "model": "minecraft:block/bamboo2_age1" + }, + { + "model": "minecraft:block/bamboo3_age1" + }, + { + "model": "minecraft:block/bamboo4_age1" + } + ] + }, + { + "when": { + "leaves": "small" + }, + "apply": { + "model": "minecraft:block/bamboo_small_leaves" + } + }, + { + "when": { + "leaves": "large" + }, + "apply": { + "model": "minecraft:block/bamboo_large_leaves" + } + } + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/bamboo_sapling.json b/1.17.1/assets/minecraft/blockstates/bamboo_sapling.json new file mode 100644 index 00000000..b16a0c27 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/bamboo_sapling.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/bamboo_sapling" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/barrel.json b/1.17.1/assets/minecraft/blockstates/barrel.json new file mode 100644 index 00000000..84860e74 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/barrel.json @@ -0,0 +1,56 @@ +{ + "variants": { + "facing=down,open=false": { + "x": 180, + "model": "minecraft:block/barrel" + }, + "facing=down,open=true": { + "x": 180, + "model": "minecraft:block/barrel_open" + }, + "facing=east,open=false": { + "x": 90, + "y": 90, + "model": "minecraft:block/barrel" + }, + "facing=east,open=true": { + "x": 90, + "y": 90, + "model": "minecraft:block/barrel_open" + }, + "facing=north,open=false": { + "x": 90, + "model": "minecraft:block/barrel" + }, + "facing=north,open=true": { + "x": 90, + "model": "minecraft:block/barrel_open" + }, + "facing=south,open=false": { + "x": 90, + "y": 180, + "model": "minecraft:block/barrel" + }, + "facing=south,open=true": { + "x": 90, + "y": 180, + "model": "minecraft:block/barrel_open" + }, + "facing=up,open=false": { + "model": "minecraft:block/barrel" + }, + "facing=up,open=true": { + "model": "minecraft:block/barrel_open" + }, + "facing=west,open=false": { + "x": 90, + "y": 270, + "model": "minecraft:block/barrel" + }, + "facing=west,open=true": { + "x": 90, + "y": 270, + "model": "minecraft:block/barrel_open" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/barrier.json b/1.17.1/assets/minecraft/blockstates/barrier.json new file mode 100644 index 00000000..a8194d26 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/barrier.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/barrier" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/basalt.json b/1.17.1/assets/minecraft/blockstates/basalt.json new file mode 100644 index 00000000..12bc2d6a --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/basalt.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/basalt", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/basalt" + }, + "axis=z": { + "model": "minecraft:block/basalt", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/beacon.json b/1.17.1/assets/minecraft/blockstates/beacon.json new file mode 100644 index 00000000..dc3a36b1 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/beacon.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/beacon" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/bedrock.json b/1.17.1/assets/minecraft/blockstates/bedrock.json new file mode 100644 index 00000000..cb107bd0 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/bedrock.json @@ -0,0 +1,20 @@ +{ + "variants": { + "": [ + { + "model": "minecraft:block/bedrock" + }, + { + "model": "minecraft:block/bedrock_mirrored" + }, + { + "model": "minecraft:block/bedrock", + "y": 180 + }, + { + "model": "minecraft:block/bedrock_mirrored", + "y": 180 + } + ] + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/bee_nest.json b/1.17.1/assets/minecraft/blockstates/bee_nest.json new file mode 100644 index 00000000..075509e2 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/bee_nest.json @@ -0,0 +1,94 @@ +{ + "variants": { + "facing=east,honey_level=0": { + "y": 90, + "model": "minecraft:block/bee_nest" + }, + "facing=east,honey_level=1": { + "y": 90, + "model": "minecraft:block/bee_nest" + }, + "facing=east,honey_level=2": { + "y": 90, + "model": "minecraft:block/bee_nest" + }, + "facing=east,honey_level=3": { + "y": 90, + "model": "minecraft:block/bee_nest" + }, + "facing=east,honey_level=4": { + "y": 90, + "model": "minecraft:block/bee_nest" + }, + "facing=east,honey_level=5": { + "y": 90, + "model": "minecraft:block/bee_nest_honey" + }, + "facing=north,honey_level=0": { + "model": "minecraft:block/bee_nest" + }, + "facing=north,honey_level=1": { + "model": "minecraft:block/bee_nest" + }, + "facing=north,honey_level=2": { + "model": "minecraft:block/bee_nest" + }, + "facing=north,honey_level=3": { + "model": "minecraft:block/bee_nest" + }, + "facing=north,honey_level=4": { + "model": "minecraft:block/bee_nest" + }, + "facing=north,honey_level=5": { + "model": "minecraft:block/bee_nest_honey" + }, + "facing=south,honey_level=0": { + "y": 180, + "model": "minecraft:block/bee_nest" + }, + "facing=south,honey_level=1": { + "y": 180, + "model": "minecraft:block/bee_nest" + }, + "facing=south,honey_level=2": { + "y": 180, + "model": "minecraft:block/bee_nest" + }, + "facing=south,honey_level=3": { + "y": 180, + "model": "minecraft:block/bee_nest" + }, + "facing=south,honey_level=4": { + "y": 180, + "model": "minecraft:block/bee_nest" + }, + "facing=south,honey_level=5": { + "y": 180, + "model": "minecraft:block/bee_nest_honey" + }, + "facing=west,honey_level=0": { + "y": 270, + "model": "minecraft:block/bee_nest" + }, + "facing=west,honey_level=1": { + "y": 270, + "model": "minecraft:block/bee_nest" + }, + "facing=west,honey_level=2": { + "y": 270, + "model": "minecraft:block/bee_nest" + }, + "facing=west,honey_level=3": { + "y": 270, + "model": "minecraft:block/bee_nest" + }, + "facing=west,honey_level=4": { + "y": 270, + "model": "minecraft:block/bee_nest" + }, + "facing=west,honey_level=5": { + "y": 270, + "model": "minecraft:block/bee_nest_honey" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/beehive.json b/1.17.1/assets/minecraft/blockstates/beehive.json new file mode 100644 index 00000000..62173b7c --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/beehive.json @@ -0,0 +1,94 @@ +{ + "variants": { + "facing=east,honey_level=0": { + "y": 90, + "model": "minecraft:block/beehive" + }, + "facing=east,honey_level=1": { + "y": 90, + "model": "minecraft:block/beehive" + }, + "facing=east,honey_level=2": { + "y": 90, + "model": "minecraft:block/beehive" + }, + "facing=east,honey_level=3": { + "y": 90, + "model": "minecraft:block/beehive" + }, + "facing=east,honey_level=4": { + "y": 90, + "model": "minecraft:block/beehive" + }, + "facing=east,honey_level=5": { + "y": 90, + "model": "minecraft:block/beehive_honey" + }, + "facing=north,honey_level=0": { + "model": "minecraft:block/beehive" + }, + "facing=north,honey_level=1": { + "model": "minecraft:block/beehive" + }, + "facing=north,honey_level=2": { + "model": "minecraft:block/beehive" + }, + "facing=north,honey_level=3": { + "model": "minecraft:block/beehive" + }, + "facing=north,honey_level=4": { + "model": "minecraft:block/beehive" + }, + "facing=north,honey_level=5": { + "model": "minecraft:block/beehive_honey" + }, + "facing=south,honey_level=0": { + "y": 180, + "model": "minecraft:block/beehive" + }, + "facing=south,honey_level=1": { + "y": 180, + "model": "minecraft:block/beehive" + }, + "facing=south,honey_level=2": { + "y": 180, + "model": "minecraft:block/beehive" + }, + "facing=south,honey_level=3": { + "y": 180, + "model": "minecraft:block/beehive" + }, + "facing=south,honey_level=4": { + "y": 180, + "model": "minecraft:block/beehive" + }, + "facing=south,honey_level=5": { + "y": 180, + "model": "minecraft:block/beehive_honey" + }, + "facing=west,honey_level=0": { + "y": 270, + "model": "minecraft:block/beehive" + }, + "facing=west,honey_level=1": { + "y": 270, + "model": "minecraft:block/beehive" + }, + "facing=west,honey_level=2": { + "y": 270, + "model": "minecraft:block/beehive" + }, + "facing=west,honey_level=3": { + "y": 270, + "model": "minecraft:block/beehive" + }, + "facing=west,honey_level=4": { + "y": 270, + "model": "minecraft:block/beehive" + }, + "facing=west,honey_level=5": { + "y": 270, + "model": "minecraft:block/beehive_honey" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/beetroots.json b/1.17.1/assets/minecraft/blockstates/beetroots.json new file mode 100644 index 00000000..98e30758 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/beetroots.json @@ -0,0 +1,16 @@ +{ + "variants": { + "age=0": { + "model": "minecraft:block/beetroots_stage0" + }, + "age=1": { + "model": "minecraft:block/beetroots_stage1" + }, + "age=2": { + "model": "minecraft:block/beetroots_stage2" + }, + "age=3": { + "model": "minecraft:block/beetroots_stage3" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/bell.json b/1.17.1/assets/minecraft/blockstates/bell.json new file mode 100644 index 00000000..2af4b5dd --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/bell.json @@ -0,0 +1,64 @@ +{ + "variants": { + "attachment=ceiling,facing=east": { + "model": "minecraft:block/bell_ceiling", + "y": 90 + }, + "attachment=ceiling,facing=north": { + "model": "minecraft:block/bell_ceiling" + }, + "attachment=ceiling,facing=south": { + "model": "minecraft:block/bell_ceiling", + "y": 180 + }, + "attachment=ceiling,facing=west": { + "model": "minecraft:block/bell_ceiling", + "y": 270 + }, + "attachment=double_wall,facing=east": { + "model": "minecraft:block/bell_between_walls" + }, + "attachment=double_wall,facing=north": { + "model": "minecraft:block/bell_between_walls", + "y": 270 + }, + "attachment=double_wall,facing=south": { + "model": "minecraft:block/bell_between_walls", + "y": 90 + }, + "attachment=double_wall,facing=west": { + "model": "minecraft:block/bell_between_walls", + "y": 180 + }, + "attachment=floor,facing=east": { + "model": "minecraft:block/bell_floor", + "y": 90 + }, + "attachment=floor,facing=north": { + "model": "minecraft:block/bell_floor" + }, + "attachment=floor,facing=south": { + "model": "minecraft:block/bell_floor", + "y": 180 + }, + "attachment=floor,facing=west": { + "model": "minecraft:block/bell_floor", + "y": 270 + }, + "attachment=single_wall,facing=east": { + "model": "minecraft:block/bell_wall" + }, + "attachment=single_wall,facing=north": { + "model": "minecraft:block/bell_wall", + "y": 270 + }, + "attachment=single_wall,facing=south": { + "model": "minecraft:block/bell_wall", + "y": 90 + }, + "attachment=single_wall,facing=west": { + "model": "minecraft:block/bell_wall", + "y": 180 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/big_dripleaf.json b/1.17.1/assets/minecraft/blockstates/big_dripleaf.json new file mode 100644 index 00000000..cbed9371 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/big_dripleaf.json @@ -0,0 +1,64 @@ +{ + "variants": { + "facing=east,tilt=full": { + "y": 90, + "model": "minecraft:block/big_dripleaf_full_tilt" + }, + "facing=east,tilt=none": { + "y": 90, + "model": "minecraft:block/big_dripleaf" + }, + "facing=east,tilt=partial": { + "y": 90, + "model": "minecraft:block/big_dripleaf_partial_tilt" + }, + "facing=east,tilt=unstable": { + "y": 90, + "model": "minecraft:block/big_dripleaf" + }, + "facing=north,tilt=full": { + "model": "minecraft:block/big_dripleaf_full_tilt" + }, + "facing=north,tilt=none": { + "model": "minecraft:block/big_dripleaf" + }, + "facing=north,tilt=partial": { + "model": "minecraft:block/big_dripleaf_partial_tilt" + }, + "facing=north,tilt=unstable": { + "model": "minecraft:block/big_dripleaf" + }, + "facing=south,tilt=full": { + "y": 180, + "model": "minecraft:block/big_dripleaf_full_tilt" + }, + "facing=south,tilt=none": { + "y": 180, + "model": "minecraft:block/big_dripleaf" + }, + "facing=south,tilt=partial": { + "y": 180, + "model": "minecraft:block/big_dripleaf_partial_tilt" + }, + "facing=south,tilt=unstable": { + "y": 180, + "model": "minecraft:block/big_dripleaf" + }, + "facing=west,tilt=full": { + "y": 270, + "model": "minecraft:block/big_dripleaf_full_tilt" + }, + "facing=west,tilt=none": { + "y": 270, + "model": "minecraft:block/big_dripleaf" + }, + "facing=west,tilt=partial": { + "y": 270, + "model": "minecraft:block/big_dripleaf_partial_tilt" + }, + "facing=west,tilt=unstable": { + "y": 270, + "model": "minecraft:block/big_dripleaf" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/big_dripleaf_stem.json b/1.17.1/assets/minecraft/blockstates/big_dripleaf_stem.json new file mode 100644 index 00000000..91951208 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/big_dripleaf_stem.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/big_dripleaf_stem", + "y": 90 + }, + "facing=north": { + "model": "minecraft:block/big_dripleaf_stem" + }, + "facing=south": { + "model": "minecraft:block/big_dripleaf_stem", + "y": 180 + }, + "facing=west": { + "model": "minecraft:block/big_dripleaf_stem", + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/birch_button.json b/1.17.1/assets/minecraft/blockstates/birch_button.json new file mode 100644 index 00000000..89688e2a --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/birch_button.json @@ -0,0 +1,118 @@ +{ + "variants": { + "face=ceiling,facing=east,powered=false": { + "model": "minecraft:block/birch_button", + "y": 270, + "x": 180 + }, + "face=ceiling,facing=east,powered=true": { + "model": "minecraft:block/birch_button_pressed", + "y": 270, + "x": 180 + }, + "face=ceiling,facing=north,powered=false": { + "model": "minecraft:block/birch_button", + "y": 180, + "x": 180 + }, + "face=ceiling,facing=north,powered=true": { + "model": "minecraft:block/birch_button_pressed", + "y": 180, + "x": 180 + }, + "face=ceiling,facing=south,powered=false": { + "model": "minecraft:block/birch_button", + "x": 180 + }, + "face=ceiling,facing=south,powered=true": { + "model": "minecraft:block/birch_button_pressed", + "x": 180 + }, + "face=ceiling,facing=west,powered=false": { + "model": "minecraft:block/birch_button", + "y": 90, + "x": 180 + }, + "face=ceiling,facing=west,powered=true": { + "model": "minecraft:block/birch_button_pressed", + "y": 90, + "x": 180 + }, + "face=floor,facing=east,powered=false": { + "model": "minecraft:block/birch_button", + "y": 90 + }, + "face=floor,facing=east,powered=true": { + "model": "minecraft:block/birch_button_pressed", + "y": 90 + }, + "face=floor,facing=north,powered=false": { + "model": "minecraft:block/birch_button" + }, + "face=floor,facing=north,powered=true": { + "model": "minecraft:block/birch_button_pressed" + }, + "face=floor,facing=south,powered=false": { + "model": "minecraft:block/birch_button", + "y": 180 + }, + "face=floor,facing=south,powered=true": { + "model": "minecraft:block/birch_button_pressed", + "y": 180 + }, + "face=floor,facing=west,powered=false": { + "model": "minecraft:block/birch_button", + "y": 270 + }, + "face=floor,facing=west,powered=true": { + "model": "minecraft:block/birch_button_pressed", + "y": 270 + }, + "face=wall,facing=east,powered=false": { + "model": "minecraft:block/birch_button", + "y": 90, + "x": 90, + "uvlock": true + }, + "face=wall,facing=east,powered=true": { + "model": "minecraft:block/birch_button_pressed", + "y": 90, + "x": 90, + "uvlock": true + }, + "face=wall,facing=north,powered=false": { + "model": "minecraft:block/birch_button", + "x": 90, + "uvlock": true + }, + "face=wall,facing=north,powered=true": { + "model": "minecraft:block/birch_button_pressed", + "x": 90, + "uvlock": true + }, + "face=wall,facing=south,powered=false": { + "model": "minecraft:block/birch_button", + "y": 180, + "x": 90, + "uvlock": true + }, + "face=wall,facing=south,powered=true": { + "model": "minecraft:block/birch_button_pressed", + "y": 180, + "x": 90, + "uvlock": true + }, + "face=wall,facing=west,powered=false": { + "model": "minecraft:block/birch_button", + "y": 270, + "x": 90, + "uvlock": true + }, + "face=wall,facing=west,powered=true": { + "model": "minecraft:block/birch_button_pressed", + "y": 270, + "x": 90, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/birch_door.json b/1.17.1/assets/minecraft/blockstates/birch_door.json new file mode 100644 index 00000000..8cfa8b3c --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/birch_door.json @@ -0,0 +1,124 @@ +{ + "variants": { + "facing=east,half=lower,hinge=left,open=false": { + "model": "minecraft:block/birch_door_bottom" + }, + "facing=east,half=lower,hinge=left,open=true": { + "model": "minecraft:block/birch_door_bottom_hinge", + "y": 90 + }, + "facing=east,half=lower,hinge=right,open=false": { + "model": "minecraft:block/birch_door_bottom_hinge" + }, + "facing=east,half=lower,hinge=right,open=true": { + "model": "minecraft:block/birch_door_bottom", + "y": 270 + }, + "facing=east,half=upper,hinge=left,open=false": { + "model": "minecraft:block/birch_door_top" + }, + "facing=east,half=upper,hinge=left,open=true": { + "model": "minecraft:block/birch_door_top_hinge", + "y": 90 + }, + "facing=east,half=upper,hinge=right,open=false": { + "model": "minecraft:block/birch_door_top_hinge" + }, + "facing=east,half=upper,hinge=right,open=true": { + "model": "minecraft:block/birch_door_top", + "y": 270 + }, + "facing=north,half=lower,hinge=left,open=false": { + "model": "minecraft:block/birch_door_bottom", + "y": 270 + }, + "facing=north,half=lower,hinge=left,open=true": { + "model": "minecraft:block/birch_door_bottom_hinge" + }, + "facing=north,half=lower,hinge=right,open=false": { + "model": "minecraft:block/birch_door_bottom_hinge", + "y": 270 + }, + "facing=north,half=lower,hinge=right,open=true": { + "model": "minecraft:block/birch_door_bottom", + "y": 180 + }, + "facing=north,half=upper,hinge=left,open=false": { + "model": "minecraft:block/birch_door_top", + "y": 270 + }, + "facing=north,half=upper,hinge=left,open=true": { + "model": "minecraft:block/birch_door_top_hinge" + }, + "facing=north,half=upper,hinge=right,open=false": { + "model": "minecraft:block/birch_door_top_hinge", + "y": 270 + }, + "facing=north,half=upper,hinge=right,open=true": { + "model": "minecraft:block/birch_door_top", + "y": 180 + }, + "facing=south,half=lower,hinge=left,open=false": { + "model": "minecraft:block/birch_door_bottom", + "y": 90 + }, + "facing=south,half=lower,hinge=left,open=true": { + "model": "minecraft:block/birch_door_bottom_hinge", + "y": 180 + }, + "facing=south,half=lower,hinge=right,open=false": { + "model": "minecraft:block/birch_door_bottom_hinge", + "y": 90 + }, + "facing=south,half=lower,hinge=right,open=true": { + "model": "minecraft:block/birch_door_bottom" + }, + "facing=south,half=upper,hinge=left,open=false": { + "model": "minecraft:block/birch_door_top", + "y": 90 + }, + "facing=south,half=upper,hinge=left,open=true": { + "model": "minecraft:block/birch_door_top_hinge", + "y": 180 + }, + "facing=south,half=upper,hinge=right,open=false": { + "model": "minecraft:block/birch_door_top_hinge", + "y": 90 + }, + "facing=south,half=upper,hinge=right,open=true": { + "model": "minecraft:block/birch_door_top" + }, + "facing=west,half=lower,hinge=left,open=false": { + "model": "minecraft:block/birch_door_bottom", + "y": 180 + }, + "facing=west,half=lower,hinge=left,open=true": { + "model": "minecraft:block/birch_door_bottom_hinge", + "y": 270 + }, + "facing=west,half=lower,hinge=right,open=false": { + "model": "minecraft:block/birch_door_bottom_hinge", + "y": 180 + }, + "facing=west,half=lower,hinge=right,open=true": { + "model": "minecraft:block/birch_door_bottom", + "y": 90 + }, + "facing=west,half=upper,hinge=left,open=false": { + "model": "minecraft:block/birch_door_top", + "y": 180 + }, + "facing=west,half=upper,hinge=left,open=true": { + "model": "minecraft:block/birch_door_top_hinge", + "y": 270 + }, + "facing=west,half=upper,hinge=right,open=false": { + "model": "minecraft:block/birch_door_top_hinge", + "y": 180 + }, + "facing=west,half=upper,hinge=right,open=true": { + "model": "minecraft:block/birch_door_top", + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/birch_fence.json b/1.17.1/assets/minecraft/blockstates/birch_fence.json new file mode 100644 index 00000000..abf75e62 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/birch_fence.json @@ -0,0 +1,48 @@ +{ + "multipart": [ + { + "apply": { + "model": "minecraft:block/birch_fence_post" + } + }, + { + "when": { + "north": "true" + }, + "apply": { + "model": "minecraft:block/birch_fence_side", + "uvlock": true + } + }, + { + "when": { + "east": "true" + }, + "apply": { + "model": "minecraft:block/birch_fence_side", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "true" + }, + "apply": { + "model": "minecraft:block/birch_fence_side", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "true" + }, + "apply": { + "model": "minecraft:block/birch_fence_side", + "y": 270, + "uvlock": true + } + } + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/birch_fence_gate.json b/1.17.1/assets/minecraft/blockstates/birch_fence_gate.json new file mode 100644 index 00000000..f156f19e --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/birch_fence_gate.json @@ -0,0 +1,80 @@ +{ + "variants": { + "facing=east,in_wall=false,open=false": { + "uvlock": true, + "y": 270, + "model": "minecraft:block/birch_fence_gate" + }, + "facing=east,in_wall=false,open=true": { + "uvlock": true, + "y": 270, + "model": "minecraft:block/birch_fence_gate_open" + }, + "facing=east,in_wall=true,open=false": { + "uvlock": true, + "y": 270, + "model": "minecraft:block/birch_fence_gate_wall" + }, + "facing=east,in_wall=true,open=true": { + "uvlock": true, + "y": 270, + "model": "minecraft:block/birch_fence_gate_wall_open" + }, + "facing=north,in_wall=false,open=false": { + "uvlock": true, + "y": 180, + "model": "minecraft:block/birch_fence_gate" + }, + "facing=north,in_wall=false,open=true": { + "uvlock": true, + "y": 180, + "model": "minecraft:block/birch_fence_gate_open" + }, + "facing=north,in_wall=true,open=false": { + "uvlock": true, + "y": 180, + "model": "minecraft:block/birch_fence_gate_wall" + }, + "facing=north,in_wall=true,open=true": { + "uvlock": true, + "y": 180, + "model": "minecraft:block/birch_fence_gate_wall_open" + }, + "facing=south,in_wall=false,open=false": { + "uvlock": true, + "model": "minecraft:block/birch_fence_gate" + }, + "facing=south,in_wall=false,open=true": { + "uvlock": true, + "model": "minecraft:block/birch_fence_gate_open" + }, + "facing=south,in_wall=true,open=false": { + "uvlock": true, + "model": "minecraft:block/birch_fence_gate_wall" + }, + "facing=south,in_wall=true,open=true": { + "uvlock": true, + "model": "minecraft:block/birch_fence_gate_wall_open" + }, + "facing=west,in_wall=false,open=false": { + "uvlock": true, + "y": 90, + "model": "minecraft:block/birch_fence_gate" + }, + "facing=west,in_wall=false,open=true": { + "uvlock": true, + "y": 90, + "model": "minecraft:block/birch_fence_gate_open" + }, + "facing=west,in_wall=true,open=false": { + "uvlock": true, + "y": 90, + "model": "minecraft:block/birch_fence_gate_wall" + }, + "facing=west,in_wall=true,open=true": { + "uvlock": true, + "y": 90, + "model": "minecraft:block/birch_fence_gate_wall_open" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/birch_leaves.json b/1.17.1/assets/minecraft/blockstates/birch_leaves.json new file mode 100644 index 00000000..45a5921d --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/birch_leaves.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/birch_leaves" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/birch_log.json b/1.17.1/assets/minecraft/blockstates/birch_log.json new file mode 100644 index 00000000..24ba8da3 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/birch_log.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/birch_log_horizontal", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/birch_log" + }, + "axis=z": { + "model": "minecraft:block/birch_log_horizontal", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/birch_planks.json b/1.17.1/assets/minecraft/blockstates/birch_planks.json new file mode 100644 index 00000000..b5b2e8dc --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/birch_planks.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/birch_planks" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/birch_pressure_plate.json b/1.17.1/assets/minecraft/blockstates/birch_pressure_plate.json new file mode 100644 index 00000000..0f5fb7a4 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/birch_pressure_plate.json @@ -0,0 +1,10 @@ +{ + "variants": { + "powered=false": { + "model": "minecraft:block/birch_pressure_plate" + }, + "powered=true": { + "model": "minecraft:block/birch_pressure_plate_down" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/birch_sapling.json b/1.17.1/assets/minecraft/blockstates/birch_sapling.json new file mode 100644 index 00000000..10737054 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/birch_sapling.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/birch_sapling" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/birch_sign.json b/1.17.1/assets/minecraft/blockstates/birch_sign.json new file mode 100644 index 00000000..dec6f07d --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/birch_sign.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/birch_sign" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/birch_slab.json b/1.17.1/assets/minecraft/blockstates/birch_slab.json new file mode 100644 index 00000000..28e4f33d --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/birch_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/birch_slab" + }, + "type=double": { + "model": "minecraft:block/birch_planks" + }, + "type=top": { + "model": "minecraft:block/birch_slab_top" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/birch_stairs.json b/1.17.1/assets/minecraft/blockstates/birch_stairs.json new file mode 100644 index 00000000..4f6545d9 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/birch_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/birch_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/birch_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/birch_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/birch_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/birch_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/birch_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/birch_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/birch_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/birch_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/birch_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/birch_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/birch_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/birch_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/birch_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/birch_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/birch_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/birch_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/birch_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/birch_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/birch_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/birch_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/birch_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/birch_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/birch_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/birch_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/birch_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/birch_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/birch_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/birch_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/birch_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/birch_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/birch_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/birch_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/birch_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/birch_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/birch_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/birch_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/birch_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/birch_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/birch_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/birch_trapdoor.json b/1.17.1/assets/minecraft/blockstates/birch_trapdoor.json new file mode 100644 index 00000000..47b471d6 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/birch_trapdoor.json @@ -0,0 +1,69 @@ +{ + "variants": { + "facing=east,half=bottom,open=false": { + "model": "minecraft:block/birch_trapdoor_bottom", + "y": 90 + }, + "facing=east,half=bottom,open=true": { + "model": "minecraft:block/birch_trapdoor_open", + "y": 90 + }, + "facing=east,half=top,open=false": { + "model": "minecraft:block/birch_trapdoor_top", + "y": 90 + }, + "facing=east,half=top,open=true": { + "model": "minecraft:block/birch_trapdoor_open", + "x": 180, + "y": 270 + }, + "facing=north,half=bottom,open=false": { + "model": "minecraft:block/birch_trapdoor_bottom" + }, + "facing=north,half=bottom,open=true": { + "model": "minecraft:block/birch_trapdoor_open" + }, + "facing=north,half=top,open=false": { + "model": "minecraft:block/birch_trapdoor_top" + }, + "facing=north,half=top,open=true": { + "model": "minecraft:block/birch_trapdoor_open", + "x": 180, + "y": 180 + }, + "facing=south,half=bottom,open=false": { + "model": "minecraft:block/birch_trapdoor_bottom", + "y": 180 + }, + "facing=south,half=bottom,open=true": { + "model": "minecraft:block/birch_trapdoor_open", + "y": 180 + }, + "facing=south,half=top,open=false": { + "model": "minecraft:block/birch_trapdoor_top", + "y": 180 + }, + "facing=south,half=top,open=true": { + "model": "minecraft:block/birch_trapdoor_open", + "x": 180, + "y": 0 + }, + "facing=west,half=bottom,open=false": { + "model": "minecraft:block/birch_trapdoor_bottom", + "y": 270 + }, + "facing=west,half=bottom,open=true": { + "model": "minecraft:block/birch_trapdoor_open", + "y": 270 + }, + "facing=west,half=top,open=false": { + "model": "minecraft:block/birch_trapdoor_top", + "y": 270 + }, + "facing=west,half=top,open=true": { + "model": "minecraft:block/birch_trapdoor_open", + "x": 180, + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/birch_wall_sign.json b/1.17.1/assets/minecraft/blockstates/birch_wall_sign.json new file mode 100644 index 00000000..dec6f07d --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/birch_wall_sign.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/birch_sign" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/birch_wood.json b/1.17.1/assets/minecraft/blockstates/birch_wood.json new file mode 100644 index 00000000..4bda7ed3 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/birch_wood.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/birch_wood", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/birch_wood" + }, + "axis=z": { + "model": "minecraft:block/birch_wood", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/black_banner.json b/1.17.1/assets/minecraft/blockstates/black_banner.json new file mode 100644 index 00000000..f5e2c87f --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/black_banner.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/banner" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/black_bed.json b/1.17.1/assets/minecraft/blockstates/black_bed.json new file mode 100644 index 00000000..6577c90a --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/black_bed.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/bed" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/black_candle.json b/1.17.1/assets/minecraft/blockstates/black_candle.json new file mode 100644 index 00000000..3fcbe004 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/black_candle.json @@ -0,0 +1,28 @@ +{ + "variants": { + "candles=1,lit=false": { + "model": "minecraft:block/black_candle_one_candle" + }, + "candles=1,lit=true": { + "model": "minecraft:block/black_candle_one_candle_lit" + }, + "candles=2,lit=false": { + "model": "minecraft:block/black_candle_two_candles" + }, + "candles=2,lit=true": { + "model": "minecraft:block/black_candle_two_candles_lit" + }, + "candles=3,lit=false": { + "model": "minecraft:block/black_candle_three_candles" + }, + "candles=3,lit=true": { + "model": "minecraft:block/black_candle_three_candles_lit" + }, + "candles=4,lit=false": { + "model": "minecraft:block/black_candle_four_candles" + }, + "candles=4,lit=true": { + "model": "minecraft:block/black_candle_four_candles_lit" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/black_candle_cake.json b/1.17.1/assets/minecraft/blockstates/black_candle_cake.json new file mode 100644 index 00000000..f02ecb76 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/black_candle_cake.json @@ -0,0 +1,10 @@ +{ + "variants": { + "lit=false": { + "model": "minecraft:block/black_candle_cake" + }, + "lit=true": { + "model": "minecraft:block/black_candle_cake_lit" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/black_carpet.json b/1.17.1/assets/minecraft/blockstates/black_carpet.json new file mode 100644 index 00000000..043c7fc5 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/black_carpet.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/black_carpet" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/black_concrete.json b/1.17.1/assets/minecraft/blockstates/black_concrete.json new file mode 100644 index 00000000..797f0358 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/black_concrete.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/black_concrete" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/black_concrete_powder.json b/1.17.1/assets/minecraft/blockstates/black_concrete_powder.json new file mode 100644 index 00000000..56a53d03 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/black_concrete_powder.json @@ -0,0 +1,21 @@ +{ + "variants": { + "": [ + { + "model": "minecraft:block/black_concrete_powder" + }, + { + "model": "minecraft:block/black_concrete_powder", + "y": 90 + }, + { + "model": "minecraft:block/black_concrete_powder", + "y": 180 + }, + { + "model": "minecraft:block/black_concrete_powder", + "y": 270 + } + ] + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/black_glazed_terracotta.json b/1.17.1/assets/minecraft/blockstates/black_glazed_terracotta.json new file mode 100644 index 00000000..e20988dc --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/black_glazed_terracotta.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/black_glazed_terracotta", + "y": 270 + }, + "facing=north": { + "model": "minecraft:block/black_glazed_terracotta", + "y": 180 + }, + "facing=south": { + "model": "minecraft:block/black_glazed_terracotta" + }, + "facing=west": { + "model": "minecraft:block/black_glazed_terracotta", + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/black_shulker_box.json b/1.17.1/assets/minecraft/blockstates/black_shulker_box.json new file mode 100644 index 00000000..289aec04 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/black_shulker_box.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/black_shulker_box" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/black_stained_glass.json b/1.17.1/assets/minecraft/blockstates/black_stained_glass.json new file mode 100644 index 00000000..728f216b --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/black_stained_glass.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/black_stained_glass" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/black_stained_glass_pane.json b/1.17.1/assets/minecraft/blockstates/black_stained_glass_pane.json new file mode 100644 index 00000000..d2a59b2f --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/black_stained_glass_pane.json @@ -0,0 +1,77 @@ +{ + "multipart": [ + { + "apply": { + "model": "minecraft:block/black_stained_glass_pane_post" + } + }, + { + "when": { + "north": "true" + }, + "apply": { + "model": "minecraft:block/black_stained_glass_pane_side" + } + }, + { + "when": { + "east": "true" + }, + "apply": { + "model": "minecraft:block/black_stained_glass_pane_side", + "y": 90 + } + }, + { + "when": { + "south": "true" + }, + "apply": { + "model": "minecraft:block/black_stained_glass_pane_side_alt" + } + }, + { + "when": { + "west": "true" + }, + "apply": { + "model": "minecraft:block/black_stained_glass_pane_side_alt", + "y": 90 + } + }, + { + "when": { + "north": "false" + }, + "apply": { + "model": "minecraft:block/black_stained_glass_pane_noside" + } + }, + { + "when": { + "east": "false" + }, + "apply": { + "model": "minecraft:block/black_stained_glass_pane_noside_alt" + } + }, + { + "when": { + "south": "false" + }, + "apply": { + "model": "minecraft:block/black_stained_glass_pane_noside_alt", + "y": 90 + } + }, + { + "when": { + "west": "false" + }, + "apply": { + "model": "minecraft:block/black_stained_glass_pane_noside", + "y": 270 + } + } + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/black_terracotta.json b/1.17.1/assets/minecraft/blockstates/black_terracotta.json new file mode 100644 index 00000000..7ae0ad87 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/black_terracotta.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/black_terracotta" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/black_wall_banner.json b/1.17.1/assets/minecraft/blockstates/black_wall_banner.json new file mode 100644 index 00000000..f5e2c87f --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/black_wall_banner.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/banner" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/black_wool.json b/1.17.1/assets/minecraft/blockstates/black_wool.json new file mode 100644 index 00000000..18b2cb6c --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/black_wool.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/black_wool" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/blackstone.json b/1.17.1/assets/minecraft/blockstates/blackstone.json new file mode 100644 index 00000000..5b6e6a41 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/blackstone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/blackstone" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/blackstone_slab.json b/1.17.1/assets/minecraft/blockstates/blackstone_slab.json new file mode 100644 index 00000000..41cada96 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/blackstone_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/blackstone_slab" + }, + "type=double": { + "model": "minecraft:block/blackstone" + }, + "type=top": { + "model": "minecraft:block/blackstone_slab_top" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/blackstone_stairs.json b/1.17.1/assets/minecraft/blockstates/blackstone_stairs.json new file mode 100644 index 00000000..0a6f7702 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/blackstone_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/blackstone_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/blackstone_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/blackstone_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/blackstone_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/blackstone_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/blackstone_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/blackstone_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/blackstone_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/blackstone_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/blackstone_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/blackstone_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/blackstone_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/blackstone_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/blackstone_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/blackstone_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/blackstone_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/blackstone_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/blackstone_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/blackstone_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/blackstone_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/blackstone_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/blackstone_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/blackstone_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/blackstone_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/blackstone_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/blackstone_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/blackstone_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/blackstone_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/blackstone_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/blackstone_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/blackstone_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/blackstone_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/blackstone_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/blackstone_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/blackstone_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/blackstone_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/blackstone_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/blackstone_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/blackstone_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/blackstone_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/blackstone_wall.json b/1.17.1/assets/minecraft/blockstates/blackstone_wall.json new file mode 100644 index 00000000..7ed55f59 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/blackstone_wall.json @@ -0,0 +1,90 @@ +{ + "multipart": [ + { + "when": { + "up": "true" + }, + "apply": { + "model": "minecraft:block/blackstone_wall_post" + } + }, + { + "when": { + "north": "low" + }, + "apply": { + "model": "minecraft:block/blackstone_wall_side", + "uvlock": true + } + }, + { + "when": { + "east": "low" + }, + "apply": { + "model": "minecraft:block/blackstone_wall_side", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "low" + }, + "apply": { + "model": "minecraft:block/blackstone_wall_side", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "low" + }, + "apply": { + "model": "minecraft:block/blackstone_wall_side", + "y": 270, + "uvlock": true + } + }, + { + "when": { + "north": "tall" + }, + "apply": { + "model": "minecraft:block/blackstone_wall_side_tall", + "uvlock": true + } + }, + { + "when": { + "east": "tall" + }, + "apply": { + "model": "minecraft:block/blackstone_wall_side_tall", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "tall" + }, + "apply": { + "model": "minecraft:block/blackstone_wall_side_tall", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "tall" + }, + "apply": { + "model": "minecraft:block/blackstone_wall_side_tall", + "y": 270, + "uvlock": true + } + } + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/blast_furnace.json b/1.17.1/assets/minecraft/blockstates/blast_furnace.json new file mode 100644 index 00000000..63dbedd7 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/blast_furnace.json @@ -0,0 +1,34 @@ +{ + "variants": { + "facing=east,lit=false": { + "model": "minecraft:block/blast_furnace", + "y": 90 + }, + "facing=east,lit=true": { + "model": "minecraft:block/blast_furnace_on", + "y": 90 + }, + "facing=north,lit=false": { + "model": "minecraft:block/blast_furnace" + }, + "facing=north,lit=true": { + "model": "minecraft:block/blast_furnace_on" + }, + "facing=south,lit=false": { + "model": "minecraft:block/blast_furnace", + "y": 180 + }, + "facing=south,lit=true": { + "model": "minecraft:block/blast_furnace_on", + "y": 180 + }, + "facing=west,lit=false": { + "model": "minecraft:block/blast_furnace", + "y": 270 + }, + "facing=west,lit=true": { + "model": "minecraft:block/blast_furnace_on", + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/blue_banner.json b/1.17.1/assets/minecraft/blockstates/blue_banner.json new file mode 100644 index 00000000..f5e2c87f --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/blue_banner.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/banner" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/blue_bed.json b/1.17.1/assets/minecraft/blockstates/blue_bed.json new file mode 100644 index 00000000..6577c90a --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/blue_bed.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/bed" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/blue_candle.json b/1.17.1/assets/minecraft/blockstates/blue_candle.json new file mode 100644 index 00000000..75e30d08 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/blue_candle.json @@ -0,0 +1,28 @@ +{ + "variants": { + "candles=1,lit=false": { + "model": "minecraft:block/blue_candle_one_candle" + }, + "candles=1,lit=true": { + "model": "minecraft:block/blue_candle_one_candle_lit" + }, + "candles=2,lit=false": { + "model": "minecraft:block/blue_candle_two_candles" + }, + "candles=2,lit=true": { + "model": "minecraft:block/blue_candle_two_candles_lit" + }, + "candles=3,lit=false": { + "model": "minecraft:block/blue_candle_three_candles" + }, + "candles=3,lit=true": { + "model": "minecraft:block/blue_candle_three_candles_lit" + }, + "candles=4,lit=false": { + "model": "minecraft:block/blue_candle_four_candles" + }, + "candles=4,lit=true": { + "model": "minecraft:block/blue_candle_four_candles_lit" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/blue_candle_cake.json b/1.17.1/assets/minecraft/blockstates/blue_candle_cake.json new file mode 100644 index 00000000..869c55f1 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/blue_candle_cake.json @@ -0,0 +1,10 @@ +{ + "variants": { + "lit=false": { + "model": "minecraft:block/blue_candle_cake" + }, + "lit=true": { + "model": "minecraft:block/blue_candle_cake_lit" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/blue_carpet.json b/1.17.1/assets/minecraft/blockstates/blue_carpet.json new file mode 100644 index 00000000..082b9f34 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/blue_carpet.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/blue_carpet" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/blue_concrete.json b/1.17.1/assets/minecraft/blockstates/blue_concrete.json new file mode 100644 index 00000000..7c63116c --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/blue_concrete.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/blue_concrete" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/blue_concrete_powder.json b/1.17.1/assets/minecraft/blockstates/blue_concrete_powder.json new file mode 100644 index 00000000..92d2724a --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/blue_concrete_powder.json @@ -0,0 +1,21 @@ +{ + "variants": { + "": [ + { + "model": "minecraft:block/blue_concrete_powder" + }, + { + "model": "minecraft:block/blue_concrete_powder", + "y": 90 + }, + { + "model": "minecraft:block/blue_concrete_powder", + "y": 180 + }, + { + "model": "minecraft:block/blue_concrete_powder", + "y": 270 + } + ] + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/blue_glazed_terracotta.json b/1.17.1/assets/minecraft/blockstates/blue_glazed_terracotta.json new file mode 100644 index 00000000..063c11c4 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/blue_glazed_terracotta.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/blue_glazed_terracotta", + "y": 270 + }, + "facing=north": { + "model": "minecraft:block/blue_glazed_terracotta", + "y": 180 + }, + "facing=south": { + "model": "minecraft:block/blue_glazed_terracotta" + }, + "facing=west": { + "model": "minecraft:block/blue_glazed_terracotta", + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/blue_ice.json b/1.17.1/assets/minecraft/blockstates/blue_ice.json new file mode 100644 index 00000000..79ce6ac4 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/blue_ice.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/blue_ice" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/blue_orchid.json b/1.17.1/assets/minecraft/blockstates/blue_orchid.json new file mode 100644 index 00000000..4cdb3149 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/blue_orchid.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/blue_orchid" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/blue_shulker_box.json b/1.17.1/assets/minecraft/blockstates/blue_shulker_box.json new file mode 100644 index 00000000..9f05ab96 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/blue_shulker_box.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/blue_shulker_box" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/blue_stained_glass.json b/1.17.1/assets/minecraft/blockstates/blue_stained_glass.json new file mode 100644 index 00000000..e495d004 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/blue_stained_glass.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/blue_stained_glass" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/blue_stained_glass_pane.json b/1.17.1/assets/minecraft/blockstates/blue_stained_glass_pane.json new file mode 100644 index 00000000..6f7066ef --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/blue_stained_glass_pane.json @@ -0,0 +1,77 @@ +{ + "multipart": [ + { + "apply": { + "model": "minecraft:block/blue_stained_glass_pane_post" + } + }, + { + "when": { + "north": "true" + }, + "apply": { + "model": "minecraft:block/blue_stained_glass_pane_side" + } + }, + { + "when": { + "east": "true" + }, + "apply": { + "model": "minecraft:block/blue_stained_glass_pane_side", + "y": 90 + } + }, + { + "when": { + "south": "true" + }, + "apply": { + "model": "minecraft:block/blue_stained_glass_pane_side_alt" + } + }, + { + "when": { + "west": "true" + }, + "apply": { + "model": "minecraft:block/blue_stained_glass_pane_side_alt", + "y": 90 + } + }, + { + "when": { + "north": "false" + }, + "apply": { + "model": "minecraft:block/blue_stained_glass_pane_noside" + } + }, + { + "when": { + "east": "false" + }, + "apply": { + "model": "minecraft:block/blue_stained_glass_pane_noside_alt" + } + }, + { + "when": { + "south": "false" + }, + "apply": { + "model": "minecraft:block/blue_stained_glass_pane_noside_alt", + "y": 90 + } + }, + { + "when": { + "west": "false" + }, + "apply": { + "model": "minecraft:block/blue_stained_glass_pane_noside", + "y": 270 + } + } + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/blue_terracotta.json b/1.17.1/assets/minecraft/blockstates/blue_terracotta.json new file mode 100644 index 00000000..972492b1 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/blue_terracotta.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/blue_terracotta" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/blue_wall_banner.json b/1.17.1/assets/minecraft/blockstates/blue_wall_banner.json new file mode 100644 index 00000000..f5e2c87f --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/blue_wall_banner.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/banner" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/blue_wool.json b/1.17.1/assets/minecraft/blockstates/blue_wool.json new file mode 100644 index 00000000..1b65b8e6 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/blue_wool.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/blue_wool" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/bone_block.json b/1.17.1/assets/minecraft/blockstates/bone_block.json new file mode 100644 index 00000000..284e15b2 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/bone_block.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/bone_block", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/bone_block" + }, + "axis=z": { + "model": "minecraft:block/bone_block", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/bookshelf.json b/1.17.1/assets/minecraft/blockstates/bookshelf.json new file mode 100644 index 00000000..a0198c08 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/bookshelf.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/bookshelf" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/brain_coral.json b/1.17.1/assets/minecraft/blockstates/brain_coral.json new file mode 100644 index 00000000..7b100296 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/brain_coral.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/brain_coral" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/brain_coral_block.json b/1.17.1/assets/minecraft/blockstates/brain_coral_block.json new file mode 100644 index 00000000..2c133d41 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/brain_coral_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/brain_coral_block" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/brain_coral_fan.json b/1.17.1/assets/minecraft/blockstates/brain_coral_fan.json new file mode 100644 index 00000000..353ec6b5 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/brain_coral_fan.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/brain_coral_fan" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/brain_coral_wall_fan.json b/1.17.1/assets/minecraft/blockstates/brain_coral_wall_fan.json new file mode 100644 index 00000000..76fa0a4a --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/brain_coral_wall_fan.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/brain_coral_wall_fan", + "y": 90 + }, + "facing=north": { + "model": "minecraft:block/brain_coral_wall_fan" + }, + "facing=south": { + "model": "minecraft:block/brain_coral_wall_fan", + "y": 180 + }, + "facing=west": { + "model": "minecraft:block/brain_coral_wall_fan", + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/brewing_stand.json b/1.17.1/assets/minecraft/blockstates/brewing_stand.json new file mode 100644 index 00000000..b054e4ea --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/brewing_stand.json @@ -0,0 +1,57 @@ +{ + "multipart": [ + { + "apply": { + "model": "minecraft:block/brewing_stand" + } + }, + { + "when": { + "has_bottle_0": "true" + }, + "apply": { + "model": "minecraft:block/brewing_stand_bottle0" + } + }, + { + "when": { + "has_bottle_1": "true" + }, + "apply": { + "model": "minecraft:block/brewing_stand_bottle1" + } + }, + { + "when": { + "has_bottle_2": "true" + }, + "apply": { + "model": "minecraft:block/brewing_stand_bottle2" + } + }, + { + "when": { + "has_bottle_0": "false" + }, + "apply": { + "model": "minecraft:block/brewing_stand_empty0" + } + }, + { + "when": { + "has_bottle_1": "false" + }, + "apply": { + "model": "minecraft:block/brewing_stand_empty1" + } + }, + { + "when": { + "has_bottle_2": "false" + }, + "apply": { + "model": "minecraft:block/brewing_stand_empty2" + } + } + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/brick_slab.json b/1.17.1/assets/minecraft/blockstates/brick_slab.json new file mode 100644 index 00000000..dc9f2cce --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/brick_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/brick_slab" + }, + "type=double": { + "model": "minecraft:block/bricks" + }, + "type=top": { + "model": "minecraft:block/brick_slab_top" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/brick_stairs.json b/1.17.1/assets/minecraft/blockstates/brick_stairs.json new file mode 100644 index 00000000..0cbb6f4b --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/brick_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/brick_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/brick_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/brick_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/brick_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/brick_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/brick_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/brick_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/brick_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/brick_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/brick_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/brick_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/brick_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/brick_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/brick_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/brick_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/brick_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/brick_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/brick_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/brick_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/brick_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/brick_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/brick_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/brick_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/brick_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/brick_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/brick_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/brick_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/brick_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/brick_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/brick_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/brick_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/brick_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/brick_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/brick_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/brick_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/brick_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/brick_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/brick_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/brick_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/brick_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/brick_wall.json b/1.17.1/assets/minecraft/blockstates/brick_wall.json new file mode 100644 index 00000000..98dacc69 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/brick_wall.json @@ -0,0 +1,90 @@ +{ + "multipart": [ + { + "when": { + "up": "true" + }, + "apply": { + "model": "minecraft:block/brick_wall_post" + } + }, + { + "when": { + "north": "low" + }, + "apply": { + "model": "minecraft:block/brick_wall_side", + "uvlock": true + } + }, + { + "when": { + "east": "low" + }, + "apply": { + "model": "minecraft:block/brick_wall_side", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "low" + }, + "apply": { + "model": "minecraft:block/brick_wall_side", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "low" + }, + "apply": { + "model": "minecraft:block/brick_wall_side", + "y": 270, + "uvlock": true + } + }, + { + "when": { + "north": "tall" + }, + "apply": { + "model": "minecraft:block/brick_wall_side_tall", + "uvlock": true + } + }, + { + "when": { + "east": "tall" + }, + "apply": { + "model": "minecraft:block/brick_wall_side_tall", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "tall" + }, + "apply": { + "model": "minecraft:block/brick_wall_side_tall", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "tall" + }, + "apply": { + "model": "minecraft:block/brick_wall_side_tall", + "y": 270, + "uvlock": true + } + } + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/bricks.json b/1.17.1/assets/minecraft/blockstates/bricks.json new file mode 100644 index 00000000..7b54ff6a --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/bricks.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/bricks" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/brown_banner.json b/1.17.1/assets/minecraft/blockstates/brown_banner.json new file mode 100644 index 00000000..f5e2c87f --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/brown_banner.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/banner" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/brown_bed.json b/1.17.1/assets/minecraft/blockstates/brown_bed.json new file mode 100644 index 00000000..6577c90a --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/brown_bed.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/bed" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/brown_candle.json b/1.17.1/assets/minecraft/blockstates/brown_candle.json new file mode 100644 index 00000000..66979471 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/brown_candle.json @@ -0,0 +1,28 @@ +{ + "variants": { + "candles=1,lit=false": { + "model": "minecraft:block/brown_candle_one_candle" + }, + "candles=1,lit=true": { + "model": "minecraft:block/brown_candle_one_candle_lit" + }, + "candles=2,lit=false": { + "model": "minecraft:block/brown_candle_two_candles" + }, + "candles=2,lit=true": { + "model": "minecraft:block/brown_candle_two_candles_lit" + }, + "candles=3,lit=false": { + "model": "minecraft:block/brown_candle_three_candles" + }, + "candles=3,lit=true": { + "model": "minecraft:block/brown_candle_three_candles_lit" + }, + "candles=4,lit=false": { + "model": "minecraft:block/brown_candle_four_candles" + }, + "candles=4,lit=true": { + "model": "minecraft:block/brown_candle_four_candles_lit" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/brown_candle_cake.json b/1.17.1/assets/minecraft/blockstates/brown_candle_cake.json new file mode 100644 index 00000000..e92e8083 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/brown_candle_cake.json @@ -0,0 +1,10 @@ +{ + "variants": { + "lit=false": { + "model": "minecraft:block/brown_candle_cake" + }, + "lit=true": { + "model": "minecraft:block/brown_candle_cake_lit" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/brown_carpet.json b/1.17.1/assets/minecraft/blockstates/brown_carpet.json new file mode 100644 index 00000000..7273224e --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/brown_carpet.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/brown_carpet" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/brown_concrete.json b/1.17.1/assets/minecraft/blockstates/brown_concrete.json new file mode 100644 index 00000000..6841a73c --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/brown_concrete.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/brown_concrete" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/brown_concrete_powder.json b/1.17.1/assets/minecraft/blockstates/brown_concrete_powder.json new file mode 100644 index 00000000..49ef7837 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/brown_concrete_powder.json @@ -0,0 +1,21 @@ +{ + "variants": { + "": [ + { + "model": "minecraft:block/brown_concrete_powder" + }, + { + "model": "minecraft:block/brown_concrete_powder", + "y": 90 + }, + { + "model": "minecraft:block/brown_concrete_powder", + "y": 180 + }, + { + "model": "minecraft:block/brown_concrete_powder", + "y": 270 + } + ] + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/brown_glazed_terracotta.json b/1.17.1/assets/minecraft/blockstates/brown_glazed_terracotta.json new file mode 100644 index 00000000..d78b6954 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/brown_glazed_terracotta.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/brown_glazed_terracotta", + "y": 270 + }, + "facing=north": { + "model": "minecraft:block/brown_glazed_terracotta", + "y": 180 + }, + "facing=south": { + "model": "minecraft:block/brown_glazed_terracotta" + }, + "facing=west": { + "model": "minecraft:block/brown_glazed_terracotta", + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/brown_mushroom.json b/1.17.1/assets/minecraft/blockstates/brown_mushroom.json new file mode 100644 index 00000000..9a2fb1c6 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/brown_mushroom.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/brown_mushroom" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/brown_mushroom_block.json b/1.17.1/assets/minecraft/blockstates/brown_mushroom_block.json new file mode 100644 index 00000000..09f86c0e --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/brown_mushroom_block.json @@ -0,0 +1,120 @@ +{ + "multipart": [ + { + "when": { + "north": "true" + }, + "apply": { + "model": "minecraft:block/brown_mushroom_block" + } + }, + { + "when": { + "east": "true" + }, + "apply": { + "model": "minecraft:block/brown_mushroom_block", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "true" + }, + "apply": { + "model": "minecraft:block/brown_mushroom_block", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "true" + }, + "apply": { + "model": "minecraft:block/brown_mushroom_block", + "y": 270, + "uvlock": true + } + }, + { + "when": { + "up": "true" + }, + "apply": { + "model": "minecraft:block/brown_mushroom_block", + "x": 270, + "uvlock": true + } + }, + { + "when": { + "down": "true" + }, + "apply": { + "model": "minecraft:block/brown_mushroom_block", + "x": 90, + "uvlock": true + } + }, + { + "when": { + "north": "false" + }, + "apply": { + "model": "minecraft:block/mushroom_block_inside" + } + }, + { + "when": { + "east": "false" + }, + "apply": { + "model": "minecraft:block/mushroom_block_inside", + "y": 90, + "uvlock": false + } + }, + { + "when": { + "south": "false" + }, + "apply": { + "model": "minecraft:block/mushroom_block_inside", + "y": 180, + "uvlock": false + } + }, + { + "when": { + "west": "false" + }, + "apply": { + "model": "minecraft:block/mushroom_block_inside", + "y": 270, + "uvlock": false + } + }, + { + "when": { + "up": "false" + }, + "apply": { + "model": "minecraft:block/mushroom_block_inside", + "x": 270, + "uvlock": false + } + }, + { + "when": { + "down": "false" + }, + "apply": { + "model": "minecraft:block/mushroom_block_inside", + "x": 90, + "uvlock": false + } + } + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/brown_shulker_box.json b/1.17.1/assets/minecraft/blockstates/brown_shulker_box.json new file mode 100644 index 00000000..c4f723bb --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/brown_shulker_box.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/brown_shulker_box" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/brown_stained_glass.json b/1.17.1/assets/minecraft/blockstates/brown_stained_glass.json new file mode 100644 index 00000000..723e232e --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/brown_stained_glass.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/brown_stained_glass" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/brown_stained_glass_pane.json b/1.17.1/assets/minecraft/blockstates/brown_stained_glass_pane.json new file mode 100644 index 00000000..b1c60a64 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/brown_stained_glass_pane.json @@ -0,0 +1,77 @@ +{ + "multipart": [ + { + "apply": { + "model": "minecraft:block/brown_stained_glass_pane_post" + } + }, + { + "when": { + "north": "true" + }, + "apply": { + "model": "minecraft:block/brown_stained_glass_pane_side" + } + }, + { + "when": { + "east": "true" + }, + "apply": { + "model": "minecraft:block/brown_stained_glass_pane_side", + "y": 90 + } + }, + { + "when": { + "south": "true" + }, + "apply": { + "model": "minecraft:block/brown_stained_glass_pane_side_alt" + } + }, + { + "when": { + "west": "true" + }, + "apply": { + "model": "minecraft:block/brown_stained_glass_pane_side_alt", + "y": 90 + } + }, + { + "when": { + "north": "false" + }, + "apply": { + "model": "minecraft:block/brown_stained_glass_pane_noside" + } + }, + { + "when": { + "east": "false" + }, + "apply": { + "model": "minecraft:block/brown_stained_glass_pane_noside_alt" + } + }, + { + "when": { + "south": "false" + }, + "apply": { + "model": "minecraft:block/brown_stained_glass_pane_noside_alt", + "y": 90 + } + }, + { + "when": { + "west": "false" + }, + "apply": { + "model": "minecraft:block/brown_stained_glass_pane_noside", + "y": 270 + } + } + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/brown_terracotta.json b/1.17.1/assets/minecraft/blockstates/brown_terracotta.json new file mode 100644 index 00000000..6a618f17 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/brown_terracotta.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/brown_terracotta" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/brown_wall_banner.json b/1.17.1/assets/minecraft/blockstates/brown_wall_banner.json new file mode 100644 index 00000000..f5e2c87f --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/brown_wall_banner.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/banner" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/brown_wool.json b/1.17.1/assets/minecraft/blockstates/brown_wool.json new file mode 100644 index 00000000..4c378d5e --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/brown_wool.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/brown_wool" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/bubble_column.json b/1.17.1/assets/minecraft/blockstates/bubble_column.json new file mode 100644 index 00000000..99fd360b --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/bubble_column.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/water" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/bubble_coral.json b/1.17.1/assets/minecraft/blockstates/bubble_coral.json new file mode 100644 index 00000000..3e068e64 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/bubble_coral.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/bubble_coral" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/bubble_coral_block.json b/1.17.1/assets/minecraft/blockstates/bubble_coral_block.json new file mode 100644 index 00000000..4f6abebe --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/bubble_coral_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/bubble_coral_block" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/bubble_coral_fan.json b/1.17.1/assets/minecraft/blockstates/bubble_coral_fan.json new file mode 100644 index 00000000..e91a669f --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/bubble_coral_fan.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/bubble_coral_fan" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/bubble_coral_wall_fan.json b/1.17.1/assets/minecraft/blockstates/bubble_coral_wall_fan.json new file mode 100644 index 00000000..5310027a --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/bubble_coral_wall_fan.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/bubble_coral_wall_fan", + "y": 90 + }, + "facing=north": { + "model": "minecraft:block/bubble_coral_wall_fan" + }, + "facing=south": { + "model": "minecraft:block/bubble_coral_wall_fan", + "y": 180 + }, + "facing=west": { + "model": "minecraft:block/bubble_coral_wall_fan", + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/budding_amethyst.json b/1.17.1/assets/minecraft/blockstates/budding_amethyst.json new file mode 100644 index 00000000..a6e222b6 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/budding_amethyst.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/budding_amethyst" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/cactus.json b/1.17.1/assets/minecraft/blockstates/cactus.json new file mode 100644 index 00000000..c1623fbc --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/cactus.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/cactus" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/cake.json b/1.17.1/assets/minecraft/blockstates/cake.json new file mode 100644 index 00000000..c905f118 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/cake.json @@ -0,0 +1,25 @@ +{ + "variants": { + "bites=0": { + "model": "minecraft:block/cake" + }, + "bites=1": { + "model": "minecraft:block/cake_slice1" + }, + "bites=2": { + "model": "minecraft:block/cake_slice2" + }, + "bites=3": { + "model": "minecraft:block/cake_slice3" + }, + "bites=4": { + "model": "minecraft:block/cake_slice4" + }, + "bites=5": { + "model": "minecraft:block/cake_slice5" + }, + "bites=6": { + "model": "minecraft:block/cake_slice6" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/calcite.json b/1.17.1/assets/minecraft/blockstates/calcite.json new file mode 100644 index 00000000..c9ff836d --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/calcite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/calcite" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/campfire.json b/1.17.1/assets/minecraft/blockstates/campfire.json new file mode 100644 index 00000000..d5751b85 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/campfire.json @@ -0,0 +1,34 @@ +{ + "variants": { + "facing=east,lit=false": { + "model": "minecraft:block/campfire_off", + "y": 270 + }, + "facing=east,lit=true": { + "model": "minecraft:block/campfire", + "y": 270 + }, + "facing=north,lit=false": { + "model": "minecraft:block/campfire_off", + "y": 180 + }, + "facing=north,lit=true": { + "model": "minecraft:block/campfire", + "y": 180 + }, + "facing=south,lit=false": { + "model": "minecraft:block/campfire_off" + }, + "facing=south,lit=true": { + "model": "minecraft:block/campfire" + }, + "facing=west,lit=false": { + "model": "minecraft:block/campfire_off", + "y": 90 + }, + "facing=west,lit=true": { + "model": "minecraft:block/campfire", + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/candle.json b/1.17.1/assets/minecraft/blockstates/candle.json new file mode 100644 index 00000000..9e867034 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/candle.json @@ -0,0 +1,28 @@ +{ + "variants": { + "candles=1,lit=false": { + "model": "minecraft:block/candle_one_candle" + }, + "candles=1,lit=true": { + "model": "minecraft:block/candle_one_candle_lit" + }, + "candles=2,lit=false": { + "model": "minecraft:block/candle_two_candles" + }, + "candles=2,lit=true": { + "model": "minecraft:block/candle_two_candles_lit" + }, + "candles=3,lit=false": { + "model": "minecraft:block/candle_three_candles" + }, + "candles=3,lit=true": { + "model": "minecraft:block/candle_three_candles_lit" + }, + "candles=4,lit=false": { + "model": "minecraft:block/candle_four_candles" + }, + "candles=4,lit=true": { + "model": "minecraft:block/candle_four_candles_lit" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/candle_cake.json b/1.17.1/assets/minecraft/blockstates/candle_cake.json new file mode 100644 index 00000000..4e1e1181 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/candle_cake.json @@ -0,0 +1,10 @@ +{ + "variants": { + "lit=false": { + "model": "minecraft:block/candle_cake" + }, + "lit=true": { + "model": "minecraft:block/candle_cake_lit" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/carrots.json b/1.17.1/assets/minecraft/blockstates/carrots.json new file mode 100644 index 00000000..8acf220f --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/carrots.json @@ -0,0 +1,28 @@ +{ + "variants": { + "age=0": { + "model": "minecraft:block/carrots_stage0" + }, + "age=1": { + "model": "minecraft:block/carrots_stage0" + }, + "age=2": { + "model": "minecraft:block/carrots_stage1" + }, + "age=3": { + "model": "minecraft:block/carrots_stage1" + }, + "age=4": { + "model": "minecraft:block/carrots_stage2" + }, + "age=5": { + "model": "minecraft:block/carrots_stage2" + }, + "age=6": { + "model": "minecraft:block/carrots_stage2" + }, + "age=7": { + "model": "minecraft:block/carrots_stage3" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/cartography_table.json b/1.17.1/assets/minecraft/blockstates/cartography_table.json new file mode 100644 index 00000000..6feb4018 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/cartography_table.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/cartography_table" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/carved_pumpkin.json b/1.17.1/assets/minecraft/blockstates/carved_pumpkin.json new file mode 100644 index 00000000..f98dc9f9 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/carved_pumpkin.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/carved_pumpkin", + "y": 90 + }, + "facing=north": { + "model": "minecraft:block/carved_pumpkin" + }, + "facing=south": { + "model": "minecraft:block/carved_pumpkin", + "y": 180 + }, + "facing=west": { + "model": "minecraft:block/carved_pumpkin", + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/cauldron.json b/1.17.1/assets/minecraft/blockstates/cauldron.json new file mode 100644 index 00000000..9908cf5d --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/cauldron.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/cauldron" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/cave_air.json b/1.17.1/assets/minecraft/blockstates/cave_air.json new file mode 100644 index 00000000..2c8f02f0 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/cave_air.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/air" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/cave_vines.json b/1.17.1/assets/minecraft/blockstates/cave_vines.json new file mode 100644 index 00000000..684555ff --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/cave_vines.json @@ -0,0 +1,10 @@ +{ + "variants": { + "berries=false": { + "model": "minecraft:block/cave_vines" + }, + "berries=true": { + "model": "minecraft:block/cave_vines_lit" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/cave_vines_plant.json b/1.17.1/assets/minecraft/blockstates/cave_vines_plant.json new file mode 100644 index 00000000..a07870ef --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/cave_vines_plant.json @@ -0,0 +1,10 @@ +{ + "variants": { + "berries=false": { + "model": "minecraft:block/cave_vines_plant" + }, + "berries=true": { + "model": "minecraft:block/cave_vines_plant_lit" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/chain.json b/1.17.1/assets/minecraft/blockstates/chain.json new file mode 100644 index 00000000..9ae0f964 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/chain.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/chain", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/chain" + }, + "axis=z": { + "model": "minecraft:block/chain", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/chain_command_block.json b/1.17.1/assets/minecraft/blockstates/chain_command_block.json new file mode 100644 index 00000000..ede14429 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/chain_command_block.json @@ -0,0 +1,50 @@ +{ + "variants": { + "conditional=false,facing=down": { + "model": "minecraft:block/chain_command_block", + "x": 90 + }, + "conditional=false,facing=east": { + "model": "minecraft:block/chain_command_block", + "y": 90 + }, + "conditional=false,facing=north": { + "model": "minecraft:block/chain_command_block" + }, + "conditional=false,facing=south": { + "model": "minecraft:block/chain_command_block", + "y": 180 + }, + "conditional=false,facing=up": { + "model": "minecraft:block/chain_command_block", + "x": 270 + }, + "conditional=false,facing=west": { + "model": "minecraft:block/chain_command_block", + "y": 270 + }, + "conditional=true,facing=down": { + "model": "minecraft:block/chain_command_block_conditional", + "x": 90 + }, + "conditional=true,facing=east": { + "model": "minecraft:block/chain_command_block_conditional", + "y": 90 + }, + "conditional=true,facing=north": { + "model": "minecraft:block/chain_command_block_conditional" + }, + "conditional=true,facing=south": { + "model": "minecraft:block/chain_command_block_conditional", + "y": 180 + }, + "conditional=true,facing=up": { + "model": "minecraft:block/chain_command_block_conditional", + "x": 270 + }, + "conditional=true,facing=west": { + "model": "minecraft:block/chain_command_block_conditional", + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/chest.json b/1.17.1/assets/minecraft/blockstates/chest.json new file mode 100644 index 00000000..f78fa579 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/chest.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/chest" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/chipped_anvil.json b/1.17.1/assets/minecraft/blockstates/chipped_anvil.json new file mode 100644 index 00000000..466eb4c7 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/chipped_anvil.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/chipped_anvil", + "y": 270 + }, + "facing=north": { + "model": "minecraft:block/chipped_anvil", + "y": 180 + }, + "facing=south": { + "model": "minecraft:block/chipped_anvil" + }, + "facing=west": { + "model": "minecraft:block/chipped_anvil", + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/chiseled_deepslate.json b/1.17.1/assets/minecraft/blockstates/chiseled_deepslate.json new file mode 100644 index 00000000..e7edb5a6 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/chiseled_deepslate.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/chiseled_deepslate" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/chiseled_nether_bricks.json b/1.17.1/assets/minecraft/blockstates/chiseled_nether_bricks.json new file mode 100644 index 00000000..c2748322 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/chiseled_nether_bricks.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/chiseled_nether_bricks" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/chiseled_polished_blackstone.json b/1.17.1/assets/minecraft/blockstates/chiseled_polished_blackstone.json new file mode 100644 index 00000000..66a2f35f --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/chiseled_polished_blackstone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/chiseled_polished_blackstone" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/chiseled_quartz_block.json b/1.17.1/assets/minecraft/blockstates/chiseled_quartz_block.json new file mode 100644 index 00000000..2e9192c7 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/chiseled_quartz_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/chiseled_quartz_block" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/chiseled_red_sandstone.json b/1.17.1/assets/minecraft/blockstates/chiseled_red_sandstone.json new file mode 100644 index 00000000..c1f7cc6e --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/chiseled_red_sandstone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/chiseled_red_sandstone" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/chiseled_sandstone.json b/1.17.1/assets/minecraft/blockstates/chiseled_sandstone.json new file mode 100644 index 00000000..7a5de569 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/chiseled_sandstone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/chiseled_sandstone" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/chiseled_stone_bricks.json b/1.17.1/assets/minecraft/blockstates/chiseled_stone_bricks.json new file mode 100644 index 00000000..4034c11b --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/chiseled_stone_bricks.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/chiseled_stone_bricks" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/chorus_flower.json b/1.17.1/assets/minecraft/blockstates/chorus_flower.json new file mode 100644 index 00000000..0bf05806 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/chorus_flower.json @@ -0,0 +1,22 @@ +{ + "variants": { + "age=0": { + "model": "minecraft:block/chorus_flower" + }, + "age=1": { + "model": "minecraft:block/chorus_flower" + }, + "age=2": { + "model": "minecraft:block/chorus_flower" + }, + "age=3": { + "model": "minecraft:block/chorus_flower" + }, + "age=4": { + "model": "minecraft:block/chorus_flower" + }, + "age=5": { + "model": "minecraft:block/chorus_flower_dead" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/chorus_plant.json b/1.17.1/assets/minecraft/blockstates/chorus_plant.json new file mode 100644 index 00000000..774cd645 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/chorus_plant.json @@ -0,0 +1,222 @@ +{ + "multipart": [ + { + "when": { + "north": "true" + }, + "apply": { + "model": "minecraft:block/chorus_plant_side" + } + }, + { + "when": { + "east": "true" + }, + "apply": { + "model": "minecraft:block/chorus_plant_side", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "true" + }, + "apply": { + "model": "minecraft:block/chorus_plant_side", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "true" + }, + "apply": { + "model": "minecraft:block/chorus_plant_side", + "y": 270, + "uvlock": true + } + }, + { + "when": { + "up": "true" + }, + "apply": { + "model": "minecraft:block/chorus_plant_side", + "x": 270, + "uvlock": true + } + }, + { + "when": { + "down": "true" + }, + "apply": { + "model": "minecraft:block/chorus_plant_side", + "x": 90, + "uvlock": true + } + }, + { + "when": { + "north": "false" + }, + "apply": [ + { + "model": "minecraft:block/chorus_plant_noside", + "weight": 2 + }, + { + "model": "minecraft:block/chorus_plant_noside1" + }, + { + "model": "minecraft:block/chorus_plant_noside2" + }, + { + "model": "minecraft:block/chorus_plant_noside3" + } + ] + }, + { + "when": { + "east": "false" + }, + "apply": [ + { + "model": "minecraft:block/chorus_plant_noside1", + "y": 90, + "uvlock": true + }, + { + "model": "minecraft:block/chorus_plant_noside2", + "y": 90, + "uvlock": true + }, + { + "model": "minecraft:block/chorus_plant_noside3", + "y": 90, + "uvlock": true + }, + { + "model": "minecraft:block/chorus_plant_noside", + "weight": 2, + "y": 90, + "uvlock": true + } + ] + }, + { + "when": { + "south": "false" + }, + "apply": [ + { + "model": "minecraft:block/chorus_plant_noside2", + "y": 180, + "uvlock": true + }, + { + "model": "minecraft:block/chorus_plant_noside3", + "y": 180, + "uvlock": true + }, + { + "model": "minecraft:block/chorus_plant_noside", + "weight": 2, + "y": 180, + "uvlock": true + }, + { + "model": "minecraft:block/chorus_plant_noside1", + "y": 180, + "uvlock": true + } + ] + }, + { + "when": { + "west": "false" + }, + "apply": [ + { + "model": "minecraft:block/chorus_plant_noside3", + "y": 270, + "uvlock": true + }, + { + "model": "minecraft:block/chorus_plant_noside", + "weight": 2, + "y": 270, + "uvlock": true + }, + { + "model": "minecraft:block/chorus_plant_noside1", + "y": 270, + "uvlock": true + }, + { + "model": "minecraft:block/chorus_plant_noside2", + "y": 270, + "uvlock": true + } + ] + }, + { + "when": { + "up": "false" + }, + "apply": [ + { + "model": "minecraft:block/chorus_plant_noside", + "weight": 2, + "x": 270, + "uvlock": true + }, + { + "model": "minecraft:block/chorus_plant_noside3", + "x": 270, + "uvlock": true + }, + { + "model": "minecraft:block/chorus_plant_noside1", + "x": 270, + "uvlock": true + }, + { + "model": "minecraft:block/chorus_plant_noside2", + "x": 270, + "uvlock": true + } + ] + }, + { + "when": { + "down": "false" + }, + "apply": [ + { + "model": "minecraft:block/chorus_plant_noside3", + "x": 90, + "uvlock": true + }, + { + "model": "minecraft:block/chorus_plant_noside2", + "x": 90, + "uvlock": true + }, + { + "model": "minecraft:block/chorus_plant_noside1", + "x": 90, + "uvlock": true + }, + { + "model": "minecraft:block/chorus_plant_noside", + "weight": 2, + "x": 90, + "uvlock": true + } + ] + } + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/clay.json b/1.17.1/assets/minecraft/blockstates/clay.json new file mode 100644 index 00000000..d22f313b --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/clay.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/clay" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/coal_block.json b/1.17.1/assets/minecraft/blockstates/coal_block.json new file mode 100644 index 00000000..266adaad --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/coal_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/coal_block" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/coal_ore.json b/1.17.1/assets/minecraft/blockstates/coal_ore.json new file mode 100644 index 00000000..9fa7c00d --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/coal_ore.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/coal_ore" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/coarse_dirt.json b/1.17.1/assets/minecraft/blockstates/coarse_dirt.json new file mode 100644 index 00000000..1f87e5c1 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/coarse_dirt.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/coarse_dirt" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/cobbled_deepslate.json b/1.17.1/assets/minecraft/blockstates/cobbled_deepslate.json new file mode 100644 index 00000000..d44144f1 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/cobbled_deepslate.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/cobbled_deepslate" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/cobbled_deepslate_slab.json b/1.17.1/assets/minecraft/blockstates/cobbled_deepslate_slab.json new file mode 100644 index 00000000..65a49dcc --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/cobbled_deepslate_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/cobbled_deepslate_slab" + }, + "type=double": { + "model": "minecraft:block/cobbled_deepslate" + }, + "type=top": { + "model": "minecraft:block/cobbled_deepslate_slab_top" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/cobbled_deepslate_stairs.json b/1.17.1/assets/minecraft/blockstates/cobbled_deepslate_stairs.json new file mode 100644 index 00000000..1225c6eb --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/cobbled_deepslate_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/cobbled_deepslate_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/cobbled_deepslate_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/cobbled_deepslate_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/cobbled_deepslate_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/cobbled_deepslate_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/cobbled_deepslate_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/cobbled_deepslate_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/cobbled_deepslate_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/cobbled_deepslate_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/cobbled_deepslate_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/cobbled_deepslate_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/cobbled_deepslate_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/cobbled_deepslate_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/cobbled_deepslate_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/cobbled_deepslate_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/cobbled_deepslate_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/cobbled_deepslate_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/cobbled_deepslate_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/cobbled_deepslate_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/cobbled_deepslate_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/cobbled_deepslate_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/cobbled_deepslate_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/cobbled_deepslate_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/cobbled_deepslate_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/cobbled_deepslate_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/cobbled_deepslate_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/cobbled_deepslate_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/cobbled_deepslate_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/cobbled_deepslate_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/cobbled_deepslate_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/cobbled_deepslate_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/cobbled_deepslate_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/cobbled_deepslate_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/cobbled_deepslate_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/cobbled_deepslate_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/cobbled_deepslate_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/cobbled_deepslate_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/cobbled_deepslate_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/cobbled_deepslate_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/cobbled_deepslate_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/cobbled_deepslate_wall.json b/1.17.1/assets/minecraft/blockstates/cobbled_deepslate_wall.json new file mode 100644 index 00000000..6e2ae639 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/cobbled_deepslate_wall.json @@ -0,0 +1,90 @@ +{ + "multipart": [ + { + "when": { + "up": "true" + }, + "apply": { + "model": "minecraft:block/cobbled_deepslate_wall_post" + } + }, + { + "when": { + "north": "low" + }, + "apply": { + "model": "minecraft:block/cobbled_deepslate_wall_side", + "uvlock": true + } + }, + { + "when": { + "east": "low" + }, + "apply": { + "model": "minecraft:block/cobbled_deepslate_wall_side", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "low" + }, + "apply": { + "model": "minecraft:block/cobbled_deepslate_wall_side", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "low" + }, + "apply": { + "model": "minecraft:block/cobbled_deepslate_wall_side", + "y": 270, + "uvlock": true + } + }, + { + "when": { + "north": "tall" + }, + "apply": { + "model": "minecraft:block/cobbled_deepslate_wall_side_tall", + "uvlock": true + } + }, + { + "when": { + "east": "tall" + }, + "apply": { + "model": "minecraft:block/cobbled_deepslate_wall_side_tall", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "tall" + }, + "apply": { + "model": "minecraft:block/cobbled_deepslate_wall_side_tall", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "tall" + }, + "apply": { + "model": "minecraft:block/cobbled_deepslate_wall_side_tall", + "y": 270, + "uvlock": true + } + } + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/cobblestone.json b/1.17.1/assets/minecraft/blockstates/cobblestone.json new file mode 100644 index 00000000..e94cf882 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/cobblestone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/cobblestone" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/cobblestone_slab.json b/1.17.1/assets/minecraft/blockstates/cobblestone_slab.json new file mode 100644 index 00000000..8164d9ed --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/cobblestone_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/cobblestone_slab" + }, + "type=double": { + "model": "minecraft:block/cobblestone" + }, + "type=top": { + "model": "minecraft:block/cobblestone_slab_top" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/cobblestone_stairs.json b/1.17.1/assets/minecraft/blockstates/cobblestone_stairs.json new file mode 100644 index 00000000..a95a8d6d --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/cobblestone_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/cobblestone_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/cobblestone_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/cobblestone_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/cobblestone_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/cobblestone_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/cobblestone_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/cobblestone_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/cobblestone_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/cobblestone_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/cobblestone_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/cobblestone_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/cobblestone_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/cobblestone_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/cobblestone_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/cobblestone_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/cobblestone_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/cobblestone_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/cobblestone_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/cobblestone_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/cobblestone_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/cobblestone_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/cobblestone_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/cobblestone_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/cobblestone_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/cobblestone_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/cobblestone_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/cobblestone_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/cobblestone_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/cobblestone_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/cobblestone_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/cobblestone_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/cobblestone_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/cobblestone_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/cobblestone_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/cobblestone_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/cobblestone_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/cobblestone_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/cobblestone_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/cobblestone_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/cobblestone_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/cobblestone_wall.json b/1.17.1/assets/minecraft/blockstates/cobblestone_wall.json new file mode 100644 index 00000000..6ecf2200 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/cobblestone_wall.json @@ -0,0 +1,90 @@ +{ + "multipart": [ + { + "when": { + "up": "true" + }, + "apply": { + "model": "minecraft:block/cobblestone_wall_post" + } + }, + { + "when": { + "north": "low" + }, + "apply": { + "model": "minecraft:block/cobblestone_wall_side", + "uvlock": true + } + }, + { + "when": { + "east": "low" + }, + "apply": { + "model": "minecraft:block/cobblestone_wall_side", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "low" + }, + "apply": { + "model": "minecraft:block/cobblestone_wall_side", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "low" + }, + "apply": { + "model": "minecraft:block/cobblestone_wall_side", + "y": 270, + "uvlock": true + } + }, + { + "when": { + "north": "tall" + }, + "apply": { + "model": "minecraft:block/cobblestone_wall_side_tall", + "uvlock": true + } + }, + { + "when": { + "east": "tall" + }, + "apply": { + "model": "minecraft:block/cobblestone_wall_side_tall", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "tall" + }, + "apply": { + "model": "minecraft:block/cobblestone_wall_side_tall", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "tall" + }, + "apply": { + "model": "minecraft:block/cobblestone_wall_side_tall", + "y": 270, + "uvlock": true + } + } + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/cobweb.json b/1.17.1/assets/minecraft/blockstates/cobweb.json new file mode 100644 index 00000000..30a165e4 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/cobweb.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/cobweb" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/cocoa.json b/1.17.1/assets/minecraft/blockstates/cocoa.json new file mode 100644 index 00000000..d12aa4ec --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/cocoa.json @@ -0,0 +1,49 @@ +{ + "variants": { + "age=0,facing=east": { + "model": "minecraft:block/cocoa_stage0", + "y": 270 + }, + "age=0,facing=north": { + "model": "minecraft:block/cocoa_stage0", + "y": 180 + }, + "age=0,facing=south": { + "model": "minecraft:block/cocoa_stage0" + }, + "age=0,facing=west": { + "model": "minecraft:block/cocoa_stage0", + "y": 90 + }, + "age=1,facing=east": { + "model": "minecraft:block/cocoa_stage1", + "y": 270 + }, + "age=1,facing=north": { + "model": "minecraft:block/cocoa_stage1", + "y": 180 + }, + "age=1,facing=south": { + "model": "minecraft:block/cocoa_stage1" + }, + "age=1,facing=west": { + "model": "minecraft:block/cocoa_stage1", + "y": 90 + }, + "age=2,facing=east": { + "model": "minecraft:block/cocoa_stage2", + "y": 270 + }, + "age=2,facing=north": { + "model": "minecraft:block/cocoa_stage2", + "y": 180 + }, + "age=2,facing=south": { + "model": "minecraft:block/cocoa_stage2" + }, + "age=2,facing=west": { + "model": "minecraft:block/cocoa_stage2", + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/command_block.json b/1.17.1/assets/minecraft/blockstates/command_block.json new file mode 100644 index 00000000..dbda5cf3 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/command_block.json @@ -0,0 +1,50 @@ +{ + "variants": { + "conditional=false,facing=down": { + "model": "minecraft:block/command_block", + "x": 90 + }, + "conditional=false,facing=east": { + "model": "minecraft:block/command_block", + "y": 90 + }, + "conditional=false,facing=north": { + "model": "minecraft:block/command_block" + }, + "conditional=false,facing=south": { + "model": "minecraft:block/command_block", + "y": 180 + }, + "conditional=false,facing=up": { + "model": "minecraft:block/command_block", + "x": 270 + }, + "conditional=false,facing=west": { + "model": "minecraft:block/command_block", + "y": 270 + }, + "conditional=true,facing=down": { + "model": "minecraft:block/command_block_conditional", + "x": 90 + }, + "conditional=true,facing=east": { + "model": "minecraft:block/command_block_conditional", + "y": 90 + }, + "conditional=true,facing=north": { + "model": "minecraft:block/command_block_conditional" + }, + "conditional=true,facing=south": { + "model": "minecraft:block/command_block_conditional", + "y": 180 + }, + "conditional=true,facing=up": { + "model": "minecraft:block/command_block_conditional", + "x": 270 + }, + "conditional=true,facing=west": { + "model": "minecraft:block/command_block_conditional", + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/comparator.json b/1.17.1/assets/minecraft/blockstates/comparator.json new file mode 100644 index 00000000..570f3bfd --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/comparator.json @@ -0,0 +1,64 @@ +{ + "variants": { + "facing=east,mode=compare,powered=false": { + "y": 270, + "model": "minecraft:block/comparator" + }, + "facing=east,mode=compare,powered=true": { + "y": 270, + "model": "minecraft:block/comparator_on" + }, + "facing=east,mode=subtract,powered=false": { + "y": 270, + "model": "minecraft:block/comparator_subtract" + }, + "facing=east,mode=subtract,powered=true": { + "y": 270, + "model": "minecraft:block/comparator_on_subtract" + }, + "facing=north,mode=compare,powered=false": { + "y": 180, + "model": "minecraft:block/comparator" + }, + "facing=north,mode=compare,powered=true": { + "y": 180, + "model": "minecraft:block/comparator_on" + }, + "facing=north,mode=subtract,powered=false": { + "y": 180, + "model": "minecraft:block/comparator_subtract" + }, + "facing=north,mode=subtract,powered=true": { + "y": 180, + "model": "minecraft:block/comparator_on_subtract" + }, + "facing=south,mode=compare,powered=false": { + "model": "minecraft:block/comparator" + }, + "facing=south,mode=compare,powered=true": { + "model": "minecraft:block/comparator_on" + }, + "facing=south,mode=subtract,powered=false": { + "model": "minecraft:block/comparator_subtract" + }, + "facing=south,mode=subtract,powered=true": { + "model": "minecraft:block/comparator_on_subtract" + }, + "facing=west,mode=compare,powered=false": { + "y": 90, + "model": "minecraft:block/comparator" + }, + "facing=west,mode=compare,powered=true": { + "y": 90, + "model": "minecraft:block/comparator_on" + }, + "facing=west,mode=subtract,powered=false": { + "y": 90, + "model": "minecraft:block/comparator_subtract" + }, + "facing=west,mode=subtract,powered=true": { + "y": 90, + "model": "minecraft:block/comparator_on_subtract" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/composter.json b/1.17.1/assets/minecraft/blockstates/composter.json new file mode 100644 index 00000000..70893d08 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/composter.json @@ -0,0 +1,73 @@ +{ + "multipart": [ + { + "apply": { + "model": "minecraft:block/composter" + } + }, + { + "when": { + "level": "1" + }, + "apply": { + "model": "minecraft:block/composter_contents1" + } + }, + { + "when": { + "level": "2" + }, + "apply": { + "model": "minecraft:block/composter_contents2" + } + }, + { + "when": { + "level": "3" + }, + "apply": { + "model": "minecraft:block/composter_contents3" + } + }, + { + "when": { + "level": "4" + }, + "apply": { + "model": "minecraft:block/composter_contents4" + } + }, + { + "when": { + "level": "5" + }, + "apply": { + "model": "minecraft:block/composter_contents5" + } + }, + { + "when": { + "level": "6" + }, + "apply": { + "model": "minecraft:block/composter_contents6" + } + }, + { + "when": { + "level": "7" + }, + "apply": { + "model": "minecraft:block/composter_contents7" + } + }, + { + "when": { + "level": "8" + }, + "apply": { + "model": "minecraft:block/composter_contents_ready" + } + } + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/conduit.json b/1.17.1/assets/minecraft/blockstates/conduit.json new file mode 100644 index 00000000..f6841bed --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/conduit.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/conduit" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/copper_block.json b/1.17.1/assets/minecraft/blockstates/copper_block.json new file mode 100644 index 00000000..b440184d --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/copper_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/copper_block" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/copper_ore.json b/1.17.1/assets/minecraft/blockstates/copper_ore.json new file mode 100644 index 00000000..c8cd05c4 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/copper_ore.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/copper_ore" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/cornflower.json b/1.17.1/assets/minecraft/blockstates/cornflower.json new file mode 100644 index 00000000..2d787937 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/cornflower.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/cornflower" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/cracked_deepslate_bricks.json b/1.17.1/assets/minecraft/blockstates/cracked_deepslate_bricks.json new file mode 100644 index 00000000..008daf0d --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/cracked_deepslate_bricks.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/cracked_deepslate_bricks" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/cracked_deepslate_tiles.json b/1.17.1/assets/minecraft/blockstates/cracked_deepslate_tiles.json new file mode 100644 index 00000000..99ddace6 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/cracked_deepslate_tiles.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/cracked_deepslate_tiles" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/cracked_nether_bricks.json b/1.17.1/assets/minecraft/blockstates/cracked_nether_bricks.json new file mode 100644 index 00000000..42f44bba --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/cracked_nether_bricks.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/cracked_nether_bricks" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/cracked_polished_blackstone_bricks.json b/1.17.1/assets/minecraft/blockstates/cracked_polished_blackstone_bricks.json new file mode 100644 index 00000000..2fe33ddc --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/cracked_polished_blackstone_bricks.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/cracked_polished_blackstone_bricks" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/cracked_stone_bricks.json b/1.17.1/assets/minecraft/blockstates/cracked_stone_bricks.json new file mode 100644 index 00000000..6e194be2 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/cracked_stone_bricks.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/cracked_stone_bricks" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/crafting_table.json b/1.17.1/assets/minecraft/blockstates/crafting_table.json new file mode 100644 index 00000000..46adc790 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/crafting_table.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/crafting_table" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/creeper_head.json b/1.17.1/assets/minecraft/blockstates/creeper_head.json new file mode 100644 index 00000000..3951e3ee --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/creeper_head.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/skull" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/creeper_wall_head.json b/1.17.1/assets/minecraft/blockstates/creeper_wall_head.json new file mode 100644 index 00000000..3951e3ee --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/creeper_wall_head.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/skull" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/crimson_button.json b/1.17.1/assets/minecraft/blockstates/crimson_button.json new file mode 100644 index 00000000..25a57e9b --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/crimson_button.json @@ -0,0 +1,118 @@ +{ + "variants": { + "face=ceiling,facing=east,powered=false": { + "model": "minecraft:block/crimson_button", + "y": 270, + "x": 180 + }, + "face=ceiling,facing=east,powered=true": { + "model": "minecraft:block/crimson_button_pressed", + "y": 270, + "x": 180 + }, + "face=ceiling,facing=north,powered=false": { + "model": "minecraft:block/crimson_button", + "y": 180, + "x": 180 + }, + "face=ceiling,facing=north,powered=true": { + "model": "minecraft:block/crimson_button_pressed", + "y": 180, + "x": 180 + }, + "face=ceiling,facing=south,powered=false": { + "model": "minecraft:block/crimson_button", + "x": 180 + }, + "face=ceiling,facing=south,powered=true": { + "model": "minecraft:block/crimson_button_pressed", + "x": 180 + }, + "face=ceiling,facing=west,powered=false": { + "model": "minecraft:block/crimson_button", + "y": 90, + "x": 180 + }, + "face=ceiling,facing=west,powered=true": { + "model": "minecraft:block/crimson_button_pressed", + "y": 90, + "x": 180 + }, + "face=floor,facing=east,powered=false": { + "model": "minecraft:block/crimson_button", + "y": 90 + }, + "face=floor,facing=east,powered=true": { + "model": "minecraft:block/crimson_button_pressed", + "y": 90 + }, + "face=floor,facing=north,powered=false": { + "model": "minecraft:block/crimson_button" + }, + "face=floor,facing=north,powered=true": { + "model": "minecraft:block/crimson_button_pressed" + }, + "face=floor,facing=south,powered=false": { + "model": "minecraft:block/crimson_button", + "y": 180 + }, + "face=floor,facing=south,powered=true": { + "model": "minecraft:block/crimson_button_pressed", + "y": 180 + }, + "face=floor,facing=west,powered=false": { + "model": "minecraft:block/crimson_button", + "y": 270 + }, + "face=floor,facing=west,powered=true": { + "model": "minecraft:block/crimson_button_pressed", + "y": 270 + }, + "face=wall,facing=east,powered=false": { + "model": "minecraft:block/crimson_button", + "y": 90, + "x": 90, + "uvlock": true + }, + "face=wall,facing=east,powered=true": { + "model": "minecraft:block/crimson_button_pressed", + "y": 90, + "x": 90, + "uvlock": true + }, + "face=wall,facing=north,powered=false": { + "model": "minecraft:block/crimson_button", + "x": 90, + "uvlock": true + }, + "face=wall,facing=north,powered=true": { + "model": "minecraft:block/crimson_button_pressed", + "x": 90, + "uvlock": true + }, + "face=wall,facing=south,powered=false": { + "model": "minecraft:block/crimson_button", + "y": 180, + "x": 90, + "uvlock": true + }, + "face=wall,facing=south,powered=true": { + "model": "minecraft:block/crimson_button_pressed", + "y": 180, + "x": 90, + "uvlock": true + }, + "face=wall,facing=west,powered=false": { + "model": "minecraft:block/crimson_button", + "y": 270, + "x": 90, + "uvlock": true + }, + "face=wall,facing=west,powered=true": { + "model": "minecraft:block/crimson_button_pressed", + "y": 270, + "x": 90, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/crimson_door.json b/1.17.1/assets/minecraft/blockstates/crimson_door.json new file mode 100644 index 00000000..41617c73 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/crimson_door.json @@ -0,0 +1,124 @@ +{ + "variants": { + "facing=east,half=lower,hinge=left,open=false": { + "model": "minecraft:block/crimson_door_bottom" + }, + "facing=east,half=lower,hinge=left,open=true": { + "model": "minecraft:block/crimson_door_bottom_hinge", + "y": 90 + }, + "facing=east,half=lower,hinge=right,open=false": { + "model": "minecraft:block/crimson_door_bottom_hinge" + }, + "facing=east,half=lower,hinge=right,open=true": { + "model": "minecraft:block/crimson_door_bottom", + "y": 270 + }, + "facing=east,half=upper,hinge=left,open=false": { + "model": "minecraft:block/crimson_door_top" + }, + "facing=east,half=upper,hinge=left,open=true": { + "model": "minecraft:block/crimson_door_top_hinge", + "y": 90 + }, + "facing=east,half=upper,hinge=right,open=false": { + "model": "minecraft:block/crimson_door_top_hinge" + }, + "facing=east,half=upper,hinge=right,open=true": { + "model": "minecraft:block/crimson_door_top", + "y": 270 + }, + "facing=north,half=lower,hinge=left,open=false": { + "model": "minecraft:block/crimson_door_bottom", + "y": 270 + }, + "facing=north,half=lower,hinge=left,open=true": { + "model": "minecraft:block/crimson_door_bottom_hinge" + }, + "facing=north,half=lower,hinge=right,open=false": { + "model": "minecraft:block/crimson_door_bottom_hinge", + "y": 270 + }, + "facing=north,half=lower,hinge=right,open=true": { + "model": "minecraft:block/crimson_door_bottom", + "y": 180 + }, + "facing=north,half=upper,hinge=left,open=false": { + "model": "minecraft:block/crimson_door_top", + "y": 270 + }, + "facing=north,half=upper,hinge=left,open=true": { + "model": "minecraft:block/crimson_door_top_hinge" + }, + "facing=north,half=upper,hinge=right,open=false": { + "model": "minecraft:block/crimson_door_top_hinge", + "y": 270 + }, + "facing=north,half=upper,hinge=right,open=true": { + "model": "minecraft:block/crimson_door_top", + "y": 180 + }, + "facing=south,half=lower,hinge=left,open=false": { + "model": "minecraft:block/crimson_door_bottom", + "y": 90 + }, + "facing=south,half=lower,hinge=left,open=true": { + "model": "minecraft:block/crimson_door_bottom_hinge", + "y": 180 + }, + "facing=south,half=lower,hinge=right,open=false": { + "model": "minecraft:block/crimson_door_bottom_hinge", + "y": 90 + }, + "facing=south,half=lower,hinge=right,open=true": { + "model": "minecraft:block/crimson_door_bottom" + }, + "facing=south,half=upper,hinge=left,open=false": { + "model": "minecraft:block/crimson_door_top", + "y": 90 + }, + "facing=south,half=upper,hinge=left,open=true": { + "model": "minecraft:block/crimson_door_top_hinge", + "y": 180 + }, + "facing=south,half=upper,hinge=right,open=false": { + "model": "minecraft:block/crimson_door_top_hinge", + "y": 90 + }, + "facing=south,half=upper,hinge=right,open=true": { + "model": "minecraft:block/crimson_door_top" + }, + "facing=west,half=lower,hinge=left,open=false": { + "model": "minecraft:block/crimson_door_bottom", + "y": 180 + }, + "facing=west,half=lower,hinge=left,open=true": { + "model": "minecraft:block/crimson_door_bottom_hinge", + "y": 270 + }, + "facing=west,half=lower,hinge=right,open=false": { + "model": "minecraft:block/crimson_door_bottom_hinge", + "y": 180 + }, + "facing=west,half=lower,hinge=right,open=true": { + "model": "minecraft:block/crimson_door_bottom", + "y": 90 + }, + "facing=west,half=upper,hinge=left,open=false": { + "model": "minecraft:block/crimson_door_top", + "y": 180 + }, + "facing=west,half=upper,hinge=left,open=true": { + "model": "minecraft:block/crimson_door_top_hinge", + "y": 270 + }, + "facing=west,half=upper,hinge=right,open=false": { + "model": "minecraft:block/crimson_door_top_hinge", + "y": 180 + }, + "facing=west,half=upper,hinge=right,open=true": { + "model": "minecraft:block/crimson_door_top", + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/crimson_fence.json b/1.17.1/assets/minecraft/blockstates/crimson_fence.json new file mode 100644 index 00000000..d36a041b --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/crimson_fence.json @@ -0,0 +1,48 @@ +{ + "multipart": [ + { + "apply": { + "model": "minecraft:block/crimson_fence_post" + } + }, + { + "when": { + "north": "true" + }, + "apply": { + "model": "minecraft:block/crimson_fence_side", + "uvlock": true + } + }, + { + "when": { + "east": "true" + }, + "apply": { + "model": "minecraft:block/crimson_fence_side", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "true" + }, + "apply": { + "model": "minecraft:block/crimson_fence_side", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "true" + }, + "apply": { + "model": "minecraft:block/crimson_fence_side", + "y": 270, + "uvlock": true + } + } + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/crimson_fence_gate.json b/1.17.1/assets/minecraft/blockstates/crimson_fence_gate.json new file mode 100644 index 00000000..37232646 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/crimson_fence_gate.json @@ -0,0 +1,80 @@ +{ + "variants": { + "facing=east,in_wall=false,open=false": { + "uvlock": true, + "y": 270, + "model": "minecraft:block/crimson_fence_gate" + }, + "facing=east,in_wall=false,open=true": { + "uvlock": true, + "y": 270, + "model": "minecraft:block/crimson_fence_gate_open" + }, + "facing=east,in_wall=true,open=false": { + "uvlock": true, + "y": 270, + "model": "minecraft:block/crimson_fence_gate_wall" + }, + "facing=east,in_wall=true,open=true": { + "uvlock": true, + "y": 270, + "model": "minecraft:block/crimson_fence_gate_wall_open" + }, + "facing=north,in_wall=false,open=false": { + "uvlock": true, + "y": 180, + "model": "minecraft:block/crimson_fence_gate" + }, + "facing=north,in_wall=false,open=true": { + "uvlock": true, + "y": 180, + "model": "minecraft:block/crimson_fence_gate_open" + }, + "facing=north,in_wall=true,open=false": { + "uvlock": true, + "y": 180, + "model": "minecraft:block/crimson_fence_gate_wall" + }, + "facing=north,in_wall=true,open=true": { + "uvlock": true, + "y": 180, + "model": "minecraft:block/crimson_fence_gate_wall_open" + }, + "facing=south,in_wall=false,open=false": { + "uvlock": true, + "model": "minecraft:block/crimson_fence_gate" + }, + "facing=south,in_wall=false,open=true": { + "uvlock": true, + "model": "minecraft:block/crimson_fence_gate_open" + }, + "facing=south,in_wall=true,open=false": { + "uvlock": true, + "model": "minecraft:block/crimson_fence_gate_wall" + }, + "facing=south,in_wall=true,open=true": { + "uvlock": true, + "model": "minecraft:block/crimson_fence_gate_wall_open" + }, + "facing=west,in_wall=false,open=false": { + "uvlock": true, + "y": 90, + "model": "minecraft:block/crimson_fence_gate" + }, + "facing=west,in_wall=false,open=true": { + "uvlock": true, + "y": 90, + "model": "minecraft:block/crimson_fence_gate_open" + }, + "facing=west,in_wall=true,open=false": { + "uvlock": true, + "y": 90, + "model": "minecraft:block/crimson_fence_gate_wall" + }, + "facing=west,in_wall=true,open=true": { + "uvlock": true, + "y": 90, + "model": "minecraft:block/crimson_fence_gate_wall_open" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/crimson_fungus.json b/1.17.1/assets/minecraft/blockstates/crimson_fungus.json new file mode 100644 index 00000000..4ee39fd2 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/crimson_fungus.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/crimson_fungus" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/crimson_hyphae.json b/1.17.1/assets/minecraft/blockstates/crimson_hyphae.json new file mode 100644 index 00000000..115ed635 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/crimson_hyphae.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/crimson_hyphae", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/crimson_hyphae" + }, + "axis=z": { + "model": "minecraft:block/crimson_hyphae", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/crimson_nylium.json b/1.17.1/assets/minecraft/blockstates/crimson_nylium.json new file mode 100644 index 00000000..e3ecaf60 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/crimson_nylium.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/crimson_nylium" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/crimson_planks.json b/1.17.1/assets/minecraft/blockstates/crimson_planks.json new file mode 100644 index 00000000..9cd4ff65 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/crimson_planks.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/crimson_planks" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/crimson_pressure_plate.json b/1.17.1/assets/minecraft/blockstates/crimson_pressure_plate.json new file mode 100644 index 00000000..7e7ab3d6 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/crimson_pressure_plate.json @@ -0,0 +1,10 @@ +{ + "variants": { + "powered=false": { + "model": "minecraft:block/crimson_pressure_plate" + }, + "powered=true": { + "model": "minecraft:block/crimson_pressure_plate_down" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/crimson_roots.json b/1.17.1/assets/minecraft/blockstates/crimson_roots.json new file mode 100644 index 00000000..830d559a --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/crimson_roots.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/crimson_roots" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/crimson_sign.json b/1.17.1/assets/minecraft/blockstates/crimson_sign.json new file mode 100644 index 00000000..c2f40c97 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/crimson_sign.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/crimson_sign" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/crimson_slab.json b/1.17.1/assets/minecraft/blockstates/crimson_slab.json new file mode 100644 index 00000000..7f8f651d --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/crimson_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/crimson_slab" + }, + "type=double": { + "model": "minecraft:block/crimson_planks" + }, + "type=top": { + "model": "minecraft:block/crimson_slab_top" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/crimson_stairs.json b/1.17.1/assets/minecraft/blockstates/crimson_stairs.json new file mode 100644 index 00000000..5b59f487 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/crimson_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/crimson_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/crimson_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/crimson_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/crimson_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/crimson_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/crimson_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/crimson_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/crimson_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/crimson_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/crimson_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/crimson_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/crimson_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/crimson_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/crimson_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/crimson_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/crimson_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/crimson_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/crimson_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/crimson_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/crimson_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/crimson_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/crimson_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/crimson_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/crimson_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/crimson_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/crimson_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/crimson_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/crimson_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/crimson_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/crimson_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/crimson_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/crimson_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/crimson_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/crimson_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/crimson_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/crimson_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/crimson_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/crimson_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/crimson_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/crimson_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/crimson_stem.json b/1.17.1/assets/minecraft/blockstates/crimson_stem.json new file mode 100644 index 00000000..81285b0c --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/crimson_stem.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/crimson_stem", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/crimson_stem" + }, + "axis=z": { + "model": "minecraft:block/crimson_stem", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/crimson_trapdoor.json b/1.17.1/assets/minecraft/blockstates/crimson_trapdoor.json new file mode 100644 index 00000000..a3be29c0 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/crimson_trapdoor.json @@ -0,0 +1,69 @@ +{ + "variants": { + "facing=east,half=bottom,open=false": { + "model": "minecraft:block/crimson_trapdoor_bottom", + "y": 90 + }, + "facing=east,half=bottom,open=true": { + "model": "minecraft:block/crimson_trapdoor_open", + "y": 90 + }, + "facing=east,half=top,open=false": { + "model": "minecraft:block/crimson_trapdoor_top", + "y": 90 + }, + "facing=east,half=top,open=true": { + "model": "minecraft:block/crimson_trapdoor_open", + "x": 180, + "y": 270 + }, + "facing=north,half=bottom,open=false": { + "model": "minecraft:block/crimson_trapdoor_bottom" + }, + "facing=north,half=bottom,open=true": { + "model": "minecraft:block/crimson_trapdoor_open" + }, + "facing=north,half=top,open=false": { + "model": "minecraft:block/crimson_trapdoor_top" + }, + "facing=north,half=top,open=true": { + "model": "minecraft:block/crimson_trapdoor_open", + "x": 180, + "y": 180 + }, + "facing=south,half=bottom,open=false": { + "model": "minecraft:block/crimson_trapdoor_bottom", + "y": 180 + }, + "facing=south,half=bottom,open=true": { + "model": "minecraft:block/crimson_trapdoor_open", + "y": 180 + }, + "facing=south,half=top,open=false": { + "model": "minecraft:block/crimson_trapdoor_top", + "y": 180 + }, + "facing=south,half=top,open=true": { + "model": "minecraft:block/crimson_trapdoor_open", + "x": 180, + "y": 0 + }, + "facing=west,half=bottom,open=false": { + "model": "minecraft:block/crimson_trapdoor_bottom", + "y": 270 + }, + "facing=west,half=bottom,open=true": { + "model": "minecraft:block/crimson_trapdoor_open", + "y": 270 + }, + "facing=west,half=top,open=false": { + "model": "minecraft:block/crimson_trapdoor_top", + "y": 270 + }, + "facing=west,half=top,open=true": { + "model": "minecraft:block/crimson_trapdoor_open", + "x": 180, + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/crimson_wall_sign.json b/1.17.1/assets/minecraft/blockstates/crimson_wall_sign.json new file mode 100644 index 00000000..c2f40c97 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/crimson_wall_sign.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/crimson_sign" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/crying_obsidian.json b/1.17.1/assets/minecraft/blockstates/crying_obsidian.json new file mode 100644 index 00000000..fd7ad59e --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/crying_obsidian.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/crying_obsidian" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/cut_copper.json b/1.17.1/assets/minecraft/blockstates/cut_copper.json new file mode 100644 index 00000000..2105f293 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/cut_copper.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/cut_copper" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/cut_copper_slab.json b/1.17.1/assets/minecraft/blockstates/cut_copper_slab.json new file mode 100644 index 00000000..31d149b5 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/cut_copper_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/cut_copper_slab" + }, + "type=double": { + "model": "minecraft:block/cut_copper" + }, + "type=top": { + "model": "minecraft:block/cut_copper_slab_top" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/cut_copper_stairs.json b/1.17.1/assets/minecraft/blockstates/cut_copper_stairs.json new file mode 100644 index 00000000..1f6d274f --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/cut_copper_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/cut_copper_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/cut_copper_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/cut_copper_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/cut_copper_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/cut_copper_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/cut_copper_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/cut_copper_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/cut_copper_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/cut_copper_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/cut_copper_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/cut_copper_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/cut_copper_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/cut_copper_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/cut_copper_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/cut_copper_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/cut_copper_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/cut_copper_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/cut_copper_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/cut_copper_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/cut_copper_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/cut_copper_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/cut_copper_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/cut_copper_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/cut_copper_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/cut_copper_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/cut_copper_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/cut_copper_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/cut_copper_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/cut_copper_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/cut_copper_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/cut_copper_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/cut_copper_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/cut_copper_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/cut_copper_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/cut_copper_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/cut_copper_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/cut_copper_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/cut_copper_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/cut_copper_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/cut_copper_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/cut_red_sandstone.json b/1.17.1/assets/minecraft/blockstates/cut_red_sandstone.json new file mode 100644 index 00000000..7ef05a72 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/cut_red_sandstone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/cut_red_sandstone" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/cut_red_sandstone_slab.json b/1.17.1/assets/minecraft/blockstates/cut_red_sandstone_slab.json new file mode 100644 index 00000000..0b7645ae --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/cut_red_sandstone_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/cut_red_sandstone_slab" + }, + "type=double": { + "model": "minecraft:block/cut_red_sandstone" + }, + "type=top": { + "model": "minecraft:block/cut_red_sandstone_slab_top" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/cut_sandstone.json b/1.17.1/assets/minecraft/blockstates/cut_sandstone.json new file mode 100644 index 00000000..9bab8fc4 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/cut_sandstone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/cut_sandstone" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/cut_sandstone_slab.json b/1.17.1/assets/minecraft/blockstates/cut_sandstone_slab.json new file mode 100644 index 00000000..5c8f0520 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/cut_sandstone_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/cut_sandstone_slab" + }, + "type=double": { + "model": "minecraft:block/cut_sandstone" + }, + "type=top": { + "model": "minecraft:block/cut_sandstone_slab_top" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/cyan_banner.json b/1.17.1/assets/minecraft/blockstates/cyan_banner.json new file mode 100644 index 00000000..f5e2c87f --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/cyan_banner.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/banner" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/cyan_bed.json b/1.17.1/assets/minecraft/blockstates/cyan_bed.json new file mode 100644 index 00000000..6577c90a --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/cyan_bed.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/bed" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/cyan_candle.json b/1.17.1/assets/minecraft/blockstates/cyan_candle.json new file mode 100644 index 00000000..4e35ccd5 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/cyan_candle.json @@ -0,0 +1,28 @@ +{ + "variants": { + "candles=1,lit=false": { + "model": "minecraft:block/cyan_candle_one_candle" + }, + "candles=1,lit=true": { + "model": "minecraft:block/cyan_candle_one_candle_lit" + }, + "candles=2,lit=false": { + "model": "minecraft:block/cyan_candle_two_candles" + }, + "candles=2,lit=true": { + "model": "minecraft:block/cyan_candle_two_candles_lit" + }, + "candles=3,lit=false": { + "model": "minecraft:block/cyan_candle_three_candles" + }, + "candles=3,lit=true": { + "model": "minecraft:block/cyan_candle_three_candles_lit" + }, + "candles=4,lit=false": { + "model": "minecraft:block/cyan_candle_four_candles" + }, + "candles=4,lit=true": { + "model": "minecraft:block/cyan_candle_four_candles_lit" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/cyan_candle_cake.json b/1.17.1/assets/minecraft/blockstates/cyan_candle_cake.json new file mode 100644 index 00000000..348abcc2 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/cyan_candle_cake.json @@ -0,0 +1,10 @@ +{ + "variants": { + "lit=false": { + "model": "minecraft:block/cyan_candle_cake" + }, + "lit=true": { + "model": "minecraft:block/cyan_candle_cake_lit" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/cyan_carpet.json b/1.17.1/assets/minecraft/blockstates/cyan_carpet.json new file mode 100644 index 00000000..0b0212c5 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/cyan_carpet.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/cyan_carpet" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/cyan_concrete.json b/1.17.1/assets/minecraft/blockstates/cyan_concrete.json new file mode 100644 index 00000000..32935a3b --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/cyan_concrete.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/cyan_concrete" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/cyan_concrete_powder.json b/1.17.1/assets/minecraft/blockstates/cyan_concrete_powder.json new file mode 100644 index 00000000..cf7085eb --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/cyan_concrete_powder.json @@ -0,0 +1,21 @@ +{ + "variants": { + "": [ + { + "model": "minecraft:block/cyan_concrete_powder" + }, + { + "model": "minecraft:block/cyan_concrete_powder", + "y": 90 + }, + { + "model": "minecraft:block/cyan_concrete_powder", + "y": 180 + }, + { + "model": "minecraft:block/cyan_concrete_powder", + "y": 270 + } + ] + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/cyan_glazed_terracotta.json b/1.17.1/assets/minecraft/blockstates/cyan_glazed_terracotta.json new file mode 100644 index 00000000..26276ef3 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/cyan_glazed_terracotta.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/cyan_glazed_terracotta", + "y": 270 + }, + "facing=north": { + "model": "minecraft:block/cyan_glazed_terracotta", + "y": 180 + }, + "facing=south": { + "model": "minecraft:block/cyan_glazed_terracotta" + }, + "facing=west": { + "model": "minecraft:block/cyan_glazed_terracotta", + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/cyan_shulker_box.json b/1.17.1/assets/minecraft/blockstates/cyan_shulker_box.json new file mode 100644 index 00000000..86214c0d --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/cyan_shulker_box.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/cyan_shulker_box" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/cyan_stained_glass.json b/1.17.1/assets/minecraft/blockstates/cyan_stained_glass.json new file mode 100644 index 00000000..6645a573 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/cyan_stained_glass.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/cyan_stained_glass" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/cyan_stained_glass_pane.json b/1.17.1/assets/minecraft/blockstates/cyan_stained_glass_pane.json new file mode 100644 index 00000000..08676927 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/cyan_stained_glass_pane.json @@ -0,0 +1,77 @@ +{ + "multipart": [ + { + "apply": { + "model": "minecraft:block/cyan_stained_glass_pane_post" + } + }, + { + "when": { + "north": "true" + }, + "apply": { + "model": "minecraft:block/cyan_stained_glass_pane_side" + } + }, + { + "when": { + "east": "true" + }, + "apply": { + "model": "minecraft:block/cyan_stained_glass_pane_side", + "y": 90 + } + }, + { + "when": { + "south": "true" + }, + "apply": { + "model": "minecraft:block/cyan_stained_glass_pane_side_alt" + } + }, + { + "when": { + "west": "true" + }, + "apply": { + "model": "minecraft:block/cyan_stained_glass_pane_side_alt", + "y": 90 + } + }, + { + "when": { + "north": "false" + }, + "apply": { + "model": "minecraft:block/cyan_stained_glass_pane_noside" + } + }, + { + "when": { + "east": "false" + }, + "apply": { + "model": "minecraft:block/cyan_stained_glass_pane_noside_alt" + } + }, + { + "when": { + "south": "false" + }, + "apply": { + "model": "minecraft:block/cyan_stained_glass_pane_noside_alt", + "y": 90 + } + }, + { + "when": { + "west": "false" + }, + "apply": { + "model": "minecraft:block/cyan_stained_glass_pane_noside", + "y": 270 + } + } + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/cyan_terracotta.json b/1.17.1/assets/minecraft/blockstates/cyan_terracotta.json new file mode 100644 index 00000000..dca321fa --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/cyan_terracotta.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/cyan_terracotta" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/cyan_wall_banner.json b/1.17.1/assets/minecraft/blockstates/cyan_wall_banner.json new file mode 100644 index 00000000..f5e2c87f --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/cyan_wall_banner.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/banner" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/cyan_wool.json b/1.17.1/assets/minecraft/blockstates/cyan_wool.json new file mode 100644 index 00000000..48b12b5a --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/cyan_wool.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/cyan_wool" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/damaged_anvil.json b/1.17.1/assets/minecraft/blockstates/damaged_anvil.json new file mode 100644 index 00000000..cca2bca4 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/damaged_anvil.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/damaged_anvil", + "y": 270 + }, + "facing=north": { + "model": "minecraft:block/damaged_anvil", + "y": 180 + }, + "facing=south": { + "model": "minecraft:block/damaged_anvil" + }, + "facing=west": { + "model": "minecraft:block/damaged_anvil", + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/dandelion.json b/1.17.1/assets/minecraft/blockstates/dandelion.json new file mode 100644 index 00000000..bf8a14b9 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/dandelion.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/dandelion" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/dark_oak_button.json b/1.17.1/assets/minecraft/blockstates/dark_oak_button.json new file mode 100644 index 00000000..75488108 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/dark_oak_button.json @@ -0,0 +1,118 @@ +{ + "variants": { + "face=ceiling,facing=east,powered=false": { + "model": "minecraft:block/dark_oak_button", + "y": 270, + "x": 180 + }, + "face=ceiling,facing=east,powered=true": { + "model": "minecraft:block/dark_oak_button_pressed", + "y": 270, + "x": 180 + }, + "face=ceiling,facing=north,powered=false": { + "model": "minecraft:block/dark_oak_button", + "y": 180, + "x": 180 + }, + "face=ceiling,facing=north,powered=true": { + "model": "minecraft:block/dark_oak_button_pressed", + "y": 180, + "x": 180 + }, + "face=ceiling,facing=south,powered=false": { + "model": "minecraft:block/dark_oak_button", + "x": 180 + }, + "face=ceiling,facing=south,powered=true": { + "model": "minecraft:block/dark_oak_button_pressed", + "x": 180 + }, + "face=ceiling,facing=west,powered=false": { + "model": "minecraft:block/dark_oak_button", + "y": 90, + "x": 180 + }, + "face=ceiling,facing=west,powered=true": { + "model": "minecraft:block/dark_oak_button_pressed", + "y": 90, + "x": 180 + }, + "face=floor,facing=east,powered=false": { + "model": "minecraft:block/dark_oak_button", + "y": 90 + }, + "face=floor,facing=east,powered=true": { + "model": "minecraft:block/dark_oak_button_pressed", + "y": 90 + }, + "face=floor,facing=north,powered=false": { + "model": "minecraft:block/dark_oak_button" + }, + "face=floor,facing=north,powered=true": { + "model": "minecraft:block/dark_oak_button_pressed" + }, + "face=floor,facing=south,powered=false": { + "model": "minecraft:block/dark_oak_button", + "y": 180 + }, + "face=floor,facing=south,powered=true": { + "model": "minecraft:block/dark_oak_button_pressed", + "y": 180 + }, + "face=floor,facing=west,powered=false": { + "model": "minecraft:block/dark_oak_button", + "y": 270 + }, + "face=floor,facing=west,powered=true": { + "model": "minecraft:block/dark_oak_button_pressed", + "y": 270 + }, + "face=wall,facing=east,powered=false": { + "model": "minecraft:block/dark_oak_button", + "y": 90, + "x": 90, + "uvlock": true + }, + "face=wall,facing=east,powered=true": { + "model": "minecraft:block/dark_oak_button_pressed", + "y": 90, + "x": 90, + "uvlock": true + }, + "face=wall,facing=north,powered=false": { + "model": "minecraft:block/dark_oak_button", + "x": 90, + "uvlock": true + }, + "face=wall,facing=north,powered=true": { + "model": "minecraft:block/dark_oak_button_pressed", + "x": 90, + "uvlock": true + }, + "face=wall,facing=south,powered=false": { + "model": "minecraft:block/dark_oak_button", + "y": 180, + "x": 90, + "uvlock": true + }, + "face=wall,facing=south,powered=true": { + "model": "minecraft:block/dark_oak_button_pressed", + "y": 180, + "x": 90, + "uvlock": true + }, + "face=wall,facing=west,powered=false": { + "model": "minecraft:block/dark_oak_button", + "y": 270, + "x": 90, + "uvlock": true + }, + "face=wall,facing=west,powered=true": { + "model": "minecraft:block/dark_oak_button_pressed", + "y": 270, + "x": 90, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/dark_oak_door.json b/1.17.1/assets/minecraft/blockstates/dark_oak_door.json new file mode 100644 index 00000000..6dc514a5 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/dark_oak_door.json @@ -0,0 +1,124 @@ +{ + "variants": { + "facing=east,half=lower,hinge=left,open=false": { + "model": "minecraft:block/dark_oak_door_bottom" + }, + "facing=east,half=lower,hinge=left,open=true": { + "model": "minecraft:block/dark_oak_door_bottom_hinge", + "y": 90 + }, + "facing=east,half=lower,hinge=right,open=false": { + "model": "minecraft:block/dark_oak_door_bottom_hinge" + }, + "facing=east,half=lower,hinge=right,open=true": { + "model": "minecraft:block/dark_oak_door_bottom", + "y": 270 + }, + "facing=east,half=upper,hinge=left,open=false": { + "model": "minecraft:block/dark_oak_door_top" + }, + "facing=east,half=upper,hinge=left,open=true": { + "model": "minecraft:block/dark_oak_door_top_hinge", + "y": 90 + }, + "facing=east,half=upper,hinge=right,open=false": { + "model": "minecraft:block/dark_oak_door_top_hinge" + }, + "facing=east,half=upper,hinge=right,open=true": { + "model": "minecraft:block/dark_oak_door_top", + "y": 270 + }, + "facing=north,half=lower,hinge=left,open=false": { + "model": "minecraft:block/dark_oak_door_bottom", + "y": 270 + }, + "facing=north,half=lower,hinge=left,open=true": { + "model": "minecraft:block/dark_oak_door_bottom_hinge" + }, + "facing=north,half=lower,hinge=right,open=false": { + "model": "minecraft:block/dark_oak_door_bottom_hinge", + "y": 270 + }, + "facing=north,half=lower,hinge=right,open=true": { + "model": "minecraft:block/dark_oak_door_bottom", + "y": 180 + }, + "facing=north,half=upper,hinge=left,open=false": { + "model": "minecraft:block/dark_oak_door_top", + "y": 270 + }, + "facing=north,half=upper,hinge=left,open=true": { + "model": "minecraft:block/dark_oak_door_top_hinge" + }, + "facing=north,half=upper,hinge=right,open=false": { + "model": "minecraft:block/dark_oak_door_top_hinge", + "y": 270 + }, + "facing=north,half=upper,hinge=right,open=true": { + "model": "minecraft:block/dark_oak_door_top", + "y": 180 + }, + "facing=south,half=lower,hinge=left,open=false": { + "model": "minecraft:block/dark_oak_door_bottom", + "y": 90 + }, + "facing=south,half=lower,hinge=left,open=true": { + "model": "minecraft:block/dark_oak_door_bottom_hinge", + "y": 180 + }, + "facing=south,half=lower,hinge=right,open=false": { + "model": "minecraft:block/dark_oak_door_bottom_hinge", + "y": 90 + }, + "facing=south,half=lower,hinge=right,open=true": { + "model": "minecraft:block/dark_oak_door_bottom" + }, + "facing=south,half=upper,hinge=left,open=false": { + "model": "minecraft:block/dark_oak_door_top", + "y": 90 + }, + "facing=south,half=upper,hinge=left,open=true": { + "model": "minecraft:block/dark_oak_door_top_hinge", + "y": 180 + }, + "facing=south,half=upper,hinge=right,open=false": { + "model": "minecraft:block/dark_oak_door_top_hinge", + "y": 90 + }, + "facing=south,half=upper,hinge=right,open=true": { + "model": "minecraft:block/dark_oak_door_top" + }, + "facing=west,half=lower,hinge=left,open=false": { + "model": "minecraft:block/dark_oak_door_bottom", + "y": 180 + }, + "facing=west,half=lower,hinge=left,open=true": { + "model": "minecraft:block/dark_oak_door_bottom_hinge", + "y": 270 + }, + "facing=west,half=lower,hinge=right,open=false": { + "model": "minecraft:block/dark_oak_door_bottom_hinge", + "y": 180 + }, + "facing=west,half=lower,hinge=right,open=true": { + "model": "minecraft:block/dark_oak_door_bottom", + "y": 90 + }, + "facing=west,half=upper,hinge=left,open=false": { + "model": "minecraft:block/dark_oak_door_top", + "y": 180 + }, + "facing=west,half=upper,hinge=left,open=true": { + "model": "minecraft:block/dark_oak_door_top_hinge", + "y": 270 + }, + "facing=west,half=upper,hinge=right,open=false": { + "model": "minecraft:block/dark_oak_door_top_hinge", + "y": 180 + }, + "facing=west,half=upper,hinge=right,open=true": { + "model": "minecraft:block/dark_oak_door_top", + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/dark_oak_fence.json b/1.17.1/assets/minecraft/blockstates/dark_oak_fence.json new file mode 100644 index 00000000..8373b36d --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/dark_oak_fence.json @@ -0,0 +1,48 @@ +{ + "multipart": [ + { + "apply": { + "model": "minecraft:block/dark_oak_fence_post" + } + }, + { + "when": { + "north": "true" + }, + "apply": { + "model": "minecraft:block/dark_oak_fence_side", + "uvlock": true + } + }, + { + "when": { + "east": "true" + }, + "apply": { + "model": "minecraft:block/dark_oak_fence_side", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "true" + }, + "apply": { + "model": "minecraft:block/dark_oak_fence_side", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "true" + }, + "apply": { + "model": "minecraft:block/dark_oak_fence_side", + "y": 270, + "uvlock": true + } + } + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/dark_oak_fence_gate.json b/1.17.1/assets/minecraft/blockstates/dark_oak_fence_gate.json new file mode 100644 index 00000000..9170480e --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/dark_oak_fence_gate.json @@ -0,0 +1,80 @@ +{ + "variants": { + "facing=east,in_wall=false,open=false": { + "uvlock": true, + "y": 270, + "model": "minecraft:block/dark_oak_fence_gate" + }, + "facing=east,in_wall=false,open=true": { + "uvlock": true, + "y": 270, + "model": "minecraft:block/dark_oak_fence_gate_open" + }, + "facing=east,in_wall=true,open=false": { + "uvlock": true, + "y": 270, + "model": "minecraft:block/dark_oak_fence_gate_wall" + }, + "facing=east,in_wall=true,open=true": { + "uvlock": true, + "y": 270, + "model": "minecraft:block/dark_oak_fence_gate_wall_open" + }, + "facing=north,in_wall=false,open=false": { + "uvlock": true, + "y": 180, + "model": "minecraft:block/dark_oak_fence_gate" + }, + "facing=north,in_wall=false,open=true": { + "uvlock": true, + "y": 180, + "model": "minecraft:block/dark_oak_fence_gate_open" + }, + "facing=north,in_wall=true,open=false": { + "uvlock": true, + "y": 180, + "model": "minecraft:block/dark_oak_fence_gate_wall" + }, + "facing=north,in_wall=true,open=true": { + "uvlock": true, + "y": 180, + "model": "minecraft:block/dark_oak_fence_gate_wall_open" + }, + "facing=south,in_wall=false,open=false": { + "uvlock": true, + "model": "minecraft:block/dark_oak_fence_gate" + }, + "facing=south,in_wall=false,open=true": { + "uvlock": true, + "model": "minecraft:block/dark_oak_fence_gate_open" + }, + "facing=south,in_wall=true,open=false": { + "uvlock": true, + "model": "minecraft:block/dark_oak_fence_gate_wall" + }, + "facing=south,in_wall=true,open=true": { + "uvlock": true, + "model": "minecraft:block/dark_oak_fence_gate_wall_open" + }, + "facing=west,in_wall=false,open=false": { + "uvlock": true, + "y": 90, + "model": "minecraft:block/dark_oak_fence_gate" + }, + "facing=west,in_wall=false,open=true": { + "uvlock": true, + "y": 90, + "model": "minecraft:block/dark_oak_fence_gate_open" + }, + "facing=west,in_wall=true,open=false": { + "uvlock": true, + "y": 90, + "model": "minecraft:block/dark_oak_fence_gate_wall" + }, + "facing=west,in_wall=true,open=true": { + "uvlock": true, + "y": 90, + "model": "minecraft:block/dark_oak_fence_gate_wall_open" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/dark_oak_leaves.json b/1.17.1/assets/minecraft/blockstates/dark_oak_leaves.json new file mode 100644 index 00000000..0b6f4f4d --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/dark_oak_leaves.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/dark_oak_leaves" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/dark_oak_log.json b/1.17.1/assets/minecraft/blockstates/dark_oak_log.json new file mode 100644 index 00000000..ae91a107 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/dark_oak_log.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/dark_oak_log_horizontal", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/dark_oak_log" + }, + "axis=z": { + "model": "minecraft:block/dark_oak_log_horizontal", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/dark_oak_planks.json b/1.17.1/assets/minecraft/blockstates/dark_oak_planks.json new file mode 100644 index 00000000..47194b08 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/dark_oak_planks.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/dark_oak_planks" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/dark_oak_pressure_plate.json b/1.17.1/assets/minecraft/blockstates/dark_oak_pressure_plate.json new file mode 100644 index 00000000..7a3ce2af --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/dark_oak_pressure_plate.json @@ -0,0 +1,10 @@ +{ + "variants": { + "powered=false": { + "model": "minecraft:block/dark_oak_pressure_plate" + }, + "powered=true": { + "model": "minecraft:block/dark_oak_pressure_plate_down" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/dark_oak_sapling.json b/1.17.1/assets/minecraft/blockstates/dark_oak_sapling.json new file mode 100644 index 00000000..31435f37 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/dark_oak_sapling.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/dark_oak_sapling" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/dark_oak_sign.json b/1.17.1/assets/minecraft/blockstates/dark_oak_sign.json new file mode 100644 index 00000000..d3e8f533 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/dark_oak_sign.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/dark_oak_sign" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/dark_oak_slab.json b/1.17.1/assets/minecraft/blockstates/dark_oak_slab.json new file mode 100644 index 00000000..a99483a2 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/dark_oak_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/dark_oak_slab" + }, + "type=double": { + "model": "minecraft:block/dark_oak_planks" + }, + "type=top": { + "model": "minecraft:block/dark_oak_slab_top" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/dark_oak_stairs.json b/1.17.1/assets/minecraft/blockstates/dark_oak_stairs.json new file mode 100644 index 00000000..53e97c0a --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/dark_oak_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/dark_oak_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/dark_oak_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/dark_oak_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/dark_oak_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/dark_oak_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/dark_oak_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/dark_oak_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/dark_oak_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/dark_oak_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/dark_oak_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/dark_oak_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/dark_oak_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/dark_oak_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/dark_oak_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/dark_oak_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/dark_oak_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/dark_oak_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/dark_oak_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/dark_oak_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/dark_oak_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/dark_oak_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/dark_oak_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/dark_oak_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/dark_oak_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/dark_oak_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/dark_oak_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/dark_oak_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/dark_oak_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/dark_oak_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/dark_oak_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/dark_oak_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/dark_oak_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/dark_oak_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/dark_oak_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/dark_oak_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/dark_oak_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/dark_oak_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/dark_oak_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/dark_oak_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/dark_oak_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/dark_oak_trapdoor.json b/1.17.1/assets/minecraft/blockstates/dark_oak_trapdoor.json new file mode 100644 index 00000000..87bb35c2 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/dark_oak_trapdoor.json @@ -0,0 +1,58 @@ +{ + "variants": { + "facing=east,half=bottom,open=false": { + "model": "minecraft:block/dark_oak_trapdoor_bottom" + }, + "facing=east,half=bottom,open=true": { + "model": "minecraft:block/dark_oak_trapdoor_open", + "y": 90 + }, + "facing=east,half=top,open=false": { + "model": "minecraft:block/dark_oak_trapdoor_top" + }, + "facing=east,half=top,open=true": { + "model": "minecraft:block/dark_oak_trapdoor_open", + "y": 90 + }, + "facing=north,half=bottom,open=false": { + "model": "minecraft:block/dark_oak_trapdoor_bottom" + }, + "facing=north,half=bottom,open=true": { + "model": "minecraft:block/dark_oak_trapdoor_open" + }, + "facing=north,half=top,open=false": { + "model": "minecraft:block/dark_oak_trapdoor_top" + }, + "facing=north,half=top,open=true": { + "model": "minecraft:block/dark_oak_trapdoor_open" + }, + "facing=south,half=bottom,open=false": { + "model": "minecraft:block/dark_oak_trapdoor_bottom" + }, + "facing=south,half=bottom,open=true": { + "model": "minecraft:block/dark_oak_trapdoor_open", + "y": 180 + }, + "facing=south,half=top,open=false": { + "model": "minecraft:block/dark_oak_trapdoor_top" + }, + "facing=south,half=top,open=true": { + "model": "minecraft:block/dark_oak_trapdoor_open", + "y": 180 + }, + "facing=west,half=bottom,open=false": { + "model": "minecraft:block/dark_oak_trapdoor_bottom" + }, + "facing=west,half=bottom,open=true": { + "model": "minecraft:block/dark_oak_trapdoor_open", + "y": 270 + }, + "facing=west,half=top,open=false": { + "model": "minecraft:block/dark_oak_trapdoor_top" + }, + "facing=west,half=top,open=true": { + "model": "minecraft:block/dark_oak_trapdoor_open", + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/dark_oak_wall_sign.json b/1.17.1/assets/minecraft/blockstates/dark_oak_wall_sign.json new file mode 100644 index 00000000..d3e8f533 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/dark_oak_wall_sign.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/dark_oak_sign" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/dark_oak_wood.json b/1.17.1/assets/minecraft/blockstates/dark_oak_wood.json new file mode 100644 index 00000000..d45b617f --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/dark_oak_wood.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/dark_oak_wood", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/dark_oak_wood" + }, + "axis=z": { + "model": "minecraft:block/dark_oak_wood", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/dark_prismarine.json b/1.17.1/assets/minecraft/blockstates/dark_prismarine.json new file mode 100644 index 00000000..2f1ce749 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/dark_prismarine.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/dark_prismarine" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/dark_prismarine_slab.json b/1.17.1/assets/minecraft/blockstates/dark_prismarine_slab.json new file mode 100644 index 00000000..80a61949 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/dark_prismarine_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/dark_prismarine_slab" + }, + "type=double": { + "model": "minecraft:block/dark_prismarine" + }, + "type=top": { + "model": "minecraft:block/dark_prismarine_slab_top" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/dark_prismarine_stairs.json b/1.17.1/assets/minecraft/blockstates/dark_prismarine_stairs.json new file mode 100644 index 00000000..8d0cda74 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/dark_prismarine_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/dark_prismarine_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/dark_prismarine_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/dark_prismarine_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/dark_prismarine_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/dark_prismarine_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/dark_prismarine_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/dark_prismarine_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/dark_prismarine_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/dark_prismarine_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/dark_prismarine_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/dark_prismarine_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/dark_prismarine_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/dark_prismarine_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/dark_prismarine_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/dark_prismarine_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/dark_prismarine_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/dark_prismarine_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/dark_prismarine_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/dark_prismarine_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/dark_prismarine_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/dark_prismarine_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/dark_prismarine_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/dark_prismarine_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/dark_prismarine_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/dark_prismarine_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/dark_prismarine_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/dark_prismarine_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/dark_prismarine_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/dark_prismarine_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/dark_prismarine_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/dark_prismarine_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/dark_prismarine_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/dark_prismarine_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/dark_prismarine_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/dark_prismarine_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/dark_prismarine_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/dark_prismarine_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/dark_prismarine_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/dark_prismarine_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/dark_prismarine_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/daylight_detector.json b/1.17.1/assets/minecraft/blockstates/daylight_detector.json new file mode 100644 index 00000000..c6182ff9 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/daylight_detector.json @@ -0,0 +1,10 @@ +{ + "variants": { + "inverted=false": { + "model": "minecraft:block/daylight_detector" + }, + "inverted=true": { + "model": "minecraft:block/daylight_detector_inverted" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/dead_brain_coral.json b/1.17.1/assets/minecraft/blockstates/dead_brain_coral.json new file mode 100644 index 00000000..736b2bd4 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/dead_brain_coral.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/dead_brain_coral" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/dead_brain_coral_block.json b/1.17.1/assets/minecraft/blockstates/dead_brain_coral_block.json new file mode 100644 index 00000000..550f6b06 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/dead_brain_coral_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/dead_brain_coral_block" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/dead_brain_coral_fan.json b/1.17.1/assets/minecraft/blockstates/dead_brain_coral_fan.json new file mode 100644 index 00000000..41c6e2a9 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/dead_brain_coral_fan.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/dead_brain_coral_fan" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/dead_brain_coral_wall_fan.json b/1.17.1/assets/minecraft/blockstates/dead_brain_coral_wall_fan.json new file mode 100644 index 00000000..03c9d976 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/dead_brain_coral_wall_fan.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/dead_brain_coral_wall_fan", + "y": 90 + }, + "facing=north": { + "model": "minecraft:block/dead_brain_coral_wall_fan" + }, + "facing=south": { + "model": "minecraft:block/dead_brain_coral_wall_fan", + "y": 180 + }, + "facing=west": { + "model": "minecraft:block/dead_brain_coral_wall_fan", + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/dead_bubble_coral.json b/1.17.1/assets/minecraft/blockstates/dead_bubble_coral.json new file mode 100644 index 00000000..fac745e1 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/dead_bubble_coral.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/dead_bubble_coral" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/dead_bubble_coral_block.json b/1.17.1/assets/minecraft/blockstates/dead_bubble_coral_block.json new file mode 100644 index 00000000..ada5781b --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/dead_bubble_coral_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/dead_bubble_coral_block" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/dead_bubble_coral_fan.json b/1.17.1/assets/minecraft/blockstates/dead_bubble_coral_fan.json new file mode 100644 index 00000000..d55b0608 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/dead_bubble_coral_fan.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/dead_bubble_coral_fan" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/dead_bubble_coral_wall_fan.json b/1.17.1/assets/minecraft/blockstates/dead_bubble_coral_wall_fan.json new file mode 100644 index 00000000..727aea19 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/dead_bubble_coral_wall_fan.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/dead_bubble_coral_wall_fan", + "y": 90 + }, + "facing=north": { + "model": "minecraft:block/dead_bubble_coral_wall_fan" + }, + "facing=south": { + "model": "minecraft:block/dead_bubble_coral_wall_fan", + "y": 180 + }, + "facing=west": { + "model": "minecraft:block/dead_bubble_coral_wall_fan", + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/dead_bush.json b/1.17.1/assets/minecraft/blockstates/dead_bush.json new file mode 100644 index 00000000..ed88d109 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/dead_bush.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/dead_bush" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/dead_fire_coral.json b/1.17.1/assets/minecraft/blockstates/dead_fire_coral.json new file mode 100644 index 00000000..65f7ee33 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/dead_fire_coral.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/dead_fire_coral" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/dead_fire_coral_block.json b/1.17.1/assets/minecraft/blockstates/dead_fire_coral_block.json new file mode 100644 index 00000000..4414956f --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/dead_fire_coral_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/dead_fire_coral_block" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/dead_fire_coral_fan.json b/1.17.1/assets/minecraft/blockstates/dead_fire_coral_fan.json new file mode 100644 index 00000000..fb3c6feb --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/dead_fire_coral_fan.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/dead_fire_coral_fan" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/dead_fire_coral_wall_fan.json b/1.17.1/assets/minecraft/blockstates/dead_fire_coral_wall_fan.json new file mode 100644 index 00000000..0fd52584 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/dead_fire_coral_wall_fan.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/dead_fire_coral_wall_fan", + "y": 90 + }, + "facing=north": { + "model": "minecraft:block/dead_fire_coral_wall_fan" + }, + "facing=south": { + "model": "minecraft:block/dead_fire_coral_wall_fan", + "y": 180 + }, + "facing=west": { + "model": "minecraft:block/dead_fire_coral_wall_fan", + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/dead_horn_coral.json b/1.17.1/assets/minecraft/blockstates/dead_horn_coral.json new file mode 100644 index 00000000..f38ce336 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/dead_horn_coral.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/dead_horn_coral" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/dead_horn_coral_block.json b/1.17.1/assets/minecraft/blockstates/dead_horn_coral_block.json new file mode 100644 index 00000000..8666c0c6 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/dead_horn_coral_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/dead_horn_coral_block" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/dead_horn_coral_fan.json b/1.17.1/assets/minecraft/blockstates/dead_horn_coral_fan.json new file mode 100644 index 00000000..1f72003e --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/dead_horn_coral_fan.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/dead_horn_coral_fan" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/dead_horn_coral_wall_fan.json b/1.17.1/assets/minecraft/blockstates/dead_horn_coral_wall_fan.json new file mode 100644 index 00000000..02928d6e --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/dead_horn_coral_wall_fan.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/dead_horn_coral_wall_fan", + "y": 90 + }, + "facing=north": { + "model": "minecraft:block/dead_horn_coral_wall_fan" + }, + "facing=south": { + "model": "minecraft:block/dead_horn_coral_wall_fan", + "y": 180 + }, + "facing=west": { + "model": "minecraft:block/dead_horn_coral_wall_fan", + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/dead_tube_coral.json b/1.17.1/assets/minecraft/blockstates/dead_tube_coral.json new file mode 100644 index 00000000..156c3f0a --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/dead_tube_coral.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/dead_tube_coral" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/dead_tube_coral_block.json b/1.17.1/assets/minecraft/blockstates/dead_tube_coral_block.json new file mode 100644 index 00000000..72d40552 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/dead_tube_coral_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/dead_tube_coral_block" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/dead_tube_coral_fan.json b/1.17.1/assets/minecraft/blockstates/dead_tube_coral_fan.json new file mode 100644 index 00000000..095e294b --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/dead_tube_coral_fan.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/dead_tube_coral_fan" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/dead_tube_coral_wall_fan.json b/1.17.1/assets/minecraft/blockstates/dead_tube_coral_wall_fan.json new file mode 100644 index 00000000..0705e15d --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/dead_tube_coral_wall_fan.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/dead_tube_coral_wall_fan", + "y": 90 + }, + "facing=north": { + "model": "minecraft:block/dead_tube_coral_wall_fan" + }, + "facing=south": { + "model": "minecraft:block/dead_tube_coral_wall_fan", + "y": 180 + }, + "facing=west": { + "model": "minecraft:block/dead_tube_coral_wall_fan", + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/deepslate.json b/1.17.1/assets/minecraft/blockstates/deepslate.json new file mode 100644 index 00000000..0013c1ef --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/deepslate.json @@ -0,0 +1,62 @@ +{ + "variants": { + "axis=x": [ + { + "model": "minecraft:block/deepslate", + "x": 90, + "y": 90 + }, + { + "model": "minecraft:block/deepslate_mirrored", + "x": 90, + "y": 90 + }, + { + "model": "minecraft:block/deepslate", + "y": 90, + "x": 90 + }, + { + "model": "minecraft:block/deepslate_mirrored", + "y": 90, + "x": 90 + } + ], + "axis=y": [ + { + "model": "minecraft:block/deepslate" + }, + { + "model": "minecraft:block/deepslate_mirrored" + }, + { + "model": "minecraft:block/deepslate", + "y": 180 + }, + { + "model": "minecraft:block/deepslate_mirrored", + "y": 180 + } + ], + "axis=z": [ + { + "model": "minecraft:block/deepslate", + "x": 90 + }, + { + "model": "minecraft:block/deepslate_mirrored", + "x": 90 + }, + { + "model": "minecraft:block/deepslate", + "y": 180, + "x": 90 + }, + { + "model": "minecraft:block/deepslate_mirrored", + "y": 180, + "x": 90 + } + ] + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/deepslate_brick_slab.json b/1.17.1/assets/minecraft/blockstates/deepslate_brick_slab.json new file mode 100644 index 00000000..1d171038 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/deepslate_brick_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/deepslate_brick_slab" + }, + "type=double": { + "model": "minecraft:block/deepslate_bricks" + }, + "type=top": { + "model": "minecraft:block/deepslate_brick_slab_top" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/deepslate_brick_stairs.json b/1.17.1/assets/minecraft/blockstates/deepslate_brick_stairs.json new file mode 100644 index 00000000..e1347cec --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/deepslate_brick_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/deepslate_brick_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/deepslate_brick_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/deepslate_brick_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/deepslate_brick_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/deepslate_brick_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/deepslate_brick_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/deepslate_brick_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/deepslate_brick_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/deepslate_brick_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/deepslate_brick_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/deepslate_brick_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/deepslate_brick_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/deepslate_brick_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/deepslate_brick_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/deepslate_brick_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/deepslate_brick_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/deepslate_brick_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/deepslate_brick_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/deepslate_brick_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/deepslate_brick_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/deepslate_brick_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/deepslate_brick_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/deepslate_brick_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/deepslate_brick_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/deepslate_brick_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/deepslate_brick_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/deepslate_brick_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/deepslate_brick_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/deepslate_brick_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/deepslate_brick_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/deepslate_brick_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/deepslate_brick_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/deepslate_brick_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/deepslate_brick_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/deepslate_brick_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/deepslate_brick_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/deepslate_brick_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/deepslate_brick_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/deepslate_brick_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/deepslate_brick_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/deepslate_brick_wall.json b/1.17.1/assets/minecraft/blockstates/deepslate_brick_wall.json new file mode 100644 index 00000000..3480cdba --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/deepslate_brick_wall.json @@ -0,0 +1,90 @@ +{ + "multipart": [ + { + "when": { + "up": "true" + }, + "apply": { + "model": "minecraft:block/deepslate_brick_wall_post" + } + }, + { + "when": { + "north": "low" + }, + "apply": { + "model": "minecraft:block/deepslate_brick_wall_side", + "uvlock": true + } + }, + { + "when": { + "east": "low" + }, + "apply": { + "model": "minecraft:block/deepslate_brick_wall_side", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "low" + }, + "apply": { + "model": "minecraft:block/deepslate_brick_wall_side", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "low" + }, + "apply": { + "model": "minecraft:block/deepslate_brick_wall_side", + "y": 270, + "uvlock": true + } + }, + { + "when": { + "north": "tall" + }, + "apply": { + "model": "minecraft:block/deepslate_brick_wall_side_tall", + "uvlock": true + } + }, + { + "when": { + "east": "tall" + }, + "apply": { + "model": "minecraft:block/deepslate_brick_wall_side_tall", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "tall" + }, + "apply": { + "model": "minecraft:block/deepslate_brick_wall_side_tall", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "tall" + }, + "apply": { + "model": "minecraft:block/deepslate_brick_wall_side_tall", + "y": 270, + "uvlock": true + } + } + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/deepslate_bricks.json b/1.17.1/assets/minecraft/blockstates/deepslate_bricks.json new file mode 100644 index 00000000..1884843c --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/deepslate_bricks.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/deepslate_bricks" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/deepslate_coal_ore.json b/1.17.1/assets/minecraft/blockstates/deepslate_coal_ore.json new file mode 100644 index 00000000..8df18485 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/deepslate_coal_ore.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/deepslate_coal_ore" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/deepslate_copper_ore.json b/1.17.1/assets/minecraft/blockstates/deepslate_copper_ore.json new file mode 100644 index 00000000..aa4aaa01 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/deepslate_copper_ore.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/deepslate_copper_ore" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/deepslate_diamond_ore.json b/1.17.1/assets/minecraft/blockstates/deepslate_diamond_ore.json new file mode 100644 index 00000000..fa67e3fd --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/deepslate_diamond_ore.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/deepslate_diamond_ore" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/deepslate_emerald_ore.json b/1.17.1/assets/minecraft/blockstates/deepslate_emerald_ore.json new file mode 100644 index 00000000..bf0b9264 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/deepslate_emerald_ore.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/deepslate_emerald_ore" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/deepslate_gold_ore.json b/1.17.1/assets/minecraft/blockstates/deepslate_gold_ore.json new file mode 100644 index 00000000..f2077df6 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/deepslate_gold_ore.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/deepslate_gold_ore" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/deepslate_iron_ore.json b/1.17.1/assets/minecraft/blockstates/deepslate_iron_ore.json new file mode 100644 index 00000000..62c79c11 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/deepslate_iron_ore.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/deepslate_iron_ore" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/deepslate_lapis_ore.json b/1.17.1/assets/minecraft/blockstates/deepslate_lapis_ore.json new file mode 100644 index 00000000..60d27c9f --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/deepslate_lapis_ore.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/deepslate_lapis_ore" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/deepslate_redstone_ore.json b/1.17.1/assets/minecraft/blockstates/deepslate_redstone_ore.json new file mode 100644 index 00000000..8767d7d9 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/deepslate_redstone_ore.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/deepslate_redstone_ore" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/deepslate_tile_slab.json b/1.17.1/assets/minecraft/blockstates/deepslate_tile_slab.json new file mode 100644 index 00000000..60a8208f --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/deepslate_tile_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/deepslate_tile_slab" + }, + "type=double": { + "model": "minecraft:block/deepslate_tiles" + }, + "type=top": { + "model": "minecraft:block/deepslate_tile_slab_top" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/deepslate_tile_stairs.json b/1.17.1/assets/minecraft/blockstates/deepslate_tile_stairs.json new file mode 100644 index 00000000..92684bce --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/deepslate_tile_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/deepslate_tile_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/deepslate_tile_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/deepslate_tile_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/deepslate_tile_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/deepslate_tile_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/deepslate_tile_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/deepslate_tile_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/deepslate_tile_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/deepslate_tile_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/deepslate_tile_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/deepslate_tile_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/deepslate_tile_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/deepslate_tile_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/deepslate_tile_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/deepslate_tile_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/deepslate_tile_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/deepslate_tile_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/deepslate_tile_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/deepslate_tile_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/deepslate_tile_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/deepslate_tile_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/deepslate_tile_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/deepslate_tile_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/deepslate_tile_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/deepslate_tile_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/deepslate_tile_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/deepslate_tile_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/deepslate_tile_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/deepslate_tile_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/deepslate_tile_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/deepslate_tile_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/deepslate_tile_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/deepslate_tile_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/deepslate_tile_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/deepslate_tile_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/deepslate_tile_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/deepslate_tile_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/deepslate_tile_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/deepslate_tile_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/deepslate_tile_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/deepslate_tile_wall.json b/1.17.1/assets/minecraft/blockstates/deepslate_tile_wall.json new file mode 100644 index 00000000..8f302a8e --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/deepslate_tile_wall.json @@ -0,0 +1,90 @@ +{ + "multipart": [ + { + "when": { + "up": "true" + }, + "apply": { + "model": "minecraft:block/deepslate_tile_wall_post" + } + }, + { + "when": { + "north": "low" + }, + "apply": { + "model": "minecraft:block/deepslate_tile_wall_side", + "uvlock": true + } + }, + { + "when": { + "east": "low" + }, + "apply": { + "model": "minecraft:block/deepslate_tile_wall_side", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "low" + }, + "apply": { + "model": "minecraft:block/deepslate_tile_wall_side", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "low" + }, + "apply": { + "model": "minecraft:block/deepslate_tile_wall_side", + "y": 270, + "uvlock": true + } + }, + { + "when": { + "north": "tall" + }, + "apply": { + "model": "minecraft:block/deepslate_tile_wall_side_tall", + "uvlock": true + } + }, + { + "when": { + "east": "tall" + }, + "apply": { + "model": "minecraft:block/deepslate_tile_wall_side_tall", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "tall" + }, + "apply": { + "model": "minecraft:block/deepslate_tile_wall_side_tall", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "tall" + }, + "apply": { + "model": "minecraft:block/deepslate_tile_wall_side_tall", + "y": 270, + "uvlock": true + } + } + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/deepslate_tiles.json b/1.17.1/assets/minecraft/blockstates/deepslate_tiles.json new file mode 100644 index 00000000..2e9d4dce --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/deepslate_tiles.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/deepslate_tiles" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/detector_rail.json b/1.17.1/assets/minecraft/blockstates/detector_rail.json new file mode 100644 index 00000000..fff11cc0 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/detector_rail.json @@ -0,0 +1,46 @@ +{ + "variants": { + "powered=false,shape=ascending_east": { + "model": "minecraft:block/detector_rail_raised_ne", + "y": 90 + }, + "powered=false,shape=ascending_north": { + "model": "minecraft:block/detector_rail_raised_ne" + }, + "powered=false,shape=ascending_south": { + "model": "minecraft:block/detector_rail_raised_sw" + }, + "powered=false,shape=ascending_west": { + "model": "minecraft:block/detector_rail_raised_sw", + "y": 90 + }, + "powered=false,shape=east_west": { + "model": "minecraft:block/detector_rail", + "y": 90 + }, + "powered=false,shape=north_south": { + "model": "minecraft:block/detector_rail" + }, + "powered=true,shape=ascending_east": { + "model": "minecraft:block/detector_rail_on_raised_ne", + "y": 90 + }, + "powered=true,shape=ascending_north": { + "model": "minecraft:block/detector_rail_on_raised_ne" + }, + "powered=true,shape=ascending_south": { + "model": "minecraft:block/detector_rail_on_raised_sw" + }, + "powered=true,shape=ascending_west": { + "model": "minecraft:block/detector_rail_on_raised_sw", + "y": 90 + }, + "powered=true,shape=east_west": { + "model": "minecraft:block/detector_rail_on", + "y": 90 + }, + "powered=true,shape=north_south": { + "model": "minecraft:block/detector_rail_on" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/diamond_block.json b/1.17.1/assets/minecraft/blockstates/diamond_block.json new file mode 100644 index 00000000..5a5d8888 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/diamond_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/diamond_block" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/diamond_ore.json b/1.17.1/assets/minecraft/blockstates/diamond_ore.json new file mode 100644 index 00000000..fda88436 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/diamond_ore.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/diamond_ore" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/diorite.json b/1.17.1/assets/minecraft/blockstates/diorite.json new file mode 100644 index 00000000..6adf7b0a --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/diorite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/diorite" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/diorite_slab.json b/1.17.1/assets/minecraft/blockstates/diorite_slab.json new file mode 100644 index 00000000..58e56110 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/diorite_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/diorite_slab" + }, + "type=double": { + "model": "minecraft:block/diorite" + }, + "type=top": { + "model": "minecraft:block/diorite_slab_top" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/diorite_stairs.json b/1.17.1/assets/minecraft/blockstates/diorite_stairs.json new file mode 100644 index 00000000..c44582d3 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/diorite_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/diorite_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/diorite_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/diorite_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/diorite_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/diorite_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/diorite_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/diorite_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/diorite_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/diorite_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/diorite_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/diorite_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/diorite_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/diorite_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/diorite_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/diorite_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/diorite_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/diorite_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/diorite_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/diorite_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/diorite_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/diorite_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/diorite_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/diorite_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/diorite_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/diorite_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/diorite_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/diorite_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/diorite_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/diorite_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/diorite_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/diorite_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/diorite_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/diorite_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/diorite_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/diorite_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/diorite_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/diorite_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/diorite_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/diorite_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/diorite_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/diorite_wall.json b/1.17.1/assets/minecraft/blockstates/diorite_wall.json new file mode 100644 index 00000000..80d75819 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/diorite_wall.json @@ -0,0 +1,90 @@ +{ + "multipart": [ + { + "when": { + "up": "true" + }, + "apply": { + "model": "minecraft:block/diorite_wall_post" + } + }, + { + "when": { + "north": "low" + }, + "apply": { + "model": "minecraft:block/diorite_wall_side", + "uvlock": true + } + }, + { + "when": { + "east": "low" + }, + "apply": { + "model": "minecraft:block/diorite_wall_side", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "low" + }, + "apply": { + "model": "minecraft:block/diorite_wall_side", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "low" + }, + "apply": { + "model": "minecraft:block/diorite_wall_side", + "y": 270, + "uvlock": true + } + }, + { + "when": { + "north": "tall" + }, + "apply": { + "model": "minecraft:block/diorite_wall_side_tall", + "uvlock": true + } + }, + { + "when": { + "east": "tall" + }, + "apply": { + "model": "minecraft:block/diorite_wall_side_tall", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "tall" + }, + "apply": { + "model": "minecraft:block/diorite_wall_side_tall", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "tall" + }, + "apply": { + "model": "minecraft:block/diorite_wall_side_tall", + "y": 270, + "uvlock": true + } + } + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/dirt.json b/1.17.1/assets/minecraft/blockstates/dirt.json new file mode 100644 index 00000000..875507fe --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/dirt.json @@ -0,0 +1,21 @@ +{ + "variants": { + "": [ + { + "model": "minecraft:block/dirt" + }, + { + "model": "minecraft:block/dirt", + "y": 90 + }, + { + "model": "minecraft:block/dirt", + "y": 180 + }, + { + "model": "minecraft:block/dirt", + "y": 270 + } + ] + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/dirt_path.json b/1.17.1/assets/minecraft/blockstates/dirt_path.json new file mode 100644 index 00000000..3865928a --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/dirt_path.json @@ -0,0 +1,21 @@ +{ + "variants": { + "": [ + { + "model": "minecraft:block/dirt_path" + }, + { + "model": "minecraft:block/dirt_path", + "y": 90 + }, + { + "model": "minecraft:block/dirt_path", + "y": 180 + }, + { + "model": "minecraft:block/dirt_path", + "y": 270 + } + ] + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/dispenser.json b/1.17.1/assets/minecraft/blockstates/dispenser.json new file mode 100644 index 00000000..aae90a81 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/dispenser.json @@ -0,0 +1,26 @@ +{ + "variants": { + "facing=down": { + "model": "minecraft:block/dispenser_vertical", + "x": 180 + }, + "facing=east": { + "model": "minecraft:block/dispenser", + "y": 90 + }, + "facing=north": { + "model": "minecraft:block/dispenser" + }, + "facing=south": { + "model": "minecraft:block/dispenser", + "y": 180 + }, + "facing=up": { + "model": "minecraft:block/dispenser_vertical" + }, + "facing=west": { + "model": "minecraft:block/dispenser", + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/dragon_egg.json b/1.17.1/assets/minecraft/blockstates/dragon_egg.json new file mode 100644 index 00000000..9bb980f7 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/dragon_egg.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/dragon_egg" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/dragon_head.json b/1.17.1/assets/minecraft/blockstates/dragon_head.json new file mode 100644 index 00000000..3951e3ee --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/dragon_head.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/skull" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/dragon_wall_head.json b/1.17.1/assets/minecraft/blockstates/dragon_wall_head.json new file mode 100644 index 00000000..3951e3ee --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/dragon_wall_head.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/skull" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/dried_kelp_block.json b/1.17.1/assets/minecraft/blockstates/dried_kelp_block.json new file mode 100644 index 00000000..aa9d160b --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/dried_kelp_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/dried_kelp_block" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/dripstone_block.json b/1.17.1/assets/minecraft/blockstates/dripstone_block.json new file mode 100644 index 00000000..d3949ca4 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/dripstone_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/dripstone_block" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/dropper.json b/1.17.1/assets/minecraft/blockstates/dropper.json new file mode 100644 index 00000000..19b14830 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/dropper.json @@ -0,0 +1,26 @@ +{ + "variants": { + "facing=down": { + "model": "minecraft:block/dropper_vertical", + "x": 180 + }, + "facing=east": { + "model": "minecraft:block/dropper", + "y": 90 + }, + "facing=north": { + "model": "minecraft:block/dropper" + }, + "facing=south": { + "model": "minecraft:block/dropper", + "y": 180 + }, + "facing=up": { + "model": "minecraft:block/dropper_vertical" + }, + "facing=west": { + "model": "minecraft:block/dropper", + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/emerald_block.json b/1.17.1/assets/minecraft/blockstates/emerald_block.json new file mode 100644 index 00000000..e159176d --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/emerald_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/emerald_block" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/emerald_ore.json b/1.17.1/assets/minecraft/blockstates/emerald_ore.json new file mode 100644 index 00000000..ed6121a9 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/emerald_ore.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/emerald_ore" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/enchanting_table.json b/1.17.1/assets/minecraft/blockstates/enchanting_table.json new file mode 100644 index 00000000..85aeab36 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/enchanting_table.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/enchanting_table" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/end_gateway.json b/1.17.1/assets/minecraft/blockstates/end_gateway.json new file mode 100644 index 00000000..2b5f683e --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/end_gateway.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/end_portal" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/end_portal.json b/1.17.1/assets/minecraft/blockstates/end_portal.json new file mode 100644 index 00000000..2b5f683e --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/end_portal.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/end_portal" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/end_portal_frame.json b/1.17.1/assets/minecraft/blockstates/end_portal_frame.json new file mode 100644 index 00000000..adcb19a1 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/end_portal_frame.json @@ -0,0 +1,34 @@ +{ + "variants": { + "eye=false,facing=east": { + "model": "minecraft:block/end_portal_frame", + "y": 270 + }, + "eye=false,facing=north": { + "model": "minecraft:block/end_portal_frame", + "y": 180 + }, + "eye=false,facing=south": { + "model": "minecraft:block/end_portal_frame" + }, + "eye=false,facing=west": { + "model": "minecraft:block/end_portal_frame", + "y": 90 + }, + "eye=true,facing=east": { + "model": "minecraft:block/end_portal_frame_filled", + "y": 270 + }, + "eye=true,facing=north": { + "model": "minecraft:block/end_portal_frame_filled", + "y": 180 + }, + "eye=true,facing=south": { + "model": "minecraft:block/end_portal_frame_filled" + }, + "eye=true,facing=west": { + "model": "minecraft:block/end_portal_frame_filled", + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/end_rod.json b/1.17.1/assets/minecraft/blockstates/end_rod.json new file mode 100644 index 00000000..0119a1a2 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/end_rod.json @@ -0,0 +1,30 @@ +{ + "variants": { + "facing=down": { + "model": "minecraft:block/end_rod", + "x": 180 + }, + "facing=east": { + "model": "minecraft:block/end_rod", + "x": 90, + "y": 90 + }, + "facing=north": { + "model": "minecraft:block/end_rod", + "x": 90 + }, + "facing=south": { + "model": "minecraft:block/end_rod", + "x": 90, + "y": 180 + }, + "facing=up": { + "model": "minecraft:block/end_rod" + }, + "facing=west": { + "model": "minecraft:block/end_rod", + "x": 90, + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/end_stone.json b/1.17.1/assets/minecraft/blockstates/end_stone.json new file mode 100644 index 00000000..e8e23c91 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/end_stone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/end_stone" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/end_stone_brick_slab.json b/1.17.1/assets/minecraft/blockstates/end_stone_brick_slab.json new file mode 100644 index 00000000..08681cc5 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/end_stone_brick_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/end_stone_brick_slab" + }, + "type=double": { + "model": "minecraft:block/end_stone_bricks" + }, + "type=top": { + "model": "minecraft:block/end_stone_brick_slab_top" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/end_stone_brick_stairs.json b/1.17.1/assets/minecraft/blockstates/end_stone_brick_stairs.json new file mode 100644 index 00000000..a60c35ba --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/end_stone_brick_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/end_stone_brick_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/end_stone_brick_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/end_stone_brick_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/end_stone_brick_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/end_stone_brick_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/end_stone_brick_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/end_stone_brick_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/end_stone_brick_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/end_stone_brick_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/end_stone_brick_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/end_stone_brick_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/end_stone_brick_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/end_stone_brick_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/end_stone_brick_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/end_stone_brick_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/end_stone_brick_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/end_stone_brick_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/end_stone_brick_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/end_stone_brick_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/end_stone_brick_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/end_stone_brick_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/end_stone_brick_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/end_stone_brick_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/end_stone_brick_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/end_stone_brick_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/end_stone_brick_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/end_stone_brick_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/end_stone_brick_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/end_stone_brick_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/end_stone_brick_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/end_stone_brick_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/end_stone_brick_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/end_stone_brick_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/end_stone_brick_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/end_stone_brick_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/end_stone_brick_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/end_stone_brick_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/end_stone_brick_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/end_stone_brick_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/end_stone_brick_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/end_stone_brick_wall.json b/1.17.1/assets/minecraft/blockstates/end_stone_brick_wall.json new file mode 100644 index 00000000..c416264a --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/end_stone_brick_wall.json @@ -0,0 +1,90 @@ +{ + "multipart": [ + { + "when": { + "up": "true" + }, + "apply": { + "model": "minecraft:block/end_stone_brick_wall_post" + } + }, + { + "when": { + "north": "low" + }, + "apply": { + "model": "minecraft:block/end_stone_brick_wall_side", + "uvlock": true + } + }, + { + "when": { + "east": "low" + }, + "apply": { + "model": "minecraft:block/end_stone_brick_wall_side", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "low" + }, + "apply": { + "model": "minecraft:block/end_stone_brick_wall_side", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "low" + }, + "apply": { + "model": "minecraft:block/end_stone_brick_wall_side", + "y": 270, + "uvlock": true + } + }, + { + "when": { + "north": "tall" + }, + "apply": { + "model": "minecraft:block/end_stone_brick_wall_side_tall", + "uvlock": true + } + }, + { + "when": { + "east": "tall" + }, + "apply": { + "model": "minecraft:block/end_stone_brick_wall_side_tall", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "tall" + }, + "apply": { + "model": "minecraft:block/end_stone_brick_wall_side_tall", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "tall" + }, + "apply": { + "model": "minecraft:block/end_stone_brick_wall_side_tall", + "y": 270, + "uvlock": true + } + } + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/end_stone_bricks.json b/1.17.1/assets/minecraft/blockstates/end_stone_bricks.json new file mode 100644 index 00000000..1cc0910a --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/end_stone_bricks.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/end_stone_bricks" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/ender_chest.json b/1.17.1/assets/minecraft/blockstates/ender_chest.json new file mode 100644 index 00000000..8656aed7 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/ender_chest.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/ender_chest" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/exposed_copper.json b/1.17.1/assets/minecraft/blockstates/exposed_copper.json new file mode 100644 index 00000000..ed711e79 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/exposed_copper.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/exposed_copper" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/exposed_cut_copper.json b/1.17.1/assets/minecraft/blockstates/exposed_cut_copper.json new file mode 100644 index 00000000..3b465b0b --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/exposed_cut_copper.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/exposed_cut_copper" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/exposed_cut_copper_slab.json b/1.17.1/assets/minecraft/blockstates/exposed_cut_copper_slab.json new file mode 100644 index 00000000..81b09c73 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/exposed_cut_copper_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/exposed_cut_copper_slab" + }, + "type=double": { + "model": "minecraft:block/exposed_cut_copper" + }, + "type=top": { + "model": "minecraft:block/exposed_cut_copper_slab_top" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/exposed_cut_copper_stairs.json b/1.17.1/assets/minecraft/blockstates/exposed_cut_copper_stairs.json new file mode 100644 index 00000000..db31a669 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/exposed_cut_copper_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/exposed_cut_copper_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/exposed_cut_copper_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/exposed_cut_copper_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/exposed_cut_copper_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/exposed_cut_copper_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/exposed_cut_copper_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/exposed_cut_copper_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/exposed_cut_copper_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/exposed_cut_copper_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/exposed_cut_copper_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/exposed_cut_copper_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/exposed_cut_copper_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/exposed_cut_copper_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/exposed_cut_copper_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/exposed_cut_copper_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/exposed_cut_copper_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/exposed_cut_copper_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/exposed_cut_copper_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/exposed_cut_copper_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/exposed_cut_copper_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/exposed_cut_copper_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/exposed_cut_copper_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/exposed_cut_copper_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/exposed_cut_copper_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/exposed_cut_copper_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/exposed_cut_copper_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/exposed_cut_copper_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/exposed_cut_copper_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/exposed_cut_copper_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/exposed_cut_copper_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/exposed_cut_copper_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/exposed_cut_copper_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/exposed_cut_copper_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/exposed_cut_copper_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/exposed_cut_copper_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/exposed_cut_copper_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/exposed_cut_copper_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/exposed_cut_copper_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/exposed_cut_copper_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/exposed_cut_copper_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/farmland.json b/1.17.1/assets/minecraft/blockstates/farmland.json new file mode 100644 index 00000000..93882d0c --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/farmland.json @@ -0,0 +1,28 @@ +{ + "variants": { + "moisture=0": { + "model": "minecraft:block/farmland" + }, + "moisture=1": { + "model": "minecraft:block/farmland" + }, + "moisture=2": { + "model": "minecraft:block/farmland" + }, + "moisture=3": { + "model": "minecraft:block/farmland" + }, + "moisture=4": { + "model": "minecraft:block/farmland" + }, + "moisture=5": { + "model": "minecraft:block/farmland" + }, + "moisture=6": { + "model": "minecraft:block/farmland" + }, + "moisture=7": { + "model": "minecraft:block/farmland_moist" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/fern.json b/1.17.1/assets/minecraft/blockstates/fern.json new file mode 100644 index 00000000..01cf1d34 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/fern.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/fern" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/fire.json b/1.17.1/assets/minecraft/blockstates/fire.json new file mode 100644 index 00000000..e0a8cbda --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/fire.json @@ -0,0 +1,172 @@ +{ + "multipart": [ + { + "when": { + "up": "false", + "north": "false", + "west": "false", + "south": "false", + "east": "false" + }, + "apply": [ + { + "model": "minecraft:block/fire_floor0" + }, + { + "model": "minecraft:block/fire_floor1" + } + ] + }, + { + "when": { + "OR": [ + { + "north": "true" + }, + { + "up": "false", + "north": "false", + "west": "false", + "south": "false", + "east": "false" + } + ] + }, + "apply": [ + { + "model": "minecraft:block/fire_side0" + }, + { + "model": "minecraft:block/fire_side1" + }, + { + "model": "minecraft:block/fire_side_alt0" + }, + { + "model": "minecraft:block/fire_side_alt1" + } + ] + }, + { + "when": { + "OR": [ + { + "east": "true" + }, + { + "up": "false", + "north": "false", + "west": "false", + "south": "false", + "east": "false" + } + ] + }, + "apply": [ + { + "model": "minecraft:block/fire_side0", + "y": 90 + }, + { + "model": "minecraft:block/fire_side1", + "y": 90 + }, + { + "model": "minecraft:block/fire_side_alt0", + "y": 90 + }, + { + "model": "minecraft:block/fire_side_alt1", + "y": 90 + } + ] + }, + { + "when": { + "OR": [ + { + "south": "true" + }, + { + "up": "false", + "north": "false", + "west": "false", + "south": "false", + "east": "false" + } + ] + }, + "apply": [ + { + "model": "minecraft:block/fire_side0", + "y": 180 + }, + { + "model": "minecraft:block/fire_side1", + "y": 180 + }, + { + "model": "minecraft:block/fire_side_alt0", + "y": 180 + }, + { + "model": "minecraft:block/fire_side_alt1", + "y": 180 + } + ] + }, + { + "when": { + "OR": [ + { + "west": "true" + }, + { + "up": "false", + "north": "false", + "west": "false", + "south": "false", + "east": "false" + } + ] + }, + "apply": [ + { + "model": "minecraft:block/fire_side0", + "y": 270 + }, + { + "model": "minecraft:block/fire_side1", + "y": 270 + }, + { + "model": "minecraft:block/fire_side_alt0", + "y": 270 + }, + { + "model": "minecraft:block/fire_side_alt1", + "y": 270 + } + ] + }, + { + "when": { + "up": "true" + }, + "apply": [ + { + "model": "minecraft:block/fire_up0" + }, + { + "model": "minecraft:block/fire_up1" + }, + { + "model": "minecraft:block/fire_up_alt0" + }, + { + "model": "minecraft:block/fire_up_alt1" + } + ] + } + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/fire_coral.json b/1.17.1/assets/minecraft/blockstates/fire_coral.json new file mode 100644 index 00000000..a80bfadc --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/fire_coral.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/fire_coral" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/fire_coral_block.json b/1.17.1/assets/minecraft/blockstates/fire_coral_block.json new file mode 100644 index 00000000..a4f98fbd --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/fire_coral_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/fire_coral_block" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/fire_coral_fan.json b/1.17.1/assets/minecraft/blockstates/fire_coral_fan.json new file mode 100644 index 00000000..d6579f89 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/fire_coral_fan.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/fire_coral_fan" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/fire_coral_wall_fan.json b/1.17.1/assets/minecraft/blockstates/fire_coral_wall_fan.json new file mode 100644 index 00000000..91493306 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/fire_coral_wall_fan.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/fire_coral_wall_fan", + "y": 90 + }, + "facing=north": { + "model": "minecraft:block/fire_coral_wall_fan" + }, + "facing=south": { + "model": "minecraft:block/fire_coral_wall_fan", + "y": 180 + }, + "facing=west": { + "model": "minecraft:block/fire_coral_wall_fan", + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/fletching_table.json b/1.17.1/assets/minecraft/blockstates/fletching_table.json new file mode 100644 index 00000000..941b4fd9 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/fletching_table.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/fletching_table" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/flower_pot.json b/1.17.1/assets/minecraft/blockstates/flower_pot.json new file mode 100644 index 00000000..8a1ab93b --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/flower_pot.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/flower_pot" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/flowering_azalea.json b/1.17.1/assets/minecraft/blockstates/flowering_azalea.json new file mode 100644 index 00000000..daeb290c --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/flowering_azalea.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/flowering_azalea" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/flowering_azalea_leaves.json b/1.17.1/assets/minecraft/blockstates/flowering_azalea_leaves.json new file mode 100644 index 00000000..9731fdb0 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/flowering_azalea_leaves.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/flowering_azalea_leaves" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/frosted_ice.json b/1.17.1/assets/minecraft/blockstates/frosted_ice.json new file mode 100644 index 00000000..f03b5bdc --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/frosted_ice.json @@ -0,0 +1,16 @@ +{ + "variants": { + "age=0": { + "model": "minecraft:block/frosted_ice_0" + }, + "age=1": { + "model": "minecraft:block/frosted_ice_1" + }, + "age=2": { + "model": "minecraft:block/frosted_ice_2" + }, + "age=3": { + "model": "minecraft:block/frosted_ice_3" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/furnace.json b/1.17.1/assets/minecraft/blockstates/furnace.json new file mode 100644 index 00000000..9c31d91f --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/furnace.json @@ -0,0 +1,34 @@ +{ + "variants": { + "facing=east,lit=false": { + "model": "minecraft:block/furnace", + "y": 90 + }, + "facing=east,lit=true": { + "model": "minecraft:block/furnace_on", + "y": 90 + }, + "facing=north,lit=false": { + "model": "minecraft:block/furnace" + }, + "facing=north,lit=true": { + "model": "minecraft:block/furnace_on" + }, + "facing=south,lit=false": { + "model": "minecraft:block/furnace", + "y": 180 + }, + "facing=south,lit=true": { + "model": "minecraft:block/furnace_on", + "y": 180 + }, + "facing=west,lit=false": { + "model": "minecraft:block/furnace", + "y": 270 + }, + "facing=west,lit=true": { + "model": "minecraft:block/furnace_on", + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/gilded_blackstone.json b/1.17.1/assets/minecraft/blockstates/gilded_blackstone.json new file mode 100644 index 00000000..511f5825 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/gilded_blackstone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/gilded_blackstone" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/glass.json b/1.17.1/assets/minecraft/blockstates/glass.json new file mode 100644 index 00000000..5f6ec4d2 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/glass.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/glass" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/glass_pane.json b/1.17.1/assets/minecraft/blockstates/glass_pane.json new file mode 100644 index 00000000..f516703a --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/glass_pane.json @@ -0,0 +1,77 @@ +{ + "multipart": [ + { + "apply": { + "model": "minecraft:block/glass_pane_post" + } + }, + { + "when": { + "north": "true" + }, + "apply": { + "model": "minecraft:block/glass_pane_side" + } + }, + { + "when": { + "east": "true" + }, + "apply": { + "model": "minecraft:block/glass_pane_side", + "y": 90 + } + }, + { + "when": { + "south": "true" + }, + "apply": { + "model": "minecraft:block/glass_pane_side_alt" + } + }, + { + "when": { + "west": "true" + }, + "apply": { + "model": "minecraft:block/glass_pane_side_alt", + "y": 90 + } + }, + { + "when": { + "north": "false" + }, + "apply": { + "model": "minecraft:block/glass_pane_noside" + } + }, + { + "when": { + "east": "false" + }, + "apply": { + "model": "minecraft:block/glass_pane_noside_alt" + } + }, + { + "when": { + "south": "false" + }, + "apply": { + "model": "minecraft:block/glass_pane_noside_alt", + "y": 90 + } + }, + { + "when": { + "west": "false" + }, + "apply": { + "model": "minecraft:block/glass_pane_noside", + "y": 270 + } + } + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/glow_item_frame.json b/1.17.1/assets/minecraft/blockstates/glow_item_frame.json new file mode 100644 index 00000000..f43a1871 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/glow_item_frame.json @@ -0,0 +1,6 @@ +{ + "variants": { + "map=false": { "model": "block/glow_item_frame" }, + "map=true": { "model": "block/glow_item_frame_map" } + } +} diff --git a/1.17.1/assets/minecraft/blockstates/glow_lichen.json b/1.17.1/assets/minecraft/blockstates/glow_lichen.json new file mode 100644 index 00000000..189c5dbb --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/glow_lichen.json @@ -0,0 +1,150 @@ +{ + "multipart": [ + { + "when": { + "up": "true" + }, + "apply": { + "model": "minecraft:block/glow_lichen", + "x": 270, + "uvlock": true + } + }, + { + "when": { + "up": "false", + "north": "false", + "west": "false", + "south": "false", + "east": "false", + "down": "false" + }, + "apply": { + "model": "minecraft:block/glow_lichen", + "x": 270, + "uvlock": true + } + }, + { + "when": { + "north": "true" + }, + "apply": { + "model": "minecraft:block/glow_lichen" + } + }, + { + "when": { + "up": "false", + "north": "false", + "west": "false", + "south": "false", + "east": "false", + "down": "false" + }, + "apply": { + "model": "minecraft:block/glow_lichen" + } + }, + { + "when": { + "west": "true" + }, + "apply": { + "model": "minecraft:block/glow_lichen", + "y": 270, + "uvlock": true + } + }, + { + "when": { + "up": "false", + "north": "false", + "west": "false", + "south": "false", + "east": "false", + "down": "false" + }, + "apply": { + "model": "minecraft:block/glow_lichen", + "y": 270, + "uvlock": true + } + }, + { + "when": { + "south": "true" + }, + "apply": { + "model": "minecraft:block/glow_lichen", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "up": "false", + "north": "false", + "west": "false", + "south": "false", + "east": "false", + "down": "false" + }, + "apply": { + "model": "minecraft:block/glow_lichen", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "east": "true" + }, + "apply": { + "model": "minecraft:block/glow_lichen", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "up": "false", + "north": "false", + "west": "false", + "south": "false", + "east": "false", + "down": "false" + }, + "apply": { + "model": "minecraft:block/glow_lichen", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "down": "true" + }, + "apply": { + "model": "minecraft:block/glow_lichen", + "x": 90, + "uvlock": true + } + }, + { + "when": { + "up": "false", + "north": "false", + "west": "false", + "south": "false", + "east": "false", + "down": "false" + }, + "apply": { + "model": "minecraft:block/glow_lichen", + "x": 90, + "uvlock": true + } + } + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/glowstone.json b/1.17.1/assets/minecraft/blockstates/glowstone.json new file mode 100644 index 00000000..c60860b8 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/glowstone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/glowstone" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/gold_block.json b/1.17.1/assets/minecraft/blockstates/gold_block.json new file mode 100644 index 00000000..475eff02 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/gold_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/gold_block" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/gold_ore.json b/1.17.1/assets/minecraft/blockstates/gold_ore.json new file mode 100644 index 00000000..183d0679 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/gold_ore.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/gold_ore" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/granite.json b/1.17.1/assets/minecraft/blockstates/granite.json new file mode 100644 index 00000000..d11c34e1 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/granite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/granite" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/granite_slab.json b/1.17.1/assets/minecraft/blockstates/granite_slab.json new file mode 100644 index 00000000..1d2d50b6 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/granite_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/granite_slab" + }, + "type=double": { + "model": "minecraft:block/granite" + }, + "type=top": { + "model": "minecraft:block/granite_slab_top" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/granite_stairs.json b/1.17.1/assets/minecraft/blockstates/granite_stairs.json new file mode 100644 index 00000000..514907d2 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/granite_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/granite_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/granite_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/granite_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/granite_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/granite_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/granite_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/granite_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/granite_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/granite_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/granite_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/granite_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/granite_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/granite_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/granite_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/granite_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/granite_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/granite_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/granite_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/granite_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/granite_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/granite_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/granite_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/granite_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/granite_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/granite_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/granite_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/granite_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/granite_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/granite_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/granite_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/granite_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/granite_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/granite_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/granite_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/granite_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/granite_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/granite_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/granite_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/granite_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/granite_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/granite_wall.json b/1.17.1/assets/minecraft/blockstates/granite_wall.json new file mode 100644 index 00000000..66e72147 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/granite_wall.json @@ -0,0 +1,90 @@ +{ + "multipart": [ + { + "when": { + "up": "true" + }, + "apply": { + "model": "minecraft:block/granite_wall_post" + } + }, + { + "when": { + "north": "low" + }, + "apply": { + "model": "minecraft:block/granite_wall_side", + "uvlock": true + } + }, + { + "when": { + "east": "low" + }, + "apply": { + "model": "minecraft:block/granite_wall_side", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "low" + }, + "apply": { + "model": "minecraft:block/granite_wall_side", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "low" + }, + "apply": { + "model": "minecraft:block/granite_wall_side", + "y": 270, + "uvlock": true + } + }, + { + "when": { + "north": "tall" + }, + "apply": { + "model": "minecraft:block/granite_wall_side_tall", + "uvlock": true + } + }, + { + "when": { + "east": "tall" + }, + "apply": { + "model": "minecraft:block/granite_wall_side_tall", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "tall" + }, + "apply": { + "model": "minecraft:block/granite_wall_side_tall", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "tall" + }, + "apply": { + "model": "minecraft:block/granite_wall_side_tall", + "y": 270, + "uvlock": true + } + } + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/grass.json b/1.17.1/assets/minecraft/blockstates/grass.json new file mode 100644 index 00000000..e45466ee --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/grass.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/grass" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/grass_block.json b/1.17.1/assets/minecraft/blockstates/grass_block.json new file mode 100644 index 00000000..ab4efdb1 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/grass_block.json @@ -0,0 +1,24 @@ +{ + "variants": { + "snowy=false": [ + { + "model": "minecraft:block/grass_block" + }, + { + "model": "minecraft:block/grass_block", + "y": 90 + }, + { + "model": "minecraft:block/grass_block", + "y": 180 + }, + { + "model": "minecraft:block/grass_block", + "y": 270 + } + ], + "snowy=true": { + "model": "minecraft:block/grass_block_snow" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/gravel.json b/1.17.1/assets/minecraft/blockstates/gravel.json new file mode 100644 index 00000000..7f037234 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/gravel.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/gravel" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/gray_banner.json b/1.17.1/assets/minecraft/blockstates/gray_banner.json new file mode 100644 index 00000000..f5e2c87f --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/gray_banner.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/banner" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/gray_bed.json b/1.17.1/assets/minecraft/blockstates/gray_bed.json new file mode 100644 index 00000000..6577c90a --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/gray_bed.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/bed" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/gray_candle.json b/1.17.1/assets/minecraft/blockstates/gray_candle.json new file mode 100644 index 00000000..640fdd7c --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/gray_candle.json @@ -0,0 +1,28 @@ +{ + "variants": { + "candles=1,lit=false": { + "model": "minecraft:block/gray_candle_one_candle" + }, + "candles=1,lit=true": { + "model": "minecraft:block/gray_candle_one_candle_lit" + }, + "candles=2,lit=false": { + "model": "minecraft:block/gray_candle_two_candles" + }, + "candles=2,lit=true": { + "model": "minecraft:block/gray_candle_two_candles_lit" + }, + "candles=3,lit=false": { + "model": "minecraft:block/gray_candle_three_candles" + }, + "candles=3,lit=true": { + "model": "minecraft:block/gray_candle_three_candles_lit" + }, + "candles=4,lit=false": { + "model": "minecraft:block/gray_candle_four_candles" + }, + "candles=4,lit=true": { + "model": "minecraft:block/gray_candle_four_candles_lit" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/gray_candle_cake.json b/1.17.1/assets/minecraft/blockstates/gray_candle_cake.json new file mode 100644 index 00000000..f597b093 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/gray_candle_cake.json @@ -0,0 +1,10 @@ +{ + "variants": { + "lit=false": { + "model": "minecraft:block/gray_candle_cake" + }, + "lit=true": { + "model": "minecraft:block/gray_candle_cake_lit" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/gray_carpet.json b/1.17.1/assets/minecraft/blockstates/gray_carpet.json new file mode 100644 index 00000000..05f0cc60 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/gray_carpet.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/gray_carpet" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/gray_concrete.json b/1.17.1/assets/minecraft/blockstates/gray_concrete.json new file mode 100644 index 00000000..95c74d4a --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/gray_concrete.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/gray_concrete" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/gray_concrete_powder.json b/1.17.1/assets/minecraft/blockstates/gray_concrete_powder.json new file mode 100644 index 00000000..1d83c562 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/gray_concrete_powder.json @@ -0,0 +1,21 @@ +{ + "variants": { + "": [ + { + "model": "minecraft:block/gray_concrete_powder" + }, + { + "model": "minecraft:block/gray_concrete_powder", + "y": 90 + }, + { + "model": "minecraft:block/gray_concrete_powder", + "y": 180 + }, + { + "model": "minecraft:block/gray_concrete_powder", + "y": 270 + } + ] + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/gray_glazed_terracotta.json b/1.17.1/assets/minecraft/blockstates/gray_glazed_terracotta.json new file mode 100644 index 00000000..4315e7d7 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/gray_glazed_terracotta.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/gray_glazed_terracotta", + "y": 270 + }, + "facing=north": { + "model": "minecraft:block/gray_glazed_terracotta", + "y": 180 + }, + "facing=south": { + "model": "minecraft:block/gray_glazed_terracotta" + }, + "facing=west": { + "model": "minecraft:block/gray_glazed_terracotta", + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/gray_shulker_box.json b/1.17.1/assets/minecraft/blockstates/gray_shulker_box.json new file mode 100644 index 00000000..8dd3ead2 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/gray_shulker_box.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/gray_shulker_box" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/gray_stained_glass.json b/1.17.1/assets/minecraft/blockstates/gray_stained_glass.json new file mode 100644 index 00000000..d7d76b1a --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/gray_stained_glass.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/gray_stained_glass" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/gray_stained_glass_pane.json b/1.17.1/assets/minecraft/blockstates/gray_stained_glass_pane.json new file mode 100644 index 00000000..daba2d27 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/gray_stained_glass_pane.json @@ -0,0 +1,77 @@ +{ + "multipart": [ + { + "apply": { + "model": "minecraft:block/gray_stained_glass_pane_post" + } + }, + { + "when": { + "north": "true" + }, + "apply": { + "model": "minecraft:block/gray_stained_glass_pane_side" + } + }, + { + "when": { + "east": "true" + }, + "apply": { + "model": "minecraft:block/gray_stained_glass_pane_side", + "y": 90 + } + }, + { + "when": { + "south": "true" + }, + "apply": { + "model": "minecraft:block/gray_stained_glass_pane_side_alt" + } + }, + { + "when": { + "west": "true" + }, + "apply": { + "model": "minecraft:block/gray_stained_glass_pane_side_alt", + "y": 90 + } + }, + { + "when": { + "north": "false" + }, + "apply": { + "model": "minecraft:block/gray_stained_glass_pane_noside" + } + }, + { + "when": { + "east": "false" + }, + "apply": { + "model": "minecraft:block/gray_stained_glass_pane_noside_alt" + } + }, + { + "when": { + "south": "false" + }, + "apply": { + "model": "minecraft:block/gray_stained_glass_pane_noside_alt", + "y": 90 + } + }, + { + "when": { + "west": "false" + }, + "apply": { + "model": "minecraft:block/gray_stained_glass_pane_noside", + "y": 270 + } + } + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/gray_terracotta.json b/1.17.1/assets/minecraft/blockstates/gray_terracotta.json new file mode 100644 index 00000000..c605f3d0 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/gray_terracotta.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/gray_terracotta" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/gray_wall_banner.json b/1.17.1/assets/minecraft/blockstates/gray_wall_banner.json new file mode 100644 index 00000000..f5e2c87f --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/gray_wall_banner.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/banner" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/gray_wool.json b/1.17.1/assets/minecraft/blockstates/gray_wool.json new file mode 100644 index 00000000..001779de --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/gray_wool.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/gray_wool" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/green_banner.json b/1.17.1/assets/minecraft/blockstates/green_banner.json new file mode 100644 index 00000000..f5e2c87f --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/green_banner.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/banner" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/green_bed.json b/1.17.1/assets/minecraft/blockstates/green_bed.json new file mode 100644 index 00000000..6577c90a --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/green_bed.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/bed" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/green_candle.json b/1.17.1/assets/minecraft/blockstates/green_candle.json new file mode 100644 index 00000000..1e5ce65a --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/green_candle.json @@ -0,0 +1,28 @@ +{ + "variants": { + "candles=1,lit=false": { + "model": "minecraft:block/green_candle_one_candle" + }, + "candles=1,lit=true": { + "model": "minecraft:block/green_candle_one_candle_lit" + }, + "candles=2,lit=false": { + "model": "minecraft:block/green_candle_two_candles" + }, + "candles=2,lit=true": { + "model": "minecraft:block/green_candle_two_candles_lit" + }, + "candles=3,lit=false": { + "model": "minecraft:block/green_candle_three_candles" + }, + "candles=3,lit=true": { + "model": "minecraft:block/green_candle_three_candles_lit" + }, + "candles=4,lit=false": { + "model": "minecraft:block/green_candle_four_candles" + }, + "candles=4,lit=true": { + "model": "minecraft:block/green_candle_four_candles_lit" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/green_candle_cake.json b/1.17.1/assets/minecraft/blockstates/green_candle_cake.json new file mode 100644 index 00000000..d01a78d9 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/green_candle_cake.json @@ -0,0 +1,10 @@ +{ + "variants": { + "lit=false": { + "model": "minecraft:block/green_candle_cake" + }, + "lit=true": { + "model": "minecraft:block/green_candle_cake_lit" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/green_carpet.json b/1.17.1/assets/minecraft/blockstates/green_carpet.json new file mode 100644 index 00000000..83ea2c2d --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/green_carpet.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/green_carpet" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/green_concrete.json b/1.17.1/assets/minecraft/blockstates/green_concrete.json new file mode 100644 index 00000000..3ac2d62c --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/green_concrete.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/green_concrete" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/green_concrete_powder.json b/1.17.1/assets/minecraft/blockstates/green_concrete_powder.json new file mode 100644 index 00000000..ee2e37dc --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/green_concrete_powder.json @@ -0,0 +1,21 @@ +{ + "variants": { + "": [ + { + "model": "minecraft:block/green_concrete_powder" + }, + { + "model": "minecraft:block/green_concrete_powder", + "y": 90 + }, + { + "model": "minecraft:block/green_concrete_powder", + "y": 180 + }, + { + "model": "minecraft:block/green_concrete_powder", + "y": 270 + } + ] + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/green_glazed_terracotta.json b/1.17.1/assets/minecraft/blockstates/green_glazed_terracotta.json new file mode 100644 index 00000000..4c991e2e --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/green_glazed_terracotta.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/green_glazed_terracotta", + "y": 270 + }, + "facing=north": { + "model": "minecraft:block/green_glazed_terracotta", + "y": 180 + }, + "facing=south": { + "model": "minecraft:block/green_glazed_terracotta" + }, + "facing=west": { + "model": "minecraft:block/green_glazed_terracotta", + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/green_shulker_box.json b/1.17.1/assets/minecraft/blockstates/green_shulker_box.json new file mode 100644 index 00000000..e8c32e0d --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/green_shulker_box.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/green_shulker_box" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/green_stained_glass.json b/1.17.1/assets/minecraft/blockstates/green_stained_glass.json new file mode 100644 index 00000000..ca4fec40 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/green_stained_glass.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/green_stained_glass" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/green_stained_glass_pane.json b/1.17.1/assets/minecraft/blockstates/green_stained_glass_pane.json new file mode 100644 index 00000000..a9de0128 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/green_stained_glass_pane.json @@ -0,0 +1,77 @@ +{ + "multipart": [ + { + "apply": { + "model": "minecraft:block/green_stained_glass_pane_post" + } + }, + { + "when": { + "north": "true" + }, + "apply": { + "model": "minecraft:block/green_stained_glass_pane_side" + } + }, + { + "when": { + "east": "true" + }, + "apply": { + "model": "minecraft:block/green_stained_glass_pane_side", + "y": 90 + } + }, + { + "when": { + "south": "true" + }, + "apply": { + "model": "minecraft:block/green_stained_glass_pane_side_alt" + } + }, + { + "when": { + "west": "true" + }, + "apply": { + "model": "minecraft:block/green_stained_glass_pane_side_alt", + "y": 90 + } + }, + { + "when": { + "north": "false" + }, + "apply": { + "model": "minecraft:block/green_stained_glass_pane_noside" + } + }, + { + "when": { + "east": "false" + }, + "apply": { + "model": "minecraft:block/green_stained_glass_pane_noside_alt" + } + }, + { + "when": { + "south": "false" + }, + "apply": { + "model": "minecraft:block/green_stained_glass_pane_noside_alt", + "y": 90 + } + }, + { + "when": { + "west": "false" + }, + "apply": { + "model": "minecraft:block/green_stained_glass_pane_noside", + "y": 270 + } + } + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/green_terracotta.json b/1.17.1/assets/minecraft/blockstates/green_terracotta.json new file mode 100644 index 00000000..3bf40d83 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/green_terracotta.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/green_terracotta" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/green_wall_banner.json b/1.17.1/assets/minecraft/blockstates/green_wall_banner.json new file mode 100644 index 00000000..f5e2c87f --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/green_wall_banner.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/banner" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/green_wool.json b/1.17.1/assets/minecraft/blockstates/green_wool.json new file mode 100644 index 00000000..89537035 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/green_wool.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/green_wool" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/grindstone.json b/1.17.1/assets/minecraft/blockstates/grindstone.json new file mode 100644 index 00000000..244481d0 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/grindstone.json @@ -0,0 +1,57 @@ +{ + "variants": { + "face=ceiling,facing=east": { + "model": "minecraft:block/grindstone", + "x": 180, + "y": 270 + }, + "face=ceiling,facing=north": { + "model": "minecraft:block/grindstone", + "x": 180, + "y": 180 + }, + "face=ceiling,facing=south": { + "model": "minecraft:block/grindstone", + "x": 180 + }, + "face=ceiling,facing=west": { + "model": "minecraft:block/grindstone", + "x": 180, + "y": 90 + }, + "face=floor,facing=east": { + "model": "minecraft:block/grindstone", + "y": 90 + }, + "face=floor,facing=north": { + "model": "minecraft:block/grindstone" + }, + "face=floor,facing=south": { + "model": "minecraft:block/grindstone", + "y": 180 + }, + "face=floor,facing=west": { + "model": "minecraft:block/grindstone", + "y": 270 + }, + "face=wall,facing=east": { + "model": "minecraft:block/grindstone", + "x": 90, + "y": 90 + }, + "face=wall,facing=north": { + "model": "minecraft:block/grindstone", + "x": 90 + }, + "face=wall,facing=south": { + "model": "minecraft:block/grindstone", + "x": 90, + "y": 180 + }, + "face=wall,facing=west": { + "model": "minecraft:block/grindstone", + "x": 90, + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/hanging_roots.json b/1.17.1/assets/minecraft/blockstates/hanging_roots.json new file mode 100644 index 00000000..a6a155d0 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/hanging_roots.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/hanging_roots" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/hay_block.json b/1.17.1/assets/minecraft/blockstates/hay_block.json new file mode 100644 index 00000000..63467f1b --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/hay_block.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/hay_block_horizontal", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/hay_block" + }, + "axis=z": { + "model": "minecraft:block/hay_block_horizontal", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/heavy_weighted_pressure_plate.json b/1.17.1/assets/minecraft/blockstates/heavy_weighted_pressure_plate.json new file mode 100644 index 00000000..3f2b8800 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/heavy_weighted_pressure_plate.json @@ -0,0 +1,52 @@ +{ + "variants": { + "power=0": { + "model": "minecraft:block/heavy_weighted_pressure_plate" + }, + "power=1": { + "model": "minecraft:block/heavy_weighted_pressure_plate_down" + }, + "power=10": { + "model": "minecraft:block/heavy_weighted_pressure_plate_down" + }, + "power=11": { + "model": "minecraft:block/heavy_weighted_pressure_plate_down" + }, + "power=12": { + "model": "minecraft:block/heavy_weighted_pressure_plate_down" + }, + "power=13": { + "model": "minecraft:block/heavy_weighted_pressure_plate_down" + }, + "power=14": { + "model": "minecraft:block/heavy_weighted_pressure_plate_down" + }, + "power=15": { + "model": "minecraft:block/heavy_weighted_pressure_plate_down" + }, + "power=2": { + "model": "minecraft:block/heavy_weighted_pressure_plate_down" + }, + "power=3": { + "model": "minecraft:block/heavy_weighted_pressure_plate_down" + }, + "power=4": { + "model": "minecraft:block/heavy_weighted_pressure_plate_down" + }, + "power=5": { + "model": "minecraft:block/heavy_weighted_pressure_plate_down" + }, + "power=6": { + "model": "minecraft:block/heavy_weighted_pressure_plate_down" + }, + "power=7": { + "model": "minecraft:block/heavy_weighted_pressure_plate_down" + }, + "power=8": { + "model": "minecraft:block/heavy_weighted_pressure_plate_down" + }, + "power=9": { + "model": "minecraft:block/heavy_weighted_pressure_plate_down" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/honey_block.json b/1.17.1/assets/minecraft/blockstates/honey_block.json new file mode 100644 index 00000000..337f73f9 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/honey_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/honey_block" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/honeycomb_block.json b/1.17.1/assets/minecraft/blockstates/honeycomb_block.json new file mode 100644 index 00000000..b8a98bb3 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/honeycomb_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/honeycomb_block" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/hopper.json b/1.17.1/assets/minecraft/blockstates/hopper.json new file mode 100644 index 00000000..be15ea37 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/hopper.json @@ -0,0 +1,22 @@ +{ + "variants": { + "facing=down": { + "model": "minecraft:block/hopper" + }, + "facing=east": { + "model": "minecraft:block/hopper_side", + "y": 90 + }, + "facing=north": { + "model": "minecraft:block/hopper_side" + }, + "facing=south": { + "model": "minecraft:block/hopper_side", + "y": 180 + }, + "facing=west": { + "model": "minecraft:block/hopper_side", + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/horn_coral.json b/1.17.1/assets/minecraft/blockstates/horn_coral.json new file mode 100644 index 00000000..c7665173 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/horn_coral.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/horn_coral" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/horn_coral_block.json b/1.17.1/assets/minecraft/blockstates/horn_coral_block.json new file mode 100644 index 00000000..6f8f199f --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/horn_coral_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/horn_coral_block" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/horn_coral_fan.json b/1.17.1/assets/minecraft/blockstates/horn_coral_fan.json new file mode 100644 index 00000000..99f08549 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/horn_coral_fan.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/horn_coral_fan" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/horn_coral_wall_fan.json b/1.17.1/assets/minecraft/blockstates/horn_coral_wall_fan.json new file mode 100644 index 00000000..07d22ed0 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/horn_coral_wall_fan.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/horn_coral_wall_fan", + "y": 90 + }, + "facing=north": { + "model": "minecraft:block/horn_coral_wall_fan" + }, + "facing=south": { + "model": "minecraft:block/horn_coral_wall_fan", + "y": 180 + }, + "facing=west": { + "model": "minecraft:block/horn_coral_wall_fan", + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/ice.json b/1.17.1/assets/minecraft/blockstates/ice.json new file mode 100644 index 00000000..0617dfc3 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/ice.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/ice" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/infested_chiseled_stone_bricks.json b/1.17.1/assets/minecraft/blockstates/infested_chiseled_stone_bricks.json new file mode 100644 index 00000000..4034c11b --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/infested_chiseled_stone_bricks.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/chiseled_stone_bricks" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/infested_cobblestone.json b/1.17.1/assets/minecraft/blockstates/infested_cobblestone.json new file mode 100644 index 00000000..e94cf882 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/infested_cobblestone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/cobblestone" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/infested_cracked_stone_bricks.json b/1.17.1/assets/minecraft/blockstates/infested_cracked_stone_bricks.json new file mode 100644 index 00000000..6e194be2 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/infested_cracked_stone_bricks.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/cracked_stone_bricks" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/infested_deepslate.json b/1.17.1/assets/minecraft/blockstates/infested_deepslate.json new file mode 100644 index 00000000..0013c1ef --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/infested_deepslate.json @@ -0,0 +1,62 @@ +{ + "variants": { + "axis=x": [ + { + "model": "minecraft:block/deepslate", + "x": 90, + "y": 90 + }, + { + "model": "minecraft:block/deepslate_mirrored", + "x": 90, + "y": 90 + }, + { + "model": "minecraft:block/deepslate", + "y": 90, + "x": 90 + }, + { + "model": "minecraft:block/deepslate_mirrored", + "y": 90, + "x": 90 + } + ], + "axis=y": [ + { + "model": "minecraft:block/deepslate" + }, + { + "model": "minecraft:block/deepslate_mirrored" + }, + { + "model": "minecraft:block/deepslate", + "y": 180 + }, + { + "model": "minecraft:block/deepslate_mirrored", + "y": 180 + } + ], + "axis=z": [ + { + "model": "minecraft:block/deepslate", + "x": 90 + }, + { + "model": "minecraft:block/deepslate_mirrored", + "x": 90 + }, + { + "model": "minecraft:block/deepslate", + "y": 180, + "x": 90 + }, + { + "model": "minecraft:block/deepslate_mirrored", + "y": 180, + "x": 90 + } + ] + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/infested_mossy_stone_bricks.json b/1.17.1/assets/minecraft/blockstates/infested_mossy_stone_bricks.json new file mode 100644 index 00000000..c17c4a7f --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/infested_mossy_stone_bricks.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/mossy_stone_bricks" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/infested_stone.json b/1.17.1/assets/minecraft/blockstates/infested_stone.json new file mode 100644 index 00000000..c150ec29 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/infested_stone.json @@ -0,0 +1,20 @@ +{ + "variants": { + "": [ + { + "model": "minecraft:block/stone" + }, + { + "model": "minecraft:block/stone_mirrored" + }, + { + "model": "minecraft:block/stone", + "y": 180 + }, + { + "model": "minecraft:block/stone_mirrored", + "y": 180 + } + ] + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/infested_stone_bricks.json b/1.17.1/assets/minecraft/blockstates/infested_stone_bricks.json new file mode 100644 index 00000000..8a05daf0 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/infested_stone_bricks.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/stone_bricks" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/iron_bars.json b/1.17.1/assets/minecraft/blockstates/iron_bars.json new file mode 100644 index 00000000..eb74802c --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/iron_bars.json @@ -0,0 +1,100 @@ +{ + "multipart": [ + { + "apply": { + "model": "minecraft:block/iron_bars_post_ends" + } + }, + { + "when": { + "north": "false", + "west": "false", + "south": "false", + "east": "false" + }, + "apply": { + "model": "minecraft:block/iron_bars_post" + } + }, + { + "when": { + "north": "true", + "west": "false", + "south": "false", + "east": "false" + }, + "apply": { + "model": "minecraft:block/iron_bars_cap" + } + }, + { + "when": { + "north": "false", + "west": "false", + "south": "false", + "east": "true" + }, + "apply": { + "model": "minecraft:block/iron_bars_cap", + "y": 90 + } + }, + { + "when": { + "north": "false", + "west": "false", + "south": "true", + "east": "false" + }, + "apply": { + "model": "minecraft:block/iron_bars_cap_alt" + } + }, + { + "when": { + "north": "false", + "west": "true", + "south": "false", + "east": "false" + }, + "apply": { + "model": "minecraft:block/iron_bars_cap_alt", + "y": 90 + } + }, + { + "when": { + "north": "true" + }, + "apply": { + "model": "minecraft:block/iron_bars_side" + } + }, + { + "when": { + "east": "true" + }, + "apply": { + "model": "minecraft:block/iron_bars_side", + "y": 90 + } + }, + { + "when": { + "south": "true" + }, + "apply": { + "model": "minecraft:block/iron_bars_side_alt" + } + }, + { + "when": { + "west": "true" + }, + "apply": { + "model": "minecraft:block/iron_bars_side_alt", + "y": 90 + } + } + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/iron_block.json b/1.17.1/assets/minecraft/blockstates/iron_block.json new file mode 100644 index 00000000..5cad8c39 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/iron_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/iron_block" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/iron_door.json b/1.17.1/assets/minecraft/blockstates/iron_door.json new file mode 100644 index 00000000..fd4ca701 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/iron_door.json @@ -0,0 +1,124 @@ +{ + "variants": { + "facing=east,half=lower,hinge=left,open=false": { + "model": "minecraft:block/iron_door_bottom" + }, + "facing=east,half=lower,hinge=left,open=true": { + "model": "minecraft:block/iron_door_bottom_hinge", + "y": 90 + }, + "facing=east,half=lower,hinge=right,open=false": { + "model": "minecraft:block/iron_door_bottom_hinge" + }, + "facing=east,half=lower,hinge=right,open=true": { + "model": "minecraft:block/iron_door_bottom", + "y": 270 + }, + "facing=east,half=upper,hinge=left,open=false": { + "model": "minecraft:block/iron_door_top" + }, + "facing=east,half=upper,hinge=left,open=true": { + "model": "minecraft:block/iron_door_top_hinge", + "y": 90 + }, + "facing=east,half=upper,hinge=right,open=false": { + "model": "minecraft:block/iron_door_top_hinge" + }, + "facing=east,half=upper,hinge=right,open=true": { + "model": "minecraft:block/iron_door_top", + "y": 270 + }, + "facing=north,half=lower,hinge=left,open=false": { + "model": "minecraft:block/iron_door_bottom", + "y": 270 + }, + "facing=north,half=lower,hinge=left,open=true": { + "model": "minecraft:block/iron_door_bottom_hinge" + }, + "facing=north,half=lower,hinge=right,open=false": { + "model": "minecraft:block/iron_door_bottom_hinge", + "y": 270 + }, + "facing=north,half=lower,hinge=right,open=true": { + "model": "minecraft:block/iron_door_bottom", + "y": 180 + }, + "facing=north,half=upper,hinge=left,open=false": { + "model": "minecraft:block/iron_door_top", + "y": 270 + }, + "facing=north,half=upper,hinge=left,open=true": { + "model": "minecraft:block/iron_door_top_hinge" + }, + "facing=north,half=upper,hinge=right,open=false": { + "model": "minecraft:block/iron_door_top_hinge", + "y": 270 + }, + "facing=north,half=upper,hinge=right,open=true": { + "model": "minecraft:block/iron_door_top", + "y": 180 + }, + "facing=south,half=lower,hinge=left,open=false": { + "model": "minecraft:block/iron_door_bottom", + "y": 90 + }, + "facing=south,half=lower,hinge=left,open=true": { + "model": "minecraft:block/iron_door_bottom_hinge", + "y": 180 + }, + "facing=south,half=lower,hinge=right,open=false": { + "model": "minecraft:block/iron_door_bottom_hinge", + "y": 90 + }, + "facing=south,half=lower,hinge=right,open=true": { + "model": "minecraft:block/iron_door_bottom" + }, + "facing=south,half=upper,hinge=left,open=false": { + "model": "minecraft:block/iron_door_top", + "y": 90 + }, + "facing=south,half=upper,hinge=left,open=true": { + "model": "minecraft:block/iron_door_top_hinge", + "y": 180 + }, + "facing=south,half=upper,hinge=right,open=false": { + "model": "minecraft:block/iron_door_top_hinge", + "y": 90 + }, + "facing=south,half=upper,hinge=right,open=true": { + "model": "minecraft:block/iron_door_top" + }, + "facing=west,half=lower,hinge=left,open=false": { + "model": "minecraft:block/iron_door_bottom", + "y": 180 + }, + "facing=west,half=lower,hinge=left,open=true": { + "model": "minecraft:block/iron_door_bottom_hinge", + "y": 270 + }, + "facing=west,half=lower,hinge=right,open=false": { + "model": "minecraft:block/iron_door_bottom_hinge", + "y": 180 + }, + "facing=west,half=lower,hinge=right,open=true": { + "model": "minecraft:block/iron_door_bottom", + "y": 90 + }, + "facing=west,half=upper,hinge=left,open=false": { + "model": "minecraft:block/iron_door_top", + "y": 180 + }, + "facing=west,half=upper,hinge=left,open=true": { + "model": "minecraft:block/iron_door_top_hinge", + "y": 270 + }, + "facing=west,half=upper,hinge=right,open=false": { + "model": "minecraft:block/iron_door_top_hinge", + "y": 180 + }, + "facing=west,half=upper,hinge=right,open=true": { + "model": "minecraft:block/iron_door_top", + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/iron_ore.json b/1.17.1/assets/minecraft/blockstates/iron_ore.json new file mode 100644 index 00000000..c514e64b --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/iron_ore.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/iron_ore" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/iron_trapdoor.json b/1.17.1/assets/minecraft/blockstates/iron_trapdoor.json new file mode 100644 index 00000000..df0b2b3d --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/iron_trapdoor.json @@ -0,0 +1,58 @@ +{ + "variants": { + "facing=east,half=bottom,open=false": { + "model": "minecraft:block/iron_trapdoor_bottom" + }, + "facing=east,half=bottom,open=true": { + "model": "minecraft:block/iron_trapdoor_open", + "y": 90 + }, + "facing=east,half=top,open=false": { + "model": "minecraft:block/iron_trapdoor_top" + }, + "facing=east,half=top,open=true": { + "model": "minecraft:block/iron_trapdoor_open", + "y": 90 + }, + "facing=north,half=bottom,open=false": { + "model": "minecraft:block/iron_trapdoor_bottom" + }, + "facing=north,half=bottom,open=true": { + "model": "minecraft:block/iron_trapdoor_open" + }, + "facing=north,half=top,open=false": { + "model": "minecraft:block/iron_trapdoor_top" + }, + "facing=north,half=top,open=true": { + "model": "minecraft:block/iron_trapdoor_open" + }, + "facing=south,half=bottom,open=false": { + "model": "minecraft:block/iron_trapdoor_bottom" + }, + "facing=south,half=bottom,open=true": { + "model": "minecraft:block/iron_trapdoor_open", + "y": 180 + }, + "facing=south,half=top,open=false": { + "model": "minecraft:block/iron_trapdoor_top" + }, + "facing=south,half=top,open=true": { + "model": "minecraft:block/iron_trapdoor_open", + "y": 180 + }, + "facing=west,half=bottom,open=false": { + "model": "minecraft:block/iron_trapdoor_bottom" + }, + "facing=west,half=bottom,open=true": { + "model": "minecraft:block/iron_trapdoor_open", + "y": 270 + }, + "facing=west,half=top,open=false": { + "model": "minecraft:block/iron_trapdoor_top" + }, + "facing=west,half=top,open=true": { + "model": "minecraft:block/iron_trapdoor_open", + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/item_frame.json b/1.17.1/assets/minecraft/blockstates/item_frame.json new file mode 100644 index 00000000..7b70ec00 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/item_frame.json @@ -0,0 +1,6 @@ +{ + "variants": { + "map=false": { "model": "block/item_frame" }, + "map=true": { "model": "block/item_frame_map" } + } +} diff --git a/1.17.1/assets/minecraft/blockstates/jack_o_lantern.json b/1.17.1/assets/minecraft/blockstates/jack_o_lantern.json new file mode 100644 index 00000000..7454ebab --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/jack_o_lantern.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/jack_o_lantern", + "y": 90 + }, + "facing=north": { + "model": "minecraft:block/jack_o_lantern" + }, + "facing=south": { + "model": "minecraft:block/jack_o_lantern", + "y": 180 + }, + "facing=west": { + "model": "minecraft:block/jack_o_lantern", + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/jigsaw.json b/1.17.1/assets/minecraft/blockstates/jigsaw.json new file mode 100644 index 00000000..8f24d193 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/jigsaw.json @@ -0,0 +1,57 @@ +{ + "variants": { + "orientation=down_east": { + "model": "minecraft:block/jigsaw", + "x": 90, + "y": 90 + }, + "orientation=down_north": { + "model": "minecraft:block/jigsaw", + "x": 90 + }, + "orientation=down_south": { + "model": "minecraft:block/jigsaw", + "x": 90, + "y": 180 + }, + "orientation=down_west": { + "model": "minecraft:block/jigsaw", + "x": 90, + "y": 270 + }, + "orientation=east_up": { + "model": "minecraft:block/jigsaw", + "y": 90 + }, + "orientation=north_up": { + "model": "minecraft:block/jigsaw" + }, + "orientation=south_up": { + "model": "minecraft:block/jigsaw", + "y": 180 + }, + "orientation=up_east": { + "model": "minecraft:block/jigsaw", + "x": 270, + "y": 270 + }, + "orientation=up_north": { + "model": "minecraft:block/jigsaw", + "x": 270, + "y": 180 + }, + "orientation=up_south": { + "model": "minecraft:block/jigsaw", + "x": 270 + }, + "orientation=up_west": { + "model": "minecraft:block/jigsaw", + "x": 270, + "y": 90 + }, + "orientation=west_up": { + "model": "minecraft:block/jigsaw", + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/jukebox.json b/1.17.1/assets/minecraft/blockstates/jukebox.json new file mode 100644 index 00000000..7ee694c6 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/jukebox.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/jukebox" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/jungle_button.json b/1.17.1/assets/minecraft/blockstates/jungle_button.json new file mode 100644 index 00000000..498b72d0 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/jungle_button.json @@ -0,0 +1,118 @@ +{ + "variants": { + "face=ceiling,facing=east,powered=false": { + "model": "minecraft:block/jungle_button", + "y": 270, + "x": 180 + }, + "face=ceiling,facing=east,powered=true": { + "model": "minecraft:block/jungle_button_pressed", + "y": 270, + "x": 180 + }, + "face=ceiling,facing=north,powered=false": { + "model": "minecraft:block/jungle_button", + "y": 180, + "x": 180 + }, + "face=ceiling,facing=north,powered=true": { + "model": "minecraft:block/jungle_button_pressed", + "y": 180, + "x": 180 + }, + "face=ceiling,facing=south,powered=false": { + "model": "minecraft:block/jungle_button", + "x": 180 + }, + "face=ceiling,facing=south,powered=true": { + "model": "minecraft:block/jungle_button_pressed", + "x": 180 + }, + "face=ceiling,facing=west,powered=false": { + "model": "minecraft:block/jungle_button", + "y": 90, + "x": 180 + }, + "face=ceiling,facing=west,powered=true": { + "model": "minecraft:block/jungle_button_pressed", + "y": 90, + "x": 180 + }, + "face=floor,facing=east,powered=false": { + "model": "minecraft:block/jungle_button", + "y": 90 + }, + "face=floor,facing=east,powered=true": { + "model": "minecraft:block/jungle_button_pressed", + "y": 90 + }, + "face=floor,facing=north,powered=false": { + "model": "minecraft:block/jungle_button" + }, + "face=floor,facing=north,powered=true": { + "model": "minecraft:block/jungle_button_pressed" + }, + "face=floor,facing=south,powered=false": { + "model": "minecraft:block/jungle_button", + "y": 180 + }, + "face=floor,facing=south,powered=true": { + "model": "minecraft:block/jungle_button_pressed", + "y": 180 + }, + "face=floor,facing=west,powered=false": { + "model": "minecraft:block/jungle_button", + "y": 270 + }, + "face=floor,facing=west,powered=true": { + "model": "minecraft:block/jungle_button_pressed", + "y": 270 + }, + "face=wall,facing=east,powered=false": { + "model": "minecraft:block/jungle_button", + "y": 90, + "x": 90, + "uvlock": true + }, + "face=wall,facing=east,powered=true": { + "model": "minecraft:block/jungle_button_pressed", + "y": 90, + "x": 90, + "uvlock": true + }, + "face=wall,facing=north,powered=false": { + "model": "minecraft:block/jungle_button", + "x": 90, + "uvlock": true + }, + "face=wall,facing=north,powered=true": { + "model": "minecraft:block/jungle_button_pressed", + "x": 90, + "uvlock": true + }, + "face=wall,facing=south,powered=false": { + "model": "minecraft:block/jungle_button", + "y": 180, + "x": 90, + "uvlock": true + }, + "face=wall,facing=south,powered=true": { + "model": "minecraft:block/jungle_button_pressed", + "y": 180, + "x": 90, + "uvlock": true + }, + "face=wall,facing=west,powered=false": { + "model": "minecraft:block/jungle_button", + "y": 270, + "x": 90, + "uvlock": true + }, + "face=wall,facing=west,powered=true": { + "model": "minecraft:block/jungle_button_pressed", + "y": 270, + "x": 90, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/jungle_door.json b/1.17.1/assets/minecraft/blockstates/jungle_door.json new file mode 100644 index 00000000..0abcccc4 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/jungle_door.json @@ -0,0 +1,124 @@ +{ + "variants": { + "facing=east,half=lower,hinge=left,open=false": { + "model": "minecraft:block/jungle_door_bottom" + }, + "facing=east,half=lower,hinge=left,open=true": { + "model": "minecraft:block/jungle_door_bottom_hinge", + "y": 90 + }, + "facing=east,half=lower,hinge=right,open=false": { + "model": "minecraft:block/jungle_door_bottom_hinge" + }, + "facing=east,half=lower,hinge=right,open=true": { + "model": "minecraft:block/jungle_door_bottom", + "y": 270 + }, + "facing=east,half=upper,hinge=left,open=false": { + "model": "minecraft:block/jungle_door_top" + }, + "facing=east,half=upper,hinge=left,open=true": { + "model": "minecraft:block/jungle_door_top_hinge", + "y": 90 + }, + "facing=east,half=upper,hinge=right,open=false": { + "model": "minecraft:block/jungle_door_top_hinge" + }, + "facing=east,half=upper,hinge=right,open=true": { + "model": "minecraft:block/jungle_door_top", + "y": 270 + }, + "facing=north,half=lower,hinge=left,open=false": { + "model": "minecraft:block/jungle_door_bottom", + "y": 270 + }, + "facing=north,half=lower,hinge=left,open=true": { + "model": "minecraft:block/jungle_door_bottom_hinge" + }, + "facing=north,half=lower,hinge=right,open=false": { + "model": "minecraft:block/jungle_door_bottom_hinge", + "y": 270 + }, + "facing=north,half=lower,hinge=right,open=true": { + "model": "minecraft:block/jungle_door_bottom", + "y": 180 + }, + "facing=north,half=upper,hinge=left,open=false": { + "model": "minecraft:block/jungle_door_top", + "y": 270 + }, + "facing=north,half=upper,hinge=left,open=true": { + "model": "minecraft:block/jungle_door_top_hinge" + }, + "facing=north,half=upper,hinge=right,open=false": { + "model": "minecraft:block/jungle_door_top_hinge", + "y": 270 + }, + "facing=north,half=upper,hinge=right,open=true": { + "model": "minecraft:block/jungle_door_top", + "y": 180 + }, + "facing=south,half=lower,hinge=left,open=false": { + "model": "minecraft:block/jungle_door_bottom", + "y": 90 + }, + "facing=south,half=lower,hinge=left,open=true": { + "model": "minecraft:block/jungle_door_bottom_hinge", + "y": 180 + }, + "facing=south,half=lower,hinge=right,open=false": { + "model": "minecraft:block/jungle_door_bottom_hinge", + "y": 90 + }, + "facing=south,half=lower,hinge=right,open=true": { + "model": "minecraft:block/jungle_door_bottom" + }, + "facing=south,half=upper,hinge=left,open=false": { + "model": "minecraft:block/jungle_door_top", + "y": 90 + }, + "facing=south,half=upper,hinge=left,open=true": { + "model": "minecraft:block/jungle_door_top_hinge", + "y": 180 + }, + "facing=south,half=upper,hinge=right,open=false": { + "model": "minecraft:block/jungle_door_top_hinge", + "y": 90 + }, + "facing=south,half=upper,hinge=right,open=true": { + "model": "minecraft:block/jungle_door_top" + }, + "facing=west,half=lower,hinge=left,open=false": { + "model": "minecraft:block/jungle_door_bottom", + "y": 180 + }, + "facing=west,half=lower,hinge=left,open=true": { + "model": "minecraft:block/jungle_door_bottom_hinge", + "y": 270 + }, + "facing=west,half=lower,hinge=right,open=false": { + "model": "minecraft:block/jungle_door_bottom_hinge", + "y": 180 + }, + "facing=west,half=lower,hinge=right,open=true": { + "model": "minecraft:block/jungle_door_bottom", + "y": 90 + }, + "facing=west,half=upper,hinge=left,open=false": { + "model": "minecraft:block/jungle_door_top", + "y": 180 + }, + "facing=west,half=upper,hinge=left,open=true": { + "model": "minecraft:block/jungle_door_top_hinge", + "y": 270 + }, + "facing=west,half=upper,hinge=right,open=false": { + "model": "minecraft:block/jungle_door_top_hinge", + "y": 180 + }, + "facing=west,half=upper,hinge=right,open=true": { + "model": "minecraft:block/jungle_door_top", + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/jungle_fence.json b/1.17.1/assets/minecraft/blockstates/jungle_fence.json new file mode 100644 index 00000000..988ad783 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/jungle_fence.json @@ -0,0 +1,48 @@ +{ + "multipart": [ + { + "apply": { + "model": "minecraft:block/jungle_fence_post" + } + }, + { + "when": { + "north": "true" + }, + "apply": { + "model": "minecraft:block/jungle_fence_side", + "uvlock": true + } + }, + { + "when": { + "east": "true" + }, + "apply": { + "model": "minecraft:block/jungle_fence_side", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "true" + }, + "apply": { + "model": "minecraft:block/jungle_fence_side", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "true" + }, + "apply": { + "model": "minecraft:block/jungle_fence_side", + "y": 270, + "uvlock": true + } + } + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/jungle_fence_gate.json b/1.17.1/assets/minecraft/blockstates/jungle_fence_gate.json new file mode 100644 index 00000000..5f33c0a2 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/jungle_fence_gate.json @@ -0,0 +1,80 @@ +{ + "variants": { + "facing=east,in_wall=false,open=false": { + "uvlock": true, + "y": 270, + "model": "minecraft:block/jungle_fence_gate" + }, + "facing=east,in_wall=false,open=true": { + "uvlock": true, + "y": 270, + "model": "minecraft:block/jungle_fence_gate_open" + }, + "facing=east,in_wall=true,open=false": { + "uvlock": true, + "y": 270, + "model": "minecraft:block/jungle_fence_gate_wall" + }, + "facing=east,in_wall=true,open=true": { + "uvlock": true, + "y": 270, + "model": "minecraft:block/jungle_fence_gate_wall_open" + }, + "facing=north,in_wall=false,open=false": { + "uvlock": true, + "y": 180, + "model": "minecraft:block/jungle_fence_gate" + }, + "facing=north,in_wall=false,open=true": { + "uvlock": true, + "y": 180, + "model": "minecraft:block/jungle_fence_gate_open" + }, + "facing=north,in_wall=true,open=false": { + "uvlock": true, + "y": 180, + "model": "minecraft:block/jungle_fence_gate_wall" + }, + "facing=north,in_wall=true,open=true": { + "uvlock": true, + "y": 180, + "model": "minecraft:block/jungle_fence_gate_wall_open" + }, + "facing=south,in_wall=false,open=false": { + "uvlock": true, + "model": "minecraft:block/jungle_fence_gate" + }, + "facing=south,in_wall=false,open=true": { + "uvlock": true, + "model": "minecraft:block/jungle_fence_gate_open" + }, + "facing=south,in_wall=true,open=false": { + "uvlock": true, + "model": "minecraft:block/jungle_fence_gate_wall" + }, + "facing=south,in_wall=true,open=true": { + "uvlock": true, + "model": "minecraft:block/jungle_fence_gate_wall_open" + }, + "facing=west,in_wall=false,open=false": { + "uvlock": true, + "y": 90, + "model": "minecraft:block/jungle_fence_gate" + }, + "facing=west,in_wall=false,open=true": { + "uvlock": true, + "y": 90, + "model": "minecraft:block/jungle_fence_gate_open" + }, + "facing=west,in_wall=true,open=false": { + "uvlock": true, + "y": 90, + "model": "minecraft:block/jungle_fence_gate_wall" + }, + "facing=west,in_wall=true,open=true": { + "uvlock": true, + "y": 90, + "model": "minecraft:block/jungle_fence_gate_wall_open" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/jungle_leaves.json b/1.17.1/assets/minecraft/blockstates/jungle_leaves.json new file mode 100644 index 00000000..9bc23fe0 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/jungle_leaves.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/jungle_leaves" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/jungle_log.json b/1.17.1/assets/minecraft/blockstates/jungle_log.json new file mode 100644 index 00000000..ad109dd8 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/jungle_log.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/jungle_log_horizontal", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/jungle_log" + }, + "axis=z": { + "model": "minecraft:block/jungle_log_horizontal", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/jungle_planks.json b/1.17.1/assets/minecraft/blockstates/jungle_planks.json new file mode 100644 index 00000000..e387c978 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/jungle_planks.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/jungle_planks" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/jungle_pressure_plate.json b/1.17.1/assets/minecraft/blockstates/jungle_pressure_plate.json new file mode 100644 index 00000000..a32da0b8 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/jungle_pressure_plate.json @@ -0,0 +1,10 @@ +{ + "variants": { + "powered=false": { + "model": "minecraft:block/jungle_pressure_plate" + }, + "powered=true": { + "model": "minecraft:block/jungle_pressure_plate_down" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/jungle_sapling.json b/1.17.1/assets/minecraft/blockstates/jungle_sapling.json new file mode 100644 index 00000000..5e90752d --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/jungle_sapling.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/jungle_sapling" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/jungle_sign.json b/1.17.1/assets/minecraft/blockstates/jungle_sign.json new file mode 100644 index 00000000..883b1859 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/jungle_sign.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/jungle_sign" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/jungle_slab.json b/1.17.1/assets/minecraft/blockstates/jungle_slab.json new file mode 100644 index 00000000..700e45f9 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/jungle_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/jungle_slab" + }, + "type=double": { + "model": "minecraft:block/jungle_planks" + }, + "type=top": { + "model": "minecraft:block/jungle_slab_top" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/jungle_stairs.json b/1.17.1/assets/minecraft/blockstates/jungle_stairs.json new file mode 100644 index 00000000..f98b1cf8 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/jungle_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/jungle_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/jungle_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/jungle_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/jungle_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/jungle_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/jungle_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/jungle_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/jungle_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/jungle_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/jungle_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/jungle_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/jungle_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/jungle_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/jungle_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/jungle_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/jungle_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/jungle_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/jungle_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/jungle_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/jungle_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/jungle_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/jungle_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/jungle_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/jungle_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/jungle_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/jungle_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/jungle_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/jungle_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/jungle_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/jungle_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/jungle_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/jungle_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/jungle_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/jungle_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/jungle_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/jungle_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/jungle_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/jungle_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/jungle_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/jungle_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/jungle_trapdoor.json b/1.17.1/assets/minecraft/blockstates/jungle_trapdoor.json new file mode 100644 index 00000000..23178033 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/jungle_trapdoor.json @@ -0,0 +1,69 @@ +{ + "variants": { + "facing=east,half=bottom,open=false": { + "model": "minecraft:block/jungle_trapdoor_bottom", + "y": 90 + }, + "facing=east,half=bottom,open=true": { + "model": "minecraft:block/jungle_trapdoor_open", + "y": 90 + }, + "facing=east,half=top,open=false": { + "model": "minecraft:block/jungle_trapdoor_top", + "y": 90 + }, + "facing=east,half=top,open=true": { + "model": "minecraft:block/jungle_trapdoor_open", + "x": 180, + "y": 270 + }, + "facing=north,half=bottom,open=false": { + "model": "minecraft:block/jungle_trapdoor_bottom" + }, + "facing=north,half=bottom,open=true": { + "model": "minecraft:block/jungle_trapdoor_open" + }, + "facing=north,half=top,open=false": { + "model": "minecraft:block/jungle_trapdoor_top" + }, + "facing=north,half=top,open=true": { + "model": "minecraft:block/jungle_trapdoor_open", + "x": 180, + "y": 180 + }, + "facing=south,half=bottom,open=false": { + "model": "minecraft:block/jungle_trapdoor_bottom", + "y": 180 + }, + "facing=south,half=bottom,open=true": { + "model": "minecraft:block/jungle_trapdoor_open", + "y": 180 + }, + "facing=south,half=top,open=false": { + "model": "minecraft:block/jungle_trapdoor_top", + "y": 180 + }, + "facing=south,half=top,open=true": { + "model": "minecraft:block/jungle_trapdoor_open", + "x": 180, + "y": 0 + }, + "facing=west,half=bottom,open=false": { + "model": "minecraft:block/jungle_trapdoor_bottom", + "y": 270 + }, + "facing=west,half=bottom,open=true": { + "model": "minecraft:block/jungle_trapdoor_open", + "y": 270 + }, + "facing=west,half=top,open=false": { + "model": "minecraft:block/jungle_trapdoor_top", + "y": 270 + }, + "facing=west,half=top,open=true": { + "model": "minecraft:block/jungle_trapdoor_open", + "x": 180, + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/jungle_wall_sign.json b/1.17.1/assets/minecraft/blockstates/jungle_wall_sign.json new file mode 100644 index 00000000..883b1859 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/jungle_wall_sign.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/jungle_sign" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/jungle_wood.json b/1.17.1/assets/minecraft/blockstates/jungle_wood.json new file mode 100644 index 00000000..af9a353d --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/jungle_wood.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/jungle_wood", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/jungle_wood" + }, + "axis=z": { + "model": "minecraft:block/jungle_wood", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/kelp.json b/1.17.1/assets/minecraft/blockstates/kelp.json new file mode 100644 index 00000000..6654924a --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/kelp.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/kelp" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/kelp_plant.json b/1.17.1/assets/minecraft/blockstates/kelp_plant.json new file mode 100644 index 00000000..f1d1539e --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/kelp_plant.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/kelp_plant" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/ladder.json b/1.17.1/assets/minecraft/blockstates/ladder.json new file mode 100644 index 00000000..972cc802 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/ladder.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/ladder", + "y": 90 + }, + "facing=north": { + "model": "minecraft:block/ladder" + }, + "facing=south": { + "model": "minecraft:block/ladder", + "y": 180 + }, + "facing=west": { + "model": "minecraft:block/ladder", + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/lantern.json b/1.17.1/assets/minecraft/blockstates/lantern.json new file mode 100644 index 00000000..00cb4380 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/lantern.json @@ -0,0 +1,10 @@ +{ + "variants": { + "hanging=false": { + "model": "minecraft:block/lantern" + }, + "hanging=true": { + "model": "minecraft:block/lantern_hanging" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/lapis_block.json b/1.17.1/assets/minecraft/blockstates/lapis_block.json new file mode 100644 index 00000000..ff91f232 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/lapis_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/lapis_block" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/lapis_ore.json b/1.17.1/assets/minecraft/blockstates/lapis_ore.json new file mode 100644 index 00000000..35171304 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/lapis_ore.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/lapis_ore" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/large_amethyst_bud.json b/1.17.1/assets/minecraft/blockstates/large_amethyst_bud.json new file mode 100644 index 00000000..c64c6a9f --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/large_amethyst_bud.json @@ -0,0 +1,30 @@ +{ + "variants": { + "facing=down": { + "model": "minecraft:block/large_amethyst_bud", + "x": 180 + }, + "facing=east": { + "model": "minecraft:block/large_amethyst_bud", + "x": 90, + "y": 90 + }, + "facing=north": { + "model": "minecraft:block/large_amethyst_bud", + "x": 90 + }, + "facing=south": { + "model": "minecraft:block/large_amethyst_bud", + "x": 90, + "y": 180 + }, + "facing=up": { + "model": "minecraft:block/large_amethyst_bud" + }, + "facing=west": { + "model": "minecraft:block/large_amethyst_bud", + "x": 90, + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/large_fern.json b/1.17.1/assets/minecraft/blockstates/large_fern.json new file mode 100644 index 00000000..a92b142f --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/large_fern.json @@ -0,0 +1,10 @@ +{ + "variants": { + "half=lower": { + "model": "minecraft:block/large_fern_bottom" + }, + "half=upper": { + "model": "minecraft:block/large_fern_top" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/lava.json b/1.17.1/assets/minecraft/blockstates/lava.json new file mode 100644 index 00000000..54087c25 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/lava.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/lava" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/lava_cauldron.json b/1.17.1/assets/minecraft/blockstates/lava_cauldron.json new file mode 100644 index 00000000..6ed31aab --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/lava_cauldron.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/lava_cauldron" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/lectern.json b/1.17.1/assets/minecraft/blockstates/lectern.json new file mode 100644 index 00000000..b6ec88be --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/lectern.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/lectern", + "y": 90 + }, + "facing=north": { + "model": "minecraft:block/lectern" + }, + "facing=south": { + "model": "minecraft:block/lectern", + "y": 180 + }, + "facing=west": { + "model": "minecraft:block/lectern", + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/lever.json b/1.17.1/assets/minecraft/blockstates/lever.json new file mode 100644 index 00000000..f5892eca --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/lever.json @@ -0,0 +1,110 @@ +{ + "variants": { + "face=ceiling,facing=east,powered=false": { + "model": "minecraft:block/lever_on", + "x": 180, + "y": 270 + }, + "face=ceiling,facing=east,powered=true": { + "model": "minecraft:block/lever", + "x": 180, + "y": 270 + }, + "face=ceiling,facing=north,powered=false": { + "model": "minecraft:block/lever_on", + "x": 180, + "y": 180 + }, + "face=ceiling,facing=north,powered=true": { + "model": "minecraft:block/lever", + "x": 180, + "y": 180 + }, + "face=ceiling,facing=south,powered=false": { + "model": "minecraft:block/lever_on", + "x": 180 + }, + "face=ceiling,facing=south,powered=true": { + "model": "minecraft:block/lever", + "x": 180 + }, + "face=ceiling,facing=west,powered=false": { + "model": "minecraft:block/lever_on", + "x": 180, + "y": 90 + }, + "face=ceiling,facing=west,powered=true": { + "model": "minecraft:block/lever", + "x": 180, + "y": 90 + }, + "face=floor,facing=east,powered=false": { + "model": "minecraft:block/lever_on", + "y": 90 + }, + "face=floor,facing=east,powered=true": { + "model": "minecraft:block/lever", + "y": 90 + }, + "face=floor,facing=north,powered=false": { + "model": "minecraft:block/lever_on" + }, + "face=floor,facing=north,powered=true": { + "model": "minecraft:block/lever" + }, + "face=floor,facing=south,powered=false": { + "model": "minecraft:block/lever_on", + "y": 180 + }, + "face=floor,facing=south,powered=true": { + "model": "minecraft:block/lever", + "y": 180 + }, + "face=floor,facing=west,powered=false": { + "model": "minecraft:block/lever_on", + "y": 270 + }, + "face=floor,facing=west,powered=true": { + "model": "minecraft:block/lever", + "y": 270 + }, + "face=wall,facing=east,powered=false": { + "model": "minecraft:block/lever_on", + "x": 90, + "y": 90 + }, + "face=wall,facing=east,powered=true": { + "model": "minecraft:block/lever", + "x": 90, + "y": 90 + }, + "face=wall,facing=north,powered=false": { + "model": "minecraft:block/lever_on", + "x": 90 + }, + "face=wall,facing=north,powered=true": { + "model": "minecraft:block/lever", + "x": 90 + }, + "face=wall,facing=south,powered=false": { + "model": "minecraft:block/lever_on", + "x": 90, + "y": 180 + }, + "face=wall,facing=south,powered=true": { + "model": "minecraft:block/lever", + "x": 90, + "y": 180 + }, + "face=wall,facing=west,powered=false": { + "model": "minecraft:block/lever_on", + "x": 90, + "y": 270 + }, + "face=wall,facing=west,powered=true": { + "model": "minecraft:block/lever", + "x": 90, + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/light.json b/1.17.1/assets/minecraft/blockstates/light.json new file mode 100644 index 00000000..15aaa523 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/light.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/light" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/light_blue_banner.json b/1.17.1/assets/minecraft/blockstates/light_blue_banner.json new file mode 100644 index 00000000..f5e2c87f --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/light_blue_banner.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/banner" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/light_blue_bed.json b/1.17.1/assets/minecraft/blockstates/light_blue_bed.json new file mode 100644 index 00000000..6577c90a --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/light_blue_bed.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/bed" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/light_blue_candle.json b/1.17.1/assets/minecraft/blockstates/light_blue_candle.json new file mode 100644 index 00000000..93995174 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/light_blue_candle.json @@ -0,0 +1,28 @@ +{ + "variants": { + "candles=1,lit=false": { + "model": "minecraft:block/light_blue_candle_one_candle" + }, + "candles=1,lit=true": { + "model": "minecraft:block/light_blue_candle_one_candle_lit" + }, + "candles=2,lit=false": { + "model": "minecraft:block/light_blue_candle_two_candles" + }, + "candles=2,lit=true": { + "model": "minecraft:block/light_blue_candle_two_candles_lit" + }, + "candles=3,lit=false": { + "model": "minecraft:block/light_blue_candle_three_candles" + }, + "candles=3,lit=true": { + "model": "minecraft:block/light_blue_candle_three_candles_lit" + }, + "candles=4,lit=false": { + "model": "minecraft:block/light_blue_candle_four_candles" + }, + "candles=4,lit=true": { + "model": "minecraft:block/light_blue_candle_four_candles_lit" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/light_blue_candle_cake.json b/1.17.1/assets/minecraft/blockstates/light_blue_candle_cake.json new file mode 100644 index 00000000..669bb4e2 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/light_blue_candle_cake.json @@ -0,0 +1,10 @@ +{ + "variants": { + "lit=false": { + "model": "minecraft:block/light_blue_candle_cake" + }, + "lit=true": { + "model": "minecraft:block/light_blue_candle_cake_lit" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/light_blue_carpet.json b/1.17.1/assets/minecraft/blockstates/light_blue_carpet.json new file mode 100644 index 00000000..5db104bc --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/light_blue_carpet.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/light_blue_carpet" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/light_blue_concrete.json b/1.17.1/assets/minecraft/blockstates/light_blue_concrete.json new file mode 100644 index 00000000..b1869773 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/light_blue_concrete.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/light_blue_concrete" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/light_blue_concrete_powder.json b/1.17.1/assets/minecraft/blockstates/light_blue_concrete_powder.json new file mode 100644 index 00000000..b1a0f866 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/light_blue_concrete_powder.json @@ -0,0 +1,21 @@ +{ + "variants": { + "": [ + { + "model": "minecraft:block/light_blue_concrete_powder" + }, + { + "model": "minecraft:block/light_blue_concrete_powder", + "y": 90 + }, + { + "model": "minecraft:block/light_blue_concrete_powder", + "y": 180 + }, + { + "model": "minecraft:block/light_blue_concrete_powder", + "y": 270 + } + ] + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/light_blue_glazed_terracotta.json b/1.17.1/assets/minecraft/blockstates/light_blue_glazed_terracotta.json new file mode 100644 index 00000000..04c566aa --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/light_blue_glazed_terracotta.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/light_blue_glazed_terracotta", + "y": 270 + }, + "facing=north": { + "model": "minecraft:block/light_blue_glazed_terracotta", + "y": 180 + }, + "facing=south": { + "model": "minecraft:block/light_blue_glazed_terracotta" + }, + "facing=west": { + "model": "minecraft:block/light_blue_glazed_terracotta", + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/light_blue_shulker_box.json b/1.17.1/assets/minecraft/blockstates/light_blue_shulker_box.json new file mode 100644 index 00000000..0d8702ce --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/light_blue_shulker_box.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/light_blue_shulker_box" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/light_blue_stained_glass.json b/1.17.1/assets/minecraft/blockstates/light_blue_stained_glass.json new file mode 100644 index 00000000..6570fbc5 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/light_blue_stained_glass.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/light_blue_stained_glass" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/light_blue_stained_glass_pane.json b/1.17.1/assets/minecraft/blockstates/light_blue_stained_glass_pane.json new file mode 100644 index 00000000..b73f855c --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/light_blue_stained_glass_pane.json @@ -0,0 +1,77 @@ +{ + "multipart": [ + { + "apply": { + "model": "minecraft:block/light_blue_stained_glass_pane_post" + } + }, + { + "when": { + "north": "true" + }, + "apply": { + "model": "minecraft:block/light_blue_stained_glass_pane_side" + } + }, + { + "when": { + "east": "true" + }, + "apply": { + "model": "minecraft:block/light_blue_stained_glass_pane_side", + "y": 90 + } + }, + { + "when": { + "south": "true" + }, + "apply": { + "model": "minecraft:block/light_blue_stained_glass_pane_side_alt" + } + }, + { + "when": { + "west": "true" + }, + "apply": { + "model": "minecraft:block/light_blue_stained_glass_pane_side_alt", + "y": 90 + } + }, + { + "when": { + "north": "false" + }, + "apply": { + "model": "minecraft:block/light_blue_stained_glass_pane_noside" + } + }, + { + "when": { + "east": "false" + }, + "apply": { + "model": "minecraft:block/light_blue_stained_glass_pane_noside_alt" + } + }, + { + "when": { + "south": "false" + }, + "apply": { + "model": "minecraft:block/light_blue_stained_glass_pane_noside_alt", + "y": 90 + } + }, + { + "when": { + "west": "false" + }, + "apply": { + "model": "minecraft:block/light_blue_stained_glass_pane_noside", + "y": 270 + } + } + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/light_blue_terracotta.json b/1.17.1/assets/minecraft/blockstates/light_blue_terracotta.json new file mode 100644 index 00000000..923dc3d4 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/light_blue_terracotta.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/light_blue_terracotta" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/light_blue_wall_banner.json b/1.17.1/assets/minecraft/blockstates/light_blue_wall_banner.json new file mode 100644 index 00000000..f5e2c87f --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/light_blue_wall_banner.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/banner" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/light_blue_wool.json b/1.17.1/assets/minecraft/blockstates/light_blue_wool.json new file mode 100644 index 00000000..0f808ef7 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/light_blue_wool.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/light_blue_wool" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/light_gray_banner.json b/1.17.1/assets/minecraft/blockstates/light_gray_banner.json new file mode 100644 index 00000000..f5e2c87f --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/light_gray_banner.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/banner" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/light_gray_bed.json b/1.17.1/assets/minecraft/blockstates/light_gray_bed.json new file mode 100644 index 00000000..6577c90a --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/light_gray_bed.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/bed" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/light_gray_candle.json b/1.17.1/assets/minecraft/blockstates/light_gray_candle.json new file mode 100644 index 00000000..4d98f6c2 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/light_gray_candle.json @@ -0,0 +1,28 @@ +{ + "variants": { + "candles=1,lit=false": { + "model": "minecraft:block/light_gray_candle_one_candle" + }, + "candles=1,lit=true": { + "model": "minecraft:block/light_gray_candle_one_candle_lit" + }, + "candles=2,lit=false": { + "model": "minecraft:block/light_gray_candle_two_candles" + }, + "candles=2,lit=true": { + "model": "minecraft:block/light_gray_candle_two_candles_lit" + }, + "candles=3,lit=false": { + "model": "minecraft:block/light_gray_candle_three_candles" + }, + "candles=3,lit=true": { + "model": "minecraft:block/light_gray_candle_three_candles_lit" + }, + "candles=4,lit=false": { + "model": "minecraft:block/light_gray_candle_four_candles" + }, + "candles=4,lit=true": { + "model": "minecraft:block/light_gray_candle_four_candles_lit" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/light_gray_candle_cake.json b/1.17.1/assets/minecraft/blockstates/light_gray_candle_cake.json new file mode 100644 index 00000000..87604a99 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/light_gray_candle_cake.json @@ -0,0 +1,10 @@ +{ + "variants": { + "lit=false": { + "model": "minecraft:block/light_gray_candle_cake" + }, + "lit=true": { + "model": "minecraft:block/light_gray_candle_cake_lit" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/light_gray_carpet.json b/1.17.1/assets/minecraft/blockstates/light_gray_carpet.json new file mode 100644 index 00000000..2cd65422 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/light_gray_carpet.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/light_gray_carpet" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/light_gray_concrete.json b/1.17.1/assets/minecraft/blockstates/light_gray_concrete.json new file mode 100644 index 00000000..7fcc7653 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/light_gray_concrete.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/light_gray_concrete" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/light_gray_concrete_powder.json b/1.17.1/assets/minecraft/blockstates/light_gray_concrete_powder.json new file mode 100644 index 00000000..71d06183 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/light_gray_concrete_powder.json @@ -0,0 +1,21 @@ +{ + "variants": { + "": [ + { + "model": "minecraft:block/light_gray_concrete_powder" + }, + { + "model": "minecraft:block/light_gray_concrete_powder", + "y": 90 + }, + { + "model": "minecraft:block/light_gray_concrete_powder", + "y": 180 + }, + { + "model": "minecraft:block/light_gray_concrete_powder", + "y": 270 + } + ] + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/light_gray_glazed_terracotta.json b/1.17.1/assets/minecraft/blockstates/light_gray_glazed_terracotta.json new file mode 100644 index 00000000..afaa7d77 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/light_gray_glazed_terracotta.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/light_gray_glazed_terracotta", + "y": 270 + }, + "facing=north": { + "model": "minecraft:block/light_gray_glazed_terracotta", + "y": 180 + }, + "facing=south": { + "model": "minecraft:block/light_gray_glazed_terracotta" + }, + "facing=west": { + "model": "minecraft:block/light_gray_glazed_terracotta", + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/light_gray_shulker_box.json b/1.17.1/assets/minecraft/blockstates/light_gray_shulker_box.json new file mode 100644 index 00000000..a04db2c9 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/light_gray_shulker_box.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/light_gray_shulker_box" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/light_gray_stained_glass.json b/1.17.1/assets/minecraft/blockstates/light_gray_stained_glass.json new file mode 100644 index 00000000..b14a289d --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/light_gray_stained_glass.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/light_gray_stained_glass" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/light_gray_stained_glass_pane.json b/1.17.1/assets/minecraft/blockstates/light_gray_stained_glass_pane.json new file mode 100644 index 00000000..3c0cb9ab --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/light_gray_stained_glass_pane.json @@ -0,0 +1,77 @@ +{ + "multipart": [ + { + "apply": { + "model": "minecraft:block/light_gray_stained_glass_pane_post" + } + }, + { + "when": { + "north": "true" + }, + "apply": { + "model": "minecraft:block/light_gray_stained_glass_pane_side" + } + }, + { + "when": { + "east": "true" + }, + "apply": { + "model": "minecraft:block/light_gray_stained_glass_pane_side", + "y": 90 + } + }, + { + "when": { + "south": "true" + }, + "apply": { + "model": "minecraft:block/light_gray_stained_glass_pane_side_alt" + } + }, + { + "when": { + "west": "true" + }, + "apply": { + "model": "minecraft:block/light_gray_stained_glass_pane_side_alt", + "y": 90 + } + }, + { + "when": { + "north": "false" + }, + "apply": { + "model": "minecraft:block/light_gray_stained_glass_pane_noside" + } + }, + { + "when": { + "east": "false" + }, + "apply": { + "model": "minecraft:block/light_gray_stained_glass_pane_noside_alt" + } + }, + { + "when": { + "south": "false" + }, + "apply": { + "model": "minecraft:block/light_gray_stained_glass_pane_noside_alt", + "y": 90 + } + }, + { + "when": { + "west": "false" + }, + "apply": { + "model": "minecraft:block/light_gray_stained_glass_pane_noside", + "y": 270 + } + } + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/light_gray_terracotta.json b/1.17.1/assets/minecraft/blockstates/light_gray_terracotta.json new file mode 100644 index 00000000..d1fe850d --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/light_gray_terracotta.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/light_gray_terracotta" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/light_gray_wall_banner.json b/1.17.1/assets/minecraft/blockstates/light_gray_wall_banner.json new file mode 100644 index 00000000..f5e2c87f --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/light_gray_wall_banner.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/banner" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/light_gray_wool.json b/1.17.1/assets/minecraft/blockstates/light_gray_wool.json new file mode 100644 index 00000000..c26d7157 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/light_gray_wool.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/light_gray_wool" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/light_weighted_pressure_plate.json b/1.17.1/assets/minecraft/blockstates/light_weighted_pressure_plate.json new file mode 100644 index 00000000..3495b4c5 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/light_weighted_pressure_plate.json @@ -0,0 +1,52 @@ +{ + "variants": { + "power=0": { + "model": "minecraft:block/light_weighted_pressure_plate" + }, + "power=1": { + "model": "minecraft:block/light_weighted_pressure_plate_down" + }, + "power=10": { + "model": "minecraft:block/light_weighted_pressure_plate_down" + }, + "power=11": { + "model": "minecraft:block/light_weighted_pressure_plate_down" + }, + "power=12": { + "model": "minecraft:block/light_weighted_pressure_plate_down" + }, + "power=13": { + "model": "minecraft:block/light_weighted_pressure_plate_down" + }, + "power=14": { + "model": "minecraft:block/light_weighted_pressure_plate_down" + }, + "power=15": { + "model": "minecraft:block/light_weighted_pressure_plate_down" + }, + "power=2": { + "model": "minecraft:block/light_weighted_pressure_plate_down" + }, + "power=3": { + "model": "minecraft:block/light_weighted_pressure_plate_down" + }, + "power=4": { + "model": "minecraft:block/light_weighted_pressure_plate_down" + }, + "power=5": { + "model": "minecraft:block/light_weighted_pressure_plate_down" + }, + "power=6": { + "model": "minecraft:block/light_weighted_pressure_plate_down" + }, + "power=7": { + "model": "minecraft:block/light_weighted_pressure_plate_down" + }, + "power=8": { + "model": "minecraft:block/light_weighted_pressure_plate_down" + }, + "power=9": { + "model": "minecraft:block/light_weighted_pressure_plate_down" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/lightning_rod.json b/1.17.1/assets/minecraft/blockstates/lightning_rod.json new file mode 100644 index 00000000..df0e7c46 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/lightning_rod.json @@ -0,0 +1,56 @@ +{ + "variants": { + "facing=down,powered=false": { + "model": "minecraft:block/lightning_rod", + "x": 180 + }, + "facing=down,powered=true": { + "model": "minecraft:block/lightning_rod_on", + "x": 180 + }, + "facing=east,powered=false": { + "model": "minecraft:block/lightning_rod", + "x": 90, + "y": 90 + }, + "facing=east,powered=true": { + "model": "minecraft:block/lightning_rod_on", + "x": 90, + "y": 90 + }, + "facing=north,powered=false": { + "model": "minecraft:block/lightning_rod", + "x": 90 + }, + "facing=north,powered=true": { + "model": "minecraft:block/lightning_rod_on", + "x": 90 + }, + "facing=south,powered=false": { + "model": "minecraft:block/lightning_rod", + "x": 90, + "y": 180 + }, + "facing=south,powered=true": { + "model": "minecraft:block/lightning_rod_on", + "x": 90, + "y": 180 + }, + "facing=up,powered=false": { + "model": "minecraft:block/lightning_rod" + }, + "facing=up,powered=true": { + "model": "minecraft:block/lightning_rod_on" + }, + "facing=west,powered=false": { + "model": "minecraft:block/lightning_rod", + "x": 90, + "y": 270 + }, + "facing=west,powered=true": { + "model": "minecraft:block/lightning_rod_on", + "x": 90, + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/lilac.json b/1.17.1/assets/minecraft/blockstates/lilac.json new file mode 100644 index 00000000..5a29adb9 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/lilac.json @@ -0,0 +1,10 @@ +{ + "variants": { + "half=lower": { + "model": "minecraft:block/lilac_bottom" + }, + "half=upper": { + "model": "minecraft:block/lilac_top" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/lily_of_the_valley.json b/1.17.1/assets/minecraft/blockstates/lily_of_the_valley.json new file mode 100644 index 00000000..5bc1e938 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/lily_of_the_valley.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/lily_of_the_valley" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/lily_pad.json b/1.17.1/assets/minecraft/blockstates/lily_pad.json new file mode 100644 index 00000000..41cd85d1 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/lily_pad.json @@ -0,0 +1,21 @@ +{ + "variants": { + "": [ + { + "model": "minecraft:block/lily_pad" + }, + { + "model": "minecraft:block/lily_pad", + "y": 90 + }, + { + "model": "minecraft:block/lily_pad", + "y": 180 + }, + { + "model": "minecraft:block/lily_pad", + "y": 270 + } + ] + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/lime_banner.json b/1.17.1/assets/minecraft/blockstates/lime_banner.json new file mode 100644 index 00000000..f5e2c87f --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/lime_banner.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/banner" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/lime_bed.json b/1.17.1/assets/minecraft/blockstates/lime_bed.json new file mode 100644 index 00000000..6577c90a --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/lime_bed.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/bed" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/lime_candle.json b/1.17.1/assets/minecraft/blockstates/lime_candle.json new file mode 100644 index 00000000..373f7fb0 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/lime_candle.json @@ -0,0 +1,28 @@ +{ + "variants": { + "candles=1,lit=false": { + "model": "minecraft:block/lime_candle_one_candle" + }, + "candles=1,lit=true": { + "model": "minecraft:block/lime_candle_one_candle_lit" + }, + "candles=2,lit=false": { + "model": "minecraft:block/lime_candle_two_candles" + }, + "candles=2,lit=true": { + "model": "minecraft:block/lime_candle_two_candles_lit" + }, + "candles=3,lit=false": { + "model": "minecraft:block/lime_candle_three_candles" + }, + "candles=3,lit=true": { + "model": "minecraft:block/lime_candle_three_candles_lit" + }, + "candles=4,lit=false": { + "model": "minecraft:block/lime_candle_four_candles" + }, + "candles=4,lit=true": { + "model": "minecraft:block/lime_candle_four_candles_lit" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/lime_candle_cake.json b/1.17.1/assets/minecraft/blockstates/lime_candle_cake.json new file mode 100644 index 00000000..6a650d6b --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/lime_candle_cake.json @@ -0,0 +1,10 @@ +{ + "variants": { + "lit=false": { + "model": "minecraft:block/lime_candle_cake" + }, + "lit=true": { + "model": "minecraft:block/lime_candle_cake_lit" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/lime_carpet.json b/1.17.1/assets/minecraft/blockstates/lime_carpet.json new file mode 100644 index 00000000..970a8ac1 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/lime_carpet.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/lime_carpet" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/lime_concrete.json b/1.17.1/assets/minecraft/blockstates/lime_concrete.json new file mode 100644 index 00000000..af1b10b5 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/lime_concrete.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/lime_concrete" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/lime_concrete_powder.json b/1.17.1/assets/minecraft/blockstates/lime_concrete_powder.json new file mode 100644 index 00000000..4f48ccf1 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/lime_concrete_powder.json @@ -0,0 +1,21 @@ +{ + "variants": { + "": [ + { + "model": "minecraft:block/lime_concrete_powder" + }, + { + "model": "minecraft:block/lime_concrete_powder", + "y": 90 + }, + { + "model": "minecraft:block/lime_concrete_powder", + "y": 180 + }, + { + "model": "minecraft:block/lime_concrete_powder", + "y": 270 + } + ] + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/lime_glazed_terracotta.json b/1.17.1/assets/minecraft/blockstates/lime_glazed_terracotta.json new file mode 100644 index 00000000..1bf117b7 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/lime_glazed_terracotta.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/lime_glazed_terracotta", + "y": 270 + }, + "facing=north": { + "model": "minecraft:block/lime_glazed_terracotta", + "y": 180 + }, + "facing=south": { + "model": "minecraft:block/lime_glazed_terracotta" + }, + "facing=west": { + "model": "minecraft:block/lime_glazed_terracotta", + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/lime_shulker_box.json b/1.17.1/assets/minecraft/blockstates/lime_shulker_box.json new file mode 100644 index 00000000..8f33bac6 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/lime_shulker_box.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/lime_shulker_box" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/lime_stained_glass.json b/1.17.1/assets/minecraft/blockstates/lime_stained_glass.json new file mode 100644 index 00000000..6916921a --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/lime_stained_glass.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/lime_stained_glass" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/lime_stained_glass_pane.json b/1.17.1/assets/minecraft/blockstates/lime_stained_glass_pane.json new file mode 100644 index 00000000..efbd641f --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/lime_stained_glass_pane.json @@ -0,0 +1,77 @@ +{ + "multipart": [ + { + "apply": { + "model": "minecraft:block/lime_stained_glass_pane_post" + } + }, + { + "when": { + "north": "true" + }, + "apply": { + "model": "minecraft:block/lime_stained_glass_pane_side" + } + }, + { + "when": { + "east": "true" + }, + "apply": { + "model": "minecraft:block/lime_stained_glass_pane_side", + "y": 90 + } + }, + { + "when": { + "south": "true" + }, + "apply": { + "model": "minecraft:block/lime_stained_glass_pane_side_alt" + } + }, + { + "when": { + "west": "true" + }, + "apply": { + "model": "minecraft:block/lime_stained_glass_pane_side_alt", + "y": 90 + } + }, + { + "when": { + "north": "false" + }, + "apply": { + "model": "minecraft:block/lime_stained_glass_pane_noside" + } + }, + { + "when": { + "east": "false" + }, + "apply": { + "model": "minecraft:block/lime_stained_glass_pane_noside_alt" + } + }, + { + "when": { + "south": "false" + }, + "apply": { + "model": "minecraft:block/lime_stained_glass_pane_noside_alt", + "y": 90 + } + }, + { + "when": { + "west": "false" + }, + "apply": { + "model": "minecraft:block/lime_stained_glass_pane_noside", + "y": 270 + } + } + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/lime_terracotta.json b/1.17.1/assets/minecraft/blockstates/lime_terracotta.json new file mode 100644 index 00000000..c194305c --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/lime_terracotta.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/lime_terracotta" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/lime_wall_banner.json b/1.17.1/assets/minecraft/blockstates/lime_wall_banner.json new file mode 100644 index 00000000..f5e2c87f --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/lime_wall_banner.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/banner" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/lime_wool.json b/1.17.1/assets/minecraft/blockstates/lime_wool.json new file mode 100644 index 00000000..d1524b5d --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/lime_wool.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/lime_wool" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/lodestone.json b/1.17.1/assets/minecraft/blockstates/lodestone.json new file mode 100644 index 00000000..639e6848 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/lodestone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/lodestone" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/loom.json b/1.17.1/assets/minecraft/blockstates/loom.json new file mode 100644 index 00000000..0a8c5b69 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/loom.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/loom", + "y": 90 + }, + "facing=north": { + "model": "minecraft:block/loom" + }, + "facing=south": { + "model": "minecraft:block/loom", + "y": 180 + }, + "facing=west": { + "model": "minecraft:block/loom", + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/magenta_banner.json b/1.17.1/assets/minecraft/blockstates/magenta_banner.json new file mode 100644 index 00000000..f5e2c87f --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/magenta_banner.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/banner" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/magenta_bed.json b/1.17.1/assets/minecraft/blockstates/magenta_bed.json new file mode 100644 index 00000000..6577c90a --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/magenta_bed.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/bed" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/magenta_candle.json b/1.17.1/assets/minecraft/blockstates/magenta_candle.json new file mode 100644 index 00000000..732c2807 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/magenta_candle.json @@ -0,0 +1,28 @@ +{ + "variants": { + "candles=1,lit=false": { + "model": "minecraft:block/magenta_candle_one_candle" + }, + "candles=1,lit=true": { + "model": "minecraft:block/magenta_candle_one_candle_lit" + }, + "candles=2,lit=false": { + "model": "minecraft:block/magenta_candle_two_candles" + }, + "candles=2,lit=true": { + "model": "minecraft:block/magenta_candle_two_candles_lit" + }, + "candles=3,lit=false": { + "model": "minecraft:block/magenta_candle_three_candles" + }, + "candles=3,lit=true": { + "model": "minecraft:block/magenta_candle_three_candles_lit" + }, + "candles=4,lit=false": { + "model": "minecraft:block/magenta_candle_four_candles" + }, + "candles=4,lit=true": { + "model": "minecraft:block/magenta_candle_four_candles_lit" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/magenta_candle_cake.json b/1.17.1/assets/minecraft/blockstates/magenta_candle_cake.json new file mode 100644 index 00000000..1c994f6d --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/magenta_candle_cake.json @@ -0,0 +1,10 @@ +{ + "variants": { + "lit=false": { + "model": "minecraft:block/magenta_candle_cake" + }, + "lit=true": { + "model": "minecraft:block/magenta_candle_cake_lit" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/magenta_carpet.json b/1.17.1/assets/minecraft/blockstates/magenta_carpet.json new file mode 100644 index 00000000..3427fec7 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/magenta_carpet.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/magenta_carpet" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/magenta_concrete.json b/1.17.1/assets/minecraft/blockstates/magenta_concrete.json new file mode 100644 index 00000000..efa0ead9 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/magenta_concrete.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/magenta_concrete" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/magenta_concrete_powder.json b/1.17.1/assets/minecraft/blockstates/magenta_concrete_powder.json new file mode 100644 index 00000000..37231b4f --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/magenta_concrete_powder.json @@ -0,0 +1,21 @@ +{ + "variants": { + "": [ + { + "model": "minecraft:block/magenta_concrete_powder" + }, + { + "model": "minecraft:block/magenta_concrete_powder", + "y": 90 + }, + { + "model": "minecraft:block/magenta_concrete_powder", + "y": 180 + }, + { + "model": "minecraft:block/magenta_concrete_powder", + "y": 270 + } + ] + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/magenta_glazed_terracotta.json b/1.17.1/assets/minecraft/blockstates/magenta_glazed_terracotta.json new file mode 100644 index 00000000..bfb421a1 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/magenta_glazed_terracotta.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/magenta_glazed_terracotta", + "y": 270 + }, + "facing=north": { + "model": "minecraft:block/magenta_glazed_terracotta", + "y": 180 + }, + "facing=south": { + "model": "minecraft:block/magenta_glazed_terracotta" + }, + "facing=west": { + "model": "minecraft:block/magenta_glazed_terracotta", + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/magenta_shulker_box.json b/1.17.1/assets/minecraft/blockstates/magenta_shulker_box.json new file mode 100644 index 00000000..e0d737fb --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/magenta_shulker_box.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/magenta_shulker_box" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/magenta_stained_glass.json b/1.17.1/assets/minecraft/blockstates/magenta_stained_glass.json new file mode 100644 index 00000000..2081e041 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/magenta_stained_glass.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/magenta_stained_glass" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/magenta_stained_glass_pane.json b/1.17.1/assets/minecraft/blockstates/magenta_stained_glass_pane.json new file mode 100644 index 00000000..7cbefcf4 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/magenta_stained_glass_pane.json @@ -0,0 +1,77 @@ +{ + "multipart": [ + { + "apply": { + "model": "minecraft:block/magenta_stained_glass_pane_post" + } + }, + { + "when": { + "north": "true" + }, + "apply": { + "model": "minecraft:block/magenta_stained_glass_pane_side" + } + }, + { + "when": { + "east": "true" + }, + "apply": { + "model": "minecraft:block/magenta_stained_glass_pane_side", + "y": 90 + } + }, + { + "when": { + "south": "true" + }, + "apply": { + "model": "minecraft:block/magenta_stained_glass_pane_side_alt" + } + }, + { + "when": { + "west": "true" + }, + "apply": { + "model": "minecraft:block/magenta_stained_glass_pane_side_alt", + "y": 90 + } + }, + { + "when": { + "north": "false" + }, + "apply": { + "model": "minecraft:block/magenta_stained_glass_pane_noside" + } + }, + { + "when": { + "east": "false" + }, + "apply": { + "model": "minecraft:block/magenta_stained_glass_pane_noside_alt" + } + }, + { + "when": { + "south": "false" + }, + "apply": { + "model": "minecraft:block/magenta_stained_glass_pane_noside_alt", + "y": 90 + } + }, + { + "when": { + "west": "false" + }, + "apply": { + "model": "minecraft:block/magenta_stained_glass_pane_noside", + "y": 270 + } + } + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/magenta_terracotta.json b/1.17.1/assets/minecraft/blockstates/magenta_terracotta.json new file mode 100644 index 00000000..30135ae5 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/magenta_terracotta.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/magenta_terracotta" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/magenta_wall_banner.json b/1.17.1/assets/minecraft/blockstates/magenta_wall_banner.json new file mode 100644 index 00000000..f5e2c87f --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/magenta_wall_banner.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/banner" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/magenta_wool.json b/1.17.1/assets/minecraft/blockstates/magenta_wool.json new file mode 100644 index 00000000..d8666f05 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/magenta_wool.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/magenta_wool" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/magma_block.json b/1.17.1/assets/minecraft/blockstates/magma_block.json new file mode 100644 index 00000000..90e6478e --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/magma_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/magma_block" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/medium_amethyst_bud.json b/1.17.1/assets/minecraft/blockstates/medium_amethyst_bud.json new file mode 100644 index 00000000..2166b862 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/medium_amethyst_bud.json @@ -0,0 +1,30 @@ +{ + "variants": { + "facing=down": { + "model": "minecraft:block/medium_amethyst_bud", + "x": 180 + }, + "facing=east": { + "model": "minecraft:block/medium_amethyst_bud", + "x": 90, + "y": 90 + }, + "facing=north": { + "model": "minecraft:block/medium_amethyst_bud", + "x": 90 + }, + "facing=south": { + "model": "minecraft:block/medium_amethyst_bud", + "x": 90, + "y": 180 + }, + "facing=up": { + "model": "minecraft:block/medium_amethyst_bud" + }, + "facing=west": { + "model": "minecraft:block/medium_amethyst_bud", + "x": 90, + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/melon.json b/1.17.1/assets/minecraft/blockstates/melon.json new file mode 100644 index 00000000..93ce0cd4 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/melon.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/melon" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/melon_stem.json b/1.17.1/assets/minecraft/blockstates/melon_stem.json new file mode 100644 index 00000000..89bcde3f --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/melon_stem.json @@ -0,0 +1,28 @@ +{ + "variants": { + "age=0": { + "model": "minecraft:block/melon_stem_stage0" + }, + "age=1": { + "model": "minecraft:block/melon_stem_stage1" + }, + "age=2": { + "model": "minecraft:block/melon_stem_stage2" + }, + "age=3": { + "model": "minecraft:block/melon_stem_stage3" + }, + "age=4": { + "model": "minecraft:block/melon_stem_stage4" + }, + "age=5": { + "model": "minecraft:block/melon_stem_stage5" + }, + "age=6": { + "model": "minecraft:block/melon_stem_stage6" + }, + "age=7": { + "model": "minecraft:block/melon_stem_stage7" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/moss_block.json b/1.17.1/assets/minecraft/blockstates/moss_block.json new file mode 100644 index 00000000..8c2eaa3a --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/moss_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/moss_block" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/moss_carpet.json b/1.17.1/assets/minecraft/blockstates/moss_carpet.json new file mode 100644 index 00000000..3b338b55 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/moss_carpet.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/moss_carpet" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/mossy_cobblestone.json b/1.17.1/assets/minecraft/blockstates/mossy_cobblestone.json new file mode 100644 index 00000000..7467ed1d --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/mossy_cobblestone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/mossy_cobblestone" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/mossy_cobblestone_slab.json b/1.17.1/assets/minecraft/blockstates/mossy_cobblestone_slab.json new file mode 100644 index 00000000..51dfa2ca --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/mossy_cobblestone_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/mossy_cobblestone_slab" + }, + "type=double": { + "model": "minecraft:block/mossy_cobblestone" + }, + "type=top": { + "model": "minecraft:block/mossy_cobblestone_slab_top" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/mossy_cobblestone_stairs.json b/1.17.1/assets/minecraft/blockstates/mossy_cobblestone_stairs.json new file mode 100644 index 00000000..9ec49f49 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/mossy_cobblestone_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/mossy_cobblestone_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/mossy_cobblestone_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/mossy_cobblestone_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/mossy_cobblestone_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/mossy_cobblestone_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/mossy_cobblestone_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/mossy_cobblestone_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/mossy_cobblestone_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/mossy_cobblestone_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/mossy_cobblestone_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/mossy_cobblestone_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/mossy_cobblestone_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/mossy_cobblestone_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/mossy_cobblestone_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/mossy_cobblestone_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/mossy_cobblestone_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/mossy_cobblestone_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/mossy_cobblestone_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/mossy_cobblestone_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/mossy_cobblestone_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/mossy_cobblestone_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/mossy_cobblestone_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/mossy_cobblestone_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/mossy_cobblestone_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/mossy_cobblestone_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/mossy_cobblestone_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/mossy_cobblestone_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/mossy_cobblestone_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/mossy_cobblestone_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/mossy_cobblestone_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/mossy_cobblestone_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/mossy_cobblestone_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/mossy_cobblestone_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/mossy_cobblestone_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/mossy_cobblestone_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/mossy_cobblestone_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/mossy_cobblestone_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/mossy_cobblestone_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/mossy_cobblestone_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/mossy_cobblestone_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/mossy_cobblestone_wall.json b/1.17.1/assets/minecraft/blockstates/mossy_cobblestone_wall.json new file mode 100644 index 00000000..9adb7a98 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/mossy_cobblestone_wall.json @@ -0,0 +1,90 @@ +{ + "multipart": [ + { + "when": { + "up": "true" + }, + "apply": { + "model": "minecraft:block/mossy_cobblestone_wall_post" + } + }, + { + "when": { + "north": "low" + }, + "apply": { + "model": "minecraft:block/mossy_cobblestone_wall_side", + "uvlock": true + } + }, + { + "when": { + "east": "low" + }, + "apply": { + "model": "minecraft:block/mossy_cobblestone_wall_side", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "low" + }, + "apply": { + "model": "minecraft:block/mossy_cobblestone_wall_side", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "low" + }, + "apply": { + "model": "minecraft:block/mossy_cobblestone_wall_side", + "y": 270, + "uvlock": true + } + }, + { + "when": { + "north": "tall" + }, + "apply": { + "model": "minecraft:block/mossy_cobblestone_wall_side_tall", + "uvlock": true + } + }, + { + "when": { + "east": "tall" + }, + "apply": { + "model": "minecraft:block/mossy_cobblestone_wall_side_tall", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "tall" + }, + "apply": { + "model": "minecraft:block/mossy_cobblestone_wall_side_tall", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "tall" + }, + "apply": { + "model": "minecraft:block/mossy_cobblestone_wall_side_tall", + "y": 270, + "uvlock": true + } + } + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/mossy_stone_brick_slab.json b/1.17.1/assets/minecraft/blockstates/mossy_stone_brick_slab.json new file mode 100644 index 00000000..e8d96fc0 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/mossy_stone_brick_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/mossy_stone_brick_slab" + }, + "type=double": { + "model": "minecraft:block/mossy_stone_bricks" + }, + "type=top": { + "model": "minecraft:block/mossy_stone_brick_slab_top" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/mossy_stone_brick_stairs.json b/1.17.1/assets/minecraft/blockstates/mossy_stone_brick_stairs.json new file mode 100644 index 00000000..0fc898c9 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/mossy_stone_brick_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/mossy_stone_brick_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/mossy_stone_brick_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/mossy_stone_brick_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/mossy_stone_brick_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/mossy_stone_brick_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/mossy_stone_brick_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/mossy_stone_brick_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/mossy_stone_brick_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/mossy_stone_brick_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/mossy_stone_brick_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/mossy_stone_brick_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/mossy_stone_brick_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/mossy_stone_brick_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/mossy_stone_brick_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/mossy_stone_brick_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/mossy_stone_brick_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/mossy_stone_brick_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/mossy_stone_brick_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/mossy_stone_brick_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/mossy_stone_brick_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/mossy_stone_brick_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/mossy_stone_brick_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/mossy_stone_brick_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/mossy_stone_brick_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/mossy_stone_brick_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/mossy_stone_brick_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/mossy_stone_brick_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/mossy_stone_brick_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/mossy_stone_brick_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/mossy_stone_brick_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/mossy_stone_brick_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/mossy_stone_brick_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/mossy_stone_brick_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/mossy_stone_brick_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/mossy_stone_brick_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/mossy_stone_brick_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/mossy_stone_brick_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/mossy_stone_brick_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/mossy_stone_brick_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/mossy_stone_brick_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/mossy_stone_brick_wall.json b/1.17.1/assets/minecraft/blockstates/mossy_stone_brick_wall.json new file mode 100644 index 00000000..73ea1ae4 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/mossy_stone_brick_wall.json @@ -0,0 +1,90 @@ +{ + "multipart": [ + { + "when": { + "up": "true" + }, + "apply": { + "model": "minecraft:block/mossy_stone_brick_wall_post" + } + }, + { + "when": { + "north": "low" + }, + "apply": { + "model": "minecraft:block/mossy_stone_brick_wall_side", + "uvlock": true + } + }, + { + "when": { + "east": "low" + }, + "apply": { + "model": "minecraft:block/mossy_stone_brick_wall_side", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "low" + }, + "apply": { + "model": "minecraft:block/mossy_stone_brick_wall_side", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "low" + }, + "apply": { + "model": "minecraft:block/mossy_stone_brick_wall_side", + "y": 270, + "uvlock": true + } + }, + { + "when": { + "north": "tall" + }, + "apply": { + "model": "minecraft:block/mossy_stone_brick_wall_side_tall", + "uvlock": true + } + }, + { + "when": { + "east": "tall" + }, + "apply": { + "model": "minecraft:block/mossy_stone_brick_wall_side_tall", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "tall" + }, + "apply": { + "model": "minecraft:block/mossy_stone_brick_wall_side_tall", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "tall" + }, + "apply": { + "model": "minecraft:block/mossy_stone_brick_wall_side_tall", + "y": 270, + "uvlock": true + } + } + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/mossy_stone_bricks.json b/1.17.1/assets/minecraft/blockstates/mossy_stone_bricks.json new file mode 100644 index 00000000..c17c4a7f --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/mossy_stone_bricks.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/mossy_stone_bricks" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/moving_piston.json b/1.17.1/assets/minecraft/blockstates/moving_piston.json new file mode 100644 index 00000000..aaa921ff --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/moving_piston.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/moving_piston" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/mushroom_stem.json b/1.17.1/assets/minecraft/blockstates/mushroom_stem.json new file mode 100644 index 00000000..8f7b1596 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/mushroom_stem.json @@ -0,0 +1,120 @@ +{ + "multipart": [ + { + "when": { + "north": "true" + }, + "apply": { + "model": "minecraft:block/mushroom_stem" + } + }, + { + "when": { + "east": "true" + }, + "apply": { + "model": "minecraft:block/mushroom_stem", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "true" + }, + "apply": { + "model": "minecraft:block/mushroom_stem", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "true" + }, + "apply": { + "model": "minecraft:block/mushroom_stem", + "y": 270, + "uvlock": true + } + }, + { + "when": { + "up": "true" + }, + "apply": { + "model": "minecraft:block/mushroom_stem", + "x": 270, + "uvlock": true + } + }, + { + "when": { + "down": "true" + }, + "apply": { + "model": "minecraft:block/mushroom_stem", + "x": 90, + "uvlock": true + } + }, + { + "when": { + "north": "false" + }, + "apply": { + "model": "minecraft:block/mushroom_block_inside" + } + }, + { + "when": { + "east": "false" + }, + "apply": { + "model": "minecraft:block/mushroom_block_inside", + "y": 90, + "uvlock": false + } + }, + { + "when": { + "south": "false" + }, + "apply": { + "model": "minecraft:block/mushroom_block_inside", + "y": 180, + "uvlock": false + } + }, + { + "when": { + "west": "false" + }, + "apply": { + "model": "minecraft:block/mushroom_block_inside", + "y": 270, + "uvlock": false + } + }, + { + "when": { + "up": "false" + }, + "apply": { + "model": "minecraft:block/mushroom_block_inside", + "x": 270, + "uvlock": false + } + }, + { + "when": { + "down": "false" + }, + "apply": { + "model": "minecraft:block/mushroom_block_inside", + "x": 90, + "uvlock": false + } + } + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/mycelium.json b/1.17.1/assets/minecraft/blockstates/mycelium.json new file mode 100644 index 00000000..cdf6392d --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/mycelium.json @@ -0,0 +1,24 @@ +{ + "variants": { + "snowy=false": [ + { + "model": "minecraft:block/mycelium" + }, + { + "model": "minecraft:block/mycelium", + "y": 90 + }, + { + "model": "minecraft:block/mycelium", + "y": 180 + }, + { + "model": "minecraft:block/mycelium", + "y": 270 + } + ], + "snowy=true": { + "model": "minecraft:block/grass_block_snow" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/nether_brick_fence.json b/1.17.1/assets/minecraft/blockstates/nether_brick_fence.json new file mode 100644 index 00000000..bc93e733 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/nether_brick_fence.json @@ -0,0 +1,48 @@ +{ + "multipart": [ + { + "apply": { + "model": "minecraft:block/nether_brick_fence_post" + } + }, + { + "when": { + "north": "true" + }, + "apply": { + "model": "minecraft:block/nether_brick_fence_side", + "uvlock": true + } + }, + { + "when": { + "east": "true" + }, + "apply": { + "model": "minecraft:block/nether_brick_fence_side", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "true" + }, + "apply": { + "model": "minecraft:block/nether_brick_fence_side", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "true" + }, + "apply": { + "model": "minecraft:block/nether_brick_fence_side", + "y": 270, + "uvlock": true + } + } + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/nether_brick_slab.json b/1.17.1/assets/minecraft/blockstates/nether_brick_slab.json new file mode 100644 index 00000000..e6e04975 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/nether_brick_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/nether_brick_slab" + }, + "type=double": { + "model": "minecraft:block/nether_bricks" + }, + "type=top": { + "model": "minecraft:block/nether_brick_slab_top" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/nether_brick_stairs.json b/1.17.1/assets/minecraft/blockstates/nether_brick_stairs.json new file mode 100644 index 00000000..afe841da --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/nether_brick_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/nether_brick_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/nether_brick_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/nether_brick_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/nether_brick_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/nether_brick_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/nether_brick_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/nether_brick_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/nether_brick_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/nether_brick_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/nether_brick_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/nether_brick_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/nether_brick_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/nether_brick_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/nether_brick_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/nether_brick_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/nether_brick_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/nether_brick_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/nether_brick_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/nether_brick_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/nether_brick_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/nether_brick_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/nether_brick_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/nether_brick_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/nether_brick_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/nether_brick_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/nether_brick_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/nether_brick_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/nether_brick_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/nether_brick_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/nether_brick_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/nether_brick_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/nether_brick_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/nether_brick_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/nether_brick_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/nether_brick_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/nether_brick_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/nether_brick_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/nether_brick_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/nether_brick_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/nether_brick_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/nether_brick_wall.json b/1.17.1/assets/minecraft/blockstates/nether_brick_wall.json new file mode 100644 index 00000000..6e1a5f9f --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/nether_brick_wall.json @@ -0,0 +1,90 @@ +{ + "multipart": [ + { + "when": { + "up": "true" + }, + "apply": { + "model": "minecraft:block/nether_brick_wall_post" + } + }, + { + "when": { + "north": "low" + }, + "apply": { + "model": "minecraft:block/nether_brick_wall_side", + "uvlock": true + } + }, + { + "when": { + "east": "low" + }, + "apply": { + "model": "minecraft:block/nether_brick_wall_side", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "low" + }, + "apply": { + "model": "minecraft:block/nether_brick_wall_side", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "low" + }, + "apply": { + "model": "minecraft:block/nether_brick_wall_side", + "y": 270, + "uvlock": true + } + }, + { + "when": { + "north": "tall" + }, + "apply": { + "model": "minecraft:block/nether_brick_wall_side_tall", + "uvlock": true + } + }, + { + "when": { + "east": "tall" + }, + "apply": { + "model": "minecraft:block/nether_brick_wall_side_tall", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "tall" + }, + "apply": { + "model": "minecraft:block/nether_brick_wall_side_tall", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "tall" + }, + "apply": { + "model": "minecraft:block/nether_brick_wall_side_tall", + "y": 270, + "uvlock": true + } + } + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/nether_bricks.json b/1.17.1/assets/minecraft/blockstates/nether_bricks.json new file mode 100644 index 00000000..85622bf5 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/nether_bricks.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/nether_bricks" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/nether_gold_ore.json b/1.17.1/assets/minecraft/blockstates/nether_gold_ore.json new file mode 100644 index 00000000..75e62a37 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/nether_gold_ore.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/nether_gold_ore" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/nether_portal.json b/1.17.1/assets/minecraft/blockstates/nether_portal.json new file mode 100644 index 00000000..af9f386a --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/nether_portal.json @@ -0,0 +1,10 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/nether_portal_ns" + }, + "axis=z": { + "model": "minecraft:block/nether_portal_ew" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/nether_quartz_ore.json b/1.17.1/assets/minecraft/blockstates/nether_quartz_ore.json new file mode 100644 index 00000000..b473ab4f --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/nether_quartz_ore.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/nether_quartz_ore" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/nether_sprouts.json b/1.17.1/assets/minecraft/blockstates/nether_sprouts.json new file mode 100644 index 00000000..445d1001 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/nether_sprouts.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/nether_sprouts" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/nether_wart.json b/1.17.1/assets/minecraft/blockstates/nether_wart.json new file mode 100644 index 00000000..f956d12c --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/nether_wart.json @@ -0,0 +1,16 @@ +{ + "variants": { + "age=0": { + "model": "minecraft:block/nether_wart_stage0" + }, + "age=1": { + "model": "minecraft:block/nether_wart_stage1" + }, + "age=2": { + "model": "minecraft:block/nether_wart_stage1" + }, + "age=3": { + "model": "minecraft:block/nether_wart_stage2" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/nether_wart_block.json b/1.17.1/assets/minecraft/blockstates/nether_wart_block.json new file mode 100644 index 00000000..ea08ea13 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/nether_wart_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/nether_wart_block" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/netherite_block.json b/1.17.1/assets/minecraft/blockstates/netherite_block.json new file mode 100644 index 00000000..85f89e95 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/netherite_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/netherite_block" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/netherrack.json b/1.17.1/assets/minecraft/blockstates/netherrack.json new file mode 100644 index 00000000..1a4fc1e9 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/netherrack.json @@ -0,0 +1,78 @@ +{ + "variants": { + "": [ + { + "model": "minecraft:block/netherrack" + }, + { + "model": "minecraft:block/netherrack", + "x": 90 + }, + { + "model": "minecraft:block/netherrack", + "x": 180 + }, + { + "model": "minecraft:block/netherrack", + "x": 270 + }, + { + "model": "minecraft:block/netherrack", + "y": 90 + }, + { + "model": "minecraft:block/netherrack", + "y": 90, + "x": 90 + }, + { + "model": "minecraft:block/netherrack", + "y": 90, + "x": 180 + }, + { + "model": "minecraft:block/netherrack", + "y": 90, + "x": 270 + }, + { + "model": "minecraft:block/netherrack", + "y": 180 + }, + { + "model": "minecraft:block/netherrack", + "y": 180, + "x": 90 + }, + { + "model": "minecraft:block/netherrack", + "y": 180, + "x": 180 + }, + { + "model": "minecraft:block/netherrack", + "y": 180, + "x": 270 + }, + { + "model": "minecraft:block/netherrack", + "y": 270 + }, + { + "model": "minecraft:block/netherrack", + "y": 270, + "x": 90 + }, + { + "model": "minecraft:block/netherrack", + "y": 270, + "x": 180 + }, + { + "model": "minecraft:block/netherrack", + "y": 270, + "x": 270 + } + ] + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/note_block.json b/1.17.1/assets/minecraft/blockstates/note_block.json new file mode 100644 index 00000000..651e64c5 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/note_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/note_block" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/oak_button.json b/1.17.1/assets/minecraft/blockstates/oak_button.json new file mode 100644 index 00000000..9dcb14f4 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/oak_button.json @@ -0,0 +1,118 @@ +{ + "variants": { + "face=ceiling,facing=east,powered=false": { + "model": "minecraft:block/oak_button", + "y": 270, + "x": 180 + }, + "face=ceiling,facing=east,powered=true": { + "model": "minecraft:block/oak_button_pressed", + "y": 270, + "x": 180 + }, + "face=ceiling,facing=north,powered=false": { + "model": "minecraft:block/oak_button", + "y": 180, + "x": 180 + }, + "face=ceiling,facing=north,powered=true": { + "model": "minecraft:block/oak_button_pressed", + "y": 180, + "x": 180 + }, + "face=ceiling,facing=south,powered=false": { + "model": "minecraft:block/oak_button", + "x": 180 + }, + "face=ceiling,facing=south,powered=true": { + "model": "minecraft:block/oak_button_pressed", + "x": 180 + }, + "face=ceiling,facing=west,powered=false": { + "model": "minecraft:block/oak_button", + "y": 90, + "x": 180 + }, + "face=ceiling,facing=west,powered=true": { + "model": "minecraft:block/oak_button_pressed", + "y": 90, + "x": 180 + }, + "face=floor,facing=east,powered=false": { + "model": "minecraft:block/oak_button", + "y": 90 + }, + "face=floor,facing=east,powered=true": { + "model": "minecraft:block/oak_button_pressed", + "y": 90 + }, + "face=floor,facing=north,powered=false": { + "model": "minecraft:block/oak_button" + }, + "face=floor,facing=north,powered=true": { + "model": "minecraft:block/oak_button_pressed" + }, + "face=floor,facing=south,powered=false": { + "model": "minecraft:block/oak_button", + "y": 180 + }, + "face=floor,facing=south,powered=true": { + "model": "minecraft:block/oak_button_pressed", + "y": 180 + }, + "face=floor,facing=west,powered=false": { + "model": "minecraft:block/oak_button", + "y": 270 + }, + "face=floor,facing=west,powered=true": { + "model": "minecraft:block/oak_button_pressed", + "y": 270 + }, + "face=wall,facing=east,powered=false": { + "model": "minecraft:block/oak_button", + "y": 90, + "x": 90, + "uvlock": true + }, + "face=wall,facing=east,powered=true": { + "model": "minecraft:block/oak_button_pressed", + "y": 90, + "x": 90, + "uvlock": true + }, + "face=wall,facing=north,powered=false": { + "model": "minecraft:block/oak_button", + "x": 90, + "uvlock": true + }, + "face=wall,facing=north,powered=true": { + "model": "minecraft:block/oak_button_pressed", + "x": 90, + "uvlock": true + }, + "face=wall,facing=south,powered=false": { + "model": "minecraft:block/oak_button", + "y": 180, + "x": 90, + "uvlock": true + }, + "face=wall,facing=south,powered=true": { + "model": "minecraft:block/oak_button_pressed", + "y": 180, + "x": 90, + "uvlock": true + }, + "face=wall,facing=west,powered=false": { + "model": "minecraft:block/oak_button", + "y": 270, + "x": 90, + "uvlock": true + }, + "face=wall,facing=west,powered=true": { + "model": "minecraft:block/oak_button_pressed", + "y": 270, + "x": 90, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/oak_door.json b/1.17.1/assets/minecraft/blockstates/oak_door.json new file mode 100644 index 00000000..bbd78c25 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/oak_door.json @@ -0,0 +1,124 @@ +{ + "variants": { + "facing=east,half=lower,hinge=left,open=false": { + "model": "minecraft:block/oak_door_bottom" + }, + "facing=east,half=lower,hinge=left,open=true": { + "model": "minecraft:block/oak_door_bottom_hinge", + "y": 90 + }, + "facing=east,half=lower,hinge=right,open=false": { + "model": "minecraft:block/oak_door_bottom_hinge" + }, + "facing=east,half=lower,hinge=right,open=true": { + "model": "minecraft:block/oak_door_bottom", + "y": 270 + }, + "facing=east,half=upper,hinge=left,open=false": { + "model": "minecraft:block/oak_door_top" + }, + "facing=east,half=upper,hinge=left,open=true": { + "model": "minecraft:block/oak_door_top_hinge", + "y": 90 + }, + "facing=east,half=upper,hinge=right,open=false": { + "model": "minecraft:block/oak_door_top_hinge" + }, + "facing=east,half=upper,hinge=right,open=true": { + "model": "minecraft:block/oak_door_top", + "y": 270 + }, + "facing=north,half=lower,hinge=left,open=false": { + "model": "minecraft:block/oak_door_bottom", + "y": 270 + }, + "facing=north,half=lower,hinge=left,open=true": { + "model": "minecraft:block/oak_door_bottom_hinge" + }, + "facing=north,half=lower,hinge=right,open=false": { + "model": "minecraft:block/oak_door_bottom_hinge", + "y": 270 + }, + "facing=north,half=lower,hinge=right,open=true": { + "model": "minecraft:block/oak_door_bottom", + "y": 180 + }, + "facing=north,half=upper,hinge=left,open=false": { + "model": "minecraft:block/oak_door_top", + "y": 270 + }, + "facing=north,half=upper,hinge=left,open=true": { + "model": "minecraft:block/oak_door_top_hinge" + }, + "facing=north,half=upper,hinge=right,open=false": { + "model": "minecraft:block/oak_door_top_hinge", + "y": 270 + }, + "facing=north,half=upper,hinge=right,open=true": { + "model": "minecraft:block/oak_door_top", + "y": 180 + }, + "facing=south,half=lower,hinge=left,open=false": { + "model": "minecraft:block/oak_door_bottom", + "y": 90 + }, + "facing=south,half=lower,hinge=left,open=true": { + "model": "minecraft:block/oak_door_bottom_hinge", + "y": 180 + }, + "facing=south,half=lower,hinge=right,open=false": { + "model": "minecraft:block/oak_door_bottom_hinge", + "y": 90 + }, + "facing=south,half=lower,hinge=right,open=true": { + "model": "minecraft:block/oak_door_bottom" + }, + "facing=south,half=upper,hinge=left,open=false": { + "model": "minecraft:block/oak_door_top", + "y": 90 + }, + "facing=south,half=upper,hinge=left,open=true": { + "model": "minecraft:block/oak_door_top_hinge", + "y": 180 + }, + "facing=south,half=upper,hinge=right,open=false": { + "model": "minecraft:block/oak_door_top_hinge", + "y": 90 + }, + "facing=south,half=upper,hinge=right,open=true": { + "model": "minecraft:block/oak_door_top" + }, + "facing=west,half=lower,hinge=left,open=false": { + "model": "minecraft:block/oak_door_bottom", + "y": 180 + }, + "facing=west,half=lower,hinge=left,open=true": { + "model": "minecraft:block/oak_door_bottom_hinge", + "y": 270 + }, + "facing=west,half=lower,hinge=right,open=false": { + "model": "minecraft:block/oak_door_bottom_hinge", + "y": 180 + }, + "facing=west,half=lower,hinge=right,open=true": { + "model": "minecraft:block/oak_door_bottom", + "y": 90 + }, + "facing=west,half=upper,hinge=left,open=false": { + "model": "minecraft:block/oak_door_top", + "y": 180 + }, + "facing=west,half=upper,hinge=left,open=true": { + "model": "minecraft:block/oak_door_top_hinge", + "y": 270 + }, + "facing=west,half=upper,hinge=right,open=false": { + "model": "minecraft:block/oak_door_top_hinge", + "y": 180 + }, + "facing=west,half=upper,hinge=right,open=true": { + "model": "minecraft:block/oak_door_top", + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/oak_fence.json b/1.17.1/assets/minecraft/blockstates/oak_fence.json new file mode 100644 index 00000000..f6be8bb3 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/oak_fence.json @@ -0,0 +1,48 @@ +{ + "multipart": [ + { + "apply": { + "model": "minecraft:block/oak_fence_post" + } + }, + { + "when": { + "north": "true" + }, + "apply": { + "model": "minecraft:block/oak_fence_side", + "uvlock": true + } + }, + { + "when": { + "east": "true" + }, + "apply": { + "model": "minecraft:block/oak_fence_side", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "true" + }, + "apply": { + "model": "minecraft:block/oak_fence_side", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "true" + }, + "apply": { + "model": "minecraft:block/oak_fence_side", + "y": 270, + "uvlock": true + } + } + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/oak_fence_gate.json b/1.17.1/assets/minecraft/blockstates/oak_fence_gate.json new file mode 100644 index 00000000..6225bbcf --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/oak_fence_gate.json @@ -0,0 +1,80 @@ +{ + "variants": { + "facing=east,in_wall=false,open=false": { + "uvlock": true, + "y": 270, + "model": "minecraft:block/oak_fence_gate" + }, + "facing=east,in_wall=false,open=true": { + "uvlock": true, + "y": 270, + "model": "minecraft:block/oak_fence_gate_open" + }, + "facing=east,in_wall=true,open=false": { + "uvlock": true, + "y": 270, + "model": "minecraft:block/oak_fence_gate_wall" + }, + "facing=east,in_wall=true,open=true": { + "uvlock": true, + "y": 270, + "model": "minecraft:block/oak_fence_gate_wall_open" + }, + "facing=north,in_wall=false,open=false": { + "uvlock": true, + "y": 180, + "model": "minecraft:block/oak_fence_gate" + }, + "facing=north,in_wall=false,open=true": { + "uvlock": true, + "y": 180, + "model": "minecraft:block/oak_fence_gate_open" + }, + "facing=north,in_wall=true,open=false": { + "uvlock": true, + "y": 180, + "model": "minecraft:block/oak_fence_gate_wall" + }, + "facing=north,in_wall=true,open=true": { + "uvlock": true, + "y": 180, + "model": "minecraft:block/oak_fence_gate_wall_open" + }, + "facing=south,in_wall=false,open=false": { + "uvlock": true, + "model": "minecraft:block/oak_fence_gate" + }, + "facing=south,in_wall=false,open=true": { + "uvlock": true, + "model": "minecraft:block/oak_fence_gate_open" + }, + "facing=south,in_wall=true,open=false": { + "uvlock": true, + "model": "minecraft:block/oak_fence_gate_wall" + }, + "facing=south,in_wall=true,open=true": { + "uvlock": true, + "model": "minecraft:block/oak_fence_gate_wall_open" + }, + "facing=west,in_wall=false,open=false": { + "uvlock": true, + "y": 90, + "model": "minecraft:block/oak_fence_gate" + }, + "facing=west,in_wall=false,open=true": { + "uvlock": true, + "y": 90, + "model": "minecraft:block/oak_fence_gate_open" + }, + "facing=west,in_wall=true,open=false": { + "uvlock": true, + "y": 90, + "model": "minecraft:block/oak_fence_gate_wall" + }, + "facing=west,in_wall=true,open=true": { + "uvlock": true, + "y": 90, + "model": "minecraft:block/oak_fence_gate_wall_open" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/oak_leaves.json b/1.17.1/assets/minecraft/blockstates/oak_leaves.json new file mode 100644 index 00000000..8d60eedb --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/oak_leaves.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/oak_leaves" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/oak_log.json b/1.17.1/assets/minecraft/blockstates/oak_log.json new file mode 100644 index 00000000..9d3266ce --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/oak_log.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/oak_log_horizontal", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/oak_log" + }, + "axis=z": { + "model": "minecraft:block/oak_log_horizontal", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/oak_planks.json b/1.17.1/assets/minecraft/blockstates/oak_planks.json new file mode 100644 index 00000000..02780929 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/oak_planks.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/oak_planks" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/oak_pressure_plate.json b/1.17.1/assets/minecraft/blockstates/oak_pressure_plate.json new file mode 100644 index 00000000..6ecbfbc5 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/oak_pressure_plate.json @@ -0,0 +1,10 @@ +{ + "variants": { + "powered=false": { + "model": "minecraft:block/oak_pressure_plate" + }, + "powered=true": { + "model": "minecraft:block/oak_pressure_plate_down" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/oak_sapling.json b/1.17.1/assets/minecraft/blockstates/oak_sapling.json new file mode 100644 index 00000000..04d4cbe9 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/oak_sapling.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/oak_sapling" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/oak_sign.json b/1.17.1/assets/minecraft/blockstates/oak_sign.json new file mode 100644 index 00000000..b9f38f4f --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/oak_sign.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/oak_sign" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/oak_slab.json b/1.17.1/assets/minecraft/blockstates/oak_slab.json new file mode 100644 index 00000000..c503f74c --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/oak_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/oak_slab" + }, + "type=double": { + "model": "minecraft:block/oak_planks" + }, + "type=top": { + "model": "minecraft:block/oak_slab_top" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/oak_stairs.json b/1.17.1/assets/minecraft/blockstates/oak_stairs.json new file mode 100644 index 00000000..0df9de62 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/oak_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/oak_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/oak_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/oak_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/oak_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/oak_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/oak_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/oak_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/oak_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/oak_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/oak_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/oak_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/oak_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/oak_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/oak_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/oak_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/oak_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/oak_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/oak_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/oak_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/oak_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/oak_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/oak_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/oak_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/oak_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/oak_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/oak_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/oak_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/oak_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/oak_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/oak_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/oak_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/oak_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/oak_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/oak_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/oak_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/oak_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/oak_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/oak_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/oak_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/oak_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/oak_trapdoor.json b/1.17.1/assets/minecraft/blockstates/oak_trapdoor.json new file mode 100644 index 00000000..168faf12 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/oak_trapdoor.json @@ -0,0 +1,58 @@ +{ + "variants": { + "facing=east,half=bottom,open=false": { + "model": "minecraft:block/oak_trapdoor_bottom" + }, + "facing=east,half=bottom,open=true": { + "model": "minecraft:block/oak_trapdoor_open", + "y": 90 + }, + "facing=east,half=top,open=false": { + "model": "minecraft:block/oak_trapdoor_top" + }, + "facing=east,half=top,open=true": { + "model": "minecraft:block/oak_trapdoor_open", + "y": 90 + }, + "facing=north,half=bottom,open=false": { + "model": "minecraft:block/oak_trapdoor_bottom" + }, + "facing=north,half=bottom,open=true": { + "model": "minecraft:block/oak_trapdoor_open" + }, + "facing=north,half=top,open=false": { + "model": "minecraft:block/oak_trapdoor_top" + }, + "facing=north,half=top,open=true": { + "model": "minecraft:block/oak_trapdoor_open" + }, + "facing=south,half=bottom,open=false": { + "model": "minecraft:block/oak_trapdoor_bottom" + }, + "facing=south,half=bottom,open=true": { + "model": "minecraft:block/oak_trapdoor_open", + "y": 180 + }, + "facing=south,half=top,open=false": { + "model": "minecraft:block/oak_trapdoor_top" + }, + "facing=south,half=top,open=true": { + "model": "minecraft:block/oak_trapdoor_open", + "y": 180 + }, + "facing=west,half=bottom,open=false": { + "model": "minecraft:block/oak_trapdoor_bottom" + }, + "facing=west,half=bottom,open=true": { + "model": "minecraft:block/oak_trapdoor_open", + "y": 270 + }, + "facing=west,half=top,open=false": { + "model": "minecraft:block/oak_trapdoor_top" + }, + "facing=west,half=top,open=true": { + "model": "minecraft:block/oak_trapdoor_open", + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/oak_wall_sign.json b/1.17.1/assets/minecraft/blockstates/oak_wall_sign.json new file mode 100644 index 00000000..b9f38f4f --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/oak_wall_sign.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/oak_sign" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/oak_wood.json b/1.17.1/assets/minecraft/blockstates/oak_wood.json new file mode 100644 index 00000000..1eb596b8 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/oak_wood.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/oak_wood", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/oak_wood" + }, + "axis=z": { + "model": "minecraft:block/oak_wood", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/observer.json b/1.17.1/assets/minecraft/blockstates/observer.json new file mode 100644 index 00000000..6f54ba51 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/observer.json @@ -0,0 +1,50 @@ +{ + "variants": { + "facing=down,powered=false": { + "model": "minecraft:block/observer", + "x": 90 + }, + "facing=down,powered=true": { + "model": "minecraft:block/observer_on", + "x": 90 + }, + "facing=east,powered=false": { + "model": "minecraft:block/observer", + "y": 90 + }, + "facing=east,powered=true": { + "model": "minecraft:block/observer_on", + "y": 90 + }, + "facing=north,powered=false": { + "model": "minecraft:block/observer" + }, + "facing=north,powered=true": { + "model": "minecraft:block/observer_on" + }, + "facing=south,powered=false": { + "model": "minecraft:block/observer", + "y": 180 + }, + "facing=south,powered=true": { + "model": "minecraft:block/observer_on", + "y": 180 + }, + "facing=up,powered=false": { + "model": "minecraft:block/observer", + "x": 270 + }, + "facing=up,powered=true": { + "model": "minecraft:block/observer_on", + "x": 270 + }, + "facing=west,powered=false": { + "model": "minecraft:block/observer", + "y": 270 + }, + "facing=west,powered=true": { + "model": "minecraft:block/observer_on", + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/obsidian.json b/1.17.1/assets/minecraft/blockstates/obsidian.json new file mode 100644 index 00000000..28d39dfd --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/obsidian.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/obsidian" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/orange_banner.json b/1.17.1/assets/minecraft/blockstates/orange_banner.json new file mode 100644 index 00000000..f5e2c87f --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/orange_banner.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/banner" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/orange_bed.json b/1.17.1/assets/minecraft/blockstates/orange_bed.json new file mode 100644 index 00000000..6577c90a --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/orange_bed.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/bed" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/orange_candle.json b/1.17.1/assets/minecraft/blockstates/orange_candle.json new file mode 100644 index 00000000..203c6519 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/orange_candle.json @@ -0,0 +1,28 @@ +{ + "variants": { + "candles=1,lit=false": { + "model": "minecraft:block/orange_candle_one_candle" + }, + "candles=1,lit=true": { + "model": "minecraft:block/orange_candle_one_candle_lit" + }, + "candles=2,lit=false": { + "model": "minecraft:block/orange_candle_two_candles" + }, + "candles=2,lit=true": { + "model": "minecraft:block/orange_candle_two_candles_lit" + }, + "candles=3,lit=false": { + "model": "minecraft:block/orange_candle_three_candles" + }, + "candles=3,lit=true": { + "model": "minecraft:block/orange_candle_three_candles_lit" + }, + "candles=4,lit=false": { + "model": "minecraft:block/orange_candle_four_candles" + }, + "candles=4,lit=true": { + "model": "minecraft:block/orange_candle_four_candles_lit" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/orange_candle_cake.json b/1.17.1/assets/minecraft/blockstates/orange_candle_cake.json new file mode 100644 index 00000000..1e65e880 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/orange_candle_cake.json @@ -0,0 +1,10 @@ +{ + "variants": { + "lit=false": { + "model": "minecraft:block/orange_candle_cake" + }, + "lit=true": { + "model": "minecraft:block/orange_candle_cake_lit" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/orange_carpet.json b/1.17.1/assets/minecraft/blockstates/orange_carpet.json new file mode 100644 index 00000000..37ac6ac4 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/orange_carpet.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/orange_carpet" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/orange_concrete.json b/1.17.1/assets/minecraft/blockstates/orange_concrete.json new file mode 100644 index 00000000..e88cada0 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/orange_concrete.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/orange_concrete" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/orange_concrete_powder.json b/1.17.1/assets/minecraft/blockstates/orange_concrete_powder.json new file mode 100644 index 00000000..9637378d --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/orange_concrete_powder.json @@ -0,0 +1,21 @@ +{ + "variants": { + "": [ + { + "model": "minecraft:block/orange_concrete_powder" + }, + { + "model": "minecraft:block/orange_concrete_powder", + "y": 90 + }, + { + "model": "minecraft:block/orange_concrete_powder", + "y": 180 + }, + { + "model": "minecraft:block/orange_concrete_powder", + "y": 270 + } + ] + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/orange_glazed_terracotta.json b/1.17.1/assets/minecraft/blockstates/orange_glazed_terracotta.json new file mode 100644 index 00000000..abdb57a3 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/orange_glazed_terracotta.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/orange_glazed_terracotta", + "y": 270 + }, + "facing=north": { + "model": "minecraft:block/orange_glazed_terracotta", + "y": 180 + }, + "facing=south": { + "model": "minecraft:block/orange_glazed_terracotta" + }, + "facing=west": { + "model": "minecraft:block/orange_glazed_terracotta", + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/orange_shulker_box.json b/1.17.1/assets/minecraft/blockstates/orange_shulker_box.json new file mode 100644 index 00000000..0bc75690 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/orange_shulker_box.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/orange_shulker_box" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/orange_stained_glass.json b/1.17.1/assets/minecraft/blockstates/orange_stained_glass.json new file mode 100644 index 00000000..93c651a5 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/orange_stained_glass.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/orange_stained_glass" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/orange_stained_glass_pane.json b/1.17.1/assets/minecraft/blockstates/orange_stained_glass_pane.json new file mode 100644 index 00000000..929c41f6 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/orange_stained_glass_pane.json @@ -0,0 +1,77 @@ +{ + "multipart": [ + { + "apply": { + "model": "minecraft:block/orange_stained_glass_pane_post" + } + }, + { + "when": { + "north": "true" + }, + "apply": { + "model": "minecraft:block/orange_stained_glass_pane_side" + } + }, + { + "when": { + "east": "true" + }, + "apply": { + "model": "minecraft:block/orange_stained_glass_pane_side", + "y": 90 + } + }, + { + "when": { + "south": "true" + }, + "apply": { + "model": "minecraft:block/orange_stained_glass_pane_side_alt" + } + }, + { + "when": { + "west": "true" + }, + "apply": { + "model": "minecraft:block/orange_stained_glass_pane_side_alt", + "y": 90 + } + }, + { + "when": { + "north": "false" + }, + "apply": { + "model": "minecraft:block/orange_stained_glass_pane_noside" + } + }, + { + "when": { + "east": "false" + }, + "apply": { + "model": "minecraft:block/orange_stained_glass_pane_noside_alt" + } + }, + { + "when": { + "south": "false" + }, + "apply": { + "model": "minecraft:block/orange_stained_glass_pane_noside_alt", + "y": 90 + } + }, + { + "when": { + "west": "false" + }, + "apply": { + "model": "minecraft:block/orange_stained_glass_pane_noside", + "y": 270 + } + } + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/orange_terracotta.json b/1.17.1/assets/minecraft/blockstates/orange_terracotta.json new file mode 100644 index 00000000..6d644c41 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/orange_terracotta.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/orange_terracotta" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/orange_tulip.json b/1.17.1/assets/minecraft/blockstates/orange_tulip.json new file mode 100644 index 00000000..8aac68c8 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/orange_tulip.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/orange_tulip" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/orange_wall_banner.json b/1.17.1/assets/minecraft/blockstates/orange_wall_banner.json new file mode 100644 index 00000000..f5e2c87f --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/orange_wall_banner.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/banner" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/orange_wool.json b/1.17.1/assets/minecraft/blockstates/orange_wool.json new file mode 100644 index 00000000..ae3fabee --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/orange_wool.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/orange_wool" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/oxeye_daisy.json b/1.17.1/assets/minecraft/blockstates/oxeye_daisy.json new file mode 100644 index 00000000..fa815c22 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/oxeye_daisy.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/oxeye_daisy" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/oxidized_copper.json b/1.17.1/assets/minecraft/blockstates/oxidized_copper.json new file mode 100644 index 00000000..d7ce6251 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/oxidized_copper.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/oxidized_copper" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/oxidized_cut_copper.json b/1.17.1/assets/minecraft/blockstates/oxidized_cut_copper.json new file mode 100644 index 00000000..58bf24a1 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/oxidized_cut_copper.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/oxidized_cut_copper" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/oxidized_cut_copper_slab.json b/1.17.1/assets/minecraft/blockstates/oxidized_cut_copper_slab.json new file mode 100644 index 00000000..e91b8c96 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/oxidized_cut_copper_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/oxidized_cut_copper_slab" + }, + "type=double": { + "model": "minecraft:block/oxidized_cut_copper" + }, + "type=top": { + "model": "minecraft:block/oxidized_cut_copper_slab_top" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/oxidized_cut_copper_stairs.json b/1.17.1/assets/minecraft/blockstates/oxidized_cut_copper_stairs.json new file mode 100644 index 00000000..9ef35b21 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/oxidized_cut_copper_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/oxidized_cut_copper_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/oxidized_cut_copper_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/oxidized_cut_copper_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/oxidized_cut_copper_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/oxidized_cut_copper_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/oxidized_cut_copper_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/oxidized_cut_copper_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/oxidized_cut_copper_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/oxidized_cut_copper_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/oxidized_cut_copper_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/oxidized_cut_copper_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/oxidized_cut_copper_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/oxidized_cut_copper_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/oxidized_cut_copper_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/oxidized_cut_copper_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/oxidized_cut_copper_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/oxidized_cut_copper_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/oxidized_cut_copper_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/oxidized_cut_copper_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/oxidized_cut_copper_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/oxidized_cut_copper_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/oxidized_cut_copper_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/oxidized_cut_copper_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/oxidized_cut_copper_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/oxidized_cut_copper_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/oxidized_cut_copper_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/oxidized_cut_copper_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/oxidized_cut_copper_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/oxidized_cut_copper_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/oxidized_cut_copper_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/oxidized_cut_copper_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/oxidized_cut_copper_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/oxidized_cut_copper_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/oxidized_cut_copper_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/oxidized_cut_copper_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/oxidized_cut_copper_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/oxidized_cut_copper_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/oxidized_cut_copper_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/oxidized_cut_copper_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/oxidized_cut_copper_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/packed_ice.json b/1.17.1/assets/minecraft/blockstates/packed_ice.json new file mode 100644 index 00000000..b395c21e --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/packed_ice.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/packed_ice" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/peony.json b/1.17.1/assets/minecraft/blockstates/peony.json new file mode 100644 index 00000000..c97072d5 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/peony.json @@ -0,0 +1,10 @@ +{ + "variants": { + "half=lower": { + "model": "minecraft:block/peony_bottom" + }, + "half=upper": { + "model": "minecraft:block/peony_top" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/petrified_oak_slab.json b/1.17.1/assets/minecraft/blockstates/petrified_oak_slab.json new file mode 100644 index 00000000..98db0a12 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/petrified_oak_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/petrified_oak_slab" + }, + "type=double": { + "model": "minecraft:block/oak_planks" + }, + "type=top": { + "model": "minecraft:block/petrified_oak_slab_top" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/pink_banner.json b/1.17.1/assets/minecraft/blockstates/pink_banner.json new file mode 100644 index 00000000..f5e2c87f --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/pink_banner.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/banner" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/pink_bed.json b/1.17.1/assets/minecraft/blockstates/pink_bed.json new file mode 100644 index 00000000..6577c90a --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/pink_bed.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/bed" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/pink_candle.json b/1.17.1/assets/minecraft/blockstates/pink_candle.json new file mode 100644 index 00000000..fd63fea4 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/pink_candle.json @@ -0,0 +1,28 @@ +{ + "variants": { + "candles=1,lit=false": { + "model": "minecraft:block/pink_candle_one_candle" + }, + "candles=1,lit=true": { + "model": "minecraft:block/pink_candle_one_candle_lit" + }, + "candles=2,lit=false": { + "model": "minecraft:block/pink_candle_two_candles" + }, + "candles=2,lit=true": { + "model": "minecraft:block/pink_candle_two_candles_lit" + }, + "candles=3,lit=false": { + "model": "minecraft:block/pink_candle_three_candles" + }, + "candles=3,lit=true": { + "model": "minecraft:block/pink_candle_three_candles_lit" + }, + "candles=4,lit=false": { + "model": "minecraft:block/pink_candle_four_candles" + }, + "candles=4,lit=true": { + "model": "minecraft:block/pink_candle_four_candles_lit" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/pink_candle_cake.json b/1.17.1/assets/minecraft/blockstates/pink_candle_cake.json new file mode 100644 index 00000000..5b9c8d56 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/pink_candle_cake.json @@ -0,0 +1,10 @@ +{ + "variants": { + "lit=false": { + "model": "minecraft:block/pink_candle_cake" + }, + "lit=true": { + "model": "minecraft:block/pink_candle_cake_lit" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/pink_carpet.json b/1.17.1/assets/minecraft/blockstates/pink_carpet.json new file mode 100644 index 00000000..c9a49aed --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/pink_carpet.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/pink_carpet" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/pink_concrete.json b/1.17.1/assets/minecraft/blockstates/pink_concrete.json new file mode 100644 index 00000000..3beebd45 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/pink_concrete.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/pink_concrete" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/pink_concrete_powder.json b/1.17.1/assets/minecraft/blockstates/pink_concrete_powder.json new file mode 100644 index 00000000..c6f09205 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/pink_concrete_powder.json @@ -0,0 +1,21 @@ +{ + "variants": { + "": [ + { + "model": "minecraft:block/pink_concrete_powder" + }, + { + "model": "minecraft:block/pink_concrete_powder", + "y": 90 + }, + { + "model": "minecraft:block/pink_concrete_powder", + "y": 180 + }, + { + "model": "minecraft:block/pink_concrete_powder", + "y": 270 + } + ] + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/pink_glazed_terracotta.json b/1.17.1/assets/minecraft/blockstates/pink_glazed_terracotta.json new file mode 100644 index 00000000..84e6c0c6 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/pink_glazed_terracotta.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/pink_glazed_terracotta", + "y": 270 + }, + "facing=north": { + "model": "minecraft:block/pink_glazed_terracotta", + "y": 180 + }, + "facing=south": { + "model": "minecraft:block/pink_glazed_terracotta" + }, + "facing=west": { + "model": "minecraft:block/pink_glazed_terracotta", + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/pink_shulker_box.json b/1.17.1/assets/minecraft/blockstates/pink_shulker_box.json new file mode 100644 index 00000000..3f336dcf --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/pink_shulker_box.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/pink_shulker_box" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/pink_stained_glass.json b/1.17.1/assets/minecraft/blockstates/pink_stained_glass.json new file mode 100644 index 00000000..3adb5ca2 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/pink_stained_glass.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/pink_stained_glass" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/pink_stained_glass_pane.json b/1.17.1/assets/minecraft/blockstates/pink_stained_glass_pane.json new file mode 100644 index 00000000..9350f435 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/pink_stained_glass_pane.json @@ -0,0 +1,77 @@ +{ + "multipart": [ + { + "apply": { + "model": "minecraft:block/pink_stained_glass_pane_post" + } + }, + { + "when": { + "north": "true" + }, + "apply": { + "model": "minecraft:block/pink_stained_glass_pane_side" + } + }, + { + "when": { + "east": "true" + }, + "apply": { + "model": "minecraft:block/pink_stained_glass_pane_side", + "y": 90 + } + }, + { + "when": { + "south": "true" + }, + "apply": { + "model": "minecraft:block/pink_stained_glass_pane_side_alt" + } + }, + { + "when": { + "west": "true" + }, + "apply": { + "model": "minecraft:block/pink_stained_glass_pane_side_alt", + "y": 90 + } + }, + { + "when": { + "north": "false" + }, + "apply": { + "model": "minecraft:block/pink_stained_glass_pane_noside" + } + }, + { + "when": { + "east": "false" + }, + "apply": { + "model": "minecraft:block/pink_stained_glass_pane_noside_alt" + } + }, + { + "when": { + "south": "false" + }, + "apply": { + "model": "minecraft:block/pink_stained_glass_pane_noside_alt", + "y": 90 + } + }, + { + "when": { + "west": "false" + }, + "apply": { + "model": "minecraft:block/pink_stained_glass_pane_noside", + "y": 270 + } + } + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/pink_terracotta.json b/1.17.1/assets/minecraft/blockstates/pink_terracotta.json new file mode 100644 index 00000000..b9dbe910 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/pink_terracotta.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/pink_terracotta" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/pink_tulip.json b/1.17.1/assets/minecraft/blockstates/pink_tulip.json new file mode 100644 index 00000000..038823fb --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/pink_tulip.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/pink_tulip" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/pink_wall_banner.json b/1.17.1/assets/minecraft/blockstates/pink_wall_banner.json new file mode 100644 index 00000000..f5e2c87f --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/pink_wall_banner.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/banner" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/pink_wool.json b/1.17.1/assets/minecraft/blockstates/pink_wool.json new file mode 100644 index 00000000..d7096f63 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/pink_wool.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/pink_wool" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/piston.json b/1.17.1/assets/minecraft/blockstates/piston.json new file mode 100644 index 00000000..0ee3b912 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/piston.json @@ -0,0 +1,50 @@ +{ + "variants": { + "extended=false,facing=down": { + "model": "minecraft:block/piston", + "x": 90 + }, + "extended=false,facing=east": { + "model": "minecraft:block/piston", + "y": 90 + }, + "extended=false,facing=north": { + "model": "minecraft:block/piston" + }, + "extended=false,facing=south": { + "model": "minecraft:block/piston", + "y": 180 + }, + "extended=false,facing=up": { + "model": "minecraft:block/piston", + "x": 270 + }, + "extended=false,facing=west": { + "model": "minecraft:block/piston", + "y": 270 + }, + "extended=true,facing=down": { + "model": "minecraft:block/piston_base", + "x": 90 + }, + "extended=true,facing=east": { + "model": "minecraft:block/piston_base", + "y": 90 + }, + "extended=true,facing=north": { + "model": "minecraft:block/piston_base" + }, + "extended=true,facing=south": { + "model": "minecraft:block/piston_base", + "y": 180 + }, + "extended=true,facing=up": { + "model": "minecraft:block/piston_base", + "x": 270 + }, + "extended=true,facing=west": { + "model": "minecraft:block/piston_base", + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/piston_head.json b/1.17.1/assets/minecraft/blockstates/piston_head.json new file mode 100644 index 00000000..b1a80352 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/piston_head.json @@ -0,0 +1,96 @@ +{ + "variants": { + "facing=down,short=false,type=normal": { + "model": "minecraft:block/piston_head", + "x": 90 + }, + "facing=down,short=false,type=sticky": { + "model": "minecraft:block/piston_head_sticky", + "x": 90 + }, + "facing=down,short=true,type=normal": { + "model": "minecraft:block/piston_head_short", + "x": 90 + }, + "facing=down,short=true,type=sticky": { + "model": "minecraft:block/piston_head_short_sticky", + "x": 90 + }, + "facing=east,short=false,type=normal": { + "model": "minecraft:block/piston_head", + "y": 90 + }, + "facing=east,short=false,type=sticky": { + "model": "minecraft:block/piston_head_sticky", + "y": 90 + }, + "facing=east,short=true,type=normal": { + "model": "minecraft:block/piston_head_short", + "y": 90 + }, + "facing=east,short=true,type=sticky": { + "model": "minecraft:block/piston_head_short_sticky", + "y": 90 + }, + "facing=north,short=false,type=normal": { + "model": "minecraft:block/piston_head" + }, + "facing=north,short=false,type=sticky": { + "model": "minecraft:block/piston_head_sticky" + }, + "facing=north,short=true,type=normal": { + "model": "minecraft:block/piston_head_short" + }, + "facing=north,short=true,type=sticky": { + "model": "minecraft:block/piston_head_short_sticky" + }, + "facing=south,short=false,type=normal": { + "model": "minecraft:block/piston_head", + "y": 180 + }, + "facing=south,short=false,type=sticky": { + "model": "minecraft:block/piston_head_sticky", + "y": 180 + }, + "facing=south,short=true,type=normal": { + "model": "minecraft:block/piston_head_short", + "y": 180 + }, + "facing=south,short=true,type=sticky": { + "model": "minecraft:block/piston_head_short_sticky", + "y": 180 + }, + "facing=up,short=false,type=normal": { + "model": "minecraft:block/piston_head", + "x": 270 + }, + "facing=up,short=false,type=sticky": { + "model": "minecraft:block/piston_head_sticky", + "x": 270 + }, + "facing=up,short=true,type=normal": { + "model": "minecraft:block/piston_head_short", + "x": 270 + }, + "facing=up,short=true,type=sticky": { + "model": "minecraft:block/piston_head_short_sticky", + "x": 270 + }, + "facing=west,short=false,type=normal": { + "model": "minecraft:block/piston_head", + "y": 270 + }, + "facing=west,short=false,type=sticky": { + "model": "minecraft:block/piston_head_sticky", + "y": 270 + }, + "facing=west,short=true,type=normal": { + "model": "minecraft:block/piston_head_short", + "y": 270 + }, + "facing=west,short=true,type=sticky": { + "model": "minecraft:block/piston_head_short_sticky", + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/player_head.json b/1.17.1/assets/minecraft/blockstates/player_head.json new file mode 100644 index 00000000..3951e3ee --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/player_head.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/skull" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/player_wall_head.json b/1.17.1/assets/minecraft/blockstates/player_wall_head.json new file mode 100644 index 00000000..3951e3ee --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/player_wall_head.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/skull" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/podzol.json b/1.17.1/assets/minecraft/blockstates/podzol.json new file mode 100644 index 00000000..03e40a71 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/podzol.json @@ -0,0 +1,24 @@ +{ + "variants": { + "snowy=false": [ + { + "model": "minecraft:block/podzol" + }, + { + "model": "minecraft:block/podzol", + "y": 90 + }, + { + "model": "minecraft:block/podzol", + "y": 180 + }, + { + "model": "minecraft:block/podzol", + "y": 270 + } + ], + "snowy=true": { + "model": "minecraft:block/grass_block_snow" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/pointed_dripstone.json b/1.17.1/assets/minecraft/blockstates/pointed_dripstone.json new file mode 100644 index 00000000..c6c46aa3 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/pointed_dripstone.json @@ -0,0 +1,34 @@ +{ + "variants": { + "thickness=base,vertical_direction=down": { + "model": "minecraft:block/pointed_dripstone_down_base" + }, + "thickness=base,vertical_direction=up": { + "model": "minecraft:block/pointed_dripstone_up_base" + }, + "thickness=frustum,vertical_direction=down": { + "model": "minecraft:block/pointed_dripstone_down_frustum" + }, + "thickness=frustum,vertical_direction=up": { + "model": "minecraft:block/pointed_dripstone_up_frustum" + }, + "thickness=middle,vertical_direction=down": { + "model": "minecraft:block/pointed_dripstone_down_middle" + }, + "thickness=middle,vertical_direction=up": { + "model": "minecraft:block/pointed_dripstone_up_middle" + }, + "thickness=tip,vertical_direction=down": { + "model": "minecraft:block/pointed_dripstone_down_tip" + }, + "thickness=tip,vertical_direction=up": { + "model": "minecraft:block/pointed_dripstone_up_tip" + }, + "thickness=tip_merge,vertical_direction=down": { + "model": "minecraft:block/pointed_dripstone_down_tip_merge" + }, + "thickness=tip_merge,vertical_direction=up": { + "model": "minecraft:block/pointed_dripstone_up_tip_merge" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/polished_andesite.json b/1.17.1/assets/minecraft/blockstates/polished_andesite.json new file mode 100644 index 00000000..5bb5391e --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/polished_andesite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/polished_andesite" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/polished_andesite_slab.json b/1.17.1/assets/minecraft/blockstates/polished_andesite_slab.json new file mode 100644 index 00000000..e5ce87a7 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/polished_andesite_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/polished_andesite_slab" + }, + "type=double": { + "model": "minecraft:block/polished_andesite" + }, + "type=top": { + "model": "minecraft:block/polished_andesite_slab_top" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/polished_andesite_stairs.json b/1.17.1/assets/minecraft/blockstates/polished_andesite_stairs.json new file mode 100644 index 00000000..721f1a0e --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/polished_andesite_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/polished_andesite_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/polished_andesite_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/polished_andesite_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/polished_andesite_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/polished_andesite_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/polished_andesite_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/polished_andesite_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/polished_andesite_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/polished_andesite_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/polished_andesite_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/polished_andesite_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/polished_andesite_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/polished_andesite_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/polished_andesite_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/polished_andesite_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/polished_andesite_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/polished_andesite_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/polished_andesite_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/polished_andesite_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/polished_andesite_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/polished_andesite_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/polished_andesite_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/polished_andesite_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/polished_andesite_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/polished_andesite_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/polished_andesite_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/polished_andesite_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/polished_andesite_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/polished_andesite_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/polished_andesite_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/polished_andesite_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/polished_andesite_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/polished_andesite_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/polished_andesite_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/polished_andesite_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/polished_andesite_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/polished_andesite_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/polished_andesite_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/polished_andesite_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/polished_andesite_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/polished_basalt.json b/1.17.1/assets/minecraft/blockstates/polished_basalt.json new file mode 100644 index 00000000..5ee6cefe --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/polished_basalt.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/polished_basalt", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/polished_basalt" + }, + "axis=z": { + "model": "minecraft:block/polished_basalt", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/polished_blackstone.json b/1.17.1/assets/minecraft/blockstates/polished_blackstone.json new file mode 100644 index 00000000..e133b276 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/polished_blackstone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/polished_blackstone" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/polished_blackstone_brick_slab.json b/1.17.1/assets/minecraft/blockstates/polished_blackstone_brick_slab.json new file mode 100644 index 00000000..759b5a73 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/polished_blackstone_brick_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/polished_blackstone_brick_slab" + }, + "type=double": { + "model": "minecraft:block/polished_blackstone_bricks" + }, + "type=top": { + "model": "minecraft:block/polished_blackstone_brick_slab_top" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/polished_blackstone_brick_stairs.json b/1.17.1/assets/minecraft/blockstates/polished_blackstone_brick_stairs.json new file mode 100644 index 00000000..74bc37cb --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/polished_blackstone_brick_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/polished_blackstone_brick_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/polished_blackstone_brick_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/polished_blackstone_brick_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/polished_blackstone_brick_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/polished_blackstone_brick_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/polished_blackstone_brick_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/polished_blackstone_brick_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/polished_blackstone_brick_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/polished_blackstone_brick_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/polished_blackstone_brick_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/polished_blackstone_brick_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/polished_blackstone_brick_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/polished_blackstone_brick_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/polished_blackstone_brick_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/polished_blackstone_brick_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/polished_blackstone_brick_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/polished_blackstone_brick_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/polished_blackstone_brick_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/polished_blackstone_brick_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/polished_blackstone_brick_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/polished_blackstone_brick_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/polished_blackstone_brick_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/polished_blackstone_brick_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/polished_blackstone_brick_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/polished_blackstone_brick_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/polished_blackstone_brick_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/polished_blackstone_brick_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/polished_blackstone_brick_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/polished_blackstone_brick_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/polished_blackstone_brick_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/polished_blackstone_brick_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/polished_blackstone_brick_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/polished_blackstone_brick_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/polished_blackstone_brick_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/polished_blackstone_brick_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/polished_blackstone_brick_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/polished_blackstone_brick_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/polished_blackstone_brick_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/polished_blackstone_brick_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/polished_blackstone_brick_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/polished_blackstone_brick_wall.json b/1.17.1/assets/minecraft/blockstates/polished_blackstone_brick_wall.json new file mode 100644 index 00000000..e25160b5 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/polished_blackstone_brick_wall.json @@ -0,0 +1,90 @@ +{ + "multipart": [ + { + "when": { + "up": "true" + }, + "apply": { + "model": "minecraft:block/polished_blackstone_brick_wall_post" + } + }, + { + "when": { + "north": "low" + }, + "apply": { + "model": "minecraft:block/polished_blackstone_brick_wall_side", + "uvlock": true + } + }, + { + "when": { + "east": "low" + }, + "apply": { + "model": "minecraft:block/polished_blackstone_brick_wall_side", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "low" + }, + "apply": { + "model": "minecraft:block/polished_blackstone_brick_wall_side", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "low" + }, + "apply": { + "model": "minecraft:block/polished_blackstone_brick_wall_side", + "y": 270, + "uvlock": true + } + }, + { + "when": { + "north": "tall" + }, + "apply": { + "model": "minecraft:block/polished_blackstone_brick_wall_side_tall", + "uvlock": true + } + }, + { + "when": { + "east": "tall" + }, + "apply": { + "model": "minecraft:block/polished_blackstone_brick_wall_side_tall", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "tall" + }, + "apply": { + "model": "minecraft:block/polished_blackstone_brick_wall_side_tall", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "tall" + }, + "apply": { + "model": "minecraft:block/polished_blackstone_brick_wall_side_tall", + "y": 270, + "uvlock": true + } + } + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/polished_blackstone_bricks.json b/1.17.1/assets/minecraft/blockstates/polished_blackstone_bricks.json new file mode 100644 index 00000000..2a1cabca --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/polished_blackstone_bricks.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/polished_blackstone_bricks" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/polished_blackstone_button.json b/1.17.1/assets/minecraft/blockstates/polished_blackstone_button.json new file mode 100644 index 00000000..5503cd02 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/polished_blackstone_button.json @@ -0,0 +1,118 @@ +{ + "variants": { + "face=ceiling,facing=east,powered=false": { + "model": "minecraft:block/polished_blackstone_button", + "y": 270, + "x": 180 + }, + "face=ceiling,facing=east,powered=true": { + "model": "minecraft:block/polished_blackstone_button_pressed", + "y": 270, + "x": 180 + }, + "face=ceiling,facing=north,powered=false": { + "model": "minecraft:block/polished_blackstone_button", + "y": 180, + "x": 180 + }, + "face=ceiling,facing=north,powered=true": { + "model": "minecraft:block/polished_blackstone_button_pressed", + "y": 180, + "x": 180 + }, + "face=ceiling,facing=south,powered=false": { + "model": "minecraft:block/polished_blackstone_button", + "x": 180 + }, + "face=ceiling,facing=south,powered=true": { + "model": "minecraft:block/polished_blackstone_button_pressed", + "x": 180 + }, + "face=ceiling,facing=west,powered=false": { + "model": "minecraft:block/polished_blackstone_button", + "y": 90, + "x": 180 + }, + "face=ceiling,facing=west,powered=true": { + "model": "minecraft:block/polished_blackstone_button_pressed", + "y": 90, + "x": 180 + }, + "face=floor,facing=east,powered=false": { + "model": "minecraft:block/polished_blackstone_button", + "y": 90 + }, + "face=floor,facing=east,powered=true": { + "model": "minecraft:block/polished_blackstone_button_pressed", + "y": 90 + }, + "face=floor,facing=north,powered=false": { + "model": "minecraft:block/polished_blackstone_button" + }, + "face=floor,facing=north,powered=true": { + "model": "minecraft:block/polished_blackstone_button_pressed" + }, + "face=floor,facing=south,powered=false": { + "model": "minecraft:block/polished_blackstone_button", + "y": 180 + }, + "face=floor,facing=south,powered=true": { + "model": "minecraft:block/polished_blackstone_button_pressed", + "y": 180 + }, + "face=floor,facing=west,powered=false": { + "model": "minecraft:block/polished_blackstone_button", + "y": 270 + }, + "face=floor,facing=west,powered=true": { + "model": "minecraft:block/polished_blackstone_button_pressed", + "y": 270 + }, + "face=wall,facing=east,powered=false": { + "model": "minecraft:block/polished_blackstone_button", + "y": 90, + "x": 90, + "uvlock": true + }, + "face=wall,facing=east,powered=true": { + "model": "minecraft:block/polished_blackstone_button_pressed", + "y": 90, + "x": 90, + "uvlock": true + }, + "face=wall,facing=north,powered=false": { + "model": "minecraft:block/polished_blackstone_button", + "x": 90, + "uvlock": true + }, + "face=wall,facing=north,powered=true": { + "model": "minecraft:block/polished_blackstone_button_pressed", + "x": 90, + "uvlock": true + }, + "face=wall,facing=south,powered=false": { + "model": "minecraft:block/polished_blackstone_button", + "y": 180, + "x": 90, + "uvlock": true + }, + "face=wall,facing=south,powered=true": { + "model": "minecraft:block/polished_blackstone_button_pressed", + "y": 180, + "x": 90, + "uvlock": true + }, + "face=wall,facing=west,powered=false": { + "model": "minecraft:block/polished_blackstone_button", + "y": 270, + "x": 90, + "uvlock": true + }, + "face=wall,facing=west,powered=true": { + "model": "minecraft:block/polished_blackstone_button_pressed", + "y": 270, + "x": 90, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/polished_blackstone_pressure_plate.json b/1.17.1/assets/minecraft/blockstates/polished_blackstone_pressure_plate.json new file mode 100644 index 00000000..f8f5cb14 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/polished_blackstone_pressure_plate.json @@ -0,0 +1,10 @@ +{ + "variants": { + "powered=false": { + "model": "minecraft:block/polished_blackstone_pressure_plate" + }, + "powered=true": { + "model": "minecraft:block/polished_blackstone_pressure_plate_down" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/polished_blackstone_slab.json b/1.17.1/assets/minecraft/blockstates/polished_blackstone_slab.json new file mode 100644 index 00000000..1cfda0dd --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/polished_blackstone_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/polished_blackstone_slab" + }, + "type=double": { + "model": "minecraft:block/polished_blackstone" + }, + "type=top": { + "model": "minecraft:block/polished_blackstone_slab_top" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/polished_blackstone_stairs.json b/1.17.1/assets/minecraft/blockstates/polished_blackstone_stairs.json new file mode 100644 index 00000000..9a4dfc73 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/polished_blackstone_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/polished_blackstone_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/polished_blackstone_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/polished_blackstone_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/polished_blackstone_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/polished_blackstone_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/polished_blackstone_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/polished_blackstone_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/polished_blackstone_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/polished_blackstone_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/polished_blackstone_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/polished_blackstone_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/polished_blackstone_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/polished_blackstone_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/polished_blackstone_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/polished_blackstone_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/polished_blackstone_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/polished_blackstone_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/polished_blackstone_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/polished_blackstone_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/polished_blackstone_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/polished_blackstone_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/polished_blackstone_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/polished_blackstone_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/polished_blackstone_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/polished_blackstone_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/polished_blackstone_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/polished_blackstone_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/polished_blackstone_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/polished_blackstone_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/polished_blackstone_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/polished_blackstone_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/polished_blackstone_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/polished_blackstone_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/polished_blackstone_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/polished_blackstone_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/polished_blackstone_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/polished_blackstone_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/polished_blackstone_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/polished_blackstone_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/polished_blackstone_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/polished_blackstone_wall.json b/1.17.1/assets/minecraft/blockstates/polished_blackstone_wall.json new file mode 100644 index 00000000..dc5fa0f1 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/polished_blackstone_wall.json @@ -0,0 +1,90 @@ +{ + "multipart": [ + { + "when": { + "up": "true" + }, + "apply": { + "model": "minecraft:block/polished_blackstone_wall_post" + } + }, + { + "when": { + "north": "low" + }, + "apply": { + "model": "minecraft:block/polished_blackstone_wall_side", + "uvlock": true + } + }, + { + "when": { + "east": "low" + }, + "apply": { + "model": "minecraft:block/polished_blackstone_wall_side", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "low" + }, + "apply": { + "model": "minecraft:block/polished_blackstone_wall_side", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "low" + }, + "apply": { + "model": "minecraft:block/polished_blackstone_wall_side", + "y": 270, + "uvlock": true + } + }, + { + "when": { + "north": "tall" + }, + "apply": { + "model": "minecraft:block/polished_blackstone_wall_side_tall", + "uvlock": true + } + }, + { + "when": { + "east": "tall" + }, + "apply": { + "model": "minecraft:block/polished_blackstone_wall_side_tall", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "tall" + }, + "apply": { + "model": "minecraft:block/polished_blackstone_wall_side_tall", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "tall" + }, + "apply": { + "model": "minecraft:block/polished_blackstone_wall_side_tall", + "y": 270, + "uvlock": true + } + } + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/polished_deepslate.json b/1.17.1/assets/minecraft/blockstates/polished_deepslate.json new file mode 100644 index 00000000..5ad40557 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/polished_deepslate.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/polished_deepslate" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/polished_deepslate_slab.json b/1.17.1/assets/minecraft/blockstates/polished_deepslate_slab.json new file mode 100644 index 00000000..5bf01dc3 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/polished_deepslate_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/polished_deepslate_slab" + }, + "type=double": { + "model": "minecraft:block/polished_deepslate" + }, + "type=top": { + "model": "minecraft:block/polished_deepslate_slab_top" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/polished_deepslate_stairs.json b/1.17.1/assets/minecraft/blockstates/polished_deepslate_stairs.json new file mode 100644 index 00000000..a2dff02b --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/polished_deepslate_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/polished_deepslate_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/polished_deepslate_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/polished_deepslate_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/polished_deepslate_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/polished_deepslate_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/polished_deepslate_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/polished_deepslate_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/polished_deepslate_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/polished_deepslate_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/polished_deepslate_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/polished_deepslate_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/polished_deepslate_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/polished_deepslate_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/polished_deepslate_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/polished_deepslate_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/polished_deepslate_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/polished_deepslate_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/polished_deepslate_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/polished_deepslate_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/polished_deepslate_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/polished_deepslate_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/polished_deepslate_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/polished_deepslate_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/polished_deepslate_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/polished_deepslate_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/polished_deepslate_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/polished_deepslate_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/polished_deepslate_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/polished_deepslate_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/polished_deepslate_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/polished_deepslate_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/polished_deepslate_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/polished_deepslate_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/polished_deepslate_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/polished_deepslate_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/polished_deepslate_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/polished_deepslate_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/polished_deepslate_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/polished_deepslate_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/polished_deepslate_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/polished_deepslate_wall.json b/1.17.1/assets/minecraft/blockstates/polished_deepslate_wall.json new file mode 100644 index 00000000..68e11bc0 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/polished_deepslate_wall.json @@ -0,0 +1,90 @@ +{ + "multipart": [ + { + "when": { + "up": "true" + }, + "apply": { + "model": "minecraft:block/polished_deepslate_wall_post" + } + }, + { + "when": { + "north": "low" + }, + "apply": { + "model": "minecraft:block/polished_deepslate_wall_side", + "uvlock": true + } + }, + { + "when": { + "east": "low" + }, + "apply": { + "model": "minecraft:block/polished_deepslate_wall_side", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "low" + }, + "apply": { + "model": "minecraft:block/polished_deepslate_wall_side", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "low" + }, + "apply": { + "model": "minecraft:block/polished_deepslate_wall_side", + "y": 270, + "uvlock": true + } + }, + { + "when": { + "north": "tall" + }, + "apply": { + "model": "minecraft:block/polished_deepslate_wall_side_tall", + "uvlock": true + } + }, + { + "when": { + "east": "tall" + }, + "apply": { + "model": "minecraft:block/polished_deepslate_wall_side_tall", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "tall" + }, + "apply": { + "model": "minecraft:block/polished_deepslate_wall_side_tall", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "tall" + }, + "apply": { + "model": "minecraft:block/polished_deepslate_wall_side_tall", + "y": 270, + "uvlock": true + } + } + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/polished_diorite.json b/1.17.1/assets/minecraft/blockstates/polished_diorite.json new file mode 100644 index 00000000..ea96c517 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/polished_diorite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/polished_diorite" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/polished_diorite_slab.json b/1.17.1/assets/minecraft/blockstates/polished_diorite_slab.json new file mode 100644 index 00000000..f3542336 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/polished_diorite_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/polished_diorite_slab" + }, + "type=double": { + "model": "minecraft:block/polished_diorite" + }, + "type=top": { + "model": "minecraft:block/polished_diorite_slab_top" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/polished_diorite_stairs.json b/1.17.1/assets/minecraft/blockstates/polished_diorite_stairs.json new file mode 100644 index 00000000..9e42db9b --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/polished_diorite_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/polished_diorite_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/polished_diorite_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/polished_diorite_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/polished_diorite_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/polished_diorite_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/polished_diorite_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/polished_diorite_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/polished_diorite_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/polished_diorite_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/polished_diorite_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/polished_diorite_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/polished_diorite_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/polished_diorite_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/polished_diorite_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/polished_diorite_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/polished_diorite_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/polished_diorite_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/polished_diorite_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/polished_diorite_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/polished_diorite_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/polished_diorite_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/polished_diorite_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/polished_diorite_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/polished_diorite_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/polished_diorite_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/polished_diorite_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/polished_diorite_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/polished_diorite_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/polished_diorite_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/polished_diorite_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/polished_diorite_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/polished_diorite_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/polished_diorite_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/polished_diorite_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/polished_diorite_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/polished_diorite_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/polished_diorite_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/polished_diorite_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/polished_diorite_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/polished_diorite_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/polished_granite.json b/1.17.1/assets/minecraft/blockstates/polished_granite.json new file mode 100644 index 00000000..bad818af --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/polished_granite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/polished_granite" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/polished_granite_slab.json b/1.17.1/assets/minecraft/blockstates/polished_granite_slab.json new file mode 100644 index 00000000..e1ec01cd --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/polished_granite_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/polished_granite_slab" + }, + "type=double": { + "model": "minecraft:block/polished_granite" + }, + "type=top": { + "model": "minecraft:block/polished_granite_slab_top" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/polished_granite_stairs.json b/1.17.1/assets/minecraft/blockstates/polished_granite_stairs.json new file mode 100644 index 00000000..b7724d6e --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/polished_granite_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/polished_granite_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/polished_granite_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/polished_granite_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/polished_granite_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/polished_granite_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/polished_granite_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/polished_granite_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/polished_granite_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/polished_granite_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/polished_granite_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/polished_granite_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/polished_granite_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/polished_granite_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/polished_granite_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/polished_granite_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/polished_granite_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/polished_granite_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/polished_granite_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/polished_granite_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/polished_granite_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/polished_granite_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/polished_granite_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/polished_granite_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/polished_granite_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/polished_granite_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/polished_granite_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/polished_granite_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/polished_granite_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/polished_granite_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/polished_granite_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/polished_granite_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/polished_granite_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/polished_granite_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/polished_granite_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/polished_granite_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/polished_granite_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/polished_granite_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/polished_granite_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/polished_granite_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/polished_granite_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/poppy.json b/1.17.1/assets/minecraft/blockstates/poppy.json new file mode 100644 index 00000000..870cb7d2 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/poppy.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/poppy" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/potatoes.json b/1.17.1/assets/minecraft/blockstates/potatoes.json new file mode 100644 index 00000000..85b439e7 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/potatoes.json @@ -0,0 +1,28 @@ +{ + "variants": { + "age=0": { + "model": "minecraft:block/potatoes_stage0" + }, + "age=1": { + "model": "minecraft:block/potatoes_stage0" + }, + "age=2": { + "model": "minecraft:block/potatoes_stage1" + }, + "age=3": { + "model": "minecraft:block/potatoes_stage1" + }, + "age=4": { + "model": "minecraft:block/potatoes_stage2" + }, + "age=5": { + "model": "minecraft:block/potatoes_stage2" + }, + "age=6": { + "model": "minecraft:block/potatoes_stage2" + }, + "age=7": { + "model": "minecraft:block/potatoes_stage3" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/potted_acacia_sapling.json b/1.17.1/assets/minecraft/blockstates/potted_acacia_sapling.json new file mode 100644 index 00000000..03a983a4 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/potted_acacia_sapling.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/potted_acacia_sapling" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/potted_allium.json b/1.17.1/assets/minecraft/blockstates/potted_allium.json new file mode 100644 index 00000000..07d8e783 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/potted_allium.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/potted_allium" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/potted_azalea_bush.json b/1.17.1/assets/minecraft/blockstates/potted_azalea_bush.json new file mode 100644 index 00000000..73a68cb2 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/potted_azalea_bush.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/potted_azalea_bush" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/potted_azure_bluet.json b/1.17.1/assets/minecraft/blockstates/potted_azure_bluet.json new file mode 100644 index 00000000..80c7a52f --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/potted_azure_bluet.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/potted_azure_bluet" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/potted_bamboo.json b/1.17.1/assets/minecraft/blockstates/potted_bamboo.json new file mode 100644 index 00000000..7d10ed3e --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/potted_bamboo.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/potted_bamboo" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/potted_birch_sapling.json b/1.17.1/assets/minecraft/blockstates/potted_birch_sapling.json new file mode 100644 index 00000000..98b48ea5 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/potted_birch_sapling.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/potted_birch_sapling" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/potted_blue_orchid.json b/1.17.1/assets/minecraft/blockstates/potted_blue_orchid.json new file mode 100644 index 00000000..48da368f --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/potted_blue_orchid.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/potted_blue_orchid" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/potted_brown_mushroom.json b/1.17.1/assets/minecraft/blockstates/potted_brown_mushroom.json new file mode 100644 index 00000000..b1a02473 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/potted_brown_mushroom.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/potted_brown_mushroom" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/potted_cactus.json b/1.17.1/assets/minecraft/blockstates/potted_cactus.json new file mode 100644 index 00000000..04758dae --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/potted_cactus.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/potted_cactus" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/potted_cornflower.json b/1.17.1/assets/minecraft/blockstates/potted_cornflower.json new file mode 100644 index 00000000..29b26856 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/potted_cornflower.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/potted_cornflower" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/potted_crimson_fungus.json b/1.17.1/assets/minecraft/blockstates/potted_crimson_fungus.json new file mode 100644 index 00000000..d697c8e1 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/potted_crimson_fungus.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/potted_crimson_fungus" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/potted_crimson_roots.json b/1.17.1/assets/minecraft/blockstates/potted_crimson_roots.json new file mode 100644 index 00000000..b2707ca0 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/potted_crimson_roots.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/potted_crimson_roots" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/potted_dandelion.json b/1.17.1/assets/minecraft/blockstates/potted_dandelion.json new file mode 100644 index 00000000..36227401 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/potted_dandelion.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/potted_dandelion" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/potted_dark_oak_sapling.json b/1.17.1/assets/minecraft/blockstates/potted_dark_oak_sapling.json new file mode 100644 index 00000000..f532b1ec --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/potted_dark_oak_sapling.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/potted_dark_oak_sapling" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/potted_dead_bush.json b/1.17.1/assets/minecraft/blockstates/potted_dead_bush.json new file mode 100644 index 00000000..52d9462f --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/potted_dead_bush.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/potted_dead_bush" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/potted_fern.json b/1.17.1/assets/minecraft/blockstates/potted_fern.json new file mode 100644 index 00000000..ee886f3c --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/potted_fern.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/potted_fern" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/potted_flowering_azalea_bush.json b/1.17.1/assets/minecraft/blockstates/potted_flowering_azalea_bush.json new file mode 100644 index 00000000..c9216f71 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/potted_flowering_azalea_bush.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/potted_flowering_azalea_bush" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/potted_jungle_sapling.json b/1.17.1/assets/minecraft/blockstates/potted_jungle_sapling.json new file mode 100644 index 00000000..928947b3 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/potted_jungle_sapling.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/potted_jungle_sapling" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/potted_lily_of_the_valley.json b/1.17.1/assets/minecraft/blockstates/potted_lily_of_the_valley.json new file mode 100644 index 00000000..14e7942a --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/potted_lily_of_the_valley.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/potted_lily_of_the_valley" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/potted_oak_sapling.json b/1.17.1/assets/minecraft/blockstates/potted_oak_sapling.json new file mode 100644 index 00000000..e77b75bf --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/potted_oak_sapling.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/potted_oak_sapling" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/potted_orange_tulip.json b/1.17.1/assets/minecraft/blockstates/potted_orange_tulip.json new file mode 100644 index 00000000..978f35d0 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/potted_orange_tulip.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/potted_orange_tulip" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/potted_oxeye_daisy.json b/1.17.1/assets/minecraft/blockstates/potted_oxeye_daisy.json new file mode 100644 index 00000000..7fc330ae --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/potted_oxeye_daisy.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/potted_oxeye_daisy" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/potted_pink_tulip.json b/1.17.1/assets/minecraft/blockstates/potted_pink_tulip.json new file mode 100644 index 00000000..159cc4b2 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/potted_pink_tulip.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/potted_pink_tulip" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/potted_poppy.json b/1.17.1/assets/minecraft/blockstates/potted_poppy.json new file mode 100644 index 00000000..f16aee08 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/potted_poppy.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/potted_poppy" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/potted_red_mushroom.json b/1.17.1/assets/minecraft/blockstates/potted_red_mushroom.json new file mode 100644 index 00000000..451f88db --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/potted_red_mushroom.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/potted_red_mushroom" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/potted_red_tulip.json b/1.17.1/assets/minecraft/blockstates/potted_red_tulip.json new file mode 100644 index 00000000..fec6840d --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/potted_red_tulip.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/potted_red_tulip" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/potted_spruce_sapling.json b/1.17.1/assets/minecraft/blockstates/potted_spruce_sapling.json new file mode 100644 index 00000000..224d5a9f --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/potted_spruce_sapling.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/potted_spruce_sapling" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/potted_warped_fungus.json b/1.17.1/assets/minecraft/blockstates/potted_warped_fungus.json new file mode 100644 index 00000000..3f127a34 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/potted_warped_fungus.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/potted_warped_fungus" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/potted_warped_roots.json b/1.17.1/assets/minecraft/blockstates/potted_warped_roots.json new file mode 100644 index 00000000..f141ee94 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/potted_warped_roots.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/potted_warped_roots" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/potted_white_tulip.json b/1.17.1/assets/minecraft/blockstates/potted_white_tulip.json new file mode 100644 index 00000000..823ca947 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/potted_white_tulip.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/potted_white_tulip" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/potted_wither_rose.json b/1.17.1/assets/minecraft/blockstates/potted_wither_rose.json new file mode 100644 index 00000000..d12f6aa1 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/potted_wither_rose.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/potted_wither_rose" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/powder_snow.json b/1.17.1/assets/minecraft/blockstates/powder_snow.json new file mode 100644 index 00000000..98be27af --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/powder_snow.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/powder_snow" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/powder_snow_cauldron.json b/1.17.1/assets/minecraft/blockstates/powder_snow_cauldron.json new file mode 100644 index 00000000..f6e94684 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/powder_snow_cauldron.json @@ -0,0 +1,13 @@ +{ + "variants": { + "level=1": { + "model": "minecraft:block/powder_snow_cauldron_level1" + }, + "level=2": { + "model": "minecraft:block/powder_snow_cauldron_level2" + }, + "level=3": { + "model": "minecraft:block/powder_snow_cauldron_full" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/powered_rail.json b/1.17.1/assets/minecraft/blockstates/powered_rail.json new file mode 100644 index 00000000..a20a06fc --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/powered_rail.json @@ -0,0 +1,46 @@ +{ + "variants": { + "powered=false,shape=ascending_east": { + "model": "minecraft:block/powered_rail_raised_ne", + "y": 90 + }, + "powered=false,shape=ascending_north": { + "model": "minecraft:block/powered_rail_raised_ne" + }, + "powered=false,shape=ascending_south": { + "model": "minecraft:block/powered_rail_raised_sw" + }, + "powered=false,shape=ascending_west": { + "model": "minecraft:block/powered_rail_raised_sw", + "y": 90 + }, + "powered=false,shape=east_west": { + "model": "minecraft:block/powered_rail", + "y": 90 + }, + "powered=false,shape=north_south": { + "model": "minecraft:block/powered_rail" + }, + "powered=true,shape=ascending_east": { + "model": "minecraft:block/powered_rail_on_raised_ne", + "y": 90 + }, + "powered=true,shape=ascending_north": { + "model": "minecraft:block/powered_rail_on_raised_ne" + }, + "powered=true,shape=ascending_south": { + "model": "minecraft:block/powered_rail_on_raised_sw" + }, + "powered=true,shape=ascending_west": { + "model": "minecraft:block/powered_rail_on_raised_sw", + "y": 90 + }, + "powered=true,shape=east_west": { + "model": "minecraft:block/powered_rail_on", + "y": 90 + }, + "powered=true,shape=north_south": { + "model": "minecraft:block/powered_rail_on" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/prismarine.json b/1.17.1/assets/minecraft/blockstates/prismarine.json new file mode 100644 index 00000000..b24d7034 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/prismarine.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/prismarine" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/prismarine_brick_slab.json b/1.17.1/assets/minecraft/blockstates/prismarine_brick_slab.json new file mode 100644 index 00000000..3e151d0f --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/prismarine_brick_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/prismarine_brick_slab" + }, + "type=double": { + "model": "minecraft:block/prismarine_bricks" + }, + "type=top": { + "model": "minecraft:block/prismarine_brick_slab_top" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/prismarine_brick_stairs.json b/1.17.1/assets/minecraft/blockstates/prismarine_brick_stairs.json new file mode 100644 index 00000000..698df855 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/prismarine_brick_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/prismarine_brick_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/prismarine_brick_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/prismarine_brick_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/prismarine_brick_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/prismarine_brick_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/prismarine_brick_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/prismarine_brick_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/prismarine_brick_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/prismarine_brick_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/prismarine_brick_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/prismarine_brick_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/prismarine_brick_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/prismarine_brick_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/prismarine_brick_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/prismarine_brick_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/prismarine_brick_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/prismarine_brick_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/prismarine_brick_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/prismarine_brick_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/prismarine_brick_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/prismarine_brick_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/prismarine_brick_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/prismarine_brick_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/prismarine_brick_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/prismarine_brick_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/prismarine_brick_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/prismarine_brick_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/prismarine_brick_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/prismarine_brick_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/prismarine_brick_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/prismarine_brick_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/prismarine_brick_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/prismarine_brick_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/prismarine_brick_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/prismarine_brick_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/prismarine_brick_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/prismarine_brick_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/prismarine_brick_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/prismarine_brick_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/prismarine_brick_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/prismarine_bricks.json b/1.17.1/assets/minecraft/blockstates/prismarine_bricks.json new file mode 100644 index 00000000..db6a49ca --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/prismarine_bricks.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/prismarine_bricks" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/prismarine_slab.json b/1.17.1/assets/minecraft/blockstates/prismarine_slab.json new file mode 100644 index 00000000..3ac55090 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/prismarine_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/prismarine_slab" + }, + "type=double": { + "model": "minecraft:block/prismarine" + }, + "type=top": { + "model": "minecraft:block/prismarine_slab_top" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/prismarine_stairs.json b/1.17.1/assets/minecraft/blockstates/prismarine_stairs.json new file mode 100644 index 00000000..9228f4b7 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/prismarine_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/prismarine_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/prismarine_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/prismarine_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/prismarine_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/prismarine_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/prismarine_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/prismarine_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/prismarine_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/prismarine_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/prismarine_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/prismarine_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/prismarine_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/prismarine_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/prismarine_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/prismarine_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/prismarine_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/prismarine_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/prismarine_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/prismarine_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/prismarine_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/prismarine_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/prismarine_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/prismarine_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/prismarine_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/prismarine_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/prismarine_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/prismarine_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/prismarine_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/prismarine_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/prismarine_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/prismarine_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/prismarine_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/prismarine_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/prismarine_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/prismarine_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/prismarine_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/prismarine_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/prismarine_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/prismarine_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/prismarine_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/prismarine_wall.json b/1.17.1/assets/minecraft/blockstates/prismarine_wall.json new file mode 100644 index 00000000..e6939052 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/prismarine_wall.json @@ -0,0 +1,90 @@ +{ + "multipart": [ + { + "when": { + "up": "true" + }, + "apply": { + "model": "minecraft:block/prismarine_wall_post" + } + }, + { + "when": { + "north": "low" + }, + "apply": { + "model": "minecraft:block/prismarine_wall_side", + "uvlock": true + } + }, + { + "when": { + "east": "low" + }, + "apply": { + "model": "minecraft:block/prismarine_wall_side", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "low" + }, + "apply": { + "model": "minecraft:block/prismarine_wall_side", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "low" + }, + "apply": { + "model": "minecraft:block/prismarine_wall_side", + "y": 270, + "uvlock": true + } + }, + { + "when": { + "north": "tall" + }, + "apply": { + "model": "minecraft:block/prismarine_wall_side_tall", + "uvlock": true + } + }, + { + "when": { + "east": "tall" + }, + "apply": { + "model": "minecraft:block/prismarine_wall_side_tall", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "tall" + }, + "apply": { + "model": "minecraft:block/prismarine_wall_side_tall", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "tall" + }, + "apply": { + "model": "minecraft:block/prismarine_wall_side_tall", + "y": 270, + "uvlock": true + } + } + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/pumpkin.json b/1.17.1/assets/minecraft/blockstates/pumpkin.json new file mode 100644 index 00000000..b64dee3d --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/pumpkin.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/pumpkin" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/pumpkin_stem.json b/1.17.1/assets/minecraft/blockstates/pumpkin_stem.json new file mode 100644 index 00000000..536ed118 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/pumpkin_stem.json @@ -0,0 +1,28 @@ +{ + "variants": { + "age=0": { + "model": "minecraft:block/pumpkin_stem_stage0" + }, + "age=1": { + "model": "minecraft:block/pumpkin_stem_stage1" + }, + "age=2": { + "model": "minecraft:block/pumpkin_stem_stage2" + }, + "age=3": { + "model": "minecraft:block/pumpkin_stem_stage3" + }, + "age=4": { + "model": "minecraft:block/pumpkin_stem_stage4" + }, + "age=5": { + "model": "minecraft:block/pumpkin_stem_stage5" + }, + "age=6": { + "model": "minecraft:block/pumpkin_stem_stage6" + }, + "age=7": { + "model": "minecraft:block/pumpkin_stem_stage7" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/purple_banner.json b/1.17.1/assets/minecraft/blockstates/purple_banner.json new file mode 100644 index 00000000..f5e2c87f --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/purple_banner.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/banner" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/purple_bed.json b/1.17.1/assets/minecraft/blockstates/purple_bed.json new file mode 100644 index 00000000..6577c90a --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/purple_bed.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/bed" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/purple_candle.json b/1.17.1/assets/minecraft/blockstates/purple_candle.json new file mode 100644 index 00000000..b6200c02 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/purple_candle.json @@ -0,0 +1,28 @@ +{ + "variants": { + "candles=1,lit=false": { + "model": "minecraft:block/purple_candle_one_candle" + }, + "candles=1,lit=true": { + "model": "minecraft:block/purple_candle_one_candle_lit" + }, + "candles=2,lit=false": { + "model": "minecraft:block/purple_candle_two_candles" + }, + "candles=2,lit=true": { + "model": "minecraft:block/purple_candle_two_candles_lit" + }, + "candles=3,lit=false": { + "model": "minecraft:block/purple_candle_three_candles" + }, + "candles=3,lit=true": { + "model": "minecraft:block/purple_candle_three_candles_lit" + }, + "candles=4,lit=false": { + "model": "minecraft:block/purple_candle_four_candles" + }, + "candles=4,lit=true": { + "model": "minecraft:block/purple_candle_four_candles_lit" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/purple_candle_cake.json b/1.17.1/assets/minecraft/blockstates/purple_candle_cake.json new file mode 100644 index 00000000..69002bd5 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/purple_candle_cake.json @@ -0,0 +1,10 @@ +{ + "variants": { + "lit=false": { + "model": "minecraft:block/purple_candle_cake" + }, + "lit=true": { + "model": "minecraft:block/purple_candle_cake_lit" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/purple_carpet.json b/1.17.1/assets/minecraft/blockstates/purple_carpet.json new file mode 100644 index 00000000..94bd741a --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/purple_carpet.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/purple_carpet" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/purple_concrete.json b/1.17.1/assets/minecraft/blockstates/purple_concrete.json new file mode 100644 index 00000000..06ecc28a --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/purple_concrete.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/purple_concrete" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/purple_concrete_powder.json b/1.17.1/assets/minecraft/blockstates/purple_concrete_powder.json new file mode 100644 index 00000000..23291b95 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/purple_concrete_powder.json @@ -0,0 +1,21 @@ +{ + "variants": { + "": [ + { + "model": "minecraft:block/purple_concrete_powder" + }, + { + "model": "minecraft:block/purple_concrete_powder", + "y": 90 + }, + { + "model": "minecraft:block/purple_concrete_powder", + "y": 180 + }, + { + "model": "minecraft:block/purple_concrete_powder", + "y": 270 + } + ] + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/purple_glazed_terracotta.json b/1.17.1/assets/minecraft/blockstates/purple_glazed_terracotta.json new file mode 100644 index 00000000..9f70fd4f --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/purple_glazed_terracotta.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/purple_glazed_terracotta", + "y": 270 + }, + "facing=north": { + "model": "minecraft:block/purple_glazed_terracotta", + "y": 180 + }, + "facing=south": { + "model": "minecraft:block/purple_glazed_terracotta" + }, + "facing=west": { + "model": "minecraft:block/purple_glazed_terracotta", + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/purple_shulker_box.json b/1.17.1/assets/minecraft/blockstates/purple_shulker_box.json new file mode 100644 index 00000000..880e3163 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/purple_shulker_box.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/purple_shulker_box" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/purple_stained_glass.json b/1.17.1/assets/minecraft/blockstates/purple_stained_glass.json new file mode 100644 index 00000000..02662b50 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/purple_stained_glass.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/purple_stained_glass" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/purple_stained_glass_pane.json b/1.17.1/assets/minecraft/blockstates/purple_stained_glass_pane.json new file mode 100644 index 00000000..409b30e1 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/purple_stained_glass_pane.json @@ -0,0 +1,77 @@ +{ + "multipart": [ + { + "apply": { + "model": "minecraft:block/purple_stained_glass_pane_post" + } + }, + { + "when": { + "north": "true" + }, + "apply": { + "model": "minecraft:block/purple_stained_glass_pane_side" + } + }, + { + "when": { + "east": "true" + }, + "apply": { + "model": "minecraft:block/purple_stained_glass_pane_side", + "y": 90 + } + }, + { + "when": { + "south": "true" + }, + "apply": { + "model": "minecraft:block/purple_stained_glass_pane_side_alt" + } + }, + { + "when": { + "west": "true" + }, + "apply": { + "model": "minecraft:block/purple_stained_glass_pane_side_alt", + "y": 90 + } + }, + { + "when": { + "north": "false" + }, + "apply": { + "model": "minecraft:block/purple_stained_glass_pane_noside" + } + }, + { + "when": { + "east": "false" + }, + "apply": { + "model": "minecraft:block/purple_stained_glass_pane_noside_alt" + } + }, + { + "when": { + "south": "false" + }, + "apply": { + "model": "minecraft:block/purple_stained_glass_pane_noside_alt", + "y": 90 + } + }, + { + "when": { + "west": "false" + }, + "apply": { + "model": "minecraft:block/purple_stained_glass_pane_noside", + "y": 270 + } + } + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/purple_terracotta.json b/1.17.1/assets/minecraft/blockstates/purple_terracotta.json new file mode 100644 index 00000000..b500566d --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/purple_terracotta.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/purple_terracotta" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/purple_wall_banner.json b/1.17.1/assets/minecraft/blockstates/purple_wall_banner.json new file mode 100644 index 00000000..f5e2c87f --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/purple_wall_banner.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/banner" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/purple_wool.json b/1.17.1/assets/minecraft/blockstates/purple_wool.json new file mode 100644 index 00000000..a14ba55d --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/purple_wool.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/purple_wool" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/purpur_block.json b/1.17.1/assets/minecraft/blockstates/purpur_block.json new file mode 100644 index 00000000..0bd34f34 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/purpur_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/purpur_block" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/purpur_pillar.json b/1.17.1/assets/minecraft/blockstates/purpur_pillar.json new file mode 100644 index 00000000..65046d71 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/purpur_pillar.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/purpur_pillar_horizontal", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/purpur_pillar" + }, + "axis=z": { + "model": "minecraft:block/purpur_pillar_horizontal", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/purpur_slab.json b/1.17.1/assets/minecraft/blockstates/purpur_slab.json new file mode 100644 index 00000000..b4b9fb43 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/purpur_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/purpur_slab" + }, + "type=double": { + "model": "minecraft:block/purpur_block" + }, + "type=top": { + "model": "minecraft:block/purpur_slab_top" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/purpur_stairs.json b/1.17.1/assets/minecraft/blockstates/purpur_stairs.json new file mode 100644 index 00000000..57cbe7a6 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/purpur_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/purpur_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/purpur_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/purpur_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/purpur_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/purpur_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/purpur_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/purpur_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/purpur_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/purpur_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/purpur_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/purpur_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/purpur_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/purpur_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/purpur_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/purpur_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/purpur_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/purpur_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/purpur_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/purpur_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/purpur_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/purpur_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/purpur_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/purpur_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/purpur_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/purpur_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/purpur_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/purpur_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/purpur_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/purpur_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/purpur_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/purpur_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/purpur_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/purpur_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/purpur_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/purpur_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/purpur_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/purpur_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/purpur_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/purpur_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/purpur_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/quartz_block.json b/1.17.1/assets/minecraft/blockstates/quartz_block.json new file mode 100644 index 00000000..6dcfecf9 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/quartz_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/quartz_block" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/quartz_bricks.json b/1.17.1/assets/minecraft/blockstates/quartz_bricks.json new file mode 100644 index 00000000..24827d45 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/quartz_bricks.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/quartz_bricks" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/quartz_pillar.json b/1.17.1/assets/minecraft/blockstates/quartz_pillar.json new file mode 100644 index 00000000..260cca79 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/quartz_pillar.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/quartz_pillar_horizontal", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/quartz_pillar" + }, + "axis=z": { + "model": "minecraft:block/quartz_pillar_horizontal", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/quartz_slab.json b/1.17.1/assets/minecraft/blockstates/quartz_slab.json new file mode 100644 index 00000000..6d2ae81b --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/quartz_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/quartz_slab" + }, + "type=double": { + "model": "minecraft:block/quartz_block" + }, + "type=top": { + "model": "minecraft:block/quartz_slab_top" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/quartz_stairs.json b/1.17.1/assets/minecraft/blockstates/quartz_stairs.json new file mode 100644 index 00000000..083b0f64 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/quartz_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/quartz_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/quartz_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/quartz_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/quartz_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/quartz_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/quartz_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/quartz_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/quartz_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/quartz_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/quartz_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/quartz_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/quartz_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/quartz_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/quartz_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/quartz_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/quartz_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/quartz_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/quartz_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/quartz_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/quartz_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/quartz_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/quartz_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/quartz_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/quartz_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/quartz_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/quartz_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/quartz_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/quartz_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/quartz_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/quartz_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/quartz_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/quartz_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/quartz_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/quartz_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/quartz_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/quartz_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/quartz_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/quartz_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/quartz_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/quartz_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/rail.json b/1.17.1/assets/minecraft/blockstates/rail.json new file mode 100644 index 00000000..4b1e4d04 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/rail.json @@ -0,0 +1,40 @@ +{ + "variants": { + "shape=ascending_east": { + "model": "minecraft:block/rail_raised_ne", + "y": 90 + }, + "shape=ascending_north": { + "model": "minecraft:block/rail_raised_ne" + }, + "shape=ascending_south": { + "model": "minecraft:block/rail_raised_sw" + }, + "shape=ascending_west": { + "model": "minecraft:block/rail_raised_sw", + "y": 90 + }, + "shape=east_west": { + "model": "minecraft:block/rail", + "y": 90 + }, + "shape=north_east": { + "model": "minecraft:block/rail_corner", + "y": 270 + }, + "shape=north_south": { + "model": "minecraft:block/rail" + }, + "shape=north_west": { + "model": "minecraft:block/rail_corner", + "y": 180 + }, + "shape=south_east": { + "model": "minecraft:block/rail_corner" + }, + "shape=south_west": { + "model": "minecraft:block/rail_corner", + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/raw_copper_block.json b/1.17.1/assets/minecraft/blockstates/raw_copper_block.json new file mode 100644 index 00000000..852b4452 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/raw_copper_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/raw_copper_block" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/raw_gold_block.json b/1.17.1/assets/minecraft/blockstates/raw_gold_block.json new file mode 100644 index 00000000..65d04cc2 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/raw_gold_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/raw_gold_block" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/raw_iron_block.json b/1.17.1/assets/minecraft/blockstates/raw_iron_block.json new file mode 100644 index 00000000..91478da2 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/raw_iron_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/raw_iron_block" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/red_banner.json b/1.17.1/assets/minecraft/blockstates/red_banner.json new file mode 100644 index 00000000..f5e2c87f --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/red_banner.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/banner" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/red_bed.json b/1.17.1/assets/minecraft/blockstates/red_bed.json new file mode 100644 index 00000000..6577c90a --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/red_bed.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/bed" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/red_candle.json b/1.17.1/assets/minecraft/blockstates/red_candle.json new file mode 100644 index 00000000..6c8520de --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/red_candle.json @@ -0,0 +1,28 @@ +{ + "variants": { + "candles=1,lit=false": { + "model": "minecraft:block/red_candle_one_candle" + }, + "candles=1,lit=true": { + "model": "minecraft:block/red_candle_one_candle_lit" + }, + "candles=2,lit=false": { + "model": "minecraft:block/red_candle_two_candles" + }, + "candles=2,lit=true": { + "model": "minecraft:block/red_candle_two_candles_lit" + }, + "candles=3,lit=false": { + "model": "minecraft:block/red_candle_three_candles" + }, + "candles=3,lit=true": { + "model": "minecraft:block/red_candle_three_candles_lit" + }, + "candles=4,lit=false": { + "model": "minecraft:block/red_candle_four_candles" + }, + "candles=4,lit=true": { + "model": "minecraft:block/red_candle_four_candles_lit" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/red_candle_cake.json b/1.17.1/assets/minecraft/blockstates/red_candle_cake.json new file mode 100644 index 00000000..d0ceeefd --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/red_candle_cake.json @@ -0,0 +1,10 @@ +{ + "variants": { + "lit=false": { + "model": "minecraft:block/red_candle_cake" + }, + "lit=true": { + "model": "minecraft:block/red_candle_cake_lit" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/red_carpet.json b/1.17.1/assets/minecraft/blockstates/red_carpet.json new file mode 100644 index 00000000..78866a8d --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/red_carpet.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/red_carpet" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/red_concrete.json b/1.17.1/assets/minecraft/blockstates/red_concrete.json new file mode 100644 index 00000000..ef1aedb0 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/red_concrete.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/red_concrete" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/red_concrete_powder.json b/1.17.1/assets/minecraft/blockstates/red_concrete_powder.json new file mode 100644 index 00000000..98e8099c --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/red_concrete_powder.json @@ -0,0 +1,21 @@ +{ + "variants": { + "": [ + { + "model": "minecraft:block/red_concrete_powder" + }, + { + "model": "minecraft:block/red_concrete_powder", + "y": 90 + }, + { + "model": "minecraft:block/red_concrete_powder", + "y": 180 + }, + { + "model": "minecraft:block/red_concrete_powder", + "y": 270 + } + ] + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/red_glazed_terracotta.json b/1.17.1/assets/minecraft/blockstates/red_glazed_terracotta.json new file mode 100644 index 00000000..920d1648 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/red_glazed_terracotta.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/red_glazed_terracotta", + "y": 270 + }, + "facing=north": { + "model": "minecraft:block/red_glazed_terracotta", + "y": 180 + }, + "facing=south": { + "model": "minecraft:block/red_glazed_terracotta" + }, + "facing=west": { + "model": "minecraft:block/red_glazed_terracotta", + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/red_mushroom.json b/1.17.1/assets/minecraft/blockstates/red_mushroom.json new file mode 100644 index 00000000..9bb1dff2 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/red_mushroom.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/red_mushroom" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/red_mushroom_block.json b/1.17.1/assets/minecraft/blockstates/red_mushroom_block.json new file mode 100644 index 00000000..e8bbe920 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/red_mushroom_block.json @@ -0,0 +1,120 @@ +{ + "multipart": [ + { + "when": { + "north": "true" + }, + "apply": { + "model": "minecraft:block/red_mushroom_block" + } + }, + { + "when": { + "east": "true" + }, + "apply": { + "model": "minecraft:block/red_mushroom_block", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "true" + }, + "apply": { + "model": "minecraft:block/red_mushroom_block", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "true" + }, + "apply": { + "model": "minecraft:block/red_mushroom_block", + "y": 270, + "uvlock": true + } + }, + { + "when": { + "up": "true" + }, + "apply": { + "model": "minecraft:block/red_mushroom_block", + "x": 270, + "uvlock": true + } + }, + { + "when": { + "down": "true" + }, + "apply": { + "model": "minecraft:block/red_mushroom_block", + "x": 90, + "uvlock": true + } + }, + { + "when": { + "north": "false" + }, + "apply": { + "model": "minecraft:block/mushroom_block_inside" + } + }, + { + "when": { + "east": "false" + }, + "apply": { + "model": "minecraft:block/mushroom_block_inside", + "y": 90, + "uvlock": false + } + }, + { + "when": { + "south": "false" + }, + "apply": { + "model": "minecraft:block/mushroom_block_inside", + "y": 180, + "uvlock": false + } + }, + { + "when": { + "west": "false" + }, + "apply": { + "model": "minecraft:block/mushroom_block_inside", + "y": 270, + "uvlock": false + } + }, + { + "when": { + "up": "false" + }, + "apply": { + "model": "minecraft:block/mushroom_block_inside", + "x": 270, + "uvlock": false + } + }, + { + "when": { + "down": "false" + }, + "apply": { + "model": "minecraft:block/mushroom_block_inside", + "x": 90, + "uvlock": false + } + } + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/red_nether_brick_slab.json b/1.17.1/assets/minecraft/blockstates/red_nether_brick_slab.json new file mode 100644 index 00000000..492c8f2f --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/red_nether_brick_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/red_nether_brick_slab" + }, + "type=double": { + "model": "minecraft:block/red_nether_bricks" + }, + "type=top": { + "model": "minecraft:block/red_nether_brick_slab_top" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/red_nether_brick_stairs.json b/1.17.1/assets/minecraft/blockstates/red_nether_brick_stairs.json new file mode 100644 index 00000000..547e5036 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/red_nether_brick_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/red_nether_brick_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/red_nether_brick_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/red_nether_brick_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/red_nether_brick_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/red_nether_brick_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/red_nether_brick_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/red_nether_brick_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/red_nether_brick_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/red_nether_brick_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/red_nether_brick_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/red_nether_brick_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/red_nether_brick_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/red_nether_brick_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/red_nether_brick_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/red_nether_brick_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/red_nether_brick_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/red_nether_brick_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/red_nether_brick_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/red_nether_brick_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/red_nether_brick_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/red_nether_brick_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/red_nether_brick_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/red_nether_brick_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/red_nether_brick_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/red_nether_brick_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/red_nether_brick_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/red_nether_brick_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/red_nether_brick_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/red_nether_brick_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/red_nether_brick_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/red_nether_brick_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/red_nether_brick_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/red_nether_brick_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/red_nether_brick_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/red_nether_brick_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/red_nether_brick_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/red_nether_brick_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/red_nether_brick_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/red_nether_brick_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/red_nether_brick_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/red_nether_brick_wall.json b/1.17.1/assets/minecraft/blockstates/red_nether_brick_wall.json new file mode 100644 index 00000000..a2974b20 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/red_nether_brick_wall.json @@ -0,0 +1,90 @@ +{ + "multipart": [ + { + "when": { + "up": "true" + }, + "apply": { + "model": "minecraft:block/red_nether_brick_wall_post" + } + }, + { + "when": { + "north": "low" + }, + "apply": { + "model": "minecraft:block/red_nether_brick_wall_side", + "uvlock": true + } + }, + { + "when": { + "east": "low" + }, + "apply": { + "model": "minecraft:block/red_nether_brick_wall_side", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "low" + }, + "apply": { + "model": "minecraft:block/red_nether_brick_wall_side", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "low" + }, + "apply": { + "model": "minecraft:block/red_nether_brick_wall_side", + "y": 270, + "uvlock": true + } + }, + { + "when": { + "north": "tall" + }, + "apply": { + "model": "minecraft:block/red_nether_brick_wall_side_tall", + "uvlock": true + } + }, + { + "when": { + "east": "tall" + }, + "apply": { + "model": "minecraft:block/red_nether_brick_wall_side_tall", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "tall" + }, + "apply": { + "model": "minecraft:block/red_nether_brick_wall_side_tall", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "tall" + }, + "apply": { + "model": "minecraft:block/red_nether_brick_wall_side_tall", + "y": 270, + "uvlock": true + } + } + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/red_nether_bricks.json b/1.17.1/assets/minecraft/blockstates/red_nether_bricks.json new file mode 100644 index 00000000..75d6b4dc --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/red_nether_bricks.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/red_nether_bricks" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/red_sand.json b/1.17.1/assets/minecraft/blockstates/red_sand.json new file mode 100644 index 00000000..083533ba --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/red_sand.json @@ -0,0 +1,21 @@ +{ + "variants": { + "": [ + { + "model": "minecraft:block/red_sand" + }, + { + "model": "minecraft:block/red_sand", + "y": 90 + }, + { + "model": "minecraft:block/red_sand", + "y": 180 + }, + { + "model": "minecraft:block/red_sand", + "y": 270 + } + ] + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/red_sandstone.json b/1.17.1/assets/minecraft/blockstates/red_sandstone.json new file mode 100644 index 00000000..9f10b960 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/red_sandstone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/red_sandstone" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/red_sandstone_slab.json b/1.17.1/assets/minecraft/blockstates/red_sandstone_slab.json new file mode 100644 index 00000000..e8fcb59d --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/red_sandstone_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/red_sandstone_slab" + }, + "type=double": { + "model": "minecraft:block/red_sandstone" + }, + "type=top": { + "model": "minecraft:block/red_sandstone_slab_top" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/red_sandstone_stairs.json b/1.17.1/assets/minecraft/blockstates/red_sandstone_stairs.json new file mode 100644 index 00000000..50ed2fcc --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/red_sandstone_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/red_sandstone_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/red_sandstone_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/red_sandstone_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/red_sandstone_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/red_sandstone_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/red_sandstone_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/red_sandstone_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/red_sandstone_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/red_sandstone_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/red_sandstone_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/red_sandstone_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/red_sandstone_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/red_sandstone_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/red_sandstone_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/red_sandstone_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/red_sandstone_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/red_sandstone_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/red_sandstone_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/red_sandstone_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/red_sandstone_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/red_sandstone_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/red_sandstone_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/red_sandstone_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/red_sandstone_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/red_sandstone_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/red_sandstone_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/red_sandstone_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/red_sandstone_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/red_sandstone_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/red_sandstone_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/red_sandstone_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/red_sandstone_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/red_sandstone_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/red_sandstone_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/red_sandstone_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/red_sandstone_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/red_sandstone_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/red_sandstone_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/red_sandstone_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/red_sandstone_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/red_sandstone_wall.json b/1.17.1/assets/minecraft/blockstates/red_sandstone_wall.json new file mode 100644 index 00000000..e3b5090f --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/red_sandstone_wall.json @@ -0,0 +1,90 @@ +{ + "multipart": [ + { + "when": { + "up": "true" + }, + "apply": { + "model": "minecraft:block/red_sandstone_wall_post" + } + }, + { + "when": { + "north": "low" + }, + "apply": { + "model": "minecraft:block/red_sandstone_wall_side", + "uvlock": true + } + }, + { + "when": { + "east": "low" + }, + "apply": { + "model": "minecraft:block/red_sandstone_wall_side", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "low" + }, + "apply": { + "model": "minecraft:block/red_sandstone_wall_side", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "low" + }, + "apply": { + "model": "minecraft:block/red_sandstone_wall_side", + "y": 270, + "uvlock": true + } + }, + { + "when": { + "north": "tall" + }, + "apply": { + "model": "minecraft:block/red_sandstone_wall_side_tall", + "uvlock": true + } + }, + { + "when": { + "east": "tall" + }, + "apply": { + "model": "minecraft:block/red_sandstone_wall_side_tall", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "tall" + }, + "apply": { + "model": "minecraft:block/red_sandstone_wall_side_tall", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "tall" + }, + "apply": { + "model": "minecraft:block/red_sandstone_wall_side_tall", + "y": 270, + "uvlock": true + } + } + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/red_shulker_box.json b/1.17.1/assets/minecraft/blockstates/red_shulker_box.json new file mode 100644 index 00000000..ce5bcc98 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/red_shulker_box.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/red_shulker_box" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/red_stained_glass.json b/1.17.1/assets/minecraft/blockstates/red_stained_glass.json new file mode 100644 index 00000000..7e6ffba8 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/red_stained_glass.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/red_stained_glass" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/red_stained_glass_pane.json b/1.17.1/assets/minecraft/blockstates/red_stained_glass_pane.json new file mode 100644 index 00000000..422e403a --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/red_stained_glass_pane.json @@ -0,0 +1,77 @@ +{ + "multipart": [ + { + "apply": { + "model": "minecraft:block/red_stained_glass_pane_post" + } + }, + { + "when": { + "north": "true" + }, + "apply": { + "model": "minecraft:block/red_stained_glass_pane_side" + } + }, + { + "when": { + "east": "true" + }, + "apply": { + "model": "minecraft:block/red_stained_glass_pane_side", + "y": 90 + } + }, + { + "when": { + "south": "true" + }, + "apply": { + "model": "minecraft:block/red_stained_glass_pane_side_alt" + } + }, + { + "when": { + "west": "true" + }, + "apply": { + "model": "minecraft:block/red_stained_glass_pane_side_alt", + "y": 90 + } + }, + { + "when": { + "north": "false" + }, + "apply": { + "model": "minecraft:block/red_stained_glass_pane_noside" + } + }, + { + "when": { + "east": "false" + }, + "apply": { + "model": "minecraft:block/red_stained_glass_pane_noside_alt" + } + }, + { + "when": { + "south": "false" + }, + "apply": { + "model": "minecraft:block/red_stained_glass_pane_noside_alt", + "y": 90 + } + }, + { + "when": { + "west": "false" + }, + "apply": { + "model": "minecraft:block/red_stained_glass_pane_noside", + "y": 270 + } + } + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/red_terracotta.json b/1.17.1/assets/minecraft/blockstates/red_terracotta.json new file mode 100644 index 00000000..78ac3ae6 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/red_terracotta.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/red_terracotta" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/red_tulip.json b/1.17.1/assets/minecraft/blockstates/red_tulip.json new file mode 100644 index 00000000..a2afbe18 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/red_tulip.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/red_tulip" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/red_wall_banner.json b/1.17.1/assets/minecraft/blockstates/red_wall_banner.json new file mode 100644 index 00000000..f5e2c87f --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/red_wall_banner.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/banner" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/red_wool.json b/1.17.1/assets/minecraft/blockstates/red_wool.json new file mode 100644 index 00000000..d756ff39 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/red_wool.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/red_wool" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/redstone_block.json b/1.17.1/assets/minecraft/blockstates/redstone_block.json new file mode 100644 index 00000000..b0ff253e --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/redstone_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/redstone_block" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/redstone_lamp.json b/1.17.1/assets/minecraft/blockstates/redstone_lamp.json new file mode 100644 index 00000000..bbd9d935 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/redstone_lamp.json @@ -0,0 +1,10 @@ +{ + "variants": { + "lit=false": { + "model": "minecraft:block/redstone_lamp" + }, + "lit=true": { + "model": "minecraft:block/redstone_lamp_on" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/redstone_ore.json b/1.17.1/assets/minecraft/blockstates/redstone_ore.json new file mode 100644 index 00000000..cc4e3fa0 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/redstone_ore.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/redstone_ore" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/redstone_torch.json b/1.17.1/assets/minecraft/blockstates/redstone_torch.json new file mode 100644 index 00000000..6c765135 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/redstone_torch.json @@ -0,0 +1,10 @@ +{ + "variants": { + "lit=false": { + "model": "minecraft:block/redstone_torch_off" + }, + "lit=true": { + "model": "minecraft:block/redstone_torch" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/redstone_wall_torch.json b/1.17.1/assets/minecraft/blockstates/redstone_wall_torch.json new file mode 100644 index 00000000..de19925c --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/redstone_wall_torch.json @@ -0,0 +1,34 @@ +{ + "variants": { + "facing=east,lit=false": { + "model": "minecraft:block/redstone_wall_torch_off" + }, + "facing=east,lit=true": { + "model": "minecraft:block/redstone_wall_torch" + }, + "facing=north,lit=false": { + "model": "minecraft:block/redstone_wall_torch_off", + "y": 270 + }, + "facing=north,lit=true": { + "model": "minecraft:block/redstone_wall_torch", + "y": 270 + }, + "facing=south,lit=false": { + "model": "minecraft:block/redstone_wall_torch_off", + "y": 90 + }, + "facing=south,lit=true": { + "model": "minecraft:block/redstone_wall_torch", + "y": 90 + }, + "facing=west,lit=false": { + "model": "minecraft:block/redstone_wall_torch_off", + "y": 180 + }, + "facing=west,lit=true": { + "model": "minecraft:block/redstone_wall_torch", + "y": 180 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/redstone_wire.json b/1.17.1/assets/minecraft/blockstates/redstone_wire.json new file mode 100644 index 00000000..1af563df --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/redstone_wire.json @@ -0,0 +1,104 @@ +{ + "multipart": [ + { + "when": { + "OR": [ + { + "east": "none", + "west": "none", + "north": "none", + "south": "none" + }, + { + "east": "side|up", + "north": "side|up" + }, + { + "east": "side|up", + "south": "side|up" + }, + { + "west": "side|up", + "south": "side|up" + }, + { + "west": "side|up", + "north": "side|up" + } + ] + }, + "apply": { + "model": "minecraft:block/redstone_dust_dot" + } + }, + { + "when": { + "north": "side|up" + }, + "apply": { + "model": "minecraft:block/redstone_dust_side0" + } + }, + { + "when": { + "south": "side|up" + }, + "apply": { + "model": "minecraft:block/redstone_dust_side_alt0" + } + }, + { + "when": { + "east": "side|up" + }, + "apply": { + "model": "minecraft:block/redstone_dust_side_alt1", + "y": 270 + } + }, + { + "when": { + "west": "side|up" + }, + "apply": { + "model": "minecraft:block/redstone_dust_side1", + "y": 270 + } + }, + { + "when": { + "north": "up" + }, + "apply": { + "model": "minecraft:block/redstone_dust_up" + } + }, + { + "when": { + "east": "up" + }, + "apply": { + "model": "minecraft:block/redstone_dust_up", + "y": 90 + } + }, + { + "when": { + "south": "up" + }, + "apply": { + "model": "minecraft:block/redstone_dust_up", + "y": 180 + } + }, + { + "when": { + "west": "up" + }, + "apply": { + "model": "minecraft:block/redstone_dust_up", + "y": 270 + } + } + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/repeater.json b/1.17.1/assets/minecraft/blockstates/repeater.json new file mode 100644 index 00000000..4e0ab9ce --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/repeater.json @@ -0,0 +1,244 @@ +{ + "variants": { + "delay=1,facing=east,locked=false,powered=false": { + "model": "minecraft:block/repeater_1tick", + "y": 270 + }, + "delay=1,facing=east,locked=false,powered=true": { + "model": "minecraft:block/repeater_1tick_on", + "y": 270 + }, + "delay=1,facing=east,locked=true,powered=false": { + "model": "minecraft:block/repeater_1tick_locked", + "y": 270 + }, + "delay=1,facing=east,locked=true,powered=true": { + "model": "minecraft:block/repeater_1tick_on_locked", + "y": 270 + }, + "delay=1,facing=north,locked=false,powered=false": { + "model": "minecraft:block/repeater_1tick", + "y": 180 + }, + "delay=1,facing=north,locked=false,powered=true": { + "model": "minecraft:block/repeater_1tick_on", + "y": 180 + }, + "delay=1,facing=north,locked=true,powered=false": { + "model": "minecraft:block/repeater_1tick_locked", + "y": 180 + }, + "delay=1,facing=north,locked=true,powered=true": { + "model": "minecraft:block/repeater_1tick_on_locked", + "y": 180 + }, + "delay=1,facing=south,locked=false,powered=false": { + "model": "minecraft:block/repeater_1tick" + }, + "delay=1,facing=south,locked=false,powered=true": { + "model": "minecraft:block/repeater_1tick_on" + }, + "delay=1,facing=south,locked=true,powered=false": { + "model": "minecraft:block/repeater_1tick_locked" + }, + "delay=1,facing=south,locked=true,powered=true": { + "model": "minecraft:block/repeater_1tick_on_locked" + }, + "delay=1,facing=west,locked=false,powered=false": { + "model": "minecraft:block/repeater_1tick", + "y": 90 + }, + "delay=1,facing=west,locked=false,powered=true": { + "model": "minecraft:block/repeater_1tick_on", + "y": 90 + }, + "delay=1,facing=west,locked=true,powered=false": { + "model": "minecraft:block/repeater_1tick_locked", + "y": 90 + }, + "delay=1,facing=west,locked=true,powered=true": { + "model": "minecraft:block/repeater_1tick_on_locked", + "y": 90 + }, + "delay=2,facing=east,locked=false,powered=false": { + "model": "minecraft:block/repeater_2tick", + "y": 270 + }, + "delay=2,facing=east,locked=false,powered=true": { + "model": "minecraft:block/repeater_2tick_on", + "y": 270 + }, + "delay=2,facing=east,locked=true,powered=false": { + "model": "minecraft:block/repeater_2tick_locked", + "y": 270 + }, + "delay=2,facing=east,locked=true,powered=true": { + "model": "minecraft:block/repeater_2tick_on_locked", + "y": 270 + }, + "delay=2,facing=north,locked=false,powered=false": { + "model": "minecraft:block/repeater_2tick", + "y": 180 + }, + "delay=2,facing=north,locked=false,powered=true": { + "model": "minecraft:block/repeater_2tick_on", + "y": 180 + }, + "delay=2,facing=north,locked=true,powered=false": { + "model": "minecraft:block/repeater_2tick_locked", + "y": 180 + }, + "delay=2,facing=north,locked=true,powered=true": { + "model": "minecraft:block/repeater_2tick_on_locked", + "y": 180 + }, + "delay=2,facing=south,locked=false,powered=false": { + "model": "minecraft:block/repeater_2tick" + }, + "delay=2,facing=south,locked=false,powered=true": { + "model": "minecraft:block/repeater_2tick_on" + }, + "delay=2,facing=south,locked=true,powered=false": { + "model": "minecraft:block/repeater_2tick_locked" + }, + "delay=2,facing=south,locked=true,powered=true": { + "model": "minecraft:block/repeater_2tick_on_locked" + }, + "delay=2,facing=west,locked=false,powered=false": { + "model": "minecraft:block/repeater_2tick", + "y": 90 + }, + "delay=2,facing=west,locked=false,powered=true": { + "model": "minecraft:block/repeater_2tick_on", + "y": 90 + }, + "delay=2,facing=west,locked=true,powered=false": { + "model": "minecraft:block/repeater_2tick_locked", + "y": 90 + }, + "delay=2,facing=west,locked=true,powered=true": { + "model": "minecraft:block/repeater_2tick_on_locked", + "y": 90 + }, + "delay=3,facing=east,locked=false,powered=false": { + "model": "minecraft:block/repeater_3tick", + "y": 270 + }, + "delay=3,facing=east,locked=false,powered=true": { + "model": "minecraft:block/repeater_3tick_on", + "y": 270 + }, + "delay=3,facing=east,locked=true,powered=false": { + "model": "minecraft:block/repeater_3tick_locked", + "y": 270 + }, + "delay=3,facing=east,locked=true,powered=true": { + "model": "minecraft:block/repeater_3tick_on_locked", + "y": 270 + }, + "delay=3,facing=north,locked=false,powered=false": { + "model": "minecraft:block/repeater_3tick", + "y": 180 + }, + "delay=3,facing=north,locked=false,powered=true": { + "model": "minecraft:block/repeater_3tick_on", + "y": 180 + }, + "delay=3,facing=north,locked=true,powered=false": { + "model": "minecraft:block/repeater_3tick_locked", + "y": 180 + }, + "delay=3,facing=north,locked=true,powered=true": { + "model": "minecraft:block/repeater_3tick_on_locked", + "y": 180 + }, + "delay=3,facing=south,locked=false,powered=false": { + "model": "minecraft:block/repeater_3tick" + }, + "delay=3,facing=south,locked=false,powered=true": { + "model": "minecraft:block/repeater_3tick_on" + }, + "delay=3,facing=south,locked=true,powered=false": { + "model": "minecraft:block/repeater_3tick_locked" + }, + "delay=3,facing=south,locked=true,powered=true": { + "model": "minecraft:block/repeater_3tick_on_locked" + }, + "delay=3,facing=west,locked=false,powered=false": { + "model": "minecraft:block/repeater_3tick", + "y": 90 + }, + "delay=3,facing=west,locked=false,powered=true": { + "model": "minecraft:block/repeater_3tick_on", + "y": 90 + }, + "delay=3,facing=west,locked=true,powered=false": { + "model": "minecraft:block/repeater_3tick_locked", + "y": 90 + }, + "delay=3,facing=west,locked=true,powered=true": { + "model": "minecraft:block/repeater_3tick_on_locked", + "y": 90 + }, + "delay=4,facing=east,locked=false,powered=false": { + "model": "minecraft:block/repeater_4tick", + "y": 270 + }, + "delay=4,facing=east,locked=false,powered=true": { + "model": "minecraft:block/repeater_4tick_on", + "y": 270 + }, + "delay=4,facing=east,locked=true,powered=false": { + "model": "minecraft:block/repeater_4tick_locked", + "y": 270 + }, + "delay=4,facing=east,locked=true,powered=true": { + "model": "minecraft:block/repeater_4tick_on_locked", + "y": 270 + }, + "delay=4,facing=north,locked=false,powered=false": { + "model": "minecraft:block/repeater_4tick", + "y": 180 + }, + "delay=4,facing=north,locked=false,powered=true": { + "model": "minecraft:block/repeater_4tick_on", + "y": 180 + }, + "delay=4,facing=north,locked=true,powered=false": { + "model": "minecraft:block/repeater_4tick_locked", + "y": 180 + }, + "delay=4,facing=north,locked=true,powered=true": { + "model": "minecraft:block/repeater_4tick_on_locked", + "y": 180 + }, + "delay=4,facing=south,locked=false,powered=false": { + "model": "minecraft:block/repeater_4tick" + }, + "delay=4,facing=south,locked=false,powered=true": { + "model": "minecraft:block/repeater_4tick_on" + }, + "delay=4,facing=south,locked=true,powered=false": { + "model": "minecraft:block/repeater_4tick_locked" + }, + "delay=4,facing=south,locked=true,powered=true": { + "model": "minecraft:block/repeater_4tick_on_locked" + }, + "delay=4,facing=west,locked=false,powered=false": { + "model": "minecraft:block/repeater_4tick", + "y": 90 + }, + "delay=4,facing=west,locked=false,powered=true": { + "model": "minecraft:block/repeater_4tick_on", + "y": 90 + }, + "delay=4,facing=west,locked=true,powered=false": { + "model": "minecraft:block/repeater_4tick_locked", + "y": 90 + }, + "delay=4,facing=west,locked=true,powered=true": { + "model": "minecraft:block/repeater_4tick_on_locked", + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/repeating_command_block.json b/1.17.1/assets/minecraft/blockstates/repeating_command_block.json new file mode 100644 index 00000000..2e6ccead --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/repeating_command_block.json @@ -0,0 +1,50 @@ +{ + "variants": { + "conditional=false,facing=down": { + "model": "minecraft:block/repeating_command_block", + "x": 90 + }, + "conditional=false,facing=east": { + "model": "minecraft:block/repeating_command_block", + "y": 90 + }, + "conditional=false,facing=north": { + "model": "minecraft:block/repeating_command_block" + }, + "conditional=false,facing=south": { + "model": "minecraft:block/repeating_command_block", + "y": 180 + }, + "conditional=false,facing=up": { + "model": "minecraft:block/repeating_command_block", + "x": 270 + }, + "conditional=false,facing=west": { + "model": "minecraft:block/repeating_command_block", + "y": 270 + }, + "conditional=true,facing=down": { + "model": "minecraft:block/repeating_command_block_conditional", + "x": 90 + }, + "conditional=true,facing=east": { + "model": "minecraft:block/repeating_command_block_conditional", + "y": 90 + }, + "conditional=true,facing=north": { + "model": "minecraft:block/repeating_command_block_conditional" + }, + "conditional=true,facing=south": { + "model": "minecraft:block/repeating_command_block_conditional", + "y": 180 + }, + "conditional=true,facing=up": { + "model": "minecraft:block/repeating_command_block_conditional", + "x": 270 + }, + "conditional=true,facing=west": { + "model": "minecraft:block/repeating_command_block_conditional", + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/respawn_anchor.json b/1.17.1/assets/minecraft/blockstates/respawn_anchor.json new file mode 100644 index 00000000..fdf950ad --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/respawn_anchor.json @@ -0,0 +1,19 @@ +{ + "variants": { + "charges=0": { + "model": "minecraft:block/respawn_anchor_0" + }, + "charges=1": { + "model": "minecraft:block/respawn_anchor_1" + }, + "charges=2": { + "model": "minecraft:block/respawn_anchor_2" + }, + "charges=3": { + "model": "minecraft:block/respawn_anchor_3" + }, + "charges=4": { + "model": "minecraft:block/respawn_anchor_4" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/rooted_dirt.json b/1.17.1/assets/minecraft/blockstates/rooted_dirt.json new file mode 100644 index 00000000..9361904f --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/rooted_dirt.json @@ -0,0 +1,21 @@ +{ + "variants": { + "": [ + { + "model": "minecraft:block/rooted_dirt" + }, + { + "model": "minecraft:block/rooted_dirt", + "y": 90 + }, + { + "model": "minecraft:block/rooted_dirt", + "y": 180 + }, + { + "model": "minecraft:block/rooted_dirt", + "y": 270 + } + ] + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/rose_bush.json b/1.17.1/assets/minecraft/blockstates/rose_bush.json new file mode 100644 index 00000000..5eaa364c --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/rose_bush.json @@ -0,0 +1,10 @@ +{ + "variants": { + "half=lower": { + "model": "minecraft:block/rose_bush_bottom" + }, + "half=upper": { + "model": "minecraft:block/rose_bush_top" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/sand.json b/1.17.1/assets/minecraft/blockstates/sand.json new file mode 100644 index 00000000..3341c41d --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/sand.json @@ -0,0 +1,21 @@ +{ + "variants": { + "": [ + { + "model": "minecraft:block/sand" + }, + { + "model": "minecraft:block/sand", + "y": 90 + }, + { + "model": "minecraft:block/sand", + "y": 180 + }, + { + "model": "minecraft:block/sand", + "y": 270 + } + ] + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/sandstone.json b/1.17.1/assets/minecraft/blockstates/sandstone.json new file mode 100644 index 00000000..a3c0d709 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/sandstone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/sandstone" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/sandstone_slab.json b/1.17.1/assets/minecraft/blockstates/sandstone_slab.json new file mode 100644 index 00000000..0fabec37 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/sandstone_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/sandstone_slab" + }, + "type=double": { + "model": "minecraft:block/sandstone" + }, + "type=top": { + "model": "minecraft:block/sandstone_slab_top" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/sandstone_stairs.json b/1.17.1/assets/minecraft/blockstates/sandstone_stairs.json new file mode 100644 index 00000000..08899b15 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/sandstone_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/sandstone_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/sandstone_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/sandstone_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/sandstone_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/sandstone_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/sandstone_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/sandstone_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/sandstone_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/sandstone_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/sandstone_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/sandstone_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/sandstone_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/sandstone_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/sandstone_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/sandstone_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/sandstone_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/sandstone_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/sandstone_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/sandstone_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/sandstone_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/sandstone_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/sandstone_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/sandstone_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/sandstone_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/sandstone_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/sandstone_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/sandstone_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/sandstone_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/sandstone_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/sandstone_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/sandstone_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/sandstone_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/sandstone_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/sandstone_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/sandstone_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/sandstone_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/sandstone_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/sandstone_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/sandstone_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/sandstone_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/sandstone_wall.json b/1.17.1/assets/minecraft/blockstates/sandstone_wall.json new file mode 100644 index 00000000..0f24dff0 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/sandstone_wall.json @@ -0,0 +1,90 @@ +{ + "multipart": [ + { + "when": { + "up": "true" + }, + "apply": { + "model": "minecraft:block/sandstone_wall_post" + } + }, + { + "when": { + "north": "low" + }, + "apply": { + "model": "minecraft:block/sandstone_wall_side", + "uvlock": true + } + }, + { + "when": { + "east": "low" + }, + "apply": { + "model": "minecraft:block/sandstone_wall_side", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "low" + }, + "apply": { + "model": "minecraft:block/sandstone_wall_side", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "low" + }, + "apply": { + "model": "minecraft:block/sandstone_wall_side", + "y": 270, + "uvlock": true + } + }, + { + "when": { + "north": "tall" + }, + "apply": { + "model": "minecraft:block/sandstone_wall_side_tall", + "uvlock": true + } + }, + { + "when": { + "east": "tall" + }, + "apply": { + "model": "minecraft:block/sandstone_wall_side_tall", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "tall" + }, + "apply": { + "model": "minecraft:block/sandstone_wall_side_tall", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "tall" + }, + "apply": { + "model": "minecraft:block/sandstone_wall_side_tall", + "y": 270, + "uvlock": true + } + } + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/scaffolding.json b/1.17.1/assets/minecraft/blockstates/scaffolding.json new file mode 100644 index 00000000..aca5b491 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/scaffolding.json @@ -0,0 +1,10 @@ +{ + "variants": { + "bottom=false": { + "model": "minecraft:block/scaffolding_stable" + }, + "bottom=true": { + "model": "minecraft:block/scaffolding_unstable" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/sculk_sensor.json b/1.17.1/assets/minecraft/blockstates/sculk_sensor.json new file mode 100644 index 00000000..3c7cabd3 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/sculk_sensor.json @@ -0,0 +1,13 @@ +{ + "variants": { + "sculk_sensor_phase=active": { + "model": "minecraft:block/sculk_sensor_active" + }, + "sculk_sensor_phase=cooldown": { + "model": "minecraft:block/sculk_sensor_inactive" + }, + "sculk_sensor_phase=inactive": { + "model": "minecraft:block/sculk_sensor_inactive" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/sea_lantern.json b/1.17.1/assets/minecraft/blockstates/sea_lantern.json new file mode 100644 index 00000000..d1231f28 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/sea_lantern.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/sea_lantern" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/sea_pickle.json b/1.17.1/assets/minecraft/blockstates/sea_pickle.json new file mode 100644 index 00000000..89861754 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/sea_pickle.json @@ -0,0 +1,140 @@ +{ + "variants": { + "pickles=1,waterlogged=false": [ + { + "model": "minecraft:block/dead_sea_pickle" + }, + { + "model": "minecraft:block/dead_sea_pickle", + "y": 90 + }, + { + "model": "minecraft:block/dead_sea_pickle", + "y": 180 + }, + { + "model": "minecraft:block/dead_sea_pickle", + "y": 270 + } + ], + "pickles=1,waterlogged=true": [ + { + "model": "minecraft:block/sea_pickle" + }, + { + "model": "minecraft:block/sea_pickle", + "y": 90 + }, + { + "model": "minecraft:block/sea_pickle", + "y": 180 + }, + { + "model": "minecraft:block/sea_pickle", + "y": 270 + } + ], + "pickles=2,waterlogged=false": [ + { + "model": "minecraft:block/two_dead_sea_pickles" + }, + { + "model": "minecraft:block/two_dead_sea_pickles", + "y": 90 + }, + { + "model": "minecraft:block/two_dead_sea_pickles", + "y": 180 + }, + { + "model": "minecraft:block/two_dead_sea_pickles", + "y": 270 + } + ], + "pickles=2,waterlogged=true": [ + { + "model": "minecraft:block/two_sea_pickles" + }, + { + "model": "minecraft:block/two_sea_pickles", + "y": 90 + }, + { + "model": "minecraft:block/two_sea_pickles", + "y": 180 + }, + { + "model": "minecraft:block/two_sea_pickles", + "y": 270 + } + ], + "pickles=3,waterlogged=false": [ + { + "model": "minecraft:block/three_dead_sea_pickles" + }, + { + "model": "minecraft:block/three_dead_sea_pickles", + "y": 90 + }, + { + "model": "minecraft:block/three_dead_sea_pickles", + "y": 180 + }, + { + "model": "minecraft:block/three_dead_sea_pickles", + "y": 270 + } + ], + "pickles=3,waterlogged=true": [ + { + "model": "minecraft:block/three_sea_pickles" + }, + { + "model": "minecraft:block/three_sea_pickles", + "y": 90 + }, + { + "model": "minecraft:block/three_sea_pickles", + "y": 180 + }, + { + "model": "minecraft:block/three_sea_pickles", + "y": 270 + } + ], + "pickles=4,waterlogged=false": [ + { + "model": "minecraft:block/four_dead_sea_pickles" + }, + { + "model": "minecraft:block/four_dead_sea_pickles", + "y": 90 + }, + { + "model": "minecraft:block/four_dead_sea_pickles", + "y": 180 + }, + { + "model": "minecraft:block/four_dead_sea_pickles", + "y": 270 + } + ], + "pickles=4,waterlogged=true": [ + { + "model": "minecraft:block/four_sea_pickles" + }, + { + "model": "minecraft:block/four_sea_pickles", + "y": 90 + }, + { + "model": "minecraft:block/four_sea_pickles", + "y": 180 + }, + { + "model": "minecraft:block/four_sea_pickles", + "y": 270 + } + ] + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/seagrass.json b/1.17.1/assets/minecraft/blockstates/seagrass.json new file mode 100644 index 00000000..045c721e --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/seagrass.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/seagrass" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/shroomlight.json b/1.17.1/assets/minecraft/blockstates/shroomlight.json new file mode 100644 index 00000000..300f41e8 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/shroomlight.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/shroomlight" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/shulker_box.json b/1.17.1/assets/minecraft/blockstates/shulker_box.json new file mode 100644 index 00000000..7248d53e --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/shulker_box.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/shulker_box" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/skeleton_skull.json b/1.17.1/assets/minecraft/blockstates/skeleton_skull.json new file mode 100644 index 00000000..3951e3ee --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/skeleton_skull.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/skull" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/skeleton_wall_skull.json b/1.17.1/assets/minecraft/blockstates/skeleton_wall_skull.json new file mode 100644 index 00000000..3951e3ee --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/skeleton_wall_skull.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/skull" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/slime_block.json b/1.17.1/assets/minecraft/blockstates/slime_block.json new file mode 100644 index 00000000..b7f071be --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/slime_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/slime_block" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/small_amethyst_bud.json b/1.17.1/assets/minecraft/blockstates/small_amethyst_bud.json new file mode 100644 index 00000000..aac83ed3 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/small_amethyst_bud.json @@ -0,0 +1,30 @@ +{ + "variants": { + "facing=down": { + "model": "minecraft:block/small_amethyst_bud", + "x": 180 + }, + "facing=east": { + "model": "minecraft:block/small_amethyst_bud", + "x": 90, + "y": 90 + }, + "facing=north": { + "model": "minecraft:block/small_amethyst_bud", + "x": 90 + }, + "facing=south": { + "model": "minecraft:block/small_amethyst_bud", + "x": 90, + "y": 180 + }, + "facing=up": { + "model": "minecraft:block/small_amethyst_bud" + }, + "facing=west": { + "model": "minecraft:block/small_amethyst_bud", + "x": 90, + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/small_dripleaf.json b/1.17.1/assets/minecraft/blockstates/small_dripleaf.json new file mode 100644 index 00000000..b4d89637 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/small_dripleaf.json @@ -0,0 +1,34 @@ +{ + "variants": { + "facing=east,half=lower": { + "y": 90, + "model": "minecraft:block/small_dripleaf_bottom" + }, + "facing=east,half=upper": { + "y": 90, + "model": "minecraft:block/small_dripleaf_top" + }, + "facing=north,half=lower": { + "model": "minecraft:block/small_dripleaf_bottom" + }, + "facing=north,half=upper": { + "model": "minecraft:block/small_dripleaf_top" + }, + "facing=south,half=lower": { + "y": 180, + "model": "minecraft:block/small_dripleaf_bottom" + }, + "facing=south,half=upper": { + "y": 180, + "model": "minecraft:block/small_dripleaf_top" + }, + "facing=west,half=lower": { + "y": 270, + "model": "minecraft:block/small_dripleaf_bottom" + }, + "facing=west,half=upper": { + "y": 270, + "model": "minecraft:block/small_dripleaf_top" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/smithing_table.json b/1.17.1/assets/minecraft/blockstates/smithing_table.json new file mode 100644 index 00000000..627ae908 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/smithing_table.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/smithing_table" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/smoker.json b/1.17.1/assets/minecraft/blockstates/smoker.json new file mode 100644 index 00000000..f0a0fc9e --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/smoker.json @@ -0,0 +1,34 @@ +{ + "variants": { + "facing=east,lit=false": { + "model": "minecraft:block/smoker", + "y": 90 + }, + "facing=east,lit=true": { + "model": "minecraft:block/smoker_on", + "y": 90 + }, + "facing=north,lit=false": { + "model": "minecraft:block/smoker" + }, + "facing=north,lit=true": { + "model": "minecraft:block/smoker_on" + }, + "facing=south,lit=false": { + "model": "minecraft:block/smoker", + "y": 180 + }, + "facing=south,lit=true": { + "model": "minecraft:block/smoker_on", + "y": 180 + }, + "facing=west,lit=false": { + "model": "minecraft:block/smoker", + "y": 270 + }, + "facing=west,lit=true": { + "model": "minecraft:block/smoker_on", + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/smooth_basalt.json b/1.17.1/assets/minecraft/blockstates/smooth_basalt.json new file mode 100644 index 00000000..6145eb01 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/smooth_basalt.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/smooth_basalt" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/smooth_quartz.json b/1.17.1/assets/minecraft/blockstates/smooth_quartz.json new file mode 100644 index 00000000..790912d3 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/smooth_quartz.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/smooth_quartz" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/smooth_quartz_slab.json b/1.17.1/assets/minecraft/blockstates/smooth_quartz_slab.json new file mode 100644 index 00000000..7741145d --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/smooth_quartz_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/smooth_quartz_slab" + }, + "type=double": { + "model": "minecraft:block/smooth_quartz" + }, + "type=top": { + "model": "minecraft:block/smooth_quartz_slab_top" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/smooth_quartz_stairs.json b/1.17.1/assets/minecraft/blockstates/smooth_quartz_stairs.json new file mode 100644 index 00000000..f917f38e --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/smooth_quartz_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/smooth_quartz_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/smooth_quartz_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/smooth_quartz_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/smooth_quartz_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/smooth_quartz_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/smooth_quartz_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/smooth_quartz_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/smooth_quartz_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/smooth_quartz_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/smooth_quartz_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/smooth_quartz_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/smooth_quartz_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/smooth_quartz_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/smooth_quartz_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/smooth_quartz_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/smooth_quartz_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/smooth_quartz_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/smooth_quartz_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/smooth_quartz_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/smooth_quartz_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/smooth_quartz_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/smooth_quartz_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/smooth_quartz_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/smooth_quartz_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/smooth_quartz_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/smooth_quartz_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/smooth_quartz_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/smooth_quartz_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/smooth_quartz_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/smooth_quartz_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/smooth_quartz_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/smooth_quartz_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/smooth_quartz_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/smooth_quartz_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/smooth_quartz_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/smooth_quartz_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/smooth_quartz_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/smooth_quartz_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/smooth_quartz_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/smooth_quartz_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/smooth_red_sandstone.json b/1.17.1/assets/minecraft/blockstates/smooth_red_sandstone.json new file mode 100644 index 00000000..5f441b0f --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/smooth_red_sandstone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/smooth_red_sandstone" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/smooth_red_sandstone_slab.json b/1.17.1/assets/minecraft/blockstates/smooth_red_sandstone_slab.json new file mode 100644 index 00000000..49aa61b0 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/smooth_red_sandstone_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/smooth_red_sandstone_slab" + }, + "type=double": { + "model": "minecraft:block/smooth_red_sandstone" + }, + "type=top": { + "model": "minecraft:block/smooth_red_sandstone_slab_top" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/smooth_red_sandstone_stairs.json b/1.17.1/assets/minecraft/blockstates/smooth_red_sandstone_stairs.json new file mode 100644 index 00000000..d0b5cdbf --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/smooth_red_sandstone_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/smooth_red_sandstone_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/smooth_red_sandstone_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/smooth_red_sandstone_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/smooth_red_sandstone_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/smooth_red_sandstone_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/smooth_red_sandstone_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/smooth_red_sandstone_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/smooth_red_sandstone_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/smooth_red_sandstone_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/smooth_red_sandstone_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/smooth_red_sandstone_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/smooth_red_sandstone_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/smooth_red_sandstone_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/smooth_red_sandstone_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/smooth_red_sandstone_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/smooth_red_sandstone_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/smooth_red_sandstone_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/smooth_red_sandstone_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/smooth_red_sandstone_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/smooth_red_sandstone_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/smooth_red_sandstone_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/smooth_red_sandstone_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/smooth_red_sandstone_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/smooth_red_sandstone_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/smooth_red_sandstone_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/smooth_red_sandstone_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/smooth_red_sandstone_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/smooth_red_sandstone_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/smooth_red_sandstone_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/smooth_red_sandstone_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/smooth_red_sandstone_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/smooth_red_sandstone_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/smooth_red_sandstone_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/smooth_red_sandstone_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/smooth_red_sandstone_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/smooth_red_sandstone_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/smooth_red_sandstone_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/smooth_red_sandstone_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/smooth_red_sandstone_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/smooth_red_sandstone_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/smooth_sandstone.json b/1.17.1/assets/minecraft/blockstates/smooth_sandstone.json new file mode 100644 index 00000000..fdc28aa9 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/smooth_sandstone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/smooth_sandstone" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/smooth_sandstone_slab.json b/1.17.1/assets/minecraft/blockstates/smooth_sandstone_slab.json new file mode 100644 index 00000000..988733be --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/smooth_sandstone_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/smooth_sandstone_slab" + }, + "type=double": { + "model": "minecraft:block/smooth_sandstone" + }, + "type=top": { + "model": "minecraft:block/smooth_sandstone_slab_top" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/smooth_sandstone_stairs.json b/1.17.1/assets/minecraft/blockstates/smooth_sandstone_stairs.json new file mode 100644 index 00000000..c35ece7b --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/smooth_sandstone_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/smooth_sandstone_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/smooth_sandstone_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/smooth_sandstone_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/smooth_sandstone_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/smooth_sandstone_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/smooth_sandstone_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/smooth_sandstone_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/smooth_sandstone_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/smooth_sandstone_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/smooth_sandstone_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/smooth_sandstone_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/smooth_sandstone_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/smooth_sandstone_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/smooth_sandstone_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/smooth_sandstone_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/smooth_sandstone_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/smooth_sandstone_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/smooth_sandstone_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/smooth_sandstone_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/smooth_sandstone_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/smooth_sandstone_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/smooth_sandstone_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/smooth_sandstone_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/smooth_sandstone_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/smooth_sandstone_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/smooth_sandstone_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/smooth_sandstone_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/smooth_sandstone_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/smooth_sandstone_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/smooth_sandstone_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/smooth_sandstone_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/smooth_sandstone_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/smooth_sandstone_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/smooth_sandstone_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/smooth_sandstone_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/smooth_sandstone_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/smooth_sandstone_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/smooth_sandstone_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/smooth_sandstone_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/smooth_sandstone_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/smooth_stone.json b/1.17.1/assets/minecraft/blockstates/smooth_stone.json new file mode 100644 index 00000000..a2fb9bfe --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/smooth_stone.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/smooth_stone" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/smooth_stone_slab.json b/1.17.1/assets/minecraft/blockstates/smooth_stone_slab.json new file mode 100644 index 00000000..9150d679 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/smooth_stone_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/smooth_stone_slab" + }, + "type=double": { + "model": "minecraft:block/smooth_stone_slab_double" + }, + "type=top": { + "model": "minecraft:block/smooth_stone_slab_top" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/snow.json b/1.17.1/assets/minecraft/blockstates/snow.json new file mode 100644 index 00000000..a82cad93 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/snow.json @@ -0,0 +1,28 @@ +{ + "variants": { + "layers=1": { + "model": "minecraft:block/snow_height2" + }, + "layers=2": { + "model": "minecraft:block/snow_height4" + }, + "layers=3": { + "model": "minecraft:block/snow_height6" + }, + "layers=4": { + "model": "minecraft:block/snow_height8" + }, + "layers=5": { + "model": "minecraft:block/snow_height10" + }, + "layers=6": { + "model": "minecraft:block/snow_height12" + }, + "layers=7": { + "model": "minecraft:block/snow_height14" + }, + "layers=8": { + "model": "minecraft:block/snow_block" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/snow_block.json b/1.17.1/assets/minecraft/blockstates/snow_block.json new file mode 100644 index 00000000..eac19731 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/snow_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/snow_block" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/soul_campfire.json b/1.17.1/assets/minecraft/blockstates/soul_campfire.json new file mode 100644 index 00000000..9052d211 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/soul_campfire.json @@ -0,0 +1,34 @@ +{ + "variants": { + "facing=east,lit=false": { + "model": "minecraft:block/campfire_off", + "y": 270 + }, + "facing=east,lit=true": { + "model": "minecraft:block/soul_campfire", + "y": 270 + }, + "facing=north,lit=false": { + "model": "minecraft:block/campfire_off", + "y": 180 + }, + "facing=north,lit=true": { + "model": "minecraft:block/soul_campfire", + "y": 180 + }, + "facing=south,lit=false": { + "model": "minecraft:block/campfire_off" + }, + "facing=south,lit=true": { + "model": "minecraft:block/soul_campfire" + }, + "facing=west,lit=false": { + "model": "minecraft:block/campfire_off", + "y": 90 + }, + "facing=west,lit=true": { + "model": "minecraft:block/soul_campfire", + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/soul_fire.json b/1.17.1/assets/minecraft/blockstates/soul_fire.json new file mode 100644 index 00000000..bd637a77 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/soul_fire.json @@ -0,0 +1,90 @@ +{ + "multipart": [ + { + "apply": [ + { + "model": "minecraft:block/soul_fire_floor0" + }, + { + "model": "minecraft:block/soul_fire_floor1" + } + ] + }, + { + "apply": [ + { + "model": "minecraft:block/soul_fire_side0" + }, + { + "model": "minecraft:block/soul_fire_side1" + }, + { + "model": "minecraft:block/soul_fire_side_alt0" + }, + { + "model": "minecraft:block/soul_fire_side_alt1" + } + ] + }, + { + "apply": [ + { + "model": "minecraft:block/soul_fire_side0", + "y": 90 + }, + { + "model": "minecraft:block/soul_fire_side1", + "y": 90 + }, + { + "model": "minecraft:block/soul_fire_side_alt0", + "y": 90 + }, + { + "model": "minecraft:block/soul_fire_side_alt1", + "y": 90 + } + ] + }, + { + "apply": [ + { + "model": "minecraft:block/soul_fire_side0", + "y": 180 + }, + { + "model": "minecraft:block/soul_fire_side1", + "y": 180 + }, + { + "model": "minecraft:block/soul_fire_side_alt0", + "y": 180 + }, + { + "model": "minecraft:block/soul_fire_side_alt1", + "y": 180 + } + ] + }, + { + "apply": [ + { + "model": "minecraft:block/soul_fire_side0", + "y": 270 + }, + { + "model": "minecraft:block/soul_fire_side1", + "y": 270 + }, + { + "model": "minecraft:block/soul_fire_side_alt0", + "y": 270 + }, + { + "model": "minecraft:block/soul_fire_side_alt1", + "y": 270 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/soul_lantern.json b/1.17.1/assets/minecraft/blockstates/soul_lantern.json new file mode 100644 index 00000000..295698d6 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/soul_lantern.json @@ -0,0 +1,10 @@ +{ + "variants": { + "hanging=false": { + "model": "minecraft:block/soul_lantern" + }, + "hanging=true": { + "model": "minecraft:block/soul_lantern_hanging" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/soul_sand.json b/1.17.1/assets/minecraft/blockstates/soul_sand.json new file mode 100644 index 00000000..e28fd5ea --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/soul_sand.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/soul_sand" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/soul_soil.json b/1.17.1/assets/minecraft/blockstates/soul_soil.json new file mode 100644 index 00000000..df0da5f8 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/soul_soil.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/soul_soil" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/soul_torch.json b/1.17.1/assets/minecraft/blockstates/soul_torch.json new file mode 100644 index 00000000..be81df74 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/soul_torch.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/soul_torch" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/soul_wall_torch.json b/1.17.1/assets/minecraft/blockstates/soul_wall_torch.json new file mode 100644 index 00000000..653ffef8 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/soul_wall_torch.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/soul_wall_torch" + }, + "facing=north": { + "model": "minecraft:block/soul_wall_torch", + "y": 270 + }, + "facing=south": { + "model": "minecraft:block/soul_wall_torch", + "y": 90 + }, + "facing=west": { + "model": "minecraft:block/soul_wall_torch", + "y": 180 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/spawner.json b/1.17.1/assets/minecraft/blockstates/spawner.json new file mode 100644 index 00000000..9f2f1a05 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/spawner.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/spawner" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/sponge.json b/1.17.1/assets/minecraft/blockstates/sponge.json new file mode 100644 index 00000000..136e393a --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/sponge.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/sponge" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/spore_blossom.json b/1.17.1/assets/minecraft/blockstates/spore_blossom.json new file mode 100644 index 00000000..0dd005af --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/spore_blossom.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/spore_blossom" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/spruce_button.json b/1.17.1/assets/minecraft/blockstates/spruce_button.json new file mode 100644 index 00000000..587b74ff --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/spruce_button.json @@ -0,0 +1,118 @@ +{ + "variants": { + "face=ceiling,facing=east,powered=false": { + "model": "minecraft:block/spruce_button", + "y": 270, + "x": 180 + }, + "face=ceiling,facing=east,powered=true": { + "model": "minecraft:block/spruce_button_pressed", + "y": 270, + "x": 180 + }, + "face=ceiling,facing=north,powered=false": { + "model": "minecraft:block/spruce_button", + "y": 180, + "x": 180 + }, + "face=ceiling,facing=north,powered=true": { + "model": "minecraft:block/spruce_button_pressed", + "y": 180, + "x": 180 + }, + "face=ceiling,facing=south,powered=false": { + "model": "minecraft:block/spruce_button", + "x": 180 + }, + "face=ceiling,facing=south,powered=true": { + "model": "minecraft:block/spruce_button_pressed", + "x": 180 + }, + "face=ceiling,facing=west,powered=false": { + "model": "minecraft:block/spruce_button", + "y": 90, + "x": 180 + }, + "face=ceiling,facing=west,powered=true": { + "model": "minecraft:block/spruce_button_pressed", + "y": 90, + "x": 180 + }, + "face=floor,facing=east,powered=false": { + "model": "minecraft:block/spruce_button", + "y": 90 + }, + "face=floor,facing=east,powered=true": { + "model": "minecraft:block/spruce_button_pressed", + "y": 90 + }, + "face=floor,facing=north,powered=false": { + "model": "minecraft:block/spruce_button" + }, + "face=floor,facing=north,powered=true": { + "model": "minecraft:block/spruce_button_pressed" + }, + "face=floor,facing=south,powered=false": { + "model": "minecraft:block/spruce_button", + "y": 180 + }, + "face=floor,facing=south,powered=true": { + "model": "minecraft:block/spruce_button_pressed", + "y": 180 + }, + "face=floor,facing=west,powered=false": { + "model": "minecraft:block/spruce_button", + "y": 270 + }, + "face=floor,facing=west,powered=true": { + "model": "minecraft:block/spruce_button_pressed", + "y": 270 + }, + "face=wall,facing=east,powered=false": { + "model": "minecraft:block/spruce_button", + "y": 90, + "x": 90, + "uvlock": true + }, + "face=wall,facing=east,powered=true": { + "model": "minecraft:block/spruce_button_pressed", + "y": 90, + "x": 90, + "uvlock": true + }, + "face=wall,facing=north,powered=false": { + "model": "minecraft:block/spruce_button", + "x": 90, + "uvlock": true + }, + "face=wall,facing=north,powered=true": { + "model": "minecraft:block/spruce_button_pressed", + "x": 90, + "uvlock": true + }, + "face=wall,facing=south,powered=false": { + "model": "minecraft:block/spruce_button", + "y": 180, + "x": 90, + "uvlock": true + }, + "face=wall,facing=south,powered=true": { + "model": "minecraft:block/spruce_button_pressed", + "y": 180, + "x": 90, + "uvlock": true + }, + "face=wall,facing=west,powered=false": { + "model": "minecraft:block/spruce_button", + "y": 270, + "x": 90, + "uvlock": true + }, + "face=wall,facing=west,powered=true": { + "model": "minecraft:block/spruce_button_pressed", + "y": 270, + "x": 90, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/spruce_door.json b/1.17.1/assets/minecraft/blockstates/spruce_door.json new file mode 100644 index 00000000..94dd4e1b --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/spruce_door.json @@ -0,0 +1,124 @@ +{ + "variants": { + "facing=east,half=lower,hinge=left,open=false": { + "model": "minecraft:block/spruce_door_bottom" + }, + "facing=east,half=lower,hinge=left,open=true": { + "model": "minecraft:block/spruce_door_bottom_hinge", + "y": 90 + }, + "facing=east,half=lower,hinge=right,open=false": { + "model": "minecraft:block/spruce_door_bottom_hinge" + }, + "facing=east,half=lower,hinge=right,open=true": { + "model": "minecraft:block/spruce_door_bottom", + "y": 270 + }, + "facing=east,half=upper,hinge=left,open=false": { + "model": "minecraft:block/spruce_door_top" + }, + "facing=east,half=upper,hinge=left,open=true": { + "model": "minecraft:block/spruce_door_top_hinge", + "y": 90 + }, + "facing=east,half=upper,hinge=right,open=false": { + "model": "minecraft:block/spruce_door_top_hinge" + }, + "facing=east,half=upper,hinge=right,open=true": { + "model": "minecraft:block/spruce_door_top", + "y": 270 + }, + "facing=north,half=lower,hinge=left,open=false": { + "model": "minecraft:block/spruce_door_bottom", + "y": 270 + }, + "facing=north,half=lower,hinge=left,open=true": { + "model": "minecraft:block/spruce_door_bottom_hinge" + }, + "facing=north,half=lower,hinge=right,open=false": { + "model": "minecraft:block/spruce_door_bottom_hinge", + "y": 270 + }, + "facing=north,half=lower,hinge=right,open=true": { + "model": "minecraft:block/spruce_door_bottom", + "y": 180 + }, + "facing=north,half=upper,hinge=left,open=false": { + "model": "minecraft:block/spruce_door_top", + "y": 270 + }, + "facing=north,half=upper,hinge=left,open=true": { + "model": "minecraft:block/spruce_door_top_hinge" + }, + "facing=north,half=upper,hinge=right,open=false": { + "model": "minecraft:block/spruce_door_top_hinge", + "y": 270 + }, + "facing=north,half=upper,hinge=right,open=true": { + "model": "minecraft:block/spruce_door_top", + "y": 180 + }, + "facing=south,half=lower,hinge=left,open=false": { + "model": "minecraft:block/spruce_door_bottom", + "y": 90 + }, + "facing=south,half=lower,hinge=left,open=true": { + "model": "minecraft:block/spruce_door_bottom_hinge", + "y": 180 + }, + "facing=south,half=lower,hinge=right,open=false": { + "model": "minecraft:block/spruce_door_bottom_hinge", + "y": 90 + }, + "facing=south,half=lower,hinge=right,open=true": { + "model": "minecraft:block/spruce_door_bottom" + }, + "facing=south,half=upper,hinge=left,open=false": { + "model": "minecraft:block/spruce_door_top", + "y": 90 + }, + "facing=south,half=upper,hinge=left,open=true": { + "model": "minecraft:block/spruce_door_top_hinge", + "y": 180 + }, + "facing=south,half=upper,hinge=right,open=false": { + "model": "minecraft:block/spruce_door_top_hinge", + "y": 90 + }, + "facing=south,half=upper,hinge=right,open=true": { + "model": "minecraft:block/spruce_door_top" + }, + "facing=west,half=lower,hinge=left,open=false": { + "model": "minecraft:block/spruce_door_bottom", + "y": 180 + }, + "facing=west,half=lower,hinge=left,open=true": { + "model": "minecraft:block/spruce_door_bottom_hinge", + "y": 270 + }, + "facing=west,half=lower,hinge=right,open=false": { + "model": "minecraft:block/spruce_door_bottom_hinge", + "y": 180 + }, + "facing=west,half=lower,hinge=right,open=true": { + "model": "minecraft:block/spruce_door_bottom", + "y": 90 + }, + "facing=west,half=upper,hinge=left,open=false": { + "model": "minecraft:block/spruce_door_top", + "y": 180 + }, + "facing=west,half=upper,hinge=left,open=true": { + "model": "minecraft:block/spruce_door_top_hinge", + "y": 270 + }, + "facing=west,half=upper,hinge=right,open=false": { + "model": "minecraft:block/spruce_door_top_hinge", + "y": 180 + }, + "facing=west,half=upper,hinge=right,open=true": { + "model": "minecraft:block/spruce_door_top", + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/spruce_fence.json b/1.17.1/assets/minecraft/blockstates/spruce_fence.json new file mode 100644 index 00000000..acbcbb3f --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/spruce_fence.json @@ -0,0 +1,48 @@ +{ + "multipart": [ + { + "apply": { + "model": "minecraft:block/spruce_fence_post" + } + }, + { + "when": { + "north": "true" + }, + "apply": { + "model": "minecraft:block/spruce_fence_side", + "uvlock": true + } + }, + { + "when": { + "east": "true" + }, + "apply": { + "model": "minecraft:block/spruce_fence_side", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "true" + }, + "apply": { + "model": "minecraft:block/spruce_fence_side", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "true" + }, + "apply": { + "model": "minecraft:block/spruce_fence_side", + "y": 270, + "uvlock": true + } + } + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/spruce_fence_gate.json b/1.17.1/assets/minecraft/blockstates/spruce_fence_gate.json new file mode 100644 index 00000000..30def8bc --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/spruce_fence_gate.json @@ -0,0 +1,80 @@ +{ + "variants": { + "facing=east,in_wall=false,open=false": { + "uvlock": true, + "y": 270, + "model": "minecraft:block/spruce_fence_gate" + }, + "facing=east,in_wall=false,open=true": { + "uvlock": true, + "y": 270, + "model": "minecraft:block/spruce_fence_gate_open" + }, + "facing=east,in_wall=true,open=false": { + "uvlock": true, + "y": 270, + "model": "minecraft:block/spruce_fence_gate_wall" + }, + "facing=east,in_wall=true,open=true": { + "uvlock": true, + "y": 270, + "model": "minecraft:block/spruce_fence_gate_wall_open" + }, + "facing=north,in_wall=false,open=false": { + "uvlock": true, + "y": 180, + "model": "minecraft:block/spruce_fence_gate" + }, + "facing=north,in_wall=false,open=true": { + "uvlock": true, + "y": 180, + "model": "minecraft:block/spruce_fence_gate_open" + }, + "facing=north,in_wall=true,open=false": { + "uvlock": true, + "y": 180, + "model": "minecraft:block/spruce_fence_gate_wall" + }, + "facing=north,in_wall=true,open=true": { + "uvlock": true, + "y": 180, + "model": "minecraft:block/spruce_fence_gate_wall_open" + }, + "facing=south,in_wall=false,open=false": { + "uvlock": true, + "model": "minecraft:block/spruce_fence_gate" + }, + "facing=south,in_wall=false,open=true": { + "uvlock": true, + "model": "minecraft:block/spruce_fence_gate_open" + }, + "facing=south,in_wall=true,open=false": { + "uvlock": true, + "model": "minecraft:block/spruce_fence_gate_wall" + }, + "facing=south,in_wall=true,open=true": { + "uvlock": true, + "model": "minecraft:block/spruce_fence_gate_wall_open" + }, + "facing=west,in_wall=false,open=false": { + "uvlock": true, + "y": 90, + "model": "minecraft:block/spruce_fence_gate" + }, + "facing=west,in_wall=false,open=true": { + "uvlock": true, + "y": 90, + "model": "minecraft:block/spruce_fence_gate_open" + }, + "facing=west,in_wall=true,open=false": { + "uvlock": true, + "y": 90, + "model": "minecraft:block/spruce_fence_gate_wall" + }, + "facing=west,in_wall=true,open=true": { + "uvlock": true, + "y": 90, + "model": "minecraft:block/spruce_fence_gate_wall_open" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/spruce_leaves.json b/1.17.1/assets/minecraft/blockstates/spruce_leaves.json new file mode 100644 index 00000000..c823b6c7 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/spruce_leaves.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/spruce_leaves" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/spruce_log.json b/1.17.1/assets/minecraft/blockstates/spruce_log.json new file mode 100644 index 00000000..126396ff --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/spruce_log.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/spruce_log_horizontal", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/spruce_log" + }, + "axis=z": { + "model": "minecraft:block/spruce_log_horizontal", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/spruce_planks.json b/1.17.1/assets/minecraft/blockstates/spruce_planks.json new file mode 100644 index 00000000..3299e4be --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/spruce_planks.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/spruce_planks" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/spruce_pressure_plate.json b/1.17.1/assets/minecraft/blockstates/spruce_pressure_plate.json new file mode 100644 index 00000000..9fef636c --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/spruce_pressure_plate.json @@ -0,0 +1,10 @@ +{ + "variants": { + "powered=false": { + "model": "minecraft:block/spruce_pressure_plate" + }, + "powered=true": { + "model": "minecraft:block/spruce_pressure_plate_down" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/spruce_sapling.json b/1.17.1/assets/minecraft/blockstates/spruce_sapling.json new file mode 100644 index 00000000..acecf89b --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/spruce_sapling.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/spruce_sapling" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/spruce_sign.json b/1.17.1/assets/minecraft/blockstates/spruce_sign.json new file mode 100644 index 00000000..ca088345 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/spruce_sign.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/spruce_sign" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/spruce_slab.json b/1.17.1/assets/minecraft/blockstates/spruce_slab.json new file mode 100644 index 00000000..c06bc123 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/spruce_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/spruce_slab" + }, + "type=double": { + "model": "minecraft:block/spruce_planks" + }, + "type=top": { + "model": "minecraft:block/spruce_slab_top" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/spruce_stairs.json b/1.17.1/assets/minecraft/blockstates/spruce_stairs.json new file mode 100644 index 00000000..c1e6d86d --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/spruce_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/spruce_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/spruce_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/spruce_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/spruce_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/spruce_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/spruce_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/spruce_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/spruce_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/spruce_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/spruce_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/spruce_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/spruce_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/spruce_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/spruce_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/spruce_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/spruce_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/spruce_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/spruce_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/spruce_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/spruce_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/spruce_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/spruce_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/spruce_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/spruce_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/spruce_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/spruce_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/spruce_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/spruce_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/spruce_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/spruce_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/spruce_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/spruce_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/spruce_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/spruce_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/spruce_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/spruce_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/spruce_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/spruce_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/spruce_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/spruce_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/spruce_trapdoor.json b/1.17.1/assets/minecraft/blockstates/spruce_trapdoor.json new file mode 100644 index 00000000..8aa277c2 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/spruce_trapdoor.json @@ -0,0 +1,69 @@ +{ + "variants": { + "facing=east,half=bottom,open=false": { + "model": "minecraft:block/spruce_trapdoor_bottom", + "y": 90 + }, + "facing=east,half=bottom,open=true": { + "model": "minecraft:block/spruce_trapdoor_open", + "y": 90 + }, + "facing=east,half=top,open=false": { + "model": "minecraft:block/spruce_trapdoor_top", + "y": 90 + }, + "facing=east,half=top,open=true": { + "model": "minecraft:block/spruce_trapdoor_open", + "x": 180, + "y": 270 + }, + "facing=north,half=bottom,open=false": { + "model": "minecraft:block/spruce_trapdoor_bottom" + }, + "facing=north,half=bottom,open=true": { + "model": "minecraft:block/spruce_trapdoor_open" + }, + "facing=north,half=top,open=false": { + "model": "minecraft:block/spruce_trapdoor_top" + }, + "facing=north,half=top,open=true": { + "model": "minecraft:block/spruce_trapdoor_open", + "x": 180, + "y": 180 + }, + "facing=south,half=bottom,open=false": { + "model": "minecraft:block/spruce_trapdoor_bottom", + "y": 180 + }, + "facing=south,half=bottom,open=true": { + "model": "minecraft:block/spruce_trapdoor_open", + "y": 180 + }, + "facing=south,half=top,open=false": { + "model": "minecraft:block/spruce_trapdoor_top", + "y": 180 + }, + "facing=south,half=top,open=true": { + "model": "minecraft:block/spruce_trapdoor_open", + "x": 180, + "y": 0 + }, + "facing=west,half=bottom,open=false": { + "model": "minecraft:block/spruce_trapdoor_bottom", + "y": 270 + }, + "facing=west,half=bottom,open=true": { + "model": "minecraft:block/spruce_trapdoor_open", + "y": 270 + }, + "facing=west,half=top,open=false": { + "model": "minecraft:block/spruce_trapdoor_top", + "y": 270 + }, + "facing=west,half=top,open=true": { + "model": "minecraft:block/spruce_trapdoor_open", + "x": 180, + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/spruce_wall_sign.json b/1.17.1/assets/minecraft/blockstates/spruce_wall_sign.json new file mode 100644 index 00000000..ca088345 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/spruce_wall_sign.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/spruce_sign" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/spruce_wood.json b/1.17.1/assets/minecraft/blockstates/spruce_wood.json new file mode 100644 index 00000000..19a9ffb2 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/spruce_wood.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/spruce_wood", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/spruce_wood" + }, + "axis=z": { + "model": "minecraft:block/spruce_wood", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/sticky_piston.json b/1.17.1/assets/minecraft/blockstates/sticky_piston.json new file mode 100644 index 00000000..ecd7db03 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/sticky_piston.json @@ -0,0 +1,50 @@ +{ + "variants": { + "extended=false,facing=down": { + "model": "minecraft:block/sticky_piston", + "x": 90 + }, + "extended=false,facing=east": { + "model": "minecraft:block/sticky_piston", + "y": 90 + }, + "extended=false,facing=north": { + "model": "minecraft:block/sticky_piston" + }, + "extended=false,facing=south": { + "model": "minecraft:block/sticky_piston", + "y": 180 + }, + "extended=false,facing=up": { + "model": "minecraft:block/sticky_piston", + "x": 270 + }, + "extended=false,facing=west": { + "model": "minecraft:block/sticky_piston", + "y": 270 + }, + "extended=true,facing=down": { + "model": "minecraft:block/piston_base", + "x": 90 + }, + "extended=true,facing=east": { + "model": "minecraft:block/piston_base", + "y": 90 + }, + "extended=true,facing=north": { + "model": "minecraft:block/piston_base" + }, + "extended=true,facing=south": { + "model": "minecraft:block/piston_base", + "y": 180 + }, + "extended=true,facing=up": { + "model": "minecraft:block/piston_base", + "x": 270 + }, + "extended=true,facing=west": { + "model": "minecraft:block/piston_base", + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/stone.json b/1.17.1/assets/minecraft/blockstates/stone.json new file mode 100644 index 00000000..c150ec29 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/stone.json @@ -0,0 +1,20 @@ +{ + "variants": { + "": [ + { + "model": "minecraft:block/stone" + }, + { + "model": "minecraft:block/stone_mirrored" + }, + { + "model": "minecraft:block/stone", + "y": 180 + }, + { + "model": "minecraft:block/stone_mirrored", + "y": 180 + } + ] + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/stone_brick_slab.json b/1.17.1/assets/minecraft/blockstates/stone_brick_slab.json new file mode 100644 index 00000000..bfa864b9 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/stone_brick_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/stone_brick_slab" + }, + "type=double": { + "model": "minecraft:block/stone_bricks" + }, + "type=top": { + "model": "minecraft:block/stone_brick_slab_top" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/stone_brick_stairs.json b/1.17.1/assets/minecraft/blockstates/stone_brick_stairs.json new file mode 100644 index 00000000..d96f57e3 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/stone_brick_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/stone_brick_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/stone_brick_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/stone_brick_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/stone_brick_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/stone_brick_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/stone_brick_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/stone_brick_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/stone_brick_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/stone_brick_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/stone_brick_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/stone_brick_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/stone_brick_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/stone_brick_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/stone_brick_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/stone_brick_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/stone_brick_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/stone_brick_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/stone_brick_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/stone_brick_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/stone_brick_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/stone_brick_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/stone_brick_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/stone_brick_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/stone_brick_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/stone_brick_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/stone_brick_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/stone_brick_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/stone_brick_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/stone_brick_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/stone_brick_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/stone_brick_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/stone_brick_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/stone_brick_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/stone_brick_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/stone_brick_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/stone_brick_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/stone_brick_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/stone_brick_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/stone_brick_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/stone_brick_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/stone_brick_wall.json b/1.17.1/assets/minecraft/blockstates/stone_brick_wall.json new file mode 100644 index 00000000..44ceb43b --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/stone_brick_wall.json @@ -0,0 +1,90 @@ +{ + "multipart": [ + { + "when": { + "up": "true" + }, + "apply": { + "model": "minecraft:block/stone_brick_wall_post" + } + }, + { + "when": { + "north": "low" + }, + "apply": { + "model": "minecraft:block/stone_brick_wall_side", + "uvlock": true + } + }, + { + "when": { + "east": "low" + }, + "apply": { + "model": "minecraft:block/stone_brick_wall_side", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "low" + }, + "apply": { + "model": "minecraft:block/stone_brick_wall_side", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "low" + }, + "apply": { + "model": "minecraft:block/stone_brick_wall_side", + "y": 270, + "uvlock": true + } + }, + { + "when": { + "north": "tall" + }, + "apply": { + "model": "minecraft:block/stone_brick_wall_side_tall", + "uvlock": true + } + }, + { + "when": { + "east": "tall" + }, + "apply": { + "model": "minecraft:block/stone_brick_wall_side_tall", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "tall" + }, + "apply": { + "model": "minecraft:block/stone_brick_wall_side_tall", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "tall" + }, + "apply": { + "model": "minecraft:block/stone_brick_wall_side_tall", + "y": 270, + "uvlock": true + } + } + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/stone_bricks.json b/1.17.1/assets/minecraft/blockstates/stone_bricks.json new file mode 100644 index 00000000..8a05daf0 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/stone_bricks.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/stone_bricks" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/stone_button.json b/1.17.1/assets/minecraft/blockstates/stone_button.json new file mode 100644 index 00000000..3052191c --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/stone_button.json @@ -0,0 +1,118 @@ +{ + "variants": { + "face=ceiling,facing=east,powered=false": { + "model": "minecraft:block/stone_button", + "y": 270, + "x": 180 + }, + "face=ceiling,facing=east,powered=true": { + "model": "minecraft:block/stone_button_pressed", + "y": 270, + "x": 180 + }, + "face=ceiling,facing=north,powered=false": { + "model": "minecraft:block/stone_button", + "y": 180, + "x": 180 + }, + "face=ceiling,facing=north,powered=true": { + "model": "minecraft:block/stone_button_pressed", + "y": 180, + "x": 180 + }, + "face=ceiling,facing=south,powered=false": { + "model": "minecraft:block/stone_button", + "x": 180 + }, + "face=ceiling,facing=south,powered=true": { + "model": "minecraft:block/stone_button_pressed", + "x": 180 + }, + "face=ceiling,facing=west,powered=false": { + "model": "minecraft:block/stone_button", + "y": 90, + "x": 180 + }, + "face=ceiling,facing=west,powered=true": { + "model": "minecraft:block/stone_button_pressed", + "y": 90, + "x": 180 + }, + "face=floor,facing=east,powered=false": { + "model": "minecraft:block/stone_button", + "y": 90 + }, + "face=floor,facing=east,powered=true": { + "model": "minecraft:block/stone_button_pressed", + "y": 90 + }, + "face=floor,facing=north,powered=false": { + "model": "minecraft:block/stone_button" + }, + "face=floor,facing=north,powered=true": { + "model": "minecraft:block/stone_button_pressed" + }, + "face=floor,facing=south,powered=false": { + "model": "minecraft:block/stone_button", + "y": 180 + }, + "face=floor,facing=south,powered=true": { + "model": "minecraft:block/stone_button_pressed", + "y": 180 + }, + "face=floor,facing=west,powered=false": { + "model": "minecraft:block/stone_button", + "y": 270 + }, + "face=floor,facing=west,powered=true": { + "model": "minecraft:block/stone_button_pressed", + "y": 270 + }, + "face=wall,facing=east,powered=false": { + "model": "minecraft:block/stone_button", + "y": 90, + "x": 90, + "uvlock": true + }, + "face=wall,facing=east,powered=true": { + "model": "minecraft:block/stone_button_pressed", + "y": 90, + "x": 90, + "uvlock": true + }, + "face=wall,facing=north,powered=false": { + "model": "minecraft:block/stone_button", + "x": 90, + "uvlock": true + }, + "face=wall,facing=north,powered=true": { + "model": "minecraft:block/stone_button_pressed", + "x": 90, + "uvlock": true + }, + "face=wall,facing=south,powered=false": { + "model": "minecraft:block/stone_button", + "y": 180, + "x": 90, + "uvlock": true + }, + "face=wall,facing=south,powered=true": { + "model": "minecraft:block/stone_button_pressed", + "y": 180, + "x": 90, + "uvlock": true + }, + "face=wall,facing=west,powered=false": { + "model": "minecraft:block/stone_button", + "y": 270, + "x": 90, + "uvlock": true + }, + "face=wall,facing=west,powered=true": { + "model": "minecraft:block/stone_button_pressed", + "y": 270, + "x": 90, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/stone_pressure_plate.json b/1.17.1/assets/minecraft/blockstates/stone_pressure_plate.json new file mode 100644 index 00000000..5be1b5ab --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/stone_pressure_plate.json @@ -0,0 +1,10 @@ +{ + "variants": { + "powered=false": { + "model": "minecraft:block/stone_pressure_plate" + }, + "powered=true": { + "model": "minecraft:block/stone_pressure_plate_down" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/stone_slab.json b/1.17.1/assets/minecraft/blockstates/stone_slab.json new file mode 100644 index 00000000..f37785ec --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/stone_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/stone_slab" + }, + "type=double": { + "model": "minecraft:block/stone" + }, + "type=top": { + "model": "minecraft:block/stone_slab_top" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/stone_stairs.json b/1.17.1/assets/minecraft/blockstates/stone_stairs.json new file mode 100644 index 00000000..45586b7a --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/stone_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/stone_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/stone_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/stone_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/stone_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/stone_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/stone_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/stone_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/stone_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/stone_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/stone_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/stone_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/stone_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/stone_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/stone_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/stone_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/stone_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/stone_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/stone_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/stone_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/stone_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/stone_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/stone_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/stone_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/stone_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/stone_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/stone_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/stone_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/stone_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/stone_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/stone_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/stone_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/stone_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/stone_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/stone_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/stone_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/stone_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/stone_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/stone_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/stone_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/stone_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/stonecutter.json b/1.17.1/assets/minecraft/blockstates/stonecutter.json new file mode 100644 index 00000000..c50b85fc --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/stonecutter.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/stonecutter", + "y": 90 + }, + "facing=north": { + "model": "minecraft:block/stonecutter" + }, + "facing=south": { + "model": "minecraft:block/stonecutter", + "y": 180 + }, + "facing=west": { + "model": "minecraft:block/stonecutter", + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/stripped_acacia_log.json b/1.17.1/assets/minecraft/blockstates/stripped_acacia_log.json new file mode 100644 index 00000000..53a60c9d --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/stripped_acacia_log.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/stripped_acacia_log_horizontal", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/stripped_acacia_log" + }, + "axis=z": { + "model": "minecraft:block/stripped_acacia_log_horizontal", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/stripped_acacia_wood.json b/1.17.1/assets/minecraft/blockstates/stripped_acacia_wood.json new file mode 100644 index 00000000..dd8d1f23 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/stripped_acacia_wood.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/stripped_acacia_wood", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/stripped_acacia_wood" + }, + "axis=z": { + "model": "minecraft:block/stripped_acacia_wood", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/stripped_birch_log.json b/1.17.1/assets/minecraft/blockstates/stripped_birch_log.json new file mode 100644 index 00000000..df57a526 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/stripped_birch_log.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/stripped_birch_log_horizontal", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/stripped_birch_log" + }, + "axis=z": { + "model": "minecraft:block/stripped_birch_log_horizontal", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/stripped_birch_wood.json b/1.17.1/assets/minecraft/blockstates/stripped_birch_wood.json new file mode 100644 index 00000000..6527d5df --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/stripped_birch_wood.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/stripped_birch_wood", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/stripped_birch_wood" + }, + "axis=z": { + "model": "minecraft:block/stripped_birch_wood", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/stripped_crimson_hyphae.json b/1.17.1/assets/minecraft/blockstates/stripped_crimson_hyphae.json new file mode 100644 index 00000000..3a04cefa --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/stripped_crimson_hyphae.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/stripped_crimson_hyphae", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/stripped_crimson_hyphae" + }, + "axis=z": { + "model": "minecraft:block/stripped_crimson_hyphae", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/stripped_crimson_stem.json b/1.17.1/assets/minecraft/blockstates/stripped_crimson_stem.json new file mode 100644 index 00000000..b04d30be --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/stripped_crimson_stem.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/stripped_crimson_stem", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/stripped_crimson_stem" + }, + "axis=z": { + "model": "minecraft:block/stripped_crimson_stem", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/stripped_dark_oak_log.json b/1.17.1/assets/minecraft/blockstates/stripped_dark_oak_log.json new file mode 100644 index 00000000..49d1824a --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/stripped_dark_oak_log.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/stripped_dark_oak_log_horizontal", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/stripped_dark_oak_log" + }, + "axis=z": { + "model": "minecraft:block/stripped_dark_oak_log_horizontal", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/stripped_dark_oak_wood.json b/1.17.1/assets/minecraft/blockstates/stripped_dark_oak_wood.json new file mode 100644 index 00000000..4bcfd1ea --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/stripped_dark_oak_wood.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/stripped_dark_oak_wood", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/stripped_dark_oak_wood" + }, + "axis=z": { + "model": "minecraft:block/stripped_dark_oak_wood", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/stripped_jungle_log.json b/1.17.1/assets/minecraft/blockstates/stripped_jungle_log.json new file mode 100644 index 00000000..b826bf8e --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/stripped_jungle_log.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/stripped_jungle_log_horizontal", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/stripped_jungle_log" + }, + "axis=z": { + "model": "minecraft:block/stripped_jungle_log_horizontal", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/stripped_jungle_wood.json b/1.17.1/assets/minecraft/blockstates/stripped_jungle_wood.json new file mode 100644 index 00000000..c2098761 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/stripped_jungle_wood.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/stripped_jungle_wood", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/stripped_jungle_wood" + }, + "axis=z": { + "model": "minecraft:block/stripped_jungle_wood", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/stripped_oak_log.json b/1.17.1/assets/minecraft/blockstates/stripped_oak_log.json new file mode 100644 index 00000000..b4a149bc --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/stripped_oak_log.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/stripped_oak_log_horizontal", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/stripped_oak_log" + }, + "axis=z": { + "model": "minecraft:block/stripped_oak_log_horizontal", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/stripped_oak_wood.json b/1.17.1/assets/minecraft/blockstates/stripped_oak_wood.json new file mode 100644 index 00000000..a8098d7c --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/stripped_oak_wood.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/stripped_oak_wood", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/stripped_oak_wood" + }, + "axis=z": { + "model": "minecraft:block/stripped_oak_wood", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/stripped_spruce_log.json b/1.17.1/assets/minecraft/blockstates/stripped_spruce_log.json new file mode 100644 index 00000000..060308fb --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/stripped_spruce_log.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/stripped_spruce_log_horizontal", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/stripped_spruce_log" + }, + "axis=z": { + "model": "minecraft:block/stripped_spruce_log_horizontal", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/stripped_spruce_wood.json b/1.17.1/assets/minecraft/blockstates/stripped_spruce_wood.json new file mode 100644 index 00000000..9473be64 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/stripped_spruce_wood.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/stripped_spruce_wood", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/stripped_spruce_wood" + }, + "axis=z": { + "model": "minecraft:block/stripped_spruce_wood", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/stripped_warped_hyphae.json b/1.17.1/assets/minecraft/blockstates/stripped_warped_hyphae.json new file mode 100644 index 00000000..66fd7e36 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/stripped_warped_hyphae.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/stripped_warped_hyphae", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/stripped_warped_hyphae" + }, + "axis=z": { + "model": "minecraft:block/stripped_warped_hyphae", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/stripped_warped_stem.json b/1.17.1/assets/minecraft/blockstates/stripped_warped_stem.json new file mode 100644 index 00000000..2e3fcc42 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/stripped_warped_stem.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/stripped_warped_stem", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/stripped_warped_stem" + }, + "axis=z": { + "model": "minecraft:block/stripped_warped_stem", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/structure_block.json b/1.17.1/assets/minecraft/blockstates/structure_block.json new file mode 100644 index 00000000..8a4c5b4b --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/structure_block.json @@ -0,0 +1,16 @@ +{ + "variants": { + "mode=corner": { + "model": "minecraft:block/structure_block_corner" + }, + "mode=data": { + "model": "minecraft:block/structure_block_data" + }, + "mode=load": { + "model": "minecraft:block/structure_block_load" + }, + "mode=save": { + "model": "minecraft:block/structure_block_save" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/structure_void.json b/1.17.1/assets/minecraft/blockstates/structure_void.json new file mode 100644 index 00000000..50c9d574 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/structure_void.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/structure_void" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/sugar_cane.json b/1.17.1/assets/minecraft/blockstates/sugar_cane.json new file mode 100644 index 00000000..3eb91442 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/sugar_cane.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/sugar_cane" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/sunflower.json b/1.17.1/assets/minecraft/blockstates/sunflower.json new file mode 100644 index 00000000..18297b4b --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/sunflower.json @@ -0,0 +1,10 @@ +{ + "variants": { + "half=lower": { + "model": "minecraft:block/sunflower_bottom" + }, + "half=upper": { + "model": "minecraft:block/sunflower_top" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/sweet_berry_bush.json b/1.17.1/assets/minecraft/blockstates/sweet_berry_bush.json new file mode 100644 index 00000000..131d7a70 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/sweet_berry_bush.json @@ -0,0 +1,16 @@ +{ + "variants": { + "age=0": { + "model": "minecraft:block/sweet_berry_bush_stage0" + }, + "age=1": { + "model": "minecraft:block/sweet_berry_bush_stage1" + }, + "age=2": { + "model": "minecraft:block/sweet_berry_bush_stage2" + }, + "age=3": { + "model": "minecraft:block/sweet_berry_bush_stage3" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/tall_grass.json b/1.17.1/assets/minecraft/blockstates/tall_grass.json new file mode 100644 index 00000000..b014f0ba --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/tall_grass.json @@ -0,0 +1,10 @@ +{ + "variants": { + "half=lower": { + "model": "minecraft:block/tall_grass_bottom" + }, + "half=upper": { + "model": "minecraft:block/tall_grass_top" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/tall_seagrass.json b/1.17.1/assets/minecraft/blockstates/tall_seagrass.json new file mode 100644 index 00000000..c20e9a29 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/tall_seagrass.json @@ -0,0 +1,10 @@ +{ + "variants": { + "half=lower": { + "model": "minecraft:block/tall_seagrass_bottom" + }, + "half=upper": { + "model": "minecraft:block/tall_seagrass_top" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/target.json b/1.17.1/assets/minecraft/blockstates/target.json new file mode 100644 index 00000000..7077459d --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/target.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/target" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/terracotta.json b/1.17.1/assets/minecraft/blockstates/terracotta.json new file mode 100644 index 00000000..985d001a --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/terracotta.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/terracotta" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/tinted_glass.json b/1.17.1/assets/minecraft/blockstates/tinted_glass.json new file mode 100644 index 00000000..c9f85f1a --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/tinted_glass.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/tinted_glass" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/tnt.json b/1.17.1/assets/minecraft/blockstates/tnt.json new file mode 100644 index 00000000..a806a7de --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/tnt.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/tnt" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/torch.json b/1.17.1/assets/minecraft/blockstates/torch.json new file mode 100644 index 00000000..7d14911a --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/torch.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/torch" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/trapped_chest.json b/1.17.1/assets/minecraft/blockstates/trapped_chest.json new file mode 100644 index 00000000..f78fa579 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/trapped_chest.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/chest" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/tripwire.json b/1.17.1/assets/minecraft/blockstates/tripwire.json new file mode 100644 index 00000000..db2aed53 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/tripwire.json @@ -0,0 +1,120 @@ +{ + "variants": { + "attached=false,east=false,north=false,south=false,west=false": { + "model": "minecraft:block/tripwire_ns" + }, + "attached=false,east=false,north=false,south=false,west=true": { + "model": "minecraft:block/tripwire_n", + "y": 270 + }, + "attached=false,east=false,north=false,south=true,west=false": { + "model": "minecraft:block/tripwire_n", + "y": 180 + }, + "attached=false,east=false,north=false,south=true,west=true": { + "model": "minecraft:block/tripwire_ne", + "y": 180 + }, + "attached=false,east=false,north=true,south=false,west=false": { + "model": "minecraft:block/tripwire_n" + }, + "attached=false,east=false,north=true,south=false,west=true": { + "model": "minecraft:block/tripwire_ne", + "y": 270 + }, + "attached=false,east=false,north=true,south=true,west=false": { + "model": "minecraft:block/tripwire_ns" + }, + "attached=false,east=false,north=true,south=true,west=true": { + "model": "minecraft:block/tripwire_nse", + "y": 180 + }, + "attached=false,east=true,north=false,south=false,west=false": { + "model": "minecraft:block/tripwire_n", + "y": 90 + }, + "attached=false,east=true,north=false,south=false,west=true": { + "model": "minecraft:block/tripwire_ns", + "y": 90 + }, + "attached=false,east=true,north=false,south=true,west=false": { + "model": "minecraft:block/tripwire_ne", + "y": 90 + }, + "attached=false,east=true,north=false,south=true,west=true": { + "model": "minecraft:block/tripwire_nse", + "y": 90 + }, + "attached=false,east=true,north=true,south=false,west=false": { + "model": "minecraft:block/tripwire_ne" + }, + "attached=false,east=true,north=true,south=false,west=true": { + "model": "minecraft:block/tripwire_nse", + "y": 270 + }, + "attached=false,east=true,north=true,south=true,west=false": { + "model": "minecraft:block/tripwire_nse" + }, + "attached=false,east=true,north=true,south=true,west=true": { + "model": "minecraft:block/tripwire_nsew" + }, + "attached=true,east=false,north=false,south=false,west=false": { + "model": "minecraft:block/tripwire_attached_ns" + }, + "attached=true,east=false,north=false,south=false,west=true": { + "model": "minecraft:block/tripwire_attached_n", + "y": 270 + }, + "attached=true,east=false,north=false,south=true,west=false": { + "model": "minecraft:block/tripwire_attached_n", + "y": 180 + }, + "attached=true,east=false,north=false,south=true,west=true": { + "model": "minecraft:block/tripwire_attached_ne", + "y": 180 + }, + "attached=true,east=false,north=true,south=false,west=false": { + "model": "minecraft:block/tripwire_attached_n" + }, + "attached=true,east=false,north=true,south=false,west=true": { + "model": "minecraft:block/tripwire_attached_ne", + "y": 270 + }, + "attached=true,east=false,north=true,south=true,west=false": { + "model": "minecraft:block/tripwire_attached_ns" + }, + "attached=true,east=false,north=true,south=true,west=true": { + "model": "minecraft:block/tripwire_attached_nse", + "y": 180 + }, + "attached=true,east=true,north=false,south=false,west=false": { + "model": "minecraft:block/tripwire_attached_n", + "y": 90 + }, + "attached=true,east=true,north=false,south=false,west=true": { + "model": "minecraft:block/tripwire_attached_ns", + "y": 90 + }, + "attached=true,east=true,north=false,south=true,west=false": { + "model": "minecraft:block/tripwire_attached_ne", + "y": 90 + }, + "attached=true,east=true,north=false,south=true,west=true": { + "model": "minecraft:block/tripwire_attached_nse", + "y": 90 + }, + "attached=true,east=true,north=true,south=false,west=false": { + "model": "minecraft:block/tripwire_attached_ne" + }, + "attached=true,east=true,north=true,south=false,west=true": { + "model": "minecraft:block/tripwire_attached_nse", + "y": 270 + }, + "attached=true,east=true,north=true,south=true,west=false": { + "model": "minecraft:block/tripwire_attached_nse" + }, + "attached=true,east=true,north=true,south=true,west=true": { + "model": "minecraft:block/tripwire_attached_nsew" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/tripwire_hook.json b/1.17.1/assets/minecraft/blockstates/tripwire_hook.json new file mode 100644 index 00000000..67389727 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/tripwire_hook.json @@ -0,0 +1,64 @@ +{ + "variants": { + "attached=false,facing=east,powered=false": { + "model": "minecraft:block/tripwire_hook", + "y": 90 + }, + "attached=false,facing=east,powered=true": { + "model": "minecraft:block/tripwire_hook_on", + "y": 90 + }, + "attached=false,facing=north,powered=false": { + "model": "minecraft:block/tripwire_hook" + }, + "attached=false,facing=north,powered=true": { + "model": "minecraft:block/tripwire_hook_on" + }, + "attached=false,facing=south,powered=false": { + "model": "minecraft:block/tripwire_hook", + "y": 180 + }, + "attached=false,facing=south,powered=true": { + "model": "minecraft:block/tripwire_hook_on", + "y": 180 + }, + "attached=false,facing=west,powered=false": { + "model": "minecraft:block/tripwire_hook", + "y": 270 + }, + "attached=false,facing=west,powered=true": { + "model": "minecraft:block/tripwire_hook_on", + "y": 270 + }, + "attached=true,facing=east,powered=false": { + "model": "minecraft:block/tripwire_hook_attached", + "y": 90 + }, + "attached=true,facing=east,powered=true": { + "model": "minecraft:block/tripwire_hook_attached_on", + "y": 90 + }, + "attached=true,facing=north,powered=false": { + "model": "minecraft:block/tripwire_hook_attached" + }, + "attached=true,facing=north,powered=true": { + "model": "minecraft:block/tripwire_hook_attached_on" + }, + "attached=true,facing=south,powered=false": { + "model": "minecraft:block/tripwire_hook_attached", + "y": 180 + }, + "attached=true,facing=south,powered=true": { + "model": "minecraft:block/tripwire_hook_attached_on", + "y": 180 + }, + "attached=true,facing=west,powered=false": { + "model": "minecraft:block/tripwire_hook_attached", + "y": 270 + }, + "attached=true,facing=west,powered=true": { + "model": "minecraft:block/tripwire_hook_attached_on", + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/tube_coral.json b/1.17.1/assets/minecraft/blockstates/tube_coral.json new file mode 100644 index 00000000..89f37627 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/tube_coral.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/tube_coral" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/tube_coral_block.json b/1.17.1/assets/minecraft/blockstates/tube_coral_block.json new file mode 100644 index 00000000..68894a85 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/tube_coral_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/tube_coral_block" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/tube_coral_fan.json b/1.17.1/assets/minecraft/blockstates/tube_coral_fan.json new file mode 100644 index 00000000..518de272 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/tube_coral_fan.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/tube_coral_fan" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/tube_coral_wall_fan.json b/1.17.1/assets/minecraft/blockstates/tube_coral_wall_fan.json new file mode 100644 index 00000000..31a626a1 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/tube_coral_wall_fan.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/tube_coral_wall_fan", + "y": 90 + }, + "facing=north": { + "model": "minecraft:block/tube_coral_wall_fan" + }, + "facing=south": { + "model": "minecraft:block/tube_coral_wall_fan", + "y": 180 + }, + "facing=west": { + "model": "minecraft:block/tube_coral_wall_fan", + "y": 270 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/tuff.json b/1.17.1/assets/minecraft/blockstates/tuff.json new file mode 100644 index 00000000..eff0d200 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/tuff.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/tuff" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/turtle_egg.json b/1.17.1/assets/minecraft/blockstates/turtle_egg.json new file mode 100644 index 00000000..ac5157d6 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/turtle_egg.json @@ -0,0 +1,208 @@ +{ + "variants": { + "eggs=1,hatch=0": [ + { + "model": "minecraft:block/turtle_egg" + }, + { + "model": "minecraft:block/turtle_egg", + "y": 90 + }, + { + "model": "minecraft:block/turtle_egg", + "y": 180 + }, + { + "model": "minecraft:block/turtle_egg", + "y": 270 + } + ], + "eggs=1,hatch=1": [ + { + "model": "minecraft:block/slightly_cracked_turtle_egg" + }, + { + "model": "minecraft:block/slightly_cracked_turtle_egg", + "y": 90 + }, + { + "model": "minecraft:block/slightly_cracked_turtle_egg", + "y": 180 + }, + { + "model": "minecraft:block/slightly_cracked_turtle_egg", + "y": 270 + } + ], + "eggs=1,hatch=2": [ + { + "model": "minecraft:block/very_cracked_turtle_egg" + }, + { + "model": "minecraft:block/very_cracked_turtle_egg", + "y": 90 + }, + { + "model": "minecraft:block/very_cracked_turtle_egg", + "y": 180 + }, + { + "model": "minecraft:block/very_cracked_turtle_egg", + "y": 270 + } + ], + "eggs=2,hatch=0": [ + { + "model": "minecraft:block/two_turtle_eggs" + }, + { + "model": "minecraft:block/two_turtle_eggs", + "y": 90 + }, + { + "model": "minecraft:block/two_turtle_eggs", + "y": 180 + }, + { + "model": "minecraft:block/two_turtle_eggs", + "y": 270 + } + ], + "eggs=2,hatch=1": [ + { + "model": "minecraft:block/two_slightly_cracked_turtle_eggs" + }, + { + "model": "minecraft:block/two_slightly_cracked_turtle_eggs", + "y": 90 + }, + { + "model": "minecraft:block/two_slightly_cracked_turtle_eggs", + "y": 180 + }, + { + "model": "minecraft:block/two_slightly_cracked_turtle_eggs", + "y": 270 + } + ], + "eggs=2,hatch=2": [ + { + "model": "minecraft:block/two_very_cracked_turtle_eggs" + }, + { + "model": "minecraft:block/two_very_cracked_turtle_eggs", + "y": 90 + }, + { + "model": "minecraft:block/two_very_cracked_turtle_eggs", + "y": 180 + }, + { + "model": "minecraft:block/two_very_cracked_turtle_eggs", + "y": 270 + } + ], + "eggs=3,hatch=0": [ + { + "model": "minecraft:block/three_turtle_eggs" + }, + { + "model": "minecraft:block/three_turtle_eggs", + "y": 90 + }, + { + "model": "minecraft:block/three_turtle_eggs", + "y": 180 + }, + { + "model": "minecraft:block/three_turtle_eggs", + "y": 270 + } + ], + "eggs=3,hatch=1": [ + { + "model": "minecraft:block/three_slightly_cracked_turtle_eggs" + }, + { + "model": "minecraft:block/three_slightly_cracked_turtle_eggs", + "y": 90 + }, + { + "model": "minecraft:block/three_slightly_cracked_turtle_eggs", + "y": 180 + }, + { + "model": "minecraft:block/three_slightly_cracked_turtle_eggs", + "y": 270 + } + ], + "eggs=3,hatch=2": [ + { + "model": "minecraft:block/three_very_cracked_turtle_eggs" + }, + { + "model": "minecraft:block/three_very_cracked_turtle_eggs", + "y": 90 + }, + { + "model": "minecraft:block/three_very_cracked_turtle_eggs", + "y": 180 + }, + { + "model": "minecraft:block/three_very_cracked_turtle_eggs", + "y": 270 + } + ], + "eggs=4,hatch=0": [ + { + "model": "minecraft:block/four_turtle_eggs" + }, + { + "model": "minecraft:block/four_turtle_eggs", + "y": 90 + }, + { + "model": "minecraft:block/four_turtle_eggs", + "y": 180 + }, + { + "model": "minecraft:block/four_turtle_eggs", + "y": 270 + } + ], + "eggs=4,hatch=1": [ + { + "model": "minecraft:block/four_slightly_cracked_turtle_eggs" + }, + { + "model": "minecraft:block/four_slightly_cracked_turtle_eggs", + "y": 90 + }, + { + "model": "minecraft:block/four_slightly_cracked_turtle_eggs", + "y": 180 + }, + { + "model": "minecraft:block/four_slightly_cracked_turtle_eggs", + "y": 270 + } + ], + "eggs=4,hatch=2": [ + { + "model": "minecraft:block/four_very_cracked_turtle_eggs" + }, + { + "model": "minecraft:block/four_very_cracked_turtle_eggs", + "y": 90 + }, + { + "model": "minecraft:block/four_very_cracked_turtle_eggs", + "y": 180 + }, + { + "model": "minecraft:block/four_very_cracked_turtle_eggs", + "y": 270 + } + ] + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/twisting_vines.json b/1.17.1/assets/minecraft/blockstates/twisting_vines.json new file mode 100644 index 00000000..baef54f8 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/twisting_vines.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/twisting_vines" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/twisting_vines_plant.json b/1.17.1/assets/minecraft/blockstates/twisting_vines_plant.json new file mode 100644 index 00000000..83020268 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/twisting_vines_plant.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/twisting_vines_plant" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/vine.json b/1.17.1/assets/minecraft/blockstates/vine.json new file mode 100644 index 00000000..8e5c760c --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/vine.json @@ -0,0 +1,120 @@ +{ + "multipart": [ + { + "when": { + "up": "true" + }, + "apply": { + "model": "minecraft:block/vine", + "x": 270, + "uvlock": true + } + }, + { + "when": { + "up": "false", + "north": "false", + "west": "false", + "south": "false", + "east": "false" + }, + "apply": { + "model": "minecraft:block/vine", + "x": 270, + "uvlock": true + } + }, + { + "when": { + "north": "true" + }, + "apply": { + "model": "minecraft:block/vine" + } + }, + { + "when": { + "up": "false", + "north": "false", + "west": "false", + "south": "false", + "east": "false" + }, + "apply": { + "model": "minecraft:block/vine" + } + }, + { + "when": { + "west": "true" + }, + "apply": { + "model": "minecraft:block/vine", + "y": 270, + "uvlock": true + } + }, + { + "when": { + "up": "false", + "north": "false", + "west": "false", + "south": "false", + "east": "false" + }, + "apply": { + "model": "minecraft:block/vine", + "y": 270, + "uvlock": true + } + }, + { + "when": { + "south": "true" + }, + "apply": { + "model": "minecraft:block/vine", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "up": "false", + "north": "false", + "west": "false", + "south": "false", + "east": "false" + }, + "apply": { + "model": "minecraft:block/vine", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "east": "true" + }, + "apply": { + "model": "minecraft:block/vine", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "up": "false", + "north": "false", + "west": "false", + "south": "false", + "east": "false" + }, + "apply": { + "model": "minecraft:block/vine", + "y": 90, + "uvlock": true + } + } + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/void_air.json b/1.17.1/assets/minecraft/blockstates/void_air.json new file mode 100644 index 00000000..2c8f02f0 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/void_air.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/air" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/wall_torch.json b/1.17.1/assets/minecraft/blockstates/wall_torch.json new file mode 100644 index 00000000..7314344c --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/wall_torch.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/wall_torch" + }, + "facing=north": { + "model": "minecraft:block/wall_torch", + "y": 270 + }, + "facing=south": { + "model": "minecraft:block/wall_torch", + "y": 90 + }, + "facing=west": { + "model": "minecraft:block/wall_torch", + "y": 180 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/warped_button.json b/1.17.1/assets/minecraft/blockstates/warped_button.json new file mode 100644 index 00000000..9fae2ee9 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/warped_button.json @@ -0,0 +1,118 @@ +{ + "variants": { + "face=ceiling,facing=east,powered=false": { + "model": "minecraft:block/warped_button", + "y": 270, + "x": 180 + }, + "face=ceiling,facing=east,powered=true": { + "model": "minecraft:block/warped_button_pressed", + "y": 270, + "x": 180 + }, + "face=ceiling,facing=north,powered=false": { + "model": "minecraft:block/warped_button", + "y": 180, + "x": 180 + }, + "face=ceiling,facing=north,powered=true": { + "model": "minecraft:block/warped_button_pressed", + "y": 180, + "x": 180 + }, + "face=ceiling,facing=south,powered=false": { + "model": "minecraft:block/warped_button", + "x": 180 + }, + "face=ceiling,facing=south,powered=true": { + "model": "minecraft:block/warped_button_pressed", + "x": 180 + }, + "face=ceiling,facing=west,powered=false": { + "model": "minecraft:block/warped_button", + "y": 90, + "x": 180 + }, + "face=ceiling,facing=west,powered=true": { + "model": "minecraft:block/warped_button_pressed", + "y": 90, + "x": 180 + }, + "face=floor,facing=east,powered=false": { + "model": "minecraft:block/warped_button", + "y": 90 + }, + "face=floor,facing=east,powered=true": { + "model": "minecraft:block/warped_button_pressed", + "y": 90 + }, + "face=floor,facing=north,powered=false": { + "model": "minecraft:block/warped_button" + }, + "face=floor,facing=north,powered=true": { + "model": "minecraft:block/warped_button_pressed" + }, + "face=floor,facing=south,powered=false": { + "model": "minecraft:block/warped_button", + "y": 180 + }, + "face=floor,facing=south,powered=true": { + "model": "minecraft:block/warped_button_pressed", + "y": 180 + }, + "face=floor,facing=west,powered=false": { + "model": "minecraft:block/warped_button", + "y": 270 + }, + "face=floor,facing=west,powered=true": { + "model": "minecraft:block/warped_button_pressed", + "y": 270 + }, + "face=wall,facing=east,powered=false": { + "model": "minecraft:block/warped_button", + "y": 90, + "x": 90, + "uvlock": true + }, + "face=wall,facing=east,powered=true": { + "model": "minecraft:block/warped_button_pressed", + "y": 90, + "x": 90, + "uvlock": true + }, + "face=wall,facing=north,powered=false": { + "model": "minecraft:block/warped_button", + "x": 90, + "uvlock": true + }, + "face=wall,facing=north,powered=true": { + "model": "minecraft:block/warped_button_pressed", + "x": 90, + "uvlock": true + }, + "face=wall,facing=south,powered=false": { + "model": "minecraft:block/warped_button", + "y": 180, + "x": 90, + "uvlock": true + }, + "face=wall,facing=south,powered=true": { + "model": "minecraft:block/warped_button_pressed", + "y": 180, + "x": 90, + "uvlock": true + }, + "face=wall,facing=west,powered=false": { + "model": "minecraft:block/warped_button", + "y": 270, + "x": 90, + "uvlock": true + }, + "face=wall,facing=west,powered=true": { + "model": "minecraft:block/warped_button_pressed", + "y": 270, + "x": 90, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/warped_door.json b/1.17.1/assets/minecraft/blockstates/warped_door.json new file mode 100644 index 00000000..c81e0129 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/warped_door.json @@ -0,0 +1,124 @@ +{ + "variants": { + "facing=east,half=lower,hinge=left,open=false": { + "model": "minecraft:block/warped_door_bottom" + }, + "facing=east,half=lower,hinge=left,open=true": { + "model": "minecraft:block/warped_door_bottom_hinge", + "y": 90 + }, + "facing=east,half=lower,hinge=right,open=false": { + "model": "minecraft:block/warped_door_bottom_hinge" + }, + "facing=east,half=lower,hinge=right,open=true": { + "model": "minecraft:block/warped_door_bottom", + "y": 270 + }, + "facing=east,half=upper,hinge=left,open=false": { + "model": "minecraft:block/warped_door_top" + }, + "facing=east,half=upper,hinge=left,open=true": { + "model": "minecraft:block/warped_door_top_hinge", + "y": 90 + }, + "facing=east,half=upper,hinge=right,open=false": { + "model": "minecraft:block/warped_door_top_hinge" + }, + "facing=east,half=upper,hinge=right,open=true": { + "model": "minecraft:block/warped_door_top", + "y": 270 + }, + "facing=north,half=lower,hinge=left,open=false": { + "model": "minecraft:block/warped_door_bottom", + "y": 270 + }, + "facing=north,half=lower,hinge=left,open=true": { + "model": "minecraft:block/warped_door_bottom_hinge" + }, + "facing=north,half=lower,hinge=right,open=false": { + "model": "minecraft:block/warped_door_bottom_hinge", + "y": 270 + }, + "facing=north,half=lower,hinge=right,open=true": { + "model": "minecraft:block/warped_door_bottom", + "y": 180 + }, + "facing=north,half=upper,hinge=left,open=false": { + "model": "minecraft:block/warped_door_top", + "y": 270 + }, + "facing=north,half=upper,hinge=left,open=true": { + "model": "minecraft:block/warped_door_top_hinge" + }, + "facing=north,half=upper,hinge=right,open=false": { + "model": "minecraft:block/warped_door_top_hinge", + "y": 270 + }, + "facing=north,half=upper,hinge=right,open=true": { + "model": "minecraft:block/warped_door_top", + "y": 180 + }, + "facing=south,half=lower,hinge=left,open=false": { + "model": "minecraft:block/warped_door_bottom", + "y": 90 + }, + "facing=south,half=lower,hinge=left,open=true": { + "model": "minecraft:block/warped_door_bottom_hinge", + "y": 180 + }, + "facing=south,half=lower,hinge=right,open=false": { + "model": "minecraft:block/warped_door_bottom_hinge", + "y": 90 + }, + "facing=south,half=lower,hinge=right,open=true": { + "model": "minecraft:block/warped_door_bottom" + }, + "facing=south,half=upper,hinge=left,open=false": { + "model": "minecraft:block/warped_door_top", + "y": 90 + }, + "facing=south,half=upper,hinge=left,open=true": { + "model": "minecraft:block/warped_door_top_hinge", + "y": 180 + }, + "facing=south,half=upper,hinge=right,open=false": { + "model": "minecraft:block/warped_door_top_hinge", + "y": 90 + }, + "facing=south,half=upper,hinge=right,open=true": { + "model": "minecraft:block/warped_door_top" + }, + "facing=west,half=lower,hinge=left,open=false": { + "model": "minecraft:block/warped_door_bottom", + "y": 180 + }, + "facing=west,half=lower,hinge=left,open=true": { + "model": "minecraft:block/warped_door_bottom_hinge", + "y": 270 + }, + "facing=west,half=lower,hinge=right,open=false": { + "model": "minecraft:block/warped_door_bottom_hinge", + "y": 180 + }, + "facing=west,half=lower,hinge=right,open=true": { + "model": "minecraft:block/warped_door_bottom", + "y": 90 + }, + "facing=west,half=upper,hinge=left,open=false": { + "model": "minecraft:block/warped_door_top", + "y": 180 + }, + "facing=west,half=upper,hinge=left,open=true": { + "model": "minecraft:block/warped_door_top_hinge", + "y": 270 + }, + "facing=west,half=upper,hinge=right,open=false": { + "model": "minecraft:block/warped_door_top_hinge", + "y": 180 + }, + "facing=west,half=upper,hinge=right,open=true": { + "model": "minecraft:block/warped_door_top", + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/warped_fence.json b/1.17.1/assets/minecraft/blockstates/warped_fence.json new file mode 100644 index 00000000..1df101be --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/warped_fence.json @@ -0,0 +1,48 @@ +{ + "multipart": [ + { + "apply": { + "model": "minecraft:block/warped_fence_post" + } + }, + { + "when": { + "north": "true" + }, + "apply": { + "model": "minecraft:block/warped_fence_side", + "uvlock": true + } + }, + { + "when": { + "east": "true" + }, + "apply": { + "model": "minecraft:block/warped_fence_side", + "y": 90, + "uvlock": true + } + }, + { + "when": { + "south": "true" + }, + "apply": { + "model": "minecraft:block/warped_fence_side", + "y": 180, + "uvlock": true + } + }, + { + "when": { + "west": "true" + }, + "apply": { + "model": "minecraft:block/warped_fence_side", + "y": 270, + "uvlock": true + } + } + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/warped_fence_gate.json b/1.17.1/assets/minecraft/blockstates/warped_fence_gate.json new file mode 100644 index 00000000..d4f9d49b --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/warped_fence_gate.json @@ -0,0 +1,80 @@ +{ + "variants": { + "facing=east,in_wall=false,open=false": { + "uvlock": true, + "y": 270, + "model": "minecraft:block/warped_fence_gate" + }, + "facing=east,in_wall=false,open=true": { + "uvlock": true, + "y": 270, + "model": "minecraft:block/warped_fence_gate_open" + }, + "facing=east,in_wall=true,open=false": { + "uvlock": true, + "y": 270, + "model": "minecraft:block/warped_fence_gate_wall" + }, + "facing=east,in_wall=true,open=true": { + "uvlock": true, + "y": 270, + "model": "minecraft:block/warped_fence_gate_wall_open" + }, + "facing=north,in_wall=false,open=false": { + "uvlock": true, + "y": 180, + "model": "minecraft:block/warped_fence_gate" + }, + "facing=north,in_wall=false,open=true": { + "uvlock": true, + "y": 180, + "model": "minecraft:block/warped_fence_gate_open" + }, + "facing=north,in_wall=true,open=false": { + "uvlock": true, + "y": 180, + "model": "minecraft:block/warped_fence_gate_wall" + }, + "facing=north,in_wall=true,open=true": { + "uvlock": true, + "y": 180, + "model": "minecraft:block/warped_fence_gate_wall_open" + }, + "facing=south,in_wall=false,open=false": { + "uvlock": true, + "model": "minecraft:block/warped_fence_gate" + }, + "facing=south,in_wall=false,open=true": { + "uvlock": true, + "model": "minecraft:block/warped_fence_gate_open" + }, + "facing=south,in_wall=true,open=false": { + "uvlock": true, + "model": "minecraft:block/warped_fence_gate_wall" + }, + "facing=south,in_wall=true,open=true": { + "uvlock": true, + "model": "minecraft:block/warped_fence_gate_wall_open" + }, + "facing=west,in_wall=false,open=false": { + "uvlock": true, + "y": 90, + "model": "minecraft:block/warped_fence_gate" + }, + "facing=west,in_wall=false,open=true": { + "uvlock": true, + "y": 90, + "model": "minecraft:block/warped_fence_gate_open" + }, + "facing=west,in_wall=true,open=false": { + "uvlock": true, + "y": 90, + "model": "minecraft:block/warped_fence_gate_wall" + }, + "facing=west,in_wall=true,open=true": { + "uvlock": true, + "y": 90, + "model": "minecraft:block/warped_fence_gate_wall_open" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/warped_fungus.json b/1.17.1/assets/minecraft/blockstates/warped_fungus.json new file mode 100644 index 00000000..49ebfb00 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/warped_fungus.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/warped_fungus" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/warped_hyphae.json b/1.17.1/assets/minecraft/blockstates/warped_hyphae.json new file mode 100644 index 00000000..a96fcb85 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/warped_hyphae.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/warped_hyphae", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/warped_hyphae" + }, + "axis=z": { + "model": "minecraft:block/warped_hyphae", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/warped_nylium.json b/1.17.1/assets/minecraft/blockstates/warped_nylium.json new file mode 100644 index 00000000..f9f4ca89 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/warped_nylium.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/warped_nylium" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/warped_planks.json b/1.17.1/assets/minecraft/blockstates/warped_planks.json new file mode 100644 index 00000000..e2d95a72 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/warped_planks.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/warped_planks" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/warped_pressure_plate.json b/1.17.1/assets/minecraft/blockstates/warped_pressure_plate.json new file mode 100644 index 00000000..9c3d2d39 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/warped_pressure_plate.json @@ -0,0 +1,10 @@ +{ + "variants": { + "powered=false": { + "model": "minecraft:block/warped_pressure_plate" + }, + "powered=true": { + "model": "minecraft:block/warped_pressure_plate_down" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/warped_roots.json b/1.17.1/assets/minecraft/blockstates/warped_roots.json new file mode 100644 index 00000000..7e575051 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/warped_roots.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/warped_roots" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/warped_sign.json b/1.17.1/assets/minecraft/blockstates/warped_sign.json new file mode 100644 index 00000000..73befe6b --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/warped_sign.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/warped_sign" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/warped_slab.json b/1.17.1/assets/minecraft/blockstates/warped_slab.json new file mode 100644 index 00000000..012d2470 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/warped_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/warped_slab" + }, + "type=double": { + "model": "minecraft:block/warped_planks" + }, + "type=top": { + "model": "minecraft:block/warped_slab_top" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/warped_stairs.json b/1.17.1/assets/minecraft/blockstates/warped_stairs.json new file mode 100644 index 00000000..93b5336d --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/warped_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/warped_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/warped_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/warped_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/warped_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/warped_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/warped_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/warped_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/warped_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/warped_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/warped_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/warped_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/warped_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/warped_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/warped_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/warped_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/warped_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/warped_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/warped_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/warped_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/warped_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/warped_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/warped_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/warped_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/warped_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/warped_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/warped_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/warped_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/warped_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/warped_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/warped_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/warped_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/warped_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/warped_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/warped_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/warped_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/warped_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/warped_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/warped_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/warped_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/warped_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/warped_stem.json b/1.17.1/assets/minecraft/blockstates/warped_stem.json new file mode 100644 index 00000000..5726b9a4 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/warped_stem.json @@ -0,0 +1,16 @@ +{ + "variants": { + "axis=x": { + "model": "minecraft:block/warped_stem", + "x": 90, + "y": 90 + }, + "axis=y": { + "model": "minecraft:block/warped_stem" + }, + "axis=z": { + "model": "minecraft:block/warped_stem", + "x": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/warped_trapdoor.json b/1.17.1/assets/minecraft/blockstates/warped_trapdoor.json new file mode 100644 index 00000000..b4d8b33b --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/warped_trapdoor.json @@ -0,0 +1,69 @@ +{ + "variants": { + "facing=east,half=bottom,open=false": { + "model": "minecraft:block/warped_trapdoor_bottom", + "y": 90 + }, + "facing=east,half=bottom,open=true": { + "model": "minecraft:block/warped_trapdoor_open", + "y": 90 + }, + "facing=east,half=top,open=false": { + "model": "minecraft:block/warped_trapdoor_top", + "y": 90 + }, + "facing=east,half=top,open=true": { + "model": "minecraft:block/warped_trapdoor_open", + "x": 180, + "y": 270 + }, + "facing=north,half=bottom,open=false": { + "model": "minecraft:block/warped_trapdoor_bottom" + }, + "facing=north,half=bottom,open=true": { + "model": "minecraft:block/warped_trapdoor_open" + }, + "facing=north,half=top,open=false": { + "model": "minecraft:block/warped_trapdoor_top" + }, + "facing=north,half=top,open=true": { + "model": "minecraft:block/warped_trapdoor_open", + "x": 180, + "y": 180 + }, + "facing=south,half=bottom,open=false": { + "model": "minecraft:block/warped_trapdoor_bottom", + "y": 180 + }, + "facing=south,half=bottom,open=true": { + "model": "minecraft:block/warped_trapdoor_open", + "y": 180 + }, + "facing=south,half=top,open=false": { + "model": "minecraft:block/warped_trapdoor_top", + "y": 180 + }, + "facing=south,half=top,open=true": { + "model": "minecraft:block/warped_trapdoor_open", + "x": 180, + "y": 0 + }, + "facing=west,half=bottom,open=false": { + "model": "minecraft:block/warped_trapdoor_bottom", + "y": 270 + }, + "facing=west,half=bottom,open=true": { + "model": "minecraft:block/warped_trapdoor_open", + "y": 270 + }, + "facing=west,half=top,open=false": { + "model": "minecraft:block/warped_trapdoor_top", + "y": 270 + }, + "facing=west,half=top,open=true": { + "model": "minecraft:block/warped_trapdoor_open", + "x": 180, + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/warped_wall_sign.json b/1.17.1/assets/minecraft/blockstates/warped_wall_sign.json new file mode 100644 index 00000000..73befe6b --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/warped_wall_sign.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/warped_sign" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/warped_wart_block.json b/1.17.1/assets/minecraft/blockstates/warped_wart_block.json new file mode 100644 index 00000000..6ebede61 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/warped_wart_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/warped_wart_block" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/water.json b/1.17.1/assets/minecraft/blockstates/water.json new file mode 100644 index 00000000..99fd360b --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/water.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/water" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/water_cauldron.json b/1.17.1/assets/minecraft/blockstates/water_cauldron.json new file mode 100644 index 00000000..130d7b6b --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/water_cauldron.json @@ -0,0 +1,13 @@ +{ + "variants": { + "level=1": { + "model": "minecraft:block/water_cauldron_level1" + }, + "level=2": { + "model": "minecraft:block/water_cauldron_level2" + }, + "level=3": { + "model": "minecraft:block/water_cauldron_full" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/waxed_copper_block.json b/1.17.1/assets/minecraft/blockstates/waxed_copper_block.json new file mode 100644 index 00000000..b440184d --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/waxed_copper_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/copper_block" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/waxed_cut_copper.json b/1.17.1/assets/minecraft/blockstates/waxed_cut_copper.json new file mode 100644 index 00000000..2105f293 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/waxed_cut_copper.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/cut_copper" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/waxed_cut_copper_slab.json b/1.17.1/assets/minecraft/blockstates/waxed_cut_copper_slab.json new file mode 100644 index 00000000..31d149b5 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/waxed_cut_copper_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/cut_copper_slab" + }, + "type=double": { + "model": "minecraft:block/cut_copper" + }, + "type=top": { + "model": "minecraft:block/cut_copper_slab_top" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/waxed_cut_copper_stairs.json b/1.17.1/assets/minecraft/blockstates/waxed_cut_copper_stairs.json new file mode 100644 index 00000000..1f6d274f --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/waxed_cut_copper_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/cut_copper_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/cut_copper_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/cut_copper_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/cut_copper_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/cut_copper_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/cut_copper_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/cut_copper_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/cut_copper_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/cut_copper_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/cut_copper_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/cut_copper_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/cut_copper_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/cut_copper_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/cut_copper_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/cut_copper_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/cut_copper_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/cut_copper_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/cut_copper_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/cut_copper_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/cut_copper_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/cut_copper_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/cut_copper_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/cut_copper_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/cut_copper_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/cut_copper_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/cut_copper_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/cut_copper_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/cut_copper_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/cut_copper_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/cut_copper_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/cut_copper_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/cut_copper_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/cut_copper_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/cut_copper_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/cut_copper_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/cut_copper_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/cut_copper_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/cut_copper_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/cut_copper_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/cut_copper_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/waxed_exposed_copper.json b/1.17.1/assets/minecraft/blockstates/waxed_exposed_copper.json new file mode 100644 index 00000000..ed711e79 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/waxed_exposed_copper.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/exposed_copper" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/waxed_exposed_cut_copper.json b/1.17.1/assets/minecraft/blockstates/waxed_exposed_cut_copper.json new file mode 100644 index 00000000..3b465b0b --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/waxed_exposed_cut_copper.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/exposed_cut_copper" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/waxed_exposed_cut_copper_slab.json b/1.17.1/assets/minecraft/blockstates/waxed_exposed_cut_copper_slab.json new file mode 100644 index 00000000..81b09c73 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/waxed_exposed_cut_copper_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/exposed_cut_copper_slab" + }, + "type=double": { + "model": "minecraft:block/exposed_cut_copper" + }, + "type=top": { + "model": "minecraft:block/exposed_cut_copper_slab_top" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/waxed_exposed_cut_copper_stairs.json b/1.17.1/assets/minecraft/blockstates/waxed_exposed_cut_copper_stairs.json new file mode 100644 index 00000000..db31a669 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/waxed_exposed_cut_copper_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/exposed_cut_copper_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/exposed_cut_copper_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/exposed_cut_copper_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/exposed_cut_copper_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/exposed_cut_copper_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/exposed_cut_copper_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/exposed_cut_copper_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/exposed_cut_copper_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/exposed_cut_copper_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/exposed_cut_copper_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/exposed_cut_copper_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/exposed_cut_copper_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/exposed_cut_copper_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/exposed_cut_copper_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/exposed_cut_copper_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/exposed_cut_copper_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/exposed_cut_copper_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/exposed_cut_copper_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/exposed_cut_copper_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/exposed_cut_copper_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/exposed_cut_copper_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/exposed_cut_copper_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/exposed_cut_copper_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/exposed_cut_copper_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/exposed_cut_copper_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/exposed_cut_copper_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/exposed_cut_copper_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/exposed_cut_copper_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/exposed_cut_copper_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/exposed_cut_copper_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/exposed_cut_copper_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/exposed_cut_copper_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/exposed_cut_copper_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/exposed_cut_copper_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/exposed_cut_copper_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/exposed_cut_copper_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/exposed_cut_copper_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/exposed_cut_copper_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/exposed_cut_copper_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/exposed_cut_copper_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/waxed_oxidized_copper.json b/1.17.1/assets/minecraft/blockstates/waxed_oxidized_copper.json new file mode 100644 index 00000000..d7ce6251 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/waxed_oxidized_copper.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/oxidized_copper" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/waxed_oxidized_cut_copper.json b/1.17.1/assets/minecraft/blockstates/waxed_oxidized_cut_copper.json new file mode 100644 index 00000000..58bf24a1 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/waxed_oxidized_cut_copper.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/oxidized_cut_copper" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/waxed_oxidized_cut_copper_slab.json b/1.17.1/assets/minecraft/blockstates/waxed_oxidized_cut_copper_slab.json new file mode 100644 index 00000000..e91b8c96 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/waxed_oxidized_cut_copper_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/oxidized_cut_copper_slab" + }, + "type=double": { + "model": "minecraft:block/oxidized_cut_copper" + }, + "type=top": { + "model": "minecraft:block/oxidized_cut_copper_slab_top" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/waxed_oxidized_cut_copper_stairs.json b/1.17.1/assets/minecraft/blockstates/waxed_oxidized_cut_copper_stairs.json new file mode 100644 index 00000000..9ef35b21 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/waxed_oxidized_cut_copper_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/oxidized_cut_copper_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/oxidized_cut_copper_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/oxidized_cut_copper_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/oxidized_cut_copper_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/oxidized_cut_copper_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/oxidized_cut_copper_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/oxidized_cut_copper_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/oxidized_cut_copper_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/oxidized_cut_copper_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/oxidized_cut_copper_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/oxidized_cut_copper_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/oxidized_cut_copper_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/oxidized_cut_copper_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/oxidized_cut_copper_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/oxidized_cut_copper_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/oxidized_cut_copper_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/oxidized_cut_copper_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/oxidized_cut_copper_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/oxidized_cut_copper_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/oxidized_cut_copper_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/oxidized_cut_copper_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/oxidized_cut_copper_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/oxidized_cut_copper_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/oxidized_cut_copper_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/oxidized_cut_copper_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/oxidized_cut_copper_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/oxidized_cut_copper_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/oxidized_cut_copper_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/oxidized_cut_copper_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/oxidized_cut_copper_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/oxidized_cut_copper_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/oxidized_cut_copper_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/oxidized_cut_copper_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/oxidized_cut_copper_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/oxidized_cut_copper_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/oxidized_cut_copper_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/oxidized_cut_copper_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/oxidized_cut_copper_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/oxidized_cut_copper_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/oxidized_cut_copper_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/waxed_weathered_copper.json b/1.17.1/assets/minecraft/blockstates/waxed_weathered_copper.json new file mode 100644 index 00000000..a1be23f6 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/waxed_weathered_copper.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/weathered_copper" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/waxed_weathered_cut_copper.json b/1.17.1/assets/minecraft/blockstates/waxed_weathered_cut_copper.json new file mode 100644 index 00000000..39706050 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/waxed_weathered_cut_copper.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/weathered_cut_copper" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/waxed_weathered_cut_copper_slab.json b/1.17.1/assets/minecraft/blockstates/waxed_weathered_cut_copper_slab.json new file mode 100644 index 00000000..d13942ed --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/waxed_weathered_cut_copper_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/weathered_cut_copper_slab" + }, + "type=double": { + "model": "minecraft:block/weathered_cut_copper" + }, + "type=top": { + "model": "minecraft:block/weathered_cut_copper_slab_top" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/waxed_weathered_cut_copper_stairs.json b/1.17.1/assets/minecraft/blockstates/waxed_weathered_cut_copper_stairs.json new file mode 100644 index 00000000..556ac99c --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/waxed_weathered_cut_copper_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/weathered_cut_copper_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/weathered_cut_copper_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/weathered_cut_copper_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/weathered_cut_copper_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/weathered_cut_copper_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/weathered_cut_copper_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/weathered_cut_copper_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/weathered_cut_copper_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/weathered_cut_copper_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/weathered_cut_copper_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/weathered_cut_copper_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/weathered_cut_copper_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/weathered_cut_copper_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/weathered_cut_copper_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/weathered_cut_copper_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/weathered_cut_copper_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/weathered_cut_copper_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/weathered_cut_copper_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/weathered_cut_copper_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/weathered_cut_copper_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/weathered_cut_copper_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/weathered_cut_copper_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/weathered_cut_copper_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/weathered_cut_copper_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/weathered_cut_copper_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/weathered_cut_copper_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/weathered_cut_copper_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/weathered_cut_copper_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/weathered_cut_copper_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/weathered_cut_copper_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/weathered_cut_copper_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/weathered_cut_copper_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/weathered_cut_copper_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/weathered_cut_copper_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/weathered_cut_copper_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/weathered_cut_copper_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/weathered_cut_copper_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/weathered_cut_copper_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/weathered_cut_copper_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/weathered_cut_copper_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/weathered_copper.json b/1.17.1/assets/minecraft/blockstates/weathered_copper.json new file mode 100644 index 00000000..a1be23f6 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/weathered_copper.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/weathered_copper" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/weathered_cut_copper.json b/1.17.1/assets/minecraft/blockstates/weathered_cut_copper.json new file mode 100644 index 00000000..39706050 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/weathered_cut_copper.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/weathered_cut_copper" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/weathered_cut_copper_slab.json b/1.17.1/assets/minecraft/blockstates/weathered_cut_copper_slab.json new file mode 100644 index 00000000..d13942ed --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/weathered_cut_copper_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "minecraft:block/weathered_cut_copper_slab" + }, + "type=double": { + "model": "minecraft:block/weathered_cut_copper" + }, + "type=top": { + "model": "minecraft:block/weathered_cut_copper_slab_top" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/weathered_cut_copper_stairs.json b/1.17.1/assets/minecraft/blockstates/weathered_cut_copper_stairs.json new file mode 100644 index 00000000..556ac99c --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/weathered_cut_copper_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "minecraft:block/weathered_cut_copper_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "minecraft:block/weathered_cut_copper_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "minecraft:block/weathered_cut_copper_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "minecraft:block/weathered_cut_copper_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "minecraft:block/weathered_cut_copper_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "minecraft:block/weathered_cut_copper_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=inner_right": { + "model": "minecraft:block/weathered_cut_copper_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=outer_left": { + "model": "minecraft:block/weathered_cut_copper_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=east,half=top,shape=outer_right": { + "model": "minecraft:block/weathered_cut_copper_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=east,half=top,shape=straight": { + "model": "minecraft:block/weathered_cut_copper_stairs", + "x": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "minecraft:block/weathered_cut_copper_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "minecraft:block/weathered_cut_copper_stairs_inner", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "minecraft:block/weathered_cut_copper_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "minecraft:block/weathered_cut_copper_stairs_outer", + "y": 270, + "uvlock": true + }, + "facing=north,half=bottom,shape=straight": { + "model": "minecraft:block/weathered_cut_copper_stairs", + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_left": { + "model": "minecraft:block/weathered_cut_copper_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=inner_right": { + "model": "minecraft:block/weathered_cut_copper_stairs_inner", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=outer_left": { + "model": "minecraft:block/weathered_cut_copper_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=north,half=top,shape=outer_right": { + "model": "minecraft:block/weathered_cut_copper_stairs_outer", + "x": 180, + "uvlock": true + }, + "facing=north,half=top,shape=straight": { + "model": "minecraft:block/weathered_cut_copper_stairs", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "minecraft:block/weathered_cut_copper_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "minecraft:block/weathered_cut_copper_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "minecraft:block/weathered_cut_copper_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "minecraft:block/weathered_cut_copper_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=south,half=bottom,shape=straight": { + "model": "minecraft:block/weathered_cut_copper_stairs", + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_left": { + "model": "minecraft:block/weathered_cut_copper_stairs_inner", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=inner_right": { + "model": "minecraft:block/weathered_cut_copper_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=outer_left": { + "model": "minecraft:block/weathered_cut_copper_stairs_outer", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=south,half=top,shape=outer_right": { + "model": "minecraft:block/weathered_cut_copper_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=south,half=top,shape=straight": { + "model": "minecraft:block/weathered_cut_copper_stairs", + "x": 180, + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "minecraft:block/weathered_cut_copper_stairs_inner", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "minecraft:block/weathered_cut_copper_stairs_inner", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "minecraft:block/weathered_cut_copper_stairs_outer", + "y": 90, + "uvlock": true + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "minecraft:block/weathered_cut_copper_stairs_outer", + "y": 180, + "uvlock": true + }, + "facing=west,half=bottom,shape=straight": { + "model": "minecraft:block/weathered_cut_copper_stairs", + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_left": { + "model": "minecraft:block/weathered_cut_copper_stairs_inner", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=inner_right": { + "model": "minecraft:block/weathered_cut_copper_stairs_inner", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=outer_left": { + "model": "minecraft:block/weathered_cut_copper_stairs_outer", + "x": 180, + "y": 180, + "uvlock": true + }, + "facing=west,half=top,shape=outer_right": { + "model": "minecraft:block/weathered_cut_copper_stairs_outer", + "x": 180, + "y": 270, + "uvlock": true + }, + "facing=west,half=top,shape=straight": { + "model": "minecraft:block/weathered_cut_copper_stairs", + "x": 180, + "y": 180, + "uvlock": true + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/weeping_vines.json b/1.17.1/assets/minecraft/blockstates/weeping_vines.json new file mode 100644 index 00000000..cbcbec38 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/weeping_vines.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/weeping_vines" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/weeping_vines_plant.json b/1.17.1/assets/minecraft/blockstates/weeping_vines_plant.json new file mode 100644 index 00000000..ff13a3d4 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/weeping_vines_plant.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/weeping_vines_plant" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/wet_sponge.json b/1.17.1/assets/minecraft/blockstates/wet_sponge.json new file mode 100644 index 00000000..2a448bf7 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/wet_sponge.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/wet_sponge" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/wheat.json b/1.17.1/assets/minecraft/blockstates/wheat.json new file mode 100644 index 00000000..79f42739 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/wheat.json @@ -0,0 +1,28 @@ +{ + "variants": { + "age=0": { + "model": "minecraft:block/wheat_stage0" + }, + "age=1": { + "model": "minecraft:block/wheat_stage1" + }, + "age=2": { + "model": "minecraft:block/wheat_stage2" + }, + "age=3": { + "model": "minecraft:block/wheat_stage3" + }, + "age=4": { + "model": "minecraft:block/wheat_stage4" + }, + "age=5": { + "model": "minecraft:block/wheat_stage5" + }, + "age=6": { + "model": "minecraft:block/wheat_stage6" + }, + "age=7": { + "model": "minecraft:block/wheat_stage7" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/white_banner.json b/1.17.1/assets/minecraft/blockstates/white_banner.json new file mode 100644 index 00000000..f5e2c87f --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/white_banner.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/banner" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/white_bed.json b/1.17.1/assets/minecraft/blockstates/white_bed.json new file mode 100644 index 00000000..6577c90a --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/white_bed.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/bed" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/white_candle.json b/1.17.1/assets/minecraft/blockstates/white_candle.json new file mode 100644 index 00000000..a42b36c9 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/white_candle.json @@ -0,0 +1,28 @@ +{ + "variants": { + "candles=1,lit=false": { + "model": "minecraft:block/white_candle_one_candle" + }, + "candles=1,lit=true": { + "model": "minecraft:block/white_candle_one_candle_lit" + }, + "candles=2,lit=false": { + "model": "minecraft:block/white_candle_two_candles" + }, + "candles=2,lit=true": { + "model": "minecraft:block/white_candle_two_candles_lit" + }, + "candles=3,lit=false": { + "model": "minecraft:block/white_candle_three_candles" + }, + "candles=3,lit=true": { + "model": "minecraft:block/white_candle_three_candles_lit" + }, + "candles=4,lit=false": { + "model": "minecraft:block/white_candle_four_candles" + }, + "candles=4,lit=true": { + "model": "minecraft:block/white_candle_four_candles_lit" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/white_candle_cake.json b/1.17.1/assets/minecraft/blockstates/white_candle_cake.json new file mode 100644 index 00000000..e50830a6 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/white_candle_cake.json @@ -0,0 +1,10 @@ +{ + "variants": { + "lit=false": { + "model": "minecraft:block/white_candle_cake" + }, + "lit=true": { + "model": "minecraft:block/white_candle_cake_lit" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/white_carpet.json b/1.17.1/assets/minecraft/blockstates/white_carpet.json new file mode 100644 index 00000000..afde6381 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/white_carpet.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/white_carpet" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/white_concrete.json b/1.17.1/assets/minecraft/blockstates/white_concrete.json new file mode 100644 index 00000000..5ce10cd2 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/white_concrete.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/white_concrete" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/white_concrete_powder.json b/1.17.1/assets/minecraft/blockstates/white_concrete_powder.json new file mode 100644 index 00000000..66cfe5e1 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/white_concrete_powder.json @@ -0,0 +1,21 @@ +{ + "variants": { + "": [ + { + "model": "minecraft:block/white_concrete_powder" + }, + { + "model": "minecraft:block/white_concrete_powder", + "y": 90 + }, + { + "model": "minecraft:block/white_concrete_powder", + "y": 180 + }, + { + "model": "minecraft:block/white_concrete_powder", + "y": 270 + } + ] + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/white_glazed_terracotta.json b/1.17.1/assets/minecraft/blockstates/white_glazed_terracotta.json new file mode 100644 index 00000000..8c64ce09 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/white_glazed_terracotta.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/white_glazed_terracotta", + "y": 270 + }, + "facing=north": { + "model": "minecraft:block/white_glazed_terracotta", + "y": 180 + }, + "facing=south": { + "model": "minecraft:block/white_glazed_terracotta" + }, + "facing=west": { + "model": "minecraft:block/white_glazed_terracotta", + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/white_shulker_box.json b/1.17.1/assets/minecraft/blockstates/white_shulker_box.json new file mode 100644 index 00000000..36973a4d --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/white_shulker_box.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/white_shulker_box" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/white_stained_glass.json b/1.17.1/assets/minecraft/blockstates/white_stained_glass.json new file mode 100644 index 00000000..2fc6c58c --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/white_stained_glass.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/white_stained_glass" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/white_stained_glass_pane.json b/1.17.1/assets/minecraft/blockstates/white_stained_glass_pane.json new file mode 100644 index 00000000..bb314d46 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/white_stained_glass_pane.json @@ -0,0 +1,77 @@ +{ + "multipart": [ + { + "apply": { + "model": "minecraft:block/white_stained_glass_pane_post" + } + }, + { + "when": { + "north": "true" + }, + "apply": { + "model": "minecraft:block/white_stained_glass_pane_side" + } + }, + { + "when": { + "east": "true" + }, + "apply": { + "model": "minecraft:block/white_stained_glass_pane_side", + "y": 90 + } + }, + { + "when": { + "south": "true" + }, + "apply": { + "model": "minecraft:block/white_stained_glass_pane_side_alt" + } + }, + { + "when": { + "west": "true" + }, + "apply": { + "model": "minecraft:block/white_stained_glass_pane_side_alt", + "y": 90 + } + }, + { + "when": { + "north": "false" + }, + "apply": { + "model": "minecraft:block/white_stained_glass_pane_noside" + } + }, + { + "when": { + "east": "false" + }, + "apply": { + "model": "minecraft:block/white_stained_glass_pane_noside_alt" + } + }, + { + "when": { + "south": "false" + }, + "apply": { + "model": "minecraft:block/white_stained_glass_pane_noside_alt", + "y": 90 + } + }, + { + "when": { + "west": "false" + }, + "apply": { + "model": "minecraft:block/white_stained_glass_pane_noside", + "y": 270 + } + } + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/white_terracotta.json b/1.17.1/assets/minecraft/blockstates/white_terracotta.json new file mode 100644 index 00000000..184ea808 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/white_terracotta.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/white_terracotta" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/white_tulip.json b/1.17.1/assets/minecraft/blockstates/white_tulip.json new file mode 100644 index 00000000..a5d01edb --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/white_tulip.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/white_tulip" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/white_wall_banner.json b/1.17.1/assets/minecraft/blockstates/white_wall_banner.json new file mode 100644 index 00000000..f5e2c87f --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/white_wall_banner.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/banner" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/white_wool.json b/1.17.1/assets/minecraft/blockstates/white_wool.json new file mode 100644 index 00000000..3c23fc09 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/white_wool.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/white_wool" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/wither_rose.json b/1.17.1/assets/minecraft/blockstates/wither_rose.json new file mode 100644 index 00000000..f0175194 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/wither_rose.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/wither_rose" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/wither_skeleton_skull.json b/1.17.1/assets/minecraft/blockstates/wither_skeleton_skull.json new file mode 100644 index 00000000..3951e3ee --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/wither_skeleton_skull.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/skull" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/wither_skeleton_wall_skull.json b/1.17.1/assets/minecraft/blockstates/wither_skeleton_wall_skull.json new file mode 100644 index 00000000..3951e3ee --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/wither_skeleton_wall_skull.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/skull" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/yellow_banner.json b/1.17.1/assets/minecraft/blockstates/yellow_banner.json new file mode 100644 index 00000000..f5e2c87f --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/yellow_banner.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/banner" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/yellow_bed.json b/1.17.1/assets/minecraft/blockstates/yellow_bed.json new file mode 100644 index 00000000..6577c90a --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/yellow_bed.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/bed" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/yellow_candle.json b/1.17.1/assets/minecraft/blockstates/yellow_candle.json new file mode 100644 index 00000000..afe85e3c --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/yellow_candle.json @@ -0,0 +1,28 @@ +{ + "variants": { + "candles=1,lit=false": { + "model": "minecraft:block/yellow_candle_one_candle" + }, + "candles=1,lit=true": { + "model": "minecraft:block/yellow_candle_one_candle_lit" + }, + "candles=2,lit=false": { + "model": "minecraft:block/yellow_candle_two_candles" + }, + "candles=2,lit=true": { + "model": "minecraft:block/yellow_candle_two_candles_lit" + }, + "candles=3,lit=false": { + "model": "minecraft:block/yellow_candle_three_candles" + }, + "candles=3,lit=true": { + "model": "minecraft:block/yellow_candle_three_candles_lit" + }, + "candles=4,lit=false": { + "model": "minecraft:block/yellow_candle_four_candles" + }, + "candles=4,lit=true": { + "model": "minecraft:block/yellow_candle_four_candles_lit" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/yellow_candle_cake.json b/1.17.1/assets/minecraft/blockstates/yellow_candle_cake.json new file mode 100644 index 00000000..c0e90bf1 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/yellow_candle_cake.json @@ -0,0 +1,10 @@ +{ + "variants": { + "lit=false": { + "model": "minecraft:block/yellow_candle_cake" + }, + "lit=true": { + "model": "minecraft:block/yellow_candle_cake_lit" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/yellow_carpet.json b/1.17.1/assets/minecraft/blockstates/yellow_carpet.json new file mode 100644 index 00000000..3586a277 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/yellow_carpet.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/yellow_carpet" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/yellow_concrete.json b/1.17.1/assets/minecraft/blockstates/yellow_concrete.json new file mode 100644 index 00000000..92ca5a20 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/yellow_concrete.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/yellow_concrete" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/yellow_concrete_powder.json b/1.17.1/assets/minecraft/blockstates/yellow_concrete_powder.json new file mode 100644 index 00000000..7b103da4 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/yellow_concrete_powder.json @@ -0,0 +1,21 @@ +{ + "variants": { + "": [ + { + "model": "minecraft:block/yellow_concrete_powder" + }, + { + "model": "minecraft:block/yellow_concrete_powder", + "y": 90 + }, + { + "model": "minecraft:block/yellow_concrete_powder", + "y": 180 + }, + { + "model": "minecraft:block/yellow_concrete_powder", + "y": 270 + } + ] + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/yellow_glazed_terracotta.json b/1.17.1/assets/minecraft/blockstates/yellow_glazed_terracotta.json new file mode 100644 index 00000000..d4f7be2c --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/yellow_glazed_terracotta.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "minecraft:block/yellow_glazed_terracotta", + "y": 270 + }, + "facing=north": { + "model": "minecraft:block/yellow_glazed_terracotta", + "y": 180 + }, + "facing=south": { + "model": "minecraft:block/yellow_glazed_terracotta" + }, + "facing=west": { + "model": "minecraft:block/yellow_glazed_terracotta", + "y": 90 + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/yellow_shulker_box.json b/1.17.1/assets/minecraft/blockstates/yellow_shulker_box.json new file mode 100644 index 00000000..c2b02b98 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/yellow_shulker_box.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/yellow_shulker_box" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/yellow_stained_glass.json b/1.17.1/assets/minecraft/blockstates/yellow_stained_glass.json new file mode 100644 index 00000000..fdf0757e --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/yellow_stained_glass.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/yellow_stained_glass" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/yellow_stained_glass_pane.json b/1.17.1/assets/minecraft/blockstates/yellow_stained_glass_pane.json new file mode 100644 index 00000000..b5c9890d --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/yellow_stained_glass_pane.json @@ -0,0 +1,77 @@ +{ + "multipart": [ + { + "apply": { + "model": "minecraft:block/yellow_stained_glass_pane_post" + } + }, + { + "when": { + "north": "true" + }, + "apply": { + "model": "minecraft:block/yellow_stained_glass_pane_side" + } + }, + { + "when": { + "east": "true" + }, + "apply": { + "model": "minecraft:block/yellow_stained_glass_pane_side", + "y": 90 + } + }, + { + "when": { + "south": "true" + }, + "apply": { + "model": "minecraft:block/yellow_stained_glass_pane_side_alt" + } + }, + { + "when": { + "west": "true" + }, + "apply": { + "model": "minecraft:block/yellow_stained_glass_pane_side_alt", + "y": 90 + } + }, + { + "when": { + "north": "false" + }, + "apply": { + "model": "minecraft:block/yellow_stained_glass_pane_noside" + } + }, + { + "when": { + "east": "false" + }, + "apply": { + "model": "minecraft:block/yellow_stained_glass_pane_noside_alt" + } + }, + { + "when": { + "south": "false" + }, + "apply": { + "model": "minecraft:block/yellow_stained_glass_pane_noside_alt", + "y": 90 + } + }, + { + "when": { + "west": "false" + }, + "apply": { + "model": "minecraft:block/yellow_stained_glass_pane_noside", + "y": 270 + } + } + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/yellow_terracotta.json b/1.17.1/assets/minecraft/blockstates/yellow_terracotta.json new file mode 100644 index 00000000..4a2aca6b --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/yellow_terracotta.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/yellow_terracotta" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/yellow_wall_banner.json b/1.17.1/assets/minecraft/blockstates/yellow_wall_banner.json new file mode 100644 index 00000000..f5e2c87f --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/yellow_wall_banner.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/banner" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/yellow_wool.json b/1.17.1/assets/minecraft/blockstates/yellow_wool.json new file mode 100644 index 00000000..1392ae51 --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/yellow_wool.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/yellow_wool" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/zombie_head.json b/1.17.1/assets/minecraft/blockstates/zombie_head.json new file mode 100644 index 00000000..3951e3ee --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/zombie_head.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/skull" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/blockstates/zombie_wall_head.json b/1.17.1/assets/minecraft/blockstates/zombie_wall_head.json new file mode 100644 index 00000000..3951e3ee --- /dev/null +++ b/1.17.1/assets/minecraft/blockstates/zombie_wall_head.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/skull" + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/font/alt.json b/1.17.1/assets/minecraft/font/alt.json new file mode 100644 index 00000000..0f9863ff --- /dev/null +++ b/1.17.1/assets/minecraft/font/alt.json @@ -0,0 +1,27 @@ +{ + "providers": [ + { + "type": "bitmap", + "file": "minecraft:font/ascii_sga.png", + "ascent": 7, + "chars": [ + "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", + "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", + "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", + "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", + "\u0000\u0041\u0042\u0043\u0044\u0045\u0046\u0047\u0048\u0049\u004A\u004B\u004C\u004D\u004E\u004F", + "\u0050\u0051\u0052\u0053\u0054\u0055\u0056\u0057\u0058\u0059\u005A\u0000\u0000\u0000\u0000\u0000", + "\u0000\u0061\u0062\u0063\u0064\u0065\u0066\u0067\u0068\u0069\u006A\u006B\u006C\u006D\u006E\u006F", + "\u0070\u0071\u0072\u0073\u0074\u0075\u0076\u0077\u0078\u0079\u007A\u0000\u0000\u0000\u0000\u0000", + "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", + "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", + "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", + "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", + "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", + "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", + "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", + "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000" + ] + } + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/font/default.json b/1.17.1/assets/minecraft/font/default.json new file mode 100644 index 00000000..8cf9f118 --- /dev/null +++ b/1.17.1/assets/minecraft/font/default.json @@ -0,0 +1,189 @@ +{ + "providers": [ + { + "type": "bitmap", + "file": "minecraft:font/nonlatin_european.png", + "ascent": 7, + "chars": [ + "\u00a1\u2030\u00ad\u00b7\u20b4\u2260\u00bf\u00d7\u00d8\u00de\u04bb\u00f0\u00f8\u00fe\u0391\u0392", + "\u0393\u0394\u0395\u0396\u0397\u0398\u0399\u039a\u039b\u039c\u039d\u039e\u039f\u03a0\u03a1\u03a3", + "\u03a4\u03a5\u03a6\u03a7\u03a8\u03a9\u03b1\u03b2\u03b3\u03b4\u03b5\u03b6\u03b7\u03b8\u03b9\u03ba", + "\u03bb\u03bc\u03bd\u03be\u03bf\u03c0\u03c1\u03c2\u03c3\u03c4\u03c5\u03c6\u03c7\u03c8\u03c9\u0402", + "\u0405\u0406\u0408\u0409\u040a\u040b\u0410\u0411\u0412\u0413\u0414\u0415\u0416\u0417\u0418\u041a", + "\u041b\u041c\u041d\u041e\u041f\u0420\u0421\u0422\u0423\u0424\u0425\u0426\u0427\u0428\u0429\u042a", + "\u042b\u042c\u042d\u042e\u042f\u0430\u0431\u0432\u0433\u0434\u0435\u0436\u0437\u0438\u043a\u043b", + "\u043c\u043d\u043e\u043f\u0440\u0441\u0442\u0443\u0444\u0445\u0446\u0447\u0448\u0449\u044a\u044b", + "\u044c\u044d\u044e\u044f\u0454\u0455\u0456\u0458\u0459\u045a\u2013\u2014\u2018\u2019\u201c\u201d", + "\u201e\u2026\u204a\u2190\u2191\u2192\u2193\u21c4\uff0b\u018f\u0259\u025b\u026a\u04ae\u04af\u04e8", + "\u04e9\u02bb\u02cc\u037e\u0138\u1e9e\u00df\u20bd\u20ac\u0462\u0463\u0474\u0475\u04c0\u0472\u0473", + "\u2070\u00b9\u00b3\u2074\u2075\u2076\u2077\u2078\u2079\u207a\u207b\u207c\u207d\u207e\u2071\u2122", + "\u0294\u0295\u29c8\u2694\u2620\u049a\u049b\u0492\u0493\u04b0\u04b1\u04d8\u04d9\u0496\u0497\u04a2", + "\u04a3\u04ba\u05d0\u05d1\u05d2\u05d3\u05d4\u05d5\u05d6\u05d7\u05d8\u05d9\u05db\u05dc\u05de\u05dd", + "\u05e0\u05df\u05e1\u05e2\u05e4\u05e3\u05e6\u05e5\u05e7\u05e8\u00a2\u00a4\u00a5\u00a9\u00ae\u00b5", + "\u00b6\u00bc\u00bd\u00be\u0387\u2010\u201a\u2020\u2021\u2022\u2031\u2032\u2033\u2034\u2035\u2036", + "\u2037\u2039\u203a\u203b\u203c\u203d\u2042\u2048\u2049\u204b\u204e\u204f\u2051\u2052\u2057\u2117", + "\u2212\u2213\u221e\u2600\u2601\u2608\u0404\u2632\u2635\u263d\u2640\u2642\u26a5\u2660\u2663\u2665", + "\u2666\u2669\u266a\u266b\u266c\u266d\u266e\u266f\u2680\u2681\u2682\u2683\u2684\u2685\u02ac\u26a1", + "\u26cf\u2714\u2744\u274c\u2764\u2b50\u2e18\u2e2e\u2e35\u2e38\u2e41\u2e4b\u295d\u1614\u0190\u07c8", + "\u03db\u3125\u2c6f\u15fa\u0186\u15e1\u018e\u2132\u2141\ua7b0\ua780\u0500\ua779\u1d1a\u27d8\u2229", + "\u0245\u2144\u0250\u0254\u01dd\u025f\u1d77\u0265\u1d09\u027e\u029e\ua781\u026f\u0279\u0287\u028c", + "\u028d\u028e\u0531\u0532\u0533\u0534\u0536\u0537\u0539\u053a\u053b\u053c\u053d\u053e\u053f\u0540", + "\u0541\u0542\u0543\u0544\u0545\u0546\u0547\u0548\u0549\u054b\u054c\u054d\u054e\u054f\u0550\u0551", + "\u0552\u0553\u0554\u0555\u0556\u0559\u0561\u0562\u0563\u0564\u0565\u0566\u0567\u0568\u0569\u056a", + "\u056b\u056c\u056d\u056e\u056f\u0570\u0571\u0572\u0573\u0574\u0575\u0576\u0577\u0578\u0579\u057a", + "\u057b\u057c\u057d\u057e\u057f\u0580\u0581\u0582\u0583\u0584\u0585\u0586\u0587\u05e9\u05ea\u0538", + "\u055a\u055b\u055c\u055d\u055e\u055f\u0560\u0588\u058f\u00af\u017f\u01b7\u0292\u01f7\u01bf\u021c", + "\u021d\u0224\u0225\u02d9\ua75a\ua75b\u2011\u214b\u23cf\u23e9\u23ea\u23ed\u23ee\u23ef\u23f4\u23f5", + "\u23f6\u23f7\u23f8\u23f9\u23fa\u23fb\u23fc\u23fd\u2b58\u25b2\u25b6\u25bc\u25c0\u25cf\u25e6\u25d8", + "\u2693\u26e8\u0132\u0133\u01c9\ua728\ua729\ua739\ua73b\ufb00\ufb01\ufb02\ufb03\ufb05\ufffd\u0535", + "\u054a\u16a0\u16a2\u16a3\u16a4\u16a5\u16a6\u16a7\u16a8\u16a9\u16aa\u16ab\u16ac\u16ad\u16ae\u16af", + "\u16b0\u16b1\u16b2\u16b3\u16b4\u16b6\u16b7\u16b8\u16b9\u16ba\u16bb\u16bc\u16bd\u16be\u16bf\u16c0", + "\u16c1\u16c2\u16c3\u16c4\u16c5\u16c6\u16c7\u16c8\u16c9\u16ca\u16cb\u16cc\u16cd\u16ce\u16cf\u16d0", + "\u16d1\u16d2\u16d3\u16d4\u16d5\u16d6\u16d7\u16d8\u16d9\u16da\u16db\u16dc\u16dd\u16de\u16df\u16e0", + "\u16e1\u16e2\u16e3\u16e4\u16e5\u16e6\u16e7\u16e8\u16e9\u16ea\u16eb\u16ec\u16ed\u16ee\u16ef\u16f0", + "\u16f1\u16f2\u16f3\u16f4\u16f5\u16f6\u16f7\u16f8\u263a\u263b\u00a6\u2639\u05da\u05f3\u05f4\u05f0", + "\u05f1\u05f2\u05be\u05c3\u05c6\u00b4\u00a8\u1d00\u0299\u1d04\u1d05\u1d07\ua730\u0262\u029c\u1d0a", + "\u1d0b\u029f\u1d0d\u0274\u1d0f\u1d18\ua7af\u0280\ua731\u1d1b\u1d1c\u1d20\u1d21\u028f\u1d22\u00a7", + "\u0271\u0273\u0272\u0288\u0256\u0261\u02a1\u0255\u0291\u0278\u029d\u02a2\u027b\u0281\u0266\u028b", + "\u0270\u026c\u026e\u0298\u01c0\u01c3\u01c2\u01c1\u0253\u0257\u1d91\u0284\u0260\u029b\u0267\u026b", + "\u0268\u0289\u028a\u0258\u0275\u0264\u025c\u025e\u0251\u0252\u025a\u025d\u0181\u0189\u0191\u01a9", + "\u01b2\u10a0\u10a1\u10a2\u10a3\u10a4\u10a5\u10a6\u10a7\u10a8\u10a9\u10aa\u10ab\u10ac\u10ad\u10ae", + "\u10af\u10b0\u10b1\u10b2\u10b3\u10b4\u10b5\u10b6\u10b7\u10b8\u10b9\u10ba\u10bb\u10bc\u10bd\u10be", + "\u10bf\u10c0\u10c1\u10c2\u10c3\u10c4\u10c5\u10c7\u10cd\u10d0\u10d1\u10d2\u10d3\u10d4\u10d5\u10d6", + "\u10d7\u10d8\u10d9\u10da\u10db\u10dc\u10dd\u10de\u10df\u10e0\u10e1\u10e2\u10e3\u10e4\u10e5\u10e6", + "\u10e7\u10e8\u10e9\u10ea\u10eb\u10ec\u10ed\u10ee\u10ef\u10f0\u10f1\u10f2\u10f3\u10f4\u10f5\u10f6", + "\u10f7\u10f8\u10f9\u10fa\u10fb\u10fc\u10fd\u10fe\u10ff\ufb4a\ufb2b\ufb4e\ufb44\ufb3b\ufb1f\ufb1d", + "\ufb4b\ufb35\ufb4c\ufb31\ua727\ua726\u027a\u2c71\u02a0\u0297\u0296\u026d\u0277\u027f\u0285\u0286", + "\u0293\u029a\u20aa\u20be\u058a\u2d00\u2d01\u2d02\u2d03\u2d04\u2d05\u2d06\u2d21\u2d07\u2d08\u2d09", + "\u2d0a\u2d0b\u2d0c\u2d22\u2d0d\u2d0e\u2d0f\u2d10\u2d11\u2d12\u2d23\u2d13\u2d14\u2d15\u2d16\u2d17", + "\u2d18\u2d19\u2d1a\u2d1b\u2d1c\u2d1d\u2d1e\u2d24\u2d1f\u2d20\u2d25\u215b\u215c\u215d\u215e\u2153", + "\u2154\u2709\u2602\u2614\u2604\u26c4\u2603\u231b\u231a\u2690\u270e\u2763\u2664\u2667\u2661\u2662", + "\u26c8\u2630\u2631\u2633\u2634\u2636\u2637\u2194\u21d2\u21cf\u21d4\u21f5\u2200\u2203\u2204\u2209", + "\u220b\u220c\u2282\u2283\u2284\u2285\u2227\u2228\u22bb\u22bc\u22bd\u2225\u2262\u22c6\u2211\u22a4", + "\u22a5\u22a2\u22a8\u2254\u2201\u2234\u2235\u221b\u221c\u2202\u22c3\u2286\u2287\u25a1\u25b3\u25b7", + "\u25bd\u25c1\u25c6\u25c7\u25cb\u25ce\u2606\u2605\u2718\u2080\u2081\u2082\u2083\u2084\u2085\u2086", + "\u2087\u2088\u2089\u208a\u208b\u208c\u208d\u208e\u222b\u222e\u221d\u2300\u2302\u2318\u3012\u027c", + "\u0184\u0185\u1e9f\u023d\u019a\u019b\u0220\u019e\u019f\u01a7\u01a8\u01aa\u01b8\u01b9\u01bb\u01bc", + "\u01bd\u01be\u0221\u0234\u0235\u0236\u023a\u2c65\u023b\u023c\u0246\u0247\u023e\u2c66\u0241\u0242", + "\u0243\u0244\u0248\u0249\u024a\u024b\u024c\u024d\u024e\u024f\u1e9c\u1e9d\u1efc\u1efd\u1efe\u1eff", + "\ua7a8\ua7a9\ud800\udf30\ud800\udf31\ud800\udf32\ud800\udf33\ud800\udf34\ud800\udf35\ud800\udf36\ud800\udf37\ud800\udf38\ud800\udf39\ud800\udf3a\ud800\udf3b\ud800\udf3c\ud800\udf3d", + "\ud800\udf3e\ud800\udf3f\ud800\udf40\ud800\udf41\ud800\udf42\ud800\udf43\ud800\udf44\ud800\udf45\ud800\udf46\ud800\udf47\ud800\udf48\ud800\udf49\ud800\udf4a\ud83c\udf27\ud83d\udd25\ud83c\udf0a", + "\u2150\u2151\u2155\u2156\u2157\u2159\u215a\u215f\u2189\ud83d\udde1\ud83c\udff9\ud83e\ude93\ud83d\udd31\ud83c\udfa3\ud83e\uddea\u2697", + "\u2bea\u2beb\u2c6d\ud83d\udee1\u2702\ud83c\udf56\ud83e\udea3\ud83d\udd14\u23f3\u2691\u20a0\u20a1\u20a2\u20a3\u20a4\u20a5", + "\u20a6\u20a9\u20ab\u20ad\u20ae\u20b0\u20b1\u20b2\u20b3\u20b5\u20b6\u20b7\u20b8\u20b9\u20ba\u20bb", + "\u20bc\u20bf\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000" + ] + }, + { + "type": "bitmap", + "file": "minecraft:font/accented.png", + "height": 12, + "ascent": 10, + "chars": [ + "\u00c0\u00c1\u00c2\u00c3\u00c4\u00c5\u00c6\u00c7\u00c8\u00c9\u00ca\u00cb\u00cc\u00cd\u00ce\u00cf", + "\u00d0\u00d1\u00d2\u00d3\u00d4\u00d5\u00d6\u00d9\u00da\u00db\u00dc\u00dd\u00e0\u00e1\u00e2\u00e3", + "\u00e4\u00e5\u00e6\u00e7\u00ec\u00ed\u00ee\u00ef\u00f1\u00f2\u00f3\u00f4\u00f5\u00f6\u00f9\u00fa", + "\u00fb\u00fc\u00fd\u00ff\u0100\u0101\u0102\u0103\u0104\u0105\u0106\u0107\u0108\u0109\u010a\u010b", + "\u010c\u010d\u010e\u010f\u0110\u0111\u0112\u0113\u0114\u0115\u0116\u0117\u0118\u0119\u011a\u011b", + "\u011c\u011d\u1e20\u1e21\u011e\u011f\u0120\u0121\u0122\u0123\u0124\u0125\u0126\u0127\u0128\u0129", + "\u012a\u012b\u012c\u012d\u012e\u012f\u0130\u0131\u0134\u0135\u0136\u0137\u0139\u013a\u013b\u013c", + "\u013d\u013e\u013f\u0140\u0141\u0142\u0143\u0144\u0145\u0146\u0147\u0148\u014a\u014b\u014c\u014d", + "\u014e\u014f\u0150\u0151\u0152\u0153\u0154\u0155\u0156\u0157\u0158\u0159\u015a\u015b\u015c\u015d", + "\u015e\u015f\u0160\u0161\u0162\u0163\u0164\u0165\u0166\u0167\u0168\u0169\u016a\u016b\u016c\u016d", + "\u016e\u016f\u0170\u0171\u0172\u0173\u0174\u0175\u0176\u0177\u0178\u0179\u017a\u017b\u017c\u017d", + "\u017e\u01fc\u01fd\u01fe\u01ff\u0218\u0219\u021a\u021b\u0386\u0388\u0389\u038a\u038c\u038e\u038f", + "\u0390\u03aa\u03ab\u03ac\u03ad\u03ae\u03af\u03b0\u03ca\u03cb\u03cc\u03cd\u03ce\u0400\u0401\u0403", + "\u0407\u040c\u040d\u040e\u0419\u0439\u0450\u0451\u0452\u0453\u0457\u045b\u045c\u045d\u045e\u045f", + "\u0490\u0491\u1e02\u1e03\u1e0a\u1e0b\u1e1e\u1e1f\u1e22\u1e23\u1e30\u1e31\u1e40\u1e41\u1e56\u1e57", + "\u1e60\u1e61\u1e6a\u1e6b\u1e80\u1e81\u1e82\u1e83\u1e84\u1e85\u1ef2\u1ef3\u00e8\u00e9\u00ea\u00eb", + "\u0149\u01e7\u01eb\u040f\u1e0d\u1e25\u1e5b\u1e6d\u1e92\u1eca\u1ecb\u1ecc\u1ecd\u1ee4\u1ee5\u2116", + "\u0207\u0194\u0263\u0283\u2047\u01f1\u01f2\u01f3\u01c4\u01c5\u01c6\u01c7\u01c8\u01ca\u01cb\u01cc", + "\u2139\u1d6b\ua732\ua733\ua734\ua735\ua736\ua737\ua738\ua73a\ua73c\ua73d\ua74e\ua74f\ua760\ua761", + "\ufb04\ufb06\u16a1\u16b5\u01a0\u01a1\u01af\u01b0\u1eae\u1eaf\u1ea4\u1ea5\u1ebe\u1ebf\u1ed1\u1eda", + "\u1edb\u1ee8\u1ee9\u1eb0\u1eb1\u1ea6\u1ea7\u1ec0\u1ec1\u1ed3\u1edc\u1edd\u1eea\u1eeb\u1ea2\u1ea3", + "\u1eb2\u1eb3\u1ea8\u1ea9\u1eba\u1ebb\u1ed5\u1ede\u1ec2\u1ec3\u1ec8\u1ec9\u1ece\u1ecf\u1ed4\u1edf", + "\u1ee6\u1ee7\u1eec\u1eed\u1ef6\u1ef7\u1ea0\u1ea1\u1eb6\u1eb7\u1eac\u1ead\u1eb8\u1eb9\u1ec6\u1ec7", + "\u1ed8\u1ed9\u1ee2\u1ee3\u1ef0\u1ef1\u1ef4\u1ef5\u1ed0\u0195\u1eaa\u1eab\u1ed6\u1ed7\u1eef\u261e", + "\u261c\u262e\u1eb4\u1eb5\u1ebc\u1ebd\u1ec4\u1ec5\u1ed2\u1ee0\u1ee1\u1eee\u1ef8\u1ef9\u0498\u0499", + "\u04a0\u04a1\u04aa\u04ab\u01f6\u26a0\u24ea\u2460\u2461\u2462\u2463\u2464\u2465\u2466\u2467\u2468", + "\u2469\u246a\u246b\u246c\u246d\u246e\u246f\u2470\u2471\u2472\u2473\u24b6\u24b7\u24b8\u24b9\u24ba", + "\u24bb\u24bc\u24bd\u24be\u24bf\u24c0\u24c1\u24c2\u24c3\u24c4\u24c5\u24c6\u24c7\u24c8\u24c9\u24ca", + "\u24cb\u24cc\u24cd\u24ce\u24cf\u24d0\u24d1\u24d2\u24d3\u24d4\u24d5\u24d6\u24d7\u24d8\u24d9\u24da", + "\u24db\u24dc\u24dd\u24de\u24df\u24e0\u24e1\u24e2\u24e3\u24e4\u24e5\u24e6\u24e7\u24e8\u24e9\u0327", + "\u0282\u0290\u0276\u01cd\u01ce\u01de\u01df\u01fa\u01fb\u0202\u0203\u0226\u0227\u01e0\u01e1\u1e00", + "\u1e01\u0200\u0201\u1e06\u1e07\u1e04\u1e05\u1d6c\u1e08\u1e09\u1e10\u1e11\u1e12\u1e13\u1e0e\u1e0f", + "\u1e0c\u1d6d\u1e14\u1e15\u1e16\u1e17\u1e18\u1e19\u1e1c\u1e1d\u0228\u0229\u1e1a\u1e1b\u0204\u0205", + "\u0206\u1d6e\u01f4\u01f5\u01e6\u1e26\u1e27\u1e28\u1e29\u1e2a\u1e2b\u021e\u021f\u1e24\u1e96\u1e2e", + "\u1e2f\u020a\u020b\u01cf\u01d0\u0208\u0209\u1e2c\u1e2d\u01f0\u0237\u01e8\u01e9\u1e32\u1e33\u1e34", + "\u1e35\u1e3a\u1e3b\u1e3c\u1e3d\u1e36\u1e37\u1e38\u1e39\u2c62\u1e3e\u1e3f\u1e42\u1e43\u1d6f\u1e44", + "\u1e45\u1e46\u1e47\u1e4a\u1e4b\u01f8\u01f9\u1e48\u1e49\u1d70\u01ec\u01ed\u022c\u022d\u1e4c\u1e4d", + "\u1e4e\u1e4f\u1e50\u1e51\u1e52\u1e53\u020e\u020f\u022a\u022b\u01d1\u01d2\u022e\u022f\u0230\u0231", + "\u020c\u020d\u01ea\u1e54\u1e55\u1d71\u0212\u0213\u1e58\u1e59\u1e5c\u1e5d\u1e5e\u1e5f\u0210\u0211", + "\u1e5a\u1d73\u1d72\u1e64\u1e65\u1e66\u1e67\u1e62\u1e63\u1e68\u1e69\u1d74\u1e70\u1e71\u1e6e\u1e6f", + "\u1e6c\u1e97\u1d75\u1e72\u1e73\u1e76\u1e77\u1e78\u1e79\u1e7a\u1e7b\u01d3\u01d4\u01d5\u01d6\u01d7", + "\u01d8\u01d9\u01da\u01db\u01dc\u1e74\u1e75\u0214\u0215\u0216\u1e7e\u1e7f\u1e7c\u1e7d\u1e86\u1e87", + "\u1e88\u1e89\u1e98\u1e8c\u1e8d\u1e8a\u1e8b\u0232\u0233\u1e8e\u1e8f\u1e99\u1e94\u1e95\u1e90\u1e91", + "\u1e93\u1d76\u01ee\u01ef\u1e9b\ua73e\ua73f\u01e2\u01e3\u1d7a\u1efb\u1d02\u1d14\uab63\u0238\u02a3", + "\u02a5\u02a4\u02a9\u02aa\u02ab\u0239\u02a8\u02a6\u02a7\uab50\uab51\u20a7\u1efa\ufb2e\ufb2f\u0180", + "\u0182\u0183\u0187\u0188\u018a\u018b\u018c\u0193\u01e4\u01e5\u0197\u0196\u0269\u0198\u0199\u019d", + "\u01a4\u01a5\u027d\u01a6\u01ac\u01ad\u01ab\u01ae\u0217\u01b1\u019c\u01b3\u01b4\u01b5\u01b6\u01a2", + "\u01a3\u0222\u0223\u02ad\u02ae\u02af\ufb14\ufb15\ufb17\ufb16\ufb13\u04d0\u04d1\u04d2\u04d3\u04f6", + "\u04f7\u0494\u0495\u04d6\u04d7\u04bc\u04bd\u04be\u04bf\u04da\u04db\u04dc\u04dd\u04c1\u04c2\u04de", + "\u04df\u04e2\u04e3\u04e4\u04e5\u04e6\u04e7\u04ea\u04eb\u04f0\u04f1\u04ee\u04ef\u04f2\u04f3\u04f4", + "\u04f5\u04f8\u04f9\u04ec\u04ed\u0476\u0477\u04d4\u04fa\u0502\ua682\ua680\ua688\u052a\u052c\ua684", + "\u0504\u0510\u04e0\u0506\u048a\u04c3\u049e\u049c\u051e\u051a\u04c5\u052e\u0512\u0520\u0508\u0514", + "\u04cd\u04c9\u0528\u04c7\u04a4\u0522\u050a\u04a8\u0524\u04a6\u048e\u0516\u050c\ua690\u04ac\ua68a", + "\ua68c\u050e\u04b2\u04fc\u04fe\u0526\ua694\u04b4\ua68e\u04b6\u04cb\u04b8\ua692\ua696\ua686\u048c", + "\u0518\u051c\u04d5\u04fb\u0503\ua683\ua681\ua689\u052b\u052d\ua685\u0505\u0511\u04e1\u0507\u048b", + "\u04c4\u049f\u049d\u051f\u051b\u04c6\u052f\u0513\u0521\u0509\u0515\u04ce\u04ca\u0529\u04c8\u04a5", + "\u0523\u050b\u04a9\u0525\u04a7\u048f\u0517\u050d\ua691\u04ad\ua68b\ua68d\u050f\u04b3\u04fd\u04ff", + "\u0527\ua695\u04b5\ua68f\u04b7\u04cc\u04b9\ua693\ua697\ua687\u048d\u0519\u051d\u1f08\u1f00\u1f09", + "\u1f01\u1f0a\u1f02\u1f0b\u1f03\u1f0c\u1f04\u1f0d\u1f05\u1f0e\u1f06\u1f0f\u1f07\u1fba\u1f70\u1fb8", + "\u1fb0\u1fb9\u1fb1\u1fbb\u1f71\u1f88\u1f80\u1f89\u1f81\u1f8a\u1f82\u1f8b\u1f83\u1f8c\u1f84\u1f8d", + "\u1f85\u1f8e\u1f86\u1f8f\u1f87\u1fbc\u1fb4\u1fb6\u1fb7\u1fb2\u1fb3\u1f18\u1f10\u1f19\u1f11\u1f1a", + "\u1f12\u1f1b\u1f13\u1f1c\u1f14\u1f1d\u1f15\u1fc8\u1fc9\u1f72\u1f73\u1f28\u1f20\u1fca\u1f74\u1f29", + "\u1f21\u1f2a\u1f22\u1f2b\u1f23\u1f2c\u1f24\u1f2d\u1f25\u1f2e\u1f26\u1f2f\u1f27\u1f98\u1f90\u1f99", + "\u1f91\u1f9a\u1f92\u1f9b\u1f93\u1f9c\u1f94\u1f9d\u1f95\u1f9e\u1f96\u1f9f\u1f97\u1fcb\u1f75\u1fcc", + "\u1fc3\u1fc2\u1fc4\u1fc6\u1fc7\u1fda\u1f76\u1fdb\u1f77\u1f38\u1f30\u1f39\u1f31\u1f3a\u1f32\u1f3b", + "\u1f33\u1f3c\u1f34\u1f3d\u1f35\u1f3e\u1f36\u1f3f\u1f37\u1fd8\u1fd0\u1fd9\u1fd1\u1fd2\u1fd3\u1fd6", + "\u1fd7\u1ff8\u1f78\u1ff9\u1f79\u1f48\u1f40\u1f49\u1f41\u1f4a\u1f42\u1f4b\u1f43\u1f4c\u1f44\u1f4d", + "\u1f45\u1fec\u1fe4\u1fe5\u1fea\u1f7a\u1feb\u1f7b\u1f59\u1f51\u1f5b\u1f53\u1f5d\u1f55\u1f5f\u1f57", + "\u1fe8\u1fe0\u1fe9\u1fe1\u03d3\u03d4\u1fe2\u1fe3\u1fe7\u1f50\u1f52\u1f54\u1fe6\u1f56\u1ffa\u1f7c", + "\u1ffb\u1f7d\u1f68\u1f60\u1f69\u1f61\u1f6a\u1f62\u1f6b\u1f63\u1f6c\u1f64\u1f6d\u1f65\u1f6e\u1f66", + "\u1f6f\u1f67\u1fa8\u1fa0\u1fa9\u1fa1\u1faa\u1fa2\u1fab\u1fa3\u1fac\u1fa4\u1fad\u1fa5\u1fae\u1fa6", + "\u1faf\u1fa7\u1ffc\u1ff3\u1ff2\u1ff4\u1ff6\u1ff7\u262f\u2610\u2611\u2612\u018d\u01ba\u2c7e\u023f", + "\u2c7f\u0240\u1d80\ua7c4\ua794\u1d81\u1d82\u1d83\ua795\u1d84\u1d85\u1d86\u1d87\u1d88\u1d89\u1d8a", + "\u1d8b\u1d8c\u1d8d\ua7c6\u1d8e\u1d8f\u1d90\u1d92\u1d93\u1d94\u1d95\u1d96\u1d97\u1d98\u1d99\u1d9a", + "\u1e9a\u2152\u2158\u20a8\u20af\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000" + ] + }, + { + "type": "bitmap", + "file": "minecraft:font/ascii.png", + "ascent": 7, + "chars": [ + "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", + "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", + "\u0020\u0021\u0022\u0023\u0024\u0025\u0026\u0027\u0028\u0029\u002a\u002b\u002c\u002d\u002e\u002f", + "\u0030\u0031\u0032\u0033\u0034\u0035\u0036\u0037\u0038\u0039\u003a\u003b\u003c\u003d\u003e\u003f", + "\u0040\u0041\u0042\u0043\u0044\u0045\u0046\u0047\u0048\u0049\u004a\u004b\u004c\u004d\u004e\u004f", + "\u0050\u0051\u0052\u0053\u0054\u0055\u0056\u0057\u0058\u0059\u005a\u005b\u005c\u005d\u005e\u005f", + "\u0060\u0061\u0062\u0063\u0064\u0065\u0066\u0067\u0068\u0069\u006a\u006b\u006c\u006d\u006e\u006f", + "\u0070\u0071\u0072\u0073\u0074\u0075\u0076\u0077\u0078\u0079\u007a\u007b\u007c\u007d\u007e\u0000", + "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000", + "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u00a3\u0000\u0000\u0192", + "\u0000\u0000\u0000\u0000\u0000\u0000\u00aa\u00ba\u0000\u0000\u00ac\u0000\u0000\u0000\u00ab\u00bb", + "\u2591\u2592\u2593\u2502\u2524\u2561\u2562\u2556\u2555\u2563\u2551\u2557\u255d\u255c\u255b\u2510", + "\u2514\u2534\u252c\u251c\u2500\u253c\u255e\u255f\u255a\u2554\u2569\u2566\u2560\u2550\u256c\u2567", + "\u2568\u2564\u2565\u2559\u2558\u2552\u2553\u256b\u256a\u2518\u250c\u2588\u2584\u258c\u2590\u2580", + "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u2205\u2208\u0000", + "\u2261\u00b1\u2265\u2264\u2320\u2321\u00f7\u2248\u00b0\u2219\u0000\u221a\u207f\u00b2\u25a0\u0000" + ] + }, + { + "type": "legacy_unicode", + "sizes": "minecraft:font/glyph_sizes.bin", + "template": "minecraft:font/unicode_page_%s.png" + } + ] +} diff --git a/1.17.1/assets/minecraft/font/glyph_sizes.bin b/1.17.1/assets/minecraft/font/glyph_sizes.bin new file mode 100644 index 00000000..69c857e3 Binary files /dev/null and b/1.17.1/assets/minecraft/font/glyph_sizes.bin differ diff --git a/1.17.1/assets/minecraft/font/uniform.json b/1.17.1/assets/minecraft/font/uniform.json new file mode 100644 index 00000000..a1d87764 --- /dev/null +++ b/1.17.1/assets/minecraft/font/uniform.json @@ -0,0 +1,9 @@ +{ + "providers": [ + { + "type": "legacy_unicode", + "sizes": "minecraft:font/glyph_sizes.bin", + "template": "minecraft:font/unicode_page_%s.png" + } + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/gpu_warnlist.json b/1.17.1/assets/minecraft/gpu_warnlist.json new file mode 100644 index 00000000..291f55e9 --- /dev/null +++ b/1.17.1/assets/minecraft/gpu_warnlist.json @@ -0,0 +1,7 @@ +{ + "renderer" : [], + "version" : [ + "\\bMetal\\b" + ], + "vendor" : [] +} diff --git a/1.17.1/assets/minecraft/lang/en_us.json b/1.17.1/assets/minecraft/lang/en_us.json new file mode 100644 index 00000000..6a7eca28 --- /dev/null +++ b/1.17.1/assets/minecraft/lang/en_us.json @@ -0,0 +1,5142 @@ +{ + "language.name": "English", + "language.region": "United States", + "language.code": "en_us", + "narrator.button.accessibility": "Accessibility", + "narrator.button.language": "Language", + "narrator.button.difficulty_lock": "Difficulty lock", + "narrator.button.difficulty_lock.unlocked": "Unlocked", + "narrator.button.difficulty_lock.locked": "Locked", + "narrator.screen.title": "Title Screen", + "narrator.controls.reset": "Reset %s button", + "narrator.controls.bound": "%s is bound to %s", + "narrator.controls.unbound": "%s is not bound", + "narrator.select": "Selected: %s", + "narrator.select.world": "Selected %s, last played: %s, %s, %s, version: %s", + "narrator.loading": "Loading: %s", + "narrator.loading.done": "Done", + "narrator.joining": "Joining", + "narrator.position.screen": "Screen element %s out of %s", + "narrator.screen.usage": "Use mouse cursor or Tab button to select element", + "narrator.position.list": "Selected list row %s out of %s", + "narrator.position.object_list": "Selected row element %s out of %s", + "narration.suggestion.tooltip": "Selected suggestion %d out of %d: %s (%s)", + "narration.suggestion": "Selected suggestion %d out of %d: %s", + "narration.button": "Button: %s", + "narration.button.usage.focused": "Press Enter to activate", + "narration.button.usage.hovered": "Left click to activate", + "narration.cycle_button.usage.focused": "Press Enter to switch to %s", + "narration.cycle_button.usage.hovered": "Left click to switch to %s", + "narration.checkbox": "Checkbox: %s", + "narration.checkbox.usage.focused": "Press Enter to toggle", + "narration.checkbox.usage.hovered": "Left click to toggle", + "narration.recipe": "Reciple for %s", + "narration.recipe.usage": "Left click to select", + "narration.recipe.usage.more": "Right click to show more recipes", + "narration.selection.usage": "Press up and down buttons to move to another entry", + "narration.component_list.usage": "Press Tab to navigate to next element", + "narration.slider.usage.focused": "Press left or right keyboard buttons to change value", + "narration.slider.usage.hovered": "Drag slider to change value", + "narration.edit_box": "Edit box: %s", + "chat_screen.title": "Chat screen", + "chat_screen.usage": "Input message and press Enter to send", + "chat_screen.message": "Message to send: %s", + "gui.done": "Done", + "gui.cancel": "Cancel", + "gui.back": "Back", + "gui.toTitle": "Back to Title Screen", + "gui.toMenu": "Back to Server List", + "gui.up": "Up", + "gui.down": "Down", + "gui.yes": "Yes", + "gui.no": "No", + "gui.none": "None", + "gui.all": "All", + "gui.ok": "Ok", + "gui.proceed": "Proceed", + "gui.recipebook.moreRecipes": "Right Click for More", + "gui.recipebook.search_hint": "Search...", + "gui.recipebook.toggleRecipes.all": "Showing All", + "gui.recipebook.toggleRecipes.craftable": "Showing Craftable", + "gui.recipebook.toggleRecipes.smeltable": "Showing Smeltable", + "gui.recipebook.toggleRecipes.blastable": "Showing Blastable", + "gui.recipebook.toggleRecipes.smokable": "Showing Smokable", + "gui.socialInteractions.title": "Social Interactions", + "gui.socialInteractions.tab_all": "All", + "gui.socialInteractions.tab_hidden": "Hidden", + "gui.socialInteractions.tab_blocked": "Blocked", + "gui.socialInteractions.blocking_hint": "Manage with Microsoft account", + "gui.socialInteractions.status_hidden": "Hidden", + "gui.socialInteractions.status_blocked": "Blocked", + "gui.socialInteractions.status_offline": "Offline", + "gui.socialInteractions.status_hidden_offline": "Hidden - Offline", + "gui.socialInteractions.status_blocked_offline": "Blocked - Offline", + "gui.socialInteractions.server_label.single": "%s - %s player", + "gui.socialInteractions.server_label.multiple": "%s - %s players", + "gui.socialInteractions.search_hint": "Search...", + "gui.socialInteractions.search_empty": "Couldn't find any players with that name", + "gui.socialInteractions.empty_hidden": "No players hidden in chat", + "gui.socialInteractions.empty_blocked": "No blocked players in chat", + "gui.socialInteractions.hide": "Hide in Chat", + "gui.socialInteractions.show": "Show in Chat", + "gui.socialInteractions.hidden_in_chat": "Chat messages from %s will be hidden", + "gui.socialInteractions.shown_in_chat": "Chat messages from %s will be shown", + "gui.socialInteractions.tooltip.hide": "Hide messages from %s in chat", + "gui.socialInteractions.tooltip.show": "Show messages from %s in chat", + "gui.narrate.button": "%s button", + "gui.narrate.slider": "%s slider", + "gui.narrate.editBox": "%s edit box: %s", + "translation.test.none": "Hello, world!", + "translation.test.complex": "Prefix, %s%2$s again %s and %1$s lastly %s and also %1$s again!", + "translation.test.escape": "%%s %%%s %%%%s %%%%%s", + "translation.test.invalid": "hi %", + "translation.test.invalid2": "hi % s", + "translation.test.args": "%s %s", + "translation.test.world": "world", + "menu.game": "Game Menu", + "menu.singleplayer": "Singleplayer", + "menu.multiplayer": "Multiplayer", + "menu.online": "Minecraft Realms", + "menu.options": "Options...", + "menu.quit": "Quit Game", + "menu.returnToMenu": "Save and Quit to Title", + "menu.disconnect": "Disconnect", + "menu.returnToGame": "Back to Game", + "menu.generatingLevel": "Generating world", + "menu.loadingLevel": "Loading world", + "menu.savingLevel": "Saving world", + "menu.working": "Working...", + "menu.savingChunks": "Saving chunks", + "menu.preparingSpawn": "Preparing spawn area: %s%%", + "menu.loadingForcedChunks": "Loading forced chunks for dimension %s", + "menu.generatingTerrain": "Building terrain", + "menu.convertingLevel": "Converting world", + "menu.respawning": "Respawning", + "menu.shareToLan": "Open to LAN", + "menu.sendFeedback": "Give Feedback", + "menu.reportBugs": "Report Bugs", + "menu.paused": "Game Paused", + "menu.modded": " (Modded)", + "optimizeWorld.confirm.title": "Optimize World", + "optimizeWorld.confirm.description": "This will attempt to optimize your world by making sure all data is stored in the most recent game format. This can take a very long time, depending on your world. Once done, your world may play faster but will no longer be compatible with older versions of the game. Are you sure you wish to proceed?", + "optimizeWorld.title": "Optimizing World '%s'", + "optimizeWorld.stage.counting": "Counting chunks...", + "optimizeWorld.stage.upgrading": "Upgrading all chunks...", + "optimizeWorld.stage.finished": "Finishing up...", + "optimizeWorld.stage.failed": "Failed! :(", + "optimizeWorld.info.converted": "Upgraded chunks: %s", + "optimizeWorld.info.skipped": "Skipped chunks: %s", + "optimizeWorld.info.total": "Total chunks: %s", + "selectWorld.title": "Select World", + "selectWorld.search": "search for worlds", + "selectWorld.world": "World", + "selectWorld.select": "Play Selected World", + "selectWorld.create": "Create New World", + "selectWorld.recreate": "Re-Create", + "selectWorld.createDemo": "Play New Demo World", + "selectWorld.delete": "Delete", + "selectWorld.edit": "Edit", + "selectWorld.edit.title": "Edit World", + "selectWorld.edit.resetIcon": "Reset Icon", + "selectWorld.edit.openFolder": "Open World Folder", + "selectWorld.edit.save": "Save", + "selectWorld.edit.backup": "Make Backup", + "selectWorld.edit.backupFolder": "Open Backups Folder", + "selectWorld.edit.backupFailed": "Backup failed", + "selectWorld.edit.backupCreated": "Backed up: %s", + "selectWorld.edit.backupSize": "size: %s MB", + "selectWorld.edit.optimize": "Optimize World", + "selectWorld.edit.export_worldgen_settings": "Export World Generation Settings", + "selectWorld.edit.export_worldgen_settings.success": "Exported", + "selectWorld.edit.export_worldgen_settings.failure": "Export failed", + "selectWorld.deleteQuestion": "Are you sure you want to delete this world?", + "selectWorld.deleteWarning": "'%s' will be lost forever! (A long time!)", + "selectWorld.deleteButton": "Delete", + "selectWorld.conversion": "Must be converted!", + "selectWorld.locked": "Locked by another running instance of Minecraft", + "selectWorld.pre_worldheight": "Loading of worlds with extended height is disabled.", + "selectWorld.newWorld": "New World", + "selectWorld.enterName": "World Name", + "selectWorld.resultFolder": "Will be saved in:", + "selectWorld.enterSeed": "Seed for the world generator", + "selectWorld.seedInfo": "Leave blank for a random seed", + "selectWorld.cheats": "Cheats", + "selectWorld.customizeType": "Customize", + "selectWorld.version": "Version:", + "selectWorld.versionUnknown": "unknown", + "selectWorld.versionQuestion": "Do you really want to load this world?", + "selectWorld.versionWarning": "This world was last played in version %s and loading it in this version could cause corruption!", + "selectWorld.versionJoinButton": "Load Anyway", + "selectWorld.backupQuestion.snapshot": "Do you really want to load this world?", + "selectWorld.backupWarning.snapshot": "This world was last played in version %s; you are on version %s. Please make a backup in case you experience world corruptions!", + "selectWorld.backupQuestion.downgrade": "Downgrading a world is not supported", + "selectWorld.backupWarning.downgrade": "This world was last played in version %s; you are on version %s. Downgrading a world could cause corruption - we cannot guarantee that it will load or work. If you still want to continue, please make a backup!", + "selectWorld.backupQuestion.customized": "Customized worlds are no longer supported", + "selectWorld.backupWarning.customized": "Unfortunately, we do not support customized worlds in this version of Minecraft. We can still load this world and keep everything the way it was, but any newly generated terrain will no longer be customized. We're sorry for the inconvenience!", + "selectWorld.backupQuestion.experimental": "Worlds using Experimental Settings are not supported", + "selectWorld.backupWarning.experimental": "This world uses experimental settings that could stop working at any time. We cannot guarantee it will load or work. Here be dragons!", + "selectWorld.backupEraseCache": "Erase cached data", + "selectWorld.backupJoinConfirmButton": "Create Backup and Load", + "selectWorld.backupJoinSkipButton": "I know what I'm doing!", + "selectWorld.tooltip.fromNewerVersion1": "World was saved in a newer version,", + "selectWorld.tooltip.fromNewerVersion2": "loading this world could cause problems!", + "selectWorld.tooltip.snapshot1": "Don't forget to back up this world", + "selectWorld.tooltip.snapshot2": "before you load it in this snapshot.", + "selectWorld.unable_to_load": "Unable to load worlds", + "selectWorld.futureworld.error.title": "An error occurred!", + "selectWorld.futureworld.error.text": "Something went wrong while trying to load a world from a future version. This was a risky operation to begin with; sorry it didn't work.", + "selectWorld.recreate.error.title": "An error occurred!", + "selectWorld.recreate.error.text": "Something went wrong while trying to recreate a world.", + "selectWorld.recreate.customized.title": "Customized worlds are no longer supported", + "selectWorld.recreate.customized.text": "Customized worlds are no longer supported in this version of Minecraft. We can try to recreate it with the same seed and properties, but any terrain customizations will be lost. We're sorry for the inconvenience!", + "selectWorld.load_folder_access": "Unable to read or access folder where game worlds are saved!", + "selectWorld.access_failure": "Failed to access world", + "selectWorld.delete_failure": "Failed to delete world", + "selectWorld.data_read": "Reading world data...", + "createWorld.customize.presets": "Presets", + "createWorld.customize.presets.title": "Select a Preset", + "createWorld.customize.presets.select": "Use Preset", + "createWorld.customize.presets.share": "Want to share your preset with someone? Use the box below!", + "createWorld.customize.presets.list": "Alternatively, here's some we made earlier!", + "createWorld.customize.flat.title": "Superflat Customization", + "createWorld.customize.flat.tile": "Layer Material", + "createWorld.customize.flat.height": "Height", + "createWorld.customize.flat.removeLayer": "Remove Layer", + "createWorld.customize.flat.layer.top": "Top - %s", + "createWorld.customize.flat.layer": "%s", + "createWorld.customize.flat.layer.bottom": "Bottom - %s", + "createWorld.customize.buffet.title": "Buffet world customization", + "createWorld.customize.buffet.biome": "Please select a biome", + "createWorld.customize.preset.classic_flat": "Classic Flat", + "createWorld.customize.preset.tunnelers_dream": "Tunnelers' Dream", + "createWorld.customize.preset.water_world": "Water World", + "createWorld.customize.preset.overworld": "Overworld", + "createWorld.customize.preset.snowy_kingdom": "Snowy Kingdom", + "createWorld.customize.preset.bottomless_pit": "Bottomless Pit", + "createWorld.customize.preset.desert": "Desert", + "createWorld.customize.preset.redstone_ready": "Redstone Ready", + "createWorld.customize.preset.the_void": "The Void", + "createWorld.customize.custom.page0": "Basic Settings", + "createWorld.customize.custom.page1": "Ore Settings", + "createWorld.customize.custom.page2": "Advanced Settings (Expert Users Only!)", + "createWorld.customize.custom.page3": "Extra Advanced Settings (Expert Users Only!)", + "createWorld.customize.custom.randomize": "Randomize", + "createWorld.customize.custom.prev": "Previous Page", + "createWorld.customize.custom.next": "Next Page", + "createWorld.customize.custom.defaults": "Defaults", + "createWorld.customize.custom.confirm1": "This will overwrite your current", + "createWorld.customize.custom.confirm2": "settings and cannot be undone.", + "createWorld.customize.custom.confirmTitle": "Warning!", + "createWorld.customize.custom.mainNoiseScaleX": "Main Noise Scale X", + "createWorld.customize.custom.mainNoiseScaleY": "Main Noise Scale Y", + "createWorld.customize.custom.mainNoiseScaleZ": "Main Noise Scale Z", + "createWorld.customize.custom.depthNoiseScaleX": "Depth Noise Scale X", + "createWorld.customize.custom.depthNoiseScaleZ": "Depth Noise Scale Z", + "createWorld.customize.custom.depthNoiseScaleExponent": "Depth Noise Exponent", + "createWorld.customize.custom.baseSize": "Depth Base Size", + "createWorld.customize.custom.coordinateScale": "Coordinate Scale", + "createWorld.customize.custom.heightScale": "Height Scale", + "createWorld.customize.custom.stretchY": "Height Stretch", + "createWorld.customize.custom.upperLimitScale": "Upper Limit Scale", + "createWorld.customize.custom.lowerLimitScale": "Lower Limit Scale", + "createWorld.customize.custom.biomeDepthWeight": "Biome Depth Weight", + "createWorld.customize.custom.biomeDepthOffset": "Biome Depth Offset", + "createWorld.customize.custom.biomeScaleWeight": "Biome Scale Weight", + "createWorld.customize.custom.biomeScaleOffset": "Biome Scale Offset", + "createWorld.customize.custom.seaLevel": "Sea Level", + "createWorld.customize.custom.useCaves": "Caves", + "createWorld.customize.custom.useStrongholds": "Strongholds", + "createWorld.customize.custom.useVillages": "Villages", + "createWorld.customize.custom.useMineShafts": "Mineshafts", + "createWorld.customize.custom.useTemples": "Temples", + "createWorld.customize.custom.useOceanRuins": "Ocean Ruins", + "createWorld.customize.custom.useMonuments": "Ocean Monuments", + "createWorld.customize.custom.useMansions": "Woodland Mansions", + "createWorld.customize.custom.useRavines": "Ravines", + "createWorld.customize.custom.useDungeons": "Dungeons", + "createWorld.customize.custom.dungeonChance": "Dungeon Count", + "createWorld.customize.custom.useWaterLakes": "Water Lakes", + "createWorld.customize.custom.waterLakeChance": "Water Lake Rarity", + "createWorld.customize.custom.useLavaLakes": "Lava Lakes", + "createWorld.customize.custom.lavaLakeChance": "Lava Lake Rarity", + "createWorld.customize.custom.useLavaOceans": "Lava Oceans", + "createWorld.customize.custom.fixedBiome": "Biome", + "createWorld.customize.custom.biomeSize": "Biome Size", + "createWorld.customize.custom.riverSize": "River Size", + "createWorld.customize.custom.size": "Spawn Size", + "createWorld.customize.custom.count": "Spawn Tries", + "createWorld.customize.custom.minHeight": "Min. Height", + "createWorld.customize.custom.maxHeight": "Max. Height", + "createWorld.customize.custom.center": "Center Height", + "createWorld.customize.custom.spread": "Spread Height", + "createWorld.customize.custom.presets.title": "Customize World Presets", + "createWorld.customize.custom.presets": "Presets", + "createWorld.customize.custom.preset.waterWorld": "Water World", + "createWorld.customize.custom.preset.isleLand": "Isle Land", + "createWorld.customize.custom.preset.caveDelight": "Caver's Delight", + "createWorld.customize.custom.preset.mountains": "Mountain Madness", + "createWorld.customize.custom.preset.drought": "Drought", + "createWorld.customize.custom.preset.caveChaos": "Caves of Chaos", + "createWorld.customize.custom.preset.goodLuck": "Good Luck", + "createWorld.preparing": "Preparing for world creation...", + "datapackFailure.title": "Errors in currently selected datapacks prevented the world from loading.\nYou can either try to load it with only the vanilla data pack (\"safe mode\"), or go back to the title screen and fix it manually.", + "datapackFailure.safeMode": "Safe Mode", + "editGamerule.title": "Edit Game Rules", + "editGamerule.default": "Default: %s", + "gameMode.survival": "Survival Mode", + "gameMode.creative": "Creative Mode", + "gameMode.adventure": "Adventure Mode", + "gameMode.spectator": "Spectator Mode", + "gameMode.hardcore": "Hardcore Mode!", + "gameMode.changed": "Your game mode has been updated to %s", + "spectatorMenu.previous_page": "Previous Page", + "spectatorMenu.next_page": "Next Page", + "spectatorMenu.close": "Close Menu", + "spectatorMenu.teleport": "Teleport to Player", + "spectatorMenu.teleport.prompt": "Select a player to teleport to", + "spectatorMenu.team_teleport": "Teleport to Team Member", + "spectatorMenu.team_teleport.prompt": "Select a team to teleport to", + "spectatorMenu.root.prompt": "Press a key to select a command, and again to use it.", + "selectWorld.gameMode": "Game Mode", + "selectWorld.gameMode.survival": "Survival", + "selectWorld.gameMode.survival.line1": "Search for resources, craft, gain", + "selectWorld.gameMode.survival.line2": "levels, health and hunger", + "selectWorld.gameMode.creative": "Creative", + "selectWorld.gameMode.creative.line1": "Unlimited resources, free flying and", + "selectWorld.gameMode.creative.line2": "destroy blocks instantly", + "selectWorld.gameMode.spectator": "Spectator", + "selectWorld.gameMode.spectator.line1": "You can look but don't touch", + "selectWorld.gameMode.spectator.line2": "", + "selectWorld.gameMode.hardcore": "Hardcore", + "selectWorld.gameMode.hardcore.line1": "Same as Survival Mode, locked at hardest", + "selectWorld.gameMode.hardcore.line2": "difficulty, and one life only", + "selectWorld.gameMode.adventure": "Adventure", + "selectWorld.gameMode.adventure.line1": "Same as Survival Mode, but blocks can't", + "selectWorld.gameMode.adventure.line2": "be added or removed", + "selectWorld.moreWorldOptions": "More World Options...", + "selectWorld.gameRules": "Game Rules", + "selectWorld.mapFeatures": "Generate Structures", + "selectWorld.mapFeatures.info": "Villages, dungeons etc.", + "selectWorld.mapType": "World Type", + "selectWorld.mapType.normal": "Normal", + "selectWorld.allowCommands": "Allow Cheats", + "selectWorld.allowCommands.info": "Commands like /gamemode, /experience", + "selectWorld.dataPacks": "Data Packs", + "selectWorld.bonusItems": "Bonus Chest", + "selectWorld.import_worldgen_settings": "Import Settings", + "selectWorld.import_worldgen_settings.select_file": "Select settings file (.json)", + "selectWorld.import_worldgen_settings.failure": "Error importing settings", + "selectWorld.import_worldgen_settings.experimental.title": "Warning! These settings are using experimental features", + "selectWorld.import_worldgen_settings.experimental.question": "These settings are experimental and could one day stop working. Do you wish to proceed?", + "selectWorld.import_worldgen_settings.deprecated.title": "Warning! These settings are using deprecated features", + "selectWorld.import_worldgen_settings.deprecated.question": "Some features used are deprecated and will stop working in the future. Do you wish to proceed?", + "generator.default": "Default", + "generator.flat": "Superflat", + "generator.large_biomes": "Large Biomes", + "generator.amplified": "AMPLIFIED", + "generator.customized": "Old Customized", + "generator.custom": "Custom", + "generator.debug_all_block_states": "Debug Mode", + "generator.amplified.info": "Notice: Just for fun! Requires a beefy computer.", + "generator.single_biome_surface": "Single Biome", + "generator.single_biome_caves": "Caves", + "generator.single_biome_floating_islands": "Floating Islands", + "selectServer.title": "Select Server", + "selectServer.select": "Join Server", + "selectServer.direct": "Direct Connection", + "selectServer.edit": "Edit", + "selectServer.delete": "Delete", + "selectServer.add": "Add Server", + "selectServer.defaultName": "Minecraft Server", + "selectServer.deleteQuestion": "Are you sure you want to remove this server?", + "selectServer.deleteWarning": "'%s' will be lost forever! (A long time!)", + "selectServer.deleteButton": "Delete", + "selectServer.refresh": "Refresh", + "selectServer.hiddenAddress": "(Hidden)", + "addServer.title": "Edit Server Info", + "addServer.enterName": "Server Name", + "addServer.enterIp": "Server Address", + "addServer.add": "Done", + "addServer.hideAddress": "Hide Address", + "addServer.resourcePack": "Server Resource Packs", + "addServer.resourcePack.enabled": "Enabled", + "addServer.resourcePack.disabled": "Disabled", + "addServer.resourcePack.prompt": "Prompt", + "lanServer.title": "LAN World", + "lanServer.scanning": "Scanning for games on your local network", + "lanServer.start": "Start LAN World", + "lanServer.otherPlayers": "Settings for Other Players", + "multiplayerWarning.header": "Caution: Third-Party Online Play", + "multiplayerWarning.message": "Caution: Online play is offered by third-party servers that are not owned, operated, or supervised by Mojang Studios or Microsoft. During online play, you may be exposed to unmoderated chat messages or other types of user-generated content that may not be suitable for everyone.", + "multiplayerWarning.check": "Do not show this screen again", + "multiplayer.title": "Play Multiplayer", + "multiplayer.texturePrompt.line1": "This server recommends the use of a custom resource pack.", + "multiplayer.texturePrompt.line2": "Would you like to download and install it automagically?", + "multiplayer.requiredTexturePrompt.line1": "This server requires the use of a custom resource pack.", + "multiplayer.requiredTexturePrompt.line2": "Rejecting this custom resource pack will disconnect you from this server.", + "multiplayer.requiredTexturePrompt.disconnect": "Server requires a custom resource pack", + "multiplayer.texturePrompt.failure.line1": "Server resource pack couldn't be applied", + "multiplayer.texturePrompt.failure.line2": "Any functionality that requires custom resources might not work as expected", + "multiplayer.texturePrompt.serverPrompt": "%s\n\nMessage from server:\n%s", + "multiplayer.applyingPack": "Applying resource pack", + "multiplayer.downloadingTerrain": "Loading terrain...", + "multiplayer.downloadingStats": "Retrieving statistics...", + "multiplayer.stopSleeping": "Leave Bed", + "multiplayer.message_not_delivered": "Can't deliver chat message, check server logs: %s", + "multiplayer.player.joined": "%s joined the game", + "multiplayer.player.joined.renamed": "%s (formerly known as %s) joined the game", + "multiplayer.player.left": "%s left the game", + "multiplayer.status.and_more": "... and %s more ...", + "multiplayer.status.cancelled": "Cancelled", + "multiplayer.status.cannot_connect": "Can't connect to server", + "multiplayer.status.cannot_resolve": "Can't resolve hostname", + "multiplayer.status.finished": "Finished", + "multiplayer.status.incompatible": "Incompatible version!", + "multiplayer.status.no_connection": "(no connection)", + "multiplayer.status.ping": "%s ms", + "multiplayer.status.old": "Old", + "multiplayer.status.pinging": "Pinging...", + "multiplayer.status.quitting": "Quitting", + "multiplayer.status.unknown": "???", + "multiplayer.status.unrequested": "Received unrequested status", + "multiplayer.status.request_handled": "Status request has been handled", + "multiplayer.disconnect.authservers_down": "Authentication servers are down. Please try again later, sorry!", + "multiplayer.disconnect.banned": "You are banned from this server", + "multiplayer.disconnect.banned.reason": "You are banned from this server.\nReason: %s", + "multiplayer.disconnect.banned.expiration": "\nYour ban will be removed on %s", + "multiplayer.disconnect.banned_ip.reason": "Your IP address is banned from this server.\nReason: %s", + "multiplayer.disconnect.banned_ip.expiration": "\nYour ban will be removed on %s", + "multiplayer.disconnect.duplicate_login": "You logged in from another location", + "multiplayer.disconnect.flying": "Flying is not enabled on this server", + "multiplayer.disconnect.generic": "Disconnected", + "multiplayer.disconnect.idling": "You have been idle for too long!", + "multiplayer.disconnect.illegal_characters": "Illegal characters in chat", + "multiplayer.disconnect.invalid_entity_attacked": "Attempting to attack an invalid entity", + "multiplayer.disconnect.invalid_packet": "Server sent an invalid packet", + "multiplayer.disconnect.invalid_player_data": "Invalid player data", + "multiplayer.disconnect.invalid_player_movement": "Invalid move player packet received", + "multiplayer.disconnect.invalid_vehicle_movement": "Invalid move vehicle packet received", + "multiplayer.disconnect.ip_banned": "You have been IP banned from this server", + "multiplayer.disconnect.kicked": "Kicked by an operator", + "multiplayer.disconnect.incompatible": "Incompatible client! Please use %s", + "multiplayer.disconnect.outdated_client": "Incompatible client! Please use %s", + "multiplayer.disconnect.outdated_server": "Incompatible client! Please use %s", + "multiplayer.disconnect.server_shutdown": "Server closed", + "multiplayer.disconnect.slow_login": "Took too long to log in", + "multiplayer.disconnect.unverified_username": "Failed to verify username!", + "multiplayer.disconnect.not_whitelisted": "You are not white-listed on this server!", + "multiplayer.disconnect.server_full": "The server is full!", + "multiplayer.disconnect.name_taken": "That name is already taken", + "multiplayer.disconnect.unexpected_query_response": "Unexpected custom data from client", + "multiplayer.disconnect.missing_tags": "Incomplete set of tags received from server.\nPlease contact server operator.", + "multiplayer.socialInteractions.not_available": "Social Interactions are only available in Multiplayer worlds", + "chat.editBox": "chat", + "chat.cannotSend": "Cannot send chat message", + "chat.disabled.options": "Chat disabled in client options", + "chat.disabled.launcher": "Chat disabled by launcher option. Cannot send message", + "chat.disabled.profile": "Chat not allowed by account settings. Cannot send message", + "chat.type.text": "<%s> %s", + "chat.type.text.narrate": "%s says %s", + "chat.type.emote": "* %s %s", + "chat.type.announcement": "[%s] %s", + "chat.type.admin": "[%s: %s]", + "chat.type.advancement.task": "%s has made the advancement %s", + "chat.type.advancement.challenge": "%s has completed the challenge %s", + "chat.type.advancement.goal": "%s has reached the goal %s", + "chat.type.team.text": "%s <%s> %s", + "chat.type.team.sent": "-> %s <%s> %s", + "chat.type.team.hover": "Message Team", + "chat.link.confirm": "Are you sure you want to open the following website?", + "chat.link.warning": "Never open links from people that you don't trust!", + "chat.copy": "Copy to Clipboard", + "chat.copy.click": "Click to Copy to Clipboard", + "chat.link.confirmTrusted": "Do you want to open this link or copy it to your clipboard?", + "chat.link.open": "Open in Browser", + "chat.coordinates": "%s, %s, %s", + "chat.coordinates.tooltip": "Click to teleport", + "chat.queue": "[+%s pending lines]", + "chat.square_brackets": "[%s]", + "menu.playdemo": "Play Demo World", + "menu.resetdemo": "Reset Demo World", + "demo.day.1": "This demo will last five game days. Do your best!", + "demo.day.2": "Day Two", + "demo.day.3": "Day Three", + "demo.day.4": "Day Four", + "demo.day.5": "This is your last day!", + "demo.day.warning": "Your time is almost up!", + "demo.day.6": "You have passed your fifth day. Use %s to save a screenshot of your creation.", + "demo.reminder": "The demo time has expired. Buy the game to continue or start a new world!", + "demo.remainingTime": "Remaining time: %s", + "demo.demoExpired": "Demo time's up!", + "demo.help.movement": "Use the %1$s, %2$s, %3$s, %4$s keys and the mouse to move around", + "demo.help.movementShort": "Move by pressing the %1$s, %2$s, %3$s, %4$s keys", + "demo.help.movementMouse": "Look around using the mouse", + "demo.help.jump": "Jump by pressing the %1$s key", + "demo.help.inventory": "Use the %1$s key to open your inventory", + "demo.help.title": "Minecraft Demo Mode", + "demo.help.fullWrapped": "This demo will last 5 in-game days (about 1 hour and 40 minutes of real time). Check the advancements for hints! Have fun!", + "demo.help.buy": "Purchase Now!", + "demo.help.later": "Continue Playing!", + "connect.connecting": "Connecting to the server...", + "connect.aborted": "Aborted", + "connect.authorizing": "Logging in...", + "connect.negotiating": "Negotiating...", + "connect.encrypting": "Encrypting...", + "connect.joining": "Joining world...", + "connect.failed": "Failed to connect to the server", + "disconnect.genericReason": "%s", + "disconnect.unknownHost": "Unknown host", + "disconnect.disconnected": "Disconnected by Server", + "disconnect.lost": "Connection Lost", + "disconnect.kicked": "Was kicked from the game", + "disconnect.timeout": "Timed out", + "disconnect.closed": "Connection closed", + "disconnect.loginFailed": "Failed to log in", + "disconnect.loginFailedInfo": "Failed to log in: %s", + "disconnect.loginFailedInfo.serversUnavailable": "The authentication servers are currently not reachable. Please try again.", + "disconnect.loginFailedInfo.invalidSession": "Invalid session (Try restarting your game and the launcher)", + "disconnect.loginFailedInfo.insufficientPrivileges": "Multiplayer is disabled. Please check your Microsoft account settings.", + "disconnect.quitting": "Quitting", + "disconnect.endOfStream": "End of stream", + "disconnect.overflow": "Buffer overflow", + "disconnect.spam": "Kicked for spamming", + "disconnect.exceeded_packet_rate": "Kicked for exceeding packet rate limit", + "soundCategory.master": "Master Volume", + "soundCategory.music": "Music", + "soundCategory.record": "Jukebox/Note Blocks", + "soundCategory.weather": "Weather", + "soundCategory.hostile": "Hostile Creatures", + "soundCategory.neutral": "Friendly Creatures", + "soundCategory.player": "Players", + "soundCategory.block": "Blocks", + "soundCategory.ambient": "Ambient/Environment", + "soundCategory.voice": "Voice/Speech", + "record.nowPlaying": "Now Playing: %s", + "options.off": "OFF", + "options.on": "ON", + "options.off.composed": "%s: OFF", + "options.on.composed": "%s: ON", + "options.generic_value": "%s: %s", + "options.pixel_value": "%s: %spx", + "options.percent_value": "%s: %s%%", + "options.percent_add_value": "%s: +%s%%", + "options.visible": "Shown", + "options.hidden": "Hidden", + "options.title": "Options", + "options.controls": "Controls...", + "options.video": "Video Settings...", + "options.language": "Language...", + "options.sounds": "Music & Sounds...", + "options.sounds.title": "Music & Sound Options", + "options.languageWarning": "Language translations may not be 100%% accurate", + "options.videoTitle": "Video Settings", + "options.mouse_settings": "Mouse Settings...", + "options.mouse_settings.title": "Mouse Settings", + "options.customizeTitle": "Customize World Settings", + "options.invertMouse": "Invert Mouse", + "options.fov": "FOV", + "options.fov.min": "Normal", + "options.fov.max": "Quake Pro", + "options.screenEffectScale": "Distortion Effects", + "options.screenEffectScale.tooltip": "Strength of nausea and Nether portal screen distortion effects.\nAt lower values, the nausea effect is replaced with a green overlay.", + "options.fovEffectScale": "FOV Effects", + "options.fovEffectScale.tooltip": "Controls how much the field of view can change with speed effects.", + "options.biomeBlendRadius": "Biome Blend", + "options.biomeBlendRadius.1": "OFF (Fastest)", + "options.biomeBlendRadius.3": "3x3 (Fast)", + "options.biomeBlendRadius.5": "5x5 (Normal)", + "options.biomeBlendRadius.7": "7x7 (High)", + "options.biomeBlendRadius.9": "9x9 (Very High)", + "options.biomeBlendRadius.11": "11x11 (Extreme)", + "options.biomeBlendRadius.13": "13x13 (Showoff)", + "options.biomeBlendRadius.15": "15x15 (Maximum)", + "options.gamma": "Brightness", + "options.gamma.min": "Moody", + "options.gamma.max": "Bright", + "options.sensitivity": "Sensitivity", + "options.sensitivity.min": "*yawn*", + "options.sensitivity.max": "HYPERSPEED!!!", + "options.renderDistance": "Render Distance", + "options.entityDistanceScaling": "Entity Distance", + "options.viewBobbing": "View Bobbing", + "options.ao": "Smooth Lighting", + "options.ao.off": "OFF", + "options.ao.min": "Minimum", + "options.ao.max": "Maximum", + "options.chunks": "%s chunks", + "options.framerate": "%s fps", + "options.framerateLimit": "Max Framerate", + "options.framerateLimit.max": "Unlimited", + "options.difficulty": "Difficulty", + "options.difficulty.peaceful": "Peaceful", + "options.difficulty.easy": "Easy", + "options.difficulty.normal": "Normal", + "options.difficulty.hard": "Hard", + "options.difficulty.hardcore": "Hardcore", + "options.graphics": "Graphics", + "options.graphics.fabulous.tooltip": "%s graphics uses screen shaders for drawing weather, clouds, and particles behind translucent blocks and water.\nThis may severely impact performance for portable devices and 4K displays.", + "options.graphics.fabulous": "Fabulous!", + "options.graphics.fancy.tooltip": "Fancy graphics balances performance and quality for the majority of machines.\nWeather, clouds, and particles may not appear behind translucent blocks or water.", + "options.graphics.fancy": "Fancy", + "options.graphics.fast.tooltip": "Fast graphics reduces the amount of visible rain and snow.\nTransparency effects are disabled for various blocks such as leaves.", + "options.graphics.fast": "Fast", + "options.graphics.warning.title": "Graphics Device Unsupported", + "options.graphics.warning.message": "Your graphics device is detected as unsupported for the %s graphics option.\n\nYou may ignore this and continue, however support will not be provided for your device if you choose to use %s graphics.", + "options.graphics.warning.renderer": "Renderer detected: [%s]", + "options.graphics.warning.vendor": "Vendor detected: [%s]", + "options.graphics.warning.version": "OpenGL Version detected: [%s]", + "options.graphics.warning.accept": "Continue without Support", + "options.graphics.warning.cancel": "Take me Back", + "options.clouds.fancy": "Fancy", + "options.clouds.fast": "Fast", + "options.guiScale": "GUI Scale", + "options.guiScale.auto": "Auto", + "options.renderClouds": "Clouds", + "options.particles": "Particles", + "options.particles.all": "All", + "options.particles.decreased": "Decreased", + "options.particles.minimal": "Minimal", + "options.multiplayer.title": "Multiplayer Settings...", + "options.chat.title": "Chat Settings...", + "options.chat.visibility": "Chat", + "options.chat.visibility.full": "Shown", + "options.chat.visibility.system": "Commands Only", + "options.chat.visibility.hidden": "Hidden", + "options.chat.color": "Colors", + "options.chat.opacity": "Chat Text Opacity", + "options.chat.line_spacing": "Line Spacing", + "options.chat.links": "Web Links", + "options.chat.links.prompt": "Prompt on Links", + "options.chat.delay_none": "Chat Delay: None", + "options.chat.delay": "Chat Delay: %s seconds", + "options.chat.scale": "Chat Text Size", + "options.chat.width": "Width", + "options.chat.height.focused": "Focused Height", + "options.chat.height.unfocused": "Unfocused Height", + "options.accessibility.title": "Accessibility Settings...", + "options.accessibility.text_background": "Text Background", + "options.accessibility.text_background.chat": "Chat", + "options.accessibility.text_background.everywhere": "Everywhere", + "options.accessibility.text_background_opacity": "Text Background Opacity", + "options.accessibility.link": "Accessibility Guide", + "options.key.toggle": "Toggle", + "options.key.hold": "Hold", + "options.skinCustomisation": "Skin Customization...", + "options.skinCustomisation.title": "Skin Customization", + "options.modelPart.cape": "Cape", + "options.modelPart.hat": "Hat", + "options.modelPart.jacket": "Jacket", + "options.modelPart.left_sleeve": "Left Sleeve", + "options.modelPart.right_sleeve": "Right Sleeve", + "options.modelPart.left_pants_leg": "Left Pants Leg", + "options.modelPart.right_pants_leg": "Right Pants Leg", + "options.snooper": "Allow Snooper", + "options.snooper.view": "Snooper Settings...", + "options.snooper.title": "Feed us data!", + "options.snooper.desc": "We always want to improve Minecraft and, to help us do that, we'd like to collect some information. This lets us know what hardware to support and where the big problems are. It also gives us a sense of the size of our active player base, so we know if we're doing a good job. You can view all the information we collect below. If you want to opt out then you can simply toggle it off!", + "options.resourcepack": "Resource Packs...", + "options.fullscreen": "Fullscreen", + "options.vsync": "VSync", + "options.touchscreen": "Touchscreen Mode", + "options.reducedDebugInfo": "Reduced Debug Info", + "options.entityShadows": "Entity Shadows", + "options.mainHand": "Main Hand", + "options.mainHand.left": "Left", + "options.mainHand.right": "Right", + "options.attackIndicator": "Attack Indicator", + "options.attack.crosshair": "Crosshair", + "options.attack.hotbar": "Hotbar", + "options.showSubtitles": "Show Subtitles", + "options.realmsNotifications": "Realms Notifications", + "options.autoJump": "Auto-Jump", + "options.autoSuggestCommands": "Command Suggestions", + "options.discrete_mouse_scroll": "Discrete Scrolling", + "options.mouseWheelSensitivity": "Scroll Sensitivity", + "options.rawMouseInput": "Raw Input", + "options.narrator": "Narrator", + "options.narrator.off": "OFF", + "options.narrator.all": "Narrates All", + "options.narrator.chat": "Narrates Chat", + "options.narrator.system": "Narrates System", + "options.narrator.notavailable": "Not Available", + "options.fullscreen.resolution": "Fullscreen Resolution", + "options.fullscreen.unavailable": "Setting unavailable", + "options.fullscreen.current": "Current", + "options.mipmapLevels": "Mipmap Levels", + "options.forceUnicodeFont": "Force Unicode Font", + "options.hideMatchedNames": "Hide Matched Names", + "options.hideMatchedNames.tooltip": "3rd-party Servers may send chat messages in non-standard formats.\nWith this option on: hidden players will be matched based on chat sender names.", + "options.darkMojangStudiosBackgroundColor": "Monochrome Logo", + "options.darkMojangStudiosBackgroundColor.tooltip": "Changes the Mojang Studios loading screen background color to black.", + "narrator.toast.disabled": "Narrator Disabled", + "narrator.toast.enabled": "Narrator Enabled", + "difficulty.lock.title": "Lock World Difficulty", + "difficulty.lock.question": "Are you sure you want to lock the difficulty of this world? This will set this world to always be %1$s, and you will never be able to change that again.", + "title.oldgl.eol.line1": "Old graphics card detected; this WILL prevent you from", + "title.oldgl.eol.line2": "playing future updates as OpenGL 2.0 will be required!", + "title.oldgl.deprecation.line1": "Old graphics card detected; this may prevent you from", + "title.oldgl.deprecation.line2": "playing in the future as OpenGL 3.2 will be required!", + "title.multiplayer.disabled": "Multiplayer is disabled. Please check your Microsoft account settings.", + "controls.title": "Controls", + "controls.reset": "Reset", + "controls.resetAll": "Reset Keys", + "key.sprint": "Sprint", + "key.forward": "Walk Forwards", + "key.left": "Strafe Left", + "key.back": "Walk Backwards", + "key.right": "Strafe Right", + "key.jump": "Jump", + "key.inventory": "Open/Close Inventory", + "key.drop": "Drop Selected Item", + "key.swapOffhand": "Swap Item With Offhand", + "key.chat": "Open Chat", + "key.sneak": "Sneak", + "key.playerlist": "List Players", + "key.attack": "Attack/Destroy", + "key.use": "Use Item/Place Block", + "key.pickItem": "Pick Block", + "key.command": "Open Command", + "key.socialInteractions": "Social Interactions Screen", + "key.screenshot": "Take Screenshot", + "key.togglePerspective": "Toggle Perspective", + "key.smoothCamera": "Toggle Cinematic Camera", + "key.fullscreen": "Toggle Fullscreen", + "key.spectatorOutlines": "Highlight Players (Spectators)", + "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.saveToolbarActivator": "Save Hotbar Activator", + "key.loadToolbarActivator": "Load Hotbar Activator", + "key.advancements": "Advancements", + "key.categories.movement": "Movement", + "key.categories.misc": "Miscellaneous", + "key.categories.multiplayer": "Multiplayer", + "key.categories.gameplay": "Gameplay", + "key.categories.ui": "Game Interface", + "key.categories.inventory": "Inventory", + "key.categories.creative": "Creative Mode", + "key.mouse.left": "Left Button", + "key.mouse.right": "Right Button", + "key.mouse.middle": "Middle Button", + "key.mouse": "Button %1$s", + "key.keyboard.unknown": "Not bound", + "key.keyboard.apostrophe": "'", + "key.keyboard.backslash": "\\", + "key.keyboard.backspace": "Backspace", + "key.keyboard.comma": ",", + "key.keyboard.delete": "Delete", + "key.keyboard.end": "End", + "key.keyboard.enter": "Enter", + "key.keyboard.equal": "=", + "key.keyboard.escape": "Escape", + "key.keyboard.f1": "F1", + "key.keyboard.f2": "F2", + "key.keyboard.f3": "F3", + "key.keyboard.f4": "F4", + "key.keyboard.f5": "F5", + "key.keyboard.f6": "F6", + "key.keyboard.f7": "F7", + "key.keyboard.f8": "F8", + "key.keyboard.f9": "F9", + "key.keyboard.f10": "F10", + "key.keyboard.f11": "F11", + "key.keyboard.f12": "F12", + "key.keyboard.f13": "F13", + "key.keyboard.f14": "F14", + "key.keyboard.f15": "F15", + "key.keyboard.f16": "F16", + "key.keyboard.f17": "F17", + "key.keyboard.f18": "F18", + "key.keyboard.f19": "F19", + "key.keyboard.f20": "F20", + "key.keyboard.f21": "F21", + "key.keyboard.f22": "F22", + "key.keyboard.f23": "F23", + "key.keyboard.f24": "F24", + "key.keyboard.f25": "F25", + "key.keyboard.grave.accent": "`", + "key.keyboard.home": "Home", + "key.keyboard.insert": "Insert", + "key.keyboard.keypad.0": "Keypad 0", + "key.keyboard.keypad.1": "Keypad 1", + "key.keyboard.keypad.2": "Keypad 2", + "key.keyboard.keypad.3": "Keypad 3", + "key.keyboard.keypad.4": "Keypad 4", + "key.keyboard.keypad.5": "Keypad 5", + "key.keyboard.keypad.6": "Keypad 6", + "key.keyboard.keypad.7": "Keypad 7", + "key.keyboard.keypad.8": "Keypad 8", + "key.keyboard.keypad.9": "Keypad 9", + "key.keyboard.keypad.add": "Keypad +", + "key.keyboard.keypad.decimal": "Keypad Decimal", + "key.keyboard.keypad.enter": "Keypad Enter", + "key.keyboard.keypad.equal": "Keypad =", + "key.keyboard.keypad.multiply": "Keypad *", + "key.keyboard.keypad.divide": "Keypad /", + "key.keyboard.keypad.subtract": "Keypad -", + "key.keyboard.left.bracket": "[", + "key.keyboard.right.bracket": "]", + "key.keyboard.minus": "-", + "key.keyboard.num.lock": "Num Lock", + "key.keyboard.caps.lock": "Caps Lock", + "key.keyboard.scroll.lock": "Scroll Lock", + "key.keyboard.page.down": "Page Down", + "key.keyboard.page.up": "Page Up", + "key.keyboard.pause": "Pause", + "key.keyboard.period": ".", + "key.keyboard.left.control": "Left Control", + "key.keyboard.right.control": "Right Control", + "key.keyboard.left.alt": "Left Alt", + "key.keyboard.right.alt": "Right Alt", + "key.keyboard.left.shift": "Left Shift", + "key.keyboard.right.shift": "Right Shift", + "key.keyboard.left.win": "Left Win", + "key.keyboard.right.win": "Right Win", + "key.keyboard.semicolon": ";", + "key.keyboard.slash": "/", + "key.keyboard.space": "Space", + "key.keyboard.tab": "Tab", + "key.keyboard.up": "Up Arrow", + "key.keyboard.down": "Down Arrow", + "key.keyboard.left": "Left Arrow", + "key.keyboard.right": "Right Arrow", + "key.keyboard.menu": "Menu", + "key.keyboard.print.screen": "Print Screen", + "key.keyboard.world.1": "World 1", + "key.keyboard.world.2": "World 2", + "pack.available.title": "Available", + "pack.selected.title": "Selected", + "pack.incompatible": "Incompatible", + "pack.incompatible.old": "(Made for an older version of Minecraft)", + "pack.incompatible.new": "(Made for a newer version of Minecraft)", + "pack.incompatible.confirm.title": "Are you sure you want to load this pack?", + "pack.incompatible.confirm.old": "This pack was made for an older version of Minecraft and may no longer work correctly.", + "pack.incompatible.confirm.new": "This pack was made for a newer version of Minecraft and may not work correctly.", + "pack.dropInfo": "Drag and drop files into this window to add packs", + "pack.dropConfirm": "Do you want to add the following packs to Minecraft?", + "pack.copyFailure": "Failed to copy packs", + "pack.nameAndSource": "%s (%s)", + "pack.openFolder": "Open Pack Folder", + "pack.folderInfo": "(Place pack files here)", + "resourcePack.title": "Select Resource Packs", + "resourcePack.server.name": "World Specific Resources", + "resourcePack.broken_assets": "BROKEN ASSETS DETECTED", + "resourcePack.vanilla.description": "The default resources for Minecraft", + "resourcePack.load_fail": "Resource reload failed", + "dataPack.title": "Select Data Packs", + "dataPack.validation.working": "Validating selected data packs...", + "dataPack.validation.failed": "Data pack validation failed!", + "dataPack.validation.back": "Go Back", + "dataPack.validation.reset": "Reset to Default", + "dataPack.vanilla.description": "The default data for Minecraft", + "sign.edit": "Edit Sign Message", + "book.pageIndicator": "Page %1$s of %2$s", + "book.byAuthor": "by %1$s", + "book.signButton": "Sign", + "book.editTitle": "Enter Book Title:", + "book.finalizeButton": "Sign and Close", + "book.finalizeWarning": "Note! When you sign the book, it will no longer be editable.", + "book.generation.0": "Original", + "book.generation.1": "Copy of original", + "book.generation.2": "Copy of a copy", + "book.generation.3": "Tattered", + "book.invalid.tag": "* Invalid book tag *", + "merchant.deprecated": "Villagers restock up to two times per day.", + "merchant.current_level": "Trader's current level", + "merchant.next_level": "Trader's next level", + "merchant.level.1": "Novice", + "merchant.level.2": "Apprentice", + "merchant.level.3": "Journeyman", + "merchant.level.4": "Expert", + "merchant.level.5": "Master", + "merchant.trades": "Trades", + "block.minecraft.air": "Air", + "block.minecraft.barrier": "Barrier", + "block.minecraft.light": "Light", + "block.minecraft.stone": "Stone", + "block.minecraft.granite": "Granite", + "block.minecraft.polished_granite": "Polished Granite", + "block.minecraft.diorite": "Diorite", + "block.minecraft.polished_diorite": "Polished Diorite", + "block.minecraft.andesite": "Andesite", + "block.minecraft.polished_andesite": "Polished Andesite", + "block.minecraft.hay_block": "Hay Bale", + "block.minecraft.grass_block": "Grass Block", + "block.minecraft.dirt": "Dirt", + "block.minecraft.coarse_dirt": "Coarse Dirt", + "block.minecraft.podzol": "Podzol", + "block.minecraft.cobblestone": "Cobblestone", + "block.minecraft.oak_planks": "Oak Planks", + "block.minecraft.spruce_planks": "Spruce Planks", + "block.minecraft.birch_planks": "Birch Planks", + "block.minecraft.jungle_planks": "Jungle Planks", + "block.minecraft.acacia_planks": "Acacia Planks", + "block.minecraft.dark_oak_planks": "Dark Oak Planks", + "block.minecraft.oak_sapling": "Oak Sapling", + "block.minecraft.spruce_sapling": "Spruce Sapling", + "block.minecraft.birch_sapling": "Birch Sapling", + "block.minecraft.jungle_sapling": "Jungle Sapling", + "block.minecraft.acacia_sapling": "Acacia Sapling", + "block.minecraft.dark_oak_sapling": "Dark Oak Sapling", + "block.minecraft.oak_door": "Oak Door", + "block.minecraft.spruce_door": "Spruce Door", + "block.minecraft.birch_door": "Birch Door", + "block.minecraft.jungle_door": "Jungle Door", + "block.minecraft.acacia_door": "Acacia Door", + "block.minecraft.dark_oak_door": "Dark Oak Door", + "block.minecraft.bedrock": "Bedrock", + "block.minecraft.water": "Water", + "block.minecraft.lava": "Lava", + "block.minecraft.sand": "Sand", + "block.minecraft.red_sand": "Red Sand", + "block.minecraft.sandstone": "Sandstone", + "block.minecraft.chiseled_sandstone": "Chiseled Sandstone", + "block.minecraft.cut_sandstone": "Cut Sandstone", + "block.minecraft.red_sandstone": "Red Sandstone", + "block.minecraft.chiseled_red_sandstone": "Chiseled Red Sandstone", + "block.minecraft.cut_red_sandstone": "Cut Red Sandstone", + "block.minecraft.gravel": "Gravel", + "block.minecraft.gold_ore": "Gold Ore", + "block.minecraft.deepslate_gold_ore": "Deepslate Gold Ore", + "block.minecraft.nether_gold_ore": "Nether Gold Ore", + "block.minecraft.iron_ore": "Iron Ore", + "block.minecraft.deepslate_iron_ore": "Deepslate Iron Ore", + "block.minecraft.coal_ore": "Coal Ore", + "block.minecraft.deepslate_coal_ore": "Deepslate Coal Ore", + "block.minecraft.oak_wood": "Oak Wood", + "block.minecraft.spruce_wood": "Spruce Wood", + "block.minecraft.birch_wood": "Birch Wood", + "block.minecraft.jungle_wood": "Jungle Wood", + "block.minecraft.acacia_wood": "Acacia Wood", + "block.minecraft.dark_oak_wood": "Dark Oak Wood", + "block.minecraft.oak_log": "Oak Log", + "block.minecraft.spruce_log": "Spruce Log", + "block.minecraft.birch_log": "Birch Log", + "block.minecraft.jungle_log": "Jungle Log", + "block.minecraft.acacia_log": "Acacia Log", + "block.minecraft.dark_oak_log": "Dark Oak Log", + "block.minecraft.stripped_oak_log": "Stripped Oak Log", + "block.minecraft.stripped_spruce_log": "Stripped Spruce Log", + "block.minecraft.stripped_birch_log": "Stripped Birch Log", + "block.minecraft.stripped_jungle_log": "Stripped Jungle Log", + "block.minecraft.stripped_acacia_log": "Stripped Acacia Log", + "block.minecraft.stripped_dark_oak_log": "Stripped Dark Oak Log", + "block.minecraft.stripped_oak_wood": "Stripped Oak Wood", + "block.minecraft.stripped_spruce_wood": "Stripped Spruce Wood", + "block.minecraft.stripped_birch_wood": "Stripped Birch Wood", + "block.minecraft.stripped_jungle_wood": "Stripped Jungle Wood", + "block.minecraft.stripped_acacia_wood": "Stripped Acacia Wood", + "block.minecraft.stripped_dark_oak_wood": "Stripped Dark Oak Wood", + "block.minecraft.oak_leaves": "Oak Leaves", + "block.minecraft.spruce_leaves": "Spruce Leaves", + "block.minecraft.birch_leaves": "Birch Leaves", + "block.minecraft.jungle_leaves": "Jungle Leaves", + "block.minecraft.acacia_leaves": "Acacia Leaves", + "block.minecraft.dark_oak_leaves": "Dark Oak Leaves", + "block.minecraft.dead_bush": "Dead Bush", + "block.minecraft.grass": "Grass", + "block.minecraft.fern": "Fern", + "block.minecraft.sponge": "Sponge", + "block.minecraft.wet_sponge": "Wet Sponge", + "block.minecraft.glass": "Glass", + "block.minecraft.kelp_plant": "Kelp Plant", + "block.minecraft.kelp": "Kelp", + "block.minecraft.dried_kelp_block": "Dried Kelp Block", + "block.minecraft.white_stained_glass": "White Stained Glass", + "block.minecraft.orange_stained_glass": "Orange Stained Glass", + "block.minecraft.magenta_stained_glass": "Magenta Stained Glass", + "block.minecraft.light_blue_stained_glass": "Light Blue Stained Glass", + "block.minecraft.yellow_stained_glass": "Yellow Stained Glass", + "block.minecraft.lime_stained_glass": "Lime Stained Glass", + "block.minecraft.pink_stained_glass": "Pink Stained Glass", + "block.minecraft.gray_stained_glass": "Gray Stained Glass", + "block.minecraft.light_gray_stained_glass": "Light Gray Stained Glass", + "block.minecraft.cyan_stained_glass": "Cyan Stained Glass", + "block.minecraft.purple_stained_glass": "Purple Stained Glass", + "block.minecraft.blue_stained_glass": "Blue Stained Glass", + "block.minecraft.brown_stained_glass": "Brown Stained Glass", + "block.minecraft.green_stained_glass": "Green Stained Glass", + "block.minecraft.red_stained_glass": "Red Stained Glass", + "block.minecraft.black_stained_glass": "Black Stained Glass", + "block.minecraft.white_stained_glass_pane": "White Stained Glass Pane", + "block.minecraft.orange_stained_glass_pane": "Orange Stained Glass Pane", + "block.minecraft.magenta_stained_glass_pane": "Magenta Stained Glass Pane", + "block.minecraft.light_blue_stained_glass_pane": "Light Blue Stained Glass Pane", + "block.minecraft.yellow_stained_glass_pane": "Yellow Stained Glass Pane", + "block.minecraft.lime_stained_glass_pane": "Lime Stained Glass Pane", + "block.minecraft.pink_stained_glass_pane": "Pink Stained Glass Pane", + "block.minecraft.gray_stained_glass_pane": "Gray Stained Glass Pane", + "block.minecraft.light_gray_stained_glass_pane": "Light Gray Stained Glass Pane", + "block.minecraft.cyan_stained_glass_pane": "Cyan Stained Glass Pane", + "block.minecraft.purple_stained_glass_pane": "Purple Stained Glass Pane", + "block.minecraft.blue_stained_glass_pane": "Blue Stained Glass Pane", + "block.minecraft.brown_stained_glass_pane": "Brown Stained Glass Pane", + "block.minecraft.green_stained_glass_pane": "Green Stained Glass Pane", + "block.minecraft.red_stained_glass_pane": "Red Stained Glass Pane", + "block.minecraft.black_stained_glass_pane": "Black Stained Glass Pane", + "block.minecraft.glass_pane": "Glass Pane", + "block.minecraft.dandelion": "Dandelion", + "block.minecraft.poppy": "Poppy", + "block.minecraft.blue_orchid": "Blue Orchid", + "block.minecraft.allium": "Allium", + "block.minecraft.azure_bluet": "Azure Bluet", + "block.minecraft.red_tulip": "Red Tulip", + "block.minecraft.orange_tulip": "Orange Tulip", + "block.minecraft.white_tulip": "White Tulip", + "block.minecraft.pink_tulip": "Pink Tulip", + "block.minecraft.oxeye_daisy": "Oxeye Daisy", + "block.minecraft.cornflower": "Cornflower", + "block.minecraft.lily_of_the_valley": "Lily of the Valley", + "block.minecraft.wither_rose": "Wither Rose", + "block.minecraft.sunflower": "Sunflower", + "block.minecraft.lilac": "Lilac", + "block.minecraft.tall_grass": "Tall Grass", + "block.minecraft.tall_seagrass": "Tall Seagrass", + "block.minecraft.large_fern": "Large Fern", + "block.minecraft.rose_bush": "Rose Bush", + "block.minecraft.peony": "Peony", + "block.minecraft.seagrass": "Seagrass", + "block.minecraft.sea_pickle": "Sea Pickle", + "block.minecraft.brown_mushroom": "Brown Mushroom", + "block.minecraft.red_mushroom_block": "Red Mushroom Block", + "block.minecraft.brown_mushroom_block": "Brown Mushroom Block", + "block.minecraft.mushroom_stem": "Mushroom Stem", + "block.minecraft.gold_block": "Block of Gold", + "block.minecraft.iron_block": "Block of Iron", + "block.minecraft.smooth_stone": "Smooth Stone", + "block.minecraft.smooth_sandstone": "Smooth Sandstone", + "block.minecraft.smooth_red_sandstone": "Smooth Red Sandstone", + "block.minecraft.smooth_quartz": "Smooth Quartz Block", + "block.minecraft.stone_slab": "Stone Slab", + "block.minecraft.smooth_stone_slab": "Smooth Stone Slab", + "block.minecraft.sandstone_slab": "Sandstone Slab", + "block.minecraft.red_sandstone_slab": "Red Sandstone Slab", + "block.minecraft.cut_sandstone_slab": "Cut Sandstone Slab", + "block.minecraft.cut_red_sandstone_slab": "Cut Red Sandstone Slab", + "block.minecraft.petrified_oak_slab": "Petrified Oak Slab", + "block.minecraft.cobblestone_slab": "Cobblestone Slab", + "block.minecraft.brick_slab": "Brick Slab", + "block.minecraft.stone_brick_slab": "Stone Brick Slab", + "block.minecraft.nether_brick_slab": "Nether Brick Slab", + "block.minecraft.quartz_slab": "Quartz Slab", + "block.minecraft.oak_slab": "Oak Slab", + "block.minecraft.spruce_slab": "Spruce Slab", + "block.minecraft.birch_slab": "Birch Slab", + "block.minecraft.jungle_slab": "Jungle Slab", + "block.minecraft.acacia_slab": "Acacia Slab", + "block.minecraft.dark_oak_slab": "Dark Oak Slab", + "block.minecraft.dark_prismarine_slab": "Dark Prismarine Slab", + "block.minecraft.prismarine_slab": "Prismarine Slab", + "block.minecraft.prismarine_brick_slab": "Prismarine Brick Slab", + "block.minecraft.bricks": "Bricks", + "block.minecraft.tnt": "TNT", + "block.minecraft.bookshelf": "Bookshelf", + "block.minecraft.mossy_cobblestone": "Mossy Cobblestone", + "block.minecraft.obsidian": "Obsidian", + "block.minecraft.torch": "Torch", + "block.minecraft.wall_torch": "Wall Torch", + "block.minecraft.soul_torch": "Soul Torch", + "block.minecraft.soul_wall_torch": "Soul Wall Torch", + "block.minecraft.fire": "Fire", + "block.minecraft.spawner": "Spawner", + "block.minecraft.respawn_anchor": "Respawn Anchor", + "block.minecraft.oak_stairs": "Oak Stairs", + "block.minecraft.spruce_stairs": "Spruce Stairs", + "block.minecraft.birch_stairs": "Birch Stairs", + "block.minecraft.jungle_stairs": "Jungle Stairs", + "block.minecraft.acacia_stairs": "Acacia Stairs", + "block.minecraft.dark_oak_stairs": "Dark Oak Stairs", + "block.minecraft.dark_prismarine_stairs": "Dark Prismarine Stairs", + "block.minecraft.prismarine_stairs": "Prismarine Stairs", + "block.minecraft.prismarine_brick_stairs": "Prismarine Brick Stairs", + "block.minecraft.chest": "Chest", + "block.minecraft.trapped_chest": "Trapped Chest", + "block.minecraft.redstone_wire": "Redstone Wire", + "block.minecraft.diamond_ore": "Diamond Ore", + "block.minecraft.deepslate_diamond_ore": "Deepslate Diamond Ore", + "block.minecraft.coal_block": "Block of Coal", + "block.minecraft.diamond_block": "Block of Diamond", + "block.minecraft.crafting_table": "Crafting Table", + "block.minecraft.wheat": "Wheat Crops", + "block.minecraft.farmland": "Farmland", + "block.minecraft.furnace": "Furnace", + "block.minecraft.oak_sign": "Oak Sign", + "block.minecraft.spruce_sign": "Spruce Sign", + "block.minecraft.birch_sign": "Birch Sign", + "block.minecraft.acacia_sign": "Acacia Sign", + "block.minecraft.jungle_sign": "Jungle Sign", + "block.minecraft.dark_oak_sign": "Dark Oak Sign", + "block.minecraft.oak_wall_sign": "Oak Wall Sign", + "block.minecraft.spruce_wall_sign": "Spruce Wall Sign", + "block.minecraft.birch_wall_sign": "Birch Wall Sign", + "block.minecraft.acacia_wall_sign": "Acacia Wall Sign", + "block.minecraft.jungle_wall_sign": "Jungle Wall Sign", + "block.minecraft.dark_oak_wall_sign": "Dark Oak Wall Sign", + "block.minecraft.ladder": "Ladder", + "block.minecraft.scaffolding": "Scaffolding", + "block.minecraft.rail": "Rail", + "block.minecraft.powered_rail": "Powered Rail", + "block.minecraft.activator_rail": "Activator Rail", + "block.minecraft.detector_rail": "Detector Rail", + "block.minecraft.cobblestone_stairs": "Cobblestone Stairs", + "block.minecraft.sandstone_stairs": "Sandstone Stairs", + "block.minecraft.red_sandstone_stairs": "Red Sandstone Stairs", + "block.minecraft.lever": "Lever", + "block.minecraft.stone_pressure_plate": "Stone Pressure Plate", + "block.minecraft.oak_pressure_plate": "Oak Pressure Plate", + "block.minecraft.spruce_pressure_plate": "Spruce Pressure Plate", + "block.minecraft.birch_pressure_plate": "Birch Pressure Plate", + "block.minecraft.jungle_pressure_plate": "Jungle Pressure Plate", + "block.minecraft.acacia_pressure_plate": "Acacia Pressure Plate", + "block.minecraft.dark_oak_pressure_plate": "Dark Oak Pressure Plate", + "block.minecraft.light_weighted_pressure_plate": "Light Weighted Pressure Plate", + "block.minecraft.heavy_weighted_pressure_plate": "Heavy Weighted Pressure Plate", + "block.minecraft.iron_door": "Iron Door", + "block.minecraft.redstone_ore": "Redstone Ore", + "block.minecraft.deepslate_redstone_ore": "Deepslate Redstone Ore", + "block.minecraft.redstone_torch": "Redstone Torch", + "block.minecraft.redstone_wall_torch": "Redstone Wall Torch", + "block.minecraft.stone_button": "Stone Button", + "block.minecraft.oak_button": "Oak Button", + "block.minecraft.spruce_button": "Spruce Button", + "block.minecraft.birch_button": "Birch Button", + "block.minecraft.jungle_button": "Jungle Button", + "block.minecraft.acacia_button": "Acacia Button", + "block.minecraft.dark_oak_button": "Dark Oak Button", + "block.minecraft.snow": "Snow", + "block.minecraft.white_carpet": "White Carpet", + "block.minecraft.orange_carpet": "Orange Carpet", + "block.minecraft.magenta_carpet": "Magenta Carpet", + "block.minecraft.light_blue_carpet": "Light Blue Carpet", + "block.minecraft.yellow_carpet": "Yellow Carpet", + "block.minecraft.lime_carpet": "Lime Carpet", + "block.minecraft.pink_carpet": "Pink Carpet", + "block.minecraft.gray_carpet": "Gray Carpet", + "block.minecraft.light_gray_carpet": "Light Gray Carpet", + "block.minecraft.cyan_carpet": "Cyan Carpet", + "block.minecraft.purple_carpet": "Purple Carpet", + "block.minecraft.blue_carpet": "Blue Carpet", + "block.minecraft.brown_carpet": "Brown Carpet", + "block.minecraft.green_carpet": "Green Carpet", + "block.minecraft.red_carpet": "Red Carpet", + "block.minecraft.black_carpet": "Black Carpet", + "block.minecraft.ice": "Ice", + "block.minecraft.frosted_ice": "Frosted Ice", + "block.minecraft.packed_ice": "Packed Ice", + "block.minecraft.blue_ice": "Blue Ice", + "block.minecraft.cactus": "Cactus", + "block.minecraft.clay": "Clay", + "block.minecraft.white_terracotta": "White Terracotta", + "block.minecraft.orange_terracotta": "Orange Terracotta", + "block.minecraft.magenta_terracotta": "Magenta Terracotta", + "block.minecraft.light_blue_terracotta": "Light Blue Terracotta", + "block.minecraft.yellow_terracotta": "Yellow Terracotta", + "block.minecraft.lime_terracotta": "Lime Terracotta", + "block.minecraft.pink_terracotta": "Pink Terracotta", + "block.minecraft.gray_terracotta": "Gray Terracotta", + "block.minecraft.light_gray_terracotta": "Light Gray Terracotta", + "block.minecraft.cyan_terracotta": "Cyan Terracotta", + "block.minecraft.purple_terracotta": "Purple Terracotta", + "block.minecraft.blue_terracotta": "Blue Terracotta", + "block.minecraft.brown_terracotta": "Brown Terracotta", + "block.minecraft.green_terracotta": "Green Terracotta", + "block.minecraft.red_terracotta": "Red Terracotta", + "block.minecraft.black_terracotta": "Black Terracotta", + "block.minecraft.terracotta": "Terracotta", + "block.minecraft.sugar_cane": "Sugar Cane", + "block.minecraft.jukebox": "Jukebox", + "block.minecraft.oak_fence": "Oak Fence", + "block.minecraft.spruce_fence": "Spruce Fence", + "block.minecraft.birch_fence": "Birch Fence", + "block.minecraft.jungle_fence": "Jungle Fence", + "block.minecraft.dark_oak_fence": "Dark Oak Fence", + "block.minecraft.acacia_fence": "Acacia Fence", + "block.minecraft.oak_fence_gate": "Oak Fence Gate", + "block.minecraft.spruce_fence_gate": "Spruce Fence Gate", + "block.minecraft.birch_fence_gate": "Birch Fence Gate", + "block.minecraft.jungle_fence_gate": "Jungle Fence Gate", + "block.minecraft.dark_oak_fence_gate": "Dark Oak Fence Gate", + "block.minecraft.acacia_fence_gate": "Acacia Fence Gate", + "block.minecraft.pumpkin_stem": "Pumpkin Stem", + "block.minecraft.attached_pumpkin_stem": "Attached Pumpkin Stem", + "block.minecraft.pumpkin": "Pumpkin", + "block.minecraft.carved_pumpkin": "Carved Pumpkin", + "block.minecraft.jack_o_lantern": "Jack o'Lantern", + "block.minecraft.netherrack": "Netherrack", + "block.minecraft.soul_sand": "Soul Sand", + "block.minecraft.glowstone": "Glowstone", + "block.minecraft.nether_portal": "Nether Portal", + "block.minecraft.white_wool": "White Wool", + "block.minecraft.orange_wool": "Orange Wool", + "block.minecraft.magenta_wool": "Magenta Wool", + "block.minecraft.light_blue_wool": "Light Blue Wool", + "block.minecraft.yellow_wool": "Yellow Wool", + "block.minecraft.lime_wool": "Lime Wool", + "block.minecraft.pink_wool": "Pink Wool", + "block.minecraft.gray_wool": "Gray Wool", + "block.minecraft.light_gray_wool": "Light Gray Wool", + "block.minecraft.cyan_wool": "Cyan Wool", + "block.minecraft.purple_wool": "Purple Wool", + "block.minecraft.blue_wool": "Blue Wool", + "block.minecraft.brown_wool": "Brown Wool", + "block.minecraft.green_wool": "Green Wool", + "block.minecraft.red_wool": "Red Wool", + "block.minecraft.black_wool": "Black Wool", + "block.minecraft.lapis_ore": "Lapis Lazuli Ore", + "block.minecraft.deepslate_lapis_ore": "Deepslate Lapis Lazuli Ore", + "block.minecraft.lapis_block": "Block of Lapis Lazuli", + "block.minecraft.dispenser": "Dispenser", + "block.minecraft.dropper": "Dropper", + "block.minecraft.note_block": "Note Block", + "block.minecraft.cake": "Cake", + "block.minecraft.bed.occupied": "This bed is occupied", + "block.minecraft.bed.obstructed": "This bed is obstructed", + "block.minecraft.bed.no_sleep": "You can sleep only at night or during thunderstorms", + "block.minecraft.bed.too_far_away": "You may not rest now; the bed is too far away", + "block.minecraft.bed.not_safe": "You may not rest now; there are monsters nearby", + "block.minecraft.spawn.not_valid": "You have no home bed or charged respawn anchor, or it was obstructed", + "block.minecraft.set_spawn": "Respawn point set", + "block.minecraft.oak_trapdoor": "Oak Trapdoor", + "block.minecraft.spruce_trapdoor": "Spruce Trapdoor", + "block.minecraft.birch_trapdoor": "Birch Trapdoor", + "block.minecraft.jungle_trapdoor": "Jungle Trapdoor", + "block.minecraft.acacia_trapdoor": "Acacia Trapdoor", + "block.minecraft.dark_oak_trapdoor": "Dark Oak Trapdoor", + "block.minecraft.iron_trapdoor": "Iron Trapdoor", + "block.minecraft.cobweb": "Cobweb", + "block.minecraft.stone_bricks": "Stone Bricks", + "block.minecraft.mossy_stone_bricks": "Mossy Stone Bricks", + "block.minecraft.cracked_stone_bricks": "Cracked Stone Bricks", + "block.minecraft.chiseled_stone_bricks": "Chiseled Stone Bricks", + "block.minecraft.infested_stone": "Infested Stone", + "block.minecraft.infested_cobblestone": "Infested Cobblestone", + "block.minecraft.infested_stone_bricks": "Infested Stone Bricks", + "block.minecraft.infested_mossy_stone_bricks": "Infested Mossy Stone Bricks", + "block.minecraft.infested_cracked_stone_bricks": "Infested Cracked Stone Bricks", + "block.minecraft.infested_chiseled_stone_bricks": "Infested Chiseled Stone Bricks", + "block.minecraft.piston": "Piston", + "block.minecraft.sticky_piston": "Sticky Piston", + "block.minecraft.iron_bars": "Iron Bars", + "block.minecraft.melon": "Melon", + "block.minecraft.brick_stairs": "Brick Stairs", + "block.minecraft.stone_brick_stairs": "Stone Brick Stairs", + "block.minecraft.vine": "Vines", + "block.minecraft.nether_bricks": "Nether Bricks", + "block.minecraft.nether_brick_fence": "Nether Brick Fence", + "block.minecraft.nether_brick_stairs": "Nether Brick Stairs", + "block.minecraft.nether_wart": "Nether Wart", + "block.minecraft.warped_wart_block": "Warped Wart Block", + "block.minecraft.warped_stem": "Warped Stem", + "block.minecraft.stripped_warped_stem": "Stripped Warped Stem", + "block.minecraft.warped_hyphae": "Warped Hyphae", + "block.minecraft.stripped_warped_hyphae": "Stripped Warped Hyphae", + "block.minecraft.crimson_stem": "Crimson Stem", + "block.minecraft.stripped_crimson_stem": "Stripped Crimson Stem", + "block.minecraft.crimson_hyphae": "Crimson Hyphae", + "block.minecraft.stripped_crimson_hyphae": "Stripped Crimson Hyphae", + "block.minecraft.warped_nylium": "Warped Nylium", + "block.minecraft.crimson_nylium": "Crimson Nylium", + "block.minecraft.warped_fungus": "Warped Fungus", + "block.minecraft.crimson_fungus": "Crimson Fungus", + "block.minecraft.crimson_roots": "Crimson Roots", + "block.minecraft.warped_roots": "Warped Roots", + "block.minecraft.nether_sprouts": "Nether Sprouts", + "block.minecraft.shroomlight": "Shroomlight", + "block.minecraft.weeping_vines": "Weeping Vines", + "block.minecraft.weeping_vines_plant": "Weeping Vines Plant", + "block.minecraft.twisting_vines": "Twisting Vines", + "block.minecraft.twisting_vines_plant": "Twisting Vines Plant", + "block.minecraft.soul_soil": "Soul Soil", + "block.minecraft.basalt": "Basalt", + "block.minecraft.polished_basalt": "Polished Basalt", + "block.minecraft.warped_planks": "Warped Planks", + "block.minecraft.warped_slab": "Warped Slab", + "block.minecraft.warped_pressure_plate": "Warped Pressure Plate", + "block.minecraft.warped_fence": "Warped Fence", + "block.minecraft.warped_trapdoor": "Warped Trapdoor", + "block.minecraft.warped_fence_gate": "Warped Fence Gate", + "block.minecraft.warped_stairs": "Warped Stairs", + "block.minecraft.warped_button": "Warped Button", + "block.minecraft.warped_door": "Warped Door", + "block.minecraft.warped_sign": "Warped Sign", + "block.minecraft.warped_wall_sign": "Warped Wall Sign", + "block.minecraft.crimson_planks": "Crimson Planks", + "block.minecraft.crimson_slab": "Crimson Slab", + "block.minecraft.crimson_pressure_plate": "Crimson Pressure Plate", + "block.minecraft.crimson_fence": "Crimson Fence", + "block.minecraft.crimson_trapdoor": "Crimson Trapdoor", + "block.minecraft.crimson_fence_gate": "Crimson Fence Gate", + "block.minecraft.crimson_stairs": "Crimson Stairs", + "block.minecraft.crimson_button": "Crimson Button", + "block.minecraft.crimson_door": "Crimson Door", + "block.minecraft.crimson_sign": "Crimson Sign", + "block.minecraft.crimson_wall_sign": "Crimson Wall Sign", + "block.minecraft.soul_fire": "Soul Fire", + "block.minecraft.cauldron": "Cauldron", + "block.minecraft.water_cauldron": "Water Cauldron", + "block.minecraft.lava_cauldron": "Lava Cauldron", + "block.minecraft.powder_snow_cauldron": "Powder Snow Cauldron", + "block.minecraft.enchanting_table": "Enchanting Table", + "block.minecraft.anvil": "Anvil", + "block.minecraft.chipped_anvil": "Chipped Anvil", + "block.minecraft.damaged_anvil": "Damaged Anvil", + "block.minecraft.end_stone": "End Stone", + "block.minecraft.end_portal_frame": "End Portal Frame", + "block.minecraft.mycelium": "Mycelium", + "block.minecraft.lily_pad": "Lily Pad", + "block.minecraft.dragon_egg": "Dragon Egg", + "block.minecraft.redstone_lamp": "Redstone Lamp", + "block.minecraft.cocoa": "Cocoa", + "block.minecraft.ender_chest": "Ender Chest", + "block.minecraft.emerald_ore": "Emerald Ore", + "block.minecraft.deepslate_emerald_ore": "Deepslate Emerald Ore", + "block.minecraft.emerald_block": "Block of Emerald", + "block.minecraft.redstone_block": "Block of Redstone", + "block.minecraft.tripwire": "Tripwire", + "block.minecraft.tripwire_hook": "Tripwire Hook", + "block.minecraft.command_block": "Command Block", + "block.minecraft.repeating_command_block": "Repeating Command Block", + "block.minecraft.chain_command_block": "Chain Command Block", + "block.minecraft.beacon": "Beacon", + "block.minecraft.beacon.primary": "Primary Power", + "block.minecraft.beacon.secondary": "Secondary Power", + "block.minecraft.cobblestone_wall": "Cobblestone Wall", + "block.minecraft.mossy_cobblestone_wall": "Mossy Cobblestone Wall", + "block.minecraft.carrots": "Carrots", + "block.minecraft.potatoes": "Potatoes", + "block.minecraft.daylight_detector": "Daylight Detector", + "block.minecraft.nether_quartz_ore": "Nether Quartz Ore", + "block.minecraft.hopper": "Hopper", + "block.minecraft.quartz_block": "Block of Quartz", + "block.minecraft.chiseled_quartz_block": "Chiseled Quartz Block", + "block.minecraft.quartz_pillar": "Quartz Pillar", + "block.minecraft.quartz_stairs": "Quartz Stairs", + "block.minecraft.slime_block": "Slime Block", + "block.minecraft.prismarine": "Prismarine", + "block.minecraft.prismarine_bricks": "Prismarine Bricks", + "block.minecraft.dark_prismarine": "Dark Prismarine", + "block.minecraft.sea_lantern": "Sea Lantern", + "block.minecraft.end_rod": "End Rod", + "block.minecraft.chorus_plant": "Chorus Plant", + "block.minecraft.chorus_flower": "Chorus Flower", + "block.minecraft.purpur_block": "Purpur Block", + "block.minecraft.purpur_pillar": "Purpur Pillar", + "block.minecraft.purpur_stairs": "Purpur Stairs", + "block.minecraft.purpur_slab": "Purpur Slab", + "block.minecraft.end_stone_bricks": "End Stone Bricks", + "block.minecraft.beetroots": "Beetroots", + "block.minecraft.dirt_path": "Dirt Path", + "block.minecraft.magma_block": "Magma Block", + "block.minecraft.nether_wart_block": "Nether Wart Block", + "block.minecraft.red_nether_bricks": "Red Nether Bricks", + "block.minecraft.bone_block": "Bone Block", + "block.minecraft.observer": "Observer", + "block.minecraft.shulker_box": "Shulker Box", + "block.minecraft.white_shulker_box": "White Shulker Box", + "block.minecraft.orange_shulker_box": "Orange Shulker Box", + "block.minecraft.magenta_shulker_box": "Magenta Shulker Box", + "block.minecraft.light_blue_shulker_box": "Light Blue Shulker Box", + "block.minecraft.yellow_shulker_box": "Yellow Shulker Box", + "block.minecraft.lime_shulker_box": "Lime Shulker Box", + "block.minecraft.pink_shulker_box": "Pink Shulker Box", + "block.minecraft.gray_shulker_box": "Gray Shulker Box", + "block.minecraft.light_gray_shulker_box": "Light Gray Shulker Box", + "block.minecraft.cyan_shulker_box": "Cyan Shulker Box", + "block.minecraft.purple_shulker_box": "Purple Shulker Box", + "block.minecraft.blue_shulker_box": "Blue Shulker Box", + "block.minecraft.brown_shulker_box": "Brown Shulker Box", + "block.minecraft.green_shulker_box": "Green Shulker Box", + "block.minecraft.red_shulker_box": "Red Shulker Box", + "block.minecraft.black_shulker_box": "Black Shulker Box", + "block.minecraft.white_glazed_terracotta": "White Glazed Terracotta", + "block.minecraft.orange_glazed_terracotta": "Orange Glazed Terracotta", + "block.minecraft.magenta_glazed_terracotta": "Magenta Glazed Terracotta", + "block.minecraft.light_blue_glazed_terracotta": "Light Blue Glazed Terracotta", + "block.minecraft.yellow_glazed_terracotta": "Yellow Glazed Terracotta", + "block.minecraft.lime_glazed_terracotta": "Lime Glazed Terracotta", + "block.minecraft.pink_glazed_terracotta": "Pink Glazed Terracotta", + "block.minecraft.gray_glazed_terracotta": "Gray Glazed Terracotta", + "block.minecraft.light_gray_glazed_terracotta": "Light Gray Glazed Terracotta", + "block.minecraft.cyan_glazed_terracotta": "Cyan Glazed Terracotta", + "block.minecraft.purple_glazed_terracotta": "Purple Glazed Terracotta", + "block.minecraft.blue_glazed_terracotta": "Blue Glazed Terracotta", + "block.minecraft.brown_glazed_terracotta": "Brown Glazed Terracotta", + "block.minecraft.green_glazed_terracotta": "Green Glazed Terracotta", + "block.minecraft.red_glazed_terracotta": "Red Glazed Terracotta", + "block.minecraft.black_glazed_terracotta": "Black Glazed Terracotta", + "block.minecraft.black_concrete": "Black Concrete", + "block.minecraft.red_concrete": "Red Concrete", + "block.minecraft.green_concrete": "Green Concrete", + "block.minecraft.brown_concrete": "Brown Concrete", + "block.minecraft.blue_concrete": "Blue Concrete", + "block.minecraft.purple_concrete": "Purple Concrete", + "block.minecraft.cyan_concrete": "Cyan Concrete", + "block.minecraft.light_gray_concrete": "Light Gray Concrete", + "block.minecraft.gray_concrete": "Gray Concrete", + "block.minecraft.pink_concrete": "Pink Concrete", + "block.minecraft.lime_concrete": "Lime Concrete", + "block.minecraft.yellow_concrete": "Yellow Concrete", + "block.minecraft.light_blue_concrete": "Light Blue Concrete", + "block.minecraft.magenta_concrete": "Magenta Concrete", + "block.minecraft.orange_concrete": "Orange Concrete", + "block.minecraft.white_concrete": "White Concrete", + "block.minecraft.black_concrete_powder": "Black Concrete Powder", + "block.minecraft.red_concrete_powder": "Red Concrete Powder", + "block.minecraft.green_concrete_powder": "Green Concrete Powder", + "block.minecraft.brown_concrete_powder": "Brown Concrete Powder", + "block.minecraft.blue_concrete_powder": "Blue Concrete Powder", + "block.minecraft.purple_concrete_powder": "Purple Concrete Powder", + "block.minecraft.cyan_concrete_powder": "Cyan Concrete Powder", + "block.minecraft.light_gray_concrete_powder": "Light Gray Concrete Powder", + "block.minecraft.gray_concrete_powder": "Gray Concrete Powder", + "block.minecraft.pink_concrete_powder": "Pink Concrete Powder", + "block.minecraft.lime_concrete_powder": "Lime Concrete Powder", + "block.minecraft.yellow_concrete_powder": "Yellow Concrete Powder", + "block.minecraft.light_blue_concrete_powder": "Light Blue Concrete Powder", + "block.minecraft.magenta_concrete_powder": "Magenta Concrete Powder", + "block.minecraft.orange_concrete_powder": "Orange Concrete Powder", + "block.minecraft.white_concrete_powder": "White Concrete Powder", + "block.minecraft.turtle_egg": "Turtle Egg", + "block.minecraft.piston_head": "Piston Head", + "block.minecraft.moving_piston": "Moving Piston", + "block.minecraft.red_mushroom": "Red Mushroom", + "block.minecraft.snow_block": "Snow Block", + "block.minecraft.attached_melon_stem": "Attached Melon Stem", + "block.minecraft.melon_stem": "Melon Stem", + "block.minecraft.brewing_stand": "Brewing Stand", + "block.minecraft.end_portal": "End Portal", + "block.minecraft.flower_pot": "Flower Pot", + "block.minecraft.potted_oak_sapling": "Potted Oak Sapling", + "block.minecraft.potted_spruce_sapling": "Potted Spruce Sapling", + "block.minecraft.potted_birch_sapling": "Potted Birch Sapling", + "block.minecraft.potted_jungle_sapling": "Potted Jungle Sapling", + "block.minecraft.potted_acacia_sapling": "Potted Acacia Sapling", + "block.minecraft.potted_dark_oak_sapling": "Potted Dark Oak Sapling", + "block.minecraft.potted_fern": "Potted Fern", + "block.minecraft.potted_dandelion": "Potted Dandelion", + "block.minecraft.potted_poppy": "Potted Poppy", + "block.minecraft.potted_blue_orchid": "Potted Blue Orchid", + "block.minecraft.potted_allium": "Potted Allium", + "block.minecraft.potted_azure_bluet": "Potted Azure Bluet", + "block.minecraft.potted_red_tulip": "Potted Red Tulip", + "block.minecraft.potted_orange_tulip": "Potted Orange Tulip", + "block.minecraft.potted_white_tulip": "Potted White Tulip", + "block.minecraft.potted_pink_tulip": "Potted Pink Tulip", + "block.minecraft.potted_oxeye_daisy": "Potted Oxeye Daisy", + "block.minecraft.potted_cornflower": "Potted Cornflower", + "block.minecraft.potted_lily_of_the_valley": "Potted Lily of the Valley", + "block.minecraft.potted_wither_rose": "Potted Wither Rose", + "block.minecraft.potted_red_mushroom": "Potted Red Mushroom", + "block.minecraft.potted_brown_mushroom": "Potted Brown Mushroom", + "block.minecraft.potted_dead_bush": "Potted Dead Bush", + "block.minecraft.potted_cactus": "Potted Cactus", + "block.minecraft.potted_bamboo": "Potted Bamboo", + "block.minecraft.potted_crimson_fungus": "Potted Crimson Fungus", + "block.minecraft.potted_warped_fungus": "Potted Warped Fungus", + "block.minecraft.potted_crimson_roots": "Potted Crimson Roots", + "block.minecraft.potted_warped_roots": "Potted Warped Roots", + "block.minecraft.potted_azalea_bush": "Potted Azalea", + "block.minecraft.potted_flowering_azalea_bush": "Potted Flowering Azalea", + "block.minecraft.skeleton_wall_skull": "Skeleton Wall Skull", + "block.minecraft.skeleton_skull": "Skeleton Skull", + "block.minecraft.wither_skeleton_wall_skull": "Wither Skeleton Wall Skull", + "block.minecraft.wither_skeleton_skull": "Wither Skeleton Skull", + "block.minecraft.zombie_wall_head": "Zombie Wall Head", + "block.minecraft.zombie_head": "Zombie Head", + "block.minecraft.player_wall_head": "Player Wall Head", + "block.minecraft.player_head": "Player Head", + "block.minecraft.player_head.named": "%s's Head", + "block.minecraft.creeper_wall_head": "Creeper Wall Head", + "block.minecraft.creeper_head": "Creeper Head", + "block.minecraft.dragon_wall_head": "Dragon Wall Head", + "block.minecraft.dragon_head": "Dragon Head", + "block.minecraft.end_gateway": "End Gateway", + "block.minecraft.structure_void": "Structure Void", + "block.minecraft.structure_block": "Structure Block", + "block.minecraft.void_air": "Void Air", + "block.minecraft.cave_air": "Cave Air", + "block.minecraft.bubble_column": "Bubble Column", + "block.minecraft.dead_tube_coral_block": "Dead Tube Coral Block", + "block.minecraft.dead_brain_coral_block": "Dead Brain Coral Block", + "block.minecraft.dead_bubble_coral_block": "Dead Bubble Coral Block", + "block.minecraft.dead_fire_coral_block": "Dead Fire Coral Block", + "block.minecraft.dead_horn_coral_block": "Dead Horn Coral Block", + "block.minecraft.tube_coral_block": "Tube Coral Block", + "block.minecraft.brain_coral_block": "Brain Coral Block", + "block.minecraft.bubble_coral_block": "Bubble Coral Block", + "block.minecraft.fire_coral_block": "Fire Coral Block", + "block.minecraft.horn_coral_block": "Horn Coral Block", + "block.minecraft.tube_coral": "Tube Coral", + "block.minecraft.brain_coral": "Brain Coral", + "block.minecraft.bubble_coral": "Bubble Coral", + "block.minecraft.fire_coral": "Fire Coral", + "block.minecraft.horn_coral": "Horn Coral", + "block.minecraft.dead_tube_coral": "Dead Tube Coral", + "block.minecraft.dead_brain_coral": "Dead Brain Coral", + "block.minecraft.dead_bubble_coral": "Dead Bubble Coral", + "block.minecraft.dead_fire_coral": "Dead Fire Coral", + "block.minecraft.dead_horn_coral": "Dead Horn Coral", + "block.minecraft.tube_coral_fan": "Tube Coral Fan", + "block.minecraft.brain_coral_fan": "Brain Coral Fan", + "block.minecraft.bubble_coral_fan": "Bubble Coral Fan", + "block.minecraft.fire_coral_fan": "Fire Coral Fan", + "block.minecraft.horn_coral_fan": "Horn Coral Fan", + "block.minecraft.dead_tube_coral_fan": "Dead Tube Coral Fan", + "block.minecraft.dead_brain_coral_fan": "Dead Brain Coral Fan", + "block.minecraft.dead_bubble_coral_fan": "Dead Bubble Coral Fan", + "block.minecraft.dead_fire_coral_fan": "Dead Fire Coral Fan", + "block.minecraft.dead_horn_coral_fan": "Dead Horn Coral Fan", + "block.minecraft.tube_coral_wall_fan": "Tube Coral Wall Fan", + "block.minecraft.brain_coral_wall_fan": "Brain Coral Wall Fan", + "block.minecraft.bubble_coral_wall_fan": "Bubble Coral Wall Fan", + "block.minecraft.fire_coral_wall_fan": "Fire Coral Wall Fan", + "block.minecraft.horn_coral_wall_fan": "Horn Coral Wall Fan", + "block.minecraft.dead_tube_coral_wall_fan": "Dead Tube Coral Wall Fan", + "block.minecraft.dead_brain_coral_wall_fan": "Dead Brain Coral Wall Fan", + "block.minecraft.dead_bubble_coral_wall_fan": "Dead Bubble Coral Wall Fan", + "block.minecraft.dead_fire_coral_wall_fan": "Dead Fire Coral Wall Fan", + "block.minecraft.dead_horn_coral_wall_fan": "Dead Horn Coral Wall Fan", + "block.minecraft.loom": "Loom", + "block.minecraft.conduit": "Conduit", + "block.minecraft.bamboo": "Bamboo", + "block.minecraft.bamboo_sapling": "Bamboo Shoot", + "block.minecraft.jigsaw": "Jigsaw Block", + "block.minecraft.composter": "Composter", + "block.minecraft.target": "Target", + "block.minecraft.polished_granite_stairs": "Polished Granite Stairs", + "block.minecraft.smooth_red_sandstone_stairs": "Smooth Red Sandstone Stairs", + "block.minecraft.mossy_stone_brick_stairs": "Mossy Stone Brick Stairs", + "block.minecraft.polished_diorite_stairs": "Polished Diorite Stairs", + "block.minecraft.mossy_cobblestone_stairs": "Mossy Cobblestone Stairs", + "block.minecraft.end_stone_brick_stairs": "End Stone Brick Stairs", + "block.minecraft.stone_stairs": "Stone Stairs", + "block.minecraft.smooth_sandstone_stairs": "Smooth Sandstone Stairs", + "block.minecraft.smooth_quartz_stairs": "Smooth Quartz Stairs", + "block.minecraft.granite_stairs": "Granite Stairs", + "block.minecraft.andesite_stairs": "Andesite Stairs", + "block.minecraft.red_nether_brick_stairs": "Red Nether Brick Stairs", + "block.minecraft.polished_andesite_stairs": "Polished Andesite Stairs", + "block.minecraft.diorite_stairs": "Diorite Stairs", + "block.minecraft.polished_granite_slab": "Polished Granite Slab", + "block.minecraft.smooth_red_sandstone_slab": "Smooth Red Sandstone Slab", + "block.minecraft.mossy_stone_brick_slab": "Mossy Stone Brick Slab", + "block.minecraft.polished_diorite_slab": "Polished Diorite Slab", + "block.minecraft.mossy_cobblestone_slab": "Mossy Cobblestone Slab", + "block.minecraft.end_stone_brick_slab": "End Stone Brick Slab", + "block.minecraft.smooth_sandstone_slab": "Smooth Sandstone Slab", + "block.minecraft.smooth_quartz_slab": "Smooth Quartz Slab", + "block.minecraft.granite_slab": "Granite Slab", + "block.minecraft.andesite_slab": "Andesite Slab", + "block.minecraft.red_nether_brick_slab": "Red Nether Brick Slab", + "block.minecraft.polished_andesite_slab": "Polished Andesite Slab", + "block.minecraft.diorite_slab": "Diorite Slab", + "block.minecraft.brick_wall": "Brick Wall", + "block.minecraft.prismarine_wall": "Prismarine Wall", + "block.minecraft.red_sandstone_wall": "Red Sandstone Wall", + "block.minecraft.mossy_stone_brick_wall": "Mossy Stone Brick Wall", + "block.minecraft.granite_wall": "Granite Wall", + "block.minecraft.stone_brick_wall": "Stone Brick Wall", + "block.minecraft.nether_brick_wall": "Nether Brick Wall", + "block.minecraft.andesite_wall": "Andesite Wall", + "block.minecraft.red_nether_brick_wall": "Red Nether Brick Wall", + "block.minecraft.sandstone_wall": "Sandstone Wall", + "block.minecraft.end_stone_brick_wall": "End Stone Brick Wall", + "block.minecraft.diorite_wall": "Diorite Wall", + "block.minecraft.barrel": "Barrel", + "block.minecraft.smoker": "Smoker", + "block.minecraft.blast_furnace": "Blast Furnace", + "block.minecraft.cartography_table": "Cartography Table", + "block.minecraft.fletching_table": "Fletching Table", + "block.minecraft.smithing_table": "Smithing Table", + "block.minecraft.grindstone": "Grindstone", + "block.minecraft.lectern": "Lectern", + "block.minecraft.stonecutter": "Stonecutter", + "block.minecraft.bell": "Bell", + "block.minecraft.ominous_banner": "Ominous Banner", + "block.minecraft.lantern": "Lantern", + "block.minecraft.soul_lantern": "Soul Lantern", + "block.minecraft.sweet_berry_bush": "Sweet Berry Bush", + "block.minecraft.campfire": "Campfire", + "block.minecraft.soul_campfire": "Soul Campfire", + "block.minecraft.beehive": "Beehive", + "block.minecraft.bee_nest": "Bee Nest", + "block.minecraft.honey_block": "Honey Block", + "block.minecraft.honeycomb_block": "Honeycomb Block", + "block.minecraft.lodestone": "Lodestone", + "block.minecraft.netherite_block": "Block of Netherite", + "block.minecraft.ancient_debris": "Ancient Debris", + "block.minecraft.crying_obsidian": "Crying Obsidian", + "block.minecraft.blackstone": "Blackstone", + "block.minecraft.blackstone_slab": "Blackstone Slab", + "block.minecraft.blackstone_stairs": "Blackstone Stairs", + "block.minecraft.blackstone_wall": "Blackstone Wall", + "block.minecraft.polished_blackstone_bricks": "Polished Blackstone Bricks", + "block.minecraft.polished_blackstone_brick_slab": "Polished Blackstone Brick Slab", + "block.minecraft.polished_blackstone_brick_stairs": "Polished Blackstone Brick Stairs", + "block.minecraft.polished_blackstone_brick_wall": "Polished Blackstone Brick Wall", + "block.minecraft.chiseled_polished_blackstone": "Chiseled Polished Blackstone", + "block.minecraft.cracked_polished_blackstone_bricks": "Cracked Polished Blackstone Bricks", + "block.minecraft.gilded_blackstone": "Gilded Blackstone", + "block.minecraft.polished_blackstone": "Polished Blackstone", + "block.minecraft.polished_blackstone_wall": "Polished Blackstone Wall", + "block.minecraft.polished_blackstone_slab": "Polished Blackstone Slab", + "block.minecraft.polished_blackstone_stairs": "Polished Blackstone Stairs", + "block.minecraft.polished_blackstone_pressure_plate": "Polished Blackstone Pressure Plate", + "block.minecraft.polished_blackstone_button": "Polished Blackstone Button", + "block.minecraft.cracked_nether_bricks": "Cracked Nether Bricks", + "block.minecraft.chiseled_nether_bricks": "Chiseled Nether Bricks", + "block.minecraft.quartz_bricks": "Quartz Bricks", + "block.minecraft.chain": "Chain", + "block.minecraft.candle": "Candle", + "block.minecraft.white_candle": "White Candle", + "block.minecraft.orange_candle": "Orange Candle", + "block.minecraft.magenta_candle": "Magenta Candle", + "block.minecraft.light_blue_candle": "Light Blue Candle", + "block.minecraft.yellow_candle": "Yellow Candle", + "block.minecraft.lime_candle": "Lime Candle", + "block.minecraft.pink_candle": "Pink Candle", + "block.minecraft.gray_candle": "Gray Candle", + "block.minecraft.light_gray_candle": "Light Gray Candle", + "block.minecraft.cyan_candle": "Cyan Candle", + "block.minecraft.purple_candle": "Purple Candle", + "block.minecraft.blue_candle": "Blue Candle", + "block.minecraft.brown_candle": "Brown Candle", + "block.minecraft.green_candle": "Green Candle", + "block.minecraft.red_candle": "Red Candle", + "block.minecraft.black_candle": "Black Candle", + "block.minecraft.candle_cake": "Cake with Candle", + "block.minecraft.white_candle_cake": "Cake with White Candle", + "block.minecraft.orange_candle_cake": "Cake with Orange Candle", + "block.minecraft.magenta_candle_cake": "Cake with Magenta Candle", + "block.minecraft.light_blue_candle_cake": "Cake with Light Blue Candle", + "block.minecraft.yellow_candle_cake": "Cake with Yellow Candle", + "block.minecraft.lime_candle_cake": "Cake with Lime Candle", + "block.minecraft.pink_candle_cake": "Cake with Pink Candle", + "block.minecraft.gray_candle_cake": "Cake with Gray Candle", + "block.minecraft.light_gray_candle_cake": "Cake with Light Gray Candle", + "block.minecraft.cyan_candle_cake": "Cake with Cyan Candle", + "block.minecraft.purple_candle_cake": "Cake with Purple Candle", + "block.minecraft.blue_candle_cake": "Cake with Blue Candle", + "block.minecraft.brown_candle_cake": "Cake with Brown Candle", + "block.minecraft.green_candle_cake": "Cake with Green Candle", + "block.minecraft.red_candle_cake": "Cake with Red Candle", + "block.minecraft.black_candle_cake": "Cake with Black Candle", + "block.minecraft.amethyst_block": "Block of Amethyst", + "block.minecraft.small_amethyst_bud": "Small Amethyst Bud", + "block.minecraft.medium_amethyst_bud": "Medium Amethyst Bud", + "block.minecraft.large_amethyst_bud": "Large Amethyst Bud", + "block.minecraft.amethyst_cluster": "Amethyst Cluster", + "block.minecraft.budding_amethyst": "Budding Amethyst", + "block.minecraft.calcite": "Calcite", + "block.minecraft.tuff": "Tuff", + "block.minecraft.tinted_glass": "Tinted Glass", + "block.minecraft.dripstone_block": "Dripstone Block", + "block.minecraft.pointed_dripstone": "Pointed Dripstone", + "block.minecraft.copper_ore": "Copper Ore", + "block.minecraft.deepslate_copper_ore": "Deepslate Copper Ore", + "block.minecraft.copper_block": "Block of Copper", + "block.minecraft.exposed_copper": "Exposed Copper", + "block.minecraft.weathered_copper": "Weathered Copper", + "block.minecraft.oxidized_copper": "Oxidized Copper", + "block.minecraft.cut_copper": "Cut Copper", + "block.minecraft.exposed_cut_copper": "Exposed Cut Copper", + "block.minecraft.weathered_cut_copper": "Weathered Cut Copper", + "block.minecraft.oxidized_cut_copper": "Oxidized Cut Copper", + "block.minecraft.cut_copper_stairs": "Cut Copper Stairs", + "block.minecraft.exposed_cut_copper_stairs": "Exposed Cut Copper Stairs", + "block.minecraft.weathered_cut_copper_stairs": "Weathered Cut Copper Stairs", + "block.minecraft.oxidized_cut_copper_stairs": "Oxidized Cut Copper Stairs", + "block.minecraft.cut_copper_slab": "Cut Copper Slab", + "block.minecraft.exposed_cut_copper_slab": "Exposed Cut Copper Slab", + "block.minecraft.weathered_cut_copper_slab": "Weathered Cut Copper Slab", + "block.minecraft.oxidized_cut_copper_slab": "Oxidized Cut Copper Slab", + "block.minecraft.waxed_copper_block": "Waxed Block of Copper", + "block.minecraft.waxed_exposed_copper": "Waxed Exposed Copper", + "block.minecraft.waxed_weathered_copper": "Waxed Weathered Copper", + "block.minecraft.waxed_oxidized_copper": "Waxed Oxidized Copper", + "block.minecraft.waxed_cut_copper": "Waxed Cut Copper", + "block.minecraft.waxed_exposed_cut_copper": "Waxed Exposed Cut Copper", + "block.minecraft.waxed_weathered_cut_copper": "Waxed Weathered Cut Copper", + "block.minecraft.waxed_oxidized_cut_copper": "Waxed Oxidized Cut Copper", + "block.minecraft.waxed_cut_copper_stairs": "Waxed Cut Copper Stairs", + "block.minecraft.waxed_exposed_cut_copper_stairs": "Waxed Exposed Cut Copper Stairs", + "block.minecraft.waxed_weathered_cut_copper_stairs": "Waxed Weathered Cut Copper Stairs", + "block.minecraft.waxed_oxidized_cut_copper_stairs": "Waxed Oxidized Cut Copper Stairs", + "block.minecraft.waxed_cut_copper_slab": "Waxed Cut Copper Slab", + "block.minecraft.waxed_exposed_cut_copper_slab": "Waxed Exposed Cut Copper Slab", + "block.minecraft.waxed_weathered_cut_copper_slab": "Waxed Weathered Cut Copper Slab", + "block.minecraft.waxed_oxidized_cut_copper_slab": "Waxed Oxidized Cut Copper Slab", + "block.minecraft.lightning_rod": "Lightning Rod", + "block.minecraft.cave_vines": "Cave Vines", + "block.minecraft.cave_vines_plant": "Cave Vines Plant", + "block.minecraft.spore_blossom": "Spore Blossom", + "block.minecraft.azalea": "Azalea", + "block.minecraft.flowering_azalea": "Flowering Azalea", + "block.minecraft.azalea_leaves": "Azalea Leaves", + "block.minecraft.flowering_azalea_leaves": "Flowering Azalea Leaves", + "block.minecraft.moss_carpet": "Moss Carpet", + "block.minecraft.moss_block": "Moss Block", + "block.minecraft.big_dripleaf": "Big Dripleaf", + "block.minecraft.big_dripleaf_stem": "Big Dripleaf Stem", + "block.minecraft.small_dripleaf": "Small Dripleaf", + "block.minecraft.rooted_dirt": "Rooted Dirt", + "block.minecraft.hanging_roots": "Hanging Roots", + "block.minecraft.powder_snow": "Powder Snow", + "block.minecraft.glow_lichen": "Glow Lichen", + "block.minecraft.sculk_sensor": "Sculk Sensor", + "block.minecraft.deepslate": "Deepslate", + "block.minecraft.cobbled_deepslate": "Cobbled Deepslate", + "block.minecraft.cobbled_deepslate_slab": "Cobbled Deepslate Slab", + "block.minecraft.cobbled_deepslate_stairs": "Cobbled Deepslate Stairs", + "block.minecraft.cobbled_deepslate_wall": "Cobbled Deepslate Wall", + "block.minecraft.chiseled_deepslate": "Chiseled Deepslate", + "block.minecraft.polished_deepslate": "Polished Deepslate", + "block.minecraft.polished_deepslate_slab": "Polished Deepslate Slab", + "block.minecraft.polished_deepslate_stairs": "Polished Deepslate Stairs", + "block.minecraft.polished_deepslate_wall": "Polished Deepslate Wall", + "block.minecraft.deepslate_bricks": "Deepslate Bricks", + "block.minecraft.deepslate_brick_slab": "Deepslate Brick Slab", + "block.minecraft.deepslate_brick_stairs": "Deepslate Brick Stairs", + "block.minecraft.deepslate_brick_wall": "Deepslate Brick Wall", + "block.minecraft.deepslate_tiles": "Deepslate Tiles", + "block.minecraft.deepslate_tile_slab": "Deepslate Tile Slab", + "block.minecraft.deepslate_tile_stairs": "Deepslate Tile Stairs", + "block.minecraft.deepslate_tile_wall": "Deepslate Tile Wall", + "block.minecraft.cracked_deepslate_bricks": "Cracked Deepslate Bricks", + "block.minecraft.cracked_deepslate_tiles": "Cracked Deepslate Tiles", + "block.minecraft.infested_deepslate": "Infested Deepslate", + "block.minecraft.smooth_basalt": "Smooth Basalt", + "block.minecraft.raw_iron_block": "Block of Raw Iron", + "block.minecraft.raw_copper_block": "Block of Raw Copper", + "block.minecraft.raw_gold_block": "Block of Raw Gold", + "item.minecraft.name_tag": "Name Tag", + "item.minecraft.lead": "Lead", + "item.minecraft.iron_shovel": "Iron Shovel", + "item.minecraft.iron_pickaxe": "Iron Pickaxe", + "item.minecraft.iron_axe": "Iron Axe", + "item.minecraft.flint_and_steel": "Flint and Steel", + "item.minecraft.apple": "Apple", + "item.minecraft.cookie": "Cookie", + "item.minecraft.bow": "Bow", + "item.minecraft.bundle": "Bundle", + "item.minecraft.bundle.fullness": "%s/%s", + "item.minecraft.arrow": "Arrow", + "item.minecraft.spectral_arrow": "Spectral Arrow", + "item.minecraft.tipped_arrow": "Tipped Arrow", + "item.minecraft.dried_kelp": "Dried Kelp", + "item.minecraft.coal": "Coal", + "item.minecraft.charcoal": "Charcoal", + "item.minecraft.raw_copper": "Raw Copper", + "item.minecraft.raw_iron": "Raw Iron", + "item.minecraft.raw_gold": "Raw Gold", + "item.minecraft.diamond": "Diamond", + "item.minecraft.emerald": "Emerald", + "item.minecraft.iron_ingot": "Iron Ingot", + "item.minecraft.copper_ingot": "Copper Ingot", + "item.minecraft.gold_ingot": "Gold Ingot", + "item.minecraft.iron_sword": "Iron Sword", + "item.minecraft.wooden_sword": "Wooden Sword", + "item.minecraft.wooden_shovel": "Wooden Shovel", + "item.minecraft.wooden_pickaxe": "Wooden Pickaxe", + "item.minecraft.wooden_axe": "Wooden Axe", + "item.minecraft.stone_sword": "Stone Sword", + "item.minecraft.stone_shovel": "Stone Shovel", + "item.minecraft.stone_pickaxe": "Stone Pickaxe", + "item.minecraft.stone_axe": "Stone Axe", + "item.minecraft.diamond_sword": "Diamond Sword", + "item.minecraft.diamond_shovel": "Diamond Shovel", + "item.minecraft.diamond_pickaxe": "Diamond Pickaxe", + "item.minecraft.diamond_axe": "Diamond Axe", + "item.minecraft.stick": "Stick", + "item.minecraft.bowl": "Bowl", + "item.minecraft.mushroom_stew": "Mushroom Stew", + "item.minecraft.golden_sword": "Golden Sword", + "item.minecraft.golden_shovel": "Golden Shovel", + "item.minecraft.golden_pickaxe": "Golden Pickaxe", + "item.minecraft.golden_axe": "Golden Axe", + "item.minecraft.string": "String", + "item.minecraft.feather": "Feather", + "item.minecraft.gunpowder": "Gunpowder", + "item.minecraft.wooden_hoe": "Wooden Hoe", + "item.minecraft.stone_hoe": "Stone Hoe", + "item.minecraft.iron_hoe": "Iron Hoe", + "item.minecraft.diamond_hoe": "Diamond Hoe", + "item.minecraft.golden_hoe": "Golden Hoe", + "item.minecraft.wheat_seeds": "Wheat Seeds", + "item.minecraft.pumpkin_seeds": "Pumpkin Seeds", + "item.minecraft.melon_seeds": "Melon Seeds", + "item.minecraft.melon_slice": "Melon Slice", + "item.minecraft.wheat": "Wheat", + "item.minecraft.bread": "Bread", + "item.minecraft.leather_helmet": "Leather Cap", + "item.minecraft.leather_chestplate": "Leather Tunic", + "item.minecraft.leather_leggings": "Leather Pants", + "item.minecraft.leather_boots": "Leather Boots", + "item.minecraft.chainmail_helmet": "Chainmail Helmet", + "item.minecraft.chainmail_chestplate": "Chainmail Chestplate", + "item.minecraft.chainmail_leggings": "Chainmail Leggings", + "item.minecraft.chainmail_boots": "Chainmail Boots", + "item.minecraft.iron_helmet": "Iron Helmet", + "item.minecraft.iron_chestplate": "Iron Chestplate", + "item.minecraft.iron_leggings": "Iron Leggings", + "item.minecraft.iron_boots": "Iron Boots", + "item.minecraft.diamond_helmet": "Diamond Helmet", + "item.minecraft.diamond_chestplate": "Diamond Chestplate", + "item.minecraft.diamond_leggings": "Diamond Leggings", + "item.minecraft.diamond_boots": "Diamond Boots", + "item.minecraft.golden_helmet": "Golden Helmet", + "item.minecraft.golden_chestplate": "Golden Chestplate", + "item.minecraft.golden_leggings": "Golden Leggings", + "item.minecraft.golden_boots": "Golden Boots", + "item.minecraft.flint": "Flint", + "item.minecraft.porkchop": "Raw Porkchop", + "item.minecraft.cooked_porkchop": "Cooked Porkchop", + "item.minecraft.chicken": "Raw Chicken", + "item.minecraft.cooked_chicken": "Cooked Chicken", + "item.minecraft.mutton": "Raw Mutton", + "item.minecraft.cooked_mutton": "Cooked Mutton", + "item.minecraft.rabbit": "Raw Rabbit", + "item.minecraft.cooked_rabbit": "Cooked Rabbit", + "item.minecraft.rabbit_stew": "Rabbit Stew", + "item.minecraft.rabbit_foot": "Rabbit's Foot", + "item.minecraft.rabbit_hide": "Rabbit Hide", + "item.minecraft.beef": "Raw Beef", + "item.minecraft.cooked_beef": "Steak", + "item.minecraft.painting": "Painting", + "item.minecraft.item_frame": "Item Frame", + "item.minecraft.golden_apple": "Golden Apple", + "item.minecraft.enchanted_golden_apple": "Enchanted Golden Apple", + "item.minecraft.sign": "Sign", + "item.minecraft.bucket": "Bucket", + "item.minecraft.water_bucket": "Water Bucket", + "item.minecraft.lava_bucket": "Lava Bucket", + "item.minecraft.pufferfish_bucket": "Bucket of Pufferfish", + "item.minecraft.salmon_bucket": "Bucket of Salmon", + "item.minecraft.cod_bucket": "Bucket of Cod", + "item.minecraft.tropical_fish_bucket": "Bucket of Tropical Fish", + "item.minecraft.powder_snow_bucket": "Powder Snow Bucket", + "item.minecraft.axolotl_bucket": "Bucket of Axolotl", + "item.minecraft.minecart": "Minecart", + "item.minecraft.saddle": "Saddle", + "item.minecraft.redstone": "Redstone Dust", + "item.minecraft.snowball": "Snowball", + "item.minecraft.oak_boat": "Oak Boat", + "item.minecraft.spruce_boat": "Spruce Boat", + "item.minecraft.birch_boat": "Birch Boat", + "item.minecraft.jungle_boat": "Jungle Boat", + "item.minecraft.acacia_boat": "Acacia Boat", + "item.minecraft.dark_oak_boat": "Dark Oak Boat", + "item.minecraft.leather": "Leather", + "item.minecraft.milk_bucket": "Milk Bucket", + "item.minecraft.brick": "Brick", + "item.minecraft.clay_ball": "Clay Ball", + "item.minecraft.paper": "Paper", + "item.minecraft.book": "Book", + "item.minecraft.slime_ball": "Slimeball", + "item.minecraft.chest_minecart": "Minecart with Chest", + "item.minecraft.furnace_minecart": "Minecart with Furnace", + "item.minecraft.tnt_minecart": "Minecart with TNT", + "item.minecraft.hopper_minecart": "Minecart with Hopper", + "item.minecraft.command_block_minecart": "Minecart with Command Block", + "item.minecraft.egg": "Egg", + "item.minecraft.compass": "Compass", + "item.minecraft.fishing_rod": "Fishing Rod", + "item.minecraft.clock": "Clock", + "item.minecraft.glowstone_dust": "Glowstone Dust", + "item.minecraft.cod": "Raw Cod", + "item.minecraft.salmon": "Raw Salmon", + "item.minecraft.pufferfish": "Pufferfish", + "item.minecraft.tropical_fish": "Tropical Fish", + "item.minecraft.cooked_cod": "Cooked Cod", + "item.minecraft.cooked_salmon": "Cooked Salmon", + "item.minecraft.music_disc_13": "Music Disc", + "item.minecraft.music_disc_cat": "Music Disc", + "item.minecraft.music_disc_blocks": "Music Disc", + "item.minecraft.music_disc_chirp": "Music Disc", + "item.minecraft.music_disc_far": "Music Disc", + "item.minecraft.music_disc_mall": "Music Disc", + "item.minecraft.music_disc_mellohi": "Music Disc", + "item.minecraft.music_disc_stal": "Music Disc", + "item.minecraft.music_disc_strad": "Music Disc", + "item.minecraft.music_disc_ward": "Music Disc", + "item.minecraft.music_disc_11": "Music Disc", + "item.minecraft.music_disc_wait": "Music Disc", + "item.minecraft.music_disc_pigstep": "Music Disc", + "item.minecraft.music_disc_13.desc": "C418 - 13", + "item.minecraft.music_disc_cat.desc": "C418 - cat", + "item.minecraft.music_disc_blocks.desc": "C418 - blocks", + "item.minecraft.music_disc_chirp.desc": "C418 - chirp", + "item.minecraft.music_disc_far.desc": "C418 - far", + "item.minecraft.music_disc_mall.desc": "C418 - mall", + "item.minecraft.music_disc_mellohi.desc": "C418 - mellohi", + "item.minecraft.music_disc_stal.desc": "C418 - stal", + "item.minecraft.music_disc_strad.desc": "C418 - strad", + "item.minecraft.music_disc_ward.desc": "C418 - ward", + "item.minecraft.music_disc_11.desc": "C418 - 11", + "item.minecraft.music_disc_wait.desc": "C418 - wait", + "item.minecraft.music_disc_pigstep.desc": "Lena Raine - Pigstep", + "item.minecraft.bone": "Bone", + "item.minecraft.ink_sac": "Ink Sac", + "item.minecraft.red_dye": "Red Dye", + "item.minecraft.green_dye": "Green Dye", + "item.minecraft.cocoa_beans": "Cocoa Beans", + "item.minecraft.lapis_lazuli": "Lapis Lazuli", + "item.minecraft.purple_dye": "Purple Dye", + "item.minecraft.cyan_dye": "Cyan Dye", + "item.minecraft.light_gray_dye": "Light Gray Dye", + "item.minecraft.gray_dye": "Gray Dye", + "item.minecraft.pink_dye": "Pink Dye", + "item.minecraft.lime_dye": "Lime Dye", + "item.minecraft.yellow_dye": "Yellow Dye", + "item.minecraft.light_blue_dye": "Light Blue Dye", + "item.minecraft.magenta_dye": "Magenta Dye", + "item.minecraft.orange_dye": "Orange Dye", + "item.minecraft.bone_meal": "Bone Meal", + "item.minecraft.blue_dye": "Blue Dye", + "item.minecraft.black_dye": "Black Dye", + "item.minecraft.brown_dye": "Brown Dye", + "item.minecraft.white_dye": "White Dye", + "item.minecraft.sugar": "Sugar", + "item.minecraft.amethyst_shard": "Amethyst Shard", + "item.minecraft.spyglass": "Spyglass", + "item.minecraft.glow_berries": "Glow Berries", + "block.minecraft.black_bed": "Black Bed", + "block.minecraft.red_bed": "Red Bed", + "block.minecraft.green_bed": "Green Bed", + "block.minecraft.brown_bed": "Brown Bed", + "block.minecraft.blue_bed": "Blue Bed", + "block.minecraft.purple_bed": "Purple Bed", + "block.minecraft.cyan_bed": "Cyan Bed", + "block.minecraft.light_gray_bed": "Light Gray Bed", + "block.minecraft.gray_bed": "Gray Bed", + "block.minecraft.pink_bed": "Pink Bed", + "block.minecraft.lime_bed": "Lime Bed", + "block.minecraft.yellow_bed": "Yellow Bed", + "block.minecraft.light_blue_bed": "Light Blue Bed", + "block.minecraft.magenta_bed": "Magenta Bed", + "block.minecraft.orange_bed": "Orange Bed", + "block.minecraft.white_bed": "White Bed", + "block.minecraft.repeater": "Redstone Repeater", + "block.minecraft.comparator": "Redstone Comparator", + "item.minecraft.filled_map": "Map", + "item.minecraft.shears": "Shears", + "item.minecraft.rotten_flesh": "Rotten Flesh", + "item.minecraft.ender_pearl": "Ender Pearl", + "item.minecraft.blaze_rod": "Blaze Rod", + "item.minecraft.ghast_tear": "Ghast Tear", + "item.minecraft.nether_wart": "Nether Wart", + "item.minecraft.potion": "Potion", + "item.minecraft.splash_potion": "Splash Potion", + "item.minecraft.lingering_potion": "Lingering Potion", + "item.minecraft.end_crystal": "End Crystal", + "item.minecraft.gold_nugget": "Gold Nugget", + "item.minecraft.glass_bottle": "Glass Bottle", + "item.minecraft.spider_eye": "Spider Eye", + "item.minecraft.fermented_spider_eye": "Fermented Spider Eye", + "item.minecraft.blaze_powder": "Blaze Powder", + "item.minecraft.magma_cream": "Magma Cream", + "item.minecraft.cauldron": "Cauldron", + "item.minecraft.brewing_stand": "Brewing Stand", + "item.minecraft.ender_eye": "Eye of Ender", + "item.minecraft.glistering_melon_slice": "Glistering Melon Slice", + "item.minecraft.axolotl_spawn_egg": "Axolotl Spawn Egg", + "item.minecraft.bat_spawn_egg": "Bat Spawn Egg", + "item.minecraft.bee_spawn_egg": "Bee Spawn Egg", + "item.minecraft.blaze_spawn_egg": "Blaze Spawn Egg", + "item.minecraft.cat_spawn_egg": "Cat Spawn Egg", + "item.minecraft.cave_spider_spawn_egg": "Cave Spider Spawn Egg", + "item.minecraft.chicken_spawn_egg": "Chicken Spawn Egg", + "item.minecraft.cod_spawn_egg": "Cod Spawn Egg", + "item.minecraft.cow_spawn_egg": "Cow Spawn Egg", + "item.minecraft.creeper_spawn_egg": "Creeper Spawn Egg", + "item.minecraft.dolphin_spawn_egg": "Dolphin Spawn Egg", + "item.minecraft.donkey_spawn_egg": "Donkey Spawn Egg", + "item.minecraft.drowned_spawn_egg": "Drowned Spawn Egg", + "item.minecraft.elder_guardian_spawn_egg": "Elder Guardian Spawn Egg", + "item.minecraft.enderman_spawn_egg": "Enderman Spawn Egg", + "item.minecraft.endermite_spawn_egg": "Endermite Spawn Egg", + "item.minecraft.evoker_spawn_egg": "Evoker Spawn Egg", + "item.minecraft.ghast_spawn_egg": "Ghast Spawn Egg", + "item.minecraft.glow_squid_spawn_egg": "Glow Squid Spawn Egg", + "item.minecraft.guardian_spawn_egg": "Guardian Spawn Egg", + "item.minecraft.hoglin_spawn_egg": "Hoglin Spawn Egg", + "item.minecraft.horse_spawn_egg": "Horse Spawn Egg", + "item.minecraft.husk_spawn_egg": "Husk Spawn Egg", + "item.minecraft.ravager_spawn_egg": "Ravager Spawn Egg", + "item.minecraft.llama_spawn_egg": "Llama Spawn Egg", + "item.minecraft.magma_cube_spawn_egg": "Magma Cube Spawn Egg", + "item.minecraft.mooshroom_spawn_egg": "Mooshroom Spawn Egg", + "item.minecraft.mule_spawn_egg": "Mule Spawn Egg", + "item.minecraft.ocelot_spawn_egg": "Ocelot Spawn Egg", + "item.minecraft.panda_spawn_egg": "Panda Spawn Egg", + "item.minecraft.parrot_spawn_egg": "Parrot Spawn Egg", + "item.minecraft.pig_spawn_egg": "Pig Spawn Egg", + "item.minecraft.piglin_spawn_egg": "Piglin Spawn Egg", + "item.minecraft.piglin_brute_spawn_egg": "Piglin Brute Spawn Egg", + "item.minecraft.pillager_spawn_egg": "Pillager Spawn Egg", + "item.minecraft.phantom_spawn_egg": "Phantom Spawn Egg", + "item.minecraft.polar_bear_spawn_egg": "Polar Bear Spawn Egg", + "item.minecraft.pufferfish_spawn_egg": "Pufferfish Spawn Egg", + "item.minecraft.rabbit_spawn_egg": "Rabbit Spawn Egg", + "item.minecraft.fox_spawn_egg": "Fox Spawn Egg", + "item.minecraft.salmon_spawn_egg": "Salmon Spawn Egg", + "item.minecraft.sheep_spawn_egg": "Sheep Spawn Egg", + "item.minecraft.shulker_spawn_egg": "Shulker Spawn Egg", + "item.minecraft.silverfish_spawn_egg": "Silverfish Spawn Egg", + "item.minecraft.skeleton_spawn_egg": "Skeleton Spawn Egg", + "item.minecraft.skeleton_horse_spawn_egg": "Skeleton Horse Spawn Egg", + "item.minecraft.slime_spawn_egg": "Slime Spawn Egg", + "item.minecraft.spider_spawn_egg": "Spider Spawn Egg", + "item.minecraft.squid_spawn_egg": "Squid Spawn Egg", + "item.minecraft.stray_spawn_egg": "Stray Spawn Egg", + "item.minecraft.strider_spawn_egg": "Strider Spawn Egg", + "item.minecraft.trader_llama_spawn_egg": "Trader Llama Spawn Egg", + "item.minecraft.tropical_fish_spawn_egg": "Tropical Fish Spawn Egg", + "item.minecraft.turtle_spawn_egg": "Turtle Spawn Egg", + "item.minecraft.vex_spawn_egg": "Vex Spawn Egg", + "item.minecraft.villager_spawn_egg": "Villager Spawn Egg", + "item.minecraft.wandering_trader_spawn_egg": "Wandering Trader Spawn Egg", + "item.minecraft.vindicator_spawn_egg": "Vindicator Spawn Egg", + "item.minecraft.witch_spawn_egg": "Witch Spawn Egg", + "item.minecraft.wither_skeleton_spawn_egg": "Wither Skeleton Spawn Egg", + "item.minecraft.wolf_spawn_egg": "Wolf Spawn Egg", + "item.minecraft.zoglin_spawn_egg": "Zoglin Spawn Egg", + "item.minecraft.zombie_spawn_egg": "Zombie Spawn Egg", + "item.minecraft.zombie_horse_spawn_egg": "Zombie Horse Spawn Egg", + "item.minecraft.zombified_piglin_spawn_egg": "Zombified Piglin Spawn Egg", + "item.minecraft.zombie_villager_spawn_egg": "Zombie Villager Spawn Egg", + "item.minecraft.goat_spawn_egg": "Goat Spawn Egg", + "item.minecraft.experience_bottle": "Bottle o' Enchanting", + "item.minecraft.fire_charge": "Fire Charge", + "item.minecraft.writable_book": "Book and Quill", + "item.minecraft.written_book": "Written Book", + "item.minecraft.flower_pot": "Flower Pot", + "item.minecraft.map": "Empty Map", + "item.minecraft.carrot": "Carrot", + "item.minecraft.golden_carrot": "Golden Carrot", + "item.minecraft.potato": "Potato", + "item.minecraft.baked_potato": "Baked Potato", + "item.minecraft.poisonous_potato": "Poisonous Potato", + "item.minecraft.carrot_on_a_stick": "Carrot on a Stick", + "item.minecraft.nether_star": "Nether Star", + "item.minecraft.pumpkin_pie": "Pumpkin Pie", + "item.minecraft.enchanted_book": "Enchanted Book", + "item.minecraft.firework_rocket": "Firework Rocket", + "item.minecraft.firework_rocket.flight": "Flight Duration:", + "item.minecraft.firework_star": "Firework Star", + "item.minecraft.firework_star.black": "Black", + "item.minecraft.firework_star.red": "Red", + "item.minecraft.firework_star.green": "Green", + "item.minecraft.firework_star.brown": "Brown", + "item.minecraft.firework_star.blue": "Blue", + "item.minecraft.firework_star.purple": "Purple", + "item.minecraft.firework_star.cyan": "Cyan", + "item.minecraft.firework_star.light_gray": "Light Gray", + "item.minecraft.firework_star.gray": "Gray", + "item.minecraft.firework_star.pink": "Pink", + "item.minecraft.firework_star.lime": "Lime", + "item.minecraft.firework_star.yellow": "Yellow", + "item.minecraft.firework_star.light_blue": "Light Blue", + "item.minecraft.firework_star.magenta": "Magenta", + "item.minecraft.firework_star.orange": "Orange", + "item.minecraft.firework_star.white": "White", + "item.minecraft.firework_star.custom_color": "Custom", + "item.minecraft.firework_star.fade_to": "Fade to", + "item.minecraft.firework_star.flicker": "Twinkle", + "item.minecraft.firework_star.trail": "Trail", + "item.minecraft.firework_star.shape.small_ball": "Small Ball", + "item.minecraft.firework_star.shape.large_ball": "Large Ball", + "item.minecraft.firework_star.shape.star": "Star-shaped", + "item.minecraft.firework_star.shape.creeper": "Creeper-shaped", + "item.minecraft.firework_star.shape.burst": "Burst", + "item.minecraft.firework_star.shape": "Unknown Shape", + "item.minecraft.nether_brick": "Nether Brick", + "item.minecraft.quartz": "Nether Quartz", + "item.minecraft.armor_stand": "Armor Stand", + "item.minecraft.iron_horse_armor": "Iron Horse Armor", + "item.minecraft.golden_horse_armor": "Golden Horse Armor", + "item.minecraft.diamond_horse_armor": "Diamond Horse Armor", + "item.minecraft.leather_horse_armor": "Leather Horse Armor", + "item.minecraft.prismarine_shard": "Prismarine Shard", + "item.minecraft.prismarine_crystals": "Prismarine Crystals", + "item.minecraft.chorus_fruit": "Chorus Fruit", + "item.minecraft.popped_chorus_fruit": "Popped Chorus Fruit", + "item.minecraft.beetroot": "Beetroot", + "item.minecraft.beetroot_seeds": "Beetroot Seeds", + "item.minecraft.beetroot_soup": "Beetroot Soup", + "item.minecraft.dragon_breath": "Dragon's Breath", + "item.minecraft.elytra": "Elytra", + "item.minecraft.totem_of_undying": "Totem of Undying", + "item.minecraft.shulker_shell": "Shulker Shell", + "item.minecraft.iron_nugget": "Iron Nugget", + "item.minecraft.knowledge_book": "Knowledge Book", + "item.minecraft.debug_stick": "Debug Stick", + "item.minecraft.debug_stick.empty": "%s has no properties", + "item.minecraft.debug_stick.update": "\"%s\" to %s", + "item.minecraft.debug_stick.select": "selected \"%s\" (%s)", + "item.minecraft.trident": "Trident", + "item.minecraft.scute": "Scute", + "item.minecraft.turtle_helmet": "Turtle Shell", + "item.minecraft.phantom_membrane": "Phantom Membrane", + "item.minecraft.nautilus_shell": "Nautilus Shell", + "item.minecraft.heart_of_the_sea": "Heart of the Sea", + "item.minecraft.crossbow": "Crossbow", + "item.minecraft.crossbow.projectile": "Projectile:", + "item.minecraft.suspicious_stew": "Suspicious Stew", + "item.minecraft.creeper_banner_pattern": "Banner Pattern", + "item.minecraft.skull_banner_pattern": "Banner Pattern", + "item.minecraft.flower_banner_pattern": "Banner Pattern", + "item.minecraft.mojang_banner_pattern": "Banner Pattern", + "item.minecraft.globe_banner_pattern": "Banner Pattern", + "item.minecraft.creeper_banner_pattern.desc": "Creeper Charge", + "item.minecraft.skull_banner_pattern.desc": "Skull Charge", + "item.minecraft.flower_banner_pattern.desc": "Flower Charge", + "item.minecraft.mojang_banner_pattern.desc": "Thing", + "item.minecraft.globe_banner_pattern.desc": "Globe", + "item.minecraft.piglin_banner_pattern": "Banner Pattern", + "item.minecraft.piglin_banner_pattern.desc": "Snout", + "item.minecraft.sweet_berries": "Sweet Berries", + "item.minecraft.honey_bottle": "Honey Bottle", + "item.minecraft.honeycomb": "Honeycomb", + "item.minecraft.lodestone_compass": "Lodestone Compass", + "item.minecraft.netherite_scrap": "Netherite Scrap", + "item.minecraft.netherite_ingot": "Netherite Ingot", + "item.minecraft.netherite_helmet": "Netherite Helmet", + "item.minecraft.netherite_chestplate": "Netherite Chestplate", + "item.minecraft.netherite_leggings": "Netherite Leggings", + "item.minecraft.netherite_boots": "Netherite Boots", + "item.minecraft.netherite_axe": "Netherite Axe", + "item.minecraft.netherite_pickaxe": "Netherite Pickaxe", + "item.minecraft.netherite_hoe": "Netherite Hoe", + "item.minecraft.netherite_shovel": "Netherite Shovel", + "item.minecraft.netherite_sword": "Netherite Sword", + "item.minecraft.warped_fungus_on_a_stick": "Warped Fungus on a Stick", + "item.minecraft.glow_ink_sac": "Glow Ink Sac", + "item.minecraft.glow_item_frame": "Glow Item Frame", + "container.inventory": "Inventory", + "container.hopper": "Item Hopper", + "container.crafting": "Crafting", + "container.dispenser": "Dispenser", + "container.dropper": "Dropper", + "container.furnace": "Furnace", + "container.enchant": "Enchant", + "container.smoker": "Smoker", + "container.lectern": "Lectern", + "container.blast_furnace": "Blast Furnace", + "container.enchant.lapis.one": "1 Lapis Lazuli", + "container.enchant.lapis.many": "%s Lapis Lazuli", + "container.enchant.level.one": "1 Enchantment Level", + "container.enchant.level.many": "%s Enchantment Levels", + "container.enchant.level.requirement": "Level Requirement: %s", + "container.enchant.clue": "%s . . . ?", + "container.repair": "Repair & Name", + "container.repair.cost": "Enchantment Cost: %1$s", + "container.repair.expensive": "Too Expensive!", + "container.creative": "Item Selection", + "container.brewing": "Brewing Stand", + "container.chest": "Chest", + "container.chestDouble": "Large Chest", + "container.enderchest": "Ender Chest", + "container.beacon": "Beacon", + "container.shulkerBox": "Shulker Box", + "container.shulkerBox.more": "and %s more...", + "container.barrel": "Barrel", + "container.spectatorCantOpen": "Unable to open. Loot not generated yet.", + "container.isLocked": "%s is locked!", + "container.loom": "Loom", + "container.grindstone_title": "Repair & Disenchant", + "container.cartography_table": "Cartography Table", + "container.stonecutter": "Stonecutter", + "container.upgrade": "Upgrade Gear", + "structure_block.invalid_structure_name": "Invalid structure name '%s'", + "structure_block.save_success": "Structure saved as '%s'", + "structure_block.save_failure": "Unable to save structure '%s'", + "structure_block.load_success": "Structure loaded from '%s'", + "structure_block.load_prepare": "Structure '%s' position prepared", + "structure_block.load_not_found": "Structure '%s' is not available", + "structure_block.size_success": "Size successfully detected for '%s'", + "structure_block.size_failure": "Unable to detect structure size. Add corners with matching structure names", + "structure_block.mode.save": "Save", + "structure_block.mode.load": "Load", + "structure_block.mode.data": "Data", + "structure_block.mode.corner": "Corner", + "structure_block.hover.save": "Save: %s", + "structure_block.hover.load": "Load: %s", + "structure_block.hover.data": "Data: %s", + "structure_block.hover.corner": "Corner: %s", + "structure_block.mode_info.save": "Save Mode - Write to File", + "structure_block.mode_info.load": "Load mode - Load from File", + "structure_block.mode_info.data": "Data mode - Game Logic Marker", + "structure_block.mode_info.corner": "Corner Mode - Placement and Size Marker", + "structure_block.structure_name": "Structure Name", + "structure_block.custom_data": "Custom Data Tag Name", + "structure_block.position": "Relative Position", + "structure_block.position.x": "relative Position x", + "structure_block.position.y": "relative position y", + "structure_block.position.z": "relative position z", + "structure_block.size": "Structure Size", + "structure_block.size.x": "structure size x", + "structure_block.size.y": "structure size y", + "structure_block.size.z": "structure size z", + "structure_block.integrity": "Structure Integrity and Seed", + "structure_block.integrity.integrity": "Structure Integrity", + "structure_block.integrity.seed": "Structure Seed", + "structure_block.include_entities": "Include entities:", + "structure_block.detect_size": "Detect structure size and position:", + "structure_block.button.detect_size": "DETECT", + "structure_block.button.save": "SAVE", + "structure_block.button.load": "LOAD", + "structure_block.show_air": "Show Invisible Blocks:", + "structure_block.show_boundingbox": "Show Bounding Box:", + "jigsaw_block.pool": "Target Pool:", + "jigsaw_block.name": "Name:", + "jigsaw_block.target": "Target Name:", + "jigsaw_block.final_state": "Turns into:", + "jigsaw_block.levels": "Levels: %s", + "jigsaw_block.keep_jigsaws": "Keep Jigsaws", + "jigsaw_block.generate": "Generate", + "jigsaw_block.joint_label": "Joint Type:", + "jigsaw_block.joint.rollable": "Rollable", + "jigsaw_block.joint.aligned": "Aligned", + "item.dyed": "Dyed", + "item.unbreakable": "Unbreakable", + "item.canBreak": "Can break:", + "item.canPlace": "Can be placed on:", + "item.color": "Color: %s", + "item.nbt_tags": "NBT: %s tag(s)", + "item.durability": "Durability: %s / %s", + "filled_map.mansion": "Woodland Explorer Map", + "filled_map.monument": "Ocean Explorer Map", + "filled_map.buried_treasure": "Buried Treasure Map", + "filled_map.unknown": "Unknown Map", + "filled_map.id": "Id #%s", + "filled_map.level": "(Level %s/%s)", + "filled_map.scale": "Scaling at 1:%s", + "filled_map.locked": "Locked", + "entity.minecraft.area_effect_cloud": "Area Effect Cloud", + "entity.minecraft.armor_stand": "Armor Stand", + "entity.minecraft.arrow": "Arrow", + "entity.minecraft.axolotl": "Axolotl", + "entity.minecraft.bat": "Bat", + "entity.minecraft.bee": "Bee", + "entity.minecraft.blaze": "Blaze", + "entity.minecraft.boat": "Boat", + "entity.minecraft.cat": "Cat", + "entity.minecraft.cave_spider": "Cave Spider", + "entity.minecraft.chest_minecart": "Minecart with Chest", + "entity.minecraft.chicken": "Chicken", + "entity.minecraft.command_block_minecart": "Minecart with Command Block", + "entity.minecraft.cod": "Cod", + "entity.minecraft.cow": "Cow", + "entity.minecraft.creeper": "Creeper", + "entity.minecraft.dolphin": "Dolphin", + "entity.minecraft.donkey": "Donkey", + "entity.minecraft.drowned": "Drowned", + "entity.minecraft.dragon_fireball": "Dragon Fireball", + "entity.minecraft.egg": "Thrown Egg", + "entity.minecraft.elder_guardian": "Elder Guardian", + "entity.minecraft.end_crystal": "End Crystal", + "entity.minecraft.ender_dragon": "Ender Dragon", + "entity.minecraft.ender_pearl": "Thrown Ender Pearl", + "entity.minecraft.enderman": "Enderman", + "entity.minecraft.endermite": "Endermite", + "entity.minecraft.evoker_fangs": "Evoker Fangs", + "entity.minecraft.evoker": "Evoker", + "entity.minecraft.eye_of_ender": "Eye of Ender", + "entity.minecraft.falling_block": "Falling Block", + "entity.minecraft.fireball": "Fireball", + "entity.minecraft.firework_rocket": "Firework Rocket", + "entity.minecraft.fishing_bobber": "Fishing Bobber", + "entity.minecraft.fox": "Fox", + "entity.minecraft.furnace_minecart": "Minecart with Furnace", + "entity.minecraft.ghast": "Ghast", + "entity.minecraft.giant": "Giant", + "entity.minecraft.glow_item_frame": "Glow Item Frame", + "entity.minecraft.glow_squid": "Glow Squid", + "entity.minecraft.goat": "Goat", + "entity.minecraft.guardian": "Guardian", + "entity.minecraft.hoglin": "Hoglin", + "entity.minecraft.hopper_minecart": "Minecart with Hopper", + "entity.minecraft.horse": "Horse", + "entity.minecraft.husk": "Husk", + "entity.minecraft.ravager": "Ravager", + "entity.minecraft.illusioner": "Illusioner", + "entity.minecraft.item": "Item", + "entity.minecraft.item_frame": "Item Frame", + "entity.minecraft.killer_bunny": "The Killer Bunny", + "entity.minecraft.leash_knot": "Leash Knot", + "entity.minecraft.lightning_bolt": "Lightning Bolt", + "entity.minecraft.llama": "Llama", + "entity.minecraft.llama_spit": "Llama Spit", + "entity.minecraft.magma_cube": "Magma Cube", + "entity.minecraft.marker": "Marker", + "entity.minecraft.minecart": "Minecart", + "entity.minecraft.mooshroom": "Mooshroom", + "entity.minecraft.mule": "Mule", + "entity.minecraft.ocelot": "Ocelot", + "entity.minecraft.painting": "Painting", + "entity.minecraft.panda": "Panda", + "entity.minecraft.parrot": "Parrot", + "entity.minecraft.phantom": "Phantom", + "entity.minecraft.pig": "Pig", + "entity.minecraft.piglin": "Piglin", + "entity.minecraft.piglin_brute": "Piglin Brute", + "entity.minecraft.pillager": "Pillager", + "entity.minecraft.player": "Player", + "entity.minecraft.polar_bear": "Polar Bear", + "entity.minecraft.potion": "Potion", + "entity.minecraft.pufferfish": "Pufferfish", + "entity.minecraft.rabbit": "Rabbit", + "entity.minecraft.salmon": "Salmon", + "entity.minecraft.sheep": "Sheep", + "entity.minecraft.shulker": "Shulker", + "entity.minecraft.shulker_bullet": "Shulker Bullet", + "entity.minecraft.silverfish": "Silverfish", + "entity.minecraft.skeleton": "Skeleton", + "entity.minecraft.skeleton_horse": "Skeleton Horse", + "entity.minecraft.slime": "Slime", + "entity.minecraft.small_fireball": "Small Fireball", + "entity.minecraft.snowball": "Snowball", + "entity.minecraft.snow_golem": "Snow Golem", + "entity.minecraft.spawner_minecart": "Minecart with Spawner", + "entity.minecraft.spectral_arrow": "Spectral Arrow", + "entity.minecraft.spider": "Spider", + "entity.minecraft.squid": "Squid", + "entity.minecraft.stray": "Stray", + "entity.minecraft.strider": "Strider", + "entity.minecraft.tnt": "Primed TNT", + "entity.minecraft.tnt_minecart": "Minecart with TNT", + "entity.minecraft.trader_llama": "Trader Llama", + "entity.minecraft.trident": "Trident", + "entity.minecraft.tropical_fish": "Tropical Fish", + "entity.minecraft.tropical_fish.predefined.0": "Anemone", + "entity.minecraft.tropical_fish.predefined.1": "Black Tang", + "entity.minecraft.tropical_fish.predefined.2": "Blue Tang", + "entity.minecraft.tropical_fish.predefined.3": "Butterflyfish", + "entity.minecraft.tropical_fish.predefined.4": "Cichlid", + "entity.minecraft.tropical_fish.predefined.5": "Clownfish", + "entity.minecraft.tropical_fish.predefined.6": "Cotton Candy Betta", + "entity.minecraft.tropical_fish.predefined.7": "Dottyback", + "entity.minecraft.tropical_fish.predefined.8": "Emperor Red Snapper", + "entity.minecraft.tropical_fish.predefined.9": "Goatfish", + "entity.minecraft.tropical_fish.predefined.10": "Moorish Idol", + "entity.minecraft.tropical_fish.predefined.11": "Ornate Butterflyfish", + "entity.minecraft.tropical_fish.predefined.12": "Parrotfish", + "entity.minecraft.tropical_fish.predefined.13": "Queen Angelfish", + "entity.minecraft.tropical_fish.predefined.14": "Red Cichlid", + "entity.minecraft.tropical_fish.predefined.15": "Red Lipped Blenny", + "entity.minecraft.tropical_fish.predefined.16": "Red Snapper", + "entity.minecraft.tropical_fish.predefined.17": "Threadfin", + "entity.minecraft.tropical_fish.predefined.18": "Tomato Clownfish", + "entity.minecraft.tropical_fish.predefined.19": "Triggerfish", + "entity.minecraft.tropical_fish.predefined.20": "Yellowtail Parrotfish", + "entity.minecraft.tropical_fish.predefined.21": "Yellow Tang", + "entity.minecraft.tropical_fish.type.flopper": "Flopper", + "entity.minecraft.tropical_fish.type.stripey": "Stripey", + "entity.minecraft.tropical_fish.type.glitter": "Glitter", + "entity.minecraft.tropical_fish.type.blockfish": "Blockfish", + "entity.minecraft.tropical_fish.type.betty": "Betty", + "entity.minecraft.tropical_fish.type.clayfish": "Clayfish", + "entity.minecraft.tropical_fish.type.kob": "Kob", + "entity.minecraft.tropical_fish.type.sunstreak": "Sunstreak", + "entity.minecraft.tropical_fish.type.snooper": "Snooper", + "entity.minecraft.tropical_fish.type.dasher": "Dasher", + "entity.minecraft.tropical_fish.type.brinely": "Brinely", + "entity.minecraft.tropical_fish.type.spotty": "Spotty", + "entity.minecraft.turtle": "Turtle", + "entity.minecraft.vex": "Vex", + "entity.minecraft.villager.armorer": "Armorer", + "entity.minecraft.villager.butcher": "Butcher", + "entity.minecraft.villager.cartographer": "Cartographer", + "entity.minecraft.villager.cleric": "Cleric", + "entity.minecraft.villager.farmer": "Farmer", + "entity.minecraft.villager.fisherman": "Fisherman", + "entity.minecraft.villager.fletcher": "Fletcher", + "entity.minecraft.villager.leatherworker": "Leatherworker", + "entity.minecraft.villager.librarian": "Librarian", + "entity.minecraft.villager.mason": "Mason", + "entity.minecraft.villager.none": "Villager", + "entity.minecraft.villager.nitwit": "Nitwit", + "entity.minecraft.villager.shepherd": "Shepherd", + "entity.minecraft.villager.toolsmith": "Toolsmith", + "entity.minecraft.villager.weaponsmith": "Weaponsmith", + "entity.minecraft.villager": "Villager", + "entity.minecraft.wandering_trader": "Wandering Trader", + "entity.minecraft.iron_golem": "Iron Golem", + "entity.minecraft.vindicator": "Vindicator", + "entity.minecraft.witch": "Witch", + "entity.minecraft.wither": "Wither", + "entity.minecraft.wither_skeleton": "Wither Skeleton", + "entity.minecraft.wither_skull": "Wither Skull", + "entity.minecraft.wolf": "Wolf", + "entity.minecraft.experience_bottle": "Thrown Bottle o' Enchanting", + "entity.minecraft.experience_orb": "Experience Orb", + "entity.minecraft.zoglin": "Zoglin", + "entity.minecraft.zombie": "Zombie", + "entity.minecraft.zombie_horse": "Zombie Horse", + "entity.minecraft.zombified_piglin": "Zombified Piglin", + "entity.minecraft.zombie_villager": "Zombie Villager", + "death.fell.accident.ladder": "%1$s fell off a ladder", + "death.fell.accident.vines": "%1$s fell off some vines", + "death.fell.accident.weeping_vines": "%1$s fell off some weeping vines", + "death.fell.accident.twisting_vines": "%1$s fell off some twisting vines", + "death.fell.accident.scaffolding": "%1$s fell off scaffolding", + "death.fell.accident.other_climbable": "%1$s fell while climbing", + "death.fell.accident.generic": "%1$s fell from a high place", + "death.fell.killer": "%1$s was doomed to fall", + "death.fell.assist": "%1$s was doomed to fall by %2$s", + "death.fell.assist.item": "%1$s was doomed to fall by %2$s using %3$s", + "death.fell.finish": "%1$s fell too far and was finished by %2$s", + "death.fell.finish.item": "%1$s fell too far and was finished by %2$s using %3$s", + "death.attack.lightningBolt": "%1$s was struck by lightning", + "death.attack.lightningBolt.player": "%1$s was struck by lightning whilst fighting %2$s", + "death.attack.inFire": "%1$s went up in flames", + "death.attack.inFire.player": "%1$s walked into fire whilst fighting %2$s", + "death.attack.onFire": "%1$s burned to death", + "death.attack.onFire.player": "%1$s was burnt to a crisp whilst fighting %2$s", + "death.attack.lava": "%1$s tried to swim in lava", + "death.attack.lava.player": "%1$s tried to swim in lava to escape %2$s", + "death.attack.hotFloor": "%1$s discovered the floor was lava", + "death.attack.hotFloor.player": "%1$s walked into danger zone due to %2$s", + "death.attack.inWall": "%1$s suffocated in a wall", + "death.attack.inWall.player": "%1$s suffocated in a wall whilst fighting %2$s", + "death.attack.cramming": "%1$s was squished too much", + "death.attack.cramming.player": "%1$s was squashed by %2$s", + "death.attack.drown": "%1$s drowned", + "death.attack.drown.player": "%1$s drowned whilst trying to escape %2$s", + "death.attack.dryout": "%1$s died from dehydration", + "death.attack.dryout.player": "%1$s died from dehydration whilst trying to escape %2$s", + "death.attack.starve": "%1$s starved to death", + "death.attack.starve.player": "%1$s starved to death whilst fighting %2$s", + "death.attack.cactus": "%1$s was pricked to death", + "death.attack.cactus.player": "%1$s walked into a cactus whilst trying to escape %2$s", + "death.attack.generic": "%1$s died", + "death.attack.generic.player": "%1$s died because of %2$s", + "death.attack.explosion": "%1$s blew up", + "death.attack.explosion.player": "%1$s was blown up by %2$s", + "death.attack.explosion.player.item": "%1$s was blown up by %2$s using %3$s", + "death.attack.magic": "%1$s was killed by magic", + "death.attack.magic.player": "%1$s was killed by magic whilst trying to escape %2$s", + "death.attack.even_more_magic": "%1$s was killed by even more magic", + "death.attack.message_too_long": "Actually, message was too long to deliver fully. Sorry! Here's stripped version: %s", + "death.attack.wither": "%1$s withered away", + "death.attack.wither.player": "%1$s withered away whilst fighting %2$s", + "death.attack.witherSkull": "%1$s was shot by a skull from %2$s", + "death.attack.anvil": "%1$s was squashed by a falling anvil", + "death.attack.anvil.player": "%1$s was squashed by a falling anvil whilst fighting %2$s", + "death.attack.fallingBlock": "%1$s was squashed by a falling block", + "death.attack.fallingBlock.player": "%1$s was squashed by a falling block whilst fighting %2$s", + "death.attack.stalagmite": "%1$s was impaled on a stalagmite", + "death.attack.stalagmite.player": "%1$s was impaled on a stalagmite whilst fighting %2$s", + "death.attack.fallingStalactite": "%1$s was skewered by a falling stalactite", + "death.attack.fallingStalactite.player": "%1$s was skewered by a falling stalactite whilst fighting %2$s", + "death.attack.mob": "%1$s was slain by %2$s", + "death.attack.mob.item": "%1$s was slain by %2$s using %3$s", + "death.attack.player": "%1$s was slain by %2$s", + "death.attack.player.item": "%1$s was slain by %2$s using %3$s", + "death.attack.arrow": "%1$s was shot by %2$s", + "death.attack.arrow.item": "%1$s was shot by %2$s using %3$s", + "death.attack.fireball": "%1$s was fireballed by %2$s", + "death.attack.fireball.item": "%1$s was fireballed by %2$s using %3$s", + "death.attack.thrown": "%1$s was pummeled by %2$s", + "death.attack.thrown.item": "%1$s was pummeled by %2$s using %3$s", + "death.attack.indirectMagic": "%1$s was killed by %2$s using magic", + "death.attack.indirectMagic.item": "%1$s was killed by %2$s using %3$s", + "death.attack.thorns": "%1$s was killed trying to hurt %2$s", + "death.attack.thorns.item": "%1$s was killed by %3$s trying to hurt %2$s", + "death.attack.trident": "%1$s was impaled by %2$s", + "death.attack.trident.item": "%1$s was impaled by %2$s with %3$s", + "death.attack.fall": "%1$s hit the ground too hard", + "death.attack.fall.player": "%1$s hit the ground too hard whilst trying to escape %2$s", + "death.attack.outOfWorld": "%1$s fell out of the world", + "death.attack.outOfWorld.player": "%1$s didn't want to live in the same world as %2$s", + "death.attack.dragonBreath": "%1$s was roasted in dragon breath", + "death.attack.dragonBreath.player": "%1$s was roasted in dragon breath by %2$s", + "death.attack.flyIntoWall": "%1$s experienced kinetic energy", + "death.attack.flyIntoWall.player": "%1$s experienced kinetic energy whilst trying to escape %2$s", + "death.attack.fireworks": "%1$s went off with a bang", + "death.attack.fireworks.player": "%1$s went off with a bang whilst fighting %2$s", + "death.attack.fireworks.item": "%1$s went off with a bang due to a firework fired from %3$s by %2$s", + "death.attack.badRespawnPoint.message": "%1$s was killed by %2$s", + "death.attack.badRespawnPoint.link": "Intentional Game Design", + "death.attack.sweetBerryBush": "%1$s was poked to death by a sweet berry bush", + "death.attack.sweetBerryBush.player": "%1$s was poked to death by a sweet berry bush whilst trying to escape %2$s", + "death.attack.sting": "%1$s was stung to death", + "death.attack.sting.player": "%1$s was stung to death by %2$s", + "death.attack.freeze": "%1$s froze to death", + "death.attack.freeze.player": "%1$s was frozen to death by %2$s", + "deathScreen.respawn": "Respawn", + "deathScreen.spectate": "Spectate World", + "deathScreen.titleScreen": "Title Screen", + "deathScreen.score": "Score", + "deathScreen.title.hardcore": "Game Over!", + "deathScreen.title": "You Died!", + "deathScreen.quit.confirm": "Are you sure you want to quit?", + "effect.none": "No Effects", + "effect.minecraft.speed": "Speed", + "effect.minecraft.slowness": "Slowness", + "effect.minecraft.haste": "Haste", + "effect.minecraft.mining_fatigue": "Mining Fatigue", + "effect.minecraft.strength": "Strength", + "effect.minecraft.instant_health": "Instant Health", + "effect.minecraft.instant_damage": "Instant Damage", + "effect.minecraft.jump_boost": "Jump Boost", + "effect.minecraft.nausea": "Nausea", + "effect.minecraft.regeneration": "Regeneration", + "effect.minecraft.resistance": "Resistance", + "effect.minecraft.fire_resistance": "Fire Resistance", + "effect.minecraft.water_breathing": "Water Breathing", + "effect.minecraft.invisibility": "Invisibility", + "effect.minecraft.blindness": "Blindness", + "effect.minecraft.night_vision": "Night Vision", + "effect.minecraft.hunger": "Hunger", + "effect.minecraft.weakness": "Weakness", + "effect.minecraft.poison": "Poison", + "effect.minecraft.wither": "Wither", + "effect.minecraft.health_boost": "Health Boost", + "effect.minecraft.absorption": "Absorption", + "effect.minecraft.saturation": "Saturation", + "effect.minecraft.glowing": "Glowing", + "effect.minecraft.luck": "Luck", + "effect.minecraft.unluck": "Bad Luck", + "effect.minecraft.levitation": "Levitation", + "effect.minecraft.slow_falling": "Slow Falling", + "effect.minecraft.conduit_power": "Conduit Power", + "effect.minecraft.dolphins_grace": "Dolphin's Grace", + "effect.minecraft.bad_omen": "Bad Omen", + "effect.minecraft.hero_of_the_village": "Hero of the Village", + "event.minecraft.raid": "Raid", + "event.minecraft.raid.raiders_remaining": "Raiders Remaining: %s", + "event.minecraft.raid.victory": "Victory", + "event.minecraft.raid.defeat": "Defeat", + "item.minecraft.tipped_arrow.effect.empty": "Uncraftable Tipped Arrow", + "item.minecraft.tipped_arrow.effect.water": "Arrow of Splashing", + "item.minecraft.tipped_arrow.effect.mundane": "Tipped Arrow", + "item.minecraft.tipped_arrow.effect.thick": "Tipped Arrow", + "item.minecraft.tipped_arrow.effect.awkward": "Tipped Arrow", + "item.minecraft.tipped_arrow.effect.night_vision": "Arrow of Night Vision", + "item.minecraft.tipped_arrow.effect.invisibility": "Arrow of Invisibility", + "item.minecraft.tipped_arrow.effect.leaping": "Arrow of Leaping", + "item.minecraft.tipped_arrow.effect.fire_resistance": "Arrow of Fire Resistance", + "item.minecraft.tipped_arrow.effect.swiftness": "Arrow of Swiftness", + "item.minecraft.tipped_arrow.effect.slowness": "Arrow of Slowness", + "item.minecraft.tipped_arrow.effect.water_breathing": "Arrow of Water Breathing", + "item.minecraft.tipped_arrow.effect.healing": "Arrow of Healing", + "item.minecraft.tipped_arrow.effect.harming": "Arrow of Harming", + "item.minecraft.tipped_arrow.effect.poison": "Arrow of Poison", + "item.minecraft.tipped_arrow.effect.regeneration": "Arrow of Regeneration", + "item.minecraft.tipped_arrow.effect.strength": "Arrow of Strength", + "item.minecraft.tipped_arrow.effect.weakness": "Arrow of Weakness", + "item.minecraft.tipped_arrow.effect.levitation": "Arrow of Levitation", + "item.minecraft.tipped_arrow.effect.luck": "Arrow of Luck", + "item.minecraft.tipped_arrow.effect.turtle_master": "Arrow of the Turtle Master", + "item.minecraft.tipped_arrow.effect.slow_falling": "Arrow of Slow Falling", + "potion.whenDrank": "When Applied:", + "potion.withAmplifier": "%s %s", + "potion.withDuration": "%s (%s)", + "item.minecraft.potion.effect.empty": "Uncraftable Potion", + "item.minecraft.potion.effect.water": "Water Bottle", + "item.minecraft.potion.effect.mundane": "Mundane Potion", + "item.minecraft.potion.effect.thick": "Thick Potion", + "item.minecraft.potion.effect.awkward": "Awkward Potion", + "item.minecraft.potion.effect.night_vision": "Potion of Night Vision", + "item.minecraft.potion.effect.invisibility": "Potion of Invisibility", + "item.minecraft.potion.effect.leaping": "Potion of Leaping", + "item.minecraft.potion.effect.fire_resistance": "Potion of Fire Resistance", + "item.minecraft.potion.effect.swiftness": "Potion of Swiftness", + "item.minecraft.potion.effect.slowness": "Potion of Slowness", + "item.minecraft.potion.effect.water_breathing": "Potion of Water Breathing", + "item.minecraft.potion.effect.healing": "Potion of Healing", + "item.minecraft.potion.effect.harming": "Potion of Harming", + "item.minecraft.potion.effect.poison": "Potion of Poison", + "item.minecraft.potion.effect.regeneration": "Potion of Regeneration", + "item.minecraft.potion.effect.strength": "Potion of Strength", + "item.minecraft.potion.effect.weakness": "Potion of Weakness", + "item.minecraft.potion.effect.levitation": "Potion of Levitation", + "item.minecraft.potion.effect.luck": "Potion of Luck", + "item.minecraft.potion.effect.turtle_master": "Potion of the Turtle Master", + "item.minecraft.potion.effect.slow_falling": "Potion of Slow Falling", + "item.minecraft.splash_potion.effect.empty": "Splash Uncraftable Potion", + "item.minecraft.splash_potion.effect.water": "Splash Water Bottle", + "item.minecraft.splash_potion.effect.mundane": "Mundane Splash Potion", + "item.minecraft.splash_potion.effect.thick": "Thick Splash Potion", + "item.minecraft.splash_potion.effect.awkward": "Awkward Splash Potion", + "item.minecraft.splash_potion.effect.night_vision": "Splash Potion of Night Vision", + "item.minecraft.splash_potion.effect.invisibility": "Splash Potion of Invisibility", + "item.minecraft.splash_potion.effect.leaping": "Splash Potion of Leaping", + "item.minecraft.splash_potion.effect.fire_resistance": "Splash Potion of Fire Resistance", + "item.minecraft.splash_potion.effect.swiftness": "Splash Potion of Swiftness", + "item.minecraft.splash_potion.effect.slowness": "Splash Potion of Slowness", + "item.minecraft.splash_potion.effect.water_breathing": "Splash Potion of Water Breathing", + "item.minecraft.splash_potion.effect.healing": "Splash Potion of Healing", + "item.minecraft.splash_potion.effect.harming": "Splash Potion of Harming", + "item.minecraft.splash_potion.effect.poison": "Splash Potion of Poison", + "item.minecraft.splash_potion.effect.regeneration": "Splash Potion of Regeneration", + "item.minecraft.splash_potion.effect.strength": "Splash Potion of Strength", + "item.minecraft.splash_potion.effect.weakness": "Splash Potion of Weakness", + "item.minecraft.splash_potion.effect.levitation": "Splash Potion of Levitation", + "item.minecraft.splash_potion.effect.luck": "Splash Potion of Luck", + "item.minecraft.splash_potion.effect.turtle_master": "Splash Potion of the Turtle Master", + "item.minecraft.splash_potion.effect.slow_falling": "Splash Potion of Slow Falling", + "item.minecraft.lingering_potion.effect.empty": "Lingering Uncraftable Potion", + "item.minecraft.lingering_potion.effect.water": "Lingering Water Bottle", + "item.minecraft.lingering_potion.effect.mundane": "Mundane Lingering Potion", + "item.minecraft.lingering_potion.effect.thick": "Thick Lingering Potion", + "item.minecraft.lingering_potion.effect.awkward": "Awkward Lingering Potion", + "item.minecraft.lingering_potion.effect.night_vision": "Lingering Potion of Night Vision", + "item.minecraft.lingering_potion.effect.invisibility": "Lingering Potion of Invisibility", + "item.minecraft.lingering_potion.effect.leaping": "Lingering Potion of Leaping", + "item.minecraft.lingering_potion.effect.fire_resistance": "Lingering Potion of Fire Resistance", + "item.minecraft.lingering_potion.effect.swiftness": "Lingering Potion of Swiftness", + "item.minecraft.lingering_potion.effect.slowness": "Lingering Potion of Slowness", + "item.minecraft.lingering_potion.effect.water_breathing": "Lingering Potion of Water Breathing", + "item.minecraft.lingering_potion.effect.healing": "Lingering Potion of Healing", + "item.minecraft.lingering_potion.effect.harming": "Lingering Potion of Harming", + "item.minecraft.lingering_potion.effect.poison": "Lingering Potion of Poison", + "item.minecraft.lingering_potion.effect.regeneration": "Lingering Potion of Regeneration", + "item.minecraft.lingering_potion.effect.strength": "Lingering Potion of Strength", + "item.minecraft.lingering_potion.effect.weakness": "Lingering Potion of Weakness", + "item.minecraft.lingering_potion.effect.levitation": "Lingering Potion of Levitation", + "item.minecraft.lingering_potion.effect.luck": "Lingering Potion of Luck", + "item.minecraft.lingering_potion.effect.turtle_master": "Lingering Potion of the Turtle Master", + "item.minecraft.lingering_potion.effect.slow_falling": "Lingering Potion of Slow Falling", + "potion.potency.0": "", + "potion.potency.1": "II", + "potion.potency.2": "III", + "potion.potency.3": "IV", + "potion.potency.4": "V", + "potion.potency.5": "VI", + "enchantment.minecraft.sharpness": "Sharpness", + "enchantment.minecraft.smite": "Smite", + "enchantment.minecraft.bane_of_arthropods": "Bane of Arthropods", + "enchantment.minecraft.knockback": "Knockback", + "enchantment.minecraft.fire_aspect": "Fire Aspect", + "enchantment.minecraft.sweeping": "Sweeping Edge", + "enchantment.minecraft.protection": "Protection", + "enchantment.minecraft.fire_protection": "Fire Protection", + "enchantment.minecraft.feather_falling": "Feather Falling", + "enchantment.minecraft.blast_protection": "Blast Protection", + "enchantment.minecraft.projectile_protection": "Projectile Protection", + "enchantment.minecraft.respiration": "Respiration", + "enchantment.minecraft.aqua_affinity": "Aqua Affinity", + "enchantment.minecraft.depth_strider": "Depth Strider", + "enchantment.minecraft.frost_walker": "Frost Walker", + "enchantment.minecraft.soul_speed": "Soul Speed", + "enchantment.minecraft.efficiency": "Efficiency", + "enchantment.minecraft.silk_touch": "Silk Touch", + "enchantment.minecraft.unbreaking": "Unbreaking", + "enchantment.minecraft.looting": "Looting", + "enchantment.minecraft.fortune": "Fortune", + "enchantment.minecraft.luck_of_the_sea": "Luck of the Sea", + "enchantment.minecraft.lure": "Lure", + "enchantment.minecraft.power": "Power", + "enchantment.minecraft.flame": "Flame", + "enchantment.minecraft.punch": "Punch", + "enchantment.minecraft.infinity": "Infinity", + "enchantment.minecraft.thorns": "Thorns", + "enchantment.minecraft.mending": "Mending", + "enchantment.minecraft.binding_curse": "Curse of Binding", + "enchantment.minecraft.vanishing_curse": "Curse of Vanishing", + "enchantment.minecraft.loyalty": "Loyalty", + "enchantment.minecraft.impaling": "Impaling", + "enchantment.minecraft.riptide": "Riptide", + "enchantment.minecraft.channeling": "Channeling", + "enchantment.minecraft.multishot": "Multishot", + "enchantment.minecraft.quick_charge": "Quick Charge", + "enchantment.minecraft.piercing": "Piercing", + "enchantment.level.1": "I", + "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.level.10": "X", + "gui.advancements": "Advancements", + "gui.stats": "Statistics", + "gui.entity_tooltip.type": "Type: %s", + "advancements.empty": "There doesn't seem to be anything here...", + "advancements.sad_label": ":(", + "advancements.toast.task": "Advancement Made!", + "advancements.toast.challenge": "Challenge Complete!", + "advancements.toast.goal": "Goal Reached!", + "stats.tooltip.type.statistic": "Statistic", + "stat.generalButton": "General", + "stat.itemsButton": "Items", + "stat.mobsButton": "Mobs", + "stat_type.minecraft.mined": "Times Mined", + "stat_type.minecraft.crafted": "Times Crafted", + "stat_type.minecraft.used": "Times Used", + "stat_type.minecraft.broken": "Times Broken", + "stat_type.minecraft.picked_up": "Picked Up", + "stat_type.minecraft.dropped": "Dropped", + "stat_type.minecraft.killed": "You killed %s %s", + "stat_type.minecraft.killed.none": "You have never killed %s", + "stat_type.minecraft.killed_by": "%s killed you %s time(s)", + "stat_type.minecraft.killed_by.none": "You have never been killed by %s", + "stat.minecraft.animals_bred": "Animals Bred", + "stat.minecraft.aviate_one_cm": "Distance by Elytra", + "stat.minecraft.clean_armor": "Armor Pieces Cleaned", + "stat.minecraft.clean_banner": "Banners Cleaned", + "stat.minecraft.clean_shulker_box": "Shulker Boxes Cleaned", + "stat.minecraft.climb_one_cm": "Distance Climbed", + "stat.minecraft.bell_ring": "Bells Rung", + "stat.minecraft.target_hit": "Targets Hit", + "stat.minecraft.boat_one_cm": "Distance by Boat", + "stat.minecraft.crouch_one_cm": "Distance Crouched", + "stat.minecraft.damage_dealt": "Damage Dealt", + "stat.minecraft.damage_dealt_absorbed": "Damage Dealt (Absorbed)", + "stat.minecraft.damage_dealt_resisted": "Damage Dealt (Resisted)", + "stat.minecraft.damage_taken": "Damage Taken", + "stat.minecraft.damage_blocked_by_shield": "Damage Blocked by Shield", + "stat.minecraft.damage_absorbed": "Damage Absorbed", + "stat.minecraft.damage_resisted": "Damage Resisted", + "stat.minecraft.deaths": "Number of Deaths", + "stat.minecraft.walk_under_water_one_cm": "Distance Walked under Water", + "stat.minecraft.drop": "Items Dropped", + "stat.minecraft.eat_cake_slice": "Cake Slices Eaten", + "stat.minecraft.enchant_item": "Items Enchanted", + "stat.minecraft.fall_one_cm": "Distance Fallen", + "stat.minecraft.fill_cauldron": "Cauldrons Filled", + "stat.minecraft.fish_caught": "Fish Caught", + "stat.minecraft.fly_one_cm": "Distance Flown", + "stat.minecraft.horse_one_cm": "Distance by Horse", + "stat.minecraft.inspect_dispenser": "Dispensers Searched", + "stat.minecraft.inspect_dropper": "Droppers Searched", + "stat.minecraft.inspect_hopper": "Hoppers Searched", + "stat.minecraft.interact_with_anvil": "Interactions with Anvil", + "stat.minecraft.interact_with_beacon": "Interactions with Beacon", + "stat.minecraft.interact_with_brewingstand": "Interactions with Brewing Stand", + "stat.minecraft.interact_with_campfire": "Interactions with Campfire", + "stat.minecraft.interact_with_cartography_table": "Interactions with Cartography Table", + "stat.minecraft.interact_with_crafting_table": "Interactions with Crafting Table", + "stat.minecraft.interact_with_furnace": "Interactions with Furnace", + "stat.minecraft.interact_with_grindstone": "Interactions with Grindstone", + "stat.minecraft.interact_with_lectern": "Interactions with Lectern", + "stat.minecraft.interact_with_loom": "Interactions with Loom", + "stat.minecraft.interact_with_blast_furnace": "Interactions with Blast Furnace", + "stat.minecraft.interact_with_smithing_table": "Interactions with Smithing Table", + "stat.minecraft.interact_with_smoker": "Interactions with Smoker", + "stat.minecraft.interact_with_stonecutter": "Interactions with Stonecutter", + "stat.minecraft.jump": "Jumps", + "stat.minecraft.junk_fished": "Junk Fished", + "stat.minecraft.leave_game": "Games Quit", + "stat.minecraft.minecart_one_cm": "Distance by Minecart", + "stat.minecraft.mob_kills": "Mob Kills", + "stat.minecraft.open_barrel": "Barrels Opened", + "stat.minecraft.open_chest": "Chests Opened", + "stat.minecraft.open_enderchest": "Ender Chests Opened", + "stat.minecraft.open_shulker_box": "Shulker Boxes Opened", + "stat.minecraft.pig_one_cm": "Distance by Pig", + "stat.minecraft.strider_one_cm": "Distance by Strider", + "stat.minecraft.player_kills": "Player Kills", + "stat.minecraft.play_noteblock": "Note Blocks Played", + "stat.minecraft.play_time": "Time Played", + "stat.minecraft.play_record": "Music Discs Played", + "stat.minecraft.pot_flower": "Plants Potted", + "stat.minecraft.raid_trigger": "Raids Triggered", + "stat.minecraft.raid_win": "Raids Won", + "stat.minecraft.ring_bell": "Bells Rung", + "stat.minecraft.sleep_in_bed": "Times Slept in a Bed", + "stat.minecraft.sneak_time": "Sneak Time", + "stat.minecraft.sprint_one_cm": "Distance Sprinted", + "stat.minecraft.walk_on_water_one_cm": "Distance Walked on Water", + "stat.minecraft.swim_one_cm": "Distance Swum", + "stat.minecraft.talked_to_villager": "Talked to Villagers", + "stat.minecraft.time_since_rest": "Time Since Last Rest", + "stat.minecraft.time_since_death": "Time Since Last Death", + "stat.minecraft.total_world_time": "Time with World Open", + "stat.minecraft.traded_with_villager": "Traded with Villagers", + "stat.minecraft.treasure_fished": "Treasure Fished", + "stat.minecraft.trigger_trapped_chest": "Trapped Chests Triggered", + "stat.minecraft.tune_noteblock": "Note Blocks Tuned", + "stat.minecraft.use_cauldron": "Water Taken from Cauldron", + "stat.minecraft.walk_one_cm": "Distance Walked", + "recipe.toast.title": "New Recipes Unlocked!", + "recipe.toast.description": "Check your recipe book", + "itemGroup.buildingBlocks": "Building Blocks", + "itemGroup.decorations": "Decoration Blocks", + "itemGroup.redstone": "Redstone", + "itemGroup.transportation": "Transportation", + "itemGroup.misc": "Miscellaneous", + "itemGroup.search": "Search Items", + "itemGroup.food": "Foodstuffs", + "itemGroup.tools": "Tools", + "itemGroup.combat": "Combat", + "itemGroup.brewing": "Brewing", + "itemGroup.materials": "Materials", + "itemGroup.inventory": "Survival Inventory", + "itemGroup.hotbar": "Saved Hotbars", + "inventory.binSlot": "Destroy Item", + "inventory.hotbarSaved": "Item hotbar saved (restore with %1$s+%2$s)", + "inventory.hotbarInfo": "Save hotbar with %1$s+%2$s", + "advMode.setCommand": "Set Console Command for Block", + "advMode.setCommand.success": "Command set: %s", + "advMode.command": "Console Command", + "advMode.nearestPlayer": "Use \"@p\" to target nearest player", + "advMode.randomPlayer": "Use \"@r\" to target random player", + "advMode.allPlayers": "Use \"@a\" to target all players", + "advMode.allEntities": "Use \"@e\" to target all entities", + "advMode.self": "Use \"@s\" to target the executing entity", + "advMode.previousOutput": "Previous Output", + "advMode.mode": "Mode", + "advMode.mode.sequence": "Chain", + "advMode.mode.auto": "Repeat", + "advMode.mode.redstone": "Impulse", + "advMode.type": "Type", + "advMode.mode.conditional": "Conditional", + "advMode.mode.unconditional": "Unconditional", + "advMode.triggering": "Triggering", + "advMode.mode.redstoneTriggered": "Needs Redstone", + "advMode.mode.autoexec.bat": "Always Active", + "advMode.notEnabled": "Command blocks are not enabled on this server", + "advMode.notAllowed": "Must be an opped player in creative mode", + "advMode.trackOutput": "Track output", + "mount.onboard": "Press %1$s to Dismount", + "build.tooHigh": "Height limit for building is %s", + "item.modifiers.mainhand": "When in Main Hand:", + "item.modifiers.offhand": "When in Off Hand:", + "item.modifiers.feet": "When on Feet:", + "item.modifiers.legs": "When on Legs:", + "item.modifiers.chest": "When on Body:", + "item.modifiers.head": "When on Head:", + "attribute.unknown": "Unknown attribute", + "attribute.modifier.plus.0": "+%s %s", + "attribute.modifier.plus.1": "+%s%% %s", + "attribute.modifier.plus.2": "+%s%% %s", + "attribute.modifier.take.0": "-%s %s", + "attribute.modifier.take.1": "-%s%% %s", + "attribute.modifier.take.2": "-%s%% %s", + "attribute.modifier.equals.0": "%s %s", + "attribute.modifier.equals.1": "%s%% %s", + "attribute.modifier.equals.2": "%s%% %s", + "attribute.name.horse.jump_strength": "Horse Jump Strength", + "attribute.name.zombie.spawn_reinforcements": "Zombie Reinforcements", + "attribute.name.generic.max_health": "Max Health", + "attribute.name.generic.follow_range": "Mob Follow Range", + "attribute.name.generic.knockback_resistance": "Knockback Resistance", + "attribute.name.generic.movement_speed": "Speed", + "attribute.name.generic.flying_speed": "Flying Speed", + "attribute.name.generic.attack_damage": "Attack Damage", + "attribute.name.generic.attack_knockback": "Attack Knockback", + "attribute.name.generic.attack_speed": "Attack Speed", + "attribute.name.generic.luck": "Luck", + "attribute.name.generic.armor": "Armor", + "attribute.name.generic.armor_toughness": "Armor Toughness", + "screenshot.success": "Saved screenshot as %s", + "screenshot.failure": "Couldn't save screenshot: %s", + "block.minecraft.black_banner": "Black Banner", + "block.minecraft.red_banner": "Red Banner", + "block.minecraft.green_banner": "Green Banner", + "block.minecraft.brown_banner": "Brown Banner", + "block.minecraft.blue_banner": "Blue Banner", + "block.minecraft.purple_banner": "Purple Banner", + "block.minecraft.cyan_banner": "Cyan Banner", + "block.minecraft.light_gray_banner": "Light Gray Banner", + "block.minecraft.gray_banner": "Gray Banner", + "block.minecraft.pink_banner": "Pink Banner", + "block.minecraft.lime_banner": "Lime Banner", + "block.minecraft.yellow_banner": "Yellow Banner", + "block.minecraft.light_blue_banner": "Light Blue Banner", + "block.minecraft.magenta_banner": "Magenta Banner", + "block.minecraft.orange_banner": "Orange Banner", + "block.minecraft.white_banner": "White Banner", + "item.minecraft.shield": "Shield", + "item.minecraft.shield.black": "Black Shield", + "item.minecraft.shield.red": "Red Shield", + "item.minecraft.shield.green": "Green Shield", + "item.minecraft.shield.brown": "Brown Shield", + "item.minecraft.shield.blue": "Blue Shield", + "item.minecraft.shield.purple": "Purple Shield", + "item.minecraft.shield.cyan": "Cyan Shield", + "item.minecraft.shield.light_gray": "Light Gray Shield", + "item.minecraft.shield.gray": "Gray Shield", + "item.minecraft.shield.pink": "Pink Shield", + "item.minecraft.shield.lime": "Lime Shield", + "item.minecraft.shield.yellow": "Yellow Shield", + "item.minecraft.shield.light_blue": "Light Blue Shield", + "item.minecraft.shield.magenta": "Magenta Shield", + "item.minecraft.shield.orange": "Orange Shield", + "item.minecraft.shield.white": "White Shield", + "block.minecraft.banner.base.black": "Fully Black Field", + "block.minecraft.banner.base.red": "Fully Red Field", + "block.minecraft.banner.base.green": "Fully Green Field", + "block.minecraft.banner.base.brown": "Fully Brown Field", + "block.minecraft.banner.base.blue": "Fully Blue Field", + "block.minecraft.banner.base.purple": "Fully Purple Field", + "block.minecraft.banner.base.cyan": "Fully Cyan Field", + "block.minecraft.banner.base.light_gray": "Fully Light Gray Field", + "block.minecraft.banner.base.gray": "Fully Gray Field", + "block.minecraft.banner.base.pink": "Fully Pink Field", + "block.minecraft.banner.base.lime": "Fully Lime Field", + "block.minecraft.banner.base.yellow": "Fully Yellow Field", + "block.minecraft.banner.base.light_blue": "Fully Light Blue Field", + "block.minecraft.banner.base.magenta": "Fully Magenta Field", + "block.minecraft.banner.base.orange": "Fully Orange Field", + "block.minecraft.banner.base.white": "Fully White Field", + "block.minecraft.banner.square_bottom_left.black": "Black Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.red": "Red Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.green": "Green Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.brown": "Brown Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.blue": "Blue Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.purple": "Purple Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.cyan": "Cyan Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.light_gray": "Light Gray Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.gray": "Gray Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.pink": "Pink Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.lime": "Lime Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.yellow": "Yellow Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.light_blue": "Light Blue Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.magenta": "Magenta Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.orange": "Orange Base Dexter Canton", + "block.minecraft.banner.square_bottom_left.white": "White Base Dexter Canton", + "block.minecraft.banner.square_bottom_right.black": "Black Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.red": "Red Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.green": "Green Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.brown": "Brown Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.blue": "Blue Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.purple": "Purple Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.cyan": "Cyan Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.light_gray": "Light Gray Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.gray": "Gray Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.pink": "Pink Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.lime": "Lime Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.yellow": "Yellow Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.light_blue": "Light Blue Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.magenta": "Magenta Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.orange": "Orange Base Sinister Canton", + "block.minecraft.banner.square_bottom_right.white": "White Base Sinister Canton", + "block.minecraft.banner.square_top_left.black": "Black Chief Dexter Canton", + "block.minecraft.banner.square_top_left.red": "Red Chief Dexter Canton", + "block.minecraft.banner.square_top_left.green": "Green Chief Dexter Canton", + "block.minecraft.banner.square_top_left.brown": "Brown Chief Dexter Canton", + "block.minecraft.banner.square_top_left.blue": "Blue Chief Dexter Canton", + "block.minecraft.banner.square_top_left.purple": "Purple Chief Dexter Canton", + "block.minecraft.banner.square_top_left.cyan": "Cyan Chief Dexter Canton", + "block.minecraft.banner.square_top_left.light_gray": "Light Gray Chief Dexter Canton", + "block.minecraft.banner.square_top_left.gray": "Gray Chief Dexter Canton", + "block.minecraft.banner.square_top_left.pink": "Pink Chief Dexter Canton", + "block.minecraft.banner.square_top_left.lime": "Lime Chief Dexter Canton", + "block.minecraft.banner.square_top_left.yellow": "Yellow Chief Dexter Canton", + "block.minecraft.banner.square_top_left.light_blue": "Light Blue Chief Dexter Canton", + "block.minecraft.banner.square_top_left.magenta": "Magenta Chief Dexter Canton", + "block.minecraft.banner.square_top_left.orange": "Orange Chief Dexter Canton", + "block.minecraft.banner.square_top_left.white": "White Chief Dexter Canton", + "block.minecraft.banner.square_top_right.black": "Black Chief Sinister Canton", + "block.minecraft.banner.square_top_right.red": "Red Chief Sinister Canton", + "block.minecraft.banner.square_top_right.green": "Green Chief Sinister Canton", + "block.minecraft.banner.square_top_right.brown": "Brown Chief Sinister Canton", + "block.minecraft.banner.square_top_right.blue": "Blue Chief Sinister Canton", + "block.minecraft.banner.square_top_right.purple": "Purple Chief Sinister Canton", + "block.minecraft.banner.square_top_right.cyan": "Cyan Chief Sinister Canton", + "block.minecraft.banner.square_top_right.light_gray": "Light Gray Chief Sinister Canton", + "block.minecraft.banner.square_top_right.gray": "Gray Chief Sinister Canton", + "block.minecraft.banner.square_top_right.pink": "Pink Chief Sinister Canton", + "block.minecraft.banner.square_top_right.lime": "Lime Chief Sinister Canton", + "block.minecraft.banner.square_top_right.yellow": "Yellow Chief Sinister Canton", + "block.minecraft.banner.square_top_right.light_blue": "Light Blue Chief Sinister Canton", + "block.minecraft.banner.square_top_right.magenta": "Magenta Chief Sinister Canton", + "block.minecraft.banner.square_top_right.orange": "Orange Chief Sinister Canton", + "block.minecraft.banner.square_top_right.white": "White Chief Sinister Canton", + "block.minecraft.banner.stripe_bottom.black": "Black Base", + "block.minecraft.banner.stripe_bottom.red": "Red Base", + "block.minecraft.banner.stripe_bottom.green": "Green Base", + "block.minecraft.banner.stripe_bottom.brown": "Brown Base", + "block.minecraft.banner.stripe_bottom.blue": "Blue Base", + "block.minecraft.banner.stripe_bottom.purple": "Purple Base", + "block.minecraft.banner.stripe_bottom.cyan": "Cyan Base", + "block.minecraft.banner.stripe_bottom.light_gray": "Light Gray Base", + "block.minecraft.banner.stripe_bottom.gray": "Gray Base", + "block.minecraft.banner.stripe_bottom.pink": "Pink Base", + "block.minecraft.banner.stripe_bottom.lime": "Lime Base", + "block.minecraft.banner.stripe_bottom.yellow": "Yellow Base", + "block.minecraft.banner.stripe_bottom.light_blue": "Light Blue Base", + "block.minecraft.banner.stripe_bottom.magenta": "Magenta Base", + "block.minecraft.banner.stripe_bottom.orange": "Orange Base", + "block.minecraft.banner.stripe_bottom.white": "White Base", + "block.minecraft.banner.stripe_top.black": "Black Chief", + "block.minecraft.banner.stripe_top.red": "Red Chief", + "block.minecraft.banner.stripe_top.green": "Green Chief", + "block.minecraft.banner.stripe_top.brown": "Brown Chief", + "block.minecraft.banner.stripe_top.blue": "Blue Chief", + "block.minecraft.banner.stripe_top.purple": "Purple Chief", + "block.minecraft.banner.stripe_top.cyan": "Cyan Chief", + "block.minecraft.banner.stripe_top.light_gray": "Light Gray Chief", + "block.minecraft.banner.stripe_top.gray": "Gray Chief", + "block.minecraft.banner.stripe_top.pink": "Pink Chief", + "block.minecraft.banner.stripe_top.lime": "Lime Chief", + "block.minecraft.banner.stripe_top.yellow": "Yellow Chief", + "block.minecraft.banner.stripe_top.light_blue": "Light Blue Chief", + "block.minecraft.banner.stripe_top.magenta": "Magenta Chief", + "block.minecraft.banner.stripe_top.orange": "Orange Chief", + "block.minecraft.banner.stripe_top.white": "White Chief", + "block.minecraft.banner.stripe_left.black": "Black Pale Dexter", + "block.minecraft.banner.stripe_left.red": "Red Pale Dexter", + "block.minecraft.banner.stripe_left.green": "Green Pale Dexter", + "block.minecraft.banner.stripe_left.brown": "Brown Pale Dexter", + "block.minecraft.banner.stripe_left.blue": "Blue Pale Dexter", + "block.minecraft.banner.stripe_left.purple": "Purple Pale Dexter", + "block.minecraft.banner.stripe_left.cyan": "Cyan Pale Dexter", + "block.minecraft.banner.stripe_left.light_gray": "Light Gray Pale Dexter", + "block.minecraft.banner.stripe_left.gray": "Gray Pale Dexter", + "block.minecraft.banner.stripe_left.pink": "Pink Pale Dexter", + "block.minecraft.banner.stripe_left.lime": "Lime Pale Dexter", + "block.minecraft.banner.stripe_left.yellow": "Yellow Pale Dexter", + "block.minecraft.banner.stripe_left.light_blue": "Light Blue Pale Dexter", + "block.minecraft.banner.stripe_left.magenta": "Magenta Pale Dexter", + "block.minecraft.banner.stripe_left.orange": "Orange Pale Dexter", + "block.minecraft.banner.stripe_left.white": "White Pale Dexter", + "block.minecraft.banner.stripe_right.black": "Black Pale Sinister", + "block.minecraft.banner.stripe_right.red": "Red Pale Sinister", + "block.minecraft.banner.stripe_right.green": "Green Pale Sinister", + "block.minecraft.banner.stripe_right.brown": "Brown Pale Sinister", + "block.minecraft.banner.stripe_right.blue": "Blue Pale Sinister", + "block.minecraft.banner.stripe_right.purple": "Purple Pale Sinister", + "block.minecraft.banner.stripe_right.cyan": "Cyan Pale Sinister", + "block.minecraft.banner.stripe_right.light_gray": "Light Gray Pale Sinister", + "block.minecraft.banner.stripe_right.gray": "Gray Pale Sinister", + "block.minecraft.banner.stripe_right.pink": "Pink Pale Sinister", + "block.minecraft.banner.stripe_right.lime": "Lime Pale Sinister", + "block.minecraft.banner.stripe_right.yellow": "Yellow Pale Sinister", + "block.minecraft.banner.stripe_right.light_blue": "Light Blue Pale Sinister", + "block.minecraft.banner.stripe_right.magenta": "Magenta Pale Sinister", + "block.minecraft.banner.stripe_right.orange": "Orange Pale Sinister", + "block.minecraft.banner.stripe_right.white": "White Pale Sinister", + "block.minecraft.banner.stripe_center.black": "Black Pale", + "block.minecraft.banner.stripe_center.red": "Red Pale", + "block.minecraft.banner.stripe_center.green": "Green Pale", + "block.minecraft.banner.stripe_center.brown": "Brown Pale", + "block.minecraft.banner.stripe_center.blue": "Blue Pale", + "block.minecraft.banner.stripe_center.purple": "Purple Pale", + "block.minecraft.banner.stripe_center.cyan": "Cyan Pale", + "block.minecraft.banner.stripe_center.light_gray": "Light Gray Pale", + "block.minecraft.banner.stripe_center.gray": "Gray Pale", + "block.minecraft.banner.stripe_center.pink": "Pink Pale", + "block.minecraft.banner.stripe_center.lime": "Lime Pale", + "block.minecraft.banner.stripe_center.yellow": "Yellow Pale", + "block.minecraft.banner.stripe_center.light_blue": "Light Blue Pale", + "block.minecraft.banner.stripe_center.magenta": "Magenta Pale", + "block.minecraft.banner.stripe_center.orange": "Orange Pale", + "block.minecraft.banner.stripe_center.white": "White Pale", + "block.minecraft.banner.stripe_middle.black": "Black Fess", + "block.minecraft.banner.stripe_middle.red": "Red Fess", + "block.minecraft.banner.stripe_middle.green": "Green Fess", + "block.minecraft.banner.stripe_middle.brown": "Brown Fess", + "block.minecraft.banner.stripe_middle.blue": "Blue Fess", + "block.minecraft.banner.stripe_middle.purple": "Purple Fess", + "block.minecraft.banner.stripe_middle.cyan": "Cyan Fess", + "block.minecraft.banner.stripe_middle.light_gray": "Light Gray Fess", + "block.minecraft.banner.stripe_middle.gray": "Gray Fess", + "block.minecraft.banner.stripe_middle.pink": "Pink Fess", + "block.minecraft.banner.stripe_middle.lime": "Lime Fess", + "block.minecraft.banner.stripe_middle.yellow": "Yellow Fess", + "block.minecraft.banner.stripe_middle.light_blue": "Light Blue Fess", + "block.minecraft.banner.stripe_middle.magenta": "Magenta Fess", + "block.minecraft.banner.stripe_middle.orange": "Orange Fess", + "block.minecraft.banner.stripe_middle.white": "White Fess", + "block.minecraft.banner.stripe_downright.black": "Black Bend", + "block.minecraft.banner.stripe_downright.red": "Red Bend", + "block.minecraft.banner.stripe_downright.green": "Green Bend", + "block.minecraft.banner.stripe_downright.brown": "Brown Bend", + "block.minecraft.banner.stripe_downright.blue": "Blue Bend", + "block.minecraft.banner.stripe_downright.purple": "Purple Bend", + "block.minecraft.banner.stripe_downright.cyan": "Cyan Bend", + "block.minecraft.banner.stripe_downright.light_gray": "Light Gray Bend", + "block.minecraft.banner.stripe_downright.gray": "Gray Bend", + "block.minecraft.banner.stripe_downright.pink": "Pink Bend", + "block.minecraft.banner.stripe_downright.lime": "Lime Bend", + "block.minecraft.banner.stripe_downright.yellow": "Yellow Bend", + "block.minecraft.banner.stripe_downright.light_blue": "Light Blue Bend", + "block.minecraft.banner.stripe_downright.magenta": "Magenta Bend", + "block.minecraft.banner.stripe_downright.orange": "Orange Bend", + "block.minecraft.banner.stripe_downright.white": "White Bend", + "block.minecraft.banner.stripe_downleft.black": "Black Bend Sinister", + "block.minecraft.banner.stripe_downleft.red": "Red Bend Sinister", + "block.minecraft.banner.stripe_downleft.green": "Green Bend Sinister", + "block.minecraft.banner.stripe_downleft.brown": "Brown Bend Sinister", + "block.minecraft.banner.stripe_downleft.blue": "Blue Bend Sinister", + "block.minecraft.banner.stripe_downleft.purple": "Purple Bend Sinister", + "block.minecraft.banner.stripe_downleft.cyan": "Cyan Bend Sinister", + "block.minecraft.banner.stripe_downleft.light_gray": "Light Gray Bend Sinister", + "block.minecraft.banner.stripe_downleft.gray": "Gray Bend Sinister", + "block.minecraft.banner.stripe_downleft.pink": "Pink Bend Sinister", + "block.minecraft.banner.stripe_downleft.lime": "Lime Bend Sinister", + "block.minecraft.banner.stripe_downleft.yellow": "Yellow Bend Sinister", + "block.minecraft.banner.stripe_downleft.light_blue": "Light Blue Bend Sinister", + "block.minecraft.banner.stripe_downleft.magenta": "Magenta Bend Sinister", + "block.minecraft.banner.stripe_downleft.orange": "Orange Bend Sinister", + "block.minecraft.banner.stripe_downleft.white": "White Bend Sinister", + "block.minecraft.banner.small_stripes.black": "Black Paly", + "block.minecraft.banner.small_stripes.red": "Red Paly", + "block.minecraft.banner.small_stripes.green": "Green Paly", + "block.minecraft.banner.small_stripes.brown": "Brown Paly", + "block.minecraft.banner.small_stripes.blue": "Blue Paly", + "block.minecraft.banner.small_stripes.purple": "Purple Paly", + "block.minecraft.banner.small_stripes.cyan": "Cyan Paly", + "block.minecraft.banner.small_stripes.light_gray": "Light Gray Paly", + "block.minecraft.banner.small_stripes.gray": "Gray Paly", + "block.minecraft.banner.small_stripes.pink": "Pink Paly", + "block.minecraft.banner.small_stripes.lime": "Lime Paly", + "block.minecraft.banner.small_stripes.yellow": "Yellow Paly", + "block.minecraft.banner.small_stripes.light_blue": "Light Blue Paly", + "block.minecraft.banner.small_stripes.magenta": "Magenta Paly", + "block.minecraft.banner.small_stripes.orange": "Orange Paly", + "block.minecraft.banner.small_stripes.white": "White Paly", + "block.minecraft.banner.cross.black": "Black Saltire", + "block.minecraft.banner.cross.red": "Red Saltire", + "block.minecraft.banner.cross.green": "Green Saltire", + "block.minecraft.banner.cross.brown": "Brown Saltire", + "block.minecraft.banner.cross.blue": "Blue Saltire", + "block.minecraft.banner.cross.purple": "Purple Saltire", + "block.minecraft.banner.cross.cyan": "Cyan Saltire", + "block.minecraft.banner.cross.light_gray": "Light Gray Saltire", + "block.minecraft.banner.cross.gray": "Gray Saltire", + "block.minecraft.banner.cross.pink": "Pink Saltire", + "block.minecraft.banner.cross.lime": "Lime Saltire", + "block.minecraft.banner.cross.yellow": "Yellow Saltire", + "block.minecraft.banner.cross.light_blue": "Light Blue Saltire", + "block.minecraft.banner.cross.magenta": "Magenta Saltire", + "block.minecraft.banner.cross.orange": "Orange Saltire", + "block.minecraft.banner.cross.white": "White Saltire", + "block.minecraft.banner.triangle_bottom.black": "Black Chevron", + "block.minecraft.banner.triangle_bottom.red": "Red Chevron", + "block.minecraft.banner.triangle_bottom.green": "Green Chevron", + "block.minecraft.banner.triangle_bottom.brown": "Brown Chevron", + "block.minecraft.banner.triangle_bottom.blue": "Blue Chevron", + "block.minecraft.banner.triangle_bottom.purple": "Purple Chevron", + "block.minecraft.banner.triangle_bottom.cyan": "Cyan Chevron", + "block.minecraft.banner.triangle_bottom.light_gray": "Light Gray Chevron", + "block.minecraft.banner.triangle_bottom.gray": "Gray Chevron", + "block.minecraft.banner.triangle_bottom.pink": "Pink Chevron", + "block.minecraft.banner.triangle_bottom.lime": "Lime Chevron", + "block.minecraft.banner.triangle_bottom.yellow": "Yellow Chevron", + "block.minecraft.banner.triangle_bottom.light_blue": "Light Blue Chevron", + "block.minecraft.banner.triangle_bottom.magenta": "Magenta Chevron", + "block.minecraft.banner.triangle_bottom.orange": "Orange Chevron", + "block.minecraft.banner.triangle_bottom.white": "White Chevron", + "block.minecraft.banner.triangle_top.black": "Black Inverted Chevron", + "block.minecraft.banner.triangle_top.red": "Red Inverted Chevron", + "block.minecraft.banner.triangle_top.green": "Green Inverted Chevron", + "block.minecraft.banner.triangle_top.brown": "Brown Inverted Chevron", + "block.minecraft.banner.triangle_top.blue": "Blue Inverted Chevron", + "block.minecraft.banner.triangle_top.purple": "Purple Inverted Chevron", + "block.minecraft.banner.triangle_top.cyan": "Cyan Inverted Chevron", + "block.minecraft.banner.triangle_top.light_gray": "Light Gray Inverted Chevron", + "block.minecraft.banner.triangle_top.gray": "Gray Inverted Chevron", + "block.minecraft.banner.triangle_top.pink": "Pink Inverted Chevron", + "block.minecraft.banner.triangle_top.lime": "Lime Inverted Chevron", + "block.minecraft.banner.triangle_top.yellow": "Yellow Inverted Chevron", + "block.minecraft.banner.triangle_top.light_blue": "Light Blue Inverted Chevron", + "block.minecraft.banner.triangle_top.magenta": "Magenta Inverted Chevron", + "block.minecraft.banner.triangle_top.orange": "Orange Inverted Chevron", + "block.minecraft.banner.triangle_top.white": "White Inverted Chevron", + "block.minecraft.banner.triangles_bottom.black": "Black Base Indented", + "block.minecraft.banner.triangles_bottom.red": "Red Base Indented", + "block.minecraft.banner.triangles_bottom.green": "Green Base Indented", + "block.minecraft.banner.triangles_bottom.brown": "Brown Base Indented", + "block.minecraft.banner.triangles_bottom.blue": "Blue Base Indented", + "block.minecraft.banner.triangles_bottom.purple": "Purple Base Indented", + "block.minecraft.banner.triangles_bottom.cyan": "Cyan Base Indented", + "block.minecraft.banner.triangles_bottom.light_gray": "Light Gray Base Indented", + "block.minecraft.banner.triangles_bottom.gray": "Gray Base Indented", + "block.minecraft.banner.triangles_bottom.pink": "Pink Base Indented", + "block.minecraft.banner.triangles_bottom.lime": "Lime Base Indented", + "block.minecraft.banner.triangles_bottom.yellow": "Yellow Base Indented", + "block.minecraft.banner.triangles_bottom.light_blue": "Light Blue Base Indented", + "block.minecraft.banner.triangles_bottom.magenta": "Magenta Base Indented", + "block.minecraft.banner.triangles_bottom.orange": "Orange Base Indented", + "block.minecraft.banner.triangles_bottom.white": "White Base Indented", + "block.minecraft.banner.triangles_top.black": "Black Chief Indented", + "block.minecraft.banner.triangles_top.red": "Red Chief Indented", + "block.minecraft.banner.triangles_top.green": "Green Chief Indented", + "block.minecraft.banner.triangles_top.brown": "Brown Chief Indented", + "block.minecraft.banner.triangles_top.blue": "Blue Chief Indented", + "block.minecraft.banner.triangles_top.purple": "Purple Chief Indented", + "block.minecraft.banner.triangles_top.cyan": "Cyan Chief Indented", + "block.minecraft.banner.triangles_top.light_gray": "Light Gray Chief Indented", + "block.minecraft.banner.triangles_top.gray": "Gray Chief Indented", + "block.minecraft.banner.triangles_top.pink": "Pink Chief Indented", + "block.minecraft.banner.triangles_top.lime": "Lime Chief Indented", + "block.minecraft.banner.triangles_top.yellow": "Yellow Chief Indented", + "block.minecraft.banner.triangles_top.light_blue": "Light Blue Chief Indented", + "block.minecraft.banner.triangles_top.magenta": "Magenta Chief Indented", + "block.minecraft.banner.triangles_top.orange": "Orange Chief Indented", + "block.minecraft.banner.triangles_top.white": "White Chief Indented", + "block.minecraft.banner.diagonal_left.black": "Black Per Bend Sinister", + "block.minecraft.banner.diagonal_left.red": "Red Per Bend Sinister", + "block.minecraft.banner.diagonal_left.green": "Green Per Bend Sinister", + "block.minecraft.banner.diagonal_left.brown": "Brown Per Bend Sinister", + "block.minecraft.banner.diagonal_left.blue": "Blue Per Bend Sinister", + "block.minecraft.banner.diagonal_left.purple": "Purple Per Bend Sinister", + "block.minecraft.banner.diagonal_left.cyan": "Cyan Per Bend Sinister", + "block.minecraft.banner.diagonal_left.light_gray": "Light Gray Per Bend Sinister", + "block.minecraft.banner.diagonal_left.gray": "Gray Per Bend Sinister", + "block.minecraft.banner.diagonal_left.pink": "Pink Per Bend Sinister", + "block.minecraft.banner.diagonal_left.lime": "Lime Per Bend Sinister", + "block.minecraft.banner.diagonal_left.yellow": "Yellow Per Bend Sinister", + "block.minecraft.banner.diagonal_left.light_blue": "Light Blue Per Bend Sinister", + "block.minecraft.banner.diagonal_left.magenta": "Magenta Per Bend Sinister", + "block.minecraft.banner.diagonal_left.orange": "Orange Per Bend Sinister", + "block.minecraft.banner.diagonal_left.white": "White Per Bend Sinister", + "block.minecraft.banner.diagonal_right.black": "Black Per Bend", + "block.minecraft.banner.diagonal_right.red": "Red Per Bend", + "block.minecraft.banner.diagonal_right.green": "Green Per Bend", + "block.minecraft.banner.diagonal_right.brown": "Brown Per Bend", + "block.minecraft.banner.diagonal_right.blue": "Blue Per Bend", + "block.minecraft.banner.diagonal_right.purple": "Purple Per Bend", + "block.minecraft.banner.diagonal_right.cyan": "Cyan Per Bend", + "block.minecraft.banner.diagonal_right.light_gray": "Light Gray Per Bend", + "block.minecraft.banner.diagonal_right.gray": "Gray Per Bend", + "block.minecraft.banner.diagonal_right.pink": "Pink Per Bend", + "block.minecraft.banner.diagonal_right.lime": "Lime Per Bend", + "block.minecraft.banner.diagonal_right.yellow": "Yellow Per Bend", + "block.minecraft.banner.diagonal_right.light_blue": "Light Blue Per Bend", + "block.minecraft.banner.diagonal_right.magenta": "Magenta Per Bend", + "block.minecraft.banner.diagonal_right.orange": "Orange Per Bend", + "block.minecraft.banner.diagonal_right.white": "White Per Bend", + "block.minecraft.banner.diagonal_up_left.black": "Black Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.red": "Red Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.green": "Green Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.brown": "Brown Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.blue": "Blue Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.purple": "Purple Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.cyan": "Cyan Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.light_gray": "Light Gray Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.gray": "Gray Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.pink": "Pink Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.lime": "Lime Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.yellow": "Yellow Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.light_blue": "Light Blue Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.magenta": "Magenta Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.orange": "Orange Per Bend Inverted", + "block.minecraft.banner.diagonal_up_left.white": "White Per Bend Inverted", + "block.minecraft.banner.diagonal_up_right.black": "Black Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.red": "Red Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.green": "Green Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.brown": "Brown Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.blue": "Blue Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.purple": "Purple Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.cyan": "Cyan Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.light_gray": "Light Gray Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.gray": "Gray Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.pink": "Pink Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.lime": "Lime Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.yellow": "Yellow Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.light_blue": "Light Blue Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.magenta": "Magenta Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.orange": "Orange Per Bend Sinister Inverted", + "block.minecraft.banner.diagonal_up_right.white": "White Per Bend Sinister Inverted", + "block.minecraft.banner.circle.black": "Black Roundel", + "block.minecraft.banner.circle.red": "Red Roundel", + "block.minecraft.banner.circle.green": "Green Roundel", + "block.minecraft.banner.circle.brown": "Brown Roundel", + "block.minecraft.banner.circle.blue": "Blue Roundel", + "block.minecraft.banner.circle.purple": "Purple Roundel", + "block.minecraft.banner.circle.cyan": "Cyan Roundel", + "block.minecraft.banner.circle.light_gray": "Light Gray Roundel", + "block.minecraft.banner.circle.gray": "Gray Roundel", + "block.minecraft.banner.circle.pink": "Pink Roundel", + "block.minecraft.banner.circle.lime": "Lime Roundel", + "block.minecraft.banner.circle.yellow": "Yellow Roundel", + "block.minecraft.banner.circle.light_blue": "Light Blue Roundel", + "block.minecraft.banner.circle.magenta": "Magenta Roundel", + "block.minecraft.banner.circle.orange": "Orange Roundel", + "block.minecraft.banner.circle.white": "White Roundel", + "block.minecraft.banner.rhombus.black": "Black Lozenge", + "block.minecraft.banner.rhombus.red": "Red Lozenge", + "block.minecraft.banner.rhombus.green": "Green Lozenge", + "block.minecraft.banner.rhombus.brown": "Brown Lozenge", + "block.minecraft.banner.rhombus.blue": "Blue Lozenge", + "block.minecraft.banner.rhombus.purple": "Purple Lozenge", + "block.minecraft.banner.rhombus.cyan": "Cyan Lozenge", + "block.minecraft.banner.rhombus.light_gray": "Light Gray Lozenge", + "block.minecraft.banner.rhombus.gray": "Gray Lozenge", + "block.minecraft.banner.rhombus.pink": "Pink Lozenge", + "block.minecraft.banner.rhombus.lime": "Lime Lozenge", + "block.minecraft.banner.rhombus.yellow": "Yellow Lozenge", + "block.minecraft.banner.rhombus.light_blue": "Light Blue Lozenge", + "block.minecraft.banner.rhombus.magenta": "Magenta Lozenge", + "block.minecraft.banner.rhombus.orange": "Orange Lozenge", + "block.minecraft.banner.rhombus.white": "White Lozenge", + "block.minecraft.banner.half_vertical.black": "Black Per Pale", + "block.minecraft.banner.half_vertical.red": "Red Per Pale", + "block.minecraft.banner.half_vertical.green": "Green Per Pale", + "block.minecraft.banner.half_vertical.brown": "Brown Per Pale", + "block.minecraft.banner.half_vertical.blue": "Blue Per Pale", + "block.minecraft.banner.half_vertical.purple": "Purple Per Pale", + "block.minecraft.banner.half_vertical.cyan": "Cyan Per Pale", + "block.minecraft.banner.half_vertical.light_gray": "Light Gray Per Pale", + "block.minecraft.banner.half_vertical.gray": "Gray Per Pale", + "block.minecraft.banner.half_vertical.pink": "Pink Per Pale", + "block.minecraft.banner.half_vertical.lime": "Lime Per Pale", + "block.minecraft.banner.half_vertical.yellow": "Yellow Per Pale", + "block.minecraft.banner.half_vertical.light_blue": "Light Blue Per Pale", + "block.minecraft.banner.half_vertical.magenta": "Magenta Per Pale", + "block.minecraft.banner.half_vertical.orange": "Orange Per Pale", + "block.minecraft.banner.half_vertical.white": "White Per Pale", + "block.minecraft.banner.half_horizontal.black": "Black Per Fess", + "block.minecraft.banner.half_horizontal.red": "Red Per Fess", + "block.minecraft.banner.half_horizontal.green": "Green Per Fess", + "block.minecraft.banner.half_horizontal.brown": "Brown Per Fess", + "block.minecraft.banner.half_horizontal.blue": "Blue Per Fess", + "block.minecraft.banner.half_horizontal.purple": "Purple Per Fess", + "block.minecraft.banner.half_horizontal.cyan": "Cyan Per Fess", + "block.minecraft.banner.half_horizontal.light_gray": "Light Gray Per Fess", + "block.minecraft.banner.half_horizontal.gray": "Gray Per Fess", + "block.minecraft.banner.half_horizontal.pink": "Pink Per Fess", + "block.minecraft.banner.half_horizontal.lime": "Lime Per Fess", + "block.minecraft.banner.half_horizontal.yellow": "Yellow Per Fess", + "block.minecraft.banner.half_horizontal.light_blue": "Light Blue Per Fess", + "block.minecraft.banner.half_horizontal.magenta": "Magenta Per Fess", + "block.minecraft.banner.half_horizontal.orange": "Orange Per Fess", + "block.minecraft.banner.half_horizontal.white": "White Per Fess", + "block.minecraft.banner.half_vertical_right.black": "Black Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.red": "Red Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.green": "Green Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.brown": "Brown Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.blue": "Blue Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.purple": "Purple Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.cyan": "Cyan Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.light_gray": "Light Gray Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.gray": "Gray Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.pink": "Pink Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.lime": "Lime Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.yellow": "Yellow Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.light_blue": "Light Blue Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.magenta": "Magenta Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.orange": "Orange Per Pale Inverted", + "block.minecraft.banner.half_vertical_right.white": "White Per Pale Inverted", + "block.minecraft.banner.half_horizontal_bottom.black": "Black Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.red": "Red Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.green": "Green Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.brown": "Brown Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.blue": "Blue Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.purple": "Purple Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.cyan": "Cyan Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.light_gray": "Light Gray Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.gray": "Gray Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.pink": "Pink Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.lime": "Lime Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.yellow": "Yellow Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.light_blue": "Light Blue Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.magenta": "Magenta Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.orange": "Orange Per Fess Inverted", + "block.minecraft.banner.half_horizontal_bottom.white": "White Per Fess Inverted", + "block.minecraft.banner.creeper.black": "Black Creeper Charge", + "block.minecraft.banner.creeper.red": "Red Creeper Charge", + "block.minecraft.banner.creeper.green": "Green Creeper Charge", + "block.minecraft.banner.creeper.brown": "Brown Creeper Charge", + "block.minecraft.banner.creeper.blue": "Blue Creeper Charge", + "block.minecraft.banner.creeper.purple": "Purple Creeper Charge", + "block.minecraft.banner.creeper.cyan": "Cyan Creeper Charge", + "block.minecraft.banner.creeper.light_gray": "Light Gray Creeper Charge", + "block.minecraft.banner.creeper.gray": "Gray Creeper Charge", + "block.minecraft.banner.creeper.pink": "Pink Creeper Charge", + "block.minecraft.banner.creeper.lime": "Lime Creeper Charge", + "block.minecraft.banner.creeper.yellow": "Yellow Creeper Charge", + "block.minecraft.banner.creeper.light_blue": "Light Blue Creeper Charge", + "block.minecraft.banner.creeper.magenta": "Magenta Creeper Charge", + "block.minecraft.banner.creeper.orange": "Orange Creeper Charge", + "block.minecraft.banner.creeper.white": "White Creeper Charge", + "block.minecraft.banner.bricks.black": "Black Field Masoned", + "block.minecraft.banner.bricks.red": "Red Field Masoned", + "block.minecraft.banner.bricks.green": "Green Field Masoned", + "block.minecraft.banner.bricks.brown": "Brown Field Masoned", + "block.minecraft.banner.bricks.blue": "Blue Field Masoned", + "block.minecraft.banner.bricks.purple": "Purple Field Masoned", + "block.minecraft.banner.bricks.cyan": "Cyan Field Masoned", + "block.minecraft.banner.bricks.light_gray": "Light Gray Field Masoned", + "block.minecraft.banner.bricks.gray": "Gray Field Masoned", + "block.minecraft.banner.bricks.pink": "Pink Field Masoned", + "block.minecraft.banner.bricks.lime": "Lime Field Masoned", + "block.minecraft.banner.bricks.yellow": "Yellow Field Masoned", + "block.minecraft.banner.bricks.light_blue": "Light Blue Field Masoned", + "block.minecraft.banner.bricks.magenta": "Magenta Field Masoned", + "block.minecraft.banner.bricks.orange": "Orange Field Masoned", + "block.minecraft.banner.bricks.white": "White Field Masoned", + "block.minecraft.banner.gradient.black": "Black Gradient", + "block.minecraft.banner.gradient.red": "Red Gradient", + "block.minecraft.banner.gradient.green": "Green Gradient", + "block.minecraft.banner.gradient.brown": "Brown Gradient", + "block.minecraft.banner.gradient.blue": "Blue Gradient", + "block.minecraft.banner.gradient.purple": "Purple Gradient", + "block.minecraft.banner.gradient.cyan": "Cyan Gradient", + "block.minecraft.banner.gradient.light_gray": "Light Gray Gradient", + "block.minecraft.banner.gradient.gray": "Gray Gradient", + "block.minecraft.banner.gradient.pink": "Pink Gradient", + "block.minecraft.banner.gradient.lime": "Lime Gradient", + "block.minecraft.banner.gradient.yellow": "Yellow Gradient", + "block.minecraft.banner.gradient.light_blue": "Light Blue Gradient", + "block.minecraft.banner.gradient.magenta": "Magenta Gradient", + "block.minecraft.banner.gradient.orange": "Orange Gradient", + "block.minecraft.banner.gradient.white": "White Gradient", + "block.minecraft.banner.gradient_up.black": "Black Base Gradient", + "block.minecraft.banner.gradient_up.red": "Red Base Gradient", + "block.minecraft.banner.gradient_up.green": "Green Base Gradient", + "block.minecraft.banner.gradient_up.brown": "Brown Base Gradient", + "block.minecraft.banner.gradient_up.blue": "Blue Base Gradient", + "block.minecraft.banner.gradient_up.purple": "Purple Base Gradient", + "block.minecraft.banner.gradient_up.cyan": "Cyan Base Gradient", + "block.minecraft.banner.gradient_up.light_gray": "Light Gray Base Gradient", + "block.minecraft.banner.gradient_up.gray": "Gray Base Gradient", + "block.minecraft.banner.gradient_up.pink": "Pink Base Gradient", + "block.minecraft.banner.gradient_up.lime": "Lime Base Gradient", + "block.minecraft.banner.gradient_up.yellow": "Yellow Base Gradient", + "block.minecraft.banner.gradient_up.light_blue": "Light Blue Base Gradient", + "block.minecraft.banner.gradient_up.magenta": "Magenta Base Gradient", + "block.minecraft.banner.gradient_up.orange": "Orange Base Gradient", + "block.minecraft.banner.gradient_up.white": "White Base Gradient", + "block.minecraft.banner.skull.black": "Black Skull Charge", + "block.minecraft.banner.skull.red": "Red Skull Charge", + "block.minecraft.banner.skull.green": "Green Skull Charge", + "block.minecraft.banner.skull.brown": "Brown Skull Charge", + "block.minecraft.banner.skull.blue": "Blue Skull Charge", + "block.minecraft.banner.skull.purple": "Purple Skull Charge", + "block.minecraft.banner.skull.cyan": "Cyan Skull Charge", + "block.minecraft.banner.skull.light_gray": "Light Gray Skull Charge", + "block.minecraft.banner.skull.gray": "Gray Skull Charge", + "block.minecraft.banner.skull.pink": "Pink Skull Charge", + "block.minecraft.banner.skull.lime": "Lime Skull Charge", + "block.minecraft.banner.skull.yellow": "Yellow Skull Charge", + "block.minecraft.banner.skull.light_blue": "Light Blue Skull Charge", + "block.minecraft.banner.skull.magenta": "Magenta Skull Charge", + "block.minecraft.banner.skull.orange": "Orange Skull Charge", + "block.minecraft.banner.skull.white": "White Skull Charge", + "block.minecraft.banner.flower.black": "Black Flower Charge", + "block.minecraft.banner.flower.red": "Red Flower Charge", + "block.minecraft.banner.flower.green": "Green Flower Charge", + "block.minecraft.banner.flower.brown": "Brown Flower Charge", + "block.minecraft.banner.flower.blue": "Blue Flower Charge", + "block.minecraft.banner.flower.purple": "Purple Flower Charge", + "block.minecraft.banner.flower.cyan": "Cyan Flower Charge", + "block.minecraft.banner.flower.light_gray": "Light Gray Flower Charge", + "block.minecraft.banner.flower.gray": "Gray Flower Charge", + "block.minecraft.banner.flower.pink": "Pink Flower Charge", + "block.minecraft.banner.flower.lime": "Lime Flower Charge", + "block.minecraft.banner.flower.yellow": "Yellow Flower Charge", + "block.minecraft.banner.flower.light_blue": "Light Blue Flower Charge", + "block.minecraft.banner.flower.magenta": "Magenta Flower Charge", + "block.minecraft.banner.flower.orange": "Orange Flower Charge", + "block.minecraft.banner.flower.white": "White Flower Charge", + "block.minecraft.banner.border.black": "Black Bordure", + "block.minecraft.banner.border.red": "Red Bordure", + "block.minecraft.banner.border.green": "Green Bordure", + "block.minecraft.banner.border.brown": "Brown Bordure", + "block.minecraft.banner.border.blue": "Blue Bordure", + "block.minecraft.banner.border.purple": "Purple Bordure", + "block.minecraft.banner.border.cyan": "Cyan Bordure", + "block.minecraft.banner.border.light_gray": "Light Gray Bordure", + "block.minecraft.banner.border.gray": "Gray Bordure", + "block.minecraft.banner.border.pink": "Pink Bordure", + "block.minecraft.banner.border.lime": "Lime Bordure", + "block.minecraft.banner.border.yellow": "Yellow Bordure", + "block.minecraft.banner.border.light_blue": "Light Blue Bordure", + "block.minecraft.banner.border.magenta": "Magenta Bordure", + "block.minecraft.banner.border.orange": "Orange Bordure", + "block.minecraft.banner.border.white": "White Bordure", + "block.minecraft.banner.curly_border.black": "Black Bordure Indented", + "block.minecraft.banner.curly_border.red": "Red Bordure Indented", + "block.minecraft.banner.curly_border.green": "Green Bordure Indented", + "block.minecraft.banner.curly_border.brown": "Brown Bordure Indented", + "block.minecraft.banner.curly_border.blue": "Blue Bordure Indented", + "block.minecraft.banner.curly_border.purple": "Purple Bordure Indented", + "block.minecraft.banner.curly_border.cyan": "Cyan Bordure Indented", + "block.minecraft.banner.curly_border.light_gray": "Light Gray Bordure Indented", + "block.minecraft.banner.curly_border.gray": "Gray Bordure Indented", + "block.minecraft.banner.curly_border.pink": "Pink Bordure Indented", + "block.minecraft.banner.curly_border.lime": "Lime Bordure Indented", + "block.minecraft.banner.curly_border.yellow": "Yellow Bordure Indented", + "block.minecraft.banner.curly_border.light_blue": "Light Blue Bordure Indented", + "block.minecraft.banner.curly_border.magenta": "Magenta Bordure Indented", + "block.minecraft.banner.curly_border.orange": "Orange Bordure Indented", + "block.minecraft.banner.curly_border.white": "White Bordure Indented", + "block.minecraft.banner.mojang.black": "Black Thing", + "block.minecraft.banner.mojang.red": "Red Thing", + "block.minecraft.banner.mojang.green": "Green Thing", + "block.minecraft.banner.mojang.brown": "Brown Thing", + "block.minecraft.banner.mojang.blue": "Blue Thing", + "block.minecraft.banner.mojang.purple": "Purple Thing", + "block.minecraft.banner.mojang.cyan": "Cyan Thing", + "block.minecraft.banner.mojang.light_gray": "Light Gray Thing", + "block.minecraft.banner.mojang.gray": "Gray Thing", + "block.minecraft.banner.mojang.pink": "Pink Thing", + "block.minecraft.banner.mojang.lime": "Lime Thing", + "block.minecraft.banner.mojang.yellow": "Yellow Thing", + "block.minecraft.banner.mojang.light_blue": "Light Blue Thing", + "block.minecraft.banner.mojang.magenta": "Magenta Thing", + "block.minecraft.banner.mojang.orange": "Orange Thing", + "block.minecraft.banner.mojang.white": "White Thing", + "block.minecraft.banner.straight_cross.black": "Black Cross", + "block.minecraft.banner.straight_cross.red": "Red Cross", + "block.minecraft.banner.straight_cross.green": "Green Cross", + "block.minecraft.banner.straight_cross.brown": "Brown Cross", + "block.minecraft.banner.straight_cross.blue": "Blue Cross", + "block.minecraft.banner.straight_cross.purple": "Purple Cross", + "block.minecraft.banner.straight_cross.cyan": "Cyan Cross", + "block.minecraft.banner.straight_cross.light_gray": "Light Gray Cross", + "block.minecraft.banner.straight_cross.gray": "Gray Cross", + "block.minecraft.banner.straight_cross.pink": "Pink Cross", + "block.minecraft.banner.straight_cross.lime": "Lime Cross", + "block.minecraft.banner.straight_cross.yellow": "Yellow Cross", + "block.minecraft.banner.straight_cross.light_blue": "Light Blue Cross", + "block.minecraft.banner.straight_cross.magenta": "Magenta Cross", + "block.minecraft.banner.straight_cross.orange": "Orange Cross", + "block.minecraft.banner.straight_cross.white": "White Cross", + "block.minecraft.banner.globe.black": "Black Globe", + "block.minecraft.banner.globe.red": "Red Globe", + "block.minecraft.banner.globe.green": "Green Globe", + "block.minecraft.banner.globe.brown": "Brown Globe", + "block.minecraft.banner.globe.blue": "Blue Globe", + "block.minecraft.banner.globe.purple": "Purple Globe", + "block.minecraft.banner.globe.cyan": "Cyan Globe", + "block.minecraft.banner.globe.light_gray": "Light Gray Globe", + "block.minecraft.banner.globe.gray": "Gray Globe", + "block.minecraft.banner.globe.pink": "Pink Globe", + "block.minecraft.banner.globe.lime": "Lime Globe", + "block.minecraft.banner.globe.yellow": "Yellow Globe", + "block.minecraft.banner.globe.light_blue": "Light Blue Globe", + "block.minecraft.banner.globe.magenta": "Magenta Globe", + "block.minecraft.banner.globe.orange": "Orange Globe", + "block.minecraft.banner.globe.white": "White Globe", + "block.minecraft.banner.piglin.black": "Black Snout", + "block.minecraft.banner.piglin.red": "Red Snout", + "block.minecraft.banner.piglin.green": "Green Snout", + "block.minecraft.banner.piglin.brown": "Brown Snout", + "block.minecraft.banner.piglin.blue": "Blue Snout", + "block.minecraft.banner.piglin.purple": "Purple Snout", + "block.minecraft.banner.piglin.cyan": "Cyan Snout", + "block.minecraft.banner.piglin.light_gray": "Light Gray Snout", + "block.minecraft.banner.piglin.gray": "Gray Snout", + "block.minecraft.banner.piglin.pink": "Pink Snout", + "block.minecraft.banner.piglin.lime": "Lime Snout", + "block.minecraft.banner.piglin.yellow": "Yellow Snout", + "block.minecraft.banner.piglin.light_blue": "Light Blue Snout", + "block.minecraft.banner.piglin.magenta": "Magenta Snout", + "block.minecraft.banner.piglin.orange": "Orange Snout", + "block.minecraft.banner.piglin.white": "White Snout", + "subtitles.ambient.cave": "Eerie noise", + "subtitles.block.amethyst_block.chime": "Amethyst chimes", + "subtitles.block.anvil.destroy": "Anvil destroyed", + "subtitles.block.anvil.land": "Anvil landed", + "subtitles.block.anvil.use": "Anvil used", + "subtitles.block.barrel.close": "Barrel closes", + "subtitles.block.barrel.open": "Barrel opens", + "subtitles.block.beacon.activate": "Beacon activates", + "subtitles.block.beacon.ambient": "Beacon hums", + "subtitles.block.beacon.deactivate": "Beacon deactivates", + "subtitles.block.beacon.power_select": "Beacon power selected", + "subtitles.block.beehive.drip": "Honey drips", + "subtitles.block.beehive.enter": "Bee enters hive", + "subtitles.block.beehive.exit": "Bee leaves hive", + "subtitles.block.beehive.shear": "Shears scrape", + "subtitles.block.beehive.work": "Bees work", + "subtitles.block.bell.resonate": "Bell resonates", + "subtitles.block.bell.use": "Bell rings", + "subtitles.block.big_dripleaf.tilt_down": "Dripleaf tilts down", + "subtitles.block.big_dripleaf.tilt_up": "Dripleaf tilts up", + "subtitles.block.blastfurnace.fire_crackle": "Blast Furnace crackles", + "subtitles.block.brewing_stand.brew": "Brewing Stand bubbles", + "subtitles.block.bubble_column.bubble_pop": "Bubbles pop", + "subtitles.block.bubble_column.upwards_ambient": "Bubbles flow", + "subtitles.block.bubble_column.upwards_inside": "Bubbles woosh", + "subtitles.block.bubble_column.whirlpool_ambient": "Bubbles whirl", + "subtitles.block.bubble_column.whirlpool_inside": "Bubbles zoom", + "subtitles.block.button.click": "Button clicks", + "subtitles.block.campfire.crackle": "Campfire crackles", + "subtitles.block.candle.crackle": "Candle crackles", + "subtitles.block.cake.add_candle": "Cake squishes", + "subtitles.block.chest.close": "Chest closes", + "subtitles.block.chest.locked": "Chest locked", + "subtitles.block.chest.open": "Chest opens", + "subtitles.block.chorus_flower.death": "Chorus Flower withers", + "subtitles.block.chorus_flower.grow": "Chorus Flower grows", + "subtitles.block.comparator.click": "Comparator clicks", + "subtitles.block.composter.empty": "Composter emptied", + "subtitles.block.composter.fill": "Composter filled", + "subtitles.block.composter.ready": "Composter composts", + "subtitles.block.conduit.activate": "Conduit activates", + "subtitles.block.conduit.ambient": "Conduit pulses", + "subtitles.block.conduit.attack.target": "Conduit attacks", + "subtitles.block.conduit.deactivate": "Conduit deactivates", + "subtitles.block.dispenser.dispense": "Dispensed item", + "subtitles.block.dispenser.fail": "Dispenser failed", + "subtitles.block.door.toggle": "Door creaks", + "subtitles.block.enchantment_table.use": "Enchanting Table used", + "subtitles.block.end_portal.spawn": "End Portal opens", + "subtitles.block.end_portal_frame.fill": "Eye of Ender attaches", + "subtitles.block.fence_gate.toggle": "Fence Gate creaks", + "subtitles.block.fire.ambient": "Fire crackles", + "subtitles.block.fire.extinguish": "Fire extinguished", + "subtitles.block.furnace.fire_crackle": "Furnace crackles", + "subtitles.block.generic.break": "Block broken", + "subtitles.block.generic.footsteps": "Footsteps", + "subtitles.block.generic.hit": "Block breaking", + "subtitles.block.generic.place": "Block placed", + "subtitles.block.grindstone.use": "Grindstone used", + "subtitles.block.honey_block.slide": "Sliding down a honey block", + "subtitles.item.honeycomb.wax_on": "Wax on", + "subtitles.block.iron_trapdoor.close": "Trapdoor closes", + "subtitles.block.iron_trapdoor.open": "Trapdoor opens", + "subtitles.block.lava.ambient": "Lava pops", + "subtitles.block.lava.extinguish": "Lava hisses", + "subtitles.block.lever.click": "Lever clicks", + "subtitles.block.note_block.note": "Note Block plays", + "subtitles.block.piston.move": "Piston moves", + "subtitles.block.pointed_dripstone.land": "Stalactite crashes down", + "subtitles.block.pointed_dripstone.drip_lava": "Lava drips", + "subtitles.block.pointed_dripstone.drip_water": "Water drips", + "subtitles.block.pointed_dripstone.drip_lava_into_cauldron": "Lava drips into Cauldron", + "subtitles.block.pointed_dripstone.drip_water_into_cauldron": "Water drips into Cauldron", + "subtitles.block.portal.ambient": "Portal whooshes", + "subtitles.block.portal.travel": "Portal noise fades", + "subtitles.block.portal.trigger": "Portal noise intensifies", + "subtitles.block.pressure_plate.click": "Pressure Plate clicks", + "subtitles.block.pumpkin.carve": "Shears carve", + "subtitles.block.redstone_torch.burnout": "Torch fizzes", + "subtitles.block.respawn_anchor.ambient": "Portal whooshes", + "subtitles.block.respawn_anchor.charge": "Respawn Anchor is charged", + "subtitles.block.respawn_anchor.deplete": "Respawn Anchor depletes", + "subtitles.block.respawn_anchor.set_spawn": "Respawn Anchor sets spawn", + "subtitles.block.sculk_sensor.clicking": "Sculk Sensor starts clicking", + "subtitles.block.sculk_sensor.clicking_stop": "Sculk Sensor stops clicking", + "subtitles.block.shulker_box.close": "Shulker closes", + "subtitles.block.shulker_box.open": "Shulker opens", + "subtitles.block.smithing_table.use": "Smithing Table used", + "subtitles.block.smoker.smoke": "Smoker smokes", + "subtitles.block.sweet_berry_bush.pick_berries": "Berries pop", + "subtitles.block.trapdoor.toggle": "Trapdoor creaks", + "subtitles.block.tripwire.attach": "Tripwire attaches", + "subtitles.block.tripwire.click": "Tripwire clicks", + "subtitles.block.tripwire.detach": "Tripwire detaches", + "subtitles.block.water.ambient": "Water flows", + "subtitles.enchant.thorns.hit": "Thorns prick", + "subtitles.entity.armor_stand.fall": "Something fell", + "subtitles.entity.arrow.hit": "Arrow hits", + "subtitles.entity.arrow.hit_player": "Player hit", + "subtitles.entity.arrow.shoot": "Arrow fired", + "subtitles.entity.axolotl.attack": "Axolotl attacks", + "subtitles.entity.axolotl.death": "Axolotl dies", + "subtitles.entity.axolotl.hurt": "Axolotl hurts", + "subtitles.entity.axolotl.idle_air": "Axolotl chirps", + "subtitles.entity.axolotl.idle_water": "Axolotl chirps", + "subtitles.entity.axolotl.splash": "Axolotl splashes", + "subtitles.entity.axolotl.swim": "Axolotl swims", + "subtitles.entity.bat.ambient": "Bat screeches", + "subtitles.entity.bat.death": "Bat dies", + "subtitles.entity.bat.hurt": "Bat hurts", + "subtitles.entity.bat.takeoff": "Bat takes off", + "subtitles.entity.bee.ambient": "Bee buzzes", + "subtitles.entity.bee.death": "Bee dies", + "subtitles.entity.bee.hurt": "Bee hurts", + "subtitles.entity.bee.loop": "Bee buzzes", + "subtitles.entity.bee.loop_aggressive": "Bee buzzes angrily", + "subtitles.entity.bee.pollinate": "Bee buzzes happily", + "subtitles.entity.bee.sting": "Bee stings", + "subtitles.entity.blaze.ambient": "Blaze breathes", + "subtitles.entity.blaze.burn": "Blaze crackles", + "subtitles.entity.blaze.death": "Blaze dies", + "subtitles.entity.blaze.hurt": "Blaze hurts", + "subtitles.entity.blaze.shoot": "Blaze shoots", + "subtitles.entity.boat.paddle_land": "Rowing", + "subtitles.entity.boat.paddle_water": "Rowing", + "subtitles.entity.cat.ambient": "Cat meows", + "subtitles.entity.cat.beg_for_food": "Cat begs", + "subtitles.entity.cat.death": "Cat dies", + "subtitles.entity.cat.eat": "Cat eats", + "subtitles.entity.cat.hiss": "Cat hisses", + "subtitles.entity.cat.hurt": "Cat hurts", + "subtitles.entity.cat.purr": "Cat purrs", + "subtitles.entity.chicken.ambient": "Chicken clucks", + "subtitles.entity.chicken.death": "Chicken dies", + "subtitles.entity.chicken.egg": "Chicken plops", + "subtitles.entity.chicken.hurt": "Chicken hurts", + "subtitles.entity.cod.death": "Cod dies", + "subtitles.entity.cod.flop": "Cod flops", + "subtitles.entity.cod.hurt": "Cod hurts", + "subtitles.entity.cow.ambient": "Cow moos", + "subtitles.entity.cow.death": "Cow dies", + "subtitles.entity.cow.hurt": "Cow hurts", + "subtitles.entity.cow.milk": "Cow gets milked", + "subtitles.entity.creeper.death": "Creeper dies", + "subtitles.entity.creeper.hurt": "Creeper hurts", + "subtitles.entity.creeper.primed": "Creeper hisses", + "subtitles.entity.dolphin.ambient": "Dolphin chirps", + "subtitles.entity.dolphin.ambient_water": "Dolphin whistles", + "subtitles.entity.dolphin.attack": "Dolphin attacks", + "subtitles.entity.dolphin.death": "Dolphin dies", + "subtitles.entity.dolphin.eat": "Dolphin eats", + "subtitles.entity.dolphin.hurt": "Dolphin hurts", + "subtitles.entity.dolphin.jump": "Dolphin jumps", + "subtitles.entity.dolphin.play": "Dolphin plays", + "subtitles.entity.dolphin.splash": "Dolphin splashes", + "subtitles.entity.dolphin.swim": "Dolphin swims", + "subtitles.entity.donkey.ambient": "Donkey hee-haws", + "subtitles.entity.donkey.angry": "Donkey neighs", + "subtitles.entity.donkey.chest": "Donkey Chest equips", + "subtitles.entity.donkey.death": "Donkey dies", + "subtitles.entity.donkey.eat": "Donkey eats", + "subtitles.entity.donkey.hurt": "Donkey hurts", + "subtitles.entity.drowned.ambient": "Drowned gurgles", + "subtitles.entity.drowned.ambient_water": "Drowned gurgles", + "subtitles.entity.drowned.death": "Drowned dies", + "subtitles.entity.drowned.hurt": "Drowned hurts", + "subtitles.entity.drowned.shoot": "Drowned throws Trident", + "subtitles.entity.drowned.step": "Drowned steps", + "subtitles.entity.drowned.swim": "Drowned swims", + "subtitles.entity.egg.throw": "Egg flies", + "subtitles.entity.elder_guardian.ambient": "Elder Guardian moans", + "subtitles.entity.elder_guardian.ambient_land": "Elder Guardian flaps", + "subtitles.entity.elder_guardian.curse": "Elder Guardian curses", + "subtitles.entity.elder_guardian.death": "Elder Guardian dies", + "subtitles.entity.elder_guardian.flop": "Elder Guardian flops", + "subtitles.entity.elder_guardian.hurt": "Elder Guardian hurts", + "subtitles.entity.ender_dragon.ambient": "Dragon roars", + "subtitles.entity.ender_dragon.death": "Dragon dies", + "subtitles.entity.ender_dragon.flap": "Dragon flaps", + "subtitles.entity.ender_dragon.growl": "Dragon growls", + "subtitles.entity.ender_dragon.hurt": "Dragon hurts", + "subtitles.entity.ender_dragon.shoot": "Dragon shoots", + "subtitles.entity.ender_eye.death": "Eye of Ender falls", + "subtitles.entity.ender_eye.launch": "Eye of Ender shoots", + "subtitles.entity.ender_pearl.throw": "Ender Pearl flies", + "subtitles.entity.enderman.ambient": "Enderman vwoops", + "subtitles.entity.enderman.death": "Enderman dies", + "subtitles.entity.enderman.hurt": "Enderman hurts", + "subtitles.entity.enderman.stare": "Enderman cries out", + "subtitles.entity.enderman.teleport": "Enderman teleports", + "subtitles.entity.endermite.ambient": "Endermite scuttles", + "subtitles.entity.endermite.death": "Endermite dies", + "subtitles.entity.endermite.hurt": "Endermite hurts", + "subtitles.entity.evoker.ambient": "Evoker murmurs", + "subtitles.entity.evoker.cast_spell": "Evoker casts spell", + "subtitles.entity.evoker.celebrate": "Evoker cheers", + "subtitles.entity.evoker.death": "Evoker dies", + "subtitles.entity.evoker.hurt": "Evoker hurts", + "subtitles.entity.evoker.prepare_attack": "Evoker prepares attack", + "subtitles.entity.evoker.prepare_summon": "Evoker prepares summoning", + "subtitles.entity.evoker.prepare_wololo": "Evoker prepares charming", + "subtitles.entity.evoker_fangs.attack": "Fangs snap", + "subtitles.entity.experience_orb.pickup": "Experience gained", + "subtitles.entity.firework_rocket.blast": "Firework blasts", + "subtitles.entity.firework_rocket.launch": "Firework launches", + "subtitles.entity.firework_rocket.twinkle": "Firework twinkles", + "subtitles.entity.fishing_bobber.retrieve": "Bobber retrieved", + "subtitles.entity.fishing_bobber.splash": "Fishing Bobber splashes", + "subtitles.entity.fishing_bobber.throw": "Bobber thrown", + "subtitles.entity.fox.aggro": "Fox angers", + "subtitles.entity.fox.ambient": "Fox squeaks", + "subtitles.entity.fox.bite": "Fox bites", + "subtitles.entity.fox.death": "Fox dies", + "subtitles.entity.fox.eat": "Fox eats", + "subtitles.entity.fox.hurt": "Fox hurts", + "subtitles.entity.fox.screech": "Fox screeches", + "subtitles.entity.fox.sleep": "Fox snores", + "subtitles.entity.fox.sniff": "Fox sniffs", + "subtitles.entity.fox.spit": "Fox spits", + "subtitles.entity.fox.teleport": "Fox teleports", + "subtitles.entity.generic.big_fall": "Something fell", + "subtitles.entity.generic.burn": "Burning", + "subtitles.entity.generic.death": "Dying", + "subtitles.entity.generic.drink": "Sipping", + "subtitles.entity.generic.eat": "Eating", + "subtitles.entity.generic.explode": "Explosion", + "subtitles.entity.generic.extinguish_fire": "Fire extinguishes", + "subtitles.entity.generic.hurt": "Something hurts", + "subtitles.entity.generic.small_fall": "Something trips", + "subtitles.entity.generic.splash": "Splashing", + "subtitles.entity.generic.swim": "Swimming", + "subtitles.entity.ghast.ambient": "Ghast cries", + "subtitles.entity.ghast.death": "Ghast dies", + "subtitles.entity.ghast.hurt": "Ghast hurts", + "subtitles.entity.ghast.shoot": "Ghast shoots", + "subtitles.entity.glow_item_frame.add_item": "Glow Item Frame fills", + "subtitles.entity.glow_item_frame.break": "Glow Item Frame breaks", + "subtitles.entity.glow_item_frame.place": "Glow Item Frame placed", + "subtitles.entity.glow_item_frame.remove_item": "Glow Item Frame empties", + "subtitles.entity.glow_item_frame.rotate_item": "Glow Item Frame clicks", + "subtitles.entity.glow_squid.ambient": "Glow Squid swims", + "subtitles.entity.glow_squid.death": "Glow Squid dies", + "subtitles.entity.glow_squid.hurt": "Glow Squid hurts", + "subtitles.entity.glow_squid.squirt": "Glow Squid shoots ink", + "subtitles.entity.goat.ambient": "Goat bleats", + "subtitles.entity.goat.screaming.ambient": "Goat bellows", + "subtitles.entity.goat.death": "Goat dies", + "subtitles.entity.goat.eat": "Goat eats", + "subtitles.entity.goat.hurt": "Goat hurts", + "subtitles.entity.goat.long_jump": "Goat leaps", + "subtitles.entity.goat.milk": "Goat gets milked", + "subtitles.entity.goat.prepare_ram": "Goat stomps", + "subtitles.entity.goat.ram_impact": "Goat rams", + "subtitles.entity.goat.step": "Goat steps", + "subtitles.entity.guardian.ambient": "Guardian moans", + "subtitles.entity.guardian.ambient_land": "Guardian flaps", + "subtitles.entity.guardian.attack": "Guardian shoots", + "subtitles.entity.guardian.death": "Guardian dies", + "subtitles.entity.guardian.flop": "Guardian flops", + "subtitles.entity.guardian.hurt": "Guardian hurts", + "subtitles.entity.hoglin.ambient": "Hoglin growls", + "subtitles.entity.hoglin.angry": "Hoglin growls angrily", + "subtitles.entity.hoglin.attack": "Hoglin attacks", + "subtitles.entity.hoglin.converted_to_zombified": "Hoglin converts to Zoglin", + "subtitles.entity.hoglin.death": "Hoglin dies", + "subtitles.entity.hoglin.hurt": "Hoglin hurts", + "subtitles.entity.hoglin.retreat": "Hoglin retreats", + "subtitles.entity.hoglin.step": "Hoglin steps", + "subtitles.entity.horse.ambient": "Horse neighs", + "subtitles.entity.horse.angry": "Horse neighs", + "subtitles.entity.horse.armor": "Horse armor equips", + "subtitles.entity.horse.breathe": "Horse breathes", + "subtitles.entity.horse.death": "Horse dies", + "subtitles.entity.horse.eat": "Horse eats", + "subtitles.entity.horse.gallop": "Horse gallops", + "subtitles.entity.horse.hurt": "Horse hurts", + "subtitles.entity.horse.jump": "Horse jumps", + "subtitles.entity.horse.saddle": "Saddle equips", + "subtitles.entity.husk.ambient": "Husk groans", + "subtitles.entity.husk.converted_to_zombie": "Husk converts to Zombie", + "subtitles.entity.husk.death": "Husk dies", + "subtitles.entity.husk.hurt": "Husk hurts", + "subtitles.entity.illusioner.ambient": "Illusioner murmurs", + "subtitles.entity.illusioner.cast_spell": "Illusioner casts spell", + "subtitles.entity.illusioner.death": "Illusioner dies", + "subtitles.entity.illusioner.hurt": "Illusioner hurts", + "subtitles.entity.illusioner.mirror_move": "Illusioner displaces", + "subtitles.entity.illusioner.prepare_blindness": "Illusioner prepares blindness", + "subtitles.entity.illusioner.prepare_mirror": "Illusioner prepares mirror image", + "subtitles.entity.iron_golem.attack": "Iron Golem attacks", + "subtitles.entity.iron_golem.damage": "Iron Golem breaks", + "subtitles.entity.iron_golem.death": "Iron Golem dies", + "subtitles.entity.iron_golem.hurt": "Iron Golem hurts", + "subtitles.entity.iron_golem.repair": "Iron Golem repaired", + "subtitles.entity.item.break": "Item breaks", + "subtitles.entity.item.pickup": "Item plops", + "subtitles.entity.item_frame.add_item": "Item Frame fills", + "subtitles.entity.item_frame.break": "Item Frame breaks", + "subtitles.entity.item_frame.place": "Item Frame placed", + "subtitles.entity.item_frame.remove_item": "Item Frame empties", + "subtitles.entity.item_frame.rotate_item": "Item Frame clicks", + "subtitles.entity.leash_knot.break": "Leash knot breaks", + "subtitles.entity.leash_knot.place": "Leash knot tied", + "subtitles.entity.lightning_bolt.impact": "Lightning strikes", + "subtitles.entity.lightning_bolt.thunder": "Thunder roars", + "subtitles.entity.llama.ambient": "Llama bleats", + "subtitles.entity.llama.angry": "Llama bleats angrily", + "subtitles.entity.llama.chest": "Llama Chest equips", + "subtitles.entity.llama.death": "Llama dies", + "subtitles.entity.llama.eat": "Llama eats", + "subtitles.entity.llama.hurt": "Llama hurts", + "subtitles.entity.llama.spit": "Llama spits", + "subtitles.entity.llama.step": "Llama steps", + "subtitles.entity.llama.swag": "Llama is decorated", + "subtitles.entity.magma_cube.death": "Magma Cube dies", + "subtitles.entity.magma_cube.hurt": "Magma Cube hurts", + "subtitles.entity.magma_cube.squish": "Magma Cube squishes", + "subtitles.entity.minecart.riding": "Minecart rolls", + "subtitles.entity.mooshroom.convert": "Mooshroom transforms", + "subtitles.entity.mooshroom.eat": "Mooshroom eats", + "subtitles.entity.mooshroom.milk": "Mooshroom gets milked", + "subtitles.entity.mooshroom.suspicious_milk": "Mooshroom gets milked suspiciously", + "subtitles.entity.mule.ambient": "Mule hee-haws", + "subtitles.entity.mule.angry": "Mule neighs", + "subtitles.entity.mule.chest": "Mule Chest equips", + "subtitles.entity.mule.death": "Mule dies", + "subtitles.entity.mule.eat": "Mule eats", + "subtitles.entity.mule.hurt": "Mule hurts", + "subtitles.entity.painting.break": "Painting breaks", + "subtitles.entity.painting.place": "Painting placed", + "subtitles.entity.panda.aggressive_ambient": "Panda huffs", + "subtitles.entity.panda.ambient": "Panda pants", + "subtitles.entity.panda.bite": "Panda bites", + "subtitles.entity.panda.cant_breed": "Panda bleats", + "subtitles.entity.panda.death": "Panda dies", + "subtitles.entity.panda.eat": "Panda eats", + "subtitles.entity.panda.hurt": "Panda hurts", + "subtitles.entity.panda.pre_sneeze": "Panda's nose tickles", + "subtitles.entity.panda.sneeze": "Panda sneezes", + "subtitles.entity.panda.step": "Panda steps", + "subtitles.entity.panda.worried_ambient": "Panda whimpers", + "subtitles.entity.parrot.ambient": "Parrot talks", + "subtitles.entity.parrot.death": "Parrot dies", + "subtitles.entity.parrot.eats": "Parrot eats", + "subtitles.entity.parrot.fly": "Parrot flutters", + "subtitles.entity.parrot.hurts": "Parrot hurts", + "subtitles.entity.parrot.imitate.blaze": "Parrot breathes", + "subtitles.entity.parrot.imitate.creeper": "Parrot hisses", + "subtitles.entity.parrot.imitate.drowned": "Parrot gurgles", + "subtitles.entity.parrot.imitate.elder_guardian": "Parrot flaps", + "subtitles.entity.parrot.imitate.ender_dragon": "Parrot roars", + "subtitles.entity.parrot.imitate.endermite": "Parrot scuttles", + "subtitles.entity.parrot.imitate.evoker": "Parrot murmurs", + "subtitles.entity.parrot.imitate.ghast": "Parrot cries", + "subtitles.entity.parrot.imitate.guardian": "Parrot moans", + "subtitles.entity.parrot.imitate.hoglin": "Parrot growls", + "subtitles.entity.parrot.imitate.husk": "Parrot groans", + "subtitles.entity.parrot.imitate.illusioner": "Parrot murmurs", + "subtitles.entity.parrot.imitate.magma_cube": "Parrot squishes", + "subtitles.entity.parrot.imitate.phantom": "Parrot screeches", + "subtitles.entity.parrot.imitate.piglin": "Parrot snorts", + "subtitles.entity.parrot.imitate.piglin_brute": "Parrot snorts mightily", + "subtitles.entity.parrot.imitate.pillager": "Parrot murmurs", + "subtitles.entity.parrot.imitate.ravager": "Parrot grunts", + "subtitles.entity.parrot.imitate.shulker": "Parrot lurks", + "subtitles.entity.parrot.imitate.silverfish": "Parrot hisses", + "subtitles.entity.parrot.imitate.skeleton": "Parrot rattles", + "subtitles.entity.parrot.imitate.slime": "Parrot squishes", + "subtitles.entity.parrot.imitate.spider": "Parrot hisses", + "subtitles.entity.parrot.imitate.stray": "Parrot rattles", + "subtitles.entity.parrot.imitate.vex": "Parrot vexes", + "subtitles.entity.parrot.imitate.vindicator": "Parrot mutters", + "subtitles.entity.parrot.imitate.witch": "Parrot giggles", + "subtitles.entity.parrot.imitate.wither": "Parrot angers", + "subtitles.entity.parrot.imitate.wither_skeleton": "Parrot rattles", + "subtitles.entity.parrot.imitate.zoglin": "Parrot growls", + "subtitles.entity.parrot.imitate.zombie": "Parrot groans", + "subtitles.entity.parrot.imitate.zombie_villager": "Parrot groans", + "subtitles.entity.phantom.ambient": "Phantom screeches", + "subtitles.entity.phantom.bite": "Phantom bites", + "subtitles.entity.phantom.death": "Phantom dies", + "subtitles.entity.phantom.flap": "Phantom flaps", + "subtitles.entity.phantom.hurt": "Phantom hurts", + "subtitles.entity.phantom.swoop": "Phantom swoops", + "subtitles.entity.pig.ambient": "Pig oinks", + "subtitles.entity.pig.death": "Pig dies", + "subtitles.entity.pig.hurt": "Pig hurts", + "subtitles.entity.pig.saddle": "Saddle equips", + "subtitles.entity.piglin.admiring_item": "Piglin admires item", + "subtitles.entity.piglin.ambient": "Piglin snorts", + "subtitles.entity.piglin.angry": "Piglin snorts angrily", + "subtitles.entity.piglin.celebrate": "Piglin celebrates", + "subtitles.entity.piglin.converted_to_zombified": "Piglin converts to Zombified Piglin", + "subtitles.entity.piglin.death": "Piglin dies", + "subtitles.entity.piglin.hurt": "Piglin hurts", + "subtitles.entity.piglin.jealous": "Piglin snorts enviously", + "subtitles.entity.piglin.retreat": "Piglin retreats", + "subtitles.entity.piglin.step": "Piglin steps", + "subtitles.entity.piglin_brute.ambient": "Piglin Brute snorts", + "subtitles.entity.piglin_brute.angry": "Piglin Brute snorts angrily", + "subtitles.entity.piglin_brute.death": "Piglin Brute dies", + "subtitles.entity.piglin_brute.hurt": "Piglin Brute hurts", + "subtitles.entity.piglin_brute.step": "Piglin Brute steps", + "subtitles.entity.piglin_brute.converted_to_zombified": "Piglin Brute converts to Zombified Piglin", + "subtitles.entity.pillager.ambient": "Pillager murmurs", + "subtitles.entity.pillager.celebrate": "Pillager cheers", + "subtitles.entity.pillager.death": "Pillager dies", + "subtitles.entity.pillager.hurt": "Pillager hurts", + "subtitles.entity.player.attack.crit": "Critical attack", + "subtitles.entity.player.attack.knockback": "Knockback attack", + "subtitles.entity.player.attack.strong": "Strong attack", + "subtitles.entity.player.attack.sweep": "Sweeping attack", + "subtitles.entity.player.attack.weak": "Weak attack", + "subtitles.entity.player.burp": "Burp", + "subtitles.entity.player.death": "Player dies", + "subtitles.entity.player.hurt": "Player hurts", + "subtitles.entity.player.hurt_drown": "Player drowning", + "subtitles.entity.player.hurt_on_fire": "Player burns", + "subtitles.entity.player.levelup": "Player dings", + "subtitles.entity.player.freeze_hurt": "Player freezes", + "subtitles.entity.polar_bear.ambient": "Polar Bear groans", + "subtitles.entity.polar_bear.ambient_baby": "Polar Bear hums", + "subtitles.entity.polar_bear.death": "Polar Bear dies", + "subtitles.entity.polar_bear.hurt": "Polar Bear hurts", + "subtitles.entity.polar_bear.warning": "Polar Bear roars", + "subtitles.entity.potion.splash": "Bottle smashes", + "subtitles.entity.potion.throw": "Bottle thrown", + "subtitles.entity.puffer_fish.blow_out": "Pufferfish deflates", + "subtitles.entity.puffer_fish.blow_up": "Pufferfish inflates", + "subtitles.entity.puffer_fish.death": "Pufferfish dies", + "subtitles.entity.puffer_fish.flop": "Pufferfish flops", + "subtitles.entity.puffer_fish.hurt": "Pufferfish hurts", + "subtitles.entity.puffer_fish.sting": "Pufferfish stings", + "subtitles.entity.rabbit.ambient": "Rabbit squeaks", + "subtitles.entity.rabbit.attack": "Rabbit attacks", + "subtitles.entity.rabbit.death": "Rabbit dies", + "subtitles.entity.rabbit.hurt": "Rabbit hurts", + "subtitles.entity.rabbit.jump": "Rabbit hops", + "subtitles.entity.ravager.ambient": "Ravager grunts", + "subtitles.entity.ravager.attack": "Ravager bites", + "subtitles.entity.ravager.celebrate": "Ravager cheers", + "subtitles.entity.ravager.death": "Ravager dies", + "subtitles.entity.ravager.hurt": "Ravager hurts", + "subtitles.entity.ravager.roar": "Ravager roars", + "subtitles.entity.ravager.step": "Ravager steps", + "subtitles.entity.ravager.stunned": "Ravager stunned", + "subtitles.entity.salmon.death": "Salmon dies", + "subtitles.entity.salmon.flop": "Salmon flops", + "subtitles.entity.salmon.hurt": "Salmon hurts", + "subtitles.entity.sheep.ambient": "Sheep baahs", + "subtitles.entity.sheep.death": "Sheep dies", + "subtitles.entity.sheep.hurt": "Sheep hurts", + "subtitles.entity.shulker.ambient": "Shulker lurks", + "subtitles.entity.shulker.close": "Shulker closes", + "subtitles.entity.shulker.death": "Shulker dies", + "subtitles.entity.shulker.hurt": "Shulker hurts", + "subtitles.entity.shulker.open": "Shulker opens", + "subtitles.entity.shulker.shoot": "Shulker shoots", + "subtitles.entity.shulker.teleport": "Shulker teleports", + "subtitles.entity.shulker_bullet.hit": "Shulker Bullet explodes", + "subtitles.entity.shulker_bullet.hurt": "Shulker Bullet breaks", + "subtitles.entity.silverfish.ambient": "Silverfish hisses", + "subtitles.entity.silverfish.death": "Silverfish dies", + "subtitles.entity.silverfish.hurt": "Silverfish hurts", + "subtitles.entity.skeleton.ambient": "Skeleton rattles", + "subtitles.entity.skeleton.converted_to_stray": "Skeleton converts to Stray", + "subtitles.entity.skeleton.death": "Skeleton dies", + "subtitles.entity.skeleton.hurt": "Skeleton hurts", + "subtitles.entity.skeleton.shoot": "Skeleton shoots", + "subtitles.entity.skeleton_horse.ambient": "Skeleton Horse cries", + "subtitles.entity.skeleton_horse.death": "Skeleton Horse dies", + "subtitles.entity.skeleton_horse.hurt": "Skeleton Horse hurts", + "subtitles.entity.skeleton_horse.swim": "Skeleton Horse swims", + "subtitles.entity.slime.attack": "Slime attacks", + "subtitles.entity.slime.death": "Slime dies", + "subtitles.entity.slime.hurt": "Slime hurts", + "subtitles.entity.slime.squish": "Slime squishes", + "subtitles.entity.snow_golem.death": "Snow Golem dies", + "subtitles.entity.snow_golem.hurt": "Snow Golem hurts", + "subtitles.entity.snowball.throw": "Snowball flies", + "subtitles.entity.spider.ambient": "Spider hisses", + "subtitles.entity.spider.death": "Spider dies", + "subtitles.entity.spider.hurt": "Spider hurts", + "subtitles.entity.squid.ambient": "Squid swims", + "subtitles.entity.squid.death": "Squid dies", + "subtitles.entity.squid.hurt": "Squid hurts", + "subtitles.entity.squid.squirt": "Squid shoots ink", + "subtitles.entity.stray.ambient": "Stray rattles", + "subtitles.entity.stray.death": "Stray dies", + "subtitles.entity.stray.hurt": "Stray hurts", + "subtitles.entity.strider.death": "Strider dies", + "subtitles.entity.strider.eat": "Strider eats", + "subtitles.entity.strider.happy": "Strider warbles", + "subtitles.entity.strider.hurt": "Strider hurts", + "subtitles.entity.strider.idle": "Strider chirps", + "subtitles.entity.strider.retreat": "Strider retreats", + "subtitles.entity.tnt.primed": "TNT fizzes", + "subtitles.entity.tropical_fish.death": "Tropical Fish dies", + "subtitles.entity.tropical_fish.flop": "Tropical Fish flops", + "subtitles.entity.tropical_fish.hurt": "Tropical Fish hurts", + "subtitles.entity.turtle.ambient_land": "Turtle chirps", + "subtitles.entity.turtle.death": "Turtle dies", + "subtitles.entity.turtle.death_baby": "Turtle baby dies", + "subtitles.entity.turtle.egg_break": "Turtle Egg breaks", + "subtitles.entity.turtle.egg_crack": "Turtle Egg cracks", + "subtitles.entity.turtle.egg_hatch": "Turtle Egg hatches", + "subtitles.entity.turtle.hurt": "Turtle hurts", + "subtitles.entity.turtle.hurt_baby": "Turtle baby hurts", + "subtitles.entity.turtle.lay_egg": "Turtle lays egg", + "subtitles.entity.turtle.shamble": "Turtle shambles", + "subtitles.entity.turtle.shamble_baby": "Turtle baby shambles", + "subtitles.entity.turtle.swim": "Turtle swims", + "subtitles.entity.vex.ambient": "Vex vexes", + "subtitles.entity.vex.charge": "Vex shrieks", + "subtitles.entity.vex.death": "Vex dies", + "subtitles.entity.vex.hurt": "Vex hurts", + "subtitles.entity.villager.ambient": "Villager mumbles", + "subtitles.entity.villager.celebrate": "Villager cheers", + "subtitles.entity.villager.death": "Villager dies", + "subtitles.entity.villager.hurt": "Villager hurts", + "subtitles.entity.villager.no": "Villager disagrees", + "subtitles.entity.villager.trade": "Villager trades", + "subtitles.entity.villager.work_armorer": "Armorer works", + "subtitles.entity.villager.work_butcher": "Butcher works", + "subtitles.entity.villager.work_cartographer": "Cartographer works", + "subtitles.entity.villager.work_cleric": "Cleric works", + "subtitles.entity.villager.work_farmer": "Farmer works", + "subtitles.entity.villager.work_fisherman": "Fisherman works", + "subtitles.entity.villager.work_fletcher": "Fletcher works", + "subtitles.entity.villager.work_leatherworker": "Leatherworker works", + "subtitles.entity.villager.work_librarian": "Librarian works", + "subtitles.entity.villager.work_mason": "Mason works", + "subtitles.entity.villager.work_shepherd": "Shepherd works", + "subtitles.entity.villager.work_toolsmith": "Toolsmith works", + "subtitles.entity.villager.work_weaponsmith": "Weaponsmith works", + "subtitles.entity.villager.yes": "Villager agrees", + "subtitles.entity.vindicator.ambient": "Vindicator mutters", + "subtitles.entity.vindicator.celebrate": "Vindicator cheers", + "subtitles.entity.vindicator.death": "Vindicator dies", + "subtitles.entity.vindicator.hurt": "Vindicator hurts", + "subtitles.entity.wandering_trader.ambient": "Wandering Trader mumbles", + "subtitles.entity.wandering_trader.death": "Wandering Trader dies", + "subtitles.entity.wandering_trader.disappeared": "Wandering Trader disappears", + "subtitles.entity.wandering_trader.drink_milk": "Wandering Trader drinks milk", + "subtitles.entity.wandering_trader.drink_potion": "Wandering Trader drinks potion", + "subtitles.entity.wandering_trader.hurt": "Wandering Trader hurts", + "subtitles.entity.wandering_trader.no": "Wandering Trader disagrees", + "subtitles.entity.wandering_trader.reappeared": "Wandering Trader appears", + "subtitles.entity.wandering_trader.trade": "Wandering Trader trades", + "subtitles.entity.wandering_trader.yes": "Wandering Trader agrees", + "subtitles.entity.witch.ambient": "Witch giggles", + "subtitles.entity.witch.celebrate": "Witch cheers", + "subtitles.entity.witch.death": "Witch dies", + "subtitles.entity.witch.drink": "Witch drinks", + "subtitles.entity.witch.hurt": "Witch hurts", + "subtitles.entity.witch.throw": "Witch throws", + "subtitles.entity.wither.ambient": "Wither angers", + "subtitles.entity.wither.death": "Wither dies", + "subtitles.entity.wither.hurt": "Wither hurts", + "subtitles.entity.wither.shoot": "Wither attacks", + "subtitles.entity.wither.spawn": "Wither released", + "subtitles.entity.wither_skeleton.ambient": "Wither Skeleton rattles", + "subtitles.entity.wither_skeleton.death": "Wither Skeleton dies", + "subtitles.entity.wither_skeleton.hurt": "Wither Skeleton hurts", + "subtitles.entity.wolf.ambient": "Wolf pants", + "subtitles.entity.wolf.death": "Wolf dies", + "subtitles.entity.wolf.growl": "Wolf growls", + "subtitles.entity.wolf.hurt": "Wolf hurts", + "subtitles.entity.wolf.shake": "Wolf shakes", + "subtitles.entity.zoglin.ambient": "Zoglin growls", + "subtitles.entity.zoglin.angry": "Zoglin growls angrily", + "subtitles.entity.zoglin.attack": "Zoglin attacks", + "subtitles.entity.zoglin.death": "Zoglin dies", + "subtitles.entity.zoglin.hurt": "Zoglin hurts", + "subtitles.entity.zoglin.step": "Zoglin steps", + "subtitles.entity.zombie.ambient": "Zombie groans", + "subtitles.entity.zombie.attack_wooden_door": "Door shakes", + "subtitles.entity.zombie.converted_to_drowned": "Zombie converts to Drowned", + "subtitles.entity.zombie.break_wooden_door": "Door breaks", + "subtitles.entity.zombie.death": "Zombie dies", + "subtitles.entity.zombie.destroy_egg": "Turtle Egg stomped", + "subtitles.entity.zombie.hurt": "Zombie hurts", + "subtitles.entity.zombie.infect": "Zombie infects", + "subtitles.entity.zombie_horse.ambient": "Zombie Horse cries", + "subtitles.entity.zombie_horse.death": "Zombie Horse dies", + "subtitles.entity.zombie_horse.hurt": "Zombie Horse hurts", + "subtitles.entity.zombie_villager.ambient": "Zombie Villager groans", + "subtitles.entity.zombie_villager.converted": "Zombie Villager vociferates", + "subtitles.entity.zombie_villager.cure": "Zombie Villager snuffles", + "subtitles.entity.zombie_villager.death": "Zombie Villager dies", + "subtitles.entity.zombie_villager.hurt": "Zombie Villager hurts", + "subtitles.entity.zombified_piglin.ambient": "Zombified Piglin grunts", + "subtitles.entity.zombified_piglin.angry": "Zombified Piglin grunts angrily", + "subtitles.entity.zombified_piglin.death": "Zombified Piglin dies", + "subtitles.entity.zombified_piglin.hurt": "Zombified Piglin hurts", + "subtitles.event.raid.horn": "Ominous horn blares", + "subtitles.item.armor.equip": "Gear equips", + "subtitles.item.armor.equip_chain": "Chain armor jingles", + "subtitles.item.armor.equip_diamond": "Diamond armor clangs", + "subtitles.item.armor.equip_elytra": "Elytra rustle", + "subtitles.item.armor.equip_gold": "Gold armor clinks", + "subtitles.item.armor.equip_iron": "Iron armor clanks", + "subtitles.item.armor.equip_leather": "Leather armor rustles", + "subtitles.item.armor.equip_netherite": "Netherite armor clanks", + "subtitles.item.armor.equip_turtle": "Turtle Shell thunks", + "subtitles.item.axe.strip": "Axe strips", + "subtitles.item.axe.scrape": "Axe scrapes", + "subtitles.item.axe.wax_off": "Wax off", + "subtitles.item.bone_meal.use": "Bone Meal crinkles", + "subtitles.item.book.page_turn": "Page rustles", + "subtitles.item.book.put": "Book thumps", + "subtitles.item.bottle.empty": "Bottle empties", + "subtitles.item.bottle.fill": "Bottle fills", + "subtitles.item.bucket.empty": "Bucket empties", + "subtitles.item.bucket.fill": "Bucket fills", + "subtitles.item.bucket.fill_axolotl": "Axolotl scooped", + "subtitles.item.bucket.fill_fish": "Fish captured", + "subtitles.item.chorus_fruit.teleport": "Player teleports", + "subtitles.item.crop.plant": "Crop planted", + "subtitles.item.crossbow.charge": "Crossbow charges up", + "subtitles.item.crossbow.hit": "Arrow hits", + "subtitles.item.crossbow.load": "Crossbow loads", + "subtitles.item.crossbow.shoot": "Crossbow fires", + "subtitles.item.firecharge.use": "Fireball whooshes", + "subtitles.item.flintandsteel.use": "Flint and Steel click", + "subtitles.item.hoe.till": "Hoe tills", + "subtitles.item.honey_bottle.drink": "Gulping", + "subtitles.item.lodestone_compass.lock": "Lodestone Compass locks onto Lodestone", + "subtitles.item.nether_wart.plant": "Crop planted", + "subtitles.item.shears.shear": "Shears click", + "subtitles.item.shield.block": "Shield blocks", + "subtitles.item.shovel.flatten": "Shovel flattens", + "subtitles.item.totem.use": "Totem activates", + "subtitles.item.trident.hit": "Trident stabs", + "subtitles.item.trident.hit_ground": "Trident vibrates", + "subtitles.item.trident.return": "Trident returns", + "subtitles.item.trident.riptide": "Trident zooms", + "subtitles.item.trident.throw": "Trident clangs", + "subtitles.item.trident.thunder": "Trident thunder cracks", + "subtitles.item.spyglass.use": "Spyglass expands", + "subtitles.item.spyglass.stop_using": "Spyglass retracts", + "subtitles.item.ink_sac.use": "Ink Sac splotches", + "subtitles.item.glow_ink_sac.use": "Glow Ink Sac splotches", + "subtitles.item.dye.use": "Dye stains", + "subtitles.particle.soul_escape": "Soul escapes", + "subtitles.ui.cartography_table.take_result": "Map drawn", + "subtitles.ui.loom.take_result": "Loom used", + "subtitles.ui.stonecutter.take_result": "Stonecutter used", + "subtitles.weather.rain": "Rain falls", + "debug.prefix": "[Debug]:", + "debug.reload_chunks.help": "F3 + A = Reload chunks", + "debug.show_hitboxes.help": "F3 + B = Show hitboxes", + "debug.clear_chat.help": "F3 + D = Clear chat", + "debug.cycle_renderdistance.help": "F3 + F = Cycle render distance (shift to invert)", + "debug.chunk_boundaries.help": "F3 + G = Show chunk boundaries", + "debug.advanced_tooltips.help": "F3 + H = Advanced tooltips", + "debug.creative_spectator.help": "F3 + N = Cycle previous gamemode <-> spectator", + "debug.pause_focus.help": "F3 + P = Pause on lost focus", + "debug.help.help": "F3 + Q = Show this list", + "debug.reload_resourcepacks.help": "F3 + T = Reload resource packs", + "debug.pause.help": "F3 + Esc = Pause without pause menu (if pausing is possible)", + "debug.copy_location.help": "F3 + C = Copy location as /tp command, hold F3 + C to crash the game", + "debug.inspect.help": "F3 + I = Copy entity or block data to clipboard", + "debug.gamemodes.help": "F3 + F4 = Open game mode switcher", + "debug.profiling.help": "F3 + L = Start/stop profiling", + "debug.copy_location.message": "Copied location to clipboard", + "debug.inspect.server.block": "Copied server-side block data to clipboard", + "debug.inspect.server.entity": "Copied server-side entity data to clipboard", + "debug.inspect.client.block": "Copied client-side block data to clipboard", + "debug.inspect.client.entity": "Copied client-side entity data to clipboard", + "debug.reload_chunks.message": "Reloading all chunks", + "debug.show_hitboxes.on": "Hitboxes: shown", + "debug.show_hitboxes.off": "Hitboxes: hidden", + "debug.cycle_renderdistance.message": "Render Distance: %s", + "debug.chunk_boundaries.on": "Chunk borders: shown", + "debug.chunk_boundaries.off": "Chunk borders: hidden", + "debug.advanced_tooltips.on": "Advanced tooltips: shown", + "debug.advanced_tooltips.off": "Advanced tooltips: hidden", + "debug.creative_spectator.error": "Unable to switch gamemode; no permission", + "debug.gamemodes.error": "Unable to open game mode switcher; no permission", + "debug.pause_focus.on": "Pause on lost focus: enabled", + "debug.pause_focus.off": "Pause on lost focus: disabled", + "debug.help.message": "Key bindings:", + "debug.reload_resourcepacks.message": "Reloaded resource packs", + "debug.crash.message": "F3 + C is held down. This will crash the game unless released.", + "debug.crash.warning": "Crashing in %s...", + "debug.gamemodes.press_f4": "[ F4 ]", + "debug.gamemodes.select_next": "%s Next", + "debug.profiling.start": "Profiling started for %s seconds. Use F3 + L to stop early", + "debug.profiling.stop": "Profiling ended. Saved results to %s", + "resourcepack.downloading": "Downloading Resource Pack", + "resourcepack.requesting": "Making Request...", + "resourcepack.progress": "Downloading file (%s MB)...", + "tutorial.bundleInsert.title": "Use a Bundle", + "tutorial.bundleInsert.description": "Right Click to add items", + "tutorial.move.title": "Move with %s, %s, %s and %s", + "tutorial.move.description": "Jump with %s", + "tutorial.look.title": "Look around", + "tutorial.look.description": "Use your mouse to turn", + "tutorial.find_tree.title": "Find a tree", + "tutorial.find_tree.description": "Punch it to collect wood", + "tutorial.punch_tree.title": "Destroy the tree", + "tutorial.punch_tree.description": "Hold down %s", + "tutorial.open_inventory.title": "Open your inventory", + "tutorial.open_inventory.description": "Press %s", + "tutorial.craft_planks.title": "Craft wooden planks", + "tutorial.craft_planks.description": "The recipe book can help", + "tutorial.socialInteractions.title": "Social Interactions", + "tutorial.socialInteractions.description": "Press %s to open", + "advancements.adventure.adventuring_time.title": "Adventuring Time", + "advancements.adventure.adventuring_time.description": "Discover every biome", + "advancements.adventure.arbalistic.title": "Arbalistic", + "advancements.adventure.arbalistic.description": "Kill five unique mobs with one crossbow shot", + "advancements.adventure.bullseye.title": "Bullseye", + "advancements.adventure.bullseye.description": "Hit the bullseye of a Target block from at least 30 meters away", + "advancements.adventure.walk_on_powder_snow_with_leather_boots.title": "Light as a Rabbit", + "advancements.adventure.walk_on_powder_snow_with_leather_boots.description": "Walk on powder snow...without sinking in it", + "advancements.adventure.lightning_rod_with_villager_no_fire.title": "Surge Protector", + "advancements.adventure.lightning_rod_with_villager_no_fire.description": "Protect a villager from an undesired shock without starting a fire", + "advancements.adventure.spyglass_at_parrot.title": "Is It a Bird?", + "advancements.adventure.spyglass_at_parrot.description": "Look at a parrot through a spyglass", + "advancements.adventure.spyglass_at_ghast.title": "Is It a Balloon?", + "advancements.adventure.spyglass_at_ghast.description": "Look at a ghast through a spyglass", + "advancements.adventure.spyglass_at_dragon.title": "Is It a Plane?", + "advancements.adventure.spyglass_at_dragon.description": "Look at the Ender Dragon through a spyglass", + "advancements.adventure.hero_of_the_village.title": "Hero of the Village", + "advancements.adventure.hero_of_the_village.description": "Successfully defend a village from a raid", + "advancements.adventure.honey_block_slide.title": "Sticky Situation", + "advancements.adventure.honey_block_slide.description": "Jump into a Honey Block to break your fall", + "advancements.adventure.kill_all_mobs.title": "Monsters Hunted", + "advancements.adventure.kill_all_mobs.description": "Kill one of every hostile monster", + "advancements.adventure.kill_a_mob.title": "Monster Hunter", + "advancements.adventure.kill_a_mob.description": "Kill any hostile monster", + "advancements.adventure.ol_betsy.title": "Ol' Betsy", + "advancements.adventure.ol_betsy.description": "Shoot a crossbow", + "advancements.adventure.root.title": "Adventure", + "advancements.adventure.root.description": "Adventure, exploration and combat", + "advancements.adventure.shoot_arrow.title": "Take Aim", + "advancements.adventure.shoot_arrow.description": "Shoot something with an arrow", + "advancements.adventure.sleep_in_bed.title": "Sweet Dreams", + "advancements.adventure.sleep_in_bed.description": "Sleep in a bed to change your respawn point", + "advancements.adventure.sniper_duel.title": "Sniper Duel", + "advancements.adventure.sniper_duel.description": "Kill a Skeleton from at least 50 meters away", + "advancements.adventure.summon_iron_golem.title": "Hired Help", + "advancements.adventure.summon_iron_golem.description": "Summon an Iron Golem to help defend a village", + "advancements.adventure.totem_of_undying.title": "Postmortal", + "advancements.adventure.totem_of_undying.description": "Use a Totem of Undying to cheat death", + "advancements.adventure.trade.title": "What a Deal!", + "advancements.adventure.trade.description": "Successfully trade with a Villager", + "advancements.adventure.throw_trident.title": "A Throwaway Joke", + "advancements.adventure.throw_trident.description": "Throw a trident at something.\nNote: Throwing away your only weapon is not a good idea.", + "advancements.adventure.two_birds_one_arrow.title": "Two Birds, One Arrow", + "advancements.adventure.two_birds_one_arrow.description": "Kill two Phantoms with a piercing arrow", + "advancements.adventure.very_very_frightening.title": "Very Very Frightening", + "advancements.adventure.very_very_frightening.description": "Strike a Villager with lightning", + "advancements.adventure.voluntary_exile.title": "Voluntary Exile", + "advancements.adventure.voluntary_exile.description": "Kill a raid captain.\nMaybe consider staying away from villages for the time being...", + "advancements.adventure.whos_the_pillager_now.title": "Who's the Pillager Now?", + "advancements.adventure.whos_the_pillager_now.description": "Give a Pillager a taste of their own medicine", + "advancements.husbandry.root.title": "Husbandry", + "advancements.husbandry.root.description": "The world is full of friends and food", + "advancements.husbandry.breed_an_animal.title": "The Parrots and the Bats", + "advancements.husbandry.breed_an_animal.description": "Breed two animals together", + "advancements.husbandry.fishy_business.title": "Fishy Business", + "advancements.husbandry.fishy_business.description": "Catch a fish", + "advancements.husbandry.make_a_sign_glow.title": "Glow and Behold!", + "advancements.husbandry.make_a_sign_glow.description": "Make the text of a sign glow", + "advancements.husbandry.ride_a_boat_with_a_goat.title": "Whatever Floats Your Goat!", + "advancements.husbandry.ride_a_boat_with_a_goat.description": "Get in a Boat and float with a Goat", + "advancements.husbandry.tactical_fishing.title": "Tactical Fishing", + "advancements.husbandry.tactical_fishing.description": "Catch a fish... without a fishing rod!", + "advancements.husbandry.axolotl_in_a_bucket.title": "The Cutest Predator", + "advancements.husbandry.axolotl_in_a_bucket.description": "Catch an axolotl in a bucket", + "advancements.husbandry.kill_axolotl_target.title": "The Healing Power of Friendship!", + "advancements.husbandry.kill_axolotl_target.description": "Team up with an axolotl and win a fight", + "advancements.husbandry.breed_all_animals.title": "Two by Two", + "advancements.husbandry.breed_all_animals.description": "Breed all the animals!", + "advancements.husbandry.tame_an_animal.title": "Best Friends Forever", + "advancements.husbandry.tame_an_animal.description": "Tame an animal", + "advancements.husbandry.plant_seed.title": "A Seedy Place", + "advancements.husbandry.plant_seed.description": "Plant a seed and watch it grow", + "advancements.husbandry.netherite_hoe.title": "Serious Dedication", + "advancements.husbandry.netherite_hoe.description": "Use a Netherite ingot to upgrade a hoe, and then reevaluate your life choices", + "advancements.husbandry.balanced_diet.title": "A Balanced Diet", + "advancements.husbandry.balanced_diet.description": "Eat everything that is edible, even if it's not good for you", + "advancements.husbandry.complete_catalogue.title": "A Complete Catalogue", + "advancements.husbandry.complete_catalogue.description": "Tame all cat variants!", + "advancements.husbandry.safely_harvest_honey.title": "Bee Our Guest", + "advancements.husbandry.safely_harvest_honey.description": "Use a Campfire to collect Honey from a Beehive using a Bottle without aggravating the bees", + "advancements.husbandry.silk_touch_nest.title": "Total Beelocation", + "advancements.husbandry.silk_touch_nest.description": "Move a Bee Nest, with 3 bees inside, using Silk Touch", + "advancements.husbandry.wax_on.title": "Wax On", + "advancements.husbandry.wax_on.description": "Apply Honeycomb to a Copper block!", + "advancements.husbandry.wax_off.title": "Wax Off", + "advancements.husbandry.wax_off.description": "Scrape Wax off of a Copper block!", + "advancements.end.dragon_breath.title": "You Need a Mint", + "advancements.end.dragon_breath.description": "Collect dragon's breath in a glass bottle", + "advancements.end.dragon_egg.title": "The Next Generation", + "advancements.end.dragon_egg.description": "Hold the Dragon Egg", + "advancements.end.elytra.title": "Sky's the Limit", + "advancements.end.elytra.description": "Find elytra", + "advancements.end.enter_end_gateway.title": "Remote Getaway", + "advancements.end.enter_end_gateway.description": "Escape the island", + "advancements.end.find_end_city.title": "The City at the End of the Game", + "advancements.end.find_end_city.description": "Go on in, what could happen?", + "advancements.end.kill_dragon.title": "Free the End", + "advancements.end.kill_dragon.description": "Good luck", + "advancements.end.levitate.title": "Great View From Up Here", + "advancements.end.levitate.description": "Levitate up 50 blocks from the attacks of a Shulker", + "advancements.end.respawn_dragon.title": "The End... Again...", + "advancements.end.respawn_dragon.description": "Respawn the Ender Dragon", + "advancements.end.root.title": "The End", + "advancements.end.root.description": "Or the beginning?", + "advancements.nether.brew_potion.title": "Local Brewery", + "advancements.nether.brew_potion.description": "Brew a potion", + "advancements.nether.all_potions.title": "A Furious Cocktail", + "advancements.nether.all_potions.description": "Have every potion effect applied at the same time", + "advancements.nether.all_effects.title": "How Did We Get Here?", + "advancements.nether.all_effects.description": "Have every effect applied at the same time", + "advancements.nether.create_beacon.title": "Bring Home the Beacon", + "advancements.nether.create_beacon.description": "Construct and place a beacon", + "advancements.nether.create_full_beacon.title": "Beaconator", + "advancements.nether.create_full_beacon.description": "Bring a beacon to full power", + "advancements.nether.find_fortress.title": "A Terrible Fortress", + "advancements.nether.find_fortress.description": "Break your way into a Nether Fortress", + "advancements.nether.get_wither_skull.title": "Spooky Scary Skeleton", + "advancements.nether.get_wither_skull.description": "Obtain a Wither Skeleton's skull", + "advancements.nether.obtain_blaze_rod.title": "Into Fire", + "advancements.nether.obtain_blaze_rod.description": "Relieve a Blaze of its rod", + "advancements.nether.return_to_sender.title": "Return to Sender", + "advancements.nether.return_to_sender.description": "Destroy a Ghast with a fireball", + "advancements.nether.root.title": "Nether", + "advancements.nether.root.description": "Bring summer clothes", + "advancements.nether.summon_wither.title": "Withering Heights", + "advancements.nether.summon_wither.description": "Summon the Wither", + "advancements.nether.fast_travel.title": "Subspace Bubble", + "advancements.nether.fast_travel.description": "Use the Nether to travel 7 km in the Overworld", + "advancements.nether.uneasy_alliance.title": "Uneasy Alliance", + "advancements.nether.uneasy_alliance.description": "Rescue a Ghast from the Nether, bring it safely home to the Overworld... and then kill it", + "advancements.nether.obtain_ancient_debris.title": "Hidden in the Depths", + "advancements.nether.obtain_ancient_debris.description": "Obtain Ancient Debris", + "advancements.nether.netherite_armor.title": "Cover Me in Debris", + "advancements.nether.netherite_armor.description": "Get a full suit of Netherite armor", + "advancements.nether.use_lodestone.title": "Country Lode, Take Me Home", + "advancements.nether.use_lodestone.description": "Use a compass on a Lodestone", + "advancements.nether.obtain_crying_obsidian.title": "Who is Cutting Onions?", + "advancements.nether.obtain_crying_obsidian.description": "Obtain Crying Obsidian", + "advancements.nether.charge_respawn_anchor.title": "Not Quite \"Nine\" Lives", + "advancements.nether.charge_respawn_anchor.description": "Charge a Respawn Anchor to the maximum", + "advancements.nether.ride_strider.title": "This Boat Has Legs", + "advancements.nether.ride_strider.description": "Ride a Strider with a Warped Fungus on a Stick", + "advancements.nether.explore_nether.title": "Hot Tourist Destinations", + "advancements.nether.explore_nether.description": "Explore all Nether biomes", + "advancements.nether.find_bastion.title": "Those Were the Days", + "advancements.nether.find_bastion.description": "Enter a Bastion Remnant", + "advancements.nether.loot_bastion.title": "War Pigs", + "advancements.nether.loot_bastion.description": "Loot a chest in a Bastion Remnant", + "advancements.nether.distract_piglin.title": "Oh Shiny", + "advancements.nether.distract_piglin.description": "Distract Piglins with gold", + "advancements.story.cure_zombie_villager.title": "Zombie Doctor", + "advancements.story.cure_zombie_villager.description": "Weaken and then cure a Zombie Villager", + "advancements.story.deflect_arrow.title": "Not Today, Thank You", + "advancements.story.deflect_arrow.description": "Deflect a projectile with a shield", + "advancements.story.enchant_item.title": "Enchanter", + "advancements.story.enchant_item.description": "Enchant an item at an Enchanting Table", + "advancements.story.enter_the_end.title": "The End?", + "advancements.story.enter_the_end.description": "Enter the End Portal", + "advancements.story.enter_the_nether.title": "We Need to Go Deeper", + "advancements.story.enter_the_nether.description": "Build, light and enter a Nether Portal", + "advancements.story.follow_ender_eye.title": "Eye Spy", + "advancements.story.follow_ender_eye.description": "Follow an Eye of Ender", + "advancements.story.form_obsidian.title": "Ice Bucket Challenge", + "advancements.story.form_obsidian.description": "Obtain a block of obsidian", + "advancements.story.iron_tools.title": "Isn't It Iron Pick", + "advancements.story.iron_tools.description": "Upgrade your pickaxe", + "advancements.story.lava_bucket.title": "Hot Stuff", + "advancements.story.lava_bucket.description": "Fill a bucket with lava", + "advancements.story.mine_diamond.title": "Diamonds!", + "advancements.story.mine_diamond.description": "Acquire diamonds", + "advancements.story.mine_stone.title": "Stone Age", + "advancements.story.mine_stone.description": "Mine stone with your new pickaxe", + "advancements.story.obtain_armor.title": "Suit Up", + "advancements.story.obtain_armor.description": "Protect yourself with a piece of iron armor", + "advancements.story.root.title": "Minecraft", + "advancements.story.root.description": "The heart and story of the game", + "advancements.story.shiny_gear.title": "Cover Me with Diamonds", + "advancements.story.shiny_gear.description": "Diamond armor saves lives", + "advancements.story.smelt_iron.title": "Acquire Hardware", + "advancements.story.smelt_iron.description": "Smelt an iron ingot", + "advancements.story.upgrade_tools.title": "Getting an Upgrade", + "advancements.story.upgrade_tools.description": "Construct a better pickaxe", + "team.visibility.always": "Always", + "team.visibility.never": "Never", + "team.visibility.hideForOtherTeams": "Hide for other teams", + "team.visibility.hideForOwnTeam": "Hide for own team", + "team.collision.always": "Always", + "team.collision.never": "Never", + "team.collision.pushOtherTeams": "Push other teams", + "team.collision.pushOwnTeam": "Push own team", + "argument.uuid.invalid": "Invalid UUID", + "argument.entity.selector.nearestPlayer": "Nearest player", + "argument.entity.selector.randomPlayer": "Random player", + "argument.entity.selector.allPlayers": "All players", + "argument.entity.selector.allEntities": "All entities", + "argument.entity.selector.self": "Current entity", + "argument.entity.options.name.description": "Entity name", + "argument.entity.options.distance.description": "Distance to entity", + "argument.entity.options.level.description": "Experience level", + "argument.entity.options.x.description": "x position", + "argument.entity.options.y.description": "y position", + "argument.entity.options.z.description": "z position", + "argument.entity.options.dx.description": "Entities between x and x + dx", + "argument.entity.options.dy.description": "Entities between y and y + dy", + "argument.entity.options.dz.description": "Entities between z and z + dz", + "argument.entity.options.x_rotation.description": "Entity's x rotation", + "argument.entity.options.y_rotation.description": "Entity's y rotation", + "argument.entity.options.limit.description": "Maximum number of entities to return", + "argument.entity.options.sort.description": "Sort the entities", + "argument.entity.options.gamemode.description": "Players with gamemode", + "argument.entity.options.team.description": "Entities on team", + "argument.entity.options.type.description": "Entities of type", + "argument.entity.options.tag.description": "Entities with tag", + "argument.entity.options.nbt.description": "Entities with NBT", + "argument.entity.options.scores.description": "Entities with scores", + "argument.entity.options.advancements.description": "Players with advancements", + "argument.entity.options.predicate.description": "Custom predicate", + "command.failed": "An unexpected error occurred trying to execute that command", + "command.context.here": "<--[HERE]", + "command.context.parse_error": "%s at position %s: %s", + "commands.publish.started": "Local game hosted on port %s", + "commands.publish.failed": "Unable to host local game", + "commands.advancement.advancementNotFound": "No advancement was found by the name '%1$s'", + "commands.advancement.criterionNotFound": "The advancement %1$s does not contain the criterion '%2$s'", + "commands.advancement.grant.one.to.one.success": "Granted the advancement %s to %s", + "commands.advancement.grant.one.to.one.failure": "Couldn't grant advancement %s to %s as they already have it", + "commands.advancement.grant.one.to.many.success": "Granted the advancement %s to %s players", + "commands.advancement.grant.one.to.many.failure": "Couldn't grant advancement %s to %s players as they already have it", + "commands.advancement.grant.many.to.one.success": "Granted %s advancements to %s", + "commands.advancement.grant.many.to.one.failure": "Couldn't grant %s advancements to %s as they already have them", + "commands.advancement.grant.many.to.many.success": "Granted %s advancements to %s players", + "commands.advancement.grant.many.to.many.failure": "Couldn't grant %s advancements to %s players as they already have them", + "commands.advancement.grant.criterion.to.one.success": "Granted criterion '%s' of advancement %s to %s", + "commands.advancement.grant.criterion.to.one.failure": "Couldn't grant criterion '%s' of advancement %s to %s as they already have it", + "commands.advancement.grant.criterion.to.many.success": "Granted criterion '%s' of advancement %s to %s players", + "commands.advancement.grant.criterion.to.many.failure": "Couldn't grant criterion '%s' of advancement %s to %s players as they already have it", + "commands.advancement.revoke.one.to.one.success": "Revoked the advancement %s from %s", + "commands.advancement.revoke.one.to.one.failure": "Couldn't revoke advancement %s from %s as they don't have it", + "commands.advancement.revoke.one.to.many.success": "Revoked the advancement %s from %s players", + "commands.advancement.revoke.one.to.many.failure": "Couldn't revoke advancement %s from %s players as they don't have it", + "commands.advancement.revoke.many.to.one.success": "Revoked %s advancements from %s", + "commands.advancement.revoke.many.to.one.failure": "Couldn't revoke %s advancements from %s as they don't have them", + "commands.advancement.revoke.many.to.many.success": "Revoked %s advancements from %s players", + "commands.advancement.revoke.many.to.many.failure": "Couldn't revoke %s advancements from %s players as they don't have them", + "commands.advancement.revoke.criterion.to.one.success": "Revoked criterion '%s' of advancement %s from %s", + "commands.advancement.revoke.criterion.to.one.failure": "Couldn't revoke criterion '%s' of advancement %s from %s as they don't have it", + "commands.advancement.revoke.criterion.to.many.success": "Revoked criterion '%s' of advancement %s from %s players", + "commands.advancement.revoke.criterion.to.many.failure": "Couldn't revoke criterion '%s' of advancement %s from %s players as they don't have it", + "commands.attribute.failed.entity": "%s is not a valid entity for this command", + "commands.attribute.failed.no_attribute": "Entity %s has no attribute %s", + "commands.attribute.failed.no_modifier": "Attribute %s for entity %s has no modifier %s", + "commands.attribute.failed.modifier_already_present": "Modifier %s is already present on attribute %s for entity %s", + "commands.attribute.value.get.success": "Value of attribute %s for entity %s is %s", + "commands.attribute.base_value.get.success": "Base value of attribute %s for entity %s is %s", + "commands.attribute.base_value.set.success": "Base value for attribute %s for entity %s set to %s", + "commands.attribute.modifier.add.success": "Added modifier %s to attribute %s for entity %s", + "commands.attribute.modifier.remove.success": "Removed modifier %s from attribute %s for entity %s", + "commands.attribute.modifier.value.get.success": "Value of modifier %s on attribute %s for entity %s is %s", + "commands.forceload.added.failure": "No chunks were marked for force loading", + "commands.forceload.added.single": "Marked chunk %s in %s to be force loaded", + "commands.forceload.added.multiple": "Marked %s chunks in %s from %s to %s to be force loaded", + "commands.forceload.query.success": "Chunk at %s in %s is marked for force loading", + "commands.forceload.query.failure": "Chunk at %s in %s is not marked for force loading", + "commands.forceload.list.single": "A force loaded chunk was found in %s at: %s", + "commands.forceload.list.multiple": "%s force loaded chunks were found in %s at: %s", + "commands.forceload.added.none": "No force loaded chunks were found in %s", + "commands.forceload.removed.all": "Unmarked all force loaded chunks in %s", + "commands.forceload.removed.failure": "No chunks were removed from force loading", + "commands.forceload.removed.single": "Unmarked chunk %s in %s for force loading", + "commands.forceload.removed.multiple": "Unmarked %s chunks in %s from %s to %s for force loading", + "commands.forceload.toobig": "Too many chunks in the specified area (maximum %s, specified %s)", + "commands.clear.success.single": "Removed %s items from player %s", + "commands.clear.success.multiple": "Removed %s items from %s players", + "commands.clear.test.single": "Found %s matching items on player %s", + "commands.clear.test.multiple": "Found %s matching items on %s players", + "commands.clone.success": "Successfully cloned %s blocks", + "commands.debug.started": "Started tick profiling", + "commands.debug.stopped": "Stopped tick profiling after %s seconds and %s ticks (%s ticks per second)", + "commands.debug.notRunning": "The tick profiler hasn't started", + "commands.debug.alreadyRunning": "The tick profiler is already started", + "commands.debug.function.success.single": "Traced %s commands from function '%s' to output file %s", + "commands.debug.function.success.multiple": "Traced %s commands from %s functions to output file %s", + "commands.debug.function.noRecursion": "Can't trace from inside of function", + "commands.debug.function.traceFailed": "Failed to trace function", + "commands.defaultgamemode.success": "The default game mode is now %s", + "commands.difficulty.success": "The difficulty has been set to %s", + "commands.difficulty.query": "The difficulty is %s", + "commands.drop.no_held_items": "Entity can't hold any items", + "commands.drop.no_loot_table": "Entity %s has no loot table", + "commands.drop.success.single": "Dropped %s %s", + "commands.drop.success.single_with_table": "Dropped %s %s from loot table %s", + "commands.drop.success.multiple": "Dropped %s items", + "commands.drop.success.multiple_with_table": "Dropped %s items from loot table %s", + "commands.effect.give.success.single": "Applied effect %s to %s", + "commands.effect.give.success.multiple": "Applied effect %s to %s targets", + "commands.effect.clear.everything.success.single": "Removed every effect from %s", + "commands.effect.clear.everything.success.multiple": "Removed every effect from %s targets", + "commands.effect.clear.specific.success.single": "Removed effect %s from %s", + "commands.effect.clear.specific.success.multiple": "Removed effect %s from %s targets", + "commands.enchant.success.single": "Applied enchantment %s to %s's item", + "commands.enchant.success.multiple": "Applied enchantment %s to %s entities", + "commands.experience.add.points.success.single": "Gave %s experience points to %s", + "commands.experience.add.points.success.multiple": "Gave %s experience points to %s players", + "commands.experience.add.levels.success.single": "Gave %s experience levels to %s", + "commands.experience.add.levels.success.multiple": "Gave %s experience levels to %s players", + "commands.experience.set.points.success.single": "Set %s experience points on %s", + "commands.experience.set.points.success.multiple": "Set %s experience points on %s players", + "commands.experience.set.levels.success.single": "Set %s experience levels on %s", + "commands.experience.set.levels.success.multiple": "Set %s experience levels on %s players", + "commands.experience.query.points": "%s has %s experience points", + "commands.experience.query.levels": "%s has %s experience levels", + "commands.fill.success": "Successfully filled %s blocks", + "commands.function.success.single": "Executed %s commands from function '%s'", + "commands.function.success.multiple": "Executed %s commands from %s functions", + "commands.give.failed.toomanyitems": "Can't give more than %s of %s", + "commands.give.success.single": "Gave %s %s to %s", + "commands.give.success.multiple": "Gave %s %s to %s players", + "commands.playsound.success.single": "Played sound %s to %s", + "commands.playsound.success.multiple": "Played sound %s to %s players", + "commands.publish.success": "Multiplayer game is now hosted on port %s", + "commands.list.players": "There are %s of a max of %s players online: %s", + "commands.list.nameAndId": "%s (%s)", + "commands.kill.success.single": "Killed %s", + "commands.kill.success.multiple": "Killed %s entities", + "commands.kick.success": "Kicked %s: %s", + "commands.locate.success": "The nearest %s is at %s (%s blocks away)", + "commands.locatebiome.success": "The nearest %s is at %s (%s blocks away)", + "commands.message.display.outgoing": "You whisper to %s: %s", + "commands.message.display.incoming": "%s whispers to you: %s", + "commands.op.success": "Made %s a server operator", + "commands.deop.success": "Made %s no longer a server operator", + "commands.ban.success": "Banned %s: %s", + "commands.pardon.success": "Unbanned %s", + "commands.particle.success": "Displaying particle %s", + "commands.perf.started": "Started 10 second performance profiling run (use '/perf stop' to stop early)", + "commands.perf.stopped": "Stopped performance profiling after %s seconds and %s ticks (%s ticks per second)", + "commands.perf.reportSaved": "Created debug report in %s", + "commands.perf.reportFailed": "Failed to create debug report", + "commands.perf.notRunning": "The performance profiler hasn't started", + "commands.perf.alreadyRunning": "The performance profiler is already started", + "commands.seed.success": "Seed: %s", + "commands.stop.stopping": "Stopping the server", + "commands.time.query": "The time is %s", + "commands.time.set": "Set the time to %s", + "commands.schedule.created.function": "Scheduled function '%s' in %s ticks at gametime %s", + "commands.schedule.created.tag": "Scheduled tag '%s' in %s ticks at gametime %s", + "commands.schedule.cleared.success": "Removed %s schedules with id %s", + "commands.schedule.cleared.failure": "No schedules with id %s", + "commands.schedule.same_tick": "Can't schedule for current tick", + "commands.gamemode.success.self": "Set own game mode to %s", + "commands.gamemode.success.other": "Set %s's game mode to %s", + "commands.gamerule.query": "Gamerule %s is currently set to: %s", + "commands.gamerule.set": "Gamerule %s is now set to: %s", + "commands.save.disabled": "Automatic saving is now disabled", + "commands.save.enabled": "Automatic saving is now enabled", + "commands.save.saving": "Saving the game (this may take a moment!)", + "commands.save.success": "Saved the game", + "commands.setidletimeout.success": "The player idle timeout is now %s minutes", + "commands.banlist.none": "There are no bans", + "commands.banlist.list": "There are %s bans:", + "commands.banlist.entry": "%s was banned by %s: %s", + "commands.bossbar.create.success": "Created custom bossbar %s", + "commands.bossbar.remove.success": "Removed custom bossbar %s", + "commands.bossbar.list.bars.none": "There are no custom bossbars active", + "commands.bossbar.list.bars.some": "There are %s custom bossbars active: %s", + "commands.bossbar.set.players.success.none": "Custom bossbar %s no longer has any players", + "commands.bossbar.set.players.success.some": "Custom bossbar %s now has %s players: %s", + "commands.bossbar.set.name.success": "Custom bossbar %s has been renamed", + "commands.bossbar.set.color.success": "Custom bossbar %s has changed color", + "commands.bossbar.set.style.success": "Custom bossbar %s has changed style", + "commands.bossbar.set.value.success": "Custom bossbar %s has changed value to %s", + "commands.bossbar.set.max.success": "Custom bossbar %s has changed maximum to %s", + "commands.bossbar.set.visible.success.visible": "Custom bossbar %s is now visible", + "commands.bossbar.set.visible.success.hidden": "Custom bossbar %s is now hidden", + "commands.bossbar.get.value": "Custom bossbar %s has a value of %s", + "commands.bossbar.get.max": "Custom bossbar %s has a maximum of %s", + "commands.bossbar.get.visible.visible": "Custom bossbar %s is currently shown", + "commands.bossbar.get.visible.hidden": "Custom bossbar %s is currently hidden", + "commands.bossbar.get.players.none": "Custom bossbar %s has no players currently online", + "commands.bossbar.get.players.some": "Custom bossbar %s has %s players currently online: %s", + "commands.recipe.give.success.single": "Unlocked %s recipes for %s", + "commands.recipe.give.success.multiple": "Unlocked %s recipes for %s players", + "commands.recipe.take.success.single": "Took %s recipes from %s", + "commands.recipe.take.success.multiple": "Took %s recipes from %s players", + "commands.summon.success": "Summoned new %s", + "commands.whitelist.enabled": "Whitelist is now turned on", + "commands.whitelist.disabled": "Whitelist is now turned off", + "commands.whitelist.none": "There are no whitelisted players", + "commands.whitelist.list": "There are %s whitelisted players: %s", + "commands.whitelist.add.success": "Added %s to the whitelist", + "commands.whitelist.remove.success": "Removed %s from the whitelist", + "commands.whitelist.reloaded": "Reloaded the whitelist", + "commands.weather.set.clear": "Set the weather to clear", + "commands.weather.set.rain": "Set the weather to rain", + "commands.weather.set.thunder": "Set the weather to rain & thunder", + "commands.spawnpoint.success.single": "Set spawn point to %s, %s, %s [%s] in %s for %s", + "commands.spawnpoint.success.multiple": "Set spawn point to %s, %s, %s [%s] in %s for %s players", + "commands.stopsound.success.source.sound": "Stopped sound '%s' on source '%s'", + "commands.stopsound.success.source.any": "Stopped all '%s' sounds", + "commands.stopsound.success.sourceless.sound": "Stopped sound '%s'", + "commands.stopsound.success.sourceless.any": "Stopped all sounds", + "commands.setworldspawn.success": "Set the world spawn point to %s, %s, %s [%s]", + "commands.spreadplayers.success.teams": "Spread %s teams around %s, %s with an average distance of %s blocks apart", + "commands.spreadplayers.success.entities": "Spread %s players around %s, %s with an average distance of %s blocks apart", + "commands.setblock.success": "Changed the block at %s, %s, %s", + "commands.banip.success": "Banned IP %s: %s", + "commands.banip.info": "This ban affects %s players: %s", + "commands.pardonip.success": "Unbanned IP %s", + "commands.teleport.success.entity.single": "Teleported %s to %s", + "commands.teleport.success.entity.multiple": "Teleported %s entities to %s", + "commands.teleport.success.location.single": "Teleported %s to %s, %s, %s", + "commands.teleport.success.location.multiple": "Teleported %s entities to %s, %s, %s", + "commands.teleport.invalidPosition": "Invalid position for teleport", + "commands.title.cleared.single": "Cleared titles for %s", + "commands.title.cleared.multiple": "Cleared titles for %s players", + "commands.title.reset.single": "Reset title options for %s", + "commands.title.reset.multiple": "Reset title options for %s players", + "commands.title.show.title.single": "Showing new title for %s", + "commands.title.show.title.multiple": "Showing new title for %s players", + "commands.title.show.subtitle.single": "Showing new subtitle for %s", + "commands.title.show.subtitle.multiple": "Showing new subtitle for %s players", + "commands.title.show.actionbar.single": "Showing new actionbar title for %s", + "commands.title.show.actionbar.multiple": "Showing new actionbar title for %s players", + "commands.title.times.single": "Changed title display times for %s", + "commands.title.times.multiple": "Changed title display times for %s players", + "commands.worldborder.set.grow": "Growing the world border to %s blocks wide over %s seconds", + "commands.worldborder.set.shrink": "Shrinking the world border to %s blocks wide over %s seconds", + "commands.worldborder.set.immediate": "Set the world border to %s blocks wide", + "commands.worldborder.center.success": "Set the center of the world border to %s, %s", + "commands.worldborder.get": "The world border is currently %s blocks wide", + "commands.worldborder.damage.buffer.success": "Set the world border damage buffer to %s blocks", + "commands.worldborder.damage.amount.success": "Set the world border damage to %s per block each second", + "commands.worldborder.warning.time.success": "Set the world border warning time to %s seconds", + "commands.worldborder.warning.distance.success": "Set the world border warning distance to %s blocks", + "commands.tag.add.success.single": "Added tag '%s' to %s", + "commands.tag.add.success.multiple": "Added tag '%s' to %s entities", + "commands.tag.remove.success.single": "Removed tag '%s' from %s", + "commands.tag.remove.success.multiple": "Removed tag '%s' from %s entities", + "commands.tag.list.single.empty": "%s has no tags", + "commands.tag.list.single.success": "%s has %s tags: %s", + "commands.tag.list.multiple.empty": "There are no tags on the %s entities", + "commands.tag.list.multiple.success": "The %s entities have %s total tags: %s", + "commands.team.list.members.empty": "There are no members on team %s", + "commands.team.list.members.success": "Team %s has %s members: %s", + "commands.team.list.teams.empty": "There are no teams", + "commands.team.list.teams.success": "There are %s teams: %s", + "commands.team.add.success": "Created team %s", + "commands.team.remove.success": "Removed team %s", + "commands.team.empty.success": "Removed %s members from team %s", + "commands.team.option.color.success": "Updated the color for team %s to %s", + "commands.team.option.name.success": "Updated the name of team %s", + "commands.team.option.friendlyfire.enabled": "Enabled friendly fire for team %s", + "commands.team.option.friendlyfire.disabled": "Disabled friendly fire for team %s", + "commands.team.option.seeFriendlyInvisibles.enabled": "Team %s can now see invisible teammates", + "commands.team.option.seeFriendlyInvisibles.disabled": "Team %s can no longer see invisible teammates", + "commands.team.option.nametagVisibility.success": "Nametag visibility for team %s is now \"%s\"", + "commands.team.option.deathMessageVisibility.success": "Death message visibility for team %s is now \"%s\"", + "commands.team.option.collisionRule.success": "Collision rule for team %s is now \"%s\"", + "commands.team.option.prefix.success": "Team prefix set to %s", + "commands.team.option.suffix.success": "Team suffix set to %s", + "commands.team.join.success.single": "Added %s to team %s", + "commands.team.join.success.multiple": "Added %s members to team %s", + "commands.team.leave.success.single": "Removed %s from any team", + "commands.team.leave.success.multiple": "Removed %s members from any team", + "commands.trigger.simple.success": "Triggered %s", + "commands.trigger.add.success": "Triggered %s (added %s to value)", + "commands.trigger.set.success": "Triggered %s (set value to %s)", + "commands.scoreboard.objectives.list.empty": "There are no objectives", + "commands.scoreboard.objectives.list.success": "There are %s objectives: %s", + "commands.scoreboard.objectives.add.success": "Created new objective %s", + "commands.scoreboard.objectives.remove.success": "Removed objective %s", + "commands.scoreboard.objectives.display.cleared": "Cleared any objectives in display slot %s", + "commands.scoreboard.objectives.display.set": "Set display slot %s to show objective %s", + "commands.scoreboard.objectives.modify.displayname": "Changed the display name of %s to %s", + "commands.scoreboard.objectives.modify.rendertype": "Changed the render type of objective %s", + "commands.scoreboard.players.list.empty": "There are no tracked entities", + "commands.scoreboard.players.list.success": "There are %s tracked entities: %s", + "commands.scoreboard.players.list.entity.empty": "%s has no scores to show", + "commands.scoreboard.players.list.entity.success": "%s has %s scores:", + "commands.scoreboard.players.list.entity.entry": "%s: %s", + "commands.scoreboard.players.set.success.single": "Set %s for %s to %s", + "commands.scoreboard.players.set.success.multiple": "Set %s for %s entities to %s", + "commands.scoreboard.players.add.success.single": "Added %s to %s for %s (now %s)", + "commands.scoreboard.players.add.success.multiple": "Added %s to %s for %s entities", + "commands.scoreboard.players.remove.success.single": "Removed %s from %s for %s (now %s)", + "commands.scoreboard.players.remove.success.multiple": "Removed %s from %s for %s entities", + "commands.scoreboard.players.reset.all.single": "Reset all scores for %s", + "commands.scoreboard.players.reset.all.multiple": "Reset all scores for %s entities", + "commands.scoreboard.players.reset.specific.single": "Reset %s for %s", + "commands.scoreboard.players.reset.specific.multiple": "Reset %s for %s entities", + "commands.scoreboard.players.enable.success.single": "Enabled trigger %s for %s", + "commands.scoreboard.players.enable.success.multiple": "Enabled trigger %s for %s entities", + "commands.scoreboard.players.operation.success.single": "Set %s for %s to %s", + "commands.scoreboard.players.operation.success.multiple": "Updated %s for %s entities", + "commands.scoreboard.players.get.success": "%s has %s %s", + "commands.reload.success": "Reloading!", + "commands.reload.failure": "Reload failed; keeping old data", + "commands.data.entity.modified": "Modified entity data of %s", + "commands.data.entity.query": "%s has the following entity data: %s", + "commands.data.entity.get": "%s on %s after scale factor of %s is %s", + "commands.data.block.modified": "Modified block data of %s, %s, %s", + "commands.data.block.query": "%s, %s, %s has the following block data: %s", + "commands.data.block.get": "%s on block %s, %s, %s after scale factor of %s is %s", + "commands.data.storage.modified": "Modified storage %s", + "commands.data.storage.query": "Storage %s has the following contents: %s", + "commands.data.storage.get": "%s in storage %s after scale factor of %s is %s", + "commands.datapack.list.enabled.success": "There are %s data packs enabled: %s", + "commands.datapack.list.enabled.none": "There are no data packs enabled", + "commands.datapack.list.available.success": "There are %s data packs available: %s", + "commands.datapack.list.available.none": "There are no more data packs available", + "commands.datapack.modify.enable": "Enabling data pack %s", + "commands.datapack.modify.disable": "Disabling data pack %s", + "commands.spectate.success.stopped": "No longer spectating an entity", + "commands.spectate.success.started": "Now spectating %s", + "commands.spectate.not_spectator": "%s is not in spectator mode", + "commands.spectate.self": "Cannot spectate yourself", + "commands.item.target.not_a_container": "Target position %s, %s, %s is not a container", + "commands.item.source.not_a_container": "Source position %s, %s, %s is not a container", + "commands.item.target.no_such_slot": "The target does not have slot %s", + "commands.item.source.no_such_slot": "The source does not have slot %s", + "commands.item.target.no_changes": "No targets accepted item into slot %s", + "commands.item.target.no_changed.known_item": "No targets accepted item %s into slot %s", + "commands.item.block.set.success": "Replaced a slot at %s, %s, %s with %s", + "commands.item.entity.set.success.single": "Replaced a slot on %s with %s", + "commands.item.entity.set.success.multiple": "Replaced a slot on %s entities with %s", + "argument.range.empty": "Expected value or range of values", + "argument.range.ints": "Only whole numbers allowed, not decimals", + "argument.range.swapped": "Min cannot be bigger than max", + "permissions.requires.player": "A player is required to run this command here", + "permissions.requires.entity": "An entity is required to run this command here", + "argument.angle.incomplete": "Incomplete (expected 1 angle)", + "argument.angle.invalid": "Invalid angle", + "argument.entity.toomany": "Only one entity is allowed, but the provided selector allows more than one", + "argument.player.toomany": "Only one player is allowed, but the provided selector allows more than one", + "argument.player.entities": "Only players may be affected by this command, but the provided selector includes entities", + "argument.entity.notfound.entity": "No entity was found", + "argument.entity.notfound.player": "No player was found", + "argument.player.unknown": "That player does not exist", + "arguments.nbtpath.node.invalid": "Invalid NBT path element", + "arguments.nbtpath.nothing_found": "Found no elements matching %s", + "arguments.operation.invalid": "Invalid operation", + "arguments.operation.div0": "Cannot divide by zero", + "argument.scoreHolder.empty": "No relevant score holders could be found", + "argument.block.tag.disallowed": "Tags aren't allowed here, only actual blocks", + "argument.block.property.unclosed": "Expected closing ] for block state properties", + "argument.pos.unloaded": "That position is not loaded", + "argument.pos.outofworld": "That position is out of this world!", + "argument.pos.outofbounds": "That position is outside the allowed boundaries.", + "argument.rotation.incomplete": "Incomplete (expected 2 coordinates)", + "arguments.swizzle.invalid": "Invalid swizzle, expected combination of 'x', 'y' and 'z'", + "argument.pos2d.incomplete": "Incomplete (expected 2 coordinates)", + "argument.pos3d.incomplete": "Incomplete (expected 3 coordinates)", + "argument.pos.mixed": "Cannot mix world & local coordinates (everything must either use ^ or not)", + "argument.pos.missing.double": "Expected a coordinate", + "argument.pos.missing.int": "Expected a block position", + "argument.item.tag.disallowed": "Tags aren't allowed here, only actual items", + "argument.entity.invalid": "Invalid name or UUID", + "argument.entity.selector.missing": "Missing selector type", + "argument.entity.selector.not_allowed": "Selector not allowed", + "argument.entity.options.unterminated": "Expected end of options", + "argument.entity.options.distance.negative": "Distance cannot be negative", + "argument.entity.options.level.negative": "Level shouldn't be negative", + "argument.entity.options.limit.toosmall": "Limit must be at least 1", + "argument.nbt.trailing": "Unexpected trailing data", + "argument.nbt.expected.key": "Expected key", + "argument.nbt.expected.value": "Expected value", + "argument.id.invalid": "Invalid ID", + "argument.time.invalid_unit": "Invalid unit", + "argument.time.invalid_tick_count": "Tick count must be non-negative", + "commands.banip.invalid": "Invalid IP address or unknown player", + "commands.banip.failed": "Nothing changed. That IP is already banned", + "commands.ban.failed": "Nothing changed. The player is already banned", + "commands.bossbar.set.players.unchanged": "Nothing changed. Those players are already on the bossbar with nobody to add or remove", + "commands.bossbar.set.name.unchanged": "Nothing changed. That's already the name of this bossbar", + "commands.bossbar.set.color.unchanged": "Nothing changed. That's already the color of this bossbar", + "commands.bossbar.set.style.unchanged": "Nothing changed. That's already the style of this bossbar", + "commands.bossbar.set.value.unchanged": "Nothing changed. That's already the value of this bossbar", + "commands.bossbar.set.max.unchanged": "Nothing changed. That's already the max of this bossbar", + "commands.bossbar.set.visibility.unchanged.hidden": "Nothing changed. The bossbar is already hidden", + "commands.bossbar.set.visibility.unchanged.visible": "Nothing changed. The bossbar is already visible", + "commands.clone.overlap": "The source and destination areas cannot overlap", + "commands.clone.failed": "No blocks were cloned", + "commands.deop.failed": "Nothing changed. The player is not an operator", + "commands.effect.give.failed": "Unable to apply this effect (target is either immune to effects, or has something stronger)", + "commands.effect.clear.everything.failed": "Target has no effects to remove", + "commands.effect.clear.specific.failed": "Target doesn't have the requested effect", + "commands.enchant.failed": "Nothing changed. Targets either have no item in their hands or the enchantment could not be applied", + "commands.experience.set.points.invalid": "Cannot set experience points above the maximum points for the player's current level", + "commands.fill.failed": "No blocks were filled", + "commands.help.failed": "Unknown command or insufficient permissions", + "commands.locate.failed": "Could not find that structure nearby", + "commands.locatebiome.notFound": "Could not find a biome of type \"%s\" within reasonable distance", + "commands.locatebiome.invalid": "There is no biome with type \"%s\"", + "commands.op.failed": "Nothing changed. The player already is an operator", + "commands.pardon.failed": "Nothing changed. The player isn't banned", + "commands.pardonip.invalid": "Invalid IP address", + "commands.pardonip.failed": "Nothing changed. That IP isn't banned", + "commands.particle.failed": "The particle was not visible for anybody", + "commands.playsound.failed": "The sound is too far away to be heard", + "commands.recipe.give.failed": "No new recipes were learned", + "commands.recipe.take.failed": "No recipes could be forgotten", + "commands.save.failed": "Unable to save the game (is there enough disk space?)", + "commands.save.alreadyOff": "Saving is already turned off", + "commands.save.alreadyOn": "Saving is already turned on", + "commands.scoreboard.objectives.add.duplicate": "An objective already exists by that name", + "commands.scoreboard.objectives.display.alreadyEmpty": "Nothing changed. That display slot is already empty", + "commands.scoreboard.objectives.display.alreadySet": "Nothing changed. That display slot is already showing that objective", + "commands.scoreboard.players.enable.failed": "Nothing changed. That trigger is already enabled", + "commands.scoreboard.players.enable.invalid": "Enable only works on trigger-objectives", + "commands.setblock.failed": "Could not set the block", + "commands.summon.failed": "Unable to summon entity", + "commands.summon.failed.uuid": "Unable to summon entity due to duplicate UUIDs", + "commands.summon.invalidPosition": "Invalid position for summon", + "commands.tag.add.failed": "Target either already has the tag or has too many tags", + "commands.tag.remove.failed": "Target does not have this tag", + "commands.team.add.duplicate": "A team already exists by that name", + "commands.team.empty.unchanged": "Nothing changed. That team is already empty", + "commands.team.option.color.unchanged": "Nothing changed. That team already has that color", + "commands.team.option.name.unchanged": "Nothing changed. That team already has that name", + "commands.team.option.friendlyfire.alreadyEnabled": "Nothing changed. Friendly fire is already enabled for that team", + "commands.team.option.friendlyfire.alreadyDisabled": "Nothing changed. Friendly fire is already disabled for that team", + "commands.team.option.seeFriendlyInvisibles.alreadyEnabled": "Nothing changed. That team can already see invisible teammates", + "commands.team.option.seeFriendlyInvisibles.alreadyDisabled": "Nothing changed. That team already can't see invisible teammates", + "commands.team.option.nametagVisibility.unchanged": "Nothing changed. Nametag visibility is already that value", + "commands.team.option.deathMessageVisibility.unchanged": "Nothing changed. Death message visibility is already that value", + "commands.team.option.collisionRule.unchanged": "Nothing changed. Collision rule is already that value", + "commands.trigger.failed.unprimed": "You cannot trigger this objective yet", + "commands.trigger.failed.invalid": "You can only trigger objectives that are 'trigger' type", + "commands.whitelist.alreadyOn": "Whitelist is already turned on", + "commands.whitelist.alreadyOff": "Whitelist is already turned off", + "commands.whitelist.add.failed": "Player is already whitelisted", + "commands.whitelist.remove.failed": "Player is not whitelisted", + "commands.worldborder.center.failed": "Nothing changed. The world border is already centered there", + "commands.worldborder.set.failed.nochange": "Nothing changed. The world border is already that size", + "commands.worldborder.set.failed.small": "World border cannot be smaller than 1 block wide", + "commands.worldborder.set.failed.big": "World border cannot be bigger than %s blocks wide", + "commands.worldborder.warning.time.failed": "Nothing changed. The world border warning is already that amount of time", + "commands.worldborder.warning.distance.failed": "Nothing changed. The world border warning is already that distance", + "commands.worldborder.damage.buffer.failed": "Nothing changed. The world border damage buffer is already that distance", + "commands.worldborder.damage.amount.failed": "Nothing changed. The world border damage is already that amount", + "commands.data.block.invalid": "The target block is not a block entity", + "commands.data.merge.failed": "Nothing changed. The specified properties already have these values", + "commands.data.modify.expected_list": "Expected list, got: %s", + "commands.data.modify.expected_object": "Expected object, got: %s", + "commands.data.modify.invalid_index": "Invalid list index: %s", + "commands.data.get.multiple": "This argument accepts a single NBT value", + "commands.data.entity.invalid": "Unable to modify player data", + "commands.teammsg.failed.noteam": "You must be on a team to message your team", + "argument.color.invalid": "Unknown color '%s'", + "argument.dimension.invalid": "Unknown dimension '%s'", + "argument.component.invalid": "Invalid chat component: %s", + "argument.anchor.invalid": "Invalid entity anchor position %s", + "enchantment.unknown": "Unknown enchantment: %s", + "lectern.take_book": "Take Book", + "effect.effectNotFound": "Unknown effect: %s", + "arguments.objective.notFound": "Unknown scoreboard objective '%s'", + "arguments.objective.readonly": "Scoreboard objective '%s' is read-only", + "commands.scoreboard.objectives.add.longName": "Objective names cannot be longer than %s characters", + "argument.criteria.invalid": "Unknown criterion '%s'", + "particle.notFound": "Unknown particle: %s", + "argument.id.unknown": "Unknown ID: %s", + "advancement.advancementNotFound": "Unknown advancement: %s", + "recipe.notFound": "Unknown recipe: %s", + "entity.notFound": "Unknown entity: %s", + "predicate.unknown": "Unknown predicate: %s", + "item_modifier.unknown": "Unknown item modifier: %s", + "argument.scoreboardDisplaySlot.invalid": "Unknown display slot '%s'", + "slot.unknown": "Unknown slot '%s'", + "team.notFound": "Unknown team '%s'", + "arguments.block.tag.unknown": "Unknown block tag '%s'", + "argument.block.id.invalid": "Unknown block type '%s'", + "argument.block.property.unknown": "Block %s does not have property '%s'", + "argument.block.property.duplicate": "Property '%s' can only be set once for block %s", + "argument.block.property.invalid": "Block %s does not accept '%s' for %s property", + "argument.block.property.novalue": "Expected value for property '%s' on block %s", + "arguments.function.tag.unknown": "Unknown function tag '%s'", + "arguments.function.unknown": "Unknown function %s", + "arguments.item.overstacked": "%s can only stack up to %s", + "argument.item.id.invalid": "Unknown item '%s'", + "arguments.item.tag.unknown": "Unknown item tag '%s'", + "argument.entity.selector.unknown": "Unknown selector type '%s'", + "argument.entity.options.valueless": "Expected value for option '%s'", + "argument.entity.options.unknown": "Unknown option '%s'", + "argument.entity.options.inapplicable": "Option '%s' isn't applicable here", + "argument.entity.options.sort.irreversible": "Invalid or unknown sort type '%s'", + "argument.entity.options.mode.invalid": "Invalid or unknown game mode '%s'", + "argument.entity.options.type.invalid": "Invalid or unknown entity type '%s'", + "argument.nbt.list.mixed": "Can't insert %s into list of %s", + "argument.nbt.array.mixed": "Can't insert %s into %s", + "argument.nbt.array.invalid": "Invalid array type '%s'", + "commands.bossbar.create.failed": "A bossbar already exists with the ID '%s'", + "commands.bossbar.unknown": "No bossbar exists with the ID '%s'", + "clear.failed.single": "No items were found on player %s", + "clear.failed.multiple": "No items were found on %s players", + "commands.clone.toobig": "Too many blocks in the specified area (maximum %s, specified %s)", + "commands.datapack.unknown": "Unknown data pack '%s'", + "commands.datapack.enable.failed": "Pack '%s' is already enabled!", + "commands.datapack.disable.failed": "Pack '%s' is not enabled!", + "commands.difficulty.failure": "The difficulty did not change; it is already set to %s", + "commands.enchant.failed.entity": "%s is not a valid entity for this command", + "commands.enchant.failed.itemless": "%s is not holding any item", + "commands.enchant.failed.incompatible": "%s cannot support that enchantment", + "commands.enchant.failed.level": "%s is higher than the maximum level of %s supported by that enchantment", + "commands.execute.blocks.toobig": "Too many blocks in the specified area (maximum %s, specified %s)", + "commands.execute.conditional.pass": "Test passed", + "commands.execute.conditional.pass_count": "Test passed, count: %s", + "commands.execute.conditional.fail": "Test failed", + "commands.execute.conditional.fail_count": "Test failed, count: %s", + "commands.fill.toobig": "Too many blocks in the specified area (maximum %s, specified %s)", + "commands.publish.alreadyPublished": "Multiplayer game is already hosted on port %s", + "commands.scoreboard.players.get.null": "Can't get value of %s for %s; none is set", + "commands.spreadplayers.failed.teams": "Could not spread %s teams around %s, %s (too many entities for space - try using spread of at most %s)", + "commands.spreadplayers.failed.entities": "Could not spread %s entities around %s, %s (too many entities for space - try using spread of at most %s)", + "commands.team.add.longName": "Team names cannot be longer than %s characters", + "commands.data.get.invalid": "Can't get %s; only numeric tags are allowed", + "commands.data.get.unknown": "Can't get %s; tag doesn't exist", + "argument.double.low": "Double must not be less than %s, found %s", + "argument.double.big": "Double must not be more than %s, found %s", + "argument.float.low": "Float must not be less than %s, found %s", + "argument.float.big": "Float must not be more than %s, found %s", + "argument.integer.low": "Integer must not be less than %s, found %s", + "argument.integer.big": "Integer must not be more than %s, found %s", + "argument.long.low": "Long must not be less than %s, found %s", + "argument.long.big": "Long must not be more than %s, found %s", + "argument.literal.incorrect": "Expected literal %s", + "parsing.quote.expected.start": "Expected quote to start a string", + "parsing.quote.expected.end": "Unclosed quoted string", + "parsing.quote.escape": "Invalid escape sequence '\\%s' in quoted string", + "parsing.bool.invalid": "Invalid boolean, expected 'true' or 'false' but found '%s'", + "parsing.int.invalid": "Invalid integer '%s'", + "parsing.int.expected": "Expected integer", + "parsing.long.invalid": "Invalid long '%s'", + "parsing.long.expected": "Expected long", + "command.exception": "Could not parse command: %s", + "parsing.double.invalid": "Invalid double '%s'", + "parsing.double.expected": "Expected double", + "parsing.float.invalid": "Invalid float '%s'", + "parsing.float.expected": "Expected float", + "parsing.bool.expected": "Expected boolean", + "parsing.expected": "Expected '%s'", + "command.unknown.command": "Unknown or incomplete command, see below for error", + "command.unknown.argument": "Incorrect argument for command", + "command.expected.separator": "Expected whitespace to end one argument, but found trailing data", + "biome.minecraft.beach": "Beach", + "biome.minecraft.birch_forest": "Birch Forest", + "biome.minecraft.birch_forest_hills": "Birch Forest Hills", + "biome.minecraft.snowy_beach": "Snowy Beach", + "biome.minecraft.cold_ocean": "Cold Ocean", + "biome.minecraft.deep_cold_ocean": "Deep Cold Ocean", + "biome.minecraft.deep_frozen_ocean": "Deep Frozen Ocean", + "biome.minecraft.deep_lukewarm_ocean": "Deep Lukewarm Ocean", + "biome.minecraft.deep_ocean": "Deep Ocean", + "biome.minecraft.deep_warm_ocean": "Deep Warm Ocean", + "biome.minecraft.desert": "Desert", + "biome.minecraft.desert_hills": "Desert Hills", + "biome.minecraft.dripstone_caves": "Dripstone Caves", + "biome.minecraft.lush_caves": "Lush Caves", + "biome.minecraft.mountains": "Mountains", + "biome.minecraft.wooded_mountains": "Wooded Mountains", + "biome.minecraft.forest": "Forest", + "biome.minecraft.wooded_hills": "Wooded Hills", + "biome.minecraft.frozen_ocean": "Frozen Ocean", + "biome.minecraft.frozen_river": "Frozen River", + "biome.minecraft.nether_wastes": "Nether Wastes", + "biome.minecraft.snowy_tundra": "Snowy Tundra", + "biome.minecraft.snowy_mountains": "Snowy Mountains", + "biome.minecraft.jungle_edge": "Jungle Edge", + "biome.minecraft.jungle_hills": "Jungle Hills", + "biome.minecraft.jungle": "Jungle", + "biome.minecraft.lukewarm_ocean": "Lukewarm Ocean", + "biome.minecraft.badlands_plateau": "Badlands Plateau", + "biome.minecraft.badlands": "Badlands", + "biome.minecraft.wooded_badlands_plateau": "Wooded Badlands Plateau", + "biome.minecraft.mushroom_fields": "Mushroom Fields", + "biome.minecraft.mushroom_field_shore": "Mushroom Field Shore", + "biome.minecraft.tall_birch_hills": "Tall Birch Hills", + "biome.minecraft.tall_birch_forest": "Tall Birch Forest", + "biome.minecraft.desert_lakes": "Desert Lakes", + "biome.minecraft.gravelly_mountains": "Gravelly Mountains", + "biome.minecraft.modified_gravelly_mountains": "Gravelly Mountains+", + "biome.minecraft.flower_forest": "Flower Forest", + "biome.minecraft.ice_spikes": "Ice Spikes", + "biome.minecraft.modified_jungle_edge": "Modified Jungle Edge", + "biome.minecraft.modified_jungle": "Modified Jungle", + "biome.minecraft.modified_badlands_plateau": "Modified Badlands Plateau", + "biome.minecraft.eroded_badlands": "Eroded Badlands", + "biome.minecraft.modified_wooded_badlands_plateau": "Modified Wooded Badlands Plateau", + "biome.minecraft.sunflower_plains": "Sunflower Plains", + "biome.minecraft.giant_spruce_taiga_hills": "Giant Spruce Taiga Hills", + "biome.minecraft.giant_spruce_taiga": "Giant Spruce Taiga", + "biome.minecraft.dark_forest_hills": "Dark Forest Hills", + "biome.minecraft.shattered_savanna": "Shattered Savanna", + "biome.minecraft.shattered_savanna_plateau": "Shattered Savanna Plateau", + "biome.minecraft.swamp_hills": "Swamp Hills", + "biome.minecraft.snowy_taiga_mountains": "Snowy Taiga Mountains", + "biome.minecraft.taiga_mountains": "Taiga Mountains", + "biome.minecraft.ocean": "Ocean", + "biome.minecraft.plains": "Plains", + "biome.minecraft.giant_tree_taiga_hills": "Giant Tree Taiga Hills", + "biome.minecraft.giant_tree_taiga": "Giant Tree Taiga", + "biome.minecraft.river": "River", + "biome.minecraft.dark_forest": "Dark Forest", + "biome.minecraft.savanna_plateau": "Savanna Plateau", + "biome.minecraft.savanna": "Savanna", + "biome.minecraft.end_barrens": "End Barrens", + "biome.minecraft.end_highlands": "End Highlands", + "biome.minecraft.small_end_islands": "Small End Islands", + "biome.minecraft.end_midlands": "End Midlands", + "biome.minecraft.the_end": "The End", + "biome.minecraft.mountain_edge": "Mountain Edge", + "biome.minecraft.stone_shore": "Stone Shore", + "biome.minecraft.swamp": "Swamp", + "biome.minecraft.snowy_taiga": "Snowy Taiga", + "biome.minecraft.snowy_taiga_hills": "Snowy Taiga Hills", + "biome.minecraft.taiga_hills": "Taiga Hills", + "biome.minecraft.taiga": "Taiga", + "biome.minecraft.the_void": "The Void", + "biome.minecraft.warm_ocean": "Warm Ocean", + "biome.minecraft.bamboo_jungle": "Bamboo Jungle", + "biome.minecraft.bamboo_jungle_hills": "Bamboo Jungle Hills", + "biome.minecraft.soul_sand_valley": "Soul Sand Valley", + "biome.minecraft.warped_forest": "Warped Forest", + "biome.minecraft.crimson_forest": "Crimson Forest", + "biome.minecraft.basalt_deltas": "Basalt Deltas", + "realms.missing.module.error.text": "Realms could not be opened right now, please try again later", + "realms.missing.snapshot.error.text": "Realms is currently not supported in snapshots", + "color.minecraft.white": "White", + "color.minecraft.orange": "Orange", + "color.minecraft.magenta": "Magenta", + "color.minecraft.light_blue": "Light Blue", + "color.minecraft.yellow": "Yellow", + "color.minecraft.lime": "Lime", + "color.minecraft.pink": "Pink", + "color.minecraft.gray": "Gray", + "color.minecraft.light_gray": "Light Gray", + "color.minecraft.cyan": "Cyan", + "color.minecraft.purple": "Purple", + "color.minecraft.blue": "Blue", + "color.minecraft.brown": "Brown", + "color.minecraft.green": "Green", + "color.minecraft.red": "Red", + "color.minecraft.black": "Black", + "title.singleplayer": "Singleplayer", + "title.multiplayer.realms": "Multiplayer (Realms)", + "title.multiplayer.lan": "Multiplayer (LAN)", + "title.multiplayer.other": "Multiplayer (3rd-party Server)", + "gamerule.announceAdvancements": "Announce advancements", + "gamerule.commandBlockOutput": "Broadcast command block output", + "gamerule.disableElytraMovementCheck": "Disable elytra movement check", + "gamerule.disableRaids": "Disable raids", + "gamerule.doDaylightCycle": "Advance time of day", + "gamerule.doEntityDrops": "Drop entity equipment", + "gamerule.doEntityDrops.description": "Controls drops from minecarts (including inventories), item frames, boats, etc.", + "gamerule.doFireTick": "Update fire", + "gamerule.doImmediateRespawn": "Respawn immediately", + "gamerule.doInsomnia": "Spawn phantoms", + "gamerule.doLimitedCrafting": "Require recipe for crafting", + "gamerule.doLimitedCrafting.description": "If enabled, players will be able to craft only unlocked recipes", + "gamerule.doMobLoot": "Drop mob loot", + "gamerule.doMobLoot.description": "Controls resource drops from mobs, including experience orbs", + "gamerule.doMobSpawning": "Spawn mobs", + "gamerule.doMobSpawning.description": "Some entities might have separate rules", + "gamerule.doPatrolSpawning": "Spawn pillager patrols", + "gamerule.doTileDrops": "Drop blocks", + "gamerule.doTileDrops.description": "Controls resource drops from blocks, including experience orbs", + "gamerule.doTraderSpawning": "Spawn wandering traders", + "gamerule.doWeatherCycle": "Update weather", + "gamerule.drowningDamage": "Deal drowning damage", + "gamerule.fallDamage": "Deal fall damage", + "gamerule.fireDamage": "Deal fire damage", + "gamerule.freezeDamage": "Deal freeze damage", + "gamerule.forgiveDeadPlayers": "Forgive dead players", + "gamerule.forgiveDeadPlayers.description": "Angered neutral mobs stop being angry when the targeted player dies nearby.", + "gamerule.keepInventory": "Keep inventory after death", + "gamerule.logAdminCommands": "Broadcast admin commands", + "gamerule.maxCommandChainLength": "Command chain size limit", + "gamerule.maxCommandChainLength.description": "Applies to command block chains and functions", + "gamerule.maxEntityCramming": "Entity cramming threshold", + "gamerule.mobGriefing": "Allow destructive mob actions", + "gamerule.naturalRegeneration": "Regenerate health", + "gamerule.randomTickSpeed": "Random tick speed rate", + "gamerule.reducedDebugInfo": "Reduce debug info", + "gamerule.reducedDebugInfo.description": "Limits contents of debug screen", + "gamerule.sendCommandFeedback": "Send command feedback", + "gamerule.showDeathMessages": "Show death messages", + "gamerule.playersSleepingPercentage": "Sleep percentage", + "gamerule.playersSleepingPercentage.description": "The percentage of players who must be sleeping to skip the night.", + "gamerule.spawnRadius": "Respawn location radius", + "gamerule.spectatorsGenerateChunks": "Allow spectators to generate terrain", + "gamerule.universalAnger": "Universal anger", + "gamerule.universalAnger.description": "Angered neutral mobs attack any nearby player, not just the player that angered them. Works best if forgiveDeadPlayers is disabled.", + "gamerule.category.chat": "Chat", + "gamerule.category.spawning": "Spawning", + "gamerule.category.updates": "World Updates", + "gamerule.category.drops": "Drops", + "gamerule.category.mobs": "Mobs", + "gamerule.category.player": "Player", + "gamerule.category.misc": "Miscellaneous", + "pack.source.builtin": "built-in", + "pack.source.world": "world", + "pack.source.local": "local", + "pack.source.server": "server", + "mirror.none": "|", + "mirror.left_right": "\u2190 \u2192", + "mirror.front_back": "\u2191 \u2193", + "sleep.not_possible": "No amount of rest can pass this night", + "sleep.players_sleeping": "%s/%s players sleeping", + "sleep.skipping_night": "Sleeping through this night" +} diff --git a/1.17.1/assets/minecraft/models/block/acacia_button.json b/1.17.1/assets/minecraft/models/block/acacia_button.json new file mode 100644 index 00000000..e3ee4499 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/acacia_button.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/button", + "textures": { + "texture": "minecraft:block/acacia_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/acacia_button_inventory.json b/1.17.1/assets/minecraft/models/block/acacia_button_inventory.json new file mode 100644 index 00000000..0b50c625 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/acacia_button_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/button_inventory", + "textures": { + "texture": "minecraft:block/acacia_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/acacia_button_pressed.json b/1.17.1/assets/minecraft/models/block/acacia_button_pressed.json new file mode 100644 index 00000000..486e6edd --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/acacia_button_pressed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/button_pressed", + "textures": { + "texture": "minecraft:block/acacia_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/acacia_door_bottom.json b/1.17.1/assets/minecraft/models/block/acacia_door_bottom.json new file mode 100644 index 00000000..f1a68ba4 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/acacia_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_bottom", + "textures": { + "top": "minecraft:block/acacia_door_top", + "bottom": "minecraft:block/acacia_door_bottom" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/acacia_door_bottom_hinge.json b/1.17.1/assets/minecraft/models/block/acacia_door_bottom_hinge.json new file mode 100644 index 00000000..367abb54 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/acacia_door_bottom_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_bottom_rh", + "textures": { + "top": "minecraft:block/acacia_door_top", + "bottom": "minecraft:block/acacia_door_bottom" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/acacia_door_top.json b/1.17.1/assets/minecraft/models/block/acacia_door_top.json new file mode 100644 index 00000000..8cae226b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/acacia_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_top", + "textures": { + "top": "minecraft:block/acacia_door_top", + "bottom": "minecraft:block/acacia_door_bottom" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/acacia_door_top_hinge.json b/1.17.1/assets/minecraft/models/block/acacia_door_top_hinge.json new file mode 100644 index 00000000..c3ae1eeb --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/acacia_door_top_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_top_rh", + "textures": { + "top": "minecraft:block/acacia_door_top", + "bottom": "minecraft:block/acacia_door_bottom" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/acacia_fence_gate.json b/1.17.1/assets/minecraft/models/block/acacia_fence_gate.json new file mode 100644 index 00000000..f121a183 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/acacia_fence_gate.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fence_gate", + "textures": { + "texture": "minecraft:block/acacia_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/acacia_fence_gate_open.json b/1.17.1/assets/minecraft/models/block/acacia_fence_gate_open.json new file mode 100644 index 00000000..28fe835e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/acacia_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fence_gate_open", + "textures": { + "texture": "minecraft:block/acacia_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/acacia_fence_gate_wall.json b/1.17.1/assets/minecraft/models/block/acacia_fence_gate_wall.json new file mode 100644 index 00000000..0ac31d07 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/acacia_fence_gate_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fence_gate_wall", + "textures": { + "texture": "minecraft:block/acacia_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/acacia_fence_gate_wall_open.json b/1.17.1/assets/minecraft/models/block/acacia_fence_gate_wall_open.json new file mode 100644 index 00000000..2ea84d22 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/acacia_fence_gate_wall_open.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fence_gate_wall_open", + "textures": { + "texture": "minecraft:block/acacia_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/acacia_fence_inventory.json b/1.17.1/assets/minecraft/models/block/acacia_fence_inventory.json new file mode 100644 index 00000000..1300a233 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/acacia_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/fence_inventory", + "textures": { + "texture": "minecraft:block/acacia_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/acacia_fence_post.json b/1.17.1/assets/minecraft/models/block/acacia_fence_post.json new file mode 100644 index 00000000..96e4d444 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/acacia_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/fence_post", + "textures": { + "texture": "minecraft:block/acacia_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/acacia_fence_side.json b/1.17.1/assets/minecraft/models/block/acacia_fence_side.json new file mode 100644 index 00000000..9d7c83ea --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/acacia_fence_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/fence_side", + "textures": { + "texture": "minecraft:block/acacia_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/acacia_leaves.json b/1.17.1/assets/minecraft/models/block/acacia_leaves.json new file mode 100644 index 00000000..9d1d8e16 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/acacia_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/leaves", + "textures": { + "all": "minecraft:block/acacia_leaves" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/acacia_log.json b/1.17.1/assets/minecraft/models/block/acacia_log.json new file mode 100644 index 00000000..6eab23b0 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/acacia_log.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/acacia_log_top", + "side": "minecraft:block/acacia_log" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/acacia_log_horizontal.json b/1.17.1/assets/minecraft/models/block/acacia_log_horizontal.json new file mode 100644 index 00000000..c0ff6ac4 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/acacia_log_horizontal.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column_horizontal", + "textures": { + "end": "minecraft:block/acacia_log_top", + "side": "minecraft:block/acacia_log" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/acacia_planks.json b/1.17.1/assets/minecraft/models/block/acacia_planks.json new file mode 100644 index 00000000..5efe51c0 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/acacia_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/acacia_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/acacia_pressure_plate.json b/1.17.1/assets/minecraft/models/block/acacia_pressure_plate.json new file mode 100644 index 00000000..8c40c47b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/acacia_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/pressure_plate_up", + "textures": { + "texture": "minecraft:block/acacia_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/acacia_pressure_plate_down.json b/1.17.1/assets/minecraft/models/block/acacia_pressure_plate_down.json new file mode 100644 index 00000000..b437bc26 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/acacia_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/pressure_plate_down", + "textures": { + "texture": "minecraft:block/acacia_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/acacia_sapling.json b/1.17.1/assets/minecraft/models/block/acacia_sapling.json new file mode 100644 index 00000000..ea6fd73b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/acacia_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/acacia_sapling" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/acacia_sign.json b/1.17.1/assets/minecraft/models/block/acacia_sign.json new file mode 100644 index 00000000..700d9b8a --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/acacia_sign.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "minecraft:block/acacia_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/acacia_slab.json b/1.17.1/assets/minecraft/models/block/acacia_slab.json new file mode 100644 index 00000000..b84fd779 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/acacia_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/acacia_planks", + "top": "minecraft:block/acacia_planks", + "side": "minecraft:block/acacia_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/acacia_slab_top.json b/1.17.1/assets/minecraft/models/block/acacia_slab_top.json new file mode 100644 index 00000000..73b6d8e9 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/acacia_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/acacia_planks", + "top": "minecraft:block/acacia_planks", + "side": "minecraft:block/acacia_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/acacia_stairs.json b/1.17.1/assets/minecraft/models/block/acacia_stairs.json new file mode 100644 index 00000000..61dfc8f7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/acacia_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/acacia_planks", + "top": "minecraft:block/acacia_planks", + "side": "minecraft:block/acacia_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/acacia_stairs_inner.json b/1.17.1/assets/minecraft/models/block/acacia_stairs_inner.json new file mode 100644 index 00000000..6b071f6a --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/acacia_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/acacia_planks", + "top": "minecraft:block/acacia_planks", + "side": "minecraft:block/acacia_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/acacia_stairs_outer.json b/1.17.1/assets/minecraft/models/block/acacia_stairs_outer.json new file mode 100644 index 00000000..c362f62e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/acacia_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/acacia_planks", + "top": "minecraft:block/acacia_planks", + "side": "minecraft:block/acacia_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/acacia_trapdoor_bottom.json b/1.17.1/assets/minecraft/models/block/acacia_trapdoor_bottom.json new file mode 100644 index 00000000..38bd46e2 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/acacia_trapdoor_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_orientable_trapdoor_bottom", + "textures": { + "texture": "minecraft:block/acacia_trapdoor" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/acacia_trapdoor_open.json b/1.17.1/assets/minecraft/models/block/acacia_trapdoor_open.json new file mode 100644 index 00000000..de4be4d5 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/acacia_trapdoor_open.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_orientable_trapdoor_open", + "textures": { + "texture": "minecraft:block/acacia_trapdoor" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/acacia_trapdoor_top.json b/1.17.1/assets/minecraft/models/block/acacia_trapdoor_top.json new file mode 100644 index 00000000..4f512409 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/acacia_trapdoor_top.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_orientable_trapdoor_top", + "textures": { + "texture": "minecraft:block/acacia_trapdoor" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/acacia_wood.json b/1.17.1/assets/minecraft/models/block/acacia_wood.json new file mode 100644 index 00000000..2ef9da9c --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/acacia_wood.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/acacia_log", + "side": "minecraft:block/acacia_log" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/activator_rail.json b/1.17.1/assets/minecraft/models/block/activator_rail.json new file mode 100644 index 00000000..fbb2f56c --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/activator_rail.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/rail_flat", + "textures": { + "rail": "minecraft:block/activator_rail" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/activator_rail_on.json b/1.17.1/assets/minecraft/models/block/activator_rail_on.json new file mode 100644 index 00000000..770a3bf5 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/activator_rail_on.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/rail_flat", + "textures": { + "rail": "minecraft:block/activator_rail_on" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/activator_rail_on_raised_ne.json b/1.17.1/assets/minecraft/models/block/activator_rail_on_raised_ne.json new file mode 100644 index 00000000..9d82f7b6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/activator_rail_on_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_rail_raised_ne", + "textures": { + "rail": "minecraft:block/activator_rail_on" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/activator_rail_on_raised_sw.json b/1.17.1/assets/minecraft/models/block/activator_rail_on_raised_sw.json new file mode 100644 index 00000000..43c773a1 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/activator_rail_on_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_rail_raised_sw", + "textures": { + "rail": "minecraft:block/activator_rail_on" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/activator_rail_raised_ne.json b/1.17.1/assets/minecraft/models/block/activator_rail_raised_ne.json new file mode 100644 index 00000000..d953b088 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/activator_rail_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_rail_raised_ne", + "textures": { + "rail": "minecraft:block/activator_rail" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/activator_rail_raised_sw.json b/1.17.1/assets/minecraft/models/block/activator_rail_raised_sw.json new file mode 100644 index 00000000..9b8c8587 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/activator_rail_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_rail_raised_sw", + "textures": { + "rail": "minecraft:block/activator_rail" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/air.json b/1.17.1/assets/minecraft/models/block/air.json new file mode 100644 index 00000000..2c63c085 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/air.json @@ -0,0 +1,2 @@ +{ +} diff --git a/1.17.1/assets/minecraft/models/block/allium.json b/1.17.1/assets/minecraft/models/block/allium.json new file mode 100644 index 00000000..3c13827c --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/allium.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/allium" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/amethyst_block.json b/1.17.1/assets/minecraft/models/block/amethyst_block.json new file mode 100644 index 00000000..3e0a7f7f --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/amethyst_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/amethyst_block" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/amethyst_cluster.json b/1.17.1/assets/minecraft/models/block/amethyst_cluster.json new file mode 100644 index 00000000..6f2e0497 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/amethyst_cluster.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/amethyst_cluster" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/ancient_debris.json b/1.17.1/assets/minecraft/models/block/ancient_debris.json new file mode 100644 index 00000000..d16af45f --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/ancient_debris.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/ancient_debris_top", + "side": "minecraft:block/ancient_debris_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/andesite.json b/1.17.1/assets/minecraft/models/block/andesite.json new file mode 100644 index 00000000..3f9f0234 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/andesite.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/andesite" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/andesite_slab.json b/1.17.1/assets/minecraft/models/block/andesite_slab.json new file mode 100644 index 00000000..3881915c --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/andesite_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/andesite", + "top": "minecraft:block/andesite", + "side": "minecraft:block/andesite" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/andesite_slab_top.json b/1.17.1/assets/minecraft/models/block/andesite_slab_top.json new file mode 100644 index 00000000..9ed04cca --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/andesite_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/andesite", + "top": "minecraft:block/andesite", + "side": "minecraft:block/andesite" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/andesite_stairs.json b/1.17.1/assets/minecraft/models/block/andesite_stairs.json new file mode 100644 index 00000000..2a4bdeb7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/andesite_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/andesite", + "top": "minecraft:block/andesite", + "side": "minecraft:block/andesite" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/andesite_stairs_inner.json b/1.17.1/assets/minecraft/models/block/andesite_stairs_inner.json new file mode 100644 index 00000000..2b6d079d --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/andesite_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/andesite", + "top": "minecraft:block/andesite", + "side": "minecraft:block/andesite" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/andesite_stairs_outer.json b/1.17.1/assets/minecraft/models/block/andesite_stairs_outer.json new file mode 100644 index 00000000..d032f4af --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/andesite_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/andesite", + "top": "minecraft:block/andesite", + "side": "minecraft:block/andesite" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/andesite_wall_inventory.json b/1.17.1/assets/minecraft/models/block/andesite_wall_inventory.json new file mode 100644 index 00000000..1c61acfd --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/andesite_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "minecraft:block/andesite" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/andesite_wall_post.json b/1.17.1/assets/minecraft/models/block/andesite_wall_post.json new file mode 100644 index 00000000..6c117e6f --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/andesite_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "minecraft:block/andesite" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/andesite_wall_side.json b/1.17.1/assets/minecraft/models/block/andesite_wall_side.json new file mode 100644 index 00000000..8dfcd81b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/andesite_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "minecraft:block/andesite" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/andesite_wall_side_tall.json b/1.17.1/assets/minecraft/models/block/andesite_wall_side_tall.json new file mode 100644 index 00000000..f4075f2a --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/andesite_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "minecraft:block/andesite" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/anvil.json b/1.17.1/assets/minecraft/models/block/anvil.json new file mode 100644 index 00000000..dc9d2555 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/anvil.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_anvil", + "textures": { + "top": "minecraft:block/anvil_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/attached_melon_stem.json b/1.17.1/assets/minecraft/models/block/attached_melon_stem.json new file mode 100644 index 00000000..1ebaf505 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/attached_melon_stem.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/stem_fruit", + "textures": { + "stem": "minecraft:block/melon_stem", + "upperstem": "minecraft:block/attached_melon_stem" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/attached_pumpkin_stem.json b/1.17.1/assets/minecraft/models/block/attached_pumpkin_stem.json new file mode 100644 index 00000000..0a7c5692 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/attached_pumpkin_stem.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/stem_fruit", + "textures": { + "stem": "minecraft:block/pumpkin_stem", + "upperstem": "minecraft:block/attached_pumpkin_stem" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/azalea.json b/1.17.1/assets/minecraft/models/block/azalea.json new file mode 100644 index 00000000..eac8e22c --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/azalea.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_azalea", + "textures": { + "top": "minecraft:block/azalea_top", + "side": "minecraft:block/azalea_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/azalea_leaves.json b/1.17.1/assets/minecraft/models/block/azalea_leaves.json new file mode 100644 index 00000000..4c6814a5 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/azalea_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/azalea_leaves" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/azure_bluet.json b/1.17.1/assets/minecraft/models/block/azure_bluet.json new file mode 100644 index 00000000..35cac69e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/azure_bluet.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/azure_bluet" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/bamboo1_age0.json b/1.17.1/assets/minecraft/models/block/bamboo1_age0.json new file mode 100644 index 00000000..0f5244e5 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/bamboo1_age0.json @@ -0,0 +1,19 @@ +{ + "textures": { + "all": "block/bamboo_stalk", + "particle": "block/bamboo_stalk" + }, + "elements": [ + { "from": [ 7, 0, 7 ], + "to": [ 9, 16, 9 ], + "faces": { + "down": { "uv": [ 13, 4, 15, 6 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 13, 0, 15, 2], "texture": "#all", "cullface": "up" }, + "north": { "uv": [ 0, 0, 2, 16 ], "texture": "#all" }, + "south": { "uv": [ 0, 0, 2, 16 ], "texture": "#all" }, + "west": { "uv": [ 0, 0, 2, 16 ], "texture": "#all" }, + "east": { "uv": [ 0, 0, 2, 16 ], "texture": "#all" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/bamboo1_age1.json b/1.17.1/assets/minecraft/models/block/bamboo1_age1.json new file mode 100644 index 00000000..d121263f --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/bamboo1_age1.json @@ -0,0 +1,19 @@ +{ + "textures": { + "all": "block/bamboo_stalk", + "particle": "block/bamboo_stalk" + }, + "elements": [ + { "from": [ 6.5, 0, 6.5 ], + "to": [ 9.5, 16, 9.5 ], + "faces": { + "down": { "uv": [ 13, 4, 16, 7 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 13, 0, 16, 3 ], "texture": "#all", "cullface": "up" }, + "north": { "uv": [ 0, 0, 3, 16 ], "texture": "#all" }, + "south": { "uv": [ 0, 0, 3, 16 ], "texture": "#all" }, + "west": { "uv": [ 0, 0, 3, 16 ], "texture": "#all" }, + "east": { "uv": [ 0, 0, 3, 16 ], "texture": "#all" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/bamboo2_age0.json b/1.17.1/assets/minecraft/models/block/bamboo2_age0.json new file mode 100644 index 00000000..bc6e56c6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/bamboo2_age0.json @@ -0,0 +1,19 @@ +{ + "textures": { + "all": "block/bamboo_stalk", + "particle": "block/bamboo_stalk" + }, + "elements": [ + { "from": [ 7, 0, 7 ], + "to": [ 9, 16, 9 ], + "faces": { + "down": { "uv": [ 13, 4, 15, 6 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 13, 0, 15, 2], "texture": "#all", "cullface": "up" }, + "north": { "uv": [ 3, 0, 5, 16 ], "texture": "#all" }, + "south": { "uv": [ 3, 0, 5, 16 ], "texture": "#all" }, + "west": { "uv": [ 3, 0, 5, 16 ], "texture": "#all" }, + "east": { "uv": [ 3, 0, 5, 16 ], "texture": "#all" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/bamboo2_age1.json b/1.17.1/assets/minecraft/models/block/bamboo2_age1.json new file mode 100644 index 00000000..55b2f4d1 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/bamboo2_age1.json @@ -0,0 +1,19 @@ +{ + "textures": { + "all": "block/bamboo_stalk", + "particle": "block/bamboo_stalk" + }, + "elements": [ + { "from": [ 6.5, 0, 6.5 ], + "to": [ 9.5, 16, 9.5 ], + "faces": { + "down": { "uv": [ 13, 4, 16, 7 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 13, 0, 16, 3 ], "texture": "#all", "cullface": "up" }, + "north": { "uv": [ 3, 0, 6, 16 ], "texture": "#all" }, + "south": { "uv": [ 3, 0, 6, 16 ], "texture": "#all" }, + "west": { "uv": [ 3, 0, 6, 16 ], "texture": "#all" }, + "east": { "uv": [ 3, 0, 6, 16 ], "texture": "#all" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/bamboo3_age0.json b/1.17.1/assets/minecraft/models/block/bamboo3_age0.json new file mode 100644 index 00000000..d72b3e64 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/bamboo3_age0.json @@ -0,0 +1,19 @@ +{ + "textures": { + "all": "block/bamboo_stalk", + "particle": "block/bamboo_stalk" + }, + "elements": [ + { "from": [ 7, 0, 7 ], + "to": [ 9, 16, 9 ], + "faces": { + "down": { "uv": [ 13, 4, 15, 6 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 13, 0, 15, 2], "texture": "#all", "cullface": "up" }, + "north": { "uv": [ 6, 0, 8, 16 ], "texture": "#all" }, + "south": { "uv": [ 6, 0, 8, 16 ], "texture": "#all" }, + "west": { "uv": [ 6, 0, 8, 16 ], "texture": "#all" }, + "east": { "uv": [ 6, 0, 8, 16 ], "texture": "#all" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/bamboo3_age1.json b/1.17.1/assets/minecraft/models/block/bamboo3_age1.json new file mode 100644 index 00000000..499cd02e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/bamboo3_age1.json @@ -0,0 +1,19 @@ +{ + "textures": { + "all": "block/bamboo_stalk", + "particle": "block/bamboo_stalk" + }, + "elements": [ + { "from": [ 6.5, 0, 6.5 ], + "to": [ 9.5, 16, 9.5 ], + "faces": { + "down": { "uv": [ 13, 4, 16, 7 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 13, 0, 16, 3 ], "texture": "#all", "cullface": "up" }, + "north": { "uv": [ 6, 0, 9, 16 ], "texture": "#all" }, + "south": { "uv": [ 6, 0, 9, 16 ], "texture": "#all" }, + "west": { "uv": [ 6, 0, 9, 16 ], "texture": "#all" }, + "east": { "uv": [ 6, 0, 9, 16 ], "texture": "#all" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/bamboo4_age0.json b/1.17.1/assets/minecraft/models/block/bamboo4_age0.json new file mode 100644 index 00000000..cc9c1dcc --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/bamboo4_age0.json @@ -0,0 +1,19 @@ +{ + "textures": { + "all": "block/bamboo_stalk", + "particle": "block/bamboo_stalk" + }, + "elements": [ + { "from": [ 7, 0, 7 ], + "to": [ 9, 16, 9 ], + "faces": { + "down": { "uv": [ 13, 4, 15, 6 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 13, 0, 15, 2], "texture": "#all", "cullface": "up" }, + "north": { "uv": [ 9, 0, 11, 16 ], "texture": "#all" }, + "south": { "uv": [ 9, 0, 11, 16 ], "texture": "#all" }, + "west": { "uv": [ 9, 0, 11, 16 ], "texture": "#all" }, + "east": { "uv": [ 9, 0, 11, 16 ], "texture": "#all" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/bamboo4_age1.json b/1.17.1/assets/minecraft/models/block/bamboo4_age1.json new file mode 100644 index 00000000..4b8b8681 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/bamboo4_age1.json @@ -0,0 +1,19 @@ +{ + "textures": { + "all": "block/bamboo_stalk", + "particle": "block/bamboo_stalk" + }, + "elements": [ + { "from": [ 6.5, 0, 6.5 ], + "to": [ 9.5, 16, 9.5 ], + "faces": { + "down": { "uv": [ 13, 4, 16, 7 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 13, 0, 16, 3 ], "texture": "#all", "cullface": "up" }, + "north": { "uv": [ 9, 0, 12, 16 ], "texture": "#all" }, + "south": { "uv": [ 9, 0, 12, 16 ], "texture": "#all" }, + "west": { "uv": [ 9, 0, 12, 16 ], "texture": "#all" }, + "east": { "uv": [ 9, 0, 12, 16 ], "texture": "#all" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/bamboo_large_leaves.json b/1.17.1/assets/minecraft/models/block/bamboo_large_leaves.json new file mode 100644 index 00000000..3ddead94 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/bamboo_large_leaves.json @@ -0,0 +1,25 @@ +{ + "ambientocclusion": false, + "textures": { + "texture": "block/bamboo_large_leaves", + "particle": "block/bamboo_large_leaves" + }, + "elements": [ + { "from": [ 0.8, 0, 8 ], + "to": [ 15.2, 16, 8 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "tintindex": 0 } + } + }, + { "from": [ 8, 0, 0.8 ], + "to": [ 8, 16, 15.2 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "tintindex": 0 } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/bamboo_sapling.json b/1.17.1/assets/minecraft/models/block/bamboo_sapling.json new file mode 100644 index 00000000..f658e68e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/bamboo_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/tinted_cross", + "textures": { + "cross": "minecraft:block/bamboo_stage0" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/bamboo_small_leaves.json b/1.17.1/assets/minecraft/models/block/bamboo_small_leaves.json new file mode 100644 index 00000000..c21694ea --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/bamboo_small_leaves.json @@ -0,0 +1,25 @@ +{ + "ambientocclusion": false, + "textures": { + "texture": "block/bamboo_small_leaves", + "particle": "block/bamboo_small_leaves" + }, + "elements": [ + { "from": [ 0.8, 0, 8 ], + "to": [ 15.2, 16, 8 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "tintindex": 0 } + } + }, + { "from": [ 8, 0, 0.8 ], + "to": [ 8, 16, 15.2 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "tintindex": 0 } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/banner.json b/1.17.1/assets/minecraft/models/block/banner.json new file mode 100644 index 00000000..9406a849 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/banner.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "minecraft:block/oak_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/barrel.json b/1.17.1/assets/minecraft/models/block/barrel.json new file mode 100644 index 00000000..45184216 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/barrel.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/cube_bottom_top", + "textures": { + "top": "minecraft:block/barrel_top", + "bottom": "minecraft:block/barrel_bottom", + "side": "minecraft:block/barrel_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/barrel_open.json b/1.17.1/assets/minecraft/models/block/barrel_open.json new file mode 100644 index 00000000..0444d677 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/barrel_open.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/cube_bottom_top", + "textures": { + "top": "minecraft:block/barrel_top_open", + "bottom": "minecraft:block/barrel_bottom", + "side": "minecraft:block/barrel_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/barrier.json b/1.17.1/assets/minecraft/models/block/barrier.json new file mode 100644 index 00000000..7d855f50 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/barrier.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "minecraft:item/barrier" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/basalt.json b/1.17.1/assets/minecraft/models/block/basalt.json new file mode 100644 index 00000000..9a43b3d7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/basalt.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/basalt_top", + "side": "minecraft:block/basalt_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/beacon.json b/1.17.1/assets/minecraft/models/block/beacon.json new file mode 100644 index 00000000..99808e6b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/beacon.json @@ -0,0 +1,47 @@ +{ "parent": "block/block", + "ambientocclusion": false, + "textures": { + "particle": "block/glass", + "glass": "block/glass", + "obsidian": "block/obsidian", + "beacon": "block/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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/bed.json b/1.17.1/assets/minecraft/models/block/bed.json new file mode 100644 index 00000000..9406a849 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/bed.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "minecraft:block/oak_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/bedrock.json b/1.17.1/assets/minecraft/models/block/bedrock.json new file mode 100644 index 00000000..adc6359e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/bedrock.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/bedrock" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/bedrock_mirrored.json b/1.17.1/assets/minecraft/models/block/bedrock_mirrored.json new file mode 100644 index 00000000..a75ef1fb --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/bedrock_mirrored.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_mirrored_all", + "textures": { + "all": "minecraft:block/bedrock" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/bee_nest.json b/1.17.1/assets/minecraft/models/block/bee_nest.json new file mode 100644 index 00000000..7945bc23 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/bee_nest.json @@ -0,0 +1,10 @@ +{ + "parent": "minecraft:block/orientable_with_bottom", + "textures": { + "top": "minecraft:block/bee_nest_top", + "bottom": "minecraft:block/bee_nest_bottom", + "side": "minecraft:block/bee_nest_side", + "front": "minecraft:block/bee_nest_front", + "particle": "minecraft:block/bee_nest_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/bee_nest_honey.json b/1.17.1/assets/minecraft/models/block/bee_nest_honey.json new file mode 100644 index 00000000..ddd56f04 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/bee_nest_honey.json @@ -0,0 +1,10 @@ +{ + "parent": "minecraft:block/orientable_with_bottom", + "textures": { + "top": "minecraft:block/bee_nest_top", + "bottom": "minecraft:block/bee_nest_bottom", + "side": "minecraft:block/bee_nest_side", + "front": "minecraft:block/bee_nest_front_honey", + "particle": "minecraft:block/bee_nest_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/beehive.json b/1.17.1/assets/minecraft/models/block/beehive.json new file mode 100644 index 00000000..5d03bc44 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/beehive.json @@ -0,0 +1,10 @@ +{ + "parent": "minecraft:block/orientable_with_bottom", + "textures": { + "top": "minecraft:block/beehive_end", + "bottom": "minecraft:block/beehive_end", + "side": "minecraft:block/beehive_side", + "front": "minecraft:block/beehive_front", + "particle": "minecraft:block/beehive_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/beehive_honey.json b/1.17.1/assets/minecraft/models/block/beehive_honey.json new file mode 100644 index 00000000..8d0f86f8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/beehive_honey.json @@ -0,0 +1,10 @@ +{ + "parent": "minecraft:block/orientable_with_bottom", + "textures": { + "top": "minecraft:block/beehive_end", + "bottom": "minecraft:block/beehive_end", + "side": "minecraft:block/beehive_side", + "front": "minecraft:block/beehive_front_honey", + "particle": "minecraft:block/beehive_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/beetroots_stage0.json b/1.17.1/assets/minecraft/models/block/beetroots_stage0.json new file mode 100644 index 00000000..47fbf6f8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/beetroots_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/crop", + "textures": { + "crop": "minecraft:block/beetroots_stage0" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/beetroots_stage1.json b/1.17.1/assets/minecraft/models/block/beetroots_stage1.json new file mode 100644 index 00000000..06177c9c --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/beetroots_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/crop", + "textures": { + "crop": "minecraft:block/beetroots_stage1" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/beetroots_stage2.json b/1.17.1/assets/minecraft/models/block/beetroots_stage2.json new file mode 100644 index 00000000..d843c09d --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/beetroots_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/crop", + "textures": { + "crop": "minecraft:block/beetroots_stage2" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/beetroots_stage3.json b/1.17.1/assets/minecraft/models/block/beetroots_stage3.json new file mode 100644 index 00000000..3fa2170b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/beetroots_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/crop", + "textures": { + "crop": "minecraft:block/beetroots_stage3" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/bell_between_walls.json b/1.17.1/assets/minecraft/models/block/bell_between_walls.json new file mode 100644 index 00000000..8e7903f3 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/bell_between_walls.json @@ -0,0 +1,20 @@ +{ + "textures": { + "particle": "block/bell_bottom", + "bar": "block/dark_oak_planks" + }, + "elements": [ + { + "from": [ 0, 13, 7 ], + "to": [ 16, 15, 9 ], + "faces": { + "north": { "uv": [ 2, 2, 14, 4 ], "texture": "#bar" }, + "east": { "uv": [ 5, 4, 7, 6 ], "texture": "#bar", "cullface": "east" }, + "south": { "uv": [ 2, 3, 14, 5 ], "texture": "#bar" }, + "west": { "uv": [ 5, 4, 7, 6 ], "texture": "#bar", "cullface": "west" }, + "up": { "uv": [ 2, 3, 14, 5 ], "texture": "#bar" }, + "down": { "uv": [ 2, 3, 14, 5 ], "texture": "#bar" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/bell_ceiling.json b/1.17.1/assets/minecraft/models/block/bell_ceiling.json new file mode 100644 index 00000000..a105fb98 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/bell_ceiling.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "block/bell_bottom", + "bar": "block/dark_oak_planks" + }, + "elements": [ + { + "from": [ 7, 13, 7 ], + "to": [ 9, 16, 9 ], + "faces": { + "north": {"uv": [ 7, 2, 9, 5 ], "texture": "#bar" }, + "east": {"uv": [ 1, 2, 3, 5 ], "texture": "#bar" }, + "south": {"uv": [ 6, 2, 8, 5 ], "texture": "#bar" }, + "west": {"uv": [ 4, 2, 6, 5 ], "texture": "#bar" }, + "up": {"uv": [ 1, 3, 3, 5 ], "texture": "#bar", "cullface": "up" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/bell_floor.json b/1.17.1/assets/minecraft/models/block/bell_floor.json new file mode 100644 index 00000000..c2abfcbd --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/bell_floor.json @@ -0,0 +1,43 @@ +{ + "textures": { + "particle": "block/bell_bottom", + "bar": "block/dark_oak_planks", + "post": "block/stone" + }, + "elements": [ + { + "from": [ 2, 13, 7 ], + "to": [ 14, 15, 9 ], + "faces": { + "north": { "uv": [ 2, 2, 14, 4 ], "texture": "#bar" }, + "south": { "uv": [ 2, 3, 14, 5 ], "texture": "#bar" }, + "up": { "uv": [ 2, 3, 14, 5 ], "texture": "#bar" }, + "down": { "uv": [ 2, 3, 14, 5 ], "texture": "#bar" } + } + }, + { + "from": [ 14, 0, 6 ], + "to": [ 16, 16, 10 ], + "faces": { + "north": { "uv": [ 0, 1, 2, 16 ], "texture": "#post" }, + "east": { "uv": [ 0, 1, 4, 16 ], "texture": "#post" }, + "south": { "uv": [ 0, 1, 2, 16 ], "texture": "#post" }, + "west": { "uv": [ 0, 1, 4, 16 ], "texture": "#post" }, + "up": { "uv": [ 0, 0, 2, 4 ], "texture": "#post", "cullface": "up" }, + "down": { "uv": [ 0, 0, 2, 4 ], "texture": "#post", "cullface": "down" } + } + }, + { + "from": [ 0, 0, 6 ], + "to": [ 2, 16, 10 ], + "faces": { + "north": { "uv": [ 0, 1, 2, 16 ], "texture": "#post" }, + "east": { "uv": [ 0, 1, 4, 16 ], "texture": "#post" }, + "south": { "uv": [ 0, 1, 2, 16 ], "texture": "#post" }, + "west": { "uv": [ 0, 1, 4, 16 ], "texture": "#post" }, + "up": { "uv": [ 0, 0, 2, 4 ], "texture": "#post","cullface": "up" }, + "down": { "uv": [ 0, 0, 2, 4 ], "texture": "#post", "cullface": "down" } + } + } + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/bell_wall.json b/1.17.1/assets/minecraft/models/block/bell_wall.json new file mode 100644 index 00000000..92927bd2 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/bell_wall.json @@ -0,0 +1,20 @@ +{ + "textures": { + "particle": "block/bell_bottom", + "bar": "block/dark_oak_planks" + }, + "elements": [ + { + "from": [ 3, 13, 7 ], + "to": [ 16, 15, 9 ], + "faces": { + "north": { "uv": [ 2, 2, 14, 4 ], "texture": "#bar" }, + "east": { "uv": [ 5, 4, 7, 6 ], "texture": "#bar", "cullface": "east" }, + "south": { "uv": [ 2, 3, 14, 5 ], "texture": "#bar" }, + "west": { "uv": [ 5, 4, 7, 6 ], "texture": "#bar" }, + "up": { "uv": [ 2, 3, 14, 5 ], "texture": "#bar" }, + "down": { "uv": [ 2, 3, 14, 5 ], "texture": "#bar" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/big_dripleaf.json b/1.17.1/assets/minecraft/models/block/big_dripleaf.json new file mode 100644 index 00000000..edd3947a --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/big_dripleaf.json @@ -0,0 +1,62 @@ +{ + "parent": "block/block", + "textures": { + "top": "minecraft:block/big_dripleaf_top", + "stem": "minecraft:block/big_dripleaf_stem", + "side": "minecraft:block/big_dripleaf_side", + "tip": "minecraft:block/big_dripleaf_tip", + "particle": "block/big_dripleaf_top" + }, + "elements": [ + { "from": [ 0, 15, 0 ], + "to": [ 16, 15, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#top" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" } + } + }, + { "from": [ 0, 11, 0 ], + "to": [ 16, 15, 0.002 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 4 ], "texture": "#tip", "cullface": "north" }, + "south": { "uv": [ 16, 0, 0, 4 ], "texture": "#tip" } + } + }, + { "from": [ 0, 11, 0 ], + "to": [ 0.002, 15, 16 ], + "shade": false, + "faces": { + "east": { "uv": [ 16, 0, 0, 4 ], "texture": "#side" }, + "west": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "west" } + } + }, + { "from": [ 15.998, 11, 0 ], + "to": [ 16, 15, 16 ], + "shade": false, + "faces": { + "east": { "uv": [ 16, 0, 0, 4 ], "texture": "#side", "cullface": "east" }, + "west": { "uv": [ 0, 0, 16, 4 ], "texture": "#side" } + } + }, + { "from": [ 5, 0, 12 ], + "to": [ 11, 15, 12 ], + "rotation": { "origin": [ 8, 8, 12 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 3, 0, 14, 16 ], "texture": "#stem" }, + "south": { "uv": [ 3, 0, 14, 16 ], "texture": "#stem" } + } + }, + { "from": [ 5, 0, 12 ], + "to": [ 11, 15, 12 ], + "rotation": { "origin": [ 8, 8, 12 ], "axis": "y", "angle": -45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 3, 0, 14, 16 ], "texture": "#stem" }, + "south": { "uv": [ 3, 0, 14, 16 ], "texture": "#stem" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/big_dripleaf_full_tilt.json b/1.17.1/assets/minecraft/models/block/big_dripleaf_full_tilt.json new file mode 100644 index 00000000..e0ebb6d3 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/big_dripleaf_full_tilt.json @@ -0,0 +1,66 @@ +{ + "parent": "block/block", + "textures": { + "top": "minecraft:block/big_dripleaf_top", + "stem": "minecraft:block/big_dripleaf_stem", + "side": "minecraft:block/big_dripleaf_side", + "tip": "minecraft:block/big_dripleaf_tip", + "particle": "block/big_dripleaf_top" + }, + "elements": [ + { "from": [ 0, 15, 0 ], + "to": [ 16, 15, 16 ], + "rotation": { "origin": [ 8, 15, 16 ], "axis": "x", "angle": -45 }, + "shade": false, + "faces": { + "down": { "uv": [ 16, 16, 0, 0 ], "texture": "#top" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" } + } + }, + { "from": [ 0, 11, 0 ], + "to": [ 16, 15, 0 ], + "rotation": { "origin": [ 8, 15, 16 ], "axis": "x", "angle": -45 }, + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 4 ], "texture": "#tip" }, + "south": { "uv": [ 0, 0, 16, 4 ], "texture": "#tip" } + } + }, + { "from": [ 0, 11, 0 ], + "to": [ 0.002, 15, 16 ], + "rotation": { "origin": [ 8, 15, 16 ], "axis": "x", "angle": -45 }, + "shade": false, + "faces": { + "east": { "uv": [ 16, 0, 0, 4 ], "texture": "#side" }, + "west": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "west" } + } + }, + { "from": [ 15.998, 11, 0 ], + "to": [ 16, 15, 16 ], + "rotation": { "origin": [ 8, 15, 16 ], "axis": "x", "angle": -45 }, + "shade": false, + "faces": { + "east": { "uv": [ 16, 0, 0, 4 ], "texture": "#side", "cullface": "east" }, + "west": { "uv": [ 0, 0, 16, 4 ], "texture": "#side" } + } + }, + { "from": [ 5, 0, 12 ], + "to": [ 11, 15, 12 ], + "rotation": { "origin": [ 8, 8, 12 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 3, 0, 14, 16 ], "texture": "#stem" }, + "south": { "uv": [ 3, 0, 14, 16 ], "texture": "#stem" } + } + }, + { "from": [ 5, 0, 12 ], + "to": [ 11, 15, 12 ], + "rotation": { "origin": [ 8, 8, 12 ], "axis": "y", "angle": -45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 3, 0, 14, 16 ], "texture": "#stem" }, + "south": { "uv": [ 3, 0, 14, 16 ], "texture": "#stem" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/big_dripleaf_partial_tilt.json b/1.17.1/assets/minecraft/models/block/big_dripleaf_partial_tilt.json new file mode 100644 index 00000000..27950f59 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/big_dripleaf_partial_tilt.json @@ -0,0 +1,66 @@ +{ + "parent": "block/block", + "textures": { + "top": "minecraft:block/big_dripleaf_top", + "stem": "minecraft:block/big_dripleaf_stem", + "side": "minecraft:block/big_dripleaf_side", + "tip": "minecraft:block/big_dripleaf_tip", + "particle": "block/big_dripleaf_top" + }, + "elements": [ + { "from": [ 0, 15, 0 ], + "to": [ 16, 15, 16 ], + "rotation": { "origin": [ 8, 15, 16 ], "axis": "x", "angle": -22.5 }, + "shade": false, + "faces": { + "down": { "uv": [ 16, 16, 0, 0 ], "texture": "#top" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" } + } + }, + { "from": [ 0, 11, 0 ], + "to": [ 16, 15, 0 ], + "rotation": { "origin": [ 8, 15, 16 ], "axis": "x", "angle": -22.5 }, + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 4 ], "texture": "#tip" }, + "south": { "uv": [ 0, 0, 16, 4 ], "texture": "#tip" } + } + }, + { "from": [ 0, 11, 0 ], + "to": [ 0.002, 15, 16 ], + "rotation": { "origin": [ 8, 15, 16 ], "axis": "x", "angle": -22.5 }, + "shade": false, + "faces": { + "east": { "uv": [ 16, 0, 0, 4 ], "texture": "#side" }, + "west": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "west" } + } + }, + { "from": [ 15.998, 11, 0 ], + "to": [ 16, 15, 16 ], + "rotation": { "origin": [ 8, 15, 16 ], "axis": "x", "angle": -22.5 }, + "shade": false, + "faces": { + "east": { "uv": [ 16, 0, 0, 4 ], "texture": "#side", "cullface": "east" }, + "west": { "uv": [ 0, 0, 16, 4 ], "texture": "#side" } + } + }, + { "from": [ 5, 0, 12 ], + "to": [ 11, 15, 12 ], + "rotation": { "origin": [ 8, 8, 12 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 3, 0, 14, 16 ], "texture": "#stem" }, + "south": { "uv": [ 3, 0, 14, 16 ], "texture": "#stem" } + } + }, + { "from": [ 5, 0, 12 ], + "to": [ 11, 15, 12 ], + "rotation": { "origin": [ 8, 8, 12 ], "axis": "y", "angle": -45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 3, 0, 14, 16 ], "texture": "#stem" }, + "south": { "uv": [ 3, 0, 14, 16 ], "texture": "#stem" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/big_dripleaf_stem.json b/1.17.1/assets/minecraft/models/block/big_dripleaf_stem.json new file mode 100644 index 00000000..a40caefc --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/big_dripleaf_stem.json @@ -0,0 +1,27 @@ +{ + "parent": "block/block", + "textures": { + "stem": "block/big_dripleaf_stem", + "particle": "block/big_dripleaf_stem" + }, + "elements": [ + { "from": [ 5, 0, 12 ], + "to": [ 11, 16, 12 ], + "rotation": { "origin": [ 8, 8, 12 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 3, 0, 14, 16 ], "texture": "#stem" }, + "south": { "uv": [ 3, 0, 14, 16 ], "texture": "#stem" } + } + }, + { "from": [ 5, 0, 12 ], + "to": [ 11, 16, 12 ], + "rotation": { "origin": [ 8, 8, 12 ], "axis": "y", "angle": -45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 3, 0, 14, 16 ], "texture": "#stem" }, + "south": { "uv": [ 3, 0, 14, 16 ], "texture": "#stem" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/birch_button.json b/1.17.1/assets/minecraft/models/block/birch_button.json new file mode 100644 index 00000000..751b7e91 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/birch_button.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/button", + "textures": { + "texture": "minecraft:block/birch_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/birch_button_inventory.json b/1.17.1/assets/minecraft/models/block/birch_button_inventory.json new file mode 100644 index 00000000..1f6420f5 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/birch_button_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/button_inventory", + "textures": { + "texture": "minecraft:block/birch_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/birch_button_pressed.json b/1.17.1/assets/minecraft/models/block/birch_button_pressed.json new file mode 100644 index 00000000..e9438da2 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/birch_button_pressed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/button_pressed", + "textures": { + "texture": "minecraft:block/birch_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/birch_door_bottom.json b/1.17.1/assets/minecraft/models/block/birch_door_bottom.json new file mode 100644 index 00000000..86d6ef0a --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/birch_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_bottom", + "textures": { + "top": "minecraft:block/birch_door_top", + "bottom": "minecraft:block/birch_door_bottom" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/birch_door_bottom_hinge.json b/1.17.1/assets/minecraft/models/block/birch_door_bottom_hinge.json new file mode 100644 index 00000000..cda6de38 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/birch_door_bottom_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_bottom_rh", + "textures": { + "top": "minecraft:block/birch_door_top", + "bottom": "minecraft:block/birch_door_bottom" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/birch_door_top.json b/1.17.1/assets/minecraft/models/block/birch_door_top.json new file mode 100644 index 00000000..ae003d95 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/birch_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_top", + "textures": { + "top": "minecraft:block/birch_door_top", + "bottom": "minecraft:block/birch_door_bottom" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/birch_door_top_hinge.json b/1.17.1/assets/minecraft/models/block/birch_door_top_hinge.json new file mode 100644 index 00000000..f6bd3d1e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/birch_door_top_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_top_rh", + "textures": { + "top": "minecraft:block/birch_door_top", + "bottom": "minecraft:block/birch_door_bottom" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/birch_fence_gate.json b/1.17.1/assets/minecraft/models/block/birch_fence_gate.json new file mode 100644 index 00000000..2e0e1566 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/birch_fence_gate.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fence_gate", + "textures": { + "texture": "minecraft:block/birch_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/birch_fence_gate_open.json b/1.17.1/assets/minecraft/models/block/birch_fence_gate_open.json new file mode 100644 index 00000000..db6f4a89 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/birch_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fence_gate_open", + "textures": { + "texture": "minecraft:block/birch_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/birch_fence_gate_wall.json b/1.17.1/assets/minecraft/models/block/birch_fence_gate_wall.json new file mode 100644 index 00000000..5402b037 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/birch_fence_gate_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fence_gate_wall", + "textures": { + "texture": "minecraft:block/birch_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/birch_fence_gate_wall_open.json b/1.17.1/assets/minecraft/models/block/birch_fence_gate_wall_open.json new file mode 100644 index 00000000..442138c0 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/birch_fence_gate_wall_open.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fence_gate_wall_open", + "textures": { + "texture": "minecraft:block/birch_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/birch_fence_inventory.json b/1.17.1/assets/minecraft/models/block/birch_fence_inventory.json new file mode 100644 index 00000000..4ef0bc09 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/birch_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/fence_inventory", + "textures": { + "texture": "minecraft:block/birch_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/birch_fence_post.json b/1.17.1/assets/minecraft/models/block/birch_fence_post.json new file mode 100644 index 00000000..83661438 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/birch_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/fence_post", + "textures": { + "texture": "minecraft:block/birch_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/birch_fence_side.json b/1.17.1/assets/minecraft/models/block/birch_fence_side.json new file mode 100644 index 00000000..f5a12c9f --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/birch_fence_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/fence_side", + "textures": { + "texture": "minecraft:block/birch_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/birch_leaves.json b/1.17.1/assets/minecraft/models/block/birch_leaves.json new file mode 100644 index 00000000..6f7f331c --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/birch_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/leaves", + "textures": { + "all": "minecraft:block/birch_leaves" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/birch_log.json b/1.17.1/assets/minecraft/models/block/birch_log.json new file mode 100644 index 00000000..5d43e85c --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/birch_log.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/birch_log_top", + "side": "minecraft:block/birch_log" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/birch_log_horizontal.json b/1.17.1/assets/minecraft/models/block/birch_log_horizontal.json new file mode 100644 index 00000000..ce988a8e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/birch_log_horizontal.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column_horizontal", + "textures": { + "end": "minecraft:block/birch_log_top", + "side": "minecraft:block/birch_log" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/birch_planks.json b/1.17.1/assets/minecraft/models/block/birch_planks.json new file mode 100644 index 00000000..de6d1757 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/birch_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/birch_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/birch_pressure_plate.json b/1.17.1/assets/minecraft/models/block/birch_pressure_plate.json new file mode 100644 index 00000000..8df007e9 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/birch_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/pressure_plate_up", + "textures": { + "texture": "minecraft:block/birch_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/birch_pressure_plate_down.json b/1.17.1/assets/minecraft/models/block/birch_pressure_plate_down.json new file mode 100644 index 00000000..4b36009e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/birch_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/pressure_plate_down", + "textures": { + "texture": "minecraft:block/birch_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/birch_sapling.json b/1.17.1/assets/minecraft/models/block/birch_sapling.json new file mode 100644 index 00000000..274a3afa --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/birch_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/birch_sapling" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/birch_sign.json b/1.17.1/assets/minecraft/models/block/birch_sign.json new file mode 100644 index 00000000..2bfa5bcf --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/birch_sign.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "minecraft:block/birch_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/birch_slab.json b/1.17.1/assets/minecraft/models/block/birch_slab.json new file mode 100644 index 00000000..eb8f29ae --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/birch_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/birch_planks", + "top": "minecraft:block/birch_planks", + "side": "minecraft:block/birch_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/birch_slab_top.json b/1.17.1/assets/minecraft/models/block/birch_slab_top.json new file mode 100644 index 00000000..42eda265 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/birch_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/birch_planks", + "top": "minecraft:block/birch_planks", + "side": "minecraft:block/birch_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/birch_stairs.json b/1.17.1/assets/minecraft/models/block/birch_stairs.json new file mode 100644 index 00000000..f1ddff01 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/birch_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/birch_planks", + "top": "minecraft:block/birch_planks", + "side": "minecraft:block/birch_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/birch_stairs_inner.json b/1.17.1/assets/minecraft/models/block/birch_stairs_inner.json new file mode 100644 index 00000000..8fb77091 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/birch_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/birch_planks", + "top": "minecraft:block/birch_planks", + "side": "minecraft:block/birch_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/birch_stairs_outer.json b/1.17.1/assets/minecraft/models/block/birch_stairs_outer.json new file mode 100644 index 00000000..0090d119 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/birch_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/birch_planks", + "top": "minecraft:block/birch_planks", + "side": "minecraft:block/birch_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/birch_trapdoor_bottom.json b/1.17.1/assets/minecraft/models/block/birch_trapdoor_bottom.json new file mode 100644 index 00000000..0aa6e6ab --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/birch_trapdoor_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_orientable_trapdoor_bottom", + "textures": { + "texture": "minecraft:block/birch_trapdoor" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/birch_trapdoor_open.json b/1.17.1/assets/minecraft/models/block/birch_trapdoor_open.json new file mode 100644 index 00000000..041ad178 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/birch_trapdoor_open.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_orientable_trapdoor_open", + "textures": { + "texture": "minecraft:block/birch_trapdoor" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/birch_trapdoor_top.json b/1.17.1/assets/minecraft/models/block/birch_trapdoor_top.json new file mode 100644 index 00000000..838e5cff --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/birch_trapdoor_top.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_orientable_trapdoor_top", + "textures": { + "texture": "minecraft:block/birch_trapdoor" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/birch_wood.json b/1.17.1/assets/minecraft/models/block/birch_wood.json new file mode 100644 index 00000000..ab78963a --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/birch_wood.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/birch_log", + "side": "minecraft:block/birch_log" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/black_candle_cake.json b/1.17.1/assets/minecraft/models/block/black_candle_cake.json new file mode 100644 index 00000000..020b3671 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/black_candle_cake.json @@ -0,0 +1,10 @@ +{ + "parent": "minecraft:block/template_cake_with_candle", + "textures": { + "candle": "minecraft:block/black_candle", + "bottom": "minecraft:block/cake_bottom", + "side": "minecraft:block/cake_side", + "top": "minecraft:block/cake_top", + "particle": "minecraft:block/cake_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/black_candle_cake_lit.json b/1.17.1/assets/minecraft/models/block/black_candle_cake_lit.json new file mode 100644 index 00000000..e1ad865c --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/black_candle_cake_lit.json @@ -0,0 +1,10 @@ +{ + "parent": "minecraft:block/template_cake_with_candle", + "textures": { + "candle": "minecraft:block/black_candle_lit", + "bottom": "minecraft:block/cake_bottom", + "side": "minecraft:block/cake_side", + "top": "minecraft:block/cake_top", + "particle": "minecraft:block/cake_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/black_candle_four_candles.json b/1.17.1/assets/minecraft/models/block/black_candle_four_candles.json new file mode 100644 index 00000000..e9f31ad5 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/black_candle_four_candles.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_four_candles", + "textures": { + "all": "minecraft:block/black_candle", + "particle": "minecraft:block/black_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/black_candle_four_candles_lit.json b/1.17.1/assets/minecraft/models/block/black_candle_four_candles_lit.json new file mode 100644 index 00000000..6c3d2742 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/black_candle_four_candles_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_four_candles", + "textures": { + "all": "minecraft:block/black_candle_lit", + "particle": "minecraft:block/black_candle_lit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/black_candle_one_candle.json b/1.17.1/assets/minecraft/models/block/black_candle_one_candle.json new file mode 100644 index 00000000..9bcb8eed --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/black_candle_one_candle.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_candle", + "textures": { + "all": "minecraft:block/black_candle", + "particle": "minecraft:block/black_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/black_candle_one_candle_lit.json b/1.17.1/assets/minecraft/models/block/black_candle_one_candle_lit.json new file mode 100644 index 00000000..e04d7b15 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/black_candle_one_candle_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_candle", + "textures": { + "all": "minecraft:block/black_candle_lit", + "particle": "minecraft:block/black_candle_lit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/black_candle_three_candles.json b/1.17.1/assets/minecraft/models/block/black_candle_three_candles.json new file mode 100644 index 00000000..31b82cee --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/black_candle_three_candles.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_three_candles", + "textures": { + "all": "minecraft:block/black_candle", + "particle": "minecraft:block/black_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/black_candle_three_candles_lit.json b/1.17.1/assets/minecraft/models/block/black_candle_three_candles_lit.json new file mode 100644 index 00000000..31693bb4 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/black_candle_three_candles_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_three_candles", + "textures": { + "all": "minecraft:block/black_candle_lit", + "particle": "minecraft:block/black_candle_lit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/black_candle_two_candles.json b/1.17.1/assets/minecraft/models/block/black_candle_two_candles.json new file mode 100644 index 00000000..298bd70a --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/black_candle_two_candles.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_two_candles", + "textures": { + "all": "minecraft:block/black_candle", + "particle": "minecraft:block/black_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/black_candle_two_candles_lit.json b/1.17.1/assets/minecraft/models/block/black_candle_two_candles_lit.json new file mode 100644 index 00000000..5ad49a08 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/black_candle_two_candles_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_two_candles", + "textures": { + "all": "minecraft:block/black_candle_lit", + "particle": "minecraft:block/black_candle_lit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/black_carpet.json b/1.17.1/assets/minecraft/models/block/black_carpet.json new file mode 100644 index 00000000..a89fa481 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/black_carpet.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/carpet", + "textures": { + "wool": "minecraft:block/black_wool" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/black_concrete.json b/1.17.1/assets/minecraft/models/block/black_concrete.json new file mode 100644 index 00000000..a2748b55 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/black_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/black_concrete" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/black_concrete_powder.json b/1.17.1/assets/minecraft/models/block/black_concrete_powder.json new file mode 100644 index 00000000..63374351 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/black_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/black_concrete_powder" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/black_glazed_terracotta.json b/1.17.1/assets/minecraft/models/block/black_glazed_terracotta.json new file mode 100644 index 00000000..f973bbba --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/black_glazed_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glazed_terracotta", + "textures": { + "pattern": "minecraft:block/black_glazed_terracotta" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/black_shulker_box.json b/1.17.1/assets/minecraft/models/block/black_shulker_box.json new file mode 100644 index 00000000..0e74df95 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/black_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "minecraft:block/black_shulker_box" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/black_stained_glass.json b/1.17.1/assets/minecraft/models/block/black_stained_glass.json new file mode 100644 index 00000000..5d66a695 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/black_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/black_stained_glass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/black_stained_glass_pane_noside.json b/1.17.1/assets/minecraft/models/block/black_stained_glass_pane_noside.json new file mode 100644 index 00000000..bc943b0a --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/black_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glass_pane_noside", + "textures": { + "pane": "minecraft:block/black_stained_glass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/black_stained_glass_pane_noside_alt.json b/1.17.1/assets/minecraft/models/block/black_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..3d66b75f --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/black_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glass_pane_noside_alt", + "textures": { + "pane": "minecraft:block/black_stained_glass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/black_stained_glass_pane_post.json b/1.17.1/assets/minecraft/models/block/black_stained_glass_pane_post.json new file mode 100644 index 00000000..2ee2f2da --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/black_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_post", + "textures": { + "pane": "minecraft:block/black_stained_glass", + "edge": "minecraft:block/black_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/black_stained_glass_pane_side.json b/1.17.1/assets/minecraft/models/block/black_stained_glass_pane_side.json new file mode 100644 index 00000000..60c31328 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/black_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_side", + "textures": { + "pane": "minecraft:block/black_stained_glass", + "edge": "minecraft:block/black_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/black_stained_glass_pane_side_alt.json b/1.17.1/assets/minecraft/models/block/black_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..f90397f6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/black_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_side_alt", + "textures": { + "pane": "minecraft:block/black_stained_glass", + "edge": "minecraft:block/black_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/black_terracotta.json b/1.17.1/assets/minecraft/models/block/black_terracotta.json new file mode 100644 index 00000000..a8ff478c --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/black_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/black_terracotta" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/black_wool.json b/1.17.1/assets/minecraft/models/block/black_wool.json new file mode 100644 index 00000000..7fea63ff --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/black_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/black_wool" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/blackstone.json b/1.17.1/assets/minecraft/models/block/blackstone.json new file mode 100644 index 00000000..d6e7b585 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/blackstone.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/blackstone_top", + "side": "minecraft:block/blackstone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/blackstone_slab.json b/1.17.1/assets/minecraft/models/block/blackstone_slab.json new file mode 100644 index 00000000..f5ab2cf2 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/blackstone_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/blackstone_top", + "top": "minecraft:block/blackstone_top", + "side": "minecraft:block/blackstone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/blackstone_slab_top.json b/1.17.1/assets/minecraft/models/block/blackstone_slab_top.json new file mode 100644 index 00000000..292aa73f --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/blackstone_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/blackstone_top", + "top": "minecraft:block/blackstone_top", + "side": "minecraft:block/blackstone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/blackstone_stairs.json b/1.17.1/assets/minecraft/models/block/blackstone_stairs.json new file mode 100644 index 00000000..1634f76d --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/blackstone_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/blackstone_top", + "top": "minecraft:block/blackstone_top", + "side": "minecraft:block/blackstone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/blackstone_stairs_inner.json b/1.17.1/assets/minecraft/models/block/blackstone_stairs_inner.json new file mode 100644 index 00000000..2ded6203 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/blackstone_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/blackstone_top", + "top": "minecraft:block/blackstone_top", + "side": "minecraft:block/blackstone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/blackstone_stairs_outer.json b/1.17.1/assets/minecraft/models/block/blackstone_stairs_outer.json new file mode 100644 index 00000000..6e989efd --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/blackstone_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/blackstone_top", + "top": "minecraft:block/blackstone_top", + "side": "minecraft:block/blackstone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/blackstone_wall_inventory.json b/1.17.1/assets/minecraft/models/block/blackstone_wall_inventory.json new file mode 100644 index 00000000..6e8029ce --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/blackstone_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "minecraft:block/blackstone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/blackstone_wall_post.json b/1.17.1/assets/minecraft/models/block/blackstone_wall_post.json new file mode 100644 index 00000000..a2b66ca3 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/blackstone_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "minecraft:block/blackstone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/blackstone_wall_side.json b/1.17.1/assets/minecraft/models/block/blackstone_wall_side.json new file mode 100644 index 00000000..152d2fe4 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/blackstone_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "minecraft:block/blackstone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/blackstone_wall_side_tall.json b/1.17.1/assets/minecraft/models/block/blackstone_wall_side_tall.json new file mode 100644 index 00000000..3a662254 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/blackstone_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "minecraft:block/blackstone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/blast_furnace.json b/1.17.1/assets/minecraft/models/block/blast_furnace.json new file mode 100644 index 00000000..66496b00 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/blast_furnace.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/orientable", + "textures": { + "top": "minecraft:block/blast_furnace_top", + "front": "minecraft:block/blast_furnace_front", + "side": "minecraft:block/blast_furnace_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/blast_furnace_on.json b/1.17.1/assets/minecraft/models/block/blast_furnace_on.json new file mode 100644 index 00000000..2cc8a03f --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/blast_furnace_on.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/orientable", + "textures": { + "top": "minecraft:block/blast_furnace_top", + "front": "minecraft:block/blast_furnace_front_on", + "side": "minecraft:block/blast_furnace_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/block.json b/1.17.1/assets/minecraft/models/block/block.json new file mode 100644 index 00000000..aefa892b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/block.json @@ -0,0 +1,35 @@ +{ + "gui_light": "side", + "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 ] + } + } +} diff --git a/1.17.1/assets/minecraft/models/block/blue_candle_cake.json b/1.17.1/assets/minecraft/models/block/blue_candle_cake.json new file mode 100644 index 00000000..73a89f02 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/blue_candle_cake.json @@ -0,0 +1,10 @@ +{ + "parent": "minecraft:block/template_cake_with_candle", + "textures": { + "candle": "minecraft:block/blue_candle", + "bottom": "minecraft:block/cake_bottom", + "side": "minecraft:block/cake_side", + "top": "minecraft:block/cake_top", + "particle": "minecraft:block/cake_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/blue_candle_cake_lit.json b/1.17.1/assets/minecraft/models/block/blue_candle_cake_lit.json new file mode 100644 index 00000000..cf6efe98 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/blue_candle_cake_lit.json @@ -0,0 +1,10 @@ +{ + "parent": "minecraft:block/template_cake_with_candle", + "textures": { + "candle": "minecraft:block/blue_candle_lit", + "bottom": "minecraft:block/cake_bottom", + "side": "minecraft:block/cake_side", + "top": "minecraft:block/cake_top", + "particle": "minecraft:block/cake_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/blue_candle_four_candles.json b/1.17.1/assets/minecraft/models/block/blue_candle_four_candles.json new file mode 100644 index 00000000..31d0de83 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/blue_candle_four_candles.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_four_candles", + "textures": { + "all": "minecraft:block/blue_candle", + "particle": "minecraft:block/blue_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/blue_candle_four_candles_lit.json b/1.17.1/assets/minecraft/models/block/blue_candle_four_candles_lit.json new file mode 100644 index 00000000..b71df39e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/blue_candle_four_candles_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_four_candles", + "textures": { + "all": "minecraft:block/blue_candle_lit", + "particle": "minecraft:block/blue_candle_lit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/blue_candle_one_candle.json b/1.17.1/assets/minecraft/models/block/blue_candle_one_candle.json new file mode 100644 index 00000000..dc89790e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/blue_candle_one_candle.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_candle", + "textures": { + "all": "minecraft:block/blue_candle", + "particle": "minecraft:block/blue_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/blue_candle_one_candle_lit.json b/1.17.1/assets/minecraft/models/block/blue_candle_one_candle_lit.json new file mode 100644 index 00000000..b3410f67 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/blue_candle_one_candle_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_candle", + "textures": { + "all": "minecraft:block/blue_candle_lit", + "particle": "minecraft:block/blue_candle_lit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/blue_candle_three_candles.json b/1.17.1/assets/minecraft/models/block/blue_candle_three_candles.json new file mode 100644 index 00000000..e9527b98 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/blue_candle_three_candles.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_three_candles", + "textures": { + "all": "minecraft:block/blue_candle", + "particle": "minecraft:block/blue_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/blue_candle_three_candles_lit.json b/1.17.1/assets/minecraft/models/block/blue_candle_three_candles_lit.json new file mode 100644 index 00000000..992be450 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/blue_candle_three_candles_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_three_candles", + "textures": { + "all": "minecraft:block/blue_candle_lit", + "particle": "minecraft:block/blue_candle_lit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/blue_candle_two_candles.json b/1.17.1/assets/minecraft/models/block/blue_candle_two_candles.json new file mode 100644 index 00000000..efc0f7a2 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/blue_candle_two_candles.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_two_candles", + "textures": { + "all": "minecraft:block/blue_candle", + "particle": "minecraft:block/blue_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/blue_candle_two_candles_lit.json b/1.17.1/assets/minecraft/models/block/blue_candle_two_candles_lit.json new file mode 100644 index 00000000..22ab088f --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/blue_candle_two_candles_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_two_candles", + "textures": { + "all": "minecraft:block/blue_candle_lit", + "particle": "minecraft:block/blue_candle_lit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/blue_carpet.json b/1.17.1/assets/minecraft/models/block/blue_carpet.json new file mode 100644 index 00000000..be41fd87 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/blue_carpet.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/carpet", + "textures": { + "wool": "minecraft:block/blue_wool" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/blue_concrete.json b/1.17.1/assets/minecraft/models/block/blue_concrete.json new file mode 100644 index 00000000..b2423fb6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/blue_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/blue_concrete" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/blue_concrete_powder.json b/1.17.1/assets/minecraft/models/block/blue_concrete_powder.json new file mode 100644 index 00000000..7ceaeb51 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/blue_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/blue_concrete_powder" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/blue_glazed_terracotta.json b/1.17.1/assets/minecraft/models/block/blue_glazed_terracotta.json new file mode 100644 index 00000000..ecb17356 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/blue_glazed_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glazed_terracotta", + "textures": { + "pattern": "minecraft:block/blue_glazed_terracotta" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/blue_ice.json b/1.17.1/assets/minecraft/models/block/blue_ice.json new file mode 100644 index 00000000..9164aee5 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/blue_ice.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/blue_ice" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/blue_orchid.json b/1.17.1/assets/minecraft/models/block/blue_orchid.json new file mode 100644 index 00000000..a7f9b4b2 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/blue_orchid.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/blue_orchid" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/blue_shulker_box.json b/1.17.1/assets/minecraft/models/block/blue_shulker_box.json new file mode 100644 index 00000000..29b739d8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/blue_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "minecraft:block/blue_shulker_box" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/blue_stained_glass.json b/1.17.1/assets/minecraft/models/block/blue_stained_glass.json new file mode 100644 index 00000000..e372ce34 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/blue_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/blue_stained_glass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/blue_stained_glass_pane_noside.json b/1.17.1/assets/minecraft/models/block/blue_stained_glass_pane_noside.json new file mode 100644 index 00000000..fa1dd06d --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/blue_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glass_pane_noside", + "textures": { + "pane": "minecraft:block/blue_stained_glass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/blue_stained_glass_pane_noside_alt.json b/1.17.1/assets/minecraft/models/block/blue_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..70faad04 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/blue_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glass_pane_noside_alt", + "textures": { + "pane": "minecraft:block/blue_stained_glass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/blue_stained_glass_pane_post.json b/1.17.1/assets/minecraft/models/block/blue_stained_glass_pane_post.json new file mode 100644 index 00000000..2a169fcb --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/blue_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_post", + "textures": { + "pane": "minecraft:block/blue_stained_glass", + "edge": "minecraft:block/blue_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/blue_stained_glass_pane_side.json b/1.17.1/assets/minecraft/models/block/blue_stained_glass_pane_side.json new file mode 100644 index 00000000..be2a0206 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/blue_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_side", + "textures": { + "pane": "minecraft:block/blue_stained_glass", + "edge": "minecraft:block/blue_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/blue_stained_glass_pane_side_alt.json b/1.17.1/assets/minecraft/models/block/blue_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..da430978 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/blue_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_side_alt", + "textures": { + "pane": "minecraft:block/blue_stained_glass", + "edge": "minecraft:block/blue_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/blue_terracotta.json b/1.17.1/assets/minecraft/models/block/blue_terracotta.json new file mode 100644 index 00000000..ead56974 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/blue_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/blue_terracotta" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/blue_wool.json b/1.17.1/assets/minecraft/models/block/blue_wool.json new file mode 100644 index 00000000..4fb7fa5b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/blue_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/blue_wool" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/bone_block.json b/1.17.1/assets/minecraft/models/block/bone_block.json new file mode 100644 index 00000000..f6594f0d --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/bone_block.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/bone_block_top", + "side": "minecraft:block/bone_block_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/bookshelf.json b/1.17.1/assets/minecraft/models/block/bookshelf.json new file mode 100644 index 00000000..c095a7d7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/bookshelf.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/oak_planks", + "side": "minecraft:block/bookshelf" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/brain_coral.json b/1.17.1/assets/minecraft/models/block/brain_coral.json new file mode 100644 index 00000000..308083fc --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/brain_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/brain_coral" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/brain_coral_block.json b/1.17.1/assets/minecraft/models/block/brain_coral_block.json new file mode 100644 index 00000000..6e7ddb61 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/brain_coral_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/brain_coral_block" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/brain_coral_fan.json b/1.17.1/assets/minecraft/models/block/brain_coral_fan.json new file mode 100644 index 00000000..a2128699 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/brain_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/coral_fan", + "textures": { + "fan": "minecraft:block/brain_coral_fan" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/brain_coral_wall_fan.json b/1.17.1/assets/minecraft/models/block/brain_coral_wall_fan.json new file mode 100644 index 00000000..20b56103 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/brain_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/coral_wall_fan", + "textures": { + "fan": "minecraft:block/brain_coral_fan" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/brewing_stand.json b/1.17.1/assets/minecraft/models/block/brewing_stand.json new file mode 100644 index 00000000..d1804f23 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/brewing_stand.json @@ -0,0 +1,53 @@ +{ + "textures": { + "particle": "block/brewing_stand", + "base": "block/brewing_stand_base", + "stand": "block/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", "cullface": "down" }, + "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", "cullface": "down" }, + "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", "cullface": "down" }, + "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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/brewing_stand_bottle0.json b/1.17.1/assets/minecraft/models/block/brewing_stand_bottle0.json new file mode 100644 index 00000000..012ffa85 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/brewing_stand_bottle0.json @@ -0,0 +1,15 @@ +{ + "textures": { + "particle": "block/brewing_stand", + "stand": "block/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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/brewing_stand_bottle1.json b/1.17.1/assets/minecraft/models/block/brewing_stand_bottle1.json new file mode 100644 index 00000000..9e989cde --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/brewing_stand_bottle1.json @@ -0,0 +1,20 @@ +{ + "textures": { + "particle": "block/brewing_stand", + "stand": "block/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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/brewing_stand_bottle2.json b/1.17.1/assets/minecraft/models/block/brewing_stand_bottle2.json new file mode 100644 index 00000000..4796f71f --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/brewing_stand_bottle2.json @@ -0,0 +1,20 @@ +{ + "textures": { + "particle": "block/brewing_stand", + "stand": "block/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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/brewing_stand_empty0.json b/1.17.1/assets/minecraft/models/block/brewing_stand_empty0.json new file mode 100644 index 00000000..a99c90cc --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/brewing_stand_empty0.json @@ -0,0 +1,15 @@ +{ + "textures": { + "particle": "block/brewing_stand", + "stand": "block/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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/brewing_stand_empty1.json b/1.17.1/assets/minecraft/models/block/brewing_stand_empty1.json new file mode 100644 index 00000000..47b78c29 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/brewing_stand_empty1.json @@ -0,0 +1,20 @@ +{ + "textures": { + "particle": "block/brewing_stand", + "stand": "block/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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/brewing_stand_empty2.json b/1.17.1/assets/minecraft/models/block/brewing_stand_empty2.json new file mode 100644 index 00000000..d3e3adf5 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/brewing_stand_empty2.json @@ -0,0 +1,20 @@ +{ + "textures": { + "particle": "block/brewing_stand", + "stand": "block/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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/brick_slab.json b/1.17.1/assets/minecraft/models/block/brick_slab.json new file mode 100644 index 00000000..e0264259 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/brick_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/bricks", + "top": "minecraft:block/bricks", + "side": "minecraft:block/bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/brick_slab_top.json b/1.17.1/assets/minecraft/models/block/brick_slab_top.json new file mode 100644 index 00000000..fa81ed39 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/brick_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/bricks", + "top": "minecraft:block/bricks", + "side": "minecraft:block/bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/brick_stairs.json b/1.17.1/assets/minecraft/models/block/brick_stairs.json new file mode 100644 index 00000000..fe52117e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/brick_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/bricks", + "top": "minecraft:block/bricks", + "side": "minecraft:block/bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/brick_stairs_inner.json b/1.17.1/assets/minecraft/models/block/brick_stairs_inner.json new file mode 100644 index 00000000..5bb4aa93 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/brick_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/bricks", + "top": "minecraft:block/bricks", + "side": "minecraft:block/bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/brick_stairs_outer.json b/1.17.1/assets/minecraft/models/block/brick_stairs_outer.json new file mode 100644 index 00000000..5ab7b915 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/brick_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/bricks", + "top": "minecraft:block/bricks", + "side": "minecraft:block/bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/brick_wall_inventory.json b/1.17.1/assets/minecraft/models/block/brick_wall_inventory.json new file mode 100644 index 00000000..5d6f8a8f --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/brick_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "minecraft:block/bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/brick_wall_post.json b/1.17.1/assets/minecraft/models/block/brick_wall_post.json new file mode 100644 index 00000000..5d343dfe --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/brick_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "minecraft:block/bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/brick_wall_side.json b/1.17.1/assets/minecraft/models/block/brick_wall_side.json new file mode 100644 index 00000000..94872eff --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/brick_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "minecraft:block/bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/brick_wall_side_tall.json b/1.17.1/assets/minecraft/models/block/brick_wall_side_tall.json new file mode 100644 index 00000000..79839982 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/brick_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "minecraft:block/bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/bricks.json b/1.17.1/assets/minecraft/models/block/bricks.json new file mode 100644 index 00000000..b3d7b55b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/brown_candle_cake.json b/1.17.1/assets/minecraft/models/block/brown_candle_cake.json new file mode 100644 index 00000000..8bfc1129 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/brown_candle_cake.json @@ -0,0 +1,10 @@ +{ + "parent": "minecraft:block/template_cake_with_candle", + "textures": { + "candle": "minecraft:block/brown_candle", + "bottom": "minecraft:block/cake_bottom", + "side": "minecraft:block/cake_side", + "top": "minecraft:block/cake_top", + "particle": "minecraft:block/cake_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/brown_candle_cake_lit.json b/1.17.1/assets/minecraft/models/block/brown_candle_cake_lit.json new file mode 100644 index 00000000..8306b584 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/brown_candle_cake_lit.json @@ -0,0 +1,10 @@ +{ + "parent": "minecraft:block/template_cake_with_candle", + "textures": { + "candle": "minecraft:block/brown_candle_lit", + "bottom": "minecraft:block/cake_bottom", + "side": "minecraft:block/cake_side", + "top": "minecraft:block/cake_top", + "particle": "minecraft:block/cake_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/brown_candle_four_candles.json b/1.17.1/assets/minecraft/models/block/brown_candle_four_candles.json new file mode 100644 index 00000000..a203e8f7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/brown_candle_four_candles.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_four_candles", + "textures": { + "all": "minecraft:block/brown_candle", + "particle": "minecraft:block/brown_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/brown_candle_four_candles_lit.json b/1.17.1/assets/minecraft/models/block/brown_candle_four_candles_lit.json new file mode 100644 index 00000000..3fb0766d --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/brown_candle_four_candles_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_four_candles", + "textures": { + "all": "minecraft:block/brown_candle_lit", + "particle": "minecraft:block/brown_candle_lit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/brown_candle_one_candle.json b/1.17.1/assets/minecraft/models/block/brown_candle_one_candle.json new file mode 100644 index 00000000..24d97d5a --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/brown_candle_one_candle.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_candle", + "textures": { + "all": "minecraft:block/brown_candle", + "particle": "minecraft:block/brown_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/brown_candle_one_candle_lit.json b/1.17.1/assets/minecraft/models/block/brown_candle_one_candle_lit.json new file mode 100644 index 00000000..571ef6e3 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/brown_candle_one_candle_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_candle", + "textures": { + "all": "minecraft:block/brown_candle_lit", + "particle": "minecraft:block/brown_candle_lit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/brown_candle_three_candles.json b/1.17.1/assets/minecraft/models/block/brown_candle_three_candles.json new file mode 100644 index 00000000..a0ff176a --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/brown_candle_three_candles.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_three_candles", + "textures": { + "all": "minecraft:block/brown_candle", + "particle": "minecraft:block/brown_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/brown_candle_three_candles_lit.json b/1.17.1/assets/minecraft/models/block/brown_candle_three_candles_lit.json new file mode 100644 index 00000000..5a51f463 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/brown_candle_three_candles_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_three_candles", + "textures": { + "all": "minecraft:block/brown_candle_lit", + "particle": "minecraft:block/brown_candle_lit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/brown_candle_two_candles.json b/1.17.1/assets/minecraft/models/block/brown_candle_two_candles.json new file mode 100644 index 00000000..aaa9dca0 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/brown_candle_two_candles.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_two_candles", + "textures": { + "all": "minecraft:block/brown_candle", + "particle": "minecraft:block/brown_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/brown_candle_two_candles_lit.json b/1.17.1/assets/minecraft/models/block/brown_candle_two_candles_lit.json new file mode 100644 index 00000000..6cae28b4 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/brown_candle_two_candles_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_two_candles", + "textures": { + "all": "minecraft:block/brown_candle_lit", + "particle": "minecraft:block/brown_candle_lit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/brown_carpet.json b/1.17.1/assets/minecraft/models/block/brown_carpet.json new file mode 100644 index 00000000..1befa625 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/brown_carpet.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/carpet", + "textures": { + "wool": "minecraft:block/brown_wool" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/brown_concrete.json b/1.17.1/assets/minecraft/models/block/brown_concrete.json new file mode 100644 index 00000000..217098d9 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/brown_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/brown_concrete" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/brown_concrete_powder.json b/1.17.1/assets/minecraft/models/block/brown_concrete_powder.json new file mode 100644 index 00000000..d095ddf0 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/brown_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/brown_concrete_powder" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/brown_glazed_terracotta.json b/1.17.1/assets/minecraft/models/block/brown_glazed_terracotta.json new file mode 100644 index 00000000..4d70d0ad --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/brown_glazed_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glazed_terracotta", + "textures": { + "pattern": "minecraft:block/brown_glazed_terracotta" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/brown_mushroom.json b/1.17.1/assets/minecraft/models/block/brown_mushroom.json new file mode 100644 index 00000000..48813930 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/brown_mushroom.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/brown_mushroom" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/brown_mushroom_block.json b/1.17.1/assets/minecraft/models/block/brown_mushroom_block.json new file mode 100644 index 00000000..5ce72be6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/brown_mushroom_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_single_face", + "textures": { + "texture": "minecraft:block/brown_mushroom_block" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/brown_mushroom_block_inventory.json b/1.17.1/assets/minecraft/models/block/brown_mushroom_block_inventory.json new file mode 100644 index 00000000..8062fcee --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/brown_mushroom_block_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/brown_mushroom_block" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/brown_shulker_box.json b/1.17.1/assets/minecraft/models/block/brown_shulker_box.json new file mode 100644 index 00000000..b7118090 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/brown_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "minecraft:block/brown_shulker_box" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/brown_stained_glass.json b/1.17.1/assets/minecraft/models/block/brown_stained_glass.json new file mode 100644 index 00000000..cb8975b2 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/brown_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/brown_stained_glass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/brown_stained_glass_pane_noside.json b/1.17.1/assets/minecraft/models/block/brown_stained_glass_pane_noside.json new file mode 100644 index 00000000..3b43194e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/brown_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glass_pane_noside", + "textures": { + "pane": "minecraft:block/brown_stained_glass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/brown_stained_glass_pane_noside_alt.json b/1.17.1/assets/minecraft/models/block/brown_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..594f3059 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/brown_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glass_pane_noside_alt", + "textures": { + "pane": "minecraft:block/brown_stained_glass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/brown_stained_glass_pane_post.json b/1.17.1/assets/minecraft/models/block/brown_stained_glass_pane_post.json new file mode 100644 index 00000000..84221e1b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/brown_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_post", + "textures": { + "pane": "minecraft:block/brown_stained_glass", + "edge": "minecraft:block/brown_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/brown_stained_glass_pane_side.json b/1.17.1/assets/minecraft/models/block/brown_stained_glass_pane_side.json new file mode 100644 index 00000000..7cc03b06 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/brown_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_side", + "textures": { + "pane": "minecraft:block/brown_stained_glass", + "edge": "minecraft:block/brown_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/brown_stained_glass_pane_side_alt.json b/1.17.1/assets/minecraft/models/block/brown_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..fcbf40b2 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/brown_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_side_alt", + "textures": { + "pane": "minecraft:block/brown_stained_glass", + "edge": "minecraft:block/brown_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/brown_terracotta.json b/1.17.1/assets/minecraft/models/block/brown_terracotta.json new file mode 100644 index 00000000..4bbb7fe7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/brown_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/brown_terracotta" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/brown_wool.json b/1.17.1/assets/minecraft/models/block/brown_wool.json new file mode 100644 index 00000000..25c88429 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/brown_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/brown_wool" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/bubble_coral.json b/1.17.1/assets/minecraft/models/block/bubble_coral.json new file mode 100644 index 00000000..b0f75a33 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/bubble_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/bubble_coral" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/bubble_coral_block.json b/1.17.1/assets/minecraft/models/block/bubble_coral_block.json new file mode 100644 index 00000000..fc5708cd --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/bubble_coral_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/bubble_coral_block" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/bubble_coral_fan.json b/1.17.1/assets/minecraft/models/block/bubble_coral_fan.json new file mode 100644 index 00000000..5f6d2d2b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/bubble_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/coral_fan", + "textures": { + "fan": "minecraft:block/bubble_coral_fan" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/bubble_coral_wall_fan.json b/1.17.1/assets/minecraft/models/block/bubble_coral_wall_fan.json new file mode 100644 index 00000000..b13aa967 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/bubble_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/coral_wall_fan", + "textures": { + "fan": "minecraft:block/bubble_coral_fan" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/budding_amethyst.json b/1.17.1/assets/minecraft/models/block/budding_amethyst.json new file mode 100644 index 00000000..48efc25a --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/budding_amethyst.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/budding_amethyst" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/button.json b/1.17.1/assets/minecraft/models/block/button.json new file mode 100644 index 00000000..8b5c506b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/button.json @@ -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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/button_inventory.json b/1.17.1/assets/minecraft/models/block/button_inventory.json new file mode 100644 index 00000000..7a13742d --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/button_inventory.json @@ -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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/button_pressed.json b/1.17.1/assets/minecraft/models/block/button_pressed.json new file mode 100644 index 00000000..5c6e96fa --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/button_pressed.json @@ -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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/cactus.json b/1.17.1/assets/minecraft/models/block/cactus.json new file mode 100644 index 00000000..46318970 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cactus.json @@ -0,0 +1,32 @@ +{ "parent": "block/block", + "ambientocclusion": false, + "textures": { + "particle": "block/cactus_side", + "bottom": "block/cactus_bottom", + "top": "block/cactus_top", + "side": "block/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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/cake.json b/1.17.1/assets/minecraft/models/block/cake.json new file mode 100644 index 00000000..1bc93473 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cake.json @@ -0,0 +1,21 @@ +{ + "textures": { + "particle": "block/cake_side", + "bottom": "block/cake_bottom", + "top": "block/cake_top", + "side": "block/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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/cake_slice1.json b/1.17.1/assets/minecraft/models/block/cake_slice1.json new file mode 100644 index 00000000..ca6d8d85 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cake_slice1.json @@ -0,0 +1,22 @@ +{ + "textures": { + "particle": "block/cake_side", + "bottom": "block/cake_bottom", + "top": "block/cake_top", + "side": "block/cake_side", + "inside": "block/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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/cake_slice2.json b/1.17.1/assets/minecraft/models/block/cake_slice2.json new file mode 100644 index 00000000..7714c0d0 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cake_slice2.json @@ -0,0 +1,22 @@ +{ + "textures": { + "particle": "block/cake_side", + "bottom": "block/cake_bottom", + "top": "block/cake_top", + "side": "block/cake_side", + "inside": "block/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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/cake_slice3.json b/1.17.1/assets/minecraft/models/block/cake_slice3.json new file mode 100644 index 00000000..8d45a88a --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cake_slice3.json @@ -0,0 +1,22 @@ +{ + "textures": { + "particle": "block/cake_side", + "bottom": "block/cake_bottom", + "top": "block/cake_top", + "side": "block/cake_side", + "inside": "block/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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/cake_slice4.json b/1.17.1/assets/minecraft/models/block/cake_slice4.json new file mode 100644 index 00000000..00bab48e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cake_slice4.json @@ -0,0 +1,22 @@ +{ + "textures": { + "particle": "block/cake_side", + "bottom": "block/cake_bottom", + "top": "block/cake_top", + "side": "block/cake_side", + "inside": "block/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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/cake_slice5.json b/1.17.1/assets/minecraft/models/block/cake_slice5.json new file mode 100644 index 00000000..518af838 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cake_slice5.json @@ -0,0 +1,22 @@ +{ + "textures": { + "particle": "block/cake_side", + "bottom": "block/cake_bottom", + "top": "block/cake_top", + "side": "block/cake_side", + "inside": "block/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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/cake_slice6.json b/1.17.1/assets/minecraft/models/block/cake_slice6.json new file mode 100644 index 00000000..97151ba5 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cake_slice6.json @@ -0,0 +1,22 @@ +{ + "textures": { + "particle": "block/cake_side", + "bottom": "block/cake_bottom", + "top": "block/cake_top", + "side": "block/cake_side", + "inside": "block/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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/calcite.json b/1.17.1/assets/minecraft/models/block/calcite.json new file mode 100644 index 00000000..1bb92ad4 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/calcite.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/calcite" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/campfire.json b/1.17.1/assets/minecraft/models/block/campfire.json new file mode 100644 index 00000000..ff5db784 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/campfire.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_campfire", + "textures": { + "fire": "minecraft:block/campfire_fire", + "lit_log": "minecraft:block/campfire_log_lit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/campfire_off.json b/1.17.1/assets/minecraft/models/block/campfire_off.json new file mode 100644 index 00000000..9dc54761 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/campfire_off.json @@ -0,0 +1,74 @@ +{ + "parent": "block/block", + "display": { + "head": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 10.5, 0 ], + "scale":[ 1, 1, 1 ] + } + }, + "textures": { + "particle": "block/campfire_log", + "log": "block/campfire_log" + }, + "elements": [ + { + "from": [ 1, 0, 0 ], + "to": [ 5, 4, 16 ], + "faces": { + "north": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "north" }, + "east": { "uv": [ 0, 1, 16, 5 ], "texture": "#log" }, + "south": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "south" }, + "west": { "uv": [ 16, 0, 0, 4 ], "texture": "#log" }, + "up": { "uv": [ 0, 0, 16, 4 ], "rotation": 90, "texture": "#log" }, + "down": { "uv": [ 0, 0, 16, 4 ], "rotation": 90, "texture": "#log", "cullface": "down" } + } + }, + { + "from": [ 0, 3, 11 ], + "to": [ 16, 7, 15 ], + "faces": { + "north": { "uv": [ 16, 0, 0, 4 ], "texture": "#log" }, + "east": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "east" }, + "south": { "uv": [ 0, 0, 16, 4 ], "texture": "#log" }, + "west": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "west" }, + "up": { "uv": [ 0, 0, 16, 4 ], "rotation": 180, "texture": "#log" }, + "down": { "uv": [ 0, 0, 16, 4 ], "texture": "#log" } + } + }, + { + "from": [ 11, 0, 0 ], + "to": [ 15, 4, 16 ], + "faces": { + "north": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "north" }, + "east": { "uv": [ 0, 0, 16, 4 ], "texture": "#log" }, + "south": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "south" }, + "west": { "uv": [ 16, 1, 0, 5 ], "texture": "#log" }, + "up": { "uv": [ 0, 0, 16, 4 ], "rotation": 90, "texture": "#log" }, + "down": { "uv": [ 0, 0, 16, 4 ], "rotation": 90, "texture": "#log", "cullface": "down" } + } + }, + { + "from": [ 0, 3, 1 ], + "to": [ 16, 7, 5 ], + "faces": { + "north": { "uv": [ 0, 0, 16, 4 ], "texture": "#log" }, + "east": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "east" }, + "south": { "uv": [ 16, 0, 0, 4 ], "texture": "#log" }, + "west": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "west" }, + "up": { "uv": [ 0, 0, 16, 4 ], "rotation": 180, "texture": "#log" }, + "down": { "uv": [ 0, 0, 16, 4 ], "texture": "#log" } + } + }, + { + "from": [ 5, 0, 0 ], + "to": [ 11, 1, 16 ], + "faces": { + "north": {"uv": [ 0, 15, 6, 16 ], "texture": "#log", "cullface": "north" }, + "south": {"uv": [ 10, 15, 16, 16 ], "texture": "#log", "cullface": "south" }, + "up": {"uv": [ 0, 8, 16, 14 ], "rotation": 90, "texture": "#log" }, + "down": {"uv": [ 0, 8, 16, 14 ], "rotation": 90, "texture": "#log", "cullface": "down" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/candle_cake.json b/1.17.1/assets/minecraft/models/block/candle_cake.json new file mode 100644 index 00000000..23f622c8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/candle_cake.json @@ -0,0 +1,10 @@ +{ + "parent": "minecraft:block/template_cake_with_candle", + "textures": { + "candle": "minecraft:block/candle", + "bottom": "minecraft:block/cake_bottom", + "side": "minecraft:block/cake_side", + "top": "minecraft:block/cake_top", + "particle": "minecraft:block/cake_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/candle_cake_lit.json b/1.17.1/assets/minecraft/models/block/candle_cake_lit.json new file mode 100644 index 00000000..d36bc59b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/candle_cake_lit.json @@ -0,0 +1,10 @@ +{ + "parent": "minecraft:block/template_cake_with_candle", + "textures": { + "candle": "minecraft:block/candle_lit", + "bottom": "minecraft:block/cake_bottom", + "side": "minecraft:block/cake_side", + "top": "minecraft:block/cake_top", + "particle": "minecraft:block/cake_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/candle_four_candles.json b/1.17.1/assets/minecraft/models/block/candle_four_candles.json new file mode 100644 index 00000000..90eb7a43 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/candle_four_candles.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_four_candles", + "textures": { + "all": "minecraft:block/candle", + "particle": "minecraft:block/candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/candle_four_candles_lit.json b/1.17.1/assets/minecraft/models/block/candle_four_candles_lit.json new file mode 100644 index 00000000..00070da2 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/candle_four_candles_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_four_candles", + "textures": { + "all": "minecraft:block/candle_lit", + "particle": "minecraft:block/candle_lit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/candle_one_candle.json b/1.17.1/assets/minecraft/models/block/candle_one_candle.json new file mode 100644 index 00000000..36c9b767 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/candle_one_candle.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_candle", + "textures": { + "all": "minecraft:block/candle", + "particle": "minecraft:block/candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/candle_one_candle_lit.json b/1.17.1/assets/minecraft/models/block/candle_one_candle_lit.json new file mode 100644 index 00000000..c66fbdad --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/candle_one_candle_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_candle", + "textures": { + "all": "minecraft:block/candle_lit", + "particle": "minecraft:block/candle_lit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/candle_three_candles.json b/1.17.1/assets/minecraft/models/block/candle_three_candles.json new file mode 100644 index 00000000..b4056916 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/candle_three_candles.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_three_candles", + "textures": { + "all": "minecraft:block/candle", + "particle": "minecraft:block/candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/candle_three_candles_lit.json b/1.17.1/assets/minecraft/models/block/candle_three_candles_lit.json new file mode 100644 index 00000000..e706c7bd --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/candle_three_candles_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_three_candles", + "textures": { + "all": "minecraft:block/candle_lit", + "particle": "minecraft:block/candle_lit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/candle_two_candles.json b/1.17.1/assets/minecraft/models/block/candle_two_candles.json new file mode 100644 index 00000000..cda5223f --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/candle_two_candles.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_two_candles", + "textures": { + "all": "minecraft:block/candle", + "particle": "minecraft:block/candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/candle_two_candles_lit.json b/1.17.1/assets/minecraft/models/block/candle_two_candles_lit.json new file mode 100644 index 00000000..5c3618b1 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/candle_two_candles_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_two_candles", + "textures": { + "all": "minecraft:block/candle_lit", + "particle": "minecraft:block/candle_lit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/carpet.json b/1.17.1/assets/minecraft/models/block/carpet.json new file mode 100644 index 00000000..b52a1105 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/carpet.json @@ -0,0 +1,19 @@ +{ + "parent": "block/thin_block", + "textures": { + "particle": "#wool" + }, + "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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/carrots_stage0.json b/1.17.1/assets/minecraft/models/block/carrots_stage0.json new file mode 100644 index 00000000..f1dcc6e6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/carrots_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/crop", + "textures": { + "crop": "minecraft:block/carrots_stage0" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/carrots_stage1.json b/1.17.1/assets/minecraft/models/block/carrots_stage1.json new file mode 100644 index 00000000..dda9356e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/carrots_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/crop", + "textures": { + "crop": "minecraft:block/carrots_stage1" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/carrots_stage2.json b/1.17.1/assets/minecraft/models/block/carrots_stage2.json new file mode 100644 index 00000000..ffc0a559 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/carrots_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/crop", + "textures": { + "crop": "minecraft:block/carrots_stage2" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/carrots_stage3.json b/1.17.1/assets/minecraft/models/block/carrots_stage3.json new file mode 100644 index 00000000..aeb7406a --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/carrots_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/crop", + "textures": { + "crop": "minecraft:block/carrots_stage3" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/cartography_table.json b/1.17.1/assets/minecraft/models/block/cartography_table.json new file mode 100644 index 00000000..758bf84d --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cartography_table.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "particle": "minecraft:block/cartography_table_side3", + "north": "minecraft:block/cartography_table_side3", + "south": "minecraft:block/cartography_table_side1", + "east": "minecraft:block/cartography_table_side3", + "west": "minecraft:block/cartography_table_side2", + "up": "minecraft:block/cartography_table_top", + "down": "minecraft:block/dark_oak_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/carved_pumpkin.json b/1.17.1/assets/minecraft/models/block/carved_pumpkin.json new file mode 100644 index 00000000..64809965 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/carved_pumpkin.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/orientable", + "textures": { + "top": "minecraft:block/pumpkin_top", + "front": "minecraft:block/carved_pumpkin", + "side": "minecraft:block/pumpkin_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/cauldron.json b/1.17.1/assets/minecraft/models/block/cauldron.json new file mode 100644 index 00000000..28a4d2b6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cauldron.json @@ -0,0 +1,148 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/cauldron_side", + "top": "block/cauldron_top", + "bottom": "block/cauldron_bottom", + "side": "block/cauldron_side", + "inside": "block/cauldron_inner" + }, + "elements": [ + { + "from": [ 0, 3, 0 ], + "to": [ 2, 16, 16 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side", "cullface": "up" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "west" }, + "up": { "texture": "#top", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 2, 3, 2 ], + "to": [ 14, 4, 14 ], + "faces": { + "up": { "texture": "#inside", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 14, 3, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "up" }, + "up": { "texture": "#top", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 2, 3, 0 ], + "to": [ 14, 16, 2 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "south": { "texture": "#side", "cullface": "up" }, + "up": { "texture": "#top", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 2, 3, 14 ], + "to": [ 14, 16, 16 ], + "faces": { + "north": { "texture": "#side", "cullface": "up" }, + "south": { "texture": "#side", "cullface": "south" }, + "up": { "texture": "#top", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 0, 0, 0 ], + "to": [ 4, 3, 2 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 0, 0, 2 ], + "to": [ 2, 3, 4 ], + "faces": { + "east": { "texture": "#side" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 12, 0, 0 ], + "to": [ 16, 3, 2 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 14, 0, 2 ], + "to": [ 16, 3, 4 ], + "faces": { + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 0, 0, 14 ], + "to": [ 4, 3, 16 ], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 0, 0, 12 ], + "to": [ 2, 3, 14 ], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 12, 0, 14 ], + "to": [ 16, 3, 16 ], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 14, 0, 12 ], + "to": [ 16, 3, 14 ], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side", "cullface": "east" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/cave_vines.json b/1.17.1/assets/minecraft/models/block/cave_vines.json new file mode 100644 index 00000000..96aafbf7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cave_vines.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/cave_vines" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/cave_vines_lit.json b/1.17.1/assets/minecraft/models/block/cave_vines_lit.json new file mode 100644 index 00000000..55dd17a5 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cave_vines_lit.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/cave_vines_lit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/cave_vines_plant.json b/1.17.1/assets/minecraft/models/block/cave_vines_plant.json new file mode 100644 index 00000000..c0eb5e11 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cave_vines_plant.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/cave_vines_plant" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/cave_vines_plant_lit.json b/1.17.1/assets/minecraft/models/block/cave_vines_plant_lit.json new file mode 100644 index 00000000..e6d54de0 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cave_vines_plant_lit.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/cave_vines_plant_lit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/chain.json b/1.17.1/assets/minecraft/models/block/chain.json new file mode 100644 index 00000000..56d42c1e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/chain.json @@ -0,0 +1,29 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/chain", + "all": "block/chain" + }, + "elements": [ + { + "from": [ 6.5, 0, 8 ], + "to": [ 9.5, 16, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45}, + "shade": false, + "faces": { + "north": { "uv": [ 3, 0, 0, 16 ], "texture": "#all" }, + "south": { "uv": [ 0, 0, 3, 16 ], "texture": "#all" } + } + }, + { + "from": [ 8, 0, 6.5 ], + "to": [ 8, 16, 9.5 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45}, + "shade": false, + "faces": { + "west": { "uv": [ 6, 0, 3, 16 ], "texture": "#all" }, + "east": { "uv": [ 3, 0, 6, 16 ], "texture": "#all" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/chain_command_block.json b/1.17.1/assets/minecraft/models/block/chain_command_block.json new file mode 100644 index 00000000..cf884ea6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/chain_command_block.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/template_command_block", + "textures": { + "front": "minecraft:block/chain_command_block_front", + "back": "minecraft:block/chain_command_block_back", + "side": "minecraft:block/chain_command_block_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/chain_command_block_conditional.json b/1.17.1/assets/minecraft/models/block/chain_command_block_conditional.json new file mode 100644 index 00000000..79b58b3c --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/chain_command_block_conditional.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/template_command_block", + "textures": { + "front": "minecraft:block/chain_command_block_front", + "back": "minecraft:block/chain_command_block_back", + "side": "minecraft:block/chain_command_block_conditional" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/chest.json b/1.17.1/assets/minecraft/models/block/chest.json new file mode 100644 index 00000000..9406a849 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/chest.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "minecraft:block/oak_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/chipped_anvil.json b/1.17.1/assets/minecraft/models/block/chipped_anvil.json new file mode 100644 index 00000000..57719879 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/chipped_anvil.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_anvil", + "textures": { + "top": "minecraft:block/chipped_anvil_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/chiseled_deepslate.json b/1.17.1/assets/minecraft/models/block/chiseled_deepslate.json new file mode 100644 index 00000000..727cdc98 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/chiseled_deepslate.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/chiseled_deepslate" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/chiseled_nether_bricks.json b/1.17.1/assets/minecraft/models/block/chiseled_nether_bricks.json new file mode 100644 index 00000000..c66e73c6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/chiseled_nether_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/chiseled_nether_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/chiseled_polished_blackstone.json b/1.17.1/assets/minecraft/models/block/chiseled_polished_blackstone.json new file mode 100644 index 00000000..4b0db517 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/chiseled_polished_blackstone.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/chiseled_polished_blackstone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/chiseled_quartz_block.json b/1.17.1/assets/minecraft/models/block/chiseled_quartz_block.json new file mode 100644 index 00000000..562af81e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/chiseled_quartz_block.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/chiseled_quartz_block_top", + "side": "minecraft:block/chiseled_quartz_block" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/chiseled_red_sandstone.json b/1.17.1/assets/minecraft/models/block/chiseled_red_sandstone.json new file mode 100644 index 00000000..d33075b1 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/chiseled_red_sandstone.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/red_sandstone_top", + "side": "minecraft:block/chiseled_red_sandstone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/chiseled_sandstone.json b/1.17.1/assets/minecraft/models/block/chiseled_sandstone.json new file mode 100644 index 00000000..3ce22859 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/chiseled_sandstone.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/sandstone_top", + "side": "minecraft:block/chiseled_sandstone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/chiseled_stone_bricks.json b/1.17.1/assets/minecraft/models/block/chiseled_stone_bricks.json new file mode 100644 index 00000000..6bbb7c88 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/chiseled_stone_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/chiseled_stone_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/chorus_flower.json b/1.17.1/assets/minecraft/models/block/chorus_flower.json new file mode 100644 index 00000000..bec10d07 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/chorus_flower.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_chorus_flower", + "textures": { + "texture": "minecraft:block/chorus_flower" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/chorus_flower_dead.json b/1.17.1/assets/minecraft/models/block/chorus_flower_dead.json new file mode 100644 index 00000000..10519e8a --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/chorus_flower_dead.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_chorus_flower", + "textures": { + "texture": "minecraft:block/chorus_flower_dead" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/chorus_plant.json b/1.17.1/assets/minecraft/models/block/chorus_plant.json new file mode 100644 index 00000000..582b7030 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/chorus_plant.json @@ -0,0 +1,81 @@ +{ "parent": "block/block", + "ambientocclusion": false, + "textures": { + "texture": "block/chorus_plant", + "inside": "block/chorus_plant", + "particle": "block/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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/chorus_plant_noside.json b/1.17.1/assets/minecraft/models/block/chorus_plant_noside.json new file mode 100644 index 00000000..e7e60ce6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/chorus_plant_noside.json @@ -0,0 +1,16 @@ +{ + "ambientocclusion": false, + "textures": { + "texture": "block/chorus_plant", + "inside": "block/chorus_plant", + "particle": "block/chorus_plant" + }, + "elements": [ + { "from": [ 4, 4, 4 ], + "to": [ 12, 12, 12 ], + "faces": { + "north": { "texture": "#inside" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/chorus_plant_noside1.json b/1.17.1/assets/minecraft/models/block/chorus_plant_noside1.json new file mode 100644 index 00000000..f3fed503 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/chorus_plant_noside1.json @@ -0,0 +1,26 @@ +{ + "ambientocclusion": false, + "textures": { + "texture": "block/chorus_plant", + "inside": "block/chorus_plant", + "particle": "block/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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/chorus_plant_noside2.json b/1.17.1/assets/minecraft/models/block/chorus_plant_noside2.json new file mode 100644 index 00000000..e2627b9a --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/chorus_plant_noside2.json @@ -0,0 +1,26 @@ +{ + "ambientocclusion": false, + "textures": { + "texture": "block/chorus_plant", + "inside": "block/chorus_plant", + "particle": "block/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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/chorus_plant_noside3.json b/1.17.1/assets/minecraft/models/block/chorus_plant_noside3.json new file mode 100644 index 00000000..f3fed503 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/chorus_plant_noside3.json @@ -0,0 +1,26 @@ +{ + "ambientocclusion": false, + "textures": { + "texture": "block/chorus_plant", + "inside": "block/chorus_plant", + "particle": "block/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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/chorus_plant_side.json b/1.17.1/assets/minecraft/models/block/chorus_plant_side.json new file mode 100644 index 00000000..e8117d24 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/chorus_plant_side.json @@ -0,0 +1,20 @@ +{ + "ambientocclusion": false, + "textures": { + "texture": "block/chorus_plant", + "inside": "block/chorus_plant", + "particle": "block/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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/clay.json b/1.17.1/assets/minecraft/models/block/clay.json new file mode 100644 index 00000000..3e478cd7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/clay.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/clay" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/coal_block.json b/1.17.1/assets/minecraft/models/block/coal_block.json new file mode 100644 index 00000000..9b1077f1 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/coal_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/coal_block" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/coal_ore.json b/1.17.1/assets/minecraft/models/block/coal_ore.json new file mode 100644 index 00000000..ef7b1541 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/coal_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/coal_ore" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/coarse_dirt.json b/1.17.1/assets/minecraft/models/block/coarse_dirt.json new file mode 100644 index 00000000..2ecdb0d0 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/coarse_dirt.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/coarse_dirt" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/cobbled_deepslate.json b/1.17.1/assets/minecraft/models/block/cobbled_deepslate.json new file mode 100644 index 00000000..bd99551d --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cobbled_deepslate.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/cobbled_deepslate" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/cobbled_deepslate_slab.json b/1.17.1/assets/minecraft/models/block/cobbled_deepslate_slab.json new file mode 100644 index 00000000..84b8e87b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cobbled_deepslate_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/cobbled_deepslate", + "top": "minecraft:block/cobbled_deepslate", + "side": "minecraft:block/cobbled_deepslate" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/cobbled_deepslate_slab_top.json b/1.17.1/assets/minecraft/models/block/cobbled_deepslate_slab_top.json new file mode 100644 index 00000000..3aa7de7f --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cobbled_deepslate_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/cobbled_deepslate", + "top": "minecraft:block/cobbled_deepslate", + "side": "minecraft:block/cobbled_deepslate" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/cobbled_deepslate_stairs.json b/1.17.1/assets/minecraft/models/block/cobbled_deepslate_stairs.json new file mode 100644 index 00000000..9f0396f6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cobbled_deepslate_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/cobbled_deepslate", + "top": "minecraft:block/cobbled_deepslate", + "side": "minecraft:block/cobbled_deepslate" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/cobbled_deepslate_stairs_inner.json b/1.17.1/assets/minecraft/models/block/cobbled_deepslate_stairs_inner.json new file mode 100644 index 00000000..955f5778 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cobbled_deepslate_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/cobbled_deepslate", + "top": "minecraft:block/cobbled_deepslate", + "side": "minecraft:block/cobbled_deepslate" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/cobbled_deepslate_stairs_outer.json b/1.17.1/assets/minecraft/models/block/cobbled_deepslate_stairs_outer.json new file mode 100644 index 00000000..8c483931 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cobbled_deepslate_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/cobbled_deepslate", + "top": "minecraft:block/cobbled_deepslate", + "side": "minecraft:block/cobbled_deepslate" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/cobbled_deepslate_wall_inventory.json b/1.17.1/assets/minecraft/models/block/cobbled_deepslate_wall_inventory.json new file mode 100644 index 00000000..e7e2c31a --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cobbled_deepslate_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "minecraft:block/cobbled_deepslate" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/cobbled_deepslate_wall_post.json b/1.17.1/assets/minecraft/models/block/cobbled_deepslate_wall_post.json new file mode 100644 index 00000000..6a6f6480 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cobbled_deepslate_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "minecraft:block/cobbled_deepslate" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/cobbled_deepslate_wall_side.json b/1.17.1/assets/minecraft/models/block/cobbled_deepslate_wall_side.json new file mode 100644 index 00000000..082cacc3 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cobbled_deepslate_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "minecraft:block/cobbled_deepslate" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/cobbled_deepslate_wall_side_tall.json b/1.17.1/assets/minecraft/models/block/cobbled_deepslate_wall_side_tall.json new file mode 100644 index 00000000..7e841daf --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cobbled_deepslate_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "minecraft:block/cobbled_deepslate" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/cobblestone.json b/1.17.1/assets/minecraft/models/block/cobblestone.json new file mode 100644 index 00000000..ab65fe90 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cobblestone.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/cobblestone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/cobblestone_slab.json b/1.17.1/assets/minecraft/models/block/cobblestone_slab.json new file mode 100644 index 00000000..c11c45f5 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cobblestone_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/cobblestone", + "top": "minecraft:block/cobblestone", + "side": "minecraft:block/cobblestone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/cobblestone_slab_top.json b/1.17.1/assets/minecraft/models/block/cobblestone_slab_top.json new file mode 100644 index 00000000..4ca5fc83 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cobblestone_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/cobblestone", + "top": "minecraft:block/cobblestone", + "side": "minecraft:block/cobblestone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/cobblestone_stairs.json b/1.17.1/assets/minecraft/models/block/cobblestone_stairs.json new file mode 100644 index 00000000..92ae6dd2 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cobblestone_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/cobblestone", + "top": "minecraft:block/cobblestone", + "side": "minecraft:block/cobblestone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/cobblestone_stairs_inner.json b/1.17.1/assets/minecraft/models/block/cobblestone_stairs_inner.json new file mode 100644 index 00000000..9de2601c --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cobblestone_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/cobblestone", + "top": "minecraft:block/cobblestone", + "side": "minecraft:block/cobblestone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/cobblestone_stairs_outer.json b/1.17.1/assets/minecraft/models/block/cobblestone_stairs_outer.json new file mode 100644 index 00000000..14554684 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cobblestone_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/cobblestone", + "top": "minecraft:block/cobblestone", + "side": "minecraft:block/cobblestone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/cobblestone_wall_inventory.json b/1.17.1/assets/minecraft/models/block/cobblestone_wall_inventory.json new file mode 100644 index 00000000..3145d2de --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cobblestone_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "minecraft:block/cobblestone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/cobblestone_wall_post.json b/1.17.1/assets/minecraft/models/block/cobblestone_wall_post.json new file mode 100644 index 00000000..7f47c03f --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cobblestone_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "minecraft:block/cobblestone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/cobblestone_wall_side.json b/1.17.1/assets/minecraft/models/block/cobblestone_wall_side.json new file mode 100644 index 00000000..f0eabd2b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cobblestone_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "minecraft:block/cobblestone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/cobblestone_wall_side_tall.json b/1.17.1/assets/minecraft/models/block/cobblestone_wall_side_tall.json new file mode 100644 index 00000000..d6f66256 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cobblestone_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "minecraft:block/cobblestone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/cobweb.json b/1.17.1/assets/minecraft/models/block/cobweb.json new file mode 100644 index 00000000..0520c950 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cobweb.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/cobweb" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/cocoa_stage0.json b/1.17.1/assets/minecraft/models/block/cocoa_stage0.json new file mode 100644 index 00000000..9870dd80 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cocoa_stage0.json @@ -0,0 +1,27 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/cocoa_stage0", + "cocoa": "block/cocoa_stage0" + }, + "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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/cocoa_stage1.json b/1.17.1/assets/minecraft/models/block/cocoa_stage1.json new file mode 100644 index 00000000..22d12d8d --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cocoa_stage1.json @@ -0,0 +1,27 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/cocoa_stage1", + "cocoa": "block/cocoa_stage1" + }, + "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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/cocoa_stage2.json b/1.17.1/assets/minecraft/models/block/cocoa_stage2.json new file mode 100644 index 00000000..f6d6b0ab --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cocoa_stage2.json @@ -0,0 +1,27 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/cocoa_stage2", + "cocoa": "block/cocoa_stage2" + }, + "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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/command_block.json b/1.17.1/assets/minecraft/models/block/command_block.json new file mode 100644 index 00000000..ae6cff44 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/command_block.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/template_command_block", + "textures": { + "front": "minecraft:block/command_block_front", + "back": "minecraft:block/command_block_back", + "side": "minecraft:block/command_block_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/command_block_conditional.json b/1.17.1/assets/minecraft/models/block/command_block_conditional.json new file mode 100644 index 00000000..fe90faab --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/command_block_conditional.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/template_command_block", + "textures": { + "front": "minecraft:block/command_block_front", + "back": "minecraft:block/command_block_back", + "side": "minecraft:block/command_block_conditional" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/comparator.json b/1.17.1/assets/minecraft/models/block/comparator.json new file mode 100644 index 00000000..f0203eae --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/comparator.json @@ -0,0 +1,56 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/comparator", + "slab": "block/smooth_stone", + "top": "block/comparator", + "unlit": "block/redstone_torch_off", + "lit": "block/redstone_torch" + }, + "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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/comparator_on.json b/1.17.1/assets/minecraft/models/block/comparator_on.json new file mode 100644 index 00000000..caa96734 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/comparator_on.json @@ -0,0 +1,74 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/comparator_on", + "slab": "block/smooth_stone", + "top": "block/comparator_on", + "unlit": "block/redstone_torch_off", + "lit": "block/redstone_torch" + }, + "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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/comparator_on_subtract.json b/1.17.1/assets/minecraft/models/block/comparator_on_subtract.json new file mode 100644 index 00000000..061cc0be --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/comparator_on_subtract.json @@ -0,0 +1,83 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/comparator_on", + "slab": "block/smooth_stone", + "top": "block/comparator_on", + "unlit": "block/redstone_torch_off", + "lit": "block/redstone_torch" + }, + "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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/comparator_subtract.json b/1.17.1/assets/minecraft/models/block/comparator_subtract.json new file mode 100644 index 00000000..e2ce2031 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/comparator_subtract.json @@ -0,0 +1,65 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/comparator", + "slab": "block/smooth_stone", + "top": "block/comparator", + "unlit": "block/redstone_torch_off", + "lit": "block/redstone_torch" + }, + "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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/composter.json b/1.17.1/assets/minecraft/models/block/composter.json new file mode 100644 index 00000000..0af91965 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/composter.json @@ -0,0 +1,55 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/composter_side", + "top": "block/composter_top", + "bottom": "block/composter_bottom", + "side": "block/composter_side", + "inside": "block/composter_bottom" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 2, 16 ], + "faces": { + "up": { "texture": "#inside", "cullface": "up" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { "from": [ 0, 0, 0 ], + "to": [ 2, 16, 16 ], + "faces": { + "up": { "texture": "#top", "cullface": "up" }, + "north": { "texture": "#side", "cullface": "north" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "west" }, + "east": { "texture": "#side", "cullface": "up" } + } + }, + { "from": [ 14, 0, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "up": { "texture": "#top", "cullface": "up" }, + "north": { "texture": "#side", "cullface": "north" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "up" }, + "east": { "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 2, 0, 0 ], + "to": [ 14, 16, 2 ], + "faces": { + "up": { "texture": "#top", "cullface": "up" }, + "north": { "texture": "#side", "cullface": "north" }, + "south": { "texture": "#side", "cullface": "up" } + } + }, + { "from": [ 2, 0, 14 ], + "to": [ 14, 16, 16 ], + "faces": { + "up": { "texture": "#top", "cullface": "up" }, + "north": { "texture": "#side", "cullface": "up" }, + "south": { "texture": "#side", "cullface": "south" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/composter_contents1.json b/1.17.1/assets/minecraft/models/block/composter_contents1.json new file mode 100644 index 00000000..bee430a2 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/composter_contents1.json @@ -0,0 +1,14 @@ +{ + "textures": { + "particle": "block/composter_compost", + "inside": "block/composter_compost" + }, + "elements": [ + { "from": [ 2, 0, 2 ], + "to": [ 14, 3, 14 ], + "faces": { + "up": { "texture": "#inside", "cullface": "up" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/composter_contents2.json b/1.17.1/assets/minecraft/models/block/composter_contents2.json new file mode 100644 index 00000000..2758c207 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/composter_contents2.json @@ -0,0 +1,14 @@ +{ + "textures": { + "particle": "block/composter_compost", + "inside": "block/composter_compost" + }, + "elements": [ + { "from": [ 2, 0, 2 ], + "to": [ 14, 5, 14 ], + "faces": { + "up": { "texture": "#inside", "cullface": "up" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/composter_contents3.json b/1.17.1/assets/minecraft/models/block/composter_contents3.json new file mode 100644 index 00000000..7888aec6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/composter_contents3.json @@ -0,0 +1,14 @@ +{ + "textures": { + "particle": "block/composter_compost", + "inside": "block/composter_compost" + }, + "elements": [ + { "from": [ 2, 0, 2 ], + "to": [ 14, 7, 14 ], + "faces": { + "up": { "texture": "#inside", "cullface": "up" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/composter_contents4.json b/1.17.1/assets/minecraft/models/block/composter_contents4.json new file mode 100644 index 00000000..24be6a0c --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/composter_contents4.json @@ -0,0 +1,14 @@ +{ + "textures": { + "particle": "block/composter_compost", + "inside": "block/composter_compost" + }, + "elements": [ + { "from": [ 2, 0, 2 ], + "to": [ 14, 9, 14 ], + "faces": { + "up": { "texture": "#inside", "cullface": "up" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/composter_contents5.json b/1.17.1/assets/minecraft/models/block/composter_contents5.json new file mode 100644 index 00000000..724fa445 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/composter_contents5.json @@ -0,0 +1,14 @@ +{ + "textures": { + "particle": "block/composter_compost", + "inside": "block/composter_compost" + }, + "elements": [ + { "from": [ 2, 0, 2 ], + "to": [ 14, 11, 14 ], + "faces": { + "up": { "texture": "#inside", "cullface": "up" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/composter_contents6.json b/1.17.1/assets/minecraft/models/block/composter_contents6.json new file mode 100644 index 00000000..2613218a --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/composter_contents6.json @@ -0,0 +1,14 @@ +{ + "textures": { + "particle": "block/composter_compost", + "inside": "block/composter_compost" + }, + "elements": [ + { "from": [ 2, 0, 2 ], + "to": [ 14, 13, 14 ], + "faces": { + "up": { "texture": "#inside", "cullface": "up" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/composter_contents7.json b/1.17.1/assets/minecraft/models/block/composter_contents7.json new file mode 100644 index 00000000..2022561d --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/composter_contents7.json @@ -0,0 +1,14 @@ +{ + "textures": { + "particle": "block/composter_compost", + "inside": "block/composter_compost" + }, + "elements": [ + { "from": [ 2, 0, 2 ], + "to": [ 14, 15, 14 ], + "faces": { + "up": { "texture": "#inside", "cullface": "up" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/composter_contents_ready.json b/1.17.1/assets/minecraft/models/block/composter_contents_ready.json new file mode 100644 index 00000000..9fd0e258 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/composter_contents_ready.json @@ -0,0 +1,14 @@ +{ + "textures": { + "particle": "block/composter_compost", + "inside": "block/composter_ready" + }, + "elements": [ + { "from": [ 2, 0, 2 ], + "to": [ 14, 15, 14 ], + "faces": { + "up": { "texture": "#inside", "cullface": "up" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/conduit.json b/1.17.1/assets/minecraft/models/block/conduit.json new file mode 100644 index 00000000..5abfb3b6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/conduit.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "minecraft:block/conduit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/copper_block.json b/1.17.1/assets/minecraft/models/block/copper_block.json new file mode 100644 index 00000000..aae71599 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/copper_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/copper_block" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/copper_ore.json b/1.17.1/assets/minecraft/models/block/copper_ore.json new file mode 100644 index 00000000..193dd969 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/copper_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/copper_ore" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/coral_fan.json b/1.17.1/assets/minecraft/models/block/coral_fan.json new file mode 100644 index 00000000..e28dd67b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/coral_fan.json @@ -0,0 +1,44 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#fan" + }, + "elements": [ + { "from": [ 8, 0, 0 ], + "to": [ 24, 0, 16 ], + "rotation": { "origin": [ 8, 0, 0 ], "axis": "z", "angle": 22.5, "rescale": false }, + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#fan", "rotation": 90 }, + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#fan", "rotation": 270 } + } + }, + { "from": [ -8, 0, 0 ], + "to": [ 8, 0, 16 ], + "rotation": { "origin": [ 8, 0, 0 ], "axis": "z", "angle": -22.5, "rescale": false }, + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#fan", "rotation": 270 }, + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#fan", "rotation": 90 } + } + }, + { "from": [ 0, 0, 8 ], + "to": [ 16, 0, 24 ], + "rotation": { "origin": [ 0, 0, 8 ], "axis": "x", "angle": -22.5, "rescale": false }, + "shade": false, + "faces": { + "up": { "uv": [ 16, 16, 0, 0 ], "texture": "#fan" }, + "down": { "uv": [ 16, 0, 0, 16 ], "texture": "#fan" } + } + }, + { "from": [ 0, 0, -8 ], + "to": [ 16, 0, 8 ], + "rotation": { "origin": [ 0, 0, 8 ], "axis": "x", "angle": 22.5, "rescale": false }, + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#fan" }, + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#fan" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/coral_wall_fan.json b/1.17.1/assets/minecraft/models/block/coral_wall_fan.json new file mode 100644 index 00000000..eafe1f8f --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/coral_wall_fan.json @@ -0,0 +1,26 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#fan" + }, + "elements": [ + { "from": [ 0, 8, 0 ], + "to": [ 16, 8, 16 ], + "rotation": { "origin": [ 8, 8, 14 ], "axis": "x", "angle": 22.5, "rescale": true }, + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#fan" }, + "down": { "uv": [ 16, 16, 0, 0 ], "texture": "#fan" } + } + }, + { "from": [ 0, 8, 0 ], + "to": [ 16, 8, 16 ], + "rotation": { "origin": [ 8, 8, 14 ], "axis": "x", "angle": -22.5, "rescale": true }, + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#fan" }, + "down": { "uv": [ 16, 16, 0, 0 ], "texture": "#fan" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/cornflower.json b/1.17.1/assets/minecraft/models/block/cornflower.json new file mode 100644 index 00000000..01ec1857 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cornflower.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/cornflower" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/cracked_deepslate_bricks.json b/1.17.1/assets/minecraft/models/block/cracked_deepslate_bricks.json new file mode 100644 index 00000000..25527867 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cracked_deepslate_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/cracked_deepslate_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/cracked_deepslate_tiles.json b/1.17.1/assets/minecraft/models/block/cracked_deepslate_tiles.json new file mode 100644 index 00000000..264f8094 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cracked_deepslate_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/cracked_deepslate_tiles" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/cracked_nether_bricks.json b/1.17.1/assets/minecraft/models/block/cracked_nether_bricks.json new file mode 100644 index 00000000..403c18f0 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cracked_nether_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/cracked_nether_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/cracked_polished_blackstone_bricks.json b/1.17.1/assets/minecraft/models/block/cracked_polished_blackstone_bricks.json new file mode 100644 index 00000000..e36eda13 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cracked_polished_blackstone_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/cracked_polished_blackstone_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/cracked_stone_bricks.json b/1.17.1/assets/minecraft/models/block/cracked_stone_bricks.json new file mode 100644 index 00000000..8628046d --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cracked_stone_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/cracked_stone_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/crafting_table.json b/1.17.1/assets/minecraft/models/block/crafting_table.json new file mode 100644 index 00000000..8c01686f --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/crafting_table.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "particle": "minecraft:block/crafting_table_front", + "north": "minecraft:block/crafting_table_front", + "south": "minecraft:block/crafting_table_side", + "east": "minecraft:block/crafting_table_side", + "west": "minecraft:block/crafting_table_front", + "up": "minecraft:block/crafting_table_top", + "down": "minecraft:block/oak_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/crimson_button.json b/1.17.1/assets/minecraft/models/block/crimson_button.json new file mode 100644 index 00000000..c57c4255 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/crimson_button.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/button", + "textures": { + "texture": "minecraft:block/crimson_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/crimson_button_inventory.json b/1.17.1/assets/minecraft/models/block/crimson_button_inventory.json new file mode 100644 index 00000000..06d1baa2 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/crimson_button_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/button_inventory", + "textures": { + "texture": "minecraft:block/crimson_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/crimson_button_pressed.json b/1.17.1/assets/minecraft/models/block/crimson_button_pressed.json new file mode 100644 index 00000000..2ba39bd9 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/crimson_button_pressed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/button_pressed", + "textures": { + "texture": "minecraft:block/crimson_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/crimson_door_bottom.json b/1.17.1/assets/minecraft/models/block/crimson_door_bottom.json new file mode 100644 index 00000000..4134bc94 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/crimson_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_bottom", + "textures": { + "top": "minecraft:block/crimson_door_top", + "bottom": "minecraft:block/crimson_door_bottom" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/crimson_door_bottom_hinge.json b/1.17.1/assets/minecraft/models/block/crimson_door_bottom_hinge.json new file mode 100644 index 00000000..e333ba66 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/crimson_door_bottom_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_bottom_rh", + "textures": { + "top": "minecraft:block/crimson_door_top", + "bottom": "minecraft:block/crimson_door_bottom" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/crimson_door_top.json b/1.17.1/assets/minecraft/models/block/crimson_door_top.json new file mode 100644 index 00000000..583078de --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/crimson_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_top", + "textures": { + "top": "minecraft:block/crimson_door_top", + "bottom": "minecraft:block/crimson_door_bottom" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/crimson_door_top_hinge.json b/1.17.1/assets/minecraft/models/block/crimson_door_top_hinge.json new file mode 100644 index 00000000..c7b8a8bb --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/crimson_door_top_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_top_rh", + "textures": { + "top": "minecraft:block/crimson_door_top", + "bottom": "minecraft:block/crimson_door_bottom" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/crimson_fence_gate.json b/1.17.1/assets/minecraft/models/block/crimson_fence_gate.json new file mode 100644 index 00000000..6599c50b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/crimson_fence_gate.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fence_gate", + "textures": { + "texture": "minecraft:block/crimson_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/crimson_fence_gate_open.json b/1.17.1/assets/minecraft/models/block/crimson_fence_gate_open.json new file mode 100644 index 00000000..9777833a --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/crimson_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fence_gate_open", + "textures": { + "texture": "minecraft:block/crimson_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/crimson_fence_gate_wall.json b/1.17.1/assets/minecraft/models/block/crimson_fence_gate_wall.json new file mode 100644 index 00000000..b3704b27 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/crimson_fence_gate_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fence_gate_wall", + "textures": { + "texture": "minecraft:block/crimson_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/crimson_fence_gate_wall_open.json b/1.17.1/assets/minecraft/models/block/crimson_fence_gate_wall_open.json new file mode 100644 index 00000000..5ba60043 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/crimson_fence_gate_wall_open.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fence_gate_wall_open", + "textures": { + "texture": "minecraft:block/crimson_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/crimson_fence_inventory.json b/1.17.1/assets/minecraft/models/block/crimson_fence_inventory.json new file mode 100644 index 00000000..16f625d5 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/crimson_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/fence_inventory", + "textures": { + "texture": "minecraft:block/crimson_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/crimson_fence_post.json b/1.17.1/assets/minecraft/models/block/crimson_fence_post.json new file mode 100644 index 00000000..f5f14658 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/crimson_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/fence_post", + "textures": { + "texture": "minecraft:block/crimson_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/crimson_fence_side.json b/1.17.1/assets/minecraft/models/block/crimson_fence_side.json new file mode 100644 index 00000000..62765764 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/crimson_fence_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/fence_side", + "textures": { + "texture": "minecraft:block/crimson_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/crimson_fungus.json b/1.17.1/assets/minecraft/models/block/crimson_fungus.json new file mode 100644 index 00000000..351e2bce --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/crimson_fungus.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/crimson_fungus" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/crimson_hyphae.json b/1.17.1/assets/minecraft/models/block/crimson_hyphae.json new file mode 100644 index 00000000..43c990a5 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/crimson_hyphae.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/crimson_stem", + "side": "minecraft:block/crimson_stem" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/crimson_nylium.json b/1.17.1/assets/minecraft/models/block/crimson_nylium.json new file mode 100644 index 00000000..60a7e3ad --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/crimson_nylium.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/cube_bottom_top", + "textures": { + "top": "minecraft:block/crimson_nylium", + "bottom": "minecraft:block/netherrack", + "side": "minecraft:block/crimson_nylium_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/crimson_planks.json b/1.17.1/assets/minecraft/models/block/crimson_planks.json new file mode 100644 index 00000000..9bf1ea13 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/crimson_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/crimson_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/crimson_pressure_plate.json b/1.17.1/assets/minecraft/models/block/crimson_pressure_plate.json new file mode 100644 index 00000000..6d6a2265 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/crimson_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/pressure_plate_up", + "textures": { + "texture": "minecraft:block/crimson_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/crimson_pressure_plate_down.json b/1.17.1/assets/minecraft/models/block/crimson_pressure_plate_down.json new file mode 100644 index 00000000..df5febdd --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/crimson_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/pressure_plate_down", + "textures": { + "texture": "minecraft:block/crimson_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/crimson_roots.json b/1.17.1/assets/minecraft/models/block/crimson_roots.json new file mode 100644 index 00000000..5bf542bc --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/crimson_roots.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/crimson_roots" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/crimson_sign.json b/1.17.1/assets/minecraft/models/block/crimson_sign.json new file mode 100644 index 00000000..1b9953d8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/crimson_sign.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "minecraft:block/crimson_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/crimson_slab.json b/1.17.1/assets/minecraft/models/block/crimson_slab.json new file mode 100644 index 00000000..b9b29bb5 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/crimson_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/crimson_planks", + "top": "minecraft:block/crimson_planks", + "side": "minecraft:block/crimson_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/crimson_slab_top.json b/1.17.1/assets/minecraft/models/block/crimson_slab_top.json new file mode 100644 index 00000000..dcffd17a --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/crimson_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/crimson_planks", + "top": "minecraft:block/crimson_planks", + "side": "minecraft:block/crimson_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/crimson_stairs.json b/1.17.1/assets/minecraft/models/block/crimson_stairs.json new file mode 100644 index 00000000..b4c02af7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/crimson_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/crimson_planks", + "top": "minecraft:block/crimson_planks", + "side": "minecraft:block/crimson_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/crimson_stairs_inner.json b/1.17.1/assets/minecraft/models/block/crimson_stairs_inner.json new file mode 100644 index 00000000..a9c91a6a --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/crimson_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/crimson_planks", + "top": "minecraft:block/crimson_planks", + "side": "minecraft:block/crimson_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/crimson_stairs_outer.json b/1.17.1/assets/minecraft/models/block/crimson_stairs_outer.json new file mode 100644 index 00000000..42ff557e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/crimson_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/crimson_planks", + "top": "minecraft:block/crimson_planks", + "side": "minecraft:block/crimson_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/crimson_stem.json b/1.17.1/assets/minecraft/models/block/crimson_stem.json new file mode 100644 index 00000000..c8f5c784 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/crimson_stem.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/crimson_stem_top", + "side": "minecraft:block/crimson_stem" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/crimson_trapdoor_bottom.json b/1.17.1/assets/minecraft/models/block/crimson_trapdoor_bottom.json new file mode 100644 index 00000000..b83e4bbc --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/crimson_trapdoor_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_orientable_trapdoor_bottom", + "textures": { + "texture": "minecraft:block/crimson_trapdoor" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/crimson_trapdoor_open.json b/1.17.1/assets/minecraft/models/block/crimson_trapdoor_open.json new file mode 100644 index 00000000..ad3d11e0 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/crimson_trapdoor_open.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_orientable_trapdoor_open", + "textures": { + "texture": "minecraft:block/crimson_trapdoor" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/crimson_trapdoor_top.json b/1.17.1/assets/minecraft/models/block/crimson_trapdoor_top.json new file mode 100644 index 00000000..2b8e4d9f --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/crimson_trapdoor_top.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_orientable_trapdoor_top", + "textures": { + "texture": "minecraft:block/crimson_trapdoor" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/crop.json b/1.17.1/assets/minecraft/models/block/crop.json new file mode 100644 index 00000000..1afe355c --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/crop.json @@ -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": [ 16, 0, 0, 16 ], "texture": "#crop" } + } + }, + { "from": [ 12, -1, 0 ], + "to": [ 12, 15, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 16, 0, 0, 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": [ 16, 0, 0, 16 ], "texture": "#crop" } + } + }, + { "from": [ 0, -1, 12 ], + "to": [ 16, 15, 12 ], + "shade": false, + "faces": { + "north": { "uv": [ 16, 0, 0, 16 ], "texture": "#crop" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#crop" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/cross.json b/1.17.1/assets/minecraft/models/block/cross.json new file mode 100644 index 00000000..37c8b09f --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cross.json @@ -0,0 +1,26 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#cross" + }, + "elements": [ + { "from": [ 0.8, 0, 8 ], + "to": [ 15.2, 16, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" } + } + }, + { "from": [ 8, 0, 0.8 ], + "to": [ 8, 16, 15.2 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/crying_obsidian.json b/1.17.1/assets/minecraft/models/block/crying_obsidian.json new file mode 100644 index 00000000..95991746 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/crying_obsidian.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/crying_obsidian" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/cube.json b/1.17.1/assets/minecraft/models/block/cube.json new file mode 100644 index 00000000..1b9780b4 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cube.json @@ -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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/cube_all.json b/1.17.1/assets/minecraft/models/block/cube_all.json new file mode 100644 index 00000000..fa2f9e77 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cube_all.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "#all", + "down": "#all", + "up": "#all", + "north": "#all", + "east": "#all", + "south": "#all", + "west": "#all" + } +} diff --git a/1.17.1/assets/minecraft/models/block/cube_bottom_top.json b/1.17.1/assets/minecraft/models/block/cube_bottom_top.json new file mode 100644 index 00000000..4c610597 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cube_bottom_top.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "#side", + "down": "#bottom", + "up": "#top", + "north": "#side", + "east": "#side", + "south": "#side", + "west": "#side" + } +} diff --git a/1.17.1/assets/minecraft/models/block/cube_column.json b/1.17.1/assets/minecraft/models/block/cube_column.json new file mode 100644 index 00000000..358b9847 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cube_column.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "#side", + "down": "#end", + "up": "#end", + "north": "#side", + "east": "#side", + "south": "#side", + "west": "#side" + } +} diff --git a/1.17.1/assets/minecraft/models/block/cube_column_horizontal.json b/1.17.1/assets/minecraft/models/block/cube_column_horizontal.json new file mode 100644 index 00000000..713dd819 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cube_column_horizontal.json @@ -0,0 +1,25 @@ +{ + "parent": "block/block", + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "texture": "#down", "cullface": "down" }, + "up": { "texture": "#up", "rotation": 180, "cullface": "up" }, + "north": { "texture": "#north", "cullface": "north" }, + "south": { "texture": "#south", "cullface": "south" }, + "west": { "texture": "#west", "cullface": "west" }, + "east": { "texture": "#east", "cullface": "east" } + } + } + ], + "textures": { + "particle": "#side", + "down": "#end", + "up": "#end", + "north": "#side", + "east": "#side", + "south": "#side", + "west": "#side" + } +} diff --git a/1.17.1/assets/minecraft/models/block/cube_column_mirrored.json b/1.17.1/assets/minecraft/models/block/cube_column_mirrored.json new file mode 100644 index 00000000..610cbd9b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cube_column_mirrored.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube_mirrored", + "textures": { + "particle": "#side", + "down": "#end", + "up": "#end", + "north": "#side", + "east": "#side", + "south": "#side", + "west": "#side" + } +} diff --git a/1.17.1/assets/minecraft/models/block/cube_directional.json b/1.17.1/assets/minecraft/models/block/cube_directional.json new file mode 100644 index 00000000..09fadd01 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cube_directional.json @@ -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 } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/cube_mirrored.json b/1.17.1/assets/minecraft/models/block/cube_mirrored.json new file mode 100644 index 00000000..38f44bda --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cube_mirrored.json @@ -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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/cube_mirrored_all.json b/1.17.1/assets/minecraft/models/block/cube_mirrored_all.json new file mode 100644 index 00000000..75743f20 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cube_mirrored_all.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube_mirrored", + "textures": { + "particle": "#all", + "down": "#all", + "up": "#all", + "north": "#all", + "east": "#all", + "south": "#all", + "west": "#all" + } +} diff --git a/1.17.1/assets/minecraft/models/block/cube_top.json b/1.17.1/assets/minecraft/models/block/cube_top.json new file mode 100644 index 00000000..a0c1d569 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cube_top.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "#side", + "down": "#side", + "up": "#top", + "north": "#side", + "east": "#side", + "south": "#side", + "west": "#side" + } +} diff --git a/1.17.1/assets/minecraft/models/block/cut_copper.json b/1.17.1/assets/minecraft/models/block/cut_copper.json new file mode 100644 index 00000000..46385a55 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cut_copper.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/cut_copper" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/cut_copper_slab.json b/1.17.1/assets/minecraft/models/block/cut_copper_slab.json new file mode 100644 index 00000000..af4b9531 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cut_copper_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/cut_copper", + "top": "minecraft:block/cut_copper", + "side": "minecraft:block/cut_copper" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/cut_copper_slab_top.json b/1.17.1/assets/minecraft/models/block/cut_copper_slab_top.json new file mode 100644 index 00000000..bb781a9a --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cut_copper_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/cut_copper", + "top": "minecraft:block/cut_copper", + "side": "minecraft:block/cut_copper" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/cut_copper_stairs.json b/1.17.1/assets/minecraft/models/block/cut_copper_stairs.json new file mode 100644 index 00000000..761ea907 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cut_copper_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/cut_copper", + "top": "minecraft:block/cut_copper", + "side": "minecraft:block/cut_copper" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/cut_copper_stairs_inner.json b/1.17.1/assets/minecraft/models/block/cut_copper_stairs_inner.json new file mode 100644 index 00000000..777edcd8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cut_copper_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/cut_copper", + "top": "minecraft:block/cut_copper", + "side": "minecraft:block/cut_copper" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/cut_copper_stairs_outer.json b/1.17.1/assets/minecraft/models/block/cut_copper_stairs_outer.json new file mode 100644 index 00000000..4c9ea523 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cut_copper_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/cut_copper", + "top": "minecraft:block/cut_copper", + "side": "minecraft:block/cut_copper" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/cut_red_sandstone.json b/1.17.1/assets/minecraft/models/block/cut_red_sandstone.json new file mode 100644 index 00000000..120aff8f --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cut_red_sandstone.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/red_sandstone_top", + "side": "minecraft:block/cut_red_sandstone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/cut_red_sandstone_slab.json b/1.17.1/assets/minecraft/models/block/cut_red_sandstone_slab.json new file mode 100644 index 00000000..5a0dc28a --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cut_red_sandstone_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/red_sandstone_top", + "top": "minecraft:block/red_sandstone_top", + "side": "minecraft:block/cut_red_sandstone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/cut_red_sandstone_slab_top.json b/1.17.1/assets/minecraft/models/block/cut_red_sandstone_slab_top.json new file mode 100644 index 00000000..72b4bb65 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cut_red_sandstone_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/red_sandstone_top", + "top": "minecraft:block/red_sandstone_top", + "side": "minecraft:block/cut_red_sandstone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/cut_sandstone.json b/1.17.1/assets/minecraft/models/block/cut_sandstone.json new file mode 100644 index 00000000..00a391fc --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cut_sandstone.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/sandstone_top", + "side": "minecraft:block/cut_sandstone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/cut_sandstone_slab.json b/1.17.1/assets/minecraft/models/block/cut_sandstone_slab.json new file mode 100644 index 00000000..c61004da --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cut_sandstone_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/sandstone_top", + "top": "minecraft:block/sandstone_top", + "side": "minecraft:block/cut_sandstone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/cut_sandstone_slab_top.json b/1.17.1/assets/minecraft/models/block/cut_sandstone_slab_top.json new file mode 100644 index 00000000..c0c0becd --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cut_sandstone_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/sandstone_top", + "top": "minecraft:block/sandstone_top", + "side": "minecraft:block/cut_sandstone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/cyan_candle_cake.json b/1.17.1/assets/minecraft/models/block/cyan_candle_cake.json new file mode 100644 index 00000000..1ba5da66 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cyan_candle_cake.json @@ -0,0 +1,10 @@ +{ + "parent": "minecraft:block/template_cake_with_candle", + "textures": { + "candle": "minecraft:block/cyan_candle", + "bottom": "minecraft:block/cake_bottom", + "side": "minecraft:block/cake_side", + "top": "minecraft:block/cake_top", + "particle": "minecraft:block/cake_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/cyan_candle_cake_lit.json b/1.17.1/assets/minecraft/models/block/cyan_candle_cake_lit.json new file mode 100644 index 00000000..94f867f6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cyan_candle_cake_lit.json @@ -0,0 +1,10 @@ +{ + "parent": "minecraft:block/template_cake_with_candle", + "textures": { + "candle": "minecraft:block/cyan_candle_lit", + "bottom": "minecraft:block/cake_bottom", + "side": "minecraft:block/cake_side", + "top": "minecraft:block/cake_top", + "particle": "minecraft:block/cake_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/cyan_candle_four_candles.json b/1.17.1/assets/minecraft/models/block/cyan_candle_four_candles.json new file mode 100644 index 00000000..aba78b65 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cyan_candle_four_candles.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_four_candles", + "textures": { + "all": "minecraft:block/cyan_candle", + "particle": "minecraft:block/cyan_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/cyan_candle_four_candles_lit.json b/1.17.1/assets/minecraft/models/block/cyan_candle_four_candles_lit.json new file mode 100644 index 00000000..94c037b5 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cyan_candle_four_candles_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_four_candles", + "textures": { + "all": "minecraft:block/cyan_candle_lit", + "particle": "minecraft:block/cyan_candle_lit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/cyan_candle_one_candle.json b/1.17.1/assets/minecraft/models/block/cyan_candle_one_candle.json new file mode 100644 index 00000000..3f4cd5dd --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cyan_candle_one_candle.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_candle", + "textures": { + "all": "minecraft:block/cyan_candle", + "particle": "minecraft:block/cyan_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/cyan_candle_one_candle_lit.json b/1.17.1/assets/minecraft/models/block/cyan_candle_one_candle_lit.json new file mode 100644 index 00000000..26f7b1fc --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cyan_candle_one_candle_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_candle", + "textures": { + "all": "minecraft:block/cyan_candle_lit", + "particle": "minecraft:block/cyan_candle_lit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/cyan_candle_three_candles.json b/1.17.1/assets/minecraft/models/block/cyan_candle_three_candles.json new file mode 100644 index 00000000..46e57b1a --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cyan_candle_three_candles.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_three_candles", + "textures": { + "all": "minecraft:block/cyan_candle", + "particle": "minecraft:block/cyan_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/cyan_candle_three_candles_lit.json b/1.17.1/assets/minecraft/models/block/cyan_candle_three_candles_lit.json new file mode 100644 index 00000000..8547cf3f --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cyan_candle_three_candles_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_three_candles", + "textures": { + "all": "minecraft:block/cyan_candle_lit", + "particle": "minecraft:block/cyan_candle_lit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/cyan_candle_two_candles.json b/1.17.1/assets/minecraft/models/block/cyan_candle_two_candles.json new file mode 100644 index 00000000..420a7e65 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cyan_candle_two_candles.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_two_candles", + "textures": { + "all": "minecraft:block/cyan_candle", + "particle": "minecraft:block/cyan_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/cyan_candle_two_candles_lit.json b/1.17.1/assets/minecraft/models/block/cyan_candle_two_candles_lit.json new file mode 100644 index 00000000..26e076f1 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cyan_candle_two_candles_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_two_candles", + "textures": { + "all": "minecraft:block/cyan_candle_lit", + "particle": "minecraft:block/cyan_candle_lit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/cyan_carpet.json b/1.17.1/assets/minecraft/models/block/cyan_carpet.json new file mode 100644 index 00000000..65c4e330 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cyan_carpet.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/carpet", + "textures": { + "wool": "minecraft:block/cyan_wool" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/cyan_concrete.json b/1.17.1/assets/minecraft/models/block/cyan_concrete.json new file mode 100644 index 00000000..4972d16f --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cyan_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/cyan_concrete" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/cyan_concrete_powder.json b/1.17.1/assets/minecraft/models/block/cyan_concrete_powder.json new file mode 100644 index 00000000..0043a499 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cyan_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/cyan_concrete_powder" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/cyan_glazed_terracotta.json b/1.17.1/assets/minecraft/models/block/cyan_glazed_terracotta.json new file mode 100644 index 00000000..19e3f705 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cyan_glazed_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glazed_terracotta", + "textures": { + "pattern": "minecraft:block/cyan_glazed_terracotta" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/cyan_shulker_box.json b/1.17.1/assets/minecraft/models/block/cyan_shulker_box.json new file mode 100644 index 00000000..748f7d9f --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cyan_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "minecraft:block/cyan_shulker_box" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/cyan_stained_glass.json b/1.17.1/assets/minecraft/models/block/cyan_stained_glass.json new file mode 100644 index 00000000..7966749e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cyan_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/cyan_stained_glass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/cyan_stained_glass_pane_noside.json b/1.17.1/assets/minecraft/models/block/cyan_stained_glass_pane_noside.json new file mode 100644 index 00000000..c3caf2ef --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cyan_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glass_pane_noside", + "textures": { + "pane": "minecraft:block/cyan_stained_glass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/cyan_stained_glass_pane_noside_alt.json b/1.17.1/assets/minecraft/models/block/cyan_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..596a41aa --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cyan_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glass_pane_noside_alt", + "textures": { + "pane": "minecraft:block/cyan_stained_glass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/cyan_stained_glass_pane_post.json b/1.17.1/assets/minecraft/models/block/cyan_stained_glass_pane_post.json new file mode 100644 index 00000000..f56f76cb --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cyan_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_post", + "textures": { + "pane": "minecraft:block/cyan_stained_glass", + "edge": "minecraft:block/cyan_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/cyan_stained_glass_pane_side.json b/1.17.1/assets/minecraft/models/block/cyan_stained_glass_pane_side.json new file mode 100644 index 00000000..eeae110a --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cyan_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_side", + "textures": { + "pane": "minecraft:block/cyan_stained_glass", + "edge": "minecraft:block/cyan_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/cyan_stained_glass_pane_side_alt.json b/1.17.1/assets/minecraft/models/block/cyan_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..bca5712f --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cyan_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_side_alt", + "textures": { + "pane": "minecraft:block/cyan_stained_glass", + "edge": "minecraft:block/cyan_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/cyan_terracotta.json b/1.17.1/assets/minecraft/models/block/cyan_terracotta.json new file mode 100644 index 00000000..bbf073e1 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cyan_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/cyan_terracotta" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/cyan_wool.json b/1.17.1/assets/minecraft/models/block/cyan_wool.json new file mode 100644 index 00000000..d686a240 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/cyan_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/cyan_wool" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/damaged_anvil.json b/1.17.1/assets/minecraft/models/block/damaged_anvil.json new file mode 100644 index 00000000..33ea477b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/damaged_anvil.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_anvil", + "textures": { + "top": "minecraft:block/damaged_anvil_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/dandelion.json b/1.17.1/assets/minecraft/models/block/dandelion.json new file mode 100644 index 00000000..1b23461e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/dandelion.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/dandelion" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/dark_oak_button.json b/1.17.1/assets/minecraft/models/block/dark_oak_button.json new file mode 100644 index 00000000..9a8ceb0e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/dark_oak_button.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/button", + "textures": { + "texture": "minecraft:block/dark_oak_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/dark_oak_button_inventory.json b/1.17.1/assets/minecraft/models/block/dark_oak_button_inventory.json new file mode 100644 index 00000000..682f7e70 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/dark_oak_button_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/button_inventory", + "textures": { + "texture": "minecraft:block/dark_oak_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/dark_oak_button_pressed.json b/1.17.1/assets/minecraft/models/block/dark_oak_button_pressed.json new file mode 100644 index 00000000..9212bf49 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/dark_oak_button_pressed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/button_pressed", + "textures": { + "texture": "minecraft:block/dark_oak_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/dark_oak_door_bottom.json b/1.17.1/assets/minecraft/models/block/dark_oak_door_bottom.json new file mode 100644 index 00000000..f65ed88d --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/dark_oak_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_bottom", + "textures": { + "top": "minecraft:block/dark_oak_door_top", + "bottom": "minecraft:block/dark_oak_door_bottom" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/dark_oak_door_bottom_hinge.json b/1.17.1/assets/minecraft/models/block/dark_oak_door_bottom_hinge.json new file mode 100644 index 00000000..e33d09c1 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/dark_oak_door_bottom_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_bottom_rh", + "textures": { + "top": "minecraft:block/dark_oak_door_top", + "bottom": "minecraft:block/dark_oak_door_bottom" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/dark_oak_door_top.json b/1.17.1/assets/minecraft/models/block/dark_oak_door_top.json new file mode 100644 index 00000000..6bb09789 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/dark_oak_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_top", + "textures": { + "top": "minecraft:block/dark_oak_door_top", + "bottom": "minecraft:block/dark_oak_door_bottom" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/dark_oak_door_top_hinge.json b/1.17.1/assets/minecraft/models/block/dark_oak_door_top_hinge.json new file mode 100644 index 00000000..3a63670a --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/dark_oak_door_top_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_top_rh", + "textures": { + "top": "minecraft:block/dark_oak_door_top", + "bottom": "minecraft:block/dark_oak_door_bottom" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/dark_oak_fence_gate.json b/1.17.1/assets/minecraft/models/block/dark_oak_fence_gate.json new file mode 100644 index 00000000..d6cd9106 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/dark_oak_fence_gate.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fence_gate", + "textures": { + "texture": "minecraft:block/dark_oak_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/dark_oak_fence_gate_open.json b/1.17.1/assets/minecraft/models/block/dark_oak_fence_gate_open.json new file mode 100644 index 00000000..5ab6d1bc --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/dark_oak_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fence_gate_open", + "textures": { + "texture": "minecraft:block/dark_oak_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/dark_oak_fence_gate_wall.json b/1.17.1/assets/minecraft/models/block/dark_oak_fence_gate_wall.json new file mode 100644 index 00000000..5e372cce --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/dark_oak_fence_gate_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fence_gate_wall", + "textures": { + "texture": "minecraft:block/dark_oak_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/dark_oak_fence_gate_wall_open.json b/1.17.1/assets/minecraft/models/block/dark_oak_fence_gate_wall_open.json new file mode 100644 index 00000000..81181a3e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/dark_oak_fence_gate_wall_open.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fence_gate_wall_open", + "textures": { + "texture": "minecraft:block/dark_oak_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/dark_oak_fence_inventory.json b/1.17.1/assets/minecraft/models/block/dark_oak_fence_inventory.json new file mode 100644 index 00000000..34976cb6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/dark_oak_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/fence_inventory", + "textures": { + "texture": "minecraft:block/dark_oak_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/dark_oak_fence_post.json b/1.17.1/assets/minecraft/models/block/dark_oak_fence_post.json new file mode 100644 index 00000000..7ddb63e0 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/dark_oak_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/fence_post", + "textures": { + "texture": "minecraft:block/dark_oak_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/dark_oak_fence_side.json b/1.17.1/assets/minecraft/models/block/dark_oak_fence_side.json new file mode 100644 index 00000000..6db6293c --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/dark_oak_fence_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/fence_side", + "textures": { + "texture": "minecraft:block/dark_oak_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/dark_oak_leaves.json b/1.17.1/assets/minecraft/models/block/dark_oak_leaves.json new file mode 100644 index 00000000..c5a0ee7c --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/dark_oak_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/leaves", + "textures": { + "all": "minecraft:block/dark_oak_leaves" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/dark_oak_log.json b/1.17.1/assets/minecraft/models/block/dark_oak_log.json new file mode 100644 index 00000000..0a875950 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/dark_oak_log.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/dark_oak_log_top", + "side": "minecraft:block/dark_oak_log" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/dark_oak_log_horizontal.json b/1.17.1/assets/minecraft/models/block/dark_oak_log_horizontal.json new file mode 100644 index 00000000..044f4d5a --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/dark_oak_log_horizontal.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column_horizontal", + "textures": { + "end": "minecraft:block/dark_oak_log_top", + "side": "minecraft:block/dark_oak_log" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/dark_oak_planks.json b/1.17.1/assets/minecraft/models/block/dark_oak_planks.json new file mode 100644 index 00000000..443669e9 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/dark_oak_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/dark_oak_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/dark_oak_pressure_plate.json b/1.17.1/assets/minecraft/models/block/dark_oak_pressure_plate.json new file mode 100644 index 00000000..cae875a7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/dark_oak_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/pressure_plate_up", + "textures": { + "texture": "minecraft:block/dark_oak_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/dark_oak_pressure_plate_down.json b/1.17.1/assets/minecraft/models/block/dark_oak_pressure_plate_down.json new file mode 100644 index 00000000..8effed63 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/dark_oak_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/pressure_plate_down", + "textures": { + "texture": "minecraft:block/dark_oak_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/dark_oak_sapling.json b/1.17.1/assets/minecraft/models/block/dark_oak_sapling.json new file mode 100644 index 00000000..bc9e9532 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/dark_oak_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/dark_oak_sapling" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/dark_oak_sign.json b/1.17.1/assets/minecraft/models/block/dark_oak_sign.json new file mode 100644 index 00000000..52cfc99c --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/dark_oak_sign.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "minecraft:block/dark_oak_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/dark_oak_slab.json b/1.17.1/assets/minecraft/models/block/dark_oak_slab.json new file mode 100644 index 00000000..c3383dc2 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/dark_oak_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/dark_oak_planks", + "top": "minecraft:block/dark_oak_planks", + "side": "minecraft:block/dark_oak_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/dark_oak_slab_top.json b/1.17.1/assets/minecraft/models/block/dark_oak_slab_top.json new file mode 100644 index 00000000..dedc4150 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/dark_oak_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/dark_oak_planks", + "top": "minecraft:block/dark_oak_planks", + "side": "minecraft:block/dark_oak_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/dark_oak_stairs.json b/1.17.1/assets/minecraft/models/block/dark_oak_stairs.json new file mode 100644 index 00000000..7bbda053 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/dark_oak_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/dark_oak_planks", + "top": "minecraft:block/dark_oak_planks", + "side": "minecraft:block/dark_oak_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/dark_oak_stairs_inner.json b/1.17.1/assets/minecraft/models/block/dark_oak_stairs_inner.json new file mode 100644 index 00000000..40f6c6b1 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/dark_oak_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/dark_oak_planks", + "top": "minecraft:block/dark_oak_planks", + "side": "minecraft:block/dark_oak_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/dark_oak_stairs_outer.json b/1.17.1/assets/minecraft/models/block/dark_oak_stairs_outer.json new file mode 100644 index 00000000..6e9b4f90 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/dark_oak_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/dark_oak_planks", + "top": "minecraft:block/dark_oak_planks", + "side": "minecraft:block/dark_oak_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/dark_oak_trapdoor_bottom.json b/1.17.1/assets/minecraft/models/block/dark_oak_trapdoor_bottom.json new file mode 100644 index 00000000..332c78b6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/dark_oak_trapdoor_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_trapdoor_bottom", + "textures": { + "texture": "minecraft:block/dark_oak_trapdoor" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/dark_oak_trapdoor_open.json b/1.17.1/assets/minecraft/models/block/dark_oak_trapdoor_open.json new file mode 100644 index 00000000..911cfb10 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/dark_oak_trapdoor_open.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_trapdoor_open", + "textures": { + "texture": "minecraft:block/dark_oak_trapdoor" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/dark_oak_trapdoor_top.json b/1.17.1/assets/minecraft/models/block/dark_oak_trapdoor_top.json new file mode 100644 index 00000000..44233202 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/dark_oak_trapdoor_top.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_trapdoor_top", + "textures": { + "texture": "minecraft:block/dark_oak_trapdoor" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/dark_oak_wood.json b/1.17.1/assets/minecraft/models/block/dark_oak_wood.json new file mode 100644 index 00000000..ac9cad05 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/dark_oak_wood.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/dark_oak_log", + "side": "minecraft:block/dark_oak_log" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/dark_prismarine.json b/1.17.1/assets/minecraft/models/block/dark_prismarine.json new file mode 100644 index 00000000..545193a6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/dark_prismarine.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/dark_prismarine" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/dark_prismarine_slab.json b/1.17.1/assets/minecraft/models/block/dark_prismarine_slab.json new file mode 100644 index 00000000..2a3ef1f1 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/dark_prismarine_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/dark_prismarine", + "top": "minecraft:block/dark_prismarine", + "side": "minecraft:block/dark_prismarine" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/dark_prismarine_slab_top.json b/1.17.1/assets/minecraft/models/block/dark_prismarine_slab_top.json new file mode 100644 index 00000000..b9cc950f --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/dark_prismarine_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/dark_prismarine", + "top": "minecraft:block/dark_prismarine", + "side": "minecraft:block/dark_prismarine" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/dark_prismarine_stairs.json b/1.17.1/assets/minecraft/models/block/dark_prismarine_stairs.json new file mode 100644 index 00000000..3505158e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/dark_prismarine_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/dark_prismarine", + "top": "minecraft:block/dark_prismarine", + "side": "minecraft:block/dark_prismarine" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/dark_prismarine_stairs_inner.json b/1.17.1/assets/minecraft/models/block/dark_prismarine_stairs_inner.json new file mode 100644 index 00000000..94ad8313 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/dark_prismarine_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/dark_prismarine", + "top": "minecraft:block/dark_prismarine", + "side": "minecraft:block/dark_prismarine" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/dark_prismarine_stairs_outer.json b/1.17.1/assets/minecraft/models/block/dark_prismarine_stairs_outer.json new file mode 100644 index 00000000..2064c1d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/dark_prismarine_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/dark_prismarine", + "top": "minecraft:block/dark_prismarine", + "side": "minecraft:block/dark_prismarine" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/daylight_detector.json b/1.17.1/assets/minecraft/models/block/daylight_detector.json new file mode 100644 index 00000000..bbc0cced --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/daylight_detector.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_daylight_detector", + "textures": { + "top": "minecraft:block/daylight_detector_top", + "side": "minecraft:block/daylight_detector_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/daylight_detector_inverted.json b/1.17.1/assets/minecraft/models/block/daylight_detector_inverted.json new file mode 100644 index 00000000..5ab891d7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/daylight_detector_inverted.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_daylight_detector", + "textures": { + "top": "minecraft:block/daylight_detector_inverted_top", + "side": "minecraft:block/daylight_detector_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/dead_brain_coral.json b/1.17.1/assets/minecraft/models/block/dead_brain_coral.json new file mode 100644 index 00000000..b6ddeefd --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/dead_brain_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/dead_brain_coral" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/dead_brain_coral_block.json b/1.17.1/assets/minecraft/models/block/dead_brain_coral_block.json new file mode 100644 index 00000000..d81ec753 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/dead_brain_coral_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/dead_brain_coral_block" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/dead_brain_coral_fan.json b/1.17.1/assets/minecraft/models/block/dead_brain_coral_fan.json new file mode 100644 index 00000000..e9bc5a20 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/dead_brain_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/coral_fan", + "textures": { + "fan": "minecraft:block/dead_brain_coral_fan" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/dead_brain_coral_wall_fan.json b/1.17.1/assets/minecraft/models/block/dead_brain_coral_wall_fan.json new file mode 100644 index 00000000..6c25874d --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/dead_brain_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/coral_wall_fan", + "textures": { + "fan": "minecraft:block/dead_brain_coral_fan" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/dead_bubble_coral.json b/1.17.1/assets/minecraft/models/block/dead_bubble_coral.json new file mode 100644 index 00000000..62708cfc --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/dead_bubble_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/dead_bubble_coral" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/dead_bubble_coral_block.json b/1.17.1/assets/minecraft/models/block/dead_bubble_coral_block.json new file mode 100644 index 00000000..53b47644 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/dead_bubble_coral_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/dead_bubble_coral_block" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/dead_bubble_coral_fan.json b/1.17.1/assets/minecraft/models/block/dead_bubble_coral_fan.json new file mode 100644 index 00000000..4f104c5a --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/dead_bubble_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/coral_fan", + "textures": { + "fan": "minecraft:block/dead_bubble_coral_fan" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/dead_bubble_coral_wall_fan.json b/1.17.1/assets/minecraft/models/block/dead_bubble_coral_wall_fan.json new file mode 100644 index 00000000..e9f9688a --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/dead_bubble_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/coral_wall_fan", + "textures": { + "fan": "minecraft:block/dead_bubble_coral_fan" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/dead_bush.json b/1.17.1/assets/minecraft/models/block/dead_bush.json new file mode 100644 index 00000000..01573a5c --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/dead_bush.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/dead_bush" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/dead_fire_coral.json b/1.17.1/assets/minecraft/models/block/dead_fire_coral.json new file mode 100644 index 00000000..8121184a --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/dead_fire_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/dead_fire_coral" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/dead_fire_coral_block.json b/1.17.1/assets/minecraft/models/block/dead_fire_coral_block.json new file mode 100644 index 00000000..a49a17a2 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/dead_fire_coral_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/dead_fire_coral_block" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/dead_fire_coral_fan.json b/1.17.1/assets/minecraft/models/block/dead_fire_coral_fan.json new file mode 100644 index 00000000..7eb4884d --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/dead_fire_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/coral_fan", + "textures": { + "fan": "minecraft:block/dead_fire_coral_fan" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/dead_fire_coral_wall_fan.json b/1.17.1/assets/minecraft/models/block/dead_fire_coral_wall_fan.json new file mode 100644 index 00000000..62abee0b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/dead_fire_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/coral_wall_fan", + "textures": { + "fan": "minecraft:block/dead_fire_coral_fan" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/dead_horn_coral.json b/1.17.1/assets/minecraft/models/block/dead_horn_coral.json new file mode 100644 index 00000000..ea1fb389 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/dead_horn_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/dead_horn_coral" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/dead_horn_coral_block.json b/1.17.1/assets/minecraft/models/block/dead_horn_coral_block.json new file mode 100644 index 00000000..6e6505d9 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/dead_horn_coral_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/dead_horn_coral_block" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/dead_horn_coral_fan.json b/1.17.1/assets/minecraft/models/block/dead_horn_coral_fan.json new file mode 100644 index 00000000..0a14c1c6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/dead_horn_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/coral_fan", + "textures": { + "fan": "minecraft:block/dead_horn_coral_fan" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/dead_horn_coral_wall_fan.json b/1.17.1/assets/minecraft/models/block/dead_horn_coral_wall_fan.json new file mode 100644 index 00000000..e303e967 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/dead_horn_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/coral_wall_fan", + "textures": { + "fan": "minecraft:block/dead_horn_coral_fan" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/dead_sea_pickle.json b/1.17.1/assets/minecraft/models/block/dead_sea_pickle.json new file mode 100644 index 00000000..ce3ee6eb --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/dead_sea_pickle.json @@ -0,0 +1,27 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/sea_pickle", + "all": "block/sea_pickle" + }, + "elements": [ + { "from": [ 6, 0, 6 ], + "to": [ 10, 6, 10 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" } + } + }, + { + "from": [ 6, 5.95, 6 ], + "to": [ 10, 5.95, 10 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/dead_tube_coral.json b/1.17.1/assets/minecraft/models/block/dead_tube_coral.json new file mode 100644 index 00000000..568dd7cb --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/dead_tube_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/dead_tube_coral" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/dead_tube_coral_block.json b/1.17.1/assets/minecraft/models/block/dead_tube_coral_block.json new file mode 100644 index 00000000..7768abbf --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/dead_tube_coral_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/dead_tube_coral_block" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/dead_tube_coral_fan.json b/1.17.1/assets/minecraft/models/block/dead_tube_coral_fan.json new file mode 100644 index 00000000..31080a1b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/dead_tube_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/coral_fan", + "textures": { + "fan": "minecraft:block/dead_tube_coral_fan" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/dead_tube_coral_wall_fan.json b/1.17.1/assets/minecraft/models/block/dead_tube_coral_wall_fan.json new file mode 100644 index 00000000..20dab6c1 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/dead_tube_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/coral_wall_fan", + "textures": { + "fan": "minecraft:block/dead_tube_coral_fan" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/deepslate.json b/1.17.1/assets/minecraft/models/block/deepslate.json new file mode 100644 index 00000000..dff2a5c6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/deepslate.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/deepslate_top", + "side": "minecraft:block/deepslate" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/deepslate_brick_slab.json b/1.17.1/assets/minecraft/models/block/deepslate_brick_slab.json new file mode 100644 index 00000000..d17bd1ee --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/deepslate_brick_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/deepslate_bricks", + "top": "minecraft:block/deepslate_bricks", + "side": "minecraft:block/deepslate_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/deepslate_brick_slab_top.json b/1.17.1/assets/minecraft/models/block/deepslate_brick_slab_top.json new file mode 100644 index 00000000..c662b914 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/deepslate_brick_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/deepslate_bricks", + "top": "minecraft:block/deepslate_bricks", + "side": "minecraft:block/deepslate_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/deepslate_brick_stairs.json b/1.17.1/assets/minecraft/models/block/deepslate_brick_stairs.json new file mode 100644 index 00000000..1017682b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/deepslate_brick_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/deepslate_bricks", + "top": "minecraft:block/deepslate_bricks", + "side": "minecraft:block/deepslate_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/deepslate_brick_stairs_inner.json b/1.17.1/assets/minecraft/models/block/deepslate_brick_stairs_inner.json new file mode 100644 index 00000000..c6302521 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/deepslate_brick_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/deepslate_bricks", + "top": "minecraft:block/deepslate_bricks", + "side": "minecraft:block/deepslate_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/deepslate_brick_stairs_outer.json b/1.17.1/assets/minecraft/models/block/deepslate_brick_stairs_outer.json new file mode 100644 index 00000000..8a74a94c --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/deepslate_brick_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/deepslate_bricks", + "top": "minecraft:block/deepslate_bricks", + "side": "minecraft:block/deepslate_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/deepslate_brick_wall_inventory.json b/1.17.1/assets/minecraft/models/block/deepslate_brick_wall_inventory.json new file mode 100644 index 00000000..74224324 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/deepslate_brick_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "minecraft:block/deepslate_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/deepslate_brick_wall_post.json b/1.17.1/assets/minecraft/models/block/deepslate_brick_wall_post.json new file mode 100644 index 00000000..0497e7b6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/deepslate_brick_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "minecraft:block/deepslate_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/deepslate_brick_wall_side.json b/1.17.1/assets/minecraft/models/block/deepslate_brick_wall_side.json new file mode 100644 index 00000000..c927a7b5 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/deepslate_brick_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "minecraft:block/deepslate_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/deepslate_brick_wall_side_tall.json b/1.17.1/assets/minecraft/models/block/deepslate_brick_wall_side_tall.json new file mode 100644 index 00000000..8674f91e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/deepslate_brick_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "minecraft:block/deepslate_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/deepslate_bricks.json b/1.17.1/assets/minecraft/models/block/deepslate_bricks.json new file mode 100644 index 00000000..cebe5470 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/deepslate_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/deepslate_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/deepslate_coal_ore.json b/1.17.1/assets/minecraft/models/block/deepslate_coal_ore.json new file mode 100644 index 00000000..808803b3 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/deepslate_coal_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/deepslate_coal_ore" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/deepslate_copper_ore.json b/1.17.1/assets/minecraft/models/block/deepslate_copper_ore.json new file mode 100644 index 00000000..50e3a622 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/deepslate_copper_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/deepslate_copper_ore" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/deepslate_diamond_ore.json b/1.17.1/assets/minecraft/models/block/deepslate_diamond_ore.json new file mode 100644 index 00000000..eea2f4ba --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/deepslate_diamond_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/deepslate_diamond_ore" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/deepslate_emerald_ore.json b/1.17.1/assets/minecraft/models/block/deepslate_emerald_ore.json new file mode 100644 index 00000000..47ccf6d8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/deepslate_emerald_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/deepslate_emerald_ore" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/deepslate_gold_ore.json b/1.17.1/assets/minecraft/models/block/deepslate_gold_ore.json new file mode 100644 index 00000000..6111c16f --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/deepslate_gold_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/deepslate_gold_ore" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/deepslate_iron_ore.json b/1.17.1/assets/minecraft/models/block/deepslate_iron_ore.json new file mode 100644 index 00000000..fd7a8e48 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/deepslate_iron_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/deepslate_iron_ore" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/deepslate_lapis_ore.json b/1.17.1/assets/minecraft/models/block/deepslate_lapis_ore.json new file mode 100644 index 00000000..fa19ebab --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/deepslate_lapis_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/deepslate_lapis_ore" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/deepslate_mirrored.json b/1.17.1/assets/minecraft/models/block/deepslate_mirrored.json new file mode 100644 index 00000000..12a83f21 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/deepslate_mirrored.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column_mirrored", + "textures": { + "end": "minecraft:block/deepslate_top", + "side": "minecraft:block/deepslate" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/deepslate_redstone_ore.json b/1.17.1/assets/minecraft/models/block/deepslate_redstone_ore.json new file mode 100644 index 00000000..ff45a3c0 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/deepslate_redstone_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/deepslate_redstone_ore" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/deepslate_tile_slab.json b/1.17.1/assets/minecraft/models/block/deepslate_tile_slab.json new file mode 100644 index 00000000..d6908bdd --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/deepslate_tile_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/deepslate_tiles", + "top": "minecraft:block/deepslate_tiles", + "side": "minecraft:block/deepslate_tiles" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/deepslate_tile_slab_top.json b/1.17.1/assets/minecraft/models/block/deepslate_tile_slab_top.json new file mode 100644 index 00000000..57cd28e2 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/deepslate_tile_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/deepslate_tiles", + "top": "minecraft:block/deepslate_tiles", + "side": "minecraft:block/deepslate_tiles" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/deepslate_tile_stairs.json b/1.17.1/assets/minecraft/models/block/deepslate_tile_stairs.json new file mode 100644 index 00000000..482e55c3 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/deepslate_tile_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/deepslate_tiles", + "top": "minecraft:block/deepslate_tiles", + "side": "minecraft:block/deepslate_tiles" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/deepslate_tile_stairs_inner.json b/1.17.1/assets/minecraft/models/block/deepslate_tile_stairs_inner.json new file mode 100644 index 00000000..45886f8e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/deepslate_tile_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/deepslate_tiles", + "top": "minecraft:block/deepslate_tiles", + "side": "minecraft:block/deepslate_tiles" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/deepslate_tile_stairs_outer.json b/1.17.1/assets/minecraft/models/block/deepslate_tile_stairs_outer.json new file mode 100644 index 00000000..2472d284 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/deepslate_tile_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/deepslate_tiles", + "top": "minecraft:block/deepslate_tiles", + "side": "minecraft:block/deepslate_tiles" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/deepslate_tile_wall_inventory.json b/1.17.1/assets/minecraft/models/block/deepslate_tile_wall_inventory.json new file mode 100644 index 00000000..7ee2ba1b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/deepslate_tile_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "minecraft:block/deepslate_tiles" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/deepslate_tile_wall_post.json b/1.17.1/assets/minecraft/models/block/deepslate_tile_wall_post.json new file mode 100644 index 00000000..bb6f0b94 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/deepslate_tile_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "minecraft:block/deepslate_tiles" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/deepslate_tile_wall_side.json b/1.17.1/assets/minecraft/models/block/deepslate_tile_wall_side.json new file mode 100644 index 00000000..6e27c7b9 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/deepslate_tile_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "minecraft:block/deepslate_tiles" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/deepslate_tile_wall_side_tall.json b/1.17.1/assets/minecraft/models/block/deepslate_tile_wall_side_tall.json new file mode 100644 index 00000000..fd638ff8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/deepslate_tile_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "minecraft:block/deepslate_tiles" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/deepslate_tiles.json b/1.17.1/assets/minecraft/models/block/deepslate_tiles.json new file mode 100644 index 00000000..91ff5fce --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/deepslate_tiles.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/deepslate_tiles" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/detector_rail.json b/1.17.1/assets/minecraft/models/block/detector_rail.json new file mode 100644 index 00000000..22b66826 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/detector_rail.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/rail_flat", + "textures": { + "rail": "minecraft:block/detector_rail" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/detector_rail_on.json b/1.17.1/assets/minecraft/models/block/detector_rail_on.json new file mode 100644 index 00000000..0cba22b8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/detector_rail_on.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/rail_flat", + "textures": { + "rail": "minecraft:block/detector_rail_on" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/detector_rail_on_raised_ne.json b/1.17.1/assets/minecraft/models/block/detector_rail_on_raised_ne.json new file mode 100644 index 00000000..fe6bd149 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/detector_rail_on_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_rail_raised_ne", + "textures": { + "rail": "minecraft:block/detector_rail_on" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/detector_rail_on_raised_sw.json b/1.17.1/assets/minecraft/models/block/detector_rail_on_raised_sw.json new file mode 100644 index 00000000..65615170 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/detector_rail_on_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_rail_raised_sw", + "textures": { + "rail": "minecraft:block/detector_rail_on" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/detector_rail_raised_ne.json b/1.17.1/assets/minecraft/models/block/detector_rail_raised_ne.json new file mode 100644 index 00000000..9128675b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/detector_rail_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_rail_raised_ne", + "textures": { + "rail": "minecraft:block/detector_rail" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/detector_rail_raised_sw.json b/1.17.1/assets/minecraft/models/block/detector_rail_raised_sw.json new file mode 100644 index 00000000..74ee588f --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/detector_rail_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_rail_raised_sw", + "textures": { + "rail": "minecraft:block/detector_rail" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/diamond_block.json b/1.17.1/assets/minecraft/models/block/diamond_block.json new file mode 100644 index 00000000..a021068b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/diamond_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/diamond_block" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/diamond_ore.json b/1.17.1/assets/minecraft/models/block/diamond_ore.json new file mode 100644 index 00000000..ca8480e5 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/diamond_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/diamond_ore" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/diorite.json b/1.17.1/assets/minecraft/models/block/diorite.json new file mode 100644 index 00000000..9f1f6eba --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/diorite.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/diorite" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/diorite_slab.json b/1.17.1/assets/minecraft/models/block/diorite_slab.json new file mode 100644 index 00000000..730d6734 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/diorite_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/diorite", + "top": "minecraft:block/diorite", + "side": "minecraft:block/diorite" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/diorite_slab_top.json b/1.17.1/assets/minecraft/models/block/diorite_slab_top.json new file mode 100644 index 00000000..42a274cf --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/diorite_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/diorite", + "top": "minecraft:block/diorite", + "side": "minecraft:block/diorite" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/diorite_stairs.json b/1.17.1/assets/minecraft/models/block/diorite_stairs.json new file mode 100644 index 00000000..198405b2 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/diorite_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/diorite", + "top": "minecraft:block/diorite", + "side": "minecraft:block/diorite" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/diorite_stairs_inner.json b/1.17.1/assets/minecraft/models/block/diorite_stairs_inner.json new file mode 100644 index 00000000..175e4793 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/diorite_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/diorite", + "top": "minecraft:block/diorite", + "side": "minecraft:block/diorite" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/diorite_stairs_outer.json b/1.17.1/assets/minecraft/models/block/diorite_stairs_outer.json new file mode 100644 index 00000000..5de40df5 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/diorite_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/diorite", + "top": "minecraft:block/diorite", + "side": "minecraft:block/diorite" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/diorite_wall_inventory.json b/1.17.1/assets/minecraft/models/block/diorite_wall_inventory.json new file mode 100644 index 00000000..9e364aa8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/diorite_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "minecraft:block/diorite" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/diorite_wall_post.json b/1.17.1/assets/minecraft/models/block/diorite_wall_post.json new file mode 100644 index 00000000..7f161101 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/diorite_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "minecraft:block/diorite" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/diorite_wall_side.json b/1.17.1/assets/minecraft/models/block/diorite_wall_side.json new file mode 100644 index 00000000..633d2539 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/diorite_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "minecraft:block/diorite" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/diorite_wall_side_tall.json b/1.17.1/assets/minecraft/models/block/diorite_wall_side_tall.json new file mode 100644 index 00000000..0e5ea70f --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/diorite_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "minecraft:block/diorite" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/dirt.json b/1.17.1/assets/minecraft/models/block/dirt.json new file mode 100644 index 00000000..04794138 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/dirt.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/dirt" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/dirt_path.json b/1.17.1/assets/minecraft/models/block/dirt_path.json new file mode 100644 index 00000000..95c880db --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/dirt_path.json @@ -0,0 +1,21 @@ +{ "parent": "block/block", + "textures": { + "particle": "block/dirt", + "top": "block/dirt_path_top", + "side": "block/dirt_path_side", + "bottom": "block/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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/dispenser.json b/1.17.1/assets/minecraft/models/block/dispenser.json new file mode 100644 index 00000000..d34ff2db --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/dispenser.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/orientable", + "textures": { + "top": "minecraft:block/furnace_top", + "front": "minecraft:block/dispenser_front", + "side": "minecraft:block/furnace_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/dispenser_vertical.json b/1.17.1/assets/minecraft/models/block/dispenser_vertical.json new file mode 100644 index 00000000..7b681162 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/dispenser_vertical.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/orientable_vertical", + "textures": { + "front": "minecraft:block/dispenser_front_vertical", + "side": "minecraft:block/furnace_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/door_bottom.json b/1.17.1/assets/minecraft/models/block/door_bottom.json new file mode 100644 index 00000000..905758fe --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/door_bottom.json @@ -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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/door_bottom_rh.json b/1.17.1/assets/minecraft/models/block/door_bottom_rh.json new file mode 100644 index 00000000..26acf4c7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/door_bottom_rh.json @@ -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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/door_top.json b/1.17.1/assets/minecraft/models/block/door_top.json new file mode 100644 index 00000000..809fa443 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/door_top.json @@ -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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/door_top_rh.json b/1.17.1/assets/minecraft/models/block/door_top_rh.json new file mode 100644 index 00000000..e7d2f930 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/door_top_rh.json @@ -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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/dragon_egg.json b/1.17.1/assets/minecraft/models/block/dragon_egg.json new file mode 100644 index 00000000..19e6c4e2 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/dragon_egg.json @@ -0,0 +1,97 @@ +{ "parent": "block/block", + "ambientocclusion": false, + "textures": { + "particle": "block/dragon_egg", + "all": "block/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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/dried_kelp_block.json b/1.17.1/assets/minecraft/models/block/dried_kelp_block.json new file mode 100644 index 00000000..4d76967b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/dried_kelp_block.json @@ -0,0 +1,25 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/dried_kelp_side", + "down": "block/dried_kelp_bottom", + "up": "block/dried_kelp_top", + "north": "block/dried_kelp_side", + "east": "block/dried_kelp_side", + "south": "block/dried_kelp_side", + "west": "block/dried_kelp_side" + }, + "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": { "uv": [16, 0, 0, 16], "texture": "#south", "cullface": "south" }, + "west": { "texture": "#west", "cullface": "west" }, + "east": { "uv": [16, 0, 0, 16], "texture": "#east", "cullface": "east" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/dripstone_block.json b/1.17.1/assets/minecraft/models/block/dripstone_block.json new file mode 100644 index 00000000..7c1da3f2 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/dripstone_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/dripstone_block" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/dropper.json b/1.17.1/assets/minecraft/models/block/dropper.json new file mode 100644 index 00000000..e5dd35a2 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/dropper.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/orientable", + "textures": { + "top": "minecraft:block/furnace_top", + "front": "minecraft:block/dropper_front", + "side": "minecraft:block/furnace_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/dropper_vertical.json b/1.17.1/assets/minecraft/models/block/dropper_vertical.json new file mode 100644 index 00000000..98c24a7a --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/dropper_vertical.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/orientable_vertical", + "textures": { + "front": "minecraft:block/dropper_front_vertical", + "side": "minecraft:block/furnace_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/emerald_block.json b/1.17.1/assets/minecraft/models/block/emerald_block.json new file mode 100644 index 00000000..ae7a4f4c --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/emerald_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/emerald_block" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/emerald_ore.json b/1.17.1/assets/minecraft/models/block/emerald_ore.json new file mode 100644 index 00000000..b71c29b8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/emerald_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/emerald_ore" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/enchanting_table.json b/1.17.1/assets/minecraft/models/block/enchanting_table.json new file mode 100644 index 00000000..404ca9a3 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/enchanting_table.json @@ -0,0 +1,21 @@ +{ "parent": "block/block", + "textures": { + "particle": "block/enchanting_table_bottom", + "bottom": "block/enchanting_table_bottom", + "top": "block/enchanting_table_top", + "side": "block/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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/end_portal.json b/1.17.1/assets/minecraft/models/block/end_portal.json new file mode 100644 index 00000000..ae6b33b2 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/end_portal.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "minecraft:block/obsidian" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/end_portal_frame.json b/1.17.1/assets/minecraft/models/block/end_portal_frame.json new file mode 100644 index 00000000..ac716efd --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/end_portal_frame.json @@ -0,0 +1,21 @@ +{ "parent": "block/block", + "textures": { + "particle": "block/end_portal_frame_side", + "bottom": "block/end_stone", + "top": "block/end_portal_frame_top", + "side": "block/end_portal_frame_side" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 13, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 0, 3, 16, 16 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 0, 3, 16, 16 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 3, 16, 16 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 3, 16, 16 ], "texture": "#side", "cullface": "east" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/end_portal_frame_filled.json b/1.17.1/assets/minecraft/models/block/end_portal_frame_filled.json new file mode 100644 index 00000000..b3ed9297 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/end_portal_frame_filled.json @@ -0,0 +1,32 @@ +{ + "textures": { + "particle": "block/end_portal_frame_side", + "bottom": "block/end_stone", + "top": "block/end_portal_frame_top", + "side": "block/end_portal_frame_side", + "eye": "block/end_portal_frame_eye" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 13, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 0, 3, 16, 16 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 0, 3, 16, 16 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 3, 16, 16 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 3, 16, 16 ], "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 4, 13, 4 ], + "to": [ 12, 16, 12 ], + "faces": { + "up": { "uv": [ 4, 4, 12, 12 ], "texture": "#eye", "cullface": "up" }, + "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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/end_rod.json b/1.17.1/assets/minecraft/models/block/end_rod.json new file mode 100644 index 00000000..04326c78 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/end_rod.json @@ -0,0 +1,44 @@ +{ "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": "block/end_rod", + "particle": "block/end_rod" + }, + "elements": [ + { + "from": [ 6, 0, 6 ], + "to": [ 10, 1, 10 ], + "faces": { + "down": { "uv": [ 6, 6, 2, 2 ], "texture": "#end_rod", "cullface": "down" }, + "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": { + "up": { "uv": [ 2, 0, 4, 2 ], "texture": "#end_rod", "cullface": "up" }, + "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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/end_stone.json b/1.17.1/assets/minecraft/models/block/end_stone.json new file mode 100644 index 00000000..b3cc680e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/end_stone.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/end_stone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/end_stone_brick_slab.json b/1.17.1/assets/minecraft/models/block/end_stone_brick_slab.json new file mode 100644 index 00000000..c197e4cb --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/end_stone_brick_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/end_stone_bricks", + "top": "minecraft:block/end_stone_bricks", + "side": "minecraft:block/end_stone_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/end_stone_brick_slab_top.json b/1.17.1/assets/minecraft/models/block/end_stone_brick_slab_top.json new file mode 100644 index 00000000..e7f37831 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/end_stone_brick_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/end_stone_bricks", + "top": "minecraft:block/end_stone_bricks", + "side": "minecraft:block/end_stone_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/end_stone_brick_stairs.json b/1.17.1/assets/minecraft/models/block/end_stone_brick_stairs.json new file mode 100644 index 00000000..1e838be1 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/end_stone_brick_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/end_stone_bricks", + "top": "minecraft:block/end_stone_bricks", + "side": "minecraft:block/end_stone_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/end_stone_brick_stairs_inner.json b/1.17.1/assets/minecraft/models/block/end_stone_brick_stairs_inner.json new file mode 100644 index 00000000..fae9fec7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/end_stone_brick_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/end_stone_bricks", + "top": "minecraft:block/end_stone_bricks", + "side": "minecraft:block/end_stone_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/end_stone_brick_stairs_outer.json b/1.17.1/assets/minecraft/models/block/end_stone_brick_stairs_outer.json new file mode 100644 index 00000000..1284887c --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/end_stone_brick_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/end_stone_bricks", + "top": "minecraft:block/end_stone_bricks", + "side": "minecraft:block/end_stone_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/end_stone_brick_wall_inventory.json b/1.17.1/assets/minecraft/models/block/end_stone_brick_wall_inventory.json new file mode 100644 index 00000000..8d84ef2c --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/end_stone_brick_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "minecraft:block/end_stone_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/end_stone_brick_wall_post.json b/1.17.1/assets/minecraft/models/block/end_stone_brick_wall_post.json new file mode 100644 index 00000000..fba19f84 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/end_stone_brick_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "minecraft:block/end_stone_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/end_stone_brick_wall_side.json b/1.17.1/assets/minecraft/models/block/end_stone_brick_wall_side.json new file mode 100644 index 00000000..be12a31b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/end_stone_brick_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "minecraft:block/end_stone_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/end_stone_brick_wall_side_tall.json b/1.17.1/assets/minecraft/models/block/end_stone_brick_wall_side_tall.json new file mode 100644 index 00000000..ba695b27 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/end_stone_brick_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "minecraft:block/end_stone_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/end_stone_bricks.json b/1.17.1/assets/minecraft/models/block/end_stone_bricks.json new file mode 100644 index 00000000..fd288c3d --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/end_stone_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/end_stone_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/ender_chest.json b/1.17.1/assets/minecraft/models/block/ender_chest.json new file mode 100644 index 00000000..ae6b33b2 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/ender_chest.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "minecraft:block/obsidian" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/exposed_copper.json b/1.17.1/assets/minecraft/models/block/exposed_copper.json new file mode 100644 index 00000000..8d02db6d --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/exposed_copper.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/exposed_copper" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/exposed_cut_copper.json b/1.17.1/assets/minecraft/models/block/exposed_cut_copper.json new file mode 100644 index 00000000..42cfd595 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/exposed_cut_copper.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/exposed_cut_copper" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/exposed_cut_copper_slab.json b/1.17.1/assets/minecraft/models/block/exposed_cut_copper_slab.json new file mode 100644 index 00000000..1c62fd35 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/exposed_cut_copper_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/exposed_cut_copper", + "top": "minecraft:block/exposed_cut_copper", + "side": "minecraft:block/exposed_cut_copper" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/exposed_cut_copper_slab_top.json b/1.17.1/assets/minecraft/models/block/exposed_cut_copper_slab_top.json new file mode 100644 index 00000000..12f186d1 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/exposed_cut_copper_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/exposed_cut_copper", + "top": "minecraft:block/exposed_cut_copper", + "side": "minecraft:block/exposed_cut_copper" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/exposed_cut_copper_stairs.json b/1.17.1/assets/minecraft/models/block/exposed_cut_copper_stairs.json new file mode 100644 index 00000000..abd92aa4 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/exposed_cut_copper_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/exposed_cut_copper", + "top": "minecraft:block/exposed_cut_copper", + "side": "minecraft:block/exposed_cut_copper" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/exposed_cut_copper_stairs_inner.json b/1.17.1/assets/minecraft/models/block/exposed_cut_copper_stairs_inner.json new file mode 100644 index 00000000..343cac21 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/exposed_cut_copper_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/exposed_cut_copper", + "top": "minecraft:block/exposed_cut_copper", + "side": "minecraft:block/exposed_cut_copper" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/exposed_cut_copper_stairs_outer.json b/1.17.1/assets/minecraft/models/block/exposed_cut_copper_stairs_outer.json new file mode 100644 index 00000000..487e147b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/exposed_cut_copper_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/exposed_cut_copper", + "top": "minecraft:block/exposed_cut_copper", + "side": "minecraft:block/exposed_cut_copper" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/farmland.json b/1.17.1/assets/minecraft/models/block/farmland.json new file mode 100644 index 00000000..6fb9a895 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/farmland.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_farmland", + "textures": { + "dirt": "minecraft:block/dirt", + "top": "minecraft:block/farmland" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/farmland_moist.json b/1.17.1/assets/minecraft/models/block/farmland_moist.json new file mode 100644 index 00000000..4ef2e24b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/farmland_moist.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_farmland", + "textures": { + "dirt": "minecraft:block/dirt", + "top": "minecraft:block/farmland_moist" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/fence_inventory.json b/1.17.1/assets/minecraft/models/block/fence_inventory.json new file mode 100644 index 00000000..514f7416 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/fence_inventory.json @@ -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" + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/fence_post.json b/1.17.1/assets/minecraft/models/block/fence_post.json new file mode 100644 index 00000000..4f6a7438 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/fence_post.json @@ -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" + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/fence_side.json b/1.17.1/assets/minecraft/models/block/fence_side.json new file mode 100644 index 00000000..7145349b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/fence_side.json @@ -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" + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/fern.json b/1.17.1/assets/minecraft/models/block/fern.json new file mode 100644 index 00000000..69449f64 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/fern.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/tinted_cross", + "textures": { + "cross": "minecraft:block/fern" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/fire_coral.json b/1.17.1/assets/minecraft/models/block/fire_coral.json new file mode 100644 index 00000000..0eaf71dd --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/fire_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/fire_coral" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/fire_coral_block.json b/1.17.1/assets/minecraft/models/block/fire_coral_block.json new file mode 100644 index 00000000..ad084a77 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/fire_coral_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/fire_coral_block" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/fire_coral_fan.json b/1.17.1/assets/minecraft/models/block/fire_coral_fan.json new file mode 100644 index 00000000..4aec8dd1 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/fire_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/coral_fan", + "textures": { + "fan": "minecraft:block/fire_coral_fan" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/fire_coral_wall_fan.json b/1.17.1/assets/minecraft/models/block/fire_coral_wall_fan.json new file mode 100644 index 00000000..07546a42 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/fire_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/coral_wall_fan", + "textures": { + "fan": "minecraft:block/fire_coral_fan" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/fire_floor0.json b/1.17.1/assets/minecraft/models/block/fire_floor0.json new file mode 100644 index 00000000..f137115d --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/fire_floor0.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fire_floor", + "textures": { + "fire": "minecraft:block/fire_0" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/fire_floor1.json b/1.17.1/assets/minecraft/models/block/fire_floor1.json new file mode 100644 index 00000000..1822fe75 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/fire_floor1.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fire_floor", + "textures": { + "fire": "minecraft:block/fire_1" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/fire_side0.json b/1.17.1/assets/minecraft/models/block/fire_side0.json new file mode 100644 index 00000000..4ae90508 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/fire_side0.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fire_side", + "textures": { + "fire": "minecraft:block/fire_0" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/fire_side1.json b/1.17.1/assets/minecraft/models/block/fire_side1.json new file mode 100644 index 00000000..021602cd --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/fire_side1.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fire_side", + "textures": { + "fire": "minecraft:block/fire_1" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/fire_side_alt0.json b/1.17.1/assets/minecraft/models/block/fire_side_alt0.json new file mode 100644 index 00000000..13e9e56b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/fire_side_alt0.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fire_side_alt", + "textures": { + "fire": "minecraft:block/fire_0" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/fire_side_alt1.json b/1.17.1/assets/minecraft/models/block/fire_side_alt1.json new file mode 100644 index 00000000..d8a8550b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/fire_side_alt1.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fire_side_alt", + "textures": { + "fire": "minecraft:block/fire_1" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/fire_up0.json b/1.17.1/assets/minecraft/models/block/fire_up0.json new file mode 100644 index 00000000..ebae15a6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/fire_up0.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fire_up", + "textures": { + "fire": "minecraft:block/fire_0" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/fire_up1.json b/1.17.1/assets/minecraft/models/block/fire_up1.json new file mode 100644 index 00000000..b80f0ebd --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/fire_up1.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fire_up", + "textures": { + "fire": "minecraft:block/fire_1" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/fire_up_alt0.json b/1.17.1/assets/minecraft/models/block/fire_up_alt0.json new file mode 100644 index 00000000..8925e2f0 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/fire_up_alt0.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fire_up_alt", + "textures": { + "fire": "minecraft:block/fire_0" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/fire_up_alt1.json b/1.17.1/assets/minecraft/models/block/fire_up_alt1.json new file mode 100644 index 00000000..696f351c --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/fire_up_alt1.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fire_up_alt", + "textures": { + "fire": "minecraft:block/fire_1" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/fletching_table.json b/1.17.1/assets/minecraft/models/block/fletching_table.json new file mode 100644 index 00000000..4b677417 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/fletching_table.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "particle": "minecraft:block/fletching_table_front", + "north": "minecraft:block/fletching_table_front", + "south": "minecraft:block/fletching_table_front", + "east": "minecraft:block/fletching_table_side", + "west": "minecraft:block/fletching_table_side", + "up": "minecraft:block/fletching_table_top", + "down": "minecraft:block/birch_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/flower_pot.json b/1.17.1/assets/minecraft/models/block/flower_pot.json new file mode 100644 index 00000000..45c7a75b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/flower_pot.json @@ -0,0 +1,57 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/flower_pot", + "flowerpot": "block/flower_pot", + "dirt": "block/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, 12, 10, 16 ], "texture": "#flowerpot", "cullface": "down" }, + "up": { "uv": [ 6, 6, 10, 10 ], "texture": "#dirt" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/flower_pot_cross.json b/1.17.1/assets/minecraft/models/block/flower_pot_cross.json new file mode 100644 index 00000000..dbc2c9df --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/flower_pot_cross.json @@ -0,0 +1,73 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/flower_pot", + "flowerpot": "block/flower_pot", + "dirt": "block/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, 12, 10, 16 ], "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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/flowering_azalea.json b/1.17.1/assets/minecraft/models/block/flowering_azalea.json new file mode 100644 index 00000000..22dcfffc --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/flowering_azalea.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_azalea", + "textures": { + "top": "minecraft:block/flowering_azalea_top", + "side": "minecraft:block/flowering_azalea_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/flowering_azalea_leaves.json b/1.17.1/assets/minecraft/models/block/flowering_azalea_leaves.json new file mode 100644 index 00000000..f5caf1d7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/flowering_azalea_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/flowering_azalea_leaves" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/four_dead_sea_pickles.json b/1.17.1/assets/minecraft/models/block/four_dead_sea_pickles.json new file mode 100644 index 00000000..5b5b0e7b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/four_dead_sea_pickles.json @@ -0,0 +1,84 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/sea_pickle", + "all": "block/sea_pickle" + }, + "elements": [ + { "from": [ 2, 0, 2 ], + "to": [ 6, 6, 6 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" } + } + }, + { + "from": [ 2, 5.95, 2 ], + "to": [ 6, 5.95, 6 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 9, 0, 10 ], + "to": [ 13, 4, 14 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 9 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 9 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 9 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 9 ], "texture": "#all" } + } + }, + { + "from": [ 9, 3.95, 10 ], + "to": [ 13, 3.95, 14 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 9, 0, 2 ], + "to": [ 13, 6, 6 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" } + } + }, + { + "from": [ 9, 5.95, 2 ], + "to": [ 13, 5.95, 6 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 2, 0, 8 ], + "to": [ 6, 7, 12 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 12 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 12 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 12 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 12 ], "texture": "#all" } + } + }, + { + "from": [ 2, 6.95, 8 ], + "to": [ 6, 6.95, 12 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/four_sea_pickles.json b/1.17.1/assets/minecraft/models/block/four_sea_pickles.json new file mode 100644 index 00000000..a9480d94 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/four_sea_pickles.json @@ -0,0 +1,164 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/sea_pickle", + "all": "block/sea_pickle" + }, + "elements": [ + { "from": [ 2, 0, 2 ], + "to": [ 6, 6, 6 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" } + } + }, + { + "from": [ 2, 5.95, 2 ], + "to": [ 6, 5.95, 6 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 9, 0, 10 ], + "to": [ 13, 4, 14 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 9 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 9 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 9 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 9 ], "texture": "#all" } + } + }, + { + "from": [ 9, 3.95, 10 ], + "to": [ 13, 3.95, 14 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 9, 0, 2 ], + "to": [ 13, 6, 6 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" } + } + }, + { + "from": [ 9, 5.95, 2 ], + "to": [ 13, 5.95, 6 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 2, 0, 8 ], + "to": [ 6, 7, 12 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 12 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 12 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 12 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 12 ], "texture": "#all" } + } + }, + { + "from": [ 2, 6.95, 8 ], + "to": [ 6, 6.95, 12 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 3.5, 5.2, 4 ], + "to": [ 4.5, 8.7, 4 ], + "rotation": { "origin": [ 4, 8, 4 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "south": { "uv": [ 3, 0, 1, 5 ], "texture": "#all" } + } + }, + { + "from": [ 4, 5.2, 3.5 ], + "to": [ 4, 8.7, 4.5 ], + "rotation": { "origin": [ 4, 8, 4 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "west": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" }, + "east": { "uv": [ 15, 0, 13, 5 ], "texture": "#all" } + } + }, + { + "from": [ 10.5, 3.2, 12 ], + "to": [ 11.5, 6.7, 12 ], + "rotation": { "origin": [ 11, 8, 12 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "south": { "uv": [ 3, 0, 1, 5 ], "texture": "#all" } + } + }, + { + "from": [ 11, 3.2, 11.5 ], + "to": [ 11, 6.7, 12.5 ], + "rotation": { "origin": [ 11, 8, 12 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "west": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" }, + "east": { "uv": [ 15, 0, 13, 5 ], "texture": "#all" } + } + }, + { + "from": [ 10.5, 5.2, 4 ], + "to": [ 11.5, 8.7, 4 ], + "rotation": { "origin": [ 11, 8, 4 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "south": { "uv": [ 3, 0, 1, 5 ], "texture": "#all" } + } + }, + { + "from": [ 11, 5.2, 3.5 ], + "to": [ 11, 8.7, 4.5 ], + "rotation": { "origin": [ 11, 8, 4 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "west": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" }, + "east": { "uv": [ 15, 0, 13, 5 ], "texture": "#all" } + } + }, + { + "from": [ 3.5, 6.2, 10 ], + "to": [ 4.5, 9.7, 10 ], + "rotation": { "origin": [ 4, 8, 10 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "south": { "uv": [ 3, 0, 1, 5 ], "texture": "#all" } + } + }, + { + "from": [ 4, 6.2, 9.5 ], + "to": [ 4, 9.7, 10.5 ], + "rotation": { "origin": [ 4, 8, 10 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "west": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" }, + "east": { "uv": [ 15, 0, 13, 5 ], "texture": "#all" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/four_slightly_cracked_turtle_eggs.json b/1.17.1/assets/minecraft/models/block/four_slightly_cracked_turtle_eggs.json new file mode 100644 index 00000000..fc2286aa --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/four_slightly_cracked_turtle_eggs.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_four_turtle_eggs", + "textures": { + "all": "minecraft:block/turtle_egg_slightly_cracked" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/four_turtle_eggs.json b/1.17.1/assets/minecraft/models/block/four_turtle_eggs.json new file mode 100644 index 00000000..89506934 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/four_turtle_eggs.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_four_turtle_eggs", + "textures": { + "all": "minecraft:block/turtle_egg" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/four_very_cracked_turtle_eggs.json b/1.17.1/assets/minecraft/models/block/four_very_cracked_turtle_eggs.json new file mode 100644 index 00000000..6d6a8a6d --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/four_very_cracked_turtle_eggs.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_four_turtle_eggs", + "textures": { + "all": "minecraft:block/turtle_egg_very_cracked" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/frosted_ice_0.json b/1.17.1/assets/minecraft/models/block/frosted_ice_0.json new file mode 100644 index 00000000..1873bb83 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/frosted_ice_0.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/frosted_ice_0" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/frosted_ice_1.json b/1.17.1/assets/minecraft/models/block/frosted_ice_1.json new file mode 100644 index 00000000..ada6d7cf --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/frosted_ice_1.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/frosted_ice_1" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/frosted_ice_2.json b/1.17.1/assets/minecraft/models/block/frosted_ice_2.json new file mode 100644 index 00000000..f97882c6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/frosted_ice_2.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/frosted_ice_2" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/frosted_ice_3.json b/1.17.1/assets/minecraft/models/block/frosted_ice_3.json new file mode 100644 index 00000000..330bb943 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/frosted_ice_3.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/frosted_ice_3" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/furnace.json b/1.17.1/assets/minecraft/models/block/furnace.json new file mode 100644 index 00000000..0a81d4ea --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/furnace.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/orientable", + "textures": { + "top": "minecraft:block/furnace_top", + "front": "minecraft:block/furnace_front", + "side": "minecraft:block/furnace_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/furnace_on.json b/1.17.1/assets/minecraft/models/block/furnace_on.json new file mode 100644 index 00000000..92f48017 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/furnace_on.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/orientable", + "textures": { + "top": "minecraft:block/furnace_top", + "front": "minecraft:block/furnace_front_on", + "side": "minecraft:block/furnace_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/gilded_blackstone.json b/1.17.1/assets/minecraft/models/block/gilded_blackstone.json new file mode 100644 index 00000000..088b2170 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/gilded_blackstone.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/gilded_blackstone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/glass.json b/1.17.1/assets/minecraft/models/block/glass.json new file mode 100644 index 00000000..4c193d18 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/glass.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/glass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/glass_pane_noside.json b/1.17.1/assets/minecraft/models/block/glass_pane_noside.json new file mode 100644 index 00000000..dc01ef00 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glass_pane_noside", + "textures": { + "pane": "minecraft:block/glass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/glass_pane_noside_alt.json b/1.17.1/assets/minecraft/models/block/glass_pane_noside_alt.json new file mode 100644 index 00000000..f0151c1b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glass_pane_noside_alt", + "textures": { + "pane": "minecraft:block/glass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/glass_pane_post.json b/1.17.1/assets/minecraft/models/block/glass_pane_post.json new file mode 100644 index 00000000..a88c26d2 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_post", + "textures": { + "pane": "minecraft:block/glass", + "edge": "minecraft:block/glass_pane_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/glass_pane_side.json b/1.17.1/assets/minecraft/models/block/glass_pane_side.json new file mode 100644 index 00000000..78597546 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_side", + "textures": { + "pane": "minecraft:block/glass", + "edge": "minecraft:block/glass_pane_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/glass_pane_side_alt.json b/1.17.1/assets/minecraft/models/block/glass_pane_side_alt.json new file mode 100644 index 00000000..0830c5e5 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_side_alt", + "textures": { + "pane": "minecraft:block/glass", + "edge": "minecraft:block/glass_pane_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/glow_item_frame.json b/1.17.1/assets/minecraft/models/block/glow_item_frame.json new file mode 100644 index 00000000..d465e396 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/glow_item_frame.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/template_item_frame", + "textures": { + "particle": "block/birch_planks", + "wood": "block/birch_planks", + "back": "block/glow_item_frame" + } +} diff --git a/1.17.1/assets/minecraft/models/block/glow_item_frame_map.json b/1.17.1/assets/minecraft/models/block/glow_item_frame_map.json new file mode 100644 index 00000000..0f8f9623 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/glow_item_frame_map.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/template_item_frame_map", + "textures": { + "particle": "block/birch_planks", + "wood": "block/birch_planks", + "back": "block/glow_item_frame" + } +} diff --git a/1.17.1/assets/minecraft/models/block/glow_lichen.json b/1.17.1/assets/minecraft/models/block/glow_lichen.json new file mode 100644 index 00000000..4bc0ff69 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/glow_lichen.json @@ -0,0 +1,16 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/glow_lichen", + "glow_lichen": "block/glow_lichen" + }, + "elements": [ + { "from": [ 0, 0, 0.1 ], + "to": [ 16, 16, 0.1 ], + "faces": { + "north": { "uv": [ 16, 0, 0, 16 ], "texture": "#glow_lichen" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#glow_lichen" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/glowstone.json b/1.17.1/assets/minecraft/models/block/glowstone.json new file mode 100644 index 00000000..64b05023 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/glowstone.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/glowstone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/gold_block.json b/1.17.1/assets/minecraft/models/block/gold_block.json new file mode 100644 index 00000000..e4cf5ece --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/gold_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/gold_block" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/gold_ore.json b/1.17.1/assets/minecraft/models/block/gold_ore.json new file mode 100644 index 00000000..e330e823 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/gold_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/gold_ore" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/granite.json b/1.17.1/assets/minecraft/models/block/granite.json new file mode 100644 index 00000000..def59d00 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/granite.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/granite" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/granite_slab.json b/1.17.1/assets/minecraft/models/block/granite_slab.json new file mode 100644 index 00000000..fa54fb09 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/granite_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/granite", + "top": "minecraft:block/granite", + "side": "minecraft:block/granite" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/granite_slab_top.json b/1.17.1/assets/minecraft/models/block/granite_slab_top.json new file mode 100644 index 00000000..6f7d422b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/granite_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/granite", + "top": "minecraft:block/granite", + "side": "minecraft:block/granite" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/granite_stairs.json b/1.17.1/assets/minecraft/models/block/granite_stairs.json new file mode 100644 index 00000000..ef0f208a --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/granite_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/granite", + "top": "minecraft:block/granite", + "side": "minecraft:block/granite" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/granite_stairs_inner.json b/1.17.1/assets/minecraft/models/block/granite_stairs_inner.json new file mode 100644 index 00000000..217e1ac1 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/granite_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/granite", + "top": "minecraft:block/granite", + "side": "minecraft:block/granite" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/granite_stairs_outer.json b/1.17.1/assets/minecraft/models/block/granite_stairs_outer.json new file mode 100644 index 00000000..3aa6e8a8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/granite_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/granite", + "top": "minecraft:block/granite", + "side": "minecraft:block/granite" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/granite_wall_inventory.json b/1.17.1/assets/minecraft/models/block/granite_wall_inventory.json new file mode 100644 index 00000000..4fd63ac1 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/granite_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "minecraft:block/granite" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/granite_wall_post.json b/1.17.1/assets/minecraft/models/block/granite_wall_post.json new file mode 100644 index 00000000..896a06a4 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/granite_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "minecraft:block/granite" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/granite_wall_side.json b/1.17.1/assets/minecraft/models/block/granite_wall_side.json new file mode 100644 index 00000000..28bd6f3b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/granite_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "minecraft:block/granite" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/granite_wall_side_tall.json b/1.17.1/assets/minecraft/models/block/granite_wall_side_tall.json new file mode 100644 index 00000000..b995d75c --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/granite_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "minecraft:block/granite" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/grass.json b/1.17.1/assets/minecraft/models/block/grass.json new file mode 100644 index 00000000..5ffdca5a --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/grass.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/tinted_cross", + "textures": { + "cross": "minecraft:block/grass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/grass_block.json b/1.17.1/assets/minecraft/models/block/grass_block.json new file mode 100644 index 00000000..94c521cb --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/grass_block.json @@ -0,0 +1,31 @@ +{ "parent": "block/block", + "textures": { + "particle": "block/dirt", + "bottom": "block/dirt", + "top": "block/grass_block_top", + "side": "block/grass_block_side", + "overlay": "block/grass_block_side_overlay" + }, + "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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/grass_block_snow.json b/1.17.1/assets/minecraft/models/block/grass_block_snow.json new file mode 100644 index 00000000..7b23d1df --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/grass_block_snow.json @@ -0,0 +1,9 @@ +{ + "parent": "minecraft:block/cube_bottom_top", + "textures": { + "top": "minecraft:block/grass_block_top", + "bottom": "minecraft:block/dirt", + "side": "minecraft:block/grass_block_snow", + "particle": "minecraft:block/dirt" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/gravel.json b/1.17.1/assets/minecraft/models/block/gravel.json new file mode 100644 index 00000000..ed35aa8b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/gravel.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/gravel" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/gray_candle_cake.json b/1.17.1/assets/minecraft/models/block/gray_candle_cake.json new file mode 100644 index 00000000..fe99492e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/gray_candle_cake.json @@ -0,0 +1,10 @@ +{ + "parent": "minecraft:block/template_cake_with_candle", + "textures": { + "candle": "minecraft:block/gray_candle", + "bottom": "minecraft:block/cake_bottom", + "side": "minecraft:block/cake_side", + "top": "minecraft:block/cake_top", + "particle": "minecraft:block/cake_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/gray_candle_cake_lit.json b/1.17.1/assets/minecraft/models/block/gray_candle_cake_lit.json new file mode 100644 index 00000000..dbda50ae --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/gray_candle_cake_lit.json @@ -0,0 +1,10 @@ +{ + "parent": "minecraft:block/template_cake_with_candle", + "textures": { + "candle": "minecraft:block/gray_candle_lit", + "bottom": "minecraft:block/cake_bottom", + "side": "minecraft:block/cake_side", + "top": "minecraft:block/cake_top", + "particle": "minecraft:block/cake_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/gray_candle_four_candles.json b/1.17.1/assets/minecraft/models/block/gray_candle_four_candles.json new file mode 100644 index 00000000..88fc63be --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/gray_candle_four_candles.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_four_candles", + "textures": { + "all": "minecraft:block/gray_candle", + "particle": "minecraft:block/gray_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/gray_candle_four_candles_lit.json b/1.17.1/assets/minecraft/models/block/gray_candle_four_candles_lit.json new file mode 100644 index 00000000..543b0ab1 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/gray_candle_four_candles_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_four_candles", + "textures": { + "all": "minecraft:block/gray_candle_lit", + "particle": "minecraft:block/gray_candle_lit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/gray_candle_one_candle.json b/1.17.1/assets/minecraft/models/block/gray_candle_one_candle.json new file mode 100644 index 00000000..4bd2420c --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/gray_candle_one_candle.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_candle", + "textures": { + "all": "minecraft:block/gray_candle", + "particle": "minecraft:block/gray_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/gray_candle_one_candle_lit.json b/1.17.1/assets/minecraft/models/block/gray_candle_one_candle_lit.json new file mode 100644 index 00000000..ab6af17e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/gray_candle_one_candle_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_candle", + "textures": { + "all": "minecraft:block/gray_candle_lit", + "particle": "minecraft:block/gray_candle_lit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/gray_candle_three_candles.json b/1.17.1/assets/minecraft/models/block/gray_candle_three_candles.json new file mode 100644 index 00000000..62903c45 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/gray_candle_three_candles.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_three_candles", + "textures": { + "all": "minecraft:block/gray_candle", + "particle": "minecraft:block/gray_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/gray_candle_three_candles_lit.json b/1.17.1/assets/minecraft/models/block/gray_candle_three_candles_lit.json new file mode 100644 index 00000000..73d97d57 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/gray_candle_three_candles_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_three_candles", + "textures": { + "all": "minecraft:block/gray_candle_lit", + "particle": "minecraft:block/gray_candle_lit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/gray_candle_two_candles.json b/1.17.1/assets/minecraft/models/block/gray_candle_two_candles.json new file mode 100644 index 00000000..8ad7e5ea --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/gray_candle_two_candles.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_two_candles", + "textures": { + "all": "minecraft:block/gray_candle", + "particle": "minecraft:block/gray_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/gray_candle_two_candles_lit.json b/1.17.1/assets/minecraft/models/block/gray_candle_two_candles_lit.json new file mode 100644 index 00000000..c3e0cb06 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/gray_candle_two_candles_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_two_candles", + "textures": { + "all": "minecraft:block/gray_candle_lit", + "particle": "minecraft:block/gray_candle_lit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/gray_carpet.json b/1.17.1/assets/minecraft/models/block/gray_carpet.json new file mode 100644 index 00000000..1924a401 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/gray_carpet.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/carpet", + "textures": { + "wool": "minecraft:block/gray_wool" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/gray_concrete.json b/1.17.1/assets/minecraft/models/block/gray_concrete.json new file mode 100644 index 00000000..12c16a3b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/gray_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/gray_concrete" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/gray_concrete_powder.json b/1.17.1/assets/minecraft/models/block/gray_concrete_powder.json new file mode 100644 index 00000000..69ca2d0c --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/gray_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/gray_concrete_powder" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/gray_glazed_terracotta.json b/1.17.1/assets/minecraft/models/block/gray_glazed_terracotta.json new file mode 100644 index 00000000..4b8e268b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/gray_glazed_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glazed_terracotta", + "textures": { + "pattern": "minecraft:block/gray_glazed_terracotta" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/gray_shulker_box.json b/1.17.1/assets/minecraft/models/block/gray_shulker_box.json new file mode 100644 index 00000000..93cae990 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/gray_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "minecraft:block/gray_shulker_box" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/gray_stained_glass.json b/1.17.1/assets/minecraft/models/block/gray_stained_glass.json new file mode 100644 index 00000000..4255772e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/gray_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/gray_stained_glass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/gray_stained_glass_pane_noside.json b/1.17.1/assets/minecraft/models/block/gray_stained_glass_pane_noside.json new file mode 100644 index 00000000..5ee05c4d --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/gray_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glass_pane_noside", + "textures": { + "pane": "minecraft:block/gray_stained_glass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/gray_stained_glass_pane_noside_alt.json b/1.17.1/assets/minecraft/models/block/gray_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..4ea84aa6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/gray_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glass_pane_noside_alt", + "textures": { + "pane": "minecraft:block/gray_stained_glass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/gray_stained_glass_pane_post.json b/1.17.1/assets/minecraft/models/block/gray_stained_glass_pane_post.json new file mode 100644 index 00000000..afaeabaf --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/gray_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_post", + "textures": { + "pane": "minecraft:block/gray_stained_glass", + "edge": "minecraft:block/gray_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/gray_stained_glass_pane_side.json b/1.17.1/assets/minecraft/models/block/gray_stained_glass_pane_side.json new file mode 100644 index 00000000..d3887932 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/gray_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_side", + "textures": { + "pane": "minecraft:block/gray_stained_glass", + "edge": "minecraft:block/gray_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/gray_stained_glass_pane_side_alt.json b/1.17.1/assets/minecraft/models/block/gray_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..bb0668e0 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/gray_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_side_alt", + "textures": { + "pane": "minecraft:block/gray_stained_glass", + "edge": "minecraft:block/gray_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/gray_terracotta.json b/1.17.1/assets/minecraft/models/block/gray_terracotta.json new file mode 100644 index 00000000..eae31cf9 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/gray_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/gray_terracotta" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/gray_wool.json b/1.17.1/assets/minecraft/models/block/gray_wool.json new file mode 100644 index 00000000..26140233 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/gray_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/gray_wool" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/green_candle_cake.json b/1.17.1/assets/minecraft/models/block/green_candle_cake.json new file mode 100644 index 00000000..c4943549 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/green_candle_cake.json @@ -0,0 +1,10 @@ +{ + "parent": "minecraft:block/template_cake_with_candle", + "textures": { + "candle": "minecraft:block/green_candle", + "bottom": "minecraft:block/cake_bottom", + "side": "minecraft:block/cake_side", + "top": "minecraft:block/cake_top", + "particle": "minecraft:block/cake_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/green_candle_cake_lit.json b/1.17.1/assets/minecraft/models/block/green_candle_cake_lit.json new file mode 100644 index 00000000..73a449ea --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/green_candle_cake_lit.json @@ -0,0 +1,10 @@ +{ + "parent": "minecraft:block/template_cake_with_candle", + "textures": { + "candle": "minecraft:block/green_candle_lit", + "bottom": "minecraft:block/cake_bottom", + "side": "minecraft:block/cake_side", + "top": "minecraft:block/cake_top", + "particle": "minecraft:block/cake_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/green_candle_four_candles.json b/1.17.1/assets/minecraft/models/block/green_candle_four_candles.json new file mode 100644 index 00000000..747a9025 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/green_candle_four_candles.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_four_candles", + "textures": { + "all": "minecraft:block/green_candle", + "particle": "minecraft:block/green_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/green_candle_four_candles_lit.json b/1.17.1/assets/minecraft/models/block/green_candle_four_candles_lit.json new file mode 100644 index 00000000..94d44e01 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/green_candle_four_candles_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_four_candles", + "textures": { + "all": "minecraft:block/green_candle_lit", + "particle": "minecraft:block/green_candle_lit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/green_candle_one_candle.json b/1.17.1/assets/minecraft/models/block/green_candle_one_candle.json new file mode 100644 index 00000000..d1c0549e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/green_candle_one_candle.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_candle", + "textures": { + "all": "minecraft:block/green_candle", + "particle": "minecraft:block/green_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/green_candle_one_candle_lit.json b/1.17.1/assets/minecraft/models/block/green_candle_one_candle_lit.json new file mode 100644 index 00000000..fc34dc9a --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/green_candle_one_candle_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_candle", + "textures": { + "all": "minecraft:block/green_candle_lit", + "particle": "minecraft:block/green_candle_lit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/green_candle_three_candles.json b/1.17.1/assets/minecraft/models/block/green_candle_three_candles.json new file mode 100644 index 00000000..74af5d17 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/green_candle_three_candles.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_three_candles", + "textures": { + "all": "minecraft:block/green_candle", + "particle": "minecraft:block/green_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/green_candle_three_candles_lit.json b/1.17.1/assets/minecraft/models/block/green_candle_three_candles_lit.json new file mode 100644 index 00000000..2afade3f --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/green_candle_three_candles_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_three_candles", + "textures": { + "all": "minecraft:block/green_candle_lit", + "particle": "minecraft:block/green_candle_lit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/green_candle_two_candles.json b/1.17.1/assets/minecraft/models/block/green_candle_two_candles.json new file mode 100644 index 00000000..ab72a4be --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/green_candle_two_candles.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_two_candles", + "textures": { + "all": "minecraft:block/green_candle", + "particle": "minecraft:block/green_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/green_candle_two_candles_lit.json b/1.17.1/assets/minecraft/models/block/green_candle_two_candles_lit.json new file mode 100644 index 00000000..505c16ed --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/green_candle_two_candles_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_two_candles", + "textures": { + "all": "minecraft:block/green_candle_lit", + "particle": "minecraft:block/green_candle_lit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/green_carpet.json b/1.17.1/assets/minecraft/models/block/green_carpet.json new file mode 100644 index 00000000..8d253d4b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/green_carpet.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/carpet", + "textures": { + "wool": "minecraft:block/green_wool" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/green_concrete.json b/1.17.1/assets/minecraft/models/block/green_concrete.json new file mode 100644 index 00000000..98a35206 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/green_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/green_concrete" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/green_concrete_powder.json b/1.17.1/assets/minecraft/models/block/green_concrete_powder.json new file mode 100644 index 00000000..b783da03 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/green_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/green_concrete_powder" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/green_glazed_terracotta.json b/1.17.1/assets/minecraft/models/block/green_glazed_terracotta.json new file mode 100644 index 00000000..5238d5d3 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/green_glazed_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glazed_terracotta", + "textures": { + "pattern": "minecraft:block/green_glazed_terracotta" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/green_shulker_box.json b/1.17.1/assets/minecraft/models/block/green_shulker_box.json new file mode 100644 index 00000000..7b07e640 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/green_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "minecraft:block/green_shulker_box" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/green_stained_glass.json b/1.17.1/assets/minecraft/models/block/green_stained_glass.json new file mode 100644 index 00000000..9eb3adad --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/green_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/green_stained_glass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/green_stained_glass_pane_noside.json b/1.17.1/assets/minecraft/models/block/green_stained_glass_pane_noside.json new file mode 100644 index 00000000..3b91e355 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/green_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glass_pane_noside", + "textures": { + "pane": "minecraft:block/green_stained_glass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/green_stained_glass_pane_noside_alt.json b/1.17.1/assets/minecraft/models/block/green_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..1791ed8f --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/green_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glass_pane_noside_alt", + "textures": { + "pane": "minecraft:block/green_stained_glass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/green_stained_glass_pane_post.json b/1.17.1/assets/minecraft/models/block/green_stained_glass_pane_post.json new file mode 100644 index 00000000..94b1ef94 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/green_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_post", + "textures": { + "pane": "minecraft:block/green_stained_glass", + "edge": "minecraft:block/green_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/green_stained_glass_pane_side.json b/1.17.1/assets/minecraft/models/block/green_stained_glass_pane_side.json new file mode 100644 index 00000000..ea56a816 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/green_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_side", + "textures": { + "pane": "minecraft:block/green_stained_glass", + "edge": "minecraft:block/green_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/green_stained_glass_pane_side_alt.json b/1.17.1/assets/minecraft/models/block/green_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..efd598a1 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/green_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_side_alt", + "textures": { + "pane": "minecraft:block/green_stained_glass", + "edge": "minecraft:block/green_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/green_terracotta.json b/1.17.1/assets/minecraft/models/block/green_terracotta.json new file mode 100644 index 00000000..8c139007 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/green_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/green_terracotta" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/green_wool.json b/1.17.1/assets/minecraft/models/block/green_wool.json new file mode 100644 index 00000000..79b5a21f --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/green_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/green_wool" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/grindstone.json b/1.17.1/assets/minecraft/models/block/grindstone.json new file mode 100644 index 00000000..cc5e0f1f --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/grindstone.json @@ -0,0 +1,68 @@ +{ + "parent": "block/block", + "textures": { + "pivot": "block/grindstone_pivot", + "round": "block/grindstone_round", + "side": "block/grindstone_side", + "particle": "block/grindstone_side", + "leg": "block/dark_oak_log" + }, + "elements": [ + { + "from": [12, 0, 6], + "to": [14, 7, 10], + "faces": { + "north": {"uv": [2, 9, 4, 16], "texture": "#leg"}, + "east": {"uv": [10, 16, 6, 9], "texture": "#leg"}, + "south": {"uv": [12, 9, 14, 16], "texture": "#leg"}, + "west": {"uv": [6, 9, 10, 16], "texture": "#leg"}, + "down": {"uv": [12, 6, 14, 10], "texture": "#leg", "cullface": "down" } + } + }, + { + "from": [2, 0, 6], + "to": [4, 7, 10], + "faces": { + "north": {"uv": [12, 9, 14, 16], "texture": "#leg"}, + "east": {"uv": [10, 16, 6, 9], "texture": "#leg"}, + "south": {"uv": [2, 9, 4, 16], "texture": "#leg"}, + "west": {"uv": [6, 9, 10, 16], "texture": "#leg"}, + "down": {"uv": [2, 6, 4, 10], "texture": "#leg", "cullface": "down"} + } + }, + { + "from": [12, 7, 5], + "to": [14, 13, 11], + "faces": { + "north": {"uv": [6, 0, 8, 6], "texture": "#pivot"}, + "east": {"uv": [0, 0, 6, 6], "texture": "#pivot"}, + "south": {"uv": [6, 0, 8, 6], "texture": "#pivot"}, + "up": {"uv": [8, 0, 10, 6], "texture": "#pivot"}, + "down": {"uv": [8, 0, 10, 6], "texture": "#pivot"} + } + }, + { + "from": [2, 7, 5], + "to": [4, 13, 11], + "faces": { + "north": {"uv": [6, 0, 8, 6], "texture": "#pivot"}, + "south": {"uv": [6, 0, 8, 6], "texture": "#pivot"}, + "west": {"uv": [0, 0, 6, 6], "texture": "#pivot"}, + "up": {"uv": [8, 0, 10, 6], "texture": "#pivot"}, + "down": {"uv": [8, 0, 10, 6], "texture": "#pivot"} + } + }, + { + "from": [4, 4, 2], + "to": [12, 16, 14], + "faces": { + "north": {"uv": [0, 0, 8, 12], "texture": "#round"}, + "east": {"uv": [0, 0, 12, 12], "texture": "#side"}, + "south": {"uv": [0, 0, 8, 12], "texture": "#round"}, + "west": {"uv": [0, 0, 12, 12], "texture": "#side"}, + "up": {"uv": [0, 0, 8, 12], "texture": "#round", "cullface": "up" }, + "down": {"uv": [0, 0, 8, 12], "texture": "#round"} + } + } + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/hanging_roots.json b/1.17.1/assets/minecraft/models/block/hanging_roots.json new file mode 100644 index 00000000..1c979695 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/hanging_roots.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/hanging_roots" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/hay_block.json b/1.17.1/assets/minecraft/models/block/hay_block.json new file mode 100644 index 00000000..6c0c225b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/hay_block.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/hay_block_top", + "side": "minecraft:block/hay_block_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/hay_block_horizontal.json b/1.17.1/assets/minecraft/models/block/hay_block_horizontal.json new file mode 100644 index 00000000..6e7df90b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/hay_block_horizontal.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column_horizontal", + "textures": { + "end": "minecraft:block/hay_block_top", + "side": "minecraft:block/hay_block_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/heavy_weighted_pressure_plate.json b/1.17.1/assets/minecraft/models/block/heavy_weighted_pressure_plate.json new file mode 100644 index 00000000..d0dd064d --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/heavy_weighted_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/pressure_plate_up", + "textures": { + "texture": "minecraft:block/iron_block" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/heavy_weighted_pressure_plate_down.json b/1.17.1/assets/minecraft/models/block/heavy_weighted_pressure_plate_down.json new file mode 100644 index 00000000..dae1bb48 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/heavy_weighted_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/pressure_plate_down", + "textures": { + "texture": "minecraft:block/iron_block" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/honey_block.json b/1.17.1/assets/minecraft/models/block/honey_block.json new file mode 100644 index 00000000..d3dd49f9 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/honey_block.json @@ -0,0 +1,33 @@ +{ "parent": "block/block", + "textures": { + "particle": "block/honey_block_top", + "down": "block/honey_block_bottom", + "up": "block/honey_block_top", + "side": "block/honey_block_side" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "texture": "#down", "cullface": "down" }, + "up": { "texture": "#down", "cullface": "up" }, + "north": { "texture": "#down", "cullface": "north" }, + "south": { "texture": "#down", "cullface": "south" }, + "west": { "texture": "#down", "cullface": "west" }, + "east": { "texture": "#down", "cullface": "east" } + } + }, + { "from": [ 1, 1, 1 ], + "to": [ 15, 15, 15 ], + "faces": { + "down": { "uv": [ 1, 1, 15, 15 ], "texture": "#down"}, + "up": { "uv": [ 1, 1, 15, 15 ], "texture": "#up"}, + "north": { "uv": [ 1, 1, 15, 15 ], "texture": "#side"}, + "south": { "uv": [ 1, 1, 15, 15 ], "texture": "#side"}, + "west": { "uv": [ 1, 1, 15, 15 ], "texture": "#side"}, + "east": { "uv": [ 1, 1, 15, 15 ], "texture": "#side"} + } + } + ] +} + diff --git a/1.17.1/assets/minecraft/models/block/honeycomb_block.json b/1.17.1/assets/minecraft/models/block/honeycomb_block.json new file mode 100644 index 00000000..4421b231 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/honeycomb_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/honeycomb_block" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/hopper.json b/1.17.1/assets/minecraft/models/block/hopper.json new file mode 100644 index 00000000..32a4e191 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/hopper.json @@ -0,0 +1,78 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/hopper_outside", + "top": "block/hopper_top", + "side": "block/hopper_outside", + "inside": "block/hopper_inside" + }, + "elements": [ + { "from": [ 0, 10, 0 ], + "to": [ 16, 11, 16 ], + "faces": { + "down": { "texture": "#side" }, + "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": [ 0, 11, 0 ], + "to": [ 2, 16, 16 ], + "faces": { + "up": { "texture": "#top", "cullface": "up" }, + "north": { "texture": "#side", "cullface": "north" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "west" }, + "east": { "texture": "#side", "cullface": "up" } + } + }, + { "from": [ 14, 11, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "up": { "texture": "#top", "cullface": "up" }, + "north": { "texture": "#side", "cullface": "north" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "up" }, + "east": { "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 2, 11, 0 ], + "to": [ 14, 16, 2 ], + "faces": { + "up": { "texture": "#top", "cullface": "up" }, + "north": { "texture": "#side", "cullface": "north" }, + "south": { "texture": "#side", "cullface": "up" } + } + }, + { "from": [ 2, 11, 14 ], + "to": [ 14, 16, 16 ], + "faces": { + "up": { "texture": "#top", "cullface": "up" }, + "north": { "texture": "#side", "cullface": "up" }, + "south": { "texture": "#side", "cullface": "south" } + } + }, + { "from": [ 4, 4, 4 ], + "to": [ 12, 10, 12 ], + "faces": { + "down": { "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", "cullface": "down" }, + "north": { "texture": "#side" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side" }, + "east": { "texture": "#side" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/hopper_side.json b/1.17.1/assets/minecraft/models/block/hopper_side.json new file mode 100644 index 00000000..321c332f --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/hopper_side.json @@ -0,0 +1,78 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/hopper_outside", + "top": "block/hopper_top", + "side": "block/hopper_outside", + "inside": "block/hopper_inside" + }, + "elements": [ + { "from": [ 0, 10, 0 ], + "to": [ 16, 11, 16 ], + "faces": { + "down": { "texture": "#side" }, + "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": [ 0, 11, 0 ], + "to": [ 2, 16, 16 ], + "faces": { + "up": { "texture": "#top", "cullface": "up" }, + "north": { "texture": "#side", "cullface": "north" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "west" }, + "east": { "texture": "#side", "cullface": "up" } + } + }, + { "from": [ 14, 11, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "up": { "texture": "#top", "cullface": "up" }, + "north": { "texture": "#side", "cullface": "north" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "up" }, + "east": { "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 2, 11, 0 ], + "to": [ 14, 16, 2 ], + "faces": { + "up": { "texture": "#top", "cullface": "up" }, + "north": { "texture": "#side", "cullface": "north" }, + "south": { "texture": "#side", "cullface": "up" } + } + }, + { "from": [ 2, 11, 14 ], + "to": [ 14, 16, 16 ], + "faces": { + "up": { "texture": "#top", "cullface": "up" }, + "north": { "texture": "#side", "cullface": "up" }, + "south": { "texture": "#side", "cullface": "south" } + } + }, + { "from": [ 4, 4, 4 ], + "to": [ 12, 10, 12 ], + "faces": { + "down": { "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", "cullface": "north" }, + "west": { "texture": "#side" }, + "east": { "texture": "#side" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/horn_coral.json b/1.17.1/assets/minecraft/models/block/horn_coral.json new file mode 100644 index 00000000..2b976df7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/horn_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/horn_coral" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/horn_coral_block.json b/1.17.1/assets/minecraft/models/block/horn_coral_block.json new file mode 100644 index 00000000..5ab74af9 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/horn_coral_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/horn_coral_block" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/horn_coral_fan.json b/1.17.1/assets/minecraft/models/block/horn_coral_fan.json new file mode 100644 index 00000000..01598b87 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/horn_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/coral_fan", + "textures": { + "fan": "minecraft:block/horn_coral_fan" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/horn_coral_wall_fan.json b/1.17.1/assets/minecraft/models/block/horn_coral_wall_fan.json new file mode 100644 index 00000000..68001f16 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/horn_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/coral_wall_fan", + "textures": { + "fan": "minecraft:block/horn_coral_fan" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/ice.json b/1.17.1/assets/minecraft/models/block/ice.json new file mode 100644 index 00000000..cfe53a03 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/ice.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/ice" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/inner_stairs.json b/1.17.1/assets/minecraft/models/block/inner_stairs.json new file mode 100644 index 00000000..364eff63 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/inner_stairs.json @@ -0,0 +1,37 @@ +{ + "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": { + "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": { + "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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/iron_bars_cap.json b/1.17.1/assets/minecraft/models/block/iron_bars_cap.json new file mode 100644 index 00000000..8790100a --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/iron_bars_cap.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/iron_bars", + "bars": "block/iron_bars", + "edge": "block/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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/iron_bars_cap_alt.json b/1.17.1/assets/minecraft/models/block/iron_bars_cap_alt.json new file mode 100644 index 00000000..0352a9d4 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/iron_bars_cap_alt.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/iron_bars", + "bars": "block/iron_bars", + "edge": "block/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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/iron_bars_post.json b/1.17.1/assets/minecraft/models/block/iron_bars_post.json new file mode 100644 index 00000000..feb3e146 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/iron_bars_post.json @@ -0,0 +1,23 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/iron_bars", + "bars": "block/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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/iron_bars_post_ends.json b/1.17.1/assets/minecraft/models/block/iron_bars_post_ends.json new file mode 100644 index 00000000..b0c1ef61 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/iron_bars_post_ends.json @@ -0,0 +1,23 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/iron_bars", + "edge": "block/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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/iron_bars_side.json b/1.17.1/assets/minecraft/models/block/iron_bars_side.json new file mode 100644 index 00000000..01d74110 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/iron_bars_side.json @@ -0,0 +1,37 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/iron_bars", + "bars": "block/iron_bars", + "edge": "block/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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/iron_bars_side_alt.json b/1.17.1/assets/minecraft/models/block/iron_bars_side_alt.json new file mode 100644 index 00000000..83842e68 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/iron_bars_side_alt.json @@ -0,0 +1,39 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/iron_bars", + "bars": "block/iron_bars", + "edge": "block/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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/iron_block.json b/1.17.1/assets/minecraft/models/block/iron_block.json new file mode 100644 index 00000000..8b87ea96 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/iron_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/iron_block" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/iron_door_bottom.json b/1.17.1/assets/minecraft/models/block/iron_door_bottom.json new file mode 100644 index 00000000..23c5adbb --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/iron_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_bottom", + "textures": { + "top": "minecraft:block/iron_door_top", + "bottom": "minecraft:block/iron_door_bottom" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/iron_door_bottom_hinge.json b/1.17.1/assets/minecraft/models/block/iron_door_bottom_hinge.json new file mode 100644 index 00000000..0d2f5081 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/iron_door_bottom_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_bottom_rh", + "textures": { + "top": "minecraft:block/iron_door_top", + "bottom": "minecraft:block/iron_door_bottom" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/iron_door_top.json b/1.17.1/assets/minecraft/models/block/iron_door_top.json new file mode 100644 index 00000000..b04e0209 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/iron_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_top", + "textures": { + "top": "minecraft:block/iron_door_top", + "bottom": "minecraft:block/iron_door_bottom" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/iron_door_top_hinge.json b/1.17.1/assets/minecraft/models/block/iron_door_top_hinge.json new file mode 100644 index 00000000..292ba44e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/iron_door_top_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_top_rh", + "textures": { + "top": "minecraft:block/iron_door_top", + "bottom": "minecraft:block/iron_door_bottom" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/iron_ore.json b/1.17.1/assets/minecraft/models/block/iron_ore.json new file mode 100644 index 00000000..1660281b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/iron_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/iron_ore" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/iron_trapdoor_bottom.json b/1.17.1/assets/minecraft/models/block/iron_trapdoor_bottom.json new file mode 100644 index 00000000..97561197 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/iron_trapdoor_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_trapdoor_bottom", + "textures": { + "texture": "minecraft:block/iron_trapdoor" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/iron_trapdoor_open.json b/1.17.1/assets/minecraft/models/block/iron_trapdoor_open.json new file mode 100644 index 00000000..b638a44c --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/iron_trapdoor_open.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_trapdoor_open", + "textures": { + "texture": "minecraft:block/iron_trapdoor" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/iron_trapdoor_top.json b/1.17.1/assets/minecraft/models/block/iron_trapdoor_top.json new file mode 100644 index 00000000..be3cc7ba --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/iron_trapdoor_top.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_trapdoor_top", + "textures": { + "texture": "minecraft:block/iron_trapdoor" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/item_frame.json b/1.17.1/assets/minecraft/models/block/item_frame.json new file mode 100644 index 00000000..04c65e00 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/item_frame.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/template_item_frame", + "textures": { + "particle": "block/birch_planks", + "wood": "block/birch_planks", + "back": "block/item_frame" + } +} diff --git a/1.17.1/assets/minecraft/models/block/item_frame_map.json b/1.17.1/assets/minecraft/models/block/item_frame_map.json new file mode 100644 index 00000000..fb899863 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/item_frame_map.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/template_item_frame_map", + "textures": { + "particle": "block/birch_planks", + "wood": "block/birch_planks", + "back": "block/item_frame" + } +} diff --git a/1.17.1/assets/minecraft/models/block/jack_o_lantern.json b/1.17.1/assets/minecraft/models/block/jack_o_lantern.json new file mode 100644 index 00000000..6139d372 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/jack_o_lantern.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/orientable", + "textures": { + "top": "minecraft:block/pumpkin_top", + "front": "minecraft:block/jack_o_lantern", + "side": "minecraft:block/pumpkin_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/jigsaw.json b/1.17.1/assets/minecraft/models/block/jigsaw.json new file mode 100644 index 00000000..73019857 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/jigsaw.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube_directional", + "textures": { + "particle": "minecraft:block/jigsaw_top", + "north": "minecraft:block/jigsaw_top", + "south": "minecraft:block/jigsaw_bottom", + "east": "minecraft:block/jigsaw_side", + "west": "minecraft:block/jigsaw_side", + "up": "minecraft:block/jigsaw_lock", + "down": "minecraft:block/jigsaw_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/jukebox.json b/1.17.1/assets/minecraft/models/block/jukebox.json new file mode 100644 index 00000000..d9770650 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/jukebox.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_top", + "textures": { + "top": "minecraft:block/jukebox_top", + "side": "minecraft:block/jukebox_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/jungle_button.json b/1.17.1/assets/minecraft/models/block/jungle_button.json new file mode 100644 index 00000000..de9e6318 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/jungle_button.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/button", + "textures": { + "texture": "minecraft:block/jungle_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/jungle_button_inventory.json b/1.17.1/assets/minecraft/models/block/jungle_button_inventory.json new file mode 100644 index 00000000..2f058f64 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/jungle_button_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/button_inventory", + "textures": { + "texture": "minecraft:block/jungle_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/jungle_button_pressed.json b/1.17.1/assets/minecraft/models/block/jungle_button_pressed.json new file mode 100644 index 00000000..08687058 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/jungle_button_pressed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/button_pressed", + "textures": { + "texture": "minecraft:block/jungle_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/jungle_door_bottom.json b/1.17.1/assets/minecraft/models/block/jungle_door_bottom.json new file mode 100644 index 00000000..cabda8fe --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/jungle_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_bottom", + "textures": { + "top": "minecraft:block/jungle_door_top", + "bottom": "minecraft:block/jungle_door_bottom" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/jungle_door_bottom_hinge.json b/1.17.1/assets/minecraft/models/block/jungle_door_bottom_hinge.json new file mode 100644 index 00000000..f3cd98d4 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/jungle_door_bottom_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_bottom_rh", + "textures": { + "top": "minecraft:block/jungle_door_top", + "bottom": "minecraft:block/jungle_door_bottom" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/jungle_door_top.json b/1.17.1/assets/minecraft/models/block/jungle_door_top.json new file mode 100644 index 00000000..904fd0da --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/jungle_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_top", + "textures": { + "top": "minecraft:block/jungle_door_top", + "bottom": "minecraft:block/jungle_door_bottom" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/jungle_door_top_hinge.json b/1.17.1/assets/minecraft/models/block/jungle_door_top_hinge.json new file mode 100644 index 00000000..8df1a152 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/jungle_door_top_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_top_rh", + "textures": { + "top": "minecraft:block/jungle_door_top", + "bottom": "minecraft:block/jungle_door_bottom" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/jungle_fence_gate.json b/1.17.1/assets/minecraft/models/block/jungle_fence_gate.json new file mode 100644 index 00000000..a0f5231c --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/jungle_fence_gate.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fence_gate", + "textures": { + "texture": "minecraft:block/jungle_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/jungle_fence_gate_open.json b/1.17.1/assets/minecraft/models/block/jungle_fence_gate_open.json new file mode 100644 index 00000000..d7e22852 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/jungle_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fence_gate_open", + "textures": { + "texture": "minecraft:block/jungle_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/jungle_fence_gate_wall.json b/1.17.1/assets/minecraft/models/block/jungle_fence_gate_wall.json new file mode 100644 index 00000000..8544a4b1 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/jungle_fence_gate_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fence_gate_wall", + "textures": { + "texture": "minecraft:block/jungle_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/jungle_fence_gate_wall_open.json b/1.17.1/assets/minecraft/models/block/jungle_fence_gate_wall_open.json new file mode 100644 index 00000000..acb74dd7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/jungle_fence_gate_wall_open.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fence_gate_wall_open", + "textures": { + "texture": "minecraft:block/jungle_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/jungle_fence_inventory.json b/1.17.1/assets/minecraft/models/block/jungle_fence_inventory.json new file mode 100644 index 00000000..70ce5096 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/jungle_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/fence_inventory", + "textures": { + "texture": "minecraft:block/jungle_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/jungle_fence_post.json b/1.17.1/assets/minecraft/models/block/jungle_fence_post.json new file mode 100644 index 00000000..6867e0d9 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/jungle_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/fence_post", + "textures": { + "texture": "minecraft:block/jungle_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/jungle_fence_side.json b/1.17.1/assets/minecraft/models/block/jungle_fence_side.json new file mode 100644 index 00000000..8efe3bc6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/jungle_fence_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/fence_side", + "textures": { + "texture": "minecraft:block/jungle_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/jungle_leaves.json b/1.17.1/assets/minecraft/models/block/jungle_leaves.json new file mode 100644 index 00000000..9feffd5d --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/jungle_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/leaves", + "textures": { + "all": "minecraft:block/jungle_leaves" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/jungle_log.json b/1.17.1/assets/minecraft/models/block/jungle_log.json new file mode 100644 index 00000000..6e2042e8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/jungle_log.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/jungle_log_top", + "side": "minecraft:block/jungle_log" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/jungle_log_horizontal.json b/1.17.1/assets/minecraft/models/block/jungle_log_horizontal.json new file mode 100644 index 00000000..8c4758db --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/jungle_log_horizontal.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column_horizontal", + "textures": { + "end": "minecraft:block/jungle_log_top", + "side": "minecraft:block/jungle_log" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/jungle_planks.json b/1.17.1/assets/minecraft/models/block/jungle_planks.json new file mode 100644 index 00000000..f35281e8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/jungle_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/jungle_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/jungle_pressure_plate.json b/1.17.1/assets/minecraft/models/block/jungle_pressure_plate.json new file mode 100644 index 00000000..cf18c79e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/jungle_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/pressure_plate_up", + "textures": { + "texture": "minecraft:block/jungle_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/jungle_pressure_plate_down.json b/1.17.1/assets/minecraft/models/block/jungle_pressure_plate_down.json new file mode 100644 index 00000000..f34227b2 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/jungle_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/pressure_plate_down", + "textures": { + "texture": "minecraft:block/jungle_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/jungle_sapling.json b/1.17.1/assets/minecraft/models/block/jungle_sapling.json new file mode 100644 index 00000000..b1c50ecd --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/jungle_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/jungle_sapling" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/jungle_sign.json b/1.17.1/assets/minecraft/models/block/jungle_sign.json new file mode 100644 index 00000000..6792ad6d --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/jungle_sign.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "minecraft:block/jungle_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/jungle_slab.json b/1.17.1/assets/minecraft/models/block/jungle_slab.json new file mode 100644 index 00000000..7081551e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/jungle_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/jungle_planks", + "top": "minecraft:block/jungle_planks", + "side": "minecraft:block/jungle_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/jungle_slab_top.json b/1.17.1/assets/minecraft/models/block/jungle_slab_top.json new file mode 100644 index 00000000..afc5ff8b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/jungle_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/jungle_planks", + "top": "minecraft:block/jungle_planks", + "side": "minecraft:block/jungle_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/jungle_stairs.json b/1.17.1/assets/minecraft/models/block/jungle_stairs.json new file mode 100644 index 00000000..3d4a98a9 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/jungle_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/jungle_planks", + "top": "minecraft:block/jungle_planks", + "side": "minecraft:block/jungle_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/jungle_stairs_inner.json b/1.17.1/assets/minecraft/models/block/jungle_stairs_inner.json new file mode 100644 index 00000000..c83209de --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/jungle_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/jungle_planks", + "top": "minecraft:block/jungle_planks", + "side": "minecraft:block/jungle_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/jungle_stairs_outer.json b/1.17.1/assets/minecraft/models/block/jungle_stairs_outer.json new file mode 100644 index 00000000..49424ac2 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/jungle_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/jungle_planks", + "top": "minecraft:block/jungle_planks", + "side": "minecraft:block/jungle_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/jungle_trapdoor_bottom.json b/1.17.1/assets/minecraft/models/block/jungle_trapdoor_bottom.json new file mode 100644 index 00000000..937fc8bd --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/jungle_trapdoor_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_orientable_trapdoor_bottom", + "textures": { + "texture": "minecraft:block/jungle_trapdoor" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/jungle_trapdoor_open.json b/1.17.1/assets/minecraft/models/block/jungle_trapdoor_open.json new file mode 100644 index 00000000..af3cfdf5 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/jungle_trapdoor_open.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_orientable_trapdoor_open", + "textures": { + "texture": "minecraft:block/jungle_trapdoor" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/jungle_trapdoor_top.json b/1.17.1/assets/minecraft/models/block/jungle_trapdoor_top.json new file mode 100644 index 00000000..6147ee6d --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/jungle_trapdoor_top.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_orientable_trapdoor_top", + "textures": { + "texture": "minecraft:block/jungle_trapdoor" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/jungle_wood.json b/1.17.1/assets/minecraft/models/block/jungle_wood.json new file mode 100644 index 00000000..e0960bb2 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/jungle_wood.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/jungle_log", + "side": "minecraft:block/jungle_log" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/kelp.json b/1.17.1/assets/minecraft/models/block/kelp.json new file mode 100644 index 00000000..3c43ccaf --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/kelp.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/tinted_cross", + "textures": { + "cross": "minecraft:block/kelp" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/kelp_plant.json b/1.17.1/assets/minecraft/models/block/kelp_plant.json new file mode 100644 index 00000000..0ade609b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/kelp_plant.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/tinted_cross", + "textures": { + "cross": "minecraft:block/kelp_plant" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/ladder.json b/1.17.1/assets/minecraft/models/block/ladder.json new file mode 100644 index 00000000..1b975e4d --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/ladder.json @@ -0,0 +1,17 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/ladder", + "texture": "block/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": [ 16, 0, 0, 16 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/lantern.json b/1.17.1/assets/minecraft/models/block/lantern.json new file mode 100644 index 00000000..12970adc --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/lantern.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_lantern", + "textures": { + "lantern": "minecraft:block/lantern" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/lantern_hanging.json b/1.17.1/assets/minecraft/models/block/lantern_hanging.json new file mode 100644 index 00000000..d047dcd0 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/lantern_hanging.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_hanging_lantern", + "textures": { + "lantern": "minecraft:block/lantern" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/lapis_block.json b/1.17.1/assets/minecraft/models/block/lapis_block.json new file mode 100644 index 00000000..97561c34 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/lapis_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/lapis_block" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/lapis_ore.json b/1.17.1/assets/minecraft/models/block/lapis_ore.json new file mode 100644 index 00000000..561b8b59 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/lapis_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/lapis_ore" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/large_amethyst_bud.json b/1.17.1/assets/minecraft/models/block/large_amethyst_bud.json new file mode 100644 index 00000000..27be909b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/large_amethyst_bud.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/large_amethyst_bud" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/large_fern_bottom.json b/1.17.1/assets/minecraft/models/block/large_fern_bottom.json new file mode 100644 index 00000000..832383dc --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/large_fern_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/tinted_cross", + "textures": { + "cross": "minecraft:block/large_fern_bottom" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/large_fern_top.json b/1.17.1/assets/minecraft/models/block/large_fern_top.json new file mode 100644 index 00000000..e6d29325 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/large_fern_top.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/tinted_cross", + "textures": { + "cross": "minecraft:block/large_fern_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/lava.json b/1.17.1/assets/minecraft/models/block/lava.json new file mode 100644 index 00000000..315d525f --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/lava.json @@ -0,0 +1,6 @@ +{ + "textures": { + "particle": "block/lava_still" + } +} + diff --git a/1.17.1/assets/minecraft/models/block/lava_cauldron.json b/1.17.1/assets/minecraft/models/block/lava_cauldron.json new file mode 100644 index 00000000..88334b4b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/lava_cauldron.json @@ -0,0 +1,11 @@ +{ + "parent": "minecraft:block/template_cauldron_full", + "textures": { + "content": "minecraft:block/lava_still", + "inside": "minecraft:block/cauldron_inner", + "particle": "minecraft:block/cauldron_side", + "top": "minecraft:block/cauldron_top", + "bottom": "minecraft:block/cauldron_bottom", + "side": "minecraft:block/cauldron_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/leaves.json b/1.17.1/assets/minecraft/models/block/leaves.json new file mode 100644 index 00000000..722173fd --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/leaves.json @@ -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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/lectern.json b/1.17.1/assets/minecraft/models/block/lectern.json new file mode 100644 index 00000000..0487bf02 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/lectern.json @@ -0,0 +1,55 @@ +{ + "parent": "block/block", + "display": { + "firstperson_righthand": { + "rotation": [ 0, 135, 0 ], + "translation": [ 0, 0, 0 ], + "scale": [ 0.4, 0.4, 0.4 ] + } + }, + "textures": { + "particle": "block/lectern_sides", + "bottom": "block/oak_planks", + "base": "block/lectern_base", + "front": "block/lectern_front", + "sides": "block/lectern_sides", + "top": "block/lectern_top" + }, + "elements": [ + { + "from": [ 0, 0, 0 ], + "to": [ 16, 2, 16 ], + "faces": { + "north": { "uv": [ 0, 14, 16, 16 ], "texture": "#base", "cullface": "north" }, + "east": { "uv": [ 0, 6, 16, 8 ], "texture": "#base", "cullface": "east" }, + "south": { "uv": [ 0, 6, 16, 8 ], "texture": "#base", "cullface": "south" }, + "west": { "uv": [ 0, 6, 16, 8 ], "texture": "#base", "cullface": "west" }, + "up": { "uv": [ 0, 0, 16, 16 ], "rotation": 180, "texture": "#base" }, + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [4, 2, 4], + "to": [12, 15, 12], + "faces": { + "north": { "uv": [ 0, 0, 8, 13 ], "texture": "#front" }, + "east": { "uv": [ 2, 16, 15, 8 ], "rotation": 90, "texture": "#sides" }, + "south": { "uv": [ 8, 3, 16, 16 ], "texture": "#front" }, + "west": { "uv": [ 2, 8, 15, 16 ], "rotation": 90, "texture": "#sides" } + } + }, + { + "from": [ 0.0125, 12, 3 ], + "to": [ 15.9875, 16, 16 ], + "rotation": { "angle": -22.5, "axis": "x", "origin": [ 8, 8, 8 ] }, + "faces": { + "north": { "uv": [ 0, 0, 16, 4 ], "texture": "#sides" }, + "east": { "uv": [ 0, 4, 13, 8 ], "texture": "#sides" }, + "south": { "uv": [ 0, 4, 16, 8 ], "texture": "#sides" }, + "west": { "uv": [ 0, 4, 13, 8 ], "texture": "#sides" }, + "up": { "uv": [ 0, 1, 16, 14 ], "rotation": 180, "texture": "#top" }, + "down": { "uv": [ 0, 0, 16, 13 ], "texture": "#bottom" } + } + } + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/lever.json b/1.17.1/assets/minecraft/models/block/lever.json new file mode 100644 index 00000000..fa7a2b81 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/lever.json @@ -0,0 +1,32 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/cobblestone", + "base": "block/cobblestone", + "lever": "block/lever" + }, + "elements": [ + { "from": [ 5, 0, 4 ], + "to": [ 11, 3, 12 ], + "faces": { + "down": { "uv": [ 5, 4, 11, 12 ], "texture": "#base", "cullface": "down" }, + "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": { + "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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/lever_on.json b/1.17.1/assets/minecraft/models/block/lever_on.json new file mode 100644 index 00000000..1007274d --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/lever_on.json @@ -0,0 +1,32 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/cobblestone", + "base": "block/cobblestone", + "lever": "block/lever" + }, + "elements": [ + { "from": [ 5, 0, 4 ], + "to": [ 11, 3, 12 ], + "faces": { + "down": { "uv": [ 5, 4, 11, 12 ], "texture": "#base", "cullface": "down" }, + "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": { + "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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/light.json b/1.17.1/assets/minecraft/models/block/light.json new file mode 100644 index 00000000..a913e451 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/light.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "minecraft:item/light" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/light_blue_candle_cake.json b/1.17.1/assets/minecraft/models/block/light_blue_candle_cake.json new file mode 100644 index 00000000..6087d28c --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/light_blue_candle_cake.json @@ -0,0 +1,10 @@ +{ + "parent": "minecraft:block/template_cake_with_candle", + "textures": { + "candle": "minecraft:block/light_blue_candle", + "bottom": "minecraft:block/cake_bottom", + "side": "minecraft:block/cake_side", + "top": "minecraft:block/cake_top", + "particle": "minecraft:block/cake_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/light_blue_candle_cake_lit.json b/1.17.1/assets/minecraft/models/block/light_blue_candle_cake_lit.json new file mode 100644 index 00000000..9d250b34 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/light_blue_candle_cake_lit.json @@ -0,0 +1,10 @@ +{ + "parent": "minecraft:block/template_cake_with_candle", + "textures": { + "candle": "minecraft:block/light_blue_candle_lit", + "bottom": "minecraft:block/cake_bottom", + "side": "minecraft:block/cake_side", + "top": "minecraft:block/cake_top", + "particle": "minecraft:block/cake_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/light_blue_candle_four_candles.json b/1.17.1/assets/minecraft/models/block/light_blue_candle_four_candles.json new file mode 100644 index 00000000..503ddb22 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/light_blue_candle_four_candles.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_four_candles", + "textures": { + "all": "minecraft:block/light_blue_candle", + "particle": "minecraft:block/light_blue_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/light_blue_candle_four_candles_lit.json b/1.17.1/assets/minecraft/models/block/light_blue_candle_four_candles_lit.json new file mode 100644 index 00000000..b7ee670c --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/light_blue_candle_four_candles_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_four_candles", + "textures": { + "all": "minecraft:block/light_blue_candle_lit", + "particle": "minecraft:block/light_blue_candle_lit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/light_blue_candle_one_candle.json b/1.17.1/assets/minecraft/models/block/light_blue_candle_one_candle.json new file mode 100644 index 00000000..37d165d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/light_blue_candle_one_candle.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_candle", + "textures": { + "all": "minecraft:block/light_blue_candle", + "particle": "minecraft:block/light_blue_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/light_blue_candle_one_candle_lit.json b/1.17.1/assets/minecraft/models/block/light_blue_candle_one_candle_lit.json new file mode 100644 index 00000000..be1f1768 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/light_blue_candle_one_candle_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_candle", + "textures": { + "all": "minecraft:block/light_blue_candle_lit", + "particle": "minecraft:block/light_blue_candle_lit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/light_blue_candle_three_candles.json b/1.17.1/assets/minecraft/models/block/light_blue_candle_three_candles.json new file mode 100644 index 00000000..d735cda7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/light_blue_candle_three_candles.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_three_candles", + "textures": { + "all": "minecraft:block/light_blue_candle", + "particle": "minecraft:block/light_blue_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/light_blue_candle_three_candles_lit.json b/1.17.1/assets/minecraft/models/block/light_blue_candle_three_candles_lit.json new file mode 100644 index 00000000..4a481843 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/light_blue_candle_three_candles_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_three_candles", + "textures": { + "all": "minecraft:block/light_blue_candle_lit", + "particle": "minecraft:block/light_blue_candle_lit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/light_blue_candle_two_candles.json b/1.17.1/assets/minecraft/models/block/light_blue_candle_two_candles.json new file mode 100644 index 00000000..ec4da566 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/light_blue_candle_two_candles.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_two_candles", + "textures": { + "all": "minecraft:block/light_blue_candle", + "particle": "minecraft:block/light_blue_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/light_blue_candle_two_candles_lit.json b/1.17.1/assets/minecraft/models/block/light_blue_candle_two_candles_lit.json new file mode 100644 index 00000000..d9928775 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/light_blue_candle_two_candles_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_two_candles", + "textures": { + "all": "minecraft:block/light_blue_candle_lit", + "particle": "minecraft:block/light_blue_candle_lit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/light_blue_carpet.json b/1.17.1/assets/minecraft/models/block/light_blue_carpet.json new file mode 100644 index 00000000..e1949fe8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/light_blue_carpet.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/carpet", + "textures": { + "wool": "minecraft:block/light_blue_wool" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/light_blue_concrete.json b/1.17.1/assets/minecraft/models/block/light_blue_concrete.json new file mode 100644 index 00000000..28590f93 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/light_blue_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/light_blue_concrete" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/light_blue_concrete_powder.json b/1.17.1/assets/minecraft/models/block/light_blue_concrete_powder.json new file mode 100644 index 00000000..f660be90 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/light_blue_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/light_blue_concrete_powder" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/light_blue_glazed_terracotta.json b/1.17.1/assets/minecraft/models/block/light_blue_glazed_terracotta.json new file mode 100644 index 00000000..86980349 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/light_blue_glazed_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glazed_terracotta", + "textures": { + "pattern": "minecraft:block/light_blue_glazed_terracotta" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/light_blue_shulker_box.json b/1.17.1/assets/minecraft/models/block/light_blue_shulker_box.json new file mode 100644 index 00000000..41f67725 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/light_blue_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "minecraft:block/light_blue_shulker_box" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/light_blue_stained_glass.json b/1.17.1/assets/minecraft/models/block/light_blue_stained_glass.json new file mode 100644 index 00000000..6011b954 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/light_blue_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/light_blue_stained_glass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/light_blue_stained_glass_pane_noside.json b/1.17.1/assets/minecraft/models/block/light_blue_stained_glass_pane_noside.json new file mode 100644 index 00000000..66b5851a --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/light_blue_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glass_pane_noside", + "textures": { + "pane": "minecraft:block/light_blue_stained_glass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/light_blue_stained_glass_pane_noside_alt.json b/1.17.1/assets/minecraft/models/block/light_blue_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..3c028538 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/light_blue_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glass_pane_noside_alt", + "textures": { + "pane": "minecraft:block/light_blue_stained_glass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/light_blue_stained_glass_pane_post.json b/1.17.1/assets/minecraft/models/block/light_blue_stained_glass_pane_post.json new file mode 100644 index 00000000..e01eb548 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/light_blue_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_post", + "textures": { + "pane": "minecraft:block/light_blue_stained_glass", + "edge": "minecraft:block/light_blue_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/light_blue_stained_glass_pane_side.json b/1.17.1/assets/minecraft/models/block/light_blue_stained_glass_pane_side.json new file mode 100644 index 00000000..7aee348a --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/light_blue_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_side", + "textures": { + "pane": "minecraft:block/light_blue_stained_glass", + "edge": "minecraft:block/light_blue_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/light_blue_stained_glass_pane_side_alt.json b/1.17.1/assets/minecraft/models/block/light_blue_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..3ed7d59e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/light_blue_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_side_alt", + "textures": { + "pane": "minecraft:block/light_blue_stained_glass", + "edge": "minecraft:block/light_blue_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/light_blue_terracotta.json b/1.17.1/assets/minecraft/models/block/light_blue_terracotta.json new file mode 100644 index 00000000..24816bc4 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/light_blue_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/light_blue_terracotta" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/light_blue_wool.json b/1.17.1/assets/minecraft/models/block/light_blue_wool.json new file mode 100644 index 00000000..4a4b3f04 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/light_blue_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/light_blue_wool" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/light_gray_candle_cake.json b/1.17.1/assets/minecraft/models/block/light_gray_candle_cake.json new file mode 100644 index 00000000..ab9b0d88 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/light_gray_candle_cake.json @@ -0,0 +1,10 @@ +{ + "parent": "minecraft:block/template_cake_with_candle", + "textures": { + "candle": "minecraft:block/light_gray_candle", + "bottom": "minecraft:block/cake_bottom", + "side": "minecraft:block/cake_side", + "top": "minecraft:block/cake_top", + "particle": "minecraft:block/cake_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/light_gray_candle_cake_lit.json b/1.17.1/assets/minecraft/models/block/light_gray_candle_cake_lit.json new file mode 100644 index 00000000..087b0ecb --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/light_gray_candle_cake_lit.json @@ -0,0 +1,10 @@ +{ + "parent": "minecraft:block/template_cake_with_candle", + "textures": { + "candle": "minecraft:block/light_gray_candle_lit", + "bottom": "minecraft:block/cake_bottom", + "side": "minecraft:block/cake_side", + "top": "minecraft:block/cake_top", + "particle": "minecraft:block/cake_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/light_gray_candle_four_candles.json b/1.17.1/assets/minecraft/models/block/light_gray_candle_four_candles.json new file mode 100644 index 00000000..0559aae1 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/light_gray_candle_four_candles.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_four_candles", + "textures": { + "all": "minecraft:block/light_gray_candle", + "particle": "minecraft:block/light_gray_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/light_gray_candle_four_candles_lit.json b/1.17.1/assets/minecraft/models/block/light_gray_candle_four_candles_lit.json new file mode 100644 index 00000000..24912bfb --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/light_gray_candle_four_candles_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_four_candles", + "textures": { + "all": "minecraft:block/light_gray_candle_lit", + "particle": "minecraft:block/light_gray_candle_lit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/light_gray_candle_one_candle.json b/1.17.1/assets/minecraft/models/block/light_gray_candle_one_candle.json new file mode 100644 index 00000000..b329a100 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/light_gray_candle_one_candle.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_candle", + "textures": { + "all": "minecraft:block/light_gray_candle", + "particle": "minecraft:block/light_gray_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/light_gray_candle_one_candle_lit.json b/1.17.1/assets/minecraft/models/block/light_gray_candle_one_candle_lit.json new file mode 100644 index 00000000..1099f9a5 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/light_gray_candle_one_candle_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_candle", + "textures": { + "all": "minecraft:block/light_gray_candle_lit", + "particle": "minecraft:block/light_gray_candle_lit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/light_gray_candle_three_candles.json b/1.17.1/assets/minecraft/models/block/light_gray_candle_three_candles.json new file mode 100644 index 00000000..097d975f --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/light_gray_candle_three_candles.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_three_candles", + "textures": { + "all": "minecraft:block/light_gray_candle", + "particle": "minecraft:block/light_gray_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/light_gray_candle_three_candles_lit.json b/1.17.1/assets/minecraft/models/block/light_gray_candle_three_candles_lit.json new file mode 100644 index 00000000..85f44ad7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/light_gray_candle_three_candles_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_three_candles", + "textures": { + "all": "minecraft:block/light_gray_candle_lit", + "particle": "minecraft:block/light_gray_candle_lit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/light_gray_candle_two_candles.json b/1.17.1/assets/minecraft/models/block/light_gray_candle_two_candles.json new file mode 100644 index 00000000..73639430 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/light_gray_candle_two_candles.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_two_candles", + "textures": { + "all": "minecraft:block/light_gray_candle", + "particle": "minecraft:block/light_gray_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/light_gray_candle_two_candles_lit.json b/1.17.1/assets/minecraft/models/block/light_gray_candle_two_candles_lit.json new file mode 100644 index 00000000..8010674d --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/light_gray_candle_two_candles_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_two_candles", + "textures": { + "all": "minecraft:block/light_gray_candle_lit", + "particle": "minecraft:block/light_gray_candle_lit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/light_gray_carpet.json b/1.17.1/assets/minecraft/models/block/light_gray_carpet.json new file mode 100644 index 00000000..29042319 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/light_gray_carpet.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/carpet", + "textures": { + "wool": "minecraft:block/light_gray_wool" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/light_gray_concrete.json b/1.17.1/assets/minecraft/models/block/light_gray_concrete.json new file mode 100644 index 00000000..a723d19e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/light_gray_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/light_gray_concrete" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/light_gray_concrete_powder.json b/1.17.1/assets/minecraft/models/block/light_gray_concrete_powder.json new file mode 100644 index 00000000..bcbe6853 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/light_gray_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/light_gray_concrete_powder" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/light_gray_glazed_terracotta.json b/1.17.1/assets/minecraft/models/block/light_gray_glazed_terracotta.json new file mode 100644 index 00000000..4732a356 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/light_gray_glazed_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glazed_terracotta", + "textures": { + "pattern": "minecraft:block/light_gray_glazed_terracotta" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/light_gray_shulker_box.json b/1.17.1/assets/minecraft/models/block/light_gray_shulker_box.json new file mode 100644 index 00000000..265780f9 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/light_gray_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "minecraft:block/light_gray_shulker_box" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/light_gray_stained_glass.json b/1.17.1/assets/minecraft/models/block/light_gray_stained_glass.json new file mode 100644 index 00000000..bf861d69 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/light_gray_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/light_gray_stained_glass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/light_gray_stained_glass_pane_noside.json b/1.17.1/assets/minecraft/models/block/light_gray_stained_glass_pane_noside.json new file mode 100644 index 00000000..e31a39fd --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/light_gray_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glass_pane_noside", + "textures": { + "pane": "minecraft:block/light_gray_stained_glass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/light_gray_stained_glass_pane_noside_alt.json b/1.17.1/assets/minecraft/models/block/light_gray_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..3b24feda --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/light_gray_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glass_pane_noside_alt", + "textures": { + "pane": "minecraft:block/light_gray_stained_glass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/light_gray_stained_glass_pane_post.json b/1.17.1/assets/minecraft/models/block/light_gray_stained_glass_pane_post.json new file mode 100644 index 00000000..ba678c24 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/light_gray_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_post", + "textures": { + "pane": "minecraft:block/light_gray_stained_glass", + "edge": "minecraft:block/light_gray_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/light_gray_stained_glass_pane_side.json b/1.17.1/assets/minecraft/models/block/light_gray_stained_glass_pane_side.json new file mode 100644 index 00000000..e063add9 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/light_gray_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_side", + "textures": { + "pane": "minecraft:block/light_gray_stained_glass", + "edge": "minecraft:block/light_gray_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/light_gray_stained_glass_pane_side_alt.json b/1.17.1/assets/minecraft/models/block/light_gray_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..f848d99f --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/light_gray_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_side_alt", + "textures": { + "pane": "minecraft:block/light_gray_stained_glass", + "edge": "minecraft:block/light_gray_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/light_gray_terracotta.json b/1.17.1/assets/minecraft/models/block/light_gray_terracotta.json new file mode 100644 index 00000000..19aa6402 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/light_gray_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/light_gray_terracotta" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/light_gray_wool.json b/1.17.1/assets/minecraft/models/block/light_gray_wool.json new file mode 100644 index 00000000..d490cc2e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/light_gray_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/light_gray_wool" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/light_weighted_pressure_plate.json b/1.17.1/assets/minecraft/models/block/light_weighted_pressure_plate.json new file mode 100644 index 00000000..7941d43f --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/light_weighted_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/pressure_plate_up", + "textures": { + "texture": "minecraft:block/gold_block" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/light_weighted_pressure_plate_down.json b/1.17.1/assets/minecraft/models/block/light_weighted_pressure_plate_down.json new file mode 100644 index 00000000..8e9c2926 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/light_weighted_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/pressure_plate_down", + "textures": { + "texture": "minecraft:block/gold_block" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/lightning_rod.json b/1.17.1/assets/minecraft/models/block/lightning_rod.json new file mode 100644 index 00000000..a389a2f1 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/lightning_rod.json @@ -0,0 +1,41 @@ +{ + "parent": "block/block", + "display": { + "head": { + "rotation": [ -180, 0, 0 ], + "translation": [ 8.5, 4, 0 ] + }, + "thirdperson_righthand": { + "translation": [ 0, 2, 0.5], + "scale": [ 0.40, 0.40, 0.40 ] + } + }, + "ambientocclusion": false, + "textures": { + "texture": "block/lightning_rod", + "particle": "block/lightning_rod" + }, + "elements": [ + { "from": [ 6, 12, 6 ], + "to": [ 10, 16, 10 ], + "faces": { + "north": { "uv": [ 0, 0, 4, 4 ],"texture": "#texture" }, + "south": { "uv": [ 0, 0, 4, 4 ],"texture": "#texture" }, + "west": { "uv": [ 0, 0, 4, 4 ],"texture": "#texture" }, + "east": { "uv": [ 0, 0, 4, 4 ],"texture": "#texture" }, + "down": { "uv": [ 0, 0, 4, 4 ], "texture": "#texture" }, + "up": { "uv": [ 4, 4, 0, 0 ], "texture": "#texture" } + } + }, + { "from": [ 7, 0, 7 ], + "to": [ 9, 12, 9 ], + "faces": { + "north": { "uv": [ 0, 4, 2, 16 ],"texture": "#texture" }, + "south": { "uv": [ 0, 4, 2, 16 ],"texture": "#texture" }, + "west": { "uv": [ 0, 4, 2, 16 ],"texture": "#texture" }, + "east": { "uv": [ 0, 4, 2, 16 ],"texture": "#texture" }, + "down": { "uv": [ 0, 4, 2, 6 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/lightning_rod_on.json b/1.17.1/assets/minecraft/models/block/lightning_rod_on.json new file mode 100644 index 00000000..293c0731 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/lightning_rod_on.json @@ -0,0 +1,33 @@ +{ + "parent": "block/block", + "ambientocclusion": false, + "textures": { + "texture": "block/lightning_rod_on", + "particle": "block/lightning_rod_on" + }, + "elements": [ + { "from": [ 6, 12, 6 ], + "to": [ 10, 16, 10 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 4, 4 ],"texture": "#texture" }, + "south": { "uv": [ 0, 0, 4, 4 ],"texture": "#texture" }, + "west": { "uv": [ 0, 0, 4, 4 ],"texture": "#texture" }, + "east": { "uv": [ 0, 0, 4, 4 ],"texture": "#texture" }, + "down": { "uv": [ 0, 0, 4, 4 ], "texture": "#texture" }, + "up": { "uv": [ 4, 4, 0, 0 ], "texture": "#texture" } + } + }, + { "from": [ 7, 0, 7 ], + "to": [ 9, 12, 9 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 4, 2, 16 ],"texture": "#texture" }, + "south": { "uv": [ 0, 4, 2, 16 ],"texture": "#texture" }, + "west": { "uv": [ 0, 4, 2, 16 ],"texture": "#texture" }, + "east": { "uv": [ 0, 4, 2, 16 ],"texture": "#texture" }, + "down": { "uv": [ 0, 4, 2, 16 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/lilac_bottom.json b/1.17.1/assets/minecraft/models/block/lilac_bottom.json new file mode 100644 index 00000000..e1bf8969 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/lilac_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/lilac_bottom" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/lilac_top.json b/1.17.1/assets/minecraft/models/block/lilac_top.json new file mode 100644 index 00000000..e5fc35b7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/lilac_top.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/lilac_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/lily_of_the_valley.json b/1.17.1/assets/minecraft/models/block/lily_of_the_valley.json new file mode 100644 index 00000000..6f0a89ac --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/lily_of_the_valley.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/lily_of_the_valley" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/lily_pad.json b/1.17.1/assets/minecraft/models/block/lily_pad.json new file mode 100644 index 00000000..a775a8dc --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/lily_pad.json @@ -0,0 +1,16 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/lily_pad", + "texture": "block/lily_pad" + }, + "elements": [ + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "faces": { + "down": { "uv": [ 16, 16, 0, 0 ], "texture": "#texture", "tintindex": 0 }, + "up": { "uv": [ 16, 0, 0, 16 ], "texture": "#texture", "tintindex": 0 } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/lime_candle_cake.json b/1.17.1/assets/minecraft/models/block/lime_candle_cake.json new file mode 100644 index 00000000..70c7fd53 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/lime_candle_cake.json @@ -0,0 +1,10 @@ +{ + "parent": "minecraft:block/template_cake_with_candle", + "textures": { + "candle": "minecraft:block/lime_candle", + "bottom": "minecraft:block/cake_bottom", + "side": "minecraft:block/cake_side", + "top": "minecraft:block/cake_top", + "particle": "minecraft:block/cake_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/lime_candle_cake_lit.json b/1.17.1/assets/minecraft/models/block/lime_candle_cake_lit.json new file mode 100644 index 00000000..1addcd14 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/lime_candle_cake_lit.json @@ -0,0 +1,10 @@ +{ + "parent": "minecraft:block/template_cake_with_candle", + "textures": { + "candle": "minecraft:block/lime_candle_lit", + "bottom": "minecraft:block/cake_bottom", + "side": "minecraft:block/cake_side", + "top": "minecraft:block/cake_top", + "particle": "minecraft:block/cake_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/lime_candle_four_candles.json b/1.17.1/assets/minecraft/models/block/lime_candle_four_candles.json new file mode 100644 index 00000000..55b45a95 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/lime_candle_four_candles.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_four_candles", + "textures": { + "all": "minecraft:block/lime_candle", + "particle": "minecraft:block/lime_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/lime_candle_four_candles_lit.json b/1.17.1/assets/minecraft/models/block/lime_candle_four_candles_lit.json new file mode 100644 index 00000000..85a6d2fe --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/lime_candle_four_candles_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_four_candles", + "textures": { + "all": "minecraft:block/lime_candle_lit", + "particle": "minecraft:block/lime_candle_lit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/lime_candle_one_candle.json b/1.17.1/assets/minecraft/models/block/lime_candle_one_candle.json new file mode 100644 index 00000000..254b4eb4 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/lime_candle_one_candle.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_candle", + "textures": { + "all": "minecraft:block/lime_candle", + "particle": "minecraft:block/lime_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/lime_candle_one_candle_lit.json b/1.17.1/assets/minecraft/models/block/lime_candle_one_candle_lit.json new file mode 100644 index 00000000..a6c8b987 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/lime_candle_one_candle_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_candle", + "textures": { + "all": "minecraft:block/lime_candle_lit", + "particle": "minecraft:block/lime_candle_lit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/lime_candle_three_candles.json b/1.17.1/assets/minecraft/models/block/lime_candle_three_candles.json new file mode 100644 index 00000000..e71d2220 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/lime_candle_three_candles.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_three_candles", + "textures": { + "all": "minecraft:block/lime_candle", + "particle": "minecraft:block/lime_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/lime_candle_three_candles_lit.json b/1.17.1/assets/minecraft/models/block/lime_candle_three_candles_lit.json new file mode 100644 index 00000000..738f8dc4 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/lime_candle_three_candles_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_three_candles", + "textures": { + "all": "minecraft:block/lime_candle_lit", + "particle": "minecraft:block/lime_candle_lit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/lime_candle_two_candles.json b/1.17.1/assets/minecraft/models/block/lime_candle_two_candles.json new file mode 100644 index 00000000..50edf847 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/lime_candle_two_candles.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_two_candles", + "textures": { + "all": "minecraft:block/lime_candle", + "particle": "minecraft:block/lime_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/lime_candle_two_candles_lit.json b/1.17.1/assets/minecraft/models/block/lime_candle_two_candles_lit.json new file mode 100644 index 00000000..5736293c --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/lime_candle_two_candles_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_two_candles", + "textures": { + "all": "minecraft:block/lime_candle_lit", + "particle": "minecraft:block/lime_candle_lit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/lime_carpet.json b/1.17.1/assets/minecraft/models/block/lime_carpet.json new file mode 100644 index 00000000..028c4987 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/lime_carpet.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/carpet", + "textures": { + "wool": "minecraft:block/lime_wool" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/lime_concrete.json b/1.17.1/assets/minecraft/models/block/lime_concrete.json new file mode 100644 index 00000000..e0e92123 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/lime_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/lime_concrete" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/lime_concrete_powder.json b/1.17.1/assets/minecraft/models/block/lime_concrete_powder.json new file mode 100644 index 00000000..48f4b696 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/lime_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/lime_concrete_powder" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/lime_glazed_terracotta.json b/1.17.1/assets/minecraft/models/block/lime_glazed_terracotta.json new file mode 100644 index 00000000..b6211a73 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/lime_glazed_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glazed_terracotta", + "textures": { + "pattern": "minecraft:block/lime_glazed_terracotta" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/lime_shulker_box.json b/1.17.1/assets/minecraft/models/block/lime_shulker_box.json new file mode 100644 index 00000000..aafff7dd --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/lime_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "minecraft:block/lime_shulker_box" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/lime_stained_glass.json b/1.17.1/assets/minecraft/models/block/lime_stained_glass.json new file mode 100644 index 00000000..b06899ca --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/lime_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/lime_stained_glass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/lime_stained_glass_pane_noside.json b/1.17.1/assets/minecraft/models/block/lime_stained_glass_pane_noside.json new file mode 100644 index 00000000..51a062c5 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/lime_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glass_pane_noside", + "textures": { + "pane": "minecraft:block/lime_stained_glass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/lime_stained_glass_pane_noside_alt.json b/1.17.1/assets/minecraft/models/block/lime_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..7b0a67ac --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/lime_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glass_pane_noside_alt", + "textures": { + "pane": "minecraft:block/lime_stained_glass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/lime_stained_glass_pane_post.json b/1.17.1/assets/minecraft/models/block/lime_stained_glass_pane_post.json new file mode 100644 index 00000000..0861b376 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/lime_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_post", + "textures": { + "pane": "minecraft:block/lime_stained_glass", + "edge": "minecraft:block/lime_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/lime_stained_glass_pane_side.json b/1.17.1/assets/minecraft/models/block/lime_stained_glass_pane_side.json new file mode 100644 index 00000000..db3f4041 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/lime_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_side", + "textures": { + "pane": "minecraft:block/lime_stained_glass", + "edge": "minecraft:block/lime_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/lime_stained_glass_pane_side_alt.json b/1.17.1/assets/minecraft/models/block/lime_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..57dff047 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/lime_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_side_alt", + "textures": { + "pane": "minecraft:block/lime_stained_glass", + "edge": "minecraft:block/lime_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/lime_terracotta.json b/1.17.1/assets/minecraft/models/block/lime_terracotta.json new file mode 100644 index 00000000..7a7ee776 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/lime_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/lime_terracotta" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/lime_wool.json b/1.17.1/assets/minecraft/models/block/lime_wool.json new file mode 100644 index 00000000..3452083b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/lime_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/lime_wool" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/lodestone.json b/1.17.1/assets/minecraft/models/block/lodestone.json new file mode 100644 index 00000000..f38f3e9a --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/lodestone.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/lodestone_top", + "side": "minecraft:block/lodestone_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/loom.json b/1.17.1/assets/minecraft/models/block/loom.json new file mode 100644 index 00000000..9eff06b6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/loom.json @@ -0,0 +1,9 @@ +{ + "parent": "minecraft:block/orientable_with_bottom", + "textures": { + "top": "minecraft:block/loom_top", + "bottom": "minecraft:block/loom_bottom", + "side": "minecraft:block/loom_side", + "front": "minecraft:block/loom_front" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/magenta_candle_cake.json b/1.17.1/assets/minecraft/models/block/magenta_candle_cake.json new file mode 100644 index 00000000..f64bfb98 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/magenta_candle_cake.json @@ -0,0 +1,10 @@ +{ + "parent": "minecraft:block/template_cake_with_candle", + "textures": { + "candle": "minecraft:block/magenta_candle", + "bottom": "minecraft:block/cake_bottom", + "side": "minecraft:block/cake_side", + "top": "minecraft:block/cake_top", + "particle": "minecraft:block/cake_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/magenta_candle_cake_lit.json b/1.17.1/assets/minecraft/models/block/magenta_candle_cake_lit.json new file mode 100644 index 00000000..f8c5c4e7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/magenta_candle_cake_lit.json @@ -0,0 +1,10 @@ +{ + "parent": "minecraft:block/template_cake_with_candle", + "textures": { + "candle": "minecraft:block/magenta_candle_lit", + "bottom": "minecraft:block/cake_bottom", + "side": "minecraft:block/cake_side", + "top": "minecraft:block/cake_top", + "particle": "minecraft:block/cake_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/magenta_candle_four_candles.json b/1.17.1/assets/minecraft/models/block/magenta_candle_four_candles.json new file mode 100644 index 00000000..cc10d412 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/magenta_candle_four_candles.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_four_candles", + "textures": { + "all": "minecraft:block/magenta_candle", + "particle": "minecraft:block/magenta_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/magenta_candle_four_candles_lit.json b/1.17.1/assets/minecraft/models/block/magenta_candle_four_candles_lit.json new file mode 100644 index 00000000..5c41051c --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/magenta_candle_four_candles_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_four_candles", + "textures": { + "all": "minecraft:block/magenta_candle_lit", + "particle": "minecraft:block/magenta_candle_lit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/magenta_candle_one_candle.json b/1.17.1/assets/minecraft/models/block/magenta_candle_one_candle.json new file mode 100644 index 00000000..6cbff941 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/magenta_candle_one_candle.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_candle", + "textures": { + "all": "minecraft:block/magenta_candle", + "particle": "minecraft:block/magenta_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/magenta_candle_one_candle_lit.json b/1.17.1/assets/minecraft/models/block/magenta_candle_one_candle_lit.json new file mode 100644 index 00000000..39f81c17 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/magenta_candle_one_candle_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_candle", + "textures": { + "all": "minecraft:block/magenta_candle_lit", + "particle": "minecraft:block/magenta_candle_lit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/magenta_candle_three_candles.json b/1.17.1/assets/minecraft/models/block/magenta_candle_three_candles.json new file mode 100644 index 00000000..90d34d68 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/magenta_candle_three_candles.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_three_candles", + "textures": { + "all": "minecraft:block/magenta_candle", + "particle": "minecraft:block/magenta_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/magenta_candle_three_candles_lit.json b/1.17.1/assets/minecraft/models/block/magenta_candle_three_candles_lit.json new file mode 100644 index 00000000..f648690c --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/magenta_candle_three_candles_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_three_candles", + "textures": { + "all": "minecraft:block/magenta_candle_lit", + "particle": "minecraft:block/magenta_candle_lit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/magenta_candle_two_candles.json b/1.17.1/assets/minecraft/models/block/magenta_candle_two_candles.json new file mode 100644 index 00000000..128514c3 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/magenta_candle_two_candles.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_two_candles", + "textures": { + "all": "minecraft:block/magenta_candle", + "particle": "minecraft:block/magenta_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/magenta_candle_two_candles_lit.json b/1.17.1/assets/minecraft/models/block/magenta_candle_two_candles_lit.json new file mode 100644 index 00000000..476532a7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/magenta_candle_two_candles_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_two_candles", + "textures": { + "all": "minecraft:block/magenta_candle_lit", + "particle": "minecraft:block/magenta_candle_lit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/magenta_carpet.json b/1.17.1/assets/minecraft/models/block/magenta_carpet.json new file mode 100644 index 00000000..466161a3 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/magenta_carpet.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/carpet", + "textures": { + "wool": "minecraft:block/magenta_wool" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/magenta_concrete.json b/1.17.1/assets/minecraft/models/block/magenta_concrete.json new file mode 100644 index 00000000..73bbc6d4 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/magenta_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/magenta_concrete" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/magenta_concrete_powder.json b/1.17.1/assets/minecraft/models/block/magenta_concrete_powder.json new file mode 100644 index 00000000..e5a38d46 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/magenta_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/magenta_concrete_powder" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/magenta_glazed_terracotta.json b/1.17.1/assets/minecraft/models/block/magenta_glazed_terracotta.json new file mode 100644 index 00000000..f36a5e7d --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/magenta_glazed_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glazed_terracotta", + "textures": { + "pattern": "minecraft:block/magenta_glazed_terracotta" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/magenta_shulker_box.json b/1.17.1/assets/minecraft/models/block/magenta_shulker_box.json new file mode 100644 index 00000000..6bb156a3 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/magenta_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "minecraft:block/magenta_shulker_box" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/magenta_stained_glass.json b/1.17.1/assets/minecraft/models/block/magenta_stained_glass.json new file mode 100644 index 00000000..6e4da4ca --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/magenta_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/magenta_stained_glass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/magenta_stained_glass_pane_noside.json b/1.17.1/assets/minecraft/models/block/magenta_stained_glass_pane_noside.json new file mode 100644 index 00000000..8d6019b8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/magenta_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glass_pane_noside", + "textures": { + "pane": "minecraft:block/magenta_stained_glass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/magenta_stained_glass_pane_noside_alt.json b/1.17.1/assets/minecraft/models/block/magenta_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..7b2ba6d5 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/magenta_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glass_pane_noside_alt", + "textures": { + "pane": "minecraft:block/magenta_stained_glass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/magenta_stained_glass_pane_post.json b/1.17.1/assets/minecraft/models/block/magenta_stained_glass_pane_post.json new file mode 100644 index 00000000..996f877c --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/magenta_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_post", + "textures": { + "pane": "minecraft:block/magenta_stained_glass", + "edge": "minecraft:block/magenta_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/magenta_stained_glass_pane_side.json b/1.17.1/assets/minecraft/models/block/magenta_stained_glass_pane_side.json new file mode 100644 index 00000000..83d65bfc --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/magenta_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_side", + "textures": { + "pane": "minecraft:block/magenta_stained_glass", + "edge": "minecraft:block/magenta_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/magenta_stained_glass_pane_side_alt.json b/1.17.1/assets/minecraft/models/block/magenta_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..6443572a --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/magenta_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_side_alt", + "textures": { + "pane": "minecraft:block/magenta_stained_glass", + "edge": "minecraft:block/magenta_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/magenta_terracotta.json b/1.17.1/assets/minecraft/models/block/magenta_terracotta.json new file mode 100644 index 00000000..bd2bcfa0 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/magenta_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/magenta_terracotta" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/magenta_wool.json b/1.17.1/assets/minecraft/models/block/magenta_wool.json new file mode 100644 index 00000000..9111ee09 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/magenta_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/magenta_wool" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/magma_block.json b/1.17.1/assets/minecraft/models/block/magma_block.json new file mode 100644 index 00000000..b9678ef1 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/magma_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/magma" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/medium_amethyst_bud.json b/1.17.1/assets/minecraft/models/block/medium_amethyst_bud.json new file mode 100644 index 00000000..c69ea2a0 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/medium_amethyst_bud.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/medium_amethyst_bud" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/melon.json b/1.17.1/assets/minecraft/models/block/melon.json new file mode 100644 index 00000000..ef3816b9 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/melon.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/melon_top", + "side": "minecraft:block/melon_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/melon_stem_stage0.json b/1.17.1/assets/minecraft/models/block/melon_stem_stage0.json new file mode 100644 index 00000000..7f8918c5 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/melon_stem_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/stem_growth0", + "textures": { + "stem": "minecraft:block/melon_stem" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/melon_stem_stage1.json b/1.17.1/assets/minecraft/models/block/melon_stem_stage1.json new file mode 100644 index 00000000..0d573b71 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/melon_stem_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/stem_growth1", + "textures": { + "stem": "minecraft:block/melon_stem" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/melon_stem_stage2.json b/1.17.1/assets/minecraft/models/block/melon_stem_stage2.json new file mode 100644 index 00000000..c1934202 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/melon_stem_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/stem_growth2", + "textures": { + "stem": "minecraft:block/melon_stem" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/melon_stem_stage3.json b/1.17.1/assets/minecraft/models/block/melon_stem_stage3.json new file mode 100644 index 00000000..8b4ef33f --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/melon_stem_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/stem_growth3", + "textures": { + "stem": "minecraft:block/melon_stem" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/melon_stem_stage4.json b/1.17.1/assets/minecraft/models/block/melon_stem_stage4.json new file mode 100644 index 00000000..cba7914b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/melon_stem_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/stem_growth4", + "textures": { + "stem": "minecraft:block/melon_stem" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/melon_stem_stage5.json b/1.17.1/assets/minecraft/models/block/melon_stem_stage5.json new file mode 100644 index 00000000..bd48d3f1 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/melon_stem_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/stem_growth5", + "textures": { + "stem": "minecraft:block/melon_stem" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/melon_stem_stage6.json b/1.17.1/assets/minecraft/models/block/melon_stem_stage6.json new file mode 100644 index 00000000..c8f07f26 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/melon_stem_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/stem_growth6", + "textures": { + "stem": "minecraft:block/melon_stem" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/melon_stem_stage7.json b/1.17.1/assets/minecraft/models/block/melon_stem_stage7.json new file mode 100644 index 00000000..2b479f70 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/melon_stem_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/stem_growth7", + "textures": { + "stem": "minecraft:block/melon_stem" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/moss_block.json b/1.17.1/assets/minecraft/models/block/moss_block.json new file mode 100644 index 00000000..3c2c9bcc --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/moss_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/moss_block" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/moss_carpet.json b/1.17.1/assets/minecraft/models/block/moss_carpet.json new file mode 100644 index 00000000..3e5e68f2 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/moss_carpet.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/carpet", + "textures": { + "wool": "minecraft:block/moss_block" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/mossy_cobblestone.json b/1.17.1/assets/minecraft/models/block/mossy_cobblestone.json new file mode 100644 index 00000000..8767f35c --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/mossy_cobblestone.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/mossy_cobblestone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/mossy_cobblestone_slab.json b/1.17.1/assets/minecraft/models/block/mossy_cobblestone_slab.json new file mode 100644 index 00000000..544d1e8b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/mossy_cobblestone_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/mossy_cobblestone", + "top": "minecraft:block/mossy_cobblestone", + "side": "minecraft:block/mossy_cobblestone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/mossy_cobblestone_slab_top.json b/1.17.1/assets/minecraft/models/block/mossy_cobblestone_slab_top.json new file mode 100644 index 00000000..1ecd89c9 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/mossy_cobblestone_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/mossy_cobblestone", + "top": "minecraft:block/mossy_cobblestone", + "side": "minecraft:block/mossy_cobblestone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/mossy_cobblestone_stairs.json b/1.17.1/assets/minecraft/models/block/mossy_cobblestone_stairs.json new file mode 100644 index 00000000..a436ea92 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/mossy_cobblestone_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/mossy_cobblestone", + "top": "minecraft:block/mossy_cobblestone", + "side": "minecraft:block/mossy_cobblestone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/mossy_cobblestone_stairs_inner.json b/1.17.1/assets/minecraft/models/block/mossy_cobblestone_stairs_inner.json new file mode 100644 index 00000000..f1946ea3 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/mossy_cobblestone_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/mossy_cobblestone", + "top": "minecraft:block/mossy_cobblestone", + "side": "minecraft:block/mossy_cobblestone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/mossy_cobblestone_stairs_outer.json b/1.17.1/assets/minecraft/models/block/mossy_cobblestone_stairs_outer.json new file mode 100644 index 00000000..20697c3d --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/mossy_cobblestone_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/mossy_cobblestone", + "top": "minecraft:block/mossy_cobblestone", + "side": "minecraft:block/mossy_cobblestone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/mossy_cobblestone_wall_inventory.json b/1.17.1/assets/minecraft/models/block/mossy_cobblestone_wall_inventory.json new file mode 100644 index 00000000..ea176a42 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/mossy_cobblestone_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "minecraft:block/mossy_cobblestone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/mossy_cobblestone_wall_post.json b/1.17.1/assets/minecraft/models/block/mossy_cobblestone_wall_post.json new file mode 100644 index 00000000..b6be998c --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/mossy_cobblestone_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "minecraft:block/mossy_cobblestone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/mossy_cobblestone_wall_side.json b/1.17.1/assets/minecraft/models/block/mossy_cobblestone_wall_side.json new file mode 100644 index 00000000..43c6c706 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/mossy_cobblestone_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "minecraft:block/mossy_cobblestone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/mossy_cobblestone_wall_side_tall.json b/1.17.1/assets/minecraft/models/block/mossy_cobblestone_wall_side_tall.json new file mode 100644 index 00000000..96935989 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/mossy_cobblestone_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "minecraft:block/mossy_cobblestone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/mossy_stone_brick_slab.json b/1.17.1/assets/minecraft/models/block/mossy_stone_brick_slab.json new file mode 100644 index 00000000..b36ebd95 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/mossy_stone_brick_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/mossy_stone_bricks", + "top": "minecraft:block/mossy_stone_bricks", + "side": "minecraft:block/mossy_stone_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/mossy_stone_brick_slab_top.json b/1.17.1/assets/minecraft/models/block/mossy_stone_brick_slab_top.json new file mode 100644 index 00000000..697657a9 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/mossy_stone_brick_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/mossy_stone_bricks", + "top": "minecraft:block/mossy_stone_bricks", + "side": "minecraft:block/mossy_stone_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/mossy_stone_brick_stairs.json b/1.17.1/assets/minecraft/models/block/mossy_stone_brick_stairs.json new file mode 100644 index 00000000..8f4b9929 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/mossy_stone_brick_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/mossy_stone_bricks", + "top": "minecraft:block/mossy_stone_bricks", + "side": "minecraft:block/mossy_stone_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/mossy_stone_brick_stairs_inner.json b/1.17.1/assets/minecraft/models/block/mossy_stone_brick_stairs_inner.json new file mode 100644 index 00000000..04ae24a6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/mossy_stone_brick_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/mossy_stone_bricks", + "top": "minecraft:block/mossy_stone_bricks", + "side": "minecraft:block/mossy_stone_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/mossy_stone_brick_stairs_outer.json b/1.17.1/assets/minecraft/models/block/mossy_stone_brick_stairs_outer.json new file mode 100644 index 00000000..e2e9dac2 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/mossy_stone_brick_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/mossy_stone_bricks", + "top": "minecraft:block/mossy_stone_bricks", + "side": "minecraft:block/mossy_stone_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/mossy_stone_brick_wall_inventory.json b/1.17.1/assets/minecraft/models/block/mossy_stone_brick_wall_inventory.json new file mode 100644 index 00000000..e6822fea --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/mossy_stone_brick_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "minecraft:block/mossy_stone_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/mossy_stone_brick_wall_post.json b/1.17.1/assets/minecraft/models/block/mossy_stone_brick_wall_post.json new file mode 100644 index 00000000..56942804 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/mossy_stone_brick_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "minecraft:block/mossy_stone_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/mossy_stone_brick_wall_side.json b/1.17.1/assets/minecraft/models/block/mossy_stone_brick_wall_side.json new file mode 100644 index 00000000..13fdfa2e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/mossy_stone_brick_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "minecraft:block/mossy_stone_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/mossy_stone_brick_wall_side_tall.json b/1.17.1/assets/minecraft/models/block/mossy_stone_brick_wall_side_tall.json new file mode 100644 index 00000000..265f6c3f --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/mossy_stone_brick_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "minecraft:block/mossy_stone_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/mossy_stone_bricks.json b/1.17.1/assets/minecraft/models/block/mossy_stone_bricks.json new file mode 100644 index 00000000..4a4fa5ae --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/mossy_stone_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/mossy_stone_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/moving_piston.json b/1.17.1/assets/minecraft/models/block/moving_piston.json new file mode 100644 index 00000000..021eedbe --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/moving_piston.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "minecraft:block/piston_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/mushroom_block_inside.json b/1.17.1/assets/minecraft/models/block/mushroom_block_inside.json new file mode 100644 index 00000000..6a6cab24 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/mushroom_block_inside.json @@ -0,0 +1,7 @@ +{ + "parent": "block/template_single_face", + "ambientocclusion": false, + "textures": { + "texture": "block/mushroom_block_inside" + } +} diff --git a/1.17.1/assets/minecraft/models/block/mushroom_stem.json b/1.17.1/assets/minecraft/models/block/mushroom_stem.json new file mode 100644 index 00000000..76f8cdbc --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/mushroom_stem.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_single_face", + "textures": { + "texture": "minecraft:block/mushroom_stem" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/mushroom_stem_inventory.json b/1.17.1/assets/minecraft/models/block/mushroom_stem_inventory.json new file mode 100644 index 00000000..ed373272 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/mushroom_stem_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/mushroom_stem" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/mycelium.json b/1.17.1/assets/minecraft/models/block/mycelium.json new file mode 100644 index 00000000..6ced7c81 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/mycelium.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/cube_bottom_top", + "textures": { + "top": "minecraft:block/mycelium_top", + "bottom": "minecraft:block/dirt", + "side": "minecraft:block/mycelium_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/nether_brick_fence_inventory.json b/1.17.1/assets/minecraft/models/block/nether_brick_fence_inventory.json new file mode 100644 index 00000000..c66b932e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/nether_brick_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/fence_inventory", + "textures": { + "texture": "minecraft:block/nether_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/nether_brick_fence_post.json b/1.17.1/assets/minecraft/models/block/nether_brick_fence_post.json new file mode 100644 index 00000000..22f5ac94 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/nether_brick_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/fence_post", + "textures": { + "texture": "minecraft:block/nether_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/nether_brick_fence_side.json b/1.17.1/assets/minecraft/models/block/nether_brick_fence_side.json new file mode 100644 index 00000000..1daddd0a --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/nether_brick_fence_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/fence_side", + "textures": { + "texture": "minecraft:block/nether_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/nether_brick_slab.json b/1.17.1/assets/minecraft/models/block/nether_brick_slab.json new file mode 100644 index 00000000..d9418608 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/nether_brick_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/nether_bricks", + "top": "minecraft:block/nether_bricks", + "side": "minecraft:block/nether_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/nether_brick_slab_top.json b/1.17.1/assets/minecraft/models/block/nether_brick_slab_top.json new file mode 100644 index 00000000..bc0a7924 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/nether_brick_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/nether_bricks", + "top": "minecraft:block/nether_bricks", + "side": "minecraft:block/nether_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/nether_brick_stairs.json b/1.17.1/assets/minecraft/models/block/nether_brick_stairs.json new file mode 100644 index 00000000..04a4c500 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/nether_brick_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/nether_bricks", + "top": "minecraft:block/nether_bricks", + "side": "minecraft:block/nether_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/nether_brick_stairs_inner.json b/1.17.1/assets/minecraft/models/block/nether_brick_stairs_inner.json new file mode 100644 index 00000000..4d567702 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/nether_brick_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/nether_bricks", + "top": "minecraft:block/nether_bricks", + "side": "minecraft:block/nether_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/nether_brick_stairs_outer.json b/1.17.1/assets/minecraft/models/block/nether_brick_stairs_outer.json new file mode 100644 index 00000000..cd971579 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/nether_brick_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/nether_bricks", + "top": "minecraft:block/nether_bricks", + "side": "minecraft:block/nether_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/nether_brick_wall_inventory.json b/1.17.1/assets/minecraft/models/block/nether_brick_wall_inventory.json new file mode 100644 index 00000000..ef71ac4e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/nether_brick_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "minecraft:block/nether_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/nether_brick_wall_post.json b/1.17.1/assets/minecraft/models/block/nether_brick_wall_post.json new file mode 100644 index 00000000..5d539376 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/nether_brick_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "minecraft:block/nether_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/nether_brick_wall_side.json b/1.17.1/assets/minecraft/models/block/nether_brick_wall_side.json new file mode 100644 index 00000000..19b01afd --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/nether_brick_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "minecraft:block/nether_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/nether_brick_wall_side_tall.json b/1.17.1/assets/minecraft/models/block/nether_brick_wall_side_tall.json new file mode 100644 index 00000000..e368b691 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/nether_brick_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "minecraft:block/nether_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/nether_bricks.json b/1.17.1/assets/minecraft/models/block/nether_bricks.json new file mode 100644 index 00000000..19ca75ce --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/nether_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/nether_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/nether_gold_ore.json b/1.17.1/assets/minecraft/models/block/nether_gold_ore.json new file mode 100644 index 00000000..a7a48a50 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/nether_gold_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/nether_gold_ore" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/nether_portal_ew.json b/1.17.1/assets/minecraft/models/block/nether_portal_ew.json new file mode 100644 index 00000000..5b7869ab --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/nether_portal_ew.json @@ -0,0 +1,15 @@ +{ + "textures": { + "particle": "block/nether_portal", + "portal": "block/nether_portal" + }, + "elements": [ + { "from": [ 6, 0, 0 ], + "to": [ 10, 16, 16 ], + "faces": { + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#portal" }, + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#portal" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/nether_portal_ns.json b/1.17.1/assets/minecraft/models/block/nether_portal_ns.json new file mode 100644 index 00000000..937ca3b9 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/nether_portal_ns.json @@ -0,0 +1,15 @@ +{ + "textures": { + "particle": "block/nether_portal", + "portal": "block/nether_portal" + }, + "elements": [ + { "from": [ 0, 0, 6 ], + "to": [ 16, 16, 10 ], + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#portal" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#portal" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/nether_quartz_ore.json b/1.17.1/assets/minecraft/models/block/nether_quartz_ore.json new file mode 100644 index 00000000..831c93fa --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/nether_quartz_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/nether_quartz_ore" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/nether_sprouts.json b/1.17.1/assets/minecraft/models/block/nether_sprouts.json new file mode 100644 index 00000000..a1348576 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/nether_sprouts.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/nether_sprouts" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/nether_wart_block.json b/1.17.1/assets/minecraft/models/block/nether_wart_block.json new file mode 100644 index 00000000..e1643535 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/nether_wart_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/nether_wart_block" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/nether_wart_stage0.json b/1.17.1/assets/minecraft/models/block/nether_wart_stage0.json new file mode 100644 index 00000000..795414f2 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/nether_wart_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/crop", + "textures": { + "crop": "minecraft:block/nether_wart_stage0" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/nether_wart_stage1.json b/1.17.1/assets/minecraft/models/block/nether_wart_stage1.json new file mode 100644 index 00000000..55ac3277 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/nether_wart_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/crop", + "textures": { + "crop": "minecraft:block/nether_wart_stage1" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/nether_wart_stage2.json b/1.17.1/assets/minecraft/models/block/nether_wart_stage2.json new file mode 100644 index 00000000..42d5a2ea --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/nether_wart_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/crop", + "textures": { + "crop": "minecraft:block/nether_wart_stage2" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/netherite_block.json b/1.17.1/assets/minecraft/models/block/netherite_block.json new file mode 100644 index 00000000..72fa8d9b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/netherite_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/netherite_block" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/netherrack.json b/1.17.1/assets/minecraft/models/block/netherrack.json new file mode 100644 index 00000000..11cebf7a --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/netherrack.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/netherrack" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/note_block.json b/1.17.1/assets/minecraft/models/block/note_block.json new file mode 100644 index 00000000..5d7671bd --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/note_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/note_block" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/oak_button.json b/1.17.1/assets/minecraft/models/block/oak_button.json new file mode 100644 index 00000000..67b1c0f3 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/oak_button.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/button", + "textures": { + "texture": "minecraft:block/oak_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/oak_button_inventory.json b/1.17.1/assets/minecraft/models/block/oak_button_inventory.json new file mode 100644 index 00000000..f58d4869 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/oak_button_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/button_inventory", + "textures": { + "texture": "minecraft:block/oak_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/oak_button_pressed.json b/1.17.1/assets/minecraft/models/block/oak_button_pressed.json new file mode 100644 index 00000000..218d5cf4 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/oak_button_pressed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/button_pressed", + "textures": { + "texture": "minecraft:block/oak_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/oak_door_bottom.json b/1.17.1/assets/minecraft/models/block/oak_door_bottom.json new file mode 100644 index 00000000..13f1db80 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/oak_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_bottom", + "textures": { + "top": "minecraft:block/oak_door_top", + "bottom": "minecraft:block/oak_door_bottom" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/oak_door_bottom_hinge.json b/1.17.1/assets/minecraft/models/block/oak_door_bottom_hinge.json new file mode 100644 index 00000000..c49cea2c --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/oak_door_bottom_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_bottom_rh", + "textures": { + "top": "minecraft:block/oak_door_top", + "bottom": "minecraft:block/oak_door_bottom" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/oak_door_top.json b/1.17.1/assets/minecraft/models/block/oak_door_top.json new file mode 100644 index 00000000..41020636 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/oak_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_top", + "textures": { + "top": "minecraft:block/oak_door_top", + "bottom": "minecraft:block/oak_door_bottom" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/oak_door_top_hinge.json b/1.17.1/assets/minecraft/models/block/oak_door_top_hinge.json new file mode 100644 index 00000000..cc35e140 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/oak_door_top_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_top_rh", + "textures": { + "top": "minecraft:block/oak_door_top", + "bottom": "minecraft:block/oak_door_bottom" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/oak_fence_gate.json b/1.17.1/assets/minecraft/models/block/oak_fence_gate.json new file mode 100644 index 00000000..74e6c445 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/oak_fence_gate.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fence_gate", + "textures": { + "texture": "minecraft:block/oak_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/oak_fence_gate_open.json b/1.17.1/assets/minecraft/models/block/oak_fence_gate_open.json new file mode 100644 index 00000000..c3e37495 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/oak_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fence_gate_open", + "textures": { + "texture": "minecraft:block/oak_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/oak_fence_gate_wall.json b/1.17.1/assets/minecraft/models/block/oak_fence_gate_wall.json new file mode 100644 index 00000000..9c2c0f39 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/oak_fence_gate_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fence_gate_wall", + "textures": { + "texture": "minecraft:block/oak_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/oak_fence_gate_wall_open.json b/1.17.1/assets/minecraft/models/block/oak_fence_gate_wall_open.json new file mode 100644 index 00000000..2b515179 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/oak_fence_gate_wall_open.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fence_gate_wall_open", + "textures": { + "texture": "minecraft:block/oak_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/oak_fence_inventory.json b/1.17.1/assets/minecraft/models/block/oak_fence_inventory.json new file mode 100644 index 00000000..54282027 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/oak_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/fence_inventory", + "textures": { + "texture": "minecraft:block/oak_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/oak_fence_post.json b/1.17.1/assets/minecraft/models/block/oak_fence_post.json new file mode 100644 index 00000000..e05dc4ae --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/oak_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/fence_post", + "textures": { + "texture": "minecraft:block/oak_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/oak_fence_side.json b/1.17.1/assets/minecraft/models/block/oak_fence_side.json new file mode 100644 index 00000000..fe4ed99e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/oak_fence_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/fence_side", + "textures": { + "texture": "minecraft:block/oak_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/oak_leaves.json b/1.17.1/assets/minecraft/models/block/oak_leaves.json new file mode 100644 index 00000000..192ebd67 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/oak_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/leaves", + "textures": { + "all": "minecraft:block/oak_leaves" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/oak_log.json b/1.17.1/assets/minecraft/models/block/oak_log.json new file mode 100644 index 00000000..70583e67 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/oak_log.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/oak_log_top", + "side": "minecraft:block/oak_log" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/oak_log_horizontal.json b/1.17.1/assets/minecraft/models/block/oak_log_horizontal.json new file mode 100644 index 00000000..fd9a02ca --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/oak_log_horizontal.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column_horizontal", + "textures": { + "end": "minecraft:block/oak_log_top", + "side": "minecraft:block/oak_log" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/oak_planks.json b/1.17.1/assets/minecraft/models/block/oak_planks.json new file mode 100644 index 00000000..3a21a3f2 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/oak_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/oak_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/oak_pressure_plate.json b/1.17.1/assets/minecraft/models/block/oak_pressure_plate.json new file mode 100644 index 00000000..3fb5dd7c --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/oak_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/pressure_plate_up", + "textures": { + "texture": "minecraft:block/oak_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/oak_pressure_plate_down.json b/1.17.1/assets/minecraft/models/block/oak_pressure_plate_down.json new file mode 100644 index 00000000..06c4db73 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/oak_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/pressure_plate_down", + "textures": { + "texture": "minecraft:block/oak_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/oak_sapling.json b/1.17.1/assets/minecraft/models/block/oak_sapling.json new file mode 100644 index 00000000..87354edc --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/oak_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/oak_sapling" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/oak_sign.json b/1.17.1/assets/minecraft/models/block/oak_sign.json new file mode 100644 index 00000000..9406a849 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/oak_sign.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "minecraft:block/oak_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/oak_slab.json b/1.17.1/assets/minecraft/models/block/oak_slab.json new file mode 100644 index 00000000..03a160e5 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/oak_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/oak_planks", + "top": "minecraft:block/oak_planks", + "side": "minecraft:block/oak_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/oak_slab_top.json b/1.17.1/assets/minecraft/models/block/oak_slab_top.json new file mode 100644 index 00000000..a16afcc8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/oak_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/oak_planks", + "top": "minecraft:block/oak_planks", + "side": "minecraft:block/oak_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/oak_stairs.json b/1.17.1/assets/minecraft/models/block/oak_stairs.json new file mode 100644 index 00000000..5fcba27e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/oak_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/oak_planks", + "top": "minecraft:block/oak_planks", + "side": "minecraft:block/oak_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/oak_stairs_inner.json b/1.17.1/assets/minecraft/models/block/oak_stairs_inner.json new file mode 100644 index 00000000..e0f940f4 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/oak_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/oak_planks", + "top": "minecraft:block/oak_planks", + "side": "minecraft:block/oak_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/oak_stairs_outer.json b/1.17.1/assets/minecraft/models/block/oak_stairs_outer.json new file mode 100644 index 00000000..6f327c03 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/oak_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/oak_planks", + "top": "minecraft:block/oak_planks", + "side": "minecraft:block/oak_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/oak_trapdoor_bottom.json b/1.17.1/assets/minecraft/models/block/oak_trapdoor_bottom.json new file mode 100644 index 00000000..a4dcb639 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/oak_trapdoor_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_trapdoor_bottom", + "textures": { + "texture": "minecraft:block/oak_trapdoor" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/oak_trapdoor_open.json b/1.17.1/assets/minecraft/models/block/oak_trapdoor_open.json new file mode 100644 index 00000000..e8b0bb3b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/oak_trapdoor_open.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_trapdoor_open", + "textures": { + "texture": "minecraft:block/oak_trapdoor" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/oak_trapdoor_top.json b/1.17.1/assets/minecraft/models/block/oak_trapdoor_top.json new file mode 100644 index 00000000..34322d68 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/oak_trapdoor_top.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_trapdoor_top", + "textures": { + "texture": "minecraft:block/oak_trapdoor" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/oak_wood.json b/1.17.1/assets/minecraft/models/block/oak_wood.json new file mode 100644 index 00000000..79a8da03 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/oak_wood.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/oak_log", + "side": "minecraft:block/oak_log" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/observer.json b/1.17.1/assets/minecraft/models/block/observer.json new file mode 100644 index 00000000..1b8ca609 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/observer.json @@ -0,0 +1,23 @@ +{ + "parent": "block/block", + "textures": { + "bottom": "block/observer_back", + "side": "block/observer_side", + "top": "block/observer_top", + "front": "block/observer_front", + "particle": "block/observer_front" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#top", "cullface": "down" }, + "up": { "uv": [ 0, 16, 16, 0 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#front", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "east" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/observer_on.json b/1.17.1/assets/minecraft/models/block/observer_on.json new file mode 100644 index 00000000..ee290184 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/observer_on.json @@ -0,0 +1,6 @@ +{ + "parent": "block/observer", + "textures": { + "bottom": "block/observer_back_on" + } +} diff --git a/1.17.1/assets/minecraft/models/block/obsidian.json b/1.17.1/assets/minecraft/models/block/obsidian.json new file mode 100644 index 00000000..104a1994 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/obsidian.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/obsidian" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/orange_candle_cake.json b/1.17.1/assets/minecraft/models/block/orange_candle_cake.json new file mode 100644 index 00000000..8472ffef --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/orange_candle_cake.json @@ -0,0 +1,10 @@ +{ + "parent": "minecraft:block/template_cake_with_candle", + "textures": { + "candle": "minecraft:block/orange_candle", + "bottom": "minecraft:block/cake_bottom", + "side": "minecraft:block/cake_side", + "top": "minecraft:block/cake_top", + "particle": "minecraft:block/cake_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/orange_candle_cake_lit.json b/1.17.1/assets/minecraft/models/block/orange_candle_cake_lit.json new file mode 100644 index 00000000..17617a42 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/orange_candle_cake_lit.json @@ -0,0 +1,10 @@ +{ + "parent": "minecraft:block/template_cake_with_candle", + "textures": { + "candle": "minecraft:block/orange_candle_lit", + "bottom": "minecraft:block/cake_bottom", + "side": "minecraft:block/cake_side", + "top": "minecraft:block/cake_top", + "particle": "minecraft:block/cake_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/orange_candle_four_candles.json b/1.17.1/assets/minecraft/models/block/orange_candle_four_candles.json new file mode 100644 index 00000000..4cbb2a4a --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/orange_candle_four_candles.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_four_candles", + "textures": { + "all": "minecraft:block/orange_candle", + "particle": "minecraft:block/orange_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/orange_candle_four_candles_lit.json b/1.17.1/assets/minecraft/models/block/orange_candle_four_candles_lit.json new file mode 100644 index 00000000..eb329068 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/orange_candle_four_candles_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_four_candles", + "textures": { + "all": "minecraft:block/orange_candle_lit", + "particle": "minecraft:block/orange_candle_lit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/orange_candle_one_candle.json b/1.17.1/assets/minecraft/models/block/orange_candle_one_candle.json new file mode 100644 index 00000000..f1cf6b0e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/orange_candle_one_candle.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_candle", + "textures": { + "all": "minecraft:block/orange_candle", + "particle": "minecraft:block/orange_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/orange_candle_one_candle_lit.json b/1.17.1/assets/minecraft/models/block/orange_candle_one_candle_lit.json new file mode 100644 index 00000000..0ba73ca2 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/orange_candle_one_candle_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_candle", + "textures": { + "all": "minecraft:block/orange_candle_lit", + "particle": "minecraft:block/orange_candle_lit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/orange_candle_three_candles.json b/1.17.1/assets/minecraft/models/block/orange_candle_three_candles.json new file mode 100644 index 00000000..d2435363 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/orange_candle_three_candles.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_three_candles", + "textures": { + "all": "minecraft:block/orange_candle", + "particle": "minecraft:block/orange_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/orange_candle_three_candles_lit.json b/1.17.1/assets/minecraft/models/block/orange_candle_three_candles_lit.json new file mode 100644 index 00000000..ad150433 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/orange_candle_three_candles_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_three_candles", + "textures": { + "all": "minecraft:block/orange_candle_lit", + "particle": "minecraft:block/orange_candle_lit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/orange_candle_two_candles.json b/1.17.1/assets/minecraft/models/block/orange_candle_two_candles.json new file mode 100644 index 00000000..42bfeb43 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/orange_candle_two_candles.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_two_candles", + "textures": { + "all": "minecraft:block/orange_candle", + "particle": "minecraft:block/orange_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/orange_candle_two_candles_lit.json b/1.17.1/assets/minecraft/models/block/orange_candle_two_candles_lit.json new file mode 100644 index 00000000..56c06117 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/orange_candle_two_candles_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_two_candles", + "textures": { + "all": "minecraft:block/orange_candle_lit", + "particle": "minecraft:block/orange_candle_lit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/orange_carpet.json b/1.17.1/assets/minecraft/models/block/orange_carpet.json new file mode 100644 index 00000000..886a5dbf --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/orange_carpet.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/carpet", + "textures": { + "wool": "minecraft:block/orange_wool" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/orange_concrete.json b/1.17.1/assets/minecraft/models/block/orange_concrete.json new file mode 100644 index 00000000..c0f6708a --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/orange_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/orange_concrete" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/orange_concrete_powder.json b/1.17.1/assets/minecraft/models/block/orange_concrete_powder.json new file mode 100644 index 00000000..a63474f6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/orange_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/orange_concrete_powder" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/orange_glazed_terracotta.json b/1.17.1/assets/minecraft/models/block/orange_glazed_terracotta.json new file mode 100644 index 00000000..d39dc99b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/orange_glazed_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glazed_terracotta", + "textures": { + "pattern": "minecraft:block/orange_glazed_terracotta" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/orange_shulker_box.json b/1.17.1/assets/minecraft/models/block/orange_shulker_box.json new file mode 100644 index 00000000..202c3257 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/orange_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "minecraft:block/orange_shulker_box" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/orange_stained_glass.json b/1.17.1/assets/minecraft/models/block/orange_stained_glass.json new file mode 100644 index 00000000..cb420e05 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/orange_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/orange_stained_glass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/orange_stained_glass_pane_noside.json b/1.17.1/assets/minecraft/models/block/orange_stained_glass_pane_noside.json new file mode 100644 index 00000000..d54ef0db --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/orange_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glass_pane_noside", + "textures": { + "pane": "minecraft:block/orange_stained_glass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/orange_stained_glass_pane_noside_alt.json b/1.17.1/assets/minecraft/models/block/orange_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..56f2cd0b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/orange_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glass_pane_noside_alt", + "textures": { + "pane": "minecraft:block/orange_stained_glass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/orange_stained_glass_pane_post.json b/1.17.1/assets/minecraft/models/block/orange_stained_glass_pane_post.json new file mode 100644 index 00000000..66123eab --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/orange_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_post", + "textures": { + "pane": "minecraft:block/orange_stained_glass", + "edge": "minecraft:block/orange_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/orange_stained_glass_pane_side.json b/1.17.1/assets/minecraft/models/block/orange_stained_glass_pane_side.json new file mode 100644 index 00000000..53ba2125 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/orange_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_side", + "textures": { + "pane": "minecraft:block/orange_stained_glass", + "edge": "minecraft:block/orange_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/orange_stained_glass_pane_side_alt.json b/1.17.1/assets/minecraft/models/block/orange_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..d661b1e2 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/orange_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_side_alt", + "textures": { + "pane": "minecraft:block/orange_stained_glass", + "edge": "minecraft:block/orange_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/orange_terracotta.json b/1.17.1/assets/minecraft/models/block/orange_terracotta.json new file mode 100644 index 00000000..2d5e41a1 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/orange_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/orange_terracotta" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/orange_tulip.json b/1.17.1/assets/minecraft/models/block/orange_tulip.json new file mode 100644 index 00000000..e0b71ccb --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/orange_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/orange_tulip" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/orange_wool.json b/1.17.1/assets/minecraft/models/block/orange_wool.json new file mode 100644 index 00000000..89a99b52 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/orange_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/orange_wool" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/orientable.json b/1.17.1/assets/minecraft/models/block/orientable.json new file mode 100644 index 00000000..ad7bf9a7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/orientable.json @@ -0,0 +1,6 @@ +{ + "parent": "block/orientable_with_bottom", + "textures": { + "bottom": "#top" + } +} diff --git a/1.17.1/assets/minecraft/models/block/orientable_vertical.json b/1.17.1/assets/minecraft/models/block/orientable_vertical.json new file mode 100644 index 00000000..5fb2223a --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/orientable_vertical.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "#side", + "down": "#side", + "up": "#front", + "north": "#side", + "east": "#side", + "south": "#side", + "west": "#side" + } +} diff --git a/1.17.1/assets/minecraft/models/block/orientable_with_bottom.json b/1.17.1/assets/minecraft/models/block/orientable_with_bottom.json new file mode 100644 index 00000000..d03a89bd --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/orientable_with_bottom.json @@ -0,0 +1,19 @@ +{ + "parent": "block/cube", + "display": { + "firstperson_righthand": { + "rotation": [ 0, 135, 0 ], + "translation": [ 0, 0, 0 ], + "scale": [ 0.40, 0.40, 0.40 ] + } + }, + "textures": { + "particle": "#front", + "down": "#bottom", + "up": "#top", + "north": "#front", + "east": "#side", + "south": "#side", + "west": "#side" + } +} diff --git a/1.17.1/assets/minecraft/models/block/outer_stairs.json b/1.17.1/assets/minecraft/models/block/outer_stairs.json new file mode 100644 index 00000000..03bbe420 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/outer_stairs.json @@ -0,0 +1,28 @@ +{ + "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, 8 ], + "to": [ 16, 16, 16 ], + "faces": { + "up": { "uv": [ 8, 8, 16, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 0, 0, 8, 8 ], "texture": "#side" }, + "south": { "uv": [ 8, 0, 16, 8 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 8, 0, 16, 8 ], "texture": "#side" }, + "east": { "uv": [ 0, 0, 8, 8 ], "texture": "#side", "cullface": "east" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/oxeye_daisy.json b/1.17.1/assets/minecraft/models/block/oxeye_daisy.json new file mode 100644 index 00000000..bdc32c2e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/oxeye_daisy.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/oxeye_daisy" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/oxidized_copper.json b/1.17.1/assets/minecraft/models/block/oxidized_copper.json new file mode 100644 index 00000000..5da2d1ab --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/oxidized_copper.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/oxidized_copper" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/oxidized_cut_copper.json b/1.17.1/assets/minecraft/models/block/oxidized_cut_copper.json new file mode 100644 index 00000000..4ac7bb08 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/oxidized_cut_copper.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/oxidized_cut_copper" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/oxidized_cut_copper_slab.json b/1.17.1/assets/minecraft/models/block/oxidized_cut_copper_slab.json new file mode 100644 index 00000000..76eb0b5a --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/oxidized_cut_copper_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/oxidized_cut_copper", + "top": "minecraft:block/oxidized_cut_copper", + "side": "minecraft:block/oxidized_cut_copper" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/oxidized_cut_copper_slab_top.json b/1.17.1/assets/minecraft/models/block/oxidized_cut_copper_slab_top.json new file mode 100644 index 00000000..cfb66e31 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/oxidized_cut_copper_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/oxidized_cut_copper", + "top": "minecraft:block/oxidized_cut_copper", + "side": "minecraft:block/oxidized_cut_copper" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/oxidized_cut_copper_stairs.json b/1.17.1/assets/minecraft/models/block/oxidized_cut_copper_stairs.json new file mode 100644 index 00000000..cb3793eb --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/oxidized_cut_copper_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/oxidized_cut_copper", + "top": "minecraft:block/oxidized_cut_copper", + "side": "minecraft:block/oxidized_cut_copper" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/oxidized_cut_copper_stairs_inner.json b/1.17.1/assets/minecraft/models/block/oxidized_cut_copper_stairs_inner.json new file mode 100644 index 00000000..39ae0af9 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/oxidized_cut_copper_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/oxidized_cut_copper", + "top": "minecraft:block/oxidized_cut_copper", + "side": "minecraft:block/oxidized_cut_copper" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/oxidized_cut_copper_stairs_outer.json b/1.17.1/assets/minecraft/models/block/oxidized_cut_copper_stairs_outer.json new file mode 100644 index 00000000..8033bac4 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/oxidized_cut_copper_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/oxidized_cut_copper", + "top": "minecraft:block/oxidized_cut_copper", + "side": "minecraft:block/oxidized_cut_copper" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/packed_ice.json b/1.17.1/assets/minecraft/models/block/packed_ice.json new file mode 100644 index 00000000..3af1024f --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/packed_ice.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/packed_ice" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/peony_bottom.json b/1.17.1/assets/minecraft/models/block/peony_bottom.json new file mode 100644 index 00000000..8b7ea916 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/peony_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/peony_bottom" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/peony_top.json b/1.17.1/assets/minecraft/models/block/peony_top.json new file mode 100644 index 00000000..6e0fd6b7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/peony_top.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/peony_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/petrified_oak_slab.json b/1.17.1/assets/minecraft/models/block/petrified_oak_slab.json new file mode 100644 index 00000000..03a160e5 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/petrified_oak_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/oak_planks", + "top": "minecraft:block/oak_planks", + "side": "minecraft:block/oak_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/petrified_oak_slab_top.json b/1.17.1/assets/minecraft/models/block/petrified_oak_slab_top.json new file mode 100644 index 00000000..a16afcc8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/petrified_oak_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/oak_planks", + "top": "minecraft:block/oak_planks", + "side": "minecraft:block/oak_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/pink_candle_cake.json b/1.17.1/assets/minecraft/models/block/pink_candle_cake.json new file mode 100644 index 00000000..eafe6add --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/pink_candle_cake.json @@ -0,0 +1,10 @@ +{ + "parent": "minecraft:block/template_cake_with_candle", + "textures": { + "candle": "minecraft:block/pink_candle", + "bottom": "minecraft:block/cake_bottom", + "side": "minecraft:block/cake_side", + "top": "minecraft:block/cake_top", + "particle": "minecraft:block/cake_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/pink_candle_cake_lit.json b/1.17.1/assets/minecraft/models/block/pink_candle_cake_lit.json new file mode 100644 index 00000000..3c8279b5 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/pink_candle_cake_lit.json @@ -0,0 +1,10 @@ +{ + "parent": "minecraft:block/template_cake_with_candle", + "textures": { + "candle": "minecraft:block/pink_candle_lit", + "bottom": "minecraft:block/cake_bottom", + "side": "minecraft:block/cake_side", + "top": "minecraft:block/cake_top", + "particle": "minecraft:block/cake_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/pink_candle_four_candles.json b/1.17.1/assets/minecraft/models/block/pink_candle_four_candles.json new file mode 100644 index 00000000..956b9897 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/pink_candle_four_candles.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_four_candles", + "textures": { + "all": "minecraft:block/pink_candle", + "particle": "minecraft:block/pink_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/pink_candle_four_candles_lit.json b/1.17.1/assets/minecraft/models/block/pink_candle_four_candles_lit.json new file mode 100644 index 00000000..5f8c43f1 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/pink_candle_four_candles_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_four_candles", + "textures": { + "all": "minecraft:block/pink_candle_lit", + "particle": "minecraft:block/pink_candle_lit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/pink_candle_one_candle.json b/1.17.1/assets/minecraft/models/block/pink_candle_one_candle.json new file mode 100644 index 00000000..21075a6d --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/pink_candle_one_candle.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_candle", + "textures": { + "all": "minecraft:block/pink_candle", + "particle": "minecraft:block/pink_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/pink_candle_one_candle_lit.json b/1.17.1/assets/minecraft/models/block/pink_candle_one_candle_lit.json new file mode 100644 index 00000000..30c7ad59 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/pink_candle_one_candle_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_candle", + "textures": { + "all": "minecraft:block/pink_candle_lit", + "particle": "minecraft:block/pink_candle_lit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/pink_candle_three_candles.json b/1.17.1/assets/minecraft/models/block/pink_candle_three_candles.json new file mode 100644 index 00000000..47f2c6f0 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/pink_candle_three_candles.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_three_candles", + "textures": { + "all": "minecraft:block/pink_candle", + "particle": "minecraft:block/pink_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/pink_candle_three_candles_lit.json b/1.17.1/assets/minecraft/models/block/pink_candle_three_candles_lit.json new file mode 100644 index 00000000..013f6f74 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/pink_candle_three_candles_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_three_candles", + "textures": { + "all": "minecraft:block/pink_candle_lit", + "particle": "minecraft:block/pink_candle_lit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/pink_candle_two_candles.json b/1.17.1/assets/minecraft/models/block/pink_candle_two_candles.json new file mode 100644 index 00000000..92054932 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/pink_candle_two_candles.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_two_candles", + "textures": { + "all": "minecraft:block/pink_candle", + "particle": "minecraft:block/pink_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/pink_candle_two_candles_lit.json b/1.17.1/assets/minecraft/models/block/pink_candle_two_candles_lit.json new file mode 100644 index 00000000..0dbe15bf --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/pink_candle_two_candles_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_two_candles", + "textures": { + "all": "minecraft:block/pink_candle_lit", + "particle": "minecraft:block/pink_candle_lit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/pink_carpet.json b/1.17.1/assets/minecraft/models/block/pink_carpet.json new file mode 100644 index 00000000..874e9744 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/pink_carpet.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/carpet", + "textures": { + "wool": "minecraft:block/pink_wool" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/pink_concrete.json b/1.17.1/assets/minecraft/models/block/pink_concrete.json new file mode 100644 index 00000000..d64f49b9 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/pink_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/pink_concrete" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/pink_concrete_powder.json b/1.17.1/assets/minecraft/models/block/pink_concrete_powder.json new file mode 100644 index 00000000..b6c6ec12 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/pink_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/pink_concrete_powder" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/pink_glazed_terracotta.json b/1.17.1/assets/minecraft/models/block/pink_glazed_terracotta.json new file mode 100644 index 00000000..6f6bc9f1 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/pink_glazed_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glazed_terracotta", + "textures": { + "pattern": "minecraft:block/pink_glazed_terracotta" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/pink_shulker_box.json b/1.17.1/assets/minecraft/models/block/pink_shulker_box.json new file mode 100644 index 00000000..f088a120 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/pink_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "minecraft:block/pink_shulker_box" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/pink_stained_glass.json b/1.17.1/assets/minecraft/models/block/pink_stained_glass.json new file mode 100644 index 00000000..bb30dc77 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/pink_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/pink_stained_glass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/pink_stained_glass_pane_noside.json b/1.17.1/assets/minecraft/models/block/pink_stained_glass_pane_noside.json new file mode 100644 index 00000000..ea8bf6d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/pink_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glass_pane_noside", + "textures": { + "pane": "minecraft:block/pink_stained_glass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/pink_stained_glass_pane_noside_alt.json b/1.17.1/assets/minecraft/models/block/pink_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..14ee3c51 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/pink_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glass_pane_noside_alt", + "textures": { + "pane": "minecraft:block/pink_stained_glass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/pink_stained_glass_pane_post.json b/1.17.1/assets/minecraft/models/block/pink_stained_glass_pane_post.json new file mode 100644 index 00000000..939cdbaf --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/pink_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_post", + "textures": { + "pane": "minecraft:block/pink_stained_glass", + "edge": "minecraft:block/pink_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/pink_stained_glass_pane_side.json b/1.17.1/assets/minecraft/models/block/pink_stained_glass_pane_side.json new file mode 100644 index 00000000..cb8ef1b2 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/pink_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_side", + "textures": { + "pane": "minecraft:block/pink_stained_glass", + "edge": "minecraft:block/pink_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/pink_stained_glass_pane_side_alt.json b/1.17.1/assets/minecraft/models/block/pink_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..b05c3a4c --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/pink_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_side_alt", + "textures": { + "pane": "minecraft:block/pink_stained_glass", + "edge": "minecraft:block/pink_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/pink_terracotta.json b/1.17.1/assets/minecraft/models/block/pink_terracotta.json new file mode 100644 index 00000000..37127754 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/pink_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/pink_terracotta" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/pink_tulip.json b/1.17.1/assets/minecraft/models/block/pink_tulip.json new file mode 100644 index 00000000..56946f9c --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/pink_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/pink_tulip" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/pink_wool.json b/1.17.1/assets/minecraft/models/block/pink_wool.json new file mode 100644 index 00000000..0c56bf01 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/pink_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/pink_wool" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/piston.json b/1.17.1/assets/minecraft/models/block/piston.json new file mode 100644 index 00000000..b854c189 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/piston.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/template_piston", + "textures": { + "platform": "minecraft:block/piston_top", + "bottom": "minecraft:block/piston_bottom", + "side": "minecraft:block/piston_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/piston_base.json b/1.17.1/assets/minecraft/models/block/piston_base.json new file mode 100644 index 00000000..605c2f68 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/piston_base.json @@ -0,0 +1,8 @@ +{ + "parent": "block/piston_extended", + "textures": { + "bottom": "block/piston_bottom", + "side": "block/piston_side", + "inside": "block/piston_inner" + } +} diff --git a/1.17.1/assets/minecraft/models/block/piston_extended.json b/1.17.1/assets/minecraft/models/block/piston_extended.json new file mode 100644 index 00000000..45e04a30 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/piston_extended.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#side" + }, + "elements": [ + { "from": [ 0, 0, 4 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 4, 16, 16 ], "texture": "#side", "cullface": "down", "rotation": 180 }, + "up": { "uv": [ 0, 4, 16, 16 ], "texture": "#side", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#inside" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "south" }, + "west": { "uv": [ 0, 4, 16, 16 ], "texture": "#side", "cullface": "west", "rotation": 270 }, + "east": { "uv": [ 0, 4, 16, 16 ], "texture": "#side", "cullface": "east", "rotation": 90 } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/piston_head.json b/1.17.1/assets/minecraft/models/block/piston_head.json new file mode 100644 index 00000000..2caa096c --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/piston_head.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/template_piston_head", + "textures": { + "platform": "minecraft:block/piston_top", + "side": "minecraft:block/piston_side", + "unsticky": "minecraft:block/piston_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/piston_head_short.json b/1.17.1/assets/minecraft/models/block/piston_head_short.json new file mode 100644 index 00000000..490b1c50 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/piston_head_short.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/template_piston_head_short", + "textures": { + "platform": "minecraft:block/piston_top", + "side": "minecraft:block/piston_side", + "unsticky": "minecraft:block/piston_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/piston_head_short_sticky.json b/1.17.1/assets/minecraft/models/block/piston_head_short_sticky.json new file mode 100644 index 00000000..c5a98204 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/piston_head_short_sticky.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/template_piston_head_short", + "textures": { + "platform": "minecraft:block/piston_top_sticky", + "side": "minecraft:block/piston_side", + "unsticky": "minecraft:block/piston_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/piston_head_sticky.json b/1.17.1/assets/minecraft/models/block/piston_head_sticky.json new file mode 100644 index 00000000..7fa4495a --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/piston_head_sticky.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/template_piston_head", + "textures": { + "platform": "minecraft:block/piston_top_sticky", + "side": "minecraft:block/piston_side", + "unsticky": "minecraft:block/piston_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/piston_inventory.json b/1.17.1/assets/minecraft/models/block/piston_inventory.json new file mode 100644 index 00000000..6b77f4f6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/piston_inventory.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/cube_bottom_top", + "textures": { + "top": "minecraft:block/piston_top", + "bottom": "minecraft:block/piston_bottom", + "side": "minecraft:block/piston_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/podzol.json b/1.17.1/assets/minecraft/models/block/podzol.json new file mode 100644 index 00000000..ec3db2aa --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/podzol.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/cube_bottom_top", + "textures": { + "top": "minecraft:block/podzol_top", + "bottom": "minecraft:block/dirt", + "side": "minecraft:block/podzol_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/pointed_dripstone.json b/1.17.1/assets/minecraft/models/block/pointed_dripstone.json new file mode 100644 index 00000000..78394717 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/pointed_dripstone.json @@ -0,0 +1,26 @@ +{ + "ambientocclusion": true, + "textures": { + "particle": "#cross" + }, + "elements": [ + { "from": [ 0.8, 0, 8 ], + "to": [ 15.2, 16, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" } + } + }, + { "from": [ 8, 0, 0.8 ], + "to": [ 8, 16, 15.2 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/pointed_dripstone_down_base.json b/1.17.1/assets/minecraft/models/block/pointed_dripstone_down_base.json new file mode 100644 index 00000000..3664c712 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/pointed_dripstone_down_base.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/pointed_dripstone", + "textures": { + "cross": "minecraft:block/pointed_dripstone_down_base" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/pointed_dripstone_down_frustum.json b/1.17.1/assets/minecraft/models/block/pointed_dripstone_down_frustum.json new file mode 100644 index 00000000..56005b2c --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/pointed_dripstone_down_frustum.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/pointed_dripstone", + "textures": { + "cross": "minecraft:block/pointed_dripstone_down_frustum" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/pointed_dripstone_down_middle.json b/1.17.1/assets/minecraft/models/block/pointed_dripstone_down_middle.json new file mode 100644 index 00000000..14d2c305 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/pointed_dripstone_down_middle.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/pointed_dripstone", + "textures": { + "cross": "minecraft:block/pointed_dripstone_down_middle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/pointed_dripstone_down_tip.json b/1.17.1/assets/minecraft/models/block/pointed_dripstone_down_tip.json new file mode 100644 index 00000000..ab610fb8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/pointed_dripstone_down_tip.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/pointed_dripstone", + "textures": { + "cross": "minecraft:block/pointed_dripstone_down_tip" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/pointed_dripstone_down_tip_merge.json b/1.17.1/assets/minecraft/models/block/pointed_dripstone_down_tip_merge.json new file mode 100644 index 00000000..4d0c1bf6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/pointed_dripstone_down_tip_merge.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/pointed_dripstone", + "textures": { + "cross": "minecraft:block/pointed_dripstone_down_tip_merge" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/pointed_dripstone_up_base.json b/1.17.1/assets/minecraft/models/block/pointed_dripstone_up_base.json new file mode 100644 index 00000000..27b8b813 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/pointed_dripstone_up_base.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/pointed_dripstone", + "textures": { + "cross": "minecraft:block/pointed_dripstone_up_base" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/pointed_dripstone_up_frustum.json b/1.17.1/assets/minecraft/models/block/pointed_dripstone_up_frustum.json new file mode 100644 index 00000000..556b1430 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/pointed_dripstone_up_frustum.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/pointed_dripstone", + "textures": { + "cross": "minecraft:block/pointed_dripstone_up_frustum" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/pointed_dripstone_up_middle.json b/1.17.1/assets/minecraft/models/block/pointed_dripstone_up_middle.json new file mode 100644 index 00000000..27cf4e55 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/pointed_dripstone_up_middle.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/pointed_dripstone", + "textures": { + "cross": "minecraft:block/pointed_dripstone_up_middle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/pointed_dripstone_up_tip.json b/1.17.1/assets/minecraft/models/block/pointed_dripstone_up_tip.json new file mode 100644 index 00000000..8b1bf8ce --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/pointed_dripstone_up_tip.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/pointed_dripstone", + "textures": { + "cross": "minecraft:block/pointed_dripstone_up_tip" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/pointed_dripstone_up_tip_merge.json b/1.17.1/assets/minecraft/models/block/pointed_dripstone_up_tip_merge.json new file mode 100644 index 00000000..70240899 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/pointed_dripstone_up_tip_merge.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/pointed_dripstone", + "textures": { + "cross": "minecraft:block/pointed_dripstone_up_tip_merge" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/polished_andesite.json b/1.17.1/assets/minecraft/models/block/polished_andesite.json new file mode 100644 index 00000000..cd1067ab --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/polished_andesite.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/polished_andesite" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/polished_andesite_slab.json b/1.17.1/assets/minecraft/models/block/polished_andesite_slab.json new file mode 100644 index 00000000..97a8fbe9 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/polished_andesite_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/polished_andesite", + "top": "minecraft:block/polished_andesite", + "side": "minecraft:block/polished_andesite" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/polished_andesite_slab_top.json b/1.17.1/assets/minecraft/models/block/polished_andesite_slab_top.json new file mode 100644 index 00000000..64c6df0e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/polished_andesite_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/polished_andesite", + "top": "minecraft:block/polished_andesite", + "side": "minecraft:block/polished_andesite" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/polished_andesite_stairs.json b/1.17.1/assets/minecraft/models/block/polished_andesite_stairs.json new file mode 100644 index 00000000..9f879d07 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/polished_andesite_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/polished_andesite", + "top": "minecraft:block/polished_andesite", + "side": "minecraft:block/polished_andesite" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/polished_andesite_stairs_inner.json b/1.17.1/assets/minecraft/models/block/polished_andesite_stairs_inner.json new file mode 100644 index 00000000..e41034be --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/polished_andesite_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/polished_andesite", + "top": "minecraft:block/polished_andesite", + "side": "minecraft:block/polished_andesite" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/polished_andesite_stairs_outer.json b/1.17.1/assets/minecraft/models/block/polished_andesite_stairs_outer.json new file mode 100644 index 00000000..6cc87c50 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/polished_andesite_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/polished_andesite", + "top": "minecraft:block/polished_andesite", + "side": "minecraft:block/polished_andesite" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/polished_basalt.json b/1.17.1/assets/minecraft/models/block/polished_basalt.json new file mode 100644 index 00000000..cdf565e4 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/polished_basalt.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/polished_basalt_top", + "side": "minecraft:block/polished_basalt_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/polished_blackstone.json b/1.17.1/assets/minecraft/models/block/polished_blackstone.json new file mode 100644 index 00000000..41baabeb --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/polished_blackstone.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/polished_blackstone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/polished_blackstone_brick_slab.json b/1.17.1/assets/minecraft/models/block/polished_blackstone_brick_slab.json new file mode 100644 index 00000000..b03d0562 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/polished_blackstone_brick_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/polished_blackstone_bricks", + "top": "minecraft:block/polished_blackstone_bricks", + "side": "minecraft:block/polished_blackstone_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/polished_blackstone_brick_slab_top.json b/1.17.1/assets/minecraft/models/block/polished_blackstone_brick_slab_top.json new file mode 100644 index 00000000..7f65cf8e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/polished_blackstone_brick_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/polished_blackstone_bricks", + "top": "minecraft:block/polished_blackstone_bricks", + "side": "minecraft:block/polished_blackstone_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/polished_blackstone_brick_stairs.json b/1.17.1/assets/minecraft/models/block/polished_blackstone_brick_stairs.json new file mode 100644 index 00000000..5927b119 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/polished_blackstone_brick_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/polished_blackstone_bricks", + "top": "minecraft:block/polished_blackstone_bricks", + "side": "minecraft:block/polished_blackstone_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/polished_blackstone_brick_stairs_inner.json b/1.17.1/assets/minecraft/models/block/polished_blackstone_brick_stairs_inner.json new file mode 100644 index 00000000..3c1697bf --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/polished_blackstone_brick_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/polished_blackstone_bricks", + "top": "minecraft:block/polished_blackstone_bricks", + "side": "minecraft:block/polished_blackstone_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/polished_blackstone_brick_stairs_outer.json b/1.17.1/assets/minecraft/models/block/polished_blackstone_brick_stairs_outer.json new file mode 100644 index 00000000..a9868e86 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/polished_blackstone_brick_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/polished_blackstone_bricks", + "top": "minecraft:block/polished_blackstone_bricks", + "side": "minecraft:block/polished_blackstone_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/polished_blackstone_brick_wall_inventory.json b/1.17.1/assets/minecraft/models/block/polished_blackstone_brick_wall_inventory.json new file mode 100644 index 00000000..1c934f4a --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/polished_blackstone_brick_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "minecraft:block/polished_blackstone_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/polished_blackstone_brick_wall_post.json b/1.17.1/assets/minecraft/models/block/polished_blackstone_brick_wall_post.json new file mode 100644 index 00000000..1f634397 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/polished_blackstone_brick_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "minecraft:block/polished_blackstone_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/polished_blackstone_brick_wall_side.json b/1.17.1/assets/minecraft/models/block/polished_blackstone_brick_wall_side.json new file mode 100644 index 00000000..2b0179ed --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/polished_blackstone_brick_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "minecraft:block/polished_blackstone_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/polished_blackstone_brick_wall_side_tall.json b/1.17.1/assets/minecraft/models/block/polished_blackstone_brick_wall_side_tall.json new file mode 100644 index 00000000..8f5ee0c5 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/polished_blackstone_brick_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "minecraft:block/polished_blackstone_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/polished_blackstone_bricks.json b/1.17.1/assets/minecraft/models/block/polished_blackstone_bricks.json new file mode 100644 index 00000000..b94caf75 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/polished_blackstone_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/polished_blackstone_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/polished_blackstone_button.json b/1.17.1/assets/minecraft/models/block/polished_blackstone_button.json new file mode 100644 index 00000000..46472f13 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/polished_blackstone_button.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/button", + "textures": { + "texture": "minecraft:block/polished_blackstone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/polished_blackstone_button_inventory.json b/1.17.1/assets/minecraft/models/block/polished_blackstone_button_inventory.json new file mode 100644 index 00000000..9e717030 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/polished_blackstone_button_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/button_inventory", + "textures": { + "texture": "minecraft:block/polished_blackstone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/polished_blackstone_button_pressed.json b/1.17.1/assets/minecraft/models/block/polished_blackstone_button_pressed.json new file mode 100644 index 00000000..11457972 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/polished_blackstone_button_pressed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/button_pressed", + "textures": { + "texture": "minecraft:block/polished_blackstone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/polished_blackstone_pressure_plate.json b/1.17.1/assets/minecraft/models/block/polished_blackstone_pressure_plate.json new file mode 100644 index 00000000..e9d41846 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/polished_blackstone_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/pressure_plate_up", + "textures": { + "texture": "minecraft:block/polished_blackstone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/polished_blackstone_pressure_plate_down.json b/1.17.1/assets/minecraft/models/block/polished_blackstone_pressure_plate_down.json new file mode 100644 index 00000000..62fd5664 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/polished_blackstone_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/pressure_plate_down", + "textures": { + "texture": "minecraft:block/polished_blackstone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/polished_blackstone_slab.json b/1.17.1/assets/minecraft/models/block/polished_blackstone_slab.json new file mode 100644 index 00000000..82444028 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/polished_blackstone_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/polished_blackstone", + "top": "minecraft:block/polished_blackstone", + "side": "minecraft:block/polished_blackstone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/polished_blackstone_slab_top.json b/1.17.1/assets/minecraft/models/block/polished_blackstone_slab_top.json new file mode 100644 index 00000000..1a8451c7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/polished_blackstone_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/polished_blackstone", + "top": "minecraft:block/polished_blackstone", + "side": "minecraft:block/polished_blackstone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/polished_blackstone_stairs.json b/1.17.1/assets/minecraft/models/block/polished_blackstone_stairs.json new file mode 100644 index 00000000..188342d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/polished_blackstone_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/polished_blackstone", + "top": "minecraft:block/polished_blackstone", + "side": "minecraft:block/polished_blackstone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/polished_blackstone_stairs_inner.json b/1.17.1/assets/minecraft/models/block/polished_blackstone_stairs_inner.json new file mode 100644 index 00000000..ce867543 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/polished_blackstone_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/polished_blackstone", + "top": "minecraft:block/polished_blackstone", + "side": "minecraft:block/polished_blackstone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/polished_blackstone_stairs_outer.json b/1.17.1/assets/minecraft/models/block/polished_blackstone_stairs_outer.json new file mode 100644 index 00000000..08570fd0 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/polished_blackstone_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/polished_blackstone", + "top": "minecraft:block/polished_blackstone", + "side": "minecraft:block/polished_blackstone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/polished_blackstone_wall_inventory.json b/1.17.1/assets/minecraft/models/block/polished_blackstone_wall_inventory.json new file mode 100644 index 00000000..d361d99b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/polished_blackstone_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "minecraft:block/polished_blackstone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/polished_blackstone_wall_post.json b/1.17.1/assets/minecraft/models/block/polished_blackstone_wall_post.json new file mode 100644 index 00000000..24cf5a40 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/polished_blackstone_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "minecraft:block/polished_blackstone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/polished_blackstone_wall_side.json b/1.17.1/assets/minecraft/models/block/polished_blackstone_wall_side.json new file mode 100644 index 00000000..fc72cbea --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/polished_blackstone_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "minecraft:block/polished_blackstone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/polished_blackstone_wall_side_tall.json b/1.17.1/assets/minecraft/models/block/polished_blackstone_wall_side_tall.json new file mode 100644 index 00000000..5d3f4f0c --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/polished_blackstone_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "minecraft:block/polished_blackstone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/polished_deepslate.json b/1.17.1/assets/minecraft/models/block/polished_deepslate.json new file mode 100644 index 00000000..6645c7e0 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/polished_deepslate.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/polished_deepslate" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/polished_deepslate_slab.json b/1.17.1/assets/minecraft/models/block/polished_deepslate_slab.json new file mode 100644 index 00000000..1403c668 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/polished_deepslate_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/polished_deepslate", + "top": "minecraft:block/polished_deepslate", + "side": "minecraft:block/polished_deepslate" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/polished_deepslate_slab_top.json b/1.17.1/assets/minecraft/models/block/polished_deepslate_slab_top.json new file mode 100644 index 00000000..a7b37c81 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/polished_deepslate_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/polished_deepslate", + "top": "minecraft:block/polished_deepslate", + "side": "minecraft:block/polished_deepslate" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/polished_deepslate_stairs.json b/1.17.1/assets/minecraft/models/block/polished_deepslate_stairs.json new file mode 100644 index 00000000..3e8dffb8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/polished_deepslate_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/polished_deepslate", + "top": "minecraft:block/polished_deepslate", + "side": "minecraft:block/polished_deepslate" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/polished_deepslate_stairs_inner.json b/1.17.1/assets/minecraft/models/block/polished_deepslate_stairs_inner.json new file mode 100644 index 00000000..f1e7a34f --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/polished_deepslate_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/polished_deepslate", + "top": "minecraft:block/polished_deepslate", + "side": "minecraft:block/polished_deepslate" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/polished_deepslate_stairs_outer.json b/1.17.1/assets/minecraft/models/block/polished_deepslate_stairs_outer.json new file mode 100644 index 00000000..4671637c --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/polished_deepslate_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/polished_deepslate", + "top": "minecraft:block/polished_deepslate", + "side": "minecraft:block/polished_deepslate" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/polished_deepslate_wall_inventory.json b/1.17.1/assets/minecraft/models/block/polished_deepslate_wall_inventory.json new file mode 100644 index 00000000..233596b3 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/polished_deepslate_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "minecraft:block/polished_deepslate" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/polished_deepslate_wall_post.json b/1.17.1/assets/minecraft/models/block/polished_deepslate_wall_post.json new file mode 100644 index 00000000..47da476f --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/polished_deepslate_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "minecraft:block/polished_deepslate" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/polished_deepslate_wall_side.json b/1.17.1/assets/minecraft/models/block/polished_deepslate_wall_side.json new file mode 100644 index 00000000..6335eae3 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/polished_deepslate_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "minecraft:block/polished_deepslate" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/polished_deepslate_wall_side_tall.json b/1.17.1/assets/minecraft/models/block/polished_deepslate_wall_side_tall.json new file mode 100644 index 00000000..04a1d522 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/polished_deepslate_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "minecraft:block/polished_deepslate" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/polished_diorite.json b/1.17.1/assets/minecraft/models/block/polished_diorite.json new file mode 100644 index 00000000..99afb394 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/polished_diorite.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/polished_diorite" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/polished_diorite_slab.json b/1.17.1/assets/minecraft/models/block/polished_diorite_slab.json new file mode 100644 index 00000000..0627dfeb --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/polished_diorite_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/polished_diorite", + "top": "minecraft:block/polished_diorite", + "side": "minecraft:block/polished_diorite" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/polished_diorite_slab_top.json b/1.17.1/assets/minecraft/models/block/polished_diorite_slab_top.json new file mode 100644 index 00000000..fc3bd3da --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/polished_diorite_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/polished_diorite", + "top": "minecraft:block/polished_diorite", + "side": "minecraft:block/polished_diorite" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/polished_diorite_stairs.json b/1.17.1/assets/minecraft/models/block/polished_diorite_stairs.json new file mode 100644 index 00000000..42598f36 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/polished_diorite_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/polished_diorite", + "top": "minecraft:block/polished_diorite", + "side": "minecraft:block/polished_diorite" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/polished_diorite_stairs_inner.json b/1.17.1/assets/minecraft/models/block/polished_diorite_stairs_inner.json new file mode 100644 index 00000000..c62e6dbe --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/polished_diorite_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/polished_diorite", + "top": "minecraft:block/polished_diorite", + "side": "minecraft:block/polished_diorite" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/polished_diorite_stairs_outer.json b/1.17.1/assets/minecraft/models/block/polished_diorite_stairs_outer.json new file mode 100644 index 00000000..15cbfc8d --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/polished_diorite_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/polished_diorite", + "top": "minecraft:block/polished_diorite", + "side": "minecraft:block/polished_diorite" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/polished_granite.json b/1.17.1/assets/minecraft/models/block/polished_granite.json new file mode 100644 index 00000000..46f93fd8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/polished_granite.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/polished_granite" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/polished_granite_slab.json b/1.17.1/assets/minecraft/models/block/polished_granite_slab.json new file mode 100644 index 00000000..490d8954 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/polished_granite_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/polished_granite", + "top": "minecraft:block/polished_granite", + "side": "minecraft:block/polished_granite" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/polished_granite_slab_top.json b/1.17.1/assets/minecraft/models/block/polished_granite_slab_top.json new file mode 100644 index 00000000..c811d381 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/polished_granite_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/polished_granite", + "top": "minecraft:block/polished_granite", + "side": "minecraft:block/polished_granite" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/polished_granite_stairs.json b/1.17.1/assets/minecraft/models/block/polished_granite_stairs.json new file mode 100644 index 00000000..537051d1 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/polished_granite_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/polished_granite", + "top": "minecraft:block/polished_granite", + "side": "minecraft:block/polished_granite" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/polished_granite_stairs_inner.json b/1.17.1/assets/minecraft/models/block/polished_granite_stairs_inner.json new file mode 100644 index 00000000..0b6c3639 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/polished_granite_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/polished_granite", + "top": "minecraft:block/polished_granite", + "side": "minecraft:block/polished_granite" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/polished_granite_stairs_outer.json b/1.17.1/assets/minecraft/models/block/polished_granite_stairs_outer.json new file mode 100644 index 00000000..366ec406 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/polished_granite_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/polished_granite", + "top": "minecraft:block/polished_granite", + "side": "minecraft:block/polished_granite" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/poppy.json b/1.17.1/assets/minecraft/models/block/poppy.json new file mode 100644 index 00000000..dd37fe80 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/poppy.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/poppy" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/potatoes_stage0.json b/1.17.1/assets/minecraft/models/block/potatoes_stage0.json new file mode 100644 index 00000000..7bd4a3c4 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/potatoes_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/crop", + "textures": { + "crop": "minecraft:block/potatoes_stage0" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/potatoes_stage1.json b/1.17.1/assets/minecraft/models/block/potatoes_stage1.json new file mode 100644 index 00000000..e1ccb2e9 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/potatoes_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/crop", + "textures": { + "crop": "minecraft:block/potatoes_stage1" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/potatoes_stage2.json b/1.17.1/assets/minecraft/models/block/potatoes_stage2.json new file mode 100644 index 00000000..139c6401 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/potatoes_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/crop", + "textures": { + "crop": "minecraft:block/potatoes_stage2" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/potatoes_stage3.json b/1.17.1/assets/minecraft/models/block/potatoes_stage3.json new file mode 100644 index 00000000..8ac74e8a --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/potatoes_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/crop", + "textures": { + "crop": "minecraft:block/potatoes_stage3" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/potted_acacia_sapling.json b/1.17.1/assets/minecraft/models/block/potted_acacia_sapling.json new file mode 100644 index 00000000..e1b2b703 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/potted_acacia_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/flower_pot_cross", + "textures": { + "plant": "minecraft:block/acacia_sapling" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/potted_allium.json b/1.17.1/assets/minecraft/models/block/potted_allium.json new file mode 100644 index 00000000..5b576fbb --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/potted_allium.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/flower_pot_cross", + "textures": { + "plant": "minecraft:block/allium" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/potted_azalea_bush.json b/1.17.1/assets/minecraft/models/block/potted_azalea_bush.json new file mode 100644 index 00000000..6d662a2b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/potted_azalea_bush.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_potted_azalea_bush", + "textures": { + "top": "minecraft:block/potted_azalea_bush_top", + "side": "minecraft:block/potted_azalea_bush_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/potted_azure_bluet.json b/1.17.1/assets/minecraft/models/block/potted_azure_bluet.json new file mode 100644 index 00000000..175b4c04 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/potted_azure_bluet.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/flower_pot_cross", + "textures": { + "plant": "minecraft:block/azure_bluet" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/potted_bamboo.json b/1.17.1/assets/minecraft/models/block/potted_bamboo.json new file mode 100644 index 00000000..14ffcc2a --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/potted_bamboo.json @@ -0,0 +1,77 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/flower_pot", + "flowerpot": "block/flower_pot", + "dirt": "block/dirt", + "bamboo": "block/bamboo_stalk", + "leaf": "block/bamboo_singleleaf" + }, + "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, 12, 10, 16 ], "texture": "#flowerpot", "cullface": "down" }, + "up": { "uv": [ 6, 6, 10, 10 ], "texture": "#dirt" } + } + }, + { "from": [ 7, 0, 7 ], + "to": [ 9, 16, 9 ], + "faces": { + "up": { "uv": [ 13, 0, 15, 2], "texture": "#bamboo", "cullface": "up" }, + "north": { "uv": [ 6, 0, 8, 16 ], "texture": "#bamboo" }, + "south": { "uv": [ 6, 0, 8, 16 ], "texture": "#bamboo" }, + "west": { "uv": [ 6, 0, 8, 16 ], "texture": "#bamboo" }, + "east": { "uv": [ 6, 0, 8, 16 ], "texture": "#bamboo" } + } + }, + { "from": [ 0, 2, 8 ], + "to": [ 16, 18, 8 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#leaf" }, + "south": { "uv": [ 16, 0, 0, 16 ], "texture": "#leaf" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/potted_birch_sapling.json b/1.17.1/assets/minecraft/models/block/potted_birch_sapling.json new file mode 100644 index 00000000..b19246fb --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/potted_birch_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/flower_pot_cross", + "textures": { + "plant": "minecraft:block/birch_sapling" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/potted_blue_orchid.json b/1.17.1/assets/minecraft/models/block/potted_blue_orchid.json new file mode 100644 index 00000000..f9b31bad --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/potted_blue_orchid.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/flower_pot_cross", + "textures": { + "plant": "minecraft:block/blue_orchid" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/potted_brown_mushroom.json b/1.17.1/assets/minecraft/models/block/potted_brown_mushroom.json new file mode 100644 index 00000000..3e837e62 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/potted_brown_mushroom.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/flower_pot_cross", + "textures": { + "plant": "minecraft:block/brown_mushroom" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/potted_cactus.json b/1.17.1/assets/minecraft/models/block/potted_cactus.json new file mode 100644 index 00000000..8308298f --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/potted_cactus.json @@ -0,0 +1,32 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/flower_pot", + "flowerpot": "block/flower_pot", + "cactus_top": "block/cactus_top", + "cactus": "block/cactus_side" + }, + "elements": [ + { "from": [ 5, 0, 5 ], + "to": [ 11, 6, 11 ], + "faces": { + "down": { "uv": [ 5, 5, 6, 11 ], "texture": "#flowerpot", "cullface": "down" }, + "up": { "texture": "#flowerpot" }, + "north": { "texture": "#flowerpot" }, + "south": { "texture": "#flowerpot" }, + "west": { "texture": "#flowerpot" }, + "east": { "texture": "#flowerpot" } + } + }, + { "from": [ 6, 5, 6 ], + "to": [ 10, 16, 10 ], + "faces": { + "up": { "texture": "#cactus_top", "cullface": "up" }, + "north": { "uv": [ 6, 0, 10, 12 ], "texture": "#cactus" }, + "south": { "uv": [ 6, 0, 10, 12 ], "texture": "#cactus" }, + "west": { "uv": [ 6, 0, 10, 12 ], "texture": "#cactus" }, + "east": { "uv": [ 6, 0, 10, 12 ], "texture": "#cactus" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/potted_cornflower.json b/1.17.1/assets/minecraft/models/block/potted_cornflower.json new file mode 100644 index 00000000..70d88359 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/potted_cornflower.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/flower_pot_cross", + "textures": { + "plant": "minecraft:block/cornflower" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/potted_crimson_fungus.json b/1.17.1/assets/minecraft/models/block/potted_crimson_fungus.json new file mode 100644 index 00000000..08aea2cb --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/potted_crimson_fungus.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/flower_pot_cross", + "textures": { + "plant": "minecraft:block/crimson_fungus" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/potted_crimson_roots.json b/1.17.1/assets/minecraft/models/block/potted_crimson_roots.json new file mode 100644 index 00000000..b5b27112 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/potted_crimson_roots.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/flower_pot_cross", + "textures": { + "plant": "minecraft:block/crimson_roots_pot" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/potted_dandelion.json b/1.17.1/assets/minecraft/models/block/potted_dandelion.json new file mode 100644 index 00000000..c6c36133 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/potted_dandelion.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/flower_pot_cross", + "textures": { + "plant": "minecraft:block/dandelion" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/potted_dark_oak_sapling.json b/1.17.1/assets/minecraft/models/block/potted_dark_oak_sapling.json new file mode 100644 index 00000000..b269e873 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/potted_dark_oak_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/flower_pot_cross", + "textures": { + "plant": "minecraft:block/dark_oak_sapling" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/potted_dead_bush.json b/1.17.1/assets/minecraft/models/block/potted_dead_bush.json new file mode 100644 index 00000000..e2f1fc5f --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/potted_dead_bush.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/flower_pot_cross", + "textures": { + "plant": "minecraft:block/dead_bush" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/potted_fern.json b/1.17.1/assets/minecraft/models/block/potted_fern.json new file mode 100644 index 00000000..3076b6d1 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/potted_fern.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/tinted_flower_pot_cross", + "textures": { + "plant": "minecraft:block/fern" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/potted_flowering_azalea_bush.json b/1.17.1/assets/minecraft/models/block/potted_flowering_azalea_bush.json new file mode 100644 index 00000000..db24dac5 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/potted_flowering_azalea_bush.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_potted_azalea_bush", + "textures": { + "top": "minecraft:block/potted_flowering_azalea_bush_top", + "side": "minecraft:block/potted_flowering_azalea_bush_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/potted_jungle_sapling.json b/1.17.1/assets/minecraft/models/block/potted_jungle_sapling.json new file mode 100644 index 00000000..4ee93988 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/potted_jungle_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/flower_pot_cross", + "textures": { + "plant": "minecraft:block/jungle_sapling" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/potted_lily_of_the_valley.json b/1.17.1/assets/minecraft/models/block/potted_lily_of_the_valley.json new file mode 100644 index 00000000..a09d9c16 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/potted_lily_of_the_valley.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/flower_pot_cross", + "textures": { + "plant": "minecraft:block/lily_of_the_valley" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/potted_oak_sapling.json b/1.17.1/assets/minecraft/models/block/potted_oak_sapling.json new file mode 100644 index 00000000..c4746c46 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/potted_oak_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/flower_pot_cross", + "textures": { + "plant": "minecraft:block/oak_sapling" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/potted_orange_tulip.json b/1.17.1/assets/minecraft/models/block/potted_orange_tulip.json new file mode 100644 index 00000000..bd2b5e75 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/potted_orange_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/flower_pot_cross", + "textures": { + "plant": "minecraft:block/orange_tulip" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/potted_oxeye_daisy.json b/1.17.1/assets/minecraft/models/block/potted_oxeye_daisy.json new file mode 100644 index 00000000..107dc8e8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/potted_oxeye_daisy.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/flower_pot_cross", + "textures": { + "plant": "minecraft:block/oxeye_daisy" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/potted_pink_tulip.json b/1.17.1/assets/minecraft/models/block/potted_pink_tulip.json new file mode 100644 index 00000000..75658f75 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/potted_pink_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/flower_pot_cross", + "textures": { + "plant": "minecraft:block/pink_tulip" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/potted_poppy.json b/1.17.1/assets/minecraft/models/block/potted_poppy.json new file mode 100644 index 00000000..6fdefca8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/potted_poppy.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/flower_pot_cross", + "textures": { + "plant": "minecraft:block/poppy" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/potted_red_mushroom.json b/1.17.1/assets/minecraft/models/block/potted_red_mushroom.json new file mode 100644 index 00000000..9bc28969 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/potted_red_mushroom.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/flower_pot_cross", + "textures": { + "plant": "minecraft:block/red_mushroom" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/potted_red_tulip.json b/1.17.1/assets/minecraft/models/block/potted_red_tulip.json new file mode 100644 index 00000000..6541daaa --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/potted_red_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/flower_pot_cross", + "textures": { + "plant": "minecraft:block/red_tulip" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/potted_spruce_sapling.json b/1.17.1/assets/minecraft/models/block/potted_spruce_sapling.json new file mode 100644 index 00000000..431559fa --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/potted_spruce_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/flower_pot_cross", + "textures": { + "plant": "minecraft:block/spruce_sapling" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/potted_warped_fungus.json b/1.17.1/assets/minecraft/models/block/potted_warped_fungus.json new file mode 100644 index 00000000..de7e890a --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/potted_warped_fungus.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/flower_pot_cross", + "textures": { + "plant": "minecraft:block/warped_fungus" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/potted_warped_roots.json b/1.17.1/assets/minecraft/models/block/potted_warped_roots.json new file mode 100644 index 00000000..ac44109d --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/potted_warped_roots.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/flower_pot_cross", + "textures": { + "plant": "minecraft:block/warped_roots_pot" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/potted_white_tulip.json b/1.17.1/assets/minecraft/models/block/potted_white_tulip.json new file mode 100644 index 00000000..efc662fe --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/potted_white_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/flower_pot_cross", + "textures": { + "plant": "minecraft:block/white_tulip" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/potted_wither_rose.json b/1.17.1/assets/minecraft/models/block/potted_wither_rose.json new file mode 100644 index 00000000..1eab257a --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/potted_wither_rose.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/flower_pot_cross", + "textures": { + "plant": "minecraft:block/wither_rose" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/powder_snow.json b/1.17.1/assets/minecraft/models/block/powder_snow.json new file mode 100644 index 00000000..6be3d245 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/powder_snow.json @@ -0,0 +1,51 @@ +{ + "parent": "block/block", + "textures": { + "texture": "block/powder_snow", + "particle": "#texture" + }, + "elements": [ + { "from": [ 0, 15.998, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#texture", "cullface": "up" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "up" } + } + }, + { "from": [ 0, 0, 0 ], + "to": [ 16, 0.002, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 16, 16, 0 ], "texture": "#texture", "cullface": "down" } + } + }, + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 0.002 ], + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 16, 0, 0, 16 ], "texture": "#texture", "cullface": "north" } + } + }, + { "from": [ 0, 0, 15.998 ], + "to": [ 16, 16, 16 ], + "faces": { + "north": { "uv": [ 16, 0, 0, 16 ], "texture": "#texture", "cullface": "south" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "south" } + } + }, + { "from": [ 0, 0, 0 ], + "to": [ 0.002, 16, 16 ], + "faces": { + "east": { "uv": [ 16, 0, 0, 16 ], "texture": "#texture", "cullface": "west" }, + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "west" } + } + }, + { "from": [ 15.998, 0, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "east" }, + "west": { "uv": [ 16, 0, 0, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/powder_snow_cauldron_full.json b/1.17.1/assets/minecraft/models/block/powder_snow_cauldron_full.json new file mode 100644 index 00000000..0d3708d2 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/powder_snow_cauldron_full.json @@ -0,0 +1,11 @@ +{ + "parent": "minecraft:block/template_cauldron_full", + "textures": { + "content": "minecraft:block/powder_snow", + "inside": "minecraft:block/cauldron_inner", + "particle": "minecraft:block/cauldron_side", + "top": "minecraft:block/cauldron_top", + "bottom": "minecraft:block/cauldron_bottom", + "side": "minecraft:block/cauldron_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/powder_snow_cauldron_level1.json b/1.17.1/assets/minecraft/models/block/powder_snow_cauldron_level1.json new file mode 100644 index 00000000..e3f9f527 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/powder_snow_cauldron_level1.json @@ -0,0 +1,11 @@ +{ + "parent": "minecraft:block/template_cauldron_level1", + "textures": { + "content": "minecraft:block/powder_snow", + "inside": "minecraft:block/cauldron_inner", + "particle": "minecraft:block/cauldron_side", + "top": "minecraft:block/cauldron_top", + "bottom": "minecraft:block/cauldron_bottom", + "side": "minecraft:block/cauldron_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/powder_snow_cauldron_level2.json b/1.17.1/assets/minecraft/models/block/powder_snow_cauldron_level2.json new file mode 100644 index 00000000..5344797d --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/powder_snow_cauldron_level2.json @@ -0,0 +1,11 @@ +{ + "parent": "minecraft:block/template_cauldron_level2", + "textures": { + "content": "minecraft:block/powder_snow", + "inside": "minecraft:block/cauldron_inner", + "particle": "minecraft:block/cauldron_side", + "top": "minecraft:block/cauldron_top", + "bottom": "minecraft:block/cauldron_bottom", + "side": "minecraft:block/cauldron_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/powered_rail.json b/1.17.1/assets/minecraft/models/block/powered_rail.json new file mode 100644 index 00000000..be1faa81 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/powered_rail.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/rail_flat", + "textures": { + "rail": "minecraft:block/powered_rail" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/powered_rail_on.json b/1.17.1/assets/minecraft/models/block/powered_rail_on.json new file mode 100644 index 00000000..eccba5ee --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/powered_rail_on.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/rail_flat", + "textures": { + "rail": "minecraft:block/powered_rail_on" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/powered_rail_on_raised_ne.json b/1.17.1/assets/minecraft/models/block/powered_rail_on_raised_ne.json new file mode 100644 index 00000000..b8be1418 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/powered_rail_on_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_rail_raised_ne", + "textures": { + "rail": "minecraft:block/powered_rail_on" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/powered_rail_on_raised_sw.json b/1.17.1/assets/minecraft/models/block/powered_rail_on_raised_sw.json new file mode 100644 index 00000000..07fdc142 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/powered_rail_on_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_rail_raised_sw", + "textures": { + "rail": "minecraft:block/powered_rail_on" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/powered_rail_raised_ne.json b/1.17.1/assets/minecraft/models/block/powered_rail_raised_ne.json new file mode 100644 index 00000000..ebfd5e1c --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/powered_rail_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_rail_raised_ne", + "textures": { + "rail": "minecraft:block/powered_rail" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/powered_rail_raised_sw.json b/1.17.1/assets/minecraft/models/block/powered_rail_raised_sw.json new file mode 100644 index 00000000..516a56ee --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/powered_rail_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_rail_raised_sw", + "textures": { + "rail": "minecraft:block/powered_rail" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/pressure_plate_down.json b/1.17.1/assets/minecraft/models/block/pressure_plate_down.json new file mode 100644 index 00000000..db6e6ba6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/pressure_plate_down.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 1, 0, 1 ], + "to": [ 15, 0.5, 15 ], + "faces": { + "down": { "uv": [ 1, 1, 15, 15 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 1, 1, 15, 15 ], "texture": "#texture" }, + "north": { "uv": [ 1, 15, 15, 15.5 ], "texture": "#texture" }, + "south": { "uv": [ 1, 15, 15, 15.5 ], "texture": "#texture" }, + "west": { "uv": [ 1, 15, 15, 15.5 ], "texture": "#texture" }, + "east": { "uv": [ 1, 15, 15, 15.5 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/pressure_plate_up.json b/1.17.1/assets/minecraft/models/block/pressure_plate_up.json new file mode 100644 index 00000000..689fbe4f --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/pressure_plate_up.json @@ -0,0 +1,18 @@ +{ "parent": "block/thin_block", + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 1, 0, 1 ], + "to": [ 15, 1, 15 ], + "faces": { + "down": { "uv": [ 1, 1, 15, 15 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 1, 1, 15, 15 ], "texture": "#texture" }, + "north": { "uv": [ 1, 15, 15, 16 ], "texture": "#texture" }, + "south": { "uv": [ 1, 15, 15, 16 ], "texture": "#texture" }, + "west": { "uv": [ 1, 15, 15, 16 ], "texture": "#texture" }, + "east": { "uv": [ 1, 15, 15, 16 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/prismarine.json b/1.17.1/assets/minecraft/models/block/prismarine.json new file mode 100644 index 00000000..bbac86bf --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/prismarine.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/prismarine" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/prismarine_brick_slab.json b/1.17.1/assets/minecraft/models/block/prismarine_brick_slab.json new file mode 100644 index 00000000..ca49b4e1 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/prismarine_brick_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/prismarine_bricks", + "top": "minecraft:block/prismarine_bricks", + "side": "minecraft:block/prismarine_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/prismarine_brick_slab_top.json b/1.17.1/assets/minecraft/models/block/prismarine_brick_slab_top.json new file mode 100644 index 00000000..af417696 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/prismarine_brick_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/prismarine_bricks", + "top": "minecraft:block/prismarine_bricks", + "side": "minecraft:block/prismarine_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/prismarine_brick_stairs.json b/1.17.1/assets/minecraft/models/block/prismarine_brick_stairs.json new file mode 100644 index 00000000..60798cf7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/prismarine_brick_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/prismarine_bricks", + "top": "minecraft:block/prismarine_bricks", + "side": "minecraft:block/prismarine_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/prismarine_brick_stairs_inner.json b/1.17.1/assets/minecraft/models/block/prismarine_brick_stairs_inner.json new file mode 100644 index 00000000..e610cd9b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/prismarine_brick_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/prismarine_bricks", + "top": "minecraft:block/prismarine_bricks", + "side": "minecraft:block/prismarine_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/prismarine_brick_stairs_outer.json b/1.17.1/assets/minecraft/models/block/prismarine_brick_stairs_outer.json new file mode 100644 index 00000000..5fbcb75f --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/prismarine_brick_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/prismarine_bricks", + "top": "minecraft:block/prismarine_bricks", + "side": "minecraft:block/prismarine_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/prismarine_bricks.json b/1.17.1/assets/minecraft/models/block/prismarine_bricks.json new file mode 100644 index 00000000..ee4a465b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/prismarine_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/prismarine_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/prismarine_slab.json b/1.17.1/assets/minecraft/models/block/prismarine_slab.json new file mode 100644 index 00000000..19622953 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/prismarine_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/prismarine", + "top": "minecraft:block/prismarine", + "side": "minecraft:block/prismarine" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/prismarine_slab_top.json b/1.17.1/assets/minecraft/models/block/prismarine_slab_top.json new file mode 100644 index 00000000..5d90d115 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/prismarine_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/prismarine", + "top": "minecraft:block/prismarine", + "side": "minecraft:block/prismarine" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/prismarine_stairs.json b/1.17.1/assets/minecraft/models/block/prismarine_stairs.json new file mode 100644 index 00000000..2863383c --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/prismarine_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/prismarine", + "top": "minecraft:block/prismarine", + "side": "minecraft:block/prismarine" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/prismarine_stairs_inner.json b/1.17.1/assets/minecraft/models/block/prismarine_stairs_inner.json new file mode 100644 index 00000000..a2734708 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/prismarine_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/prismarine", + "top": "minecraft:block/prismarine", + "side": "minecraft:block/prismarine" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/prismarine_stairs_outer.json b/1.17.1/assets/minecraft/models/block/prismarine_stairs_outer.json new file mode 100644 index 00000000..473f5a2d --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/prismarine_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/prismarine", + "top": "minecraft:block/prismarine", + "side": "minecraft:block/prismarine" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/prismarine_wall_inventory.json b/1.17.1/assets/minecraft/models/block/prismarine_wall_inventory.json new file mode 100644 index 00000000..d638391d --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/prismarine_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "minecraft:block/prismarine" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/prismarine_wall_post.json b/1.17.1/assets/minecraft/models/block/prismarine_wall_post.json new file mode 100644 index 00000000..207d59d8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/prismarine_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "minecraft:block/prismarine" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/prismarine_wall_side.json b/1.17.1/assets/minecraft/models/block/prismarine_wall_side.json new file mode 100644 index 00000000..e21990c6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/prismarine_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "minecraft:block/prismarine" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/prismarine_wall_side_tall.json b/1.17.1/assets/minecraft/models/block/prismarine_wall_side_tall.json new file mode 100644 index 00000000..31ed03f5 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/prismarine_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "minecraft:block/prismarine" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/pumpkin.json b/1.17.1/assets/minecraft/models/block/pumpkin.json new file mode 100644 index 00000000..ab505114 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/pumpkin.json @@ -0,0 +1,14 @@ +{ + "parent": "block/cube_column", + "display": { + "firstperson_righthand": { + "rotation": [ 0, 135, 0 ], + "translation": [ 0, 0, 0 ], + "scale": [ 0.40, 0.40, 0.40 ] + } + }, + "textures": { + "end": "block/pumpkin_top", + "side": "block/pumpkin_side" + } +} diff --git a/1.17.1/assets/minecraft/models/block/pumpkin_stem_stage0.json b/1.17.1/assets/minecraft/models/block/pumpkin_stem_stage0.json new file mode 100644 index 00000000..dc984be4 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/pumpkin_stem_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/stem_growth0", + "textures": { + "stem": "minecraft:block/pumpkin_stem" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/pumpkin_stem_stage1.json b/1.17.1/assets/minecraft/models/block/pumpkin_stem_stage1.json new file mode 100644 index 00000000..510c8e6c --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/pumpkin_stem_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/stem_growth1", + "textures": { + "stem": "minecraft:block/pumpkin_stem" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/pumpkin_stem_stage2.json b/1.17.1/assets/minecraft/models/block/pumpkin_stem_stage2.json new file mode 100644 index 00000000..d92cfae7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/pumpkin_stem_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/stem_growth2", + "textures": { + "stem": "minecraft:block/pumpkin_stem" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/pumpkin_stem_stage3.json b/1.17.1/assets/minecraft/models/block/pumpkin_stem_stage3.json new file mode 100644 index 00000000..a6fc0463 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/pumpkin_stem_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/stem_growth3", + "textures": { + "stem": "minecraft:block/pumpkin_stem" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/pumpkin_stem_stage4.json b/1.17.1/assets/minecraft/models/block/pumpkin_stem_stage4.json new file mode 100644 index 00000000..6e43c087 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/pumpkin_stem_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/stem_growth4", + "textures": { + "stem": "minecraft:block/pumpkin_stem" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/pumpkin_stem_stage5.json b/1.17.1/assets/minecraft/models/block/pumpkin_stem_stage5.json new file mode 100644 index 00000000..8dc2dfe8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/pumpkin_stem_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/stem_growth5", + "textures": { + "stem": "minecraft:block/pumpkin_stem" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/pumpkin_stem_stage6.json b/1.17.1/assets/minecraft/models/block/pumpkin_stem_stage6.json new file mode 100644 index 00000000..a2be41d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/pumpkin_stem_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/stem_growth6", + "textures": { + "stem": "minecraft:block/pumpkin_stem" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/pumpkin_stem_stage7.json b/1.17.1/assets/minecraft/models/block/pumpkin_stem_stage7.json new file mode 100644 index 00000000..a4e71598 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/pumpkin_stem_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/stem_growth7", + "textures": { + "stem": "minecraft:block/pumpkin_stem" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/purple_candle_cake.json b/1.17.1/assets/minecraft/models/block/purple_candle_cake.json new file mode 100644 index 00000000..8ff076b1 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/purple_candle_cake.json @@ -0,0 +1,10 @@ +{ + "parent": "minecraft:block/template_cake_with_candle", + "textures": { + "candle": "minecraft:block/purple_candle", + "bottom": "minecraft:block/cake_bottom", + "side": "minecraft:block/cake_side", + "top": "minecraft:block/cake_top", + "particle": "minecraft:block/cake_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/purple_candle_cake_lit.json b/1.17.1/assets/minecraft/models/block/purple_candle_cake_lit.json new file mode 100644 index 00000000..900aea2c --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/purple_candle_cake_lit.json @@ -0,0 +1,10 @@ +{ + "parent": "minecraft:block/template_cake_with_candle", + "textures": { + "candle": "minecraft:block/purple_candle_lit", + "bottom": "minecraft:block/cake_bottom", + "side": "minecraft:block/cake_side", + "top": "minecraft:block/cake_top", + "particle": "minecraft:block/cake_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/purple_candle_four_candles.json b/1.17.1/assets/minecraft/models/block/purple_candle_four_candles.json new file mode 100644 index 00000000..fa3e32bb --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/purple_candle_four_candles.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_four_candles", + "textures": { + "all": "minecraft:block/purple_candle", + "particle": "minecraft:block/purple_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/purple_candle_four_candles_lit.json b/1.17.1/assets/minecraft/models/block/purple_candle_four_candles_lit.json new file mode 100644 index 00000000..29a0bfb8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/purple_candle_four_candles_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_four_candles", + "textures": { + "all": "minecraft:block/purple_candle_lit", + "particle": "minecraft:block/purple_candle_lit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/purple_candle_one_candle.json b/1.17.1/assets/minecraft/models/block/purple_candle_one_candle.json new file mode 100644 index 00000000..feb3302d --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/purple_candle_one_candle.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_candle", + "textures": { + "all": "minecraft:block/purple_candle", + "particle": "minecraft:block/purple_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/purple_candle_one_candle_lit.json b/1.17.1/assets/minecraft/models/block/purple_candle_one_candle_lit.json new file mode 100644 index 00000000..c2fdd538 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/purple_candle_one_candle_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_candle", + "textures": { + "all": "minecraft:block/purple_candle_lit", + "particle": "minecraft:block/purple_candle_lit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/purple_candle_three_candles.json b/1.17.1/assets/minecraft/models/block/purple_candle_three_candles.json new file mode 100644 index 00000000..cbfc5f32 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/purple_candle_three_candles.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_three_candles", + "textures": { + "all": "minecraft:block/purple_candle", + "particle": "minecraft:block/purple_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/purple_candle_three_candles_lit.json b/1.17.1/assets/minecraft/models/block/purple_candle_three_candles_lit.json new file mode 100644 index 00000000..73e33ade --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/purple_candle_three_candles_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_three_candles", + "textures": { + "all": "minecraft:block/purple_candle_lit", + "particle": "minecraft:block/purple_candle_lit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/purple_candle_two_candles.json b/1.17.1/assets/minecraft/models/block/purple_candle_two_candles.json new file mode 100644 index 00000000..39d9a9db --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/purple_candle_two_candles.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_two_candles", + "textures": { + "all": "minecraft:block/purple_candle", + "particle": "minecraft:block/purple_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/purple_candle_two_candles_lit.json b/1.17.1/assets/minecraft/models/block/purple_candle_two_candles_lit.json new file mode 100644 index 00000000..9b165c0c --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/purple_candle_two_candles_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_two_candles", + "textures": { + "all": "minecraft:block/purple_candle_lit", + "particle": "minecraft:block/purple_candle_lit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/purple_carpet.json b/1.17.1/assets/minecraft/models/block/purple_carpet.json new file mode 100644 index 00000000..4cf9a92c --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/purple_carpet.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/carpet", + "textures": { + "wool": "minecraft:block/purple_wool" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/purple_concrete.json b/1.17.1/assets/minecraft/models/block/purple_concrete.json new file mode 100644 index 00000000..e064fd9e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/purple_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/purple_concrete" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/purple_concrete_powder.json b/1.17.1/assets/minecraft/models/block/purple_concrete_powder.json new file mode 100644 index 00000000..9911efb2 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/purple_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/purple_concrete_powder" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/purple_glazed_terracotta.json b/1.17.1/assets/minecraft/models/block/purple_glazed_terracotta.json new file mode 100644 index 00000000..8921b2dc --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/purple_glazed_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glazed_terracotta", + "textures": { + "pattern": "minecraft:block/purple_glazed_terracotta" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/purple_shulker_box.json b/1.17.1/assets/minecraft/models/block/purple_shulker_box.json new file mode 100644 index 00000000..6f9cfc87 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/purple_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "minecraft:block/purple_shulker_box" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/purple_stained_glass.json b/1.17.1/assets/minecraft/models/block/purple_stained_glass.json new file mode 100644 index 00000000..b64439f4 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/purple_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/purple_stained_glass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/purple_stained_glass_pane_noside.json b/1.17.1/assets/minecraft/models/block/purple_stained_glass_pane_noside.json new file mode 100644 index 00000000..9fc919ba --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/purple_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glass_pane_noside", + "textures": { + "pane": "minecraft:block/purple_stained_glass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/purple_stained_glass_pane_noside_alt.json b/1.17.1/assets/minecraft/models/block/purple_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..9a5775b3 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/purple_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glass_pane_noside_alt", + "textures": { + "pane": "minecraft:block/purple_stained_glass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/purple_stained_glass_pane_post.json b/1.17.1/assets/minecraft/models/block/purple_stained_glass_pane_post.json new file mode 100644 index 00000000..83fcaf93 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/purple_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_post", + "textures": { + "pane": "minecraft:block/purple_stained_glass", + "edge": "minecraft:block/purple_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/purple_stained_glass_pane_side.json b/1.17.1/assets/minecraft/models/block/purple_stained_glass_pane_side.json new file mode 100644 index 00000000..dbd332c4 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/purple_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_side", + "textures": { + "pane": "minecraft:block/purple_stained_glass", + "edge": "minecraft:block/purple_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/purple_stained_glass_pane_side_alt.json b/1.17.1/assets/minecraft/models/block/purple_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..9cedec9d --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/purple_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_side_alt", + "textures": { + "pane": "minecraft:block/purple_stained_glass", + "edge": "minecraft:block/purple_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/purple_terracotta.json b/1.17.1/assets/minecraft/models/block/purple_terracotta.json new file mode 100644 index 00000000..5c4c94fd --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/purple_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/purple_terracotta" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/purple_wool.json b/1.17.1/assets/minecraft/models/block/purple_wool.json new file mode 100644 index 00000000..c59282e5 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/purple_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/purple_wool" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/purpur_block.json b/1.17.1/assets/minecraft/models/block/purpur_block.json new file mode 100644 index 00000000..c0bc8076 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/purpur_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/purpur_block" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/purpur_pillar.json b/1.17.1/assets/minecraft/models/block/purpur_pillar.json new file mode 100644 index 00000000..f35e1ddc --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/purpur_pillar.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/purpur_pillar_top", + "side": "minecraft:block/purpur_pillar" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/purpur_pillar_horizontal.json b/1.17.1/assets/minecraft/models/block/purpur_pillar_horizontal.json new file mode 100644 index 00000000..d047a8f7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/purpur_pillar_horizontal.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column_horizontal", + "textures": { + "end": "minecraft:block/purpur_pillar_top", + "side": "minecraft:block/purpur_pillar" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/purpur_slab.json b/1.17.1/assets/minecraft/models/block/purpur_slab.json new file mode 100644 index 00000000..b07df68a --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/purpur_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/purpur_block", + "top": "minecraft:block/purpur_block", + "side": "minecraft:block/purpur_block" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/purpur_slab_top.json b/1.17.1/assets/minecraft/models/block/purpur_slab_top.json new file mode 100644 index 00000000..b0dbd3ce --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/purpur_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/purpur_block", + "top": "minecraft:block/purpur_block", + "side": "minecraft:block/purpur_block" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/purpur_stairs.json b/1.17.1/assets/minecraft/models/block/purpur_stairs.json new file mode 100644 index 00000000..49301793 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/purpur_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/purpur_block", + "top": "minecraft:block/purpur_block", + "side": "minecraft:block/purpur_block" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/purpur_stairs_inner.json b/1.17.1/assets/minecraft/models/block/purpur_stairs_inner.json new file mode 100644 index 00000000..11203cc3 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/purpur_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/purpur_block", + "top": "minecraft:block/purpur_block", + "side": "minecraft:block/purpur_block" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/purpur_stairs_outer.json b/1.17.1/assets/minecraft/models/block/purpur_stairs_outer.json new file mode 100644 index 00000000..2722f4c6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/purpur_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/purpur_block", + "top": "minecraft:block/purpur_block", + "side": "minecraft:block/purpur_block" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/quartz_block.json b/1.17.1/assets/minecraft/models/block/quartz_block.json new file mode 100644 index 00000000..863b82e5 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/quartz_block.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/quartz_block_top", + "side": "minecraft:block/quartz_block_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/quartz_bricks.json b/1.17.1/assets/minecraft/models/block/quartz_bricks.json new file mode 100644 index 00000000..f2b85517 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/quartz_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/quartz_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/quartz_pillar.json b/1.17.1/assets/minecraft/models/block/quartz_pillar.json new file mode 100644 index 00000000..fc1845e7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/quartz_pillar.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/quartz_pillar_top", + "side": "minecraft:block/quartz_pillar" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/quartz_pillar_horizontal.json b/1.17.1/assets/minecraft/models/block/quartz_pillar_horizontal.json new file mode 100644 index 00000000..38b07ba1 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/quartz_pillar_horizontal.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column_horizontal", + "textures": { + "end": "minecraft:block/quartz_pillar_top", + "side": "minecraft:block/quartz_pillar" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/quartz_slab.json b/1.17.1/assets/minecraft/models/block/quartz_slab.json new file mode 100644 index 00000000..6601321e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/quartz_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/quartz_block_top", + "top": "minecraft:block/quartz_block_top", + "side": "minecraft:block/quartz_block_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/quartz_slab_top.json b/1.17.1/assets/minecraft/models/block/quartz_slab_top.json new file mode 100644 index 00000000..c3be8889 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/quartz_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/quartz_block_top", + "top": "minecraft:block/quartz_block_top", + "side": "minecraft:block/quartz_block_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/quartz_stairs.json b/1.17.1/assets/minecraft/models/block/quartz_stairs.json new file mode 100644 index 00000000..f1e00fd9 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/quartz_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/quartz_block_top", + "top": "minecraft:block/quartz_block_top", + "side": "minecraft:block/quartz_block_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/quartz_stairs_inner.json b/1.17.1/assets/minecraft/models/block/quartz_stairs_inner.json new file mode 100644 index 00000000..5ec96b89 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/quartz_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/quartz_block_top", + "top": "minecraft:block/quartz_block_top", + "side": "minecraft:block/quartz_block_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/quartz_stairs_outer.json b/1.17.1/assets/minecraft/models/block/quartz_stairs_outer.json new file mode 100644 index 00000000..78ea6b4e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/quartz_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/quartz_block_top", + "top": "minecraft:block/quartz_block_top", + "side": "minecraft:block/quartz_block_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/rail.json b/1.17.1/assets/minecraft/models/block/rail.json new file mode 100644 index 00000000..0f7a0244 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/rail.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/rail_flat", + "textures": { + "rail": "minecraft:block/rail" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/rail_corner.json b/1.17.1/assets/minecraft/models/block/rail_corner.json new file mode 100644 index 00000000..ea109639 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/rail_corner.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/rail_curved", + "textures": { + "rail": "minecraft:block/rail_corner" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/rail_curved.json b/1.17.1/assets/minecraft/models/block/rail_curved.json new file mode 100644 index 00000000..299a44ba --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/rail_curved.json @@ -0,0 +1,15 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#rail" + }, + "elements": [ + { "from": [ 0, 1, 0 ], + "to": [ 16, 1, 16 ], + "faces": { + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#rail" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#rail" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/rail_flat.json b/1.17.1/assets/minecraft/models/block/rail_flat.json new file mode 100644 index 00000000..299a44ba --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/rail_flat.json @@ -0,0 +1,15 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#rail" + }, + "elements": [ + { "from": [ 0, 1, 0 ], + "to": [ 16, 1, 16 ], + "faces": { + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#rail" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#rail" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/rail_raised_ne.json b/1.17.1/assets/minecraft/models/block/rail_raised_ne.json new file mode 100644 index 00000000..a51c59fd --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/rail_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_rail_raised_ne", + "textures": { + "rail": "minecraft:block/rail" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/rail_raised_sw.json b/1.17.1/assets/minecraft/models/block/rail_raised_sw.json new file mode 100644 index 00000000..4d48c089 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/rail_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_rail_raised_sw", + "textures": { + "rail": "minecraft:block/rail" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/raw_copper_block.json b/1.17.1/assets/minecraft/models/block/raw_copper_block.json new file mode 100644 index 00000000..3f6008ec --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/raw_copper_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/raw_copper_block" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/raw_gold_block.json b/1.17.1/assets/minecraft/models/block/raw_gold_block.json new file mode 100644 index 00000000..ce79d18f --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/raw_gold_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/raw_gold_block" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/raw_iron_block.json b/1.17.1/assets/minecraft/models/block/raw_iron_block.json new file mode 100644 index 00000000..25d19886 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/raw_iron_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/raw_iron_block" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/red_candle_cake.json b/1.17.1/assets/minecraft/models/block/red_candle_cake.json new file mode 100644 index 00000000..65a992f0 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/red_candle_cake.json @@ -0,0 +1,10 @@ +{ + "parent": "minecraft:block/template_cake_with_candle", + "textures": { + "candle": "minecraft:block/red_candle", + "bottom": "minecraft:block/cake_bottom", + "side": "minecraft:block/cake_side", + "top": "minecraft:block/cake_top", + "particle": "minecraft:block/cake_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/red_candle_cake_lit.json b/1.17.1/assets/minecraft/models/block/red_candle_cake_lit.json new file mode 100644 index 00000000..0b99fcca --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/red_candle_cake_lit.json @@ -0,0 +1,10 @@ +{ + "parent": "minecraft:block/template_cake_with_candle", + "textures": { + "candle": "minecraft:block/red_candle_lit", + "bottom": "minecraft:block/cake_bottom", + "side": "minecraft:block/cake_side", + "top": "minecraft:block/cake_top", + "particle": "minecraft:block/cake_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/red_candle_four_candles.json b/1.17.1/assets/minecraft/models/block/red_candle_four_candles.json new file mode 100644 index 00000000..c090c532 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/red_candle_four_candles.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_four_candles", + "textures": { + "all": "minecraft:block/red_candle", + "particle": "minecraft:block/red_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/red_candle_four_candles_lit.json b/1.17.1/assets/minecraft/models/block/red_candle_four_candles_lit.json new file mode 100644 index 00000000..f7d6ca07 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/red_candle_four_candles_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_four_candles", + "textures": { + "all": "minecraft:block/red_candle_lit", + "particle": "minecraft:block/red_candle_lit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/red_candle_one_candle.json b/1.17.1/assets/minecraft/models/block/red_candle_one_candle.json new file mode 100644 index 00000000..47c0ce8a --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/red_candle_one_candle.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_candle", + "textures": { + "all": "minecraft:block/red_candle", + "particle": "minecraft:block/red_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/red_candle_one_candle_lit.json b/1.17.1/assets/minecraft/models/block/red_candle_one_candle_lit.json new file mode 100644 index 00000000..710f5416 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/red_candle_one_candle_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_candle", + "textures": { + "all": "minecraft:block/red_candle_lit", + "particle": "minecraft:block/red_candle_lit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/red_candle_three_candles.json b/1.17.1/assets/minecraft/models/block/red_candle_three_candles.json new file mode 100644 index 00000000..e0a4f0c9 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/red_candle_three_candles.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_three_candles", + "textures": { + "all": "minecraft:block/red_candle", + "particle": "minecraft:block/red_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/red_candle_three_candles_lit.json b/1.17.1/assets/minecraft/models/block/red_candle_three_candles_lit.json new file mode 100644 index 00000000..a4b2b86f --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/red_candle_three_candles_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_three_candles", + "textures": { + "all": "minecraft:block/red_candle_lit", + "particle": "minecraft:block/red_candle_lit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/red_candle_two_candles.json b/1.17.1/assets/minecraft/models/block/red_candle_two_candles.json new file mode 100644 index 00000000..148bd6c8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/red_candle_two_candles.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_two_candles", + "textures": { + "all": "minecraft:block/red_candle", + "particle": "minecraft:block/red_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/red_candle_two_candles_lit.json b/1.17.1/assets/minecraft/models/block/red_candle_two_candles_lit.json new file mode 100644 index 00000000..40af0f6f --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/red_candle_two_candles_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_two_candles", + "textures": { + "all": "minecraft:block/red_candle_lit", + "particle": "minecraft:block/red_candle_lit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/red_carpet.json b/1.17.1/assets/minecraft/models/block/red_carpet.json new file mode 100644 index 00000000..c31f191e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/red_carpet.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/carpet", + "textures": { + "wool": "minecraft:block/red_wool" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/red_concrete.json b/1.17.1/assets/minecraft/models/block/red_concrete.json new file mode 100644 index 00000000..aed4725e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/red_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/red_concrete" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/red_concrete_powder.json b/1.17.1/assets/minecraft/models/block/red_concrete_powder.json new file mode 100644 index 00000000..69ada128 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/red_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/red_concrete_powder" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/red_glazed_terracotta.json b/1.17.1/assets/minecraft/models/block/red_glazed_terracotta.json new file mode 100644 index 00000000..baf6a0df --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/red_glazed_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glazed_terracotta", + "textures": { + "pattern": "minecraft:block/red_glazed_terracotta" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/red_mushroom.json b/1.17.1/assets/minecraft/models/block/red_mushroom.json new file mode 100644 index 00000000..4dd14e49 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/red_mushroom.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/red_mushroom" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/red_mushroom_block.json b/1.17.1/assets/minecraft/models/block/red_mushroom_block.json new file mode 100644 index 00000000..14ac5d54 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/red_mushroom_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_single_face", + "textures": { + "texture": "minecraft:block/red_mushroom_block" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/red_mushroom_block_inventory.json b/1.17.1/assets/minecraft/models/block/red_mushroom_block_inventory.json new file mode 100644 index 00000000..588dd72a --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/red_mushroom_block_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/red_mushroom_block" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/red_nether_brick_slab.json b/1.17.1/assets/minecraft/models/block/red_nether_brick_slab.json new file mode 100644 index 00000000..1da99970 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/red_nether_brick_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/red_nether_bricks", + "top": "minecraft:block/red_nether_bricks", + "side": "minecraft:block/red_nether_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/red_nether_brick_slab_top.json b/1.17.1/assets/minecraft/models/block/red_nether_brick_slab_top.json new file mode 100644 index 00000000..ede365ab --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/red_nether_brick_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/red_nether_bricks", + "top": "minecraft:block/red_nether_bricks", + "side": "minecraft:block/red_nether_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/red_nether_brick_stairs.json b/1.17.1/assets/minecraft/models/block/red_nether_brick_stairs.json new file mode 100644 index 00000000..3168d7aa --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/red_nether_brick_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/red_nether_bricks", + "top": "minecraft:block/red_nether_bricks", + "side": "minecraft:block/red_nether_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/red_nether_brick_stairs_inner.json b/1.17.1/assets/minecraft/models/block/red_nether_brick_stairs_inner.json new file mode 100644 index 00000000..34932cc2 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/red_nether_brick_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/red_nether_bricks", + "top": "minecraft:block/red_nether_bricks", + "side": "minecraft:block/red_nether_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/red_nether_brick_stairs_outer.json b/1.17.1/assets/minecraft/models/block/red_nether_brick_stairs_outer.json new file mode 100644 index 00000000..e8632432 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/red_nether_brick_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/red_nether_bricks", + "top": "minecraft:block/red_nether_bricks", + "side": "minecraft:block/red_nether_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/red_nether_brick_wall_inventory.json b/1.17.1/assets/minecraft/models/block/red_nether_brick_wall_inventory.json new file mode 100644 index 00000000..aeaa716e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/red_nether_brick_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "minecraft:block/red_nether_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/red_nether_brick_wall_post.json b/1.17.1/assets/minecraft/models/block/red_nether_brick_wall_post.json new file mode 100644 index 00000000..9fa44bde --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/red_nether_brick_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "minecraft:block/red_nether_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/red_nether_brick_wall_side.json b/1.17.1/assets/minecraft/models/block/red_nether_brick_wall_side.json new file mode 100644 index 00000000..e8f23ec6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/red_nether_brick_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "minecraft:block/red_nether_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/red_nether_brick_wall_side_tall.json b/1.17.1/assets/minecraft/models/block/red_nether_brick_wall_side_tall.json new file mode 100644 index 00000000..6546ecec --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/red_nether_brick_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "minecraft:block/red_nether_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/red_nether_bricks.json b/1.17.1/assets/minecraft/models/block/red_nether_bricks.json new file mode 100644 index 00000000..a13b8381 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/red_nether_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/red_nether_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/red_sand.json b/1.17.1/assets/minecraft/models/block/red_sand.json new file mode 100644 index 00000000..d6f5cecf --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/red_sand.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/red_sand" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/red_sandstone.json b/1.17.1/assets/minecraft/models/block/red_sandstone.json new file mode 100644 index 00000000..93aab351 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/red_sandstone.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/cube_bottom_top", + "textures": { + "top": "minecraft:block/red_sandstone_top", + "bottom": "minecraft:block/red_sandstone_bottom", + "side": "minecraft:block/red_sandstone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/red_sandstone_slab.json b/1.17.1/assets/minecraft/models/block/red_sandstone_slab.json new file mode 100644 index 00000000..6c8d9408 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/red_sandstone_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/red_sandstone_bottom", + "top": "minecraft:block/red_sandstone_top", + "side": "minecraft:block/red_sandstone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/red_sandstone_slab_top.json b/1.17.1/assets/minecraft/models/block/red_sandstone_slab_top.json new file mode 100644 index 00000000..26af4981 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/red_sandstone_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/red_sandstone_bottom", + "top": "minecraft:block/red_sandstone_top", + "side": "minecraft:block/red_sandstone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/red_sandstone_stairs.json b/1.17.1/assets/minecraft/models/block/red_sandstone_stairs.json new file mode 100644 index 00000000..7926d785 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/red_sandstone_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/red_sandstone_bottom", + "top": "minecraft:block/red_sandstone_top", + "side": "minecraft:block/red_sandstone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/red_sandstone_stairs_inner.json b/1.17.1/assets/minecraft/models/block/red_sandstone_stairs_inner.json new file mode 100644 index 00000000..591a5c39 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/red_sandstone_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/red_sandstone_bottom", + "top": "minecraft:block/red_sandstone_top", + "side": "minecraft:block/red_sandstone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/red_sandstone_stairs_outer.json b/1.17.1/assets/minecraft/models/block/red_sandstone_stairs_outer.json new file mode 100644 index 00000000..2dec12af --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/red_sandstone_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/red_sandstone_bottom", + "top": "minecraft:block/red_sandstone_top", + "side": "minecraft:block/red_sandstone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/red_sandstone_wall_inventory.json b/1.17.1/assets/minecraft/models/block/red_sandstone_wall_inventory.json new file mode 100644 index 00000000..efec8f3f --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/red_sandstone_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "minecraft:block/red_sandstone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/red_sandstone_wall_post.json b/1.17.1/assets/minecraft/models/block/red_sandstone_wall_post.json new file mode 100644 index 00000000..ab117588 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/red_sandstone_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "minecraft:block/red_sandstone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/red_sandstone_wall_side.json b/1.17.1/assets/minecraft/models/block/red_sandstone_wall_side.json new file mode 100644 index 00000000..798b2f91 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/red_sandstone_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "minecraft:block/red_sandstone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/red_sandstone_wall_side_tall.json b/1.17.1/assets/minecraft/models/block/red_sandstone_wall_side_tall.json new file mode 100644 index 00000000..b8cc6d37 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/red_sandstone_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "minecraft:block/red_sandstone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/red_shulker_box.json b/1.17.1/assets/minecraft/models/block/red_shulker_box.json new file mode 100644 index 00000000..4414a86e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/red_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "minecraft:block/red_shulker_box" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/red_stained_glass.json b/1.17.1/assets/minecraft/models/block/red_stained_glass.json new file mode 100644 index 00000000..fd841d4e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/red_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/red_stained_glass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/red_stained_glass_pane_noside.json b/1.17.1/assets/minecraft/models/block/red_stained_glass_pane_noside.json new file mode 100644 index 00000000..30aee4a9 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/red_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glass_pane_noside", + "textures": { + "pane": "minecraft:block/red_stained_glass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/red_stained_glass_pane_noside_alt.json b/1.17.1/assets/minecraft/models/block/red_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..051e7ebe --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/red_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glass_pane_noside_alt", + "textures": { + "pane": "minecraft:block/red_stained_glass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/red_stained_glass_pane_post.json b/1.17.1/assets/minecraft/models/block/red_stained_glass_pane_post.json new file mode 100644 index 00000000..90714e32 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/red_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_post", + "textures": { + "pane": "minecraft:block/red_stained_glass", + "edge": "minecraft:block/red_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/red_stained_glass_pane_side.json b/1.17.1/assets/minecraft/models/block/red_stained_glass_pane_side.json new file mode 100644 index 00000000..0cdf2ff9 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/red_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_side", + "textures": { + "pane": "minecraft:block/red_stained_glass", + "edge": "minecraft:block/red_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/red_stained_glass_pane_side_alt.json b/1.17.1/assets/minecraft/models/block/red_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..8f3daf65 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/red_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_side_alt", + "textures": { + "pane": "minecraft:block/red_stained_glass", + "edge": "minecraft:block/red_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/red_terracotta.json b/1.17.1/assets/minecraft/models/block/red_terracotta.json new file mode 100644 index 00000000..14908068 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/red_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/red_terracotta" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/red_tulip.json b/1.17.1/assets/minecraft/models/block/red_tulip.json new file mode 100644 index 00000000..1c0c290b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/red_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/red_tulip" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/red_wool.json b/1.17.1/assets/minecraft/models/block/red_wool.json new file mode 100644 index 00000000..72267b62 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/red_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/red_wool" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/redstone_block.json b/1.17.1/assets/minecraft/models/block/redstone_block.json new file mode 100644 index 00000000..b3942b36 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/redstone_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/redstone_block" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/redstone_dust_dot.json b/1.17.1/assets/minecraft/models/block/redstone_dust_dot.json new file mode 100644 index 00000000..4a8cda17 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/redstone_dust_dot.json @@ -0,0 +1,26 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/redstone_dust_dot", + "line": "block/redstone_dust_dot", + "overlay": "block/redstone_dust_overlay" + }, + "elements": [ + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "tintindex": 0 }, + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#line", "tintindex": 0 } + } + }, + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay" }, + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#overlay" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/redstone_dust_side.json b/1.17.1/assets/minecraft/models/block/redstone_dust_side.json new file mode 100644 index 00000000..523a4117 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/redstone_dust_side.json @@ -0,0 +1,25 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/redstone_dust_dot", + "overlay": "block/redstone_dust_overlay" + }, + "elements": [ + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 8 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 8 ], "texture": "#line", "tintindex": 0 }, + "down": { "uv": [ 0, 8, 16, 0 ], "texture": "#line", "tintindex": 0 } + } + }, + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 8 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 8 ], "texture": "#overlay" }, + "down": { "uv": [ 0, 8, 16, 0 ], "texture": "#overlay" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/redstone_dust_side0.json b/1.17.1/assets/minecraft/models/block/redstone_dust_side0.json new file mode 100644 index 00000000..8ba2e73e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/redstone_dust_side0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/redstone_dust_side", + "textures": { + "line": "block/redstone_dust_line0" + } +} diff --git a/1.17.1/assets/minecraft/models/block/redstone_dust_side1.json b/1.17.1/assets/minecraft/models/block/redstone_dust_side1.json new file mode 100644 index 00000000..1f545393 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/redstone_dust_side1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/redstone_dust_side", + "textures": { + "line": "block/redstone_dust_line1" + } +} diff --git a/1.17.1/assets/minecraft/models/block/redstone_dust_side_alt.json b/1.17.1/assets/minecraft/models/block/redstone_dust_side_alt.json new file mode 100644 index 00000000..8b58a46c --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/redstone_dust_side_alt.json @@ -0,0 +1,25 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/redstone_dust_dot", + "overlay": "block/redstone_dust_overlay" + }, + "elements": [ + { "from": [ 0, 0.25, 8 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 8, 16, 16 ], "texture": "#line", "tintindex": 0 }, + "down": { "uv": [ 0, 16, 16, 8 ], "texture": "#line", "tintindex": 0 } + } + }, + { "from": [ 0, 0.25, 8 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 8, 16, 16 ], "texture": "#overlay" }, + "down": { "uv": [ 0, 16, 16, 8 ], "texture": "#overlay" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/redstone_dust_side_alt0.json b/1.17.1/assets/minecraft/models/block/redstone_dust_side_alt0.json new file mode 100644 index 00000000..f74884dd --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/redstone_dust_side_alt0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/redstone_dust_side_alt", + "textures": { + "line": "block/redstone_dust_line0" + } +} diff --git a/1.17.1/assets/minecraft/models/block/redstone_dust_side_alt1.json b/1.17.1/assets/minecraft/models/block/redstone_dust_side_alt1.json new file mode 100644 index 00000000..a31f8487 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/redstone_dust_side_alt1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/redstone_dust_side_alt", + "textures": { + "line": "block/redstone_dust_line1" + } +} diff --git a/1.17.1/assets/minecraft/models/block/redstone_dust_up.json b/1.17.1/assets/minecraft/models/block/redstone_dust_up.json new file mode 100644 index 00000000..2154da22 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/redstone_dust_up.json @@ -0,0 +1,26 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/redstone_dust_dot", + "line": "block/redstone_dust_line0", + "overlay": "block/redstone_dust_overlay" + }, + "elements": [ + { "from": [ 0, 0, 0.25 ], + "to": [ 16, 16, 0.25 ], + "shade": false, + "faces": { + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "tintindex": 0 }, + "north": { "uv": [ 16, 0, 0, 16 ], "texture": "#line", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.25 ], + "to": [ 16, 16, 0.25 ], + "shade": false, + "faces": { + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay" }, + "north": { "uv": [ 16, 0, 0, 16 ], "texture": "#overlay" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/redstone_lamp.json b/1.17.1/assets/minecraft/models/block/redstone_lamp.json new file mode 100644 index 00000000..530bd0d7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/redstone_lamp.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/redstone_lamp" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/redstone_lamp_on.json b/1.17.1/assets/minecraft/models/block/redstone_lamp_on.json new file mode 100644 index 00000000..bde04e26 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/redstone_lamp_on.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/redstone_lamp_on" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/redstone_ore.json b/1.17.1/assets/minecraft/models/block/redstone_ore.json new file mode 100644 index 00000000..a387db99 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/redstone_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/redstone_ore" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/redstone_torch.json b/1.17.1/assets/minecraft/models/block/redstone_torch.json new file mode 100644 index 00000000..47d4d756 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/redstone_torch.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_torch", + "textures": { + "torch": "minecraft:block/redstone_torch" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/redstone_torch_off.json b/1.17.1/assets/minecraft/models/block/redstone_torch_off.json new file mode 100644 index 00000000..9dcffffe --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/redstone_torch_off.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_torch", + "textures": { + "torch": "minecraft:block/redstone_torch_off" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/redstone_wall_torch.json b/1.17.1/assets/minecraft/models/block/redstone_wall_torch.json new file mode 100644 index 00000000..2d2a9496 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/redstone_wall_torch.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_torch_wall", + "textures": { + "torch": "minecraft:block/redstone_torch" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/redstone_wall_torch_off.json b/1.17.1/assets/minecraft/models/block/redstone_wall_torch_off.json new file mode 100644 index 00000000..eb02aed8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/redstone_wall_torch_off.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_torch_wall", + "textures": { + "torch": "minecraft:block/redstone_torch_off" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/repeater_1tick.json b/1.17.1/assets/minecraft/models/block/repeater_1tick.json new file mode 100644 index 00000000..8539d997 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/repeater_1tick.json @@ -0,0 +1,44 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater", + "slab": "block/smooth_stone", + "top": "block/repeater", + "unlit": "block/redstone_torch_off" + }, + "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": [ 7, 2, 6 ], + "to": [ 9, 7, 8 ], + "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, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/repeater_1tick_locked.json b/1.17.1/assets/minecraft/models/block/repeater_1tick_locked.json new file mode 100644 index 00000000..d1457f3d --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/repeater_1tick_locked.json @@ -0,0 +1,45 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater", + "slab": "block/smooth_stone", + "top": "block/repeater", + "lock": "block/bedrock", + "unlit": "block/redstone_torch_off" + }, + "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": [ 2, 2, 6 ], + "to": [ 14, 4, 8 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 2, 2 ], + "to": [ 9, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/repeater_1tick_on.json b/1.17.1/assets/minecraft/models/block/repeater_1tick_on.json new file mode 100644 index 00000000..8123d2cb --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/repeater_1tick_on.json @@ -0,0 +1,62 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater_on", + "slab": "block/smooth_stone", + "top": "block/repeater_on", + "lit": "block/redstone_torch" + }, + "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": [ 7, 7, 6 ], + "to": [ 9, 7, 8 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 5 ], + "to": [ 9, 8, 9 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 6 ], + "to": [ 10, 8, 8 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/repeater_1tick_on_locked.json b/1.17.1/assets/minecraft/models/block/repeater_1tick_on_locked.json new file mode 100644 index 00000000..60a40718 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/repeater_1tick_on_locked.json @@ -0,0 +1,54 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater_on", + "slab": "block/smooth_stone", + "top": "block/repeater_on", + "lit": "block/redstone_torch", + "lock": "block/bedrock" + }, + "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": [ 2, 2, 6 ], + "to": [ 14, 4, 8 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/repeater_2tick.json b/1.17.1/assets/minecraft/models/block/repeater_2tick.json new file mode 100644 index 00000000..b8323e2b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/repeater_2tick.json @@ -0,0 +1,44 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater", + "slab": "block/smooth_stone", + "top": "block/repeater", + "unlit": "block/redstone_torch_off" + }, + "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": [ 7, 2, 8 ], + "to": [ 9, 7, 10 ], + "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, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/repeater_2tick_locked.json b/1.17.1/assets/minecraft/models/block/repeater_2tick_locked.json new file mode 100644 index 00000000..8dc5975b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/repeater_2tick_locked.json @@ -0,0 +1,45 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater", + "slab": "block/smooth_stone", + "top": "block/repeater", + "lock": "block/bedrock", + "unlit": "block/redstone_torch_off" + }, + "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": [ 2, 2, 8 ], + "to": [ 14, 4, 10 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 2, 2 ], + "to": [ 9, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/repeater_2tick_on.json b/1.17.1/assets/minecraft/models/block/repeater_2tick_on.json new file mode 100644 index 00000000..11a2bcb1 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/repeater_2tick_on.json @@ -0,0 +1,62 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater_on", + "slab": "block/smooth_stone", + "top": "block/repeater_on", + "lit": "block/redstone_torch" + }, + "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": [ 7, 7, 8 ], + "to": [ 9, 7, 10 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 7 ], + "to": [ 9, 8, 11 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 8 ], + "to": [ 10, 8, 10 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/repeater_2tick_on_locked.json b/1.17.1/assets/minecraft/models/block/repeater_2tick_on_locked.json new file mode 100644 index 00000000..12a1cbe8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/repeater_2tick_on_locked.json @@ -0,0 +1,54 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater_on", + "slab": "block/smooth_stone", + "top": "block/repeater_on", + "lit": "block/redstone_torch", + "lock": "block/bedrock" + }, + "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": [ 2, 2, 8 ], + "to": [ 14, 4, 10 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/repeater_3tick.json b/1.17.1/assets/minecraft/models/block/repeater_3tick.json new file mode 100644 index 00000000..e854cc01 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/repeater_3tick.json @@ -0,0 +1,44 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater", + "slab": "block/smooth_stone", + "top": "block/repeater", + "unlit": "block/redstone_torch_off" + }, + "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": [ 7, 2, 10 ], + "to": [ 9, 7, 12 ], + "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, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/repeater_3tick_locked.json b/1.17.1/assets/minecraft/models/block/repeater_3tick_locked.json new file mode 100644 index 00000000..6d64a3dc --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/repeater_3tick_locked.json @@ -0,0 +1,45 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater", + "slab": "block/smooth_stone", + "top": "block/repeater", + "lock": "block/bedrock", + "unlit": "block/redstone_torch_off" + }, + "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": [ 2, 2, 10 ], + "to": [ 14, 4, 12 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 2, 2 ], + "to": [ 9, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/repeater_3tick_on.json b/1.17.1/assets/minecraft/models/block/repeater_3tick_on.json new file mode 100644 index 00000000..414032e6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/repeater_3tick_on.json @@ -0,0 +1,62 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater_on", + "slab": "block/smooth_stone", + "top": "block/repeater_on", + "lit": "block/redstone_torch" + }, + "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": [ 7, 7, 10 ], + "to": [ 9, 7, 12 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 9 ], + "to": [ 9, 8, 13 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 10 ], + "to": [ 10, 8, 12 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/repeater_3tick_on_locked.json b/1.17.1/assets/minecraft/models/block/repeater_3tick_on_locked.json new file mode 100644 index 00000000..5c21a323 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/repeater_3tick_on_locked.json @@ -0,0 +1,54 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater_on", + "slab": "block/smooth_stone", + "top": "block/repeater_on", + "lit": "block/redstone_torch", + "lock": "block/bedrock" + }, + "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": [ 2, 2, 10 ], + "to": [ 14, 4, 12 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/repeater_4tick.json b/1.17.1/assets/minecraft/models/block/repeater_4tick.json new file mode 100644 index 00000000..a708a44f --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/repeater_4tick.json @@ -0,0 +1,44 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater", + "slab": "block/smooth_stone", + "top": "block/repeater", + "unlit": "block/redstone_torch_off" + }, + "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": [ 7, 2, 12 ], + "to": [ 9, 7, 14 ], + "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, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/repeater_4tick_locked.json b/1.17.1/assets/minecraft/models/block/repeater_4tick_locked.json new file mode 100644 index 00000000..fac32c88 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/repeater_4tick_locked.json @@ -0,0 +1,45 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater", + "slab": "block/smooth_stone", + "top": "block/repeater", + "lock": "block/bedrock", + "unlit": "block/redstone_torch_off" + }, + "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": [ 2, 2, 12 ], + "to": [ 14, 4, 14 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 2, 2 ], + "to": [ 9, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/repeater_4tick_on.json b/1.17.1/assets/minecraft/models/block/repeater_4tick_on.json new file mode 100644 index 00000000..4e081aa8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/repeater_4tick_on.json @@ -0,0 +1,62 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater_on", + "slab": "block/smooth_stone", + "top": "block/repeater_on", + "lit": "block/redstone_torch" + }, + "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": [ 7, 7, 12 ], + "to": [ 9, 7, 14 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 11 ], + "to": [ 9, 8, 15 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 12 ], + "to": [ 10, 8, 14 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/repeater_4tick_on_locked.json b/1.17.1/assets/minecraft/models/block/repeater_4tick_on_locked.json new file mode 100644 index 00000000..fcdd6448 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/repeater_4tick_on_locked.json @@ -0,0 +1,54 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/repeater_on", + "slab": "block/smooth_stone", + "top": "block/repeater_on", + "lit": "block/redstone_torch", + "lock": "block/bedrock" + }, + "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": [ 2, 2, 12 ], + "to": [ 14, 4, 14 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/repeating_command_block.json b/1.17.1/assets/minecraft/models/block/repeating_command_block.json new file mode 100644 index 00000000..2d0a3ff1 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/repeating_command_block.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/template_command_block", + "textures": { + "front": "minecraft:block/repeating_command_block_front", + "back": "minecraft:block/repeating_command_block_back", + "side": "minecraft:block/repeating_command_block_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/repeating_command_block_conditional.json b/1.17.1/assets/minecraft/models/block/repeating_command_block_conditional.json new file mode 100644 index 00000000..00d365f3 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/repeating_command_block_conditional.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/template_command_block", + "textures": { + "front": "minecraft:block/repeating_command_block_front", + "back": "minecraft:block/repeating_command_block_back", + "side": "minecraft:block/repeating_command_block_conditional" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/respawn_anchor_0.json b/1.17.1/assets/minecraft/models/block/respawn_anchor_0.json new file mode 100644 index 00000000..1e1beb69 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/respawn_anchor_0.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/cube_bottom_top", + "textures": { + "top": "minecraft:block/respawn_anchor_top_off", + "bottom": "minecraft:block/respawn_anchor_bottom", + "side": "minecraft:block/respawn_anchor_side0" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/respawn_anchor_1.json b/1.17.1/assets/minecraft/models/block/respawn_anchor_1.json new file mode 100644 index 00000000..1d374ba0 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/respawn_anchor_1.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/cube_bottom_top", + "textures": { + "top": "minecraft:block/respawn_anchor_top", + "bottom": "minecraft:block/respawn_anchor_bottom", + "side": "minecraft:block/respawn_anchor_side1" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/respawn_anchor_2.json b/1.17.1/assets/minecraft/models/block/respawn_anchor_2.json new file mode 100644 index 00000000..9bb73a3b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/respawn_anchor_2.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/cube_bottom_top", + "textures": { + "top": "minecraft:block/respawn_anchor_top", + "bottom": "minecraft:block/respawn_anchor_bottom", + "side": "minecraft:block/respawn_anchor_side2" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/respawn_anchor_3.json b/1.17.1/assets/minecraft/models/block/respawn_anchor_3.json new file mode 100644 index 00000000..1762fe02 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/respawn_anchor_3.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/cube_bottom_top", + "textures": { + "top": "minecraft:block/respawn_anchor_top", + "bottom": "minecraft:block/respawn_anchor_bottom", + "side": "minecraft:block/respawn_anchor_side3" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/respawn_anchor_4.json b/1.17.1/assets/minecraft/models/block/respawn_anchor_4.json new file mode 100644 index 00000000..658da9da --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/respawn_anchor_4.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/cube_bottom_top", + "textures": { + "top": "minecraft:block/respawn_anchor_top", + "bottom": "minecraft:block/respawn_anchor_bottom", + "side": "minecraft:block/respawn_anchor_side4" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/rooted_dirt.json b/1.17.1/assets/minecraft/models/block/rooted_dirt.json new file mode 100644 index 00000000..f9e1f179 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/rooted_dirt.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/rooted_dirt" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/rose_bush_bottom.json b/1.17.1/assets/minecraft/models/block/rose_bush_bottom.json new file mode 100644 index 00000000..88116aa3 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/rose_bush_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/rose_bush_bottom" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/rose_bush_top.json b/1.17.1/assets/minecraft/models/block/rose_bush_top.json new file mode 100644 index 00000000..79066463 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/rose_bush_top.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/rose_bush_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/sand.json b/1.17.1/assets/minecraft/models/block/sand.json new file mode 100644 index 00000000..b73935a3 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/sand.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/sand" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/sandstone.json b/1.17.1/assets/minecraft/models/block/sandstone.json new file mode 100644 index 00000000..2e71592d --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/sandstone.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/cube_bottom_top", + "textures": { + "top": "minecraft:block/sandstone_top", + "bottom": "minecraft:block/sandstone_bottom", + "side": "minecraft:block/sandstone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/sandstone_slab.json b/1.17.1/assets/minecraft/models/block/sandstone_slab.json new file mode 100644 index 00000000..44fc0a91 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/sandstone_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/sandstone_bottom", + "top": "minecraft:block/sandstone_top", + "side": "minecraft:block/sandstone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/sandstone_slab_top.json b/1.17.1/assets/minecraft/models/block/sandstone_slab_top.json new file mode 100644 index 00000000..7b783683 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/sandstone_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/sandstone_bottom", + "top": "minecraft:block/sandstone_top", + "side": "minecraft:block/sandstone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/sandstone_stairs.json b/1.17.1/assets/minecraft/models/block/sandstone_stairs.json new file mode 100644 index 00000000..60f7d8c6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/sandstone_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/sandstone_bottom", + "top": "minecraft:block/sandstone_top", + "side": "minecraft:block/sandstone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/sandstone_stairs_inner.json b/1.17.1/assets/minecraft/models/block/sandstone_stairs_inner.json new file mode 100644 index 00000000..7fb99e89 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/sandstone_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/sandstone_bottom", + "top": "minecraft:block/sandstone_top", + "side": "minecraft:block/sandstone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/sandstone_stairs_outer.json b/1.17.1/assets/minecraft/models/block/sandstone_stairs_outer.json new file mode 100644 index 00000000..faff0419 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/sandstone_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/sandstone_bottom", + "top": "minecraft:block/sandstone_top", + "side": "minecraft:block/sandstone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/sandstone_wall_inventory.json b/1.17.1/assets/minecraft/models/block/sandstone_wall_inventory.json new file mode 100644 index 00000000..ab5aa55e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/sandstone_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "minecraft:block/sandstone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/sandstone_wall_post.json b/1.17.1/assets/minecraft/models/block/sandstone_wall_post.json new file mode 100644 index 00000000..edcb0e4e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/sandstone_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "minecraft:block/sandstone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/sandstone_wall_side.json b/1.17.1/assets/minecraft/models/block/sandstone_wall_side.json new file mode 100644 index 00000000..f195f7fb --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/sandstone_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "minecraft:block/sandstone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/sandstone_wall_side_tall.json b/1.17.1/assets/minecraft/models/block/sandstone_wall_side_tall.json new file mode 100644 index 00000000..dc29097f --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/sandstone_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "minecraft:block/sandstone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/scaffolding_stable.json b/1.17.1/assets/minecraft/models/block/scaffolding_stable.json new file mode 100644 index 00000000..bbcb6c4e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/scaffolding_stable.json @@ -0,0 +1,99 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/scaffolding_top", + "top": "block/scaffolding_top", + "side": "block/scaffolding_side", + "bottom": "block/scaffolding_bottom" + }, + "elements": [ + { + "from": [0, 15.99, 0], + "to": [16, 16, 16], + "faces": { + "up": { "texture": "#top", "cullface": "up" }, + "down": { "texture": "#top", "uv": [0, 16, 16, 0] } + } + }, + { + "from": [0, 0, 0], + "to": [2, 16, 2], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [0, 0, 14], + "to": [2, 16, 16], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [14, 0, 14], + "to": [16, 16, 16], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [14, 0, 0], + "to": [16, 16, 2], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [2, 14, 0], + "to": [14, 16, 2], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "south": { "texture": "#side", "uv": [2, 2, 14, 4] }, + "down": { "texture": "#bottom" } + } + }, + { + "from": [2, 14, 14], + "to": [14, 16, 16], + "faces": { + "north": { "texture": "#side", "uv": [14, 0, 2, 2] }, + "south": { "texture": "#side", "cullface": "south" }, + "down": { "texture": "#bottom" } + } + }, + { + "from": [14, 14, 2], + "to": [16, 16, 14], + "faces": { + "east": { "texture": "#side", "uv": [14, 0, 2, 2], "cullface": "east" }, + "west": { "texture": "#side", "uv": [14, 2, 2, 4] }, + "down": { "texture": "#bottom" } + } + }, + { + "from": [0, 14, 2], + "to": [2, 16, 14], + "faces": { + "east": { "texture": "#side" }, + "west": { "texture": "#side", "uv": [14, 0, 2, 2], "cullface": "west" }, + "down": { "texture": "#bottom" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/scaffolding_unstable.json b/1.17.1/assets/minecraft/models/block/scaffolding_unstable.json new file mode 100644 index 00000000..f5d64e3c --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/scaffolding_unstable.json @@ -0,0 +1,143 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/scaffolding_top", + "top": "block/scaffolding_top", + "side": "block/scaffolding_side", + "bottom": "block/scaffolding_bottom" + }, + "elements": [ + { + "from": [0, 15.99, 0], + "to": [16, 16, 16], + "faces": { + "up": { "texture": "#top", "cullface": "up" }, + "down": { "texture": "#top", "uv": [0, 16, 16, 0] } + } + }, + { + "from": [0, 0, 0], + "to": [2, 16, 2], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [0, 0, 14], + "to": [2, 16, 16], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [14, 0, 14], + "to": [16, 16, 16], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [14, 0, 0], + "to": [16, 16, 2], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [2, 14, 0], + "to": [14, 16, 2], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "south": { "texture": "#side", "uv": [2, 2, 14, 4] }, + "down": { "texture": "#bottom" } + } + }, + { + "from": [2, 14, 14], + "to": [14, 16, 16], + "faces": { + "north": { "texture": "#side", "uv": [14, 0, 2, 2] }, + "south": { "texture": "#side", "cullface": "south" }, + "down": { "texture": "#bottom" } + } + }, + { + "from": [14, 14, 2], + "to": [16, 16, 14], + "faces": { + "east": { "texture": "#side", "uv": [14, 0, 2, 2], "cullface": "east" }, + "west": { "texture": "#side", "uv": [14, 2, 2, 4] }, + "down": { "texture": "#bottom" } + } + }, + { + "from": [0, 14, 2], + "to": [2, 16, 14], + "faces": { + "east": { "texture": "#side" }, + "west": { "texture": "#side", "uv": [14, 0, 2, 2], "cullface": "west" }, + "down": { "texture": "#bottom" } + } + }, + { + "from": [0, 1.99, 0], + "to": [16, 2, 16], + "faces": { + "up": { "texture": "#top"}, + "down": { "uv": [0, 16, 16, 0], "texture": "#top" } + } + }, + { + "from": [2, 0, 0], + "to": [14, 2, 2], + "faces": { + "north": { "texture": "#side", "uv": [2, 0, 14, 2] , "cullface": "north" }, + "south": { "texture": "#side", "uv": [2, 2, 14, 4] }, + "down": { "texture": "#bottom", "cullface": "bottom" } + } + }, + { + "from": [2, 0, 14], + "to": [14, 2, 16], + "faces": { + "north": { "texture": "#side", "uv": [14, 0, 2, 2] }, + "south": { "texture": "#side", "uv": [2, 0, 14, 2] , "cullface": "south" }, + "down": { "texture": "#bottom", "cullface": "bottom" } + } + }, + { + "from": [14, 0, 2], + "to": [16, 2, 14], + "faces": { + "east": { "texture": "#side", "uv": [14, 0, 2, 2], "cullface": "east"}, + "west": { "texture": "#side", "uv": [14, 2, 2, 4] }, + "down": { "texture": "#bottom", "cullface": "bottom" } + } + }, + { + "from": [0, 0, 2], + "to": [2, 2, 14], + "faces": { + "east": { "texture": "#side", "uv": [2, 0, 14, 2] }, + "west": { "texture": "#side", "uv": [14, 0, 2, 2], "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "bottom" } + } + } + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/sculk_sensor.json b/1.17.1/assets/minecraft/models/block/sculk_sensor.json new file mode 100644 index 00000000..e3307b7f --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/sculk_sensor.json @@ -0,0 +1,60 @@ +{ + "parent": "block/block", + "textures": { + "bottom": "block/sculk_sensor_bottom", + "side": "block/sculk_sensor_side", + "tendrils": "block/sculk_sensor_tendril_inactive", + "top": "block/sculk_sensor_top", + "particle": "block/sculk_sensor_bottom" + }, + "elements": [ + { + "from": [0, 0, 0], + "to": [16, 8, 16], + "faces": { + "north": {"uv": [0, 8, 16, 16], "texture": "#side", "cullface": "north"}, + "east": {"uv": [0, 8, 16, 16], "texture": "#side", "cullface": "east"}, + "south": {"uv": [0, 8, 16, 16], "texture": "#side", "cullface": "south"}, + "west": {"uv": [0, 8, 16, 16], "texture": "#side", "cullface": "west"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#top"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "down"} + } + }, + { + "from": [-1, 8, 3], + "to": [7, 16, 3], + "rotation": {"angle": 45, "axis": "y", "origin": [3, 12, 3]}, + "faces": { + "north": {"uv": [4, 8, 12, 16], "texture": "#tendrils" }, + "south": {"uv": [12, 8, 4, 16], "texture": "#tendrils" } + } + }, + { + "from": [9, 8, 3], + "to": [17, 16, 3], + "rotation": {"angle": -45, "axis": "y", "origin": [13, 12, 3]}, + "faces": { + "north": {"uv": [12, 8, 4, 16], "texture": "#tendrils" }, + "south": {"uv": [4, 8, 12, 16], "texture": "#tendrils" } + } + }, + { + "from": [9, 8, 13], + "to": [17, 16, 13], + "rotation": {"angle": 45, "axis": "y", "origin": [13, 12, 13]}, + "faces": { + "north": {"uv": [12, 8, 4, 16], "texture": "#tendrils" }, + "south": {"uv": [4, 8, 12, 16], "texture": "#tendrils" } + } + }, + { + "from": [-1, 8, 13], + "to": [7, 16, 13], + "rotation": {"angle": -45, "axis": "y", "origin": [3, 12, 13]}, + "faces": { + "north": {"uv": [4, 8, 12, 16], "texture": "#tendrils" }, + "south": {"uv": [12, 8, 4, 16], "texture": "#tendrils" } + } + } + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/sculk_sensor_active.json b/1.17.1/assets/minecraft/models/block/sculk_sensor_active.json new file mode 100644 index 00000000..92852fcb --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/sculk_sensor_active.json @@ -0,0 +1,6 @@ +{ + "parent": "block/sculk_sensor", + "textures": { + "tendrils": "block/sculk_sensor_tendril_active" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/sculk_sensor_inactive.json b/1.17.1/assets/minecraft/models/block/sculk_sensor_inactive.json new file mode 100644 index 00000000..060f59e7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/sculk_sensor_inactive.json @@ -0,0 +1,6 @@ +{ + "parent": "block/sculk_sensor", + "textures": { + "tendrils": "block/sculk_sensor_tendril_inactive" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/sea_lantern.json b/1.17.1/assets/minecraft/models/block/sea_lantern.json new file mode 100644 index 00000000..f7602b29 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/sea_lantern.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/sea_lantern" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/sea_pickle.json b/1.17.1/assets/minecraft/models/block/sea_pickle.json new file mode 100644 index 00000000..31fef1af --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/sea_pickle.json @@ -0,0 +1,47 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/sea_pickle", + "all": "block/sea_pickle" + }, + "elements": [ + { "from": [ 6, 0, 6 ], + "to": [ 10, 6, 10 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" } + } + }, + { + "from": [ 6, 5.95, 6 ], + "to": [ 10, 5.95, 10 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 7.5, 5.2, 8 ], + "to": [ 8.5, 8.7, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "south": { "uv": [ 3, 0, 1, 5 ], "texture": "#all" } + } + }, + { + "from": [ 8, 5.2, 7.5 ], + "to": [ 8, 8.7, 8.5 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "west": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" }, + "east": { "uv": [ 15, 0, 13, 5 ], "texture": "#all" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/seagrass.json b/1.17.1/assets/minecraft/models/block/seagrass.json new file mode 100644 index 00000000..53c7a392 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/seagrass.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_seagrass", + "textures": { + "texture": "minecraft:block/seagrass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/shroomlight.json b/1.17.1/assets/minecraft/models/block/shroomlight.json new file mode 100644 index 00000000..13f52aa3 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/shroomlight.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/shroomlight" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/shulker_box.json b/1.17.1/assets/minecraft/models/block/shulker_box.json new file mode 100644 index 00000000..7eb23421 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "minecraft:block/shulker_box" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/skull.json b/1.17.1/assets/minecraft/models/block/skull.json new file mode 100644 index 00000000..99a7d709 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/skull.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "minecraft:block/soul_sand" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/slab.json b/1.17.1/assets/minecraft/models/block/slab.json new file mode 100644 index 00000000..1eadc701 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/slab.json @@ -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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/slab_top.json b/1.17.1/assets/minecraft/models/block/slab_top.json new file mode 100644 index 00000000..e21eb932 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/slab_top.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#side" + }, + "elements": [ + { "from": [ 0, 8, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 8 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 8 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 8 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 8 ], "texture": "#side", "cullface": "east" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/slightly_cracked_turtle_egg.json b/1.17.1/assets/minecraft/models/block/slightly_cracked_turtle_egg.json new file mode 100644 index 00000000..fe9f6dc2 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/slightly_cracked_turtle_egg.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_turtle_egg", + "textures": { + "all": "minecraft:block/turtle_egg_slightly_cracked" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/slime_block.json b/1.17.1/assets/minecraft/models/block/slime_block.json new file mode 100644 index 00000000..95f92bdf --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/slime_block.json @@ -0,0 +1,30 @@ +{ "parent": "block/block", + "textures": { + "particle": "block/slime_block", + "texture": "block/slime_block" + }, + "elements": [ + { "from": [ 3, 3, 3 ], + "to": [ 13, 13, 13 ], + "faces": { + "down": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, + "up": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, + "north": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, + "south": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, + "west": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, + "east": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" } + } + }, + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/small_amethyst_bud.json b/1.17.1/assets/minecraft/models/block/small_amethyst_bud.json new file mode 100644 index 00000000..a8f342fd --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/small_amethyst_bud.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/small_amethyst_bud" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/small_dripleaf_bottom.json b/1.17.1/assets/minecraft/models/block/small_dripleaf_bottom.json new file mode 100644 index 00000000..c6913e7c --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/small_dripleaf_bottom.json @@ -0,0 +1,27 @@ +{ + "parent": "block/block", + "textures": { + "stem": "block/small_dripleaf_stem_bottom", + "particle": "block/big_dripleaf_stem" + }, + "elements": [ + { "from": [ 4.5, 0, 8 ], + "to": [ 11.5, 16, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": false }, + "shade": false, + "faces": { + "north": { "uv": [ 3, 0, 14, 16 ], "texture": "#stem" }, + "south": { "uv": [ 3, 0, 14, 16 ], "texture": "#stem" } + } + }, + { "from": [ 4.5, 0, 8 ], + "to": [ 11.5, 16, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": -45, "rescale": false }, + "shade": false, + "faces": { + "north": { "uv": [ 3, 0, 14, 16 ], "texture": "#stem" }, + "south": { "uv": [ 3, 0, 14, 16 ], "texture": "#stem" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/small_dripleaf_top.json b/1.17.1/assets/minecraft/models/block/small_dripleaf_top.json new file mode 100644 index 00000000..c9e2929c --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/small_dripleaf_top.json @@ -0,0 +1,83 @@ +{ + "parent": "block/block", + "textures": { + "top": "block/small_dripleaf_top", + "side": "block/small_dripleaf_side", + "stem": "block/small_dripleaf_stem_top", + "particle": "block/small_dripleaf_top" + }, + "elements": [ + { "from": [ 8, 2.99, 8 ], + "to": [ 15, 2.99, 15 ], + "shade": false, + "faces": { + "down": { "uv": [ 8, 0, 0, 8 ], "texture": "#top" }, + "up": { "uv": [ 8, 8, 0, 0 ], "texture": "#top" } + } + }, + { "from": [ 1, 8, 1 ], + "to": [ 8, 8, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 8, 8, 0 ], "texture": "#top" }, + "up": { "uv": [ 0, 0, 8, 8 ], "texture": "#top" } + } + }, + { "from": [ 1, 12, 8 ], + "to": [ 8, 12, 15 ], + "shade": false, + "faces": { + "down": { "uv": [ 8, 0, 0, 8 ], "texture": "#top" , "rotation": 270}, + "up": { "uv": [ 0, 0, 8, 8 ], "texture": "#top" , "rotation": 270} + } + }, + { "from": [ 8, 2, 8 ], + "to": [ 15, 3, 15 ], + "shade": false, + "faces": { + "east": { "uv": [ 0, 0, 8, 1 ], "texture": "#side" }, + "west": { "uv": [ 0, 0, 8, 1 ], "texture": "#side" }, + "north": { "uv": [ 0, 0, 8, 1 ], "texture": "#side" }, + "south": { "uv": [ 0, 0, 8, 1 ], "texture": "#side" } + } + }, + { "from": [ 1, 7, 1.01 ], + "to": [ 8, 8, 8 ], + "shade": false, + "faces": { + "east": { "uv": [ 0, 0, 8, 1 ], "texture": "#side" }, + "west": { "uv": [ 0, 0, 8, 1 ], "texture": "#side" }, + "north": { "uv": [ 0, 0, 8, 1 ], "texture": "#side" }, + "south": { "uv": [ 0, 0, 8, 1 ], "texture": "#side" } + } + }, + { "from": [ 1, 11, 8 ], + "to": [ 8, 12, 15 ], + "shade": false, + "faces": { + "east": { "uv": [ 0, 0, 8, 1 ], "texture": "#side"}, + "west": { "uv": [ 0, 0, 8, 1 ], "texture": "#side"}, + "north": { "uv": [ 0, 0, 8, 1 ], "texture": "#side"}, + "south": { "uv": [ 0, 0, 8, 1 ], "texture": "#side"} + } + }, + { "from": [ 4.5, 0, 8 ], + "to": [ 11.5, 14, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": false }, + "shade": false, + "faces": { + "north": { "uv": [ 4, 0, 12, 14 ], "texture": "#stem" }, + "south": { "uv": [ 4, 0, 12, 14 ], "texture": "#stem" } + } + }, + { "from": [ 4.5, 0, 8 ], + "to": [ 11.5, 14, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": -45, "rescale": false }, + "shade": false, + "faces": { + "north": { "uv": [ 4, 0, 12, 14 ], "texture": "#stem" }, + "south": { "uv": [ 4, 0, 12, 14 ], "texture": "#stem" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/smithing_table.json b/1.17.1/assets/minecraft/models/block/smithing_table.json new file mode 100644 index 00000000..ca077e17 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/smithing_table.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "particle": "minecraft:block/smithing_table_front", + "north": "minecraft:block/smithing_table_front", + "south": "minecraft:block/smithing_table_front", + "east": "minecraft:block/smithing_table_side", + "west": "minecraft:block/smithing_table_side", + "up": "minecraft:block/smithing_table_top", + "down": "minecraft:block/smithing_table_bottom" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/smoker.json b/1.17.1/assets/minecraft/models/block/smoker.json new file mode 100644 index 00000000..b54411e0 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/smoker.json @@ -0,0 +1,9 @@ +{ + "parent": "minecraft:block/orientable_with_bottom", + "textures": { + "top": "minecraft:block/smoker_top", + "bottom": "minecraft:block/smoker_bottom", + "side": "minecraft:block/smoker_side", + "front": "minecraft:block/smoker_front" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/smoker_on.json b/1.17.1/assets/minecraft/models/block/smoker_on.json new file mode 100644 index 00000000..1199963f --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/smoker_on.json @@ -0,0 +1,9 @@ +{ + "parent": "minecraft:block/orientable_with_bottom", + "textures": { + "top": "minecraft:block/smoker_top", + "bottom": "minecraft:block/smoker_bottom", + "side": "minecraft:block/smoker_side", + "front": "minecraft:block/smoker_front_on" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/smooth_basalt.json b/1.17.1/assets/minecraft/models/block/smooth_basalt.json new file mode 100644 index 00000000..c8f8da1c --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/smooth_basalt.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/smooth_basalt" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/smooth_quartz.json b/1.17.1/assets/minecraft/models/block/smooth_quartz.json new file mode 100644 index 00000000..7af04ba1 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/smooth_quartz.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/quartz_block_bottom" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/smooth_quartz_slab.json b/1.17.1/assets/minecraft/models/block/smooth_quartz_slab.json new file mode 100644 index 00000000..016d6df9 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/smooth_quartz_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/quartz_block_bottom", + "top": "minecraft:block/quartz_block_bottom", + "side": "minecraft:block/quartz_block_bottom" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/smooth_quartz_slab_top.json b/1.17.1/assets/minecraft/models/block/smooth_quartz_slab_top.json new file mode 100644 index 00000000..5e860477 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/smooth_quartz_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/quartz_block_bottom", + "top": "minecraft:block/quartz_block_bottom", + "side": "minecraft:block/quartz_block_bottom" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/smooth_quartz_stairs.json b/1.17.1/assets/minecraft/models/block/smooth_quartz_stairs.json new file mode 100644 index 00000000..c7fa297a --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/smooth_quartz_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/quartz_block_bottom", + "top": "minecraft:block/quartz_block_bottom", + "side": "minecraft:block/quartz_block_bottom" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/smooth_quartz_stairs_inner.json b/1.17.1/assets/minecraft/models/block/smooth_quartz_stairs_inner.json new file mode 100644 index 00000000..1dc7ba24 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/smooth_quartz_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/quartz_block_bottom", + "top": "minecraft:block/quartz_block_bottom", + "side": "minecraft:block/quartz_block_bottom" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/smooth_quartz_stairs_outer.json b/1.17.1/assets/minecraft/models/block/smooth_quartz_stairs_outer.json new file mode 100644 index 00000000..e2754305 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/smooth_quartz_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/quartz_block_bottom", + "top": "minecraft:block/quartz_block_bottom", + "side": "minecraft:block/quartz_block_bottom" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/smooth_red_sandstone.json b/1.17.1/assets/minecraft/models/block/smooth_red_sandstone.json new file mode 100644 index 00000000..db56d1c0 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/smooth_red_sandstone.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/red_sandstone_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/smooth_red_sandstone_slab.json b/1.17.1/assets/minecraft/models/block/smooth_red_sandstone_slab.json new file mode 100644 index 00000000..ba338bb0 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/smooth_red_sandstone_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/red_sandstone_top", + "top": "minecraft:block/red_sandstone_top", + "side": "minecraft:block/red_sandstone_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/smooth_red_sandstone_slab_top.json b/1.17.1/assets/minecraft/models/block/smooth_red_sandstone_slab_top.json new file mode 100644 index 00000000..7f277792 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/smooth_red_sandstone_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/red_sandstone_top", + "top": "minecraft:block/red_sandstone_top", + "side": "minecraft:block/red_sandstone_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/smooth_red_sandstone_stairs.json b/1.17.1/assets/minecraft/models/block/smooth_red_sandstone_stairs.json new file mode 100644 index 00000000..f19a80d5 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/smooth_red_sandstone_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/red_sandstone_top", + "top": "minecraft:block/red_sandstone_top", + "side": "minecraft:block/red_sandstone_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/smooth_red_sandstone_stairs_inner.json b/1.17.1/assets/minecraft/models/block/smooth_red_sandstone_stairs_inner.json new file mode 100644 index 00000000..c7618716 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/smooth_red_sandstone_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/red_sandstone_top", + "top": "minecraft:block/red_sandstone_top", + "side": "minecraft:block/red_sandstone_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/smooth_red_sandstone_stairs_outer.json b/1.17.1/assets/minecraft/models/block/smooth_red_sandstone_stairs_outer.json new file mode 100644 index 00000000..17d407b8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/smooth_red_sandstone_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/red_sandstone_top", + "top": "minecraft:block/red_sandstone_top", + "side": "minecraft:block/red_sandstone_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/smooth_sandstone.json b/1.17.1/assets/minecraft/models/block/smooth_sandstone.json new file mode 100644 index 00000000..2f886a74 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/smooth_sandstone.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/sandstone_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/smooth_sandstone_slab.json b/1.17.1/assets/minecraft/models/block/smooth_sandstone_slab.json new file mode 100644 index 00000000..f45d720b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/smooth_sandstone_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/sandstone_top", + "top": "minecraft:block/sandstone_top", + "side": "minecraft:block/sandstone_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/smooth_sandstone_slab_top.json b/1.17.1/assets/minecraft/models/block/smooth_sandstone_slab_top.json new file mode 100644 index 00000000..f3ac8710 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/smooth_sandstone_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/sandstone_top", + "top": "minecraft:block/sandstone_top", + "side": "minecraft:block/sandstone_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/smooth_sandstone_stairs.json b/1.17.1/assets/minecraft/models/block/smooth_sandstone_stairs.json new file mode 100644 index 00000000..81a7403d --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/smooth_sandstone_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/sandstone_top", + "top": "minecraft:block/sandstone_top", + "side": "minecraft:block/sandstone_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/smooth_sandstone_stairs_inner.json b/1.17.1/assets/minecraft/models/block/smooth_sandstone_stairs_inner.json new file mode 100644 index 00000000..4dc42150 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/smooth_sandstone_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/sandstone_top", + "top": "minecraft:block/sandstone_top", + "side": "minecraft:block/sandstone_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/smooth_sandstone_stairs_outer.json b/1.17.1/assets/minecraft/models/block/smooth_sandstone_stairs_outer.json new file mode 100644 index 00000000..9dfc6e4f --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/smooth_sandstone_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/sandstone_top", + "top": "minecraft:block/sandstone_top", + "side": "minecraft:block/sandstone_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/smooth_stone.json b/1.17.1/assets/minecraft/models/block/smooth_stone.json new file mode 100644 index 00000000..54595f0c --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/smooth_stone.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/smooth_stone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/smooth_stone_slab.json b/1.17.1/assets/minecraft/models/block/smooth_stone_slab.json new file mode 100644 index 00000000..09230ac8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/smooth_stone_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/smooth_stone", + "top": "minecraft:block/smooth_stone", + "side": "minecraft:block/smooth_stone_slab_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/smooth_stone_slab_double.json b/1.17.1/assets/minecraft/models/block/smooth_stone_slab_double.json new file mode 100644 index 00000000..f937d93d --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/smooth_stone_slab_double.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/smooth_stone", + "side": "minecraft:block/smooth_stone_slab_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/smooth_stone_slab_top.json b/1.17.1/assets/minecraft/models/block/smooth_stone_slab_top.json new file mode 100644 index 00000000..3041639b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/smooth_stone_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/smooth_stone", + "top": "minecraft:block/smooth_stone", + "side": "minecraft:block/smooth_stone_slab_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/snow_block.json b/1.17.1/assets/minecraft/models/block/snow_block.json new file mode 100644 index 00000000..c6c8096c --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/snow_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/snow" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/snow_height10.json b/1.17.1/assets/minecraft/models/block/snow_height10.json new file mode 100644 index 00000000..dd72cc9e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/snow_height10.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "block/snow", + "texture": "block/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 10, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 6, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 6, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 6, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 6, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/snow_height12.json b/1.17.1/assets/minecraft/models/block/snow_height12.json new file mode 100644 index 00000000..bdce96c0 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/snow_height12.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "block/snow", + "texture": "block/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 12, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 4, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 4, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 4, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 4, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/snow_height14.json b/1.17.1/assets/minecraft/models/block/snow_height14.json new file mode 100644 index 00000000..30e1d888 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/snow_height14.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "block/snow", + "texture": "block/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 14, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 2, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 2, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 2, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 2, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/snow_height2.json b/1.17.1/assets/minecraft/models/block/snow_height2.json new file mode 100644 index 00000000..de13fc62 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/snow_height2.json @@ -0,0 +1,19 @@ +{ "parent": "block/thin_block", + "textures": { + "particle": "block/snow", + "texture": "block/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 2, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 14, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 14, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 14, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 14, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/snow_height4.json b/1.17.1/assets/minecraft/models/block/snow_height4.json new file mode 100644 index 00000000..650692c5 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/snow_height4.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "block/snow", + "texture": "block/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 4, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 12, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 12, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 12, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 12, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/snow_height6.json b/1.17.1/assets/minecraft/models/block/snow_height6.json new file mode 100644 index 00000000..32468b9b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/snow_height6.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "block/snow", + "texture": "block/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 6, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 10, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 10, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 10, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 10, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/snow_height8.json b/1.17.1/assets/minecraft/models/block/snow_height8.json new file mode 100644 index 00000000..53d22828 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/snow_height8.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "block/snow", + "texture": "block/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 8, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 8, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 8, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 8, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 8, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/soul_campfire.json b/1.17.1/assets/minecraft/models/block/soul_campfire.json new file mode 100644 index 00000000..d3097b59 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/soul_campfire.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_campfire", + "textures": { + "fire": "minecraft:block/soul_campfire_fire", + "lit_log": "minecraft:block/soul_campfire_log_lit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/soul_fire_floor0.json b/1.17.1/assets/minecraft/models/block/soul_fire_floor0.json new file mode 100644 index 00000000..5623972e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/soul_fire_floor0.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fire_floor", + "textures": { + "fire": "minecraft:block/soul_fire_0" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/soul_fire_floor1.json b/1.17.1/assets/minecraft/models/block/soul_fire_floor1.json new file mode 100644 index 00000000..19228ef1 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/soul_fire_floor1.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fire_floor", + "textures": { + "fire": "minecraft:block/soul_fire_1" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/soul_fire_side0.json b/1.17.1/assets/minecraft/models/block/soul_fire_side0.json new file mode 100644 index 00000000..253bac58 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/soul_fire_side0.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fire_side", + "textures": { + "fire": "minecraft:block/soul_fire_0" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/soul_fire_side1.json b/1.17.1/assets/minecraft/models/block/soul_fire_side1.json new file mode 100644 index 00000000..be0004a3 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/soul_fire_side1.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fire_side", + "textures": { + "fire": "minecraft:block/soul_fire_1" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/soul_fire_side_alt0.json b/1.17.1/assets/minecraft/models/block/soul_fire_side_alt0.json new file mode 100644 index 00000000..adb4cff6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/soul_fire_side_alt0.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fire_side_alt", + "textures": { + "fire": "minecraft:block/soul_fire_0" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/soul_fire_side_alt1.json b/1.17.1/assets/minecraft/models/block/soul_fire_side_alt1.json new file mode 100644 index 00000000..3e6e709a --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/soul_fire_side_alt1.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fire_side_alt", + "textures": { + "fire": "minecraft:block/soul_fire_1" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/soul_lantern.json b/1.17.1/assets/minecraft/models/block/soul_lantern.json new file mode 100644 index 00000000..6a0a0e99 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/soul_lantern.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_lantern", + "textures": { + "lantern": "minecraft:block/soul_lantern" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/soul_lantern_hanging.json b/1.17.1/assets/minecraft/models/block/soul_lantern_hanging.json new file mode 100644 index 00000000..8aa725b2 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/soul_lantern_hanging.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_hanging_lantern", + "textures": { + "lantern": "minecraft:block/soul_lantern" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/soul_sand.json b/1.17.1/assets/minecraft/models/block/soul_sand.json new file mode 100644 index 00000000..ca623542 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/soul_sand.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/soul_sand" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/soul_soil.json b/1.17.1/assets/minecraft/models/block/soul_soil.json new file mode 100644 index 00000000..73a888f6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/soul_soil.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/soul_soil" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/soul_torch.json b/1.17.1/assets/minecraft/models/block/soul_torch.json new file mode 100644 index 00000000..275d76e2 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/soul_torch.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_torch", + "textures": { + "torch": "minecraft:block/soul_torch" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/soul_wall_torch.json b/1.17.1/assets/minecraft/models/block/soul_wall_torch.json new file mode 100644 index 00000000..22b9e9ed --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/soul_wall_torch.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_torch_wall", + "textures": { + "torch": "minecraft:block/soul_torch" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/spawner.json b/1.17.1/assets/minecraft/models/block/spawner.json new file mode 100644 index 00000000..ab373b99 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/spawner.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/spawner" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/sponge.json b/1.17.1/assets/minecraft/models/block/sponge.json new file mode 100644 index 00000000..93acf885 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/sponge.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/sponge" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/spore_blossom.json b/1.17.1/assets/minecraft/models/block/spore_blossom.json new file mode 100644 index 00000000..b11ad8d5 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/spore_blossom.json @@ -0,0 +1,54 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/spore_blossom", + "flower": "block/spore_blossom", + "base": "block/spore_blossom_base" + }, + "elements": [ + { "from": [ 1, 15.9, 1 ], + "to": [ 15, 15.9, 15 ], + "shade": false, + "faces": { + "up": { "uv": [ 1, 1, 15, 15 ], "texture": "#base"}, + "down": { "uv": [ 1, 1, 15, 15 ], "texture": "#base"} + } + }, + { "from": [ 8, 15.7, 0 ], + "to": [ 24, 15.7, 16 ], + "rotation": { "origin": [ 8, 16, 0 ], "axis": "z", "angle": -22.5, "rescale": false }, + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#flower", "rotation": 90 }, + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#flower", "rotation": 270 } + } + }, + { "from": [ -8, 15.7, 0 ], + "to": [ 8, 15.7, 16 ], + "rotation": { "origin": [ 8, 16, 0 ], "axis": "z", "angle": 22.5, "rescale": false }, + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#flower", "rotation": 270 }, + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#flower", "rotation": 90 } + } + }, + { "from": [ 0, 15.7, 8 ], + "to": [ 16, 15.7, 24 ], + "rotation": { "origin": [ 0, 16, 8 ], "axis": "x", "angle": 22.5, "rescale": false }, + "shade": false, + "faces": { + "up": { "uv": [ 16, 16, 0, 0 ], "texture": "#flower" }, + "down": { "uv": [ 16, 0, 0, 16 ], "texture": "#flower" } + } + }, + { "from": [ 0, 15.7, -8 ], + "to": [ 16, 15.7, 8 ], + "rotation": { "origin": [ 0, 16, 8 ], "axis": "x", "angle": -22.5, "rescale": false }, + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#flower" }, + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#flower" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/spruce_button.json b/1.17.1/assets/minecraft/models/block/spruce_button.json new file mode 100644 index 00000000..7c86fded --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/spruce_button.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/button", + "textures": { + "texture": "minecraft:block/spruce_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/spruce_button_inventory.json b/1.17.1/assets/minecraft/models/block/spruce_button_inventory.json new file mode 100644 index 00000000..372657bb --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/spruce_button_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/button_inventory", + "textures": { + "texture": "minecraft:block/spruce_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/spruce_button_pressed.json b/1.17.1/assets/minecraft/models/block/spruce_button_pressed.json new file mode 100644 index 00000000..da881755 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/spruce_button_pressed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/button_pressed", + "textures": { + "texture": "minecraft:block/spruce_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/spruce_door_bottom.json b/1.17.1/assets/minecraft/models/block/spruce_door_bottom.json new file mode 100644 index 00000000..1a27b7f2 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/spruce_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_bottom", + "textures": { + "top": "minecraft:block/spruce_door_top", + "bottom": "minecraft:block/spruce_door_bottom" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/spruce_door_bottom_hinge.json b/1.17.1/assets/minecraft/models/block/spruce_door_bottom_hinge.json new file mode 100644 index 00000000..109429cb --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/spruce_door_bottom_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_bottom_rh", + "textures": { + "top": "minecraft:block/spruce_door_top", + "bottom": "minecraft:block/spruce_door_bottom" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/spruce_door_top.json b/1.17.1/assets/minecraft/models/block/spruce_door_top.json new file mode 100644 index 00000000..494940e7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/spruce_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_top", + "textures": { + "top": "minecraft:block/spruce_door_top", + "bottom": "minecraft:block/spruce_door_bottom" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/spruce_door_top_hinge.json b/1.17.1/assets/minecraft/models/block/spruce_door_top_hinge.json new file mode 100644 index 00000000..d68a2cc3 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/spruce_door_top_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_top_rh", + "textures": { + "top": "minecraft:block/spruce_door_top", + "bottom": "minecraft:block/spruce_door_bottom" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/spruce_fence_gate.json b/1.17.1/assets/minecraft/models/block/spruce_fence_gate.json new file mode 100644 index 00000000..ed324b64 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/spruce_fence_gate.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fence_gate", + "textures": { + "texture": "minecraft:block/spruce_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/spruce_fence_gate_open.json b/1.17.1/assets/minecraft/models/block/spruce_fence_gate_open.json new file mode 100644 index 00000000..e6308346 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/spruce_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fence_gate_open", + "textures": { + "texture": "minecraft:block/spruce_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/spruce_fence_gate_wall.json b/1.17.1/assets/minecraft/models/block/spruce_fence_gate_wall.json new file mode 100644 index 00000000..05914db0 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/spruce_fence_gate_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fence_gate_wall", + "textures": { + "texture": "minecraft:block/spruce_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/spruce_fence_gate_wall_open.json b/1.17.1/assets/minecraft/models/block/spruce_fence_gate_wall_open.json new file mode 100644 index 00000000..08e41a5b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/spruce_fence_gate_wall_open.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fence_gate_wall_open", + "textures": { + "texture": "minecraft:block/spruce_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/spruce_fence_inventory.json b/1.17.1/assets/minecraft/models/block/spruce_fence_inventory.json new file mode 100644 index 00000000..041d3d29 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/spruce_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/fence_inventory", + "textures": { + "texture": "minecraft:block/spruce_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/spruce_fence_post.json b/1.17.1/assets/minecraft/models/block/spruce_fence_post.json new file mode 100644 index 00000000..fb0f1dbd --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/spruce_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/fence_post", + "textures": { + "texture": "minecraft:block/spruce_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/spruce_fence_side.json b/1.17.1/assets/minecraft/models/block/spruce_fence_side.json new file mode 100644 index 00000000..3ad6ffc0 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/spruce_fence_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/fence_side", + "textures": { + "texture": "minecraft:block/spruce_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/spruce_leaves.json b/1.17.1/assets/minecraft/models/block/spruce_leaves.json new file mode 100644 index 00000000..fe8ae0dd --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/spruce_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/leaves", + "textures": { + "all": "minecraft:block/spruce_leaves" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/spruce_log.json b/1.17.1/assets/minecraft/models/block/spruce_log.json new file mode 100644 index 00000000..85aa8907 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/spruce_log.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/spruce_log_top", + "side": "minecraft:block/spruce_log" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/spruce_log_horizontal.json b/1.17.1/assets/minecraft/models/block/spruce_log_horizontal.json new file mode 100644 index 00000000..9a7e4aad --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/spruce_log_horizontal.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column_horizontal", + "textures": { + "end": "minecraft:block/spruce_log_top", + "side": "minecraft:block/spruce_log" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/spruce_planks.json b/1.17.1/assets/minecraft/models/block/spruce_planks.json new file mode 100644 index 00000000..1345a140 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/spruce_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/spruce_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/spruce_pressure_plate.json b/1.17.1/assets/minecraft/models/block/spruce_pressure_plate.json new file mode 100644 index 00000000..89e7400e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/spruce_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/pressure_plate_up", + "textures": { + "texture": "minecraft:block/spruce_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/spruce_pressure_plate_down.json b/1.17.1/assets/minecraft/models/block/spruce_pressure_plate_down.json new file mode 100644 index 00000000..8fb289a8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/spruce_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/pressure_plate_down", + "textures": { + "texture": "minecraft:block/spruce_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/spruce_sapling.json b/1.17.1/assets/minecraft/models/block/spruce_sapling.json new file mode 100644 index 00000000..99c270a2 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/spruce_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/spruce_sapling" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/spruce_sign.json b/1.17.1/assets/minecraft/models/block/spruce_sign.json new file mode 100644 index 00000000..d4f03b2e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/spruce_sign.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "minecraft:block/spruce_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/spruce_slab.json b/1.17.1/assets/minecraft/models/block/spruce_slab.json new file mode 100644 index 00000000..abe07593 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/spruce_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/spruce_planks", + "top": "minecraft:block/spruce_planks", + "side": "minecraft:block/spruce_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/spruce_slab_top.json b/1.17.1/assets/minecraft/models/block/spruce_slab_top.json new file mode 100644 index 00000000..85557536 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/spruce_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/spruce_planks", + "top": "minecraft:block/spruce_planks", + "side": "minecraft:block/spruce_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/spruce_stairs.json b/1.17.1/assets/minecraft/models/block/spruce_stairs.json new file mode 100644 index 00000000..5a5b84c4 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/spruce_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/spruce_planks", + "top": "minecraft:block/spruce_planks", + "side": "minecraft:block/spruce_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/spruce_stairs_inner.json b/1.17.1/assets/minecraft/models/block/spruce_stairs_inner.json new file mode 100644 index 00000000..a57514d8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/spruce_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/spruce_planks", + "top": "minecraft:block/spruce_planks", + "side": "minecraft:block/spruce_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/spruce_stairs_outer.json b/1.17.1/assets/minecraft/models/block/spruce_stairs_outer.json new file mode 100644 index 00000000..1518181f --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/spruce_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/spruce_planks", + "top": "minecraft:block/spruce_planks", + "side": "minecraft:block/spruce_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/spruce_trapdoor_bottom.json b/1.17.1/assets/minecraft/models/block/spruce_trapdoor_bottom.json new file mode 100644 index 00000000..b5dacb63 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/spruce_trapdoor_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_orientable_trapdoor_bottom", + "textures": { + "texture": "minecraft:block/spruce_trapdoor" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/spruce_trapdoor_open.json b/1.17.1/assets/minecraft/models/block/spruce_trapdoor_open.json new file mode 100644 index 00000000..f8b61984 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/spruce_trapdoor_open.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_orientable_trapdoor_open", + "textures": { + "texture": "minecraft:block/spruce_trapdoor" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/spruce_trapdoor_top.json b/1.17.1/assets/minecraft/models/block/spruce_trapdoor_top.json new file mode 100644 index 00000000..11589722 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/spruce_trapdoor_top.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_orientable_trapdoor_top", + "textures": { + "texture": "minecraft:block/spruce_trapdoor" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/spruce_wood.json b/1.17.1/assets/minecraft/models/block/spruce_wood.json new file mode 100644 index 00000000..244a9d5a --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/spruce_wood.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/spruce_log", + "side": "minecraft:block/spruce_log" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/stairs.json b/1.17.1/assets/minecraft/models/block/stairs.json new file mode 100644 index 00000000..986ce9c6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/stairs.json @@ -0,0 +1,45 @@ +{ "parent": "block/block", + "display": { + "gui": { + "rotation": [ 30, 135, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 0.625, 0.625, 0.625 ] + }, + "head": { + "rotation": [ 0, -90, 0 ], + "translation": [ 0, 0, 0 ], + "scale": [ 1, 1, 1 ] + }, + "thirdperson_lefthand": { + "rotation": [ 75, -135, 0 ], + "translation": [ 0, 2.5, 0], + "scale": [ 0.375, 0.375, 0.375 ] + } + }, + "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": { + "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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/stem_fruit.json b/1.17.1/assets/minecraft/models/block/stem_fruit.json new file mode 100644 index 00000000..86d59c66 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/stem_fruit.json @@ -0,0 +1,31 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 7, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 8 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 8 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 7, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 8 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 8 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 8 ], + "to": [ 9, 16, 8 ], + "faces": { + "north": { "uv": [ 9, 0, 0, 16 ], "texture": "#upperstem", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 9, 16 ], "texture": "#upperstem", "tintindex": 0 } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/stem_growth0.json b/1.17.1/assets/minecraft/models/block/stem_growth0.json new file mode 100644 index 00000000..6e977315 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/stem_growth0.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 1, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 2 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 2 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 1, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 2 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 2 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/stem_growth1.json b/1.17.1/assets/minecraft/models/block/stem_growth1.json new file mode 100644 index 00000000..ea97f754 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/stem_growth1.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 3, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 4 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 4 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 3, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 4 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 4 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/stem_growth2.json b/1.17.1/assets/minecraft/models/block/stem_growth2.json new file mode 100644 index 00000000..4ab6f4c2 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/stem_growth2.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 5, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 6 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 6 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 5, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 6 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 6 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/stem_growth3.json b/1.17.1/assets/minecraft/models/block/stem_growth3.json new file mode 100644 index 00000000..542a8205 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/stem_growth3.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 7, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 8 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 8 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 7, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 8 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 8 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/stem_growth4.json b/1.17.1/assets/minecraft/models/block/stem_growth4.json new file mode 100644 index 00000000..77befceb --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/stem_growth4.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 9, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 10 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 10 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 9, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 10 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 10 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/stem_growth5.json b/1.17.1/assets/minecraft/models/block/stem_growth5.json new file mode 100644 index 00000000..678450e6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/stem_growth5.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 11, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 12 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 12 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 11, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 12 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 12 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/stem_growth6.json b/1.17.1/assets/minecraft/models/block/stem_growth6.json new file mode 100644 index 00000000..523974e2 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/stem_growth6.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 13, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 14 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 14 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 13, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 14 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 14 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/stem_growth7.json b/1.17.1/assets/minecraft/models/block/stem_growth7.json new file mode 100644 index 00000000..bd4f9d18 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/stem_growth7.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 15, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 16 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 15, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 16 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/sticky_piston.json b/1.17.1/assets/minecraft/models/block/sticky_piston.json new file mode 100644 index 00000000..aa3a5928 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/sticky_piston.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/template_piston", + "textures": { + "platform": "minecraft:block/piston_top_sticky", + "bottom": "minecraft:block/piston_bottom", + "side": "minecraft:block/piston_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/sticky_piston_inventory.json b/1.17.1/assets/minecraft/models/block/sticky_piston_inventory.json new file mode 100644 index 00000000..dc7de86c --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/sticky_piston_inventory.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/cube_bottom_top", + "textures": { + "top": "minecraft:block/piston_top_sticky", + "bottom": "minecraft:block/piston_bottom", + "side": "minecraft:block/piston_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/stone.json b/1.17.1/assets/minecraft/models/block/stone.json new file mode 100644 index 00000000..1a2f6a79 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/stone.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/stone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/stone_brick_slab.json b/1.17.1/assets/minecraft/models/block/stone_brick_slab.json new file mode 100644 index 00000000..18ca6235 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/stone_brick_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/stone_bricks", + "top": "minecraft:block/stone_bricks", + "side": "minecraft:block/stone_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/stone_brick_slab_top.json b/1.17.1/assets/minecraft/models/block/stone_brick_slab_top.json new file mode 100644 index 00000000..6cdf7c63 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/stone_brick_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/stone_bricks", + "top": "minecraft:block/stone_bricks", + "side": "minecraft:block/stone_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/stone_brick_stairs.json b/1.17.1/assets/minecraft/models/block/stone_brick_stairs.json new file mode 100644 index 00000000..6698a9f0 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/stone_brick_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/stone_bricks", + "top": "minecraft:block/stone_bricks", + "side": "minecraft:block/stone_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/stone_brick_stairs_inner.json b/1.17.1/assets/minecraft/models/block/stone_brick_stairs_inner.json new file mode 100644 index 00000000..11a4f3bf --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/stone_brick_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/stone_bricks", + "top": "minecraft:block/stone_bricks", + "side": "minecraft:block/stone_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/stone_brick_stairs_outer.json b/1.17.1/assets/minecraft/models/block/stone_brick_stairs_outer.json new file mode 100644 index 00000000..0cbfaf9c --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/stone_brick_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/stone_bricks", + "top": "minecraft:block/stone_bricks", + "side": "minecraft:block/stone_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/stone_brick_wall_inventory.json b/1.17.1/assets/minecraft/models/block/stone_brick_wall_inventory.json new file mode 100644 index 00000000..b15051bc --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/stone_brick_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/wall_inventory", + "textures": { + "wall": "minecraft:block/stone_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/stone_brick_wall_post.json b/1.17.1/assets/minecraft/models/block/stone_brick_wall_post.json new file mode 100644 index 00000000..47ee222a --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/stone_brick_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_post", + "textures": { + "wall": "minecraft:block/stone_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/stone_brick_wall_side.json b/1.17.1/assets/minecraft/models/block/stone_brick_wall_side.json new file mode 100644 index 00000000..86d914b4 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/stone_brick_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side", + "textures": { + "wall": "minecraft:block/stone_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/stone_brick_wall_side_tall.json b/1.17.1/assets/minecraft/models/block/stone_brick_wall_side_tall.json new file mode 100644 index 00000000..6dd8aa44 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/stone_brick_wall_side_tall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_wall_side_tall", + "textures": { + "wall": "minecraft:block/stone_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/stone_bricks.json b/1.17.1/assets/minecraft/models/block/stone_bricks.json new file mode 100644 index 00000000..87f6bbe0 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/stone_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/stone_bricks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/stone_button.json b/1.17.1/assets/minecraft/models/block/stone_button.json new file mode 100644 index 00000000..42d1cc4d --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/stone_button.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/button", + "textures": { + "texture": "minecraft:block/stone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/stone_button_inventory.json b/1.17.1/assets/minecraft/models/block/stone_button_inventory.json new file mode 100644 index 00000000..ffee63f2 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/stone_button_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/button_inventory", + "textures": { + "texture": "minecraft:block/stone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/stone_button_pressed.json b/1.17.1/assets/minecraft/models/block/stone_button_pressed.json new file mode 100644 index 00000000..4606dfa0 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/stone_button_pressed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/button_pressed", + "textures": { + "texture": "minecraft:block/stone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/stone_mirrored.json b/1.17.1/assets/minecraft/models/block/stone_mirrored.json new file mode 100644 index 00000000..3cf2cb6d --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/stone_mirrored.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_mirrored_all", + "textures": { + "all": "minecraft:block/stone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/stone_pressure_plate.json b/1.17.1/assets/minecraft/models/block/stone_pressure_plate.json new file mode 100644 index 00000000..98b53783 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/stone_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/pressure_plate_up", + "textures": { + "texture": "minecraft:block/stone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/stone_pressure_plate_down.json b/1.17.1/assets/minecraft/models/block/stone_pressure_plate_down.json new file mode 100644 index 00000000..ff0d176c --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/stone_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/pressure_plate_down", + "textures": { + "texture": "minecraft:block/stone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/stone_slab.json b/1.17.1/assets/minecraft/models/block/stone_slab.json new file mode 100644 index 00000000..b15242ac --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/stone_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/stone", + "top": "minecraft:block/stone", + "side": "minecraft:block/stone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/stone_slab_top.json b/1.17.1/assets/minecraft/models/block/stone_slab_top.json new file mode 100644 index 00000000..40c74aa9 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/stone_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/stone", + "top": "minecraft:block/stone", + "side": "minecraft:block/stone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/stone_stairs.json b/1.17.1/assets/minecraft/models/block/stone_stairs.json new file mode 100644 index 00000000..0c9ca093 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/stone_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/stone", + "top": "minecraft:block/stone", + "side": "minecraft:block/stone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/stone_stairs_inner.json b/1.17.1/assets/minecraft/models/block/stone_stairs_inner.json new file mode 100644 index 00000000..321253f7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/stone_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/stone", + "top": "minecraft:block/stone", + "side": "minecraft:block/stone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/stone_stairs_outer.json b/1.17.1/assets/minecraft/models/block/stone_stairs_outer.json new file mode 100644 index 00000000..e3d5fe4c --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/stone_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/stone", + "top": "minecraft:block/stone", + "side": "minecraft:block/stone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/stonecutter.json b/1.17.1/assets/minecraft/models/block/stonecutter.json new file mode 100644 index 00000000..b89f0aaa --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/stonecutter.json @@ -0,0 +1,29 @@ +{ "parent": "block/block", + "textures": { + "particle": "block/stonecutter_bottom", + "bottom": "block/stonecutter_bottom", + "top": "block/stonecutter_top", + "side": "block/stonecutter_side", + "saw": "block/stonecutter_saw" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 9, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 0, 7, 16, 16 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 0, 7, 16, 16 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 7, 16, 16 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 7, 16, 16 ], "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 1, 9, 8 ], + "to": [ 15, 16, 8 ], + "faces": { + "north": { "uv": [ 1, 9, 15, 16 ], "texture": "#saw", "tintindex": 0 }, + "south": { "uv": [ 15, 9, 1, 16 ], "texture": "#saw", "tintindex": 0 } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/stripped_acacia_log.json b/1.17.1/assets/minecraft/models/block/stripped_acacia_log.json new file mode 100644 index 00000000..54d47b63 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/stripped_acacia_log.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/stripped_acacia_log_top", + "side": "minecraft:block/stripped_acacia_log" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/stripped_acacia_log_horizontal.json b/1.17.1/assets/minecraft/models/block/stripped_acacia_log_horizontal.json new file mode 100644 index 00000000..454c86b5 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/stripped_acacia_log_horizontal.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column_horizontal", + "textures": { + "end": "minecraft:block/stripped_acacia_log_top", + "side": "minecraft:block/stripped_acacia_log" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/stripped_acacia_wood.json b/1.17.1/assets/minecraft/models/block/stripped_acacia_wood.json new file mode 100644 index 00000000..1583b0d5 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/stripped_acacia_wood.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/stripped_acacia_log", + "side": "minecraft:block/stripped_acacia_log" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/stripped_birch_log.json b/1.17.1/assets/minecraft/models/block/stripped_birch_log.json new file mode 100644 index 00000000..d7e395a7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/stripped_birch_log.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/stripped_birch_log_top", + "side": "minecraft:block/stripped_birch_log" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/stripped_birch_log_horizontal.json b/1.17.1/assets/minecraft/models/block/stripped_birch_log_horizontal.json new file mode 100644 index 00000000..6f62e421 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/stripped_birch_log_horizontal.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column_horizontal", + "textures": { + "end": "minecraft:block/stripped_birch_log_top", + "side": "minecraft:block/stripped_birch_log" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/stripped_birch_wood.json b/1.17.1/assets/minecraft/models/block/stripped_birch_wood.json new file mode 100644 index 00000000..4faf78e3 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/stripped_birch_wood.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/stripped_birch_log", + "side": "minecraft:block/stripped_birch_log" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/stripped_crimson_hyphae.json b/1.17.1/assets/minecraft/models/block/stripped_crimson_hyphae.json new file mode 100644 index 00000000..cbc86c4d --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/stripped_crimson_hyphae.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/stripped_crimson_stem", + "side": "minecraft:block/stripped_crimson_stem" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/stripped_crimson_stem.json b/1.17.1/assets/minecraft/models/block/stripped_crimson_stem.json new file mode 100644 index 00000000..8104f731 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/stripped_crimson_stem.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/stripped_crimson_stem_top", + "side": "minecraft:block/stripped_crimson_stem" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/stripped_dark_oak_log.json b/1.17.1/assets/minecraft/models/block/stripped_dark_oak_log.json new file mode 100644 index 00000000..fa1dedea --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/stripped_dark_oak_log.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/stripped_dark_oak_log_top", + "side": "minecraft:block/stripped_dark_oak_log" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/stripped_dark_oak_log_horizontal.json b/1.17.1/assets/minecraft/models/block/stripped_dark_oak_log_horizontal.json new file mode 100644 index 00000000..c4e5e432 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/stripped_dark_oak_log_horizontal.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column_horizontal", + "textures": { + "end": "minecraft:block/stripped_dark_oak_log_top", + "side": "minecraft:block/stripped_dark_oak_log" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/stripped_dark_oak_wood.json b/1.17.1/assets/minecraft/models/block/stripped_dark_oak_wood.json new file mode 100644 index 00000000..1ca9d015 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/stripped_dark_oak_wood.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/stripped_dark_oak_log", + "side": "minecraft:block/stripped_dark_oak_log" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/stripped_jungle_log.json b/1.17.1/assets/minecraft/models/block/stripped_jungle_log.json new file mode 100644 index 00000000..d40694df --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/stripped_jungle_log.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/stripped_jungle_log_top", + "side": "minecraft:block/stripped_jungle_log" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/stripped_jungle_log_horizontal.json b/1.17.1/assets/minecraft/models/block/stripped_jungle_log_horizontal.json new file mode 100644 index 00000000..0dd48d1c --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/stripped_jungle_log_horizontal.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column_horizontal", + "textures": { + "end": "minecraft:block/stripped_jungle_log_top", + "side": "minecraft:block/stripped_jungle_log" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/stripped_jungle_wood.json b/1.17.1/assets/minecraft/models/block/stripped_jungle_wood.json new file mode 100644 index 00000000..f4b0fe76 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/stripped_jungle_wood.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/stripped_jungle_log", + "side": "minecraft:block/stripped_jungle_log" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/stripped_oak_log.json b/1.17.1/assets/minecraft/models/block/stripped_oak_log.json new file mode 100644 index 00000000..4b3fc057 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/stripped_oak_log.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/stripped_oak_log_top", + "side": "minecraft:block/stripped_oak_log" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/stripped_oak_log_horizontal.json b/1.17.1/assets/minecraft/models/block/stripped_oak_log_horizontal.json new file mode 100644 index 00000000..a1163f03 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/stripped_oak_log_horizontal.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column_horizontal", + "textures": { + "end": "minecraft:block/stripped_oak_log_top", + "side": "minecraft:block/stripped_oak_log" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/stripped_oak_wood.json b/1.17.1/assets/minecraft/models/block/stripped_oak_wood.json new file mode 100644 index 00000000..554325dd --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/stripped_oak_wood.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/stripped_oak_log", + "side": "minecraft:block/stripped_oak_log" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/stripped_spruce_log.json b/1.17.1/assets/minecraft/models/block/stripped_spruce_log.json new file mode 100644 index 00000000..665bd31b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/stripped_spruce_log.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/stripped_spruce_log_top", + "side": "minecraft:block/stripped_spruce_log" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/stripped_spruce_log_horizontal.json b/1.17.1/assets/minecraft/models/block/stripped_spruce_log_horizontal.json new file mode 100644 index 00000000..7a4c1139 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/stripped_spruce_log_horizontal.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column_horizontal", + "textures": { + "end": "minecraft:block/stripped_spruce_log_top", + "side": "minecraft:block/stripped_spruce_log" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/stripped_spruce_wood.json b/1.17.1/assets/minecraft/models/block/stripped_spruce_wood.json new file mode 100644 index 00000000..6c96a668 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/stripped_spruce_wood.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/stripped_spruce_log", + "side": "minecraft:block/stripped_spruce_log" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/stripped_warped_hyphae.json b/1.17.1/assets/minecraft/models/block/stripped_warped_hyphae.json new file mode 100644 index 00000000..fa055c37 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/stripped_warped_hyphae.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/stripped_warped_stem", + "side": "minecraft:block/stripped_warped_stem" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/stripped_warped_stem.json b/1.17.1/assets/minecraft/models/block/stripped_warped_stem.json new file mode 100644 index 00000000..adcfb554 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/stripped_warped_stem.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/stripped_warped_stem_top", + "side": "minecraft:block/stripped_warped_stem" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/structure_block.json b/1.17.1/assets/minecraft/models/block/structure_block.json new file mode 100644 index 00000000..ab31c0ae --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/structure_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/structure_block" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/structure_block_corner.json b/1.17.1/assets/minecraft/models/block/structure_block_corner.json new file mode 100644 index 00000000..d5522e3b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/structure_block_corner.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/structure_block_corner" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/structure_block_data.json b/1.17.1/assets/minecraft/models/block/structure_block_data.json new file mode 100644 index 00000000..a0e707f6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/structure_block_data.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/structure_block_data" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/structure_block_load.json b/1.17.1/assets/minecraft/models/block/structure_block_load.json new file mode 100644 index 00000000..80e3237b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/structure_block_load.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/structure_block_load" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/structure_block_save.json b/1.17.1/assets/minecraft/models/block/structure_block_save.json new file mode 100644 index 00000000..7e6967ac --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/structure_block_save.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/structure_block_save" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/structure_void.json b/1.17.1/assets/minecraft/models/block/structure_void.json new file mode 100644 index 00000000..7003f085 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/structure_void.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "minecraft:item/structure_void" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/sugar_cane.json b/1.17.1/assets/minecraft/models/block/sugar_cane.json new file mode 100644 index 00000000..c4092853 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/sugar_cane.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/tinted_cross", + "textures": { + "cross": "minecraft:block/sugar_cane" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/sunflower_bottom.json b/1.17.1/assets/minecraft/models/block/sunflower_bottom.json new file mode 100644 index 00000000..f9b91c41 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/sunflower_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/sunflower_bottom" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/sunflower_top.json b/1.17.1/assets/minecraft/models/block/sunflower_top.json new file mode 100644 index 00000000..f98a1802 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/sunflower_top.json @@ -0,0 +1,53 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/sunflower_front", + "cross": "block/sunflower_top", + "back": "block/sunflower_back", + "front": "block/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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/sweet_berry_bush_stage0.json b/1.17.1/assets/minecraft/models/block/sweet_berry_bush_stage0.json new file mode 100644 index 00000000..35d51667 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/sweet_berry_bush_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/sweet_berry_bush_stage0" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/sweet_berry_bush_stage1.json b/1.17.1/assets/minecraft/models/block/sweet_berry_bush_stage1.json new file mode 100644 index 00000000..af18f15b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/sweet_berry_bush_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/sweet_berry_bush_stage1" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/sweet_berry_bush_stage2.json b/1.17.1/assets/minecraft/models/block/sweet_berry_bush_stage2.json new file mode 100644 index 00000000..d1227845 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/sweet_berry_bush_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/sweet_berry_bush_stage2" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/sweet_berry_bush_stage3.json b/1.17.1/assets/minecraft/models/block/sweet_berry_bush_stage3.json new file mode 100644 index 00000000..9625d2da --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/sweet_berry_bush_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/sweet_berry_bush_stage3" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/tall_grass_bottom.json b/1.17.1/assets/minecraft/models/block/tall_grass_bottom.json new file mode 100644 index 00000000..aedd5f4f --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/tall_grass_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/tinted_cross", + "textures": { + "cross": "minecraft:block/tall_grass_bottom" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/tall_grass_top.json b/1.17.1/assets/minecraft/models/block/tall_grass_top.json new file mode 100644 index 00000000..ca1f32dd --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/tall_grass_top.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/tinted_cross", + "textures": { + "cross": "minecraft:block/tall_grass_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/tall_seagrass_bottom.json b/1.17.1/assets/minecraft/models/block/tall_seagrass_bottom.json new file mode 100644 index 00000000..84613667 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/tall_seagrass_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_seagrass", + "textures": { + "texture": "minecraft:block/tall_seagrass_bottom" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/tall_seagrass_top.json b/1.17.1/assets/minecraft/models/block/tall_seagrass_top.json new file mode 100644 index 00000000..ce30eefc --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/tall_seagrass_top.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_seagrass", + "textures": { + "texture": "minecraft:block/tall_seagrass_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/target.json b/1.17.1/assets/minecraft/models/block/target.json new file mode 100644 index 00000000..061cd788 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/target.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/target_top", + "side": "minecraft:block/target_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/template_anvil.json b/1.17.1/assets/minecraft/models/block/template_anvil.json new file mode 100644 index 00000000..195ede53 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/template_anvil.json @@ -0,0 +1,60 @@ +{ "parent": "block/block", + "textures": { + "particle": "block/anvil", + "body": "block/anvil" + }, + "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": { + "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": { + "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 } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/template_azalea.json b/1.17.1/assets/minecraft/models/block/template_azalea.json new file mode 100644 index 00000000..77a11fec --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/template_azalea.json @@ -0,0 +1,61 @@ +{ + "parent": "block/block", + "ambientocclusion": false, + "textures": { + "particle": "block/azalea_plant", + "plant": "block/azalea_plant" + }, + "elements": [ + { "from": [ 0, 16, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#top" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top", "cullface": "up" } + } + }, + { "from": [ 0, 5, 0 ], + "to": [ 16, 16, 0.01 ], + "faces": { + "north": { "uv": [ 0, 0, 16, 11 ], "texture": "#side", "cullface": "north"}, + "south": { "uv": [ 16, 0, 0, 11 ], "texture": "#side"} + } + }, + { "from": [ 0, 5, 15.99 ], + "to": [ 16, 16, 16 ], + "faces": { + "north": { "uv": [ 16, 0, 0, 11 ], "texture": "#side"}, + "south": { "uv": [ 0, 0, 16, 11 ], "texture": "#side", "cullface": "south"} + } + }, + { "from": [ 0, 5, 0 ], + "to": [ 0.01, 16, 16 ], + "faces": { + "west": { "uv": [ 0, 0, 16, 11 ], "texture": "#side", "cullface": "west"}, + "east": { "uv": [ 16, 0, 0, 11 ], "texture": "#side"} + } + }, + { "from": [ 15.99, 5, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "west": { "uv": [ 16, 0, 0, 11 ], "texture": "#side"}, + "east": { "uv": [ 0, 0, 16, 11 ], "texture": "#side", "cullface": "east"} + } + }, + { "from": [ 0.1, 0, 8 ], + "to": [ 15.9, 15.9, 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, 0, 0.1 ], + "to": [ 8, 15.9, 15.9 ], + "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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/template_cake_with_candle.json b/1.17.1/assets/minecraft/models/block/template_cake_with_candle.json new file mode 100644 index 00000000..82a6ee82 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/template_cake_with_candle.json @@ -0,0 +1,51 @@ +{ + "textures": { + "particle": "block/cake_side", + "bottom": "block/cake_bottom", + "top": "block/cake_top", + "side": "block/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" } + } + }, + { + "from": [7, 8, 7], + "to": [9, 14, 9], + "faces": { + "north": {"uv": [0, 8, 2, 14], "texture": "#candle"}, + "east": {"uv": [0, 8, 2, 14], "texture": "#candle"}, + "south": {"uv": [0, 8, 2, 14], "texture": "#candle"}, + "west": {"uv": [0, 8, 2, 14], "texture": "#candle"}, + "up": {"uv": [0, 6, 2, 8], "texture": "#candle"}, + "down": {"uv": [0, 14, 2, 16], "texture": "#candle", "cullface": "down"} + } + }, + { + "from": [7.5, 14, 8], + "to": [8.5, 15, 8], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 14, 8]}, + "faces": { + "north": {"uv": [0, 5, 1, 6], "texture": "#candle"}, + "south": {"uv": [0, 5, 1, 6], "texture": "#candle"} + } + }, + { + "from": [7.5, 14, 8], + "to": [8.5, 15, 8], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 14, 8]}, + "faces": { + "north": {"uv": [0, 5, 1, 6], "texture": "#candle"}, + "south": {"uv": [0, 5, 1, 6], "texture": "#candle"} + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/template_campfire.json b/1.17.1/assets/minecraft/models/block/template_campfire.json new file mode 100644 index 00000000..85587666 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/template_campfire.json @@ -0,0 +1,91 @@ +{ + "parent": "block/block", + "display": { + "head": { + "translation": [ 0, 10.5, 0 ] + } + }, + "textures": { + "particle": "block/campfire_log", + "log": "block/campfire_log" + }, + "elements": [ + { + "from": [ 1, 0, 0 ], + "to": [ 5, 4, 16 ], + "faces": { + "north": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "north" }, + "east": { "uv": [ 0, 1, 16, 5 ], "texture": "#lit_log" }, + "south": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "south" }, + "west": { "uv": [ 16, 0, 0, 4 ], "texture": "#log" }, + "up": { "uv": [ 0, 0, 16, 4 ], "rotation": 90, "texture": "#log" }, + "down": { "uv": [ 0, 0, 16, 4 ], "rotation": 90, "texture": "#log", "cullface": "down" } + } + }, + { + "from": [ 0, 3, 11 ], + "to": [ 16, 7, 15 ], + "faces": { + "north": { "uv": [ 16, 0, 0, 4 ], "texture": "#lit_log" }, + "east": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "east" }, + "south": { "uv": [ 0, 0, 16, 4 ], "texture": "#lit_log" }, + "west": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "west" }, + "up": { "uv": [ 0, 0, 16, 4 ], "rotation": 180, "texture": "#log" }, + "down": { "uv": [ 0, 4, 16, 8 ], "texture": "#lit_log" } + } + }, + { + "from": [ 11, 0, 0 ], + "to": [ 15, 4, 16 ], + "faces": { + "north": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "north" }, + "east": { "uv": [ 0, 0, 16, 4 ], "texture": "#log" }, + "south": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "south" }, + "west": { "uv": [ 16, 1, 0, 5 ], "texture": "#lit_log" }, + "up": { "uv": [ 0, 0, 16, 4 ], "rotation": 90, "texture": "#log" }, + "down": { "uv": [ 0, 0, 16, 4 ], "rotation": 90, "texture": "#log", "cullface": "down" } + } + }, + { + "from": [ 0, 3, 1 ], + "to": [ 16, 7, 5 ], + "faces": { + "north": { "uv": [ 0, 0, 16, 4 ], "texture": "#lit_log" }, + "east": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "east" }, + "south": { "uv": [ 16, 0, 0, 4 ], "texture": "#lit_log" }, + "west": { "uv": [ 0, 4, 4, 8 ], "texture": "#log", "cullface": "west" }, + "up": { "uv": [ 0, 0, 16, 4 ], "rotation": 180, "texture": "#log" }, + "down": { "uv": [ 0, 4, 16, 8 ], "texture": "#lit_log" } + } + }, + { + "from": [ 5, 0, 0 ], + "to": [ 11, 1, 16 ], + "faces": { + "north": {"uv": [ 0, 15, 6, 16 ], "texture": "#log", "cullface": "north" }, + "south": {"uv": [ 10, 15, 16, 16 ], "texture": "#log", "cullface": "south" }, + "up": {"uv": [ 0, 8, 16, 14 ], "rotation": 90, "texture": "#lit_log" }, + "down": {"uv": [ 0, 8, 16, 14 ], "rotation": 90, "texture": "#log", "cullface": "down" } + } + }, + { "from": [ 0.8, 1, 8 ], + "to": [ 15.2, 17, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" } + } + }, + { "from": [ 8, 1, 0.8 ], + "to": [ 8, 17, 15.2 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" } + } + } + ] +} + diff --git a/1.17.1/assets/minecraft/models/block/template_candle.json b/1.17.1/assets/minecraft/models/block/template_candle.json new file mode 100644 index 00000000..111b3b6c --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/template_candle.json @@ -0,0 +1,35 @@ +{ + "parent": "block/block", + "elements": [ + { + "from": [7, 0, 7], + "to": [9, 6, 9], + "faces": { + "north": {"uv": [0, 8, 2, 14], "texture": "#all"}, + "east": {"uv": [0, 8, 2, 14], "texture": "#all"}, + "south": {"uv": [0, 8, 2, 14], "texture": "#all"}, + "west": {"uv": [0, 8, 2, 14], "texture": "#all"}, + "up": {"uv": [0, 6, 2, 8], "texture": "#all"}, + "down": {"uv": [0, 14, 2, 16], "texture": "#all", "cullface": "down"} + } + }, + { + "from": [7.5, 6, 8], + "to": [8.5, 7, 8], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 6, 8]}, + "faces": { + "north": {"uv": [0, 5, 1, 6], "texture": "#all"}, + "south": {"uv": [0, 5, 1, 6], "texture": "#all"} + } + }, + { + "from": [7.5, 6, 8], + "to": [8.5, 7, 8], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 6, 8]}, + "faces": { + "north": {"uv": [0, 5, 1, 6], "texture": "#all"}, + "south": {"uv": [0, 5, 1, 6], "texture": "#all"} + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/template_cauldron_full.json b/1.17.1/assets/minecraft/models/block/template_cauldron_full.json new file mode 100644 index 00000000..8026892a --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/template_cauldron_full.json @@ -0,0 +1,155 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/cauldron_side", + "top": "block/cauldron_top", + "bottom": "block/cauldron_bottom", + "side": "block/cauldron_side", + "inside": "block/cauldron_inner" + }, + "elements": [ + { + "from": [ 0, 3, 0 ], + "to": [ 2, 16, 16 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side", "cullface": "up" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "west" }, + "up": { "texture": "#top", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 2, 3, 2 ], + "to": [ 14, 4, 14 ], + "faces": { + "up": { "texture": "#inside", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 14, 3, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "up" }, + "up": { "texture": "#top", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 2, 3, 0 ], + "to": [ 14, 16, 2 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "south": { "texture": "#side", "cullface": "up" }, + "up": { "texture": "#top", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 2, 3, 14 ], + "to": [ 14, 16, 16 ], + "faces": { + "north": { "texture": "#side", "cullface": "up" }, + "south": { "texture": "#side", "cullface": "south" }, + "up": { "texture": "#top", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 0, 0, 0 ], + "to": [ 4, 3, 2 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 0, 0, 2 ], + "to": [ 2, 3, 4 ], + "faces": { + "east": { "texture": "#side" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 12, 0, 0 ], + "to": [ 16, 3, 2 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 14, 0, 2 ], + "to": [ 16, 3, 4 ], + "faces": { + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 0, 0, 14 ], + "to": [ 4, 3, 16 ], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 0, 0, 12 ], + "to": [ 2, 3, 14 ], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 12, 0, 14 ], + "to": [ 16, 3, 16 ], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 14, 0, 12 ], + "to": [ 16, 3, 14 ], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side", "cullface": "east" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 2, 4, 2 ], + "to": [ 14, 15, 14 ], + "faces": { + "up": { "texture": "#content", "tintindex": 0, "cullface": "up" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/template_cauldron_level1.json b/1.17.1/assets/minecraft/models/block/template_cauldron_level1.json new file mode 100644 index 00000000..d9bfebb1 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/template_cauldron_level1.json @@ -0,0 +1,155 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/cauldron_side", + "top": "block/cauldron_top", + "bottom": "block/cauldron_bottom", + "side": "block/cauldron_side", + "inside": "block/cauldron_inner" + }, + "elements": [ + { + "from": [ 0, 3, 0 ], + "to": [ 2, 16, 16 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side", "cullface": "up" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "west" }, + "up": { "texture": "#top", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 2, 3, 2 ], + "to": [ 14, 4, 14 ], + "faces": { + "up": { "texture": "#inside", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 14, 3, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "up" }, + "up": { "texture": "#top", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 2, 3, 0 ], + "to": [ 14, 16, 2 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "south": { "texture": "#side", "cullface": "up" }, + "up": { "texture": "#top", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 2, 3, 14 ], + "to": [ 14, 16, 16 ], + "faces": { + "north": { "texture": "#side", "cullface": "up" }, + "south": { "texture": "#side", "cullface": "south" }, + "up": { "texture": "#top", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 0, 0, 0 ], + "to": [ 4, 3, 2 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 0, 0, 2 ], + "to": [ 2, 3, 4 ], + "faces": { + "east": { "texture": "#side" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 12, 0, 0 ], + "to": [ 16, 3, 2 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 14, 0, 2 ], + "to": [ 16, 3, 4 ], + "faces": { + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 0, 0, 14 ], + "to": [ 4, 3, 16 ], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 0, 0, 12 ], + "to": [ 2, 3, 14 ], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 12, 0, 14 ], + "to": [ 16, 3, 16 ], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 14, 0, 12 ], + "to": [ 16, 3, 14 ], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side", "cullface": "east" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 2, 4, 2 ], + "to": [ 14, 9, 14 ], + "faces": { + "up": { "texture": "#content", "tintindex": 0, "cullface": "up" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/template_cauldron_level2.json b/1.17.1/assets/minecraft/models/block/template_cauldron_level2.json new file mode 100644 index 00000000..3f80ed27 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/template_cauldron_level2.json @@ -0,0 +1,155 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/cauldron_side", + "top": "block/cauldron_top", + "bottom": "block/cauldron_bottom", + "side": "block/cauldron_side", + "inside": "block/cauldron_inner" + }, + "elements": [ + { + "from": [ 0, 3, 0 ], + "to": [ 2, 16, 16 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side", "cullface": "up" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "west" }, + "up": { "texture": "#top", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 2, 3, 2 ], + "to": [ 14, 4, 14 ], + "faces": { + "up": { "texture": "#inside", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 14, 3, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "up" }, + "up": { "texture": "#top", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 2, 3, 0 ], + "to": [ 14, 16, 2 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "south": { "texture": "#side", "cullface": "up" }, + "up": { "texture": "#top", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 2, 3, 14 ], + "to": [ 14, 16, 16 ], + "faces": { + "north": { "texture": "#side", "cullface": "up" }, + "south": { "texture": "#side", "cullface": "south" }, + "up": { "texture": "#top", "cullface": "up" }, + "down": { "texture": "#inside" } + } + }, + { + "from": [ 0, 0, 0 ], + "to": [ 4, 3, 2 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 0, 0, 2 ], + "to": [ 2, 3, 4 ], + "faces": { + "east": { "texture": "#side" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 12, 0, 0 ], + "to": [ 16, 3, 2 ], + "faces": { + "north": { "texture": "#side", "cullface": "north" }, + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 14, 0, 2 ], + "to": [ 16, 3, 4 ], + "faces": { + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 0, 0, 14 ], + "to": [ 4, 3, 16 ], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 0, 0, 12 ], + "to": [ 2, 3, 14 ], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side" }, + "west": { "texture": "#side", "cullface": "west" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 12, 0, 14 ], + "to": [ 16, 3, 16 ], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side", "cullface": "east" }, + "south": { "texture": "#side", "cullface": "south" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 14, 0, 12 ], + "to": [ 16, 3, 14 ], + "faces": { + "north": { "texture": "#side" }, + "east": { "texture": "#side", "cullface": "east" }, + "west": { "texture": "#side" }, + "down": { "texture": "#bottom", "cullface": "down" } + } + }, + { + "from": [ 2, 4, 2 ], + "to": [ 14, 12, 14 ], + "faces": { + "up": { "texture": "#content", "tintindex": 0, "cullface": "up" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/template_chorus_flower.json b/1.17.1/assets/minecraft/models/block/template_chorus_flower.json new file mode 100644 index 00000000..06b850dd --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/template_chorus_flower.json @@ -0,0 +1,76 @@ +{ + "parent": "block/block", + "textures": { + "bottom": "block/chorus_plant", + "particle": "#texture" + }, + "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" } + } + } + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/template_command_block.json b/1.17.1/assets/minecraft/models/block/template_command_block.json new file mode 100644 index 00000000..76cbff1e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/template_command_block.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube_directional", + "textures": { + "particle": "#back", + "down": "#side", + "up": "#side", + "north": "#front", + "east": "#side", + "south": "#back", + "west": "#side" + } +} diff --git a/1.17.1/assets/minecraft/models/block/template_daylight_detector.json b/1.17.1/assets/minecraft/models/block/template_daylight_detector.json new file mode 100644 index 00000000..ef2a0021 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/template_daylight_detector.json @@ -0,0 +1,19 @@ +{ + "parent": "block/thin_block", + "textures": { + "particle": "#top" + }, + "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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/template_farmland.json b/1.17.1/assets/minecraft/models/block/template_farmland.json new file mode 100644 index 00000000..4000d7a2 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/template_farmland.json @@ -0,0 +1,19 @@ +{ + "parent": "block/block", + "textures": { + "particle": "#dirt" + }, + "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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/template_fence_gate.json b/1.17.1/assets/minecraft/models/block/template_fence_gate.json new file mode 100644 index 00000000..b1a090fa --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/template_fence_gate.json @@ -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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/template_fence_gate_open.json b/1.17.1/assets/minecraft/models/block/template_fence_gate_open.json new file mode 100644 index 00000000..af2062a1 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/template_fence_gate_open.json @@ -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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/template_fence_gate_wall.json b/1.17.1/assets/minecraft/models/block/template_fence_gate_wall.json new file mode 100644 index 00000000..7b1be07c --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/template_fence_gate_wall.json @@ -0,0 +1,96 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#texture" + }, + "elements": [ + { "__comment": "Left-hand post", + "from": [ 0, 2, 7 ], + "to": [ 2, 13, 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, 2, 7 ], + "to": [ 16, 13, 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, 3, 7 ], + "to": [ 8, 12, 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, 3, 7 ], + "to": [ 10, 12, 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, 3, 7 ], + "to": [ 6, 6, 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, 9, 7 ], + "to": [ 6, 12, 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, 3, 7 ], + "to": [ 14, 6, 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, 9, 7 ], + "to": [ 14, 12, 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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/template_fence_gate_wall_open.json b/1.17.1/assets/minecraft/models/block/template_fence_gate_wall_open.json new file mode 100644 index 00000000..6aac6c8f --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/template_fence_gate_wall_open.json @@ -0,0 +1,96 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#texture" + }, + "elements": [ + { "__comment": "Left-hand post", + "from": [ 0, 2, 7 ], + "to": [ 2, 13, 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, 2, 7 ], + "to": [ 16, 13, 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, 3, 13 ], + "to": [ 2, 12, 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, 3, 13 ], + "to": [ 16, 12, 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, 3, 9 ], + "to": [ 2, 6, 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, 9, 9 ], + "to": [ 2, 12, 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, 3, 9 ], + "to": [ 16, 6, 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, 9, 9 ], + "to": [ 16, 12, 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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/template_fire_floor.json b/1.17.1/assets/minecraft/models/block/template_fire_floor.json new file mode 100644 index 00000000..a5e46b55 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/template_fire_floor.json @@ -0,0 +1,32 @@ +{ + "textures": { + "particle": "#fire" + }, + "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" }} + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/template_fire_side.json b/1.17.1/assets/minecraft/models/block/template_fire_side.json new file mode 100644 index 00000000..da323e33 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/template_fire_side.json @@ -0,0 +1,16 @@ +{ + "textures": { + "particle": "#fire" + }, + "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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/template_fire_side_alt.json b/1.17.1/assets/minecraft/models/block/template_fire_side_alt.json new file mode 100644 index 00000000..83d76ea3 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/template_fire_side_alt.json @@ -0,0 +1,16 @@ +{ + "textures": { + "particle": "#fire" + }, + "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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/template_fire_up.json b/1.17.1/assets/minecraft/models/block/template_fire_up.json new file mode 100644 index 00000000..1cebdf22 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/template_fire_up.json @@ -0,0 +1,20 @@ +{ + "textures": { + "particle": "#fire" + }, + "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 }} + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/template_fire_up_alt.json b/1.17.1/assets/minecraft/models/block/template_fire_up_alt.json new file mode 100644 index 00000000..31be9be2 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/template_fire_up_alt.json @@ -0,0 +1,20 @@ +{ + "textures": { + "particle": "#fire" + }, + "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" }} + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/template_four_candles.json b/1.17.1/assets/minecraft/models/block/template_four_candles.json new file mode 100644 index 00000000..7515ba12 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/template_four_candles.json @@ -0,0 +1,125 @@ +{ + "parent": "block/block", + "elements": [ + { + "from": [6, 0, 8], + "to": [8, 3, 10], + "faces": { + "north": {"uv": [0, 8, 2, 11], "texture": "#all"}, + "east": {"uv": [0, 8, 2, 11], "texture": "#all"}, + "south": {"uv": [0, 8, 2, 11], "texture": "#all"}, + "west": {"uv": [0, 8, 2, 11], "texture": "#all"}, + "up": {"uv": [0, 6, 2, 8], "texture": "#all"}, + "down": {"uv": [0, 14, 2, 16], "texture": "#all", "cullface": "down"} + } + }, + { + "from": [6.5, 3, 9], + "to": [7.5, 4, 9], + "rotation": {"angle": 45, "axis": "y", "origin": [7, 3, 9]}, + "faces": { + "north": {"uv": [0, 5, 1, 6], "texture": "#all"}, + "south": {"uv": [1, 5, 0, 6], "texture": "#all"} + } + }, + { + "from": [6.5, 3, 9], + "to": [7.5, 4, 9], + "rotation": {"angle": -45, "axis": "y", "origin": [7, 3, 9]}, + "faces": { + "north": {"uv": [0, 5, 1, 6], "texture": "#all"}, + "south": {"uv": [1, 5, 0, 6], "texture": "#all"} + } + }, + { + "from": [9, 0, 8], + "to": [11, 5, 10], + "faces": { + "north": {"uv": [0, 8, 2, 13], "texture": "#all"}, + "east": {"uv": [0, 8, 2, 13], "texture": "#all"}, + "south": {"uv": [0, 8, 2, 13], "texture": "#all"}, + "west": {"uv": [0, 8, 2, 13], "texture": "#all"}, + "up": {"uv": [0, 6, 2, 8], "texture": "#all"}, + "down": {"uv": [0, 14, 2, 16], "texture": "#all", "cullface": "down"} + } + }, + { + "from": [9.5, 5, 9], + "to": [10.5, 6, 9], + "rotation": {"angle": 45, "axis": "y", "origin": [10, 5, 9]}, + "faces": { + "north": {"uv": [0, 5, 1, 6], "texture": "#all"}, + "south": {"uv": [1, 5, 0, 6], "texture": "#all"} + } + }, + { + "from": [9.5, 5, 9], + "to": [10.5, 6, 9], + "rotation": {"angle": -45, "axis": "y", "origin": [10, 5, 9]}, + "faces": { + "north": {"uv": [0, 5, 1, 6], "texture": "#all"}, + "south": {"uv": [1, 5, 0, 6], "texture": "#all"} + } + }, + { + "from": [5, 0, 5], + "to": [7, 5, 7], + "faces": { + "north": {"uv": [0, 8, 2, 13], "texture": "#all"}, + "east": {"uv": [0, 8, 2, 13], "texture": "#all"}, + "south": {"uv": [0, 8, 2, 13], "texture": "#all"}, + "west": {"uv": [0, 8, 2, 13], "texture": "#all"}, + "up": {"uv": [0, 6, 2, 8], "texture": "#all"}, + "down": {"uv": [0, 14, 2, 16], "texture": "#all", "cullface": "down"} + } + }, + { + "from": [5.5, 5, 6], + "to": [6.5, 6, 6], + "rotation": {"angle": 45, "axis": "y", "origin": [6, 5, 6]}, + "faces": { + "north": {"uv": [0, 5, 1, 6], "texture": "#all"}, + "south": {"uv": [1, 5, 0, 6], "texture": "#all"} + } + }, + { + "from": [5.5, 5, 6], + "to": [6.5, 6, 6], + "rotation": {"angle": -45, "axis": "y", "origin": [6, 5, 6]}, + "faces": { + "north": {"uv": [0, 5, 1, 6], "texture": "#all"}, + "south": {"uv": [1, 5, 0, 6], "texture": "#all"} + } + }, + { + "from": [8, 0, 5], + "to": [10, 6, 7], + "faces": { + "north": {"uv": [0, 8, 2, 14], "texture": "#all"}, + "east": {"uv": [0, 8, 2, 14], "texture": "#all"}, + "south": {"uv": [0, 8, 2, 14], "texture": "#all"}, + "west": {"uv": [0, 8, 2, 14], "texture": "#all"}, + "up": {"uv": [0, 6, 2, 8], "texture": "#all"}, + "down": {"uv": [0, 14, 2, 16], "texture": "#all", "cullface": "down"} + } + }, + { + "from": [8.5, 6, 6], + "to": [9.5, 7, 6], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 6, 6]}, + "faces": { + "north": {"uv": [0, 5, 1, 6], "texture": "#all"}, + "south": {"uv": [0, 5, 1, 6], "texture": "#all"} + } + }, + { + "from": [8.5, 6, 6], + "to": [9.5, 7, 6], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 6, 6]}, + "faces": { + "north": {"uv": [0, 5, 1, 6], "texture": "#all"}, + "south": {"uv": [0, 5, 1, 6], "texture": "#all"} + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/template_four_turtle_eggs.json b/1.17.1/assets/minecraft/models/block/template_four_turtle_eggs.json new file mode 100644 index 00000000..93a7ca4b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/template_four_turtle_eggs.json @@ -0,0 +1,56 @@ +{ + "parent": "block/block", + "textures": { + "all": "block/turtle_egg", + "particle": "#all" + }, + "elements": [ + { "from": [ 5, 0, 4 ], + "to": [ 9, 7, 8 ], + "faces": { + "down": { "uv": [ 0, 0, 4, 4 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 0, 0, 4, 4 ], "texture": "#all" }, + "north": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, + "south": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, + "west": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, + "east": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" } + } + }, + { + "from": [ 1, 0, 7 ], + "to": [ 5, 5, 11 ], + "faces": { + "down": { "uv": [ 6, 7, 10, 11 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 6, 7, 10, 11 ], "texture": "#all" }, + "north": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" }, + "south": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" }, + "west": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" }, + "east": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" } + } + }, + { + "from": [ 11, 0, 7 ], + "to": [ 14, 4, 10 ], + "faces": { + "down": { "uv": [ 5, 0, 8, 3 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 5, 0, 8, 3 ], "texture": "#all" }, + "north": { "uv": [ 8, 3, 11, 7 ], "texture": "#all" }, + "south": { "uv": [ 8, 3, 11, 7 ], "texture": "#all" }, + "west": { "uv": [ 8, 3, 11, 7 ], "texture": "#all" }, + "east": { "uv": [ 8, 3, 11, 7 ], "texture": "#all" } + } + }, + { + "from": [ 6, 0, 9 ], + "to": [ 10, 4, 13 ], + "faces": { + "down": { "uv": [ 0, 11, 4, 15 ], "texture": "#all" }, + "up": { "uv": [ 0, 11, 4, 15 ], "texture": "#all" }, + "north": { "uv": [ 4, 11, 8, 15 ], "texture": "#all" }, + "south": { "uv": [ 4, 11, 8, 15 ], "texture": "#all" }, + "west": { "uv": [ 4, 11, 8, 15 ], "texture": "#all" }, + "east": { "uv": [ 4, 11, 8, 15 ], "texture": "#all" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/template_glass_pane_noside.json b/1.17.1/assets/minecraft/models/block/template_glass_pane_noside.json new file mode 100644 index 00000000..af16ff94 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/template_glass_pane_noside.json @@ -0,0 +1,14 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#pane" + }, + "elements": [ + { "from": [ 7, 0, 7 ], + "to": [ 9, 16, 9 ], + "faces": { + "north": { "uv": [ 9, 0, 7, 16 ], "texture": "#pane" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/template_glass_pane_noside_alt.json b/1.17.1/assets/minecraft/models/block/template_glass_pane_noside_alt.json new file mode 100644 index 00000000..771d6942 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/template_glass_pane_noside_alt.json @@ -0,0 +1,14 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#pane" + }, + "elements": [ + { "from": [ 7, 0, 7 ], + "to": [ 9, 16, 9 ], + "faces": { + "east": { "uv": [ 7, 0, 9, 16 ], "texture": "#pane" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/template_glass_pane_post.json b/1.17.1/assets/minecraft/models/block/template_glass_pane_post.json new file mode 100644 index 00000000..54d7fa88 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/template_glass_pane_post.json @@ -0,0 +1,15 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#pane" + }, + "elements": [ + { "from": [ 7, 0, 7 ], + "to": [ 9, 16, 9 ], + "faces": { + "down": { "uv": [ 7, 7, 9, 9 ], "texture": "#edge" }, + "up": { "uv": [ 7, 7, 9, 9 ], "texture": "#edge" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/template_glass_pane_side.json b/1.17.1/assets/minecraft/models/block/template_glass_pane_side.json new file mode 100644 index 00000000..fae06dcc --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/template_glass_pane_side.json @@ -0,0 +1,18 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#pane" + }, + "elements": [ + { "from": [ 7, 0, 0 ], + "to": [ 9, 16, 7 ], + "faces": { + "down": { "uv": [ 7, 0, 9, 7 ], "texture": "#edge" }, + "up": { "uv": [ 7, 0, 9, 7 ], "texture": "#edge" }, + "north": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "north" }, + "west": { "uv": [ 16, 0, 9, 16 ], "texture": "#pane" }, + "east": { "uv": [ 9, 0, 16, 16 ], "texture": "#pane" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/template_glass_pane_side_alt.json b/1.17.1/assets/minecraft/models/block/template_glass_pane_side_alt.json new file mode 100644 index 00000000..82d0e98e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/template_glass_pane_side_alt.json @@ -0,0 +1,18 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#pane" + }, + "elements": [ + { "from": [ 7, 0, 9 ], + "to": [ 9, 16, 16 ], + "faces": { + "down": { "uv": [ 7, 0, 9, 7 ], "texture": "#edge" }, + "up": { "uv": [ 7, 0, 9, 7 ], "texture": "#edge" }, + "south": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "south" }, + "west": { "uv": [ 7, 0, 0, 16 ], "texture": "#pane" }, + "east": { "uv": [ 0, 0, 7, 16 ], "texture": "#pane" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/template_glazed_terracotta.json b/1.17.1/assets/minecraft/models/block/template_glazed_terracotta.json new file mode 100644 index 00000000..c6574a9f --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/template_glazed_terracotta.json @@ -0,0 +1,26 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "#pattern" + }, + "display": { + "firstperson_righthand": { + "rotation": [ 0, 135, 0 ], + "translation": [ 0, 0, 0 ], + "scale": [ 0.40, 0.40, 0.40 ] + } + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#pattern", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#pattern", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#pattern", "cullface": "north", "rotation": 90 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#pattern", "cullface": "south", "rotation": 270 }, + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#pattern", "cullface": "west", "rotation": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#pattern", "cullface": "east", "rotation": 180 } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/template_hanging_lantern.json b/1.17.1/assets/minecraft/models/block/template_hanging_lantern.json new file mode 100644 index 00000000..fb7ebb4d --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/template_hanging_lantern.json @@ -0,0 +1,50 @@ +{ + "parent": "block/block", + "textures": { + "particle": "#lantern" + }, + "elements": [ + { "from": [ 5, 1, 5 ], + "to": [ 11, 8, 11 ], + "faces": { + "down": { "uv": [ 0, 9, 6, 15 ], "texture": "#lantern"}, + "up": { "uv": [ 0, 9, 6, 15 ], "texture": "#lantern" }, + "north": { "uv": [ 0, 2, 6, 9 ], "texture": "#lantern" }, + "south": { "uv": [ 0, 2, 6, 9 ], "texture": "#lantern" }, + "west": { "uv": [ 0, 2, 6, 9 ], "texture": "#lantern" }, + "east": { "uv": [ 0, 2, 6, 9 ], "texture": "#lantern" } + } + }, + { "from": [ 6, 8, 6 ], + "to": [ 10, 10, 10 ], + "faces": { + "down": { "uv": [ 1, 10, 5, 14 ], "texture": "#lantern"}, + "up": { "uv": [ 1, 10, 5, 14 ], "texture": "#lantern" }, + "north": { "uv": [ 1, 0, 5, 2 ], "texture": "#lantern" }, + "south": { "uv": [ 1, 0, 5, 2 ], "texture": "#lantern" }, + "west": { "uv": [ 1, 0, 5, 2 ], "texture": "#lantern" }, + "east": { "uv": [ 1, 0, 5, 2 ], "texture": "#lantern" } + } + }, + { + "from": [ 6.5, 11, 8 ], + "to": [ 9.5, 15, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45}, + "shade": false, + "faces": { + "north": { "uv": [ 14, 1, 11, 5 ], "texture": "#lantern" }, + "south": { "uv": [ 11, 1, 14, 5 ], "texture": "#lantern" } + } + }, + { + "from": [ 8, 10, 6.5 ], + "to": [ 8, 16, 9.5 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45}, + "shade": false, + "faces": { + "west": { "uv": [ 14, 6, 11, 12 ], "texture": "#lantern" }, + "east": { "uv": [ 11, 6, 14, 12 ], "texture": "#lantern" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/template_item_frame.json b/1.17.1/assets/minecraft/models/block/template_item_frame.json new file mode 100644 index 00000000..12f519a1 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/template_item_frame.json @@ -0,0 +1,51 @@ +{ + "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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/template_item_frame_map.json b/1.17.1/assets/minecraft/models/block/template_item_frame_map.json new file mode 100644 index 00000000..2a6054e8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/template_item_frame_map.json @@ -0,0 +1,51 @@ +{ + "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" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/template_lantern.json b/1.17.1/assets/minecraft/models/block/template_lantern.json new file mode 100644 index 00000000..d54baf8d --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/template_lantern.json @@ -0,0 +1,49 @@ +{ + "parent": "block/block", + "textures": { + "particle": "#lantern" + }, + "elements": [ + { "from": [ 5, 0, 5 ], + "to": [ 11, 7, 11 ], + "faces": { + "down": { "uv": [ 0, 9, 6, 15 ], "texture": "#lantern", "cullface": "down" }, + "up": { "uv": [ 0, 9, 6, 15 ], "texture": "#lantern" }, + "north": { "uv": [ 0, 2, 6, 9 ], "texture": "#lantern" }, + "south": { "uv": [ 0, 2, 6, 9 ], "texture": "#lantern" }, + "west": { "uv": [ 0, 2, 6, 9 ], "texture": "#lantern" }, + "east": { "uv": [ 0, 2, 6, 9 ], "texture": "#lantern" } + } + }, + { "from": [ 6, 7, 6 ], + "to": [ 10, 9, 10 ], + "faces": { + "up": { "uv": [ 1, 10, 5, 14 ], "texture": "#lantern" }, + "north": { "uv": [ 1, 0, 5, 2 ], "texture": "#lantern" }, + "south": { "uv": [ 1, 0, 5, 2 ], "texture": "#lantern" }, + "west": { "uv": [ 1, 0, 5, 2 ], "texture": "#lantern" }, + "east": { "uv": [ 1, 0, 5, 2 ], "texture": "#lantern" } + } + }, + { + "from": [ 6.5, 9, 8 ], + "to": [ 9.5, 11, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45}, + "shade": false, + "faces": { + "north": { "uv": [ 14, 1, 11, 3 ], "texture": "#lantern" }, + "south": { "uv": [ 11, 1, 14, 3 ], "texture": "#lantern" } + } + }, + { + "from": [ 8, 9, 6.5 ], + "to": [ 8, 11, 9.5 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45}, + "shade": false, + "faces": { + "west": { "uv": [ 14, 10, 11, 12 ], "texture": "#lantern" }, + "east": { "uv": [ 11, 10, 14, 12 ], "texture": "#lantern" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/template_orientable_trapdoor_bottom.json b/1.17.1/assets/minecraft/models/block/template_orientable_trapdoor_bottom.json new file mode 100644 index 00000000..5f2ac5e4 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/template_orientable_trapdoor_bottom.json @@ -0,0 +1,18 @@ +{ "parent": "block/thin_block", + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 3, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 16, 16, 0 ], "texture": "#texture" }, + "north": { "uv": [ 0, 0, 16, 3 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 3 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 3 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 3 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/template_orientable_trapdoor_open.json b/1.17.1/assets/minecraft/models/block/template_orientable_trapdoor_open.json new file mode 100644 index 00000000..ce447b51 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/template_orientable_trapdoor_open.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 0, 0, 13 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 3 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 3, 16, 0 ], "texture": "#texture", "cullface": "up" }, + "north": { "uv": [ 0, 16, 16, 0 ], "texture": "#texture" }, + "south": { "uv": [ 0, 16, 16, 0 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 3 ], "rotation": 90, "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 3, 16, 0 ], "rotation": 90, "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/template_orientable_trapdoor_top.json b/1.17.1/assets/minecraft/models/block/template_orientable_trapdoor_top.json new file mode 100644 index 00000000..a437e184 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/template_orientable_trapdoor_top.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 0, 13, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "up": { "uv": [ 0, 16, 16, 0 ], "texture": "#texture", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 3 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 3 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 3 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 3 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/template_piston.json b/1.17.1/assets/minecraft/models/block/template_piston.json new file mode 100644 index 00000000..83b4e18a --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/template_piston.json @@ -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", "rotation": 180, "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#platform", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "rotation": 270, "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "rotation": 90, "cullface": "east" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/template_piston_head.json b/1.17.1/assets/minecraft/models/block/template_piston_head.json new file mode 100644 index 00000000..f4fcb910 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/template_piston_head.json @@ -0,0 +1,27 @@ +{ + "textures": { + "particle": "#platform" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 4 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "down", "rotation": 180 }, + "up": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#platform", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#unsticky" }, + "west": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 270, "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 90, "cullface": "east" } + } + }, + { "from": [ 6, 6, 4 ], + "to": [ 10, 10, 20 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 270 }, + "west": { "uv": [ 16, 4, 0, 0 ], "texture": "#side" }, + "east": { "uv": [ 0, 0, 16, 4 ], "texture": "#side" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/template_piston_head_short.json b/1.17.1/assets/minecraft/models/block/template_piston_head_short.json new file mode 100644 index 00000000..cdbe9e12 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/template_piston_head_short.json @@ -0,0 +1,27 @@ +{ + "textures": { + "particle": "#platform" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 4 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "down", "rotation": 180 }, + "up": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#platform", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#unsticky" }, + "west": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 270, "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 90, "cullface": "east" } + } + }, + { "from": [ 6, 6, 4 ], + "to": [ 10, 10, 16 ], + "faces": { + "down": { "uv": [ 4, 0, 16, 4 ], "texture": "#side", "rotation": 90 }, + "up": { "uv": [ 4, 0, 16, 4 ], "texture": "#side", "rotation": 270 }, + "west": { "uv": [ 16, 4, 4, 0 ], "texture": "#side" }, + "east": { "uv": [ 4, 0, 16, 4 ], "texture": "#side" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/template_potted_azalea_bush.json b/1.17.1/assets/minecraft/models/block/template_potted_azalea_bush.json new file mode 100644 index 00000000..795c4e7e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/template_potted_azalea_bush.json @@ -0,0 +1,110 @@ +{ + "parent": "block/block", + "ambientocclusion": false, + "textures": { + "particle": "block/flower_pot", + "flowerpot": "block/flower_pot", + "dirt": "block/dirt", + "azalea_plant": "block/potted_azalea_bush_plant" + }, + "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, 12, 10, 16 ], "texture": "#flowerpot", "cullface": "down" }, + "up": { "uv": [ 6, 6, 10, 10 ], "texture": "#dirt" } + } + }, + { "from": [ 4, 15.9, 4 ], + "to": [ 12, 16, 12 ], + "faces": { + "down": { "uv": [ 4, 12, 12, 4 ], "texture": "#top" }, + "up": { "uv": [ 4, 4, 12, 12 ], "texture": "#top", "cullface": "up" } + } + }, + { "from": [ 4, 8, 4 ], + "to": [ 12, 16, 4 ], + "faces": { + "north": { "uv": [ 4, 5, 12, 13 ], "texture": "#side"}, + "south": { "uv": [ 12, 5, 4, 13 ], "texture": "#side" } + } + }, + { "from": [ 4, 8, 12 ], + "to": [ 12, 16, 12 ], + "faces": { + "north": { "uv": [ 12, 5, 4, 13 ], "texture": "#side" }, + "south": { "uv": [ 4, 5, 12, 13 ], "texture": "#side" } + } + }, + { "from": [ 4, 8, 4 ], + "to": [ 4, 16, 12 ], + "faces": { + "west": { "uv": [ 4, 5, 12, 13 ], "texture": "#side" }, + "east": { "uv": [ 12, 5, 4, 13 ], "texture": "#side" } + } + }, + { "from": [ 12, 8, 4 ], + "to": [ 12, 16, 12 ], + "faces": { + "west": { "uv": [ 12, 5, 4, 13 ], "texture": "#side" }, + "east": { "uv": [ 4, 5, 12, 13 ], "texture": "#side" } + } + }, + { "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, 4, 16, 16 ], "texture": "#azalea_plant" }, + "south": { "uv": [ 0, 4, 16, 16 ], "texture": "#azalea_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, 4, 16, 16 ], "texture": "#azalea_plant" }, + "east": { "uv": [ 0, 4, 16, 16 ], "texture": "#azalea_plant" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/template_rail_raised_ne.json b/1.17.1/assets/minecraft/models/block/template_rail_raised_ne.json new file mode 100644 index 00000000..a92e4603 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/template_rail_raised_ne.json @@ -0,0 +1,21 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#rail" + }, + "elements": [ + { "from": [ 0, 9, 0 ], + "to": [ 16, 9, 16 ], + "rotation": { + "origin": [ 8, 9, 8 ], + "axis": "x", + "angle": 45, + "rescale": true + }, + "faces": { + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#rail" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#rail" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/template_rail_raised_sw.json b/1.17.1/assets/minecraft/models/block/template_rail_raised_sw.json new file mode 100644 index 00000000..dddc3562 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/template_rail_raised_sw.json @@ -0,0 +1,21 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#rail" + }, + "elements": [ + { "from": [ 0, 9, 0 ], + "to": [ 16, 9, 16 ], + "rotation": { + "origin": [ 8, 9, 8 ], + "axis": "x", + "angle": -45, + "rescale": true + }, + "faces": { + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#rail" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#rail" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/template_seagrass.json b/1.17.1/assets/minecraft/models/block/template_seagrass.json new file mode 100644 index 00000000..6ac40c92 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/template_seagrass.json @@ -0,0 +1,41 @@ +{ + "parent": "block/block", + "ambientocclusion": false, + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 0, 0, 4 ], + "to": [ 16, 16, 4 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "tintindex": 0 } + } + }, + { "from": [ 12, 0, 0 ], + "to": [ 12, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "tintindex": 0 } + } + }, + { "from": [ 4, 0, 0 ], + "to": [ 4, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 12 ], + "to": [ 16, 16, 12 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "tintindex": 0 } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/template_single_face.json b/1.17.1/assets/minecraft/models/block/template_single_face.json new file mode 100644 index 00000000..d23e5f20 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/template_single_face.json @@ -0,0 +1,13 @@ +{ + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 0 ], + "faces": { + "north": { "texture": "#texture", "cullface":"north" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/template_three_candles.json b/1.17.1/assets/minecraft/models/block/template_three_candles.json new file mode 100644 index 00000000..d9963dc7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/template_three_candles.json @@ -0,0 +1,95 @@ +{ + "parent": "block/block", + "elements": [ + { + "from": [7, 0, 9], + "to": [9, 3, 11], + "faces": { + "north": {"uv": [0, 8, 2, 11], "texture": "#all"}, + "east": {"uv": [0, 8, 2, 11], "texture": "#all"}, + "south": {"uv": [0, 8, 2, 11], "texture": "#all"}, + "west": {"uv": [0, 8, 2, 11], "texture": "#all"}, + "up": {"uv": [0, 6, 2, 8], "texture": "#all"}, + "down": {"uv": [0, 14, 2, 16], "texture": "#all", "cullface": "down"} + } + }, + { + "from": [7.5, 3, 10], + "to": [8.5, 4, 10], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 3, 10]}, + "faces": { + "north": {"uv": [0, 5, 1, 6], "texture": "#all"}, + "south": {"uv": [1, 5, 0, 6], "texture": "#all"} + } + }, + { + "from": [7.5, 3, 10], + "to": [8.5, 4, 10], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 3, 10]}, + "faces": { + "north": {"uv": [0, 5, 1, 6], "texture": "#all"}, + "south": {"uv": [1, 5, 0, 6], "texture": "#all"} + } + }, + { + "from": [5, 0, 7], + "to": [7, 5, 9], + "faces": { + "north": {"uv": [0, 8, 2, 13], "texture": "#all"}, + "east": {"uv": [0, 8, 2, 13], "texture": "#all"}, + "south": {"uv": [0, 8, 2, 13], "texture": "#all"}, + "west": {"uv": [0, 8, 2, 13], "texture": "#all"}, + "up": {"uv": [0, 6, 2, 8], "texture": "#all"}, + "down": {"uv": [0, 14, 2, 16], "texture": "#all", "cullface": "down"} + } + }, + { + "from": [5.5, 5, 8], + "to": [6.5, 6, 8], + "rotation": {"angle": 45, "axis": "y", "origin": [6, 5, 8]}, + "faces": { + "north": {"uv": [0, 5, 1, 6], "texture": "#all"}, + "south": {"uv": [1, 5, 0, 6], "texture": "#all"} + } + }, + { + "from": [5.5, 5, 8], + "to": [6.5, 6, 8], + "rotation": {"angle": -45, "axis": "y", "origin": [6, 5, 8]}, + "faces": { + "north": {"uv": [0, 5, 1, 6], "texture": "#all"}, + "south": {"uv": [1, 5, 0, 6], "texture": "#all"} + } + }, + { + "from": [8, 0, 6], + "to": [10, 6, 8], + "faces": { + "north": {"uv": [0, 8, 2, 14], "texture": "#all"}, + "east": {"uv": [0, 8, 2, 14], "texture": "#all"}, + "south": {"uv": [0, 8, 2, 14], "texture": "#all"}, + "west": {"uv": [0, 8, 2, 14], "texture": "#all"}, + "up": {"uv": [0, 6, 2, 8], "texture": "#all"}, + "down": {"uv": [0, 14, 2, 16], "texture": "#all", "cullface": "down"} + } + }, + { + "from": [8.5, 6, 7], + "to": [9.5, 7, 7], + "rotation": {"angle": 45, "axis": "y", "origin": [9, 6, 7]}, + "faces": { + "north": {"uv": [0, 5, 1, 6], "texture": "#all"}, + "south": {"uv": [0, 5, 1, 6], "texture": "#all"} + } + }, + { + "from": [8.5, 6, 7], + "to": [9.5, 7, 7], + "rotation": {"angle": -45, "axis": "y", "origin": [9, 6, 7]}, + "faces": { + "north": {"uv": [0, 5, 1, 6], "texture": "#all"}, + "south": {"uv": [0, 5, 1, 6], "texture": "#all"} + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/template_three_turtle_eggs.json b/1.17.1/assets/minecraft/models/block/template_three_turtle_eggs.json new file mode 100644 index 00000000..c6ce2d8a --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/template_three_turtle_eggs.json @@ -0,0 +1,43 @@ +{ + "parent": "block/block", + "textures": { + "particle": "#all" + }, + "elements": [ + { "from": [ 5, 0, 4 ], + "to": [ 9, 7, 8 ], + "faces": { + "down": { "uv": [ 0, 0, 4, 4 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 0, 0, 4, 4 ], "texture": "#all" }, + "north": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, + "south": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, + "west": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, + "east": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" } + } + }, + { + "from": [ 1, 0, 7 ], + "to": [ 5, 5, 11 ], + "faces": { + "down": { "uv": [ 6, 7, 10, 11 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 6, 7, 10, 11 ], "texture": "#all" }, + "north": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" }, + "south": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" }, + "west": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" }, + "east": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" } + } + }, + { + "from": [ 11, 0, 7 ], + "to": [ 14, 4, 10 ], + "faces": { + "down": { "uv": [ 5, 0, 8, 3 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 5, 0, 8, 3 ], "texture": "#all" }, + "north": { "uv": [ 8, 3, 11, 7 ], "texture": "#all" }, + "south": { "uv": [ 8, 3, 11, 7 ], "texture": "#all" }, + "west": { "uv": [ 8, 3, 11, 7 ], "texture": "#all" }, + "east": { "uv": [ 8, 3, 11, 7 ], "texture": "#all" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/template_torch.json b/1.17.1/assets/minecraft/models/block/template_torch.json new file mode 100644 index 00000000..aef12fcf --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/template_torch.json @@ -0,0 +1,32 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#torch" + }, + "elements": [ + { "from": [ 7, 0, 7 ], + "to": [ 9, 10, 9 ], + "shade": false, + "faces": { + "down": { "uv": [ 7, 13, 9, 15 ], "texture": "#torch" }, + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#torch" } + } + }, + { "from": [ 7, 0, 0 ], + "to": [ 9, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" } + } + }, + { "from": [ 0, 0, 7 ], + "to": [ 16, 16, 9 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/template_torch_wall.json b/1.17.1/assets/minecraft/models/block/template_torch_wall.json new file mode 100644 index 00000000..1a6d297e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/template_torch_wall.json @@ -0,0 +1,35 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#torch" + }, + "elements": [ + { "from": [ -1, 3.5, 7 ], + "to": [ 1, 13.5, 9 ], + "rotation": { "origin": [ 0, 3.5, 8 ], "axis": "z", "angle": -22.5 }, + "shade": false, + "faces": { + "down": { "uv": [ 7, 13, 9, 15 ], "texture": "#torch" }, + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#torch" } + } + }, + { "from": [ -1, 3.5, 0 ], + "to": [ 1, 19.5, 16 ], + "rotation": { "origin": [ 0, 3.5, 8 ], "axis": "z", "angle": -22.5 }, + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" } + } + }, + { "from": [ -8, 3.5, 7 ], + "to": [ 8, 19.5, 9 ], + "rotation": { "origin": [ 0, 3.5, 8 ], "axis": "z", "angle": -22.5 }, + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/template_trapdoor_bottom.json b/1.17.1/assets/minecraft/models/block/template_trapdoor_bottom.json new file mode 100644 index 00000000..2b6c8daa --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/template_trapdoor_bottom.json @@ -0,0 +1,18 @@ +{ "parent": "block/thin_block", + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 3, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/template_trapdoor_open.json b/1.17.1/assets/minecraft/models/block/template_trapdoor_open.json new file mode 100644 index 00000000..b301619c --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/template_trapdoor_open.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 0, 0, 13 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 13, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 16, 0, 13, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 13, 0, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/template_trapdoor_top.json b/1.17.1/assets/minecraft/models/block/template_trapdoor_top.json new file mode 100644 index 00000000..036aeb7b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/template_trapdoor_top.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 0, 13, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "up" }, + "north": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/template_turtle_egg.json b/1.17.1/assets/minecraft/models/block/template_turtle_egg.json new file mode 100644 index 00000000..b42b49ea --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/template_turtle_egg.json @@ -0,0 +1,19 @@ +{ + "parent": "block/block", + "textures": { + "particle": "#all" + }, + "elements": [ + { "from": [ 5, 0, 4 ], + "to": [ 9, 7, 8 ], + "faces": { + "down": { "uv": [ 0, 0, 4, 4 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 0, 0, 4, 4 ], "texture": "#all" }, + "north": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, + "south": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, + "west": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, + "east": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/template_two_candles.json b/1.17.1/assets/minecraft/models/block/template_two_candles.json new file mode 100644 index 00000000..2abbb10c --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/template_two_candles.json @@ -0,0 +1,65 @@ +{ + "parent": "block/block", + "elements": [ + { + "from": [5, 0, 7], + "to": [7, 5, 9], + "faces": { + "north": {"uv": [0, 8, 2, 13], "texture": "#all"}, + "east": {"uv": [0, 8, 2, 13], "texture": "#all"}, + "south": {"uv": [0, 8, 2, 13], "texture": "#all"}, + "west": {"uv": [0, 8, 2, 13], "texture": "#all"}, + "up": {"uv": [0, 6, 2, 8], "texture": "#all"}, + "down": {"uv": [0, 14, 2, 16], "texture": "#all", "cullface": "down"} + } + }, + { + "from": [5.5, 5, 8], + "to": [6.5, 6, 8], + "rotation": {"angle": 45, "axis": "y", "origin": [6, 5, 8]}, + "faces": { + "north": {"uv": [0, 5, 1, 6], "texture": "#all"}, + "south": {"uv": [1, 5, 0, 6], "texture": "#all"} + } + }, + { + "from": [5.5, 5, 8], + "to": [6.5, 6, 8], + "rotation": {"angle": -45, "axis": "y", "origin": [6, 5, 8]}, + "faces": { + "north": {"uv": [0, 5, 1, 6], "texture": "#all"}, + "south": {"uv": [1, 5, 0, 6], "texture": "#all"} + } + }, + { + "from": [9, 0, 6], + "to": [11, 6, 8], + "faces": { + "north": {"uv": [0, 8, 2, 14], "texture": "#all"}, + "east": {"uv": [0, 8, 2, 14], "texture": "#all"}, + "south": {"uv": [0, 8, 2, 14], "texture": "#all"}, + "west": {"uv": [0, 8, 2, 14], "texture": "#all"}, + "up": {"uv": [0, 6, 2, 8], "texture": "#all"}, + "down": {"uv": [0, 14, 2, 16], "texture": "#all", "cullface": "down"} + } + }, + { + "from": [9.5, 6, 7], + "to": [10.5, 7, 7], + "rotation": {"angle": 45, "axis": "y", "origin": [10, 6, 7]}, + "faces": { + "north": {"uv": [0, 5, 1, 6], "texture": "#all"}, + "south": {"uv": [0, 5, 1, 6], "texture": "#all"} + } + }, + { + "from": [9.5, 6, 7], + "to": [10.5, 7, 7], + "rotation": {"angle": -45, "axis": "y", "origin": [10, 6, 7]}, + "faces": { + "north": {"uv": [0, 5, 1, 6], "texture": "#all"}, + "south": {"uv": [0, 5, 1, 6], "texture": "#all"} + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/template_two_turtle_eggs.json b/1.17.1/assets/minecraft/models/block/template_two_turtle_eggs.json new file mode 100644 index 00000000..a5faf35d --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/template_two_turtle_eggs.json @@ -0,0 +1,31 @@ +{ + "parent": "block/block", + "textures": { + "particle": "#all" + }, + "elements": [ + { "from": [ 5, 0, 4 ], + "to": [ 9, 7, 8 ], + "faces": { + "down": { "uv": [ 0, 0, 4, 4 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 0, 0, 4, 4 ], "texture": "#all" }, + "north": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, + "south": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, + "west": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" }, + "east": { "uv": [ 1, 4, 5, 11 ], "texture": "#all" } + } + }, + { + "from": [ 1, 0, 7 ], + "to": [ 5, 5, 11 ], + "faces": { + "down": { "uv": [ 6, 7, 10, 11 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 6, 7, 10, 11 ], "texture": "#all" }, + "north": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" }, + "south": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" }, + "west": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" }, + "east": { "uv": [ 10, 10, 14, 15 ], "texture": "#all" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/template_wall_post.json b/1.17.1/assets/minecraft/models/block/template_wall_post.json new file mode 100644 index 00000000..c1c40e47 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/template_wall_post.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "#wall" + }, + "elements": [ + { "from": [ 4, 0, 4 ], + "to": [ 12, 16, 12 ], + "faces": { + "down": { "texture": "#wall", "cullface": "down" }, + "up": { "texture": "#wall", "cullface": "up" }, + "north": { "texture": "#wall" }, + "south": { "texture": "#wall" }, + "west": { "texture": "#wall" }, + "east": { "texture": "#wall" } + }, + "__comment": "Center post" + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/template_wall_side.json b/1.17.1/assets/minecraft/models/block/template_wall_side.json new file mode 100644 index 00000000..301854c8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/template_wall_side.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#wall" + }, + "elements": [ + { "from": [ 5, 0, 0 ], + "to": [ 11, 14, 8 ], + "faces": { + "down": { "texture": "#wall", "cullface": "down" }, + "up": { "texture": "#wall" }, + "north": { "texture": "#wall", "cullface": "north" }, + "west": { "texture": "#wall" }, + "east": { "texture": "#wall" } + }, + "__comment": "wall" + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/template_wall_side_tall.json b/1.17.1/assets/minecraft/models/block/template_wall_side_tall.json new file mode 100644 index 00000000..379a9e3c --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/template_wall_side_tall.json @@ -0,0 +1,17 @@ +{ + "textures": { + "particle": "#wall" + }, + "elements": [ + { "from": [ 5, 0, 0 ], + "to": [ 11, 16, 8 ], + "faces": { + "down": { "texture": "#wall", "cullface": "down" }, + "up": { "texture": "#wall", "cullface": "up"}, + "north": { "texture": "#wall", "cullface": "north" }, + "west": { "texture": "#wall" }, + "east": { "texture": "#wall" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/terracotta.json b/1.17.1/assets/minecraft/models/block/terracotta.json new file mode 100644 index 00000000..abdc18d7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/terracotta" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/thin_block.json b/1.17.1/assets/minecraft/models/block/thin_block.json new file mode 100644 index 00000000..1adb58ab --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/thin_block.json @@ -0,0 +1,19 @@ +{ "parent": "block/block", + "display": { + "thirdperson_righthand": { + "rotation": [ 75, 45, 0 ], + "translation": [ 0, 2.5, 2], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 45, 0 ], + "translation": [ 0, 4.2, 0 ], + "scale": [ 0.40, 0.40, 0.40 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, 225, 0 ], + "translation": [ 0, 4.2, 0 ], + "scale": [ 0.40, 0.40, 0.40 ] + } + } +} diff --git a/1.17.1/assets/minecraft/models/block/three_dead_sea_pickles.json b/1.17.1/assets/minecraft/models/block/three_dead_sea_pickles.json new file mode 100644 index 00000000..8eff63de --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/three_dead_sea_pickles.json @@ -0,0 +1,65 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/sea_pickle", + "all": "block/sea_pickle" + }, + "elements": [ + { "from": [ 6, 0, 9 ], + "to": [ 10, 6, 13 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" } + } + }, + { + "from": [ 6, 5.95, 9 ], + "to": [ 10, 5.95, 13 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 2, 0, 2 ], + "to": [ 6, 4, 6 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 9 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 9 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 9 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 9 ], "texture": "#all" } + } + }, + { + "from": [ 2, 3.95, 2 ], + "to": [ 6, 3.95, 6 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 8, 0, 4 ], + "to": [ 12, 6, 8 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" } + } + }, + { + "from": [ 8, 5.95, 4 ], + "to": [ 12, 5.95, 8 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/three_sea_pickles.json b/1.17.1/assets/minecraft/models/block/three_sea_pickles.json new file mode 100644 index 00000000..aeb47500 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/three_sea_pickles.json @@ -0,0 +1,125 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/sea_pickle", + "all": "block/sea_pickle" + }, + "elements": [ + { "from": [ 6, 0, 9 ], + "to": [ 10, 6, 13 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" } + } + }, + { + "from": [ 6, 5.95, 9 ], + "to": [ 10, 5.95, 13 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 2, 0, 2 ], + "to": [ 6, 4, 6 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 9 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 9 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 9 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 9 ], "texture": "#all" } + } + }, + { + "from": [ 2, 3.95, 2 ], + "to": [ 6, 3.95, 6 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 8, 0, 4 ], + "to": [ 12, 6, 8 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" } + } + }, + { + "from": [ 8, 5.95, 4 ], + "to": [ 12, 5.95, 8 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 7.5, 5.2, 11 ], + "to": [ 8.5, 8.7, 11 ], + "rotation": { "origin": [ 8, 8, 11 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "south": { "uv": [ 3, 0, 1, 5 ], "texture": "#all" } + } + }, + { + "from": [ 8, 5.2, 10.5 ], + "to": [ 8, 8.7, 11.5 ], + "rotation": { "origin": [ 8, 8, 11 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "west": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" }, + "east": { "uv": [ 15, 0, 13, 5 ], "texture": "#all" } + } + }, + { + "from": [ 3.5, 3.2, 4 ], + "to": [ 4.5, 6.7, 4 ], + "rotation": { "origin": [ 4, 8, 4 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "south": { "uv": [ 3, 0, 1, 5 ], "texture": "#all" } + } + }, + { + "from": [ 4, 3.2, 3.5 ], + "to": [ 4, 6.7, 4.5 ], + "rotation": { "origin": [ 4, 8, 4 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "west": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" }, + "east": { "uv": [ 15, 0, 13, 5 ], "texture": "#all" } + } + }, + { + "from": [ 9.5, 5.2, 6 ], + "to": [ 10.5, 8.7, 6 ], + "rotation": { "origin": [ 10, 8, 6 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "south": { "uv": [ 3, 0, 1, 5 ], "texture": "#all" } + } + }, + { + "from": [ 10, 5.2, 5.5 ], + "to": [ 10, 8.7, 6.5 ], + "rotation": { "origin": [ 10, 8, 6 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "west": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" }, + "east": { "uv": [ 15, 0, 13, 5 ], "texture": "#all" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/three_slightly_cracked_turtle_eggs.json b/1.17.1/assets/minecraft/models/block/three_slightly_cracked_turtle_eggs.json new file mode 100644 index 00000000..a50fdeef --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/three_slightly_cracked_turtle_eggs.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_three_turtle_eggs", + "textures": { + "all": "minecraft:block/turtle_egg_slightly_cracked" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/three_turtle_eggs.json b/1.17.1/assets/minecraft/models/block/three_turtle_eggs.json new file mode 100644 index 00000000..7f893795 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/three_turtle_eggs.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_three_turtle_eggs", + "textures": { + "all": "minecraft:block/turtle_egg" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/three_very_cracked_turtle_eggs.json b/1.17.1/assets/minecraft/models/block/three_very_cracked_turtle_eggs.json new file mode 100644 index 00000000..7c8e2046 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/three_very_cracked_turtle_eggs.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_three_turtle_eggs", + "textures": { + "all": "minecraft:block/turtle_egg_very_cracked" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/tinted_cross.json b/1.17.1/assets/minecraft/models/block/tinted_cross.json new file mode 100644 index 00000000..d3b5474e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/tinted_cross.json @@ -0,0 +1,26 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#cross" + }, + "elements": [ + { "from": [ 0.8, 0, 8 ], + "to": [ 15.2, 16, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 } + } + }, + { "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", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/tinted_flower_pot_cross.json b/1.17.1/assets/minecraft/models/block/tinted_flower_pot_cross.json new file mode 100644 index 00000000..3bdc26c1 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/tinted_flower_pot_cross.json @@ -0,0 +1,73 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/flower_pot", + "flowerpot": "block/flower_pot", + "dirt": "block/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, 12, 10, 16 ], "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 } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/tinted_glass.json b/1.17.1/assets/minecraft/models/block/tinted_glass.json new file mode 100644 index 00000000..7c6f495d --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/tinted_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/tinted_glass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/tnt.json b/1.17.1/assets/minecraft/models/block/tnt.json new file mode 100644 index 00000000..57be70c1 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/tnt.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/cube_bottom_top", + "textures": { + "top": "minecraft:block/tnt_top", + "bottom": "minecraft:block/tnt_bottom", + "side": "minecraft:block/tnt_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/torch.json b/1.17.1/assets/minecraft/models/block/torch.json new file mode 100644 index 00000000..7c6241d0 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/torch.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_torch", + "textures": { + "torch": "minecraft:block/torch" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/tripwire_attached_n.json b/1.17.1/assets/minecraft/models/block/tripwire_attached_n.json new file mode 100644 index 00000000..a0ecc5d7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/tripwire_attached_n.json @@ -0,0 +1,33 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/tripwire", + "texture": "block/tripwire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 16, 2, 0, 4 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 16, 2, 0, 4 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 16, 2, 0, 4 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/tripwire_attached_ne.json b/1.17.1/assets/minecraft/models/block/tripwire_attached_ne.json new file mode 100644 index 00000000..7fa445fc --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/tripwire_attached_ne.json @@ -0,0 +1,41 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/tripwire", + "texture": "block/tripwire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 16, 2, 0, 4 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 16, 2, 0, 4 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 8, 1.5, 7.75 ], + "to": [ 12, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + }, + { "from": [ 12, 1.5, 7.75 ], + "to": [ 16, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/tripwire_attached_ns.json b/1.17.1/assets/minecraft/models/block/tripwire_attached_ns.json new file mode 100644 index 00000000..e7d8d9cf --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/tripwire_attached_ns.json @@ -0,0 +1,41 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/tripwire", + "texture": "block/tripwire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 16, 2, 0, 4 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 16, 2, 0, 4 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 16, 2, 0, 4 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 12 ], + "to": [ 8.25, 1.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 16, 2, 0, 4 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/tripwire_attached_nse.json b/1.17.1/assets/minecraft/models/block/tripwire_attached_nse.json new file mode 100644 index 00000000..745983f5 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/tripwire_attached_nse.json @@ -0,0 +1,57 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/tripwire", + "texture": "block/tripwire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 16, 2, 0, 4 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 16, 2, 0, 4 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 16, 2, 0, 4 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 12 ], + "to": [ 8.25, 1.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 16, 2, 0, 4 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 8, 1.5, 7.75 ], + "to": [ 12, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + }, + { "from": [ 12, 1.5, 7.75 ], + "to": [ 16, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/tripwire_attached_nsew.json b/1.17.1/assets/minecraft/models/block/tripwire_attached_nsew.json new file mode 100644 index 00000000..b34593d4 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/tripwire_attached_nsew.json @@ -0,0 +1,73 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/tripwire", + "texture": "block/tripwire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 16, 2, 0, 4 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 16, 2, 0, 4 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 16, 2, 0, 4 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 12 ], + "to": [ 8.25, 1.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 16, 2, 0, 4 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 0, 1.5, 7.75 ], + "to": [ 4, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + }, + { "from": [ 4, 1.5, 7.75 ], + "to": [ 8, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + }, + { "from": [ 8, 1.5, 7.75 ], + "to": [ 12, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + }, + { "from": [ 12, 1.5, 7.75 ], + "to": [ 16, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/tripwire_hook.json b/1.17.1/assets/minecraft/models/block/tripwire_hook.json new file mode 100644 index 00000000..95279bd3 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/tripwire_hook.json @@ -0,0 +1,72 @@ +{ + "textures": { + "particle": "block/oak_planks", + "hook": "block/tripwire_hook", + "wood": "block/oak_planks" + }, + "elements": [ + { "from": [ 6.2, 3.8, 7.9 ], + "to": [ 9.8, 4.6, 11.5 ], + "rotation": { "origin": [ 8, 6, 5.2 ], "axis": "x", "angle": -45 }, + "faces": { + "down": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "up": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "north": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" }, + "south": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "west": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "east": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 3.8, 10.3 ], + "to": [ 8.6, 4.6, 10.3 ], + "rotation": { "origin": [ 8, 6, 5.2 ], "axis": "x", "angle": -45 }, + "faces": { + "north": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 3.8, 9.1 ], + "to": [ 8.6, 4.6, 9.1 ], + "rotation": { "origin": [ 8, 6, 5.2 ], "axis": "x", "angle": -45 }, + "faces": { + "south": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 3.8, 9.1 ], + "to": [ 7.4, 4.6, 10.3 ], + "rotation": { "origin": [ 8, 6, 5.2 ], "axis": "x", "angle": -45 }, + "faces": { + "east": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 8.6, 3.8, 9.1 ], + "to": [ 8.6, 4.6, 10.3 ], + "rotation": { "origin": [ 8, 6, 5.2 ], "axis": "x", "angle": -45 }, + "faces": { + "west": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 5.2, 10 ], + "to": [ 8.8, 6.8, 14 ], + "rotation": { "origin": [ 8, 6, 14 ], "axis": "x", "angle": 45 }, + "faces": { + "down": { "uv": [ 7, 9, 9, 14 ], "texture": "#wood" }, + "up": { "uv": [ 7, 2, 9, 7 ], "texture": "#wood" }, + "north": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "south": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "west": { "uv": [ 2, 9, 7, 11 ], "texture": "#wood" }, + "east": { "uv": [ 9, 9, 14, 11 ], "texture": "#wood" } + } + }, + { "from": [ 6, 1, 14 ], + "to": [ 10, 9, 16 ], + "faces": { + "down": { "uv": [ 6, 14, 10, 16 ], "texture": "#wood" }, + "up": { "uv": [ 6, 0, 10, 2 ], "texture": "#wood" }, + "north": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood" }, + "south": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood", "cullface": "south" }, + "west": { "uv": [ 0, 7, 2, 15 ], "texture": "#wood" }, + "east": { "uv": [ 14, 7, 16, 15 ], "texture": "#wood" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/tripwire_hook_attached.json b/1.17.1/assets/minecraft/models/block/tripwire_hook_attached.json new file mode 100644 index 00000000..58228444 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/tripwire_hook_attached.json @@ -0,0 +1,79 @@ +{ + "textures": { + "particle": "block/oak_planks", + "hook": "block/tripwire_hook", + "wood": "block/oak_planks", + "tripwire": "block/tripwire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 6.7 ], + "rotation": { "origin": [ 8, 0, 0 ], "axis": "x", "angle": -22.5, "rescale": true }, + "faces": { + "down": { "uv": [ 16, 6, 0, 8 ], "texture": "#tripwire", "rotation": 90 }, + "up": { "uv": [ 0, 6, 16, 8 ], "texture": "#tripwire", "rotation": 90 } + } + }, + { "from": [ 6.2, 4.2, 6.7 ], + "to": [ 9.8, 5, 10.3 ], + "rotation": { "origin": [ 8, 4.2, 6.7 ], "axis": "x", "angle": -22.5, "rescale": false }, + "faces": { + "down": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "up": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "north": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" }, + "south": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "west": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "east": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 9.1 ], + "to": [ 8.6, 5, 9.1 ], + "rotation": { "origin": [ 8, 4.2, 6.7 ], "axis": "x", "angle": -22.5, "rescale": false }, + "faces": { + "north": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 7.9 ], + "to": [ 8.6, 5, 7.9 ], + "rotation": { "origin": [ 8, 4.2, 6.7 ], "axis": "x", "angle": -22.5, "rescale": false }, + "faces": { + "south": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 7.9 ], + "to": [ 7.4, 5, 9.1 ], + "rotation": { "origin": [ 8, 4.2, 6.7 ], "axis": "x", "angle": -22.5, "rescale": false }, + "faces": { + "east": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 8.6, 4.2, 7.9 ], + "to": [ 8.6, 5, 9.1 ], + "rotation": { "origin": [ 8, 4.2, 6.7 ], "axis": "x", "angle": -22.5, "rescale": false }, + "faces": { + "west": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 5.2, 10 ], + "to": [ 8.8, 6.8, 14 ], + "faces": { + "down": { "uv": [ 7, 9, 9, 14 ], "texture": "#wood" }, + "up": { "uv": [ 7, 2, 9, 7 ], "texture": "#wood" }, + "north": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "west": { "uv": [ 2, 9, 7, 11 ], "texture": "#wood" }, + "east": { "uv": [ 9, 9, 14, 11 ], "texture": "#wood" } + } + }, + { "from": [ 6, 1, 14 ], + "to": [ 10, 9, 16 ], + "faces": { + "down": { "uv": [ 6, 14, 10, 16 ], "texture": "#wood" }, + "up": { "uv": [ 6, 0, 10, 2 ], "texture": "#wood" }, + "north": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood" }, + "south": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood", "cullface": "south" }, + "west": { "uv": [ 0, 7, 2, 15 ], "texture": "#wood" }, + "east": { "uv": [ 14, 7, 16, 15 ], "texture": "#wood" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/tripwire_hook_attached_on.json b/1.17.1/assets/minecraft/models/block/tripwire_hook_attached_on.json new file mode 100644 index 00000000..c0e4d1ad --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/tripwire_hook_attached_on.json @@ -0,0 +1,76 @@ +{ + "textures": { + "particle": "block/oak_planks", + "hook": "block/tripwire_hook", + "wood": "block/oak_planks", + "tripwire": "block/tripwire" + }, + "elements": [ + { "from": [ 7.75, 0.5, 0 ], + "to": [ 8.25, 0.5, 6.7 ], + "rotation": { "origin": [ 8, 0, 0 ], "axis": "x", "angle": -22.5, "rescale": true }, + "faces": { + "down": { "uv": [ 16, 6, 0, 8 ], "texture": "#tripwire", "rotation": 90 }, + "up": { "uv": [ 0, 6, 16, 8 ], "texture": "#tripwire", "rotation": 90 } + } + }, + { "from": [ 6.2, 3.4, 6.7 ], + "to": [ 9.8, 4.2, 10.3 ], + "faces": { + "down": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "up": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "north": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" }, + "south": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "west": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "east": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 3.4, 9.1 ], + "to": [ 8.6, 4.2, 9.1 ], + "faces": { + "north": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 3.4, 7.9 ], + "to": [ 8.6, 4.2, 7.9 ], + "faces": { + "south": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 3.4, 7.9 ], + "to": [ 7.4, 4.2, 9.1 ], + "faces": { + "east": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 8.6, 3.4, 7.9 ], + "to": [ 8.6, 4.2, 9.1 ], + "faces": { + "west": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 5.2, 10 ], + "to": [ 8.8, 6.8, 14 ], + "rotation": { "origin": [ 8, 6, 14 ], "axis": "x", "angle": -22.5 }, + "faces": { + "down": { "uv": [ 7, 9, 9, 14 ], "texture": "#wood" }, + "up": { "uv": [ 7, 2, 9, 7 ], "texture": "#wood" }, + "north": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "south": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "west": { "uv": [ 2, 9, 7, 11 ], "texture": "#wood" }, + "east": { "uv": [ 9, 9, 14, 11 ], "texture": "#wood" } + } + }, + { "from": [ 6, 1, 14 ], + "to": [ 10, 9, 16 ], + "faces": { + "down": { "uv": [ 6, 14, 10, 16 ], "texture": "#wood" }, + "up": { "uv": [ 6, 0, 10, 2 ], "texture": "#wood" }, + "north": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood" }, + "south": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood", "cullface": "south" }, + "west": { "uv": [ 0, 7, 2, 15 ], "texture": "#wood" }, + "east": { "uv": [ 14, 7, 16, 15 ], "texture": "#wood" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/tripwire_hook_on.json b/1.17.1/assets/minecraft/models/block/tripwire_hook_on.json new file mode 100644 index 00000000..5b2494b1 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/tripwire_hook_on.json @@ -0,0 +1,67 @@ +{ + "textures": { + "particle": "block/oak_planks", + "hook": "block/tripwire_hook", + "wood": "block/oak_planks" + }, + "elements": [ + { "from": [ 6.2, 4.2, 6.7 ], + "to": [ 9.8, 5, 10.3 ], + "faces": { + "down": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "up": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "north": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" }, + "south": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "west": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "east": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 9.1 ], + "to": [ 8.6, 5, 9.1 ], + "faces": { + "north": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 7.9 ], + "to": [ 8.6, 5, 7.9 ], + "faces": { + "south": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 7.9 ], + "to": [ 7.4, 5, 9.1 ], + "faces": { + "east": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 8.6, 4.2, 7.9 ], + "to": [ 8.6, 5, 9.1 ], + "faces": { + "west": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 5.2, 10 ], + "to": [ 8.8, 6.8, 14 ], + "rotation": { "origin": [ 8, 6, 14 ], "axis": "x", "angle": -22.5 }, + "faces": { + "down": { "uv": [ 7, 9, 9, 14 ], "texture": "#wood" }, + "up": { "uv": [ 7, 2, 9, 7 ], "texture": "#wood" }, + "north": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "south": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "west": { "uv": [ 2, 9, 7, 11 ], "texture": "#wood" }, + "east": { "uv": [ 9, 9, 14, 11 ], "texture": "#wood" } + } + }, + { "from": [ 6, 1, 14 ], + "to": [ 10, 9, 16 ], + "faces": { + "down": { "uv": [ 6, 14, 10, 16 ], "texture": "#wood" }, + "up": { "uv": [ 6, 0, 10, 2 ], "texture": "#wood" }, + "north": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood" }, + "south": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood", "cullface": "south" }, + "west": { "uv": [ 0, 7, 2, 15 ], "texture": "#wood" }, + "east": { "uv": [ 14, 7, 16, 15 ], "texture": "#wood" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/tripwire_n.json b/1.17.1/assets/minecraft/models/block/tripwire_n.json new file mode 100644 index 00000000..fe858fec --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/tripwire_n.json @@ -0,0 +1,33 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/tripwire", + "texture": "block/tripwire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 16, 0, 0, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 16, 0, 0, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 16, 0, 0, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/tripwire_ne.json b/1.17.1/assets/minecraft/models/block/tripwire_ne.json new file mode 100644 index 00000000..6ce78f4c --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/tripwire_ne.json @@ -0,0 +1,41 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/tripwire", + "texture": "block/tripwire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 16, 0, 0, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 16, 0, 0, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 8, 1.5, 7.75 ], + "to": [ 12, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + }, + { "from": [ 12, 1.5, 7.75 ], + "to": [ 16, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/tripwire_ns.json b/1.17.1/assets/minecraft/models/block/tripwire_ns.json new file mode 100644 index 00000000..9c87db52 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/tripwire_ns.json @@ -0,0 +1,41 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/tripwire", + "texture": "block/tripwire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 16, 0, 0, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 16, 0, 0, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 16, 0, 0, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 12 ], + "to": [ 8.25, 1.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 16, 0, 0, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/tripwire_nse.json b/1.17.1/assets/minecraft/models/block/tripwire_nse.json new file mode 100644 index 00000000..2ab3aa75 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/tripwire_nse.json @@ -0,0 +1,57 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/tripwire", + "texture": "block/tripwire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 16, 0, 0, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 16, 0, 0, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 16, 0, 0, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 12 ], + "to": [ 8.25, 1.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 16, 0, 0, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 8, 1.5, 7.75 ], + "to": [ 12, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + }, + { "from": [ 12, 1.5, 7.75 ], + "to": [ 16, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/tripwire_nsew.json b/1.17.1/assets/minecraft/models/block/tripwire_nsew.json new file mode 100644 index 00000000..9f96d403 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/tripwire_nsew.json @@ -0,0 +1,73 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/tripwire", + "texture": "block/tripwire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 16, 0, 0, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 16, 0, 0, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 16, 0, 0, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 12 ], + "to": [ 8.25, 1.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 16, 0, 0, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 0, 1.5, 7.75 ], + "to": [ 4, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + }, + { "from": [ 4, 1.5, 7.75 ], + "to": [ 8, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + }, + { "from": [ 8, 1.5, 7.75 ], + "to": [ 12, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + }, + { "from": [ 12, 1.5, 7.75 ], + "to": [ 16, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/tube_coral.json b/1.17.1/assets/minecraft/models/block/tube_coral.json new file mode 100644 index 00000000..0a159709 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/tube_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/tube_coral" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/tube_coral_block.json b/1.17.1/assets/minecraft/models/block/tube_coral_block.json new file mode 100644 index 00000000..4de67c0b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/tube_coral_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/tube_coral_block" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/tube_coral_fan.json b/1.17.1/assets/minecraft/models/block/tube_coral_fan.json new file mode 100644 index 00000000..6a5e968c --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/tube_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/coral_fan", + "textures": { + "fan": "minecraft:block/tube_coral_fan" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/tube_coral_wall_fan.json b/1.17.1/assets/minecraft/models/block/tube_coral_wall_fan.json new file mode 100644 index 00000000..6a36d289 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/tube_coral_wall_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/coral_wall_fan", + "textures": { + "fan": "minecraft:block/tube_coral_fan" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/tuff.json b/1.17.1/assets/minecraft/models/block/tuff.json new file mode 100644 index 00000000..80ca0934 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/tuff.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/tuff" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/turtle_egg.json b/1.17.1/assets/minecraft/models/block/turtle_egg.json new file mode 100644 index 00000000..94ce75f7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/turtle_egg.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_turtle_egg", + "textures": { + "all": "minecraft:block/turtle_egg" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/twisting_vines.json b/1.17.1/assets/minecraft/models/block/twisting_vines.json new file mode 100644 index 00000000..1e077028 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/twisting_vines.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/twisting_vines" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/twisting_vines_plant.json b/1.17.1/assets/minecraft/models/block/twisting_vines_plant.json new file mode 100644 index 00000000..20a056e0 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/twisting_vines_plant.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/twisting_vines_plant" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/two_dead_sea_pickles.json b/1.17.1/assets/minecraft/models/block/two_dead_sea_pickles.json new file mode 100644 index 00000000..0a618603 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/two_dead_sea_pickles.json @@ -0,0 +1,46 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/sea_pickle", + "all": "block/sea_pickle" + }, + "elements": [ + { "from": [ 3, 0, 3 ], + "to": [ 7, 6, 7 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" } + } + }, + { + "from": [ 3, 5.95, 3 ], + "to": [ 7, 5.95, 7 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 8, 0, 8 ], + "to": [ 12, 4, 12 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 9 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 9 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 9 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 9 ], "texture": "#all" } + } + }, + { + "from": [ 8, 3.95, 8 ], + "to": [ 12, 3.95, 12 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/two_sea_pickles.json b/1.17.1/assets/minecraft/models/block/two_sea_pickles.json new file mode 100644 index 00000000..612d0ff9 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/two_sea_pickles.json @@ -0,0 +1,86 @@ +{ + "parent": "block/block", + "textures": { + "particle": "block/sea_pickle", + "all": "block/sea_pickle" + }, + "elements": [ + { "from": [ 3, 0, 3 ], + "to": [ 7, 6, 7 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 11 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 11 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 11 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 11 ], "texture": "#all" } + } + }, + { + "from": [ 3, 5.95, 3 ], + "to": [ 7, 5.95, 7 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 8, 0, 8 ], + "to": [ 12, 4, 12 ], + "faces": { + "down": { "uv": [ 8, 1, 12, 5 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 4, 1, 8, 5 ], "texture": "#all" }, + "north": { "uv": [ 4, 5, 8, 9 ], "texture": "#all" }, + "south": { "uv": [ 0, 5, 4, 9 ], "texture": "#all" }, + "west": { "uv": [ 8, 5, 12, 9 ], "texture": "#all" }, + "east": { "uv": [ 12, 5, 16, 9 ], "texture": "#all" } + } + }, + { + "from": [ 8, 3.95, 8 ], + "to": [ 12, 3.95, 12 ], + "faces": { + "up": {"uv": [ 8, 1, 12, 5 ], "texture": "#all"} + } + }, + { + "from": [ 4.5, 5.2, 5 ], + "to": [ 5.5, 8.7, 5 ], + "rotation": { "origin": [ 5, 5.6, 5 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "south": { "uv": [ 3, 0, 1, 5 ], "texture": "#all" } + } + }, + { + "from": [ 5, 5.2, 4.5 ], + "to": [ 5, 8.7, 5.5 ], + "rotation": { "origin": [ 5, 5.6, 5 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "west": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" }, + "east": { "uv": [ 15, 0, 13, 5 ], "texture": "#all" } + } + }, + { + "from": [ 9.5, 3.2, 10 ], + "to": [ 10.5, 6.7, 10 ], + "rotation": { "origin": [10, 8, 10 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 1, 0, 3, 5 ], "texture": "#all" }, + "south": { "uv": [ 3, 0, 1, 5 ], "texture": "#all" } + } + }, + { + "from": [ 10, 3.2, 9.5 ], + "to": [ 10, 6.7, 10.5 ], + "rotation": { "origin": [ 10, 8, 10 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "west": { "uv": [ 13, 0, 15, 5 ], "texture": "#all" }, + "east": { "uv": [ 15, 0, 13, 5 ], "texture": "#all" } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/two_slightly_cracked_turtle_eggs.json b/1.17.1/assets/minecraft/models/block/two_slightly_cracked_turtle_eggs.json new file mode 100644 index 00000000..4d1a9503 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/two_slightly_cracked_turtle_eggs.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_two_turtle_eggs", + "textures": { + "all": "minecraft:block/turtle_egg_slightly_cracked" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/two_turtle_eggs.json b/1.17.1/assets/minecraft/models/block/two_turtle_eggs.json new file mode 100644 index 00000000..22209d56 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/two_turtle_eggs.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_two_turtle_eggs", + "textures": { + "all": "minecraft:block/turtle_egg" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/two_very_cracked_turtle_eggs.json b/1.17.1/assets/minecraft/models/block/two_very_cracked_turtle_eggs.json new file mode 100644 index 00000000..1408a48f --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/two_very_cracked_turtle_eggs.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_two_turtle_eggs", + "textures": { + "all": "minecraft:block/turtle_egg_very_cracked" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/very_cracked_turtle_egg.json b/1.17.1/assets/minecraft/models/block/very_cracked_turtle_egg.json new file mode 100644 index 00000000..74ff1606 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/very_cracked_turtle_egg.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_turtle_egg", + "textures": { + "all": "minecraft:block/turtle_egg_very_cracked" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/vine.json b/1.17.1/assets/minecraft/models/block/vine.json new file mode 100644 index 00000000..6a48a470 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/vine.json @@ -0,0 +1,17 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "block/vine", + "vine": "block/vine" + }, + "elements": [ + { "from": [ 0, 0, 0.8 ], + "to": [ 16, 16, 0.8 ], + "shade": false, + "faces": { + "north": { "uv": [ 16, 0, 0, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/wall_inventory.json b/1.17.1/assets/minecraft/models/block/wall_inventory.json new file mode 100644 index 00000000..4638d77e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/wall_inventory.json @@ -0,0 +1,44 @@ +{ "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": "#wall" + }, + "elements": [ + { "from": [ 4, 0, 4 ], + "to": [ 12, 16, 12 ], + "faces": { + "down": { "uv": [ 4, 4, 12, 12 ], "texture": "#wall", "cullface": "down" }, + "up": { "uv": [ 4, 4, 12, 12 ], "texture": "#wall" }, + "north": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, + "south": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, + "west": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, + "east": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" } + }, + "__comment": "Center post" + }, + { "from": [ 5, 0, 0 ], + "to": [ 11, 13, 16 ], + "faces": { + "down": { "uv": [ 5, 0, 11, 16 ], "texture": "#wall", "cullface": "down" }, + "up": { "uv": [ 5, 0, 11, 16 ], "texture": "#wall" }, + "north": { "uv": [ 5, 3, 11, 16 ], "texture": "#wall", "cullface": "north" }, + "south": { "uv": [ 5, 3, 11, 16 ], "texture": "#wall", "cullface": "south" }, + "west": { "uv": [ 0, 3, 16, 16 ], "texture": "#wall" }, + "east": { "uv": [ 0, 3, 16, 16 ], "texture": "#wall" } + }, + "__comment": "Full wall" + } + ] +} diff --git a/1.17.1/assets/minecraft/models/block/wall_torch.json b/1.17.1/assets/minecraft/models/block/wall_torch.json new file mode 100644 index 00000000..e30eec7f --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/wall_torch.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_torch_wall", + "textures": { + "torch": "minecraft:block/torch" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/warped_button.json b/1.17.1/assets/minecraft/models/block/warped_button.json new file mode 100644 index 00000000..bdf5bc88 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/warped_button.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/button", + "textures": { + "texture": "minecraft:block/warped_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/warped_button_inventory.json b/1.17.1/assets/minecraft/models/block/warped_button_inventory.json new file mode 100644 index 00000000..2332270f --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/warped_button_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/button_inventory", + "textures": { + "texture": "minecraft:block/warped_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/warped_button_pressed.json b/1.17.1/assets/minecraft/models/block/warped_button_pressed.json new file mode 100644 index 00000000..feb58b7a --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/warped_button_pressed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/button_pressed", + "textures": { + "texture": "minecraft:block/warped_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/warped_door_bottom.json b/1.17.1/assets/minecraft/models/block/warped_door_bottom.json new file mode 100644 index 00000000..cc036b9f --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/warped_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_bottom", + "textures": { + "top": "minecraft:block/warped_door_top", + "bottom": "minecraft:block/warped_door_bottom" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/warped_door_bottom_hinge.json b/1.17.1/assets/minecraft/models/block/warped_door_bottom_hinge.json new file mode 100644 index 00000000..c304c2be --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/warped_door_bottom_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_bottom_rh", + "textures": { + "top": "minecraft:block/warped_door_top", + "bottom": "minecraft:block/warped_door_bottom" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/warped_door_top.json b/1.17.1/assets/minecraft/models/block/warped_door_top.json new file mode 100644 index 00000000..a827de6e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/warped_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_top", + "textures": { + "top": "minecraft:block/warped_door_top", + "bottom": "minecraft:block/warped_door_bottom" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/warped_door_top_hinge.json b/1.17.1/assets/minecraft/models/block/warped_door_top_hinge.json new file mode 100644 index 00000000..2b66b6e2 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/warped_door_top_hinge.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/door_top_rh", + "textures": { + "top": "minecraft:block/warped_door_top", + "bottom": "minecraft:block/warped_door_bottom" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/warped_fence_gate.json b/1.17.1/assets/minecraft/models/block/warped_fence_gate.json new file mode 100644 index 00000000..11e873be --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/warped_fence_gate.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fence_gate", + "textures": { + "texture": "minecraft:block/warped_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/warped_fence_gate_open.json b/1.17.1/assets/minecraft/models/block/warped_fence_gate_open.json new file mode 100644 index 00000000..f4f3f82d --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/warped_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fence_gate_open", + "textures": { + "texture": "minecraft:block/warped_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/warped_fence_gate_wall.json b/1.17.1/assets/minecraft/models/block/warped_fence_gate_wall.json new file mode 100644 index 00000000..ad90d153 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/warped_fence_gate_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fence_gate_wall", + "textures": { + "texture": "minecraft:block/warped_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/warped_fence_gate_wall_open.json b/1.17.1/assets/minecraft/models/block/warped_fence_gate_wall_open.json new file mode 100644 index 00000000..af30e1e6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/warped_fence_gate_wall_open.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_fence_gate_wall_open", + "textures": { + "texture": "minecraft:block/warped_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/warped_fence_inventory.json b/1.17.1/assets/minecraft/models/block/warped_fence_inventory.json new file mode 100644 index 00000000..296e99f9 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/warped_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/fence_inventory", + "textures": { + "texture": "minecraft:block/warped_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/warped_fence_post.json b/1.17.1/assets/minecraft/models/block/warped_fence_post.json new file mode 100644 index 00000000..51ef01dd --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/warped_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/fence_post", + "textures": { + "texture": "minecraft:block/warped_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/warped_fence_side.json b/1.17.1/assets/minecraft/models/block/warped_fence_side.json new file mode 100644 index 00000000..6dba3fec --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/warped_fence_side.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/fence_side", + "textures": { + "texture": "minecraft:block/warped_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/warped_fungus.json b/1.17.1/assets/minecraft/models/block/warped_fungus.json new file mode 100644 index 00000000..c07b792a --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/warped_fungus.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/warped_fungus" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/warped_hyphae.json b/1.17.1/assets/minecraft/models/block/warped_hyphae.json new file mode 100644 index 00000000..eb9e767f --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/warped_hyphae.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/warped_stem", + "side": "minecraft:block/warped_stem" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/warped_nylium.json b/1.17.1/assets/minecraft/models/block/warped_nylium.json new file mode 100644 index 00000000..da22628d --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/warped_nylium.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/cube_bottom_top", + "textures": { + "top": "minecraft:block/warped_nylium", + "bottom": "minecraft:block/netherrack", + "side": "minecraft:block/warped_nylium_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/warped_planks.json b/1.17.1/assets/minecraft/models/block/warped_planks.json new file mode 100644 index 00000000..993971b5 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/warped_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/warped_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/warped_pressure_plate.json b/1.17.1/assets/minecraft/models/block/warped_pressure_plate.json new file mode 100644 index 00000000..7cf3ebd7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/warped_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/pressure_plate_up", + "textures": { + "texture": "minecraft:block/warped_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/warped_pressure_plate_down.json b/1.17.1/assets/minecraft/models/block/warped_pressure_plate_down.json new file mode 100644 index 00000000..1ec67ce3 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/warped_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/pressure_plate_down", + "textures": { + "texture": "minecraft:block/warped_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/warped_roots.json b/1.17.1/assets/minecraft/models/block/warped_roots.json new file mode 100644 index 00000000..85bc3316 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/warped_roots.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/warped_roots" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/warped_sign.json b/1.17.1/assets/minecraft/models/block/warped_sign.json new file mode 100644 index 00000000..b7b47f67 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/warped_sign.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "minecraft:block/warped_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/warped_slab.json b/1.17.1/assets/minecraft/models/block/warped_slab.json new file mode 100644 index 00000000..63a7efda --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/warped_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/warped_planks", + "top": "minecraft:block/warped_planks", + "side": "minecraft:block/warped_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/warped_slab_top.json b/1.17.1/assets/minecraft/models/block/warped_slab_top.json new file mode 100644 index 00000000..e2f6eaa4 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/warped_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/warped_planks", + "top": "minecraft:block/warped_planks", + "side": "minecraft:block/warped_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/warped_stairs.json b/1.17.1/assets/minecraft/models/block/warped_stairs.json new file mode 100644 index 00000000..867e8c67 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/warped_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/warped_planks", + "top": "minecraft:block/warped_planks", + "side": "minecraft:block/warped_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/warped_stairs_inner.json b/1.17.1/assets/minecraft/models/block/warped_stairs_inner.json new file mode 100644 index 00000000..a91e8bed --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/warped_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/warped_planks", + "top": "minecraft:block/warped_planks", + "side": "minecraft:block/warped_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/warped_stairs_outer.json b/1.17.1/assets/minecraft/models/block/warped_stairs_outer.json new file mode 100644 index 00000000..dff375fd --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/warped_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/warped_planks", + "top": "minecraft:block/warped_planks", + "side": "minecraft:block/warped_planks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/warped_stem.json b/1.17.1/assets/minecraft/models/block/warped_stem.json new file mode 100644 index 00000000..2d1fcc34 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/warped_stem.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/warped_stem_top", + "side": "minecraft:block/warped_stem" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/warped_trapdoor_bottom.json b/1.17.1/assets/minecraft/models/block/warped_trapdoor_bottom.json new file mode 100644 index 00000000..211b1add --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/warped_trapdoor_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_orientable_trapdoor_bottom", + "textures": { + "texture": "minecraft:block/warped_trapdoor" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/warped_trapdoor_open.json b/1.17.1/assets/minecraft/models/block/warped_trapdoor_open.json new file mode 100644 index 00000000..cfcf7177 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/warped_trapdoor_open.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_orientable_trapdoor_open", + "textures": { + "texture": "minecraft:block/warped_trapdoor" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/warped_trapdoor_top.json b/1.17.1/assets/minecraft/models/block/warped_trapdoor_top.json new file mode 100644 index 00000000..daac6db9 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/warped_trapdoor_top.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_orientable_trapdoor_top", + "textures": { + "texture": "minecraft:block/warped_trapdoor" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/warped_wart_block.json b/1.17.1/assets/minecraft/models/block/warped_wart_block.json new file mode 100644 index 00000000..7f41d1a5 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/warped_wart_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/warped_wart_block" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/water.json b/1.17.1/assets/minecraft/models/block/water.json new file mode 100644 index 00000000..75907472 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/water.json @@ -0,0 +1,6 @@ +{ + "textures": { + "particle": "block/water_still" + } +} + diff --git a/1.17.1/assets/minecraft/models/block/water_cauldron_full.json b/1.17.1/assets/minecraft/models/block/water_cauldron_full.json new file mode 100644 index 00000000..64f0fba4 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/water_cauldron_full.json @@ -0,0 +1,11 @@ +{ + "parent": "minecraft:block/template_cauldron_full", + "textures": { + "content": "minecraft:block/water_still", + "inside": "minecraft:block/cauldron_inner", + "particle": "minecraft:block/cauldron_side", + "top": "minecraft:block/cauldron_top", + "bottom": "minecraft:block/cauldron_bottom", + "side": "minecraft:block/cauldron_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/water_cauldron_level1.json b/1.17.1/assets/minecraft/models/block/water_cauldron_level1.json new file mode 100644 index 00000000..07699a7e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/water_cauldron_level1.json @@ -0,0 +1,11 @@ +{ + "parent": "minecraft:block/template_cauldron_level1", + "textures": { + "content": "minecraft:block/water_still", + "inside": "minecraft:block/cauldron_inner", + "particle": "minecraft:block/cauldron_side", + "top": "minecraft:block/cauldron_top", + "bottom": "minecraft:block/cauldron_bottom", + "side": "minecraft:block/cauldron_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/water_cauldron_level2.json b/1.17.1/assets/minecraft/models/block/water_cauldron_level2.json new file mode 100644 index 00000000..a9ea012b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/water_cauldron_level2.json @@ -0,0 +1,11 @@ +{ + "parent": "minecraft:block/template_cauldron_level2", + "textures": { + "content": "minecraft:block/water_still", + "inside": "minecraft:block/cauldron_inner", + "particle": "minecraft:block/cauldron_side", + "top": "minecraft:block/cauldron_top", + "bottom": "minecraft:block/cauldron_bottom", + "side": "minecraft:block/cauldron_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/weathered_copper.json b/1.17.1/assets/minecraft/models/block/weathered_copper.json new file mode 100644 index 00000000..aa42be79 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/weathered_copper.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/weathered_copper" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/weathered_cut_copper.json b/1.17.1/assets/minecraft/models/block/weathered_cut_copper.json new file mode 100644 index 00000000..061c79cb --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/weathered_cut_copper.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/weathered_cut_copper" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/weathered_cut_copper_slab.json b/1.17.1/assets/minecraft/models/block/weathered_cut_copper_slab.json new file mode 100644 index 00000000..710e4c1e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/weathered_cut_copper_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "minecraft:block/weathered_cut_copper", + "top": "minecraft:block/weathered_cut_copper", + "side": "minecraft:block/weathered_cut_copper" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/weathered_cut_copper_slab_top.json b/1.17.1/assets/minecraft/models/block/weathered_cut_copper_slab_top.json new file mode 100644 index 00000000..cce9fbbf --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/weathered_cut_copper_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "minecraft:block/weathered_cut_copper", + "top": "minecraft:block/weathered_cut_copper", + "side": "minecraft:block/weathered_cut_copper" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/weathered_cut_copper_stairs.json b/1.17.1/assets/minecraft/models/block/weathered_cut_copper_stairs.json new file mode 100644 index 00000000..6727735c --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/weathered_cut_copper_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "minecraft:block/weathered_cut_copper", + "top": "minecraft:block/weathered_cut_copper", + "side": "minecraft:block/weathered_cut_copper" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/weathered_cut_copper_stairs_inner.json b/1.17.1/assets/minecraft/models/block/weathered_cut_copper_stairs_inner.json new file mode 100644 index 00000000..c21d8d8b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/weathered_cut_copper_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "minecraft:block/weathered_cut_copper", + "top": "minecraft:block/weathered_cut_copper", + "side": "minecraft:block/weathered_cut_copper" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/weathered_cut_copper_stairs_outer.json b/1.17.1/assets/minecraft/models/block/weathered_cut_copper_stairs_outer.json new file mode 100644 index 00000000..bfacdd9e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/weathered_cut_copper_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "minecraft:block/weathered_cut_copper", + "top": "minecraft:block/weathered_cut_copper", + "side": "minecraft:block/weathered_cut_copper" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/weeping_vines.json b/1.17.1/assets/minecraft/models/block/weeping_vines.json new file mode 100644 index 00000000..a675fda1 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/weeping_vines.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/weeping_vines" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/weeping_vines_plant.json b/1.17.1/assets/minecraft/models/block/weeping_vines_plant.json new file mode 100644 index 00000000..c7a9ae05 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/weeping_vines_plant.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/weeping_vines_plant" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/wet_sponge.json b/1.17.1/assets/minecraft/models/block/wet_sponge.json new file mode 100644 index 00000000..1b0b8a97 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/wet_sponge.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/wet_sponge" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/wheat_stage0.json b/1.17.1/assets/minecraft/models/block/wheat_stage0.json new file mode 100644 index 00000000..8343729c --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/wheat_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/crop", + "textures": { + "crop": "minecraft:block/wheat_stage0" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/wheat_stage1.json b/1.17.1/assets/minecraft/models/block/wheat_stage1.json new file mode 100644 index 00000000..1fa14ff8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/wheat_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/crop", + "textures": { + "crop": "minecraft:block/wheat_stage1" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/wheat_stage2.json b/1.17.1/assets/minecraft/models/block/wheat_stage2.json new file mode 100644 index 00000000..9c2e59a1 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/wheat_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/crop", + "textures": { + "crop": "minecraft:block/wheat_stage2" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/wheat_stage3.json b/1.17.1/assets/minecraft/models/block/wheat_stage3.json new file mode 100644 index 00000000..75b167dd --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/wheat_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/crop", + "textures": { + "crop": "minecraft:block/wheat_stage3" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/wheat_stage4.json b/1.17.1/assets/minecraft/models/block/wheat_stage4.json new file mode 100644 index 00000000..3dae7e5e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/wheat_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/crop", + "textures": { + "crop": "minecraft:block/wheat_stage4" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/wheat_stage5.json b/1.17.1/assets/minecraft/models/block/wheat_stage5.json new file mode 100644 index 00000000..1cd7d96b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/wheat_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/crop", + "textures": { + "crop": "minecraft:block/wheat_stage5" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/wheat_stage6.json b/1.17.1/assets/minecraft/models/block/wheat_stage6.json new file mode 100644 index 00000000..7201c51a --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/wheat_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/crop", + "textures": { + "crop": "minecraft:block/wheat_stage6" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/wheat_stage7.json b/1.17.1/assets/minecraft/models/block/wheat_stage7.json new file mode 100644 index 00000000..492b6715 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/wheat_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/crop", + "textures": { + "crop": "minecraft:block/wheat_stage7" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/white_candle_cake.json b/1.17.1/assets/minecraft/models/block/white_candle_cake.json new file mode 100644 index 00000000..ee3d33ab --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/white_candle_cake.json @@ -0,0 +1,10 @@ +{ + "parent": "minecraft:block/template_cake_with_candle", + "textures": { + "candle": "minecraft:block/white_candle", + "bottom": "minecraft:block/cake_bottom", + "side": "minecraft:block/cake_side", + "top": "minecraft:block/cake_top", + "particle": "minecraft:block/cake_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/white_candle_cake_lit.json b/1.17.1/assets/minecraft/models/block/white_candle_cake_lit.json new file mode 100644 index 00000000..1df01902 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/white_candle_cake_lit.json @@ -0,0 +1,10 @@ +{ + "parent": "minecraft:block/template_cake_with_candle", + "textures": { + "candle": "minecraft:block/white_candle_lit", + "bottom": "minecraft:block/cake_bottom", + "side": "minecraft:block/cake_side", + "top": "minecraft:block/cake_top", + "particle": "minecraft:block/cake_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/white_candle_four_candles.json b/1.17.1/assets/minecraft/models/block/white_candle_four_candles.json new file mode 100644 index 00000000..64ad91d2 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/white_candle_four_candles.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_four_candles", + "textures": { + "all": "minecraft:block/white_candle", + "particle": "minecraft:block/white_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/white_candle_four_candles_lit.json b/1.17.1/assets/minecraft/models/block/white_candle_four_candles_lit.json new file mode 100644 index 00000000..0504735b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/white_candle_four_candles_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_four_candles", + "textures": { + "all": "minecraft:block/white_candle_lit", + "particle": "minecraft:block/white_candle_lit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/white_candle_one_candle.json b/1.17.1/assets/minecraft/models/block/white_candle_one_candle.json new file mode 100644 index 00000000..61585d99 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/white_candle_one_candle.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_candle", + "textures": { + "all": "minecraft:block/white_candle", + "particle": "minecraft:block/white_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/white_candle_one_candle_lit.json b/1.17.1/assets/minecraft/models/block/white_candle_one_candle_lit.json new file mode 100644 index 00000000..3a375831 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/white_candle_one_candle_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_candle", + "textures": { + "all": "minecraft:block/white_candle_lit", + "particle": "minecraft:block/white_candle_lit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/white_candle_three_candles.json b/1.17.1/assets/minecraft/models/block/white_candle_three_candles.json new file mode 100644 index 00000000..fd58e51c --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/white_candle_three_candles.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_three_candles", + "textures": { + "all": "minecraft:block/white_candle", + "particle": "minecraft:block/white_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/white_candle_three_candles_lit.json b/1.17.1/assets/minecraft/models/block/white_candle_three_candles_lit.json new file mode 100644 index 00000000..3c4b7aa7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/white_candle_three_candles_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_three_candles", + "textures": { + "all": "minecraft:block/white_candle_lit", + "particle": "minecraft:block/white_candle_lit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/white_candle_two_candles.json b/1.17.1/assets/minecraft/models/block/white_candle_two_candles.json new file mode 100644 index 00000000..4aa5d640 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/white_candle_two_candles.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_two_candles", + "textures": { + "all": "minecraft:block/white_candle", + "particle": "minecraft:block/white_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/white_candle_two_candles_lit.json b/1.17.1/assets/minecraft/models/block/white_candle_two_candles_lit.json new file mode 100644 index 00000000..cf27452f --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/white_candle_two_candles_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_two_candles", + "textures": { + "all": "minecraft:block/white_candle_lit", + "particle": "minecraft:block/white_candle_lit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/white_carpet.json b/1.17.1/assets/minecraft/models/block/white_carpet.json new file mode 100644 index 00000000..08d5186e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/white_carpet.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/carpet", + "textures": { + "wool": "minecraft:block/white_wool" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/white_concrete.json b/1.17.1/assets/minecraft/models/block/white_concrete.json new file mode 100644 index 00000000..92188f47 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/white_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/white_concrete" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/white_concrete_powder.json b/1.17.1/assets/minecraft/models/block/white_concrete_powder.json new file mode 100644 index 00000000..2c8c16b1 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/white_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/white_concrete_powder" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/white_glazed_terracotta.json b/1.17.1/assets/minecraft/models/block/white_glazed_terracotta.json new file mode 100644 index 00000000..e33fbedc --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/white_glazed_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glazed_terracotta", + "textures": { + "pattern": "minecraft:block/white_glazed_terracotta" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/white_shulker_box.json b/1.17.1/assets/minecraft/models/block/white_shulker_box.json new file mode 100644 index 00000000..3a9a58d3 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/white_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "minecraft:block/white_shulker_box" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/white_stained_glass.json b/1.17.1/assets/minecraft/models/block/white_stained_glass.json new file mode 100644 index 00000000..4e135e3d --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/white_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/white_stained_glass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/white_stained_glass_pane_noside.json b/1.17.1/assets/minecraft/models/block/white_stained_glass_pane_noside.json new file mode 100644 index 00000000..b854d543 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/white_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glass_pane_noside", + "textures": { + "pane": "minecraft:block/white_stained_glass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/white_stained_glass_pane_noside_alt.json b/1.17.1/assets/minecraft/models/block/white_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..a4cf80c3 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/white_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glass_pane_noside_alt", + "textures": { + "pane": "minecraft:block/white_stained_glass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/white_stained_glass_pane_post.json b/1.17.1/assets/minecraft/models/block/white_stained_glass_pane_post.json new file mode 100644 index 00000000..dec6a8dd --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/white_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_post", + "textures": { + "pane": "minecraft:block/white_stained_glass", + "edge": "minecraft:block/white_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/white_stained_glass_pane_side.json b/1.17.1/assets/minecraft/models/block/white_stained_glass_pane_side.json new file mode 100644 index 00000000..72312434 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/white_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_side", + "textures": { + "pane": "minecraft:block/white_stained_glass", + "edge": "minecraft:block/white_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/white_stained_glass_pane_side_alt.json b/1.17.1/assets/minecraft/models/block/white_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..40e292ec --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/white_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_side_alt", + "textures": { + "pane": "minecraft:block/white_stained_glass", + "edge": "minecraft:block/white_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/white_terracotta.json b/1.17.1/assets/minecraft/models/block/white_terracotta.json new file mode 100644 index 00000000..eb6bc006 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/white_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/white_terracotta" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/white_tulip.json b/1.17.1/assets/minecraft/models/block/white_tulip.json new file mode 100644 index 00000000..d31ceab8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/white_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/white_tulip" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/white_wool.json b/1.17.1/assets/minecraft/models/block/white_wool.json new file mode 100644 index 00000000..8af86fa1 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/white_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/white_wool" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/wither_rose.json b/1.17.1/assets/minecraft/models/block/wither_rose.json new file mode 100644 index 00000000..47089458 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/wither_rose.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cross", + "textures": { + "cross": "minecraft:block/wither_rose" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/yellow_candle_cake.json b/1.17.1/assets/minecraft/models/block/yellow_candle_cake.json new file mode 100644 index 00000000..5d6b0745 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/yellow_candle_cake.json @@ -0,0 +1,10 @@ +{ + "parent": "minecraft:block/template_cake_with_candle", + "textures": { + "candle": "minecraft:block/yellow_candle", + "bottom": "minecraft:block/cake_bottom", + "side": "minecraft:block/cake_side", + "top": "minecraft:block/cake_top", + "particle": "minecraft:block/cake_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/yellow_candle_cake_lit.json b/1.17.1/assets/minecraft/models/block/yellow_candle_cake_lit.json new file mode 100644 index 00000000..d690f8f2 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/yellow_candle_cake_lit.json @@ -0,0 +1,10 @@ +{ + "parent": "minecraft:block/template_cake_with_candle", + "textures": { + "candle": "minecraft:block/yellow_candle_lit", + "bottom": "minecraft:block/cake_bottom", + "side": "minecraft:block/cake_side", + "top": "minecraft:block/cake_top", + "particle": "minecraft:block/cake_side" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/yellow_candle_four_candles.json b/1.17.1/assets/minecraft/models/block/yellow_candle_four_candles.json new file mode 100644 index 00000000..ee076d7e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/yellow_candle_four_candles.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_four_candles", + "textures": { + "all": "minecraft:block/yellow_candle", + "particle": "minecraft:block/yellow_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/yellow_candle_four_candles_lit.json b/1.17.1/assets/minecraft/models/block/yellow_candle_four_candles_lit.json new file mode 100644 index 00000000..ce1d6844 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/yellow_candle_four_candles_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_four_candles", + "textures": { + "all": "minecraft:block/yellow_candle_lit", + "particle": "minecraft:block/yellow_candle_lit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/yellow_candle_one_candle.json b/1.17.1/assets/minecraft/models/block/yellow_candle_one_candle.json new file mode 100644 index 00000000..187fb20f --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/yellow_candle_one_candle.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_candle", + "textures": { + "all": "minecraft:block/yellow_candle", + "particle": "minecraft:block/yellow_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/yellow_candle_one_candle_lit.json b/1.17.1/assets/minecraft/models/block/yellow_candle_one_candle_lit.json new file mode 100644 index 00000000..d4019846 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/yellow_candle_one_candle_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_candle", + "textures": { + "all": "minecraft:block/yellow_candle_lit", + "particle": "minecraft:block/yellow_candle_lit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/yellow_candle_three_candles.json b/1.17.1/assets/minecraft/models/block/yellow_candle_three_candles.json new file mode 100644 index 00000000..69260bbe --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/yellow_candle_three_candles.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_three_candles", + "textures": { + "all": "minecraft:block/yellow_candle", + "particle": "minecraft:block/yellow_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/yellow_candle_three_candles_lit.json b/1.17.1/assets/minecraft/models/block/yellow_candle_three_candles_lit.json new file mode 100644 index 00000000..cdbf4fea --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/yellow_candle_three_candles_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_three_candles", + "textures": { + "all": "minecraft:block/yellow_candle_lit", + "particle": "minecraft:block/yellow_candle_lit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/yellow_candle_two_candles.json b/1.17.1/assets/minecraft/models/block/yellow_candle_two_candles.json new file mode 100644 index 00000000..1167ec7b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/yellow_candle_two_candles.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_two_candles", + "textures": { + "all": "minecraft:block/yellow_candle", + "particle": "minecraft:block/yellow_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/yellow_candle_two_candles_lit.json b/1.17.1/assets/minecraft/models/block/yellow_candle_two_candles_lit.json new file mode 100644 index 00000000..d53b3866 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/yellow_candle_two_candles_lit.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_two_candles", + "textures": { + "all": "minecraft:block/yellow_candle_lit", + "particle": "minecraft:block/yellow_candle_lit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/yellow_carpet.json b/1.17.1/assets/minecraft/models/block/yellow_carpet.json new file mode 100644 index 00000000..7d08c9e1 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/yellow_carpet.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/carpet", + "textures": { + "wool": "minecraft:block/yellow_wool" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/yellow_concrete.json b/1.17.1/assets/minecraft/models/block/yellow_concrete.json new file mode 100644 index 00000000..b8981524 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/yellow_concrete.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/yellow_concrete" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/yellow_concrete_powder.json b/1.17.1/assets/minecraft/models/block/yellow_concrete_powder.json new file mode 100644 index 00000000..8882b67b --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/yellow_concrete_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/yellow_concrete_powder" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/yellow_glazed_terracotta.json b/1.17.1/assets/minecraft/models/block/yellow_glazed_terracotta.json new file mode 100644 index 00000000..fa60d0dc --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/yellow_glazed_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glazed_terracotta", + "textures": { + "pattern": "minecraft:block/yellow_glazed_terracotta" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/yellow_shulker_box.json b/1.17.1/assets/minecraft/models/block/yellow_shulker_box.json new file mode 100644 index 00000000..c54fe67c --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/yellow_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "minecraft:block/yellow_shulker_box" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/yellow_stained_glass.json b/1.17.1/assets/minecraft/models/block/yellow_stained_glass.json new file mode 100644 index 00000000..cd225fdc --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/yellow_stained_glass.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/yellow_stained_glass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/yellow_stained_glass_pane_noside.json b/1.17.1/assets/minecraft/models/block/yellow_stained_glass_pane_noside.json new file mode 100644 index 00000000..d8c22613 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/yellow_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glass_pane_noside", + "textures": { + "pane": "minecraft:block/yellow_stained_glass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/yellow_stained_glass_pane_noside_alt.json b/1.17.1/assets/minecraft/models/block/yellow_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..668a6ef2 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/yellow_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/template_glass_pane_noside_alt", + "textures": { + "pane": "minecraft:block/yellow_stained_glass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/yellow_stained_glass_pane_post.json b/1.17.1/assets/minecraft/models/block/yellow_stained_glass_pane_post.json new file mode 100644 index 00000000..ae9637be --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/yellow_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_post", + "textures": { + "pane": "minecraft:block/yellow_stained_glass", + "edge": "minecraft:block/yellow_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/yellow_stained_glass_pane_side.json b/1.17.1/assets/minecraft/models/block/yellow_stained_glass_pane_side.json new file mode 100644 index 00000000..23efb094 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/yellow_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_side", + "textures": { + "pane": "minecraft:block/yellow_stained_glass", + "edge": "minecraft:block/yellow_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/yellow_stained_glass_pane_side_alt.json b/1.17.1/assets/minecraft/models/block/yellow_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..6eb5727e --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/yellow_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/template_glass_pane_side_alt", + "textures": { + "pane": "minecraft:block/yellow_stained_glass", + "edge": "minecraft:block/yellow_stained_glass_pane_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/yellow_terracotta.json b/1.17.1/assets/minecraft/models/block/yellow_terracotta.json new file mode 100644 index 00000000..8f3e76ee --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/yellow_terracotta.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/yellow_terracotta" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/block/yellow_wool.json b/1.17.1/assets/minecraft/models/block/yellow_wool.json new file mode 100644 index 00000000..2f0dab36 --- /dev/null +++ b/1.17.1/assets/minecraft/models/block/yellow_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/yellow_wool" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/acacia_boat.json b/1.17.1/assets/minecraft/models/item/acacia_boat.json new file mode 100644 index 00000000..5b93e986 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/acacia_boat.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/acacia_boat" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/acacia_button.json b/1.17.1/assets/minecraft/models/item/acacia_button.json new file mode 100644 index 00000000..d5affffa --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/acacia_button.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/acacia_button_inventory" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/acacia_door.json b/1.17.1/assets/minecraft/models/item/acacia_door.json new file mode 100644 index 00000000..7ecc5bbd --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/acacia_door.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/acacia_door" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/acacia_fence.json b/1.17.1/assets/minecraft/models/item/acacia_fence.json new file mode 100644 index 00000000..4db3c891 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/acacia_fence.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/acacia_fence_inventory" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/acacia_fence_gate.json b/1.17.1/assets/minecraft/models/item/acacia_fence_gate.json new file mode 100644 index 00000000..f5875533 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/acacia_fence_gate.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/acacia_fence_gate" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/acacia_leaves.json b/1.17.1/assets/minecraft/models/item/acacia_leaves.json new file mode 100644 index 00000000..b1ef8fa9 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/acacia_leaves.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/acacia_leaves" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/acacia_log.json b/1.17.1/assets/minecraft/models/item/acacia_log.json new file mode 100644 index 00000000..0b9f607e --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/acacia_log.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/acacia_log" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/acacia_planks.json b/1.17.1/assets/minecraft/models/item/acacia_planks.json new file mode 100644 index 00000000..3c90abef --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/acacia_planks.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/acacia_planks" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/acacia_pressure_plate.json b/1.17.1/assets/minecraft/models/item/acacia_pressure_plate.json new file mode 100644 index 00000000..318e49ad --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/acacia_pressure_plate.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/acacia_pressure_plate" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/acacia_sapling.json b/1.17.1/assets/minecraft/models/item/acacia_sapling.json new file mode 100644 index 00000000..89e55791 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/acacia_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/acacia_sapling" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/acacia_sign.json b/1.17.1/assets/minecraft/models/item/acacia_sign.json new file mode 100644 index 00000000..05032df9 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/acacia_sign.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/acacia_sign" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/acacia_slab.json b/1.17.1/assets/minecraft/models/item/acacia_slab.json new file mode 100644 index 00000000..bb3480c7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/acacia_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/acacia_slab" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/acacia_stairs.json b/1.17.1/assets/minecraft/models/item/acacia_stairs.json new file mode 100644 index 00000000..58ab5e2d --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/acacia_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/acacia_stairs" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/acacia_trapdoor.json b/1.17.1/assets/minecraft/models/item/acacia_trapdoor.json new file mode 100644 index 00000000..701a6862 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/acacia_trapdoor.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/acacia_trapdoor_bottom" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/acacia_wood.json b/1.17.1/assets/minecraft/models/item/acacia_wood.json new file mode 100644 index 00000000..4a5086de --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/acacia_wood.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/acacia_wood" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/activator_rail.json b/1.17.1/assets/minecraft/models/item/activator_rail.json new file mode 100644 index 00000000..9ae2bd07 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/activator_rail.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/activator_rail" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/air.json b/1.17.1/assets/minecraft/models/item/air.json new file mode 100644 index 00000000..2c63c085 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/air.json @@ -0,0 +1,2 @@ +{ +} diff --git a/1.17.1/assets/minecraft/models/item/allium.json b/1.17.1/assets/minecraft/models/item/allium.json new file mode 100644 index 00000000..cf132b4b --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/allium.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/allium" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/amethyst_block.json b/1.17.1/assets/minecraft/models/item/amethyst_block.json new file mode 100644 index 00000000..b4899515 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/amethyst_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/amethyst_block" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/amethyst_bud.json b/1.17.1/assets/minecraft/models/item/amethyst_bud.json new file mode 100644 index 00000000..d3bd6282 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/amethyst_bud.json @@ -0,0 +1,20 @@ +{ + "parent": "minecraft:item/generated", + "display": { + "firstperson_righthand": { + "rotation": [ 0, -90, 25 ], + "translation": [ 0, 5, 0 ], + "scale": [ 0.68, 0.68, 0.68 ] + }, + "thirdperson_righthand": { + "translation": [ 0, 4, 1 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "head": { + "translation": [ 0, 14, -5 ] + }, + "gui": { + "translation": [ 0, 2, 0 ] + } + } +} diff --git a/1.17.1/assets/minecraft/models/item/amethyst_cluster.json b/1.17.1/assets/minecraft/models/item/amethyst_cluster.json new file mode 100644 index 00000000..abc8c7d3 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/amethyst_cluster.json @@ -0,0 +1,11 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/amethyst_cluster" + }, + "display": { + "head": { + "translation": [ 0, 14, -5 ] + } + } +} diff --git a/1.17.1/assets/minecraft/models/item/amethyst_shard.json b/1.17.1/assets/minecraft/models/item/amethyst_shard.json new file mode 100644 index 00000000..a0bab4ff --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/amethyst_shard.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/amethyst_shard" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/ancient_debris.json b/1.17.1/assets/minecraft/models/item/ancient_debris.json new file mode 100644 index 00000000..f8c6c3d5 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/ancient_debris.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/ancient_debris" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/andesite.json b/1.17.1/assets/minecraft/models/item/andesite.json new file mode 100644 index 00000000..d6b76e17 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/andesite.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/andesite" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/andesite_slab.json b/1.17.1/assets/minecraft/models/item/andesite_slab.json new file mode 100644 index 00000000..4bd78770 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/andesite_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/andesite_slab" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/andesite_stairs.json b/1.17.1/assets/minecraft/models/item/andesite_stairs.json new file mode 100644 index 00000000..03e452df --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/andesite_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/andesite_stairs" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/andesite_wall.json b/1.17.1/assets/minecraft/models/item/andesite_wall.json new file mode 100644 index 00000000..f10f1ec3 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/andesite_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/andesite_wall_inventory" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/anvil.json b/1.17.1/assets/minecraft/models/item/anvil.json new file mode 100644 index 00000000..9168b26b --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/anvil.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/anvil" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/apple.json b/1.17.1/assets/minecraft/models/item/apple.json new file mode 100644 index 00000000..c314b058 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/apple.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/apple" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/armor_stand.json b/1.17.1/assets/minecraft/models/item/armor_stand.json new file mode 100644 index 00000000..f8f34a7b --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/armor_stand.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/armor_stand" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/arrow.json b/1.17.1/assets/minecraft/models/item/arrow.json new file mode 100644 index 00000000..37689ea0 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/arrow.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/arrow" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/axolotl_bucket.json b/1.17.1/assets/minecraft/models/item/axolotl_bucket.json new file mode 100644 index 00000000..221f7fa6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/axolotl_bucket.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/axolotl_bucket" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/axolotl_spawn_egg.json b/1.17.1/assets/minecraft/models/item/axolotl_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/axolotl_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/azalea.json b/1.17.1/assets/minecraft/models/item/azalea.json new file mode 100644 index 00000000..062330c7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/azalea.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/azalea" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/azalea_leaves.json b/1.17.1/assets/minecraft/models/item/azalea_leaves.json new file mode 100644 index 00000000..6b26318b --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/azalea_leaves.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/azalea_leaves" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/azure_bluet.json b/1.17.1/assets/minecraft/models/item/azure_bluet.json new file mode 100644 index 00000000..5d472515 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/azure_bluet.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/azure_bluet" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/baked_potato.json b/1.17.1/assets/minecraft/models/item/baked_potato.json new file mode 100644 index 00000000..b9324fe7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/baked_potato.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/baked_potato" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/bamboo.json b/1.17.1/assets/minecraft/models/item/bamboo.json new file mode 100644 index 00000000..2a46e1c3 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/bamboo.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "minecraft:item/bamboo" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/barrel.json b/1.17.1/assets/minecraft/models/item/barrel.json new file mode 100644 index 00000000..553ec3e0 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/barrel.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/barrel" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/barrier.json b/1.17.1/assets/minecraft/models/item/barrier.json new file mode 100644 index 00000000..080cff20 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/barrier.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/barrier" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/basalt.json b/1.17.1/assets/minecraft/models/item/basalt.json new file mode 100644 index 00000000..eaa67e62 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/basalt.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/basalt" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/bat_spawn_egg.json b/1.17.1/assets/minecraft/models/item/bat_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/bat_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/beacon.json b/1.17.1/assets/minecraft/models/item/beacon.json new file mode 100644 index 00000000..b6a014e6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/beacon.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/beacon" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/bedrock.json b/1.17.1/assets/minecraft/models/item/bedrock.json new file mode 100644 index 00000000..c1b8427e --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/bedrock.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/bedrock" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/bee_nest.json b/1.17.1/assets/minecraft/models/item/bee_nest.json new file mode 100644 index 00000000..3298365a --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/bee_nest.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/bee_nest" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/bee_spawn_egg.json b/1.17.1/assets/minecraft/models/item/bee_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/bee_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/beef.json b/1.17.1/assets/minecraft/models/item/beef.json new file mode 100644 index 00000000..5545b3c8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/beef.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/beef" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/beehive.json b/1.17.1/assets/minecraft/models/item/beehive.json new file mode 100644 index 00000000..cf1475c3 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/beehive.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/beehive" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/beetroot.json b/1.17.1/assets/minecraft/models/item/beetroot.json new file mode 100644 index 00000000..dcc7276a --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/beetroot.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/beetroot" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/beetroot_seeds.json b/1.17.1/assets/minecraft/models/item/beetroot_seeds.json new file mode 100644 index 00000000..d20b2cd4 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/beetroot_seeds.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/beetroot_seeds" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/beetroot_soup.json b/1.17.1/assets/minecraft/models/item/beetroot_soup.json new file mode 100644 index 00000000..3a0755d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/beetroot_soup.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/beetroot_soup" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/bell.json b/1.17.1/assets/minecraft/models/item/bell.json new file mode 100644 index 00000000..fe24c1f4 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/bell.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/bell" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/big_dripleaf.json b/1.17.1/assets/minecraft/models/item/big_dripleaf.json new file mode 100644 index 00000000..56cc7f0e --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/big_dripleaf.json @@ -0,0 +1,25 @@ +{ + "parent": "minecraft:block/big_dripleaf", + "display": { + "gui": { + "rotation": [ 30, 225, 0 ], + "translation": [ 0, -2, 0], + "scale":[ 0.625, 0.625, 0.625 ] + }, + "fixed": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 0, -1 ], + "scale":[ 0.5, 0.5, 0.5 ] + }, + "thirdperson_righthand": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 1, 0 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 0, 0 ], + "translation": [ 1.13, 0, 1.13], + "scale": [ 0.68, 0.68, 0.68 ] + } + } +} diff --git a/1.17.1/assets/minecraft/models/item/birch_boat.json b/1.17.1/assets/minecraft/models/item/birch_boat.json new file mode 100644 index 00000000..20f68b32 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/birch_boat.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/birch_boat" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/birch_button.json b/1.17.1/assets/minecraft/models/item/birch_button.json new file mode 100644 index 00000000..f0065c47 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/birch_button.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/birch_button_inventory" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/birch_door.json b/1.17.1/assets/minecraft/models/item/birch_door.json new file mode 100644 index 00000000..2b0e4f91 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/birch_door.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/birch_door" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/birch_fence.json b/1.17.1/assets/minecraft/models/item/birch_fence.json new file mode 100644 index 00000000..ca097fb1 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/birch_fence.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/birch_fence_inventory" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/birch_fence_gate.json b/1.17.1/assets/minecraft/models/item/birch_fence_gate.json new file mode 100644 index 00000000..732026b8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/birch_fence_gate.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/birch_fence_gate" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/birch_leaves.json b/1.17.1/assets/minecraft/models/item/birch_leaves.json new file mode 100644 index 00000000..4f543d46 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/birch_leaves.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/birch_leaves" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/birch_log.json b/1.17.1/assets/minecraft/models/item/birch_log.json new file mode 100644 index 00000000..cd42b0b7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/birch_log.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/birch_log" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/birch_planks.json b/1.17.1/assets/minecraft/models/item/birch_planks.json new file mode 100644 index 00000000..06e3a6d3 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/birch_planks.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/birch_planks" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/birch_pressure_plate.json b/1.17.1/assets/minecraft/models/item/birch_pressure_plate.json new file mode 100644 index 00000000..e8dfb642 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/birch_pressure_plate.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/birch_pressure_plate" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/birch_sapling.json b/1.17.1/assets/minecraft/models/item/birch_sapling.json new file mode 100644 index 00000000..3c45f3b6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/birch_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/birch_sapling" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/birch_sign.json b/1.17.1/assets/minecraft/models/item/birch_sign.json new file mode 100644 index 00000000..d10beadc --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/birch_sign.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/birch_sign" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/birch_slab.json b/1.17.1/assets/minecraft/models/item/birch_slab.json new file mode 100644 index 00000000..c17a8e79 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/birch_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/birch_slab" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/birch_stairs.json b/1.17.1/assets/minecraft/models/item/birch_stairs.json new file mode 100644 index 00000000..ec8fd2b9 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/birch_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/birch_stairs" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/birch_trapdoor.json b/1.17.1/assets/minecraft/models/item/birch_trapdoor.json new file mode 100644 index 00000000..7db49741 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/birch_trapdoor.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/birch_trapdoor_bottom" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/birch_wood.json b/1.17.1/assets/minecraft/models/item/birch_wood.json new file mode 100644 index 00000000..cd1881b0 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/birch_wood.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/birch_wood" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/black_banner.json b/1.17.1/assets/minecraft/models/item/black_banner.json new file mode 100644 index 00000000..661a106d --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/black_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_banner" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/black_bed.json b/1.17.1/assets/minecraft/models/item/black_bed.json new file mode 100644 index 00000000..c8757a9a --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/black_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/template_bed", + "textures": { + "particle": "minecraft:block/black_wool" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/black_candle.json b/1.17.1/assets/minecraft/models/item/black_candle.json new file mode 100644 index 00000000..837c9349 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/black_candle.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/black_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/black_carpet.json b/1.17.1/assets/minecraft/models/item/black_carpet.json new file mode 100644 index 00000000..618d2130 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/black_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/black_carpet" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/black_concrete.json b/1.17.1/assets/minecraft/models/item/black_concrete.json new file mode 100644 index 00000000..eb5aadc3 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/black_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/black_concrete" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/black_concrete_powder.json b/1.17.1/assets/minecraft/models/item/black_concrete_powder.json new file mode 100644 index 00000000..03af09ea --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/black_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/black_concrete_powder" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/black_dye.json b/1.17.1/assets/minecraft/models/item/black_dye.json new file mode 100644 index 00000000..0502b405 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/black_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/black_dye" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/black_glazed_terracotta.json b/1.17.1/assets/minecraft/models/item/black_glazed_terracotta.json new file mode 100644 index 00000000..e1f73ff8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/black_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/black_glazed_terracotta" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/black_shulker_box.json b/1.17.1/assets/minecraft/models/item/black_shulker_box.json new file mode 100644 index 00000000..5f45328d --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/black_shulker_box.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/template_shulker_box", + "textures": { + "particle": "minecraft:block/black_shulker_box" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/black_stained_glass.json b/1.17.1/assets/minecraft/models/item/black_stained_glass.json new file mode 100644 index 00000000..dfc8fab3 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/black_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/black_stained_glass" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/black_stained_glass_pane.json b/1.17.1/assets/minecraft/models/item/black_stained_glass_pane.json new file mode 100644 index 00000000..75081749 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/black_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/black_stained_glass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/black_terracotta.json b/1.17.1/assets/minecraft/models/item/black_terracotta.json new file mode 100644 index 00000000..eee57e8e --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/black_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/black_terracotta" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/black_wool.json b/1.17.1/assets/minecraft/models/item/black_wool.json new file mode 100644 index 00000000..a0e49abc --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/black_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/black_wool" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/blackstone.json b/1.17.1/assets/minecraft/models/item/blackstone.json new file mode 100644 index 00000000..e4defbd6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/blackstone.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/blackstone" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/blackstone_slab.json b/1.17.1/assets/minecraft/models/item/blackstone_slab.json new file mode 100644 index 00000000..481376f4 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/blackstone_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/blackstone_slab" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/blackstone_stairs.json b/1.17.1/assets/minecraft/models/item/blackstone_stairs.json new file mode 100644 index 00000000..83a61e18 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/blackstone_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/blackstone_stairs" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/blackstone_wall.json b/1.17.1/assets/minecraft/models/item/blackstone_wall.json new file mode 100644 index 00000000..8c2bc6d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/blackstone_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/blackstone_wall_inventory" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/blast_furnace.json b/1.17.1/assets/minecraft/models/item/blast_furnace.json new file mode 100644 index 00000000..5189a013 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/blast_furnace.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/blast_furnace" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/blaze_powder.json b/1.17.1/assets/minecraft/models/item/blaze_powder.json new file mode 100644 index 00000000..1e735c19 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/blaze_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/blaze_powder" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/blaze_rod.json b/1.17.1/assets/minecraft/models/item/blaze_rod.json new file mode 100644 index 00000000..2c8c052a --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/blaze_rod.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "minecraft:item/blaze_rod" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/blaze_spawn_egg.json b/1.17.1/assets/minecraft/models/item/blaze_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/blaze_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/blue_banner.json b/1.17.1/assets/minecraft/models/item/blue_banner.json new file mode 100644 index 00000000..661a106d --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/blue_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_banner" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/blue_bed.json b/1.17.1/assets/minecraft/models/item/blue_bed.json new file mode 100644 index 00000000..59f7f2ba --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/blue_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/template_bed", + "textures": { + "particle": "minecraft:block/blue_wool" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/blue_candle.json b/1.17.1/assets/minecraft/models/item/blue_candle.json new file mode 100644 index 00000000..e561230f --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/blue_candle.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/blue_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/blue_carpet.json b/1.17.1/assets/minecraft/models/item/blue_carpet.json new file mode 100644 index 00000000..0ced6287 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/blue_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/blue_carpet" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/blue_concrete.json b/1.17.1/assets/minecraft/models/item/blue_concrete.json new file mode 100644 index 00000000..4c15897c --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/blue_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/blue_concrete" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/blue_concrete_powder.json b/1.17.1/assets/minecraft/models/item/blue_concrete_powder.json new file mode 100644 index 00000000..e5f13d4a --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/blue_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/blue_concrete_powder" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/blue_dye.json b/1.17.1/assets/minecraft/models/item/blue_dye.json new file mode 100644 index 00000000..4235b598 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/blue_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/blue_dye" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/blue_glazed_terracotta.json b/1.17.1/assets/minecraft/models/item/blue_glazed_terracotta.json new file mode 100644 index 00000000..f7b0efbb --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/blue_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/blue_glazed_terracotta" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/blue_ice.json b/1.17.1/assets/minecraft/models/item/blue_ice.json new file mode 100644 index 00000000..86d267e5 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/blue_ice.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/blue_ice" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/blue_orchid.json b/1.17.1/assets/minecraft/models/item/blue_orchid.json new file mode 100644 index 00000000..13449dc1 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/blue_orchid.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/blue_orchid" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/blue_shulker_box.json b/1.17.1/assets/minecraft/models/item/blue_shulker_box.json new file mode 100644 index 00000000..62a9dfd8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/blue_shulker_box.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/template_shulker_box", + "textures": { + "particle": "minecraft:block/blue_shulker_box" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/blue_stained_glass.json b/1.17.1/assets/minecraft/models/item/blue_stained_glass.json new file mode 100644 index 00000000..c3727cd8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/blue_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/blue_stained_glass" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/blue_stained_glass_pane.json b/1.17.1/assets/minecraft/models/item/blue_stained_glass_pane.json new file mode 100644 index 00000000..c4890062 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/blue_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/blue_stained_glass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/blue_terracotta.json b/1.17.1/assets/minecraft/models/item/blue_terracotta.json new file mode 100644 index 00000000..a89b057d --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/blue_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/blue_terracotta" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/blue_wool.json b/1.17.1/assets/minecraft/models/item/blue_wool.json new file mode 100644 index 00000000..22458dbd --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/blue_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/blue_wool" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/bone.json b/1.17.1/assets/minecraft/models/item/bone.json new file mode 100644 index 00000000..3063401c --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/bone.json @@ -0,0 +1,13 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/bone" + }, + "display": { + "head": { + "rotation": [ 0, 0, -45 ], + "translation": [ 0, -4.5, -6.5], + "scale":[ 1, 1, 1 ] + } + } +} diff --git a/1.17.1/assets/minecraft/models/item/bone_block.json b/1.17.1/assets/minecraft/models/item/bone_block.json new file mode 100644 index 00000000..1374ccda --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/bone_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/bone_block" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/bone_meal.json b/1.17.1/assets/minecraft/models/item/bone_meal.json new file mode 100644 index 00000000..60f7c5f0 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/bone_meal.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/bone_meal" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/book.json b/1.17.1/assets/minecraft/models/item/book.json new file mode 100644 index 00000000..1ca201bf --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/book.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/book" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/bookshelf.json b/1.17.1/assets/minecraft/models/item/bookshelf.json new file mode 100644 index 00000000..57943d42 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/bookshelf.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/bookshelf" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/bow.json b/1.17.1/assets/minecraft/models/item/bow.json new file mode 100644 index 00000000..c2128757 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/bow.json @@ -0,0 +1,50 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/bow" + }, + "display": { + "thirdperson_righthand": { + "rotation": [ -80, 260, -40 ], + "translation": [ -1, -2, 2.5 ], + "scale": [ 0.9, 0.9, 0.9 ] + }, + "thirdperson_lefthand": { + "rotation": [ -80, -280, 40 ], + "translation": [ -1, -2, 2.5 ], + "scale": [ 0.9, 0.9, 0.9 ] + }, + "firstperson_righthand": { + "rotation": [ 0, -90, 25 ], + "translation": [ 1.13, 3.2, 1.13], + "scale": [ 0.68, 0.68, 0.68 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, 90, -25 ], + "translation": [ 1.13, 3.2, 1.13], + "scale": [ 0.68, 0.68, 0.68 ] + } + }, + "overrides": [ + { + "predicate": { + "pulling": 1 + }, + "model": "item/bow_pulling_0" + }, + { + "predicate": { + "pulling": 1, + "pull": 0.65 + }, + "model": "item/bow_pulling_1" + }, + { + "predicate": { + "pulling": 1, + "pull": 0.9 + }, + "model": "item/bow_pulling_2" + } + ] +} diff --git a/1.17.1/assets/minecraft/models/item/bow_pulling_0.json b/1.17.1/assets/minecraft/models/item/bow_pulling_0.json new file mode 100644 index 00000000..8a44db20 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/bow_pulling_0.json @@ -0,0 +1,6 @@ +{ + "parent": "item/bow", + "textures": { + "layer0": "item/bow_pulling_0" + } +} diff --git a/1.17.1/assets/minecraft/models/item/bow_pulling_1.json b/1.17.1/assets/minecraft/models/item/bow_pulling_1.json new file mode 100644 index 00000000..5fd94893 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/bow_pulling_1.json @@ -0,0 +1,6 @@ +{ + "parent": "item/bow", + "textures": { + "layer0": "item/bow_pulling_1" + } +} diff --git a/1.17.1/assets/minecraft/models/item/bow_pulling_2.json b/1.17.1/assets/minecraft/models/item/bow_pulling_2.json new file mode 100644 index 00000000..8584d5b3 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/bow_pulling_2.json @@ -0,0 +1,6 @@ +{ + "parent": "item/bow", + "textures": { + "layer0": "item/bow_pulling_2" + } +} diff --git a/1.17.1/assets/minecraft/models/item/bowl.json b/1.17.1/assets/minecraft/models/item/bowl.json new file mode 100644 index 00000000..d6a579ca --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/bowl.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/bowl" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/brain_coral.json b/1.17.1/assets/minecraft/models/item/brain_coral.json new file mode 100644 index 00000000..68c13d9d --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/brain_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/brain_coral" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/brain_coral_block.json b/1.17.1/assets/minecraft/models/item/brain_coral_block.json new file mode 100644 index 00000000..04d112ab --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/brain_coral_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/brain_coral_block" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/brain_coral_fan.json b/1.17.1/assets/minecraft/models/item/brain_coral_fan.json new file mode 100644 index 00000000..9b00117a --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/brain_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/brain_coral_fan" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/bread.json b/1.17.1/assets/minecraft/models/item/bread.json new file mode 100644 index 00000000..9f62cd75 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/bread.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/bread" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/brewing_stand.json b/1.17.1/assets/minecraft/models/item/brewing_stand.json new file mode 100644 index 00000000..414f4ecc --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/brewing_stand.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/brewing_stand" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/brick.json b/1.17.1/assets/minecraft/models/item/brick.json new file mode 100644 index 00000000..4ba38e86 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/brick.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/brick" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/brick_slab.json b/1.17.1/assets/minecraft/models/item/brick_slab.json new file mode 100644 index 00000000..754deec6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/brick_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/brick_slab" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/brick_stairs.json b/1.17.1/assets/minecraft/models/item/brick_stairs.json new file mode 100644 index 00000000..2a2318dc --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/brick_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/brick_stairs" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/brick_wall.json b/1.17.1/assets/minecraft/models/item/brick_wall.json new file mode 100644 index 00000000..52dcc04e --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/brick_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/brick_wall_inventory" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/bricks.json b/1.17.1/assets/minecraft/models/item/bricks.json new file mode 100644 index 00000000..dd257a86 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/bricks" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/broken_elytra.json b/1.17.1/assets/minecraft/models/item/broken_elytra.json new file mode 100644 index 00000000..ca77df44 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/broken_elytra.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/broken_elytra" + } +} diff --git a/1.17.1/assets/minecraft/models/item/brown_banner.json b/1.17.1/assets/minecraft/models/item/brown_banner.json new file mode 100644 index 00000000..661a106d --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/brown_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_banner" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/brown_bed.json b/1.17.1/assets/minecraft/models/item/brown_bed.json new file mode 100644 index 00000000..fd4abaa0 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/brown_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/template_bed", + "textures": { + "particle": "minecraft:block/brown_wool" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/brown_candle.json b/1.17.1/assets/minecraft/models/item/brown_candle.json new file mode 100644 index 00000000..0486b281 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/brown_candle.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/brown_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/brown_carpet.json b/1.17.1/assets/minecraft/models/item/brown_carpet.json new file mode 100644 index 00000000..144ce5ad --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/brown_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/brown_carpet" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/brown_concrete.json b/1.17.1/assets/minecraft/models/item/brown_concrete.json new file mode 100644 index 00000000..7aec153e --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/brown_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/brown_concrete" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/brown_concrete_powder.json b/1.17.1/assets/minecraft/models/item/brown_concrete_powder.json new file mode 100644 index 00000000..e228eaaa --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/brown_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/brown_concrete_powder" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/brown_dye.json b/1.17.1/assets/minecraft/models/item/brown_dye.json new file mode 100644 index 00000000..d9cb87fb --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/brown_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/brown_dye" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/brown_glazed_terracotta.json b/1.17.1/assets/minecraft/models/item/brown_glazed_terracotta.json new file mode 100644 index 00000000..8ed9bac4 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/brown_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/brown_glazed_terracotta" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/brown_mushroom.json b/1.17.1/assets/minecraft/models/item/brown_mushroom.json new file mode 100644 index 00000000..f1779d5c --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/brown_mushroom.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/brown_mushroom" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/brown_mushroom_block.json b/1.17.1/assets/minecraft/models/item/brown_mushroom_block.json new file mode 100644 index 00000000..c9d6b06e --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/brown_mushroom_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/brown_mushroom_block_inventory" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/brown_shulker_box.json b/1.17.1/assets/minecraft/models/item/brown_shulker_box.json new file mode 100644 index 00000000..c28ee18a --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/brown_shulker_box.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/template_shulker_box", + "textures": { + "particle": "minecraft:block/brown_shulker_box" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/brown_stained_glass.json b/1.17.1/assets/minecraft/models/item/brown_stained_glass.json new file mode 100644 index 00000000..a3aac572 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/brown_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/brown_stained_glass" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/brown_stained_glass_pane.json b/1.17.1/assets/minecraft/models/item/brown_stained_glass_pane.json new file mode 100644 index 00000000..0a40ae5f --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/brown_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/brown_stained_glass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/brown_terracotta.json b/1.17.1/assets/minecraft/models/item/brown_terracotta.json new file mode 100644 index 00000000..17f524a7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/brown_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/brown_terracotta" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/brown_wool.json b/1.17.1/assets/minecraft/models/item/brown_wool.json new file mode 100644 index 00000000..85520a1b --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/brown_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/brown_wool" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/bubble_coral.json b/1.17.1/assets/minecraft/models/item/bubble_coral.json new file mode 100644 index 00000000..8d8ea3f8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/bubble_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/bubble_coral" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/bubble_coral_block.json b/1.17.1/assets/minecraft/models/item/bubble_coral_block.json new file mode 100644 index 00000000..05a1309f --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/bubble_coral_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/bubble_coral_block" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/bubble_coral_fan.json b/1.17.1/assets/minecraft/models/item/bubble_coral_fan.json new file mode 100644 index 00000000..40a14416 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/bubble_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/bubble_coral_fan" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/bucket.json b/1.17.1/assets/minecraft/models/item/bucket.json new file mode 100644 index 00000000..727318a4 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/bucket.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/bucket" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/budding_amethyst.json b/1.17.1/assets/minecraft/models/item/budding_amethyst.json new file mode 100644 index 00000000..c210bd6e --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/budding_amethyst.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/budding_amethyst" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/bundle.json b/1.17.1/assets/minecraft/models/item/bundle.json new file mode 100644 index 00000000..8229ddbd --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/bundle.json @@ -0,0 +1,9 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/bundle" + }, + "overrides": [ + { "predicate": { "filled": 0.0000001 }, "model": "item/bundle_filled" } + ] +} diff --git a/1.17.1/assets/minecraft/models/item/bundle_filled.json b/1.17.1/assets/minecraft/models/item/bundle_filled.json new file mode 100644 index 00000000..cf601f5a --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/bundle_filled.json @@ -0,0 +1,6 @@ +{ + "parent": "item/bundle", + "textures": { + "layer0": "item/bundle_filled" + } +} diff --git a/1.17.1/assets/minecraft/models/item/cactus.json b/1.17.1/assets/minecraft/models/item/cactus.json new file mode 100644 index 00000000..d1413ecf --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/cactus.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/cactus" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/cake.json b/1.17.1/assets/minecraft/models/item/cake.json new file mode 100644 index 00000000..70a9bd0a --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/cake.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/cake" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/calcite.json b/1.17.1/assets/minecraft/models/item/calcite.json new file mode 100644 index 00000000..11a880b3 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/calcite.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/calcite" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/campfire.json b/1.17.1/assets/minecraft/models/item/campfire.json new file mode 100644 index 00000000..8042feb6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/campfire.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/campfire" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/candle.json b/1.17.1/assets/minecraft/models/item/candle.json new file mode 100644 index 00000000..9e4f4d11 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/candle.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/carrot.json b/1.17.1/assets/minecraft/models/item/carrot.json new file mode 100644 index 00000000..3fe4125e --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/carrot.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/carrot" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/carrot_on_a_stick.json b/1.17.1/assets/minecraft/models/item/carrot_on_a_stick.json new file mode 100644 index 00000000..a768c1f2 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/carrot_on_a_stick.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld_rod", + "textures": { + "layer0": "minecraft:item/carrot_on_a_stick" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/cartography_table.json b/1.17.1/assets/minecraft/models/item/cartography_table.json new file mode 100644 index 00000000..b7fe4e47 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/cartography_table.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/cartography_table" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/carved_pumpkin.json b/1.17.1/assets/minecraft/models/item/carved_pumpkin.json new file mode 100644 index 00000000..54f009c0 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/carved_pumpkin.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/carved_pumpkin" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/cat_spawn_egg.json b/1.17.1/assets/minecraft/models/item/cat_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/cat_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/cauldron.json b/1.17.1/assets/minecraft/models/item/cauldron.json new file mode 100644 index 00000000..43b8a248 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/cauldron.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/cauldron" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/cave_spider_spawn_egg.json b/1.17.1/assets/minecraft/models/item/cave_spider_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/cave_spider_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/chain.json b/1.17.1/assets/minecraft/models/item/chain.json new file mode 100644 index 00000000..c6ed30bf --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/chain.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/chain" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/chain_command_block.json b/1.17.1/assets/minecraft/models/item/chain_command_block.json new file mode 100644 index 00000000..44af865a --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/chain_command_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/chain_command_block" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/chainmail_boots.json b/1.17.1/assets/minecraft/models/item/chainmail_boots.json new file mode 100644 index 00000000..35126d5e --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/chainmail_boots.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/chainmail_boots" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/chainmail_chestplate.json b/1.17.1/assets/minecraft/models/item/chainmail_chestplate.json new file mode 100644 index 00000000..3efbf410 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/chainmail_chestplate.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/chainmail_chestplate" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/chainmail_helmet.json b/1.17.1/assets/minecraft/models/item/chainmail_helmet.json new file mode 100644 index 00000000..e5bd2d42 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/chainmail_helmet.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/chainmail_helmet" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/chainmail_leggings.json b/1.17.1/assets/minecraft/models/item/chainmail_leggings.json new file mode 100644 index 00000000..22530cf9 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/chainmail_leggings.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/chainmail_leggings" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/charcoal.json b/1.17.1/assets/minecraft/models/item/charcoal.json new file mode 100644 index 00000000..d5022235 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/charcoal.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/charcoal" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/chest.json b/1.17.1/assets/minecraft/models/item/chest.json new file mode 100644 index 00000000..cdfd5488 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/chest.json @@ -0,0 +1,38 @@ +{ + "parent": "builtin/entity", + "textures": { + "particle": "block/oak_planks" + }, + "display": { + "gui": { + "rotation": [ 30, 45, 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 ] + }, + "head": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 1, 1, 1] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 0.5, 0.5, 0.5 ] + }, + "thirdperson_righthand": { + "rotation": [ 75, 315, 0 ], + "translation": [ 0, 2.5, 0], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 315, 0 ], + "translation": [ 0, 0, 0], + "scale": [ 0.4, 0.4, 0.4 ] + } + } +} diff --git a/1.17.1/assets/minecraft/models/item/chest_minecart.json b/1.17.1/assets/minecraft/models/item/chest_minecart.json new file mode 100644 index 00000000..bacac30e --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/chest_minecart.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/chest_minecart" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/chicken.json b/1.17.1/assets/minecraft/models/item/chicken.json new file mode 100644 index 00000000..661e00ac --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/chicken.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/chicken" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/chicken_spawn_egg.json b/1.17.1/assets/minecraft/models/item/chicken_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/chicken_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/chipped_anvil.json b/1.17.1/assets/minecraft/models/item/chipped_anvil.json new file mode 100644 index 00000000..46804e59 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/chipped_anvil.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/chipped_anvil" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/chiseled_deepslate.json b/1.17.1/assets/minecraft/models/item/chiseled_deepslate.json new file mode 100644 index 00000000..811f62f9 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/chiseled_deepslate.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/chiseled_deepslate" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/chiseled_nether_bricks.json b/1.17.1/assets/minecraft/models/item/chiseled_nether_bricks.json new file mode 100644 index 00000000..fb134fe3 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/chiseled_nether_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/chiseled_nether_bricks" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/chiseled_polished_blackstone.json b/1.17.1/assets/minecraft/models/item/chiseled_polished_blackstone.json new file mode 100644 index 00000000..a2615345 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/chiseled_polished_blackstone.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/chiseled_polished_blackstone" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/chiseled_quartz_block.json b/1.17.1/assets/minecraft/models/item/chiseled_quartz_block.json new file mode 100644 index 00000000..f8b20616 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/chiseled_quartz_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/chiseled_quartz_block" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/chiseled_red_sandstone.json b/1.17.1/assets/minecraft/models/item/chiseled_red_sandstone.json new file mode 100644 index 00000000..e3ded796 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/chiseled_red_sandstone.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/chiseled_red_sandstone" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/chiseled_sandstone.json b/1.17.1/assets/minecraft/models/item/chiseled_sandstone.json new file mode 100644 index 00000000..f6261725 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/chiseled_sandstone.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/chiseled_sandstone" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/chiseled_stone_bricks.json b/1.17.1/assets/minecraft/models/item/chiseled_stone_bricks.json new file mode 100644 index 00000000..ac7e5e66 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/chiseled_stone_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/chiseled_stone_bricks" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/chorus_flower.json b/1.17.1/assets/minecraft/models/item/chorus_flower.json new file mode 100644 index 00000000..dc807298 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/chorus_flower.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/chorus_flower" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/chorus_fruit.json b/1.17.1/assets/minecraft/models/item/chorus_fruit.json new file mode 100644 index 00000000..8c84c4f3 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/chorus_fruit.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/chorus_fruit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/chorus_plant.json b/1.17.1/assets/minecraft/models/item/chorus_plant.json new file mode 100644 index 00000000..b0741a69 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/chorus_plant.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/chorus_plant" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/clay.json b/1.17.1/assets/minecraft/models/item/clay.json new file mode 100644 index 00000000..2510d78a --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/clay.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/clay" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/clay_ball.json b/1.17.1/assets/minecraft/models/item/clay_ball.json new file mode 100644 index 00000000..1cfb12b5 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/clay_ball.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clay_ball" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/clock.json b/1.17.1/assets/minecraft/models/item/clock.json new file mode 100644 index 00000000..407b8aa7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/clock.json @@ -0,0 +1,73 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/clock_00" + }, + "overrides": [ + { "predicate": { "time": 0.0000000 }, "model": "item/clock" }, + { "predicate": { "time": 0.0078125 }, "model": "item/clock_01" }, + { "predicate": { "time": 0.0234375 }, "model": "item/clock_02" }, + { "predicate": { "time": 0.0390625 }, "model": "item/clock_03" }, + { "predicate": { "time": 0.0546875 }, "model": "item/clock_04" }, + { "predicate": { "time": 0.0703125 }, "model": "item/clock_05" }, + { "predicate": { "time": 0.0859375 }, "model": "item/clock_06" }, + { "predicate": { "time": 0.1015625 }, "model": "item/clock_07" }, + { "predicate": { "time": 0.1171875 }, "model": "item/clock_08" }, + { "predicate": { "time": 0.1328125 }, "model": "item/clock_09" }, + { "predicate": { "time": 0.1484375 }, "model": "item/clock_10" }, + { "predicate": { "time": 0.1640625 }, "model": "item/clock_11" }, + { "predicate": { "time": 0.1796875 }, "model": "item/clock_12" }, + { "predicate": { "time": 0.1953125 }, "model": "item/clock_13" }, + { "predicate": { "time": 0.2109375 }, "model": "item/clock_14" }, + { "predicate": { "time": 0.2265625 }, "model": "item/clock_15" }, + { "predicate": { "time": 0.2421875 }, "model": "item/clock_16" }, + { "predicate": { "time": 0.2578125 }, "model": "item/clock_17" }, + { "predicate": { "time": 0.2734375 }, "model": "item/clock_18" }, + { "predicate": { "time": 0.2890625 }, "model": "item/clock_19" }, + { "predicate": { "time": 0.3046875 }, "model": "item/clock_20" }, + { "predicate": { "time": 0.3203125 }, "model": "item/clock_21" }, + { "predicate": { "time": 0.3359375 }, "model": "item/clock_22" }, + { "predicate": { "time": 0.3515625 }, "model": "item/clock_23" }, + { "predicate": { "time": 0.3671875 }, "model": "item/clock_24" }, + { "predicate": { "time": 0.3828125 }, "model": "item/clock_25" }, + { "predicate": { "time": 0.3984375 }, "model": "item/clock_26" }, + { "predicate": { "time": 0.4140625 }, "model": "item/clock_27" }, + { "predicate": { "time": 0.4296875 }, "model": "item/clock_28" }, + { "predicate": { "time": 0.4453125 }, "model": "item/clock_29" }, + { "predicate": { "time": 0.4609375 }, "model": "item/clock_30" }, + { "predicate": { "time": 0.4765625 }, "model": "item/clock_31" }, + { "predicate": { "time": 0.4921875 }, "model": "item/clock_32" }, + { "predicate": { "time": 0.5078125 }, "model": "item/clock_33" }, + { "predicate": { "time": 0.5234375 }, "model": "item/clock_34" }, + { "predicate": { "time": 0.5390625 }, "model": "item/clock_35" }, + { "predicate": { "time": 0.5546875 }, "model": "item/clock_36" }, + { "predicate": { "time": 0.5703125 }, "model": "item/clock_37" }, + { "predicate": { "time": 0.5859375 }, "model": "item/clock_38" }, + { "predicate": { "time": 0.6015625 }, "model": "item/clock_39" }, + { "predicate": { "time": 0.6171875 }, "model": "item/clock_40" }, + { "predicate": { "time": 0.6328125 }, "model": "item/clock_41" }, + { "predicate": { "time": 0.6484375 }, "model": "item/clock_42" }, + { "predicate": { "time": 0.6640625 }, "model": "item/clock_43" }, + { "predicate": { "time": 0.6796875 }, "model": "item/clock_44" }, + { "predicate": { "time": 0.6953125 }, "model": "item/clock_45" }, + { "predicate": { "time": 0.7109375 }, "model": "item/clock_46" }, + { "predicate": { "time": 0.7265625 }, "model": "item/clock_47" }, + { "predicate": { "time": 0.7421875 }, "model": "item/clock_48" }, + { "predicate": { "time": 0.7578125 }, "model": "item/clock_49" }, + { "predicate": { "time": 0.7734375 }, "model": "item/clock_50" }, + { "predicate": { "time": 0.7890625 }, "model": "item/clock_51" }, + { "predicate": { "time": 0.8046875 }, "model": "item/clock_52" }, + { "predicate": { "time": 0.8203125 }, "model": "item/clock_53" }, + { "predicate": { "time": 0.8359375 }, "model": "item/clock_54" }, + { "predicate": { "time": 0.8515625 }, "model": "item/clock_55" }, + { "predicate": { "time": 0.8671875 }, "model": "item/clock_56" }, + { "predicate": { "time": 0.8828125 }, "model": "item/clock_57" }, + { "predicate": { "time": 0.8984375 }, "model": "item/clock_58" }, + { "predicate": { "time": 0.9140625 }, "model": "item/clock_59" }, + { "predicate": { "time": 0.9296875 }, "model": "item/clock_60" }, + { "predicate": { "time": 0.9453125 }, "model": "item/clock_61" }, + { "predicate": { "time": 0.9609375 }, "model": "item/clock_62" }, + { "predicate": { "time": 0.9765625 }, "model": "item/clock_63" }, + { "predicate": { "time": 0.9921875 }, "model": "item/clock" } + ] +} diff --git a/1.17.1/assets/minecraft/models/item/clock_01.json b/1.17.1/assets/minecraft/models/item/clock_01.json new file mode 100644 index 00000000..fc6b6293 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/clock_01.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_01" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/clock_02.json b/1.17.1/assets/minecraft/models/item/clock_02.json new file mode 100644 index 00000000..329f07c4 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/clock_02.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_02" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/clock_03.json b/1.17.1/assets/minecraft/models/item/clock_03.json new file mode 100644 index 00000000..2f727967 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/clock_03.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_03" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/clock_04.json b/1.17.1/assets/minecraft/models/item/clock_04.json new file mode 100644 index 00000000..a29f6293 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/clock_04.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_04" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/clock_05.json b/1.17.1/assets/minecraft/models/item/clock_05.json new file mode 100644 index 00000000..c054a610 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/clock_05.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_05" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/clock_06.json b/1.17.1/assets/minecraft/models/item/clock_06.json new file mode 100644 index 00000000..45d346d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/clock_06.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_06" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/clock_07.json b/1.17.1/assets/minecraft/models/item/clock_07.json new file mode 100644 index 00000000..6e218b17 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/clock_07.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_07" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/clock_08.json b/1.17.1/assets/minecraft/models/item/clock_08.json new file mode 100644 index 00000000..5bacb1d1 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/clock_08.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_08" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/clock_09.json b/1.17.1/assets/minecraft/models/item/clock_09.json new file mode 100644 index 00000000..af1b9d9e --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/clock_09.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_09" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/clock_10.json b/1.17.1/assets/minecraft/models/item/clock_10.json new file mode 100644 index 00000000..f4c66214 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/clock_10.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_10" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/clock_11.json b/1.17.1/assets/minecraft/models/item/clock_11.json new file mode 100644 index 00000000..9ddde2ec --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/clock_11.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_11" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/clock_12.json b/1.17.1/assets/minecraft/models/item/clock_12.json new file mode 100644 index 00000000..42cdfdde --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/clock_12.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_12" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/clock_13.json b/1.17.1/assets/minecraft/models/item/clock_13.json new file mode 100644 index 00000000..a81db14b --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/clock_13.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_13" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/clock_14.json b/1.17.1/assets/minecraft/models/item/clock_14.json new file mode 100644 index 00000000..5eb2e365 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/clock_14.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_14" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/clock_15.json b/1.17.1/assets/minecraft/models/item/clock_15.json new file mode 100644 index 00000000..34b71c53 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/clock_15.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_15" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/clock_16.json b/1.17.1/assets/minecraft/models/item/clock_16.json new file mode 100644 index 00000000..6ad0e2c4 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/clock_16.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_16" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/clock_17.json b/1.17.1/assets/minecraft/models/item/clock_17.json new file mode 100644 index 00000000..ce468808 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/clock_17.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_17" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/clock_18.json b/1.17.1/assets/minecraft/models/item/clock_18.json new file mode 100644 index 00000000..ecda55f2 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/clock_18.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_18" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/clock_19.json b/1.17.1/assets/minecraft/models/item/clock_19.json new file mode 100644 index 00000000..750bf76e --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/clock_19.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_19" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/clock_20.json b/1.17.1/assets/minecraft/models/item/clock_20.json new file mode 100644 index 00000000..aa1136d5 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/clock_20.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_20" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/clock_21.json b/1.17.1/assets/minecraft/models/item/clock_21.json new file mode 100644 index 00000000..aabcd130 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/clock_21.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_21" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/clock_22.json b/1.17.1/assets/minecraft/models/item/clock_22.json new file mode 100644 index 00000000..0c9cfe8e --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/clock_22.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_22" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/clock_23.json b/1.17.1/assets/minecraft/models/item/clock_23.json new file mode 100644 index 00000000..18752a4c --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/clock_23.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_23" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/clock_24.json b/1.17.1/assets/minecraft/models/item/clock_24.json new file mode 100644 index 00000000..7e875df9 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/clock_24.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_24" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/clock_25.json b/1.17.1/assets/minecraft/models/item/clock_25.json new file mode 100644 index 00000000..4c939e6a --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/clock_25.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_25" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/clock_26.json b/1.17.1/assets/minecraft/models/item/clock_26.json new file mode 100644 index 00000000..8039bdef --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/clock_26.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_26" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/clock_27.json b/1.17.1/assets/minecraft/models/item/clock_27.json new file mode 100644 index 00000000..76fd7d6e --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/clock_27.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_27" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/clock_28.json b/1.17.1/assets/minecraft/models/item/clock_28.json new file mode 100644 index 00000000..ef5c699b --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/clock_28.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_28" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/clock_29.json b/1.17.1/assets/minecraft/models/item/clock_29.json new file mode 100644 index 00000000..f95d697f --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/clock_29.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_29" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/clock_30.json b/1.17.1/assets/minecraft/models/item/clock_30.json new file mode 100644 index 00000000..328a5161 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/clock_30.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_30" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/clock_31.json b/1.17.1/assets/minecraft/models/item/clock_31.json new file mode 100644 index 00000000..28b91d10 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/clock_31.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_31" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/clock_32.json b/1.17.1/assets/minecraft/models/item/clock_32.json new file mode 100644 index 00000000..c6d18099 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/clock_32.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_32" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/clock_33.json b/1.17.1/assets/minecraft/models/item/clock_33.json new file mode 100644 index 00000000..c5a1932f --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/clock_33.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_33" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/clock_34.json b/1.17.1/assets/minecraft/models/item/clock_34.json new file mode 100644 index 00000000..584f10d3 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/clock_34.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_34" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/clock_35.json b/1.17.1/assets/minecraft/models/item/clock_35.json new file mode 100644 index 00000000..aad78040 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/clock_35.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_35" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/clock_36.json b/1.17.1/assets/minecraft/models/item/clock_36.json new file mode 100644 index 00000000..d1a8c92b --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/clock_36.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_36" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/clock_37.json b/1.17.1/assets/minecraft/models/item/clock_37.json new file mode 100644 index 00000000..ef30c823 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/clock_37.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_37" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/clock_38.json b/1.17.1/assets/minecraft/models/item/clock_38.json new file mode 100644 index 00000000..243825ac --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/clock_38.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_38" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/clock_39.json b/1.17.1/assets/minecraft/models/item/clock_39.json new file mode 100644 index 00000000..59de1c0a --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/clock_39.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_39" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/clock_40.json b/1.17.1/assets/minecraft/models/item/clock_40.json new file mode 100644 index 00000000..1c629d8f --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/clock_40.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_40" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/clock_41.json b/1.17.1/assets/minecraft/models/item/clock_41.json new file mode 100644 index 00000000..646d162e --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/clock_41.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_41" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/clock_42.json b/1.17.1/assets/minecraft/models/item/clock_42.json new file mode 100644 index 00000000..8f3f38d1 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/clock_42.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_42" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/clock_43.json b/1.17.1/assets/minecraft/models/item/clock_43.json new file mode 100644 index 00000000..4930ee49 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/clock_43.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_43" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/clock_44.json b/1.17.1/assets/minecraft/models/item/clock_44.json new file mode 100644 index 00000000..e98964da --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/clock_44.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_44" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/clock_45.json b/1.17.1/assets/minecraft/models/item/clock_45.json new file mode 100644 index 00000000..dd8a50ea --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/clock_45.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_45" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/clock_46.json b/1.17.1/assets/minecraft/models/item/clock_46.json new file mode 100644 index 00000000..7bc0f9be --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/clock_46.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_46" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/clock_47.json b/1.17.1/assets/minecraft/models/item/clock_47.json new file mode 100644 index 00000000..97835fac --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/clock_47.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_47" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/clock_48.json b/1.17.1/assets/minecraft/models/item/clock_48.json new file mode 100644 index 00000000..61740813 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/clock_48.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_48" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/clock_49.json b/1.17.1/assets/minecraft/models/item/clock_49.json new file mode 100644 index 00000000..3c6067e6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/clock_49.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_49" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/clock_50.json b/1.17.1/assets/minecraft/models/item/clock_50.json new file mode 100644 index 00000000..3e30e1d8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/clock_50.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_50" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/clock_51.json b/1.17.1/assets/minecraft/models/item/clock_51.json new file mode 100644 index 00000000..45af5151 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/clock_51.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_51" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/clock_52.json b/1.17.1/assets/minecraft/models/item/clock_52.json new file mode 100644 index 00000000..9a28ead0 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/clock_52.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_52" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/clock_53.json b/1.17.1/assets/minecraft/models/item/clock_53.json new file mode 100644 index 00000000..85176573 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/clock_53.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_53" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/clock_54.json b/1.17.1/assets/minecraft/models/item/clock_54.json new file mode 100644 index 00000000..096b67a5 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/clock_54.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_54" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/clock_55.json b/1.17.1/assets/minecraft/models/item/clock_55.json new file mode 100644 index 00000000..730b22c0 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/clock_55.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_55" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/clock_56.json b/1.17.1/assets/minecraft/models/item/clock_56.json new file mode 100644 index 00000000..ad087180 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/clock_56.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_56" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/clock_57.json b/1.17.1/assets/minecraft/models/item/clock_57.json new file mode 100644 index 00000000..47711b17 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/clock_57.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_57" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/clock_58.json b/1.17.1/assets/minecraft/models/item/clock_58.json new file mode 100644 index 00000000..420370ea --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/clock_58.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_58" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/clock_59.json b/1.17.1/assets/minecraft/models/item/clock_59.json new file mode 100644 index 00000000..d8ca2ed3 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/clock_59.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_59" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/clock_60.json b/1.17.1/assets/minecraft/models/item/clock_60.json new file mode 100644 index 00000000..2b50d056 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/clock_60.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_60" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/clock_61.json b/1.17.1/assets/minecraft/models/item/clock_61.json new file mode 100644 index 00000000..c0cba965 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/clock_61.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_61" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/clock_62.json b/1.17.1/assets/minecraft/models/item/clock_62.json new file mode 100644 index 00000000..cb92524b --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/clock_62.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_62" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/clock_63.json b/1.17.1/assets/minecraft/models/item/clock_63.json new file mode 100644 index 00000000..db6691c9 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/clock_63.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/clock_63" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/coal.json b/1.17.1/assets/minecraft/models/item/coal.json new file mode 100644 index 00000000..551d462e --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/coal.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/coal" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/coal_block.json b/1.17.1/assets/minecraft/models/item/coal_block.json new file mode 100644 index 00000000..ee242673 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/coal_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/coal_block" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/coal_ore.json b/1.17.1/assets/minecraft/models/item/coal_ore.json new file mode 100644 index 00000000..d6971d35 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/coal_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/coal_ore" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/coarse_dirt.json b/1.17.1/assets/minecraft/models/item/coarse_dirt.json new file mode 100644 index 00000000..797b7cc7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/coarse_dirt.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/coarse_dirt" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/cobbled_deepslate.json b/1.17.1/assets/minecraft/models/item/cobbled_deepslate.json new file mode 100644 index 00000000..aceda4d8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/cobbled_deepslate.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/cobbled_deepslate" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/cobbled_deepslate_slab.json b/1.17.1/assets/minecraft/models/item/cobbled_deepslate_slab.json new file mode 100644 index 00000000..a4ea4d2d --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/cobbled_deepslate_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/cobbled_deepslate_slab" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/cobbled_deepslate_stairs.json b/1.17.1/assets/minecraft/models/item/cobbled_deepslate_stairs.json new file mode 100644 index 00000000..054c8e6c --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/cobbled_deepslate_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/cobbled_deepslate_stairs" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/cobbled_deepslate_wall.json b/1.17.1/assets/minecraft/models/item/cobbled_deepslate_wall.json new file mode 100644 index 00000000..25b44645 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/cobbled_deepslate_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/cobbled_deepslate_wall_inventory" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/cobblestone.json b/1.17.1/assets/minecraft/models/item/cobblestone.json new file mode 100644 index 00000000..35e828df --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/cobblestone.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/cobblestone" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/cobblestone_slab.json b/1.17.1/assets/minecraft/models/item/cobblestone_slab.json new file mode 100644 index 00000000..701123f0 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/cobblestone_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/cobblestone_slab" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/cobblestone_stairs.json b/1.17.1/assets/minecraft/models/item/cobblestone_stairs.json new file mode 100644 index 00000000..48910bcc --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/cobblestone_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/cobblestone_stairs" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/cobblestone_wall.json b/1.17.1/assets/minecraft/models/item/cobblestone_wall.json new file mode 100644 index 00000000..5c603a85 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/cobblestone_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/cobblestone_wall_inventory" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/cobweb.json b/1.17.1/assets/minecraft/models/item/cobweb.json new file mode 100644 index 00000000..64ebc0bd --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/cobweb.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/cobweb" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/cocoa_beans.json b/1.17.1/assets/minecraft/models/item/cocoa_beans.json new file mode 100644 index 00000000..cb83b5d4 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/cocoa_beans.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/cocoa_beans" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/cod.json b/1.17.1/assets/minecraft/models/item/cod.json new file mode 100644 index 00000000..a36ba0c8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/cod.json @@ -0,0 +1,13 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/cod" + }, + "display": { + "head": { + "rotation": [ 0, 90, -60 ], + "translation": [ -7, -4, -7], + "scale":[ 0.8, 0.8, 0.8] + } + } +} diff --git a/1.17.1/assets/minecraft/models/item/cod_bucket.json b/1.17.1/assets/minecraft/models/item/cod_bucket.json new file mode 100644 index 00000000..35c4ca0f --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/cod_bucket.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/cod_bucket" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/cod_spawn_egg.json b/1.17.1/assets/minecraft/models/item/cod_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/cod_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/command_block.json b/1.17.1/assets/minecraft/models/item/command_block.json new file mode 100644 index 00000000..43605276 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/command_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/command_block" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/command_block_minecart.json b/1.17.1/assets/minecraft/models/item/command_block_minecart.json new file mode 100644 index 00000000..7a3cf69b --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/command_block_minecart.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/command_block_minecart" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/comparator.json b/1.17.1/assets/minecraft/models/item/comparator.json new file mode 100644 index 00000000..6aa4fbe2 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/comparator.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/comparator" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/compass.json b/1.17.1/assets/minecraft/models/item/compass.json new file mode 100644 index 00000000..ec66bb16 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/compass.json @@ -0,0 +1,41 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/compass_16" + }, + "overrides": [ + { "predicate": { "angle": 0.000000 }, "model": "item/compass" }, + { "predicate": { "angle": 0.015625 }, "model": "item/compass_17" }, + { "predicate": { "angle": 0.046875 }, "model": "item/compass_18" }, + { "predicate": { "angle": 0.078125 }, "model": "item/compass_19" }, + { "predicate": { "angle": 0.109375 }, "model": "item/compass_20" }, + { "predicate": { "angle": 0.140625 }, "model": "item/compass_21" }, + { "predicate": { "angle": 0.171875 }, "model": "item/compass_22" }, + { "predicate": { "angle": 0.203125 }, "model": "item/compass_23" }, + { "predicate": { "angle": 0.234375 }, "model": "item/compass_24" }, + { "predicate": { "angle": 0.265625 }, "model": "item/compass_25" }, + { "predicate": { "angle": 0.296875 }, "model": "item/compass_26" }, + { "predicate": { "angle": 0.328125 }, "model": "item/compass_27" }, + { "predicate": { "angle": 0.359375 }, "model": "item/compass_28" }, + { "predicate": { "angle": 0.390625 }, "model": "item/compass_29" }, + { "predicate": { "angle": 0.421875 }, "model": "item/compass_30" }, + { "predicate": { "angle": 0.453125 }, "model": "item/compass_31" }, + { "predicate": { "angle": 0.484375 }, "model": "item/compass_00" }, + { "predicate": { "angle": 0.515625 }, "model": "item/compass_01" }, + { "predicate": { "angle": 0.546875 }, "model": "item/compass_02" }, + { "predicate": { "angle": 0.578125 }, "model": "item/compass_03" }, + { "predicate": { "angle": 0.609375 }, "model": "item/compass_04" }, + { "predicate": { "angle": 0.640625 }, "model": "item/compass_05" }, + { "predicate": { "angle": 0.671875 }, "model": "item/compass_06" }, + { "predicate": { "angle": 0.703125 }, "model": "item/compass_07" }, + { "predicate": { "angle": 0.734375 }, "model": "item/compass_08" }, + { "predicate": { "angle": 0.765625 }, "model": "item/compass_09" }, + { "predicate": { "angle": 0.796875 }, "model": "item/compass_10" }, + { "predicate": { "angle": 0.828125 }, "model": "item/compass_11" }, + { "predicate": { "angle": 0.859375 }, "model": "item/compass_12" }, + { "predicate": { "angle": 0.890625 }, "model": "item/compass_13" }, + { "predicate": { "angle": 0.921875 }, "model": "item/compass_14" }, + { "predicate": { "angle": 0.953125 }, "model": "item/compass_15" }, + { "predicate": { "angle": 0.984375 }, "model": "item/compass" } + ] +} diff --git a/1.17.1/assets/minecraft/models/item/compass_00.json b/1.17.1/assets/minecraft/models/item/compass_00.json new file mode 100644 index 00000000..dc856843 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/compass_00.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/compass_00" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/compass_01.json b/1.17.1/assets/minecraft/models/item/compass_01.json new file mode 100644 index 00000000..75d4178d --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/compass_01.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/compass_01" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/compass_02.json b/1.17.1/assets/minecraft/models/item/compass_02.json new file mode 100644 index 00000000..b91b4ba8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/compass_02.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/compass_02" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/compass_03.json b/1.17.1/assets/minecraft/models/item/compass_03.json new file mode 100644 index 00000000..10bf34a6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/compass_03.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/compass_03" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/compass_04.json b/1.17.1/assets/minecraft/models/item/compass_04.json new file mode 100644 index 00000000..cf2e7eb7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/compass_04.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/compass_04" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/compass_05.json b/1.17.1/assets/minecraft/models/item/compass_05.json new file mode 100644 index 00000000..e78ede9c --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/compass_05.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/compass_05" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/compass_06.json b/1.17.1/assets/minecraft/models/item/compass_06.json new file mode 100644 index 00000000..3679f229 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/compass_06.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/compass_06" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/compass_07.json b/1.17.1/assets/minecraft/models/item/compass_07.json new file mode 100644 index 00000000..37c1d310 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/compass_07.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/compass_07" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/compass_08.json b/1.17.1/assets/minecraft/models/item/compass_08.json new file mode 100644 index 00000000..706d7fb8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/compass_08.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/compass_08" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/compass_09.json b/1.17.1/assets/minecraft/models/item/compass_09.json new file mode 100644 index 00000000..1a0dd1a3 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/compass_09.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/compass_09" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/compass_10.json b/1.17.1/assets/minecraft/models/item/compass_10.json new file mode 100644 index 00000000..965ec560 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/compass_10.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/compass_10" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/compass_11.json b/1.17.1/assets/minecraft/models/item/compass_11.json new file mode 100644 index 00000000..dde2e559 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/compass_11.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/compass_11" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/compass_12.json b/1.17.1/assets/minecraft/models/item/compass_12.json new file mode 100644 index 00000000..ffe3aa7d --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/compass_12.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/compass_12" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/compass_13.json b/1.17.1/assets/minecraft/models/item/compass_13.json new file mode 100644 index 00000000..985d2d38 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/compass_13.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/compass_13" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/compass_14.json b/1.17.1/assets/minecraft/models/item/compass_14.json new file mode 100644 index 00000000..27fc108b --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/compass_14.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/compass_14" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/compass_15.json b/1.17.1/assets/minecraft/models/item/compass_15.json new file mode 100644 index 00000000..0b72926e --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/compass_15.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/compass_15" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/compass_17.json b/1.17.1/assets/minecraft/models/item/compass_17.json new file mode 100644 index 00000000..ddcb506f --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/compass_17.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/compass_17" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/compass_18.json b/1.17.1/assets/minecraft/models/item/compass_18.json new file mode 100644 index 00000000..5f47bcdb --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/compass_18.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/compass_18" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/compass_19.json b/1.17.1/assets/minecraft/models/item/compass_19.json new file mode 100644 index 00000000..25689471 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/compass_19.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/compass_19" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/compass_20.json b/1.17.1/assets/minecraft/models/item/compass_20.json new file mode 100644 index 00000000..26b95b33 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/compass_20.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/compass_20" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/compass_21.json b/1.17.1/assets/minecraft/models/item/compass_21.json new file mode 100644 index 00000000..0948b81a --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/compass_21.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/compass_21" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/compass_22.json b/1.17.1/assets/minecraft/models/item/compass_22.json new file mode 100644 index 00000000..a594efd2 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/compass_22.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/compass_22" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/compass_23.json b/1.17.1/assets/minecraft/models/item/compass_23.json new file mode 100644 index 00000000..8e7b9c00 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/compass_23.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/compass_23" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/compass_24.json b/1.17.1/assets/minecraft/models/item/compass_24.json new file mode 100644 index 00000000..b9bba903 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/compass_24.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/compass_24" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/compass_25.json b/1.17.1/assets/minecraft/models/item/compass_25.json new file mode 100644 index 00000000..b896c210 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/compass_25.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/compass_25" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/compass_26.json b/1.17.1/assets/minecraft/models/item/compass_26.json new file mode 100644 index 00000000..8c6c7aac --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/compass_26.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/compass_26" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/compass_27.json b/1.17.1/assets/minecraft/models/item/compass_27.json new file mode 100644 index 00000000..f5e26c56 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/compass_27.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/compass_27" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/compass_28.json b/1.17.1/assets/minecraft/models/item/compass_28.json new file mode 100644 index 00000000..7a766cfd --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/compass_28.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/compass_28" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/compass_29.json b/1.17.1/assets/minecraft/models/item/compass_29.json new file mode 100644 index 00000000..990c9054 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/compass_29.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/compass_29" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/compass_30.json b/1.17.1/assets/minecraft/models/item/compass_30.json new file mode 100644 index 00000000..725443ad --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/compass_30.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/compass_30" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/compass_31.json b/1.17.1/assets/minecraft/models/item/compass_31.json new file mode 100644 index 00000000..bbbd539f --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/compass_31.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/compass_31" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/composter.json b/1.17.1/assets/minecraft/models/item/composter.json new file mode 100644 index 00000000..a8a9be3b --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/composter.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/composter" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/conduit.json b/1.17.1/assets/minecraft/models/item/conduit.json new file mode 100644 index 00000000..f5785cdf --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/conduit.json @@ -0,0 +1,38 @@ +{ + "parent": "builtin/entity", + "textures": { + "particle": "block/conduit" + }, + "display": { + "gui": { + "rotation": [ 30, 45, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 1.0, 1.0, 1.0 ] + }, + "ground": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 3, 0], + "scale":[ 0.5, 0.5, 0.5 ] + }, + "head": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 1, 1, 1] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 1, 1, 1 ] + }, + "thirdperson_righthand": { + "rotation": [ 75, 315, 0 ], + "translation": [ 0, 2.5, 0], + "scale": [ 0.5, 0.5, 0.5 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 315, 0 ], + "translation": [ 0, 0, 0], + "scale": [ 0.8, 0.8, 0.8 ] + } + } +} diff --git a/1.17.1/assets/minecraft/models/item/cooked_beef.json b/1.17.1/assets/minecraft/models/item/cooked_beef.json new file mode 100644 index 00000000..2360514a --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/cooked_beef.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/cooked_beef" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/cooked_chicken.json b/1.17.1/assets/minecraft/models/item/cooked_chicken.json new file mode 100644 index 00000000..6608b49c --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/cooked_chicken.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/cooked_chicken" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/cooked_cod.json b/1.17.1/assets/minecraft/models/item/cooked_cod.json new file mode 100644 index 00000000..ed4d2392 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/cooked_cod.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/cooked_cod" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/cooked_mutton.json b/1.17.1/assets/minecraft/models/item/cooked_mutton.json new file mode 100644 index 00000000..41455e0e --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/cooked_mutton.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/cooked_mutton" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/cooked_porkchop.json b/1.17.1/assets/minecraft/models/item/cooked_porkchop.json new file mode 100644 index 00000000..85a6bb4f --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/cooked_porkchop.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/cooked_porkchop" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/cooked_rabbit.json b/1.17.1/assets/minecraft/models/item/cooked_rabbit.json new file mode 100644 index 00000000..7217b8a8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/cooked_rabbit.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/cooked_rabbit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/cooked_salmon.json b/1.17.1/assets/minecraft/models/item/cooked_salmon.json new file mode 100644 index 00000000..d4be30a7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/cooked_salmon.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/cooked_salmon" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/cookie.json b/1.17.1/assets/minecraft/models/item/cookie.json new file mode 100644 index 00000000..c1addfd8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/cookie.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/cookie" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/copper_block.json b/1.17.1/assets/minecraft/models/item/copper_block.json new file mode 100644 index 00000000..7bc2c018 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/copper_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/copper_block" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/copper_ingot.json b/1.17.1/assets/minecraft/models/item/copper_ingot.json new file mode 100644 index 00000000..c8feae64 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/copper_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/copper_ingot" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/copper_ore.json b/1.17.1/assets/minecraft/models/item/copper_ore.json new file mode 100644 index 00000000..773d4593 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/copper_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/copper_ore" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/cornflower.json b/1.17.1/assets/minecraft/models/item/cornflower.json new file mode 100644 index 00000000..ca317c8b --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/cornflower.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/cornflower" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/cow_spawn_egg.json b/1.17.1/assets/minecraft/models/item/cow_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/cow_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/cracked_deepslate_bricks.json b/1.17.1/assets/minecraft/models/item/cracked_deepslate_bricks.json new file mode 100644 index 00000000..5edc2399 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/cracked_deepslate_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/cracked_deepslate_bricks" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/cracked_deepslate_tiles.json b/1.17.1/assets/minecraft/models/item/cracked_deepslate_tiles.json new file mode 100644 index 00000000..9fc7a8c0 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/cracked_deepslate_tiles.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/cracked_deepslate_tiles" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/cracked_nether_bricks.json b/1.17.1/assets/minecraft/models/item/cracked_nether_bricks.json new file mode 100644 index 00000000..09da8a18 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/cracked_nether_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/cracked_nether_bricks" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/cracked_polished_blackstone_bricks.json b/1.17.1/assets/minecraft/models/item/cracked_polished_blackstone_bricks.json new file mode 100644 index 00000000..87b9f26e --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/cracked_polished_blackstone_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/cracked_polished_blackstone_bricks" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/cracked_stone_bricks.json b/1.17.1/assets/minecraft/models/item/cracked_stone_bricks.json new file mode 100644 index 00000000..46802074 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/cracked_stone_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/cracked_stone_bricks" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/crafting_table.json b/1.17.1/assets/minecraft/models/item/crafting_table.json new file mode 100644 index 00000000..323e84b6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/crafting_table.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/crafting_table" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/creeper_banner_pattern.json b/1.17.1/assets/minecraft/models/item/creeper_banner_pattern.json new file mode 100644 index 00000000..d626b731 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/creeper_banner_pattern.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/creeper_banner_pattern" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/creeper_head.json b/1.17.1/assets/minecraft/models/item/creeper_head.json new file mode 100644 index 00000000..364b6e65 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/creeper_head.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_skull" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/creeper_spawn_egg.json b/1.17.1/assets/minecraft/models/item/creeper_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/creeper_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/crimson_button.json b/1.17.1/assets/minecraft/models/item/crimson_button.json new file mode 100644 index 00000000..f58c71fc --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/crimson_button.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/crimson_button_inventory" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/crimson_door.json b/1.17.1/assets/minecraft/models/item/crimson_door.json new file mode 100644 index 00000000..ef94c1cc --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/crimson_door.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/crimson_door" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/crimson_fence.json b/1.17.1/assets/minecraft/models/item/crimson_fence.json new file mode 100644 index 00000000..3bdd71d1 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/crimson_fence.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/crimson_fence_inventory" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/crimson_fence_gate.json b/1.17.1/assets/minecraft/models/item/crimson_fence_gate.json new file mode 100644 index 00000000..36ef1c8c --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/crimson_fence_gate.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/crimson_fence_gate" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/crimson_fungus.json b/1.17.1/assets/minecraft/models/item/crimson_fungus.json new file mode 100644 index 00000000..6fdfd2fa --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/crimson_fungus.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/crimson_fungus" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/crimson_hyphae.json b/1.17.1/assets/minecraft/models/item/crimson_hyphae.json new file mode 100644 index 00000000..6efe4610 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/crimson_hyphae.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/crimson_hyphae" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/crimson_nylium.json b/1.17.1/assets/minecraft/models/item/crimson_nylium.json new file mode 100644 index 00000000..74f93924 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/crimson_nylium.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/crimson_nylium" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/crimson_planks.json b/1.17.1/assets/minecraft/models/item/crimson_planks.json new file mode 100644 index 00000000..759128e1 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/crimson_planks.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/crimson_planks" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/crimson_pressure_plate.json b/1.17.1/assets/minecraft/models/item/crimson_pressure_plate.json new file mode 100644 index 00000000..436b0ba9 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/crimson_pressure_plate.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/crimson_pressure_plate" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/crimson_roots.json b/1.17.1/assets/minecraft/models/item/crimson_roots.json new file mode 100644 index 00000000..19ea0092 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/crimson_roots.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/crimson_roots" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/crimson_sign.json b/1.17.1/assets/minecraft/models/item/crimson_sign.json new file mode 100644 index 00000000..3d2a86b7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/crimson_sign.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/crimson_sign" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/crimson_slab.json b/1.17.1/assets/minecraft/models/item/crimson_slab.json new file mode 100644 index 00000000..63ad2927 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/crimson_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/crimson_slab" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/crimson_stairs.json b/1.17.1/assets/minecraft/models/item/crimson_stairs.json new file mode 100644 index 00000000..9cefb2d2 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/crimson_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/crimson_stairs" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/crimson_stem.json b/1.17.1/assets/minecraft/models/item/crimson_stem.json new file mode 100644 index 00000000..56d2001d --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/crimson_stem.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/crimson_stem" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/crimson_trapdoor.json b/1.17.1/assets/minecraft/models/item/crimson_trapdoor.json new file mode 100644 index 00000000..b1cba031 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/crimson_trapdoor.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/crimson_trapdoor_bottom" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/crossbow.json b/1.17.1/assets/minecraft/models/item/crossbow.json new file mode 100644 index 00000000..0cddcac4 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/crossbow.json @@ -0,0 +1,63 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/crossbow_standby" + }, + "display": { + "thirdperson_righthand": { + "rotation": [ -90, 0, -60 ], + "translation": [ 2, 0.1, -3 ], + "scale": [ 0.9, 0.9, 0.9 ] + }, + "thirdperson_lefthand": { + "rotation": [ -90, 0, 30 ], + "translation": [ 2, 0.1, -3 ], + "scale": [ 0.9, 0.9, 0.9 ] + }, + "firstperson_righthand": { + "rotation": [ -90, 0, -55 ], + "translation": [ 1.13, 3.2, 1.13], + "scale": [ 0.68, 0.68, 0.68 ] + }, + "firstperson_lefthand": { + "rotation": [ -90, 0, 35 ], + "translation": [ 1.13, 3.2, 1.13], + "scale": [ 0.68, 0.68, 0.68 ] + } + }, + "overrides": [ + { + "predicate": { + "pulling": 1 + }, + "model": "item/crossbow_pulling_0" + }, + { + "predicate": { + "pulling": 1, + "pull": 0.58 + }, + "model": "item/crossbow_pulling_1" + }, + { + "predicate": { + "pulling": 1, + "pull": 1.0 + }, + "model": "item/crossbow_pulling_2" + }, + { + "predicate": { + "charged": 1 + }, + "model": "item/crossbow_arrow" + }, + { + "predicate": { + "charged": 1, + "firework": 1 + }, + "model": "item/crossbow_firework" + } + ] +} diff --git a/1.17.1/assets/minecraft/models/item/crossbow_arrow.json b/1.17.1/assets/minecraft/models/item/crossbow_arrow.json new file mode 100644 index 00000000..bc3e3543 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/crossbow_arrow.json @@ -0,0 +1,6 @@ +{ + "parent": "item/crossbow", + "textures": { + "layer0": "item/crossbow_arrow" + } +} diff --git a/1.17.1/assets/minecraft/models/item/crossbow_firework.json b/1.17.1/assets/minecraft/models/item/crossbow_firework.json new file mode 100644 index 00000000..1ebe175a --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/crossbow_firework.json @@ -0,0 +1,6 @@ +{ + "parent": "item/crossbow", + "textures": { + "layer0": "item/crossbow_firework" + } +} diff --git a/1.17.1/assets/minecraft/models/item/crossbow_pulling_0.json b/1.17.1/assets/minecraft/models/item/crossbow_pulling_0.json new file mode 100644 index 00000000..afd73b86 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/crossbow_pulling_0.json @@ -0,0 +1,6 @@ +{ + "parent": "item/crossbow", + "textures": { + "layer0": "item/crossbow_pulling_0" + } +} diff --git a/1.17.1/assets/minecraft/models/item/crossbow_pulling_1.json b/1.17.1/assets/minecraft/models/item/crossbow_pulling_1.json new file mode 100644 index 00000000..1c48a748 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/crossbow_pulling_1.json @@ -0,0 +1,6 @@ +{ + "parent": "item/crossbow", + "textures": { + "layer0": "item/crossbow_pulling_1" + } +} diff --git a/1.17.1/assets/minecraft/models/item/crossbow_pulling_2.json b/1.17.1/assets/minecraft/models/item/crossbow_pulling_2.json new file mode 100644 index 00000000..3c2df500 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/crossbow_pulling_2.json @@ -0,0 +1,6 @@ +{ + "parent": "item/crossbow", + "textures": { + "layer0": "item/crossbow_pulling_2" + } +} diff --git a/1.17.1/assets/minecraft/models/item/crying_obsidian.json b/1.17.1/assets/minecraft/models/item/crying_obsidian.json new file mode 100644 index 00000000..0d94bfb8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/crying_obsidian.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/crying_obsidian" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/cut_copper.json b/1.17.1/assets/minecraft/models/item/cut_copper.json new file mode 100644 index 00000000..ce1ec597 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/cut_copper.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/cut_copper" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/cut_copper_slab.json b/1.17.1/assets/minecraft/models/item/cut_copper_slab.json new file mode 100644 index 00000000..b6b05101 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/cut_copper_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/cut_copper_slab" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/cut_copper_stairs.json b/1.17.1/assets/minecraft/models/item/cut_copper_stairs.json new file mode 100644 index 00000000..7376f52c --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/cut_copper_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/cut_copper_stairs" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/cut_red_sandstone.json b/1.17.1/assets/minecraft/models/item/cut_red_sandstone.json new file mode 100644 index 00000000..665df158 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/cut_red_sandstone.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/cut_red_sandstone" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/cut_red_sandstone_slab.json b/1.17.1/assets/minecraft/models/item/cut_red_sandstone_slab.json new file mode 100644 index 00000000..7767595c --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/cut_red_sandstone_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/cut_red_sandstone_slab" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/cut_sandstone.json b/1.17.1/assets/minecraft/models/item/cut_sandstone.json new file mode 100644 index 00000000..865262dc --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/cut_sandstone.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/cut_sandstone" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/cut_sandstone_slab.json b/1.17.1/assets/minecraft/models/item/cut_sandstone_slab.json new file mode 100644 index 00000000..cccc0035 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/cut_sandstone_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/cut_sandstone_slab" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/cyan_banner.json b/1.17.1/assets/minecraft/models/item/cyan_banner.json new file mode 100644 index 00000000..661a106d --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/cyan_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_banner" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/cyan_bed.json b/1.17.1/assets/minecraft/models/item/cyan_bed.json new file mode 100644 index 00000000..046fa811 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/cyan_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/template_bed", + "textures": { + "particle": "minecraft:block/cyan_wool" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/cyan_candle.json b/1.17.1/assets/minecraft/models/item/cyan_candle.json new file mode 100644 index 00000000..4b565936 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/cyan_candle.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/cyan_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/cyan_carpet.json b/1.17.1/assets/minecraft/models/item/cyan_carpet.json new file mode 100644 index 00000000..f67e7062 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/cyan_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/cyan_carpet" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/cyan_concrete.json b/1.17.1/assets/minecraft/models/item/cyan_concrete.json new file mode 100644 index 00000000..210de101 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/cyan_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/cyan_concrete" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/cyan_concrete_powder.json b/1.17.1/assets/minecraft/models/item/cyan_concrete_powder.json new file mode 100644 index 00000000..8fe4c546 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/cyan_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/cyan_concrete_powder" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/cyan_dye.json b/1.17.1/assets/minecraft/models/item/cyan_dye.json new file mode 100644 index 00000000..634aa6ec --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/cyan_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/cyan_dye" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/cyan_glazed_terracotta.json b/1.17.1/assets/minecraft/models/item/cyan_glazed_terracotta.json new file mode 100644 index 00000000..c98c2ac8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/cyan_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/cyan_glazed_terracotta" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/cyan_shulker_box.json b/1.17.1/assets/minecraft/models/item/cyan_shulker_box.json new file mode 100644 index 00000000..e06a479c --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/cyan_shulker_box.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/template_shulker_box", + "textures": { + "particle": "minecraft:block/cyan_shulker_box" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/cyan_stained_glass.json b/1.17.1/assets/minecraft/models/item/cyan_stained_glass.json new file mode 100644 index 00000000..8cdd4b93 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/cyan_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/cyan_stained_glass" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/cyan_stained_glass_pane.json b/1.17.1/assets/minecraft/models/item/cyan_stained_glass_pane.json new file mode 100644 index 00000000..61db9a4d --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/cyan_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/cyan_stained_glass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/cyan_terracotta.json b/1.17.1/assets/minecraft/models/item/cyan_terracotta.json new file mode 100644 index 00000000..4053734c --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/cyan_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/cyan_terracotta" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/cyan_wool.json b/1.17.1/assets/minecraft/models/item/cyan_wool.json new file mode 100644 index 00000000..30c92e7a --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/cyan_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/cyan_wool" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/damaged_anvil.json b/1.17.1/assets/minecraft/models/item/damaged_anvil.json new file mode 100644 index 00000000..657cbd68 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/damaged_anvil.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/damaged_anvil" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/dandelion.json b/1.17.1/assets/minecraft/models/item/dandelion.json new file mode 100644 index 00000000..1628250e --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/dandelion.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/dandelion" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/dark_oak_boat.json b/1.17.1/assets/minecraft/models/item/dark_oak_boat.json new file mode 100644 index 00000000..66ced796 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/dark_oak_boat.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/dark_oak_boat" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/dark_oak_button.json b/1.17.1/assets/minecraft/models/item/dark_oak_button.json new file mode 100644 index 00000000..f2ff59ba --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/dark_oak_button.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/dark_oak_button_inventory" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/dark_oak_door.json b/1.17.1/assets/minecraft/models/item/dark_oak_door.json new file mode 100644 index 00000000..89ad212f --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/dark_oak_door.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/dark_oak_door" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/dark_oak_fence.json b/1.17.1/assets/minecraft/models/item/dark_oak_fence.json new file mode 100644 index 00000000..c624d9c9 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/dark_oak_fence.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/dark_oak_fence_inventory" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/dark_oak_fence_gate.json b/1.17.1/assets/minecraft/models/item/dark_oak_fence_gate.json new file mode 100644 index 00000000..25cbe805 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/dark_oak_fence_gate.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/dark_oak_fence_gate" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/dark_oak_leaves.json b/1.17.1/assets/minecraft/models/item/dark_oak_leaves.json new file mode 100644 index 00000000..395882a7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/dark_oak_leaves.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/dark_oak_leaves" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/dark_oak_log.json b/1.17.1/assets/minecraft/models/item/dark_oak_log.json new file mode 100644 index 00000000..6304aefb --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/dark_oak_log.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/dark_oak_log" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/dark_oak_planks.json b/1.17.1/assets/minecraft/models/item/dark_oak_planks.json new file mode 100644 index 00000000..a3adda1d --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/dark_oak_planks.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/dark_oak_planks" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/dark_oak_pressure_plate.json b/1.17.1/assets/minecraft/models/item/dark_oak_pressure_plate.json new file mode 100644 index 00000000..7cd16b9d --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/dark_oak_pressure_plate.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/dark_oak_pressure_plate" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/dark_oak_sapling.json b/1.17.1/assets/minecraft/models/item/dark_oak_sapling.json new file mode 100644 index 00000000..1a02b324 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/dark_oak_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/dark_oak_sapling" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/dark_oak_sign.json b/1.17.1/assets/minecraft/models/item/dark_oak_sign.json new file mode 100644 index 00000000..962a237a --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/dark_oak_sign.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/dark_oak_sign" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/dark_oak_slab.json b/1.17.1/assets/minecraft/models/item/dark_oak_slab.json new file mode 100644 index 00000000..c66e4e43 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/dark_oak_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/dark_oak_slab" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/dark_oak_stairs.json b/1.17.1/assets/minecraft/models/item/dark_oak_stairs.json new file mode 100644 index 00000000..1d7b821b --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/dark_oak_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/dark_oak_stairs" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/dark_oak_trapdoor.json b/1.17.1/assets/minecraft/models/item/dark_oak_trapdoor.json new file mode 100644 index 00000000..a91f3c8f --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/dark_oak_trapdoor.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/dark_oak_trapdoor_bottom" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/dark_oak_wood.json b/1.17.1/assets/minecraft/models/item/dark_oak_wood.json new file mode 100644 index 00000000..3a285ba3 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/dark_oak_wood.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/dark_oak_wood" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/dark_prismarine.json b/1.17.1/assets/minecraft/models/item/dark_prismarine.json new file mode 100644 index 00000000..461468df --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/dark_prismarine.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/dark_prismarine" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/dark_prismarine_slab.json b/1.17.1/assets/minecraft/models/item/dark_prismarine_slab.json new file mode 100644 index 00000000..a9605d9f --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/dark_prismarine_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/dark_prismarine_slab" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/dark_prismarine_stairs.json b/1.17.1/assets/minecraft/models/item/dark_prismarine_stairs.json new file mode 100644 index 00000000..2a11dead --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/dark_prismarine_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/dark_prismarine_stairs" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/daylight_detector.json b/1.17.1/assets/minecraft/models/item/daylight_detector.json new file mode 100644 index 00000000..f52d6d9a --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/daylight_detector.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/daylight_detector" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/dead_brain_coral.json b/1.17.1/assets/minecraft/models/item/dead_brain_coral.json new file mode 100644 index 00000000..8e243912 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/dead_brain_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/dead_brain_coral" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/dead_brain_coral_block.json b/1.17.1/assets/minecraft/models/item/dead_brain_coral_block.json new file mode 100644 index 00000000..3134d2b7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/dead_brain_coral_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/dead_brain_coral_block" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/dead_brain_coral_fan.json b/1.17.1/assets/minecraft/models/item/dead_brain_coral_fan.json new file mode 100644 index 00000000..a6488a83 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/dead_brain_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/dead_brain_coral_fan" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/dead_bubble_coral.json b/1.17.1/assets/minecraft/models/item/dead_bubble_coral.json new file mode 100644 index 00000000..7802938b --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/dead_bubble_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/dead_bubble_coral" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/dead_bubble_coral_block.json b/1.17.1/assets/minecraft/models/item/dead_bubble_coral_block.json new file mode 100644 index 00000000..ba3411da --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/dead_bubble_coral_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/dead_bubble_coral_block" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/dead_bubble_coral_fan.json b/1.17.1/assets/minecraft/models/item/dead_bubble_coral_fan.json new file mode 100644 index 00000000..e06ea5f9 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/dead_bubble_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/dead_bubble_coral_fan" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/dead_bush.json b/1.17.1/assets/minecraft/models/item/dead_bush.json new file mode 100644 index 00000000..cb8a5f08 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/dead_bush.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/dead_bush" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/dead_fire_coral.json b/1.17.1/assets/minecraft/models/item/dead_fire_coral.json new file mode 100644 index 00000000..7795cff3 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/dead_fire_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/dead_fire_coral" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/dead_fire_coral_block.json b/1.17.1/assets/minecraft/models/item/dead_fire_coral_block.json new file mode 100644 index 00000000..f169720a --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/dead_fire_coral_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/dead_fire_coral_block" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/dead_fire_coral_fan.json b/1.17.1/assets/minecraft/models/item/dead_fire_coral_fan.json new file mode 100644 index 00000000..7d33a6e7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/dead_fire_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/dead_fire_coral_fan" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/dead_horn_coral.json b/1.17.1/assets/minecraft/models/item/dead_horn_coral.json new file mode 100644 index 00000000..8dc414ad --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/dead_horn_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/dead_horn_coral" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/dead_horn_coral_block.json b/1.17.1/assets/minecraft/models/item/dead_horn_coral_block.json new file mode 100644 index 00000000..a7ed136d --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/dead_horn_coral_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/dead_horn_coral_block" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/dead_horn_coral_fan.json b/1.17.1/assets/minecraft/models/item/dead_horn_coral_fan.json new file mode 100644 index 00000000..4e2715a9 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/dead_horn_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/dead_horn_coral_fan" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/dead_tube_coral.json b/1.17.1/assets/minecraft/models/item/dead_tube_coral.json new file mode 100644 index 00000000..1d08eff6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/dead_tube_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/dead_tube_coral" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/dead_tube_coral_block.json b/1.17.1/assets/minecraft/models/item/dead_tube_coral_block.json new file mode 100644 index 00000000..a16902f9 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/dead_tube_coral_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/dead_tube_coral_block" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/dead_tube_coral_fan.json b/1.17.1/assets/minecraft/models/item/dead_tube_coral_fan.json new file mode 100644 index 00000000..86ad4fd4 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/dead_tube_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/dead_tube_coral_fan" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/debug_stick.json b/1.17.1/assets/minecraft/models/item/debug_stick.json new file mode 100644 index 00000000..f0dc3b97 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/debug_stick.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "minecraft:item/stick" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/deepslate.json b/1.17.1/assets/minecraft/models/item/deepslate.json new file mode 100644 index 00000000..13980a84 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/deepslate.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/deepslate" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/deepslate_brick_slab.json b/1.17.1/assets/minecraft/models/item/deepslate_brick_slab.json new file mode 100644 index 00000000..7e35175d --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/deepslate_brick_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/deepslate_brick_slab" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/deepslate_brick_stairs.json b/1.17.1/assets/minecraft/models/item/deepslate_brick_stairs.json new file mode 100644 index 00000000..38c5e3f9 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/deepslate_brick_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/deepslate_brick_stairs" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/deepslate_brick_wall.json b/1.17.1/assets/minecraft/models/item/deepslate_brick_wall.json new file mode 100644 index 00000000..d13b4d42 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/deepslate_brick_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/deepslate_brick_wall_inventory" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/deepslate_bricks.json b/1.17.1/assets/minecraft/models/item/deepslate_bricks.json new file mode 100644 index 00000000..5c152588 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/deepslate_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/deepslate_bricks" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/deepslate_coal_ore.json b/1.17.1/assets/minecraft/models/item/deepslate_coal_ore.json new file mode 100644 index 00000000..f94aeada --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/deepslate_coal_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/deepslate_coal_ore" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/deepslate_copper_ore.json b/1.17.1/assets/minecraft/models/item/deepslate_copper_ore.json new file mode 100644 index 00000000..b5425550 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/deepslate_copper_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/deepslate_copper_ore" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/deepslate_diamond_ore.json b/1.17.1/assets/minecraft/models/item/deepslate_diamond_ore.json new file mode 100644 index 00000000..24eb2e5a --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/deepslate_diamond_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/deepslate_diamond_ore" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/deepslate_emerald_ore.json b/1.17.1/assets/minecraft/models/item/deepslate_emerald_ore.json new file mode 100644 index 00000000..a5354b18 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/deepslate_emerald_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/deepslate_emerald_ore" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/deepslate_gold_ore.json b/1.17.1/assets/minecraft/models/item/deepslate_gold_ore.json new file mode 100644 index 00000000..910ff2f7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/deepslate_gold_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/deepslate_gold_ore" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/deepslate_iron_ore.json b/1.17.1/assets/minecraft/models/item/deepslate_iron_ore.json new file mode 100644 index 00000000..0b10edea --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/deepslate_iron_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/deepslate_iron_ore" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/deepslate_lapis_ore.json b/1.17.1/assets/minecraft/models/item/deepslate_lapis_ore.json new file mode 100644 index 00000000..d829cea2 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/deepslate_lapis_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/deepslate_lapis_ore" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/deepslate_redstone_ore.json b/1.17.1/assets/minecraft/models/item/deepslate_redstone_ore.json new file mode 100644 index 00000000..c9832e9a --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/deepslate_redstone_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/deepslate_redstone_ore" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/deepslate_tile_slab.json b/1.17.1/assets/minecraft/models/item/deepslate_tile_slab.json new file mode 100644 index 00000000..f0979640 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/deepslate_tile_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/deepslate_tile_slab" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/deepslate_tile_stairs.json b/1.17.1/assets/minecraft/models/item/deepslate_tile_stairs.json new file mode 100644 index 00000000..2a7ec05e --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/deepslate_tile_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/deepslate_tile_stairs" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/deepslate_tile_wall.json b/1.17.1/assets/minecraft/models/item/deepslate_tile_wall.json new file mode 100644 index 00000000..226fa452 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/deepslate_tile_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/deepslate_tile_wall_inventory" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/deepslate_tiles.json b/1.17.1/assets/minecraft/models/item/deepslate_tiles.json new file mode 100644 index 00000000..bdaaaec5 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/deepslate_tiles.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/deepslate_tiles" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/detector_rail.json b/1.17.1/assets/minecraft/models/item/detector_rail.json new file mode 100644 index 00000000..707b2492 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/detector_rail.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/detector_rail" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/diamond.json b/1.17.1/assets/minecraft/models/item/diamond.json new file mode 100644 index 00000000..dacde7f1 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/diamond.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/diamond" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/diamond_axe.json b/1.17.1/assets/minecraft/models/item/diamond_axe.json new file mode 100644 index 00000000..9ab04997 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/diamond_axe.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "minecraft:item/diamond_axe" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/diamond_block.json b/1.17.1/assets/minecraft/models/item/diamond_block.json new file mode 100644 index 00000000..48d351c4 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/diamond_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/diamond_block" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/diamond_boots.json b/1.17.1/assets/minecraft/models/item/diamond_boots.json new file mode 100644 index 00000000..d3257821 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/diamond_boots.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/diamond_boots" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/diamond_chestplate.json b/1.17.1/assets/minecraft/models/item/diamond_chestplate.json new file mode 100644 index 00000000..2ca3222a --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/diamond_chestplate.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/diamond_chestplate" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/diamond_helmet.json b/1.17.1/assets/minecraft/models/item/diamond_helmet.json new file mode 100644 index 00000000..8ab9fc02 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/diamond_helmet.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/diamond_helmet" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/diamond_hoe.json b/1.17.1/assets/minecraft/models/item/diamond_hoe.json new file mode 100644 index 00000000..c777b6d3 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/diamond_hoe.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "minecraft:item/diamond_hoe" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/diamond_horse_armor.json b/1.17.1/assets/minecraft/models/item/diamond_horse_armor.json new file mode 100644 index 00000000..017194b7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/diamond_horse_armor.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/diamond_horse_armor" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/diamond_leggings.json b/1.17.1/assets/minecraft/models/item/diamond_leggings.json new file mode 100644 index 00000000..11622ca5 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/diamond_leggings.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/diamond_leggings" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/diamond_ore.json b/1.17.1/assets/minecraft/models/item/diamond_ore.json new file mode 100644 index 00000000..da18313d --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/diamond_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/diamond_ore" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/diamond_pickaxe.json b/1.17.1/assets/minecraft/models/item/diamond_pickaxe.json new file mode 100644 index 00000000..88301e5c --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/diamond_pickaxe.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "minecraft:item/diamond_pickaxe" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/diamond_shovel.json b/1.17.1/assets/minecraft/models/item/diamond_shovel.json new file mode 100644 index 00000000..dc4e6c84 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/diamond_shovel.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "minecraft:item/diamond_shovel" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/diamond_sword.json b/1.17.1/assets/minecraft/models/item/diamond_sword.json new file mode 100644 index 00000000..26f4a2e0 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/diamond_sword.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "minecraft:item/diamond_sword" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/diorite.json b/1.17.1/assets/minecraft/models/item/diorite.json new file mode 100644 index 00000000..f9d3f6b4 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/diorite.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/diorite" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/diorite_slab.json b/1.17.1/assets/minecraft/models/item/diorite_slab.json new file mode 100644 index 00000000..fbfbc7a6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/diorite_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/diorite_slab" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/diorite_stairs.json b/1.17.1/assets/minecraft/models/item/diorite_stairs.json new file mode 100644 index 00000000..fdfa11ab --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/diorite_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/diorite_stairs" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/diorite_wall.json b/1.17.1/assets/minecraft/models/item/diorite_wall.json new file mode 100644 index 00000000..192d7282 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/diorite_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/diorite_wall_inventory" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/dirt.json b/1.17.1/assets/minecraft/models/item/dirt.json new file mode 100644 index 00000000..8f9dbab5 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/dirt.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/dirt" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/dirt_path.json b/1.17.1/assets/minecraft/models/item/dirt_path.json new file mode 100644 index 00000000..e60515e4 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/dirt_path.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/dirt_path" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/dispenser.json b/1.17.1/assets/minecraft/models/item/dispenser.json new file mode 100644 index 00000000..b88156bc --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/dispenser.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/dispenser" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/dolphin_spawn_egg.json b/1.17.1/assets/minecraft/models/item/dolphin_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/dolphin_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/donkey_spawn_egg.json b/1.17.1/assets/minecraft/models/item/donkey_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/donkey_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/dragon_breath.json b/1.17.1/assets/minecraft/models/item/dragon_breath.json new file mode 100644 index 00000000..424980b1 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/dragon_breath.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/dragon_breath" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/dragon_egg.json b/1.17.1/assets/minecraft/models/item/dragon_egg.json new file mode 100644 index 00000000..1570a78a --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/dragon_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/dragon_egg" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/dragon_head.json b/1.17.1/assets/minecraft/models/item/dragon_head.json new file mode 100644 index 00000000..86264762 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/dragon_head.json @@ -0,0 +1,15 @@ +{ + "parent": "item/template_skull", + "display": { + "gui": { + "translation": [ -2, 2, 0 ], + "rotation": [ 30, 45, 0 ], + "scale": [ 0.6, 0.6, 0.6 ] + }, + "thirdperson_righthand": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, -1, 2 ], + "scale": [ 0.5, 0.5, 0.5 ] + } + } +} diff --git a/1.17.1/assets/minecraft/models/item/dried_kelp.json b/1.17.1/assets/minecraft/models/item/dried_kelp.json new file mode 100644 index 00000000..a4e4efff --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/dried_kelp.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/dried_kelp" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/dried_kelp_block.json b/1.17.1/assets/minecraft/models/item/dried_kelp_block.json new file mode 100644 index 00000000..2f3f1c32 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/dried_kelp_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/dried_kelp_block" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/dripstone_block.json b/1.17.1/assets/minecraft/models/item/dripstone_block.json new file mode 100644 index 00000000..d6d9c09d --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/dripstone_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/dripstone_block" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/dropper.json b/1.17.1/assets/minecraft/models/item/dropper.json new file mode 100644 index 00000000..a8b40e59 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/dropper.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/dropper" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/drowned_spawn_egg.json b/1.17.1/assets/minecraft/models/item/drowned_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/drowned_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/egg.json b/1.17.1/assets/minecraft/models/item/egg.json new file mode 100644 index 00000000..86ec3cae --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/egg.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/egg" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/elder_guardian_spawn_egg.json b/1.17.1/assets/minecraft/models/item/elder_guardian_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/elder_guardian_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/elytra.json b/1.17.1/assets/minecraft/models/item/elytra.json new file mode 100644 index 00000000..3909ded5 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/elytra.json @@ -0,0 +1,14 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/elytra" + }, + "overrides": [ + { + "predicate": { + "broken": 1 + }, + "model": "item/broken_elytra" + } + ] +} diff --git a/1.17.1/assets/minecraft/models/item/emerald.json b/1.17.1/assets/minecraft/models/item/emerald.json new file mode 100644 index 00000000..4f19c1d9 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/emerald.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/emerald" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/emerald_block.json b/1.17.1/assets/minecraft/models/item/emerald_block.json new file mode 100644 index 00000000..27c3713a --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/emerald_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/emerald_block" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/emerald_ore.json b/1.17.1/assets/minecraft/models/item/emerald_ore.json new file mode 100644 index 00000000..3569bde1 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/emerald_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/emerald_ore" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/enchanted_book.json b/1.17.1/assets/minecraft/models/item/enchanted_book.json new file mode 100644 index 00000000..b6a35e57 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/enchanted_book.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/enchanted_book" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/enchanted_golden_apple.json b/1.17.1/assets/minecraft/models/item/enchanted_golden_apple.json new file mode 100644 index 00000000..868c9219 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/enchanted_golden_apple.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/golden_apple" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/enchanting_table.json b/1.17.1/assets/minecraft/models/item/enchanting_table.json new file mode 100644 index 00000000..9f76fca2 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/enchanting_table.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/enchanting_table" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/end_crystal.json b/1.17.1/assets/minecraft/models/item/end_crystal.json new file mode 100644 index 00000000..15aa5897 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/end_crystal.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/end_crystal" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/end_portal_frame.json b/1.17.1/assets/minecraft/models/item/end_portal_frame.json new file mode 100644 index 00000000..718814c2 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/end_portal_frame.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/end_portal_frame" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/end_rod.json b/1.17.1/assets/minecraft/models/item/end_rod.json new file mode 100644 index 00000000..809dec3f --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/end_rod.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/end_rod" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/end_stone.json b/1.17.1/assets/minecraft/models/item/end_stone.json new file mode 100644 index 00000000..fc4cf92a --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/end_stone.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/end_stone" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/end_stone_brick_slab.json b/1.17.1/assets/minecraft/models/item/end_stone_brick_slab.json new file mode 100644 index 00000000..3daf7072 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/end_stone_brick_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/end_stone_brick_slab" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/end_stone_brick_stairs.json b/1.17.1/assets/minecraft/models/item/end_stone_brick_stairs.json new file mode 100644 index 00000000..b43fdfe6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/end_stone_brick_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/end_stone_brick_stairs" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/end_stone_brick_wall.json b/1.17.1/assets/minecraft/models/item/end_stone_brick_wall.json new file mode 100644 index 00000000..a0a4f843 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/end_stone_brick_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/end_stone_brick_wall_inventory" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/end_stone_bricks.json b/1.17.1/assets/minecraft/models/item/end_stone_bricks.json new file mode 100644 index 00000000..a0bb1b98 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/end_stone_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/end_stone_bricks" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/ender_chest.json b/1.17.1/assets/minecraft/models/item/ender_chest.json new file mode 100644 index 00000000..58aba338 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/ender_chest.json @@ -0,0 +1,6 @@ +{ + "parent": "item/chest", + "textures": { + "particle": "block/obsidian" + } +} diff --git a/1.17.1/assets/minecraft/models/item/ender_eye.json b/1.17.1/assets/minecraft/models/item/ender_eye.json new file mode 100644 index 00000000..d29cc4e0 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/ender_eye.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/ender_eye" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/ender_pearl.json b/1.17.1/assets/minecraft/models/item/ender_pearl.json new file mode 100644 index 00000000..e6ccd02f --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/ender_pearl.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/ender_pearl" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/enderman_spawn_egg.json b/1.17.1/assets/minecraft/models/item/enderman_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/enderman_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/endermite_spawn_egg.json b/1.17.1/assets/minecraft/models/item/endermite_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/endermite_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/evoker_spawn_egg.json b/1.17.1/assets/minecraft/models/item/evoker_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/evoker_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/experience_bottle.json b/1.17.1/assets/minecraft/models/item/experience_bottle.json new file mode 100644 index 00000000..22a77fe7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/experience_bottle.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/experience_bottle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/exposed_copper.json b/1.17.1/assets/minecraft/models/item/exposed_copper.json new file mode 100644 index 00000000..5881fd7b --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/exposed_copper.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/exposed_copper" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/exposed_cut_copper.json b/1.17.1/assets/minecraft/models/item/exposed_cut_copper.json new file mode 100644 index 00000000..b5c7d8f0 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/exposed_cut_copper.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/exposed_cut_copper" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/exposed_cut_copper_slab.json b/1.17.1/assets/minecraft/models/item/exposed_cut_copper_slab.json new file mode 100644 index 00000000..29ce4723 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/exposed_cut_copper_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/exposed_cut_copper_slab" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/exposed_cut_copper_stairs.json b/1.17.1/assets/minecraft/models/item/exposed_cut_copper_stairs.json new file mode 100644 index 00000000..24bdd285 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/exposed_cut_copper_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/exposed_cut_copper_stairs" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/farmland.json b/1.17.1/assets/minecraft/models/item/farmland.json new file mode 100644 index 00000000..1c5eceae --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/farmland.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/farmland" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/feather.json b/1.17.1/assets/minecraft/models/item/feather.json new file mode 100644 index 00000000..1b88f92d --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/feather.json @@ -0,0 +1,13 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/feather" + }, + "display": { + "head": { + "rotation": [ 0, 0, 45 ], + "translation": [ -1, 13, 7], + "scale":[ 1, 1, 1] + } + } +} diff --git a/1.17.1/assets/minecraft/models/item/fermented_spider_eye.json b/1.17.1/assets/minecraft/models/item/fermented_spider_eye.json new file mode 100644 index 00000000..06bbefce --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/fermented_spider_eye.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/fermented_spider_eye" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/fern.json b/1.17.1/assets/minecraft/models/item/fern.json new file mode 100644 index 00000000..851ce5d3 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/fern.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/fern" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/filled_map.json b/1.17.1/assets/minecraft/models/item/filled_map.json new file mode 100644 index 00000000..077d2530 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/filled_map.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/filled_map", + "layer1": "item/filled_map_markings" + } +} diff --git a/1.17.1/assets/minecraft/models/item/fire_charge.json b/1.17.1/assets/minecraft/models/item/fire_charge.json new file mode 100644 index 00000000..27d3f0d8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/fire_charge.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/fire_charge" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/fire_coral.json b/1.17.1/assets/minecraft/models/item/fire_coral.json new file mode 100644 index 00000000..8585f4c8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/fire_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/fire_coral" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/fire_coral_block.json b/1.17.1/assets/minecraft/models/item/fire_coral_block.json new file mode 100644 index 00000000..eebe05e1 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/fire_coral_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/fire_coral_block" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/fire_coral_fan.json b/1.17.1/assets/minecraft/models/item/fire_coral_fan.json new file mode 100644 index 00000000..c27e2d3a --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/fire_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/fire_coral_fan" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/firework_rocket.json b/1.17.1/assets/minecraft/models/item/firework_rocket.json new file mode 100644 index 00000000..cb7cf197 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/firework_rocket.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/firework_rocket" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/firework_star.json b/1.17.1/assets/minecraft/models/item/firework_star.json new file mode 100644 index 00000000..4e2e9fe8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/firework_star.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/firework_star", + "layer1": "item/firework_star_overlay" + } +} diff --git a/1.17.1/assets/minecraft/models/item/fishing_rod.json b/1.17.1/assets/minecraft/models/item/fishing_rod.json new file mode 100644 index 00000000..6d52bb97 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/fishing_rod.json @@ -0,0 +1,14 @@ +{ + "parent": "item/handheld_rod", + "textures": { + "layer0": "item/fishing_rod" + }, + "overrides": [ + { + "predicate": { + "cast": 1 + }, + "model": "item/fishing_rod_cast" + } + ] +} diff --git a/1.17.1/assets/minecraft/models/item/fishing_rod_cast.json b/1.17.1/assets/minecraft/models/item/fishing_rod_cast.json new file mode 100644 index 00000000..55c2a525 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/fishing_rod_cast.json @@ -0,0 +1,6 @@ +{ + "parent": "item/fishing_rod", + "textures": { + "layer0": "item/fishing_rod_cast" + } +} diff --git a/1.17.1/assets/minecraft/models/item/fletching_table.json b/1.17.1/assets/minecraft/models/item/fletching_table.json new file mode 100644 index 00000000..bc2b1bdc --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/fletching_table.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/fletching_table" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/flint.json b/1.17.1/assets/minecraft/models/item/flint.json new file mode 100644 index 00000000..3a557295 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/flint.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/flint" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/flint_and_steel.json b/1.17.1/assets/minecraft/models/item/flint_and_steel.json new file mode 100644 index 00000000..d11a12a9 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/flint_and_steel.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/flint_and_steel" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/flower_banner_pattern.json b/1.17.1/assets/minecraft/models/item/flower_banner_pattern.json new file mode 100644 index 00000000..ea8b8215 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/flower_banner_pattern.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/flower_banner_pattern" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/flower_pot.json b/1.17.1/assets/minecraft/models/item/flower_pot.json new file mode 100644 index 00000000..e50e0fa1 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/flower_pot.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/flower_pot" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/flowering_azalea.json b/1.17.1/assets/minecraft/models/item/flowering_azalea.json new file mode 100644 index 00000000..e5f437e8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/flowering_azalea.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/flowering_azalea" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/flowering_azalea_leaves.json b/1.17.1/assets/minecraft/models/item/flowering_azalea_leaves.json new file mode 100644 index 00000000..c3ecf6e7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/flowering_azalea_leaves.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/flowering_azalea_leaves" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/fox_spawn_egg.json b/1.17.1/assets/minecraft/models/item/fox_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/fox_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/furnace.json b/1.17.1/assets/minecraft/models/item/furnace.json new file mode 100644 index 00000000..593027e9 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/furnace.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/furnace" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/furnace_minecart.json b/1.17.1/assets/minecraft/models/item/furnace_minecart.json new file mode 100644 index 00000000..e3e6f222 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/furnace_minecart.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/furnace_minecart" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/generated.json b/1.17.1/assets/minecraft/models/item/generated.json new file mode 100644 index 00000000..89aa79e9 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/generated.json @@ -0,0 +1,30 @@ +{ + "parent": "builtin/generated", + "gui_light": "front", + "display": { + "ground": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 2, 0], + "scale":[ 0.5, 0.5, 0.5 ] + }, + "head": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 13, 7], + "scale":[ 1, 1, 1] + }, + "thirdperson_righthand": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 3, 1 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson_righthand": { + "rotation": [ 0, -90, 25 ], + "translation": [ 1.13, 3.2, 1.13], + "scale": [ 0.68, 0.68, 0.68 ] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "scale": [ 1, 1, 1 ] + } + } +} diff --git a/1.17.1/assets/minecraft/models/item/ghast_spawn_egg.json b/1.17.1/assets/minecraft/models/item/ghast_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/ghast_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/ghast_tear.json b/1.17.1/assets/minecraft/models/item/ghast_tear.json new file mode 100644 index 00000000..d7d6e6f3 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/ghast_tear.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/ghast_tear" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/gilded_blackstone.json b/1.17.1/assets/minecraft/models/item/gilded_blackstone.json new file mode 100644 index 00000000..a0779ccd --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/gilded_blackstone.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/gilded_blackstone" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/glass.json b/1.17.1/assets/minecraft/models/item/glass.json new file mode 100644 index 00000000..65825434 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/glass.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/glass" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/glass_bottle.json b/1.17.1/assets/minecraft/models/item/glass_bottle.json new file mode 100644 index 00000000..9b4ab510 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/glass_bottle.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/glass_bottle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/glass_pane.json b/1.17.1/assets/minecraft/models/item/glass_pane.json new file mode 100644 index 00000000..de799dcf --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/glass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/glistering_melon_slice.json b/1.17.1/assets/minecraft/models/item/glistering_melon_slice.json new file mode 100644 index 00000000..90c290a0 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/glistering_melon_slice.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/glistering_melon_slice" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/globe_banner_pattern.json b/1.17.1/assets/minecraft/models/item/globe_banner_pattern.json new file mode 100644 index 00000000..3948f16f --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/globe_banner_pattern.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/globe_banner_pattern" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/glow_berries.json b/1.17.1/assets/minecraft/models/item/glow_berries.json new file mode 100644 index 00000000..b77ea725 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/glow_berries.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/glow_berries" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/glow_ink_sac.json b/1.17.1/assets/minecraft/models/item/glow_ink_sac.json new file mode 100644 index 00000000..fc21cec4 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/glow_ink_sac.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/glow_ink_sac" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/glow_item_frame.json b/1.17.1/assets/minecraft/models/item/glow_item_frame.json new file mode 100644 index 00000000..a2323a19 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/glow_item_frame.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/glow_item_frame" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/glow_lichen.json b/1.17.1/assets/minecraft/models/item/glow_lichen.json new file mode 100644 index 00000000..7b796f83 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/glow_lichen.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/glow_lichen" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/glow_squid_spawn_egg.json b/1.17.1/assets/minecraft/models/item/glow_squid_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/glow_squid_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/glowstone.json b/1.17.1/assets/minecraft/models/item/glowstone.json new file mode 100644 index 00000000..5567a887 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/glowstone.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/glowstone" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/glowstone_dust.json b/1.17.1/assets/minecraft/models/item/glowstone_dust.json new file mode 100644 index 00000000..4b78f60b --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/glowstone_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/glowstone_dust" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/goat_spawn_egg.json b/1.17.1/assets/minecraft/models/item/goat_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/goat_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/gold_block.json b/1.17.1/assets/minecraft/models/item/gold_block.json new file mode 100644 index 00000000..f9cefd04 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/gold_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/gold_block" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/gold_ingot.json b/1.17.1/assets/minecraft/models/item/gold_ingot.json new file mode 100644 index 00000000..230e3111 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/gold_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/gold_ingot" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/gold_nugget.json b/1.17.1/assets/minecraft/models/item/gold_nugget.json new file mode 100644 index 00000000..3da43c93 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/gold_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/gold_nugget" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/gold_ore.json b/1.17.1/assets/minecraft/models/item/gold_ore.json new file mode 100644 index 00000000..64c16453 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/gold_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/gold_ore" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/golden_apple.json b/1.17.1/assets/minecraft/models/item/golden_apple.json new file mode 100644 index 00000000..868c9219 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/golden_apple.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/golden_apple" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/golden_axe.json b/1.17.1/assets/minecraft/models/item/golden_axe.json new file mode 100644 index 00000000..42008eea --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/golden_axe.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "minecraft:item/golden_axe" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/golden_boots.json b/1.17.1/assets/minecraft/models/item/golden_boots.json new file mode 100644 index 00000000..24f3c587 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/golden_boots.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/golden_boots" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/golden_carrot.json b/1.17.1/assets/minecraft/models/item/golden_carrot.json new file mode 100644 index 00000000..8d36365f --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/golden_carrot.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/golden_carrot" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/golden_chestplate.json b/1.17.1/assets/minecraft/models/item/golden_chestplate.json new file mode 100644 index 00000000..8c7b0bbf --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/golden_chestplate.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/golden_chestplate" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/golden_helmet.json b/1.17.1/assets/minecraft/models/item/golden_helmet.json new file mode 100644 index 00000000..d0c08156 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/golden_helmet.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/golden_helmet" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/golden_hoe.json b/1.17.1/assets/minecraft/models/item/golden_hoe.json new file mode 100644 index 00000000..7d2a2e5d --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/golden_hoe.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "minecraft:item/golden_hoe" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/golden_horse_armor.json b/1.17.1/assets/minecraft/models/item/golden_horse_armor.json new file mode 100644 index 00000000..9fbc0e90 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/golden_horse_armor.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/golden_horse_armor" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/golden_leggings.json b/1.17.1/assets/minecraft/models/item/golden_leggings.json new file mode 100644 index 00000000..cb5bd0e6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/golden_leggings.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/golden_leggings" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/golden_pickaxe.json b/1.17.1/assets/minecraft/models/item/golden_pickaxe.json new file mode 100644 index 00000000..185c855b --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/golden_pickaxe.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "minecraft:item/golden_pickaxe" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/golden_shovel.json b/1.17.1/assets/minecraft/models/item/golden_shovel.json new file mode 100644 index 00000000..c2d1dc00 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/golden_shovel.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "minecraft:item/golden_shovel" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/golden_sword.json b/1.17.1/assets/minecraft/models/item/golden_sword.json new file mode 100644 index 00000000..02e54097 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/golden_sword.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "minecraft:item/golden_sword" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/granite.json b/1.17.1/assets/minecraft/models/item/granite.json new file mode 100644 index 00000000..4dd54d02 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/granite.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/granite" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/granite_slab.json b/1.17.1/assets/minecraft/models/item/granite_slab.json new file mode 100644 index 00000000..95ee6109 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/granite_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/granite_slab" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/granite_stairs.json b/1.17.1/assets/minecraft/models/item/granite_stairs.json new file mode 100644 index 00000000..68b4e669 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/granite_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/granite_stairs" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/granite_wall.json b/1.17.1/assets/minecraft/models/item/granite_wall.json new file mode 100644 index 00000000..de494270 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/granite_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/granite_wall_inventory" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/grass.json b/1.17.1/assets/minecraft/models/item/grass.json new file mode 100644 index 00000000..7a4d5e7b --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/grass.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/grass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/grass_block.json b/1.17.1/assets/minecraft/models/item/grass_block.json new file mode 100644 index 00000000..f54d345a --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/grass_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/grass_block" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/gravel.json b/1.17.1/assets/minecraft/models/item/gravel.json new file mode 100644 index 00000000..ee8cbc03 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/gravel.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/gravel" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/gray_banner.json b/1.17.1/assets/minecraft/models/item/gray_banner.json new file mode 100644 index 00000000..661a106d --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/gray_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_banner" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/gray_bed.json b/1.17.1/assets/minecraft/models/item/gray_bed.json new file mode 100644 index 00000000..30667054 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/gray_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/template_bed", + "textures": { + "particle": "minecraft:block/gray_wool" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/gray_candle.json b/1.17.1/assets/minecraft/models/item/gray_candle.json new file mode 100644 index 00000000..176cf59f --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/gray_candle.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/gray_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/gray_carpet.json b/1.17.1/assets/minecraft/models/item/gray_carpet.json new file mode 100644 index 00000000..5fe85f09 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/gray_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/gray_carpet" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/gray_concrete.json b/1.17.1/assets/minecraft/models/item/gray_concrete.json new file mode 100644 index 00000000..9b89dd7b --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/gray_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/gray_concrete" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/gray_concrete_powder.json b/1.17.1/assets/minecraft/models/item/gray_concrete_powder.json new file mode 100644 index 00000000..47d3dd50 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/gray_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/gray_concrete_powder" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/gray_dye.json b/1.17.1/assets/minecraft/models/item/gray_dye.json new file mode 100644 index 00000000..f3c30106 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/gray_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/gray_dye" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/gray_glazed_terracotta.json b/1.17.1/assets/minecraft/models/item/gray_glazed_terracotta.json new file mode 100644 index 00000000..d58bce8a --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/gray_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/gray_glazed_terracotta" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/gray_shulker_box.json b/1.17.1/assets/minecraft/models/item/gray_shulker_box.json new file mode 100644 index 00000000..c7043493 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/gray_shulker_box.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/template_shulker_box", + "textures": { + "particle": "minecraft:block/gray_shulker_box" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/gray_stained_glass.json b/1.17.1/assets/minecraft/models/item/gray_stained_glass.json new file mode 100644 index 00000000..34c0fa6c --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/gray_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/gray_stained_glass" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/gray_stained_glass_pane.json b/1.17.1/assets/minecraft/models/item/gray_stained_glass_pane.json new file mode 100644 index 00000000..e2b88aa7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/gray_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/gray_stained_glass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/gray_terracotta.json b/1.17.1/assets/minecraft/models/item/gray_terracotta.json new file mode 100644 index 00000000..6c415c03 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/gray_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/gray_terracotta" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/gray_wool.json b/1.17.1/assets/minecraft/models/item/gray_wool.json new file mode 100644 index 00000000..88c930a6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/gray_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/gray_wool" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/green_banner.json b/1.17.1/assets/minecraft/models/item/green_banner.json new file mode 100644 index 00000000..661a106d --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/green_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_banner" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/green_bed.json b/1.17.1/assets/minecraft/models/item/green_bed.json new file mode 100644 index 00000000..d7c7154a --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/green_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/template_bed", + "textures": { + "particle": "minecraft:block/green_wool" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/green_candle.json b/1.17.1/assets/minecraft/models/item/green_candle.json new file mode 100644 index 00000000..494c6ed4 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/green_candle.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/green_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/green_carpet.json b/1.17.1/assets/minecraft/models/item/green_carpet.json new file mode 100644 index 00000000..772c294f --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/green_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/green_carpet" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/green_concrete.json b/1.17.1/assets/minecraft/models/item/green_concrete.json new file mode 100644 index 00000000..0e3b0f95 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/green_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/green_concrete" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/green_concrete_powder.json b/1.17.1/assets/minecraft/models/item/green_concrete_powder.json new file mode 100644 index 00000000..4c9c70f0 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/green_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/green_concrete_powder" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/green_dye.json b/1.17.1/assets/minecraft/models/item/green_dye.json new file mode 100644 index 00000000..2ded932e --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/green_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/green_dye" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/green_glazed_terracotta.json b/1.17.1/assets/minecraft/models/item/green_glazed_terracotta.json new file mode 100644 index 00000000..68333f84 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/green_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/green_glazed_terracotta" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/green_shulker_box.json b/1.17.1/assets/minecraft/models/item/green_shulker_box.json new file mode 100644 index 00000000..6e8e01e7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/green_shulker_box.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/template_shulker_box", + "textures": { + "particle": "minecraft:block/green_shulker_box" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/green_stained_glass.json b/1.17.1/assets/minecraft/models/item/green_stained_glass.json new file mode 100644 index 00000000..e10e37a8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/green_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/green_stained_glass" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/green_stained_glass_pane.json b/1.17.1/assets/minecraft/models/item/green_stained_glass_pane.json new file mode 100644 index 00000000..ff4a30f7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/green_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/green_stained_glass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/green_terracotta.json b/1.17.1/assets/minecraft/models/item/green_terracotta.json new file mode 100644 index 00000000..bf20f272 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/green_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/green_terracotta" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/green_wool.json b/1.17.1/assets/minecraft/models/item/green_wool.json new file mode 100644 index 00000000..a8cfdf47 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/green_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/green_wool" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/grindstone.json b/1.17.1/assets/minecraft/models/item/grindstone.json new file mode 100644 index 00000000..2faa8ae8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/grindstone.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/grindstone" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/guardian_spawn_egg.json b/1.17.1/assets/minecraft/models/item/guardian_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/guardian_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/gunpowder.json b/1.17.1/assets/minecraft/models/item/gunpowder.json new file mode 100644 index 00000000..82faa64c --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/gunpowder.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/gunpowder" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/handheld.json b/1.17.1/assets/minecraft/models/item/handheld.json new file mode 100644 index 00000000..51ea90fc --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/handheld.json @@ -0,0 +1,25 @@ +{ + "parent": "item/generated", + "display": { + "thirdperson_righthand": { + "rotation": [ 0, -90, 55 ], + "translation": [ 0, 4.0, 0.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "thirdperson_lefthand": { + "rotation": [ 0, 90, -55 ], + "translation": [ 0, 4.0, 0.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson_righthand": { + "rotation": [ 0, -90, 25 ], + "translation": [ 1.13, 3.2, 1.13 ], + "scale": [ 0.68, 0.68, 0.68 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, 90, -25 ], + "translation": [ 1.13, 3.2, 1.13 ], + "scale": [ 0.68, 0.68, 0.68 ] + } + } +} diff --git a/1.17.1/assets/minecraft/models/item/handheld_rod.json b/1.17.1/assets/minecraft/models/item/handheld_rod.json new file mode 100644 index 00000000..de794a4a --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/handheld_rod.json @@ -0,0 +1,25 @@ +{ + "parent": "item/handheld", + "display": { + "thirdperson_righthand": { + "rotation": [ 0, 90, 55 ], + "translation": [ 0, 4.0, 2.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "thirdperson_lefthand": { + "rotation": [ 0, -90, -55 ], + "translation": [ 0, 4.0, 2.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 90, 25 ], + "translation": [ 0, 1.6, 0.8 ], + "scale": [ 0.68, 0.68, 0.68 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, -90, -25 ], + "translation": [ 0, 1.6, 0.8 ], + "scale": [ 0.68, 0.68, 0.68 ] + } + } +} diff --git a/1.17.1/assets/minecraft/models/item/hanging_roots.json b/1.17.1/assets/minecraft/models/item/hanging_roots.json new file mode 100644 index 00000000..05320edb --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/hanging_roots.json @@ -0,0 +1,18 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "minecraft:block/hanging_roots" + }, + "display": { + "thirdperson_righthand": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 0, 1 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson_righthand": { + "rotation": [ 0, -90, 25 ], + "translation": [ 1.13, 0, 1.13], + "scale": [ 0.68, 0.68, 0.68 ] + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/hay_block.json b/1.17.1/assets/minecraft/models/item/hay_block.json new file mode 100644 index 00000000..6c92e25d --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/hay_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/hay_block" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/heart_of_the_sea.json b/1.17.1/assets/minecraft/models/item/heart_of_the_sea.json new file mode 100644 index 00000000..eb299204 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/heart_of_the_sea.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/heart_of_the_sea" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/heavy_weighted_pressure_plate.json b/1.17.1/assets/minecraft/models/item/heavy_weighted_pressure_plate.json new file mode 100644 index 00000000..ef384772 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/heavy_weighted_pressure_plate.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/heavy_weighted_pressure_plate" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/hoglin_spawn_egg.json b/1.17.1/assets/minecraft/models/item/hoglin_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/hoglin_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/honey_block.json b/1.17.1/assets/minecraft/models/item/honey_block.json new file mode 100644 index 00000000..29818ade --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/honey_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/honey_block" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/honey_bottle.json b/1.17.1/assets/minecraft/models/item/honey_bottle.json new file mode 100644 index 00000000..2a69e5f9 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/honey_bottle.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/honey_bottle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/honeycomb.json b/1.17.1/assets/minecraft/models/item/honeycomb.json new file mode 100644 index 00000000..b183a8ec --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/honeycomb.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/honeycomb" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/honeycomb_block.json b/1.17.1/assets/minecraft/models/item/honeycomb_block.json new file mode 100644 index 00000000..0a2c9541 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/honeycomb_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/honeycomb_block" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/hopper.json b/1.17.1/assets/minecraft/models/item/hopper.json new file mode 100644 index 00000000..b9e54880 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/hopper.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/hopper" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/hopper_minecart.json b/1.17.1/assets/minecraft/models/item/hopper_minecart.json new file mode 100644 index 00000000..8bf45607 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/hopper_minecart.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/hopper_minecart" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/horn_coral.json b/1.17.1/assets/minecraft/models/item/horn_coral.json new file mode 100644 index 00000000..5994465f --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/horn_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/horn_coral" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/horn_coral_block.json b/1.17.1/assets/minecraft/models/item/horn_coral_block.json new file mode 100644 index 00000000..ba702d24 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/horn_coral_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/horn_coral_block" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/horn_coral_fan.json b/1.17.1/assets/minecraft/models/item/horn_coral_fan.json new file mode 100644 index 00000000..e2078bf4 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/horn_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/horn_coral_fan" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/horse_spawn_egg.json b/1.17.1/assets/minecraft/models/item/horse_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/horse_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/husk_spawn_egg.json b/1.17.1/assets/minecraft/models/item/husk_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/husk_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/ice.json b/1.17.1/assets/minecraft/models/item/ice.json new file mode 100644 index 00000000..1ec90d77 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/ice.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/ice" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/infested_chiseled_stone_bricks.json b/1.17.1/assets/minecraft/models/item/infested_chiseled_stone_bricks.json new file mode 100644 index 00000000..ac7e5e66 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/infested_chiseled_stone_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/chiseled_stone_bricks" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/infested_cobblestone.json b/1.17.1/assets/minecraft/models/item/infested_cobblestone.json new file mode 100644 index 00000000..35e828df --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/infested_cobblestone.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/cobblestone" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/infested_cracked_stone_bricks.json b/1.17.1/assets/minecraft/models/item/infested_cracked_stone_bricks.json new file mode 100644 index 00000000..46802074 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/infested_cracked_stone_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/cracked_stone_bricks" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/infested_deepslate.json b/1.17.1/assets/minecraft/models/item/infested_deepslate.json new file mode 100644 index 00000000..13980a84 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/infested_deepslate.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/deepslate" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/infested_mossy_stone_bricks.json b/1.17.1/assets/minecraft/models/item/infested_mossy_stone_bricks.json new file mode 100644 index 00000000..a9fe750f --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/infested_mossy_stone_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/mossy_stone_bricks" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/infested_stone.json b/1.17.1/assets/minecraft/models/item/infested_stone.json new file mode 100644 index 00000000..37f27f10 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/infested_stone.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/stone" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/infested_stone_bricks.json b/1.17.1/assets/minecraft/models/item/infested_stone_bricks.json new file mode 100644 index 00000000..51de871c --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/infested_stone_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/stone_bricks" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/ink_sac.json b/1.17.1/assets/minecraft/models/item/ink_sac.json new file mode 100644 index 00000000..4e528dcd --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/ink_sac.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/ink_sac" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/iron_axe.json b/1.17.1/assets/minecraft/models/item/iron_axe.json new file mode 100644 index 00000000..6ddc5491 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/iron_axe.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "minecraft:item/iron_axe" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/iron_bars.json b/1.17.1/assets/minecraft/models/item/iron_bars.json new file mode 100644 index 00000000..97aa41fc --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/iron_bars.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/iron_bars" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/iron_block.json b/1.17.1/assets/minecraft/models/item/iron_block.json new file mode 100644 index 00000000..acac52ca --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/iron_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/iron_block" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/iron_boots.json b/1.17.1/assets/minecraft/models/item/iron_boots.json new file mode 100644 index 00000000..ee127da2 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/iron_boots.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/iron_boots" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/iron_chestplate.json b/1.17.1/assets/minecraft/models/item/iron_chestplate.json new file mode 100644 index 00000000..2c52d1bd --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/iron_chestplate.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/iron_chestplate" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/iron_door.json b/1.17.1/assets/minecraft/models/item/iron_door.json new file mode 100644 index 00000000..a057f8f8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/iron_door.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/iron_door" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/iron_helmet.json b/1.17.1/assets/minecraft/models/item/iron_helmet.json new file mode 100644 index 00000000..8203b8a5 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/iron_helmet.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/iron_helmet" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/iron_hoe.json b/1.17.1/assets/minecraft/models/item/iron_hoe.json new file mode 100644 index 00000000..889dd3a3 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/iron_hoe.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "minecraft:item/iron_hoe" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/iron_horse_armor.json b/1.17.1/assets/minecraft/models/item/iron_horse_armor.json new file mode 100644 index 00000000..3a560516 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/iron_horse_armor.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/iron_horse_armor" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/iron_ingot.json b/1.17.1/assets/minecraft/models/item/iron_ingot.json new file mode 100644 index 00000000..1fc74dfc --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/iron_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/iron_ingot" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/iron_leggings.json b/1.17.1/assets/minecraft/models/item/iron_leggings.json new file mode 100644 index 00000000..324b71c1 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/iron_leggings.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/iron_leggings" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/iron_nugget.json b/1.17.1/assets/minecraft/models/item/iron_nugget.json new file mode 100644 index 00000000..3873a52a --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/iron_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/iron_nugget" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/iron_ore.json b/1.17.1/assets/minecraft/models/item/iron_ore.json new file mode 100644 index 00000000..5a356139 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/iron_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/iron_ore" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/iron_pickaxe.json b/1.17.1/assets/minecraft/models/item/iron_pickaxe.json new file mode 100644 index 00000000..8a5f4079 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/iron_pickaxe.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "minecraft:item/iron_pickaxe" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/iron_shovel.json b/1.17.1/assets/minecraft/models/item/iron_shovel.json new file mode 100644 index 00000000..26674cfb --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/iron_shovel.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "minecraft:item/iron_shovel" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/iron_sword.json b/1.17.1/assets/minecraft/models/item/iron_sword.json new file mode 100644 index 00000000..ebbcd411 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/iron_sword.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "minecraft:item/iron_sword" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/iron_trapdoor.json b/1.17.1/assets/minecraft/models/item/iron_trapdoor.json new file mode 100644 index 00000000..b3a30b76 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/iron_trapdoor.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/iron_trapdoor_bottom" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/item_frame.json b/1.17.1/assets/minecraft/models/item/item_frame.json new file mode 100644 index 00000000..09797547 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/item_frame.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/item_frame" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/jack_o_lantern.json b/1.17.1/assets/minecraft/models/item/jack_o_lantern.json new file mode 100644 index 00000000..d2307203 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/jack_o_lantern.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/jack_o_lantern" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/jigsaw.json b/1.17.1/assets/minecraft/models/item/jigsaw.json new file mode 100644 index 00000000..b0c47630 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/jigsaw.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/jigsaw" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/jukebox.json b/1.17.1/assets/minecraft/models/item/jukebox.json new file mode 100644 index 00000000..4d2923ac --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/jukebox.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/jukebox" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/jungle_boat.json b/1.17.1/assets/minecraft/models/item/jungle_boat.json new file mode 100644 index 00000000..4cc14d5c --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/jungle_boat.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/jungle_boat" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/jungle_button.json b/1.17.1/assets/minecraft/models/item/jungle_button.json new file mode 100644 index 00000000..360738a3 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/jungle_button.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/jungle_button_inventory" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/jungle_door.json b/1.17.1/assets/minecraft/models/item/jungle_door.json new file mode 100644 index 00000000..2fbc71f5 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/jungle_door.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/jungle_door" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/jungle_fence.json b/1.17.1/assets/minecraft/models/item/jungle_fence.json new file mode 100644 index 00000000..c5e6b2aa --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/jungle_fence.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/jungle_fence_inventory" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/jungle_fence_gate.json b/1.17.1/assets/minecraft/models/item/jungle_fence_gate.json new file mode 100644 index 00000000..8612c91d --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/jungle_fence_gate.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/jungle_fence_gate" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/jungle_leaves.json b/1.17.1/assets/minecraft/models/item/jungle_leaves.json new file mode 100644 index 00000000..4be7c1ad --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/jungle_leaves.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/jungle_leaves" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/jungle_log.json b/1.17.1/assets/minecraft/models/item/jungle_log.json new file mode 100644 index 00000000..2e6c371b --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/jungle_log.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/jungle_log" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/jungle_planks.json b/1.17.1/assets/minecraft/models/item/jungle_planks.json new file mode 100644 index 00000000..03f6926a --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/jungle_planks.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/jungle_planks" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/jungle_pressure_plate.json b/1.17.1/assets/minecraft/models/item/jungle_pressure_plate.json new file mode 100644 index 00000000..18a6d0f5 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/jungle_pressure_plate.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/jungle_pressure_plate" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/jungle_sapling.json b/1.17.1/assets/minecraft/models/item/jungle_sapling.json new file mode 100644 index 00000000..4dd71de2 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/jungle_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/jungle_sapling" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/jungle_sign.json b/1.17.1/assets/minecraft/models/item/jungle_sign.json new file mode 100644 index 00000000..2ee2828e --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/jungle_sign.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/jungle_sign" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/jungle_slab.json b/1.17.1/assets/minecraft/models/item/jungle_slab.json new file mode 100644 index 00000000..ed5a4321 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/jungle_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/jungle_slab" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/jungle_stairs.json b/1.17.1/assets/minecraft/models/item/jungle_stairs.json new file mode 100644 index 00000000..87e9264c --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/jungle_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/jungle_stairs" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/jungle_trapdoor.json b/1.17.1/assets/minecraft/models/item/jungle_trapdoor.json new file mode 100644 index 00000000..996f2808 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/jungle_trapdoor.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/jungle_trapdoor_bottom" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/jungle_wood.json b/1.17.1/assets/minecraft/models/item/jungle_wood.json new file mode 100644 index 00000000..c993caea --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/jungle_wood.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/jungle_wood" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/kelp.json b/1.17.1/assets/minecraft/models/item/kelp.json new file mode 100644 index 00000000..b701d7b5 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/kelp.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/kelp" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/knowledge_book.json b/1.17.1/assets/minecraft/models/item/knowledge_book.json new file mode 100644 index 00000000..bc355f72 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/knowledge_book.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/knowledge_book" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/ladder.json b/1.17.1/assets/minecraft/models/item/ladder.json new file mode 100644 index 00000000..b4fd6267 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/ladder.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/ladder" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/lantern.json b/1.17.1/assets/minecraft/models/item/lantern.json new file mode 100644 index 00000000..ce9e5c10 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/lantern.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/lantern" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/lapis_block.json b/1.17.1/assets/minecraft/models/item/lapis_block.json new file mode 100644 index 00000000..1dcdaf6e --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/lapis_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/lapis_block" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/lapis_lazuli.json b/1.17.1/assets/minecraft/models/item/lapis_lazuli.json new file mode 100644 index 00000000..ee8bdea5 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/lapis_lazuli.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/lapis_lazuli" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/lapis_ore.json b/1.17.1/assets/minecraft/models/item/lapis_ore.json new file mode 100644 index 00000000..87cec1e4 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/lapis_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/lapis_ore" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/large_amethyst_bud.json b/1.17.1/assets/minecraft/models/item/large_amethyst_bud.json new file mode 100644 index 00000000..0e601416 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/large_amethyst_bud.json @@ -0,0 +1,11 @@ + { + "parent": "item/amethyst_bud", + "textures": { + "layer0": "minecraft:block/large_amethyst_bud" + }, + "display": { + "fixed": { + "translation": [ 0, 4, 0 ] + } + } +} diff --git a/1.17.1/assets/minecraft/models/item/large_fern.json b/1.17.1/assets/minecraft/models/item/large_fern.json new file mode 100644 index 00000000..1072e940 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/large_fern.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/large_fern_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/lava_bucket.json b/1.17.1/assets/minecraft/models/item/lava_bucket.json new file mode 100644 index 00000000..4052c615 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/lava_bucket.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/lava_bucket" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/lead.json b/1.17.1/assets/minecraft/models/item/lead.json new file mode 100644 index 00000000..df628d66 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/lead.json @@ -0,0 +1,13 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/lead" + }, + "display": { + "head": { + "rotation": [ 0, 0, 0 ], + "translation": [ 2.75, -2.75, -6.5], + "scale":[ 0.8, 0.8, 0.8] + } + } +} diff --git a/1.17.1/assets/minecraft/models/item/leather.json b/1.17.1/assets/minecraft/models/item/leather.json new file mode 100644 index 00000000..2b48d1f8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/leather.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/leather" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/leather_boots.json b/1.17.1/assets/minecraft/models/item/leather_boots.json new file mode 100644 index 00000000..9a9733ab --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/leather_boots.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/leather_boots", + "layer1": "item/leather_boots_overlay" + } +} diff --git a/1.17.1/assets/minecraft/models/item/leather_chestplate.json b/1.17.1/assets/minecraft/models/item/leather_chestplate.json new file mode 100644 index 00000000..45359b7c --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/leather_chestplate.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/leather_chestplate", + "layer1": "item/leather_chestplate_overlay" + } +} diff --git a/1.17.1/assets/minecraft/models/item/leather_helmet.json b/1.17.1/assets/minecraft/models/item/leather_helmet.json new file mode 100644 index 00000000..0e5775b7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/leather_helmet.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/leather_helmet", + "layer1": "item/leather_helmet_overlay" + } +} diff --git a/1.17.1/assets/minecraft/models/item/leather_horse_armor.json b/1.17.1/assets/minecraft/models/item/leather_horse_armor.json new file mode 100644 index 00000000..f96eae75 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/leather_horse_armor.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/leather_horse_armor" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/leather_leggings.json b/1.17.1/assets/minecraft/models/item/leather_leggings.json new file mode 100644 index 00000000..1d8f9844 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/leather_leggings.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/leather_leggings", + "layer1": "item/leather_leggings_overlay" + } +} diff --git a/1.17.1/assets/minecraft/models/item/lectern.json b/1.17.1/assets/minecraft/models/item/lectern.json new file mode 100644 index 00000000..4f2c887a --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/lectern.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/lectern" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/lever.json b/1.17.1/assets/minecraft/models/item/lever.json new file mode 100644 index 00000000..d5a62d47 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/lever.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/lever" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/light.json b/1.17.1/assets/minecraft/models/item/light.json new file mode 100644 index 00000000..f53de1b5 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/light.json @@ -0,0 +1,24 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/light" + }, + "overrides": [ + { "predicate": { "level": 0.0000 }, "model": "item/light_00" }, + { "predicate": { "level": 0.0625 }, "model": "item/light_01" }, + { "predicate": { "level": 0.1250 }, "model": "item/light_02" }, + { "predicate": { "level": 0.1875 }, "model": "item/light_03" }, + { "predicate": { "level": 0.2500 }, "model": "item/light_04" }, + { "predicate": { "level": 0.3125 }, "model": "item/light_05" }, + { "predicate": { "level": 0.3750 }, "model": "item/light_06" }, + { "predicate": { "level": 0.4375 }, "model": "item/light_07" }, + { "predicate": { "level": 0.5000 }, "model": "item/light_08" }, + { "predicate": { "level": 0.5625 }, "model": "item/light_09" }, + { "predicate": { "level": 0.6250 }, "model": "item/light_10" }, + { "predicate": { "level": 0.6875 }, "model": "item/light_11" }, + { "predicate": { "level": 0.7500 }, "model": "item/light_12" }, + { "predicate": { "level": 0.8125 }, "model": "item/light_13" }, + { "predicate": { "level": 0.8750 }, "model": "item/light_14" }, + { "predicate": { "level": 0.9375 }, "model": "item/light_15" } + ] +} diff --git a/1.17.1/assets/minecraft/models/item/light_00.json b/1.17.1/assets/minecraft/models/item/light_00.json new file mode 100644 index 00000000..f6029196 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/light_00.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/light_00" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/light_01.json b/1.17.1/assets/minecraft/models/item/light_01.json new file mode 100644 index 00000000..50fe9d52 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/light_01.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/light_01" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/light_02.json b/1.17.1/assets/minecraft/models/item/light_02.json new file mode 100644 index 00000000..3112e828 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/light_02.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/light_02" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/light_03.json b/1.17.1/assets/minecraft/models/item/light_03.json new file mode 100644 index 00000000..7b7d1304 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/light_03.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/light_03" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/light_04.json b/1.17.1/assets/minecraft/models/item/light_04.json new file mode 100644 index 00000000..eeca8b9c --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/light_04.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/light_04" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/light_05.json b/1.17.1/assets/minecraft/models/item/light_05.json new file mode 100644 index 00000000..920f2957 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/light_05.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/light_05" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/light_06.json b/1.17.1/assets/minecraft/models/item/light_06.json new file mode 100644 index 00000000..f60f6bf7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/light_06.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/light_06" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/light_07.json b/1.17.1/assets/minecraft/models/item/light_07.json new file mode 100644 index 00000000..b795ac71 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/light_07.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/light_07" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/light_08.json b/1.17.1/assets/minecraft/models/item/light_08.json new file mode 100644 index 00000000..d34ca3a1 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/light_08.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/light_08" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/light_09.json b/1.17.1/assets/minecraft/models/item/light_09.json new file mode 100644 index 00000000..861002fe --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/light_09.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/light_09" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/light_10.json b/1.17.1/assets/minecraft/models/item/light_10.json new file mode 100644 index 00000000..3bda0d19 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/light_10.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/light_10" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/light_11.json b/1.17.1/assets/minecraft/models/item/light_11.json new file mode 100644 index 00000000..582b6183 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/light_11.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/light_11" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/light_12.json b/1.17.1/assets/minecraft/models/item/light_12.json new file mode 100644 index 00000000..f9dc8d10 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/light_12.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/light_12" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/light_13.json b/1.17.1/assets/minecraft/models/item/light_13.json new file mode 100644 index 00000000..2f9d3815 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/light_13.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/light_13" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/light_14.json b/1.17.1/assets/minecraft/models/item/light_14.json new file mode 100644 index 00000000..263b45fe --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/light_14.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/light_14" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/light_15.json b/1.17.1/assets/minecraft/models/item/light_15.json new file mode 100644 index 00000000..6f39d142 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/light_15.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/light_15" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/light_blue_banner.json b/1.17.1/assets/minecraft/models/item/light_blue_banner.json new file mode 100644 index 00000000..661a106d --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/light_blue_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_banner" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/light_blue_bed.json b/1.17.1/assets/minecraft/models/item/light_blue_bed.json new file mode 100644 index 00000000..fac4cda7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/light_blue_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/template_bed", + "textures": { + "particle": "minecraft:block/light_blue_wool" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/light_blue_candle.json b/1.17.1/assets/minecraft/models/item/light_blue_candle.json new file mode 100644 index 00000000..e445d4ad --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/light_blue_candle.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/light_blue_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/light_blue_carpet.json b/1.17.1/assets/minecraft/models/item/light_blue_carpet.json new file mode 100644 index 00000000..9f199e5c --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/light_blue_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/light_blue_carpet" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/light_blue_concrete.json b/1.17.1/assets/minecraft/models/item/light_blue_concrete.json new file mode 100644 index 00000000..68a0890f --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/light_blue_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/light_blue_concrete" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/light_blue_concrete_powder.json b/1.17.1/assets/minecraft/models/item/light_blue_concrete_powder.json new file mode 100644 index 00000000..22ec71d5 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/light_blue_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/light_blue_concrete_powder" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/light_blue_dye.json b/1.17.1/assets/minecraft/models/item/light_blue_dye.json new file mode 100644 index 00000000..297407da --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/light_blue_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/light_blue_dye" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/light_blue_glazed_terracotta.json b/1.17.1/assets/minecraft/models/item/light_blue_glazed_terracotta.json new file mode 100644 index 00000000..3d2b3bd7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/light_blue_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/light_blue_glazed_terracotta" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/light_blue_shulker_box.json b/1.17.1/assets/minecraft/models/item/light_blue_shulker_box.json new file mode 100644 index 00000000..d17a7729 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/light_blue_shulker_box.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/template_shulker_box", + "textures": { + "particle": "minecraft:block/light_blue_shulker_box" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/light_blue_stained_glass.json b/1.17.1/assets/minecraft/models/item/light_blue_stained_glass.json new file mode 100644 index 00000000..0aef7a92 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/light_blue_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/light_blue_stained_glass" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/light_blue_stained_glass_pane.json b/1.17.1/assets/minecraft/models/item/light_blue_stained_glass_pane.json new file mode 100644 index 00000000..d810047f --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/light_blue_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/light_blue_stained_glass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/light_blue_terracotta.json b/1.17.1/assets/minecraft/models/item/light_blue_terracotta.json new file mode 100644 index 00000000..06294ea2 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/light_blue_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/light_blue_terracotta" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/light_blue_wool.json b/1.17.1/assets/minecraft/models/item/light_blue_wool.json new file mode 100644 index 00000000..4f7bd4de --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/light_blue_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/light_blue_wool" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/light_gray_banner.json b/1.17.1/assets/minecraft/models/item/light_gray_banner.json new file mode 100644 index 00000000..661a106d --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/light_gray_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_banner" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/light_gray_bed.json b/1.17.1/assets/minecraft/models/item/light_gray_bed.json new file mode 100644 index 00000000..67c2af9e --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/light_gray_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/template_bed", + "textures": { + "particle": "minecraft:block/light_gray_wool" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/light_gray_candle.json b/1.17.1/assets/minecraft/models/item/light_gray_candle.json new file mode 100644 index 00000000..332e87c6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/light_gray_candle.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/light_gray_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/light_gray_carpet.json b/1.17.1/assets/minecraft/models/item/light_gray_carpet.json new file mode 100644 index 00000000..f603263e --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/light_gray_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/light_gray_carpet" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/light_gray_concrete.json b/1.17.1/assets/minecraft/models/item/light_gray_concrete.json new file mode 100644 index 00000000..9a4e67de --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/light_gray_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/light_gray_concrete" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/light_gray_concrete_powder.json b/1.17.1/assets/minecraft/models/item/light_gray_concrete_powder.json new file mode 100644 index 00000000..6726d569 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/light_gray_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/light_gray_concrete_powder" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/light_gray_dye.json b/1.17.1/assets/minecraft/models/item/light_gray_dye.json new file mode 100644 index 00000000..40a44acc --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/light_gray_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/light_gray_dye" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/light_gray_glazed_terracotta.json b/1.17.1/assets/minecraft/models/item/light_gray_glazed_terracotta.json new file mode 100644 index 00000000..46b9f176 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/light_gray_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/light_gray_glazed_terracotta" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/light_gray_shulker_box.json b/1.17.1/assets/minecraft/models/item/light_gray_shulker_box.json new file mode 100644 index 00000000..0efe127a --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/light_gray_shulker_box.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/template_shulker_box", + "textures": { + "particle": "minecraft:block/light_gray_shulker_box" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/light_gray_stained_glass.json b/1.17.1/assets/minecraft/models/item/light_gray_stained_glass.json new file mode 100644 index 00000000..e05c7e8d --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/light_gray_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/light_gray_stained_glass" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/light_gray_stained_glass_pane.json b/1.17.1/assets/minecraft/models/item/light_gray_stained_glass_pane.json new file mode 100644 index 00000000..50284743 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/light_gray_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/light_gray_stained_glass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/light_gray_terracotta.json b/1.17.1/assets/minecraft/models/item/light_gray_terracotta.json new file mode 100644 index 00000000..a6cbc241 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/light_gray_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/light_gray_terracotta" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/light_gray_wool.json b/1.17.1/assets/minecraft/models/item/light_gray_wool.json new file mode 100644 index 00000000..0bdc80f4 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/light_gray_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/light_gray_wool" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/light_weighted_pressure_plate.json b/1.17.1/assets/minecraft/models/item/light_weighted_pressure_plate.json new file mode 100644 index 00000000..0922c670 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/light_weighted_pressure_plate.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/light_weighted_pressure_plate" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/lightning_rod.json b/1.17.1/assets/minecraft/models/item/lightning_rod.json new file mode 100644 index 00000000..d701601a --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/lightning_rod.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/lightning_rod" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/lilac.json b/1.17.1/assets/minecraft/models/item/lilac.json new file mode 100644 index 00000000..7e062c92 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/lilac.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/lilac_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/lily_of_the_valley.json b/1.17.1/assets/minecraft/models/item/lily_of_the_valley.json new file mode 100644 index 00000000..2cd5a1cd --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/lily_of_the_valley.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/lily_of_the_valley" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/lily_pad.json b/1.17.1/assets/minecraft/models/item/lily_pad.json new file mode 100644 index 00000000..e3aaf7f9 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/lily_pad.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/lily_pad" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/lime_banner.json b/1.17.1/assets/minecraft/models/item/lime_banner.json new file mode 100644 index 00000000..661a106d --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/lime_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_banner" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/lime_bed.json b/1.17.1/assets/minecraft/models/item/lime_bed.json new file mode 100644 index 00000000..3efda22b --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/lime_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/template_bed", + "textures": { + "particle": "minecraft:block/lime_wool" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/lime_candle.json b/1.17.1/assets/minecraft/models/item/lime_candle.json new file mode 100644 index 00000000..84617ccf --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/lime_candle.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/lime_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/lime_carpet.json b/1.17.1/assets/minecraft/models/item/lime_carpet.json new file mode 100644 index 00000000..b6f18c0a --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/lime_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/lime_carpet" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/lime_concrete.json b/1.17.1/assets/minecraft/models/item/lime_concrete.json new file mode 100644 index 00000000..6becad9d --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/lime_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/lime_concrete" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/lime_concrete_powder.json b/1.17.1/assets/minecraft/models/item/lime_concrete_powder.json new file mode 100644 index 00000000..a74380d0 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/lime_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/lime_concrete_powder" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/lime_dye.json b/1.17.1/assets/minecraft/models/item/lime_dye.json new file mode 100644 index 00000000..36ae6c82 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/lime_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/lime_dye" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/lime_glazed_terracotta.json b/1.17.1/assets/minecraft/models/item/lime_glazed_terracotta.json new file mode 100644 index 00000000..14b5723d --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/lime_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/lime_glazed_terracotta" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/lime_shulker_box.json b/1.17.1/assets/minecraft/models/item/lime_shulker_box.json new file mode 100644 index 00000000..5e0062e2 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/lime_shulker_box.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/template_shulker_box", + "textures": { + "particle": "minecraft:block/lime_shulker_box" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/lime_stained_glass.json b/1.17.1/assets/minecraft/models/item/lime_stained_glass.json new file mode 100644 index 00000000..becc3296 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/lime_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/lime_stained_glass" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/lime_stained_glass_pane.json b/1.17.1/assets/minecraft/models/item/lime_stained_glass_pane.json new file mode 100644 index 00000000..7f15356d --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/lime_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/lime_stained_glass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/lime_terracotta.json b/1.17.1/assets/minecraft/models/item/lime_terracotta.json new file mode 100644 index 00000000..e6123030 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/lime_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/lime_terracotta" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/lime_wool.json b/1.17.1/assets/minecraft/models/item/lime_wool.json new file mode 100644 index 00000000..e6600fa8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/lime_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/lime_wool" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/lingering_potion.json b/1.17.1/assets/minecraft/models/item/lingering_potion.json new file mode 100644 index 00000000..35ce5d79 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/lingering_potion.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/potion_overlay", + "layer1": "item/lingering_potion" + } +} diff --git a/1.17.1/assets/minecraft/models/item/llama_spawn_egg.json b/1.17.1/assets/minecraft/models/item/llama_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/llama_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/lodestone.json b/1.17.1/assets/minecraft/models/item/lodestone.json new file mode 100644 index 00000000..f926ec2e --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/lodestone.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/lodestone" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/loom.json b/1.17.1/assets/minecraft/models/item/loom.json new file mode 100644 index 00000000..0fe6a7fa --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/loom.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/loom" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/magenta_banner.json b/1.17.1/assets/minecraft/models/item/magenta_banner.json new file mode 100644 index 00000000..661a106d --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/magenta_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_banner" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/magenta_bed.json b/1.17.1/assets/minecraft/models/item/magenta_bed.json new file mode 100644 index 00000000..19af87b6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/magenta_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/template_bed", + "textures": { + "particle": "minecraft:block/magenta_wool" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/magenta_candle.json b/1.17.1/assets/minecraft/models/item/magenta_candle.json new file mode 100644 index 00000000..b4b75620 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/magenta_candle.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/magenta_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/magenta_carpet.json b/1.17.1/assets/minecraft/models/item/magenta_carpet.json new file mode 100644 index 00000000..386f8fcc --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/magenta_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/magenta_carpet" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/magenta_concrete.json b/1.17.1/assets/minecraft/models/item/magenta_concrete.json new file mode 100644 index 00000000..8dce5e8f --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/magenta_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/magenta_concrete" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/magenta_concrete_powder.json b/1.17.1/assets/minecraft/models/item/magenta_concrete_powder.json new file mode 100644 index 00000000..e221911b --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/magenta_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/magenta_concrete_powder" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/magenta_dye.json b/1.17.1/assets/minecraft/models/item/magenta_dye.json new file mode 100644 index 00000000..f1ebae5b --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/magenta_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/magenta_dye" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/magenta_glazed_terracotta.json b/1.17.1/assets/minecraft/models/item/magenta_glazed_terracotta.json new file mode 100644 index 00000000..45b94ea3 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/magenta_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/magenta_glazed_terracotta" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/magenta_shulker_box.json b/1.17.1/assets/minecraft/models/item/magenta_shulker_box.json new file mode 100644 index 00000000..f21cad42 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/magenta_shulker_box.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/template_shulker_box", + "textures": { + "particle": "minecraft:block/magenta_shulker_box" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/magenta_stained_glass.json b/1.17.1/assets/minecraft/models/item/magenta_stained_glass.json new file mode 100644 index 00000000..62ff86a5 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/magenta_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/magenta_stained_glass" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/magenta_stained_glass_pane.json b/1.17.1/assets/minecraft/models/item/magenta_stained_glass_pane.json new file mode 100644 index 00000000..ad9621d1 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/magenta_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/magenta_stained_glass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/magenta_terracotta.json b/1.17.1/assets/minecraft/models/item/magenta_terracotta.json new file mode 100644 index 00000000..07d44199 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/magenta_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/magenta_terracotta" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/magenta_wool.json b/1.17.1/assets/minecraft/models/item/magenta_wool.json new file mode 100644 index 00000000..e3ef178b --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/magenta_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/magenta_wool" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/magma_block.json b/1.17.1/assets/minecraft/models/item/magma_block.json new file mode 100644 index 00000000..ac1aa2f4 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/magma_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/magma_block" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/magma_cream.json b/1.17.1/assets/minecraft/models/item/magma_cream.json new file mode 100644 index 00000000..f9d7a14d --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/magma_cream.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/magma_cream" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/magma_cube_spawn_egg.json b/1.17.1/assets/minecraft/models/item/magma_cube_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/magma_cube_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/map.json b/1.17.1/assets/minecraft/models/item/map.json new file mode 100644 index 00000000..282650e2 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/map.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/map" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/medium_amethyst_bud.json b/1.17.1/assets/minecraft/models/item/medium_amethyst_bud.json new file mode 100644 index 00000000..686d48f4 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/medium_amethyst_bud.json @@ -0,0 +1,11 @@ + { + "parent": "item/amethyst_bud", + "textures": { + "layer0": "minecraft:block/medium_amethyst_bud" + }, + "display": { + "fixed": { + "translation": [ 0, 6, 0 ] + } + } +} diff --git a/1.17.1/assets/minecraft/models/item/melon.json b/1.17.1/assets/minecraft/models/item/melon.json new file mode 100644 index 00000000..f0bcf44e --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/melon.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/melon" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/melon_seeds.json b/1.17.1/assets/minecraft/models/item/melon_seeds.json new file mode 100644 index 00000000..71e34075 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/melon_seeds.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/melon_seeds" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/melon_slice.json b/1.17.1/assets/minecraft/models/item/melon_slice.json new file mode 100644 index 00000000..70a587eb --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/melon_slice.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/melon_slice" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/milk_bucket.json b/1.17.1/assets/minecraft/models/item/milk_bucket.json new file mode 100644 index 00000000..4f4a252f --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/milk_bucket.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/milk_bucket" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/minecart.json b/1.17.1/assets/minecraft/models/item/minecart.json new file mode 100644 index 00000000..f478d37c --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/minecart.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/minecart" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/mojang_banner_pattern.json b/1.17.1/assets/minecraft/models/item/mojang_banner_pattern.json new file mode 100644 index 00000000..bfac8a9e --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/mojang_banner_pattern.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/mojang_banner_pattern" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/mooshroom_spawn_egg.json b/1.17.1/assets/minecraft/models/item/mooshroom_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/mooshroom_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/moss_block.json b/1.17.1/assets/minecraft/models/item/moss_block.json new file mode 100644 index 00000000..14bf2a81 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/moss_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/moss_block" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/moss_carpet.json b/1.17.1/assets/minecraft/models/item/moss_carpet.json new file mode 100644 index 00000000..86a4dfd8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/moss_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/moss_carpet" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/mossy_cobblestone.json b/1.17.1/assets/minecraft/models/item/mossy_cobblestone.json new file mode 100644 index 00000000..e865e8fc --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/mossy_cobblestone.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/mossy_cobblestone" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/mossy_cobblestone_slab.json b/1.17.1/assets/minecraft/models/item/mossy_cobblestone_slab.json new file mode 100644 index 00000000..814e6a7a --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/mossy_cobblestone_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/mossy_cobblestone_slab" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/mossy_cobblestone_stairs.json b/1.17.1/assets/minecraft/models/item/mossy_cobblestone_stairs.json new file mode 100644 index 00000000..bc2712d2 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/mossy_cobblestone_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/mossy_cobblestone_stairs" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/mossy_cobblestone_wall.json b/1.17.1/assets/minecraft/models/item/mossy_cobblestone_wall.json new file mode 100644 index 00000000..8baaff2b --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/mossy_cobblestone_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/mossy_cobblestone_wall_inventory" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/mossy_stone_brick_slab.json b/1.17.1/assets/minecraft/models/item/mossy_stone_brick_slab.json new file mode 100644 index 00000000..539b7424 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/mossy_stone_brick_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/mossy_stone_brick_slab" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/mossy_stone_brick_stairs.json b/1.17.1/assets/minecraft/models/item/mossy_stone_brick_stairs.json new file mode 100644 index 00000000..2366348b --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/mossy_stone_brick_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/mossy_stone_brick_stairs" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/mossy_stone_brick_wall.json b/1.17.1/assets/minecraft/models/item/mossy_stone_brick_wall.json new file mode 100644 index 00000000..185b158a --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/mossy_stone_brick_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/mossy_stone_brick_wall_inventory" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/mossy_stone_bricks.json b/1.17.1/assets/minecraft/models/item/mossy_stone_bricks.json new file mode 100644 index 00000000..a9fe750f --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/mossy_stone_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/mossy_stone_bricks" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/mule_spawn_egg.json b/1.17.1/assets/minecraft/models/item/mule_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/mule_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/mushroom_stem.json b/1.17.1/assets/minecraft/models/item/mushroom_stem.json new file mode 100644 index 00000000..b791415f --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/mushroom_stem.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/mushroom_stem_inventory" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/mushroom_stew.json b/1.17.1/assets/minecraft/models/item/mushroom_stew.json new file mode 100644 index 00000000..70e31deb --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/mushroom_stew.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/mushroom_stew" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/music_disc_11.json b/1.17.1/assets/minecraft/models/item/music_disc_11.json new file mode 100644 index 00000000..8dc87a40 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/music_disc_11.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/music_disc_11" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/music_disc_13.json b/1.17.1/assets/minecraft/models/item/music_disc_13.json new file mode 100644 index 00000000..f0bb3d73 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/music_disc_13.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/music_disc_13" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/music_disc_blocks.json b/1.17.1/assets/minecraft/models/item/music_disc_blocks.json new file mode 100644 index 00000000..63e58225 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/music_disc_blocks.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/music_disc_blocks" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/music_disc_cat.json b/1.17.1/assets/minecraft/models/item/music_disc_cat.json new file mode 100644 index 00000000..1dff43f5 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/music_disc_cat.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/music_disc_cat" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/music_disc_chirp.json b/1.17.1/assets/minecraft/models/item/music_disc_chirp.json new file mode 100644 index 00000000..ec3b4307 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/music_disc_chirp.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/music_disc_chirp" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/music_disc_far.json b/1.17.1/assets/minecraft/models/item/music_disc_far.json new file mode 100644 index 00000000..266a311f --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/music_disc_far.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/music_disc_far" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/music_disc_mall.json b/1.17.1/assets/minecraft/models/item/music_disc_mall.json new file mode 100644 index 00000000..889a2ee0 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/music_disc_mall.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/music_disc_mall" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/music_disc_mellohi.json b/1.17.1/assets/minecraft/models/item/music_disc_mellohi.json new file mode 100644 index 00000000..68b51438 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/music_disc_mellohi.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/music_disc_mellohi" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/music_disc_pigstep.json b/1.17.1/assets/minecraft/models/item/music_disc_pigstep.json new file mode 100644 index 00000000..4e2b8786 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/music_disc_pigstep.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/music_disc_pigstep" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/music_disc_stal.json b/1.17.1/assets/minecraft/models/item/music_disc_stal.json new file mode 100644 index 00000000..02f043d2 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/music_disc_stal.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/music_disc_stal" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/music_disc_strad.json b/1.17.1/assets/minecraft/models/item/music_disc_strad.json new file mode 100644 index 00000000..5c4fbd72 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/music_disc_strad.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/music_disc_strad" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/music_disc_wait.json b/1.17.1/assets/minecraft/models/item/music_disc_wait.json new file mode 100644 index 00000000..d46027dc --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/music_disc_wait.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/music_disc_wait" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/music_disc_ward.json b/1.17.1/assets/minecraft/models/item/music_disc_ward.json new file mode 100644 index 00000000..d45d7978 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/music_disc_ward.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/music_disc_ward" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/mutton.json b/1.17.1/assets/minecraft/models/item/mutton.json new file mode 100644 index 00000000..56c070d4 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/mutton.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/mutton" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/mycelium.json b/1.17.1/assets/minecraft/models/item/mycelium.json new file mode 100644 index 00000000..c97f2ec0 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/mycelium.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/mycelium" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/name_tag.json b/1.17.1/assets/minecraft/models/item/name_tag.json new file mode 100644 index 00000000..ee668ff5 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/name_tag.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/name_tag" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/nautilus_shell.json b/1.17.1/assets/minecraft/models/item/nautilus_shell.json new file mode 100644 index 00000000..35a8e509 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/nautilus_shell.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/nautilus_shell" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/nether_brick.json b/1.17.1/assets/minecraft/models/item/nether_brick.json new file mode 100644 index 00000000..b7260584 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/nether_brick.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/nether_brick" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/nether_brick_fence.json b/1.17.1/assets/minecraft/models/item/nether_brick_fence.json new file mode 100644 index 00000000..5a72d31a --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/nether_brick_fence.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/nether_brick_fence_inventory" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/nether_brick_slab.json b/1.17.1/assets/minecraft/models/item/nether_brick_slab.json new file mode 100644 index 00000000..dc7b2097 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/nether_brick_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/nether_brick_slab" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/nether_brick_stairs.json b/1.17.1/assets/minecraft/models/item/nether_brick_stairs.json new file mode 100644 index 00000000..c0669dfe --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/nether_brick_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/nether_brick_stairs" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/nether_brick_wall.json b/1.17.1/assets/minecraft/models/item/nether_brick_wall.json new file mode 100644 index 00000000..e01270d4 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/nether_brick_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/nether_brick_wall_inventory" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/nether_bricks.json b/1.17.1/assets/minecraft/models/item/nether_bricks.json new file mode 100644 index 00000000..ada571f6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/nether_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/nether_bricks" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/nether_gold_ore.json b/1.17.1/assets/minecraft/models/item/nether_gold_ore.json new file mode 100644 index 00000000..ca989c79 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/nether_gold_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/nether_gold_ore" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/nether_quartz_ore.json b/1.17.1/assets/minecraft/models/item/nether_quartz_ore.json new file mode 100644 index 00000000..4c6d1bf7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/nether_quartz_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/nether_quartz_ore" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/nether_sprouts.json b/1.17.1/assets/minecraft/models/item/nether_sprouts.json new file mode 100644 index 00000000..847698f8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/nether_sprouts.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/nether_sprouts" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/nether_star.json b/1.17.1/assets/minecraft/models/item/nether_star.json new file mode 100644 index 00000000..b2874c28 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/nether_star.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/nether_star" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/nether_wart.json b/1.17.1/assets/minecraft/models/item/nether_wart.json new file mode 100644 index 00000000..de82d450 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/nether_wart.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/nether_wart" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/nether_wart_block.json b/1.17.1/assets/minecraft/models/item/nether_wart_block.json new file mode 100644 index 00000000..a66f9a27 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/nether_wart_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/nether_wart_block" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/netherite_axe.json b/1.17.1/assets/minecraft/models/item/netherite_axe.json new file mode 100644 index 00000000..50d50009 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/netherite_axe.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "minecraft:item/netherite_axe" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/netherite_block.json b/1.17.1/assets/minecraft/models/item/netherite_block.json new file mode 100644 index 00000000..828da634 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/netherite_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/netherite_block" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/netherite_boots.json b/1.17.1/assets/minecraft/models/item/netherite_boots.json new file mode 100644 index 00000000..c7dae902 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/netherite_boots.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/netherite_boots" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/netherite_chestplate.json b/1.17.1/assets/minecraft/models/item/netherite_chestplate.json new file mode 100644 index 00000000..61d2982a --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/netherite_chestplate.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/netherite_chestplate" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/netherite_helmet.json b/1.17.1/assets/minecraft/models/item/netherite_helmet.json new file mode 100644 index 00000000..4df20a59 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/netherite_helmet.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/netherite_helmet" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/netherite_hoe.json b/1.17.1/assets/minecraft/models/item/netherite_hoe.json new file mode 100644 index 00000000..d9c185dc --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/netherite_hoe.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "minecraft:item/netherite_hoe" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/netherite_ingot.json b/1.17.1/assets/minecraft/models/item/netherite_ingot.json new file mode 100644 index 00000000..0ef436c0 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/netherite_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/netherite_ingot" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/netherite_leggings.json b/1.17.1/assets/minecraft/models/item/netherite_leggings.json new file mode 100644 index 00000000..e3e889cc --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/netherite_leggings.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/netherite_leggings" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/netherite_pickaxe.json b/1.17.1/assets/minecraft/models/item/netherite_pickaxe.json new file mode 100644 index 00000000..663d5162 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/netherite_pickaxe.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "minecraft:item/netherite_pickaxe" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/netherite_scrap.json b/1.17.1/assets/minecraft/models/item/netherite_scrap.json new file mode 100644 index 00000000..8465c678 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/netherite_scrap.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/netherite_scrap" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/netherite_shovel.json b/1.17.1/assets/minecraft/models/item/netherite_shovel.json new file mode 100644 index 00000000..88e93948 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/netherite_shovel.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "minecraft:item/netherite_shovel" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/netherite_sword.json b/1.17.1/assets/minecraft/models/item/netherite_sword.json new file mode 100644 index 00000000..a2d7ef42 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/netherite_sword.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "minecraft:item/netherite_sword" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/netherrack.json b/1.17.1/assets/minecraft/models/item/netherrack.json new file mode 100644 index 00000000..39d75ee8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/netherrack.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/netherrack" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/note_block.json b/1.17.1/assets/minecraft/models/item/note_block.json new file mode 100644 index 00000000..dd873344 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/note_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/note_block" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/oak_boat.json b/1.17.1/assets/minecraft/models/item/oak_boat.json new file mode 100644 index 00000000..793cf520 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/oak_boat.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/oak_boat" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/oak_button.json b/1.17.1/assets/minecraft/models/item/oak_button.json new file mode 100644 index 00000000..7e99608e --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/oak_button.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/oak_button_inventory" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/oak_door.json b/1.17.1/assets/minecraft/models/item/oak_door.json new file mode 100644 index 00000000..93f7e735 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/oak_door.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/oak_door" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/oak_fence.json b/1.17.1/assets/minecraft/models/item/oak_fence.json new file mode 100644 index 00000000..039fd914 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/oak_fence.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/oak_fence_inventory" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/oak_fence_gate.json b/1.17.1/assets/minecraft/models/item/oak_fence_gate.json new file mode 100644 index 00000000..04dee087 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/oak_fence_gate.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/oak_fence_gate" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/oak_leaves.json b/1.17.1/assets/minecraft/models/item/oak_leaves.json new file mode 100644 index 00000000..a54fc8a7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/oak_leaves.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/oak_leaves" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/oak_log.json b/1.17.1/assets/minecraft/models/item/oak_log.json new file mode 100644 index 00000000..b450f38f --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/oak_log.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/oak_log" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/oak_planks.json b/1.17.1/assets/minecraft/models/item/oak_planks.json new file mode 100644 index 00000000..a0351753 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/oak_planks.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/oak_planks" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/oak_pressure_plate.json b/1.17.1/assets/minecraft/models/item/oak_pressure_plate.json new file mode 100644 index 00000000..ec3f4456 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/oak_pressure_plate.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/oak_pressure_plate" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/oak_sapling.json b/1.17.1/assets/minecraft/models/item/oak_sapling.json new file mode 100644 index 00000000..93a96b44 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/oak_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/oak_sapling" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/oak_sign.json b/1.17.1/assets/minecraft/models/item/oak_sign.json new file mode 100644 index 00000000..0f6a0f05 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/oak_sign.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/oak_sign" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/oak_slab.json b/1.17.1/assets/minecraft/models/item/oak_slab.json new file mode 100644 index 00000000..263d7d00 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/oak_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/oak_slab" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/oak_stairs.json b/1.17.1/assets/minecraft/models/item/oak_stairs.json new file mode 100644 index 00000000..282b4310 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/oak_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/oak_stairs" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/oak_trapdoor.json b/1.17.1/assets/minecraft/models/item/oak_trapdoor.json new file mode 100644 index 00000000..a041a5b4 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/oak_trapdoor.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/oak_trapdoor_bottom" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/oak_wood.json b/1.17.1/assets/minecraft/models/item/oak_wood.json new file mode 100644 index 00000000..a51270ef --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/oak_wood.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/oak_wood" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/observer.json b/1.17.1/assets/minecraft/models/item/observer.json new file mode 100644 index 00000000..c1e1ddfe --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/observer.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/observer" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/obsidian.json b/1.17.1/assets/minecraft/models/item/obsidian.json new file mode 100644 index 00000000..0c124ed6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/obsidian.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/obsidian" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/ocelot_spawn_egg.json b/1.17.1/assets/minecraft/models/item/ocelot_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/ocelot_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/orange_banner.json b/1.17.1/assets/minecraft/models/item/orange_banner.json new file mode 100644 index 00000000..661a106d --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/orange_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_banner" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/orange_bed.json b/1.17.1/assets/minecraft/models/item/orange_bed.json new file mode 100644 index 00000000..c014375a --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/orange_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/template_bed", + "textures": { + "particle": "minecraft:block/orange_wool" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/orange_candle.json b/1.17.1/assets/minecraft/models/item/orange_candle.json new file mode 100644 index 00000000..9f35bc60 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/orange_candle.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/orange_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/orange_carpet.json b/1.17.1/assets/minecraft/models/item/orange_carpet.json new file mode 100644 index 00000000..f1421e23 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/orange_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/orange_carpet" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/orange_concrete.json b/1.17.1/assets/minecraft/models/item/orange_concrete.json new file mode 100644 index 00000000..6238369f --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/orange_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/orange_concrete" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/orange_concrete_powder.json b/1.17.1/assets/minecraft/models/item/orange_concrete_powder.json new file mode 100644 index 00000000..3c854fe1 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/orange_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/orange_concrete_powder" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/orange_dye.json b/1.17.1/assets/minecraft/models/item/orange_dye.json new file mode 100644 index 00000000..4c5e5e9b --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/orange_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/orange_dye" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/orange_glazed_terracotta.json b/1.17.1/assets/minecraft/models/item/orange_glazed_terracotta.json new file mode 100644 index 00000000..9a67ff62 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/orange_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/orange_glazed_terracotta" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/orange_shulker_box.json b/1.17.1/assets/minecraft/models/item/orange_shulker_box.json new file mode 100644 index 00000000..e8a725a2 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/orange_shulker_box.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/template_shulker_box", + "textures": { + "particle": "minecraft:block/orange_shulker_box" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/orange_stained_glass.json b/1.17.1/assets/minecraft/models/item/orange_stained_glass.json new file mode 100644 index 00000000..b00fed28 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/orange_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/orange_stained_glass" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/orange_stained_glass_pane.json b/1.17.1/assets/minecraft/models/item/orange_stained_glass_pane.json new file mode 100644 index 00000000..756f767a --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/orange_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/orange_stained_glass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/orange_terracotta.json b/1.17.1/assets/minecraft/models/item/orange_terracotta.json new file mode 100644 index 00000000..6d399783 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/orange_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/orange_terracotta" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/orange_tulip.json b/1.17.1/assets/minecraft/models/item/orange_tulip.json new file mode 100644 index 00000000..70ba2d3a --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/orange_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/orange_tulip" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/orange_wool.json b/1.17.1/assets/minecraft/models/item/orange_wool.json new file mode 100644 index 00000000..e7c54f33 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/orange_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/orange_wool" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/oxeye_daisy.json b/1.17.1/assets/minecraft/models/item/oxeye_daisy.json new file mode 100644 index 00000000..dc6eaab3 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/oxeye_daisy.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/oxeye_daisy" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/oxidized_copper.json b/1.17.1/assets/minecraft/models/item/oxidized_copper.json new file mode 100644 index 00000000..63a0dabe --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/oxidized_copper.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/oxidized_copper" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/oxidized_cut_copper.json b/1.17.1/assets/minecraft/models/item/oxidized_cut_copper.json new file mode 100644 index 00000000..36dfa030 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/oxidized_cut_copper.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/oxidized_cut_copper" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/oxidized_cut_copper_slab.json b/1.17.1/assets/minecraft/models/item/oxidized_cut_copper_slab.json new file mode 100644 index 00000000..a3d02242 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/oxidized_cut_copper_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/oxidized_cut_copper_slab" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/oxidized_cut_copper_stairs.json b/1.17.1/assets/minecraft/models/item/oxidized_cut_copper_stairs.json new file mode 100644 index 00000000..fd8af1aa --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/oxidized_cut_copper_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/oxidized_cut_copper_stairs" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/packed_ice.json b/1.17.1/assets/minecraft/models/item/packed_ice.json new file mode 100644 index 00000000..bada5d8e --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/packed_ice.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/packed_ice" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/painting.json b/1.17.1/assets/minecraft/models/item/painting.json new file mode 100644 index 00000000..0222609b --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/painting.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/painting" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/panda_spawn_egg.json b/1.17.1/assets/minecraft/models/item/panda_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/panda_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/paper.json b/1.17.1/assets/minecraft/models/item/paper.json new file mode 100644 index 00000000..5cfa9dd8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/paper.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/paper" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/parrot_spawn_egg.json b/1.17.1/assets/minecraft/models/item/parrot_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/parrot_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/peony.json b/1.17.1/assets/minecraft/models/item/peony.json new file mode 100644 index 00000000..b87b076e --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/peony.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/peony_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/petrified_oak_slab.json b/1.17.1/assets/minecraft/models/item/petrified_oak_slab.json new file mode 100644 index 00000000..36ecfd7c --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/petrified_oak_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/petrified_oak_slab" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/phantom_membrane.json b/1.17.1/assets/minecraft/models/item/phantom_membrane.json new file mode 100644 index 00000000..aa7891ce --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/phantom_membrane.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/phantom_membrane" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/phantom_spawn_egg.json b/1.17.1/assets/minecraft/models/item/phantom_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/phantom_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/pig_spawn_egg.json b/1.17.1/assets/minecraft/models/item/pig_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/pig_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/piglin_banner_pattern.json b/1.17.1/assets/minecraft/models/item/piglin_banner_pattern.json new file mode 100644 index 00000000..e19d96c8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/piglin_banner_pattern.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/piglin_banner_pattern" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/piglin_brute_spawn_egg.json b/1.17.1/assets/minecraft/models/item/piglin_brute_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/piglin_brute_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/piglin_spawn_egg.json b/1.17.1/assets/minecraft/models/item/piglin_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/piglin_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/pillager_spawn_egg.json b/1.17.1/assets/minecraft/models/item/pillager_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/pillager_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/pink_banner.json b/1.17.1/assets/minecraft/models/item/pink_banner.json new file mode 100644 index 00000000..661a106d --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/pink_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_banner" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/pink_bed.json b/1.17.1/assets/minecraft/models/item/pink_bed.json new file mode 100644 index 00000000..7565d98f --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/pink_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/template_bed", + "textures": { + "particle": "minecraft:block/pink_wool" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/pink_candle.json b/1.17.1/assets/minecraft/models/item/pink_candle.json new file mode 100644 index 00000000..0d64b1ca --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/pink_candle.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/pink_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/pink_carpet.json b/1.17.1/assets/minecraft/models/item/pink_carpet.json new file mode 100644 index 00000000..b2709108 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/pink_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/pink_carpet" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/pink_concrete.json b/1.17.1/assets/minecraft/models/item/pink_concrete.json new file mode 100644 index 00000000..770e1feb --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/pink_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/pink_concrete" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/pink_concrete_powder.json b/1.17.1/assets/minecraft/models/item/pink_concrete_powder.json new file mode 100644 index 00000000..29803f66 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/pink_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/pink_concrete_powder" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/pink_dye.json b/1.17.1/assets/minecraft/models/item/pink_dye.json new file mode 100644 index 00000000..bf230ebc --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/pink_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/pink_dye" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/pink_glazed_terracotta.json b/1.17.1/assets/minecraft/models/item/pink_glazed_terracotta.json new file mode 100644 index 00000000..c8ea2b25 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/pink_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/pink_glazed_terracotta" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/pink_shulker_box.json b/1.17.1/assets/minecraft/models/item/pink_shulker_box.json new file mode 100644 index 00000000..e71465fe --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/pink_shulker_box.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/template_shulker_box", + "textures": { + "particle": "minecraft:block/pink_shulker_box" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/pink_stained_glass.json b/1.17.1/assets/minecraft/models/item/pink_stained_glass.json new file mode 100644 index 00000000..b0bc8968 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/pink_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/pink_stained_glass" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/pink_stained_glass_pane.json b/1.17.1/assets/minecraft/models/item/pink_stained_glass_pane.json new file mode 100644 index 00000000..13681586 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/pink_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/pink_stained_glass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/pink_terracotta.json b/1.17.1/assets/minecraft/models/item/pink_terracotta.json new file mode 100644 index 00000000..2e558749 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/pink_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/pink_terracotta" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/pink_tulip.json b/1.17.1/assets/minecraft/models/item/pink_tulip.json new file mode 100644 index 00000000..9d76762d --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/pink_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/pink_tulip" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/pink_wool.json b/1.17.1/assets/minecraft/models/item/pink_wool.json new file mode 100644 index 00000000..9f1e510f --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/pink_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/pink_wool" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/piston.json b/1.17.1/assets/minecraft/models/item/piston.json new file mode 100644 index 00000000..669d1c40 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/piston.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/piston_inventory" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/player_head.json b/1.17.1/assets/minecraft/models/item/player_head.json new file mode 100644 index 00000000..364b6e65 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/player_head.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_skull" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/podzol.json b/1.17.1/assets/minecraft/models/item/podzol.json new file mode 100644 index 00000000..ec047498 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/podzol.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/podzol" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/pointed_dripstone.json b/1.17.1/assets/minecraft/models/item/pointed_dripstone.json new file mode 100644 index 00000000..f30f9594 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/pointed_dripstone.json @@ -0,0 +1,18 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/pointed_dripstone" + }, + "display": { + "thirdperson_righthand": { + "rotation": [ 0, 100, 0 ], + "translation": [ -1, -1, 0], + "scale": [ 0.9, 0.9, 0.9 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 100, 0 ], + "translation": [ 0, -2, 0], + "scale": [ 0.9, 0.9, 0.9 ] + } + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/poisonous_potato.json b/1.17.1/assets/minecraft/models/item/poisonous_potato.json new file mode 100644 index 00000000..f3577795 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/poisonous_potato.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/poisonous_potato" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/polar_bear_spawn_egg.json b/1.17.1/assets/minecraft/models/item/polar_bear_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/polar_bear_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/polished_andesite.json b/1.17.1/assets/minecraft/models/item/polished_andesite.json new file mode 100644 index 00000000..4968aa47 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/polished_andesite.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/polished_andesite" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/polished_andesite_slab.json b/1.17.1/assets/minecraft/models/item/polished_andesite_slab.json new file mode 100644 index 00000000..dbaf20ca --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/polished_andesite_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/polished_andesite_slab" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/polished_andesite_stairs.json b/1.17.1/assets/minecraft/models/item/polished_andesite_stairs.json new file mode 100644 index 00000000..0695848c --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/polished_andesite_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/polished_andesite_stairs" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/polished_basalt.json b/1.17.1/assets/minecraft/models/item/polished_basalt.json new file mode 100644 index 00000000..00d0a8ab --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/polished_basalt.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/polished_basalt" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/polished_blackstone.json b/1.17.1/assets/minecraft/models/item/polished_blackstone.json new file mode 100644 index 00000000..b60255af --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/polished_blackstone.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/polished_blackstone" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/polished_blackstone_brick_slab.json b/1.17.1/assets/minecraft/models/item/polished_blackstone_brick_slab.json new file mode 100644 index 00000000..35a5786c --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/polished_blackstone_brick_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/polished_blackstone_brick_slab" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/polished_blackstone_brick_stairs.json b/1.17.1/assets/minecraft/models/item/polished_blackstone_brick_stairs.json new file mode 100644 index 00000000..bfdf49c1 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/polished_blackstone_brick_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/polished_blackstone_brick_stairs" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/polished_blackstone_brick_wall.json b/1.17.1/assets/minecraft/models/item/polished_blackstone_brick_wall.json new file mode 100644 index 00000000..58262eed --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/polished_blackstone_brick_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/polished_blackstone_brick_wall_inventory" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/polished_blackstone_bricks.json b/1.17.1/assets/minecraft/models/item/polished_blackstone_bricks.json new file mode 100644 index 00000000..2c7c6530 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/polished_blackstone_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/polished_blackstone_bricks" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/polished_blackstone_button.json b/1.17.1/assets/minecraft/models/item/polished_blackstone_button.json new file mode 100644 index 00000000..e815336b --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/polished_blackstone_button.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/polished_blackstone_button_inventory" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/polished_blackstone_pressure_plate.json b/1.17.1/assets/minecraft/models/item/polished_blackstone_pressure_plate.json new file mode 100644 index 00000000..766e8c66 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/polished_blackstone_pressure_plate.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/polished_blackstone_pressure_plate" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/polished_blackstone_slab.json b/1.17.1/assets/minecraft/models/item/polished_blackstone_slab.json new file mode 100644 index 00000000..ab598bb6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/polished_blackstone_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/polished_blackstone_slab" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/polished_blackstone_stairs.json b/1.17.1/assets/minecraft/models/item/polished_blackstone_stairs.json new file mode 100644 index 00000000..a21c5771 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/polished_blackstone_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/polished_blackstone_stairs" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/polished_blackstone_wall.json b/1.17.1/assets/minecraft/models/item/polished_blackstone_wall.json new file mode 100644 index 00000000..23e2c0d4 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/polished_blackstone_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/polished_blackstone_wall_inventory" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/polished_deepslate.json b/1.17.1/assets/minecraft/models/item/polished_deepslate.json new file mode 100644 index 00000000..a2e3fde1 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/polished_deepslate.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/polished_deepslate" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/polished_deepslate_slab.json b/1.17.1/assets/minecraft/models/item/polished_deepslate_slab.json new file mode 100644 index 00000000..0bb03241 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/polished_deepslate_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/polished_deepslate_slab" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/polished_deepslate_stairs.json b/1.17.1/assets/minecraft/models/item/polished_deepslate_stairs.json new file mode 100644 index 00000000..06f41f9f --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/polished_deepslate_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/polished_deepslate_stairs" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/polished_deepslate_wall.json b/1.17.1/assets/minecraft/models/item/polished_deepslate_wall.json new file mode 100644 index 00000000..1d05cf88 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/polished_deepslate_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/polished_deepslate_wall_inventory" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/polished_diorite.json b/1.17.1/assets/minecraft/models/item/polished_diorite.json new file mode 100644 index 00000000..aed47750 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/polished_diorite.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/polished_diorite" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/polished_diorite_slab.json b/1.17.1/assets/minecraft/models/item/polished_diorite_slab.json new file mode 100644 index 00000000..2fd79e18 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/polished_diorite_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/polished_diorite_slab" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/polished_diorite_stairs.json b/1.17.1/assets/minecraft/models/item/polished_diorite_stairs.json new file mode 100644 index 00000000..0ec5d5a6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/polished_diorite_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/polished_diorite_stairs" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/polished_granite.json b/1.17.1/assets/minecraft/models/item/polished_granite.json new file mode 100644 index 00000000..11ee51c4 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/polished_granite.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/polished_granite" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/polished_granite_slab.json b/1.17.1/assets/minecraft/models/item/polished_granite_slab.json new file mode 100644 index 00000000..add758b6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/polished_granite_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/polished_granite_slab" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/polished_granite_stairs.json b/1.17.1/assets/minecraft/models/item/polished_granite_stairs.json new file mode 100644 index 00000000..083d71c8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/polished_granite_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/polished_granite_stairs" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/popped_chorus_fruit.json b/1.17.1/assets/minecraft/models/item/popped_chorus_fruit.json new file mode 100644 index 00000000..b5357bde --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/popped_chorus_fruit.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/popped_chorus_fruit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/poppy.json b/1.17.1/assets/minecraft/models/item/poppy.json new file mode 100644 index 00000000..089cf3ed --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/poppy.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/poppy" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/porkchop.json b/1.17.1/assets/minecraft/models/item/porkchop.json new file mode 100644 index 00000000..7de45731 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/porkchop.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/porkchop" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/potato.json b/1.17.1/assets/minecraft/models/item/potato.json new file mode 100644 index 00000000..3ba92381 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/potato.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/potato" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/potion.json b/1.17.1/assets/minecraft/models/item/potion.json new file mode 100644 index 00000000..73c2a578 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/potion.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/potion_overlay", + "layer1": "item/potion" + } +} diff --git a/1.17.1/assets/minecraft/models/item/powder_snow_bucket.json b/1.17.1/assets/minecraft/models/item/powder_snow_bucket.json new file mode 100644 index 00000000..e99a5f9f --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/powder_snow_bucket.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/powder_snow_bucket" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/powered_rail.json b/1.17.1/assets/minecraft/models/item/powered_rail.json new file mode 100644 index 00000000..ecaf13bf --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/powered_rail.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/powered_rail" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/prismarine.json b/1.17.1/assets/minecraft/models/item/prismarine.json new file mode 100644 index 00000000..052a4159 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/prismarine.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/prismarine" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/prismarine_brick_slab.json b/1.17.1/assets/minecraft/models/item/prismarine_brick_slab.json new file mode 100644 index 00000000..905e4429 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/prismarine_brick_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/prismarine_brick_slab" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/prismarine_brick_stairs.json b/1.17.1/assets/minecraft/models/item/prismarine_brick_stairs.json new file mode 100644 index 00000000..e5f6c0f4 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/prismarine_brick_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/prismarine_brick_stairs" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/prismarine_bricks.json b/1.17.1/assets/minecraft/models/item/prismarine_bricks.json new file mode 100644 index 00000000..dfe1634f --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/prismarine_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/prismarine_bricks" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/prismarine_crystals.json b/1.17.1/assets/minecraft/models/item/prismarine_crystals.json new file mode 100644 index 00000000..6883eebe --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/prismarine_crystals.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/prismarine_crystals" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/prismarine_shard.json b/1.17.1/assets/minecraft/models/item/prismarine_shard.json new file mode 100644 index 00000000..7b533d3f --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/prismarine_shard.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/prismarine_shard" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/prismarine_slab.json b/1.17.1/assets/minecraft/models/item/prismarine_slab.json new file mode 100644 index 00000000..9894ef18 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/prismarine_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/prismarine_slab" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/prismarine_stairs.json b/1.17.1/assets/minecraft/models/item/prismarine_stairs.json new file mode 100644 index 00000000..356abf59 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/prismarine_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/prismarine_stairs" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/prismarine_wall.json b/1.17.1/assets/minecraft/models/item/prismarine_wall.json new file mode 100644 index 00000000..16dec992 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/prismarine_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/prismarine_wall_inventory" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/pufferfish.json b/1.17.1/assets/minecraft/models/item/pufferfish.json new file mode 100644 index 00000000..11ebd219 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/pufferfish.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/pufferfish" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/pufferfish_bucket.json b/1.17.1/assets/minecraft/models/item/pufferfish_bucket.json new file mode 100644 index 00000000..b5abbd8f --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/pufferfish_bucket.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/pufferfish_bucket" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/pufferfish_spawn_egg.json b/1.17.1/assets/minecraft/models/item/pufferfish_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/pufferfish_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/pumpkin.json b/1.17.1/assets/minecraft/models/item/pumpkin.json new file mode 100644 index 00000000..f725b476 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/pumpkin.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/pumpkin" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/pumpkin_pie.json b/1.17.1/assets/minecraft/models/item/pumpkin_pie.json new file mode 100644 index 00000000..72ba77d5 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/pumpkin_pie.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/pumpkin_pie" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/pumpkin_seeds.json b/1.17.1/assets/minecraft/models/item/pumpkin_seeds.json new file mode 100644 index 00000000..bd203f06 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/pumpkin_seeds.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/pumpkin_seeds" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/purple_banner.json b/1.17.1/assets/minecraft/models/item/purple_banner.json new file mode 100644 index 00000000..661a106d --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/purple_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_banner" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/purple_bed.json b/1.17.1/assets/minecraft/models/item/purple_bed.json new file mode 100644 index 00000000..606fae8c --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/purple_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/template_bed", + "textures": { + "particle": "minecraft:block/purple_wool" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/purple_candle.json b/1.17.1/assets/minecraft/models/item/purple_candle.json new file mode 100644 index 00000000..9a0d2020 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/purple_candle.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/purple_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/purple_carpet.json b/1.17.1/assets/minecraft/models/item/purple_carpet.json new file mode 100644 index 00000000..94ffd9f4 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/purple_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/purple_carpet" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/purple_concrete.json b/1.17.1/assets/minecraft/models/item/purple_concrete.json new file mode 100644 index 00000000..437f58fc --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/purple_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/purple_concrete" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/purple_concrete_powder.json b/1.17.1/assets/minecraft/models/item/purple_concrete_powder.json new file mode 100644 index 00000000..77dba432 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/purple_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/purple_concrete_powder" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/purple_dye.json b/1.17.1/assets/minecraft/models/item/purple_dye.json new file mode 100644 index 00000000..a4082d10 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/purple_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/purple_dye" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/purple_glazed_terracotta.json b/1.17.1/assets/minecraft/models/item/purple_glazed_terracotta.json new file mode 100644 index 00000000..be42ab1a --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/purple_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/purple_glazed_terracotta" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/purple_shulker_box.json b/1.17.1/assets/minecraft/models/item/purple_shulker_box.json new file mode 100644 index 00000000..8521d10f --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/purple_shulker_box.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/template_shulker_box", + "textures": { + "particle": "minecraft:block/purple_shulker_box" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/purple_stained_glass.json b/1.17.1/assets/minecraft/models/item/purple_stained_glass.json new file mode 100644 index 00000000..cf2ee673 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/purple_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/purple_stained_glass" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/purple_stained_glass_pane.json b/1.17.1/assets/minecraft/models/item/purple_stained_glass_pane.json new file mode 100644 index 00000000..646a69b9 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/purple_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/purple_stained_glass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/purple_terracotta.json b/1.17.1/assets/minecraft/models/item/purple_terracotta.json new file mode 100644 index 00000000..a69670d8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/purple_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/purple_terracotta" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/purple_wool.json b/1.17.1/assets/minecraft/models/item/purple_wool.json new file mode 100644 index 00000000..71160d26 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/purple_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/purple_wool" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/purpur_block.json b/1.17.1/assets/minecraft/models/item/purpur_block.json new file mode 100644 index 00000000..3e7dfa5a --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/purpur_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/purpur_block" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/purpur_pillar.json b/1.17.1/assets/minecraft/models/item/purpur_pillar.json new file mode 100644 index 00000000..2cb1ab30 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/purpur_pillar.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/purpur_pillar" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/purpur_slab.json b/1.17.1/assets/minecraft/models/item/purpur_slab.json new file mode 100644 index 00000000..385a03be --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/purpur_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/purpur_slab" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/purpur_stairs.json b/1.17.1/assets/minecraft/models/item/purpur_stairs.json new file mode 100644 index 00000000..4f881026 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/purpur_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/purpur_stairs" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/quartz.json b/1.17.1/assets/minecraft/models/item/quartz.json new file mode 100644 index 00000000..6da4a860 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/quartz.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/quartz" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/quartz_block.json b/1.17.1/assets/minecraft/models/item/quartz_block.json new file mode 100644 index 00000000..f0966126 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/quartz_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/quartz_block" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/quartz_bricks.json b/1.17.1/assets/minecraft/models/item/quartz_bricks.json new file mode 100644 index 00000000..d2d45cf7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/quartz_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/quartz_bricks" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/quartz_pillar.json b/1.17.1/assets/minecraft/models/item/quartz_pillar.json new file mode 100644 index 00000000..52905d11 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/quartz_pillar.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/quartz_pillar" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/quartz_slab.json b/1.17.1/assets/minecraft/models/item/quartz_slab.json new file mode 100644 index 00000000..9cd0ebe7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/quartz_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/quartz_slab" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/quartz_stairs.json b/1.17.1/assets/minecraft/models/item/quartz_stairs.json new file mode 100644 index 00000000..4126d6e4 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/quartz_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/quartz_stairs" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/rabbit.json b/1.17.1/assets/minecraft/models/item/rabbit.json new file mode 100644 index 00000000..0c0294ff --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/rabbit.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/rabbit" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/rabbit_foot.json b/1.17.1/assets/minecraft/models/item/rabbit_foot.json new file mode 100644 index 00000000..dc68690a --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/rabbit_foot.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/rabbit_foot" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/rabbit_hide.json b/1.17.1/assets/minecraft/models/item/rabbit_hide.json new file mode 100644 index 00000000..b6327793 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/rabbit_hide.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/rabbit_hide" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/rabbit_spawn_egg.json b/1.17.1/assets/minecraft/models/item/rabbit_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/rabbit_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/rabbit_stew.json b/1.17.1/assets/minecraft/models/item/rabbit_stew.json new file mode 100644 index 00000000..311dfe99 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/rabbit_stew.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/rabbit_stew" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/rail.json b/1.17.1/assets/minecraft/models/item/rail.json new file mode 100644 index 00000000..4e07db10 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/rail.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/rail" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/ravager_spawn_egg.json b/1.17.1/assets/minecraft/models/item/ravager_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/ravager_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/raw_copper.json b/1.17.1/assets/minecraft/models/item/raw_copper.json new file mode 100644 index 00000000..94712fde --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/raw_copper.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/raw_copper" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/raw_copper_block.json b/1.17.1/assets/minecraft/models/item/raw_copper_block.json new file mode 100644 index 00000000..d24df466 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/raw_copper_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/raw_copper_block" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/raw_gold.json b/1.17.1/assets/minecraft/models/item/raw_gold.json new file mode 100644 index 00000000..df31aa71 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/raw_gold.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/raw_gold" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/raw_gold_block.json b/1.17.1/assets/minecraft/models/item/raw_gold_block.json new file mode 100644 index 00000000..915e94b9 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/raw_gold_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/raw_gold_block" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/raw_iron.json b/1.17.1/assets/minecraft/models/item/raw_iron.json new file mode 100644 index 00000000..57ba6272 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/raw_iron.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/raw_iron" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/raw_iron_block.json b/1.17.1/assets/minecraft/models/item/raw_iron_block.json new file mode 100644 index 00000000..b6e6e032 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/raw_iron_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/raw_iron_block" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/red_banner.json b/1.17.1/assets/minecraft/models/item/red_banner.json new file mode 100644 index 00000000..661a106d --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/red_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_banner" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/red_bed.json b/1.17.1/assets/minecraft/models/item/red_bed.json new file mode 100644 index 00000000..7a15f551 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/red_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/template_bed", + "textures": { + "particle": "minecraft:block/red_wool" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/red_candle.json b/1.17.1/assets/minecraft/models/item/red_candle.json new file mode 100644 index 00000000..54fbba02 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/red_candle.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/red_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/red_carpet.json b/1.17.1/assets/minecraft/models/item/red_carpet.json new file mode 100644 index 00000000..18e4d52e --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/red_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/red_carpet" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/red_concrete.json b/1.17.1/assets/minecraft/models/item/red_concrete.json new file mode 100644 index 00000000..34a0630b --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/red_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/red_concrete" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/red_concrete_powder.json b/1.17.1/assets/minecraft/models/item/red_concrete_powder.json new file mode 100644 index 00000000..36e0ede7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/red_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/red_concrete_powder" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/red_dye.json b/1.17.1/assets/minecraft/models/item/red_dye.json new file mode 100644 index 00000000..77765d36 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/red_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/red_dye" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/red_glazed_terracotta.json b/1.17.1/assets/minecraft/models/item/red_glazed_terracotta.json new file mode 100644 index 00000000..3870bc2c --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/red_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/red_glazed_terracotta" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/red_mushroom.json b/1.17.1/assets/minecraft/models/item/red_mushroom.json new file mode 100644 index 00000000..3be0c03f --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/red_mushroom.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/red_mushroom" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/red_mushroom_block.json b/1.17.1/assets/minecraft/models/item/red_mushroom_block.json new file mode 100644 index 00000000..5ed44fb4 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/red_mushroom_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/red_mushroom_block_inventory" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/red_nether_brick_slab.json b/1.17.1/assets/minecraft/models/item/red_nether_brick_slab.json new file mode 100644 index 00000000..73ba1684 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/red_nether_brick_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/red_nether_brick_slab" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/red_nether_brick_stairs.json b/1.17.1/assets/minecraft/models/item/red_nether_brick_stairs.json new file mode 100644 index 00000000..98d716be --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/red_nether_brick_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/red_nether_brick_stairs" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/red_nether_brick_wall.json b/1.17.1/assets/minecraft/models/item/red_nether_brick_wall.json new file mode 100644 index 00000000..48f50a64 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/red_nether_brick_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/red_nether_brick_wall_inventory" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/red_nether_bricks.json b/1.17.1/assets/minecraft/models/item/red_nether_bricks.json new file mode 100644 index 00000000..51d3d11c --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/red_nether_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/red_nether_bricks" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/red_sand.json b/1.17.1/assets/minecraft/models/item/red_sand.json new file mode 100644 index 00000000..f3459a82 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/red_sand.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/red_sand" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/red_sandstone.json b/1.17.1/assets/minecraft/models/item/red_sandstone.json new file mode 100644 index 00000000..305751fa --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/red_sandstone.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/red_sandstone" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/red_sandstone_slab.json b/1.17.1/assets/minecraft/models/item/red_sandstone_slab.json new file mode 100644 index 00000000..c7473565 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/red_sandstone_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/red_sandstone_slab" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/red_sandstone_stairs.json b/1.17.1/assets/minecraft/models/item/red_sandstone_stairs.json new file mode 100644 index 00000000..6c0f1c52 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/red_sandstone_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/red_sandstone_stairs" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/red_sandstone_wall.json b/1.17.1/assets/minecraft/models/item/red_sandstone_wall.json new file mode 100644 index 00000000..7dc10d93 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/red_sandstone_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/red_sandstone_wall_inventory" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/red_shulker_box.json b/1.17.1/assets/minecraft/models/item/red_shulker_box.json new file mode 100644 index 00000000..618ccff6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/red_shulker_box.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/template_shulker_box", + "textures": { + "particle": "minecraft:block/red_shulker_box" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/red_stained_glass.json b/1.17.1/assets/minecraft/models/item/red_stained_glass.json new file mode 100644 index 00000000..235d35da --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/red_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/red_stained_glass" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/red_stained_glass_pane.json b/1.17.1/assets/minecraft/models/item/red_stained_glass_pane.json new file mode 100644 index 00000000..699b006f --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/red_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/red_stained_glass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/red_terracotta.json b/1.17.1/assets/minecraft/models/item/red_terracotta.json new file mode 100644 index 00000000..2ded3a9d --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/red_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/red_terracotta" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/red_tulip.json b/1.17.1/assets/minecraft/models/item/red_tulip.json new file mode 100644 index 00000000..406b1ece --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/red_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/red_tulip" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/red_wool.json b/1.17.1/assets/minecraft/models/item/red_wool.json new file mode 100644 index 00000000..b0dd8dd6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/red_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/red_wool" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/redstone.json b/1.17.1/assets/minecraft/models/item/redstone.json new file mode 100644 index 00000000..d273009e --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/redstone.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/redstone" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/redstone_block.json b/1.17.1/assets/minecraft/models/item/redstone_block.json new file mode 100644 index 00000000..71d9d176 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/redstone_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/redstone_block" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/redstone_lamp.json b/1.17.1/assets/minecraft/models/item/redstone_lamp.json new file mode 100644 index 00000000..47f36c43 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/redstone_lamp.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/redstone_lamp" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/redstone_ore.json b/1.17.1/assets/minecraft/models/item/redstone_ore.json new file mode 100644 index 00000000..503fed06 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/redstone_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/redstone_ore" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/redstone_torch.json b/1.17.1/assets/minecraft/models/item/redstone_torch.json new file mode 100644 index 00000000..ba2060bb --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/redstone_torch.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/redstone_torch" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/repeater.json b/1.17.1/assets/minecraft/models/item/repeater.json new file mode 100644 index 00000000..7a8b05fb --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/repeater.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/repeater" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/repeating_command_block.json b/1.17.1/assets/minecraft/models/item/repeating_command_block.json new file mode 100644 index 00000000..75492a4b --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/repeating_command_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/repeating_command_block" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/respawn_anchor.json b/1.17.1/assets/minecraft/models/item/respawn_anchor.json new file mode 100644 index 00000000..7fa102a3 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/respawn_anchor.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/respawn_anchor_0" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/rooted_dirt.json b/1.17.1/assets/minecraft/models/item/rooted_dirt.json new file mode 100644 index 00000000..3d6a9cda --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/rooted_dirt.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/rooted_dirt" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/rose_bush.json b/1.17.1/assets/minecraft/models/item/rose_bush.json new file mode 100644 index 00000000..4a71ea35 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/rose_bush.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/rose_bush_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/rotten_flesh.json b/1.17.1/assets/minecraft/models/item/rotten_flesh.json new file mode 100644 index 00000000..6d789952 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/rotten_flesh.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/rotten_flesh" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/saddle.json b/1.17.1/assets/minecraft/models/item/saddle.json new file mode 100644 index 00000000..91895cb4 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/saddle.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/saddle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/salmon.json b/1.17.1/assets/minecraft/models/item/salmon.json new file mode 100644 index 00000000..dcac1db7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/salmon.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/salmon" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/salmon_bucket.json b/1.17.1/assets/minecraft/models/item/salmon_bucket.json new file mode 100644 index 00000000..15217f22 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/salmon_bucket.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/salmon_bucket" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/salmon_spawn_egg.json b/1.17.1/assets/minecraft/models/item/salmon_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/salmon_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/sand.json b/1.17.1/assets/minecraft/models/item/sand.json new file mode 100644 index 00000000..96c1d00d --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/sand.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/sand" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/sandstone.json b/1.17.1/assets/minecraft/models/item/sandstone.json new file mode 100644 index 00000000..474b0ddb --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/sandstone.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/sandstone" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/sandstone_slab.json b/1.17.1/assets/minecraft/models/item/sandstone_slab.json new file mode 100644 index 00000000..7b8fc6bd --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/sandstone_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/sandstone_slab" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/sandstone_stairs.json b/1.17.1/assets/minecraft/models/item/sandstone_stairs.json new file mode 100644 index 00000000..989e41ff --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/sandstone_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/sandstone_stairs" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/sandstone_wall.json b/1.17.1/assets/minecraft/models/item/sandstone_wall.json new file mode 100644 index 00000000..b4f2149b --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/sandstone_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/sandstone_wall_inventory" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/scaffolding.json b/1.17.1/assets/minecraft/models/item/scaffolding.json new file mode 100644 index 00000000..1946d80f --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/scaffolding.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/scaffolding_stable" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/sculk_sensor.json b/1.17.1/assets/minecraft/models/item/sculk_sensor.json new file mode 100644 index 00000000..a2b8a77d --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/sculk_sensor.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/sculk_sensor_inactive" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/scute.json b/1.17.1/assets/minecraft/models/item/scute.json new file mode 100644 index 00000000..3d4f4133 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/scute.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/scute" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/sea_lantern.json b/1.17.1/assets/minecraft/models/item/sea_lantern.json new file mode 100644 index 00000000..72561fc0 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/sea_lantern.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/sea_lantern" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/sea_pickle.json b/1.17.1/assets/minecraft/models/item/sea_pickle.json new file mode 100644 index 00000000..c7f2f968 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/sea_pickle.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/sea_pickle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/seagrass.json b/1.17.1/assets/minecraft/models/item/seagrass.json new file mode 100644 index 00000000..91c88ccb --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/seagrass.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/seagrass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/shears.json b/1.17.1/assets/minecraft/models/item/shears.json new file mode 100644 index 00000000..bc9bf014 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/shears.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/shears" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/sheep_spawn_egg.json b/1.17.1/assets/minecraft/models/item/sheep_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/sheep_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/shield.json b/1.17.1/assets/minecraft/models/item/shield.json new file mode 100644 index 00000000..ef24bd31 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/shield.json @@ -0,0 +1,52 @@ +{ + "parent": "builtin/entity", + "gui_light": "front", + "textures": { + "particle": "block/dark_oak_planks" + }, + "display": { + "thirdperson_righthand": { + "rotation": [ 0, 90, 0 ], + "translation": [ 10, 6, -4 ], + "scale": [ 1, 1, 1 ] + }, + "thirdperson_lefthand": { + "rotation": [ 0, 90, 0 ], + "translation": [ 10, 6, 12 ], + "scale": [ 1, 1, 1 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 180, 5 ], + "translation": [ -10, 2, -10 ], + "scale": [ 1.25, 1.25, 1.25 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, 180, 5 ], + "translation": [ 10, 0, -10 ], + "scale": [ 1.25, 1.25, 1.25 ] + }, + "gui": { + "rotation": [ 15, -25, -5 ], + "translation": [ 2, 3, 0 ], + "scale": [ 0.65, 0.65, 0.65 ] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "translation": [ -2, 4, -5], + "scale":[ 0.5, 0.5, 0.5] + }, + "ground": { + "rotation": [ 0, 0, 0 ], + "translation": [ 4, 4, 2], + "scale":[ 0.25, 0.25, 0.25] + } + }, + "overrides": [ + { + "predicate": { + "blocking": 1 + }, + "model": "item/shield_blocking" + } + ] +} diff --git a/1.17.1/assets/minecraft/models/item/shield_blocking.json b/1.17.1/assets/minecraft/models/item/shield_blocking.json new file mode 100644 index 00000000..1affe4d4 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/shield_blocking.json @@ -0,0 +1,34 @@ +{ + "parent": "builtin/entity", + "gui_light": "front", + "textures": { + "particle": "block/dark_oak_planks" + }, + "display": { + "thirdperson_righthand": { + "rotation": [ 45, 135, 0 ], + "translation": [ 3.51, 11, -2 ], + "scale": [ 1, 1, 1 ] + }, + "thirdperson_lefthand": { + "rotation": [ 45, 135, 0 ], + "translation": [ 13.51, 3, 5 ], + "scale": [ 1, 1, 1 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 180, -5 ], + "translation": [ -15, 5, -11 ], + "scale": [ 1.25, 1.25, 1.25 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, 180, -5 ], + "translation": [ 5, 5, -11 ], + "scale": [ 1.25, 1.25, 1.25 ] + }, + "gui": { + "rotation": [ 15, -25, -5 ], + "translation": [ 2, 3, 0 ], + "scale": [ 0.65, 0.65, 0.65 ] + } + } +} diff --git a/1.17.1/assets/minecraft/models/item/shroomlight.json b/1.17.1/assets/minecraft/models/item/shroomlight.json new file mode 100644 index 00000000..5d8aef63 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/shroomlight.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/shroomlight" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/shulker_box.json b/1.17.1/assets/minecraft/models/item/shulker_box.json new file mode 100644 index 00000000..f547516b --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/shulker_box.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/template_shulker_box", + "textures": { + "particle": "minecraft:block/shulker_box" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/shulker_shell.json b/1.17.1/assets/minecraft/models/item/shulker_shell.json new file mode 100644 index 00000000..6aae0f45 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/shulker_shell.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/shulker_shell" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/shulker_spawn_egg.json b/1.17.1/assets/minecraft/models/item/shulker_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/shulker_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/silverfish_spawn_egg.json b/1.17.1/assets/minecraft/models/item/silverfish_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/silverfish_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/skeleton_horse_spawn_egg.json b/1.17.1/assets/minecraft/models/item/skeleton_horse_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/skeleton_horse_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/skeleton_skull.json b/1.17.1/assets/minecraft/models/item/skeleton_skull.json new file mode 100644 index 00000000..364b6e65 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/skeleton_skull.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_skull" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/skeleton_spawn_egg.json b/1.17.1/assets/minecraft/models/item/skeleton_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/skeleton_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/skull_banner_pattern.json b/1.17.1/assets/minecraft/models/item/skull_banner_pattern.json new file mode 100644 index 00000000..a39281f7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/skull_banner_pattern.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/skull_banner_pattern" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/slime_ball.json b/1.17.1/assets/minecraft/models/item/slime_ball.json new file mode 100644 index 00000000..812f0860 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/slime_ball.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/slime_ball" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/slime_block.json b/1.17.1/assets/minecraft/models/item/slime_block.json new file mode 100644 index 00000000..848fbdaf --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/slime_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/slime_block" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/slime_spawn_egg.json b/1.17.1/assets/minecraft/models/item/slime_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/slime_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/small_amethyst_bud.json b/1.17.1/assets/minecraft/models/item/small_amethyst_bud.json new file mode 100644 index 00000000..cfa83d8e --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/small_amethyst_bud.json @@ -0,0 +1,16 @@ +{ + "parent": "item/amethyst_bud", + "textures": { + "layer0": "minecraft:block/small_amethyst_bud" + }, + "display": { + "firstperson_righthand": { + "rotation": [ 0, -90, 25 ], + "translation": [ 0, 6, 0 ], + "scale": [ 0.68, 0.68, 0.68 ] + }, + "fixed": { + "translation": [ 0, 7, 0 ] + } + } +} diff --git a/1.17.1/assets/minecraft/models/item/small_dripleaf.json b/1.17.1/assets/minecraft/models/item/small_dripleaf.json new file mode 100644 index 00000000..488841ff --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/small_dripleaf.json @@ -0,0 +1,15 @@ +{ + "parent": "minecraft:block/small_dripleaf_top", + "display": { + "thirdperson_righthand": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 4, 1 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 45, 0 ], + "translation": [ 0, 3.2, 0 ], + "scale": [ 0.40, 0.40, 0.40 ] + } + } +} diff --git a/1.17.1/assets/minecraft/models/item/smithing_table.json b/1.17.1/assets/minecraft/models/item/smithing_table.json new file mode 100644 index 00000000..3028d70f --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/smithing_table.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/smithing_table" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/smoker.json b/1.17.1/assets/minecraft/models/item/smoker.json new file mode 100644 index 00000000..7d274018 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/smoker.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/smoker" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/smooth_basalt.json b/1.17.1/assets/minecraft/models/item/smooth_basalt.json new file mode 100644 index 00000000..327e0054 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/smooth_basalt.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/smooth_basalt" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/smooth_quartz.json b/1.17.1/assets/minecraft/models/item/smooth_quartz.json new file mode 100644 index 00000000..b2047c83 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/smooth_quartz.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/smooth_quartz" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/smooth_quartz_slab.json b/1.17.1/assets/minecraft/models/item/smooth_quartz_slab.json new file mode 100644 index 00000000..55c15fa9 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/smooth_quartz_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/smooth_quartz_slab" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/smooth_quartz_stairs.json b/1.17.1/assets/minecraft/models/item/smooth_quartz_stairs.json new file mode 100644 index 00000000..bddcd1cc --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/smooth_quartz_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/smooth_quartz_stairs" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/smooth_red_sandstone.json b/1.17.1/assets/minecraft/models/item/smooth_red_sandstone.json new file mode 100644 index 00000000..3e8943e4 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/smooth_red_sandstone.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/smooth_red_sandstone" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/smooth_red_sandstone_slab.json b/1.17.1/assets/minecraft/models/item/smooth_red_sandstone_slab.json new file mode 100644 index 00000000..cae67922 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/smooth_red_sandstone_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/smooth_red_sandstone_slab" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/smooth_red_sandstone_stairs.json b/1.17.1/assets/minecraft/models/item/smooth_red_sandstone_stairs.json new file mode 100644 index 00000000..1ba4dd5e --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/smooth_red_sandstone_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/smooth_red_sandstone_stairs" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/smooth_sandstone.json b/1.17.1/assets/minecraft/models/item/smooth_sandstone.json new file mode 100644 index 00000000..d702d287 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/smooth_sandstone.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/smooth_sandstone" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/smooth_sandstone_slab.json b/1.17.1/assets/minecraft/models/item/smooth_sandstone_slab.json new file mode 100644 index 00000000..934c7ada --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/smooth_sandstone_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/smooth_sandstone_slab" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/smooth_sandstone_stairs.json b/1.17.1/assets/minecraft/models/item/smooth_sandstone_stairs.json new file mode 100644 index 00000000..74ab5a1a --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/smooth_sandstone_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/smooth_sandstone_stairs" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/smooth_stone.json b/1.17.1/assets/minecraft/models/item/smooth_stone.json new file mode 100644 index 00000000..393605bd --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/smooth_stone.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/smooth_stone" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/smooth_stone_slab.json b/1.17.1/assets/minecraft/models/item/smooth_stone_slab.json new file mode 100644 index 00000000..e33dcb4c --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/smooth_stone_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/smooth_stone_slab" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/snow.json b/1.17.1/assets/minecraft/models/item/snow.json new file mode 100644 index 00000000..a4d1c989 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/snow.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/snow_height2" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/snow_block.json b/1.17.1/assets/minecraft/models/item/snow_block.json new file mode 100644 index 00000000..1564e775 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/snow_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/snow_block" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/snowball.json b/1.17.1/assets/minecraft/models/item/snowball.json new file mode 100644 index 00000000..7dec4dee --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/snowball.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/snowball" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/soul_campfire.json b/1.17.1/assets/minecraft/models/item/soul_campfire.json new file mode 100644 index 00000000..ef63b765 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/soul_campfire.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/soul_campfire" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/soul_lantern.json b/1.17.1/assets/minecraft/models/item/soul_lantern.json new file mode 100644 index 00000000..53e65908 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/soul_lantern.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/soul_lantern" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/soul_sand.json b/1.17.1/assets/minecraft/models/item/soul_sand.json new file mode 100644 index 00000000..50df79cf --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/soul_sand.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/soul_sand" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/soul_soil.json b/1.17.1/assets/minecraft/models/item/soul_soil.json new file mode 100644 index 00000000..c8c62d36 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/soul_soil.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/soul_soil" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/soul_torch.json b/1.17.1/assets/minecraft/models/item/soul_torch.json new file mode 100644 index 00000000..96dbfdfb --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/soul_torch.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/soul_torch" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/spawner.json b/1.17.1/assets/minecraft/models/item/spawner.json new file mode 100644 index 00000000..f54a94f6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/spawner.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/spawner" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/spectral_arrow.json b/1.17.1/assets/minecraft/models/item/spectral_arrow.json new file mode 100644 index 00000000..33a79f8e --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/spectral_arrow.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/spectral_arrow" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/spider_eye.json b/1.17.1/assets/minecraft/models/item/spider_eye.json new file mode 100644 index 00000000..fd7547f4 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/spider_eye.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/spider_eye" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/spider_spawn_egg.json b/1.17.1/assets/minecraft/models/item/spider_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/spider_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/splash_potion.json b/1.17.1/assets/minecraft/models/item/splash_potion.json new file mode 100644 index 00000000..d9aaa6b8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/splash_potion.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/potion_overlay", + "layer1": "item/splash_potion" + } +} diff --git a/1.17.1/assets/minecraft/models/item/sponge.json b/1.17.1/assets/minecraft/models/item/sponge.json new file mode 100644 index 00000000..4e456fd9 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/sponge.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/sponge" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/spore_blossom.json b/1.17.1/assets/minecraft/models/item/spore_blossom.json new file mode 100644 index 00000000..3eb054c8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/spore_blossom.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/spore_blossom" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/spruce_boat.json b/1.17.1/assets/minecraft/models/item/spruce_boat.json new file mode 100644 index 00000000..a425c2c8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/spruce_boat.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/spruce_boat" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/spruce_button.json b/1.17.1/assets/minecraft/models/item/spruce_button.json new file mode 100644 index 00000000..91d8bc03 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/spruce_button.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/spruce_button_inventory" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/spruce_door.json b/1.17.1/assets/minecraft/models/item/spruce_door.json new file mode 100644 index 00000000..c1a3bf29 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/spruce_door.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/spruce_door" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/spruce_fence.json b/1.17.1/assets/minecraft/models/item/spruce_fence.json new file mode 100644 index 00000000..e2c37840 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/spruce_fence.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/spruce_fence_inventory" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/spruce_fence_gate.json b/1.17.1/assets/minecraft/models/item/spruce_fence_gate.json new file mode 100644 index 00000000..6f4473e4 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/spruce_fence_gate.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/spruce_fence_gate" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/spruce_leaves.json b/1.17.1/assets/minecraft/models/item/spruce_leaves.json new file mode 100644 index 00000000..6c64eda5 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/spruce_leaves.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/spruce_leaves" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/spruce_log.json b/1.17.1/assets/minecraft/models/item/spruce_log.json new file mode 100644 index 00000000..84bd7dc3 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/spruce_log.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/spruce_log" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/spruce_planks.json b/1.17.1/assets/minecraft/models/item/spruce_planks.json new file mode 100644 index 00000000..d87b1720 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/spruce_planks.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/spruce_planks" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/spruce_pressure_plate.json b/1.17.1/assets/minecraft/models/item/spruce_pressure_plate.json new file mode 100644 index 00000000..b0de0787 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/spruce_pressure_plate.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/spruce_pressure_plate" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/spruce_sapling.json b/1.17.1/assets/minecraft/models/item/spruce_sapling.json new file mode 100644 index 00000000..1c9752de --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/spruce_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/spruce_sapling" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/spruce_sign.json b/1.17.1/assets/minecraft/models/item/spruce_sign.json new file mode 100644 index 00000000..f5c26ebf --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/spruce_sign.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/spruce_sign" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/spruce_slab.json b/1.17.1/assets/minecraft/models/item/spruce_slab.json new file mode 100644 index 00000000..d5fa4c0f --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/spruce_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/spruce_slab" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/spruce_stairs.json b/1.17.1/assets/minecraft/models/item/spruce_stairs.json new file mode 100644 index 00000000..7957a5a1 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/spruce_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/spruce_stairs" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/spruce_trapdoor.json b/1.17.1/assets/minecraft/models/item/spruce_trapdoor.json new file mode 100644 index 00000000..0eb91e4a --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/spruce_trapdoor.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/spruce_trapdoor_bottom" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/spruce_wood.json b/1.17.1/assets/minecraft/models/item/spruce_wood.json new file mode 100644 index 00000000..593e4ec8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/spruce_wood.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/spruce_wood" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/spyglass.json b/1.17.1/assets/minecraft/models/item/spyglass.json new file mode 100644 index 00000000..c5d7e691 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/spyglass.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/spyglass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/spyglass_in_hand.json b/1.17.1/assets/minecraft/models/item/spyglass_in_hand.json new file mode 100644 index 00000000..073bfd29 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/spyglass_in_hand.json @@ -0,0 +1,52 @@ +{ + "textures": { + "spyglass": "item/spyglass_model" + }, + "elements": [ + { + "from": [7, 8.5, 7], + "to": [9, 13.5, 9], + "faces": { + "north": {"uv": [0, 2, 2, 7], "texture": "#spyglass"}, + "east": {"uv": [0, 2, 2, 7], "texture": "#spyglass"}, + "south": {"uv": [0, 2, 2, 7], "texture": "#spyglass"}, + "west": {"uv": [0, 2, 2, 7], "texture": "#spyglass"}, + "up": {"uv": [0, 0, 2, 2], "texture": "#spyglass"} + } + }, + { + "from": [6.9, 2.4, 6.9], + "to": [9.1, 8.6, 9.1], + "faces": { + "north": {"uv": [0, 7, 2, 13], "texture": "#spyglass"}, + "east": {"uv": [0, 7, 2, 13], "texture": "#spyglass"}, + "south": {"uv": [0, 7, 2, 13], "texture": "#spyglass"}, + "west": {"uv": [0, 7, 2, 13], "texture": "#spyglass"}, + "up": {"uv": [0, 5, 2, 7], "texture": "#spyglass"}, + "down": {"uv": [0, 13, 2, 15], "texture": "#spyglass"} + } + } + ], + "gui_light": "front", + "display": { + "thirdperson_righthand": { + "translation": [0, -2, 0] + }, + "ground": { + "rotation": [90, 0, 0] + }, + "gui": { + "rotation": [-67.5, 0, 45], + "scale": [1.5, 1.5, 1.5] + }, + "head": { + "rotation": [90, 0, 0], + "translation": [0, 0, -16], + "scale": [1.6, 1.6, 1.6] + }, + "fixed": { + "translation": [0, 0, -1.5], + "scale": [1.5, 1.5, 1.5] + } + } +} diff --git a/1.17.1/assets/minecraft/models/item/squid_spawn_egg.json b/1.17.1/assets/minecraft/models/item/squid_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/squid_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/stick.json b/1.17.1/assets/minecraft/models/item/stick.json new file mode 100644 index 00000000..f0dc3b97 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/stick.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "minecraft:item/stick" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/sticky_piston.json b/1.17.1/assets/minecraft/models/item/sticky_piston.json new file mode 100644 index 00000000..69bfdc94 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/sticky_piston.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/sticky_piston_inventory" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/stone.json b/1.17.1/assets/minecraft/models/item/stone.json new file mode 100644 index 00000000..37f27f10 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/stone.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/stone" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/stone_axe.json b/1.17.1/assets/minecraft/models/item/stone_axe.json new file mode 100644 index 00000000..1e3bc7e8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/stone_axe.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "minecraft:item/stone_axe" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/stone_brick_slab.json b/1.17.1/assets/minecraft/models/item/stone_brick_slab.json new file mode 100644 index 00000000..9dd874ac --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/stone_brick_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/stone_brick_slab" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/stone_brick_stairs.json b/1.17.1/assets/minecraft/models/item/stone_brick_stairs.json new file mode 100644 index 00000000..d62eb4b3 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/stone_brick_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/stone_brick_stairs" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/stone_brick_wall.json b/1.17.1/assets/minecraft/models/item/stone_brick_wall.json new file mode 100644 index 00000000..929da51f --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/stone_brick_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/stone_brick_wall_inventory" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/stone_bricks.json b/1.17.1/assets/minecraft/models/item/stone_bricks.json new file mode 100644 index 00000000..51de871c --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/stone_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/stone_bricks" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/stone_button.json b/1.17.1/assets/minecraft/models/item/stone_button.json new file mode 100644 index 00000000..8802ddfb --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/stone_button.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/stone_button_inventory" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/stone_hoe.json b/1.17.1/assets/minecraft/models/item/stone_hoe.json new file mode 100644 index 00000000..13f40c63 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/stone_hoe.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "minecraft:item/stone_hoe" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/stone_pickaxe.json b/1.17.1/assets/minecraft/models/item/stone_pickaxe.json new file mode 100644 index 00000000..dec09cbe --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/stone_pickaxe.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "minecraft:item/stone_pickaxe" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/stone_pressure_plate.json b/1.17.1/assets/minecraft/models/item/stone_pressure_plate.json new file mode 100644 index 00000000..bcb76d79 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/stone_pressure_plate.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/stone_pressure_plate" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/stone_shovel.json b/1.17.1/assets/minecraft/models/item/stone_shovel.json new file mode 100644 index 00000000..727a68b9 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/stone_shovel.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "minecraft:item/stone_shovel" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/stone_slab.json b/1.17.1/assets/minecraft/models/item/stone_slab.json new file mode 100644 index 00000000..63de5381 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/stone_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/stone_slab" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/stone_stairs.json b/1.17.1/assets/minecraft/models/item/stone_stairs.json new file mode 100644 index 00000000..7b9a82a9 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/stone_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/stone_stairs" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/stone_sword.json b/1.17.1/assets/minecraft/models/item/stone_sword.json new file mode 100644 index 00000000..ba4a89f1 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/stone_sword.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "minecraft:item/stone_sword" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/stonecutter.json b/1.17.1/assets/minecraft/models/item/stonecutter.json new file mode 100644 index 00000000..54ffedeb --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/stonecutter.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/stonecutter" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/stray_spawn_egg.json b/1.17.1/assets/minecraft/models/item/stray_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/stray_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/strider_spawn_egg.json b/1.17.1/assets/minecraft/models/item/strider_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/strider_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/string.json b/1.17.1/assets/minecraft/models/item/string.json new file mode 100644 index 00000000..ca6251bf --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/string.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/string" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/stripped_acacia_log.json b/1.17.1/assets/minecraft/models/item/stripped_acacia_log.json new file mode 100644 index 00000000..d9a3ce1f --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/stripped_acacia_log.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/stripped_acacia_log" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/stripped_acacia_wood.json b/1.17.1/assets/minecraft/models/item/stripped_acacia_wood.json new file mode 100644 index 00000000..4c653723 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/stripped_acacia_wood.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/stripped_acacia_wood" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/stripped_birch_log.json b/1.17.1/assets/minecraft/models/item/stripped_birch_log.json new file mode 100644 index 00000000..d984bf7d --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/stripped_birch_log.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/stripped_birch_log" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/stripped_birch_wood.json b/1.17.1/assets/minecraft/models/item/stripped_birch_wood.json new file mode 100644 index 00000000..dc0b6698 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/stripped_birch_wood.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/stripped_birch_wood" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/stripped_crimson_hyphae.json b/1.17.1/assets/minecraft/models/item/stripped_crimson_hyphae.json new file mode 100644 index 00000000..254d5515 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/stripped_crimson_hyphae.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/stripped_crimson_hyphae" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/stripped_crimson_stem.json b/1.17.1/assets/minecraft/models/item/stripped_crimson_stem.json new file mode 100644 index 00000000..701f5670 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/stripped_crimson_stem.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/stripped_crimson_stem" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/stripped_dark_oak_log.json b/1.17.1/assets/minecraft/models/item/stripped_dark_oak_log.json new file mode 100644 index 00000000..d193f5f0 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/stripped_dark_oak_log.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/stripped_dark_oak_log" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/stripped_dark_oak_wood.json b/1.17.1/assets/minecraft/models/item/stripped_dark_oak_wood.json new file mode 100644 index 00000000..683446da --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/stripped_dark_oak_wood.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/stripped_dark_oak_wood" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/stripped_jungle_log.json b/1.17.1/assets/minecraft/models/item/stripped_jungle_log.json new file mode 100644 index 00000000..1c6cf473 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/stripped_jungle_log.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/stripped_jungle_log" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/stripped_jungle_wood.json b/1.17.1/assets/minecraft/models/item/stripped_jungle_wood.json new file mode 100644 index 00000000..ed78aec7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/stripped_jungle_wood.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/stripped_jungle_wood" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/stripped_oak_log.json b/1.17.1/assets/minecraft/models/item/stripped_oak_log.json new file mode 100644 index 00000000..bb3cafbe --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/stripped_oak_log.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/stripped_oak_log" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/stripped_oak_wood.json b/1.17.1/assets/minecraft/models/item/stripped_oak_wood.json new file mode 100644 index 00000000..9ba3fb2a --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/stripped_oak_wood.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/stripped_oak_wood" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/stripped_spruce_log.json b/1.17.1/assets/minecraft/models/item/stripped_spruce_log.json new file mode 100644 index 00000000..e110cdf5 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/stripped_spruce_log.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/stripped_spruce_log" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/stripped_spruce_wood.json b/1.17.1/assets/minecraft/models/item/stripped_spruce_wood.json new file mode 100644 index 00000000..658f768b --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/stripped_spruce_wood.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/stripped_spruce_wood" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/stripped_warped_hyphae.json b/1.17.1/assets/minecraft/models/item/stripped_warped_hyphae.json new file mode 100644 index 00000000..0ebe2320 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/stripped_warped_hyphae.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/stripped_warped_hyphae" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/stripped_warped_stem.json b/1.17.1/assets/minecraft/models/item/stripped_warped_stem.json new file mode 100644 index 00000000..6147725d --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/stripped_warped_stem.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/stripped_warped_stem" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/structure_block.json b/1.17.1/assets/minecraft/models/item/structure_block.json new file mode 100644 index 00000000..1325f770 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/structure_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/structure_block" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/structure_void.json b/1.17.1/assets/minecraft/models/item/structure_void.json new file mode 100644 index 00000000..65fb4840 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/structure_void.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/structure_void" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/sugar.json b/1.17.1/assets/minecraft/models/item/sugar.json new file mode 100644 index 00000000..74e73ebd --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/sugar.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/sugar" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/sugar_cane.json b/1.17.1/assets/minecraft/models/item/sugar_cane.json new file mode 100644 index 00000000..ee6d1fc1 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/sugar_cane.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/sugar_cane" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/sunflower.json b/1.17.1/assets/minecraft/models/item/sunflower.json new file mode 100644 index 00000000..694e244c --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/sunflower.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/sunflower_front" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/suspicious_stew.json b/1.17.1/assets/minecraft/models/item/suspicious_stew.json new file mode 100644 index 00000000..15e645a3 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/suspicious_stew.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/suspicious_stew" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/sweet_berries.json b/1.17.1/assets/minecraft/models/item/sweet_berries.json new file mode 100644 index 00000000..e1658941 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/sweet_berries.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/sweet_berries" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/tall_grass.json b/1.17.1/assets/minecraft/models/item/tall_grass.json new file mode 100644 index 00000000..df809ea7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/tall_grass.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/tall_grass_top" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/target.json b/1.17.1/assets/minecraft/models/item/target.json new file mode 100644 index 00000000..0e4e696b --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/target.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/target" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/template_banner.json b/1.17.1/assets/minecraft/models/item/template_banner.json new file mode 100644 index 00000000..d5987555 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/template_banner.json @@ -0,0 +1,39 @@ +{ + "parent": "builtin/entity", + "gui_light": "front", + "textures": { + "particle": "block/oak_planks" + }, + "display": { + "thirdperson_righthand": { + "rotation": [ 0, 90, 0 ], + "translation": [ 0, 2, 0.5], + "scale":[ 0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [ 0, 90, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 0.375, 0.375, 0.375] + }, + "gui": { + "rotation": [ 30, 20, 0 ], + "translation": [ 0, -3.25, 0], + "scale":[ 0.5325, 0.5325, 0.5325] + }, + "ground": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 1, 0], + "scale":[ 0.25, 0.25, 0.25] + }, + "head": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 16, 7], + "scale":[ 1.5, 1.5, 1.5 ] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 0.5, 0.5, 0.5] + } + } +} diff --git a/1.17.1/assets/minecraft/models/item/template_bed.json b/1.17.1/assets/minecraft/models/item/template_bed.json new file mode 100644 index 00000000..2f5d6979 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/template_bed.json @@ -0,0 +1,35 @@ +{ + "parent": "builtin/entity", + "display": { + "thirdperson_righthand": { + "rotation": [ 30, 160, 0 ], + "translation": [ 0, 3, -2], + "scale":[ 0.23, 0.23, 0.23] + }, + "firstperson_righthand": { + "rotation": [ 30, 160, 0 ], + "translation": [ 0, 3, 0], + "scale":[ 0.375, 0.375, 0.375] + }, + "gui": { + "rotation": [ 30, 160, 0 ], + "translation": [ 2, 3, 0], + "scale":[ 0.5325, 0.5325, 0.5325] + }, + "ground": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 1, 2], + "scale":[ 0.25, 0.25, 0.25] + }, + "head": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 10, -8], + "scale":[ 1,1,1 ] + }, + "fixed": { + "rotation": [ 270, 0, 0 ], + "translation": [ 0, 4, -2], + "scale":[ 0.5, 0.5, 0.5] + } + } +} diff --git a/1.17.1/assets/minecraft/models/item/template_shulker_box.json b/1.17.1/assets/minecraft/models/item/template_shulker_box.json new file mode 100644 index 00000000..7bfe2e69 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/template_shulker_box.json @@ -0,0 +1,35 @@ +{ + "parent": "builtin/entity", + "display": { + "gui": { + "rotation": [ 30, 45, 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 ] + }, + "head": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 1, 1, 1] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 0.5, 0.5, 0.5 ] + }, + "thirdperson_righthand": { + "rotation": [ 75, 315, 0 ], + "translation": [ 0, 2.5, 0], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 315, 0 ], + "translation": [ 0, 0, 0], + "scale": [ 0.4, 0.4, 0.4 ] + } + } +} diff --git a/1.17.1/assets/minecraft/models/item/template_skull.json b/1.17.1/assets/minecraft/models/item/template_skull.json new file mode 100644 index 00000000..232416fc --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/template_skull.json @@ -0,0 +1,28 @@ +{ + "parent": "builtin/entity", + "textures": { + "particle": "block/soul_sand" + }, + "display": { + "gui": { + "rotation": [ 30, 45, 0 ], + "translation": [ 0, 3, 0 ], + "scale": [ 1, 1, 1 ] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 4, 0], + "scale":[ 1, 1, 1 ] + }, + "ground": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 3, 0 ], + "scale": [ 0.5, 0.5, 0.5 ] + }, + "thirdperson_righthand": { + "rotation": [ 45, 45, 0 ], + "translation": [ 0, 3, 0 ], + "scale": [ 0.5, 0.5, 0.5 ] + } + } +} diff --git a/1.17.1/assets/minecraft/models/item/template_spawn_egg.json b/1.17.1/assets/minecraft/models/item/template_spawn_egg.json new file mode 100644 index 00000000..4ae4b4c2 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/template_spawn_egg.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/spawn_egg", + "layer1": "item/spawn_egg_overlay" + } +} diff --git a/1.17.1/assets/minecraft/models/item/terracotta.json b/1.17.1/assets/minecraft/models/item/terracotta.json new file mode 100644 index 00000000..c443c890 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/terracotta" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/tinted_glass.json b/1.17.1/assets/minecraft/models/item/tinted_glass.json new file mode 100644 index 00000000..18f610b8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/tinted_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/tinted_glass" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/tipped_arrow.json b/1.17.1/assets/minecraft/models/item/tipped_arrow.json new file mode 100644 index 00000000..578defec --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/tipped_arrow.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/tipped_arrow_head", + "layer1": "item/tipped_arrow_base" + } +} diff --git a/1.17.1/assets/minecraft/models/item/tnt.json b/1.17.1/assets/minecraft/models/item/tnt.json new file mode 100644 index 00000000..688d3f95 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/tnt.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/tnt" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/tnt_minecart.json b/1.17.1/assets/minecraft/models/item/tnt_minecart.json new file mode 100644 index 00000000..c3c32604 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/tnt_minecart.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/tnt_minecart" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/torch.json b/1.17.1/assets/minecraft/models/item/torch.json new file mode 100644 index 00000000..a734b43b --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/torch.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/torch" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/totem_of_undying.json b/1.17.1/assets/minecraft/models/item/totem_of_undying.json new file mode 100644 index 00000000..abefc057 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/totem_of_undying.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/totem_of_undying" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/trader_llama_spawn_egg.json b/1.17.1/assets/minecraft/models/item/trader_llama_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/trader_llama_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/trapped_chest.json b/1.17.1/assets/minecraft/models/item/trapped_chest.json new file mode 100644 index 00000000..c7435714 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/trapped_chest.json @@ -0,0 +1,3 @@ +{ + "parent": "item/chest" +} diff --git a/1.17.1/assets/minecraft/models/item/trident.json b/1.17.1/assets/minecraft/models/item/trident.json new file mode 100644 index 00000000..f129b55e --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/trident.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/trident" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/trident_in_hand.json b/1.17.1/assets/minecraft/models/item/trident_in_hand.json new file mode 100644 index 00000000..6685dcca --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/trident_in_hand.json @@ -0,0 +1,52 @@ +{ + "parent": "builtin/entity", + "gui_light": "front", + "textures": { + "particle": "item/trident" + }, + "display": { + "thirdperson_righthand": { + "rotation": [ 0, 60, 0 ], + "translation": [ 11, 17, -2 ], + "scale": [ 1, 1, 1 ] + }, + "thirdperson_lefthand": { + "rotation": [ 0, 60, 0 ], + "translation": [ 3, 17, 12 ], + "scale": [ 1, 1, 1 ] + }, + "firstperson_righthand": { + "rotation": [ 0, -90, 25 ], + "translation": [ -3, 17, 1], + "scale": [ 1, 1, 1 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, 90, -25 ], + "translation": [ 13, 17, 1], + "scale": [ 1, 1, 1 ] + }, + "gui": { + "rotation": [ 15, -25, -5 ], + "translation": [ 2, 3, 0 ], + "scale": [ 0.65, 0.65, 0.65 ] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "translation": [ -2, 4, -5], + "scale":[ 0.5, 0.5, 0.5] + }, + "ground": { + "rotation": [ 0, 0, 0 ], + "translation": [ 4, 4, 2], + "scale":[ 0.25, 0.25, 0.25] + } + }, + "overrides": [ + { + "predicate": { + "throwing": 1 + }, + "model": "item/trident_throwing" + } + ] +} diff --git a/1.17.1/assets/minecraft/models/item/trident_throwing.json b/1.17.1/assets/minecraft/models/item/trident_throwing.json new file mode 100644 index 00000000..fb8e96a3 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/trident_throwing.json @@ -0,0 +1,44 @@ +{ + "parent": "builtin/entity", + "gui_light": "front", + "textures": { + "particle": "item/trident" + }, + "display": { + "thirdperson_righthand": { + "rotation": [ 0, 90, 180 ], + "translation": [ 8, -17, 9 ], + "scale": [ 1, 1, 1 ] + }, + "thirdperson_lefthand": { + "rotation": [ 0, 90, 180 ], + "translation": [ 8, -17, -7 ], + "scale": [ 1, 1, 1 ] + }, + "firstperson_righthand": { + "rotation": [ 0, -90, 25 ], + "translation": [ -3, 17, 1], + "scale": [ 1, 1, 1 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, 90, -25 ], + "translation": [ 13, 17, 1], + "scale": [ 1, 1, 1 ] + }, + "gui": { + "rotation": [ 15, -25, -5 ], + "translation": [ 2, 3, 0 ], + "scale": [ 0.65, 0.65, 0.65 ] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "translation": [ -2, 4, -5], + "scale":[ 0.5, 0.5, 0.5] + }, + "ground": { + "rotation": [ 0, 0, 0 ], + "translation": [ 4, 4, 2], + "scale":[ 0.25, 0.25, 0.25] + } + } +} diff --git a/1.17.1/assets/minecraft/models/item/tripwire_hook.json b/1.17.1/assets/minecraft/models/item/tripwire_hook.json new file mode 100644 index 00000000..b4a83abd --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/tripwire_hook.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/tripwire_hook" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/tropical_fish.json b/1.17.1/assets/minecraft/models/item/tropical_fish.json new file mode 100644 index 00000000..d8e9ebc6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/tropical_fish.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/tropical_fish" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/tropical_fish_bucket.json b/1.17.1/assets/minecraft/models/item/tropical_fish_bucket.json new file mode 100644 index 00000000..2ea21229 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/tropical_fish_bucket.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/tropical_fish_bucket" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/tropical_fish_spawn_egg.json b/1.17.1/assets/minecraft/models/item/tropical_fish_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/tropical_fish_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/tube_coral.json b/1.17.1/assets/minecraft/models/item/tube_coral.json new file mode 100644 index 00000000..dc0358e1 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/tube_coral.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/tube_coral" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/tube_coral_block.json b/1.17.1/assets/minecraft/models/item/tube_coral_block.json new file mode 100644 index 00000000..14e2d576 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/tube_coral_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/tube_coral_block" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/tube_coral_fan.json b/1.17.1/assets/minecraft/models/item/tube_coral_fan.json new file mode 100644 index 00000000..76c880f7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/tube_coral_fan.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/tube_coral_fan" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/tuff.json b/1.17.1/assets/minecraft/models/item/tuff.json new file mode 100644 index 00000000..187958d9 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/tuff.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/tuff" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/turtle_egg.json b/1.17.1/assets/minecraft/models/item/turtle_egg.json new file mode 100644 index 00000000..bbc29d4a --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/turtle_egg.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/turtle_egg" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/turtle_helmet.json b/1.17.1/assets/minecraft/models/item/turtle_helmet.json new file mode 100644 index 00000000..60d78346 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/turtle_helmet.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/turtle_helmet" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/turtle_spawn_egg.json b/1.17.1/assets/minecraft/models/item/turtle_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/turtle_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/twisting_vines.json b/1.17.1/assets/minecraft/models/item/twisting_vines.json new file mode 100644 index 00000000..fe4d57c0 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/twisting_vines.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/twisting_vines_plant" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/vex_spawn_egg.json b/1.17.1/assets/minecraft/models/item/vex_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/vex_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/villager_spawn_egg.json b/1.17.1/assets/minecraft/models/item/villager_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/villager_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/vindicator_spawn_egg.json b/1.17.1/assets/minecraft/models/item/vindicator_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/vindicator_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/vine.json b/1.17.1/assets/minecraft/models/item/vine.json new file mode 100644 index 00000000..c1eaec40 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/vine.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/vine" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/wandering_trader_spawn_egg.json b/1.17.1/assets/minecraft/models/item/wandering_trader_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/wandering_trader_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/warped_button.json b/1.17.1/assets/minecraft/models/item/warped_button.json new file mode 100644 index 00000000..182a0ac6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/warped_button.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/warped_button_inventory" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/warped_door.json b/1.17.1/assets/minecraft/models/item/warped_door.json new file mode 100644 index 00000000..5bc37290 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/warped_door.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/warped_door" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/warped_fence.json b/1.17.1/assets/minecraft/models/item/warped_fence.json new file mode 100644 index 00000000..d45dd46d --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/warped_fence.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/warped_fence_inventory" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/warped_fence_gate.json b/1.17.1/assets/minecraft/models/item/warped_fence_gate.json new file mode 100644 index 00000000..1f521bc7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/warped_fence_gate.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/warped_fence_gate" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/warped_fungus.json b/1.17.1/assets/minecraft/models/item/warped_fungus.json new file mode 100644 index 00000000..eecb3bfd --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/warped_fungus.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/warped_fungus" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/warped_fungus_on_a_stick.json b/1.17.1/assets/minecraft/models/item/warped_fungus_on_a_stick.json new file mode 100644 index 00000000..562fe25c --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/warped_fungus_on_a_stick.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld_rod", + "textures": { + "layer0": "minecraft:item/warped_fungus_on_a_stick" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/warped_hyphae.json b/1.17.1/assets/minecraft/models/item/warped_hyphae.json new file mode 100644 index 00000000..6cc4c5a4 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/warped_hyphae.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/warped_hyphae" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/warped_nylium.json b/1.17.1/assets/minecraft/models/item/warped_nylium.json new file mode 100644 index 00000000..20309492 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/warped_nylium.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/warped_nylium" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/warped_planks.json b/1.17.1/assets/minecraft/models/item/warped_planks.json new file mode 100644 index 00000000..92cfb4ca --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/warped_planks.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/warped_planks" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/warped_pressure_plate.json b/1.17.1/assets/minecraft/models/item/warped_pressure_plate.json new file mode 100644 index 00000000..58d9b443 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/warped_pressure_plate.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/warped_pressure_plate" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/warped_roots.json b/1.17.1/assets/minecraft/models/item/warped_roots.json new file mode 100644 index 00000000..d44aa577 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/warped_roots.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/warped_roots" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/warped_sign.json b/1.17.1/assets/minecraft/models/item/warped_sign.json new file mode 100644 index 00000000..82db6f27 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/warped_sign.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/warped_sign" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/warped_slab.json b/1.17.1/assets/minecraft/models/item/warped_slab.json new file mode 100644 index 00000000..ce7153c4 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/warped_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/warped_slab" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/warped_stairs.json b/1.17.1/assets/minecraft/models/item/warped_stairs.json new file mode 100644 index 00000000..08260fdd --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/warped_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/warped_stairs" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/warped_stem.json b/1.17.1/assets/minecraft/models/item/warped_stem.json new file mode 100644 index 00000000..0bab3df6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/warped_stem.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/warped_stem" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/warped_trapdoor.json b/1.17.1/assets/minecraft/models/item/warped_trapdoor.json new file mode 100644 index 00000000..c716c468 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/warped_trapdoor.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/warped_trapdoor_bottom" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/warped_wart_block.json b/1.17.1/assets/minecraft/models/item/warped_wart_block.json new file mode 100644 index 00000000..754439ab --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/warped_wart_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/warped_wart_block" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/water_bucket.json b/1.17.1/assets/minecraft/models/item/water_bucket.json new file mode 100644 index 00000000..af17e57d --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/water_bucket.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/water_bucket" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/waxed_copper_block.json b/1.17.1/assets/minecraft/models/item/waxed_copper_block.json new file mode 100644 index 00000000..7bc2c018 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/waxed_copper_block.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/copper_block" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/waxed_cut_copper.json b/1.17.1/assets/minecraft/models/item/waxed_cut_copper.json new file mode 100644 index 00000000..ce1ec597 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/waxed_cut_copper.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/cut_copper" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/waxed_cut_copper_slab.json b/1.17.1/assets/minecraft/models/item/waxed_cut_copper_slab.json new file mode 100644 index 00000000..b6b05101 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/waxed_cut_copper_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/cut_copper_slab" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/waxed_cut_copper_stairs.json b/1.17.1/assets/minecraft/models/item/waxed_cut_copper_stairs.json new file mode 100644 index 00000000..7376f52c --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/waxed_cut_copper_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/cut_copper_stairs" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/waxed_exposed_copper.json b/1.17.1/assets/minecraft/models/item/waxed_exposed_copper.json new file mode 100644 index 00000000..5881fd7b --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/waxed_exposed_copper.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/exposed_copper" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/waxed_exposed_cut_copper.json b/1.17.1/assets/minecraft/models/item/waxed_exposed_cut_copper.json new file mode 100644 index 00000000..b5c7d8f0 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/waxed_exposed_cut_copper.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/exposed_cut_copper" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/waxed_exposed_cut_copper_slab.json b/1.17.1/assets/minecraft/models/item/waxed_exposed_cut_copper_slab.json new file mode 100644 index 00000000..29ce4723 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/waxed_exposed_cut_copper_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/exposed_cut_copper_slab" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/waxed_exposed_cut_copper_stairs.json b/1.17.1/assets/minecraft/models/item/waxed_exposed_cut_copper_stairs.json new file mode 100644 index 00000000..24bdd285 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/waxed_exposed_cut_copper_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/exposed_cut_copper_stairs" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/waxed_oxidized_copper.json b/1.17.1/assets/minecraft/models/item/waxed_oxidized_copper.json new file mode 100644 index 00000000..63a0dabe --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/waxed_oxidized_copper.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/oxidized_copper" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/waxed_oxidized_cut_copper.json b/1.17.1/assets/minecraft/models/item/waxed_oxidized_cut_copper.json new file mode 100644 index 00000000..36dfa030 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/waxed_oxidized_cut_copper.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/oxidized_cut_copper" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/waxed_oxidized_cut_copper_slab.json b/1.17.1/assets/minecraft/models/item/waxed_oxidized_cut_copper_slab.json new file mode 100644 index 00000000..a3d02242 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/waxed_oxidized_cut_copper_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/oxidized_cut_copper_slab" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/waxed_oxidized_cut_copper_stairs.json b/1.17.1/assets/minecraft/models/item/waxed_oxidized_cut_copper_stairs.json new file mode 100644 index 00000000..fd8af1aa --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/waxed_oxidized_cut_copper_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/oxidized_cut_copper_stairs" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/waxed_weathered_copper.json b/1.17.1/assets/minecraft/models/item/waxed_weathered_copper.json new file mode 100644 index 00000000..743af49a --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/waxed_weathered_copper.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/weathered_copper" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/waxed_weathered_cut_copper.json b/1.17.1/assets/minecraft/models/item/waxed_weathered_cut_copper.json new file mode 100644 index 00000000..e49a231b --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/waxed_weathered_cut_copper.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/weathered_cut_copper" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/waxed_weathered_cut_copper_slab.json b/1.17.1/assets/minecraft/models/item/waxed_weathered_cut_copper_slab.json new file mode 100644 index 00000000..acda09e0 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/waxed_weathered_cut_copper_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/weathered_cut_copper_slab" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/waxed_weathered_cut_copper_stairs.json b/1.17.1/assets/minecraft/models/item/waxed_weathered_cut_copper_stairs.json new file mode 100644 index 00000000..01ce5972 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/waxed_weathered_cut_copper_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/weathered_cut_copper_stairs" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/weathered_copper.json b/1.17.1/assets/minecraft/models/item/weathered_copper.json new file mode 100644 index 00000000..743af49a --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/weathered_copper.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/weathered_copper" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/weathered_cut_copper.json b/1.17.1/assets/minecraft/models/item/weathered_cut_copper.json new file mode 100644 index 00000000..e49a231b --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/weathered_cut_copper.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/weathered_cut_copper" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/weathered_cut_copper_slab.json b/1.17.1/assets/minecraft/models/item/weathered_cut_copper_slab.json new file mode 100644 index 00000000..acda09e0 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/weathered_cut_copper_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/weathered_cut_copper_slab" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/weathered_cut_copper_stairs.json b/1.17.1/assets/minecraft/models/item/weathered_cut_copper_stairs.json new file mode 100644 index 00000000..01ce5972 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/weathered_cut_copper_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/weathered_cut_copper_stairs" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/weeping_vines.json b/1.17.1/assets/minecraft/models/item/weeping_vines.json new file mode 100644 index 00000000..834b71c5 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/weeping_vines.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/weeping_vines_plant" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/wet_sponge.json b/1.17.1/assets/minecraft/models/item/wet_sponge.json new file mode 100644 index 00000000..d662daae --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/wet_sponge.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/wet_sponge" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/wheat.json b/1.17.1/assets/minecraft/models/item/wheat.json new file mode 100644 index 00000000..f77a8c8f --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/wheat.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/wheat" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/wheat_seeds.json b/1.17.1/assets/minecraft/models/item/wheat_seeds.json new file mode 100644 index 00000000..8fd9068f --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/wheat_seeds.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/wheat_seeds" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/white_banner.json b/1.17.1/assets/minecraft/models/item/white_banner.json new file mode 100644 index 00000000..661a106d --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/white_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_banner" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/white_bed.json b/1.17.1/assets/minecraft/models/item/white_bed.json new file mode 100644 index 00000000..93d81aff --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/white_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/template_bed", + "textures": { + "particle": "minecraft:block/white_wool" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/white_candle.json b/1.17.1/assets/minecraft/models/item/white_candle.json new file mode 100644 index 00000000..d13392c4 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/white_candle.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/white_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/white_carpet.json b/1.17.1/assets/minecraft/models/item/white_carpet.json new file mode 100644 index 00000000..8ef6f034 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/white_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/white_carpet" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/white_concrete.json b/1.17.1/assets/minecraft/models/item/white_concrete.json new file mode 100644 index 00000000..16475ed4 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/white_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/white_concrete" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/white_concrete_powder.json b/1.17.1/assets/minecraft/models/item/white_concrete_powder.json new file mode 100644 index 00000000..c001b383 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/white_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/white_concrete_powder" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/white_dye.json b/1.17.1/assets/minecraft/models/item/white_dye.json new file mode 100644 index 00000000..68b02c07 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/white_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/white_dye" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/white_glazed_terracotta.json b/1.17.1/assets/minecraft/models/item/white_glazed_terracotta.json new file mode 100644 index 00000000..55881dbc --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/white_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/white_glazed_terracotta" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/white_shulker_box.json b/1.17.1/assets/minecraft/models/item/white_shulker_box.json new file mode 100644 index 00000000..6fd0156e --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/white_shulker_box.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/template_shulker_box", + "textures": { + "particle": "minecraft:block/white_shulker_box" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/white_stained_glass.json b/1.17.1/assets/minecraft/models/item/white_stained_glass.json new file mode 100644 index 00000000..28c61d95 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/white_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/white_stained_glass" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/white_stained_glass_pane.json b/1.17.1/assets/minecraft/models/item/white_stained_glass_pane.json new file mode 100644 index 00000000..dbe66a16 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/white_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/white_stained_glass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/white_terracotta.json b/1.17.1/assets/minecraft/models/item/white_terracotta.json new file mode 100644 index 00000000..973fa966 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/white_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/white_terracotta" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/white_tulip.json b/1.17.1/assets/minecraft/models/item/white_tulip.json new file mode 100644 index 00000000..f1940906 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/white_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/white_tulip" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/white_wool.json b/1.17.1/assets/minecraft/models/item/white_wool.json new file mode 100644 index 00000000..5908f340 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/white_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/white_wool" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/witch_spawn_egg.json b/1.17.1/assets/minecraft/models/item/witch_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/witch_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/wither_rose.json b/1.17.1/assets/minecraft/models/item/wither_rose.json new file mode 100644 index 00000000..9579e7c4 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/wither_rose.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/wither_rose" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/wither_skeleton_skull.json b/1.17.1/assets/minecraft/models/item/wither_skeleton_skull.json new file mode 100644 index 00000000..364b6e65 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/wither_skeleton_skull.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_skull" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/wither_skeleton_spawn_egg.json b/1.17.1/assets/minecraft/models/item/wither_skeleton_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/wither_skeleton_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/wolf_spawn_egg.json b/1.17.1/assets/minecraft/models/item/wolf_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/wolf_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/wooden_axe.json b/1.17.1/assets/minecraft/models/item/wooden_axe.json new file mode 100644 index 00000000..e08423db --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/wooden_axe.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "minecraft:item/wooden_axe" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/wooden_hoe.json b/1.17.1/assets/minecraft/models/item/wooden_hoe.json new file mode 100644 index 00000000..a925c76b --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/wooden_hoe.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "minecraft:item/wooden_hoe" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/wooden_pickaxe.json b/1.17.1/assets/minecraft/models/item/wooden_pickaxe.json new file mode 100644 index 00000000..5b9bbab7 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/wooden_pickaxe.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "minecraft:item/wooden_pickaxe" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/wooden_shovel.json b/1.17.1/assets/minecraft/models/item/wooden_shovel.json new file mode 100644 index 00000000..7c4d8287 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/wooden_shovel.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "minecraft:item/wooden_shovel" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/wooden_sword.json b/1.17.1/assets/minecraft/models/item/wooden_sword.json new file mode 100644 index 00000000..4024a58a --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/wooden_sword.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/handheld", + "textures": { + "layer0": "minecraft:item/wooden_sword" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/writable_book.json b/1.17.1/assets/minecraft/models/item/writable_book.json new file mode 100644 index 00000000..9398beca --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/writable_book.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/writable_book" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/written_book.json b/1.17.1/assets/minecraft/models/item/written_book.json new file mode 100644 index 00000000..45a09602 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/written_book.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/written_book" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/yellow_banner.json b/1.17.1/assets/minecraft/models/item/yellow_banner.json new file mode 100644 index 00000000..661a106d --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/yellow_banner.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_banner" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/yellow_bed.json b/1.17.1/assets/minecraft/models/item/yellow_bed.json new file mode 100644 index 00000000..cc67ceff --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/yellow_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/template_bed", + "textures": { + "particle": "minecraft:block/yellow_wool" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/yellow_candle.json b/1.17.1/assets/minecraft/models/item/yellow_candle.json new file mode 100644 index 00000000..8f2e0728 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/yellow_candle.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/yellow_candle" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/yellow_carpet.json b/1.17.1/assets/minecraft/models/item/yellow_carpet.json new file mode 100644 index 00000000..c3b3710e --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/yellow_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/yellow_carpet" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/yellow_concrete.json b/1.17.1/assets/minecraft/models/item/yellow_concrete.json new file mode 100644 index 00000000..ed8ebe4c --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/yellow_concrete.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/yellow_concrete" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/yellow_concrete_powder.json b/1.17.1/assets/minecraft/models/item/yellow_concrete_powder.json new file mode 100644 index 00000000..38bac8bf --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/yellow_concrete_powder.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/yellow_concrete_powder" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/yellow_dye.json b/1.17.1/assets/minecraft/models/item/yellow_dye.json new file mode 100644 index 00000000..14d6bb6a --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/yellow_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:item/yellow_dye" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/yellow_glazed_terracotta.json b/1.17.1/assets/minecraft/models/item/yellow_glazed_terracotta.json new file mode 100644 index 00000000..4d819984 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/yellow_glazed_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/yellow_glazed_terracotta" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/yellow_shulker_box.json b/1.17.1/assets/minecraft/models/item/yellow_shulker_box.json new file mode 100644 index 00000000..318a620e --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/yellow_shulker_box.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/template_shulker_box", + "textures": { + "particle": "minecraft:block/yellow_shulker_box" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/yellow_stained_glass.json b/1.17.1/assets/minecraft/models/item/yellow_stained_glass.json new file mode 100644 index 00000000..e102e2d5 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/yellow_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/yellow_stained_glass" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/yellow_stained_glass_pane.json b/1.17.1/assets/minecraft/models/item/yellow_stained_glass_pane.json new file mode 100644 index 00000000..e17c28a2 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/yellow_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "minecraft:block/yellow_stained_glass" + } +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/yellow_terracotta.json b/1.17.1/assets/minecraft/models/item/yellow_terracotta.json new file mode 100644 index 00000000..50dfb7ea --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/yellow_terracotta.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/yellow_terracotta" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/yellow_wool.json b/1.17.1/assets/minecraft/models/item/yellow_wool.json new file mode 100644 index 00000000..e0de4bb8 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/yellow_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:block/yellow_wool" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/zoglin_spawn_egg.json b/1.17.1/assets/minecraft/models/item/zoglin_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/zoglin_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/zombie_head.json b/1.17.1/assets/minecraft/models/item/zombie_head.json new file mode 100644 index 00000000..364b6e65 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/zombie_head.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_skull" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/zombie_horse_spawn_egg.json b/1.17.1/assets/minecraft/models/item/zombie_horse_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/zombie_horse_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/zombie_spawn_egg.json b/1.17.1/assets/minecraft/models/item/zombie_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/zombie_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/zombie_villager_spawn_egg.json b/1.17.1/assets/minecraft/models/item/zombie_villager_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/zombie_villager_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/models/item/zombified_piglin_spawn_egg.json b/1.17.1/assets/minecraft/models/item/zombified_piglin_spawn_egg.json new file mode 100644 index 00000000..d1aaa9d6 --- /dev/null +++ b/1.17.1/assets/minecraft/models/item/zombified_piglin_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/ambient_entity_effect.json b/1.17.1/assets/minecraft/particles/ambient_entity_effect.json new file mode 100644 index 00000000..3be9c3a9 --- /dev/null +++ b/1.17.1/assets/minecraft/particles/ambient_entity_effect.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:effect_7", + "minecraft:effect_6", + "minecraft:effect_5", + "minecraft:effect_4", + "minecraft:effect_3", + "minecraft:effect_2", + "minecraft:effect_1", + "minecraft:effect_0" + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/angry_villager.json b/1.17.1/assets/minecraft/particles/angry_villager.json new file mode 100644 index 00000000..ab50717b --- /dev/null +++ b/1.17.1/assets/minecraft/particles/angry_villager.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:angry" + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/ash.json b/1.17.1/assets/minecraft/particles/ash.json new file mode 100644 index 00000000..ca698ca4 --- /dev/null +++ b/1.17.1/assets/minecraft/particles/ash.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:generic_0" + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/barrier.json b/1.17.1/assets/minecraft/particles/barrier.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/1.17.1/assets/minecraft/particles/barrier.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/block.json b/1.17.1/assets/minecraft/particles/block.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/1.17.1/assets/minecraft/particles/block.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/bubble.json b/1.17.1/assets/minecraft/particles/bubble.json new file mode 100644 index 00000000..c9ad6449 --- /dev/null +++ b/1.17.1/assets/minecraft/particles/bubble.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:bubble" + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/bubble_column_up.json b/1.17.1/assets/minecraft/particles/bubble_column_up.json new file mode 100644 index 00000000..c9ad6449 --- /dev/null +++ b/1.17.1/assets/minecraft/particles/bubble_column_up.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:bubble" + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/bubble_pop.json b/1.17.1/assets/minecraft/particles/bubble_pop.json new file mode 100644 index 00000000..65ff9e5f --- /dev/null +++ b/1.17.1/assets/minecraft/particles/bubble_pop.json @@ -0,0 +1,9 @@ +{ + "textures": [ + "minecraft:bubble_pop_0", + "minecraft:bubble_pop_1", + "minecraft:bubble_pop_2", + "minecraft:bubble_pop_3", + "minecraft:bubble_pop_4" + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/campfire_cosy_smoke.json b/1.17.1/assets/minecraft/particles/campfire_cosy_smoke.json new file mode 100644 index 00000000..a99bffe8 --- /dev/null +++ b/1.17.1/assets/minecraft/particles/campfire_cosy_smoke.json @@ -0,0 +1,16 @@ +{ + "textures": [ + "minecraft:big_smoke_0", + "minecraft:big_smoke_1", + "minecraft:big_smoke_2", + "minecraft:big_smoke_3", + "minecraft:big_smoke_4", + "minecraft:big_smoke_5", + "minecraft:big_smoke_6", + "minecraft:big_smoke_7", + "minecraft:big_smoke_8", + "minecraft:big_smoke_9", + "minecraft:big_smoke_10", + "minecraft:big_smoke_11" + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/campfire_signal_smoke.json b/1.17.1/assets/minecraft/particles/campfire_signal_smoke.json new file mode 100644 index 00000000..a99bffe8 --- /dev/null +++ b/1.17.1/assets/minecraft/particles/campfire_signal_smoke.json @@ -0,0 +1,16 @@ +{ + "textures": [ + "minecraft:big_smoke_0", + "minecraft:big_smoke_1", + "minecraft:big_smoke_2", + "minecraft:big_smoke_3", + "minecraft:big_smoke_4", + "minecraft:big_smoke_5", + "minecraft:big_smoke_6", + "minecraft:big_smoke_7", + "minecraft:big_smoke_8", + "minecraft:big_smoke_9", + "minecraft:big_smoke_10", + "minecraft:big_smoke_11" + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/cloud.json b/1.17.1/assets/minecraft/particles/cloud.json new file mode 100644 index 00000000..27126109 --- /dev/null +++ b/1.17.1/assets/minecraft/particles/cloud.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:generic_7", + "minecraft:generic_6", + "minecraft:generic_5", + "minecraft:generic_4", + "minecraft:generic_3", + "minecraft:generic_2", + "minecraft:generic_1", + "minecraft:generic_0" + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/composter.json b/1.17.1/assets/minecraft/particles/composter.json new file mode 100644 index 00000000..f9f9746a --- /dev/null +++ b/1.17.1/assets/minecraft/particles/composter.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:glint" + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/crimson_spore.json b/1.17.1/assets/minecraft/particles/crimson_spore.json new file mode 100644 index 00000000..ca698ca4 --- /dev/null +++ b/1.17.1/assets/minecraft/particles/crimson_spore.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:generic_0" + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/crit.json b/1.17.1/assets/minecraft/particles/crit.json new file mode 100644 index 00000000..735a9d74 --- /dev/null +++ b/1.17.1/assets/minecraft/particles/crit.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:critical_hit" + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/current_down.json b/1.17.1/assets/minecraft/particles/current_down.json new file mode 100644 index 00000000..c9ad6449 --- /dev/null +++ b/1.17.1/assets/minecraft/particles/current_down.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:bubble" + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/damage_indicator.json b/1.17.1/assets/minecraft/particles/damage_indicator.json new file mode 100644 index 00000000..3c9f3207 --- /dev/null +++ b/1.17.1/assets/minecraft/particles/damage_indicator.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:damage" + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/dolphin.json b/1.17.1/assets/minecraft/particles/dolphin.json new file mode 100644 index 00000000..ca698ca4 --- /dev/null +++ b/1.17.1/assets/minecraft/particles/dolphin.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:generic_0" + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/dragon_breath.json b/1.17.1/assets/minecraft/particles/dragon_breath.json new file mode 100644 index 00000000..e65716e3 --- /dev/null +++ b/1.17.1/assets/minecraft/particles/dragon_breath.json @@ -0,0 +1,7 @@ +{ + "textures": [ + "minecraft:generic_5", + "minecraft:generic_6", + "minecraft:generic_7" + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/dripping_dripstone_lava.json b/1.17.1/assets/minecraft/particles/dripping_dripstone_lava.json new file mode 100644 index 00000000..987e9f30 --- /dev/null +++ b/1.17.1/assets/minecraft/particles/dripping_dripstone_lava.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:drip_hang" + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/dripping_dripstone_water.json b/1.17.1/assets/minecraft/particles/dripping_dripstone_water.json new file mode 100644 index 00000000..987e9f30 --- /dev/null +++ b/1.17.1/assets/minecraft/particles/dripping_dripstone_water.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:drip_hang" + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/dripping_honey.json b/1.17.1/assets/minecraft/particles/dripping_honey.json new file mode 100644 index 00000000..6a657af2 --- /dev/null +++ b/1.17.1/assets/minecraft/particles/dripping_honey.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:drip_hang" + ] +} diff --git a/1.17.1/assets/minecraft/particles/dripping_lava.json b/1.17.1/assets/minecraft/particles/dripping_lava.json new file mode 100644 index 00000000..987e9f30 --- /dev/null +++ b/1.17.1/assets/minecraft/particles/dripping_lava.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:drip_hang" + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/dripping_obsidian_tear.json b/1.17.1/assets/minecraft/particles/dripping_obsidian_tear.json new file mode 100644 index 00000000..6a657af2 --- /dev/null +++ b/1.17.1/assets/minecraft/particles/dripping_obsidian_tear.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:drip_hang" + ] +} diff --git a/1.17.1/assets/minecraft/particles/dripping_water.json b/1.17.1/assets/minecraft/particles/dripping_water.json new file mode 100644 index 00000000..987e9f30 --- /dev/null +++ b/1.17.1/assets/minecraft/particles/dripping_water.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:drip_hang" + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/dust.json b/1.17.1/assets/minecraft/particles/dust.json new file mode 100644 index 00000000..27126109 --- /dev/null +++ b/1.17.1/assets/minecraft/particles/dust.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:generic_7", + "minecraft:generic_6", + "minecraft:generic_5", + "minecraft:generic_4", + "minecraft:generic_3", + "minecraft:generic_2", + "minecraft:generic_1", + "minecraft:generic_0" + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/dust_color_transition.json b/1.17.1/assets/minecraft/particles/dust_color_transition.json new file mode 100644 index 00000000..27126109 --- /dev/null +++ b/1.17.1/assets/minecraft/particles/dust_color_transition.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:generic_7", + "minecraft:generic_6", + "minecraft:generic_5", + "minecraft:generic_4", + "minecraft:generic_3", + "minecraft:generic_2", + "minecraft:generic_1", + "minecraft:generic_0" + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/effect.json b/1.17.1/assets/minecraft/particles/effect.json new file mode 100644 index 00000000..3be9c3a9 --- /dev/null +++ b/1.17.1/assets/minecraft/particles/effect.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:effect_7", + "minecraft:effect_6", + "minecraft:effect_5", + "minecraft:effect_4", + "minecraft:effect_3", + "minecraft:effect_2", + "minecraft:effect_1", + "minecraft:effect_0" + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/elder_guardian.json b/1.17.1/assets/minecraft/particles/elder_guardian.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/1.17.1/assets/minecraft/particles/elder_guardian.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/electric_spark.json b/1.17.1/assets/minecraft/particles/electric_spark.json new file mode 100644 index 00000000..aa3870da --- /dev/null +++ b/1.17.1/assets/minecraft/particles/electric_spark.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:glow" + ] +} diff --git a/1.17.1/assets/minecraft/particles/enchant.json b/1.17.1/assets/minecraft/particles/enchant.json new file mode 100644 index 00000000..d2175f03 --- /dev/null +++ b/1.17.1/assets/minecraft/particles/enchant.json @@ -0,0 +1,30 @@ +{ + "textures": [ + "minecraft:sga_a", + "minecraft:sga_b", + "minecraft:sga_c", + "minecraft:sga_d", + "minecraft:sga_e", + "minecraft:sga_f", + "minecraft:sga_g", + "minecraft:sga_h", + "minecraft:sga_i", + "minecraft:sga_j", + "minecraft:sga_k", + "minecraft:sga_l", + "minecraft:sga_m", + "minecraft:sga_n", + "minecraft:sga_o", + "minecraft:sga_p", + "minecraft:sga_q", + "minecraft:sga_r", + "minecraft:sga_s", + "minecraft:sga_t", + "minecraft:sga_u", + "minecraft:sga_v", + "minecraft:sga_w", + "minecraft:sga_x", + "minecraft:sga_y", + "minecraft:sga_z" + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/enchanted_hit.json b/1.17.1/assets/minecraft/particles/enchanted_hit.json new file mode 100644 index 00000000..9dfa4dad --- /dev/null +++ b/1.17.1/assets/minecraft/particles/enchanted_hit.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:enchanted_hit" + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/end_rod.json b/1.17.1/assets/minecraft/particles/end_rod.json new file mode 100644 index 00000000..4fdc55ff --- /dev/null +++ b/1.17.1/assets/minecraft/particles/end_rod.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:glitter_7", + "minecraft:glitter_6", + "minecraft:glitter_5", + "minecraft:glitter_4", + "minecraft:glitter_3", + "minecraft:glitter_2", + "minecraft:glitter_1", + "minecraft:glitter_0" + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/entity_effect.json b/1.17.1/assets/minecraft/particles/entity_effect.json new file mode 100644 index 00000000..3be9c3a9 --- /dev/null +++ b/1.17.1/assets/minecraft/particles/entity_effect.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:effect_7", + "minecraft:effect_6", + "minecraft:effect_5", + "minecraft:effect_4", + "minecraft:effect_3", + "minecraft:effect_2", + "minecraft:effect_1", + "minecraft:effect_0" + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/explosion.json b/1.17.1/assets/minecraft/particles/explosion.json new file mode 100644 index 00000000..6e3e151a --- /dev/null +++ b/1.17.1/assets/minecraft/particles/explosion.json @@ -0,0 +1,20 @@ +{ + "textures": [ + "minecraft:explosion_0", + "minecraft:explosion_1", + "minecraft:explosion_2", + "minecraft:explosion_3", + "minecraft:explosion_4", + "minecraft:explosion_5", + "minecraft:explosion_6", + "minecraft:explosion_7", + "minecraft:explosion_8", + "minecraft:explosion_9", + "minecraft:explosion_10", + "minecraft:explosion_11", + "minecraft:explosion_12", + "minecraft:explosion_13", + "minecraft:explosion_14", + "minecraft:explosion_15" + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/explosion_emitter.json b/1.17.1/assets/minecraft/particles/explosion_emitter.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/1.17.1/assets/minecraft/particles/explosion_emitter.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/falling_dripstone_lava.json b/1.17.1/assets/minecraft/particles/falling_dripstone_lava.json new file mode 100644 index 00000000..520ad48b --- /dev/null +++ b/1.17.1/assets/minecraft/particles/falling_dripstone_lava.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:drip_fall" + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/falling_dripstone_water.json b/1.17.1/assets/minecraft/particles/falling_dripstone_water.json new file mode 100644 index 00000000..520ad48b --- /dev/null +++ b/1.17.1/assets/minecraft/particles/falling_dripstone_water.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:drip_fall" + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/falling_dust.json b/1.17.1/assets/minecraft/particles/falling_dust.json new file mode 100644 index 00000000..27126109 --- /dev/null +++ b/1.17.1/assets/minecraft/particles/falling_dust.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:generic_7", + "minecraft:generic_6", + "minecraft:generic_5", + "minecraft:generic_4", + "minecraft:generic_3", + "minecraft:generic_2", + "minecraft:generic_1", + "minecraft:generic_0" + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/falling_honey.json b/1.17.1/assets/minecraft/particles/falling_honey.json new file mode 100644 index 00000000..2732837e --- /dev/null +++ b/1.17.1/assets/minecraft/particles/falling_honey.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:drip_fall" + ] +} diff --git a/1.17.1/assets/minecraft/particles/falling_lava.json b/1.17.1/assets/minecraft/particles/falling_lava.json new file mode 100644 index 00000000..520ad48b --- /dev/null +++ b/1.17.1/assets/minecraft/particles/falling_lava.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:drip_fall" + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/falling_nectar.json b/1.17.1/assets/minecraft/particles/falling_nectar.json new file mode 100644 index 00000000..2732837e --- /dev/null +++ b/1.17.1/assets/minecraft/particles/falling_nectar.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:drip_fall" + ] +} diff --git a/1.17.1/assets/minecraft/particles/falling_obsidian_tear.json b/1.17.1/assets/minecraft/particles/falling_obsidian_tear.json new file mode 100644 index 00000000..2732837e --- /dev/null +++ b/1.17.1/assets/minecraft/particles/falling_obsidian_tear.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:drip_fall" + ] +} diff --git a/1.17.1/assets/minecraft/particles/falling_spore_blossom.json b/1.17.1/assets/minecraft/particles/falling_spore_blossom.json new file mode 100644 index 00000000..2732837e --- /dev/null +++ b/1.17.1/assets/minecraft/particles/falling_spore_blossom.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:drip_fall" + ] +} diff --git a/1.17.1/assets/minecraft/particles/falling_water.json b/1.17.1/assets/minecraft/particles/falling_water.json new file mode 100644 index 00000000..520ad48b --- /dev/null +++ b/1.17.1/assets/minecraft/particles/falling_water.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:drip_fall" + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/firework.json b/1.17.1/assets/minecraft/particles/firework.json new file mode 100644 index 00000000..9e4709bc --- /dev/null +++ b/1.17.1/assets/minecraft/particles/firework.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:spark_7", + "minecraft:spark_6", + "minecraft:spark_5", + "minecraft:spark_4", + "minecraft:spark_3", + "minecraft:spark_2", + "minecraft:spark_1", + "minecraft:spark_0" + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/fishing.json b/1.17.1/assets/minecraft/particles/fishing.json new file mode 100644 index 00000000..49f427bc --- /dev/null +++ b/1.17.1/assets/minecraft/particles/fishing.json @@ -0,0 +1,8 @@ +{ + "textures": [ + "minecraft:splash_0", + "minecraft:splash_1", + "minecraft:splash_2", + "minecraft:splash_3" + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/flame.json b/1.17.1/assets/minecraft/particles/flame.json new file mode 100644 index 00000000..f506424d --- /dev/null +++ b/1.17.1/assets/minecraft/particles/flame.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:flame" + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/flash.json b/1.17.1/assets/minecraft/particles/flash.json new file mode 100644 index 00000000..9d842205 --- /dev/null +++ b/1.17.1/assets/minecraft/particles/flash.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:flash" + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/glow.json b/1.17.1/assets/minecraft/particles/glow.json new file mode 100644 index 00000000..8c0a8d20 --- /dev/null +++ b/1.17.1/assets/minecraft/particles/glow.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:glow" + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/glow_squid_ink.json b/1.17.1/assets/minecraft/particles/glow_squid_ink.json new file mode 100644 index 00000000..27126109 --- /dev/null +++ b/1.17.1/assets/minecraft/particles/glow_squid_ink.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:generic_7", + "minecraft:generic_6", + "minecraft:generic_5", + "minecraft:generic_4", + "minecraft:generic_3", + "minecraft:generic_2", + "minecraft:generic_1", + "minecraft:generic_0" + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/happy_villager.json b/1.17.1/assets/minecraft/particles/happy_villager.json new file mode 100644 index 00000000..f9f9746a --- /dev/null +++ b/1.17.1/assets/minecraft/particles/happy_villager.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:glint" + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/heart.json b/1.17.1/assets/minecraft/particles/heart.json new file mode 100644 index 00000000..686a2dcf --- /dev/null +++ b/1.17.1/assets/minecraft/particles/heart.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:heart" + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/instant_effect.json b/1.17.1/assets/minecraft/particles/instant_effect.json new file mode 100644 index 00000000..7ec70d32 --- /dev/null +++ b/1.17.1/assets/minecraft/particles/instant_effect.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:spell_7", + "minecraft:spell_6", + "minecraft:spell_5", + "minecraft:spell_4", + "minecraft:spell_3", + "minecraft:spell_2", + "minecraft:spell_1", + "minecraft:spell_0" + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/item.json b/1.17.1/assets/minecraft/particles/item.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/1.17.1/assets/minecraft/particles/item.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/item_slime.json b/1.17.1/assets/minecraft/particles/item_slime.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/1.17.1/assets/minecraft/particles/item_slime.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/item_snowball.json b/1.17.1/assets/minecraft/particles/item_snowball.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/1.17.1/assets/minecraft/particles/item_snowball.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/landing_honey.json b/1.17.1/assets/minecraft/particles/landing_honey.json new file mode 100644 index 00000000..3af906fe --- /dev/null +++ b/1.17.1/assets/minecraft/particles/landing_honey.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:drip_land" + ] +} diff --git a/1.17.1/assets/minecraft/particles/landing_lava.json b/1.17.1/assets/minecraft/particles/landing_lava.json new file mode 100644 index 00000000..89230de9 --- /dev/null +++ b/1.17.1/assets/minecraft/particles/landing_lava.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:drip_land" + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/landing_obsidian_tear.json b/1.17.1/assets/minecraft/particles/landing_obsidian_tear.json new file mode 100644 index 00000000..3af906fe --- /dev/null +++ b/1.17.1/assets/minecraft/particles/landing_obsidian_tear.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:drip_land" + ] +} diff --git a/1.17.1/assets/minecraft/particles/large_smoke.json b/1.17.1/assets/minecraft/particles/large_smoke.json new file mode 100644 index 00000000..27126109 --- /dev/null +++ b/1.17.1/assets/minecraft/particles/large_smoke.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:generic_7", + "minecraft:generic_6", + "minecraft:generic_5", + "minecraft:generic_4", + "minecraft:generic_3", + "minecraft:generic_2", + "minecraft:generic_1", + "minecraft:generic_0" + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/lava.json b/1.17.1/assets/minecraft/particles/lava.json new file mode 100644 index 00000000..da6979fe --- /dev/null +++ b/1.17.1/assets/minecraft/particles/lava.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:lava" + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/light.json b/1.17.1/assets/minecraft/particles/light.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/1.17.1/assets/minecraft/particles/light.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/mycelium.json b/1.17.1/assets/minecraft/particles/mycelium.json new file mode 100644 index 00000000..ca698ca4 --- /dev/null +++ b/1.17.1/assets/minecraft/particles/mycelium.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:generic_0" + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/nautilus.json b/1.17.1/assets/minecraft/particles/nautilus.json new file mode 100644 index 00000000..6b9eafdf --- /dev/null +++ b/1.17.1/assets/minecraft/particles/nautilus.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:nautilus" + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/note.json b/1.17.1/assets/minecraft/particles/note.json new file mode 100644 index 00000000..8097a3d7 --- /dev/null +++ b/1.17.1/assets/minecraft/particles/note.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:note" + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/poof.json b/1.17.1/assets/minecraft/particles/poof.json new file mode 100644 index 00000000..27126109 --- /dev/null +++ b/1.17.1/assets/minecraft/particles/poof.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:generic_7", + "minecraft:generic_6", + "minecraft:generic_5", + "minecraft:generic_4", + "minecraft:generic_3", + "minecraft:generic_2", + "minecraft:generic_1", + "minecraft:generic_0" + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/portal.json b/1.17.1/assets/minecraft/particles/portal.json new file mode 100644 index 00000000..f970e447 --- /dev/null +++ b/1.17.1/assets/minecraft/particles/portal.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:generic_0", + "minecraft:generic_1", + "minecraft:generic_2", + "minecraft:generic_3", + "minecraft:generic_4", + "minecraft:generic_5", + "minecraft:generic_6", + "minecraft:generic_7" + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/rain.json b/1.17.1/assets/minecraft/particles/rain.json new file mode 100644 index 00000000..49f427bc --- /dev/null +++ b/1.17.1/assets/minecraft/particles/rain.json @@ -0,0 +1,8 @@ +{ + "textures": [ + "minecraft:splash_0", + "minecraft:splash_1", + "minecraft:splash_2", + "minecraft:splash_3" + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/reverse_portal.json b/1.17.1/assets/minecraft/particles/reverse_portal.json new file mode 100644 index 00000000..f970e447 --- /dev/null +++ b/1.17.1/assets/minecraft/particles/reverse_portal.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:generic_0", + "minecraft:generic_1", + "minecraft:generic_2", + "minecraft:generic_3", + "minecraft:generic_4", + "minecraft:generic_5", + "minecraft:generic_6", + "minecraft:generic_7" + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/scrape.json b/1.17.1/assets/minecraft/particles/scrape.json new file mode 100644 index 00000000..aa3870da --- /dev/null +++ b/1.17.1/assets/minecraft/particles/scrape.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:glow" + ] +} diff --git a/1.17.1/assets/minecraft/particles/small_flame.json b/1.17.1/assets/minecraft/particles/small_flame.json new file mode 100644 index 00000000..ef790a1f --- /dev/null +++ b/1.17.1/assets/minecraft/particles/small_flame.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:flame" + ] +} diff --git a/1.17.1/assets/minecraft/particles/smoke.json b/1.17.1/assets/minecraft/particles/smoke.json new file mode 100644 index 00000000..27126109 --- /dev/null +++ b/1.17.1/assets/minecraft/particles/smoke.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:generic_7", + "minecraft:generic_6", + "minecraft:generic_5", + "minecraft:generic_4", + "minecraft:generic_3", + "minecraft:generic_2", + "minecraft:generic_1", + "minecraft:generic_0" + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/sneeze.json b/1.17.1/assets/minecraft/particles/sneeze.json new file mode 100644 index 00000000..27126109 --- /dev/null +++ b/1.17.1/assets/minecraft/particles/sneeze.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:generic_7", + "minecraft:generic_6", + "minecraft:generic_5", + "minecraft:generic_4", + "minecraft:generic_3", + "minecraft:generic_2", + "minecraft:generic_1", + "minecraft:generic_0" + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/snowflake.json b/1.17.1/assets/minecraft/particles/snowflake.json new file mode 100644 index 00000000..e0996e04 --- /dev/null +++ b/1.17.1/assets/minecraft/particles/snowflake.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:generic_7", + "minecraft:generic_6", + "minecraft:generic_5", + "minecraft:generic_4", + "minecraft:generic_3", + "minecraft:generic_2", + "minecraft:generic_1", + "minecraft:generic_0" + ] +} diff --git a/1.17.1/assets/minecraft/particles/soul.json b/1.17.1/assets/minecraft/particles/soul.json new file mode 100644 index 00000000..08defaea --- /dev/null +++ b/1.17.1/assets/minecraft/particles/soul.json @@ -0,0 +1,15 @@ +{ + "textures": [ + "minecraft:soul_0", + "minecraft:soul_1", + "minecraft:soul_2", + "minecraft:soul_3", + "minecraft:soul_4", + "minecraft:soul_5", + "minecraft:soul_6", + "minecraft:soul_7", + "minecraft:soul_8", + "minecraft:soul_9", + "minecraft:soul_10" + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/soul_fire_flame.json b/1.17.1/assets/minecraft/particles/soul_fire_flame.json new file mode 100644 index 00000000..6064eacb --- /dev/null +++ b/1.17.1/assets/minecraft/particles/soul_fire_flame.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:soul_fire_flame" + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/spit.json b/1.17.1/assets/minecraft/particles/spit.json new file mode 100644 index 00000000..27126109 --- /dev/null +++ b/1.17.1/assets/minecraft/particles/spit.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:generic_7", + "minecraft:generic_6", + "minecraft:generic_5", + "minecraft:generic_4", + "minecraft:generic_3", + "minecraft:generic_2", + "minecraft:generic_1", + "minecraft:generic_0" + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/splash.json b/1.17.1/assets/minecraft/particles/splash.json new file mode 100644 index 00000000..49f427bc --- /dev/null +++ b/1.17.1/assets/minecraft/particles/splash.json @@ -0,0 +1,8 @@ +{ + "textures": [ + "minecraft:splash_0", + "minecraft:splash_1", + "minecraft:splash_2", + "minecraft:splash_3" + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/spore_blossom_air.json b/1.17.1/assets/minecraft/particles/spore_blossom_air.json new file mode 100644 index 00000000..520ad48b --- /dev/null +++ b/1.17.1/assets/minecraft/particles/spore_blossom_air.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:drip_fall" + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/squid_ink.json b/1.17.1/assets/minecraft/particles/squid_ink.json new file mode 100644 index 00000000..27126109 --- /dev/null +++ b/1.17.1/assets/minecraft/particles/squid_ink.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:generic_7", + "minecraft:generic_6", + "minecraft:generic_5", + "minecraft:generic_4", + "minecraft:generic_3", + "minecraft:generic_2", + "minecraft:generic_1", + "minecraft:generic_0" + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/sweep_attack.json b/1.17.1/assets/minecraft/particles/sweep_attack.json new file mode 100644 index 00000000..3b9fe789 --- /dev/null +++ b/1.17.1/assets/minecraft/particles/sweep_attack.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:sweep_0", + "minecraft:sweep_1", + "minecraft:sweep_2", + "minecraft:sweep_3", + "minecraft:sweep_4", + "minecraft:sweep_5", + "minecraft:sweep_6", + "minecraft:sweep_7" + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/totem_of_undying.json b/1.17.1/assets/minecraft/particles/totem_of_undying.json new file mode 100644 index 00000000..4fdc55ff --- /dev/null +++ b/1.17.1/assets/minecraft/particles/totem_of_undying.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:glitter_7", + "minecraft:glitter_6", + "minecraft:glitter_5", + "minecraft:glitter_4", + "minecraft:glitter_3", + "minecraft:glitter_2", + "minecraft:glitter_1", + "minecraft:glitter_0" + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/underwater.json b/1.17.1/assets/minecraft/particles/underwater.json new file mode 100644 index 00000000..ca698ca4 --- /dev/null +++ b/1.17.1/assets/minecraft/particles/underwater.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:generic_0" + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/vibration.json b/1.17.1/assets/minecraft/particles/vibration.json new file mode 100644 index 00000000..c2cf0ff5 --- /dev/null +++ b/1.17.1/assets/minecraft/particles/vibration.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:vibration" + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/warped_spore.json b/1.17.1/assets/minecraft/particles/warped_spore.json new file mode 100644 index 00000000..ca698ca4 --- /dev/null +++ b/1.17.1/assets/minecraft/particles/warped_spore.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:generic_0" + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/particles/wax_off.json b/1.17.1/assets/minecraft/particles/wax_off.json new file mode 100644 index 00000000..aa3870da --- /dev/null +++ b/1.17.1/assets/minecraft/particles/wax_off.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:glow" + ] +} diff --git a/1.17.1/assets/minecraft/particles/wax_on.json b/1.17.1/assets/minecraft/particles/wax_on.json new file mode 100644 index 00000000..aa3870da --- /dev/null +++ b/1.17.1/assets/minecraft/particles/wax_on.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:glow" + ] +} diff --git a/1.17.1/assets/minecraft/particles/white_ash.json b/1.17.1/assets/minecraft/particles/white_ash.json new file mode 100644 index 00000000..5590ac4d --- /dev/null +++ b/1.17.1/assets/minecraft/particles/white_ash.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "minecraft:generic_0" + ] +} diff --git a/1.17.1/assets/minecraft/particles/witch.json b/1.17.1/assets/minecraft/particles/witch.json new file mode 100644 index 00000000..7ec70d32 --- /dev/null +++ b/1.17.1/assets/minecraft/particles/witch.json @@ -0,0 +1,12 @@ +{ + "textures": [ + "minecraft:spell_7", + "minecraft:spell_6", + "minecraft:spell_5", + "minecraft:spell_4", + "minecraft:spell_3", + "minecraft:spell_2", + "minecraft:spell_1", + "minecraft:spell_0" + ] +} \ No newline at end of file diff --git a/1.17.1/assets/minecraft/shaders/core/blit_screen.fsh b/1.17.1/assets/minecraft/shaders/core/blit_screen.fsh new file mode 100644 index 00000000..a3798521 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/blit_screen.fsh @@ -0,0 +1,17 @@ +#version 150 + +uniform sampler2D DiffuseSampler; + +uniform vec4 ColorModulator; + +in vec2 texCoord; +in vec4 vertexColor; + +out vec4 fragColor; + +void main() { + vec4 color = texture(DiffuseSampler, texCoord) * vertexColor; + + // blit final output of compositor into displayed back buffer + fragColor = color * ColorModulator; +} diff --git a/1.17.1/assets/minecraft/shaders/core/blit_screen.json b/1.17.1/assets/minecraft/shaders/core/blit_screen.json new file mode 100644 index 00000000..bd8af98e --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/blit_screen.json @@ -0,0 +1,22 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "blit_screen", + "fragment": "blit_screen", + "attributes": [ + "Position", + "UV", + "Color" + ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ModelViewMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ColorModulator", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/core/blit_screen.vsh b/1.17.1/assets/minecraft/shaders/core/blit_screen.vsh new file mode 100644 index 00000000..41ac9d31 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/blit_screen.vsh @@ -0,0 +1,18 @@ +#version 150 + +in vec3 Position; +in vec2 UV; +in vec4 Color; + +uniform mat4 ModelViewMat; +uniform mat4 ProjMat; + +out vec2 texCoord; +out vec4 vertexColor; + +void main() { + gl_Position = ProjMat * ModelViewMat * vec4(Position, 1.0); + + texCoord = UV; + vertexColor = Color; +} diff --git a/1.17.1/assets/minecraft/shaders/core/block.fsh b/1.17.1/assets/minecraft/shaders/core/block.fsh new file mode 100644 index 00000000..f619104b --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/block.fsh @@ -0,0 +1,17 @@ +#version 150 + +uniform sampler2D Sampler0; + +uniform vec4 ColorModulator; + +in vec4 vertexColor; +in vec2 texCoord0; +in vec2 texCoord2; +in vec4 normal; + +out vec4 fragColor; + +void main() { + vec4 color = texture(Sampler0, texCoord0) * vertexColor; + fragColor = color * ColorModulator; +} diff --git a/1.17.1/assets/minecraft/shaders/core/block.json b/1.17.1/assets/minecraft/shaders/core/block.json new file mode 100644 index 00000000..ae3d94fe --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/block.json @@ -0,0 +1,24 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "block", + "fragment": "block", + "attributes": [ + "Position", + "Color", + "UV0", + "UV2", + "Normal" + ], + "samplers": [ + { "name": "Sampler0" } + ], + "uniforms": [ + { "name": "ModelViewMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ColorModulator", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/core/block.vsh b/1.17.1/assets/minecraft/shaders/core/block.vsh new file mode 100644 index 00000000..96201fb7 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/block.vsh @@ -0,0 +1,24 @@ +#version 150 + +in vec3 Position; +in vec4 Color; +in vec2 UV0; +in vec2 UV2; +in vec3 Normal; + +uniform mat4 ModelViewMat; +uniform mat4 ProjMat; + +out vec4 vertexColor; +out vec2 texCoord0; +out vec2 texCoord2; +out vec4 normal; + +void main() { + gl_Position = ProjMat * ModelViewMat * vec4(Position, 1.0); + + vertexColor = Color; + texCoord0 = UV0; + texCoord2 = UV2; + normal = ProjMat * ModelViewMat * vec4(Normal, 0.0); +} diff --git a/1.17.1/assets/minecraft/shaders/core/new_entity.fsh b/1.17.1/assets/minecraft/shaders/core/new_entity.fsh new file mode 100644 index 00000000..32f01081 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/new_entity.fsh @@ -0,0 +1,18 @@ +#version 150 + +uniform sampler2D Sampler0; + +uniform vec4 ColorModulator; + +in vec4 vertexColor; +in vec2 texCoord0; +in vec2 texCoord1; +in vec2 texCoord2; +in vec4 normal; + +out vec4 fragColor; + +void main() { + vec4 color = texture(Sampler0, texCoord0) * vertexColor; + fragColor = color * ColorModulator; +} diff --git a/1.17.1/assets/minecraft/shaders/core/new_entity.json b/1.17.1/assets/minecraft/shaders/core/new_entity.json new file mode 100644 index 00000000..973ab825 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/new_entity.json @@ -0,0 +1,25 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "new_entity", + "fragment": "new_entity", + "attributes": [ + "Position", + "Color", + "UV0", + "UV1", + "UV2", + "Normal" + ], + "samplers": [ + { "name": "Sampler0" } + ], + "uniforms": [ + { "name": "ModelViewMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ColorModulator", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/core/new_entity.vsh b/1.17.1/assets/minecraft/shaders/core/new_entity.vsh new file mode 100644 index 00000000..70669a04 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/new_entity.vsh @@ -0,0 +1,27 @@ +#version 150 + +in vec3 Position; +in vec4 Color; +in vec2 UV0; +in vec2 UV1; +in vec2 UV2; +in vec3 Normal; + +uniform mat4 ModelViewMat; +uniform mat4 ProjMat; + +out vec4 vertexColor; +out vec2 texCoord0; +out vec2 texCoord1; +out vec2 texCoord2; +out vec4 normal; + +void main() { + gl_Position = ProjMat * ModelViewMat * vec4(Position, 1.0); + + vertexColor = Color; + texCoord0 = UV0; + texCoord1 = UV1; + texCoord2 = UV2; + normal = ProjMat * ModelViewMat * vec4(Normal, 0.0); +} diff --git a/1.17.1/assets/minecraft/shaders/core/particle.fsh b/1.17.1/assets/minecraft/shaders/core/particle.fsh new file mode 100644 index 00000000..58f81d29 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/particle.fsh @@ -0,0 +1,24 @@ +#version 150 + +#moj_import + +uniform sampler2D Sampler0; + +uniform vec4 ColorModulator; +uniform float FogStart; +uniform float FogEnd; +uniform vec4 FogColor; + +in float vertexDistance; +in vec2 texCoord0; +in vec4 vertexColor; + +out vec4 fragColor; + +void main() { + vec4 color = texture(Sampler0, texCoord0) * vertexColor * ColorModulator; + if (color.a < 0.1) { + discard; + } + fragColor = linear_fog(color, vertexDistance, FogStart, FogEnd, FogColor); +} diff --git a/1.17.1/assets/minecraft/shaders/core/particle.json b/1.17.1/assets/minecraft/shaders/core/particle.json new file mode 100644 index 00000000..1d94e13e --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/particle.json @@ -0,0 +1,27 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "particle", + "fragment": "particle", + "attributes": [ + "Position", + "UV0", + "Color", + "UV2" + ], + "samplers": [ + { "name": "Sampler0" }, + { "name": "Sampler2" } + ], + "uniforms": [ + { "name": "ModelViewMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ColorModulator", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] }, + { "name": "FogStart", "type": "float", "count": 1, "values": [ 0.0 ] }, + { "name": "FogEnd", "type": "float", "count": 1, "values": [ 1.0 ] }, + { "name": "FogColor", "type": "float", "count": 4, "values": [ 0.0, 0.0, 0.0, 0.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/core/particle.vsh b/1.17.1/assets/minecraft/shaders/core/particle.vsh new file mode 100644 index 00000000..2b75e5e7 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/particle.vsh @@ -0,0 +1,23 @@ +#version 150 + +in vec3 Position; +in vec2 UV0; +in vec4 Color; +in ivec2 UV2; + +uniform sampler2D Sampler2; + +uniform mat4 ModelViewMat; +uniform mat4 ProjMat; + +out float vertexDistance; +out vec2 texCoord0; +out vec4 vertexColor; + +void main() { + gl_Position = ProjMat * ModelViewMat * vec4(Position, 1.0); + + vertexDistance = length((ModelViewMat * vec4(Position, 1.0)).xyz); + texCoord0 = UV0; + vertexColor = Color * texelFetch(Sampler2, UV2 / 16, 0); +} diff --git a/1.17.1/assets/minecraft/shaders/core/position.fsh b/1.17.1/assets/minecraft/shaders/core/position.fsh new file mode 100644 index 00000000..83ce3b1d --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/position.fsh @@ -0,0 +1,16 @@ +#version 150 + +#moj_import + +uniform vec4 ColorModulator; +uniform float FogStart; +uniform float FogEnd; +uniform vec4 FogColor; + +in float vertexDistance; + +out vec4 fragColor; + +void main() { + fragColor = linear_fog(ColorModulator, vertexDistance, FogStart, FogEnd, FogColor); +} diff --git a/1.17.1/assets/minecraft/shaders/core/position.json b/1.17.1/assets/minecraft/shaders/core/position.json new file mode 100644 index 00000000..2dd090ae --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/position.json @@ -0,0 +1,21 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "position", + "fragment": "position", + "attributes": [ + ], + "samplers": [ + ], + "uniforms": [ + { "name": "ModelViewMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ColorModulator", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] }, + { "name": "FogStart", "type": "float", "count": 1, "values": [ 0.0 ] }, + { "name": "FogEnd", "type": "float", "count": 1, "values": [ 1.0 ] }, + { "name": "FogColor", "type": "float", "count": 4, "values": [ 0.0, 0.0, 0.0, 0.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/core/position.vsh b/1.17.1/assets/minecraft/shaders/core/position.vsh new file mode 100644 index 00000000..f87d3c97 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/position.vsh @@ -0,0 +1,14 @@ +#version 150 + +in vec3 Position; + +uniform mat4 ModelViewMat; +uniform mat4 ProjMat; + +out float vertexDistance; + +void main() { + gl_Position = ProjMat * ModelViewMat * vec4(Position, 1.0); + + vertexDistance = length((ModelViewMat * vec4(Position, 1.0)).xyz); +} diff --git a/1.17.1/assets/minecraft/shaders/core/position_color.fsh b/1.17.1/assets/minecraft/shaders/core/position_color.fsh new file mode 100644 index 00000000..d7da70e8 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/position_color.fsh @@ -0,0 +1,15 @@ +#version 150 + +in vec4 vertexColor; + +uniform vec4 ColorModulator; + +out vec4 fragColor; + +void main() { + vec4 color = vertexColor; + if (color.a == 0.0) { + discard; + } + fragColor = color * ColorModulator; +} diff --git a/1.17.1/assets/minecraft/shaders/core/position_color.json b/1.17.1/assets/minecraft/shaders/core/position_color.json new file mode 100644 index 00000000..84df3991 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/position_color.json @@ -0,0 +1,19 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "position_color", + "fragment": "position_color", + "attributes": [ + "Color" + ], + "samplers": [ + ], + "uniforms": [ + { "name": "ModelViewMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ColorModulator", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/core/position_color.vsh b/1.17.1/assets/minecraft/shaders/core/position_color.vsh new file mode 100644 index 00000000..19d3fdba --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/position_color.vsh @@ -0,0 +1,15 @@ +#version 150 + +in vec3 Position; +in vec4 Color; + +uniform mat4 ModelViewMat; +uniform mat4 ProjMat; + +out vec4 vertexColor; + +void main() { + gl_Position = ProjMat * ModelViewMat * vec4(Position, 1.0); + + vertexColor = Color; +} diff --git a/1.17.1/assets/minecraft/shaders/core/position_color_lightmap.fsh b/1.17.1/assets/minecraft/shaders/core/position_color_lightmap.fsh new file mode 100644 index 00000000..49a182cb --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/position_color_lightmap.fsh @@ -0,0 +1,15 @@ +#version 150 + +uniform sampler2D Sampler2; + +uniform vec4 ColorModulator; + +in vec4 vertexColor; +in vec2 texCoord2; + +out vec4 fragColor; + +void main() { + vec4 color = texture(Sampler2, texCoord2) * vertexColor; + fragColor = color * ColorModulator; +} diff --git a/1.17.1/assets/minecraft/shaders/core/position_color_lightmap.json b/1.17.1/assets/minecraft/shaders/core/position_color_lightmap.json new file mode 100644 index 00000000..1941be3a --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/position_color_lightmap.json @@ -0,0 +1,22 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "position_color_lightmap", + "fragment": "position_color_lightmap", + "attributes": [ + "Position", + "Color", + "UV2" + ], + "samplers": [ + { "name": "Sampler2" } + ], + "uniforms": [ + { "name": "ModelViewMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ColorModulator", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/core/position_color_lightmap.vsh b/1.17.1/assets/minecraft/shaders/core/position_color_lightmap.vsh new file mode 100644 index 00000000..8a08d3c7 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/position_color_lightmap.vsh @@ -0,0 +1,18 @@ +#version 150 + +in vec3 Position; +in vec4 Color; +in vec2 UV2; + +uniform mat4 ModelViewMat; +uniform mat4 ProjMat; + +out vec4 vertexColor; +out vec2 texCoord2; + +void main() { + gl_Position = ProjMat * ModelViewMat * vec4(Position, 1.0); + + vertexColor = Color; + texCoord2 = UV2; +} diff --git a/1.17.1/assets/minecraft/shaders/core/position_color_normal.fsh b/1.17.1/assets/minecraft/shaders/core/position_color_normal.fsh new file mode 100644 index 00000000..8962a028 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/position_color_normal.fsh @@ -0,0 +1,22 @@ +#version 150 + +#moj_import + +uniform vec4 ColorModulator; +uniform float FogStart; +uniform float FogEnd; +uniform vec4 FogColor; + +in float vertexDistance; +in vec4 vertexColor; +in vec4 normal; + +out vec4 fragColor; + +void main() { + vec4 color = vertexColor * ColorModulator; + if (color.a < 0.1) { + discard; + } + fragColor = linear_fog(color, vertexDistance, FogStart, FogEnd, FogColor); +} diff --git a/1.17.1/assets/minecraft/shaders/core/position_color_normal.json b/1.17.1/assets/minecraft/shaders/core/position_color_normal.json new file mode 100644 index 00000000..33b60186 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/position_color_normal.json @@ -0,0 +1,24 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "position_color_normal", + "fragment": "position_color_normal", + "attributes": [ + "Position", + "Color", + "Normal" + ], + "samplers": [ + ], + "uniforms": [ + { "name": "ModelViewMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ModelViewProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ColorModulator", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] }, + { "name": "FogStart", "type": "float", "count": 1, "values": [ 0.0 ] }, + { "name": "FogEnd", "type": "float", "count": 1, "values": [ 1.0 ] }, + { "name": "FogColor", "type": "float", "count": 4, "values": [ 0.0, 0.0, 0.0, 0.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/core/position_color_normal.vsh b/1.17.1/assets/minecraft/shaders/core/position_color_normal.vsh new file mode 100644 index 00000000..7f15a9d9 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/position_color_normal.vsh @@ -0,0 +1,20 @@ +#version 150 + +in vec3 Position; +in vec4 Color; +in vec3 Normal; + +uniform mat4 ModelViewMat; +uniform mat4 ModelViewProjMat; + +out float vertexDistance; +out vec4 vertexColor; +out vec4 normal; + +void main() { + gl_Position = ModelViewProjMat * vec4(Position, 1.0); + + vertexDistance = length((ModelViewMat * vec4(Position, 1.0)).xyz); + vertexColor = Color; + normal = ModelViewProjMat * vec4(Normal, 0.0); +} diff --git a/1.17.1/assets/minecraft/shaders/core/position_color_tex.fsh b/1.17.1/assets/minecraft/shaders/core/position_color_tex.fsh new file mode 100644 index 00000000..cfdb7b2b --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/position_color_tex.fsh @@ -0,0 +1,18 @@ +#version 150 + +uniform sampler2D Sampler0; + +uniform vec4 ColorModulator; + +in vec4 vertexColor; +in vec2 texCoord0; + +out vec4 fragColor; + +void main() { + vec4 color = texture(Sampler0, texCoord0) * vertexColor; + if (color.a < 0.1) { + discard; + } + fragColor = color * ColorModulator; +} diff --git a/1.17.1/assets/minecraft/shaders/core/position_color_tex.json b/1.17.1/assets/minecraft/shaders/core/position_color_tex.json new file mode 100644 index 00000000..ec755516 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/position_color_tex.json @@ -0,0 +1,22 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "position_color_tex", + "fragment": "position_color_tex", + "attributes": [ + "Position", + "Color", + "UV0" + ], + "samplers": [ + { "name": "Sampler0" } + ], + "uniforms": [ + { "name": "ModelViewMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ColorModulator", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/core/position_color_tex.vsh b/1.17.1/assets/minecraft/shaders/core/position_color_tex.vsh new file mode 100644 index 00000000..44e105d4 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/position_color_tex.vsh @@ -0,0 +1,18 @@ +#version 150 + +in vec3 Position; +in vec4 Color; +in vec2 UV0; + +uniform mat4 ModelViewMat; +uniform mat4 ProjMat; + +out vec4 vertexColor; +out vec2 texCoord0; + +void main() { + gl_Position = ProjMat * ModelViewMat * vec4(Position, 1.0); + + vertexColor = Color; + texCoord0 = UV0; +} diff --git a/1.17.1/assets/minecraft/shaders/core/position_color_tex_lightmap.fsh b/1.17.1/assets/minecraft/shaders/core/position_color_tex_lightmap.fsh new file mode 100644 index 00000000..d04bdec4 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/position_color_tex_lightmap.fsh @@ -0,0 +1,19 @@ +#version 150 + +uniform sampler2D Sampler0; + +uniform vec4 ColorModulator; + +in vec4 vertexColor; +in vec2 texCoord0; +in vec2 texCoord2; + +out vec4 fragColor; + +void main() { + vec4 color = texture(Sampler0, texCoord0) * vertexColor; + if (color.a < 0.1) { + discard; + } + fragColor = color * ColorModulator; +} diff --git a/1.17.1/assets/minecraft/shaders/core/position_color_tex_lightmap.json b/1.17.1/assets/minecraft/shaders/core/position_color_tex_lightmap.json new file mode 100644 index 00000000..8df21642 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/position_color_tex_lightmap.json @@ -0,0 +1,23 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "position_color_tex_lightmap", + "fragment": "position_color_tex_lightmap", + "attributes": [ + "Position", + "Color", + "UV0", + "UV2" + ], + "samplers": [ + { "name": "Sampler0" } + ], + "uniforms": [ + { "name": "ModelViewMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ColorModulator", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/core/position_color_tex_lightmap.vsh b/1.17.1/assets/minecraft/shaders/core/position_color_tex_lightmap.vsh new file mode 100644 index 00000000..75bbab4f --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/position_color_tex_lightmap.vsh @@ -0,0 +1,21 @@ +#version 150 + +in vec3 Position; +in vec4 Color; +in vec2 UV0; +in vec2 UV2; + +uniform mat4 ModelViewMat; +uniform mat4 ProjMat; + +out vec4 vertexColor; +out vec2 texCoord0; +out vec2 texCoord2; + +void main() { + gl_Position = ProjMat * ModelViewMat * vec4(Position, 1.0); + + vertexColor = Color; + texCoord0 = UV0; + texCoord2 = UV2; +} diff --git a/1.17.1/assets/minecraft/shaders/core/position_tex.fsh b/1.17.1/assets/minecraft/shaders/core/position_tex.fsh new file mode 100644 index 00000000..ded49d39 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/position_tex.fsh @@ -0,0 +1,17 @@ +#version 150 + +uniform sampler2D Sampler0; + +uniform vec4 ColorModulator; + +in vec2 texCoord0; + +out vec4 fragColor; + +void main() { + vec4 color = texture(Sampler0, texCoord0); + if (color.a == 0.0) { + discard; + } + fragColor = color * ColorModulator; +} diff --git a/1.17.1/assets/minecraft/shaders/core/position_tex.json b/1.17.1/assets/minecraft/shaders/core/position_tex.json new file mode 100644 index 00000000..70f82d52 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/position_tex.json @@ -0,0 +1,21 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "position_tex", + "fragment": "position_tex", + "attributes": [ + "Position", + "UV0" + ], + "samplers": [ + { "name": "Sampler0" } + ], + "uniforms": [ + { "name": "ModelViewMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ColorModulator", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/core/position_tex.vsh b/1.17.1/assets/minecraft/shaders/core/position_tex.vsh new file mode 100644 index 00000000..15336e2e --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/position_tex.vsh @@ -0,0 +1,15 @@ +#version 150 + +in vec3 Position; +in vec2 UV0; + +uniform mat4 ModelViewMat; +uniform mat4 ProjMat; + +out vec2 texCoord0; + +void main() { + gl_Position = ProjMat * ModelViewMat * vec4(Position, 1.0); + + texCoord0 = UV0; +} diff --git a/1.17.1/assets/minecraft/shaders/core/position_tex_color.fsh b/1.17.1/assets/minecraft/shaders/core/position_tex_color.fsh new file mode 100644 index 00000000..f64629e9 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/position_tex_color.fsh @@ -0,0 +1,18 @@ +#version 150 + +uniform sampler2D Sampler0; + +uniform vec4 ColorModulator; + +in vec2 texCoord0; +in vec4 vertexColor; + +out vec4 fragColor; + +void main() { + vec4 color = texture(Sampler0, texCoord0) * vertexColor; + if (color.a < 0.1) { + discard; + } + fragColor = color * ColorModulator; +} diff --git a/1.17.1/assets/minecraft/shaders/core/position_tex_color.json b/1.17.1/assets/minecraft/shaders/core/position_tex_color.json new file mode 100644 index 00000000..17e56b33 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/position_tex_color.json @@ -0,0 +1,22 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "position_tex_color", + "fragment": "position_tex_color", + "attributes": [ + "Position", + "UV0", + "Color" + ], + "samplers": [ + { "name": "Sampler0" } + ], + "uniforms": [ + { "name": "ModelViewMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ColorModulator", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/core/position_tex_color.vsh b/1.17.1/assets/minecraft/shaders/core/position_tex_color.vsh new file mode 100644 index 00000000..1ed8e406 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/position_tex_color.vsh @@ -0,0 +1,18 @@ +#version 150 + +in vec3 Position; +in vec2 UV0; +in vec4 Color; + +uniform mat4 ModelViewMat; +uniform mat4 ProjMat; + +out vec2 texCoord0; +out vec4 vertexColor; + +void main() { + gl_Position = ProjMat * ModelViewMat * vec4(Position, 1.0); + + texCoord0 = UV0; + vertexColor = Color; +} diff --git a/1.17.1/assets/minecraft/shaders/core/position_tex_color_normal.fsh b/1.17.1/assets/minecraft/shaders/core/position_tex_color_normal.fsh new file mode 100644 index 00000000..99103bc8 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/position_tex_color_normal.fsh @@ -0,0 +1,25 @@ +#version 150 + +#moj_import + +uniform sampler2D Sampler0; + +uniform vec4 ColorModulator; +uniform float FogStart; +uniform float FogEnd; +uniform vec4 FogColor; + +in vec2 texCoord0; +in float vertexDistance; +in vec4 vertexColor; +in vec4 normal; + +out vec4 fragColor; + +void main() { + vec4 color = texture(Sampler0, texCoord0) * vertexColor * ColorModulator; + if (color.a < 0.1) { + discard; + } + fragColor = linear_fog(color, vertexDistance, FogStart, FogEnd, FogColor); +} diff --git a/1.17.1/assets/minecraft/shaders/core/position_tex_color_normal.json b/1.17.1/assets/minecraft/shaders/core/position_tex_color_normal.json new file mode 100644 index 00000000..c264db8e --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/position_tex_color_normal.json @@ -0,0 +1,26 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "position_tex_color_normal", + "fragment": "position_tex_color_normal", + "attributes": [ + "Position", + "UV0", + "Color", + "Normal" + ], + "samplers": [ + { "name": "Sampler0" } + ], + "uniforms": [ + { "name": "ModelViewMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ColorModulator", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] }, + { "name": "FogStart", "type": "float", "count": 1, "values": [ 0.0 ] }, + { "name": "FogEnd", "type": "float", "count": 1, "values": [ 1.0 ] }, + { "name": "FogColor", "type": "float", "count": 4, "values": [ 0.0, 0.0, 0.0, 0.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/core/position_tex_color_normal.vsh b/1.17.1/assets/minecraft/shaders/core/position_tex_color_normal.vsh new file mode 100644 index 00000000..118ff785 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/position_tex_color_normal.vsh @@ -0,0 +1,23 @@ +#version 150 + +in vec3 Position; +in vec2 UV0; +in vec4 Color; +in vec3 Normal; + +uniform mat4 ModelViewMat; +uniform mat4 ProjMat; + +out vec2 texCoord0; +out float vertexDistance; +out vec4 vertexColor; +out vec4 normal; + +void main() { + gl_Position = ProjMat * ModelViewMat * vec4(Position, 1.0); + + texCoord0 = UV0; + vertexDistance = length((ModelViewMat * vec4(Position, 1.0)).xyz); + vertexColor = Color; + normal = ProjMat * ModelViewMat * vec4(Normal, 0.0); +} diff --git a/1.17.1/assets/minecraft/shaders/core/position_tex_lightmap_color.fsh b/1.17.1/assets/minecraft/shaders/core/position_tex_lightmap_color.fsh new file mode 100644 index 00000000..1f274d7e --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/position_tex_lightmap_color.fsh @@ -0,0 +1,19 @@ +#version 150 + +uniform sampler2D Sampler0; + +uniform vec4 ColorModulator; + +in vec2 texCoord0; +in vec2 texCoord2; +in vec4 vertexColor; + +out vec4 fragColor; + +void main() { + vec4 color = texture(Sampler0, texCoord0) * vertexColor; + if (color.a < 0.1) { + discard; + } + fragColor = color * ColorModulator; +} diff --git a/1.17.1/assets/minecraft/shaders/core/position_tex_lightmap_color.json b/1.17.1/assets/minecraft/shaders/core/position_tex_lightmap_color.json new file mode 100644 index 00000000..dfee0fc0 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/position_tex_lightmap_color.json @@ -0,0 +1,23 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "position_tex_lightmap_color", + "fragment": "position_tex_lightmap_color", + "attributes": [ + "Position", + "UV0", + "UV2", + "Color" + ], + "samplers": [ + { "name": "Sampler0" } + ], + "uniforms": [ + { "name": "ModelViewMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ColorModulator", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/core/position_tex_lightmap_color.vsh b/1.17.1/assets/minecraft/shaders/core/position_tex_lightmap_color.vsh new file mode 100644 index 00000000..994aa9c1 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/position_tex_lightmap_color.vsh @@ -0,0 +1,21 @@ +#version 150 + +in vec3 Position; +in vec2 UV0; +in vec2 UV2; +in vec4 Color; + +uniform mat4 ModelViewMat; +uniform mat4 ProjMat; + +out vec2 texCoord0; +out vec2 texCoord2; +out vec4 vertexColor; + +void main() { + gl_Position = ProjMat * ModelViewMat * vec4(Position, 1.0); + + texCoord0 = UV0; + texCoord2 = UV2; + vertexColor = Color; +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_armor_cutout_no_cull.fsh b/1.17.1/assets/minecraft/shaders/core/rendertype_armor_cutout_no_cull.fsh new file mode 100644 index 00000000..fb6633f4 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_armor_cutout_no_cull.fsh @@ -0,0 +1,26 @@ +#version 150 + +#moj_import + +uniform sampler2D Sampler0; + +uniform vec4 ColorModulator; +uniform float FogStart; +uniform float FogEnd; +uniform vec4 FogColor; + +in float vertexDistance; +in vec4 vertexColor; +in vec2 texCoord0; +in vec2 texCoord1; +in vec4 normal; + +out vec4 fragColor; + +void main() { + vec4 color = texture(Sampler0, texCoord0) * vertexColor * ColorModulator; + if (color.a < 0.1) { + discard; + } + fragColor = linear_fog(color, vertexDistance, FogStart, FogEnd, FogColor); +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_armor_cutout_no_cull.json b/1.17.1/assets/minecraft/shaders/core/rendertype_armor_cutout_no_cull.json new file mode 100644 index 00000000..d910e4d9 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_armor_cutout_no_cull.json @@ -0,0 +1,31 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "rendertype_armor_cutout_no_cull", + "fragment": "rendertype_armor_cutout_no_cull", + "attributes": [ + "Position", + "Color", + "UV0", + "UV1", + "UV2", + "Normal" + ], + "samplers": [ + { "name": "Sampler0" }, + { "name": "Sampler2" } + ], + "uniforms": [ + { "name": "ModelViewMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ColorModulator", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] }, + { "name": "Light0_Direction", "type": "float", "count": 3, "values": [0.0, 0.0, 0.0] }, + { "name": "Light1_Direction", "type": "float", "count": 3, "values": [0.0, 0.0, 0.0] }, + { "name": "FogStart", "type": "float", "count": 1, "values": [ 0.0 ] }, + { "name": "FogEnd", "type": "float", "count": 1, "values": [ 1.0 ] }, + { "name": "FogColor", "type": "float", "count": 4, "values": [ 0.0, 0.0, 0.0, 0.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_armor_cutout_no_cull.vsh b/1.17.1/assets/minecraft/shaders/core/rendertype_armor_cutout_no_cull.vsh new file mode 100644 index 00000000..fb204edb --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_armor_cutout_no_cull.vsh @@ -0,0 +1,34 @@ +#version 150 + +#moj_import + +in vec3 Position; +in vec4 Color; +in vec2 UV0; +in vec2 UV1; +in ivec2 UV2; +in vec3 Normal; + +uniform sampler2D Sampler2; + +uniform mat4 ModelViewMat; +uniform mat4 ProjMat; + +uniform vec3 Light0_Direction; +uniform vec3 Light1_Direction; + +out float vertexDistance; +out vec4 vertexColor; +out vec2 texCoord0; +out vec2 texCoord1; +out vec4 normal; + +void main() { + gl_Position = ProjMat * ModelViewMat * vec4(Position, 1.0); + + vertexDistance = length((ModelViewMat * vec4(Position, 1.0)).xyz); + vertexColor = minecraft_mix_light(Light0_Direction, Light1_Direction, Normal, Color) * texelFetch(Sampler2, UV2 / 16, 0); + texCoord0 = UV0; + texCoord1 = UV1; + normal = ProjMat * ModelViewMat * vec4(Normal, 0.0); +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_armor_entity_glint.fsh b/1.17.1/assets/minecraft/shaders/core/rendertype_armor_entity_glint.fsh new file mode 100644 index 00000000..0be77474 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_armor_entity_glint.fsh @@ -0,0 +1,23 @@ +#version 150 + +#moj_import + +uniform sampler2D Sampler0; + +uniform vec4 ColorModulator; +uniform float FogStart; +uniform float FogEnd; + +in float vertexDistance; +in vec2 texCoord0; + +out vec4 fragColor; + +void main() { + vec4 color = texture(Sampler0, texCoord0) * ColorModulator; + if (color.a < 0.1) { + discard; + } + float fade = linear_fog_fade(vertexDistance, FogStart, FogEnd); + fragColor = vec4(color.rgb * fade, color.a); +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_armor_entity_glint.json b/1.17.1/assets/minecraft/shaders/core/rendertype_armor_entity_glint.json new file mode 100644 index 00000000..fcac53c4 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_armor_entity_glint.json @@ -0,0 +1,24 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "rendertype_armor_entity_glint", + "fragment": "rendertype_armor_entity_glint", + "attributes": [ + "Position", + "UV0" + ], + "samplers": [ + { "name": "Sampler0" } + ], + "uniforms": [ + { "name": "ModelViewMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ColorModulator", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] }, + { "name": "FogStart", "type": "float", "count": 1, "values": [ 0.0 ] }, + { "name": "FogEnd", "type": "float", "count": 1, "values": [ 1.0 ] }, + { "name": "TextureMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_armor_entity_glint.vsh b/1.17.1/assets/minecraft/shaders/core/rendertype_armor_entity_glint.vsh new file mode 100644 index 00000000..e25c2e03 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_armor_entity_glint.vsh @@ -0,0 +1,18 @@ +#version 150 + +in vec3 Position; +in vec2 UV0; + +uniform mat4 ModelViewMat; +uniform mat4 ProjMat; +uniform mat4 TextureMat; + +out float vertexDistance; +out vec2 texCoord0; + +void main() { + gl_Position = ProjMat * ModelViewMat * vec4(Position, 1.0); + + vertexDistance = length((ModelViewMat * vec4(Position, 1.0)).xyz); + texCoord0 = (TextureMat * vec4(UV0, 0.0, 1.0)).xy; +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_armor_glint.fsh b/1.17.1/assets/minecraft/shaders/core/rendertype_armor_glint.fsh new file mode 100644 index 00000000..0be77474 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_armor_glint.fsh @@ -0,0 +1,23 @@ +#version 150 + +#moj_import + +uniform sampler2D Sampler0; + +uniform vec4 ColorModulator; +uniform float FogStart; +uniform float FogEnd; + +in float vertexDistance; +in vec2 texCoord0; + +out vec4 fragColor; + +void main() { + vec4 color = texture(Sampler0, texCoord0) * ColorModulator; + if (color.a < 0.1) { + discard; + } + float fade = linear_fog_fade(vertexDistance, FogStart, FogEnd); + fragColor = vec4(color.rgb * fade, color.a); +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_armor_glint.json b/1.17.1/assets/minecraft/shaders/core/rendertype_armor_glint.json new file mode 100644 index 00000000..925cf49b --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_armor_glint.json @@ -0,0 +1,24 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "rendertype_armor_glint", + "fragment": "rendertype_armor_glint", + "attributes": [ + "Position", + "UV0" + ], + "samplers": [ + { "name": "Sampler0" } + ], + "uniforms": [ + { "name": "ModelViewMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ColorModulator", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] }, + { "name": "FogStart", "type": "float", "count": 1, "values": [ 0.0 ] }, + { "name": "FogEnd", "type": "float", "count": 1, "values": [ 1.0 ] }, + { "name": "TextureMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_armor_glint.vsh b/1.17.1/assets/minecraft/shaders/core/rendertype_armor_glint.vsh new file mode 100644 index 00000000..e25c2e03 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_armor_glint.vsh @@ -0,0 +1,18 @@ +#version 150 + +in vec3 Position; +in vec2 UV0; + +uniform mat4 ModelViewMat; +uniform mat4 ProjMat; +uniform mat4 TextureMat; + +out float vertexDistance; +out vec2 texCoord0; + +void main() { + gl_Position = ProjMat * ModelViewMat * vec4(Position, 1.0); + + vertexDistance = length((ModelViewMat * vec4(Position, 1.0)).xyz); + texCoord0 = (TextureMat * vec4(UV0, 0.0, 1.0)).xy; +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_beacon_beam.fsh b/1.17.1/assets/minecraft/shaders/core/rendertype_beacon_beam.fsh new file mode 100644 index 00000000..88ce640a --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_beacon_beam.fsh @@ -0,0 +1,23 @@ +#version 150 + +#moj_import + +uniform sampler2D Sampler0; + +uniform mat4 ProjMat; +uniform vec4 ColorModulator; +uniform float FogStart; +uniform float FogEnd; +uniform vec4 FogColor; + +in vec4 vertexColor; +in vec2 texCoord0; + +out vec4 fragColor; + +void main() { + vec4 color = texture(Sampler0, texCoord0); + color *= vertexColor * ColorModulator; + float fragmentDistance = -ProjMat[3].z / ((gl_FragCoord.z) * -2.0 + 1.0 - ProjMat[2].z); + fragColor = linear_fog(color, fragmentDistance, FogStart, FogEnd, FogColor); +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_beacon_beam.json b/1.17.1/assets/minecraft/shaders/core/rendertype_beacon_beam.json new file mode 100644 index 00000000..3f4db076 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_beacon_beam.json @@ -0,0 +1,25 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "rendertype_beacon_beam", + "fragment": "rendertype_beacon_beam", + "attributes": [ + "Position", + "Color", + "UV0" + ], + "samplers": [ + { "name": "Sampler0" } + ], + "uniforms": [ + { "name": "ModelViewMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ColorModulator", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] }, + { "name": "FogStart", "type": "float", "count": 1, "values": [ 0.0 ] }, + { "name": "FogEnd", "type": "float", "count": 1, "values": [ 1.0 ] }, + { "name": "FogColor", "type": "float", "count": 4, "values": [ 0.0, 0.0, 0.0, 0.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_beacon_beam.vsh b/1.17.1/assets/minecraft/shaders/core/rendertype_beacon_beam.vsh new file mode 100644 index 00000000..44e105d4 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_beacon_beam.vsh @@ -0,0 +1,18 @@ +#version 150 + +in vec3 Position; +in vec4 Color; +in vec2 UV0; + +uniform mat4 ModelViewMat; +uniform mat4 ProjMat; + +out vec4 vertexColor; +out vec2 texCoord0; + +void main() { + gl_Position = ProjMat * ModelViewMat * vec4(Position, 1.0); + + vertexColor = Color; + texCoord0 = UV0; +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_crumbling.fsh b/1.17.1/assets/minecraft/shaders/core/rendertype_crumbling.fsh new file mode 100644 index 00000000..9b22976a --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_crumbling.fsh @@ -0,0 +1,20 @@ +#version 150 + +uniform sampler2D Sampler0; + +uniform vec4 ColorModulator; + +in vec4 vertexColor; +in vec2 texCoord0; +in vec2 texCoord2; +in vec4 normal; + +out vec4 fragColor; + +void main() { + vec4 color = texture(Sampler0, texCoord0) * vertexColor; + if (color.a < 0.1) { + discard; + } + fragColor = color * ColorModulator; +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_crumbling.json b/1.17.1/assets/minecraft/shaders/core/rendertype_crumbling.json new file mode 100644 index 00000000..9bb91cbb --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_crumbling.json @@ -0,0 +1,24 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "rendertype_crumbling", + "fragment": "rendertype_crumbling", + "attributes": [ + "Position", + "Color", + "UV0", + "UV2", + "Normal" + ], + "samplers": [ + { "name": "Sampler0" } + ], + "uniforms": [ + { "name": "ModelViewMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ColorModulator", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_crumbling.vsh b/1.17.1/assets/minecraft/shaders/core/rendertype_crumbling.vsh new file mode 100644 index 00000000..96201fb7 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_crumbling.vsh @@ -0,0 +1,24 @@ +#version 150 + +in vec3 Position; +in vec4 Color; +in vec2 UV0; +in vec2 UV2; +in vec3 Normal; + +uniform mat4 ModelViewMat; +uniform mat4 ProjMat; + +out vec4 vertexColor; +out vec2 texCoord0; +out vec2 texCoord2; +out vec4 normal; + +void main() { + gl_Position = ProjMat * ModelViewMat * vec4(Position, 1.0); + + vertexColor = Color; + texCoord0 = UV0; + texCoord2 = UV2; + normal = ProjMat * ModelViewMat * vec4(Normal, 0.0); +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_cutout.fsh b/1.17.1/assets/minecraft/shaders/core/rendertype_cutout.fsh new file mode 100644 index 00000000..abcea23e --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_cutout.fsh @@ -0,0 +1,25 @@ +#version 150 + +#moj_import + +uniform sampler2D Sampler0; + +uniform vec4 ColorModulator; +uniform float FogStart; +uniform float FogEnd; +uniform vec4 FogColor; + +in float vertexDistance; +in vec4 vertexColor; +in vec2 texCoord0; +in vec4 normal; + +out vec4 fragColor; + +void main() { + vec4 color = texture(Sampler0, texCoord0) * vertexColor * ColorModulator; + if (color.a < 0.1) { + discard; + } + fragColor = linear_fog(color, vertexDistance, FogStart, FogEnd, FogColor); +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_cutout.json b/1.17.1/assets/minecraft/shaders/core/rendertype_cutout.json new file mode 100644 index 00000000..384d0750 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_cutout.json @@ -0,0 +1,29 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "rendertype_cutout", + "fragment": "rendertype_cutout", + "attributes": [ + "Position", + "Color", + "UV0", + "UV2", + "Normal" + ], + "samplers": [ + { "name": "Sampler0" }, + { "name": "Sampler2" } + ], + "uniforms": [ + { "name": "ModelViewMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ChunkOffset", "type": "float", "count": 3, "values": [ 0.0, 0.0, 0.0 ] }, + { "name": "ColorModulator", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] }, + { "name": "FogStart", "type": "float", "count": 1, "values": [ 0.0 ] }, + { "name": "FogEnd", "type": "float", "count": 1, "values": [ 1.0 ] }, + { "name": "FogColor", "type": "float", "count": 4, "values": [ 0.0, 0.0, 0.0, 0.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_cutout.vsh b/1.17.1/assets/minecraft/shaders/core/rendertype_cutout.vsh new file mode 100644 index 00000000..e722cfa9 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_cutout.vsh @@ -0,0 +1,29 @@ +#version 150 + +#moj_import + +in vec3 Position; +in vec4 Color; +in vec2 UV0; +in ivec2 UV2; +in vec3 Normal; + +uniform sampler2D Sampler2; + +uniform mat4 ModelViewMat; +uniform mat4 ProjMat; +uniform vec3 ChunkOffset; + +out float vertexDistance; +out vec4 vertexColor; +out vec2 texCoord0; +out vec4 normal; + +void main() { + gl_Position = ProjMat * ModelViewMat * vec4(Position + ChunkOffset, 1.0); + + vertexDistance = length((ModelViewMat * vec4(Position + ChunkOffset, 1.0)).xyz); + vertexColor = Color * minecraft_sample_lightmap(Sampler2, UV2); + texCoord0 = UV0; + normal = ProjMat * ModelViewMat * vec4(Normal, 0.0); +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_cutout_mipped.fsh b/1.17.1/assets/minecraft/shaders/core/rendertype_cutout_mipped.fsh new file mode 100644 index 00000000..a26521a9 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_cutout_mipped.fsh @@ -0,0 +1,25 @@ +#version 150 + +#moj_import + +uniform sampler2D Sampler0; + +uniform vec4 ColorModulator; +uniform float FogStart; +uniform float FogEnd; +uniform vec4 FogColor; + +in float vertexDistance; +in vec4 vertexColor; +in vec2 texCoord0; +in vec4 normal; + +out vec4 fragColor; + +void main() { + vec4 color = texture(Sampler0, texCoord0) * vertexColor * ColorModulator; + if (color.a < 0.5) { + discard; + } + fragColor = linear_fog(color, vertexDistance, FogStart, FogEnd, FogColor); +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_cutout_mipped.json b/1.17.1/assets/minecraft/shaders/core/rendertype_cutout_mipped.json new file mode 100644 index 00000000..8d171aea --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_cutout_mipped.json @@ -0,0 +1,29 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "rendertype_cutout_mipped", + "fragment": "rendertype_cutout_mipped", + "attributes": [ + "Position", + "Color", + "UV0", + "UV2", + "Normal" + ], + "samplers": [ + { "name": "Sampler0" }, + { "name": "Sampler2" } + ], + "uniforms": [ + { "name": "ModelViewMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ChunkOffset", "type": "float", "count": 3, "values": [ 0.0, 0.0, 0.0 ] }, + { "name": "ColorModulator", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] }, + { "name": "FogStart", "type": "float", "count": 1, "values": [ 0.0 ] }, + { "name": "FogEnd", "type": "float", "count": 1, "values": [ 1.0 ] }, + { "name": "FogColor", "type": "float", "count": 4, "values": [ 0.0, 0.0, 0.0, 0.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_cutout_mipped.vsh b/1.17.1/assets/minecraft/shaders/core/rendertype_cutout_mipped.vsh new file mode 100644 index 00000000..e722cfa9 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_cutout_mipped.vsh @@ -0,0 +1,29 @@ +#version 150 + +#moj_import + +in vec3 Position; +in vec4 Color; +in vec2 UV0; +in ivec2 UV2; +in vec3 Normal; + +uniform sampler2D Sampler2; + +uniform mat4 ModelViewMat; +uniform mat4 ProjMat; +uniform vec3 ChunkOffset; + +out float vertexDistance; +out vec4 vertexColor; +out vec2 texCoord0; +out vec4 normal; + +void main() { + gl_Position = ProjMat * ModelViewMat * vec4(Position + ChunkOffset, 1.0); + + vertexDistance = length((ModelViewMat * vec4(Position + ChunkOffset, 1.0)).xyz); + vertexColor = Color * minecraft_sample_lightmap(Sampler2, UV2); + texCoord0 = UV0; + normal = ProjMat * ModelViewMat * vec4(Normal, 0.0); +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_end_gateway.json b/1.17.1/assets/minecraft/shaders/core/rendertype_end_gateway.json new file mode 100644 index 00000000..f0c491f7 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_end_gateway.json @@ -0,0 +1,20 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "rendertype_end_portal", + "fragment": "rendertype_end_portal", + "attributes": [], + "samplers": [ + { "name": "Sampler0" }, + { "name": "Sampler1" } + ], + "uniforms": [ + { "name": "ModelViewMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "GameTime", "type": "float", "count": 1, "values": [ 0.0 ] }, + { "name": "EndPortalLayers", "type": "int", "count": 1, "values": [ 16 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_end_portal.fsh b/1.17.1/assets/minecraft/shaders/core/rendertype_end_portal.fsh new file mode 100644 index 00000000..b6a400cd --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_end_portal.fsh @@ -0,0 +1,62 @@ +#version 150 + +#moj_import + +uniform sampler2D Sampler0; +uniform sampler2D Sampler1; + +uniform float GameTime; +uniform int EndPortalLayers; + +in vec4 texProj0; + +const vec3[] COLORS = vec3[]( + vec3(0.022087, 0.098399, 0.110818), + vec3(0.011892, 0.095924, 0.089485), + vec3(0.027636, 0.101689, 0.100326), + vec3(0.046564, 0.109883, 0.114838), + vec3(0.064901, 0.117696, 0.097189), + vec3(0.063761, 0.086895, 0.123646), + vec3(0.084817, 0.111994, 0.166380), + vec3(0.097489, 0.154120, 0.091064), + vec3(0.106152, 0.131144, 0.195191), + vec3(0.097721, 0.110188, 0.187229), + vec3(0.133516, 0.138278, 0.148582), + vec3(0.070006, 0.243332, 0.235792), + vec3(0.196766, 0.142899, 0.214696), + vec3(0.047281, 0.315338, 0.321970), + vec3(0.204675, 0.390010, 0.302066), + vec3(0.080955, 0.314821, 0.661491) +); + +const mat4 SCALE_TRANSLATE = mat4( + 0.5, 0.0, 0.0, 0.25, + 0.0, 0.5, 0.0, 0.25, + 0.0, 0.0, 1.0, 0.0, + 0.0, 0.0, 0.0, 1.0 +); + +mat4 end_portal_layer(float layer) { + mat4 translate = mat4( + 1.0, 0.0, 0.0, 17.0 / layer, + 0.0, 1.0, 0.0, (2.0 + layer / 1.5) * (GameTime * 1.5), + 0.0, 0.0, 1.0, 0.0, + 0.0, 0.0, 0.0, 1.0 + ); + + mat2 rotate = mat2_rotate_z(radians((layer * layer * 4321.0 + layer * 9.0) * 2.0)); + + mat2 scale = mat2((4.5 - layer / 4.0) * 2.0); + + return mat4(scale * rotate) * translate * SCALE_TRANSLATE; +} + +out vec4 fragColor; + +void main() { + vec3 color = textureProj(Sampler0, texProj0).rgb * COLORS[0]; + for (int i = 0; i < EndPortalLayers; i++) { + color += textureProj(Sampler1, texProj0 * end_portal_layer(float(i + 1))).rgb * COLORS[i]; + } + fragColor = vec4(color, 1.0); +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_end_portal.json b/1.17.1/assets/minecraft/shaders/core/rendertype_end_portal.json new file mode 100644 index 00000000..605e1f77 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_end_portal.json @@ -0,0 +1,20 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "rendertype_end_portal", + "fragment": "rendertype_end_portal", + "attributes": [], + "samplers": [ + { "name": "Sampler0" }, + { "name": "Sampler1" } + ], + "uniforms": [ + { "name": "ModelViewMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "GameTime", "type": "float", "count": 1, "values": [ 0.0 ] }, + { "name": "EndPortalLayers", "type": "int", "count": 1, "values": [ 15 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_end_portal.vsh b/1.17.1/assets/minecraft/shaders/core/rendertype_end_portal.vsh new file mode 100644 index 00000000..1c094831 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_end_portal.vsh @@ -0,0 +1,16 @@ +#version 150 + +#moj_import + +in vec3 Position; + +uniform mat4 ModelViewMat; +uniform mat4 ProjMat; + +out vec4 texProj0; + +void main() { + gl_Position = ProjMat * ModelViewMat * vec4(Position, 1.0); + + texProj0 = projection_from_position(gl_Position); +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_energy_swirl.fsh b/1.17.1/assets/minecraft/shaders/core/rendertype_energy_swirl.fsh new file mode 100644 index 00000000..89514fba --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_energy_swirl.fsh @@ -0,0 +1,23 @@ +#version 150 + +#moj_import + +uniform sampler2D Sampler0; + +uniform vec4 ColorModulator; +uniform float FogStart; +uniform float FogEnd; + +in float vertexDistance; +in vec4 vertexColor; +in vec2 texCoord0; + +out vec4 fragColor; + +void main() { + vec4 color = texture(Sampler0, texCoord0) * vertexColor * ColorModulator; + if (color.a < 0.1) { + discard; + } + fragColor = color * linear_fog_fade(vertexDistance, FogStart, FogEnd); +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_energy_swirl.json b/1.17.1/assets/minecraft/shaders/core/rendertype_energy_swirl.json new file mode 100644 index 00000000..97d2480a --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_energy_swirl.json @@ -0,0 +1,25 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "rendertype_energy_swirl", + "fragment": "rendertype_energy_swirl", + "attributes": [ + "Position", + "Color", + "UV0" + ], + "samplers": [ + { "name": "Sampler0" } + ], + "uniforms": [ + { "name": "ModelViewMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "TextureMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ColorModulator", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] }, + { "name": "FogStart", "type": "float", "count": 1, "values": [ 0.0 ] }, + { "name": "FogEnd", "type": "float", "count": 1, "values": [ 1.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_energy_swirl.vsh b/1.17.1/assets/minecraft/shaders/core/rendertype_energy_swirl.vsh new file mode 100644 index 00000000..18adb1d0 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_energy_swirl.vsh @@ -0,0 +1,21 @@ +#version 150 + +in vec3 Position; +in vec4 Color; +in vec2 UV0; + +uniform mat4 ModelViewMat; +uniform mat4 ProjMat; +uniform mat4 TextureMat; + +out float vertexDistance; +out vec4 vertexColor; +out vec2 texCoord0; + +void main() { + gl_Position = ProjMat * ModelViewMat * vec4(Position, 1.0); + + vertexDistance = length((ModelViewMat * vec4(Position, 1.0)).xyz); + vertexColor = Color; + texCoord0 = (TextureMat * vec4(UV0, 0.0, 1.0)).xy; +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_entity_alpha.fsh b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_alpha.fsh new file mode 100644 index 00000000..1fa7ed96 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_alpha.fsh @@ -0,0 +1,19 @@ +#version 150 + +uniform sampler2D Sampler0; + +in vec4 vertexColor; +in vec2 texCoord0; +in vec2 texCoord1; +in vec2 texCoord2; +in vec4 normal; + +out vec4 fragColor; + +void main() { + vec4 color = texture(Sampler0, texCoord0); + if (color.a < vertexColor.a) { + discard; + } + fragColor = color; +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_entity_alpha.json b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_alpha.json new file mode 100644 index 00000000..982ce9cd --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_alpha.json @@ -0,0 +1,24 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "rendertype_entity_alpha", + "fragment": "rendertype_entity_alpha", + "attributes": [ + "Position", + "Color", + "UV0", + "UV1", + "UV2", + "Normal" + ], + "samplers": [ + { "name": "Sampler0" } + ], + "uniforms": [ + { "name": "ModelViewMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_entity_alpha.vsh b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_alpha.vsh new file mode 100644 index 00000000..70669a04 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_alpha.vsh @@ -0,0 +1,27 @@ +#version 150 + +in vec3 Position; +in vec4 Color; +in vec2 UV0; +in vec2 UV1; +in vec2 UV2; +in vec3 Normal; + +uniform mat4 ModelViewMat; +uniform mat4 ProjMat; + +out vec4 vertexColor; +out vec2 texCoord0; +out vec2 texCoord1; +out vec2 texCoord2; +out vec4 normal; + +void main() { + gl_Position = ProjMat * ModelViewMat * vec4(Position, 1.0); + + vertexColor = Color; + texCoord0 = UV0; + texCoord1 = UV1; + texCoord2 = UV2; + normal = ProjMat * ModelViewMat * vec4(Normal, 0.0); +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_entity_cutout.fsh b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_cutout.fsh new file mode 100644 index 00000000..9f35ffb9 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_cutout.fsh @@ -0,0 +1,30 @@ +#version 150 + +#moj_import + +uniform sampler2D Sampler0; + +uniform vec4 ColorModulator; +uniform float FogStart; +uniform float FogEnd; +uniform vec4 FogColor; + +in float vertexDistance; +in vec4 vertexColor; +in vec4 lightMapColor; +in vec4 overlayColor; +in vec2 texCoord0; +in vec4 normal; + +out vec4 fragColor; + +void main() { + vec4 color = texture(Sampler0, texCoord0); + if (color.a < 0.1) { + discard; + } + color *= vertexColor * ColorModulator; + color.rgb = mix(overlayColor.rgb, color.rgb, overlayColor.a); + color *= lightMapColor; + fragColor = linear_fog(color, vertexDistance, FogStart, FogEnd, FogColor); +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_entity_cutout.json b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_cutout.json new file mode 100644 index 00000000..8a35dc5c --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_cutout.json @@ -0,0 +1,32 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "rendertype_entity_cutout", + "fragment": "rendertype_entity_cutout", + "attributes": [ + "Position", + "Color", + "UV0", + "UV1", + "UV2", + "Normal" + ], + "samplers": [ + { "name": "Sampler0" }, + { "name": "Sampler1" }, + { "name": "Sampler2" } + ], + "uniforms": [ + { "name": "ModelViewMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ColorModulator", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] }, + { "name": "Light0_Direction", "type": "float", "count": 3, "values": [0.0, 0.0, 0.0] }, + { "name": "Light1_Direction", "type": "float", "count": 3, "values": [0.0, 0.0, 0.0] }, + { "name": "FogStart", "type": "float", "count": 1, "values": [ 0.0 ] }, + { "name": "FogEnd", "type": "float", "count": 1, "values": [ 1.0 ] }, + { "name": "FogColor", "type": "float", "count": 4, "values": [ 0.0, 0.0, 0.0, 0.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_entity_cutout.vsh b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_cutout.vsh new file mode 100644 index 00000000..1d06e4e5 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_cutout.vsh @@ -0,0 +1,37 @@ +#version 150 + +#moj_import + +in vec3 Position; +in vec4 Color; +in vec2 UV0; +in ivec2 UV1; +in ivec2 UV2; +in vec3 Normal; + +uniform sampler2D Sampler1; +uniform sampler2D Sampler2; + +uniform mat4 ModelViewMat; +uniform mat4 ProjMat; + +uniform vec3 Light0_Direction; +uniform vec3 Light1_Direction; + +out float vertexDistance; +out vec4 vertexColor; +out vec4 lightMapColor; +out vec4 overlayColor; +out vec2 texCoord0; +out vec4 normal; + +void main() { + gl_Position = ProjMat * ModelViewMat * vec4(Position, 1.0); + + vertexDistance = length((ModelViewMat * vec4(Position, 1.0)).xyz); + vertexColor = minecraft_mix_light(Light0_Direction, Light1_Direction, Normal, Color); + lightMapColor = texelFetch(Sampler2, UV2 / 16, 0); + overlayColor = texelFetch(Sampler1, UV1, 0); + texCoord0 = UV0; + normal = ProjMat * ModelViewMat * vec4(Normal, 0.0); +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_entity_cutout_no_cull.fsh b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_cutout_no_cull.fsh new file mode 100644 index 00000000..9f35ffb9 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_cutout_no_cull.fsh @@ -0,0 +1,30 @@ +#version 150 + +#moj_import + +uniform sampler2D Sampler0; + +uniform vec4 ColorModulator; +uniform float FogStart; +uniform float FogEnd; +uniform vec4 FogColor; + +in float vertexDistance; +in vec4 vertexColor; +in vec4 lightMapColor; +in vec4 overlayColor; +in vec2 texCoord0; +in vec4 normal; + +out vec4 fragColor; + +void main() { + vec4 color = texture(Sampler0, texCoord0); + if (color.a < 0.1) { + discard; + } + color *= vertexColor * ColorModulator; + color.rgb = mix(overlayColor.rgb, color.rgb, overlayColor.a); + color *= lightMapColor; + fragColor = linear_fog(color, vertexDistance, FogStart, FogEnd, FogColor); +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_entity_cutout_no_cull.json b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_cutout_no_cull.json new file mode 100644 index 00000000..9606fcbe --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_cutout_no_cull.json @@ -0,0 +1,32 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "rendertype_entity_cutout_no_cull", + "fragment": "rendertype_entity_cutout_no_cull", + "attributes": [ + "Position", + "Color", + "UV0", + "UV1", + "UV2", + "Normal" + ], + "samplers": [ + { "name": "Sampler0" }, + { "name": "Sampler1" }, + { "name": "Sampler2" } + ], + "uniforms": [ + { "name": "ModelViewMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ColorModulator", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] }, + { "name": "Light0_Direction", "type": "float", "count": 3, "values": [0.0, 0.0, 0.0] }, + { "name": "Light1_Direction", "type": "float", "count": 3, "values": [0.0, 0.0, 0.0] }, + { "name": "FogStart", "type": "float", "count": 1, "values": [ 0.0 ] }, + { "name": "FogEnd", "type": "float", "count": 1, "values": [ 1.0 ] }, + { "name": "FogColor", "type": "float", "count": 4, "values": [ 0.0, 0.0, 0.0, 0.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_entity_cutout_no_cull.vsh b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_cutout_no_cull.vsh new file mode 100644 index 00000000..1d06e4e5 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_cutout_no_cull.vsh @@ -0,0 +1,37 @@ +#version 150 + +#moj_import + +in vec3 Position; +in vec4 Color; +in vec2 UV0; +in ivec2 UV1; +in ivec2 UV2; +in vec3 Normal; + +uniform sampler2D Sampler1; +uniform sampler2D Sampler2; + +uniform mat4 ModelViewMat; +uniform mat4 ProjMat; + +uniform vec3 Light0_Direction; +uniform vec3 Light1_Direction; + +out float vertexDistance; +out vec4 vertexColor; +out vec4 lightMapColor; +out vec4 overlayColor; +out vec2 texCoord0; +out vec4 normal; + +void main() { + gl_Position = ProjMat * ModelViewMat * vec4(Position, 1.0); + + vertexDistance = length((ModelViewMat * vec4(Position, 1.0)).xyz); + vertexColor = minecraft_mix_light(Light0_Direction, Light1_Direction, Normal, Color); + lightMapColor = texelFetch(Sampler2, UV2 / 16, 0); + overlayColor = texelFetch(Sampler1, UV1, 0); + texCoord0 = UV0; + normal = ProjMat * ModelViewMat * vec4(Normal, 0.0); +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_entity_cutout_no_cull_z_offset.fsh b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_cutout_no_cull_z_offset.fsh new file mode 100644 index 00000000..9f35ffb9 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_cutout_no_cull_z_offset.fsh @@ -0,0 +1,30 @@ +#version 150 + +#moj_import + +uniform sampler2D Sampler0; + +uniform vec4 ColorModulator; +uniform float FogStart; +uniform float FogEnd; +uniform vec4 FogColor; + +in float vertexDistance; +in vec4 vertexColor; +in vec4 lightMapColor; +in vec4 overlayColor; +in vec2 texCoord0; +in vec4 normal; + +out vec4 fragColor; + +void main() { + vec4 color = texture(Sampler0, texCoord0); + if (color.a < 0.1) { + discard; + } + color *= vertexColor * ColorModulator; + color.rgb = mix(overlayColor.rgb, color.rgb, overlayColor.a); + color *= lightMapColor; + fragColor = linear_fog(color, vertexDistance, FogStart, FogEnd, FogColor); +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_entity_cutout_no_cull_z_offset.json b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_cutout_no_cull_z_offset.json new file mode 100644 index 00000000..29a4b7e6 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_cutout_no_cull_z_offset.json @@ -0,0 +1,32 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "rendertype_entity_cutout_no_cull_z_offset", + "fragment": "rendertype_entity_cutout_no_cull_z_offset", + "attributes": [ + "Position", + "Color", + "UV0", + "UV1", + "UV2", + "Normal" + ], + "samplers": [ + { "name": "Sampler0" }, + { "name": "Sampler1" }, + { "name": "Sampler2" } + ], + "uniforms": [ + { "name": "ModelViewMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ColorModulator", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] }, + { "name": "Light0_Direction", "type": "float", "count": 3, "values": [0.0, 0.0, 0.0] }, + { "name": "Light1_Direction", "type": "float", "count": 3, "values": [0.0, 0.0, 0.0] }, + { "name": "FogStart", "type": "float", "count": 1, "values": [ 0.0 ] }, + { "name": "FogEnd", "type": "float", "count": 1, "values": [ 1.0 ] }, + { "name": "FogColor", "type": "float", "count": 4, "values": [ 0.0, 0.0, 0.0, 0.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_entity_cutout_no_cull_z_offset.vsh b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_cutout_no_cull_z_offset.vsh new file mode 100644 index 00000000..1d06e4e5 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_cutout_no_cull_z_offset.vsh @@ -0,0 +1,37 @@ +#version 150 + +#moj_import + +in vec3 Position; +in vec4 Color; +in vec2 UV0; +in ivec2 UV1; +in ivec2 UV2; +in vec3 Normal; + +uniform sampler2D Sampler1; +uniform sampler2D Sampler2; + +uniform mat4 ModelViewMat; +uniform mat4 ProjMat; + +uniform vec3 Light0_Direction; +uniform vec3 Light1_Direction; + +out float vertexDistance; +out vec4 vertexColor; +out vec4 lightMapColor; +out vec4 overlayColor; +out vec2 texCoord0; +out vec4 normal; + +void main() { + gl_Position = ProjMat * ModelViewMat * vec4(Position, 1.0); + + vertexDistance = length((ModelViewMat * vec4(Position, 1.0)).xyz); + vertexColor = minecraft_mix_light(Light0_Direction, Light1_Direction, Normal, Color); + lightMapColor = texelFetch(Sampler2, UV2 / 16, 0); + overlayColor = texelFetch(Sampler1, UV1, 0); + texCoord0 = UV0; + normal = ProjMat * ModelViewMat * vec4(Normal, 0.0); +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_entity_decal.fsh b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_decal.fsh new file mode 100644 index 00000000..b98c6daf --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_decal.fsh @@ -0,0 +1,28 @@ +#version 150 + +#moj_import + +uniform sampler2D Sampler0; + +uniform vec4 ColorModulator; +uniform float FogStart; +uniform float FogEnd; +uniform vec4 FogColor; + +in float vertexDistance; +in vec4 vertexColor; +in vec4 overlayColor; +in vec2 texCoord0; +in vec4 normal; + +out vec4 fragColor; + +void main() { + vec4 color = texture(Sampler0, texCoord0); + if (color.a < 0.1) { + discard; + } + color.rgb = mix(overlayColor.rgb, color.rgb, overlayColor.a); + color *= vertexColor * ColorModulator; + fragColor = linear_fog(color, vertexDistance, FogStart, FogEnd, FogColor); +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_entity_decal.json b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_decal.json new file mode 100644 index 00000000..796a8d5b --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_decal.json @@ -0,0 +1,32 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "rendertype_entity_decal", + "fragment": "rendertype_entity_decal", + "attributes": [ + "Position", + "Color", + "UV0", + "UV1", + "UV2", + "Normal" + ], + "samplers": [ + { "name": "Sampler0" }, + { "name": "Sampler1" }, + { "name": "Sampler2" } + ], + "uniforms": [ + { "name": "ModelViewMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ColorModulator", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] }, + { "name": "Light0_Direction", "type": "float", "count": 3, "values": [0.0, 0.0, 0.0] }, + { "name": "Light1_Direction", "type": "float", "count": 3, "values": [0.0, 0.0, 0.0] }, + { "name": "FogStart", "type": "float", "count": 1, "values": [ 0.0 ] }, + { "name": "FogEnd", "type": "float", "count": 1, "values": [ 1.0 ] }, + { "name": "FogColor", "type": "float", "count": 4, "values": [ 0.0, 0.0, 0.0, 0.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_entity_decal.vsh b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_decal.vsh new file mode 100644 index 00000000..a3471a6e --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_decal.vsh @@ -0,0 +1,35 @@ +#version 150 + +#moj_import + +in vec3 Position; +in vec4 Color; +in vec2 UV0; +in ivec2 UV1; +in ivec2 UV2; +in vec3 Normal; + +uniform sampler2D Sampler1; +uniform sampler2D Sampler2; + +uniform mat4 ModelViewMat; +uniform mat4 ProjMat; + +uniform vec3 Light0_Direction; +uniform vec3 Light1_Direction; + +out float vertexDistance; +out vec4 vertexColor; +out vec4 overlayColor; +out vec2 texCoord0; +out vec4 normal; + +void main() { + gl_Position = ProjMat * ModelViewMat * vec4(Position, 1.0); + + vertexDistance = length((ModelViewMat * vec4(Position, 1.0)).xyz); + vertexColor = minecraft_mix_light(Light0_Direction, Light1_Direction, Normal, Color) * texelFetch(Sampler2, UV2 / 16, 0); + overlayColor = texelFetch(Sampler1, UV1, 0); + texCoord0 = UV0; + normal = ProjMat * ModelViewMat * vec4(Normal, 0.0); +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_entity_glint.fsh b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_glint.fsh new file mode 100644 index 00000000..0be77474 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_glint.fsh @@ -0,0 +1,23 @@ +#version 150 + +#moj_import + +uniform sampler2D Sampler0; + +uniform vec4 ColorModulator; +uniform float FogStart; +uniform float FogEnd; + +in float vertexDistance; +in vec2 texCoord0; + +out vec4 fragColor; + +void main() { + vec4 color = texture(Sampler0, texCoord0) * ColorModulator; + if (color.a < 0.1) { + discard; + } + float fade = linear_fog_fade(vertexDistance, FogStart, FogEnd); + fragColor = vec4(color.rgb * fade, color.a); +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_entity_glint.json b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_glint.json new file mode 100644 index 00000000..d1f2a04e --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_glint.json @@ -0,0 +1,24 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "rendertype_entity_glint", + "fragment": "rendertype_entity_glint", + "attributes": [ + "Position", + "UV0" + ], + "samplers": [ + { "name": "Sampler0" } + ], + "uniforms": [ + { "name": "ModelViewMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ColorModulator", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] }, + { "name": "FogStart", "type": "float", "count": 1, "values": [ 0.0 ] }, + { "name": "FogEnd", "type": "float", "count": 1, "values": [ 1.0 ] }, + { "name": "TextureMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_entity_glint.vsh b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_glint.vsh new file mode 100644 index 00000000..e25c2e03 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_glint.vsh @@ -0,0 +1,18 @@ +#version 150 + +in vec3 Position; +in vec2 UV0; + +uniform mat4 ModelViewMat; +uniform mat4 ProjMat; +uniform mat4 TextureMat; + +out float vertexDistance; +out vec2 texCoord0; + +void main() { + gl_Position = ProjMat * ModelViewMat * vec4(Position, 1.0); + + vertexDistance = length((ModelViewMat * vec4(Position, 1.0)).xyz); + texCoord0 = (TextureMat * vec4(UV0, 0.0, 1.0)).xy; +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_entity_glint_direct.fsh b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_glint_direct.fsh new file mode 100644 index 00000000..0be77474 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_glint_direct.fsh @@ -0,0 +1,23 @@ +#version 150 + +#moj_import + +uniform sampler2D Sampler0; + +uniform vec4 ColorModulator; +uniform float FogStart; +uniform float FogEnd; + +in float vertexDistance; +in vec2 texCoord0; + +out vec4 fragColor; + +void main() { + vec4 color = texture(Sampler0, texCoord0) * ColorModulator; + if (color.a < 0.1) { + discard; + } + float fade = linear_fog_fade(vertexDistance, FogStart, FogEnd); + fragColor = vec4(color.rgb * fade, color.a); +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_entity_glint_direct.json b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_glint_direct.json new file mode 100644 index 00000000..215f2a26 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_glint_direct.json @@ -0,0 +1,24 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "rendertype_entity_glint_direct", + "fragment": "rendertype_entity_glint_direct", + "attributes": [ + "Position", + "UV0" + ], + "samplers": [ + { "name": "Sampler0" } + ], + "uniforms": [ + { "name": "ModelViewMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ColorModulator", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] }, + { "name": "FogStart", "type": "float", "count": 1, "values": [ 0.0 ] }, + { "name": "FogEnd", "type": "float", "count": 1, "values": [ 1.0 ] }, + { "name": "TextureMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_entity_glint_direct.vsh b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_glint_direct.vsh new file mode 100644 index 00000000..e25c2e03 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_glint_direct.vsh @@ -0,0 +1,18 @@ +#version 150 + +in vec3 Position; +in vec2 UV0; + +uniform mat4 ModelViewMat; +uniform mat4 ProjMat; +uniform mat4 TextureMat; + +out float vertexDistance; +out vec2 texCoord0; + +void main() { + gl_Position = ProjMat * ModelViewMat * vec4(Position, 1.0); + + vertexDistance = length((ModelViewMat * vec4(Position, 1.0)).xyz); + texCoord0 = (TextureMat * vec4(UV0, 0.0, 1.0)).xy; +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_entity_no_outline.fsh b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_no_outline.fsh new file mode 100644 index 00000000..05735186 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_no_outline.fsh @@ -0,0 +1,22 @@ +#version 150 + +#moj_import + +uniform sampler2D Sampler0; + +uniform vec4 ColorModulator; +uniform float FogStart; +uniform float FogEnd; +uniform vec4 FogColor; + +in float vertexDistance; +in vec4 vertexColor; +in vec2 texCoord0; +in vec4 normal; + +out vec4 fragColor; + +void main() { + vec4 color = texture(Sampler0, texCoord0) * vertexColor * ColorModulator; + fragColor = linear_fog(color, vertexDistance, FogStart, FogEnd, FogColor); +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_entity_no_outline.json b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_no_outline.json new file mode 100644 index 00000000..129696d0 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_no_outline.json @@ -0,0 +1,30 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "rendertype_entity_no_outline", + "fragment": "rendertype_entity_no_outline", + "attributes": [ + "Position", + "Color", + "UV0", + "UV2", + "Normal" + ], + "samplers": [ + { "name": "Sampler0" }, + { "name": "Sampler2" } + ], + "uniforms": [ + { "name": "ModelViewMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ColorModulator", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] }, + { "name": "Light0_Direction", "type": "float", "count": 3, "values": [0.0, 0.0, 0.0] }, + { "name": "Light1_Direction", "type": "float", "count": 3, "values": [0.0, 0.0, 0.0] }, + { "name": "FogStart", "type": "float", "count": 1, "values": [ 0.0 ] }, + { "name": "FogEnd", "type": "float", "count": 1, "values": [ 1.0 ] }, + { "name": "FogColor", "type": "float", "count": 4, "values": [ 0.0, 0.0, 0.0, 0.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_entity_no_outline.vsh b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_no_outline.vsh new file mode 100644 index 00000000..6ddc0924 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_no_outline.vsh @@ -0,0 +1,31 @@ +#version 150 + +#moj_import + +in vec3 Position; +in vec4 Color; +in vec2 UV0; +in ivec2 UV2; +in vec3 Normal; + +uniform sampler2D Sampler2; + +uniform mat4 ModelViewMat; +uniform mat4 ProjMat; + +uniform vec3 Light0_Direction; +uniform vec3 Light1_Direction; + +out float vertexDistance; +out vec4 vertexColor; +out vec2 texCoord0; +out vec4 normal; + +void main() { + gl_Position = ProjMat * ModelViewMat * vec4(Position, 1.0); + + vertexDistance = length((ModelViewMat * vec4(Position, 1.0)).xyz); + vertexColor = minecraft_mix_light(Light0_Direction, Light1_Direction, Normal, Color) * texelFetch(Sampler2, UV2 / 16, 0); + texCoord0 = UV0; + normal = ProjMat * ModelViewMat * vec4(Normal, 0.0); +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_entity_shadow.fsh b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_shadow.fsh new file mode 100644 index 00000000..3d3dd998 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_shadow.fsh @@ -0,0 +1,22 @@ +#version 150 + +#moj_import + +uniform sampler2D Sampler0; + +uniform vec4 ColorModulator; +uniform float FogStart; +uniform float FogEnd; +uniform vec4 FogColor; + +in float vertexDistance; +in vec4 vertexColor; +in vec2 texCoord0; + +out vec4 fragColor; + +void main() { + vec4 color = texture(Sampler0, clamp(texCoord0, 0.0, 1.0)); + color *= vertexColor * ColorModulator; + fragColor = linear_fog(color, vertexDistance, FogStart, FogEnd, FogColor); +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_entity_shadow.json b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_shadow.json new file mode 100644 index 00000000..cbd23532 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_shadow.json @@ -0,0 +1,25 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "rendertype_entity_shadow", + "fragment": "rendertype_entity_shadow", + "attributes": [ + "Position", + "Color", + "UV0" + ], + "samplers": [ + { "name": "Sampler0" } + ], + "uniforms": [ + { "name": "ModelViewMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ColorModulator", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] }, + { "name": "FogStart", "type": "float", "count": 1, "values": [ 0.0 ] }, + { "name": "FogEnd", "type": "float", "count": 1, "values": [ 1.0 ] }, + { "name": "FogColor", "type": "float", "count": 4, "values": [ 0.0, 0.0, 0.0, 0.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_entity_shadow.vsh b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_shadow.vsh new file mode 100644 index 00000000..9cba122e --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_shadow.vsh @@ -0,0 +1,20 @@ +#version 150 + +in vec3 Position; +in vec4 Color; +in vec2 UV0; + +uniform mat4 ModelViewMat; +uniform mat4 ProjMat; + +out float vertexDistance; +out vec4 vertexColor; +out vec2 texCoord0; + +void main() { + gl_Position = ProjMat * ModelViewMat * vec4(Position, 1.0); + + vertexDistance = length((ModelViewMat * vec4(Position, 1.0)).xyz); + vertexColor = Color; + texCoord0 = UV0; +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_entity_smooth_cutout.fsh b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_smooth_cutout.fsh new file mode 100644 index 00000000..9f35ffb9 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_smooth_cutout.fsh @@ -0,0 +1,30 @@ +#version 150 + +#moj_import + +uniform sampler2D Sampler0; + +uniform vec4 ColorModulator; +uniform float FogStart; +uniform float FogEnd; +uniform vec4 FogColor; + +in float vertexDistance; +in vec4 vertexColor; +in vec4 lightMapColor; +in vec4 overlayColor; +in vec2 texCoord0; +in vec4 normal; + +out vec4 fragColor; + +void main() { + vec4 color = texture(Sampler0, texCoord0); + if (color.a < 0.1) { + discard; + } + color *= vertexColor * ColorModulator; + color.rgb = mix(overlayColor.rgb, color.rgb, overlayColor.a); + color *= lightMapColor; + fragColor = linear_fog(color, vertexDistance, FogStart, FogEnd, FogColor); +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_entity_smooth_cutout.json b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_smooth_cutout.json new file mode 100644 index 00000000..bca94a0d --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_smooth_cutout.json @@ -0,0 +1,32 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "rendertype_entity_smooth_cutout", + "fragment": "rendertype_entity_smooth_cutout", + "attributes": [ + "Position", + "Color", + "UV0", + "UV1", + "UV2", + "Normal" + ], + "samplers": [ + { "name": "Sampler0" }, + { "name": "Sampler1" }, + { "name": "Sampler2" } + ], + "uniforms": [ + { "name": "ModelViewMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ColorModulator", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] }, + { "name": "Light0_Direction", "type": "float", "count": 3, "values": [0.0, 0.0, 0.0] }, + { "name": "Light1_Direction", "type": "float", "count": 3, "values": [0.0, 0.0, 0.0] }, + { "name": "FogStart", "type": "float", "count": 1, "values": [ 0.0 ] }, + { "name": "FogEnd", "type": "float", "count": 1, "values": [ 1.0 ] }, + { "name": "FogColor", "type": "float", "count": 4, "values": [ 0.0, 0.0, 0.0, 0.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_entity_smooth_cutout.vsh b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_smooth_cutout.vsh new file mode 100644 index 00000000..1d06e4e5 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_smooth_cutout.vsh @@ -0,0 +1,37 @@ +#version 150 + +#moj_import + +in vec3 Position; +in vec4 Color; +in vec2 UV0; +in ivec2 UV1; +in ivec2 UV2; +in vec3 Normal; + +uniform sampler2D Sampler1; +uniform sampler2D Sampler2; + +uniform mat4 ModelViewMat; +uniform mat4 ProjMat; + +uniform vec3 Light0_Direction; +uniform vec3 Light1_Direction; + +out float vertexDistance; +out vec4 vertexColor; +out vec4 lightMapColor; +out vec4 overlayColor; +out vec2 texCoord0; +out vec4 normal; + +void main() { + gl_Position = ProjMat * ModelViewMat * vec4(Position, 1.0); + + vertexDistance = length((ModelViewMat * vec4(Position, 1.0)).xyz); + vertexColor = minecraft_mix_light(Light0_Direction, Light1_Direction, Normal, Color); + lightMapColor = texelFetch(Sampler2, UV2 / 16, 0); + overlayColor = texelFetch(Sampler1, UV1, 0); + texCoord0 = UV0; + normal = ProjMat * ModelViewMat * vec4(Normal, 0.0); +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_entity_solid.fsh b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_solid.fsh new file mode 100644 index 00000000..655f2248 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_solid.fsh @@ -0,0 +1,26 @@ +#version 150 + +#moj_import + +uniform sampler2D Sampler0; + +uniform vec4 ColorModulator; +uniform float FogStart; +uniform float FogEnd; +uniform vec4 FogColor; + +in float vertexDistance; +in vec4 vertexColor; +in vec4 lightMapColor; +in vec4 overlayColor; +in vec2 texCoord0; +in vec4 normal; + +out vec4 fragColor; + +void main() { + vec4 color = texture(Sampler0, texCoord0) * vertexColor * ColorModulator; + color.rgb = mix(overlayColor.rgb, color.rgb, overlayColor.a); + color *= lightMapColor; + fragColor = linear_fog(color, vertexDistance, FogStart, FogEnd, FogColor); +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_entity_solid.json b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_solid.json new file mode 100644 index 00000000..ce389c3b --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_solid.json @@ -0,0 +1,32 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "rendertype_entity_solid", + "fragment": "rendertype_entity_solid", + "attributes": [ + "Position", + "Color", + "UV0", + "UV1", + "UV2", + "Normal" + ], + "samplers": [ + { "name": "Sampler0" }, + { "name": "Sampler1" }, + { "name": "Sampler2" } + ], + "uniforms": [ + { "name": "ModelViewMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ColorModulator", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] }, + { "name": "Light0_Direction", "type": "float", "count": 3, "values": [0.0, 0.0, 0.0] }, + { "name": "Light1_Direction", "type": "float", "count": 3, "values": [0.0, 0.0, 0.0] }, + { "name": "FogStart", "type": "float", "count": 1, "values": [ 0.0 ] }, + { "name": "FogEnd", "type": "float", "count": 1, "values": [ 1.0 ] }, + { "name": "FogColor", "type": "float", "count": 4, "values": [ 0.0, 0.0, 0.0, 0.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_entity_solid.vsh b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_solid.vsh new file mode 100644 index 00000000..1d06e4e5 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_solid.vsh @@ -0,0 +1,37 @@ +#version 150 + +#moj_import + +in vec3 Position; +in vec4 Color; +in vec2 UV0; +in ivec2 UV1; +in ivec2 UV2; +in vec3 Normal; + +uniform sampler2D Sampler1; +uniform sampler2D Sampler2; + +uniform mat4 ModelViewMat; +uniform mat4 ProjMat; + +uniform vec3 Light0_Direction; +uniform vec3 Light1_Direction; + +out float vertexDistance; +out vec4 vertexColor; +out vec4 lightMapColor; +out vec4 overlayColor; +out vec2 texCoord0; +out vec4 normal; + +void main() { + gl_Position = ProjMat * ModelViewMat * vec4(Position, 1.0); + + vertexDistance = length((ModelViewMat * vec4(Position, 1.0)).xyz); + vertexColor = minecraft_mix_light(Light0_Direction, Light1_Direction, Normal, Color); + lightMapColor = texelFetch(Sampler2, UV2 / 16, 0); + overlayColor = texelFetch(Sampler1, UV1, 0); + texCoord0 = UV0; + normal = ProjMat * ModelViewMat * vec4(Normal, 0.0); +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_entity_translucent.fsh b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_translucent.fsh new file mode 100644 index 00000000..9f35ffb9 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_translucent.fsh @@ -0,0 +1,30 @@ +#version 150 + +#moj_import + +uniform sampler2D Sampler0; + +uniform vec4 ColorModulator; +uniform float FogStart; +uniform float FogEnd; +uniform vec4 FogColor; + +in float vertexDistance; +in vec4 vertexColor; +in vec4 lightMapColor; +in vec4 overlayColor; +in vec2 texCoord0; +in vec4 normal; + +out vec4 fragColor; + +void main() { + vec4 color = texture(Sampler0, texCoord0); + if (color.a < 0.1) { + discard; + } + color *= vertexColor * ColorModulator; + color.rgb = mix(overlayColor.rgb, color.rgb, overlayColor.a); + color *= lightMapColor; + fragColor = linear_fog(color, vertexDistance, FogStart, FogEnd, FogColor); +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_entity_translucent.json b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_translucent.json new file mode 100644 index 00000000..1eda3fe3 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_translucent.json @@ -0,0 +1,32 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "rendertype_entity_translucent", + "fragment": "rendertype_entity_translucent", + "attributes": [ + "Position", + "Color", + "UV0", + "UV1", + "UV2", + "Normal" + ], + "samplers": [ + { "name": "Sampler0" }, + { "name": "Sampler1" }, + { "name": "Sampler2" } + ], + "uniforms": [ + { "name": "ModelViewMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ColorModulator", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] }, + { "name": "Light0_Direction", "type": "float", "count": 3, "values": [0.0, 0.0, 0.0] }, + { "name": "Light1_Direction", "type": "float", "count": 3, "values": [0.0, 0.0, 0.0] }, + { "name": "FogStart", "type": "float", "count": 1, "values": [ 0.0 ] }, + { "name": "FogEnd", "type": "float", "count": 1, "values": [ 1.0 ] }, + { "name": "FogColor", "type": "float", "count": 4, "values": [ 0.0, 0.0, 0.0, 0.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_entity_translucent.vsh b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_translucent.vsh new file mode 100644 index 00000000..1d06e4e5 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_translucent.vsh @@ -0,0 +1,37 @@ +#version 150 + +#moj_import + +in vec3 Position; +in vec4 Color; +in vec2 UV0; +in ivec2 UV1; +in ivec2 UV2; +in vec3 Normal; + +uniform sampler2D Sampler1; +uniform sampler2D Sampler2; + +uniform mat4 ModelViewMat; +uniform mat4 ProjMat; + +uniform vec3 Light0_Direction; +uniform vec3 Light1_Direction; + +out float vertexDistance; +out vec4 vertexColor; +out vec4 lightMapColor; +out vec4 overlayColor; +out vec2 texCoord0; +out vec4 normal; + +void main() { + gl_Position = ProjMat * ModelViewMat * vec4(Position, 1.0); + + vertexDistance = length((ModelViewMat * vec4(Position, 1.0)).xyz); + vertexColor = minecraft_mix_light(Light0_Direction, Light1_Direction, Normal, Color); + lightMapColor = texelFetch(Sampler2, UV2 / 16, 0); + overlayColor = texelFetch(Sampler1, UV1, 0); + texCoord0 = UV0; + normal = ProjMat * ModelViewMat * vec4(Normal, 0.0); +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_entity_translucent_cull.fsh b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_translucent_cull.fsh new file mode 100644 index 00000000..fb6633f4 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_translucent_cull.fsh @@ -0,0 +1,26 @@ +#version 150 + +#moj_import + +uniform sampler2D Sampler0; + +uniform vec4 ColorModulator; +uniform float FogStart; +uniform float FogEnd; +uniform vec4 FogColor; + +in float vertexDistance; +in vec4 vertexColor; +in vec2 texCoord0; +in vec2 texCoord1; +in vec4 normal; + +out vec4 fragColor; + +void main() { + vec4 color = texture(Sampler0, texCoord0) * vertexColor * ColorModulator; + if (color.a < 0.1) { + discard; + } + fragColor = linear_fog(color, vertexDistance, FogStart, FogEnd, FogColor); +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_entity_translucent_cull.json b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_translucent_cull.json new file mode 100644 index 00000000..8e8e9f6f --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_translucent_cull.json @@ -0,0 +1,31 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "rendertype_entity_translucent_cull", + "fragment": "rendertype_entity_translucent_cull", + "attributes": [ + "Position", + "Color", + "UV0", + "UV1", + "UV2", + "Normal" + ], + "samplers": [ + { "name": "Sampler0" }, + { "name": "Sampler2" } + ], + "uniforms": [ + { "name": "ModelViewMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ColorModulator", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] }, + { "name": "Light0_Direction", "type": "float", "count": 3, "values": [0.0, 0.0, 0.0] }, + { "name": "Light1_Direction", "type": "float", "count": 3, "values": [0.0, 0.0, 0.0] }, + { "name": "FogStart", "type": "float", "count": 1, "values": [ 0.0 ] }, + { "name": "FogEnd", "type": "float", "count": 1, "values": [ 1.0 ] }, + { "name": "FogColor", "type": "float", "count": 4, "values": [ 0.0, 0.0, 0.0, 0.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_entity_translucent_cull.vsh b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_translucent_cull.vsh new file mode 100644 index 00000000..fbf89fcc --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_entity_translucent_cull.vsh @@ -0,0 +1,36 @@ +#version 150 + +#moj_import + +in vec3 Position; +in vec4 Color; +in vec2 UV0; +in vec2 UV1; +in ivec2 UV2; +in vec3 Normal; + +uniform sampler2D Sampler2; + +uniform mat4 ModelViewMat; +uniform mat4 ProjMat; + +uniform vec3 Light0_Direction; +uniform vec3 Light1_Direction; + +out float vertexDistance; +out vec4 vertexColor; +out vec2 texCoord0; +out vec2 texCoord1; +out vec2 texCoord2; +out vec4 normal; + +void main() { + gl_Position = ProjMat * ModelViewMat * vec4(Position, 1.0); + + vertexDistance = length((ModelViewMat * vec4(Position, 1.0)).xyz); + vertexColor = minecraft_mix_light(Light0_Direction, Light1_Direction, Normal, Color) * texelFetch(Sampler2, UV2 / 16, 0); + texCoord0 = UV0; + texCoord1 = UV1; + texCoord2 = UV2; + normal = ProjMat * ModelViewMat * vec4(Normal, 0.0); +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_eyes.fsh b/1.17.1/assets/minecraft/shaders/core/rendertype_eyes.fsh new file mode 100644 index 00000000..cde91df5 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_eyes.fsh @@ -0,0 +1,20 @@ +#version 150 + +#moj_import + +uniform sampler2D Sampler0; + +uniform vec4 ColorModulator; +uniform float FogStart; +uniform float FogEnd; + +in float vertexDistance; +in vec4 vertexColor; +in vec2 texCoord0; + +out vec4 fragColor; + +void main() { + vec4 color = texture(Sampler0, texCoord0) * vertexColor; + fragColor = color * ColorModulator * linear_fog_fade(vertexDistance, FogStart, FogEnd); +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_eyes.json b/1.17.1/assets/minecraft/shaders/core/rendertype_eyes.json new file mode 100644 index 00000000..6ccf8f49 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_eyes.json @@ -0,0 +1,27 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "rendertype_eyes", + "fragment": "rendertype_eyes", + "attributes": [ + "Position", + "Color", + "UV0", + "UV1", + "UV2", + "Normal" + ], + "samplers": [ + { "name": "Sampler0" } + ], + "uniforms": [ + { "name": "ModelViewMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ColorModulator", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] }, + { "name": "FogStart", "type": "float", "count": 1, "values": [ 0.0 ] }, + { "name": "FogEnd", "type": "float", "count": 1, "values": [ 1.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_eyes.vsh b/1.17.1/assets/minecraft/shaders/core/rendertype_eyes.vsh new file mode 100644 index 00000000..9cba122e --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_eyes.vsh @@ -0,0 +1,20 @@ +#version 150 + +in vec3 Position; +in vec4 Color; +in vec2 UV0; + +uniform mat4 ModelViewMat; +uniform mat4 ProjMat; + +out float vertexDistance; +out vec4 vertexColor; +out vec2 texCoord0; + +void main() { + gl_Position = ProjMat * ModelViewMat * vec4(Position, 1.0); + + vertexDistance = length((ModelViewMat * vec4(Position, 1.0)).xyz); + vertexColor = Color; + texCoord0 = UV0; +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_glint.fsh b/1.17.1/assets/minecraft/shaders/core/rendertype_glint.fsh new file mode 100644 index 00000000..0be77474 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_glint.fsh @@ -0,0 +1,23 @@ +#version 150 + +#moj_import + +uniform sampler2D Sampler0; + +uniform vec4 ColorModulator; +uniform float FogStart; +uniform float FogEnd; + +in float vertexDistance; +in vec2 texCoord0; + +out vec4 fragColor; + +void main() { + vec4 color = texture(Sampler0, texCoord0) * ColorModulator; + if (color.a < 0.1) { + discard; + } + float fade = linear_fog_fade(vertexDistance, FogStart, FogEnd); + fragColor = vec4(color.rgb * fade, color.a); +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_glint.json b/1.17.1/assets/minecraft/shaders/core/rendertype_glint.json new file mode 100644 index 00000000..5e5ecda8 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_glint.json @@ -0,0 +1,24 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "rendertype_glint", + "fragment": "rendertype_glint", + "attributes": [ + "Position", + "UV0" + ], + "samplers": [ + { "name": "Sampler0" } + ], + "uniforms": [ + { "name": "ModelViewMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ColorModulator", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] }, + { "name": "FogStart", "type": "float", "count": 1, "values": [ 0.0 ] }, + { "name": "FogEnd", "type": "float", "count": 1, "values": [ 1.0 ] }, + { "name": "TextureMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_glint.vsh b/1.17.1/assets/minecraft/shaders/core/rendertype_glint.vsh new file mode 100644 index 00000000..e25c2e03 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_glint.vsh @@ -0,0 +1,18 @@ +#version 150 + +in vec3 Position; +in vec2 UV0; + +uniform mat4 ModelViewMat; +uniform mat4 ProjMat; +uniform mat4 TextureMat; + +out float vertexDistance; +out vec2 texCoord0; + +void main() { + gl_Position = ProjMat * ModelViewMat * vec4(Position, 1.0); + + vertexDistance = length((ModelViewMat * vec4(Position, 1.0)).xyz); + texCoord0 = (TextureMat * vec4(UV0, 0.0, 1.0)).xy; +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_glint_direct.fsh b/1.17.1/assets/minecraft/shaders/core/rendertype_glint_direct.fsh new file mode 100644 index 00000000..0be77474 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_glint_direct.fsh @@ -0,0 +1,23 @@ +#version 150 + +#moj_import + +uniform sampler2D Sampler0; + +uniform vec4 ColorModulator; +uniform float FogStart; +uniform float FogEnd; + +in float vertexDistance; +in vec2 texCoord0; + +out vec4 fragColor; + +void main() { + vec4 color = texture(Sampler0, texCoord0) * ColorModulator; + if (color.a < 0.1) { + discard; + } + float fade = linear_fog_fade(vertexDistance, FogStart, FogEnd); + fragColor = vec4(color.rgb * fade, color.a); +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_glint_direct.json b/1.17.1/assets/minecraft/shaders/core/rendertype_glint_direct.json new file mode 100644 index 00000000..75a3a8b4 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_glint_direct.json @@ -0,0 +1,24 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "rendertype_glint_direct", + "fragment": "rendertype_glint_direct", + "attributes": [ + "Position", + "UV0" + ], + "samplers": [ + { "name": "Sampler0" } + ], + "uniforms": [ + { "name": "ModelViewMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ColorModulator", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] }, + { "name": "FogStart", "type": "float", "count": 1, "values": [ 0.0 ] }, + { "name": "FogEnd", "type": "float", "count": 1, "values": [ 1.0 ] }, + { "name": "TextureMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_glint_direct.vsh b/1.17.1/assets/minecraft/shaders/core/rendertype_glint_direct.vsh new file mode 100644 index 00000000..e25c2e03 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_glint_direct.vsh @@ -0,0 +1,18 @@ +#version 150 + +in vec3 Position; +in vec2 UV0; + +uniform mat4 ModelViewMat; +uniform mat4 ProjMat; +uniform mat4 TextureMat; + +out float vertexDistance; +out vec2 texCoord0; + +void main() { + gl_Position = ProjMat * ModelViewMat * vec4(Position, 1.0); + + vertexDistance = length((ModelViewMat * vec4(Position, 1.0)).xyz); + texCoord0 = (TextureMat * vec4(UV0, 0.0, 1.0)).xy; +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_glint_translucent.fsh b/1.17.1/assets/minecraft/shaders/core/rendertype_glint_translucent.fsh new file mode 100644 index 00000000..0be77474 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_glint_translucent.fsh @@ -0,0 +1,23 @@ +#version 150 + +#moj_import + +uniform sampler2D Sampler0; + +uniform vec4 ColorModulator; +uniform float FogStart; +uniform float FogEnd; + +in float vertexDistance; +in vec2 texCoord0; + +out vec4 fragColor; + +void main() { + vec4 color = texture(Sampler0, texCoord0) * ColorModulator; + if (color.a < 0.1) { + discard; + } + float fade = linear_fog_fade(vertexDistance, FogStart, FogEnd); + fragColor = vec4(color.rgb * fade, color.a); +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_glint_translucent.json b/1.17.1/assets/minecraft/shaders/core/rendertype_glint_translucent.json new file mode 100644 index 00000000..3af2b167 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_glint_translucent.json @@ -0,0 +1,24 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "rendertype_glint_translucent", + "fragment": "rendertype_glint_translucent", + "attributes": [ + "Position", + "UV0" + ], + "samplers": [ + { "name": "Sampler0" } + ], + "uniforms": [ + { "name": "ModelViewMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ColorModulator", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] }, + { "name": "FogStart", "type": "float", "count": 1, "values": [ 0.0 ] }, + { "name": "FogEnd", "type": "float", "count": 1, "values": [ 1.0 ] }, + { "name": "TextureMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_glint_translucent.vsh b/1.17.1/assets/minecraft/shaders/core/rendertype_glint_translucent.vsh new file mode 100644 index 00000000..e25c2e03 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_glint_translucent.vsh @@ -0,0 +1,18 @@ +#version 150 + +in vec3 Position; +in vec2 UV0; + +uniform mat4 ModelViewMat; +uniform mat4 ProjMat; +uniform mat4 TextureMat; + +out float vertexDistance; +out vec2 texCoord0; + +void main() { + gl_Position = ProjMat * ModelViewMat * vec4(Position, 1.0); + + vertexDistance = length((ModelViewMat * vec4(Position, 1.0)).xyz); + texCoord0 = (TextureMat * vec4(UV0, 0.0, 1.0)).xy; +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_item_entity_translucent_cull.fsh b/1.17.1/assets/minecraft/shaders/core/rendertype_item_entity_translucent_cull.fsh new file mode 100644 index 00000000..fb6633f4 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_item_entity_translucent_cull.fsh @@ -0,0 +1,26 @@ +#version 150 + +#moj_import + +uniform sampler2D Sampler0; + +uniform vec4 ColorModulator; +uniform float FogStart; +uniform float FogEnd; +uniform vec4 FogColor; + +in float vertexDistance; +in vec4 vertexColor; +in vec2 texCoord0; +in vec2 texCoord1; +in vec4 normal; + +out vec4 fragColor; + +void main() { + vec4 color = texture(Sampler0, texCoord0) * vertexColor * ColorModulator; + if (color.a < 0.1) { + discard; + } + fragColor = linear_fog(color, vertexDistance, FogStart, FogEnd, FogColor); +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_item_entity_translucent_cull.json b/1.17.1/assets/minecraft/shaders/core/rendertype_item_entity_translucent_cull.json new file mode 100644 index 00000000..a7d1b405 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_item_entity_translucent_cull.json @@ -0,0 +1,31 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "rendertype_item_entity_translucent_cull", + "fragment": "rendertype_item_entity_translucent_cull", + "attributes": [ + "Position", + "Color", + "UV0", + "UV1", + "UV2", + "Normal" + ], + "samplers": [ + { "name": "Sampler0" }, + { "name": "Sampler2" } + ], + "uniforms": [ + { "name": "ModelViewMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ColorModulator", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] }, + { "name": "Light0_Direction", "type": "float", "count": 3, "values": [0.0, 0.0, 0.0] }, + { "name": "Light1_Direction", "type": "float", "count": 3, "values": [0.0, 0.0, 0.0] }, + { "name": "FogStart", "type": "float", "count": 1, "values": [ 0.0 ] }, + { "name": "FogEnd", "type": "float", "count": 1, "values": [ 1.0 ] }, + { "name": "FogColor", "type": "float", "count": 4, "values": [ 0.0, 0.0, 0.0, 0.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_item_entity_translucent_cull.vsh b/1.17.1/assets/minecraft/shaders/core/rendertype_item_entity_translucent_cull.vsh new file mode 100644 index 00000000..fbf89fcc --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_item_entity_translucent_cull.vsh @@ -0,0 +1,36 @@ +#version 150 + +#moj_import + +in vec3 Position; +in vec4 Color; +in vec2 UV0; +in vec2 UV1; +in ivec2 UV2; +in vec3 Normal; + +uniform sampler2D Sampler2; + +uniform mat4 ModelViewMat; +uniform mat4 ProjMat; + +uniform vec3 Light0_Direction; +uniform vec3 Light1_Direction; + +out float vertexDistance; +out vec4 vertexColor; +out vec2 texCoord0; +out vec2 texCoord1; +out vec2 texCoord2; +out vec4 normal; + +void main() { + gl_Position = ProjMat * ModelViewMat * vec4(Position, 1.0); + + vertexDistance = length((ModelViewMat * vec4(Position, 1.0)).xyz); + vertexColor = minecraft_mix_light(Light0_Direction, Light1_Direction, Normal, Color) * texelFetch(Sampler2, UV2 / 16, 0); + texCoord0 = UV0; + texCoord1 = UV1; + texCoord2 = UV2; + normal = ProjMat * ModelViewMat * vec4(Normal, 0.0); +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_leash.fsh b/1.17.1/assets/minecraft/shaders/core/rendertype_leash.fsh new file mode 100644 index 00000000..f6aabc62 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_leash.fsh @@ -0,0 +1,16 @@ +#version 150 + +#moj_import + +uniform float FogStart; +uniform float FogEnd; +uniform vec4 FogColor; + +in float vertexDistance; +flat in vec4 vertexColor; + +out vec4 fragColor; + +void main() { + fragColor = linear_fog(vertexColor, vertexDistance, FogStart, FogEnd, FogColor); +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_leash.json b/1.17.1/assets/minecraft/shaders/core/rendertype_leash.json new file mode 100644 index 00000000..70319574 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_leash.json @@ -0,0 +1,25 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "rendertype_leash", + "fragment": "rendertype_leash", + "attributes": [ + "Position", + "Color", + "UV2" + ], + "samplers": [ + { "name": "Sampler2" } + ], + "uniforms": [ + { "name": "ModelViewMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ColorModulator", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] }, + { "name": "FogStart", "type": "float", "count": 1, "values": [ 0.0 ] }, + { "name": "FogEnd", "type": "float", "count": 1, "values": [ 1.0 ] }, + { "name": "FogColor", "type": "float", "count": 4, "values": [ 0.0, 0.0, 0.0, 0.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_leash.vsh b/1.17.1/assets/minecraft/shaders/core/rendertype_leash.vsh new file mode 100644 index 00000000..c0bbb129 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_leash.vsh @@ -0,0 +1,21 @@ +#version 150 + +in vec3 Position; +in vec4 Color; +in ivec2 UV2; + +uniform sampler2D Sampler2; + +uniform mat4 ModelViewMat; +uniform mat4 ProjMat; +uniform vec4 ColorModulator; + +out float vertexDistance; +flat out vec4 vertexColor; + +void main() { + gl_Position = ProjMat * ModelViewMat * vec4(Position, 1.0); + + vertexDistance = length((ModelViewMat * vec4(Position, 1.0)).xyz); + vertexColor = Color * ColorModulator * texelFetch(Sampler2, UV2 / 16, 0); +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_lightning.fsh b/1.17.1/assets/minecraft/shaders/core/rendertype_lightning.fsh new file mode 100644 index 00000000..f555d413 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_lightning.fsh @@ -0,0 +1,16 @@ +#version 150 + +#moj_import + +uniform vec4 ColorModulator; +uniform float FogStart; +uniform float FogEnd; + +in float vertexDistance; +in vec4 vertexColor; + +out vec4 fragColor; + +void main() { + fragColor = vertexColor * ColorModulator * linear_fog_fade(vertexDistance, FogStart, FogEnd); +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_lightning.json b/1.17.1/assets/minecraft/shaders/core/rendertype_lightning.json new file mode 100644 index 00000000..b9c0d33f --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_lightning.json @@ -0,0 +1,21 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "rendertype_lightning", + "fragment": "rendertype_lightning", + "attributes": [ + "Color" + ], + "samplers": [ + ], + "uniforms": [ + { "name": "ModelViewMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ColorModulator", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] }, + { "name": "FogStart", "type": "float", "count": 1, "values": [ 0.0 ] }, + { "name": "FogEnd", "type": "float", "count": 1, "values": [ 1.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_lightning.vsh b/1.17.1/assets/minecraft/shaders/core/rendertype_lightning.vsh new file mode 100644 index 00000000..7c315522 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_lightning.vsh @@ -0,0 +1,17 @@ +#version 150 + +in vec3 Position; +in vec4 Color; + +uniform mat4 ModelViewMat; +uniform mat4 ProjMat; + +out float vertexDistance; +out vec4 vertexColor; + +void main() { + gl_Position = ProjMat * ModelViewMat * vec4(Position, 1.0); + + vertexDistance = length((ModelViewMat * vec4(Position, 1.0)).xyz); + vertexColor = Color; +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_lines.fsh b/1.17.1/assets/minecraft/shaders/core/rendertype_lines.fsh new file mode 100644 index 00000000..057f31fc --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_lines.fsh @@ -0,0 +1,18 @@ +#version 150 + +#moj_import + +uniform vec4 ColorModulator; +uniform float FogStart; +uniform float FogEnd; +uniform vec4 FogColor; + +in float vertexDistance; +in vec4 vertexColor; + +out vec4 fragColor; + +void main() { + vec4 color = vertexColor * ColorModulator; + fragColor = linear_fog(color, vertexDistance, FogStart, FogEnd, FogColor); +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_lines.json b/1.17.1/assets/minecraft/shaders/core/rendertype_lines.json new file mode 100644 index 00000000..cdc2c574 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_lines.json @@ -0,0 +1,26 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "rendertype_lines", + "fragment": "rendertype_lines", + "attributes": [ + "Position", + "Color", + "Normal" + ], + "samplers": [ + ], + "uniforms": [ + { "name": "ModelViewMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ColorModulator", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] }, + { "name": "LineWidth", "type": "float", "count": 1, "values": [ 1.0 ] }, + { "name": "ScreenSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "FogStart", "type": "float", "count": 1, "values": [ 0.0 ] }, + { "name": "FogEnd", "type": "float", "count": 1, "values": [ 1.0 ] }, + { "name": "FogColor", "type": "float", "count": 4, "values": [ 0.0, 0.0, 0.0, 0.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_lines.vsh b/1.17.1/assets/minecraft/shaders/core/rendertype_lines.vsh new file mode 100644 index 00000000..b9ad9190 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_lines.vsh @@ -0,0 +1,45 @@ +#version 150 + +in vec3 Position; +in vec4 Color; +in vec3 Normal; + +uniform mat4 ModelViewMat; +uniform mat4 ProjMat; +uniform float LineWidth; +uniform vec2 ScreenSize; + +out float vertexDistance; +out vec4 vertexColor; + +const float VIEW_SHRINK = 1.0 - (1.0 / 256.0); +const mat4 VIEW_SCALE = mat4( + VIEW_SHRINK, 0.0, 0.0, 0.0, + 0.0, VIEW_SHRINK, 0.0, 0.0, + 0.0, 0.0, VIEW_SHRINK, 0.0, + 0.0, 0.0, 0.0, 1.0 +); + +void main() { + vec4 linePosStart = ProjMat * VIEW_SCALE * ModelViewMat * vec4(Position, 1.0); + vec4 linePosEnd = ProjMat * VIEW_SCALE * ModelViewMat * vec4(Position + Normal, 1.0); + + vec3 ndc1 = linePosStart.xyz / linePosStart.w; + vec3 ndc2 = linePosEnd.xyz / linePosEnd.w; + + vec2 lineScreenDirection = normalize((ndc2.xy - ndc1.xy) * ScreenSize); + vec2 lineOffset = vec2(-lineScreenDirection.y, lineScreenDirection.x) * LineWidth / ScreenSize; + + if (lineOffset.x < 0.0) { + lineOffset *= -1.0; + } + + if (gl_VertexID % 2 == 0) { + gl_Position = vec4((ndc1 + vec3(lineOffset, 0.0)) * linePosStart.w, linePosStart.w); + } else { + gl_Position = vec4((ndc1 - vec3(lineOffset, 0.0)) * linePosStart.w, linePosStart.w); + } + + vertexDistance = length((ModelViewMat * vec4(Position, 1.0)).xyz); + vertexColor = Color; +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_outline.fsh b/1.17.1/assets/minecraft/shaders/core/rendertype_outline.fsh new file mode 100644 index 00000000..0155fe51 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_outline.fsh @@ -0,0 +1,18 @@ +#version 150 + +uniform sampler2D Sampler0; + +uniform vec4 ColorModulator; + +in vec4 vertexColor; +in vec2 texCoord0; + +out vec4 fragColor; + +void main() { + vec4 color = texture(Sampler0, texCoord0); + if (color.a == 0.0) { + discard; + } + fragColor = vec4(ColorModulator.rgb * vertexColor.rgb, ColorModulator.a); +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_outline.json b/1.17.1/assets/minecraft/shaders/core/rendertype_outline.json new file mode 100644 index 00000000..bcc8be26 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_outline.json @@ -0,0 +1,22 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "rendertype_outline", + "fragment": "rendertype_outline", + "attributes": [ + "Position", + "Color", + "UV0" + ], + "samplers": [ + { "name": "Sampler0" } + ], + "uniforms": [ + { "name": "ModelViewMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ColorModulator", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_outline.vsh b/1.17.1/assets/minecraft/shaders/core/rendertype_outline.vsh new file mode 100644 index 00000000..44e105d4 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_outline.vsh @@ -0,0 +1,18 @@ +#version 150 + +in vec3 Position; +in vec4 Color; +in vec2 UV0; + +uniform mat4 ModelViewMat; +uniform mat4 ProjMat; + +out vec4 vertexColor; +out vec2 texCoord0; + +void main() { + gl_Position = ProjMat * ModelViewMat * vec4(Position, 1.0); + + vertexColor = Color; + texCoord0 = UV0; +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_solid.fsh b/1.17.1/assets/minecraft/shaders/core/rendertype_solid.fsh new file mode 100644 index 00000000..05735186 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_solid.fsh @@ -0,0 +1,22 @@ +#version 150 + +#moj_import + +uniform sampler2D Sampler0; + +uniform vec4 ColorModulator; +uniform float FogStart; +uniform float FogEnd; +uniform vec4 FogColor; + +in float vertexDistance; +in vec4 vertexColor; +in vec2 texCoord0; +in vec4 normal; + +out vec4 fragColor; + +void main() { + vec4 color = texture(Sampler0, texCoord0) * vertexColor * ColorModulator; + fragColor = linear_fog(color, vertexDistance, FogStart, FogEnd, FogColor); +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_solid.json b/1.17.1/assets/minecraft/shaders/core/rendertype_solid.json new file mode 100644 index 00000000..1f4655d0 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_solid.json @@ -0,0 +1,29 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "rendertype_solid", + "fragment": "rendertype_solid", + "attributes": [ + "Position", + "Color", + "UV0", + "UV2", + "Normal" + ], + "samplers": [ + { "name": "Sampler0" }, + { "name": "Sampler2" } + ], + "uniforms": [ + { "name": "ModelViewMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ChunkOffset", "type": "float", "count": 3, "values": [ 0.0, 0.0, 0.0 ] }, + { "name": "ColorModulator", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] }, + { "name": "FogStart", "type": "float", "count": 1, "values": [ 0.0 ] }, + { "name": "FogEnd", "type": "float", "count": 1, "values": [ 1.0 ] }, + { "name": "FogColor", "type": "float", "count": 4, "values": [ 0.0, 0.0, 0.0, 0.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_solid.vsh b/1.17.1/assets/minecraft/shaders/core/rendertype_solid.vsh new file mode 100644 index 00000000..e722cfa9 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_solid.vsh @@ -0,0 +1,29 @@ +#version 150 + +#moj_import + +in vec3 Position; +in vec4 Color; +in vec2 UV0; +in ivec2 UV2; +in vec3 Normal; + +uniform sampler2D Sampler2; + +uniform mat4 ModelViewMat; +uniform mat4 ProjMat; +uniform vec3 ChunkOffset; + +out float vertexDistance; +out vec4 vertexColor; +out vec2 texCoord0; +out vec4 normal; + +void main() { + gl_Position = ProjMat * ModelViewMat * vec4(Position + ChunkOffset, 1.0); + + vertexDistance = length((ModelViewMat * vec4(Position + ChunkOffset, 1.0)).xyz); + vertexColor = Color * minecraft_sample_lightmap(Sampler2, UV2); + texCoord0 = UV0; + normal = ProjMat * ModelViewMat * vec4(Normal, 0.0); +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_text.fsh b/1.17.1/assets/minecraft/shaders/core/rendertype_text.fsh new file mode 100644 index 00000000..3fe46019 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_text.fsh @@ -0,0 +1,24 @@ +#version 150 + +#moj_import + +uniform sampler2D Sampler0; + +uniform vec4 ColorModulator; +uniform float FogStart; +uniform float FogEnd; +uniform vec4 FogColor; + +in float vertexDistance; +in vec4 vertexColor; +in vec2 texCoord0; + +out vec4 fragColor; + +void main() { + vec4 color = texture(Sampler0, texCoord0) * vertexColor * ColorModulator; + if (color.a < 0.1) { + discard; + } + fragColor = linear_fog(color, vertexDistance, FogStart, FogEnd, FogColor); +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_text.json b/1.17.1/assets/minecraft/shaders/core/rendertype_text.json new file mode 100644 index 00000000..fc7b300e --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_text.json @@ -0,0 +1,27 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "rendertype_text", + "fragment": "rendertype_text", + "attributes": [ + "Position", + "Color", + "UV0", + "UV2" + ], + "samplers": [ + { "name": "Sampler0" }, + { "name": "Sampler2" } + ], + "uniforms": [ + { "name": "ModelViewMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ColorModulator", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] }, + { "name": "FogStart", "type": "float", "count": 1, "values": [ 0.0 ] }, + { "name": "FogEnd", "type": "float", "count": 1, "values": [ 1.0 ] }, + { "name": "FogColor", "type": "float", "count": 4, "values": [ 0.0, 0.0, 0.0, 0.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_text.vsh b/1.17.1/assets/minecraft/shaders/core/rendertype_text.vsh new file mode 100644 index 00000000..3b1256cc --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_text.vsh @@ -0,0 +1,23 @@ +#version 150 + +in vec3 Position; +in vec4 Color; +in vec2 UV0; +in ivec2 UV2; + +uniform sampler2D Sampler2; + +uniform mat4 ModelViewMat; +uniform mat4 ProjMat; + +out float vertexDistance; +out vec4 vertexColor; +out vec2 texCoord0; + +void main() { + gl_Position = ProjMat * ModelViewMat * vec4(Position, 1.0); + + vertexDistance = length((ModelViewMat * vec4(Position, 1.0)).xyz); + vertexColor = Color * texelFetch(Sampler2, UV2 / 16, 0); + texCoord0 = UV0; +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_text_intensity.fsh b/1.17.1/assets/minecraft/shaders/core/rendertype_text_intensity.fsh new file mode 100644 index 00000000..adf5282d --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_text_intensity.fsh @@ -0,0 +1,24 @@ +#version 150 + +#moj_import + +uniform sampler2D Sampler0; + +uniform vec4 ColorModulator; +uniform float FogStart; +uniform float FogEnd; +uniform vec4 FogColor; + +in float vertexDistance; +in vec4 vertexColor; +in vec2 texCoord0; + +out vec4 fragColor; + +void main() { + vec4 color = texture(Sampler0, texCoord0).rrrr * vertexColor * ColorModulator; + if (color.a < 0.1) { + discard; + } + fragColor = linear_fog(color, vertexDistance, FogStart, FogEnd, FogColor); +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_text_intensity.json b/1.17.1/assets/minecraft/shaders/core/rendertype_text_intensity.json new file mode 100644 index 00000000..a9a731eb --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_text_intensity.json @@ -0,0 +1,27 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "rendertype_text_intensity", + "fragment": "rendertype_text_intensity", + "attributes": [ + "Position", + "Color", + "UV0", + "UV2" + ], + "samplers": [ + { "name": "Sampler0" }, + { "name": "Sampler2" } + ], + "uniforms": [ + { "name": "ModelViewMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ColorModulator", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] }, + { "name": "FogStart", "type": "float", "count": 1, "values": [ 0.0 ] }, + { "name": "FogEnd", "type": "float", "count": 1, "values": [ 1.0 ] }, + { "name": "FogColor", "type": "float", "count": 4, "values": [ 0.0, 0.0, 0.0, 0.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_text_intensity.vsh b/1.17.1/assets/minecraft/shaders/core/rendertype_text_intensity.vsh new file mode 100644 index 00000000..3b1256cc --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_text_intensity.vsh @@ -0,0 +1,23 @@ +#version 150 + +in vec3 Position; +in vec4 Color; +in vec2 UV0; +in ivec2 UV2; + +uniform sampler2D Sampler2; + +uniform mat4 ModelViewMat; +uniform mat4 ProjMat; + +out float vertexDistance; +out vec4 vertexColor; +out vec2 texCoord0; + +void main() { + gl_Position = ProjMat * ModelViewMat * vec4(Position, 1.0); + + vertexDistance = length((ModelViewMat * vec4(Position, 1.0)).xyz); + vertexColor = Color * texelFetch(Sampler2, UV2 / 16, 0); + texCoord0 = UV0; +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_text_intensity_see_through.fsh b/1.17.1/assets/minecraft/shaders/core/rendertype_text_intensity_see_through.fsh new file mode 100644 index 00000000..ae4ed270 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_text_intensity_see_through.fsh @@ -0,0 +1,18 @@ +#version 150 + +uniform sampler2D Sampler0; + +uniform vec4 ColorModulator; + +in vec4 vertexColor; +in vec2 texCoord0; + +out vec4 fragColor; + +void main() { + vec4 color = texture(Sampler0, texCoord0).rrrr * vertexColor; + if (color.a < 0.1) { + discard; + } + fragColor = color * ColorModulator; +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_text_intensity_see_through.json b/1.17.1/assets/minecraft/shaders/core/rendertype_text_intensity_see_through.json new file mode 100644 index 00000000..b0bd0bd6 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_text_intensity_see_through.json @@ -0,0 +1,22 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "rendertype_text_intensity_see_through", + "fragment": "rendertype_text_intensity_see_through", + "attributes": [ + "Position", + "Color", + "UV0" + ], + "samplers": [ + { "name": "Sampler0" } + ], + "uniforms": [ + { "name": "ModelViewMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ColorModulator", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_text_intensity_see_through.vsh b/1.17.1/assets/minecraft/shaders/core/rendertype_text_intensity_see_through.vsh new file mode 100644 index 00000000..44e105d4 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_text_intensity_see_through.vsh @@ -0,0 +1,18 @@ +#version 150 + +in vec3 Position; +in vec4 Color; +in vec2 UV0; + +uniform mat4 ModelViewMat; +uniform mat4 ProjMat; + +out vec4 vertexColor; +out vec2 texCoord0; + +void main() { + gl_Position = ProjMat * ModelViewMat * vec4(Position, 1.0); + + vertexColor = Color; + texCoord0 = UV0; +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_text_see_through.fsh b/1.17.1/assets/minecraft/shaders/core/rendertype_text_see_through.fsh new file mode 100644 index 00000000..cfdb7b2b --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_text_see_through.fsh @@ -0,0 +1,18 @@ +#version 150 + +uniform sampler2D Sampler0; + +uniform vec4 ColorModulator; + +in vec4 vertexColor; +in vec2 texCoord0; + +out vec4 fragColor; + +void main() { + vec4 color = texture(Sampler0, texCoord0) * vertexColor; + if (color.a < 0.1) { + discard; + } + fragColor = color * ColorModulator; +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_text_see_through.json b/1.17.1/assets/minecraft/shaders/core/rendertype_text_see_through.json new file mode 100644 index 00000000..8b8e531e --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_text_see_through.json @@ -0,0 +1,22 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "rendertype_text_see_through", + "fragment": "rendertype_text_see_through", + "attributes": [ + "Position", + "Color", + "UV0" + ], + "samplers": [ + { "name": "Sampler0" } + ], + "uniforms": [ + { "name": "ModelViewMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ColorModulator", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_text_see_through.vsh b/1.17.1/assets/minecraft/shaders/core/rendertype_text_see_through.vsh new file mode 100644 index 00000000..44e105d4 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_text_see_through.vsh @@ -0,0 +1,18 @@ +#version 150 + +in vec3 Position; +in vec4 Color; +in vec2 UV0; + +uniform mat4 ModelViewMat; +uniform mat4 ProjMat; + +out vec4 vertexColor; +out vec2 texCoord0; + +void main() { + gl_Position = ProjMat * ModelViewMat * vec4(Position, 1.0); + + vertexColor = Color; + texCoord0 = UV0; +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_translucent.fsh b/1.17.1/assets/minecraft/shaders/core/rendertype_translucent.fsh new file mode 100644 index 00000000..05735186 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_translucent.fsh @@ -0,0 +1,22 @@ +#version 150 + +#moj_import + +uniform sampler2D Sampler0; + +uniform vec4 ColorModulator; +uniform float FogStart; +uniform float FogEnd; +uniform vec4 FogColor; + +in float vertexDistance; +in vec4 vertexColor; +in vec2 texCoord0; +in vec4 normal; + +out vec4 fragColor; + +void main() { + vec4 color = texture(Sampler0, texCoord0) * vertexColor * ColorModulator; + fragColor = linear_fog(color, vertexDistance, FogStart, FogEnd, FogColor); +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_translucent.json b/1.17.1/assets/minecraft/shaders/core/rendertype_translucent.json new file mode 100644 index 00000000..4b47f152 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_translucent.json @@ -0,0 +1,29 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "rendertype_translucent", + "fragment": "rendertype_translucent", + "attributes": [ + "Position", + "Color", + "UV0", + "UV2", + "Normal" + ], + "samplers": [ + { "name": "Sampler0" }, + { "name": "Sampler2" } + ], + "uniforms": [ + { "name": "ModelViewMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ChunkOffset", "type": "float", "count": 3, "values": [ 0.0, 0.0, 0.0 ] }, + { "name": "ColorModulator", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] }, + { "name": "FogStart", "type": "float", "count": 1, "values": [ 0.0 ] }, + { "name": "FogEnd", "type": "float", "count": 1, "values": [ 1.0 ] }, + { "name": "FogColor", "type": "float", "count": 4, "values": [ 0.0, 0.0, 0.0, 0.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_translucent.vsh b/1.17.1/assets/minecraft/shaders/core/rendertype_translucent.vsh new file mode 100644 index 00000000..e722cfa9 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_translucent.vsh @@ -0,0 +1,29 @@ +#version 150 + +#moj_import + +in vec3 Position; +in vec4 Color; +in vec2 UV0; +in ivec2 UV2; +in vec3 Normal; + +uniform sampler2D Sampler2; + +uniform mat4 ModelViewMat; +uniform mat4 ProjMat; +uniform vec3 ChunkOffset; + +out float vertexDistance; +out vec4 vertexColor; +out vec2 texCoord0; +out vec4 normal; + +void main() { + gl_Position = ProjMat * ModelViewMat * vec4(Position + ChunkOffset, 1.0); + + vertexDistance = length((ModelViewMat * vec4(Position + ChunkOffset, 1.0)).xyz); + vertexColor = Color * minecraft_sample_lightmap(Sampler2, UV2); + texCoord0 = UV0; + normal = ProjMat * ModelViewMat * vec4(Normal, 0.0); +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_translucent_moving_block.fsh b/1.17.1/assets/minecraft/shaders/core/rendertype_translucent_moving_block.fsh new file mode 100644 index 00000000..b44a703d --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_translucent_moving_block.fsh @@ -0,0 +1,17 @@ +#version 150 + +uniform sampler2D Sampler0; +uniform sampler2D Sampler2; + +uniform vec4 ColorModulator; + +in vec4 vertexColor; +in vec2 texCoord0; +in vec4 normal; + +out vec4 fragColor; + +void main() { + vec4 color = texture(Sampler0, texCoord0) * vertexColor; + fragColor = color * ColorModulator; +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_translucent_moving_block.json b/1.17.1/assets/minecraft/shaders/core/rendertype_translucent_moving_block.json new file mode 100644 index 00000000..43de9b48 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_translucent_moving_block.json @@ -0,0 +1,25 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "rendertype_translucent_moving_block", + "fragment": "rendertype_translucent_moving_block", + "attributes": [ + "Position", + "Color", + "UV0", + "UV2", + "Normal" + ], + "samplers": [ + { "name": "Sampler0" }, + { "name": "Sampler2" } + ], + "uniforms": [ + { "name": "ModelViewMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ColorModulator", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_translucent_moving_block.vsh b/1.17.1/assets/minecraft/shaders/core/rendertype_translucent_moving_block.vsh new file mode 100644 index 00000000..bb5e3686 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_translucent_moving_block.vsh @@ -0,0 +1,24 @@ +#version 150 + +in vec3 Position; +in vec4 Color; +in vec2 UV0; +in ivec2 UV2; +in vec3 Normal; + +uniform sampler2D Sampler2; + +uniform mat4 ModelViewMat; +uniform mat4 ProjMat; + +out vec4 vertexColor; +out vec2 texCoord0; +out vec4 normal; + +void main() { + gl_Position = ProjMat * ModelViewMat * vec4(Position, 1.0); + + vertexColor = Color * texelFetch(Sampler2, UV2 / 16, 0); + texCoord0 = UV0; + normal = ProjMat * ModelViewMat * vec4(Normal, 0.0); +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_translucent_no_crumbling.fsh b/1.17.1/assets/minecraft/shaders/core/rendertype_translucent_no_crumbling.fsh new file mode 100644 index 00000000..f619104b --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_translucent_no_crumbling.fsh @@ -0,0 +1,17 @@ +#version 150 + +uniform sampler2D Sampler0; + +uniform vec4 ColorModulator; + +in vec4 vertexColor; +in vec2 texCoord0; +in vec2 texCoord2; +in vec4 normal; + +out vec4 fragColor; + +void main() { + vec4 color = texture(Sampler0, texCoord0) * vertexColor; + fragColor = color * ColorModulator; +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_translucent_no_crumbling.json b/1.17.1/assets/minecraft/shaders/core/rendertype_translucent_no_crumbling.json new file mode 100644 index 00000000..cbb1a0d6 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_translucent_no_crumbling.json @@ -0,0 +1,24 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "rendertype_translucent_no_crumbling", + "fragment": "rendertype_translucent_no_crumbling", + "attributes": [ + "Position", + "Color", + "UV0", + "UV2", + "Normal" + ], + "samplers": [ + { "name": "Sampler0" } + ], + "uniforms": [ + { "name": "ModelViewMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ColorModulator", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_translucent_no_crumbling.vsh b/1.17.1/assets/minecraft/shaders/core/rendertype_translucent_no_crumbling.vsh new file mode 100644 index 00000000..96201fb7 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_translucent_no_crumbling.vsh @@ -0,0 +1,24 @@ +#version 150 + +in vec3 Position; +in vec4 Color; +in vec2 UV0; +in vec2 UV2; +in vec3 Normal; + +uniform mat4 ModelViewMat; +uniform mat4 ProjMat; + +out vec4 vertexColor; +out vec2 texCoord0; +out vec2 texCoord2; +out vec4 normal; + +void main() { + gl_Position = ProjMat * ModelViewMat * vec4(Position, 1.0); + + vertexColor = Color; + texCoord0 = UV0; + texCoord2 = UV2; + normal = ProjMat * ModelViewMat * vec4(Normal, 0.0); +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_tripwire.fsh b/1.17.1/assets/minecraft/shaders/core/rendertype_tripwire.fsh new file mode 100644 index 00000000..abcea23e --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_tripwire.fsh @@ -0,0 +1,25 @@ +#version 150 + +#moj_import + +uniform sampler2D Sampler0; + +uniform vec4 ColorModulator; +uniform float FogStart; +uniform float FogEnd; +uniform vec4 FogColor; + +in float vertexDistance; +in vec4 vertexColor; +in vec2 texCoord0; +in vec4 normal; + +out vec4 fragColor; + +void main() { + vec4 color = texture(Sampler0, texCoord0) * vertexColor * ColorModulator; + if (color.a < 0.1) { + discard; + } + fragColor = linear_fog(color, vertexDistance, FogStart, FogEnd, FogColor); +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_tripwire.json b/1.17.1/assets/minecraft/shaders/core/rendertype_tripwire.json new file mode 100644 index 00000000..7813c5a2 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_tripwire.json @@ -0,0 +1,29 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "rendertype_tripwire", + "fragment": "rendertype_tripwire", + "attributes": [ + "Position", + "Color", + "UV0", + "UV2", + "Normal" + ], + "samplers": [ + { "name": "Sampler0" }, + { "name": "Sampler2" } + ], + "uniforms": [ + { "name": "ModelViewMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ChunkOffset", "type": "float", "count": 3, "values": [ 0.0, 0.0, 0.0 ] }, + { "name": "ColorModulator", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] }, + { "name": "FogStart", "type": "float", "count": 1, "values": [ 0.0 ] }, + { "name": "FogEnd", "type": "float", "count": 1, "values": [ 1.0 ] }, + { "name": "FogColor", "type": "float", "count": 4, "values": [ 0.0, 0.0, 0.0, 0.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_tripwire.vsh b/1.17.1/assets/minecraft/shaders/core/rendertype_tripwire.vsh new file mode 100644 index 00000000..e722cfa9 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_tripwire.vsh @@ -0,0 +1,29 @@ +#version 150 + +#moj_import + +in vec3 Position; +in vec4 Color; +in vec2 UV0; +in ivec2 UV2; +in vec3 Normal; + +uniform sampler2D Sampler2; + +uniform mat4 ModelViewMat; +uniform mat4 ProjMat; +uniform vec3 ChunkOffset; + +out float vertexDistance; +out vec4 vertexColor; +out vec2 texCoord0; +out vec4 normal; + +void main() { + gl_Position = ProjMat * ModelViewMat * vec4(Position + ChunkOffset, 1.0); + + vertexDistance = length((ModelViewMat * vec4(Position + ChunkOffset, 1.0)).xyz); + vertexColor = Color * minecraft_sample_lightmap(Sampler2, UV2); + texCoord0 = UV0; + normal = ProjMat * ModelViewMat * vec4(Normal, 0.0); +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_water_mask.fsh b/1.17.1/assets/minecraft/shaders/core/rendertype_water_mask.fsh new file mode 100644 index 00000000..e0799241 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_water_mask.fsh @@ -0,0 +1,9 @@ +#version 150 + +uniform vec4 ColorModulator; + +out vec4 fragColor; + +void main() { + fragColor = ColorModulator; +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_water_mask.json b/1.17.1/assets/minecraft/shaders/core/rendertype_water_mask.json new file mode 100644 index 00000000..09c162b5 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_water_mask.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "rendertype_water_mask", + "fragment": "rendertype_water_mask", + "attributes": [ + ], + "samplers": [ + ], + "uniforms": [ + { "name": "ModelViewMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "ColorModulator", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/core/rendertype_water_mask.vsh b/1.17.1/assets/minecraft/shaders/core/rendertype_water_mask.vsh new file mode 100644 index 00000000..fa2d216d --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/core/rendertype_water_mask.vsh @@ -0,0 +1,10 @@ +#version 150 + +in vec3 Position; + +uniform mat4 ModelViewMat; +uniform mat4 ProjMat; + +void main() { + gl_Position = ProjMat * ModelViewMat * vec4(Position, 1.0); +} diff --git a/1.17.1/assets/minecraft/shaders/include/fog.glsl b/1.17.1/assets/minecraft/shaders/include/fog.glsl new file mode 100644 index 00000000..6ae17bdd --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/include/fog.glsl @@ -0,0 +1,20 @@ +#version 150 + +vec4 linear_fog(vec4 inColor, float vertexDistance, float fogStart, float fogEnd, vec4 fogColor) { + if (vertexDistance <= fogStart) { + return inColor; + } + + float fogValue = vertexDistance < fogEnd ? smoothstep(fogStart, fogEnd, vertexDistance) : 1.0; + return vec4(mix(inColor.rgb, fogColor.rgb, fogValue * fogColor.a), inColor.a); +} + +float linear_fog_fade(float vertexDistance, float fogStart, float fogEnd) { + if (vertexDistance <= fogStart) { + return 1.0; + } else if (vertexDistance >= fogEnd) { + return 0.0; + } + + return smoothstep(fogEnd, fogStart, vertexDistance); +} diff --git a/1.17.1/assets/minecraft/shaders/include/light.glsl b/1.17.1/assets/minecraft/shaders/include/light.glsl new file mode 100644 index 00000000..a9ab86b0 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/include/light.glsl @@ -0,0 +1,17 @@ +#version 150 + +#define MINECRAFT_LIGHT_POWER (0.6) +#define MINECRAFT_AMBIENT_LIGHT (0.4) + +vec4 minecraft_mix_light(vec3 lightDir0, vec3 lightDir1, vec3 normal, vec4 color) { + lightDir0 = normalize(lightDir0); + lightDir1 = normalize(lightDir1); + float light0 = max(0.0, dot(lightDir0, normal)); + float light1 = max(0.0, dot(lightDir1, normal)); + float lightAccum = min(1.0, (light0 + light1) * MINECRAFT_LIGHT_POWER + MINECRAFT_AMBIENT_LIGHT); + return vec4(color.rgb * lightAccum, color.a); +} + +vec4 minecraft_sample_lightmap(sampler2D lightMap, ivec2 uv) { + return texture(lightMap, clamp(uv / 256.0, vec2(0.5 / 16.0), vec2(15.5 / 16.0))); +} diff --git a/1.17.1/assets/minecraft/shaders/include/matrix.glsl b/1.17.1/assets/minecraft/shaders/include/matrix.glsl new file mode 100644 index 00000000..c64fd06e --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/include/matrix.glsl @@ -0,0 +1,8 @@ +#version 150 + +mat2 mat2_rotate_z(float radians) { + return mat2( + cos(radians), -sin(radians), + sin(radians), cos(radians) + ); +} diff --git a/1.17.1/assets/minecraft/shaders/include/projection.glsl b/1.17.1/assets/minecraft/shaders/include/projection.glsl new file mode 100644 index 00000000..cc4e5245 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/include/projection.glsl @@ -0,0 +1,8 @@ +#version 150 + +vec4 projection_from_position(vec4 position) { + vec4 projection = position * 0.5; + projection.xy = vec2(projection.x + projection.w, projection.y + projection.w); + projection.zw = position.zw; + return projection; +} diff --git a/1.17.1/assets/minecraft/shaders/post/antialias.json b/1.17.1/assets/minecraft/shaders/post/antialias.json new file mode 100644 index 00000000..bc31af30 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/post/antialias.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "antialias", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/post/art.json b/1.17.1/assets/minecraft/shaders/post/art.json new file mode 100644 index 00000000..6d6c7ec5 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/post/art.json @@ -0,0 +1,64 @@ +{ + "targets": [ + "0", + "1" + ], + "passes": [ + { + "name": "blobs2", + "intarget": "minecraft:main", + "outtarget": "0" + }, + { + "name": "outline_watercolor", + "intarget": "0", + "outtarget": "minecraft:main" + }, + { + "name": "blur", + "intarget": "minecraft:main", + "outtarget": "1", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.8, 0.0 ] + }, + { + "name": "Radius", + "values": [ 20.0 ] + } + ] + }, + { + "name": "blur", + "intarget": "1", + "outtarget": "minecraft:main", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.0, 0.8 ] + }, + { + "name": "Radius", + "values": [ 20.0 ] + } + ] + }, + { + "name": "outline_combine", + "intarget": "0", + "outtarget": "1", + "auxtargets": [ + { + "name": "OutlineSampler", + "id": "minecraft:main" + } + ] + }, + { + "name": "blit", + "intarget": "1", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/post/bits.json b/1.17.1/assets/minecraft/shaders/post/bits.json new file mode 100644 index 00000000..7236746c --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/post/bits.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "bits", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/post/blobs.json b/1.17.1/assets/minecraft/shaders/post/blobs.json new file mode 100644 index 00000000..d6260aa2 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/post/blobs.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "blobs", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/post/blobs2.json b/1.17.1/assets/minecraft/shaders/post/blobs2.json new file mode 100644 index 00000000..3464ae30 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/post/blobs2.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "blobs2", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/post/blur.json b/1.17.1/assets/minecraft/shaders/post/blur.json new file mode 100644 index 00000000..bca04d5e --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/post/blur.json @@ -0,0 +1,37 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "blur", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 1.0, 0.0 ] + }, + { + "name": "Radius", + "values": [ 20.0 ] + } + ] + }, + { + "name": "blur", + "intarget": "swap", + "outtarget": "minecraft:main", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.0, 1.0 ] + }, + { + "name": "Radius", + "values": [ 20.0 ] + } + ] + } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/post/bumpy.json b/1.17.1/assets/minecraft/shaders/post/bumpy.json new file mode 100644 index 00000000..0870985d --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/post/bumpy.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "bumpy", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/post/color_convolve.json b/1.17.1/assets/minecraft/shaders/post/color_convolve.json new file mode 100644 index 00000000..9f002121 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/post/color_convolve.json @@ -0,0 +1,20 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "color_convolve", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { "name": "Saturation", "values": [ 1.4 ] } + ] + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/post/creeper.json b/1.17.1/assets/minecraft/shaders/post/creeper.json new file mode 100644 index 00000000..da503f1a --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/post/creeper.json @@ -0,0 +1,41 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "color_convolve", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { + "name": "RedMatrix", + "values": [ 0.0, 0.0, 0.0 ] + }, + { + "name": "GreenMatrix", + "values": [ 0.3, 0.59, 0.11 ] + }, + { + "name": "BlueMatrix", + "values": [ 0.0, 0.0, 0.0 ] + } + ] + }, + { + "name": "bits", + "intarget": "swap", + "outtarget": "minecraft:main", + "uniforms": [ + { + "name": "Resolution", + "values": [ 16.0 ] + }, + { + "name": "MosaicSize", + "values": [ 4.0 ] + } + ] + } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/post/deconverge.json b/1.17.1/assets/minecraft/shaders/post/deconverge.json new file mode 100644 index 00000000..4eb2b8db --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/post/deconverge.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "deconverge", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/post/desaturate.json b/1.17.1/assets/minecraft/shaders/post/desaturate.json new file mode 100644 index 00000000..675018fa --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/post/desaturate.json @@ -0,0 +1,23 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "color_convolve", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { + "name": "Saturation", + "values": [ 0.2 ] + } + ] + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/post/entity_outline.json b/1.17.1/assets/minecraft/shaders/post/entity_outline.json new file mode 100644 index 00000000..e53ff3db --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/post/entity_outline.json @@ -0,0 +1,48 @@ +{ + "targets": [ + "swap", + "final" + ], + "passes": [ + { + "name": "entity_outline", + "intarget": "final", + "outtarget": "swap" + }, + { + "name": "blur", + "intarget": "swap", + "outtarget": "final", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 1.0, 0.0 ] + }, + { + "name": "Radius", + "values": [ 2.0 ] + } + ] + }, + { + "name": "blur", + "intarget": "final", + "outtarget": "swap", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.0, 1.0 ] + }, + { + "name": "Radius", + "values": [ 2.0 ] + } + ] + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "final" + } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/post/flip.json b/1.17.1/assets/minecraft/shaders/post/flip.json new file mode 100644 index 00000000..e3824357 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/post/flip.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "flip", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/post/fxaa.json b/1.17.1/assets/minecraft/shaders/post/fxaa.json new file mode 100644 index 00000000..83292b79 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/post/fxaa.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "fxaa", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/post/green.json b/1.17.1/assets/minecraft/shaders/post/green.json new file mode 100644 index 00000000..5d0af6c9 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/post/green.json @@ -0,0 +1,41 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "color_convolve", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { + "name": "RedMatrix", + "values": [ 0.0, 0.0, 0.0 ] + }, + { + "name": "GreenMatrix", + "values": [ 0.3, 0.59, 0.11 ] + }, + { + "name": "BlueMatrix", + "values": [ 0.0, 0.0, 0.0 ] + } + ] + }, + { + "name": "bits", + "intarget": "swap", + "outtarget": "minecraft:main" + }, + { + "name": "scan_pincushion", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/post/invert.json b/1.17.1/assets/minecraft/shaders/post/invert.json new file mode 100644 index 00000000..2ab63fb6 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/post/invert.json @@ -0,0 +1,23 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "invert", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { + "name": "InverseAmount", + "values": [ 0.8 ] + } + ] + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/post/notch.json b/1.17.1/assets/minecraft/shaders/post/notch.json new file mode 100644 index 00000000..164943c2 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/post/notch.json @@ -0,0 +1,26 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "notch", + "intarget": "minecraft:main", + "outtarget": "swap", + "auxtargets": [ + { + "name": "DitherSampler", + "id": "dither", + "width": 4, + "height": 4, + "bilinear": false + } + ] + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/post/ntsc.json b/1.17.1/assets/minecraft/shaders/post/ntsc.json new file mode 100644 index 00000000..abc005bd --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/post/ntsc.json @@ -0,0 +1,92 @@ +{ + "targets": [ + "swap", + "swap2", + "previous" + ], + "passes": [ + { + "name": "ntsc_encode", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "ntsc_decode", + "intarget": "swap", + "outtarget": "swap2", + "auxtargets": [ + { + "name": "BaseSampler", + "id": "minecraft:main" + } + ] + }, + { + "name": "color_convolve", + "intarget": "swap2", + "outtarget": "swap" + }, + { + "name": "deconverge", + "intarget": "swap", + "outtarget": "minecraft:main" + }, + { + "name": "blur", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 1.0, 0.0 ] + }, + { + "name": "Radius", + "values": [ 10.0 ] + } + ] + }, + { + "name": "blur", + "intarget": "swap", + "outtarget": "minecraft:main", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.0, 1.0 ] + }, + { + "name": "Radius", + "values": [ 10.0 ] + } + ] + }, + { + "name": "scan_pincushion", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "phosphor", + "intarget": "swap", + "outtarget": "minecraft:main", + "auxtargets": [ + { + "name": "PrevSampler", + "id": "previous" + } + ], + "uniforms": [ + { + "name": "Phosphor", + "values": [ 0.4, 0.4, 0.4 ] + } + ] + }, + { + "name": "blit", + "intarget": "minecraft:main", + "outtarget": "previous" + } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/post/outline.json b/1.17.1/assets/minecraft/shaders/post/outline.json new file mode 100644 index 00000000..53c8ee82 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/post/outline.json @@ -0,0 +1,18 @@ +{ + "targets": [ + "swap", + "final" + ], + "passes": [ + { + "name": "outline", + "intarget": "final", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "final" + } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/post/pencil.json b/1.17.1/assets/minecraft/shaders/post/pencil.json new file mode 100644 index 00000000..1fc5b133 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/post/pencil.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "outline_soft", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/post/phosphor.json b/1.17.1/assets/minecraft/shaders/post/phosphor.json new file mode 100644 index 00000000..0fa09c4e --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/post/phosphor.json @@ -0,0 +1,35 @@ +{ + "targets": [ + "swap", + "previous" + ], + "passes": [ + { + "name": "phosphor", + "intarget": "minecraft:main", + "outtarget": "swap", + "auxtargets": [ + { + "name": "PrevSampler", + "id": "previous" + } + ], + "uniforms": [ + { + "name": "Phosphor", + "values": [ 0.95, 0.95, 0.95 ] + } + ] + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "previous" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/post/scan_pincushion.json b/1.17.1/assets/minecraft/shaders/post/scan_pincushion.json new file mode 100644 index 00000000..b5d0a3ed --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/post/scan_pincushion.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "scan_pincushion", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/post/sobel.json b/1.17.1/assets/minecraft/shaders/post/sobel.json new file mode 100644 index 00000000..5c390a4b --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/post/sobel.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "sobel", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/post/spider.json b/1.17.1/assets/minecraft/shaders/post/spider.json new file mode 100644 index 00000000..5f203c13 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/post/spider.json @@ -0,0 +1,230 @@ +{ + "targets": [ + "largeBlur", + "smallBlur", + "temp", + "swap" + ], + "passes": [ + { + "name": "blur", + "intarget": "minecraft:main", + "outtarget": "temp", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 1.0, 0.0 ] + }, + { + "name": "Radius", + "values": [ 15.0 ] + } + ] + }, + { + "name": "blur", + "intarget": "temp", + "outtarget": "largeBlur", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.0, 1.0 ] + }, + { + "name": "Radius", + "values": [ 15.0 ] + } + ] + }, + { + "name": "blur", + "intarget": "minecraft:main", + "outtarget": "temp", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 1.0, 0.0 ] + }, + { + "name": "Radius", + "values": [ 7.0 ] + } + ] + }, + { + "name": "blur", + "intarget": "temp", + "outtarget": "smallBlur", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.0, 1.0 ] + }, + { + "name": "Radius", + "values": [ 7.0 ] + } + ] + }, + { + "name": "spider", + "intarget": "minecraft:main", + "outtarget": "temp", + "auxtargets": [ + { + "name": "BlurSampler", + "id": "largeBlur" + } + ], + "uniforms": [ + { + "name": "InScale", + "values": [ 1.25, 2.0 ] + }, + { + "name": "InOffset", + "values": [ -0.125, -0.1 ] + }, + { + "name": "Scissor", + "values": [ 0.0, 0.0, 1.0, 1.0 ] + }, + { + "name": "Vignette", + "values": [ 0.1, 0.1, 0.9, 0.9 ] + } + ] + }, + { + "name": "spider", + "intarget": "smallBlur", + "outtarget": "swap", + "auxtargets": [ + { + "name": "BlurSampler", + "id": "temp" + } + ], + "uniforms": [ + { + "name": "InScale", + "values": [ 2.35, 4.2 ] + }, + { + "name": "InOffset", + "values": [ -1.1, -1.5 ] + }, + { + "name": "InRotation", + "values": [ -45.0 ] + }, + { + "name": "Scissor", + "values": [ 0.21, 0.0, 0.79, 1.0 ] + }, + { + "name": "Vignette", + "values": [ 0.31, 0.1, 0.69, 0.9 ] + } + ] + }, + { + "name": "spider", + "intarget": "smallBlur", + "outtarget": "temp", + "auxtargets": [ + { + "name": "BlurSampler", + "id": "swap" + } + ], + "uniforms": [ + { + "name": "InScale", + "values": [ 2.35, 4.2 ] + }, + { + "name": "InOffset", + "values": [ 0.45, -4.45 ] + }, + { + "name": "InRotation", + "values": [ 45.0 ] + }, + { + "name": "Scissor", + "values": [ 0.21, 0.0, 0.79, 1.0 ] + }, + { + "name": "Vignette", + "values": [ 0.31, 0.1, 0.69, 0.9 ] + } + ] + }, + { + "name": "spider", + "intarget": "smallBlur", + "outtarget": "swap", + "auxtargets": [ + { + "name": "BlurSampler", + "id": "temp" + } + ], + "uniforms": [ + { + "name": "InScale", + "values": [ 2.35, 2.35 ] + }, + { + "name": "InOffset", + "values": [ -0.385, -1.29 ] + }, + { + "name": "InRotation", + "values": [ 0.0 ] + }, + { + "name": "Vignette", + "values": [ 0.31, 0.1, 0.69, 0.9 ] + } + ] + }, + { + "name": "spider", + "intarget": "smallBlur", + "outtarget": "temp", + "auxtargets": [ + { + "name": "BlurSampler", + "id": "swap" + } + ], + "uniforms": [ + { + "name": "InScale", + "values": [ 2.35, 2.35 ] + }, + { + "name": "InOffset", + "values": [ -0.965, -1.29 ] + }, + { + "name": "Vignette", + "values": [ 0.31, 0.1, 0.69, 0.9 ] + } + ] + }, + { + "name": "blit", + "intarget": "temp", + "outtarget": "minecraft:main", + "uniforms": [ + { + "name": "ColorModulate", + "values": [ 1.0, 0.8, 0.8, 1.0 ] + } + ] + } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/post/transparency.json b/1.17.1/assets/minecraft/shaders/post/transparency.json new file mode 100644 index 00000000..8642ac2d --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/post/transparency.json @@ -0,0 +1,69 @@ +{ + "targets": [ + "water", + "translucent", + "itemEntity", + "particles", + "clouds", + "weather", + "final" + ], + "passes": [ + { + "name": "transparency", + "intarget": "minecraft:main", + "outtarget": "final", + "auxtargets": [ + { + "name": "DiffuseDepthSampler", + "id": "minecraft:main:depth" + }, + { + "name": "TranslucentSampler", + "id": "translucent" + }, + { + "name": "TranslucentDepthSampler", + "id": "translucent:depth" + }, + { + "name": "ItemEntitySampler", + "id": "itemEntity" + }, + { + "name": "ItemEntityDepthSampler", + "id": "itemEntity:depth" + }, + { + "name": "ParticlesSampler", + "id": "particles" + }, + { + "name": "ParticlesDepthSampler", + "id": "particles:depth" + }, + { + "name": "CloudsSampler", + "id": "clouds" + }, + { + "name": "CloudsDepthSampler", + "id": "clouds:depth" + }, + { + "name": "WeatherSampler", + "id": "weather" + }, + { + "name": "WeatherDepthSampler", + "id": "weather:depth" + } + ] + }, + { + "name": "blit", + "intarget": "final", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/post/wobble.json b/1.17.1/assets/minecraft/shaders/post/wobble.json new file mode 100644 index 00000000..1fc45346 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/post/wobble.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "wobble", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/program/antialias.fsh b/1.17.1/assets/minecraft/shaders/program/antialias.fsh new file mode 100644 index 00000000..65865a7f --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/program/antialias.fsh @@ -0,0 +1,31 @@ +#version 150 + +uniform sampler2D DiffuseSampler; + +in vec2 texCoord; +in vec2 oneTexel; + +out vec4 fragColor; + +void main(){ + vec4 c = texture (DiffuseSampler, texCoord); + vec4 u1 = texture (DiffuseSampler, texCoord + vec2 ( 0.0, -oneTexel.y )); + vec4 u2 = texture (DiffuseSampler, texCoord + vec2 ( 0.0, -oneTexel.y * 2.0)); + vec4 d1 = texture (DiffuseSampler, texCoord + vec2 ( 0.0, oneTexel.y )); + vec4 d2 = texture (DiffuseSampler, texCoord + vec2 ( 0.0, oneTexel.y * 2.0)); + vec4 l1 = texture (DiffuseSampler, texCoord + vec2 (-oneTexel.x, 0.0)); + vec4 l2 = texture (DiffuseSampler, texCoord + vec2 (-oneTexel.x * 2.0, 0.0)); + vec4 r1 = texture (DiffuseSampler, texCoord + vec2 ( oneTexel.x, 0.0)); + vec4 r2 = texture (DiffuseSampler, texCoord + vec2 ( oneTexel.x * 2.0, 0.0)); + + vec4 v1 = mix (c, mix (l1, l2, 0.667), 0.75); + vec4 v2 = mix (c, mix (r1, r2, 0.667), 0.75); + vec4 v3 = mix (c, mix (u1, u2, 0.667), 0.75); + vec4 v4 = mix (c, mix (d1, d2, 0.667), 0.75); + + vec4 v5 = mix (v1, v2, 0.5); + vec4 v6 = mix (v3, v4, 0.5); + + vec4 color = mix (v5, v6, 0.5); + fragColor = vec4(color.rgb, 1.0); +} diff --git a/1.17.1/assets/minecraft/shaders/program/antialias.json b/1.17.1/assets/minecraft/shaders/program/antialias.json new file mode 100644 index 00000000..6916fd9a --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/program/antialias.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "blobs", + "fragment": "antialias", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/program/bits.fsh b/1.17.1/assets/minecraft/shaders/program/bits.fsh new file mode 100644 index 00000000..d4b86c22 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/program/bits.fsh @@ -0,0 +1,29 @@ +#version 150 + +uniform sampler2D DiffuseSampler; + +in vec2 texCoord; +in vec2 oneTexel; + +uniform vec2 InSize; + +uniform float Resolution; +uniform float Saturation; +uniform float MosaicSize; + +out vec4 fragColor; + +void main() { + vec2 mosaicInSize = InSize / MosaicSize; + vec2 fractPix = fract(texCoord * mosaicInSize) / mosaicInSize; + + vec4 baseTexel = texture(DiffuseSampler, texCoord - fractPix); + + vec3 fractTexel = baseTexel.rgb - fract(baseTexel.rgb * Resolution) / Resolution; + float luma = dot(fractTexel, vec3(0.3, 0.59, 0.11)); + vec3 chroma = (fractTexel - luma) * Saturation; + baseTexel.rgb = luma + chroma; + baseTexel.a = 1.0; + + fragColor = baseTexel; +} diff --git a/1.17.1/assets/minecraft/shaders/program/bits.json b/1.17.1/assets/minecraft/shaders/program/bits.json new file mode 100644 index 00000000..e2623f7d --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/program/bits.json @@ -0,0 +1,21 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "sobel", + "fragment": "bits", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "Resolution", "type": "float", "count": 1, "values": [ 4.0 ] }, + { "name": "Saturation", "type": "float", "count": 1, "values": [ 1.5 ] }, + { "name": "MosaicSize", "type": "float", "count": 1, "values": [ 8.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/program/blit.fsh b/1.17.1/assets/minecraft/shaders/program/blit.fsh new file mode 100644 index 00000000..18202e06 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/program/blit.fsh @@ -0,0 +1,13 @@ +#version 150 + +uniform sampler2D DiffuseSampler; + +uniform vec4 ColorModulate; + +in vec2 texCoord; + +out vec4 fragColor; + +void main(){ + fragColor = texture(DiffuseSampler, texCoord) * ColorModulate; +} diff --git a/1.17.1/assets/minecraft/shaders/program/blit.json b/1.17.1/assets/minecraft/shaders/program/blit.json new file mode 100644 index 00000000..1256b6b1 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/program/blit.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "blit", + "fragment": "blit", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "ColorModulate", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/program/blit.vsh b/1.17.1/assets/minecraft/shaders/program/blit.vsh new file mode 100644 index 00000000..443e1f34 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/program/blit.vsh @@ -0,0 +1,15 @@ +#version 150 + +in vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 OutSize; + +out vec2 texCoord; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + texCoord = Position.xy / OutSize; +} diff --git a/1.17.1/assets/minecraft/shaders/program/blobs.fsh b/1.17.1/assets/minecraft/shaders/program/blobs.fsh new file mode 100644 index 00000000..e8c6c746 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/program/blobs.fsh @@ -0,0 +1,45 @@ +#version 150 + +uniform sampler2D DiffuseSampler; + +in vec2 texCoord; +in vec2 oneTexel; + +out vec4 fragColor; + +void main(){ + vec4 u = texture(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y)); + vec4 d = texture(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y)); + vec4 l = texture(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0)); + vec4 r = texture(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0)); + + vec4 v1 = min(l, r); + vec4 v2 = min(u, d); + vec4 v3 = min(v1, v2); + + vec4 ul = texture(DiffuseSampler, texCoord + vec2(-oneTexel.x, -oneTexel.y)); + vec4 dr = texture(DiffuseSampler, texCoord + vec2( oneTexel.x, oneTexel.y)); + vec4 dl = texture(DiffuseSampler, texCoord + vec2(-oneTexel.x, oneTexel.y)); + vec4 ur = texture(DiffuseSampler, texCoord + vec2( oneTexel.x, -oneTexel.y)); + + vec4 v4 = min(ul, dr); + vec4 v5 = min(ur, dl); + vec4 v6 = min(v4, v5); + + vec4 v7 = min(v3, v6); + + vec4 uu = texture(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y * 2.0)); + vec4 dd = texture(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y * 2.0)); + vec4 ll = texture(DiffuseSampler, texCoord + vec2(-oneTexel.x * 2.0, 0.0)); + vec4 rr = texture(DiffuseSampler, texCoord + vec2( oneTexel.x * 2.0, 0.0)); + + vec4 v8 = min(uu, dd); + vec4 v9 = min(ll, rr); + vec4 v10 = min(v8, v9); + + vec4 v11 = min(v7, v10); + + vec4 c = texture(DiffuseSampler, texCoord); + vec4 color = min(c, v11); + fragColor = vec4(color.rgb, 1.0); +} diff --git a/1.17.1/assets/minecraft/shaders/program/blobs.json b/1.17.1/assets/minecraft/shaders/program/blobs.json new file mode 100644 index 00000000..6a5f2455 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/program/blobs.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "blobs", + "fragment": "blobs", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/program/blobs.vsh b/1.17.1/assets/minecraft/shaders/program/blobs.vsh new file mode 100644 index 00000000..1136b298 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/program/blobs.vsh @@ -0,0 +1,17 @@ +#version 150 + +in vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; + +out vec2 texCoord; +out vec2 oneTexel; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + oneTexel = 1.0 / InSize; + texCoord = outPos.xy * 0.5 + 0.5; +} diff --git a/1.17.1/assets/minecraft/shaders/program/blobs2.fsh b/1.17.1/assets/minecraft/shaders/program/blobs2.fsh new file mode 100644 index 00000000..39f6a670 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/program/blobs2.fsh @@ -0,0 +1,32 @@ +#version 150 + +uniform sampler2D DiffuseSampler; + +in vec2 texCoord; +in vec2 oneTexel; + +uniform float Radius; + +out vec4 fragColor; + +void main(){ + vec4 c = texture(DiffuseSampler, texCoord); + vec4 maxVal = c; + for(float u = 0.0; u <= Radius; u += 1.0) { + for(float v = 0.0; v <= Radius; v += 1.0) { + float weight = (((sqrt(u * u + v * v) / (Radius)) > 1.0) ? 0.0 : 1.0); + + vec4 s0 = texture(DiffuseSampler, texCoord + vec2(-u * oneTexel.x, -v * oneTexel.y)); + vec4 s1 = texture(DiffuseSampler, texCoord + vec2( u * oneTexel.x, v * oneTexel.y)); + vec4 s2 = texture(DiffuseSampler, texCoord + vec2(-u * oneTexel.x, v * oneTexel.y)); + vec4 s3 = texture(DiffuseSampler, texCoord + vec2( u * oneTexel.x, -v * oneTexel.y)); + + vec4 o0 = max(s0, s1); + vec4 o1 = max(s2, s3); + vec4 tempMax = max(o0, o1); + maxVal = mix(maxVal, max(maxVal, tempMax), weight); + } + } + + fragColor = vec4(maxVal.rgb, 1.0); +} diff --git a/1.17.1/assets/minecraft/shaders/program/blobs2.json b/1.17.1/assets/minecraft/shaders/program/blobs2.json new file mode 100644 index 00000000..6df4594b --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/program/blobs2.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "blobs", + "fragment": "blobs2", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "Radius", "type": "float", "count": 1, "values": [ 7.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/program/blur.fsh b/1.17.1/assets/minecraft/shaders/program/blur.fsh new file mode 100644 index 00000000..ce576731 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/program/blur.fsh @@ -0,0 +1,33 @@ +#version 150 + +uniform sampler2D DiffuseSampler; + +in vec2 texCoord; +in vec2 oneTexel; + +uniform vec2 InSize; + +uniform vec2 BlurDir; +uniform float Radius; + +out vec4 fragColor; + +void main() { + vec4 blurred = vec4(0.0); + float totalStrength = 0.0; + float totalAlpha = 0.0; + float totalSamples = 0.0; + for(float r = -Radius; r <= Radius; r += 1.0) { + vec4 sampleValue = texture(DiffuseSampler, texCoord + oneTexel * r * BlurDir); + + // Accumulate average alpha + totalAlpha = totalAlpha + sampleValue.a; + totalSamples = totalSamples + 1.0; + + // Accumulate smoothed blur + float strength = 1.0 - abs(r / Radius); + totalStrength = totalStrength + strength; + blurred = blurred + sampleValue; + } + fragColor = vec4(blurred.rgb / (Radius * 2.0 + 1.0), totalAlpha); +} diff --git a/1.17.1/assets/minecraft/shaders/program/blur.json b/1.17.1/assets/minecraft/shaders/program/blur.json new file mode 100644 index 00000000..51a23239 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/program/blur.json @@ -0,0 +1,20 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "blur", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "BlurDir", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "Radius", "type": "float", "count": 1, "values": [ 5.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/program/bumpy.fsh b/1.17.1/assets/minecraft/shaders/program/bumpy.fsh new file mode 100644 index 00000000..26004c3c --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/program/bumpy.fsh @@ -0,0 +1,36 @@ +#version 150 + +uniform sampler2D DiffuseSampler; + +in vec2 texCoord; +in vec2 oneTexel; + +out vec4 fragColor; + +void main(){ + vec4 c = texture(DiffuseSampler, texCoord); + vec4 u = texture(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y)); + vec4 d = texture(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y)); + vec4 l = texture(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0)); + vec4 r = texture(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0)); + + vec4 nc = normalize(c); + vec4 nu = normalize(u); + vec4 nd = normalize(d); + vec4 nl = normalize(l); + vec4 nr = normalize(r); + + float du = dot(nc, nu); + float dd = dot(nc, nd); + float dl = dot(nc, nl); + float dr = dot(nc, nr); + + float i = 64.0; + + float f = 1.0; + f += (du * i) - (dd * i); + f += (dr * i) - (dl * i); + + vec4 color = c * clamp(f, 0.5, 2.0); + fragColor = vec4(color.rgb, 1.0); +} diff --git a/1.17.1/assets/minecraft/shaders/program/bumpy.json b/1.17.1/assets/minecraft/shaders/program/bumpy.json new file mode 100644 index 00000000..59cae198 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/program/bumpy.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "bumpy", + "fragment": "bumpy", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/program/bumpy.vsh b/1.17.1/assets/minecraft/shaders/program/bumpy.vsh new file mode 100644 index 00000000..1136b298 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/program/bumpy.vsh @@ -0,0 +1,17 @@ +#version 150 + +in vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; + +out vec2 texCoord; +out vec2 oneTexel; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + oneTexel = 1.0 / InSize; + texCoord = outPos.xy * 0.5 + 0.5; +} diff --git a/1.17.1/assets/minecraft/shaders/program/color_convolve.fsh b/1.17.1/assets/minecraft/shaders/program/color_convolve.fsh new file mode 100644 index 00000000..9ee675f3 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/program/color_convolve.fsh @@ -0,0 +1,38 @@ +#version 150 + +uniform sampler2D DiffuseSampler; + +in vec2 texCoord; +in vec2 oneTexel; + +uniform vec2 InSize; + +uniform vec3 Gray; +uniform vec3 RedMatrix; +uniform vec3 GreenMatrix; +uniform vec3 BlueMatrix; +uniform vec3 Offset; +uniform vec3 ColorScale; +uniform float Saturation; + +out vec4 fragColor; + +void main() { + vec4 InTexel = texture(DiffuseSampler, texCoord); + + // Color Matrix + float RedValue = dot(InTexel.rgb, RedMatrix); + float GreenValue = dot(InTexel.rgb, GreenMatrix); + float BlueValue = dot(InTexel.rgb, BlueMatrix); + vec3 OutColor = vec3(RedValue, GreenValue, BlueValue); + + // Offset & Scale + OutColor = (OutColor * ColorScale) + Offset; + + // Saturation + float Luma = dot(OutColor, Gray); + vec3 Chroma = OutColor - Luma; + OutColor = (Chroma * Saturation) + Luma; + + fragColor = vec4(OutColor, 1.0); +} diff --git a/1.17.1/assets/minecraft/shaders/program/color_convolve.json b/1.17.1/assets/minecraft/shaders/program/color_convolve.json new file mode 100644 index 00000000..e3a32c2d --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/program/color_convolve.json @@ -0,0 +1,25 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "color_convolve", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "Gray", "type": "float", "count": 3, "values": [ 0.3, 0.59, 0.11 ] }, + { "name": "RedMatrix", "type": "float", "count": 3, "values": [ 1.0, 0.0, 0.0 ] }, + { "name": "GreenMatrix", "type": "float", "count": 3, "values": [ 0.0, 1.0, 0.0 ] }, + { "name": "BlueMatrix", "type": "float", "count": 3, "values": [ 0.0, 0.0, 1.0 ] }, + { "name": "Offset", "type": "float", "count": 3, "values": [ 0.0, 0.0, 0.0 ] }, + { "name": "ColorScale", "type": "float", "count": 3, "values": [ 1.0, 1.0, 1.0 ] }, + { "name": "Saturation", "type": "float", "count": 1, "values": [ 1.8 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/program/deconverge.fsh b/1.17.1/assets/minecraft/shaders/program/deconverge.fsh new file mode 100644 index 00000000..202625b4 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/program/deconverge.fsh @@ -0,0 +1,30 @@ +#version 150 + +uniform sampler2D DiffuseSampler; + +in vec2 texCoord; +in vec2 oneTexel; + +uniform vec2 InSize; + +uniform vec3 ConvergeX; +uniform vec3 ConvergeY; +uniform vec3 RadialConvergeX; +uniform vec3 RadialConvergeY; + +out vec4 fragColor; + +void main() { + vec3 CoordX = texCoord.x * RadialConvergeX; + vec3 CoordY = texCoord.y * RadialConvergeY; + + CoordX += ConvergeX * oneTexel.x - (RadialConvergeX - 1.0) * 0.5; + CoordY += ConvergeY * oneTexel.y - (RadialConvergeY - 1.0) * 0.5; + + float RedValue = texture(DiffuseSampler, vec2(CoordX.x, CoordY.x)).r; + float GreenValue = texture(DiffuseSampler, vec2(CoordX.y, CoordY.y)).g; + float BlueValue = texture(DiffuseSampler, vec2(CoordX.z, CoordY.z)).b; + float AlphaValue = texture(DiffuseSampler, texCoord).a; + + fragColor = vec4(RedValue, GreenValue, BlueValue, 1.0); +} diff --git a/1.17.1/assets/minecraft/shaders/program/deconverge.json b/1.17.1/assets/minecraft/shaders/program/deconverge.json new file mode 100644 index 00000000..e23e9c56 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/program/deconverge.json @@ -0,0 +1,22 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "deconverge", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "ConvergeX", "type": "float", "count": 3, "values": [ -4.0, 0.0, 2.0 ] }, + { "name": "ConvergeY", "type": "float", "count": 3, "values": [ 0.0, -4.0, 2.0 ] }, + { "name": "RadialConvergeX", "type": "float", "count": 3, "values": [ 1.0, 1.0, 1.0 ] }, + { "name": "RadialConvergeY", "type": "float", "count": 3, "values": [ 1.0, 1.0, 1.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/program/downscale.fsh b/1.17.1/assets/minecraft/shaders/program/downscale.fsh new file mode 100644 index 00000000..239ab6ab --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/program/downscale.fsh @@ -0,0 +1,19 @@ +#version 150 + +uniform sampler2D DiffuseSampler; + +in vec2 texCoord; +in vec2 oneTexel; + +uniform vec2 InSize; + +out vec4 fragColor; + +void main() { + vec3 Texel0 = texture(DiffuseSampler, texCoord).rgb; + vec3 Texel1 = texture(DiffuseSampler, texCoord + vec2(oneTexel.x, 0.0)).rgb; + vec3 Texel2 = texture(DiffuseSampler, texCoord + vec2(0.0, oneTexel.y)).rgb; + vec3 Texel3 = texture(DiffuseSampler, texCoord + oneTexel).rgb; + + fragColor = vec4((Texel0 + Texel1 + Texel2 + Texel3) * 0.25, 1.0); +} diff --git a/1.17.1/assets/minecraft/shaders/program/downscale.json b/1.17.1/assets/minecraft/shaders/program/downscale.json new file mode 100644 index 00000000..9099ec16 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/program/downscale.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "downscale", + "fragment": "downscale", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/program/downscale.vsh b/1.17.1/assets/minecraft/shaders/program/downscale.vsh new file mode 100644 index 00000000..c2488ebe --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/program/downscale.vsh @@ -0,0 +1,18 @@ +#version 150 + +in vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; +uniform vec2 OutSize; + +out vec2 texCoord; +out vec2 oneTexel; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + oneTexel = 1.0 / InSize; + texCoord = outPos.xy * 0.5 + 0.5; +} diff --git a/1.17.1/assets/minecraft/shaders/program/entity_outline.json b/1.17.1/assets/minecraft/shaders/program/entity_outline.json new file mode 100644 index 00000000..d7c77631 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/program/entity_outline.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "sobel", + "fragment": "entity_sobel", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/program/entity_sobel.fsh b/1.17.1/assets/minecraft/shaders/program/entity_sobel.fsh new file mode 100644 index 00000000..77081385 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/program/entity_sobel.fsh @@ -0,0 +1,23 @@ +#version 150 + +uniform sampler2D DiffuseSampler; + +in vec2 texCoord; +in vec2 oneTexel; + +out vec4 fragColor; + +void main(){ + vec4 center = texture(DiffuseSampler, texCoord); + vec4 left = texture(DiffuseSampler, texCoord - vec2(oneTexel.x, 0.0)); + vec4 right = texture(DiffuseSampler, texCoord + vec2(oneTexel.x, 0.0)); + vec4 up = texture(DiffuseSampler, texCoord - vec2(0.0, oneTexel.y)); + vec4 down = texture(DiffuseSampler, texCoord + vec2(0.0, oneTexel.y)); + float leftDiff = abs(center.a - left.a); + float rightDiff = abs(center.a - right.a); + float upDiff = abs(center.a - up.a); + float downDiff = abs(center.a - down.a); + float total = clamp(leftDiff + rightDiff + upDiff + downDiff, 0.0, 1.0); + vec3 outColor = center.rgb * center.a + left.rgb * left.a + right.rgb * right.a + up.rgb * up.a + down.rgb * down.a; + fragColor = vec4(outColor * 0.2, total); +} diff --git a/1.17.1/assets/minecraft/shaders/program/flip.json b/1.17.1/assets/minecraft/shaders/program/flip.json new file mode 100644 index 00000000..b9c78f45 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/program/flip.json @@ -0,0 +1,20 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "flip", + "fragment": "blit", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "ScreenSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "ColorModulate", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/program/flip.vsh b/1.17.1/assets/minecraft/shaders/program/flip.vsh new file mode 100644 index 00000000..fded9dfe --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/program/flip.vsh @@ -0,0 +1,23 @@ +#version 150 + +in vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; +uniform vec2 OutSize; +uniform vec2 ScreenSize; + +out vec2 texCoord; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + vec2 inOutRatio = OutSize / InSize; + vec2 inScreenRatio = ScreenSize / InSize; + texCoord = Position.xy / OutSize; + texCoord.y = 1.0 - texCoord.y; + texCoord.x = texCoord.x * inOutRatio.x; + texCoord.y = texCoord.y * inOutRatio.y; + texCoord.y -= 1.0 - inScreenRatio.y; +} diff --git a/1.17.1/assets/minecraft/shaders/program/fxaa.fsh b/1.17.1/assets/minecraft/shaders/program/fxaa.fsh new file mode 100644 index 00000000..fc541cbd --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/program/fxaa.fsh @@ -0,0 +1,73 @@ +#version 150 + +uniform sampler2D DiffuseSampler; +uniform vec2 OutSize; + +uniform float VxOffset; +uniform float SpanMax; +uniform float ReduceMul; + +in vec2 texCoord; +in vec4 posPos; + +out vec4 fragColor; + +vec3 FxaaPixelShader( + vec4 posPos, // Output of FxaaVertexShader interpolated across screen. + sampler2D tex, // Input texture. + vec2 rcpFrame) // Constant {1.0/frameWidth, 1.0/frameHeight}. +{ + + #define FXAA_REDUCE_MIN (1.0/128.0) + //#define FXAA_REDUCE_MUL (1.0/8.0) + //#define FXAA_SPAN_MAX 8.0 + + vec3 rgbNW = texture(tex, posPos.zw).xyz; + vec3 rgbNE = textureOffset(tex, posPos.zw, ivec2(1,0)).xyz; + vec3 rgbSW = textureOffset(tex, posPos.zw, ivec2(0,1)).xyz; + vec3 rgbSE = textureOffset(tex, posPos.zw, ivec2(1,1)).xyz; + + vec3 rgbM = texture(tex, posPos.xy).xyz; + + vec3 luma = vec3(0.299, 0.587, 0.114); + float lumaNW = dot(rgbNW, luma); + float lumaNE = dot(rgbNE, luma); + float lumaSW = dot(rgbSW, luma); + float lumaSE = dot(rgbSE, luma); + float lumaM = dot(rgbM, luma); + + float lumaMin = min(lumaM, min(min(lumaNW, lumaNE), min(lumaSW, lumaSE))); + float lumaMax = max(lumaM, max(max(lumaNW, lumaNE), max(lumaSW, lumaSE))); + + vec2 dir; + dir.x = -((lumaNW + lumaNE) - (lumaSW + lumaSE)); + dir.y = ((lumaNW + lumaSW) - (lumaNE + lumaSE)); + + float dirReduce = max( + (lumaNW + lumaNE + lumaSW + lumaSE) * (0.25 * ReduceMul), + FXAA_REDUCE_MIN); + float rcpDirMin = 1.0/(min(abs(dir.x), abs(dir.y)) + dirReduce); + dir = min(vec2( SpanMax, SpanMax), + max(vec2(-SpanMax, -SpanMax), + dir * rcpDirMin)) * rcpFrame.xy; + + vec3 rgbA = (1.0/2.0) * ( + texture(tex, posPos.xy + dir * vec2(1.0/3.0 - 0.5)).xyz + + texture(tex, posPos.xy + dir * vec2(2.0/3.0 - 0.5)).xyz); + vec3 rgbB = rgbA * (1.0/2.0) + (1.0/4.0) * ( + texture(tex, posPos.xy + dir * vec2(0.0/3.0 - 0.5)).xyz + + texture(tex, posPos.xy + dir * vec2(3.0/3.0 - 0.5)).xyz); + + float lumaB = dot(rgbB, luma); + + if ((lumaB < lumaMin) || (lumaB > lumaMax)) { + return rgbA; + } else { + return rgbB; + } +} + +void main() { + vec4 baseTexel = texture(DiffuseSampler, posPos.xy); + fragColor = vec4(FxaaPixelShader(posPos, DiffuseSampler, 1.0 / OutSize), 1.0); +} diff --git a/1.17.1/assets/minecraft/shaders/program/fxaa.json b/1.17.1/assets/minecraft/shaders/program/fxaa.json new file mode 100644 index 00000000..eb850732 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/program/fxaa.json @@ -0,0 +1,20 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "fxaa", + "fragment": "fxaa", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "SpanMax", "type": "float", "count": 1, "values": [ 8.0 ] }, + { "name": "SubPixelShift", "type": "float", "count": 1, "values": [ 0.25 ] }, + { "name": "ReduceMul", "type": "float", "count": 1, "values": [ 0.125 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/program/fxaa.vsh b/1.17.1/assets/minecraft/shaders/program/fxaa.vsh new file mode 100644 index 00000000..4282ad43 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/program/fxaa.vsh @@ -0,0 +1,20 @@ +#version 150 + +in vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 OutSize; + +uniform float SubPixelShift; + +out vec2 texCoord; +out vec4 posPos; + +void main() { + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + texCoord = Position.xy / OutSize; + posPos.xy = texCoord.xy; + posPos.zw = texCoord.xy - (1.0/OutSize * vec2(0.5 + SubPixelShift)); +} diff --git a/1.17.1/assets/minecraft/shaders/program/invert.fsh b/1.17.1/assets/minecraft/shaders/program/invert.fsh new file mode 100644 index 00000000..fce3ba46 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/program/invert.fsh @@ -0,0 +1,16 @@ +#version 150 + +uniform sampler2D DiffuseSampler; + +in vec2 texCoord; + +uniform float InverseAmount; + +out vec4 fragColor; + +void main(){ + vec4 diffuseColor = texture(DiffuseSampler, texCoord); + vec4 invertColor = 1.0 - diffuseColor; + vec4 outColor = mix(diffuseColor, invertColor, InverseAmount); + fragColor = vec4(outColor.rgb, 1.0); +} diff --git a/1.17.1/assets/minecraft/shaders/program/invert.json b/1.17.1/assets/minecraft/shaders/program/invert.json new file mode 100644 index 00000000..f9ab649c --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/program/invert.json @@ -0,0 +1,19 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "blit", + "fragment": "invert", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "InverseAmount", "type": "float", "count": 1, "values": [ 0.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/program/invert.vsh b/1.17.1/assets/minecraft/shaders/program/invert.vsh new file mode 100644 index 00000000..f30f3a83 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/program/invert.vsh @@ -0,0 +1,20 @@ +#version 150 + +in vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; +uniform vec2 OutSize; + +out vec2 texCoord; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + vec2 sizeRatio = OutSize / InSize; + texCoord = Position.xy / OutSize; + texCoord.x = texCoord.x * sizeRatio.x; + texCoord.y = texCoord.y * sizeRatio.y; + texCoord.y = sizeRatio.y - texCoord.y; +} diff --git a/1.17.1/assets/minecraft/shaders/program/notch.fsh b/1.17.1/assets/minecraft/shaders/program/notch.fsh new file mode 100644 index 00000000..bdd35276 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/program/notch.fsh @@ -0,0 +1,25 @@ +#version 150 + +uniform sampler2D DiffuseSampler; +uniform sampler2D DitherSampler; + +in vec2 texCoord; + +uniform vec2 InSize; + +out vec4 fragColor; + +void main() { + vec2 halfSize = InSize * 0.5; + + vec2 steppedCoord = texCoord; + steppedCoord.x = float(int(steppedCoord.x*halfSize.x)) / halfSize.x; + steppedCoord.y = float(int(steppedCoord.y*halfSize.y)) / halfSize.y; + + vec4 noise = texture(DitherSampler, steppedCoord * halfSize / 4.0); + vec4 col = texture(DiffuseSampler, steppedCoord) + noise * vec4(1.0/12.0, 1.0/12.0, 1.0/6.0, 1.0); + float r = float(int(col.r*8.0))/8.0; + float g = float(int(col.g*8.0))/8.0; + float b = float(int(col.b*4.0))/4.0; + fragColor = vec4(r, g, b, 1.0); +} diff --git a/1.17.1/assets/minecraft/shaders/program/notch.json b/1.17.1/assets/minecraft/shaders/program/notch.json new file mode 100644 index 00000000..e6ff9a81 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/program/notch.json @@ -0,0 +1,19 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "notch", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" }, + { "name": "DitherSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/program/ntsc_decode.fsh b/1.17.1/assets/minecraft/shaders/program/ntsc_decode.fsh new file mode 100644 index 00000000..f9863688 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/program/ntsc_decode.fsh @@ -0,0 +1,134 @@ +#version 150 + +uniform sampler2D DiffuseSampler; +uniform sampler2D BaseSampler; + +in vec2 texCoord; +in vec2 oneTexel; + +uniform vec2 InSize; + +const vec4 Zero = vec4(0.0); +const vec4 One = vec4(1.0); + +const float Pi = 3.1415926535; +const float Pi2 = 6.283185307; + +const vec4 A2 = vec4(1.0); +const vec4 B = vec4(0.5); +const float P = 1.0; +const float CCFrequency = 3.59754545; +const float NotchWidth = 2.0; +const float NotchUpperFrequency = 3.59754545 + NotchWidth; +const float NotchLowerFrequency = 3.59754545 - NotchWidth; +const float YFrequency = 6.0; +const float IFrequency = 1.2; +const float QFrequency = 0.6; +const float ScanTime = 52.6; +const vec3 YIQ2R = vec3(1.0, 0.956, 0.621); +const vec3 YIQ2G = vec3(1.0, -0.272, -0.647); +const vec3 YIQ2B = vec3(1.0, -1.106, 1.703); +const vec4 MinC = vec4(-1.1183); +const vec4 CRange = vec4(3.2366); +const float Pi2Length = Pi2 / 83.0; +const vec4 NotchOffset = vec4(0.0, 1.0, 2.0, 3.0); +const vec4 W = vec4(Pi2 * CCFrequency * ScanTime); + +out vec4 fragColor; + +void main() { + vec4 YAccum = Zero; + vec4 IAccum = Zero; + vec4 QAccum = Zero; + float QuadXSize = InSize.x * 4.0; + float TimePerSample = ScanTime / QuadXSize; + + // Frequency cutoffs for the individual portions of the signal that we extract. + // Y1 and Y2 are the positive and negative frequency limits of the notch filter on Y. + // Y3 is the center of the frequency response of the Y filter. + // I is the center of the frequency response of the I filter. + // Q is the center of the frequency response of the Q filter. + float Fc_y1 = NotchLowerFrequency * TimePerSample; + float Fc_y2 = NotchUpperFrequency * TimePerSample; + float Fc_y3 = YFrequency * TimePerSample; + float Fc_i = IFrequency * TimePerSample; + float Fc_q = QFrequency * TimePerSample; + float Pi2Fc_y1 = Fc_y1 * Pi2; + float Pi2Fc_y2 = Fc_y2 * Pi2; + float Pi2Fc_y3 = Fc_y3 * Pi2; + float Pi2Fc_i = Fc_i * Pi2; + float Pi2Fc_q = Fc_q * Pi2; + float Fc_y1_2 = Fc_y1 * 2.0; + float Fc_y2_2 = Fc_y2 * 2.0; + float Fc_y3_2 = Fc_y3 * 2.0; + float Fc_i_2 = Fc_i * 2.0; + float Fc_q_2 = Fc_q * 2.0; + vec4 CoordY = vec4(texCoord.y); + + vec4 BaseTexel = texture(DiffuseSampler, texCoord); + // 83 composite samples wide, 4 composite pixels per texel + for (float n = -41.0; n < 42.0; n += 4.0) + { + vec4 n4 = n + NotchOffset; + vec4 CoordX = texCoord.x + oneTexel.x * n4 * 0.25; + vec2 TexCoord = vec2(CoordX.x, CoordY.y); + vec4 C = texture(DiffuseSampler, TexCoord) * CRange + MinC; + vec4 WT = W * (CoordX + A2 * CoordY * InSize.y + B); + vec4 Cosine = 0.54 + 0.46 * cos(Pi2Length * n4); + + vec4 SincYIn1 = Pi2Fc_y1 * n4; + vec4 SincYIn2 = Pi2Fc_y2 * n4; + vec4 SincYIn3 = Pi2Fc_y3 * n4; + vec4 SincY1 = sin(SincYIn1) / SincYIn1; + vec4 SincY2 = sin(SincYIn2) / SincYIn2; + vec4 SincY3 = sin(SincYIn3) / SincYIn3; + + // These zero-checks could be made more efficient, but we are trying to support + // downlevel GLSL + if(SincYIn1.x == 0.0) SincY1.x = 1.0; + if(SincYIn1.y == 0.0) SincY1.y = 1.0; + if(SincYIn1.z == 0.0) SincY1.z = 1.0; + if(SincYIn1.w == 0.0) SincY1.w = 1.0; + if(SincYIn2.x == 0.0) SincY2.x = 1.0; + if(SincYIn2.y == 0.0) SincY2.y = 1.0; + if(SincYIn2.z == 0.0) SincY2.z = 1.0; + if(SincYIn2.w == 0.0) SincY2.w = 1.0; + if(SincYIn3.x == 0.0) SincY3.x = 1.0; + if(SincYIn3.y == 0.0) SincY3.y = 1.0; + if(SincYIn3.z == 0.0) SincY3.z = 1.0; + if(SincYIn3.w == 0.0) SincY3.w = 1.0; + vec4 IdealY = (Fc_y1_2 * SincY1 - Fc_y2_2 * SincY2) + Fc_y3_2 * SincY3; + vec4 FilterY = Cosine * IdealY; + + vec4 SincIIn = Pi2Fc_i * n4; + vec4 SincI = sin(SincIIn) / SincIIn; + if(SincIIn.x == 0.0) SincI.x = 1.0; + if(SincIIn.y == 0.0) SincI.y = 1.0; + if(SincIIn.z == 0.0) SincI.z = 1.0; + if(SincIIn.w == 0.0) SincI.w = 1.0; + vec4 IdealI = Fc_i_2 * SincI; + vec4 FilterI = Cosine * IdealI; + + vec4 SincQIn = Pi2Fc_q * n4; + vec4 SincQ = sin(SincQIn) / SincQIn; + if(SincQIn.x == 0.0) SincQ.x = 1.0; + if(SincQIn.y == 0.0) SincQ.y = 1.0; + if(SincQIn.z == 0.0) SincQ.z = 1.0; + if(SincQIn.w == 0.0) SincQ.w = 1.0; + vec4 IdealQ = Fc_q_2 * SincQ; + vec4 FilterQ = Cosine * IdealQ; + + YAccum += C * FilterY; + IAccum += C * cos(WT) * FilterI; + QAccum += C * sin(WT) * FilterQ; + } + + float Y = dot(YAccum, One); + float I = dot(IAccum, One) * 2.0; + float Q = dot(QAccum, One) * 2.0; + + vec3 YIQ = vec3(Y, I, Q); + vec3 OutRGB = vec3(dot(YIQ, YIQ2R), dot(YIQ, YIQ2G), dot(YIQ, YIQ2B)); + + fragColor = vec4(OutRGB, 1.0); +} diff --git a/1.17.1/assets/minecraft/shaders/program/ntsc_decode.json b/1.17.1/assets/minecraft/shaders/program/ntsc_decode.json new file mode 100644 index 00000000..28709230 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/program/ntsc_decode.json @@ -0,0 +1,19 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "ntsc_decode", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" }, + { "name": "BaseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/program/ntsc_encode.fsh b/1.17.1/assets/minecraft/shaders/program/ntsc_encode.fsh new file mode 100644 index 00000000..cb1383f7 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/program/ntsc_encode.fsh @@ -0,0 +1,52 @@ +#version 150 + +uniform sampler2D DiffuseSampler; + +in vec2 texCoord; +in vec2 oneTexel; + +uniform vec2 InSize; + +const float Pi2 = 6.283185307; + +const vec4 A2 = vec4(1.0); +const vec4 B = vec4(0.5); +const float P = 1.0; +const float CCFrequency = 3.59754545; +const float ScanTime = 52.6; +const float Pi2ScanTime = Pi2 * ScanTime; +const vec4 YTransform = vec4(0.299, 0.587, 0.114, 0.0); +const vec4 ITransform = vec4(0.595716, -0.274453, -0.321263, 0.0); +const vec4 QTransform = vec4(0.211456, -0.522591, 0.31135, 0.0); +const vec4 MinC = vec4(-1.1183); +const vec4 InvCRange = vec4(1.0 / 3.2366); + +out vec4 fragColor; + +void main() { + vec2 InverseP = vec2(P, 0.0) * oneTexel; + + // UVs for four linearly-interpolated samples spread 0.25 texels apart + vec2 C0 = texCoord; + vec2 C1 = texCoord + InverseP * 0.25; + vec2 C2 = texCoord + InverseP * 0.50; + vec2 C3 = texCoord + InverseP * 0.75; + vec4 Cx = vec4(C0.x, C1.x, C2.x, C3.x); + vec4 Cy = vec4(C0.y, C1.y, C2.y, C3.y); + + vec4 Texel0 = texture(DiffuseSampler, C0); + vec4 Texel1 = texture(DiffuseSampler, C1); + vec4 Texel2 = texture(DiffuseSampler, C2); + vec4 Texel3 = texture(DiffuseSampler, C3); + + // Calculate the expected time of the sample. + vec4 T = A2 * Cy * vec4(InSize.y) + B + Cx; + vec4 W = vec4(Pi2ScanTime * CCFrequency); + vec4 TW = T * W; + vec4 Y = vec4(dot(Texel0, YTransform), dot(Texel1, YTransform), dot(Texel2, YTransform), dot(Texel3, YTransform)); + vec4 I = vec4(dot(Texel0, ITransform), dot(Texel1, ITransform), dot(Texel2, ITransform), dot(Texel3, ITransform)); + vec4 Q = vec4(dot(Texel0, QTransform), dot(Texel1, QTransform), dot(Texel2, QTransform), dot(Texel3, QTransform)); + + vec4 Encoded = Y + I * cos(TW) + Q * sin(TW); + fragColor = (Encoded - MinC) * InvCRange; +} diff --git a/1.17.1/assets/minecraft/shaders/program/ntsc_encode.json b/1.17.1/assets/minecraft/shaders/program/ntsc_encode.json new file mode 100644 index 00000000..2cda4dff --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/program/ntsc_encode.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "ntsc_encode", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/program/outline.fsh b/1.17.1/assets/minecraft/shaders/program/outline.fsh new file mode 100644 index 00000000..bb44c9fa --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/program/outline.fsh @@ -0,0 +1,23 @@ +#version 150 + +uniform sampler2D DiffuseSampler; + +in vec2 texCoord; +in vec2 oneTexel; + +out vec4 fragColor; + +void main(){ + vec4 center = texture(DiffuseSampler, texCoord); + vec4 up = texture(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y)); + vec4 down = texture(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0)); + vec4 left = texture(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0)); + vec4 right = texture(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y)); + vec4 uDiff = center - up; + vec4 dDiff = center - down; + vec4 lDiff = center - left; + vec4 rDiff = center - right; + vec4 sum = uDiff + dDiff + lDiff + rDiff; + vec3 clamped = clamp(center.rgb - sum.rgb, 0.0, 1.0); + fragColor = vec4(clamped, 1.0); +} diff --git a/1.17.1/assets/minecraft/shaders/program/outline.json b/1.17.1/assets/minecraft/shaders/program/outline.json new file mode 100644 index 00000000..7d41382b --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/program/outline.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "outline", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/program/outline_combine.fsh b/1.17.1/assets/minecraft/shaders/program/outline_combine.fsh new file mode 100644 index 00000000..b9b31cb4 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/program/outline_combine.fsh @@ -0,0 +1,15 @@ +#version 150 + +uniform sampler2D DiffuseSampler; +uniform sampler2D OutlineSampler; + +in vec2 texCoord; +in vec2 oneTexel; + +out vec4 fragColor; + +void main(){ + vec4 diffuseTexel = texture(DiffuseSampler, texCoord); + vec4 outlineTexel = texture(OutlineSampler, texCoord); + fragColor = vec4(diffuseTexel.rgb + diffuseTexel.rgb * outlineTexel.rgb * vec3(0.75), 1.0); +} diff --git a/1.17.1/assets/minecraft/shaders/program/outline_combine.json b/1.17.1/assets/minecraft/shaders/program/outline_combine.json new file mode 100644 index 00000000..d52f4a3d --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/program/outline_combine.json @@ -0,0 +1,19 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "outline_combine", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" }, + { "name": "OutlineSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/program/outline_soft.fsh b/1.17.1/assets/minecraft/shaders/program/outline_soft.fsh new file mode 100644 index 00000000..a35d4d28 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/program/outline_soft.fsh @@ -0,0 +1,48 @@ +#version 150 + +uniform sampler2D DiffuseSampler; + +in vec2 texCoord; +in vec2 oneTexel; + +uniform float LumaRamp; +uniform float LumaLevel; + +out vec4 fragColor; + +void main(){ + vec4 center = texture(DiffuseSampler, texCoord); + vec4 up = texture(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y)); + vec4 up2 = texture(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y) * 2.0); + vec4 down = texture(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0)); + vec4 down2 = texture(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0) * 2.0); + vec4 left = texture(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0)); + vec4 left2 = texture(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0) * 2.0); + vec4 right = texture(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y)); + vec4 right2 = texture(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y) * 2.0); + vec4 uDiff = abs(center - up); + vec4 dDiff = abs(center - down); + vec4 lDiff = abs(center - left); + vec4 rDiff = abs(center - right); + vec4 u2Diff = abs(center - up2); + vec4 d2Diff = abs(center - down2); + vec4 l2Diff = abs(center - left2); + vec4 r2Diff = abs(center - right2); + vec4 sum = uDiff + dDiff + lDiff + rDiff + u2Diff + d2Diff + l2Diff + r2Diff; + vec4 gray = vec4(0.3, 0.59, 0.11, 0.0); + float sumLuma = 1.0 - dot(clamp(sum, 0.0, 1.0), gray); + + // Get luminance of center pixel and adjust + float centerLuma = dot(center + (center - pow(center, vec4(LumaRamp))), gray); + + // Quantize the luma value + centerLuma = centerLuma - fract(centerLuma * LumaLevel) / LumaLevel; + + // Re-scale to full range + centerLuma = centerLuma * (LumaLevel / (LumaLevel - 1.0)); + + // Blend with outline + centerLuma = centerLuma * sumLuma; + + fragColor = vec4(centerLuma, centerLuma, centerLuma, 1.0); +} diff --git a/1.17.1/assets/minecraft/shaders/program/outline_soft.json b/1.17.1/assets/minecraft/shaders/program/outline_soft.json new file mode 100644 index 00000000..c58bb5d9 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/program/outline_soft.json @@ -0,0 +1,20 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "outline_soft", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "LumaRamp", "type": "float", "count": 1, "values": [ 16.0 ] }, + { "name": "LumaLevel", "type": "float", "count": 1, "values": [ 4.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/program/outline_watercolor.fsh b/1.17.1/assets/minecraft/shaders/program/outline_watercolor.fsh new file mode 100644 index 00000000..be90bf82 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/program/outline_watercolor.fsh @@ -0,0 +1,43 @@ +#version 150 + +uniform sampler2D DiffuseSampler; + +in vec2 texCoord; +in vec2 oneTexel; + +uniform float LumaRamp; + +out vec4 fragColor; + +void main(){ + vec4 center = texture(DiffuseSampler, texCoord); + vec4 up = texture(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y)); + vec4 up2 = texture(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y) * 2.0); + vec4 down = texture(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0)); + vec4 down2 = texture(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0) * 2.0); + vec4 left = texture(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0)); + vec4 left2 = texture(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0) * 2.0); + vec4 right = texture(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y)); + vec4 right2 = texture(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y) * 2.0); + vec4 ul = texture(DiffuseSampler, texCoord + vec2(-oneTexel.x, -oneTexel.y)); + vec4 ur = texture(DiffuseSampler, texCoord + vec2( oneTexel.x, -oneTexel.y)); + vec4 bl = texture(DiffuseSampler, texCoord + vec2(-oneTexel.x, oneTexel.y)); + vec4 br = texture(DiffuseSampler, texCoord + vec2( oneTexel.x, oneTexel.y)); + vec4 gray = vec4(0.3, 0.59, 0.11, 0.0); + float uDiff = dot(abs(center - up), gray); + float dDiff = dot(abs(center - down), gray); + float lDiff = dot(abs(center - left), gray); + float rDiff = dot(abs(center - right), gray); + float u2Diff = dot(abs(center - up2), gray); + float d2Diff = dot(abs(center - down2), gray); + float l2Diff = dot(abs(center - left2), gray); + float r2Diff = dot(abs(center - right2), gray); + float ulDiff = dot(abs(center - ul), gray); + float urDiff = dot(abs(center - ur), gray); + float blDiff = dot(abs(center - bl), gray); + float brDiff = dot(abs(center - br), gray); + float sum = uDiff + dDiff + lDiff + rDiff + u2Diff + d2Diff + l2Diff + r2Diff + ulDiff + urDiff + blDiff + brDiff; + float sumLuma = clamp(sum, 0.0, 1.0); + + fragColor = vec4(sumLuma, sumLuma, sumLuma, 1.0); +} diff --git a/1.17.1/assets/minecraft/shaders/program/outline_watercolor.json b/1.17.1/assets/minecraft/shaders/program/outline_watercolor.json new file mode 100644 index 00000000..29543528 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/program/outline_watercolor.json @@ -0,0 +1,19 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "outline_watercolor", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "LumaRamp", "type": "float", "count": 1, "values": [ 16.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/program/overlay.fsh b/1.17.1/assets/minecraft/shaders/program/overlay.fsh new file mode 100644 index 00000000..79f5f393 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/program/overlay.fsh @@ -0,0 +1,29 @@ +#version 150 + +uniform sampler2D DiffuseSampler; +uniform sampler2D OverlaySampler; + +uniform vec2 InSize; + +in vec2 texCoord; + +uniform float MosaicSize; +uniform vec3 RedMatrix; +uniform vec3 GreenMatrix; +uniform vec3 BlueMatrix; + +out vec4 fragColor; + +void main(){ + vec2 mosaicInSize = InSize / MosaicSize; + vec2 fractPix = fract(texCoord * mosaicInSize) / mosaicInSize; + + vec4 baseTexel = texture(DiffuseSampler, texCoord - fractPix); + float red = dot(baseTexel.rgb, RedMatrix); + float green = dot(baseTexel.rgb, GreenMatrix); + float blue = dot(baseTexel.rgb, BlueMatrix); + + vec4 overlayTexel = texture(OverlaySampler, vec2(texCoord.x, 1.0 - texCoord.y)); + overlayTexel.a = 1.0; + fragColor = mix(vec4(red, green, blue, 1.0), overlayTexel, overlayTexel.a); +} diff --git a/1.17.1/assets/minecraft/shaders/program/overlay.json b/1.17.1/assets/minecraft/shaders/program/overlay.json new file mode 100644 index 00000000..ceb8d0fc --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/program/overlay.json @@ -0,0 +1,23 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "blit", + "fragment": "overlay", + "attributes": [ "Position" ], + "samplers": [ + { "name": "OverlaySampler" }, + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "MosaicSize", "type": "float", "count": 1, "values": [ 1.0 ] }, + { "name": "RedMatrix", "type": "float", "count": 3, "values": [ 1.0, 0.0, 0.0 ] }, + { "name": "GreenMatrix", "type": "float", "count": 3, "values": [ 0.0, 1.0, 1.0 ] }, + { "name": "BlueMatrix", "type": "float", "count": 3, "values": [ 0.0, 0.0, 1.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/program/phosphor.fsh b/1.17.1/assets/minecraft/shaders/program/phosphor.fsh new file mode 100644 index 00000000..1ca090f2 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/program/phosphor.fsh @@ -0,0 +1,20 @@ +#version 150 + +uniform sampler2D DiffuseSampler; +uniform sampler2D PrevSampler; + +in vec2 texCoord; +in vec2 oneTexel; + +uniform vec2 InSize; + +uniform vec3 Phosphor; + +out vec4 fragColor; + +void main() { + vec4 CurrTexel = texture(DiffuseSampler, texCoord); + vec4 PrevTexel = texture(PrevSampler, texCoord); + + fragColor = vec4(max(PrevTexel.rgb * Phosphor, CurrTexel.rgb), 1.0); +} diff --git a/1.17.1/assets/minecraft/shaders/program/phosphor.json b/1.17.1/assets/minecraft/shaders/program/phosphor.json new file mode 100644 index 00000000..c3a01f2d --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/program/phosphor.json @@ -0,0 +1,20 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "phosphor", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" }, + { "name": "PrevSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "Phosphor", "type": "float", "count": 3, "values": [ 0.3, 0.3, 0.3 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/program/rotscale.vsh b/1.17.1/assets/minecraft/shaders/program/rotscale.vsh new file mode 100644 index 00000000..6c55a893 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/program/rotscale.vsh @@ -0,0 +1,30 @@ +#version 150 + +in vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; +uniform vec2 OutSize; + +uniform vec2 InScale; +uniform vec2 InOffset; +uniform float InRotation; +uniform float Time; + +out vec2 texCoord; +out vec2 scaledCoord; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + texCoord = Position.xy / OutSize; + + float Deg2Rad = 0.0174532925; + float InRadians = InRotation * Deg2Rad; + float Cosine = cos(InRadians); + float Sine = sin(InRadians); + float RotU = texCoord.x * Cosine - texCoord.y * Sine; + float RotV = texCoord.y * Cosine + texCoord.x * Sine; + scaledCoord = vec2(RotU, RotV) * InScale + InOffset; +} diff --git a/1.17.1/assets/minecraft/shaders/program/scan_pincushion.fsh b/1.17.1/assets/minecraft/shaders/program/scan_pincushion.fsh new file mode 100644 index 00000000..847c9da4 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/program/scan_pincushion.fsh @@ -0,0 +1,66 @@ +#version 150 + +uniform sampler2D DiffuseSampler; + +in vec2 texCoord; +in vec2 oneTexel; + +uniform vec2 InSize; + +const vec4 Zero = vec4(0.0); +const vec4 Half = vec4(0.5); +const vec4 One = vec4(1.0); +const vec4 Two = vec4(2.0); + +const float Pi = 3.1415926535; +const float PincushionAmount = 0.02; +const float CurvatureAmount = 0.02; +const float ScanlineAmount = 0.8; +const float ScanlineScale = 1.0; +const float ScanlineHeight = 1.0; +const float ScanlineBrightScale = 1.0; +const float ScanlineBrightOffset = 0.0; +const float ScanlineOffset = 0.0; +const vec3 Floor = vec3(0.05, 0.05, 0.05); +const vec3 Power = vec3(0.8, 0.8, 0.8); + +out vec4 fragColor; + +void main() { + vec4 InTexel = texture(DiffuseSampler, texCoord); + + vec2 PinUnitCoord = texCoord * Two.xy - One.xy; + float PincushionR2 = pow(length(PinUnitCoord), 2.0); + vec2 PincushionCurve = PinUnitCoord * PincushionAmount * PincushionR2; + vec2 ScanCoord = texCoord; + + ScanCoord *= One.xy - PincushionAmount * 0.2; + ScanCoord += PincushionAmount * 0.1; + ScanCoord += PincushionCurve; + + vec2 CurvatureClipCurve = PinUnitCoord * CurvatureAmount * PincushionR2; + vec2 ScreenClipCoord = texCoord; + ScreenClipCoord -= Half.xy; + ScreenClipCoord *= One.xy - CurvatureAmount * 0.2; + ScreenClipCoord += Half.xy; + ScreenClipCoord += CurvatureClipCurve; + + // -- Alpha Clipping -- + if (ScanCoord.x < 0.0) discard; + if (ScanCoord.y < 0.0) discard; + if (ScanCoord.x > 1.0) discard; + if (ScanCoord.y > 1.0) discard; + + // -- Scanline Simulation -- + float InnerSine = ScanCoord.y * InSize.y * ScanlineScale * 0.25; + float ScanBrightMod = sin(InnerSine * Pi + ScanlineOffset * InSize.y * 0.25); + float ScanBrightness = mix(1.0, (pow(ScanBrightMod * ScanBrightMod, ScanlineHeight) * ScanlineBrightScale + 1.0) * 0.5, ScanlineAmount); + vec3 ScanlineTexel = InTexel.rgb * ScanBrightness; + + // -- Color Compression (increasing the floor of the signal without affecting the ceiling) -- + ScanlineTexel = Floor + (One.xyz - Floor) * ScanlineTexel; + + ScanlineTexel.rgb = pow(ScanlineTexel.rgb, Power); + + fragColor = vec4(ScanlineTexel.rgb, 1.0); +} diff --git a/1.17.1/assets/minecraft/shaders/program/scan_pincushion.json b/1.17.1/assets/minecraft/shaders/program/scan_pincushion.json new file mode 100644 index 00000000..9c7f9a3d --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/program/scan_pincushion.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "scan_pincushion", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/program/screenquad.vsh b/1.17.1/assets/minecraft/shaders/program/screenquad.vsh new file mode 100644 index 00000000..9dfe91cd --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/program/screenquad.vsh @@ -0,0 +1,14 @@ +#version 150 + +in vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 OutSize; + +out vec2 texCoord; + +void main() { + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + texCoord = Position.xy / OutSize; +} diff --git a/1.17.1/assets/minecraft/shaders/program/sobel.fsh b/1.17.1/assets/minecraft/shaders/program/sobel.fsh new file mode 100644 index 00000000..dab0eae7 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/program/sobel.fsh @@ -0,0 +1,22 @@ +#version 150 + +uniform sampler2D DiffuseSampler; + +in vec2 texCoord; +in vec2 oneTexel; + +out vec4 fragColor; + +void main(){ + vec4 center = texture(DiffuseSampler, texCoord); + vec4 left = texture(DiffuseSampler, texCoord - vec2(oneTexel.x, 0.0)); + vec4 right = texture(DiffuseSampler, texCoord + vec2(oneTexel.x, 0.0)); + vec4 up = texture(DiffuseSampler, texCoord - vec2(0.0, oneTexel.y)); + vec4 down = texture(DiffuseSampler, texCoord + vec2(0.0, oneTexel.y)); + vec4 leftDiff = center - left; + vec4 rightDiff = center - right; + vec4 upDiff = center - up; + vec4 downDiff = center - down; + vec4 total = clamp(leftDiff + rightDiff + upDiff + downDiff, 0.0, 1.0); + fragColor = vec4(total.rgb, 1.0); +} diff --git a/1.17.1/assets/minecraft/shaders/program/sobel.json b/1.17.1/assets/minecraft/shaders/program/sobel.json new file mode 100644 index 00000000..dc2fc17b --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/program/sobel.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "sobel", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/program/sobel.vsh b/1.17.1/assets/minecraft/shaders/program/sobel.vsh new file mode 100644 index 00000000..99e97e06 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/program/sobel.vsh @@ -0,0 +1,19 @@ +#version 150 + +in vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; +uniform vec2 OutSize; + +out vec2 texCoord; +out vec2 oneTexel; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + oneTexel = 1.0 / InSize; + + texCoord = Position.xy / OutSize; +} diff --git a/1.17.1/assets/minecraft/shaders/program/spider.json b/1.17.1/assets/minecraft/shaders/program/spider.json new file mode 100644 index 00000000..3a47688e --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/program/spider.json @@ -0,0 +1,25 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "rotscale", + "fragment": "spiderclip", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" }, + { "name": "BlurSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "InScale", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "InOffset", "type": "float", "count": 2, "values": [ 0.0, 0.0 ] }, + { "name": "InRotation", "type": "float", "count": 1, "values": [ 0.0 ] }, + { "name": "Time", "type": "float", "count": 1, "values": [ 0.0 ] }, + { "name": "Scissor", "type": "float", "count": 4, "values": [ 0.0, 0.0, 1.0, 1.0 ] }, + { "name": "Vignette", "type": "float", "count": 4, "values": [ 0.0, 0.0, 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/program/spiderclip.fsh b/1.17.1/assets/minecraft/shaders/program/spiderclip.fsh new file mode 100644 index 00000000..c586188f --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/program/spiderclip.fsh @@ -0,0 +1,33 @@ +#version 150 + +uniform sampler2D DiffuseSampler; +uniform sampler2D BlurSampler; + +in vec2 texCoord; +in vec2 scaledCoord; + +uniform vec2 InSize; +uniform vec4 Scissor; +uniform vec4 Vignette; + +out vec4 fragColor; + +void main() { + vec4 ScaledTexel = texture(DiffuseSampler, scaledCoord); + vec4 BlurTexel = texture(BlurSampler, texCoord); + vec4 OutTexel = ScaledTexel; + + // -- Alpha Clipping -- + if (scaledCoord.x < Scissor.x) OutTexel = BlurTexel; + if (scaledCoord.y < Scissor.y) OutTexel = BlurTexel; + if (scaledCoord.x > Scissor.z) OutTexel = BlurTexel; + if (scaledCoord.y > Scissor.w) OutTexel = BlurTexel; + + clamp(scaledCoord, 0.0, 1.0); + + if (scaledCoord.x < Vignette.x) OutTexel = mix(BlurTexel, OutTexel, (Scissor.x - scaledCoord.x) / (Scissor.x - Vignette.x)); + if (scaledCoord.y < Vignette.y) OutTexel = mix(BlurTexel, OutTexel, (Scissor.y - scaledCoord.y) / (Scissor.y - Vignette.y)); + if (scaledCoord.x > Vignette.z) OutTexel = mix(BlurTexel, OutTexel, (Scissor.z - scaledCoord.x) / (Scissor.z - Vignette.z)); + if (scaledCoord.y > Vignette.w) OutTexel = mix(BlurTexel, OutTexel, (Scissor.w - scaledCoord.y) / (Scissor.w - Vignette.w)); + fragColor = vec4(OutTexel.rgb, 1.0); +} diff --git a/1.17.1/assets/minecraft/shaders/program/transparency.fsh b/1.17.1/assets/minecraft/shaders/program/transparency.fsh new file mode 100644 index 00000000..3b277ace --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/program/transparency.fsh @@ -0,0 +1,70 @@ +#version 150 + +uniform sampler2D DiffuseSampler; +uniform sampler2D DiffuseDepthSampler; +uniform sampler2D TranslucentSampler; +uniform sampler2D TranslucentDepthSampler; +uniform sampler2D ItemEntitySampler; +uniform sampler2D ItemEntityDepthSampler; +uniform sampler2D ParticlesSampler; +uniform sampler2D ParticlesDepthSampler; +uniform sampler2D WeatherSampler; +uniform sampler2D WeatherDepthSampler; +uniform sampler2D CloudsSampler; +uniform sampler2D CloudsDepthSampler; + +in vec2 texCoord; + +#define NUM_LAYERS 6 + +vec4 color_layers[NUM_LAYERS]; +float depth_layers[NUM_LAYERS]; +int active_layers = 0; + +out vec4 fragColor; + +void try_insert( vec4 color, float depth ) { + if ( color.a == 0.0 ) { + return; + } + + color_layers[active_layers] = color; + depth_layers[active_layers] = depth; + + int jj = active_layers++; + int ii = jj - 1; + while ( jj > 0 && depth_layers[jj] > depth_layers[ii] ) { + float depthTemp = depth_layers[ii]; + depth_layers[ii] = depth_layers[jj]; + depth_layers[jj] = depthTemp; + + vec4 colorTemp = color_layers[ii]; + color_layers[ii] = color_layers[jj]; + color_layers[jj] = colorTemp; + + jj = ii--; + } +} + +vec3 blend( vec3 dst, vec4 src ) { + return ( dst * ( 1.0 - src.a ) ) + src.rgb; +} + +void main() { + color_layers[0] = vec4( texture( DiffuseSampler, texCoord ).rgb, 1.0 ); + depth_layers[0] = texture( DiffuseDepthSampler, texCoord ).r; + active_layers = 1; + + try_insert( texture( TranslucentSampler, texCoord ), texture( TranslucentDepthSampler, texCoord ).r ); + try_insert( texture( ItemEntitySampler, texCoord ), texture( ItemEntityDepthSampler, texCoord ).r ); + try_insert( texture( ParticlesSampler, texCoord ), texture( ParticlesDepthSampler, texCoord ).r ); + try_insert( texture( WeatherSampler, texCoord ), texture( WeatherDepthSampler, texCoord ).r ); + try_insert( texture( CloudsSampler, texCoord ), texture( CloudsDepthSampler, texCoord ).r ); + + vec3 texelAccum = color_layers[0].rgb; + for ( int ii = 1; ii < active_layers; ++ii ) { + texelAccum = blend( texelAccum, color_layers[ii] ); + } + + fragColor = vec4( texelAccum.rgb, 1.0 ); +} diff --git a/1.17.1/assets/minecraft/shaders/program/transparency.json b/1.17.1/assets/minecraft/shaders/program/transparency.json new file mode 100644 index 00000000..66b9835d --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/program/transparency.json @@ -0,0 +1,28 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "screenquad", + "fragment": "transparency", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" }, + { "name": "DiffuseDepthSampler" }, + { "name": "TranslucentSampler" }, + { "name": "TranslucentDepthSampler" }, + { "name": "ItemEntitySampler" }, + { "name": "ItemEntityDepthSampler" }, + { "name": "ParticlesSampler" }, + { "name": "ParticlesDepthSampler" }, + { "name": "CloudsSampler" }, + { "name": "CloudsDepthSampler" }, + { "name": "WeatherSampler" }, + { "name": "WeatherDepthSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.17.1/assets/minecraft/shaders/program/wobble.fsh b/1.17.1/assets/minecraft/shaders/program/wobble.fsh new file mode 100644 index 00000000..a13b2cb7 --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/program/wobble.fsh @@ -0,0 +1,60 @@ +#version 150 + +uniform sampler2D DiffuseSampler; + +in vec2 texCoord; +in vec2 oneTexel; + +uniform vec2 InSize; + +uniform float Time; +uniform vec2 Frequency; +uniform vec2 WobbleAmount; + +out vec4 fragColor; + +vec3 hue(float h) +{ + float r = abs(h * 6.0 - 3.0) - 1.0; + float g = 2.0 - abs(h * 6.0 - 2.0); + float b = 2.0 - abs(h * 6.0 - 4.0); + return clamp(vec3(r,g,b), 0.0, 1.0); +} + +vec3 HSVtoRGB(vec3 hsv) { + return ((hue(hsv.x) - 1.0) * hsv.y + 1.0) * hsv.z; +} + +vec3 RGBtoHSV(vec3 rgb) { + vec3 hsv = vec3(0.0); + hsv.z = max(rgb.r, max(rgb.g, rgb.b)); + float min = min(rgb.r, min(rgb.g, rgb.b)); + float c = hsv.z - min; + + if (c != 0.0) + { + hsv.y = c / hsv.z; + vec3 delta = (hsv.z - rgb) / c; + delta.rgb -= delta.brg; + delta.rg += vec2(2.0, 4.0); + if (rgb.r >= hsv.z) { + hsv.x = delta.b; + } else if (rgb.g >= hsv.z) { + hsv.x = delta.r; + } else { + hsv.x = delta.g; + } + hsv.x = fract(hsv.x / 6.0); + } + return hsv; +} + +void main() { + float xOffset = sin(texCoord.y * Frequency.x + Time * 3.1415926535 * 2.0) * WobbleAmount.x; + float yOffset = cos(texCoord.x * Frequency.y + Time * 3.1415926535 * 2.0) * WobbleAmount.y; + vec2 offset = vec2(xOffset, yOffset); + vec4 rgb = texture(DiffuseSampler, texCoord + offset); + vec3 hsv = RGBtoHSV(rgb.rgb); + hsv.x = fract(hsv.x + Time); + fragColor = vec4(HSVtoRGB(hsv), 1.0); +} diff --git a/1.17.1/assets/minecraft/shaders/program/wobble.json b/1.17.1/assets/minecraft/shaders/program/wobble.json new file mode 100644 index 00000000..d8e9945a --- /dev/null +++ b/1.17.1/assets/minecraft/shaders/program/wobble.json @@ -0,0 +1,21 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "wobble", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "Time", "type": "float", "count": 1, "values": [ 0.0 ] }, + { "name": "Frequency", "type": "float", "count": 2, "values": [ 512.0, 288.0 ] }, + { "name": "WobbleAmount", "type": "float", "count": 2, "values": [ 0.002, 0.002 ] } + ] +} diff --git a/1.17.1/assets/minecraft/texts/credits.json b/1.17.1/assets/minecraft/texts/credits.json new file mode 100644 index 00000000..fb5b53ad --- /dev/null +++ b/1.17.1/assets/minecraft/texts/credits.json @@ -0,0 +1,2868 @@ +[ + { + "section": "Minecraft", + "titles": [ + { + "title": "Head of Minecraft", + "names": [ + "Helen Chiang" + ] + }, + { + "title": "Chief Executive Officer", + "names": [ + "Jonas Mårtensson" + ] + } + ] + }, + { + "section": "Design", + "titles": [ + { + "title": "Chief Creative Officers", + "names": [ + "Jens Bergensten", + "Saxs Persson" + ] + }, + { + "title": "Game Director", + "names": [ + "Agnes Larsson" + ] + }, + { + "title": "Creative Director", + "names": [ + "Jesse Merriam", + "Torfi Frans Olafsson" + ] + }, + { + "title": "Principal Design Director", + "names": [ + "Craig Leigh" + ] + }, + { + "title": "Lead Game Designers", + "names": [ + "Rob Poerschke", + "Robin V Vincent" + ] + }, + { + "title": "Game Designers", + "names": [ + "Art Usher", + "Brandon Franklin (Insight Global, Inc)", + "Brandon Pearce", + "Cole Phillips", + "Cory Scheviak", + "Henrik Kniberg", + "Jared Greiner", + "Lauren E Careccia", + "Michael Stagnitta", + "Nir Vaknin", + "Pradnesh Patil", + "Steve Enos", + "Tod Pang" + ] + }, + { + "title": "Narrative Designers", + "names": [ + "Max Herngren" + ] + } + ] + }, + { + "section": "Programming", + "titles": [ + { + "title": "Chief Technology Officer", + "names": [ + "Michael W Weilbacher" + ] + }, + { + "title": "Head of Services and Ops Engineering", + "names": [ + "Vince Curley" + ] + }, + { + "title": "Head of Stockholm Engineering", + "names": [ + "Mike Carlson" + ] + }, + { + "title": "Director of Franchise Quality", + "names": [ + "Matthew Ng" + ] + }, + { + "title": "Technical Director", + "names": [ + "Christopher Östlund", + "Jason Cahill", + "Jason Major", + "Lawrence M. Sanchez II", + "Michael J. Ott", + "Nathan Adams" + ] + }, + { + "title": "Lead Game Developers", + "names": [ + "Gary McLaughlin", + "James S Yarrow", + "Mason McCuskey", + "Matt Hawley", + "Mikael Hedberg", + "Andrew Maher", + "Michael Scott" + ] + }, + { + "title": "Game Developers", + "names": [ + "Alex Green (Red Lens Games Inc)", + "Alexander Östman", + "Alexander Sandor", + "Alexander Torstling", + "Bartosz Bok", + "Billy Sjöberg", + "Bjarni Gudmundsson", + "Brian Threvathan", + "Chad George", + "Cody Centers (Insight Global, Inc)", + "Craig Steyn", + "David Dalström", + "Erik Broes", + "Ethan A Hall (Collabera)", + "Felix Jones", + "Georgii Gavrichev", + "Henning Erlandsen", + "Isaac Dayton", + "James Vanderheiden (Insight Global, Inc)", + "Johannes Busch", + "Kristoffer Kobosko", + "Lily Leblanc (Insight Global, Inc)", + "Matthew Gatland", + "Michael Stoyke", + "Nhi Vo", + "Niclas Unnervik", + "Nilay Karaoglu", + "Pouya Ashraf", + "Sean Reilly", + "William Harmon (Insight Global Inc)" + ] + }, + { + "title": "Lead UI Developers", + "names": [ + "Oleg Kozitsyn", + "Paulo Ragonha" + ] + }, + { + "title": "UI Developers", + "names": [ + "Albin Odervall", + "Anna Päärni", + "Danila Dergachev", + "Emil Hedemalm", + "Eric Grimsborn", + "Fernando Vía Canel", + "Marlon Huber-Smith", + "Oskar Pedersen", + "Richard Pihlcrantz" + ] + }, + { + "title": "Launcher Developers", + "names": [ + "Linus Cumselius", + "Lucas Morales", + "Marc Neander", + "Márcio Oliveira", + "Martin Hesselborn", + "Michael Malmqvist", + "Petr Mrázek", + "Piotr Kundu", + "Rasmus Källqvist" + ] + }, + { + "title": "Lead Architects", + "names": [ + "Greg Snook", + "Henry Golding", + "Peter M. Wiest" + ] + }, + { + "title": "Architects", + "names": [ + "Dom Humphrey", + "Mike Frost", + "Michael Seydl", + "Robert Sanchez" + ] + }, + { + "title": "Lead Bedrock Software Developers", + "names": [ + "Bill Carlson", + "Bryan Yeo", + "Chad C Meyers", + "Dan Posluns", + "Fanny P Vadillo Herrera", + "Haronid Moncivais", + "Jamie Fristrom", + "Jeff McKune", + "John Copic", + "John Seghers", + "Jonas Keating", + "Mark D. Andersen", + "Mark Grinols", + "Maxime Bouchez", + "Michael D McGrath", + "Nickolas Graczyk", + "Shane Pierce", + "Steve Robinson", + "Tyler Laing" + ] + }, + { + "title": "Bedrock Software Developers", + "names": [ + "A.J. Fairfield", + "Aaron Woodward", + "Adrian T Orszulak", + "Afeez Olusegun K Bello", + "Alex Troyer", + "Alex Wouters (Insight Global, Inc)", + "Alexander Wilkinson", + "Amy Bernhoft (C2S Technologies, Inc)", + "Andrew Chien (Insight Global, Inc)", + "Andy Hill", + "Anna Pearson (Insight Global, Inc)", + "Anthony Cloudy", + "Austin Larkin (Insight Global, Inc)", + "Ayannah R Adegeye", + "Chris BeHanna", + "Coseo Frerichs (Insight Global, Inc)", + "Curtis Michael Eichner", + "Dan Gonyea", + "Dana Zhu", + "Daniel Stevens", + "David Carlton", + "David Cowan", + "David Roberts (Insight Global, Inc)", + "Declan Hopkins", + "Dimitri Kishmareishvili (CSI Interfusion, Inc)", + "Drew Okenfuss", + "Dylan Ross (Insight Global, Inc)", + "Emily Koykka", + "Eric Johnston", + "Eric Rehmeyer", + "Garrett Allen", + "Hector Llanos III", + "Hector M Arriaga Pineda", + "Jaafer Sheriff", + "Jake Shirley", + "Jason Orion Burch", + "Jeff Ott", + "Jeison Salazar (Insight Global, Inc)", + "John Countouriotis (Populus Group, LLC)", + "Jonathan R Hoof", + "Joseph Kichline (Insight Global, Inc)", + "Kari C Whiteside", + "Kento Murawski (Insight Global, Inc)", + "Kristin A Siu", + "Li Yang (Insight Global Inc)", + "Loren J. Merriman (Kalvi Consulting Service)", + "Lucas Carpenter (Collabera)", + "Lucy Lauzon (Collabera)", + "Matt Staubus", + "Michael Davidson (Insight Global, Inc)", + "Mitchell Lee (Insight Global, Inc)", + "Molly Flemming", + "Nicholas Curtis", + "Paul Schierman", + "Radha Kotamarti", + "Robert Di Battista (Insight Global, Inc)", + "Robert Hunt", + "Ryan Tyler Rae", + "Steve Trigger (Insight Global, Inc)", + "Tanner Pearson (Insight Global, Inc)", + "Taylor A Feddersen", + "Tristan H Schneider", + "Wes Pesetti", + "Will Van Keulen", + "Yash Shroff", + "Ying Guo (TEKsystems, Inc)", + "Zack Moxley (Insight Global, Inc)", + "Zane Hintzman" + ] + }, + { + "title": "Lead Web Developers", + "names": [ + "Joel Bergman", + "Mark Jawad" + ] + }, + { + "title": "Realms Software Engineers", + "names": [ + "Nicholas John Curtis", + "Roman Timurson (Insight Global, Inc)" + ] + }, + { + "title": "Lead System Engineers", + "names": [ + "Jifeng Zhang", + "Robert Sjödahl", + "Torbjörn Allard" + ] + }, + { + "title": "Service Software Engineers", + "names": [ + "Alexandre Pretto Nunes", + "Corey Goodman (Insight Global, Inc)", + "Dan Mauk", + "Emily Black", + "Jahmai OSullivan", + "Jonas Bergström", + "Kanita Rauniyar", + "Khaleel Harper", + "Maksim Ivanov", + "Mangal Srinivasamurthy (Design Laboratory, Inc)", + "Maria Katsourani", + "Matt Shore (Insight Global, Inc)", + "Michael Kranz", + "Mike Swartz", + "Nicholas Burlingame (Insight Global, Inc)", + "Nico Suc", + "Norman Skinner (Insight Global, Inc)", + "Pär Axelsson", + "Patrick McGannon", + "Petter Gisslen", + "Rick Payne (Insight Global, Inc)", + "Stefan Torstensson", + "Wenlan Yang" + ] + } + ] + }, + { + "section": "Audio", + "titles": [ + { + "title": "Lead Sound Designer", + "names": [ + "Samuel Åberg" + ] + }, + { + "title": "Sound Designers", + "names": [ + "Daniel Rosenfeld", + "Kevin Martinez", + "Rostislav Trifonov" + ] + }, + { + "title": "Music composed by", + "names": [ + "Daniel Rosenfeld", + "Lena Raine" + ] + } + ] + }, + { + "section": "Visual Arts", + "titles": [ + { + "title": "Art Director", + "names": [ + "Andy Zibits" + ] + }, + { + "title": "Art Leads", + "names": [ + "Daniel Björkefors", + "Joel Garvin", + "Michael Apolis", + "Ryan Sand", + "Telemachus Stavropoulos" + ] + }, + { + "title": "Artists", + "names": [ + "Andrea Sanchez Sepulveda (Randstad)", + "Chi Wong", + "Dylan Sunkel (Collabera)", + "Erin Caswell (eXcell, a division of CompuCom)", + "Jacob Lee (Aquent LLC)", + "Jan Cariaga", + "Jei G Ling (Allegis Group Services, Inc)", + "Kirk Barnett", + "Lilei Yu (Collabera)", + "Linus Chan (TEKsystems, Inc)", + "Mark Hershberger (Apex Systems, Inc)", + "Michael Ray Neumann", + "Peter Sheff", + "Richard Worley", + "Sarah Martino (Insight Global, Inc)" + ] + }, + { + "title": "Lead Technical Artist", + "names": [ + "Lisa Hazen" + ] + }, + { + "title": "Technical Artist", + "names": [ + "Dylan Piepenbrok" + ] + }, + { + "title": "Graphic Artists", + "names": [ + "Jasper Boerstra", + "Mattis Grahm" + ] + }, + { + "title": "Lead Graphic Designers", + "names": [ + "Christine Gutierrez" + ] + }, + { + "title": "Graphic Designers", + "names": [ + "Adrian Leon (TEKsystems, Inc)", + "Dalila Copeland (Randstad)" + ] + }, + { + "title": "Motion Graphics Designer", + "names": [ + "Brandon Korvas (Ten Gun Design, Inc)", + "Kim Petersen", + "Lauren Kohler (TEKsystems, Inc)" + ] + }, + { + "title": "Animator", + "names": [ + "Patrick Rodes (Randstad)" + ] + } + ] + }, + { + "section": "Production", + "titles": [ + { + "title": "Head of Creator", + "names": [ + "Deanna Hearns" + ] + }, + { + "title": "Head of Platform Engineering", + "names": [ + "John Thornton" + ] + }, + { + "title": "Head of Minecraft China", + "names": [ + "Travis Howland" + ] + }, + { + "title": "Head of Business Engineering", + "names": [ + "Ryan B Cooper" + ] + }, + { + "title": "Head of Creator Marketplace", + "names": [ + "Aaron J Buckley" + ] + }, + { + "title": "Head of Games", + "names": [ + "Patrick Liu" + ] + }, + { + "title": "Director of Minecraft.net", + "names": [ + "Saher M Hirji" + ] + }, + { + "title": "Executive Producers", + "names": [ + "Allison Matthews", + "Anita Sujarit", + "David Nisshagen", + "Dennis Ries", + "Fredrik Telenius", + "Jessica Zahn", + "Kayla Kinnunen", + "Mike Ammerlaan", + "Roger Carpenter", + "Sara Jansson Bach" + ] + }, + { + "title": "Production Managers", + "names": [ + "Gama Aguilar-Gamez", + "Klas Hammarström", + "Michael McManus" + ] + }, + { + "title": "Producers", + "names": [ + "Adrian Östergård", + "Andrea Lam", + "Ann-Kristin Adwent", + "Anna Lundgren", + "Antonina Khazova", + "Best Liang", + "Carrie Doring", + "Chris Messena (Insight Global, Inc)", + "Damian Finn (Lionbridge)", + "David Siegel", + "Diana Lind (Insight Global, Inc)", + "DJ Stiner", + "Dom Arcamone", + "Elizabeth Batson (insight Global, Inc)", + "Emily Carlson (Insight Global, Inc)", + "Hai Shi", + "Halishia Chugani", + "Ingela Garneij", + "Jewel Chukwufumn, Ifeguni", + "Kara Kono", + "Kasia Swica", + "Katie Ellison", + "Kaya Hatcher", + "Kelly Henckel", + "Kristina M. Ashment", + "Loudon St Hill (Insight Global, Inc)", + "Madeline E Psenka", + "Marcus Bodin", + "Markus Waltré", + "Melinda Knight", + "Micah Myerscough", + "Micky Yamaguchi", + "Nathan K Rose", + "Nicole Alers", + "Nikoo Jorjani", + "Riccardo Lenzi", + "Sebastian Falk", + "Stephen A Scott", + "Tia Marie Dalupan-Wong", + "Todd Baldwin" + ] + }, + { + "title": "Engineering Managers", + "names": [ + "Erika Renlund", + "Mac Maistrelli" + ] + }, + { + "title": "Organizational Coaches", + "names": [ + "Marie Stålkrantz", + "Yassal Sundman" + ] + }, + { + "title": "Release Management Lead", + "names": [ + "David Fries" + ] + }, + { + "title": "Release Managers", + "names": [ + "Josh Mulanax", + "Joshua Bullard", + "Kyle Rogers (Randstad)" + ] + }, + { + "title": "Quality Assurance", + "names": [ + "Matthew Dryden", + "Thommy Siverman" + ] + }, + { + "title": "Quality Engineers", + "names": [ + "Zackarias Gustavsson" + ] + }, + { + "title": "Technical Writers", + "names": [ + "Joshua Jones (Insight Global, Inc)", + "Jeff Kim (Insight Global, Inc)" + ] + } + ] + }, + { + "section": "Brand Creative", + "titles": [ + { + "title": "Head of Creative Production", + "names": [ + "Katharina Hautz" + ] + }, + { + "title": "Creative Director", + "names": [ + "Markus Toivonen" + ] + }, + { + "title": "Lead Brand Producer", + "names": [ + "Åsa Skogström" + ] + }, + { + "title": "Brand Art Director", + "names": [ + "Martin Johansson" + ] + }, + { + "title": "Brand Producers", + "names": [ + "Hampus Nilsson", + "Jenny Ahnell", + "Lisa Kempe" + ] + }, + { + "title": "Brand Assurance Manager", + "names": [ + "Celene Tolentino (Harvey Nash)", + "Dana Mack (Harvey Nash)" + ] + }, + { + "title": "Lead Consumer Products Producer", + "names": [ + "Milo Bengtsson" + ] + }, + { + "title": "Consumer Products Creative Lead", + "names": [ + "Antti Meriluoto" + ] + }, + { + "title": "Consumer Products Producer", + "names": [ + "Josefin Olsson" + ] + }, + { + "title": "Consumer Products Product Designers", + "names": [ + "Débora Martins", + "Filip Thoms", + "Sherin Kwan" + ] + }, + { + "title": "Lead Media & Events Producer", + "names": [ + "Sarah Carton" + ] + }, + { + "title": "Media Producers", + "names": [ + "Adele Major", + "Johan Kvarnermo" + ] + }, + { + "title": "Events Producer", + "names": [ + "Charlotte Hallberg Angantyr" + ] + }, + { + "title": "Games Experience Producers", + "names": [ + "Nicolette Suraga", + "Renee Wikander", + "Tim Mardell" + ] + }, + { + "title": "Director of Creative Communications", + "names": [ + "Owen Jones" + ] + }, + { + "title": "Head of Creative Communications", + "names": [ + "Thomas Wiborgh" + ] + }, + { + "title": "Creative Writers", + "names": [ + "Cristina Anderca", + "Kelsey Howard", + "Per Landin", + "Sofia Dankis" + ] + }, + { + "title": "Publishing Editor", + "names": [ + "Alex Wiltshire" + ] + }, + { + "title": "Head of Social Media", + "names": [ + "Alice Löfgren" + ] + }, + { + "title": "Social & Comms Producer", + "names": [ + "Isabella Balk" + ] + }, + { + "title": "Social Media Managers", + "names": [ + "Alex Fleck (Adecco)", + "David Ramos (Collabera)", + "Julian Tunru", + "Ross Keatley" + ] + }, + { + "title": "Art Directors", + "names": [ + "Johan Aronsson", + "Ninni Landin", + "Ola Lanteli", + "Wiktor Persson" + ] + }, + { + "title": "Art Lead Events", + "names": [ + "Amanda Ström" + ] + }, + { + "title": "Art Lead Social", + "names": [ + "Seung Sung" + ] + }, + { + "title": "Graphic Designer", + "names": [ + "Markus Karlsson Frost" + ] + }, + { + "title": "3D Artist / Motion Graphic Designer", + "names": [ + "Jesper Hallin" + ] + }, + { + "title": "GFX Designer", + "names": [ + "Afshin “Affe” Piran" + ] + }, + { + "title": "Artist", + "names": [ + "Morten Rasmussen" + ] + }, + { + "title": "Gameplay Capture Artist", + "names": [ + "Husein Kurbegovic" + ] + } + ] + }, + { + "section": "User Experience", + "titles": [ + { + "title": "User Experience Design Director", + "names": [ + "Anna Wendelin" + ] + }, + { + "title": "User Experience Design Lead", + "names": [ + "Jonathan Paton Gallina" + ] + }, + { + "title": "User Experience Designers", + "names": [ + "Daniel Feldt", + "Jin Shin", + "Josefine Lindqvist", + "Sandra Bornemark", + "Tom Keen (TEKsystems, Inc)", + "Unn Swanström" + ] + } + ] + }, + { + "section": "Operations", + "titles": [ + { + "title": "Franchise Chief Operations Officer", + "names": [ + "Annie Chenn" + ] + }, + { + "title": "Head of Stockholm Operations", + "names": [ + "Ulrika Höjgård" + ] + }, + { + "title": "Head of Franchise Operations", + "names": [ + "Josh Bligenstorffer" + ] + }, + { + "title": "Chief of Staff", + "names": [ + "Amy Stillion" + ] + }, + { + "title": "Human Resources", + "names": [ + "Aleksandra Zajac", + "David Hill", + "Ida Utterström", + "Ludwig Moberg Edenbäck", + "Maja Samuelsson", + "Sofia Andersson", + "Ulrika Karlsson" + ] + }, + { + "title": "Office Manager", + "names": [ + "Siri Hoel Andersson" + ] + }, + { + "title": "Office Coordinators", + "names": [ + "Joël Älveroth" + ] + }, + { + "title": "Executive Business Administrators", + "names": [ + "Erin Decker", + "Judy Wheeler", + "Katy Hanson", + "Lisa Liu" + ] + }, + { + "title": "Front of House", + "names": [ + "Adam Blänning" + ] + }, + { + "title": "IT Manager", + "names": [ + "Cesar Sima Falck", + "Jason Perry Minard" + ] + }, + { + "title": "IT", + "names": [ + "Adam MacDowall", + "Anton \"Mr\" Wu", + "Carl Johan Swärd", + "Daniel Miller (Insight Global, Inc)", + "Dolly MacKwan", + "Evelina Rollfelt", + "Shoghi Cervantes", + "Yaser Mosavi" + ] + }, + { + "title": "Operations Manager", + "names": [ + "Sheila Ho" + ] + }, + { + "title": "Lead Automation Support", + "names": [ + "Matthew C. Moreno" + ] + }, + { + "title": "Automation Support", + "names": [ + "Chris Ilson (Collabera)", + "Corey Smith (Insight Global, Inc)", + "Johnny Cocks (Collabera)", + "Jordan Crockett (TEKsystems, Inc)", + "Matthew Gustaff (Digital Intelligence Systems LLC)", + "Sean Connolly (Insight Global, Inc)" + ] + } + ] + }, + { + "section": "Data and Analytics", + "titles": [ + { + "title": "Head of Data Science and Analytics", + "names": [ + "Francisco Rius" + ] + }, + { + "title": "Data Science Lead", + "names": [ + "Abby Gaddis" + ] + }, + { + "title": "Data Engineering Lead", + "names": [ + "Bill Chism" + ] + }, + { + "title": "Data Science", + "names": [ + "Anh Ying Lang (Design Laboratory Inc)", + "Bhrigu Shree", + "Conor Maguire (Kelly Mitchell Group, Inc)", + "Cyrus Rustomji (Kelly Mitchell Group, Inc)", + "Dusanka Poljak (Design Laboratory Inc)", + "Forrest Wheeler (Insight Global, Inc)", + "Grant Jenkins", + "Jake Kelly", + "Matthew Skirvin", + "Max Davidson", + "Mel Alleyne", + "Mike Hernandez (Insight Global, Inc)", + "Natalie Selin", + "Swathi Sivadas" + ] + }, + { + "title": "Data Engineering", + "names": [ + "Bill Klees", + "Dhiraj Nilange", + "Sachin Dekate (Design Laboratory Inc)", + "Smitha Menon" + ] + } + ] + }, + { + "section": "User Research", + "titles": [ + { + "title": "User Research Studio Lead", + "names": [ + "Jerome Hagen" + ] + }, + { + "title": "User Researcher", + "names": [ + "Melissa Boone", + "Olga Zielinska", + "Pablo Morales" + ] + } + ] + }, + { + "section": "Business & Licensing", + "titles": [ + { + "title": "Head of Franchise Business Management", + "names": [ + "Scott Dell'Osso" + ] + }, + { + "title": "Head of Partnerships & Licensing", + "names": [ + "Kayleen Walters" + ] + }, + { + "title": "Chief Media Officer", + "names": [ + "Vu Bui" + ] + }, + { + "title": "Directors of Business Development", + "names": [ + "Bob Brennecke", + "Federico San Martin", + "Jeremy Snook", + "Patrick Geuder" + ] + }, + { + "title": "Directors of Business Management", + "names": [ + "Amy Zou", + "Michelle Hua", + "Stephen McHugh" + ] + }, + { + "title": "Business Managers", + "names": [ + "Adam Lemcio", + "Alina Skripnik", + "Ani Grey", + "Bill Lindell", + "Catherine Hendrix", + "Christy Weckner", + "Daniel Beasley", + "David K Lau", + "Dev Hazarika", + "Eileen Lee", + "Ellen Hahm", + "Eric Taylor", + "Eve Vashkus", + "Julie Olden", + "Leslie Tullis", + "Luis Qiang Liu", + "Maru Zamora", + "Nedra Wilson", + "Nichole Green", + "Rebecca A Miller", + "Stephanie Louie", + "Tess N Opincarne (Amaxra)" + ] + }, + { + "title": "Business Development Managers", + "names": [ + "Inga Chamberlain" + ] + }, + { + "title": "Business Analyst", + "names": [ + "Keiko Ramer (Apex Systems, Inc)", + "Kristin Grein", + "Zheng Wang (Populus Group, LLC)" + ] + }, + { + "title": "Japan Country Manager", + "names": [ + "Yutaka Noma" + ] + }, + { + "title": "Director of Partner Management", + "names": [ + "Todd Stevens" + ] + }, + { + "title": "Partner Program Manager", + "names": [ + "Quinn Richter" + ] + }, + { + "title": "Content Coordinators", + "names": [ + "Oskar Thysell" + ] + }, + { + "title": "Program Managers", + "names": [ + "Bryan G. Bonham", + "Christopher Dauchot (Insight Global, Inc)", + "Gregory Walls (CompuCom Systems Inc)", + "John C. Mercil (CompuCom Systems Inc)", + "Joshua Ayala (Insight Global, Inc)", + "Kaiwen Li (Populus Group, LLC)", + "Laylah Stanley Si Bulman", + "Liz Butowicz (Bluehawk LLC)", + "Mark Fredo (Aerotek Inc)", + "Natalie Haggin (Simplicity Consulting Inc)", + "Steven Hosey (Simplicity Consulting Inc)", + "Susie Tinker", + "Vince-Davis Espino (Insight Global, Inc)", + "Wendy Gorton" + ] + }, + { + "title": "Studio Compliance Lead", + "names": [ + "Eric Odell-Hein" + ] + }, + { + "title": "Studio Compliance Analyst", + "names": [ + "Justin Ray (Design Laboratory Inc)" + ] + }, + { + "title": "Intellectual Property Enforcement Lead", + "names": [ + "Gaylon Blank" + ] + }, + { + "title": "Category Managers", + "names": [ + "Audrey Searcy", + "Emily Clock", + "Georgia Marra", + "Hanna Willis", + "Shabnam Elmi (Jeffrey M Consulting LLC)" + ] + } + ] + }, + { + "section": "Player Operations", + "titles": [ + { + "title": "Director of Player Support", + "names": [ + "Anne Quaranta" + ] + }, + { + "title": "Director of Community", + "names": [ + "Nea Aime Rollan" + ] + }, + { + "title": "Community Managers", + "names": [ + "Cameron Thomas", + "Jay Wells", + "Joel Sasaki", + "Kristina Horner", + "Lindsey Schaal (Apex Systems Inc)", + "Matt Gartzke", + "Trella Rath (Corestaff)" + ] + }, + { + "title": "Customer Support Program Manager", + "names": [ + "Jon-Eric L. Swigart (Collabera)" + ] + }, + { + "title": "Customer Support Lead", + "names": [ + "Jen Pedersen" + ] + }, + { + "title": "Customer Support", + "names": [ + "Kyle McMurtry (TEKsystems, Inc)" + ] + } + ] + }, + { + "section": "Marketing", + "titles": [ + { + "title": "Head of Marketing", + "names": [ + "Jessica Freeman" + ] + }, + { + "title": "Marketing Directors", + "names": [ + "Fergus Lynch", + "Jeanie DuMont" + ] + }, + { + "title": "Marketing Managers", + "names": [ + "Anton Maslennikov", + "Ashley Davidson (Simplicity Consulting Inc)", + "Egil G. Gloersen", + "Gabi Ibarra (Simplicity Consulting Inc)", + "Gaylord Escalona", + "Jaime Limon", + "Jeff Rivait", + "Katie Penza", + "Lindsay Auten (Simplicity Consulting Inc)", + "Melissa Jenkins (Ten Gun Design, Inc)", + "Nathaniel Wipfler", + "Nick Ketter", + "Sara Cornish" + ] + } + ] + }, + { + "section": "Legal", + "titles": [ + { + "title": "Head of Legal", + "names": [ + "Nick Morgan" + ] + }, + { + "title": "Legal Counsel", + "names": [ + "Kari Annand (Snodgrass Annand)", + "Maya Yamazaki (Davis Wright Tremaine)", + "Tim Han", + "Tricia Geyer" + ] + } + ] + }, + { + "section": "Communications", + "titles": [ + { + "title": "Chief Storyteller", + "names": [ + "Lydia Winters" + ] + }, + { + "title": "Senior Media Producers", + "names": [ + "Carina Petersson" + ] + }, + { + "title": "Producers", + "names": [ + "Sofia Orrheim" + ] + }, + { + "title": "Directors of Global Public Relations", + "names": [ + "Regan O’Leary" + ] + }, + { + "title": "Global Public Relations Managers", + "names": [ + "John Schork", + "Rebecca Gordius" + ] + }, + { + "title": "Assembly Media, Inc", + "names": [ + "Alli Cohen", + "Cristian Delgado", + "Erin Dwyer", + "Jesse Steinberg", + "Richard Chen", + "Vanessa Mora" + ] + }, + { + "title": "Lead Producer - Brand Experience", + "names": [ + "Karim Walldén" + ] + }, + { + "title": "Web Design", + "names": [ + "Paul Madlon (Ten Gun Design, Inc)", + "Taylor Kasony (eXcell, a division of CompuCom)" + ] + }, + { + "title": "Web Content Manager", + "names": [ + "Joe Corrigan (Ten Gun Design, Inc)" + ] + } + ] + }, + { + "section": "Finance", + "titles": [ + { + "title": "Director of Finance", + "names": [ + "Marina Kostesic" + ] + }, + { + "title": "Senior Finance Manager", + "names": [ + "Evan Dowdell" + ] + }, + { + "title": "Financial Accountants", + "names": [ + "Josefina Axelsson", + "Natalie Levinsson", + "Strefan Lyrmark" + ] + } + ] + }, + { + "section": "Studios Quality Team - Microsoft", + "titles": [ + { + "title": "Director of Quality", + "names": [ + "Jimmy Bischoff" + ] + }, + { + "title": "Quality Manager", + "names": [ + "Rob Straavaldson" + ] + }, + { + "title": "Quality Leads", + "names": [ + "Craig Marshall", + "Dan Pipinich", + "Hakim Ronaque", + "Michael McCormack", + "Rich Levy", + "Tyler Moeller" + ] + }, + { + "title": "Quality Engineers", + "names": [ + "Fiona Belmont", + "Joe Whitman", + "Ryan Mayes" + ] + }, + { + "title": "Quality Data Analysis & Engineering", + "names": [ + "Chelsi Hohnbaum", + "Lisa Porter" + ] + }, + { + "title": "Software Engineers", + "names": [ + "Jay Baxter" + ] + }, + { + "title": "Quality Analysts", + "names": [ + "Agata Marciniak", + "Aidan Bower", + "Ben Weber", + "Dalrek Davis", + "Erik Davis", + "Mark McAllister", + "Melissa Moorehead", + "Michelle Hyde", + "Mike Su", + "Mimi Guarino", + "Tom Brisbane", + "Tom French" + ] + }, + { + "title": "Special Thanks", + "names": [ + "Alex Luschen – Executive Business Administrator", + "Allen Horton – Technology and Infrastructure", + "Andrew Franklin – Outsourcing Manager", + "Dante Carrasco – Business Manager", + "David Boker – Director XGS Business Operations", + "James Fry – Quality Manager, Studios Quality UK", + "Jonny Stacey – Data Engineering, Studios Quality UK", + "Zoe Harrop - Senior Business Coordinator, Studios Quality UK" + ] + } + ] + }, + { + "section": "Studios Quality Team - US Teams", + "titles": [ + { + "title": "Test Manager", + "names": [ + "Tom Dieterich (Experis) - Test Manager, Tempe" + ] + }, + { + "title": "Software Test Engineering Leads", + "names": [ + "Bob Green (Experis)", + "Chris Wilson (Experis)", + "Maria Berube (Experis)" + ] + }, + { + "title": "Software Test Engineers", + "names": [ + "Antoine Brown (Experis)", + "Benjamin Sousa (Experis)", + "Eric Saxon (Experis)", + "James Lawrence (Experis)", + "Jared Barnhill (Experis)", + "Jessica Armstrong (Experis)", + "Kai VanDrunen (Experis)", + "Kaitlyn Grace (Experis)", + "Norah Hogoboom (Insight Global, Inc)", + "Robert Bergeron (Experis)", + "Robert Cleveland (Experis)", + "Samuel Tharp (Experis)", + "Sean Dugan (Experis)", + "Traci Jenkins (Experis)" + ] + }, + { + "title": "Test Associates", + "names": [ + "Chris Youngs (Experis)", + "Jared Arbaugh (Experis)", + "Jocylyn Engstrom (Experis)", + "Jonathan Lee (Experis)", + "Jonathon Ervin (Experis)", + "Justin Smick (Experis)", + "Kayla Cherry (Experis)", + "Marvin Melitante (Experis)", + "Peter Lovely (Experis)", + "Rita-Lynn Dibble (Experis)", + "Ryan Atwater (Experis)", + "Tori Gasca (Experis)" + ] + }, + { + "title": "Special Thanks", + "names": [ + "Aaron Brindell (Experis)", + "Aaron Ingram (Experis)", + "Brian Canning (Experis) – Test Manager, Tempe", + "Carol Stearns (Experis)", + "Erica Davis (Experis)", + "Frank Criscione Experis)", + "Gavin Kennedy (Experis)", + "Jay Piette (Experis) – Test Manager, Tempe", + "Jeffrey Guyton (Insight Global, Inc) – Account Manager", + "Julie Loucks (Experis)", + "Lucas Rathburn (Experis)", + "Mark Medlock (Experis)", + "Paul Gradwohl (Experis)", + "Theresa Pudenz (Experis)", + "Zachary Bohnenkamp (Experis) – Program Manager" + ] + } + ] + }, + { + "section": "Special Thanks", + "titles": [ + { + "title": "Albert Pastore - Director of Business Development, Music and Talent", + "names": [ + "4J Studios", + "Andrew Pritchard - Release Management", + "Dan Roque – Creature Developer", + "Daniel Brynolf", + "John Olarte (DrZhark) - Creature Developer", + "Julian Gough - Writer", + "Kent Christian Jensen – Creature Developer", + "Pontus Hammarberg", + "Reza Elghazi - Developer Account Manager", + "Stephanie Golden (Insight Global, Inc) – Account Manager", + "The PlayFab Team", + "The Xbox Live Team" + ] + } + ] + }, + { + "section": "Development Partner: Lionbridge Quality - Poland Team", + "titles": [ + { + "title": "Test Director", + "names": [ + "Michał Błoński (Lionbridge)" + ] + }, + { + "title": "Senior Global Test Manager", + "names": [ + "Grzegorz Kohorewicz (Lionbridge)" + ] + }, + { + "title": "Senior Test Manager", + "names": [ + "Mateusz Kałuża (Lionbridge)" + ] + }, + { + "title": "Test Leads", + "names": [ + "Beata Jastrzębska (Lionbridge)" + ] + }, + { + "title": "Team Leads", + "names": [ + "Kamil Kostrzewa (Lionbridge)", + "Michał Sławek (Lionbridge)", + "Sebastian Polanica (Lionbridge)", + "Wojciech Kujawa (Lionbridge)" + ] + }, + { + "title": "Compliance Leads", + "names": [ + "Łukasz Mikusek (Lionbridge)" + ] + }, + { + "title": "Software Test Engineers", + "names": [ + "Adam Rączkowski (Lionbridge)", + "Agata Dzideczek (Lionbridge)", + "Damian Gabryś (Lionbridge)", + "Iwona Cieśla (Lionbridge)", + "Jarosław Żebrowski (Lionbridge)", + "Joanna Walkowiak-Pachnik (Lionbridge)", + "Karim Zemirli (Lionbridge)", + "Kinga Izdebska (Lionbridge)", + "Łukasz Jankowski (Lionbridge)", + "Maciej Łajszczak (Lionbridge)", + "Marcin Rosłon (Lionbridge)", + "Marcin Słoniewski (Lionbridge)", + "Mariusz Gil (Lionbridge)", + "Michał Cieślak (Lionbridge)", + "Patryk Telus (Lionbridge)", + "Piotr Jasiński (Lionbridge)", + "Tomasz Bokotko (Lionbridge)", + "Zofia Lenarczyk (Lionbridge)" + ] + }, + { + "title": "Compliance Test Engineers", + "names": [ + "Witold Januszewski-Skup (Lionbridge)" + ] + }, + { + "title": "Test Associates", + "names": [ + "Ada Kierzkowska (Lionbridge)", + "Adam Krasieńko (Lionbridge)", + "Adam Sołtanowski (Lionbridge)", + "Adam Zawadzki (Lionbridge)", + "Adrian Jakóbczak (Lionbridge)", + "Agnieszka Sobieszuk (Lionbridge)", + "Albert Wujkowski (Lionbridge)", + "Aleksander Bratkowski (Lionbridge)", + "Aleksander Skiba (Lionbridge)", + "Aleksandra Traczyk (Lionbridge)", + "Andrzej Tkaczenko (Lionbridge)", + "Anna Kacprzak (Lionbridge)", + "Antoni Gazecki (Lionbridge)", + "Antoni Wiatrowski (Lionbridge)", + "Arek Czarnecki (Lionbridge)", + "Arkadiusz Grzanka (Lionbridge)", + "Artur Kulesza (Lionbridge)", + "Bartłomiej Kowalik (Lionbridge)", + "Bartłomiej Krupiński (Lionbridge)", + "Bartłomiej Słodkowski (Lionbridge)", + "Bartłomiej Żukowski (Lionbridge)", + "Bartosz Bińka (Lionbridge)", + "Bartosz Jamroziński (Lionbridge)", + "Bartosz Kuchta (Lionbridge)", + "Bartosz Waleśkiewicz (Lionbridge)", + "Błażej Rajewski (Lionbridge)", + "Cezary Chobot (Lionbridge)", + "Daniel Bojar (Lionbridge)", + "Daniel Dełczew (Lionbridge)", + "Daniel Kocęba (Lionbridge)", + "Daniel Kuchciński (Lionbridge)", + "Daniel Moczydłowski (Lionbridge)", + "Daniel Niewiadomski (Lionbridge)", + "Daria Gajowniczek (Lionbridge)", + "Dawid Dudasz (Lionbridge)", + "Dominik Hałatkiewicz (Lionbridge)", + "Eliza Duda (Lionbridge)", + "Eryk Czerski (Lionbridge)", + "Eugeniusz Kosieradzki (Lionbridge)", + "Filip Maciejewski (Lionbridge)", + "Filip Sobczak (Lionbridge)", + "Gabriel Gałuszka (Lionbridge)", + "Grzegorz Irek (Lionbridge)", + "Grzegorz Wilkołek (Lionbridge)", + "Grzegorz Ziółek (Lionbridge)", + "Hubert Karwicki (Lionbridge)", + "Ignacy Kukliński (Lionbridge)", + "Jacek Zdzymira (Lionbridge)", + "Jakub Cymbalista (Lionbridge)", + "Jakub Czerwiński (Lionbridge)", + "Jakub Górnicki (Lionbridge)", + "Jakub Kwiatkowski (Lionbridge)", + "Jakub Ołdak (Lionbridge)", + "Jakub Sawicki (Lionbridge)", + "Jakub Zdzieborski (Lionbridge)", + "Jakub Zgajewski (Lionbridge)", + "Jan Tworkowski (Lionbridge)", + "Joanna Jablonska (Lionbridge)", + "Justyna Gorzkowska (Lionbridge)", + "Kacper Kobyliński (Lionbridge)", + "Kamil Konarski (Lionbridge)", + "Kamil Marut (Lionbridge)", + "Kamil Szczepański (Lionbridge)", + "Karol Frączek (Lionbridge)", + "Karol Mikusek (Lionbridge)", + "Karol Samek (Lionbridge)", + "Katarzyna Moskalewicz (Lionbridge)", + "Katarzyna Smektalska (Lionbridge)", + "Konrad Czaplewski (Lionbridge)", + "Krzysztof Górski (Lionbridge)", + "Krzysztof Jeżak (Lionbridge)", + "Krzysztof Łuczyński (Lionbridge)", + "Krzysztof Połeć (Lionbridge)", + "Krzysztof Rozwadowski (Lionbridge)", + "Krzysztof Staniewski (Lionbridge)", + "Krzysztof Uściłowski (Lionbridge)", + "Krzysztof Wiśniewski (Lionbridge)", + "Luisa Cordero-Polańska", + "Łukasz Marek (Lionbridge)", + "Łukasz Mętrak (Lionbridge)", + "Łukasz Michalak (Lionbridge)", + "Łukasz Stępkowski (Lionbridge)", + "Maciej Gończ (Lionbridge)", + "Maciej Piórnik (Lionbridge)", + "Maciej Ryznar (Lionbridge)", + "Maciej Siemieniec (Lionbridge)", + "Magdalena Maciejewska (Lionbridge)", + "Magdalena Marek (Lionbridge)", + "Magdalena Wardak (Lionbridge)", + "Maksymilian Kowalski (Lionbridge)", + "Maksymilian Wolf (Lionbridge)", + "Malwina Zacharek (Lionbridge)", + "Marcin Bartmański (Lionbridge)", + "Marcin Klimek (Lionbridge)", + "Marcin Kusznieruk (Lionbridge)", + "Marcin Mycka (Lionbridge)", + "Marcin Szydło (Lionbridge)", + "Mariusz Podgórski (Lionbridge)", + "Mateusz Janiszewski (Lionbridge)", + "Mateusz Miksa (Lionbridge)", + "Mateusz Świecki (Lionbridge)", + "Melchior Lewandowski-Wołosz", + "Michał Juszczyk (Lionbridge)", + "Michał Nowak (Lionbridge)", + "Michał Szewczyk (Lionbridge)", + "Mikołaj Gruźliński (Lionbridge)", + "Natalia Niedziela (Lionbridge)", + "Olgierd Ruszkiewicz (Lionbridge)", + "Pamela Frąckowiak (Lionbridge)", + "Patrycja Kopiś (Lionbridge)", + "Patryk Kowalczyk (Lionbridge)", + "Patryk Rukść (Lionbridge)", + "Patryk-Piotr Rosiński (Lionbridge)", + "Paulina Pałdyna (Lionbridge)", + "Paulina Siewierska (Lionbridge)", + "Paweł Białczak (Lionbridge)", + "Paweł Gos (Lionbridge)", + "Paweł Kaleta (Lionbridge)", + "Piotr Burkowski (Lionbridge)", + "Piotr Gałecki (Lionbridge)", + "Piotr Gruszczyński (Lionbridge)", + "Piotr Łatyński (Lionbridge)", + "Piotr Retel (Lionbridge)", + "Piotr Witkowski (Lionbridge)", + "Rafał Brzostowski (Lionbridge)", + "Rafał Pruszkowski (Lionbridge)", + "Robert Badurka-Raniecki (Lionbridge)", + "Robert Jordanek (Lionbridge)", + "Robert Wypasek (Lionbridge)", + "Roman Zając (Lionbridge)", + "Sebastian Marek (Lionbridge)", + "Szczepan Grabowski (Lionbridge)", + "Szymon Późniak (Lionbridge)", + "Tomasz Selwat (Lionbridge)", + "Weronika Szajnfeld (Lionbridge)", + "Wiktor Irek (Lionbridge)", + "Wojciech Olszewski (Lionbridge)", + "Wojciech Skrzypkowski (Lionbridge)", + "Wojciech Żukowski (Lionbridge)", + "Zuzanna Gieszcz (Lionbridge)", + "Zuzanna Radomska (Lionbridge)", + "Zuzanna Wielkopolan (Lionbridge)" + ] + }, + { + "title": "Compliance Test Associates", + "names": [ + "Adam Czajkowski (Lionbridge)", + "Adrian Zalewski (Lionbridge)", + "Arkadiusz Grzesiński (Lionbridge)", + "Bartosz Dąbrowski (Lionbridge)", + "Jakub Malinowski (Lionbridge)", + "Kaja Faber (Lionbridge)", + "Maciej Ginter (Lionbridge)", + "Maciej Rodak (Lionbridge)", + "Marcin Bała (Lionbridge)", + "Michał Tomaszewski (Lionbridge)", + "Oskar Żurawski (Lionbridge)", + "Piotr Orłowski (Lionbridge)", + "Stanisław Świderski (Lionbridge)", + "Sviatoslav Porubanskyi (Lionbridge)" + ] + }, + { + "title": "Special Thanks", + "names": [ + "Dariusz Sokołowski (Lionbridge)", + "Evan Wright (Lionbridge)", + "Matt Whiting (Lionbridge)", + "Michael Friend (Lionbridge)", + "Szymon Walicki (Lionbridge)", + "Tomasz Pucyk (Lionbridge)", + "Tugdual Delisle (Lionbridge)" + ] + } + ] + }, + { + "section": "Quality - UK Team", + "titles": [ + { + "title": "Test Manager", + "names": [ + "Richard H. Jones (Lionbridge)" + ] + }, + { + "title": "Compliance Test Engineer", + "names": [ + "Lee-Roy Dunn (Lionbridge)", + "Nick Dorsett (Lionbridge)" + ] + }, + { + "title": "Data Engineering", + "names": [ + "Patrick Fraioli" + ] + } + ] + }, + { + "section": "Development Partner: BBI", + "titles": [ + { + "title": "Programmer", + "names": [ + "Curtis Hodgins", + "Devon Plourde", + "Michelle Rocha", + "Stevie Giovanni" + ] + }, + { + "title": "Associate Programmer", + "names": [ + "Jacky Cai" + ] + }, + { + "title": "UI Artist", + "names": [ + "Richelle Brunt" + ] + }, + { + "title": "UX Designer", + "names": [ + "Sam Flores" + ] + }, + { + "title": "QA Analyst", + "names": [ + "Jamie Cheung", + "Paul Pera" + ] + } + ] + }, + { + "section": "Development Partner: Disbelief", + "titles": [ + { + "title": "", + "names": [ + "Eric Nguyen", + "Grue Robinson", + "Tim Hagberg" + ] + } + ] + }, + { + "section": "Development Partner: Skybox", + "titles": [ + { + "title": "", + "names": [ + "Alex MacKay", + "Alexandra Kabak", + "Alfonso Muñoz", + "Amandeep Malhi", + "Amy Zhao", + "Anthony Wong", + "Arta Seify", + "Benny Wang", + "Casey White", + "Chander Siddarth", + "Colin Basnett", + "David Getley", + "Derek MacNeil", + "Dylan Rueter", + "Eser Kokturk", + "Evgeny Kuznetsov", + "Faith Chow", + "Gustav Louw", + "Hayden Hur", + "Ilya Solnyshkin", + "Jaegar Sarauer", + "Jai Kristjan", + "Jason Allen", + "Jeffrey Chou", + "Jeffrey Yamasaki", + "Jennifer Barron", + "Jiazhi Chang", + "John Ferguson", + "Jon Head", + "Josue Pacheco", + "Jun Luo", + "Justin Tim", + "Leo Hewitt", + "Leonardo Stark", + "Madeeha Ahmed", + "Michel Morin", + "Mingzhuo Zhang", + "Nathan Lacey", + "Oliver Cannon", + "Orhun Erkilic", + "Rick Huang", + "Sam Martens", + "Shiva Gupta", + "Shyang Kong", + "Sim Sahin", + "Steve Silverster", + "Steven Wong", + "Tina Dhaliwal", + "Todd Saharchuk", + "Vassil Anguelov", + "Vicky Huang", + "Vivian Ortenzi", + "Yaw Obiri-Yeboah", + "Younggi Kim", + "Zike Wu" + ] + } + ] + }, + { + "section": "Development Partner: Red Lens Games", + "titles": [ + { + "title": "President", + "names": [ + "Jared Noftle" + ] + }, + { + "title": "Producer", + "names": [ + "Allie Murdock" + ] + }, + { + "title": "Lead Software Engineers", + "names": [ + "Kyle Walsh", + "Nathan Carlson" + ] + }, + { + "title": "Software Engineers", + "names": [ + "Alan Nelson", + "Andre Tremblay", + "Arend Danielek", + "Dane Curbow", + "Kelby Lawson", + "Ryan Edgemon", + "Stephen Chiavelli", + "Tim Royal", + "Zach Bowman" + ] + } + ] + }, + { + "section": "Development Partner: Virtuosity", + "titles": [ + { + "title": "Game Developers", + "names": [ + "Aishwarya Jayabal (Virtuosity)", + "Ganesh Sethy (Virtuosity)", + "Janani Senrayaperumal (Virtuosity)", + "Maha Srinivasan (Virtuosity)", + "Nandha Arulanandam (Virtuosity)", + "Nazia Nazia (Virtuosity)", + "Packiyanath Sivathanu (Virtuosity)", + "Prabhu Venkatraman Iyer (Virtuosity)", + "Shagun Sharma Tamta (Virtuosity)", + "Shanmugam Sanjay (Virtuosity)", + "Sheena Mathew (Virtuosity)", + "Sripriya Gunasekaran (Virtuosity)", + "Sriram Sreenivasan (Virtuosity)", + "Sumit Kumar Suman (Virtuosity)", + "Swati S Thakar (Virtuosity)", + "Vivek Kumar (Virtuosity)" + ] + }, + { + "title": "Producers", + "names": [ + "Chokkalingam Ramu Kuppaswamy (Virtuosity)", + "Shanthi Kanchibhotla (Virtuosity)" + ] + } + ] + }, + { + "section": "Mojang Alumni", + "titles": [ + { + "title": "Original Creator of Minecraft", + "names": [ + "Markus Persson" + ] + }, + { + "title": "Head of Minecraft", + "names": [ + "Matt Booty" + ] + }, + { + "title": "Head of Minecraft Atlas", + "names": [ + "Deirdre Quarnstrom" + ] + }, + { + "title": "Chief Executive Officer", + "names": [ + "Carl Manneh" + ] + }, + { + "title": "Chief Finance Officer", + "names": [ + "Karin Severinson" + ] + }, + { + "title": "Chief Product Officer", + "names": [ + "Olof Carlson Sandvik" + ] + }, + { + "title": "Project Director", + "names": [ + "Jakob Porsér" + ] + }, + { + "title": "Production Director", + "names": [ + "Daniel Kaplan" + ] + }, + { + "title": "Game Director", + "names": [ + "Henrik Pettersson" + ] + }, + { + "title": "Game Designers", + "names": [ + "Miko Charbonneau", + "Colten Murphy (TEKsystems, Inc)", + "Jesse A Hibbs (TEKsystems, Inc)", + "Melissa Andrews (Insight Global, Inc)" + ] + }, + { + "title": "Chief Technology Officer", + "names": [ + "Rikard Herlitz" + ] + }, + { + "title": "Game Developers", + "names": [ + "Alexander Kandalaft (Insight Global, Inc)", + "Andrew Griffin (Insight Global, Inc)", + "Aravindan Aarumugam (Virtuosity)", + "Aron Nieminen", + "Benjamin Arnold (Insight Global, Inc)", + "Campbell Tran", + "Chris Barrett (Apex Systems Inc)", + "Christian Westman", + "Clayton Vaught", + "Daniel Frisk", + "Daniel Wustenhoff", + "Emily Rizzo (Insight Global, Inc)", + "Irina Koulinitch", + "Isaac de la Vega", + "Jagannathan Mannu (Virtuosity)", + "Jakob Pogulis", + "Jeff “Dextor” Blazier", + "Jeffrey Kumley (Insight Global, Inc)", + "Joachim Larsson", + "Johan Bernhardsson", + "Josh Letellier", + "Jon Maiga", + "Joshua B Davis", + "Luis A Angel Mex", + "Magnus Bentling", + "Maria Lemón", + "Markus Arvidsson", + "Michael “Mikaus“ Whiteley", + "Michael Klopfenstein (Insight Global, Inc)", + "Nathan Gilbert", + "Patrick O’Leary", + "Rakshith Murthy (Virtuosity)", + "Rui Xie (Insight Global, Inc)", + "Ryan Holtz", + "Sina Tamanna", + "Spencer Peterson (Insight Global, Inc)", + "Subramani Ramanathan (Virtuosity)", + "Sumith Kumar (Virtuosity)", + "Tobias Möllstam", + "Tomas Guimbretière", + "Uma Senthil Raj (Virtuosity)", + "Vignesh Masilamani (Virtuosity)", + "Cullen Waters" + ] + }, + { + "title": "Lead UI Developers", + "names": [ + "Sebasian Hindefeldt" + ] + }, + { + "title": "UI Developers", + "names": [ + "Dario Vodopivec", + "Emelie Sidesiö", + "Michael Novén", + "Kirill Mikhel" + ] + }, + { + "title": "Additional Programming", + "names": [ + "Elliot 'Hippoplatimus' Segal", + "Paul Spooner", + "Ryan 'Scaevolus' Hitchman" + ] + }, + { + "title": "Launcher", + "names": [ + "Anders Rosén", + "Carl Westin", + "David Zevallos" + ] + }, + { + "title": "Architects", + "names": [ + "Tommaso Checchi" + ] + }, + { + "title": "Lead Bedrock Software Developers", + "names": [ + "Aaron Heysse", + "Adrian LaVallee", + "Sebastian Hindefelt", + "Timothy J Schutz" + ] + }, + { + "title": "Software Developers", + "names": [ + "Arend Danielek (TEKsystems, Inc)", + "Dave Stevens", + "David “Lion” Kimbro (Insight Global, Inc)", + "Elijah J Emerson", + "Jeffrey J Jou (Insight Global, Inc)", + "John Estess (Randstad)", + "Jonathan M Ortiz", + "Jorge Antonio Jimenez (Design Laboratory Inc)", + "Karim A Luccin", + "Lisa Sturm", + "Mark Rowland (Collabera)", + "Matthew Guze (WaferWire Cloud Technologies)", + "Maxwell Orth (Insight Global, Inc)", + "Oskar Carlbaum", + "Semih Energin", + "Taylor M Riviera", + "Rob Austin", + "David Westen" + ] + }, + { + "title": "Realms Developers", + "names": [ + "Alexander Johansson", + "Amir Moulavi", + "Arockia Stanly (Virtuosity)", + "Barani Dharan (Virtuosity)", + "David Marby", + "Erik Bylund", + "Johnny Sjöö", + "Magnus Jäderberg", + "Mats Henricson", + "Philip Vieira" + ] + }, + { + "title": "Lead System Engineers", + "names": [ + "Tom Miles", + "Tomas Sommar" + ] + }, + { + "title": "System Engineers", + "names": [ + "Hazen Miller (Insight Global, Inc)", + "Louis A Castaneda (Insight Global, Inc)", + "Geof Sawaya (Collabera)" + ] + }, + { + "title": "Service Software Engineers", + "names": [ + "Joakim Ejenstam", + "Anders Martini", + "Don S Frazier II", + "Guillaume Le Chenadec", + "Haley Eisenshtadt", + "Nathan Sosnovske", + "Stacy J Chen" + ] + }, + { + "title": "Software Engineers", + "names": [ + "Evelyn Collier (Insight Global)", + "Michael Andersson", + "Robyn R To" + ] + }, + { + "title": "System Engineers", + "names": [ + "Robert Thresher (Collabera)" + ] + }, + { + "title": "System Developers", + "names": [ + "Christoffer Hammarström", + "Dodge Lafnitzegger (Insight Global, Inc)", + "Leonard Gram", + "Martin Odhelius" + ] + }, + { + "title": "Art Director", + "names": [ + "Brad Shuber" + ] + }, + { + "title": "Art Lead", + "names": [ + "Sarah Kisor" + ] + }, + { + "title": "3D/VFX", + "names": [ + "Elin Ölund Forsling" + ] + }, + { + "title": "Artists", + "names": [ + "Amanda Cook (Harvey Nash)", + "Bart Kaufman (Randstad)", + "Branden Brushett (Aquent LLC)", + "Jules Norcross (Aquent LLC)", + "Kelly Greene (CompuCom Systems Inc)", + "Kristen Malone (Randstad)", + "Michael R Fiedler (Insight Global, Inc)", + "Miki Bishop (Randstad)", + "Patrick A Rodes (Insight Global, Inc)" + ] + }, + { + "title": "Graphic Artists", + "names": [ + "Jerica Harada (TEKsystems, Inc)", + "Kristoffer Zetterstrand", + "Poi Poi Chen" + ] + }, + { + "title": "Additional Graphics", + "names": [ + "Jonatan Pöljö", + "Mariana Graham Ramirez" + ] + }, + { + "title": "Motion Graphics Designer", + "names": [ + "Gabe Philbin (Randstad)" + ] + }, + { + "title": "Sound Designer", + "names": [ + "Peter Hont", + "Shauny Jang (Insight Global, Inc)" + ] + }, + { + "title": "Executive Producer", + "names": [ + "Erin Krell" + ] + }, + { + "title": "Producers", + "names": [ + "Alen Voljevica", + "Anthony Hanses (Insight Global, Inc)", + "Austin Maestre", + "Chris Casanova", + "Dani Flores (Insight Global, Inc)", + "Dayana Sharshukova (Aquent LLC)", + "Decker Geddes (Insight Global, Inc)", + "Dejan Dimic", + "Isabella Arningsmark", + "Jason Rice", + "Jennifer Lee (Insight Global, Inc)", + "Johannes Fridd", + "Juan Gril", + "Justin Woods", + "Justine Loong", + "Marcus Rundström", + "Matt Rodgers (eXcell, a division of CompuCom)", + "Nick Severson", + "Robin Linder", + "Sara Lidberg", + "Thomas Feng", + "Trevor McCann (Yoh Services LLC)", + "William C Meyer (Pivotal Consulting LLC)", + "Yesernia Cisneros" + ] + }, + { + "title": "Assistant Producer", + "names": [ + "Warren Loo" + ] + }, + { + "title": "Release Manager", + "names": [ + "Brogan Irwin (Virtuosity)", + "Dustin Wood (Design Laboratory Inc)" + ] + }, + { + "title": "Merchandise Art Director", + "names": [ + "Alexis Holmqvist" + ] + }, + { + "title": "Product Designer", + "names": [ + "Jennifer Hammervald" + ] + }, + { + "title": "User Experience Design Director", + "names": [ + "Stephen Whetstine", + "Tobias Ahlin" + ] + }, + { + "title": "User Experience Designer", + "names": [ + "Connor Tompsett (CompuCom Systems Inc)", + "Lily Ekman", + "Oscar Nilsson" + ] + }, + { + "title": "Chief of Staff", + "names": [ + "Andrew J. Adamyk" + ] + }, + { + "title": "Executive Business Administrators", + "names": [ + "Cathy Wickersham", + "Darla J Barrett" + ] + }, + { + "title": "Business Administrators", + "names": [ + "Shae M. Flanigan (C2S Technologies Inc)" + ] + }, + { + "title": "Office Managers", + "names": [ + "Alex Andersson", + "Charlotte Wredesjö", + "Jill Curran", + "Linn Hultman", + "Mikaela Prim" + ] + }, + { + "title": "Reception", + "names": [ + "Chaimae Truving" + ] + }, + { + "title": "Data Science & Analytics Lead", + "names": [ + "Warren Durrett" + ] + }, + { + "title": "Data Science & Analytics", + "names": [ + "Abby Jaloway (National Business Innovations)", + "Brynjólfur Erlingsson", + "Darin LaSota (Design Laboratory Inc)", + "Ethan Batson (Design Laboratory Inc)", + "Gil Darves (Design Laboratory Inc)", + "Jari Williams", + "Murali Nagarajan (Design Laboratory Inc)", + "Nick Martin (Design Laboratory Inc)", + "Patrick Worthey (Design Laboratory Inc)", + "Pawan Panaganti (Design Laboratory Inc)", + "Srini Viswanatham (Design Laboratory Inc)", + "Tim Ross (Simplicity Consulting Inc)", + "Yuvaraj Duraisamy (Design Laboratory Inc)" + ] + }, + { + "title": "Directors of Business Development", + "names": [ + "Cherie D Lutz" + ] + }, + { + "title": "Directors of Business Planning", + "names": [ + "Adam Tratt" + ] + }, + { + "title": "Business Managers", + "names": [ + "Bill Wu", + "Claudine Ursino (Simplicity Consulting Inc)", + "Dennis Laviolette", + "Vanessa Dagnino (Simplicity Consulting Inc)" + ] + }, + { + "title": "Business Analysts", + "names": [ + "Alvin M Chin (Populus Group, LLC)" + ] + }, + { + "title": "Minecraft Content Coordinators", + "names": [ + "Adam Martinsson", + "Sara Lempiäinen" + ] + }, + { + "title": "Program Manager", + "names": [ + "Amber Wu (Shang Hai Wei Chuang Ruan Jian)", + "Meenoo Rami", + "Maria Olekheyko", + "Timothy J Ross (Simplicity Consulting Inc)" + ] + }, + { + "title": "Creative Director", + "names": [ + "John Hendricks" + ] + }, + { + "title": "Creative Communications Assistant", + "names": [ + "Emily Richardson" + ] + }, + { + "title": "Head of Social Media", + "names": [ + "Amelia Dale" + ] + }, + { + "title": "Head of Player Operations", + "names": [ + "Aubrey Norris" + ] + }, + { + "title": "Community Manager", + "names": [ + "Glory Robinson (Experis)", + "Helen Zbihlyj", + "Nova Barlow (Experis)" + ] + }, + { + "title": "Customer Support", + "names": [ + "Amelia Lindroth Henriksson", + "Ana Barata Martins", + "Andreas Andersson", + "Andreas Jörgensen", + "Angehlica Walling", + "Annika Tripke-Lund", + "Anton Albiin", + "Carl Johnsson", + "Cim Borg", + "Dante Stjernberg", + "David Carlsson", + "David Stuart Dahlgren", + "Elin Frykholm", + "Eliza Hearsum", + "Erik Nordberg", + "Fredrik Henriksson", + "Henrik Davallius", + "Henry Shi", + "Joe Liu", + "Jonny Hair", + "Kevin Vesterlund", + "Mike Till", + "Nicole Jansson", + "Rabi Hadad", + "Robert Miskiewicz", + "Robin Cocks", + "Robin Thunström", + "Theodor Colbing" + ] + }, + { + "title": "Marketing Manager", + "names": [ + "Bianca Ciotti", + "Delilah Liu", + "Didac Hormiga", + "Eva Stefanac" + ] + }, + { + "title": "Legal", + "names": [ + "Christi Davisson" + ] + }, + { + "title": "Intellectual Property Enforcement Lead", + "names": [ + "Mathias Andersson", + "Teresa Lee Rodewald" + ] + }, + { + "title": "Intellectual Property Enforcement Agents", + "names": [ + "Marcus Forss", + "Matilda Åkerman" + ] + }, + { + "title": "Lead Project Manager", + "names": [ + "Vera Mirchev" + ] + }, + { + "title": "Development Partner: Skybox", + "names": [ + "Ace Cheung", + "Alina Varela", + "Ashlyn Gadow", + "Blair Hitchens", + "Bren Lynne", + "Carsten Hooker", + "Chris Klassen", + "Cody Clattenburg", + "Cole Pollock", + "Daniel Shim", + "Dave MacLean", + "Diana Jutras", + "Gabriel J. Gonzalez", + "Gary Shaw", + "Ghafur Remtulla", + "Glen Conolly", + "Graham Laverty", + "Ivan Yemelianov", + "Jake Roman-Barnes", + "Jay Luo", + "Jeffery Chou", + "Jesse Taylor", + "Joel Stack", + "Jonathan Yim", + "Jordan Lacey", + "Jordan Pongracz", + "Justin Moon", + "Keven Nguyen", + "Kevin Hsu", + "Kris Morness", + "Kyle Roblin", + "Leo Stark", + "Marc Faulise", + "Marcel Brake", + "Matheus Depra Gudergues", + "Matt Klassen", + "Max Fanning", + "Mitch Armstrong", + "Mitch Filmer", + "Olivia Chung", + "Oscar Yang", + "Paul Baker", + "Peter Martin", + "Pope Kim", + "Prithiraj Ghosh", + "Reynald Brassard", + "Richard Hawkes", + "Richard Walker", + "Rohit Moni", + "Serge Lansiquot", + "Shaun Foley", + "Simon Gleizes", + "Stefan Sarnev", + "Thiago Braga", + "Tim Bruecker", + "Tim Hinds", + "Trevin Wong", + "Ty Lauriente", + "Tyler Da Costa", + "Yuri Fomenko", + "Zach Chan" + ] + }, + { + "title": "Development Partner: BBI", + "names": [ + "Alex Sharp - Assistant Producer", + "Andrew Yuennan - Programmer", + "Anish Shenwai - Co-Op Programmer", + "Bhavesh Gupta - Associate Programmer", + "Branko Bajcetic - Co-Op Programmer", + "Christina Oh - Co-Op Programmer", + "Christopher Whitman - Programmer", + "David McKay - Associate Producer", + "Duarte Maia - Programmer", + "Elizabeth Pieters - Co-Op Programmer", + "Eric Dahl - Co-Op Programmer", + "Erick Tavares - Programmer", + "Gupta Bhavesh", + "Hugo Burd - Co-Op Programmer", + "James Fairweather", + "Kelsey Primar - Producer", + "Kevin Yu - Co-Op Programmer", + "Koki Pan - Co-Op Programmer", + "Riley Godard - Associate Programmer", + "Ryan LeMesurier - Lead QA Analyst", + "Thomas Paterson - Programmer", + "Tyler Nilsson", + "Vidhi Shah - Designer", + "Wes Trevor - Senior QA", + "Youhan Guan - Programmer" + ] + }, + { + "title": "Development Partner: Red Lens", + "names": [ + "Christopher Kohnert", + "Joshua Claeys", + "Ryan Davison" + ] + } + ] + }, + { + "section": "Studios Quality Alumni", + "titles": [ + { + "title": "Quality Leads", + "names": [ + "Tony Harlich" + ] + }, + { + "title": "Quality Engineers", + "names": [ + "Akshata Trivedi" + ] + }, + { + "title": "Quality Data Analysis & Engineering", + "names": [ + "Jeff MacDermot" + ] + }, + { + "title": "Quality Analysts", + "names": [ + "Yi Zhao (Kforce)" + ] + }, + { + "title": "Poland - Team Leads", + "names": [ + "Anna Wróbel (Lionbridge)", + "Kamil Bazydło (Lionbridge)", + "Paweł Piekarski (Lionbridge)" + ] + }, + { + "title": "US Team - Software Test Engineering Leads", + "names": [ + "Chris James (Insight Global, Inc)" + ] + }, + { + "title": "US Team - Software Test Engineers", + "names": [ + "Brendan McElroy (Insight Global, Inc)", + "Crystal Edwards (Insight Global, Inc)", + "Dan Parker (Insight Global, Inc)", + "Isaac Dudley (Insight Global, Inc)", + "John Ehresmann (Experis)", + "Sean Colbert (Experis)" + ] + }, + { + "title": "US Team - Test Associates", + "names": [ + "Brian Sears (Experis)" + ] + }, + { + "title": "Lionbridge", + "names": [ + "Adam Prażmo (Lionbridge)", + "Adam Ronowski (Lionbridge)", + "Adrianna Zalewska (Lionbridge)", + "Agata Bidelska (Lionbridge)", + "Andrzej Wojciechowski (Lionbridge)", + "Bartłomiej Dziurżyński (Lionbridge)", + "Bartłomiej Mareczko (Lionbridge)", + "Bartosz Szklarzyński (Lionbridge)", + "Cezary Kociński (Lionbridge)", + "Damian Golik (Lionbridge)", + "Daniel Wystyrk (Lionbridge)", + "Emmanuelle Rodrigues Nunes (Lionbridge)", + "Eva Horvath (Lionbridge)", + "Filip Gwarda (Lionbridge)", + "Filip Muchin (Lionbridge)", + "Jacek Petela (Lionbridge)", + "Jan Gąsiorowski (Lionbridge)", + "Jan Prejs (Lionbridge)", + "Jan Zozman (Lionbridge)", + "Kacper Krupa (Lionbridge)", + "Kamil Zakrzewski (Lionbridge)", + "Karol Kotowicz (Lionbridge)", + "Karol Sobotka (Lionbridge)", + "Karolina Otłowska (Lionbridge)", + "Katarzyna Jaworska (Lionbridge)", + "Krzysztof Połomski (Lionbridge)", + "Łukasz Sajnóg (Lionbridge)", + "Łukasz Walczyński (Lionbridge)", + "Maciej Brzeziński (Lionbridge)", + "Maciej Kienig (Lionbridge)", + "Maksymilian Kałucki (Lionbridge)", + "Małgorzata Janiszewska (Lionbridge)", + "Marcin Papadopoulos-Gajda (Lionbridge)", + "Marco Paparella (Lionbridge)", + "Marek Urbański (Lionbridge)", + "Maria Wypych (Lionbridge)", + "Mateusz Kaliszewski (Lionbridge)", + "Mateusz Majewski (Lionbridge)", + "Mateusz Miturski (Lionbridge)", + "Mateusz Tran Van (Lionbridge)", + "Michał Antosiak (Lionbridge)", + "Michał Młynek (Lionbridge)", + "Michał Woś (Lionbridge)", + "Monika Elandt (Lionbridge)", + "Nijat Aghamali (Lionbridge)", + "Paweł Chruszczewski (Lionbridge)", + "Paweł Kumanowski (Lionbridge)", + "Paweł Neścior (Lionbridge)", + "Piotr Biernacki (Lionbridge)", + "Piotr Gryczan (Lionbridge)", + "Piotr Kolendo (Lionbridge)", + "Piotr Łowin (Lionbridge)", + "Piotr Słomka (Lionbridge)", + "Piotr Zieliński (Lionbridge)", + "Przemysław Goch (Lionbridge)", + "Przemysław Malinowski (Lionbridge)", + "Przemysław Wróbel (Lionbridge)", + "Rafal Pruszkowski (Lionbridge)", + "Rajkumar Kulandaivelu (Lionbridge)", + "Ryszard Kowalczyk (Lionbridge)", + "Sandra Meister (Lionbridge)", + "Šimon Kravár (Lionbridge)", + "Stanisław Dmowski (Lionbridge)", + "Stanisław Grabowsk (Lionbridge)", + "Stanisław Grabowski (Lionbridge)", + "Szymon Mazurek (Lionbridge)", + "Szymon Okoń (Lionbridge)", + "Tomasz Mirkiewicz (Lionbridge)", + "Tomasz Orlecki (Lionbridge)", + "Tomasz Sporczyk (Lionbridge)", + "Tomasz Zdrzalik (Lionbridge)", + "Wojciech Komada (Lionbridge)", + "Wojciech Nieckarz (Lionbridge)" + ] + } + ] + } +] \ No newline at end of file diff --git a/1.17.1/assets/minecraft/texts/end.txt b/1.17.1/assets/minecraft/texts/end.txt new file mode 100644 index 00000000..72775248 --- /dev/null +++ b/1.17.1/assets/minecraft/texts/end.txt @@ -0,0 +1,151 @@ +§3I see the player you mean. + +§2PLAYERNAME? + +§3Yes. Take care. It has reached a higher level now. It can read our thoughts. + +§2That doesn't matter. It thinks we are part of the game. + +§3I like this player. It played well. It did not give up. + +§2It is reading our thoughts as though they were words on a screen. + +§3That is how it chooses to imagine many things, when it is deep in the dream of a game. + +§2Words make a wonderful interface. Very flexible. And less terrifying than staring at the reality behind the screen. + +§3They used to hear voices. Before players could read. Back in the days when those who did not play called the players witches, and warlocks. And players dreamed they flew through the air, on sticks powered by demons. + +§2What did this player dream? + +§3This player dreamed of sunlight and trees. Of fire and water. It dreamed it created. And it dreamed it destroyed. It dreamed it hunted, and was hunted. It dreamed of shelter. + +§2Hah, the original interface. A million years old, and it still works. But what true structure did this player create, in the reality behind the screen? + +§3It worked, with a million others, to sculpt a true world in a fold of the §f§k§a§b§3, and created a §f§k§a§b§3 for §f§k§a§b§3, in the §f§k§a§b§3. + +§2It cannot read that thought. + +§3No. It has not yet achieved the highest level. That, it must achieve in the long dream of life, not the short dream of a game. + +§2Does it know that we love it? That the universe is kind? + +§3Sometimes, through the noise of its thoughts, it hears the universe, yes. + +§2But there are times it is sad, in the long dream. It creates worlds that have no summer, and it shivers under a black sun, and it takes its sad creation for reality. + +§3To cure it of sorrow would destroy it. The sorrow is part of its own private task. We cannot interfere. + +§2Sometimes when they are deep in dreams, I want to tell them, they are building true worlds in reality. Sometimes I want to tell them of their importance to the universe. Sometimes, when they have not made a true connection in a while, I want to help them to speak the word they fear. + +§3It reads our thoughts. + +§2Sometimes I do not care. Sometimes I wish to tell them, this world you take for truth is merely §f§k§a§b§2 and §f§k§a§b§2, I wish to tell them that they are §f§k§a§b§2 in the §f§k§a§b§2. They see so little of reality, in their long dream. + +§3And yet they play the game. + +§2But it would be so easy to tell them... + +§3Too strong for this dream. To tell them how to live is to prevent them living. + +§2I will not tell the player how to live. + +§3The player is growing restless. + +§2I will tell the player a story. + +§3But not the truth. + +§2No. A story that contains the truth safely, in a cage of words. Not the naked truth that can burn over any distance. + +§3Give it a body, again. + +§2Yes. Player... + +§3Use its name. + +§2PLAYERNAME. Player of games. + +§3Good. + +§2Take a breath, now. Take another. Feel air in your lungs. Let your limbs return. Yes, move your fingers. Have a body again, under gravity, in air. Respawn in the long dream. There you are. Your body touching the universe again at every point, as though you were separate things. As though we were separate things. + +§3Who are we? Once we were called the spirit of the mountain. Father sun, mother moon. Ancestral spirits, animal spirits. Jinn. Ghosts. The green man. Then gods, demons. Angels. Poltergeists. Aliens, extraterrestrials. Leptons, quarks. The words change. We do not change. + +§2We are the universe. We are everything you think isn't you. You are looking at us now, through your skin and your eyes. And why does the universe touch your skin, and throw light on you? To see you, player. To know you. And to be known. I shall tell you a story. + +§2Once upon a time, there was a player. + +§3The player was you, PLAYERNAME. + +§2Sometimes it thought itself human, on the thin crust of a spinning globe of molten rock. The ball of molten rock circled a ball of blazing gas that was three hundred and thirty thousand times more massive than it. They were so far apart that light took eight minutes to cross the gap. The light was information from a star, and it could burn your skin from a hundred and fifty million kilometres away. + +§2Sometimes the player dreamed it was a miner, on the surface of a world that was flat, and infinite. The sun was a square of white. The days were short; there was much to do; and death was a temporary inconvenience. + +§3Sometimes the player dreamed it was lost in a story. + +§2Sometimes the player dreamed it was other things, in other places. Sometimes these dreams were disturbing. Sometimes very beautiful indeed. Sometimes the player woke from one dream into another, then woke from that into a third. + +§3Sometimes the player dreamed it watched words on a screen. + +§2Let's go back. + +§2The atoms of the player were scattered in the grass, in the rivers, in the air, in the ground. A woman gathered the atoms; she drank and ate and inhaled; and the woman assembled the player, in her body. + +§2And the player awoke, from the warm, dark world of its mother's body, into the long dream. + +§2And the player was a new story, never told before, written in letters of DNA. And the player was a new program, never run before, generated by a sourcecode a billion years old. And the player was a new human, never alive before, made from nothing but milk and love. + +§3You are the player. The story. The program. The human. Made from nothing but milk and love. + +§2Let's go further back. + +§2The seven billion billion billion atoms of the player's body were created, long before this game, in the heart of a star. So the player, too, is information from a star. And the player moves through a story, which is a forest of information planted by a man called Julian, on a flat, infinite world created by a man called Markus, that exists inside a small, private world created by the player, who inhabits a universe created by... + +§3Shush. Sometimes the player created a small, private world that was soft and warm and simple. Sometimes hard, and cold, and complicated. Sometimes it built a model of the universe in its head; flecks of energy, moving through vast empty spaces. Sometimes it called those flecks "electrons" and "protons". + +§2Sometimes it called them "planets" and "stars". + +§2Sometimes it believed it was in a universe that was made of energy that was made of offs and ons; zeros and ones; lines of code. Sometimes it believed it was playing a game. Sometimes it believed it was reading words on a screen. + +§3You are the player, reading words... + +§2Shush... Sometimes the player read lines of code on a screen. Decoded them into words; decoded words into meaning; decoded meaning into feelings, emotions, theories, ideas, and the player started to breathe faster and deeper and realised it was alive, it was alive, those thousand deaths had not been real, the player was alive + +§3You. You. You are alive. + +§2and sometimes the player believed the universe had spoken to it through the sunlight that came through the shuffling leaves of the summer trees + +§3and sometimes the player believed the universe had spoken to it through the light that fell from the crisp night sky of winter, where a fleck of light in the corner of the player's eye might be a star a million times as massive as the sun, boiling its planets to plasma in order to be visible for a moment to the player, walking home at the far side of the universe, suddenly smelling food, almost at the familiar door, about to dream again + +§2and sometimes the player believed the universe had spoken to it through the zeros and ones, through the electricity of the world, through the scrolling words on a screen at the end of a dream + +§3and the universe said I love you + +§2and the universe said you have played the game well + +§3and the universe said everything you need is within you + +§2and the universe said you are stronger than you know + +§3and the universe said you are the daylight + +§2and the universe said you are the night + +§3and the universe said the darkness you fight is within you + +§2and the universe said the light you seek is within you + +§3and the universe said you are not alone + +§2and the universe said you are not separate from every other thing + +§3and the universe said you are the universe tasting itself, talking to itself, reading its own code + +§2and the universe said I love you because you are love. + +§3And the game was over and the player woke up from the dream. And the player began a new dream. And the player dreamed again, dreamed better. And the player was the universe. And the player was love. + +§3You are the player. + +§2Wake up. diff --git a/1.17.1/assets/minecraft/texts/splashes.txt b/1.17.1/assets/minecraft/texts/splashes.txt new file mode 100644 index 00000000..16c21037 --- /dev/null +++ b/1.17.1/assets/minecraft/texts/splashes.txt @@ -0,0 +1,427 @@ +As seen on TV! +Awesome! +100% pure! +May contain nuts! +More polygons! +Moderately attractive! +Limited edition! +Flashing letters! +It's here! +Best in class! +It's finished! +Kind of dragon free! +Excitement! +More than 500 sold! +One of a kind! +Heaps of hits on YouTube! +Indev! +Spiders everywhere! +Check it out! +Holy cow, man! +It's a game! +Made in Sweden! +Uses LWJGL! +Reticulating splines! +Minecraft! +Yaaay! +Singleplayer! +Keyboard compatible! +Ingots! +Exploding creepers! +That's no moon! +l33t! +Create! +Survive! +Dungeon! +Exclusive! +The bee's knees! +Closed source! +Classy! +Wow! +Not on steam! +Oh man! +Awesome community! +Pixels! +Teetsuuuuoooo! +Kaaneeeedaaaa! +Now with difficulty! +Enhanced! +90% bug free! +Pretty! +12 herbs and spices! +Fat free! +Absolutely no memes! +Free dental! +Ask your doctor! +Minors welcome! +Cloud computing! +Legal in Finland! +Hard to label! +Technically good! +Bringing home the bacon! +Indie! +GOTY! +Ceci n'est pas une title screen! +Euclidian! +Now in 3D! +Inspirational! +Herregud! +Complex cellular automata! +Yes, sir! +Played by cowboys! +Now on OpenGL 3.2 core profile! +Thousands of colors! +Try it! +Age of Wonders is better! +Try the mushroom stew! +Sensational! +Hot tamale, hot hot tamale! +Play him off, keyboard cat! +Guaranteed! +Macroscopic! +Bring it on! +Random splash! +Call your mother! +Monster infighting! +Loved by millions! +Ultimate edition! +Freaky! +You've got a brand new key! +Water proof! +Uninflammable! +Whoa, dude! +All inclusive! +Tell your friends! +NP is not in P! +Music by C418! +Livestreamed! +Haunted! +Polynomial! +Terrestrial! +All is full of love! +Full of stars! +Scientific! +Not as cool as Spock! +Collaborate and listen! +Never dig down! +Take frequent breaks! +Not linear! +Han shot first! +Nice to meet you! +Buckets of lava! +Ride the pig! +Larger than Earth! +sqrt(-1) love you! +Phobos anomaly! +Punching wood! +Falling off cliffs! +1% sugar! +150% hyperbole! +Synecdoche! +Let's danec! +Seecret Friday update! +Reference implementation! +Kiss the sky! +20 GOTO 10! +Verlet intregration! +Peter Griffin! +Do not distribute! +Cogito ergo sum! +4815162342 lines of code! +A skeleton popped out! +The sum of its parts! +BTAF used to be good! +I miss ADOM! +umop-apisdn! +OICU812! +Bring me Ray Cokes! +Finger-licking! +Thematic! +Pneumatic! +Sublime! +Octagonal! +Une baguette! +Gargamel plays it! +Rita is the new top dog! +SWM forever! +Representing Edsbyn! +Matt Damon! +Supercalifragilisticexpialidocious! +Consummate V's! +Cow Tools! +Double buffered! +Fan fiction! +Flaxkikare! +Jason! Jason! Jason! +Hotter than the sun! +Internet enabled! +Autonomous! +Engage! +Fantasy! +DRR! DRR! DRR! +Kick it root down! +Regional resources! +Woo, facepunch! +Woo, somethingawful! +Woo, tigsource! +Woo, worldofminecraft! +Woo, reddit! +Woo, 2pp! +Google anlyticsed! +Now supports åäö! +Give us Gordon! +Tip your waiter! +Very fun! +12345 is a bad password! +Vote for net neutrality! +Lives in a pineapple under the sea! +MAP11 has two names! +Omnipotent! +Gasp! +...! +Bees, bees, bees, bees! +Jag känner en bot! +This text is hard to read if you play the game at the default resolution, but at 1080p it's fine! +Haha, LOL! +Hampsterdance! +Menger sponge! +idspispopd! +Eple (original edit)! +So fresh, so clean! +Slow acting portals! +Try the Nether! +Don't look directly at the bugs! +Oh, ok, Pigmen! +Finally with ladders! +Scary! +Play Minecraft, Watch Topgear, Get Pig! +Twittered about! +Jump up, jump up, and get down! +Joel is neat! +A riddle, wrapped in a mystery! +This parrot is no more! It has ceased to be! +Welcome to your Doom! +Stay a while, stay forever! +Stay a while and listen! +Treatment for your rash! +"Autological" is! +Information wants to be free! +"Almost never" is an interesting concept! +Lots of truthiness! +The creeper is a spy! +Turing complete! +It's groundbreaking! +Let our battle's begin! +The sky is the limit! +Jeb has amazing hair! +Ryan also has amazing hair! +Casual gaming! +Undefeated! +Kinda like Lemmings! +Follow the train, CJ! +Leveraging synergy! +This message will never appear on the splash screen, isn't that weird? +DungeonQuest is unfair! +90210! +Check out the far lands! +Tyrion would love it! +Also try VVVVVV! +Also try Super Meat Boy! +Also try Terraria! +Also try Mount And Blade! +Also try Project Zomboid! +Also try World of Goo! +Also try Limbo! +Also try Pixeljunk Shooter! +Also try Braid! +That's super! +Bread is pain! +Read more books! +Khaaaaaaaaan! +Less addictive than TV Tropes! +More addictive than lemonade! +Bigger than a bread box! +Millions of peaches! +Fnord! +This is my true form! +Don't bother with the clones! +Pumpkinhead! +Made by Jeb! +Has an ending! +Finally complete! +Feature packed! +Boots with the fur! +Stop, hammertime! +Testificates! +Conventional! +Homeomorphic to a 3-sphere! +Doesn't avoid double negatives! +Place ALL the blocks! +Does barrel rolls! +Meeting expectations! +PC gaming since 1873! +Ghoughpteighbteau tchoghs! +Déjà vu! +Déjà vu! +Got your nose! +Haley loves Elan! +Afraid of the big, black bat! +Doesn't use the U-word! +Child's play! +See you next Friday or so! +From the streets of Södermalm! +150 bpm for 400000 minutes! +Technologic! +Funk soul brother! +Pumpa kungen! +日本ハロー! +한국 안녕하세요! +Helo Cymru! +Cześć Polsko! +你好中国! +Привет Россия! +Γεια σου Ελλάδα! +My life for Aiur! +Lennart lennart = new Lennart(); +I see your vocabulary has improved! +Who put it there? +You can't explain that! +if not ok then return end +§1C§2o§3l§4o§5r§6m§7a§8t§9i§ac +§kFUNKY LOL +Big Pointy Teeth! +Bekarton guards the gate! +Mmmph, mmph! +Don't feed avocados to parrots! +Swords for everyone! +Plz reply to my tweet! +.party()! +Take her pillow! +Put that cookie down! +Pretty scary! +I have a suggestion. +Now with extra hugs! +Now Java 16! +Woah. +HURNERJSGER? +What's up, Doc? +Now contains 32 random daily cats! +That's Numberwang! +pls rt +Do you want to join my server? +Put a little fence around it! +Throw a blanket over it! +One day, somewhere in the future, my work will be quoted! +Now with additional stuff! +Extra things! +Yay, puppies for everyone! +So sweet, like a nice bon bon! +Very influential in its circle! +Now With Multiplayer! +Rise from your grave! +Warning! A huge battleship "STEVE" is approaching fast! +Blue warrior shot the food! +Run, coward! I hunger! +Flavor with no seasoning! +Strange, but not a stranger! +Tougher than diamonds, rich like cream! +It swings, it jives! +Cruising streets for gold! +Take an eggbeater and beat it against a skillet! +Make me a table, a funky table! +Take the elevator to the mezzanine! +Stop being reasonable, this is the Internet! +/give @a hugs 64 +This is good for Realms. +Any computer is a laptop if you're brave enough! +Do it all, everything! +Where there is not light, there can spider! +GNU Terry Pratchett +More Digital! +doot doot +Falling with style! +There's no stopping the Trollmaso +Throw yourself at the ground and miss +Rule #1: it's never my fault +Replaced molten cheese with blood? +Absolutely fixed relatively broken coordinates +Boats FTW +Javalicious edition +Should not be played while driving +You're going too fast! +Don't feed chocolate to parrots! +The true meaning of covfefe +An illusion! What are you hiding? +Something's not quite right... +Thank you for the fish! +All rumors are true! +Truly gone fishing! +Rainbow turtle? +Something funny! +I need more context. +Ahhhhhh! +Don't worry, be happy! +Water bottle! +What's the question? +Plant a tree! +Go to the dentist! +What do you expect? +Look mum, I'm in a splash! +It came from space. +Awesome game design right there! +Ph1lza had a good run! +10 years of Mining and Crafting! +Ping the human! +In case it isn't obvious, foxes aren't players. +Buzzy Bees! +Minecraft Java Edition presents: Disgusting Bugs +Wash your hands! +Soap and water! +Support local businesses! +Stay home and play games! +Stay safe! +Stay strong! +Cough or sneeze into your elbow! +Don’t touch your face! +Support elderly relatives and friends! +Prepare, but don’t hoard! +Gamers unite – separately in your own homes! +Save the world – stay inside! +Shop for your elders! +Hang out with your friends online! +Honey, I grew the bees! +Find your claw! +Everybody do the Leif! +<3 Max & 99 & Ducky! +Bushy eyebrows! +Edit is a name! +From free range developers! +Music by Lena Raine! +Aww man! +#minecraftfarms +And my pickaxe! +Envision! Create! Share! +Fabulous graphics! +Also try Minecraft Dungeons! +Vanilla! +May contain traces of citrus! +Zoglin!? +Black lives matter! +Be anti-racist! +Learn about allyship! +Speak OUT against injustice and UP for equality! +Amplify and listen to BIPOC voices! +Educate your friends on anti-racism! +Support the BIPOC community and creators! +Stand up for equality in your community! +[this splash text has been delayed until part 2] +Contains simulated goats! +Home-made! +There's < [speler] OF /xp L [speler] +commands.give.usage=/give [hoeveel] [data] +commands.give.notFound=Daar is geen item met ID %d nie +commands.give.success=Het %s (ID %d) * %d aan %s gegee +commands.effect.usage=/effect [seconds] [amplifier] +commands.effect.notFound=There is no such mob effect with ID %d +commands.effect.success=Given %1$s (ID %2$d) * %3$d to %4$s for %5$d seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.enchant.usage=/enchant [vlak] +commands.enchant.notFound=Daar is nie so betowering met ID %d +commands.enchant.noItem=Die teiken nie in besit wees van 'n item +commands.enchant.cantEnchant=Die geselekteerde betowering kan nie bygevoeg word nie na die teiken item +commands.enchant.cantCombine=%1$s kan nie gekombineer word met %2$s +commands.enchant.success=Enchanting daarin geslaag om +commands.clear.usage=/clear [item] [inligting] +commands.clear.success=Die skoonmaak van die voorraad van %s, die verwydering van %d items +commands.clear.failure=Could not clear the inventory of %s, no items to remove +commands.downfall.success=Het reën en sneeu aan of af geskakel +commands.time.usage=/tyd +commands.time.added=Het %d tot die tyd bygevoeg +commands.time.set=Verander die tyd na %d +commands.players.list=Daar is %d/%d spelers aanlyn: +commands.banlist.ips=Daar is %d verbande IP-adresse: +commands.banlist.players=Daar is %d verbande spelers: +commands.banlist.usage=/banlist [ips|spelers] +commands.kick.success=%s is uit die spel geskop +commands.kick.success.reason=%s is uit die spel geskop: '%s' +commands.kick.usage=/kick [rede ...] +commands.op.success=%s is 'n admin gemaak +commands.op.usage=/op +commands.deop.success=%s is nie meer 'n admin nie +commands.deop.usage=/deop +commands.say.usage=/say +commands.ban.success=%s is verban +commands.ban.usage=/ban [rede ...] +commands.unban.success=%s is ontban +commands.unban.usage=/pardon +commands.banip.invalid=Jy het 'n ongeldige IP adres ingesleutel of 'n speler is nie aanlyn is nie +commands.banip.success=Het IP-adres %s verban +commands.banip.success.players=Het IP-adres %s, wat behoort aan %s, verban +commands.banip.usage=/ban-ip [rede ...] +commands.unbanip.invalid=Jy het 'n ongeldige IP-adres ingetik +commands.unbanip.success=IP-adres %s is nie meer verban nie +commands.unbanip.usage=/pardon-ip +commands.save.enabled=Het outo-stoor aangeskakel +commands.save.disabled=Het outo-stoor afgeskakel +commands.save.start=Besig om te stoor... +commands.save.success=Wêreld is gestoor +commands.save.failed=Stoor het misluk: %s +commands.stop.start=Bediener word gestop +commands.tp.success=%s na %s geteleporteer +commands.tp.success.coordinates=Teleported %s na %.2f,%.2f,%.2f +commands.tp.usage=/tp [teiken speler] OF /tp [teiken speler] +commands.tp.notSameDimension=Kan nie verplaas, want die spelers is nie in dieselfde dimensie +commands.whitelist.list=Daar is %d (uit die %d gesiene) witlys spelers: +commands.whitelist.enabled=Die witlys is aangeskakel +commands.whitelist.disabled=Het die witlys afgeskakel +commands.whitelist.reloaded=Het die witlys herlaai +commands.whitelist.add.success=%s is by die witlys bygevoeg +commands.whitelist.add.usage=/whitelist add +commands.whitelist.remove.success=%s is van die witlys verwyder +commands.whitelist.remove.usage=/witlys verwyder +commands.whitelist.usage=/whitelist +commands.scoreboard.usage=/scoreboard +commands.scoreboard.teamNotFound=Geen span is gevind met die naam '%s' +commands.scoreboard.objectiveNotFound=Geen objektiewe was gevind met die naam '%s' +commands.scoreboard.objectiveReadOnly=Die doel '%s' is lees-alleen en kan nie gestel word nie +commands.scoreboard.objectives.usage=/scoreboard objectives +commands.scoreboard.objectives.setdisplay.usage=/ telkaart doelwitte vertoning [objective] +commands.scoreboard.objectives.setdisplay.invalidSlot=Geen sodanige vertoning slot '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Skoongemaak objektiewe vertoning slot '%s' +commands.scoreboard.objectives.setdisplay.successSet=Stel die vertoning doel in die slot '%s' na '%s' +commands.scoreboard.objectives.add.usage=/scoreboard doelwitte voeg [vertoning naam...] +commands.scoreboard.objectives.add.wrongType=Ongeldige objektiewe kriteria tipe. Geldige tipes is:%s +commands.scoreboard.objectives.add.alreadyExists='N doel met die naam '%s'bestaan ​​reeds +commands.scoreboard.objectives.add.tooLong=Die naam '%s' is te lank vir 'n doel, kan dit by die meeste %d karakters lank wees +commands.scoreboard.objectives.add.displayTooLong=Die vertoning naam '%s' is te lank vir 'n doel, kan dit by die meeste %d karakters lank +commands.scoreboard.objectives.add.success=Bygevoeg nuwe doel '%s' suksesvol +commands.scoreboard.objectives.remove.usage=/telkaart doelwitte verwyder +commands.scoreboard.objectives.remove.success=Verwyder objektiewe '%s' is +commands.scoreboard.objectives.list.count=Resultate %d doelstelling(s) op scorebord +commands.scoreboard.objectives.list.entry=%s: vertoon as '%s' en '%s' +commands.scoreboard.objectives.list.empty=Daar is geen doelwitte op die telbord +commands.scoreboard.players.usage=/scoreboard players +commands.scoreboard.players.set.success=Stel telling van %s vir speler %s na %d +commands.scoreboard.players.set.usage=/telkaart spelers stel +commands.scoreboard.players.add.usage=/ telkaart spelers voeg +commands.scoreboard.players.remove.usage=/scoreboard spelers verwyder +commands.scoreboard.players.reset.usage=/telekaart speler herstel +commands.scoreboard.players.reset.success=Herstel alle tellings speler %s +commands.scoreboard.players.list.count=Resultate %d nagespoor spelers op die telbord +commands.scoreboard.players.list.empty=Daar is geen nagespoor spelers op die telbord +commands.scoreboard.players.list.player.count=Resultate vir %s %d nagespoor doelstelling (s) +commands.scoreboard.players.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.players.list.player.empty=Speler %s het geen tellings aangeteken +commands.scoreboard.teams.usage=/scoreboard teams +commands.scoreboard.teams.add.usage=/ scoreboard spanne voeg [vertoning naam ...] +commands.scoreboard.teams.add.alreadyExists='N span met die naam '%s'bestaan ​​reeds +commands.scoreboard.teams.add.tooLong=Die naam '%s' is te lank vir 'n span, kan dit by die meeste %d karakters lank wees +commands.scoreboard.teams.add.displayTooLong=Die vertoning naam '%s' is te lank vir 'n span, kan dit by die meeste %d karakters lank +commands.scoreboard.teams.add.success=Bygevoeg nuwe span '%s' suksesvol +commands.scoreboard.teams.list.usage=/ scoreboard spanne lys [naam] +commands.scoreboard.teams.list.count=Resultate van %d spanne op die telbord +commands.scoreboard.teams.list.entry=%1$s: '%2$s" het %3$d spelers +commands.scoreboard.teams.list.empty=Daar is geen spanne wat geregistreer is op die telbord +commands.scoreboard.teams.list.player.count=Resultate %d speler(s) in die span %s +commands.scoreboard.teams.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.teams.list.player.empty=Team %s het geen spelers +commands.scoreboard.teams.empty.usage=/telekaarts speler duidelik +commands.scoreboard.teams.empty.alreadyEmpty=Team %s reeds leeg is, kan nie verwyder nonexistant spelers +commands.scoreboard.teams.empty.success=Verwyder alle %d speler(s) van die span %s +commands.scoreboard.teams.remove.usage=/telekaart spanne verwyder +commands.scoreboard.teams.remove.success=Verwyder span %s +commands.scoreboard.teams.join.usage=/scoreboard spanne aansluit [speler] +commands.scoreboard.teams.join.success=Het %d speler(s) te span %s:%s +commands.scoreboard.teams.join.failure=Kon nie %d speler(s) te voeg span %s: %s +commands.scoreboard.teams.leave.usage=/ scoreboard spanne verlaat [speler] +commands.scoreboard.teams.leave.success=Verwyder %d speler(s) van hul spanne: %s +commands.scoreboard.teams.leave.failure=Kon nie %d speler(s) verwyder van hul spanne: %s +commands.scoreboard.teams.leave.noTeam=Jy is nie in 'n span +commands.scoreboard.teams.option.usage=/telekaart span opsies +commands.scoreboard.teams.option.noValue=Geldige waardes vir opsie %s: %s +commands.scoreboard.teams.option.success=Set option %s for team %s to %s +commands.gamemode.success.self=Het sy eie spelwyse na %s verander +commands.gamemode.success.other=Verander %s se spelwyse na %s +commands.gamemode.usage=/spelmodus [speler] +commands.defaultgamemode.usage=/defaultgamemode +commands.defaultgamemode.success=Die wêreld se standaard spelwyse is nou %s +commands.me.usage=/ek +commands.help.header=--- Help bladsy %d uit %d word vertoon (/help ) --- +commands.help.footer=Wenk: Gebruik die sleutel terwyl jy 'n opdrag tik om dit of die opdrag se argumente outomaties te voltooi +commands.help.usage=/help [bladsy|opdrag naam] +commands.publish.started=Plaaslike spel bedien deur %s +commands.publish.failed=Nie instaat om plaaslike spel te onthaal nie +commands.debug.start=Ontfoutings profilering begin +commands.debug.stop=Ontfoutings profilering na %.2f sekondes gestop (%d tikke) +commands.debug.notStarted=Kan nie profilering stop wanneer ons nog nie begin het nie! +commands.debug.usage=/debug +commands.message.usage=/tell +commands.message.sameTarget=Jy kan nie 'n privaat boodskap na jouself stuur nie! +commands.message.display.outgoing=Jy fluister na %s: %s +commands.message.display.incoming=%s fluister vir jou: %s +commands.difficulty.usage=/difficulty +commands.difficulty.success=Verstel spel moelikheid na %s +commands.spawnpoint.usage=/spawnpoint OF /spawnpoint OF /spawnpoint +commands.spawnpoint.success=Verander %s se verskynpunt na (%d, %d, %d) +commands.gamerule.usage=/gamerule OF /gamerule +commands.gamerule.success=Spelreël is gewysig +commands.gamerule.norule=Geen spelreël benoem '%s' is beskikbaar nie +commands.weather.usage=/weather [duurte in sekondes] +commands.weather.clear=Verander na mooiweer +commands.weather.rain=Verander na reënweer +commands.weather.thunder=Verander na reën en donderweer +commands.testfor.usage=/testfor +commands.testfor.failed=/ testfor is slegs bruikbaar deur commandblocks met analoog uitset + +itemGroup.buildingBlocks=Bou Blokke +itemGroup.decorations=Versiering Blokke +itemGroup.redstone=Rooisteen +itemGroup.transportation=Vervoer +itemGroup.misc=Diverse +itemGroup.search=Soek Items +itemGroup.food=Kos +itemGroup.tools=Gereedskap +itemGroup.combat=Geveg +itemGroup.brewing=Brouery +itemGroup.materials=Materiale +itemGroup.inventory=Oorlewing inventaris + +inventory.binSlot=Vernietig Item + +advMode.setCommand=Verstel konsole opdrag vir Blok +advMode.command=Konsole Opdrag +advMode.nearestPlayer=Gebruik "@p" om die naaste speler te teiken +advMode.randomPlayer=Gebruik "@r" om 'n ewekansige speler te teiken +advMode.allPlayers=Gebruik "@a" om alle spelers te teiken + +advMode.notEnabled=Opdrag blokke is nie aangeskakel op hierdie bediener nie +advMode.notAllowed=Moet 'n admin speler in kreatiewe wyse wees + +mco.title=Minecraft Realms +mco.selectServer.select=Sluit bediener +mco.selectServer.configure=Instel +mco.selectServer.create=Skep wêreld +mco.selectServer.moreinfo=Meer inligting + +mco.configure.world.edit.title=Edit wêreld + +mco.configure.world.title=Insel wêreld +mco.configure.world.name=Naam +mco.configure.world.description=Beskrywing +mco.configure.world.location=Plek +mco.configure.world.invited=Genooi +mco.configure.world.buttons.edit=Wysig +mco.configure.world.buttons.reset=Herstel wêreld +mco.configure.world.buttons.done=Gedoen +mco.configure.world.buttons.delete=Verwyder +mco.configure.world.buttons.open=Oop wêreld +mco.configure.world.buttons.close=Naby wêreld +mco.configure.world.buttons.invite=Nooi +mco.configure.world.buttons.uninvite=Ongedaan +mco.configure.world.buttons.subscription=Subscription +mco.configure.world.invite.profile.name=Naam +mco.configure.world.uninvite.question=Is jy seker wat jy wil uitnooi + +mco.configure.world.subscription.title=Subscription Info +mco.configure.world.subscription.daysleft=Days Left +mco.configure.world.subscription.start=Start Date +mco.configure.world.subscription.extend=Extend + +mco.create.world.location.title=Plekke +mco.create.world.location.warning=Jy kan nie die presiese plek wat jy kies +mco.create.world.wait=Die skep van die wêreld ... + +mco.reset.world.title=herstel wêreld +mco.reset.world.warning=Dit sal permanent uitvee jou wêreld! +mco.reset.world.seed=Saad (opsioneel) +mco.reset.world.resetting.screen.title=Herstel wêreld ... + +mco.configure.world.close.question.line1=Jou wêreld sal word nie beskikbaar nie. +mco.configure.world.close.question.line2=Is jy seker jy wil om dit te doen? + +mco.connect.connecting=Besig om te konnekteer aan die aanlyn-bediener ... +mco.connect.authorizing=Te meld... +mco.connect.failed=Versuim het om toegang tot die aanlyn bediener + +mco.create.world=Skep + diff --git a/1.5.2/lang/ar_SA.lang b/1.5.2/lang/ar_SA.lang new file mode 100644 index 00000000..95b17688 --- /dev/null +++ b/1.5.2/lang/ar_SA.lang @@ -0,0 +1,1293 @@ +#X-Generator: crowdin.net + +language.name=العربية +language.region=العالم العربي +language.code=ar_SA + +gui.done=إنتهيت +gui.cancel=إلغاء +gui.back=Back +gui.toMenu=الرجوع الى صفحة البداية +gui.up=اعلى +gui.down=اسفل +gui.yes=نعم +gui.no=لا + +menu.singleplayer=لاعب واحد +menu.multiplayer=متعدد اللاعبين +menu.online=Minecraft Realms +menu.options=...خيارات +menu.quit=خروج من اللعبة +menu.returnToMenu=حفظ والرجوع الى صفحة البداية +menu.disconnect=قطع الاتصال +menu.returnToGame=الرجوع الى اللعبة +menu.switchingLevel=تبديل العوالمn +menu.generatingLevel=توليد العالم +menu.loadingLevel=العالم تحميل +menu.generatingTerrain=جاري بناء الأرض +menu.convertingLevel=تحويل العالم +menu.simulating=يتم الآن فحص العالم للتأكد من خلوه من الأخطاء +menu.respawning=جارى إعادة الإحياء +menu.shareToLan=فتح إلى LAN + +selectWorld.title=حدد العالم +selectWorld.empty=فارغ +selectWorld.world=عالم +selectWorld.select=لعب العالم المحدد +selectWorld.create=إنشاء عالم جديد +selectWorld.recreate=إعادة إنشاء +selectWorld.createDemo=لعب عالم تجريبي جديد +selectWorld.delete=حذف +selectWorld.rename=إعادة تسمية +selectWorld.deleteQuestion=هل انت متأكد من انك تريد حذف هذا العالم؟ +selectWorld.deleteWarning=سوف يضيع إلى الأبد! (فترة طويلة!) +selectWorld.deleteButton=حذف +selectWorld.renameButton=إعادة تسمية +selectWorld.renameTitle=إعادة تسمية العالم +selectWorld.conversion=يجب تحويله! +selectWorld.newWorld=عالم جديد +selectWorld.newWorld.copyOf=نسخة من %s +selectWorld.enterName=اسم العالم +selectWorld.resultFolder=سوف يحفظ في: +selectWorld.enterSeed=بذرة للعالم الجديد +selectWorld.seedInfo=اتركه فارغا لبذرة عشوائية +selectWorld.cheats=شفرات الغش +selectWorld.customizeType=تخصيص + +createWorld.customize.presets=الإعدادات المسبقة +createWorld.customize.presets.title=حدد إعداد مسبق +createWorld.customize.presets.select=استخدام إعداد مسبق +createWorld.customize.presets.share=هل ترغب في مشاركة الخاص بك مسبقاً مع شخص ما؟ استخدام المربع أدناه! +createWorld.customize.presets.list=وبدلاً من ذلك، إليك بعض نحن به في وقت سابق! +createWorld.customize.flat.title=التخصيص سوبيرفلات +createWorld.customize.flat.tile=طبقة المواد +createWorld.customize.flat.height=الارتفاع +createWorld.customize.flat.addLayer=إضافة طبقة +createWorld.customize.flat.editLayer=تحرير طبقة +createWorld.customize.flat.removeLayer=إزالة طبقة +createWorld.customize.flat.layer.top=الأعلى—%d +createWorld.customize.flat.layer=%d +createWorld.customize.flat.layer.bottom=أسفل-%d + +gameMode.survival=طور البقاء +gameMode.creative=طور الإبداع +gameMode.adventure=طور المغامرة +gameMode.hardcore=طور متشدد +gameMode.changed=تم تحديث وضع اللعبة + +selectWorld.gameMode=طور اللعبة +selectWorld.gameMode.survival=البقاء +selectWorld.gameMode.survival.line1=البحث عن الموارد، الصناعة، الكسب +selectWorld.gameMode.survival.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.adventure=مغامرة +selectWorld.gameMode.adventure.line1=بنفس طريقة البقاء على قيد الحياة، ولكن يمكن كتل لا +selectWorld.gameMode.adventure.line2=يمكن إضافة أو إزالة +selectWorld.moreWorldOptions=...خيارات اضافية للعالم +selectWorld.mapFeatures=بناء الهياكل: +selectWorld.mapFeatures.info=قرى، مغارات، الخ +selectWorld.mapType=نوع العالم: +selectWorld.mapType.normal=عادي +selectWorld.allowCommands=السماح بشفرات الغش +selectWorld.allowCommands.info=أوامر مثل /لعبة طريقة, /xp +selectWorld.hardcoreMode=متشدد +selectWorld.hardcoreMode.info=يحذف العالم عند الوفاة +selectWorld.bonusItems=صندوق إضافي + +generator.default=الافتراضي +generator.flat=مسطح تماماً +generator.largeBiomes=مناطق أحيائية كبيرة + +selectServer.title=حدد الخادم +selectServer.empty=فارغ +selectServer.select=الانضمام للخادم +selectServer.direct=إتصال مباشر +selectServer.edit=تعديل +selectServer.delete=حذف +selectServer.add=إضافة خادم +selectServer.defaultName=خادم ماين كرافت +selectServer.deleteQuestion=هل انت متأكد من انك تريد ازالة هذا الخادم؟ +selectServer.deleteWarning=!سيفقد للأبد +selectServer.deleteButton=حذف +selectServer.refresh=تحديث +selectServer.hiddenAddress=(مخفي) +addServer.title=تعديل بيانات الخادم +addServer.enterName=اسم الخادم +addServer.enterIp=عنوان الخادم +addServer.add=إنتهيت +addServer.hideAddress=إخفاء العنوان +lanServer.title=Lan عالم +lanServer.scanning=Scanning for games on your local network +lanServer.start=بداية LAN العالم +lanServer.otherPlayers=ضبط لاعبين آخرين +mcoServer.title=Minecraft Online World + +multiplayer.title=لعب متعدد اللاعبين +multiplayer.connect=إتصال +multiplayer.info1=اللعب الجماعي في ماين كرافت غير مكتمل حالياً، ولكن هناك +multiplayer.info2=تتم بعض الاختبارات الاولية التي يشوبها المشاكل. +multiplayer.ipinfo=قم بإدخال الأي بي للسيرفر الذي تريد الاتصال به + +multiplayer.texturePrompt.line1=يوصي هذا الخادم باستخدام حزمة جرافيك مخصصة +multiplayer.texturePrompt.line2=هل ترغب في تنزيله وتثبيته تلقائياً؟ + +multiplayer.downloadingTerrain=جاري تنزيل المنطقة + +multiplayer.stopSleeping=مغادرة السرير + +chat.link.confirm=هل انت متأكد من انك تريد فتح الموقع الإلكتروني التالي؟ +chat.link.warning=لا تفتح روابط من أشخاص لا تثق بهم! +chat.copy=نسخ إلى الحافظة + +menu.playdemo=العب العالم التجريبي +menu.resetdemo=إعادة ضبط العالم التجريبي +demo.day.1=هذا العالم التجريبي سوف ينتهي بعد خمسة ايام حسب توقيت اللعبة ابذل جهدك +demo.day.2=اليوم الثاني +demo.day.3=اليوم الثالث +demo.day.4=اليوم الرابع +demo.day.5=هذا يومك الاخير +demo.day.warning=وقتك على وشك الانتهاء +demo.day.6=لقد انتهت ايامك الخمس لحفض صورة من ابداعك استخدم F2 +demo.reminder=وقت التجربة قد انتهى اشتري اللعبة لمتابعة اللعب او انتج عالم جديد +demo.remainingTime=الوقت المتبقي: %s +demo.demoExpired=انتهى وقت التجربة +demo.help.movement=استخدم %1$s, %2$s, %3$s, %4$s و الفأرة للتنقل +demo.help.movementShort=تحرك بالضغط على %1$s, %2$s, %3$s, %4$s +demo.help.movementMouse=انظر حولك باستخدام الفأرة +demo.help.jump=استخدم %1$s للقفز +demo.help.inventory=استخدم %1$s لفتح حقيبتك +demo.help.title=طور ماين كرافت التجريبي +demo.help.fullWrapped=هذا العرض التجريبي سوف يستمر 5 أيام بتوقيت اللعبة (حوالي ساعة و 40 دقيقة بالوقت الحقيقي). تحقق من الإنجازات للتلميحات! استمتع! +demo.help.buy=اشتري الآن +demo.help.later=واصل اللعب! + +connect.connecting=جاري الاتصال بالخادم... +connect.authorizing=جاري تسجيل الدخول... +connect.failed=لقد فشل الاتصال بالخادم + +disconnect.genericReason=%s +disconnect.disconnected=تم قطع الاتصال بواسطة الخادم +disconnect.lost=تم فقد الاتصال +disconnect.kicked=تم طردك من اللعبة +disconnect.timeout=انتهت المهلة +disconnect.closed=تم غلق الاتصال +disconnect.loginFailed=لقد فشل تسجيل الدخول +disconnect.loginFailedInfo=لقد فشل تسجيل الدخول : %s +disconnect.quitting=جارى الخروج +disconnect.endOfStream=نهاية البث +disconnect.overflow=تم تجاوز سعة المخزن المؤقت +disconnect.spam=طرد بسبب الازعاج + +options.off=إيقاف +options.on=تشغيل +options.visible=ظاهر +options.hidden=مخفي +options.title=خيارات +options.controls=التحكم... +options.video=إعدادات الفيديو... +options.language=اللغة... +options.languageWarning=%100 ﺔﻠﻤﺘﻜﻣ ﻥﻮﻜﺗﻻ ﺪﻗ ﺔﻤﺟﺮﺘﻟﺍ +options.videoTitle=إعدادات الفيديو +options.music=الموسيقى +options.sound=الأصوات +options.invertMouse=عكس الفأرة +options.fov=مجال الرؤية +options.fov.min=طبيعي +options.fov.max=للمحترفين فقط +options.gamma=السطوع +options.gamma.min=كئيب +options.gamma.max=ساطع +options.sensitivity=الحساسية +options.sensitivity.min=*تثاؤب* +options.sensitivity.max=سرعة مفرطة!!! +options.renderDistance=مسافة عرض العالم +options.renderDistance.tiny=بالغة الصغر +options.renderDistance.short=قصيرة +options.renderDistance.normal=عادية +options.renderDistance.far=بعيدة +options.viewBobbing=تمايل الرؤية +options.ao=إضاءة ناعمة +options.ao.off=Off +options.ao.min=Minimum +options.ao.max=Maximum +options.anaglyph=عرض ثلاثي الابعاد +options.framerateLimit=الأداء +options.difficulty=الصعوبة +options.difficulty.peaceful=سلمية +options.difficulty.easy=سهلة +options.difficulty.normal=متوسطة +options.difficulty.hard=صعبة +options.difficulty.hardcore=متشددة +options.graphics=الرسومات +options.graphics.fancy=فاخرة +options.graphics.fast=سريعة +options.guiScale=حجم واجهة المستخدم +options.guiScale.auto=تلقائي +options.guiScale.small=صغير +options.guiScale.normal=متوسط +options.guiScale.large=كبير +options.advancedOpengl=OpenGL متقدم +options.renderClouds=السحاب +options.farWarning1=لمسافة عرض العالم البعيدة, يوصى بتنصيب 64 بت جافا +options.farWarning2=لديك تنصيب 32 بت +options.particles=الجسيمات +options.particles.all=الكل +options.particles.decreased=مخفضة +options.particles.minimal=الحد الأدنى +options.multiplayer.title=إعدادات متعددة... +options.chat.title=إعدادات الدردشة... +options.chat.visibility=الدردشة +options.chat.visibility.full=ظاهر +options.chat.visibility.system=الأوامر فقط +options.chat.visibility.hidden=مخفي +options.chat.color=الألوان +options.chat.opacity=العتامة +options.chat.links=روابط ويب +options.chat.links.prompt=المطالبة عند ضغط الروابط +options.chat.scale=Scale +options.chat.width=Width +options.chat.height.focused=الارتفاع المركز n +options.chat.height.unfocused=الارتفاع غير مركزة +options.showCape=إظهار الرأس +options.serverTextures=جرافيك الخادم +options.snooper=السماح المتلصص +options.snooper.view=إعدادات المتلصص... +options.snooper.title=آلة جمع المواصفات +options.snooper.desc=أننا نريد لجمع معلومات حول الجهاز الخاص بك للمساعدة في تحسين Minecraft من خلال معرفة ما يمكن أن نؤيد وأين أكبر المشاكل. كل من هذه المعلومات مجهول تماما ويمكن عرضها فيما يلي. ونعد بأننا لن نفعل أي شيء سيء مع هذه البيانات، ولكن إذا كنت ترغب في إلغاء الاشتراك ثم لا تتردد في تبديل تشغيله! +options.texture.pack=Texture Packs +options.fullscreen=ملء الشاشة +options.vsync=استخدام VSync +options.touchscreen=وضع شاشة اللمس + +performance.max=أقصى عدد من الإطارات في الثانية +performance.balanced=متوازن +performance.powersaver=موفر للطاقة + +controls.title=التحكم + +key.forward=امام +key.left=يسار +key.back=خلف +key.right=يمين +key.jump=قفز +key.inventory=الحقيبة +key.drop=إسقاط +key.chat=دردشة +key.fog=تغيير الضباب +key.sneak=تسلل +key.playerlist=قائمة اللاعبين +key.attack=هجوم +key.use=استخدام مادة +key.pickItem=اختيار كتلة +key.mouseButton=%1$s الزر +key.command=الأمر + +texturePack.openFolder=فتح مجلد حزمة الجرافيك +texturePack.title=اختيار حزمة الجرافيك +texturePack.folderInfo=ضع ملفات حزمة الجرافيك هنا +texturePack.incompatible=غير متوافق + +book.pageIndicator=الصفحة %1$s من %2$s +book.byAuthor=تأليف %1$s +book.signButton=وَقِع +book.editTitle=أدخل عنوان الكتاب: +book.finalizeButton=وَقِع واغلق +book.finalizeWarning=ملاحظة! عندما توقع على الكتاب، فإنه لا يمكن تعديله أبداً. + +tile.stone.name=حجر + +tile.grass.name=كتلة عشب +tile.dirt.name=تراب +tile.stonebrick.name=حصاة الرصف +tile.wood.name=الواح خشب +tile.wood.oak.name=ألواح خشب البلوط +tile.wood.spruce.name=ألواح خشب البيسية +tile.wood.birch.name=ألواح خشب البتولا +tile.wood.jungle.name=ألواح خشب الدغل +tile.sapling.oak.name=شتلة البلوط +tile.sapling.spruce.name=شتلة البيسية +tile.sapling.birch.name=شتلة البتولا +tile.sapling.jungle.name=شتلة الدغل +tile.deadbush.name=شجيرة ميتة +tile.bedrock.name=صخر القاع +tile.water.name=ماء +tile.lava.name=حمم +tile.sand.name=رمل +tile.sandStone.name=حجر رملي +tile.sandStone.default.name=حجر رملي +tile.sandStone.chiseled.name=حجر رملي منقوش +tile.sandStone.smooth.name=حجر رملي أملس +tile.gravel.name=حصى +tile.oreGold.name=خام الذهب +tile.oreIron.name=خام الحديد +tile.oreCoal.name=خام الفحم +tile.log.name=خشب +tile.log.oak.name=خشب البلوط +tile.log.spruce.name=خشب البيسية +tile.log.birch.name=خشب البتولا +tile.log.jungle.name=خشب الدغل +tile.leaves.name=أوراق شجر +tile.leaves.oak.name=أوراق البلوط +tile.leaves.spruce.name=أوراق البيسية +tile.leaves.birch.name=أوراق البتولا +tile.leaves.jungle.name=أوراق الدغل +tile.tallgrass.name=عشب +tile.tallgrass.shrub.name=شجيرة +tile.tallgrass.grass.name=عشب طويل +tile.tallgrass.fern.name=خنشار +tile.sponge.name=اسفنج +tile.glass.name=زجاج +tile.thinGlass.name=لوح زجاجي +tile.cloth.name=صوف +tile.flower.name=زهرة +tile.rose.name=وردة +tile.mushroom.name=فطر +tile.blockGold.name=كتلة ذهب +tile.blockIron.name=كتلة حديد +tile.stoneSlab.stone.name=بلاطة حجرية +tile.stoneSlab.sand.name=بلاطة الحجر الرملي +tile.stoneSlab.wood.name=بلاطة خشبية +tile.stoneSlab.cobble.name=بلاطة حصاة الرصف +tile.stoneSlab.brick.name=بلاطة طوب +tile.stoneSlab.smoothStoneBrick.name=بلاطة من الطوب الحجري +tile.stoneSlab.netherBrick.name=طوب الأسفل بلاطة +tile.stoneSlab.quartz.name=عتبة كوارتز +tile.woodSlab.oak.name=بلاطة خشب البلوط +tile.woodSlab.spruce.name=بلاطة خشب البيسية +tile.woodSlab.birch.name=بلاطة خشب البتولا +tile.woodSlab.jungle.name=بلاطة خشب الدغل +tile.brick.name=طوب +tile.tnt.name=ديناميت +tile.bookshelf.name=رف كتب +tile.stoneMoss.name=حجر طحلبي +tile.obsidian.name=السبج +tile.torch.name=شعلة +tile.fire.name=نار +tile.mobSpawner.name=مولد الوحوش +tile.stairsWood.name=درج من خشب البلوط +tile.stairsWoodSpruce.name=درج من خشب التنوب +tile.stairsWoodBirch.name=درج من خشب البتولا +tile.stairsWoodJungle.name=درج من خشب الغابة +tile.chest.name=صندوق +tile.chestTrap.name=صندوق الحجر الأحمر +tile.redstoneDust.name=مسحوق الحجر الاحمر +tile.oreDiamond.name=خام الألماس +tile.blockDiamond.name=كتلة ألماس +tile.workbench.name=طاولة النجارة +tile.crops.name=محاصيل +tile.farmland.name=أرض زراعية +tile.furnace.name=فرن +tile.sign.name=لافتة +tile.doorWood.name=باب خشبي +tile.ladder.name=سلم +tile.rail.name=سكة حديدية +tile.goldenRail.name=سكة حديدية تعمل بالطاقة +tile.activatorRail.name=Activator Rail +tile.detectorRail.name=سكة حديدية مستشعرة +tile.stairsStone.name=درج حجري +tile.stairsSandStone.name=درج من الحجر الرملي +tile.lever.name=مقبض +tile.pressurePlate.name=صفيحة ضغط +tile.weightedPlate_light.name=المرجحة لوحة الضغط (الضوء) +tile.weightedPlate_heavy.name=المرجحة لوحة الضغط (الثقيلة) +tile.doorIron.name=باب حديدي +tile.oreRedstone.name=خام الحجر الاحمر +tile.notGate.name=شعلة الحجر الاحمر +tile.button.name=زر +tile.snow.name=ثلج +tile.ice.name=جليد +tile.cactus.name=صبار +tile.clay.name=صلصال +tile.reeds.name=قصب السكر +tile.jukebox.name=فونوغراف +tile.fence.name=سياج +tile.fenceGate.name=بوابة سياج +tile.pumpkin.name=يقطين +tile.litpumpkin.name=فانوس اليقطين +tile.hellrock.name=حجر الدم +tile.hellsand.name=رمل الروح +tile.lightgem.name=حجر مضيء +tile.portal.name=بوابة +tile.cloth.black.name=صوف أسود +tile.cloth.red.name=صوف أحمر +tile.cloth.green.name=صوف أخضر +tile.cloth.brown.name=صوف بني +tile.cloth.blue.name=صوف أزرق +tile.cloth.purple.name=صوف بنفسجي +tile.cloth.cyan.name=صوف سماوي +tile.cloth.silver.name=صوف رمادي فاتح +tile.cloth.gray.name=صوف رمادي +tile.cloth.pink.name=صوف زهري +tile.cloth.lime.name=صوف ليموني +tile.cloth.yellow.name=صوف أصفر +tile.cloth.lightBlue.name=صوف أزرق فاتح +tile.cloth.magenta.name=صوف أرجواني +tile.cloth.orange.name=صوف برتقالي +tile.cloth.white.name=صوف +tile.oreLapis.name=خام اللازورد +tile.blockLapis.name=كتلة لازورد +tile.dispenser.name=قاذف +tile.dropper.name=القطارة +tile.musicBlock.name=مكعب موسيقي +tile.cake.name=كعكة +tile.bed.name=سرير +tile.bed.occupied=هذا السرير مأخوذ +tile.bed.noSleep=يمكنك النوم اثناء الليل فقط +tile.bed.notSafe=لا يمكنك الراحة الان, هناك وحوش بالقرب منك +tile.bed.notValid=سريرك الرئيسي مفقود أو مسدود +tile.lockedchest.name=صندوق مقفل +tile.trapdoor.name=باب فتحة +tile.web.name=شبكة العنكبوت +tile.stonebricksmooth.name=طوب حجري +tile.stonebricksmooth.default.name=طوب حجري +tile.stonebricksmooth.mossy.name=طوب حجري مطحلب +tile.stonebricksmooth.cracked.name=طوب حجري متشقق +tile.stonebricksmooth.chiseled.name=طوب حجري منقوش +tile.monsterStoneEgg.stone.name=بيضة وحش الحجر +tile.monsterStoneEgg.cobble.name=بيضة وحش حصاة الرصف +tile.monsterStoneEgg.brick.name=بيضة وحش الطوب الحجري +tile.pistonBase.name=مكبس +tile.pistonStickyBase.name=مكبس لزج +tile.fenceIron.name=قضبان حديدية +tile.melon.name=بطيخة +tile.stairsBrick.name=درج من الطوب +tile.stairsStoneBrickSmooth.name=درج من الطوب الحجري +tile.vine.name=نبات متسلق +tile.netherBrick.name=طوب العالم السفلي +tile.netherFence.name=سياج من طوب العالم السفلي +tile.stairsNetherBrick.name=درج من طوب العالم السفلي +tile.netherStalk.name=ثؤلول العالم السفلي +tile.cauldron.name=قدر +tile.enchantmentTable.name=طاولة السحر +tile.anvil.name=السندان +tile.anvil.intact.name=السندان +tile.anvil.slightlyDamaged.name=سندان قليلاً التالفة +tile.anvil.veryDamaged.name=سندان جداً التالفة +tile.whiteStone.name=حجر النهاية +tile.endPortalFrame.name=بوابة النهاية +tile.mycel.name=أفطورة +tile.waterlily.name=زنبق الماء +tile.dragonEgg.name=بيضة تنين +tile.redstoneLight.name=مصباح الحجر الأحمر +tile.cocoa.name=كاكاو +tile.enderChest.name=صندوق الاندر +tile.oreRuby.name=خام الياقوت +tile.oreEmerald.name=خام الزمرد +tile.blockEmerald.name=كتلة زمرد +tile.blockRedstone.name=مكعب حجر أحمر +tile.tripWire.name=سلك المصيدة +tile.tripWireSource.name=خطاف سلك المصيدة +tile.commandBlock.name=كتلة الأمر +tile.beacon.name=منارة +tile.beacon.primary=الطاقة الأولية +tile.beacon.secondary=الطاقة الثانوية +tile.cobbleWall.normal.name=الجدار حصاة كبيرة +tile.cobbleWall.mossy.name=المطحلب حصاة كبيرة الجدار +tile.carrots.name=الجزر +tile.potatoes.name=البطاطا +tile.daylightDetector.name=حساس ضوء الشمس +tile.netherquartz.name=خام الكوارتز السفلي +tile.hopper.name=هوبر +tile.quartzBlock.default.name=مكعب كوارتز +tile.quartzBlock.chiseled.name=مكتب كوارتز منحوت +tile.quartzBlock.lines.name=كتلة عمود الكوارتز +tile.stairsQuartz.name=درج كوارتز + +item.shovelIron.name=مجرفة حديدية +item.pickaxeIron.name=معول حديدي +item.hatchetIron.name=فأس حديدي +item.flintAndSteel.name=صوان و فولاز +item.apple.name=تفاحة +item.cookie.name=بسكوتة +item.bow.name=قوس +item.arrow.name=سهم +item.coal.name=فحم +item.charcoal.name=فحم نباتي +item.diamond.name=ألماس +item.emerald.name=زمرد +item.ingotIron.name=سبيكة حديد +item.ingotGold.name=سبيكة ذهب +item.swordIron.name=سيف حديدي +item.swordWood.name=سيف خشبي +item.shovelWood.name=مجرفة خشبية +item.pickaxeWood.name=معول خشبي +item.hatchetWood.name=فأس خشبي +item.swordStone.name=سيف حجري +item.shovelStone.name=مجرفة حجرية +item.pickaxeStone.name=معول حجري +item.hatchetStone.name=فأس حجري +item.swordDiamond.name=سيف ألماسي +item.shovelDiamond.name=مجرفة ألماسية +item.pickaxeDiamond.name=معول ألماسي +item.hatchetDiamond.name=فأس ألماسي +item.stick.name=عصا +item.bowl.name=سلطانية +item.mushroomStew.name=يخنة الفطر +item.swordGold.name=سيف ذهبي +item.shovelGold.name=مجرفة ذهبية +item.pickaxeGold.name=معول ذهبي +item.hatchetGold.name=فأس ذهبي +item.string.name=خيط +item.feather.name=ريشة +item.sulphur.name=بارود +item.hoeWood.name=معزقة خشبية +item.hoeStone.name=معزقة حجرية +item.hoeIron.name=معزقة حديدية +item.hoeDiamond.name=معزقة ألماسية +item.hoeGold.name=معزقة ذهبية +item.seeds.name=بذور +item.seeds_pumpkin.name=بذور اليقطين +item.seeds_melon.name=بذور البطيخ +item.melon.name=بطيخة +item.wheat.name=قمح +item.bread.name=خبز +item.helmetCloth.name=قبعة جلدية +item.chestplateCloth.name=سترة جلدية +item.leggingsCloth.name=سروال جلدي +item.bootsCloth.name=حذاء جلدي +item.helmetChain.name=خوذة من الزرد +item.chestplateChain.name=صفيحة صدر من الزرد +item.leggingsChain.name=سروال من الزرد +item.bootsChain.name=حذاء من الزرد +item.helmetIron.name=خوذة حديدية +item.chestplateIron.name=صفيحة صدر حديدية +item.leggingsIron.name=سروال حديدي +item.bootsIron.name=حذاء حديدي +item.helmetDiamond.name=خوذة ألماسية +item.chestplateDiamond.name=صفيحة صدر ألماسية +item.leggingsDiamond.name=سروال ألماسي +item.bootsDiamond.name=حذاء ألماسي +item.helmetGold.name=خوذة ذهبية +item.chestplateGold.name=صفيحة صدر ذهبية +item.leggingsGold.name=سروال ذهبي +item.bootsGold.name=ﺔﻴﺒﻫﺫ ﻞﻌﻧ +item.flint.name=صوان +item.porkchopRaw.name=ضلع خنزير نيء +item.porkchopCooked.name=ضلع خنزير مطبوخ +item.chickenRaw.name=دجاج نيء +item.chickenCooked.name=دجاج مطبوخ +item.beefRaw.name=لحم بقر نيء +item.beefCooked.name=شريحة لحم +item.painting.name=لوحة +item.frame.name=إطار البند +item.appleGold.name=تفاحة ذهبية +item.sign.name=لافتة +item.doorWood.name=باب خشبي +item.bucket.name=دلو +item.bucketWater.name=دلو ماء +item.bucketLava.name=ﺔﻴﻧﺎﻛﺮﺑ ﻢﻤﺣ ﻮﻟﺩ +item.minecart.name=عربة منجم +item.saddle.name=سرج +item.doorIron.name=باب حديدي +item.redstone.name=الحجر الاحمر +item.snowball.name=كرة ثلج +item.boat.name=قارب +item.leather.name=جلد +item.milk.name=حليب +item.brick.name=طوب +item.clay.name=صلصال +item.reeds.name=قصب السكر +item.paper.name=ورقة +item.book.name=كتاب +item.slimeball.name=كرة لزجة +item.minecartChest.name=عربة منجم بصندوق +item.minecartFurnace.name=عربة منجم بفرن +item.minecartTnt.name=Minecart with TNT +item.minecartHopper.name=مينيكارت مع هوبر +item.egg.name=بيضة +item.compass.name=بوصلة +item.fishingRod.name=صنارة +item.clock.name=ساعة +item.yellowDust.name=مسحوق الحجر المضيئ +item.fishRaw.name=سمك نيء +item.fishCooked.name=سمك مطبوخ +item.record.name=أسطوانة أغاني +item.bone.name=عظمة +item.dyePowder.black.name=كيس حبر +item.dyePowder.red.name=صبغة الورد الحمراء +item.dyePowder.green.name=صبغة الصبار الخضراء +item.dyePowder.brown.name=حبوب الكاكاو +item.dyePowder.blue.name=لازورد +item.dyePowder.purple.name=صبغة بنفسجية +item.dyePowder.cyan.name=صبغ سماوي +item.dyePowder.silver.name=صبغ رمادي فاتح +item.dyePowder.gray.name=صبغ رمادي +item.dyePowder.pink.name=صبغ وردي +item.dyePowder.lime.name=صبغ ليموني +item.dyePowder.yellow.name=اصفر هندباء برية +item.dyePowder.lightBlue.name=صبغ ازرق فاتح +item.dyePowder.magenta.name=صبغ أرجواني +item.dyePowder.orange.name=صبغ برتقالي +item.dyePowder.white.name=مسحوق العظام +item.sugar.name=سكر +item.cake.name=كعكة +item.bed.name=سرير +item.diode.name=مكرر الحجر الاحمر +item.comparator.name=مقارن الحجر الأحمر +item.map.name=خريطة +item.leaves.name=اوراق شجر +item.shears.name=مقص الجز +item.rottenFlesh.name=لحم فاسد +item.enderPearl.name=لؤلؤة الاندر +item.blazeRod.name=عصا اللهب +item.ghastTear.name=دمعة الشبح +item.netherStalkSeeds.name=ثؤلول العالم السفلي +item.potion.name=جرعة +item.emptyPotion.name=قنينة مياه +item.goldNugget.name=قطعة ذهبية +item.glassBottle.name=قنينة زجاجية +item.spiderEye.name=عين العنكبوت +item.fermentedSpiderEye.name=عين العنكبوت المخمرة +item.blazePowder.name=بودرة اللهب +item.magmaCream.name=كريم الصهارة +item.cauldron.name=قدر +item.brewingStand.name=منضدة التخمير +item.eyeOfEnder.name=عين المُنهي +item.speckledMelon.name=البطيخ اللامع +item.monsterPlacer.name=أنتج +item.expBottle.name=قنينة السحر +item.fireball.name=شحنة نارية +item.writingBook.name=الكتاب والريشة +item.writtenBook.name=كتاب مكتوب +item.ruby.name=ياقوت +item.flowerPot.name=وعاء الزهور +item.emptyMap.name=خريطة فارغة +item.carrots.name=الجزرة +item.carrotGolden.name=الجزرة الذهبية +item.potato.name=البطاطا +item.potatoBaked.name=البطاطا المخبوزة +item.potatoPoisonous.name=البطاطس سامة +item.skull.skeleton.name=جمجمة هيكل عظمى +item.skull.wither.name=تذبل جمجمة هيكل عظمى +item.skull.zombie.name=غيبوبة الرأس +item.skull.char.name=رئيس +item.skull.player.name=الرأس ل %s +item.skull.creeper.name=الرأس الزاحف +item.carrotOnAStick.name=الجزرة على العصا +item.netherStar.name=نجمة السفلي +item.pumpkinPie.name=فطيرة اليقطين +item.enchantedBook.name=كتاب مسحور +item.fireworks.name=الالعاب النارية الصواريخ +item.fireworks.flight=مدة الرحلة: +item.fireworksCharge.name=الألعاب النارية نجوم +item.fireworksCharge.black=أسود +item.fireworksCharge.red=أحمر +item.fireworksCharge.green=أخضر +item.fireworksCharge.brown=أسمر +item.fireworksCharge.blue=أزرق +item.fireworksCharge.purple=أرجواني +item.fireworksCharge.cyan=السماوي +item.fireworksCharge.silver=رمادي فاتح +item.fireworksCharge.gray=رمادي +item.fireworksCharge.pink=وردي +item.fireworksCharge.lime=كلس +item.fireworksCharge.yellow=أصفر +item.fireworksCharge.lightBlue=الضوء الأزرق +item.fireworksCharge.magenta=أرجواني +item.fireworksCharge.orange=البرتقالي +item.fireworksCharge.white=أبيض +item.fireworksCharge.customColor=مخصص +item.fireworksCharge.fadeTo=لتتلاشى +item.fireworksCharge.flicker=وميض +item.fireworksCharge.trail=طريق +item.fireworksCharge.type.0=الكرة الصغيرة +item.fireworksCharge.type.1=كبير الكرة +item.fireworksCharge.type.2=على شكل نجمة +item.fireworksCharge.type.3=الزاحف على شكل +item.fireworksCharge.type.4=انفجار +item.fireworksCharge.type=غير معروف الشكل +item.netherbrick.name=طوب العالم السفلي +item.netherquartz.name=الكوارتز السفلي + +container.inventory=الحقيبة +container.hopper=البند النطاط +container.crafting=صناعة +container.dispenser=موزع +container.dropper=بالقطارة +container.furnace=فرن +container.enchant=ﺮﺤﺴﻟﺍ ﺔﻟﻭﺎﻃ +container.repair=إصلاح واسم +container.repair.cost=سحر التكلفة:%1$d +container.repair.expensive=مكلفة للغاية! +container.creative=اختيار المادة +container.brewing=منضدة التخمير +container.chest=صندوق +container.chestDouble=صندوق كبير +container.minecart=عربة منجم +container.enderchest=صندوق الاندر + +item.dyed=مصبوغ + +entity.Item.name=غرض +entity.XPOrb.name=كرة الخبرة +entity.SmallFireball.name=كرة نارية صغيرة +entity.Fireball.name=الكرة النارية + +entity.Arrow.name=سهم +entity.Snowball.name=كرة ثلج +entity.Painting.name=لوحة + +entity.Mob.name=كائن +entity.Monster.name=وحش + +entity.Creeper.name=كريبر +entity.Skeleton.name=هيكل عظمي +entity.Spider.name=عنكبوت +entity.Giant.name=عملاق +entity.Zombie.name=زومبي +entity.Slime.name=اللزج +entity.Ghast.name=شبح +entity.PigZombie.name=ﺮﻳﺰﻨﺧ ﻲﺒﻣﻭﺯ +entity.Enderman.name=اندرمان +entity.Silverfish.name=السمكة الفضية +entity.CaveSpider.name=عنكبوت الكهف +entity.Blaze.name=الملتهب +entity.LavaSlime.name=مكعب الصهارة +entity.MushroomCow.name=الموشروم +entity.Villager.name=قروي +entity.VillagerGolem.name=الغولم الحديدي +entity.SnowMan.name=الغولم الثلجي +entity.EnderDragon.name=تنين الاندر +entity.WitherBoss.name=تذبل +entity.Witch.name=عجوز قبيحة + +entity.Pig.name=خنزير +entity.Sheep.name=خروف +entity.Cow.name=بقرة +entity.Chicken.name=دجاجة +entity.Squid.name=حبار +entity.Wolf.name=ذئب +entity.Ozelot.name=الأصلوت +entity.Cat.name=قطة +entity.Bat.name=خفاش + +entity.PrimedTnt.name=كتلة متفجرات +entity.FallingSand.name=كتلة متساقطة + +entity.Minecart.name=عربة منجم +entity.Boat.name=قارب + +entity.generic.name=غير معروف + +death.fell.accident.ladder=%1$s سقطت سلما +death.fell.accident.vines=%1$s سقطت بعض فاينز +death.fell.accident.water=%1$s سقطت خارج الماء +death.fell.accident.generic=%1$s سقطت من مكان مرتفع +death.fell.killer=%1$s محكوم عليها بسقوط +death.fell.assist=%1$s محكوم عليها بتدخل من %2$s +death.fell.assist.item=%1$s وآيلة للسقوط من قبل %2$s باستخدام%3$s +death.fell.finish=%1$s قد سقطت بعيداً جداً، وتم الانتهاء من%2$s +death.fell.finish.item=%1$s قد سقطت بعيداً جداً، وتم الانتهاء من%2$ s استخدام %3$s + +death.attack.inFire=%1$s went up in flames +death.attack.inFire.player=%1$s walked into fire whilst fighting %2$s +death.attack.onFire=%1$s burned to death +death.attack.onFire.player=%1$s was burnt to a crisp whilst fighting %2$s +death.attack.lava=%1$s tried to swim in lava +death.attack.lava.player=%1$s tried to swim in lava to escape %2$s +death.attack.inWall=%1$s suffocated in a wall +death.attack.drown=%1$s drowned +death.attack.drown.player=%1$s drowned whilst trying to escape %2$s +death.attack.starve=%1$s starved to death +death.attack.cactus=%1$s was pricked to death +death.attack.cactus.player=%1$s walked into a cactus whilst trying to escape %2$s +death.attack.generic=%1$s died +death.attack.explosion=%1$s blew up +death.attack.explosion.player=%1$s was blown up by %2$s +death.attack.magic=%1$s was killed by magic +death.attack.wither=%1$s withered away +death.attack.anvil=%1$s was squashed by a falling anvil +death.attack.fallingBlock=%1$s was squashed by a falling block +death.attack.mob=%1$s was slain by %2$s +death.attack.player=%1$s was slain by %2$s +death.attack.player.item=%1$s was slain by %2$s using %3$s +death.attack.arrow=%1$s was shot by %2$s +death.attack.arrow.item=%1$s was shot by %2$s using %3$s +death.attack.fireball=%1$s was fireballed by %2$s +death.attack.fireball.item=%1$s was fireballed by %2$s using %3$s +death.attack.thrown=%1$s was pummeled by %2$s +death.attack.thrown.item=%1$s was pummeled by %2$s using %3$s +death.attack.indirectMagic=%1$s was killed by %2$s using magic +death.attack.indirectMagic.item=%1$s was killed by %2$s using %3$s +death.attack.thorns=%1$s was killed trying to hurt %2$s +death.attack.fall=%1$s hit the ground too hard +death.attack.outOfWorld=%1$s fell out of the world + +deathScreen.respawn=اعادة الإحياء +deathScreen.deleteWorld=حذف العالم +deathScreen.titleScreen=صفحة البداية +deathScreen.score=النقاط +deathScreen.title.hardcore=انتهت اللعبة! +deathScreen.hardcoreInfo=لا يمكنك اعادة الإحياء فى طور اللعب المتشدد ! +deathScreen.title=لقد مت! +deathScreen.leaveServer=غادر الخادم + +potion.empty=لا تأثير +potion.moveSpeed=سرعة +potion.moveSlowdown=بطء +potion.digSpeed=تسرع +potion.digSlowDown=إجهاد التعدين +potion.damageBoost=قوة +potion.weakness=ضعف +potion.heal=صحه فورية +potion.harm=ضرر فوري +potion.jump=تعزيز القفز +potion.confusion=غثيان +potion.regeneration=تجدد الصحة +potion.resistance=مقاومة +potion.fireResistance=مقاومة النار +potion.waterBreathing=تنفس فى الماء +potion.invisibility=التخفي +potion.blindness=عمى +potion.nightVision=الرؤية الليلية +potion.hunger=الجوع +potion.poison=سم +potion.wither=Wither + +potion.moveSpeed.postfix=جرعة السرعة +potion.moveSlowdown.postfix=جرعة البطء +potion.digSpeed.postfix=جرعة التسرع +potion.digSlowDown.postfix=جرعة البلادة +potion.damageBoost.postfix=جرعة القوة +potion.weakness.postfix=جرعة الضعف +potion.heal.postfix=جرعة العلاج +potion.harm.postfix=جرعة الإيذاء +potion.jump.postfix=جرعة الوثب +potion.confusion.postfix=جرعة الغثيان +potion.regeneration.postfix=جرعة تجدد الصحة +potion.resistance.postfix=جرعة المقاومة +potion.fireResistance.postfix=جرعة مقاومة النار +potion.waterBreathing.postfix=جرعة التنفس في الماء +potion.invisibility.postfix=جرعة التخفي +potion.blindness.postfix=جرعة العمى +potion.nightVision.postfix=جرعة الرؤية الليلية +potion.hunger.postfix=جرعة الجوع +potion.poison.postfix=جرعة السم +potion.wither.postfix=جرعة من تسوس + +potion.potency.0= +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV + +potion.prefix.grenade=لطخة +potion.prefix.mundane=دنيوي +potion.prefix.uninteresting=ممل +potion.prefix.bland=فاتر +potion.prefix.clear=واضح +potion.prefix.milky=يحتوي على الحليب +potion.prefix.diffuse=منتشر +potion.prefix.artless=غير بارع +potion.prefix.thin=رفيع +potion.prefix.awkward=مربك +potion.prefix.flat=راكد +potion.prefix.bulky=ضخم +potion.prefix.bungling=أخرق +potion.prefix.buttered=بالزبدة +potion.prefix.smooth=ناعم +potion.prefix.suave=رقيق +potion.prefix.debonair=مبتهج +potion.prefix.thick=سميك +potion.prefix.elegant=متقن +potion.prefix.fancy=مزين +potion.prefix.charming=جذاب +potion.prefix.dashing=انيق +potion.prefix.refined=مصفى +potion.prefix.cordial=ودي +potion.prefix.sparkling=لامع +potion.prefix.potent=فعال +potion.prefix.foul=كريه +potion.prefix.odorless=عديم الرائحة +potion.prefix.rank=عفن +potion.prefix.harsh=قاس +potion.prefix.acrid=حاد +potion.prefix.gross=فظيع +potion.prefix.stinky=نتن + +enchantment.damage.all=حدة +enchantment.damage.undead=تعذيب +enchantment.damage.arthropods=هلاك المفصليات +enchantment.knockback=ضربة عنيفة +enchantment.fire=ﻕﺮﺣ +enchantment.protect.all=حماية +enchantment.protect.fire=حماية من النار +enchantment.protect.fall=سقوط الريشة +enchantment.protect.explosion=حماية من الانفجار +enchantment.protect.projectile=حماية من المقذوفات +enchantment.oxygen=تنفس +enchantment.waterWorker=الألفة مع الماء +enchantment.digging=كفاءة +enchantment.untouching=لمسة الحرير +enchantment.durability=غير قابل للكسر +enchantment.lootBonus=النهب +enchantment.lootBonusDigger=الثروة +enchantment.arrowDamage=القوة +enchantment.arrowFire=لهب +enchantment.arrowKnockback=لكمة +enchantment.arrowInfinite=اللامحدودية +enchantment.thorns=الأشواك + +enchantment.level.1=I +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.level.10=X + +gui.achievements=الإنجازات +gui.stats=إحصائيات + +stat.generalButton=عام +stat.blocksButton=الكتل +stat.itemsButton=المواد + +stat.used=مرات الاستخدام +stat.mined=مرات الحفر +stat.depleted=مرات الاستنفاذ +stat.crafted=مرات الصناعة + +stat.startGame=مرات اللعب +stat.createWorld=العوالم التي تم اللعب فيها +stat.loadWorld=التخزينات المحمله +stat.joinMultiplayer=مرات الانضمام لللعب الجماعي +stat.leaveGame=مرات الخروج من اللعبه + +stat.playOneMinute=عدد دقائق اللعب + +stat.walkOneCm=مسافة المشي +stat.fallOneCm=مسافة السقوط +stat.swimOneCm=مسافة السباحة +stat.flyOneCm=مسافة الطيران +stat.climbOneCm=مسافة التسلق +stat.diveOneCm=مسافة الغوص +stat.minecartOneCm=المسافة التي تم قطعها في عربة المنجم +stat.boatOneCm=المسافة التي تم قطعها بالقارب +stat.pigOneCm=المسافة التي قطعت عن طريق الخنزير +stat.jump=القفزات +stat.drop=المواد الملقاة + +stat.damageDealt=ما قدمت من الضرر +stat.damageTaken=ما أخذته من الضرر +stat.deaths=عدد مرات الموت +stat.mobKills=القتلى من الكائنات +stat.playerKills=اللاعبين الذين قتلوا +stat.fishCaught=السمك الذى اصطيد + +stat.mineBlock=حفرت %1$s +stat.craftItem=صنعت %1$s +stat.useItem=أستخدمت %1$s +stat.breakItem=استنفدت %1$s + +achievement.get=!حصلت على انجاز + +achievement.taken=أخذت + +achievement.requires=يحتاج '%1$s' +achievement.openInventory=استخدام الحقيبة +achievement.openInventory.desc=أضغط '%1$s' لتفتح حقيبتك +achievement.mineWood=الحصول على الخشب +achievement.mineWood.desc=هاجم شجرة حتى تخرج لك كتلة خشب +achievement.buildWorkBench=بناء طاولة النجارة +achievement.buildWorkBench.desc=اصنع طاولة النجارة بأستخدام أربعة الواح خشب +achievement.buildPickaxe=حان وقت التعدين! +achievement.buildPickaxe.desc=استخدم الالواح و العصى لصناعة معول +achievement.buildFurnace=موضوع ساخن +achievement.buildFurnace.desc=أنشئ فرن من ثمان كتل من الحجر +achievement.acquireIron=اكتسب الادوات +achievement.acquireIron.desc=أصهر بعض الحديد +achievement.buildHoe=!حان وقت الزراعة +achievement.buildHoe.desc=أستخدم الالواح و العصى لصناعة مجرفة +achievement.makeBread=أخبز خبز +achievement.makeBread.desc=حول الدقيق إلى خبز +achievement.bakeCake=الكذبة +achievement.bakeCake.desc=دقيق, سكر, حليب و بيض! +achievement.buildBetterPickaxe=الحصول على ترقية +achievement.buildBetterPickaxe.desc=أنشئ معول أفضل +achievement.cookFish=سمك لذيذ +achievement.cookFish.desc=اصطد سمكة واطبخها! +achievement.onARail=على السكة الحديدية +achievement.onARail.desc=سافر بعربة المنجم 1 كيلومتر على الاقل من حيث بدأت +achievement.buildSword=حان وقت الهجوم! +achievement.buildSword.desc=أستخدم الالواح و العصى لصناعة سيف +achievement.killEnemy=صائد الوحوش +achievement.killEnemy.desc=هاجم وحش و اقتله +achievement.killCow=قلاب البقر +achievement.killCow.desc=أحصد بعض الجلد +achievement.flyPig=حين تطير الخنازير +achievement.flyPig.desc=طر بخنزير من فوق منحدر +achievement.snipeSkeleton=نزاع القناصة +achievement.snipeSkeleton.desc=أقتل هيكل عظمي بسهم من مسافة لا تقل عن 50 متراٌ +achievement.diamonds=ألماس! +achievement.diamonds.desc=أحصل على الألماس بأستخدام ادواتك الحديدية +achievement.portal=يجب ان نتعمق اكثر +achievement.portal.desc=أبنى بوابة الى العالم السفلي +achievement.ghast=ردها لمرسلها +achievement.ghast.desc=دمر شبح بكرة من النار +achievement.blazeRod=الى النيران +achievement.blazeRod.desc=خلص ملتهب من عصاه +achievement.potion=المخمرة المحلية +achievement.potion.desc=قم بتخمير جرعة +achievement.theEnd=النهاية؟ +achievement.theEnd.desc=أكتشف عالم النهاية +achievement.theEnd2=النهاية. +achievement.theEnd2.desc=أهزم تنين النهاية +achievement.enchantments=الساحر +achievement.enchantments.desc=أستخدم كتاب, السبج و الألماس لإنشاء طاولة سحر +achievement.overkill=ضربة قاتلة +achievement.overkill.desc=أمحي 8 قلوب من الصحة في ضربة واحدة +achievement.bookcase=أمين المكتبة +achievement.bookcase.desc=أصنع بعض رفوف الكتب لتحسين طاولتك السحرية + +commands.generic.exception=حدث خطأ غير معروف أثناء محاولة القيام بهذا الأمر +commands.generic.syntax=تركيب جملة الأمر غير صحيح +commands.generic.player.notFound=لا يمكن العثور على هذا اللاعب +commands.generic.notFound=أمر غير معروف. اكتب /help للحصول على قائمة الأوامر. +commands.generic.num.invalid='%s' ليس رقماً صحيحاً +commands.generic.num.tooSmall=الرقم الذي أدخلته (%d) صغير جداً، يجب أن يكون على الأقل %d +commands.generic.num.tooBig=الرقم الذي أدخلته (%d) كبير جداً، يجب أن يكون على الأكثر %d +commands.generic.double.tooSmall=الرقم الذي أدخلته (%d) صغير جداً، يجب أن يكون على الأقل %d +commands.generic.double.tooBig=الرقم الذي أدخلته (%d) كبير جداً، يجب أن يكون على الأكثر %d +commands.generic.usage=الاستخدام: %s + +commands.xp.failure.widthdrawXp=لا يمكن إعطاء نقاط اللاعب تجربة سلبية +commands.xp.success=إعطاء %d نقطة خبرة ل %s +commands.xp.success.levels=مستويات معينة من %d إلى %s +commands.xp.success.negative.levels=أخذ مستويات %d من %s +commands.xp.usage=/إكس بي [لاعب]/إكس بي أو ل [لاعب] +commands.give.usage=/give [الكمية] [البيانات] +commands.give.notFound=لا يوجد أي مادة بالمعرف %d +commands.give.success=إعطاء %s (المعرف %d) * %d ل %s +commands.effect.usage=/effect [seconds] [amplifier] +commands.effect.notFound=There is no such mob effect with ID %d +commands.effect.success=Given %1$s (ID %2$d) * %3$d to %4$s for %5$d seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.enchant.usage=/ سبى [مستوى] +commands.enchant.notFound=ليس هناك سحر من هذا النوع مع %d د +commands.enchant.noItem=الهدف لا يحمل عنصر +commands.enchant.cantEnchant=لا يمكن تحديد سحر يمكن ان تضاف الى الهدف +commands.enchant.cantCombine=%1$sلا يمكنك الدمج بين%2$s +commands.enchant.success=ساحر نجحت +commands.clear.usage=/ واضحة [البند] [رقم السلعة] +commands.clear.success=مسح المخزون من %s، إزالة العناصر %d +commands.clear.failure=Could not clear the inventory of %s, no items to remove +commands.downfall.success=تبديل وجود المطر والثلج +commands.time.usage=/time +commands.time.added=إضافة %d للوقت +commands.time.set=تعيين الوقت إلى %d +commands.players.list=هناك %d/%d لاعب على الإنترنت: +commands.banlist.ips=هناك %d عناوين IP محظورة: +commands.banlist.players=هناك %d لاعب محظور: +commands.banlist.usage=/banlist [ips|اللاعبون] +commands.kick.success=طرد %s من اللعبة +commands.kick.success.reason=طرد %s من اللعبة: '%s' +commands.kick.usage=/kick [السبب] +commands.op.success=إعطاء حق الإشراف ل %s +commands.op.usage=/op +commands.deop.success=إلغاء حق الإشراف ل %s +commands.deop.usage=/deop +commands.say.usage=/say +commands.ban.success=حظر اللاعب %s +commands.ban.usage=/ban [reason ...] +commands.unban.success=إلغاء حظر اللاعب %s +commands.unban.usage=/pardon +commands.banip.invalid=لقد قمت بإدخال عنوان IP غير صالح أو لاعب غير متصل +commands.banip.success=حظر عنوان IP %s +commands.banip.success.players=حظر عنوان IP %s الخاص ب %s +commands.banip.usage=/ban-ip [reason ...] +commands.unbanip.invalid=لقد قمت بإدخال عنوان IP غير صالح +commands.unbanip.success=إلغاء حظر عنوان IP %s +commands.unbanip.usage=/pardon-ip
+commands.save.enabled=تشغيل حفظ العالم التلقائي +commands.save.disabled=إلغاء حفظ العالم التلقائي +commands.save.start=جاري الحفظ... +commands.save.success=تم حفظ العالم +commands.save.failed=إنقاذ فاشلة: %s +commands.stop.start=إيقاف الخادم +commands.tp.success=انتقل %s إلى %s +commands.tp.success.coordinates=Teleported % s إلى %.2f,%.2f,%.2f +commands.tp.usage=/tp [لاعب الهدف[ لاعب الوجهة أو /tp [هدف لاعب] +commands.tp.notSameDimension=غير قادر على النقل الفضائي لاعبين ليسوا في نفس البعد +commands.whitelist.list=هناك %d (من %d ظاهرين) لاعب في قائمة السماح: +commands.whitelist.enabled=تشغيل قائمة السماح +commands.whitelist.disabled=إلغاء قائمة السماح +commands.whitelist.reloaded=تحديث قائمة السماح +commands.whitelist.add.success=اضيف %s إلى قائمة السماح +commands.whitelist.add.usage=/whitelist add +commands.whitelist.remove.success=ازيل %s من قائمة السماح +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.scoreboard.usage=/scoreboard +commands.scoreboard.teamNotFound=No team was found by the name '%s' +commands.scoreboard.objectiveNotFound=No objective was found by the name '%s' +commands.scoreboard.objectiveReadOnly=The objective '%s' is read-only and cannot be set +commands.scoreboard.objectives.usage=/scoreboard objectives +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [objective] +commands.scoreboard.objectives.setdisplay.invalidSlot=No such display slot '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Cleared objective display slot '%s' +commands.scoreboard.objectives.setdisplay.successSet=Set the display objective in slot '%s' to '%s' +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [display name ...] +commands.scoreboard.objectives.add.wrongType=Invalid objective criteria type. Valid types are: %s +commands.scoreboard.objectives.add.alreadyExists=An objective with the name '%s' already exists +commands.scoreboard.objectives.add.tooLong=The name '%s' is too long for an objective, it can be at most %d characters long +commands.scoreboard.objectives.add.displayTooLong=The display name '%s' is too long for an objective, it can be at most %d characters long +commands.scoreboard.objectives.add.success=Added new objective '%s' successfully +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.remove.success=Removed objective '%s' successfully +commands.scoreboard.objectives.list.count=Showing %d objective(s) on scoreboard +commands.scoreboard.objectives.list.entry=- %s: displays as '%s' and is type '%s' +commands.scoreboard.objectives.list.empty=There are no objectives on the scoreboard +commands.scoreboard.players.usage=/scoreboard players +commands.scoreboard.players.set.success=Set score of %s for player %s to %d +commands.scoreboard.players.set.usage=/scoreboard players set +commands.scoreboard.players.add.usage=/scoreboard players add +commands.scoreboard.players.remove.usage=/scoreboard players remove +commands.scoreboard.players.reset.usage=/scoreboard players reset +commands.scoreboard.players.reset.success=Reset all scores of player %s +commands.scoreboard.players.list.count=Showing %d tracked players on the scoreboard +commands.scoreboard.players.list.empty=There are no tracked players on the scoreboard +commands.scoreboard.players.list.player.count=Showing %d tracked objective(s) for %s +commands.scoreboard.players.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.players.list.player.empty=Player %s has no scores recorded +commands.scoreboard.teams.usage=/scoreboard teams +commands.scoreboard.teams.add.usage=/scoreboard teams add [display name ...] +commands.scoreboard.teams.add.alreadyExists=A team with the name '%s' already exists +commands.scoreboard.teams.add.tooLong=The name '%s' is too long for a team, it can be at most %d characters long +commands.scoreboard.teams.add.displayTooLong=The display name '%s' is too long for a team, it can be at most %d characters long +commands.scoreboard.teams.add.success=Added new team '%s' successfully +commands.scoreboard.teams.list.usage=/scoreboard teams list [name] +commands.scoreboard.teams.list.count=Showing %d teams on the scoreboard +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' has %3$d players +commands.scoreboard.teams.list.empty=There are no teams registered on the scoreboard +commands.scoreboard.teams.list.player.count=Showing %d player(s) in team %s +commands.scoreboard.teams.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.teams.list.player.empty=Team %s has no players +commands.scoreboard.teams.empty.usage=/scoreboard teams clear +commands.scoreboard.teams.empty.alreadyEmpty=Team %s is already empty, cannot remove nonexistant players +commands.scoreboard.teams.empty.success=Removed all %d player(s) from team %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.remove.success=Removed team %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [player] +commands.scoreboard.teams.join.success=Added %d player(s) to team %s: %s +commands.scoreboard.teams.join.failure=Could not add %d player(s) to team %s: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [player] +commands.scoreboard.teams.leave.success=Removed %d player(s) from their teams: %s +commands.scoreboard.teams.leave.failure=Could not remove %d player(s) from their teams: %s +commands.scoreboard.teams.leave.noTeam=You are not in a team +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.option.noValue=Valid values for option %s are: %s +commands.scoreboard.teams.option.success=Set option %s for team %s to %s +commands.gamemode.success.self=تعيين طور لعبتك إلى %s +commands.gamemode.success.other=تعيين طور لعبة %s إلى %s +commands.gamemode.usage=/gamemode [player] +commands.defaultgamemode.usage=/defaultgamemode +commands.defaultgamemode.success=أن طور اللعبة الافتراضي للعالم حالياً هو %s +commands.me.usage=/me +commands.help.header=--- اظهار صفحة المساعدة %d من %d (/help ) --- +commands.help.footer=تلميح: استخدم مفتاح أثناء كتابة الأمر للإكمال التلقائي للأمر أو الوسيطات الخاصة به +commands.help.usage=/help [page|command name] +commands.publish.started=اللعبة المحلية مستضافة على %s +commands.publish.failed=غير قادر على استضافة لعبة محلية +commands.debug.start=التصحيح بدأ التنميط +commands.debug.stop=إيقاف التصحيح التنميط بعد %.2f ثانية (القراد % d) +commands.debug.notStarted=لا يمكن إيقاف التنميط عندما كنا لم تكن قد بدأت بعد! +commands.debug.usage=/debug +commands.message.usage=/أقول < رسالة خاصة... > +commands.message.sameTarget=لا يمكنك إرسال رسالة خاصة إلى نفسك! +commands.message.display.outgoing=أنت الهمس إلى % s: % s +commands.message.display.incoming=% s يهمس لك: % s +commands.difficulty.usage=/difficulty < صعوبة جديدة > +commands.difficulty.success=تعيين صعوبة اللعبة إلى % s +commands.spawnpoint.usage=/spawnpoint أو/spawnpoint أو/spawnpoint +commands.spawnpoint.success=تعيين تفرخ نقطة ل % s إلى (% d، % d من % d) +commands.gamerule.usage=/gamerule < اسم القاعدة > OR/gamerule < اسم القاعدة > +commands.gamerule.success=وقد تم تحديث القاعدة لعبة +commands.gamerule.norule=يتوفر أي قاعدة لعبة تسمى '% s' +commands.weather.usage=/weather [المدة بالثواني] +commands.weather.clear=تغيير لمسح الطقس +commands.weather.rain=تغيير لطقس ممطر +commands.weather.thunder=تغيير للمطر والرعد +commands.testfor.usage=/testfor +commands.testfor.failed=/testfor is only usable by commandblocks with analog output + +itemGroup.buildingBlocks=مكعبات البناء +itemGroup.decorations=مكعبات الزينة +itemGroup.redstone=الحجر الاحمر +itemGroup.transportation=وسائل النقل +itemGroup.misc=متفرقات +itemGroup.search=أغراض البحث +itemGroup.food=غذاء +itemGroup.tools=أدوات +itemGroup.combat=أسلحة +itemGroup.brewing=التخمير +itemGroup.materials=المواد +itemGroup.inventory=حقيبة البقاء + +inventory.binSlot=تدمير المادة + +advMode.setCommand=الأمر set في وحدة التحكم لكتلة +advMode.command=وحدة التحكم بالأوامر +advMode.nearestPlayer=استخدم "@p" إلى الهدف أقرب لاعب +advMode.randomPlayer=استخدم "@r" بهدف لاعب عشوائي +advMode.allPlayers=استخدام "@a" لاستهداف جميع اللاعبين + +advMode.notEnabled=لم يتم تمكين كتل الأمر على هذا الخادم +advMode.notAllowed=يجب أن يكون مشغل عبد في وضع الإبداعية + +mco.title=Minecraft Realms +mco.selectServer.select=انضم للخادم +mco.selectServer.configure=تكوين +mco.selectServer.create=إنشاء العالم +mco.selectServer.moreinfo=مزيد من المعلومات + +mco.configure.world.edit.title=تحرير العالم + +mco.configure.world.title=تكوين العالم +mco.configure.world.name=الاسم +mco.configure.world.description=الوصف +mco.configure.world.location=الموقع +mco.configure.world.invited=دعوة +mco.configure.world.buttons.edit=تعديل +mco.configure.world.buttons.reset=إعادة تعيين العالم +mco.configure.world.buttons.done=تم +mco.configure.world.buttons.delete=حذف +mco.configure.world.buttons.open=عالم مفتوح +mco.configure.world.buttons.close=عالم مغلق +mco.configure.world.buttons.invite=دعوة +mco.configure.world.buttons.uninvite=إلغاء الدعوة +mco.configure.world.buttons.subscription=Subscription +mco.configure.world.invite.profile.name=الاسم +mco.configure.world.uninvite.question=هل أنت متأكد من أنك تريد أن إلغاء الدعوة + +mco.configure.world.subscription.title=Subscription Info +mco.configure.world.subscription.daysleft=Days Left +mco.configure.world.subscription.start=Start Date +mco.configure.world.subscription.extend=Extend + +mco.create.world.location.title=المواقع +mco.create.world.location.warning=قد لا تحصل على تحديد دقيق للموقع +mco.create.world.wait=إنشاء العالم... + +mco.reset.world.title=إعادة تعيين العالم +mco.reset.world.warning=من الممكن أن يؤدي الى حذف عالمك +mco.reset.world.seed=seed (اعدادات) +mco.reset.world.resetting.screen.title=إعادة تعيين العالم... + +mco.configure.world.close.question.line1=عالمك سوف يبصح غير متوفر +mco.configure.world.close.question.line2=هل أنت متأكد من أنك تريد أن تفعل هذا؟ + +mco.connect.connecting=جاري الاتصال بالخادم... +mco.connect.authorizing=جارى تسجيل الدخول... +mco.connect.failed=فشل الاتصال بالخادم + +mco.create.world=إنشاء + diff --git a/1.5.2/lang/bg_BG.lang b/1.5.2/lang/bg_BG.lang new file mode 100644 index 00000000..8d2b0109 --- /dev/null +++ b/1.5.2/lang/bg_BG.lang @@ -0,0 +1,1293 @@ +#X-Generator: crowdin.net + +language.name=Български +language.region=BG +language.code=bg_BG + +gui.done=Готово +gui.cancel=Отказ +gui.back=Back +gui.toMenu=Връщане в началното меню +gui.up=Нагоре +gui.down=Надолу +gui.yes=Да +gui.no=Не + +menu.singleplayer=Самостоятелна игра +menu.multiplayer=Групова игра +menu.online=Minecraft Realms +menu.options=Настройки... +menu.quit=Изход от играта +menu.returnToMenu=Запазване и връщане към заглавното меню +menu.disconnect=Прекъсване на връзката +menu.returnToGame=Връщане към играта +menu.switchingLevel=Превключване на светове +menu.generatingLevel=Генериране на света +menu.loadingLevel=Зареждане на света +menu.generatingTerrain=Създаване на терен за игра +menu.convertingLevel=Преобразуване на света +menu.simulating=Симулиране на света +menu.respawning=Прераждане +menu.shareToLan=Отваряне за локалната мрежа + +selectWorld.title=Избиране на свят +selectWorld.empty=празен +selectWorld.world=Свят +selectWorld.select=Игра в избрания свят +selectWorld.create=Създаване на нов свят +selectWorld.recreate=Пресъздай +selectWorld.createDemo=Игра в нов демо свят +selectWorld.delete=Изтриване +selectWorld.rename=Преименуване +selectWorld.deleteQuestion=Наистина ли искате да изтриете този свят? +selectWorld.deleteWarning=ще бъде изгубен завинаги! (Дълго време!) +selectWorld.deleteButton=Изтриване +selectWorld.renameButton=Преименуване +selectWorld.renameTitle=Преименуване на света +selectWorld.conversion=Трябва да се преобразува! +selectWorld.newWorld=Нов свят +selectWorld.newWorld.copyOf=Копие на %s +selectWorld.enterName=Име на света +selectWorld.resultFolder=Ще бъдат записан в: +selectWorld.enterSeed=Сийд за генератора на света +selectWorld.seedInfo=Оставете мястото празно за произволен сийд +selectWorld.cheats=Команди +selectWorld.customizeType=Персонализиране + +createWorld.customize.presets=Предварителни настройки +createWorld.customize.presets.title=Избиране предварително зададени настройки +createWorld.customize.presets.select=Използване на предварително зададени настройки +createWorld.customize.presets.share=Искате ли да споделите вашите предварително зададени настройки с някого? Използвайте полето по-долу! +createWorld.customize.presets.list=Ето няколко, които направихме по-рано! +createWorld.customize.flat.title=Персонализиране +createWorld.customize.flat.tile=Материал на слоя +createWorld.customize.flat.height=Височина +createWorld.customize.flat.addLayer=Добави слой +createWorld.customize.flat.editLayer=Редактиране на слой +createWorld.customize.flat.removeLayer=Премахване на слой +createWorld.customize.flat.layer.top=Най-горен - %d +createWorld.customize.flat.layer=%d +createWorld.customize.flat.layer.bottom=Най-долен - %d + +gameMode.survival=Режим на оцеляване +gameMode.creative=Творчески режим +gameMode.adventure=Приключенски режим +gameMode.hardcore=Екстремен режим! +gameMode.changed=Вашият режим на игра е променен + +selectWorld.gameMode=Режим на игра: +selectWorld.gameMode.survival=Оцеляване +selectWorld.gameMode.survival.line1=Събирайте ресурси, създавайте сечива, вдигайте +selectWorld.gameMode.survival.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.adventure=Приключенски +selectWorld.gameMode.adventure.line1=Същото като режим на оцеляване, но блокчетата не могат да бъдат +selectWorld.gameMode.adventure.line2=да бъдат поставяни или чупени +selectWorld.moreWorldOptions=Още настройки на света... +selectWorld.mapFeatures=Генериране на структури: +selectWorld.mapFeatures.info=Села, тъмници и т.н +selectWorld.mapType=Тип на света: +selectWorld.mapType.normal=Нормален +selectWorld.allowCommands=Разрешение за команди: +selectWorld.allowCommands.info=Команди като /gamemode, /xp +selectWorld.hardcoreMode=Екстремно: +selectWorld.hardcoreMode.info=Светът се изтрива при смърт +selectWorld.bonusItems=Бонус сандък: + +generator.default=По подразбиране +generator.flat=Супер-плосък +generator.largeBiomes=Големи биоми + +selectServer.title=Избор на сървър +selectServer.empty=празен +selectServer.select=Присъединяване към сървъра +selectServer.direct=Директно свързване +selectServer.edit=Редактиране +selectServer.delete=Изтриване +selectServer.add=Добавяне на сървър +selectServer.defaultName=Minecraft сървър +selectServer.deleteQuestion=Сигурни ли сте, че искате да премахнете този сървър? +selectServer.deleteWarning=ще бъде изгубен завинаги! (Дълго време!) +selectServer.deleteButton=Изтриване +selectServer.refresh=Обновяване +selectServer.hiddenAddress=(Скрит) +addServer.title=Редактиране на информация на сървъра +addServer.enterName=Име на сървъра +addServer.enterIp=Адрес на сървъра +addServer.add=Готово +addServer.hideAddress=Скрий адрес +lanServer.title=LAN свят +lanServer.scanning=Scanning for games on your local network +lanServer.start=Стартиране на LAN свят +lanServer.otherPlayers=Настройки за другите играчи +mcoServer.title=Minecraft Online World + +multiplayer.title=Групова игра +multiplayer.connect=Свързване +multiplayer.info1=Играта в мрежа все още не е завършена, но има +multiplayer.info2=още какво да се тества, за да се пусне. +multiplayer.ipinfo=Въведете IP адреса на сървъра, за да се свържете към него: + +multiplayer.texturePrompt.line1=Този сървър препоръчва употребата на отделно направени текстури. +multiplayer.texturePrompt.line2=Бихте ли искали да го свалите и инсталирате? + +multiplayer.downloadingTerrain=Сваляне на терен + +multiplayer.stopSleeping=Стани от леглото + +chat.link.confirm=Сигурни ли сте, че искате да отворите този интернет сайт? +chat.link.warning=Никога не отваряйте линкове, от хора, на които не вярвате! +chat.copy=Копиране + +menu.playdemo=Игра в Демо Свят +menu.resetdemo=Рестартиране на Демо Света +demo.day.1=Тази демонстрация ще продължи пет дни, дайте най-доброто от себе си! +demo.day.2=Ден втори +demo.day.3=Ден трети +demo.day.4=Ден четвърти +demo.day.5=Това е вашият последен ден! +demo.day.warning=Вашето време почти свърши! +demo.day.6=Вашият пети ден изтече, използвайте F2, за да снимате Вашето творение +demo.reminder=Времето за тестване изтече, купете играта за да продължите или за да започнете нов свят! +demo.remainingTime=Оставащо време: %s +demo.demoExpired=Демо времето свърши! +demo.help.movement=Използвате %1$s, %2$s, %3$s, %4$s и мишката за да се движите наоколо +demo.help.movementShort=Движете се чрез натискане на %1$s, %2$s, %3$s, %4$s +demo.help.movementMouse=Огледайте се, използвайки мишката +demo.help.jump=За скок натиснете %1$s +demo.help.inventory=Използвате %1$s за да отворите инвентара си +demo.help.title=Демо режим на Minecraft +demo.help.fullWrapped=Това демо ще трае 5 дена в играта (около 1 час и 40 минути реално време). Проверете Постиженията за насоки. Забавлявайте се! +demo.help.buy=Купете сега! +demo.help.later=Продължете да играете! + +connect.connecting=Свързване към сървъра... +connect.authorizing=Влизане... +connect.failed=Грешка при свързване към сървъра + +disconnect.genericReason=%s +disconnect.disconnected=Връзката прекъсната от сървъра +disconnect.lost=Загубена връзка +disconnect.kicked=Бе изгонен от играта +disconnect.timeout=Времето изтече +disconnect.closed=Затворена връзка +disconnect.loginFailed=Неуспешно влизане +disconnect.loginFailedInfo=Неуспешно влизане: %s +disconnect.quitting=Напускане +disconnect.endOfStream=Край на предаването +disconnect.overflow=Буферът е препълнен +disconnect.spam=Изритан заради спамене + +options.off=ИЗКЛ. +options.on=ВКЛ. +options.visible=Показани +options.hidden=Скрити +options.title=Настройки +options.controls=Контроли... +options.video=Видео настройки... +options.language=Език… +options.languageWarning=Преводът може да не е 100% точен +options.videoTitle=Видео настройки +options.music=Музика +options.sound=Звук +options.invertMouse=Обърни мишката +options.fov=Поле на виждане +options.fov.min=Нормално +options.fov.max=Quake Pro +options.gamma=Яркост +options.gamma.min=Подтискащо +options.gamma.max=Ярко +options.sensitivity=Чувствителност +options.sensitivity.min=*прозявка* +options.sensitivity.max=ХИПЕРБЪРЗИНА!!! +options.renderDistance=Максимална видимост +options.renderDistance.tiny=Малко +options.renderDistance.short=Късо +options.renderDistance.normal=Нормално +options.renderDistance.far=Далечно +options.viewBobbing=Клатене при ходене +options.ao=Гладко осветление +options.ao.off=Off +options.ao.min=Minimum +options.ao.max=Maximum +options.anaglyph=Стереоскопично 3D +options.framerateLimit=Производителност +options.difficulty=Трудност +options.difficulty.peaceful=Мирно +options.difficulty.easy=Лесно +options.difficulty.normal=Нормално +options.difficulty.hard=Трудно +options.difficulty.hardcore=Екстремно +options.graphics=Графика +options.graphics.fancy=Красива +options.graphics.fast=Бърза +options.guiScale=Големина на менюто +options.guiScale.auto=Автоматично +options.guiScale.small=Малко +options.guiScale.normal=Нормално +options.guiScale.large=Голямо +options.advancedOpengl=Разширен OpenGL +options.renderClouds=Облаци +options.farWarning1=Препоръчва се 64-битова версия на Java +options.farWarning2=за "Далечна дистанция" (твоята е 32 бита) +options.particles=Частици +options.particles.all=Всички +options.particles.decreased=Намалени +options.particles.minimal=Минимални +options.multiplayer.title=Настройки на групова игра... +options.chat.title=Настройки на чата... +options.chat.visibility=Чат +options.chat.visibility.full=Показан +options.chat.visibility.system=Само команди +options.chat.visibility.hidden=Скрит +options.chat.color=Цветове +options.chat.opacity=Прозрачност +options.chat.links=Интернет линкове +options.chat.links.prompt=Запитване при отваряне на линкове +options.chat.scale=Мащаб +options.chat.width=Ширина +options.chat.height.focused=Focused Height +options.chat.height.unfocused=Unfocused Height +options.showCape=Покажи наметалото +options.serverTextures=Текстури за сървъри +options.snooper=Разреши проследяване +options.snooper.view=Опции за проследяване... +options.snooper.title=Събрана информация за спецификациите на компютъра ви +options.snooper.desc=Искаме да добием информация за вашият компютър за да подобрим Minecraft като разберем от къде възникват проблемите. Цялата тази информация е анонимна и може да се види отдолу. Обещаваме че няма да използваме с лоши цели, но ако не искате да ви безпокоим можете да изключите тази опция! +options.texture.pack=Текстурни пакети +options.fullscreen=Цял екран +options.vsync=Използвате активна синхронизация +options.touchscreen=Touchscreen режим + +performance.max=Максимален FPS +performance.balanced=Балансирано +performance.powersaver=Енергоспестяващо + +controls.title=Контроли + +key.forward=Напред +key.left=Ляво +key.back=Назад +key.right=Дясно +key.jump=Скок +key.inventory=Инвентар +key.drop=Хвърли +key.chat=Чат +key.fog=Превключване на мъгла +key.sneak=Промъкване +key.playerlist=Списък с играчи +key.attack=Атака +key.use=Използване на предмет +key.pickItem=Вземане на блокче +key.mouseButton=Бутон за %1$ s +key.command=Команда + +texturePack.openFolder=Отваряне на папката с текстури +texturePack.title=Избор на текстурен пакет +texturePack.folderInfo=(Поставете текстурния пакет тук) +texturePack.incompatible=Несъвместим + +book.pageIndicator=Страница %1$s от %2$s +book.byAuthor=от %1$s +book.signButton=Подписване +book.editTitle=Въвеждане на заглавие на книгата: +book.finalizeButton=Подписване и затваряне +book.finalizeWarning=Важно! Когато подпишете книгата, няма да можете да я редактирате. + +tile.stone.name=Камък + +tile.grass.name=Тревист блок +tile.dirt.name=Пръст +tile.stonebrick.name=Калдъръмени камъни +tile.wood.name=Дървени дъски +tile.wood.oak.name=Дъбови дъски +tile.wood.spruce.name=Смърчови дъски +tile.wood.birch.name=Брезови дъски +tile.wood.jungle.name=Джунглови дъски +tile.sapling.oak.name=Дъбова фиданка +tile.sapling.spruce.name=Смърчова фиданка +tile.sapling.birch.name=Брезова фиданка +tile.sapling.jungle.name=Джунглова фиданка +tile.deadbush.name=Изсъхнал храст +tile.bedrock.name=Основен камък +tile.water.name=Вода +tile.lava.name=Лава +tile.sand.name=Пясък +tile.sandStone.name=Пясъчен камък +tile.sandStone.default.name=Пясъчен камък +tile.sandStone.chiseled.name=Изписан пясъчен камък +tile.sandStone.smooth.name=Гладък пясъчен камък +tile.gravel.name=Чакъл +tile.oreGold.name=Златна руда +tile.oreIron.name=Желязна руда +tile.oreCoal.name=Въглищна руда +tile.log.name=Дървесина +tile.log.oak.name=Дъбова дървесина +tile.log.spruce.name=Смърчова дървесина +tile.log.birch.name=Брезова дървесина +tile.log.jungle.name=Джунглова дървесина +tile.leaves.name=Листа +tile.leaves.oak.name=Дъбови листа +tile.leaves.spruce.name=Смърчови листа +tile.leaves.birch.name=Брезови листа +tile.leaves.jungle.name=Джунглови листа +tile.tallgrass.name=Трева +tile.tallgrass.shrub.name=Храст +tile.tallgrass.grass.name=Трева +tile.tallgrass.fern.name=Папрат +tile.sponge.name=Гъба +tile.glass.name=Стъкло +tile.thinGlass.name=Стъклен панел +tile.cloth.name=Вълна +tile.flower.name=Глухарче +tile.rose.name=Роза +tile.mushroom.name=Гъба +tile.blockGold.name=Златен блок +tile.blockIron.name=Железен блок +tile.stoneSlab.stone.name=Каменна плоча +tile.stoneSlab.sand.name=Плоча от пясъчен камък +tile.stoneSlab.wood.name=Дървена плоча +tile.stoneSlab.cobble.name=Калдъръмена плоча +tile.stoneSlab.brick.name=Тухлена плоча +tile.stoneSlab.smoothStoneBrick.name=Каменно-тухлена плоча +tile.stoneSlab.netherBrick.name=Дълбоките тухла плоча +tile.stoneSlab.quartz.name=Кварцова плоча +tile.woodSlab.oak.name=Дъбова плоча +tile.woodSlab.spruce.name=Смърчова плоча +tile.woodSlab.birch.name=Брезова плоча +tile.woodSlab.jungle.name=Джунглова плоча +tile.brick.name=Тухли +tile.tnt.name=Динамит +tile.bookshelf.name=Рафтове с книги +tile.stoneMoss.name=Мъхести калдъръмени камъни +tile.obsidian.name=Обсидиан +tile.torch.name=Факла +tile.fire.name=Огън +tile.mobSpawner.name=Размножител на чудовища +tile.stairsWood.name=Дъбови стъпала +tile.stairsWoodSpruce.name=Смърчови стъпала +tile.stairsWoodBirch.name=Брезови стъпала +tile.stairsWoodJungle.name=Джунглови стъпала +tile.chest.name=Сандък +tile.chestTrap.name=Капан в гърдите +tile.redstoneDust.name=Червенокаменнен прах +tile.oreDiamond.name=Диамантена руда +tile.blockDiamond.name=Диамантен блок +tile.workbench.name=Работна маса +tile.crops.name=Реколта +tile.farmland.name=Обработваема земя +tile.furnace.name=Пещ +tile.sign.name=Табела +tile.doorWood.name=Дървена врата +tile.ladder.name=Стълба +tile.rail.name=Релси +tile.goldenRail.name=Захранвани релси +tile.activatorRail.name=Activator Rail +tile.detectorRail.name=Индикаторни релси +tile.stairsStone.name=Стълби от редени камъни +tile.stairsSandStone.name=Стълби от пясъчен камък +tile.lever.name=Ръчка +tile.pressurePlate.name=Сигнална плоча +tile.weightedPlate_light.name=Weighted Pressure Plate (Light) +tile.weightedPlate_heavy.name=Weighted Pressure Plate (Heavy) +tile.doorIron.name=Желязна врата +tile.oreRedstone.name=Червенокаменна руда +tile.notGate.name=Червенокаменна факла +tile.button.name=Копче +tile.snow.name=Сняг +tile.ice.name=Лед +tile.cactus.name=Кактус +tile.clay.name=Глина +tile.reeds.name=Захарна тръстика +tile.jukebox.name=Джубокс +tile.fence.name=Ограда +tile.fenceGate.name=Порта +tile.pumpkin.name=Тиква +tile.litpumpkin.name=Тиквен фенер +tile.hellrock.name=Камък от Ада +tile.hellsand.name=Пясък на душите +tile.lightgem.name=Сияен камък +tile.portal.name=Портал +tile.cloth.black.name=Черна вълна +tile.cloth.red.name=Червена вълна +tile.cloth.green.name=Зелена вълна +tile.cloth.brown.name=Кафява вълна +tile.cloth.blue.name=Синя вълна +tile.cloth.purple.name=Лилава вълна +tile.cloth.cyan.name=Циян вълна +tile.cloth.silver.name=Светлосива вълна +tile.cloth.gray.name=Сива вълна +tile.cloth.pink.name=Розова вълна +tile.cloth.lime.name=Лимонено-зелена вълна +tile.cloth.yellow.name=Жълта вълна +tile.cloth.lightBlue.name=Светлосиня вълна +tile.cloth.magenta.name=Пурпурна вълна +tile.cloth.orange.name=Оранжева вълна +tile.cloth.white.name=Вълна +tile.oreLapis.name=Лазуритна руда +tile.blockLapis.name=Лазуритен блок +tile.dispenser.name=Разпределител +tile.dropper.name=Dropper +tile.musicBlock.name=Музикален блок +tile.cake.name=Торта +tile.bed.name=Легло +tile.bed.occupied=Това легло е заето +tile.bed.noSleep=Може да се спи само през нощта +tile.bed.notSafe=Не може да си почивате сега, има чудовища наоколо +tile.bed.notValid=Вашето легло липсва или е запречено +tile.lockedchest.name=Заключен сандък +tile.trapdoor.name=Капак +tile.web.name=Паяжина +tile.stonebricksmooth.name=Каменни тухли +tile.stonebricksmooth.default.name=Каменни тухли +tile.stonebricksmooth.mossy.name=Мъхести каменни тухли +tile.stonebricksmooth.cracked.name=Напукани каменни тухли +tile.stonebricksmooth.chiseled.name=Изписани каммени тухли +tile.monsterStoneEgg.stone.name=Камък с люспеница +tile.monsterStoneEgg.cobble.name=Калдъръмени камъни с люспеница +tile.monsterStoneEgg.brick.name=Каменни тухли с люспеница +tile.pistonBase.name=Бутало +tile.pistonStickyBase.name=Лепкаво бутало +tile.fenceIron.name=Железни решетки +tile.melon.name=Диня +tile.stairsBrick.name=Тухлени стълби +tile.stairsStoneBrickSmooth.name=Каменно-тухлени стълби +tile.vine.name=Лиани +tile.netherBrick.name=Тухли от Ада +tile.netherFence.name=Тухлена ограда от Ада +tile.stairsNetherBrick.name=Тухлени стълби от Ада +tile.netherStalk.name=Брадавица от Ада +tile.cauldron.name=Казан +tile.enchantmentTable.name=Чародейска маса +tile.anvil.name=Наковалня +tile.anvil.intact.name=Наковалня +tile.anvil.slightlyDamaged.name=Леко повредена наковалня +tile.anvil.veryDamaged.name=Много повредена наковалня +tile.whiteStone.name=Камък от Края +tile.endPortalFrame.name=Портал към Края +tile.mycel.name=Мицел +tile.waterlily.name=Водна лилия +tile.dragonEgg.name=Змейско яйце +tile.redstoneLight.name=Лампа +tile.cocoa.name=Какао +tile.enderChest.name=Сандък от Края +tile.oreRuby.name=Рубинена руда +tile.oreEmerald.name=Смарагдова руда +tile.blockEmerald.name=Смарагдов блок +tile.blockRedstone.name=Червенокаменен блок +tile.tripWire.name=Жица-капан +tile.tripWireSource.name=Кука за капани +tile.commandBlock.name=Команден блок +tile.beacon.name=Сигнализатор +tile.beacon.primary=Първостепенно оръжие +tile.beacon.secondary=Второстепенно оръжие +tile.cobbleWall.normal.name=Калдъръмено-каменна стена +tile.cobbleWall.mossy.name=Мъхесто калдъръмено-каменна стена +tile.carrots.name=Моркови +tile.potatoes.name=Картофи +tile.daylightDetector.name=Сензор за дневна светлина +tile.netherquartz.name=Кварцова руда от Ада +tile.hopper.name=Hopper +tile.quartzBlock.default.name=Кварцов блок +tile.quartzBlock.chiseled.name=Изписан кварцов блок +tile.quartzBlock.lines.name=Кварцова колона +tile.stairsQuartz.name=Кварцови стъпала + +item.shovelIron.name=Желязна лопата +item.pickaxeIron.name=Желязна кирка +item.hatchetIron.name=Желязна брадва +item.flintAndSteel.name=Запалка +item.apple.name=Ябълка +item.cookie.name=Бисквитка +item.bow.name=Лък +item.arrow.name=Стрела +item.coal.name=Каменни въглища +item.charcoal.name=Дървени въглища +item.diamond.name=Диамант +item.emerald.name=Смарагд +item.ingotIron.name=Желязно кюлче +item.ingotGold.name=Златно кюлче +item.swordIron.name=Железен меч +item.swordWood.name=Дървен меч +item.shovelWood.name=Дървена лопата +item.pickaxeWood.name=Дървена кирка +item.hatchetWood.name=Дървена брадва +item.swordStone.name=Каменен меч +item.shovelStone.name=Каменна лопата +item.pickaxeStone.name=Каменна кирка +item.hatchetStone.name=Каменна брадва +item.swordDiamond.name=Диамантен меч +item.shovelDiamond.name=Диамантена лопата +item.pickaxeDiamond.name=Диамантена кирка +item.hatchetDiamond.name=Диамантена брадва +item.stick.name=Пръчка +item.bowl.name=Купа +item.mushroomStew.name=Гъбена супа +item.swordGold.name=Златен меч +item.shovelGold.name=Златна лопата +item.pickaxeGold.name=Златна кирка +item.hatchetGold.name=Златна брадва +item.string.name=Връв +item.feather.name=Перо +item.sulphur.name=Барут +item.hoeWood.name=Дървена мотика +item.hoeStone.name=Каменна мотика +item.hoeIron.name=Желязна мотика +item.hoeDiamond.name=Диамантена мотика +item.hoeGold.name=Златна мотика +item.seeds.name=Семена +item.seeds_pumpkin.name=Тиквени семена +item.seeds_melon.name=Динени семена +item.melon.name=Диня +item.wheat.name=Пшеница +item.bread.name=Хляб +item.helmetCloth.name=Кожена шапка +item.chestplateCloth.name=Кожена туника +item.leggingsCloth.name=Кожени панталони +item.bootsCloth.name=Кожени ботуши +item.helmetChain.name=Верижен шлем +item.chestplateChain.name=Верижен нагръдник +item.leggingsChain.name=Верижни панталони +item.bootsChain.name=Верижни ботуши +item.helmetIron.name=Железен шлем +item.chestplateIron.name=Железен нагръдник +item.leggingsIron.name=Железни панталони +item.bootsIron.name=Железни ботуши +item.helmetDiamond.name=Диамантен шлем +item.chestplateDiamond.name=Диамантен нагръдник +item.leggingsDiamond.name=Диамантени панталони +item.bootsDiamond.name=Диамантени ботуши +item.helmetGold.name=Златен шлем +item.chestplateGold.name=Златен нагръдник +item.leggingsGold.name=Златни панталони +item.bootsGold.name=Златни ботуши +item.flint.name=Кремък +item.porkchopRaw.name=Сурова свинска пържола +item.porkchopCooked.name=Печена свинска пържола +item.chickenRaw.name=Сурово пилешко месо +item.chickenCooked.name=Печено пиле +item.beefRaw.name=Сурово говеждо месо +item.beefCooked.name=Говежда пържола +item.painting.name=Картина +item.frame.name=Рамка +item.appleGold.name=Златна ябълка +item.sign.name=Табела +item.doorWood.name=Дървена врата +item.bucket.name=Кофа +item.bucketWater.name=Кофа с вода +item.bucketLava.name=Кофа с лава +item.minecart.name=Количка +item.saddle.name=Седло +item.doorIron.name=Желязна врата +item.redstone.name=Червен камък +item.snowball.name=Снежна топка +item.boat.name=Лодка +item.leather.name=Кожа +item.milk.name=Кофа с мляко +item.brick.name=Тухла +item.clay.name=Глинена топка +item.reeds.name=Захарна тръстика +item.paper.name=Хартия +item.book.name=Книга +item.slimeball.name=Топка слуз +item.minecartChest.name=Товарна количка +item.minecartFurnace.name=Количка с пещ +item.minecartTnt.name=Количка с динамит +item.minecartHopper.name=Minecart with Hopper +item.egg.name=Яйце +item.compass.name=Компас +item.fishingRod.name=Въдица +item.clock.name=Часовник +item.yellowDust.name=Прах от сияен камък +item.fishRaw.name=Сурова риба +item.fishCooked.name=Печена риба +item.record.name=Музикална плоча +item.bone.name=Кокал +item.dyePowder.black.name=Мастило +item.dyePowder.red.name=Червено от роза +item.dyePowder.green.name=Кактусово зелено +item.dyePowder.brown.name=Какаови зърна +item.dyePowder.blue.name=Лазурит +item.dyePowder.purple.name=Лилава боя +item.dyePowder.cyan.name=Циан боя +item.dyePowder.silver.name=Светлосива боя +item.dyePowder.gray.name=Сива боя +item.dyePowder.pink.name=Розова боя +item.dyePowder.lime.name=Лимонено-зелена боя +item.dyePowder.yellow.name=Глухарчесто жълто +item.dyePowder.lightBlue.name=Светлосиня боя +item.dyePowder.magenta.name=Пурпурна боя +item.dyePowder.orange.name=Оранжева боя +item.dyePowder.white.name=Костен прах +item.sugar.name=Захар +item.cake.name=Торта +item.bed.name=Легло +item.diode.name=Червенокаменен ретранслатор +item.comparator.name=Redstone Comparator +item.map.name=Карта +item.leaves.name=Листа +item.shears.name=Ножици +item.rottenFlesh.name=Гнила плът +item.enderPearl.name=Перла от Края +item.blazeRod.name=Пламенна пръчка +item.ghastTear.name=Сълза на гаст +item.netherStalkSeeds.name=Брадавца от Ада +item.potion.name=Отвара +item.emptyPotion.name=Стъкленица с вода +item.goldNugget.name=Златен къшей +item.glassBottle.name=Стъкленица +item.spiderEye.name=Око на паяк +item.fermentedSpiderEye.name=Ферментирало око на паяк +item.blazePowder.name=Пламенен прах +item.magmaCream.name=Магмен крем +item.cauldron.name=Казан +item.brewingStand.name=Статив за отвари +item.eyeOfEnder.name=Око на Края +item.speckledMelon.name=Блестяща диня +item.monsterPlacer.name=Размножител +item.expBottle.name=Магическа колба +item.fireball.name=Огнен заряд +item.writingBook.name=Книга и перо +item.writtenBook.name=Написана книга +item.ruby.name=Рубин +item.flowerPot.name=Саксия +item.emptyMap.name=Празна карта +item.carrots.name=Морков +item.carrotGolden.name=Златен морков +item.potato.name=Картоф +item.potatoBaked.name=Печен картоф +item.potatoPoisonous.name=Отровен картоф +item.skull.skeleton.name=Череп на Скелет +item.skull.wither.name=Череп на Уйтнър Скелет +item.skull.zombie.name=Глава на Зомби +item.skull.char.name=Глава +item.skull.player.name=Главата на %s +item.skull.creeper.name=Глава на Крийпър +item.carrotOnAStick.name=Морков на клечка +item.netherStar.name=Адска звезда +item.pumpkinPie.name=Тиквен пай +item.enchantedBook.name=Омагьосана книга +item.fireworks.name=Ракета фойерверк +item.fireworks.flight=Продължителност на полета: +item.fireworksCharge.name=Заря звезда +item.fireworksCharge.black=тъмен +item.fireworksCharge.red=червен +item.fireworksCharge.green=зелен +item.fireworksCharge.brown=кафяв +item.fireworksCharge.blue=син +item.fireworksCharge.purple=пурпурен +item.fireworksCharge.cyan=Cyan +item.fireworksCharge.silver=Light Gray +item.fireworksCharge.gray=сив +item.fireworksCharge.pink=розов +item.fireworksCharge.lime=Lime +item.fireworksCharge.yellow=Yellow +item.fireworksCharge.lightBlue=Light Blue +item.fireworksCharge.magenta=Magenta +item.fireworksCharge.orange=Orange +item.fireworksCharge.white=White +item.fireworksCharge.customColor=Custom +item.fireworksCharge.fadeTo=Fade to +item.fireworksCharge.flicker=Twinkle +item.fireworksCharge.trail=Trail +item.fireworksCharge.type.0=Малка топка +item.fireworksCharge.type.1=Голяма топка +item.fireworksCharge.type.2=Star-shaped +item.fireworksCharge.type.3=пълзящо растение форма +item.fireworksCharge.type.4=Burst +item.fireworksCharge.type=Непозната форма +item.netherbrick.name=Тухла от Ада +item.netherquartz.name=Кварц от Ада + +container.inventory=Инвентар +container.hopper=Item Hopper +container.crafting=Измайсторяване +container.dispenser=Разпределител +container.dropper=Dropper +container.furnace=Пещ +container.enchant=Омагьосване +container.repair=Поправка и именуване +container.repair.cost=Цена за омагьосване: %1$d +container.repair.expensive=Твърде скъпо! +container.creative=Избиране на предмети +container.brewing=Статив за отвари +container.chest=Сандък +container.chestDouble=Голям сандък +container.minecart=Количка +container.enderchest=Сандък от Края + +item.dyed=Боядисани + +entity.Item.name=Предмет +entity.XPOrb.name=Сфера на опит +entity.SmallFireball.name=Малка огнена топка +entity.Fireball.name=Огнена топка + +entity.Arrow.name=стрела +entity.Snowball.name=Снежна топка +entity.Painting.name=Картина + +entity.Mob.name=Създание +entity.Monster.name=Чудонище + +entity.Creeper.name=Крийпър +entity.Skeleton.name=Скелет +entity.Spider.name=Паяк +entity.Giant.name=Великан +entity.Zombie.name=Зомби +entity.Slime.name=Слуз +entity.Ghast.name=Гаст +entity.PigZombie.name=Зомби-прасе +entity.Enderman.name=Ендерман +entity.Silverfish.name=Люспеница +entity.CaveSpider.name=Пещерен паяк +entity.Blaze.name=Пламък +entity.LavaSlime.name=Магмен куб +entity.MushroomCow.name=Муухоморка +entity.Villager.name=Селянин +entity.VillagerGolem.name=Железен голем +entity.SnowMan.name=Снежен голем +entity.EnderDragon.name=Змей от Края +entity.WitherBoss.name=Уйтнър +entity.Witch.name=Вещица + +entity.Pig.name=Прасе +entity.Sheep.name=Овца +entity.Cow.name=Крава +entity.Chicken.name=Кокошка +entity.Squid.name=Сепия +entity.Wolf.name=Вълк +entity.Ozelot.name=Оцелот +entity.Cat.name=Котка +entity.Bat.name=Прилеп + +entity.PrimedTnt.name=Динамит +entity.FallingSand.name=Падащо блокче + +entity.Minecart.name=Количка +entity.Boat.name=Лодка + +entity.generic.name=неизвестен + +death.fell.accident.ladder=%1$s падна от стълба +death.fell.accident.vines=%1$s падна от лиани +death.fell.accident.water=%1$s падна от водата +death.fell.accident.generic=%1$s падна от високо място +death.fell.killer=%1$s was doomed to fall +death.fell.assist=%1$s was doomed to fall by %2$s +death.fell.assist.item=%1$s was doomed to fall by %2$s using %3$s +death.fell.finish=%1$s was fell too far and was finished by %2$s +death.fell.finish.item=%1$s was fell too far and was finished by %2$s using %3$s + +death.attack.inFire=%1$s изгоря в пламъци +death.attack.inFire.player=%1$s walked into fire whilst fighting %2$s +death.attack.onFire=%1$s изгоря до смърт +death.attack.onFire.player=%1$s was burnt to a crisp whilst fighting %2$s +death.attack.lava=%1$s се опита да плува в лава +death.attack.lava.player=%1$s tried to swim in lava to escape %2$s +death.attack.inWall=%1$s suffocated in a wall +death.attack.drown=%1$s се удави +death.attack.drown.player=%1$s drowned whilst trying to escape %2$s +death.attack.starve=%1$s starved to death +death.attack.cactus=%1$s was pricked to death +death.attack.cactus.player=%1$s walked into a cactus whilst trying to escape %2$s +death.attack.generic=%1$s умря +death.attack.explosion=%1$s се взриви +death.attack.explosion.player=%1$s бе взривен от %2$s +death.attack.magic=%1$s беше убит с магия +death.attack.wither=%1$s бе убит от Уйтнър +death.attack.anvil=%1$s беше смачкан от падаща наковалня +death.attack.fallingBlock=%1$s was squashed by a falling block +death.attack.mob=%1$s бе убит от %2$s +death.attack.player=%1$s бе убит от %2$s +death.attack.player.item=%1$s was slain by %2$s using %3$s +death.attack.arrow=%1$s бе застрелян от %2$s +death.attack.arrow.item=%1$s бе застрелян от %2$s чрез %3$s +death.attack.fireball=%1$s бе убит с огнена топка от %2$s +death.attack.fireball.item=%1$s бе убит с огнена топка от %2$s чрез %3$s +death.attack.thrown=%1$s was pummeled by %2$s +death.attack.thrown.item=%1$s was pummeled by %2$s using %3$s +death.attack.indirectMagic=%1$s бе убит от %2$s чрез магия +death.attack.indirectMagic.item=%1$s бе убит от %2$s чрез %3$s +death.attack.thorns=%1$s was killed trying to hurt %2$s +death.attack.fall=%1$s удари земята прекалено силно +death.attack.outOfWorld=%1$s падна от света + +deathScreen.respawn=Прераждане +deathScreen.deleteWorld=Изтриване на свят +deathScreen.titleScreen=Начален екран +deathScreen.score=Резултат +deathScreen.title.hardcore=Край на играта! +deathScreen.hardcoreInfo=Не можете да се преродите в Екстремен режим! +deathScreen.title=Ти умря! +deathScreen.leaveServer=Излизане от сървъра + +potion.empty=Няма ефекти +potion.moveSpeed=Скорост +potion.moveSlowdown=Бавност +potion.digSpeed=Бързина +potion.digSlowDown=Минна умора +potion.damageBoost=Сила +potion.weakness=Слабост +potion.heal=Моментално лекуване +potion.harm=Моментално нараняване +potion.jump=Силен скок +potion.confusion=Гадене +potion.regeneration=Заздравяване +potion.resistance=Съпротива +potion.fireResistance=Огнена издръжливост +potion.waterBreathing=Дишане под вода +potion.invisibility=Невидимост +potion.blindness=Слепота +potion.nightVision=Нощно зрение +potion.hunger=Глад +potion.poison=Отрова +potion.wither=Уйтнър + +potion.moveSpeed.postfix=Отвара на Скоростта +potion.moveSlowdown.postfix=Отвара на Забавянето +potion.digSpeed.postfix=Отвара на Бързината +potion.digSlowDown.postfix=Отвара на Отегчението +potion.damageBoost.postfix=Отвара на Силата +potion.weakness.postfix=Отвара на Слабостта +potion.heal.postfix=Отвара на Лечението +potion.harm.postfix=Отвара на Болката +potion.jump.postfix=Отвара на Скокливостта +potion.confusion.postfix=Отвара на Гаденето +potion.regeneration.postfix=Отвара на Възстановяването +potion.resistance.postfix=Отвара на Устойчивостта +potion.fireResistance.postfix=Отвара на Огнената устойчивост +potion.waterBreathing.postfix=Отвара на Водното дишане +potion.invisibility.postfix=Отвара на Невидимостта +potion.blindness.postfix=Отвара на Слепотата +potion.nightVision.postfix=Отвара на Нощното зрение +potion.hunger.postfix=Отвара на Глада +potion.poison.postfix=Отвара на Отравянето +potion.wither.postfix=Отвара на Разпадането + +potion.potency.0= +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV + +potion.prefix.grenade=Разплискваща се +potion.prefix.mundane=Обикновена +potion.prefix.uninteresting=Безинтересна +potion.prefix.bland=Лека +potion.prefix.clear=Ясна +potion.prefix.milky=Млечна +potion.prefix.diffuse=Разпръсната +potion.prefix.artless=Безвкусна +potion.prefix.thin=Рядка +potion.prefix.awkward=Негодна +potion.prefix.flat=Блудкава +potion.prefix.bulky=Обемиста +potion.prefix.bungling=Неспокойна +potion.prefix.buttered=Маслена +potion.prefix.smooth=Хомогенна +potion.prefix.suave=Отлежала +potion.prefix.debonair=Привлекателна +potion.prefix.thick=Гъста +potion.prefix.elegant=Елегантна +potion.prefix.fancy=Луксозна +potion.prefix.charming=Очарователна +potion.prefix.dashing=Смела +potion.prefix.refined=Пречистена +potion.prefix.cordial=Стимулираща +potion.prefix.sparkling=Искряща +potion.prefix.potent=Могъща +potion.prefix.foul=Отвратителна +potion.prefix.odorless=Безмирисна +potion.prefix.rank=Воняща +potion.prefix.harsh=Груба +potion.prefix.acrid=Парлива +potion.prefix.gross=Противна +potion.prefix.stinky=Миризлива + +enchantment.damage.all=Острота +enchantment.damage.undead=Наказание +enchantment.damage.arthropods=Проклятието на Членестоногите +enchantment.knockback=Отблъскване +enchantment.fire=Огнен аспект +enchantment.protect.all=Защита +enchantment.protect.fire=Огнена защита +enchantment.protect.fall=Плавно падане +enchantment.protect.explosion=Противовзривна защита +enchantment.protect.projectile=Изстрелна защита +enchantment.oxygen=Дишане +enchantment.waterWorker=Воден афинитет +enchantment.digging=Ефективност +enchantment.untouching=Копринено докосване +enchantment.durability=Нечупливост +enchantment.lootBonus=Плячкосване +enchantment.lootBonusDigger=Късмет +enchantment.arrowDamage=Мощ +enchantment.arrowFire=Пламък +enchantment.arrowKnockback=Блъскане +enchantment.arrowInfinite=Безкрайност +enchantment.thorns=Тръни + +enchantment.level.1=I +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.level.10=X + +gui.achievements=Постижения +gui.stats=Статистика + +stat.generalButton=Главен +stat.blocksButton=Блокчета +stat.itemsButton=Предмети + +stat.used=Пъти използвано +stat.mined=Пъти изкопано +stat.depleted=Пъти изчерпано +stat.crafted=Пъти направено + +stat.startGame=Пъти игране +stat.createWorld=Играни светове +stat.loadWorld=Заредени записи +stat.joinMultiplayer=Свързване към сървъри +stat.leaveGame=Напуснати игри + +stat.playOneMinute=Играни минути + +stat.walkOneCm=Разстояние изминато пеш +stat.fallOneCm=Разстояние изминато чрез падане +stat.swimOneCm=Разстояние изминато чрез плуване +stat.flyOneCm=Разстояние изминато чрез летене +stat.climbOneCm=Разстояние изминато чрез катерене +stat.diveOneCm=Разстояние чрез гмуркане +stat.minecartOneCm=Разстояние изминато с количка +stat.boatOneCm=Разстояние изминато чрез лодка +stat.pigOneCm=Разстояние изминато с прасе +stat.jump=Скокове +stat.drop=Хвърлени предмети + +stat.damageDealt=Нанесени щети +stat.damageTaken=Поети щети +stat.deaths=Брой умирания +stat.mobKills=Убити чудовища +stat.playerKills=Убити играчи +stat.fishCaught=Хванати риби + +stat.mineBlock=%1$s изкопани +stat.craftItem=%1$s създадени +stat.useItem=%1$s използвани +stat.breakItem=%1$s изразходвани + +achievement.get=Достигнато постижение! + +achievement.taken=Взето! + +achievement.requires=Изисква '%1$s' +achievement.openInventory=Отваряне на инвентара +achievement.openInventory.desc=Натиснете „%1$s“, за да отворите инвентара си. +achievement.mineWood=Събиране на дърво +achievement.mineWood.desc=Удряй дърво, докато не вземеш кубче от него +achievement.buildWorkBench=Масово строителство +achievement.buildWorkBench.desc=Направи си работна маса с 4 блокчета дъски +achievement.buildPickaxe=Време за копаене! +achievement.buildPickaxe.desc=Използвай дъски и пръчки, за да си направите кирка +achievement.buildFurnace=Гореща тема +achievement.buildFurnace.desc=Направи пещ с 8 калдъръмени камъка +achievement.acquireIron=Оборудване +achievement.acquireIron.desc=Претопи желязна руда +achievement.buildHoe=Време за фермене! +achievement.buildHoe.desc=Използвай дъски и пръчки, за да направите мотика +achievement.makeBread=Изпечи хляб +achievement.makeBread.desc=Превърни пшеница в хляб +achievement.bakeCake=Лъжата +achievement.bakeCake.desc=Пшеница, захар, мляко и яйца! +achievement.buildBetterPickaxe=Обновяване +achievement.buildBetterPickaxe.desc=Направете си по-хубава кирка +achievement.cookFish=Вкусна риба +achievement.cookFish.desc=Улови и сготви риба! +achievement.onARail=На прав път +achievement.onARail.desc=Пропътувайте с количка поне 1 километър спрямо началната точкаn +achievement.buildSword=Време за удар! +achievement.buildSword.desc=Използвай дъски и пръчки, за да си направите меч +achievement.killEnemy=Ловец на чудовища +achievement.killEnemy.desc=Нападни и убий чудовище +achievement.killCow=Убий крава +achievement.killCow.desc=Събери малко кожа +achievement.flyPig=Летящи прасета +achievement.flyPig.desc=Полети с прасе от скала +achievement.snipeSkeleton=Дуел на снайперисти +achievement.snipeSkeleton.desc=Убий скелет със стрела от разстояние над 50 метра +achievement.diamonds=ДИАМАНТИ! +achievement.diamonds.desc=Сдобий се с диаманти чрез твоите железните инструменти +achievement.portal=Трябва да отидем по-дъбоко +achievement.portal.desc=Направи си портал към Ада +achievement.ghast=Върнете на подателя +achievement.ghast.desc=Унищожи Гаст с огнена топка +achievement.blazeRod=В огъня +achievement.blazeRod.desc=Освободи Пламъка от пръчките му +achievement.potion=Местния алхимик +achievement.potion.desc=Свари отвара +achievement.theEnd=Краят? +achievement.theEnd.desc=Намери Краят +achievement.theEnd2=Краят. +achievement.theEnd2.desc=Победи Драконът от Края +achievement.enchantments=Магьостник +achievement.enchantments.desc=Използвай книга, обсидиан и диаманти, за да си направиш чародейска маса +achievement.overkill=От първият път +achievement.overkill.desc=Направи щета от 8 сърца, с 1 удар +achievement.bookcase=Библиотекарят +achievement.bookcase.desc=Направи библиотечки, за да увеличиш силата на чародейската маса + +commands.generic.exception=Неизвеста грешка възникна докато се изпълняваше тази команда +commands.generic.syntax=Невалиден синтаксис за команда +commands.generic.player.notFound=Този играч не може да бъде намерен +commands.generic.notFound=Неизвестна команда. Напишете /help за списък с команди. +commands.generic.num.invalid='%s' не е валидно число +commands.generic.num.tooSmall=Въведеното число (%d) е прекалено малко, трябва да е поне %d +commands.generic.num.tooBig=Въведеното число (%d) е прекалено голямо, трябва да е не повече от %d +commands.generic.double.tooSmall=Въведеното число (%d) е прекалено малко, трябва да е поне %d +commands.generic.double.tooBig=Въведеното число (%.2f) е прекалено голямо, трябва да е най-много %d +commands.generic.usage=Употреба: %s + +commands.xp.failure.widthdrawXp=На играча не могат да му бъдат дадени отрицателно количество XP точки +commands.xp.success=%d опит беше даден на %s +commands.xp.success.levels=Дадените нива от %d на %s +commands.xp.success.negative.levels=Взети %d нива от %s +commands.xp.usage=/XP <количество>[играч] или /xp <количество>L [играч] +commands.give.usage=/give <играч> <предмет> [количество] [ID] +commands.give.notFound=Няма предмет с ID %d +commands.give.success=На %s бяха дадени %d * %s (ID %d) +commands.effect.usage=/effect [seconds] [amplifier] +commands.effect.notFound=There is no such mob effect with ID %d +commands.effect.success=Given %1$s (ID %2$d) * %3$d to %4$s for %5$d seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.enchant.usage=/enchant [ниво] +commands.enchant.notFound=There is no such enchantment with ID %d +commands.enchant.noItem=The target doesn't hold an item +commands.enchant.cantEnchant=The selected enchantment can't be added to the target item +commands.enchant.cantCombine=%1$s не може да се комбинира с %2$s +commands.enchant.success=Омагьосването е успешно +commands.clear.usage=/clear <играч>[предмет] [ID] +commands.clear.success=Инвентара на %s бе изчистен, бяха премахнати %d предмета +commands.clear.failure=Could not clear the inventory of %s, no items to remove +commands.downfall.success=Времето бе променено +commands.time.usage=/time <стойност> +commands.time.added=Добавено време: %d +commands.time.set=Задаване на време на %d +commands.players.list=Има %d/%d играча в играта в момента: +commands.banlist.ips=Има общо %d блокирани IP адреса: +commands.banlist.players=Има общо %d недопуснати играчи: +commands.banlist.usage=/banlist [IP-та|играчи] +commands.kick.success=%s бе изритан от играта +commands.kick.success.reason=%s е изритан от играта: '%s' +commands.kick.usage=/kick <играч> [причина ...] +commands.op.success=Дадени права на %s +commands.op.usage=/op <играч> +commands.deop.success=Иззети права от %s +commands.deop.usage=/deop <играч> +commands.say.usage=/say <съобщение ...> +commands.ban.success=На %s бе забранено да влиза +commands.ban.usage=/ban <име> [причина ...] +commands.unban.success=Забраната за игра на %s е премахната +commands.unban.usage=/pardon <име> +commands.banip.invalid=Въведохте невалиден IP адрес или играч, който не играе в момента +commands.banip.success=IP адресът бе блокиран %s +commands.banip.success.players=Блокираният IP адрес %s принадлежи на %s +commands.banip.usage=/ban-ip [причина ...] +commands.unbanip.invalid=Въвели сте невалиден IP адрес +commands.unbanip.success=Забраната на IP адреса %s е премахната +commands.unbanip.usage=/pardon-ip +commands.save.enabled=Автоматичното записване на света е включено +commands.save.disabled=Автоматичното записване на света е изключено +commands.save.start=Записване... +commands.save.success=Светът е записан +commands.save.failed=Запазване провалено: %s +commands.stop.start=Спиране на сървъра +commands.tp.success=Телепортиран %s до %s +commands.tp.success.coordinates=Телепортирани %s до %.2f,%.2f,%.2f +commands.tp.usage=/tp [целеви играч] < местоположение на играч > или /tp [целеви играч] ; +commands.tp.notSameDimension=не може да се телепортира играч, защото играчът не са в едно и също измерение +commands.whitelist.list=Има %d (от %d видими) играчи в Белия списък: +commands.whitelist.enabled=Включен Бял списък +commands.whitelist.disabled=Изключен Бял списък +commands.whitelist.reloaded=Презареден Бял списък +commands.whitelist.add.success=%s е добавен към Белия списък +commands.whitelist.add.usage=/whitelist add <играч> +commands.whitelist.remove.success=%s е премахнат от Белия списък +commands.whitelist.remove.usage=/whitelist remove <играч> +commands.whitelist.usage=/whitelist +commands.scoreboard.usage=/scoreboard +commands.scoreboard.teamNotFound=No team was found by the name '%s' +commands.scoreboard.objectiveNotFound=No objective was found by the name '%s' +commands.scoreboard.objectiveReadOnly=The objective '%s' is read-only and cannot be set +commands.scoreboard.objectives.usage=/scoreboard objectives +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [objective] +commands.scoreboard.objectives.setdisplay.invalidSlot=No such display slot '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Cleared objective display slot '%s' +commands.scoreboard.objectives.setdisplay.successSet=Set the display objective in slot '%s' to '%s' +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [display name ...] +commands.scoreboard.objectives.add.wrongType=Invalid objective criteria type. Valid types are: %s +commands.scoreboard.objectives.add.alreadyExists=An objective with the name '%s' already exists +commands.scoreboard.objectives.add.tooLong=The name '%s' is too long for an objective, it can be at most %d characters long +commands.scoreboard.objectives.add.displayTooLong=The display name '%s' is too long for an objective, it can be at most %d characters long +commands.scoreboard.objectives.add.success=Added new objective '%s' successfully +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.remove.success=Removed objective '%s' successfully +commands.scoreboard.objectives.list.count=Showing %d objective(s) on scoreboard +commands.scoreboard.objectives.list.entry=- %s: displays as '%s' and is type '%s' +commands.scoreboard.objectives.list.empty=There are no objectives on the scoreboard +commands.scoreboard.players.usage=/scoreboard players +commands.scoreboard.players.set.success=Set score of %s for player %s to %d +commands.scoreboard.players.set.usage=/scoreboard players set +commands.scoreboard.players.add.usage=/scoreboard players add +commands.scoreboard.players.remove.usage=/scoreboard players remove +commands.scoreboard.players.reset.usage=/scoreboard players reset +commands.scoreboard.players.reset.success=Нулиране всички резултати на %s +commands.scoreboard.players.list.count=Showing %d tracked players on the scoreboard +commands.scoreboard.players.list.empty=There are no tracked players on the scoreboard +commands.scoreboard.players.list.player.count=Showing %d tracked objective(s) for %s +commands.scoreboard.players.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.players.list.player.empty=Player %s has no scores recorded +commands.scoreboard.teams.usage=/scoreboard teams +commands.scoreboard.teams.add.usage=/scoreboard teams add [display name ...] +commands.scoreboard.teams.add.alreadyExists=A team with the name '%s' already exists +commands.scoreboard.teams.add.tooLong=The name '%s' is too long for a team, it can be at most %d characters long +commands.scoreboard.teams.add.displayTooLong=The display name '%s' is too long for a team, it can be at most %d characters long +commands.scoreboard.teams.add.success=Отборът %s е добавен успешно +commands.scoreboard.teams.list.usage=/scoreboard teams list [име] +commands.scoreboard.teams.list.count=Showing %d teams on the scoreboard +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' has %3$d players +commands.scoreboard.teams.list.empty=There are no teams registered on the scoreboard +commands.scoreboard.teams.list.player.count=Showing %d player(s) in team %s +commands.scoreboard.teams.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.teams.list.player.empty=Team %s has no players +commands.scoreboard.teams.empty.usage=/scoreboard teams clear +commands.scoreboard.teams.empty.alreadyEmpty=Team %s is already empty, cannot remove nonexistant players +commands.scoreboard.teams.empty.success=Removed all %d player(s) from team %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.remove.success=Отборът %s е премахнат успешно +commands.scoreboard.teams.join.usage=scoreboard teams join <отбор> [играч] +commands.scoreboard.teams.join.success=Добавени са %d играч(а) към отбор %s: %s +commands.scoreboard.teams.join.failure=Could not add %d player(s) to team %s: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [играч] +commands.scoreboard.teams.leave.success=Removed %d player(s) from their teams: %s +commands.scoreboard.teams.leave.failure=Could not remove %d player(s) from their teams: %s +commands.scoreboard.teams.leave.noTeam=Вие не сте в отбор +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.option.noValue=Валидните стойности за опция %s са: %s +commands.scoreboard.teams.option.success=Set option %s for team %s to %s +commands.gamemode.success.self=Режима на игра е сменен към %s +commands.gamemode.success.other=Смени режима на игра на %s към %s +commands.gamemode.usage=/gamemode <режим> [играч] +commands.defaultgamemode.usage=/defaultgamemode <режим> +commands.defaultgamemode.success=Режимът по подразбиране на този свят е %s +commands.me.usage=/me <действие...> +commands.help.header=--- Показване на страница %d от %d от наръчника(/help <страница>) --- +commands.help.footer=Съвет: Използвайте копчето за да довършите автоматично командите или техните елементи +commands.help.usage=/help [страница|име на доманда] +commands.publish.started=Локалната игра се поддържа от %s +commands.publish.failed=Неуспешен опит за създаване на локална игра +commands.debug.start=Отстраняването на грешки бе стартирано +commands.debug.stop=Отстраняването на грешки бе спряно след %.2f секунди (%d грешки) +commands.debug.notStarted=Не може да бъде спряно отстраняването на грешки, тъй като все още не е започнало! +commands.debug.usage=/debug <пускане start|спиране stop> +commands.message.usage=/tell <играч> <съобщение> +commands.message.sameTarget=Не може да изпратите лично съобщение до себе си! +commands.message.display.outgoing=Прошепнахте на %s: %s +commands.message.display.incoming=%s ви прошепна: %s +commands.difficulty.usage=/difficulty <трудност> +commands.difficulty.success=Задаване на игрова трудност на %s +commands.spawnpoint.usage=/spawnpoint или /spawnpoint <играч> или /spawnpoint <играч> +commands.spawnpoint.success=Задаване на начална точка на играч %s на координати (%d, %d, %d) +commands.gamerule.usage=/gamerule <име на правилото> <значение> или /gamerule <име на правилото> +commands.gamerule.success=Правилата на играта бяха променени +commands.gamerule.norule=Няма правило наречено '%s' +commands.weather.usage=/weather <ясно clear/дъждовно rain/буреносно thunder> [времетраене в секунди] +commands.weather.clear=Промяна на времето в ясно +commands.weather.rain=Промяна на времето в дъждовно +commands.weather.thunder=Промяна на времето в буреносно +commands.testfor.usage=/testfor +commands.testfor.failed=/testfor is only usable by commandblocks with analog output + +itemGroup.buildingBlocks=Строителни блокчета +itemGroup.decorations=Декоративни блокчета +itemGroup.redstone=Червен камък +itemGroup.transportation=Транспорт +itemGroup.misc=Разни +itemGroup.search=Търсене на предмети +itemGroup.food=Храни +itemGroup.tools=Инструменти +itemGroup.combat=Оръжия +itemGroup.brewing=Отвари +itemGroup.materials=Материали +itemGroup.inventory=Инвентар в режим на оцеляване + +inventory.binSlot=Унищожаване на предмет + +advMode.setCommand=Задайте команда за конкретния блок +advMode.command=Командна конзола +advMode.nearestPlayer=Използвайте "@p" за прилагане върху най-близко намиращия се играч +advMode.randomPlayer=Използвайте "@p" за прилагане върху случаен играч +advMode.allPlayers=Използвайте "@p" за прилагане върху всички играчи + +advMode.notEnabled=Командните блокове не са разрешени в този сървър +advMode.notAllowed=Правата трябва да бъдат дадени в творчески режим + +mco.title=Minecraft Realms +mco.selectServer.select=Join Server +mco.selectServer.configure=Configure +mco.selectServer.create=Създаване на свят +mco.selectServer.moreinfo=Повече информация + +mco.configure.world.edit.title=Редактиране на света + +mco.configure.world.title=Конфигуриране на света +mco.configure.world.name=Име +mco.configure.world.description=Описание +mco.configure.world.location=Позиция +mco.configure.world.invited=Invited +mco.configure.world.buttons.edit=Редактиране +mco.configure.world.buttons.reset=Reset World +mco.configure.world.buttons.done=Готово +mco.configure.world.buttons.delete=Изтриване +mco.configure.world.buttons.open=Open World +mco.configure.world.buttons.close=Close World +mco.configure.world.buttons.invite=Покани +mco.configure.world.buttons.uninvite=Отмени поканата +mco.configure.world.buttons.subscription=Subscription +mco.configure.world.invite.profile.name=Име +mco.configure.world.uninvite.question=Are you sure that you want to uninvite + +mco.configure.world.subscription.title=Subscription Info +mco.configure.world.subscription.daysleft=Days Left +mco.configure.world.subscription.start=Start Date +mco.configure.world.subscription.extend=Extend + +mco.create.world.location.title=Locations +mco.create.world.location.warning=You may not get the exact location you select +mco.create.world.wait=Създаване на света... + +mco.reset.world.title=Reset World +mco.reset.world.warning=This will permanently delete your world! +mco.reset.world.seed=Seed (Optional) +mco.reset.world.resetting.screen.title=Resetting World... + +mco.configure.world.close.question.line1=Your world will become unavailable. +mco.configure.world.close.question.line2=Are you sure you want to do that? + +mco.connect.connecting=Connecting to the online server... +mco.connect.authorizing=Влизане... +mco.connect.failed=Failed to connect to the online server + +mco.create.world=Създаване + diff --git a/1.5.2/lang/ca_ES.lang b/1.5.2/lang/ca_ES.lang new file mode 100644 index 00000000..600612dc --- /dev/null +++ b/1.5.2/lang/ca_ES.lang @@ -0,0 +1,1293 @@ +#X-Generator: crowdin.net + +language.name=Català +language.region=CAT +language.code=ca_ES + +gui.done=Fet +gui.cancel=Cancel·la +gui.back=Back +gui.toMenu=Torna al menú +gui.up=Amunt +gui.down=Avall +gui.yes=Sí +gui.no=No + +menu.singleplayer=Individual +menu.multiplayer=Multijugador +menu.online=Minecraft Realms +menu.options=Opcions... +menu.quit=Sortir del joc +menu.returnToMenu=Desa i surt al Menú Principal +menu.disconnect=Desconnectar +menu.returnToGame=Tornar al joc +menu.switchingLevel=Canviant móns +menu.generatingLevel=Generant món +menu.loadingLevel=Carregant món +menu.generatingTerrain=Generant terreny +menu.convertingLevel=Convertint món +menu.simulating=Simulant el món... +menu.respawning=Reapareixent +menu.shareToLan=Obrir per LAN + +selectWorld.title=Seleccionar món +selectWorld.empty=buit +selectWorld.world=Món +selectWorld.select=Jugar al món seleccionat +selectWorld.create=Crear un nou món +selectWorld.recreate=Restaurar +selectWorld.createDemo=Juga un nou món de demostració +selectWorld.delete=Eliminar +selectWorld.rename=Reanomenar +selectWorld.deleteQuestion=Segur que vols eliminar aquest món? +selectWorld.deleteWarning=es perdrà per sempre! (Molt de temps!) +selectWorld.deleteButton=Eliminar +selectWorld.renameButton=Reanomenar +selectWorld.renameTitle=Reanomenar món +selectWorld.conversion=Ha de ser convertit! +selectWorld.newWorld=Nou món +selectWorld.newWorld.copyOf=Copia de %s +selectWorld.enterName=Nom del món +selectWorld.resultFolder=Es desarà a: +selectWorld.enterSeed=Llavor pel generador de mons +selectWorld.seedInfo=Deixar en blanc per una llavor aleatòria +selectWorld.cheats=Trucs +selectWorld.customizeType=Personalitzar + +createWorld.customize.presets=Predeterminats +createWorld.customize.presets.title=Selecciona un món predeterminat +createWorld.customize.presets.select=Fes servir el predeterminat +createWorld.customize.presets.share=Vols compartir el món predeterminat amb algú? Fes servir el requadre de sota! +createWorld.customize.presets.list=Com alternativa, aquí n'hi han alguns que hem fet per a tu! +createWorld.customize.flat.title=Personalització del món extraplà +createWorld.customize.flat.tile=Material de la capa +createWorld.customize.flat.height=Alçada +createWorld.customize.flat.addLayer=Afegir capa +createWorld.customize.flat.editLayer=Editar capa +createWorld.customize.flat.removeLayer=Suprimir capa +createWorld.customize.flat.layer.top=Límit superior - %d +createWorld.customize.flat.layer=%d +createWorld.customize.flat.layer.bottom=Límit inferior - %d + +gameMode.survival=Mode Supervivència +gameMode.creative=Mode Creatiu +gameMode.adventure=Mode aventura +gameMode.hardcore=Mode Extrem! +gameMode.changed=S'ha acatualitzat el teu mode de joc + +selectWorld.gameMode=Mode de joc: +selectWorld.gameMode.survival=Supervivència +selectWorld.gameMode.survival.line1=Busca recursos, elabora, guanya +selectWorld.gameMode.survival.line2=nivells, salut i gana +selectWorld.gameMode.creative=Creatiu +selectWorld.gameMode.creative.line1=Recursos il·limitats, vol lliure i +selectWorld.gameMode.creative.line2=destrucció de blocs instantània +selectWorld.gameMode.hardcore=Extrem +selectWorld.gameMode.hardcore.line1=Com el mode de supervivència, però bloquejat a la +selectWorld.gameMode.hardcore.line2=màxima dificultat, i amb una sola vida +selectWorld.gameMode.adventure=Aventura +selectWorld.gameMode.adventure.line1=Igual que al mode supervivència, però +selectWorld.gameMode.adventure.line2=no pots posar o treure blocs +selectWorld.moreWorldOptions=Més opcions de món... +selectWorld.mapFeatures=Generar estructures: +selectWorld.mapFeatures.info=Pobles, masmorres, etc +selectWorld.mapType=Tipus de món: +selectWorld.mapType.normal=Normal +selectWorld.allowCommands=Permetre trucs: +selectWorld.allowCommands.info=Comandaments com /gamemode, /xp +selectWorld.hardcoreMode=Extrem: +selectWorld.hardcoreMode.info=El món s'eliminarà quan moris +selectWorld.bonusItems=Cofre de bonificació: + +generator.default=Per defecte +generator.flat=Extraplà +generator.largeBiomes=Zones climàtiques grans + +selectServer.title=Seleccioneu Servidor +selectServer.empty=buit +selectServer.select=Entrar al servidor +selectServer.direct=Connexió directa +selectServer.edit=Edita +selectServer.delete=Esborrar +selectServer.add=Afegir servidor +selectServer.defaultName=Servidor Minecraft +selectServer.deleteQuestion=Esteu segur que voleu eliminar aquest servidor? +selectServer.deleteWarning=es perdrà per sempre! (Molt, mooolt temps!) +selectServer.deleteButton=Esborrar +selectServer.refresh=Refrescar +selectServer.hiddenAddress=(amagada) +addServer.title=Modificar la informació del servidor +addServer.enterName=Nom del servidor +addServer.enterIp=IP del servidor +addServer.add=Fet +addServer.hideAddress=Amaga l'adreça +lanServer.title=Món LAN +lanServer.scanning=Scanning for games on your local network +lanServer.start=Començar món LAN +lanServer.otherPlayers=Configuració per als altres jugadors +mcoServer.title=Món online de Minecraft + +multiplayer.title=Mode multijugador +multiplayer.connect=Connectar +multiplayer.info1=El multijugador de Minecraft encara no està totalment acabat, +multiplayer.info2=però hi ha algunes proves duent-se a terme. +multiplayer.ipinfo=Introdueix l'IP d'un servidor per connectar-t'hi: + +multiplayer.texturePrompt.line1=Aquest servidor recomana l'ús d'un paquet de textures personalitzat. +multiplayer.texturePrompt.line2=Voldries descaregar-lo i instalar-lo automàticament? + +multiplayer.downloadingTerrain=Descarregant el terreny + +multiplayer.stopSleeping=Sortir del llit + +chat.link.confirm=Estàs segur de voler obrir l'enllaç? +chat.link.warning=Mai obris enllaços de gent en la que no confies! +chat.copy=Copiar + +menu.playdemo=Jugar món de demostració +menu.resetdemo=Reiniciar món de demostració +demo.day.1=Aquesta demostració tindrà una durada de cinc dies de joc, demostra el que saps fer! +demo.day.2=Segon dia +demo.day.3=Tercer dia +demo.day.4=Quart dia +demo.day.5=Aquest és el teu últim dia! +demo.day.warning=Se t'acaba el temps! +demo.day.6=S'ha acabat el cinquè dia, prem F2 per a fer una captura de pantalla de la teva creació +demo.reminder=El temps de demostració ha acabat, compra el joc per continuar o inicia un nou món! +demo.remainingTime=Temps restant: %s +demo.demoExpired=S'ha acabat el temps de la demostració! +demo.help.movement=Utilitza %1$s, %2$s, %3$s, %4$s, i el ratolí per desplaçar-te +demo.help.movementShort=Mou-te amb %1$s, %2$s, %3$s i %4$s +demo.help.movementMouse=Mira al teu voltant amb el ratolí. +demo.help.jump=Prem %1$s per saltar +demo.help.inventory=Utilitza %1$s per obrir l'inventari +demo.help.title=Minecraft mode demostració +demo.help.fullWrapped=La demostració s'acabara en 5 dies del joc (uns 100 minuts reals). Comprova els assoliments per a pistes! Diverteix-te! +demo.help.buy=Compra'l ara! +demo.help.later=Continua jugant! + +connect.connecting=Connectant amb el servidor ... +connect.authorizing=Identificant-se... +connect.failed=Error en connectar amb el servidor + +disconnect.genericReason=%s +disconnect.disconnected=Desconnectat pel servidor +disconnect.lost=Connexió perduda +disconnect.kicked=Ha sigut expulsat del joc +disconnect.timeout=Temps d'espera esgotat +disconnect.closed=Connexió tancada +disconnect.loginFailed=No s'ha pogut identificar +disconnect.loginFailedInfo=No s'ha pogut identificar: %s +disconnect.quitting=Sortint +disconnect.endOfStream=Versió equívoca; Fi del flux de dades +disconnect.overflow=Sobrecàrrega del buffer +disconnect.spam=Expulsat per fer spam + +options.off=OFF +options.on=ON +options.visible=Visible +options.hidden=Amagat +options.title=Opcions +options.controls=Controls... +options.video=Configuració de Vídeo... +options.language=Idioma... +options.languageWarning=Les traduccions poden no ser fiables al 100% +options.videoTitle=Configuració de Vídeo +options.music=Música +options.sound=So +options.invertMouse=Invertir el ratolí +options.fov=Camp de Visió +options.fov.min=Normal +options.fov.max=Quake Pro +options.gamma=Brillantor +options.gamma.min=Fosc +options.gamma.max=Brillant +options.sensitivity=Sensibilitat +options.sensitivity.min=*pff* +options.sensitivity.max=HIPERVELOCITAT!!! +options.renderDistance=Distància de renderitzat +options.renderDistance.tiny=Mínima +options.renderDistance.short=Curta +options.renderDistance.normal=Normal +options.renderDistance.far=Llunyana +options.viewBobbing=Moviment de la visió +options.ao=Il·luminació suau +options.ao.off=Off +options.ao.min=Minimum +options.ao.max=Maximum +options.anaglyph=Visió en 3D +options.framerateLimit=Rendiment +options.difficulty=Dificultat +options.difficulty.peaceful=Pacífica +options.difficulty.easy=Fàcil +options.difficulty.normal=Normal +options.difficulty.hard=Difícil +options.difficulty.hardcore=Extrem +options.graphics=Gràfics +options.graphics.fancy=Detallat +options.graphics.fast=Ràpid +options.guiScale=Tamany del menú +options.guiScale.auto=Automàtic +options.guiScale.small=Petit +options.guiScale.normal=Normal +options.guiScale.large=Gran +options.advancedOpengl=OpenGL avançat +options.renderClouds=Núvols +options.farWarning1=Es recomana tenir Java de 64 bits per a la +options.farWarning2=distància de renderitzat "Llunyana" (tu tens 32 bits) +options.particles=Partícules +options.particles.all=Totes +options.particles.decreased=Reduïdes +options.particles.minimal=Mínimes +options.multiplayer.title=Configuració - Multijugador +options.chat.title=Configuració del xat... +options.chat.visibility=Xat +options.chat.visibility.full=Visible +options.chat.visibility.system=Només comandaments +options.chat.visibility.hidden=Amagat +options.chat.color=Colors +options.chat.opacity=Opacitat +options.chat.links=Enllaços web +options.chat.links.prompt=Preguntar al clicar en enllaços +options.chat.scale=Escala +options.chat.width=Amplada +options.chat.height.focused=Alçada enfocada +options.chat.height.unfocused=Alçada desenfocada +options.showCape=Mostra la capa +options.serverTextures=Textures del servidor +options.snooper=Permetre Recollida de dades +options.snooper.view=Configuració de la Recollida de dades... +options.snooper.title=Característiques de l'ordinador +options.snooper.desc=Volem recollir informació sobre el teu ordinador per tal d'ajudar a millorar Minecraft sabent com podem ajudar i quin són els problemes més importants. Tota aquesta informació és transmesa de manera anònima i és visible a continuació. Prometem no fer res de dolent amb aquestes dades, però sempre pots optar a desactivar-ho! +options.texture.pack=Paquets de textures +options.fullscreen=Pantalla completa +options.vsync=Fer servir VSync +options.touchscreen=Mode de Pantalla Tàctil + +performance.max=Màximes imatges per segon +performance.balanced=Equilibrat +performance.powersaver=Estalvi d'energia + +controls.title=Controls + +key.forward=Endavant +key.left=Esquerra +key.back=Endarrere +key.right=Dreta +key.jump=Saltar +key.inventory=Inventari +key.drop=Llençar +key.chat=Xat +key.fog=Distància de renderitzat +key.sneak=Ajupir-se +key.playerlist=Llista de Jugadors +key.attack=Atacar +key.use=Utilitzar ítem +key.pickItem=Agafar bloc +key.mouseButton=Botó %1$s +key.command=Comandament + +texturePack.openFolder=Obre carpeta de paquets de textures +texturePack.title=Selecciona un paquet de textures +texturePack.folderInfo=(Col·loca aquí els paquets de textures) +texturePack.incompatible=Incompatible + +book.pageIndicator=Pàgina %1$s de %2$s +book.byAuthor=escrit per %1$s +book.signButton=Signatura +book.editTitle=Escriu el títol del llibre: +book.finalizeButton=Signa i tanca +book.finalizeWarning=NOTA: Un cop signat, un llibre no és editable. + +tile.stone.name=Roca + +tile.grass.name=Bloc d'herba +tile.dirt.name=Terra +tile.stonebrick.name=Pedra +tile.wood.name=Taulons de fusta +tile.wood.oak.name=Taulons de fusta de pomer +tile.wood.spruce.name=Taulons de fusta de pi +tile.wood.birch.name=Taulons de fusta de bedoll +tile.wood.jungle.name=Taulons de fusta de jungla +tile.sapling.oak.name=Esqueix de pomer +tile.sapling.spruce.name=Esqueix de pi +tile.sapling.birch.name=Esqueix de bedoll +tile.sapling.jungle.name=Esqueix de jungla +tile.deadbush.name=Arbust mort +tile.bedrock.name=Roca base +tile.water.name=Aigua +tile.lava.name=Lava +tile.sand.name=Sorra +tile.sandStone.name=Roca sorrenca +tile.sandStone.default.name=Roca sorrenca +tile.sandStone.chiseled.name=Roca sorrenca cisellada +tile.sandStone.smooth.name=Roca sorrenca llisa +tile.gravel.name=Grava +tile.oreGold.name=Mena d'or +tile.oreIron.name=Mena de ferro +tile.oreCoal.name=Mena de carbó +tile.log.name=Fusta +tile.log.oak.name=Fusta de pomer +tile.log.spruce.name=Fusta de pi +tile.log.birch.name=Fusta de bedoll +tile.log.jungle.name=Fusta de jungla +tile.leaves.name=Fulles +tile.leaves.oak.name=Fulles de pomer +tile.leaves.spruce.name=Fules de pi +tile.leaves.birch.name=Fulles de bedoll +tile.leaves.jungle.name=Fulles de jungla +tile.tallgrass.name=Herba +tile.tallgrass.shrub.name=Arbust +tile.tallgrass.grass.name=Herba +tile.tallgrass.fern.name=Falguera +tile.sponge.name=Esponja +tile.glass.name=Vidre +tile.thinGlass.name=Panell de vidre +tile.cloth.name=Llana +tile.flower.name=Flor +tile.rose.name=Rosa +tile.mushroom.name=Bolet +tile.blockGold.name=Bloc d'or +tile.blockIron.name=Bloc de ferro +tile.stoneSlab.stone.name=Llosa de roca +tile.stoneSlab.sand.name=Llosa de roca sorrenca +tile.stoneSlab.wood.name=Llosa de fusta +tile.stoneSlab.cobble.name=Llosa de pedra +tile.stoneSlab.brick.name=Llosa de maons +tile.stoneSlab.smoothStoneBrick.name=Llosa de maons de pedra +tile.stoneSlab.netherBrick.name=Llosa de Maons Abissals +tile.stoneSlab.quartz.name=Llosa de Quars +tile.woodSlab.oak.name=Llosa de fusta de pomer +tile.woodSlab.spruce.name=Llosa de fusta de pi +tile.woodSlab.birch.name=Llosa de fusta de bedoll +tile.woodSlab.jungle.name=Llosa de fusta de jungla +tile.brick.name=Maons +tile.tnt.name=TNT +tile.bookshelf.name=Llibreria +tile.stoneMoss.name=Pedra amb molsa +tile.obsidian.name=Obsidiana +tile.torch.name=Torxa +tile.fire.name=Foc +tile.mobSpawner.name=Generador de monstres +tile.stairsWood.name=Escales de fusta de pomer +tile.stairsWoodSpruce.name=Escales de fusta de pi +tile.stairsWoodBirch.name=Escales de fusta de bedoll +tile.stairsWoodJungle.name=Escales de fusta de jungla +tile.chest.name=Cofre +tile.chestTrap.name=Cofre Trampa +tile.redstoneDust.name=Pols de roca vermella +tile.oreDiamond.name=Mena de diamant +tile.blockDiamond.name=Bloc de diamant +tile.workbench.name=Banc de treball +tile.crops.name=Cultius +tile.farmland.name=Terra de cultiu +tile.furnace.name=Forn +tile.sign.name=Cartell +tile.doorWood.name=Porta de fusta +tile.ladder.name=Escala +tile.rail.name=Rail +tile.goldenRail.name=Rail propulsor +tile.activatorRail.name=Rail Activador +tile.detectorRail.name=Rail detector +tile.stairsStone.name=Escales de pedra +tile.stairsSandStone.name=Escales de pedra sorrenca +tile.lever.name=Palanca +tile.pressurePlate.name=Placa de pressió +tile.weightedPlate_light.name=Placa de pressió ponderada (lleugera) +tile.weightedPlate_heavy.name=Placa de pressió ponderada (pessant) +tile.doorIron.name=Porta de ferro +tile.oreRedstone.name=Mena de roca vermella +tile.notGate.name=Torxa de roca vermella +tile.button.name=Botó +tile.snow.name=Neu +tile.ice.name=Gel +tile.cactus.name=Cactus +tile.clay.name=Argila +tile.reeds.name=Canya de sucre +tile.jukebox.name=Tocadiscs +tile.fence.name=Tanca +tile.fenceGate.name=Porta de tanca +tile.pumpkin.name=Carbassa +tile.litpumpkin.name=Carbassa de Halloween +tile.hellrock.name=Roca abissal +tile.hellsand.name=Sorra d'Ànimes +tile.lightgem.name=Roca brillant +tile.portal.name=Portal +tile.cloth.black.name=Llana negra +tile.cloth.red.name=Llana vermella +tile.cloth.green.name=Llana verda +tile.cloth.brown.name=Llana marró +tile.cloth.blue.name=Llana blava +tile.cloth.purple.name=Llana lila +tile.cloth.cyan.name=Llana cian +tile.cloth.silver.name=Llana gris clar +tile.cloth.gray.name=Llana gris +tile.cloth.pink.name=Llana rosa +tile.cloth.lime.name=Llana llima +tile.cloth.yellow.name=Llana groga +tile.cloth.lightBlue.name=Llana blau cel +tile.cloth.magenta.name=Llana magenta +tile.cloth.orange.name=Llana taronja +tile.cloth.white.name=Llana +tile.oreLapis.name=Mena de lapislàtzuli +tile.blockLapis.name=Bloc de lapislàtzuli +tile.dispenser.name=Dispensador +tile.dropper.name=Subministrador +tile.musicBlock.name=Bloc musical +tile.cake.name=Pastís +tile.bed.name=Llit +tile.bed.occupied=Aquest llit està ocupat +tile.bed.noSleep=Només pots dormir de nit +tile.bed.notSafe=No hauries de dormir ara, hi ha monstres a prop teu +tile.bed.notValid=El teu llit s'ha trencat o està obstruït +tile.lockedchest.name=Cofre tancat +tile.trapdoor.name=Trapa +tile.web.name=Teranyina +tile.stonebricksmooth.name=Maons de pedra +tile.stonebricksmooth.default.name=Maons de pedra +tile.stonebricksmooth.mossy.name=Maons de pedra amb molsa +tile.stonebricksmooth.cracked.name=Maons de pedra esquerdats +tile.stonebricksmooth.chiseled.name=Maons de pedra cisellats +tile.monsterStoneEgg.stone.name=Ou de monstre de roca +tile.monsterStoneEgg.cobble.name=Ou de monstre de pedra +tile.monsterStoneEgg.brick.name=Ou de monstre de maons de pedra +tile.pistonBase.name=Pistó +tile.pistonStickyBase.name=Pistó enganxós +tile.fenceIron.name=Barrots de ferro +tile.melon.name=Síndria +tile.stairsBrick.name=Escales de maó +tile.stairsStoneBrickSmooth.name=Escales de maó de pedra +tile.vine.name=Lianes +tile.netherBrick.name=Maó abissal +tile.netherFence.name=Tanca abissal +tile.stairsNetherBrick.name=Escales Abissals +tile.netherStalk.name=Bolet abissal +tile.cauldron.name=Calderó +tile.enchantmentTable.name=Taula d'encanteris +tile.anvil.name=Enclusa +tile.anvil.intact.name=Enclusa +tile.anvil.slightlyDamaged.name=Enclusa esquerdada +tile.anvil.veryDamaged.name=Enclusa feta malbé +tile.whiteStone.name=Pedra del Regne d'Ender +tile.endPortalFrame.name=Portal d'Ender +tile.mycel.name=Miceli +tile.waterlily.name=Nenúfar +tile.dragonEgg.name=Ou de Drac +tile.redstoneLight.name=Làmpara de roca vermella +tile.cocoa.name=Cacau +tile.enderChest.name=Cofre del regne d'Ender +tile.oreRuby.name=Mena de rubí +tile.oreEmerald.name=Mena de maragda +tile.blockEmerald.name=Bloc de maragda +tile.blockRedstone.name=Bloc de roca vermella +tile.tripWire.name=Corda +tile.tripWireSource.name=Ganxo +tile.commandBlock.name=Bloc de commandaments +tile.beacon.name=Bloc de poder +tile.beacon.primary=Poder primari +tile.beacon.secondary=Poder secondari +tile.cobbleWall.normal.name=Mur de pedra +tile.cobbleWall.mossy.name=Mur de pedra amb molsa +tile.carrots.name=Pastanagues +tile.potatoes.name=Patates +tile.daylightDetector.name=Sensor de llum solar +tile.netherquartz.name=Mena de Quars Abissal +tile.hopper.name=Tremuja +tile.quartzBlock.default.name=Bloc de Quars +tile.quartzBlock.chiseled.name=Bloc de Quars polit +tile.quartzBlock.lines.name=Pilar de Quars +tile.stairsQuartz.name=Escales de Quars + +item.shovelIron.name=Pala de ferro +item.pickaxeIron.name=Pic de ferro +item.hatchetIron.name=Destral de ferro +item.flintAndSteel.name=Sílex i acer +item.apple.name=Poma +item.cookie.name=Galeta +item.bow.name=Arc +item.arrow.name=Fletxa +item.coal.name=Carbó +item.charcoal.name=Carbó vegetal +item.diamond.name=Diamant +item.emerald.name=Maragda +item.ingotIron.name=Lingot de ferro +item.ingotGold.name=Lingot d'or +item.swordIron.name=Espasa de ferro +item.swordWood.name=Espasa de fusta +item.shovelWood.name=Pala de fusta +item.pickaxeWood.name=Pic de fusta +item.hatchetWood.name=Destral de fusta +item.swordStone.name=Espasa de pedra +item.shovelStone.name=Pala de pedra +item.pickaxeStone.name=Pic de pedra +item.hatchetStone.name=Destral de pedra +item.swordDiamond.name=Espasa de diamant +item.shovelDiamond.name=Pala de diamant +item.pickaxeDiamond.name=Pic de diamant +item.hatchetDiamond.name=Destral de diamant +item.stick.name=Pal +item.bowl.name=Bol +item.mushroomStew.name=Estofat de bolets +item.swordGold.name=Espasa d'or +item.shovelGold.name=Pala d'or +item.pickaxeGold.name=Pic d'or +item.hatchetGold.name=Destral d'or +item.string.name=Fil +item.feather.name=Ploma +item.sulphur.name=Pólvora +item.hoeWood.name=Aixada de fusta +item.hoeStone.name=Aixada de pedra +item.hoeIron.name=Aixada de ferro +item.hoeDiamond.name=Aixada de diamant +item.hoeGold.name=Aixada d'or +item.seeds.name=Llavors +item.seeds_pumpkin.name=Llavors de carbassa +item.seeds_melon.name=Llavors de síndria +item.melon.name=Síndria +item.wheat.name=Blat +item.bread.name=Pa +item.helmetCloth.name=Casc de cuir +item.chestplateCloth.name=Túnica de cuir +item.leggingsCloth.name=Pantalons de cuir +item.bootsCloth.name=Botes de cuir +item.helmetChain.name=Casc de cota de malla +item.chestplateChain.name=Cuirassa de cota de malla +item.leggingsChain.name=Pantalons de cota de malla +item.bootsChain.name=Botes de cota de malla +item.helmetIron.name=Casc de ferro +item.chestplateIron.name=Cuirassa de ferro +item.leggingsIron.name=Malles de ferro +item.bootsIron.name=Botes de ferro +item.helmetDiamond.name=Casc de diamant +item.chestplateDiamond.name=Cuirassa de diamant +item.leggingsDiamond.name=Malles de diamant +item.bootsDiamond.name=Botes de diamant +item.helmetGold.name=Casc d'or +item.chestplateGold.name=Cuirassa d'or +item.leggingsGold.name=Malles d'or +item.bootsGold.name=Botes d'or +item.flint.name=Sílex +item.porkchopRaw.name=Carn de porc crua +item.porkchopCooked.name=Carn de porc cuita +item.chickenRaw.name=Pollastre cru +item.chickenCooked.name=Pollastre cuit +item.beefRaw.name=Bistec cru +item.beefCooked.name=Filet +item.painting.name=Quadre +item.frame.name=Marc +item.appleGold.name=Poma d'or +item.sign.name=Cartell +item.doorWood.name=Porta de fusta +item.bucket.name=Galleda +item.bucketWater.name=Galleda d'aigua +item.bucketLava.name=Galleda de lava +item.minecart.name=Vagoneta +item.saddle.name=Sella de muntar +item.doorIron.name=Porta de ferro +item.redstone.name=Roca vermella +item.snowball.name=Bola de neu +item.boat.name=Vaixell +item.leather.name=Cuir +item.milk.name=Llet +item.brick.name=Maó +item.clay.name=Argila +item.reeds.name=Canyes de sucre +item.paper.name=Paper +item.book.name=Llibre +item.slimeball.name=Bola de Llim +item.minecartChest.name=Vagoneta amb cofre +item.minecartFurnace.name=Vagoneta amb forn +item.minecartTnt.name=Vagoneta amb TNT +item.minecartHopper.name=Vagoneta amb tremuja +item.egg.name=Ou +item.compass.name=Brúixola +item.fishingRod.name=Canya de pescar +item.clock.name=Rellotge +item.yellowDust.name=Pols de Glowstone +item.fishRaw.name=Peix cru +item.fishCooked.name=Peix cuit +item.record.name=Disc de música +item.bone.name=Os +item.dyePowder.black.name=Sac de tinta +item.dyePowder.red.name=Vermell de rosa +item.dyePowder.green.name=Verd de cactus +item.dyePowder.brown.name=Grans de cacau +item.dyePowder.blue.name=Lapislàtzuli +item.dyePowder.purple.name=Tint lila +item.dyePowder.cyan.name=Tint cian +item.dyePowder.silver.name=Tint gris clar +item.dyePowder.gray.name=Tint gris +item.dyePowder.pink.name=Tint rosa +item.dyePowder.lime.name=Tint llima +item.dyePowder.yellow.name=Groc Dent de Lleó +item.dyePowder.lightBlue.name=Tint blau clar +item.dyePowder.magenta.name=Tint magenta +item.dyePowder.orange.name=Tint taronja +item.dyePowder.white.name=Farina d'ossos +item.sugar.name=Sucre +item.cake.name=Pastís +item.bed.name=Llit +item.diode.name=Repetidor +item.comparator.name=Comparador +item.map.name=Mapa +item.leaves.name=Fulles +item.shears.name=Tisores d'esquilar +item.rottenFlesh.name=Carn podrida +item.enderPearl.name=Perla d'Ender +item.blazeRod.name=Vara flamejant +item.ghastTear.name=Llàgrima de Medusa abissal +item.netherStalkSeeds.name=Bolet abissal +item.potion.name=Poció +item.emptyPotion.name=Ampolla d'aigua +item.goldNugget.name=Grànul d'or +item.glassBottle.name=Ampolla de vidre +item.spiderEye.name=Ull d'aranya +item.fermentedSpiderEye.name=Ull d'aranya fermentat +item.blazePowder.name=Pols de foc +item.magmaCream.name=Crema de Magma +item.cauldron.name=Calderó +item.brewingStand.name=Altar de pocions +item.eyeOfEnder.name=Ull d'Ender +item.speckledMelon.name=Síndria daurada +item.monsterPlacer.name=Generar +item.expBottle.name=Ampolla màgica +item.fireball.name=Càrrega de foc +item.writingBook.name=LLibre i tinter +item.writtenBook.name=Llibre escrit +item.ruby.name=Rubí +item.flowerPot.name=Test +item.emptyMap.name=Mapa en blanc +item.carrots.name=Pastanaga +item.carrotGolden.name=Pastanaga daurada +item.potato.name=Patata +item.potatoBaked.name=Patata cuita +item.potatoPoisonous.name=Patata verinosa +item.skull.skeleton.name=Calavera d'Esquelet +item.skull.wither.name=Calavera d'Esquelet abissal +item.skull.zombie.name=Cap de Zombi +item.skull.char.name=Cap +item.skull.player.name=Cap de %s +item.skull.creeper.name=Cap de Creeper +item.carrotOnAStick.name=Pastanaga en un pal +item.netherStar.name=Estrella Abissal +item.pumpkinPie.name=Pastís de carbassa +item.enchantedBook.name=Llibre encantat +item.fireworks.name=Focs Artificials +item.fireworks.flight=Duració del vol: +item.fireworksCharge.name=Estrella de focs artificials +item.fireworksCharge.black=Negre +item.fireworksCharge.red=Vermell +item.fireworksCharge.green=Verd +item.fireworksCharge.brown=Marró +item.fireworksCharge.blue=Blau +item.fireworksCharge.purple=Lila +item.fireworksCharge.cyan=Cian +item.fireworksCharge.silver=Gris Clar +item.fireworksCharge.gray=Gris +item.fireworksCharge.pink=Rosa +item.fireworksCharge.lime=Llima +item.fireworksCharge.yellow=Groc +item.fireworksCharge.lightBlue=Blau Cel +item.fireworksCharge.magenta=Magenta +item.fireworksCharge.orange=Taronja +item.fireworksCharge.white=Blanc +item.fireworksCharge.customColor=Personalitzat +item.fireworksCharge.fadeTo=Canviar a +item.fireworksCharge.flicker=Espurnejar +item.fireworksCharge.trail=Rastre +item.fireworksCharge.type.0=Bola Petita +item.fireworksCharge.type.1=Bola Gran +item.fireworksCharge.type.2=En forma d'estrella +item.fireworksCharge.type.3=En forma de Creeper +item.fireworksCharge.type.4=Esclatar +item.fireworksCharge.type=Forma Desconeguda +item.netherbrick.name=Maó Abissal +item.netherquartz.name=Quars Abissal + +container.inventory=Inventari +container.hopper=Tremuja d'items +container.crafting=Elaboració +container.dispenser=Dispensador +container.dropper=Subministrador +container.furnace=Forn +container.enchant=Encantar +container.repair=Reparar i renombrar +container.repair.cost=Cost de l'encanteri: %1$d +container.repair.expensive=Massa car! +container.creative=Selecció d'objecte +container.brewing=Suport de pocions +container.chest=Cofre +container.chestDouble=Cofre gran +container.minecart=Vagoneta +container.enderchest=Cofre del regne d'Ender + +item.dyed=Tenyit + +entity.Item.name=Ítem +entity.XPOrb.name=Orb d'Experiència +entity.SmallFireball.name=Bola de foc petita +entity.Fireball.name=Bola de foc + +entity.Arrow.name=fletxa +entity.Snowball.name=Bola de neu +entity.Painting.name=Quadre + +entity.Mob.name=Ésser +entity.Monster.name=Monstre + +entity.Creeper.name=Creeper +entity.Skeleton.name=Esquelet +entity.Spider.name=Aranya +entity.Giant.name=Gegant +entity.Zombie.name=Zombi +entity.Slime.name=Llim +entity.Ghast.name=Medusa abissal +entity.PigZombie.name=Porc zombi +entity.Enderman.name=Home d'Ender +entity.Silverfish.name=Peixet de plata +entity.CaveSpider.name=Aranya de cova +entity.Blaze.name=Flama +entity.LavaSlime.name=Cub de Magma +entity.MushroomCow.name=Vaca amb bolets +entity.Villager.name=Vilatà +entity.VillagerGolem.name=Golem de ferro +entity.SnowMan.name=Golem de neu +entity.EnderDragon.name=Drac d'Ender +entity.WitherBoss.name=Exorcisme d'esquelet abissal +entity.Witch.name=Bruixa + +entity.Pig.name=Porc +entity.Sheep.name=Ovella +entity.Cow.name=Vaca +entity.Chicken.name=Pollastre +entity.Squid.name=Calamar +entity.Wolf.name=Llop +entity.Ozelot.name=Ocelot +entity.Cat.name=Gat +entity.Bat.name=Ratpenat + +entity.PrimedTnt.name=Bloc de TNT +entity.FallingSand.name=Bloc que cau + +entity.Minecart.name=Vagoneta +entity.Boat.name=Vaixell + +entity.generic.name=desconegut + +death.fell.accident.ladder=%1$s ha caigut d'una escala +death.fell.accident.vines=%1$s ha caigut d'unes lianes +death.fell.accident.water=%1$s ha caigut fora de l'aigua +death.fell.accident.generic=%1$s ha caigut d'un lloc alt +death.fell.killer=%1$s ha estat obligat a caure +death.fell.assist=%1$s ha estat obligat a caure per %2$s +death.fell.assist.item=%1$s ha estat obligat a caure per %2$s utilitzant %3$s +death.fell.finish=%1$s ha caigut i ha estat rematat per %2$s +death.fell.finish.item=%1$s ha caigut i ha estat rematat per %2$s utilitzant %3$s + +death.attack.inFire=%1$s s'ha cremat +death.attack.inFire.player=%1$s ha caminat sobre foc mentre lluitava amb %2$s +death.attack.onFire=%1$s ha cremat fins a la mort +death.attack.onFire.player=%1$s ha cremat mentres lluitava amb %2$s +death.attack.lava=%1$s ha provat de nadar en lava +death.attack.lava.player=%1$s ha provat de nadar en lava mentre escapava de %2$s +death.attack.inWall=%1$s s'ha asfixiat +death.attack.drown=%1$s s'ha ofegat +death.attack.drown.player=%1$s s'ha ofegat mentre fugia de %2$s +death.attack.starve=%1$s ha mort de gana +death.attack.cactus=%1$s s'ha topat amb un cactus +death.attack.cactus.player=%1$s s'ha topat amb un cactus mentre escapava de %2$s +death.attack.generic=%1$s ha mort +death.attack.explosion=%1$s ha volat pels aires +death.attack.explosion.player=%2$s ha fet volar pels aires a %1$s +death.attack.magic=%1$s ha estat assassinat amb màgia +death.attack.wither=A %1$s se li ha pansit l'ànima +death.attack.anvil=%1$s ha estat aixafat per una enclusa +death.attack.fallingBlock=%1$s ha estat aixafat per un bloc que queia +death.attack.mob=%1$s ha estat assassinat per %2$s +death.attack.player=%1$s ha estat assassinat per %2$s +death.attack.player.item=%1$s ha estat assassinat per %2$s utilitzant %3$s +death.attack.arrow=%2$s ha disparat a %1$s +death.attack.arrow.item=%2$s ha disparat a %1$s utilitzant %3$s +death.attack.fireball=%2$s li ha tirat una bola de foc a %1$s +death.attack.fireball.item=%2$s li ha tirat una bola de foc a %1$s utilitzant %3$s +death.attack.thrown=%1$s ha estat colpejat per %2$s +death.attack.thrown.item=%1$s ha estat colpejat per %2$s utilitzant %3$s +death.attack.indirectMagic=%1$s ha estat assassinat per %2$s utilitzant màgia +death.attack.indirectMagic.item=%1$s ha estat assassinat per %2$s utilitzant %3$s +death.attack.thorns=%1$s ha estat assassinat provant de ferir a %2$s +death.attack.fall=%1$s s'ha estampat contra el terra +death.attack.outOfWorld=%1$s ha caigut del món + +deathScreen.respawn=Reaparèixer +deathScreen.deleteWorld=Esborrar el món +deathScreen.titleScreen=Pantalla de títol +deathScreen.score=Puntuació +deathScreen.title.hardcore=Fi de la partida! +deathScreen.hardcoreInfo=No pots reaparèixer en mode extrem! +deathScreen.title=Has mort! +deathScreen.leaveServer=Abandona el servidor + +potion.empty=Sense efecte +potion.moveSpeed=Velocitat +potion.moveSlowdown=Lentitud +potion.digSpeed=Pressa +potion.digSlowDown=Fatiga minera +potion.damageBoost=Força +potion.weakness=Debilitat +potion.heal=Salut instantània +potion.harm=Dany instantani +potion.jump=Impuls de salt +potion.confusion=Nàusea +potion.regeneration=Regeneració +potion.resistance=Resistència +potion.fireResistance=Resistència al foc +potion.waterBreathing=Respiració en l'aigua +potion.invisibility=Invisibilitat +potion.blindness=Ceguesa +potion.nightVision=Visió nocturna +potion.hunger=Fam +potion.poison=Verí +potion.wither=Exorcisme d'esquelet abissal + +potion.moveSpeed.postfix=Poció de Velocitat +potion.moveSlowdown.postfix=Poció de Lentitud +potion.digSpeed.postfix=Poció de pressa +potion.digSlowDown.postfix=Poció de cansament +potion.damageBoost.postfix=Poció de Força +potion.weakness.postfix=Poció de Debilitat +potion.heal.postfix=Poció de Curació +potion.harm.postfix=Poció de dolor +potion.jump.postfix=Poció de Salt +potion.confusion.postfix=Poció de nàusea +potion.regeneration.postfix=Poció de Regeneració +potion.resistance.postfix=Poció de Resistència +potion.fireResistance.postfix=Poció de Resistència Ígnia +potion.waterBreathing.postfix=Poció de Respiració Aquàtica +potion.invisibility.postfix=Poció d'Invisibilitat +potion.blindness.postfix=Poció de Ceguesa +potion.nightVision.postfix=Poció de Visió Nocturna +potion.hunger.postfix=Poció de Fam +potion.poison.postfix=Poció de Verí +potion.wither.postfix=Poció de desintegració + +potion.potency.0= +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV + +potion.prefix.grenade=Explosiva +potion.prefix.mundane=Mundana +potion.prefix.uninteresting=Poc interessant +potion.prefix.bland=suau +potion.prefix.clear=Clara +potion.prefix.milky=Lletosa +potion.prefix.diffuse=difús +potion.prefix.artless=Grollera +potion.prefix.thin=prim +potion.prefix.awkward=Maldestre +potion.prefix.flat=plana +potion.prefix.bulky=voluminosa +potion.prefix.bungling=malaptesa +potion.prefix.buttered=amantegada +potion.prefix.smooth=llisa +potion.prefix.suave=afable +potion.prefix.debonair=elegant +potion.prefix.thick=gruixuda +potion.prefix.elegant=elegant +potion.prefix.fancy=fantàstica +potion.prefix.charming=encantadora +potion.prefix.dashing=gallarda +potion.prefix.refined=refinada +potion.prefix.cordial=cordial +potion.prefix.sparkling=escumosa +potion.prefix.potent=potent +potion.prefix.foul=manca +potion.prefix.odorless=sense olor +potion.prefix.rank=de rang +potion.prefix.harsh=dura +potion.prefix.acrid=acre +potion.prefix.gross=bruta +potion.prefix.stinky=pudent + +enchantment.damage.all=Fulla afilada +enchantment.damage.undead=Cop fort +enchantment.damage.arthropods=Malson artròpode +enchantment.knockback=Empenta +enchantment.fire=Aspecte de foc +enchantment.protect.all=Protecció +enchantment.protect.fire=Protecció ígnia +enchantment.protect.fall=Pes ploma +enchantment.protect.explosion=Anti-explosió +enchantment.protect.projectile=Anti-projectil +enchantment.oxygen=Respiració +enchantment.waterWorker=Aiguafinitat +enchantment.digging=Eficiència +enchantment.untouching=Toc de seda +enchantment.durability=Durabilitat +enchantment.lootBonus=Saqueig +enchantment.lootBonusDigger=Fortuna +enchantment.arrowDamage=Força +enchantment.arrowFire=Flama +enchantment.arrowKnockback=Empenta +enchantment.arrowInfinite=Infinitat +enchantment.thorns=Espines + +enchantment.level.1=I +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.level.10=X + +gui.achievements=Assoliments +gui.stats=Estadístiques + +stat.generalButton=General +stat.blocksButton=Blocs +stat.itemsButton=Ítems + +stat.used=Vegades utilitzat +stat.mined=Vegades obtingut +stat.depleted=Vegades esgotat +stat.crafted=Vegades elaborat + +stat.startGame=Vegades jugat +stat.createWorld=Mons jugats +stat.loadWorld=Partides carregades +stat.joinMultiplayer=Connexions multijugador +stat.leaveGame=Jocs abandonats + +stat.playOneMinute=Minuts jugats + +stat.walkOneCm=Distància caminada +stat.fallOneCm=Distància caiguda +stat.swimOneCm=Distància nedada +stat.flyOneCm=Distància volada +stat.climbOneCm=Distància escalada +stat.diveOneCm=Distància bussejada +stat.minecartOneCm=Distància en vagoneta +stat.boatOneCm=Distància en vaixell +stat.pigOneCm=Distància en porc +stat.jump=Salts +stat.drop=Ítems llançats + +stat.damageDealt=Mal inflingit +stat.damageTaken=Mal rebut +stat.deaths=Nombre de morts +stat.mobKills=Monstres morts +stat.playerKills=Jugadors morts +stat.fishCaught=Peixos pescats + +stat.mineBlock=%1$s Excavat +stat.craftItem=%1$s elaborat +stat.useItem=%1$s Utilitzat +stat.breakItem=%1$s Esgotat + +achievement.get=Objectiu assolit! + +achievement.taken=Obtingut! + +achievement.requires=Necessita '%1$s' +achievement.openInventory=Fent inventari +achievement.openInventory.desc=Prem '%1$s' per obrir el teu inventari. +achievement.mineWood=Obtenint fusta +achievement.mineWood.desc=Aconsegueix fusta d'un arbre +achievement.buildWorkBench=El·laborant +achievement.buildWorkBench.desc=Fes una taula d'elaboració amb quatre taulons de fusta +achievement.buildPickaxe=Hora d'excavar! +achievement.buildPickaxe.desc=Fes servir taulons de fusta i pals per a fer un pic +achievement.buildFurnace=Acabat de fer +achievement.buildFurnace.desc=Feu un forn amb vuit blocs de pedra +achievement.acquireIron=Adquirint tecnologia +achievement.acquireIron.desc=Forja un lingot de ferro +achievement.buildHoe=Anem a la granja! +achievement.buildHoe.desc=Fes servir taulons de fusta i pals per a fer una aixada +achievement.makeBread=Forner +achievement.makeBread.desc=Transforma blat en pa +achievement.bakeCake=El pastís es mentida +achievement.bakeCake.desc=Blat, sucre, llet i ous! +achievement.buildBetterPickaxe=Obtenint una millora +achievement.buildBetterPickaxe.desc=Construeix un pic millor +achievement.cookFish=Peix deliciós +achievement.cookFish.desc=Pesca i cuina un peix! +achievement.onARail=Sobre rodes +achievement.onARail.desc=Viatja 1 Km en vagoneta des d'on vas començar +achievement.buildSword=A l'atac! +achievement.buildSword.desc=Fes servir taulons de fusta i pals per a fer una esapasa +achievement.killEnemy=Caçamonstres +achievement.killEnemy.desc=Ataca i venç un monstre +achievement.killCow=Assassí de vaques +achievement.killCow.desc=Aconsegueix pells +achievement.flyPig=Quan els porcs volin +achievement.flyPig.desc=Llençat amb un porc per un penya-segat +achievement.snipeSkeleton=Duel d'arquers +achievement.snipeSkeleton.desc=Mateu un esquelet amb una fletxa des de més de 50 metres de distància +achievement.diamonds=DIAMANTS! +achievement.diamonds.desc=Aconsegueix diamants amb les teves eines de ferro +achievement.portal=Ànimes condemnades +achievement.portal.desc=Construeix un portal a l'Inframón +achievement.ghast=Retorn al remitent +achievement.ghast.desc=Venç a una Medusa abissal retornant-l'hi una bola de foc +achievement.blazeRod=Jugant amb foc +achievement.blazeRod.desc=Aconsegueix una vara flamejant d'una Flama +achievement.potion=Destil·leria local +achievement.potion.desc=Elabora una poció +achievement.theEnd=La fi? +achievement.theEnd.desc=Localitza al Regne d'Ender +achievement.theEnd2=La fi. +achievement.theEnd2.desc=Venceu el drac d'Ender +achievement.enchantments=Nigromant +achievement.enchantments.desc=Fes servir un llibre, obsidiana i diamants per a fer una taula d'encanteris +achievement.overkill=Rematar +achievement.overkill.desc=Fes vuit cors de mal en un sol cop +achievement.bookcase=Bibliotecari +achievement.bookcase.desc=Construeix algunes llibreries per augmentar el poder de la teva taula d'encanteris + +commands.generic.exception=Un error desconegut ha ocorregut intentant executar aquest comandament +commands.generic.syntax=Sintàxica del comandament invàlida +commands.generic.player.notFound=No es troba el jugador +commands.generic.notFound=Comandament desconegut. Escriu /help per a una llista de comandaments. +commands.generic.num.invalid='%s' no és un nombre vàlid +commands.generic.num.tooSmall=El nombre que has escrit (%d) és massa petit, ha de ser %d o superior +commands.generic.num.tooBig=El nombre qu has escrit (%d) és massa gran, com a màxim pot ser %d +commands.generic.double.tooSmall=El nombre que has escrit (%.2f) és massa petit. Mínim: %.2f +commands.generic.double.tooBig=El nombre que has escrit (%.2f) és massa gran. Màxim: %.2f +commands.generic.usage=Ús: %s + +commands.xp.failure.widthdrawXp=No es pot restar experiència al jugador +commands.xp.success=S'ha donat %d experiència a %s +commands.xp.success.levels=S'ha donat %d nivells al jugador %s +commands.xp.success.negative.levels=S'han restat %d nivells d'experiència del total de %s nivells +commands.xp.usage=/xp [jugador] O BÉ /xp L [jugador] +commands.give.usage=/give <ítem> [quantitat] [data] +commands.give.notFound=No hi ha ítems amb l'ID %d +commands.give.success=S'ha donat %s (ID %d)x%d aljugador %s +commands.effect.usage=/effect [seconds] [amplifier] +commands.effect.notFound=There is no such mob effect with ID %d +commands.effect.success=Given %1$s (ID %2$d) * %3$d to %4$s for %5$d seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.enchant.usage=/enchant [nivell] +commands.enchant.notFound=No existeix cap encanteri amb l'ID %d +commands.enchant.noItem=L'objectiu no està aguantant cap ítem +commands.enchant.cantEnchant=L'encanteri seleccionat no es pot aplicar a l'ítem de l'objectiu +commands.enchant.cantCombine=%1$s no es pot combinar amb %2$s +commands.enchant.success=Encanteri realitzat +commands.clear.usage=/clear [ítem] [valor/data ID] +commands.clear.success=S'ha netejat l'inventari del jugador %s, eliminant %d ítems +commands.clear.failure=Could not clear the inventory of %s, no items to remove +commands.downfall.success=Pluja des/activada +commands.time.usage=/time +commands.time.added=Afegit %d al temps actual +commands.time.set=Canvia el temps a %d +commands.players.list=Hi ha %d/%d jugadors conectats: +commands.banlist.ips=Hi ha %d adreces IP excloses: +commands.banlist.players=Hi ha %d jugadors exclosos: +commands.banlist.usage=/banlist [ips|players] +commands.kick.success=S'ha expulsat a %s del joc +commands.kick.success.reason=S'ha expulsat a %s del joc: '%s' +commands.kick.usage=/kick [raó...] +commands.op.success=%s és ara un operador +commands.op.usage=/op +commands.deop.success=%s ja no és operador +commands.deop.usage=/deop +commands.say.usage=/say +commands.ban.success=%s ha estat exclòs +commands.ban.usage=/ban [raó...] +commands.unban.success=%s ja no està exclòs +commands.unban.usage=/pardon [jugador] +commands.banip.invalid=Has escrit una adreça IP invàlida o un jugador que no està conectat +commands.banip.success=L'adreça IP %s ha estat exclosa +commands.banip.success.players=Exclosa l'adreça IP %s (pertanyent a %s) +commands.banip.usage=/ban-ip [raó...] +commands.unbanip.invalid=Has escrit una adreça IP invàlida +commands.unbanip.success=La adreça IP %s ja no està exclosa +commands.unbanip.usage=/pardon-ip +commands.save.enabled=Auto-guardar món activat +commands.save.disabled=Auto-guardar món desactivat +commands.save.start=Guardant... +commands.save.success=S'ha guardat el món +commands.save.failed=Error al guardar: %s +commands.stop.start=Aturant el servidor +commands.tp.success=Teletransportat %s a %s +commands.tp.success.coordinates=S'ha teleportat al jugador %s a %.2f, %.2f, %.2f +commands.tp.usage=/tp [jugador a teleportar] O BÉ /tp [jugador a teleportar] , , +commands.tp.notSameDimension=No es pot teleportar perquè els jugadors no estàn a la mateixa dimensió +commands.whitelist.list=Hi han %d (de %d vistos) jugadors a la Llista Blanca: +commands.whitelist.enabled=Llista Blanca activada +commands.whitelist.disabled=Llista Blanca desactivada +commands.whitelist.reloaded=Llista Blanca recarregada +commands.whitelist.add.success=S'ha afegit %s a la llista blanca +commands.whitelist.add.usage=/whitelist add +commands.whitelist.remove.success=S'ha esborrat %s de la Llista Blanca +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.scoreboard.usage=/scoreboard +commands.scoreboard.teamNotFound=No hi ha cap equip amb el nom '%s' +commands.scoreboard.objectiveNotFound=No hi ha cap objectiu amb el nom '%s' +commands.scoreboard.objectiveReadOnly=L'objectiu '%s' és només de lectura, no el pots modificar +commands.scoreboard.objectives.usage=/scoreboard objectives +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [objectiu] +commands.scoreboard.objectives.setdisplay.invalidSlot=L'slot de visualització '%s' no existeix +commands.scoreboard.objectives.setdisplay.successCleared=S'ha buidat l'slot de visualització '%s' +commands.scoreboard.objectives.setdisplay.successSet=S'ha canviat l'objectiu a mostrar a l'slot '%s' a '%s' +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [text a mostrar] +commands.scoreboard.objectives.add.wrongType=Tipus de criteri d'objectiu invàlid. Tipus vàlids: %s +commands.scoreboard.objectives.add.alreadyExists=Ja existeix un objectiu amb el nom '%s' +commands.scoreboard.objectives.add.tooLong=El nom '%s' és massa llarg per a un objectiu, pot tenir %d caràcters com a màxim +commands.scoreboard.objectives.add.displayTooLong=El text a mostrar '%s' és massa llarg per a un objectiu, pot tenir %d caràcters com a màxim +commands.scoreboard.objectives.add.success=S'ha afegit l'objectiu '%s' +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.remove.success=S'ha eliminat l'objectiu '%s' +commands.scoreboard.objectives.list.count=Mostrant %d objectiu(s) a la taula de puntuació +commands.scoreboard.objectives.list.entry=- %s: es mostra com a '%s' i és del tipus '%s' +commands.scoreboard.objectives.list.empty=No hi han objectius a la taula de puntuació +commands.scoreboard.players.usage=/scoreboard players +commands.scoreboard.players.set.success=S'ha canviat la puntuació de %s del jugador %s a %d +commands.scoreboard.players.set.usage=/scoreboard players set +commands.scoreboard.players.add.usage=/scoreboard players add +commands.scoreboard.players.remove.usage=/scoreboard players remove +commands.scoreboard.players.reset.usage=/scoreboard players reset +commands.scoreboard.players.reset.success=S'han reiniciat les puntuacions del jugador %s +commands.scoreboard.players.list.count=Es mostren %d jugadors a la taula de puntuacions +commands.scoreboard.players.list.empty=No hi ha jugadors a la taula de puntuacions +commands.scoreboard.players.list.player.count=Es mostra %d objectiu(s) per a %s +commands.scoreboard.players.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.players.list.player.empty=El jugador %s no té cap puntuació registrada +commands.scoreboard.teams.usage=/scoreboard teams +commands.scoreboard.teams.add.usage=/scoreboard teams add [text a mostrar] +commands.scoreboard.teams.add.alreadyExists=Ja existeix un equip amb el nom '%s' +commands.scoreboard.teams.add.tooLong=El nom '%s' és massa llarg per a un equip, com a màxim pot tenir %d caràcters +commands.scoreboard.teams.add.displayTooLong=El text a mostrar '%s' és massa llarg per a un equip, com a màxim pot tenir %d caràcters +commands.scoreboard.teams.add.success=S'ha afegit l'equip '%s' +commands.scoreboard.teams.list.usage=/scoreboard teams list [nom] +commands.scoreboard.teams.list.count=Mostrant %d equips a la taula de puntuació +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' té %3$s jugadors +commands.scoreboard.teams.list.empty=No hi ha equips registrats a la tala de puntuació +commands.scoreboard.teams.list.player.count=Mostrant %d jugador(s) en l'equip %s +commands.scoreboard.teams.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.teams.list.player.empty=L'equip %s no té cap membre +commands.scoreboard.teams.empty.usage=/scoreboard teams clear +commands.scoreboard.teams.empty.alreadyEmpty=L'equip %s ja està buit, no es pot buidar +commands.scoreboard.teams.empty.success=S'ha buidat l'equip %s (tenia %d membres) +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.remove.success=S'ha eliminat l'equip %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [jugador] +commands.scoreboard.teams.join.success=S'ha afegit %d jugador(s) a l'equip %s: %s +commands.scoreboard.teams.join.failure=No s'ha pogut afegir %d jugador(s) a l'equip %s: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [jugador] +commands.scoreboard.teams.leave.success=S'ha expulsat %d jugador(s) dels seus equips: %s +commands.scoreboard.teams.leave.failure=No s'ha pogut eliminar %d jugador(s) dels seus equips: %s +commands.scoreboard.teams.leave.noTeam=No formes part de cap equip +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.option.noValue=Els valors vàlids per la opció %s són: %s +commands.scoreboard.teams.option.success=Set option %s for team %s to %s +commands.gamemode.success.self=Canvia el teu mode de joc a %s +commands.gamemode.success.other=Canvia el mode de joc d'en %s a %s +commands.gamemode.usage=/gamemode [jugador] +commands.defaultgamemode.usage=/defaultgamemode +commands.defaultgamemode.success=Ara, %s és el mode de joc per defecte d'aquest món. +commands.me.usage=/me +commands.help.header=·-* Ensenyant pàgina d'ajuda %d de %d (/help ) *-· +commands.help.footer=Pista: Fes servir la tecla mentres escriguis un comandament per autocompletar-lo +commands.help.usage=/help [pàgina|nom de commandament] +commands.publish.started=Joc local hostatjat en %s +commands.publish.failed=Impossible hostatjar el joc local +commands.debug.start=Perfil localitzador d'errors iniciat +commands.debug.stop=Perfil localitzador d'errors aturat al cap de %.2f segons (%d ticks) +commands.debug.notStarted=No podem parar el perfil de localització d'errors quan encara no hem començat! +commands.debug.usage=/debug +commands.message.usage=/tell +commands.message.sameTarget=No pots enviar-te un missatge privat a tu mateix! +commands.message.display.outgoing=Has xiuxiuejat això a %s: %s +commands.message.display.incoming=%s t'està xiuxiuejant això: %s +commands.difficulty.usage=/difficulty +commands.difficulty.success=Dificultat canviada a %s +commands.spawnpoint.usage=/spawnpoint O BÉ /spawnpoint O BÉ /spawnpoint --- (Canvia el punt de reaparició) +commands.spawnpoint.success=Has canviat el punt de reaparició de %s a les coordenades [%d, %d, %d] +commands.gamerule.usage=/gamerule O BÉ /gamerule --- (Canvia el valor de les normes o introdueix-ne de noves) +commands.gamerule.success=La norma s'ha actualitzat +commands.gamerule.norule=No hi ha cap norma anomenada '%s' +commands.weather.usage=/weather [duració en segons] --- (Canvia la metereologia) +commands.weather.clear=Canviant la meteorologia a 'Sol' +commands.weather.rain=Canviant la meteorologia a 'Pluja' +commands.weather.thunder=Canviant la meteorologia a 'Llamps i trons!' +commands.testfor.usage=/testfor +commands.testfor.failed=/testfor només es pot utilitzar en blocs de comandaments amb una senyal de sortida analògica + +itemGroup.buildingBlocks=Blocs de construcció +itemGroup.decorations=Blocs de decoració +itemGroup.redstone=Roca vermella +itemGroup.transportation=Transport +itemGroup.misc=Diversos +itemGroup.search=Buscar items +itemGroup.food=Menjar +itemGroup.tools=Eines +itemGroup.combat=Combat +itemGroup.brewing=Destilació +itemGroup.materials=Materials +itemGroup.inventory=Inventari del mode supervivència + +inventory.binSlot=Destruir ítem + +advMode.setCommand=Comandament del bloc canviat +advMode.command=Comandament del bloc +advMode.nearestPlayer=Fes servir "@p" perquè tingui efecte en el jugador més proper +advMode.randomPlayer=Fes servir "@r" perquè tingui efecte en un jugador aleatori +advMode.allPlayers=Fes servir "@a" perquè tingui efecte en tots els jugadors + +advMode.notEnabled=Els blocs de commandaments no estan permesos en aquest servidor +advMode.notAllowed=S'ha de ser operador i estar en mode Creatiu + +mco.title=Minecraft Realms +mco.selectServer.select=Entrar al servidor +mco.selectServer.configure=Configurar +mco.selectServer.create=Crear món +mco.selectServer.moreinfo=Més informació + +mco.configure.world.edit.title=Editar món + +mco.configure.world.title=Configurar món +mco.configure.world.name=Nom +mco.configure.world.description=Descripció +mco.configure.world.location=Localització +mco.configure.world.invited=Convidat +mco.configure.world.buttons.edit=Editar +mco.configure.world.buttons.reset=Reiniciar món +mco.configure.world.buttons.done=Fet +mco.configure.world.buttons.delete=Esborrar +mco.configure.world.buttons.open=Obrir món +mco.configure.world.buttons.close=Tancar món +mco.configure.world.buttons.invite=Convidar +mco.configure.world.buttons.uninvite=Des-convidar +mco.configure.world.buttons.subscription=Subscription +mco.configure.world.invite.profile.name=Nom +mco.configure.world.uninvite.question=Segur que vols des-convidar + +mco.configure.world.subscription.title=Subscription Info +mco.configure.world.subscription.daysleft=Days Left +mco.configure.world.subscription.start=Start Date +mco.configure.world.subscription.extend=Extend + +mco.create.world.location.title=Localitzacions +mco.create.world.location.warning=Pot ser que no obntinguis la localització que has seleccionat exactament +mco.create.world.wait=Creant el món... + +mco.reset.world.title=Reiniciar món +mco.reset.world.warning=Això eliminarà permanentment el teu món! +mco.reset.world.seed=Llavor (opcional) +mco.reset.world.resetting.screen.title=Reiniciant món... + +mco.configure.world.close.question.line1=El teu món deixarà d'estar disponible. +mco.configure.world.close.question.line2=Segur que vols fer això? + +mco.connect.connecting=Connectant al servidor en línia... +mco.connect.authorizing=Entrant a la sessió... +mco.connect.failed=No s'ha pogut connectar amb el servidor en línia + +mco.create.world=Crea + diff --git a/1.5.2/lang/cs_CZ.lang b/1.5.2/lang/cs_CZ.lang new file mode 100644 index 00000000..4246d0ac --- /dev/null +++ b/1.5.2/lang/cs_CZ.lang @@ -0,0 +1,1293 @@ +#X-Generator: crowdin.net + +language.name=Čeština +language.region=CZ +language.code=cs_CZ + +gui.done=OK +gui.cancel=Zrušit +gui.back=Back +gui.toMenu=Zpět do hlavní nabídky +gui.up=Nahoru +gui.down=Dolů +gui.yes=Ano +gui.no=Ne + +menu.singleplayer=Hra jednoho hráče +menu.multiplayer=Hra více hráčů +menu.online=Minecraft Realms +menu.options=Možnosti... +menu.quit=Ukončit hru +menu.returnToMenu=Uložit a vrátit se do hlavní nabídky +menu.disconnect=Odpojit se +menu.returnToGame=Zpět do hry +menu.switchingLevel=Měním světy +menu.generatingLevel=Generuji svět +menu.loadingLevel=Načítám svět +menu.generatingTerrain=Buduji terén +menu.convertingLevel=Převádím svět +menu.simulating=Připravuji svět +menu.respawning=Vdechuji světu život +menu.shareToLan=Zpřístupnit pro LAN + +selectWorld.title=Výběr světa +selectWorld.empty=prázdný +selectWorld.world=Svět +selectWorld.select=Hrát vybraný svět +selectWorld.create=Vytvořit nový svět +selectWorld.recreate=Znovu vytvořit +selectWorld.createDemo=Spustit nový zkušební svět +selectWorld.delete=Smazat +selectWorld.rename=Přejmenovat +selectWorld.deleteQuestion=Určitě chceš smazat tento svět? +selectWorld.deleteWarning=bude navždy ztracen! (Fakt na dlouho!) +selectWorld.deleteButton=Smazat +selectWorld.renameButton=Přejmenovat +selectWorld.renameTitle=Přejmenovat svět +selectWorld.conversion=Musí být převeden! +selectWorld.newWorld=Nový svět +selectWorld.newWorld.copyOf=Kopie %s +selectWorld.enterName=Název světa +selectWorld.resultFolder=Bude uložen v: +selectWorld.enterSeed=Zdroj pro generátor světa +selectWorld.seedInfo=Nech prázdné pro náhodný zdroj +selectWorld.cheats=Podvádění +selectWorld.customizeType=Přizpůsobit + +createWorld.customize.presets=Předvolby +createWorld.customize.presets.title=Vyberte předvolbu +createWorld.customize.presets.select=Použít předvolbu +createWorld.customize.presets.share=Chcete se podělit s někým o svoji předvolbu? Použijte box níže! +createWorld.customize.presets.list=Zde je několik možností, které jsme provedli dříve! +createWorld.customize.flat.title=Přizpůsobení dokonalé roviny +createWorld.customize.flat.tile=Vrstvy materiálu +createWorld.customize.flat.height=Výška +createWorld.customize.flat.addLayer=Přidat vrstvu +createWorld.customize.flat.editLayer=Upravit vrstvu +createWorld.customize.flat.removeLayer=Odstranit vrstvu +createWorld.customize.flat.layer.top=Nahoře - %d +createWorld.customize.flat.layer=%d +createWorld.customize.flat.layer.bottom=Dole - %d + +gameMode.survival=Hra o přežití +gameMode.creative=Tvořivá hra +gameMode.adventure=Dobrodružná hra +gameMode.hardcore=Nemilosrdná hra +gameMode.changed=Tvůj herní mód byl aktualizován + +selectWorld.gameMode=Typ hry: +selectWorld.gameMode.survival=Hra o přežití +selectWorld.gameMode.survival.line1=Hledání surovin, výroba, zdraví, +selectWorld.gameMode.survival.line2=hlad a získávání zkušeností +selectWorld.gameMode.creative=Tvořivá hra +selectWorld.gameMode.creative.line1=Nekonečné zdroje surovin, +selectWorld.gameMode.creative.line2=létání a okamžité ničení bloků +selectWorld.gameMode.hardcore=Nemilosrdná hra +selectWorld.gameMode.hardcore.line1=Stejná jako Hra o přežití, ovšem s nejvyšší +selectWorld.gameMode.hardcore.line2=obtížností a pouze jedním životem +selectWorld.gameMode.adventure=Dobrodružná hra +selectWorld.gameMode.adventure.line1=Stejná jako Hra o přežití, ale nelze +selectWorld.gameMode.adventure.line2=stavět ani ničit bloky +selectWorld.moreWorldOptions=Více možností světa... +selectWorld.mapFeatures=Vytvářet náhodné stavby: +selectWorld.mapFeatures.info=Vesnice, pevnosti atd. +selectWorld.mapType=Typ světa: +selectWorld.mapType.normal=Normální +selectWorld.allowCommands=Povolit podvádění: +selectWorld.allowCommands.info=Příkazy jako /gamemode, /xp +selectWorld.hardcoreMode=Nemilosrdný +selectWorld.hardcoreMode.info=Svět se smaže po smrti hráče +selectWorld.bonusItems=Bonusová truhla: + +generator.default=Výchozí +generator.flat=Dokonalá rovina +generator.largeBiomes=Rozlehlé Biomy + +selectServer.title=Výběr serveru +selectServer.empty=prázdný +selectServer.select=Připojit se +selectServer.direct=Přímé spojení +selectServer.edit=Upravit +selectServer.delete=Smazat +selectServer.add=Přidat server +selectServer.defaultName=Minecraft Server +selectServer.deleteQuestion=Určitě chceš smazat tento server? +selectServer.deleteWarning=bude navždy ztracen! (Fakt na dlouho!) +selectServer.deleteButton=Smazat +selectServer.refresh=Obnovit +selectServer.hiddenAddress=(Skrytý) +addServer.title=Upravit popis +addServer.enterName=Název serveru +addServer.enterIp=Adresa serveru +addServer.add=Hotovo +addServer.hideAddress=Skrýt Adresu +lanServer.title=LAN Svět +lanServer.scanning=Scanning for games on your local network +lanServer.start=Spusť svět pro LAN +lanServer.otherPlayers=Nastavení pro ostatní hráče +mcoServer.title=Minecraft Online Svět + +multiplayer.title=Hra více hráčů +multiplayer.connect=Připojit +multiplayer.info1=Hra pro více hráčů není v současné době dokončena, ale +multiplayer.info2=je ve stádiu testování. Očekávejte chyby. +multiplayer.ipinfo=Vlož IP adresu serveru, na který se chceš připojit: + +multiplayer.texturePrompt.line1=Tento server doporučuje používat vlastní balíček textur. +multiplayer.texturePrompt.line2=Chceš jej stáhnout a automaticky nainstalovat? + +multiplayer.downloadingTerrain=Nahrávám krajinu + +multiplayer.stopSleeping=Vstát z postele + +chat.link.confirm=Jsi si jistý, že chceš otevřít následující internetové stránky? +chat.link.warning=Nikdy neotvírej odkazy od osob, kterým nedůvěřuješ! +chat.copy=Kopírovat do schránky + +menu.playdemo=Hrát zkušební svět +menu.resetdemo=Obnovit zkušební svět +demo.day.1=Tato zkušební hra vydrží jen pět herních dní. Dělej co umíš! +demo.day.2=Druhý den +demo.day.3=Třetí den +demo.day.4=Čtvrtý den +demo.day.5=Toto je tvůj poslední den! +demo.day.warning=Tvůj čas se téměř naplnil! +demo.day.6=Dosáhl jsi pátého dne hry, použij F2 pro uložení záznamu obrazovky tvojí tvorby. +demo.reminder=Ukázka skončila, kup si hru a můžeš pokračovat, nebo rozjeď nový svět! +demo.remainingTime=Zbývající čas: %s +demo.demoExpired=Zkušební verze vypršela! +demo.help.movement=K pohybu použij %1$s, %2$s, %3$s, %4$s a myš +demo.help.movementShort=Pohybuj se pomocí tlačítek %1$s, %2$s, %3$s, %4$s +demo.help.movementMouse=Podívej se okolo pomocí myši +demo.help.jump=Skákej stiskem %1$s +demo.help.inventory=Použij %1$s k otevření inventáře +demo.help.title=Zkušební verze Minecraftu +demo.help.fullWrapped=Tato zkušební verze bude trvat 5 herních dnů (asi 1 hodinu a 40 minut v reálném čase). Pro malou nápovědu se podívej na ocenění! Bav se! +demo.help.buy=Zakoupit nyní! +demo.help.later=Pokračuj v hraní! + +connect.connecting=Připojuji se k serveru... +connect.authorizing=Přihlašuji se... +connect.failed=Připojení k serveru se nezdařilo + +disconnect.genericReason=%s +disconnect.disconnected=Spojení přerušeno serverem +disconnect.lost=Spojení ztraceno +disconnect.kicked=Byl jsi vyhozen ze hry +disconnect.timeout=Vypršel časový limit +disconnect.closed=Spojení ukončeno +disconnect.loginFailed=Přihlášení selhalo +disconnect.loginFailedInfo=Přihlášení selhalo: %s +disconnect.quitting=Odpojuji +disconnect.endOfStream=Konec přenosu +disconnect.overflow=Přetečení zásobníku +disconnect.spam=Vykopnut za spamování + +options.off=VYPNUTO +options.on=ZAPNUTO +options.visible=Zobrazeny +options.hidden=Skrytý +options.title=Možnosti +options.controls=Ovládání... +options.video=Nastavení grafiky... +options.language=Jazyk... +options.languageWarning=Překlady nemusí být 100 % přesné +options.videoTitle=Nastavení grafiky +options.music=Hudba +options.sound=Zvuky +options.invertMouse=Invertovat myš +options.fov=Šíře zorného pole +options.fov.min=Normální +options.fov.max=Quake Pro +options.gamma=Jas +options.gamma.min=Tmavý +options.gamma.max=Jasný +options.sensitivity=Citlivost +options.sensitivity.min=*zív* +options.sensitivity.max=HYPERRYCHLOST!!! +options.renderDistance=Vykreslovaná vzdálenost +options.renderDistance.tiny=Nejmenší +options.renderDistance.short=Malá +options.renderDistance.normal=Střední +options.renderDistance.far=Velká +options.viewBobbing=Houpání při chůzi +options.ao=Vyhlazené stíny +options.ao.off=Off +options.ao.min=Minimum +options.ao.max=Maximum +options.anaglyph=3D zobrazení +options.framerateLimit=Výkon +options.difficulty=Obtížnost +options.difficulty.peaceful=Mírumilovná +options.difficulty.easy=Lehká +options.difficulty.normal=Normální +options.difficulty.hard=Těžká +options.difficulty.hardcore=Nemilosrdná +options.graphics=Grafika +options.graphics.fancy=Pěkná +options.graphics.fast=Rychlá +options.guiScale=Velikost GUI +options.guiScale.auto=Automatická +options.guiScale.small=Malá +options.guiScale.normal=Normální +options.guiScale.large=Velká +options.advancedOpengl=Pokročilé OpenGL +options.renderClouds=Mraky +options.farWarning1=Pro 'Velkou' vykreslovanou vzdálenost je doporučena +options.farWarning2=instalace 64-bitové Javy (máš 32-bitovou) +options.particles=Částice +options.particles.all=Všechny +options.particles.decreased=Méně +options.particles.minimal=Minimálně +options.multiplayer.title=Nastavení pro více hráčů... +options.chat.title=Nastavení chatu... +options.chat.visibility=Chat +options.chat.visibility.full=Zobrazen +options.chat.visibility.system=Pouze příkazy +options.chat.visibility.hidden=Skrytý +options.chat.color=Barvy +options.chat.opacity=Průhlednost +options.chat.links=Webové odkazy +options.chat.links.prompt=Dotazovat se na odkazy +options.chat.scale=Měřítko +options.chat.width=Šířka +options.chat.height.focused=Aktivní výška +options.chat.height.unfocused=Neaktivní výška +options.showCape=Zobrazovat plášť +options.serverTextures=Serverové textury +options.snooper=Povolit Monitorování +options.snooper.view=Nastavení Monitorování... +options.snooper.title=Přehled technických údajů +options.snooper.desc=Rádi bychom shromažďovali informace o vašem počítači, které by nám pomohly vylepšit Minecraft tím, že budeme vědět, co podporovat a kde jsou největší problémy. Všechny tyto informace jsou zcela anonymní a zobrazeny níže. Slibujeme, že s těmito údaji nebudeme dělat nic špatného, ale pokud chcete, můžete je vypnout! +options.texture.pack=Balíčky textur +options.fullscreen=Na celou obrazovku +options.vsync=Použít vertikální synchronizaci +options.touchscreen=Režim pro dotykovou obrazovku + +performance.max=Maximální výkon +performance.balanced=Vyvážený výkon +performance.powersaver=Úsporný režim + +controls.title=Ovládání + +key.forward=Dopředu +key.left=Vlevo +key.back=Dozadu +key.right=Vpravo +key.jump=Skok +key.inventory=Inventář +key.drop=Odhodit +key.chat=Chat +key.fog=Přepnout mlhu +key.sneak=Plížení +key.playerlist=Seznam hráčů +key.attack=Útok +key.use=Použít předmět +key.pickItem=Vybrat blok +key.mouseButton=Tlačítko %1$s +key.command=Příkaz + +texturePack.openFolder=Otevřít složku s balíčky textur +texturePack.title=Vybrat balíček textur +texturePack.folderInfo=(Sem vkládej balíčky textur) +texturePack.incompatible=Nekompatibilní + +book.pageIndicator=Strana %1$s z %2$s +book.byAuthor=napsal %1$s +book.signButton=Podepsat +book.editTitle=Vlož název knihy: +book.finalizeButton=Podepsat a uzavřít +book.finalizeWarning=Nezapomeň! Podepsanou knihu již nadále nelze upravovat. + +tile.stone.name=Kámen + +tile.grass.name=Trávník +tile.dirt.name=Hlína +tile.stonebrick.name=Kamenná suť +tile.wood.name=Prkna +tile.wood.oak.name=Dubová prkna +tile.wood.spruce.name=Smrková prkna +tile.wood.birch.name=Břízová prkna +tile.wood.jungle.name=Sekvojová prkna +tile.sapling.oak.name=Sazenice dubu +tile.sapling.spruce.name=Sazenice smrku +tile.sapling.birch.name=Sazenice břízy +tile.sapling.jungle.name=Sazenice sekvoje +tile.deadbush.name=Suché křoví +tile.bedrock.name=Podloží +tile.water.name=Voda +tile.lava.name=Láva +tile.sand.name=Písek +tile.sandStone.name=Pískovec +tile.sandStone.default.name=Pískovec +tile.sandStone.chiseled.name=Opracovaný pískovec +tile.sandStone.smooth.name=Vyhlazený pískovec +tile.gravel.name=Štěrk +tile.oreGold.name=Zlatá ruda +tile.oreIron.name=Železná ruda +tile.oreCoal.name=Ložisko uhlí +tile.log.name=Dřevo +tile.log.oak.name=Dubové dřevo +tile.log.spruce.name=Smrkové dřevo +tile.log.birch.name=Břízové dřevo +tile.log.jungle.name=Sekvojové dřevo +tile.leaves.name=Listí +tile.leaves.oak.name=Dubové listí +tile.leaves.spruce.name=Smrkové jehličí +tile.leaves.birch.name=Břízové listí +tile.leaves.jungle.name=Sekvojové listí +tile.tallgrass.name=Tráva +tile.tallgrass.shrub.name=Křoví +tile.tallgrass.grass.name=Tráva +tile.tallgrass.fern.name=Kapradí +tile.sponge.name=Mořská houba +tile.glass.name=Sklo +tile.thinGlass.name=Tabulka skla +tile.cloth.name=Vlna +tile.flower.name=Pampeliška +tile.rose.name=Růže +tile.mushroom.name=Houba +tile.blockGold.name=Blok zlata +tile.blockIron.name=Blok železa +tile.stoneSlab.stone.name=Kamenný půlblok +tile.stoneSlab.sand.name=Pískovcový půlblok +tile.stoneSlab.wood.name=Dřevěný půlblok +tile.stoneSlab.cobble.name=Půlblok z kamenné suti +tile.stoneSlab.brick.name=Cihlový půlblok +tile.stoneSlab.smoothStoneBrick.name=Půlblok z kamenných cihel +tile.stoneSlab.netherBrick.name=Půlblok z Netheritových cihel +tile.stoneSlab.quartz.name=Křemenné dlaždice +tile.woodSlab.oak.name=Dubový půlblok +tile.woodSlab.spruce.name=Smrkový půlblok +tile.woodSlab.birch.name=Břízový půblok +tile.woodSlab.jungle.name=Sekvojový půlblok +tile.brick.name=Cihly +tile.tnt.name=TNT +tile.bookshelf.name=Knihovna +tile.stoneMoss.name=Kámen porostlý mechem +tile.obsidian.name=Obsidián +tile.torch.name=Louč +tile.fire.name=Oheň +tile.mobSpawner.name=Líheň oblud +tile.stairsWood.name=Dubové schody +tile.stairsWoodSpruce.name=Smrkové schody +tile.stairsWoodBirch.name=Břízové schody +tile.stairsWoodJungle.name=Sekvojové schody +tile.chest.name=Truhla +tile.chestTrap.name=Truhla - past +tile.redstoneDust.name=Ruditová sůl +tile.oreDiamond.name=Diamantové ložisko +tile.blockDiamond.name=Diamantový blok +tile.workbench.name=Pracovní stůl +tile.crops.name=Úroda +tile.farmland.name=Úrodná půda +tile.furnace.name=Pec +tile.sign.name=Cedule +tile.doorWood.name=Dřevěné dveře +tile.ladder.name=Žebřík +tile.rail.name=Koleje +tile.goldenRail.name=Napájené koleje +tile.activatorRail.name=Aktivační kolej +tile.detectorRail.name=Koleje se senzorem +tile.stairsStone.name=Kamenné schody +tile.stairsSandStone.name=Pískovcové schody +tile.lever.name=Páka +tile.pressurePlate.name=Nášlapná deska +tile.weightedPlate_light.name=Váhová nášlapná deska (lehká) +tile.weightedPlate_heavy.name=Váhová nášlapná deska (těžká) +tile.doorIron.name=Železné dveře +tile.oreRedstone.name=Ruditové ložisko +tile.notGate.name=Ruditová louč +tile.button.name=Tlačítko +tile.snow.name=Sníh +tile.ice.name=Led +tile.cactus.name=Kaktus +tile.clay.name=Jíl +tile.reeds.name=Cukrová třtina +tile.jukebox.name=Hrací skříň +tile.fence.name=Plot +tile.fenceGate.name=Branka +tile.pumpkin.name=Dýně +tile.litpumpkin.name=Svítící dýně +tile.hellrock.name=Netherit +tile.hellsand.name=Písek duší +tile.lightgem.name=Světlit +tile.portal.name=Portál +tile.cloth.black.name=Černá vlna +tile.cloth.red.name=Červená vlna +tile.cloth.green.name=Zelená vlna +tile.cloth.brown.name=Hnědá vlna +tile.cloth.blue.name=Modrá vlna +tile.cloth.purple.name=Fialová vlna +tile.cloth.cyan.name=Azurová vlna +tile.cloth.silver.name=Světle šedá vlna +tile.cloth.gray.name=Šedá vlna +tile.cloth.pink.name=Růžová vlna +tile.cloth.lime.name=Světle zelená vlna +tile.cloth.yellow.name=Žlutá vlna +tile.cloth.lightBlue.name=Světle modrá vlna +tile.cloth.magenta.name=Purpurová vlna +tile.cloth.orange.name=Oranžová vlna +tile.cloth.white.name=Vlna +tile.oreLapis.name=Ložisko Lapisu lazuli +tile.blockLapis.name=Blok Lapisu lazuli +tile.dispenser.name=Dávkovač +tile.dropper.name=Kapátko +tile.musicBlock.name=Hudební blok +tile.cake.name=Dort +tile.bed.name=Postel +tile.bed.occupied=Tato postel je obsazená +tile.bed.noSleep=Můžeš spát jen v noci +tile.bed.notSafe=Teď nemůžeš odpočívat, poblíž jsou obludy +tile.bed.notValid=Tvá postel je ztracená nebo blokovaná +tile.lockedchest.name=Zamčená truhla +tile.trapdoor.name=Padací dveře +tile.web.name=Pavučina +tile.stonebricksmooth.name=Kamenné cihly +tile.stonebricksmooth.default.name=Kamenné cihly +tile.stonebricksmooth.mossy.name=Mechem porostlé kamenné cihly +tile.stonebricksmooth.cracked.name=Popraskané kamenné cihly +tile.stonebricksmooth.chiseled.name=Opracované kamenné cihly +tile.monsterStoneEgg.stone.name=Kámen ukrývající rybenku +tile.monsterStoneEgg.cobble.name=Kamenná suť ukrývající rybenku +tile.monsterStoneEgg.brick.name=Kamenná cihla ukrývající rybenku +tile.pistonBase.name=Píst +tile.pistonStickyBase.name=Lepivý píst +tile.fenceIron.name=Železné mříže +tile.melon.name=Meloun +tile.stairsBrick.name=Cihlové schody +tile.stairsStoneBrickSmooth.name=Schody z kamenných cihel +tile.vine.name=Psí víno +tile.netherBrick.name=Netheritová cihla +tile.netherFence.name=Netheritový plot +tile.stairsNetherBrick.name=Netheritové schody +tile.netherStalk.name=Bradavičník +tile.cauldron.name=Kotel +tile.enchantmentTable.name=Oltář očarování +tile.anvil.name=Kovadlina +tile.anvil.intact.name=Kovadlina +tile.anvil.slightlyDamaged.name=Lehce poškozená kovadlina +tile.anvil.veryDamaged.name=Velmi poškozená kovadlina +tile.whiteStone.name=Enderit +tile.endPortalFrame.name=Portál do Endu +tile.mycel.name=Podhoubí +tile.waterlily.name=Leknín +tile.dragonEgg.name=Dračí vejce +tile.redstoneLight.name=Ruditová Lampa +tile.cocoa.name=Kakao +tile.enderChest.name=Enderitová Truhla +tile.oreRuby.name=Rubínové ložisko +tile.oreEmerald.name=Smaragdové ložisko +tile.blockEmerald.name=Smaragdový blok +tile.blockRedstone.name=Ruditový blok +tile.tripWire.name=Nástražný drát +tile.tripWireSource.name=Uchycení nástražného drátu +tile.commandBlock.name=Příkazový blok +tile.beacon.name=Maják +tile.beacon.primary=Hlavní Schopnost +tile.beacon.secondary=Vedlejší Schopnost +tile.cobbleWall.normal.name=Kamenná zeď +tile.cobbleWall.mossy.name=Kamenná zeď porostlá mechem +tile.carrots.name=Mrkve +tile.potatoes.name=Brambory +tile.daylightDetector.name=Čidlo denního světlan +tile.netherquartz.name=Křemenná runa +tile.hopper.name=Násypka +tile.quartzBlock.default.name=Blok křemene +tile.quartzBlock.chiseled.name=Opracovaný blok křemene +tile.quartzBlock.lines.name=Křemenný pilíř +tile.stairsQuartz.name=Křemenné schody + +item.shovelIron.name=Železná lopata +item.pickaxeIron.name=Železný krumpáč +item.hatchetIron.name=Železná sekera +item.flintAndSteel.name=Křesadlo +item.apple.name=Jablko +item.cookie.name=Sušenka +item.bow.name=Luk +item.arrow.name=Šíp +item.coal.name=Uhlí +item.charcoal.name=Dřevěné uhlí +item.diamond.name=Diamant +item.emerald.name=Smaragd +item.ingotIron.name=Železný ingot +item.ingotGold.name=Zlatý ingot +item.swordIron.name=Železný meč +item.swordWood.name=Dřevěný meč +item.shovelWood.name=Dřevěná lopata +item.pickaxeWood.name=Dřevěný krumpáč +item.hatchetWood.name=Dřevěná sekera +item.swordStone.name=Kamenný meč +item.shovelStone.name=Kamenná lopata +item.pickaxeStone.name=Kamenný krumpáč +item.hatchetStone.name=Kamenná sekera +item.swordDiamond.name=Diamantový meč +item.shovelDiamond.name=Diamantová lopata +item.pickaxeDiamond.name=Diamantový krumpáč +item.hatchetDiamond.name=Diamantová sekera +item.stick.name=Tyčka +item.bowl.name=Miska +item.mushroomStew.name=Houbová polévka +item.swordGold.name=Zlatý meč +item.shovelGold.name=Zlatá lopata +item.pickaxeGold.name=Zlatý krumpáč +item.hatchetGold.name=Zlatá sekera +item.string.name=Vlákno +item.feather.name=Pírko +item.sulphur.name=Střelný prach +item.hoeWood.name=Dřevěná motyka +item.hoeStone.name=Kamenná motyka +item.hoeIron.name=Železná motyka +item.hoeDiamond.name=Diamantová motyka +item.hoeGold.name=Zlatá motyka +item.seeds.name=Semínka +item.seeds_pumpkin.name=Dýňová semínka +item.seeds_melon.name=Semínka melounu +item.melon.name=Meloun +item.wheat.name=Pšenice +item.bread.name=Chléb +item.helmetCloth.name=Kožená čapka +item.chestplateCloth.name=Kožená tunika +item.leggingsCloth.name=Kožené kalhoty +item.bootsCloth.name=Kožené boty +item.helmetChain.name=Kroužková kapuce +item.chestplateChain.name=Kroužková košile +item.leggingsChain.name=Kroužkové kalhoty +item.bootsChain.name=Kroužkové boty +item.helmetIron.name=Železná helma +item.chestplateIron.name=Železné brnění +item.leggingsIron.name=Železné kalhoty +item.bootsIron.name=Železné boty +item.helmetDiamond.name=Diamantová helma +item.chestplateDiamond.name=Diamantové brnění +item.leggingsDiamond.name=Diamantové kalhoty +item.bootsDiamond.name=Diamantové boty +item.helmetGold.name=Zlatá helma +item.chestplateGold.name=Zlaté brnění +item.leggingsGold.name=Zlaté kalhoty +item.bootsGold.name=Zlaté boty +item.flint.name=Křemen +item.porkchopRaw.name=Syrová kotleta +item.porkchopCooked.name=Pečená kotleta +item.chickenRaw.name=Syrové kuře +item.chickenCooked.name=Pečené kuře +item.beefRaw.name=Syrový steak +item.beefCooked.name=Propečený steak +item.painting.name=Obraz +item.frame.name=Rámeček +item.appleGold.name=Zlaté jablko +item.sign.name=Cedule +item.doorWood.name=Dřevěné dveře +item.bucket.name=Kbelík +item.bucketWater.name=Kbelík vody +item.bucketLava.name=Kbelík lávy +item.minecart.name=Vozík +item.saddle.name=Sedlo +item.doorIron.name=Železné dveře +item.redstone.name=Rudit +item.snowball.name=Sněhová koule +item.boat.name=Loďka +item.leather.name=Kůže +item.milk.name=Mléko +item.brick.name=Cihla +item.clay.name=Jíl +item.reeds.name=Cukrová třtina +item.paper.name=Papír +item.book.name=Kniha +item.slimeball.name=Sliz +item.minecartChest.name=Nákladní vozík +item.minecartFurnace.name=Parní vozík +item.minecartTnt.name=Vozík s TNT +item.minecartHopper.name=Vozík s násypkou +item.egg.name=Vejce +item.compass.name=Kompas +item.fishingRod.name=Rybářský prut +item.clock.name=Hodiny +item.yellowDust.name=Světlitový prášek +item.fishRaw.name=Syrová ryba +item.fishCooked.name=Pečená ryba +item.record.name=Gramofonová deska +item.bone.name=Kost +item.dyePowder.black.name=Váček inkoustu +item.dyePowder.red.name=Šípková červeň +item.dyePowder.green.name=Kaktusová zeleň +item.dyePowder.brown.name=Kakaové boby +item.dyePowder.blue.name=Lapis lazuli +item.dyePowder.purple.name=Fialové barvivo +item.dyePowder.cyan.name=Azurové barvivo +item.dyePowder.silver.name=Světle šedé barvivo +item.dyePowder.gray.name=Šedé barvivo +item.dyePowder.pink.name=Růžové barvivo +item.dyePowder.lime.name=Světle zelené barvivo +item.dyePowder.yellow.name=Pampelišková žluť +item.dyePowder.lightBlue.name=Světle modré barvivo +item.dyePowder.magenta.name=Purpurové barvivo +item.dyePowder.orange.name=Oranžové barvivo +item.dyePowder.white.name=Kostní moučka +item.sugar.name=Cukr +item.cake.name=Dort +item.bed.name=Postel +item.diode.name=Ruditový opakovač +item.comparator.name=Ruditový porovnávač +item.map.name=Mapa +item.leaves.name=Listí +item.shears.name=Nůžky +item.rottenFlesh.name=Shnilé maso +item.enderPearl.name=Perla z Endu +item.blazeRod.name=Ohnivá hůl +item.ghastTear.name=Slzy ďasa +item.netherStalkSeeds.name=Bradavičník +item.potion.name=Lektvar +item.emptyPotion.name=Lahvička s vodou +item.goldNugget.name=Zlatý nuget +item.glassBottle.name=Lahvička +item.spiderEye.name=Pavoučí oko +item.fermentedSpiderEye.name=Zkvašené pavoučí oko +item.blazePowder.name=Ohnivý prach +item.magmaCream.name=Lávová pěna +item.cauldron.name=Kotel +item.brewingStand.name=Varný stojan +item.eyeOfEnder.name=Oko z Endu +item.speckledMelon.name=Blýskavý meloun +item.monsterPlacer.name=Vejce, uvnitř je +item.expBottle.name=Lektvar očarování +item.fireball.name=Ohnivá koule +item.writingBook.name=Rozepsaná kniha s brkem +item.writtenBook.name=Napsaná kniha +item.ruby.name=Rubín +item.flowerPot.name=Květináč +item.emptyMap.name=Prázdná mapa +item.carrots.name=Mrkev +item.carrotGolden.name=Zlatá mrkev +item.potato.name=Brambor +item.potatoBaked.name=Pečený brambor +item.potatoPoisonous.name=Jedovatá Brambora +item.skull.skeleton.name=Lebka Kostlivce +item.skull.wither.name=Lebka Wither kostlivce +item.skull.zombie.name=Hlava Zombie +item.skull.char.name=Hlava +item.skull.player.name=Hlava hráče %s +item.skull.creeper.name=Hlava Syčáka +item.carrotOnAStick.name=Mrkev na prutu +item.netherStar.name=Nether Hvězda +item.pumpkinPie.name=Dýňový koláč +item.enchantedBook.name=Očarovaná kniha +item.fireworks.name=Rachejtle +item.fireworks.flight=Délka letu: +item.fireworksCharge.name=Ohňostrojová hvězda +item.fireworksCharge.black=Černá +item.fireworksCharge.red=Červená +item.fireworksCharge.green=Zelená +item.fireworksCharge.brown=Hnědá +item.fireworksCharge.blue=Modrá +item.fireworksCharge.purple=Fialová +item.fireworksCharge.cyan=Azurová +item.fireworksCharge.silver=Světle šedá +item.fireworksCharge.gray=Šedá +item.fireworksCharge.pink=Růžová +item.fireworksCharge.lime=Limetková +item.fireworksCharge.yellow=Žlutá +item.fireworksCharge.lightBlue=Světle modrá +item.fireworksCharge.magenta=Purpurová +item.fireworksCharge.orange=Oranžová +item.fireworksCharge.white=Bílá +item.fireworksCharge.customColor=Vlastní +item.fireworksCharge.fadeTo=Přechod do +item.fireworksCharge.flicker=Jiskření +item.fireworksCharge.trail=Stopa +item.fireworksCharge.type.0=Malá koule +item.fireworksCharge.type.1=Velká koule +item.fireworksCharge.type.2=Ve tvaru hvězdy +item.fireworksCharge.type.3=Ve tvaru syčáka +item.fireworksCharge.type.4=Roztržení +item.fireworksCharge.type=Neznámý tvar +item.netherbrick.name=Netheritová cihla +item.netherquartz.name=Křemen + +container.inventory=Inventář +container.hopper=Násypka +container.crafting=Výroba +container.dispenser=Dávkovač +container.dropper=Kapátko +container.furnace=Pec +container.enchant=Očarování +container.repair=Opravit & pojmenovat +container.repair.cost=Cena očarování: %1$d +container.repair.expensive=Příliš drahé! +container.creative=Výběr předmětu +container.brewing=Varný stojan +container.chest=Truhla +container.chestDouble=Velká Truhla +container.minecart=Vozík +container.enderchest=Enderitová Truhla + +item.dyed=Obarvený + +entity.Item.name=Předmět +entity.XPOrb.name=Bod zkušeností +entity.SmallFireball.name=Malá ohnivá koule +entity.Fireball.name=Ohnivá koule + +entity.Arrow.name=šíp +entity.Snowball.name=Sněhová koule +entity.Painting.name=Obraz + +entity.Mob.name=Stvoření +entity.Monster.name=Obluda + +entity.Creeper.name=Syčák +entity.Skeleton.name=Kostlivec +entity.Spider.name=Pavouk +entity.Giant.name=Obr +entity.Zombie.name=Zombie +entity.Slime.name=Slizoun +entity.Ghast.name=Ďas +entity.PigZombie.name=Zombie Pigman +entity.Enderman.name=Enderman +entity.Silverfish.name=Rybenka +entity.CaveSpider.name=Jeskynní pavouk +entity.Blaze.name=Ohnivák +entity.LavaSlime.name=Magmaslizoun +entity.MushroomCow.name=Krávomůrka +entity.Villager.name=Vesničan +entity.VillagerGolem.name=Železný Golem +entity.SnowMan.name=Sněhulák +entity.EnderDragon.name=Drak z Endu +entity.WitherBoss.name=Wither +entity.Witch.name=Čarodějnice + +entity.Pig.name=Prase +entity.Sheep.name=Ovce +entity.Cow.name=Kráva +entity.Chicken.name=Slepice +entity.Squid.name=Chobotnice +entity.Wolf.name=Vlk +entity.Ozelot.name=Ocelot +entity.Cat.name=Kočka +entity.Bat.name=Netopýr + +entity.PrimedTnt.name=Blok TNT +entity.FallingSand.name=Nestabilní blok + +entity.Minecart.name=Vozík +entity.Boat.name=Loďka + +entity.generic.name=neznámý + +death.fell.accident.ladder=%1$s spadl ze žebříku +death.fell.accident.vines=%1$s spadl z lián +death.fell.accident.water=%1$s vypadl z vody +death.fell.accident.generic=%1$s spadl z výšky +death.fell.killer=%1$s byl odsouzen k pádu +death.fell.assist=%1$s byl odsouzen k pádu hráčem %2$s +death.fell.assist.item=%1$s byl odsouzen k pádu hráčem %2$s s použitím %3$s +death.fell.finish=%1$s spadl příliš daleko a byl doražen hráčem %2$s +death.fell.finish.item=%1$s spadl příliš daleko a byl doražen hráčem %2$s s použitím %3$s + +death.attack.inFire=%1$s se vypařil v plamenech +death.attack.inFire.player=%1$s vstoupil do ohně při souboji s hráčem %2$s +death.attack.onFire=%1$s uhořel +death.attack.onFire.player=%1$s byl spálen do křupava při souboji s hráčem %2$s +death.attack.lava=%1$s se pokusil plavat v lávě +death.attack.lava.player=%1$s se pokoušel plavat v lávě při útěku od hráče %2$s +death.attack.inWall=%1$s byl zazděn +death.attack.drown=%1$s se utopil +death.attack.drown.player=%1$s se utopil při pokusu o útěk hráči %2$s +death.attack.starve=%1$s vyhladověl +death.attack.cactus=Hráč %1$s šťouchl do kaktusu, ale kaktus ho šťouchl zpět +death.attack.cactus.player=%1$s naběhl na kaktus během útěku před %2$s +death.attack.generic=%1$s zemřel +death.attack.explosion=%1$s vybouchl +death.attack.explosion.player=%1$s byl odpálen hráčem %2$s +death.attack.magic=%1$s byl zabit kouzlem +death.attack.wither=%1$s uschl +death.attack.anvil=%1$s byl rozmáčknut padající kovadlinou +death.attack.fallingBlock=%1$s byl rozmáčknut padajícím blokem +death.attack.mob=Hráče %1$s zabil %2$s +death.attack.player=Hráče %1$s zabil %2$s +death.attack.player.item=Hráče %1$s zabil %2$s s použitím %3$s +death.attack.arrow=Hráče %1$s zastřelil %2$s +death.attack.arrow.item=Hráče %1$s zastřelil %2$s s použitím %3$s +death.attack.fireball=%2$s usmažil hráče %1$s +death.attack.fireball.item=%2$s usmažil hráče %1$s s pomocí %3$s +death.attack.thrown=%1$s Byl bušil by %2$s +death.attack.thrown.item=%2$s převálcoval hráče p%1$s s pomocí %3$s +death.attack.indirectMagic=%1$s byl zabit %2$s pomocí magie +death.attack.indirectMagic.item=%1$s byl zabit hráčem %2$s pomocí %3$s +death.attack.thorns=%1$s byl zabit při pokusu ublížit hráči %2$s +death.attack.fall=%1$ příliš tvrdě spadl na zem +death.attack.outOfWorld=%1$s vypadl ze světa + +deathScreen.respawn=Oživit +deathScreen.deleteWorld=Vymazat svět +deathScreen.titleScreen=Úvodní obrazovka +deathScreen.score=Skóre +deathScreen.title.hardcore=Konec hry! +deathScreen.hardcoreInfo=V nemilosrdné hře se nemůžeš oživit! +deathScreen.title=Umřel jsi! +deathScreen.leaveServer=Opustit server + +potion.empty=Žádné účinky +potion.moveSpeed=Rychlost +potion.moveSlowdown=Zpomalení +potion.digSpeed=Spěch +potion.digSlowDown=Únava +potion.damageBoost=Síla +potion.weakness=Slabost +potion.heal=Uzdravení +potion.harm=Zranění +potion.jump=Vyšší skoky +potion.confusion=Nevolnost +potion.regeneration=Regenerace +potion.resistance=Odolnost +potion.fireResistance=Ohnivzdornost +potion.waterBreathing=Dýchání pod vodou +potion.invisibility=Neviditelnost +potion.blindness=Slepota +potion.nightVision=Noční vidění +potion.hunger=Hlad +potion.poison=Otrava +potion.wither=Wither + +potion.moveSpeed.postfix=Lektvar svižnosti +potion.moveSlowdown.postfix=Lektvar zpomalení +potion.digSpeed.postfix=Lektvar spěchu +potion.digSlowDown.postfix=Lektvar otupění +potion.damageBoost.postfix=Lektvar síly +potion.weakness.postfix=Lektvar slabosti +potion.heal.postfix=Léčivý lektvar +potion.harm.postfix=Lektvar ublížení +potion.jump.postfix=Lektvar skákání +potion.confusion.postfix=Lektvar nevolnosti +potion.regeneration.postfix=Lektvar regenerace +potion.resistance.postfix=Lektvar odolnosti +potion.fireResistance.postfix=Lektvar ohnivzdornosti +potion.waterBreathing.postfix=Lektvar dýchání pod vodou +potion.invisibility.postfix=Lektvar neviditelnosti +potion.blindness.postfix=Lektvar slepoty +potion.nightVision.postfix=Lektvar nočního vidění +potion.hunger.postfix=Lektvar hladu +potion.poison.postfix=Jed +potion.wither.postfix=Lektvar Rozkladu + +potion.potency.0= +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV + +potion.prefix.grenade=Vrhací +potion.prefix.mundane=Světský +potion.prefix.uninteresting=Nezajímavý +potion.prefix.bland=Jasný +potion.prefix.clear=Čirý +potion.prefix.milky=Mléčný +potion.prefix.diffuse=Rozptýlený +potion.prefix.artless=Bezelstný +potion.prefix.thin=Tenký +potion.prefix.awkward=Nepříjemný +potion.prefix.flat=Plochý +potion.prefix.bulky=Objemný +potion.prefix.bungling=Neschopný +potion.prefix.buttered=Máslový +potion.prefix.smooth=Hladký +potion.prefix.suave=Zdvořilý +potion.prefix.debonair=Šarmatní +potion.prefix.thick=Hustý +potion.prefix.elegant=Elegantní +potion.prefix.fancy=Přepychový +potion.prefix.charming=Okouzlující +potion.prefix.dashing=Švihácký +potion.prefix.refined=Rafinovaný +potion.prefix.cordial=Posilující +potion.prefix.sparkling=Šumivý +potion.prefix.potent=Silný +potion.prefix.foul=Odporný +potion.prefix.odorless=Vyčichlý +potion.prefix.rank=Žluklý +potion.prefix.harsh=Krutý +potion.prefix.acrid=Štiplavý +potion.prefix.gross=Hrubý +potion.prefix.stinky=Páchnoucí + +enchantment.damage.all=Ostrost +enchantment.damage.undead=Úder +enchantment.damage.arthropods=Hmyzákova záhuba +enchantment.knockback=Odražení +enchantment.fire=Síla ohně +enchantment.protect.all=Obrana +enchantment.protect.fire=Obrana proti ohni +enchantment.protect.fall=Lehkost pírka +enchantment.protect.explosion=Obrana proti výbuchu +enchantment.protect.projectile=Obrana proti střelám +enchantment.oxygen=Dýchání +enchantment.waterWorker=Jako ryba ve vodě +enchantment.digging=Účinnost +enchantment.untouching=Něžný dotek +enchantment.durability=Nerozbitnost +enchantment.lootBonus=Kořist +enchantment.lootBonusDigger=Štěstí +enchantment.arrowDamage=Síla +enchantment.arrowFire=Plamen +enchantment.arrowKnockback=Odhození +enchantment.arrowInfinite=Bezedný toulec +enchantment.thorns=Trny + +enchantment.level.1=I +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.level.10=X + +gui.achievements=Ocenění +gui.stats=Statistiky + +stat.generalButton=Obecné +stat.blocksButton=Bloky +stat.itemsButton=Předměty + +stat.used=Použito +stat.mined=Vytěženo +stat.depleted=Zničeno +stat.crafted=Vytvořeno + +stat.startGame=Spuštěných her +stat.createWorld=Navštívených světů +stat.loadWorld=Nahráno uložených her +stat.joinMultiplayer=Připojeno ke hře více hráčů +stat.leaveGame=Opuštěno her + +stat.playOneMinute=Nahraný čas + +stat.walkOneCm=Nachozeno +stat.fallOneCm=Napadáno +stat.swimOneCm=Uplaváno +stat.flyOneCm=Nalétáno +stat.climbOneCm=Našplháno +stat.diveOneCm=Napotápěno +stat.minecartOneCm=Najeto ve vozíku +stat.boatOneCm=Nacestováno v loďce +stat.pigOneCm=Naježděno na praseti +stat.jump=Výskoků +stat.drop=Odhozených předmětů + +stat.damageDealt=Způsobené zranění +stat.damageTaken=Obdržené zranění +stat.deaths=Počet úmrtí +stat.mobKills=Zabitých oblud +stat.playerKills=Zabitých hráčů +stat.fishCaught=Chyceno ryb + +stat.mineBlock=%1$s Vytěženo +stat.craftItem=%1$s Vytvořeno +stat.useItem=%1$s Použito +stat.breakItem=%1$s Zničeno + +achievement.get=Získáno ocenění! + +achievement.taken=Získaný! + +achievement.requires=Nejdříve získej: '%1$s' +achievement.openInventory=Co mám v kapsičkách? +achievement.openInventory.desc=Stiskni '%1$s' pro otevření inventáře +achievement.mineWood=Poraž strom! +achievement.mineWood.desc=Útoč na strom dokud z něj nevypadne blok dřeva +achievement.buildWorkBench=Stolařina, to je dřina +achievement.buildWorkBench.desc=Vyrob si stůl ze 4 prken +achievement.buildPickaxe=Vzhůru dolů! +achievement.buildPickaxe.desc=Použij prkna a tyčky na výrobu krumpáče +achievement.buildFurnace=Ožehavá záležitost +achievement.buildFurnace.desc=Postav pec z osmi kusů kamenné sutě +achievement.acquireIron=Pokrok nezastavíš +achievement.acquireIron.desc=Vytav železo +achievement.buildHoe=Přemysl Oráč +achievement.buildHoe.desc=Použij prkna a tyčky k výrobě motyky +achievement.makeBread=Upeč třeba chleba... +achievement.makeBread.desc=Proměň pšenici v chléb +achievement.bakeCake=Lež +achievement.bakeCake.desc=Pšenice, cukr, mléko a vajíčka! +achievement.buildBetterPickaxe=Doba kamenná +achievement.buildBetterPickaxe.desc=Vyrob lepší krumpáč +achievement.cookFish=Miloušká rybiška +achievement.cookFish.desc=Chyť a uvař rybu! +achievement.onARail=Mám rád vláčky +achievement.onARail.desc=Cestuj důlním vozíkem minimálně 1 km od místa, kde jsi začal +achievement.buildSword=Hrrrr na ně! +achievement.buildSword.desc=Použij prkna a tyčky na vytvoření meče +achievement.killEnemy=Lovec oblud +achievement.killEnemy.desc=Zaútoč na obludu a znič ji +achievement.killCow=Krávobijec +achievement.killCow.desc=Získej nějakou kůži +achievement.flyPig=Kdyby prase mělo křídla +achievement.flyPig.desc=Rozleť se na praseti ze skály +achievement.snipeSkeleton=Duel odstřelovačů +achievement.snipeSkeleton.desc=Zabij kostlivce šípem ze vzdálenosti větší jak 50 metrů +achievement.diamonds=DIAMANTY! +achievement.diamonds.desc=Získej diamanty pomocí železných nástrojů +achievement.portal=Jdem do hlubin, kde vládne stín +achievement.portal.desc=Postav portál do Netheru +achievement.ghast=Vráceno odesílateli +achievement.ghast.desc=Znič ďasa pomocí ohnivé koule +achievement.blazeRod=Spalující vášeň +achievement.blazeRod.desc=Zbav ohniváka jeho hole +achievement.potion=Malý chemik +achievement.potion.desc=Uvař lektvar +achievement.theEnd=Konec? +achievement.theEnd.desc=Nalezni End dimenzi +achievement.theEnd2=Konec. +achievement.theEnd2.desc=Skol draka z Endu +achievement.enchantments=Zaklínač +achievement.enchantments.desc=Použij knihu, obsidián a diamanty, abys vytvořil oltář očarování +achievement.overkill=To bude bolet! +achievement.overkill.desc=Jedním úderem seber nepříteli 8 srdcí +achievement.bookcase=Knihomol +achievement.bookcase.desc=Postav několik knihoven okolo, abys zvýšil účinnost oltáře očarování + +commands.generic.exception=Došlo k neznámé chybě při pokusu o provedení tohoto příkazu +commands.generic.syntax=Špatná forma příkazu +commands.generic.player.notFound=Tento hráč nebyl nalezen +commands.generic.notFound=Neznámý příkaz. Zkus /help pro seznam dostupných příkazů. +commands.generic.num.invalid='%s' není platné číslo +commands.generic.num.tooSmall=Číslo, které jsi zadal (%d), je příliš malé. Musí být nejméně %d +commands.generic.num.tooBig=Číslo, které jsi zadal (%d) je příliš veliké, nesmí překročit %d +commands.generic.double.tooSmall=Číslo, které jste zadali (%.2f) je příliš malé, musí být nejméně %d +commands.generic.double.tooBig=Číslo, které jste zadali (%.2f), je příliš velké, musí být nejvíce %.2f +commands.generic.usage=Použití: %s + +commands.xp.failure.widthdrawXp=Hráčům nelze udělovat záporné zkušenostní body +commands.xp.success=Hráč %s dostal %d zkušeností +commands.xp.success.levels=%d úrovní dáno hráči %s +commands.xp.success.negative.levels=%d úrovní odebráno hráči %s +commands.xp.usage=/xp [hráč] NEBO /xp L [hráč] +commands.give.usage=/give [množství] [data] +commands.give.notFound=Neexistuje žádný předmět s ID %d +commands.give.success=Dal jsi %s (ID %d) * %d hráči %s +commands.effect.usage=/effect [seconds] [amplifier] +commands.effect.notFound=There is no such mob effect with ID %d +commands.effect.success=Given %1$s (ID %2$d) * %3$d to %4$s for %5$d seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.enchant.usage=/enchant [úroveň] +commands.enchant.notFound=Neexistuje žádné kouzlo s ID %d +commands.enchant.noItem=Tento hráč není držitelem položky +commands.enchant.cantEnchant=K cílové položce nelze přidat vybrané kouzlo +commands.enchant.cantCombine=%1$s nelze zkombinovat s %2$s +commands.enchant.success=Okouzlení proběhlo úspěšné +commands.clear.usage=/clear [věc] [data] +commands.clear.success=Inventář hráče %s vymazán, odstraněno %d položek +commands.clear.failure=Could not clear the inventory of %s, no items to remove +commands.downfall.success=Počasí bylo změněno +commands.time.usage=/time +commands.time.added=K času přidáno %d +commands.time.set=Čas nastaven na %d +commands.players.list=Je zde %d/%d hráčů online: +commands.banlist.ips=Je zde celkem %d zakázaných IP adres: +commands.banlist.players=Je zde celkem %d zakázaných hráčů: +commands.banlist.usage=/banlist [ips|players] +commands.kick.success=%s byl vykopnut ze hry +commands.kick.success.reason=%s byl vykopnut ze hry: '%s' +commands.kick.usage=/kick [důvod ...] +commands.op.success=Hráči %s byla přidělena operátorská práva +commands.op.usage=/op +commands.deop.success=Hráči %s byla odebrána operátorská práva +commands.deop.usage=/deop +commands.say.usage=/say +commands.ban.success=Hráči %s byl zakázán přístup +commands.ban.usage=/ban [důvod ...] +commands.unban.success=Hráči %s byl znovu povolen přístup +commands.unban.usage=/pardon +commands.banip.invalid=Zadal jsi neplatnou IP adresu nebo hráče, který není ve hře +commands.banip.success=IP adresa %s byla zakázána +commands.banip.success.players=IP adresa %s patřící hráči %s byla zakázána +commands.banip.usage=/ban-ip [důvod ...] +commands.unbanip.invalid=Zadal jsi neplatnou IP adresu +commands.unbanip.success=IP adresa %s byla povolena +commands.unbanip.usage=/pardon-ip +commands.save.enabled=Automatické ukládání světa zapnuto +commands.save.disabled=Automatické ukládání světa vypnuto +commands.save.start=Ukládání... +commands.save.success=Svět uložen +commands.save.failed=Nelze uložit: %s +commands.stop.start=Zastavuji server +commands.tp.success=%s byl teleportován k %s +commands.tp.success.coordinates=%s teleportován na %.2f,%.2f,%.2f +commands.tp.usage=/tp [hráč] NEBO /tp [hráč] +commands.tp.notSameDimension=Nelze se teleportovat, protože hráči nejsou ve stejné dimenzi +commands.whitelist.list=Je zde %d (z celkových %d) povolených hráčů: +commands.whitelist.enabled=Whitelist zapnutý +commands.whitelist.disabled=Whitelist vypnutý +commands.whitelist.reloaded=Whitelist byl znovu načten +commands.whitelist.add.success=Přidal jsi hráče %s na whitelist +commands.whitelist.add.usage=/whitelist add +commands.whitelist.remove.success=%s byl odstraněn z whitelistu +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.scoreboard.usage=/scoreboard +commands.scoreboard.teamNotFound=Nebyl nalezen žádný tým se jménem '%s' +commands.scoreboard.objectiveNotFound=Nebyl nalezen žádný cíl se jménem '%s' +commands.scoreboard.objectiveReadOnly=Cíl '%s' je pouze ke čtení a není jej možné upravit +commands.scoreboard.objectives.usage=/scoreboard objectives +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [cíl] +commands.scoreboard.objectives.setdisplay.invalidSlot=Pozice '%s' neexistuje +commands.scoreboard.objectives.setdisplay.successCleared=Pozice pro zobrazování cílů '%s' úspěšně vyčištěna +commands.scoreboard.objectives.setdisplay.successSet=Nastav cíl v pozici '%s' na '%s' +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [zobrazované jméno] +commands.scoreboard.objectives.add.wrongType=Nesprávný typ cíle. Správné typy jsou: %s +commands.scoreboard.objectives.add.alreadyExists=Cíl se jménem '%s' již existuje +commands.scoreboard.objectives.add.tooLong=Jméno '%s' je pro cíl příliš dlouhé, může být dlouhé maximálně %d znaků +commands.scoreboard.objectives.add.displayTooLong=Zobrazované jméno '%s' je pro cíl příliš dlouhé, může být dlouhé maximálně %d znaků +commands.scoreboard.objectives.add.success=Úspěšně přidán nový cíl '%s' +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.remove.success=Cíl '%s' byl úspěšně odstraněn +commands.scoreboard.objectives.list.count=Počet cílů na Scoreboardu ja %d +commands.scoreboard.objectives.list.entry=- %s: bude zobrazeno jako '%s' a je typu '%s' +commands.scoreboard.objectives.list.empty=Na výsledkové tabuli není žádný cíl +commands.scoreboard.players.usage=/scoreboard players +commands.scoreboard.players.set.success=Skóre %s hráče %s bylo nastaveno na %d +commands.scoreboard.players.set.usage=/scoreboard players set +commands.scoreboard.players.add.usage=/scoreboard players add +commands.scoreboard.players.remove.usage=/scoreboard players remove +commands.scoreboard.players.reset.usage=/scoreboard players reset +commands.scoreboard.players.reset.success=Všechna skóre hráče %s vynulována +commands.scoreboard.players.list.count=Na výsledkové tabuli zobrazeno %d sledovaných hráčů +commands.scoreboard.players.list.empty=Na výsledkové tabuli nejsou sledováni žádní hráči +commands.scoreboard.players.list.player.count=Počet cílů sledovaných pro hráče %s je %d +commands.scoreboard.players.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.players.list.player.empty=Hráč %s nemá v záznamu žádná skóre +commands.scoreboard.teams.usage=/scoreboard teams +commands.scoreboard.teams.add.usage=/scoreboard teams add [zobrazované jméno] +commands.scoreboard.teams.add.alreadyExists=Tým se jménem '%s' již existuje +commands.scoreboard.teams.add.tooLong=Jméno '%s' je pro tým příliš dlouhé, může být dlouhé maximálně %d znaků +commands.scoreboard.teams.add.displayTooLong=Zobrazované jméno '%s' je pro tým příliš dlouhé, může být dlouhé maximálně %d znaků +commands.scoreboard.teams.add.success=Nový tým '%s' úspěšně přidán +commands.scoreboard.teams.list.usage=/scoreboard teams list [jméno] +commands.scoreboard.teams.list.count=Zobrazeno %d týmů na výsledkové tabuli +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' má %3$d hráčů +commands.scoreboard.teams.list.empty=Na výsledkové tabuli není zaregistrován žádný tým +commands.scoreboard.teams.list.player.count=Počet hráčú v týmu %s je %d +commands.scoreboard.teams.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.teams.list.player.empty=Tým %s nemá žádné hráče +commands.scoreboard.teams.empty.usage=/scoreboard teams clear +commands.scoreboard.teams.empty.alreadyEmpty=Tým %s je již prázdný, není možno odstranit neexistující hráče +commands.scoreboard.teams.empty.success=Počet hráčů vyjmutých z týmu %s je %d +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.remove.success=Odstraněn tým %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [hráč] +commands.scoreboard.teams.join.success=Počet hráčů přidaných do týmu %s je %d +commands.scoreboard.teams.join.failure=Počet hráčů které nelze přidat do týmu %s je %d +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [hráč] +commands.scoreboard.teams.leave.success=Počet hráčů vyjmutých z týmú je %d: %s +commands.scoreboard.teams.leave.failure=Počet hráčů kteří nemohli být vyjmuti z týmú je %d: %s +commands.scoreboard.teams.leave.noTeam=Nejsi v týmu +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.option.noValue=Platné hodnoty pro možnost %s jsou: %s +commands.scoreboard.teams.option.success=Set option %s for team %s to %s +commands.gamemode.success.self=Typ hry změněn na %s +commands.gamemode.success.other=%s má změněn typ hry na %s +commands.gamemode.usage=/gamemode [hráč] +commands.defaultgamemode.usage=/defaultgamemode +commands.defaultgamemode.success=Výchozí typ hry tohoto světa nastaven na %s +commands.me.usage=/me <činnost ...> +commands.help.header=--- Zobrazuji %d. stranu nápovědy z %d (/help ) --- +commands.help.footer=Tip: Použij pro automatické doplnění rozepsaného příkazu nebo jeho parametrů +commands.help.usage=/help [stránka|příkaz] +commands.publish.started=Mistní hra spuštěna na %s +commands.publish.failed=Nelze hostovat místní hru +commands.debug.start=Profil ladění započal +commands.debug.stop=Profil ladění byl ukončen po %.2f sekundách (%d tiků) +commands.debug.notStarted=Nelze zastavit profilování, když žádné nebylo spuštěno! +commands.debug.usage=/debug +commands.message.usage=/tell +commands.message.sameTarget=Nemůžeš poslat zprávu sám sobě! +commands.message.display.outgoing=Zašeptal jsi hráči %s: %s +commands.message.display.incoming=%s ti pošeptal: %s +commands.difficulty.usage=/difficulty +commands.difficulty.success=Obtížnost hry změněna na %s +commands.spawnpoint.usage=/spawnpoint NEBO /spawnpoint NEBO /spawnpoint +commands.spawnpoint.success=Místo oživení hráče %s nastaveno (%d, %d, %d) +commands.gamerule.usage=/gamerule NEBO /pravidlo +commands.gamerule.success=Pravidlo hry bylo aktualizováno +commands.gamerule.norule=Pravidlo %s není k dispozici +commands.weather.usage=/weather [doba trvání v sekundách] +commands.weather.clear=Změna na jasné počasí +commands.weather.rain=Změna na deštivé počasí +commands.weather.thunder=Změna na děštivé počasí s blesky a hromy +commands.testfor.usage=/testfor +commands.testfor.failed=/testfor může být použit pouze příkazovým blokem s analogovým výstupem + +itemGroup.buildingBlocks=Stavební bloky +itemGroup.decorations=Ozdobné bloky +itemGroup.redstone=Rudit +itemGroup.transportation=Doprava +itemGroup.misc=Různé +itemGroup.search=Hledat předměty +itemGroup.food=Jídlo +itemGroup.tools=Nástroje +itemGroup.combat=Souboj +itemGroup.brewing=Vaření Lektvarů +itemGroup.materials=Materiály +itemGroup.inventory=Inventář Hry o přežití + +inventory.binSlot=Zničit předmět + +advMode.setCommand=Nastavit příkaz pro blok +advMode.command=Příkaz pro konzoli +advMode.nearestPlayer=Použij "@p" pro zaměření nejbližšího hráče +advMode.randomPlayer=Použij "@r" pro zaměření náhodného hráče +advMode.allPlayers=Použij "@a" pro zaměření všech hráčů + +advMode.notEnabled=Blok příkazů, není na tomto serveru povolen +advMode.notAllowed=Musíte být operátor v kreativní hře + +mco.title=Minecraft Realms +mco.selectServer.select=Připojit se +mco.selectServer.configure=Konfigurovat +mco.selectServer.create=Vytvořit svět +mco.selectServer.moreinfo=Více informací + +mco.configure.world.edit.title=Upravit svět + +mco.configure.world.title=Nastavit svět +mco.configure.world.name=Jméno +mco.configure.world.description=Popis +mco.configure.world.location=Lokace +mco.configure.world.invited=Pozvaní +mco.configure.world.buttons.edit=Upravit +mco.configure.world.buttons.reset=Obnovit svět +mco.configure.world.buttons.done=Hotovo +mco.configure.world.buttons.delete=Vymazat +mco.configure.world.buttons.open=Otevřít svět +mco.configure.world.buttons.close=Uzavřít svět +mco.configure.world.buttons.invite=Pozvat +mco.configure.world.buttons.uninvite=Zrušit pozvání +mco.configure.world.buttons.subscription=Subscription +mco.configure.world.invite.profile.name=Jméno +mco.configure.world.uninvite.question=Určitě chceš zrušit pozvání + +mco.configure.world.subscription.title=Subscription Info +mco.configure.world.subscription.daysleft=Days Left +mco.configure.world.subscription.start=Start Date +mco.configure.world.subscription.extend=Extend + +mco.create.world.location.title=Lokace +mco.create.world.location.warning=Nemusíš získat přesnou polohu dle výběru +mco.create.world.wait=Vytvářím svět... + +mco.reset.world.title=Obnovit svět +mco.reset.world.warning=Toto navždy smaže tvůj svět! +mco.reset.world.seed=Zdroj (nepovinné) +mco.reset.world.resetting.screen.title=Obnovuji svět... + +mco.configure.world.close.question.line1=Tvůj svět se stane nedostupným. +mco.configure.world.close.question.line2=Určitě to chceš udělat? + +mco.connect.connecting=Připojuji se k online serveru... +mco.connect.authorizing=Přihlašování... +mco.connect.failed=Nepodařilo se připojit k online serveru + +mco.create.world=Vytvořit + diff --git a/1.5.2/lang/cy_GB.lang b/1.5.2/lang/cy_GB.lang new file mode 100644 index 00000000..72e181d0 --- /dev/null +++ b/1.5.2/lang/cy_GB.lang @@ -0,0 +1,1293 @@ +#X-Generator: crowdin.net + +language.name=Cymraeg +language.region=Cymru +language.code=cy_GB + +gui.done=Gorffen +gui.cancel=Canslo +gui.back=Back +gui.toMenu=Yn ôl i'r sgrin teitl +gui.up=I fyny +gui.down=I lawr +gui.yes=Ie +gui.no=Na + +menu.singleplayer=Chwaraewr Sengl +menu.multiplayer=Aml-Chwaraewr +menu.online=Minecraft Realms +menu.options=Dewisiadau... +menu.quit=Gadael Gêm +menu.returnToMenu=Safio a gadael i'r teitl +menu.disconnect=Datgysylltu +menu.returnToGame=Yn ôl i'r Gêm +menu.switchingLevel=Newid byd +menu.generatingLevel=Generadu'r byd +menu.loadingLevel=Llwytho'r byd +menu.generatingTerrain=Adeiladu'r tirwedd +menu.convertingLevel=Trosi'r byd +menu.simulating=Simiwleiddio'r byd am ychydig +menu.respawning=Atgyfodi +menu.shareToLan=Agor i LAN + +selectWorld.title=Dewis Byd +selectWorld.empty=gwag +selectWorld.world=Byd +selectWorld.select=Chwarae'r Byd Yma +selectWorld.create=Creu Byd Newydd +selectWorld.recreate=Ail-Greu +selectWorld.createDemo=Chwarae Byd Demo Newydd +selectWorld.delete=Dileu +selectWorld.rename=Ail-enwi +selectWorld.deleteQuestion=Ydych chi'n siwr am ddileu'r byd yma? +selectWorld.deleteWarning=fydd ar goll am byth! (Amser hir!) +selectWorld.deleteButton=Dileu +selectWorld.renameButton=Ail-enwi +selectWorld.renameTitle=Ail-enwi Byd +selectWorld.conversion=Rhaid drosi! +selectWorld.newWorld=Byd Newydd +selectWorld.newWorld.copyOf=Copi o %s +selectWorld.enterName=Enw'r Byd +selectWorld.resultFolder=Bydd yn safio mewn: +selectWorld.enterSeed=Hedyn am Generadur Byd +selectWorld.seedInfo=Cadw'n wag am hedyn ar-hap +selectWorld.cheats=Twyllau +selectWorld.customizeType=Addasu + +createWorld.customize.presets=Rhagosodiadau +createWorld.customize.presets.title=Dewis Rhagosodiad +createWorld.customize.presets.select=Defnyddio Rhagosodiad +createWorld.customize.presets.share=Eisau rhannu eich rhagosodiad gyda rhywun? Defnyddiwch y blwch isod! +createWorld.customize.presets.list=Fel arall, dyma rai gwnaethom yn gynharach! +createWorld.customize.flat.title=Addasu Gwastad +createWorld.customize.flat.tile=Deunydd Haen +createWorld.customize.flat.height=Uchder +createWorld.customize.flat.addLayer=Ychwanegu Haen +createWorld.customize.flat.editLayer=Golygu Haen +createWorld.customize.flat.removeLayer=Dileu Haen +createWorld.customize.flat.layer.top=Uchaf - %d +createWorld.customize.flat.layer=%d +createWorld.customize.flat.layer.bottom=Gwaelod - %d + +gameMode.survival=Modd Goroesi +gameMode.creative=Modd Creadigol +gameMode.adventure=Modd Antur +gameMode.hardcore=Modd Craiddcaled! +gameMode.changed=Mae modd eich gêm wedi ei ddiweddaru + +selectWorld.gameMode=Modd Gêm: +selectWorld.gameMode.survival=Goroesi +selectWorld.gameMode.survival.line1=Chwilio am adnoddau, celfyddi, ennill +selectWorld.gameMode.survival.line2=lefelau, iechyd a chwant bwyd +selectWorld.gameMode.creative=Creadigol +selectWorld.gameMode.creative.line1=Adnoddau diderfyn, hedfan rhydd, a +selectWorld.gameMode.creative.line2=dinistrio blociau ar unwaith +selectWorld.gameMode.hardcore=Craiddcaled +selectWorld.gameMode.hardcore.line1=Yr un a modd goroesi, wedi cloi at anhawster +selectWorld.gameMode.hardcore.line2=anoddaf, ac un bywyd yn unig +selectWorld.gameMode.adventure=Antur +selectWorld.gameMode.adventure.line1=Yr un peth a modd goroesi, ond gall blociau ddim +selectWorld.gameMode.adventure.line2=cael eu adio nac eu ddileu +selectWorld.moreWorldOptions=Rhagor o Ddewisiadau Byd... +selectWorld.mapFeatures=Generadu Strwythurau: +selectWorld.mapFeatures.info=Pentrefi, daergellau, ayyb. +selectWorld.mapType=Math Byd: +selectWorld.mapType.normal=Cyffredin +selectWorld.allowCommands=Caniatáu Twyllau: +selectWorld.allowCommands.info=Gorchmynion fel /gamemode, /xp +selectWorld.hardcoreMode=Craiddcaled: +selectWorld.hardcoreMode.info=Mae'r byd yn dileu ar ôl marw +selectWorld.bonusItems=Coffr Bonws: + +generator.default=Rhagosodedig +generator.flat=Gwastad +generator.largeBiomes=Bïomau Mawr + +selectServer.title=Dewis Gweinydd +selectServer.empty=gwag +selectServer.select=Ymuno'r Gweinydd +selectServer.direct=Cysylltiad Uniongyrchol +selectServer.edit=Golygu +selectServer.delete=Dileu +selectServer.add=Ychwanegu gweinydd +selectServer.defaultName=Gweinydd Minecraft +selectServer.deleteQuestion=Ydych chi'n siwr am ddileu y gweinydd yma? +selectServer.deleteWarning=fydd ar goll am byth! (Amser hir!) +selectServer.deleteButton=Dileu +selectServer.refresh=Ail-lwytho +selectServer.hiddenAddress=(Cudd) +addServer.title=Golygu Manylion Gweinydd +addServer.enterName=Enw Gweinydd +addServer.enterIp=Cyfeiriad Gweinydd +addServer.add=Gorffen +addServer.hideAddress=Cuddio Cyfeiriad +lanServer.title=Byd LAN +lanServer.scanning=Scanning for games on your local network +lanServer.start=Dechrau Byd LAN +lanServer.otherPlayers=Gosodiadau ar gyfer Chwaraewyr Arall +mcoServer.title=Minecraft Online World + +multiplayer.title=Chwarae Aml-Chwaraewr +multiplayer.connect=Cysylltu +multiplayer.info1=Tydi Minecraft Aml-Chwaraewr heb ei orffen, ond mae +multiplayer.info2=yna arbrofiadau gwallus cynnar yn mynd ymlaen. +multiplayer.ipinfo=Mynedwch cyfeiriad IP gweinydd i gysylltu iddo: + +multiplayer.texturePrompt.line1=Mae'r gweinydd yma yn argymell defnyddio pecyn gwead arbennig. +multiplayer.texturePrompt.line2=A hoffech chi ei lawrlwytho a'i osod yn awtomagic? + +multiplayer.downloadingTerrain=Llawrlwytho tirwedd + +multiplayer.stopSleeping=Gadael Gwely + +chat.link.confirm=A ydych yn sicr eich bod am agor y wefan ganlynol? +chat.link.warning=Peidiwch byth ac agor cysylltiadau gan pobl nad ydych yn ei ymddiried ynddo! +chat.copy=Copïo i Clipfwrdd + +menu.playdemo=Chwarae Byd Demo +menu.resetdemo=Ailosod Byd Demo +demo.day.1=Fydd y demo yma'n para pump diwrnod gêm - gwnewch eich gorau! +demo.day.2=Diwrnod Dau +demo.day.3=Diwrnod Tri +demo.day.4=Diwrnod Pedwar +demo.day.5=Dyma'ch diwrnod olaf! +demo.day.warning=Mae'ch amser bron i fyny! +demo.day.6=Rydych wedi pasio'r pumed diwrnod, defnyddiwch F2 i safio llun-sgrin o'ch creadigaeth +demo.reminder=Mae amser y demo wedi darfod, prynwch y gêm i cario ymlaen neu dechreuwch byd newydd! +demo.remainingTime=Amser ar ôl: %s +demo.demoExpired=Amser y demo i fyny! +demo.help.movement=Defnyddiwch %1$s, %2$s, %3$s, %4$s a'r llygoden i symud o gwmpas +demo.help.movementShort=Symudwch drwy wasgu %1$s, %2$s, %3$s, %4$s +demo.help.movementMouse=Edrychwch o'ch cwmpas gan ddefnyddio'r llygoden +demo.help.jump=Defnyddiwch %1$s i neidio +demo.help.inventory=Defnyddiwch %1$s i agor eich rhestr eiddo +demo.help.title=Modd Demo Minecraft +demo.help.fullWrapped=Bydd y demo yma yn parhau 5 diwrnod gêm (tua 1 awr a 40 munud o amser go iawn). Edrychwch ar y cyflawniadau ar gyfer awgrymiadau! Mwynhewch! +demo.help.buy=Prynu Nawr! +demo.help.later=Parhau Chwarae! + +connect.connecting=Cysylltu â'r gweinydd... +connect.authorizing=Mewngofnodi... +connect.failed=Methu cysylltu â'r gweinydd + +disconnect.genericReason=%s +disconnect.disconnected=Datgysylltiad gan y Gweinydd +disconnect.lost=Cysylltiad Wedi Colli +disconnect.kicked=Wedi cicio o'r gêm +disconnect.timeout=Wedi amseru allan +disconnect.closed=Cysylltiad wedi cau +disconnect.loginFailed=Methu mewngofnodi +disconnect.loginFailedInfo=Methu mewngofnodi: %s +disconnect.quitting=Gadael +disconnect.endOfStream=Diwedd llif +disconnect.overflow=Gorlifiad byffer +disconnect.spam=Wedi cicio am sbamio + +options.off=Na +options.on=Ie +options.visible=Dangos +options.hidden=Cuddio +options.title=Dewisiadau +options.controls=Cyfeiriadau... +options.video=Gosodiadau Fideo... +options.language=Iaith... +options.languageWarning=Efallai ni fydd cyfeithiadau yn 100% yn gywir +options.videoTitle=Gosodiadau Fideo +options.music=Cerddoriaeth +options.sound=Sain +options.invertMouse=Gwrth-droi Llygoden +options.fov=Maes Golwg (FOV) +options.fov.min=Cyffredin +options.fov.max=Quake Pro +options.gamma=Disgleirdeb +options.gamma.min=Gwan +options.gamma.max=Disglair +options.sensitivity=Sensitifrwydd +options.sensitivity.min=*dylyfu gȇn* +options.sensitivity.max=CYFLYMDER GWALLGOF!!! +options.renderDistance=Pellter Rendro +options.renderDistance.tiny=Pitw +options.renderDistance.short=Byr +options.renderDistance.normal=Cyffredin +options.renderDistance.far=Pell +options.viewBobbing=Siglad Golwg +options.ao=Goleuo Esmwyth +options.ao.off=Off +options.ao.min=Minimum +options.ao.max=Maximum +options.anaglyph=Anaglyph 3D +options.framerateLimit=Perfformiad +options.difficulty=Anhawster +options.difficulty.peaceful=Heddychlon +options.difficulty.easy=Hawdd +options.difficulty.normal=Cyffredin +options.difficulty.hard=Caled +options.difficulty.hardcore=Craiddcaled +options.graphics=Graffeg +options.graphics.fancy=Ffansi +options.graphics.fast=Cyflym +options.guiScale=Graddfa GUI +options.guiScale.auto=Awtomatig +options.guiScale.small=Bach +options.guiScale.normal=Cyffredin +options.guiScale.large=Mawr +options.advancedOpengl=OpenGL Datblygedig +options.renderClouds=Cymylau +options.farWarning1=Argymhellir gosodiad Java 64-did +options.farWarning2=am pellter 'Pell' (mae gennych chi 32-did) +options.particles=Gronynnau +options.particles.all=Popeth +options.particles.decreased=Llai +options.particles.minimal=Lleiafrif +options.multiplayer.title=Gosodiadau Aml-Chwaraewr... +options.chat.title=Dewisiadau Sgwrsio... +options.chat.visibility=Sgwrsio +options.chat.visibility.full=Dangos +options.chat.visibility.system=Gorchmynion yn Unig +options.chat.visibility.hidden=Cuddio +options.chat.color=Lliwiau +options.chat.opacity=Didreiddedd +options.chat.links=Cysylltiadau Gwe +options.chat.links.prompt=Annog Cysylltiadau +options.chat.scale=Scale +options.chat.width=LLed +options.chat.height.focused=Focused Height +options.chat.height.unfocused=Unfocused Height +options.showCape=Dangos Clogyn +options.serverTextures=Gweadau Gweinydd +options.snooper=Caniatáu Snooper +options.snooper.view=Dewisiadau Snooper... +options.snooper.title=Casgliad Manyleb Peiriant +options.snooper.desc=Rydym eisiau casglu gwybodaeth amdan eich peiriant i helpu wellau Minecraft wrth wybod be allwn cefnogi a ble mae'r problemau mwyaf. Mae'r gwybodaeth yma i gyd yn anhysbys ac yn weledol isod. Rydym yn addo ni wnawn i unrhyw beth drwg gyda'r data yma, ond os ydych eisiau optio allan mae croeso i chi droi o i ffwrdd! +options.texture.pack=Texture Packs +options.fullscreen=Sgrîn Lawn +options.vsync=Defnyddio VSync +options.touchscreen=Modd Sgrin Gyffwrdd + +performance.max=FPS Mwyaf +performance.balanced=Cytbwys +performance.powersaver=Arbed Pŵer + +controls.title=Cyfarwyddiadau + +key.forward=Ymlaen +key.left=Chwith +key.back=Yn Ôl +key.right=Dde +key.jump=Neidio +key.inventory=Rhestr Eiddo +key.drop=Gollwng +key.chat=Sgwrsio +key.fog=Newid Niwl +key.sneak=Sleifio +key.playerlist=Dangos Chwaraewyr +key.attack=Ymosod +key.use=Defnyddio Eitem +key.pickItem=Dewis Bloc +key.mouseButton=Botwm %1$s +key.command=Gorchymyn + +texturePack.openFolder=Agor ffolder pecynnau ansawdd +texturePack.title=Dewis Pecyn Ansawdd +texturePack.folderInfo=(Rhowch ffeiliau pecynnau ansawdd yma) +texturePack.incompatible=Anghydnaws + +book.pageIndicator=Tudalen %1$s o %2$s +book.byAuthor=gan %1$s +book.signButton=Llofnodi +book.editTitle=Nodwch Teitl y Llyfr: +book.finalizeButton=Llofnodi a Chau +book.finalizeWarning=Sylwch! Pan fyddwch yn llofnodi'r llyfr, ni fydd yn bosib i'w olygu pellach. + +tile.stone.name=Carreg + +tile.grass.name=Bloc Gwair +tile.dirt.name=Pridd +tile.stonebrick.name=Crynion +tile.wood.name=Planciau Pren +tile.wood.oak.name=Planciau Pren Derw +tile.wood.spruce.name=Planciau Pren Sbriws +tile.wood.birch.name=Planciau Pren Bedw +tile.wood.jungle.name=Planciau Pren Jyngl +tile.sapling.oak.name=Coeden Ifanc Derw +tile.sapling.spruce.name=Coeden Ifanc Sbriws +tile.sapling.birch.name=Coeden Ifanc Bedw +tile.sapling.jungle.name=Coeden Ifanc Jyngl +tile.deadbush.name=Llwyn Marw +tile.bedrock.name=Creigwely +tile.water.name=Dŵr +tile.lava.name=Lafa +tile.sand.name=Tywod +tile.sandStone.name=Tywodfaen +tile.sandStone.default.name=Tywodfaen +tile.sandStone.chiseled.name=Tywodfaen Nadd +tile.sandStone.smooth.name=Tywodfaen Esmwyth +tile.gravel.name=Grafel +tile.oreGold.name=Mwyn Aur +tile.oreIron.name=Mwyn Haearn +tile.oreCoal.name=Mwyn Glo +tile.log.name=Pren +tile.log.oak.name=Pren Derw +tile.log.spruce.name=Pren Sbriws +tile.log.birch.name=Pren Bedw +tile.log.jungle.name=Pren Jyngl +tile.leaves.name=Dail +tile.leaves.oak.name=Dail Derw +tile.leaves.spruce.name=Dail Sbriws +tile.leaves.birch.name=Dail Bedw +tile.leaves.jungle.name=Dail Jyngl +tile.tallgrass.name=Gwair +tile.tallgrass.shrub.name=Llwyn +tile.tallgrass.grass.name=Gwair +tile.tallgrass.fern.name=Rhedyn +tile.sponge.name=Sbwng +tile.glass.name=Gwydr +tile.thinGlass.name=Paen Gwydr +tile.cloth.name=Gwlân +tile.flower.name=Blodyn +tile.rose.name=Rhosyn +tile.mushroom.name=Madarch +tile.blockGold.name=Bloc Aur +tile.blockIron.name=Bloc Haearn +tile.stoneSlab.stone.name=Slab Carreg +tile.stoneSlab.sand.name=Slab Tywodfaen +tile.stoneSlab.wood.name=Slab Pren +tile.stoneSlab.cobble.name=Slab Crynion +tile.stoneSlab.brick.name=Slab Briciau +tile.stoneSlab.smoothStoneBrick.name=Slab Briciau Carreg +tile.stoneSlab.netherBrick.name=Slab Bricsen Carregisel +tile.stoneSlab.quartz.name=Slab Cwarts +tile.woodSlab.oak.name=Slab Pren Derw +tile.woodSlab.spruce.name=Slab Pren Sbriws +tile.woodSlab.birch.name=Slab Pren Bedw +tile.woodSlab.jungle.name=Slab Pren Jyngl +tile.brick.name=Briciau +tile.tnt.name=TNT +tile.bookshelf.name=Silff Lyfrau +tile.stoneMoss.name=Carreg Mwsogl +tile.obsidian.name=Obsidian +tile.torch.name=Tortsh +tile.fire.name=Tân +tile.mobSpawner.name=Sil Bwystfilod +tile.stairsWood.name=Grisiau Pren Derw +tile.stairsWoodSpruce.name=Grisiau Pren Sbriws +tile.stairsWoodBirch.name=Grisiau Pren Bedw +tile.stairsWoodJungle.name=Grisiau Pren Jyngl +tile.chest.name=Coffr +tile.chestTrap.name=Magl-goffr +tile.redstoneDust.name=Llwch Carregcoch +tile.oreDiamond.name=Mwyn Diamwnt +tile.blockDiamond.name=Bloc Diamwnt +tile.workbench.name=Bwrdd Crefft +tile.crops.name=Cnydau +tile.farmland.name=Tir Fferm +tile.furnace.name=Ffwrnais +tile.sign.name=Arwydd +tile.doorWood.name=Drws Pren +tile.ladder.name=Ysgol +tile.rail.name=Rheil +tile.goldenRail.name=Rheil Pŵer +tile.activatorRail.name=Activator Rail +tile.detectorRail.name=Rheil Synhwyrol +tile.stairsStone.name=Grisiau Carreg +tile.stairsSandStone.name=Grisiau Tywodfaen +tile.lever.name=Lifer +tile.pressurePlate.name=Plât Pwysedd +tile.weightedPlate_light.name=Plât Gwasgedd Pwysol (Ysgafn) +tile.weightedPlate_heavy.name=Plât Gwasgedd Pwysol (Trwm) +tile.doorIron.name=Drws Haearn +tile.oreRedstone.name=Mwyn Carregcoch +tile.notGate.name=Tortsh Carregcoch +tile.button.name=Botwm +tile.snow.name=Eira +tile.ice.name=Rhew +tile.cactus.name=Cactws +tile.clay.name=Clai +tile.reeds.name=Cansen Siwgr +tile.jukebox.name=Jiwcbocs +tile.fence.name=Ffens +tile.fenceGate.name=Giât Ffens +tile.pumpkin.name=Pwmpen +tile.litpumpkin.name=Llusern Pwmpen +tile.hellrock.name=Carregisel +tile.hellsand.name=Tywod Enaid +tile.lightgem.name=Gloywgarreg +tile.portal.name=Porth +tile.cloth.black.name=Gwlân Du +tile.cloth.red.name=Gwlân Coch +tile.cloth.green.name=Gwlân Gwyrdd +tile.cloth.brown.name=Gwlân Brown +tile.cloth.blue.name=Gwlân Glas +tile.cloth.purple.name=Gwlân Porffor +tile.cloth.cyan.name=Gwlân Gwyrddlas +tile.cloth.silver.name=Gwlân Llwyd Golau +tile.cloth.gray.name=Gwlân Llwyd +tile.cloth.pink.name=Gwlân Pinc +tile.cloth.lime.name=Gwlân Leim +tile.cloth.yellow.name=Gwlân Melyn +tile.cloth.lightBlue.name=Gwlân Glas Golau +tile.cloth.magenta.name=Gwlân Magenta +tile.cloth.orange.name=Gwlân Oren +tile.cloth.white.name=Gwlân +tile.oreLapis.name=Mwyn Lapis Lazuli +tile.blockLapis.name=Bloc Lapis Lazuli +tile.dispenser.name=Dosbarthwr +tile.dropper.name=Dropper +tile.musicBlock.name=Bloc Nodyn +tile.cake.name=Teisen +tile.bed.name=Gwely +tile.bed.occupied=Mae'r gwely yma wedi meddiannu +tile.bed.noSleep=Gallwch ond gysgu yn y nôs +tile.bed.notSafe=Ni allwch orffwys yn awr, mae yna bwystfilod yn agos +tile.bed.notValid=Roedd eich gwely cartrefol ar goll neu wedi rhwystro +tile.lockedchest.name=Coffr Cloi +tile.trapdoor.name=Drws Trap +tile.web.name=Gwe Pricopyn +tile.stonebricksmooth.name=Briciau Carreg +tile.stonebricksmooth.default.name=Briciau Carreg +tile.stonebricksmooth.mossy.name=Briciau Carreg Mwsoglyd +tile.stonebricksmooth.cracked.name=Briciau Carreg Chwâl +tile.stonebricksmooth.chiseled.name=Briciau Carreg Nadd +tile.monsterStoneEgg.stone.name=Ŵy Anghenfil Carreg +tile.monsterStoneEgg.cobble.name=Ŵy Anghenfil Crynion +tile.monsterStoneEgg.brick.name=Ŵy Anghenfil Bricsen Carreg +tile.pistonBase.name=Piston +tile.pistonStickyBase.name=Piston Gludiog +tile.fenceIron.name=Bariau Haearn +tile.melon.name=Melon +tile.stairsBrick.name=Grisiau Bricsen +tile.stairsStoneBrickSmooth.name=Grisiau Bricsen Carreg +tile.vine.name=Gwinwydd +tile.netherBrick.name=Bricsen Carregisel +tile.netherFence.name=Ffens Bricsen Carregisel +tile.stairsNetherBrick.name=Grisiau Bricsen Carregisel +tile.netherStalk.name=Dafadenisel +tile.cauldron.name=Crochan +tile.enchantmentTable.name=Bwrdd Hudoliaeth +tile.anvil.name=Einion +tile.anvil.intact.name=Einion +tile.anvil.slightlyDamaged.name=Einion wedi Ddifrodi Ychydig +tile.anvil.veryDamaged.name=Einion wedi Ddifrodi Hynodol +tile.whiteStone.name=Carreg Diwedd +tile.endPortalFrame.name=Porth Diwedd +tile.mycel.name=Myseliwm +tile.waterlily.name=Paden Lili +tile.dragonEgg.name=Ŵy Ddraig +tile.redstoneLight.name=Lamp Carregcoch +tile.cocoa.name=Coco +tile.enderChest.name=Coffr Darfod +tile.oreRuby.name=Mwyn Rhuddem +tile.oreEmerald.name=Mwyn Emrallt +tile.blockEmerald.name=Bloc Emrallt +tile.blockRedstone.name=Bloc Carregcoch +tile.tripWire.name=Weiren Faglu +tile.tripWireSource.name=Bachyn Weiren Faglu +tile.commandBlock.name=Bloc Gorchymyn +tile.beacon.name=Goleufa +tile.beacon.primary=Pŵer Cynradd +tile.beacon.secondary=Pŵer Eilradd +tile.cobbleWall.normal.name=Wal Crynion +tile.cobbleWall.mossy.name=Wal Crynion Mwsoglyd +tile.carrots.name=Moron +tile.potatoes.name=Tatws +tile.daylightDetector.name=Synhwyrydd Golau Dydd +tile.netherquartz.name=Mwyn Cwarts Carregisel +tile.hopper.name=Hopran +tile.quartzBlock.default.name=Bloc Cwarts +tile.quartzBlock.chiseled.name=Bloc Cwarts Nadd +tile.quartzBlock.lines.name=Piler Bloc Cwarts +tile.stairsQuartz.name=Grisiau Cwarts + +item.shovelIron.name=Rhaw Haearn +item.pickaxeIron.name=Caib Haearn +item.hatchetIron.name=Bwyell Haearn +item.flintAndSteel.name=Fflint a Dur +item.apple.name=Afal +item.cookie.name=Bisgeden +item.bow.name=Bwa +item.arrow.name=Saeth +item.coal.name=Glo +item.charcoal.name=Golosg +item.diamond.name=Diemwnt +item.emerald.name=Emrallt +item.ingotIron.name=Bar Haearn +item.ingotGold.name=Bar Aur +item.swordIron.name=Cleddyf Haearn +item.swordWood.name=Cleddyf Pren +item.shovelWood.name=Rhaw Pren +item.pickaxeWood.name=Caib Pren +item.hatchetWood.name=Bwyell Pren +item.swordStone.name=Cleddyf Carreg +item.shovelStone.name=Rhaw Carreg +item.pickaxeStone.name=Caib Carreg +item.hatchetStone.name=Bwyell Carreg +item.swordDiamond.name=Cleddyf Diamwnt +item.shovelDiamond.name=Rhaw Diamwnt +item.pickaxeDiamond.name=Caib Diamwnt +item.hatchetDiamond.name=Bwyell Diamwnt +item.stick.name=Ffon +item.bowl.name=Powlen +item.mushroomStew.name=Cawl Madarch +item.swordGold.name=Cleddyf Aur +item.shovelGold.name=Rhaw Aur +item.pickaxeGold.name=Caib Aur +item.hatchetGold.name=Bwyell Aur +item.string.name=Llinyn +item.feather.name=Pluen +item.sulphur.name=Powdr Gwn +item.hoeWood.name=Hof Pren +item.hoeStone.name=Hof Carreg +item.hoeIron.name=Hof Haearn +item.hoeDiamond.name=Hof Diamwnt +item.hoeGold.name=Hof Aur +item.seeds.name=Hadau +item.seeds_pumpkin.name=Hadau Pwmpen +item.seeds_melon.name=Hadau Melon +item.melon.name=Melon +item.wheat.name=Gwenith +item.bread.name=Bara +item.helmetCloth.name=Het Lledr +item.chestplateCloth.name=Tiwnig Lledr +item.leggingsCloth.name=Trowser Lledr +item.bootsCloth.name=Esgidiau Lledr +item.helmetChain.name=Helmed Gadwyn +item.chestplateChain.name=Dwyfronneg Gadwyn +item.leggingsChain.name=Legins Gadwyn +item.bootsChain.name=Esgidiau Gadwyn +item.helmetIron.name=Helmed Haearn +item.chestplateIron.name=Dwyfronneg Haearn +item.leggingsIron.name=Legins Haearn +item.bootsIron.name=Esgidiau Haearn +item.helmetDiamond.name=Helmed Diamwnt +item.chestplateDiamond.name=Dwyfronneg Diamwnt +item.leggingsDiamond.name=Legins Diamwnt +item.bootsDiamond.name=Esgidiau Diamwnt +item.helmetGold.name=Helmed Aur +item.chestplateGold.name=Dwyfronneg Aur +item.leggingsGold.name=Legins Aur +item.bootsGold.name=Esgidiau Aur +item.flint.name=Fflint +item.porkchopRaw.name=Porc Amrwd +item.porkchopCooked.name=Porc wedi Choginio +item.chickenRaw.name=Cyw Iâr Amrwd +item.chickenCooked.name=Cwy Iâr wedi Choginio +item.beefRaw.name=Cig Eidion Amrwd +item.beefCooked.name=Stecen +item.painting.name=Llun +item.frame.name=Ffrâm Eitem +item.appleGold.name=Afal Aur +item.sign.name=Arwydd +item.doorWood.name=Drws Pren +item.bucket.name=Bwced +item.bucketWater.name=Bwced Dŵr +item.bucketLava.name=Bwced Lafa +item.minecart.name=Cart Pwll +item.saddle.name=Cyfrwy +item.doorIron.name=Drws Haearn +item.redstone.name=Carregcoch +item.snowball.name=Pelen Eira +item.boat.name=Cwch +item.leather.name=Lledr +item.milk.name=Llaeth +item.brick.name=Bricsen +item.clay.name=Clai +item.reeds.name=Cansen Siwgr +item.paper.name=Papur +item.book.name=Llyfr +item.slimeball.name=Pelen Sleim +item.minecartChest.name=Cart Pwll gyda Coffr +item.minecartFurnace.name=Cart Pwll gyda Ffwrnais +item.minecartTnt.name=Minecart with TNT +item.minecartHopper.name=Minecart with Hopper +item.egg.name=Ŵy +item.compass.name=Cwmpawd +item.fishingRod.name=Gwialen Pysgota +item.clock.name=Cloc +item.yellowDust.name=Llwch Gloywgarreg +item.fishRaw.name=Pysgodyn Amrwd +item.fishCooked.name=Pysgodyn wedi Choginio +item.record.name=Disg Cerddoriaeth +item.bone.name=Asgwrn +item.dyePowder.black.name=Sach Inc +item.dyePowder.red.name=Coch Rhosyn +item.dyePowder.green.name=Gwyrdd Cactws +item.dyePowder.brown.name=Ffa Coco +item.dyePowder.blue.name=Lapis Lazuli +item.dyePowder.purple.name=Llifyn Porffor +item.dyePowder.cyan.name=Llifyn Gwyrddlas +item.dyePowder.silver.name=Llifyn Llwyd Golau +item.dyePowder.gray.name=Llifyn Llwyd +item.dyePowder.pink.name=Llifyn Pinc +item.dyePowder.lime.name=Llifyn Leim +item.dyePowder.yellow.name=Melyn Dant Y Llew +item.dyePowder.lightBlue.name=Llifyn Glas Golau +item.dyePowder.magenta.name=Llifyn Magenta +item.dyePowder.orange.name=Llifyn Oren +item.dyePowder.white.name=Blawd Esgyrn +item.sugar.name=Siwgr +item.cake.name=Teisen +item.bed.name=Gwely +item.diode.name=Ailadroddwr Carregcoch +item.comparator.name=Cymharydd Carregcoch +item.map.name=Map +item.leaves.name=Dail +item.shears.name=Gwellau +item.rottenFlesh.name=Cnawd Pwdr +item.enderPearl.name=Perl Darfod +item.blazeRod.name=Gwialen Tân +item.ghastTear.name=Deigryn Bwgan +item.netherStalkSeeds.name=Dafadenisel +item.potion.name=Llymed +item.emptyPotion.name=Potel Ddŵr +item.goldNugget.name=Clap Aur +item.glassBottle.name=Potel Gwydr +item.spiderEye.name=Llygaid Pricopyn +item.fermentedSpiderEye.name=Llygaid Pricopyn Wedi Eplesu +item.blazePowder.name=Llwch Tân +item.magmaCream.name=Hufen Magma +item.cauldron.name=Crochan +item.brewingStand.name=Safiad Bragu +item.eyeOfEnder.name=Llygaid Darfod +item.speckledMelon.name=Melon Disglair +item.monsterPlacer.name=Silio +item.expBottle.name=Potel Hudoliaeth +item.fireball.name=Pelen Dân +item.writingBook.name=Llyfr a Chwilsen +item.writtenBook.name=Llyfr a Ysgrifennwyd +item.ruby.name=Rhuddem +item.flowerPot.name=Pot Blodau +item.emptyMap.name=Map Gwag +item.carrots.name=Moronen +item.carrotGolden.name=Moronen Aur +item.potato.name=Taten +item.potatoBaked.name=Taten Pob +item.potatoPoisonous.name=Taten Gwenwynig +item.skull.skeleton.name=Penglog Sgerbwd +item.skull.wither.name=Penglog Sgerbwd Gwywiant +item.skull.zombie.name=Pen Sombi +item.skull.char.name=Pen +item.skull.player.name=Pen %s +item.skull.creeper.name=Pen Cripwyr +item.carrotOnAStick.name=Moronen ar Ffon +item.netherStar.name=Seren Isel +item.pumpkinPie.name=Pei Pwmpen +item.enchantedBook.name=Llyfr Hudolus +item.fireworks.name=Roced Tân Gwyllt +item.fireworks.flight=Hyd Hedfan: +item.fireworksCharge.name=Seren Tân Gwyllt +item.fireworksCharge.black=Du +item.fireworksCharge.red=Coch +item.fireworksCharge.green=Gwyrdd +item.fireworksCharge.brown=Brown +item.fireworksCharge.blue=Glas +item.fireworksCharge.purple=Porffor +item.fireworksCharge.cyan=Gwyrddlas +item.fireworksCharge.silver=Llwyd Golau +item.fireworksCharge.gray=Llwyd +item.fireworksCharge.pink=Pinc +item.fireworksCharge.lime=Leim +item.fireworksCharge.yellow=Melyn +item.fireworksCharge.lightBlue=Glas Golau +item.fireworksCharge.magenta=Magenta +item.fireworksCharge.orange=Oren +item.fireworksCharge.white=Gwyn +item.fireworksCharge.customColor=Addasu +item.fireworksCharge.fadeTo=Pylu i +item.fireworksCharge.flicker=Twincl +item.fireworksCharge.trail=Llwybr +item.fireworksCharge.type.0=Pêl Fach +item.fireworksCharge.type.1=Pêl Mawr +item.fireworksCharge.type.2=Siâp Seren +item.fireworksCharge.type.3=Siâp Cripwyr +item.fireworksCharge.type.4=Byrst +item.fireworksCharge.type=Siâp Anhysbys +item.netherbrick.name=Bricsen Carregisel +item.netherquartz.name=Cwarts Carregisel + +container.inventory=Rhestr Eiddo +container.hopper=Hopran Eitem +container.crafting=Crefftio +container.dispenser=Dosbarthwr +container.dropper=Dropper +container.furnace=Ffwrnais +container.enchant=Hudoliaethu +container.repair=Atgyweirio ac Enwi +container.repair.cost=Cost Hudoliaeth: %1$d +container.repair.expensive=Rhy Ddrud! +container.creative=Dewis Eitem +container.brewing=Safiad Bragu +container.chest=Coffr +container.chestDouble=Coffr Mawr +container.minecart=Cart Pwll +container.enderchest=Coffr Darfod + +item.dyed=Wedi Lliwio + +entity.Item.name=Eitem +entity.XPOrb.name=Pelen Profiad +entity.SmallFireball.name=Small Fireball +entity.Fireball.name=Fireball + +entity.Arrow.name=saeth +entity.Snowball.name=Pelen Eira +entity.Painting.name=Llun + +entity.Mob.name=Creadur +entity.Monster.name=Bwystfil + +entity.Creeper.name=Cripwyr +entity.Skeleton.name=Sgerbwd +entity.Spider.name=Prycopyn +entity.Giant.name=Cawr +entity.Zombie.name=Sombi +entity.Slime.name=Sleim +entity.Ghast.name=Bwgan +entity.PigZombie.name=Mochddyn Sombi +entity.Enderman.name=Dyndarfod +entity.Silverfish.name=Pryfed Arian +entity.CaveSpider.name=Prycopyn Ogof +entity.Blaze.name=Tânfwystfil +entity.LavaSlime.name=Ciwb Magma +entity.MushroomCow.name=Moodarch +entity.Villager.name=Pentrefwr +entity.VillagerGolem.name=Golem Haearn +entity.SnowMan.name=Golem Eira +entity.EnderDragon.name=Draig Darfod +entity.WitherBoss.name=Gwywiant +entity.Witch.name=Gwrach + +entity.Pig.name=Mochyn +entity.Sheep.name=Dafad +entity.Cow.name=Buwch +entity.Chicken.name=Cyw Iâr +entity.Squid.name=Sgwid +entity.Wolf.name=Blaidd +entity.Ozelot.name=Cath Wyllt +entity.Cat.name=Cath +entity.Bat.name=Ystlum + +entity.PrimedTnt.name=Bloc TNT +entity.FallingSand.name=Bloc Cwympo + +entity.Minecart.name=Cart Pwll +entity.Boat.name=Cwch + +entity.generic.name=anhysbys + +death.fell.accident.ladder=%1$s fell off a ladder +death.fell.accident.vines=%1$s fell off some vines +death.fell.accident.water=%1$s fell out of the water +death.fell.accident.generic=%1$s fell from a high place +death.fell.killer=%1$s was doomed to fall +death.fell.assist=%1$s was doomed to fall by %2$s +death.fell.assist.item=%1$s was doomed to fall by %2$s using %3$s +death.fell.finish=%1$s was fell too far and was finished by %2$s +death.fell.finish.item=%1$s was fell too far and was finished by %2$s using %3$s + +death.attack.inFire=%1$s went up in flames +death.attack.inFire.player=%1$s walked into fire whilst fighting %2$s +death.attack.onFire=%1$s burned to death +death.attack.onFire.player=%1$s was burnt to a crisp whilst fighting %2$s +death.attack.lava=%1$s tried to swim in lava +death.attack.lava.player=%1$s tried to swim in lava to escape %2$s +death.attack.inWall=%1$s suffocated in a wall +death.attack.drown=%1$s drowned +death.attack.drown.player=%1$s drowned whilst trying to escape %2$s +death.attack.starve=%1$s starved to death +death.attack.cactus=%1$s was pricked to death +death.attack.cactus.player=%1$s walked into a cactus whilst trying to escape %2$s +death.attack.generic=%1$s died +death.attack.explosion=%1$s blew up +death.attack.explosion.player=%1$s was blown up by %2$s +death.attack.magic=%1$s was killed by magic +death.attack.wither=%1$s withered away +death.attack.anvil=%1$s was squashed by a falling anvil +death.attack.fallingBlock=%1$s was squashed by a falling block +death.attack.mob=%1$s was slain by %2$s +death.attack.player=%1$s was slain by %2$s +death.attack.player.item=%1$s was slain by %2$s using %3$s +death.attack.arrow=%1$s was shot by %2$s +death.attack.arrow.item=%1$s was shot by %2$s using %3$s +death.attack.fireball=%1$s was fireballed by %2$s +death.attack.fireball.item=%1$s was fireballed by %2$s using %3$s +death.attack.thrown=%1$s was pummeled by %2$s +death.attack.thrown.item=%1$s was pummeled by %2$s using %3$s +death.attack.indirectMagic=%1$s was killed by %2$s using magic +death.attack.indirectMagic.item=%1$s was killed by %2$s using %3$s +death.attack.thorns=%1$s was killed trying to hurt %2$s +death.attack.fall=%1$s hit the ground too hard +death.attack.outOfWorld=%1$s fell out of the world + +deathScreen.respawn=Atgyfodi +deathScreen.deleteWorld=Dileu byd +deathScreen.titleScreen=Sgrin teitl +deathScreen.score=Sgôr +deathScreen.title.hardcore=Gêm drosodd! +deathScreen.hardcoreInfo=Ni allwch atgyfodi mewn modd craiddcaled! +deathScreen.title=Marwaist ti! +deathScreen.leaveServer=Gadael gweinydd + +potion.empty=Dim Effaith +potion.moveSpeed=Cyflymder +potion.moveSlowdown=Arafiad +potion.digSpeed=Brys +potion.digSlowDown=Blinder Gloddio +potion.damageBoost=Cryfder +potion.weakness=Gwendid +potion.heal=Iechyd Unwaith +potion.harm=Difrod Unwaith +potion.jump=Hwb Neidio +potion.confusion=Cyfog +potion.regeneration=Adfywio +potion.resistance=Gwrthsafiad +potion.fireResistance=Gwrthsafiad Tân +potion.waterBreathing=Anadlu Dŵr +potion.invisibility=Anweledig +potion.blindness=Dallineb +potion.nightVision=Golwg Nos +potion.hunger=Chwant Bwyd +potion.poison=Gwenwyn +potion.wither=Gwywiant + +potion.moveSpeed.postfix=Diod o Chyflymiad +potion.moveSlowdown.postfix=Diod o Arafiad +potion.digSpeed.postfix=Diod o Frys +potion.digSlowDown.postfix=Diod o Syrthni +potion.damageBoost.postfix=Diod o Chryfder +potion.weakness.postfix=Diod o Wendid +potion.heal.postfix=Diod o Iachau +potion.harm.postfix=Diod o Niweidio +potion.jump.postfix=Diod o Neidio +potion.confusion.postfix=Diod o Chyfogaeth +potion.regeneration.postfix=Diod o Adfywiaeth +potion.resistance.postfix=Diod o Wrthwynebiad +potion.fireResistance.postfix=Diod o Wrthwynebiad Tân +potion.waterBreathing.postfix=Diod o Anadlu Dŵr +potion.invisibility.postfix=Diod o Anweledigaeth +potion.blindness.postfix=Diod o Ddallineb +potion.nightVision.postfix=Diod o Weledigaeth y Nos +potion.hunger.postfix=Diod o Newyn +potion.poison.postfix=Diod o Wenwyn +potion.wither.postfix=Llymed o Bydredd + +potion.potency.0= +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV + +potion.prefix.grenade=Tasgu +potion.prefix.mundane=Cyffredin +potion.prefix.uninteresting=Anniddorol +potion.prefix.bland=Ddi-flas +potion.prefix.clear=Clir +potion.prefix.milky=Llaethog +potion.prefix.diffuse=Gwasgaredig +potion.prefix.artless=Ddi-celf +potion.prefix.thin=Tenau +potion.prefix.awkward=Lletchwith +potion.prefix.flat=Fflat +potion.prefix.bulky=Swmpus +potion.prefix.bungling=Trwsgl +potion.prefix.buttered=Menyn +potion.prefix.smooth=Llyfn +potion.prefix.suave=Hudolus +potion.prefix.debonair=Hynaws +potion.prefix.thick=Trwchus +potion.prefix.elegant=Gain +potion.prefix.fancy=Awydd +potion.prefix.charming=Swynol +potion.prefix.dashing=Tanbaid +potion.prefix.refined=Coeth +potion.prefix.cordial=Calonnog +potion.prefix.sparkling=Pefriol +potion.prefix.potent=Grymus +potion.prefix.foul=Budr +potion.prefix.odorless=Ddiarogl +potion.prefix.rank=Mws +potion.prefix.harsh=Llym +potion.prefix.acrid=Chwerw +potion.prefix.gross=Gros +potion.prefix.stinky=Drewllyd + +enchantment.damage.all=Miniog +enchantment.damage.undead=Taro +enchantment.damage.arthropods=Melltith Arthropodau +enchantment.knockback=Curo 'nol +enchantment.fire=Agwedd Tân +enchantment.protect.all=Amddiffyn +enchantment.protect.fire=Amddiffyniad Tân +enchantment.protect.fall=Cwympiad Plu +enchantment.protect.explosion=Amddiffyniad Chwyth +enchantment.protect.projectile=Amddiffyniad Saeth +enchantment.oxygen=Respiradu +enchantment.waterWorker=Cyfathrach Dŵr +enchantment.digging=Effeithlonrwydd +enchantment.untouching=Cyffwrdd Sidan +enchantment.durability=Didorri +enchantment.lootBonus=Ysbeilio +enchantment.lootBonusDigger=Ffortiwn +enchantment.arrowDamage=Pŵer +enchantment.arrowFire=Fflam +enchantment.arrowKnockback=Dyrniad +enchantment.arrowInfinite=Anfeidredd +enchantment.thorns=Thorns + +enchantment.level.1=I +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.level.10=X + +gui.achievements=Cyflawniadau +gui.stats=Ystadegau + +stat.generalButton=Cyffredinol +stat.blocksButton=Blociau +stat.itemsButton=Eitemau + +stat.used=Gwaith a Ddefnyddir +stat.mined=Gwaith a Glawddi +stat.depleted=Gwaith a Dihysbyddu +stat.crafted=Gwaith a Chrefftwyd + +stat.startGame=Gwaith a chwaraewyd +stat.createWorld=Bydoedd a chwaraewyd +stat.loadWorld=Safiau wedi llwytho +stat.joinMultiplayer=Nifer o ymuniadau aml-chwaraewyr +stat.leaveGame=Gemau wedi adael + +stat.playOneMinute=Munudau wedi Chwarae + +stat.walkOneCm=Pellter Cerdded +stat.fallOneCm=Pellter Cwympo +stat.swimOneCm=Pellter Nofio +stat.flyOneCm=Pellter Hedfan +stat.climbOneCm=Pellter Ddringo +stat.diveOneCm=Pellter Plymio +stat.minecartOneCm=Pellter gyda Cart +stat.boatOneCm=Pellter gyda Cwch +stat.pigOneCm=Pellter gyda Mochyn +stat.jump=Neidiau +stat.drop=Eitemau wedi Gollwng + +stat.damageDealt=Difrod wedi Delio +stat.damageTaken=Difrod wedi Cymryd +stat.deaths=Nifer o Farwolaethau +stat.mobKills=Lladdiau Creadur +stat.playerKills=Lladdiau Chwaraewr +stat.fishCaught=Pysgod wedi Dal + +stat.mineBlock=%1$s wedi Gloddi +stat.craftItem=%1$s wedi Chrefftio +stat.useItem=%1$s wedi Ddefnyddio +stat.breakItem=%1$s wedi Ddihysbyddu + +achievement.get=Cyflawniad wedi cwblhau! + +achievement.taken=Wedi cwblhau! + +achievement.requires=Angen '%1$s' +achievement.openInventory=Cymryd Stoc +achievement.openInventory.desc=Gwasgwch '%1$s' i agor eich rhestr eiddo. +achievement.mineWood=Cael Pren +achievement.mineWood.desc=Ymosodwch goeden tan fod blocyn pren yn neidio allan +achievement.buildWorkBench=Meincnodi +achievement.buildWorkBench.desc=Gwnewch fainc gyda phedwar blocyn planc +achievement.buildPickaxe=Amser Gloddi! +achievement.buildPickaxe.desc=Defnyddiwch planciau a ffyniau i wneud caib +achievement.buildFurnace=Pwnc Poeth +achievement.buildFurnace.desc=Gwnewch ffwrnas gyda wyth blocyn carreg +achievement.acquireIron=Cafael Caledwedd +achievement.acquireIron.desc=Toddwch haearn +achievement.buildHoe=Amser Ffermio! +achievement.buildHoe.desc=Defnyddiwch planciau a ffyniau i wneud hof +achievement.makeBread=Pobi Bara +achievement.makeBread.desc=Trowch gwenith i fara +achievement.bakeCake=Y Celwydd +achievement.bakeCake.desc=Gwenith, siwgr, llaeth a ŵyau! +achievement.buildBetterPickaxe=Uwchraddio +achievement.buildBetterPickaxe.desc=Gwnewch caib gwell +achievement.cookFish=Pysgod Blasus +achievement.cookFish.desc=Daliwch a choginiwch pysgodyn! +achievement.onARail=Ar Ben Rheil +achievement.onARail.desc=Teithiwch gyda charten pwll o leiaf 1 km o'r man dechrau +achievement.buildSword=Amser Bwrw! +achievement.buildSword.desc=Defnyddiwch planciau a ffyniau i wneud cleddyf +achievement.killEnemy=Helwyr Bwystfilod +achievement.killEnemy.desc=Ymosodwch a ddinistriwch bwystfil +achievement.killCow=Tipiwr Gwartheg +achievement.killCow.desc=Cynaeafwch ychydig o ledr +achievement.flyPig=Pan Fod Moch yn Hedfan +achievement.flyPig.desc=Hedfanwch mochyn dros clogwyn +achievement.snipeSkeleton=Gornest Saethwyr +achievement.snipeSkeleton.desc=Lladdwch sgerbwd gyda saeth o fwy na 50 medr i ffwrdd +achievement.diamonds=DIEMWNTAU! +achievement.diamonds.desc=Mwyngloddiwch diemwntau gyda'ch offer haearn +achievement.portal=Mae Angen Mynd yn Ddyfnach +achievement.portal.desc=Adeiladwch porth i'r Isel +achievement.ghast=Dychwelyd i'r Anfonwr +achievement.ghast.desc=Dinistriwch Bwgan gyda phelen tân +achievement.blazeRod=I Fewn i Tân +achievement.blazeRod.desc=Lleddfwch Tânfwystfil o'i wialen +achievement.potion=Bragdy Lleol +achievement.potion.desc=Bragwch lymaid +achievement.theEnd=Y Diwedd? +achievement.theEnd.desc=Ffeindiwch y Diwedd +achievement.theEnd2=Y Diwedd. +achievement.theEnd2.desc=Trechwch y Ddraig Darfod +achievement.enchantments=Hudolwr +achievement.enchantments.desc=Defnyddiwch lyfr, obsidian a diemwntau i wneud bwrdd hudoliaeth +achievement.overkill=Dros-Lladd +achievement.overkill.desc=Deliwch wyth calon o niwed mewn un trawiad +achievement.bookcase=Llyfrgellydd +achievement.bookcase.desc=Adeiladwch silffoedd llyfrau i wella eich bwrdd hudoliaeth + +commands.generic.exception=Digwyddodd gwall dieithr wrth geisio gyflawni'r orchymyn yma +commands.generic.syntax=Cystrawen gorchymyn annilys +commands.generic.player.notFound=Ni ellir ddod o hyd i'r chwaraewr yna +commands.generic.notFound=Gorchymyn dieithr. Triwch /help am rhestr o orchmynion. +commands.generic.num.invalid=Tydi '%s' ddim yn rhif ddilys +commands.generic.num.tooSmall=Mae'r rhif a rhoesoch (%d) yn rhy fychan, rhaid iddo fod o leiaf %d +commands.generic.num.tooBig=Mae'r rhif a rhoesoch (%d) yn rhy fawr, rhaid iddo fod ar y fwyaf %d +commands.generic.double.tooSmall=Mae'r nifer rydych wedi rhoi (%.2f) yn rhy fach, rhaid iddo fod o leiaf %.2f +commands.generic.double.tooBig=Mae'r nifer rydych wedi rhoi (%.2f) yn rhy fawr, rhaid iddo fod ar y fwyaf %.2f +commands.generic.usage=Defnydd: %s + +commands.xp.failure.widthdrawXp=Ni ellir rhoi pwyntiau arbrofiad negyddol i chwaraewr +commands.xp.success=Wedi rhoi %d profiad i %s +commands.xp.success.levels=Wedi rhoi %d lefel i %s +commands.xp.success.negative.levels=Wedi cymryd %d lefel oddi wrth %s +commands.xp.usage=/xp [chwaraewr] NEU /xp L [chwarewr] +commands.give.usage=/give [nifer] [data] +commands.give.notFound=Does ddim eitem gyda ID %d +commands.give.success=Wedi rhoi %s (ID %d) * %d i %s +commands.effect.usage=/effect [seconds] [amplifier] +commands.effect.notFound=There is no such mob effect with ID %d +commands.effect.success=Given %1$s (ID %2$d) * %3$d to %4$s for %5$d seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.enchant.usage=/enchant [lefel] +commands.enchant.notFound=Nid oes hudoliaeth gyda'r ID %d +commands.enchant.noItem=Nid yw'r targed yn cynnal eitem +commands.enchant.cantEnchant=Tydi'r hudoliaeth a ddewisir ddim yn gallu cael ei adio i'r eitem targedol +commands.enchant.cantCombine=Ni ellir gyfuno %1$s gyda %2$s +commands.enchant.success=Hudoliaeth llwyddiannus +commands.clear.usage=/clear [eitem] [data] +commands.clear.success=Wedi clirio rhestr eiddo %s, gwaredu %d eitem +commands.clear.failure=Could not clear the inventory of %s, no items to remove +commands.downfall.success=Wedi toglo'r tywydd +commands.time.usage=/time +commands.time.added=Wedi adio %d i'r amser +commands.time.set=Wedi gosod %d fel yr amser +commands.players.list=Mae yna %d/%d chwaraewyr ar-lein: +commands.banlist.ips=Mae yna %d cyfeiriad IP wedi eu gwahardd: +commands.banlist.players=Mae yna %d chwaraewyr wedi eu gwahardd: +commands.banlist.usage=/banlist [ips|players] +commands.kick.success=Wedi cicio %s o'r gêm +commands.kick.success.reason=Wedi cicio %s o'r gêm: '%s' +commands.kick.usage=/kick [rheswm ...] +commands.op.success=Wedi gweinyddu %s +commands.op.usage=/op +commands.deop.success=Wedi dad-weinyddu %s +commands.deop.usage=/deop +commands.say.usage=/say +commands.ban.success=Wedi gwahardd chwaraewr %s +commands.ban.usage=/ban [rheswm ...] +commands.unban.success=Wedi dad-wahardd chwaraewr %s +commands.unban.usage=/pardon +commands.banip.invalid=Rydych wedi rhoi cyfeiriad IP annilys neu chwaraewr sydd ddim ar-lein +commands.banip.success=Wedi gwahardd cyfeiriad IP %s +commands.banip.success.players=Wedi gwahardd cyfeiriad IP %s sydd yn perthyn i %s +commands.banip.usage=/ban-ip [rheswm ...] +commands.unbanip.invalid=Rydych wedi rhoi cyfeiriad IP annilys +commands.unbanip.success=Wedi dad-wahardd cyfeiriad IP %s +commands.unbanip.usage=/pardon-ip +commands.save.enabled=Wedi troi ymlaen arbedu-awtomatig y byd +commands.save.disabled=Wedi diffodd arbedu-awtomatig y byd +commands.save.start=Arbedu... +commands.save.success=Wedi arbedu y byd +commands.save.failed=Methu safio: %s +commands.stop.start=Stopio'r gweinydd +commands.tp.success=Wedi symud %s i %s +commands.tp.success.coordinates=Wedi symud %s i %.2f,%.2f,%.2f +commands.tp.usage=/tp [chwaraewr targed] NEU /tp [chwaraewr targed] +commands.tp.notSameDimension=Methu symud oherwydd tydi'r chwaraewyr ddim yn yr un ddimensiwn +commands.whitelist.list=Mae yna %d (o %d wedi eu gweld) chwaraewyr ar y rhestr wen: +commands.whitelist.enabled=Wedi troi y rhestr wen ymlaen +commands.whitelist.disabled=Wedi diffodd y rhestr wen +commands.whitelist.reloaded=Wedi ail-lwytho y rhestr wen +commands.whitelist.add.success=Wedi rhoi %s ar y rhestr wen +commands.whitelist.add.usage=/whitelist add +commands.whitelist.remove.success=Wedi tynnu %s oddi ar y rhestr wen +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.scoreboard.usage=/scoreboard +commands.scoreboard.teamNotFound=No team was found by the name '%s' +commands.scoreboard.objectiveNotFound=No objective was found by the name '%s' +commands.scoreboard.objectiveReadOnly=The objective '%s' is read-only and cannot be set +commands.scoreboard.objectives.usage=/scoreboard objectives +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [objective] +commands.scoreboard.objectives.setdisplay.invalidSlot=No such display slot '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Cleared objective display slot '%s' +commands.scoreboard.objectives.setdisplay.successSet=Set the display objective in slot '%s' to '%s' +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [display name ...] +commands.scoreboard.objectives.add.wrongType=Invalid objective criteria type. Valid types are: %s +commands.scoreboard.objectives.add.alreadyExists=An objective with the name '%s' already exists +commands.scoreboard.objectives.add.tooLong=The name '%s' is too long for an objective, it can be at most %d characters long +commands.scoreboard.objectives.add.displayTooLong=The display name '%s' is too long for an objective, it can be at most %d characters long +commands.scoreboard.objectives.add.success=Added new objective '%s' successfully +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.remove.success=Removed objective '%s' successfully +commands.scoreboard.objectives.list.count=Showing %d objective(s) on scoreboard +commands.scoreboard.objectives.list.entry=- %s: displays as '%s' and is type '%s' +commands.scoreboard.objectives.list.empty=There are no objectives on the scoreboard +commands.scoreboard.players.usage=/scoreboard players +commands.scoreboard.players.set.success=Set score of %s for player %s to %d +commands.scoreboard.players.set.usage=/scoreboard players set +commands.scoreboard.players.add.usage=/scoreboard players add +commands.scoreboard.players.remove.usage=/scoreboard players remove +commands.scoreboard.players.reset.usage=/scoreboard players reset +commands.scoreboard.players.reset.success=Reset all scores of player %s +commands.scoreboard.players.list.count=Showing %d tracked players on the scoreboard +commands.scoreboard.players.list.empty=There are no tracked players on the scoreboard +commands.scoreboard.players.list.player.count=Showing %d tracked objective(s) for %s +commands.scoreboard.players.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.players.list.player.empty=Player %s has no scores recorded +commands.scoreboard.teams.usage=/scoreboard teams +commands.scoreboard.teams.add.usage=/scoreboard teams add [display name ...] +commands.scoreboard.teams.add.alreadyExists=A team with the name '%s' already exists +commands.scoreboard.teams.add.tooLong=The name '%s' is too long for a team, it can be at most %d characters long +commands.scoreboard.teams.add.displayTooLong=The display name '%s' is too long for a team, it can be at most %d characters long +commands.scoreboard.teams.add.success=Added new team '%s' successfully +commands.scoreboard.teams.list.usage=/scoreboard teams list [name] +commands.scoreboard.teams.list.count=Showing %d teams on the scoreboard +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' has %3$d players +commands.scoreboard.teams.list.empty=There are no teams registered on the scoreboard +commands.scoreboard.teams.list.player.count=Showing %d player(s) in team %s +commands.scoreboard.teams.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.teams.list.player.empty=Team %s has no players +commands.scoreboard.teams.empty.usage=/scoreboard teams clear +commands.scoreboard.teams.empty.alreadyEmpty=Team %s is already empty, cannot remove nonexistant players +commands.scoreboard.teams.empty.success=Removed all %d player(s) from team %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.remove.success=Removed team %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [player] +commands.scoreboard.teams.join.success=Added %d player(s) to team %s: %s +commands.scoreboard.teams.join.failure=Could not add %d player(s) to team %s: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [player] +commands.scoreboard.teams.leave.success=Removed %d player(s) from their teams: %s +commands.scoreboard.teams.leave.failure=Could not remove %d player(s) from their teams: %s +commands.scoreboard.teams.leave.noTeam=You are not in a team +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.option.noValue=Valid values for option %s are: %s +commands.scoreboard.teams.option.success=Set option %s for team %s to %s +commands.gamemode.success.self=Wedi gosod modd gêm eich hunain i %s +commands.gamemode.success.other=Wedi gosod modd gêm %s i %s +commands.gamemode.usage=/gamemode [chwaraewr] +commands.defaultgamemode.usage=/defaultgamemode +commands.defaultgamemode.success=Mae modd gêm rhagosodedig y byd nawr yn %s +commands.me.usage=/me +commands.help.header=--- Dangos tudalen help %d o %d (/help ) --- +commands.help.footer=Awgrym: Defnyddiwch yr allwedd wrth fynedi gorchymyn i gwblhau y gorchymyn neu ei pharamedrau yn awtomatig +commands.help.usage=/help [tudalen|enw'r gorchymyn] +commands.publish.started=Cynhaliwyd gêm lleol ar %s +commands.publish.failed=Methu cynnal gêm lleol +commands.debug.start=Wedi dechrau proffilio dadfygio +commands.debug.stop=Wedi stopio proffilio dadfygio ar ôl %.2f eiliadau (%d ticiau) +commands.debug.notStarted=Ddim yn bosib stopio proffilio oherwydd rydym heb ddechrau eto! +commands.debug.usage=/debug +commands.message.usage=/tell +commands.message.sameTarget=Ni allwch anfon neges breifat i chi eich hun! +commands.message.display.outgoing=Sibrydwch i %s: %s +commands.message.display.incoming=Sibrydodd %s i chi: %s +commands.difficulty.usage=/difficulty +commands.difficulty.success=Wedi gosod anhawster y gêm i %s +commands.spawnpoint.usage=/spawnpoint NEU /spawnpoint NEU /spawnpoint +commands.spawnpoint.success=Wedi gosod man silio %s i (%d, %d, %d) +commands.gamerule.usage=/gamerule NEU /gamerule +commands.gamerule.success=Rheol gêm wedi cael ei ddiweddaru +commands.gamerule.norule=Nid oes rheol gêm o'r enw '%s' ar gael +commands.weather.usage=/weather [hyd mewn eiliadau] +commands.weather.clear=Newid i dywydd clir +commands.weather.rain=Newid i dywydd gwlyb +commands.weather.thunder=Newid i law a tharanau +commands.testfor.usage=/testfor +commands.testfor.failed=/testfor is only usable by commandblocks with analog output + +itemGroup.buildingBlocks=Blociau Adeiladu +itemGroup.decorations=Blociau Addurno +itemGroup.redstone=Carregcoch +itemGroup.transportation=Cludiant +itemGroup.misc=Amrywiol +itemGroup.search=Chwilio Eitemau +itemGroup.food=Bwyd +itemGroup.tools=Offer +itemGroup.combat=Brwydro +itemGroup.brewing=Bragu +itemGroup.materials=Deunyddiau +itemGroup.inventory=Rhestr Eiddo Goroesi + +inventory.binSlot=Dinistrio Eitem + +advMode.setCommand=Gosod Gorchymyn Consol ar gyfer y Bloc +advMode.command=Gorchymyn Consol +advMode.nearestPlayer=Defnyddiwch "@p" i ddargedu'r chwaraewr agosaf +advMode.randomPlayer=Defnyddiwch "@r" i ddargedu chwaraewr ar hap +advMode.allPlayers=Defnyddiwch "@a" i ddargedu pob chwaraewr + +advMode.notEnabled=Tydi blociau gorchymyn heb ei alluogi ar y gweinydd yma +advMode.notAllowed=Rhaid fod yn weithredwr (op) yn y modd creadigol + +mco.title=Minecraft Realms +mco.selectServer.select=Join Server +mco.selectServer.configure=Configure +mco.selectServer.create=Create World +mco.selectServer.moreinfo=More Info + +mco.configure.world.edit.title=Edit World + +mco.configure.world.title=Configure World +mco.configure.world.name=Name +mco.configure.world.description=Description +mco.configure.world.location=Location +mco.configure.world.invited=Invited +mco.configure.world.buttons.edit=Edit +mco.configure.world.buttons.reset=Reset World +mco.configure.world.buttons.done=Done +mco.configure.world.buttons.delete=Delete +mco.configure.world.buttons.open=Open World +mco.configure.world.buttons.close=Close World +mco.configure.world.buttons.invite=Invite +mco.configure.world.buttons.uninvite=Uninvite +mco.configure.world.buttons.subscription=Subscription +mco.configure.world.invite.profile.name=Name +mco.configure.world.uninvite.question=Are you sure that you want to uninvite + +mco.configure.world.subscription.title=Subscription Info +mco.configure.world.subscription.daysleft=Days Left +mco.configure.world.subscription.start=Start Date +mco.configure.world.subscription.extend=Extend + +mco.create.world.location.title=Locations +mco.create.world.location.warning=You may not get the exact location you select +mco.create.world.wait=Creating the world... + +mco.reset.world.title=Reset World +mco.reset.world.warning=This will permanently delete your world! +mco.reset.world.seed=Seed (Optional) +mco.reset.world.resetting.screen.title=Resetting World... + +mco.configure.world.close.question.line1=Your world will become unavailable. +mco.configure.world.close.question.line2=Are you sure you want to do that? + +mco.connect.connecting=Connecting to the online server... +mco.connect.authorizing=Logging in... +mco.connect.failed=Failed to connect to the online server + +mco.create.world=Create + diff --git a/1.5.2/lang/da_DK.lang b/1.5.2/lang/da_DK.lang new file mode 100644 index 00000000..99e893cd --- /dev/null +++ b/1.5.2/lang/da_DK.lang @@ -0,0 +1,1293 @@ +#X-Generator: crowdin.net + +language.name=Dansk +language.region=DK +language.code=da_DK + +gui.done=Færdig +gui.cancel=Annuller +gui.back=Back +gui.toMenu=Tilbage til hovedmenuen +gui.up=Op +gui.down=Ned +gui.yes=Ja +gui.no=Nej + +menu.singleplayer=Singleplayer +menu.multiplayer=Multiplayer +menu.online=Minecraft Realms +menu.options=Indstillinger... +menu.quit=Afslut spil +menu.returnToMenu=Gem og gå til hovedmenuen +menu.disconnect=Afbryd +menu.returnToGame=Tilbage til spillet +menu.switchingLevel=Skifter verden +menu.generatingLevel=Genererer verden +menu.loadingLevel=Indlæser verden +menu.generatingTerrain=Opbygger terræn +menu.convertingLevel=Konverterer verden +menu.simulating=Simulerer verden for et øjeblik +menu.respawning=Respawner +menu.shareToLan=Åbn for LAN + +selectWorld.title=Vælg verden +selectWorld.empty=tom +selectWorld.world=Verden +selectWorld.select=Spil den valgte verden +selectWorld.create=Skab en ny verden +selectWorld.recreate=Genskab +selectWorld.createDemo=Spil ny demo-verden +selectWorld.delete=Slet +selectWorld.rename=Omdøb +selectWorld.deleteQuestion=Er du sikker på, at du vil slette denne verden? +selectWorld.deleteWarning=vil være tabt for evigt! (Meget lang tid!) +selectWorld.deleteButton=Slet +selectWorld.renameButton=Omdøb +selectWorld.renameTitle=Omdøb verden +selectWorld.conversion=Skal konverteres! +selectWorld.newWorld=Ny verden +selectWorld.newWorld.copyOf=Kopi af %s +selectWorld.enterName=Verdenens navn +selectWorld.resultFolder=Vil blive gemt i: +selectWorld.enterSeed=Seed til verdensgeneratoren +selectWorld.seedInfo=Efterlad tomt for at få et tilfældigt seed +selectWorld.cheats=Snyd +selectWorld.customizeType=Tilpas + +createWorld.customize.presets=Forudindstillinger +createWorld.customize.presets.title=Vælg en forudindstilling +createWorld.customize.presets.select=Brug forudindstilling +createWorld.customize.presets.share=Vil du dele din forudindstilling med nogen? Brug boksen herunder! +createWorld.customize.presets.list=Alternativt er her er nogle vi tidligere har lavet! +createWorld.customize.flat.title=Tilpasning af Helt flad +createWorld.customize.flat.tile=Lagmateriale +createWorld.customize.flat.height=Højde +createWorld.customize.flat.addLayer=Tilføj lag +createWorld.customize.flat.editLayer=Rediger lag +createWorld.customize.flat.removeLayer=Fjern lag +createWorld.customize.flat.layer.top=Top - %d +createWorld.customize.flat.layer=%d +createWorld.customize.flat.layer.bottom=Bund - %d + +gameMode.survival=Overlevelse +gameMode.creative=Kreativ +gameMode.adventure=Eventyr +gameMode.hardcore=Hardcore! +gameMode.changed=Din spiltilstand er blevet ændret + +selectWorld.gameMode=Spiltilstand: +selectWorld.gameMode.survival=Overlevelse +selectWorld.gameMode.survival.line1=Søg efter ressourcer, fremstil, opnå +selectWorld.gameMode.survival.line2=niveauer, helbred og sult +selectWorld.gameMode.creative=Kreativ +selectWorld.gameMode.creative.line1=Ubegrænsede ressourcer, fri flyvning og +selectWorld.gameMode.creative.line2=ødelæg blokke øjeblikkeligt +selectWorld.gameMode.hardcore=Hardcore +selectWorld.gameMode.hardcore.line1=Samme som overlevelsestilstand, låst i den sværeste +selectWorld.gameMode.hardcore.line2=sværhedsgrad, og kun ét liv +selectWorld.gameMode.adventure=Eventyr +selectWorld.gameMode.adventure.line1=Det samme som overlevelsestilstand, men blokke kan ikke +selectWorld.gameMode.adventure.line2=placeres eller fjernes +selectWorld.moreWorldOptions=Flere verdensindstillinger... +selectWorld.mapFeatures=Generér strukturer: +selectWorld.mapFeatures.info=Landsbyer, fangekældre, osv. +selectWorld.mapType=Verdenstype: +selectWorld.mapType.normal=Normal +selectWorld.allowCommands=Tillad snyd: +selectWorld.allowCommands.info=Kommandoer som /gamemode, /xp +selectWorld.hardcoreMode=Hardcore: +selectWorld.hardcoreMode.info=Verdenen slettes ved dødsfald +selectWorld.bonusItems=Bonus-kiste: + +generator.default=Standard +generator.flat=Helt flad +generator.largeBiomes=Store biomer + +selectServer.title=Vælg server +selectServer.empty=tom +selectServer.select=Deltag i serveren +selectServer.direct=Forbind direkte +selectServer.edit=Rediger +selectServer.delete=Slet +selectServer.add=Tilføj server +selectServer.defaultName=Minecraft-server +selectServer.deleteQuestion=Er du sikker på, at du vil fjerne denne server? +selectServer.deleteWarning=vil være tabt for evigt! (Meget lang tid!) +selectServer.deleteButton=Slet +selectServer.refresh=Opdater +selectServer.hiddenAddress=(Skjult) +addServer.title=Rediger serverinformation +addServer.enterName=Servernavn +addServer.enterIp=Serveradresse +addServer.add=Færdig +addServer.hideAddress=Skjul adresse +lanServer.title=LAN-verden +lanServer.scanning=Scanning for games on your local network +lanServer.start=Start LAN-verden +lanServer.otherPlayers=Indstillinger for andre spillere +mcoServer.title=Minecraft online verden + +multiplayer.title=Spil multiplayer +multiplayer.connect=Forbind +multiplayer.info1=Minecraft Multiplayer er i øjeblikket ikke færdig, men der +multiplayer.info2=er lige nu nogle tidlige fejltestninger. +multiplayer.ipinfo=Indtast IP'en til den server du vil forbindes til: + +multiplayer.texturePrompt.line1=Denne server anbefaler at bruge en specifik teksturpakke +multiplayer.texturePrompt.line2=Vil du hente og installere den automagisk? + +multiplayer.downloadingTerrain=Downloader terræn + +multiplayer.stopSleeping=Forlad seng + +chat.link.confirm=Er du sikker på, at du vil åbne denne hjemmeside? +chat.link.warning=Åbn aldrig links fra folk, som du ikke stoler på! +chat.copy=Kopier til Udklipsholder + +menu.playdemo=Spil Demo-verden +menu.resetdemo=Nulstil demo-verden +demo.day.1=Denne demo vil vare i fem spildage, gør dit bedste! +demo.day.2=Dag to +demo.day.3=Dag tre +demo.day.4=Dag fire +demo.day.5=Dette er din sidste dag! +demo.day.warning=Din tid er næsten opbrugt! +demo.day.6=Femte dag er passeret, tryk F2 for at gemme et skærmbillede af din kreation +demo.reminder=Demoens tid er udløbet; køb spillet for at fortsætte eller start en ny verden! +demo.remainingTime=Resterende tid: %s +demo.demoExpired=Demoens tid er udløbet! +demo.help.movement=Brug %1$s, %2$s, %3$s, %4$s og musen til at bevæge dig rundt +demo.help.movementShort=Bevæg dig med %1$s, %2$s, %3$s, %4$s +demo.help.movementMouse=Se dig omkring ved at bruge musen +demo.help.jump=Brug %1$s til at hoppe +demo.help.inventory=Brug %1$s til at åbne din taske +demo.help.title=Minecraft Demo +demo.help.fullWrapped=Denne demo vil vare 5 dage i spillet (ca. 1 time og 40 minutters spilletid). Se bedrifterne for hints! God spillelyst! +demo.help.buy=Køb nu! +demo.help.later=Spil videre! + +connect.connecting=Forbinder til serveren... +connect.authorizing=Logger ind... +connect.failed=Kunne ikke forbinde til serveren + +disconnect.genericReason=%s +disconnect.disconnected=Forbindelse afbrudt af serveren +disconnect.lost=Forbindelse tabt +disconnect.kicked=Blev smidt ud af spillet +disconnect.timeout=Udløbet +disconnect.closed=Forbindelse lukket +disconnect.loginFailed=Fejl ved login +disconnect.loginFailedInfo=Fejl ved login: %s +disconnect.quitting=Afslutter +disconnect.endOfStream=Datastrøm sluttede +disconnect.overflow=Bufferoverløb +disconnect.spam=Blev smidt ud pga. spamming + +options.off=Fra +options.on=Til +options.visible=Vist +options.hidden=Skjult +options.title=Indstillinger +options.controls=Styring... +options.video=Videoindstillinger... +options.language=Sprog... +options.languageWarning=Oversættelserne vil muligvis ikke være 100% præcise +options.videoTitle=Videoindstillinger +options.music=Musik +options.sound=Lyd +options.invertMouse=Spejlvend mus +options.fov=Synsfelt +options.fov.min=Normal +options.fov.max=Quake Pro +options.gamma=Lysstyrke +options.gamma.min=Dunkel +options.gamma.max=Lys +options.sensitivity=Følsomhed +options.sensitivity.min=*gab* +options.sensitivity.max=HYPERFART!!! +options.renderDistance=Synslængde +options.renderDistance.tiny=Lille +options.renderDistance.short=Kort +options.renderDistance.normal=Normal +options.renderDistance.far=Lang +options.viewBobbing=Vis gangbevægelse +options.ao=Jævn belysning +options.ao.off=Off +options.ao.min=Minimum +options.ao.max=Maximum +options.anaglyph=3D-Anaglyf +options.framerateLimit=Ydeevne +options.difficulty=Sværhedsgrad +options.difficulty.peaceful=Fredelig +options.difficulty.easy=Let +options.difficulty.normal=Normal +options.difficulty.hard=Svær +options.difficulty.hardcore=Hardcore +options.graphics=Grafik +options.graphics.fancy=Flot +options.graphics.fast=Hurtig +options.guiScale=GUI-skalering +options.guiScale.auto=Automatisk +options.guiScale.small=Lille +options.guiScale.normal=Normal +options.guiScale.large=Stor +options.advancedOpengl=Avanceret OpenGL +options.renderClouds=Skyer +options.farWarning1=En 64-bit Java-installation anbefales +options.farWarning2=til 'Lang' renderingsafstand (du har 32 bit) +options.particles=Partikler +options.particles.all=Alle +options.particles.decreased=Formindsket +options.particles.minimal=Minimal +options.multiplayer.title=Multiplayer... +options.chat.title=Chat... +options.chat.visibility=Chat +options.chat.visibility.full=Vist +options.chat.visibility.system=Kun kommandoer +options.chat.visibility.hidden=Skjult +options.chat.color=Farver +options.chat.opacity=Opacitet +options.chat.links=Web-links +options.chat.links.prompt=Spørg før links åbnes +options.chat.scale=Scale +options.chat.width=Bredde +options.chat.height.focused=fokuseret højde +options.chat.height.unfocused=unfocused højde +options.showCape=Vis kappe +options.serverTextures=Server-teksturer +options.snooper=Tillad overvågning +options.snooper.view=Overvågning... +options.snooper.title=Samling af maskinespecifikationer +options.snooper.desc=Vi ønsker at indsamle oplysninger om din maskine for at forbedre Minecraft ved at vide, hvad vi kan understøtte, og hvor de største problemer er. Alle disse oplysninger er helt anonyme og kan ses nedenfor. Vi lover, vi ikke gør noget slemt med disse data, men hvis du ikke vil være med, så er du velkommen til at slå det fra! +options.texture.pack=no +options.fullscreen=Fuld skærm +options.vsync=Benyt VSync +options.touchscreen=Touchscreen-tilstand + +performance.max=Maks. FPS +performance.balanced=Balanceret +performance.powersaver=Strømbesparelse + +controls.title=Styring + +key.forward=Frem +key.left=Venstre +key.back=Tilbage +key.right=Højre +key.jump=Hop +key.inventory=Taske +key.drop=Smid +key.chat=Chat +key.fog=Tågeafstand +key.sneak=Snig +key.playerlist=Spillerliste +key.attack=Angrib +key.use=Anvend genstand +key.pickItem=Vælg blok +key.mouseButton=Knap %1$s +key.command=Kommando + +texturePack.openFolder=Åbn mappe til teksturpakke +texturePack.title=Vælg teksturpakke +texturePack.folderInfo=(Placér filer fra teksturpakke her) +texturePack.incompatible=Inkompatibel + +book.pageIndicator=Side %1$s af %2$s +book.byAuthor=af %1$s +book.signButton=Underskriv +book.editTitle=Angiv bogtitel: +book.finalizeButton=Underskriv og luk +book.finalizeWarning=Bemærk! Når du underskriver bogen, kan den ikke længere redigeres. + +tile.stone.name=Sten + +tile.grass.name=Græsblok +tile.dirt.name=Jord +tile.stonebrick.name=Brosten +tile.wood.name=Træplanker +tile.wood.oak.name=Egetræplanker +tile.wood.spruce.name=Grantræplanker +tile.wood.birch.name=Birketræplanker +tile.wood.jungle.name=Jungletræplanker +tile.sapling.oak.name=Ungt egetræ +tile.sapling.spruce.name=Ungt grantræ +tile.sapling.birch.name=Ungt birketræ +tile.sapling.jungle.name=Ungt jungletræ +tile.deadbush.name=Død busk +tile.bedrock.name=Grundfjeld +tile.water.name=Vand +tile.lava.name=Lava +tile.sand.name=Sand +tile.sandStone.name=Sandsten +tile.sandStone.default.name=Sandsten +tile.sandStone.chiseled.name=Mejslet sandsten +tile.sandStone.smooth.name=Glat sandsten +tile.gravel.name=Grus +tile.oreGold.name=Guldmalm +tile.oreIron.name=Jernmalm +tile.oreCoal.name=Kulmalm +tile.log.name=Træ +tile.log.oak.name=Egetræ +tile.log.spruce.name=Grantræ +tile.log.birch.name=Birketræ +tile.log.jungle.name=Jungletræ +tile.leaves.name=Blade +tile.leaves.oak.name=Egeløv +tile.leaves.spruce.name=Grannåle +tile.leaves.birch.name=Birkeløv +tile.leaves.jungle.name=Jungleløv +tile.tallgrass.name=Græs +tile.tallgrass.shrub.name=Busk +tile.tallgrass.grass.name=Græs +tile.tallgrass.fern.name=Bregne +tile.sponge.name=Svamp +tile.glass.name=Glas +tile.thinGlass.name=Glaspanel +tile.cloth.name=Uld +tile.flower.name=Blomst +tile.rose.name=Rose +tile.mushroom.name=Svamp +tile.blockGold.name=Blok af guld +tile.blockIron.name=Blok af jern +tile.stoneSlab.stone.name=Stenflise +tile.stoneSlab.sand.name=Sandstensflise +tile.stoneSlab.wood.name=Træplade +tile.stoneSlab.cobble.name=Brostensflise +tile.stoneSlab.brick.name=Murstensflise +tile.stoneSlab.smoothStoneBrick.name=Stenmurstensflise +tile.stoneSlab.netherBrick.name=Nether-murstensflise +tile.stoneSlab.quartz.name=Kvartsflise +tile.woodSlab.oak.name=Egetræplade +tile.woodSlab.spruce.name=Grantræplade +tile.woodSlab.birch.name=Birketræsplade +tile.woodSlab.jungle.name=Jungletræplade +tile.brick.name=Mursten +tile.tnt.name=TNT +tile.bookshelf.name=Bogreol +tile.stoneMoss.name=Mossten +tile.obsidian.name=Obsidian +tile.torch.name=Fakkel +tile.fire.name=Ild +tile.mobSpawner.name=Monster-spawner +tile.stairsWood.name=Egetræstrappe +tile.stairsWoodSpruce.name=Grantræstrappe +tile.stairsWoodBirch.name=Birketræstrappe +tile.stairsWoodJungle.name=Jungletræstrappe +tile.chest.name=Kiste +tile.chestTrap.name=Falsk kiste +tile.redstoneDust.name=Rødstenspulver +tile.oreDiamond.name=Diamantmalm +tile.blockDiamond.name=Blok af diamant +tile.workbench.name=Arbejdsbord +tile.crops.name=Afgrøder +tile.farmland.name=Landbrugsjord +tile.furnace.name=Ovn +tile.sign.name=Skilt +tile.doorWood.name=Trædør +tile.ladder.name=Stige +tile.rail.name=Spor +tile.goldenRail.name=Strømspor +tile.activatorRail.name=Aktiveringsskinne +tile.detectorRail.name=Detektorspor +tile.stairsStone.name=Stentrappe +tile.stairsSandStone.name=Sandstenstrappe +tile.lever.name=Håndtag +tile.pressurePlate.name=Trykplade +tile.weightedPlate_light.name=Vægtet trykplade (let) +tile.weightedPlate_heavy.name=Vægtet trykplade (tung) +tile.doorIron.name=Jerndør +tile.oreRedstone.name=Rødstensmalm +tile.notGate.name=Rødstensfakkel +tile.button.name=Knap +tile.snow.name=Sne +tile.ice.name=Is +tile.cactus.name=Kaktus +tile.clay.name=Ler +tile.reeds.name=Sukkerrør +tile.jukebox.name=Jukeboks +tile.fence.name=Hegn +tile.fenceGate.name=Hegnslåge +tile.pumpkin.name=Græskar +tile.litpumpkin.name=Græskarlampe +tile.hellrock.name=Nether-sten +tile.hellsand.name=Sjælesand +tile.lightgem.name=Glødesten +tile.portal.name=Portal +tile.cloth.black.name=Sort uld +tile.cloth.red.name=Rød uld +tile.cloth.green.name=Grøn uld +tile.cloth.brown.name=Brun uld +tile.cloth.blue.name=Blå uld +tile.cloth.purple.name=Lilla uld +tile.cloth.cyan.name=Turkis uld +tile.cloth.silver.name=Lysegrå uld +tile.cloth.gray.name=Grå uld +tile.cloth.pink.name=Lyserød uld +tile.cloth.lime.name=Limefarvet uld +tile.cloth.yellow.name=Gul uld +tile.cloth.lightBlue.name=Lyseblå uld +tile.cloth.magenta.name=Lyslilla uld +tile.cloth.orange.name=Orange uld +tile.cloth.white.name=Uld +tile.oreLapis.name=Lapis Lazuli-malm +tile.blockLapis.name=Lapis Lazuli-blok +tile.dispenser.name=Automat +tile.dropper.name=Dropper +tile.musicBlock.name=Nodeblok +tile.cake.name=Kage +tile.bed.name=Seng +tile.bed.occupied=Denne seng er optaget +tile.bed.noSleep=Du kan kun sove om natten +tile.bed.notSafe=Du kan ikke hvile nu; der er monstre i nærheden +tile.bed.notValid=Din egen seng var væk eller blokeret +tile.lockedchest.name=Låst kiste +tile.trapdoor.name=Lem +tile.web.name=Spindelvæv +tile.stonebricksmooth.name=Stenmursten +tile.stonebricksmooth.default.name=Stenmursten +tile.stonebricksmooth.mossy.name=Mosbegroede stenmursten +tile.stonebricksmooth.cracked.name=Revnede stenmursten +tile.stonebricksmooth.chiseled.name=Mejslede stenmursten +tile.monsterStoneEgg.stone.name=Monsteræg af sten +tile.monsterStoneEgg.cobble.name=Monsteræg af brosten +tile.monsterStoneEgg.brick.name=Monsteræg af stenmursten +tile.pistonBase.name=Stempel +tile.pistonStickyBase.name=Klistret stempel +tile.fenceIron.name=Jerntremmer +tile.melon.name=Vandmelon +tile.stairsBrick.name=Murstenstrappe +tile.stairsStoneBrickSmooth.name=Stenmurstenstrappe +tile.vine.name=Slyngplante +tile.netherBrick.name=Nether-mursten +tile.netherFence.name=Nether-murstenshegn +tile.stairsNetherBrick.name=Nether-murstenstrappe +tile.netherStalk.name=Nether-vorte +tile.cauldron.name=Kar +tile.enchantmentTable.name=Fortryllelsesbord +tile.anvil.name=Ambolt +tile.anvil.intact.name=Ambolt +tile.anvil.slightlyDamaged.name=Lettere beskadiget ambolt +tile.anvil.veryDamaged.name=Svært beskadiget ambolt +tile.whiteStone.name=Endesten +tile.endPortalFrame.name=End Portal +tile.mycel.name=Svampevæv +tile.waterlily.name=Åkande +tile.dragonEgg.name=Drageæg +tile.redstoneLight.name=Rødstenslampe +tile.cocoa.name=Kakao +tile.enderChest.name=Enderkiste +tile.oreRuby.name=Rubinmalm +tile.oreEmerald.name=Smaragdmalm +tile.blockEmerald.name=Blok af smaragd +tile.blockRedstone.name=Blok af rødsten +tile.tripWire.name=Snubletråd +tile.tripWireSource.name=Snubletrådskrog +tile.commandBlock.name=Kommandoblok +tile.beacon.name=Signallys +tile.beacon.primary=Primær kraft +tile.beacon.secondary=Sekundær kraft +tile.cobbleWall.normal.name=Brostensvæg +tile.cobbleWall.mossy.name=Mosbegroet brostensvæg +tile.carrots.name=Gulerødder +tile.potatoes.name=Kartofler +tile.daylightDetector.name=Dagslys-sensor +tile.netherquartz.name=Nether-kvarts malm +tile.hopper.name=Tragt +tile.quartzBlock.default.name=Blok af quartz +tile.quartzBlock.chiseled.name=Mejslet kvarts blok +tile.quartzBlock.lines.name=Sølje kvarts blok +tile.stairsQuartz.name=Kvartstrappe + +item.shovelIron.name=Jernspade +item.pickaxeIron.name=Jernhakke +item.hatchetIron.name=Jernøkse +item.flintAndSteel.name=Flint og stål +item.apple.name=Æble +item.cookie.name=Småkage +item.bow.name=Bue +item.arrow.name=Pil +item.coal.name=Kul +item.charcoal.name=Trækul +item.diamond.name=Diamant +item.emerald.name=Smaragd +item.ingotIron.name=Jernbarre +item.ingotGold.name=Guldbarre +item.swordIron.name=Jernsværd +item.swordWood.name=Træsværd +item.shovelWood.name=Træspade +item.pickaxeWood.name=Træhakke +item.hatchetWood.name=Træøkse +item.swordStone.name=Stensværd +item.shovelStone.name=Stenspade +item.pickaxeStone.name=Stenhakke +item.hatchetStone.name=Stenøkse +item.swordDiamond.name=Diamantsværd +item.shovelDiamond.name=Diamantspade +item.pickaxeDiamond.name=Diamanthakke +item.hatchetDiamond.name=Diamantøkse +item.stick.name=Pind +item.bowl.name=Skål +item.mushroomStew.name=Svampestuvning +item.swordGold.name=Guldsværd +item.shovelGold.name=Guldspade +item.pickaxeGold.name=Guldhakke +item.hatchetGold.name=Guldøkse +item.string.name=Tråd +item.feather.name=Fjer +item.sulphur.name=Krudt +item.hoeWood.name=Trælugejern +item.hoeStone.name=Stenlugejern +item.hoeIron.name=Jernlugejern +item.hoeDiamond.name=Diamantlugejern +item.hoeGold.name=Guldlugejern +item.seeds.name=Frø +item.seeds_pumpkin.name=Græskarfrø +item.seeds_melon.name=Vandmelonsfrø +item.melon.name=Vandmelon +item.wheat.name=Hvede +item.bread.name=Brød +item.helmetCloth.name=Læderhat +item.chestplateCloth.name=Lædertrøje +item.leggingsCloth.name=Læderbukser +item.bootsCloth.name=Læderstøvler +item.helmetChain.name=Brynjehjelm +item.chestplateChain.name=Brynje +item.leggingsChain.name=Brynjebukser +item.bootsChain.name=Brynjestøvler +item.helmetIron.name=Jernhjelm +item.chestplateIron.name=Jernbrystplade +item.leggingsIron.name=Jernbukser +item.bootsIron.name=Jernstøvler +item.helmetDiamond.name=Diamanthjelm +item.chestplateDiamond.name=Diamantbrystplade +item.leggingsDiamond.name=Diamantbukser +item.bootsDiamond.name=Diamantstøvler +item.helmetGold.name=Guldhjelm +item.chestplateGold.name=Guldbrystplade +item.leggingsGold.name=Guldbukser +item.bootsGold.name=Guldstøvler +item.flint.name=Flint +item.porkchopRaw.name=Rå svinekotelet +item.porkchopCooked.name=Stegt svinekotelet +item.chickenRaw.name=Rå kylling +item.chickenCooked.name=Stegt kylling +item.beefRaw.name=Rå bøf +item.beefCooked.name=Bøf +item.painting.name=Maleri +item.frame.name=Genstandsramme +item.appleGold.name=Gyldent æble +item.sign.name=Skilt +item.doorWood.name=Trædør +item.bucket.name=Spand +item.bucketWater.name=Vandspand +item.bucketLava.name=Lavaspand +item.minecart.name=Minevogn +item.saddle.name=Sadel +item.doorIron.name=Jerndør +item.redstone.name=Rødsten +item.snowball.name=Snebold +item.boat.name=Båd +item.leather.name=Læder +item.milk.name=Mælk +item.brick.name=Mursten +item.clay.name=Ler +item.reeds.name=Sukkerrør +item.paper.name=Papir +item.book.name=Bog +item.slimeball.name=Slimbold +item.minecartChest.name=Minevogn med kiste +item.minecartFurnace.name=Minevogn med ovn +item.minecartTnt.name=Minevogn med TNT +item.minecartHopper.name=Minevogn med tragt +item.egg.name=Æg +item.compass.name=Kompas +item.fishingRod.name=Fiskestang +item.clock.name=Ur +item.yellowDust.name=Glødestenspulver +item.fishRaw.name=Rå fisk +item.fishCooked.name=Stegt fisk +item.record.name=Musikplade +item.bone.name=Knogle +item.dyePowder.black.name=Blækpose +item.dyePowder.red.name=Rosenrød +item.dyePowder.green.name=Kaktusgrøn +item.dyePowder.brown.name=Kakaobønner +item.dyePowder.blue.name=Lapis Lazuli +item.dyePowder.purple.name=Lilla farvestof +item.dyePowder.cyan.name=Turkis farvestof +item.dyePowder.silver.name=Lysegråt farvestof +item.dyePowder.gray.name=Gråt farvestof +item.dyePowder.pink.name=Lyserødt farvestof +item.dyePowder.lime.name=Limegrønt farvestof +item.dyePowder.yellow.name=Mælkebøttegul +item.dyePowder.lightBlue.name=Lyseblåt farvestof +item.dyePowder.magenta.name=Lyslilla farvestof +item.dyePowder.orange.name=Orange farvestof +item.dyePowder.white.name=Benmel +item.sugar.name=Sukker +item.cake.name=Kage +item.bed.name=Seng +item.diode.name=Rødstens-gentager +item.comparator.name=Rødstens-komparator +item.map.name=Kort +item.leaves.name=Blade +item.shears.name=Saks +item.rottenFlesh.name=Råddent kød +item.enderPearl.name=Ender-perle +item.blazeRod.name=Blaze-stav +item.ghastTear.name=Ghast-tåre +item.netherStalkSeeds.name=Nether-vorte +item.potion.name=Eliksir +item.emptyPotion.name=Vandflaske +item.goldNugget.name=Guldklump +item.glassBottle.name=Glasflaske +item.spiderEye.name=Edderkoppeøje +item.fermentedSpiderEye.name=Fermenteret edderkoppeøje +item.blazePowder.name=Blaze-pulver +item.magmaCream.name=Magmacreme +item.cauldron.name=Gryde +item.brewingStand.name=Bryggestand +item.eyeOfEnder.name=Ender-øje +item.speckledMelon.name=Glitrende vandmelon +item.monsterPlacer.name=Spawn +item.expBottle.name=Fortryllelsesflaske +item.fireball.name=Ildladning +item.writingBook.name=Bog og fjerpen +item.writtenBook.name=Skrevet bog +item.ruby.name=Rubin +item.flowerPot.name=Blomsterkrukke +item.emptyMap.name=Tomt kort +item.carrots.name=Gulerod +item.carrotGolden.name=Gylden gulerod +item.potato.name=Kartoffel +item.potatoBaked.name=Bagt kartoffel +item.potatoPoisonous.name=Giftig kartoffel +item.skull.skeleton.name=Kranium +item.skull.wither.name=Witherkranium +item.skull.zombie.name=Zombiehoved +item.skull.char.name=Hoved +item.skull.player.name=%s's hoved +item.skull.creeper.name=Creeper Hoved +item.carrotOnAStick.name=Gulerod på en pind +item.netherStar.name=Netherstjerne +item.pumpkinPie.name=Græskartærte +item.enchantedBook.name=Fortryllet bog +item.fireworks.name=Fyrværkeriraket +item.fireworks.flight=Flyvarighed: +item.fireworksCharge.name=Fyrværkeristjerne +item.fireworksCharge.black=Sort +item.fireworksCharge.red=Rød +item.fireworksCharge.green=Grøn +item.fireworksCharge.brown=Brun +item.fireworksCharge.blue=Blå +item.fireworksCharge.purple=Lilla +item.fireworksCharge.cyan=Turkis +item.fireworksCharge.silver=Lysegrå +item.fireworksCharge.gray=Grå +item.fireworksCharge.pink=Lyserød +item.fireworksCharge.lime=Limegrøn +item.fireworksCharge.yellow=Gul +item.fireworksCharge.lightBlue=Lyseblå +item.fireworksCharge.magenta=Lyslilla +item.fireworksCharge.orange=Orange +item.fireworksCharge.white=Hvid +item.fireworksCharge.customColor=Tilpasset +item.fireworksCharge.fadeTo=Udtoner til: +item.fireworksCharge.flicker=Glimt +item.fireworksCharge.trail=Spor +item.fireworksCharge.type.0=Lille kugle +item.fireworksCharge.type.1=Stor kugle +item.fireworksCharge.type.2=Stjerneformet +item.fireworksCharge.type.3=Creeper-formet +item.fireworksCharge.type.4=Eksplosion +item.fireworksCharge.type=Ukendt form +item.netherbrick.name=Nether-mursten +item.netherquartz.name=Nether-quartz + +container.inventory=Taske +container.hopper=Genstandstragt +container.crafting=Fremstilling +container.dispenser=Automat +container.dropper=Dropper +container.furnace=Ovn +container.enchant=Fortryl +container.repair=Reparer og navngiv +container.repair.cost=Fortryllelsespris: %1$d +container.repair.expensive=For dyrt! +container.creative=Genstandsudvalg +container.brewing=Bryggestand +container.chest=Kiste +container.chestDouble=Stor kiste +container.minecart=Minevogn +container.enderchest=Enderkiste + +item.dyed=Farvet + +entity.Item.name=Genstand +entity.XPOrb.name=Erfaringskugle +entity.SmallFireball.name=Lille ildkugle +entity.Fireball.name=Ildkugle + +entity.Arrow.name=pil +entity.Snowball.name=Snebold +entity.Painting.name=Maleri + +entity.Mob.name=Væsen +entity.Monster.name=Monster + +entity.Creeper.name=Creeper +entity.Skeleton.name=Skelet +entity.Spider.name=Edderkop +entity.Giant.name=Kæmpe +entity.Zombie.name=Zombie +entity.Slime.name=Slimklump +entity.Ghast.name=Ghast +entity.PigZombie.name=Zombie Mutantgris +entity.Enderman.name=Enderman +entity.Silverfish.name=Sølvfisk +entity.CaveSpider.name=Huleedderkop +entity.Blaze.name=Blaze +entity.LavaSlime.name=Lavaklump +entity.MushroomCow.name=Muhsvamp +entity.Villager.name=Landsbyboer +entity.VillagerGolem.name=Jerngolem +entity.SnowMan.name=Snemand +entity.EnderDragon.name=Ender-drage +entity.WitherBoss.name=Wither +entity.Witch.name=Heks + +entity.Pig.name=Gris +entity.Sheep.name=Får +entity.Cow.name=Ko +entity.Chicken.name=Kylling +entity.Squid.name=Blæksprutte +entity.Wolf.name=Ulv +entity.Ozelot.name=Ozelot +entity.Cat.name=Kat +entity.Bat.name=Flagermus + +entity.PrimedTnt.name=TNT-blok +entity.FallingSand.name=Faldende blok + +entity.Minecart.name=Minevogn +entity.Boat.name=Båd + +entity.generic.name=ukendt + +death.fell.accident.ladder=%1$s faldt ned af en stige +death.fell.accident.vines=%1$s faldt af nogen ranker +death.fell.accident.water=%1$s faldt ud af vandet +death.fell.accident.generic=%1$s faldt ned fra et højt sted +death.fell.killer=%1$s blev dømt til at falde +death.fell.assist=%1$s blev dømt til at falde af %2$s +death.fell.assist.item=%1$s blev dømt til at falde af %2$s ved at bruge %3$s +death.fell.finish=%1$s faldt for langt ned og blev færdiggjort at %2$s +death.fell.finish.item=%1$s faldt for langt ned og blev færdiggjort at %2$s med %3$s + +death.attack.inFire=%1$s gik op i røg +death.attack.inFire.player=%1$s gik ind i ilden i kamp mod %2$s +death.attack.onFire=%1$s brændte ihjel +death.attack.onFire.player=%1$s blev brændt til aske i kampen mod %2$s +death.attack.lava=%1$s prøvede at svømme i lava +death.attack.lava.player=%1$s forsøgte at svømme i lava for at undslippe %2$s +death.attack.inWall=%1$s blev most i en væg +death.attack.drown=%1$s druknede +death.attack.drown.player=%1$s druknede da han prøvede at undslippe %2$s +death.attack.starve=%1$s sultede ihjel +death.attack.cactus=%1$s blev stukket ihjel +death.attack.cactus.player=%1$s gik ind i en kaktus i forsøget på at undslippe %2$s +death.attack.generic=%1$s døde +death.attack.explosion=%1$s sprang i luften +death.attack.explosion.player=%1$s blev sprunget i luften af %2$s +death.attack.magic=%1$s blev dræbt med magi +death.attack.wither=%1$s blev dræbt af Wither +death.attack.anvil=%1$s blev splattet ud af en faldende ambolt +death.attack.fallingBlock=%1$s blev splattet ud af en faldende blok +death.attack.mob=%1$s blev dræbt af %2$s +death.attack.player=%1$s blev dræbt af %2$s +death.attack.player.item=%1$s blev slået ihjel af %2$s ved hjælp af %3$s +death.attack.arrow=%1$s blev skudt af %2$s +death.attack.arrow.item=%1$s blev skudt ved %2$s ved hjælp af %3$s +death.attack.fireball=%1$s blev skudt ned med ildkugler af %2$s +death.attack.fireball.item=%1$s blev skudt ned med ildkugler af %2$s ved hjælp af %3$s +death.attack.thrown=%1$s blev banket ihjel af %2$s +death.attack.thrown.item=%1$s blev banket ihjel af %2$s ved hjælp af %3$s +death.attack.indirectMagic=%1$ s blev dræbt af %2$ s ved hjælp af magic +death.attack.indirectMagic.item=%1$s blev dræbt af %2$s ved hjælp af %3$s +death.attack.thorns=%1$s blev dræbt i forsøget på at såre %2$s +death.attack.fall=%1$s ramte jorden for hårdt +death.attack.outOfWorld=%1$s faldt ud af verdenen + +deathScreen.respawn=Respawn +deathScreen.deleteWorld=Slet verden +deathScreen.titleScreen=Hovedmenu +deathScreen.score=Score +deathScreen.title.hardcore=Game over! +deathScreen.hardcoreInfo=Du kan ikke respawne i hardcore-tilstand! +deathScreen.title=Du døde! +deathScreen.leaveServer=Forlad server + +potion.empty=Ingen effekter +potion.moveSpeed=Fart +potion.moveSlowdown=Langsomhed +potion.digSpeed=Hast +potion.digSlowDown=Minetræthed +potion.damageBoost=Styrke +potion.weakness=Svaghed +potion.heal=Øjeblikkeligt helbred +potion.harm=Øjeblikkelig skade +potion.jump=Hoppeboost +potion.confusion=Kvalme +potion.regeneration=Regenerering +potion.resistance=Modstand +potion.fireResistance=Ildmodstand +potion.waterBreathing=Vandvejrtrækning +potion.invisibility=Usynlighed +potion.blindness=Blindhed +potion.nightVision=Nattesyn +potion.hunger=Sult +potion.poison=Gift +potion.wither=Wither + +potion.moveSpeed.postfix=Hurtighedseliksir +potion.moveSlowdown.postfix=Langsomhedseliksir +potion.digSpeed.postfix=Hasthedseliksir +potion.digSlowDown.postfix=Sløvhedseliksir +potion.damageBoost.postfix=Styrkeeliksir +potion.weakness.postfix=Svaghedseliksir +potion.heal.postfix=Helbredelseseliksir +potion.harm.postfix=Skadeseliksir +potion.jump.postfix=Springeliksir +potion.confusion.postfix=Kvalmeeliksir +potion.regeneration.postfix=Regenereringseliksir +potion.resistance.postfix=Resistenseliksir +potion.fireResistance.postfix=Ildbeskyttelseseliksir +potion.waterBreathing.postfix=Vandrespirationseliksir +potion.invisibility.postfix=Usynlighedseliksir +potion.blindness.postfix=Blindhedseliksir +potion.nightVision.postfix=Nattesynseliksir +potion.hunger.postfix=Sulteliksir +potion.poison.postfix=Gifteliksir +potion.wither.postfix=Nedbrydelseseliksir + +potion.potency.0= +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV + +potion.prefix.grenade=Plask +potion.prefix.mundane=Banal +potion.prefix.uninteresting=Uinteressant +potion.prefix.bland=Kedelig +potion.prefix.clear=Klar +potion.prefix.milky=Mælket +potion.prefix.diffuse=Diffus +potion.prefix.artless=Kunstløs +potion.prefix.thin=Tynd +potion.prefix.awkward=Akavet +potion.prefix.flat=Flad +potion.prefix.bulky=Pladskrævende +potion.prefix.bungling=Klodset +potion.prefix.buttered=Smørret +potion.prefix.smooth=Jævn +potion.prefix.suave=Behagelig +potion.prefix.debonair=Rar +potion.prefix.thick=Tyk +potion.prefix.elegant=Elegant +potion.prefix.fancy=Fancy +potion.prefix.charming=Charmerende +potion.prefix.dashing=Flot +potion.prefix.refined=Raffineret +potion.prefix.cordial=Hjertelig +potion.prefix.sparkling=Mousserende +potion.prefix.potent=Potent +potion.prefix.foul=Fæl +potion.prefix.odorless=Lugtfri +potion.prefix.rank=Rancering +potion.prefix.harsh=Harsk +potion.prefix.acrid=Stikkende +potion.prefix.gross=Klam +potion.prefix.stinky=Stinkende + +enchantment.damage.all=Skarphed +enchantment.damage.undead=Fordriv +enchantment.damage.arthropods=Leddyrenes banemand +enchantment.knockback=Tilbageslag +enchantment.fire=Ildaspekt +enchantment.protect.all=Beskyttelse +enchantment.protect.fire=Ildbeskyttelse +enchantment.protect.fall=Fjerfald +enchantment.protect.explosion=Eksplosionsbeskyttelse +enchantment.protect.projectile=Projektilbeskyttelse +enchantment.oxygen=Respiration +enchantment.waterWorker=Vandtilpasselse +enchantment.digging=Effektivitet +enchantment.untouching=Silkeberøring +enchantment.durability=Uødelæggelig +enchantment.lootBonus=Plyndring +enchantment.lootBonusDigger=Held +enchantment.arrowDamage=Kraft +enchantment.arrowFire=Flamme +enchantment.arrowKnockback=Slag +enchantment.arrowInfinite=Uendelig +enchantment.thorns=Torne + +enchantment.level.1=I +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.level.10=X + +gui.achievements=Bedrifter +gui.stats=Statistikker + +stat.generalButton=Generelt +stat.blocksButton=Blokke +stat.itemsButton=Genstande + +stat.used=Gange brugt +stat.mined=Gange minet +stat.depleted=Gange opbrugt +stat.crafted=Gange fremstillet + +stat.startGame=Gange spillet +stat.createWorld=Verdener spillet +stat.loadWorld=Gemte spil åbnet +stat.joinMultiplayer=Multiplayer-deltagelser +stat.leaveGame=Spil afsluttet + +stat.playOneMinute=Minutter spillet + +stat.walkOneCm=Afstand gået +stat.fallOneCm=Afstand faldet +stat.swimOneCm=Afstand svømmet +stat.flyOneCm=Afstand fløjet +stat.climbOneCm=Afstand klatret +stat.diveOneCm=Afstand dykket +stat.minecartOneCm=Afstand i minevogn +stat.boatOneCm=Afstand i båd +stat.pigOneCm=Afstand på gris +stat.jump=Hop +stat.drop=Genstande smidt + +stat.damageDealt=Skade givet +stat.damageTaken=Skade taget +stat.deaths=Antal dødsfald +stat.mobKills=Mob-drab +stat.playerKills=Spillerdrab +stat.fishCaught=Fisk fanget + +stat.mineBlock=%1$s minede +stat.craftItem=%1$s fremstillet +stat.useItem=%1$s brugt +stat.breakItem=%1$s opbrugt + +achievement.get=Bedrift opnået! + +achievement.taken=Taget! + +achievement.requires=Kræver '%1$s' +achievement.openInventory=Åbn taske +achievement.openInventory.desc=Tryk '%1$s' for at åbne din taske. +achievement.mineWood=At skaffe træ +achievement.mineWood.desc=Angrib et træ indtil der falder brænde ud +achievement.buildWorkBench=Arbejdsnarkoman +achievement.buildWorkBench.desc=Fremstil et arbejdsbord ud af fire planker +achievement.buildPickaxe=Tid til at mine! +achievement.buildPickaxe.desc=Brug planker og pinde til at lave en hakke +achievement.buildFurnace=Hedt emne +achievement.buildFurnace.desc=Konstruer en ovn ud af otte brostensblokke +achievement.acquireIron=Anskaf udstyr +achievement.acquireIron.desc=Smelt et stykke jern +achievement.buildHoe=Tid til at dyrke! +achievement.buildHoe.desc=Brug planker og pinde til at lave et lugejern +achievement.makeBread=Bag brød +achievement.makeBread.desc=Lav hvede om til brød +achievement.bakeCake=Løgnen +achievement.bakeCake.desc=Hvede, sukker, mælk og æg! +achievement.buildBetterPickaxe=Få en opgradering +achievement.buildBetterPickaxe.desc=Lav en bedre hakke +achievement.cookFish=Lækker fisk +achievement.cookFish.desc=Fang og steg fisk! +achievement.onARail=På sporet +achievement.onARail.desc=Rejs i minevogn mindst 1 km fra hvor du startede +achievement.buildSword=Tid til at slå til! +achievement.buildSword.desc=Brug planker og pinde til at lave et sværd +achievement.killEnemy=Monsterjæger +achievement.killEnemy.desc=Angrib og besejr et monster +achievement.killCow=Kovælter +achievement.killCow.desc=Høst noget læder +achievement.flyPig=Når grise kan flyve +achievement.flyPig.desc=Flyv en gris ud over en skrænt +achievement.snipeSkeleton=Snigskytteduel +achievement.snipeSkeleton.desc=Dræb et skelet med en pil fra mindst 50 meters afstand +achievement.diamonds=DIAMANTER! +achievement.diamonds.desc=Skaf diamanter med dit jernværktøj +achievement.portal=Vi skal længere ind +achievement.portal.desc=Byg en portal til Nether +achievement.ghast=Returner til afsender +achievement.ghast.desc=Besejr en Ghast med en ildkugle +achievement.blazeRod=Ind i ilden +achievement.blazeRod.desc=Hjælp en Blaze af med sin stav +achievement.potion=Lokalt bryggeri +achievement.potion.desc=Bryg en eliksir +achievement.theEnd=Enden? +achievement.theEnd.desc=Find Enden +achievement.theEnd2=Enden. +achievement.theEnd2.desc=Besejr Ender-dragen +achievement.enchantments=Fortryller +achievement.enchantments.desc=Brug en bog, obsidian og diamanter til at konstruere et fortryllelsesbord +achievement.overkill=Overkill +achievement.overkill.desc=Uddel otte hjerters skade i et enkelt slag +achievement.bookcase=Bibliotekar +achievement.bookcase.desc=Byg nogle bogreoler for at forbedre dit fortryllelsesbord + +commands.generic.exception=Der opstod en ukendt fejl under forsøget på at udføre denne kommando +commands.generic.syntax=Ugyldig kommandosyntaks +commands.generic.player.notFound=Denne spiller blev ikke fundet +commands.generic.notFound=Ukendt kommando. Prøv /help for en kommandoliste. +commands.generic.num.invalid='%s' er ikke et gyldigt nummer +commands.generic.num.tooSmall=Nummeret, som du har angivet (%d), er for lille, det skal mindst være %d +commands.generic.num.tooBig=Nummeret, som du har angivet (%d), er for stort, det må højst være %d +commands.generic.double.tooSmall=Det nummer, du har indtastet (%.2f) er for småt, det skal mindst være %.2f +commands.generic.double.tooBig=Det nummer, du har indtastet (%.2f) er for stort, det må højest være %.2f +commands.generic.usage=Anvendelse: %s + +commands.xp.failure.widthdrawXp=Kan ikke give spiller negative erfaringspoint +commands.xp.success=Gav %d erfaring til %s +commands.xp.success.levels=Gav %d niveauer til %s +commands.xp.success.negative.levels=Tog %d niveauer fra %s +commands.xp.usage=/xp [spiller] ELLER /xp L [spiller] +commands.give.usage=/give [mængde] [data] +commands.give.notFound=Genstanden med ID %d eksisterer ikke +commands.give.success=Gav %s (ID %d) * %d til %s +commands.effect.usage=/effect [seconds] [amplifier] +commands.effect.notFound=There is no such mob effect with ID %d +commands.effect.success=Given %1$s (ID %2$d) * %3$d to %4$s for %5$d seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.enchant.usage=/enchant [niveau] +commands.enchant.notFound=Der findes ingen fortryllelse med ID'et %d +commands.enchant.noItem=Modtageren holder ikke en genstand +commands.enchant.cantEnchant=Modtagergenstanden kan ikke fortrylles med denne fortryllelse +commands.enchant.cantCombine=%1$s kan ikke kombineres med %2$s +commands.enchant.success=Fortryllelse lykkedes +commands.clear.usage=/clear [genstand] [data] +commands.clear.success=Tømte %ss taske og fjernede %d genstande +commands.clear.failure=Could not clear the inventory of %s, no items to remove +commands.downfall.success=Justerede nedbør +commands.time.usage=/time +commands.time.added=Tilføjede %d til tiden +commands.time.set=Satte tiden til %d +commands.players.list=Der er %d/%d spillere online: +commands.banlist.ips=Der er %d bandlyste IP-adresser: +commands.banlist.players=Der er %d bandlyste spillere: +commands.banlist.usage=/banlist [ips|spillere] +commands.kick.success=Smed %s ud af spillet +commands.kick.success.reason=Smed %s ud af spillet: '%s' +commands.kick.usage=/kick [årsag ...] +commands.op.success=Gjorde %s til operatør +commands.op.usage=/op +commands.deop.success=Fjernede %s som operatør +commands.deop.usage=/deop +commands.say.usage=/say +commands.ban.success=Bandlyste spiller %s +commands.ban.usage=/ban [årsag ...] +commands.unban.success=Fjernede bandlysning af spiller %s +commands.unban.usage=/pardon +commands.banip.invalid=Du har angivet en ugyldig IP-adresse eller en spiller, der ikke er online +commands.banip.success=Bandlyste IP-adressen %s +commands.banip.success.players=Bandlyste IP-adresse %s tilhørende %s +commands.banip.usage=/ban-ip [årsag ...] +commands.unbanip.invalid=Du har indtastet en ugyldig IP-adresse +commands.unbanip.success=Fjernede bandlysning af IP-adresse %s +commands.unbanip.usage=/pardon-ip +commands.save.enabled=Aktiverede automatisk gem af verden +commands.save.disabled=Deaktiverede automatisk gem af verden +commands.save.start=Gemmer... +commands.save.success=Gemte verdenen +commands.save.failed=Gem mislykkedes: %s +commands.stop.start=Stopper serveren +commands.tp.success=Teleporterede %s til %s +commands.tp.success.coordinates=Teleporterede %s til %.2f,%.2f,%.2f +commands.tp.usage=/tp [spiller] ELLER /tp [spiller] +commands.tp.notSameDimension=Kan ikke teleportere, da spillerne ikke er i samme dimension +commands.whitelist.list=Der er %d (ud af %d set) whitelistede spillere: +commands.whitelist.enabled=Aktiverede whitelist +commands.whitelist.disabled=Deaktiverede whitelist +commands.whitelist.reloaded=Genindlæste whitelist +commands.whitelist.add.success=Tilføjede %s til whitelist +commands.whitelist.add.usage=/whitelist add +commands.whitelist.remove.success=Fjernede %s fra whitelist +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.scoreboard.usage=/scoreboard +commands.scoreboard.teamNotFound=Intet hold blev fundet ved navn '%s' +commands.scoreboard.objectiveNotFound=Ingen målsætning blev fundet ved navn '%s' +commands.scoreboard.objectiveReadOnly=Målsætningen '%s' er skrivebeskyttet og kan ikke angives +commands.scoreboard.objectives.usage=/scoreboard objectives +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [målsætning] +commands.scoreboard.objectives.setdisplay.invalidSlot=Intet visningsfelt med navnet '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Ryddede målvisningsfeltet '%s' +commands.scoreboard.objectives.setdisplay.successSet=Indstillede visningsmålet i feltet '%s' til '%s' +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [visningsnavn] +commands.scoreboard.objectives.add.wrongType=Ugyldigt målkriteriumstype. Gyldige typer er: %s +commands.scoreboard.objectives.add.alreadyExists=En målsætning med navnet '%s' eksisterer allerede +commands.scoreboard.objectives.add.tooLong=Navnet '%s' er for langt til en målsætning, det må maksimalt være %d tegn langt +commands.scoreboard.objectives.add.displayTooLong=Det viste navn '%s' er for langt til en målsætning, det må maksimalt være %d tegn langt +commands.scoreboard.objectives.add.success=Tilføjede ny målsætning '%s' +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.remove.success=Fjernede målsætning '%s' +commands.scoreboard.objectives.list.count=Viser %d målsætning(er) på scoreboardet +commands.scoreboard.objectives.list.entry=- %s: vises som '%s' og er af typen '%s' +commands.scoreboard.objectives.list.empty=Der er ingen målsætninger på scoreboardet +commands.scoreboard.players.usage=/scoreboard players +commands.scoreboard.players.set.success=Stillede stillingen %s for spilleren %s til %d +commands.scoreboard.players.set.usage=/ resultattavlen spillere sat +commands.scoreboard.players.add.usage=/resultattavlen spillere tilføjer +commands.scoreboard.players.remove.usage=/resultattavlen spillere fjerne +commands.scoreboard.players.reset.usage=/scoreboard players reset +commands.scoreboard.players.reset.success=Nustillede alle %ss stillinger +commands.scoreboard.players.list.count=Viser %d registrerede spillere på scoreboardet +commands.scoreboard.players.list.empty=Der er ingen registrerede spillere på scoreboardet +commands.scoreboard.players.list.player.count=Viser %d registrerede målsætninger for %s +commands.scoreboard.players.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.players.list.player.empty=Spilleren %s har ingen stillinger +commands.scoreboard.teams.usage=/scoreboard teams +commands.scoreboard.teams.add.usage=/scoreboard teams add [vist navn ...] +commands.scoreboard.teams.add.alreadyExists=Et hold med navnet '%s' eksisterer allerede +commands.scoreboard.teams.add.tooLong=Navnet '%s' er for langt til et hold, det må maksimalt være %d tegn langt +commands.scoreboard.teams.add.displayTooLong=Det viste navn "%s" er for langt som holdnavn, det må maksimalt være %d tegn langt +commands.scoreboard.teams.add.success=Tilføjede succesfuldt det nye hold "%s" +commands.scoreboard.teams.list.usage=/scoreboard teams list [navn] +commands.scoreboard.teams.list.count=Viser %d hold på scoreboardet +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' har %3$d spillere +commands.scoreboard.teams.list.empty=Der er ingen hold registreret på pointtavlen +commands.scoreboard.teams.list.player.count=Viser %d spillere på holdet %s +commands.scoreboard.teams.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.teams.list.player.empty=Hold %s har ingen spillere +commands.scoreboard.teams.empty.usage=/resultattavlen teams klar +commands.scoreboard.teams.empty.alreadyEmpty=Hold %s er allerede tomt; kan ikke fjerne ikke-eksisterende spillere +commands.scoreboard.teams.empty.success=Fjernede alle %d spillere fra hold %s +commands.scoreboard.teams.remove.usage=/resultattavlen teams fjerne +commands.scoreboard.teams.remove.success=Fjernede hold %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [spiller] +commands.scoreboard.teams.join.success=Tilføjede %d spillere til hold %s: %s +commands.scoreboard.teams.join.failure=Kunne ikke tilføje %d spillere til hold %s: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [spiller] +commands.scoreboard.teams.leave.success=Fjernede %d spillere fra deres hold: %s +commands.scoreboard.teams.leave.failure=Kunne ikke fjerne %d spillere fra deres hold: %s +commands.scoreboard.teams.leave.noTeam=Du er ikke på et hold +commands.scoreboard.teams.option.usage=/resultattavlen teams option +commands.scoreboard.teams.option.noValue=Gyldige værdier for indstillingen %s er: %s +commands.scoreboard.teams.option.success=Set option %s for team %s to %s +commands.gamemode.success.self=Satte egen spiltilstand til %s +commands.gamemode.success.other=Sæt %s's spiltilstand til %s +commands.gamemode.usage=/gamemode [spiller] +commands.defaultgamemode.usage=/defaultgamemode +commands.defaultgamemode.success=Verdenens spilletilstand er som standard nu %s +commands.me.usage=/me +commands.help.header=--- Viser hjælpeside %d af %d (/help ) --- +commands.help.footer=Tip: Brug -tasten, mens der skrives en kommando, for automatisk at udfylde kommandoen eller dens argumenter +commands.help.usage=/help [side|kommandonavn] +commands.publish.started=Lokalt spil lavet af %s +commands.publish.failed=Kan ikke lave et lokalt spil +commands.debug.start=Startede fejlfindingsanalyse +commands.debug.stop=Afsluttede fejlfindingsanalyse efter %.2f sekunder (%d ticks) +commands.debug.notStarted=Analysen kan ikke stoppes, før den er startet! +commands.debug.usage=/debug +commands.message.usage=/tell +commands.message.sameTarget=Du kan ikke sende en privat besked til dig selv! +commands.message.display.outgoing=Du hvisker til %s: %s +commands.message.display.incoming=%s hvisker til dig: %s +commands.difficulty.usage=/difficulty +commands.difficulty.success=Satte sværhedsgrad til %s +commands.spawnpoint.usage=/spawnpoint ELLER /spawnpoint ELLER /spawnpoint +commands.spawnpoint.success=Satte %s's spawnposition til (%d, %d, %d) +commands.gamerule.usage=/gamerule ELLER /gamerule +commands.gamerule.success=Spilregel er blevet opdateret +commands.gamerule.norule=Ingen spilregel med navnet '%s' er tilgængelig +commands.weather.usage=/weather [varighed i sekunder] +commands.weather.clear=Skifter til skyfrit vejr +commands.weather.rain=Skifter til regnvejr +commands.weather.thunder=Skifter til regn og torden +commands.testfor.usage=/testfor +commands.testfor.failed=/testfor er kun brugbart for Kommandoblokke med analogt output + +itemGroup.buildingBlocks=Byggeblokke +itemGroup.decorations=Dekorationsblokke +itemGroup.redstone=Rødsten +itemGroup.transportation=Transport +itemGroup.misc=Diverse +itemGroup.search=Søg genstande +itemGroup.food=Mad +itemGroup.tools=Værktøj +itemGroup.combat=Kamp +itemGroup.brewing=Brygning +itemGroup.materials=Materialer +itemGroup.inventory=Overlevelse + +inventory.binSlot=Destruer genstand + +advMode.setCommand=Sæt konsolkommando for blok +advMode.command=Konsolkommando +advMode.nearestPlayer=Brug "@p" for at vælge den nærmeste spiller +advMode.randomPlayer=Brug "@r" for at vælge en tilfældig spiller +advMode.allPlayers=Brug "@a" for at vælge alle spillere + +advMode.notEnabled=Kommandoblokke er ikke aktiveret på denne server +advMode.notAllowed=Du skal være operatør i kreativ spilletilstand + +mco.title=Minecraft Realms +mco.selectServer.select=Deltag på Server +mco.selectServer.configure=Konfigurér +mco.selectServer.create=Byg verden +mco.selectServer.moreinfo=Mere information + +mco.configure.world.edit.title=Redigér verden + +mco.configure.world.title=Konfiguér verden +mco.configure.world.name=Navn +mco.configure.world.description=Beskrivelse +mco.configure.world.location=Placering +mco.configure.world.invited=Inviteret +mco.configure.world.buttons.edit=Rediger +mco.configure.world.buttons.reset=Nulstil verden +mco.configure.world.buttons.done=Færdig +mco.configure.world.buttons.delete=Slet +mco.configure.world.buttons.open=Åben verden +mco.configure.world.buttons.close=Luk verden +mco.configure.world.buttons.invite=Invitér +mco.configure.world.buttons.uninvite=Annulér invitation +mco.configure.world.buttons.subscription=Subscription +mco.configure.world.invite.profile.name=Navn +mco.configure.world.uninvite.question=Er du sikker på at du vil annulére invitationen + +mco.configure.world.subscription.title=Subscription Info +mco.configure.world.subscription.daysleft=Days Left +mco.configure.world.subscription.start=Start Date +mco.configure.world.subscription.extend=Extend + +mco.create.world.location.title=Placeringer +mco.create.world.location.warning=Du får måske ikke den præcise placering du vælger +mco.create.world.wait=Opretter verden... + +mco.reset.world.title=Nulstil verden +mco.reset.world.warning=Dette vil permanent slette din verden! +mco.reset.world.seed=Seed (Valgfri) +mco.reset.world.resetting.screen.title=Nulstiller verden... + +mco.configure.world.close.question.line1=Din verden bliver utilgængelig. +mco.configure.world.close.question.line2=Er du sikker på du vil gøre dette? + +mco.connect.connecting=Opretter forbindelse til online-serveren... +mco.connect.authorizing=Logger ind... +mco.connect.failed=Kunne ikke oprette forbindelse til online-serveren + +mco.create.world=Opret + diff --git a/1.5.2/lang/de_DE.lang b/1.5.2/lang/de_DE.lang new file mode 100644 index 00000000..3954a234 --- /dev/null +++ b/1.5.2/lang/de_DE.lang @@ -0,0 +1,1293 @@ +#X-Generator: crowdin.net + +language.name=Deutsch +language.region=Deutschland +language.code=de_DE + +gui.done=Fertig +gui.cancel=Abbrechen +gui.back=Back +gui.toMenu=Zurück zum Hauptmenü +gui.up=Hoch +gui.down=Runter +gui.yes=Ja +gui.no=Nein + +menu.singleplayer=Einzelspieler +menu.multiplayer=Mehrspieler +menu.online=Minecraft Realms +menu.options=Optionen... +menu.quit=Spiel beenden +menu.returnToMenu=Speichern und zurück zum Hauptmenü +menu.disconnect=Verbindung trennen +menu.returnToGame=Zurück zum Spiel +menu.switchingLevel=Wechsle Welten +menu.generatingLevel=Welt wird generiert +menu.loadingLevel=Welt wird geladen +menu.generatingTerrain=Landschaft wird generiert +menu.convertingLevel=Welt wird konvertiert +menu.simulating=Welt wird simuliert +menu.respawning=Wiedereinstieg +menu.shareToLan=Im LAN öffnen + +selectWorld.title=Welt auswählen +selectWorld.empty=leer +selectWorld.world=Welt +selectWorld.select=Ausgewählte Welt spielen +selectWorld.create=Neue Welt erstellen +selectWorld.recreate=Neu erzeugen +selectWorld.createDemo=Neue Demo-Welt spielen +selectWorld.delete=Löschen +selectWorld.rename=Umbenennen +selectWorld.deleteQuestion=Bist du sicher, dass du diese Welt löschen möchtest? +selectWorld.deleteWarning=wird für immer verloren sein! (Eine lange Zeit!) +selectWorld.deleteButton=Löschen +selectWorld.renameButton=Umbenennen +selectWorld.renameTitle=Welt umbenennen +selectWorld.conversion=Muss konvertiert werden! +selectWorld.newWorld=Neue Welt +selectWorld.newWorld.copyOf=Kopie von %s +selectWorld.enterName=Name der Welt +selectWorld.resultFolder=Wird gespeichert in: +selectWorld.enterSeed=Startwert für den Weltgenerator +selectWorld.seedInfo=Leer lassen für zufälligen Startwert +selectWorld.cheats=Cheats +selectWorld.customizeType=Anpassen + +createWorld.customize.presets=Vorlagen +createWorld.customize.presets.title=Vorlage auswählen +createWorld.customize.presets.select=Vorlage benutzen +createWorld.customize.presets.share=Willst du die Vorlage mit jemandem teilen? Benutze das Eingabefeld: +createWorld.customize.presets.list=Alternativ sind hier einige von uns erstellte: +createWorld.customize.flat.title=Flachlandeinstellungen +createWorld.customize.flat.tile=Schichtmaterial +createWorld.customize.flat.height=Stärke +createWorld.customize.flat.addLayer=Schicht hinzufügen +createWorld.customize.flat.editLayer=Schicht bearbeiten +createWorld.customize.flat.removeLayer=Schicht entfernen +createWorld.customize.flat.layer.top=Oberfläche - %d +createWorld.customize.flat.layer=%d +createWorld.customize.flat.layer.bottom=Boden - %d + +gameMode.survival=Überlebensmodus +gameMode.creative=Kreativ-Modus +gameMode.adventure=Abenteuermodus +gameMode.hardcore=Hardcore-Modus! +gameMode.changed=Dein Spielmodus wurde geändert + +selectWorld.gameMode=Spielmodus: +selectWorld.gameMode.survival=Überleben +selectWorld.gameMode.survival.line1=Suche nach Ressourcen, baue Werkzeuge, sammle +selectWorld.gameMode.survival.line2=Erfahrung und kämpfe ums Überleben +selectWorld.gameMode.creative=Kreativ +selectWorld.gameMode.creative.line1=Unbegrenzte Rohstoffe, Flugmodus und +selectWorld.gameMode.creative.line2=sofortiges Zerstören von Blöcken +selectWorld.gameMode.hardcore=Hardcore +selectWorld.gameMode.hardcore.line1=Überlebensmodus auf der höchsten +selectWorld.gameMode.hardcore.line2=Schwierigkeitsstufe mit endgültigem Tod +selectWorld.gameMode.adventure=Abenteuer +selectWorld.gameMode.adventure.line1=Wie Überlebensmodus, Blöcke können jedoch nicht +selectWorld.gameMode.adventure.line2=platziert oder zerstört werden +selectWorld.moreWorldOptions=Weitere Weltoptionen... +selectWorld.mapFeatures=Bauwerke generieren: +selectWorld.mapFeatures.info=Dörfer, Verliese, etc. +selectWorld.mapType=Welttyp: +selectWorld.mapType.normal=Normal +selectWorld.allowCommands=Cheats erlauben: +selectWorld.allowCommands.info=Befehle wie /gamemode, /xp +selectWorld.hardcoreMode=Hardcore: +selectWorld.hardcoreMode.info=Welt wird beim Tod gelöscht +selectWorld.bonusItems=Bonustruhe: + +generator.default=Standard +generator.flat=Superflach +generator.largeBiomes=Große Biome + +selectServer.title=Server auswählen +selectServer.empty=leer +selectServer.select=Server beitreten +selectServer.direct=Direkt verbinden +selectServer.edit=Bearbeiten +selectServer.delete=Löschen +selectServer.add=Server hinzufügen +selectServer.defaultName=Minecraft-Server +selectServer.deleteQuestion=Bist du dir sicher, dass du diesen Server entfernen möchtest? +selectServer.deleteWarning=wird für immer verloren sein! (Eine lange Zeit!) +selectServer.deleteButton=Löschen +selectServer.refresh=Aktualisieren +selectServer.hiddenAddress=(Versteckt) +addServer.title=Serverinformationen bearbeiten +addServer.enterName=Servername +addServer.enterIp=Serveradresse +addServer.add=Fertig +addServer.hideAddress=Adresse verstecken +lanServer.title=LAN-Welt +lanServer.scanning=Scanning for games on your local network +lanServer.start=LAN-Welt starten +lanServer.otherPlayers=Einstellungen für andere Spieler +mcoServer.title=Minecraft Online Welt + +multiplayer.title=Mehrspielermodus spielen +multiplayer.connect=Verbinden +multiplayer.info1=Der Mehrspielermodus in Minecraft ist derzeit noch nicht fertiggestellt, aber es +multiplayer.info2=laufen bereits frühe, fehlerhafte Tests. +multiplayer.ipinfo=Gib die IP-Adresse des Servers ein, mit dem du dich verbinden möchtest: + +multiplayer.texturePrompt.line1=Dieser Server empfiehlt ein benutzerdefiniertes Texturenpaket. +multiplayer.texturePrompt.line2=Möchtest du es automatisch herunterladen und verwenden? + +multiplayer.downloadingTerrain=Landschaft wird heruntergeladen + +multiplayer.stopSleeping=Aufstehen + +chat.link.confirm=Bist du sicher, dass du die folgende Webseite öffnen möchtest? +chat.link.warning=Öffne keine Links von Personen, denen du nicht vertraust! +chat.copy=Link kopieren + +menu.playdemo=Demo-Welt spielen +menu.resetdemo=Demo-Welt zurücksetzen +demo.day.1=Diese Demo beinhaltet fünf Spieltage, gib dein Bestes! +demo.day.2=Zweiter Tag +demo.day.3=Dritter Tag +demo.day.4=Vierter Tag +demo.day.5=Fünfter und letzter Tag! +demo.day.warning=Deine Zeit ist schon fast um! +demo.day.6=Dein fünfter Spieltag ist zu Ende, drücke F2 um einen Screenshot deiner Schöpfung abzuspeichern. +demo.reminder=Die Demo ist abgelaufen, kauf das Spiel oder starte eine neue Welt! +demo.remainingTime=Verbleibende Zeit: %s +demo.demoExpired=Die Demo-Zeit ist abgelaufen! +demo.help.movement=Benutze %1$s, %2$s, %3$s, %4$s und die Maus, um dich zu bewegen +demo.help.movementShort=Bewege dich mit %1$s, %2$s, %3$s, %4$s +demo.help.movementMouse=Schau dich mit Hilfe der Maus um +demo.help.jump=Drücke %1$s, um zu springen +demo.help.inventory=Mit %1$s öffnest du dein Inventar +demo.help.title=Minecraft Demo-Modus +demo.help.fullWrapped=Diese Demo dauert 5 Spiel-Tage (ca. 1 Stunde und 40 Minuten echte Zeit). Sieh dir die Erfolge für Hinweise an! Viel Spaß! +demo.help.buy=Jetzt kaufen! +demo.help.later=Weiterspielen! + +connect.connecting=Verbinde zum Server... +connect.authorizing=Anmelden... +connect.failed=Verbindungsaufbau fehlgeschlagen + +disconnect.genericReason=%s +disconnect.disconnected=Die Verbindung zum Server wurde getrennt +disconnect.lost=Verbindung unterbrochen +disconnect.kicked=Wurde aus dem Spiel geworfen +disconnect.timeout=Zeitüberschreitung +disconnect.closed=Verbindung getrennt +disconnect.loginFailed=Anmeldung fehlgeschlagen +disconnect.loginFailedInfo=Anmeldung fehlgeschlagen: %s +disconnect.quitting=Wird beendet +disconnect.endOfStream=Ende der Datenübertragung +disconnect.overflow=Pufferüberlauf +disconnect.spam=Rausgeworfen wegen Spamming + +options.off=Aus +options.on=An +options.visible=Sichtbar +options.hidden=Versteckt +options.title=Optionen +options.controls=Steuerung... +options.video=Grafikeinstellungen... +options.language=Sprache... +options.languageWarning=Die Übersetzungen könnten Fehler enthalten +options.videoTitle=Grafikeinstellungen +options.music=Musik +options.sound=Geräusche +options.invertMouse=Maus umkehren +options.fov=Sichtfeld (FOV) +options.fov.min=Normal +options.fov.max=Quake Pro +options.gamma=Helligkeit +options.gamma.min=Düster +options.gamma.max=Hell +options.sensitivity=Mausempfindlichkeit +options.sensitivity.min=*gähn* +options.sensitivity.max=TURBO! +options.renderDistance=Sichtweite +options.renderDistance.tiny=Winzig +options.renderDistance.short=Gering +options.renderDistance.normal=Normal +options.renderDistance.far=Weit +options.viewBobbing=Gehbewegung +options.ao=Weiche Beleuchtung +options.ao.off=Off +options.ao.min=Minimum +options.ao.max=Maximum +options.anaglyph=3D-Anaglyph-Effekt +options.framerateLimit=Leistung +options.difficulty=Schwierigkeitsgrad +options.difficulty.peaceful=Friedlich +options.difficulty.easy=Einfach +options.difficulty.normal=Normal +options.difficulty.hard=Schwer +options.difficulty.hardcore=Hardcore +options.graphics=Grafikeinstellungen +options.graphics.fancy=Schön +options.graphics.fast=Schnell +options.guiScale=GUI-Größe +options.guiScale.auto=Automatisch +options.guiScale.small=Klein +options.guiScale.normal=Normal +options.guiScale.large=Groß +options.advancedOpengl=Erweitertes OpenGL +options.renderClouds=Wolken +options.farWarning1=Eine 64-Bit Java-Installation wird empfohlen +options.farWarning2=um die maximale Sichtweite nutzen zu können (du hast 32-Bit) +options.particles=Partikel +options.particles.all=Alle +options.particles.decreased=Verringert +options.particles.minimal=Minimal +options.multiplayer.title=Mehrspielereinstellungen... +options.chat.title=Chateinstellungen... +options.chat.visibility=Chat +options.chat.visibility.full=Zeigen +options.chat.visibility.system=Nur Befehle +options.chat.visibility.hidden=Verborgen +options.chat.color=Farben +options.chat.opacity=Deckkraft +options.chat.links=Weblinks +options.chat.links.prompt=Links bestätigen lassen +options.chat.scale=Skalierung +options.chat.width=Breite +options.chat.height.focused=Höhe (geöffnet) +options.chat.height.unfocused=Höhe (geschlossen) +options.showCape=Umhang anzeigen +options.serverTextures=Servertexturen +options.snooper=Datensammlung erlauben +options.snooper.view=Datenerhebungseinstellung... +options.snooper.title=Zusammenstellung der Rechnerspezifikation +options.snooper.desc=Wir möchten Informationen über deinen Computer sammeln, um Minecraft durch Kenntnis der größten Probleme zu verbessern. Die gesamten Informationen sind vollkommen anonym und unten sichtbar. Wir versprechen, dass wir nichts schlechtes mit diesen Daten machen, aber wenn du es nicht möchtest, kannst du es unten ausschalten! +options.texture.pack=Texturenpakete +options.fullscreen=Vollbild +options.vsync=VSync benutzen +options.touchscreen=Touchscreen-Modus + +performance.max=Maximale FPS +performance.balanced=Ausgeglichen +performance.powersaver=Energiesparmodus + +controls.title=Steuerung + +key.forward=Vorwärts +key.left=Links +key.back=Zurück +key.right=Rechts +key.jump=Springen +key.inventory=Inventar +key.drop=Wegwerfen +key.chat=Chat +key.fog=Sichtweite ändern +key.sneak=Schleichen +key.playerlist=Spieler auflisten +key.attack=Angreifen +key.use=Gegenstand benutzen +key.pickItem=Block auswählen +key.mouseButton=Maustaste %1$s +key.command=Befehl + +texturePack.openFolder=Texturenpaketordner öffnen +texturePack.title=Texturenpaket auswählen +texturePack.folderInfo=(Texturpakete hier einfügen) +texturePack.incompatible=Inkompatibel + +book.pageIndicator=Seite %1$s von %2$s +book.byAuthor=von %1$s +book.signButton=Signieren +book.editTitle=Buchtitel eingeben: +book.finalizeButton=Signieren und schließen +book.finalizeWarning=Hinweis! Wenn du das Buch signierst, kann es nicht mehr bearbeitet werden. + +tile.stone.name=Stein + +tile.grass.name=Grasblock +tile.dirt.name=Erde +tile.stonebrick.name=Pflasterstein +tile.wood.name=Holzbretter +tile.wood.oak.name=Eichenholzbretter +tile.wood.spruce.name=Fichtenholzbretter +tile.wood.birch.name=Birkenholzbretter +tile.wood.jungle.name=Tropenholzbretter +tile.sapling.oak.name=Eichensetzling +tile.sapling.spruce.name=Fichtensetzling +tile.sapling.birch.name=Birkensetzling +tile.sapling.jungle.name=Tropenbaumsetzling +tile.deadbush.name=Toter Busch +tile.bedrock.name=Grundgestein +tile.water.name=Wasser +tile.lava.name=Lava +tile.sand.name=Sand +tile.sandStone.name=Sandstein +tile.sandStone.default.name=Sandstein +tile.sandStone.chiseled.name=Gemeißelter Sandstein +tile.sandStone.smooth.name=Glatter Sandstein +tile.gravel.name=Kies +tile.oreGold.name=Golderz +tile.oreIron.name=Eisenerz +tile.oreCoal.name=Steinkohle +tile.log.name=Holz +tile.log.oak.name=Eichenholz +tile.log.spruce.name=Fichtenholz +tile.log.birch.name=Birkenholz +tile.log.jungle.name=Tropenholz +tile.leaves.name=Laub +tile.leaves.oak.name=Eichenlaub +tile.leaves.spruce.name=Fichtennadeln +tile.leaves.birch.name=Birkenlaub +tile.leaves.jungle.name=Tropenlaub +tile.tallgrass.name=Gras +tile.tallgrass.shrub.name=Busch +tile.tallgrass.grass.name=Gras +tile.tallgrass.fern.name=Farn +tile.sponge.name=Schwamm +tile.glass.name=Glas +tile.thinGlass.name=Glasscheibe +tile.cloth.name=Wolle +tile.flower.name=Blume +tile.rose.name=Rose +tile.mushroom.name=Pilz +tile.blockGold.name=Goldblock +tile.blockIron.name=Eisenblock +tile.stoneSlab.stone.name=Steinstufe +tile.stoneSlab.sand.name=Sandsteinstufe +tile.stoneSlab.wood.name=Holzstufe +tile.stoneSlab.cobble.name=Pflastersteinstufe +tile.stoneSlab.brick.name=Ziegelstufe +tile.stoneSlab.smoothStoneBrick.name=Steinziegelstufe +tile.stoneSlab.netherBrick.name=Netherziegelstufe +tile.stoneSlab.quartz.name=Quarzstufe +tile.woodSlab.oak.name=Eichenholzstufe +tile.woodSlab.spruce.name=Fichtenholzstufe +tile.woodSlab.birch.name=Birkenholzstufe +tile.woodSlab.jungle.name=Tropenholzstufe +tile.brick.name=Ziegelstein +tile.tnt.name=TNT +tile.bookshelf.name=Bücherregal +tile.stoneMoss.name=Bemooster Pflasterstein +tile.obsidian.name=Obsidian +tile.torch.name=Fackel +tile.fire.name=Feuer +tile.mobSpawner.name=Monsterspawner +tile.stairsWood.name=Eichenholztreppe +tile.stairsWoodSpruce.name=Fichtenholztreppe +tile.stairsWoodBirch.name=Birkenholztreppe +tile.stairsWoodJungle.name=Tropenholztreppe +tile.chest.name=Truhe +tile.chestTrap.name=Redstonetruhe +tile.redstoneDust.name=Redstone-Staub +tile.oreDiamond.name=Diamanterz +tile.blockDiamond.name=Diamantblock +tile.workbench.name=Werkbank +tile.crops.name=Getreide +tile.farmland.name=Ackerboden +tile.furnace.name=Ofen +tile.sign.name=Schild +tile.doorWood.name=Holztür +tile.ladder.name=Leiter +tile.rail.name=Schiene +tile.goldenRail.name=Antriebsschiene +tile.activatorRail.name=Aktivierungsschiene +tile.detectorRail.name=Sensorschiene +tile.stairsStone.name=Steintreppe +tile.stairsSandStone.name=Sandsteintreppe +tile.lever.name=Hebel +tile.pressurePlate.name=Druckplatte +tile.weightedPlate_light.name=Gewichtete Druckplatte (leicht) +tile.weightedPlate_heavy.name=Gewichtete Druckplatte (schwer) +tile.doorIron.name=Eisentür +tile.oreRedstone.name=Redstone-Erz +tile.notGate.name=Redstone-Fackel +tile.button.name=Knopf +tile.snow.name=Schnee +tile.ice.name=Eis +tile.cactus.name=Kaktus +tile.clay.name=Lehm +tile.reeds.name=Zuckerrohr +tile.jukebox.name=Plattenspieler +tile.fence.name=Zaun +tile.fenceGate.name=Zauntor +tile.pumpkin.name=Kürbis +tile.litpumpkin.name=Kürbislaterne +tile.hellrock.name=Netherstein +tile.hellsand.name=Seelensand +tile.lightgem.name=Glowstone +tile.portal.name=Portal +tile.cloth.black.name=Schwarze Wolle +tile.cloth.red.name=Rote Wolle +tile.cloth.green.name=Grüne Wolle +tile.cloth.brown.name=Braune Wolle +tile.cloth.blue.name=Blaue Wolle +tile.cloth.purple.name=Violette Wolle +tile.cloth.cyan.name=Türkise Wolle +tile.cloth.silver.name=Hellgraue Wolle +tile.cloth.gray.name=Graue Wolle +tile.cloth.pink.name=Rosa Wolle +tile.cloth.lime.name=Hellgrüne Wolle +tile.cloth.yellow.name=Gelbe Wolle +tile.cloth.lightBlue.name=Hellblaue Wolle +tile.cloth.magenta.name=Magentafarbene Wolle +tile.cloth.orange.name=Orangefarbene Wolle +tile.cloth.white.name=Wolle +tile.oreLapis.name=Lapislazuli-Erz +tile.blockLapis.name=Lapislazuli-Block +tile.dispenser.name=Spender +tile.dropper.name=Dropper +tile.musicBlock.name=Notenblock +tile.cake.name=Kuchen +tile.bed.name=Bett +tile.bed.occupied=Dieses Bett ist belegt +tile.bed.noSleep=Du kannst nur nachts schlafen +tile.bed.notSafe=Du kannst jetzt nicht schlafen, es sind Monster in der Nähe +tile.bed.notValid=Dein Bett wurde blockiert oder zerstört +tile.lockedchest.name=Verschlossene Truhe +tile.trapdoor.name=Falltür +tile.web.name=Spinnweben +tile.stonebricksmooth.name=Steinziegel +tile.stonebricksmooth.default.name=Steinziegel +tile.stonebricksmooth.mossy.name=Bemooste Steinziegel +tile.stonebricksmooth.cracked.name=Rissige Steinziegel +tile.stonebricksmooth.chiseled.name=Gemeißelte Steinziegel +tile.monsterStoneEgg.stone.name=Silberfisch-Stein +tile.monsterStoneEgg.cobble.name=Silberfisch-Pflasterstein +tile.monsterStoneEgg.brick.name=Silberfisch-Steinziegel +tile.pistonBase.name=Kolben +tile.pistonStickyBase.name=Klebriger Kolben +tile.fenceIron.name=Eisengitter +tile.melon.name=Melone +tile.stairsBrick.name=Ziegeltreppe +tile.stairsStoneBrickSmooth.name=Steinziegeltreppe +tile.vine.name=Ranken +tile.netherBrick.name=Netherziegel +tile.netherFence.name=Netherziegelzaun +tile.stairsNetherBrick.name=Netherziegeltreppe +tile.netherStalk.name=Netherwarze +tile.cauldron.name=Kessel +tile.enchantmentTable.name=Zaubertisch +tile.anvil.name=Amboss +tile.anvil.intact.name=Amboss +tile.anvil.slightlyDamaged.name=Leicht beschädigter Amboss +tile.anvil.veryDamaged.name=Stark beschädigter Amboss +tile.whiteStone.name=Endstein +tile.endPortalFrame.name=Endportalrahmen +tile.mycel.name=Myzel +tile.waterlily.name=Seerosenblatt +tile.dragonEgg.name=Drachenei +tile.redstoneLight.name=Redstone-Lampe +tile.cocoa.name=Kakao +tile.enderChest.name=Endertruhe +tile.oreRuby.name=Rubinerz +tile.oreEmerald.name=Smaragderz +tile.blockEmerald.name=Smaragdblock +tile.blockRedstone.name=Redstoneblock +tile.tripWire.name=Stolperdraht +tile.tripWireSource.name=Haken +tile.commandBlock.name=Kommandoblock +tile.beacon.name=Leuchtfeuer +tile.beacon.primary=Primäre Kraft +tile.beacon.secondary=Sekundäre Kraft +tile.cobbleWall.normal.name=Pflastersteinmauer +tile.cobbleWall.mossy.name=Bemooste Pflastersteinmauer +tile.carrots.name=Karotten +tile.potatoes.name=Kartoffeln +tile.daylightDetector.name=Tageslichtsensor +tile.netherquartz.name=Netherquarzerz +tile.hopper.name=Trichter +tile.quartzBlock.default.name=Quarzblock +tile.quartzBlock.chiseled.name=Gemeißelter Quarzblock +tile.quartzBlock.lines.name=Quarzsäule +tile.stairsQuartz.name=Quarztreppe + +item.shovelIron.name=Eisenschaufel +item.pickaxeIron.name=Eisenspitzhacke +item.hatchetIron.name=Eisenaxt +item.flintAndSteel.name=Feuerzeug +item.apple.name=Apfel +item.cookie.name=Keks +item.bow.name=Bogen +item.arrow.name=Pfeil +item.coal.name=Kohle +item.charcoal.name=Holzkohle +item.diamond.name=Diamant +item.emerald.name=Smaragd +item.ingotIron.name=Eisenbarren +item.ingotGold.name=Goldbarren +item.swordIron.name=Eisenschwert +item.swordWood.name=Holzschwert +item.shovelWood.name=Holzschaufel +item.pickaxeWood.name=Holzspitzhacke +item.hatchetWood.name=Holzaxt +item.swordStone.name=Steinschwert +item.shovelStone.name=Steinschaufel +item.pickaxeStone.name=Steinspitzhacke +item.hatchetStone.name=Steinaxt +item.swordDiamond.name=Diamantschwert +item.shovelDiamond.name=Diamantschaufel +item.pickaxeDiamond.name=Diamantspitzhacke +item.hatchetDiamond.name=Diamantaxt +item.stick.name=Stock +item.bowl.name=Schüssel +item.mushroomStew.name=Pilzsuppe +item.swordGold.name=Goldschwert +item.shovelGold.name=Goldschaufel +item.pickaxeGold.name=Goldspitzhacke +item.hatchetGold.name=Goldaxt +item.string.name=Faden +item.feather.name=Feder +item.sulphur.name=Schwarzpulver +item.hoeWood.name=Holzhacke +item.hoeStone.name=Steinhacke +item.hoeIron.name=Eisenhacke +item.hoeDiamond.name=Diamanthacke +item.hoeGold.name=Goldhacke +item.seeds.name=Samen +item.seeds_pumpkin.name=Kürbiskerne +item.seeds_melon.name=Melonenkerne +item.melon.name=Melone +item.wheat.name=Weizen +item.bread.name=Brot +item.helmetCloth.name=Lederkappe +item.chestplateCloth.name=Lederharnisch +item.leggingsCloth.name=Lederhose +item.bootsCloth.name=Lederstiefel +item.helmetChain.name=Kettenhaube +item.chestplateChain.name=Kettenhemd +item.leggingsChain.name=Kettenhose +item.bootsChain.name=Kettenstiefel +item.helmetIron.name=Eisenhelm +item.chestplateIron.name=Eisenbrustpanzer +item.leggingsIron.name=Eisenbeinschutz +item.bootsIron.name=Eisenstiefel +item.helmetDiamond.name=Diamanthelm +item.chestplateDiamond.name=Diamantharnisch +item.leggingsDiamond.name=Diamantbeinschutz +item.bootsDiamond.name=Diamantstiefel +item.helmetGold.name=Goldhelm +item.chestplateGold.name=Goldener Brustpanzer +item.leggingsGold.name=Goldener Beinschutz +item.bootsGold.name=Goldstiefel +item.flint.name=Feuerstein +item.porkchopRaw.name=Rohes Schweinefleisch +item.porkchopCooked.name=Gebratenes Schweinefleisch +item.chickenRaw.name=Rohes Hühnchen +item.chickenCooked.name=Gebratenes Hühnchen +item.beefRaw.name=Rohes Rindfleisch +item.beefCooked.name=Steak +item.painting.name=Gemälde +item.frame.name=Rahmen +item.appleGold.name=Goldener Apfel +item.sign.name=Schild +item.doorWood.name=Holztür +item.bucket.name=Eimer +item.bucketWater.name=Wassereimer +item.bucketLava.name=Lavaeimer +item.minecart.name=Lore +item.saddle.name=Sattel +item.doorIron.name=Eisentür +item.redstone.name=Redstone +item.snowball.name=Schneeball +item.boat.name=Boot +item.leather.name=Leder +item.milk.name=Milch +item.brick.name=Ziegel +item.clay.name=Lehm +item.reeds.name=Zuckerrohr +item.paper.name=Papier +item.book.name=Buch +item.slimeball.name=Schleimball +item.minecartChest.name=Güterlore +item.minecartFurnace.name=Angetriebene Lore +item.minecartTnt.name=TNT-Lore +item.minecartHopper.name=Trichterlore +item.egg.name=Ei +item.compass.name=Kompass +item.fishingRod.name=Angel +item.clock.name=Uhr +item.yellowDust.name=Glowstonestaub +item.fishRaw.name=Roher Fisch +item.fishCooked.name=Gebratener Fisch +item.record.name=Schallplatte +item.bone.name=Knochen +item.dyePowder.black.name=Tintensack +item.dyePowder.red.name=Rosenrot +item.dyePowder.green.name=Kaktusgrün +item.dyePowder.brown.name=Kakaobohnen +item.dyePowder.blue.name=Lapislazuli +item.dyePowder.purple.name=Violetter Farbstoff +item.dyePowder.cyan.name=Türkiser Farbstoff +item.dyePowder.silver.name=Hellgrauer Farbstoff +item.dyePowder.gray.name=Grauer Farbstoff +item.dyePowder.pink.name=Rosa Farbstoff +item.dyePowder.lime.name=Hellgrüner Farbstoff +item.dyePowder.yellow.name=Löwenzahngelb +item.dyePowder.lightBlue.name=Hellblauer Farbstoff +item.dyePowder.magenta.name=Magenta Farbstoff +item.dyePowder.orange.name=Orangefarbener Farbstoff +item.dyePowder.white.name=Knochenmehl +item.sugar.name=Zucker +item.cake.name=Kuchen +item.bed.name=Bett +item.diode.name=Redstone-Verstärker +item.comparator.name=Redstone-Komparator +item.map.name=Karte +item.leaves.name=Laub +item.shears.name=Schere +item.rottenFlesh.name=Verrottetes Fleisch +item.enderPearl.name=Enderperle +item.blazeRod.name=Lohenrute +item.ghastTear.name=Ghastträne +item.netherStalkSeeds.name=Netherwarze +item.potion.name=Trank +item.emptyPotion.name=Wasserflasche +item.goldNugget.name=Goldnugget +item.glassBottle.name=Glasflasche +item.spiderEye.name=Spinnenauge +item.fermentedSpiderEye.name=Fermentiertes Spinnenauge +item.blazePowder.name=Lohenstaub +item.magmaCream.name=Magmacreme +item.cauldron.name=Kessel +item.brewingStand.name=Braustand +item.eyeOfEnder.name=Enderauge +item.speckledMelon.name=Glitzernde Melone +item.monsterPlacer.name=Erschaffe +item.expBottle.name=Erfahrungsfläschchen +item.fireball.name=Feuerkugel +item.writingBook.name=Buch und Feder +item.writtenBook.name=Beschriebenes Buch +item.ruby.name=Rubin +item.flowerPot.name=Blumentopf +item.emptyMap.name=Leere Karte +item.carrots.name=Karotte +item.carrotGolden.name=Goldene Karotte +item.potato.name=Kartoffel +item.potatoBaked.name=Ofenkartoffel +item.potatoPoisonous.name=Giftige Kartoffel +item.skull.skeleton.name=Skelettschädel +item.skull.wither.name=Witherskelettschädel +item.skull.zombie.name=Zombiekopf +item.skull.char.name=Kopf +item.skull.player.name=Kopf von %s +item.skull.creeper.name=Creeperkopf +item.carrotOnAStick.name=Karottenrute +item.netherStar.name=Netherstern +item.pumpkinPie.name=Kürbiskuchen +item.enchantedBook.name=Verzaubertes Buch +item.fireworks.name=Feuerwerksrakete +item.fireworks.flight=Flugdauer: +item.fireworksCharge.name=Feuerwerksstern +item.fireworksCharge.black=Schwarz +item.fireworksCharge.red=Rot +item.fireworksCharge.green=Grün +item.fireworksCharge.brown=Braun +item.fireworksCharge.blue=Blau +item.fireworksCharge.purple=Violett +item.fireworksCharge.cyan=Türkis +item.fireworksCharge.silver=Hellgrau +item.fireworksCharge.gray=Grau +item.fireworksCharge.pink=Rosa +item.fireworksCharge.lime=Hellgrün +item.fireworksCharge.yellow=Gelb +item.fireworksCharge.lightBlue=Hellblau +item.fireworksCharge.magenta=Magenta +item.fireworksCharge.orange=Orange +item.fireworksCharge.white=Weiß +item.fireworksCharge.customColor=Benutzerdefiniert +item.fireworksCharge.fadeTo=Wechseln zu +item.fireworksCharge.flicker=Funkeln +item.fireworksCharge.trail=Schweif +item.fireworksCharge.type.0=Kleiner Ball +item.fireworksCharge.type.1=Große Kugel +item.fireworksCharge.type.2=Sternförmig +item.fireworksCharge.type.3=Creeperförmig +item.fireworksCharge.type.4=Explosion +item.fireworksCharge.type=Unbekannte Form +item.netherbrick.name=Netherziegel +item.netherquartz.name=Netherquarz + +container.inventory=Inventar +container.hopper=Trichter +container.crafting=Handwerk +container.dispenser=Spender +container.dropper=Dropper +container.furnace=Ofen +container.enchant=Verzaubern +container.repair=Amboss +container.repair.cost=Erfahrungskosten: %1$d Level +container.repair.expensive=Zu teuer! +container.creative=Gegenstände +container.brewing=Braustand +container.chest=Truhe +container.chestDouble=Große Truhe +container.minecart=Lore +container.enderchest=Endertruhe + +item.dyed=Gefärbt + +entity.Item.name=Gegenstand +entity.XPOrb.name=Erfahrungskugel +entity.SmallFireball.name=Kleiner Feuerball +entity.Fireball.name=Feuerball + +entity.Arrow.name=Pfeil +entity.Snowball.name=Schneeball +entity.Painting.name=Gemälde + +entity.Mob.name=Kreatur +entity.Monster.name=Monster + +entity.Creeper.name=Creeper +entity.Skeleton.name=Skelett +entity.Spider.name=Spinne +entity.Giant.name=Riese +entity.Zombie.name=Zombie +entity.Slime.name=Schleim +entity.Ghast.name=Ghast +entity.PigZombie.name=Zombie Pigman +entity.Enderman.name=Enderman +entity.Silverfish.name=Silberfisch +entity.CaveSpider.name=Höhlenspinne +entity.Blaze.name=Lohe +entity.LavaSlime.name=Magmaschleim +entity.MushroomCow.name=Pilzkuh +entity.Villager.name=Dorfbewohner +entity.VillagerGolem.name=Eisengolem +entity.SnowMan.name=Schneegolem +entity.EnderDragon.name=Enderdrache +entity.WitherBoss.name=Withern +entity.Witch.name=Hexe + +entity.Pig.name=Schwein +entity.Sheep.name=Schaf +entity.Cow.name=Kuh +entity.Chicken.name=Huhn +entity.Squid.name=Tintenfisch +entity.Wolf.name=Wolf +entity.Ozelot.name=Ozelot +entity.Cat.name=Katze +entity.Bat.name=Fledermaus + +entity.PrimedTnt.name=TNT +entity.FallingSand.name=Fallender Block + +entity.Minecart.name=Lore +entity.Boat.name=Boot + +entity.generic.name=Unbekannt + +death.fell.accident.ladder=%1$s fiel von einer Leiter +death.fell.accident.vines=%1$s fiel von Ranken +death.fell.accident.water=%1$s fiel aus dem Wasser +death.fell.accident.generic=%1$s fiel aus zu großer Höhe +death.fell.killer=%1$s wurde zum Fallen verdammt +death.fell.assist=%1$s wurde von %2$s zum Fallen verdammt +death.fell.assist.item=%1$s wurde von %2$s mit %3$s zum Fallen verdammt +death.fell.finish=%1$s fiel zu tief und wurde von %2$s erledigt +death.fell.finish.item=%1$s fiel zu tief und wurde von %2$s mit %3$s erledigt + +death.attack.inFire=%1$s ging in Flammen auf +death.attack.inFire.player=%1$s lief ins Feuer, während er mit %2$s kämpfte +death.attack.onFire=%1$s verbrannte +death.attack.onFire.player=%1$s wurde während des Kampfes mit %2$s geröstet +death.attack.lava=%1$s versuchte in Lava zu schwimmen +death.attack.lava.player=%1$s fiel beim Versuch %2$s zu entkommen in Lava +death.attack.inWall=%1$s wurde lebendig begraben +death.attack.drown=%1$s ertrank +death.attack.drown.player=%1$s ertrank beim Versuch %2$s zu entkommen +death.attack.starve=%1$s verhungerte +death.attack.cactus=%1$s wurde zu Tode gestochen +death.attack.cactus.player=%1$s rannte beim Versuch %2$s zu entkommen in einen Kaktus +death.attack.generic=%1$s starb +death.attack.explosion=%1$s wurde in die Luft gesprengt +death.attack.explosion.player=%1$s wurde durch %2$s in die Luft gesprengt +death.attack.magic=%1$s wurde durch Magie getötet +death.attack.wither=%1$s verdorrte +death.attack.anvil=%1$s wurde von einem fallenden Amboss zerquetscht +death.attack.fallingBlock=%1$s wurde von einem fallenden Block zerquetscht +death.attack.mob=%1$s wurde von %2$s erschlagen +death.attack.player=%1$s wurde von %2$s erschlagen +death.attack.player.item=%1$s wurde von %2$s mit %3$s erschlagen +death.attack.arrow=%1$s wurde von %2$s erschossen +death.attack.arrow.item=%1$s wurde von %2$s mit %3$s erschossen +death.attack.fireball=%1$s wurde von %2$s flambiert +death.attack.fireball.item=%1$s wurde von %2$s mit %3$s flambiert +death.attack.thrown=%1$s wurde von %2$s zu Tode geprügelt +death.attack.thrown.item=%1$s wurde von %2$s mit %3$s zu Tode geprügelt +death.attack.indirectMagic=%1$s wurde von %2$s mit Magie getötet +death.attack.indirectMagic.item=%1$s wurde von %2$s mit %3$s getötet +death.attack.thorns=%1$s wurde beim Versuch %2$s zu verletzen getötet +death.attack.fall=%1$s fiel der Schwerkraft zum Opfer +death.attack.outOfWorld=%1$s fiel aus der Welt + +deathScreen.respawn=Wiederbeleben +deathScreen.deleteWorld=Welt löschen +deathScreen.titleScreen=Hauptmenü +deathScreen.score=Punktestand +deathScreen.title.hardcore=Game over! +deathScreen.hardcoreInfo=Du kannst im Hardcore-Modus nicht wiedereinsteigen! +deathScreen.title=Du bist gestorben! +deathScreen.leaveServer=Server verlassen + +potion.empty=Wirkungslos +potion.moveSpeed=Geschwindigkeit +potion.moveSlowdown=Verlangsamung +potion.digSpeed=Eile +potion.digSlowDown=Abbauermüdung +potion.damageBoost=Stärke +potion.weakness=Schwäche +potion.heal=Sofortige Gesundheit +potion.harm=Sofortiger Schaden +potion.jump=Sprungverstärkung +potion.confusion=Übelkeit +potion.regeneration=Regeneration +potion.resistance=Resistenz +potion.fireResistance=Feuerresistenz +potion.waterBreathing=Unterwasseratmung +potion.invisibility=Unsichtbarkeit +potion.blindness=Blindheit +potion.nightVision=Nachtsicht +potion.hunger=Hunger +potion.poison=Vergiftung +potion.wither=Wither + +potion.moveSpeed.postfix=Trank der Schnelligkeit +potion.moveSlowdown.postfix=Trank der Langsamkeit +potion.digSpeed.postfix=Trank der Eile +potion.digSlowDown.postfix=Trank der Trägheit +potion.damageBoost.postfix=Trank der Stärke +potion.weakness.postfix=Trank der Schwäche +potion.heal.postfix=Trank der Heilung +potion.harm.postfix=Trank des Schadens +potion.jump.postfix=Trank der Sprungkraft +potion.confusion.postfix=Trank der Übelkeit +potion.regeneration.postfix=Trank der Regeneration +potion.resistance.postfix=Trank des Widerstandes +potion.fireResistance.postfix=Trank der Feuerresistenz +potion.waterBreathing.postfix=Trank der Wasseratmung +potion.invisibility.postfix=Trank der Unsichtbarkeit +potion.blindness.postfix=Trank der Blindheit +potion.nightVision.postfix=Trank der Nachtsicht +potion.hunger.postfix=Trank des Hungers +potion.poison.postfix=Trank der Vergiftung +potion.wither.postfix=Trank des Zerfalls + +potion.potency.0= +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV + +potion.prefix.grenade=Werfbarer +potion.prefix.mundane=Gewöhnlicher +potion.prefix.uninteresting=Langweiliger +potion.prefix.bland=Fader +potion.prefix.clear=Klarer +potion.prefix.milky=Milchiger +potion.prefix.diffuse=Trüber +potion.prefix.artless=Schlichter +potion.prefix.thin=Dünnflüssiger +potion.prefix.awkward=Seltsamer +potion.prefix.flat=Flauer +potion.prefix.bulky=Wuchtiger +potion.prefix.bungling=Verpfuschter +potion.prefix.buttered=Cremiger +potion.prefix.smooth=Milder +potion.prefix.suave=Sanfter +potion.prefix.debonair=Gefälliger +potion.prefix.thick=Dickflüssiger +potion.prefix.elegant=Vornehmer +potion.prefix.fancy=Raffinierter +potion.prefix.charming=Lieblicher +potion.prefix.dashing=Flinker +potion.prefix.refined=Verfeinerter +potion.prefix.cordial=Belebender +potion.prefix.sparkling=Prickelnder +potion.prefix.potent=Starker +potion.prefix.foul=Fauler +potion.prefix.odorless=Geruchloser +potion.prefix.rank=Ranziger +potion.prefix.harsh=Rauer +potion.prefix.acrid=Bitterer +potion.prefix.gross=Widerlicher +potion.prefix.stinky=Stinkender + +enchantment.damage.all=Schärfe +enchantment.damage.undead=Bann +enchantment.damage.arthropods=Nemesis der Gliederfüßer +enchantment.knockback=Rückstoß +enchantment.fire=Verbrennung +enchantment.protect.all=Schutz +enchantment.protect.fire=Feuerschutz +enchantment.protect.fall=Federfall +enchantment.protect.explosion=Explosionsschutz +enchantment.protect.projectile=Schusssicher +enchantment.oxygen=Atmung +enchantment.waterWorker=Wasseraffinität +enchantment.digging=Effizienz +enchantment.untouching=Behutsamkeit +enchantment.durability=Haltbarkeit +enchantment.lootBonus=Plünderung +enchantment.lootBonusDigger=Glück +enchantment.arrowDamage=Stärke +enchantment.arrowFire=Flamme +enchantment.arrowKnockback=Schlag +enchantment.arrowInfinite=Unendlichkeit +enchantment.thorns=Dornen + +enchantment.level.1=I +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.level.10=X + +gui.achievements=Erfolge +gui.stats=Statistiken + +stat.generalButton=Allgemein +stat.blocksButton=Blöcke +stat.itemsButton=Gegenstände + +stat.used=Benutzt +stat.mined=Abgebaut +stat.depleted=Verbraucht +stat.crafted=Hergestellt + +stat.startGame=Anzahl der Spiele +stat.createWorld=Welten gespielt +stat.loadWorld=Spielstände geladen +stat.joinMultiplayer=Mehrspielerbeitritte +stat.leaveGame=Spiele verlassen + +stat.playOneMinute=Spieldauer + +stat.walkOneCm=Gelaufene Strecke +stat.fallOneCm=Gefallene Strecke +stat.swimOneCm=Geschwommene Stecke +stat.flyOneCm=Geflogene Strecke +stat.climbOneCm=Gekletterte Strecke +stat.diveOneCm=Getauchte Strecke +stat.minecartOneCm=In Lore gefahrene Strecke +stat.boatOneCm=Im Boot gefahrene Strecke +stat.pigOneCm=Auf Schwein gerittene Strecke +stat.jump=Sprünge +stat.drop=Fallengelassene Gegenstände + +stat.damageDealt=Zugefügter Schaden +stat.damageTaken=Erlittener Schaden +stat.deaths=Tode +stat.mobKills=Getötete Kreaturen +stat.playerKills=Getötete Spieler +stat.fishCaught=Gefangene Fische + +stat.mineBlock=%1$s abgebaut +stat.craftItem=%1$s hergestellt +stat.useItem=%1$s benutzt +stat.breakItem=%1$s verbraucht + +achievement.get=Errungenschaft erzielt! + +achievement.taken=Geschafft! + +achievement.requires=Benötigt '%1$s' +achievement.openInventory=Inventar öffnen +achievement.openInventory.desc=Drücke '%1$s', um dein Inventar zu öffnen. +achievement.mineWood=Dreimal auf Holz geklopft! +achievement.mineWood.desc=Schlage einen Baum, bis ein Stück Holz herausfällt +achievement.buildWorkBench=Fortgeschrittenes Handwerk +achievement.buildWorkBench.desc=Stelle eine Werkbank aus vier Holzbrettern her +achievement.buildPickaxe=Glück Auf! +achievement.buildPickaxe.desc=Fertige eine Spitzhacke aus Holzbrettern und Stöcken +achievement.buildFurnace=Heiße Angelegenheit +achievement.buildFurnace.desc=Baue einen Ofen aus acht Pflastersteinen +achievement.acquireIron=Schmiedekunst +achievement.acquireIron.desc=Schmelze Eisenerz im Ofen +achievement.buildHoe=Fang an zu ackern! +achievement.buildHoe.desc=Baue eine Feldhacke aus Holzbrettern und Stöcken +achievement.makeBread=Backe Brot +achievement.makeBread.desc=Backe ein Brot aus Weizen +achievement.bakeCake=Die Lüge +achievement.bakeCake.desc=Weizen, Zucker, Milch und Eier! +achievement.buildBetterPickaxe=Technischer Fortschritt +achievement.buildBetterPickaxe.desc=Stelle eine bessere Spitzhacke her +achievement.cookFish=Köstlicher Fisch +achievement.cookFish.desc=Fange und brate einen Fisch! +achievement.onARail=Bahn frei! +achievement.onARail.desc=Lege mit einer Lore mindestens einen Kilometer an einem Stück zurück +achievement.buildSword=Zu den Waffen! +achievement.buildSword.desc=Fertige ein Schwert aus Brettern und Stöcken +achievement.killEnemy=Monsterjäger +achievement.killEnemy.desc=Töte ein Monster +achievement.killCow=Cowboy +achievement.killCow.desc=Sammle etwas Leder +achievement.flyPig=Wenn Schweine fliegen +achievement.flyPig.desc=Fliege mit einem Schwein eine Klippe hinunter +achievement.snipeSkeleton=Scharfschützenduell +achievement.snipeSkeleton.desc=Töte ein Skelett mit einem Pfeil aus einer Entfernung von mehr als 50 Metern +achievement.diamonds=DIAMANTEN! +achievement.diamonds.desc=Baue einen Diamanten mit Hilfe einer Eisenspitzhacke ab +achievement.portal=Wir müssen noch tiefer +achievement.portal.desc=Baue ein Portal zum Nether +achievement.ghast=Zurück zum Absender +achievement.ghast.desc=Besiege einen Ghast mit seinen eigenen Waffen +achievement.blazeRod=Spiel mit dem Feuer +achievement.blazeRod.desc=Erleichtere eine Lohe um ihre Rute +achievement.potion=Alchemie +achievement.potion.desc=Braue einen Trank +achievement.theEnd=Das Ende? +achievement.theEnd.desc=Finde das Ende +achievement.theEnd2=Das Ende. +achievement.theEnd2.desc=Bezwinge den Enderdrachen +achievement.enchantments=Verzauberer +achievement.enchantments.desc=Verwende ein Buch, Obsidian und Diamanten, um einen Zaubertisch zu bauen +achievement.overkill=Meister des Kampfes +achievement.overkill.desc=Verursache acht Herzen Schaden mit einem einzigen Schlag +achievement.bookcase=Bibliothekar +achievement.bookcase.desc=Baue Bücherregale, um deinen Zaubertisch zu verbessern + +commands.generic.exception=Bei der Ausführung dieses Befehls trat ein unbekannter Fehler auf +commands.generic.syntax=Ungültige Befehlssyntax +commands.generic.player.notFound=Dieser Spieler konnte nicht gefunden werden +commands.generic.notFound=Unbekannter Befehl. Gib /help für eine Liste von Befehlen ein. +commands.generic.num.invalid='%s' ist keine gültige Zahl +commands.generic.num.tooSmall=Die eingegebene Zahl (%d) ist zu klein, sie muss mindestens %d betragen +commands.generic.num.tooBig=Die eingegebene Zahl (%d) ist zu groß, sie darf höchstens %d betragen +commands.generic.double.tooSmall=Die eingegebene Zahl (%.2f) ist zu klein, sie muss mindestens %.2f betragen +commands.generic.double.tooBig=Die eingegebene Zahl (%.2f) ist zu groß, sie darf höchstens %.2f betragen +commands.generic.usage=Syntax: %s + +commands.xp.failure.widthdrawXp=Spielern kann keine negative Anzahl Erfahrungspunkte gegeben werden +commands.xp.success=%d Erfahrungspunkte an %s gegeben +commands.xp.success.levels=%d Level an %s gegeben +commands.xp.success.negative.levels=%d Level von %s entfernt +commands.xp.usage=/xp [Spieler] ODER /xp L [Spieler] +commands.give.usage=/give [Menge] [Datenwert] +commands.give.notFound=Es gibt keinen Gegenstand mit der ID %d +commands.give.success=%s (ID %d) * %d an %s gegeben +commands.effect.usage=/effect [seconds] [amplifier] +commands.effect.notFound=There is no such mob effect with ID %d +commands.effect.success=Given %1$s (ID %2$d) * %3$d to %4$s for %5$d seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.enchant.usage=/enchant [Level] +commands.enchant.notFound=Es gibt keine Verzauberung mit der ID %d +commands.enchant.noItem=Das Ziel hält keinen Gegenstand +commands.enchant.cantEnchant=Die gewählte Verzauberung kann nicht zu diesem Gegenstand hinzugefügt werden +commands.enchant.cantCombine=%1$s ist nicht kombinierbar mit %2$s +commands.enchant.success=Verzauberung erfolgreich +commands.clear.usage=/clear [Gegenstand] [Datenwert] +commands.clear.success=Inventar von %s geleert, %d Gegenstände entfernt +commands.clear.failure=Could not clear the inventory of %s, no items to remove +commands.downfall.success=Niederschlag umgestellt +commands.time.usage=/time +commands.time.added=Zeit um %d erhöht +commands.time.set=Zeit auf %d gesetzt +commands.players.list=Es sind %d/%d Spieler online: +commands.banlist.ips=Es gibt %d gesperrte IP-Adressen: +commands.banlist.players=Es gibt insgesamt %d gesperrte Spieler: +commands.banlist.usage=/banlist [IPs|Spieler] +commands.kick.success=%s wurde aus dem Spiel geworfen +commands.kick.success.reason=%s wurde aus dem Spiel geworfen: '%s' +commands.kick.usage=/kick [Grund ...] +commands.op.success=%s wurde zum Operator ernannt +commands.op.usage=/op +commands.deop.success=%s ist kein Operator mehr +commands.deop.usage=/deop +commands.say.usage=/say +commands.ban.success=Spieler %s wurde gesperrt +commands.ban.usage=/ban [Grund ...] +commands.unban.success=Spieler %s wurde entsperrt +commands.unban.usage=/pardon +commands.banip.invalid=Du hast eine ungültige IP-Adresse oder einen Spieler der nicht online ist eingegeben +commands.banip.success=IP-Adresse %s wurde gesperrt +commands.banip.success.players=IP-Adresse %s (%s) wurde gesperrt +commands.banip.usage=/ban-ip [Grund ...] +commands.unbanip.invalid=Du hast eine ungültige IP-Adresse eingegeben +commands.unbanip.success=IP-Adresse %s entsperrt +commands.unbanip.usage=/pardon-ip +commands.save.enabled=Automatisches Speichern der Welt eingeschaltet +commands.save.disabled=Automatisches Speichern der Welt ausgeschaltet +commands.save.start=Speichere... +commands.save.success=Die Welt wurde gespeichert +commands.save.failed=Speichern fehlgeschlagen: %s +commands.stop.start=Server wird gestoppt +commands.tp.success=%s wurde zu %s teleportiert +commands.tp.success.coordinates=%s wurde zu %.2f,%.2f,%.2f teleportiert +commands.tp.usage=/tp [Spieler] ODER /tp [Spieler] +commands.tp.notSameDimension=Teleportieren nicht möglich, da die Spieler nicht in der gleichen Dimension sind +commands.whitelist.list=Es sind %d (von %d) Spieler auf der Whitelist: +commands.whitelist.enabled=Die Whitelist wurde aktiviert +commands.whitelist.disabled=Whitelist wurde deaktiviert +commands.whitelist.reloaded=Whitelist wurde neu geladen +commands.whitelist.add.success=%s wurde zur Whitelist hinzugefügt +commands.whitelist.add.usage=/whitelist add +commands.whitelist.remove.success=%s wurde von der Whitelist entfernt +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.scoreboard.usage=/scoreboard +commands.scoreboard.teamNotFound=Es wurde kein Team mit dem Namen '%s' gefunden +commands.scoreboard.objectiveNotFound=Es wurde kein Ziel mit dem Namen '%s' gefunden +commands.scoreboard.objectiveReadOnly=Das Ziel '%s' kann nur ausgelesen und nicht verändert werden +commands.scoreboard.objectives.usage=/scoreboard objectives +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [Ziel] +commands.scoreboard.objectives.setdisplay.invalidSlot=Kein Anzeigeslot '%s' vorhanden +commands.scoreboard.objectives.setdisplay.successCleared=Ziel-Anzeigeslot '%s' wurde gelöscht +commands.scoreboard.objectives.setdisplay.successSet=Das angezeigte Ziel in Slot '%s' wurde auf '%s' gesetzt +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [Anzeigename ...] +commands.scoreboard.objectives.add.wrongType=Ungültige Zielart. Zulässig sind: %s +commands.scoreboard.objectives.add.alreadyExists=Ein Ziel mit dem Namen '%s' existiert bereits +commands.scoreboard.objectives.add.tooLong=Der Name '%s' ist zu lang für ein Ziel, er darf maximal %d Zeichen lang sein +commands.scoreboard.objectives.add.displayTooLong=Der Anzeigename '%s' ist zu lang für ein Ziel, er darf maximal %d Zeichen lang sein +commands.scoreboard.objectives.add.success=Neues Ziel '%s' wurde hinzugefügt +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.remove.success=Ziel '%s' wurde entfernt +commands.scoreboard.objectives.list.count=Zeige %d Ziel(e) auf der Punktetabelle an +commands.scoreboard.objectives.list.entry=- %s: wird als '%s' angezeigt und ist vom Typ '%s' +commands.scoreboard.objectives.list.empty=Es sind keine Ziele in der Punktetabelle eingetragen +commands.scoreboard.players.usage=/scoreboard players +commands.scoreboard.players.set.success=Punktestand von %s für Spieler %s wurde auf %d gesetzt +commands.scoreboard.players.set.usage=/scoreboard players set +commands.scoreboard.players.add.usage=/scoreboard players add +commands.scoreboard.players.remove.usage=/scoreboard players remove +commands.scoreboard.players.reset.usage=/scoreboard players reset +commands.scoreboard.players.reset.success=Alle Punkte von Spieler %s wurden zurückgesetzt +commands.scoreboard.players.list.count=Zeige %d erfasste Spieler in der Punktetabelle +commands.scoreboard.players.list.empty=Derzeit werden keine Spieler von der Punktetabelle erfasst +commands.scoreboard.players.list.player.count=Zeige %d erfasste(s) Ziel(e) für %s an +commands.scoreboard.players.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.players.list.player.empty=Für Spieler %s wurden keine Punkte eingetragen +commands.scoreboard.teams.usage=/scoreboard teams +commands.scoreboard.teams.add.usage=/scoreboard teams add [Anzeigename ...] +commands.scoreboard.teams.add.alreadyExists=Ein Team mit dem Namen '%s' existiert bereits +commands.scoreboard.teams.add.tooLong=Der Name '%s' ist zu lang für ein Team, er darf maximal %d Zeichen lang sein +commands.scoreboard.teams.add.displayTooLong=Der Anzeigename '%s' ist zu lang für ein Team, er darf maximal %d Zeichen lang sein +commands.scoreboard.teams.add.success='%s' wurde erfolgreich als neues Team hinzugefügt +commands.scoreboard.teams.list.usage=/scoreboard teams list [Name] +commands.scoreboard.teams.list.count=Zeige %d Teams in der Punktetabelle an +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' hat %3$d Spieler +commands.scoreboard.teams.list.empty=Derzeit sind keine Teams in der Punktetabelle registriert +commands.scoreboard.teams.list.player.count=Zeige %d Spieler von Team %s +commands.scoreboard.teams.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.teams.list.player.empty=Team %s hat keine Spieler +commands.scoreboard.teams.empty.usage=/scoreboard teams empty +commands.scoreboard.teams.empty.alreadyEmpty=Team %s hat bereits keine Spieler mehr +commands.scoreboard.teams.empty.success=Alle %d Spieler von Team %s wurden entfernt +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.remove.success=Team %s wurde entfernt +commands.scoreboard.teams.join.usage=/scoreboard teams join [Spieler] +commands.scoreboard.teams.join.success=%d Spieler wurden dem Team %s hinzugefügt: %s +commands.scoreboard.teams.join.failure=%d Spieler konnten nicht dem Team %s hinzugefügt werden: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [Spieler] +commands.scoreboard.teams.leave.success=%d Spieler wurden aus ihren Teams entfernt: %s +commands.scoreboard.teams.leave.failure=%d Spieler konnten nicht aus ihren Teams entfernt werden: %s +commands.scoreboard.teams.leave.noTeam=Du bist in keinem Team +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.option.noValue=Gültige Werte für Option %s sind: %s +commands.scoreboard.teams.option.success=Set option %s for team %s to %s +commands.gamemode.success.self=Dein Spielmodus wurde auf %s gesetzt +commands.gamemode.success.other=Der Spielmodus von %s wurde auf %s gesetzt +commands.gamemode.usage=/gamemode [Spieler] +commands.defaultgamemode.usage=/defaultgamemode +commands.defaultgamemode.success=Der Standardspielmodus der Welt ist nun %s +commands.me.usage=/me +commands.help.header=--- Hilfeseite %d von %d (/help ) --- +commands.help.footer=Tipp: Benutze die Tabulatortaste zur automatischen Vervollständigung von Befehlen oder ihrer Argumente +commands.help.usage=/help [Seite|Befehlsname] +commands.publish.started=Das lokale Spiel ist nun unter %s erreichbar +commands.publish.failed=Es konnte kein lokales Spiel erstellt werden +commands.debug.start=Starte Debug-Aufzeichung +commands.debug.stop=Debug-Aufzeichnung nach %.2f Sekunden (%d Ticks) gestoppt +commands.debug.notStarted=Kann Debug-Aufzeichung nicht beenden ohne sie gestartet zu haben! +commands.debug.usage=/debug +commands.message.usage=/tell +commands.message.sameTarget=Du kannst dir selbst keine private Nachricht senden! +commands.message.display.outgoing=Du flüsterst %s zu: %s +commands.message.display.incoming=%s flüstert dir zu: %s +commands.difficulty.usage=/difficulty +commands.difficulty.success=Schwierigkeit auf %s gesetzt +commands.spawnpoint.usage=/spawnpoint ODER /spawnpoint ODER /spawnpoint +commands.spawnpoint.success=Spawnpunkt von %s auf (%d, %d, %d) gesetzt +commands.gamerule.usage=/gamerule ODER /gamerule +commands.gamerule.success=Spielregel wurde geändert +commands.gamerule.norule=Keine Spielregel '%s' vorhanden +commands.weather.usage=/weather [Dauer in Sekunden] +commands.weather.clear=Wechsele zu schönem Wetter +commands.weather.rain=Wechsele zu Regenwetter +commands.weather.thunder=Wechsele zu Gewitter +commands.testfor.usage=/testfor +commands.testfor.failed=/testfor ist nur über Kommandoblöcke mit Analogausgang nutzbar + +itemGroup.buildingBlocks=Baumaterial +itemGroup.decorations=Dekorationsblöcke +itemGroup.redstone=Redstone +itemGroup.transportation=Beförderung +itemGroup.misc=Verschiedenes +itemGroup.search=Suche +itemGroup.food=Nahrung +itemGroup.tools=Werkzeuge +itemGroup.combat=Kampf +itemGroup.brewing=Brauen +itemGroup.materials=Werkstoffe +itemGroup.inventory=Inventar + +inventory.binSlot=Gegenstand zerstören + +advMode.setCommand=Befehl eingeben +advMode.command=Befehl +advMode.nearestPlayer=Benutze "@p" um den nächsten Spieler als Ziel zu wählen +advMode.randomPlayer=Benutze "@r" um einen zufälligen Spieler als Ziel zu wählen +advMode.allPlayers=Benutze "@a" um alle Spieler als Ziel zu wählen + +advMode.notEnabled=Kommandoblöcke sind auf diesem Server nicht eingeschaltet +advMode.notAllowed=Nur ein Operator im Kreativ-Modus kann Befehle eingeben + +mco.title=Minecraft Realms +mco.selectServer.select=Server beitreten +mco.selectServer.configure=Einstellungen +mco.selectServer.create=Welt erzeugen +mco.selectServer.moreinfo=Weitere Informationen + +mco.configure.world.edit.title=Welt bearbeiten + +mco.configure.world.title=Welt einstellen +mco.configure.world.name=Name +mco.configure.world.description=Beschreibung +mco.configure.world.location=Ort +mco.configure.world.invited=Eingeladen +mco.configure.world.buttons.edit=Bearbeiten +mco.configure.world.buttons.reset=Welt zurücksetzen +mco.configure.world.buttons.done=Fertig +mco.configure.world.buttons.delete=Löschen +mco.configure.world.buttons.open=Welt öffnen +mco.configure.world.buttons.close=Welt schließen +mco.configure.world.buttons.invite=Einladen +mco.configure.world.buttons.uninvite=Ausladen +mco.configure.world.buttons.subscription=Subscription +mco.configure.world.invite.profile.name=Name +mco.configure.world.uninvite.question=Bist du sicher, dass du ausladen möchtest + +mco.configure.world.subscription.title=Subscription Info +mco.configure.world.subscription.daysleft=Days Left +mco.configure.world.subscription.start=Start Date +mco.configure.world.subscription.extend=Extend + +mco.create.world.location.title=Orte +mco.create.world.location.warning=Du erhältst eventuell nicht exakt den gewählten Ort +mco.create.world.wait=Welt wird erzeugt... + +mco.reset.world.title=Welt zurücksetzen +mco.reset.world.warning=Dies wird deine Welt für immer löschen! +mco.reset.world.seed=Startwert (Optional) +mco.reset.world.resetting.screen.title=Welt wird zurückgesetzt... + +mco.configure.world.close.question.line1=Die Welt wird nicht mehr verfügbar sein. +mco.configure.world.close.question.line2=Bist du sicher, dass du das tun möchtest? + +mco.connect.connecting=Verbinde mit Online-Server... +mco.connect.authorizing=Anmelden... +mco.connect.failed=Verbindung zum Online-Server fehlgeschlagen + +mco.create.world=Erzeugen + diff --git a/1.5.2/lang/el_GR.lang b/1.5.2/lang/el_GR.lang new file mode 100644 index 00000000..2a1b22a9 --- /dev/null +++ b/1.5.2/lang/el_GR.lang @@ -0,0 +1,1293 @@ +#X-Generator: crowdin.net + +language.name=Ελληνικά +language.region=El +language.code=el_GR + +gui.done=Τέλος +gui.cancel=Ακύρωση +gui.back=Back +gui.toMenu=Πίσω στο κεντρικό μενού +gui.up=Επάνω +gui.down=Κάτω +gui.yes=Ναι +gui.no=Όχι + +menu.singleplayer=Παιχνίδι ενός παίκτη +menu.multiplayer=Παιχνίδι πολλών παικτών +menu.online=Minecraft Realms +menu.options=Επιλογές... +menu.quit=Έξοδος +menu.returnToMenu=Αποθήκευση και έξοδος +menu.disconnect=Αποσύνδεση +menu.returnToGame=Επιστροφή στο παιχνίδι +menu.switchingLevel=Αλλαγή κόσμου +menu.generatingLevel=Δημιουργία κόσμου +menu.loadingLevel=Φόρτωση κόσμου +menu.generatingTerrain=Σχηματισμός εδάφους +menu.convertingLevel=Μετατροπή κόσμου +menu.simulating=Προσομοίωση του κόσμου για λίγο +menu.respawning=Επανεμφάνιση +menu.shareToLan=Μεταφορά στο Τοπικό Δίκτυο + +selectWorld.title=Επιλέξτε κόσμο +selectWorld.empty=κενό +selectWorld.world=Κόσμος +selectWorld.select=Παίξτε στον επιλεγμένο κόσμο +selectWorld.create=Δημιουργία νέου κόσμου +selectWorld.recreate=Αναδημιουργία +selectWorld.createDemo=Παίξε ένα νέο δοκιμαστικό κόσμο +selectWorld.delete=Διαγραφή +selectWorld.rename=Μετονομασία +selectWorld.deleteQuestion=Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτόν τον κόσμο; +selectWorld.deleteWarning=θα χαθεί για πάντα! (Πολύς καιρός!) +selectWorld.deleteButton=Διαγραφή +selectWorld.renameButton=Μετονομασία +selectWorld.renameTitle=Μετονομασία κόσμου +selectWorld.conversion=Πρέπει να μετατραπεί! +selectWorld.newWorld=Νέος κόσμος +selectWorld.newWorld.copyOf=Αντίγραφο του %s +selectWorld.enterName=Όνομα κόσμου +selectWorld.resultFolder=Θα αποθηκευτεί στο: +selectWorld.enterSeed=Seed για την δημιουργία κόσμου +selectWorld.seedInfo=Αφήστε κενό για ένα τυχαίο Seed +selectWorld.cheats=Κωδικοί +selectWorld.customizeType=Προσαρμογή + +createWorld.customize.presets=Προεπιλογές +createWorld.customize.presets.title=Επιλέξτε μια προκαθορισμένη ρύθμιση +createWorld.customize.presets.select=Χρήση ρύθμισης +createWorld.customize.presets.share=Θέλετε να μοιραστείτε την ρύθμιση σας με κάποιον; Χρησιμοποιήστε το παρακάτω πεδίο! +createWorld.customize.presets.list=Αλλιώς, εδώ είναι μερικές που κάναμε νωρίτερα! +createWorld.customize.flat.title=Προσαρμογή επίπεδου κόσμου +createWorld.customize.flat.tile=Υλικό στρώσης +createWorld.customize.flat.height=Ύψος +createWorld.customize.flat.addLayer=Προσθήκη στρώσης +createWorld.customize.flat.editLayer=Επεξεργασία Στρώσης +createWorld.customize.flat.removeLayer=Αφαίρεση Στρώσης +createWorld.customize.flat.layer.top=Ανώτατη - %d +createWorld.customize.flat.layer=%d +createWorld.customize.flat.layer.bottom=Κατώτατη - %d + +gameMode.survival=Επιβίωση +gameMode.creative=Δημιουργική λειτουργία +gameMode.adventure=Λειτουργία περιπέτεια +gameMode.hardcore=Σκληροπυρηνική λειτουργία! +gameMode.changed=To είδος παιχνιδιού σας έχει άλλάξει + +selectWorld.gameMode=Είδος παιχνιδιού: +selectWorld.gameMode.survival=Επιβίωση +selectWorld.gameMode.survival.line1=Αναζήτησε πόρους, φτιάξε, απόκτησε +selectWorld.gameMode.survival.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.adventure=Περιπέτεια +selectWorld.gameMode.adventure.line1=Το ίδιο με το είδος επιβίωσης, αλλά δεν +selectWorld.gameMode.adventure.line2=γίνεται να προστεθούν ή να αφαιρεθούν κύβοι +selectWorld.moreWorldOptions=Περισσότερες επιλογές κόσμου... +selectWorld.mapFeatures=Δημιουργία κτιρίων: +selectWorld.mapFeatures.info=Χωριά, μπουντρούμια κλπ +selectWorld.mapType=Τύπος κόσμου: +selectWorld.mapType.normal=Κανονικό +selectWorld.allowCommands=Ενεργοποίηση κωδικών: +selectWorld.allowCommands.info=Εντολές όπως /gamemode , /xp +selectWorld.hardcoreMode=Σκληροπυρηνικό: +selectWorld.hardcoreMode.info=ο κόσμος διαγράφεται όταν πεθάνετε +selectWorld.bonusItems=Αρχικό σεντούκι: + +generator.default=Κανονικός +generator.flat=Επίπεδος +generator.largeBiomes=Μεγάλα βιoσυστήματα + +selectServer.title=Επιλέξτε διακομιστή +selectServer.empty=κενό +selectServer.select=Συνδεθείτε σε διακομιστή +selectServer.direct=Απευθείας σύνδεση +selectServer.edit=Επεξεργασία +selectServer.delete=Διαγραφή +selectServer.add=Προσθήκη διακομιστή +selectServer.defaultName=Διακομιστής Minecraft +selectServer.deleteQuestion=Είστε βέβαιοι ότι θέλετε να καταργήσετε αυτόν το διακομιστή; +selectServer.deleteWarning=θα χαθεί για πάντα! (Για πολύ καιρό!) +selectServer.deleteButton=Διαγραφή +selectServer.refresh=Ανανέωση +selectServer.hiddenAddress=(Κρυφή) +addServer.title=Eπεξεργασία πληροφοριών διακομιστή +addServer.enterName=Όνομα διακομιστή +addServer.enterIp=Διεύθυνση διακομιστή +addServer.add=Αποδοχή +addServer.hideAddress=Απόκρυψη διεύθυνσης +lanServer.title=Κόσμος Τοπικού Δικτύου +lanServer.scanning=Scanning for games on your local network +lanServer.start=Εκκίνηση κόσμου Τοπικού Δικτύου +lanServer.otherPlayers=Ρυθμίσεις Υπόλοιπων Παικτών +mcoServer.title=Minecraft Online World + +multiplayer.title=Παίξτε με πολλούς παίκτες +multiplayer.connect=Σύνδεση +multiplayer.info1=Το παιχνίδι πολλών παικτών αυτή τη στιγμή δεν έχει ολοκληρωθεί, αλλά υπάρχει +multiplayer.info2=ένα πρώιμο τεστινγκ σε εξέλιξη. +multiplayer.ipinfo=Εισαγάγετε την IP ενός διακομιστή για να συνδεθείτε σε αυτόν: + +multiplayer.texturePrompt.line1=Ο διακομιστής συνιστά τη χρήση ενός προσαρμοσμένου πακέτου γραφικών. +multiplayer.texturePrompt.line2=Θέλετε να κάνετε λήψη και να το εγκαταστήσετε αυτόματα; + +multiplayer.downloadingTerrain=Γίνεται λήψη του κόσμου + +multiplayer.stopSleeping=Σήκω + +chat.link.confirm=Είσαι σίγουρος πως θες να μπεις σ' αυτήν την ιστοσελίδα? +chat.link.warning=Ποτέ μην ανοίγετε συνδέσμους από άτομα που δεν εμπιστεύεστε! +chat.copy=Αντιγραφή στο πρόχειρο + +menu.playdemo=Δοκιμαστικός κόσμος +menu.resetdemo=Επανεκκίνηση δοκιμαστικού κόσμου +demo.day.1=Η δοκιμαστική έκδοση του παιχνιδιού θα διαρκέσει πέντε μερόνυκτα, αξιοποιήστε τα! +demo.day.2=Δεύτερη μέρα +demo.day.3=Τρίτη μέρα +demo.day.4=Τέταρτη μέρα +demo.day.5=Αυτή είναι η τελευταία σας μέρα! +demo.day.warning=Ο χρόνος σας έχει σχεδόν τελειώσει! +demo.day.6=Έχεις περάσει την πέπτη σου μέρα, χρησιμοποίησε το F2 για να αποθηκεύσεις ένα στιγμιότυπο της δημιουργίας σου +demo.reminder=Η δοκιμαστική έκδοση έληξε, αγοράστε το παιχνίδι για να συνεχίσετε ή ξεκινήστε ένα νέο κόσμο! +demo.remainingTime=Χρόνος που απομένει: %s +demo.demoExpired=Τέλος χρόνου δοκιμαστικής έκδοσης! +demo.help.movement=Χρησιμοποίησε τα κουμπια %1$s, %2$s, %3$s ,%4$s και το ποντίκιnγια να μετακινηθείς +demo.help.movementShort=Κινήσου με τα πλήκτρα %1$s, %2$s, %3$s, %4$s +demo.help.movementMouse=Κοίτα γύρω σου με το ποντίκι +demo.help.jump=Πήδα πατώντας το %1$s +demo.help.inventory=Χρησιμοποιήστε το %1$s για να δείτε τα αποθέματά σας +demo.help.title=Δοκιμαστική λειτουργία Minecraft +demo.help.fullWrapped=Η δοκιμαστική έκδοση θα διαρκέσει 5 μέρες (περίπου 1 ώρα και 40 λεπτά πραγματικού χρόνου). Δες τα Επιτεύγματα για καθοδήγηση! Καλή διασκέδαση! +demo.help.buy=Αγόρασέ το! +demo.help.later=Συνέχισε το παιχνίδι! + +connect.connecting=Γίνεται σύνδεση με το διακομιστή... +connect.authorizing=Γίνεται σύνδεση... +connect.failed=Απέτυχε η σύνδεση με το διακομιστή + +disconnect.genericReason=%s +disconnect.disconnected=Αποσύνδεση από το διακομιστή +disconnect.lost=Χάθηκε η σύνδεση +disconnect.kicked=Διώχτηκε από το παιχνίδι +disconnect.timeout=Λήξη χρονικού ορίου +disconnect.closed=Η σύνδεση έκλεισε +disconnect.loginFailed=Η είσοδος απέτυχε +disconnect.loginFailedInfo=Η σύνδεση απέτυχε: %s +disconnect.quitting=Γίνεται έξοδος +disconnect.endOfStream=Τερματισμός της ροής +disconnect.overflow=Υπερχείλιση μνήμης +disconnect.spam=Διώχτηκε λόγω spam + +options.off=Όχι +options.on=Ναι +options.visible=Εμφανές +options.hidden=Κρυμμένο +options.title=Ρυθμίσεις +options.controls=Χειρισμός... +options.video=Ρυθμίσεις γραφικών... +options.language=Γλώσσα... +options.languageWarning=Οι μεταφράσεις μπορεί να μην είναι 100% ακριβείς +options.videoTitle=Ρυθμίσεις γραφικών +options.music=Μουσική +options.sound=Ήχος +options.invertMouse=Αντιστροφή του ποντικιού +options.fov=Πεδίο όρασης +options.fov.min=Κανονικό +options.fov.max=Quake Pro +options.gamma=Φωτεινότητα +options.gamma.min=Σκοτεινή +options.gamma.max=Φωτεινή +options.sensitivity=Ευαισθησία +options.sensitivity.min=*χασμουρητό* +options.sensitivity.max=ΣΟΥΠΕΡ ΤΑΧΥΤΗΤΑ!!! +options.renderDistance=Εμβέλεια όρασης +options.renderDistance.tiny=Μικροσκοπική +options.renderDistance.short=Κοντινή +options.renderDistance.normal=Κανονική +options.renderDistance.far=Μακρινή +options.viewBobbing=Προβολή Βαδίσματος +options.ao=Ομαλός φωτισμός +options.ao.off=Off +options.ao.min=Minimum +options.ao.max=Maximum +options.anaglyph=Ανάγλυφο 3D +options.framerateLimit=Επιδόσεις +options.difficulty=Δυσκολία +options.difficulty.peaceful=Ειρηνικό +options.difficulty.easy=Εύκολo +options.difficulty.normal=Κανονικό +options.difficulty.hard=Δύσκολο +options.difficulty.hardcore=Σκληροπυρηνικό +options.graphics=Γραφικά +options.graphics.fancy=Φανταχτερά +options.graphics.fast=Γρήγορα +options.guiScale=Κλίμακα GUI +options.guiScale.auto=Αυτόματο +options.guiScale.small=Μικρή +options.guiScale.normal=Κανονική +options.guiScale.large=Μεγάλη +options.advancedOpengl=Προχωρημένο OpenGL +options.renderClouds=Σύννεφα +options.farWarning1=Συνιστάται μία 64 bit έκδοση Java +options.farWarning2=για 'Μακρινή' απόσταση απεικόνισης (εσύ έχεις 32 bit) +options.particles=Σωματίδια +options.particles.all=Όλα +options.particles.decreased=Μειωμένα +options.particles.minimal=Ελάχιστα +options.multiplayer.title=Ρυθμίσεις για πολλούς παίκτες... +options.chat.title=Ρυθμίσεις συνομιλίας... +options.chat.visibility=Συνομιλία +options.chat.visibility.full=Εμφανές +options.chat.visibility.system=Εντολές μόνο +options.chat.visibility.hidden=Κρυμμένο +options.chat.color=Χρώματα +options.chat.opacity=Αδιαφάνεια +options.chat.links=Σύνδεσμοι Διαδικτύου +options.chat.links.prompt=Εμφανίζεται προτροπή σε συνδέσεις +options.chat.scale=Κλίμακα +options.chat.width=Πλάτος +options.chat.height.focused=Focused Height +options.chat.height.unfocused=Αόριστο ύψος +options.showCape=Εμφάνιση κάπας +options.serverTextures=Πακέτο γραφικών διακομιστή +options.snooper=Συλλογή δεδομένων +options.snooper.view=Ρυθμίσεις συλλογής δεδομένων... +options.snooper.title=Συλλογή προδιαγραφών μηχανήματος +options.snooper.desc=Θα θέλαμε να συλλέξουμε πληροφορίες για το μηχάνημα σας ώστε να βελτιώσουμε το Minecraft με το να γνωρίζουμε τι μπορούμε να υποστηρίξουμε και ποιά είναι τα σημαντικότερα προβλήματα. Όλες οι πληροφορίες είναι εντελώς ανώνυμες και μπορείτε να τις δείτε από κάτω. Υποσχόμαστε να μην κάνουμε κάτι κακό με αυτά τα δεδομένα, αλλά αν δεν θέλετε να συμμετέχετε μπορείτε απλώς να το απενεργοποιήσετε! +options.texture.pack=Πακέτα γραφικών +options.fullscreen=Πλήρης οθόνη +options.vsync=Χρήση VSync +options.touchscreen=Λειτουργεία Οθόνης Αφής + +performance.max=Μέγιστα FPS +performance.balanced=Ισορροπημένες +performance.powersaver=Εξοικονόμηση ενέργειας + +controls.title=Χειριστήρια + +key.forward=Μπροστά +key.left=Αριστερά +key.back=Πίσω +key.right=Δεξιά +key.jump=Άλμα +key.inventory=Αποθέματα +key.drop=Ρίξε +key.chat=Συνομιλία +key.fog=Εναλλαγή ομίχλης +key.sneak=Σκύψιμο +key.playerlist=Δείτε τα ονόματα όλων των παικτών +key.attack=Επίθεση +key.use=Χρήση αντικειμένου +key.pickItem=Επιλογή κύβου +key.mouseButton=Κουμπί %1$s +key.command=Εντολή + +texturePack.openFolder=Άνοιγμα φακέλου με πακέτα γραφικών +texturePack.title=Επιλέξτε πακέτο γραφικών +texturePack.folderInfo=(Τοποθέτησε τα πακέτα γραφικών εδώ) +texturePack.incompatible=Ασύμβατο + +book.pageIndicator=Σελίδα %1$s από %2$s +book.byAuthor=του %1$s +book.signButton=Υπογραφή +book.editTitle=Πληκτρολογήστε τίτλο για το βιβλίο: +book.finalizeButton=Υπογραφή και κλείσιμο +book.finalizeWarning=Προσοχή! Αν υπογράψετε το βιβλίο, δεν θα είναι πλέον επεξεργάσιμο. + +tile.stone.name=Πέτρα + +tile.grass.name=Κύβος γρασιδιού +tile.dirt.name=Χώμα +tile.stonebrick.name=Κροκάλα +tile.wood.name=Ξύλινες σανίδες +tile.wood.oak.name=Σανίδες βελανιδιάς +tile.wood.spruce.name=Σανίδες έλατου +tile.wood.birch.name=Σανίδες σημύδας +tile.wood.jungle.name=Σανίδες ξύλου ζούγκλας +tile.sapling.oak.name=Βλαστάρι βελανιδιάς +tile.sapling.spruce.name=Βλαστάρι ελάτου +tile.sapling.birch.name=Βλαστάρι σημύδας +tile.sapling.jungle.name=Βλαστάρι ζούγκλας +tile.deadbush.name=Μαραμένος θάμνος +tile.bedrock.name=Βραχώδες υπόστρωμα +tile.water.name=Νερό +tile.lava.name=Λάβα +tile.sand.name=Άμμος +tile.sandStone.name=Αμμόλιθος +tile.sandStone.default.name=Αμμόλιθος +tile.sandStone.chiseled.name=Λαξευμένος αμμόλιθος +tile.sandStone.smooth.name=Λείος αμμόλιθος +tile.gravel.name=Χαλίκι +tile.oreGold.name=Μετάλλευμα χρυσού +tile.oreIron.name=Μεταλλεύμα σιδήρου +tile.oreCoal.name=Μετάλλευμα άνθρακα +tile.log.name=Ξύλο +tile.log.oak.name=Ξύλο βελανιδιάς +tile.log.spruce.name=Ξύλο ελάτου +tile.log.birch.name=Ξύλο σημύδας +tile.log.jungle.name=Ξύλο ζούγκλας +tile.leaves.name=Φύλλα +tile.leaves.oak.name=Φύλλα βελανιδιάς +tile.leaves.spruce.name=Φύλλα ελάτου +tile.leaves.birch.name=Φύλλα σημύδας +tile.leaves.jungle.name=Φύλλα ζούγκλας +tile.tallgrass.name=Γρασίδι +tile.tallgrass.shrub.name=Θάμνος +tile.tallgrass.grass.name=Γρασίδι +tile.tallgrass.fern.name=Φτέρη +tile.sponge.name=Σφουγγάρι +tile.glass.name=Γυαλί +tile.thinGlass.name=Υαλοπίνακας +tile.cloth.name=Μαλλί +tile.flower.name=Λουλούδι +tile.rose.name=Τριαντάφυλλο +tile.mushroom.name=Μανιτάρι +tile.blockGold.name=Κύβος χρυσού +tile.blockIron.name=Κύβος σιδήρου +tile.stoneSlab.stone.name=Πέτρινη πλάκα +tile.stoneSlab.sand.name=Πλάκα από αμμόλιθο +tile.stoneSlab.wood.name=Ξύλινη πλάκα +tile.stoneSlab.cobble.name=Λιθόστρωτη πλάκα +tile.stoneSlab.brick.name=Τούβλινη πλάκα +tile.stoneSlab.smoothStoneBrick.name=Πλάκα από πέτρινα τούβλα +tile.stoneSlab.netherBrick.name=Πλάκα από τούβλο κόλασης +tile.stoneSlab.quartz.name=Πλάκα από χαλαζία +tile.woodSlab.oak.name=Σανίδα βελανιδιάς +tile.woodSlab.spruce.name=Σανίδα ελάτου +tile.woodSlab.birch.name=Σανίδα σημύδας +tile.woodSlab.jungle.name=Σανίδα ξύλου ζούγκλας +tile.brick.name=Τούβλα +tile.tnt.name=Δυναμίτης +tile.bookshelf.name=Βιβλιοθήκη +tile.stoneMoss.name=Πέτρα με βρύα +tile.obsidian.name=Οψιδιανός +tile.torch.name=Δαυλός +tile.fire.name=Φωτιά +tile.mobSpawner.name=Παραγωγός τεράτων +tile.stairsWood.name=Σκάλες από ξύλο βελανιδιάς +tile.stairsWoodSpruce.name=Σκάλες από ξύλο έλατου +tile.stairsWoodBirch.name=Σκάλες από ξύλο σημύδας +tile.stairsWoodJungle.name=Σκάλες από ξύλο ζούγκλας +tile.chest.name=Σεντούκι +tile.chestTrap.name=Παγιδευμένο Σεντούκι +tile.redstoneDust.name=Σκόνη κοκκινόπετρας +tile.oreDiamond.name=Μετάλλευμα διαμαντιού +tile.blockDiamond.name=Κύβος διαμαντιού +tile.workbench.name=Τραπέζι κατασκευής +tile.crops.name=Σπαρτά +tile.farmland.name=Χωράφι +tile.furnace.name=Φούρνος +tile.sign.name=Πινακίδα +tile.doorWood.name=Ξύλινη πόρτα +tile.ladder.name=Σκάλα +tile.rail.name=Ράγα +tile.goldenRail.name=Ενεργοδοτούμενη ράγα +tile.activatorRail.name=Activator Rail +tile.detectorRail.name=Ράγα ανίχνευσης +tile.stairsStone.name=Πέτρινες σκάλες +tile.stairsSandStone.name=Σκάλες από αμμόλιθο +tile.lever.name=Μοχλός +tile.pressurePlate.name=Πλάκα πίεσης +tile.weightedPlate_light.name=Πλάκα πίεσης βάρους (Χαμηλό) +tile.weightedPlate_heavy.name=Πλάκα πίεσης βάρους (Υψηλό) +tile.doorIron.name=Σιδερένια πόρτα +tile.oreRedstone.name=Μετάλλευμα κοκκινόπετρας +tile.notGate.name=Πυρσός κοκκινόπετρας +tile.button.name=Κουμπί +tile.snow.name=Χιόνι +tile.ice.name=Πάγος +tile.cactus.name=Κάκτος +tile.clay.name=Πηλός +tile.reeds.name=Ζαχαροκάλαμο +tile.jukebox.name=Τζούκμπoκς +tile.fence.name=Φράχτης +tile.fenceGate.name=Πόρτα φράχτη +tile.pumpkin.name=Κολοκύθα +tile.litpumpkin.name=Κολοκυθοφάναρο +tile.hellrock.name=Πέτρα κόλασης +tile.hellsand.name=Άμμος των ψυχών +tile.lightgem.name=Φεγγόπετρα +tile.portal.name=Πύλη +tile.cloth.black.name=Μαύρο μαλλί +tile.cloth.red.name=Κόκκινο μαλλί +tile.cloth.green.name=Πράσινο μαλλί +tile.cloth.brown.name=Καφέ μαλλί +tile.cloth.blue.name=Μπλε μαλλί +tile.cloth.purple.name=Μωβ μαλλί +tile.cloth.cyan.name=Κυανό μαλλί +tile.cloth.silver.name=Ανοιχτό γκρι μαλλί +tile.cloth.gray.name=Γκρι μαλλί +tile.cloth.pink.name=Ροζ μαλλί +tile.cloth.lime.name=Λαχανί μαλλί +tile.cloth.yellow.name=Κίτρινο μαλλί +tile.cloth.lightBlue.name=Γαλάζιο μαλλί +tile.cloth.magenta.name=Φούξ μαλλί +tile.cloth.orange.name=Πορτοκαλί μαλλί +tile.cloth.white.name=Μαλλί +tile.oreLapis.name=Μετάλλευμα λάπις λάζουλι +tile.blockLapis.name=Κύβος λάπις λάζουλι +tile.dispenser.name=Εκσφενδονιστής +tile.dropper.name=Dropper +tile.musicBlock.name=Κύβος νότας +tile.cake.name=Τούρτα +tile.bed.name=Κρεβάτι +tile.bed.occupied=Αυτό το κρεβάτι είναι κατειλημμένο +tile.bed.noSleep=Μπορείς να κοιμηθείς μόνο το βράδυ +tile.bed.notSafe=Δεν μπορείς να κοιμηθείς τώρα, υπάρχουν τέρατα κοντά +tile.bed.notValid=Το κρεβάτι σου λείπει ή παρεμποδίζεται +tile.lockedchest.name=Κλειδωμένο σεντούκι +tile.trapdoor.name=Καταπακτή +tile.web.name=Ιστός αράχνης +tile.stonebricksmooth.name=Πέτρινα τούβλα +tile.stonebricksmooth.default.name=Πέτρινα τούβλα +tile.stonebricksmooth.mossy.name=Τούβλα βρυόπετρας +tile.stonebricksmooth.cracked.name=Ραγισμένα τούβλα πέτρας +tile.stonebricksmooth.chiseled.name=Σμιλευμένα πέτρινα τούβλα +tile.monsterStoneEgg.stone.name=Πέτρινο αυγό τεράτων +tile.monsterStoneEgg.cobble.name=Λιθόστρωτο αυγό τεράτων +tile.monsterStoneEgg.brick.name=Πέτρινο αυγό τεράτων +tile.pistonBase.name=Έμβολο +tile.pistonStickyBase.name=Κολλώδες πιστόνι +tile.fenceIron.name=Σιδερένια κάγκελα +tile.melon.name=Καρπούζι +tile.stairsBrick.name=Σκάλες από τούβλα +tile.stairsStoneBrickSmooth.name=Σκάλες από πέτρινα τούβλα +tile.vine.name=Κληματσίδες +tile.netherBrick.name=Τούβλο του Κάτω Κόσμου +tile.netherFence.name=Φράχτης από τούβλα Nether +tile.stairsNetherBrick.name=Σκάλες από τούβλα Nether +tile.netherStalk.name=Στίγμα Nether +tile.cauldron.name=Καζάνι +tile.enchantmentTable.name=Τραπέζι μαγέματος +tile.anvil.name=Αμόνι +tile.anvil.intact.name=Αμόνι +tile.anvil.slightlyDamaged.name=Ελαφρώς χρησιμοποιημένο αμόνι +tile.anvil.veryDamaged.name=Πολυχρησιμοποιημένο αμόνι +tile.whiteStone.name=Πέτρα του Τέλους +tile.endPortalFrame.name=δικτυακή πύλη λήξη +tile.mycel.name=Mυκήλιο +tile.waterlily.name=Νούφαρο +tile.dragonEgg.name=Αυγό δράκου +tile.redstoneLight.name=Λάμπα κοκκινόπετρας +tile.cocoa.name=Κακάο +tile.enderChest.name=Σεντούκι του Ender +tile.oreRuby.name=Μετάλλευμα ρουμπινιού +tile.oreEmerald.name=Μετάλλευμα σμαραγδιού +tile.blockEmerald.name=Σμαραγδένιος κύβος +tile.blockRedstone.name=Κύβος Κοκκινόπετρας +tile.tripWire.name=Παγίδα +tile.tripWireSource.name=Κρίκος παγίδας +tile.commandBlock.name=Κύβος εντολών +tile.beacon.name=Φάρος +tile.beacon.primary=Πρωτεύουσα δύναμη +tile.beacon.secondary=Δευτερεύουσα δύναμη +tile.cobbleWall.normal.name=Πέτρινος τοίχος +tile.cobbleWall.mossy.name=Πέτρινος τοίχος με βρύα +tile.carrots.name=Καρότα +tile.potatoes.name=Πατάτες +tile.daylightDetector.name=Αισθητήρας Φωτός +tile.netherquartz.name=Μετάλλευμα χαλαζία κάτω κόσμου +tile.hopper.name=Χοάνη +tile.quartzBlock.default.name=Κύβος Χαλαζία +tile.quartzBlock.chiseled.name=Σμιλευμένο μπλοκ από χαλαζία +tile.quartzBlock.lines.name=Πιλοτικό μπλοκ από χαλαζία +tile.stairsQuartz.name=Σκάλες από χαλαζία + +item.shovelIron.name=Σιδερένιο φτυάρι +item.pickaxeIron.name=Σιδερένια αξίνα +item.hatchetIron.name=Σιδερένιο τσεκούρι +item.flintAndSteel.name=Πυρόλιθος και χάλυβας +item.apple.name=Μήλο +item.cookie.name=Μπισκότο +item.bow.name=Τόξο +item.arrow.name=Βέλος +item.coal.name=Κάρβουνο +item.charcoal.name=Ξυλοκάρβουνο +item.diamond.name=Διαμάντι +item.emerald.name=Σμαράγδι +item.ingotIron.name=Ράβδος σιδήρου +item.ingotGold.name=Ράβδος χρυσού +item.swordIron.name=Σιδερένιο σπαθί +item.swordWood.name=Ξύλινο σπαθί +item.shovelWood.name=Ξύλινo φτυάρι +item.pickaxeWood.name=Ξύλινη αξίνα +item.hatchetWood.name=Ξύλινο τσεκούρι +item.swordStone.name=Πέτρινο σπαθί +item.shovelStone.name=Πέτρινο φτυάρι +item.pickaxeStone.name=Πέτρινη αξίνα +item.hatchetStone.name=Πέτρινο τσεκούρι +item.swordDiamond.name=Διαμαντένιο σπαθί +item.shovelDiamond.name=Διαμαντένιο φτυάρι +item.pickaxeDiamond.name=Διαμαντένια αξίνα +item.hatchetDiamond.name=Διαμαντένιο τσεκούρι +item.stick.name=Ξυλάκι +item.bowl.name=Μπωλ +item.mushroomStew.name=Μανιταρόσουπα +item.swordGold.name=Χρυσό σπαθί +item.shovelGold.name=Χρυσό φτυάρι +item.pickaxeGold.name=Χρυσή αξίνα +item.hatchetGold.name=Χρυσό τσεκούρι +item.string.name=Νήμα +item.feather.name=Φτερό +item.sulphur.name=Πυρίτιδα +item.hoeWood.name=Ξύλινη τσάπα +item.hoeStone.name=Πέτρινη τσάπα +item.hoeIron.name=Σιδερένια τσάπα +item.hoeDiamond.name=Διαμαντένια τσάπα +item.hoeGold.name=Χρυσή τσάπα +item.seeds.name=Σπόροι +item.seeds_pumpkin.name=Σπόροι κολοκύθας +item.seeds_melon.name=Σπόροι καρπουζιού +item.melon.name=Καρπούζι +item.wheat.name=Σιτάρι +item.bread.name=Ψωμί +item.helmetCloth.name=Δερμάτινο σκουφί +item.chestplateCloth.name=Δερμάτινος χιτώνας +item.leggingsCloth.name=Δερμάτινο παντελόνι +item.bootsCloth.name=Δερμάτινες μπότες +item.helmetChain.name=Αλυσιδωτό κράνος +item.chestplateChain.name=Αλυσιδωτός θώρακας +item.leggingsChain.name=Αλυσιδωτές περικνημίδες +item.bootsChain.name=Αλυσιδωτές μπότες +item.helmetIron.name=Σιδερένιο κράνος +item.chestplateIron.name=Σιδερένιος θώρακας +item.leggingsIron.name=Σιδερένιες περικνημίδες +item.bootsIron.name=Σιδερένιες μπότες +item.helmetDiamond.name=Διαμαντένιο κράνος +item.chestplateDiamond.name=Διαμαντένιος θώρακας +item.leggingsDiamond.name=Διαμαντένιες περικνημίδες +item.bootsDiamond.name=Διαμαντένιες μπότες +item.helmetGold.name=Χρυσό κράνος +item.chestplateGold.name=Χρυσός θώρακας +item.leggingsGold.name=Χρυσές περικνημίδες +item.bootsGold.name=Χρυσές Μπότες +item.flint.name=Πυρόλιθος +item.porkchopRaw.name=Ωμό χοιρινό +item.porkchopCooked.name=Ψημένο χοιρινό +item.chickenRaw.name=Ωμό κοτόπουλο +item.chickenCooked.name=Ψημένο κοτόπουλο +item.beefRaw.name=Ωμό βοδινό +item.beefCooked.name=Μπριζόλα +item.painting.name=Πίνακας +item.frame.name=Κορνίζα αντικειμένων +item.appleGold.name=Χρυσό μήλο +item.sign.name=Πινακίδα +item.doorWood.name=Ξύλινη πόρτα +item.bucket.name=Κουβάς +item.bucketWater.name=Κουβάς με νερό +item.bucketLava.name=Κουβάς με λάβα +item.minecart.name=Βαγόνι +item.saddle.name=Σέλα +item.doorIron.name=Σιδερένια Πόρτα +item.redstone.name=Κοκκινόπετρα +item.snowball.name=Χιονόμπαλα +item.boat.name=Βάρκα +item.leather.name=Δέρμα +item.milk.name=Γάλα +item.brick.name=Τούβλο +item.clay.name=Πηλός +item.reeds.name=Ζαχαροκάλαμο +item.paper.name=Χαρτί +item.book.name=Βιβλίο +item.slimeball.name=Μπάλα γλίτσας +item.minecartChest.name=Βαγόνι με σεντούκι +item.minecartFurnace.name=Βαγόνι με φούρνο +item.minecartTnt.name=Βαγονέτο με δυναμίτη +item.minecartHopper.name=Βαγονέτο με χοάνη +item.egg.name=Αυγό +item.compass.name=Πυξίδα +item.fishingRod.name=Καλάμι ψαρέματος +item.clock.name=Ρολόι +item.yellowDust.name=Σκόνη λαμψόπετρας +item.fishRaw.name=Ωμό ψάρι +item.fishCooked.name=Ψημένο ψάρι +item.record.name=Μουσικός δίσκος +item.bone.name=Κόκαλο +item.dyePowder.black.name=Θύλακας μελανιού +item.dyePowder.red.name=Κόκκινο του τριαντάφυλλου +item.dyePowder.green.name=Πράσινο του κάκτου +item.dyePowder.brown.name=Σπόροι κακάο +item.dyePowder.blue.name=Λάπις λάζουλι +item.dyePowder.purple.name=Μωβ μπογιά +item.dyePowder.cyan.name=Κυανή βαφή +item.dyePowder.silver.name=Ανοιχτή γκρι μπογιά +item.dyePowder.gray.name=Γκρι μπογιά +item.dyePowder.pink.name=Ροζ βαφή +item.dyePowder.lime.name=Λαχανί μπογιά +item.dyePowder.yellow.name=Κίτρινο της πικραλίδας +item.dyePowder.lightBlue.name=Γαλάζια μπογιά +item.dyePowder.magenta.name=Φούξια μπογιά +item.dyePowder.orange.name=Πορτοκαλί μπογιά +item.dyePowder.white.name=Oστεάλευρα +item.sugar.name=Ζάχαρη +item.cake.name=Τούρτα +item.bed.name=Κρεβάτι +item.diode.name=Αναμεταδότης κοκκινόπετρας +item.comparator.name=Συγκριτικός κοκκινόπετρας +item.map.name=Χάρτης +item.leaves.name=Φύλλα +item.shears.name=Ψαλίδα +item.rottenFlesh.name=Σάπια σάρκα +item.enderPearl.name=Μαργαριτάρι Ender +item.blazeRod.name=Ράβδος Blaze +item.ghastTear.name=Δάκρυ Ghast +item.netherStalkSeeds.name=Στίγμα του Nether +item.potion.name=Φίλτρο +item.emptyPotion.name=Μπουκάλι με νερό +item.goldNugget.name=Σβώλος χρυσού +item.glassBottle.name=Γυάλινο μπουκάλι +item.spiderEye.name=Μάτι Αράχνης +item.fermentedSpiderEye.name=Ζυμωμένο μάτι αράχνης +item.blazePowder.name=Σκόνη Blaze +item.magmaCream.name=Κρέμα μάγματος +item.cauldron.name=Καζάνι +item.brewingStand.name=Αποστάκτης φίλτρων +item.eyeOfEnder.name=Μάτι του Ender +item.speckledMelon.name=Γυαλιστερό καρπούζι +item.monsterPlacer.name=Εμφάνισε +item.expBottle.name=Μπουκάλι των μαγειών +item.fireball.name=Επίθεση φωτιάς +item.writingBook.name=Βιβλίο και Πένα +item.writtenBook.name=Γραμμένο βιβλίο +item.ruby.name=Ρουμπίνι +item.flowerPot.name=Γλάστρα +item.emptyMap.name=Κενός χάρτης +item.carrots.name=Καρότο +item.carrotGolden.name=Χρυσό καρότο +item.potato.name=Πατάτα +item.potatoBaked.name=Ψημένη πατάτα +item.potatoPoisonous.name=Δηλητηριώδης πατάτα +item.skull.skeleton.name=Κρανίο σκελετού +item.skull.wither.name=Κρανίο σκελετού μαραζωμένου +item.skull.zombie.name=Κεφάλι ζόμπι +item.skull.char.name=Κεφάλι +item.skull.player.name=Κεφάλι του/της %s +item.skull.creeper.name=Κεφάλι creeper +item.carrotOnAStick.name=Καλάμι με καρότο +item.netherStar.name=Άστρο του Nether +item.pumpkinPie.name=Κολοκυθόπιτα +item.enchantedBook.name=Μαγεμένο βιβλίο +item.fireworks.name=Ρουκέτα πυροτεχνημάτος +item.fireworks.flight=Διάρκεια πτήσης: +item.fireworksCharge.name=Αστέρι πυροτεχνήματος +item.fireworksCharge.black=Μαύρο +item.fireworksCharge.red=Κόκκινο +item.fireworksCharge.green=Πράσινο +item.fireworksCharge.brown=Καφέ +item.fireworksCharge.blue=Μπλέ +item.fireworksCharge.purple=Μόβ +item.fireworksCharge.cyan=Γαλάζιο +item.fireworksCharge.silver=Ανοιχτό Γκρί +item.fireworksCharge.gray=Γρί +item.fireworksCharge.pink=Ρόζ +item.fireworksCharge.lime=ασβέστης +item.fireworksCharge.yellow=Κίτρινο +item.fireworksCharge.lightBlue=Ανοιχτό Μπλέ +item.fireworksCharge.magenta=Ματζέντα +item.fireworksCharge.orange=Πορτοκαλύ +item.fireworksCharge.white=Άσπρο +item.fireworksCharge.customColor=Προσαρμοσμένο +item.fireworksCharge.fadeTo=να ξεθωριάζει +item.fireworksCharge.flicker=σπινθηροβολώ +item.fireworksCharge.trail=Ουρά +item.fireworksCharge.type.0=Μικρή Μπάλα +item.fireworksCharge.type.1=Μεγάλη Μπάλα +item.fireworksCharge.type.2=Σχήμα αστεριού +item.fireworksCharge.type.3=Σχήμα Creeper +item.fireworksCharge.type.4=Έκρηξη +item.fireworksCharge.type=Άγνοστο σχήμα +item.netherbrick.name=Τούβλο του Κάτω Κόσμου +item.netherquartz.name=Χαλαζίας κάτω κόσμου + +container.inventory=Αποθέματα +container.hopper=Αντικείμενο χοάνη +container.crafting=Κατασκευή +container.dispenser=Διανομέας +container.dropper=Dropper +container.furnace=Φούρνος +container.enchant=μαγέψει +container.repair=Όνομα & επιδιόρθωση +container.repair.cost=Κόστος μαγείας: %1$d +container.repair.expensive=Πολύ ακριβό! +container.creative=Επιλογή αντικειμένου +container.brewing=Bάση ζυθοποιίας +container.chest=Σεντούκι +container.chestDouble=Μεγάλο σεντούκι +container.minecart=Βαγόνι +container.enderchest=Σεντούκι του Ender + +item.dyed=Βαμμένο + +entity.Item.name=Αντικείμενο +entity.XPOrb.name=Σφαίρα εμπειρίας +entity.SmallFireball.name=Μικρή Φωτόμπαλα +entity.Fireball.name=Φωτόμπαλα + +entity.Arrow.name=βέλος +entity.Snowball.name=Χιονόμπαλα +entity.Painting.name=Πίνακας + +entity.Mob.name=Πλάσμα +entity.Monster.name=Τέρας + +entity.Creeper.name=Creeper +entity.Skeleton.name=Σκελετός +entity.Spider.name=Αράχνη +entity.Giant.name=Γίγαντας +entity.Zombie.name=Ζόμπι +entity.Slime.name=Γλίτσα +entity.Ghast.name=Ghast +entity.PigZombie.name=Γουρουνοζόμπι +entity.Enderman.name=Enderman +entity.Silverfish.name=Αργυρόψαρο +entity.CaveSpider.name=Αράχνη των σπηλαίων +entity.Blaze.name=Blaze +entity.LavaSlime.name=Κύβος μάγματος +entity.MushroomCow.name=Μούσρουμ +entity.Villager.name=Xωρικός +entity.VillagerGolem.name=Σιδερένια Golem +entity.SnowMan.name=Γλόλεμ Χιονιού +entity.EnderDragon.name=Δράκος Ender +entity.WitherBoss.name=Wither +entity.Witch.name=Μάγισσα + +entity.Pig.name=Γουρούνι +entity.Sheep.name=Πρόβατο +entity.Cow.name=Αγελάδα +entity.Chicken.name=Κοτόπουλο +entity.Squid.name=Καλαμάρι +entity.Wolf.name=Λύκος +entity.Ozelot.name=Λεοπάρδαλη +entity.Cat.name=Γάτα +entity.Bat.name=Νυχτερίδα + +entity.PrimedTnt.name=Κύβος δυναμίτη +entity.FallingSand.name=Κύβος που πέφτει + +entity.Minecart.name=Βαγόνι +entity.Boat.name=Βάρκα + +entity.generic.name=άγνωστο + +death.fell.accident.ladder=Ο/Η %1$s έπεσε από μια σκάλα +death.fell.accident.vines=Ο/Η %1$s έπεσε από κάτι κληματσίδες +death.fell.accident.water=%1$s fell out of the water +death.fell.accident.generic=Ο/Η %1$s έπεσε από κάπου ψηλά +death.fell.killer=Ο/Η %1$s ήταν καταδισμένος/η να πέσει +death.fell.assist=%1$s was doomed to fall by %2$s +death.fell.assist.item=%1$s was doomed to fall by %2$s using %3$s +death.fell.finish=%1$s was fell too far and was finished by %2$s +death.fell.finish.item=%1$s was fell too far and was finished by %2$s using %3$s + +death.attack.inFire=Ο/Η %1$s τυλίχτηκε στις φλόγες +death.attack.inFire.player=Ο/Η %1$s έπεσε στη φωτιά ενώ πολεμούσε τον/την %2$s +death.attack.onFire=Ο/Η %1$s κάηκε μέχρι θανάτου +death.attack.onFire.player=Ο/Η %1$s ψήθηκε για τα καλά ενώ πολεμούσε τον/την %2$s +death.attack.lava=Ο/Η %1$s προσπάθησε να κολυμπήσει στη λάβα +death.attack.lava.player=Ο/Η %1$s προσπάθησε να κολυμπήσει σε λάβα για να ξεφύγει από τον/την %2$s +death.attack.inWall=Ο/Η %1$s πέθανε από ασφυξία μέσα σε τοίχο +death.attack.drown=Ο/Η %1$s πνίγηκε +death.attack.drown.player=Ο/Η %1$s πνίγηκε προσπαθώντας να ξεφύγει από τον/την %2$s +death.attack.starve=Ο/Η %1$s λιμοκτόνησε +death.attack.cactus=Ο/Η %1$s τσιμπήθηκε μέχρι θανάτου +death.attack.cactus.player=Ο/Η %1$s έπεσε πάνω σε έναν κάκτο προσπαθώντας να ξεφύγει από τον/την %2$s +death.attack.generic=Ο/Η %1$s πέθανε +death.attack.explosion=Ο/H %1$s ανατινάχτηκε +death.attack.explosion.player=Ο/H %1$s ανατινάχτηκε από τον/την %2$s +death.attack.magic=Ο/Η %1$s σκοτώθηκε από μάγια +death.attack.wither=Ο/Η %1$s μαράζωσε +death.attack.anvil=Ένα αμόνι έπεσε κι έλιωσε τον/την %1$s +death.attack.fallingBlock=Ένας κύβος έπεσε κι έλιωσε τον/την %1$s +death.attack.mob=%2$s έσφαξε τον/την %1$s +death.attack.player=Ο/Η %2$s έσφαξε τον/την %1$s +death.attack.player.item=Ο/Η %2$s έσφαξε τον/την %1$s με %3$s +death.attack.arrow=%1$s was shot by %2$s +death.attack.arrow.item=%1$s was shot by %2$s using %3$s +death.attack.fireball=%1$s was fireballed by %2$s +death.attack.fireball.item=%1$s was fireballed by %2$s using %3$s +death.attack.thrown=Ο/Η %1$s γρονθοκοπήθηκε από τον/την %2$s +death.attack.thrown.item=Ο/Η %1$s γρονθοκοπήθηκε από τον/την %2$s με %3$s +death.attack.indirectMagic=Ο/Η %2$s σκότωσε τον/την %1$s με μάγια +death.attack.indirectMagic.item=Ο/Η %2$s σκότωσε τον/την %1$s με %3$s +death.attack.thorns=Ο/Η %1$s πέθανε ενώ προσπαθούσε να κάνει κακό στον/στην %2$s +death.attack.fall=Ο/Η %1$s έπεσε με δύναμη στο έδαφος +death.attack.outOfWorld=Ο/Η %1$s έπεσε από τον κόσμο + +deathScreen.respawn=Αναγέννηση +deathScreen.deleteWorld=Διαγραφή κόσμου +deathScreen.titleScreen=Κεντρικό μενού +deathScreen.score=Πόντοι +deathScreen.title.hardcore=Τέλος παιχνιδιού! +deathScreen.hardcoreInfo=Δεν γίνεται να αναγεννηθείς στη σκληροπυρηνική δυσκολία! +deathScreen.title=Πέθανες! +deathScreen.leaveServer=Αφήστε διακομιστή + +potion.empty=Καμία επίδραση +potion.moveSpeed=Ταχύτητα +potion.moveSlowdown=Βραδύτητα +potion.digSpeed=Βιασύνη +potion.digSlowDown=Κόπωση εξόρυξης +potion.damageBoost=Δύναμη +potion.weakness=Αδυναμία +potion.heal=Άμεση αναζωογόνηση +potion.harm=Άμεση ζημιά +potion.jump=Ενίσχυση άλματος +potion.confusion=Ναυτία +potion.regeneration=Αναζωογόνηση +potion.resistance=Αντίσταση +potion.fireResistance=αντίστασης στη φωτιά +potion.waterBreathing=αναπνοής στο νερό +potion.invisibility=αορατότητα +potion.blindness=Τύφλωση +potion.nightVision=Νυχτερινή όραση +potion.hunger=Πείνα +potion.poison=Δηλητήριο +potion.wither=Μαρασμός + +potion.moveSpeed.postfix=Φίλτρο Ταχύτητας +potion.moveSlowdown.postfix=Φίλτρο Βραδύτητας +potion.digSpeed.postfix=Φίλτρο Βιασύνης +potion.digSlowDown.postfix=Φίλτρο της αμβλύτητας +potion.damageBoost.postfix=Φίλτρο δύναμης +potion.weakness.postfix=Φίλτρο της αδυναμίας +potion.heal.postfix=Θεραπευτικό φίλτρο +potion.harm.postfix=Βλαβερό φίλτρο +potion.jump.postfix=Φίλτρο Υπερπήδησης +potion.confusion.postfix=Φίλτρο Ναυτίας +potion.regeneration.postfix=Φίλτρο αναζωογόνησης +potion.resistance.postfix=Φίλτρο Άμυνας +potion.fireResistance.postfix=Φίλτρο πυροπροστασίας +potion.waterBreathing.postfix=Φιλτρο της Υποθαλλάσσιας Αναπνοής +potion.invisibility.postfix=Φίλτρο Αορατότητας +potion.blindness.postfix=Φίλτρο Τύφλωσης +potion.nightVision.postfix=Φίλτρο νυχτερινής όρασης +potion.hunger.postfix=Φιλτρο της πείνας +potion.poison.postfix=Δηλητηριώδες φίλτρο +potion.wither.postfix=Φίλτρο της αποσύνθεσης + +potion.potency.0= +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV + +potion.prefix.grenade=Μαζικό +potion.prefix.mundane=Κοινότυπο +potion.prefix.uninteresting=Αδιάφορο +potion.prefix.bland=Άνοστο +potion.prefix.clear=Διαυγές +potion.prefix.milky=Γαλακτώδες +potion.prefix.diffuse=Διάχυτο +potion.prefix.artless=Άτεχνο +potion.prefix.thin=Αραιό +potion.prefix.awkward=Αμήχανο +potion.prefix.flat=Ξεθυμασμένο +potion.prefix.bulky=Ογκώδες +potion.prefix.bungling=Αποτυχημένο +potion.prefix.buttered=Βουτυρωμένο +potion.prefix.smooth=Απαλό +potion.prefix.suave=Γλυκό +potion.prefix.debonair=Ευγενές +potion.prefix.thick=Πηχτό +potion.prefix.elegant=Κομψό +potion.prefix.fancy=Εντυπωσιακό +potion.prefix.charming=Μαγευτικό +potion.prefix.dashing=Τολμηρός +potion.prefix.refined=Εξευγενισμένο +potion.prefix.cordial=Εγκάρδιο +potion.prefix.sparkling=Αφρώδες +potion.prefix.potent=Ισχυρός +potion.prefix.foul=Ακάθαρτο +potion.prefix.odorless=Άοσμο +potion.prefix.rank=Κλάση +potion.prefix.harsh=Σκληρό +potion.prefix.acrid=Στυφό +potion.prefix.gross=Αηδιαστικό +potion.prefix.stinky=Βρωμερό + +enchantment.damage.all=Αιχμηρότητα +enchantment.damage.undead=Δύναμη Χτυπήματος +enchantment.damage.arthropods=Ο Όλεθρος των Αρθροπόδων +enchantment.knockback=Απώθηση +enchantment.fire=Όψη φωτιάς +enchantment.protect.all=Προστασία +enchantment.protect.fire=Πυροπροστασία +enchantment.protect.fall=Πτώση στα μαλακά +enchantment.protect.explosion=Προστασία από εκρήξεις +enchantment.protect.projectile=Προστασία από βλήματα +enchantment.oxygen=Αναπνοή +enchantment.waterWorker=Αγάπη για το νερό +enchantment.digging=Αποτελεσματικότητα +enchantment.untouching=Απαλό άγγιγμα +enchantment.durability=Άθραυστο +enchantment.lootBonus=Λεηλασίες +enchantment.lootBonusDigger=Τύχη +enchantment.arrowDamage=Δύναμη +enchantment.arrowFire=Φλόγα +enchantment.arrowKnockback=Ώθηση +enchantment.arrowInfinite=Άπειρα +enchantment.thorns=Αγκάθια + +enchantment.level.1=I +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.level.10=X + +gui.achievements=Επιτεύγματα +gui.stats=Στατιστικά στοιχεία + +stat.generalButton=Γενικά +stat.blocksButton=Κύβοι +stat.itemsButton=Αντικείμενα + +stat.used=Φορές που χρησιμοποιήθηκε +stat.mined=Φορές που εξορύχθηκε +stat.depleted=Φορές που εξαντλήθηκε +stat.crafted=Φορές που κατασκευάστηκε + +stat.startGame=Φορές που παίξατε +stat.createWorld=Κόσμοι που παίχθηκαν +stat.loadWorld=Αποθηκεύσεις που φορτώθηκαν +stat.joinMultiplayer=Φορές που συμμετείχατε σε ομαδικό παιχνίδι +stat.leaveGame=Φορές που έκλεισε το παιχνίδι + +stat.playOneMinute=Λεπτά παιχνιδιού + +stat.walkOneCm=Απόσταση που περπατήσατε +stat.fallOneCm=Απόσταση πτώσης +stat.swimOneCm=Απόσταση που κολυμβήθηκε +stat.flyOneCm=Απόσταση που διανύθηκε πετώντας +stat.climbOneCm=Απόσταση που αναρριχήθηκε +stat.diveOneCm=Απόσταση που καταδύθηκε +stat.minecartOneCm=Απόσταση με βαγόνι +stat.boatOneCm=Απόσταση με βάρκα +stat.pigOneCm=Απόσταση με γουρούνι +stat.jump=Άλματα +stat.drop=Αντικείμενα που πετάχτηκαν + +stat.damageDealt=Ζημιά που προκαλέσατε +stat.damageTaken=Ζημιά που σας προκλήθηκε +stat.deaths=Αριθμός θανάτων +stat.mobKills=Εχθροί που σκοτώσατε +stat.playerKills=Παίκτες που σκοτώσατε +stat.fishCaught=Ψάρια που αλιεύτηκαν + +stat.mineBlock=%1$s έχει εξορυχθεί +stat.craftItem=%1$s έχουν κατασκευαστεί +stat.useItem=%1$s έχουν χρησιμοποιηθεί +stat.breakItem=%1$s εξαλήφθη + +achievement.get=Στόχος επιτεύχθη! + +achievement.taken=Πάρθηκε! + +achievement.requires=Απαιτείται '%1$ s' +achievement.openInventory=Λαμβάνοντας αποθέματα +achievement.openInventory.desc=Πατήστε το πλήκτρο '%1$s' για να δείτε τα αποθέματά σας. +achievement.mineWood=Αποκτώντας Ξυλεία +achievement.mineWood.desc=Επιτεθείτε σε ένα δέντρο, μέχρι να πεταχτεί ένας κύβος από ξύλο +achievement.buildWorkBench=Πάγκος εργασίας +achievement.buildWorkBench.desc=Κατασκευάστε ένα πάγκο εργασίας με τέσσερις σανίδες +achievement.buildPickaxe=Ώρα για εξόρυξη! +achievement.buildPickaxe.desc=Χρησιμοποιήστε σανίδες και ραβδιά για να φτιάξετε μια αξίνα +achievement.buildFurnace=Καυτό Θέμα +achievement.buildFurnace.desc=Δημιουργήστε ένα φούρνο από οκτώ κύβους πέτρας +achievement.acquireIron=Απόκτηση Σιδερικών +achievement.acquireIron.desc=Λιώστε σίδηρο +achievement.buildHoe=Ώρα για όργωμα! +achievement.buildHoe.desc=Χρησιμοποιήστε σανίδες και ραβδιά για να φτιάξετε μια τσάπα +achievement.makeBread=Ψήστε Ψωμί +achievement.makeBread.desc=Μετατρέψτε σιτάρι σε ψωμί +achievement.bakeCake=Το Ψέμα +achievement.bakeCake.desc=Σιτάρι, ζάχαρη, γάλα και αυγά! +achievement.buildBetterPickaxe=Αναβαθμίζωντας +achievement.buildBetterPickaxe.desc=Κατασκευάστε μια καλύτερη αξίνα +achievement.cookFish=Νοστιμότατα Ψάρια +achievement.cookFish.desc=Ψαρέψτε και μαγειρέψτε ψάρια! +achievement.onARail=Πάνω σε Ράγα +achievement.onARail.desc=Ταξιδέψτε με βαγόνι τουλάχιστον 1 χμ από εκεί που ξεκινήσατε +achievement.buildSword=Ώρα για Επίθεση! +achievement.buildSword.desc=Χρησιμοποιήστε σανίδες και ραβδιά για να φτιάξετε ένα σπαθί +achievement.killEnemy=Κυνηγός Τεράτων +achievement.killEnemy.desc=Κάνε επίθεση και κατάστρεψε ένα τέρας +achievement.killCow=Ανατροπέας Αγελάδων +achievement.killCow.desc=Μάζεψε λίγο δέρμα +achievement.flyPig=Όταν τα γουρούνια πετούν +achievement.flyPig.desc=Πέταξε με ενα γουρούνι από ένα γκρεμό +achievement.snipeSkeleton=Μονομαχία ελεύθερων σκοπευτών +achievement.snipeSkeleton.desc=Σκοτώστε ένα σκελετό με ένα βέλος πιο μακριά από 50 μέτρα +achievement.diamonds=ΔΙΑΜΑΝΤΙΑ! +achievement.diamonds.desc=Αποκτήστε διαμάντια με τα σιδερένια εργαλεία σας +achievement.portal=Πρέπει να πάμε πιο βαθιά +achievement.portal.desc=Χτίσε μια πύλη για το Nether +achievement.ghast=Επιστροφή στον αποστολέα +achievement.ghast.desc=Καταστρέψτε ένα Ghast με μια πύρινη μπάλα +achievement.blazeRod=Στην πυρά +achievement.blazeRod.desc=Απαλλάξτε ένα Blaze από τη ράβδο του +achievement.potion=Τοπικό αποστακτήριο +achievement.potion.desc=Φτιάξτε ένα φίλτρο +achievement.theEnd=Το τέλος; +achievement.theEnd.desc=Εντόπισε το Τέλος +achievement.theEnd2=Το Τέλος. +achievement.theEnd2.desc=Κατατρόπωσε το Δράκο του Τέλους +achievement.enchantments=Μάγος +achievement.enchantments.desc=Χρησιμοποιήστε ένα βιβλίο, οψιδιανό και διαμάντια, για την κατασκευή ενός μαγεμένου τραπεζιού +achievement.overkill=Εξόντωση +achievement.overkill.desc=Κάντε οχτώ καρδιές ζημιά με ένα μόνο χτύπημα +achievement.bookcase=Βιβλιοθηκάριος +achievement.bookcase.desc=Κατασκευάστε μερικές βιβλιοθήκες για να βελτιώσετε το τραπέζι μαγείας + +commands.generic.exception=Παρουσιάστηκε ένα άγνωστο σφάλμα κατά την εκτέλεση αυτής της εντολής +commands.generic.syntax=Άκυρη διατύπωση εντολής +commands.generic.player.notFound=Ο παίκτης δεν μπορεί να βρεθεί +commands.generic.notFound=Άγνωστη εντολή. Χρησιμοποιήστε την εντολή /help για μία λίστα με εντολές. +commands.generic.num.invalid='%s' δεν είναι έγκυρος αριθμός +commands.generic.num.tooSmall=Ο αριθμός που έχετε εισαγάγει (%d) είναι πολύ μικρός, πρέπει να είναι τουλάχιστον %d +commands.generic.num.tooBig=Ο αριθμός που εισάγατε (%d) είναι πολύ μεγάλος, πρέπει να είναι το πολύ %d +commands.generic.double.tooSmall=Ο αριθμός που έχετε εισαγάγει (%.2f) είναι πολύ μικρός, πρέπει να είναι τουλάχιστον %.2f +commands.generic.double.tooBig=Ο αριθμός που έχετε εισαγάγει (%.2f) είναι πολύ μεγάλος, πρέπει να είναι το πολύ %.2f +commands.generic.usage=Χρήση: %s + +commands.xp.failure.widthdrawXp=Δεν γίνεται να δοθούν σε έναν παίκτη αρνητικοί πόντοι εμπειρίας +commands.xp.success=Δόθηκε %d εμπειρία στον/στην %s +commands.xp.success.levels=Δόθηκαν %d επίπεδα στον/στην %s +commands.xp.success.negative.levels=Αφαιρέθηκαν %d επίπεδα από τον/την %s +commands.xp.usage=/xp <ποσότητα> [παίκτης] Ή /xp <ποσότητα>L [παίκτης] +commands.give.usage=/give <παίκτης> <αντικείμενο> [ποσότητα] [δεδομένα] +commands.give.notFound=Δεν υπάρχει κανένα αντικείμενο με ID %d +commands.give.success=Δόθηκε %s (ID %d) * %d στον/στην %s +commands.effect.usage=/effect [seconds] [amplifier] +commands.effect.notFound=There is no such mob effect with ID %d +commands.effect.success=Given %1$s (ID %2$d) * %3$d to %4$s for %5$d seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.enchant.usage=/ Μαγεύουν <υπέροχων ID> [επίπεδο] +commands.enchant.notFound=Δεν υπάρχει τέτοια μαγική ιδιότητα ID %d +commands.enchant.noItem=Ο στόχος δεν κρατάει αντικείμενο +commands.enchant.cantEnchant=Το επιλεγμένο ξόρκι δεν μπορεί να προστεθεί στο αντικείμενο επιλογής +commands.enchant.cantCombine=Τα %1$ δεν μπορούν να συνδυαστούν με %2$ +commands.enchant.success=Μάγεμα ολοκληρόθηκε +commands.clear.usage=/clear <παίκτης> [αντικείμενο] [δεδομένα] +commands.clear.success=Αφαιρέθηκαν %d αντικείμενα από τα αποθέματα του/της %s +commands.clear.failure=Could not clear the inventory of %s, no items to remove +commands.downfall.success=Αλλαγή πτώσης +commands.time.usage=/time <τιμή> +commands.time.added=Προστέθηκε %d στην ώρα +commands.time.set=Η ώρα ορίστηκε σε %d +commands.players.list=Υπάρχουν %d/%d συνδεδεμένοι παίκτες: +commands.banlist.ips=Υπάρχουν %d αποκλεισμένες διευθύνσεις συνολικά: +commands.banlist.players=Υπάρχουν %d αποκλεισμένοι παίκτες συνολικα: +commands.banlist.usage=/banlist [διευθύνσεις|παίκτες] +commands.kick.success=O/Η %s διώχτηκε από το παιχνίδι +commands.kick.success.reason=Ο/Η %s διώχτηκε από το παιχνίδι: '%s' +commands.kick.usage=/kick <παίκτης> [αιτία ...] +commands.op.success=Διαχειριστής %s +commands.op.usage=/op <παίκτης> +commands.deop.success=Απο-διαχειριστής %s +commands.deop.usage=/deop <παίκτης> +commands.say.usage=/say <μήνυμα ...> +commands.ban.success=Ο παίκτης %s αποκλείστηκε +commands.ban.usage=/ban <όνομα> [αιτία ...] +commands.unban.success=Απεξορισμός παίκτη %s +commands.unban.usage=/pardon <όνομα> +commands.banip.invalid=Πληκτρολογήσατε μια μη έγκυρη διεύθυνση IP ή ένα παίκτη που δεν είναι συνδεδεμένος +commands.banip.success=Εξορισμένες IP διευθύνσεις %s +commands.banip.success.players=Εξορισμένες IP διευθύνσεις %s ανήκουν στο %s +commands.banip.usage=/απαγόρευση-ip <προσφώνηση|όνομα> [λόγος...] +commands.unbanip.invalid=Έχετε εισάγει μια μη έγκυρη διεύθυνση IP +commands.unbanip.success=Απεξορίστηκε η IP διεύθυνση %s +commands.unbanip.usage=/pardon-ip <διεύθυνση> +commands.save.enabled=Ενεργοποιήθηκε η αυτόματη αποθήκευση κόσμου +commands.save.disabled=Απενεργοποιήθηκε η αυτόματη αποθήκευση κόσμου +commands.save.start=Γίνεται αποθήκευση... +commands.save.success=Ο κόσμος αποθηκεύτηκε +commands.save.failed=Η αποθήκευση απέτυχε: %s +commands.stop.start=Τερματισμός του server +commands.tp.success=Τελεμεταφορά %s στο %s +commands.tp.success.coordinates=Ο/Η %s τηλεμεταφέρθηκε στο %.2f,%.2f,%.2f +commands.tp.usage=/tp [παίκτης] Ή /tp [παίκτης] +commands.tp.notSameDimension=Η τηλεμεταφορά είναι αδύνατη επειδή οι παίκτες βρίσκονται σε διαφορετική διάσταση. +commands.whitelist.list=Υπάρχουν %d (από τους %d φανερούς) whitelisted παίκτες: +commands.whitelist.enabled=Ενεργοποίηθηκε η whitelist +commands.whitelist.disabled=Απενεργοποίηθηκε η whitelist +commands.whitelist.reloaded=Επαναφορτώθηκε η whitelist +commands.whitelist.add.success=Προσθήκη %s στη whitelist +commands.whitelist.add.usage=/whitelist add +commands.whitelist.remove.success=Αφαίρεση %s από τη whitelist +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.scoreboard.usage=/scoreboard +commands.scoreboard.teamNotFound=No team was found by the name '%s' +commands.scoreboard.objectiveNotFound=No objective was found by the name '%s' +commands.scoreboard.objectiveReadOnly=The objective '%s' is read-only and cannot be set +commands.scoreboard.objectives.usage=/scoreboard objectives +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [objective] +commands.scoreboard.objectives.setdisplay.invalidSlot=No such display slot '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Cleared objective display slot '%s' +commands.scoreboard.objectives.setdisplay.successSet=Set the display objective in slot '%s' to '%s' +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [display name ...] +commands.scoreboard.objectives.add.wrongType=Invalid objective criteria type. Valid types are: %s +commands.scoreboard.objectives.add.alreadyExists=An objective with the name '%s' already exists +commands.scoreboard.objectives.add.tooLong=The name '%s' is too long for an objective, it can be at most %d characters long +commands.scoreboard.objectives.add.displayTooLong=The display name '%s' is too long for an objective, it can be at most %d characters long +commands.scoreboard.objectives.add.success=Added new objective '%s' successfully +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.remove.success=Removed objective '%s' successfully +commands.scoreboard.objectives.list.count=Showing %d objective(s) on scoreboard +commands.scoreboard.objectives.list.entry=- %s: displays as '%s' and is type '%s' +commands.scoreboard.objectives.list.empty=There are no objectives on the scoreboard +commands.scoreboard.players.usage=/scoreboard players +commands.scoreboard.players.set.success=Set score of %s for player %s to %d +commands.scoreboard.players.set.usage=/scoreboard players set +commands.scoreboard.players.add.usage=/scoreboard players add +commands.scoreboard.players.remove.usage=/scoreboard players remove +commands.scoreboard.players.reset.usage=/scoreboard players reset +commands.scoreboard.players.reset.success=Επαναφορά όλων των αποτελεσμάτων του παίκτη %s +commands.scoreboard.players.list.count=Showing %d tracked players on the scoreboard +commands.scoreboard.players.list.empty=There are no tracked players on the scoreboard +commands.scoreboard.players.list.player.count=Showing %d tracked objective(s) for %s +commands.scoreboard.players.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.players.list.player.empty=Player %s has no scores recorded +commands.scoreboard.teams.usage=/scoreboard teams +commands.scoreboard.teams.add.usage=/scoreboard teams add [display name ...] +commands.scoreboard.teams.add.alreadyExists=A team with the name '%s' already exists +commands.scoreboard.teams.add.tooLong=The name '%s' is too long for a team, it can be at most %d characters long +commands.scoreboard.teams.add.displayTooLong=The display name '%s' is too long for a team, it can be at most %d characters long +commands.scoreboard.teams.add.success=Added new team '%s' successfully +commands.scoreboard.teams.list.usage=/scoreboard teams list [name] +commands.scoreboard.teams.list.count=Showing %d teams on the scoreboard +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' has %3$d players +commands.scoreboard.teams.list.empty=There are no teams registered on the scoreboard +commands.scoreboard.teams.list.player.count=Showing %d player(s) in team %s +commands.scoreboard.teams.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.teams.list.player.empty=Team %s has no players +commands.scoreboard.teams.empty.usage=/scoreboard teams clear +commands.scoreboard.teams.empty.alreadyEmpty=Team %s is already empty, cannot remove nonexistant players +commands.scoreboard.teams.empty.success=Αφαιρέθηκαν όλοι οι %d παίκτες από την ομάδα %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove <όνομα> +commands.scoreboard.teams.remove.success=Αφαιρέθηκε η ομάδα %s +commands.scoreboard.teams.join.usage=/scoreboard teams join <ομάδα> [παίκτης] +commands.scoreboard.teams.join.success=Added %d player(s) to team %s: %s +commands.scoreboard.teams.join.failure=Could not add %d player(s) to team %s: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [παίκτης] +commands.scoreboard.teams.leave.success=Removed %d player(s) from their teams: %s +commands.scoreboard.teams.leave.failure=Could not remove %d player(s) from their teams: %s +commands.scoreboard.teams.leave.noTeam=Δεν είστε σε μια ομάδα +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.option.noValue=Valid values for option %s are: %s +commands.scoreboard.teams.option.success=Set option %s for team %s to %s +commands.gamemode.success.self=Ρύθμιση της λειτουργίας του παιχνιδιού σε %s +commands.gamemode.success.other=Ορισμός %s's τρόπος παιχνιδιού %s +commands.gamemode.usage=/gamemode [παίχτης] +commands.defaultgamemode.usage=/defaultgamemode +commands.defaultgamemode.success=Του κόσμου προεπιλεγμένη παιχνιδιού κατάσταση λειτουργίας είναι τώρα %s +commands.me.usage=/me +commands.help.header=--- Εμφάνιση σελίδα βοήθειας %d από %d (/help <σελίδα>) --- +commands.help.footer=Tip: Χρησιμοποιήστε το πλήκτρο όταν πληκτρολογείτε μία εντολή, για αυτόματη συμπλήρωση της εντολής ή των παραμέτρων της +commands.help.usage=/help [σελίδα|όνομα εντολής] +commands.publish.started=τοπικών παιχνιδιού φιλοξενούνται στο %s +commands.publish.failed=αδυνατεί να φιλοξενούν τοπικές παιχνιδιού +commands.debug.start=Ξεκίνησε η δημιουργία προφίλ αποσφαλμάτωσης +commands.debug.stop=Η δημιουργία προφίλ αποσφαλμάτωσης σταμάτησε ύστερα από %.2f δευτερόλεπτα (%d χρονικές υποδιαιρέσεις) +commands.debug.notStarted=Δεν είναι δυνατό να σταματήσει η δημιουργία προφίλ όταν δεν έχει αρχίσει ακόμα! +commands.debug.usage=/debug +commands.message.usage=/tell <παίκτης> <προσωπικό μήνυμα ...> +commands.message.sameTarget=Δεν γίνεται να στείλετε προσωπικό μήνυμα στον εαυτό σας! +commands.message.display.outgoing=Ψιθυρίζεις στον/στην %s: %s +commands.message.display.incoming=Ο/Η %s σας ψιθυρίζει: %s +commands.difficulty.usage=/difficulty <νέα δυσκολία> +commands.difficulty.success=Ορισμός δυσκολίας παιχνιδιού σε %s +commands.spawnpoint.usage=/spawnpoint Ή /spawnpoint <παίχτης> Ή /spawnpoint <παίχτης> +commands.spawnpoint.success=Το σημείο εμφάνισης του/της %s ορίστηκε στο (%d, %d, %d) +commands.gamerule.usage=/gamerule <όνομα κανόνα> <τιμή> Ή /gamerule <όνομα κανόνα> +commands.gamerule.success=Ο κανόνας του παιχνιδιού ενημερώθηκε +commands.gamerule.norule=Δεν υπάρχει κανόνας παιχνιδιού '%s' διαθέσιμος +commands.weather.usage=/weather [διάρκεια σε δευτερόλεπτα] +commands.weather.clear=Αλλαγή σε καθαρό καιρό +commands.weather.rain=Αλλαγή σε βροχερό καιρό +commands.weather.thunder=Αλλαγή σε βροχή με κεραυνούς +commands.testfor.usage=/testfor +commands.testfor.failed=/testfor is only usable by commandblocks with analog output + +itemGroup.buildingBlocks=Δομικά Στοιχεία +itemGroup.decorations=Κύβοι Διακόσμησης +itemGroup.redstone=Κοκκινόπετρα +itemGroup.transportation=Μεταφορά +itemGroup.misc=Διάφορα +itemGroup.search=Αναζήτηση αντικειμένων +itemGroup.food=Τρόφιμα +itemGroup.tools=Εργαλεία +itemGroup.combat=Μάχη +itemGroup.brewing=Αλχημεία +itemGroup.materials=Υλικά +itemGroup.inventory=Απο8έματα επιβίωσης + +inventory.binSlot=Καταστροφή Στοιχείου + +advMode.setCommand=Καθορίστε εντολή τερματικού για κύβο +advMode.command=Εντολή τερματικού +advMode.nearestPlayer=Χρησιμοποιείστε «@p» για την επιλογή του πλησιέστερου παίκτη +advMode.randomPlayer=Χρησιμοποιείστε «@r» για την επιλογή ενός τυχαίου παίκτη +advMode.allPlayers=Χρησιμοποιήστε «@a» για την επιλογή όλων των παικτών + +advMode.notEnabled=Δεν επιτρέπονται εντολές για κύβους σε αυτόν το server +advMode.notAllowed=Πρέπει ο παίκτης να είναι διαχειριστής σε δημιουργική λειτουργία + +mco.title=Minecraft Realms +mco.selectServer.select=Συνδεθείτε σε διακομιστή +mco.selectServer.configure=Configure +mco.selectServer.create=Δημιουργία κόσμου +mco.selectServer.moreinfo=Περισσότερες πληροφορίες + +mco.configure.world.edit.title=Επεξεργασία κόσμου + +mco.configure.world.title=Configure World +mco.configure.world.name=Όνομα +mco.configure.world.description=Περιγραφή +mco.configure.world.location=Τοποθεσία +mco.configure.world.invited=Καλεσμένος +mco.configure.world.buttons.edit=Επεξεργασία +mco.configure.world.buttons.reset=Επανεκκίνηση Κόσμου +mco.configure.world.buttons.done=Ολοκληρώθηκε +mco.configure.world.buttons.delete=Διαγραφή +mco.configure.world.buttons.open=Open World +mco.configure.world.buttons.close=Close World +mco.configure.world.buttons.invite=Προσκαλώ +mco.configure.world.buttons.uninvite=Uninvite +mco.configure.world.buttons.subscription=Subscription +mco.configure.world.invite.profile.name=Όνομα +mco.configure.world.uninvite.question=Are you sure that you want to uninvite + +mco.configure.world.subscription.title=Subscription Info +mco.configure.world.subscription.daysleft=Days Left +mco.configure.world.subscription.start=Start Date +mco.configure.world.subscription.extend=Extend + +mco.create.world.location.title=Τοποθεσίες +mco.create.world.location.warning=Δεν θα πήρατε την ακριβή τοποθεσία που επιλέξατε +mco.create.world.wait=Creating the world... + +mco.reset.world.title=Επαναφορά κόσμου +mco.reset.world.warning=Ο Κόσμος σας θα διαγραφεί μόνιμα! +mco.reset.world.seed=Σπόροι (προαιρετικά) +mco.reset.world.resetting.screen.title=Γίνεται επανεκκίνηση Κόσμου... + +mco.configure.world.close.question.line1=Ο Κόσμος σας δεν θα είναι πλέον διαθέσιμος. +mco.configure.world.close.question.line2=Είστε βέβαιοι ότι θέλετε να το κάνετε αυτό; + +mco.connect.connecting=Σύνδεση με τον απευθείας σύνδεση διακομιστή... +mco.connect.authorizing=Γίνεται σύνδεση... +mco.connect.failed=Απέτυχε να συνδεθείτε με το online διακομιστή + +mco.create.world=Δημιουργία + diff --git a/1.5.2/lang/en_AU.lang b/1.5.2/lang/en_AU.lang new file mode 100644 index 00000000..e09c9885 --- /dev/null +++ b/1.5.2/lang/en_AU.lang @@ -0,0 +1,1293 @@ +#X-Generator: crowdin.net + +language.name=Australian English +language.region=Australia +language.code=en_AU + +gui.done=Done +gui.cancel=Bugger it +gui.back=Back +gui.toMenu=Back to title screen +gui.up=Up +gui.down=Down +gui.yes=Alright +gui.no=No + +menu.singleplayer=Singleplayer +menu.multiplayer=Play with some mates +menu.online=Minecraft Realms +menu.options=Options... +menu.quit=Quit Game +menu.returnToMenu=Save and Quit to Title +menu.disconnect=Disconnect +menu.returnToGame=Back to Game +menu.switchingLevel=Switching Outbacks +menu.generatingLevel=Generating outback +menu.loadingLevel=Loading world +menu.generatingTerrain=Marking the territory +menu.convertingLevel=Converting outback +menu.simulating=Simulating the world for a bit +menu.respawning=Respawning +menu.shareToLan=Open to LAN + +selectWorld.title=Select World +selectWorld.empty=empty +selectWorld.world=World +selectWorld.select=Play Selected World +selectWorld.create=Create New World +selectWorld.recreate=Re-Create +selectWorld.createDemo=Play New Demo World +selectWorld.delete=Delete +selectWorld.rename=Rename +selectWorld.deleteQuestion=Mate, you sure you want to delete this bloody world? +selectWorld.deleteWarning=will be lost forever! (A long time, mate!) +selectWorld.deleteButton=Delete +selectWorld.renameButton=Rename +selectWorld.renameTitle=Rename World +selectWorld.conversion=Must be converted! +selectWorld.newWorld=New World +selectWorld.newWorld.copyOf=Copy of %s +selectWorld.enterName=Outback Name +selectWorld.resultFolder=Will be saved in: +selectWorld.enterSeed=Seed for the Outback Generator +selectWorld.seedInfo=Leave blank for a random seed +selectWorld.cheats=Cheats +selectWorld.customizeType=Customise + +createWorld.customize.presets=Presets +createWorld.customize.presets.title=Select a Preset +createWorld.customize.presets.select=Use Preset +createWorld.customize.presets.share=Hey mate, wanna share your preset with someone? Use the bloody box below +createWorld.customize.presets.list=Alternatively, here's some we made the other day, mate! +createWorld.customize.flat.title=Superflat Customisation +createWorld.customize.flat.tile=Layer Material +createWorld.customize.flat.height=Height +createWorld.customize.flat.addLayer=Add Layer +createWorld.customize.flat.editLayer=Edit Layer +createWorld.customize.flat.removeLayer=Remove Layer +createWorld.customize.flat.layer.top=Top - %d +createWorld.customize.flat.layer=%a +createWorld.customize.flat.layer.bottom=Bottom - %d + +gameMode.survival=Walkabout Mode +gameMode.creative=Creative Mode +gameMode.adventure=Adventure Mode +gameMode.hardcore=Hardcore Mode! +gameMode.changed=Your game mode has been updated + +selectWorld.gameMode=Game Mode: +selectWorld.gameMode.survival=Walkabout +selectWorld.gameMode.survival.line1=Search for resources, crafting, gain +selectWorld.gameMode.survival.line2=levels, health and hunger +selectWorld.gameMode.creative=Creative +selectWorld.gameMode.creative.line1=Unlimited resources, free flying and +selectWorld.gameMode.creative.line2=destroy blocks instantly +selectWorld.gameMode.hardcore=Hardcore +selectWorld.gameMode.hardcore.line1=Same as walkabout mode, locked at hardest +selectWorld.gameMode.hardcore.line2=difficulty, and one life only +selectWorld.gameMode.adventure=Adventure +selectWorld.gameMode.adventure.line1=Same as survival mode, but blocks can't +selectWorld.gameMode.adventure.line2=be added or removed +selectWorld.moreWorldOptions=More World Options... +selectWorld.mapFeatures=Generate Structures: +selectWorld.mapFeatures.info=Towns, dungeons, etc +selectWorld.mapType=World Type: +selectWorld.mapType.normal=Normal +selectWorld.allowCommands=Allow Cheats: +selectWorld.allowCommands.info=Commands like /gamemode, /xp +selectWorld.hardcoreMode=Hardcore: +selectWorld.hardcoreMode.info=World is deleted upon death +selectWorld.bonusItems=Bonus Chest: + +generator.default=Same Same +generator.flat=Real flat +generator.largeBiomes=Large Biomes + +selectServer.title=Select Server +selectServer.empty=empty +selectServer.select=Join Server +selectServer.direct=Direct Connect +selectServer.edit=Edit +selectServer.delete=Delete +selectServer.add=Add Server +selectServer.defaultName=Minecraft Server +selectServer.deleteQuestion=Are you sure you want to remove this server? +selectServer.deleteWarning=will be lost forever! (A long time!) +selectServer.deleteButton=Delete +selectServer.refresh=Refresh +selectServer.hiddenAddress=(Hidden) +addServer.title=Edit Server Info +addServer.enterName=Server Name +addServer.enterIp=Server Address +addServer.add=Done +addServer.hideAddress=Hide Address +lanServer.title=LAN World +lanServer.scanning=Scanning for games on your local network +lanServer.start=Start LAN World +lanServer.otherPlayers=Settings for Other Blokes +mcoServer.title=Minecraft Online Outback + +multiplayer.title=Play with some mates +multiplayer.connect=Connect +multiplayer.info1=Minecraft Multiplayer is currently not finished, but there +multiplayer.info2=It's all bugged up mate. +multiplayer.ipinfo=Enter the IP of a server to connect to it: + +multiplayer.texturePrompt.line1=This server recommends the use of a custom texture pack. +multiplayer.texturePrompt.line2=Would you like to download and install it automagically? + +multiplayer.downloadingTerrain=The rainbow snake is crawling + +multiplayer.stopSleeping=Get Up + +chat.link.confirm=Are you sure you want to open the following website? +chat.link.warning=Never open links from people that you don't trust! +chat.copy=Copy to Clipboard + +menu.playdemo=Play Demo World +menu.resetdemo=Reset Demo World +demo.day.1=This demo will last five game days, do your best! +demo.day.2=Day Two +demo.day.3=Day Three +demo.day.4=Day Four +demo.day.5=This is your last day! +demo.day.warning=Your time is almost up! +demo.day.6=You have passed your fifth day, use F2 to save a screenshot of your creation +demo.reminder=Your demo time has expired, buy the game to continue or start a new world! +demo.remainingTime=Remaining time: %s +demo.demoExpired=Demo time's up! +demo.help.movement=Use %1$s, %2$s, %3$s, %4$s and the mouse to move around +demo.help.movementShort=Move by pressing %1$s, %2$s, %3$s, %4$s +demo.help.movementMouse=Look around using the mouse +demo.help.jump=Jump by pressing %1$s +demo.help.inventory=Use %1$s to open your inventory +demo.help.title=Minecraft Demo Mode +demo.help.fullWrapped=This demo will last 5 ingame days (about 1 hour and 40 minutes of real time). Check the achievements for hints! Have fun! +demo.help.buy=Purchase Now! +demo.help.later=Continue Playing! + +connect.connecting=Connecting to the server... +connect.authorizing=Logging in... +connect.failed=Failed to connect to the server + +disconnect.genericReason=%s +disconnect.disconnected=Disconnected by Server +disconnect.lost=Connection Lost +disconnect.kicked=Was booted out +disconnect.timeout=Timed out +disconnect.closed=Connection closed +disconnect.loginFailed=Failed to login +disconnect.loginFailedInfo=Failed to login: %s +disconnect.quitting=Quitting +disconnect.endOfStream=End of stream +disconnect.overflow=Buffer overflow +disconnect.spam=Kicked for spamming + +options.off=OFF +options.on=ON +options.visible=Shown +options.hidden=Hidden +options.title=Options +options.controls=Controls... +options.video=Video Settings... +options.language=Language... +options.languageWarning=Language translations may not be 100% accurate +options.videoTitle=Video Settings +options.music=Music +options.sound=Sound +options.invertMouse=Invert Mouse +options.fov=FOV +options.fov.min=Normal +options.fov.max=Friday Night Footy +options.gamma=Brightness +options.gamma.min=Moody +options.gamma.max=Bright +options.sensitivity=Sensitivity +options.sensitivity.min=*yawn* +options.sensitivity.max=HYPERSPEED!!! +options.renderDistance=Render Distance +options.renderDistance.tiny=Tiny +options.renderDistance.short=Short +options.renderDistance.normal=Normal +options.renderDistance.far=Far +options.viewBobbing=View Bobbing +options.ao=Smooth Lighting +options.ao.off=Off +options.ao.min=Minimum +options.ao.max=Maximum +options.anaglyph=3D Anaglyph +options.framerateLimit=Performance +options.difficulty=Difficulty +options.difficulty.peaceful=Peaceful +options.difficulty.easy=Easy +options.difficulty.normal=Normal +options.difficulty.hard=Hard +options.difficulty.hardcore=Hardcore +options.graphics=Graphics +options.graphics.fancy=Fancy +options.graphics.fast=Fast +options.guiScale=GUI Scale +options.guiScale.auto=Auto +options.guiScale.small=Small +options.guiScale.normal=Normal +options.guiScale.large=Large +options.advancedOpengl=Advanced OpenGL +options.renderClouds=Clouds +options.farWarning1=A 64-bit Java installation is recommended +options.farWarning2=for 'Far' render distance (you have 32 bit) +options.particles=Particles +options.particles.all=All +options.particles.decreased=Decreased +options.particles.minimal=Minimal +options.multiplayer.title=Multiplayer Settings... +options.chat.title=Chat Settings... +options.chat.visibility=Chat +options.chat.visibility.full=Shown +options.chat.visibility.system=Commands Only +options.chat.visibility.hidden=Hidden +options.chat.color=Colours +options.chat.opacity=Opacity +options.chat.links=Web Links +options.chat.links.prompt=Prompt on Links +options.chat.scale=Scale +options.chat.width=Width +options.chat.height.focused=Focused Height +options.chat.height.unfocused=Unfocused Height +options.showCape=Show Cape +options.serverTextures=Server Textures +options.snooper=Allow Snooper +options.snooper.view=Snooper Settings... +options.snooper.title=Machine Specs Collection +options.snooper.desc=We want to collect information about your machine to help improve Minecraft by knowing what we can support and where the biggest problems are. All of this information is completely anonymous and viewable below. We promise we won't do anything bad with this data, but if you want to opt out then feel free to toggle it off! +options.texture.pack=Change the looks +options.fullscreen=Fullscreen +options.vsync=Use VSync +options.touchscreen=Touchscreen Mode + +performance.max=Max FPS +performance.balanced=Balanced +performance.powersaver=Power saver + +controls.title=Controls + +key.forward=Forward +key.left=Left +key.back=Back +key.right=Right +key.jump=Jump +key.inventory=Inventory +key.drop=Drop +key.chat=Chat +key.fog=Toggle Fog +key.sneak=Sneak +key.playerlist=List Mates +key.attack=Attack +key.use=Use Item +key.pickItem=Pick Block +key.mouseButton=Button %1$s +key.command=Command + +texturePack.openFolder=Open texture pack folder +texturePack.title=Select Texture Pack +texturePack.folderInfo=(Place texture pack files here) +texturePack.incompatible=Incompatible + +book.pageIndicator=Page %1$s of %2$s +book.byAuthor=by %1$s +book.signButton=Sign +book.editTitle=Enter Book Title: +book.finalizeButton=Sign and Close +book.finalizeWarning=Note! When you sign the book, it will no longer be editable. + +tile.stone.name=Stone + +tile.grass.name=Grass Block +tile.dirt.name=Dirt +tile.stonebrick.name=Cobble +tile.wood.name=Wooden Planks +tile.wood.oak.name=Eucalyptus Wood Planks +tile.wood.spruce.name=Pine Wood Planks +tile.wood.birch.name=Birch Wood Planks +tile.wood.jungle.name=Jungle Wood Planks +tile.sapling.oak.name=Eucalyptus Sapling +tile.sapling.spruce.name=Pine Sapling +tile.sapling.birch.name=Birch Sapling +tile.sapling.jungle.name=Jungle Sapling +tile.deadbush.name=Dead Bush +tile.bedrock.name=Crust +tile.water.name=Water +tile.lava.name=Lava +tile.sand.name=Sand +tile.sandStone.name=Sandstone +tile.sandStone.default.name=Sandstone +tile.sandStone.chiseled.name=Chiseled Sandstone +tile.sandStone.smooth.name=Smooth Sandstone +tile.gravel.name=Gravel +tile.oreGold.name=Gold Ore +tile.oreIron.name=Iron Ore +tile.oreCoal.name=Coal Ore +tile.log.name=Wood +tile.log.oak.name=Eucalyptus Wood +tile.log.spruce.name=Pine Wood +tile.log.birch.name=Birch Wood +tile.log.jungle.name=Jungle Wood +tile.leaves.name=Leaves +tile.leaves.oak.name=Eucalyptus Leaves +tile.leaves.spruce.name=Pine Leaves +tile.leaves.birch.name=Birch Leaves +tile.leaves.jungle.name=Jungle Leaves +tile.tallgrass.name=Grass +tile.tallgrass.shrub.name=Shrub +tile.tallgrass.grass.name=Grass +tile.tallgrass.fern.name=Fern +tile.sponge.name=Sponge +tile.glass.name=Glass +tile.thinGlass.name=Glass Pane +tile.cloth.name=Sheepskin +tile.flower.name=Wattle +tile.rose.name=Rose +tile.mushroom.name=Mushy +tile.blockGold.name=Block of Gold +tile.blockIron.name=Block of Iron +tile.stoneSlab.stone.name=Stone Slab +tile.stoneSlab.sand.name=Sandstone Slab +tile.stoneSlab.wood.name=Wooden Slab +tile.stoneSlab.cobble.name=Cobblestone Slab +tile.stoneSlab.brick.name=Brick Slab +tile.stoneSlab.smoothStoneBrick.name=Stone Brick Slab +tile.stoneSlab.netherBrick.name=Nether Brick Slab +tile.stoneSlab.quartz.name=Quartz Slab +tile.woodSlab.oak.name=Eucalyptus Wood Slab +tile.woodSlab.spruce.name=Pine Wood Slab +tile.woodSlab.birch.name=Birch Wood Slab +tile.woodSlab.jungle.name=Jungle Wood Slab +tile.brick.name=Bricks +tile.tnt.name=Dynamite +tile.bookshelf.name=Bookshelf +tile.stoneMoss.name=Mossy Cobble +tile.obsidian.name=Obsidian +tile.torch.name=Torch +tile.fire.name=Bushfire +tile.mobSpawner.name=Monster Spawner +tile.stairsWood.name=Oak Wood Stairs +tile.stairsWoodSpruce.name=Pine Wood Stairs +tile.stairsWoodBirch.name=Birch Wood Stairs +tile.stairsWoodJungle.name=Jungle Wood Stairs +tile.chest.name=Chest +tile.chestTrap.name=Trapped Chest +tile.redstoneDust.name=Redstone Dust +tile.oreDiamond.name=Diamond Ore +tile.blockDiamond.name=Block of Diamond +tile.workbench.name=Crafting Table +tile.crops.name=Plants +tile.farmland.name=Ploughed Land +tile.furnace.name=Barbie +tile.sign.name=Sign +tile.doorWood.name=Wooden Door +tile.ladder.name=Ladder +tile.rail.name=Track +tile.goldenRail.name=Powered Rail +tile.activatorRail.name=Activator Rail +tile.detectorRail.name=Detector Rail +tile.stairsStone.name=Stone Stairs +tile.stairsSandStone.name=Sandstone Stairs +tile.lever.name=Lever +tile.pressurePlate.name=Pressure Plate +tile.weightedPlate_light.name=Weighted Pressure Plate (Light) +tile.weightedPlate_heavy.name=Weighted Pressure Plate (Heavy) +tile.doorIron.name=Iron Door +tile.oreRedstone.name=Redstone Ore +tile.notGate.name=Redstone Torch +tile.button.name=Button +tile.snow.name=Snow +tile.ice.name=Ice +tile.cactus.name=Cactus +tile.clay.name=Clay +tile.reeds.name=Sugarcane +tile.jukebox.name=Jukebox +tile.fence.name=Fence +tile.fenceGate.name=Gate +tile.pumpkin.name=Pumpkin +tile.litpumpkin.name=Jack o' Lantern +tile.hellrock.name=Netherrack +tile.hellsand.name=Soul Sand +tile.lightgem.name=Glowstone +tile.portal.name=Portal +tile.cloth.black.name=Black Sheepskin +tile.cloth.red.name=Red Sheepskin +tile.cloth.green.name=Green Sheepskin +tile.cloth.brown.name=Brown Sheepskin +tile.cloth.blue.name=True Blue Sheepskin +tile.cloth.purple.name=Purple Sheepskin +tile.cloth.cyan.name=Cyan Sheepskin +tile.cloth.silver.name=Light Grey Sheepskin +tile.cloth.gray.name=Grey Sheepskin +tile.cloth.pink.name=Pink Sheepskin +tile.cloth.lime.name=Lime Sheepskin +tile.cloth.yellow.name=Yellow Sheepskin +tile.cloth.lightBlue.name=Light Blue Sheepskin +tile.cloth.magenta.name=Magenta Sheepskin +tile.cloth.orange.name=Orange Sheepskin +tile.cloth.white.name=Sheepskin +tile.oreLapis.name=Lapis Lazuli Ore +tile.blockLapis.name=Block of Lapis Lazuli +tile.dispenser.name=Dispenser +tile.dropper.name=Dropper +tile.musicBlock.name=Note Block +tile.cake.name=Pavlova +tile.bed.name=Bed +tile.bed.occupied=This bed is occupied +tile.bed.noSleep=You can only sleep at night +tile.bed.notSafe=You can't sleep. The neighbours are having a party +tile.bed.notValid=Your bed has gone walkabout +tile.lockedchest.name=Locked Chest +tile.trapdoor.name=Trapdoor +tile.web.name=Spiderweb +tile.stonebricksmooth.name=Stone Bricks +tile.stonebricksmooth.default.name=Stone Bricks +tile.stonebricksmooth.mossy.name=Mossy Stone Bricks +tile.stonebricksmooth.cracked.name=Cracked Stone Bricks +tile.stonebricksmooth.chiseled.name=Chiselled Stone Bricks +tile.monsterStoneEgg.stone.name=Stone Monster Egg +tile.monsterStoneEgg.cobble.name=Cobblestone Monster Egg +tile.monsterStoneEgg.brick.name=Stone Brick Monster Egg +tile.pistonBase.name=Piston +tile.pistonStickyBase.name=Sticky Piston +tile.fenceIron.name=Iron Bars +tile.melon.name=Watermelon +tile.stairsBrick.name=Brick Stairs +tile.stairsStoneBrickSmooth.name=Stone Brick Stairs +tile.vine.name=Vines +tile.netherBrick.name=Nether Brick +tile.netherFence.name=Nether Brick Fence +tile.stairsNetherBrick.name=Nether Brick Stairs +tile.netherStalk.name=Nether Wart +tile.cauldron.name=Cauldron +tile.enchantmentTable.name=Enchantment Table +tile.anvil.name=Anvil +tile.anvil.intact.name=Anvil +tile.anvil.slightlyDamaged.name=Slightly Damaged Anvil +tile.anvil.veryDamaged.name=Very Damaged Anvil +tile.whiteStone.name=End Stone +tile.endPortalFrame.name=End Portal +tile.mycel.name=Mycelium +tile.waterlily.name=Lily Pad +tile.dragonEgg.name=Dragon Egg +tile.redstoneLight.name=Redstone Lamp +tile.cocoa.name=Milo +tile.enderChest.name=Ender Box +tile.oreRuby.name=Ruby Ore +tile.oreEmerald.name=Emerald Ore +tile.blockEmerald.name=Block of Emerald +tile.blockRedstone.name=Block of Redstone +tile.tripWire.name=Tripwire +tile.tripWireSource.name=Tripwire Hook +tile.commandBlock.name=Command Block +tile.beacon.name=Beacon +tile.beacon.primary=Primary Power +tile.beacon.secondary=Secondary Power +tile.cobbleWall.normal.name=Cobble Wall +tile.cobbleWall.mossy.name=Mossy Cobble Wall +tile.carrots.name=Carrots +tile.potatoes.name=Spuds +tile.daylightDetector.name=Solar Panel +tile.netherquartz.name=Nether Quartz Ore +tile.hopper.name=Hopper +tile.quartzBlock.default.name=Block of Quartz +tile.quartzBlock.chiseled.name=Chiselled Quartz Block +tile.quartzBlock.lines.name=Quartz Pillar Block +tile.stairsQuartz.name=Quartz Stairs + +item.shovelIron.name=Iron Spade +item.pickaxeIron.name=Iron Pickaxe +item.hatchetIron.name=Iron Axe +item.flintAndSteel.name=Lighter +item.apple.name=Granny Smith +item.cookie.name=Biscuit +item.bow.name=Bow +item.arrow.name=Arrow +item.coal.name=Coal +item.charcoal.name=Charcoal +item.diamond.name=Diamond +item.emerald.name=Emerald +item.ingotIron.name=Iron Bar +item.ingotGold.name=Gold Bar +item.swordIron.name=Iron Sword +item.swordWood.name=Wooden Sword +item.shovelWood.name=Wooden Spade +item.pickaxeWood.name=Wooden Pickaxe +item.hatchetWood.name=Wooden Axe +item.swordStone.name=Stone Sword +item.shovelStone.name=Stone Spade +item.pickaxeStone.name=Stone Pickaxe +item.hatchetStone.name=Stone Axe +item.swordDiamond.name=Diamond Sword +item.shovelDiamond.name=Diamond Spade +item.pickaxeDiamond.name=Diamond Pickaxe +item.hatchetDiamond.name=Diamond Axe +item.stick.name=Twig +item.bowl.name=Bowl +item.mushroomStew.name=Mushy Broth +item.swordGold.name=Golden Sword +item.shovelGold.name=Golden Spade +item.pickaxeGold.name=Golden Pickaxe +item.hatchetGold.name=Golden Axe +item.string.name=String +item.feather.name=Feather +item.sulphur.name=Gunpowder +item.hoeWood.name=Wooden Plough +item.hoeStone.name=Stone Hoe +item.hoeIron.name=Iron Hoe +item.hoeDiamond.name=Diamond Hoe +item.hoeGold.name=Golden Hoe +item.seeds.name=Wheat Seeds +item.seeds_pumpkin.name=Pumpkin Seeds +item.seeds_melon.name=Watermelon Seeds +item.melon.name=Watermelon +item.wheat.name=Barley +item.bread.name=Damper +item.helmetCloth.name=Leather Hat +item.chestplateCloth.name=Leather Jacket +item.leggingsCloth.name=Leather Trousers +item.bootsCloth.name=Leather Thongs +item.helmetChain.name=Chainmail Helmet +item.chestplateChain.name=Chainmail Chest +item.leggingsChain.name=Chainmail Leggings +item.bootsChain.name=Chain Thongs +item.helmetIron.name=Iron Helmet +item.chestplateIron.name=Iron Chestplate +item.leggingsIron.name=Iron Leggings +item.bootsIron.name=Iron Thongs +item.helmetDiamond.name=Diamond Helmet +item.chestplateDiamond.name=Diamond Chestplate +item.leggingsDiamond.name=Diamond Leggings +item.bootsDiamond.name=Diamond Thongs +item.helmetGold.name=Golden Helmet +item.chestplateGold.name=Golden Chestplate +item.leggingsGold.name=Golden Leggings +item.bootsGold.name=Golden Thongs +item.flint.name=Flint +item.porkchopRaw.name=Raw Porkchop +item.porkchopCooked.name=Grilled Porkchop +item.chickenRaw.name=Raw Chook +item.chickenCooked.name=Barbecued Chook +item.beefRaw.name=Raw Beef +item.beefCooked.name=Steak +item.painting.name=Painting +item.frame.name=Item Frame +item.appleGold.name=Golden Granny Smith +item.sign.name=Sign +item.doorWood.name=Wooden Door +item.bucket.name=Billy +item.bucketWater.name=Bucket of Water +item.bucketLava.name=Bucket of Lava +item.minecart.name=Holdenn +item.saddle.name=Brumby saddle +item.doorIron.name=Iron Door +item.redstone.name=Redstone +item.snowball.name=Snowball +item.boat.name=Canoe +item.leather.name=Leather +item.milk.name=Cow juice +item.brick.name=Brick +item.clay.name=Clay +item.reeds.name=Sugarcane +item.paper.name=Paper +item.book.name=Book +item.slimeball.name=Slimeball +item.minecartChest.name=Holden Ute +item.minecartFurnace.name=Holden with Barbie +item.minecartTnt.name=Minecart with TNT +item.minecartHopper.name=Minecart with Hopper +item.egg.name=Chook egg +item.compass.name=Compass +item.fishingRod.name=Fishing Rod +item.clock.name=Clock +item.yellowDust.name=Glowstone Dust +item.fishRaw.name=Raw Barramundi +item.fishCooked.name=Barbequed Barramundi +item.record.name=Music Disc +item.bone.name=Bone +item.dyePowder.black.name=Ink Sac +item.dyePowder.red.name=Rose Red +item.dyePowder.green.name=Cactus Green +item.dyePowder.brown.name=Cocoa Beans +item.dyePowder.blue.name=Lapis Lazuli +item.dyePowder.purple.name=Purple Dye +item.dyePowder.cyan.name=Cyan Dye +item.dyePowder.silver.name=Light Grey Dye +item.dyePowder.gray.name=Grey Dye +item.dyePowder.pink.name=Pink Dye +item.dyePowder.lime.name=Lime Dye +item.dyePowder.yellow.name=Yellow Dye +item.dyePowder.lightBlue.name=Light Blue Dye +item.dyePowder.magenta.name=Magenta Dye +item.dyePowder.orange.name=Orange Dye +item.dyePowder.white.name=Bone Meal +item.sugar.name=Sugar +item.cake.name=Cake +item.bed.name=Bed +item.diode.name=Redstone Repeater +item.comparator.name=Redstone Comparator +item.map.name=Map +item.leaves.name=Leaves +item.shears.name=Shears +item.rottenFlesh.name=Rotten Flesh +item.enderPearl.name=Ender Pearl +item.blazeRod.name=Blaze Stick +item.ghastTear.name=Ghast Tear +item.netherStalkSeeds.name=Nether Wart +item.potion.name=Potion +item.emptyPotion.name=Water Bottle +item.goldNugget.name=Gold Nugget +item.glassBottle.name=Glass Bottle +item.spiderEye.name=Spider Eye +item.fermentedSpiderEye.name=Fermented Spider Eye +item.blazePowder.name=Blaze Powder +item.magmaCream.name=Magma Cream +item.cauldron.name=Cauldron +item.brewingStand.name=Brewing Stand +item.eyeOfEnder.name=Eye of Ender +item.speckledMelon.name=Glistering Watermelon +item.monsterPlacer.name=Spawn +item.expBottle.name=Bottle o' Enchanting +item.fireball.name=Fire Charge +item.writingBook.name=Book and Quill +item.writtenBook.name=Written Book +item.ruby.name=Ruby +item.flowerPot.name=Flower Pot +item.emptyMap.name=Empty Map +item.carrots.name=Carrot +item.carrotGolden.name=Golden Carrot +item.potato.name=Spud +item.potatoBaked.name=Baked Spud +item.potatoPoisonous.name=Poisonous Spud +item.skull.skeleton.name=Skeleton Skull +item.skull.wither.name=Wither Skeleton Skull +item.skull.zombie.name=Zombie Head +item.skull.char.name=Head +item.skull.player.name=%s's Head +item.skull.creeper.name=Bunyip Head +item.carrotOnAStick.name=Carrot on a Stick +item.netherStar.name=Nether Star +item.pumpkinPie.name=Pumpkin Pie +item.enchantedBook.name=Enchanted Book +item.fireworks.name=Firework Rocket +item.fireworks.flight=Flight Duration: +item.fireworksCharge.name=Firework Star +item.fireworksCharge.black=Black +item.fireworksCharge.red=Red +item.fireworksCharge.green=Green +item.fireworksCharge.brown=Brown +item.fireworksCharge.blue=Blue +item.fireworksCharge.purple=Purple +item.fireworksCharge.cyan=Cyan +item.fireworksCharge.silver=Light Grey +item.fireworksCharge.gray=Grey +item.fireworksCharge.pink=Pink +item.fireworksCharge.lime=Lime +item.fireworksCharge.yellow=Yellow +item.fireworksCharge.lightBlue=Light Blue +item.fireworksCharge.magenta=Magenta +item.fireworksCharge.orange=Orange +item.fireworksCharge.white=White +item.fireworksCharge.customColor=Custom +item.fireworksCharge.fadeTo=Fade to +item.fireworksCharge.flicker=Twinkle +item.fireworksCharge.trail=Trail +item.fireworksCharge.type.0=Small Ball +item.fireworksCharge.type.1=Large Ball +item.fireworksCharge.type.2=Star-shaped +item.fireworksCharge.type.3=Creeper-shaped +item.fireworksCharge.type.4=Burst +item.fireworksCharge.type=Unknown Shape +item.netherbrick.name=Nether Brick +item.netherquartz.name=Nether Quartz + +container.inventory=Backpack +container.hopper=Item Hopper +container.crafting=Crafting +container.dispenser=Dispenser +container.dropper=Dropper +container.furnace=Barbie +container.enchant=Enchant +container.repair=Repair & Name +container.repair.cost=Enchantment Cost: %1$d +container.repair.expensive=Too Expensive! +container.creative=Item Selection +container.brewing=Brewing Stand +container.chest=Chest +container.chestDouble=Large Box +container.minecart=Holden +container.enderchest=Ender Chest + +item.dyed=Dyed + +entity.Item.name=Item +entity.XPOrb.name=Experience Orb +entity.SmallFireball.name=Small Fireball +entity.Fireball.name=Fireball + +entity.Arrow.name=arrow +entity.Snowball.name=Snowball +entity.Painting.name=Painting + +entity.Mob.name=Mob +entity.Monster.name=Monster + +entity.Creeper.name=Bunyip +entity.Skeleton.name=Skeleton +entity.Spider.name=Huntsman +entity.Giant.name=Giant +entity.Zombie.name=Zombie +entity.Slime.name=Slime +entity.Ghast.name=Ghast +entity.PigZombie.name=Zombie Wombat +entity.Enderman.name=Enderman +entity.Silverfish.name=Silverfish +entity.CaveSpider.name=Funnel Web +entity.Blaze.name=Blaze +entity.LavaSlime.name=Magma Cube +entity.MushroomCow.name=Mad-cow +entity.Villager.name=Bruce +entity.VillagerGolem.name=Iron Bro +entity.SnowMan.name=Snow Bro +entity.EnderDragon.name=Rainbow Serpent +entity.WitherBoss.name=Wither +entity.Witch.name=Flaming Sheela + +entity.Pig.name=Pig +entity.Sheep.name=Sheep +entity.Cow.name=Daisy +entity.Chicken.name=Chook +entity.Squid.name=Blue-Ringed Octopus +entity.Wolf.name=Dingo +entity.Ozelot.name=Feral Cat +entity.Cat.name=Cat +entity.Bat.name=Fruit Bat + +entity.PrimedTnt.name=Block of TNT +entity.FallingSand.name=Falling Block + +entity.Minecart.name=Holden +entity.Boat.name=Canoe + +entity.generic.name=unknown + +death.fell.accident.ladder=%1$s fell off a ladder +death.fell.accident.vines=%1$s fell off some vines +death.fell.accident.water=%1$s fell out of the water +death.fell.accident.generic=%1$s fell from a high place +death.fell.killer=%1$s was doomed to fall +death.fell.assist=%1$s was doomed to fall by %2$s +death.fell.assist.item=%1$s was doomed to fall by %2$s using %3$s +death.fell.finish=%1$s was fell too far and was finished by %2$s +death.fell.finish.item=%1$s was fell too far and was finished by %2$s using %3$s + +death.attack.inFire=%1$s caught fire +death.attack.inFire.player=%1$s walked into a bushfire whilst fighting %2$s +death.attack.onFire=%1$s burnt to a crisp +death.attack.onFire.player=%1$s was burnt to a crisp whilst fighting %2$s +death.attack.lava=%1$s tried to swim in lava +death.attack.lava.player=%1$s tried to swim in lava to escape %2$s +death.attack.inWall=%1$s suffocated in a wall +death.attack.drown=%1$s drowned +death.attack.drown.player=%1$s drowned whilst trying to escape %2$s +death.attack.starve=%1$s starved to death +death.attack.cactus=%1$s was pricked to death +death.attack.cactus.player=%1$s walked into a cactus whilst trying to escape %2$s +death.attack.generic=%1$s died +death.attack.explosion=%1$s blew up +death.attack.explosion.player=%1$s was blown up by %2$s +death.attack.magic=%1$s was killed by magic +death.attack.wither=%1$s withered away +death.attack.anvil=%1$s was squashed by a falling anvil +death.attack.fallingBlock=%1$s was squashed by a falling block +death.attack.mob=%1$s was slain by %2$s +death.attack.player=%1$s was slain by %2$s +death.attack.player.item=%1$s was slain by %2$s using %3$s +death.attack.arrow=%1$s was shot by %2$s +death.attack.arrow.item=%1$s was shot by %2$s using %3$s +death.attack.fireball=%1$s was fireballed by %2$s +death.attack.fireball.item=%1$s was fireballed by %2$s using %3$s +death.attack.thrown=%1$s was pummeled by %2$s +death.attack.thrown.item=%1$s was pummeled by %2$s using %3$s +death.attack.indirectMagic=%1$s was killed by %2$s using magic +death.attack.indirectMagic.item=%1$s was killed by %2$s using %3$s +death.attack.thorns=%1$s was killed trying to hurt %2$s +death.attack.fall=%1$s hit the ground too hard +death.attack.outOfWorld=%1$s fell out of the world + +deathScreen.respawn=Respawn +deathScreen.deleteWorld=Delete World +deathScreen.titleScreen=Title screen +deathScreen.score=Score +deathScreen.title.hardcore=Crikey! +deathScreen.hardcoreInfo=No second chances in this game mode mate! +deathScreen.title=You kicked the bucket! +deathScreen.leaveServer=Leave server + +potion.empty=No Effects +potion.moveSpeed=Speed +potion.moveSlowdown=Slowness +potion.digSpeed=Haste +potion.digSlowDown=Mining Fatigue +potion.damageBoost=Strength +potion.weakness=Weakness +potion.heal=Instant Health +potion.harm=Instant Damage +potion.jump=Jump Boost +potion.confusion=Nausea +potion.regeneration=Regeneration +potion.resistance=Resistance +potion.fireResistance=Fire Resistance +potion.waterBreathing=Snorkeling +potion.invisibility=Invisibility +potion.blindness=Blindness +potion.nightVision=Night Vision +potion.hunger=Hunger +potion.poison=Poison +potion.wither=Wither + +potion.moveSpeed.postfix=Potion of Swiftness +potion.moveSlowdown.postfix=Potion of Slowness +potion.digSpeed.postfix=Potion of Haste +potion.digSlowDown.postfix=Potion of Not Australian +potion.damageBoost.postfix=Potion of Strength +potion.weakness.postfix=Potion of Weakness +potion.heal.postfix=Potion of Healing +potion.harm.postfix=Potion of Harming +potion.jump.postfix=Potion of Leaping +potion.confusion.postfix=Potion of Nausea +potion.regeneration.postfix=Potion of Regeneration +potion.resistance.postfix=Potion of Resistance +potion.fireResistance.postfix=Potion of Coal Walking +potion.waterBreathing.postfix=Potion of Snorkeling +potion.invisibility.postfix=Potion of Invisibility +potion.blindness.postfix=Potion of Blindness +potion.nightVision.postfix=Potion of Night Vision +potion.hunger.postfix=Potion of Hunger +potion.poison.postfix=Potion of Poison +potion.wither.postfix=Potion of Decay + +potion.potency.0= +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV + +potion.prefix.grenade=Splash +potion.prefix.mundane=Mundane +potion.prefix.uninteresting=Uninteresting +potion.prefix.bland=Bland +potion.prefix.clear=Clear +potion.prefix.milky=Milky +potion.prefix.diffuse=Diffuse +potion.prefix.artless=Artless +potion.prefix.thin=Thin +potion.prefix.awkward=Awkward +potion.prefix.flat=Flat +potion.prefix.bulky=Bulky +potion.prefix.bungling=Bungling +potion.prefix.buttered=Buttered +potion.prefix.smooth=Smooth +potion.prefix.suave=Suave +potion.prefix.debonair=Debonair +potion.prefix.thick=Thick +potion.prefix.elegant=Elegant +potion.prefix.fancy=Fancy +potion.prefix.charming=Charming +potion.prefix.dashing=Dashing +potion.prefix.refined=Refined +potion.prefix.cordial=Cordial +potion.prefix.sparkling=Sparkling +potion.prefix.potent=Potent +potion.prefix.foul=Foul +potion.prefix.odorless=Odourless +potion.prefix.rank=Rank +potion.prefix.harsh=Harsh +potion.prefix.acrid=Acrid +potion.prefix.gross=Gross +potion.prefix.stinky=Stinky + +enchantment.damage.all=Sharpness +enchantment.damage.undead=Smite +enchantment.damage.arthropods=Bane of Arthropods +enchantment.knockback=Knockback +enchantment.fire=Fire Aspect +enchantment.protect.all=Protection +enchantment.protect.fire=Fire Protection +enchantment.protect.fall=Feather Falling +enchantment.protect.explosion=Blast Protection +enchantment.protect.projectile=Projectile Protection +enchantment.oxygen=Respiration +enchantment.waterWorker=Aqua Affinity +enchantment.digging=Efficiency +enchantment.untouching=Silk Touch +enchantment.durability=Unbreaking +enchantment.lootBonus=Looting +enchantment.lootBonusDigger=Fortune +enchantment.arrowDamage=Awesome +enchantment.arrowFire=Flame +enchantment.arrowKnockback=Bunch of fives +enchantment.arrowInfinite=Never ending +enchantment.thorns=Thorns + +enchantment.level.1=I +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.level.10=X + +gui.achievements=Achievements +gui.stats=Check ya stats? + +stat.generalButton=General +stat.blocksButton=Blocks +stat.itemsButton=Items + +stat.used=Times Used +stat.mined=Times Mined +stat.depleted=Times Depleted +stat.crafted=Times Crafted + +stat.startGame=Times Played +stat.createWorld=Outbacks Played +stat.loadWorld=Saves Loaded +stat.joinMultiplayer=Times played with mates +stat.leaveGame=Games Quit + +stat.playOneMinute=Minutes Played + +stat.walkOneCm=Distance Walked +stat.fallOneCm=Distance Fallen +stat.swimOneCm=Distance Paddled +stat.flyOneCm=Distance Flown +stat.climbOneCm=Distance Climbed +stat.diveOneCm=Distance Dived +stat.minecartOneCm=Distance by Holden +stat.boatOneCm=Distance by Canoe +stat.pigOneCm=Distance by Pig +stat.jump=Jumps +stat.drop=Things Dropped + +stat.damageDealt=Damage Dealt +stat.damageTaken=Damage Taken +stat.deaths=Buckets Kicked +stat.mobKills=Mob Kills +stat.playerKills=Player Kills +stat.fishCaught=Barramundi Caught + +stat.mineBlock=%1$s Mined +stat.craftItem=%1$s Crafted +stat.useItem=%1$s Used +stat.breakItem=%1$s Depleted + +achievement.get=Fair Dinkum! + +achievement.taken=Taken! + +achievement.requires=Requires '%1$s' +achievement.openInventory=Opening Your Bag +achievement.openInventory.desc=Press '%1$s' to open your backpack. +achievement.mineWood=Getting Wood +achievement.mineWood.desc=Punch a tree to show it who's boss +achievement.buildWorkBench=Benchmarking +achievement.buildWorkBench.desc=Craft a workbench with four blocks of planks +achievement.buildPickaxe=Time to Mine! +achievement.buildPickaxe.desc=Use planks and sticks to make a pickaxe +achievement.buildFurnace=Hot Topic +achievement.buildFurnace.desc=Construct a barbie out of eight stone blocks +achievement.acquireIron=Get some bloody tools +achievement.acquireIron.desc=Smelt an iron bar +achievement.buildHoe=Time to Farm! +achievement.buildHoe.desc=Use planks and sticks to make a hoe +achievement.makeBread=Bake Damper +achievement.makeBread.desc=Turn wheat into bread +achievement.bakeCake=The Lie +achievement.bakeCake.desc=Wheat, sugar, milk and eggs! +achievement.buildBetterPickaxe=Getting an Upgrade +achievement.buildBetterPickaxe.desc=Construct a better pickaxe +achievement.cookFish=Yummy Fish +achievement.cookFish.desc=Catch and cook Barramundi! +achievement.onARail=On A Rail +achievement.onARail.desc=Travel by Holden at least 1 km from where you started +achievement.buildSword=Time to Strike! +achievement.buildSword.desc=Use planks and sticks to make a bowie knife +achievement.killEnemy=Monster Hunter +achievement.killEnemy.desc=Attack and destroy a monster +achievement.killCow=Cow Tipper +achievement.killCow.desc=Harvest some leather +achievement.flyPig=When Hairless wombats Fly +achievement.flyPig.desc=Fly a pig off a cliff +achievement.snipeSkeleton=Sniper Duel +achievement.snipeSkeleton.desc=Kill a skeleton with an arrow from more than 50 metres away +achievement.diamonds=DIAMONDS! +achievement.diamonds.desc=Get some diamonds with your iron tools +achievement.portal=We Need to Go Down Mate +achievement.portal.desc=Build a portal to the Nether +achievement.ghast=Return to Sender +achievement.ghast.desc=Destroy a Ghast with a fireball +achievement.blazeRod=Into Fire +achievement.blazeRod.desc=Relieve a Blaze of its rod +achievement.potion=Local Brewery +achievement.potion.desc=Brew a potion +achievement.theEnd=The End? +achievement.theEnd.desc=Locate the End +achievement.theEnd2=The End. +achievement.theEnd2.desc=Defeat the Ender Dragon +achievement.enchantments=Enchanter +achievement.enchantments.desc=Use a book, obsidian and diamonds to construct an enchantment table +achievement.overkill=Overkill +achievement.overkill.desc=Deal eight hearts of damage in a single hit +achievement.bookcase=Librarian +achievement.bookcase.desc=Build some bookshelves to improve your enchantment table + +commands.generic.exception=An unknown error occurred while attempting to perform this command +commands.generic.syntax=Invalid command syntax +commands.generic.player.notFound=That player cannot be found +commands.generic.notFound=Unknown command. Try /help for a list of commands. +commands.generic.num.invalid='%s' is not a valid number +commands.generic.num.tooSmall=The number you have entered (%d) is too small, it must be at least %d +commands.generic.num.tooBig=Woah mate, (%d) is too big, try something like %d +commands.generic.double.tooSmall=The number you have entered (%d) is too small, it must be at least %d +commands.generic.double.tooBig=The number you have entered (%d) is too big, it must be at most %d +commands.generic.usage=Usage: %s + +commands.xp.failure.widthdrawXp=Cannot give player Minus experience points, mate +commands.xp.success=Given %d experience to %s +commands.xp.success.levels=Given %d levels to %s +commands.xp.success.negative.levels=Taken %d levels from %s +commands.xp.usage=/xp (player)OR /xp L (player) +commands.give.usage=/give [amount] [data] +commands.give.notFound=There is no such item with ID %d +commands.give.success=Given %s (ID %d) * %d to %s +commands.effect.usage=/effect [seconds] [amplifier] +commands.effect.notFound=There is no such mob effect with ID %d +commands.effect.success=Given %1$s (ID %2$d) * %3$d to %4$s for %5$d seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.enchant.usage=/enchant [level] +commands.enchant.notFound=There is no such enchantment with ID %d +commands.enchant.noItem=The target doesn't hold an item +commands.enchant.cantEnchant=The selected enchantment can't be added to the target item +commands.enchant.cantCombine=%1$s can't be combined with %2$s +commands.enchant.success=Enchanting succeeded +commands.clear.usage=/wipe [item] [data] +commands.clear.success=Taken %s's backpack, took %d items +commands.clear.failure=Could not clear the inventory of %s, no items to remove +commands.downfall.success=Toggled rain +commands.time.usage=/time +commands.time.added=Added %d to the time +commands.time.set=Set the time to %d +commands.players.list=There are %d/%d players online: +commands.banlist.ips=There are %d total banned IP addresses: +commands.banlist.players=There are %d total banned players: +commands.banlist.usage=/banlist [ips|players] +commands.kick.success=Kicked %s from the game +commands.kick.success.reason=Kicked %s from the game: '%s' +commands.kick.usage=/kick [reason ...] +commands.op.success=Opped %s +commands.op.usage=/op +commands.deop.success=De-opped %s +commands.deop.usage=/deop +commands.say.usage=/say +commands.ban.success=Banned player %s +commands.ban.usage=/ban [reason ...] +commands.unban.success=Unbanned player %s +commands.unban.usage=/pardon +commands.banip.invalid=You have entered an invalid IP address or a player that is not online +commands.banip.success=Banned IP address %s +commands.banip.success.players=Banned IP address %s belonging to %s +commands.banip.usage=/ban-ip [reason ...] +commands.unbanip.invalid=You have entered an invalid IP address +commands.unbanip.success=Unbanned IP address %s +commands.unbanip.usage=/pardon-ip
+commands.save.enabled=Turned on world auto-saving +commands.save.disabled=Turned off world auto-saving +commands.save.start=Saving... +commands.save.success=Saved the world +commands.save.failed=Saving failed: %s +commands.stop.start=Stopping the server +commands.tp.success=Teleported %s to %s +commands.tp.success.coordinates=Teleported %s to %.2f,%.2f,%.2f +commands.tp.usage=/tp [target player] OR /tp [target player] +commands.tp.notSameDimension=Unable to teleport because players are not in the same dimension +commands.whitelist.list=There are %d (out of %d seen) whitelisted players: +commands.whitelist.enabled=Turned on the whitelist +commands.whitelist.disabled=Turned off the whitelist +commands.whitelist.reloaded=Reloaded the whitelist +commands.whitelist.add.success=Added %s to the whitelist +commands.whitelist.add.usage=/whitelist add +commands.whitelist.remove.success=Removed %s from the whitelist +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.scoreboard.usage=/scoreboard +commands.scoreboard.teamNotFound=No team was found by the name '%s' +commands.scoreboard.objectiveNotFound=No objective was found by the name '%s' +commands.scoreboard.objectiveReadOnly=The objective '%s' is read-only and cannot be set +commands.scoreboard.objectives.usage=/scoreboard objectives +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [objective] +commands.scoreboard.objectives.setdisplay.invalidSlot=No such display slot '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Cleared objective display slot '%s' +commands.scoreboard.objectives.setdisplay.successSet=Set the display objective in slot '%s' to '%s' +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [display name ...] +commands.scoreboard.objectives.add.wrongType=Invalid objective criteria type. Valid types are: %s +commands.scoreboard.objectives.add.alreadyExists=An objective with the name '%s' already exists +commands.scoreboard.objectives.add.tooLong=The name '%s' is too long for an objective, it can be at most %d characters long +commands.scoreboard.objectives.add.displayTooLong=The name '%s' is too long for an objective, it can be at most %d characters long +commands.scoreboard.objectives.add.success=Added new objective '%s' successfully +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.remove.success=Removed objective '%s' successfully +commands.scoreboard.objectives.list.count=Showing %d objective(s) on scoreboard +commands.scoreboard.objectives.list.entry=- %s: displays as '%s' and is type '%s' +commands.scoreboard.objectives.list.empty=There are no objectives on the scoreboard +commands.scoreboard.players.usage=/scoreboard players +commands.scoreboard.players.set.success=Set score of %s for player %s to %d +commands.scoreboard.players.set.usage=/scoreboard players set +commands.scoreboard.players.add.usage=/scoreboard players add +commands.scoreboard.players.remove.usage=/scoreboard players remove +commands.scoreboard.players.reset.usage=/scoreboard players reset +commands.scoreboard.players.reset.success=Reset all scores of player %s +commands.scoreboard.players.list.count=Showing %d tracked players on the scoreboard +commands.scoreboard.players.list.empty=There are no tracked players on the scoreboard +commands.scoreboard.players.list.player.count=Showing %d tracked objective(s) for %s +commands.scoreboard.players.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.players.list.player.empty=Player %s has no scores recorded +commands.scoreboard.teams.usage=/scoreboard teams +commands.scoreboard.teams.add.usage=/scoreboard teams add [display name ...] +commands.scoreboard.teams.add.alreadyExists=A team with the name '%s' already exists +commands.scoreboard.teams.add.tooLong=The name '%s' is too long for a team, it can be at most %d characters long +commands.scoreboard.teams.add.displayTooLong=The name '%s' is too long for a team, it can be at most %d characters long +commands.scoreboard.teams.add.success=Added new team '%s' successfully +commands.scoreboard.teams.list.usage=/scoreboard teams list [name] +commands.scoreboard.teams.list.count=Showing %d teams on the scoreboard +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' has %3$d players +commands.scoreboard.teams.list.empty=There are no teams registered on the scoreboard +commands.scoreboard.teams.list.player.count=Showing %d player(s) in team %s +commands.scoreboard.teams.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.teams.list.player.empty=Team %s has no players +commands.scoreboard.teams.empty.usage=/scoreboard teams clear +commands.scoreboard.teams.empty.alreadyEmpty=Team %s is already empty, cannot remove nonexistant players +commands.scoreboard.teams.empty.success=Removed all %d player(s) from team %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.remove.success=Removed team %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [player] +commands.scoreboard.teams.join.success=Added %d player(s) to team %s: %s +commands.scoreboard.teams.join.failure=Could not add %d player(s) to team %s: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [player] +commands.scoreboard.teams.leave.success=Removed %d player(s) from their teams: %s +commands.scoreboard.teams.leave.failure=Could not remove %d player(s) from their teams: %s +commands.scoreboard.teams.leave.noTeam=You are not in a team +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.option.noValue=Valid values for option %s are: %s +commands.scoreboard.teams.option.success=Set option %s for team %s to %s +commands.gamemode.success.self=Set own game mode to %s +commands.gamemode.success.other=Set %s's game mode to %s +commands.gamemode.usage=/gamemode [player] +commands.defaultgamemode.usage=/defaultgamemode +commands.defaultgamemode.success=The world's default game mode is now %s +commands.me.usage=/me +commands.help.header=--- Showing help page %d of %d (/help ) --- +commands.help.footer=Tip: Use the key while typing a command to auto-complete the command or its arguments +commands.help.usage=/help [page|command name] +commands.publish.started=Local game hosted on %s +commands.publish.failed=Unable to host local game +commands.debug.start=Started debug profiling +commands.debug.stop=Stopped debug profiling after %.2f seconds (%d ticks) +commands.debug.notStarted=Can't stop profiling when we haven't started yet! +commands.debug.usage=/debug +commands.message.usage=/tell +commands.message.sameTarget=You can't send a private message to yourself! +commands.message.display.outgoing=You whisper to %s: %s +commands.message.display.incoming=%s whispers to you: %s +commands.difficulty.usage=/difficulty +commands.difficulty.success=Set game difficulty to %s +commands.spawnpoint.usage=/spawnpoint OR /spawnpoint OR /spawnpoint +commands.spawnpoint.success=Set %s's spawn point to (%d, %d, %d) +commands.gamerule.usage=/gamerule OR /gamerule +commands.gamerule.success=Game rule has been updated +commands.gamerule.norule=No game rule called '%s' is available +commands.weather.usage=/weather [duration in seconds] +commands.weather.clear=Fun in the sun +commands.weather.rain=The rains are 'ere! +commands.weather.thunder=It's pissin' down! +commands.testfor.usage=/testfor +commands.testfor.failed=/testfor is only usable by commandblocks with analog output + +itemGroup.buildingBlocks=Building Blocks +itemGroup.decorations=Fancy Blocks +itemGroup.redstone=Redstone +itemGroup.transportation=Transportation +itemGroup.misc=Miscellaneous +itemGroup.search=Search Items +itemGroup.food=Tucker +itemGroup.tools=Tools +itemGroup.combat=Combat +itemGroup.brewing=Brewing +itemGroup.materials=Materials +itemGroup.inventory=Walkabout Inventory + +inventory.binSlot=Destroy Item + +advMode.setCommand=Set Console Command for Block +advMode.command=Console Command +advMode.nearestPlayer=Use "@p" to target nearest player +advMode.randomPlayer=Use "@r" to target random player +advMode.allPlayers=Use "@a" to target all players + +advMode.notEnabled=Command blocks are not enabled on this server +advMode.notAllowed=Must be an opped player in creative mode + +mco.title=Minecraft Realms +mco.selectServer.select=Join Server +mco.selectServer.configure=Configure +mco.selectServer.create=Create World +mco.selectServer.moreinfo=More Info + +mco.configure.world.edit.title=Edit World + +mco.configure.world.title=Configure World +mco.configure.world.name=Name +mco.configure.world.description=Description +mco.configure.world.location=Location +mco.configure.world.invited=Invited +mco.configure.world.buttons.edit=Edit +mco.configure.world.buttons.reset=Reset World +mco.configure.world.buttons.done=Done +mco.configure.world.buttons.delete=Delete +mco.configure.world.buttons.open=Open World +mco.configure.world.buttons.close=Close World +mco.configure.world.buttons.invite=Invite +mco.configure.world.buttons.uninvite=Uninvite +mco.configure.world.buttons.subscription=Subscription +mco.configure.world.invite.profile.name=Name +mco.configure.world.uninvite.question=Are you sure that you want to uninvite + +mco.configure.world.subscription.title=Subscription Info +mco.configure.world.subscription.daysleft=Days Left +mco.configure.world.subscription.start=Start Date +mco.configure.world.subscription.extend=Extend + +mco.create.world.location.title=Locations +mco.create.world.location.warning=You may not get the exact location you select +mco.create.world.wait=Creating the world... + +mco.reset.world.title=Reset World +mco.reset.world.warning=This will permanently delete your world! +mco.reset.world.seed=Seed (Optional) +mco.reset.world.resetting.screen.title=Resetting World... + +mco.configure.world.close.question.line1=Your world will become unavailable. +mco.configure.world.close.question.line2=Are you sure you want to do that? + +mco.connect.connecting=Connecting to the online server... +mco.connect.authorizing=Logging in... +mco.connect.failed=Failed to connect to the online server + +mco.create.world=Create + diff --git a/1.5.2/lang/en_CA.lang b/1.5.2/lang/en_CA.lang new file mode 100644 index 00000000..9065d92d --- /dev/null +++ b/1.5.2/lang/en_CA.lang @@ -0,0 +1,1293 @@ +#X-Generator: crowdin.net + +language.name=Canadian English +language.region=CA +language.code=en_CA + +gui.done=Done +gui.cancel=Cancel +gui.back=Back +gui.toMenu=Back to title screen +gui.up=Up +gui.down=Down +gui.yes=Yes +gui.no=No + +menu.singleplayer=Singleplayer +menu.multiplayer=Multiplayer +menu.online=Minecraft Realms +menu.options=Options... +menu.quit=Quit Game +menu.returnToMenu=Save and Quit to Title +menu.disconnect=Disconnect +menu.returnToGame=Back to Game +menu.switchingLevel=Switching worlds +menu.generatingLevel=Generating world +menu.loadingLevel=Loading world +menu.generatingTerrain=Building terrain +menu.convertingLevel=Converting world +menu.simulating=Simulating the world for a bit +menu.respawning=Respawning +menu.shareToLan=Open to LAN + +selectWorld.title=Select World +selectWorld.empty=empty +selectWorld.world=World +selectWorld.select=Play Selected World +selectWorld.create=Create New World +selectWorld.recreate=Re-Create +selectWorld.createDemo=Play New Demo World +selectWorld.delete=Delete +selectWorld.rename=Rename +selectWorld.deleteQuestion=Are you sure you want to delete this world? +selectWorld.deleteWarning=will be lost forever! (A long time!) +selectWorld.deleteButton=Delete +selectWorld.renameButton=Rename +selectWorld.renameTitle=Rename World +selectWorld.conversion=Must be converted! +selectWorld.newWorld=New World +selectWorld.newWorld.copyOf=Copy of %s +selectWorld.enterName=World Name +selectWorld.resultFolder=Will be saved in: +selectWorld.enterSeed=Seed for the World Generator +selectWorld.seedInfo=Leave blank for a random seed +selectWorld.cheats=Cheats +selectWorld.customizeType=Customize + +createWorld.customize.presets=Presets +createWorld.customize.presets.title=Select a Preset +createWorld.customize.presets.select=Use Preset +createWorld.customize.presets.share=Want to share your preset with someone? Use the below box! +createWorld.customize.presets.list=Alternatively, here's some we've made earlier! +createWorld.customize.flat.title=Superflat Customization +createWorld.customize.flat.tile=Layer Material +createWorld.customize.flat.height=Height +createWorld.customize.flat.addLayer=Add Layer +createWorld.customize.flat.editLayer=Edit Layer +createWorld.customize.flat.removeLayer=Remove Layer +createWorld.customize.flat.layer.top=Top - %d +createWorld.customize.flat.layer=%d +createWorld.customize.flat.layer.bottom=Bottom - %d + +gameMode.survival=Survival Mode +gameMode.creative=Creative Mode +gameMode.adventure=Adventure Mode +gameMode.hardcore=Hardcore Mode! +gameMode.changed=Your game mode has been updated + +selectWorld.gameMode=Game Mode: +selectWorld.gameMode.survival=Survival +selectWorld.gameMode.survival.line1=Search for resources, crafting, gain +selectWorld.gameMode.survival.line2=levels, health and hunger +selectWorld.gameMode.creative=Creative +selectWorld.gameMode.creative.line1=Unlimited resources, free flying and +selectWorld.gameMode.creative.line2=destroy blocks instantly +selectWorld.gameMode.hardcore=Hardcore +selectWorld.gameMode.hardcore.line1=Same as survival mode, locked at hardest +selectWorld.gameMode.hardcore.line2=difficulty, and one life only +selectWorld.gameMode.adventure=Adventure +selectWorld.gameMode.adventure.line1=Same as survival mode, but blocks can't +selectWorld.gameMode.adventure.line2=be added or removed +selectWorld.moreWorldOptions=More World Options... +selectWorld.mapFeatures=Generate Structures: +selectWorld.mapFeatures.info=Villages, dungeons, etc +selectWorld.mapType=World Type: +selectWorld.mapType.normal=Normal +selectWorld.allowCommands=Allow Cheats: +selectWorld.allowCommands.info=Commands like /gamemode, /xp +selectWorld.hardcoreMode=Hardcore: +selectWorld.hardcoreMode.info=World is deleted upon death +selectWorld.bonusItems=Bonus Chest: + +generator.default=Default +generator.flat=Superflat +generator.largeBiomes=Large Biomes + +selectServer.title=Select Server +selectServer.empty=empty +selectServer.select=Join Server +selectServer.direct=Direct Connect +selectServer.edit=Edit +selectServer.delete=Delete +selectServer.add=Add server +selectServer.defaultName=Minecraft Server +selectServer.deleteQuestion=Are you sure you want to remove this server? +selectServer.deleteWarning=will be lost forever!(A long time!) +selectServer.deleteButton=Delete +selectServer.refresh=Refresh +selectServer.hiddenAddress=(Hidden) +addServer.title=Edit Server Info +addServer.enterName=Server Name +addServer.enterIp=Server Address +addServer.add=Done +addServer.hideAddress=Hide Address +lanServer.title=LAN World +lanServer.scanning=Scanning for games on your local network +lanServer.start=Start LAN World +lanServer.otherPlayers=Settings for Other Players +mcoServer.title=Minecraft Online World + +multiplayer.title=Play Multiplayer +multiplayer.connect=Connect +multiplayer.info1=Minecraft Multiplayer is currently not finished, but there +multiplayer.info2=is some buggy early testing going on. +multiplayer.ipinfo=Enter the IP of a server to connect to it: + +multiplayer.texturePrompt.line1=This server recommends the use of a custom texture pack. +multiplayer.texturePrompt.line2=Would you like to download and install it automagically? + +multiplayer.downloadingTerrain=Downloading terrain + +multiplayer.stopSleeping=Leave Bed + +chat.link.confirm=Are you sure you want to open the following website? +chat.link.warning=Never open links from people that you don't trust! +chat.copy=Copy to Clipboard + +menu.playdemo=Play Demo World +menu.resetdemo=Reset Demo World +demo.day.1=This demo will last five game days, do your best! +demo.day.2=Day Two +demo.day.3=Day Three +demo.day.4=Day Four +demo.day.5=This is your last day! +demo.day.warning=Your time is almost up! +demo.day.6=Sorry, you have passed your fifth day, use F2 to save a screenshot of your creation +demo.reminder=The demo time has expired, buy the game to continue or start a new world! +demo.remainingTime=Remaining time: %s +demo.demoExpired=Demo time's up! +demo.help.movement=Use %1$s, %2$s, %3$s, %4$s and the mouse to move around +demo.help.movementShort=Move by pressing %1$s, %2$s, %3$s, %4$s +demo.help.movementMouse=Look around using the mouse +demo.help.jump=Jump by pressing %1$s +demo.help.inventory=Use %1$s to open your inventory +demo.help.title=Minecraft Demo Mode +demo.help.fullWrapped=This demo will last 5 ingame days (about 1 hour and 40 minutes of real time). Check the achievements for hints! Have fun! +demo.help.buy=Purchase Now! +demo.help.later=Continue Playing! + +connect.connecting=Connecting to the server... +connect.authorizing=Logging in... +connect.failed=Failed to connect to the server + +disconnect.genericReason=%s +disconnect.disconnected=Disconnected by Server +disconnect.lost=Connection Lost +disconnect.kicked=Was booted from the game +disconnect.timeout=Timed out +disconnect.closed=Connection closed +disconnect.loginFailed=Failed to login +disconnect.loginFailedInfo=Failed to login: %s +disconnect.quitting=Quitting +disconnect.endOfStream=End of stream +disconnect.overflow=Buffer overflow +disconnect.spam=Kicked for spamming + +options.off=OFF +options.on=ON +options.visible=Shown +options.hidden=Hidden +options.title=Options +options.controls=Controls... +options.video=Video Settings... +options.language=Language... +options.languageWarning=Language translations may not be 100% accurate +options.videoTitle=Video Settings +options.music=Music +options.sound=Sound +options.invertMouse=Invert Mouse +options.fov=FOV +options.fov.min=Normal +options.fov.max=Quake Pro +options.gamma=Brightness +options.gamma.min=Moody +options.gamma.max=Bright +options.sensitivity=Sensitivity +options.sensitivity.min=*yawn* +options.sensitivity.max=HYPERSPEED!!! +options.renderDistance=Render Distance +options.renderDistance.tiny=Tiny +options.renderDistance.short=Short +options.renderDistance.normal=Normal +options.renderDistance.far=Far +options.viewBobbing=View Bobbing +options.ao=Smooth Lighting +options.ao.off=Off +options.ao.min=Minimum +options.ao.max=Maximum +options.anaglyph=3D Anaglyph +options.framerateLimit=Performance +options.difficulty=Difficulty +options.difficulty.peaceful=Peaceful +options.difficulty.easy=Easy +options.difficulty.normal=Normal +options.difficulty.hard=Hard +options.difficulty.hardcore=Hardcore +options.graphics=Graphics +options.graphics.fancy=Fancy +options.graphics.fast=Fast +options.guiScale=GUI Scale +options.guiScale.auto=Auto +options.guiScale.small=Small +options.guiScale.normal=Normal +options.guiScale.large=Large +options.advancedOpengl=Advanced OpenGL +options.renderClouds=Clouds +options.farWarning1=A 64 bit Java installation is recommended +options.farWarning2=for 'Far' render distance (you have 32 bit) +options.particles=Particles +options.particles.all=All +options.particles.decreased=Decreased +options.particles.minimal=Minimal +options.multiplayer.title=Multi-player Settings +options.chat.title=Chat Settings... +options.chat.visibility=Chat +options.chat.visibility.full=Shown +options.chat.visibility.system=Commands Only +options.chat.visibility.hidden=Hidden +options.chat.color=Colours +options.chat.opacity=Opacity +options.chat.links=Web Links +options.chat.links.prompt=Prompt on Links +options.chat.scale=Scale +options.chat.width=Width +options.chat.height.focused=Focused Height +options.chat.height.unfocused=Unfocused Height +options.showCape=Show Cape +options.serverTextures=Server Textures +options.snooper=Allow Snooper +options.snooper.view=Snooper Settings... +options.snooper.title=Machine Specs Collection +options.snooper.desc=We want to collect information about your machine to help improve Minecraft by knowing what we can support and where the biggest problems are. All of this information is completely anonymous and viewable below. We promise we won't do anything bad with this data, but if you want to opt out then feel free to toggle it off! +options.texture.pack=Texture Packs +options.fullscreen=Fullscreen +options.vsync=Use VSync +options.touchscreen=Touchscreen Mode + +performance.max=Max FPS +performance.balanced=Balanced +performance.powersaver=Power saver + +controls.title=Controls + +key.forward=Forward +key.left=Left +key.back=Back +key.right=Right +key.jump=Jump +key.inventory=Inventory +key.drop=Drop +key.chat=Chat +key.fog=Toggle Fog +key.sneak=Sneak +key.playerlist=List Players +key.attack=Attack +key.use=Use Item +key.pickItem=Pick Block +key.mouseButton=Button %1$s +key.command=Command + +texturePack.openFolder=Open texture pack folder +texturePack.title=Select Texture Pack +texturePack.folderInfo=(Place texture pack files here) +texturePack.incompatible=Incompatible + +book.pageIndicator=Page %1$s of %2$s +book.byAuthor=by %1$s +book.signButton=Sign +book.editTitle=Enter Book Title: +book.finalizeButton=Sign and Close +book.finalizeWarning=Note! When you sign the book, it will no longer be editable. + +tile.stone.name=Stone + +tile.grass.name=Grass Block +tile.dirt.name=Dirt +tile.stonebrick.name=Cobblestone +tile.wood.name=Wooden Planks +tile.wood.oak.name=Oak Wood Planks +tile.wood.spruce.name=Spruce Wood Planks +tile.wood.birch.name=Birch Wood Planks +tile.wood.jungle.name=Jungle Wood Planks +tile.sapling.oak.name=Oak Sapling +tile.sapling.spruce.name=Spruce Sapling +tile.sapling.birch.name=Birch Sapling +tile.sapling.jungle.name=Jungle Sapling +tile.deadbush.name=Dead Bush +tile.bedrock.name=Bedrock +tile.water.name=Water +tile.lava.name=Lava +tile.sand.name=Sand +tile.sandStone.name=Sandstone +tile.sandStone.default.name=Sandstone +tile.sandStone.chiseled.name=Chiseled Sandstone +tile.sandStone.smooth.name=Smooth Sandstone +tile.gravel.name=Gravel +tile.oreGold.name=Gold Ore +tile.oreIron.name=Iron Ore +tile.oreCoal.name=Coal Ore +tile.log.name=Wood +tile.log.oak.name=Oak Wood +tile.log.spruce.name=Spruce Wood +tile.log.birch.name=Birch Wood +tile.log.jungle.name=Jungle Wood +tile.leaves.name=Leaves +tile.leaves.oak.name=Oak Leaves +tile.leaves.spruce.name=Spruce Leaves +tile.leaves.birch.name=Birch Leaves +tile.leaves.jungle.name=Jungle Leaves +tile.tallgrass.name=Grass +tile.tallgrass.shrub.name=Shrub +tile.tallgrass.grass.name=Grass +tile.tallgrass.fern.name=Fern +tile.sponge.name=Sponge +tile.glass.name=Glass +tile.thinGlass.name=Glass Pane +tile.cloth.name=Wool +tile.flower.name=Flower +tile.rose.name=Rose +tile.mushroom.name=Mushroom +tile.blockGold.name=Block of Gold +tile.blockIron.name=Block of Iron +tile.stoneSlab.stone.name=Stone Slab +tile.stoneSlab.sand.name=Sandstone Slab +tile.stoneSlab.wood.name=Wooden Slab +tile.stoneSlab.cobble.name=Cobblestone Slab +tile.stoneSlab.brick.name=Bricks Slab +tile.stoneSlab.smoothStoneBrick.name=Stone Bricks Slab +tile.stoneSlab.netherBrick.name=Nether Brick Slab +tile.stoneSlab.quartz.name=Quartz Slab +tile.woodSlab.oak.name=Oak Slab +tile.woodSlab.spruce.name=Spruce Slab +tile.woodSlab.birch.name=Birch Slab +tile.woodSlab.jungle.name=Jungle Wood Slab +tile.brick.name=Bricks +tile.tnt.name=TNT +tile.bookshelf.name=Bookshelf +tile.stoneMoss.name=Mossy Cobblestone +tile.obsidian.name=Obsidian +tile.torch.name=Torch +tile.fire.name=Fire +tile.mobSpawner.name=Monster Spawner +tile.stairsWood.name=Oak Wood Stairs +tile.stairsWoodSpruce.name=Spruce Wood Stairs +tile.stairsWoodBirch.name=Birch Wood Stairs +tile.stairsWoodJungle.name=Jungle Wood Stairs +tile.chest.name=Chest +tile.chestTrap.name=Trapped Chest +tile.redstoneDust.name=Redstone Dust +tile.oreDiamond.name=Diamond Ore +tile.blockDiamond.name=Block of Diamond +tile.workbench.name=Crafting Table +tile.crops.name=Crops +tile.farmland.name=Farmland +tile.furnace.name=Furnace +tile.sign.name=Sign +tile.doorWood.name=Wooden Door +tile.ladder.name=Ladder +tile.rail.name=Rail +tile.goldenRail.name=Powered Rail +tile.activatorRail.name=Activator Rail +tile.detectorRail.name=Detector Rail +tile.stairsStone.name=Stone Stairs +tile.stairsSandStone.name=Sandstone Stairs +tile.lever.name=Lever +tile.pressurePlate.name=Pressure Plate +tile.weightedPlate_light.name=Weighted Pressure Plate (Light) +tile.weightedPlate_heavy.name=Weighted Pressure Plate (Heavy) +tile.doorIron.name=Iron Door +tile.oreRedstone.name=Redstone Ore +tile.notGate.name=Redstone Torch +tile.button.name=Button +tile.snow.name=Snow +tile.ice.name=Ice +tile.cactus.name=Cactus +tile.clay.name=Clay +tile.reeds.name=Sugar cane +tile.jukebox.name=Jukebox +tile.fence.name=Fence +tile.fenceGate.name=Fence Gate +tile.pumpkin.name=Pumpkin +tile.litpumpkin.name=Jack 'o' Lantern +tile.hellrock.name=Netherrack +tile.hellsand.name=Soul Sand +tile.lightgem.name=Glowstone +tile.portal.name=Portal +tile.cloth.black.name=Black Wool +tile.cloth.red.name=Red Wool +tile.cloth.green.name=Green Wool +tile.cloth.brown.name=Brown Wool +tile.cloth.blue.name=Blue Wool +tile.cloth.purple.name=Purple Wool +tile.cloth.cyan.name=Cyan Wool +tile.cloth.silver.name=Light Grey Wool +tile.cloth.gray.name=Grey Wool +tile.cloth.pink.name=Pink Wool +tile.cloth.lime.name=Lime Wool +tile.cloth.yellow.name=Yellow Wool +tile.cloth.lightBlue.name=Light Blue Wool +tile.cloth.magenta.name=Magenta Wool +tile.cloth.orange.name=Orange Wool +tile.cloth.white.name=Wool +tile.oreLapis.name=Lapis Lazuli Ore +tile.blockLapis.name=Lapis Lazuli Block +tile.dispenser.name=Dispenser +tile.dropper.name=Dropper +tile.musicBlock.name=Note Block +tile.cake.name=Cake +tile.bed.name=Bed +tile.bed.occupied=Sorry, This bed is occupied +tile.bed.noSleep=Sorry, you can only sleep at night +tile.bed.notSafe=Sorry, you may not rest now, there are monsters nearby +tile.bed.notValid=Sorry, your home bed was missing or obstructed +tile.lockedchest.name=Locked chest +tile.trapdoor.name=Trapdoor +tile.web.name=Cobweb +tile.stonebricksmooth.name=Stone Bricks +tile.stonebricksmooth.default.name=Stone Bricks +tile.stonebricksmooth.mossy.name=Mossy Stone Bricks +tile.stonebricksmooth.cracked.name=Cracked Stone Bricks +tile.stonebricksmooth.chiseled.name=Chiseled Stone Bricks +tile.monsterStoneEgg.stone.name=Stone Monster Egg +tile.monsterStoneEgg.cobble.name=Cobblestone Monster Egg +tile.monsterStoneEgg.brick.name=Stone Brick Monster Egg +tile.pistonBase.name=Piston +tile.pistonStickyBase.name=Sticky Piston +tile.fenceIron.name=Iron Bars +tile.melon.name=Melon +tile.stairsBrick.name=Brick Stairs +tile.stairsStoneBrickSmooth.name=Stone Brick Stairs +tile.vine.name=Vines +tile.netherBrick.name=Nether Brick +tile.netherFence.name=Nether Brick Fence +tile.stairsNetherBrick.name=Nether Brick Stairs +tile.netherStalk.name=Nether Wart +tile.cauldron.name=Cauldron +tile.enchantmentTable.name=Enchantment Table +tile.anvil.name=Anvil +tile.anvil.intact.name=Anvil +tile.anvil.slightlyDamaged.name=Slightly Damaged Anvil +tile.anvil.veryDamaged.name=Very Damaged Anvil +tile.whiteStone.name=End Stone +tile.endPortalFrame.name=End Portal +tile.mycel.name=Mycelium +tile.waterlily.name=Lily Pad +tile.dragonEgg.name=Dragon Egg +tile.redstoneLight.name=Lamp +tile.cocoa.name=Cocoa +tile.enderChest.name=Ender Chest +tile.oreRuby.name=Ruby Ore +tile.oreEmerald.name=Emerald Ore +tile.blockEmerald.name=Block of Emerald +tile.blockRedstone.name=Block of Redstone +tile.tripWire.name=Tripwire +tile.tripWireSource.name=Tripwire Hook +tile.commandBlock.name=Command Block +tile.beacon.name=Beacon +tile.beacon.primary=Primary Power +tile.beacon.secondary=Secondary Power +tile.cobbleWall.normal.name=Cobblestone Wall +tile.cobbleWall.mossy.name=Mossy Cobblestone Wall +tile.carrots.name=Carrots +tile.potatoes.name=Potatoes +tile.daylightDetector.name=Daylight Sensor +tile.netherquartz.name=Nether Quartz Ore +tile.hopper.name=Hopper +tile.quartzBlock.default.name=Block of Quartz +tile.quartzBlock.chiseled.name=Chiseled Quartz Block +tile.quartzBlock.lines.name=Pillar Quartz Block +tile.stairsQuartz.name=Quartz Stairs + +item.shovelIron.name=Iron Shovel +item.pickaxeIron.name=Iron Pickaxe +item.hatchetIron.name=Iron Axe +item.flintAndSteel.name=Flint and Steel +item.apple.name=Apple +item.cookie.name=Cookie +item.bow.name=Bow +item.arrow.name=Arrow +item.coal.name=Coal +item.charcoal.name=Charcoal +item.diamond.name=Diamond +item.emerald.name=Emerald +item.ingotIron.name=Iron Ingot +item.ingotGold.name=Gold Ingot +item.swordIron.name=Iron Sword +item.swordWood.name=Wooden Sword +item.shovelWood.name=Wooden Shovel +item.pickaxeWood.name=Wooden Pickaxe +item.hatchetWood.name=Wooden Axe +item.swordStone.name=Stone Sword +item.shovelStone.name=Stone Shovel +item.pickaxeStone.name=Stone Pickaxe +item.hatchetStone.name=Stone Axe +item.swordDiamond.name=Diamond Sword +item.shovelDiamond.name=Diamond Shovel +item.pickaxeDiamond.name=Diamond Pickaxe +item.hatchetDiamond.name=Diamond Axe +item.stick.name=Stick +item.bowl.name=Bowl +item.mushroomStew.name=Mushroom Stew +item.swordGold.name=Golden Sword +item.shovelGold.name=Golden Shovel +item.pickaxeGold.name=Golden Pickaxe +item.hatchetGold.name=Golden Axe +item.string.name=String +item.feather.name=Feather +item.sulphur.name=Gunpowder +item.hoeWood.name=Wooden Hoe +item.hoeStone.name=Stone Hoe +item.hoeIron.name=Iron Hoe +item.hoeDiamond.name=Diamond Hoe +item.hoeGold.name=Golden Hoe +item.seeds.name=Seeds +item.seeds_pumpkin.name=Pumpkin Seeds +item.seeds_melon.name=Melon Seeds +item.melon.name=Melon +item.wheat.name=Wheat +item.bread.name=Bread +item.helmetCloth.name=Leather Cap +item.chestplateCloth.name=Leather Tunic +item.leggingsCloth.name=Leather Pants +item.bootsCloth.name=Leather Boots +item.helmetChain.name=Chain Helmet +item.chestplateChain.name=Chain Chestplate +item.leggingsChain.name=Chain Leggings +item.bootsChain.name=Chainmail Boots +item.helmetIron.name=Iron Helmet +item.chestplateIron.name=Iron Chestplate +item.leggingsIron.name=Iron Leggings +item.bootsIron.name=Iron Boots +item.helmetDiamond.name=Diamond Helmet +item.chestplateDiamond.name=Diamond Chestplate +item.leggingsDiamond.name=Diamond Leggings +item.bootsDiamond.name=Diamond Boots +item.helmetGold.name=Golden Helmet +item.chestplateGold.name=Golden Chestplate +item.leggingsGold.name=Golden Leggings +item.bootsGold.name=Golden Boots +item.flint.name=Flint +item.porkchopRaw.name=Raw Porkchop +item.porkchopCooked.name=Cooked Porkchop +item.chickenRaw.name=Raw Chicken +item.chickenCooked.name=Cooked Chicken +item.beefRaw.name=Raw Beef +item.beefCooked.name=Steak +item.painting.name=Painting +item.frame.name=Item Frame +item.appleGold.name=Golden Apple +item.sign.name=Sign +item.doorWood.name=Wooden Door +item.bucket.name=Bucket +item.bucketWater.name=Water Bucket +item.bucketLava.name=Lava Bucket +item.minecart.name=Minecart +item.saddle.name=Saddle +item.doorIron.name=Iron Door +item.redstone.name=Redstone +item.snowball.name=Snowball +item.boat.name=Boat +item.leather.name=Leather +item.milk.name=Milk +item.brick.name=Brick +item.clay.name=Clay +item.reeds.name=Sugar Canes +item.paper.name=Paper +item.book.name=Book +item.slimeball.name=Slimeball +item.minecartChest.name=Minecart with Chest +item.minecartFurnace.name=Minecart with Furnace +item.minecartTnt.name=Minecart with TNT +item.minecartHopper.name=Minecart with Hopper +item.egg.name=Egg +item.compass.name=Compass +item.fishingRod.name=Fishing Rod +item.clock.name=Clock +item.yellowDust.name=Glowstone Dust +item.fishRaw.name=Raw Fish +item.fishCooked.name=Cooked Fish +item.record.name=Music Disc +item.bone.name=Bone +item.dyePowder.black.name=Ink Sac +item.dyePowder.red.name=Rose Red +item.dyePowder.green.name=Cactus Green +item.dyePowder.brown.name=Cocoa Beans +item.dyePowder.blue.name=Lapis Lazuli +item.dyePowder.purple.name=Purple Dye +item.dyePowder.cyan.name=Cyan Dye +item.dyePowder.silver.name=Light Grey Dye +item.dyePowder.gray.name=Grey Dye +item.dyePowder.pink.name=Pink Dye +item.dyePowder.lime.name=Lime Dye +item.dyePowder.yellow.name=Dandelion Yellow +item.dyePowder.lightBlue.name=Light Blue Dye +item.dyePowder.magenta.name=Magenta Dye +item.dyePowder.orange.name=Orange Dye +item.dyePowder.white.name=Bone Meal +item.sugar.name=Sugar +item.cake.name=Cake +item.bed.name=Bed +item.diode.name=Redstone Repeater +item.comparator.name=Redstone Comparator +item.map.name=Map +item.leaves.name=Leaves +item.shears.name=Shears +item.rottenFlesh.name=Rotten Flesh +item.enderPearl.name=Ender Pearl +item.blazeRod.name=Blaze Rod +item.ghastTear.name=Ghast Tear +item.netherStalkSeeds.name=Nether Wart +item.potion.name=Potion +item.emptyPotion.name=Water Bottle +item.goldNugget.name=Gold Nugget +item.glassBottle.name=Glass Bottle +item.spiderEye.name=Spider Eye +item.fermentedSpiderEye.name=Fermented Spider Eye +item.blazePowder.name=Blaze Powder +item.magmaCream.name=Magma Cream +item.cauldron.name=Cauldron +item.brewingStand.name=Brewing Stand +item.eyeOfEnder.name=Eye of Ender +item.speckledMelon.name=Glistering Melon +item.monsterPlacer.name=Spawn +item.expBottle.name=Experience Potion +item.fireball.name=Fire Charge +item.writingBook.name=Book and Quill +item.writtenBook.name=Written Book +item.ruby.name=Ruby Gem +item.flowerPot.name=Flower Pot +item.emptyMap.name=Empty Map +item.carrots.name=Carrot +item.carrotGolden.name=Golden Carrot +item.potato.name=Potato +item.potatoBaked.name=Baked Potato +item.potatoPoisonous.name=Poisonous Potato +item.skull.skeleton.name=Skeleton Skull +item.skull.wither.name=Wither Skeleton Skull +item.skull.zombie.name=Zombie Head +item.skull.char.name=Head +item.skull.player.name=%s's Head +item.skull.creeper.name=Creeper Head +item.carrotOnAStick.name=Carrot on a Stick +item.netherStar.name=Nether Star +item.pumpkinPie.name=Pumpkin Pie +item.enchantedBook.name=Enchanted Book +item.fireworks.name=Firework Rocket +item.fireworks.flight=Flight Duration: +item.fireworksCharge.name=Firework Star +item.fireworksCharge.black=Black +item.fireworksCharge.red=Red +item.fireworksCharge.green=Green +item.fireworksCharge.brown=Brown +item.fireworksCharge.blue=Blue +item.fireworksCharge.purple=Purple +item.fireworksCharge.cyan=Cyan +item.fireworksCharge.silver=Light Gray +item.fireworksCharge.gray=Gray +item.fireworksCharge.pink=Pink +item.fireworksCharge.lime=Lime +item.fireworksCharge.yellow=Yellow +item.fireworksCharge.lightBlue=Light Blue +item.fireworksCharge.magenta=Magenta +item.fireworksCharge.orange=Orange +item.fireworksCharge.white=White +item.fireworksCharge.customColor=Custom +item.fireworksCharge.fadeTo=Fade to +item.fireworksCharge.flicker=Twinkle +item.fireworksCharge.trail=Trail +item.fireworksCharge.type.0=Small Ball +item.fireworksCharge.type.1=Large Ball +item.fireworksCharge.type.2=Star-shaped +item.fireworksCharge.type.3=Creeper-shaped +item.fireworksCharge.type.4=Burst +item.fireworksCharge.type=Unknown Shape +item.netherbrick.name=Nether Brick +item.netherquartz.name=Nether Quartz + +container.inventory=Inventory +container.hopper=Item Hopper +container.crafting=Crafting +container.dispenser=Dispenser +container.dropper=Dropper +container.furnace=Furnace +container.enchant=Enchant +container.repair=Repair & Name +container.repair.cost=Enchantment Cost: %1$d +container.repair.expensive=Too Expensive! +container.creative=Item Selection +container.brewing=Brewing Stand +container.chest=Chest +container.chestDouble=Large Chest +container.minecart=Minecart +container.enderchest=Ender Chest + +item.dyed=Dyed + +entity.Item.name=Item +entity.XPOrb.name=Experience Orb +entity.SmallFireball.name=Small Fireball +entity.Fireball.name=Fireball + +entity.Arrow.name=arrow +entity.Snowball.name=Snowball +entity.Painting.name=Painting + +entity.Mob.name=Mob +entity.Monster.name=Monster + +entity.Creeper.name=Creeper +entity.Skeleton.name=Skeleton +entity.Spider.name=Spider +entity.Giant.name=Giant +entity.Zombie.name=Zombie +entity.Slime.name=Slime +entity.Ghast.name=Ghast +entity.PigZombie.name=Zombie Pigman +entity.Enderman.name=Enderman +entity.Silverfish.name=Silverfish +entity.CaveSpider.name=Cave Spider +entity.Blaze.name=Blaze +entity.LavaSlime.name=Magma Cube +entity.MushroomCow.name=Mooshroom +entity.Villager.name=Villager +entity.VillagerGolem.name=Iron Golem +entity.SnowMan.name=Snow Golem +entity.EnderDragon.name=Ender Dragon +entity.WitherBoss.name=Wither +entity.Witch.name=Witch + +entity.Pig.name=Pig +entity.Sheep.name=Sheep +entity.Cow.name=Cow +entity.Chicken.name=Chicken +entity.Squid.name=Squid +entity.Wolf.name=Wolf +entity.Ozelot.name=Ocelot +entity.Cat.name=Cat +entity.Bat.name=Bat + +entity.PrimedTnt.name=Block of TNT +entity.FallingSand.name=Falling Block + +entity.Minecart.name=Minecart +entity.Boat.name=Boat + +entity.generic.name=unknown + +death.fell.accident.ladder=%1$s fell off a ladder +death.fell.accident.vines=%1$s fell off some vines +death.fell.accident.water=%1$s fell out of the water +death.fell.accident.generic=%1$s fell from a high place +death.fell.killer=%1$s was doomed to fall +death.fell.assist=%1$s was doomed to fall by %2$s +death.fell.assist.item=%1$s was doomed to fall by %2$s using %3$s +death.fell.finish=%1$s fell too far and was finished by %2$s +death.fell.finish.item=%1$s fell too far and was finished by %2$s using %3$s + +death.attack.inFire=%1$s went up in flames +death.attack.inFire.player=%1$s walked into fire whilst fighting %2$s +death.attack.onFire=%1$s burned to death +death.attack.onFire.player=%1$s was burnt to a crisp whilst fighting %2$s +death.attack.lava=%1$s tried to swim in lava +death.attack.lava.player=%1$s tried to swim in lava to escape %2$s +death.attack.inWall=%1$s suffocated in a wall +death.attack.drown=%1$s drowned +death.attack.drown.player=%1$s drowned whilst trying to escape %2$s +death.attack.starve=%1$s starved to death +death.attack.cactus=%1$s was pricked to death +death.attack.cactus.player=%1$s walked into a cactus whilst trying to escape %2$s +death.attack.generic=%1$s died +death.attack.explosion=%1$s blew up +death.attack.explosion.player=%1$s was blown up by %2$s +death.attack.magic=%1$s was killed by magic +death.attack.wither=%1$s withered away +death.attack.anvil=%1$s was squashed by a falling anvil +death.attack.fallingBlock=%1$s was squashed by a falling block +death.attack.mob=%1$s was slain by %2$s +death.attack.player=%1$s was slain by %2$s +death.attack.player.item=%1$s was slain by %2$s using %3$s +death.attack.arrow=%1$s was shot by %2$s +death.attack.arrow.item=%1$s was shot by %2$s using %3$s +death.attack.fireball=%1$s was fireballed by %2$s +death.attack.fireball.item=%1$s was fireballed by %2$s using %3$s +death.attack.thrown=%1$s was pummeled by %2$s +death.attack.thrown.item=%1$s was pummeled by %2$s using %3$s +death.attack.indirectMagic=%1$s was killed by %2$s using magic +death.attack.indirectMagic.item=%1$s was killed by %2$s using %3$s +death.attack.thorns=%1$s was killed trying to hurt %2$s +death.attack.fall=%1$s hit the ground too hard +death.attack.outOfWorld=%1$s fell out of the world + +deathScreen.respawn=Respawn +deathScreen.deleteWorld=Delete world +deathScreen.titleScreen=Title screen +deathScreen.score=Score +deathScreen.title.hardcore=Game over! +deathScreen.hardcoreInfo=Sorry, You cannot respawn in hardcore mode! +deathScreen.title=You died! +deathScreen.leaveServer=Leave server + +potion.empty=No Effects +potion.moveSpeed=Speed +potion.moveSlowdown=Slowness +potion.digSpeed=Haste +potion.digSlowDown=Mining Fatigue +potion.damageBoost=Strength +potion.weakness=Weakness +potion.heal=Instant Health +potion.harm=Instant Damage +potion.jump=Jump Boost +potion.confusion=Nausea +potion.regeneration=Regeneration +potion.resistance=Resistance +potion.fireResistance=Fire Resistance +potion.waterBreathing=Water Breathing +potion.invisibility=Invisibility +potion.blindness=Blindness +potion.nightVision=Night Vision +potion.hunger=Hunger +potion.poison=Poison +potion.wither=Wither + +potion.moveSpeed.postfix=Potion of Swiftness +potion.moveSlowdown.postfix=Potion of Slowness +potion.digSpeed.postfix=Potion of Haste +potion.digSlowDown.postfix=Potion of Dullness +potion.damageBoost.postfix=Potion of Strength +potion.weakness.postfix=Potion of Weakness +potion.heal.postfix=Potion of Healing +potion.harm.postfix=Potion of Harming +potion.jump.postfix=Potion of Leaping +potion.confusion.postfix=Potion of Nausea +potion.regeneration.postfix=Potion of Regeneration +potion.resistance.postfix=Potion of Resistance +potion.fireResistance.postfix=Potion of Fire Resistance +potion.waterBreathing.postfix=Potion of Water Breathing +potion.invisibility.postfix=Potion of Invisibility +potion.blindness.postfix=Potion of Blindness +potion.nightVision.postfix=Potion of Night Vision +potion.hunger.postfix=Potion of Hunger +potion.poison.postfix=Potion of Poison +potion.wither.postfix=Potion of Decay + +potion.potency.0= +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV + +potion.prefix.grenade=Splash +potion.prefix.mundane=Mundane +potion.prefix.uninteresting=Uninteresting +potion.prefix.bland=Bland +potion.prefix.clear=Clear +potion.prefix.milky=Milky +potion.prefix.diffuse=Diffuse +potion.prefix.artless=Artless +potion.prefix.thin=Thin +potion.prefix.awkward=Awkward +potion.prefix.flat=Flat +potion.prefix.bulky=Bulky +potion.prefix.bungling=Bungling +potion.prefix.buttered=Buttered +potion.prefix.smooth=Smooth +potion.prefix.suave=Suave +potion.prefix.debonair=Debonair +potion.prefix.thick=Thick +potion.prefix.elegant=Elegant +potion.prefix.fancy=Fancy +potion.prefix.charming=Charming +potion.prefix.dashing=Dashing +potion.prefix.refined=Refined +potion.prefix.cordial=Cordial +potion.prefix.sparkling=Sparkling +potion.prefix.potent=Potent +potion.prefix.foul=Foul +potion.prefix.odorless=Odourless +potion.prefix.rank=Rank +potion.prefix.harsh=Harsh +potion.prefix.acrid=Acrid +potion.prefix.gross=Gross +potion.prefix.stinky=Stinky + +enchantment.damage.all=Sharpness +enchantment.damage.undead=Smite +enchantment.damage.arthropods=Bane of Arthropods +enchantment.knockback=Knockback +enchantment.fire=Fire Aspect +enchantment.protect.all=Protection +enchantment.protect.fire=Fire Protection +enchantment.protect.fall=Feather Falling +enchantment.protect.explosion=Blast Protection +enchantment.protect.projectile=Projectile Protection +enchantment.oxygen=Respiration +enchantment.waterWorker=Aqua Affinity +enchantment.digging=Efficiency +enchantment.untouching=Silk Touch +enchantment.durability=Unbreaking +enchantment.lootBonus=Looting +enchantment.lootBonusDigger=Fortune +enchantment.arrowDamage=Power +enchantment.arrowFire=Flame +enchantment.arrowKnockback=Punch +enchantment.arrowInfinite=Infinity +enchantment.thorns=Thorns + +enchantment.level.1=I +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.level.10=X + +gui.achievements=Achievements +gui.stats=Statistics + +stat.generalButton=General +stat.blocksButton=Blocks +stat.itemsButton=Items + +stat.used=Times Used +stat.mined=Times Mined +stat.depleted=Times Depleted +stat.crafted=Times Crafted + +stat.startGame=Times played +stat.createWorld=Worlds played +stat.loadWorld=Saves loaded +stat.joinMultiplayer=Multiplayer joins +stat.leaveGame=Games quit + +stat.playOneMinute=Minutes Played + +stat.walkOneCm=Distance Walked +stat.fallOneCm=Distance Fallen +stat.swimOneCm=Distance Swam +stat.flyOneCm=Distance Flown +stat.climbOneCm=Distance Climbed +stat.diveOneCm=Distance Dove +stat.minecartOneCm=Distance by Minecart +stat.boatOneCm=Distance by Boat +stat.pigOneCm=Distance by Pig +stat.jump=Jumps +stat.drop=Items Dropped + +stat.damageDealt=Damage Dealt +stat.damageTaken=Damage Taken +stat.deaths=Numbers of Deaths +stat.mobKills=Mob Kills +stat.playerKills=Player Kills +stat.fishCaught=Fish Caught + +stat.mineBlock=%1$s Mined +stat.craftItem=%1$s Crafted +stat.useItem=%1$s Used +stat.breakItem=%1$s Depleted + +achievement.get=Achievement get! + +achievement.taken=Taken! + +achievement.requires=Requires '%1$s' +achievement.openInventory=Taking Inventory +achievement.openInventory.desc=Press '%1$s' to open your inventory. +achievement.mineWood=Getting Wood +achievement.mineWood.desc=Attack a tree until a block of wood pops out +achievement.buildWorkBench=Benchmarking +achievement.buildWorkBench.desc=Craft a workbench with four blocks of planks +achievement.buildPickaxe=Time to Mine! +achievement.buildPickaxe.desc=Use planks and sticks to make a pickaxe +achievement.buildFurnace=Hot Topic +achievement.buildFurnace.desc=Construct a furnace out of eight stone blocks +achievement.acquireIron=Acquire Hardware +achievement.acquireIron.desc=Smelt an iron ingot +achievement.buildHoe=Time to Farm! +achievement.buildHoe.desc=Use planks and sticks to make a hoe +achievement.makeBread=Bake Bread +achievement.makeBread.desc=Turn wheat into bread +achievement.bakeCake=The Lie +achievement.bakeCake.desc=Wheat, sugar, milk and eggs! +achievement.buildBetterPickaxe=Getting an Upgrade +achievement.buildBetterPickaxe.desc=Construct a better pickaxe +achievement.cookFish=Slammin' Salmon +achievement.cookFish.desc=Catch and cook fish! +achievement.onARail=On A Rail +achievement.onARail.desc=Travel by minecart at least 1 km from where you started +achievement.buildSword=Time to Strike! +achievement.buildSword.desc=Use planks and sticks to make a sword +achievement.killEnemy=Monster Hunter +achievement.killEnemy.desc=Attack and destroy a monster +achievement.killCow=Cow Tipper +achievement.killCow.desc=Harvest some leather +achievement.flyPig=When Pigs Fly +achievement.flyPig.desc=Fly a pig off a cliff +achievement.snipeSkeleton=Sniper Duel +achievement.snipeSkeleton.desc=Kill a skeleton with an arrow from more than 50 metres +achievement.diamonds=DIAMONDS! +achievement.diamonds.desc=Acquire diamonds with your iron tools +achievement.portal=We Need to Go Deeper +achievement.portal.desc=Build a portal to the Nether +achievement.ghast=Return to Sender +achievement.ghast.desc=Destroy a Ghast with a fireball +achievement.blazeRod=Into Fire +achievement.blazeRod.desc=Relieve a Blaze of its rod +achievement.potion=Local Brewery +achievement.potion.desc=Brew a potion +achievement.theEnd=The End? +achievement.theEnd.desc=Locate the End +achievement.theEnd2=The End. +achievement.theEnd2.desc=Defeat the Ender Dragon +achievement.enchantments=Enchanter +achievement.enchantments.desc=Use a book, obsidian and diamonds to construct an enchantment table +achievement.overkill=Overkill +achievement.overkill.desc=Deal eight hearts of damage in a single hit +achievement.bookcase=Librarian +achievement.bookcase.desc=Build some bookshelves to improve your enchantment table + +commands.generic.exception=An unknown error occurred while attempting to perform this command +commands.generic.syntax=Invalid command syntax +commands.generic.player.notFound=That player cannot be found +commands.generic.notFound=Unknown command. Try /help for a list of commands. +commands.generic.num.invalid='%s' is not a valid number +commands.generic.num.tooSmall=The number you have entered (%d) is too small, it must be at least %d +commands.generic.num.tooBig=The number you have entered (%d) is too big, it must be at most %d +commands.generic.double.tooSmall=The number you have entered (%.2f) is toooo small, it must be at least %.2f +commands.generic.double.tooBig=The number you have entered (%.2f) is too big, it must be at most %.2f +commands.generic.usage=Usage: %s + +commands.xp.failure.widthdrawXp=Cannot give player negative experience points +commands.xp.success=Given %d experience to %s +commands.xp.success.levels=Gave %d levels to %s +commands.xp.success.negative.levels=Took %d levels from %s +commands.xp.usage=/xp [player] OR /xp L [player] +commands.give.usage=/give [amount] [data] +commands.give.notFound=There is no such item with ID %d +commands.give.success=Given %s (ID %d) * %d to %s +commands.effect.usage=/effect [seconds] [amplifier] +commands.effect.notFound=There is no such mob effect with ID %d +commands.effect.success=Given %1$s (ID %2$d) * %3$d to %4$s for %5$d seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.enchant.usage=/enchant [level] +commands.enchant.notFound=There is no such enchantment with ID %d +commands.enchant.noItem=The target doesn't hold an item +commands.enchant.cantEnchant=The selected enchantment can't be added to the target item +commands.enchant.cantCombine=%1$s can't be combined with %2$s +commands.enchant.success=Enchanting succeeded +commands.clear.usage=/clear [item] [data] +commands.clear.success=Cleared the inventory of %s, removing %d items +commands.clear.failure=Could not clear the inventory of %s, no items to remove +commands.downfall.success=Toggled downfall +commands.time.usage=/time +commands.time.added=Added %d to the time +commands.time.set=Set the time to %d +commands.players.list=There are %d/%d players online: +commands.banlist.ips=There are %d total banned IP addresses: +commands.banlist.players=There are %d total banned players: +commands.banlist.usage=/banlist [ips|players] +commands.kick.success=Kicked %s from the game +commands.kick.success.reason=Kicked %s from the game: '%s' +commands.kick.usage=/kick [reason ...] +commands.op.success=Opped %s +commands.op.usage=/op +commands.deop.success=De-opped %s +commands.deop.usage=/deop +commands.say.usage=/say +commands.ban.success=Banned player %s +commands.ban.usage=/ban [reason ...] +commands.unban.success=Unbanned player %s +commands.unban.usage=/pardon +commands.banip.invalid=You have entered an invalid IP address or a player that is not online +commands.banip.success=Banned IP address %s +commands.banip.success.players=Banned IP address %s belonging to %s +commands.banip.usage=/ban-ip [reason ...] +commands.unbanip.invalid=You have entered an invalid IP address +commands.unbanip.success=Unbanned IP address %s +commands.unbanip.usage=/pardon-ip
+commands.save.enabled=Turned on world auto-saving +commands.save.disabled=Turned off world auto-saving +commands.save.start=Saving... +commands.save.success=Saved the world +commands.save.failed=Saving failed: %s +commands.stop.start=Stopping the server +commands.tp.success=Teleported %s to %s +commands.tp.success.coordinates=Teleported %s to %.2f,%.2f,%.2f +commands.tp.usage=/tp [target player] OR /tp [target player] +commands.tp.notSameDimension=Unable to teleport because players are not in the same dimension +commands.whitelist.list=There are %d (out of %d seen) whitelisted players: +commands.whitelist.enabled=Turned on the whitelist +commands.whitelist.disabled=Turned off the whitelist +commands.whitelist.reloaded=Reloaded the whitelist +commands.whitelist.add.success=Added %s to the whitelist +commands.whitelist.add.usage=/whitelist add +commands.whitelist.remove.success=Removed %s from the whitelist +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.scoreboard.usage=/scoreboard +commands.scoreboard.teamNotFound=No team was found by the name '%s' +commands.scoreboard.objectiveNotFound=No objective was found by the name '%s' +commands.scoreboard.objectiveReadOnly=The objective '%s' is read-only and cannot be set +commands.scoreboard.objectives.usage=/scoreboard objectives +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [objective] +commands.scoreboard.objectives.setdisplay.invalidSlot=No such display slot '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Cleared objective display slot '%s' +commands.scoreboard.objectives.setdisplay.successSet=Set the display objective in slot '%s' to '%s' +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [display name ...] +commands.scoreboard.objectives.add.wrongType=Invalid objective criteria type. Valid types are: %s +commands.scoreboard.objectives.add.alreadyExists=An objective with the name '%s' already exists +commands.scoreboard.objectives.add.tooLong=The name '%s' is too long for an objective, it can be at most %d characters long +commands.scoreboard.objectives.add.displayTooLong=The display name '%s' is too long for an objective, it can be at most %d characters long +commands.scoreboard.objectives.add.success=Added new objective '%s' successfully +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.remove.success=Removed objective '%s' successfully +commands.scoreboard.objectives.list.count=Showing %d objective(s) on scoreboard +commands.scoreboard.objectives.list.entry=- %s: displays as '%s' and is type '%s' +commands.scoreboard.objectives.list.empty=There are no objectives on the scoreboard +commands.scoreboard.players.usage=/scoreboard players +commands.scoreboard.players.set.success=Set score of %s for player %s to %d +commands.scoreboard.players.set.usage=/scoreboard players set +commands.scoreboard.players.add.usage=/scoreboard players add +commands.scoreboard.players.remove.usage=/scoreboard players remove +commands.scoreboard.players.reset.usage=/scoreboard players reset +commands.scoreboard.players.reset.success=Reset all scores of player %s +commands.scoreboard.players.list.count=Showing %d tracked players on the scoreboard +commands.scoreboard.players.list.empty=There are no tracked players on the scoreboard +commands.scoreboard.players.list.player.count=Showing %d tracked objective(s) for %s +commands.scoreboard.players.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.players.list.player.empty=Player %s has no scores recorded +commands.scoreboard.teams.usage=/scoreboard teams +commands.scoreboard.teams.add.usage=/scoreboard teams add [display name ...] +commands.scoreboard.teams.add.alreadyExists=A team with the name '%s' already exists +commands.scoreboard.teams.add.tooLong=The name '%s' is too long for a team, it can be at most %d characters long +commands.scoreboard.teams.add.displayTooLong=The display name '%s' is too long for a team, it can be at most %d characters long +commands.scoreboard.teams.add.success=Added new team '%s' successfully +commands.scoreboard.teams.list.usage=/scoreboard teams list [name] +commands.scoreboard.teams.list.count=Showing %d teams on the scoreboard +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' has %3$d players +commands.scoreboard.teams.list.empty=There are no teams registered on the scoreboard +commands.scoreboard.teams.list.player.count=Showing %d player(s) in team %s +commands.scoreboard.teams.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.teams.list.player.empty=Team %s has no players +commands.scoreboard.teams.empty.usage=/scoreboard teams clear +commands.scoreboard.teams.empty.alreadyEmpty=Team %s is already empty, cannot remove nonexistent players +commands.scoreboard.teams.empty.success=Removed all %d player(s) from team %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.remove.success=Removed team %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [player] +commands.scoreboard.teams.join.success=Added %d player(s) to team %s: %s +commands.scoreboard.teams.join.failure=Could not add %d player(s) to team %s: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [player] +commands.scoreboard.teams.leave.success=Removed %d player(s) from their teams: %s +commands.scoreboard.teams.leave.failure=Could not remove %d player(s) from their teams: %s +commands.scoreboard.teams.leave.noTeam=You are not in a team +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.option.noValue=Valid values for option %s are: %s +commands.scoreboard.teams.option.success=Set option %s for team %s to %s +commands.gamemode.success.self=Set own game mode to %s +commands.gamemode.success.other=Set %s's game mode to %s +commands.gamemode.usage=/gamemode [player] +commands.defaultgamemode.usage=/defaultgamemode +commands.defaultgamemode.success=The world's default game mode is now %s +commands.me.usage=/me +commands.help.header=--- Showing help page %d of %d (/help ) --- +commands.help.footer=Tip: Use the key while typing a command to auto-complete the command or its arguments +commands.help.usage=/help [page|command name] +commands.publish.started=Local game hosted on %s +commands.publish.failed=Unable to host local game +commands.debug.start=Started debug profiling +commands.debug.stop=Stopped debug profiling after %.2f seconds (%d ticks) +commands.debug.notStarted=Can't stop profiling when we haven't started yet! +commands.debug.usage=/debug +commands.message.usage=/tell +commands.message.sameTarget=You can't send a private message to yourself! +commands.message.display.outgoing=You whisper to %s: %s +commands.message.display.incoming=%s whispers to you: %s +commands.difficulty.usage=/difficulty +commands.difficulty.success=Set game difficulty to %s +commands.spawnpoint.usage=/spawnpoint OR /spawnpoint OR /spawnpoint +commands.spawnpoint.success=Set %s's spawn point to (%d, %d, %d) +commands.gamerule.usage=/gamerule OR /gamerule +commands.gamerule.success=Game rule has been updated +commands.gamerule.norule=No game rule called '%s' is available +commands.weather.usage=/weather [duration in seconds] +commands.weather.clear=Changing to clear weather +commands.weather.rain=Changing to rainy weather +commands.weather.thunder=Changing to rain and thunder +commands.testfor.usage=/testfor +commands.testfor.failed=/testfor is only usable by command blocks with analog output + +itemGroup.buildingBlocks=Building Blocks +itemGroup.decorations=Decoration Blocks +itemGroup.redstone=Redstone +itemGroup.transportation=Transportation +itemGroup.misc=Miscellaneous +itemGroup.search=Search Items +itemGroup.food=Food +itemGroup.tools=Tools +itemGroup.combat=Combat +itemGroup.brewing=Brewing +itemGroup.materials=Materials +itemGroup.inventory=Survival Inventory + +inventory.binSlot=Destroy Item + +advMode.setCommand=Set Console Command for Block +advMode.command=Console Command +advMode.nearestPlayer=Use "@p" to target nearest player +advMode.randomPlayer=Use "@r" to target random player +advMode.allPlayers=Use "@a" to target all players + +advMode.notEnabled=Command blocks are not enabled on this server +advMode.notAllowed=Must be an opped player in creative mode + +mco.title=Minecraft Realms +mco.selectServer.select=Join Server +mco.selectServer.configure=Configure +mco.selectServer.create=Create World +mco.selectServer.moreinfo=More Info + +mco.configure.world.edit.title=Edit World + +mco.configure.world.title=Configure World +mco.configure.world.name=Name +mco.configure.world.description=Description +mco.configure.world.location=Location +mco.configure.world.invited=Invited +mco.configure.world.buttons.edit=Edit +mco.configure.world.buttons.reset=Reset World +mco.configure.world.buttons.done=Done +mco.configure.world.buttons.delete=Delete +mco.configure.world.buttons.open=Open World +mco.configure.world.buttons.close=Close World +mco.configure.world.buttons.invite=Invite +mco.configure.world.buttons.uninvite=Uninvite +mco.configure.world.buttons.subscription=Subscription +mco.configure.world.invite.profile.name=Name +mco.configure.world.uninvite.question=Are you sure that you want to uninvite + +mco.configure.world.subscription.title=Subscription Info +mco.configure.world.subscription.daysleft=Days Left +mco.configure.world.subscription.start=Start Date +mco.configure.world.subscription.extend=Extend + +mco.create.world.location.title=Locations +mco.create.world.location.warning=You may not get the exact location you select +mco.create.world.wait=Creating the world... + +mco.reset.world.title=Reset World +mco.reset.world.warning=This will permanently delete your world! +mco.reset.world.seed=Seed (Optional) +mco.reset.world.resetting.screen.title=Resetting World... + +mco.configure.world.close.question.line1=Your world will become unavailable. +mco.configure.world.close.question.line2=Are you sure you want to do that? + +mco.connect.connecting=Connecting to the online server... +mco.connect.authorizing=Logging in... +mco.connect.failed=Failed to connect to the online server + +mco.create.world=Create + diff --git a/1.5.2/lang/en_GB.lang b/1.5.2/lang/en_GB.lang new file mode 100644 index 00000000..732dcb62 --- /dev/null +++ b/1.5.2/lang/en_GB.lang @@ -0,0 +1,1293 @@ +#X-Generator: crowdin.net + +language.name=English +language.region=UK +language.code=en_GB + +gui.done=Done +gui.cancel=Cancel +gui.back=Back +gui.toMenu=Back to the title screen +gui.up=Up +gui.down=Down +gui.yes=Yes +gui.no=No + +menu.singleplayer=Singleplayer +menu.multiplayer=Multiplayer +menu.online=Minecraft Realms +menu.options=Options... +menu.quit=Quit Game +menu.returnToMenu=Save and Quit to Title +menu.disconnect=Disconnect +menu.returnToGame=Back to Game +menu.switchingLevel=Switching worlds +menu.generatingLevel=Generating world +menu.loadingLevel=Loading world +menu.generatingTerrain=Building terrain +menu.convertingLevel=Converting world +menu.simulating=Simulating the world for a bit +menu.respawning=Respawning +menu.shareToLan=Open to LAN + +selectWorld.title=Select World +selectWorld.empty=empty +selectWorld.world=World +selectWorld.select=Play Selected World +selectWorld.create=Create New World +selectWorld.recreate=Re-Create +selectWorld.createDemo=Play New Demo World +selectWorld.delete=Delete +selectWorld.rename=Rename +selectWorld.deleteQuestion=Do you really want to delete this world? +selectWorld.deleteWarning=will be lost forever! (A long time!) +selectWorld.deleteButton=Delete +selectWorld.renameButton=Rename +selectWorld.renameTitle=Rename World +selectWorld.conversion=Must be converted! +selectWorld.newWorld=New World +selectWorld.newWorld.copyOf=Copy of %s +selectWorld.enterName=World Name +selectWorld.resultFolder=Will be saved in: +selectWorld.enterSeed=Seed for the World Generator +selectWorld.seedInfo=Leave blank for a random seed +selectWorld.cheats=Cheats +selectWorld.customizeType=Customise + +createWorld.customize.presets=Presets +createWorld.customize.presets.title=Select a Preset +createWorld.customize.presets.select=Use Preset +createWorld.customize.presets.share=Want to share your preset with someone? Use the below box! +createWorld.customize.presets.list=Alternatively, here are some we made earlier! +createWorld.customize.flat.title=Superflat Customisation +createWorld.customize.flat.tile=Layer Material +createWorld.customize.flat.height=Height +createWorld.customize.flat.addLayer=Add Layer +createWorld.customize.flat.editLayer=Edit Layer +createWorld.customize.flat.removeLayer=Remove Layer +createWorld.customize.flat.layer.top=Top - %d +createWorld.customize.flat.layer=%d +createWorld.customize.flat.layer.bottom=Bottom - %d + +gameMode.survival=Survival Mode +gameMode.creative=Creative Mode +gameMode.adventure=Adventure Mode +gameMode.hardcore=Hardcore Mode! +gameMode.changed=Your game mode has been updated + +selectWorld.gameMode=Game Mode: +selectWorld.gameMode.survival=Survival +selectWorld.gameMode.survival.line1=Search for resources, crafting, gain +selectWorld.gameMode.survival.line2=levels, health and hunger +selectWorld.gameMode.creative=Creative +selectWorld.gameMode.creative.line1=Unlimited resources, free flying and +selectWorld.gameMode.creative.line2=destroy blocks instantly +selectWorld.gameMode.hardcore=Hardcore +selectWorld.gameMode.hardcore.line1=Same as survival mode, locked at hardest +selectWorld.gameMode.hardcore.line2=difficulty, and one life only +selectWorld.gameMode.adventure=Adventure +selectWorld.gameMode.adventure.line1=Same as survival mode, but blocks can't +selectWorld.gameMode.adventure.line2=be added or removed +selectWorld.moreWorldOptions=More World Options... +selectWorld.mapFeatures=Generate Structures: +selectWorld.mapFeatures.info=Villages, dungeons, etc +selectWorld.mapType=World Type: +selectWorld.mapType.normal=Normal +selectWorld.allowCommands=Allow Cheats: +selectWorld.allowCommands.info=Commands like /gamemode, /xp +selectWorld.hardcoreMode=Hardcore: +selectWorld.hardcoreMode.info=World will be deleted upon death +selectWorld.bonusItems=Bonus Chest: + +generator.default=Default +generator.flat=Superflat +generator.largeBiomes=Large Biomes + +selectServer.title=Select Server +selectServer.empty=empty +selectServer.select=Join Server +selectServer.direct=Direct Connect +selectServer.edit=Edit +selectServer.delete=Delete +selectServer.add=Add server +selectServer.defaultName=Minecraft Server +selectServer.deleteQuestion=Are you sure you want to remove this server? +selectServer.deleteWarning=will be lost forever! (A long time!) +selectServer.deleteButton=Delete +selectServer.refresh=Refresh +selectServer.hiddenAddress=(Hidden) +addServer.title=Edit Server Information +addServer.enterName=Server Name +addServer.enterIp=Server Address +addServer.add=Done +addServer.hideAddress=Hide Address +lanServer.title=LAN World +lanServer.scanning=Scanning for games on your local network +lanServer.start=Start LAN World +lanServer.otherPlayers=Settings for Other Players +mcoServer.title=Minecraft Online World + +multiplayer.title=Play Multiplayer +multiplayer.connect=Connect +multiplayer.info1=Minecraft Multiplayer is currently not finished, but there +multiplayer.info2=is some buggy early testing going on. +multiplayer.ipinfo=Enter the IP of a server to connect to it: + +multiplayer.texturePrompt.line1=This server recommends the use of a custom texture pack. +multiplayer.texturePrompt.line2=Would you like to download and install it automagically? + +multiplayer.downloadingTerrain=Downloading terrain + +multiplayer.stopSleeping=Leave Bed + +chat.link.confirm=Are you sure you want to open the following website? +chat.link.warning=Never open links from people that you don't trust! +chat.copy=Copy to Clipboard + +menu.playdemo=Play Demo World +menu.resetdemo=Reset Demo World +demo.day.1=This demo will last five game days, good luck! +demo.day.2=Day Two +demo.day.3=Day Three +demo.day.4=Day Four +demo.day.5=This is your last day! +demo.day.warning=Your time is almost up! +demo.day.6=You have passed your fifth day, use F2 to save a screenshot of your creation +demo.reminder=Your demo time has expired, buy the game to continue or start a new world! +demo.remainingTime=Remaining time: %s +demo.demoExpired=Demo time's up! +demo.help.movement=Use %1$s, %2$s, %3$s, %4$s and the mouse to move around +demo.help.movementShort=Move by pressing %1$s, %2$s, %3$s, %4$s +demo.help.movementMouse=Look around using the mouse +demo.help.jump=Jump by pressing %1$s +demo.help.inventory=Use %1$s to open your inventory +demo.help.title=Minecraft Demo Mode +demo.help.fullWrapped=This demo will last 5 ingame days (about 1 hour and 40 minutes of real time). Check the achievements for hints! Have fun! +demo.help.buy=Purchase Now! +demo.help.later=Continue Playing! + +connect.connecting=Connecting to the server... +connect.authorizing=Logging in... +connect.failed=Failed to connect to the server + +disconnect.genericReason=%s +disconnect.disconnected=Disconnected by Server +disconnect.lost=Connection Lost +disconnect.kicked=Was kicked from the game +disconnect.timeout=Timed out +disconnect.closed=Connection closed +disconnect.loginFailed=Failed to login +disconnect.loginFailedInfo=Failed to login: %s +disconnect.quitting=Quitting +disconnect.endOfStream=End of stream +disconnect.overflow=Buffer overflow +disconnect.spam=Kicked for spamming + +options.off=OFF +options.on=ON +options.visible=Shown +options.hidden=Hidden +options.title=Settings +options.controls=Controls... +options.video=Video Settings... +options.language=Language... +options.languageWarning=Language translations may not be 100% accurate +options.videoTitle=Video Settings +options.music=Music +options.sound=Sound +options.invertMouse=Invert Mouse +options.fov=FOV +options.fov.min=Normal +options.fov.max=Quake Pro +options.gamma=Brightness +options.gamma.min=Moody +options.gamma.max=Bright +options.sensitivity=Sensitivity +options.sensitivity.min=*yawn* +options.sensitivity.max=HYPERSPEED!!! +options.renderDistance=Render Distance +options.renderDistance.tiny=Tiny +options.renderDistance.short=Short +options.renderDistance.normal=Normal +options.renderDistance.far=Far +options.viewBobbing=View Bobbing +options.ao=Smooth Lighting +options.ao.off=Off +options.ao.min=Minimum +options.ao.max=Maximum +options.anaglyph=3D Anaglyph +options.framerateLimit=Performance +options.difficulty=Difficulty +options.difficulty.peaceful=Peaceful +options.difficulty.easy=Easy +options.difficulty.normal=Normal +options.difficulty.hard=Hard +options.difficulty.hardcore=Hardcore +options.graphics=Graphics +options.graphics.fancy=Fancy +options.graphics.fast=Fast +options.guiScale=GUI Scale +options.guiScale.auto=Auto +options.guiScale.small=Small +options.guiScale.normal=Normal +options.guiScale.large=Large +options.advancedOpengl=Advanced OpenGL +options.renderClouds=Clouds +options.farWarning1=A 64 bit Java installation is recommended +options.farWarning2=for 'Far' render distance (you have 32 bit) +options.particles=Particles +options.particles.all=All +options.particles.decreased=Decreased +options.particles.minimal=Minimal +options.multiplayer.title=Multiplayer Settings... +options.chat.title=Chat Settings... +options.chat.visibility=Chat +options.chat.visibility.full=Shown +options.chat.visibility.system=Commands Only +options.chat.visibility.hidden=Hidden +options.chat.color=Colours +options.chat.opacity=Opacity +options.chat.links=Web Links +options.chat.links.prompt=Prompt on Links +options.chat.scale=Scale +options.chat.width=Width +options.chat.height.focused=Focused Height +options.chat.height.unfocused=Unfocused Height +options.showCape=Show Cape +options.serverTextures=Server Textures +options.snooper=Allow Snooper +options.snooper.view=Snooper Settings... +options.snooper.title=Machine Specs Collection +options.snooper.desc=We want to collect information about your machine to help improve Minecraft by knowing what we can support and where the biggest problems are. All of this information is completely anonymous and viewable below. We promise we won't do anything bad with this data, but if you want to opt out then feel free to toggle it off! +options.texture.pack=Texture Packs +options.fullscreen=Fullscreen +options.vsync=Use VSync +options.touchscreen=Touchscreen Mode + +performance.max=Max FPS +performance.balanced=Balanced +performance.powersaver=Power saver + +controls.title=Controls + +key.forward=Forward +key.left=Left +key.back=Back +key.right=Right +key.jump=Jump +key.inventory=Inventory +key.drop=Drop +key.chat=Chat +key.fog=Toggle Fog +key.sneak=Sneak +key.playerlist=List Players +key.attack=Attack +key.use=Use Item +key.pickItem=Pick Block +key.mouseButton=Button %1$s +key.command=Command + +texturePack.openFolder=Open texture pack folder +texturePack.title=Select Texture Pack +texturePack.folderInfo=(Place texture pack files here) +texturePack.incompatible=Incompatible + +book.pageIndicator=Page %1$s of %2$s +book.byAuthor=by %1$s +book.signButton=Sign +book.editTitle=Enter Book Title: +book.finalizeButton=Sign and Close +book.finalizeWarning=Note! When you sign the book, it will no longer be editable. + +tile.stone.name=Stone + +tile.grass.name=Grass Block +tile.dirt.name=Dirt +tile.stonebrick.name=Cobblestone +tile.wood.name=Wooden Planks +tile.wood.oak.name=Oak Wood Planks +tile.wood.spruce.name=Spruce Wood Planks +tile.wood.birch.name=Birch Wood Planks +tile.wood.jungle.name=Jungle Wood Planks +tile.sapling.oak.name=Oak Sapling +tile.sapling.spruce.name=Spruce Sapling +tile.sapling.birch.name=Birch Sapling +tile.sapling.jungle.name=Jungle Sapling +tile.deadbush.name=Dead Bush +tile.bedrock.name=Bedrock +tile.water.name=Water +tile.lava.name=Lava +tile.sand.name=Sand +tile.sandStone.name=Sandstone +tile.sandStone.default.name=Sandstone +tile.sandStone.chiseled.name=Chiselled Sandstone +tile.sandStone.smooth.name=Smooth Sandstone +tile.gravel.name=Gravel +tile.oreGold.name=Gold Ore +tile.oreIron.name=Iron Ore +tile.oreCoal.name=Coal Ore +tile.log.name=Wood +tile.log.oak.name=Oak Wood +tile.log.spruce.name=Spruce Wood +tile.log.birch.name=Birch Wood +tile.log.jungle.name=Jungle Wood +tile.leaves.name=Leaves +tile.leaves.oak.name=Oak Leaves +tile.leaves.spruce.name=Spruce Leaves +tile.leaves.birch.name=Birch Leaves +tile.leaves.jungle.name=Jungle Leaves +tile.tallgrass.name=Grass +tile.tallgrass.shrub.name=Shrub +tile.tallgrass.grass.name=Grass +tile.tallgrass.fern.name=Fern +tile.sponge.name=Sponge +tile.glass.name=Glass Block +tile.thinGlass.name=Glass Pane +tile.cloth.name=Wool +tile.flower.name=Flower +tile.rose.name=Rose +tile.mushroom.name=Mushroom +tile.blockGold.name=Gold Block +tile.blockIron.name=Iron Block +tile.stoneSlab.stone.name=Stone Slab +tile.stoneSlab.sand.name=Sandstone Slab +tile.stoneSlab.wood.name=Wooden Slab +tile.stoneSlab.cobble.name=Cobblestone Slab +tile.stoneSlab.brick.name=Bricks Slab +tile.stoneSlab.smoothStoneBrick.name=Stone Brick Slab +tile.stoneSlab.netherBrick.name=Nether Brick Slab +tile.stoneSlab.quartz.name=Quartz Slab +tile.woodSlab.oak.name=Oak Wood Slab +tile.woodSlab.spruce.name=Spruce Wood Slab +tile.woodSlab.birch.name=Birch Wood Slab +tile.woodSlab.jungle.name=Jungle Wood Slab +tile.brick.name=Bricks +tile.tnt.name=TNT +tile.bookshelf.name=Bookshelf +tile.stoneMoss.name=Mossy Cobblestone +tile.obsidian.name=Obsidian +tile.torch.name=Torch +tile.fire.name=Fire +tile.mobSpawner.name=Monster Spawner +tile.stairsWood.name=Oak Wood Stairs +tile.stairsWoodSpruce.name=Spruce Wood Stairs +tile.stairsWoodBirch.name=Birch Wood Stairs +tile.stairsWoodJungle.name=Jungle Wood Stairs +tile.chest.name=Chest +tile.chestTrap.name=Trapped Chest +tile.redstoneDust.name=Redstone Dust +tile.oreDiamond.name=Diamond Ore +tile.blockDiamond.name=Diamond Block +tile.workbench.name=Crafting Table +tile.crops.name=Crops +tile.farmland.name=Farmland +tile.furnace.name=Furnace +tile.sign.name=Sign +tile.doorWood.name=Wooden Door +tile.ladder.name=Ladder +tile.rail.name=Rail +tile.goldenRail.name=Powered Rail +tile.activatorRail.name=Activator Rail +tile.detectorRail.name=Detector Rail +tile.stairsStone.name=Stone Stairs +tile.stairsSandStone.name=Sandstone Stairs +tile.lever.name=Lever +tile.pressurePlate.name=Pressure Plate +tile.weightedPlate_light.name=Weighted Pressure Plate (Light) +tile.weightedPlate_heavy.name=Weighted Pressure Plate (Heavy) +tile.doorIron.name=Iron Door +tile.oreRedstone.name=Redstone Ore +tile.notGate.name=Redstone Torch +tile.button.name=Button +tile.snow.name=Snow +tile.ice.name=Ice +tile.cactus.name=Cactus +tile.clay.name=Clay +tile.reeds.name=Sugar cane +tile.jukebox.name=Jukebox +tile.fence.name=Fence +tile.fenceGate.name=Fence Gate +tile.pumpkin.name=Pumpkin +tile.litpumpkin.name=Jack 'o' Lantern +tile.hellrock.name=Netherrack +tile.hellsand.name=Soul Sand +tile.lightgem.name=Glowstone +tile.portal.name=Portal +tile.cloth.black.name=Black Wool +tile.cloth.red.name=Red Wool +tile.cloth.green.name=Green Wool +tile.cloth.brown.name=Brown Wool +tile.cloth.blue.name=Blue Wool +tile.cloth.purple.name=Purple Wool +tile.cloth.cyan.name=Cyan Wool +tile.cloth.silver.name=Light Grey Wool +tile.cloth.gray.name=Grey Wool +tile.cloth.pink.name=Pink Wool +tile.cloth.lime.name=Light Green Wool +tile.cloth.yellow.name=Yellow Wool +tile.cloth.lightBlue.name=Light Blue Wool +tile.cloth.magenta.name=Magenta Wool +tile.cloth.orange.name=Orange Wool +tile.cloth.white.name=Wool +tile.oreLapis.name=Lapis Lazuli Ore +tile.blockLapis.name=Lapis Lazuli Block +tile.dispenser.name=Dispenser +tile.dropper.name=Dropper +tile.musicBlock.name=Note Block +tile.cake.name=Cake +tile.bed.name=Bed +tile.bed.occupied=This bed is occupied +tile.bed.noSleep=You can only sleep at night +tile.bed.notSafe=You may not rest now, there are monsters nearby +tile.bed.notValid=Your home bed was missing or obstructed +tile.lockedchest.name=Locked chest +tile.trapdoor.name=Trapdoor +tile.web.name=Cobweb +tile.stonebricksmooth.name=Stone Bricks +tile.stonebricksmooth.default.name=Stone Bricks +tile.stonebricksmooth.mossy.name=Mossy Stone Bricks +tile.stonebricksmooth.cracked.name=Cracked Stone Bricks +tile.stonebricksmooth.chiseled.name=Chiselled Stone Bricks +tile.monsterStoneEgg.stone.name=Stone Monster Egg +tile.monsterStoneEgg.cobble.name=Cobblestone Monster Egg +tile.monsterStoneEgg.brick.name=Stone Brick Monster Egg +tile.pistonBase.name=Piston +tile.pistonStickyBase.name=Sticky Piston +tile.fenceIron.name=Iron Bars +tile.melon.name=Melon +tile.stairsBrick.name=Brick Stairs +tile.stairsStoneBrickSmooth.name=Stone Brick Stairs +tile.vine.name=Vines +tile.netherBrick.name=Nether Brick +tile.netherFence.name=Nether Brick Fence +tile.stairsNetherBrick.name=Nether Brick Stairs +tile.netherStalk.name=Nether Wart +tile.cauldron.name=Cauldron +tile.enchantmentTable.name=Enchantment Table +tile.anvil.name=Anvil +tile.anvil.intact.name=Anvil +tile.anvil.slightlyDamaged.name=Slightly Damaged Anvil +tile.anvil.veryDamaged.name=Very Damaged Anvil +tile.whiteStone.name=End Stone +tile.endPortalFrame.name=End Portal +tile.mycel.name=Mycelium +tile.waterlily.name=Lily Pad +tile.dragonEgg.name=Dragon Egg +tile.redstoneLight.name=Redstone Lamp +tile.cocoa.name=Cocoa +tile.enderChest.name=Ender Chest +tile.oreRuby.name=Ruby Ore +tile.oreEmerald.name=Emerald Ore +tile.blockEmerald.name=Emerald Block +tile.blockRedstone.name=Redstone Block +tile.tripWire.name=Tripwire +tile.tripWireSource.name=Tripwire Hook +tile.commandBlock.name=Command Block +tile.beacon.name=Beacon +tile.beacon.primary=Primary Power +tile.beacon.secondary=Secondary Power +tile.cobbleWall.normal.name=Cobblestone Wall +tile.cobbleWall.mossy.name=Mossy Cobblestone Wall +tile.carrots.name=Carrots +tile.potatoes.name=Potatoes +tile.daylightDetector.name=Daylight Sensor +tile.netherquartz.name=Nether Quartz Ore +tile.hopper.name=Hopper +tile.quartzBlock.default.name=Quartz Block +tile.quartzBlock.chiseled.name=Chiselled Quartz Block +tile.quartzBlock.lines.name=Pillar Quartz Block +tile.stairsQuartz.name=Quartz Stairs + +item.shovelIron.name=Iron Spade +item.pickaxeIron.name=Iron Pickaxe +item.hatchetIron.name=Iron Axe +item.flintAndSteel.name=Flint and Steel +item.apple.name=Apple +item.cookie.name=Cookie +item.bow.name=Bow +item.arrow.name=Arrow +item.coal.name=Coal +item.charcoal.name=Charcoal +item.diamond.name=Diamond +item.emerald.name=Emerald +item.ingotIron.name=Iron Ingot +item.ingotGold.name=Gold Ingot +item.swordIron.name=Iron Sword +item.swordWood.name=Wooden Sword +item.shovelWood.name=Wooden Spade +item.pickaxeWood.name=Wooden Pickaxe +item.hatchetWood.name=Wooden Axe +item.swordStone.name=Stone Sword +item.shovelStone.name=Stone Spade +item.pickaxeStone.name=Stone Pickaxe +item.hatchetStone.name=Stone Axe +item.swordDiamond.name=Diamond Sword +item.shovelDiamond.name=Diamond Spade +item.pickaxeDiamond.name=Diamond Pickaxe +item.hatchetDiamond.name=Diamond Axe +item.stick.name=Stick +item.bowl.name=Bowl +item.mushroomStew.name=Mushroom Soup +item.swordGold.name=Golden Sword +item.shovelGold.name=Golden Spade +item.pickaxeGold.name=Golden Pickaxe +item.hatchetGold.name=Golden Axe +item.string.name=String +item.feather.name=Feather +item.sulphur.name=Gunpowder +item.hoeWood.name=Wooden Hoe +item.hoeStone.name=Stone Hoe +item.hoeIron.name=Iron Hoe +item.hoeDiamond.name=Diamond Hoe +item.hoeGold.name=Golden Hoe +item.seeds.name=Seeds +item.seeds_pumpkin.name=Pumpkin Seeds +item.seeds_melon.name=Melon Seeds +item.melon.name=Melon +item.wheat.name=Wheat +item.bread.name=Bread +item.helmetCloth.name=Leather Cap +item.chestplateCloth.name=Leather Tunic +item.leggingsCloth.name=Leather Trousers +item.bootsCloth.name=Leather Boots +item.helmetChain.name=Chain Helmet +item.chestplateChain.name=Chain Chestplate +item.leggingsChain.name=Chain Trousers +item.bootsChain.name=Chain Boots +item.helmetIron.name=Iron Helmet +item.chestplateIron.name=Iron Chestplate +item.leggingsIron.name=Iron Leggings +item.bootsIron.name=Iron Boots +item.helmetDiamond.name=Diamond Helmet +item.chestplateDiamond.name=Diamond Chestplate +item.leggingsDiamond.name=Diamond Leggings +item.bootsDiamond.name=Diamond Boots +item.helmetGold.name=Golden Helmet +item.chestplateGold.name=Golden Chestplate +item.leggingsGold.name=Golden Leggings +item.bootsGold.name=Golden Boots +item.flint.name=Flint +item.porkchopRaw.name=Raw Pork Chop +item.porkchopCooked.name=Cooked Pork Chop +item.chickenRaw.name=Raw Chicken +item.chickenCooked.name=Roast Chicken +item.beefRaw.name=Raw Steak +item.beefCooked.name=Cooked Steak +item.painting.name=Painting +item.frame.name=Item Frame +item.appleGold.name=Golden Apple +item.sign.name=Sign +item.doorWood.name=Wooden Door +item.bucket.name=Bucket +item.bucketWater.name=Water Bucket +item.bucketLava.name=Lava Bucket +item.minecart.name=Minecart +item.saddle.name=Saddle +item.doorIron.name=Iron Door +item.redstone.name=Redstone +item.snowball.name=Snowball +item.boat.name=Boat +item.leather.name=Leather +item.milk.name=Milk Bucket +item.brick.name=Brick +item.clay.name=Clay +item.reeds.name=Sugar Canes +item.paper.name=Paper +item.book.name=Book +item.slimeball.name=Slimeball +item.minecartChest.name=Minecart with Chest +item.minecartFurnace.name=Powered Minecart +item.minecartTnt.name=Minecart with TNT +item.minecartHopper.name=Minecart with Hopper +item.egg.name=Egg +item.compass.name=Compass +item.fishingRod.name=Fishing Rod +item.clock.name=Watch +item.yellowDust.name=Glowstone Dust +item.fishRaw.name=Raw Fish +item.fishCooked.name=Cooked Fish +item.record.name=Music Disc +item.bone.name=Bone +item.dyePowder.black.name=Ink Sac +item.dyePowder.red.name=Rose Red +item.dyePowder.green.name=Cactus Green +item.dyePowder.brown.name=Cocoa Beans +item.dyePowder.blue.name=Lapis Lazuli +item.dyePowder.purple.name=Purple Dye +item.dyePowder.cyan.name=Cyan Dye +item.dyePowder.silver.name=Light Grey Dye +item.dyePowder.gray.name=Grey Dye +item.dyePowder.pink.name=Pink Dye +item.dyePowder.lime.name=Lime Green Dye +item.dyePowder.yellow.name=Dandelion Yellow +item.dyePowder.lightBlue.name=Light Blue Dye +item.dyePowder.magenta.name=Magenta Dye +item.dyePowder.orange.name=Orange Dye +item.dyePowder.white.name=Bone Meal +item.sugar.name=Sugar +item.cake.name=Cake +item.bed.name=Bed +item.diode.name=Redstone Repeater +item.comparator.name=Redstone Comparator +item.map.name=Map +item.leaves.name=Leaves +item.shears.name=Shears +item.rottenFlesh.name=Rotten Flesh +item.enderPearl.name=Ender Pearl +item.blazeRod.name=Blaze Rod +item.ghastTear.name=Ghast Tear +item.netherStalkSeeds.name=Nether Wart +item.potion.name=Potion +item.emptyPotion.name=Water Bottle +item.goldNugget.name=Golden Nugget +item.glassBottle.name=Glass Bottle +item.spiderEye.name=Spider Eye +item.fermentedSpiderEye.name=Fermented Spider Eye +item.blazePowder.name=Blaze Powder +item.magmaCream.name=Magma Cream +item.cauldron.name=Cauldron +item.brewingStand.name=Brewing Stand +item.eyeOfEnder.name=Eye of Ender +item.speckledMelon.name=Glistering Melon +item.monsterPlacer.name=Spawn +item.expBottle.name=Bottle o' Enchanting +item.fireball.name=Fire Charge +item.writingBook.name=Book and Quill +item.writtenBook.name=Written Book +item.ruby.name=Ruby +item.flowerPot.name=Flower Pot +item.emptyMap.name=Empty Map +item.carrots.name=Carrot +item.carrotGolden.name=Golden Carrot +item.potato.name=Potato +item.potatoBaked.name=Baked Potato +item.potatoPoisonous.name=Poisonous Potato +item.skull.skeleton.name=Skeleton Skull +item.skull.wither.name=Wither Skeleton Skull +item.skull.zombie.name=Zombie Head +item.skull.char.name=Head +item.skull.player.name=%s's Head +item.skull.creeper.name=Creeper Head +item.carrotOnAStick.name=Carrot on a Stick +item.netherStar.name=Nether Star +item.pumpkinPie.name=Pumpkin Pie +item.enchantedBook.name=Enchanted Book +item.fireworks.name=Firework Rocket +item.fireworks.flight=Flight Duration: +item.fireworksCharge.name=Firework Star +item.fireworksCharge.black=Black +item.fireworksCharge.red=Red +item.fireworksCharge.green=Green +item.fireworksCharge.brown=Brown +item.fireworksCharge.blue=Blue +item.fireworksCharge.purple=Purple +item.fireworksCharge.cyan=Cyan +item.fireworksCharge.silver=Light Gray +item.fireworksCharge.gray=Gray +item.fireworksCharge.pink=Pink +item.fireworksCharge.lime=Lime +item.fireworksCharge.yellow=Yellow +item.fireworksCharge.lightBlue=Light Blue +item.fireworksCharge.magenta=Magenta +item.fireworksCharge.orange=Orange +item.fireworksCharge.white=White +item.fireworksCharge.customColor=Custom +item.fireworksCharge.fadeTo=Fade to +item.fireworksCharge.flicker=Twinkle +item.fireworksCharge.trail=Trail +item.fireworksCharge.type.0=Small Ball +item.fireworksCharge.type.1=Large Ball +item.fireworksCharge.type.2=Star-shaped +item.fireworksCharge.type.3=Creeper-shaped +item.fireworksCharge.type.4=Burst +item.fireworksCharge.type=Unknown Shape +item.netherbrick.name=Nether Brick +item.netherquartz.name=Nether Quartz + +container.inventory=Inventory +container.hopper=Item Hopper +container.crafting=Crafting +container.dispenser=Dispenser +container.dropper=Dropper +container.furnace=Furnace +container.enchant=Enchant +container.repair=Repair & Name +container.repair.cost=Enchantment Cost: %1$d +container.repair.expensive=Too Expensive! +container.creative=Item Selection +container.brewing=Brewing Stand +container.chest=Chest +container.chestDouble=Large Chest +container.minecart=Minecart +container.enderchest=Ender Chest + +item.dyed=Dyed + +entity.Item.name=Item +entity.XPOrb.name=Experience Orb +entity.SmallFireball.name=Small Fireball +entity.Fireball.name=Fireball + +entity.Arrow.name=arrow +entity.Snowball.name=Snowball +entity.Painting.name=Painting + +entity.Mob.name=Mob +entity.Monster.name=Monster + +entity.Creeper.name=Creeper +entity.Skeleton.name=Skeleton +entity.Spider.name=Spider +entity.Giant.name=Giant +entity.Zombie.name=Zombie +entity.Slime.name=Slime +entity.Ghast.name=Ghast +entity.PigZombie.name=Zombie Pigman +entity.Enderman.name=Enderman +entity.Silverfish.name=Silverfish +entity.CaveSpider.name=Cave Spider +entity.Blaze.name=Blaze +entity.LavaSlime.name=Magma Cube +entity.MushroomCow.name=Mooshroom +entity.Villager.name=Villager +entity.VillagerGolem.name=Iron Golem +entity.SnowMan.name=Snow Golem +entity.EnderDragon.name=Ender Dragon +entity.WitherBoss.name=Wither +entity.Witch.name=Witch + +entity.Pig.name=Pig +entity.Sheep.name=Sheep +entity.Cow.name=Cow +entity.Chicken.name=Chicken +entity.Squid.name=Squid +entity.Wolf.name=Wolf +entity.Ozelot.name=Ocelot +entity.Cat.name=Cat +entity.Bat.name=Bat + +entity.PrimedTnt.name=Block of TNT +entity.FallingSand.name=Falling Block + +entity.Minecart.name=Minecart +entity.Boat.name=Boat + +entity.generic.name=unknown + +death.fell.accident.ladder=%1$s fell off a ladder +death.fell.accident.vines=%1$s fell off some vines +death.fell.accident.water=%1$s fell out of the water +death.fell.accident.generic=%1$s fell from a high place +death.fell.killer=%1$s was doomed to fall +death.fell.assist=%1$s was doomed to fall by %2$s +death.fell.assist.item=%1$s was doomed to fall by %2$s using %3$s +death.fell.finish=%1$s was fell too far and was finished by %2$s +death.fell.finish.item=%1$s was fell too far and was finished by %2$s using %3$s + +death.attack.inFire=%1$s went up in flames +death.attack.inFire.player=%1$s walked into fire whilst fighting %2$s +death.attack.onFire=%1$s burnt to death +death.attack.onFire.player=%1$s was burnt to a crisp whilst fighting %2$s +death.attack.lava=%1$s tried to swim in lava +death.attack.lava.player=%1$s tried to swim in lava to escape %2$s +death.attack.inWall=%1$s suffocated in a wall +death.attack.drown=%1$s drowned +death.attack.drown.player=%1$s drowned whilst trying to escape %2$s +death.attack.starve=%1$s starved to death +death.attack.cactus=%1$s was pricked to death +death.attack.cactus.player=%1$s walked into a cactus whilst trying to escape %2$s +death.attack.generic=%1$s died +death.attack.explosion=%1$s blew up +death.attack.explosion.player=%1$s was blown up by %2$s +death.attack.magic=%1$s was killed by magic +death.attack.wither=%1$s withered away +death.attack.anvil=%1$s was squashed by a falling anvil +death.attack.fallingBlock=%1$s was squashed by a falling block +death.attack.mob=%1$s was slain by %2$s +death.attack.player=%1$s was slain by %2$s +death.attack.player.item=%1$s was slain by %2$s using %3$s +death.attack.arrow=%1$s was shot by %2$s +death.attack.arrow.item=%1$s was shot by %2$s using %3$s +death.attack.fireball=%1$s was fireballed by %2$s +death.attack.fireball.item=%1$s was fireballed by %2$s using %3$s +death.attack.thrown=%1$s was pummelled by %2$s +death.attack.thrown.item=%1$s was pummelled by %2$s using %3$s +death.attack.indirectMagic=%1$s was killed by %2$s using magic +death.attack.indirectMagic.item=%1$s was killed by %2$s using %3$s +death.attack.thorns=%1$s was killed trying to hurt %2$s +death.attack.fall=%1$s hit the ground too hard +death.attack.outOfWorld=%1$s fell out of the world + +deathScreen.respawn=Respawn +deathScreen.deleteWorld=Delete world +deathScreen.titleScreen=Main menu +deathScreen.score=Score +deathScreen.title.hardcore=Game over! +deathScreen.hardcoreInfo=You cannot respawn in hardcore mode! +deathScreen.title=You died! +deathScreen.leaveServer=Leave server + +potion.empty=No Effects +potion.moveSpeed=Speed +potion.moveSlowdown=Slowness +potion.digSpeed=Haste +potion.digSlowDown=Mining Fatigue +potion.damageBoost=Strength +potion.weakness=Weakness +potion.heal=Instant Health +potion.harm=Instant Damage +potion.jump=Jump Boost +potion.confusion=Nausea +potion.regeneration=Regeneration +potion.resistance=Resistance +potion.fireResistance=Fire Resistance +potion.waterBreathing=Water Breathing +potion.invisibility=Invisibility +potion.blindness=Blindness +potion.nightVision=Night Vision +potion.hunger=Hunger +potion.poison=Poison +potion.wither=Wither + +potion.moveSpeed.postfix=Potion of Swiftness +potion.moveSlowdown.postfix=Potion of Slowness +potion.digSpeed.postfix=Potion of Haste +potion.digSlowDown.postfix=Potion of Dullness +potion.damageBoost.postfix=Potion of Strength +potion.weakness.postfix=Potion of Weakness +potion.heal.postfix=Potion of Healing +potion.harm.postfix=Potion of Harming +potion.jump.postfix=Potion of Leaping +potion.confusion.postfix=Potion of Nausea +potion.regeneration.postfix=Potion of Regeneration +potion.resistance.postfix=Potion of Resistance +potion.fireResistance.postfix=Potion of Fire Resistance +potion.waterBreathing.postfix=Potion of Water Breathing +potion.invisibility.postfix=Potion of Invisibility +potion.blindness.postfix=Potion of Blindness +potion.nightVision.postfix=Potion of Night Vision +potion.hunger.postfix=Potion of Hunger +potion.poison.postfix=Potion of Poison +potion.wither.postfix=Potion of Decay + +potion.potency.0= +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV + +potion.prefix.grenade=Splash +potion.prefix.mundane=Mundane +potion.prefix.uninteresting=Uninteresting +potion.prefix.bland=Bland +potion.prefix.clear=Clear +potion.prefix.milky=Milky +potion.prefix.diffuse=Diffuse +potion.prefix.artless=Artless +potion.prefix.thin=Thin +potion.prefix.awkward=Awkward +potion.prefix.flat=Flat +potion.prefix.bulky=Bulky +potion.prefix.bungling=Bungling +potion.prefix.buttered=Buttered +potion.prefix.smooth=Smooth +potion.prefix.suave=Suave +potion.prefix.debonair=Debonair +potion.prefix.thick=Thick +potion.prefix.elegant=Elegant +potion.prefix.fancy=Fancy +potion.prefix.charming=Charming +potion.prefix.dashing=Dashing +potion.prefix.refined=Refined +potion.prefix.cordial=Cordial +potion.prefix.sparkling=Sparkling +potion.prefix.potent=Potent +potion.prefix.foul=Foul +potion.prefix.odorless=Odourless +potion.prefix.rank=Rank +potion.prefix.harsh=Harsh +potion.prefix.acrid=Acrid +potion.prefix.gross=Gross +potion.prefix.stinky=Stinky + +enchantment.damage.all=Sharpness +enchantment.damage.undead=Smite +enchantment.damage.arthropods=Bane of Arthropods +enchantment.knockback=Knockback +enchantment.fire=Fire Aspect +enchantment.protect.all=Protection +enchantment.protect.fire=Fire Protection +enchantment.protect.fall=Feather Falling +enchantment.protect.explosion=Blast Protection +enchantment.protect.projectile=Projectile Protection +enchantment.oxygen=Respiration +enchantment.waterWorker=Aqua Affinity +enchantment.digging=Efficiency +enchantment.untouching=Silk Touch +enchantment.durability=Unbreaking +enchantment.lootBonus=Looting +enchantment.lootBonusDigger=Fortune +enchantment.arrowDamage=Power +enchantment.arrowFire=Flame +enchantment.arrowKnockback=Punch +enchantment.arrowInfinite=Infinity +enchantment.thorns=Thorns + +enchantment.level.1=I +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.level.10=X + +gui.achievements=Achievements +gui.stats=Statistics + +stat.generalButton=General +stat.blocksButton=Blocks +stat.itemsButton=Items + +stat.used=Times Used +stat.mined=Times Mined +stat.depleted=Times Depleted +stat.crafted=Times Crafted + +stat.startGame=Times played +stat.createWorld=Worlds played +stat.loadWorld=Worlds loaded +stat.joinMultiplayer=Multiplayer joins +stat.leaveGame=Games quit + +stat.playOneMinute=Minutes Played + +stat.walkOneCm=Distance Walked +stat.fallOneCm=Distance Fallen +stat.swimOneCm=Distance Swam +stat.flyOneCm=Distance Flown +stat.climbOneCm=Distance Climbed +stat.diveOneCm=Distance Dived +stat.minecartOneCm=Distance by Minecart +stat.boatOneCm=Distance by Boat +stat.pigOneCm=Distance by Pig +stat.jump=Jumps +stat.drop=Items Dropped + +stat.damageDealt=Damage Dealt +stat.damageTaken=Damage Taken +stat.deaths=Number of Deaths +stat.mobKills=Mobs Killed +stat.playerKills=Players Killed +stat.fishCaught=Fish Caught + +stat.mineBlock=%1$s Mined +stat.craftItem=%1$s Crafted +stat.useItem=%1$s Used +stat.breakItem=%1$s Depleted + +achievement.get=Achievement get! + +achievement.taken=Achieved! + +achievement.requires=Requires '%1$s' +achievement.openInventory=Taking Inventory +achievement.openInventory.desc=Press '%1$s' to open your inventory. +achievement.mineWood=Getting Wood +achievement.mineWood.desc=Attack a tree until a block of wood pops out +achievement.buildWorkBench=Benchmarking +achievement.buildWorkBench.desc=Craft a workbench with four blocks of planks +achievement.buildPickaxe=Time to Mine! +achievement.buildPickaxe.desc=Use planks and sticks to make a pickaxe +achievement.buildFurnace=Hot Topic +achievement.buildFurnace.desc=Construct a furnace out of eight stone blocks +achievement.acquireIron=Acquire Hardware +achievement.acquireIron.desc=Smelt an iron bar +achievement.buildHoe=Time to Farm! +achievement.buildHoe.desc=Use planks and sticks to make a hoe +achievement.makeBread=Bake Bread +achievement.makeBread.desc=Turn wheat into bread +achievement.bakeCake=The Lie +achievement.bakeCake.desc=Wheat, sugar, milk and eggs! +achievement.buildBetterPickaxe=Getting an Upgrade +achievement.buildBetterPickaxe.desc=Construct a better pickaxe +achievement.cookFish=Delicious Fish +achievement.cookFish.desc=Catch and cook a fish! +achievement.onARail=On A Rail +achievement.onARail.desc=Travel by minecart at least 1 km from where you started +achievement.buildSword=Time to Strike! +achievement.buildSword.desc=Use planks and sticks to make a sword +achievement.killEnemy=Monster Hunter +achievement.killEnemy.desc=Kill a monster +achievement.killCow=Cow Tipper +achievement.killCow.desc=Harvest some leather +achievement.flyPig=When Pigs Fly +achievement.flyPig.desc=Fly a pig off a cliff +achievement.snipeSkeleton=Sniper Duel +achievement.snipeSkeleton.desc=Kill a skeleton with an arrow from more than 50 metres +achievement.diamonds=DIAMONDS! +achievement.diamonds.desc=Acquire diamonds with your iron tools +achievement.portal=We Need to Go Deeper +achievement.portal.desc=Build a portal to the Nether +achievement.ghast=Return to Sender +achievement.ghast.desc=Kill a Ghast with a fireball +achievement.blazeRod=Into Fire +achievement.blazeRod.desc=Relieve a Blaze of its rod +achievement.potion=Local Brewery +achievement.potion.desc=Brew a potion +achievement.theEnd=The End? +achievement.theEnd.desc=Locate the End +achievement.theEnd2=The End. +achievement.theEnd2.desc=Defeat the Ender Dragon +achievement.enchantments=Enchanter +achievement.enchantments.desc=Use a book, obsidian and diamonds to construct an enchantment table +achievement.overkill=Overkill +achievement.overkill.desc=Deal eight hearts of damage in a single hit +achievement.bookcase=Librarian +achievement.bookcase.desc=Build some bookshelves to improve your enchantment table + +commands.generic.exception=An unknown error occurred while attempting to perform this command +commands.generic.syntax=Invalid command syntax +commands.generic.player.notFound=That player could not be found +commands.generic.notFound=Unknown command. Try /help for a list of commands. +commands.generic.num.invalid='%s' is not a valid number +commands.generic.num.tooSmall=The number you have entered (%d) is too small, it must be at least %d +commands.generic.num.tooBig=The number you have entered (%d) is too big, it must be at most %d +commands.generic.double.tooSmall=The number you have entered (%d) is too small, it must be at least %d +commands.generic.double.tooBig=The number you have entered (%d) is too big, it must be at most %d +commands.generic.usage=Usage: %s + +commands.xp.failure.widthdrawXp=Cannot give player negative experience points +commands.xp.success=Given %d experience to %s +commands.xp.success.levels=Given %d levels to %s +commands.xp.success.negative.levels=Taken %d levels from %s +commands.xp.usage=/xp [player] OR /xp L [player] +commands.give.usage=/give [amount] [data] +commands.give.notFound=There is no such item with ID %d +commands.give.success=Given %s (ID %d) * %d to %s +commands.effect.usage=/effect [seconds] [amplifier] +commands.effect.notFound=There is no such mob effect with ID %d +commands.effect.success=Given %1$s (ID %2$d) * %3$d to %4$s for %5$d seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.enchant.usage=/enchant [level] +commands.enchant.notFound=There is no such enchantment with ID %d +commands.enchant.noItem=The target doesn't hold an item +commands.enchant.cantEnchant=The selected enchantment can't be added to the target item +commands.enchant.cantCombine=%1$s can't be combined with %2$s +commands.enchant.success=Enchanting succeeded +commands.clear.usage=/clear [item] [data] +commands.clear.success=Cleared the inventory of %s, removing %d items +commands.clear.failure=Could not clear the inventory of %s, no items to remove +commands.downfall.success=Toggled downfall +commands.time.usage=/time +commands.time.added=Added %d to the time +commands.time.set=Set the time to %d +commands.players.list=There are %d/%d players online: +commands.banlist.ips=There are %d total banned IP addresses: +commands.banlist.players=There are %d total banned players: +commands.banlist.usage=/banlist [ips|players] +commands.kick.success=Kicked %s from the game +commands.kick.success.reason=Kicked %s from the game: '%s' +commands.kick.usage=/kick [reason ...] +commands.op.success=%s was opped +commands.op.usage=/op +commands.deop.success=De-opped %s +commands.deop.usage=/deop +commands.say.usage=/say +commands.ban.success=Banned player %s +commands.ban.usage=/ban [reason ...] +commands.unban.success=Unbanned player %s +commands.unban.usage=/pardon +commands.banip.invalid=You have entered an invalid IP address or a player that is not online +commands.banip.success=Banned IP address %s +commands.banip.success.players=Banned IP address %s belonging to %s +commands.banip.usage=/ban-ip [reason ...] +commands.unbanip.invalid=You have entered an invalid IP address +commands.unbanip.success=Unbanned IP address %s +commands.unbanip.usage=/pardon-ip
+commands.save.enabled=Turned on world auto-saving +commands.save.disabled=Turned off world auto-saving +commands.save.start=Saving... +commands.save.success=Saved the world +commands.save.failed=Saving failed: %s +commands.stop.start=Stopping the server +commands.tp.success=%s was teleported to %s +commands.tp.success.coordinates=Teleported %s to %.2f,%.2f,%.2f +commands.tp.usage=/tp [target player] OR /tp [target player] +commands.tp.notSameDimension=Unable to teleport because players are not in the same dimension +commands.whitelist.list=There are %d (out of %d seen) whitelisted players: +commands.whitelist.enabled=The whitelist was turned on +commands.whitelist.disabled=The whitelist was turned off +commands.whitelist.reloaded=The whitelist was reloaded +commands.whitelist.add.success=%s was added to the whitelist +commands.whitelist.add.usage=/whitelist add +commands.whitelist.remove.success=Removed %s from the whitelist +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.scoreboard.usage=/scoreboard +commands.scoreboard.teamNotFound=No team was found by the name '%s' +commands.scoreboard.objectiveNotFound=No objective was found by the name '%s' +commands.scoreboard.objectiveReadOnly=The objective '%s' is read-only and cannot be set +commands.scoreboard.objectives.usage=/scoreboard objectives +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [objective] +commands.scoreboard.objectives.setdisplay.invalidSlot=No such display slot '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Cleared objective display slot '%s' +commands.scoreboard.objectives.setdisplay.successSet=Set the display objective in slot '%s' to '%s' +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [display name ...] +commands.scoreboard.objectives.add.wrongType=Invalid objective criteria type. Valid types are: %s +commands.scoreboard.objectives.add.alreadyExists=An objective with the name '%s' already exists +commands.scoreboard.objectives.add.tooLong=The name '%s' is too long for an objective, it can be at most %d characters long +commands.scoreboard.objectives.add.displayTooLong=The name '%s' is too long for an objective, it can be at most %d characters long +commands.scoreboard.objectives.add.success=Added new objective '%s' successfully +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.remove.success=Removed objective '%s' successfully +commands.scoreboard.objectives.list.count=Showing %d objective(s) on scoreboard +commands.scoreboard.objectives.list.entry=- %s: displays as '%s' and is type '%s' +commands.scoreboard.objectives.list.empty=There are no objectives on the scoreboard +commands.scoreboard.players.usage=/scoreboard players +commands.scoreboard.players.set.success=Set score of %s for player %s to %d +commands.scoreboard.players.set.usage=/scoreboard players set +commands.scoreboard.players.add.usage=/scoreboard players add +commands.scoreboard.players.remove.usage=/scoreboard players remove +commands.scoreboard.players.reset.usage=/scoreboard players reset +commands.scoreboard.players.reset.success=Reset all scores of player %s +commands.scoreboard.players.list.count=Showing %d tracked players on the scoreboard +commands.scoreboard.players.list.empty=There are no tracked players on the scoreboard +commands.scoreboard.players.list.player.count=Showing %d tracked objective(s) for %s +commands.scoreboard.players.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.players.list.player.empty=Player %s has no scores recorded +commands.scoreboard.teams.usage=/scoreboard teams +commands.scoreboard.teams.add.usage=/scoreboard teams add [display name ...] +commands.scoreboard.teams.add.alreadyExists=A team with the name '%s' already exists +commands.scoreboard.teams.add.tooLong=The name '%s' is too long for a team, it can be at most %d characters long +commands.scoreboard.teams.add.displayTooLong=The name '%s' is too long for a team, it can be at most %d characters long +commands.scoreboard.teams.add.success=Added new team '%s' successfully +commands.scoreboard.teams.list.usage=/scoreboard teams list [name] +commands.scoreboard.teams.list.count=Showing %d teams on the scoreboard +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' has %3$d players +commands.scoreboard.teams.list.empty=There are no teams registered on the scoreboard +commands.scoreboard.teams.list.player.count=Showing %d player(s) in team %s +commands.scoreboard.teams.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.teams.list.player.empty=Team %s has no players +commands.scoreboard.teams.empty.usage=/scoreboard teams clear +commands.scoreboard.teams.empty.alreadyEmpty=Team %s is already empty, cannot remove nonexistant players +commands.scoreboard.teams.empty.success=Removed all %d player(s) from team %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.remove.success=Removed team %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [player] +commands.scoreboard.teams.join.success=Added %d player(s) to team %s: %s +commands.scoreboard.teams.join.failure=Could not add %d player(s) to team %s: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [player] +commands.scoreboard.teams.leave.success=Removed %d player(s) from their teams: %s +commands.scoreboard.teams.leave.failure=Could not remove %d player(s) from their teams: %s +commands.scoreboard.teams.leave.noTeam=You are not in a team +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.option.noValue=Valid values for option %s are: %s +commands.scoreboard.teams.option.success=Set option %s for team %s to %s +commands.gamemode.success.self=Your game mode was set to %s +commands.gamemode.success.other=%s's game mode was set to %s +commands.gamemode.usage=/gamemode [player] +commands.defaultgamemode.usage=/defaultgamemode +commands.defaultgamemode.success=The world's default game mode is now %s +commands.me.usage=/me +commands.help.header=--- Showing page %d of %d help pages (/help ) --- +commands.help.footer=Tip: Use the key while typing a command to auto-complete the command or its arguments +commands.help.usage=/help [page|command name] +commands.publish.started=Local game hosted on %s +commands.publish.failed=Unable to host local game +commands.debug.start=Started debug profiling +commands.debug.stop=Stopped debug profiling after %.2f seconds (%d ticks) +commands.debug.notStarted=Can't stop profiling when we haven't started yet! +commands.debug.usage=/debug +commands.message.usage=/tell +commands.message.sameTarget=You can't send a private message to yourself! +commands.message.display.outgoing=You whisper to %s: %s +commands.message.display.incoming=%s whispers to you: %s +commands.difficulty.usage=/difficulty +commands.difficulty.success=Set game difficulty to %s +commands.spawnpoint.usage=/spawnpoint OR /spawnpoint OR /spawnpoint +commands.spawnpoint.success=Set %s's spawn point to (%d, %d, %d) +commands.gamerule.usage=/gamerule OR /gamerule +commands.gamerule.success=Game rule has been updated +commands.gamerule.norule=No game rule called '%s' is available +commands.weather.usage=/weather [duration in seconds] +commands.weather.clear=Changing to clear weather +commands.weather.rain=Changing to rainy weather +commands.weather.thunder=Changing to rain and thunder +commands.testfor.usage=/testfor +commands.testfor.failed=/testfor is only usable by commandblocks with analog output + +itemGroup.buildingBlocks=Building Blocks +itemGroup.decorations=Decoration Blocks +itemGroup.redstone=Redstone +itemGroup.transportation=Transportation +itemGroup.misc=Miscellaneous +itemGroup.search=Search +itemGroup.food=Foodstuffs +itemGroup.tools=Tools +itemGroup.combat=Combat +itemGroup.brewing=Brewing +itemGroup.materials=Materials +itemGroup.inventory=Inventory + +inventory.binSlot=Destroy Item + +advMode.setCommand=Set Console Command for Block +advMode.command=Console Command +advMode.nearestPlayer=Use "@p" to target nearest player +advMode.randomPlayer=Use "@r" to target random player +advMode.allPlayers=Use "@a" to target all players + +advMode.notEnabled=Command blocks are not enabled on this server +advMode.notAllowed=Must be an opped player in creative mode + +mco.title=Minecraft Realms +mco.selectServer.select=Join Server +mco.selectServer.configure=Configure +mco.selectServer.create=Create World +mco.selectServer.moreinfo=More Info + +mco.configure.world.edit.title=Edit World + +mco.configure.world.title=Configure World +mco.configure.world.name=Name +mco.configure.world.description=Description +mco.configure.world.location=Location +mco.configure.world.invited=Invited +mco.configure.world.buttons.edit=Edit +mco.configure.world.buttons.reset=Reset World +mco.configure.world.buttons.done=Done +mco.configure.world.buttons.delete=Delete +mco.configure.world.buttons.open=Open World +mco.configure.world.buttons.close=Close World +mco.configure.world.buttons.invite=Invite +mco.configure.world.buttons.uninvite=Uninvite +mco.configure.world.buttons.subscription=Subscription +mco.configure.world.invite.profile.name=Name +mco.configure.world.uninvite.question=Are you sure that you want to uninvite + +mco.configure.world.subscription.title=Subscription Info +mco.configure.world.subscription.daysleft=Days Left +mco.configure.world.subscription.start=Start Date +mco.configure.world.subscription.extend=Extend + +mco.create.world.location.title=Locations +mco.create.world.location.warning=You may not get the exact location you select +mco.create.world.wait=Creating the world... + +mco.reset.world.title=Reset World +mco.reset.world.warning=This will permanently delete your world! +mco.reset.world.seed=Seed (Optional) +mco.reset.world.resetting.screen.title=Resetting World... + +mco.configure.world.close.question.line1=Your world will become unavailable. +mco.configure.world.close.question.line2=Are you sure you want to do that? + +mco.connect.connecting=Connecting to the online server... +mco.connect.authorizing=Logging in... +mco.connect.failed=Failed to connect to the online server + +mco.create.world=Create + diff --git a/1.5.2/lang/en_PT.lang b/1.5.2/lang/en_PT.lang new file mode 100644 index 00000000..81a65169 --- /dev/null +++ b/1.5.2/lang/en_PT.lang @@ -0,0 +1,1293 @@ +#X-Generator: crowdin.net + +language.name=Pirate Speak +language.region=PIRATE +language.code=en_PT + +gui.done=Plundered +gui.cancel=Avast +gui.back=Back +gui.toMenu=Back ta deck +gui.up=Skywards +gui.down=Downwards +gui.yes=Aye +gui.no=Nay + +menu.singleplayer=Lonely Voyage +menu.multiplayer=Play with yer mates +menu.online=Minecraft Realms +menu.options=Methods... +menu.quit=Belay ye Adventure +menu.returnToMenu=Mark Yer Chart and Abandon Ship +menu.disconnect=Abandon Ship +menu.returnToGame=Return ta the fight +menu.switchingLevel=Enterin new waters +menu.generatingLevel=Creatin yer own swimmin' hole +menu.loadingLevel=Mapping yer' voyage +menu.generatingTerrain=Buildin' yer grubby land +menu.convertingLevel=Rewriting yer' map +menu.simulating=Catching tha wind in tha sails +menu.respawning=Cheatin' Davy Jones +menu.shareToLan=Open to ye bunkmates + +selectWorld.title=Choose yer port o' call +selectWorld.empty=nothin' here +selectWorld.world=Sea +selectWorld.select=Sail this Sea +selectWorld.create=Shape a new sea +selectWorld.recreate=Draft again +selectWorld.createDemo=Try a sea a moment +selectWorld.delete=Toss Overboard +selectWorld.rename=Describe Bett'r +selectWorld.deleteQuestion=Be ye sure ye wish ta burn this map? +selectWorld.deleteWarning=will nev'r be seen again! (Nev'r!) +selectWorld.deleteButton=Toss Overboard +selectWorld.renameButton=Describe Bett'r +selectWorld.renameTitle=Describe yer Sea again +selectWorld.conversion=This sea be needin' reshapin'! +selectWorld.newWorld=Shape Sea +selectWorld.newWorld.copyOf=Draft of %s +selectWorld.enterName=Sea Description +selectWorld.resultFolder=Will be rememb'red here: +selectWorld.enterSeed=Lay o' the land +selectWorld.seedInfo=Leave blank to set sail for unknown seas +selectWorld.cheats=Foul Sailing +selectWorld.customizeType=Draft yer map + +createWorld.customize.presets=Discovered seas +createWorld.customize.presets.title=Choose 'n explored sea +createWorld.customize.presets.select=Use Sea +createWorld.customize.presets.share=Want ta tell yer tales about yer sea with th' other pirates? Write down yer coordinates below! +createWorld.customize.presets.list=Here's th' coordinates of seas yer pirate mateys have written! +createWorld.customize.flat.title=Treasure Map Drafting +createWorld.customize.flat.tile=What's yer layer made of? +createWorld.customize.flat.height=Height +createWorld.customize.flat.addLayer=More pebbles +createWorld.customize.flat.editLayer=Change pebbles +createWorld.customize.flat.removeLayer=No need for these pebbles! +createWorld.customize.flat.layer.top=Ground - %d +createWorld.customize.flat.layer=%d +createWorld.customize.flat.layer.bottom=Core - %d + +gameMode.survival=Swashbuckler +gameMode.creative=Build yer ship fer nuthin' +gameMode.adventure=Plunderin' Forbid +gameMode.hardcore=No Lifeboats! +gameMode.changed=Yar livin' mode has been changed + +selectWorld.gameMode=Challenge: +selectWorld.gameMode.survival=Swashbuckler +selectWorld.gameMode.survival.line1=Loot, pillage, craft, gain +selectWorld.gameMode.survival.line2=magic, vitality and hunger +selectWorld.gameMode.creative=Aimless Sailing +selectWorld.gameMode.creative.line1=All treasure imaginable, travel by the sky 'n' +selectWorld.gameMode.creative.line2=break blocks to bits in just one hit +selectWorld.gameMode.hardcore=Captain +selectWorld.gameMode.hardcore.line1=Same as swashbuckler, locked at pirate +selectWorld.gameMode.hardcore.line2=difficulty. The captain goes down with the ship. +selectWorld.gameMode.adventure=Plunderin' Forbid +selectWorld.gameMode.adventure.line1=Like yer quest for davey jones locker, but ye blocks cannot +selectWorld.gameMode.adventure.line2=be hoisted anew or pillaged +selectWorld.moreWorldOptions=Customize yer land... +selectWorld.mapFeatures=Set sail for settled lands: +selectWorld.mapFeatures.info=Villages, forbidden lands 'n' more +selectWorld.mapType=Map Type: +selectWorld.mapType.normal=Sailor +selectWorld.allowCommands=Permit Foul Sailing +selectWorld.allowCommands.info=Orders like /gamemode, /xp +selectWorld.hardcoreMode=Harrrdcore: +selectWorld.hardcoreMode.info=Ye go down with the ship if she sinks. +selectWorld.bonusItems=Swabbies' Coffer: + +generator.default=Seas n' mountains! +generator.flat=Fla'r than the sea +generator.largeBiomes=Big seas + +selectServer.title=Choose yer Crew +selectServer.empty=nothin' here +selectServer.select=Join this crew +selectServer.direct=Board a ship directly +selectServer.edit=Scribble +selectServer.delete=Destroy +selectServer.add=Meet a crew +selectServer.defaultName=A Pirate Crew +selectServer.deleteQuestion=Be ye sure you wish ta remove this crew? +selectServer.deleteWarning=will be in Davy Jones' locker (fer centuries!) +selectServer.deleteButton=Sink +selectServer.refresh=Bring about again +selectServer.hiddenAddress=(the captain don't want you to see this sea) +addServer.title=Describe this Crew +addServer.enterName=Port name +addServer.enterIp=Coordinates +addServer.add=Finished +addServer.hideAddress=Hide ya sea +lanServer.title=Local Waters +lanServer.scanning=Scanning for games on your local network +lanServer.start=Make a private swimmin' hole +lanServer.otherPlayers=Yer Mateys Preference +mcoServer.title=Minecraft Online Land + +multiplayer.title=Sail the Seven Seas +multiplayer.connect=Visit +multiplayer.info1=Minecraft Multiplayarrr be not complete, but thar +multiplayer.info2=be some buggy early trials happenin'. +multiplayer.ipinfo=Write down the coordinates of yer crew to visit 'em: + +multiplayer.texturePrompt.line1=The crew wants ye to paint yer vessel. +multiplayer.texturePrompt.line2=Do ye want to apply the changes to yer vessel? + +multiplayer.downloadingTerrain=Washing spectacles + +multiplayer.stopSleeping=Get on deck! + +chat.link.confirm=Ye be certain to examine yer matey's map? +chat.link.warning=Don't examine ye map from a suspicious matey! +chat.copy=Write down yer map + +menu.playdemo=Test yer sea +menu.resetdemo=Destroy yer test sea +demo.day.1=This here demo be lastin' five game days, do yer worst! +demo.day.2=Day Two, Arrrr! +demo.day.3=It be Day Three +demo.day.4=Sun Four +demo.day.5=This be yer last day! +demo.day.warning=Yer time be almost up! +demo.day.6=Ye be passed yer fifth day, use f2 ta grab a record o' yer creation +demo.reminder=Yer voyage has come to a bitter end. Hire another captain or charter a new ship! +demo.remainingTime=Time ye hav' left: %s +demo.demoExpired=Ye time's up fo' ye demo, lad! +demo.help.movement=Use %1$s, %2$s, %3$s, %4$s an' the mouse ta navigate +demo.help.movementShort=Explore ye land by using %1$s, %2$s, %3$s, %4$s +demo.help.movementMouse=Scram around using da mouse! +demo.help.jump=Make leaps an' bounds by pressin' %1$s +demo.help.inventory=Use %1$s to look at yer swag +demo.help.title=Minecraft: Ye Short Game +demo.help.fullWrapped=Dis here short game be lastin' 5 game suns and moons. (1 hour 40 minutes of ye real time). Gander at ye' 'chiev'ments fo' ye clues! Avast! +demo.help.buy=Pay up ye gold dabloons! +demo.help.later=Keep plundering! + +connect.connecting=Joining a crew... +connect.authorizing=Dockin' ship... +connect.failed=Wrong coordinates, matey + +disconnect.genericReason=%s +disconnect.disconnected=Marooned +disconnect.lost=Lost yer coordinates +disconnect.kicked=Walked the plank +disconnect.timeout=Time to be hirin' a new navigator +disconnect.closed=Ya' been kicked out'a yar ship! +disconnect.loginFailed=Failed to dock +disconnect.loginFailedInfo=Failed to dock: %s +disconnect.quitting=Leavin' port +disconnect.endOfStream=Ye passed out +disconnect.overflow=Yer ship needs an upgrade +disconnect.spam=Yer chatter be inter'ferin' + +options.off=NAY +options.on=AYE +options.visible=Dug Up +options.hidden=Buried +options.title=Methods +options.controls=The Wheel... +options.video=Change yer Spectacles... +options.language=Lingo... +options.languageWarning=ARRR, pirate be 100% right when speakin' +options.videoTitle=Spectacles +options.music=Shanties +options.sound=Ocean Breeze +options.invertMouse=Flip ye wheel +options.fov=Drunkness +options.fov.min=Like when born +options.fov.max=By The Beard Of Captain Morgan! +options.gamma=Sunshinin' +options.gamma.min=Eyepatch Dark +options.gamma.max=Need a second eyepatch +options.sensitivity=Mouse Drunkedness +options.sensitivity.min=Too slow, matey +options.sensitivity.max=ARRRRRRRR!!! +options.renderDistance=Height o' t'Mast +options.renderDistance.tiny=Bottom 'o' tha mast +options.renderDistance.short=Quarter Mast +options.renderDistance.normal=Half Mast +options.renderDistance.far=Top 'o' tha mast +options.viewBobbing=Peg-Leg Wobble +options.ao=Smooth Lightin' +options.ao.off=Off +options.ao.min=Minimum +options.ao.max=Maximum +options.anaglyph=Stereoscope Ho! +options.framerateLimit=How good ya doin' +options.difficulty=Level 'o Dangerrrrous +options.difficulty.peaceful=Smooth sailin' +options.difficulty.easy=Deckswabber +options.difficulty.normal=RegulARRRR +options.difficulty.hard=True Pirate +options.difficulty.hardcore=Harrrdcore +options.graphics=Savvy Sights +options.graphics.fancy=Dashing +options.graphics.fast=Quick +options.guiScale=Size o' yer eyepatch +options.guiScale.auto=By magic +options.guiScale.small=Small'r +options.guiScale.normal=AvARRRage +options.guiScale.large=Vast +options.advancedOpengl=Bett'r OpenGL +options.renderClouds=Sun Cov'r +options.farWarning1=A '64-bit' mast installation be better, matey +options.farWarning2=fer climbin' to tha top o' tha mast (ye be havin' 32 bottles) +options.particles=Parrrticles +options.particles.all=All +options.particles.decreased=Not so much +options.particles.minimal=BARRely +options.multiplayer.title=Crew Thin's... +options.chat.title=Parlay Methods... +options.chat.visibility=Chat +options.chat.visibility.full=Shown +options.chat.visibility.system=Orders Only +options.chat.visibility.hidden=Not seein' +options.chat.color=Colors +options.chat.opacity=Visibility +options.chat.links=Web Links +options.chat.links.prompt=Prompt on Plankwalks +options.chat.scale=Somethin' that measures +options.chat.width=Yer side to side measurement +options.chat.height.focused=A clear height +options.chat.height.unfocused=A not so clear height +options.showCape=Show ya robe +options.serverTextures=Crew Textures +options.snooper=Allow spies on ye ship +options.snooper.view=rules for tharr spies +options.snooper.title=Ship Specs Recordin' +options.snooper.desc=We want to learn about your ship to improve your sail by knowing what ship it is and what problems it has. The captain's identity is kept secret and info can be seen below. We won't wreck your ship, but if you don't want us here then make us walk the plank! +options.texture.pack=Paint yer vessel +options.fullscreen=Biggarrr View +options.vsync=Use VSink +options.touchscreen=getthescreendirty mode + +performance.max=Full Speed Ahead +performance.balanced='Af 'n 'Af +performance.powersaver=Savin' yar power + +controls.title=Yer controls + +key.forward=March +key.left=Portside +key.back=Retreat +key.right=Starboard +key.jump=Leap +key.inventory=Swag +key.drop=Toss +key.chat=Parlay +key.fog=Adjust yer seafog +key.sneak=Creep +key.playerlist=Show Manifest +key.attack=Hurt +key.use=Use ye Item +key.pickItem=Choose yer chunk +key.mouseButton=Finger %1$s +key.command=Order + +texturePack.openFolder=Open yer trunk o' sails +texturePack.title=Change yer Glasses +texturePack.folderInfo=(Place a set of glasses here, matey) +texturePack.incompatible=Arrr! No way! + +book.pageIndicator=Page %1$s of %2$s +book.byAuthor=by %1$s +book.signButton=Sign +book.editTitle=Name yer scrawl: +book.finalizeButton=Stamp n' seal +book.finalizeWarning=ARRGH! When ye sign this here log, you will no longrr be able to change it! + +tile.stone.name=Rock + +tile.grass.name=Chunk 'o' Grass +tile.dirt.name=Filth +tile.stonebrick.name=Pebbles +tile.wood.name=Timber Planks +tile.wood.oak.name=Oak Timber Planks +tile.wood.spruce.name=Spruce Timber Planks +tile.wood.birch.name=Birch Timber Planks +tile.wood.jungle.name=Jungle Timber Planks +tile.sapling.oak.name=Oak Meager shrub +tile.sapling.spruce.name=Spruce Meager shrub +tile.sapling.birch.name=Birch Meager shrub +tile.sapling.jungle.name=Jungle Meager shrub +tile.deadbush.name=Unfortunate Sight o' Leaves +tile.bedrock.name=The har'est rock +tile.water.name=Bilge +tile.lava.name=Molten Rock +tile.sand.name=Sand +tile.sandStone.name=Stone o' Sands +tile.sandStone.default.name=Stone o' Sands +tile.sandStone.chiseled.name=Ship-Chiseled Sandstone +tile.sandStone.smooth.name=Smooth Stone o' Sands +tile.gravel.name=Rubble +tile.oreGold.name=Booty +tile.oreIron.name=Steel Orrre +tile.oreCoal.name=Coal Orrre +tile.log.name=Timber Logs +tile.log.oak.name=Oak Timber Logs +tile.log.spruce.name=Spruce Timber Logs +tile.log.birch.name=Birch Timber Logs +tile.log.jungle.name=Jungle Timber Logs +tile.leaves.name=Leaves +tile.leaves.oak.name=Leaves o' Oak +tile.leaves.spruce.name=Leaves o' Spruce Timber +tile.leaves.birch.name=Leaves o' Birch Timber +tile.leaves.jungle.name=Leaves o' Jungle Timber +tile.tallgrass.name=Grass +tile.tallgrass.shrub.name=Shrub +tile.tallgrass.grass.name=Grass +tile.tallgrass.fern.name=Jungle Plant +tile.sponge.name=Deck Scrubber +tile.glass.name=Seeing Object +tile.thinGlass.name=Porthole +tile.cloth.name=Cloth +tile.flower.name=Flowr' +tile.rose.name=Flower for me lass +tile.mushroom.name='Shroom +tile.blockGold.name=Chunk o' Gold +tile.blockIron.name=Chunk o' Steel +tile.stoneSlab.stone.name=Slab o' Stone +tile.stoneSlab.sand.name=Slab o' Sandstone +tile.stoneSlab.wood.name=Slab o' Timber +tile.stoneSlab.cobble.name=Slab o' Pebbles +tile.stoneSlab.brick.name=Slab o' Bricks +tile.stoneSlab.smoothStoneBrick.name=Slab o' Stone Bricks +tile.stoneSlab.netherBrick.name=Half Hell slab +tile.stoneSlab.quartz.name=Slab o' shinin' white stone +tile.woodSlab.oak.name=Slab o' Oak +tile.woodSlab.spruce.name=Slab o' Spruce +tile.woodSlab.birch.name=Slab o' Birch +tile.woodSlab.jungle.name=Slab o' Jungle +tile.brick.name=Clay Bricks +tile.tnt.name=Powder Keg +tile.bookshelf.name=Stack o' Knowledge +tile.stoneMoss.name=Slimy Pebbles +tile.obsidian.name=Rock o' Tears +tile.torch.name=Rod o' Flames +tile.fire.name=Flames +tile.mobSpawner.name=Creator o' Beasts +tile.stairsWood.name=Stairs o' Oak +tile.stairsWoodSpruce.name=Stairs o' Spruce +tile.stairsWoodBirch.name=Stairs o' Birch +tile.stairsWoodJungle.name=Stairs o' Jungle +tile.chest.name=Coffer +tile.chestTrap.name=Trapped box +tile.redstoneDust.name=Magic Powder +tile.oreDiamond.name=Shinies +tile.blockDiamond.name=Chunk o' Diamond +tile.workbench.name=Craftin' Table +tile.crops.name=Harvest +tile.farmland.name=Fertile Land +tile.furnace.name=Oven +tile.sign.name=Readin' post +tile.doorWood.name=Timber Door +tile.ladder.name=Riggin' +tile.rail.name=Track +tile.goldenRail.name=Boost Track +tile.activatorRail.name=Fuse track +tile.detectorRail.name=Magic Track +tile.stairsStone.name=Stairs o' stone +tile.stairsSandStone.name=Stair o' Sandstone +tile.lever.name=Leverrr +tile.pressurePlate.name=Booby Trap +tile.weightedPlate_light.name=Weighted Booby Trap (Soft) +tile.weightedPlate_heavy.name=Weighted Booby Trap (Hard) +tile.doorIron.name=Steel Door +tile.oreRedstone.name=Magic Orrre +tile.notGate.name=Magic Torch +tile.button.name=Knob +tile.snow.name=Slush +tile.ice.name=Frost +tile.cactus.name=Prickles +tile.clay.name=Solid Mud +tile.reeds.name=Sweet Reeds +tile.jukebox.name=Barrel Organ +tile.fence.name=Picket +tile.fenceGate.name=Picket Gate +tile.pumpkin.name=Gourd Squash +tile.litpumpkin.name=Jack Sparrow 'o' Lantern +tile.hellrock.name=Devil's Rock +tile.hellsand.name=Sand o' the Devil +tile.lightgem.name=Brimstone +tile.portal.name=Porthole +tile.cloth.black.name=Black Cloth +tile.cloth.red.name=Scarlet Cloth +tile.cloth.green.name=Green Cloth +tile.cloth.brown.name=Brown Cloth +tile.cloth.blue.name=Blue Cloth +tile.cloth.purple.name=Purple Cloth +tile.cloth.cyan.name=Cyan Cloth +tile.cloth.silver.name=Light Gray Cloth +tile.cloth.gray.name=Gray Cloth +tile.cloth.pink.name=Pink Cloth +tile.cloth.lime.name=Lime Cloth +tile.cloth.yellow.name=Yellow Cloth +tile.cloth.lightBlue.name=Light Blue Cloth +tile.cloth.magenta.name=Magenta Cloth +tile.cloth.orange.name=Orange Cloth +tile.cloth.white.name=Cloth +tile.oreLapis.name=Stone of Lāzhward +tile.blockLapis.name=Chunk o' Lāzhward +tile.dispenser.name=Cannon +tile.dropper.name=Broken Cannon with no Gunpowdarr +tile.musicBlock.name=Hornpipe +tile.cake.name=Duff +tile.bed.name=Bunk +tile.bed.occupied=This sleeping place is taken by a landlubber +tile.bed.noSleep=Ye can only take a caulk when darkness has fallen +tile.bed.notSafe=Don't rest now, Mutinies be about +tile.bed.notValid=A Scallywag stole yer restin' place +tile.lockedchest.name=Locked Coffers +tile.trapdoor.name=Hatch +tile.web.name=Web o' Spider +tile.stonebricksmooth.name=Bricks o' Stone +tile.stonebricksmooth.default.name=Bricks O' Stone +tile.stonebricksmooth.mossy.name=Mossy Bricks O' Stone +tile.stonebricksmooth.cracked.name=Cracked Bricks O' Stone +tile.stonebricksmooth.chiseled.name=Ship-Chiseled Stone Bricks +tile.monsterStoneEgg.stone.name=Silvr'kipper Stone +tile.monsterStoneEgg.cobble.name=Silvr'kipper Flagstone +tile.monsterStoneEgg.brick.name=Silvr'kipper Bricks +tile.pistonBase.name=Raised Deck +tile.pistonStickyBase.name=Piston o' Slime +tile.fenceIron.name=Steel Barrrs +tile.melon.name=Watermel'n +tile.stairsBrick.name=Stairs o' brick +tile.stairsStoneBrickSmooth.name=Fancy Stairs +tile.vine.name=Swingers +tile.netherBrick.name=Devil's Stone +tile.netherFence.name=Fence o' the Nether +tile.stairsNetherBrick.name=Stairs o' The Devil +tile.netherStalk.name=Wart o' the Nether +tile.cauldron.name=Bubble Brew +tile.enchantmentTable.name=Wizard's Workbench +tile.anvil.name=Slab o' fixing +tile.anvil.intact.name=Slab O' Fixin +tile.anvil.slightlyDamaged.name=Marred Slab O' Fixin +tile.anvil.veryDamaged.name=Cracked Slab O' Fixin +tile.whiteStone.name=Ye Tall One's Stone +tile.endPortalFrame.name=Ship to Davy Jones' Lock'r +tile.mycel.name=Ick +tile.waterlily.name=Pond Plant +tile.dragonEgg.name=Egg o' Draco +tile.redstoneLight.name=Magic Lanterrrn +tile.cocoa.name=Cacao +tile.enderChest.name=Tallone's Coffer +tile.oreRuby.name=Ol' Blood Diamonds +tile.oreEmerald.name=Fool's Diamonds +tile.blockEmerald.name=Chunk o' Emerald +tile.blockRedstone.name=Block o' Magic Powderrr +tile.tripWire.name=Dirty Ol' Boot Tripper +tile.tripWireSource.name=Trippin' Thread Hook +tile.commandBlock.name=Captain Block +tile.beacon.name=Lite house +tile.beacon.primary=Main Cannon +tile.beacon.secondary=Secondary Cannon +tile.cobbleWall.normal.name=Wall o' Flagstone +tile.cobbleWall.mossy.name=Wall o' Mossy Flagstone +tile.carrots.name=Carr't +tile.potatoes.name='tater +tile.daylightDetector.name=Drunk 'o meter +tile.netherquartz.name=Demonish orrre +tile.hopper.name=Suckin' Device +tile.quartzBlock.default.name=Block o' shinin' white rock +tile.quartzBlock.chiseled.name=Broken block o' shinin' white rock +tile.quartzBlock.lines.name=Pillar o' shinin' white stone +tile.stairsQuartz.name=Stairs o' shinin' white stone + +item.shovelIron.name=Shovel o' Steel +item.pickaxeIron.name=Pickaxe o' Steel +item.hatchetIron.name=Hatchet o' Steel +item.flintAndSteel.name=Ship's Bane +item.apple.name=Scurvy's Cure +item.cookie.name=Biscuit +item.bow.name=Musket +item.arrow.name=Bolt +item.coal.name=Heater +item.charcoal.name=Burnt Timber +item.diamond.name=Gem o' the Ocean +item.emerald.name=Gem o' the Seasick sailor's vomit +item.ingotIron.name=Iron Bullion +item.ingotGold.name=Gold Bullion +item.swordIron.name=Cutlass o' Steel +item.swordWood.name=Timber Cutlass +item.shovelWood.name=Shovel o' Timber +item.pickaxeWood.name=Pickaxe o' Timber +item.hatchetWood.name=Axe o' timber +item.swordStone.name=Cutlass o' Rock +item.shovelStone.name=Spade o' Rock +item.pickaxeStone.name=Pickaxe o' Stone +item.hatchetStone.name=Hatchet o' Rock +item.swordDiamond.name=Bejewelled Cutlass +item.shovelDiamond.name=Bejeweled Shovel +item.pickaxeDiamond.name=Bejeweled Pickaxe +item.hatchetDiamond.name=Bejeweled Hatchet +item.stick.name=Piece o' timber +item.bowl.name=Nipperkin +item.mushroomStew.name='Shroom Goulash +item.swordGold.name=Cutlass o' gold +item.shovelGold.name=Shovel o' Gold +item.pickaxeGold.name=Pickaxe o' Gold +item.hatchetGold.name=Hatchet o' Gold +item.string.name=Cheap Rope +item.feather.name=Plunder o' ye fowl +item.sulphur.name=Black Powder +item.hoeWood.name=Timber Farmin' Stick +item.hoeStone.name=Hoe o' Rock +item.hoeIron.name=Hoe o' Steel +item.hoeDiamond.name=Shiny Farmin' Stick +item.hoeGold.name=Gold'n Farmin' Stick +item.seeds.name=Growin' sands +item.seeds_pumpkin.name=Seeds o' tha Gourd Squashes +item.seeds_melon.name=Seeds o' tha Melons' +item.melon.name=Watermelon +item.wheat.name=Hops +item.bread.name=Hard Tack +item.helmetCloth.name=Leather Bandana +item.chestplateCloth.name=Leather Jacket +item.leggingsCloth.name=Breeches o' leather +item.bootsCloth.name=Pegleg o' Leather +item.helmetChain.name=Helmet o' Metal Links +item.chestplateChain.name=Chestplate o' Metal Links +item.leggingsChain.name=Greaves o' Metal Links +item.bootsChain.name=Pegleg o' Metal Links +item.helmetIron.name=Noggin Pot +item.chestplateIron.name=Chestplate o' Steel +item.leggingsIron.name=Greaves o' Steel +item.bootsIron.name=Pegleg o' Steel +item.helmetDiamond.name=Bejeweled Helmet +item.chestplateDiamond.name=Bejeweled Chestplate +item.leggingsDiamond.name=Bejeweled Greaves +item.bootsDiamond.name=Bejeweled Pegleg +item.helmetGold.name=Helmet o' Gold +item.chestplateGold.name=Chestplate o' gold +item.leggingsGold.name=Greaves o' Gold +item.bootsGold.name=Buttershoes +item.flint.name=Pointy Rock +item.porkchopRaw.name=Fresh Pig Meat +item.porkchopCooked.name=Cooked Swine +item.chickenRaw.name=Fresh Poultry +item.chickenCooked.name=Drumstick +item.beefRaw.name=Fresh Beef +item.beefCooked.name=Cooked Cow Meat +item.painting.name=Arrrrrrt +item.frame.name=Treasarrrr Map +item.appleGold.name=Eden's Apple +item.sign.name=Plate fulla letters +item.doorWood.name=Timber Door +item.bucket.name=Pail +item.bucketWater.name=Pail o' Bilge +item.bucketLava.name=Bucket o' Molten Rock +item.minecart.name=Landlubber's Boat +item.saddle.name=Pork rider +item.doorIron.name=Steel Door +item.redstone.name=Magic Powder +item.snowball.name=Ball 'o' Slush +item.boat.name=Row Boat +item.leather.name=Skin o' cow +item.milk.name=Cow's Juice +item.brick.name=Clay Brick +item.clay.name=Stuff o' Shapin' +item.reeds.name=Sweet Reeds +item.paper.name=Parchment +item.book.name=Logbook +item.slimeball.name=Ball o' Slime +item.minecartChest.name=Coffer in a Land lubber's boat +item.minecartFurnace.name=Oven in a Land lubber's boat +item.minecartTnt.name=Minecart with cannon balls +item.minecartHopper.name=Suckin' Device in a Land lubber's boat +item.egg.name=Cackle Fruit +item.compass.name=Sextant +item.fishingRod.name=Rod o' Fishin' +item.clock.name=Hourglass +item.yellowDust.name=Lightgem Dust +item.fishRaw.name=Raw Kipper +item.fishCooked.name=Smoked Kipper +item.record.name=Shanty +item.bone.name=Limb +item.dyePowder.black.name=Kraken's Paint +item.dyePowder.red.name=Scarlet o' Roses +item.dyePowder.green.name=Green o' Cactus +item.dyePowder.brown.name=Beans o' Cacao +item.dyePowder.blue.name=Paint o' the ocean +item.dyePowder.purple.name=Dye o' the Evening +item.dyePowder.cyan.name=Dye o' Cyan +item.dyePowder.silver.name=Dye o' Mistnnn +item.dyePowder.gray.name=Dye o' Fog +item.dyePowder.pink.name=Dye o' Pink +item.dyePowder.lime.name=Dye o' Limes +item.dyePowder.yellow.name=Yellow o' Dandelion +item.dyePowder.lightBlue.name=Blue Dye o' the Sky +item.dyePowder.magenta.name=Dye o' Magenta +item.dyePowder.orange.name=Dye o' Oranges +item.dyePowder.white.name=Mashed Bones +item.sugar.name=Sugarrr +item.cake.name=Duff +item.bed.name=Bunk +item.diode.name=Magic Repeatarrr +item.comparator.name=Magic Compaaaratorrr +item.map.name=Treasure Map +item.leaves.name=Leaves +item.shears.name=Cutters +item.rottenFlesh.name=Putrid Rations +item.enderPearl.name=Tall man's Treasure +item.blazeRod.name=Burnin' stick +item.ghastTear.name=Tear o' tha Floatin' Ghost +item.netherStalkSeeds.name=Wart o' the Devil +item.potion.name=Rum +item.emptyPotion.name=Bottle o' Water +item.goldNugget.name=Gold Doubloon +item.glassBottle.name=Empty bottle o' rum +item.spiderEye.name=Spider Eyeball +item.fermentedSpiderEye.name=Boiled Spider Aye-ball +item.blazePowder.name=Blisterin' Blaze Powder +item.magmaCream.name=Flamin' Cream +item.cauldron.name=Pot +item.brewingStand.name=Still +item.eyeOfEnder.name=Eye 'o' The Tall One +item.speckledMelon.name=Fruity Booty +item.monsterPlacer.name=Whirlpool +item.expBottle.name=Elder Rum +item.fireball.name=Cannonball +item.writingBook.name=Captain's Log +item.writtenBook.name=Crew's Journal +item.ruby.name=Piece o' eight +item.flowerPot.name=Dirt Vase +item.emptyMap.name=Em'ty Treasure Map +item.carrots.name=Orange Veggy +item.carrotGolden.name=Carrot o' Gold +item.potato.name=Tater +item.potatoBaked.name=Cooked Tater +item.potatoPoisonous.name=Deadly Tater +item.skull.skeleton.name=Skull o' the Bag o' Bones +item.skull.wither.name=Skull o' the Corrupted Bag o' Bones +item.skull.zombie.name=Corpse Head +item.skull.char.name=Skull +item.skull.player.name=%s's Skull +item.skull.creeper.name=Creeparr Skull +item.carrotOnAStick.name=Stick o' Carrot +item.netherStar.name=Star o' Hell +item.pumpkinPie.name=Roasted Gourd +item.enchantedBook.name=Magic book +item.fireworks.name=Bomb o' Shinyness +item.fireworks.flight=Flight Duration: +item.fireworksCharge.name=Bomb star +item.fireworksCharge.black=Black +item.fireworksCharge.red=Red +item.fireworksCharge.green=Green +item.fireworksCharge.brown=Brown +item.fireworksCharge.blue=Blue +item.fireworksCharge.purple=Purple +item.fireworksCharge.cyan=Cyan +item.fireworksCharge.silver=Light Gray +item.fireworksCharge.gray=Gray +item.fireworksCharge.pink=Pink +item.fireworksCharge.lime=Lime +item.fireworksCharge.yellow=Yellow +item.fireworksCharge.lightBlue=Light Blue +item.fireworksCharge.magenta=Magenta +item.fireworksCharge.orange=Orange +item.fireworksCharge.white=White +item.fireworksCharge.customColor=Me own +item.fireworksCharge.fadeTo=Fade to +item.fireworksCharge.flicker=Mini bomb +item.fireworksCharge.trail=Workin' zone +item.fireworksCharge.type.0=Small ball +item.fireworksCharge.type.1=Large Ball +item.fireworksCharge.type.2=Star-shaped +item.fireworksCharge.type.3=Creeper-shaped +item.fireworksCharge.type.4=Wrath +item.fireworksCharge.type=ghosty Shape +item.netherbrick.name=Devil's Brick +item.netherquartz.name=Shinin' devil's rock + +container.inventory=Loot Bag +container.hopper=Object Suckin' Device +container.crafting=Craftin' +container.dispenser=Cannon +container.dropper=cannon +container.furnace=Oven +container.enchant=Spell Castin' +container.repair=Repair 'n moniker +container.repair.cost=Enchantarrr Cost: %1$d +container.repair.expensive=You need mo' Gold ! +container.creative=Loot Inventory +container.brewing=Rum Brewery +container.chest=Coffer +container.chestDouble=Vast Contain'r +container.minecart=Land lubber's boat +container.enderchest=Tallone's Coffer + +item.dyed=Colorrred + +entity.Item.name=Booty +entity.XPOrb.name=Ball 'o' Experience +entity.SmallFireball.name=small cannon ball +entity.Fireball.name=cannon ball + +entity.Arrow.name=Bolt +entity.Snowball.name=Ball 'o' Snow +entity.Painting.name=Paintin' + +entity.Mob.name=Stowaway +entity.Monster.name=Beast + +entity.Creeper.name=Ye explodin' mate +entity.Skeleton.name=Bag o' Bones +entity.Spider.name=Night Bug +entity.Giant.name=Ten-fathoms-tall man +entity.Zombie.name=Undead Sailor +entity.Slime.name=Cube o' Slime +entity.Ghast.name=Floatin' Ghost +entity.PigZombie.name=Undead Swine +entity.Enderman.name=Ye Tall Mate +entity.Silverfish.name=Bilge Rat +entity.CaveSpider.name=Cave Horror +entity.Blaze.name=Blisterin' Blaze +entity.LavaSlime.name=Chunk o' Magma +entity.MushroomCow.name=Moo o'shroom +entity.Villager.name=Landlubber +entity.VillagerGolem.name=Golem o' Iron +entity.SnowMan.name=Golem o' Snow +entity.EnderDragon.name=The Flyin' Dutchman +entity.WitherBoss.name=Rot +entity.Witch.name=Wizard + +entity.Pig.name=Swine +entity.Sheep.name=Creature o' Cloth +entity.Cow.name=Bovine +entity.Chicken.name=Fowl +entity.Squid.name=Kraken +entity.Wolf.name=Hound +entity.Ozelot.name=Cat o' Jungles +entity.Cat.name=Parrot killer +entity.Bat.name=Hoverin' Beast + +entity.PrimedTnt.name=Powder Keg +entity.FallingSand.name=Unstable deck + +entity.Minecart.name=Land lubber's boat +entity.Boat.name=Vessel + +entity.generic.name=Arr? + +death.fell.accident.ladder=%1$s fell of the crow's nest +death.fell.accident.vines=%1$s fell out off the crows nest +death.fell.accident.water=%1$s must walk the Planks +death.fell.accident.generic=%1$s fell from the crow's nest +death.fell.killer=%1$s stumbled off ye plank +death.fell.assist=%1$s got pushed by a scurvy dog, %2$s +death.fell.assist.item=%1$s was forced to fall by %2$s usin' %3$s +death.fell.finish=%1$s fell a tad too far and was slaughtered by %2$s +death.fell.finish.item=%1$s fell a tad too far and was slaughtered by %2$s usin' %3$s + +death.attack.inFire=%1$s got toasted +death.attack.inFire.player=%1$s fell in fire while fighting against Pirate %2$s +death.attack.onFire=%1$s got too hot and melted into ashes +death.attack.onFire.player=%1$s was burnt to ashes while fighting Pirate %2$s +death.attack.lava=%1$s took a too hot bath +death.attack.lava.player=%1$s took a too hot bath while running for %2$s +death.attack.inWall=%1$s was stuck in a wall and died +death.attack.drown=%1$s met Davy Jones +death.attack.drown.player=%1$s drowned while tryin' to escape %2$s +death.attack.starve=%1$s didn't eat enough +death.attack.cactus=Pirate %1$s was fighting with a cactus and the cactus won +death.attack.cactus.player=%1$s ran into a cactus while tryin' to escape Pirate %2$s +death.attack.generic=%1$s was plundered +death.attack.explosion=%1$s was playin' with explosives and was blown up into a million pieces +death.attack.explosion.player=%1$s was exploded by Pirate %2$s +death.attack.magic=%1$s was playin' with magic stuff +death.attack.wither=%1$s was fightin' with a boss +death.attack.anvil=%1$s was flattened by a fallin' repair stone +death.attack.fallingBlock=%1$s got crushed under a block +death.attack.mob=%1$s was cut in half by %2$s +death.attack.player=%1$s battled %2$s and lost da fight +death.attack.player.item=%1$s battled %2$s and got knocked out with a %3$s +death.attack.arrow=%1$s was shot into pieces by %2$s +death.attack.arrow.item=%1$s was shot by Pirate %2$s usin' their %3$s +death.attack.fireball=%1$s was hit by %2$s's fireball +death.attack.fireball.item=%1$s was hit by %2$s's fireball usin' a %3$s +death.attack.thrown=%1$s was pummeled to pieces by %2$s +death.attack.thrown.item=%1$s was pummeled by %2$s usin' %3$s +death.attack.indirectMagic=%1$s was brought to hell by %2$s's magical stuff +death.attack.indirectMagic.item=%1$s was slaughtered by %2$s usin' %3$s +death.attack.thorns=%1$s was slaughtered while tryin' to fight %2$s +death.attack.fall=%1$s tried to kiss da bottem of a cliff +death.attack.outOfWorld=%1$s fell a little too far + +deathScreen.respawn=Rejoin yer crew +deathScreen.deleteWorld=Leave yer teasure +deathScreen.titleScreen=Back to port +deathScreen.score=Tally +deathScreen.title.hardcore=Yer ship be sunk! +deathScreen.hardcoreInfo=Yer trapped in Davy Jones' Locker! +deathScreen.title=Ye be claimed by Davy Jones! +deathScreen.leaveServer=Abandon ship + +potion.empty=Useless +potion.moveSpeed=Pegleg Boost +potion.moveSlowdown=Fatigue +potion.digSpeed=Looting's Greed +potion.digSlowDown=Looting Restlessness +potion.damageBoost=Strongman +potion.weakness=Laziness' Gift +potion.heal=Quick Healin' +potion.harm=Blast of Pain +potion.jump=Leap Boost +potion.confusion=Sea Sickness +potion.regeneration=Rejuvinatin' +potion.resistance=Strong Man +potion.fireResistance=Flame Blockade +potion.waterBreathing=Gill Grower +potion.invisibility=Ghostly +potion.blindness=Double Eye Patch +potion.nightVision=Cat's Eyes +potion.hunger=Seasick +potion.poison=Scurvy +potion.wither=Rot + +potion.moveSpeed.postfix=Grog o' full sails +potion.moveSlowdown.postfix=Grog o' Sloth +potion.digSpeed.postfix=Grog o' Quick Diggin' +potion.digSlowDown.postfix=The Slowman's Ale +potion.damageBoost.postfix=Rum +potion.weakness.postfix=Lilly Livers' Ale +potion.heal.postfix=Grog o' Healing +potion.harm.postfix=Grog o' Keelhaul +potion.jump.postfix=Grog o' Jumpin' +potion.confusion.postfix=Grog o' Drunkness +potion.regeneration.postfix=Voodoo's Ale +potion.resistance.postfix=Ale of Blockades +potion.fireResistance.postfix=Ale of Flame's Bane +potion.waterBreathing.postfix=Mermaid's Breath +potion.invisibility.postfix=Vanishing Spice +potion.blindness.postfix=Grog o' ye fog +potion.nightVision.postfix=Grog o' Moonlight +potion.hunger.postfix=Scurvy drink +potion.poison.postfix=Poisoned Rum +potion.wither.postfix=Grog of Rot + +potion.potency.0= +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV + +potion.prefix.grenade=Throwin' +potion.prefix.mundane=Useless +potion.prefix.uninteresting=Lame +potion.prefix.bland=Lame +potion.prefix.clear=Empty +potion.prefix.milky=Creamy +potion.prefix.diffuse=Clean +potion.prefix.artless=Ugly +potion.prefix.thin=Lightweight +potion.prefix.awkward=Odd +potion.prefix.flat=Tasteless +potion.prefix.bulky=Heavy +potion.prefix.bungling=Bunglin' +potion.prefix.buttered=Slippery +potion.prefix.smooth=Uncrumpl'd +potion.prefix.suave=Suave +potion.prefix.debonair=Debonair +potion.prefix.thick=Rummy +potion.prefix.elegant=Bootiful +potion.prefix.fancy=Landlubber +potion.prefix.charming=Gentlemanly +potion.prefix.dashing=Dashing +potion.prefix.refined=Treasured +potion.prefix.cordial=Hearty's +potion.prefix.sparkling=Crystalline +potion.prefix.potent=Powerful +potion.prefix.foul=Tongue Burnin' +potion.prefix.odorless=Cleanly +potion.prefix.rank=Scurvy +potion.prefix.harsh=Painful +potion.prefix.acrid=Filthy +potion.prefix.gross=Infernal +potion.prefix.stinky=Nose-Clenching + +enchantment.damage.all=Scarring +enchantment.damage.undead=Vanquish +enchantment.damage.arthropods=Critter Cutter +enchantment.knockback=Knockaft +enchantment.fire=Embered cutlass +enchantment.protect.all=Blockades +enchantment.protect.fire=Blockades of Flame +enchantment.protect.fall=Wind in Yer Britches +enchantment.protect.explosion=Cannon-proof +enchantment.protect.projectile=Blunderbuss Busting +enchantment.oxygen=Fish-breathin' +enchantment.waterWorker=Rudder Lover +enchantment.digging=Usefulness +enchantment.untouching=Soft Hands +enchantment.durability=Tough +enchantment.lootBonus=Lootin' +enchantment.lootBonusDigger=Booty +enchantment.arrowDamage=Vigour +enchantment.arrowFire=Ember +enchantment.arrowKnockback=Cannonball knockback +enchantment.arrowInfinite=Arrow o' plenty +enchantment.thorns=spikes + +enchantment.level.1=I +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.level.10=X + +gui.achievements=Logged Ports +gui.stats=Ship's Manifest + +stat.generalButton=Commodities +stat.blocksButton=Load o' Squares +stat.itemsButton=Booty + +stat.used=Times put to work +stat.mined=Times Looted +stat.depleted=Times chipped away +stat.crafted=Times Built + +stat.startGame=Times on deck +stat.createWorld=Worlds plundered +stat.loadWorld=Lands replundered +stat.joinMultiplayer=Crews joined +stat.leaveGame=Ships abandoned + +stat.playOneMinute=Time at Sea + +stat.walkOneCm=Distance as landlubber +stat.fallOneCm=Distance ye Fell +stat.swimOneCm=Distance ye Swam +stat.flyOneCm=Times o' them birds +stat.climbOneCm=Distance ye Climbed +stat.diveOneCm=Distance ye Dove +stat.minecartOneCm=Length by Landlubber's Boat +stat.boatOneCm=Distance ye Sailed +stat.pigOneCm=Distance ye Rode yer Swine +stat.jump=Leaps +stat.drop=Loot Discarded + +stat.damageDealt=Injuries ye Dealt +stat.damageTaken=Scars Gained +stat.deaths=Trips to Davy Jones Lock'r +stat.mobKills=Beasties Beaten +stat.playerKills='Scallions Flogged +stat.fishCaught=Meals at hook + +stat.mineBlock=%1$s Looted +stat.craftItem=%1$s Built +stat.useItem=%1$s Put to Work +stat.breakItem=%1$s Wasted + +achievement.get=Loot plundered! + +achievement.taken=Plundered! + +achievement.requires=Ya need '%1$s' +achievement.openInventory=Checkin' Loot +achievement.openInventory.desc=Hit '%1$s' ta look at yer loot. +achievement.mineWood=Plunder Tree +achievement.mineWood.desc=Hit a tree w' yer fist till timber falls +achievement.buildWorkBench=Make yerself a Craftin' Table +achievement.buildWorkBench.desc=Make yerself a workbench wit' four blocks o' timber +achievement.buildPickaxe=Spelunkin' Time! +achievement.buildPickaxe.desc=Make yerself a pickaxe with timb'r an' twigs +achievement.buildFurnace=Build yerself an oven +achievement.buildFurnace.desc=Build yerself an oven wit' eight pieces o' pebbles +achievement.acquireIron=Upgradin' ye hardware +achievement.acquireIron.desc=Smelt yerself an iron ingot +achievement.buildHoe=Farmin' time! +achievement.buildHoe.desc=Make yerself a hoe wit' timber an' twigs +achievement.makeBread=Bake some Hard Tackn +achievement.makeBread.desc=Turn wheat ta Hard Tack +achievement.bakeCake=Pirates Don' Get Portal References +achievement.bakeCake.desc=Wheat, sugar, milk and eggs! That's how I lost me teethn +achievement.buildBetterPickaxe=Yer needin' a new pick +achievement.buildBetterPickaxe.desc=Build yerself a pickaxe 'o' stone +achievement.cookFish=Crummy Chum +achievement.cookFish.desc=Catcha critter on yer hook and put it on the burner! +achievement.onARail=Travel like them land lubbers +achievement.onARail.desc=Cart yer way a 5280 Paces worth from yer point o' home +achievement.buildSword=Attack the scoundrels! +achievement.buildSword.desc=Use yer timber and twigs to fashion yourself a cutlass +achievement.killEnemy=Scurvy Dog Slaughter +achievement.killEnemy.desc=Plunder and Pillage a scurvy hound +achievement.killCow=Bovine Bullyin' +achievement.killCow.desc=Gather some bull's skin +achievement.flyPig=Flyin' Porkchop! +achievement.flyPig.desc=Ride yer piggy into them depths +achievement.snipeSkeleton=Musket Shot +achievement.snipeSkeleton.desc=Fire a bolt at a scurvy corpse from the crow's nest +achievement.diamonds=TREASURE! +achievement.diamonds.desc=Plunder Treasure from the depths +achievement.portal=To them Lockers! +achievement.portal.desc=Open a hole into the place o' demons +achievement.ghast=Take a ship down with 'er own cannons! +achievement.ghast.desc=Give 'er a taste of it's own medicine +achievement.blazeRod=Blazing Demons! +achievement.blazeRod.desc=Plunder treasure from the monsters of fire +achievement.potion=Bartender +achievement.potion.desc=Brew yerself a potion +achievement.theEnd=At World's End? +achievement.theEnd.desc=Find Davy Jones' Lock'r +achievement.theEnd2=Davy Jones' Locker. +achievement.theEnd2.desc=Kill the Flyin' Dutchman +achievement.enchantments=Enchantarr +achievement.enchantments.desc=Use the ancients' know-how t'build a wizard's workbench +achievement.overkill=Slaughterhouse +achievement.overkill.desc=Plundr' eight hearts 'n one shank +achievement.bookcase=Book Keeper +achievement.bookcase.desc=Gather yer books and build up yer wizard's workbench + +commands.generic.exception=Yer crew made a mistake while trying to execute yer order +commands.generic.syntax=Ye made a mistake giving yer order +commands.generic.player.notFound=That matey is nowhere on the ship +commands.generic.notFound=Unknown order. Use /help for a list of orders yer crew will take. +commands.generic.num.invalid='%s' is not a valid number +commands.generic.num.tooSmall=The number you have scribed (%d) be too small, it must be at least %d +commands.generic.num.tooBig=The number you have scribed (%d) be too big, it must be at most %d +commands.generic.double.tooSmall=The numberrr you have enterrred (%.2f) is too small, it must be at least %.2f +commands.generic.double.tooBig=The numberrr you have enterrred (%.2f) is too big, it must be at most %.2f +commands.generic.usage=Usin': %s + +commands.xp.failure.widthdrawXp=Ye can't give a pirate less than nothin'! +commands.xp.success=Given %d experience to %s +commands.xp.success.levels=Given %d levels to %s +commands.xp.success.negative.levels=Taken %d levels from %s +commands.xp.usage=/xp amount [pirate] OR /xp L [pirate] +commands.give.usage=/give [amount] [data] +commands.give.notFound=There is no such item with ID %d +commands.give.success=Given %s (ID %d) * %d to %s +commands.effect.usage=/effect [seconds] [amplifier] +commands.effect.notFound=There is no such mob effect with ID %d +commands.effect.success=Given %1$s (ID %2$d) * %3$d to %4$s for %5$d seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.enchant.usage=/enchant [level] +commands.enchant.notFound=%d Magic ID doesn't exist +commands.enchant.noItem=That pirate doesn't have a item +commands.enchant.cantEnchant=The selected enchantment can't be added to the target item +commands.enchant.cantCombine=%1$s can't be combined with %2$s +commands.enchant.success=Enchanting accomplished, nice +commands.clear.usage=/clear [item] [data] +commands.clear.success=Plundered yer booty o' %s, takin' %d treasures +commands.clear.failure=Could not clear the inventory of %s, no items to remove +commands.downfall.success=Toggled downfall +commands.time.usage=/time +commands.time.added=Added %d to the time +commands.time.set=Set the time to %d +commands.players.list=There are %d/%d players online: +commands.banlist.ips=There are %d total banned IP addresses: +commands.banlist.players=There are %d sailors sent to Davy Jones's locker: +commands.banlist.usage=/banlist [ips|players] +commands.kick.success=Made %s walk the plank +commands.kick.success.reason=Made %s walk the plank for: '%s' +commands.kick.usage=/kick [reason ...] +commands.op.success=Opped %s +commands.op.usage=/op +commands.deop.success=De-opped %s +commands.deop.usage=/deop +commands.say.usage=/say +commands.ban.success=Sent %s to Davy Jones's locker +commands.ban.usage=/ban [reason ...] +commands.unban.success=brought %s back from Davy Jones's locker +commands.unban.usage=/pardon +commands.banip.invalid=No such crew be located at these coordinates +commands.banip.success=Banned IP coordinate %s +commands.banip.success.players=Banned IP address %s belonging to %s +commands.banip.usage=/ban-ip [reason ...] +commands.unbanip.invalid=Invalid coordinates +commands.unbanip.success=Unbanned IP address %s +commands.unbanip.usage=/pardon-ip
+commands.save.enabled=Yer seas will save automatically +commands.save.disabled=Yer seas won't save automatically +commands.save.start=Copying map to a safe place... +commands.save.success=Saved yer seas +commands.save.failed=Yer map failed at buryin %s +commands.stop.start=Docking ship at port +commands.tp.success=Sailed %s to %s +commands.tp.success.coordinates=Wizard %s to %.2f,%.2f,%.2f +commands.tp.usage=/tp [marked sailor] OR /tp [marked sailor] +commands.tp.notSameDimension=Unabe to teleport because the other pirate is in another dimension! (or maybe dead...) +commands.whitelist.list=There be %d (out of %d seen) whitelisted hearties: +commands.whitelist.enabled=Turned on the whitelist +commands.whitelist.disabled=Turned off the whitelist +commands.whitelist.reloaded=Reloaded yer crew-list +commands.whitelist.add.success=Added %s to the whitelist +commands.whitelist.add.usage=/whitelist add +commands.whitelist.remove.success=Removed %s from the whitelist +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.scoreboard.usage=/scoreboard +commands.scoreboard.teamNotFound=Nay crew be call'd %s! +commands.scoreboard.objectiveNotFound=Nay task be call'd %s! +commands.scoreboard.objectiveReadOnly=Ye objective '%s' is only readable and cannot be changed by any pirate +commands.scoreboard.objectives.usage=/scoreboard objectives +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [objective] +commands.scoreboard.objectives.setdisplay.invalidSlot=No such displayin' slot '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Threw away objective display slot '%s' +commands.scoreboard.objectives.setdisplay.successSet=Set ye display objective in ye slot '%s' to '%s' +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [display name ...] +commands.scoreboard.objectives.add.wrongType=Der task nay be credible. Use %s +commands.scoreboard.objectives.add.alreadyExists=Ye objective with ye name '%s' already exists +commands.scoreboard.objectives.add.tooLong=Ye' task, %s, nay fit on me here scroll, amend to be %d characters long or less +commands.scoreboard.objectives.add.displayTooLong=Ye display name '%s' nay fit on me here scroll, amend to be %d characters long or less +commands.scoreboard.objectives.add.success=Added ye new objective '%s' successfully +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.remove.success=Ye task, %s, has been disregarded +commands.scoreboard.objectives.list.count=Showin' %d task(s) on ye manifest +commands.scoreboard.objectives.list.entry=- %s: displays as '%s' and is ye type '%s' +commands.scoreboard.objectives.list.empty=There are no scrolls on ye scrollin' board +commands.scoreboard.players.usage=/scoreboard players +commands.scoreboard.players.set.success=Set ye score of %s for ye player %s to ye %d +commands.scoreboard.players.set.usage=/scoreboard players set +commands.scoreboard.players.add.usage=/scoreboard players add +commands.scoreboard.players.remove.usage=/scoreboard players remove +commands.scoreboard.players.reset.usage=/scoreboard players reset +commands.scoreboard.players.reset.success=Reset all ye scores of ye player %s +commands.scoreboard.players.list.count=Showin' %d all ye tracked players on ye scorin' device +commands.scoreboard.players.list.empty=There are no tracked players on ye scorin' device +commands.scoreboard.players.list.player.count=Showin' %d ye tracked objective(s) for %s +commands.scoreboard.players.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.players.list.player.empty=pirate %s hath no booty +commands.scoreboard.teams.usage=/scoreboard teams +commands.scoreboard.teams.add.usage=/map crew recruit [known by on the seven seas as...] +commands.scoreboard.teams.add.alreadyExists=Yar crew havin' called '%s' already be sailin' +commands.scoreboard.teams.add.tooLong=Ye crew name '%s' be too hard to remember, make it %d in length +commands.scoreboard.teams.add.displayTooLong=Ye crew name '%s' be too long to remember, make it %d or less +commands.scoreboard.teams.add.success=Recruited new crew '%s' +commands.scoreboard.teams.list.usage=/pillage record crew list [name] +commands.scoreboard.teams.list.count=Revealing %d crews on pillage list +commands.scoreboard.teams.list.entry=-%1$s: '%2$s' had %3$s crew members +commands.scoreboard.teams.list.empty=No crews on ther skerbord +commands.scoreboard.teams.list.player.count=Revealing %d pirate(s) in crew %s +commands.scoreboard.teams.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.teams.list.player.empty=Vessel %s be havin' no Pirates +commands.scoreboard.teams.empty.usage=/pillage list crews walk the plank +commands.scoreboard.teams.empty.alreadyEmpty=Crew %s has already been sent to Davey Jones, cannot resend +commands.scoreboard.teams.empty.success=Removed all %d pirate(s) from crew %s +commands.scoreboard.teams.remove.usage=/pillage record crew walk the plank +commands.scoreboard.teams.remove.success=Kicked out that team ass %s +commands.scoreboard.teams.join.usage=/pillage record crew recruit pirate +commands.scoreboard.teams.join.success=Recruited %d pirate(s) to the crew %s: %s +commands.scoreboard.teams.join.failure= %d pirate(s) were not qualified to be recruited to %s: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [pirate] +commands.scoreboard.teams.leave.success=Made %d walk the plank from %s +commands.scoreboard.teams.leave.failure=Could not make %d walk the plank from %s +commands.scoreboard.teams.leave.noTeam=Your crew is missing +commands.scoreboard.teams.option.usage=/reassure crew pickins +commands.scoreboard.teams.option.noValue=Treasure prices for record %s be: %s +commands.scoreboard.teams.option.success=Set option %s for team %s to %s +commands.gamemode.success.self=Set own game mode to %s +commands.gamemode.success.other=Set %s's game mode to %s +commands.gamemode.usage=/gamemode [sailor] +commands.defaultgamemode.usage=/defaultgamemode +commands.defaultgamemode.success=Yar journey tis' now %s +commands.me.usage=/me +commands.help.header=--- Showing help page %d of %d (/help ) --- +commands.help.footer=Tip: Use the key while typing a command to auto-complete the command or its arguments +commands.help.usage=/help [page|command name] +commands.publish.started=Ye voyage be led by %s +commands.publish.failed=Yar' voyage be delayed +commands.debug.start=Started checkin' the ship +commands.debug.stop=Can't stop checkin' 'er this fast, matey! (%.2f seconds, %d ticks) +commands.debug.notStarted=Can't stop searchin' when we haven't started! +commands.debug.usage=/debug +commands.message.usage=/write +commands.message.sameTarget=You can't deliver yer own bottle to yerself +commands.message.display.outgoing=You Write Letter Put on Bottle to %s: %s +commands.message.display.incoming=%s's Letter in Bottle is Recovered and reads to you: %s +commands.difficulty.usage=/Pirates +commands.difficulty.success=Set choppiness o' the sea to %s +commands.spawnpoint.usage=/spawnpoint OR /spawnpoint OR /spawnpoint +commands.spawnpoint.success=Set %s's Port to (%d, %d, %d) +commands.gamerule.usage=/gamerule OR /gamerule +commands.gamerule.success=Ship's rules hav' been changed +commands.gamerule.norule=There ain't no ship rule called '%s', matey! +commands.weather.usage=/weather [length in seconds] +commands.weather.clear=Changin' to nice clear water +commands.weather.rain=Changin' to rainy ocean +commands.weather.thunder=Changin' to dark stormy seas +commands.testfor.usage=/maidenvoyagefer +commands.testfor.failed=/testfor be only accessible by ye fancy control cubes with move stick export + +itemGroup.buildingBlocks=Yer' Construction Blocks +itemGroup.decorations=Beauty Blocks +itemGroup.redstone=Magic Powder +itemGroup.transportation=Fancy Travel +itemGroup.misc=Others, mate +itemGroup.search=Search yer loot +itemGroup.food=Grub +itemGroup.tools=Handy Objects +itemGroup.combat=Weapons +itemGroup.brewing=Distilling +itemGroup.materials=Loot +itemGroup.inventory=Swashbuckler Swag + +inventory.binSlot=Pillage Item + +advMode.setCommand=Set Crew Command for Block +advMode.command=Order to the Crew +advMode.nearestPlayer=Use "@p" to target nearby shipmate +advMode.randomPlayer=Use "@r" to target a shipmate out of the blue +advMode.allPlayers=Use "@a" to target all yer shipmates + +advMode.notEnabled=Captain's blocks arr not permitted 'ere! +advMode.notAllowed=Must be an op'd captain in creative mode + +mco.title=Minecraft Realms +mco.selectServer.select=Join this crew +mco.selectServer.configure=Change it +mco.selectServer.create=Shape a sea +mco.selectServer.moreinfo=Morrr inforrr + +mco.configure.world.edit.title=Scribble Seven Seas + +mco.configure.world.title=Make that world better man +mco.configure.world.name=Moniker +mco.configure.world.description=Pillage record +mco.configure.world.location=Port +mco.configure.world.invited=Called Aboard! +mco.configure.world.buttons.edit=Scribble +mco.configure.world.buttons.reset=Clear the ocean +mco.configure.world.buttons.done=Plundered +mco.configure.world.buttons.delete=Toss Overboard +mco.configure.world.buttons.open=Uncork World +mco.configure.world.buttons.close=Goodbye World +mco.configure.world.buttons.invite=Send the bottle +mco.configure.world.buttons.uninvite=Maroon +mco.configure.world.buttons.subscription=Subscription +mco.configure.world.invite.profile.name=Moniker +mco.configure.world.uninvite.question=You're compass may be broken + +mco.configure.world.subscription.title=Subscription Info +mco.configure.world.subscription.daysleft=Days Left +mco.configure.world.subscription.start=Start Date +mco.configure.world.subscription.extend=Extend + +mco.create.world.location.title=hideout +mco.create.world.location.warning=Your compass may be broken +mco.create.world.wait=Dropping yer good ol' blocks... + +mco.reset.world.title=Clearin' out ye world +mco.reset.world.warning=Your sea will be gone forever! +mco.reset.world.seed=Custom sea (Optional) +mco.reset.world.resetting.screen.title=Resettin' world... + +mco.configure.world.close.question.line1=Yer sea will become unavailable to pirates. +mco.configure.world.close.question.line2=Are ye sure ye want to do that? + +mco.connect.connecting=Finding the sea... +mco.connect.authorizing=Entering... +mco.connect.failed=No pirate can connect to yer group + +mco.create.world=Make something new + diff --git a/1.5.2/lang/en_US.lang b/1.5.2/lang/en_US.lang new file mode 100644 index 00000000..87377262 --- /dev/null +++ b/1.5.2/lang/en_US.lang @@ -0,0 +1,1314 @@ + +language.name=English +language.region=US +language.code=en_US + +gui.done=Done +gui.cancel=Cancel +gui.back=Back +gui.toMenu=Back to title screen +gui.up=Up +gui.down=Down +gui.yes=Yes +gui.no=No + +menu.singleplayer=Singleplayer +menu.multiplayer=Multiplayer +menu.online=Minecraft Realms +menu.options=Options... +menu.quit=Quit Game +menu.returnToMenu=Save and Quit to Title +menu.disconnect=Disconnect +menu.returnToGame=Back to Game +menu.switchingLevel=Switching worlds +menu.generatingLevel=Generating world +menu.loadingLevel=Loading world +menu.generatingTerrain=Building terrain +menu.convertingLevel=Converting world +menu.simulating=Simulating the world for a bit +menu.respawning=Respawning +menu.shareToLan=Open to LAN + +selectWorld.title=Select World +selectWorld.empty=empty +selectWorld.world=World +selectWorld.select=Play Selected World +selectWorld.create=Create New World +selectWorld.recreate=Re-Create +selectWorld.createDemo=Play New Demo World +selectWorld.delete=Delete +selectWorld.rename=Rename +selectWorld.deleteQuestion=Are you sure you want to delete this world? +selectWorld.deleteWarning=will be lost forever! (A long time!) +selectWorld.deleteButton=Delete +selectWorld.renameButton=Rename +selectWorld.renameTitle=Rename World +selectWorld.conversion=Must be converted! +selectWorld.newWorld=New World +selectWorld.newWorld.copyOf=Copy of %s +selectWorld.enterName=World Name +selectWorld.resultFolder=Will be saved in: +selectWorld.enterSeed=Seed for the World Generator +selectWorld.seedInfo=Leave blank for a random seed +selectWorld.cheats=Cheats +selectWorld.customizeType=Customize + +createWorld.customize.presets=Presets +createWorld.customize.presets.title=Select a Preset +createWorld.customize.presets.select=Use Preset +createWorld.customize.presets.share=Want to share your preset with someone? Use the below box! +createWorld.customize.presets.list=Alternatively, here's some we made earlier! +createWorld.customize.flat.title=Superflat Customization +createWorld.customize.flat.tile=Layer Material +createWorld.customize.flat.height=Height +createWorld.customize.flat.addLayer=Add Layer +createWorld.customize.flat.editLayer=Edit Layer +createWorld.customize.flat.removeLayer=Remove Layer +createWorld.customize.flat.layer.top=Top - %d +createWorld.customize.flat.layer=%d +createWorld.customize.flat.layer.bottom=Bottom - %d + +gameMode.survival=Survival Mode +gameMode.creative=Creative Mode +gameMode.adventure=Adventure Mode +gameMode.hardcore=Hardcore Mode! +gameMode.changed=Your game mode has been updated + +selectWorld.gameMode=Game Mode: +selectWorld.gameMode.survival=Survival +selectWorld.gameMode.survival.line1=Search for resources, crafting, gain +selectWorld.gameMode.survival.line2=levels, health and hunger +selectWorld.gameMode.creative=Creative +selectWorld.gameMode.creative.line1=Unlimited resources, free flying and +selectWorld.gameMode.creative.line2=destroy blocks instantly +selectWorld.gameMode.hardcore=Hardcore +selectWorld.gameMode.hardcore.line1=Same as survival mode, locked at hardest +selectWorld.gameMode.hardcore.line2=difficulty, and one life only +selectWorld.gameMode.adventure=Adventure +selectWorld.gameMode.adventure.line1=Same as survival mode, but blocks can't +selectWorld.gameMode.adventure.line2=be added or removed +selectWorld.moreWorldOptions=More World Options... +selectWorld.mapFeatures=Generate Structures: +selectWorld.mapFeatures.info=Villages, dungeons etc +selectWorld.mapType=World Type: +selectWorld.mapType.normal=Normal +selectWorld.allowCommands=Allow Cheats: +selectWorld.allowCommands.info=Commands like /gamemode, /xp +selectWorld.hardcoreMode=Hardcore: +selectWorld.hardcoreMode.info=World is deleted upon death +selectWorld.bonusItems=Bonus Chest: + +generator.default=Default +generator.flat=Superflat +generator.largeBiomes=Large Biomes + +selectServer.title=Select Server +selectServer.empty=empty +selectServer.select=Join Server +selectServer.direct=Direct Connect +selectServer.edit=Edit +selectServer.delete=Delete +selectServer.add=Add server +selectServer.defaultName=Minecraft Server +selectServer.deleteQuestion=Are you sure you want to remove this server? +selectServer.deleteWarning=will be lost forever! (A long time!) +selectServer.deleteButton=Delete +selectServer.refresh=Refresh +selectServer.hiddenAddress=(Hidden) +addServer.title=Edit Server Info +addServer.enterName=Server Name +addServer.enterIp=Server Address +addServer.add=Done +addServer.hideAddress=Hide Address +lanServer.title=LAN World +lanServer.scanning=Scanning for games on your local network +lanServer.start=Start LAN World +lanServer.otherPlayers=Settings for Other Players +mcoServer.title=Minecraft Online World + +multiplayer.title=Play Multiplayer +multiplayer.connect=Connect +multiplayer.info1=Minecraft Multiplayer is currently not finished, but there +multiplayer.info2=is some buggy early testing going on. +multiplayer.ipinfo=Enter the IP of a server to connect to it: + +multiplayer.texturePrompt.line1=This server recommends the use of a custom texture pack. +multiplayer.texturePrompt.line2=Would you like to download and install it automagically? + +multiplayer.downloadingTerrain=Downloading terrain + +multiplayer.stopSleeping=Leave Bed + +chat.link.confirm=Are you sure you want to open the following website? +chat.link.confirmTrusted=Do you want to open this link or copy it to your clipboard? +chat.link.warning=Never open links from people that you don't trust! +chat.link.open=Open in browser +chat.copy=Copy to Clipboard + +menu.playdemo=Play Demo World +menu.resetdemo=Reset Demo World +demo.day.1=This demo will last five game days, do your best! +demo.day.2=Day Two +demo.day.3=Day Three +demo.day.4=Day Four +demo.day.5=This is your last day! +demo.day.warning=Your time is almost up! +demo.day.6=You have passed your fifth day, use F2 to save a screenshot of your creation +demo.reminder=The demo time has expired, buy the game to continue or start a new world! +demo.remainingTime=Remaining time: %s +demo.demoExpired=Demo time's up! +demo.help.movement=Use %1$s, %2$s, %3$s, %4$s and the mouse to move around +demo.help.movementShort=Move by pressing %1$s, %2$s, %3$s, %4$s +demo.help.movementMouse=Look around using the mouse +demo.help.jump=Jump by pressing %1$s +demo.help.inventory=Use %1$s to open your inventory +demo.help.title=Minecraft Demo Mode +demo.help.fullWrapped=This demo will last 5 ingame days (about 1 hour and 40 minutes of real time). Check the achievements for hints! Have fun! +demo.help.buy=Purchase Now! +demo.help.later=Continue Playing! + +connect.connecting=Connecting to the server... +connect.authorizing=Logging in... +connect.failed=Failed to connect to the server + +disconnect.genericReason=%s +disconnect.disconnected=Disconnected by Server +disconnect.lost=Connection Lost +disconnect.kicked=Was kicked from the game +disconnect.timeout=Timed out +disconnect.closed=Connection closed +disconnect.loginFailed=Failed to login +disconnect.loginFailedInfo=Failed to login: %s +disconnect.quitting=Quitting +disconnect.endOfStream=End of stream +disconnect.overflow=Buffer overflow +disconnect.spam=Kicked for spamming + +options.off=OFF +options.on=ON +options.visible=Shown +options.hidden=Hidden +options.title=Options +options.controls=Controls... +options.video=Video Settings... +options.language=Language... +options.languageWarning=Language translations may not be 100% accurate +options.videoTitle=Video Settings +options.music=Music +options.sound=Sound +options.invertMouse=Invert Mouse +options.fov=FOV +options.fov.min=Normal +options.fov.max=Quake Pro +options.gamma=Brightness +options.gamma.min=Moody +options.gamma.max=Bright +options.sensitivity=Sensitivity +options.sensitivity.min=*yawn* +options.sensitivity.max=HYPERSPEED!!! +options.renderDistance=Render Distance +options.renderDistance.tiny=Tiny +options.renderDistance.short=Short +options.renderDistance.normal=Normal +options.renderDistance.far=Far +options.viewBobbing=View Bobbing +options.ao=Smooth Lighting +options.ao.off=Off +options.ao.min=Minimum +options.ao.max=Maximum +options.anaglyph=3D Anaglyph +options.framerateLimit=Performance +options.difficulty=Difficulty +options.difficulty.peaceful=Peaceful +options.difficulty.easy=Easy +options.difficulty.normal=Normal +options.difficulty.hard=Hard +options.difficulty.hardcore=Hardcore +options.graphics=Graphics +options.graphics.fancy=Fancy +options.graphics.fast=Fast +options.guiScale=GUI Scale +options.guiScale.auto=Auto +options.guiScale.small=Small +options.guiScale.normal=Normal +options.guiScale.large=Large +options.advancedOpengl=Advanced OpenGL +options.renderClouds=Clouds +options.farWarning1=A 64 bit Java installation is recommended +options.farWarning2=for 'Far' render distance (you have 32 bit) +options.particles=Particles +options.particles.all=All +options.particles.decreased=Decreased +options.particles.minimal=Minimal +options.multiplayer.title=Multiplayer Settings... +options.chat.title=Chat Settings... +options.chat.visibility=Chat +options.chat.visibility.full=Shown +options.chat.visibility.system=Commands Only +options.chat.visibility.hidden=Hidden +options.chat.color=Colors +options.chat.opacity=Opacity +options.chat.links=Web Links +options.chat.links.prompt=Prompt on Links +options.chat.scale=Scale +options.chat.width=Width +options.chat.height.focused=Focused Height +options.chat.height.unfocused=Unfocused Height +options.showCape=Show Cape +options.serverTextures=Server Textures +options.snooper=Allow Snooper +options.snooper.view=Snooper Settings... +options.snooper.title=Machine Specs Collection +options.snooper.desc=We want to collect information about your machine to help improve Minecraft by knowing what we can support and where the biggest problems are. All of this information is completely anonymous and viewable below. We promise we won't do anything bad with this data, but if you want to opt out then feel free to toggle it off! +options.texture.pack=Texture Packs +options.fullscreen=Fullscreen +options.vsync=Use VSync +options.touchscreen=Touchscreen Mode + +performance.max=Max FPS +performance.balanced=Balanced +performance.powersaver=Power saver + +controls.title=Controls + +key.forward=Forward +key.left=Left +key.back=Back +key.right=Right +key.jump=Jump +key.inventory=Inventory +key.drop=Drop +key.chat=Chat +key.fog=Toggle Fog +key.sneak=Sneak +key.playerlist=List Players +key.attack=Attack +key.use=Use Item +key.pickItem=Pick Block +key.mouseButton=Button %1$s +key.command=Command + +texturePack.openFolder=Open texture pack folder +texturePack.title=Select Texture Pack +texturePack.folderInfo=(Place texture pack files here) +texturePack.incompatible=Incompatible + +book.pageIndicator=Page %1$s of %2$s +book.byAuthor=by %1$s +book.signButton=Sign +book.editTitle=Enter Book Title: +book.finalizeButton=Sign and Close +book.finalizeWarning=Note! When you sign the book, it will no longer be editable. + +tile.stone.name=Stone + +tile.grass.name=Grass Block +tile.dirt.name=Dirt +tile.stonebrick.name=Cobblestone +tile.wood.name=Wooden Planks +tile.wood.oak.name=Oak Wood Planks +tile.wood.spruce.name=Spruce Wood Planks +tile.wood.birch.name=Birch Wood Planks +tile.wood.jungle.name=Jungle Wood Planks +tile.sapling.oak.name=Oak Sapling +tile.sapling.spruce.name=Spruce Sapling +tile.sapling.birch.name=Birch Sapling +tile.sapling.jungle.name=Jungle Sapling +tile.deadbush.name=Dead Bush +tile.bedrock.name=Bedrock +tile.water.name=Water +tile.lava.name=Lava +tile.sand.name=Sand +tile.sandStone.name=Sandstone +tile.sandStone.default.name=Sandstone +tile.sandStone.chiseled.name=Chiseled Sandstone +tile.sandStone.smooth.name=Smooth Sandstone +tile.gravel.name=Gravel +tile.oreGold.name=Gold Ore +tile.oreIron.name=Iron Ore +tile.oreCoal.name=Coal Ore +tile.log.name=Wood +tile.log.oak.name=Oak Wood +tile.log.spruce.name=Spruce Wood +tile.log.birch.name=Birch Wood +tile.log.jungle.name=Jungle Wood +tile.leaves.name=Leaves +tile.leaves.oak.name=Oak Leaves +tile.leaves.spruce.name=Spruce Leaves +tile.leaves.birch.name=Birch Leaves +tile.leaves.jungle.name=Jungle Leaves +tile.tallgrass.name=Grass +tile.tallgrass.shrub.name=Shrub +tile.tallgrass.grass.name=Grass +tile.tallgrass.fern.name=Fern +tile.sponge.name=Sponge +tile.glass.name=Glass +tile.thinGlass.name=Glass Pane +tile.cloth.name=Wool +tile.flower.name=Flower +tile.rose.name=Rose +tile.mushroom.name=Mushroom +tile.blockGold.name=Block of Gold +tile.blockIron.name=Block of Iron +tile.stoneSlab.stone.name=Stone Slab +tile.stoneSlab.sand.name=Sandstone Slab +tile.stoneSlab.wood.name=Wooden Slab +tile.stoneSlab.cobble.name=Cobblestone Slab +tile.stoneSlab.brick.name=Bricks Slab +tile.stoneSlab.smoothStoneBrick.name=Stone Bricks Slab +tile.stoneSlab.netherBrick.name=Nether Brick Slab +tile.stoneSlab.quartz.name=Quartz Slab +tile.woodSlab.oak.name=Oak Wood Slab +tile.woodSlab.spruce.name=Spruce Wood Slab +tile.woodSlab.birch.name=Birch Wood Slab +tile.woodSlab.jungle.name=Jungle Wood Slab +tile.brick.name=Bricks +tile.tnt.name=TNT +tile.bookshelf.name=Bookshelf +tile.stoneMoss.name=Moss Stone +tile.obsidian.name=Obsidian +tile.torch.name=Torch +tile.fire.name=Fire +tile.mobSpawner.name=Monster Spawner +tile.stairsWood.name=Oak Wood Stairs +tile.stairsWoodSpruce.name=Spruce Wood Stairs +tile.stairsWoodBirch.name=Birch Wood Stairs +tile.stairsWoodJungle.name=Jungle Wood Stairs +tile.chest.name=Chest +tile.chestTrap.name=Trapped Chest +tile.redstoneDust.name=Redstone Dust +tile.oreDiamond.name=Diamond Ore +tile.blockDiamond.name=Block of Diamond +tile.workbench.name=Crafting Table +tile.crops.name=Crops +tile.farmland.name=Farmland +tile.furnace.name=Furnace +tile.sign.name=Sign +tile.doorWood.name=Wooden Door +tile.ladder.name=Ladder +tile.rail.name=Rail +tile.goldenRail.name=Powered Rail +tile.activatorRail.name=Activator Rail +tile.detectorRail.name=Detector Rail +tile.stairsStone.name=Stone Stairs +tile.stairsSandStone.name=Sandstone Stairs +tile.lever.name=Lever +tile.pressurePlate.name=Pressure Plate +tile.weightedPlate_light.name=Weighted Pressure Plate (Light) +tile.weightedPlate_heavy.name=Weighted Pressure Plate (Heavy) +tile.doorIron.name=Iron Door +tile.oreRedstone.name=Redstone Ore +tile.notGate.name=Redstone Torch +tile.button.name=Button +tile.snow.name=Snow +tile.ice.name=Ice +tile.cactus.name=Cactus +tile.clay.name=Clay +tile.reeds.name=Sugar cane +tile.jukebox.name=Jukebox +tile.fence.name=Fence +tile.fenceGate.name=Fence Gate +tile.pumpkin.name=Pumpkin +tile.litpumpkin.name=Jack 'o' Lantern +tile.hellrock.name=Netherrack +tile.hellsand.name=Soul Sand +tile.lightgem.name=Glowstone +tile.portal.name=Portal +tile.cloth.black.name=Black Wool +tile.cloth.red.name=Red Wool +tile.cloth.green.name=Green Wool +tile.cloth.brown.name=Brown Wool +tile.cloth.blue.name=Blue Wool +tile.cloth.purple.name=Purple Wool +tile.cloth.cyan.name=Cyan Wool +tile.cloth.silver.name=Light Gray Wool +tile.cloth.gray.name=Gray Wool +tile.cloth.pink.name=Pink Wool +tile.cloth.lime.name=Lime Wool +tile.cloth.yellow.name=Yellow Wool +tile.cloth.lightBlue.name=Light Blue Wool +tile.cloth.magenta.name=Magenta Wool +tile.cloth.orange.name=Orange Wool +tile.cloth.white.name=Wool +tile.oreLapis.name=Lapis Lazuli Ore +tile.blockLapis.name=Lapis Lazuli Block +tile.dispenser.name=Dispenser +tile.dropper.name=Dropper +tile.musicBlock.name=Note Block +tile.cake.name=Cake +tile.bed.name=Bed +tile.bed.occupied=This bed is occupied +tile.bed.noSleep=You can only sleep at night +tile.bed.notSafe=You may not rest now, there are monsters nearby +tile.bed.notValid=Your home bed was missing or obstructed +tile.lockedchest.name=Locked chest +tile.trapdoor.name=Trapdoor +tile.web.name=Cobweb +tile.stonebricksmooth.name=Stone Bricks +tile.stonebricksmooth.default.name=Stone Bricks +tile.stonebricksmooth.mossy.name=Mossy Stone Bricks +tile.stonebricksmooth.cracked.name=Cracked Stone Bricks +tile.stonebricksmooth.chiseled.name=Chiseled Stone Bricks +tile.monsterStoneEgg.stone.name=Stone Monster Egg +tile.monsterStoneEgg.cobble.name=Cobblestone Monster Egg +tile.monsterStoneEgg.brick.name=Stone Brick Monster Egg +tile.pistonBase.name=Piston +tile.pistonStickyBase.name=Sticky Piston +tile.fenceIron.name=Iron Bars +tile.melon.name=Melon +tile.stairsBrick.name=Brick Stairs +tile.stairsStoneBrickSmooth.name=Stone Brick Stairs +tile.vine.name=Vines +tile.netherBrick.name=Nether Brick +tile.netherFence.name=Nether Brick Fence +tile.stairsNetherBrick.name=Nether Brick Stairs +tile.netherStalk.name=Nether Wart +tile.cauldron.name=Cauldron +tile.enchantmentTable.name=Enchantment Table +tile.anvil.name=Anvil +tile.anvil.intact.name=Anvil +tile.anvil.slightlyDamaged.name=Slightly Damaged Anvil +tile.anvil.veryDamaged.name=Very Damaged Anvil +tile.whiteStone.name=End Stone +tile.endPortalFrame.name=End Portal +tile.mycel.name=Mycelium +tile.waterlily.name=Lily Pad +tile.dragonEgg.name=Dragon Egg +tile.redstoneLight.name=Redstone Lamp +tile.cocoa.name=Cocoa +tile.enderChest.name=Ender Chest +tile.oreRuby.name=Ruby Ore +tile.oreEmerald.name=Emerald Ore +tile.blockEmerald.name=Block of Emerald +tile.blockRedstone.name=Block of Redstone +tile.tripWire.name=Tripwire +tile.tripWireSource.name=Tripwire Hook +tile.commandBlock.name=Command Block +tile.beacon.name=Beacon +tile.beacon.primary=Primary Power +tile.beacon.secondary=Secondary Power +tile.cobbleWall.normal.name=Cobblestone Wall +tile.cobbleWall.mossy.name=Mossy Cobblestone Wall +tile.carrots.name=Carrots +tile.potatoes.name=Potatoes +tile.daylightDetector.name=Daylight Sensor +tile.netherquartz.name=Nether Quartz Ore +tile.hopper.name=Hopper +tile.quartzBlock.default.name=Block of Quartz +tile.quartzBlock.chiseled.name=Chiseled Quartz Block +tile.quartzBlock.lines.name=Pillar Quartz Block +tile.stairsQuartz.name=Quartz Stairs + +item.shovelIron.name=Iron Shovel +item.pickaxeIron.name=Iron Pickaxe +item.hatchetIron.name=Iron Axe +item.flintAndSteel.name=Flint and Steel +item.apple.name=Apple +item.cookie.name=Cookie +item.bow.name=Bow +item.arrow.name=Arrow +item.coal.name=Coal +item.charcoal.name=Charcoal +item.diamond.name=Diamond +item.emerald.name=Emerald +item.ingotIron.name=Iron Ingot +item.ingotGold.name=Gold Ingot +item.swordIron.name=Iron Sword +item.swordWood.name=Wooden Sword +item.shovelWood.name=Wooden Shovel +item.pickaxeWood.name=Wooden Pickaxe +item.hatchetWood.name=Wooden Axe +item.swordStone.name=Stone Sword +item.shovelStone.name=Stone Shovel +item.pickaxeStone.name=Stone Pickaxe +item.hatchetStone.name=Stone Axe +item.swordDiamond.name=Diamond Sword +item.shovelDiamond.name=Diamond Shovel +item.pickaxeDiamond.name=Diamond Pickaxe +item.hatchetDiamond.name=Diamond Axe +item.stick.name=Stick +item.bowl.name=Bowl +item.mushroomStew.name=Mushroom Stew +item.swordGold.name=Golden Sword +item.shovelGold.name=Golden Shovel +item.pickaxeGold.name=Golden Pickaxe +item.hatchetGold.name=Golden Axe +item.string.name=String +item.feather.name=Feather +item.sulphur.name=Gunpowder +item.hoeWood.name=Wooden Hoe +item.hoeStone.name=Stone Hoe +item.hoeIron.name=Iron Hoe +item.hoeDiamond.name=Diamond Hoe +item.hoeGold.name=Golden Hoe +item.seeds.name=Seeds +item.seeds_pumpkin.name=Pumpkin Seeds +item.seeds_melon.name=Melon Seeds +item.melon.name=Melon +item.wheat.name=Wheat +item.bread.name=Bread +item.helmetCloth.name=Leather Cap +item.chestplateCloth.name=Leather Tunic +item.leggingsCloth.name=Leather Pants +item.bootsCloth.name=Leather Boots +item.helmetChain.name=Chain Helmet +item.chestplateChain.name=Chain Chestplate +item.leggingsChain.name=Chain Leggings +item.bootsChain.name=Chain Boots +item.helmetIron.name=Iron Helmet +item.chestplateIron.name=Iron Chestplate +item.leggingsIron.name=Iron Leggings +item.bootsIron.name=Iron Boots +item.helmetDiamond.name=Diamond Helmet +item.chestplateDiamond.name=Diamond Chestplate +item.leggingsDiamond.name=Diamond Leggings +item.bootsDiamond.name=Diamond Boots +item.helmetGold.name=Golden Helmet +item.chestplateGold.name=Golden Chestplate +item.leggingsGold.name=Golden Leggings +item.bootsGold.name=Golden Boots +item.flint.name=Flint +item.porkchopRaw.name=Raw Porkchop +item.porkchopCooked.name=Cooked Porkchop +item.chickenRaw.name=Raw Chicken +item.chickenCooked.name=Cooked Chicken +item.beefRaw.name=Raw Beef +item.beefCooked.name=Steak +item.painting.name=Painting +item.frame.name=Item Frame +item.appleGold.name=Golden Apple +item.sign.name=Sign +item.doorWood.name=Wooden Door +item.bucket.name=Bucket +item.bucketWater.name=Water Bucket +item.bucketLava.name=Lava Bucket +item.minecart.name=Minecart +item.saddle.name=Saddle +item.doorIron.name=Iron Door +item.redstone.name=Redstone +item.snowball.name=Snowball +item.boat.name=Boat +item.leather.name=Leather +item.milk.name=Milk +item.brick.name=Brick +item.clay.name=Clay +item.reeds.name=Sugar Canes +item.paper.name=Paper +item.book.name=Book +item.slimeball.name=Slimeball +item.minecartChest.name=Minecart with Chest +item.minecartFurnace.name=Minecart with Furnace +item.minecartTnt.name=Minecart with TNT +item.minecartHopper.name=Minecart with Hopper +item.egg.name=Egg +item.compass.name=Compass +item.fishingRod.name=Fishing Rod +item.clock.name=Clock +item.yellowDust.name=Glowstone Dust +item.fishRaw.name=Raw Fish +item.fishCooked.name=Cooked Fish +item.record.name=Music Disc +item.bone.name=Bone +item.dyePowder.black.name=Ink Sac +item.dyePowder.red.name=Rose Red +item.dyePowder.green.name=Cactus Green +item.dyePowder.brown.name=Cocoa Beans +item.dyePowder.blue.name=Lapis Lazuli +item.dyePowder.purple.name=Purple Dye +item.dyePowder.cyan.name=Cyan Dye +item.dyePowder.silver.name=Light Gray Dye +item.dyePowder.gray.name=Gray Dye +item.dyePowder.pink.name=Pink Dye +item.dyePowder.lime.name=Lime Dye +item.dyePowder.yellow.name=Dandelion Yellow +item.dyePowder.lightBlue.name=Light Blue Dye +item.dyePowder.magenta.name=Magenta Dye +item.dyePowder.orange.name=Orange Dye +item.dyePowder.white.name=Bone Meal +item.sugar.name=Sugar +item.cake.name=Cake +item.bed.name=Bed +item.diode.name=Redstone Repeater +item.comparator.name=Redstone Comparator +item.map.name=Map +item.leaves.name=Leaves +item.shears.name=Shears +item.rottenFlesh.name=Rotten Flesh +item.enderPearl.name=Ender Pearl +item.blazeRod.name=Blaze Rod +item.ghastTear.name=Ghast Tear +item.netherStalkSeeds.name=Nether Wart +item.potion.name=Potion +item.emptyPotion.name=Water Bottle +item.goldNugget.name=Gold Nugget +item.glassBottle.name=Glass Bottle +item.spiderEye.name=Spider Eye +item.fermentedSpiderEye.name=Fermented Spider Eye +item.blazePowder.name=Blaze Powder +item.magmaCream.name=Magma Cream +item.cauldron.name=Cauldron +item.brewingStand.name=Brewing Stand +item.eyeOfEnder.name=Eye of Ender +item.speckledMelon.name=Glistering Melon +item.monsterPlacer.name=Spawn +item.expBottle.name=Bottle o' Enchanting +item.fireball.name=Fire Charge +item.writingBook.name=Book and Quill +item.writtenBook.name=Written Book +item.ruby.name=Ruby +item.flowerPot.name=Flower Pot +item.emptyMap.name=Empty Map +item.carrots.name=Carrot +item.carrotGolden.name=Golden Carrot +item.potato.name=Potato +item.potatoBaked.name=Baked Potato +item.potatoPoisonous.name=Poisonous Potato +item.skull.skeleton.name=Skeleton Skull +item.skull.wither.name=Wither Skeleton Skull +item.skull.zombie.name=Zombie Head +item.skull.char.name=Head +item.skull.player.name=%s's Head +item.skull.creeper.name=Creeper Head +item.carrotOnAStick.name=Carrot on a Stick +item.netherStar.name=Nether Star +item.pumpkinPie.name=Pumpkin Pie +item.enchantedBook.name=Enchanted Book +item.fireworks.name=Firework Rocket +item.fireworks.flight=Flight Duration: +item.fireworksCharge.name=Firework Star +item.fireworksCharge.black=Black +item.fireworksCharge.red=Red +item.fireworksCharge.green=Green +item.fireworksCharge.brown=Brown +item.fireworksCharge.blue=Blue +item.fireworksCharge.purple=Purple +item.fireworksCharge.cyan=Cyan +item.fireworksCharge.silver=Light Gray +item.fireworksCharge.gray=Gray +item.fireworksCharge.pink=Pink +item.fireworksCharge.lime=Lime +item.fireworksCharge.yellow=Yellow +item.fireworksCharge.lightBlue=Light Blue +item.fireworksCharge.magenta=Magenta +item.fireworksCharge.orange=Orange +item.fireworksCharge.white=White +item.fireworksCharge.customColor=Custom +item.fireworksCharge.fadeTo=Fade to +item.fireworksCharge.flicker=Twinkle +item.fireworksCharge.trail=Trail +item.fireworksCharge.type.0=Small Ball +item.fireworksCharge.type.1=Large Ball +item.fireworksCharge.type.2=Star-shaped +item.fireworksCharge.type.3=Creeper-shaped +item.fireworksCharge.type.4=Burst +item.fireworksCharge.type=Unknown Shape +item.netherbrick.name=Nether Brick +item.netherquartz.name=Nether Quartz + +container.inventory=Inventory +container.hopper=Item Hopper +container.crafting=Crafting +container.dispenser=Dispenser +container.dropper=Dropper +container.furnace=Furnace +container.enchant=Enchant +container.repair=Repair & Name +container.repair.cost=Enchantment Cost: %1$d +container.repair.expensive=Too Expensive! +container.creative=Item Selection +container.brewing=Brewing Stand +container.chest=Chest +container.chestDouble=Large Chest +container.minecart=Minecart +container.enderchest=Ender Chest + +item.dyed=Dyed + +entity.Item.name=Item +entity.XPOrb.name=Experience Orb +entity.SmallFireball.name=Small Fireball +entity.Fireball.name=Fireball + +entity.Arrow.name=Arrow +entity.Snowball.name=Snowball +entity.Painting.name=Painting + +entity.Mob.name=Mob +entity.Monster.name=Monster + +entity.Creeper.name=Creeper +entity.Skeleton.name=Skeleton +entity.Spider.name=Spider +entity.Giant.name=Giant +entity.Zombie.name=Zombie +entity.Slime.name=Slime +entity.Ghast.name=Ghast +entity.PigZombie.name=Zombie Pigman +entity.Enderman.name=Enderman +entity.Silverfish.name=Silverfish +entity.CaveSpider.name=Cave Spider +entity.Blaze.name=Blaze +entity.LavaSlime.name=Magma Cube +entity.MushroomCow.name=Mooshroom +entity.Villager.name=Villager +entity.VillagerGolem.name=Iron Golem +entity.SnowMan.name=Snow Golem +entity.EnderDragon.name=Ender Dragon +entity.WitherBoss.name=Wither +entity.Witch.name=Witch + +entity.Pig.name=Pig +entity.Sheep.name=Sheep +entity.Cow.name=Cow +entity.Chicken.name=Chicken +entity.Squid.name=Squid +entity.Wolf.name=Wolf +entity.Ozelot.name=Ocelot +entity.Cat.name=Cat +entity.Bat.name=Bat + +entity.PrimedTnt.name=Block of TNT +entity.FallingSand.name=Falling Block + +entity.Minecart.name=Minecart +entity.Boat.name=Boat + +entity.Arrow.name=arrow +entity.generic.name=unknown + +death.fell.accident.ladder=%1$s fell off a ladder +death.fell.accident.vines=%1$s fell off some vines +death.fell.accident.water=%1$s fell out of the water +death.fell.accident.generic=%1$s fell from a high place +death.fell.killer=%1$s was doomed to fall +death.fell.assist=%1$s was doomed to fall by %2$s +death.fell.assist.item=%1$s was doomed to fall by %2$s using %3$s +death.fell.finish=%1$s was fell too far and was finished by %2$s +death.fell.finish.item=%1$s was fell too far and was finished by %2$s using %3$s + +death.attack.inFire=%1$s went up in flames +death.attack.inFire.player=%1$s walked into fire whilst fighting %2$s +death.attack.onFire=%1$s burned to death +death.attack.onFire.player=%1$s was burnt to a crisp whilst fighting %2$s +death.attack.lava=%1$s tried to swim in lava +death.attack.lava.player=%1$s tried to swim in lava to escape %2$s +death.attack.inWall=%1$s suffocated in a wall +death.attack.drown=%1$s drowned +death.attack.drown.player=%1$s drowned whilst trying to escape %2$s +death.attack.starve=%1$s starved to death +death.attack.cactus=%1$s was pricked to death +death.attack.cactus.player=%1$s walked into a cactus whilst trying to escape %2$s +death.attack.generic=%1$s died +death.attack.explosion=%1$s blew up +death.attack.explosion.player=%1$s was blown up by %2$s +death.attack.magic=%1$s was killed by magic +death.attack.wither=%1$s withered away +death.attack.anvil=%1$s was squashed by a falling anvil +death.attack.fallingBlock=%1$s was squashed by a falling block +death.attack.mob=%1$s was slain by %2$s +death.attack.player=%1$s was slain by %2$s +death.attack.player.item=%1$s was slain by %2$s using %3$s +death.attack.arrow=%1$s was shot by %2$s +death.attack.arrow.item=%1$s was shot by %2$s using %3$s +death.attack.fireball=%1$s was fireballed by %2$s +death.attack.fireball.item=%1$s was fireballed by %2$s using %3$s +death.attack.thrown=%1$s was pummeled by %2$s +death.attack.thrown.item=%1$s was pummeled by %2$s using %3$s +death.attack.indirectMagic=%1$s was killed by %2$s using magic +death.attack.indirectMagic.item=%1$s was killed by %2$s using %3$s +death.attack.thorns=%1$s was killed trying to hurt %2$s +death.attack.fall=%1$s hit the ground too hard +death.attack.outOfWorld=%1$s fell out of the world + +deathScreen.respawn=Respawn +deathScreen.deleteWorld=Delete world +deathScreen.titleScreen=Title screen +deathScreen.score=Score +deathScreen.title.hardcore=Game over! +deathScreen.hardcoreInfo=You cannot respawn in hardcore mode! +deathScreen.title=You died! +deathScreen.leaveServer=Leave server + +potion.empty=No Effects +potion.moveSpeed=Speed +potion.moveSlowdown=Slowness +potion.digSpeed=Haste +potion.digSlowDown=Mining Fatigue +potion.damageBoost=Strength +potion.weakness=Weakness +potion.heal=Instant Health +potion.harm=Instant Damage +potion.jump=Jump Boost +potion.confusion=Nausea +potion.regeneration=Regeneration +potion.resistance=Resistance +potion.fireResistance=Fire Resistance +potion.waterBreathing=Water Breathing +potion.invisibility=Invisibility +potion.blindness=Blindness +potion.nightVision=Night Vision +potion.hunger=Hunger +potion.poison=Poison +potion.wither=Wither + +potion.moveSpeed.postfix=Potion of Swiftness +potion.moveSlowdown.postfix=Potion of Slowness +potion.digSpeed.postfix=Potion of Haste +potion.digSlowDown.postfix=Potion of Dullness +potion.damageBoost.postfix=Potion of Strength +potion.weakness.postfix=Potion of Weakness +potion.heal.postfix=Potion of Healing +potion.harm.postfix=Potion of Harming +potion.jump.postfix=Potion of Leaping +potion.confusion.postfix=Potion of Nausea +potion.regeneration.postfix=Potion of Regeneration +potion.resistance.postfix=Potion of Resistance +potion.fireResistance.postfix=Potion of Fire Resistance +potion.waterBreathing.postfix=Potion of Water Breathing +potion.invisibility.postfix=Potion of Invisibility +potion.blindness.postfix=Potion of Blindness +potion.nightVision.postfix=Potion of Night Vision +potion.hunger.postfix=Potion of Hunger +potion.poison.postfix=Potion of Poison +potion.wither.postfix=Potion of Decay + +potion.potency.0= +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV + +potion.prefix.grenade=Splash +potion.prefix.mundane=Mundane +potion.prefix.uninteresting=Uninteresting +potion.prefix.bland=Bland +potion.prefix.clear=Clear +potion.prefix.milky=Milky +potion.prefix.diffuse=Diffuse +potion.prefix.artless=Artless +potion.prefix.thin=Thin +potion.prefix.awkward=Awkward +potion.prefix.flat=Flat +potion.prefix.bulky=Bulky +potion.prefix.bungling=Bungling +potion.prefix.buttered=Buttered +potion.prefix.smooth=Smooth +potion.prefix.suave=Suave +potion.prefix.debonair=Debonair +potion.prefix.thick=Thick +potion.prefix.elegant=Elegant +potion.prefix.fancy=Fancy +potion.prefix.charming=Charming +potion.prefix.dashing=Dashing +potion.prefix.refined=Refined +potion.prefix.cordial=Cordial +potion.prefix.sparkling=Sparkling +potion.prefix.potent=Potent +potion.prefix.foul=Foul +potion.prefix.odorless=Odorless +potion.prefix.rank=Rank +potion.prefix.harsh=Harsh +potion.prefix.acrid=Acrid +potion.prefix.gross=Gross +potion.prefix.stinky=Stinky + +enchantment.damage.all=Sharpness +enchantment.damage.undead=Smite +enchantment.damage.arthropods=Bane of Arthropods +enchantment.knockback=Knockback +enchantment.fire=Fire Aspect +enchantment.protect.all=Protection +enchantment.protect.fire=Fire Protection +enchantment.protect.fall=Feather Falling +enchantment.protect.explosion=Blast Protection +enchantment.protect.projectile=Projectile Protection +enchantment.oxygen=Respiration +enchantment.waterWorker=Aqua Affinity +enchantment.digging=Efficiency +enchantment.untouching=Silk Touch +enchantment.durability=Unbreaking +enchantment.lootBonus=Looting +enchantment.lootBonusDigger=Fortune +enchantment.arrowDamage=Power +enchantment.arrowFire=Flame +enchantment.arrowKnockback=Punch +enchantment.arrowInfinite=Infinity +enchantment.thorns=Thorns + +enchantment.level.1=I +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.level.10=X + +gui.achievements=Achievements +gui.stats=Statistics + +stat.generalButton=General +stat.blocksButton=Blocks +stat.itemsButton=Items + +stat.used=Times Used +stat.mined=Times Mined +stat.depleted=Times Depleted +stat.crafted=Times Crafted + +stat.startGame=Times played +stat.createWorld=Worlds played +stat.loadWorld=Saves loaded +stat.joinMultiplayer=Multiplayer joins +stat.leaveGame=Games quit + +stat.playOneMinute=Minutes Played + +stat.walkOneCm=Distance Walked +stat.fallOneCm=Distance Fallen +stat.swimOneCm=Distance Swum +stat.flyOneCm=Distance Flown +stat.climbOneCm=Distance Climbed +stat.diveOneCm=Distance Dove +stat.minecartOneCm=Distance by Minecart +stat.boatOneCm=Distance by Boat +stat.pigOneCm=Distance by Pig +stat.jump=Jumps +stat.drop=Items Dropped + +stat.damageDealt=Damage Dealt +stat.damageTaken=Damage Taken +stat.deaths=Number of Deaths +stat.mobKills=Mob Kills +stat.playerKills=Player Kills +stat.fishCaught=Fish Caught + +stat.mineBlock=%1$s Mined +stat.craftItem=%1$s Crafted +stat.useItem=%1$s Used +stat.breakItem=%1$s Depleted + +achievement.get=Achievement get! + +achievement.taken=Taken! + +achievement.requires=Requires '%1$s' +achievement.openInventory=Taking Inventory +achievement.openInventory.desc=Press '%1$s' to open your inventory. +achievement.mineWood=Getting Wood +achievement.mineWood.desc=Attack a tree until a block of wood pops out +achievement.buildWorkBench=Benchmarking +achievement.buildWorkBench.desc=Craft a workbench with four blocks of planks +achievement.buildPickaxe=Time to Mine! +achievement.buildPickaxe.desc=Use planks and sticks to make a pickaxe +achievement.buildFurnace=Hot Topic +achievement.buildFurnace.desc=Construct a furnace out of eight stone blocks +achievement.acquireIron=Acquire Hardware +achievement.acquireIron.desc=Smelt an iron ingot +achievement.buildHoe=Time to Farm! +achievement.buildHoe.desc=Use planks and sticks to make a hoe +achievement.makeBread=Bake Bread +achievement.makeBread.desc=Turn wheat into bread +achievement.bakeCake=The Lie +achievement.bakeCake.desc=Wheat, sugar, milk and eggs! +achievement.buildBetterPickaxe=Getting an Upgrade +achievement.buildBetterPickaxe.desc=Construct a better pickaxe +achievement.cookFish=Delicious Fish +achievement.cookFish.desc=Catch and cook fish! +achievement.onARail=On A Rail +achievement.onARail.desc=Travel by minecart at least 1 km from where you started +achievement.buildSword=Time to Strike! +achievement.buildSword.desc=Use planks and sticks to make a sword +achievement.killEnemy=Monster Hunter +achievement.killEnemy.desc=Attack and destroy a monster +achievement.killCow=Cow Tipper +achievement.killCow.desc=Harvest some leather +achievement.flyPig=When Pigs Fly +achievement.flyPig.desc=Fly a pig off a cliff +achievement.snipeSkeleton=Sniper Duel +achievement.snipeSkeleton.desc=Kill a skeleton with an arrow from more than 50 meters +achievement.diamonds=DIAMONDS! +achievement.diamonds.desc=Acquire diamonds with your iron tools +achievement.portal=We Need to Go Deeper +achievement.portal.desc=Build a portal to the Nether +achievement.ghast=Return to Sender +achievement.ghast.desc=Destroy a Ghast with a fireball +achievement.blazeRod=Into Fire +achievement.blazeRod.desc=Relieve a Blaze of its rod +achievement.potion=Local Brewery +achievement.potion.desc=Brew a potion +achievement.theEnd=The End? +achievement.theEnd.desc=Locate the End +achievement.theEnd2=The End. +achievement.theEnd2.desc=Defeat the Ender Dragon +achievement.enchantments=Enchanter +achievement.enchantments.desc=Use a book, obsidian and diamonds to construct an enchantment table +achievement.overkill=Overkill +achievement.overkill.desc=Deal eight hearts of damage in a single hit +achievement.bookcase=Librarian +achievement.bookcase.desc=Build some bookshelves to improve your enchantment table + +commands.generic.exception=An unknown error occurred while attempting to perform this command +commands.generic.syntax=Invalid command syntax +commands.generic.player.notFound=That player cannot be found +commands.generic.notFound=Unknown command. Try /help for a list of commands. +commands.generic.num.invalid='%s' is not a valid number +commands.generic.num.tooSmall=The number you have entered (%d) is too small, it must be at least %d +commands.generic.num.tooBig=The number you have entered (%d) is too big, it must be at most %d +commands.generic.double.tooSmall=The number you have entered (%.2f) is too small, it must be at least %.2f +commands.generic.double.tooBig=The number you have entered (%.2f) is too big, it must be at most %.2f +commands.generic.usage=Usage: %s + +commands.xp.failure.widthdrawXp=Cannot give player negative experience points +commands.xp.success=Given %d experience to %s +commands.xp.success.levels=Given %d levels to %s +commands.xp.success.negative.levels=Taken %d levels from %s +commands.xp.usage=/xp [player] OR /xp L [player] +commands.give.usage=/give [amount] [data] +commands.give.notFound=There is no such item with ID %d +commands.give.success=Given %s (ID %d) * %d to %s +commands.effect.usage=/effect [seconds] [amplifier] +commands.effect.notFound=There is no such mob effect with ID %d +commands.effect.success=Given %1$s (ID %2$d) * %3$d to %4$s for %5$d seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.enchant.usage=/enchant [level] +commands.enchant.notFound=There is no such enchantment with ID %d +commands.enchant.noItem=The target doesn't hold an item +commands.enchant.cantEnchant=The selected enchantment can't be added to the target item +commands.enchant.cantCombine=%1$s can't be combined with %2$s +commands.enchant.success=Enchanting succeeded +commands.clear.usage=/clear [item] [data] +commands.clear.success=Cleared the inventory of %s, removing %d items +commands.clear.failure=Could not clear the inventory of %s, no items to remove +commands.downfall.success=Toggled downfall +commands.time.usage=/time +commands.time.added=Added %d to the time +commands.time.set=Set the time to %d +commands.players.list=There are %d/%d players online: +commands.banlist.ips=There are %d total banned IP addresses: +commands.banlist.players=There are %d total banned players: +commands.banlist.usage=/banlist [ips|players] +commands.kick.success=Kicked %s from the game +commands.kick.success.reason=Kicked %s from the game: '%s' +commands.kick.usage=/kick [reason ...] +commands.op.success=Opped %s +commands.op.usage=/op +commands.deop.success=De-opped %s +commands.deop.usage=/deop +commands.say.usage=/say +commands.ban.success=Banned player %s +commands.ban.usage=/ban [reason ...] +commands.unban.success=Unbanned player %s +commands.unban.usage=/pardon +commands.banip.invalid=You have entered an invalid IP address or a player that is not online +commands.banip.success=Banned IP address %s +commands.banip.success.players=Banned IP address %s belonging to %s +commands.banip.usage=/ban-ip [reason ...] +commands.unbanip.invalid=You have entered an invalid IP address +commands.unbanip.success=Unbanned IP address %s +commands.unbanip.usage=/pardon-ip
+commands.save.enabled=Turned on world auto-saving +commands.save.disabled=Turned off world auto-saving +commands.save.start=Saving... +commands.save.success=Saved the world +commands.save.failed=Saving failed: %s +commands.save.flushStart=Flushing all saves... +commands.save.flushEnd=Flushing completed +commands.stop.start=Stopping the server +commands.tp.success=Teleported %s to %s +commands.tp.success.coordinates=Teleported %s to %.2f,%.2f,%.2f +commands.tp.usage=/tp [target player] OR /tp [target player] +commands.tp.notSameDimension=Unable to teleport because players are not in the same dimension +commands.whitelist.list=There are %d (out of %d seen) whitelisted players: +commands.whitelist.enabled=Turned on the whitelist +commands.whitelist.disabled=Turned off the whitelist +commands.whitelist.reloaded=Reloaded the whitelist +commands.whitelist.add.success=Added %s to the whitelist +commands.whitelist.add.usage=/whitelist add +commands.whitelist.remove.success=Removed %s from the whitelist +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.scoreboard.usage=/scoreboard +commands.scoreboard.teamNotFound=No team was found by the name '%s' +commands.scoreboard.objectiveNotFound=No objective was found by the name '%s' +commands.scoreboard.objectiveReadOnly=The objective '%s' is read-only and cannot be set +commands.scoreboard.objectives.usage=/scoreboard objectives +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [objective] +commands.scoreboard.objectives.setdisplay.invalidSlot=No such display slot '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Cleared objective display slot '%s' +commands.scoreboard.objectives.setdisplay.successSet=Set the display objective in slot '%s' to '%s' +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [display name ...] +commands.scoreboard.objectives.add.wrongType=Invalid objective criteria type. Valid types are: %s +commands.scoreboard.objectives.add.alreadyExists=An objective with the name '%s' already exists +commands.scoreboard.objectives.add.tooLong=The name '%s' is too long for an objective, it can be at most %d characters long +commands.scoreboard.objectives.add.displayTooLong=The display name '%s' is too long for an objective, it can be at most %d characters long +commands.scoreboard.objectives.add.success=Added new objective '%s' successfully +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.remove.success=Removed objective '%s' successfully +commands.scoreboard.objectives.list.count=Showing %d objective(s) on scoreboard +commands.scoreboard.objectives.list.entry=- %s: displays as '%s' and is type '%s' +commands.scoreboard.objectives.list.empty=There are no objectives on the scoreboard +commands.scoreboard.players.usage=/scoreboard players +commands.scoreboard.players.set.success=Set score of %s for player %s to %d +commands.scoreboard.players.set.usage=/scoreboard players set +commands.scoreboard.players.add.usage=/scoreboard players add +commands.scoreboard.players.remove.usage=/scoreboard players remove +commands.scoreboard.players.reset.usage=/scoreboard players reset +commands.scoreboard.players.reset.success=Reset all scores of player %s +commands.scoreboard.players.list.count=Showing %d tracked players on the scoreboard +commands.scoreboard.players.list.empty=There are no tracked players on the scoreboard +commands.scoreboard.players.list.player.count=Showing %d tracked objective(s) for %s +commands.scoreboard.players.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.players.list.player.empty=Player %s has no scores recorded +commands.scoreboard.teams.usage=/scoreboard teams +commands.scoreboard.teams.add.usage=/scoreboard teams add [display name ...] +commands.scoreboard.teams.add.alreadyExists=A team with the name '%s' already exists +commands.scoreboard.teams.add.tooLong=The name '%s' is too long for a team, it can be at most %d characters long +commands.scoreboard.teams.add.displayTooLong=The display name '%s' is too long for a team, it can be at most %d characters long +commands.scoreboard.teams.add.success=Added new team '%s' successfully +commands.scoreboard.teams.list.usage=/scoreboard teams list [name] +commands.scoreboard.teams.list.count=Showing %d teams on the scoreboard +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' has %3$d players +commands.scoreboard.teams.list.empty=There are no teams registered on the scoreboard +commands.scoreboard.teams.list.player.count=Showing %d player(s) in team %s +commands.scoreboard.teams.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.teams.list.player.empty=Team %s has no players +commands.scoreboard.teams.empty.usage=/scoreboard teams clear +commands.scoreboard.teams.empty.alreadyEmpty=Team %s is already empty, cannot remove nonexistant players +commands.scoreboard.teams.empty.success=Removed all %d player(s) from team %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.remove.success=Removed team %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [player] +commands.scoreboard.teams.join.success=Added %d player(s) to team %s: %s +commands.scoreboard.teams.join.failure=Could not add %d player(s) to team %s: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [player] +commands.scoreboard.teams.leave.success=Removed %d player(s) from their teams: %s +commands.scoreboard.teams.leave.failure=Could not remove %d player(s) from their teams: %s +commands.scoreboard.teams.leave.noTeam=You are not in a team +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.option.noValue=Valid values for option %s are: %s +commands.scoreboard.teams.option.success=Set option %s for team %s to %s +commands.gamemode.success.self=Set own game mode to %s +commands.gamemode.success.other=Set %s's game mode to %s +commands.gamemode.usage=/gamemode [player] +commands.defaultgamemode.usage=/defaultgamemode +commands.defaultgamemode.success=The world's default game mode is now %s +commands.me.usage=/me +commands.help.header=--- Showing help page %d of %d (/help ) --- +commands.help.footer=Tip: Use the key while typing a command to auto-complete the command or its arguments +commands.help.usage=/help [page|command name] +commands.publish.started=Local game hosted on %s +commands.publish.failed=Unable to host local game +commands.debug.start=Started debug profiling +commands.debug.stop=Stopped debug profiling after %.2f seconds (%d ticks) +commands.debug.notStarted=Can't stop profiling when we haven't started yet! +commands.debug.usage=/debug +commands.message.usage=/tell +commands.message.sameTarget=You can't send a private message to yourself! +commands.message.display.outgoing=You whisper to %s: %s +commands.message.display.incoming=%s whispers to you: %s +commands.difficulty.usage=/difficulty +commands.difficulty.success=Set game difficulty to %s +commands.spawnpoint.usage=/spawnpoint OR /spawnpoint OR /spawnpoint +commands.spawnpoint.success=Set %s's spawn point to (%d, %d, %d) +commands.gamerule.usage=/gamerule OR /gamerule +commands.gamerule.success=Game rule has been updated +commands.gamerule.norule=No game rule called '%s' is available +commands.weather.usage=/weather [duration in seconds] +commands.weather.clear=Changing to clear weather +commands.weather.rain=Changing to rainy weather +commands.weather.thunder=Changing to rain and thunder +commands.testfor.usage=/testfor +commands.testfor.failed=/testfor is only usable by commandblocks with analog output + +itemGroup.buildingBlocks=Building Blocks +itemGroup.decorations=Decoration Blocks +itemGroup.redstone=Redstone +itemGroup.transportation=Transportation +itemGroup.misc=Miscellaneous +itemGroup.search=Search Items +itemGroup.food=Foodstuffs +itemGroup.tools=Tools +itemGroup.combat=Combat +itemGroup.brewing=Brewing +itemGroup.materials=Materials +itemGroup.inventory=Survival Inventory + +inventory.binSlot=Destroy Item + +advMode.setCommand=Set Console Command for Block +advMode.command=Console Command +advMode.nearestPlayer=Use "@p" to target nearest player +advMode.randomPlayer=Use "@r" to target random player +advMode.allPlayers=Use "@a" to target all players + +advMode.notEnabled=Command blocks are not enabled on this server +advMode.notAllowed=Must be an opped player in creative mode + +mco.title=Minecraft Realms +mco.selectServer.select=Join World +mco.selectServer.configure=Configure +mco.selectServer.create=Create World +mco.selectServer.moreinfo=More Info + +mco.configure.world.edit.title=Edit World + +mco.configure.world.title=Configure World +mco.configure.world.name=Name +mco.configure.world.seed=World Seed (Optional) +mco.configure.world.description=Description +mco.configure.world.owner=Owner +mco.configure.world.status=Status +mco.configure.world.location=Location +mco.configure.world.invited=Invited +mco.configure.world.buttons.edit=Edit +mco.configure.world.buttons.reset=Reset World +mco.configure.world.buttons.done=Done +mco.configure.world.buttons.delete=Delete +mco.configure.world.buttons.open=Open World +mco.configure.world.buttons.close=Close World +mco.configure.world.buttons.invite=Invite +mco.configure.world.buttons.uninvite=Uninvite +mco.configure.world.buttons.subscription=Subscription +mco.configure.world.buttons.save=Save +mco.configure.world.buttons.settings=Settings... +mco.configure.world.invite.profile.name=Name +mco.configure.world.uninvite.question=Are you sure that you want to uninvite + +mco.configure.world.settings.title=Settings + +mco.configure.world.subscription.title=Subscription Info +mco.configure.world.subscription.daysleft=Days Left +mco.configure.world.subscription.start=Start Date +mco.configure.world.subscription.extend=Extend + +mco.create.world.location.title=Locations +mco.create.world.location.warning=You may not get the exact location you select +mco.create.world.wait=Creating the world... + +mco.reset.world.title=Reset World +mco.reset.world.warning=This will permanently delete your world! +mco.reset.world.seed=World Seed (Optional) +mco.reset.world.resetting.screen.title=Resetting World... + +mco.configure.world.close.question.line1=Your world will become unavailable. +mco.configure.world.close.question.line2=Are you sure you want to do that? + +mco.connect.connecting=Connecting to the online server... +mco.connect.authorizing=Logging in... +mco.connect.failed=Failed to connect to the online server + +mco.create.world=Create + +mco.gameMode=Game Mode +mco.gameMode.survival=Survival +mco.gameMode.survival.line1=Search for resources, crafting, gain +mco.gameMode.survival.line2=levels, health and hunger +mco.gameMode.creative=Creative +mco.gameMode.creative.line1=Unlimited resources, free flying and +mco.gameMode.creative.line2=destroy blocks instantly +mco.gameMode.adventure=Adventure +mco.gameMode.adventure.line1=Same as survival mode, but blocks can't +mco.gameMode.adventure.line2=be added or removed diff --git a/1.5.2/lang/eo_UY.lang b/1.5.2/lang/eo_UY.lang new file mode 100644 index 00000000..f9bf1d5c --- /dev/null +++ b/1.5.2/lang/eo_UY.lang @@ -0,0 +1,1293 @@ +#X-Generator: crowdin.net + +language.name=Esperanto +language.region=Mondo +language.code=eo_UY + +gui.done=Preta +gui.cancel=Nuligi +gui.back=Back +gui.toMenu=Reen al ĉefa menuo +gui.up=Supren +gui.down=Malsupren +gui.yes=Jes +gui.no=Ne + +menu.singleplayer=Unu ludanto +menu.multiplayer=Pluraj ludantoj +menu.online=Minecraft Realms +menu.options=Agordoj… +menu.quit=Eliri la ludon +menu.returnToMenu=Konservi kaj reiri al ĉefa menuo +menu.disconnect=Malkonektiĝi +menu.returnToGame=Reiri al la ludo +menu.switchingLevel=Interŝanĝas mondojn +menu.generatingLevel=Generas mondon +menu.loadingLevel=Ŝargado de la mondo +menu.generatingTerrain=Kreas pejzaĝon +menu.convertingLevel=Konvertas mondon +menu.simulating=Simulanta la mondon dum iom da tempo +menu.respawning=Revivigi +menu.shareToLan=Malfermi al LAN + +selectWorld.title=Elekti mondon +selectWorld.empty=malplena +selectWorld.world=Mondo +selectWorld.select=Ludi elektitan mondon +selectWorld.create=Krei novan mondon +selectWorld.recreate=Rekrei +selectWorld.createDemo=Ludi novan demo-mondon +selectWorld.delete=Forigi +selectWorld.rename=Renomi +selectWorld.deleteQuestion=Ĉu vi certas ke vi volas forviŝi ĉi mondon? +selectWorld.deleteWarning=estos perdita eterne! (Longan tempon!) +selectWorld.deleteButton=Forigi +selectWorld.renameButton=Renomi +selectWorld.renameTitle=Renomi Mondon +selectWorld.conversion=Devas esti konvertita! +selectWorld.newWorld=Nova mondo +selectWorld.newWorld.copyOf=Kopio de %s +selectWorld.enterName=Nomo de la mondo +selectWorld.resultFolder=Konserviĝas en: +selectWorld.enterSeed=Semaĵo por la Monda Generatoro +selectWorld.seedInfo=Lasi malplena por hazarda semo +selectWorld.cheats=Trompaĵoj +selectWorld.customizeType=Alĝustigi + +createWorld.customize.presets=Antaŭdifinitaĵoj +createWorld.customize.presets.title=Elektu antaŭdifinitaĵon +createWorld.customize.presets.select=Uzu antaŭdifinitaĵon +createWorld.customize.presets.share=Ĉu vi volas sendi vian antaŭdifinitaĵon al iu ? Uzu la sube kadro ! +createWorld.customize.presets.list=Alie, jen iuj ni faris pli frue ! +createWorld.customize.flat.title=Ŝanĝu ege plata +createWorld.customize.flat.tile=Materialtavolo +createWorld.customize.flat.height=Alteco +createWorld.customize.flat.addLayer=Aldoni Tavolo +createWorld.customize.flat.editLayer=Redakti Tavolo +createWorld.customize.flat.removeLayer=Forigi Tavolo +createWorld.customize.flat.layer.top=Surfaco - %d +createWorld.customize.flat.layer=%d +createWorld.customize.flat.layer.bottom=Fundo - %d + +gameMode.survival=Traviva Modulo +gameMode.creative=Krea Modulo +gameMode.adventure=Aventura Modo +gameMode.hardcore=Malfacila Modulo! +gameMode.changed=Via ludmodo estas sukcese ĝisdatigita + +selectWorld.gameMode=Ludmodo: +selectWorld.gameMode.survival=Traviva +selectWorld.gameMode.survival.line1=Serĉi krudmaterialojn, konstrui ilojn +selectWorld.gameMode.survival.line2=kolekti sperton kaj batali por travivi +selectWorld.gameMode.creative=Krea +selectWorld.gameMode.creative.line1=Senfinaj krudmaterialoj, fluga modulo kaj +selectWorld.gameMode.creative.line2=tuja detruo de blokoj +selectWorld.gameMode.hardcore=Malfacila +selectWorld.gameMode.hardcore.line1=Plej malfacila traviva modulo +selectWorld.gameMode.hardcore.line2=kaj la mondo detruiĝos post morto +selectWorld.gameMode.adventure=Aventura +selectWorld.gameMode.adventure.line1=Plej malfacila, sed blokoj ne povas +selectWorld.gameMode.adventure.line2=esti adiciita aŭ forigita +selectWorld.moreWorldOptions=Plu Mondaj Opcioj... +selectWorld.mapFeatures=Generigi Strukturojn: +selectWorld.mapFeatures.info=Vilaĝoj, karceroj, ktp. +selectWorld.mapType=Mondotipo: +selectWorld.mapType.normal=Normala +selectWorld.allowCommands=Permesi Trompaĵojn: +selectWorld.allowCommands.info=Komandoj kiel /gamemode, /xp +selectWorld.hardcoreMode=Hardcore: +selectWorld.hardcoreMode.info=La mondo detruiĝos post morto +selectWorld.bonusItems=Bonifika Kofro: + +generator.default=Defaŭlta +generator.flat=Ege plata +generator.largeBiomes=Grandaj biomoj + +selectServer.title=Elektu servilon +selectServer.empty=malplena +selectServer.select=Eniri la servilon +selectServer.direct=Rekta konekto +selectServer.edit=Redakti +selectServer.delete=Forigi +selectServer.add=Aldoni servilon +selectServer.defaultName=Minecraft-servilo +selectServer.deleteQuestion=Ĉu vi certas, ke vi volas forigi ĉi tiun servilon? +selectServer.deleteWarning=estos perdita eterne! (Longan tempon!) +selectServer.deleteButton=Forigi +selectServer.refresh=Aktualigi +selectServer.hiddenAddress=(Kaŝita) +addServer.title=Redakti servil-informojn +addServer.enterName=Servilnomo +addServer.enterIp=Serviladreso +addServer.add=Aldoni +addServer.hideAddress=Kaŝi Adreso +lanServer.title=LAN Mondo +lanServer.scanning=Scanning for games on your local network +lanServer.start=Komenci LAN Mondo +lanServer.otherPlayers=Agordoj pri aliaj ludantoj +mcoServer.title=Minecraft Retmondo + +multiplayer.title=Multaj ludantoj +multiplayer.connect=Konekti +multiplayer.info1=Minecraft multaj ludantoj momente ankoraŭ ne estas preta, +multiplayer.info2=sed eblas ludi en frua, cima versio. +multiplayer.ipinfo=Enskribi la IP adreso de la servilo por konekti al ĝi: + +multiplayer.texturePrompt.line1=Tiu servilo rekomendas uzon de propra aspekta pakaĵo. +multiplayer.texturePrompt.line2=Ĉu vi volas elŝuti kaj instali ĝin aŭtomate? + +multiplayer.downloadingTerrain=Pejzaĝon elŝutiĝas + +multiplayer.stopSleeping=Ellitiĝi + +chat.link.confirm=Ĉu vi certas ke vi volas malfermi jenan retejon? +chat.link.warning=Neniam malfermu ligilojn de personoj, je kiuj vi ne fidas! +chat.copy=Kopii al poŝo + +menu.playdemo=Ludi Demonstran Mondon +menu.resetdemo=Reagordi Demonstran Mondon +demo.day.1=Ĉi tiu montra ludo daŭros kvin tagojn, bonŝancon! +demo.day.2=Dua tago +demo.day.3=Tria tago +demo.day.4=Kvara tago +demo.day.5=Lasta tago! +demo.day.warning=Via tempo preskaŭ forpasis! +demo.day.6=La kvina tago forpasis, uzu F2 por konservi ekranbildon de via kreaĵo +demo.reminder=La provtempo finiĝis, aĉetu la ludon por plu ludi aŭ kreu novan mondon! +demo.remainingTime=Restanta tempo: %s +demo.demoExpired=Demonstran finiĝis! +demo.help.movement=Uzu %1$s, %2$s, %3$s, %4$s kaj la muson por moviĝi +demo.help.movementShort=Movi premante %1$s, %2$s, %3$s, %4$s +demo.help.movementMouse=Rigardi ĉirkaŭe uzanta la muso +demo.help.jump=Saltu premante %1$s +demo.help.inventory=Uzi %1$s por aperti vian inventaron +demo.help.title=Minecraft Demo Mode +demo.help.fullWrapped=Tiu ĉi demonstran volo resti 5 en-ludo tagoj (pri 1 horo kaj 40 minutoj de reela tempo). Kontrolu la atingoj por aludoj! Amuzi! +demo.help.buy=Aĉeti Nun! +demo.help.later=Daŭrigi Ludanta! + +connect.connecting=Konektas al servilo... +connect.authorizing=Ensalutas... +connect.failed=Malsukcesis por konekti al servilo + +disconnect.genericReason=%s +disconnect.disconnected=Malkonektis de la servilo +disconnect.lost=Perdis konekton +disconnect.kicked=Estis elĵetita de la ludo +disconnect.timeout=Tempo forpasis +disconnect.closed=Konekto fermita +disconnect.loginFailed=Ensalutado malsukcesis +disconnect.loginFailedInfo=Ensalutado malsukcesis: %s +disconnect.quitting=Eliras +disconnect.endOfStream=Flufino +disconnect.overflow=Bufrosuperfluo +disconnect.spam=Elĵetis por spamado + +options.off=NE +options.on=JES +options.visible=Videbla +options.hidden=Kaŝita +options.title=Opcioj +options.controls=Regiloj... +options.video=Grafikopcioj... +options.language=Lingvo… +options.languageWarning=Tradukoj povus ne nepre esti 100% precizaj +options.videoTitle=Grafikopcioj +options.music=Muziko +options.sound=Sono +options.invertMouse=Inversigi muson +options.fov=ADV +options.fov.min=Normala +options.fov.max=Ekstrema +options.gamma=Heleco +options.gamma.min=Malhela +options.gamma.max=Hela +options.sensitivity=Sentemeco +options.sensitivity.min=*oscedo* +options.sensitivity.max=LUMRAPIDA!!! +options.renderDistance=Bildiga distanco +options.renderDistance.tiny=Tre mallonga +options.renderDistance.short=Mallonga +options.renderDistance.normal=Normala +options.renderDistance.far=Longa +options.viewBobbing=Kaptremo +options.ao=Glata lumigo +options.ao.off=Off +options.ao.min=Minimum +options.ao.max=Maximum +options.anaglyph=3D Surmetado +options.framerateLimit=Rendimento +options.difficulty=Malfacileco +options.difficulty.peaceful=Paca +options.difficulty.easy=Facila +options.difficulty.normal=Normala +options.difficulty.hard=Malfacila +options.difficulty.hardcore=Morta +options.graphics=Grafiko +options.graphics.fancy=Bela +options.graphics.fast=Rapida +options.guiScale=Interfacoskalo +options.guiScale.auto=Aŭtomata +options.guiScale.small=Malgranda +options.guiScale.normal=Normala +options.guiScale.large=Granda +options.advancedOpengl=Altgrada OpenGL +options.renderClouds=Nuboj +options.farWarning1=64-bita instalo de Java estas rekomendata +options.farWarning2=por longa bildiga distanco (vi havas 32-bitan) +options.particles=Partikloj +options.particles.all=Ĉiuj +options.particles.decreased=Malmulta +options.particles.minimal=Plej malmulta +options.multiplayer.title=Multiplayer Agordoj... +options.chat.title=Babilejaj agordoj… +options.chat.visibility=Babilejo +options.chat.visibility.full=Videbla +options.chat.visibility.system=Nur komandoj +options.chat.visibility.hidden=Kaŝita +options.chat.color=Koloroj +options.chat.opacity=Maldiafano +options.chat.links=Web Ĉeneroj +options.chat.links.prompt=Averti je malfermi Ĉeneroj +options.chat.scale=Skalo +options.chat.width=Larĝo +options.chat.height.focused=Focused Height +options.chat.height.unfocused=Unfocused Height +options.showCape=Montri mantelo +options.serverTextures=Servilteksturoj +options.snooper=Permesi Snifadon +options.snooper.view=Snifopcioj... +options.snooper.title=Kollekto de Komputilkonstruplanoj +options.snooper.desc=Ni volas kolekti informaciojn pri via komputilo por helpi bonigi Minecraft tra scii kiel ni povas helpi kaj kie la plej grandaj problemoj estas. Ĉiuj informacioj estas tute anonimaj kaj videblaj sube. Ni promesas ke ni ne faros ion malbonan kun ĉi tiuj datumoj, sed se vi ne volas tion, estas tute en ordo kaj vi povas malŝalti! +options.texture.pack=Aspektaj Pakaĵoj +options.fullscreen=Tutekrano +options.vsync=Uzi Vsync +options.touchscreen=Tuŝekrana modo + +performance.max=Maksimuma bildrapido +performance.balanced=Saĝa +performance.powersaver=Energiŝpara + +controls.title=Regiloj + +key.forward=Antaŭen +key.left=Maldekstren +key.back=Malantaŭen +key.right=Dekstren +key.jump=Salti +key.inventory=Inventaro +key.drop=Faligi +key.chat=Babili +key.fog=Ŝalti nebulon +key.sneak=Rampi +key.playerlist=Ludantolisto +key.attack=Ataki +key.use=Uzi objekton +key.pickItem=Elekti blokon +key.mouseButton=Butono %1$s +key.command=Komando + +texturePack.openFolder=Malfermi dosierujon de teksturpakaĵoj +texturePack.title=Elekti teksturpakaĵon +texturePack.folderInfo=(Metu dosieron de teksturpakaĵo ĉi-tien) +texturePack.incompatible=Neuzebla + +book.pageIndicator=Paĝo %1$s de %2$s +book.byAuthor=de %1$s +book.signButton=Subskribi +book.editTitle=Entajpu libron titolon: +book.finalizeButton=Subskribi kaj fermi +book.finalizeWarning=Rimarku! Kiam vi subskribas la libron, ĝi ne plu estos eldonebla. + +tile.stone.name=Ŝtono + +tile.grass.name=Herbo +tile.dirt.name=Tero +tile.stonebrick.name=Pavimŝtono +tile.wood.name=Lignaj tabuloj +tile.wood.oak.name=Kverkaj lignaj tabuloj +tile.wood.spruce.name=Picea Lignaj tabuloj +tile.wood.birch.name=Betulaj tabuloj +tile.wood.jungle.name=Ĝangalaj Lignaj tabuloj +tile.sapling.oak.name=Kverka arbido +tile.sapling.spruce.name=Picea Arbeto +tile.sapling.birch.name=Betula arbido +tile.sapling.jungle.name=Ĝangala Arbeto +tile.deadbush.name=Mortinta arbusto +tile.bedrock.name=Adminio +tile.water.name=Akvo +tile.lava.name=Lafo +tile.sand.name=Sablo +tile.sandStone.name=Sabloŝtono +tile.sandStone.default.name=Sabloŝtono +tile.sandStone.chiseled.name=Ĉizita Sabloŝtono +tile.sandStone.smooth.name=Glata Sabloŝtono +tile.gravel.name=Gruzo +tile.oreGold.name=Ora erco +tile.oreIron.name=Fera erco +tile.oreCoal.name=Karba erco +tile.log.name=Ligno +tile.log.oak.name=Kverka ligno +tile.log.spruce.name=Picea Ligno +tile.log.birch.name=Betula ligno +tile.log.jungle.name=Ĝangala Ligno +tile.leaves.name=Folioj +tile.leaves.oak.name=Kverkaj folioj +tile.leaves.spruce.name=Picea Folioj +tile.leaves.birch.name=Betulaj folioj +tile.leaves.jungle.name=Ĝangalo Folioj +tile.tallgrass.name=Alta greso +tile.tallgrass.shrub.name=Arbusto +tile.tallgrass.grass.name=Herbo +tile.tallgrass.fern.name=Filiko +tile.sponge.name=Spongo +tile.glass.name=Vitro +tile.thinGlass.name=Vitraĵo +tile.cloth.name=Lano +tile.flower.name=Floro +tile.rose.name=Rozo +tile.mushroom.name=Fungo +tile.blockGold.name=Ora bloko +tile.blockIron.name=Fera bloko +tile.stoneSlab.stone.name=Ŝtona ŝtupo +tile.stoneSlab.sand.name=Sabloŝtona ŝtupo +tile.stoneSlab.wood.name=Ligna ŝtupo +tile.stoneSlab.cobble.name=Pavimŝtona ŝtupo +tile.stoneSlab.brick.name=Brika Ŝtupo +tile.stoneSlab.smoothStoneBrick.name=Ŝtonobrika Ŝtupo +tile.stoneSlab.netherBrick.name=Inferabrika ŝtupo +tile.stoneSlab.quartz.name=Kvarca ŝtupo +tile.woodSlab.oak.name=Kverka ŝtupo +tile.woodSlab.spruce.name=Picea Ligna Ŝtupo +tile.woodSlab.birch.name=Betula ŝtupo +tile.woodSlab.jungle.name=Ĝangala Ligna Ŝtupo +tile.brick.name=Briko +tile.tnt.name=Eksplodaĵo +tile.bookshelf.name=Librobretaro +tile.stoneMoss.name=Muska ŝtono +tile.obsidian.name=Obsidiano +tile.torch.name=Torĉo +tile.fire.name=Fajro +tile.mobSpawner.name=Monstro kreilo +tile.stairsWood.name=Kverka ŝtuparo +tile.stairsWoodSpruce.name=Picea ŝtuparo +tile.stairsWoodBirch.name=Betula ŝtuparo +tile.stairsWoodJungle.name=Ĝangala ŝtuparo +tile.chest.name=Kesto +tile.chestTrap.name=Kapta kesto +tile.redstoneDust.name=Ruĝa ŝtona Polvo +tile.oreDiamond.name=Diamanta Erco +tile.blockDiamond.name=Diamanta bloko +tile.workbench.name=Stablo +tile.crops.name=Kultivaĵoj +tile.farmland.name=Kultivtero +tile.furnace.name=Forno +tile.sign.name=Ŝildo +tile.doorWood.name=Ligna pordo +tile.ladder.name=Ŝtupetaro +tile.rail.name=Relo +tile.goldenRail.name=Elektra Relo +tile.activatorRail.name=Aktiviganta Relo +tile.detectorRail.name=Ekkonanta Relo +tile.stairsStone.name=Ŝtona ŝtuparo +tile.stairsSandStone.name=Sabloŝtona ŝtuparo +tile.lever.name=Leviero +tile.pressurePlate.name=Presa plako +tile.weightedPlate_light.name=Pesanta presa plako (Malpleza) +tile.weightedPlate_heavy.name=Pesanta presa plako (Pleza) +tile.doorIron.name=Fera pordo +tile.oreRedstone.name=Erco de ruĝa ŝtono +tile.notGate.name=Torĉo el ruĝa ŝtono +tile.button.name=Butono +tile.snow.name=Neĝo +tile.ice.name=Glacio +tile.cactus.name=Kakto +tile.clay.name=Argilo +tile.reeds.name=Sukerkano +tile.jukebox.name=Muzikaŭtomato +tile.fence.name=Barilo +tile.fenceGate.name=Barilpordo +tile.pumpkin.name=Kukurbo +tile.litpumpkin.name=Kukurba lanterno +tile.hellrock.name=Inferŝtono +tile.hellsand.name=Animsablo +tile.lightgem.name=Lumŝtono +tile.portal.name=Portalo +tile.cloth.black.name=Nigra lano +tile.cloth.red.name=Ruĝa lano +tile.cloth.green.name=Verda lano +tile.cloth.brown.name=Bruna lano +tile.cloth.blue.name=Blua lano +tile.cloth.purple.name=Viola lano +tile.cloth.cyan.name=Turkisa lano +tile.cloth.silver.name=Helgriza lano +tile.cloth.gray.name=Griza lano +tile.cloth.pink.name=Roza lano +tile.cloth.lime.name=Helverda lano +tile.cloth.yellow.name=Flava lano +tile.cloth.lightBlue.name=Helblua lano +tile.cloth.magenta.name=Fuksina lano +tile.cloth.orange.name=Oranĝkolora lano +tile.cloth.white.name=Lano +tile.oreLapis.name=Lazurŝtona Erco +tile.blockLapis.name=Lazurŝtona Bloko +tile.dispenser.name=Donilo +tile.dropper.name=Ĵetilo +tile.musicBlock.name=Bloko de tonoj +tile.cake.name=Kuko +tile.bed.name=Lito +tile.bed.occupied=Ĉi tiu lito estas uzata +tile.bed.noSleep=Vi povas dormi nur nokte +tile.bed.notSafe=Vi ne povas dormi, monstroj estas proksimaj +tile.bed.notValid=Via lito blokiĝis aŭ detruiĝis +tile.lockedchest.name=Ŝlosita kesto +tile.trapdoor.name=Kaptilpordo +tile.web.name=Araneaĵo +tile.stonebricksmooth.name=Ŝtonobrikoj +tile.stonebricksmooth.default.name=Ŝtonobriko +tile.stonebricksmooth.mossy.name=Muska glata ŝtono +tile.stonebricksmooth.cracked.name=Rompita ŝtonobriko +tile.stonebricksmooth.chiseled.name=Ĉizita ŝtonobriko +tile.monsterStoneEgg.stone.name=Ŝtona monstra ovo +tile.monsterStoneEgg.cobble.name=Pavimŝtona monstra ovo +tile.monsterStoneEgg.brick.name=Ŝtonobrika monstra ovo +tile.pistonBase.name=Piŝto +tile.pistonStickyBase.name=Glua Piŝto +tile.fenceIron.name=Feraj kradoj +tile.melon.name=Melono +tile.stairsBrick.name=Brika ŝtuparo +tile.stairsStoneBrickSmooth.name=Ŝtonobrika ŝtuparo +tile.vine.name=Hederoj +tile.netherBrick.name=Inferaj brikoj +tile.netherFence.name=Inferabrika barilo +tile.stairsNetherBrick.name=Inferabrika ŝtuparo +tile.netherStalk.name=Infera veruko +tile.cauldron.name=Kaldrono +tile.enchantmentTable.name=Sorĉotablo +tile.anvil.name=Amboso +tile.anvil.intact.name=Amboso +tile.anvil.slightlyDamaged.name=Iomete Damaĝita Amboso +tile.anvil.veryDamaged.name=Tre Damaĝita Amboso +tile.whiteStone.name=Fina Ŝtono +tile.endPortalFrame.name=Fina Portalo +tile.mycel.name=Micelio +tile.waterlily.name=Akvolilio +tile.dragonEgg.name=Draka ovo +tile.redstoneLight.name=Ruĝa ŝtona Lampo +tile.cocoa.name=Kakao +tile.enderChest.name=Fina kesto +tile.oreRuby.name=Rubena Erco +tile.oreEmerald.name=Smeralda Erco +tile.blockEmerald.name=Smeralda Bloko +tile.blockRedstone.name=Ruĝa ŝtona bloko +tile.tripWire.name=Stumbla kablo +tile.tripWireSource.name=Stumbla kabla hoko +tile.commandBlock.name=Komandbloko +tile.beacon.name=Gvidlumo +tile.beacon.primary=Unua Efekto +tile.beacon.secondary=Dua Efekto +tile.cobbleWall.normal.name=Pavimŝtona Muro +tile.cobbleWall.mossy.name=Muska Pavimŝtona Muro +tile.carrots.name=Karotoj +tile.potatoes.name=Terpomoj +tile.daylightDetector.name=Taglumo sensilo +tile.netherquartz.name=Erco de infera kvarco +tile.hopper.name=Transportilo +tile.quartzBlock.default.name=Kvarca bloko +tile.quartzBlock.chiseled.name=Ĉizita kvarca bloko +tile.quartzBlock.lines.name=Kolona kvarca bloko +tile.stairsQuartz.name=Kvarca ŝtuparo + +item.shovelIron.name=Fera Ŝovelilo +item.pickaxeIron.name=Fera pioĉo +item.hatchetIron.name=Fera hakilo +item.flintAndSteel.name=Fajrilo +item.apple.name=Pomo +item.cookie.name=Kekso +item.bow.name=Pafarko +item.arrow.name=Sago +item.coal.name=Karbo +item.charcoal.name=Lignokarbo +item.diamond.name=Diamanto +item.emerald.name=Smeraldo +item.ingotIron.name=Fera ingoto +item.ingotGold.name=Ora ingoto +item.swordIron.name=Fera glavo +item.swordWood.name=Ligna glavo +item.shovelWood.name=Ligna ŝovelilo +item.pickaxeWood.name=Ligna pioĉo +item.hatchetWood.name=Ligna hakilo +item.swordStone.name=Ŝtona glavo +item.shovelStone.name=Ŝtona ŝovelilo +item.pickaxeStone.name=Ŝtona pioĉo +item.hatchetStone.name=Ŝtona hakilo +item.swordDiamond.name=Diamanta glavo +item.shovelDiamond.name=Diamanta ŝovelilo +item.pickaxeDiamond.name=Diamanta pioĉo +item.hatchetDiamond.name=Diamanta hakilo +item.stick.name=Bastono +item.bowl.name=Bovlo +item.mushroomStew.name=Fungosupo +item.swordGold.name=Ora glavo +item.shovelGold.name=Ora ŝovelilo +item.pickaxeGold.name=Ora pioĉo +item.hatchetGold.name=Ora Hakilo +item.string.name=Fadeno +item.feather.name=Plumo +item.sulphur.name=Pulvo +item.hoeWood.name=Ligna sarkilo +item.hoeStone.name=Ŝtona sarkilo +item.hoeIron.name=Fera sarkilo +item.hoeDiamond.name=Diamanta sarkilo +item.hoeGold.name=Ora sarkilo +item.seeds.name=Semoj +item.seeds_pumpkin.name=Kukurbaj semoj +item.seeds_melon.name=Melonaj semoj +item.melon.name=Melono +item.wheat.name=Tritiko +item.bread.name=Pano +item.helmetCloth.name=Leda kasko +item.chestplateCloth.name=Leda tuniko +item.leggingsCloth.name=Leda pantalono +item.bootsCloth.name=Leda Botoj +item.helmetChain.name=Ĉena kasko +item.chestplateChain.name=Ĉena brustplako +item.leggingsChain.name=Ĉena pantalono +item.bootsChain.name=Ĉenaj botoj +item.helmetIron.name=Fera kasko +item.chestplateIron.name=Fera kiraso +item.leggingsIron.name=Fera Pantalono +item.bootsIron.name=Fera Botoj +item.helmetDiamond.name=Diamanta Kasko +item.chestplateDiamond.name=Diamanta kiraso +item.leggingsDiamond.name=Diamanta pantalono +item.bootsDiamond.name=Diamanta Botoj +item.helmetGold.name=Ora Kasko +item.chestplateGold.name=Ora kiraso +item.leggingsGold.name=Ora pantalono +item.bootsGold.name=Ora Botoj +item.flint.name=Siliko +item.porkchopRaw.name=Kruda porkaĵo +item.porkchopCooked.name=Kuirita porkaĵo +item.chickenRaw.name=Kruda kokaĵo +item.chickenCooked.name=Kuirita kokaĵo +item.beefRaw.name=Kruda bovaĵo +item.beefCooked.name=Bifsteko +item.painting.name=Pentraĵo +item.frame.name=Objektkadro +item.appleGold.name=Ora pomo +item.sign.name=Ŝildo +item.doorWood.name=Ligna pordo +item.bucket.name=Sitelo +item.bucketWater.name=Akvositelo +item.bucketLava.name=Lafositelo +item.minecart.name=Minoĉaro +item.saddle.name=Selo +item.doorIron.name=Fera pordo +item.redstone.name=Ruĝa ŝtono +item.snowball.name=Neĝbulo +item.boat.name=Boato +item.leather.name=Ledo +item.milk.name=Lakto +item.brick.name=Briko +item.clay.name=Argilo +item.reeds.name=Sukerkano +item.paper.name=Papero +item.book.name=Libro +item.slimeball.name=Mukbulo +item.minecartChest.name=Vagoneto kun kesto +item.minecartFurnace.name=Vagoneto kun forno +item.minecartTnt.name=Minoĉaro kun Eksplodaĵo +item.minecartHopper.name=Minoĉaro kun Funelo +item.egg.name=Ovo +item.compass.name=Kompaso +item.fishingRod.name=Fiŝvergo +item.clock.name=Horloĝo +item.yellowDust.name=Lumŝtona polvo +item.fishRaw.name=Kruda fiŝo +item.fishCooked.name=Kuirita fiŝo +item.record.name=Muzikdisko +item.bone.name=Osto +item.dyePowder.black.name=Inksako +item.dyePowder.red.name=Ruĝo de rozo +item.dyePowder.green.name=Verdo de kakto +item.dyePowder.brown.name=Kakao +item.dyePowder.blue.name=Lazurŝtono +item.dyePowder.purple.name=Viola kolorilo +item.dyePowder.cyan.name=Turkisa kolorilo +item.dyePowder.silver.name=Helgriza kolorilo +item.dyePowder.gray.name=Griza kolorilo +item.dyePowder.pink.name=Roza kolorilo +item.dyePowder.lime.name=Helverda kolorilo +item.dyePowder.yellow.name=Leontoda flavo +item.dyePowder.lightBlue.name=Helblua kolorilo +item.dyePowder.magenta.name=Malva kolorilo +item.dyePowder.orange.name=Oranĝa kolorilo +item.dyePowder.white.name=Ostopulvoro +item.sugar.name=Sukero +item.cake.name=Kuko +item.bed.name=Lito +item.diode.name=Ripetilo el ruĝa ŝtono +item.comparator.name=Ruĝa ŝtona komparilo +item.map.name=Mapo +item.leaves.name=Folioj +item.shears.name=Tondilo +item.rottenFlesh.name=Putra Viando +item.enderPearl.name=Enderperlo +item.blazeRod.name=Incendia bastono +item.ghastTear.name=Fantomolarmo +item.netherStalkSeeds.name=Infera veruko +item.potion.name=Eliksiro +item.emptyPotion.name=Akvobotelo +item.goldNugget.name=Orobulo +item.glassBottle.name=Vitra botelo +item.spiderEye.name=Okulo de araneo +item.fermentedSpiderEye.name=Fermentita okulo de araneo +item.blazePowder.name=Incendia polvo +item.magmaCream.name=Magmokremo +item.cauldron.name=Kaldrono +item.brewingStand.name=Eliksirfarejo +item.eyeOfEnder.name=Enderokulo +item.speckledMelon.name=Brila melontranĉaĵo +item.monsterPlacer.name=Monstrogenerilo +item.expBottle.name=Botelo de Sorĉado +item.fireball.name=Fajra Globo +item.writingBook.name=Libro kaj Plumo +item.writtenBook.name=Skribita libro +item.ruby.name=Rubeno +item.flowerPot.name=Florpoto +item.emptyMap.name=Malplena Mapo +item.carrots.name=Karoto +item.carrotGolden.name=Ora Karoto +item.potato.name=Terpomo +item.potatoBaked.name=Bakita Terpomo +item.potatoPoisonous.name=Venena Terpomo +item.skull.skeleton.name=Skeletkranio +item.skull.wither.name=Velka Skeletkranio +item.skull.zombie.name=Zombikapo +item.skull.char.name=Kapo +item.skull.player.name=Kapo de %s +item.skull.creeper.name=Kriperkapo +item.carrotOnAStick.name=Karoto kun Bastono +item.netherStar.name=Infera Stelo +item.pumpkinPie.name=Kukurbokuko +item.enchantedBook.name=Sorĉita Libro +item.fireworks.name=Artfajraĵa raketo +item.fireworks.flight=Flugdaŭro: +item.fireworksCharge.name=Artfajraĵa stelo +item.fireworksCharge.black=Nigra +item.fireworksCharge.red=Ruĝa +item.fireworksCharge.green=Verda +item.fireworksCharge.brown=Bruna +item.fireworksCharge.blue=Blua +item.fireworksCharge.purple=Purpuro +item.fireworksCharge.cyan=Ciankolora +item.fireworksCharge.silver=Helgriza +item.fireworksCharge.gray=Griza +item.fireworksCharge.pink=Roza +item.fireworksCharge.lime=Helverda +item.fireworksCharge.yellow=Flava +item.fireworksCharge.lightBlue=Helblua +item.fireworksCharge.magenta=Malva +item.fireworksCharge.orange=Oranĝkolora +item.fireworksCharge.white=Blanka +item.fireworksCharge.customColor=Alĝustigita +item.fireworksCharge.fadeTo=Forvelki al +item.fireworksCharge.flicker=Sparko +item.fireworksCharge.trail=Poststrio +item.fireworksCharge.type.0=Malgranda bulo +item.fireworksCharge.type.1=Granda bulo +item.fireworksCharge.type.2=Stela formo +item.fireworksCharge.type.3=Kriperformo +item.fireworksCharge.type.4=Splito +item.fireworksCharge.type=Nekonita formo +item.netherbrick.name=Infera briko +item.netherquartz.name=Infera kvarco + +container.inventory=Inventaro +container.hopper=Transportilo +container.crafting=Manfarado +container.dispenser=Donilo +container.dropper=Ĵetilo +container.furnace=Forno +container.enchant=Sorĉado +container.repair=Riparo & Nomo +container.repair.cost=Ĉarmo Kosto: %1$d +container.repair.expensive=Tro multekosta! +container.creative=Eroselektado +container.brewing=Eliksirfarejo +container.chest=Kesto +container.chestDouble=Granda Kesto +container.minecart=Minoĉaro +container.enderchest=Fina kesto + +item.dyed=Tinkturis + +entity.Item.name=Objekto +entity.XPOrb.name=Spertoglobo +entity.SmallFireball.name=Small Fireball +entity.Fireball.name=Fireball + +entity.Arrow.name=sago +entity.Snowball.name=Neĝbulo +entity.Painting.name=Pentraĵo + +entity.Mob.name=Kreito +entity.Monster.name=Monstro + +entity.Creeper.name=Kripero +entity.Skeleton.name=Skeleto +entity.Spider.name=Araneo +entity.Giant.name=Giganto +entity.Zombie.name=Zombio +entity.Slime.name=Ŝlimo +entity.Ghast.name=Fantomo +entity.PigZombie.name=Zombia Homaporko +entity.Enderman.name=Enderano +entity.Silverfish.name=Lepismo +entity.CaveSpider.name=Kavernaraneo +entity.Blaze.name=Incendio +entity.LavaSlime.name=Magma kubo +entity.MushroomCow.name=Fungobovo +entity.Villager.name=Vilaĝano +entity.VillagerGolem.name=Fergolemo +entity.SnowMan.name=Neĝgolemo +entity.EnderDragon.name=Enderdrako +entity.WitherBoss.name=Velkulo +entity.Witch.name=Sorĉistino + +entity.Pig.name=Porko +entity.Sheep.name=Ŝafo +entity.Cow.name=Bovo +entity.Chicken.name=Koko +entity.Squid.name=Sepio +entity.Wolf.name=Lupo +entity.Ozelot.name=Oceloto +entity.Cat.name=Kato +entity.Bat.name=Vesperto + +entity.PrimedTnt.name=Bloko de TNT +entity.FallingSand.name=Falanta bloko + +entity.Minecart.name=Minĉaro +entity.Boat.name=Boato + +entity.generic.name=nekonata + +death.fell.accident.ladder=%1$s fell off a ladder +death.fell.accident.vines=%1$s fell off some vines +death.fell.accident.water=%1$s fell out of the water +death.fell.accident.generic=%1$s fell from a high place +death.fell.killer=%1$s was doomed to fall +death.fell.assist=%1$s was doomed to fall by %2$s +death.fell.assist.item=%1$s was doomed to fall by %2$s using %3$s +death.fell.finish=%1$s was fell too far and was finished by %2$s +death.fell.finish.item=%1$s was fell too far and was finished by %2$s using %3$s + +death.attack.inFire=%1$s went up in flames +death.attack.inFire.player=%1$s walked into fire whilst fighting %2$s +death.attack.onFire=%1$s burned to death +death.attack.onFire.player=%1$s was burnt to a crisp whilst fighting %2$s +death.attack.lava=%1$s tried to swim in lava +death.attack.lava.player=%1$s tried to swim in lava to escape %2$s +death.attack.inWall=%1$s suffocated in a wall +death.attack.drown=%1$s drowned +death.attack.drown.player=%1$s drowned whilst trying to escape %2$s +death.attack.starve=%1$s starved to death +death.attack.cactus=%1$s was pricked to death +death.attack.cactus.player=%1$s walked into a cactus whilst trying to escape %2$s +death.attack.generic=%1$s died +death.attack.explosion=%1$s blew up +death.attack.explosion.player=%1$s was blown up by %2$s +death.attack.magic=%1$s was killed by magic +death.attack.wither=%1$s withered away +death.attack.anvil=%1$s was squashed by a falling anvil +death.attack.fallingBlock=%1$s was squashed by a falling block +death.attack.mob=%1$s was slain by %2$s +death.attack.player=%1$s was slain by %2$s +death.attack.player.item=%1$s was slain by %2$s using %3$s +death.attack.arrow=%1$s was shot by %2$s +death.attack.arrow.item=%1$s was shot by %2$s using %3$s +death.attack.fireball=%1$s was fireballed by %2$s +death.attack.fireball.item=%1$s was fireballed by %2$s using %3$s +death.attack.thrown=%1$s was pummeled by %2$s +death.attack.thrown.item=%1$s was pummeled by %2$s using %3$s +death.attack.indirectMagic=%1$s was killed by %2$s using magic +death.attack.indirectMagic.item=%1$s was killed by %2$s using %3$s +death.attack.thorns=%1$s was killed trying to hurt %2$s +death.attack.fall=%1$s hit the ground too hard +death.attack.outOfWorld=%1$s fell out of the world + +deathScreen.respawn=Reviviĝi +deathScreen.deleteWorld=Forigi mondon +deathScreen.titleScreen=Ĉefa menuo +deathScreen.score=Poentoj +deathScreen.title.hardcore=Fino de la ludo! +deathScreen.hardcoreInfo=Vi ne povas reviviĝi en Hardcore-modulo! +deathScreen.title=Vi mortis! +deathScreen.leaveServer=Eliri servilon + +potion.empty=Neniu efiko +potion.moveSpeed=Kurrapideco +potion.moveSlowdown=Malrapideco +potion.digSpeed=Hasto +potion.digSlowDown=Mina laceco +potion.damageBoost=Forteco +potion.weakness=Malforteco +potion.heal=Tuja sano +potion.harm=Tuja damaĝo +potion.jump=Salta Puŝo +potion.confusion=Naŭzo +potion.regeneration=Resanigo +potion.resistance=Rezisto +potion.fireResistance=Fajrorezisto +potion.waterBreathing=Submarspirado +potion.invisibility=Nevidebleco +potion.blindness=Blindeco +potion.nightVision=Nokta vido +potion.hunger=Malsato +potion.poison=Veneno +potion.wither=Velkeco + +potion.moveSpeed.postfix=Eliksiro de Kurrapideco +potion.moveSlowdown.postfix=Eliksiro de Kurmalrapideco +potion.digSpeed.postfix=Eliksiro de Rapideco +potion.digSlowDown.postfix=Eliksiro de Malrapideco +potion.damageBoost.postfix=Eliksiro de Forteco +potion.weakness.postfix=Eliksiro de Malforteco +potion.heal.postfix=Eliksiro de Sanigo +potion.harm.postfix=Eliksiro de Difektigo +potion.jump.postfix=Eliksiro de Saltpligrandigo +potion.confusion.postfix=Eliksiro de Naŭzo +potion.regeneration.postfix=Eliksiro de Regeneracio +potion.resistance.postfix=Eliksiro de Kontraŭstaro +potion.fireResistance.postfix=Eliksiro de Fajrorezistado +potion.waterBreathing.postfix=Eliksiro de Submarspirado +potion.invisibility.postfix=Eliksiro de Nevidebleco +potion.blindness.postfix=Eliksiro de Blindeco +potion.nightVision.postfix=Eliksiro de Noktovidebleco +potion.hunger.postfix=Eliksiro de Malsato +potion.poison.postfix=Eliksiro de Veneno +potion.wither.postfix=Eliksiro de Velkeco + +potion.potency.0= +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV + +potion.prefix.grenade=Ĵetata +potion.prefix.mundane=Profana +potion.prefix.uninteresting=Neinteresa +potion.prefix.bland=Banala +potion.prefix.clear=Klara +potion.prefix.milky=Lakteca +potion.prefix.diffuse=Difuza +potion.prefix.artless=Naiva +potion.prefix.thin=Magra +potion.prefix.awkward=Mallerta +potion.prefix.flat=Monotona +potion.prefix.bulky=Ampleksa +potion.prefix.bungling=Fuŝita +potion.prefix.buttered=Buterita +potion.prefix.smooth=Glatita +potion.prefix.suave=Kvieta +potion.prefix.debonair=Ĝentila +potion.prefix.thick=Dika +potion.prefix.elegant=Eleganta +potion.prefix.fancy=Revita +potion.prefix.charming=Ĉarma +potion.prefix.dashing=Rapida +potion.prefix.refined=Delikata +potion.prefix.cordial=Kora +potion.prefix.sparkling=Ŝaŭma +potion.prefix.potent=Potenca +potion.prefix.foul=Sordida +potion.prefix.odorless=Senodora +potion.prefix.rank=Amara +potion.prefix.harsh=Bruta +potion.prefix.acrid=Koroda +potion.prefix.gross=Brutta +potion.prefix.stinky=Malbonodora + +enchantment.damage.all=Akreco +enchantment.damage.undead=Turmento +enchantment.damage.arthropods=Turmento de Antropodoj +enchantment.knockback=Repuŝo +enchantment.fire=Bruligo +enchantment.protect.all=Protekto +enchantment.protect.fire=Fajra Protekto +enchantment.protect.fall=Plumfalo +enchantment.protect.explosion=Eksploda Protekto +enchantment.protect.projectile=Pafaĵa Protekto +enchantment.oxygen=Spirado +enchantment.waterWorker=Akva Afineco +enchantment.digging=Efikeco +enchantment.untouching=Silka Tuŝo +enchantment.durability=Nerompiĝemo +enchantment.lootBonus=Predado +enchantment.lootBonusDigger=Fortuno +enchantment.arrowDamage=Forto +enchantment.arrowFire=Flamo +enchantment.arrowKnockback=Repuŝo +enchantment.arrowInfinite=Infinito +enchantment.thorns=Dornoj + +enchantment.level.1=I +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.level.10=X + +gui.achievements=Atingoj +gui.stats=Statistiko + +stat.generalButton=Ĝeneraloj +stat.blocksButton=Blokoj +stat.itemsButton=Eroj + +stat.used=Uzita +stat.mined=Minita +stat.depleted=Finuzita +stat.crafted=Kreita + +stat.startGame=Ludita +stat.createWorld=Luditaj mondoj +stat.loadWorld=Ŝarĝitaj mondoj +stat.joinMultiplayer=Konektoj al multaj ludantoj Ludoj +stat.leaveGame=Foriritaj ludadoj + +stat.playOneMinute=Minutoj luditaj + +stat.walkOneCm=Kurdistanco +stat.fallOneCm=Faldistanco +stat.swimOneCm=Naĝdistanco +stat.flyOneCm=Flugdistanco +stat.climbOneCm=Grimpodistanco +stat.diveOneCm=Subakva distanco +stat.minecartOneCm=Distanco per Minĉaro +stat.boatOneCm=Boata distanco +stat.pigOneCm=Surporka distanco +stat.jump=Saltoj +stat.drop=Ellasitaj objektoj + +stat.damageDealt=Vundo Okazigita +stat.damageTaken=Ricevita Vundo +stat.deaths=Mortnombro +stat.mobKills=Monstromortigoj +stat.playerKills=Ludantomortigoj +stat.fishCaught=Fiŝoj kaptitaj + +stat.mineBlock=%1$s minita +stat.craftItem=%1$s kreita +stat.useItem=%1$s uzita +stat.breakItem=%1$s finuzita + +achievement.get=Atingo ricevita! + +achievement.taken=Atingita! + +achievement.requires=Bezonas '%1$s' +achievement.openInventory=Inventaron malfermi +achievement.openInventory.desc=Premu '%1$s' por malfermi vian inventaron. +achievement.mineWood=Ricevi lignon +achievement.mineWood.desc=Ataku arbon ĝis ligna bloko elfalas +achievement.buildWorkBench=Manfarado +achievement.buildWorkBench.desc=Konstruu labortablon per kvar lignaj tabuloj +achievement.buildPickaxe=Minu! +achievement.buildPickaxe.desc=Uzu tabulojn kaj bastonojn por krei pioĉon +achievement.buildFurnace=Brulejo +achievement.buildFurnace.desc=Konstruu fornon konsistanta el ok ŝtonaj blokoj +achievement.acquireIron=Akiru feron +achievement.acquireIron.desc=Elfandu feran ingoton +achievement.buildHoe=Tempo por farmumi! +achievement.buildHoe.desc=Faru sarkilon per tabuloj kaj bastonoj +achievement.makeBread=Ĉu vi ŝatas panon? +achievement.makeBread.desc=Faru panon el tritiko +achievement.bakeCake=La Mensogo +achievement.bakeCake.desc=Tritiko, sukero, lakto kaj ovoj! +achievement.buildBetterPickaxe=Pliboniĝo +achievement.buildBetterPickaxe.desc=Konstruu pli bonan pioĉon +achievement.cookFish=Bongustega fiŝo +achievement.cookFish.desc=Kaptu kaj kuiru fiŝon! +achievement.onARail=Surrele +achievement.onARail.desc=Vojaĝu almenaŭ 1 km per minĉaro +achievement.buildSword=Al armoj! +achievement.buildSword.desc=Faru glavon el tabuloj kaj bastonoj +achievement.killEnemy=Monstroĉasisto +achievement.killEnemy.desc=Ataku kaj mortigu monstron +achievement.killCow=Bovpuŝisto +achievement.killCow.desc=Kolektu ledon +achievement.flyPig=Se porkoj flugos... +achievement.flyPig.desc=Flugu surporke el rifo +achievement.snipeSkeleton=Precizpafistduelo +achievement.snipeSkeleton.desc=Mortigu skeleton per sago de pli ol 50 m for +achievement.diamonds=DIAMANTOJ! +achievement.diamonds.desc=Akiru diamantojn per viaj feraj iloj +achievement.portal=Ni devas iri pli profunde +achievement.portal.desc=Konstruu inferan portalon +achievement.ghast=Reen al sendinto +achievement.ghast.desc=Detruu fantomon kun fajrbulo +achievement.blazeRod=En fajron +achievement.blazeRod.desc=Deprenu incendian bastonon de incendio +achievement.potion=Hejma trinkfarejo +achievement.potion.desc=Faru eliksiron +achievement.theEnd=La fino? +achievement.theEnd.desc=Trovu la Finon +achievement.theEnd2=La fino. +achievement.theEnd2.desc=Venku la enderdrakon +achievement.enchantments=Ensorĉisto +achievement.enchantments.desc=Uzu libron, obsidianon kaj diamantojn por konstrui sorĉotablon +achievement.overkill=Batalmajstro +achievement.overkill.desc=Kaŭzu ok korojn de doloro per unuopa bato +achievement.bookcase=Bibliotekisto +achievement.bookcase.desc=Konstruu kelkajn librobretarojn por plibonigi vian sorĉan tablon + +commands.generic.exception=Nekonata eraro okazis dum provi ruli tiun komandon +commands.generic.syntax=Malvalida komandosintakso +commands.generic.player.notFound=Ĉi ludanto ne povis esti trovita +commands.generic.notFound=Nekonata komando. Provi /help por listo de komandoj. +commands.generic.num.invalid='%s' ne estas valida numero +commands.generic.num.tooSmall=La nombro vi enskribis (%d) estas tro malgranda, ĝi devas esti almenaŭ %d +commands.generic.num.tooBig=La nombro vi enskribis (%d) estas tro granda, ĝi devas esti maksimume %d +commands.generic.double.tooSmall=La nombro vi enmetis (%.2f) estas tro malgranda, ĝi devas esti almenaŭ %.2f +commands.generic.double.tooBig=La nombro vi enmetis (%.2f) estas tro granda, ĝi devas esti maksimume %.2f +commands.generic.usage=Uzo: %s + +commands.xp.failure.widthdrawXp=Ne povas doni negativajn spertpoentojn al ludanto +commands.xp.success=Donis %d sperton al %s +commands.xp.success.levels=Donis %d nivelojn al %s +commands.xp.success.negative.levels=Forprenis %d nivelojn de %s +commands.xp.usage=/xp [ludanto] AŬ /xp L [ludanto] +commands.give.usage=/give [kvanto] [datumoj] +commands.give.notFound=Nenia ero kun ID %d ekzistas +commands.give.success=Donis %s (ID %d) * %d al %s +commands.effect.usage=/effect [seconds] [amplifier] +commands.effect.notFound=There is no such mob effect with ID %d +commands.effect.success=Given %1$s (ID %2$d) * %3$d to %4$s for %5$d seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.enchant.usage=/enchant [nivelo] +commands.enchant.notFound=Ne estas tia sorĉado kun ID %d +commands.enchant.noItem=La celtabulo ne tenas objekton +commands.enchant.cantEnchant=La selektita sorĉadon ne povas esti adiciita al la cela objekto +commands.enchant.cantCombine=%1$s ne povas esti kombinita kun %2$s +commands.enchant.success=Sorĉado sukcesis +commands.clear.usage=/clear [objekto] [datumo] +commands.clear.success=Malplenigis inventaron de %s, forprenis %d objektojn +commands.clear.failure=Could not clear the inventory of %s, no items to remove +commands.downfall.success=Falego aktivigita +commands.time.usage=/time +commands.time.added=Alkalkulis %d al tempo +commands.time.set=Alĝustigi tempon al %d +commands.players.list=Ekzistas %d/%d ludantoj online: +commands.banlist.ips=%d ekzilantaj IP adresoj ekzistas: +commands.banlist.players=Ekzistas %d ekzilantaj ludantoj: +commands.banlist.usage=/banlist [ips|ludantoj] +commands.kick.success=Elĵetis %s de ludo +commands.kick.success.reason=Elĵetis %s de ludo: '%s' +commands.kick.usage=/kick [kialo ...] +commands.op.success=%s estas OP nun +commands.op.usage=/op +commands.deop.success=%s ne plu estas OP +commands.deop.usage=/deop +commands.say.usage=/say +commands.ban.success=Ekzilis ludanton %s +commands.ban.usage=/ban [motivo ...] +commands.unban.success=Malekzilis ludanton %s +commands.unban.usage=/pardon +commands.banip.invalid=Vi enskribis malvalidan IP-adreson aŭ ludanton kiu ne estas konektita +commands.banip.success=Ekzilis IP-adreson %s +commands.banip.success.players=Ekzilis IP-adreson %s, apartenas al %s +commands.banip.usage=/ban-ip [motivo ...] +commands.unbanip.invalid=Vi enskribis malvalidan IP-adreson +commands.unbanip.success=Malekzilis IP-adreson %s +commands.unbanip.usage=/pardon-ip +commands.save.enabled=Aktivigis aŭtomatan konservadon de mondo +commands.save.disabled=Malaktivigis aŭtomatan konservadon de mondo +commands.save.start=Konserviĝas... +commands.save.success=Konserviĝis la mondo +commands.save.failed=Konserviĝado malsukcesis: %s +commands.stop.start=Haltigas servilon +commands.tp.success=Teleportis %s al %s +commands.tp.success.coordinates=Teleportis %s al %.2f,%.2f,%.2f +commands.tp.usage=/tp [elektitan ludanton] AŬ /tp [elektitan ludanton] +commands.tp.notSameDimension=Ne povas transporti ĉar ludantoj ne estas en la sama dimensio +commands.whitelist.list=Estas %d (el %d vidita) blanka listita ludantoj: +commands.whitelist.enabled=Blanka listo ebligita +commands.whitelist.disabled=Blanka listo malebligita +commands.whitelist.reloaded=La blanka listo reŝargiĝis +commands.whitelist.add.success=%s estis aldonita al la blanka listo +commands.whitelist.add.usage=/whitelist add +commands.whitelist.remove.success=%s estis forigita de la blanka listo +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.scoreboard.usage=/scoreboard +commands.scoreboard.teamNotFound=No team was found by the name '%s' +commands.scoreboard.objectiveNotFound=No objective was found by the name '%s' +commands.scoreboard.objectiveReadOnly=The objective '%s' is read-only and cannot be set +commands.scoreboard.objectives.usage=/scoreboard objectives +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [objective] +commands.scoreboard.objectives.setdisplay.invalidSlot=No such display slot '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Cleared objective display slot '%s' +commands.scoreboard.objectives.setdisplay.successSet=Set the display objective in slot '%s' to '%s' +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [display name ...] +commands.scoreboard.objectives.add.wrongType=Invalid objective criteria type. Valid types are: %s +commands.scoreboard.objectives.add.alreadyExists=An objective with the name '%s' already exists +commands.scoreboard.objectives.add.tooLong=The name '%s' is too long for an objective, it can be at most %d characters long +commands.scoreboard.objectives.add.displayTooLong=The display name '%s' is too long for an objective, it can be at most %d characters long +commands.scoreboard.objectives.add.success=Added new objective '%s' successfully +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.remove.success=Removed objective '%s' successfully +commands.scoreboard.objectives.list.count=Showing %d objective(s) on scoreboard +commands.scoreboard.objectives.list.entry=- %s: displays as '%s' and is type '%s' +commands.scoreboard.objectives.list.empty=There are no objectives on the scoreboard +commands.scoreboard.players.usage=/scoreboard players +commands.scoreboard.players.set.success=Set score of %s for player %s to %d +commands.scoreboard.players.set.usage=/scoreboard players set +commands.scoreboard.players.add.usage=/scoreboard players add +commands.scoreboard.players.remove.usage=/scoreboard players remove +commands.scoreboard.players.reset.usage=/scoreboard players reset +commands.scoreboard.players.reset.success=Reset all scores of player %s +commands.scoreboard.players.list.count=Showing %d tracked players on the scoreboard +commands.scoreboard.players.list.empty=There are no tracked players on the scoreboard +commands.scoreboard.players.list.player.count=Showing %d tracked objective(s) for %s +commands.scoreboard.players.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.players.list.player.empty=Player %s has no scores recorded +commands.scoreboard.teams.usage=/scoreboard teams +commands.scoreboard.teams.add.usage=/scoreboard teams add [display name ...] +commands.scoreboard.teams.add.alreadyExists=A team with the name '%s' already exists +commands.scoreboard.teams.add.tooLong=The name '%s' is too long for a team, it can be at most %d characters long +commands.scoreboard.teams.add.displayTooLong=The display name '%s' is too long for a team, it can be at most %d characters long +commands.scoreboard.teams.add.success=Added new team '%s' successfully +commands.scoreboard.teams.list.usage=/scoreboard teams list [name] +commands.scoreboard.teams.list.count=Showing %d teams on the scoreboard +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' has %3$d players +commands.scoreboard.teams.list.empty=There are no teams registered on the scoreboard +commands.scoreboard.teams.list.player.count=Showing %d player(s) in team %s +commands.scoreboard.teams.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.teams.list.player.empty=Team %s has no players +commands.scoreboard.teams.empty.usage=/scoreboard teams clear +commands.scoreboard.teams.empty.alreadyEmpty=Team %s is already empty, cannot remove nonexistant players +commands.scoreboard.teams.empty.success=Removed all %d player(s) from team %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.remove.success=Removed team %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [player] +commands.scoreboard.teams.join.success=Added %d player(s) to team %s: %s +commands.scoreboard.teams.join.failure=Could not add %d player(s) to team %s: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [player] +commands.scoreboard.teams.leave.success=Removed %d player(s) from their teams: %s +commands.scoreboard.teams.leave.failure=Could not remove %d player(s) from their teams: %s +commands.scoreboard.teams.leave.noTeam=You are not in a team +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.option.noValue=Valid values for option %s are: %s +commands.scoreboard.teams.option.success=Set option %s for team %s to %s +commands.gamemode.success.self=Ludo modo propra ŝanĝis al %s +commands.gamemode.success.other=Ludo modo de %s ŝanĝita al %s +commands.gamemode.usage=/gamemode [ludanto] +commands.defaultgamemode.usage=/defaultgamemode +commands.defaultgamemode.success=La mondo defaŭlta luda modulo nun estas %s +commands.me.usage=/me +commands.help.header=--- Montrante helpopaĝo %d de %d (/help ) --- +commands.help.footer=Konsileto: Uzu la klavon dum tajpi komandon per aŭtomate plenumi la komandon aŭ siajn argumentojn +commands.help.usage=/help [paĝo|noma komando] +commands.publish.started=Tieula ludo gastigi je %s +commands.publish.failed=Malkapabla al gastigi tieula ludo +commands.debug.start=Komenci erarserĉ-profiladon +commands.debug.stop=Haltis erarserĉ-profiladon post %.2f sekundoj (%d tiktakoj) +commands.debug.notStarted=Ne povas halti profiladon ĉar oni ne komencis ankoraŭ! +commands.debug.usage=/debug +commands.message.usage=/tell +commands.message.sameTarget=Vi ne povas sendi privatan mesaĝon al vi mem! +commands.message.display.outgoing=Vi flustras al %s: %s +commands.message.display.incoming=%s flustras al vi: %s +commands.difficulty.usage=/difficulty +commands.difficulty.success=Ŝanĝis ludo malfacilecon al %s +commands.spawnpoint.usage=/spawnpoint AŬ /spawnpoint AŬ /spawnpoint +commands.spawnpoint.success=Ŝanĝis eklokon de %s al (%d, %d, %d) +commands.gamerule.usage=/gamerule AŬ /gamerule +commands.gamerule.success=Regulo estis aktualigata +commands.gamerule.norule=Nenia regulo nomita '%s' ekzistas +commands.weather.usage=/weather [daŭreco en sekundoj] +commands.weather.clear=Ŝanĝas al klara vetero +commands.weather.rain=Ŝangas al pluva vetero +commands.weather.thunder=Ŝangas al pluvo kaj fulmotondro +commands.testfor.usage=/testfor +commands.testfor.failed=/testfor is only usable by commandblocks with analog output + +itemGroup.buildingBlocks=Konstruanta Blokoj +itemGroup.decorations=Dekoranta Blokoj +itemGroup.redstone=Ruĝa ŝtono +itemGroup.transportation=Transporto +itemGroup.misc=Diversa +itemGroup.search=Serĉi Objektojn +itemGroup.food=Manĝaĵoj +itemGroup.tools=Iloj +itemGroup.combat=Batalo +itemGroup.brewing=Eliksiroj +itemGroup.materials=Materialoj +itemGroup.inventory=Traviva Inventaro + +inventory.binSlot=Detrui Eron + +advMode.setCommand=Difini Konsola Komandoj al Bloko +advMode.command=Konsola Komandoj +advMode.nearestPlayer=Uzu "@p" por celi plejn proksiman ludanton +advMode.randomPlayer=Uzu "@r" por celi hazarde elektotan ludanton +advMode.allPlayers=Uzu "@a" por celi ĉiujn ludantojn + +advMode.notEnabled=Komandaroj ne estas ebligitaj en ĉi tiu servilo +advMode.notAllowed=Devas esti opped ludanto en krea modo + +mco.title=Minecraft Realms +mco.selectServer.select=Join Server +mco.selectServer.configure=Configure +mco.selectServer.create=Create World +mco.selectServer.moreinfo=More Info + +mco.configure.world.edit.title=Edit World + +mco.configure.world.title=Configure World +mco.configure.world.name=Name +mco.configure.world.description=Description +mco.configure.world.location=Location +mco.configure.world.invited=Invited +mco.configure.world.buttons.edit=Edit +mco.configure.world.buttons.reset=Reset World +mco.configure.world.buttons.done=Done +mco.configure.world.buttons.delete=Delete +mco.configure.world.buttons.open=Open World +mco.configure.world.buttons.close=Close World +mco.configure.world.buttons.invite=Invite +mco.configure.world.buttons.uninvite=Uninvite +mco.configure.world.buttons.subscription=Subscription +mco.configure.world.invite.profile.name=Name +mco.configure.world.uninvite.question=Are you sure that you want to uninvite + +mco.configure.world.subscription.title=Subscription Info +mco.configure.world.subscription.daysleft=Days Left +mco.configure.world.subscription.start=Start Date +mco.configure.world.subscription.extend=Extend + +mco.create.world.location.title=Locations +mco.create.world.location.warning=You may not get the exact location you select +mco.create.world.wait=Creating the world... + +mco.reset.world.title=Reset World +mco.reset.world.warning=This will permanently delete your world! +mco.reset.world.seed=Seed (Optional) +mco.reset.world.resetting.screen.title=Resetting World... + +mco.configure.world.close.question.line1=Your world will become unavailable. +mco.configure.world.close.question.line2=Are you sure you want to do that? + +mco.connect.connecting=Connecting to the online server... +mco.connect.authorizing=Logging in... +mco.connect.failed=Failed to connect to the online server + +mco.create.world=Create + diff --git a/1.5.2/lang/es_AR.lang b/1.5.2/lang/es_AR.lang new file mode 100644 index 00000000..00d96522 --- /dev/null +++ b/1.5.2/lang/es_AR.lang @@ -0,0 +1,1293 @@ +#X-Generator: crowdin.net + +language.name=Español +language.region=Argentina +language.code=es_AR + +gui.done=Aceptar +gui.cancel=Cancelar +gui.back=Back +gui.toMenu=Volver al menú principal +gui.up=Arriba +gui.down=Abajo +gui.yes=Sí +gui.no=No + +menu.singleplayer=Un Jugador +menu.multiplayer=Multijugador +menu.online=Minecraft Realms +menu.options=Opciones... +menu.quit=Salir del Juego +menu.returnToMenu=Guardar y Salir al Menú +menu.disconnect=Desconectarse +menu.returnToGame=Volver al Juego +menu.switchingLevel=Cambiando de mundo +menu.generatingLevel=Generando mundo +menu.loadingLevel=Cargando mundo +menu.generatingTerrain=Generando terreno +menu.convertingLevel=Convirtiendo mundo +menu.simulating=Simulando el mundo un poco +menu.respawning=Respawneando +menu.shareToLan=Abrir en LAN + +selectWorld.title=Elegir Mundo +selectWorld.empty=vacío +selectWorld.world=Mundo +selectWorld.select=Jugar en el Mundo Elegido +selectWorld.create=Crear Mundo Nuevo +selectWorld.recreate=Re-Crear +selectWorld.createDemo=Jugar Nuevo Mundo de Demo +selectWorld.delete=Borrar +selectWorld.rename=Renombrar +selectWorld.deleteQuestion=¿Seguro que querés borrar este mundo? +selectWorld.deleteWarning=¡Va a desaparecer para siempre! (¡Eso es mucho tiempo!) +selectWorld.deleteButton=Borrar +selectWorld.renameButton=Renombrar +selectWorld.renameTitle=Renombrar Mundo +selectWorld.conversion=¡Tiene que ser convertido! +selectWorld.newWorld=Nuevo Mundo +selectWorld.newWorld.copyOf=Copia de %s +selectWorld.enterName=Nombre del Mundo +selectWorld.resultFolder=Va a guardarse en: +selectWorld.enterSeed=Semilla para el Generador de Mundos +selectWorld.seedInfo=Dejar en blanco para una semilla al azar +selectWorld.cheats=Cheats +selectWorld.customizeType=Personalizar + +createWorld.customize.presets=Presets +createWorld.customize.presets.title=Elegir un Preset +createWorld.customize.presets.select=Usar Preset +createWorld.customize.presets.share=¿Querés compartir tu preset con alguien? ¡Usá la caja debajo! +createWorld.customize.presets.list=¡Sino, acá te van unos que hicimos! +createWorld.customize.flat.title=Personalizar Super Llano +createWorld.customize.flat.tile=Material de Capa +createWorld.customize.flat.height=Altura +createWorld.customize.flat.addLayer=Anãdir Capa +createWorld.customize.flat.editLayer=Editar Capa +createWorld.customize.flat.removeLayer=Borrar Capa +createWorld.customize.flat.layer.top=Tope - %d +createWorld.customize.flat.layer=%d +createWorld.customize.flat.layer.bottom=Fondo - %d + +gameMode.survival=Modo Survival +gameMode.creative=Modo Creativo +gameMode.adventure=Modo Aventura +gameMode.hardcore=¡Modo Hardcore! +gameMode.changed=Se actualizó tu modo de juego + +selectWorld.gameMode=Modo de Juego: +selectWorld.gameMode.survival=Survival +selectWorld.gameMode.survival.line1=Buscá recursos, fabricá, ganá +selectWorld.gameMode.survival.line2=experiencia, salud y hambre +selectWorld.gameMode.creative=Creativo +selectWorld.gameMode.creative.line1=Recursos ilimitados, vuelo libre y +selectWorld.gameMode.creative.line2=destruí bloques instantáneamente +selectWorld.gameMode.hardcore=Hardcore +selectWorld.gameMode.hardcore.line1=Igual que Survival, bloqueado en la +selectWorld.gameMode.hardcore.line2=dificultad más alta y sólo una vida +selectWorld.gameMode.adventure=Aventura +selectWorld.gameMode.adventure.line1=Igual a modo survival, pero los bloques no pueden +selectWorld.gameMode.adventure.line2=ser agregados o removidos +selectWorld.moreWorldOptions=Más Opciones de Mundo... +selectWorld.mapFeatures=Generar Estructuras: +selectWorld.mapFeatures.info=Pueblos, calabozos, etc. +selectWorld.mapType=Tipo de Mundo: +selectWorld.mapType.normal=Normal +selectWorld.allowCommands=Permitir Cheats: +selectWorld.allowCommands.info=Comandos como /gamemode, /xp +selectWorld.hardcoreMode=Hardcore: +selectWorld.hardcoreMode.info=El mundo se borra al morir +selectWorld.bonusItems=Cofre Bonus: + +generator.default=Por defecto +generator.flat=Super Llano +generator.largeBiomes=Biomas Extensos + +selectServer.title=Elegir Server +selectServer.empty=vacío +selectServer.select=Entrar al Server +selectServer.direct=Conexión Rápida +selectServer.edit=Editar +selectServer.delete=Borrar +selectServer.add=Agregar Server +selectServer.defaultName=Server de Minecraft +selectServer.deleteQuestion=¿Seguro que querés borrar este server? +selectServer.deleteWarning=¡Va a desaparecer para siempre! (¡Eso es mucho tiempo!) +selectServer.deleteButton=Borrar +selectServer.refresh=Actualizar +selectServer.hiddenAddress=(Oculta) +addServer.title=Editar Info del Server +addServer.enterName=Nombre del Server +addServer.enterIp=IP del Server +addServer.add=Aceptar +addServer.hideAddress=Ocultar IP +lanServer.title=Mundo LAN +lanServer.scanning=Scanning for games on your local network +lanServer.start=Empezar Mundo LAN +lanServer.otherPlayers=Configuración para Otros Jugadores +mcoServer.title=Minecraft Online World + +multiplayer.title=Jugar en Multijugador +multiplayer.connect=Conectar +multiplayer.info1=Minecraft Multijugador no está terminado, pero hay +multiplayer.info2=pruebas tempranas realizándose por ahora. +multiplayer.ipinfo=Ingresá la IP de un servidor para conectarte a él: + +multiplayer.texturePrompt.line1=Este server recomienda el uso de un paquete de texturas personalizado. +multiplayer.texturePrompt.line2=¿Te gustaría descargarlo e instalarlo automágicamente? + +multiplayer.downloadingTerrain=Bajando terreno + +multiplayer.stopSleeping=Levantarte de la Cama + +chat.link.confirm=¿Seguro que querés abrir este sitio web? +chat.link.warning=¡Nunca abras enlaces de gente en que no confiás! +chat.copy=Copiar al Portapapeles + +menu.playdemo=Jugar Mundo de Demo +menu.resetdemo=Reiniciar Mundo de Demo +demo.day.1=Este demo va a durar cinco días, ¡aprovechalo! +demo.day.2=Día Dos +demo.day.3=Día Tres +demo.day.4=Día Cuatro +demo.day.5=¡Este es tu último día! +demo.day.warning=¡Se te va a terminar el tiempo! +demo.day.6=Terminaste tu quinto día, usá F2 para guardar una imagen de tu creación +demo.reminder=El tiempo del demo terminó, ¡comprá el juego para seguir o empezá un nuevo mundo! +demo.remainingTime=Tiempo restante: %s +demo.demoExpired=¡El tiempo del demo terminó! +demo.help.movement=Usá %1$s, %2$s, %3$s, %4$s y el mouse para moverte +demo.help.movementShort=Movete con %1$s, %2$s, %3$s, %4$s +demo.help.movementMouse=Mirá alrededor usando el mouse +demo.help.jump=Usá %1$s para saltar +demo.help.inventory=Usá %1$s para abrir tu inventario +demo.help.title=Minecraft Modo Demo +demo.help.fullWrapped=Este demo va a durar 5 días del juego (aproximadamente 1 hora y 40 minutos de tiempo real).¡Revisá los logros para tener pistas!¡Divertite! +demo.help.buy=¡Comprar Ahora! +demo.help.later=¡Seguir Jugando! + +connect.connecting=Conectando al server... +connect.authorizing=Iniciando sesión... +connect.failed=Error conectando al server + +disconnect.genericReason=%s +disconnect.disconnected=Desconectado por el Server +disconnect.lost=Se perdió la conexión +disconnect.kicked=Fuiste kickeado del juego +disconnect.timeout=Tiempo agotado +disconnect.closed=Conexión cerrada +disconnect.loginFailed=Error al iniciar sesión +disconnect.loginFailedInfo=Error al iniciar sesión: %s +disconnect.quitting=Saliendo +disconnect.endOfStream=Fin de conexión +disconnect.overflow=Overflow de búfer +disconnect.spam=Kickeado por spamear + +options.off=NO +options.on=SI +options.visible=Visible +options.hidden=Oculto +options.title=Opciones +options.controls=Controles... +options.video=Configuración Gráfica... +options.language=Idioma... +options.languageWarning=Las traducciones tal vez no sean 100% acertadas +options.videoTitle=Configuración Gráfica +options.music=Música +options.sound=Sonido +options.invertMouse=Invertir Mouse +options.fov=FOV +options.fov.min=Normal +options.fov.max=Quake Pro +options.gamma=Brillo +options.gamma.min=Oscuro +options.gamma.max=Brillante +options.sensitivity=Sensibilidad +options.sensitivity.min=*zzz* +options.sensitivity.max=¡¡¡HIPER VELOZ!!! +options.renderDistance=Distancia de Dibujado +options.renderDistance.tiny=Mínima +options.renderDistance.short=Corta +options.renderDistance.normal=Normal +options.renderDistance.far=Lejana +options.viewBobbing=Movimiento de Visión +options.ao=Iluminación Suave +options.ao.off=Off +options.ao.min=Minimum +options.ao.max=Maximum +options.anaglyph=Visión 3D +options.framerateLimit=Rendimiento +options.difficulty=Dificultad +options.difficulty.peaceful=Pacífico +options.difficulty.easy=Fácil +options.difficulty.normal=Normal +options.difficulty.hard=Difícil +options.difficulty.hardcore=Hardcore +options.graphics=Gráficos +options.graphics.fancy=Detallado +options.graphics.fast=Rápido +options.guiScale=Tamaño de la interfaz +options.guiScale.auto=Auto. +options.guiScale.small=Chica +options.guiScale.normal=Normal +options.guiScale.large=Grande +options.advancedOpengl=OpenGL avanzado +options.renderClouds=Nubes +options.farWarning1=Recomendamos que instales Java de 64 bits +options.farWarning2=para la distancia de render "Larga" (tenés de 32 bits) +options.particles=Partículas +options.particles.all=Todas +options.particles.decreased=Menos +options.particles.minimal=Mínimas +options.multiplayer.title=Configurar Multijugador... +options.chat.title=Configuración del Chat... +options.chat.visibility=Chat +options.chat.visibility.full=Visible +options.chat.visibility.system=Sólo Comandos +options.chat.visibility.hidden=Oculto +options.chat.color=Colores +options.chat.opacity=Opacidad +options.chat.links=Enlaces Web +options.chat.links.prompt=Preguntar sobre Enlaces +options.chat.scale=Escala +options.chat.width=Ancho +options.chat.height.focused=Altura en Foco +options.chat.height.unfocused=Altura Fuera de Foco +options.showCape=Mostrar Capa +options.serverTextures=Texturas del Server +options.snooper=Permitir Snooper +options.snooper.view=Configuración del Snooper... +options.snooper.title=Recolección de Especificaciones del Equipo +options.snooper.desc=Queremos reunir información sobre tu equipo para ayudar a mejorar Minecraft, así sabemos lo que podemos soportar y donde están los mayores problemas. Toda esta información es completamente anónima y se puede ver a continuación. Prometemos no hacer nada malo con estos datos, pero si igual no querés participar, ¡sentite libre de desactivarlo! +options.texture.pack=Packs de Texturas +options.fullscreen=Pantalla Completa +options.vsync=Usar VSync +options.touchscreen=Modo de pantalla táctil + +performance.max=Máximo FPS +performance.balanced=Equilibrado +performance.powersaver=Ahorro de energía + +controls.title=Controles + +key.forward=Avanzar +key.left=Izquierda +key.back=Retroceder +key.right=Derecha +key.jump=Saltar +key.inventory=Inventario +key.drop=Tirar +key.chat=Chat +key.fog=Cambiar Niebla +key.sneak=Agacharse +key.playerlist=Lista de Jugadores +key.attack=Atacar +key.use=Usar Item +key.pickItem=Agarrar Bloque +key.mouseButton=Botón %1$s +key.command=Comando + +texturePack.openFolder=Abrir carpeta de packs de texturas +texturePack.title=Elegir Paquete de Texturas +texturePack.folderInfo=(Poné los archivos del pack de texturas acá) +texturePack.incompatible=Incompatible + +book.pageIndicator=Página %1$s de %2$s +book.byAuthor=por %1$s +book.signButton=Firmar +book.editTitle=Escribí el Título del Libro: +book.finalizeButton=Firmar y Cerrar +book.finalizeWarning=¡Ojo! Cuando firmes el libro, ya no va a poder editarse. + +tile.stone.name=Piedra + +tile.grass.name=Bloque de Pasto +tile.dirt.name=Tierra +tile.stonebrick.name=Adoquín +tile.wood.name=Tablas de Madera +tile.wood.oak.name=Tablones de Madera de Roble +tile.wood.spruce.name=Tablones de Madera de Abetos +tile.wood.birch.name=Tablones de Madera de Abedul +tile.wood.jungle.name=Tablones de Madera de Selva +tile.sapling.oak.name=Pimpollo de Roble +tile.sapling.spruce.name=Pimpollo Abeto +tile.sapling.birch.name=Pimpollo de Abedul +tile.sapling.jungle.name=Pimpollo de la Selva +tile.deadbush.name=Arbusto Muerto +tile.bedrock.name=Roca Base +tile.water.name=Agua +tile.lava.name=Lava +tile.sand.name=Arena +tile.sandStone.name=Arenisca +tile.sandStone.default.name=Arenisca +tile.sandStone.chiseled.name=Arenisca Cincelada +tile.sandStone.smooth.name=Arenisca Lisa +tile.gravel.name=Grava +tile.oreGold.name=Mineral de Oro +tile.oreIron.name=Mineral de Hierro +tile.oreCoal.name=Mineral de Carbón +tile.log.name=Madera +tile.log.oak.name=Madera de Roble +tile.log.spruce.name=Madera de Abeto +tile.log.birch.name=Madera de Abedul +tile.log.jungle.name=Madera de Selva +tile.leaves.name=Hojas +tile.leaves.oak.name=Hojas de Roble +tile.leaves.spruce.name=Hojas de Abetos +tile.leaves.birch.name=Hojas de Abedul +tile.leaves.jungle.name=Hojas de Selva +tile.tallgrass.name=Pasto +tile.tallgrass.shrub.name=Arbusto +tile.tallgrass.grass.name=Pasto +tile.tallgrass.fern.name=Helecho +tile.sponge.name=Esponja +tile.glass.name=Vidrio +tile.thinGlass.name=Panel de Vidrio +tile.cloth.name=Lana +tile.flower.name=Flor +tile.rose.name=Rosa +tile.mushroom.name=Hongo +tile.blockGold.name=Bloque de Oro +tile.blockIron.name=Bloque de Hierro +tile.stoneSlab.stone.name=Losa de Piedra +tile.stoneSlab.sand.name=Losa de Arenisca +tile.stoneSlab.wood.name=Losa de Madera +tile.stoneSlab.cobble.name=Losa de Adoquín +tile.stoneSlab.brick.name=Losa de Ladrillo +tile.stoneSlab.smoothStoneBrick.name=Losa de Ladrillo de Piedra +tile.stoneSlab.netherBrick.name=Losa de Ladrillo del Inframundo +tile.stoneSlab.quartz.name=Losa de Cuarzo +tile.woodSlab.oak.name=Losa de Madera de Roble +tile.woodSlab.spruce.name=Losa de Madera de Abeto +tile.woodSlab.birch.name=Losa de Madera de Abedul +tile.woodSlab.jungle.name=Losa de Madera de Selva +tile.brick.name=Ladrillos +tile.tnt.name=TNT +tile.bookshelf.name=Biblioteca +tile.stoneMoss.name=Piedra Musgosa +tile.obsidian.name=Obsidiana +tile.torch.name=Antorcha +tile.fire.name=Fuego +tile.mobSpawner.name=Generador de Monstruos +tile.stairsWood.name=Escaleras de Madera de Roble +tile.stairsWoodSpruce.name=Escaleras de Madera de Abeto +tile.stairsWoodBirch.name=Escaleras de Madera de Abedul +tile.stairsWoodJungle.name=Escaleras de Madera de Selva +tile.chest.name=Cofre +tile.chestTrap.name=Cofre con trampa +tile.redstoneDust.name=Polvo de Redstone +tile.oreDiamond.name=Mineral de Diamante +tile.blockDiamond.name=Bloque de Diamante +tile.workbench.name=Mesa de Trabajo +tile.crops.name=Cultivos +tile.farmland.name=Tierra de Cultivo +tile.furnace.name=Horno +tile.sign.name=Cartel +tile.doorWood.name=Puerta de Madera +tile.ladder.name=Escalera +tile.rail.name=Vía +tile.goldenRail.name=Vía Energizada +tile.activatorRail.name=Vía Activadora +tile.detectorRail.name=Vía Detectora +tile.stairsStone.name=Escaleras de Piedra +tile.stairsSandStone.name=Escaleras de Arenisca +tile.lever.name=Palanca +tile.pressurePlate.name=Placa a Presión +tile.weightedPlate_light.name=Placa a Presión Ponderada (Ligero) +tile.weightedPlate_heavy.name=Placa a Presión Ponderada (Pesado) +tile.doorIron.name=Puerta de Hierro +tile.oreRedstone.name=Mineral de Redstone +tile.notGate.name=Antorcha de Redstone +tile.button.name=Botón +tile.snow.name=Nieve +tile.ice.name=Hielo +tile.cactus.name=Cactus +tile.clay.name=Arcilla +tile.reeds.name=Caña de Azúcar +tile.jukebox.name=Tocadiscos +tile.fence.name=Valla +tile.fenceGate.name=Puerta de Valla +tile.pumpkin.name=Zapallo +tile.litpumpkin.name=Zapallo Linterna +tile.hellrock.name=Piedra del Inframundo +tile.hellsand.name=Arena de Alma +tile.lightgem.name=Piedra Luminosa +tile.portal.name=Portal +tile.cloth.black.name=Lana Negra +tile.cloth.red.name=Lana Roja +tile.cloth.green.name=Lana Verde +tile.cloth.brown.name=Lana Marrón +tile.cloth.blue.name=Lana Azul +tile.cloth.purple.name=Lana Púrpura +tile.cloth.cyan.name=Lana Cian +tile.cloth.silver.name=Lana Gris Claro +tile.cloth.gray.name=Lana Gris +tile.cloth.pink.name=Lana Rosa +tile.cloth.lime.name=Lana Verde Lima +tile.cloth.yellow.name=Lana Amarilla +tile.cloth.lightBlue.name=Lana Celeste +tile.cloth.magenta.name=Lana Magenta +tile.cloth.orange.name=Lana Naranja +tile.cloth.white.name=Lana +tile.oreLapis.name=Mineral de Lapislázuli +tile.blockLapis.name=Bloque de Lapislázuli +tile.dispenser.name=Dispensador +tile.dropper.name=Soltador +tile.musicBlock.name=Bloque Musical +tile.cake.name=Torta +tile.bed.name=Cama +tile.bed.occupied=Esta cama está ocupada +tile.bed.noSleep=Sólo podés dormir de noche +tile.bed.notSafe=No podés dormir ahora, hay monstruos cerca +tile.bed.notValid=Tu última cama desapareció o está obstruida +tile.lockedchest.name=Cofre cerrado +tile.trapdoor.name=Escotilla +tile.web.name=Telaraña +tile.stonebricksmooth.name=Ladrillos de Piedra +tile.stonebricksmooth.default.name=Ladrillos de Piedra +tile.stonebricksmooth.mossy.name=Ladrillos de Piedra Musgosa +tile.stonebricksmooth.cracked.name=Ladrillos de Piedra Quebrada +tile.stonebricksmooth.chiseled.name=Ladrillos de Piedra Cincelados +tile.monsterStoneEgg.stone.name=Huevo de Monstruo de Piedra +tile.monsterStoneEgg.cobble.name=Huevo de Monstruo de Adoquín +tile.monsterStoneEgg.brick.name=Huevo de Monstruo de Ladrillos de Piedra +tile.pistonBase.name=Pistón +tile.pistonStickyBase.name=Pistón Pegajoso +tile.fenceIron.name=Barrotes de Hierro +tile.melon.name=Sandía +tile.stairsBrick.name=Escaleras de Ladrillo +tile.stairsStoneBrickSmooth.name=Escaleras de Ladrillo de Piedra +tile.vine.name=Enredaderas +tile.netherBrick.name=Ladrillo del Inframundo +tile.netherFence.name=Valla del Inframundo +tile.stairsNetherBrick.name=Escaleras de Ladrillo del Inframundo +tile.netherStalk.name=Verruga del Inframundo +tile.cauldron.name=Caldera +tile.enchantmentTable.name=Mesa de Encantamiento +tile.anvil.name=Yunque +tile.anvil.intact.name=Yunque +tile.anvil.slightlyDamaged.name=Yunque Algo Dañado +tile.anvil.veryDamaged.name=Yunque Muy Dañado +tile.whiteStone.name=Piedra del Fin +tile.endPortalFrame.name=Portal del Fin +tile.mycel.name=Micelio +tile.waterlily.name=Lirio de Agua +tile.dragonEgg.name=Huevo de Dragón +tile.redstoneLight.name=Lámpara de Redstone +tile.cocoa.name=Cacao +tile.enderChest.name=Cofre Ender +tile.oreRuby.name=Mineral de Rubí +tile.oreEmerald.name=Mineral de Esmeralda +tile.blockEmerald.name=Bloque de Esmeralda +tile.blockRedstone.name=Bloque de Redstone +tile.tripWire.name=Cable de Activación +tile.tripWireSource.name=Gancho de Cable de Activación +tile.commandBlock.name=Bloque de Comandos +tile.beacon.name=Faro +tile.beacon.primary=Poder Principal +tile.beacon.secondary=Poder Secundario +tile.cobbleWall.normal.name=Pared de Adoquín +tile.cobbleWall.mossy.name=Pared de Adoquín Musgoso +tile.carrots.name=Zanahorias +tile.potatoes.name=Papas +tile.daylightDetector.name=Sensor de Luz Natural +tile.netherquartz.name=Mineral del Cuarzo del Inframundo +tile.hopper.name=Tolva +tile.quartzBlock.default.name=Bloque de Cuarzo +tile.quartzBlock.chiseled.name=Bloque de Cuarzo Cincelado +tile.quartzBlock.lines.name=Pilar de Bloque de Cuarzo +tile.stairsQuartz.name=Escaleras de Cuarzo + +item.shovelIron.name=Pala de Hierro +item.pickaxeIron.name=Pico de Hierro +item.hatchetIron.name=Hacha de Hierro +item.flintAndSteel.name=Encendedor +item.apple.name=Manzana +item.cookie.name=Galletita +item.bow.name=Arco +item.arrow.name=Flecha +item.coal.name=Carbón +item.charcoal.name=Carbón Vegetal +item.diamond.name=Diamante +item.emerald.name=Esmeralda +item.ingotIron.name=Lingote de Hierro +item.ingotGold.name=Lingote de Oro +item.swordIron.name=Espada de Hierro +item.swordWood.name=Espada de Madera +item.shovelWood.name=Pala de Madera +item.pickaxeWood.name=Pico de Madera +item.hatchetWood.name=Hacha de Madera +item.swordStone.name=Espada de Piedra +item.shovelStone.name=Pala de Piedra +item.pickaxeStone.name=Pico de Piedra +item.hatchetStone.name=Hacha de Piedra +item.swordDiamond.name=Espada de Diamante +item.shovelDiamond.name=Pala de Diamante +item.pickaxeDiamond.name=Pico de Diamante +item.hatchetDiamond.name=Hacha de Diamante +item.stick.name=Palo +item.bowl.name=Bol +item.mushroomStew.name=Guiso de Hongos +item.swordGold.name=Espada de Oro +item.shovelGold.name=Pala de Oro +item.pickaxeGold.name=Pico de Oro +item.hatchetGold.name=Hacha de Oro +item.string.name=Hilo +item.feather.name=Pluma +item.sulphur.name=Pólvora +item.hoeWood.name=Hoz de Madera +item.hoeStone.name=Hoz de Piedra +item.hoeIron.name=Hoz de Hierro +item.hoeDiamond.name=Hoz de Diamante +item.hoeGold.name=Hoz de Oro +item.seeds.name=Semillas +item.seeds_pumpkin.name=Semillas de Zapallo +item.seeds_melon.name=Semillas de Sandía +item.melon.name=Sandía +item.wheat.name=Trigo +item.bread.name=Pan +item.helmetCloth.name=Gorra de Cuero +item.chestplateCloth.name=Túnica de Cuero +item.leggingsCloth.name=Pantalones de Cuero +item.bootsCloth.name=Botas de Cuero +item.helmetChain.name=Casco de Cota de Malla +item.chestplateChain.name=Chaleco de Cota de Malla +item.leggingsChain.name=Pantalones de Cota de Malla +item.bootsChain.name=Botas de Cota de Malla +item.helmetIron.name=Casco de Hierro +item.chestplateIron.name=Chaleco de Hierro +item.leggingsIron.name=Pantalones de Hierro +item.bootsIron.name=Botas de Hierro +item.helmetDiamond.name=Casco de Diamante +item.chestplateDiamond.name=Chaleco de Diamante +item.leggingsDiamond.name=Pantalones de Diamante +item.bootsDiamond.name=Botas de Diamante +item.helmetGold.name=Casco de Oro +item.chestplateGold.name=Chaleco de Oro +item.leggingsGold.name=Pantalones de Oro +item.bootsGold.name=Botas de Oro +item.flint.name=Pedernal +item.porkchopRaw.name=Chuleta Cruda +item.porkchopCooked.name=Chuleta Cocida +item.chickenRaw.name=Pollo Crudo +item.chickenCooked.name=Pollo Asado +item.beefRaw.name=Bife Crudo +item.beefCooked.name=Bife +item.painting.name=Cuadro +item.frame.name=Marco de Item +item.appleGold.name=Manzana Dorada +item.sign.name=Cartel +item.doorWood.name=Puerta de Madera +item.bucket.name=Balde +item.bucketWater.name=Balde de Agua +item.bucketLava.name=Balde de Lava +item.minecart.name=Carrito +item.saddle.name=Montura +item.doorIron.name=Puerta de Hierro +item.redstone.name=Redstone +item.snowball.name=Bola de Nieve +item.boat.name=Bote +item.leather.name=Cuero +item.milk.name=Leche +item.brick.name=Ladrillo +item.clay.name=Arcilla +item.reeds.name=Cañas de Azúcar +item.paper.name=Papel +item.book.name=Libro +item.slimeball.name=Bola de Slime +item.minecartChest.name=Carrito con Cofre +item.minecartFurnace.name=Carrito con Horno +item.minecartTnt.name=Carrito con TNT +item.minecartHopper.name=Carrito con Tolva +item.egg.name=Huevo +item.compass.name=Brújula +item.fishingRod.name=Caña de Pescar +item.clock.name=Reloj +item.yellowDust.name=Polvo de Piedra Luminosa +item.fishRaw.name=Pescado Crudo +item.fishCooked.name=Pescado Cocido +item.record.name=Disco de Música +item.bone.name=Hueso +item.dyePowder.black.name=Saco de Tinta +item.dyePowder.red.name=Rojo de Rosa +item.dyePowder.green.name=Verde Cactus +item.dyePowder.brown.name=Granos de Cacao +item.dyePowder.blue.name=Lapislázuli +item.dyePowder.purple.name=Tinte Púrpura +item.dyePowder.cyan.name=Tinte Cian +item.dyePowder.silver.name=Tinte Gris Claro +item.dyePowder.gray.name=Tinte Gris +item.dyePowder.pink.name=Tinte Rosa +item.dyePowder.lime.name=Tinte Verde Lima +item.dyePowder.yellow.name=Amarillo Diente de León +item.dyePowder.lightBlue.name=Tinte Celeste +item.dyePowder.magenta.name=Tinte Magenta +item.dyePowder.orange.name=Tinte Naranja +item.dyePowder.white.name=Hueso Molido +item.sugar.name=Azúcar +item.cake.name=Torta +item.bed.name=Cama +item.diode.name=Repetidor de Redstone +item.comparator.name=Comparador de Redstone +item.map.name=Mapa +item.leaves.name=Hojas +item.shears.name=Tijeras +item.rottenFlesh.name=Carne Podrida +item.enderPearl.name=Perla Ender +item.blazeRod.name=Vara de Blaze +item.ghastTear.name=Lágrima de Ghast +item.netherStalkSeeds.name=Verruga del Inframundo +item.potion.name=Poción +item.emptyPotion.name=Botella de Agua +item.goldNugget.name=Pepita de Oro +item.glassBottle.name=Botella de Vidrio +item.spiderEye.name=Ojo de Araña +item.fermentedSpiderEye.name=Ojo de Araña Fermentado +item.blazePowder.name=Polvo de Blaze +item.magmaCream.name=Crema de Magma +item.cauldron.name=Caldera +item.brewingStand.name=Destiladora +item.eyeOfEnder.name=Ojo de Ender +item.speckledMelon.name=Sandía Brillante +item.monsterPlacer.name=Spawn +item.expBottle.name=Frasco de Experiencia +item.fireball.name=Carga de Fuego +item.writingBook.name=Libro y Pluma +item.writtenBook.name=Libro Escrito +item.ruby.name=Rubí +item.flowerPot.name=Maceta +item.emptyMap.name=Mapa en Blanco +item.carrots.name=Zanahoria +item.carrotGolden.name=Zanahoria Dorada +item.potato.name=Papa +item.potatoBaked.name=Papa Horneada +item.potatoPoisonous.name=Papa Venenosa +item.skull.skeleton.name=Cráneo de Esqueleto +item.skull.wither.name=Cráneo de Esqueleto Wither +item.skull.zombie.name=Cabeza de Zombi +item.skull.char.name=Cabeza +item.skull.player.name=Cabeza de %s +item.skull.creeper.name=Cabeza de Creeper +item.carrotOnAStick.name=Zanahoria en un Palo +item.netherStar.name=Estrella del Inframundo +item.pumpkinPie.name=Tarta de Calabaza +item.enchantedBook.name=Libro Encantado +item.fireworks.name=Cohete +item.fireworks.flight=Duración de Vuelo: +item.fireworksCharge.name=Pólvora de Cohete +item.fireworksCharge.black=Negro +item.fireworksCharge.red=Rojo +item.fireworksCharge.green=Verde +item.fireworksCharge.brown=Marron +item.fireworksCharge.blue=Azul +item.fireworksCharge.purple=Púrpura +item.fireworksCharge.cyan=Cian +item.fireworksCharge.silver=Gris Claro +item.fireworksCharge.gray=Gris +item.fireworksCharge.pink=Rosa +item.fireworksCharge.lime=Lima +item.fireworksCharge.yellow=Amarillo +item.fireworksCharge.lightBlue=Celeste +item.fireworksCharge.magenta=Magenta +item.fireworksCharge.orange=Naranja +item.fireworksCharge.white=Blanco +item.fireworksCharge.customColor=Establecido +item.fireworksCharge.fadeTo=Desvaneciente +item.fireworksCharge.flicker=Centelleante +item.fireworksCharge.trail=Estelar +item.fireworksCharge.type.0=Bola Chica +item.fireworksCharge.type.1=Bola Grande +item.fireworksCharge.type.2=En forma de Estrella +item.fireworksCharge.type.3=En forma de Creeper +item.fireworksCharge.type.4=Ráfaga +item.fireworksCharge.type=Forma desconocida +item.netherbrick.name=Ladrillo del Inframundo +item.netherquartz.name=Cuarzo del Inframundo + +container.inventory=Inventario +container.hopper=Tolva de Item +container.crafting=Fabricación +container.dispenser=Dispensador +container.dropper=Soltador +container.furnace=Horno +container.enchant=Encantamiento +container.repair=Reparar y Nombrar +container.repair.cost=Costo de Encantamiento: %1$d +container.repair.expensive=¡Muy Caro! +container.creative=Selección de Items +container.brewing=Destiladora +container.chest=Cofre +container.chestDouble=Cofre Grande +container.minecart=Carrito +container.enderchest=Cofre Ender + +item.dyed=Teñido + +entity.Item.name=Item +entity.XPOrb.name=Orbe de Experiencia +entity.SmallFireball.name=Bola de fuego chiquita +entity.Fireball.name=Bola de fuego + +entity.Arrow.name=Flecha +entity.Snowball.name=Bola de Nieve +entity.Painting.name=Cuadro + +entity.Mob.name=Criatura +entity.Monster.name=Monstruo + +entity.Creeper.name=Creeper +entity.Skeleton.name=Esqueleto +entity.Spider.name=Araña +entity.Giant.name=Gigante +entity.Zombie.name=Zombi +entity.Slime.name=Slime +entity.Ghast.name=Ghast +entity.PigZombie.name=Zombi Chancho +entity.Enderman.name=Enderman +entity.Silverfish.name=Pez de Plata +entity.CaveSpider.name=Araña de Cueva +entity.Blaze.name=Blaze +entity.LavaSlime.name=Cubo de Magma +entity.MushroomCow.name=Vacongo +entity.Villager.name=Aldeano +entity.VillagerGolem.name=Golem de Hierro +entity.SnowMan.name=Golem de Nieve +entity.EnderDragon.name=Dragón Ender +entity.WitherBoss.name=Wither +entity.Witch.name=Bruja + +entity.Pig.name=Chancho +entity.Sheep.name=Oveja +entity.Cow.name=Vaca +entity.Chicken.name=Pollo +entity.Squid.name=Calamar +entity.Wolf.name=Lobo +entity.Ozelot.name=Ocelote +entity.Cat.name=Gato +entity.Bat.name=Murciélago + +entity.PrimedTnt.name=Bloque de TNT +entity.FallingSand.name=Bloque Cayendo + +entity.Minecart.name=Carrito +entity.Boat.name=Bote + +entity.generic.name=desconocido + +death.fell.accident.ladder=%1$s se cayó de una escalera +death.fell.accident.vines=%1$s se cayó de una enredadera +death.fell.accident.water=%1$s cayó del agua +death.fell.accident.generic=%1$s cayó desde muy alto +death.fell.killer=%1$s estaba condenado a caer +death.fell.assist=%1$s fue condenado a caer por %2$s +death.fell.assist.item=%1$s fue condenado a caer por %2$s usando %3$s +death.fell.finish=%1$s cayó muy lejos y fue acabado por %2$s +death.fell.finish.item=%1$s cayó muy lejos y fue acabado por %2$s usando %3$s + +death.attack.inFire=%1$s ardió en llamas +death.attack.inFire.player=%1$s caminó hacia el fuego luchando con %2$s +death.attack.onFire=%1$s se quemó hasta la muerte +death.attack.onFire.player=%1$s fue incendiado peleando con %2$s +death.attack.lava=%1$s intentó nadar en lava +death.attack.lava.player=%1$s intentó nadar en lava escapando de %2$s +death.attack.inWall=%1$s se sofocó en una pared +death.attack.drown=%1$s se ahogó +death.attack.drown.player=%1$s se ahogó tratando de escapar de %2$s +death.attack.starve=%1$s murió de hambre +death.attack.cactus=%1$s fue pinchado hasta la muerte +death.attack.cactus.player=%1$s se dio con un cactus tratando de escapar de %2$s +death.attack.generic=%1$s murió +death.attack.explosion=%1$s reventó +death.attack.explosion.player=%1$s fue reventado por %2$s +death.attack.magic=%1$s fue asesinado con magia +death.attack.wither=%1$s murió por un Wither +death.attack.anvil=%1$s fue aplastado por un yunque +death.attack.fallingBlock=%1$s fue aplastado por un bloque +death.attack.mob=%1$s fue asesinado por %2$s +death.attack.player=%1$s fue asesinado por %2$s +death.attack.player.item=%1$s fue asesinado por %2$s usando %3$s +death.attack.arrow=A %1$s le pegó un tiro %2$s +death.attack.arrow.item=A %1$s le pegó un tiro %2$s usando %3$s +death.attack.fireball=A %1$s le pegó una bola de fuego de %2$s +death.attack.fireball.item=A %1$s le pegó una bola de fuego de %2$s usando %3$s +death.attack.thrown=A %1$s lo tiró %2$s +death.attack.thrown.item=A %1$s lo tiró %2$s usando %3$s +death.attack.indirectMagic=%1$s fue asesinado por %2$s usando magia +death.attack.indirectMagic.item=%1$s fue asesinado por %2$s usando %3$s +death.attack.thorns=%1$s fue asesinado tratando de dañar %2$s +death.attack.fall=%1$s se dio con el piso muy fuerte +death.attack.outOfWorld=%1$s se cayó del mundo + +deathScreen.respawn=Respawnear +deathScreen.deleteWorld=Borrar mundo +deathScreen.titleScreen=Menú principal +deathScreen.score=Puntaje +deathScreen.title.hardcore=¡Fin del juego! +deathScreen.hardcoreInfo=¡No podés respawnear en modo hardcore! +deathScreen.title=¡Te moriste! +deathScreen.leaveServer=Dejar server + +potion.empty=Sin Efectos +potion.moveSpeed=Velocidad +potion.moveSlowdown=Lentitud +potion.digSpeed=Apuro +potion.digSlowDown=Cansancio al Minar +potion.damageBoost=Fuerza +potion.weakness=Debilidad +potion.heal=Salud Instantánea +potion.harm=Daño Instantáneo +potion.jump=Impulso de Salto +potion.confusion=Náuseas +potion.regeneration=Regeneración +potion.resistance=Resistencia +potion.fireResistance=Resistencia al Fuego +potion.waterBreathing=Respiración Acuática +potion.invisibility=Invisibilidad +potion.blindness=Ceguera +potion.nightVision=Visión Nocturna +potion.hunger=Hambre +potion.poison=Veneno +potion.wither=Wither + +potion.moveSpeed.postfix=Poción de Rapidez +potion.moveSlowdown.postfix=Poción de Lentitud +potion.digSpeed.postfix=Poción de Rapidez +potion.digSlowDown.postfix=Poción de Torpeza +potion.damageBoost.postfix=Poción de Fuerza +potion.weakness.postfix=Poción de Debilidad +potion.heal.postfix=Poción de Curación +potion.harm.postfix=Poción de Daño +potion.jump.postfix=Poción de Salto +potion.confusion.postfix=Poción de Náuseas +potion.regeneration.postfix=Poción de Regeneración +potion.resistance.postfix=Poción de Resistencia +potion.fireResistance.postfix=Poción de Resistencia al Fuego +potion.waterBreathing.postfix=Poción de Branquias +potion.invisibility.postfix=Poción de Invisibilidad +potion.blindness.postfix=Poción de Ceguera +potion.nightVision.postfix=Poción de Visión Nocturna +potion.hunger.postfix=Poción de Hambre +potion.poison.postfix=Poción de Veneno +potion.wither.postfix=Poción de Deterioro + +potion.potency.0= +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV + +potion.prefix.grenade=Salpicante +potion.prefix.mundane=Mundana +potion.prefix.uninteresting=Poco interesante +potion.prefix.bland=Suave +potion.prefix.clear=Limpia +potion.prefix.milky=Láctea +potion.prefix.diffuse=Difuso +potion.prefix.artless=Simple +potion.prefix.thin=Flaca +potion.prefix.awkward=Vergonzosa +potion.prefix.flat=Plano +potion.prefix.bulky=Abultada +potion.prefix.bungling=Torpe +potion.prefix.buttered=Mantecosa +potion.prefix.smooth=Fluida +potion.prefix.suave=Sofisticada +potion.prefix.debonair=Elegante +potion.prefix.thick=Espesa +potion.prefix.elegant=Elegante +potion.prefix.fancy=Elegante +potion.prefix.charming=Galante +potion.prefix.dashing=Brillante +potion.prefix.refined=Refinada +potion.prefix.cordial=Cordial +potion.prefix.sparkling=Chispeante +potion.prefix.potent=Potente +potion.prefix.foul=Fea +potion.prefix.odorless=Inodora +potion.prefix.rank=Rango +potion.prefix.harsh=Duro +potion.prefix.acrid=Aguda +potion.prefix.gross=Repugnante +potion.prefix.stinky=Apestosa + +enchantment.damage.all=Filo +enchantment.damage.undead=Castigo +enchantment.damage.arthropods=Pesadilla de los Artrópodos +enchantment.knockback=Empuje +enchantment.fire=Aspecto Ardiente +enchantment.protect.all=Protección +enchantment.protect.fire=Protección al Fuego +enchantment.protect.fall=Caída de Pluma +enchantment.protect.explosion=Protección a Explosiones +enchantment.protect.projectile=Protección a Proyectiles +enchantment.oxygen=Respiración +enchantment.waterWorker=Afinidad Acuática +enchantment.digging=Eficiencia +enchantment.untouching=Toque de Seda +enchantment.durability=Durabilidad +enchantment.lootBonus=Saqueo +enchantment.lootBonusDigger=Fortuna +enchantment.arrowDamage=Poder +enchantment.arrowFire=Llama +enchantment.arrowKnockback=Empuje +enchantment.arrowInfinite=Infinidad +enchantment.thorns=Espinas + +enchantment.level.1=I +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.level.10=X + +gui.achievements=Logros +gui.stats=Estadísticas + +stat.generalButton=General +stat.blocksButton=Bloques +stat.itemsButton=Items + +stat.used=Veces Usado +stat.mined=Veces Minado +stat.depleted=Veces Gastado +stat.crafted=Veces Fabricado + +stat.startGame=Veces jugado +stat.createWorld=Mundos jugados +stat.loadWorld=Partidas cargadas +stat.joinMultiplayer=Sesiones Multijugador +stat.leaveGame=Partidas abandonadas + +stat.playOneMinute=Minutos Jugados + +stat.walkOneCm=Distancia Caminada +stat.fallOneCm=Distancia Caída +stat.swimOneCm=Distancia Nadada +stat.flyOneCm=Distancia Volada +stat.climbOneCm=Distancia Escalada +stat.diveOneCm=Distancia Excavada +stat.minecartOneCm=Distancia en Carrito +stat.boatOneCm=Distancia en Bote +stat.pigOneCm=Distancia en Chancho +stat.jump=Saltos +stat.drop=Items Tirados + +stat.damageDealt=Daño Hecho +stat.damageTaken=Daño Recibido +stat.deaths=Número de Muertes +stat.mobKills=Criaturas Matadas +stat.playerKills=Jugadores Matados +stat.fishCaught=Peces Pescados + +stat.mineBlock=%1$s Minado +stat.craftItem=%1$s Fabricado +stat.useItem=%1$s Usado +stat.breakItem=%1$s Roto + +achievement.get=¡Logro conseguido! + +achievement.taken=¡Obtenido! + +achievement.requires=Necesita '%1$s' +achievement.openInventory=Haciendo el Inventario +achievement.openInventory.desc=Apretá '%1$s' para abrir tu inventario. +achievement.mineWood=Consiguiendo Madera +achievement.mineWood.desc=Pegale a un árbol hasta que salga un bloque de madera +achievement.buildWorkBench=A Laburar +achievement.buildWorkBench.desc=Fabricá una mesa de trabajo con cuatro tablas +achievement.buildPickaxe=¡Hora de Minar! +achievement.buildPickaxe.desc=Usá tablas y palos para hacer un pico +achievement.buildFurnace=Calentando las Brasas +achievement.buildFurnace.desc=Construí un horno con ocho bloques de adoquín +achievement.acquireIron=Actualizando +achievement.acquireIron.desc=Fundí un lingote de hierro +achievement.buildHoe=¡A Cosechar! +achievement.buildHoe.desc=Usá madera y palos para hacer una hoz +achievement.makeBread=Horneá Pan +achievement.makeBread.desc=Convertí trigo en pan +achievement.bakeCake=La Mentira +achievement.bakeCake.desc=¡Trigo, azúcar, leche y huevos! +achievement.buildBetterPickaxe=Mejorando +achievement.buildBetterPickaxe.desc=Construí un pico mejor +achievement.cookFish=Rico Pescado +achievement.cookFish.desc=¡Conseguí y cociná pescado! +achievement.onARail=En las Vías +achievement.onARail.desc=Viajá en carrito por lo menos 1 km de donde empezaste +achievement.buildSword=¡Hora de Atacar! +achievement.buildSword.desc=Usá tablas y palos para hacer una espada +achievement.killEnemy=Cazador de Monstruos +achievement.killEnemy.desc=Atacá y matá a un monstruo +achievement.killCow=Despellejando Vacas +achievement.killCow.desc=Conseguí algo de cuero +achievement.flyPig=Cuando los Chanchos Vuelen +achievement.flyPig.desc=Tirá a un chancho de un precipicio +achievement.snipeSkeleton=Duelo de Snipers +achievement.snipeSkeleton.desc=Matá a un esqueleto con una flecha desde más de 50 metros +achievement.diamonds=¡DIAMANTES! +achievement.diamonds.desc=Conseguí diamantes con tus herramientas de hierro +achievement.portal=Tenemos que ir Más Profundo +achievement.portal.desc=Construí un portal al Inframundo +achievement.ghast=Devolver al Remitente +achievement.ghast.desc=Matá a un Ghast con una bola de fuego +achievement.blazeRod=En el Fuego +achievement.blazeRod.desc=Sacale a un Blaze su vara +achievement.potion=Destilería Local +achievement.potion.desc=Prepará una poción +achievement.theEnd=¿El Fin? +achievement.theEnd.desc=Encontrá el Fin +achievement.theEnd2=El Fin. +achievement.theEnd2.desc=Derrotá al Dragón Ender +achievement.enchantments=Hechicero +achievement.enchantments.desc=Usá un libro, obsidiana y diamantes para hacer una mesa de encantamientos +achievement.overkill=Overkill +achievement.overkill.desc=Hacé ocho corazones de daño de un solo golpe +achievement.bookcase=Bibliotecario +achievement.bookcase.desc=Construí algunas bibliotecas para mejorar tu mesa de encantamientos + +commands.generic.exception=Ocurrió un error desconocido al intentar ejecutar este comando +commands.generic.syntax=Sintaxis de comando no válida +commands.generic.player.notFound=Ese jugador no se puede encontrar +commands.generic.notFound=Comando desconocido. Probá /help para obtener una lista de comandos. +commands.generic.num.invalid='%s' no es un número válido +commands.generic.num.tooSmall=El número que pusiste (%d) es demasiado bajo, tiene que ser por lo menos %d +commands.generic.num.tooBig=El número que pusiste (%d) es demasiado alto, tiene que ser máximo %d +commands.generic.double.tooSmall=El número ingresado (%.2f) es muy chico, tiene que ser al menos %.2f +commands.generic.double.tooBig=El número ingresado (%.2f) es muy grande, tiene que ser como mucho %.2f +commands.generic.usage=Uso: %s + +commands.xp.failure.widthdrawXp=No se puede dar al jugador puntos de experiencia negativos +commands.xp.success=%d experiencia dada a %s +commands.xp.success.levels=%d niveles dados a %s +commands.xp.success.negative.levels=Tomados %d niveles de %s +commands.xp.usage=/xp [jugador] O /xp L [jugador] +commands.give.usage=/give [cantidad] [datos] +commands.give.notFound=No hay item con ID %d +commands.give.success=Dado %s (ID %d) * %d a %s +commands.effect.usage=/effect [seconds] [amplifier] +commands.effect.notFound=There is no such mob effect with ID %d +commands.effect.success=Given %1$s (ID %2$d) * %3$d to %4$s for %5$d seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.enchant.usage=/encantar [nivel] +commands.enchant.notFound=No hay ningun encanto semejante con el ID %d +commands.enchant.noItem=El objetivo no lleva un elemento +commands.enchant.cantEnchant=El encanto seleccionado no se puede agregar al elemento elegido +commands.enchant.cantCombine=%1$s no se puede combinar con %2$s +commands.enchant.success=Encantamiento exitoso +commands.clear.usage=/clear [item] [datos] +commands.clear.success=Inventario de %s vaciado, quitando %d items +commands.clear.failure=Could not clear the inventory of %s, no items to remove +commands.downfall.success=Precipitaciones cambiadas +commands.time.usage=/time +commands.time.added=%d sumado al tiempo +commands.time.set=Fijar el tiempo a %d +commands.players.list=Hay %d/%d jugadores conectados: +commands.banlist.ips=Hay un total de %d direcciones IP baneadas: +commands.banlist.players=Hay un total de %d jugadores baneados: +commands.banlist.usage=/banlist [ips|jugadores] +commands.kick.success=Se kickeó a %s del juego +commands.kick.success.reason=Se kickeó a %s del juego: '%s' +commands.kick.usage=/kick [motivo...] +commands.op.success=%s se covirtió en OP +commands.op.usage=/op +commands.deop.success=%s dejó de ser OP +commands.deop.usage=/deop +commands.say.usage=/say +commands.ban.success=Jugador %s baneado +commands.ban.usage=/ban [motivo ...] +commands.unban.success=Se desbaneó al jugador %s +commands.unban.usage=/pardon +commands.banip.invalid=Introdujiste una dirección IP no válida o de un jugador que no está conectado +commands.banip.success=Dirección IP %s baneada +commands.banip.success.players=Dirección IP %s perteneciente a %s baneada +commands.banip.usage=/ban-ip [motivo ...] +commands.unbanip.invalid=Introdujiste una dirección IP no válida +commands.unbanip.success=Dirección IP %s desbaneada +commands.unbanip.usage=/pardon-ip
+commands.save.enabled=Auto-guardado activado +commands.save.disabled=Auto-guardado desactivado +commands.save.start=Guardando... +commands.save.success=Mundo guardado +commands.save.failed=Guardado Fallido: %s +commands.stop.start=Frenando el server +commands.tp.success=%s teletransportado hacia %s +commands.tp.success.coordinates=%s transportado a %.2f,%.2f,%.2f +commands.tp.usage=/tp [jugador objetivo] O /tp [jugador objetivo] ; +commands.tp.notSameDimension=No se puede teletransportar porque los jugadores no están en la misma dimensión +commands.whitelist.list=Hay %d (de %d vistos) jugadores en la lista blanca: +commands.whitelist.enabled=Lista blanca activada +commands.whitelist.disabled=Lista blanca desactivada +commands.whitelist.reloaded=Lista blanca recargada +commands.whitelist.add.success=%s agregado a la lista blanca +commands.whitelist.add.usage=/whitelist add +commands.whitelist.remove.success=%s eliminado de la lista blanca +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.scoreboard.usage=/scoreboard +commands.scoreboard.teamNotFound=No se encontró un equipo de nombre '%s' +commands.scoreboard.objectiveNotFound=No se encontró un objetivo de nombre '%s' +commands.scoreboard.objectiveReadOnly=El objetivo '%s' es de sólo lectura y no puede alterarse +commands.scoreboard.objectives.usage=/scoreboard objectives +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [objective] +commands.scoreboard.objectives.setdisplay.invalidSlot=No hay espacio de muestra '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Borrado espacio de muestra de objetivo '%s' +commands.scoreboard.objectives.setdisplay.successSet=Fijada la muestra del objetivo en espacio '%s' a '%s' +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [display name ...] +commands.scoreboard.objectives.add.wrongType=Tipo de criterios de objetivo no válidos. Tipos válidos: %s +commands.scoreboard.objectives.add.alreadyExists=Un objetivo de nombre '%s' ya existe +commands.scoreboard.objectives.add.tooLong=El nombre '%s' es muy largo para un objetivo, puede ser como mucho de %d caracteres +commands.scoreboard.objectives.add.displayTooLong=El nombre de muestra '%s' es muy largo para un objetivo, puede ser como mucho de %d caracteres +commands.scoreboard.objectives.add.success=Objetivo '%s' agregado con éxito +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.remove.success=Objetivo '%s' borrado con éxito +commands.scoreboard.objectives.list.count=Mostrando %d objetivo(s) en la tabla de puntos +commands.scoreboard.objectives.list.entry=- %s: mostrado como '%s' y es de tipo '%s' +commands.scoreboard.objectives.list.empty=No hay objetivos en la tabla de puntos +commands.scoreboard.players.usage=/scoreboard players +commands.scoreboard.players.set.success=Fijado puntaje de %s para el jugador %s a %d +commands.scoreboard.players.set.usage=/scoreboard players set +commands.scoreboard.players.add.usage=/scoreboard players add +commands.scoreboard.players.remove.usage=/scoreboard players remove +commands.scoreboard.players.reset.usage=/scoreboard players reset +commands.scoreboard.players.reset.success=Resetear los puntajes del jugador %s +commands.scoreboard.players.list.count=Mostrando %d jugadores seguidos en la tabla de puntos +commands.scoreboard.players.list.empty=No hay jugadores seguidos en la tabla de puntos +commands.scoreboard.players.list.player.count=Mostrando %d objetivo(s) seguido(s) para %s +commands.scoreboard.players.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.players.list.player.empty=El jugador %s no tiene puntajes registrados +commands.scoreboard.teams.usage=/scoreboard teams +commands.scoreboard.teams.add.usage=/scoreboard teams add [display name ...] +commands.scoreboard.teams.add.alreadyExists=Ya existe un equipo con el nombre '%s' +commands.scoreboard.teams.add.tooLong=El nombre '%s' es muy largo para un equipo, puede ser como mucho de %d caracteres +commands.scoreboard.teams.add.displayTooLong=El nombre de muestra '%s' es muy largo para un equipo, puede ser como mucho de %d caracteres +commands.scoreboard.teams.add.success=Nuevo equipo '%s' agregado con éxito +commands.scoreboard.teams.list.usage=/scoreboard teams list [name] +commands.scoreboard.teams.list.count=Mostrando %d equipos en la tabla de puntos +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' tiene %3$d jugadores +commands.scoreboard.teams.list.empty=No hay equipos registrados en la tabla de puntos +commands.scoreboard.teams.list.player.count=Mostrando %d jugador(es) en el equipo %s +commands.scoreboard.teams.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.teams.list.player.empty=El equipo %s no tiene jugadores +commands.scoreboard.teams.empty.usage=/scoreboard teams clear +commands.scoreboard.teams.empty.alreadyEmpty=El equipo %s ya está vacío, no se pueden sacar jugadores inexistentes +commands.scoreboard.teams.empty.success=%d jugador(es) sacado(s) del equipo %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.remove.success=Equipo %s borrado +commands.scoreboard.teams.join.usage=/scoreboard teams join [player] +commands.scoreboard.teams.join.success=%d jugador(es) agregado(s) al equipo %s: %s +commands.scoreboard.teams.join.failure=No se pudo agregar a %d jugador(es) al equipo %s: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [player] +commands.scoreboard.teams.leave.success=%d jugador(es) sacado(s) de sus equipos: %s +commands.scoreboard.teams.leave.failure=No se pudo sacar a %d jugador(es) de sus equipos: %s +commands.scoreboard.teams.leave.noTeam=No estás en un equipo +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.option.noValue=Los valores válidos para la opción %s son: %s +commands.scoreboard.teams.option.success=Set option %s for team %s to %s +commands.gamemode.success.self=Establecido modo de juego propio a %s +commands.gamemode.success.other=Establecido modo de juego de %s a %s +commands.gamemode.usage=/gamemode [jugador] +commands.defaultgamemode.usage=/defaultgamemode +commands.defaultgamemode.success=El modo predeterminado del mundo ahora es %s +commands.me.usage=/me +commands.help.header=--- Mostrando página de ayuda %d de %d (/help ) --- +commands.help.footer=Tip: Usá mientras tipeás un comando para auto-completar el comando o sus argumentos +commands.help.usage=/help [página|nombre del comando] +commands.publish.started=Juego local hosteado en %s +commands.publish.failed=No se pudo hostear el juego local +commands.debug.start=Profiling de debug comenzado +commands.debug.stop=Profiling de debug frenado después de %.2f segundos (%d ticks) +commands.debug.notStarted=¡No puede frenarse el profiling si ni empezó! +commands.debug.usage=/debug +commands.message.usage=/tell +commands.message.sameTarget=¡No podés enviarte un mensaje privado a vos mismo! +commands.message.display.outgoing=Le susurraste a %s: %s +commands.message.display.incoming=%s te susurra: %s +commands.difficulty.usage=/difficulty +commands.difficulty.success=Dificultad del juego cambiada a %s +commands.spawnpoint.usage=/spawnpoint O /spawnpoint O /spawnpoint +commands.spawnpoint.success=Spawn de %s fijado en (%d, %d, %d) +commands.gamerule.usage=/gamerule O /gamerule +commands.gamerule.success=Se actualizó la regla de juego +commands.gamerule.norule=No hay ninguna regla de juego '%s' disponible +commands.weather.usage=/weather [duracíon en segundos] +commands.weather.clear=Cambiando a tiempo despejado +commands.weather.rain=Cambiando a tiempo lluvioso +commands.weather.thunder=Cambiando a lluvia y truenos +commands.testfor.usage=/testfor +commands.testfor.failed=/testfor sólo puede ser usada por bloques de comando con salida análoga + +itemGroup.buildingBlocks=Bloques de Construcción +itemGroup.decorations=Bloques Decorativos +itemGroup.redstone=Redstone +itemGroup.transportation=Transporte +itemGroup.misc=Misceláneo +itemGroup.search=Buscar Items +itemGroup.food=Alimentos +itemGroup.tools=Herramientas +itemGroup.combat=Combate +itemGroup.brewing=Destilaje +itemGroup.materials=Materiales +itemGroup.inventory=Inventario de Survival + +inventory.binSlot=Destruir Item + +advMode.setCommand=Elegir Comando de Consola para Bloque +advMode.command=Comando de Consola +advMode.nearestPlayer=Usá "@p" para apuntar al jugador más cercano +advMode.randomPlayer=Usá "@r" para apuntar a un jugador al azar +advMode.allPlayers=Usá "@a" para apuntar a todos los jugadores + +advMode.notEnabled=Bloques de comando no habilitados en este server +advMode.notAllowed=Tiene que ser jugador OP en modo creativo + +mco.title=Minecraft Realms +mco.selectServer.select=Entrar a un Server +mco.selectServer.configure=Configurar +mco.selectServer.create=Crear Mundo +mco.selectServer.moreinfo=Más Info + +mco.configure.world.edit.title=Editar Mundo + +mco.configure.world.title=Configurar Mundo +mco.configure.world.name=Nombre +mco.configure.world.description=Descripción +mco.configure.world.location=Localización +mco.configure.world.invited=Invitado +mco.configure.world.buttons.edit=Editar +mco.configure.world.buttons.reset=Resetear Mundo +mco.configure.world.buttons.done=Listo +mco.configure.world.buttons.delete=Borrar +mco.configure.world.buttons.open=Abrir Mundo +mco.configure.world.buttons.close=Cerrar Mundo +mco.configure.world.buttons.invite=Invitar +mco.configure.world.buttons.uninvite=Desinvitar +mco.configure.world.buttons.subscription=Subscription +mco.configure.world.invite.profile.name=Nombre +mco.configure.world.uninvite.question=¿Seguro que querés desinvitar a + +mco.configure.world.subscription.title=Subscription Info +mco.configure.world.subscription.daysleft=Days Left +mco.configure.world.subscription.start=Start Date +mco.configure.world.subscription.extend=Extend + +mco.create.world.location.title=Localizaciones +mco.create.world.location.warning=Podrías no tener la localización que elijas +mco.create.world.wait=Creando el mundo... + +mco.reset.world.title=Resetear Mundo +mco.reset.world.warning=¡Esto va a borrar permanentemente tu mundo! +mco.reset.world.seed=Semilla (Opcional) +mco.reset.world.resetting.screen.title=Reseteando Mundo... + +mco.configure.world.close.question.line1=Tu mundo ya no va a estar disponible. +mco.configure.world.close.question.line2=¿Seguro que querés hacer eso? + +mco.connect.connecting=Conectándose al server online... +mco.connect.authorizing=Logueando... +mco.connect.failed=Falló la conexión al server online + +mco.create.world=Crear + diff --git a/1.5.2/lang/es_ES.lang b/1.5.2/lang/es_ES.lang new file mode 100644 index 00000000..ec69b66a --- /dev/null +++ b/1.5.2/lang/es_ES.lang @@ -0,0 +1,1293 @@ +#X-Generator: crowdin.net + +language.name=Español +language.region=España +language.code=es_ES + +gui.done=Aceptar +gui.cancel=Cancelar +gui.back=Back +gui.toMenu=Volver a la pantalla del título +gui.up=Arriba +gui.down=Abajo +gui.yes=Sí +gui.no=No + +menu.singleplayer=Un jugador +menu.multiplayer=Multijugador +menu.online=Minecraft Realms +menu.options=Opciones... +menu.quit=Salir del juego +menu.returnToMenu=Guardar y salir al menú principal +menu.disconnect=Desconectar +menu.returnToGame=Volver al juego +menu.switchingLevel=Cambiando mundos +menu.generatingLevel=Generando el mundo +menu.loadingLevel=Cargando mundo +menu.generatingTerrain=Generando terreno +menu.convertingLevel=Convertiendo mundo +menu.simulating=Simulando el mundo un momento +menu.respawning=Reapareciendo +menu.shareToLan=Abrir en LAN + +selectWorld.title=Seleccionar mundo +selectWorld.empty=Vacío +selectWorld.world=Mundo +selectWorld.select=Jugar al mundo seleccionado +selectWorld.create=Crear un mundo nuevo +selectWorld.recreate=Rehacer +selectWorld.createDemo=Jugar un nuevo mundo de prueba +selectWorld.delete=Eliminar +selectWorld.rename=Renombrar +selectWorld.deleteQuestion=¿Estás seguro de querer borrar este mundo? +selectWorld.deleteWarning=¡Se perderá para siempre! (¡Mucho tiempo!) +selectWorld.deleteButton=Eliminar +selectWorld.renameButton=Renombrar +selectWorld.renameTitle=Renombrar el mundo +selectWorld.conversion=¡Debe ser convertido! +selectWorld.newWorld=Mundo nuevo +selectWorld.newWorld.copyOf=Copia de %s +selectWorld.enterName=Nombre del mundo +selectWorld.resultFolder=Se guardará en: +selectWorld.enterSeed=Semilla para el generador de mundos +selectWorld.seedInfo=Dejar en blanco para una semilla aleatoria +selectWorld.cheats=Trucos +selectWorld.customizeType=Personalizar + +createWorld.customize.presets=Plantillas +createWorld.customize.presets.title=Selecciona una plantilla +createWorld.customize.presets.select=Usar plantilla +createWorld.customize.presets.share=¿Quieres compartir tu plantilla con alguien? ¡Usa lo siguiente! +createWorld.customize.presets.list=Alternativamente, ¡Puedes elegir entre estos que ya creamos! +createWorld.customize.flat.title=Personalizar mundo extraplano +createWorld.customize.flat.tile=Material de la capa +createWorld.customize.flat.height=Altura +createWorld.customize.flat.addLayer=Añadir capa +createWorld.customize.flat.editLayer=Editar capa +createWorld.customize.flat.removeLayer=Eliminar capa +createWorld.customize.flat.layer.top=Limite Superior - %d +createWorld.customize.flat.layer=%d +createWorld.customize.flat.layer.bottom=Limite Inferior - %d + +gameMode.survival=Modo supervivencia +gameMode.creative=Modo creativo +gameMode.adventure=Modo aventura +gameMode.hardcore=¡Modo extremo! +gameMode.changed=Tu modo de juego se ha actualizado + +selectWorld.gameMode=Modo de juego: +selectWorld.gameMode.survival=Supervivencia +selectWorld.gameMode.survival.line1=Busca recursos, fabrica, gana +selectWorld.gameMode.survival.line2=niveles, salud y hambre +selectWorld.gameMode.creative=Creativo +selectWorld.gameMode.creative.line1=Recursos ilimitados, vuelo libre y +selectWorld.gameMode.creative.line2=destrucción de bloques instantánea +selectWorld.gameMode.hardcore=Extremo +selectWorld.gameMode.hardcore.line1=Igual que el modo supervivencia, pero bloqueado en la máxima +selectWorld.gameMode.hardcore.line2=dificultad y con sólo una vida +selectWorld.gameMode.adventure=Aventura +selectWorld.gameMode.adventure.line1=Igual que el modo de supervivencia, pero los bloques no pueden +selectWorld.gameMode.adventure.line2=añadir ni eliminar bloques +selectWorld.moreWorldOptions=Más opciones del mundo... +selectWorld.mapFeatures=Generar estructuras: +selectWorld.mapFeatures.info=Aldeas, mazmorras, etc. +selectWorld.mapType=Tipo de mundo: +selectWorld.mapType.normal=Normal +selectWorld.allowCommands=Permitir Trucos: +selectWorld.allowCommands.info=Comandos como /gamemode, /xp +selectWorld.hardcoreMode=Extremo: +selectWorld.hardcoreMode.info=El mundo se borra al morir. +selectWorld.bonusItems=Cofre de bonificación: + +generator.default=Por defecto +generator.flat=Extraplano +generator.largeBiomes=Biomas grandes + +selectServer.title=Seleccionar servidor +selectServer.empty=Vacío +selectServer.select=Entrar al servidor +selectServer.direct=Conexión directa +selectServer.edit=Editar +selectServer.delete=Eliminar +selectServer.add=Añadir servidor +selectServer.defaultName=Servidor de Minecraft +selectServer.deleteQuestion=¿Estás seguro de querer borrar este servidor? +selectServer.deleteWarning=¡Se perderá para siempre! (¡Mucho tiempo!) +selectServer.deleteButton=Eliminar +selectServer.refresh=Actualizar +selectServer.hiddenAddress=(Oculto) +addServer.title=Editar la información del servidor +addServer.enterName=Nombre del servidor +addServer.enterIp=Dirección del servidor +addServer.add=Aceptar +addServer.hideAddress=Ocultar Dirección +lanServer.title=Mundo LAN +lanServer.scanning=Scanning for games on your local network +lanServer.start=Iniciar un mundo LAN +lanServer.otherPlayers=Ajustes para otros jugadores +mcoServer.title=Mundo de Minecraft en linea + +multiplayer.title=Jugar en modo multijugador +multiplayer.connect=Conectar +multiplayer.info1=La versión Multijugador de Minecraft no está acabada aún, pero +multiplayer.info2=se están llevando a cabo pruebas con algunos bugs. +multiplayer.ipinfo=Introduce la IP de un servidor para conectarte a él: + +multiplayer.texturePrompt.line1=Este servidor recomienda el uso de un paquete de texturas personalizado. +multiplayer.texturePrompt.line2=¿Deseas descargarlo e instalarlo automáticamente? + +multiplayer.downloadingTerrain=Descargando el terreno + +multiplayer.stopSleeping=Dejar la cama + +chat.link.confirm=¿Estás seguro que quieres abrir el siguiente sitio web? +chat.link.warning=¡Nunca abras enlaces de personas en las que no confíes! +chat.copy=Copiar al portapapeles + +menu.playdemo=Jugar mundo de demostración +menu.resetdemo=Reiniciar mundo de demostración +demo.day.1=Esta demo sólo durará 5 días, ¡hazlo lo mejor que puedas! +demo.day.2=Segundo día +demo.day.3=Tercer día +demo.day.4=Cuarto día +demo.day.5=¡Este es tu último día! +demo.day.warning=¡Casi se ha acabado tu tiempo! +demo.day.6=Has acabado tu quinto día, pulsa F2 para guardar una captura de pantalla de tu creación +demo.reminder=¡El tiempo de la demo se ha acabado, compra el juego para continuar o empieza con un nuevo mundo! +demo.remainingTime=Tiempo restante: %s +demo.demoExpired=El tiempo de la Demostración se ha acabado! +demo.help.movement=Usa %1$s,%2$s, %3$s, %4$s y el ratón para moverte +demo.help.movementShort=Mueve tu personaje con %1$s, %2$s, %3$s, %4$s +demo.help.movementMouse=Mira a tu alrededor usando el ratón +demo.help.jump=Usa %1$s para saltar +demo.help.inventory=Usa %1$s para abrir el inventario +demo.help.title=Modo demo de Minecraft +demo.help.fullWrapped=Esta Demostración durara 5 días de juego (Cerca de 1 hora y 40 minutos de tiempo real). Revisa los logros para obtener pistas! Diviértete! +demo.help.buy=¡Cómpralo ya! +demo.help.later=Continuar Jugando! + +connect.connecting=Conectando con el servidor... +connect.authorizing=Entrando +connect.failed=Error al conectar con el servidor + +disconnect.genericReason=%s +disconnect.disconnected=Desconectado por el servidor +disconnect.lost=Conexión perdida +disconnect.kicked=Ha sido expulsado del juego +disconnect.timeout=Tiempo de espera agotado +disconnect.closed=Conexión terminada +disconnect.loginFailed=Error al iniciar sesión +disconnect.loginFailedInfo=Error al iniciar sesión: %s +disconnect.quitting=Desconectando +disconnect.endOfStream=Fin de la conexión +disconnect.overflow=Desbordamiento de búfer +disconnect.spam=Expulsado por hacer spam + +options.off=Desactivado +options.on=Activado +options.visible=Mostrado +options.hidden=Oculto +options.title=Opciones +options.controls=Controles... +options.video=Ajustes de vídeo... +options.language=Idioma... +options.languageWarning=Las traducciones pueden no ser fiables al 100% +options.videoTitle=Ajustes de vídeo +options.music=Música +options.sound=Sonido +options.invertMouse=Invertir ratón +options.fov=Campo de visión +options.fov.min=Normal +options.fov.max=Quake Pro +options.gamma=Brillo +options.gamma.min=Oscuro +options.gamma.max=Claro +options.sensitivity=Sensibilidad +options.sensitivity.min=*pff* +options.sensitivity.max=¡¡¡HIPERVELOCIDAD!!! +options.renderDistance=Distancia de renderizado +options.renderDistance.tiny=Mínima +options.renderDistance.short=Corta +options.renderDistance.normal=Normal +options.renderDistance.far=Larga +options.viewBobbing=Movimiento de la visión +options.ao=Iluminación suave +options.ao.off=Off +options.ao.min=Minimum +options.ao.max=Maximum +options.anaglyph=Visión en 3D +options.framerateLimit=Rendimiento +options.difficulty=Dificultad +options.difficulty.peaceful=Pacífico +options.difficulty.easy=Fácil +options.difficulty.normal=Normal +options.difficulty.hard=Difícil +options.difficulty.hardcore=Extremo +options.graphics=Gráficos +options.graphics.fancy=Detallado +options.graphics.fast=Rápido +options.guiScale=Escala de la interfaz +options.guiScale.auto=Automática +options.guiScale.small=Pequeña +options.guiScale.normal=Normal +options.guiScale.large=Grande +options.advancedOpengl=OpenGL avanzado +options.renderClouds=Nubes +options.farWarning1=Se recomienda la instalación de Java de 64 bits +options.farWarning2=para la distancia de renderizado "Larga" (tú tienes la versión de 32 bits) +options.particles=Partículas +options.particles.all=Todas +options.particles.decreased=Reducidas +options.particles.minimal=Mínimas +options.multiplayer.title=Opciones de multijugador... +options.chat.title=Ajustes de Chat... +options.chat.visibility=nChat +options.chat.visibility.full=Mostrado +options.chat.visibility.system=Sólo comandos +options.chat.visibility.hidden=Oculto +options.chat.color=Colores +options.chat.opacity=Opacidad +options.chat.links=Enlaces de web +options.chat.links.prompt=Preguntar al abrir Enlaces +options.chat.scale=Escala +options.chat.width=Ancho +options.chat.height.focused=Altura enfocada +options.chat.height.unfocused=Altura desenfocada +options.showCape=Mostrar Capa +options.serverTextures=Texturas de Servidor +options.snooper=Permitir enviar Informes +options.snooper.view=Opciones de Informes... +options.snooper.title=Colección de Especificaciones de la máquina +options.snooper.desc=Queremos recoger información sobre su equipo para ayudar a mejorar Minecraft sabiendo lo que podemos hacer y donde están los mayores problemas. Toda esta información es totalmente anónima, y se podrá ver a continuación. Le prometemos que no vamos a hacer nada malo con estos datos, pero si quieres optar a desactivarlo, eres libre de hacerlo. +options.texture.pack=Paquetes de texuras +options.fullscreen=Pantalla Completa +options.vsync=Usar Sincronización Vertical +options.touchscreen=Pantalla táctil + +performance.max=FPS máximos +performance.balanced=Equilibrado +performance.powersaver=Ahorro de energía + +controls.title=Controles + +key.forward=Adelante +key.left=Izquierda +key.back=Atrás +key.right=Derecha +key.jump=Saltar +key.inventory=Inventario +key.drop=Tirar +key.chat=Chat +key.fog=Alternar niebla +key.sneak=Agacharse +key.playerlist=Lista de jugadores +key.attack=Atacar +key.use=Usar objeto +key.pickItem=Coger bloque +key.mouseButton=Botón %1$s +key.command=Comando + +texturePack.openFolder=Abrir carpeta de paquetes de texturas +texturePack.title=Seleccionar paquete de texturas +texturePack.folderInfo=(Coloca los archivos del paquete de texturas aquí) +texturePack.incompatible=Incompatible + +book.pageIndicator=Página %1$s de %2$s +book.byAuthor=por %1$s +book.signButton=Firmar +book.editTitle=Introduce el Título del Libro: +book.finalizeButton=Firmar y cerrar +book.finalizeWarning=¡Aviso! Una vez firmado, no podrá ser editado. + +tile.stone.name=Piedra + +tile.grass.name=Bloque de hierba +tile.dirt.name=Tierra +tile.stonebrick.name=Roca +tile.wood.name=Tablas de madera +tile.wood.oak.name=Tablas de roble +tile.wood.spruce.name=Tablas de abeto +tile.wood.birch.name=Tablas de abedul +tile.wood.jungle.name=Tablas de madera de selva +tile.sapling.oak.name=Brote de Manzano +tile.sapling.spruce.name=Brote de Abeto +tile.sapling.birch.name=Brote de Abedul +tile.sapling.jungle.name=Brote de Selva +tile.deadbush.name=Arbusto muerto +tile.bedrock.name=Piedra base +tile.water.name=Agua +tile.lava.name=Lava +tile.sand.name=Arena +tile.sandStone.name=Arenisca +tile.sandStone.default.name=Arena compacta +tile.sandStone.chiseled.name=Arena cincelada +tile.sandStone.smooth.name=Arena Suave +tile.gravel.name=Grava +tile.oreGold.name=Mena de oro +tile.oreIron.name=Mena de hierro +tile.oreCoal.name=Mena de carbón +tile.log.name=Madera +tile.log.oak.name=Madera de roble +tile.log.spruce.name=Madera de Abeto +tile.log.birch.name=Madera de abedul +tile.log.jungle.name=Madera de Selva +tile.leaves.name=Hojas +tile.leaves.oak.name=Hojas de Manzano +tile.leaves.spruce.name=Hojas de Abeto +tile.leaves.birch.name=Hojas de Abedul +tile.leaves.jungle.name=Hojas de Selva +tile.tallgrass.name=Hierba +tile.tallgrass.shrub.name=Arbusto +tile.tallgrass.grass.name=Hierba +tile.tallgrass.fern.name=Helecho +tile.sponge.name=Esponja +tile.glass.name=Cristal +tile.thinGlass.name=Panel de cristal +tile.cloth.name=Lana +tile.flower.name=Flor +tile.rose.name=Rosa +tile.mushroom.name=Seta +tile.blockGold.name=Bloque de oro +tile.blockIron.name=Bloque de hierro +tile.stoneSlab.stone.name=Losa de piedra +tile.stoneSlab.sand.name=Losa de arenisca +tile.stoneSlab.wood.name=Losa de madera +tile.stoneSlab.cobble.name=Losa de roca +tile.stoneSlab.brick.name=Losa de ladrillos +tile.stoneSlab.smoothStoneBrick.name=Losa de ladrillos de piedra +tile.stoneSlab.netherBrick.name=Losa de infradrillos +tile.stoneSlab.quartz.name=Losa de cuarzo +tile.woodSlab.oak.name=Losa de madera de roble +tile.woodSlab.spruce.name=Losa de madera de abeto +tile.woodSlab.birch.name=Losa de madera de abedul +tile.woodSlab.jungle.name=Losa de madera de selva +tile.brick.name=Ladrillo +tile.tnt.name=Dinamita +tile.bookshelf.name=Librería +tile.stoneMoss.name=Piedra musgosa +tile.obsidian.name=Obsidiana +tile.torch.name=Antorcha +tile.fire.name=Fuego +tile.mobSpawner.name=Generador de monstruos +tile.stairsWood.name=Escaleras de madera de roble +tile.stairsWoodSpruce.name=Escaleras de madera de abeto +tile.stairsWoodBirch.name=Escaleras de madera de abedul +tile.stairsWoodJungle.name=Escaleras de madera de selva +tile.chest.name=Cofre +tile.chestTrap.name=Cofre trampa +tile.redstoneDust.name=Polvo de redstone +tile.oreDiamond.name=Mena de diamante +tile.blockDiamond.name=Bloque de diamante +tile.workbench.name=Mesa de trabajo +tile.crops.name=Cultivos +tile.farmland.name=Tierra de cultivo +tile.furnace.name=Horno +tile.sign.name=Cartel +tile.doorWood.name=Puerta de madera +tile.ladder.name=Escalera +tile.rail.name=Raíl +tile.goldenRail.name=Raíl propulsor +tile.activatorRail.name=Rail Activador +tile.detectorRail.name=Raíl detector +tile.stairsStone.name=Escaleras de piedra +tile.stairsSandStone.name=Escaleras de Arena Compacta +tile.lever.name=Palanca +tile.pressurePlate.name=Placa de presión +tile.weightedPlate_light.name=Placa de presión de objetos (ligera) +tile.weightedPlate_heavy.name=Placa de presión de objetos (pesada) +tile.doorIron.name=Puerta de hierro +tile.oreRedstone.name=Mena de redstone +tile.notGate.name=Antorcha de redstone +tile.button.name=Botón +tile.snow.name=Nieve +tile.ice.name=Hielo +tile.cactus.name=Cactus +tile.clay.name=Arcilla +tile.reeds.name=Caña de azúcar +tile.jukebox.name=Caja de música +tile.fence.name=Valla +tile.fenceGate.name=Puerta de valla +tile.pumpkin.name=Calabaza +tile.litpumpkin.name=Jack 'o' Lantern +tile.hellrock.name=Piedra Abisal +tile.hellsand.name=Arena de almas +tile.lightgem.name=Piedra luminosa +tile.portal.name=Portal +tile.cloth.black.name=Lana negra +tile.cloth.red.name=Lana roja +tile.cloth.green.name=Lana verde +tile.cloth.brown.name=Lana marrón +tile.cloth.blue.name=Lana azul +tile.cloth.purple.name=Lana morada +tile.cloth.cyan.name=Lana cian +tile.cloth.silver.name=Lana gris claro +tile.cloth.gray.name=Lana gris +tile.cloth.pink.name=Lana rosa +tile.cloth.lime.name=Lana lima +tile.cloth.yellow.name=Lana amarilla +tile.cloth.lightBlue.name=Lana azul claro +tile.cloth.magenta.name=Lana magenta +tile.cloth.orange.name=Lana naranja +tile.cloth.white.name=Lana +tile.oreLapis.name=Lapislázuli +tile.blockLapis.name=Bloque de lapislázuli +tile.dispenser.name=Dispensador +tile.dropper.name=Soltador +tile.musicBlock.name=Bloque musical +tile.cake.name=Tarta +tile.bed.name=Cama +tile.bed.occupied=Esta cama está ocupada +tile.bed.noSleep=Sólo puedes dormir por la noche +tile.bed.notSafe=No puedes acostarte ahora, hay monstruos cerca +tile.bed.notValid=Tu cama ya no está o se encuentra obstruida +tile.lockedchest.name=Cofre cerrado +tile.trapdoor.name=Trampilla +tile.web.name=Telaraña +tile.stonebricksmooth.name=Ladrillos de piedra +tile.stonebricksmooth.default.name=Ladrillos de piedra +tile.stonebricksmooth.mossy.name=Ladrillos de piedra con musgo +tile.stonebricksmooth.cracked.name=Ladrillos de piedra agrietados +tile.stonebricksmooth.chiseled.name=Ladrillos de piedra cincelados +tile.monsterStoneEgg.stone.name=Huevo de Monstruo de Piedra +tile.monsterStoneEgg.cobble.name=Huevo de Monstruo de Piedra +tile.monsterStoneEgg.brick.name=Huevo de monstruo de ladrillos de piedra +tile.pistonBase.name=Pistón +tile.pistonStickyBase.name=Pistón pegajoso +tile.fenceIron.name=Barrotes +tile.melon.name=Melón +tile.stairsBrick.name=Escaleras de ladrillos +tile.stairsStoneBrickSmooth.name=Escaleras de piedra +tile.vine.name=Enredadera +tile.netherBrick.name=Ladrillos abisales +tile.netherFence.name=Valla de ladrillos abisales +tile.stairsNetherBrick.name=Escaleras de ladrillos abisales +tile.netherStalk.name=Verruga abisal +tile.cauldron.name=Caldero +tile.enchantmentTable.name=Mesa de encantamiento +tile.anvil.name=Yunque +tile.anvil.intact.name=Yunque +tile.anvil.slightlyDamaged.name=Yunque un poco dañado +tile.anvil.veryDamaged.name=Yunque muy dañado +tile.whiteStone.name=Piedra del Fin +tile.endPortalFrame.name=Portal del Fin +tile.mycel.name=Micelio +tile.waterlily.name=Nenúfar +tile.dragonEgg.name=Huevo de dragón +tile.redstoneLight.name=Lámpara de Redstone +tile.cocoa.name=Cacao +tile.enderChest.name=Cofre del Fin +tile.oreRuby.name=Mena de Rubí +tile.oreEmerald.name=Mena de esmeralda +tile.blockEmerald.name=Bloque de esmeralda +tile.blockRedstone.name=Bloque de redstone +tile.tripWire.name=Cuerda +tile.tripWireSource.name=Gancho de cuerda +tile.commandBlock.name=Bloque de Comandos +tile.beacon.name=Faro mágico +tile.beacon.primary=Poder Primario +tile.beacon.secondary=Poder Secundario +tile.cobbleWall.normal.name=Muro de Piedra +tile.cobbleWall.mossy.name=Muro de Piedra Musgosa +tile.carrots.name=Zanahorias +tile.potatoes.name=Patatas +tile.daylightDetector.name=Sensor de luz diurna +tile.netherquartz.name=Mena de cuarzo del Inframundo +tile.hopper.name=Tolva +tile.quartzBlock.default.name=Bloque de Cuarzo +tile.quartzBlock.chiseled.name=Bloque de Cuarzo cincelado +tile.quartzBlock.lines.name=Pilar de Cuarzo +tile.stairsQuartz.name=Escaleras de Cuarzo + +item.shovelIron.name=Pala de hierro +item.pickaxeIron.name=Pico de hierro +item.hatchetIron.name=Hacha de hierro +item.flintAndSteel.name=Pedernal y hierro +item.apple.name=Manzana +item.cookie.name=Galleta +item.bow.name=Arco +item.arrow.name=Flecha +item.coal.name=Carbón +item.charcoal.name=Carbón vegetal +item.diamond.name=Diamante +item.emerald.name=Esmeralda +item.ingotIron.name=Lingote de hierro +item.ingotGold.name=Lingote de oro +item.swordIron.name=Espada de hierro +item.swordWood.name=Espada de madera +item.shovelWood.name=Pala de madera +item.pickaxeWood.name=Pico de madera +item.hatchetWood.name=Hacha de madera +item.swordStone.name=Espada de piedra +item.shovelStone.name=Pala de piedra +item.pickaxeStone.name=Pico de piedra +item.hatchetStone.name=Hacha de piedra +item.swordDiamond.name=Espada de diamante +item.shovelDiamond.name=Pala de diamante +item.pickaxeDiamond.name=Pico de diamante +item.hatchetDiamond.name=Hacha de diamante +item.stick.name=Palo +item.bowl.name=Cuenco +item.mushroomStew.name=Estofado de setas +item.swordGold.name=Espada de oro +item.shovelGold.name=Pala de oro +item.pickaxeGold.name=Pico de oro +item.hatchetGold.name=Hacha de oro +item.string.name=Cuerda +item.feather.name=Pluma +item.sulphur.name=Pólvora +item.hoeWood.name=Azada de madera +item.hoeStone.name=Azada de piedra +item.hoeIron.name=Azada de hierro +item.hoeDiamond.name=Azada de diamante +item.hoeGold.name=Azada de oro +item.seeds.name=Semillas +item.seeds_pumpkin.name=Semillas de calabaza +item.seeds_melon.name=Semillas de melón +item.melon.name=Melón +item.wheat.name=Trigo +item.bread.name=Pan +item.helmetCloth.name=Sombrero de cuero +item.chestplateCloth.name=Túnica de cuero +item.leggingsCloth.name=Pantalones de cuero +item.bootsCloth.name=Botas de cuero +item.helmetChain.name=Casco de cota de mallas +item.chestplateChain.name=Peto de cota de mallas +item.leggingsChain.name=Grebas de cota de mallas +item.bootsChain.name=Botas de cota de mallas +item.helmetIron.name=Casco de hierro +item.chestplateIron.name=Peto de hierro +item.leggingsIron.name=Grebas de hierro +item.bootsIron.name=Botas de hierro +item.helmetDiamond.name=Casco de diamante +item.chestplateDiamond.name=Peto de diamante +item.leggingsDiamond.name=Grebas de diamante +item.bootsDiamond.name=Botas de diamante +item.helmetGold.name=Casco de oro +item.chestplateGold.name=Peto de oro +item.leggingsGold.name=Grebas de oro +item.bootsGold.name=Botas de oro +item.flint.name=Pedernal +item.porkchopRaw.name=Chuleta de cerdo cruda +item.porkchopCooked.name=Chuleta de cerdo cocida +item.chickenRaw.name=Pollo crudo +item.chickenCooked.name=Pollo cocido +item.beefRaw.name=Ternera cruda +item.beefCooked.name=Filete +item.painting.name=Cuadro +item.frame.name=Marco para Objetos +item.appleGold.name=Manzana dorada +item.sign.name=Cartel +item.doorWood.name=Puerta de madera +item.bucket.name=Cubo +item.bucketWater.name=Cubo con agua +item.bucketLava.name=Cubo con lava +item.minecart.name=Vagoneta +item.saddle.name=Silla de montar +item.doorIron.name=Puerta de hierro +item.redstone.name=Redstone +item.snowball.name=Bola de nieve +item.boat.name=Bote +item.leather.name=Cuero +item.milk.name=Leche +item.brick.name=Ladrillo +item.clay.name=Arcilla +item.reeds.name=Caña de azúcar +item.paper.name=Papel +item.book.name=Libro +item.slimeball.name=Bola de Slime +item.minecartChest.name=Vagoneta con cofre +item.minecartFurnace.name=Vagoneta con horno +item.minecartTnt.name=Vagoneta con TNT +item.minecartHopper.name=Vagoneta con Tolva +item.egg.name=Huevo +item.compass.name=Brújula +item.fishingRod.name=Caña de pescar +item.clock.name=Reloj +item.yellowDust.name=Polvo de piedra luminosa +item.fishRaw.name=Pescado crudo +item.fishCooked.name=Pescado cocido +item.record.name=Disco de música +item.bone.name=Hueso +item.dyePowder.black.name=Saco de tinta +item.dyePowder.red.name=Rojo rosa +item.dyePowder.green.name=Verde cáctus +item.dyePowder.brown.name=Semillas de cacao +item.dyePowder.blue.name=Lapislázuli +item.dyePowder.purple.name=Tinte morado +item.dyePowder.cyan.name=Tinte cian +item.dyePowder.silver.name=Tinte gris claro +item.dyePowder.gray.name=Tinte gris +item.dyePowder.pink.name=Tinte rosa +item.dyePowder.lime.name=Tinte lima +item.dyePowder.yellow.name=Amarillo diente de león +item.dyePowder.lightBlue.name=Tinte azul claro +item.dyePowder.magenta.name=Tinte magenta +item.dyePowder.orange.name=Tinte naranja +item.dyePowder.white.name=Polvo de hueso +item.sugar.name=Azúcar +item.cake.name=Tarta +item.bed.name=Cama +item.diode.name=Repetidor de redstone +item.comparator.name=Comparador de redstone +item.map.name=Mapa +item.leaves.name=Hojas +item.shears.name=Cizallas +item.rottenFlesh.name=Carne podrida +item.enderPearl.name=Perla de Ender +item.blazeRod.name=Vara llameante +item.ghastTear.name=Lágrima de Ghast +item.netherStalkSeeds.name=Verruga Abisal +item.potion.name=Poción +item.emptyPotion.name=Frasco con agua +item.goldNugget.name=Pepita de oro +item.glassBottle.name=Frasco de cristal +item.spiderEye.name=Ojo de araña +item.fermentedSpiderEye.name=Ojo de araña fermentado +item.blazePowder.name=Polvo de llamas +item.magmaCream.name=Crema de magma +item.cauldron.name=Caldero +item.brewingStand.name=Soporte para brebajes +item.eyeOfEnder.name=Ojo de Ender +item.speckledMelon.name=Melón reluciente +item.monsterPlacer.name=Generar +item.expBottle.name=Botella de Encantamientos +item.fireball.name=Carga Ígnea +item.writingBook.name=Libro y Pluma +item.writtenBook.name=Libro Escrito +item.ruby.name=Rubí +item.flowerPot.name=Maceta +item.emptyMap.name=Mapa vacio +item.carrots.name=Zanahoria +item.carrotGolden.name=Zanahoria de Oro +item.potato.name=Patata +item.potatoBaked.name=Patata al Horno +item.potatoPoisonous.name=Patata Venenosa +item.skull.skeleton.name=Calavera de Esqueleto +item.skull.wither.name=Calavera de Esqueleto Abismal +item.skull.zombie.name=Cabeza de Zombie +item.skull.char.name=Cabeza +item.skull.player.name=Cabeza de %s +item.skull.creeper.name=Cabeza de Creeper +item.carrotOnAStick.name=Zanahoria en una caña +item.netherStar.name=Estrella del Abismo +item.pumpkinPie.name=Tarta de Calabaza +item.enchantedBook.name=Libro encantado +item.fireworks.name=Cohete de fuegos artificiales +item.fireworks.flight=Duración del vuelo: +item.fireworksCharge.name=Estrella de fuegos artificiales +item.fireworksCharge.black=Negro +item.fireworksCharge.red=Rojo +item.fireworksCharge.green=Verde +item.fireworksCharge.brown=Marrón +item.fireworksCharge.blue=Azul +item.fireworksCharge.purple=Púrpura +item.fireworksCharge.cyan=Cian +item.fireworksCharge.silver=Gris Claro +item.fireworksCharge.gray=Gris +item.fireworksCharge.pink=Rosa +item.fireworksCharge.lime=Lima +item.fireworksCharge.yellow=Amarillo +item.fireworksCharge.lightBlue=Azul Claro +item.fireworksCharge.magenta=Magenta +item.fireworksCharge.orange=Naranja +item.fireworksCharge.white=Blanco +item.fireworksCharge.customColor=Personalizado +item.fireworksCharge.fadeTo=Pasar a +item.fireworksCharge.flicker=Centellear +item.fireworksCharge.trail=Rastro +item.fireworksCharge.type.0=Círculo Pequeño +item.fireworksCharge.type.1=Círculo Grande +item.fireworksCharge.type.2=En forma de estrella +item.fireworksCharge.type.3=En forma de creeper +item.fireworksCharge.type.4=Estallido +item.fireworksCharge.type=Forma desconocida +item.netherbrick.name=Ladrillo abisal +item.netherquartz.name=Infracuarzo + +container.inventory=Inventario +container.hopper=Tolva de Objetos +container.crafting=Fabricación +container.dispenser=Dispensador +container.dropper=Soltador +container.furnace=Horno +container.enchant=Encantar +container.repair=Reparar y Nombrar +container.repair.cost=Coste de Encantamiento: %1$d +container.repair.expensive=¡Demasiado caro! +container.creative=Selección de objetos +container.brewing=Soporte para pociones +container.chest=Cofre +container.chestDouble=Cofre Grande +container.minecart=Vagoneta +container.enderchest=Cofre de Ender + +item.dyed=Tintado + +entity.Item.name=Objeto +entity.XPOrb.name=Orbe de experiencia +entity.SmallFireball.name=Pequeña bola de fuego +entity.Fireball.name=Bola de fuego + +entity.Arrow.name=flecha +entity.Snowball.name=Bola de nieve +entity.Painting.name=Pintura + +entity.Mob.name=Criatura +entity.Monster.name=Monstruo + +entity.Creeper.name=Creeper +entity.Skeleton.name=Esqueleto +entity.Spider.name=Araña +entity.Giant.name=Gigante +entity.Zombie.name=Zombi +entity.Slime.name=Slime +entity.Ghast.name=Ghast +entity.PigZombie.name=Hombre-cerdo Zombie +entity.Enderman.name=Enderman +entity.Silverfish.name=Lepisma +entity.CaveSpider.name=Araña de cueva +entity.Blaze.name=Llama +entity.LavaSlime.name=Cubo de magma +entity.MushroomCow.name=Vacaseta +entity.Villager.name=Aldeano +entity.VillagerGolem.name=Golem de hierro +entity.SnowMan.name=Golem de nieve +entity.EnderDragon.name=Dragón del Fin +entity.WitherBoss.name=Eustaquio +entity.Witch.name=Bruja + +entity.Pig.name=Cerdo +entity.Sheep.name=Oveja +entity.Cow.name=Vaca +entity.Chicken.name=Gallina +entity.Squid.name=Calamar +entity.Wolf.name=Lobo +entity.Ozelot.name=Ocelote +entity.Cat.name=Gato +entity.Bat.name=Murcielago + +entity.PrimedTnt.name=Bloque de dinamita +entity.FallingSand.name=Bloque en caída + +entity.Minecart.name=Vagoneta +entity.Boat.name=Bote + +entity.generic.name=desconocido + +death.fell.accident.ladder=%1$s cayó de una escalera +death.fell.accident.vines=%1$s cayó de unas enredaderas +death.fell.accident.water=%1$s cayó fuera del agua +death.fell.accident.generic=%1$s cayó desde un lugar alto +death.fell.killer=%1$s fue condenado a la caida +death.fell.assist=%1$s fue condenado a la caida por %2$s +death.fell.assist.item=%1$s fue condenado la caida por %2$s usando %3$s +death.fell.finish=%1$s fue tirado demasiado lejos y fue terminado por %2$s +death.fell.finish.item=%1$s fue tirado demasiado lejos y rematado por %2$s usando %3$s + +death.attack.inFire=%1$s ardió en llamas +death.attack.inFire.player=%1$s caminó hacia el fuego mientras luchaba con %2$s +death.attack.onFire=%1$s se incendió hasta la muerte +death.attack.onFire.player=%1$s fue quemado a cenizas mientras luchaba contra %2$s +death.attack.lava=%1$s intentó nadar en la lava +death.attack.lava.player=%1$s intentó nadar en la lava para escapar de %2$s +death.attack.inWall=%1$s se asfixió en un muro +death.attack.drown=%1$s se ahogó +death.attack.drown.player=%1$s se ahogó mientras intentaba escapar de %2$s +death.attack.starve=%1$s se murió de hambre +death.attack.cactus=%1$s fue pinchado hasta la muerte +death.attack.cactus.player=%1$s caminó sobre un cactus mientras trataba de escapar de %2$s +death.attack.generic=%1$s murió +death.attack.explosion=%1$s explotó +death.attack.explosion.player=%1$s fué explotado por %2$s +death.attack.magic=%1$ s fue asesinado por arte de magia +death.attack.wither=%1$s sufrió una witherhostia +death.attack.anvil=%1$s fue aplastado por un yunque +death.attack.fallingBlock=%1$s fue aplastado por un bloque +death.attack.mob=%1$s fué asesinado por %2$s +death.attack.player=%1$s fué asesinado por %2$s +death.attack.player.item=%1$s fué asesinado por %2$s usando %3$s +death.attack.arrow=%1$s fué disparado por %2$s +death.attack.arrow.item=%1$s fué disparado por %2$s usando %3$s +death.attack.fireball=%1$s murió a causa de bolas de fuego por %2$s +death.attack.fireball.item=%1$s fué quemado por %2$s usando %3$s +death.attack.thrown=%1$s fué aporreado por %2$s +death.attack.thrown.item=%1$s fué aporreado por %2$s usando %3$s +death.attack.indirectMagic=%1$s fué matado por %2$s usando magia +death.attack.indirectMagic.item=%1$s fué matado por %2$s usando %3$s +death.attack.thorns=%1$s fué matado intentando dañar a %2$s +death.attack.fall=%1$s se estrelló contra el suelo +death.attack.outOfWorld=%1$s cayó al vacío + +deathScreen.respawn=Reaparecer +deathScreen.deleteWorld=Eliminar mundo +deathScreen.titleScreen=Pantalla del título +deathScreen.score=Puntuación +deathScreen.title.hardcore=¡Game Over! +deathScreen.hardcoreInfo=¡No puedes revivir en el modo extremo! +deathScreen.title=¡Estás muerto! +deathScreen.leaveServer=Salir del servidor + +potion.empty=Sin efectos +potion.moveSpeed=Velocidad +potion.moveSlowdown=Lentitud +potion.digSpeed=Prisa +potion.digSlowDown=Fatiga de picar +potion.damageBoost=Fuerza +potion.weakness=Debilidad +potion.heal=Salud instantánea +potion.harm=Daño instantáneo +potion.jump=Incrementar el salto +potion.confusion=Mareo +potion.regeneration=Regeneración +potion.resistance=Resistencia +potion.fireResistance=Resistencia al fuego +potion.waterBreathing=Respiración acuática +potion.invisibility=Invisibilidad +potion.blindness=Ceguera +potion.nightVision=Visión nocturna +potion.hunger=Hambre +potion.poison=Veneno +potion.wither=Wither + +potion.moveSpeed.postfix=Poción de Rapidez +potion.moveSlowdown.postfix=Poción de Lentitud +potion.digSpeed.postfix=Poción de Prisa +potion.digSlowDown.postfix=Poción de Aturdimiento +potion.damageBoost.postfix=Poción de Fuerza +potion.weakness.postfix=Poción de Debilidad +potion.heal.postfix=Poción de Curación +potion.harm.postfix=Poción de Daño +potion.jump.postfix=Poción de Salto +potion.confusion.postfix=Poción de Náuseas +potion.regeneration.postfix=Poción de Regeneración +potion.resistance.postfix=Poción de Resistencia +potion.fireResistance.postfix=Poción de Resistencia al Fuego +potion.waterBreathing.postfix=Poción de Respiración Acuática +potion.invisibility.postfix=Poción de Invisibilidad +potion.blindness.postfix=Poción de Ceguera +potion.nightVision.postfix=Poción de Visión Nocturna +potion.hunger.postfix=Poción de Hambre +potion.poison.postfix=Poción de Veneno +potion.wither.postfix=Poción de Decadencia + +potion.potency.0= +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV + +potion.prefix.grenade=De area +potion.prefix.mundane=Mundana +potion.prefix.uninteresting=Banal +potion.prefix.bland=Sosa +potion.prefix.clear=Clara +potion.prefix.milky=Láctea +potion.prefix.diffuse=Difusa +potion.prefix.artless=Cándida +potion.prefix.thin=Clara +potion.prefix.awkward=Rara +potion.prefix.flat=Sin gas +potion.prefix.bulky=Voluminosa +potion.prefix.bungling=Torpe +potion.prefix.buttered=Grasienta +potion.prefix.smooth=Suave +potion.prefix.suave=Afable +potion.prefix.debonair=Cortés +potion.prefix.thick=Espesa +potion.prefix.elegant=Elegante +potion.prefix.fancy=Lujosa +potion.prefix.charming=Encantadora +potion.prefix.dashing=Gallarda +potion.prefix.refined=Refinada +potion.prefix.cordial=Cordial +potion.prefix.sparkling=Chispeante +potion.prefix.potent=Potente +potion.prefix.foul=Repugnante +potion.prefix.odorless=Inodora +potion.prefix.rank=Fétida +potion.prefix.harsh=Áspera +potion.prefix.acrid=Acre +potion.prefix.gross=Asquerosa +potion.prefix.stinky=Apestosa + +enchantment.damage.all=Agudeza +enchantment.damage.undead=Golpeo +enchantment.damage.arthropods=Perdición de los artrópodos +enchantment.knockback=Empuje +enchantment.fire=Aspecto ígneo +enchantment.protect.all=Protección +enchantment.protect.fire=Protección contra el fuego +enchantment.protect.fall=Caída de pluma +enchantment.protect.explosion=Protección contra explosiones +enchantment.protect.projectile=Protección contra proyectiles +enchantment.oxygen=Respiración +enchantment.waterWorker=Afinidad acuática +enchantment.digging=Eficiencia +enchantment.untouching=Toque de seda +enchantment.durability=Irrompibilidad +enchantment.lootBonus=Botín +enchantment.lootBonusDigger=Fortuna +enchantment.arrowDamage=Poder +enchantment.arrowFire=Fuego +enchantment.arrowKnockback=Puñetazo +enchantment.arrowInfinite=Infinidad +enchantment.thorns=Espinas + +enchantment.level.1=I +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.level.10=X + +gui.achievements=Logros +gui.stats=Estadísticas + +stat.generalButton=General +stat.blocksButton=Bloques +stat.itemsButton=Objetos + +stat.used=Veces usado +stat.mined=Veces picado +stat.depleted=Veces agotado +stat.crafted=Veces fabricado + +stat.startGame=Veces jugadas +stat.createWorld=Mundos jugados +stat.loadWorld=Partidas cargadas +stat.joinMultiplayer=Sesiones multijugador +stat.leaveGame=Partidas abandonadas + +stat.playOneMinute=Minutos jugados + +stat.walkOneCm=Distancia caminada +stat.fallOneCm=Distancia caída +stat.swimOneCm=Distancia nadada +stat.flyOneCm=Distancia volada +stat.climbOneCm=Distancia escalada +stat.diveOneCm=Distancia buceada +stat.minecartOneCm=Distancia en vagoneta +stat.boatOneCm=Distancia en bote +stat.pigOneCm=Distancia en cerdo +stat.jump=Saltos +stat.drop=Objetos tirados + +stat.damageDealt=Daño causado +stat.damageTaken=Daño recibido +stat.deaths=Número de muertes +stat.mobKills=Criaturas matadas +stat.playerKills=Jugadores matados +stat.fishCaught=Peces atrapados + +stat.mineBlock=%1$s picados +stat.craftItem=%1$s fabricados +stat.useItem=%1$s usados +stat.breakItem=%1$s agotados + +achievement.get=¡Logro obtenido! + +achievement.taken=¡Obtenido! + +achievement.requires=Requiere '%1$s' +achievement.openInventory=Abrir inventario +achievement.openInventory.desc=Presiona '%1$s' para abrir tu inventario +achievement.mineWood=Consiguiendo madera +achievement.mineWood.desc=Golpea un árbol hasta que caiga un bloque de madera +achievement.buildWorkBench=Terreno de pruebas +achievement.buildWorkBench.desc=Crea una mesa de trabajo con cuatro tablas de madera +achievement.buildPickaxe=¡Hora de picar! +achievement.buildPickaxe.desc=Usa tablas de madera y palos para hacer un pico +achievement.buildFurnace=Tema caliente +achievement.buildFurnace.desc=Fabrica un horno con ocho bloques de piedra +achievement.acquireIron=Ponle hierro al asunto +achievement.acquireIron.desc=Funde hierro +achievement.buildHoe=¡Hora de cultivar! +achievement.buildHoe.desc=Usa tablas de madera y palos para hacer una azada +achievement.makeBread=Hornea pan +achievement.makeBread.desc=Convierte trigo en pan +achievement.bakeCake=La mentira +achievement.bakeCake.desc=¡Trigo, azucar, leche y huevos! +achievement.buildBetterPickaxe=Consiguiendo una mejora +achievement.buildBetterPickaxe.desc=Construye un pico mejor +achievement.cookFish=Delicioso pescado +achievement.cookFish.desc=¡Pesca y cocina un pez! +achievement.onARail=Todo sobre ruedas +achievement.onARail.desc=Viaja en vagoneta al menos a un kilómetro de dónde empezaste +achievement.buildSword=¡Hora de atacar! +achievement.buildSword.desc=Usa tablas de madera y palos para hacer una espada +achievement.killEnemy=Cazamonstruos +achievement.killEnemy.desc=Ataca y destruye a un monstruo +achievement.killCow=Chupavacas +achievement.killCow.desc=Recolecta algo de cuero +achievement.flyPig=Cuando los cerdos vuelen +achievement.flyPig.desc=Tirar desde un barranco al cerdo al que estés montando +achievement.snipeSkeleton=Duelo de tiradores +achievement.snipeSkeleton.desc=Mata a un esqueleto con un arco desde más de 50 metros +achievement.diamonds=¡DIAMANTES! +achievement.diamonds.desc=Obtén diamantes con tu pico de hierro +achievement.portal=Necesitamos ir mas profundo +achievement.portal.desc=Construye un portal al Nether +achievement.ghast=Devolver al remitente +achievement.ghast.desc=Destruye un Ghast con una bola de fuego +achievement.blazeRod=En llamas +achievement.blazeRod.desc=Quítale la vara a una Llama del Nether +achievement.potion=Destilería local +achievement.potion.desc=Crea una poción +achievement.theEnd=¿El Fin? +achievement.theEnd.desc=Localizar el Fin +achievement.theEnd2=El Fin. +achievement.theEnd2.desc=Derrota al Dragón del Fin +achievement.enchantments=Encantador +achievement.enchantments.desc=Usa un libro, obsidiana y diamantes para construir una mesa de encantamientos +achievement.overkill=Overkill +achievement.overkill.desc=Inflinje ocho corazones de daño de un solo golpe +achievement.bookcase=Bibliotecario +achievement.bookcase.desc=Construye algunas estanterías para mejorar tu mesa de encantamientos + +commands.generic.exception=Se ha producido un error desconocido al intentar ejecutar esta operación +commands.generic.syntax=Sintaxes de comando inválido +commands.generic.player.notFound=No se ha podido encontrar al jugador +commands.generic.notFound=Comando desconocido. Escribe /help para la lista de comandos. +commands.generic.num.invalid='%s' no es un número válido +commands.generic.num.tooSmall=El número que ha introducido (%d) es demasiado pequeño, debe ser al menos %d +commands.generic.num.tooBig=El número que ha introducido (%d) es demasiado grande, debe ser como máximo %d +commands.generic.double.tooSmall=El número que has escrito (%.2f) es muy pequeño, tiene que ser al menos %.2f +commands.generic.double.tooBig=El número que has escrito (%.2f) es muy grande, tiene que ser como mucho %.2f +commands.generic.usage=Uso: %s + +commands.xp.failure.widthdrawXp=No se puede dar a un jugador una cantidad negativa de experiencia +commands.xp.success=Se ha dado %d de experiencia a %s +commands.xp.success.levels=Dados %d niveles a %s +commands.xp.success.negative.levels=Quitado %d niveles de %s +commands.xp.usage=/xp [jugador] O /xp L [jugador] +commands.give.usage=/give [cantidad] [ID] +commands.give.notFound=No hay ningún objeto con la ID %d +commands.give.success=Se ha dado %s (ID %d) * %d a %s +commands.effect.usage=/effect [seconds] [amplifier] +commands.effect.notFound=There is no such mob effect with ID %d +commands.effect.success=Given %1$s (ID %2$d) * %3$d to %4$s for %5$d seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.enchant.usage=/enchant [nivel] +commands.enchant.notFound=No hay ninguna tal encanto con ID %d +commands.enchant.noItem=El destinatario no sujeta ningún objeto +commands.enchant.cantEnchant=El encantamiento seleccionado no se puede agregar al objeto +commands.enchant.cantCombine=%1$s no se puede combinar con %2$s +commands.enchant.success=Encantado con éxito +commands.clear.usage=/clear [Objeto] [Data] +commands.clear.success=Limpiado el inventario de %s, eliminados %d objetos +commands.clear.failure=Could not clear the inventory of %s, no items to remove +commands.downfall.success=La Lluvia/nieve ha sido activada/desactivada +commands.time.usage=/time +commands.time.added=Se ha añadido %d al tiempo +commands.time.set=Tiempo ajustado a %d +commands.players.list=Hay %d/%d jugadores online: +commands.banlist.ips=Hay un total de %d direcciónes IP excluidas: +commands.banlist.players=Hay un total de %d de jugador excluidos: +commands.banlist.usage=/banlist [ips|jugadores] +commands.kick.success=Se ha expulsado a %s del juego +commands.kick.success.reason=Se ha expulsado a %s del juego: '%s' +commands.kick.usage=/kick [razón ...] +commands.op.success=%s ahora és un operador +commands.op.usage=/op +commands.deop.success=%s ya no es moderador +commands.deop.usage=/deop +commands.say.usage=/say +commands.ban.success=%s fue excluido +commands.ban.usage=/ban [razón ...] +commands.unban.success=%s fue readmitido +commands.unban.usage=/pardon +commands.banip.invalid=Ha introducido una direccíon de IP inválida o un jugador que no está online +commands.banip.success=Baneada dirección de IP %s +commands.banip.success.players=Excluida dirección de IP %s perteneciente a %s +commands.banip.usage=/ban-ip [razón ...] +commands.unbanip.invalid=Ha introducido una direccíon IP inválida +commands.unbanip.success=Readmitida dirección de IP %s +commands.unbanip.usage=/pardon-ip +commands.save.enabled=Auto-guardado de mundo activado +commands.save.disabled=Autoguardado del mundo desactivado +commands.save.start=Guardando... +commands.save.success=Mundo guardado +commands.save.failed=Error al guardar: %s +commands.stop.start=Deteniendo el servidor +commands.tp.success=Se ha teletransportado a %s hasta %s +commands.tp.success.coordinates=Teleportado %s a %.2f,%.2f,%.2f, +commands.tp.usage=/tp [jugador a teleportar] O /tp [jugador a teleportar] ; +commands.tp.notSameDimension=Incapaz de teletransportarse porque los jugadores no están en la misma dimensión +commands.whitelist.list=Hay %d jugadores (de %d vistos) en la lista blanca: +commands.whitelist.enabled=Lista blanca activada +commands.whitelist.disabled=Lista blanca desactivada +commands.whitelist.reloaded=Lista blanca recargada +commands.whitelist.add.success=Se ha añadido %s a la lista blanca +commands.whitelist.add.usage=/whitelist add +commands.whitelist.remove.success=Se ha eliminado a %s de la lista blanca +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.scoreboard.usage=/scoreboard +commands.scoreboard.teamNotFound=No se encontró ningún equipo con el nombre %s +commands.scoreboard.objectiveNotFound=No se encontró ningún objetivo con el nombre %s +commands.scoreboard.objectiveReadOnly=El objetivo %s es sólo de lectura y no se puede establecer +commands.scoreboard.objectives.usage=/Marcador objetivos +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [objetivo] +commands.scoreboard.objectives.setdisplay.invalidSlot=No hay ningún espacio con %s +commands.scoreboard.objectives.setdisplay.successCleared=Vaciado el espacio de muestra de objetivos '%s' +commands.scoreboard.objectives.setdisplay.successSet=Se ha cambiado el objetivo a mostrar en el espacio '%s' a '%s' +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [nombre en el display ...] +commands.scoreboard.objectives.add.wrongType=Criterio de Objetivo invalido. Los tipos validos son: %s +commands.scoreboard.objectives.add.alreadyExists=Ya existe un objetivo con el nombre '%s' +commands.scoreboard.objectives.add.tooLong=El nombre '%s' es muy largo para un Objetivo, tiene que tener %d caracteres máximo +commands.scoreboard.objectives.add.displayTooLong=El nombre de display '%s' es muy largo para un Objetivo, tiene que tener %d caracteres máximo +commands.scoreboard.objectives.add.success=Añadido el nuevo objetivo '%s' con éxito +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.remove.success=Eliminado el Objetivo '%s' con éxito +commands.scoreboard.objectives.list.count=Mostrando %d objetivo(s) en el marcador +commands.scoreboard.objectives.list.entry=-%s: muestra '%s' y es de tipo '%s' +commands.scoreboard.objectives.list.empty=No hay objetivos en el marcador +commands.scoreboard.players.usage=/scoreboard players +commands.scoreboard.players.set.success=Establecida la puntuación de %s al jugador %s para %d +commands.scoreboard.players.set.usage=/scoreboard players set +commands.scoreboard.players.add.usage=/scoreboard players add +commands.scoreboard.players.remove.usage=/scoreboard players remove +commands.scoreboard.players.reset.usage=/scoreboard players reset +commands.scoreboard.players.reset.success=Reinicia las puntuaciones del jugador %s +commands.scoreboard.players.list.count=Mostrando %d jugadores registrados en la tabla de puntuaciones +commands.scoreboard.players.list.empty=No hay Jugadores que seguir en el Marcador +commands.scoreboard.players.list.player.count=Mostrando %d objetivo(s) para %s +commands.scoreboard.players.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.players.list.player.empty=El jugador %s no tiene ninguna puntuación registrada +commands.scoreboard.teams.usage=/scoreboard teams +commands.scoreboard.teams.add.usage=/scoreboard teams add [texto a mostrar] +commands.scoreboard.teams.add.alreadyExists=Un equipo con el nombre de '%s' ya existe +commands.scoreboard.teams.add.tooLong=El nombre '%s' es demasiado largo para un equipo, %d carácteres máximo +commands.scoreboard.teams.add.displayTooLong=El texto a mostrar '%s' es demasiado largo para un equipo, %d carácteres máximo +commands.scoreboard.teams.add.success=Añadido un nuevo equipo '%s' correctamente +commands.scoreboard.teams.list.usage=/marcador lista de equipos [nombre] +commands.scoreboard.teams.list.count=Mostrando %d equipo(s) en la tabla de puntuación +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' tiene %3$d jugadores +commands.scoreboard.teams.list.empty=No hay equipos registrados en este marcador +commands.scoreboard.teams.list.player.count=Mostrando %d jugador(es) en el equipo %s +commands.scoreboard.teams.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.teams.list.player.empty=El equipo %s no tiene miembros +commands.scoreboard.teams.empty.usage=/scoreboard teams clear +commands.scoreboard.teams.empty.alreadyEmpty=El equipo %s ya está vacío, no se puede vaciar +commands.scoreboard.teams.empty.success=Vaciado el equipo %s (tenía %d jugadores) +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.remove.success=Eliminado el equipo: %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [jugador] +commands.scoreboard.teams.join.success=Añadido %d jugador(es) al equipo %s: %s +commands.scoreboard.teams.join.failure=No se puede añadir el jugador(es) %d al equipo %s: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [jugador] +commands.scoreboard.teams.leave.success=Eliminado %d jugador(es) de su equipo: %s +commands.scoreboard.teams.leave.failure=No se ha podido eliminar %d jugador(es) de su equipo: %s +commands.scoreboard.teams.leave.noTeam=No formas parte de ningún equipo +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.option.noValue=Los valores válidos para la opción %s son: %s +commands.scoreboard.teams.option.success=Set option %s for team %s to %s +commands.gamemode.success.self=Modo de juego propio cambiado a %s +commands.gamemode.success.other=Modo de juego de %s cambiado a %s +commands.gamemode.usage=/gamemode [jugador] +commands.defaultgamemode.usage=/defaultgamemode +commands.defaultgamemode.success=El modo de juego por defecto del mundo es ahora %s +commands.me.usage=/me +commands.help.header=--- Mostrando página de ayuda %d de %d (/help ) --- +commands.help.footer=Sugerencia: Utiliza la tecla al escribir un comando para autocompletar el comando o sus argumentos +commands.help.usage=/help [página|nombre del comando] +commands.publish.started=Juego local alojado en %s +commands.publish.failed=Imposible alojar un juego local +commands.debug.start=Comenzó el análisis de errores +commands.debug.stop=Análisis de errores aturado tras %.2f segundos (%d ticks) +commands.debug.notStarted=¡No puedes parar el análisis cuando no ha empezado aún! +commands.debug.usage=/debug +commands.message.usage=/tell +commands.message.sameTarget=¡No puedes enviarte un mensaje privado a ti mismo! +commands.message.display.outgoing=Le susurras a %s: %s +commands.message.display.incoming=%s susurra: %s +commands.difficulty.usage=/difficulty +commands.difficulty.success=Dificultad del juego cambiada a %s +commands.spawnpoint.usage=/spawnpoint O /spawnpoint O /spawnpoint +commands.spawnpoint.success=Colocado el spawn de %s en (%d, %d, %d) +commands.gamerule.usage=/gamerule O /gamerule +commands.gamerule.success=La regla ha sido actualizada +commands.gamerule.norule=No existe la regla '%s' +commands.weather.usage=/weather [Duración en segundos] +commands.weather.clear=Cambiado el tiempo a soleado +commands.weather.rain=Tiempo cambiado a lluvioso +commands.weather.thunder=Cambiando a tormenta +commands.testfor.usage=/testfor +commands.testfor.failed=/testfor solo se puede usar en Bloques de Comandos con Salida Analógica + +itemGroup.buildingBlocks=Bloques de Construccíon +itemGroup.decorations=Bloques de Decoración +itemGroup.redstone=Redstone +itemGroup.transportation=Transporte +itemGroup.misc=Miscelánea +itemGroup.search=Buscar +itemGroup.food=Comida +itemGroup.tools=Herramientas +itemGroup.combat=Combate +itemGroup.brewing=Pociones +itemGroup.materials=Materiales +itemGroup.inventory=Inventario de modo supervivencia + +inventory.binSlot=Destruir Objeto + +advMode.setCommand=Coloca un comando de la consola para el bloque +advMode.command=Comando de la Consola +advMode.nearestPlayer=Usa '@p' para elegir al jugador más cercano +advMode.randomPlayer=Usa '@r' para elegir un jugador aleatorio +advMode.allPlayers=Usa '@a' para elegir a todos los jugadores + +advMode.notEnabled=Los bloques de comandos no están activados en este servidor +advMode.notAllowed=Necesita ser un operador en modo creativo + +mco.title=Minecraft Realms +mco.selectServer.select=Unirse al servidor +mco.selectServer.configure=Configurar +mco.selectServer.create=Crear mundo +mco.selectServer.moreinfo=Más Info + +mco.configure.world.edit.title=Editar el mundo + +mco.configure.world.title=Configurar el mundo +mco.configure.world.name=Nombre +mco.configure.world.description=Descripción +mco.configure.world.location=Lugar +mco.configure.world.invited=invitado +mco.configure.world.buttons.edit=Editar +mco.configure.world.buttons.reset=Restablecer el mundo +mco.configure.world.buttons.done=Hecho +mco.configure.world.buttons.delete=Eliminar +mco.configure.world.buttons.open=Abrir mundo +mco.configure.world.buttons.close=Cerrar mundo +mco.configure.world.buttons.invite=Invitar +mco.configure.world.buttons.uninvite=Anular invitación +mco.configure.world.buttons.subscription=Subscription +mco.configure.world.invite.profile.name=Nombre +mco.configure.world.uninvite.question=¿Estás seguro que quieres anular la invitación? + +mco.configure.world.subscription.title=Subscription Info +mco.configure.world.subscription.daysleft=Days Left +mco.configure.world.subscription.start=Start Date +mco.configure.world.subscription.extend=Extend + +mco.create.world.location.title=Localización +mco.create.world.location.warning=No se puede obtener la localización exacta que has seleccionado +mco.create.world.wait=Creando el mundo... + +mco.reset.world.title=Restableciendo el mundo +mco.reset.world.warning=¡Esto eliminará permanentemente tu mundo! +mco.reset.world.seed=Seed (Opcional) +mco.reset.world.resetting.screen.title=Reajustando el mundo... + +mco.configure.world.close.question.line1=Tu mundo no se encuentra disponible. +mco.configure.world.close.question.line2=¿Estás seguro de que quieres hacer esto? + +mco.connect.connecting=Conectando con el servidor en linea... +mco.connect.authorizing=Entrando... +mco.connect.failed=Fallo al conectar al servidor en linea + +mco.create.world=Crear + diff --git a/1.5.2/lang/es_MX.lang b/1.5.2/lang/es_MX.lang new file mode 100644 index 00000000..c8d724b4 --- /dev/null +++ b/1.5.2/lang/es_MX.lang @@ -0,0 +1,1293 @@ +#X-Generator: crowdin.net + +language.name=Español +language.region=México +language.code=es_MX + +gui.done=Listo +gui.cancel=Cancelar +gui.back=Back +gui.toMenu=Volver al menú principal +gui.up=Arriba +gui.down=Abajo +gui.yes=Sí +gui.no=No + +menu.singleplayer=Un Jugador +menu.multiplayer=Multijugador +menu.online=Minecraft Realms +menu.options=Opciones... +menu.quit=Salir del Juego +menu.returnToMenu=Guardar y Salir al Menu +menu.disconnect=Desconectar +menu.returnToGame=Volver al Juego +menu.switchingLevel=Cambiando los mundos +menu.generatingLevel=Generando el Mundo +menu.loadingLevel=Cargando Mundo +menu.generatingTerrain=Generando Terreno +menu.convertingLevel=Convirtiendo el mundo +menu.simulating=Simulando el mundo un poco +menu.respawning=Reapareciendo +menu.shareToLan=Abrir al LAN + +selectWorld.title=Seleccione un Mundo +selectWorld.empty=vacío +selectWorld.world=Mundo +selectWorld.select=Jugar Mundo Seleccionado +selectWorld.create=Crear Nuevo Mundo +selectWorld.recreate=Recrear +selectWorld.createDemo=Jugar Nuevo Mundo De Demomostracion +selectWorld.delete=Borrar +selectWorld.rename=Renombrar +selectWorld.deleteQuestion=¿Seguro que deseas eliminar este mundo? +selectWorld.deleteWarning=Se perderá para siempre! (Mucho tiempo!) +selectWorld.deleteButton=Borrar +selectWorld.renameButton=Renombrar +selectWorld.renameTitle=Renombrar el Mundo +selectWorld.conversion=¡Debe ser Convertido! +selectWorld.newWorld=Nuevo Mundo +selectWorld.newWorld.copyOf=Copia de %s +selectWorld.enterName=Nombre del Mundo +selectWorld.resultFolder=Se Guardará en: +selectWorld.enterSeed=Semilla para el generador del mundo +selectWorld.seedInfo=Deje en blanco para una semilla aleatoria +selectWorld.cheats=Trucos +selectWorld.customizeType=Personalizar + +createWorld.customize.presets=Preajustes +createWorld.customize.presets.title=Selecciona un Preajuste +createWorld.customize.presets.select=Usar Preajuste +createWorld.customize.presets.share=Utilisa este espacio para compartir tu Preajuste +createWorld.customize.presets.list=¡Alternativamente, algunos preajustes que hicimos anteriormente están aquí! +createWorld.customize.flat.title=Personalización de Superplano +createWorld.customize.flat.tile=Material de Capa +createWorld.customize.flat.height=Altura +createWorld.customize.flat.addLayer=Agregar una Capa +createWorld.customize.flat.editLayer=Modificar la Capa +createWorld.customize.flat.removeLayer=Eliminar la Capa +createWorld.customize.flat.layer.top=Superficie - %d +createWorld.customize.flat.layer=%d +createWorld.customize.flat.layer.bottom=Fondo - %d + +gameMode.survival=Modo Supervivencia +gameMode.creative=Modo Creativo +gameMode.adventure=Modo de Aventura +gameMode.hardcore=Modo Extremo! +gameMode.changed=Su modo de juego ha sido cambiado + +selectWorld.gameMode=Modo de Juego: +selectWorld.gameMode.survival=Supervivencia +selectWorld.gameMode.survival.line1=Busca recursos, construye, y obtén experiencia +selectWorld.gameMode.survival.line2=niveles, la salud y el hambre +selectWorld.gameMode.creative=Creativo +selectWorld.gameMode.creative.line1=Recursos ilimitados, volar y +selectWorld.gameMode.creative.line2=destruir bloques al instante +selectWorld.gameMode.hardcore=Muy Difícil +selectWorld.gameMode.hardcore.line1=Igual que Supervivencia, pero en la mayor +selectWorld.gameMode.hardcore.line2=dificultad y sólo una vida +selectWorld.gameMode.adventure=Aventura +selectWorld.gameMode.adventure.line1=Igual que el modo supervivencia, pero los bloques no pueden +selectWorld.gameMode.adventure.line2=ser añadidos o ser destruidos +selectWorld.moreWorldOptions=Más Opciones del Mundo... +selectWorld.mapFeatures=Generar Estructuras: +selectWorld.mapFeatures.info=Pueblos, Mazmorras, etc. +selectWorld.mapType=Tipo de Mundo: +selectWorld.mapType.normal=Normal +selectWorld.allowCommands=Permitir Trucos: +selectWorld.allowCommands.info=Usar comandos como /gamemode, /xp +selectWorld.hardcoreMode=Extremo: +selectWorld.hardcoreMode.info=Se Elimina el Mundo al morir +selectWorld.bonusItems=Cofre de Ayuda: + +generator.default=Configuración Predeterminada +generator.flat=Superplano +generator.largeBiomes=Biomes Grandes + +selectServer.title=Selección de Servidor +selectServer.empty=Vacío +selectServer.select=Unirse al Servidor +selectServer.direct=Conexión Directa +selectServer.edit=Editar +selectServer.delete=Eliminar +selectServer.add=Agregar Servidor +selectServer.defaultName=Servidor de Minecraft +selectServer.deleteQuestion=¿Está seguro que desea eliminar este servidor? +selectServer.deleteWarning=¡Se perderá para siempre! (¡Mucho tiempo!) +selectServer.deleteButton=Borrar +selectServer.refresh=Actualizar +selectServer.hiddenAddress=(Ocultado) +addServer.title=Editar Información del Servidor +addServer.enterName=Nombre del Servidor +addServer.enterIp=Dirección del Servidor +addServer.add=Terminado +addServer.hideAddress=Ocultar La Dirección IP +lanServer.title=Mundo de LAN +lanServer.scanning=Scanning for games on your local network +lanServer.start=Empezar un Mundo de LAN +lanServer.otherPlayers=Configuración de los otros jugadores +mcoServer.title=Un Mundo de Minecraft en Linea + +multiplayer.title=Juego Multijugador +multiplayer.connect=Conectar +multiplayer.info1=Minecraft Multijugador no está terminado, pero hay +multiplayer.info2=una prueba de errores temprana. +multiplayer.ipinfo=Introduzca la dirección IP de un servidor para conectarse a él: + +multiplayer.texturePrompt.line1=Este servidor recomienda usar texturas personalizadas. +multiplayer.texturePrompt.line2=Quieres descargar e instalar la textura automáticamente? + +multiplayer.downloadingTerrain=Descargando el Terreno + +multiplayer.stopSleeping=Salir de la Cama + +chat.link.confirm=Seguro que quieres abrir esta pagina? +chat.link.warning=Nunca abras enlaces de personas en quien no confíes! +chat.copy=Copiar al Portapapeles + +menu.playdemo=Jugar el Mundo Demo +menu.resetdemo=Reiniciar Mundo de Demo +demo.day.1=¡Esta demostración tendrá una duración de cinco días de juego, haz lo mejor que tu puedes! +demo.day.2=Día dos +demo.day.3=Día tres +demo.day.4=Día cuatro +demo.day.5=¡Este es tu día final! +demo.day.warning=¡Su tiempo está por terminar! +demo.day.6=Usted ha pasado su quinto día, el uso F2 para guardar una captura de pantalla de su creación +demo.reminder=El tiempo de demostración ha caducado, compra el juego para continuar o inicia un nuevo mundo! +demo.remainingTime=Tiempo faltante: %s +demo.demoExpired=El tiempo del demo se ha agotado! +demo.help.movement=Usa %1$s, %2$s, %3$s, %4$s y el ratón para desplazarse +demo.help.movementShort=Muévete utilizando las teclas %1$s, %2$s, %3$s, %4$s +demo.help.movementMouse=Observa tu alrededor utilizando el mouse +demo.help.jump=Salta presionando %1$s +demo.help.inventory=Usa %1$s para abrir su inventario +demo.help.title=Modo Demo de Minecraft +demo.help.fullWrapped=¡Este demo durara 5 días de juego (Aproximadamente 1 hora y 40 minutos de tiempo real). Revisa los logros para obtener pistas! Pásalo bien! +demo.help.buy=Compra Ahora! +demo.help.later=¡Sigue Jugando! + +connect.connecting=Conectando con el Servidor... +connect.authorizing=Registro en... +connect.failed=No se pudo conectar al servidor + +disconnect.genericReason=%s +disconnect.disconnected=Desconectado por Servidor +disconnect.lost=Conexión Perdida +disconnect.kicked=Fue expulsado del juego +disconnect.timeout=Agotado +disconnect.closed=Conexión Cerrada +disconnect.loginFailed=Error al Iniciar Sesión +disconnect.loginFailedInfo=Error al iniciar sesión: %s +disconnect.quitting=Saliendo +disconnect.endOfStream=Final de Secuencia +disconnect.overflow=Desbordamiento de Búfer +disconnect.spam=Corrido por abusar spam + +options.off=Desactivado +options.on=Activado +options.visible=Mostrado +options.hidden=Ocultado +options.title=Opciones +options.controls=Controles... +options.video=Ajustes de vídeo... +options.language=Idioma... +options.languageWarning=Las traducciones no son 100% exactas +options.videoTitle=Ajustes de Vídeo +options.music=Música +options.sound=Sonido +options.invertMouse=Invertir Ratón +options.fov=Campo de Visión +options.fov.min=Normal +options.fov.max=Quake Pro +options.gamma=Brillo +options.gamma.min=Agradable +options.gamma.max=Brillante +options.sensitivity=Sensibilidad +options.sensitivity.min=* bostezo * +options.sensitivity.max=HYPERSPEED!!! +options.renderDistance=Distancia de Visión +options.renderDistance.tiny=Pequeña +options.renderDistance.short=Corto +options.renderDistance.normal=Normal +options.renderDistance.far=Lejos +options.viewBobbing=Balanceo de la Cámara +options.ao=Iluminación Suave +options.ao.off=Off +options.ao.min=Minimum +options.ao.max=Maximum +options.anaglyph=Anaglifo 3D +options.framerateLimit=Rendimiento +options.difficulty=Dificultad +options.difficulty.peaceful=Pacífica +options.difficulty.easy=Fácil +options.difficulty.normal=Normal +options.difficulty.hard=Difícil +options.difficulty.hardcore=Extremo +options.graphics=Gráficos +options.graphics.fancy=Atractivo +options.graphics.fast=Rápido +options.guiScale=Escala de Interfaz +options.guiScale.auto=Automático +options.guiScale.small=Pequeño +options.guiScale.normal=Normal +options.guiScale.large=Grande +options.advancedOpengl=OpenGL Avanzado +options.renderClouds=Nubes +options.farWarning1=Se recomienda la instalación de Java 64 bits +options.farWarning2=para renderizar 'Lejos' (usted tiene 32 bit) +options.particles=Partículas +options.particles.all=Todos +options.particles.decreased=Disminuido +options.particles.minimal=Mínima +options.multiplayer.title=Ajustes Multijugador... +options.chat.title=Configuración de chat... +options.chat.visibility=Charlar +options.chat.visibility.full=Mostrado +options.chat.visibility.system=Solamente Comandos +options.chat.visibility.hidden=Ocultado +options.chat.color=Colores +options.chat.opacity=Opacidad +options.chat.links=Enlaces del Internet +options.chat.links.prompt=Preguntar al Abrir Enlaces del Internet +options.chat.scale=Escala +options.chat.width=Ancho +options.chat.height.focused=Altura Enfocado +options.chat.height.unfocused=Altura Desenfocado +options.showCape=Mostrar Cipote +options.serverTextures=Texturas del Servidor +options.snooper=Permitir Snooper +options.snooper.view=Configuración de Snooper... +options.snooper.title=Especificaciones De La Computadora +options.snooper.desc=Queremos recopilar información sobre su computadora para ayudar a mejorar Minecraft sabiendo lo que podemos apoyar y donde están los mayores problemas. Toda esta información es completamente anónimo y se puede ver a continuación. Prometemos no hacer nada malo con estos datos, pero si quiere optar por entonces siente libres de seleccionar apagado! +options.texture.pack=Paquetes de Texturas +options.fullscreen=Pantalla Completa +options.vsync=Usar VSync +options.touchscreen=Modo de Pantalla Táctil + +performance.max=Max FPS +performance.balanced=Balanceado +performance.powersaver=Ahorro Energético + +controls.title=Controles + +key.forward=Delante +key.left=Izquierda +key.back=Atrás +key.right=Derecho +key.jump=Salto +key.inventory=Inventario +key.drop=Tirar +key.chat=Charla +key.fog=Activar/Desactivar neblina +key.sneak=Furtivo +key.playerlist=Lista de Jugadores +key.attack=Ataque +key.use=Usar objeto +key.pickItem=Elegir Bloque +key.mouseButton=Botón %1$s +key.command=Comando + +texturePack.openFolder=Abrir carpeta de texturas +texturePack.title=Seleccione un Paquete de Texturas +texturePack.folderInfo=(Coloca los archivos de paquetes de texturas aquí) +texturePack.incompatible=Incompatible + +book.pageIndicator=Página %1$s de %2$s +book.byAuthor=por %1$s +book.signButton=Letrero +book.editTitle=Titulo del Libro: +book.finalizeButton=Firmar y Cerrar +book.finalizeWarning=Atencion! Al firmar el libro, ya no será modificable. + +tile.stone.name=Piedra + +tile.grass.name=Bloque de Zacate +tile.dirt.name=Tierra +tile.stonebrick.name=Piedra Labrada +tile.wood.name=Tablas de Madera +tile.wood.oak.name=Tablones de Roble +tile.wood.spruce.name=Tablones de Abeto +tile.wood.birch.name=Tablones de Abedul +tile.wood.jungle.name=Tablones de Madera de Selva +tile.sapling.oak.name=Retoño de Roble +tile.sapling.spruce.name=Retoño de Abeto +tile.sapling.birch.name=Retoño de Abedul +tile.sapling.jungle.name=Retoño de la Selva +tile.deadbush.name=Arbusto Seco +tile.bedrock.name=Roca del Fondo +tile.water.name=Agua +tile.lava.name=Lava +tile.sand.name=Arena +tile.sandStone.name=Arenisca +tile.sandStone.default.name=Arenisca +tile.sandStone.chiseled.name=Arenisca Rúnica +tile.sandStone.smooth.name=Arenisca Suave +tile.gravel.name=Grava +tile.oreGold.name=Mineral de Oro +tile.oreIron.name=Mineral de Hierro +tile.oreCoal.name=Mineral de Hulla +tile.log.name=Madera +tile.log.oak.name=Madera de Roble +tile.log.spruce.name=Madera de Abeto +tile.log.birch.name=Madera de Abedul +tile.log.jungle.name=Madera de la Selva +tile.leaves.name=Hojas +tile.leaves.oak.name=Hojas de Roble +tile.leaves.spruce.name=Hojas de Abetos +tile.leaves.birch.name=Hojas de Abedul +tile.leaves.jungle.name=Hojas de la Selva +tile.tallgrass.name=Zacate +tile.tallgrass.shrub.name=Arbusto +tile.tallgrass.grass.name=Zacate +tile.tallgrass.fern.name=Helecho +tile.sponge.name=Esponja +tile.glass.name=Vidrio +tile.thinGlass.name=Panel de Vidrio +tile.cloth.name=Lana +tile.flower.name=Flor +tile.rose.name=Rosa +tile.mushroom.name=Hongo +tile.blockGold.name=Bloque de Oro +tile.blockIron.name=Bloque de Hierro +tile.stoneSlab.stone.name=Escalón de Piedra +tile.stoneSlab.sand.name=Escalón de Arenisca +tile.stoneSlab.wood.name=Escalón de Madera +tile.stoneSlab.cobble.name=Escalón de Piedra Labrada +tile.stoneSlab.brick.name=Escalón de Ladrillos +tile.stoneSlab.smoothStoneBrick.name=Escalón de Ladrillos de Piedra +tile.stoneSlab.netherBrick.name=Escalón de Ladrillos del Nether +tile.stoneSlab.quartz.name=Escalón de Cuarzo +tile.woodSlab.oak.name=Escalón de Madera de Roble +tile.woodSlab.spruce.name=Escalón de Madera de Abeto +tile.woodSlab.birch.name=Escalón de Madera de Abedul +tile.woodSlab.jungle.name=Escalón de Madera de Selva +tile.brick.name=Ladrillos +tile.tnt.name=TNT +tile.bookshelf.name=Estante de libros +tile.stoneMoss.name=Piedra Musgosa +tile.obsidian.name=Obsidiana +tile.torch.name=Antorcha +tile.fire.name=Fuego +tile.mobSpawner.name=Spawn de Monstruos +tile.stairsWood.name=Escaleras de Madera de Roble +tile.stairsWoodSpruce.name=Escaleras de Madera de Abeto +tile.stairsWoodBirch.name=Escaleras de Madera de Abedul +tile.stairsWoodJungle.name=Escaleras de Madera de Selva +tile.chest.name=Cofre +tile.chestTrap.name=Cofre Atrapado +tile.redstoneDust.name=Polvo de Piedra Roja +tile.oreDiamond.name=Mineral de Diamante +tile.blockDiamond.name=Bloque de Diamante +tile.workbench.name=Mesa de Trabajo +tile.crops.name=Cultivos +tile.farmland.name=Tierras de Cultivo +tile.furnace.name=Horno +tile.sign.name=Letrero +tile.doorWood.name=Puerta de Madera +tile.ladder.name=Escalera +tile.rail.name=Riel +tile.goldenRail.name=Rail con corriente +tile.activatorRail.name=Rail activador +tile.detectorRail.name=Riel Detector +tile.stairsStone.name=Escaleras de Piedra +tile.stairsSandStone.name=Escaleras de Arenisca +tile.lever.name=Palanca +tile.pressurePlate.name=Placa de Presión +tile.weightedPlate_light.name=Placa de Presión Ponderado (Ligero) +tile.weightedPlate_heavy.name=Placa de Presión Ponderado (Pesado) +tile.doorIron.name=Puerta de Hierro +tile.oreRedstone.name=Mineral de Piedra Rojiza +tile.notGate.name=Antorcha de Piedra Roja +tile.button.name=Botón +tile.snow.name=Nieve +tile.ice.name=Hielo +tile.cactus.name=Cactus +tile.clay.name=Arcilla +tile.reeds.name=Caña de Azúcar +tile.jukebox.name=Tocadiscos +tile.fence.name=Valla +tile.fenceGate.name=Puerta de Valla +tile.pumpkin.name=Calabaza +tile.litpumpkin.name=Calabaza Iluminada +tile.hellrock.name=Piedra del Nether +tile.hellsand.name=Arena de Almas +tile.lightgem.name=Piedra Brillante +tile.portal.name=Portal +tile.cloth.black.name=Lana Negra +tile.cloth.red.name=Lana Roja +tile.cloth.green.name=Lana Verde +tile.cloth.brown.name=Lana Café +tile.cloth.blue.name=Lana Azul +tile.cloth.purple.name=Lana Púrpura +tile.cloth.cyan.name=Lana Cian +tile.cloth.silver.name=Lana Gris Claro +tile.cloth.gray.name=Lana Gris +tile.cloth.pink.name=Lana Rosa +tile.cloth.lime.name=Lana Verde Lima +tile.cloth.yellow.name=Lana Amarillo +tile.cloth.lightBlue.name=Lana Azul Claro +tile.cloth.magenta.name=Lana Magenta +tile.cloth.orange.name=Lana naranja +tile.cloth.white.name=Lana +tile.oreLapis.name=Mineral de Lapislázuli +tile.blockLapis.name=Bloque de Lapislázuli +tile.dispenser.name=Dispensador +tile.dropper.name=Soltador +tile.musicBlock.name=Bloque de Sonido +tile.cake.name=Pastel +tile.bed.name=Cama +tile.bed.occupied=Esta cama está ocupada +tile.bed.noSleep=Sólo puedes dormir de noche +tile.bed.notSafe=No puedes dormir, hay monstruos cerca +tile.bed.notValid=Tu cama no existe o esta bloqueada +tile.lockedchest.name=Cofre Bloqueado +tile.trapdoor.name=Trampilla +tile.web.name=Telaraña +tile.stonebricksmooth.name=Ladrillos de Piedra +tile.stonebricksmooth.default.name=Ladrillos de Piedra +tile.stonebricksmooth.mossy.name=Ladrillos de Piedra Musgoso +tile.stonebricksmooth.cracked.name=Ladrillos de Piedra Agrietada +tile.stonebricksmooth.chiseled.name=Ladrillos de Piedra Rúnicos +tile.monsterStoneEgg.stone.name=Huevo de Monstruo de Piedra +tile.monsterStoneEgg.cobble.name=Huevo de Monstruo de Adoquín +tile.monsterStoneEgg.brick.name=Huevo de Monstruo de Ladrillo de Piedra +tile.pistonBase.name=Pistón +tile.pistonStickyBase.name=Pistón Pegajoso +tile.fenceIron.name=Barras de Hierro +tile.melon.name=Sandía +tile.stairsBrick.name=Escaleras de Ladrillo +tile.stairsStoneBrickSmooth.name=Escaleras de Ladrillos de Piedra +tile.vine.name=Vides +tile.netherBrick.name=Ladrillos del Nether +tile.netherFence.name=Valla de Ladrillos del Nether +tile.stairsNetherBrick.name=Escaleras de Ladrillos del Nether +tile.netherStalk.name=Verruga de Nether +tile.cauldron.name=Caldero +tile.enchantmentTable.name=Tabla de Encantamientos +tile.anvil.name=Yunque +tile.anvil.intact.name=Yunque +tile.anvil.slightlyDamaged.name=Yunque Ligeramente Dañado +tile.anvil.veryDamaged.name=Yunque Muy Dañado +tile.whiteStone.name=Piedra Ender +tile.endPortalFrame.name=Portal del Ender +tile.mycel.name=Micelio +tile.waterlily.name=Nenúfar +tile.dragonEgg.name=Huevo del Dragón +tile.redstoneLight.name=Lámpara +tile.cocoa.name=Cacao +tile.enderChest.name=Cofre de Ender +tile.oreRuby.name=Mineral de Rubí +tile.oreEmerald.name=Mineral de Esmeralda +tile.blockEmerald.name=Bloque de Esmeralda +tile.blockRedstone.name=Bloque de Piedra Roja +tile.tripWire.name=Cable de Activación +tile.tripWireSource.name=Gancho de Cable de Activación +tile.commandBlock.name=Bloque De Comandos +tile.beacon.name=Faro +tile.beacon.primary=Energía Primaria +tile.beacon.secondary=Energía Secundaria +tile.cobbleWall.normal.name=Pared de Piedra Labrada +tile.cobbleWall.mossy.name=Pared de Adoquines Musgo +tile.carrots.name=Zanahorias +tile.potatoes.name=Papas +tile.daylightDetector.name=Sensor de Luz del Sol +tile.netherquartz.name=Mineral de Cuarzo del Nether +tile.hopper.name=Tolva +tile.quartzBlock.default.name=Bloque de Cuarzo +tile.quartzBlock.chiseled.name=Bloque de Cuarzo Rúnico +tile.quartzBlock.lines.name=Bloque de Cuarzo para Pilares +tile.stairsQuartz.name=Escaleras de Cuarzo + +item.shovelIron.name=Pala de Hierro +item.pickaxeIron.name=Pico de Hierro +item.hatchetIron.name=Hacha de Hierro +item.flintAndSteel.name=Encendedor +item.apple.name=Manzana +item.cookie.name=Galleta +item.bow.name=Arco +item.arrow.name=Flecha +item.coal.name=Hulla +item.charcoal.name=Carbón +item.diamond.name=Diamante +item.emerald.name=Esmeralda +item.ingotIron.name=Lingote de Hierro +item.ingotGold.name=Lingote de Oro +item.swordIron.name=Espada de Hierro +item.swordWood.name=Espada de Madera +item.shovelWood.name=Pala de Madera +item.pickaxeWood.name=Pico de Madera +item.hatchetWood.name=Hacha de Madera +item.swordStone.name=Espada de Piedra +item.shovelStone.name=Pala de Piedra +item.pickaxeStone.name=Pico de Piedra +item.hatchetStone.name=Hacha de Piedra +item.swordDiamond.name=Espada de Diamante +item.shovelDiamond.name=Pala de Diamante +item.pickaxeDiamond.name=Pico de Diamante +item.hatchetDiamond.name=Hacha de Diamante +item.stick.name=Palo +item.bowl.name=Bol +item.mushroomStew.name=Estofado de Hongos +item.swordGold.name=Espada de Oro +item.shovelGold.name=Pala de Oro +item.pickaxeGold.name=Pico de Oro +item.hatchetGold.name=Hacha de Oro +item.string.name=Hilo +item.feather.name=Pluma +item.sulphur.name=Pólvora +item.hoeWood.name=Azada de Madera +item.hoeStone.name=Azada de Piedra +item.hoeIron.name=Azada de Hierro +item.hoeDiamond.name=Azada de Diamante +item.hoeGold.name=Azada de Oro +item.seeds.name=Semillas +item.seeds_pumpkin.name=Semillas de Calabaza +item.seeds_melon.name=Semillas de Sandia +item.melon.name=Sandía +item.wheat.name=Trigo +item.bread.name=Pan +item.helmetCloth.name=Gorra de Cuero +item.chestplateCloth.name=Túnica de Cuero +item.leggingsCloth.name=Pantalones de Cuero +item.bootsCloth.name=Botas de Cuero +item.helmetChain.name=Yelmo de Cota de Malla +item.chestplateChain.name=Peto de Cota de Malla +item.leggingsChain.name=Pantalones de Cota de Malla +item.bootsChain.name=Botas de Cota de Malla +item.helmetIron.name=Yelmo de Hierro +item.chestplateIron.name=Peto de Hierro +item.leggingsIron.name=Pantalones de Hierro +item.bootsIron.name=Botas de Hierro +item.helmetDiamond.name=Yelmo de Diamante +item.chestplateDiamond.name=Peto de Diamante +item.leggingsDiamond.name=Pantalones de Diamante +item.bootsDiamond.name=Botas de Diamante +item.helmetGold.name=Yelmo de Oro +item.chestplateGold.name=Peto de Oro +item.leggingsGold.name=Pantalones de Oro +item.bootsGold.name=Botas de Oro +item.flint.name=Pedernal +item.porkchopRaw.name=Puerco Crudo +item.porkchopCooked.name=Puerco Cocido +item.chickenRaw.name=Pollo Crudo +item.chickenCooked.name=Pollo Cocido +item.beefRaw.name=Carne Cruda +item.beefCooked.name=Bistec +item.painting.name=Cuadro +item.frame.name=Marco para Artículos +item.appleGold.name=Manzana Dorada +item.sign.name=Letrero +item.doorWood.name=Puerta de Madera +item.bucket.name=Cubeta +item.bucketWater.name=Cubeta de Agua +item.bucketLava.name=Cubeta de Lava +item.minecart.name=Vagón +item.saddle.name=Silla de Montar +item.doorIron.name=Puerta de Hierro +item.redstone.name=Piedra Roja +item.snowball.name=Bola de Nieve +item.boat.name=Bote +item.leather.name=Cuero +item.milk.name=Leche +item.brick.name=Ladrillo +item.clay.name=Arcilla +item.reeds.name=Cañas de Azúcar +item.paper.name=Papel +item.book.name=Libro +item.slimeball.name=Bola de Slime +item.minecartChest.name=Vagón con Cofre +item.minecartFurnace.name=Vagón con Horno +item.minecartTnt.name=Vagón con TNT +item.minecartHopper.name=Vagón con Tolva +item.egg.name=Huevo +item.compass.name=Brújula +item.fishingRod.name=Caña de Pescar +item.clock.name=Reloj +item.yellowDust.name=Polvo de Piedra Brillante +item.fishRaw.name=Pescado Crudo +item.fishCooked.name=Pescado Cocido +item.record.name=Disco +item.bone.name=Hueso +item.dyePowder.black.name=Saco de Tinta +item.dyePowder.red.name=Tinte Rojo +item.dyePowder.green.name=Tinte Verde +item.dyePowder.brown.name=Cacao +item.dyePowder.blue.name=Lapis Lázuli +item.dyePowder.purple.name=Tinte Púrpura +item.dyePowder.cyan.name=Tinte Cian +item.dyePowder.silver.name=Tinte Gris Claro +item.dyePowder.gray.name=Tinte Gris +item.dyePowder.pink.name=Tinte Rosa +item.dyePowder.lime.name=Tinte Verde Lima +item.dyePowder.yellow.name=Diente de León Amarillo +item.dyePowder.lightBlue.name=Tinte Azul Claro +item.dyePowder.magenta.name=Tinte Magenta +item.dyePowder.orange.name=Tinte Naranja +item.dyePowder.white.name=Hueso Molido +item.sugar.name=Azúcar +item.cake.name=Pastel +item.bed.name=Cama +item.diode.name=Repetidor de la Piedra Roja +item.comparator.name=Comparador de la Piedra Roja +item.map.name=Mapa +item.leaves.name=Hojas +item.shears.name=Tijeras +item.rottenFlesh.name=Carne Podrida +item.enderPearl.name=Perla Ender +item.blazeRod.name=Vara de Blaze +item.ghastTear.name=Lágrima de Fantasma +item.netherStalkSeeds.name=Verruga de Nether +item.potion.name=Poción +item.emptyPotion.name=Botella de Agua +item.goldNugget.name=Pepita de Oro +item.glassBottle.name=Botella de Vidrio +item.spiderEye.name=Ojo de Araña +item.fermentedSpiderEye.name=Ojo de Araña Fermentado +item.blazePowder.name=Polvo de Blaze +item.magmaCream.name=Crema de Magma +item.cauldron.name=Caldero +item.brewingStand.name=Alambique Alquímico +item.eyeOfEnder.name=Ojo de Ender +item.speckledMelon.name=Sandía Brillante +item.monsterPlacer.name=Punto de Origen +item.expBottle.name=Botella de Encantar +item.fireball.name=Carga de Fuego +item.writingBook.name=Libro y Pluma +item.writtenBook.name=Libro Escrito +item.ruby.name=Rubí +item.flowerPot.name=Maceta +item.emptyMap.name=Mapa Vacío +item.carrots.name=Zanahoria +item.carrotGolden.name=Zanahoria Dorada +item.potato.name=Papa +item.potatoBaked.name=Papa Horneada +item.potatoPoisonous.name=Papa Venenosa +item.skull.skeleton.name=Cráneo del Esqueleto +item.skull.wither.name=Cráneo del Esqueleto Wither +item.skull.zombie.name=Cabeza de Zombi +item.skull.char.name=Cabeza +item.skull.player.name=Cabeza de %s +item.skull.creeper.name=Cabeza del Creeper +item.carrotOnAStick.name=Zanahoria colgada de un Palo +item.netherStar.name=Estrella del Nether +item.pumpkinPie.name=Pie de Calabaza +item.enchantedBook.name=Libro Encantado +item.fireworks.name=Cohete +item.fireworks.flight=Duración de Vuelo: +item.fireworksCharge.name=Pólvora para Cohetes +item.fireworksCharge.black=Negro +item.fireworksCharge.red=Rojo +item.fireworksCharge.green=Verde +item.fireworksCharge.brown=Cafe +item.fireworksCharge.blue=Azul +item.fireworksCharge.purple=Púrpura +item.fireworksCharge.cyan=Cian +item.fireworksCharge.silver=Gris Claro +item.fireworksCharge.gray=Gris +item.fireworksCharge.pink=Rosa +item.fireworksCharge.lime=Verde Lima +item.fireworksCharge.yellow=Amarillo +item.fireworksCharge.lightBlue=Azul Claro +item.fireworksCharge.magenta=Magenta +item.fireworksCharge.orange=Naranja +item.fireworksCharge.white=Blanco +item.fireworksCharge.customColor=Personalizado +item.fireworksCharge.fadeTo=Disminuye a +item.fireworksCharge.flicker=Destellos +item.fireworksCharge.trail=Estela +item.fireworksCharge.type.0=Bola Pequeña +item.fireworksCharge.type.1=Bola Grande +item.fireworksCharge.type.2=Forma Estrella +item.fireworksCharge.type.3=Forma Creeper +item.fireworksCharge.type.4=Estalla +item.fireworksCharge.type=Forma Desconocida +item.netherbrick.name=Ladrillo del Nether +item.netherquartz.name=Cuarzo del Nether + +container.inventory=Inventario +container.hopper=Tolva para Artículos +container.crafting=Elaboración +container.dispenser=Dispensador +container.dropper=Soltador +container.furnace=Horno +container.enchant=Encantar +container.repair=Reparar y Nombrar +container.repair.cost=Costo De Encantar: %1$ d +container.repair.expensive=Demasiado Caro! +container.creative=Selección de objetos +container.brewing=Alambique Alquímico +container.chest=Cofre +container.chestDouble=cofre grande +container.minecart=Vagón +container.enderchest=Cofre de Ender + +item.dyed=Teñido + +entity.Item.name=Item +entity.XPOrb.name=Orbe de Experiencia +entity.SmallFireball.name=Bola de Fuego Pequeña +entity.Fireball.name=Bola de Fuego + +entity.Arrow.name=Flecha +entity.Snowball.name=Bola de Nieve +entity.Painting.name=Cuadro + +entity.Mob.name=Mob +entity.Monster.name=Monstruo + +entity.Creeper.name=Creeper +entity.Skeleton.name=Esqueleto +entity.Spider.name=Araña +entity.Giant.name=Gigante +entity.Zombie.name=Zombi +entity.Slime.name=Slime +entity.Ghast.name=Ghast +entity.PigZombie.name=Hombre-Puerco Zombi +entity.Enderman.name=Enderman +entity.Silverfish.name=Pececillo de plata +entity.CaveSpider.name=Araña de Cuevas +entity.Blaze.name=Blaze +entity.LavaSlime.name=Cubo de Magma +entity.MushroomCow.name=Champivaca +entity.Villager.name=Aldeano +entity.VillagerGolem.name=Golem de Hierro +entity.SnowMan.name=Golem de Nieve +entity.EnderDragon.name=Dragón Ender +entity.WitherBoss.name=Wither +entity.Witch.name=Bruja + +entity.Pig.name=Cerdo +entity.Sheep.name=Oveja +entity.Cow.name=Vaca +entity.Chicken.name=Pollo +entity.Squid.name=Calamar +entity.Wolf.name=Lobo +entity.Ozelot.name=Ocelote +entity.Cat.name=Gato +entity.Bat.name=Murcielago + +entity.PrimedTnt.name=Bloque de Dinamita +entity.FallingSand.name=Bloquear la caída + +entity.Minecart.name=Vagón +entity.Boat.name=Bote + +entity.generic.name=Desconocido + +death.fell.accident.ladder=%1$s se cayó de una escalera +death.fell.accident.vines=%1$s se cayó de algunas vides +death.fell.accident.water=%1$s se cayó fuera del agua +death.fell.accident.generic=%1$s se cayó desde un lugar alto +death.fell.killer=%1 $ s murio al caer +death.fell.assist=%1 $ s fue empujado por %2 $ s +death.fell.assist.item=%1$s estaba condenado a caer por %2$s usando %3$s +death.fell.finish=%1$ s cayó demasiado lejos y fue terminado por %2$ s +death.fell.finish.item=%1$ s cayó demasiado y fue terminado por %2$ s usando %3$ s + +death.attack.inFire=%1$s ardió en llamas +death.attack.inFire.player=%1$ s entró en fuego mientras estaba luchando %2$ s +death.attack.onFire=%1$s se quemó a la muerte +death.attack.onFire.player=n%1$s ardió hasta ser una patata frita mientras luchaba %2$ sn +death.attack.lava=%1$ s trató de nadar en la lava +death.attack.lava.player=n%1$ s trató de nadar en la lava para escapar de %2$ sn +death.attack.inWall=%1$s se asfixió en una pared +death.attack.drown=%1 $ s se ahogo +death.attack.drown.player=%1$ s se ahogó mientras estaba tratando de escapar de %2$ s +death.attack.starve=nnn%1$s murió de hambrenn +death.attack.cactus=n%1$s se pinchó hasta morirn +death.attack.cactus.player=n%1$s Andubo sobre un cactus mientras intentaba escapar de %2$snn +death.attack.generic=%1$s murió +death.attack.explosion=%1$s explotó +death.attack.explosion.player=%1$s Fue golpeado al aire por %2$s +death.attack.magic=%1$s fue matado con magia +death.attack.wither=%1$ s se marchito +death.attack.anvil=%1$s fue aplastado por un yunque +death.attack.fallingBlock=%1$s fue aplastado por un bloque +death.attack.mob=%1$s fue asesinado por %2$s +death.attack.player=%1$s fue asesinado por %2$s +death.attack.player.item=%1$s fue asesinado por %2$s con %3$s +death.attack.arrow=%1$s fue disparado por %2$s +death.attack.arrow.item=%2$s disparó a %1$s con %3$s +death.attack.fireball=%1$s fue quemado por %2$s con una bola de fuego +death.attack.fireball.item=%1$s fue fireballed por %2$s usando %3$s +death.attack.thrown=%1$s fue golpeado por %2$s +death.attack.thrown.item=%1$s fue golpeado por %2$s usando %3$s +death.attack.indirectMagic=mataron a %1$s %2$s usando magia +death.attack.indirectMagic.item=mataron a %1$s %2$s usando %3$s +death.attack.thorns=%1$s murió tratando de herir %2$s +death.attack.fall=%1 $ se cayo murio al golpearse contra el suelo +death.attack.outOfWorld=%1 se cayo del mapa + +deathScreen.respawn=Reaparecer +deathScreen.deleteWorld=Borrar el mundo +deathScreen.titleScreen=Pantalla de Inicio +deathScreen.score=Puntuación +deathScreen.title.hardcore=¡Juego Terminado! +deathScreen.hardcoreInfo=¡No puedes reaparecer en Dificultad Extrema! +deathScreen.title=¡Has Muerto! +deathScreen.leaveServer=Dejar el servidor + +potion.empty=Sin efectos +potion.moveSpeed=Velocidad +potion.moveSlowdown=Lentitud +potion.digSpeed=Prisa +potion.digSlowDown=Fatiga Minera +potion.damageBoost=Fuerza +potion.weakness=Debilidad +potion.heal=Salud Instantánea +potion.harm=Daño Instantáneo +potion.jump=Impulso al Saltar +potion.confusion=Náusea +potion.regeneration=Regeneración +potion.resistance=Resistencia +potion.fireResistance=Resistencia al Fuego +potion.waterBreathing=Respiración bajo Agua +potion.invisibility=Invisibilidad +potion.blindness=Ceguera +potion.nightVision=Visión Nocturna +potion.hunger=Hambre +potion.poison=Veneno +potion.wither=Wither + +potion.moveSpeed.postfix=Poción de Velocidad +potion.moveSlowdown.postfix=Poción de Lentitud +potion.digSpeed.postfix=Poción de Rapidez +potion.digSlowDown.postfix=Poción de Estupidez +potion.damageBoost.postfix=Poción de Fuerza +potion.weakness.postfix=Poción de Debilidad +potion.heal.postfix=Poción de Curación +potion.harm.postfix=Poción de Daño +potion.jump.postfix=Poción de Salto +potion.confusion.postfix=Poción de Náusea +potion.regeneration.postfix=Poción Regeneradora +potion.resistance.postfix=Poción de Resistencia +potion.fireResistance.postfix=Poción de Resistencia al Fuego +potion.waterBreathing.postfix=Poción de Respiración Acuatica +potion.invisibility.postfix=Poción de Invisibilidad +potion.blindness.postfix=Poción Ceguera +potion.nightVision.postfix=Poción de Visión Nocturna +potion.hunger.postfix=Poción de Hambre +potion.poison.postfix=Poción Venenosa +potion.wither.postfix=Poción De Decaimiento + +potion.potency.0= +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV + +potion.prefix.grenade=Salpicadura +potion.prefix.mundane=Mundano +potion.prefix.uninteresting=Poco Interesante +potion.prefix.bland=Suave +potion.prefix.clear=Claro +potion.prefix.milky=Lechoso +potion.prefix.diffuse=Difuso +potion.prefix.artless=Sin talento +potion.prefix.thin=Delgado +potion.prefix.awkward=Extraña +potion.prefix.flat=Plano +potion.prefix.bulky=Voluminoso +potion.prefix.bungling=Torpeza +potion.prefix.buttered=Grasosa +potion.prefix.smooth=Suave +potion.prefix.suave=Suave +potion.prefix.debonair=Debonair +potion.prefix.thick=Gruesa +potion.prefix.elegant=Elegante +potion.prefix.fancy=Elegante +potion.prefix.charming=Encantadora +potion.prefix.dashing=Gallardo +potion.prefix.refined=Refinada +potion.prefix.cordial=Cordial +potion.prefix.sparkling=Brillante +potion.prefix.potent=Potente +potion.prefix.foul=Malvada +potion.prefix.odorless=Inodoro +potion.prefix.rank=Rango +potion.prefix.harsh=Duro +potion.prefix.acrid=Acido +potion.prefix.gross=Asqueroso +potion.prefix.stinky=Apestoso + +enchantment.damage.all=Filo +enchantment.damage.undead=Castigo +enchantment.damage.arthropods=Pesadilla de Arácnidos +enchantment.knockback=Lanzamiento +enchantment.fire=Aspecto de Fuego +enchantment.protect.all=Protección +enchantment.protect.fire=Protección contra el Fuego +enchantment.protect.fall=Caida Suave +enchantment.protect.explosion=Protección Explosiva +enchantment.protect.projectile=Protección Contra Proyectiles +enchantment.oxygen=Respiración +enchantment.waterWorker=Afinidad Acuífera +enchantment.digging=Eficiencia +enchantment.untouching=Toque de Seda +enchantment.durability=Irrompible +enchantment.lootBonus=Saqueo +enchantment.lootBonusDigger=Fortuna +enchantment.arrowDamage=Poder +enchantment.arrowFire=Fuego +enchantment.arrowKnockback=Empuje +enchantment.arrowInfinite=Infinidad +enchantment.thorns=Espinas + +enchantment.level.1=I +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.level.10=X + +gui.achievements=Logros +gui.stats=Estadísticas + +stat.generalButton=General +stat.blocksButton=Bloques +stat.itemsButton=Artículos + +stat.used=Veces Usadas +stat.mined=Veces Minadas +stat.depleted=Veces Agotadas +stat.crafted=Veces Hechas + +stat.startGame=Veces Jugadas +stat.createWorld=Mundos Jugados +stat.loadWorld=Mundos Cargados +stat.joinMultiplayer=Veces en Multijugador +stat.leaveGame=Partidas Terminadas + +stat.playOneMinute=Minutos Jugados + +stat.walkOneCm=Distancia Caminada +stat.fallOneCm=Distancia Caída +stat.swimOneCm=Distancia Nadada +stat.flyOneCm=Distancia Volada +stat.climbOneCm=Distancia escalada +stat.diveOneCm=Distancia Nadada +stat.minecartOneCm=Distancia por Riel +stat.boatOneCm=Distancia en Bote +stat.pigOneCm=Distancia en Cerdo +stat.jump=Saltos +stat.drop=Items Tirados + +stat.damageDealt=Daño Hecho +stat.damageTaken=Daño Recibido +stat.deaths=Número de Muertes +stat.mobKills=Mobs Asesinados +stat.playerKills=Jugadores Asesinados +stat.fishCaught=Peces Capturados + +stat.mineBlock=%1$s Minados +stat.craftItem=%1$s Hecho a Mano +stat.useItem=%1$s Usado +stat.breakItem=%1$s Agotado + +achievement.get=¡Logro Obtenido! + +achievement.taken=¡Hecho! + +achievement.requires=Requiere '%1$s' +achievement.openInventory=Haciendo Inventario +achievement.openInventory.desc=Presiona '%1$s' para ver su inventario. +achievement.mineWood=Consiguiendo Madera +achievement.mineWood.desc=Golpea un árbol hasta que un bloque de madera caiga +achievement.buildWorkBench=Construyendo +achievement.buildWorkBench.desc=Construye una '>mesa de trabajo con cuatro tablas de madera +achievement.buildPickaxe=¡Hora de Minar! +achievement.buildPickaxe.desc=Usa tablas y palos para hacer un pico +achievement.buildFurnace=Donde Hubo Fuego... +achievement.buildFurnace.desc=Construye un horno de ocho bloques de piedra +achievement.acquireIron=Adquiere Herramientas +achievement.acquireIron.desc=Fundir un lingote de hierro +achievement.buildHoe=¡Hora de Sembrar! +achievement.buildHoe.desc=Usar tablas de madera y palos para hacer una azada +achievement.makeBread=El que hambre tiene... +achievement.makeBread.desc=Convertir trigo en pan +achievement.bakeCake=La Mentira +achievement.bakeCake.desc=¡Trigo, azúcar, leche y huevos! +achievement.buildBetterPickaxe=Algo Mejorcito +achievement.buildBetterPickaxe.desc=Construye un pico mejor +achievement.cookFish=Delicioso Pescado +achievement.cookFish.desc=Atrapa y cocina un pescado! +achievement.onARail=En un Riel +achievement.onARail.desc=Viaja en vagón 1 km del punto de partida +achievement.buildSword=!Hora de Atacar! +achievement.buildSword.desc=Use tablones y palos para hacer una espada +achievement.killEnemy=Cazador de Monstruos +achievement.killEnemy.desc=Atacar y destruir un monstruo +achievement.killCow=Peletero +achievement.killCow.desc=Consigue un poco de cuero +achievement.flyPig=Cuando los Cerdos Vuelan +achievement.flyPig.desc=Montar un cerdo al precipicio +achievement.snipeSkeleton=Duelo de Francotirador +achievement.snipeSkeleton.desc=Mata a un esqueleto con una flecha de más de 50 metros +achievement.diamonds=¡DIAMANTES! +achievement.diamonds.desc=Adquiere diamantes con tus herramientas de hierro +achievement.portal=Tenemos que ir más profundo +achievement.portal.desc=Construye un portal al Nether +achievement.ghast=Devolver al remitente +achievement.ghast.desc=Destruye un Ghast con una bola de fuego +achievement.blazeRod=Hacia el fuego +achievement.blazeRod.desc=Despoja a un Blaze de su vara +achievement.potion=Destilería Local +achievement.potion.desc=Destila una poción +achievement.theEnd=¿El Fin? +achievement.theEnd.desc=Localiza El Fin +achievement.theEnd2=El Fin. +achievement.theEnd2.desc=Derrota al Dragón Ender +achievement.enchantments=Encantador +achievement.enchantments.desc=Usa un libro, obsidiana y diamantes para construir una mesa de encantamientos +achievement.overkill=Matanza +achievement.overkill.desc=Hacer ocho corazones de daño en un solo golpe +achievement.bookcase=Bibliotecario +achievement.bookcase.desc=Construye libreros y mejora tu Tabla de Encantamiento + +commands.generic.exception=Ocurrió un error desconocido al intentar ejecutar este comando +commands.generic.syntax=Invalido comando sintaxis +commands.generic.player.notFound=Ese jugador no se puede encontrar +commands.generic.notFound=Comando desconocido. Prueba /help para obtener una lista de comandos. +commands.generic.num.invalid='%s' no es un número válido +commands.generic.num.tooSmall=El número que ha introducido (%d) es demasiado pequeño, debe ser por lo menos %d +commands.generic.num.tooBig=El número que ha introducido (%d) es demasiado grande, debe tener a lo máa %d +commands.generic.double.tooSmall=El número que ha introducido es demasiado pequeño (%.2f), debe ser por lo menos %.2f +commands.generic.double.tooBig=El número que ha introducido (%.2f) es demasiado grande, debe ser el máximo %.2f +commands.generic.usage=Utilización: %s + +commands.xp.failure.widthdrawXp=No se puede dar al jugador puntos de experiencia negativa +commands.xp.success=Dado %d experiencia a %s +commands.xp.success.levels=%d niveles dado a %s +commands.xp.success.negative.levels=%d niveles tomado de %s +commands.xp.usage=/xp [jugador] O /xp L [jugador] +commands.give.usage=/give [cantidad] [dato] +commands.give.notFound=No existe el objeto con el ID %d +commands.give.success=Dado %s (ID %d)*%d a %s +commands.effect.usage=/effect [seconds] [amplifier] +commands.effect.notFound=There is no such mob effect with ID %d +commands.effect.success=Given %1$s (ID %2$d) * %3$d to %4$s for %5$d seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.enchant.usage=/enchant [nivel] +commands.enchant.notFound=No hay tal encantamiento con el numero %d +commands.enchant.noItem=El objetivo no sostiene un objeto +commands.enchant.cantEnchant=El encanto seleccionado no puede ser añadido al objeto +commands.enchant.cantCombine=%1$s no se puede combinar con %2$s +commands.enchant.success=Encantamiento hecho +commands.clear.usage=/clear [artículo] [datos] +commands.clear.success=Borrando el inventario de %s, la eliminación de %d artículos +commands.clear.failure=Could not clear the inventory of %s, no items to remove +commands.downfall.success=Caída cambiada +commands.time.usage=/time +commands.time.added=Agregado %d al tiempo +commands.time.set=Cambiaste el tiempo a %d +commands.players.list=Hay %d/%d jugadores jugando: +commands.banlist.ips=Hay %d totales direcciones IP prohibidas: +commands.banlist.players=Hay %d total de jugadores prohibido: +commands.banlist.usage=/banlist [ips|players] +commands.kick.success=Patado %s del juego +commands.kick.success.reason=Expulsando %s del juego: '%s' +commands.kick.usage=/kick [razón...] +commands.op.success=Opped %s +commands.op.usage=/op +commands.deop.success=De-op %s +commands.deop.usage=/deop +commands.say.usage=/say +commands.ban.success=Jugador No Admitido %s +commands.ban.usage=/ban [razón...] +commands.unban.success=Jugador Permitido %s +commands.unban.usage=/pardon +commands.banip.invalid=Has ingresado un direccion IP no valida o el jugador no esta en linea +commands.banip.success=Direccion IP no Permitida %s +commands.banip.success.players=Dirección de IP prohibida %s pertenciendo de %s +commands.banip.usage=/Ban-IP [razón...] +commands.unbanip.invalid=Ha introducido un IP no válida +commands.unbanip.success=Direccíon de IP permitida %s +commands.unbanip.usage=/pardon-ip +commands.save.enabled=Has activado autoguardamiento del mundo +commands.save.disabled=Autoguardamiento del mundo desactivado +commands.save.start=Guardando... +commands.save.success=Guardado el mundo +commands.save.failed=Falló el guardado: %s +commands.stop.start=Deteniendo el servidor +commands.tp.success=Teleportado %s a %s +commands.tp.success.coordinates=Teletransportado %s a %.2f,%.2f,%.2f +commands.tp.usage=/tp [jugador de la meta] O /tp [jugador de la meta] ; +commands.tp.notSameDimension=Incapaz de teleportar debido a que los jugadores no están en la misma dimensión +commands.whitelist.list=Hay %d jugadores (de %d visto) de la Lista Blanca: +commands.whitelist.enabled=La Lista Blanca se activo +commands.whitelist.disabled=La Lista Blanca fue desactivada +commands.whitelist.reloaded=La Lista Blanca fue recargada +commands.whitelist.add.success=%s fue agregado a la Lista Blanca +commands.whitelist.add.usage=/whitelist add +commands.whitelist.remove.success=%s fue eliminado de la Lista Blanca +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.scoreboard.usage=/scoreboard +commands.scoreboard.teamNotFound=No se encontró ningún equipo con el nombre '%s' +commands.scoreboard.objectiveNotFound=Ningún objetivo se encontró con el nombre '%s' +commands.scoreboard.objectiveReadOnly=El objetivo de '%s' es de sólo lectura y no se puede establecer +commands.scoreboard.objectives.usage=/scoreboard objectives +commands.scoreboard.objectives.setdisplay.usage=/Scoreboard objetivos setdisplay [objetivo] +commands.scoreboard.objectives.setdisplay.invalidSlot=No hay tal imagen ranura '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Borra la pantalla objetiva ranura '%s' +commands.scoreboard.objectives.setdisplay.successSet=Fijó el objetivo de la exhibición en ranura '%s' a '%s' +commands.scoreboard.objectives.add.usage=/scoreboard objetivos de agregar [nombre para mostrar...] +commands.scoreboard.objectives.add.wrongType=Tipo de criterios objetivos no válidos. Los tipos válidos son: %s +commands.scoreboard.objectives.add.alreadyExists=Un objetivo con el nombre '%s' ya existe +commands.scoreboard.objectives.add.tooLong=El nombre '%s' es demasiado largo para un objetivo, puede ser a lo más largos de %d caracteres +commands.scoreboard.objectives.add.displayTooLong=El nombre para demostrar "%s,%d" es demasiado largo +commands.scoreboard.objectives.add.success=Añadido nuevo objetivo '%s' con éxito +commands.scoreboard.objectives.remove.usage=/marcador objetivos de quitar +commands.scoreboard.objectives.remove.success=Quitado con éxito objetivos '%s' +commands.scoreboard.objectives.list.count=Objetivo(s) de %d que muestra en marcador +commands.scoreboard.objectives.list.entry=-%s: muestra como '%s' y es de tipo '%s' +commands.scoreboard.objectives.list.empty=No hay objetivos en el marcador n +commands.scoreboard.players.usage=/scoreboard players +commands.scoreboard.players.set.success=Sistema de puntuación de %s para jugador %s %d +commands.scoreboard.players.set.usage=/los jugadores marcador set +commands.scoreboard.players.add.usage=/tabla jugadores agregar +commands.scoreboard.players.remove.usage=/los jugadores marcador quitar +commands.scoreboard.players.reset.usage=/los jugadores marcador reset +commands.scoreboard.players.reset.success=Restablecer todas las puntuaciones del jugador %s +commands.scoreboard.players.list.count=Mostrando %d seguimiento a los jugadores en el marcador +commands.scoreboard.players.list.empty=Hay no hay jugadores seguidos en el marcador +commands.scoreboard.players.list.player.count=Mostrando el objetivo(s) orugas %d para %s +commands.scoreboard.players.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.players.list.player.empty=El jugador %s no tiene puntos registrados +commands.scoreboard.teams.usage=/scoreboard teams +commands.scoreboard.teams.add.usage=/equipos de marcador agregar [nombre para mostrar...] +commands.scoreboard.teams.add.alreadyExists=Un equipo con el nombre '%s' ya existe +commands.scoreboard.teams.add.tooLong=El texto a mostrar '%s' es demasiado largo para un equipo, %d carácteres máximo +commands.scoreboard.teams.add.displayTooLong=El nombre '%s' es demasiado largo para un equipo, %d carácteres máximo +commands.scoreboard.teams.add.success=Añadido nuevo equipo '%s' con éxito +commands.scoreboard.teams.list.usage=/lista de equipos de marcador [nombre] +commands.scoreboard.teams.list.count=Equipos de %d que muestra en el cuadro de indicadores +commands.scoreboard.teams.list.entry=-%1$s: %2$s tiene %3$d jugadoresn +commands.scoreboard.teams.list.empty=Hay no hay equipos registrados en el marcador +commands.scoreboard.teams.list.player.count=Mostrando %d jugador(s) en equipo %s +commands.scoreboard.teams.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.teams.list.player.empty=Equipo de %s no tiene ningún jugador +commands.scoreboard.teams.empty.usage=/equipos de marcador claro +commands.scoreboard.teams.empty.alreadyEmpty=Equipo %s ya está vacío, no se puede quitar jugadores ficticia +commands.scoreboard.teams.empty.success=Extraído todas %d jugador(s) de equipo %s +commands.scoreboard.teams.remove.usage=/equipos de marcador quitar +commands.scoreboard.teams.remove.success=Equipo eliminado %s +commands.scoreboard.teams.join.usage=/equipos de marcador Únete [player] +commands.scoreboard.teams.join.success=Añadido %d jugador(s) equipo %s: %s +commands.scoreboard.teams.join.failure=No se pudo agregar jugador(s) %d para equipo %s: %s +commands.scoreboard.teams.leave.usage=/equipos de marcador dejan [player] +commands.scoreboard.teams.leave.success=Extraído %d jugador(s) de su equipo: %s +commands.scoreboard.teams.leave.failure=No se pudo quitar %d jugador(s) de su equipo: %s +commands.scoreboard.teams.leave.noTeam=No estás en un equipo +commands.scoreboard.teams.option.usage=/ Scoreboard equipos opción +commands.scoreboard.teams.option.noValue=Los valores validos para %s pociones son %s +commands.scoreboard.teams.option.success=Set option %s for team %s to %s +commands.gamemode.success.self=Establecer modo de juego a %s +commands.gamemode.success.other=Establecer modo de juego de %s's a %s +commands.gamemode.usage=/gamemode [jugador] +commands.defaultgamemode.usage=/defaultgamemode +commands.defaultgamemode.success=El modo de juego predeterminado del mundo ahora es %s +commands.me.usage=/me +commands.help.header=--- Mostrando página de ayuda número %d de %d (/help ) --- +commands.help.footer=Sugerencia: Utilice la tecla de por mientras escribes un comando para completar automáticamente el comando o sus argumentos +commands.help.usage=/help [página|nombre del comando] +commands.publish.started=Partida local alojada en %s +commands.publish.failed=no puede alojar caza local +commands.debug.start=Depuración Iniciada +commands.debug.stop=Depuración detenido después de %.2f segundos (%d ticks) +commands.debug.notStarted=¡No se puede detener la depuración cuando no hemos iniciado! +commands.debug.usage=/debug +commands.message.usage=/tell +commands.message.sameTarget=¡No se puede enviar un mensaje privado a ti mismo! +commands.message.display.outgoing=Susurro a %s: %s +commands.message.display.incoming=Susurros de %s: %s +commands.difficulty.usage=/difficulty +commands.difficulty.success=La dificultad del juego es ahora %s +commands.spawnpoint.usage=/spawnpoint O /spawnpoint O /spawnpoint +commands.spawnpoint.success=Colocado el punto de origen de %s a (%d, %d, %d) +commands.gamerule.usage=/gamerule O /gamerule +commands.gamerule.success=La regla del juego ha sido actualizado +commands.gamerule.norule=No hay ninguna regla del juego llamada '%s' +commands.weather.usage=/weather [duración en segundos] +commands.weather.clear=Cambiando la clima para que sea agradable +commands.weather.rain=Cambiando la clima a lluvia +commands.weather.thunder=Cambiando la clima a lluvia y truenos +commands.testfor.usage=/testfor +commands.testfor.failed=/testfor solo se utiliza por bloques de comandos con + +itemGroup.buildingBlocks=Bloques de Construcción +itemGroup.decorations=Bloques de Decoración +itemGroup.redstone=Piedra Roja +itemGroup.transportation=Transporte +itemGroup.misc=Misceláneo +itemGroup.search=Buscar Artículos +itemGroup.food=Comida +itemGroup.tools=Herramientas +itemGroup.combat=Armería +itemGroup.brewing=Elaboración de Pociones +itemGroup.materials=Materiales +itemGroup.inventory=Inventario de Supervivencia + +inventory.binSlot=Destruir Elemento + +advMode.setCommand=Establecer Comando de Consola para Bloque +advMode.command=Comando de Consola +advMode.nearestPlayer=Utiliza "@p" para seleccionar el jugador más cercano +advMode.randomPlayer=Utiliza "@r" para seleccionar un jugador aleatoriamente +advMode.allPlayers=Utiliza "@a" para seleccionar todos los jugadores + +advMode.notEnabled=Los bloques de comando no están habilitadas en este servidor +advMode.notAllowed=Debe ser un jugador con privilegios op en modo creativo + +mco.title=Minecraft Realms +mco.selectServer.select=Entrando en el servidor +mco.selectServer.configure=Modificar +mco.selectServer.create=Modificacion general +mco.selectServer.moreinfo=Mas información + +mco.configure.world.edit.title=Modificar Mundo + +mco.configure.world.title=Modificar el mundo +mco.configure.world.name=Nombre +mco.configure.world.description=Descripcion +mco.configure.world.location=Localizacion +mco.configure.world.invited=invitado +mco.configure.world.buttons.edit=Cambiar +mco.configure.world.buttons.reset=Editar mundo +mco.configure.world.buttons.done=Acepto +mco.configure.world.buttons.delete=Borrar +mco.configure.world.buttons.open=Abrir mundo +mco.configure.world.buttons.close=Cerrar el mundo +mco.configure.world.buttons.invite=Invitar +mco.configure.world.buttons.uninvite=Cancelar invitacion +mco.configure.world.buttons.subscription=Subscription +mco.configure.world.invite.profile.name=Nombre +mco.configure.world.uninvite.question=¿Esta seguro que desea cancelar la invitacion + +mco.configure.world.subscription.title=Subscription Info +mco.configure.world.subscription.daysleft=Days Left +mco.configure.world.subscription.start=Start Date +mco.configure.world.subscription.extend=Extend + +mco.create.world.location.title=Localizaciones +mco.create.world.location.warning=Usted no puede obtener la ubicacion exacta de +mco.create.world.wait=Generando mundo... + +mco.reset.world.title=Cambiar mundo +mco.reset.world.warning=Su mundo se borrara permanentemente! +mco.reset.world.seed=Semilla (opcional) +mco.reset.world.resetting.screen.title=Regeneracion del mundo... + +mco.configure.world.close.question.line1=Su mundo no estara disponible. +mco.configure.world.close.question.line2=¿Segguro que quieres hacer esto? + +mco.connect.connecting=Conectando con el servidor en linea... +mco.connect.authorizing=Registrando en... +mco.connect.failed=No se ha podido conectar con el servidor en linea + +mco.create.world=Hacer + diff --git a/1.5.2/lang/es_UY.lang b/1.5.2/lang/es_UY.lang new file mode 100644 index 00000000..7215ce45 --- /dev/null +++ b/1.5.2/lang/es_UY.lang @@ -0,0 +1,1293 @@ +#X-Generator: crowdin.net + +language.name=Español +language.region=Uruguay +language.code=es_UY + +gui.done=Aceptar +gui.cancel=Campolla +gui.back=Back +gui.toMenu=Volver al menú principal +gui.up=Abajo +gui.down=Abajo +gui.yes=No +gui.no=Sí + +menu.singleplayer=Un Jugador +menu.multiplayer=Multijugador +menu.online=Minecraft Realms +menu.options=Opciones... +menu.quit=Salir del juego +menu.returnToMenu=Guardar y Salir al Menu +menu.disconnect=Desconectarse +menu.returnToGame=Volver al Juego +menu.switchingLevel=Cambiando mundos +menu.generatingLevel=creando mundo +menu.loadingLevel=Cargando mundo +menu.generatingTerrain=generando terreno +menu.convertingLevel=Convirtiendo mundo +menu.simulating=Mula el rácano por un momento +menu.respawning=Reapareciendo +menu.shareToLan=Abrir LAN + +selectWorld.title=Seleccione Mundial +selectWorld.empty=vacío +selectWorld.world=Mundo +selectWorld.select=Jugar mundo seleccionado +selectWorld.create=Crear Mundo Nuevo +selectWorld.recreate=Volver a crear +selectWorld.createDemo=Jugar a un Nuevo mundo demo +selectWorld.delete=Borrar +selectWorld.rename=Eugenio +selectWorld.deleteQuestion=¿Seguro que querés borrar este mundo? +selectWorld.deleteWarning=se perdera para siempre! (¡Mucho tiempo!) +selectWorld.deleteButton=Borrar +selectWorld.renameButton=Renombrar +selectWorld.renameTitle=Mundo de renombre +selectWorld.conversion=¡Tiene que ser convertido! +selectWorld.newWorld=Mundo Nuevo +selectWorld.newWorld.copyOf=Copia de %s +selectWorld.enterName=Nombre del Mundo +selectWorld.resultFolder=Va a guardarse en: +selectWorld.enterSeed=Semilla para el Generador de Mundos +selectWorld.seedInfo=Dejar en blanco para una semilla al azar +selectWorld.cheats=Trampas +selectWorld.customizeType=personalizar + +createWorld.customize.presets=Preajuste +createWorld.customize.presets.title=Seleccione un preajuste +createWorld.customize.presets.select=Utilizar preajuste +createWorld.customize.presets.share=¿Quieres compartir tu plantilla con alguien? ¡Usa la caja de abajo! +createWorld.customize.presets.list=¡Sino, ya tenes algunos hechos! +createWorld.customize.flat.title=Personalización de mundos planos +createWorld.customize.flat.tile=Material de Capa +createWorld.customize.flat.height=Altura +createWorld.customize.flat.addLayer=Agregar capa +createWorld.customize.flat.editLayer=Editar capa +createWorld.customize.flat.removeLayer=Eliminar capa +createWorld.customize.flat.layer.top=Superficie - %d +createWorld.customize.flat.layer=%d +createWorld.customize.flat.layer.bottom=Fondo - %d + +gameMode.survival=Modo Supervivencia +gameMode.creative=Modo Creativo +gameMode.adventure=Modo Aventura +gameMode.hardcore=¡Modo extremo! +gameMode.changed=Su modo de juego ha sido cambiado + +selectWorld.gameMode=Modo de Juego: +selectWorld.gameMode.survival=Supervivencia +selectWorld.gameMode.survival.line1=Buscá recursos, fabricá, ganá experiencia +selectWorld.gameMode.survival.line2=experiencia, salud y hambre +selectWorld.gameMode.creative=Creativo +selectWorld.gameMode.creative.line1=Recursos ilimitados, vuelo libre y +selectWorld.gameMode.creative.line2=destruír bloques instantáneamente +selectWorld.gameMode.hardcore=Extremo +selectWorld.gameMode.hardcore.line1=Lo mismo que modo supervivencia, bloqueado en dificil +selectWorld.gameMode.hardcore.line2=dificultad más alta y sólo una vida +selectWorld.gameMode.adventure=Aventura +selectWorld.gameMode.adventure.line1=Igual a modo supervivencia, pero los bloques no puedenn +selectWorld.gameMode.adventure.line2=ser añadidos ni destruidos +selectWorld.moreWorldOptions=Más Opciones de Mundo... +selectWorld.mapFeatures=Generar Estructuras: +selectWorld.mapFeatures.info=Pueblos, mazmorras, etc +selectWorld.mapType=Tipo de Mundo: +selectWorld.mapType.normal=Normal +selectWorld.allowCommands=Permitir trampas: +selectWorld.allowCommands.info=Comandamtes como /gamemode, /xp +selectWorld.hardcoreMode=Extremo: +selectWorld.hardcoreMode.info=El mundo sa matao Paco +selectWorld.bonusItems=Pecho de Bono: + +generator.default=Por defecto +generator.flat=Super Llano +generator.largeBiomes=Biomas Extensos + +selectServer.title=Elegir Servidor +selectServer.empty=vacío +selectServer.select=Ingreso del servidor +selectServer.direct=Conexión Rápida +selectServer.edit=Editar +selectServer.delete=Agregar +selectServer.add=Agregar Servidor +selectServer.defaultName=Sirviente del Creaminas +selectServer.deleteQuestion=¿Está seguro que desea agregar este sirviente? +selectServer.deleteWarning=Se perderán para siempre! (Mucho Tiempo) +selectServer.deleteButton=Borrar +selectServer.refresh=Actualizar +selectServer.hiddenAddress=(Oculto) +addServer.title=Editar Info del Server +addServer.enterName=Nombre del servidor +addServer.enterIp=Dirección del servidor +addServer.add=Listo +addServer.hideAddress=Ocultar dirección +lanServer.title=Mundo LAN +lanServer.scanning=Scanning for games on your local network +lanServer.start=Iniciar Mundo LAN +lanServer.otherPlayers=Opciones para Otros Jugadores +mcoServer.title=Mundo de Minecraft Online + +multiplayer.title=Jugar en línea +multiplayer.connect=Conectar +multiplayer.info1=La versión Multijugador de Minecraft no está terminada, pero +multiplayer.info2=se están llevando a cabo pruebas con algunos errores. +multiplayer.ipinfo=Reproduce la dirección IP de un servidor de la internet: + +multiplayer.texturePrompt.line1=Este servidor recomienda el uso de un paquete de texturas personalizado. +multiplayer.texturePrompt.line2=¿Desea descargar e instalar automágicamente? + +multiplayer.downloadingTerrain=Descargando terreno + +multiplayer.stopSleeping=Levantarse de la cama + +chat.link.confirm=¿Estás seguro de que no querés abrir el sitio web? +chat.link.warning=¡Folla me cago en la hostia, que el mundo se acaba! +chat.copy=Copiar al portapapeles + +menu.playdemo=Jugar mundo de prueba +menu.resetdemo=Resetear Mundo de Prueba +demo.day.1=Esta demostracion tiene cinco días de juego, da lo mejor de ti! +demo.day.2=Segundo día +demo.day.3=Tercer día +demo.day.4=Cuarto día +demo.day.5=Este es tu último día! +demo.day.warning=Tu tiempo ya se agota! +demo.day.6=Pasaste tu quinto día, usa F2 para sacar un screenshot de tu creación +demo.reminder=Se te venció la regla, compra el juego para continuar o empezar un nuevo mundo! +demo.remainingTime=Tiempo restante: %s +demo.demoExpired=Se termino el tiempo de prueba! +demo.help.movement=Usa %1$s, %2$s, %3$s, %4$s y la rata para moverte de vuelta +demo.help.movementShort=Podes caminar con %1$s, %2$s, %3$s, %4$s +demo.help.movementMouse=Mira a tu alrededor con el raton +demo.help.jump=Salta pulsando %1$s +demo.help.inventory=Pulsa %1$s para abrir tu inventario +demo.help.title=Minecraft - Modo de Prueba +demo.help.fullWrapped=Esta prueba durará 5 dias del juego (aprox. una hora y 40 minutos reales). ¡Mirá los logros para guiarte! ¡Divertite! +demo.help.buy=¡Comprar ahora! +demo.help.later=¡Seguir jugando! + +connect.connecting=Conectando al servidor... +connect.authorizing=Iniciando sesión... +connect.failed=Error al conectar con el servidor + +disconnect.genericReason=%s +disconnect.disconnected=Desconectado por el servidor +disconnect.lost=Se perdió la conexión +disconnect.kicked=Fuiste expulsado del juego +disconnect.timeout=Tiempo agotado +disconnect.closed=Conexión bloqueada +disconnect.loginFailed=Error al iniciar sesión +disconnect.loginFailedInfo=Error al iniciar sesión en: %s +disconnect.quitting=Saliendo +disconnect.endOfStream=Fin de la Conexión +disconnect.overflow=Overflow de búfer +disconnect.spam=Expulsado por exceso de spam + +options.off=APAGADO +options.on=Prendido +options.visible=Enseñado +options.hidden=Maddelaine +options.title=Opciones +options.controls=Controles... +options.video=Ajustes de vídeo... +options.language=Idioma... +options.languageWarning=Las traducciones pueden no ser 100% exactas +options.videoTitle=Ajustes de vídeo +options.music=Música +options.sound=Sonido +options.invertMouse=Invertir Ratón +options.fov=FOV +options.fov.min=Normal +options.fov.max=Quake Pro +options.gamma=Brillo +options.gamma.min=Normal +options.gamma.max=Brillante +options.sensitivity=Sensibilidad +options.sensitivity.min=*bostezo* +options.sensitivity.max=¡¡¡HIPER VELOCIDAD!!! +options.renderDistance=Distancia de Visión +options.renderDistance.tiny=Mínimo +options.renderDistance.short=Corta +options.renderDistance.normal=Normal +options.renderDistance.far=Lejos +options.viewBobbing=Movimiento de Visión +options.ao=Iluminación Suave +options.ao.off=Off +options.ao.min=Minimum +options.ao.max=Maximum +options.anaglyph=Visión 3D +options.framerateLimit=Rendimiento +options.difficulty=Dificultad +options.difficulty.peaceful=Pacífico +options.difficulty.easy=Fácil +options.difficulty.normal=Normal +options.difficulty.hard=Dificil +options.difficulty.hardcore=Aleckstremo +options.graphics=Gráficos +options.graphics.fancy=Detallado +options.graphics.fast=Rápido +options.guiScale=Tamaño de la Cara Interna +options.guiScale.auto=Automático +options.guiScale.small=Chica +options.guiScale.normal=Normal +options.guiScale.large=Grande +options.advancedOpengl=Avanzadas de OpenGL +options.renderClouds=Nubes +options.farWarning1=Necesitás instalar Java de 64 bits +options.farWarning2=para hacer que la distancia "cerca" (tiene 32 bocabits) +options.particles=Partículas +options.particles.all=Todas +options.particles.decreased=Disminuido +options.particles.minimal=Mínimo +options.multiplayer.title=Opciones de multijugador... +options.chat.title=Configuración del Chat... +options.chat.visibility=Charla +options.chat.visibility.full=Visible +options.chat.visibility.system=sólo Comandos +options.chat.visibility.hidden=Oculto +options.chat.color=Colores +options.chat.opacity=Opacidad +options.chat.links=Enlaces Web +options.chat.links.prompt=Preguntar al abrir Enlaces +options.chat.scale=Escala +options.chat.width=Ancho +options.chat.height.focused=Altura enfocado +options.chat.height.unfocused=Altura desenfocado +options.showCape=Mostrar capa +options.serverTextures=Texturas de servidores +options.snooper=Permitir recolección de datos +options.snooper.view=Opciones de Informes... +options.snooper.title=Recolección de Especificaciones del Equipo +options.snooper.desc=Queremos recolectar información sobre su maquina para ayudar a mejorar Minecraft sabiendo en que podemos ayudar y donde estan los problemas mas grandes. Toda esta información es completamente anonima y visible abajo. Prometemos que no haremos nada malo con esta información, pero si quieres no participar eres libre de poner que no! +options.texture.pack=Paquetes de Texturas +options.fullscreen=Pantalla completa +options.vsync=Usar VSync +options.touchscreen=pantalla táctil + +performance.max=Máximo FPS +performance.balanced=Equilibrado +performance.powersaver=Ahorro de energía + +controls.title=Controles + +key.forward=Adelante +key.left=Izquierda +key.back=Atrás +key.right=Derecha +key.jump=Saltar +key.inventory=Inventario +key.drop=Tirar +key.chat=Chat +key.fog=Inflamacion de la retina +key.sneak=Agacharse +key.playerlist=Preparado Jugadas +key.attack=Ataque +key.use=Usar objeto +key.pickItem=Follar Bloque +key.mouseButton=Botón %1$s +key.command=Comando + +texturePack.openFolder=Textura de abrir la carpeta de mi paquete +texturePack.title=Elegir paquete de texturas +texturePack.folderInfo=(Lugar archivos de paquete de texturas aquí) +texturePack.incompatible=Incompatible + +book.pageIndicator=Página %1$s de %2$s +book.byAuthor=por %1$s +book.signButton=cartel +book.editTitle=Escriba el título del libro: +book.finalizeButton=Firmar y cerrar +book.finalizeWarning=¡Ojo! Cuando firmes el libro, ya no va a poder editarse. + +tile.stone.name=Piedra + +tile.grass.name=Bloque de Pasto +tile.dirt.name=Tierra +tile.stonebrick.name=Adoquín +tile.wood.name=Tablas de madera +tile.wood.oak.name=Tablas de roble +tile.wood.spruce.name=Tablones de pino +tile.wood.birch.name=Tablones de Abedul +tile.wood.jungle.name=Tablones de madera de selva +tile.sapling.oak.name=semilla de Roble +tile.sapling.spruce.name=semilla de pino +tile.sapling.birch.name=semilla de Abedul +tile.sapling.jungle.name=semilla de arbol de selva +tile.deadbush.name=Arbusto Muerto +tile.bedrock.name=Roca Madre +tile.water.name=Agua +tile.lava.name=Lava +tile.sand.name=Arena +tile.sandStone.name=Polvo de Moro +tile.sandStone.default.name=Arenisca +tile.sandStone.chiseled.name=Arenisca decorada +tile.sandStone.smooth.name=Arenisca lisa +tile.gravel.name=Grava +tile.oreGold.name=Mineral de Oro +tile.oreIron.name=Mineral de Hierro +tile.oreCoal.name=Mineral de Carbón +tile.log.name=Madera +tile.log.oak.name=Madera de Roble +tile.log.spruce.name=Madera de pino +tile.log.birch.name=Madera de abedul +tile.log.jungle.name=Madera de selva +tile.leaves.name=Hojas +tile.leaves.oak.name=Hojas de roble +tile.leaves.spruce.name=Hojas de pino +tile.leaves.birch.name=Hojas de abedul +tile.leaves.jungle.name=Hojas de selva +tile.tallgrass.name=Pasto +tile.tallgrass.shrub.name=Arbusto +tile.tallgrass.grass.name=pasto +tile.tallgrass.fern.name=Helecho +tile.sponge.name=Esponja +tile.glass.name=Vidrio +tile.thinGlass.name=Panel de Vidrio +tile.cloth.name=Lana +tile.flower.name=Flor +tile.rose.name=Rosa +tile.mushroom.name=Hongo +tile.blockGold.name=Bloque de Oro +tile.blockIron.name=Bloque de Hierro +tile.stoneSlab.stone.name=Baldosa de piedra +tile.stoneSlab.sand.name=Losa de arenisca +tile.stoneSlab.wood.name=Tabla de madera +tile.stoneSlab.cobble.name=Losa de adoquines +tile.stoneSlab.brick.name=Losa de Ladrillo +tile.stoneSlab.smoothStoneBrick.name=Losa de ladrillos de piedra +tile.stoneSlab.netherBrick.name=Losa de Ladrillo Infernal +tile.stoneSlab.quartz.name=Losa de cuarzo +tile.woodSlab.oak.name=Losa de madera de roble +tile.woodSlab.spruce.name=Losa de madera de pito +tile.woodSlab.birch.name=Losa de madera de abedul +tile.woodSlab.jungle.name=Losa de madera de selva +tile.brick.name=Ladrillos +tile.tnt.name=TNT +tile.bookshelf.name=Biblioteca +tile.stoneMoss.name=Piedra Musgosa +tile.obsidian.name=Obsidiana +tile.torch.name=Antorcha +tile.fire.name=Fuego +tile.mobSpawner.name=Generador de monstruos +tile.stairsWood.name=Escaleras de Madera de Roble +tile.stairsWoodSpruce.name=Escaleras de Madera de pino +tile.stairsWoodBirch.name=Escaleras de Madera de Abedul +tile.stairsWoodJungle.name=Escaleras de Madera de Selva +tile.chest.name=Pecho +tile.chestTrap.name=Baúl atrapado +tile.redstoneDust.name=Polvo de Piedra roja +tile.oreDiamond.name=Mineral de Diamante +tile.blockDiamond.name=Bloque de Obsidiana +tile.workbench.name=Tabla de trabajo +tile.crops.name=Cultivos +tile.farmland.name=Tierra de cultivo +tile.furnace.name=Horno +tile.sign.name=Signo +tile.doorWood.name=Puerta de Madera +tile.ladder.name=Escalera +tile.rail.name=El Mulas +tile.goldenRail.name=via impulsora +tile.activatorRail.name=Carril Activador +tile.detectorRail.name=Detector de Carril +tile.stairsStone.name=Escaleras de Piedra +tile.stairsSandStone.name=Escaleras de arenisca +tile.lever.name=Palanca +tile.pressurePlate.name=Placa de Presión +tile.weightedPlate_light.name=Placa de presión con peso (liviana) +tile.weightedPlate_heavy.name=Placa de presión con peso (pesada) +tile.doorIron.name=Puerta de Hierro +tile.oreRedstone.name=Mineral de piedra roja +tile.notGate.name=Antorcha de Piedra roja +tile.button.name=Botón +tile.snow.name=Nieve +tile.ice.name=Hielo +tile.cactus.name=Cactus +tile.clay.name=Arcilla +tile.reeds.name=Caña de Azúcar +tile.jukebox.name=Jukebox +tile.fence.name=cerca +tile.fenceGate.name=Puerta de Cerca +tile.pumpkin.name=Zapallo +tile.litpumpkin.name=Zapallo Iluminado +tile.hellrock.name=Piedra Infernal +tile.hellsand.name=Arena de almas +tile.lightgem.name=Piedra Luminosa +tile.portal.name=Portal +tile.cloth.black.name=Lana Negra +tile.cloth.red.name=Lana Roja +tile.cloth.green.name=Lana Verde +tile.cloth.brown.name=Lana Marrón +tile.cloth.blue.name=Lana Azul +tile.cloth.purple.name=Lana Violeta +tile.cloth.cyan.name=Lana Cian +tile.cloth.silver.name=Lana gris claro +tile.cloth.gray.name=Lana Gris +tile.cloth.pink.name=Lana Rosa +tile.cloth.lime.name=Lana Verde Lima +tile.cloth.yellow.name=Lana Amarilla +tile.cloth.lightBlue.name=Lana Celeste +tile.cloth.magenta.name=Lana Magenta +tile.cloth.orange.name=Lana Naranja +tile.cloth.white.name=Lana +tile.oreLapis.name=Mineral de Lapiz Lazuli +tile.blockLapis.name=Bloque de lapislázuli +tile.dispenser.name=Dispensador +tile.dropper.name=Cuentagotas +tile.musicBlock.name=Bloque Musical +tile.cake.name=Torta +tile.bed.name=Cama +tile.bed.occupied=Esta cama está ocupada +tile.bed.noSleep=Solo podés dormir de noche +tile.bed.notSafe=No podés dormir ahora, hay monstruos cerca +tile.bed.notValid=Tu cama está perdida u obstruida +tile.lockedchest.name=Cofre cerrado +tile.trapdoor.name=Escotilla +tile.web.name=Telaraña +tile.stonebricksmooth.name=Ladrillos de Piedra +tile.stonebricksmooth.default.name=Ladrillos de piedra +tile.stonebricksmooth.mossy.name=Ladrillos de piedra musgosa +tile.stonebricksmooth.cracked.name=Ladrillos de piedra rajada +tile.stonebricksmooth.chiseled.name=Ladrillo de Piedra decorativa +tile.monsterStoneEgg.stone.name=Huevo de monstruo de piedra +tile.monsterStoneEgg.cobble.name=Huevo de monstruo de adoquín +tile.monsterStoneEgg.brick.name=Huevo de monstruo de ladrillos de piedra +tile.pistonBase.name=Pistón +tile.pistonStickyBase.name=Pistón Pegajoso +tile.fenceIron.name=Barras de Hierro +tile.melon.name=Sandía +tile.stairsBrick.name=Escaleras de Ladrillo +tile.stairsStoneBrickSmooth.name=Escaleras de Piedra +tile.vine.name=Enredaderas +tile.netherBrick.name=Ladrillos del Infierno +tile.netherFence.name=cerca del infierno +tile.stairsNetherBrick.name=Escalera del infierno +tile.netherStalk.name=planta del infierno +tile.cauldron.name=Calderón de la Barca +tile.enchantmentTable.name=Mesa de Encantamiento +tile.anvil.name=Yunque +tile.anvil.intact.name=Yunque +tile.anvil.slightlyDamaged.name=Yunque poco dañado +tile.anvil.veryDamaged.name=Yunque muy dañado +tile.whiteStone.name=Piedra del fin +tile.endPortalFrame.name=Portal del fin +tile.mycel.name=Micelio +tile.waterlily.name=Nenúfar +tile.dragonEgg.name=Huevo de dragón +tile.redstoneLight.name=Lampara de piedra roja +tile.cocoa.name=Cacao +tile.enderChest.name=baul del fin +tile.oreRuby.name=Mineral de Rubí +tile.oreEmerald.name=Mineral de Esmeralda +tile.blockEmerald.name=Bloque de Esmeralda +tile.blockRedstone.name=Bloque de Piedra roja +tile.tripWire.name=Cable trampa +tile.tripWireSource.name=Gancho para Cable trampa +tile.commandBlock.name=Bloque de comandos +tile.beacon.name=Faro +tile.beacon.primary=Poder Primario +tile.beacon.secondary=Poder secundario +tile.cobbleWall.normal.name=Pared de adoquin +tile.cobbleWall.mossy.name=Pared de Adoquín Musgoso +tile.carrots.name=Zanahorias +tile.potatoes.name=Papas +tile.daylightDetector.name=Sensor de Luz Solar +tile.netherquartz.name=Mineral de Cuarzo del Infierno +tile.hopper.name=Tolva +tile.quartzBlock.default.name=Bloque de Cuarzo +tile.quartzBlock.chiseled.name=Bloque de Cuarzo Trabajado +tile.quartzBlock.lines.name=Pilar de Cuarzo +tile.stairsQuartz.name=Escaleras de Cuarzo + +item.shovelIron.name=Pala de hierro +item.pickaxeIron.name=Pico de hierro +item.hatchetIron.name=Hacha de hierro +item.flintAndSteel.name=Encendedor +item.apple.name=Manzana +item.cookie.name=Galleta +item.bow.name=Arco +item.arrow.name=Flecha +item.coal.name=Carbón +item.charcoal.name=Carbón vegetal +item.diamond.name=Diamante +item.emerald.name=Esmeralda +item.ingotIron.name=hierro +item.ingotGold.name=Oro +item.swordIron.name=Espada de Hierro +item.swordWood.name=Espada de Madera +item.shovelWood.name=Pala de Madera +item.pickaxeWood.name=Pico de Madera +item.hatchetWood.name=Hacha de Madera +item.swordStone.name=Espada de Piedra +item.shovelStone.name=Pala de Piedra +item.pickaxeStone.name=Pico de Piedra +item.hatchetStone.name=Hacha de Piedra +item.swordDiamond.name=Espada de diamante +item.shovelDiamond.name=Pala de diamante +item.pickaxeDiamond.name=Pico de diamante +item.hatchetDiamond.name=Hacha de Diamante +item.stick.name=Palo +item.bowl.name=Bol +item.mushroomStew.name=Guiso de hongos +item.swordGold.name=Espada de Oro +item.shovelGold.name=Pala de Oro +item.pickaxeGold.name=Pico de Oro +item.hatchetGold.name=Hacha de Oro +item.string.name=Resorte +item.feather.name=Pluma +item.sulphur.name=Pólvora +item.hoeWood.name=Azada de Madera +item.hoeStone.name=Puta de piedra +item.hoeIron.name=Azada de Hierro +item.hoeDiamond.name=Azada de Diamante +item.hoeGold.name=Azada de Oro +item.seeds.name=Semillas +item.seeds_pumpkin.name=Semillas de Zapallo +item.seeds_melon.name=Semillas de Sandía +item.melon.name=Melón +item.wheat.name=Trigo +item.bread.name=Pan +item.helmetCloth.name=Gorra de Cuero +item.chestplateCloth.name=Túnica de Cuero +item.leggingsCloth.name=Pantalones de Cuero +item.bootsCloth.name=Botas de Cuero +item.helmetChain.name=Casco de Cota de Malla +item.chestplateChain.name=Pechera de malla +item.leggingsChain.name=Pantalones de Cota de Malla +item.bootsChain.name=Botas de Cota de Malla +item.helmetIron.name=Casco de Hierro +item.chestplateIron.name=Pechera de Hierro +item.leggingsIron.name=Pantalones de Hierro +item.bootsIron.name=Botas de Hierro +item.helmetDiamond.name=Casco de Diamante +item.chestplateDiamond.name=Pechera de Diamante +item.leggingsDiamond.name=Pantalones de diamante +item.bootsDiamond.name=Botas de diamante +item.helmetGold.name=Casco de Oro +item.chestplateGold.name=Pechera de Oro +item.leggingsGold.name=Pantalones de Oro +item.bootsGold.name=Botas de oro +item.flint.name=Pedernal +item.porkchopRaw.name=Chuleta de cerdo cruda +item.porkchopCooked.name=Carne de cerdo cocida +item.chickenRaw.name=Pollo Crudo +item.chickenCooked.name=Pollo Asado +item.beefRaw.name=Bife Crudo +item.beefCooked.name=Bife +item.painting.name=Cuadro +item.frame.name=Marco de item +item.appleGold.name=Manzana Dorada +item.sign.name=Cartel +item.doorWood.name=Puerta de Madera +item.bucket.name=Balderrama +item.bucketWater.name=Balde de Agua +item.bucketLava.name=Balde de lava +item.minecart.name=Carro +item.saddle.name=Montura +item.doorIron.name=Puerta de hierro +item.redstone.name=Piedra roja +item.snowball.name=Bola de nieve +item.boat.name=Bote +item.leather.name=Cuero +item.milk.name=Leche +item.brick.name=Ladrillo +item.clay.name=Arcilla +item.reeds.name=Caña de azúcar +item.paper.name=Papel +item.book.name=Libro +item.slimeball.name=bola de slime +item.minecartChest.name=Carro con baúl +item.minecartFurnace.name=Carro con Horno +item.minecartTnt.name=Tren con TNT +item.minecartHopper.name=Vagoneta con tolva +item.egg.name=Huevo +item.compass.name=Brújula +item.fishingRod.name=Caña de pescar +item.clock.name=Reloj +item.yellowDust.name=Polvo de piedra brillante +item.fishRaw.name=Pescado crudo +item.fishCooked.name=Pescado cocinado +item.record.name=Disco de música +item.bone.name=Hueso +item.dyePowder.black.name=tinta +item.dyePowder.red.name=Rosa roja +item.dyePowder.green.name=Cactus Verde +item.dyePowder.brown.name=Granos de Cacao +item.dyePowder.blue.name=Lapis lázuli +item.dyePowder.purple.name=Tinte Violeta +item.dyePowder.cyan.name=Tinta Cian +item.dyePowder.silver.name=Tinte Ligero Gris +item.dyePowder.gray.name=Tinte Gris +item.dyePowder.pink.name=Tinte Rosa +item.dyePowder.lime.name=Tinte verde limón +item.dyePowder.yellow.name=Diente de León amarillo +item.dyePowder.lightBlue.name=Tinte Celeste +item.dyePowder.magenta.name=Tinte Magenta +item.dyePowder.orange.name=Tinte Naranja +item.dyePowder.white.name=Hueso Molido +item.sugar.name=Azúcar +item.cake.name=Torta +item.bed.name=Cama +item.diode.name=Repetidor de Piedra Roja +item.comparator.name=Comparador de Piedra roja +item.map.name=Mapa +item.leaves.name=Hojas +item.shears.name=Tijeras +item.rottenFlesh.name=Carne Podrida +item.enderPearl.name=Perla de Ender +item.blazeRod.name=Vara de Blaze +item.ghastTear.name=Lágrima de Ghast +item.netherStalkSeeds.name=Planta del Infierno +item.potion.name=Poción +item.emptyPotion.name=Botella de Agua +item.goldNugget.name=Pepita de Oro +item.glassBottle.name=Botella de Vidrio +item.spiderEye.name=Ojo de Araña +item.fermentedSpiderEye.name=Ojo de Araña Fermentado +item.blazePowder.name=Polvo de Blaze +item.magmaCream.name=Crema de Magma +item.cauldron.name=Caldera +item.brewingStand.name=Destiladora +item.eyeOfEnder.name=Ojo de Ender +item.speckledMelon.name=Sandía Brillante +item.monsterPlacer.name=Generar +item.expBottle.name=Botella de Experiencia +item.fireball.name=Carga de Fuego +item.writingBook.name=Libro con pluma +item.writtenBook.name=Libro escrito +item.ruby.name=Zafiro +item.flowerPot.name=Maceta +item.emptyMap.name=Mapa en Blanco +item.carrots.name=Zanahoria +item.carrotGolden.name=Zanahoria de oro +item.potato.name=Papa +item.potatoBaked.name=Papa cocida +item.potatoPoisonous.name=Papa venenosa +item.skull.skeleton.name=Craneo de esqueleto +item.skull.wither.name=Craneo de Wither +item.skull.zombie.name=Cabeza de Zombie +item.skull.char.name=Cabeza +item.skull.player.name=Cabeza de %s +item.skull.creeper.name=Cabeza de Creeper +item.carrotOnAStick.name=caña con Zanahoria +item.netherStar.name=Estrella del Nether +item.pumpkinPie.name=Torta de calabaza +item.enchantedBook.name=Libro de encantamientos +item.fireworks.name=Cohete de Artificio +item.fireworks.flight=Duración de vuelo: +item.fireworksCharge.name=fuegos artificiales estrella +item.fireworksCharge.black=Negro +item.fireworksCharge.red=Rojo +item.fireworksCharge.green=Verde +item.fireworksCharge.brown=Marrón +item.fireworksCharge.blue=Azul +item.fireworksCharge.purple=Púrpura +item.fireworksCharge.cyan=Cian +item.fireworksCharge.silver=Gris claro +item.fireworksCharge.gray=Gris +item.fireworksCharge.pink=Rosa +item.fireworksCharge.lime=Cal +item.fireworksCharge.yellow=Amarillo +item.fireworksCharge.lightBlue=Azul Claro +item.fireworksCharge.magenta=Magenta +item.fireworksCharge.orange=Naranja +item.fireworksCharge.white=Blanco +item.fireworksCharge.customColor=Personalizado +item.fireworksCharge.fadeTo=decoloran a +item.fireworksCharge.flicker=Chisporroteo +item.fireworksCharge.trail=Rastro +item.fireworksCharge.type.0=Esfera pequeña +item.fireworksCharge.type.1=Esfera grande +item.fireworksCharge.type.2=Forma de estrella +item.fireworksCharge.type.3=Forma de Creeper +item.fireworksCharge.type.4=Explosión +item.fireworksCharge.type=Forma desconocida +item.netherbrick.name=Ladrillo del Infierno +item.netherquartz.name=Cuarzo del Infierno + +container.inventory=Inventario +container.hopper=Tolva de Objetos +container.crafting=Fabricación +container.dispenser=Dispensador +container.dropper=Cuentagotas +container.furnace=Horno +container.enchant=Encantamiento +container.repair=Reparar y Nombrar +container.repair.cost=Costo del Encantamiento: %1$d +container.repair.expensive=Demasiado caro! +container.creative=Selección de objetos +container.brewing=Destiladora +container.chest=baul +container.chestDouble=Cofre Grande +container.minecart=carro +container.enderchest=baul del infierno + +item.dyed=tinte + +entity.Item.name=Objeto +entity.XPOrb.name=Orbe de Experiencia +entity.SmallFireball.name=Pequeña bola de fuego +entity.Fireball.name=Bola de fuego + +entity.Arrow.name=flecha +entity.Snowball.name=Bola de Nieve +entity.Painting.name=Cuadro + +entity.Mob.name=Criatura +entity.Monster.name=Monstruo + +entity.Creeper.name=Creeper +entity.Skeleton.name=Esqueleto +entity.Spider.name=Araña +entity.Giant.name=Gigante +entity.Zombie.name=Zombie +entity.Slime.name=Mocofluyer +entity.Ghast.name=Gax +entity.PigZombie.name=Cerdo Zombie +entity.Enderman.name=Enderman +entity.Silverfish.name=Smegma +entity.CaveSpider.name=Araña de cueva +entity.Blaze.name=Blaze +entity.LavaSlime.name=Cubo de Magma +entity.MushroomCow.name=Vacaseta +entity.Villager.name=Aldeano +entity.VillagerGolem.name=Golum de Hierro +entity.SnowMan.name=Es ahora Golem +entity.EnderDragon.name=Dragón del Fin +entity.WitherBoss.name=Wither +entity.Witch.name=Bruja + +entity.Pig.name=Chancho +entity.Sheep.name=Oveja +entity.Cow.name=Vaca +entity.Chicken.name=Gallina +entity.Squid.name=Calamar +entity.Wolf.name=Lobo +entity.Ozelot.name=Ocipote +entity.Cat.name=Gato +entity.Bat.name=Murciélago + +entity.PrimedTnt.name=Bloque de TNT +entity.FallingSand.name=Bloque Cayendo + +entity.Minecart.name=Carro +entity.Boat.name=Bote + +entity.generic.name=desconocido + +death.fell.accident.ladder=%1$ s se cayó de una escalera +death.fell.accident.vines=%1$s se cayo de unas viñas +death.fell.accident.water=%1$s se cayo fuera del agua +death.fell.accident.generic=%1$ s cayó desde un lugar alto +death.fell.killer=%1$ s estaba condenado a caer +death.fell.assist=%1$s estaba condenado a caer por %2$s +death.fell.assist.item=%1$s estaba condenado a caer por %2$s usando %3$s +death.fell.finish=%1$ s fue cayó demasiado y terminó por %2$s +death.fell.finish.item=%1$s fue cayó demasiado y terminó por %2$s usando %3$s + +death.attack.inFire=%1$s subió en fuegos +death.attack.inFire.player=%1$s entró en fuego mientras lucha %2$s +death.attack.onFire=%1$s se quemó hasta la muerte +death.attack.onFire.player=%1$s ardió a una patata a la inglesa mientras que lucha %2$s +death.attack.lava=%1$s intentó nadar en lava +death.attack.lava.player=%1$s trató de nadar en la lava para escapar de %2$s +death.attack.inWall=%1$s sofocado en una pared +death.attack.drown=%1$s ahogado +death.attack.drown.player=%1$s se ahogó mientras trataba de escapar de %2$s +death.attack.starve=%1$s murieron de hambre +death.attack.cactus=%1$s fue pinchado hasta la muerte +death.attack.cactus.player=%1$s entró un cactus mientras trataba de escapar de %2$s +death.attack.generic=%1$s muerto +death.attack.explosion=%1$s saltar +death.attack.explosion.player=%1$s fue hecho saltar por %2$s +death.attack.magic=%1$s fue asesinado por arte de magia +death.attack.wither=%1$s marchitado +death.attack.anvil=%1$s ha sido aplastado por un yunque +death.attack.fallingBlock=%1$s ha sido aplastado por un bloque +death.attack.mob=%1$s fue asesinado por %2$s +death.attack.player=%1$s fue asesinado por %2$s +death.attack.player.item=%1$s fue asesinado por %2$s usando %3$s +death.attack.arrow=%1$s fue disparado por %2$s +death.attack.arrow.item=disparó %1$s %2$s usando %3$s +death.attack.fireball=%1$s fue alcanzado por una bola de fuego de %2$s +death.attack.fireball.item=%1$s fue bola de fuego por %2$s usando %3$s +death.attack.thrown=%1$s fue aplastado por %2$s +death.attack.thrown.item=%1$s fue golpeado por %2$s usando %3$s +death.attack.indirectMagic=mataron a %1$s %2$s usando magia +death.attack.indirectMagic.item=mataron a %1$s %2$s usando %3$s +death.attack.thorns=%1$s murió tratando de herir %2$s +death.attack.fall=%1$s cayó demasiado fuerte +death.attack.outOfWorld=%1$s se cayó del mundo + +deathScreen.respawn=Reaparecer +deathScreen.deleteWorld=Borrar mundo +deathScreen.titleScreen=Menú principal +deathScreen.score=Puntuación +deathScreen.title.hardcore=¡Se acabó el juego! +deathScreen.hardcoreInfo=No podes reaparecer en Modo Extremo! +deathScreen.title=¡Estás muerto! +deathScreen.leaveServer=Dejar el servidor + +potion.empty=Sin Efectos +potion.moveSpeed=Velocidad +potion.moveSlowdown=Lentitud +potion.digSpeed=Apuro +potion.digSlowDown=Cansancio al Minar +potion.damageBoost=Fuerza +potion.weakness=Debilidad +potion.heal=Salud Instantánea +potion.harm=Daño Instantáneo +potion.jump=Impulso de Salto +potion.confusion=Náusea +potion.regeneration=Regeneración +potion.resistance=Resistencia +potion.fireResistance=Resistencia al Fuego +potion.waterBreathing=Respiración Acuática +potion.invisibility=Invisibilidad +potion.blindness=Ceguera +potion.nightVision=Visión Nocturna +potion.hunger=Hambre +potion.poison=Veneno +potion.wither=Wither + +potion.moveSpeed.postfix=Poción de Rapidez +potion.moveSlowdown.postfix=Poción de retardo +potion.digSpeed.postfix=Poción de velocidad +potion.digSlowDown.postfix=Poción de Embotamiento +potion.damageBoost.postfix=Poción de Kubataa +potion.weakness.postfix=Poción del brazo alambre +potion.heal.postfix=Pocion de medisina +potion.harm.postfix=Pócima dañadora +potion.jump.postfix=Poción de Agacho +potion.confusion.postfix=Poción de San Juan +potion.regeneration.postfix=Anti arrugas +potion.resistance.postfix=La pota del sistentedoble +potion.fireResistance.postfix=Poción de doblesistencia ígnea +potion.waterBreathing.postfix=Poción de Respiración Subacuática +potion.invisibility.postfix=Capa de Harry Potter +potion.blindness.postfix=Poción del Salvi +potion.nightVision.postfix=Poción de Visión Nigga +potion.hunger.postfix=Poción de Hambre +potion.poison.postfix=Envenenado por veneno +potion.wither.postfix=Poción De Decaimiento + +potion.potency.0= +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV + +potion.prefix.grenade=Salpicadura +potion.prefix.mundane=Mundana +potion.prefix.uninteresting=Poco Interesante +potion.prefix.bland=Suave +potion.prefix.clear=limpio +potion.prefix.milky=Láctea +potion.prefix.diffuse=Difuso +potion.prefix.artless=simple +potion.prefix.thin=flacan +potion.prefix.awkward=Rara +potion.prefix.flat=Plano +potion.prefix.bulky=Voluminoso +potion.prefix.bungling=Torpe +potion.prefix.buttered=Grasienta +potion.prefix.smooth=Suave +potion.prefix.suave=Afable +potion.prefix.debonair=Cortés +potion.prefix.thick=Espesa +potion.prefix.elegant=Elegante +potion.prefix.fancy=Lujosa +potion.prefix.charming=Encantador +potion.prefix.dashing=Brillante +potion.prefix.refined=Refinado +potion.prefix.cordial=Cordial +potion.prefix.sparkling=Chispeante +potion.prefix.potent=Potente +potion.prefix.foul=Fea +potion.prefix.odorless=Inodoro +potion.prefix.rank=Rango +potion.prefix.harsh=Duro +potion.prefix.acrid=Acre +potion.prefix.gross=Asqueroso +potion.prefix.stinky=Apestosa + +enchantment.damage.all=Filo +enchantment.damage.undead=Castigo +enchantment.damage.arthropods=Pesadilla de los Artrópodos +enchantment.knockback=Empuje +enchantment.fire=Aspecto de Fuego +enchantment.protect.all=Condón +enchantment.protect.fire=Protección contra el fuego +enchantment.protect.fall=Caída de Pluma +enchantment.protect.explosion=Protección a Explosiones +enchantment.protect.projectile=Proyectil de Protección +enchantment.oxygen=Acné +enchantment.waterWorker=Afinidad al Agua +enchantment.digging=Deficit +enchantment.untouching=Toque de mis Huevos +enchantment.durability=Demigrante +enchantment.lootBonus=Atraco +enchantment.lootBonusDigger=Y fortuna +enchantment.arrowDamage=Poder +enchantment.arrowFire=Llama +enchantment.arrowKnockback=Puñetazo +enchantment.arrowInfinite=Infinidad +enchantment.thorns=espinas + +enchantment.level.1=I +enchantment.level.2=2 +enchantment.level.3=RVMIIV +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.level.10=Equis + +gui.achievements=Logros +gui.stats=Estadísticas + +stat.generalButton=General +stat.blocksButton=Ryo567 dice Bloque +stat.itemsButton=Objetos + +stat.used=Veces Usado +stat.mined=Veces Minadas +stat.depleted=Veces Gastado +stat.crafted=Veces Fabricado + +stat.startGame=Veces jugadas +stat.createWorld=Mundos Jugados +stat.loadWorld=Guarda carga +stat.joinMultiplayer=Sesiones Multijugador +stat.leaveGame=Partidas abandonadas + +stat.playOneMinute=Minutos Jugados + +stat.walkOneCm=Distancia Caminada +stat.fallOneCm=Distancia de caída +stat.swimOneCm=Distancia Nadada +stat.flyOneCm=Distancia Volada +stat.climbOneCm=Distancia Escalada +stat.diveOneCm=Distancia Excavada +stat.minecartOneCm=Distancia en carro +stat.boatOneCm=Distancia en Bote +stat.pigOneCm=Distancia en Cerdo +stat.jump=Agachos +stat.drop=Objetos Tirados + +stat.damageDealt=Daño Hecho +stat.damageTaken=Daño Recibido +stat.deaths=Número de Muertes +stat.mobKills=Criaturas Matadas +stat.playerKills=Muertes del Jugador +stat.fishCaught=Peces atrapados + +stat.mineBlock=%1$s Minados +stat.craftItem=%1$s Fabricado +stat.useItem=%1$s Usados +stat.breakItem=%1$s Roto + +achievement.get=¡Logro conseguido! + +achievement.taken=Toma! + +achievement.requires=Requiere '%1$s' +achievement.openInventory=Abriendo el Inventario +achievement.openInventory.desc=Apretá '%1$s' para abrir tu inventario. +achievement.mineWood=Consiguiendo Madera +achievement.mineWood.desc=Pegale a un árbol hasta que rompas un bloque de madera +achievement.buildWorkBench=¡A Trabajar! +achievement.buildWorkBench.desc=Creá una Mesa de Trabajo con cuatro bloques de madera refinada +achievement.buildPickaxe=¡Hora de minar! +achievement.buildPickaxe.desc=Usá tablas y palos para hacer un Pico +achievement.buildFurnace=Tema Caliente +achievement.buildFurnace.desc=Construye un horno con ocho bloques de piedra +achievement.acquireIron=Adquirir hardware +achievement.acquireIron.desc=Fundí un lingote de hierro +achievement.buildHoe=Tiempo a la granja! +achievement.buildHoe.desc=Usá tablas y palos para hacer una azada +achievement.makeBread=¡Hiciste Pan! +achievement.makeBread.desc=Gira trigo hacia pan +achievement.bakeCake=La Mentira +achievement.bakeCake.desc=Trigo, azúcar, leche y huevos! +achievement.buildBetterPickaxe=Consiguiendo una mejora +achievement.buildBetterPickaxe.desc=Construí un pico mejor +achievement.cookFish=Pescado rico +achievement.cookFish.desc=Captura y cocina un pescado! +achievement.onARail=En un Riel +achievement.onARail.desc=anda en carrito por lo menos 1 km. desde donde saliste +achievement.buildSword=¡Hora de atacar! +achievement.buildSword.desc=Usa tablas de madera y palos para hacer una espada +achievement.killEnemy=Cazador de monstruos +achievement.killEnemy.desc=Atacá y destruí un monstruo +achievement.killCow=Despellejando Vacas +achievement.killCow.desc=Consigue cuero +achievement.flyPig=Cuando los Cerdos Vuelan +achievement.flyPig.desc=Saltá de un precipicio con un chancho +achievement.snipeSkeleton=Duelo de francotiradores +achievement.snipeSkeleton.desc=Matá a un esqueleto con una flecha a más de 50 metros +achievement.diamonds=¡DIAMANTES! +achievement.diamonds.desc=Conseguí diamantes con tus herramientas de hierro +achievement.portal=Tenemos que Ir Más Profundo +achievement.portal.desc=Construí un portal al Infierno +achievement.ghast=Devolver al Remitente +achievement.ghast.desc=Destruye a Gax con una fuegibola +achievement.blazeRod=En llamas +achievement.blazeRod.desc=Sacale la vara a un Blaze +achievement.potion=Destilería local +achievement.potion.desc=Prepara una poción +achievement.theEnd=La final del end? +achievement.theEnd.desc=Localiza el End +achievement.theEnd2=El Fin. +achievement.theEnd2.desc=Derrotar al dragón de Bender +achievement.enchantments=Hechicero +achievement.enchantments.desc=Usa un libro y me encantas los huevos +achievement.overkill=Matanza +achievement.overkill.desc=Quita ocho corazones de daño en un solo golpe +achievement.bookcase=Biblioteca +achievement.bookcase.desc=Construí algunas librerias para mejorar tu Mesa de encantamientos + +commands.generic.exception=Ocurrió un error desconocido al intentar ejecutar este comando +commands.generic.syntax=Sintaxis de comando inválida +commands.generic.player.notFound=No se pudo encontrar el jugador +commands.generic.notFound=Comando desconocido. Escribí /help para la lista de comandos. +commands.generic.num.invalid='%s' no es un número válido +commands.generic.num.tooSmall=El número que pusiste (%d) es demasiado pequeño, debe ser por lo menos %d +commands.generic.num.tooBig=El número que pusiste (%d) es demasiado grande, tiene que ser máximo %d +commands.generic.double.tooSmall=El número que pusiste (%.2f) es demasiado pequeño, debe ser por lo menos %.2f +commands.generic.double.tooBig=El número que pusiste (%.2f) es demasiado grande, tiene que ser máximo %.2f +commands.generic.usage=Uso: %s + +commands.xp.failure.widthdrawXp=No se puede dar a jugador puntos de experiencia negativa +commands.xp.success=Dado %d experiencia a %s +commands.xp.success.levels=Se le dio %d de experiencia a %s +commands.xp.success.negative.levels=se le sacaron %d niveles a %s +commands.xp.usage=/xp [jugador] O /xp L [jugador] +commands.give.usage=/give [cantidad] [ID] +commands.give.notFound=No existe el objeto con el ID %d +commands.give.success=Dado %s (ID %d) * %d a %s +commands.effect.usage=/effect [seconds] [amplifier] +commands.effect.notFound=There is no such mob effect with ID %d +commands.effect.success=Given %1$s (ID %2$d) * %3$d to %4$s for %5$d seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.enchant.usage=/enchant [nivel] +commands.enchant.notFound=No existe ningún encantamiento con la ID %d +commands.enchant.noItem=El objetivo no sostiene un objeto +commands.enchant.cantEnchant=El encantamiento seleccionado no puede ser añadido al objeto +commands.enchant.cantCombine=%1$s no puede combinarse con %2$s +commands.enchant.success=Encantamiento exitoso +commands.clear.usage=/clear [Objeto] [Datos] +commands.clear.success=Limpiado el inventario de %s, eliminados %d objetos +commands.clear.failure=Could not clear the inventory of %s, no items to remove +commands.downfall.success=Precipitaciones cambiadas +commands.time.usage=/time +commands.time.added=Agregado %d al tiempo +commands.time.set=Tiempo ajustado a %d +commands.players.list=Hay %d/%d jugadores conectados: +commands.banlist.ips=Hay %d direcciones IP prohibidas en total: +commands.banlist.players=Hay %d jugadores prohibidos en total: +commands.banlist.usage=/banlist [ips|jugadores] +commands.kick.success=Se expulso a %s del juego +commands.kick.success.reason=Se expulso a %s del juego: '%s' +commands.kick.usage=/kick [razón...] +commands.op.success=%s ahora es OP +commands.op.usage=/op +commands.deop.success=%s dejó de ser OP +commands.deop.usage=/ deop +commands.say.usage=/say < mensaje... > +commands.ban.success=Jugador %s baneado +commands.ban.usage=/ban [razón...] +commands.unban.success=%s fue readmitido +commands.unban.usage=/pardon +commands.banip.invalid=Introdujiste una dirección IP no válida o de un jugador que no está conectado +commands.banip.success=Dirección IP %s baneada +commands.banip.success.players=La dirección IP %s perteneciente a %s fue baneada +commands.banip.usage=/ban-ip [razón ...] +commands.unbanip.invalid=Introdujiste una dirección IP no válida +commands.unbanip.success=Direccíon de IP %s permitida +commands.unbanip.usage=/pardon-ip +commands.save.enabled=Auto-guardado activado +commands.save.disabled=Auto-guardado desactivado +commands.save.start=Guardando... +commands.save.success=Mundo guardado +commands.save.failed=Error en el guardado: %s +commands.stop.start=Parando el servidor +commands.tp.success=%s teletransportado hacia %s +commands.tp.success.coordinates=Teletransportado %s a %.2f,%.2f,%.2f +commands.tp.usage=/tp [jugador objetivo] O /tp [jugador objetivo] ; +commands.tp.notSameDimension=Imposible teletransportar debido a que los jugadores no se encuentran en la misma dimensión +commands.whitelist.list=Hay %d (de %d vistos) jugadores en la lista blanca: +commands.whitelist.enabled=Lista blanca activada +commands.whitelist.disabled=Lista blanca desactivada +commands.whitelist.reloaded=Lista blanca recargada +commands.whitelist.add.success=Agregado %s a la lista blanca +commands.whitelist.add.usage=/whitelist add +commands.whitelist.remove.success=eliminado %s de la lista blanca +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/Whitelist +commands.scoreboard.usage=/scoreboard +commands.scoreboard.teamNotFound=Ningún equipo se encontró con el nombre '%s' +commands.scoreboard.objectiveNotFound=Ningún objetivo se encontró con el nombre '%s' +commands.scoreboard.objectiveReadOnly=El objetivo de '%s' es de sólo lectura y no se puede establecer +commands.scoreboard.objectives.usage=/scoreboard objectives +commands.scoreboard.objectives.setdisplay.usage=/marcador objetivos setdisplay [objetivo] +commands.scoreboard.objectives.setdisplay.invalidSlot=No hay tal imagen ranura '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Borra la pantalla objetiva ranura '%s' +commands.scoreboard.objectives.setdisplay.successSet=Fijó el objetivo de la exhibición en ranura '%s' a '%s' +commands.scoreboard.objectives.add.usage=/objetivos de marcador agregar [nombre para mostrar...] +commands.scoreboard.objectives.add.wrongType=Tipo de criterios objetivos no válidos. Los tipos válidos son: %s +commands.scoreboard.objectives.add.alreadyExists=Un objetivo con el nombre '%s' ya existe +commands.scoreboard.objectives.add.tooLong=El nombre de display '%s' es muy largo para un Objetivo, tiene que tener %d caracteres máximo +commands.scoreboard.objectives.add.displayTooLong=El nombre '%s' es muy largo para un Objetivo, tiene que tener %d caracteres máximo +commands.scoreboard.objectives.add.success=Añadido nuevo objetivo '%s' con éxito +commands.scoreboard.objectives.remove.usage=/objetivos de marcador quitar +commands.scoreboard.objectives.remove.success=Quitado con éxito objetivos '%s' +commands.scoreboard.objectives.list.count=Objetivo(s) de %d que muestra en marcador +commands.scoreboard.objectives.list.entry=-%s: muestra como '%s' y es de tipo '%s' +commands.scoreboard.objectives.list.empty=No hay objetivos en el marcador +commands.scoreboard.players.usage=/scoreboard players +commands.scoreboard.players.set.success=Sistema de puntuación de %s para jugador %s %d +commands.scoreboard.players.set.usage=/los jugadores marcador set +commands.scoreboard.players.add.usage=/los jugadores de marcador agregar +commands.scoreboard.players.remove.usage=/los jugadores marcador quitar +commands.scoreboard.players.reset.usage=/los jugadores marcador reset +commands.scoreboard.players.reset.success=Restablecer todas las puntuaciones del jugador %s +commands.scoreboard.players.list.count=Mostrando %d seguimiento a los jugadores en el marcador +commands.scoreboard.players.list.empty=Hay no hay jugadores seguidos en el marcador +commands.scoreboard.players.list.player.count=Mostrando el objetivo(s) orugas %d para %s +commands.scoreboard.players.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.players.list.player.empty=Jugador %s no tiene cuentas registradas +commands.scoreboard.teams.usage=/scoreboard teams +commands.scoreboard.teams.add.usage=/equipos de marcador agregar [nombre para mostrar...] +commands.scoreboard.teams.add.alreadyExists=Un equipo con el nombre '%s' ya existe +commands.scoreboard.teams.add.tooLong=El texto a mostrar '%s' es demasiado largo para un equipo, %d carácteres máximo +commands.scoreboard.teams.add.displayTooLong=El nombre '%s' es demasiado largo para un equipo, %d carácteres máximo +commands.scoreboard.teams.add.success=Añadido nuevo equipo '%s' con éxito +commands.scoreboard.teams.list.usage=/lista de equipos de marcador [nombre] +commands.scoreboard.teams.list.count=Equipos de %d que muestra en el cuadro de indicadores +commands.scoreboard.teams.list.entry=-%1$s: '%2$s' tiene %3$d jugadores +commands.scoreboard.teams.list.empty=Hay no hay equipos registrados en el marcador +commands.scoreboard.teams.list.player.count=Mostrando %d jugador(s) en equipo %s +commands.scoreboard.teams.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.teams.list.player.empty=Equipo de %s no tiene ningún jugador +commands.scoreboard.teams.empty.usage=/equipos de marcador claro +commands.scoreboard.teams.empty.alreadyEmpty=Equipo %s ya está vacío, no se puede quitar jugadores ficticia +commands.scoreboard.teams.empty.success=Extraído todas %d jugador(s) de equipo %s +commands.scoreboard.teams.remove.usage=/equipos de marcador quitar +commands.scoreboard.teams.remove.success=Equipo eliminado %s +commands.scoreboard.teams.join.usage=/equipos de marcador Únete [player] +commands.scoreboard.teams.join.success=Añadido %d jugador(s) equipo %s: %s +commands.scoreboard.teams.join.failure=No se pudo agregar jugador(s) %d para equipo %s: %s +commands.scoreboard.teams.leave.usage=/equipos de marcador dejan [player] +commands.scoreboard.teams.leave.success=Extraído %d jugador(s) de su equipo: %s +commands.scoreboard.teams.leave.failure=No se pudo quitar %d jugador(s) de su equipo: %s +commands.scoreboard.teams.leave.noTeam=No estás en un equipo +commands.scoreboard.teams.option.usage=/marcador equipos opción +commands.scoreboard.teams.option.noValue=Los valores válidos para la opción %s son: %s +commands.scoreboard.teams.option.success=Set option %s for team %s to %s +commands.gamemode.success.self=Se cambio el modo de juego a %s +commands.gamemode.success.other=Se cambio el modo de juego de %s's a %s +commands.gamemode.usage=/gamemode [jugador] +commands.defaultgamemode.usage=/defaultgamemode +commands.defaultgamemode.success=El modo predeterminado del mundo ahora es %s +commands.me.usage=/me +commands.help.header=--- Mostrando página de ayuda %d de %d (/help ) --- +commands.help.footer=Sugerencia: Usá mientras escrivis un comando para auto-completar el comando o sus argumentos +commands.help.usage=/help [página|nombre del comando] +commands.publish.started=Juego local alojado en %s +commands.publish.failed=Imposible alojar un juego local +commands.debug.start=Perfiles de depuración iniciados +commands.debug.stop=Depuración detenida después de %.2f segundos (%d ticks) +commands.debug.notStarted=¡No puede frenarse la depuración si ni empezó! +commands.debug.usage=/debug +commands.message.usage=/tell +commands.message.sameTarget=¡No podés enviarte un mensaje privado a vos mismo! +commands.message.display.outgoing=Le susurraste a %s: %s +commands.message.display.incoming=%s te susurró: %s +commands.difficulty.usage=/difficulty +commands.difficulty.success=Dificultad del juego cambiada a %s +commands.spawnpoint.usage=/spawnpoint O /spawnpoint O /spawnpoint +commands.spawnpoint.success=Colocado el punto de origen de %s a (%d, %d, %d) +commands.gamerule.usage=/gamerule O /gamerule +commands.gamerule.success=Las reglas del juego fueron cambiadas +commands.gamerule.norule=No hay ninguna regla del juego llamada '%s' +commands.weather.usage=/weather [Duración en segundos] +commands.weather.clear=Cambiado el tiempo a soleado +commands.weather.rain=Cambiando el tiempo a lluvia +commands.weather.thunder=Cambiando a tormenta +commands.testfor.usage=/testfor +commands.testfor.failed=/testfor sólo es utilizable por commandblocks con salida analógica + +itemGroup.buildingBlocks=Bloques de Construccíon +itemGroup.decorations=Bloques Decorativos +itemGroup.redstone=Piedra roja +itemGroup.transportation=Transporte +itemGroup.misc=Varios +itemGroup.search=Buscar objetos +itemGroup.food=Comida +itemGroup.tools=Herramientas +itemGroup.combat=Combate +itemGroup.brewing=Pociones +itemGroup.materials=Materiales +itemGroup.inventory=Inventario de supervivencia + +inventory.binSlot=Destruir Objeto + +advMode.setCommand=Establecer Comando de Consola para Bloque +advMode.command=Comando de Consola +advMode.nearestPlayer=Usá "@p" para elegir al jugador más cercano +advMode.randomPlayer=Usá "@r" para elegir a un jugador al azar +advMode.allPlayers=Usá '@a' para elegir a todos los jugadores + +advMode.notEnabled=Los bloques de comandos no están activados en este servidor +advMode.notAllowed=tenes que ser jugador 'op' en modo creativo + +mco.title=Minecraft Realms +mco.selectServer.select=Entrar al servidor +mco.selectServer.configure=Configurar +mco.selectServer.create=Crear mundo +mco.selectServer.moreinfo=Más Info + +mco.configure.world.edit.title=Editar mundo + +mco.configure.world.title=Configurar el mundo +mco.configure.world.name=Nombre +mco.configure.world.description=Descripción +mco.configure.world.location=Ubicación +mco.configure.world.invited=Invitado +mco.configure.world.buttons.edit=Editar +mco.configure.world.buttons.reset=Restablecer el mundo +mco.configure.world.buttons.done=Hecho +mco.configure.world.buttons.delete=Eliminar +mco.configure.world.buttons.open=Mundo abierto +mco.configure.world.buttons.close=Cerrar el mundo +mco.configure.world.buttons.invite=Invitar a +mco.configure.world.buttons.uninvite=anular invitación +mco.configure.world.buttons.subscription=Subscription +mco.configure.world.invite.profile.name=Nombre +mco.configure.world.uninvite.question=Está seguro de que desea uninvite + +mco.configure.world.subscription.title=Subscription Info +mco.configure.world.subscription.daysleft=Days Left +mco.configure.world.subscription.start=Start Date +mco.configure.world.subscription.extend=Extend + +mco.create.world.location.title=Ubicaciones +mco.create.world.location.warning=No puede obtener la ubicación exacta que usted seleccione +mco.create.world.wait=Creando el mundo... + +mco.reset.world.title=Restablecer el mundo +mco.reset.world.warning=Esto eliminará permanentemente su mundo! +mco.reset.world.seed=Semilla (opcional) +mco.reset.world.resetting.screen.title=Reajustar el mundo... + +mco.configure.world.close.question.line1=Su mundo se convertirá en carácter. +mco.configure.world.close.question.line2=¿Está seguro de que desea hacerlo? + +mco.connect.connecting=Conectar con el servidor en línea... +mco.connect.authorizing=Registro en... +mco.connect.failed=Error al conectar con el servidor en línea + +mco.create.world=Crear + diff --git a/1.5.2/lang/es_VE.lang b/1.5.2/lang/es_VE.lang new file mode 100644 index 00000000..d222cd00 --- /dev/null +++ b/1.5.2/lang/es_VE.lang @@ -0,0 +1,1293 @@ +#X-Generator: crowdin.net + +language.name=Español +language.region=Venezuela +language.code=es_VE + +gui.done=Aceptar +gui.cancel=Cancelar +gui.back=Back +gui.toMenu=Volver al Menú +gui.up=Arriba +gui.down=Abajo +gui.yes=Sí +gui.no=No + +menu.singleplayer=Un Jugador +menu.multiplayer=Multijugador +menu.online=Minecraft Realms +menu.options=Opciones... +menu.quit=Salir del Juego +menu.returnToMenu=Guardar y Volver al Menú Principal +menu.disconnect=Desconectarse +menu.returnToGame=Volver al juego +menu.switchingLevel=Cambiando de mundos +menu.generatingLevel=Generando mundo +menu.loadingLevel=Cargando mundo +menu.generatingTerrain=Construyendo terreno +menu.convertingLevel=Convirtiendo mundo +menu.simulating=Simulando el mundo por un momento +menu.respawning=Reviviendo +menu.shareToLan=Abrir a la LAN + +selectWorld.title=Seleccionar mundo +selectWorld.empty=vacío +selectWorld.world=Mundo +selectWorld.select=Jugar mundo seleccionado +selectWorld.create=Crear nuevo mundo +selectWorld.recreate=Crear de nuevo +selectWorld.createDemo=Jugar nuevo mundo de prueba +selectWorld.delete=Borrar +selectWorld.rename=Renombrar +selectWorld.deleteQuestion=¿Estás seguro de que quieres borrar este mundo? +selectWorld.deleteWarning=¡Se perderá para siempre! (¡mucho tiempo!) +selectWorld.deleteButton=Borrar +selectWorld.renameButton=Renombrar +selectWorld.renameTitle=Renombrar mundo +selectWorld.conversion=¡Debe ser convertido! +selectWorld.newWorld=Nuevo mundo +selectWorld.newWorld.copyOf=Copia de %s +selectWorld.enterName=Nombre del mundo +selectWorld.resultFolder=Se guardará en: +selectWorld.enterSeed=Semilla para el Generador de Mundos +selectWorld.seedInfo=Deja en blanco para una semilla aleatoria +selectWorld.cheats=Trucos +selectWorld.customizeType=Personalizar + +createWorld.customize.presets=Plantillas +createWorld.customize.presets.title=Seleccionar una plantilla +createWorld.customize.presets.select=Usar plantilla +createWorld.customize.presets.share=¿Quieres compartir tu plantilla con alguién más? ¡Usa la caja debajo! +createWorld.customize.presets.list=Alternativamente, ¡aquí hay unas que hicimos antes! +createWorld.customize.flat.title=Personalización de mundos súper planos +createWorld.customize.flat.tile=Material de la Capa +createWorld.customize.flat.height=Altura +createWorld.customize.flat.addLayer=Anãdir Capa +createWorld.customize.flat.editLayer=Editar Capa +createWorld.customize.flat.removeLayer=Eliminar Capa +createWorld.customize.flat.layer.top=Superior - %d +createWorld.customize.flat.layer=%d +createWorld.customize.flat.layer.bottom=Inferior - %d + +gameMode.survival=Modo Supervivencia +gameMode.creative=Modo Creativo +gameMode.adventure=Modo aventura +gameMode.hardcore=¡Modo Extremo! +gameMode.changed=Su modo de juego se ha actualizado + +selectWorld.gameMode=Modo de juego: +selectWorld.gameMode.survival=Supervivencia +selectWorld.gameMode.survival.line1=Busca recursos, fabrica, gana +selectWorld.gameMode.survival.line2=niveles, salud y hambre +selectWorld.gameMode.creative=Creativo +selectWorld.gameMode.creative.line1=Recursos ilimitados, vuelo libre y +selectWorld.gameMode.creative.line2=destruye bloques al instante +selectWorld.gameMode.hardcore=Extremo +selectWorld.gameMode.hardcore.line1=Igual que el modo supervivencia, pero bloqueado en la máxima +selectWorld.gameMode.hardcore.line2=dificultad, y sólo una vida +selectWorld.gameMode.adventure=Aventura +selectWorld.gameMode.adventure.line1=Igual que el modo supervivencia, pero los bloques no +selectWorld.gameMode.adventure.line2=pueden ser añadidos o eliminados +selectWorld.moreWorldOptions=Más opciones de mundo... +selectWorld.mapFeatures=Generar estructuras: +selectWorld.mapFeatures.info=Aldeas, calabozos, etc. +selectWorld.mapType=Tipo de mundo: +selectWorld.mapType.normal=Normal +selectWorld.allowCommands=Permitir Trucos: +selectWorld.allowCommands.info=Comandos como /gamemode, /xp +selectWorld.hardcoreMode=Extremo: +selectWorld.hardcoreMode.info=El mundo es borrado al morir +selectWorld.bonusItems=Baúl de bonificación: + +generator.default=Por defecto +generator.flat=Súper plano +generator.largeBiomes=Biomas grandes + +selectServer.title=Seleccionar servidor +selectServer.empty=vacío +selectServer.select=Unirse a servidor +selectServer.direct=Conexión directa +selectServer.edit=Editar +selectServer.delete=Borrar +selectServer.add=Agregar servidor +selectServer.defaultName=Servidor Minecraft +selectServer.deleteQuestion=¿Estás seguro de que quieres borrar este servidor? +selectServer.deleteWarning=¡Se perderá para siempre! (¡mucho tiempo!) +selectServer.deleteButton=Borrar +selectServer.refresh=Actualizar +selectServer.hiddenAddress=(Oculto) +addServer.title=Editar información del servidor +addServer.enterName=Nombre del servidor +addServer.enterIp=Dirección del servidor +addServer.add=Listo +addServer.hideAddress=Ocultar Dirección +lanServer.title=Mundo LAN +lanServer.scanning=Scanning for games on your local network +lanServer.start=Iniciar mundo LAN +lanServer.otherPlayers=Configuraciones para Otros Jugadores +mcoServer.title=Minecraft Online World + +multiplayer.title=Jugar Multijugador +multiplayer.connect=Conectar +multiplayer.info1=Minecraft Multijugador no está terminado, pero +multiplayer.info2=se están llevando a cabo pruebas con algunos bugs. +multiplayer.ipinfo=Introduce la IP del servidor para conectarte a él: + +multiplayer.texturePrompt.line1=Este servidor recomienda el uso de un paquete de texturas personalizado. +multiplayer.texturePrompt.line2=¿Desearías descargar e instalarlo automáticamente? + +multiplayer.downloadingTerrain=Descargando terreno + +multiplayer.stopSleeping=Salir de la cama + +chat.link.confirm=¿Estás seguro de que quieres abrir el siguiente sitio web? +chat.link.warning=¡Nunca abras enlaces de personas que no conozcas! +chat.copy=Copiar al portapapeles + +menu.playdemo=Jugar Mundo de Demostración +menu.resetdemo=Reiniciar Mundo de Demostración +demo.day.1=Esta demo sólo durará 5 días, ¡haz lo mejor que puedas! +demo.day.2=Día dos +demo.day.3=Día tres +demo.day.4=Día cuatro +demo.day.5=¡Este es tu último día! +demo.day.warning=¡Tu tiempo casi se termina! +demo.day.6=Has terminado tu quinto día, pulsa F2 para guardar una captura de pantalla de tu creación +demo.reminder=¡El tiempo de la demo se ha acabado, compra el juego para continuar o empieza con un nuevo mundo! +demo.remainingTime=Tiempo restante: %s +demo.demoExpired=¡El tiempo de demostración ha terminado! +demo.help.movement=Usa %1$s,%2$s, %3$s, %4$s y el ratón para moverte +demo.help.movementShort=Muévete presionando %1$s, %2$s, %3$s, %4$s +demo.help.movementMouse=Mira a tu alrededor usando el ratón +demo.help.jump=Salta presionando %1$s +demo.help.inventory=Usa %1$s para abrir tu inventario +demo.help.title=Modo Demostración de Minecraft +demo.help.fullWrapped=Esta demostración durará 5 días de minecraft (aproximadamente 1 hora y 40 minutos de tiempo real). ¡Revisa los logros para obtener pistas! ¡Diviértete! +demo.help.buy=¡Comprar ahora! +demo.help.later=¡Continuar jugando! + +connect.connecting=Conectando con el servidor... +connect.authorizing=Iniciando sesión... +connect.failed=No se pudo conectar al servidor + +disconnect.genericReason=%s +disconnect.disconnected=Desconectado por el servidor +disconnect.lost=Conexión perdida +disconnect.kicked=Fue expulsado del juego +disconnect.timeout=Tiempo de espera agotado +disconnect.closed=Conexión finalizada +disconnect.loginFailed=Error al iniciar sesión +disconnect.loginFailedInfo=Error al iniciar sesión: %s +disconnect.quitting=Desconectando +disconnect.endOfStream=Fin de la conexión +disconnect.overflow=Desbordamiento de búfer +disconnect.spam=Expulsado por spam + +options.off=Desactivado +options.on=Activado +options.visible=Mostrar +options.hidden=Esconder +options.title=Opciones +options.controls=Controles... +options.video=Ajustes de video... +options.language=Idioma... +options.languageWarning=Las traducciones no son 100% correctas +options.videoTitle=Ajustes de video +options.music=Música +options.sound=Sonido +options.invertMouse=Invertir ratón +options.fov=Campo de visión +options.fov.min=Normal +options.fov.max=Quake Pro +options.gamma=Brillo +options.gamma.min=Oscuro +options.gamma.max=Brillante +options.sensitivity=Sensibilidad +options.sensitivity.min=*bostezo* +options.sensitivity.max=¡¡¡Hípervelocidad!!! +options.renderDistance=Distancia de renderizado +options.renderDistance.tiny=Pequeña +options.renderDistance.short=Corta +options.renderDistance.normal=Normal +options.renderDistance.far=Lejana +options.viewBobbing=Moviento de la visión +options.ao=Iluminación suave +options.ao.off=Off +options.ao.min=Minimum +options.ao.max=Maximum +options.anaglyph=Anaglifo 3D +options.framerateLimit=Rendimiento +options.difficulty=Dificultad +options.difficulty.peaceful=Pacífica +options.difficulty.easy=Fácil +options.difficulty.normal=Normal +options.difficulty.hard=Difícil +options.difficulty.hardcore=Extremo +options.graphics=Gráficos +options.graphics.fancy=Detallados +options.graphics.fast=Rápidos +options.guiScale=Escala de la GUI +options.guiScale.auto=Automática +options.guiScale.small=Pequeña +options.guiScale.normal=Normal +options.guiScale.large=Grande +options.advancedOpengl=OpenGL avanzado +options.renderClouds=Nubes +options.farWarning1=Se recomienda la instalación de Java de 64 bits +options.farWarning2=para la distancia de renderizado "Larga" (tienes la versión de 32 bits) +options.particles=Partículas +options.particles.all=Todas +options.particles.decreased=Disminuidas +options.particles.minimal=Mínimas +options.multiplayer.title=Ajustes de Multijugador... +options.chat.title=Configuración del chat... +options.chat.visibility=Chat +options.chat.visibility.full=Visible +options.chat.visibility.system=Sólo comandos +options.chat.visibility.hidden=Oculto +options.chat.color=Colores +options.chat.opacity=Opacidad +options.chat.links=Enlances Web +options.chat.links.prompt=Preguntar sobre enlaces +options.chat.scale=Escala +options.chat.width=Ancho +options.chat.height.focused=Altura Enfocada +options.chat.height.unfocused=Altura desenfocada +options.showCape=Mostrar Capa +options.serverTextures=Texturas del servidor +options.snooper=Permitir recolección de datos +options.snooper.view=Configurar recolector de datos... +options.snooper.title=Recolección de especificaciones de la computadora +options.snooper.desc=Queremos recoger información sobre tu equipo para mejorar Minecraft, sabiendo que podemos seguir usando y donde están los mayores problemas. Toda esta información es completamente anónima y puede verse abajo. Prometemos que no haremos nada malo con ella, ¡pero si prefieres no participar, siéntete libre de desconectarla! +options.texture.pack=Paquetes de Texturas +options.fullscreen=Pantalla completa +options.vsync=Usar VSync +options.touchscreen=Modo Pantalla Táctil + +performance.max=FPS máximos +performance.balanced=Balanceado +performance.powersaver=Ahorro de poder + +controls.title=Controles + +key.forward=Adelante +key.left=Izquierda +key.back=Atrás +key.right=Derecha +key.jump=Saltar +key.inventory=Inventario +key.drop=Soltar +key.chat=Chat +key.fog=Activar neblina +key.sneak=Agacharse +key.playerlist=Lista de Jugadores +key.attack=Atacar +key.use=Usar objeto +key.pickItem=Agarrar bloque +key.mouseButton=Botón %1$s +key.command=Comando + +texturePack.openFolder=Abrir carpeta de paquetes de texturas +texturePack.title=Seleccionar paquete de texturas +texturePack.folderInfo=(Coloca los archivos del paquete de texturas aquí) +texturePack.incompatible=Incompatible + +book.pageIndicator=Página %1$s de %2$s +book.byAuthor=por %1$s +book.signButton=Firmar +book.editTitle=Escribe el título del libro: +book.finalizeButton=Firmar y cerrar +book.finalizeWarning=¡Nota! Al firmar el libro, ya no se podrá editarlo. + +tile.stone.name=Piedra + +tile.grass.name=Bloque de hierba +tile.dirt.name=Tierra +tile.stonebrick.name=Adoquín +tile.wood.name=Tablas de madera +tile.wood.oak.name=Tablas de roble +tile.wood.spruce.name=Tablas de pino +tile.wood.birch.name=Tablas de abedul +tile.wood.jungle.name=Tablas de madera selvática +tile.sapling.oak.name=Arbolito de roble +tile.sapling.spruce.name=Arbolito de pino +tile.sapling.birch.name=Arbolito de abedul +tile.sapling.jungle.name=Arbolito de la selva +tile.deadbush.name=Arbusto muerto +tile.bedrock.name=Lecho rocoso +tile.water.name=Agua +tile.lava.name=Lava +tile.sand.name=Arena +tile.sandStone.name=Piedra Arenisca +tile.sandStone.default.name=Arenisca +tile.sandStone.chiseled.name=Arenisca cincelada +tile.sandStone.smooth.name=Arenisca lisa +tile.gravel.name=Gravilla +tile.oreGold.name=Mineral de Oro +tile.oreIron.name=Mineral de Hierro +tile.oreCoal.name=Mineral de Carbón +tile.log.name=Madera +tile.log.oak.name=Madera de roble +tile.log.spruce.name=Madera de pino +tile.log.birch.name=Madera de abedul +tile.log.jungle.name=Madera selvática +tile.leaves.name=Hojas +tile.leaves.oak.name=Hojas de roble +tile.leaves.spruce.name=Hojas de pino +tile.leaves.birch.name=Hojas de abedul +tile.leaves.jungle.name=Hojas selváticas +tile.tallgrass.name=Hierba +tile.tallgrass.shrub.name=Arbusto +tile.tallgrass.grass.name=Hierba +tile.tallgrass.fern.name=Helecho +tile.sponge.name=Esponja +tile.glass.name=Vidrio +tile.thinGlass.name=Panel de vidrio +tile.cloth.name=Lana +tile.flower.name=Flor +tile.rose.name=Rosa +tile.mushroom.name=Hongo +tile.blockGold.name=Bloque de Oro +tile.blockIron.name=Bloque de Hierro +tile.stoneSlab.stone.name=Losa de piedra +tile.stoneSlab.sand.name=Losa de Piedra Arenisca +tile.stoneSlab.wood.name=Losa de Madera +tile.stoneSlab.cobble.name=Losa de Adoquín +tile.stoneSlab.brick.name=Losa de Ladrillos +tile.stoneSlab.smoothStoneBrick.name=Losa de Ladrillos de Piedra +tile.stoneSlab.netherBrick.name=Losa inferior de ladrillo +tile.stoneSlab.quartz.name=Losa de cuarzo +tile.woodSlab.oak.name=Losa de madera de roble +tile.woodSlab.spruce.name=Losa de madera de pino +tile.woodSlab.birch.name=Losa de madera de abedul +tile.woodSlab.jungle.name=Losa de madera selvática +tile.brick.name=Ladrillos +tile.tnt.name=Dinamita +tile.bookshelf.name=Estante +tile.stoneMoss.name=Piedra Musgosa +tile.obsidian.name=Obsidiana +tile.torch.name=Antorcha +tile.fire.name=Fuego +tile.mobSpawner.name=Generador de Monstruos +tile.stairsWood.name=Escaleras de madera de roble +tile.stairsWoodSpruce.name=Escaleras de madera de pino +tile.stairsWoodBirch.name=Escaleras de madera de abedul +tile.stairsWoodJungle.name=Escaleras de madera selvática +tile.chest.name=Baúl +tile.chestTrap.name=Baúl atrapado +tile.redstoneDust.name=Polvo de piedra roja +tile.oreDiamond.name=Mineral de Diamante +tile.blockDiamond.name=Bloque de Diamante +tile.workbench.name=Jokey Craft +tile.crops.name=Cultivos +tile.farmland.name=Tierra de Cultivos +tile.furnace.name=Horno +tile.sign.name=Cartel +tile.doorWood.name=Puerta de Madera +tile.ladder.name=Escalera +tile.rail.name=Carril +tile.goldenRail.name=Carril Propulsor +tile.activatorRail.name=Riel Activador +tile.detectorRail.name=Carril detector +tile.stairsStone.name=Escaleras de Piedra +tile.stairsSandStone.name=Escaleras de arenisca +tile.lever.name=Palanca +tile.pressurePlate.name=Placa de Presión +tile.weightedPlate_light.name=Placa de presión ponderada (ligera) +tile.weightedPlate_heavy.name=Placa de presión ponderada (pesada) +tile.doorIron.name=Puerta de Hierro +tile.oreRedstone.name=Mineral de Piedra Roja +tile.notGate.name=Antorcha de Piedra Roja +tile.button.name=Botón +tile.snow.name=Nieve +tile.ice.name=Hielo +tile.cactus.name=Cactus +tile.clay.name=Arcilla +tile.reeds.name=Caña de azúcar +tile.jukebox.name=Caja Musical +tile.fence.name=Cerca +tile.fenceGate.name=Puerta de Cerca +tile.pumpkin.name=Auyama +tile.litpumpkin.name=Linterna de Jack +tile.hellrock.name=Piedra Abisal +tile.hellsand.name=Arena de Almas +tile.lightgem.name=Piedra Luminosa +tile.portal.name=Portal +tile.cloth.black.name=Lana Negra +tile.cloth.red.name=Lana Roja +tile.cloth.green.name=Lana Verde +tile.cloth.brown.name=Lana Marrón +tile.cloth.blue.name=Lana Azul +tile.cloth.purple.name=Lana Morada +tile.cloth.cyan.name=Lana Turquesa +tile.cloth.silver.name=Lana Gris Claro +tile.cloth.gray.name=Lana Gris +tile.cloth.pink.name=Lana Rosada +tile.cloth.lime.name=Lana Verde Limón +tile.cloth.yellow.name=Lana Amarilla +tile.cloth.lightBlue.name=Lana Azul Cielo +tile.cloth.magenta.name=Lana Magenta +tile.cloth.orange.name=Lana anaranjada +tile.cloth.white.name=Lana +tile.oreLapis.name=Mena de Lapislázuli +tile.blockLapis.name=Bloque de Lapislázuli +tile.dispenser.name=Dispensador +tile.dropper.name=Lanzador +tile.musicBlock.name=Bloque musical +tile.cake.name=Torta +tile.bed.name=Cama +tile.bed.occupied=Esta cama está ocupada +tile.bed.noSleep=Sólo puedes dormir de noche +tile.bed.notSafe=No puedes descansar ahora, hay monstruos cerca +tile.bed.notValid=Tu cama ya no está o se encuentra obstruida +tile.lockedchest.name=Baúl cerrado +tile.trapdoor.name=Escotilla +tile.web.name=Telaraña +tile.stonebricksmooth.name=Ladrillos de Piedra +tile.stonebricksmooth.default.name=Ladrillos de piedra +tile.stonebricksmooth.mossy.name=Ladrillos de piedra musgosos +tile.stonebricksmooth.cracked.name=Ladrillos de piedra agrietados +tile.stonebricksmooth.chiseled.name=Ladrillos de piedra cincelada +tile.monsterStoneEgg.stone.name=Huevo de monstruo de piedra +tile.monsterStoneEgg.cobble.name=Huevo de monstruo de adoquín +tile.monsterStoneEgg.brick.name=Huevo de monstruo de ladrillos de piedra +tile.pistonBase.name=Pistón +tile.pistonStickyBase.name=Pistón Pegajoso +tile.fenceIron.name=Barrotes de Hierro +tile.melon.name=Melón +tile.stairsBrick.name=Escalera de Ladrillos +tile.stairsStoneBrickSmooth.name=Escaleras de Ladrillos de Piedra +tile.vine.name=Enredadera +tile.netherBrick.name=Ladrillo Abisal +tile.netherFence.name=Cerca de Ladrillo Abisal +tile.stairsNetherBrick.name=Escaleras de Ladrillo Abisal +tile.netherStalk.name=Tallo Abisal +tile.cauldron.name=Caldero +tile.enchantmentTable.name=Mesa de hechizos +tile.anvil.name=Yunque +tile.anvil.intact.name=Yunque +tile.anvil.slightlyDamaged.name=Yunque Ligeramente Dañada +tile.anvil.veryDamaged.name=Yunque Muy Dañado +tile.whiteStone.name=Piedra del Fin +tile.endPortalFrame.name=Portal del fin +tile.mycel.name=Micelio +tile.waterlily.name=Nenúfar +tile.dragonEgg.name=Huevo de Dragón +tile.redstoneLight.name=Lámpara de piedra roja +tile.cocoa.name=Cacao +tile.enderChest.name=Baúl Ender +tile.oreRuby.name=Mena de rubí +tile.oreEmerald.name=Mena de esmeralda +tile.blockEmerald.name=Bloque de esmeralda +tile.blockRedstone.name=Bloque de piedra roja +tile.tripWire.name=Cable trampa +tile.tripWireSource.name=Gancho de cable trampa +tile.commandBlock.name=Bloque de comandos +tile.beacon.name=Faro +tile.beacon.primary=Poder primario +tile.beacon.secondary=Poder secundario +tile.cobbleWall.normal.name=Muro de adoquín +tile.cobbleWall.mossy.name=Muro de adoquín musgoso +tile.carrots.name=Zanahorias +tile.potatoes.name=Papas +tile.daylightDetector.name=Sensor de luz diurna +tile.netherquartz.name=Mena abisal de cuarzo +tile.hopper.name=Tolva +tile.quartzBlock.default.name=Bloque de cuarzo +tile.quartzBlock.chiseled.name=Bloque de cuarzo cincelado +tile.quartzBlock.lines.name=Pilar de cuarzo +tile.stairsQuartz.name=Escaleras de cuarzo + +item.shovelIron.name=Pala de Hierro +item.pickaxeIron.name=Pico de Hierro +item.hatchetIron.name=Hacha de Hierro +item.flintAndSteel.name=Encendedor +item.apple.name=Manzana +item.cookie.name=Galleta +item.bow.name=Arco +item.arrow.name=Flecha +item.coal.name=Carbón +item.charcoal.name=Carbón Vegetal +item.diamond.name=Diamante +item.emerald.name=Esmeralda +item.ingotIron.name=Lingote de Hierro +item.ingotGold.name=Lingote de Oro +item.swordIron.name=Espada de Hierro +item.swordWood.name=Espada de Madera +item.shovelWood.name=Pala de Madera +item.pickaxeWood.name=Pico de Madera +item.hatchetWood.name=Hacha de Madera +item.swordStone.name=Espada de piedra +item.shovelStone.name=Pala de piedra +item.pickaxeStone.name=Pico de piedra +item.hatchetStone.name=Hacha de piedra +item.swordDiamond.name=Espada de diamante +item.shovelDiamond.name=Pala de diamante +item.pickaxeDiamond.name=Pico de diamante +item.hatchetDiamond.name=Hacha de diamante +item.stick.name=Palo +item.bowl.name=Tazón +item.mushroomStew.name=Guiso de hongos +item.swordGold.name=Espada de oro +item.shovelGold.name=Pala de oro +item.pickaxeGold.name=Pico de oro +item.hatchetGold.name=Hacha de oro +item.string.name=Cuerda +item.feather.name=Pluma +item.sulphur.name=Pólvora +item.hoeWood.name=Azadón de madera +item.hoeStone.name=Azadón de piedra +item.hoeIron.name=Azadón de hierro +item.hoeDiamond.name=Azadón de diamante +item.hoeGold.name=Azadón de oro +item.seeds.name=Semillas +item.seeds_pumpkin.name=Semillas de auyama +item.seeds_melon.name=Semillas de patilla +item.melon.name=Patilla +item.wheat.name=Trigo +item.bread.name=Pan +item.helmetCloth.name=Sombrero de cuero +item.chestplateCloth.name=Túnica de cuero +item.leggingsCloth.name=Pantalones de cuero +item.bootsCloth.name=Botas de cuero +item.helmetChain.name=Casco de mallas +item.chestplateChain.name=Pechera de malla +item.leggingsChain.name=Pantalones de malla +item.bootsChain.name=Botas de malla +item.helmetIron.name=Casco de hierro +item.chestplateIron.name=Pechera de hierro +item.leggingsIron.name=Pantalones de hierro +item.bootsIron.name=Botas de hierro +item.helmetDiamond.name=Casco de diamante +item.chestplateDiamond.name=Pechera de diamante +item.leggingsDiamond.name=Pantalones de diamante +item.bootsDiamond.name=Botas de diamante +item.helmetGold.name=Casco de oro +item.chestplateGold.name=Pechera de oro +item.leggingsGold.name=Pantalones de oro +item.bootsGold.name=Botas de oro +item.flint.name=Pedernal +item.porkchopRaw.name=Chuleta cruda +item.porkchopCooked.name=Chuleta cocida +item.chickenRaw.name=Pollo crudo +item.chickenCooked.name=Pollo cocido +item.beefRaw.name=Carne cruda +item.beefCooked.name=Bistec +item.painting.name=Pintura +item.frame.name=Marco +item.appleGold.name=Manzana de oro +item.sign.name=Cartel +item.doorWood.name=Puerta de madera +item.bucket.name=Balde +item.bucketWater.name=Balde de agua +item.bucketLava.name=Balde de lava +item.minecart.name=Vagón +item.saddle.name=Silla +item.doorIron.name=Puerta de hierro +item.redstone.name=Piedra roja +item.snowball.name=Bola de nieve +item.boat.name=Barco +item.leather.name=Cuero +item.milk.name=Leche +item.brick.name=Ladrillo +item.clay.name=Arcilla +item.reeds.name=Caña de azúcar +item.paper.name=Papel +item.book.name=Libro +item.slimeball.name=Bola de limo +item.minecartChest.name=Vagón con baúl +item.minecartFurnace.name=Vagón con horno +item.minecartTnt.name=Vagoneta con TNT +item.minecartHopper.name=Vagoneta con Tolva +item.egg.name=Huevo +item.compass.name=Brújula +item.fishingRod.name=Caña de pescar +item.clock.name=Reloj +item.yellowDust.name=Polvo de piedra luminosa +item.fishRaw.name=Pescado crudo +item.fishCooked.name=Pescado cocido +item.record.name=Disco de música +item.bone.name=Hueso +item.dyePowder.black.name=Saco de tinta +item.dyePowder.red.name=Rojo rosa +item.dyePowder.green.name=Verde cactus +item.dyePowder.brown.name=Semillas de cacao +item.dyePowder.blue.name=Lapislázuli +item.dyePowder.purple.name=Tinte morado +item.dyePowder.cyan.name=Tinte turquesa +item.dyePowder.silver.name=Tinte gris claro +item.dyePowder.gray.name=Tinte gris +item.dyePowder.pink.name=Tinte rosado +item.dyePowder.lime.name=Tinte verde limón +item.dyePowder.yellow.name=Diente de león amarillo +item.dyePowder.lightBlue.name=Tinte azul cielo +item.dyePowder.magenta.name=Tinte magenta +item.dyePowder.orange.name=Tinte anaranjado +item.dyePowder.white.name=Polvo de hueso +item.sugar.name=Azúcar +item.cake.name=Torta +item.bed.name=Cama +item.diode.name=Repetidor de piedra roja +item.comparator.name=Comparador de piedra roja +item.map.name=Mapa +item.leaves.name=Hojas +item.shears.name=Tijeras +item.rottenFlesh.name=Carne podrida +item.enderPearl.name=Perla Ender +item.blazeRod.name=Vara de llama +item.ghastTear.name=Lágrimas de fantasma +item.netherStalkSeeds.name=Verruga abisal +item.potion.name=Poción +item.emptyPotion.name=Botella de agua +item.goldNugget.name=Pepita de oro +item.glassBottle.name=Botella de vidrio +item.spiderEye.name=Ojo de araña +item.fermentedSpiderEye.name=Ojo de araña fermentado +item.blazePowder.name=Polvo de llama +item.magmaCream.name=Crema de magma +item.cauldron.name=Caldero +item.brewingStand.name=Soporte para brebajes +item.eyeOfEnder.name=Ojo de Ender +item.speckledMelon.name=Patilla reluciente +item.monsterPlacer.name=Generar +item.expBottle.name=Botella de hechizos +item.fireball.name=Carga de fuego +item.writingBook.name=Libro y pluma +item.writtenBook.name=Libro escrito +item.ruby.name=Rubí +item.flowerPot.name=Maceta +item.emptyMap.name=Mapa vacío +item.carrots.name=Zanahoria +item.carrotGolden.name=Zanahoria de oro +item.potato.name=Papa +item.potatoBaked.name=Papa cocida +item.potatoPoisonous.name=Papa venenosa +item.skull.skeleton.name=Cráneo de esqueleto +item.skull.wither.name=Cráneo de esqueleto Wither +item.skull.zombie.name=Cabeza zombi +item.skull.char.name=Cabeza +item.skull.player.name=Cabeza de %s +item.skull.creeper.name=Cabeza de creeper +item.carrotOnAStick.name=Zanahoria colgante +item.netherStar.name=Estrella abisal +item.pumpkinPie.name=Tarta de Calabaza +item.enchantedBook.name=Libro encantado +item.fireworks.name=Cohete de fuegos artificiales +item.fireworks.flight=Duración de vuelo: +item.fireworksCharge.name=Estrella de fuegos artificiales +item.fireworksCharge.black=Negro +item.fireworksCharge.red=Rojo +item.fireworksCharge.green=Verde +item.fireworksCharge.brown=Marrón +item.fireworksCharge.blue=Azul +item.fireworksCharge.purple=Morado +item.fireworksCharge.cyan=Turquesa +item.fireworksCharge.silver=Gris claro +item.fireworksCharge.gray=Gris +item.fireworksCharge.pink=Rosado +item.fireworksCharge.lime=Verde limón +item.fireworksCharge.yellow=Amarillo +item.fireworksCharge.lightBlue=Azul cielo +item.fireworksCharge.magenta=Magenta +item.fireworksCharge.orange=Anaranjado +item.fireworksCharge.white=Blanco +item.fireworksCharge.customColor=Personalizado +item.fireworksCharge.fadeTo=Pasa a +item.fireworksCharge.flicker=Titilante +item.fireworksCharge.trail=Rastro +item.fireworksCharge.type.0=Esfera pequeña +item.fireworksCharge.type.1=Esfera grande +item.fireworksCharge.type.2=En forma de estrella +item.fireworksCharge.type.3=En forma de creeper +item.fireworksCharge.type.4=Estallido +item.fireworksCharge.type=Forma desconocida +item.netherbrick.name=Ladrillo abisal +item.netherquartz.name=Cuarzo abisal + +container.inventory=Inventario +container.hopper=Tolva de objetos +container.crafting=Fabricación +container.dispenser=Dispensador +container.dropper=Tirador +container.furnace=Horno +container.enchant=Hechizar +container.repair=Reparar & Nombrar +container.repair.cost=Coste de Hechizo: %1$d +container.repair.expensive=¡Demasiado caro! +container.creative=Selección de objetos +container.brewing=Soporte para brebajes +container.chest=Baúl +container.chestDouble=Baúl grande +container.minecart=Vagón +container.enderchest=Baúl Ender + +item.dyed=Teñido + +entity.Item.name=Objeto +entity.XPOrb.name=Orbe de experiencia +entity.SmallFireball.name=Pequeña Bola de Fuego +entity.Fireball.name=Bola de Fuego + +entity.Arrow.name=flecha +entity.Snowball.name=Bola de nieve +entity.Painting.name=Pintura + +entity.Mob.name=Criatura +entity.Monster.name=Monstruo + +entity.Creeper.name=Creeper +entity.Skeleton.name=Esqueleto +entity.Spider.name=Araña +entity.Giant.name=Gigante +entity.Zombie.name=Zombi +entity.Slime.name=Limo +entity.Ghast.name=Ghast +entity.PigZombie.name=Hombre-cerdo zombie +entity.Enderman.name=Enderman +entity.Silverfish.name=Pez de plata +entity.CaveSpider.name=Araña de cueva +entity.Blaze.name=Llama +entity.LavaSlime.name=Cubo de magma +entity.MushroomCow.name=Vacongo +entity.Villager.name=Aldeano +entity.VillagerGolem.name=Golem de hierro +entity.SnowMan.name=Golem de nieve +entity.EnderDragon.name=Ender Dragon +entity.WitherBoss.name=Wither +entity.Witch.name=Bruja + +entity.Pig.name=Cochino +entity.Sheep.name=Oveja +entity.Cow.name=Vaca +entity.Chicken.name=Pollo +entity.Squid.name=Calamar +entity.Wolf.name=Lobo +entity.Ozelot.name=Cunaguaro +entity.Cat.name=Gato +entity.Bat.name=Murcielago + +entity.PrimedTnt.name=Bloque de dinamita +entity.FallingSand.name=Bloque cayente + +entity.Minecart.name=Vagón +entity.Boat.name=Barco + +entity.generic.name=desconocido + +death.fell.accident.ladder=%1$ s se cayó de una escalera +death.fell.accident.vines=%1$ s se cayó de algunas viñas +death.fell.accident.water=%1$ s cayó fuera del agua +death.fell.accident.generic=%1$ s cayó desde un lugar alto +death.fell.killer=%1$ s estaba condenado a caer +death.fell.assist=%1$ s estaba condenado a caer por %2$ s +death.fell.assist.item=%1$ s estaba condenado a caer por %2$ s usando %3$ s +death.fell.finish=%1$ s cayó de una gran altura y lo terminó %2$ s +death.fell.finish.item=%1$ s cayó de una gran altura y lo terminó %2$ s usando %3$ s + +death.attack.inFire=%1$s ardió en llamas +death.attack.inFire.player=%1$ s caminó en fuego mientras luchaba %2$ s +death.attack.onFire=%1$s se quemó hasta la muerte +death.attack.onFire.player=%1$ s se quemó hasta la muerte mientras luchaba %2$ s +death.attack.lava=%1$s intentó nadar en lava +death.attack.lava.player=%1$ s intentó nadar en la lava para escapar de %2$ s +death.attack.inWall=%1$s se asfixió en una pared +death.attack.drown=%1$s se ahogó +death.attack.drown.player=%1$ s se ahogó mientras trataba de escapar de %2$ s +death.attack.starve=%1$s se murió de hambre +death.attack.cactus=%1$s se puyó con un cactus hasta morir +death.attack.cactus.player=%1$ s se quedó pegado a un cactus mientras trataba de escapar de %2$ s +death.attack.generic=%1$s murió +death.attack.explosion=%1$s explotó +death.attack.explosion.player=%2$ s hizo explotar a %1$ s +death.attack.magic=%1$s fue matado con magia +death.attack.wither=%1$s se desvaneció +death.attack.anvil=%1$s fue aplastado por un yunque +death.attack.fallingBlock=%1$s fue aplastado por un bloque +death.attack.mob=%1$s fue asesinado por %2$s +death.attack.player=%1$s fue asesinado por %2$s +death.attack.player.item=%1$ s fue asesinado por %2$ s usando %3$ s +death.attack.arrow=%2$s le disparó a %1$s +death.attack.arrow.item=%2$s le disparó a %1$s usando %3$ s +death.attack.fireball=%1$s fue alcanzado por una bola de fuego de %2$s +death.attack.fireball.item=%1$s fue alcanzado por una bola de fuego de %2$s usando %3$ s +death.attack.thrown=%1$s fue aplastado por %2$s +death.attack.thrown.item=%1$s fue gompeado por %2$s usando%3$s +death.attack.indirectMagic=%1$s ha sido matado por %2$s usando magia +death.attack.indirectMagic.item=%1$s ha sido matado por %2$s usando %3$s +death.attack.thorns=%1$s ha sido matado tratando de lastimar a %2$s +death.attack.fall=%1$ s golpeó el suelo demasiado fuerte +death.attack.outOfWorld=%1$s se cayó del mundo + +deathScreen.respawn=Reaparecer +deathScreen.deleteWorld=Borrar mundo +deathScreen.titleScreen=Menú principal +deathScreen.score=Puntuación +deathScreen.title.hardcore=¡Juego terminado! +deathScreen.hardcoreInfo=¡No puedes revivir en modo extremo! +deathScreen.title=¡Moriste! +deathScreen.leaveServer=Dejar servidor + +potion.empty=Sin efectos +potion.moveSpeed=Velocidad +potion.moveSlowdown=Lentitud +potion.digSpeed=Prisa +potion.digSlowDown=Fatiga de minar +potion.damageBoost=Fuerza +potion.weakness=Debilidad +potion.heal=Salud instantánea +potion.harm=Daño instantáneo +potion.jump=Incremento de salto +potion.confusion=Náuseas +potion.regeneration=Regeneración +potion.resistance=Resistencia +potion.fireResistance=Resistencia al fuego +potion.waterBreathing=Respiración acuática +potion.invisibility=Invencibilidad +potion.blindness=Ceguera +potion.nightVision=Visión nocturna +potion.hunger=Hambre +potion.poison=Veneno +potion.wither=Wither + +potion.moveSpeed.postfix=Poción de rapidez +potion.moveSlowdown.postfix=Poción de lentitud +potion.digSpeed.postfix=Poción de prisa +potion.digSlowDown.postfix=Poción de aturdimiento +potion.damageBoost.postfix=Poción de fuerza +potion.weakness.postfix=Poción de debilidad +potion.heal.postfix=Poción de curación +potion.harm.postfix=Poción de daño +potion.jump.postfix=Poción de salto +potion.confusion.postfix=Poción de náuseas +potion.regeneration.postfix=Poción de regeneración +potion.resistance.postfix=Poción de resistencia +potion.fireResistance.postfix=Poción de resistencia al fuego +potion.waterBreathing.postfix=Poción de Branquias +potion.invisibility.postfix=Poción de Invisibilidad +potion.blindness.postfix=Poción de Ceguera +potion.nightVision.postfix=Poción de visión nocturna +potion.hunger.postfix=Poción de hambre +potion.poison.postfix=Poción de veneno +potion.wither.postfix=Poción de decandencia + +potion.potency.0= +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV + +potion.prefix.grenade=Salpicadura de +potion.prefix.mundane=Mundana +potion.prefix.uninteresting=Banal +potion.prefix.bland=Desabrida +potion.prefix.clear=Clara +potion.prefix.milky=Lechosa +potion.prefix.diffuse=Difusa +potion.prefix.artless=Sencilla +potion.prefix.thin=Flaca +potion.prefix.awkward=Rara +potion.prefix.flat=Plana +potion.prefix.bulky=Voluminosa +potion.prefix.bungling=Torpe +potion.prefix.buttered=Mantecosa +potion.prefix.smooth=Suave +potion.prefix.suave=Afable +potion.prefix.debonair=Cortés +potion.prefix.thick=Gruesa +potion.prefix.elegant=Elegante +potion.prefix.fancy=Lujosa +potion.prefix.charming=Encantadora +potion.prefix.dashing=Gallarda +potion.prefix.refined=Refinada +potion.prefix.cordial=Cordial +potion.prefix.sparkling=Chispeante +potion.prefix.potent=Potente +potion.prefix.foul=Fétida +potion.prefix.odorless=Inodora +potion.prefix.rank=Rango +potion.prefix.harsh=Áspera +potion.prefix.acrid=Acre +potion.prefix.gross=Asquerosa +potion.prefix.stinky=Olorosa + +enchantment.damage.all=Agudeza +enchantment.damage.undead=Castigo +enchantment.damage.arthropods=Pesadilla de los artrópodos +enchantment.knockback=Empuje +enchantment.fire=Aspecto ígneo +enchantment.protect.all=Protección +enchantment.protect.fire=Protección al fuego +enchantment.protect.fall=Caída ligera +enchantment.protect.explosion=Protección contra explosiones +enchantment.protect.projectile=Protección contra proyectiles +enchantment.oxygen=Respiración +enchantment.waterWorker=Afinidad acuática +enchantment.digging=Eficiencia +enchantment.untouching=Toque de seda +enchantment.durability=Irrompible +enchantment.lootBonus=Botín +enchantment.lootBonusDigger=Fortuna +enchantment.arrowDamage=Poder +enchantment.arrowFire=Llama +enchantment.arrowKnockback=Puñetazo +enchantment.arrowInfinite=Infinidad +enchantment.thorns=Espinas + +enchantment.level.1=I +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.level.10=X + +gui.achievements=Logros +gui.stats=Estadísticas + +stat.generalButton=General +stat.blocksButton=Bloques +stat.itemsButton=Objetos + +stat.used=Veces utilizado +stat.mined=Veces minado +stat.depleted=Veces gastado +stat.crafted=Veces fabricado + +stat.startGame=Veces jugado +stat.createWorld=Mundos jugados +stat.loadWorld=Partidas cargadas +stat.joinMultiplayer=Sesiones multijugador +stat.leaveGame=Partidas abandonadas + +stat.playOneMinute=Minutos jugados + +stat.walkOneCm=Distancia caminada +stat.fallOneCm=Distancia caída +stat.swimOneCm=Distancia a nado +stat.flyOneCm=Distancia volada +stat.climbOneCm=Distancia escalada +stat.diveOneCm=Distancia buceada +stat.minecartOneCm=Distancia en vagón +stat.boatOneCm=Distancia en barco +stat.pigOneCm=Distancia en cochino +stat.jump=Saltos +stat.drop=Objetos soltados + +stat.damageDealt=Daño causado +stat.damageTaken=Daño recibido +stat.deaths=Número de muertes +stat.mobKills=Criaturas matadas +stat.playerKills=Jugadores matados +stat.fishCaught=Peces capturados + +stat.mineBlock=%1$ s extraído +stat.craftItem=%1$s fabricado +stat.useItem=%1$s usado +stat.breakItem=%1$s gastado + +achievement.get=¡Logro obtenido! + +achievement.taken=¡Obtenido! + +achievement.requires=Necesita '%1$s' +achievement.openInventory=Mirando inventario +achievement.openInventory.desc=Presiona '%1$s' para abrir tu inventario. +achievement.mineWood=Conseguir madera +achievement.mineWood.desc=Ataca un árbol hasta que un bloque de madera aparezca +achievement.buildWorkBench=Terreno de pruebas +achievement.buildWorkBench.desc=Fabrica una mesa de trabajo con cuatro bloques de tablas +achievement.buildPickaxe=¡Hora de minar! +achievement.buildPickaxe.desc=Usa tablas y palos para hacer un pico +achievement.buildFurnace=Tema candente +achievement.buildFurnace.desc=Construye un horno con ocho bloques de piedra +achievement.acquireIron=Adquirir hardware +achievement.acquireIron.desc=Funde un lingote de hierro +achievement.buildHoe=¡Hora de plantar! +achievement.buildHoe.desc=Usa tablas y palos para hacer un azadón +achievement.makeBread=Hornear pan +achievement.makeBread.desc=Convierte trigo en pan +achievement.bakeCake=La mentira +achievement.bakeCake.desc=¡Trigo, azúcar, leche y huevos! +achievement.buildBetterPickaxe=Consiguiendo una mejora +achievement.buildBetterPickaxe.desc=Construye un pico mejor +achievement.cookFish=Pescado sabroso +achievement.cookFish.desc=¡Pesca y cocina un pescado! +achievement.onARail=En un carril +achievement.onARail.desc=Viaja en vagón por al menos 1 km desde donde comenzaste +achievement.buildSword=¡Al ataque! +achievement.buildSword.desc=Usa tablas y palos para hacer una espada +achievement.killEnemy=Caza monstruos +achievement.killEnemy.desc=Ataca y destruye un monstruo +achievement.killCow=Chupavacas +achievement.killCow.desc=Recolectar algo de cuero +achievement.flyPig=Cuando los cochinos vuelen +achievement.flyPig.desc=Vuela un cochino desde un precipicio +achievement.snipeSkeleton=Duelo de francotiradores +achievement.snipeSkeleton.desc=Mata a un esqueleto con una flecha a más de 50 metros de distancia +achievement.diamonds=¡DIAMANTES! +achievement.diamonds.desc=Adquiere diamantes con tus herramientas de hierro +achievement.portal=Necesitamos ir más profundo +achievement.portal.desc=Construye un portal al Abismo +achievement.ghast=Devolver al remitente +achievement.ghast.desc=Destruye un fantasma con una bola de fuego +achievement.blazeRod=En llamas +achievement.blazeRod.desc=Quítale la vara a una Llama del Abismo +achievement.potion=Brebajes caseros +achievement.potion.desc=Crea un poción +achievement.theEnd=¿El Fin? +achievement.theEnd.desc=Localiza el Fin +achievement.theEnd2=El Fin. +achievement.theEnd2.desc=Vence al Ender Dragon +achievement.enchantments=Encantador +achievement.enchantments.desc=Usa un libro, obsidiana y diamantes para construir una mesa de hechizos +achievement.overkill=Overkill +achievement.overkill.desc=Inflinje 8 corazones de daño en un solo golpe +achievement.bookcase=Bibliotecario +achievement.bookcase.desc=Construye algunos estantes para mejorar tu mesa de hechizos + +commands.generic.exception=Ocurrió un error desconocido al intentar ejecutar este comando +commands.generic.syntax=Sintaxis de comando inválida +commands.generic.player.notFound=No se pudo encontrar el jugador +commands.generic.notFound=Comando desconocido. Intenta usar /help para obtener una lista de comandos. +commands.generic.num.invalid='%s' no es un número válido +commands.generic.num.tooSmall=El número que has introducido (%d) es demasiado pequeño, debe ser al menos %d +commands.generic.num.tooBig=El número que has introducido (%d) es demasiado grande, debe tener más de %d +commands.generic.double.tooSmall=El número que has introducido (%.2f) es demasiado pequeño, debe ser por lo menos %.2f +commands.generic.double.tooBig=El número que has introducido (%.2f) es demasiado grande, debe ser como máximo %.2f +commands.generic.usage=Uso: %s + +commands.xp.failure.widthdrawXp=No se puede dar al jugador puntos de experiencia negativos +commands.xp.success=%d dada experiencia a %s +commands.xp.success.levels=Dados %d niveles a %s +commands.xp.success.negative.levels=Cogidos %d niveles de %s +commands.xp.usage=/xp [jugador] O /xp L [jugador] +commands.give.usage=/give <ítem>[cantidad] [datos] +commands.give.notFound=No hay ítem con ID %d +commands.give.success=Dado %s (ID %d) * %d a %s +commands.effect.usage=/effect [seconds] [amplifier] +commands.effect.notFound=There is no such mob effect with ID %d +commands.effect.success=Given %1$s (ID %2$d) * %3$d to %4$s for %5$d seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.enchant.usage=/enchant [nivel] +commands.enchant.notFound=No existe hechizo con ID %d +commands.enchant.noItem=El jugador seleccionado no está sosteniendo ningún objeto +commands.enchant.cantEnchant=El hechizo no se puede añadir al objeto seleccionado +commands.enchant.cantCombine=%1$s no puede combinarse con %2$s +commands.enchant.success=Hechizo exitoso +commands.clear.usage=/clear [ítem] [datos] +commands.clear.success=Se ha limpiado el inventario de %s, eliminando %d objetos +commands.clear.failure=Could not clear the inventory of %s, no items to remove +commands.downfall.success=Lluvia/Nieve activada +commands.time.usage=/time +commands.time.added=%d añadido a la hora +commands.time.set=Establecer el tiempo a %d +commands.players.list=Hay %d/%d jugadores conectados: +commands.banlist.ips=Hay %d direcciones IP prohibidas en total: +commands.banlist.players=Hay %d jugadores baneados en total: +commands.banlist.usage=/banlist [ips|players] +commands.kick.success=Se ha expulsado a %s del juego +commands.kick.success.reason=Se ha expulsado a %s del juego: '%s' +commands.kick.usage=/kick [motivo...] +commands.op.success=%s se covirtió en operador +commands.op.usage=/op +commands.deop.success=%s dejó de ser operador +commands.deop.usage=/deop +commands.say.usage=/say +commands.ban.success=%s fue baneado +commands.ban.usage=/ban [razón ...] +commands.unban.success=%s fue desbaneado +commands.unban.usage=/pardon +commands.banip.invalid=Has introducido una dirección IP inválida o un jugador que no está conectado +commands.banip.success=La dirección IP %s fue baneada +commands.banip.success.players=La dirección IP %s perteneciente a %s fue baneada +commands.banip.usage=/ban-ip [razón ...] +commands.unbanip.invalid=Has introducido una dirección IP inválida +commands.unbanip.success=La dirección IP %s fue desbaneada +commands.unbanip.usage=/pardon-ip +commands.save.enabled=Activado el autoguardado de mundo +commands.save.disabled=Desactivado el autoguardado de mundo +commands.save.start=Guardando... +commands.save.success=El mundo ha sido guardado +commands.save.failed=Falla en el guardado: %s +commands.stop.start=Detener el servidor +commands.tp.success=Teletransportado %s a %s +commands.tp.success.coordinates=Teletransportado %s a %.2f,%.2f,%.2f +commands.tp.usage=/tp [jugador blanco] OR /tp [jugador blanco] +commands.tp.notSameDimension=Incapaz de teleport porque los jugadores no están en la misma dimensión +commands.whitelist.list=Hay %d (de %d vistos) jugadores en la lista blanca: +commands.whitelist.enabled=Activada la lista blanca +commands.whitelist.disabled=Desactivada la lista blanca +commands.whitelist.reloaded=Lista blanca recargada +commands.whitelist.add.success=Se ha añadido a %s a la lista blanca +commands.whitelist.add.usage=/whitelist add +commands.whitelist.remove.success=Se ha eliminado a %s de la lista blanca +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.scoreboard.usage=/scoreboard +commands.scoreboard.teamNotFound=Ningún equipo con el nombre '%s' +commands.scoreboard.objectiveNotFound=Ningún objetivo con el nombre '% s' +commands.scoreboard.objectiveReadOnly=El objetivo de '% s' es de sólo lectura y no se puede cambiar +commands.scoreboard.objectives.usage=/scoreboard objectives +commands.scoreboard.objectives.setdisplay.usage=/puntuaciones objetivos setdisplay [objetivo] +commands.scoreboard.objectives.setdisplay.invalidSlot=No hay exposiciones tales como '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Pantalla de ranura de objetivos '%s' +commands.scoreboard.objectives.setdisplay.successSet=Fijar el objetivo de la pantalla de la ranura '%s' a '%s' +commands.scoreboard.objectives.add.usage=/puntuaciones objetivos añadir [nombre de la imagen ...] +commands.scoreboard.objectives.add.wrongType=Tipo de criterios invalidos. Los tipos válidos son : %s +commands.scoreboard.objectives.add.alreadyExists=El nombre '%s' ya esta en uso +commands.scoreboard.objectives.add.tooLong=El nombre '%s' es demasiado largo. Puede ser de %d caracteres como máximo +commands.scoreboard.objectives.add.displayTooLong=El nombre expuesto '%s' es muy largo , puede tener como máximo %d caracteres +commands.scoreboard.objectives.add.success=Agregado nuevo objetivo '%s' exitosamente +commands.scoreboard.objectives.remove.usage=objetivos de /scoreboard quitar +commands.scoreboard.objectives.remove.success=Objetivos '%s' eliminados con éxito +commands.scoreboard.objectives.list.count=Objetivo (s) de %d que muestra en marcador +commands.scoreboard.objectives.list.entry=-%s: muestra como '%s' y es de tipo '%s' +commands.scoreboard.objectives.list.empty=No hay objetivos en el marcador +commands.scoreboard.players.usage=/scoreboard players +commands.scoreboard.players.set.success=Sistema de puntuación de %s para jugador %s %d +commands.scoreboard.players.set.usage=/los jugadores marcador set +commands.scoreboard.players.add.usage=/scoreboard los jugadores de agregar +commands.scoreboard.players.remove.usage=/Scoreboard los jugadores quitar +commands.scoreboard.players.reset.usage=/Scoreboard los jugadores reset +commands.scoreboard.players.reset.success=Restablecer todas las puntuaciones del jugador %s +commands.scoreboard.players.list.count=Mostrando %d seguimiento a los jugadores en el marcador +commands.scoreboard.players.list.empty=Hay no hay jugadores seguidos en el marcador +commands.scoreboard.players.list.player.count=Mostrando el objetivo(s) orugas %d para %s +commands.scoreboard.players.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.players.list.player.empty=Jugador %s no tiene cuentas registradas +commands.scoreboard.teams.usage=/scoreboard teams +commands.scoreboard.teams.add.usage=/scoreboard equipos de agregar [nombre para mostrar...] +commands.scoreboard.teams.add.alreadyExists=Un equipo con el nombre '%s' ya existe +commands.scoreboard.teams.add.tooLong=El nombre '%s' es demasiado largo para un equipo, puede ser a lo más largos de %d caracteres +commands.scoreboard.teams.add.displayTooLong=El nombre para mostrar '%s' es demasiado largo para un equipo, puede ser a lo más largos de %d caracteres +commands.scoreboard.teams.add.success=Añadido nuevo equipo '%s' con éxito +commands.scoreboard.teams.list.usage=/scoreboard lista de equipos de [nombre] +commands.scoreboard.teams.list.count=Equipos de %d que muestra en el cuadro de indicadores +commands.scoreboard.teams.list.entry=-%1$s: '%2$s' tiene %3$s jugadores +commands.scoreboard.teams.list.empty=Hay no hay equipos registrados en el marcador +commands.scoreboard.teams.list.player.count=Mostrando %d jugador(s) en equipo %s +commands.scoreboard.teams.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.teams.list.player.empty=Equipo de %s no tiene ningún jugador +commands.scoreboard.teams.empty.usage=/scoreboard equipos de claro +commands.scoreboard.teams.empty.alreadyEmpty=Equipo %s ya está vacío, no se puede quitar jugadores ficticia +commands.scoreboard.teams.empty.success=Extraído todas %d jugador(s) de equipo %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.remove.success=Equipo %s eliminado +commands.scoreboard.teams.join.usage=/scoreboard teams join [jugador] +commands.scoreboard.teams.join.success=Se agregó %d jugador(es) al equipo %s: %s +commands.scoreboard.teams.join.failure=No se pudo agregar %d jugador(es) al equipo %s: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [jugador] +commands.scoreboard.teams.leave.success=Se eliminó %d jugador(es) de su(s) esquipo(s): %s +commands.scoreboard.teams.leave.failure=No se pudo eliminar %d jugador(es) de su(s) equipo(s): %s +commands.scoreboard.teams.leave.noTeam=No estás en un equipo +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.option.noValue=Los valores validos para la opción %s son: %s +commands.scoreboard.teams.option.success=Set option %s for team %s to %s +commands.gamemode.success.self=Establecido el modo de juego propio a %s +commands.gamemode.success.other=Establecido el modo de juego de %s a %s +commands.gamemode.usage=/gamemode [jugador] +commands.defaultgamemode.usage=/defaultgamemode +commands.defaultgamemode.success=El modo de juego defecto es ahora %s +commands.me.usage=/me +commands.help.header=---Mostrando la página de ayuda %d de %d (/help )--- +commands.help.footer=Sugerencia: Utiliza la tecla al escribir un comando para autocompletar el comando o sus argumentos +commands.help.usage=/help [página|nombre del comando] +commands.publish.started=Juego local alojado en %s +commands.publish.failed=Imposible alojar un juego local +commands.debug.start=Perfiles de depuración iniciados +commands.debug.stop=Detenidos perfiles de depuración después de %.2f segundos (%d tics) +commands.debug.notStarted=¡No puedes detener los perfiles de depuración cuando todavía no hemos comenzado! +commands.debug.usage=/debug +commands.message.usage=/tell +commands.message.sameTarget=¡No puedes enviarte mensajes privados a ti mismo! +commands.message.display.outgoing=Le susurraste a %s: %s +commands.message.display.incoming=%s te susurró: %s +commands.difficulty.usage=/difficulty +commands.difficulty.success=Seleccionada dificultad de juego a %s +commands.spawnpoint.usage=/spawnpoint ó /spawnpoint ó /spawnpoint +commands.spawnpoint.success=Seleccionado punto de generación de %s a (%d, %d, %d) +commands.gamerule.usage=/gamerule ó /gamerule +commands.gamerule.success=Regla de juego actualizada +commands.gamerule.norule=Ninguna regla de juego llamada '%s' disponible +commands.weather.usage=/weather [duración en segundos] +commands.weather.clear=Cambiando a tiempo claro +commands.weather.rain=Cambiando a tiempo lluvioso +commands.weather.thunder=Cambiando a tormenta +commands.testfor.usage=/testfor +commands.testfor.failed=/testfor sólo se puede usar por commandblocks con salida analógica + +itemGroup.buildingBlocks=Bloques de construcción +itemGroup.decorations=Bloques decorativos +itemGroup.redstone=Piedra roja +itemGroup.transportation=Transporte +itemGroup.misc=Varios +itemGroup.search=Buscar ítems +itemGroup.food=Comida +itemGroup.tools=Herramientas +itemGroup.combat=Combate +itemGroup.brewing=Pociones +itemGroup.materials=Materiales +itemGroup.inventory=Inventario de supervivencia + +inventory.binSlot=Destruir objeto + +advMode.setCommand=Definir comando de consola para bloque +advMode.command=Comando de consola +advMode.nearestPlayer=Usa "@p" para seleccionar destino más cercano +advMode.randomPlayer=Usa "@r" para seleccionar jugador aleatorio +advMode.allPlayers=Usa "@a" para seleccionar todos los jugadores + +advMode.notEnabled=Bloques de comando no están habilitados en este servidor +advMode.notAllowed=Necesita ser un jugador operador en modo creativo + +mco.title=Minecraft Realms +mco.selectServer.select=Entrar al servidor +mco.selectServer.configure=Configurar +mco.selectServer.create=Crear Mundo +mco.selectServer.moreinfo=Más información + +mco.configure.world.edit.title=Editar Mundo + +mco.configure.world.title=Configurar Mundo +mco.configure.world.name=Nombre +mco.configure.world.description=Descripción +mco.configure.world.location=Ubicación +mco.configure.world.invited=Invitado +mco.configure.world.buttons.edit=Editar +mco.configure.world.buttons.reset=Reiniciar el Mundo +mco.configure.world.buttons.done=Hecho +mco.configure.world.buttons.delete=Eliminar +mco.configure.world.buttons.open=Abre Mundo +mco.configure.world.buttons.close=Cerrar Mundo +mco.configure.world.buttons.invite=Invita +mco.configure.world.buttons.uninvite=Anula invitación +mco.configure.world.buttons.subscription=Subscription +mco.configure.world.invite.profile.name=Nombre +mco.configure.world.uninvite.question=Está seguro de que desea uninvite + +mco.configure.world.subscription.title=Subscription Info +mco.configure.world.subscription.daysleft=Days Left +mco.configure.world.subscription.start=Start Date +mco.configure.world.subscription.extend=Extend + +mco.create.world.location.title=Ubicaciones +mco.create.world.location.warning=Puede que no sea la ubicación exacta que seleccionaste +mco.create.world.wait=Creando el mundo... + +mco.reset.world.title=Restablecer el mundo +mco.reset.world.warning=!Esto eliminará permanentemente su mundo! +mco.reset.world.seed=Semilla (opcional) +mco.reset.world.resetting.screen.title=Reiniciando el mundo... + +mco.configure.world.close.question.line1=Su mundo no estará disponible. +mco.configure.world.close.question.line2=¿Seguro de que desea hacer eso? + +mco.connect.connecting=Conectando con el servidor en línea... +mco.connect.authorizing=Entrando... +mco.connect.failed=Error al conectar con el servidor en línea + +mco.create.world=Crea + diff --git a/1.5.2/lang/et_EE.lang b/1.5.2/lang/et_EE.lang new file mode 100644 index 00000000..92184ab2 --- /dev/null +++ b/1.5.2/lang/et_EE.lang @@ -0,0 +1,1293 @@ +#X-Generator: crowdin.net + +language.name=Eesti +language.region=ET +language.code=et_EE + +gui.done=Valmis +gui.cancel=Loobu +gui.back=Back +gui.toMenu=Tagasi põhimenüüsse +gui.up=Üles +gui.down=Alla +gui.yes=Jah +gui.no=Ei + +menu.singleplayer=Üksikmäng +menu.multiplayer=Mitmikmäng +menu.online=Minecraft Realms +menu.options=Seaded... +menu.quit=Lahku mängust +menu.returnToMenu=Salvesta ja naase menüüsse +menu.disconnect=Lahku +menu.returnToGame=Tagasi mängu +menu.switchingLevel=Maailma vahetamine +menu.generatingLevel=Maailma genereerimine +menu.loadingLevel=Maailma laadimine +menu.generatingTerrain=Loon maastikku +menu.convertingLevel=Maailma Konvertimine +menu.simulating=Simuleerin natuke aega maailma +menu.respawning=Taassündimine +menu.shareToLan=Ava kohtvõrgule + +selectWorld.title=Vali maailm +selectWorld.empty=tühi +selectWorld.world=Maailm +selectWorld.select=Mängi valitud maailmas +selectWorld.create=Loo uus maailm +selectWorld.recreate=Taasloo +selectWorld.createDemo=Mängi uut proovimaailma +selectWorld.delete=Kustuta +selectWorld.rename=Nimeta ümber +selectWorld.deleteQuestion=Olete kindel, et soovite selle maailma kustutada? +selectWorld.deleteWarning=jääb igaveseks kadunuks! (Pikaks ajaks!) +selectWorld.deleteButton=Kustuta +selectWorld.renameButton=Nimeta ümber +selectWorld.renameTitle=Nimeta maailm ümber +selectWorld.conversion=Tuleb konvertida! +selectWorld.newWorld=Uus maailm +selectWorld.newWorld.copyOf=%s 'e koopia +selectWorld.enterName=Maailma nimi +selectWorld.resultFolder=Salvestatakse: +selectWorld.enterSeed=Seeme maailmagenereerija jaoks +selectWorld.seedInfo=Jäta juhusliku seemne jaoks tühjaks +selectWorld.cheats=Sohitegemine +selectWorld.customizeType=Kohanda + +createWorld.customize.presets=Eelseadistused +createWorld.customize.presets.title=Valige eelseadistus +createWorld.customize.presets.select=Kasuta eelseadistatust +createWorld.customize.presets.share=Tahad jagada oma eelseadistust kellegagi? Kasuta allpool asetsevat kasti! +createWorld.customize.presets.list=Teisel juhul on siin mõned mis me varem tegime! +createWorld.customize.flat.title=Superflati kohandamisvalikud +createWorld.customize.flat.tile=Kihi materjal +createWorld.customize.flat.height=Kõrgus +createWorld.customize.flat.addLayer=Lisa kiht +createWorld.customize.flat.editLayer=Muuda kihti +createWorld.customize.flat.removeLayer=Eemalda kiht +createWorld.customize.flat.layer.top=Ülemine - %d +createWorld.customize.flat.layer=%d +createWorld.customize.flat.layer.bottom=Alumine - %d + +gameMode.survival=Ellujäämise režiim +gameMode.creative=Loominguline mäng +gameMode.adventure=Seiklemisrežiim +gameMode.hardcore=Halastamatu Režiim! +gameMode.changed=Su mängu režiim on uuendatud + +selectWorld.gameMode=Mängu laad: +selectWorld.gameMode.survival=Ellujäämine +selectWorld.gameMode.survival.line1=Ressursside otsing, ehitamine, kasum +selectWorld.gameMode.survival.line2=Tasemed, elud ja nälgimine +selectWorld.gameMode.creative=Loominguline +selectWorld.gameMode.creative.line1=Piiramatud ressursid, vaba lendamine ja +selectWorld.gameMode.creative.line2=lõhu plokke koheselt +selectWorld.gameMode.hardcore=Halastamatu +selectWorld.gameMode.hardcore.line1=Sarnane ellujäämisrežiimile, kuid lukustatud Raskele +selectWorld.gameMode.hardcore.line2=raskusastmele, vaid 1 elu. +selectWorld.gameMode.adventure=Seiklemine +selectWorld.gameMode.adventure.line1=Sama kui ellujäämisrežiim, kuid plokke ei saa +selectWorld.gameMode.adventure.line2=lisada või eemaldada +selectWorld.moreWorldOptions=Veel Maailma Suvandeid... +selectWorld.mapFeatures=Loo ehitisi: +selectWorld.mapFeatures.info=Külad, vangikoopad jne +selectWorld.mapType=Maailma Tüüp: +selectWorld.mapType.normal=Tavaline +selectWorld.allowCommands=Luba sohitegemine: +selectWorld.allowCommands.info=Käsud nagu /gamemode, /xp +selectWorld.hardcoreMode=Halastamatu: +selectWorld.hardcoreMode.info=Maailm kustutatakse pärast surma +selectWorld.bonusItems=Stardikirst: + +generator.default=Vaikimisi +generator.flat=Üli tasane +generator.largeBiomes=Suured bioomid + +selectServer.title=Vali Server +selectServer.empty=tühi +selectServer.select=Liitu Serveriga +selectServer.direct=Ühenda otse +selectServer.edit=Muuda +selectServer.delete=Kustuta +selectServer.add=Lisa server +selectServer.defaultName=Minecraft'i Server +selectServer.deleteQuestion=Oled kindel, et soovid selle serveri eemaldada? +selectServer.deleteWarning=kaob igaveseks! (Üpriski pikk aeg!) +selectServer.deleteButton=Kustuta +selectServer.refresh=Värskenda +selectServer.hiddenAddress=(peidetud) +addServer.title=Muuda serveri infot +addServer.enterName=Serveri nimi +addServer.enterIp=Serveri aadress +addServer.add=Valmis +addServer.hideAddress=Peida aadress +lanServer.title=LAN maailm +lanServer.scanning=Scanning for games on your local network +lanServer.start=Alusta LAN maailm +lanServer.otherPlayers=Seaded teistele mängijatele +mcoServer.title=Minecraft Online World + +multiplayer.title=Mängi mitmikmängu +multiplayer.connect=Ühenda +multiplayer.info1=Minecrafti'i Mitmikmäng pole hetkel lõplikult valmis, kuid +multiplayer.info2=viiakse läbi varast testimist. +multiplayer.ipinfo=Sisesta ühendumiseks serveri IP: + +multiplayer.texturePrompt.line1=See server soovitab kasutada kohandatud tekstuuripakki. +multiplayer.texturePrompt.line2=Kas soovite selle automaatselt alla laadida ja installeerida? + +multiplayer.downloadingTerrain=Laen maastikku alla + +multiplayer.stopSleeping=Lahku voodist + +chat.link.confirm=Oled kindel, et tahad avada järgmist lehte? +chat.link.warning=Ära kunagi ava lehekülgi, mida sa ei usalda! +chat.copy=Kopeeri lõikelauale + +menu.playdemo=Mängi Demo maailmas +menu.resetdemo=Alusta uuesti Demo Maailma +demo.day.1=Demo kestab viis mängu päeva, anna endast parim! +demo.day.2=Teine päev +demo.day.3=Kolmas päev +demo.day.4=Neljas päev +demo.day.5=See on sinu viimane päev! +demo.day.warning=Sinu aeg on peaaegu läbi! +demo.day.6=Olete jõudnud viienda päevani, vajutage F2-te, et oma loomingust pilt salvestada +demo.reminder=Prooviaeg on möödas, jätkamiseks ostke mäng või alustage uut maailma! +demo.remainingTime=Järele jäänud aeg: %s +demo.demoExpired=Demo aeg on läbi! +demo.help.movement=Kasuta nuppe %1$s, %2$s, %3$s, %4$s ja hiirt, et ringi liikuda +demo.help.movementShort=Liigu vajutades %1$s, %2$s, %3$s, %4$s +demo.help.movementMouse=Vaata ringi kasutades hiirt +demo.help.jump=Hüppa vajutades nuppu %1$s +demo.help.inventory=Varustuse vaatamiseks vajuta nuppu %1$s +demo.help.title=Minecrafti Demo režiim +demo.help.fullWrapped=See demo kestab 5 mängusisest päeva (umbes 1 tund ja 40 minutit päris elus). Vaata saavutusi vihjete saamiseks! Lõbutse hästi! +demo.help.buy=Osta nüüd! +demo.help.later=Jätka Mängu! + +connect.connecting=Ühendan serveriga... +connect.authorizing=Sisselogimine... +connect.failed=Serveriga ühendumine nurjus + +disconnect.genericReason=%s +disconnect.disconnected=Serveri poolt lahti ühendatud +disconnect.lost=Ühendus katkes +disconnect.kicked=Löödi mängust välja +disconnect.timeout=Ühendus aegus +disconnect.closed=Ühendus on suletud +disconnect.loginFailed=Sisselogimine ebaõnnestus +disconnect.loginFailedInfo=Ei õnnestunud sisse logida: %s +disconnect.quitting=Väljun +disconnect.endOfStream=Andmevoo lõpp +disconnect.overflow=Puhvri ülevool +disconnect.spam=Spämmimise eest välja visatud + +options.off=VÄLJAS +options.on=SEES +options.visible=Näidatud +options.hidden=Peidetud +options.title=Seaded +options.controls=Juhtnupud... +options.video=Graafikaseaded... +options.language=Keel... +options.languageWarning=Tõlked ei pruugi olla 100% täpsed +options.videoTitle=Graafikaseaded +options.music=Muusika +options.sound=Helid +options.invertMouse=Pööra hiire vertikaalne telg +options.fov=Vaateväli +options.fov.min=Normaalne +options.fov.max=Quake Pro +options.gamma=Heledus +options.gamma.min=Tujukas +options.gamma.max=Hele +options.sensitivity=Tundlikkus +options.sensitivity.min=*haigutus* +options.sensitivity.max=HÜPERKIIRUS!!! +options.renderDistance=Nägemiskaugus +options.renderDistance.tiny=Pisike +options.renderDistance.short=Lühike +options.renderDistance.normal=Normaalne +options.renderDistance.far=Kauge +options.viewBobbing=Vaate Hüplemine +options.ao=Sujuv valgustus +options.ao.off=Off +options.ao.min=Minimum +options.ao.max=Maximum +options.anaglyph=3D anaglüüf +options.framerateLimit=Jõudlus +options.difficulty=Raskusaste +options.difficulty.peaceful=Rahulik +options.difficulty.easy=Kerge +options.difficulty.normal=Tavaline +options.difficulty.hard=Raske +options.difficulty.hardcore=Halastamatu +options.graphics=Graafika +options.graphics.fancy=Uhke +options.graphics.fast=Kiire +options.guiScale=Kasutajaliidese suurus +options.guiScale.auto=Automaatne +options.guiScale.small=Väike +options.guiScale.normal=Tavaline +options.guiScale.large=Suur +options.advancedOpengl=Täpsem OpenGL +options.renderClouds=Pilved +options.farWarning1=Soovitatav on paigaldada 64-bitine Java +options.farWarning2=paigaldada 64-bitine Java (teil on 32-bitine) +options.particles=Osakesed +options.particles.all=Kõik +options.particles.decreased=Vähendatud +options.particles.minimal=Minimaalne +options.multiplayer.title=Mitmikmängu seaded... +options.chat.title=Vestluse seaded... +options.chat.visibility=Vestlus +options.chat.visibility.full=Näidatud +options.chat.visibility.system=Ainult Käsud +options.chat.visibility.hidden=Peidetud +options.chat.color=Värvid +options.chat.opacity=Läbipaistvus +options.chat.links=Veebilingid +options.chat.links.prompt=Teavita linkide korral +options.chat.scale=Skaala +options.chat.width=Laius +options.chat.height.focused=Focused Height +options.chat.height.unfocused=Unfocused Height +options.showCape=Näita keepi +options.serverTextures=Serveri tekstuurid +options.snooper=Luba nuuskija +options.snooper.view=Nuuskija seaded... +options.snooper.title=Arvuti andmete kogu +options.snooper.desc=Me tahame koguda teie masina kohta teavet, mis aitab parandada Minecrafti teades mida saame toetada ja mis on suurimad probleemid. Kogu see teave on täiesti anonüümne ja vaadatav allpool. Lubame, et me ei tee midagi halba nende andmetega, aga kui te tahate loobuda siis võite selle vabalt välja lülitada! +options.texture.pack=Tekstuuri pakendid +options.fullscreen=Täisekraan +options.vsync=VSync +options.touchscreen=Touchscreen Mode + +performance.max=Makimaalne FPS +performance.balanced=Tasakaalus +performance.powersaver=Energiasäästja + +controls.title=Nupud + +key.forward=Edasi +key.left=Vasakule +key.back=Tagasi +key.right=Paremale +key.jump=Hüppamine +key.inventory=Seljakott +key.drop=Viska maha +key.chat=Vestlus +key.fog=Lülita udu +key.sneak=Hiilimine +key.playerlist=Kuva mängijad +key.attack=Ründa +key.use=Kasuta Eset +key.pickItem=Vali Plokk +key.mouseButton=Klahv %1$s +key.command=Käsk + +texturePack.openFolder=Ava tekstuuripaki kaust +texturePack.title=Vali tekstuuripakk +texturePack.folderInfo=(Pane tekstuuripakid siia) +texturePack.incompatible=Ühtimatu + +book.pageIndicator=Leht %1$s %2$s-st +book.byAuthor=autor: %1$s +book.signButton=Allkirjasta +book.editTitle=Sisesta raamatu pealkiri: +book.finalizeButton=Allkirjasta ja sule +book.finalizeWarning=Märkus! Allakirjastatud raamatut ei saa enam muuta. + +tile.stone.name=Kivi + +tile.grass.name=Muruplokk +tile.dirt.name=Muld +tile.stonebrick.name=Munakivi +tile.wood.name=Puulauad +tile.wood.oak.name=Tammepuu lauad +tile.wood.spruce.name=Kuusepuu lauad +tile.wood.birch.name=Kasepuu lauad +tile.wood.jungle.name=Džunglipuu lauad +tile.sapling.oak.name=Tamme Istik +tile.sapling.spruce.name=Kuuse Istik +tile.sapling.birch.name=Kase Istik +tile.sapling.jungle.name=Džunglipuu istik +tile.deadbush.name=Surnud põõsas +tile.bedrock.name=Aluskivi +tile.water.name=Vesi +tile.lava.name=Laava +tile.sand.name=Liiv +tile.sandStone.name=Liivakivi +tile.sandStone.default.name=Liivakivi +tile.sandStone.chiseled.name=Peiteldatud liivakivi +tile.sandStone.smooth.name=Sile liivakivi +tile.gravel.name=Kruus +tile.oreGold.name=Kullamaak +tile.oreIron.name=Rauamaak +tile.oreCoal.name=Söemaak +tile.log.name=Puutüvi +tile.log.oak.name=Tammepuu tüvi +tile.log.spruce.name=Kuusepuu tüvi +tile.log.birch.name=Kasepuu tüvi +tile.log.jungle.name=Džunglipuu tüvi +tile.leaves.name=Lehed +tile.leaves.oak.name=Tammelehed +tile.leaves.spruce.name=Kuuselehed +tile.leaves.birch.name=Kaselehed +tile.leaves.jungle.name=Džunglipuu lehed +tile.tallgrass.name=Muru +tile.tallgrass.shrub.name=Põõsas +tile.tallgrass.grass.name=Muru +tile.tallgrass.fern.name=Sõnajalg +tile.sponge.name=Käsn +tile.glass.name=Klaas +tile.thinGlass.name=Klaaspaneel +tile.cloth.name=Vill +tile.flower.name=Lill +tile.rose.name=Roos +tile.mushroom.name=Seen +tile.blockGold.name=Kullaplokk +tile.blockIron.name=Rauaplokk +tile.stoneSlab.stone.name=Kiviplaat +tile.stoneSlab.sand.name=Liivakivi plaat +tile.stoneSlab.wood.name=Puitplaat +tile.stoneSlab.cobble.name=Munakiviplaat +tile.stoneSlab.brick.name=Tellisplaat +tile.stoneSlab.smoothStoneBrick.name=Kivitelliste plaat +tile.stoneSlab.netherBrick.name=Allmaailmakivi plaat +tile.stoneSlab.quartz.name=Kvarts plaat +tile.woodSlab.oak.name=Tamme puitplaat +tile.woodSlab.spruce.name=Kuuse puitplaat +tile.woodSlab.birch.name=Kase puitplaat +tile.woodSlab.jungle.name=Džungli puitplaat +tile.brick.name=Tellised +tile.tnt.name=Dünamiit +tile.bookshelf.name=Raamaturiiul +tile.stoneMoss.name=Sammaldunud kivi +tile.obsidian.name=Obsidiaan +tile.torch.name=Tõrvik +tile.fire.name=Tuli +tile.mobSpawner.name=Koletiste Manaja +tile.stairsWood.name=Tammepuust trepp +tile.stairsWoodSpruce.name=Kuusepuust trepp +tile.stairsWoodBirch.name=Kasepuust trepp +tile.stairsWoodJungle.name=Džunglipuust trepp +tile.chest.name=Kirst +tile.chestTrap.name=Püünis Kirst +tile.redstoneDust.name=Punakivi Tolm +tile.oreDiamond.name=Teemantmaak +tile.blockDiamond.name=Teemantplokk +tile.workbench.name=Töölaud +tile.crops.name=Vili +tile.farmland.name=Põllumaa +tile.furnace.name=Ahi +tile.sign.name=Silt +tile.doorWood.name=Puituks +tile.ladder.name=Redel +tile.rail.name=Raudtee +tile.goldenRail.name=Automaatrööpad +tile.activatorRail.name=Aktivaator rööbas +tile.detectorRail.name=Andurrööpad +tile.stairsStone.name=Kivitrepp +tile.stairsSandStone.name=Liivakivitrepp +tile.lever.name=Kang +tile.pressurePlate.name=Surveplaat +tile.weightedPlate_light.name=Kaaluga Surveplaat (Kerge) +tile.weightedPlate_heavy.name=Kaaluga Surveplaat (Raske) +tile.doorIron.name=Rauduks +tile.oreRedstone.name=Punakivimaak +tile.notGate.name=Punakivi tõrvik +tile.button.name=Nupp +tile.snow.name=Lumi +tile.ice.name=Jää +tile.cactus.name=Kaktus +tile.clay.name=Savi +tile.reeds.name=Suhkruroog +tile.jukebox.name=Plaadimängija +tile.fence.name=Aed +tile.fenceGate.name=Aiavärav +tile.pumpkin.name=Kõrvits +tile.litpumpkin.name=Kõrvitsalatern +tile.hellrock.name=Allmaailmakivi +tile.hellsand.name=Hingeliiv +tile.lightgem.name=Hõõgkivi +tile.portal.name=Portaal +tile.cloth.black.name=Must vill +tile.cloth.red.name=Punane vill +tile.cloth.green.name=Roheline vill +tile.cloth.brown.name=Pruun vill +tile.cloth.blue.name=Sinine vill +tile.cloth.purple.name=Purpurne vill +tile.cloth.cyan.name=Tsüaansinine vill +tile.cloth.silver.name=Helehall vill +tile.cloth.gray.name=Hall vill +tile.cloth.pink.name=Roosa vill +tile.cloth.lime.name=Laimiroheline vill +tile.cloth.yellow.name=Kollane vill +tile.cloth.lightBlue.name=Helesinine vill +tile.cloth.magenta.name=Fuksiapunane vill +tile.cloth.orange.name=Oranž vill +tile.cloth.white.name=Vill +tile.oreLapis.name=Lapis Lazuli Maak +tile.blockLapis.name=Lapis Lazuliplokk +tile.dispenser.name=Jaotur +tile.dropper.name=Heitja +tile.musicBlock.name=Helikast +tile.cake.name=Kook +tile.bed.name=Voodi +tile.bed.occupied=See voodi on hõivatud +tile.bed.noSleep=Sa saad magada ainult öösel +tile.bed.notSafe=Sa ei saa hetkel puhata, läheduses on koletisi +tile.bed.notValid=Sinu kodune voodi oli kadunud või blokeeritud +tile.lockedchest.name=Lukustatud kirst +tile.trapdoor.name=Luuk +tile.web.name=Ämblikuvõrk +tile.stonebricksmooth.name=Kivitellised +tile.stonebricksmooth.default.name=Kivist tellised +tile.stonebricksmooth.mossy.name=Sammaldunud kivist tellised +tile.stonebricksmooth.cracked.name=Pragunenud kivist tellised +tile.stonebricksmooth.chiseled.name=Peiteldatud kivist tellised +tile.monsterStoneEgg.stone.name=Kivist elukamuna +tile.monsterStoneEgg.cobble.name=Munakivist elukamuna +tile.monsterStoneEgg.brick.name=Kivitellistest elukamuna +tile.pistonBase.name=Kolb +tile.pistonStickyBase.name=Kleepuv kolb +tile.fenceIron.name=Rauast Trellid +tile.melon.name=Melon +tile.stairsBrick.name=Tellistest trepp +tile.stairsStoneBrickSmooth.name=Kivitellistest trepp +tile.vine.name=Väädid +tile.netherBrick.name=Põrgutellis +tile.netherFence.name=Põrgutellistest aed +tile.stairsNetherBrick.name=Põrgutellistest trepp +tile.netherStalk.name=Põrgutüügas +tile.cauldron.name=Pada +tile.enchantmentTable.name=Loitsimislaud +tile.anvil.name=Alas +tile.anvil.intact.name=Alas +tile.anvil.slightlyDamaged.name=Veidike katkine alas +tile.anvil.veryDamaged.name=Väga katkine alas +tile.whiteStone.name=Endikivi +tile.endPortalFrame.name=Lõpu Portaal +tile.mycel.name=Seeneniidistik +tile.waterlily.name=Vesiroosileht +tile.dragonEgg.name=Draakonimuna +tile.redstoneLight.name=Punakivi lamp +tile.cocoa.name=Kakao +tile.enderChest.name=Enderi Kirst +tile.oreRuby.name=Rubiini maak +tile.oreEmerald.name=Smaragdi maak +tile.blockEmerald.name=Smaragdiplokk +tile.blockRedstone.name=Redstone Plokk +tile.tripWire.name=Traadilõks +tile.tripWireSource.name=Traadilõksu Konks +tile.commandBlock.name=Käsuplokk +tile.beacon.name=Majakas +tile.beacon.primary=Peamine mõju +tile.beacon.secondary=Teisane mõju +tile.cobbleWall.normal.name=Munakivi müür +tile.cobbleWall.mossy.name=Sammaldunud munakivi müür +tile.carrots.name=Porgandid +tile.potatoes.name=Kartulid +tile.daylightDetector.name=Päevavalguse Sensor +tile.netherquartz.name=Põrgu kvartsmaak +tile.hopper.name=püüdja +tile.quartzBlock.default.name=Kvarts Plokk +tile.quartzBlock.chiseled.name=Peiteltatud Kvarts Plokk +tile.quartzBlock.lines.name=Kvarts Samba Plokk +tile.stairsQuartz.name=Kvarts Trepid + +item.shovelIron.name=Raudlabidas +item.pickaxeIron.name=Raudkirka +item.hatchetIron.name=Raudkirves +item.flintAndSteel.name=Tuleraud +item.apple.name=Õun +item.cookie.name=Küpsis +item.bow.name=Vibu +item.arrow.name=Nool +item.coal.name=Süsi +item.charcoal.name=Puusüsi +item.diamond.name=Teemant +item.emerald.name=Smaragd +item.ingotIron.name=Rauakang +item.ingotGold.name=Kullakang +item.swordIron.name=Raudmõõk +item.swordWood.name=Puitmõõk +item.shovelWood.name=Puitlabidas +item.pickaxeWood.name=Puitkirka +item.hatchetWood.name=Puitkirves +item.swordStone.name=Kivimõõk +item.shovelStone.name=Kivilabidas +item.pickaxeStone.name=Kivikirka +item.hatchetStone.name=Kivikirves +item.swordDiamond.name=Teemantmõõk +item.shovelDiamond.name=Teemantlabidas +item.pickaxeDiamond.name=Teemantkirka +item.hatchetDiamond.name=Teemantkirves +item.stick.name=Puupulk +item.bowl.name=Kauss +item.mushroomStew.name=Seenesupp +item.swordGold.name=Kuldmõõk +item.shovelGold.name=Kuldlabidas +item.pickaxeGold.name=Kuldkirka +item.hatchetGold.name=Kuldkirves +item.string.name=Nöör +item.feather.name=Sulg +item.sulphur.name=Püssirohi +item.hoeWood.name=Puitkõblas +item.hoeStone.name=Kivikõblas +item.hoeIron.name=Raudkõblas +item.hoeDiamond.name=Teemantkõblas +item.hoeGold.name=Kuldkõblas +item.seeds.name=Seemned +item.seeds_pumpkin.name=Kõrvitsaseemned +item.seeds_melon.name=Meloni Seemned +item.melon.name=Melon +item.wheat.name=Nisu +item.bread.name=Leib +item.helmetCloth.name=Nahkmüts +item.chestplateCloth.name=Nahktuunika +item.leggingsCloth.name=Nahkpüksid +item.bootsCloth.name=Nahksaapad +item.helmetChain.name=Rõngaskiiver +item.chestplateChain.name=Rõngassärk +item.leggingsChain.name=Rõngassäärised +item.bootsChain.name=Rõngassaapad +item.helmetIron.name=Raudkiiver +item.chestplateIron.name=Rauast rinnaplaat +item.leggingsIron.name=Raudsäärised +item.bootsIron.name=Raudsaapad +item.helmetDiamond.name=Teemantkiiver +item.chestplateDiamond.name=Teemantist rinnaplaat +item.leggingsDiamond.name=Teemantsäärised +item.bootsDiamond.name=Teemantsaapad +item.helmetGold.name=Kuldkiiver +item.chestplateGold.name=Kullast rinnaplaat +item.leggingsGold.name=Kuldsäärised +item.bootsGold.name=Kuldsaapad +item.flint.name=Tulekivi +item.porkchopRaw.name=Toores Sealiha +item.porkchopCooked.name=Küpsetatud sealiha +item.chickenRaw.name=Toores Kana +item.chickenCooked.name=Küpsetatud Kana +item.beefRaw.name=Toores Veiseliha +item.beefCooked.name=Küpsetatud veiseliha +item.painting.name=Maal +item.frame.name=Esemeraam +item.appleGold.name=Kuldne õun +item.sign.name=Silt +item.doorWood.name=Puituks +item.bucket.name=Ämber +item.bucketWater.name=Veeämber +item.bucketLava.name=Laavaämber +item.minecart.name=Kaevanduskäru +item.saddle.name=Sadul +item.doorIron.name=Rauduks +item.redstone.name=Punakivi +item.snowball.name=Lumepall +item.boat.name=Paat +item.leather.name=Nahk +item.milk.name=Piim +item.brick.name=Tellis +item.clay.name=Savi +item.reeds.name=Suhkruroog +item.paper.name=Paber +item.book.name=Raamat +item.slimeball.name=Limapall +item.minecartChest.name=Kirstuga kaevanduskäru +item.minecartFurnace.name=Ahjuga Kaevanduskäru +item.minecartTnt.name=dünamiidiga käru +item.minecartHopper.name=püüdjaga käru +item.egg.name=Muna +item.compass.name=Kompass +item.fishingRod.name=Õng +item.clock.name=Kell +item.yellowDust.name=Hõõgkivi tolm +item.fishRaw.name=Toores kala +item.fishCooked.name=Küpsetatud kala +item.record.name=Muusikaplaat +item.bone.name=Kont +item.dyePowder.black.name=Tindikott +item.dyePowder.red.name=Roosipunane +item.dyePowder.green.name=Kaktusroheline +item.dyePowder.brown.name=Kakaooad +item.dyePowder.blue.name=Lasuriit +item.dyePowder.purple.name=Lilla värv +item.dyePowder.cyan.name=Tsüaansinine värv +item.dyePowder.silver.name=Helehall värv +item.dyePowder.gray.name=Hall värv +item.dyePowder.pink.name=Roosa värv +item.dyePowder.lime.name=Laimiroheline värv +item.dyePowder.yellow.name=Võilillekollane +item.dyePowder.lightBlue.name=Helesinine värv +item.dyePowder.magenta.name=Fuksiapunane värv +item.dyePowder.orange.name=Oranž värv +item.dyePowder.white.name=Kondijahu +item.sugar.name=Suhkur +item.cake.name=Kook +item.bed.name=Voodi +item.diode.name=Punakivi Võimendi +item.comparator.name=Redstone Comparator +item.map.name=Kaart +item.leaves.name=Lehed +item.shears.name=Käärid +item.rottenFlesh.name=Roiskunud liha +item.enderPearl.name=Enderi Pärl +item.blazeRod.name=Leegi varras +item.ghastTear.name=Kammituse Pisar +item.netherStalkSeeds.name=Põrgutüügas +item.potion.name=Võlujook +item.emptyPotion.name=Veepudel +item.goldNugget.name=Kullakamakas +item.glassBottle.name=Klaaspudel +item.spiderEye.name=Ämblikusilm +item.fermentedSpiderEye.name=Käärinud Ämblikusilm +item.blazePowder.name=Leegi Puuder +item.magmaCream.name=Magmakreem +item.cauldron.name=Pada +item.brewingStand.name=Pruulimisalus +item.eyeOfEnder.name=Enderi Silm +item.speckledMelon.name=Sätendav Arbuus +item.monsterPlacer.name=Sünnikoht +item.expBottle.name=XP pudel +item.fireball.name=Tulelaeng +item.writingBook.name=Raamat ja kirjasulg +item.writtenBook.name=Kirjutatud raamat +item.ruby.name=Rubiin +item.flowerPot.name=Lillepott +item.emptyMap.name=Tühi kaart +item.carrots.name=Porgand +item.carrotGolden.name=Kuldne porgand +item.potato.name=Kartul +item.potatoBaked.name=Ahjukartul +item.potatoPoisonous.name=Mürgine kartul +item.skull.skeleton.name=Luukere pealuu +item.skull.wither.name=Wither luukere kolju +item.skull.zombie.name=Zombi pea +item.skull.char.name=Pea +item.skull.player.name=%s'i pea +item.skull.creeper.name=Hiilija pea +item.carrotOnAStick.name=Porgand ridva otsas +item.netherStar.name=Põrgu täht +item.pumpkinPie.name=Kõrvitsapirukas +item.enchantedBook.name=Loitsitud Raamat +item.fireworks.name=Ilutulestiku Rakett +item.fireworks.flight=Lennu Kestus: +item.fireworksCharge.name=Ilutulestik Täht +item.fireworksCharge.black=Must +item.fireworksCharge.red=Punane +item.fireworksCharge.green=Roheline +item.fireworksCharge.brown=Pruun +item.fireworksCharge.blue=Sinine +item.fireworksCharge.purple=Lilla +item.fireworksCharge.cyan=Tsüaan +item.fireworksCharge.silver=Helehall +item.fireworksCharge.gray=Hall +item.fireworksCharge.pink=Roosa +item.fireworksCharge.lime=Limi roheline +item.fireworksCharge.yellow=Kollane +item.fireworksCharge.lightBlue=Helesinine +item.fireworksCharge.magenta=Magenta +item.fireworksCharge.orange=Oranž +item.fireworksCharge.white=Valge +item.fireworksCharge.customColor=Kohandatud +item.fireworksCharge.fadeTo=Haju +item.fireworksCharge.flicker=Sädele +item.fireworksCharge.trail=Rada +item.fireworksCharge.type.0=Väike pall +item.fireworksCharge.type.1=Suur pall +item.fireworksCharge.type.2=Tähe kujuline +item.fireworksCharge.type.3=Creeperi kujuline +item.fireworksCharge.type.4=Lõhke +item.fireworksCharge.type=Tundmatu kuju +item.netherbrick.name=Põrgutellis +item.netherquartz.name=Põrgu Kvarts + +container.inventory=Inventar +container.hopper=Püüdja +container.crafting=Käsitöö +container.dispenser=Jaotur +container.dropper=heitja +container.furnace=Ahi +container.enchant=Loitsi +container.repair=Remondi ja nimeta +container.repair.cost=Loitsimine maksis %1$d +container.repair.expensive=Liiga kallis! +container.creative=Eseme Valik +container.brewing=Pruulimisalus +container.chest=Kirst +container.chestDouble=Suur Kirst +container.minecart=Kaevanduskäru +container.enderchest=Enderi Kirst + +item.dyed=värvitud + +entity.Item.name=Ese +entity.XPOrb.name=Kogemuste Kera +entity.SmallFireball.name=väike tulepall +entity.Fireball.name=tulepall + +entity.Arrow.name=Nool +entity.Snowball.name=Lumepall +entity.Painting.name=Maal + +entity.Mob.name=Elajas +entity.Monster.name=Koletis + +entity.Creeper.name=Hiilija +entity.Skeleton.name=Luukere +entity.Spider.name=Ämblik +entity.Giant.name=Hiiglane +entity.Zombie.name=Zombi +entity.Slime.name=Limaelukas +entity.Ghast.name=Kammitus +entity.PigZombie.name=Siga Zombie +entity.Enderman.name=Lõpumees +entity.Silverfish.name=Majasoomukas +entity.CaveSpider.name=Koopaämblik +entity.Blaze.name=Leek +entity.LavaSlime.name=Laavalimus +entity.MushroomCow.name=Seenelehm +entity.Villager.name=Külaelanik +entity.VillagerGolem.name=Raudmees +entity.SnowMan.name=Lumemees +entity.EnderDragon.name=Enderdraakon +entity.WitherBoss.name=Närbuma +entity.Witch.name=Nõid + +entity.Pig.name=Siga +entity.Sheep.name=Lammas +entity.Cow.name=Lehm +entity.Chicken.name=Kana +entity.Squid.name=Kalmaar +entity.Wolf.name=Hunt +entity.Ozelot.name=Otselot +entity.Cat.name=Kass +entity.Bat.name=Nahkhiir + +entity.PrimedTnt.name=Dünamiidiplokk +entity.FallingSand.name=Langev Klots + +entity.Minecart.name=Kaevanduskäru +entity.Boat.name=Paat + +entity.generic.name=teadmata + +death.fell.accident.ladder=Kukkus redelilt maha +death.fell.accident.vines=%1$s kukkus väätidelt maha +death.fell.accident.water=Kukkus veest välja +death.fell.accident.generic=Kukkust kõrgelt alla +death.fell.killer=%1$s kukkus ennast surnuks +death.fell.assist=%1$s kukkus surnuks %2$s poolt +death.fell.assist.item=%1$s was doomed to fall by %2$s using %3$s +death.fell.finish=%1$s kukkus liiga sügavale ning sai surma tänu %2$s +death.fell.finish.item=%1$s was fell too far and was finished by %2$s using %3$s + +death.attack.inFire=%1$s põles surnuks +death.attack.inFire.player=%1$s kõndis tulle samal ajal %2$s võideldes +death.attack.onFire=Põles surnuks +death.attack.onFire.player=%1$s kärbas ära %2$s-ga võideldes +death.attack.lava=%1$s püüdis laavas ujuda +death.attack.lava.player=%1$s püüdis laavas ujuda, et pääseda %2$s eest +death.attack.inWall=%1$s lämbus seinas +death.attack.drown=%1$s uppus ära +death.attack.drown.player=%1$s uppus samal ajal üritades %2$s eest põgeneda +death.attack.starve=%1$s nälgis surnuks +death.attack.cactus=%1$s oli kikkis surma +death.attack.cactus.player=%1$s jooksis põgenedes %2$s eest kaktusesse +death.attack.generic=%1$s suri +death.attack.explosion=%1$s lendas õhku +death.attack.explosion.player=%1$s lasti õhku %2$s poolt +death.attack.magic=%1$s tapeti maagiaga +death.attack.wither=%1$s närbus ära +death.attack.anvil=kukkuv alasi lömastas %1$s +death.attack.fallingBlock=kukkuv blokk lömastas %1$s +death.attack.mob=%1$s tapeti %2$s poolt +death.attack.player=%1$s tapeti %2$s poolt +death.attack.player.item=%1$s tapeti %2$s poolt, kasutades %3$s +death.attack.arrow=%1$s lasti %2$s poolt +death.attack.arrow.item=%1$s sai tulistada %2$s poolt kasutades %3$s +death.attack.fireball=%1$s-t rünnati %2$s poolt tulekeradega +death.attack.fireball.item=%1$s was fireballed by %2$s using %3$s +death.attack.thrown=%1$s was pummeled by %2$s +death.attack.thrown.item=%1$s was pummeled by %2$s using %3$s +death.attack.indirectMagic=%1$s was killed by %2$s using magic +death.attack.indirectMagic.item=%1$s was killed by %2$s using %3$s +death.attack.thorns=%1$s was killed trying to hurt %2$s +death.attack.fall=%1$s tabab maapinnale liiga raske +death.attack.outOfWorld=%1$s langes välja maailma + +deathScreen.respawn=Taassünni +deathScreen.deleteWorld=Kustuta maailm +deathScreen.titleScreen=Menüü +deathScreen.score=Punktisumma +deathScreen.title.hardcore=Mäng läbi! +deathScreen.hardcoreInfo=Halastamatus režiimis ei saa taassündida! +deathScreen.title=Sa surid! +deathScreen.leaveServer=Lahku serverist + +potion.empty=Pole mõju +potion.moveSpeed=Kiirus +potion.moveSlowdown=Aeglus +potion.digSpeed=Kiirus +potion.digSlowDown=Kaevandusväsimus +potion.damageBoost=Tugevus +potion.weakness=Nõrkus +potion.heal=Kohene tervis +potion.harm=Kohene kahju +potion.jump=Hüppevõimendus +potion.confusion=Iiveldus +potion.regeneration=Taastumine +potion.resistance=Vastupanu +potion.fireResistance=Tulekindlus +potion.waterBreathing=Veehingamine +potion.invisibility=Nähtamatus +potion.blindness=Pimedus +potion.nightVision=Pimedas Nägemine +potion.hunger=Nälg +potion.poison=Mürk +potion.wither=Wither + +potion.moveSpeed.postfix=Kiiruse võlujook +potion.moveSlowdown.postfix=Aegluse Võlujook +potion.digSpeed.postfix=Kiiruse Võlujook +potion.digSlowDown.postfix=Loiduse Võlujook +potion.damageBoost.postfix=Tugevuse Võlujook +potion.weakness.postfix=Nõrkuse Võlujook +potion.heal.postfix=Paranemise Võlujook +potion.harm.postfix=Kahjustav Võlujook +potion.jump.postfix=Hüppamise Võlujook +potion.confusion.postfix=Iivelduse Võlujook +potion.regeneration.postfix=Taastumise Võlujook +potion.resistance.postfix=Vastupidavuse Võlujook +potion.fireResistance.postfix=Tulekindluse Võlujook +potion.waterBreathing.postfix=Vees hingamise Võlujook +potion.invisibility.postfix=Nähtamatuse Võlujook +potion.blindness.postfix=Pimeduse Võlujook +potion.nightVision.postfix=Öönägemise Võlujook +potion.hunger.postfix=Nälja Võlujook +potion.poison.postfix=Mürgine Võlujook +potion.wither.postfix=Jook Kõdu + +potion.potency.0= +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV + +potion.prefix.grenade=Pritsitav +potion.prefix.mundane=Tavaline +potion.prefix.uninteresting=Ebahuvitav +potion.prefix.bland=Igav +potion.prefix.clear=Selge +potion.prefix.milky=Piimjas +potion.prefix.diffuse=Hajutatud +potion.prefix.artless=Viimistlemata +potion.prefix.thin=Peen +potion.prefix.awkward=Kohatu +potion.prefix.flat=Lame +potion.prefix.bulky=Kogukas +potion.prefix.bungling=Kohmakas +potion.prefix.buttered=Võine +potion.prefix.smooth=Sile +potion.prefix.suave=Malbe +potion.prefix.debonair=Peen +potion.prefix.thick=Paks +potion.prefix.elegant=Maitsekas +potion.prefix.fancy=Uhke +potion.prefix.charming=Võluv +potion.prefix.dashing=Rabav +potion.prefix.refined=Täiustatud +potion.prefix.cordial=Jõuduandev +potion.prefix.sparkling=Sädelev +potion.prefix.potent=Tugev +potion.prefix.foul=Vastik +potion.prefix.odorless=Lõhnatu +potion.prefix.rank=Kirbe +potion.prefix.harsh=Karm +potion.prefix.acrid=Terav +potion.prefix.gross=Jäle +potion.prefix.stinky=Haisev + +enchantment.damage.all=Teravus +enchantment.damage.undead=Püha Löök +enchantment.damage.arthropods=Lülijalgsete kirstunael +enchantment.knockback=Tagasilöök +enchantment.fire=Tule aspekt +enchantment.protect.all=Kaitse +enchantment.protect.fire=Tulekindlus +enchantment.protect.fall=Pehme kukkumine +enchantment.protect.explosion=Plahvatuskaitse +enchantment.protect.projectile=Noolekaitse +enchantment.oxygen=Hingamine +enchantment.waterWorker=Veetõmme +enchantment.digging=Tõhusus +enchantment.untouching=Siidjas puudutus +enchantment.durability=Vastupidavus +enchantment.lootBonus=Saagikogumine +enchantment.lootBonusDigger=Õnn +enchantment.arrowDamage=Võim +enchantment.arrowFire=Leek +enchantment.arrowKnockback=Tagasilöök +enchantment.arrowInfinite=Lõpmatus +enchantment.thorns=Okkad + +enchantment.level.1=I +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.level.10=X + +gui.achievements=Saavutused +gui.stats=Statistika + +stat.generalButton=Üldine +stat.blocksButton=Klotsid +stat.itemsButton=Esemed + +stat.used=Kasutuse Kordi +stat.mined=Kaevandamise Kordi +stat.depleted=Ammendamise Kordi +stat.crafted=Meisterduse Kordi + +stat.startGame=Mängimise Kordi +stat.createWorld=Mängitud maailmu +stat.loadWorld=Salvestusi laetud +stat.joinMultiplayer=Mitmikmänguga liitumisi +stat.leaveGame=Mängust lahkumisi + +stat.playOneMinute=Minuteid Mängitud + +stat.walkOneCm=Kõnnitud Vahemaa +stat.fallOneCm=Kukkudes Läbitud Vahemaa +stat.swimOneCm=Ujudes Läbitud Vahemaa +stat.flyOneCm=Lennates Läbitud Vahemaa +stat.climbOneCm=Ronides Läbitud Vahemaa +stat.diveOneCm=Sukendunult Läbitud Vahemaa +stat.minecartOneCm=Kaevanduskäruga Sõidetud Vahemaa +stat.boatOneCm=Paadiga Sõidetud Vahemaa +stat.pigOneCm=Seaga Sõidetud Vahemaa +stat.jump=Hüppeid +stat.drop=Esemeid Maha Visatud + +stat.damageDealt=Kahju Põhjustatud +stat.damageTaken=Kahju Saadud +stat.deaths=Surmade arv +stat.mobKills=Elukaid Tapetud +stat.playerKills=tapetud mängijaid +stat.fishCaught=Kalu Püütud + +stat.mineBlock=%1$s Kaevandatud +stat.craftItem=%1$s Valmistatud +stat.useItem=%1$s Kasutatud +stat.breakItem=%1$s Ära Tarbitud + +achievement.get=Saavutus käes! + +achievement.taken=Tehtud! + +achievement.requires=Vajab saavutust '%1$s' +achievement.openInventory=Varustuse vaatamine +achievement.openInventory.desc=Varustuse vaatamiseks vajuta klahvi '%1$s'. +achievement.mineWood=Puidu saamine +achievement.mineWood.desc=Ründa puud, kuni tükk puuhalgu välja tuleb +achievement.buildWorkBench=Jõuproov +achievement.buildWorkBench.desc=Valmista neljast lauaplokist töölaud +achievement.buildPickaxe=Aeg kaevandamiseks! +achievement.buildPickaxe.desc=Kasuta laudu ja pulki kirka valmistamiseks. +achievement.buildFurnace=Kuum Teema +achievement.buildFurnace.desc=Konstrueeri kaheksast munakiviplokist ahi +achievement.acquireIron=Hangi tööriistu +achievement.acquireIron.desc=Sulata raud kangiks +achievement.buildHoe=Aeg põllutöödeks! +achievement.buildHoe.desc=Kasuta laudu ja pulki kõpla valmistamiseks. +achievement.makeBread=Küpseta Leiba +achievement.makeBread.desc=Tee nisust leiba +achievement.bakeCake=Vale +achievement.bakeCake.desc=Nisu, suhkur, piim ja munad! +achievement.buildBetterPickaxe=Uuenduse saamine +achievement.buildBetterPickaxe.desc=Tee endale parem kirka +achievement.cookFish=Ülimaitsev kala +achievement.cookFish.desc=Püüa ja küpseta kala! +achievement.onARail=Raudteel +achievement.onARail.desc=Reisi kaevanduskäruga sõidu algpunktist vähemalt 1 km kaugusele +achievement.buildSword=Aeg rünnata! +achievement.buildSword.desc=Tee laudadest ja pulkadest mõõk +achievement.killEnemy=Koletisekütt +achievement.killEnemy.desc=Ründa ja tapa üks koletis +achievement.killCow=Lehmakukutaja +achievement.killCow.desc=Korja lehmalt nahka +achievement.flyPig=Kui sead lendavad +achievement.flyPig.desc=Lenda seaga kaljult alla +achievement.snipeSkeleton=Snaiprite duell +achievement.snipeSkeleton.desc=Tapa üks luukere vähemalt 50 meetri kauguselt lastud noolega +achievement.diamonds=TEEMANTID! +achievement.diamonds.desc=Kaevanda teemantid välja oma rauast tööriistadega +achievement.portal=Me peame sügavamale minema +achievement.portal.desc=Ehita portaal Põrgu +achievement.ghast=Tagasi saatjale +achievement.ghast.desc=Tapa üks Kammitus tulekeraga +achievement.blazeRod=Tulle +achievement.blazeRod.desc=Vabasta Leek tema vardast +achievement.potion=Kohalik apteek +achievement.potion.desc=Sega kokku üks võlujook +achievement.theEnd=Lõpp? +achievement.theEnd.desc=Leia üles Lõpp +achievement.theEnd2=Lõpp. +achievement.theEnd2.desc=Võida Ender Draakonit +achievement.enchantments=Loitsija +achievement.enchantments.desc=Ehita raamatust, obsidiaanist ja teemanditest loitsimislaud +achievement.overkill=Ülepingutus +achievement.overkill.desc=Tee ühe löögiga kaheksa südame eest vigastusi +achievement.bookcase=Raamatukoguhoidja +achievement.bookcase.desc=Ehita oma loitsimislaua edendamiseks raamaturiiuleid + +commands.generic.exception=Selle käsu täitmisel tekkis tundmatu tõrge +commands.generic.syntax=Sobimatu käsusüntaks +commands.generic.player.notFound=Mängijat ei leitud +commands.generic.notFound=Tundmatu käsk. Käskude nimekirja kuvamiseks kirjuta /help. +commands.generic.num.invalid='%s' ei ole arv +commands.generic.num.tooSmall=Arv, mille sisestasid (%d), on liiga väike, kõige vähem saab see olla %d +commands.generic.num.tooBig=Arv, mille sisestasid (%d), on liiga suur, kõige rohkem saab see olla %d +commands.generic.double.tooSmall=Number on sisestatud (%.2f) on liiga väike, see peab olema vähemalt %.2f +commands.generic.double.tooBig=Number on sisestatud (%.2f) on liiga suur, see peab olema kõige %.2f +commands.generic.usage=Kasutamine: %s + +commands.xp.failure.widthdrawXp=Ei ole võimalik anda mängijale negatiivseid kogemuspunkte +commands.xp.success=Antud %d kogemust mängijale %s +commands.xp.success.levels=%s on saanud %d levelit +commands.xp.success.negative.levels=Pildistatud %d tasemed %s +commands.xp.usage=/xp [player] VÕI /xp L [player] +commands.give.usage=/give [kogus] [info] +commands.give.notFound=Ei ole olemas eset IDga %d +commands.give.success=Antud %s (IDga %d) * %d mängijale %s +commands.effect.usage=/effect [seconds] [amplifier] +commands.effect.notFound=There is no such mob effect with ID %d +commands.effect.success=Given %1$s (ID %2$d) * %3$d to %4$s for %5$d seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.enchant.usage=/enchant [level] +commands.enchant.notFound=Puudub loits ID-ga %d +commands.enchant.noItem=Sihtmärk ei hoia eset +commands.enchant.cantEnchant=Valitud loitsu ei saa lisada esemele +commands.enchant.cantCombine=%1$s ei saa kombineerida %2$s +commands.enchant.success=Loitsimine õnnestus +commands.clear.usage=/clear [kirje] [andmed] +commands.clear.success=Cleared inventuuri %s, eemaldades %d kirjed +commands.clear.failure=Could not clear the inventory of %s, no items to remove +commands.downfall.success=Sademed on ümber lülitatud +commands.time.usage=/time +commands.time.added=Lisatud %d ajale +commands.time.set=Ajaks on seatud %d +commands.players.list=%d/%d mängijat on ühendatud: +commands.banlist.ips=Kokku on keelatud %d IP aadressi: +commands.banlist.players=Kokku on keelatud %d mängijat: +commands.banlist.usage=/banlist [ips|players] +commands.kick.success=%s on mängust eemaldatud +commands.kick.success.reason=%s on mängust eemaldatud: '%s' +commands.kick.usage=/kick [põhjus ...] +commands.op.success=%s on oppitud +commands.op.usage=/op +commands.deop.success=%s op on eemaldatud +commands.deop.usage=/deop +commands.say.usage=/say +commands.ban.success=Bännitud mängija %s +commands.ban.usage=/ban [põhjus...] +commands.unban.success=Mängija %s bänn eemaldatud +commands.unban.usage=/pardon +commands.banip.invalid=Oled sisestanud kehtetu IP aadressi või mängija +commands.banip.success=IP aadress keelatud: %s +commands.banip.success.players=Keelatud IP aadress %s, mis kuulub mängijale %s +commands.banip.usage=/ban-ip [põhjus...] +commands.unbanip.invalid=Oled sisestanud kehtetu IP aadressi +commands.unbanip.success=Vabastatud IP aadressi keeld: %s +commands.unbanip.usage=/pardon-ip +commands.save.enabled=Maailma automaatne salvestus sisse lülitatud +commands.save.disabled=Maailma automaatne salvestus välja lülitatud +commands.save.start=Salvestan... +commands.save.success=Maailm on salvestatud +commands.save.failed=Salvestamine Ebaõnnestus %s +commands.stop.start=Peatan serveri +commands.tp.success=%s teleporteeriti mängija %s juurde +commands.tp.success.coordinates=Teleportisin %s %.2f,%.2f,%.2f +commands.tp.usage=/tp [mängija] või /tp [mängija] +commands.tp.notSameDimension=Ei saa teleporteerida, sest mängijad ei ole samas dimensioonis +commands.whitelist.list=Siin on %d (%d-st nähtust) valge nimekirja mängijat: +commands.whitelist.enabled=Valge nimekiri sisse lülitatud +commands.whitelist.disabled=Valge nimekiri välja lülitatud +commands.whitelist.reloaded=Valge nimekiri taaslaetud +commands.whitelist.add.success=Lisatud %s valgesse nimekirja +commands.whitelist.add.usage=/whitelist add +commands.whitelist.remove.success=Eemaldatud %s valgest nimekirjast +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.scoreboard.usage=/scoreboard +commands.scoreboard.teamNotFound=No team was found by the name '%s' +commands.scoreboard.objectiveNotFound=No objective was found by the name '%s' +commands.scoreboard.objectiveReadOnly=The objective '%s' is read-only and cannot be set +commands.scoreboard.objectives.usage=/scoreboard objectives +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [objective] +commands.scoreboard.objectives.setdisplay.invalidSlot=No such display slot '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Cleared objective display slot '%s' +commands.scoreboard.objectives.setdisplay.successSet=Set the display objective in slot '%s' to '%s' +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [display name ...] +commands.scoreboard.objectives.add.wrongType=Invalid objective criteria type. Valid types are: %s +commands.scoreboard.objectives.add.alreadyExists=An objective with the name '%s' already exists +commands.scoreboard.objectives.add.tooLong=The name '%s' is too long for an objective, it can be at most %d characters long +commands.scoreboard.objectives.add.displayTooLong=The display name '%s' is too long for an objective, it can be at most %d characters long +commands.scoreboard.objectives.add.success=Added new objective '%s' successfully +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.remove.success=Removed objective '%s' successfully +commands.scoreboard.objectives.list.count=Showing %d objective(s) on scoreboard +commands.scoreboard.objectives.list.entry=- %s: displays as '%s' and is type '%s' +commands.scoreboard.objectives.list.empty=There are no objectives on the scoreboard +commands.scoreboard.players.usage=/scoreboard players +commands.scoreboard.players.set.success=Set score of %s for player %s to %d +commands.scoreboard.players.set.usage=/scoreboard players set +commands.scoreboard.players.add.usage=/scoreboard players add +commands.scoreboard.players.remove.usage=/scoreboard players remove +commands.scoreboard.players.reset.usage=/scoreboard players reset +commands.scoreboard.players.reset.success=Reset all scores of player %s +commands.scoreboard.players.list.count=Showing %d tracked players on the scoreboard +commands.scoreboard.players.list.empty=There are no tracked players on the scoreboard +commands.scoreboard.players.list.player.count=Showing %d tracked objective(s) for %s +commands.scoreboard.players.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.players.list.player.empty=Player %s has no scores recorded +commands.scoreboard.teams.usage=/scoreboard teams +commands.scoreboard.teams.add.usage=/scoreboard teams add [display name ...] +commands.scoreboard.teams.add.alreadyExists=A team with the name '%s' already exists +commands.scoreboard.teams.add.tooLong=The name '%s' is too long for a team, it can be at most %d characters long +commands.scoreboard.teams.add.displayTooLong=The display name '%s' is too long for a team, it can be at most %d characters long +commands.scoreboard.teams.add.success=Added new team '%s' successfully +commands.scoreboard.teams.list.usage=/scoreboard teams list [name] +commands.scoreboard.teams.list.count=Showing %d teams on the scoreboard +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' has %3$d players +commands.scoreboard.teams.list.empty=There are no teams registered on the scoreboard +commands.scoreboard.teams.list.player.count=Showing %d player(s) in team %s +commands.scoreboard.teams.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.teams.list.player.empty=Team %s has no players +commands.scoreboard.teams.empty.usage=/scoreboard teams clear +commands.scoreboard.teams.empty.alreadyEmpty=Team %s is already empty, cannot remove nonexistant players +commands.scoreboard.teams.empty.success=Removed all %d player(s) from team %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.remove.success=Removed team %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [player] +commands.scoreboard.teams.join.success=Added %d player(s) to team %s: %s +commands.scoreboard.teams.join.failure=Could not add %d player(s) to team %s: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [player] +commands.scoreboard.teams.leave.success=Removed %d player(s) from their teams: %s +commands.scoreboard.teams.leave.failure=Could not remove %d player(s) from their teams: %s +commands.scoreboard.teams.leave.noTeam=You are not in a team +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.option.noValue=Valid values for option %s are: %s +commands.scoreboard.teams.option.success=Set option %s for team %s to %s +commands.gamemode.success.self=Seadsid oma mängumoodi: %s +commands.gamemode.success.other=Seadsid mängija %s mängumoodi: %s +commands.gamemode.usage=/gamemode [mängija] +commands.defaultgamemode.usage=/defaultgamemode +commands.defaultgamemode.success=Maailma vaikimisi mängumood on nüüd %s +commands.me.usage=/me +commands.help.header=--- Näitan abilehte %d %d-st (/help ) --- +commands.help.footer=Näpunäide: Kasuta nuppu käsku kirjutades, et see või tema argumendid automaatselt lõpetada +commands.help.usage=/help [lehekülg|käsk] +commands.publish.started=Kohalik mäng üles seatud aadressil %s +commands.publish.failed=Kohaliku mängu ülesseadmine ebaõnnestus +commands.debug.start=Alustatud silumise profiili +commands.debug.stop=Tasuda silumise profiilide pärast %.2f sekundiga (%d puugid) +commands.debug.notStarted=Ei saa lõpetada profiilide kui me ei ole veel alanud! +commands.debug.usage=/debug +commands.message.usage=/tell +commands.message.sameTarget=Sa ei saa endale sõnumeid saata! +commands.message.display.outgoing=Sosistad mängijale %s: %s +commands.message.display.incoming=%s sosistab sulle: %s +commands.difficulty.usage=/difficulty +commands.difficulty.success=Mängu raskusaste on %s +commands.spawnpoint.usage=/spawnpoint VÕI /spawnpoint VÕI /spawnpoint +commands.spawnpoint.success=%s's tekkimiskohaks on (%d, %d, %d) +commands.gamerule.usage=/gamerule VÕI /gamerule +commands.gamerule.success=Mängu reegel uuendatud +commands.gamerule.norule=Pole olemas sellist reeglit nagu %s +commands.weather.usage=/weather [kestus sekundites] +commands.weather.clear=Muudan ilma selgeks +commands.weather.rain=Muudan ilma vihmaseks +commands.weather.thunder=Muudan ilma äikesetormiks +commands.testfor.usage=/testfor +commands.testfor.failed=/testfor is only usable by commandblocks with analog output + +itemGroup.buildingBlocks=Ehitusplokid +itemGroup.decorations=Kaunistusplokid +itemGroup.redstone=Punakivi +itemGroup.transportation=Transport +itemGroup.misc=Varia +itemGroup.search=Otsi Esemeid +itemGroup.food=Toiduvärgid +itemGroup.tools=Tööriistad +itemGroup.combat=Võitlemine +itemGroup.brewing=Pruulimine +itemGroup.materials=Materjalid +itemGroup.inventory=Ellujäämisvarustus + +inventory.binSlot=Hävita Ese + +advMode.setCommand=Kirjuta konsooli käsk ploki jaoks +advMode.command=Konsooli käsk +advMode.nearestPlayer=Kasuta @p et sihtida lähimat mängijat +advMode.randomPlayer=Kasuta @r et sihtida suvalist mängijat +advMode.allPlayers=Kasuta @a et sihtida kõiki mängijaid + +advMode.notEnabled=Käsuplokid pole selles serveris lubatud +advMode.notAllowed=Pead olema op'i õigustega loomingulises režiimis mängija + +mco.title=Minecraft Realms +mco.selectServer.select=Join Server +mco.selectServer.configure=Configure +mco.selectServer.create=Loo maailm +mco.selectServer.moreinfo=More Info + +mco.configure.world.edit.title=Edit World + +mco.configure.world.title=Configure World +mco.configure.world.name=Nimi +mco.configure.world.description=Description +mco.configure.world.location=Location +mco.configure.world.invited=kutsutud +mco.configure.world.buttons.edit=Redigeeri +mco.configure.world.buttons.reset=Lähtesta maailma +mco.configure.world.buttons.done=teha +mco.configure.world.buttons.delete=Kustuta +mco.configure.world.buttons.open=Ava maailm +mco.configure.world.buttons.close=Sulge maailm +mco.configure.world.buttons.invite=kutsu +mco.configure.world.buttons.uninvite=Tühista kutse +mco.configure.world.buttons.subscription=Subscription +mco.configure.world.invite.profile.name=Nimi +mco.configure.world.uninvite.question=Are you sure that you want to uninvite + +mco.configure.world.subscription.title=Subscription Info +mco.configure.world.subscription.daysleft=Days Left +mco.configure.world.subscription.start=Start Date +mco.configure.world.subscription.extend=Extend + +mco.create.world.location.title=Asukohad +mco.create.world.location.warning=Te ei pruugi saada täpsed asukohta mida te valite +mco.create.world.wait=Creating the world... + +mco.reset.world.title=Lähtesta maailma +mco.reset.world.warning=See toiming kustutab teie maailma igaveseks! +mco.reset.world.seed=Seed (Optional) +mco.reset.world.resetting.screen.title=Resetting World... + +mco.configure.world.close.question.line1=Sinu maailm muutub kättesaamatuks. +mco.configure.world.close.question.line2=Kas te olete kindel, et te soovite seda teha? + +mco.connect.connecting=Connecting to the online server... +mco.connect.authorizing=Sisse logimine... +mco.connect.failed=(online) Serveriga ühendumine nurjus + +mco.create.world=Loo + diff --git a/1.5.2/lang/eu_ES.lang b/1.5.2/lang/eu_ES.lang new file mode 100644 index 00000000..d309a9ba --- /dev/null +++ b/1.5.2/lang/eu_ES.lang @@ -0,0 +1,1293 @@ +#X-Generator: crowdin.net + +language.name=Euskara +language.region=EH +language.code=eu_ES + +gui.done=Ados +gui.cancel=Ezeztatu +gui.back=Back +gui.toMenu=Itzuli hasierako pantailara +gui.up=Gora +gui.down=Behera +gui.yes=Bai +gui.no=Ez + +menu.singleplayer=Jokalari bakarra +menu.multiplayer=Multijokalaria +menu.online=Minecraft Realms +menu.options=Aukerak... +menu.quit=Jokutik Irten +menu.returnToMenu=Gorde eta irten hasierara +menu.disconnect=Deskonektatu +menu.returnToGame=Itzuli jokora +menu.switchingLevel=Munduak aldatzen +menu.generatingLevel=Mundua sortzen +menu.loadingLevel=Mundua kargatzen +menu.generatingTerrain=Lurra eraikitzen +menu.convertingLevel=Mundua aldatzen +menu.simulating=Unetxo batez mundua simulatzen +menu.respawning=Birsortzen +menu.shareToLan=LAN sarera zabalik + +selectWorld.title=Aukeratu mundua +selectWorld.empty=hutsik +selectWorld.world=Mundua +selectWorld.select=Jokatu hautatutako munduan +selectWorld.create=Sortu mundu berria +selectWorld.recreate=Birsortu +selectWorld.createDemo=Erakustaldi mundu berri batean jolastu +selectWorld.delete=Ezabatu +selectWorld.rename=Berrizendatu +selectWorld.deleteQuestion=Zihur zaude mundu hau ezabatu nahi duzula? +selectWorld.deleteWarning=betiko galduko da! (Denbora piloa!) +selectWorld.deleteButton=Ezabatu +selectWorld.renameButton=Berrizendatu +selectWorld.renameTitle=Mundua berrizendatu +selectWorld.conversion=Bihurtu beharra dago! +selectWorld.newWorld=Mundu berria +selectWorld.newWorld.copyOf=Kopiatutako %s +selectWorld.enterName=Munduaren izena +selectWorld.resultFolder=Hemen gordeko da: +selectWorld.enterSeed=Mundu sortzailearentzako hazia +selectWorld.seedInfo=Hutsik utzi zorizko hazia erabiltzeko +selectWorld.cheats=Tranpak +selectWorld.customizeType=Pertsonalizatu + +createWorld.customize.presets=Ereduak +createWorld.customize.presets.title=Eredua aukeratu +createWorld.customize.presets.select=Eredua erabili +createWorld.customize.presets.share=Eredua norbaitekin partekatu nahi duzu? Erabili beko karratua! +createWorld.customize.presets.list=Bestalde, emen daude aurretik guk egindakoak! +createWorld.customize.flat.title=Mundu lauen pertsonalizazioa +createWorld.customize.flat.tile=Geruzaren materiala +createWorld.customize.flat.height=Garaiera +createWorld.customize.flat.addLayer=Gerusa gehitu +createWorld.customize.flat.editLayer=Gerusa aldatu +createWorld.customize.flat.removeLayer=Gerusa kendu +createWorld.customize.flat.layer.top=Gaineko muga - %d +createWorld.customize.flat.layer=%d +createWorld.customize.flat.layer.bottom=Azpiko muga - %d + +gameMode.survival=Biziraupen modua +gameMode.creative=Sortzaile modua +gameMode.adventure=Abentura modua +gameMode.hardcore=Modu gogorra! +gameMode.changed=Zure jokoaren modua eguneratu da + +selectWorld.gameMode=Joko-modua: +selectWorld.gameMode.survival=Biziraupen +selectWorld.gameMode.survival.line1=Lehengaien bilaketa, artisautza, maila +selectWorld.gameMode.survival.line2=igoera, osasuna eta gosea +selectWorld.gameMode.creative=Sortzailea +selectWorld.gameMode.creative.line1=Baliabide mugagabeak, libre hegan egiteko eta +selectWorld.gameMode.creative.line2=blokeak berehala suntsitzeko +selectWorld.gameMode.hardcore=Gogorra +selectWorld.gameMode.hardcore.line1=Biziraupen modua bezala, zailtasun altuenean +selectWorld.gameMode.hardcore.line2=blokeatuta, eta bizitza bakarrarekin +selectWorld.gameMode.adventure=Abentura +selectWorld.gameMode.adventure.line1=Bizirik irauteko modua berdina da, baina blokeak ezin +selectWorld.gameMode.adventure.line2=gehituta edo kanporatuta izan +selectWorld.moreWorldOptions=Mundu aukera gehiago... +selectWorld.mapFeatures=Egiturak sortu: +selectWorld.mapFeatures.info=Herriak, ziegak eta abar +selectWorld.mapType=Mundu mota: +selectWorld.mapType.normal=Normala +selectWorld.allowCommands=Tranpak baimendu: +selectWorld.allowCommands.info=Gisa honetako aginduak: /gamemode, /xp +selectWorld.hardcoreMode=Gogorra: +selectWorld.hardcoreMode.info=Mundua ezabatu egiten da heriotz ostean +selectWorld.bonusItems=Sari kutxa: + +generator.default=Lehenetsia +generator.flat=Super laua +generator.largeBiomes=Bioma handiak + +selectServer.title=Aukeratu zerbitzaria +selectServer.empty=hutsa +selectServer.select=Batu zerbitzarira +selectServer.direct=Konexio zuzena +selectServer.edit=Editatu +selectServer.delete=Ezabatu +selectServer.add=Gehitu zerbitzaria +selectServer.defaultName=Minecraft zerbitzaria +selectServer.deleteQuestion=Ziur zaude zerbitzari hau ezabatu nahi duzula? +selectServer.deleteWarning=betiko galduko da! (Denbora piloa!) +selectServer.deleteButton=Ezabatu +selectServer.refresh=Eguneratu +selectServer.hiddenAddress=(Ezkutatuta) +addServer.title=Editatu zerbitzariaren informazioa +addServer.enterName=Zerbitzariaren izena +addServer.enterIp=Zerbitzariaren helbidea +addServer.add=Egina +addServer.hideAddress=Ezkutatu helbidea +lanServer.title=LAN sare mundua +lanServer.scanning=Scanning for games on your local network +lanServer.start=Hasi LAN sare mundua +lanServer.otherPlayers=Beste jokalarientzako ezarpenak +mcoServer.title=Minecraft Online World + +multiplayer.title=Multijokalaria Jolastu +multiplayer.connect=Konektatu +multiplayer.info1=Minecraft multijokalaria ez dago bukatuta oraindik, baina hemen +multiplayer.info2=dago bere akatsekin frogatzeko moduan. +multiplayer.ipinfo=Sartu zerbitzariaren IPa konektatzeko: + +multiplayer.texturePrompt.line1=Zerbitzari honek testura-pakete pertsonalizatuen erabilera gomendatzen du. +multiplayer.texturePrompt.line2=Automagikoki deskargatu eta instalatu nahi duzu? + +multiplayer.downloadingTerrain=Lurra deskargatzen + +multiplayer.stopSleeping=Ohea utzi + +chat.link.confirm=Ziur ondorengo webgunea ireki nahi duzula? +chat.link.warning=Ez inoiz ireki fidatzen ez zaren jendearen loturarik! +chat.copy=Kopiatu paper-zorroan + +menu.playdemo=Jolastu demo munduan +menu.resetdemo=Berrezarri demo mundua +demo.day.1=Erakustaldi honek bost joku egun iraungo du, egizu ahalik eta hoberen! +demo.day.2=Bigarren eguna +demo.day.3=Hirugarren eguna +demo.day.4=Laugarren eguna +demo.day.5=Zure azken eguna da! +demo.day.warning=Denbora bukatzen ari da! +demo.day.6=Zure bostgarren eguna pasa duzu, sakatu F2 zure kreazioaren pantaila harrapaketa gordetzeko +demo.reminder=Erakustaldiaren denbora bukatu da, erosi jokua jolasten jarraitzeko edo hasi mundu berri bat! +demo.remainingTime=Geratzen den denbora: %s +demo.demoExpired=Demoren dembora amaitu da! +demo.help.movement=Erabili %1$s, %2$s, %3$s, %4$s eta sagua inguruan mugitzeko +demo.help.movementShort=Mugi zaitez %1$s, %2$s, %3$s, %4$s sakatuz +demo.help.movementMouse=Begiratu ingurua sagua erabiliz +demo.help.jump=Salto egin %1$s sakatuz +demo.help.inventory=Sakatu %1$s zure inbentarioa irekitzeko +demo.help.title=Minecraft demo-modua +demo.help.fullWrapped=Demo hau 5 egun iraungo du (denbora errealean 1 ordu eta 40 minutu inguru). Kontsulta itzazu helburuak laguntza lortzeko! Ongi pasatu! +demo.help.buy=Erosi orain! +demo.help.later=Jarraitu jolasten! + +connect.connecting=Zerbitzarira konektatzen... +connect.authorizing=Saioa hasten... +connect.failed=Ezin izan da zerbitzarira konektatu + +disconnect.genericReason=%s +disconnect.disconnected=Zerbitzariarengatik deskonektatua +disconnect.lost=Konexioa galdu da +disconnect.kicked=Jokotik kaleratua izan da +disconnect.timeout=Denboraz kanpo +disconnect.closed=Konexioa itxi da +disconnect.loginFailed=Ezin izan da saioa hasi +disconnect.loginFailedInfo=Ezin izan da saioa hasi: %s +disconnect.quitting=Irteten +disconnect.endOfStream=Korrontearen bukaera +disconnect.overflow=Buffer gainezkatzetua +disconnect.spam=Kanporatua zabor-mezuak egiteagatik + +options.off=Itzalita +options.on=Piztua +options.visible=Ikusgai +options.hidden=Ezkutuan +options.title=Aukerak +options.controls=Kontrolak... +options.video=Bideo ezarpenak... +options.language=Hizkuntza... +options.languageWarning=Itzulpenak ezingo dira %100ean zehatzak izan +options.videoTitle=Bideo ezarpenak +options.music=Musika +options.sound=Soinua +options.invertMouse=Sagua alderantzikatu +options.fov=Ikusmen eremua +options.fov.min=Normala +options.fov.max=Quake profesionala +options.gamma=Distira +options.gamma.min=Iluna +options.gamma.max=Distiratsua +options.sensitivity=Sentsibilitatea +options.sensitivity.min=*aharrausia* +options.sensitivity.max=HYPERABIADURA!!! +options.renderDistance=Errendatze-distantzia +options.renderDistance.tiny=Txiki-txikia +options.renderDistance.short=Laburra +options.renderDistance.normal=Normala +options.renderDistance.far=Urruna +options.viewBobbing=Ikuspuntuaren Mugimendua +options.ao=Argiztapen leuna +options.ao.off=Off +options.ao.min=Minimum +options.ao.max=Maximum +options.anaglyph=3D Anaglifikoa +options.framerateLimit=Errendimendua +options.difficulty=Zailtasuna +options.difficulty.peaceful=Baketsua +options.difficulty.easy=Erraza +options.difficulty.normal=Normala +options.difficulty.hard=Zaila +options.difficulty.hardcore=Gogorra +options.graphics=Grafikoak +options.graphics.fancy=Zehatz +options.graphics.fast=Azkar +options.guiScale=GUIaren Eskala +options.guiScale.auto=Automatikoki +options.guiScale.small=Txikia +options.guiScale.normal=Normala +options.guiScale.large=Handia +options.advancedOpengl=OpenGL Aurreratua +options.renderClouds=Lainoak +options.farWarning1=64 biteko Java instalatzea gomendatzen da +options.farWarning2='Urrun' errendatzeko (32 bit dituzu) +options.particles=Partikulak +options.particles.all=Guztiak +options.particles.decreased=Murriztua +options.particles.minimal=Minimoa +options.multiplayer.title=Multijokalariaren aukerak... +options.chat.title=Txataren ezarpenak... +options.chat.visibility=Txata +options.chat.visibility.full=Ikusgai +options.chat.visibility.system=Aginduak bakarrik +options.chat.visibility.hidden=Ezkutuko +options.chat.color=Koloreak +options.chat.opacity=Opakotasuna +options.chat.links=Web loturak +options.chat.links.prompt=Eskatu loturak +options.chat.scale=Scale +options.chat.width=Width +options.chat.height.focused=Focused Height +options.chat.height.unfocused=Unfocused Height +options.showCape=Kapa erakutsi +options.serverTextures=Zerbitzari testurak +options.snooper=Onartu behatzailea +options.snooper.view=snooper ezarpenak... +options.snooper.title=Makina specs bilduma +options.snooper.desc=Zure makina hobetzeko Minecraft zein laguntzeko, eta ezin dugu handiena arazoak non dauden jakitea buruzko informazioa bildu nahi dugu. Informazio hau guztia erabat anonimoa da eta ikusgai azpian. Ez dugu ezer egiten datu honekin txarra agintzen dugu, baina nahi duzun aukera gero, sentitzen free txandakatzeko off! +options.texture.pack=Testura-paketeak +options.fullscreen=Pantaila osoa +options.vsync=Erabili VSync +options.touchscreen=Ukipen-pantaila modua + +performance.max=FPS maximoa +performance.balanced=Orekatua +performance.powersaver=Energia aurrezteko modua + +controls.title=Kontrolak + +key.forward=Aurrera +key.left=Ezkerra +key.back=Atzera +key.right=Eskuinara +key.jump=Salto +key.inventory=Inbentarioa +key.drop=Jaurti +key.chat=Txata +key.fog=Lainoaren aldaketa +key.sneak=Makurtu +key.playerlist=Jokalari zerrenda +key.attack=Eraso +key.use=Erabili elementua +key.pickItem=Hartu blokea +key.mouseButton=%1$s botoia +key.command=Agindua + +texturePack.openFolder=Ireki testura-paketeen karpeta +texturePack.title=Hautatu testura-paketea +texturePack.folderInfo=(Ipini hemen testura-paketeen fitxategiak) +texturePack.incompatible=Bateragaitz + +book.pageIndicator=%1$s orrialdeko %2$s +book.byAuthor=arabera %1$s +book.signButton=Sinatu +book.editTitle=Idatzi liburuaren izenburua: +book.finalizeButton=Sinatu eta itxi +book.finalizeWarning=Kontuan izan! Behin liburua sinatuz gero, jada aldatu ezina izango da. + +tile.stone.name=Harria + +tile.grass.name=Belarrezko blokea +tile.dirt.name=Lurra +tile.stonebrick.name=Arrokak +tile.wood.name=Zurezko oholak +tile.wood.oak.name=Haritz zurezko oholak +tile.wood.spruce.name=Izei zurezko oholak +tile.wood.birch.name=Urki zurezko oholak +tile.wood.jungle.name=Oihan zurezko oholak +tile.sapling.oak.name=Haritz kimua +tile.sapling.spruce.name=Izei kimua +tile.sapling.birch.name=Urki kimua +tile.sapling.jungle.name=Oihan kimua +tile.deadbush.name=Hildako zuhaixka +tile.bedrock.name=Arroka-mantua +tile.water.name=Ura +tile.lava.name=Laba +tile.sand.name=Harea +tile.sandStone.name=Hareharria +tile.sandStone.default.name=Hareharria +tile.sandStone.chiseled.name=Zizelkatutako hareharria +tile.sandStone.smooth.name=Hareharri leuna +tile.gravel.name=Legarra +tile.oreGold.name=Urrezko mea +tile.oreIron.name=Burdinazko mea +tile.oreCoal.name=Ikatzezko mea +tile.log.name=Zura +tile.log.oak.name=Haritz zura +tile.log.spruce.name=Izei zura +tile.log.birch.name=Urki zura +tile.log.jungle.name=Oihan zura +tile.leaves.name=Hostoak +tile.leaves.oak.name=Haritz hostoak +tile.leaves.spruce.name=Izei hostoak +tile.leaves.birch.name=Urki hostoak +tile.leaves.jungle.name=Oihan hostoak +tile.tallgrass.name=Belarra +tile.tallgrass.shrub.name=Zuhaixka +tile.tallgrass.grass.name=Belarra +tile.tallgrass.fern.name=Iratzea +tile.sponge.name=Belakia +tile.glass.name=Kristala +tile.thinGlass.name=Kristalezko panela +tile.cloth.name=Artilea +tile.flower.name=Lorea +tile.rose.name=Arrosa +tile.mushroom.name=Perretxikoa +tile.blockGold.name=Urrezko blokea +tile.blockIron.name=Burdinazko blokea +tile.stoneSlab.stone.name=Harrizko baldosa +tile.stoneSlab.sand.name=Hareharrizko baldosa +tile.stoneSlab.wood.name=Zurezko baldosa +tile.stoneSlab.cobble.name=Arrokazko baldosa +tile.stoneSlab.brick.name=Adreiluzko baldosa +tile.stoneSlab.smoothStoneBrick.name=Harrizko adreiluzko baldosa +tile.stoneSlab.netherBrick.name=Adreilu abisalezko baldosa +tile.stoneSlab.quartz.name=Kuartzo lauza +tile.woodSlab.oak.name=Haritz zurezko baldosa +tile.woodSlab.spruce.name=Izei zurezko baldosa +tile.woodSlab.birch.name=Urki zurezko lauza +tile.woodSlab.jungle.name=Oihan zurezko baldosa +tile.brick.name=Adreiluak +tile.tnt.name=Dinamita +tile.bookshelf.name=Liburu-apalategia +tile.stoneMoss.name=Lizun-arroka +tile.obsidian.name=Obsidiana +tile.torch.name=Argi-zuzia +tile.fire.name=Sua +tile.mobSpawner.name=Munstro sortzailea +tile.stairsWood.name=Haritz zurezko eskailerak +tile.stairsWoodSpruce.name=Izei zurezko eskailerak +tile.stairsWoodBirch.name=Urki zurezko eskailerak +tile.stairsWoodJungle.name=Oihan zurezko eskailerak +tile.chest.name=Kutxa +tile.chestTrap.name=Tranpadun kutxa +tile.redstoneDust.name=Harrigorri hautsa +tile.oreDiamond.name=Diamantezko mea +tile.blockDiamond.name=Diamantezko blokea +tile.workbench.name=Lan-mahaia +tile.crops.name=Laborantzak +tile.farmland.name=Saila +tile.furnace.name=Labea +tile.sign.name=Kartela +tile.doorWood.name=Zurezko atea +tile.ladder.name=Eskailera +tile.rail.name=Trenbide +tile.goldenRail.name=Propultsagailudun erraila +tile.activatorRail.name=Activator Rail +tile.detectorRail.name=Detektagailudun erraila +tile.stairsStone.name=Harrizko eskailerak +tile.stairsSandStone.name=Hareharrizko eskailerak +tile.lever.name=Palanka +tile.pressurePlate.name=Presio plaka +tile.weightedPlate_light.name=Pisua neurtzeko presio plaka (arin) +tile.weightedPlate_heavy.name=Pisua neurtzeko presio plaka (astun) +tile.doorIron.name=Burdinazko atea +tile.oreRedstone.name=Harrigorri mea +tile.notGate.name=Harrigorri zuzia +tile.button.name=Botoia +tile.snow.name=Elurra +tile.ice.name=Izotza +tile.cactus.name=Kaktusa +tile.clay.name=Buztina +tile.reeds.name=Azukre-kanabera +tile.jukebox.name=Musika kaxa +tile.fence.name=Hesia +tile.fenceGate.name=Hesi atea +tile.pumpkin.name=Kalabaza +tile.litpumpkin.name=Jack-en linterna +tile.hellrock.name=Arroka abisala +tile.hellsand.name=Arima harea +tile.lightgem.name=Argi-harria +tile.portal.name=Ataria +tile.cloth.black.name=Artile beltza +tile.cloth.red.name=Artile gorria +tile.cloth.green.name=Artile berdea +tile.cloth.brown.name=Artile marroia +tile.cloth.blue.name=Artile urdina +tile.cloth.purple.name=Artile morea +tile.cloth.cyan.name=Zian koloreko artilea +tile.cloth.silver.name=Artile gris argia +tile.cloth.gray.name=Artile grisa +tile.cloth.pink.name=Artile arrosa +tile.cloth.lime.name=Lima koloreko artilea +tile.cloth.yellow.name=Artile horia +tile.cloth.lightBlue.name=Artile urdin argia +tile.cloth.magenta.name=Artile magenta +tile.cloth.orange.name=Artile laranja +tile.cloth.white.name=Artilea +tile.oreLapis.name=Lapis lazulizko mea +tile.blockLapis.name=Lapis lazulizko blokea +tile.dispenser.name=Dispentsagailua +tile.dropper.name=Jaurtigailua +tile.musicBlock.name=Nota blokea +tile.cake.name=Tarta +tile.bed.name=Ohea +tile.bed.occupied=Ohe hau okupaturik dago +tile.bed.noSleep=Gauez bakarrik egin daiteke lo +tile.bed.notSafe=Orain ezin duzu atsedena hartu, munstroak hurbil daudelako +tile.bed.notValid=Zure etxeko ohea galduta edo trabatuta dago +tile.lockedchest.name=Itxitako kutxa +tile.trapdoor.name=Tranpola +tile.web.name=Armiarma-sarea +tile.stonebricksmooth.name=Harrizko adreiluak +tile.stonebricksmooth.default.name=Harrizko adreiluak +tile.stonebricksmooth.mossy.name=Goroldiotsu harrizko adreiluak +tile.stonebricksmooth.cracked.name=Pitzatu harrizko adreiluak +tile.stonebricksmooth.chiseled.name=Zizelkatuko harrizko adreiluak +tile.monsterStoneEgg.stone.name=Harrizko munstroaren arrautza +tile.monsterStoneEgg.cobble.name=Arrokazko munstroaren arrautza +tile.monsterStoneEgg.brick.name=Harri adreiluzko munstroaren arrautza +tile.pistonBase.name=Pistoia +tile.pistonStickyBase.name=Itsaskor pistoia +tile.fenceIron.name=Burdinazko barrak +tile.melon.name=Meloia +tile.stairsBrick.name=Adreiluzko eskailerak +tile.stairsStoneBrickSmooth.name=Harri adreiluzko eskailerak +tile.vine.name=Igokaria +tile.netherBrick.name=Adreilu abisala +tile.netherFence.name=Adreilu abisalezko hesia +tile.stairsNetherBrick.name=Adreilu abisalezko eskailera +tile.netherStalk.name=Garatxo abisala +tile.cauldron.name=Lapikoa +tile.enchantmentTable.name=Sorginkeri mahaia +tile.anvil.name=Ingude +tile.anvil.intact.name=Ingude +tile.anvil.slightlyDamaged.name=Eskas hondatuta dagoen ingudea +tile.anvil.veryDamaged.name=Oso hondatuta dagoen ingudea +tile.whiteStone.name=Amaierako harria +tile.endPortalFrame.name=Amaierako portala +tile.mycel.name=Mizelioa +tile.waterlily.name=Igebelarra +tile.dragonEgg.name=Dragoiaren arrautza +tile.redstoneLight.name=Harrigorri lanpara +tile.cocoa.name=Kakao +tile.enderChest.name=Amaierako kutxa +tile.oreRuby.name=ruby mea +tile.oreEmerald.name=Esmeralda mea +tile.blockEmerald.name=Esmeraldazko blokea +tile.blockRedstone.name=Harrigorri blokea +tile.tripWire.name=Segada +tile.tripWireSource.name=Segadaren lotura +tile.commandBlock.name=Komando bloke +tile.beacon.name=faroa +tile.beacon.primary=Lehen botere +tile.beacon.secondary=Bigarren botere +tile.cobbleWall.normal.name=harrizko horma +tile.cobbleWall.mossy.name=mossy harrizko horma +tile.carrots.name=Azenarioak +tile.potatoes.name=Patatak +tile.daylightDetector.name=Argi sentsorea +tile.netherquartz.name=Kuartzo abisal mea +tile.hopper.name=Kalapatxa +tile.quartzBlock.default.name=Kuartzo blokea +tile.quartzBlock.chiseled.name=Zizelkatutako kuartzo blokea +tile.quartzBlock.lines.name=Kuartzo pilare blokea +tile.stairsQuartz.name=Kuartzozko eskailerak + +item.shovelIron.name=Burdinazko pala +item.pickaxeIron.name=Burdinazko pikotxa +item.hatchetIron.name=Burdinazko aizkora +item.flintAndSteel.name=Suharria eta burdina +item.apple.name=Sagarra +item.cookie.name=Galleta +item.bow.name=Arkua +item.arrow.name=Gezia +item.coal.name=Ikatza +item.charcoal.name=Egur-ikatza +item.diamond.name=Diamante +item.emerald.name=Esmeralda +item.ingotIron.name=Burdinazko lingotea +item.ingotGold.name=Urrezko lingotea +item.swordIron.name=Burdinazko Ezpata +item.swordWood.name=Zurezko ezpata +item.shovelWood.name=Zurezko pala +item.pickaxeWood.name=Zurezko pikotxa +item.hatchetWood.name=Zurezko aizkora +item.swordStone.name=Harrizko ezpata +item.shovelStone.name=Harrizko pala +item.pickaxeStone.name=Harrizko pikotxa +item.hatchetStone.name=Harrizko aizkora +item.swordDiamond.name=Diamantezko ezpata +item.shovelDiamond.name=Diamantezko pala +item.pickaxeDiamond.name=Diamantezko pikotxa +item.hatchetDiamond.name=Diamantezko aizkora +item.stick.name=Makila +item.bowl.name=Katilua +item.mushroomStew.name=Perretxiko erregosia +item.swordGold.name=Urrezko ezpata +item.shovelGold.name=Urrezko pala +item.pickaxeGold.name=Urrezko pikotxa +item.hatchetGold.name=Urrezko aizkora +item.string.name=Haria +item.feather.name=Luma +item.sulphur.name=Bolbora +item.hoeWood.name=Zurezko aitzurra +item.hoeStone.name=Harrizko aitzurra +item.hoeIron.name=Burdinazko aitzurra +item.hoeDiamond.name=Diamantezko aitzurra +item.hoeGold.name=Urrezko aitzurra +item.seeds.name=Haziak +item.seeds_pumpkin.name=Kalabaza-haziak +item.seeds_melon.name=Meloi-haziak +item.melon.name=Meloia +item.wheat.name=Garia +item.bread.name=Ogia +item.helmetCloth.name=Larruzko txapela +item.chestplateCloth.name=Larruzko tunika +item.leggingsCloth.name=Larruzko galtzak +item.bootsCloth.name=Larruzko botak +item.helmetChain.name=Kotazko kaskoa +item.chestplateChain.name=Kotazko armadura +item.leggingsChain.name=Kotazko galtzak +item.bootsChain.name=Kotazko botak +item.helmetIron.name=Burdinazko kaskoa +item.chestplateIron.name=Burdinazko armadura +item.leggingsIron.name=Burdinazko galtzak +item.bootsIron.name=Burdinazko botak +item.helmetDiamond.name=Diamantezko kaskoa +item.chestplateDiamond.name=Diamantezko armadura +item.leggingsDiamond.name=Diamantezko galtzak +item.bootsDiamond.name=Diamantezko botak +item.helmetGold.name=Urrezko kaskoa +item.chestplateGold.name=Urrezko armadura +item.leggingsGold.name=Urrezko galtzak +item.bootsGold.name=Urrezko botak +item.flint.name=Suharria +item.porkchopRaw.name=Txerri txuleta gordina +item.porkchopCooked.name=Txerri txuleta errea +item.chickenRaw.name=Oilasko gordina +item.chickenCooked.name=Oilasko errea +item.beefRaw.name=Txekor gordina +item.beefCooked.name=Xerra +item.painting.name=Margolana +item.frame.name=elementu markoa +item.appleGold.name=Urrezko sagarra +item.sign.name=Kartela +item.doorWood.name=Egurrezko atea +item.bucket.name=Ontzia +item.bucketWater.name=Ur Ontzia +item.bucketLava.name=Laba ontzia +item.minecart.name=Bagoneta +item.saddle.name=Zaltokia +item.doorIron.name=Burdinazko atea +item.redstone.name=Harrigorria +item.snowball.name=Elur bola +item.boat.name=Txalupa +item.leather.name=Larrua +item.milk.name=Esnea +item.brick.name=Adreilua +item.clay.name=Buztina +item.reeds.name=Azukre-kanabera +item.paper.name=Papera +item.book.name=Liburua +item.slimeball.name=Likati-bola +item.minecartChest.name=Bagoneta kutxarekin +item.minecartFurnace.name=Bagoneta labearekin +item.minecartTnt.name=Bagoneta dinamitarekin +item.minecartHopper.name=Bagoneta kalapatxarekin +item.egg.name=Arrautza +item.compass.name=Iparrorratza +item.fishingRod.name=Arrantzarako kanabera +item.clock.name=Erlojua +item.yellowDust.name=Argi-harriaren hautsa +item.fishRaw.name=Arrain gordina +item.fishCooked.name=Arrain errea +item.record.name=Musika diskoa +item.bone.name=Hezurra +item.dyePowder.black.name=Tinta zakua +item.dyePowder.red.name=Arrosaren gorria +item.dyePowder.green.name=Kaktusaren berdea +item.dyePowder.brown.name=Kakao aleak +item.dyePowder.blue.name=Lapis lazulia +item.dyePowder.purple.name=Tindagai morea +item.dyePowder.cyan.name=Zian koloreko tindagaia +item.dyePowder.silver.name=Tindagai gris argia +item.dyePowder.gray.name=Tindagai grisa +item.dyePowder.pink.name=Tindagai arrosa +item.dyePowder.lime.name=Lima koloreko tindagaia +item.dyePowder.yellow.name=Txikoria-belarraren horia +item.dyePowder.lightBlue.name=Tindagai urdin argia +item.dyePowder.magenta.name=Tindagai magenta +item.dyePowder.orange.name=Tindagai laranja +item.dyePowder.white.name=Hezur hautsa +item.sugar.name=Azukrea +item.cake.name=Tarta +item.bed.name=Ohea +item.diode.name=Harrigorrizko errepikagailua +item.comparator.name=Harrigorri konparadorea +item.map.name=Mapa +item.leaves.name=Hostoak +item.shears.name=Guraizeak +item.rottenFlesh.name=Haragi usteldua +item.enderPearl.name=Amaierako perla +item.blazeRod.name=Sutzarraren barra +item.ghastTear.name=Mamutxaren malkoa +item.netherStalkSeeds.name=Garatxo abisala +item.potion.name=Edabea +item.emptyPotion.name=Ur botila +item.goldNugget.name=Urrezko pipitak +item.glassBottle.name=Beirazko Botila +item.spiderEye.name=Armiarmaren begia +item.fermentedSpiderEye.name=Legamiatutako armiarma begiak +item.blazePowder.name=Sutzarraren hautsa +item.magmaCream.name=Magma krema +item.cauldron.name=Lapikoa +item.brewingStand.name=Edabegintzarako euskarria +item.eyeOfEnder.name=Amaierako begia +item.speckledMelon.name=Meloi dirdiratsua +item.monsterPlacer.name=Sortu +item.expBottle.name=Esperientzia botila +item.fireball.name=Su-bola +item.writingBook.name=Liburua eta idazluma +item.writtenBook.name=Idatzitako liburua +item.ruby.name=Errubi +item.flowerPot.name=lore pot +item.emptyMap.name=Mapa Hutsa +item.carrots.name=Azenario +item.carrotGolden.name=Urrezko azenario +item.potato.name=Patata +item.potatoBaked.name=Patata Pozoitsua +item.potatoPoisonous.name=Patata Pozoitsua +item.skull.skeleton.name=eskeletoa skull +item.skull.wither.name=wither hezurdura skull +item.skull.zombie.name=Zonbi Burua +item.skull.char.name=Burua +item.skull.player.name=%s(r)en Burua +item.skull.creeper.name=Creeper burua +item.carrotOnAStick.name=makila bat azenario +item.netherStar.name=Izar abisala +item.pumpkinPie.name=Kalabaza pastela +item.enchantedBook.name=sorginduan liburua +item.fireworks.name=Su artifizialak suziria +item.fireworks.flight=Hegaldi Iraupena: +item.fireworksCharge.name=Suzirien izarra +item.fireworksCharge.black=Beltza +item.fireworksCharge.red=Gorria +item.fireworksCharge.green=Berdea +item.fireworksCharge.brown=Brown +item.fireworksCharge.blue=Urdina +item.fireworksCharge.purple=Purple +item.fireworksCharge.cyan=Zian +item.fireworksCharge.silver=Light Gray +item.fireworksCharge.gray=Grisa +item.fireworksCharge.pink=Arrosa +item.fireworksCharge.lime=karea +item.fireworksCharge.yellow=Horia +item.fireworksCharge.lightBlue=urdin argia +item.fireworksCharge.magenta=koloreekin +item.fireworksCharge.orange=Laranja +item.fireworksCharge.white=Zuria +item.fireworksCharge.customColor=pertsonalizatua +item.fireworksCharge.fadeTo=eta Iraungi +item.fireworksCharge.flicker=distira +item.fireworksCharge.trail=Trail +item.fireworksCharge.type.0=txiki du baloia +item.fireworksCharge.type.1=handiak Bola +item.fireworksCharge.type.2=izar itxurako +item.fireworksCharge.type.3=Creeper-formako +item.fireworksCharge.type.4=Jarraitasun +item.fireworksCharge.type=ezezaguna Shape +item.netherbrick.name=Adreilu abisala +item.netherquartz.name=Kuartzo abisala + +container.inventory=Inbentarioa +container.hopper=Artikulu Kalapatxa +container.crafting=Artisautza +container.dispenser=Dispentsagailua +container.dropper=Jaurtigailua +container.furnace=Labea +container.enchant=Sorginkeria +container.repair=Konpondu eta izendatu +container.repair.cost=Sorginkeriaren balioa: %1$d +container.repair.expensive=Garestiegi! +container.creative=Elementu aukeraketa +container.brewing=Edabegintza euskarria +container.chest=Kutxa +container.chestDouble=Kutxa aundia +container.minecart=Bagoneta +container.enderchest=Amailerako kutxa + +item.dyed=Tindatuta + +entity.Item.name=Artikulua +entity.XPOrb.name=Esperientziaren lurbira +entity.SmallFireball.name=Small Fireball +entity.Fireball.name=Fireball + +entity.Arrow.name=gezia +entity.Snowball.name=Elur bola +entity.Painting.name=Margolana + +entity.Mob.name=Kreatur +entity.Monster.name=Munstroa + +entity.Creeper.name=Creeper-a +entity.Skeleton.name=Eskeletoa +entity.Spider.name=Armiarma +entity.Giant.name=Erraldoia +entity.Zombie.name=Zonbia +entity.Slime.name=Likatia +entity.Ghast.name=Mamutxa +entity.PigZombie.name=Txerri-gison Zonbia +entity.Enderman.name=Amaierako gizona +entity.Silverfish.name=Zilar-arraina +entity.CaveSpider.name=Leizeetako armiarma +entity.Blaze.name=Sutzarra +entity.LavaSlime.name=Magma Ontzia +entity.MushroomCow.name=Perretxiko-behia +entity.Villager.name=Herritarra +entity.VillagerGolem.name=Burdin golema +entity.SnowMan.name=Elur golema +entity.EnderDragon.name=Amaierako herensugea +entity.WitherBoss.name=wither +entity.Witch.name=Sorgin + +entity.Pig.name=Txerria +entity.Sheep.name=Ardia +entity.Cow.name=Behia +entity.Chicken.name=Oilaskoa +entity.Squid.name=Txibia +entity.Wolf.name=Otsoa +entity.Ozelot.name=Ozelotea +entity.Cat.name=Katua +entity.Bat.name=Saguzar + +entity.PrimedTnt.name=Dinamitazko blokea +entity.FallingSand.name=Erorkor blokea + +entity.Minecart.name=Bagoneta +entity.Boat.name=Txalupa + +entity.generic.name=ezezaguna + +death.fell.accident.ladder=%1$s fell off a ladder +death.fell.accident.vines=%1$s fell off some vines +death.fell.accident.water=%1$s fell out of the water +death.fell.accident.generic=%1$s fell from a high place +death.fell.killer=%1$s was doomed to fall +death.fell.assist=%1$s was doomed to fall by %2$s +death.fell.assist.item=%1$s was doomed to fall by %2$s using %3$s +death.fell.finish=%1$s was fell too far and was finished by %2$s +death.fell.finish.item=%1$s was fell too far and was finished by %2$s using %3$s + +death.attack.inFire=%1$s went up in flames +death.attack.inFire.player=%1$s walked into fire whilst fighting %2$s +death.attack.onFire=%1$s burned to death +death.attack.onFire.player=%1$s was burnt to a crisp whilst fighting %2$s +death.attack.lava=%1$s tried to swim in lava +death.attack.lava.player=%1$s tried to swim in lava to escape %2$s +death.attack.inWall=%1$s suffocated in a wall +death.attack.drown=%1$s itota hil zen +death.attack.drown.player=%1$s itota hil zen %2$s -(r)engandik ihes egitean +death.attack.starve=%1$s starved to death +death.attack.cactus=%1$s was pricked to death +death.attack.cactus.player=%1$s walked into a cactus whilst trying to escape %2$s +death.attack.generic=%1$s died +death.attack.explosion=%1$s blew up +death.attack.explosion.player=%1$s was blown up by %2$s +death.attack.magic=%1$s was killed by magic +death.attack.wither=%1$s withered away +death.attack.anvil=%1$s was squashed by a falling anvil +death.attack.fallingBlock=%1$s was squashed by a falling block +death.attack.mob=%1$s was slain by %2$s +death.attack.player=%1$s was slain by %2$s +death.attack.player.item=%1$s was slain by %2$s using %3$s +death.attack.arrow=%1$s was shot by %2$s +death.attack.arrow.item=%1$s was shot by %2$s using %3$s +death.attack.fireball=%1$s was fireballed by %2$s +death.attack.fireball.item=%1$s was fireballed by %2$s using %3$s +death.attack.thrown=%1$s was pummeled by %2$s +death.attack.thrown.item=%1$s was pummeled by %2$s using %3$s +death.attack.indirectMagic=%1$s was killed by %2$s using magic +death.attack.indirectMagic.item=%1$s was killed by %2$s using %3$s +death.attack.thorns=%1$s was killed trying to hurt %2$s +death.attack.fall=%1$s hit the ground too hard +death.attack.outOfWorld=%1$s fell out of the world + +deathScreen.respawn=Birsortu +deathScreen.deleteWorld=Mundua ezabatu +deathScreen.titleScreen=Hasierako pantaila +deathScreen.score=Puntuazioa +deathScreen.title.hardcore=Jokoa amaitu da! +deathScreen.hardcoreInfo=Ezin duzu modu gogorran birsortu! +deathScreen.title=Hil egin zara! +deathScreen.leaveServer=Zerbitzaria utzi + +potion.empty=Efekturik ez +potion.moveSpeed=Abiadura +potion.moveSlowdown=Geldotasuna +potion.digSpeed=Presa +potion.digSlowDown=Meatze nekea +potion.damageBoost=Indarra +potion.weakness=Ahultasuna +potion.heal=Berehalako osasuna +potion.harm=Berehalako kaltea +potion.jump=Jauzi bultzada +potion.confusion=Goragalea +potion.regeneration=Birsorkuntza +potion.resistance=Erresistentzia +potion.fireResistance=Suarekiko erresistentzia +potion.waterBreathing=Ur arnasketa +potion.invisibility=Ikusezintasuna +potion.blindness=Itsutasuna +potion.nightVision=Gaueko ikusmena +potion.hunger=Gosea +potion.poison=Pozoia +potion.wither=wither + +potion.moveSpeed.postfix=Azkartzeko edabea +potion.moveSlowdown.postfix=Geldotzeko edabea +potion.digSpeed.postfix=Presazko edabea +potion.digSlowDown.postfix=Baldartzeko edabea +potion.damageBoost.postfix=Indartzeko edabea +potion.weakness.postfix=Ahultzeko edabea +potion.heal.postfix=Sendatzeko edabea +potion.harm.postfix=Mintzeko edabea +potion.jump.postfix=Jauzi egiteko edabea +potion.confusion.postfix=Goragaleko edabea +potion.regeneration.postfix=Birsorkuntzako edabea +potion.resistance.postfix=Erresistentziako edabea +potion.fireResistance.postfix=Suaren aurkako edabea +potion.waterBreathing.postfix=Urpean arnasteko edabea +potion.invisibility.postfix=Ikusezintasunesko edabea +potion.blindness.postfix=Itsutasunezko edabea +potion.nightVision.postfix=Gauean ikusteko edabea +potion.hunger.postfix=Jangurazko edabea +potion.poison.postfix=Pozoizko edabea +potion.wither.postfix=desintegrazio-edabe + +potion.potency.0= +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV + +potion.prefix.grenade=Ingurukoa +potion.prefix.mundane=Baldarra +potion.prefix.uninteresting=Hutsala +potion.prefix.bland=Geldoa +potion.prefix.clear=Erne +potion.prefix.milky=Esne-itxurakoa +potion.prefix.diffuse=Zehaztugabea +potion.prefix.artless=Apala +potion.prefix.thin=Mehea +potion.prefix.awkward=Trabagarria +potion.prefix.flat=Laua +potion.prefix.bulky=Tamaina handikoa +potion.prefix.bungling=Baldartasuna +potion.prefix.buttered=Koipetsua +potion.prefix.smooth=Leuna +potion.prefix.suave=Atsegina +potion.prefix.debonair=Sotila +potion.prefix.thick=Lodia +potion.prefix.elegant=Dotorea +potion.prefix.fancy=Itzela +potion.prefix.charming=Xarmagarria +potion.prefix.dashing=Adoretsu +potion.prefix.refined=Findutako +potion.prefix.cordial=Adeitsua +potion.prefix.sparkling=Txinpartatsu +potion.prefix.potent=Ahaltsua +potion.prefix.foul=Higuingarria +potion.prefix.odorless=Usaingabea +potion.prefix.rank=Kirasduna +potion.prefix.harsh=Gogorra +potion.prefix.acrid=Zakarra +potion.prefix.gross=Mardula +potion.prefix.stinky=Kirasdun + +enchantment.damage.all=Doitasunezko zorrozketa +enchantment.damage.undead=Hilen zanpatekoa +enchantment.damage.arthropods=Artropodoen hondamendia +enchantment.knockback=Errebesa +enchantment.fire=Suzko alderdia +enchantment.protect.all=Babesa +enchantment.protect.fire=Su babesa +enchantment.protect.fall=Luma erorketa +enchantment.protect.explosion=Eztanda babesa +enchantment.protect.projectile=Jaurtigai babesa +enchantment.oxygen=Arnasa +enchantment.waterWorker=Ur kidetasuna +enchantment.digging=Eraginkortasuna +enchantment.untouching=Zetazko kolpea +enchantment.durability=Apurtezina +enchantment.lootBonus=Harrapaketa +enchantment.lootBonusDigger=Aberastasuna +enchantment.arrowDamage=Ahalmena +enchantment.arrowFire=Sugarra +enchantment.arrowKnockback=Kolpea +enchantment.arrowInfinite=Mugagabea +enchantment.thorns=Arantzak + +enchantment.level.1=I +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.level.10=X + +gui.achievements=Helburuak +gui.stats=Estatistikak + +stat.generalButton=Orokorra +stat.blocksButton=Blokeak +stat.itemsButton=Artikuluak + +stat.used=Erabilitako aldiak +stat.mined=Meatutako aldiak +stat.depleted=Hautsitako aldiak +stat.crafted=Artisautzan erabilitako aldiak + +stat.startGame=Jolastutako aldiak +stat.createWorld=Jolastutako munduak +stat.loadWorld=Kargatutako jolas gordeak +stat.joinMultiplayer=Multijokalari sarrerak +stat.leaveGame=Kendutako partidak + +stat.playOneMinute=Jolastutako minutuak + +stat.walkOneCm=Ibilitako distantzia +stat.fallOneCm=Eroritako distantzia +stat.swimOneCm=Igeri egindako distantzia +stat.flyOneCm=Hegan egindako distantzia +stat.climbOneCm=Eskalatutako distantzia +stat.diveOneCm=Urpean egindako distantzia +stat.minecartOneCm=Distantzia bagonetaz +stat.boatOneCm=Distantzia txalupaz +stat.pigOneCm=Distantzia txerriz +stat.jump=Saltoak +stat.drop=Jaurtitako artikuluak + +stat.damageDealt=Egindako kaltea +stat.damageTaken=Jasandako kaltea +stat.deaths=Heriotz kopurua +stat.mobKills=Kreaturen heriotzak +stat.playerKills=Jokalari hilketak +stat.fishCaught=Harrapatutako arrainak + +stat.mineBlock=Meatuta %1$s +stat.craftItem=%1$s Artisautzan erabilita +stat.useItem=%1$s Erabilita +stat.breakItem=Hautsita %1$s + +achievement.get=Helburua lortuta! + +achievement.taken=Eskuratua! + +achievement.requires='%1$s' behar du +achievement.openInventory=Inbentarioa erabiltzen +achievement.openInventory.desc=Sakatu '%1$s' zure inbentarioa irekitzeko. +achievement.mineWood=Egurra Eskuratzen +achievement.mineWood.desc=Eraso zuhaitz bati egur bloke bat jausi arte +achievement.buildWorkBench=Lan-mahaia frogatu +achievement.buildWorkBench.desc=Egin lan-mahai bat oholezko lau blokerekin +achievement.buildPickaxe=Meatzeko garaia! +achievement.buildPickaxe.desc=Zurezko oholak eta makilak erabili pikotx bat egiteko +achievement.buildFurnace=Gai beroa +achievement.buildFurnace.desc=Egin labe bat arrokazko zortzi bloke erabiliz +achievement.acquireIron=Ekipamendua eskuratu +achievement.acquireIron.desc=Urtu burdinazko lingote bat +achievement.buildHoe=Lurra lantzeko garaia! +achievement.buildHoe.desc=Zurezko oholak eta makilak erabili aitzur bat egiteko +achievement.makeBread=Ogia laberatu +achievement.makeBread.desc=Garia ogian bihurtu +achievement.bakeCake=Gezur galanta +achievement.bakeCake.desc=Garia, azukrea, esnea eta arrautzak! +achievement.buildBetterPickaxe=Hobekuntza bat lortu +achievement.buildBetterPickaxe.desc=Egin pikotx hobe bat +achievement.cookFish=Arrain gozoa +achievement.cookFish.desc=Arrantzatu eta prestatu arraina! +achievement.onARail=Errail gainean +achievement.onARail.desc=Bagonetan kilometro bat bidaiatu hasi zenuen tokitik +achievement.buildSword=Astintzeko garaia! +achievement.buildSword.desc=Zurezko oholak eta makilak erabili ezpata bat egiteko +achievement.killEnemy=Munstro ehiztaria +achievement.killEnemy.desc=Eraso eta suntsitu munstro bat +achievement.killCow=Behi zurrupatzailea +achievement.killCow.desc=Bildu larru-apur bat +achievement.flyPig=Txerriak hegan egingo dutenean +achievement.flyPig.desc=Hegan egin txerri batekin amildegitik behera +achievement.snipeSkeleton=Frankotiratzaile borroka +achievement.snipeSkeleton.desc=Eskeleto bat hil egin gezi batekin 50 metrotik baino urrunetik +achievement.diamonds=DIAMANTEAK! +achievement.diamonds.desc=Diamanteak eskuratu zure burdinazko tresneriarekin +achievement.portal=Sakonago joan behar dugu +achievement.portal.desc=Eraiki portal bat abisalera +achievement.ghast=Bidaltzaileari itzultzeko +achievement.ghast.desc=Suntsitu mamutxa bat suzko bola batekin +achievement.blazeRod=Su barruan +achievement.blazeRod.desc=Kendu barra sutzarrari +achievement.potion=Etxeko destilategia +achievement.potion.desc=Edabe bat elaboratu +achievement.theEnd=Amaiera? +achievement.theEnd.desc=Aurkitu amaiera +achievement.theEnd2=Amaiera. +achievement.theEnd2.desc=Garaitu amaierako herensugea +achievement.enchantments=Sorgintzailea +achievement.enchantments.desc=Liburu bat, obsdiana eta diamanteak erabili sorginkeri mahaia egiteko +achievement.overkill=Sekulako hila +achievement.overkill.desc=Zortzi bihotzezko mina egin zartada bakar batean +achievement.bookcase=Liburuzaina +achievement.bookcase.desc=Eraiki liburu-apalategi batzuk zure sorginkeri mahaia hobetzeko + +commands.generic.exception=Errore ezezagun bat gertatu da agindu hau ahalegintzean +commands.generic.syntax=Baliorik gabeko sintaxi agindua +commands.generic.player.notFound=Jokalari hori ezin da aurkitu +commands.generic.notFound=Agindu ezezaguna. Saiatu /laguntza agindu zerrenda ikusteko. +commands.generic.num.invalid='%s' ez da baliozko zenbaki bat +commands.generic.num.tooSmall=Sartu duzun kopurua (%d) txikiegia da, gutxienez %d izan behar da +commands.generic.num.tooBig=Sartu duzun kopurua (%d) handiegia da, gehienak %d izan behar da +commands.generic.double.tooSmall=Sartu duzun kopurua (%.2f) txikiegia da, gutxienez %.2f izan behar da +commands.generic.double.tooBig=Sartu duzun kopurua (%.2f) aundiegia da, gehienez %.2f izan behar da +commands.generic.usage=Erabilera: %s + +commands.xp.failure.widthdrawXp=Ezin da jokalariari esperientzia puntu negatiboak eman +commands.xp.success=%d esperientzia %s -ri emanda +commands.xp.success.levels=%d maila emanda %s -(e)ri +commands.xp.success.negative.levels=%d mailak artuta %s -etik +commands.xp.usage=/xp [jokalaria] edo /xp L [jokalaria] +commands.give.usage=/eman [kopurua] [datuak] +commands.give.notFound=Ez dago elementu bat %d ID onekin +commands.give.success=Emanda %s (IDa %d) * %d %s -ri +commands.effect.usage=/effect [seconds] [amplifier] +commands.effect.notFound=There is no such mob effect with ID %d +commands.effect.success=Given %1$s (ID %2$d) * %3$d to %4$s for %5$d seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.enchant.usage=/xarma [maila] +commands.enchant.notFound=ID xarma, hala nola, ez dago %d +commands.enchant.noItem=Helburua ez ezazu elementu bat +commands.enchant.cantEnchant=Aukeratutako xarma ezin da helburu-elementua gehitu +commands.enchant.cantCombine=%1$s ezin da %2$srekin konbinatu +commands.enchant.success=ederrak lortu du +commands.clear.usage=/clear [elementu][data] +commands.clear.success=Inbentarioa %s -ez garbituta, %d artikulu eliminatuta +commands.clear.failure=Could not clear the inventory of %s, no items to remove +commands.downfall.success=Prezipitazioaren aldaketa +commands.time.usage=/denbora +commands.time.added=%d denbora geitu egin da +commands.time.set=%d -etan denbora ezarrita +commands.players.list=%d/%d jokalari linean daude: +commands.banlist.ips=Erabateko debekatuta dauden IP helbideak %d dira: +commands.banlist.players=Erabateko debekatuta dauden jokalariak %d dira: +commands.banlist.usage=/debekatutakozerrenda[IP|jokalariak] +commands.kick.success=%s jokotik kanporatua izan da +commands.kick.success.reason=%s jokotik kanporatua izan da: '%s' +commands.kick.usage=/kamporatu [arrazoia ...] +commands.op.success=%s moderatzaile bihurtu da +commands.op.usage=/moderatzaile +commands.deop.success=%s moderatzaile izateari utzi du +commands.deop.usage=/ezmoderatzaile +commands.say.usage=/esan +commands.ban.success=%s jokalaria debekatuta izan zen +commands.ban.usage=/debekatu [arrazoia...] +commands.unban.success=%s jokalaria berriz onartu zen +commands.unban.usage=/barkatu +commands.banip.invalid=Sartu duzu baliogabeko IP helbide edo linean ez dagoen jokalaria bat +commands.banip.success=debekatu ip helbidea %s +commands.banip.success.players=Debekatutako IP helbidea %s %s jabetzako +commands.banip.usage=/debekatu-ip +commands.save.enabled=Munduko auto-gordetzea piztuta +commands.save.disabled=Munduko auto-gordetzea itzalita +commands.save.start=Gordetzen... +commands.save.success=Gorde mundua +commands.save.failed=Ezin izan da gorde egin: %s +commands.stop.start=Zerbitzaria gelditu +commands.tp.success=Telegarraitu %s %s -ra +commands.tp.success.coordinates=%s telegarraiatu %.2f,%.2f,%.2f -era +commands.tp.usage=/Tp [objektibo den jokalaria] edo /Tp [objektibo den jokalaria] +commands.tp.notSameDimension=Ezin da aldentzea jokalari dimentsio bera ez direlako +commands.whitelist.list=Daude %d (%d ikusitako izarrekin) jokalari zuri-zerrendatutako: +commands.whitelist.enabled=Zuri-zerrenda piztuta +commands.whitelist.disabled=Zuri-zerrenda itzalita +commands.whitelist.reloaded=Birkargatu zuri-zerrenda +commands.whitelist.add.success=Gehitu %s zuri-zerrendara +commands.whitelist.add.usage=/Zuri-zerrendara gehitu +commands.whitelist.remove.success=%s ezabatu zuri-zerrendatik +commands.whitelist.remove.usage=/zurizerrenda kendu +commands.whitelist.usage=/zuri zerrenda +commands.scoreboard.usage=/scoreboard +commands.scoreboard.teamNotFound=No team was found by the name '%s' +commands.scoreboard.objectiveNotFound=No objective was found by the name '%s' +commands.scoreboard.objectiveReadOnly=The objective '%s' is read-only and cannot be set +commands.scoreboard.objectives.usage=/scoreboard objectives +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [objective] +commands.scoreboard.objectives.setdisplay.invalidSlot=No such display slot '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Cleared objective display slot '%s' +commands.scoreboard.objectives.setdisplay.successSet=Set the display objective in slot '%s' to '%s' +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [display name ...] +commands.scoreboard.objectives.add.wrongType=Invalid objective criteria type. Valid types are: %s +commands.scoreboard.objectives.add.alreadyExists=An objective with the name '%s' already exists +commands.scoreboard.objectives.add.tooLong=The name '%s' is too long for an objective, it can be at most %d characters long +commands.scoreboard.objectives.add.displayTooLong=The display name '%s' is too long for an objective, it can be at most %d characters long +commands.scoreboard.objectives.add.success=Added new objective '%s' successfully +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.remove.success=Removed objective '%s' successfully +commands.scoreboard.objectives.list.count=Showing %d objective(s) on scoreboard +commands.scoreboard.objectives.list.entry=- %s: displays as '%s' and is type '%s' +commands.scoreboard.objectives.list.empty=There are no objectives on the scoreboard +commands.scoreboard.players.usage=/scoreboard players +commands.scoreboard.players.set.success=Set score of %s for player %s to %d +commands.scoreboard.players.set.usage=/scoreboard players set +commands.scoreboard.players.add.usage=/scoreboard players add +commands.scoreboard.players.remove.usage=/scoreboard players remove +commands.scoreboard.players.reset.usage=/scoreboard players reset +commands.scoreboard.players.reset.success=Reset all scores of player %s +commands.scoreboard.players.list.count=Showing %d tracked players on the scoreboard +commands.scoreboard.players.list.empty=There are no tracked players on the scoreboard +commands.scoreboard.players.list.player.count=Showing %d tracked objective(s) for %s +commands.scoreboard.players.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.players.list.player.empty=Player %s has no scores recorded +commands.scoreboard.teams.usage=/scoreboard teams +commands.scoreboard.teams.add.usage=/scoreboard teams add [display name ...] +commands.scoreboard.teams.add.alreadyExists=A team with the name '%s' already exists +commands.scoreboard.teams.add.tooLong=The name '%s' is too long for a team, it can be at most %d characters long +commands.scoreboard.teams.add.displayTooLong=The display name '%s' is too long for a team, it can be at most %d characters long +commands.scoreboard.teams.add.success=Added new team '%s' successfully +commands.scoreboard.teams.list.usage=/scoreboard teams list [name] +commands.scoreboard.teams.list.count=Showing %d teams on the scoreboard +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' has %3$d players +commands.scoreboard.teams.list.empty=There are no teams registered on the scoreboard +commands.scoreboard.teams.list.player.count=Showing %d player(s) in team %s +commands.scoreboard.teams.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.teams.list.player.empty=Team %s has no players +commands.scoreboard.teams.empty.usage=/scoreboard teams clear +commands.scoreboard.teams.empty.alreadyEmpty=Team %s is already empty, cannot remove nonexistant players +commands.scoreboard.teams.empty.success=Removed all %d player(s) from team %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.remove.success=Removed team %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [player] +commands.scoreboard.teams.join.success=Added %d player(s) to team %s: %s +commands.scoreboard.teams.join.failure=Could not add %d player(s) to team %s: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [player] +commands.scoreboard.teams.leave.success=Removed %d player(s) from their teams: %s +commands.scoreboard.teams.leave.failure=Could not remove %d player(s) from their teams: %s +commands.scoreboard.teams.leave.noTeam=You are not in a team +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.option.noValue=Valid values for option %s are: %s +commands.scoreboard.teams.option.success=Set option %s for team %s to %s +commands.gamemode.success.self=Berezko joko modua %s -era ezarrita +commands.gamemode.success.other=%s -aren joko modua %s -era ezarrita +commands.gamemode.usage=/Joko-modua [jokalaria] +commands.defaultgamemode.usage=/lehenetsijokoarenmodua +commands.defaultgamemode.success=Munduaren jokomodua lehenetsita dago orain %s +commands.me.usage=/Ni +commands.help.header=--- %d -garren laguntza orria erakusten %d -etatik (/laguntza ) --- +commands.help.footer=Aholkua: Erabili gako bitartean idazten komando bat auto-komandoa osoa edo bere argumentuak +commands.help.usage=/Laguntza [orrialde|aginduaren izena] +commands.publish.started=Lokal jokoa %s -an ostatua dago +commands.publish.failed=Ezin izan da lokal jokoa ostatu +commands.debug.start=hasi debug profiling +commands.debug.stop=gelditu debug profiling %.2f segundotan (%d ticks) +commands.debug.notStarted=profiling utzi ezin denean, ez ​​dugu oraindik! +commands.debug.usage=/debug +commands.message.usage=/dira +commands.message.sameTarget=ezin duzu mezu pribatu bat bidali zeure burua! +commands.message.display.outgoing=Whisper %s: %s +commands.message.display.incoming=%s xuxurlatzen: %s +commands.difficulty.usage=/ zailtasun +commands.difficulty.success=jokoa %s ezartzeko zailtasun +commands.spawnpoint.usage=/spawnpoint edo /spawnpoint edo /spawnpoint +commands.spawnpoint.success=set %s abiarazi puntu (%d,%d,%d) +commands.gamerule.usage=/gamerule edo /gamerule +commands.gamerule.success=joko arau eguneratu da +commands.gamerule.norule='%s' izeneko joko-arau ez dago eskuragarri +commands.weather.usage=/eguraldi argia [segundo iraupena] +commands.weather.clear=eguraldi garbitu aldatzen +commands.weather.rain=eguraldi euritsua aldatzen +commands.weather.thunder=euriak eta thunder aldatu +commands.testfor.usage=/testfor +commands.testfor.failed=/testfor is only usable by commandblocks with analog output + +itemGroup.buildingBlocks=Eraikuntza blokeak +itemGroup.decorations=Dekorazio blokeak +itemGroup.redstone=Harrigorria +itemGroup.transportation=Garraioa +itemGroup.misc=Askotariko +itemGroup.search=Bilatu elementuak +itemGroup.food=Elikagaiak +itemGroup.tools=Tresnak +itemGroup.combat=Borroka +itemGroup.brewing=Edabeak +itemGroup.materials=Materialak +itemGroup.inventory=Bizirauntzeko inbentarioa + +inventory.binSlot=Suntsitu elementua + +advMode.setCommand=kontsola komando ezarri bloke +advMode.command=Kontsola Komandoa +advMode.nearestPlayer=erabili "@p" hurbilen jokalari helburu +advMode.randomPlayer=erabili "@r" ausazko jokalari helburu +advMode.allPlayers=erabili "@a" jokalari guztiek helburu + +advMode.notEnabled=komando blokeak ez daude gaituta zerbitzari honetan +advMode.notAllowed=sortze-modua opped jokalari bat izan behar du + +mco.title=Minecraft Realms +mco.selectServer.select=Join Server +mco.selectServer.configure=Configure +mco.selectServer.create=Create World +mco.selectServer.moreinfo=More Info + +mco.configure.world.edit.title=Edit World + +mco.configure.world.title=Configure World +mco.configure.world.name=Name +mco.configure.world.description=Description +mco.configure.world.location=Location +mco.configure.world.invited=Invited +mco.configure.world.buttons.edit=Edit +mco.configure.world.buttons.reset=Reset World +mco.configure.world.buttons.done=Done +mco.configure.world.buttons.delete=Delete +mco.configure.world.buttons.open=Open World +mco.configure.world.buttons.close=Close World +mco.configure.world.buttons.invite=Invite +mco.configure.world.buttons.uninvite=Uninvite +mco.configure.world.buttons.subscription=Subscription +mco.configure.world.invite.profile.name=Name +mco.configure.world.uninvite.question=Are you sure that you want to uninvite + +mco.configure.world.subscription.title=Subscription Info +mco.configure.world.subscription.daysleft=Days Left +mco.configure.world.subscription.start=Start Date +mco.configure.world.subscription.extend=Extend + +mco.create.world.location.title=Locations +mco.create.world.location.warning=You may not get the exact location you select +mco.create.world.wait=Creating the world... + +mco.reset.world.title=Reset World +mco.reset.world.warning=This will permanently delete your world! +mco.reset.world.seed=Seed (Optional) +mco.reset.world.resetting.screen.title=Resetting World... + +mco.configure.world.close.question.line1=Your world will become unavailable. +mco.configure.world.close.question.line2=Are you sure you want to do that? + +mco.connect.connecting=Connecting to the online server... +mco.connect.authorizing=Logging in... +mco.connect.failed=Failed to connect to the online server + +mco.create.world=Create + diff --git a/1.5.2/lang/fi_FI.lang b/1.5.2/lang/fi_FI.lang new file mode 100644 index 00000000..c619d282 --- /dev/null +++ b/1.5.2/lang/fi_FI.lang @@ -0,0 +1,1293 @@ +#X-Generator: crowdin.net + +language.name=suomi +language.region=FI +language.code=fi_FI + +gui.done=Valmis +gui.cancel=Peruuta +gui.back=Back +gui.toMenu=Takaisin päävalikkoon +gui.up=Ylös +gui.down=Alas +gui.yes=Kyllä +gui.no=Ei + +menu.singleplayer=Yksinpeli +menu.multiplayer=Moninpeli +menu.online=Minecraft Realms +menu.options=Asetukset... +menu.quit=Poistu pelistä +menu.returnToMenu=Tallenna ja poistu päävalikkoon +menu.disconnect=Katkaise yhteys +menu.returnToGame=Takaisin peliin +menu.switchingLevel=Vaihdetaan maailmaa +menu.generatingLevel=Luodaan maailmaa +menu.loadingLevel=Ladataan maailmaa +menu.generatingTerrain=Muovataan maastoa +menu.convertingLevel=Muunnetaan maailmaa +menu.simulating=Annetaan maailman muhia hetken +menu.respawning=Synnytään uudelleen +menu.shareToLan=Jaa lähiverkkoon + +selectWorld.title=Valitse maailma +selectWorld.empty=tyhjä +selectWorld.world=Maailma +selectWorld.select=Pelaa valittua maailmaa +selectWorld.create=Luo uusi maailma +selectWorld.recreate=Luo uudelleen +selectWorld.createDemo=Aloita uusi kokeilumaailma +selectWorld.delete=Poista +selectWorld.rename=Uudelleennimeä +selectWorld.deleteQuestion=Haluatko varmasti poistaa tämän maailman? +selectWorld.deleteWarning=poistetaan lopullisesti (Pitkä aika!) +selectWorld.deleteButton=Poista +selectWorld.renameButton=Nimeä uudelleen +selectWorld.renameTitle=Vaihda maailman nimeä +selectWorld.conversion=Pitää muuntaa! +selectWorld.newWorld=Uusi maailma +selectWorld.newWorld.copyOf=Kopio maailmasta %s +selectWorld.enterName=Maailman nimi +selectWorld.resultFolder=Tallennuskohde: +selectWorld.enterSeed=Lähtöarvo maailman luomista varten +selectWorld.seedInfo=Jätä tyhjäksi käyttääksesi satunnaista lähtöarvoa +selectWorld.cheats=Huijauskomennot +selectWorld.customizeType=Mukauta + +createWorld.customize.presets=Tasopohjat +createWorld.customize.presets.title=Valitse tasopohja +createWorld.customize.presets.select=Käytä tasopohjaa +createWorld.customize.presets.share=Haluatko jakaa tasopohjasi muillekin? Käytä alla olevaa kenttää! +createWorld.customize.presets.list=Voit myös valita meidän tekemistämme esiasetuksista! +createWorld.customize.flat.title=Tasaisen maailman mukautus +createWorld.customize.flat.tile=Kerroksen materiaali +createWorld.customize.flat.height=Korkeus +createWorld.customize.flat.addLayer=Lisää kerros +createWorld.customize.flat.editLayer=Muokkaa kerrosta +createWorld.customize.flat.removeLayer=Poista kerros +createWorld.customize.flat.layer.top=Yläpinta - %d +createWorld.customize.flat.layer=%d +createWorld.customize.flat.layer.bottom=Alapinta - %d + +gameMode.survival=Selviytymistila +gameMode.creative=Luova tila +gameMode.adventure=Seikkailutila +gameMode.hardcore=Kovanaamatila! +gameMode.changed=Pelitilasi on vaihdettu + +selectWorld.gameMode=Pelimuoto: +selectWorld.gameMode.survival=Selviytyminen +selectWorld.gameMode.survival.line1=Etsi resursseja, luo esineitä, kerää +selectWorld.gameMode.survival.line2=kokemusta. Elinvoima ja nälkä. +selectWorld.gameMode.creative=Luova +selectWorld.gameMode.creative.line1=Loputtomasti resursseja, lennä vapaasti ja +selectWorld.gameMode.creative.line2=hajota kuutioita välittömästi +selectWorld.gameMode.hardcore=Kovanaama +selectWorld.gameMode.hardcore.line1=Sama kuin selviytyminen, mutta lukittu vaikeimmalle +selectWorld.gameMode.hardcore.line2=vaikeusasteelle, ja vain yksi elämä +selectWorld.gameMode.adventure=Seikkailu +selectWorld.gameMode.adventure.line1=Sama kuin selviytyminen, mutta kuutioita ei +selectWorld.gameMode.adventure.line2=voi asettaa eikä hajottaa +selectWorld.moreWorldOptions=Maailman lisäasetukset... +selectWorld.mapFeatures=Luo rakennelmia: +selectWorld.mapFeatures.info=Kyliä, tyrmiä jne. +selectWorld.mapType=Maailman tyyppi: +selectWorld.mapType.normal=Tavallinen +selectWorld.allowCommands=Salli huijauskomennot: +selectWorld.allowCommands.info=Komennot, kuten /gamemode ja /xp +selectWorld.hardcoreMode=Kovanaama: +selectWorld.hardcoreMode.info=Maailma poistetaan kuolessasi +selectWorld.bonusItems=Aloitusarkku: + +generator.default=Oletus +generator.flat=Tasainen +generator.largeBiomes=Suuret kasvillisuusvyöhykkeet + +selectServer.title=Valitse palvelin +selectServer.empty=tyhjä +selectServer.select=Liity peliin +selectServer.direct=Yhdistä suoraan +selectServer.edit=Muokkaa +selectServer.delete=Poista +selectServer.add=Lisää palvelin +selectServer.defaultName=Minecraft-palvelin +selectServer.deleteQuestion=Haluatko varmasti poistaa tämän palvelimen? +selectServer.deleteWarning=poistetaan lopullisesti (Pitkä aika!) +selectServer.deleteButton=Poista +selectServer.refresh=Päivitä +selectServer.hiddenAddress=(Piilotettu) +addServer.title=Muokkaa palvelimen tietoja +addServer.enterName=Palvelimen nimi +addServer.enterIp=Palvelimen osoite +addServer.add=Valmis +addServer.hideAddress=Piilota osoite +lanServer.title=Lähiverkkomaailma +lanServer.scanning=Scanning for games on your local network +lanServer.start=Jaa lähiverkkoon +lanServer.otherPlayers=Muiden pelaajien asetukset +mcoServer.title=Minecraft Online maailma + +multiplayer.title=Pelaa moninpeliä +multiplayer.connect=Yhdistä +multiplayer.info1=Minecraftin moninpeli on yhä kesken, mutta +multiplayer.info2=meneillään on aikaista bugista testausta. +multiplayer.ipinfo=Syötä palvelimen IP-osoite, johon haluat yhdistää: + +multiplayer.texturePrompt.line1=Tämä palvelin suosittelee tekstuuripakettia +multiplayer.texturePrompt.line2=Haluaisitko ladata ja asentaa sen automaagisesti? + +multiplayer.downloadingTerrain=Ladataan maastoa + +multiplayer.stopSleeping=Nouse sängystä + +chat.link.confirm=Haluatko varmasti avata seuraavan verkkosivun? +chat.link.warning=Älä koskaan avaa linkkejä epäluotettavista lähteistä! +chat.copy=Kopioi leikepöydälle + +menu.playdemo=Pelaa kokeilumaailmaa +menu.resetdemo=Tyhjennä kokeilumaailma +demo.day.1=Tämä kokeiluversio kestää viisi Minecraft-päivää, tee parhaasi! +demo.day.2=Toinen päivä +demo.day.3=Kolmas päivä +demo.day.4=Neljäs päivä +demo.day.5=Tämä on viimeinen päiväsi! +demo.day.warning=Aikasi on melkein lopussa! +demo.day.6=Viides päivä on kulunut, paina F2 tallentaaksesi kuvan luomuksestasi +demo.reminder=Kokeiluaika on päättynyt. Osta peli jatkaaksesi tai aloita uusi maailma! +demo.remainingTime=Aikaa jäljellä: %s +demo.demoExpired=Kokeiluaika päättyi! +demo.help.movement=Käytä %1$s, %2$s, %3$s, %4$s ja hiirtä liikkuaksesi +demo.help.movementShort=Liiku painamalla %1$s, %2$s, %3$s, %4$s +demo.help.movementMouse=Katso ympärillesi käyttämällä hiirtä +demo.help.jump=Hyppää painamalla %1$s +demo.help.inventory=Paina %1$s avataksesi tavaraluettelon +demo.help.title=Minecraftin kokeiluversio +demo.help.fullWrapped=Tämä kokeiluversio kestää 5 Minecraft-vuorokautta (noin 1 tunti ja 40 minuuttia oikeassa ajassa). Katso saavutukset saadaksesi vinkkejä! Pidä hauskaa! +demo.help.buy=Osta nyt! +demo.help.later=Jatka pelaamista! + +connect.connecting=Yhdistetään palvelimeen... +connect.authorizing=Kirjaudutaan sisään... +connect.failed=Palvelimeen yhdistäminen epäonnistui + +disconnect.genericReason=%s +disconnect.disconnected=Palvelin katkaisi yhteyden +disconnect.lost=Yhteys katkesi +disconnect.kicked=Potkittiin pelistä +disconnect.timeout=Aikakatkaistu +disconnect.closed=Yhteys suljettu +disconnect.loginFailed=Kirjautuminen epäonnistui +disconnect.loginFailedInfo=Kirjautuminen epäonnistui: %s +disconnect.quitting=Poistutaan +disconnect.endOfStream=Tietovirran loppu +disconnect.overflow=Puskurin ylivuoto +disconnect.spam=Potkittiin pelistä roskapostin vuoksi + +options.off=POIS +options.on=Päällä +options.visible=Näkyy +options.hidden=Piilotettu +options.title=Asetukset +options.controls=Näppäimet... +options.video=Videoasetukset... +options.language=Kieli... +options.languageWarning=Käännöksissä voi esiintyä virheitä +options.videoTitle=Videoasetukset +options.music=Musiikki +options.sound=Äänet +options.invertMouse=Käänteinen hiiri +options.fov=Näkökenttä +options.fov.min=Tavallinen +options.fov.max=Quake-mestari +options.gamma=Kirkkaus +options.gamma.min=Tunnelmallinen +options.gamma.max=Kirkas +options.sensitivity=Herkkyys +options.sensitivity.min=*huoh* +options.sensitivity.max=HYPERNOPEUS!!! +options.renderDistance=Näköetäisyys +options.renderDistance.tiny=Hyvin lyhyt +options.renderDistance.short=Lyhyt +options.renderDistance.normal=Tavallinen +options.renderDistance.far=Pitkä +options.viewBobbing=Kuvan keikkuminen +options.ao=Pehmeä valaistus +options.ao.off=Off +options.ao.min=Minimum +options.ao.max=Maximum +options.anaglyph=Stereoskooppinen 3D +options.framerateLimit=Suorituskyky +options.difficulty=Vaikeustaso +options.difficulty.peaceful=Rauhallinen +options.difficulty.easy=Helppo +options.difficulty.normal=Tavallinen +options.difficulty.hard=Vaikea +options.difficulty.hardcore=Kovanaama +options.graphics=Grafiikat +options.graphics.fancy=Hieno +options.graphics.fast=Nopea +options.guiScale=Käyttöliittymän koko +options.guiScale.auto=Automaattinen +options.guiScale.small=Pieni +options.guiScale.normal=Tavallinen +options.guiScale.large=Suuri +options.advancedOpengl=Edistynyt OpenGL +options.renderClouds=Pilvet +options.farWarning1=64-bittistä Java-asennusta suositellaan +options.farWarning2=kaukaista näköetäisyyttä käytettäessä (Javasi on 32-bittinen) +options.particles=Hiukkaset +options.particles.all=Kaikki +options.particles.decreased=Vähemmän +options.particles.minimal=Hyvin vähän +options.multiplayer.title=Moninpeliasetukset... +options.chat.title=Keskustelun asetukset... +options.chat.visibility=Keskustelu +options.chat.visibility.full=Näkyy +options.chat.visibility.system=Vain komennot +options.chat.visibility.hidden=Ei näy +options.chat.color=Värit +options.chat.opacity=Läpinäkyvyys +options.chat.links=Linkit +options.chat.links.prompt=Kysy linkeistä +options.chat.scale=Koko +options.chat.width=Leveys +options.chat.height.focused=Korkeus avattuna +options.chat.height.unfocused=Korkeus suljettuna +options.showCape=Näytä viitta +options.serverTextures=Palvelimen tekstuurit +options.snooper=Salli tilastojen keräys +options.snooper.view=Tilastojen keräyksen asetukset... +options.snooper.title=Konekohtaiset tiedot +options.snooper.desc=Kehittääksemme Minecraftia entistä paremmaksi haluamme kerätä tietoja käyttämästäsi tietokoneesta. Niiden avulla tiedämme, mitä laitteistoja pystymme tukemaan, ja mistä löytyvät isoimmat ongelma-alueet. Kerättyjä tietoja ei voida yhdistää kehenkään, ja voit tarkastella niitä alla. Lupaamme, ettemme käytä näitä tietoja pahantekoon, mutta jos et halua osallistua, voit vapaasti ottaa toiminnon pois käytöstä! +options.texture.pack=Tekstuuripaketit +options.fullscreen=Koko näyttö +options.vsync=Salli VSync +options.touchscreen=Kosketusnäyttötila + +performance.max=Suurin FPS +performance.balanced=Tasapainoitettu +performance.powersaver=Virransäästö + +controls.title=Näppäimet + +key.forward=Eteen +key.left=Vasemmalle +key.back=Taakse +key.right=Oikealle +key.jump=Hyppää +key.inventory=Tavaraluettelo +key.drop=Pudota +key.chat=Keskustelu +key.fog=Säädä sumua +key.sneak=Hiivi +key.playerlist=Pelaajaluettelo +key.attack=Lyö +key.use=Käytä esinettä +key.pickItem=Valitse kuutio +key.mouseButton=Nappi %1$s +key.command=Komento + +texturePack.openFolder=Avaa tekstuuripakkauskansio +texturePack.title=Valitse tekstuuripaketti +texturePack.folderInfo=(Aseta tekstuuripaketit tänne) +texturePack.incompatible=Epäyhteensopiva + +book.pageIndicator=Sivu %1$s/%2$s +book.byAuthor=kirjoittanut %1$s +book.signButton=Allekirjoita +book.editTitle=Anna kirjalle nimi: +book.finalizeButton=Allekirjoita ja sulje +book.finalizeWarning=Huom! Allekirjoitettuasi kirjan sitä ei voi enää muokata. + +tile.stone.name=Kivi + +tile.grass.name=Ruohokuutio +tile.dirt.name=Multaa +tile.stonebrick.name=Mukulakivi +tile.wood.name=Laudat +tile.wood.oak.name=Tammilankut +tile.wood.spruce.name=Kuusilankut +tile.wood.birch.name=Koivulankut +tile.wood.jungle.name=Viidakkopuulankut +tile.sapling.oak.name=Tammentaimi +tile.sapling.spruce.name=Kuusentaimi +tile.sapling.birch.name=Koivuntaimi +tile.sapling.jungle.name=Kaakaopuun taimi +tile.deadbush.name=Kuollut pensas +tile.bedrock.name=Peruskallio +tile.water.name=Vesi +tile.lava.name=Laava +tile.sand.name=Hiekkaa +tile.sandStone.name=Hiekkakivi +tile.sandStone.default.name=Hiekkakivi +tile.sandStone.chiseled.name=Kaiverrettu hiekkakivi +tile.sandStone.smooth.name=Sileä hiekkakivi +tile.gravel.name=Sora +tile.oreGold.name=Kultamalmi +tile.oreIron.name=Rautamalmi +tile.oreCoal.name=Hiilimalmi +tile.log.name=Puu +tile.log.oak.name=Tammipuu +tile.log.spruce.name=Kuusipuu +tile.log.birch.name=Koivupuu +tile.log.jungle.name=Viidakkopuu +tile.leaves.name=Lehtiä +tile.leaves.oak.name=Tammenlehdet +tile.leaves.spruce.name=Kuusenhavut +tile.leaves.birch.name=Koivunlehdet +tile.leaves.jungle.name=Kaakaopuun lehtiä +tile.tallgrass.name=Ruoho +tile.tallgrass.shrub.name=Pensas +tile.tallgrass.grass.name=Ruoho +tile.tallgrass.fern.name=Saniainen +tile.sponge.name=Pesusieni +tile.glass.name=Lasi +tile.thinGlass.name=Lasiruutu +tile.cloth.name=Villa +tile.flower.name=Kukka +tile.rose.name=Ruusu +tile.mushroom.name=Sieni +tile.blockGold.name=Kultakuutio +tile.blockIron.name=Rautakuutio +tile.stoneSlab.stone.name=Kivilaatta +tile.stoneSlab.sand.name=Hiekkakivilaatta +tile.stoneSlab.wood.name=Puulaatta +tile.stoneSlab.cobble.name=Mukulakivilaatta +tile.stoneSlab.brick.name=Tiililaatta +tile.stoneSlab.smoothStoneBrick.name=Kivitiililaatta +tile.stoneSlab.netherBrick.name=Hornatiililaatta +tile.stoneSlab.quartz.name=Kvartsilaatta +tile.woodSlab.oak.name=Tammipuulaatta +tile.woodSlab.spruce.name=Kuusipuulaatta +tile.woodSlab.birch.name=Koivupuulaatta +tile.woodSlab.jungle.name=Viidakkopuulaatta +tile.brick.name=Tiiliä +tile.tnt.name=Dynamiitti +tile.bookshelf.name=Kirjahylly +tile.stoneMoss.name=Sammaloitunut kivi +tile.obsidian.name=Obsidiaani +tile.torch.name=Soihtu +tile.fire.name=Tuli +tile.mobSpawner.name=Hirviönluoja +tile.stairsWood.name=Tammipuuportaat +tile.stairsWoodSpruce.name=Kuusipuuportaat +tile.stairsWoodBirch.name=Koivupuuportaat +tile.stairsWoodJungle.name=Kaakaopuuportaat +tile.chest.name=Arkku +tile.chestTrap.name=Ansoitettu arkku +tile.redstoneDust.name=Punakivijauhe +tile.oreDiamond.name=Timanttimalmi +tile.blockDiamond.name=Timanttikuutio +tile.workbench.name=Työpöytä +tile.crops.name=Viljaa +tile.farmland.name=Viljelysmaa +tile.furnace.name=Uuni +tile.sign.name=Kyltti +tile.doorWood.name=Puuovi +tile.ladder.name=Tikkaat +tile.rail.name=Raide +tile.goldenRail.name=Kiihdytinraide +tile.activatorRail.name=Aktivointiraide +tile.detectorRail.name=Tunnistinraide +tile.stairsStone.name=Kiviportaat +tile.stairsSandStone.name=Hiekkakiviportaat +tile.lever.name=Vipu +tile.pressurePlate.name=Painelaatta +tile.weightedPlate_light.name=Painotettu painelaatta (kevyt) +tile.weightedPlate_heavy.name=Painotettu painelaatta (painava) +tile.doorIron.name=Rautaovi +tile.oreRedstone.name=Punakivimalmi +tile.notGate.name=Punakivisoihtu +tile.button.name=Nappi +tile.snow.name=Lunta +tile.ice.name=Jää +tile.cactus.name=Kaktus +tile.clay.name=Savi +tile.reeds.name=Sokeriruoko +tile.jukebox.name=Levysoitin +tile.fence.name=Aita +tile.fenceGate.name=Portti +tile.pumpkin.name=Kurpitsa +tile.litpumpkin.name=Kurpitsalyhty +tile.hellrock.name=Hornahieta +tile.hellsand.name=Sieluhiekkaa +tile.lightgem.name=Hehkukivi +tile.portal.name=Portaali +tile.cloth.black.name=Musta villa +tile.cloth.red.name=Punainen villa +tile.cloth.green.name=Vihreä villa +tile.cloth.brown.name=Ruskea villa +tile.cloth.blue.name=Sininen villa +tile.cloth.purple.name=Violetti villa +tile.cloth.cyan.name=Turkoosi villa +tile.cloth.silver.name=Vaaleanharmaa villa +tile.cloth.gray.name=Harmaa villa +tile.cloth.pink.name=Pinkki villa +tile.cloth.lime.name=Kirkkaanvihreä villa +tile.cloth.yellow.name=Keltainen villa +tile.cloth.lightBlue.name=Vaaleansininen villa +tile.cloth.magenta.name=Purppura villa +tile.cloth.orange.name=Oranssi villa +tile.cloth.white.name=Villa +tile.oreLapis.name=Lasuriittimalmi +tile.blockLapis.name=Lasuriittikuutio +tile.dispenser.name=Jakelulaite +tile.dropper.name=Tiputin +tile.musicBlock.name=Sointukuutio +tile.cake.name=Kakku +tile.bed.name=Sänky +tile.bed.occupied=Tämä sänky on varattu +tile.bed.noSleep=Voit nukkua vain öisin +tile.bed.notSafe=Et voi levätä juuri nyt, lähistöllä on hirviöitä +tile.bed.notValid=Kotisänkysi puuttuu tai sen edessä on este +tile.lockedchest.name=Lukittu arkku +tile.trapdoor.name=Lattialuukku +tile.web.name=Hämähäkinseitti +tile.stonebricksmooth.name=Kivitiili +tile.stonebricksmooth.default.name=Kivitiili +tile.stonebricksmooth.mossy.name=Sammaloitunut kivitiili +tile.stonebricksmooth.cracked.name=Murtunut kivitiili +tile.stonebricksmooth.chiseled.name=Veistetty kivitiili +tile.monsterStoneEgg.stone.name=Kivinen hirviönmuna +tile.monsterStoneEgg.cobble.name=Mukulakivinen hirviönmuna +tile.monsterStoneEgg.brick.name=Sokeritoukkakivitiili +tile.pistonBase.name=Mäntä +tile.pistonStickyBase.name=Tarttumamäntä +tile.fenceIron.name=Kalterit +tile.melon.name=Vesimeloni +tile.stairsBrick.name=Tiiliportaat +tile.stairsStoneBrickSmooth.name=Kivitiiliportaat +tile.vine.name=Köynnös +tile.netherBrick.name=Hornatiili +tile.netherFence.name=Hornatiiliaita +tile.stairsNetherBrick.name=Hornatiiliportaat +tile.netherStalk.name=Hornapahka +tile.cauldron.name=Pata +tile.enchantmentTable.name=Lumouspöytä +tile.anvil.name=Alasin +tile.anvil.intact.name=Alasin +tile.anvil.slightlyDamaged.name=Hieman murtunut alasin +tile.anvil.veryDamaged.name=Pahasti murtunut alasin +tile.whiteStone.name=Äärikivi +tile.endPortalFrame.name=Ääriportaali +tile.mycel.name=Sienirihmasto +tile.waterlily.name=Lumpeenlehti +tile.dragonEgg.name=Lohikäärmeen muna +tile.redstoneLight.name=Punakivilamppu +tile.cocoa.name=Kaakao +tile.enderChest.name=Ääriarkku +tile.oreRuby.name=Rubiinimalmi +tile.oreEmerald.name=Smaragdimalmi +tile.blockEmerald.name=Smaragdikuutio +tile.blockRedstone.name=Punakivikuutio +tile.tripWire.name=Ansalanka +tile.tripWireSource.name=Ansalangan koukku +tile.commandBlock.name=Komentokuutio +tile.beacon.name=Lyhtykuutio +tile.beacon.primary=Ensisijainen voima +tile.beacon.secondary=Toissijainen voima +tile.cobbleWall.normal.name=Mukulakivimuuri +tile.cobbleWall.mossy.name=Sammalkivimuuri +tile.carrots.name=Porkkanoita +tile.potatoes.name=Perunoita +tile.daylightDetector.name=Päivänvalotunnistin +tile.netherquartz.name=Hornakvartsi +tile.hopper.name=Suppilo +tile.quartzBlock.default.name=Kvartsikuutio +tile.quartzBlock.chiseled.name=Kaiverrettu kvartsikuutio +tile.quartzBlock.lines.name=Kvartsipilari +tile.stairsQuartz.name=Kvartsiportaat + +item.shovelIron.name=Rautalapio +item.pickaxeIron.name=Rautahakku +item.hatchetIron.name=Rautakirves +item.flintAndSteel.name=Tulukset +item.apple.name=Omena +item.cookie.name=Keksi +item.bow.name=Jousi +item.arrow.name=Nuoli +item.coal.name=Hiili +item.charcoal.name=Puuhiili +item.diamond.name=Timantti +item.emerald.name=Smaragdi +item.ingotIron.name=Rautaharkko +item.ingotGold.name=Kultaharkko +item.swordIron.name=Rautamiekka +item.swordWood.name=Puumiekka +item.shovelWood.name=Puulapio +item.pickaxeWood.name=Puuhakku +item.hatchetWood.name=Puukirves +item.swordStone.name=Kivimiekka +item.shovelStone.name=Kivilapio +item.pickaxeStone.name=Kivihakku +item.hatchetStone.name=Kivikirves +item.swordDiamond.name=Timanttimiekka +item.shovelDiamond.name=Timanttilapio +item.pickaxeDiamond.name=Timanttihakku +item.hatchetDiamond.name=Timanttikirves +item.stick.name=Keppi +item.bowl.name=Kulho +item.mushroomStew.name=Sienimuhennos +item.swordGold.name=Kultamiekka +item.shovelGold.name=Kultalapio +item.pickaxeGold.name=Kultahakku +item.hatchetGold.name=Kultakirves +item.string.name=Lanka +item.feather.name=Höyhen +item.sulphur.name=Ruutia +item.hoeWood.name=Puukuokka +item.hoeStone.name=Kivikuokka +item.hoeIron.name=Rautakuokka +item.hoeDiamond.name=Timanttikuokka +item.hoeGold.name=Kultakuokka +item.seeds.name=Siemeniä +item.seeds_pumpkin.name=Kurpitsansiemeniä +item.seeds_melon.name=Meloninsiemeniä +item.melon.name=Melonisiivu +item.wheat.name=Vehnää +item.bread.name=Leipä +item.helmetCloth.name=Nahkalakki +item.chestplateCloth.name=Nahkatakki +item.leggingsCloth.name=Nahkahousut +item.bootsCloth.name=Nahkakengät +item.helmetChain.name=Rengashaarniskan kypärä +item.chestplateChain.name=Rengashaarniskan rintapanssari +item.leggingsChain.name=Rengashaarniskan housut +item.bootsChain.name=Rengashaarniskan kengät +item.helmetIron.name=Rautakypärä +item.chestplateIron.name=Rautainen rintapanssari +item.leggingsIron.name=Rautahousut +item.bootsIron.name=Rautasaappaat +item.helmetDiamond.name=Timanttinen kypärä +item.chestplateDiamond.name=Timanttinen rintapanssari +item.leggingsDiamond.name=Timanttihousut +item.bootsDiamond.name=Timanttiset kengät +item.helmetGold.name=Kultainen kypärä +item.chestplateGold.name=Kultainen rintapanssari +item.leggingsGold.name=Kultaiset housut +item.bootsGold.name=Kultaiset saappaat +item.flint.name=Piikivi +item.porkchopRaw.name=Raaka porsaankyljys +item.porkchopCooked.name=Paistettu porsaankyljys +item.chickenRaw.name=Raaka kana +item.chickenCooked.name=Paistettu kana +item.beefRaw.name=Raaka pihvi +item.beefCooked.name=Paisti +item.painting.name=Maalaus +item.frame.name=Kehys +item.appleGold.name=Kultainen omena +item.sign.name=Kyltti +item.doorWood.name=Puuovi +item.bucket.name=Ämpäri +item.bucketWater.name=Vesiämpäri +item.bucketLava.name=Laavaämpäri +item.minecart.name=Kaivosvaunu +item.saddle.name=Satula +item.doorIron.name=Rautaovi +item.redstone.name=Punakivi +item.snowball.name=Lumipallo +item.boat.name=Vene +item.leather.name=Nahka +item.milk.name=Maito +item.brick.name=Tiili +item.clay.name=Savi +item.reeds.name=Sokeriruokoja +item.paper.name=Paperi +item.book.name=Kirja +item.slimeball.name=Limapallo +item.minecartChest.name=Arkullinen kaivosvaunu +item.minecartFurnace.name=Moottoroitu kaivosvaunu +item.minecartTnt.name=TNT-kaivosvaunu +item.minecartHopper.name=Suppilovaunu +item.egg.name=Kananmuna +item.compass.name=Kompassi +item.fishingRod.name=Onkivapa +item.clock.name=Kello +item.yellowDust.name=Hehkukivijauhe +item.fishRaw.name=Raaka kala +item.fishCooked.name=Paistettu kala +item.record.name=Musiikkilevy +item.bone.name=Luu +item.dyePowder.black.name=Mustepussi +item.dyePowder.red.name=Ruusunpunainen väriaine +item.dyePowder.green.name=Kaktuksenvihreä väriaine +item.dyePowder.brown.name=Kaakaopavut +item.dyePowder.blue.name=Lasuriitti +item.dyePowder.purple.name=Violetti väriaine +item.dyePowder.cyan.name=Turkoosi väriaine +item.dyePowder.silver.name=Vaaleanharmaa väriaine +item.dyePowder.gray.name=Harmaa väriaine +item.dyePowder.pink.name=Vaaleanpunainen väriaine +item.dyePowder.lime.name=Kirkkaanvihreä väriaine +item.dyePowder.yellow.name=Voikukankeltainen väriaine +item.dyePowder.lightBlue.name=Vaaleansininen väriaine +item.dyePowder.magenta.name=Purppura väriaine +item.dyePowder.orange.name=Oranssi väriaine +item.dyePowder.white.name=Luujauho +item.sugar.name=Sokeri +item.cake.name=Kakku +item.bed.name=Sänky +item.diode.name=Punakivitoistin +item.comparator.name=Punakivivertailija +item.map.name=Kartta +item.leaves.name=Lehtiä +item.shears.name=Keritsimet +item.rottenFlesh.name=Mädäntynyt liha +item.enderPearl.name=Äärenhelmi +item.blazeRod.name=Roihusauva +item.ghastTear.name=Hornanhengen kyynel +item.netherStalkSeeds.name=Hornapahka +item.potion.name=Taikajuoma +item.emptyPotion.name=Vesipullo +item.goldNugget.name=Kultakimpale +item.glassBottle.name=Lasipullo +item.spiderEye.name=Hämähäkinsilmä +item.fermentedSpiderEye.name=Käynyt hämähäkinsilmä +item.blazePowder.name=Roihujauhe +item.magmaCream.name=Magmavoide +item.cauldron.name=Pata +item.brewingStand.name=Hautumateline +item.eyeOfEnder.name=Äären silmä +item.speckledMelon.name=Kimalteleva meloni +item.monsterPlacer.name=Luo +item.expBottle.name=Lumottu pullo +item.fireball.name=Tulipallo +item.writingBook.name=Kirja ja sulkakynä +item.writtenBook.name=Kirjoitettu kirja +item.ruby.name=Rubiini +item.flowerPot.name=Kukkaruukku +item.emptyMap.name=Tyhjä kartta +item.carrots.name=Porkkana +item.carrotGolden.name=Kultainen porkkana +item.potato.name=Peruna +item.potatoBaked.name=Paistettu peruna +item.potatoPoisonous.name=Myrkyllinen peruna +item.skull.skeleton.name=Luurangon kallo +item.skull.wither.name=Hornakallo +item.skull.zombie.name=Zombin pää +item.skull.char.name=Pää +item.skull.player.name=Pelaajan %s pää +item.skull.creeper.name=Hiipijän pää +item.carrotOnAStick.name=Porkkana kepin päässä +item.netherStar.name=Hornatähti +item.pumpkinPie.name=Kurpitsapiirakka +item.enchantedBook.name=Velhokirja +item.fireworks.name=Ilotulitusraketti +item.fireworks.flight=Lentämisaika: +item.fireworksCharge.name=Ilotulituspanos +item.fireworksCharge.black=Musta +item.fireworksCharge.red=Punainen +item.fireworksCharge.green=Vihreä +item.fireworksCharge.brown=Ruskea +item.fireworksCharge.blue=Sininen +item.fireworksCharge.purple=Violetti +item.fireworksCharge.cyan=Turkoosi +item.fireworksCharge.silver=Vaaleanharmaa +item.fireworksCharge.gray=Harmaa +item.fireworksCharge.pink=Pinkki +item.fireworksCharge.lime=Kirkkaanvihreä +item.fireworksCharge.yellow=Keltainen +item.fireworksCharge.lightBlue=Vaaleansininen +item.fireworksCharge.magenta=Purppura +item.fireworksCharge.orange=Oranssi +item.fireworksCharge.white=Valkoinen +item.fireworksCharge.customColor=Oma väri +item.fireworksCharge.fadeTo=Häivytys: +item.fireworksCharge.flicker=Tuike +item.fireworksCharge.trail=Pyrstö +item.fireworksCharge.type.0=Pieni räjähdys +item.fireworksCharge.type.1=Suuri räjähdys +item.fireworksCharge.type.2=Tähtikuvio +item.fireworksCharge.type.3=Hiipijäkuvio +item.fireworksCharge.type.4=Ryöppy +item.fireworksCharge.type=Tuntematon kuvio +item.netherbrick.name=Hornatiili +item.netherquartz.name=Hornakvartsi + +container.inventory=Tavaraluettelo +container.hopper=Suppilo +container.crafting=Työstäminen +container.dispenser=Jakelulaite +container.dropper=Tiputin +container.furnace=Uuni +container.enchant=Lumoa +container.repair=Korjaa & nimeä +container.repair.cost=Lumouksen hinta: %1$d +container.repair.expensive=Liian kallis! +container.creative=Esineiden valitseminen +container.brewing=Hautumateline +container.chest=Arkku +container.chestDouble=Suuri arkku +container.minecart=Kaivosvaunu +container.enderchest=Ääriarkku + +item.dyed=Värjätty + +entity.Item.name=Esine +entity.XPOrb.name=Kokemuspallo +entity.SmallFireball.name=Pieni tulipallo +entity.Fireball.name=Tulipallo + +entity.Arrow.name=nuoli +entity.Snowball.name=Lumipallo +entity.Painting.name=Maalaus + +entity.Mob.name=Olento +entity.Monster.name=Hirviö + +entity.Creeper.name=Lurkki +entity.Skeleton.name=Luuranko +entity.Spider.name=Hämähäkki +entity.Giant.name=Jättiläinen +entity.Zombie.name=Zombi +entity.Slime.name=Limakuutio +entity.Ghast.name=Hornanhenki +entity.PigZombie.name=Zombie-sika +entity.Enderman.name=Ääreläinen +entity.Silverfish.name=Sokeritoukka +entity.CaveSpider.name=Luolahämähäkki +entity.Blaze.name=Roihu +entity.LavaSlime.name=Magmakuutio +entity.MushroomCow.name=Sienilehmä +entity.Villager.name=Kyläläinen +entity.VillagerGolem.name=Rautajätti +entity.SnowMan.name=Lumiukko +entity.EnderDragon.name=Äärilisko +entity.WitherBoss.name=Näivettäjä +entity.Witch.name=Noita + +entity.Pig.name=Sika +entity.Sheep.name=Lammas +entity.Cow.name=Lehmä +entity.Chicken.name=Kana +entity.Squid.name=Kalmari +entity.Wolf.name=Susi +entity.Ozelot.name=Oselotti +entity.Cat.name=Kissa +entity.Bat.name=Lepakko + +entity.PrimedTnt.name=TNT-kuutio +entity.FallingSand.name=Putoava kuutio + +entity.Minecart.name=Kaivosvaunu +entity.Boat.name=Vene + +entity.generic.name=tuntematon + +death.fell.accident.ladder=%1$s putosi tikkailta +death.fell.accident.vines=%1$s putosi köynnöksiltä +death.fell.accident.water=%1$s putosi vedestä +death.fell.accident.generic=%1$s putosi korkealta +death.fell.killer=%1$ oli tuomittu putoamaan +death.fell.assist=%1$s oli tuomittu putoamaan %2$s:n toimesta +death.fell.assist.item=%2$s pudotti %1$s:n käyttäen %3$s:a +death.fell.finish=%1$ s oli, jäivät liian ja valmistui %2$ s +death.fell.finish.item=%1$ s oli, jäivät liian ja valmistui %2$ s käyttämällä %3$ s + +death.attack.inFire=%1$s paloi hengiltä +death.attack.inFire.player=%1$ s käveli palo taistellessaan %2$ s +death.attack.onFire=%1$s paloi hengiltä +death.attack.onFire.player=%1$ s on palanut murea taistellessaan %2$ s +death.attack.lava=%1$s yritti uida laavassa +death.attack.lava.player=%1$ s yritti uida lava paeta %2$ s +death.attack.inWall=%1$s tukehtui seinän sisään +death.attack.drown=%1$s hukkui +death.attack.drown.player=%1$ s hukkui taas yrittää paeta %2$ s +death.attack.starve=%1$s nääntyi nälkään +death.attack.cactus=%1$s piikitettiin kuoliaaksi +death.attack.cactus.player=%1$s käveli kaktukseen yrittäessään paeta %2$s:lta +death.attack.generic=%1$s kuoli +death.attack.explosion=%1$s räjähti +death.attack.explosion.player=%2$s räjäytti %1$s:n +death.attack.magic=%1$s kuoli noituuksiin +death.attack.wither=%1$s näivettyi kuoliaaksi +death.attack.anvil=%1$s liiskautui putoavan alasimen alle +death.attack.fallingBlock=%1$s liiskautui putoavan kuution alle +death.attack.mob=%2$s nirhasi pelaajan %1$s +death.attack.player=%2$s nirhasi pelaajan %1$s +death.attack.player.item=%1$ s surmattiin %2$ s käyttämällä %3$ s +death.attack.arrow=%2$s ampui pelaajan %1$s +death.attack.arrow.item=%2$ s käyttämällä %3$ s kuvattiin %1$ s +death.attack.fireball=%2$s surmasi pelaajan %1$s tulipallolla +death.attack.fireball.item=%1$ s on fireballed %2$ s käyttämällä %3$ s +death.attack.thrown=%2$s hakkasi pelaajan %1$s +death.attack.thrown.item=%1$ s turpiini %2$ s käyttämällä %3$ s +death.attack.indirectMagic=%1$ s kuoli %2$ s käyttämällä magic +death.attack.indirectMagic.item=%1$ s kuoli %2$ s käyttämällä %3$ s +death.attack.thorns=%1$s kuoli yrittää satuttaa%2$s +death.attack.fall=%1$s putosi liian korkealta +death.attack.outOfWorld=%1$s putosi maailman laidalta + +deathScreen.respawn=Synny uudelleen +deathScreen.deleteWorld=Poista maailma +deathScreen.titleScreen=Päävalikko +deathScreen.score=Pisteesi +deathScreen.title.hardcore=Peli päättyi! +deathScreen.hardcoreInfo=Et voi palata henkiin kovanaamatilassa! +deathScreen.title=Kuolit! +deathScreen.leaveServer=Poistu päävalikkoon + +potion.empty=Ei vaikutusta +potion.moveSpeed=Nopeus +potion.moveSlowdown=Hitaus +potion.digSpeed=Kiire +potion.digSlowDown=Louhintauupumus +potion.damageBoost=Voima +potion.weakness=Heikkous +potion.heal=Välitön elinvoima +potion.harm=Välitön vahinko +potion.jump=Tehostettu hyppy +potion.confusion=Pahoinvointi +potion.regeneration=Elpyminen +potion.resistance=Kestävyys +potion.fireResistance=Tulenkestävyys +potion.waterBreathing=Hengenpidätys +potion.invisibility=Näkymättömyys +potion.blindness=Sokeus +potion.nightVision=Hämäränäkö +potion.hunger=Nälkä +potion.poison=Myrkky +potion.wither=Näivetys + +potion.moveSpeed.postfix=Nopeuden taikajuoma +potion.moveSlowdown.postfix=Hitauden juoma +potion.digSpeed.postfix=Kiireen taikajuoma +potion.digSlowDown.postfix=Ikävyyden taikajuoma +potion.damageBoost.postfix=Vahvuuden taikajuoma +potion.weakness.postfix=Heikkouden taikajuoma +potion.heal.postfix=Parantava taikajuoma +potion.harm.postfix=Vahingoittava taikajuoma +potion.jump.postfix=Loikkaamisen juoma +potion.confusion.postfix=Pahoinvoinnin taikajuoma +potion.regeneration.postfix=Elpymisen taikajuoma +potion.resistance.postfix=Kestävyyden taikajuoma +potion.fireResistance.postfix=Tulenkestävyyden taikajuoma +potion.waterBreathing.postfix=Hengenpidättämisen juoma +potion.invisibility.postfix=Näkymättömyyden juoma +potion.blindness.postfix=Sokeuden taikajuoma +potion.nightVision.postfix=Hämäränäön taikajuoma +potion.hunger.postfix=Nälän taikajuoma +potion.poison.postfix=Myrkyllinen taikajuoma +potion.wither.postfix=Kuihtumisen taikajuoma + +potion.potency.0= +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV + +potion.prefix.grenade=Räjähtävä +potion.prefix.mundane=Tavallinen +potion.prefix.uninteresting=Tylsä +potion.prefix.bland=Mauton +potion.prefix.clear=Kirkas +potion.prefix.milky=Maitoinen +potion.prefix.diffuse=Hajaantunut +potion.prefix.artless=Koruton +potion.prefix.thin=Laimea +potion.prefix.awkward=Kiusallinen +potion.prefix.flat=Väljähtänyt +potion.prefix.bulky=Kömpelö +potion.prefix.bungling=Törppö +potion.prefix.buttered=Lipevä +potion.prefix.smooth=Pehmeä taikajuoma +potion.prefix.suave=Sulava +potion.prefix.debonair=Tyylikäs +potion.prefix.thick=Sakea +potion.prefix.elegant=Aistikas +potion.prefix.fancy=Hieno +potion.prefix.charming=Hurmaava +potion.prefix.dashing=Upea +potion.prefix.refined=Hienostunut +potion.prefix.cordial=Harras +potion.prefix.sparkling=Helmeilevä +potion.prefix.potent=Väkevä +potion.prefix.foul=Häijy +potion.prefix.odorless=Hajuton +potion.prefix.rank=Pahanhajuinen +potion.prefix.harsh=Karski +potion.prefix.acrid=Karvas +potion.prefix.gross=Inha +potion.prefix.stinky=Haiseva + +enchantment.damage.all=Terävyys +enchantment.damage.undead=Sivallus +enchantment.damage.arthropods=Niveljalkaisten kirous +enchantment.knockback=Raskas +enchantment.fire=Liekehtivä +enchantment.protect.all=Suojaus +enchantment.protect.fire=Tulisuojaus +enchantment.protect.fall=Höyhenkevyt +enchantment.protect.explosion=Räjähdyssuojaus +enchantment.protect.projectile=Ammussuojaus +enchantment.oxygen=Hengitys +enchantment.waterWorker=Vesimieltymys +enchantment.digging=Tehokkuus +enchantment.untouching=Silkkinen kosketus +enchantment.durability=Hajoamaton +enchantment.lootBonus=Ryöstely +enchantment.lootBonusDigger=Onnekas +enchantment.arrowDamage=Voima +enchantment.arrowFire=Liekki +enchantment.arrowKnockback=Isku +enchantment.arrowInfinite=Loputtomuus +enchantment.thorns=Piikikäs + +enchantment.level.1=I +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.level.10=X + +gui.achievements=Saavutukset +gui.stats=Tilastot + +stat.generalButton=Yleinen +stat.blocksButton=Kuutiot +stat.itemsButton=Esineet + +stat.used=Käytetty +stat.mined=Louhittu +stat.depleted=Loppuunkulutettu +stat.crafted=Valmistettu + +stat.startGame=Pelikertoja +stat.createWorld=Maailmoja pelattu +stat.loadWorld=Tallennuksia ladattu +stat.joinMultiplayer=Liittymisiä moninpeliin +stat.leaveGame=Pelejä lopetettu + +stat.playOneMinute=Minuutteja pelattu + +stat.walkOneCm=Kävelty matka +stat.fallOneCm=Pudottu matka +stat.swimOneCm=Uitu matka +stat.flyOneCm=Lennetty matka +stat.climbOneCm=Kiivetty matka +stat.diveOneCm=Sukellettu matka +stat.minecartOneCm=Kaivosvaunulla kuljettu matka +stat.boatOneCm=Veneellä kuljettu matka +stat.pigOneCm=Possulla kuljettu matka +stat.jump=Hyppyjä +stat.drop=Tavaroita pudotettu + +stat.damageDealt=Vahinkoa aiheutettu +stat.damageTaken=Vahinkoa kärsitty +stat.deaths=Kuolemien määrä +stat.mobKills=Olentoja tapettu +stat.playerKills=Pelaajia surmattu +stat.fishCaught=Pyydystettyjä kaloja + +stat.mineBlock=%1$s louhittu +stat.craftItem=%1$s valmistettu +stat.useItem=%1$s käytetty +stat.breakItem=%1$s kulutettu + +achievement.get=Uusi saavutus! + +achievement.taken=Saavutettu! + +achievement.requires=Vaatii saavutuksen '%1$s' +achievement.openInventory=Kurkista reppuun +achievement.openInventory.desc=Avaa tavaraluettelo painamalla '%1$s'. +achievement.mineWood=Metsuri +achievement.mineWood.desc=Hakkaa puuta kunnes siitä pulpahtaa ulos puukuutio +achievement.buildWorkBench=Valmistuksen salat +achievement.buildWorkBench.desc=Valmista työpöytä neljästä lautakasasta +achievement.buildPickaxe=Aika louhia! +achievement.buildPickaxe.desc=Tee puuhakku kepeistä ja laudoista +achievement.buildFurnace=Kuumaa kamaa +achievement.buildFurnace.desc=Rakenna uuni kahdeksasta kivikuutiosta +achievement.acquireIron=Hanki rautatavaraa +achievement.acquireIron.desc=Sulata rautaharkko +achievement.buildHoe=Aika viljellä! +achievement.buildHoe.desc=Tee puukuokka kepeistä ja laudoista +achievement.makeBread=Leivo leipää +achievement.makeBread.desc=Tee vehnästä leipää +achievement.bakeCake=Valhe +achievement.bakeCake.desc=Vehnää, sokeria, maitoa ja kananmunia! +achievement.buildBetterPickaxe=Askel parempaan päin +achievement.buildBetterPickaxe.desc=Valmista parempi hakku +achievement.cookFish=Herkullista kalaa +achievement.cookFish.desc=Pyydystä ja paista kala! +achievement.onARail=Raiteilla +achievement.onARail.desc=Matkusta kaivosvaunulla vähintään kilometri aloituspaikastasi +achievement.buildSword=Aika iskeä! +achievement.buildSword.desc=Tee puumiekka kepeistä ja laudoista +achievement.killEnemy=Hirviönmetsästäjä +achievement.killEnemy.desc=Hyökkää ja surmaa hirviö +achievement.killCow=Nahkuri +achievement.killCow.desc=Kerää nahkaa +achievement.flyPig=Kun possut lentävät +achievement.flyPig.desc=Ratsasta possulla alas jyrkänteeltä +achievement.snipeSkeleton=Tarkka-ammuntaa +achievement.snipeSkeleton.desc=Surmaa luuranko nuolella yli 50 metrin päästä +achievement.diamonds=TIMANTTEJA! +achievement.diamonds.desc=Hanki timantteja rautatyökaluilla +achievement.portal=Meidän on mentävä syvemmälle +achievement.portal.desc=Rakenna portaali Hornaan +achievement.ghast=Pikapalautus +achievement.ghast.desc=Tuhoa Hornanhenki tulipallolla +achievement.blazeRod=Läpi tulen +achievement.blazeRod.desc=Vapauta Roihu sauvastaan +achievement.potion=Kotipanimo +achievement.potion.desc=Valmista taikajuoma +achievement.theEnd=Loppu? +achievement.theEnd.desc=Paikanna Ääri +achievement.theEnd2=Loppu. +achievement.theEnd2.desc=Kukista Äärilisko +achievement.enchantments=Lumoaja +achievement.enchantments.desc=Rakenna lumouspöytä obsidiaanista, timanteista ja kirjasta +achievement.overkill=Ylilyönti +achievement.overkill.desc=Aiheuta kahdeksan sydämen vahinko yhdellä iskulla +achievement.bookcase=Kirjastonhoitaja +achievement.bookcase.desc=Rakenna kirjahyllyjä tehostamaan lumouspöytääsi + +commands.generic.exception=Tuntematon virhe tapahtui komentoa suoritettaessa +commands.generic.syntax=Väärin muodostettu komento +commands.generic.player.notFound=Kyseistä pelaajaa ei löydy +commands.generic.notFound=Tuntematon komento. Kirjoita /help saadaksesi listan komennoista. +commands.generic.num.invalid='%s' ei ole kelvollinen numero +commands.generic.num.tooSmall=Antamasi numero (%d) on liian pieni. Sen tulee olla vähintään %d +commands.generic.num.tooBig=Antamasi numero (%d) on liian suuri. Se saa olla enintään %d +commands.generic.double.tooSmall=Antamasi luku (%.2f) on liian pieni. Sen tulee olla vähintään %.2f +commands.generic.double.tooBig=Antamasi luku (%.2f) on liian suuri. Se saa olla enintään %.2f +commands.generic.usage=Käyttö: %s + +commands.xp.failure.widthdrawXp=Pelaajalle ei voi antaa negatiivista määrää kokemuspisteitä +commands.xp.success=Annettiin %d kokemuspistettä pelaajalle %s +commands.xp.success.levels=Annettiin %d tasoa pelaajalle %s +commands.xp.success.negative.levels=Otettiin %d tasoa pelaajalta %s +commands.xp.usage=/xp [pelaaja] tai /xp L [pelaaja] +commands.give.usage=/give [määrä] [data] +commands.give.notFound=ID:llä %d ei löydy esinettä +commands.give.success=Annettiin %s (ID %d) * %d pelaajalle %s +commands.effect.usage=/effect [seconds] [amplifier] +commands.effect.notFound=There is no such mob effect with ID %d +commands.effect.success=Given %1$s (ID %2$d) * %3$d to %4$s for %5$d seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.enchant.usage=/enchant [taso] +commands.enchant.notFound=Lumousta numero %d ei löydy +commands.enchant.noItem=Kohdepelaajalla ei ole esinettä kädessä +commands.enchant.cantEnchant=Kohde-esineeseen ei voi laittaa valittua lumousta +commands.enchant.cantCombine=%1$s ja %2$s eivät yhdisty +commands.enchant.success=Lumous onnistui +commands.clear.usage=/clear [esine] [data] +commands.clear.success=Pelaajan %s tavaraluettelo tyhjennetty, poistetaan %d esinettä +commands.clear.failure=Could not clear the inventory of %s, no items to remove +commands.downfall.success=Sateen tila vaihdettiin +commands.time.usage=/time +commands.time.added=Aikaan lisättiin %d +commands.time.set=Asetettiin ajaksi %d +commands.players.list=Paikalla on %d/%d pelaajaa: +commands.banlist.ips=Yhteensä %d porttikiellon saanutta IP-osoitetta: +commands.banlist.players=Yhteensä %d porttikiellon saanutta pelaajaa: +commands.banlist.usage=/banlist [ip:t|pelaajat] +commands.kick.success=Potkittiin %s pelistä +commands.kick.success.reason=Potkittiin %s pelistä, syy: '%s' +commands.kick.usage=/kick [syy ...] +commands.op.success=Annettiin pelaajalle %s operaattorin oikeudet +commands.op.usage=/op +commands.deop.success=Poistettiin pelaajan %s operaattorin oikeudet +commands.deop.usage=/deop +commands.say.usage=/say +commands.ban.success=Annettiin porttikielto pelaajalle %s +commands.ban.usage=/ban [syy...] +commands.unban.success=Poistettiin pelaajan %s porttikielto +commands.unban.usage=/pardon +commands.banip.invalid=Syötit virheellisen IP-osoitteen tai pelaajan, joka ei ole paikalla +commands.banip.success=Annettiin porttikielto IP-osoitteelle %s +commands.banip.success.players=Annettiin porttikielto IP-osoitteelle %s, joka kuuluu pelaajalle %s +commands.banip.usage=/ban-ip [syy...] +commands.unbanip.invalid=Syötit virheellisen IP-osoitteen +commands.unbanip.success=Poistettiin porttikielto IP-osoitteelta %s +commands.unbanip.usage=/pardon-ip +commands.save.enabled=Maailman automaattitallennus kytkettiin päälle +commands.save.disabled=Maailman automaattitallennus kytkettiin pois päältä +commands.save.start=Tallennetaan... +commands.save.success=Maailma tallennettu +commands.save.failed=Tallentaminen epäonnistui: %s +commands.stop.start=Pysäytetään palvelinta +commands.tp.success=%s teleportattiin pelaajan %s luokse +commands.tp.success.coordinates=%s teleportattiin koordinaatteihin %.2f,%.2f,%.2f +commands.tp.usage=/tp [pelaaja] tai /tp [pelaaja] +commands.tp.notSameDimension=Teleporttaus ei onnistu, koska pelaajat ovat eri ulottuvuuksissa +commands.whitelist.list=Sallittujen pelaajien listalla on %d pelaajaa (nähdyistä %d pelaajasta): +commands.whitelist.enabled=Sallittujen pelaajien lista käytössä +commands.whitelist.disabled=Sallittujen pelaajien lista poissa käytöstä +commands.whitelist.reloaded=Sallittujen pelaajien lista on ladattu uudelleen +commands.whitelist.add.success=Lisättiin %s sallittujen pelaajien listalle +commands.whitelist.add.usage=/whitelist add +commands.whitelist.remove.success=%s poistettiin sallittujen pelaajien listalta +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.scoreboard.usage=/scoreboard +commands.scoreboard.teamNotFound=Joukkuetta nimeltä '%s' ei löydy +commands.scoreboard.objectiveNotFound=Kohdetavoitetta '%s' ei löydy +commands.scoreboard.objectiveReadOnly=Kohdetavoite '%s' on vain luku -tilassa eikä sitä voida muuttaa +commands.scoreboard.objectives.usage=/scoreboard objectives +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [kohdetavoite] +commands.scoreboard.objectives.setdisplay.invalidSlot=Tavoitenäyttöpaikkaa '%s' ei ole olemassa +commands.scoreboard.objectives.setdisplay.successCleared=Tavoitenäyttöpaikka '%s' on tyhjennetty +commands.scoreboard.objectives.setdisplay.successSet=Tavoite näyttöpaikassa '%s' on nyt '%s' +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [näyttönimi...] +commands.scoreboard.objectives.add.wrongType=Tavoitteen kriteerityyppi on virheellinen. Sallittuja ovat: %s +commands.scoreboard.objectives.add.alreadyExists=Tavoite nimellä '%s' on jo olemassa +commands.scoreboard.objectives.add.tooLong='%s' on liian pitkä tavoitteen nimeksi, nimi saa olla enintään %d merkkiä pitkä +commands.scoreboard.objectives.add.displayTooLong='%s' on liian pitkä näyttönimeksi tavoitteelle, nimi saa olla enintään %d merkkiä pitkä +commands.scoreboard.objectives.add.success='%s' on lisätty uudeksi tavoitteeksi +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.remove.success=Tavoite '%s' on poistettu +commands.scoreboard.objectives.list.count=Tulostaulun tavoitteiden määrä on %d +commands.scoreboard.objectives.list.entry=- %s: näyttönimi '%s', tyyppi '%s' +commands.scoreboard.objectives.list.empty=Tulostaululla ei ole yhtään tavoitetta +commands.scoreboard.players.usage=/scoreboard players +commands.scoreboard.players.set.success='%s' pistemäärä pelaajalla %s on nyt %d +commands.scoreboard.players.set.usage=/scoreboard players set +commands.scoreboard.players.add.usage=/scoreboard players add +commands.scoreboard.players.remove.usage=/scoreboard players remove +commands.scoreboard.players.reset.usage=/scoreboard players reset +commands.scoreboard.players.reset.success=Pelaajan %s pisteet on nollattu +commands.scoreboard.players.list.count=Seurattavien pelaajien määrä tulostaululla on %d +commands.scoreboard.players.list.empty=Tulostaululla ei ole yhtään seurattavaa pelaajaa +commands.scoreboard.players.list.player.count=Näytetään %d seurattava(a) tavoite(tta) pelaajalle %s +commands.scoreboard.players.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.players.list.player.empty=Pelaajalle %s ei ole kirjattu pisteitä +commands.scoreboard.teams.usage=/scoreboard teams +commands.scoreboard.teams.add.usage=/scoreboard teams add [näyttönimi...] +commands.scoreboard.teams.add.alreadyExists=Joukkue nimeltä '%s' on jo olemassa +commands.scoreboard.teams.add.tooLong='%s' on liian pitkä joukkueen nimeksi, nimi saa olla enintään %d merkkiä pitkä +commands.scoreboard.teams.add.displayTooLong='%s' on liian pitkä näyttönimeksi joukkueelle, nimi saa olla enintään %d merkkiä pitkä +commands.scoreboard.teams.add.success=Joukkue '%s' on lisätty +commands.scoreboard.teams.list.usage=/scoreboard teams list [nimi] +commands.scoreboard.teams.list.count=Tulostaulun joukkueiden määrä on %d +commands.scoreboard.teams.list.entry=- %1$s: näyttönimi '%2$s', pelaajia %3$d +commands.scoreboard.teams.list.empty=Tulostaululle ei ole asetettu joukkueita +commands.scoreboard.teams.list.player.count=Näytetään %d pelaaja(a) joukkueesta %s +commands.scoreboard.teams.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.teams.list.player.empty=Joukkueeseen %s ei kuulu yhtään pelaajaa +commands.scoreboard.teams.empty.usage=/scoreboard teams clear +commands.scoreboard.teams.empty.alreadyEmpty=Joukkue %s on jo tyhjä, eikä siitä voida poistaa pelaajia +commands.scoreboard.teams.empty.success=Poistettiin kaikki (%d) pelaajat joukkueesta %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.remove.success=Joukkue %s on poistettu +commands.scoreboard.teams.join.usage=/scoreboard teams join [pelaaja] +commands.scoreboard.teams.join.success=%d pelaaja(a) on lisätty joukkueeseen %s: %s +commands.scoreboard.teams.join.failure=%d pelaajaa ei voitu lisätä joukkueeseen %s: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [pelaaja] +commands.scoreboard.teams.leave.success=%d pelaaja(a) on poistettu joukkueestaan: %s +commands.scoreboard.teams.leave.failure=%d pelaajaa ei voitu poistaa joukkueestaan: %s +commands.scoreboard.teams.leave.noTeam=Et kuulu joukkueeseen +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.option.noValue=Sallitut arvot valinnalle %s ovat: %s +commands.scoreboard.teams.option.success=Set option %s for team %s to %s +commands.gamemode.success.self=Aseta omaksi pelitilaksi %s +commands.gamemode.success.other=Aseta pelaajan %s pelitilaksi %s +commands.gamemode.usage=/gamemode [pelaaja] +commands.defaultgamemode.usage=/defaultgamemode +commands.defaultgamemode.success=Maailman oletuspelitila on nyt %s +commands.me.usage=/me +commands.help.header=--- Näytetään ohjesivu %d/%d (/help ) --- +commands.help.footer=Vihje: Käytä -näppäintä kirjoittaessasi komentoa täydentääksesi automaattisesti komennon tai sen muuttujat +commands.help.usage=/help [sivu|komennon nimi] +commands.publish.started=Maailma jaettu lähiverkkoon tietokoneelta %s +commands.publish.failed=Maailman jakaminen lähiverkkoon epäonnistui +commands.debug.start=Virheiden nauhoitus käytössä +commands.debug.stop=Virheiden nauhoitus keskeytettiin %.2f sekunnin jälkeen (%d pelinäytön päivitystä) +commands.debug.notStarted=Profilointia ei voi lopettaa ennen kuin se on aloitettu! +commands.debug.usage=/debug +commands.message.usage=/tell +commands.message.sameTarget=Et voi lähettää yksityisviestiä itsellesi! +commands.message.display.outgoing=Kuiskasit pelaajalle %s: %s +commands.message.display.incoming=%s kuiskasi: %s +commands.difficulty.usage=/difficulty +commands.difficulty.success=Pelin vaikeustasoksi muutettiin %s +commands.spawnpoint.usage=/spawnpoint tai /spawnpoint tai /spawnpoint +commands.spawnpoint.success=Pelaajan %s lähtöpisteeksi asetettiin (%d, %d, %d) +commands.gamerule.usage=/gamerule tai /gamerule +commands.gamerule.success=Pelisääntö muutettu +commands.gamerule.norule=Pelisääntöä "%s" ei löytynyt +commands.weather.usage=/weather [kesto sekunneissa] +commands.weather.clear=Vaihdetaan säätilaksi selkeää +commands.weather.rain=Vaihdetaan säätilaksi sadetta +commands.weather.thunder=Vaihdetaan säätilaksi sadetta ja ukkosta +commands.testfor.usage=/testfor +commands.testfor.failed=/testfor komento toimii ainoastaan komentokuutioilla, joissa on analoginen lähtö + +itemGroup.buildingBlocks=Rakennustarvikkeet +itemGroup.decorations=Koristekuutiot +itemGroup.redstone=Punakivi +itemGroup.transportation=Kuljetus +itemGroup.misc=Sekalaiset +itemGroup.search=Etsi esineitä +itemGroup.food=Elintarvikkeet +itemGroup.tools=Työkalut +itemGroup.combat=Taistelu +itemGroup.brewing=Hauduttaminen +itemGroup.materials=Materiaalit +itemGroup.inventory=Tavaraluettelo + +inventory.binSlot=Tuhoa esine + +advMode.setCommand=Aseta kuutiolle konsolikomento +advMode.command=Konsolikomento +advMode.nearestPlayer="@p" asettaa kohteeksi lähimmän pelaajan +advMode.randomPlayer="@r" asettaa kohteeksi satunnaisen pelaajan +advMode.allPlayers="@a" asettaa kohteeksi kaikki pelaajat + +advMode.notEnabled=Komentokuutio ei ole käytössä tällä palvelimella +advMode.notAllowed=Sinun tarvitsee olla operaattori luovassa tilassa + +mco.title=Minecraft Realms +mco.selectServer.select=Liity peliin +mco.selectServer.configure=Asetukset +mco.selectServer.create=Luo Maailma +mco.selectServer.moreinfo=Lisätietoja + +mco.configure.world.edit.title=Muokkaa maailmaa + +mco.configure.world.title=Maailman asetukset +mco.configure.world.name=Nimi +mco.configure.world.description=Kuvaus +mco.configure.world.location=Sijainti +mco.configure.world.invited=Kutsutut pelaajat +mco.configure.world.buttons.edit=Muokkaa +mco.configure.world.buttons.reset=Tyhjennä maailma +mco.configure.world.buttons.done=Valmis +mco.configure.world.buttons.delete=Poista +mco.configure.world.buttons.open=Avaa maailma +mco.configure.world.buttons.close=Sulje maailma +mco.configure.world.buttons.invite=Kutsu +mco.configure.world.buttons.uninvite=Peruuta kutsu +mco.configure.world.buttons.subscription=Subscription +mco.configure.world.invite.profile.name=Nimi +mco.configure.world.uninvite.question=Haluatko varmasti peruuttaa kutsun + +mco.configure.world.subscription.title=Subscription Info +mco.configure.world.subscription.daysleft=Days Left +mco.configure.world.subscription.start=Start Date +mco.configure.world.subscription.extend=Extend + +mco.create.world.location.title=Sijainnit +mco.create.world.location.warning=On mahdollista että sijaintitoive ei toteudu tarkalleen +mco.create.world.wait=Luodaan maailmaa... + +mco.reset.world.title=Tyhjennä maailma +mco.reset.world.warning=Maailmasi poistuu pysyvästi! +mco.reset.world.seed=Lähtöarvo (valinnainen) +mco.reset.world.resetting.screen.title=Tyhjennetään maailmaa... + +mco.configure.world.close.question.line1=Suljettuun maailmaan ei voi yhdistää. +mco.configure.world.close.question.line2=Haluatko varmasti jatkaa? + +mco.connect.connecting=Yhdistetään Minecraft Online -palvelimeen... +mco.connect.authorizing=Kirjaudutaan sisään... +mco.connect.failed=Minecraft Online -palvelimeen yhdistäminen epäonnistui + +mco.create.world=Luo + diff --git a/1.5.2/lang/fr_CA.lang b/1.5.2/lang/fr_CA.lang new file mode 100644 index 00000000..bbcfeb58 --- /dev/null +++ b/1.5.2/lang/fr_CA.lang @@ -0,0 +1,1293 @@ +#X-Generator: crowdin.net + +language.name=Français +language.region=CA +language.code=fr_CA + +gui.done=Accepter +gui.cancel=Annuler +gui.back=Back +gui.toMenu=Menu principal +gui.up=Haut +gui.down=Bas +gui.yes=Oui +gui.no=Non + +menu.singleplayer=Solo +menu.multiplayer=Multijoueurs +menu.online=Minecraft Realms +menu.options=Options... +menu.quit=Quitter +menu.returnToMenu=Sauvegarder et quitter +menu.disconnect=Déconnexion +menu.returnToGame=Retour au jeu +menu.switchingLevel=Change des mondes +menu.generatingLevel=Géneration du monde +menu.loadingLevel=Chargement du monde +menu.generatingTerrain=Construction du terrain +menu.convertingLevel=conversion du monde +menu.simulating=Simulation du monde +menu.respawning=Renaissance +menu.shareToLan=Ouvrir au LAN + +selectWorld.title=Choix du monde +selectWorld.empty=vide +selectWorld.world=Monde +selectWorld.select=Jouer sur ce monde +selectWorld.create=Créer un nouveau monde +selectWorld.recreate=Recréer +selectWorld.createDemo=Jouer sur un monde de démonstration +selectWorld.delete=Supprimer +selectWorld.rename=Renommer +selectWorld.deleteQuestion=Êtes-vous sûr(e) de vouloir supprimer ce monde ? +selectWorld.deleteWarning=sera perdu pour toujours ! (Très longtemps !) +selectWorld.deleteButton=Supprimer +selectWorld.renameButton=Renommer +selectWorld.renameTitle=Renommer ce monde +selectWorld.conversion=Doit être converti ! +selectWorld.newWorld=Nouveau monde +selectWorld.newWorld.copyOf=Copie de %s +selectWorld.enterName=Nom du monde +selectWorld.resultFolder=Sera sauvegardé dans : +selectWorld.enterSeed=Code utilisé pour la génération du monde +selectWorld.seedInfo=Laissez vide pour un code aléatoire +selectWorld.cheats=Triches +selectWorld.customizeType=Personnaliser + +createWorld.customize.presets=Préréglages +createWorld.customize.presets.title=Choisissez un paramètre prédéfini +createWorld.customize.presets.select=Utilisez un paramètre prédéfini +createWorld.customize.presets.share=Vous souhaitez partager votre customisation avec quelqu'un ? Utilisez la boîte ci-dessous ! +createWorld.customize.presets.list=Sinon, en voici que nous avons fait auparavant! +createWorld.customize.flat.title=Personnalisation du Superplat +createWorld.customize.flat.tile=Bloc de la couche +createWorld.customize.flat.height=Hauteur +createWorld.customize.flat.addLayer=Ajouter une couche +createWorld.customize.flat.editLayer=Modifier la couche +createWorld.customize.flat.removeLayer=Supprimer la couche +createWorld.customize.flat.layer.top=Surface - %d +createWorld.customize.flat.layer=%d +createWorld.customize.flat.layer.bottom=Fond - %d + +gameMode.survival=Mode Survie +gameMode.creative=Mode Créatif +gameMode.adventure=Mode aventure +gameMode.hardcore=Mode Hardcore ! +gameMode.changed=Votre mode de jeu a été mis a jour + +selectWorld.gameMode=Mode de jeu : +selectWorld.gameMode.survival=Survie +selectWorld.gameMode.survival.line1=Collectez des ressources, fabriquez des objets, +selectWorld.gameMode.survival.line2=augmentez de niveaux et restez en vie +selectWorld.gameMode.creative=Créatif +selectWorld.gameMode.creative.line1=Ressources illimités, volez librement et +selectWorld.gameMode.creative.line2=destruction instantanée des blocs +selectWorld.gameMode.hardcore=Hardcore +selectWorld.gameMode.hardcore.line1=Identique au mode Survie, verrouillé en difficulté +selectWorld.gameMode.hardcore.line2=maximale et avec une seule vie +selectWorld.gameMode.adventure=Aventure +selectWorld.gameMode.adventure.line1=Pareil comme le mode survie, mais le blocks ne peuvent +selectWorld.gameMode.adventure.line2=être ajoutés ou enlevés +selectWorld.moreWorldOptions=Plus d'options... +selectWorld.mapFeatures=Bâtiment générer : +selectWorld.mapFeatures.info=Villages, donjons, etc. +selectWorld.mapType=Type de monde : +selectWorld.mapType.normal=Normal +selectWorld.allowCommands=Autoriser la triche: +selectWorld.allowCommands.info=Commande comme /modedejeu /xp +selectWorld.hardcoreMode=Hardcore : +selectWorld.hardcoreMode.info=Le monde est supprimé à votre mort +selectWorld.bonusItems=Coffre bonus : + +generator.default=Défaut +generator.flat=Monde plat +generator.largeBiomes=Grand biome + +selectServer.title=Choix du serveur +selectServer.empty=vide +selectServer.select=Connecter au serveur +selectServer.direct=Connexion directe +selectServer.edit=Modifier +selectServer.delete=Supprimer +selectServer.add=Nouveau serveur +selectServer.defaultName=Serveur Minecraft +selectServer.deleteQuestion=Êtes-vous sûr(e) de vouloir supprimer ce serveur ? +selectServer.deleteWarning=sera perdu pour toujours! (Très longtemps!) +selectServer.deleteButton=Supprimer +selectServer.refresh=Rafraîchir +selectServer.hiddenAddress=(Cacher) +addServer.title=Modifier les informations du serveur +addServer.enterName=Nom du serveur +addServer.enterIp=Adresse du serveur +addServer.add=Accepter +addServer.hideAddress=Cacher l'adresse +lanServer.title=Monde en LAN +lanServer.scanning=Scanning for games on your local network +lanServer.start=Démarrer un monde en LAN +lanServer.otherPlayers=Options pour les autres joueurs +mcoServer.title=Monde en ligne de Minecraft + +multiplayer.title=Jouer en ligne +multiplayer.connect=Connexion +multiplayer.info1=Le mode multijoueur n'est pas terminé, mais il y a +multiplayer.info2=il y a des premiers tests sont en train d'être effectués. +multiplayer.ipinfo=Entrez l'adresse IP d'un serveur pour vous connecter : + +multiplayer.texturePrompt.line1=Ce serveur recommande l'utilisation d'un pack de texture personnalisée. +multiplayer.texturePrompt.line2=Voulez-vous télécharger et l'installer automatiquement? + +multiplayer.downloadingTerrain=Chargement du monde + +multiplayer.stopSleeping=Sortir du lit + +chat.link.confirm=Êtes-vous sûr de vouloir ouvrir ce site web ? +chat.link.warning=N'ouvrez jamais de liens venant de personne en qui vous n'avez pas confiance ! +chat.copy=Copier dans le presse-papier + +menu.playdemo=Jouer sur le monde de démo +menu.resetdemo=Recommencer le démo +demo.day.1=Cette démo durera 5 jours de jeu, profitez-en ! +demo.day.2=Deuxième journée +demo.day.3=Troisième journée +demo.day.4=Quatrième journée +demo.day.5=Ceci est votre dernière journée ! +demo.day.warning=La démo est presque terminée ! +demo.day.6=Les 5 jours de la démo sont écoulés, appuyez sur F2 pour faire une photo de votre création +demo.reminder=La démo est terminée, achetez le jeu pour continuer votre partie ou créez un nouveau monde ! +demo.remainingTime=Temps restant : %s +demo.demoExpired=Démo terminé ! +demo.help.movement=Utilisez %1$s, %2$s, %3$s, %4$s et la souris pour vous déplacer +demo.help.movementShort=Bouger en appuyant sur %1$s, %2$s, %3$s, %4$s +demo.help.movementMouse=Regarder autour de vous en utilisant la souris +demo.help.jump=Sautez en appuyant sur %1$s +demo.help.inventory=Utilisez %1$s pour accéder à votre inventaire +demo.help.title=Démo de Minecraft +demo.help.fullWrapped=Cette démo durera 5 jours dans le jeu (environ 1h40 en temps réel). Regardez vos succès pour vous aider ! Bon jeu ! +demo.help.buy=Acheter maintenant ! +demo.help.later=Continuer à jouer ! + +connect.connecting=Connexion au serveur en cours... +connect.authorizing=Authentification en cours... +connect.failed=Échec de connexion au serveur + +disconnect.genericReason=%s +disconnect.disconnected=Déconnecté par le serveur +disconnect.lost=Connexion perdue +disconnect.kicked=Expulsé du serveur +disconnect.timeout=Délai expiré +disconnect.closed=Connexion fermée +disconnect.loginFailed=Échec de l'identification +disconnect.loginFailedInfo=Échec de l'authentification : %s +disconnect.quitting=Fermeture en cours +disconnect.endOfStream=Fin du transfert +disconnect.overflow=Mémoire tampon saturée +disconnect.spam=Éjecté(e) pour spam + +options.off=Non +options.on=Oui +options.visible=Montrer +options.hidden=Caché +options.title=Options +options.controls=Contrôles... +options.video=Paramètres graphiques... +options.language=Langue... +options.languageWarning=Les traductions peuvent ne pas être précises à 100%. +options.videoTitle=Paramètres graphiques +options.music=Musique +options.sound=Effets sonores +options.invertMouse=Inverser la souris +options.fov=Champ de vision +options.fov.min=Normal +options.fov.max=Max +options.gamma=Luminosité +options.gamma.min=Min +options.gamma.max=Max +options.sensitivity=Sensibilité +options.sensitivity.min=Zzzzzz... +options.sensitivity.max=HYPERSPEED!!! +options.renderDistance=Distance de rendu +options.renderDistance.tiny=Mini +options.renderDistance.short=Courte +options.renderDistance.normal=Normale +options.renderDistance.far=Loin +options.viewBobbing=Mouvements de tête +options.ao=Éclairage adouci +options.ao.off=Off +options.ao.min=Minimum +options.ao.max=Maximum +options.anaglyph=Stéréoscopie +options.framerateLimit=Performances +options.difficulty=Difficulté +options.difficulty.peaceful=Paisible +options.difficulty.easy=Facile +options.difficulty.normal=Normale +options.difficulty.hard=Difficile +options.difficulty.hardcore=Hardcore +options.graphics=Graphiques +options.graphics.fancy=Détaillés +options.graphics.fast=Rapides +options.guiScale=Taille d'Interface +options.guiScale.auto=Automatique +options.guiScale.small=Petite +options.guiScale.normal=Normale +options.guiScale.large=Grande +options.advancedOpengl=OpenGL avancé +options.renderClouds=Nuages +options.farWarning1=Une version 64-bit de Java est recommandée +options.farWarning2=pour une distance de rendu élevée (vous êtes en 32-bit) +options.particles=Particules +options.particles.all=Toutes +options.particles.decreased=Réduites +options.particles.minimal=Minimales +options.multiplayer.title=Option multijoueur... +options.chat.title=Paramètres du chat... +options.chat.visibility=Discussion +options.chat.visibility.full=Montrer +options.chat.visibility.system=Seulement les commandes +options.chat.visibility.hidden=Cacher +options.chat.color=Couleurs +options.chat.opacity=Opacité +options.chat.links=Liens internets +options.chat.links.prompt=Demander sur les liens +options.chat.scale=Balance +options.chat.width=Largeur +options.chat.height.focused=L'hauteur centrée +options.chat.height.unfocused=L'hauteur flou +options.showCape=Voir cape +options.serverTextures=Textures du serveur +options.snooper=Autoriser le Snooper +options.snooper.view=Paramètres du Snooper... +options.snooper.title=Spécifications Informations machine +options.snooper.desc=Nous voulons recueillir des informations sur votre ordinateur pour aider à améliorer Minecraft en sachant ce que nous pouvons soutenir et où les plus grands problèmes. Toutes ces informations sont totalement anonymes et visible ci-dessous. Nous promettons que nous ne ferons rien de mal avec ces données, mais si vous voulez retirer alors n'hésitez pas à le désactiver! +options.texture.pack=Packs de textures +options.fullscreen=Plein écran +options.vsync=Utiliser la synchronisation verticale +options.touchscreen=Mode tactile + +performance.max=FPS max +performance.balanced=Équilibrées +performance.powersaver=Économiques + +controls.title=Contrôles + +key.forward=Avant +key.left=Gauche +key.back=Arrière +key.right=Droite +key.jump=Sauter +key.inventory=Inventaire +key.drop=Jeter +key.chat=Chat +key.fog=Brouillard +key.sneak=Avancer prudemment +key.playerlist=Liste des joueurs +key.attack=Attaquer +key.use=Utiliser un objet +key.pickItem=Choisir le bloc +key.mouseButton=Souris %1$s +key.command=Commande + +texturePack.openFolder=Ouvrir le dossier des textures +texturePack.title=Choisir le pack de textures +texturePack.folderInfo=(Placer les fichiers de textures ici) +texturePack.incompatible=Pas compatible + +book.pageIndicator=Page %1$s à %2$s +book.byAuthor=par %1$s +book.signButton=Panneau +book.editTitle=Entrer le titre du livre: +book.finalizeButton=Signer et fermer +book.finalizeWarning=Attention! Quand vous signerez le livre, vous ne pourrez plus l'éditer. + +tile.stone.name=Roche + +tile.grass.name=Gazon +tile.dirt.name=Terre +tile.stonebrick.name=Pierres +tile.wood.name=Planches de bois +tile.wood.oak.name=Planche de chêne +tile.wood.spruce.name=Planche de pin +tile.wood.birch.name=Planche de bouleau +tile.wood.jungle.name=Planche d'acajou +tile.sapling.oak.name=Pousse de chêne +tile.sapling.spruce.name=Pousse de pin +tile.sapling.birch.name=Pousse de bouleau +tile.sapling.jungle.name=Pousse d'acajou +tile.deadbush.name=Buisson mort +tile.bedrock.name=Bedrock +tile.water.name=Eau +tile.lava.name=Lave +tile.sand.name=Sable +tile.sandStone.name=Roche de sable +tile.sandStone.default.name=Pierre de sable +tile.sandStone.chiseled.name=Roche de sable ciselée +tile.sandStone.smooth.name=Pierre de sable lisse +tile.gravel.name=Gravier +tile.oreGold.name=Minerai d'or +tile.oreIron.name=Minerai de fer +tile.oreCoal.name=Minerai de charbon +tile.log.name=Bûche +tile.log.oak.name=Bois de chêne +tile.log.spruce.name=Bois de pin +tile.log.birch.name=Bois de bouleau +tile.log.jungle.name=Bois d'acajou +tile.leaves.name=Feuilles +tile.leaves.oak.name=Feuille de chêne +tile.leaves.spruce.name=Feuille de pin +tile.leaves.birch.name=Feuille de bouleau +tile.leaves.jungle.name=Feuille d'acajou +tile.tallgrass.name=Herbes hautes +tile.tallgrass.shrub.name=Buisson +tile.tallgrass.grass.name=Gazon +tile.tallgrass.fern.name=Fougère +tile.sponge.name=Éponge +tile.glass.name=Verre +tile.thinGlass.name=Vitre +tile.cloth.name=Laine +tile.flower.name=Pissenlit +tile.rose.name=Coquelicot +tile.mushroom.name=Champignon +tile.blockGold.name=Bloc d'or +tile.blockIron.name=Bloc de fer +tile.stoneSlab.stone.name=Demi-Dalle +tile.stoneSlab.sand.name=Dalle de roche de sable +tile.stoneSlab.wood.name=Dalle de bois +tile.stoneSlab.cobble.name=Dalle de pierres +tile.stoneSlab.brick.name=Dalle de briques +tile.stoneSlab.smoothStoneBrick.name=Dalle de pierres taillées +tile.stoneSlab.netherBrick.name=Demi-dalle de roche rouge +tile.stoneSlab.quartz.name=Dalle de Quartz +tile.woodSlab.oak.name=Dalle en bois de chêne +tile.woodSlab.spruce.name=Dalle en bois de pin +tile.woodSlab.birch.name=Dalle en bois de bouleau +tile.woodSlab.jungle.name=Dalle en bois d'acajou +tile.brick.name=Briques +tile.tnt.name=TNT +tile.bookshelf.name=Bibliothèque +tile.stoneMoss.name=Pierre moussue +tile.obsidian.name=Obsidienne +tile.torch.name=Torche +tile.fire.name=Feu +tile.mobSpawner.name=Générateur de monstres +tile.stairsWood.name=Marches en bois de chêne +tile.stairsWoodSpruce.name=Escaliers en bois de pin +tile.stairsWoodBirch.name=Escaliers en bois de bouleau +tile.stairsWoodJungle.name=Escaliers en bois d'acajou +tile.chest.name=Coffre +tile.chestTrap.name=Coffre piegé +tile.redstoneDust.name=Poudre de redstone +tile.oreDiamond.name=Minerai de diamant +tile.blockDiamond.name=Bloc de diamant +tile.workbench.name=Table de travail +tile.crops.name=Terre labourée +tile.farmland.name=Terre fertile +tile.furnace.name=Four +tile.sign.name=Pancarte +tile.doorWood.name=Porte en bois +tile.ladder.name=Échelle +tile.rail.name=Rails +tile.goldenRail.name=Rails d'accélération +tile.activatorRail.name=Activateur ferroviaire +tile.detectorRail.name=Rail de détection +tile.stairsStone.name=Escaliers en pierres +tile.stairsSandStone.name=Escaliers en roche de sable +tile.lever.name=Levier +tile.pressurePlate.name=Détecteur de poid +tile.weightedPlate_light.name=Détecteur de poids (leger) +tile.weightedPlate_heavy.name=Détecteur de poids (lourd) +tile.doorIron.name=Porte en fer +tile.oreRedstone.name=Minerai de redstone +tile.notGate.name=Torche de redstone +tile.button.name=Bouton +tile.snow.name=Neige +tile.ice.name=Glace +tile.cactus.name=Cactus +tile.clay.name=Argile +tile.reeds.name=Canne à sucre +tile.jukebox.name=Jukebox +tile.fence.name=Clôture +tile.fenceGate.name=Portail +tile.pumpkin.name=Citrouille +tile.litpumpkin.name=Citrouille d'Halloween +tile.hellrock.name=Roche rouge +tile.hellsand.name=Sable des damnées +tile.lightgem.name=Pierre lumineuse +tile.portal.name=Portail +tile.cloth.black.name=Laine noire +tile.cloth.red.name=Laine rouge +tile.cloth.green.name=Laine verte +tile.cloth.brown.name=Laine brune +tile.cloth.blue.name=Laine bleue +tile.cloth.purple.name=Laine mauve +tile.cloth.cyan.name=Laine cyan +tile.cloth.silver.name=Laine gris pâle +tile.cloth.gray.name=Laine grise +tile.cloth.pink.name=Laine rose +tile.cloth.lime.name=Laine lime +tile.cloth.yellow.name=Laine jaune +tile.cloth.lightBlue.name=Laine bleu pâle +tile.cloth.magenta.name=Laine magenta +tile.cloth.orange.name=Laine orange +tile.cloth.white.name=Laine blanche +tile.oreLapis.name=Minerai de lapis +tile.blockLapis.name=Bloc de lapis +tile.dispenser.name=Distributeur +tile.dropper.name=Droppeur +tile.musicBlock.name=Bloc de musique +tile.cake.name=Gâteau +tile.bed.name=Lit +tile.bed.occupied=Ce lit est occupé. +tile.bed.noSleep=Vous ne pouvez dormir que durant la nuit. +tile.bed.notSafe=Vous ne pouvez pas dormir, il y a des monstres à proximité. +tile.bed.notValid=Votre lit est manquant ou bloqué. +tile.lockedchest.name=Coffre verrouillé +tile.trapdoor.name=Trappe +tile.web.name=Toile d'araignée +tile.stonebricksmooth.name=Pierres taillées +tile.stonebricksmooth.default.name=Brique de pierre +tile.stonebricksmooth.mossy.name=Brique de pierre moisie +tile.stonebricksmooth.cracked.name=Brique de pierre craqueler +tile.stonebricksmooth.chiseled.name=Briques de pierre ciselées +tile.monsterStoneEgg.stone.name=Œuf de monstre de la pierre +tile.monsterStoneEgg.cobble.name=Œuf de monstre de la roche +tile.monsterStoneEgg.brick.name=Œuf de montre de la brique de pierre +tile.pistonBase.name=Piston +tile.pistonStickyBase.name=Piston collant +tile.fenceIron.name=Barreaux de fer +tile.melon.name=Melon d'eau +tile.stairsBrick.name=Escaliers en briques +tile.stairsStoneBrickSmooth.name=Escaliers en pierres taillées +tile.vine.name=Lianes +tile.netherBrick.name=Brique de roche rouge +tile.netherFence.name=Clôture de roche rouge +tile.stairsNetherBrick.name=Escalier de roche rouge +tile.netherStalk.name=Verrue du Nether +tile.cauldron.name=Chaudron +tile.enchantmentTable.name=Table d'enchantement +tile.anvil.name=Enclume +tile.anvil.intact.name=Enclume +tile.anvil.slightlyDamaged.name=Enclume légèrement endommagé +tile.anvil.veryDamaged.name=Enclume très endommagé +tile.whiteStone.name=Pierre des Limbes +tile.endPortalFrame.name=Portail des Limbes +tile.mycel.name=Mycélium +tile.waterlily.name=Nénuphar +tile.dragonEgg.name=Œuf de Dragon +tile.redstoneLight.name=Lampe de Redstone +tile.cocoa.name=Cacao +tile.enderChest.name=Coffre des Limbes +tile.oreRuby.name=Minerai de rubis +tile.oreEmerald.name=Minerai d'émeraude +tile.blockEmerald.name=Bloc d'émeraude +tile.blockRedstone.name=Block de redstone +tile.tripWire.name=Tripwire +tile.tripWireSource.name=Crochet pour fil de détente +tile.commandBlock.name=Bloc de commande +tile.beacon.name=Balise +tile.beacon.primary=Pouvoir primaire +tile.beacon.secondary=Pouvoir secondaire +tile.cobbleWall.normal.name=Mur de pierres +tile.cobbleWall.mossy.name=Muret de pierres moisies +tile.carrots.name=Carottes +tile.potatoes.name=Patates +tile.daylightDetector.name=Panneau solaire +tile.netherquartz.name=Minerai de Quartz +tile.hopper.name=Entonoir +tile.quartzBlock.default.name=Bloc de Quartz +tile.quartzBlock.chiseled.name=Bloc de Quartz Ciselées +tile.quartzBlock.lines.name=Pillier de block de quartz +tile.stairsQuartz.name=Escalier en quartz + +item.shovelIron.name=Pelle en fer +item.pickaxeIron.name=Pioche en fer +item.hatchetIron.name=Hache en fer +item.flintAndSteel.name=Briquet +item.apple.name=Pomme +item.cookie.name=Biscuit +item.bow.name=Arc +item.arrow.name=Flèche +item.coal.name=Charbon +item.charcoal.name=Charbon de bois +item.diamond.name=Diamant +item.emerald.name=Émeraude +item.ingotIron.name=Lingot de fer +item.ingotGold.name=Lingot d'or +item.swordIron.name=Épée en fer +item.swordWood.name=Épée en bois +item.shovelWood.name=Pelle en bois +item.pickaxeWood.name=Pioche en bois +item.hatchetWood.name=Hache en bois +item.swordStone.name=Épée en pierre +item.shovelStone.name=Pelle en pierre +item.pickaxeStone.name=Pioche en pierre +item.hatchetStone.name=Hache en pierre +item.swordDiamond.name=Épée en diamant +item.shovelDiamond.name=Pelle en diamant +item.pickaxeDiamond.name=Pioche en diamant +item.hatchetDiamond.name=Hache en diamant +item.stick.name=Bâton +item.bowl.name=Bol +item.mushroomStew.name=Crème de champignons +item.swordGold.name=Épée en or +item.shovelGold.name=Pelle en or +item.pickaxeGold.name=Pioche en or +item.hatchetGold.name=Hache en or +item.string.name=Fil +item.feather.name=Plume +item.sulphur.name=Poudre à canon +item.hoeWood.name=Faux en bois +item.hoeStone.name=Faux en pierre +item.hoeIron.name=Faux en fer +item.hoeDiamond.name=Faux en diamant +item.hoeGold.name=Faux en or +item.seeds.name=Graines de blé +item.seeds_pumpkin.name=Graines de citrouille +item.seeds_melon.name=Graines de melon d'eau +item.melon.name=Tranche de melon d'eau +item.wheat.name=Blé +item.bread.name=Pain +item.helmetCloth.name=Casque en cuir +item.chestplateCloth.name=Plastron en cuir +item.leggingsCloth.name=Jambières en cuir +item.bootsCloth.name=Bottes en cuir +item.helmetChain.name=Casque de mailles +item.chestplateChain.name=Cotte de mailles +item.leggingsChain.name=Jambières de mailles +item.bootsChain.name=Bottes de mailles +item.helmetIron.name=Casque en fer +item.chestplateIron.name=Plastron en fer +item.leggingsIron.name=Jambières en fer +item.bootsIron.name=Bottes en fer +item.helmetDiamond.name=Casque en diamant +item.chestplateDiamond.name=Plastron en diamant +item.leggingsDiamond.name=Jambières en diamant +item.bootsDiamond.name=Bottes en diamant +item.helmetGold.name=Casque en or +item.chestplateGold.name=Plastron en or +item.leggingsGold.name=Jambières en or +item.bootsGold.name=Bottes en Or +item.flint.name=Silex +item.porkchopRaw.name=Côtelette de porc crue +item.porkchopCooked.name=Bacon cuit +item.chickenRaw.name=Poulet cru +item.chickenCooked.name=Poulet grillé +item.beefRaw.name=Steak cru +item.beefCooked.name=Steak cuit +item.painting.name=Tableau +item.frame.name=Cadre d'objet +item.appleGold.name=Pomme dorée +item.sign.name=Pancarte +item.doorWood.name=Porte en bois +item.bucket.name=Seau +item.bucketWater.name=Seau d'eau +item.bucketLava.name=Seau de lave +item.minecart.name=Wagon +item.saddle.name=Selle +item.doorIron.name=Porte en fer +item.redstone.name=Redstone +item.snowball.name=Boule de neige +item.boat.name=Bâteau +item.leather.name=Cuir +item.milk.name=Seau de lait +item.brick.name=Brique +item.clay.name=Argile +item.reeds.name=Canne à sucre +item.paper.name=Papier +item.book.name=Livre +item.slimeball.name=Boule gluante +item.minecartChest.name=Wagon de stockage +item.minecartFurnace.name=Locomotive +item.minecartTnt.name=Wagon avec TNT +item.minecartHopper.name=Wagon avec entonnoir +item.egg.name=Oeuf +item.compass.name=Boussole +item.fishingRod.name=Canne à pêche +item.clock.name=Horloge +item.yellowDust.name=Poudre lumineuse +item.fishRaw.name=Poisson cru +item.fishCooked.name=Poisson grillé +item.record.name=Disque de musique +item.bone.name=Os +item.dyePowder.black.name=Sac d'encre +item.dyePowder.red.name=Pétales de rose +item.dyePowder.green.name=Purée de cactus +item.dyePowder.brown.name=Fèves de cacao +item.dyePowder.blue.name=Lapis Lazuli +item.dyePowder.purple.name=Teinture mauve +item.dyePowder.cyan.name=Teinture cyan +item.dyePowder.silver.name=Teinture gris pâle +item.dyePowder.gray.name=Teinture grise +item.dyePowder.pink.name=Teinture rose +item.dyePowder.lime.name=Teinture lime +item.dyePowder.yellow.name=Pétales de pissenlit +item.dyePowder.lightBlue.name=Teinture bleu pâle +item.dyePowder.magenta.name=Teinture magenta +item.dyePowder.orange.name=Teinture orange +item.dyePowder.white.name=Poudre d'os +item.sugar.name=Sucre +item.cake.name=Gâteau +item.bed.name=Lit +item.diode.name=Répéteur de redstone +item.comparator.name=Comparateur de redstone +item.map.name=Carte +item.leaves.name=Feuilles +item.shears.name=Cisailles +item.rottenFlesh.name=Chair putréfiée +item.enderPearl.name=Perle des Limbes +item.blazeRod.name=Sceptre de Blaze +item.ghastTear.name=Larme de Ghast +item.netherStalkSeeds.name=Verrue du Nether +item.potion.name=Potion +item.emptyPotion.name=Fiole d'eau +item.goldNugget.name=Pépite d'or +item.glassBottle.name=Fiole +item.spiderEye.name=Oeil d'araignée +item.fermentedSpiderEye.name=Oeil d'araignée fermenté +item.blazePowder.name=Poudre de Blaze +item.magmaCream.name=Crème de Magma +item.cauldron.name=Chaudron +item.brewingStand.name=Table d'alchimie +item.eyeOfEnder.name=Œil des Limbes +item.speckledMelon.name=Melon d'eau scintillant +item.monsterPlacer.name=Oeuf de/d' +item.expBottle.name=Magie en bouteille +item.fireball.name=Boule de feu +item.writingBook.name=Livre et plume +item.writtenBook.name=Livre écrit +item.ruby.name=Rubis +item.flowerPot.name=Pot de fleur +item.emptyMap.name=Carte vierge +item.carrots.name=Carotte +item.carrotGolden.name=Carotte d'or +item.potato.name=Patate +item.potatoBaked.name=Patate cuite +item.potatoPoisonous.name=Patate empoisonner +item.skull.skeleton.name=Crâne de squelette +item.skull.wither.name=Crâne de squelette dessécher +item.skull.zombie.name=Tête de zombie +item.skull.char.name=Tête +item.skull.player.name=Tête de %s +item.skull.creeper.name=Tête de Creeper +item.carrotOnAStick.name=Carotte sur un bâton +item.netherStar.name=Étoile du Nether +item.pumpkinPie.name=Tarte à la citrouille +item.enchantedBook.name=Livre enchanté +item.fireworks.name=Feu d'artifice +item.fireworks.flight=Durée d'envol: +item.fireworksCharge.name=étoile de feu d'artifice +item.fireworksCharge.black=Noir +item.fireworksCharge.red=Rouge +item.fireworksCharge.green=Vert +item.fireworksCharge.brown=Brun +item.fireworksCharge.blue=Bleu +item.fireworksCharge.purple=mauve +item.fireworksCharge.cyan=Cyan +item.fireworksCharge.silver=Gris clair +item.fireworksCharge.gray=Gris +item.fireworksCharge.pink=Rose +item.fireworksCharge.lime=Lime +item.fireworksCharge.yellow=Jaune +item.fireworksCharge.lightBlue=Bleu clair +item.fireworksCharge.magenta=Magenta +item.fireworksCharge.orange=Orange +item.fireworksCharge.white=Blanc +item.fireworksCharge.customColor=Personalisé +item.fireworksCharge.fadeTo=Fondre dans +item.fireworksCharge.flicker=étincelle +item.fireworksCharge.trail=Sentier +item.fireworksCharge.type.0=Petite boule +item.fireworksCharge.type.1=Grosse boule +item.fireworksCharge.type.2=En forme d'étoile +item.fireworksCharge.type.3=En forme de Creeper +item.fireworksCharge.type.4=éclater +item.fireworksCharge.type=Forme inconnue +item.netherbrick.name=Pierre du nether +item.netherquartz.name=Quartz + +container.inventory=Inventaire +container.hopper=Entonoir a objets +container.crafting=Crafting +container.dispenser=Distributeur +container.dropper=Dropper +container.furnace=Four +container.enchant=Table d'enchantement +container.repair=Repaire et nommer +container.repair.cost=Coût de l'enchantment: %1$d +container.repair.expensive=Trop coûteux! +container.creative=Sélection des articles +container.brewing=Distilleuse +container.chest=Coffre +container.chestDouble=Grand coffre +container.minecart=Wagon +container.enderchest=Coffre des Limbes + +item.dyed=Coloré + +entity.Item.name=Objet +entity.XPOrb.name=Orbe d'expérience +entity.SmallFireball.name=Petit feu +entity.Fireball.name=Boule de feu + +entity.Arrow.name=Flèche +entity.Snowball.name=Boule de neige +entity.Painting.name=Peinture + +entity.Mob.name=Créature +entity.Monster.name=Monstre + +entity.Creeper.name=Creeper +entity.Skeleton.name=Squelette +entity.Spider.name=Araignée +entity.Giant.name=Géant +entity.Zombie.name=Zombie +entity.Slime.name=Slime +entity.Ghast.name=Ghast +entity.PigZombie.name=Cochon zombie +entity.Enderman.name=Enderman +entity.Silverfish.name=Poisson d'argent +entity.CaveSpider.name=Araignée des cavernes +entity.Blaze.name=Élémentaire de feu +entity.LavaSlime.name=Cube de Magma +entity.MushroomCow.name=Mooshroom +entity.Villager.name=Villageois +entity.VillagerGolem.name=Golem de fer +entity.SnowMan.name=Bonhomme de neige +entity.EnderDragon.name=Dragon des Limbes +entity.WitherBoss.name=Le dessécher +entity.Witch.name=Sorcière + +entity.Pig.name=Cochon +entity.Sheep.name=Mouton +entity.Cow.name=Vache +entity.Chicken.name=Poulet +entity.Squid.name=Pieuvre +entity.Wolf.name=Loup +entity.Ozelot.name=Ocelot +entity.Cat.name=Chat +entity.Bat.name=Chauve-souris + +entity.PrimedTnt.name=Bloc de TNT +entity.FallingSand.name=Bloc qui tombe + +entity.Minecart.name=Wagon +entity.Boat.name=Bateau + +entity.generic.name=Inconnu + +death.fell.accident.ladder=%1$s tombé d'une échelle +death.fell.accident.vines=%1$s est tombé de quelques lianes +death.fell.accident.water=%1$s est tombé hors de l'eau +death.fell.accident.generic=%1$s est tombé d'un endroit élevé +death.fell.killer=%1$s a été condamné à tomber +death.fell.assist=%1$s a été condamné à tomber par %2$s +death.fell.assist.item=%1$s a été condamné à tomber par %2$s avec %3$s +death.fell.finish=%1$s a été projeté trop loin et a été achevé par %2$s +death.fell.finish.item=%1$s a été projeté trop loin et a été achevé par %2$s avec %3$s + +death.attack.inFire=%1$s est parti en fumée +death.attack.inFire.player=%1$s est entré dans le feu en combattant %2$s +death.attack.onFire=%1$s a brûlé vif +death.attack.onFire.player=%1$s a été brulé vif tout en combattant contre %2$s +death.attack.lava=%1$s a essayé de nager dans la lave +death.attack.lava.player=%1$s a essayé de nager dans la lave pour échapper a %2$s +death.attack.inWall=%1$s a asphyxiés dans un mur +death.attack.drown=%1$s s'est noyé +death.attack.drown.player=%1$s s'est noyé en tentant de s'échapper de %2$s +death.attack.starve=%1$s est mort de faim +death.attack.cactus=%1$s a été piqué à mort +death.attack.cactus.player=%1$s a marché sur un cactus pendant qu'il assaillait de s'échapper de %2$s +death.attack.generic=%1$s est mort +death.attack.explosion=%1$s a explosé +death.attack.explosion.player=%1$s a été explosé par %2$s +death.attack.magic=%1$s a été tué par la magie +death.attack.wither=%1$s est mort de sécheresse +death.attack.anvil=%1$s a été écrasé par la chute d'une enclume +death.attack.fallingBlock=%1$s a été écrasé par la chute d'un bloc +death.attack.mob=%1$s a été tué par %2$s +death.attack.player=%1$s a été tué par %2$s +death.attack.player.item=%1$s a été tué par %2$s avec %3$s +death.attack.arrow=%1$s a été tué par le tir de %2$s +death.attack.arrow.item=%1$s a été tué par le tir de %2$s avec %3$s +death.attack.fireball=%1$s a été tué par la boule de feu de %2$s +death.attack.fireball.item=%1$s a été tué par la boule de feu de %2$s avec %3$s +death.attack.thrown=%1$s a été matraqué par %2$s +death.attack.thrown.item=%1$s a été matraqué par %2$s avec %3$s +death.attack.indirectMagic=%1$s a été tué par %2$s qui utilisait de la magie +death.attack.indirectMagic.item=%1$s a été tué par %2$s avec %3$s +death.attack.thorns=%1$s a été tué en assaillante faire du mal a %2$s +death.attack.fall=%1$s a rencontré le sol de trop près +death.attack.outOfWorld=%1$s est tombé hors du monde + +deathScreen.respawn=Renaître +deathScreen.deleteWorld=Supprimer ce monde +deathScreen.titleScreen=Menu principal +deathScreen.score=Points +deathScreen.title.hardcore=Game over ! +deathScreen.hardcoreInfo=Vous ne pouvez pas renaitre en mode Hardcore ! +deathScreen.title=Vous êtes mort(e) ! +deathScreen.leaveServer=Quitter le serveur + +potion.empty=Aucun effet +potion.moveSpeed=Vitesse +potion.moveSlowdown=Lenteur +potion.digSpeed=Diligence +potion.digSlowDown=Épuisement +potion.damageBoost=Force +potion.weakness=Faiblesse +potion.heal=Vie instantané +potion.harm=Dommages instantanés +potion.jump=Sauts améliorés +potion.confusion=Nausée +potion.regeneration=Regénération +potion.resistance=Résistance +potion.fireResistance=Résistance au feu +potion.waterBreathing=Respiration sous-marine +potion.invisibility=Invisibilité +potion.blindness=Aveuglement +potion.nightVision=Vision nocturne +potion.hunger=Appétit +potion.poison=Poison +potion.wither=Le dessécher + +potion.moveSpeed.postfix=Potion de vitesse +potion.moveSlowdown.postfix=Potion de lenteur +potion.digSpeed.postfix=Potion d'efficacité +potion.digSlowDown.postfix=Potion de fatigue +potion.damageBoost.postfix=Potion de force +potion.weakness.postfix=Potion de faiblesse +potion.heal.postfix=Potion de guérison +potion.harm.postfix=Potion de douleur +potion.jump.postfix=Potion de saut +potion.confusion.postfix=Potion de nausée +potion.regeneration.postfix=Potion de régénération +potion.resistance.postfix=Potion de résistance +potion.fireResistance.postfix=Potion de résistance au feu +potion.waterBreathing.postfix=Potion de plongée +potion.invisibility.postfix=Potion d'invisibilité +potion.blindness.postfix=Potion d'aveuglement +potion.nightVision.postfix=Potion de vision nocturne +potion.hunger.postfix=Potion de faim +potion.poison.postfix=Potion de poison +potion.wither.postfix=Potion de pourriture + +potion.potency.0= +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV + +potion.prefix.grenade=Splash +potion.prefix.mundane=Banale +potion.prefix.uninteresting=Ennuyante +potion.prefix.bland=Fade +potion.prefix.clear=Claire +potion.prefix.milky=Laiteuse +potion.prefix.diffuse=Diffuse +potion.prefix.artless=Simple +potion.prefix.thin=Fluide +potion.prefix.awkward=Étrange +potion.prefix.flat=Plate +potion.prefix.bulky=Grosse +potion.prefix.bungling=Ratée +potion.prefix.buttered=Beurrée +potion.prefix.smooth=Douce +potion.prefix.suave=Onctueuse +potion.prefix.debonair=Subtile +potion.prefix.thick=Épaisse +potion.prefix.elegant=Élégante +potion.prefix.fancy=Sophistiquée +potion.prefix.charming=Charmante +potion.prefix.dashing=Superbe +potion.prefix.refined=Raffinée +potion.prefix.cordial=Chaleureuse +potion.prefix.sparkling=Étincelante +potion.prefix.potent=Forte +potion.prefix.foul=Infecte +potion.prefix.odorless=Inodore +potion.prefix.rank=Fétide +potion.prefix.harsh=Rude +potion.prefix.acrid=Âcre +potion.prefix.gross=Affreuse +potion.prefix.stinky=Puante + +enchantment.damage.all=Tranchante +enchantment.damage.undead=Châtiment +enchantment.damage.arthropods=Fléau des Arthropodes +enchantment.knockback=Recul +enchantment.fire=Effet incendiaire +enchantment.protect.all=Protection +enchantment.protect.fire=Protection contre le feu +enchantment.protect.fall=Chute amortie +enchantment.protect.explosion=Protection contre les explosions +enchantment.protect.projectile=Protection contre les projectiles +enchantment.oxygen=Plongée +enchantment.waterWorker=Affinité aquatique +enchantment.digging=Efficacité +enchantment.untouching=Toucher de soie +enchantment.durability=Incassable +enchantment.lootBonus=Richesse +enchantment.lootBonusDigger=Chance +enchantment.arrowDamage=Puissance +enchantment.arrowFire=Feu +enchantment.arrowKnockback=Recul +enchantment.arrowInfinite=Infinie +enchantment.thorns=Thorns + +enchantment.level.1=I +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.level.10=X + +gui.achievements=Succès +gui.stats=Statistiques + +stat.generalButton=Générales +stat.blocksButton=Blocs +stat.itemsButton=Objets + +stat.used=Nombre d'utilisations +stat.mined=Quantité minée +stat.depleted=Quantité consommée +stat.crafted=Quantité fabriquée + +stat.startGame=Parties jouées +stat.createWorld=Mondes joués +stat.loadWorld=Sauvegardes chargées +stat.joinMultiplayer=Serveurs rejoints +stat.leaveGame=Parties quittées + +stat.playOneMinute=Minutes jouées + +stat.walkOneCm=Distance parcourue +stat.fallOneCm=Distance tombée +stat.swimOneCm=Distance nagée +stat.flyOneCm=Distance volée +stat.climbOneCm=Distance grimpée +stat.diveOneCm=Distance plongée +stat.minecartOneCm=Distance en wagon +stat.boatOneCm=Distance en bateau +stat.pigOneCm=Distance à dos de cochon +stat.jump=Nombre de sauts +stat.drop=Objets jetés + +stat.damageDealt=Dégâts infligés +stat.damageTaken=Dégâts reçus +stat.deaths=Nombre de morts +stat.mobKills=Créatures tuées +stat.playerKills=Joueurs tués +stat.fishCaught=Poissons pêchés + +stat.mineBlock=%1$s minés +stat.craftItem=%1$s fabriqués +stat.useItem=%1$s utilisés +stat.breakItem=%1$s consommés + +achievement.get=Succès obtenu ! + +achievement.taken=Complété ! + +achievement.requires=Requiert '%1$s' +achievement.openInventory=J'ai réussi à ouvrir mon sac ! +achievement.openInventory.desc=Appuyez sur "%1$s" pour ouvrir l'inventaire. +achievement.mineWood=Coupons du bois! +achievement.mineWood.desc=Frappez un arbre pour obtenir une bûche. +achievement.buildWorkBench=Au travail ! +achievement.buildWorkBench.desc=Créez une table de travail avec quatre planches de bois. +achievement.buildPickaxe=Allons à la mine ! +achievement.buildPickaxe.desc=Utilisez des planches et des bâtons pour créer une pioche. +achievement.buildFurnace=Au feu ! +achievement.buildFurnace.desc=Fabriquez un four à partir de huit blocs de pierres. +achievement.acquireIron=Faire du fer +achievement.acquireIron.desc=Fondre du fer en lingot. +achievement.buildHoe=Savez-vous planter des choux ? +achievement.buildHoe.desc=Utilisez des planches de bois et des bâtons pour créer une faux. +achievement.makeBread=Quand c'est frais... +achievement.makeBread.desc=Faire du pain avec du blé. +achievement.bakeCake=La cerise sur le gâteau +achievement.bakeCake.desc=Du blé, du sucre, du lait et des œufs ! +achievement.buildBetterPickaxe=Gravir les échelons ! +achievement.buildBetterPickaxe.desc=Fabriquez une meilleure pioche. +achievement.cookFish=Une bonne truite ! +achievement.cookFish.desc=Pêchez et cuisinez un poisson. +achievement.onARail=En route ! +achievement.onARail.desc=Voyagez en wagon sur un trajet d'au moins 1 kilomètre du départ. +achievement.buildSword=À l'attaque ! +achievement.buildSword.desc=Utilisez des planches de bois et des bâtons pour créer une épée. +achievement.killEnemy=Chasseur de monstres +achievement.killEnemy.desc=Attaquez et tuez un monstre. +achievement.killCow=Boucher +achievement.killCow.desc=Récoltez un peu de cuir. +achievement.flyPig=Aéro-porc +achievement.flyPig.desc=Sautez d'une falaise sur le dos d'un cochon. +achievement.snipeSkeleton=Duel de snipers +achievement.snipeSkeleton.desc=Tuez un squelette avec une flèche à plus de 50 mètres. +achievement.diamonds=DES DIAMANTS ! +achievement.diamonds.desc=Récoltez du diamant avec vos outils en fer. +achievement.portal=Nous devons aller plus profond +achievement.portal.desc=Construire un portail vers le Nether. +achievement.ghast=Satisfaction garantie, ou boule de feu remise +achievement.ghast.desc=Détruisez un Ghast avec une boule de feu. +achievement.blazeRod=Relation froide +achievement.blazeRod.desc=Soulagez un Blaze de son sceptre. +achievement.potion=Le bar est ouvert +achievement.potion.desc=Préparez une potion. +achievement.theEnd=...et plus loin encore +achievement.theEnd.desc=Trouvez les Limbes. +achievement.theEnd2=La Fin. +achievement.theEnd2.desc=Battez le Dragon des Limbes. +achievement.enchantments=Enchanté +achievement.enchantments.desc=Utilisez un livre, de l'obsidienne et des diamants pour fabriquer une table d'enchantement. +achievement.overkill=Ça doit faire mal ! +achievement.overkill.desc=Infligez huit cœurs de dommage en un seul coup. +achievement.bookcase=Silence dans la bibliothèque ! +achievement.bookcase.desc=Fabriquez des bibliothèques pour améliorer vos enchantements. + +commands.generic.exception=Une erreur inconnue s'est produite lors de la tentative pour exécuter cette commande +commands.generic.syntax=Erreur de commande de syntaxe +commands.generic.player.notFound=Ce joueur ne peut être trouver +commands.generic.notFound=Commande inconnue. Fait /aide pour la liste des commandes. +commands.generic.num.invalid='%s' n'est pas un nombre valide +commands.generic.num.tooSmall=Le nombre que vous avez inscrit (%d) est trop petit, il doit être au moins %d +commands.generic.num.tooBig=Le nombre que vous avez inscrit (%d) est trop grand, il doit être au plus %d +commands.generic.double.tooSmall=Le numéro que vous avez inscrit (%.2f) est trop petit, il doit être au moins %.2f +commands.generic.double.tooBig=Le numéro que vous avez inscrit (%.2f) est trop grand, il doit être au plus %.2f +commands.generic.usage=Utilisation: %s + +commands.xp.failure.widthdrawXp=Vous ne pouvez pas donner des points d'expérience négatifs au joueur +commands.xp.success=Donne %d expérience à %s +commands.xp.success.levels=%d Niveaux ont été donnés à %s +commands.xp.success.negative.levels=%d Niveaux ont été pris de %s +commands.xp.usage=/xp [joueur] OU /xp L [joueur] +commands.give.usage=/donne [quantité] [ID] +commands.give.notFound=Il n'y à pas d'objet avec cette ID %d +commands.give.success=Donner %s (ID %d) * %d à %s +commands.effect.usage=/effect [seconds] [amplifier] +commands.effect.notFound=There is no such mob effect with ID %d +commands.effect.success=Given %1$s (ID %2$d) * %3$d to %4$s for %5$d seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.enchant.usage=/enchanter [niveau] +commands.enchant.notFound=Il n'existe pas d'enchantent avec le code %d +commands.enchant.noItem=La cible ne tient pas d'objet +commands.enchant.cantEnchant=L'enchantement sélectionné ne peut être fusionné a l'objet ciblé +commands.enchant.cantCombine=%1$s ne peut etre combiné avec %2$s +commands.enchant.success=Enchantement reussi +commands.clear.usage=/clear [objet] [donnée] +commands.clear.success=L'inventaire de %s a été vidé, suppression des objets %d +commands.clear.failure=Could not clear the inventory of %s, no items to remove +commands.downfall.success=Activé chute +commands.time.usage=/temps +commands.time.added=Ajouter %d à la journée +commands.time.set=/mettre le temps à %dnn +commands.players.list=Il y à %d/%d joueurs connecter: +commands.banlist.ips=Il y a %d d'IP bannie addresses: +commands.banlist.players=Il y a %d de joueurs bannie: +commands.banlist.usage=/listdeban [ips|joueurs] +commands.kick.success=Éjecter %s du jeu +commands.kick.success.reason=Éjecter %s du jeu: '%s' +commands.kick.usage=/Éjecter [Raison ...] +commands.op.success=Opper%s +commands.op.usage=/op +commands.deop.success=Dé-opper %s +commands.deop.usage=/déop +commands.say.usage=/dire +commands.ban.success=Personne bannie %s +commands.ban.usage=/ban [raison ...] +commands.unban.success=débannir joueur %s +commands.unban.usage=/pardonner +commands.banip.invalid=Vous avez entré une adresse IP non valide ou d'un joueur qui n'est pas en ligne +commands.banip.success=Adresse IP bannie %s +commands.banip.success.players=Adresse Ip bannie %s appartenant à %s +commands.banip.usage=/ban-ip [raison ...] +commands.unbanip.invalid=Vous avez inscrit une adresse IP invalide +commands.unbanip.success=Débannir l'adresse Ip %s +commands.unbanip.usage=/pardonner-ip +commands.save.enabled=Activer la sauvegarde automatique des mondes +commands.save.disabled=Désctiver la sauvegarde automatique des mondes +commands.save.start=sauvegarde... +commands.save.success=Sauvegarde du monde +commands.save.failed=Erreur de sauvegarde: %s +commands.stop.start=Arrêter le serveur +commands.tp.success=Téléporter %s à %s +commands.tp.success.coordinates=Téléporter %s à %.2f,%.2f,%.2f +commands.tp.usage=/tp [Joueur Ciblé] OU /tp [Joueur Ciblé] +commands.tp.notSameDimension=Impossible de se téléporter car les joueurs ne sont pas dans le même monde +commands.whitelist.list=Il y a %d (sur %d vue) personne de la liste blanche: +commands.whitelist.enabled=Activer la liste blanche +commands.whitelist.disabled=Désactiver la liste blanche +commands.whitelist.reloaded=Recharger la liste blanche +commands.whitelist.add.success=Ajouter %s à la liste blanche +commands.whitelist.add.usage=/listeblanche ajouter +commands.whitelist.remove.success=Enlever %s de la liste blanche +commands.whitelist.remove.usage=/listeblanche enlever +commands.whitelist.usage=/listeblanche +commands.scoreboard.usage=/scoreboard +commands.scoreboard.teamNotFound=Aucune équipe a été trouvé par le nom '%s' +commands.scoreboard.objectiveNotFound=Aucune objectif a été trouvé par le nom '%s' +commands.scoreboard.objectiveReadOnly=The objective '%s' is read-only and cannot be set +commands.scoreboard.objectives.usage=/scoreboard objectives +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [objective] +commands.scoreboard.objectives.setdisplay.invalidSlot=Aucun nom d'affichage nommé '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Cleared objective display slot '%s' +commands.scoreboard.objectives.setdisplay.successSet=Set the display objective in slot '%s' to '%s' +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [display name ...] +commands.scoreboard.objectives.add.wrongType=Invalid objective criteria type. Valid types are: %s +commands.scoreboard.objectives.add.alreadyExists=An objective with the name '%s' already exists +commands.scoreboard.objectives.add.tooLong=The name '%s' is too long for an objective, it can be at most %d characters long +commands.scoreboard.objectives.add.displayTooLong=The display name '%s' is too long for an objective, it can be at most %d characters long +commands.scoreboard.objectives.add.success=Added new objective '%s' successfully +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.remove.success=Removed objective '%s' successfully +commands.scoreboard.objectives.list.count=Showing %d objective(s) on scoreboard +commands.scoreboard.objectives.list.entry=- %s: displays as '%s' and is type '%s' +commands.scoreboard.objectives.list.empty=Il n'y a pas d'objectifs sur le tableau d'affichage +commands.scoreboard.players.usage=/scoreboard players +commands.scoreboard.players.set.success=Set score of %s for player %s to %d +commands.scoreboard.players.set.usage=/scoreboard players set +commands.scoreboard.players.add.usage=/scoreboard players add +commands.scoreboard.players.remove.usage=/scoreboard players remove +commands.scoreboard.players.reset.usage=/scoreboard players reset +commands.scoreboard.players.reset.success=Reset all scores of player %s +commands.scoreboard.players.list.count=Showing %d tracked players on the scoreboard +commands.scoreboard.players.list.empty=There are no tracked players on the scoreboard +commands.scoreboard.players.list.player.count=Showing %d tracked objective(s) for %s +commands.scoreboard.players.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.players.list.player.empty=Player %s has no scores recorded +commands.scoreboard.teams.usage=/scoreboard teams +commands.scoreboard.teams.add.usage=/scoreboard teams add [display name ...] +commands.scoreboard.teams.add.alreadyExists=A team with the name '%s' already exists +commands.scoreboard.teams.add.tooLong=The name '%s' is too long for a team, it can be at most %d characters long +commands.scoreboard.teams.add.displayTooLong=The display name '%s' is too long for a team, it can be at most %d characters long +commands.scoreboard.teams.add.success=Ajouté nouvelle équipe '%s' avec succès +commands.scoreboard.teams.list.usage=/scoreboard teams list [name] +commands.scoreboard.teams.list.count=Showing %d teams on the scoreboard +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' has %3$d players +commands.scoreboard.teams.list.empty=There are no teams registered on the scoreboard +commands.scoreboard.teams.list.player.count=Showing %d player(s) in team %s +commands.scoreboard.teams.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.teams.list.player.empty=Team %s has no players +commands.scoreboard.teams.empty.usage=/scoreboard teams clear +commands.scoreboard.teams.empty.alreadyEmpty=Team %s is already empty, cannot remove nonexistant players +commands.scoreboard.teams.empty.success=Removed all %d player(s) from team %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.remove.success=Removed team %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [player] +commands.scoreboard.teams.join.success=Added %d player(s) to team %s: %s +commands.scoreboard.teams.join.failure=Could not add %d player(s) to team %s: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [player] +commands.scoreboard.teams.leave.success=Removed %d player(s) from their teams: %s +commands.scoreboard.teams.leave.failure=Could not remove %d player(s) from their teams: %s +commands.scoreboard.teams.leave.noTeam=Vous n'êtes pas dedans une équipe +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.option.noValue=Valid values for option %s are: %s +commands.scoreboard.teams.option.success=Set option %s for team %s to %s +commands.gamemode.success.self=Metre son mode de jeu à %s +commands.gamemode.success.other=Metre le mode de jeu de %s à %s +commands.gamemode.usage=/modedejeu [joueur] +commands.defaultgamemode.usage=/defaultgamemode +commands.defaultgamemode.success=La mode de jeu par défaut de ce monde est maintenant %s +commands.me.usage=/me +commands.help.header=--- Page d'aide %d de %d (/aide ) --- +commands.help.footer=Conseil: Utilise la touche quand tu écrie une commande pour auto-compléter la commande ou c'est argumentation +commands.help.usage=/help [page|nom d'une commande] +commands.publish.started=Jeu local hébergé sur %s +commands.publish.failed=Impossible d'héberger le jeu local +commands.debug.start=Début du débogage +commands.debug.stop=Le débogage s'est arrêté après %.2f secondes (%d tics) +commands.debug.notStarted=Impossible d'arrêter l'analyse si elle n'a pas commencée ! +commands.debug.usage=/debug +commands.message.usage=/tell +commands.message.sameTarget=Tu ne peux pas t'envoyer un message privé! +commands.message.display.outgoing=Tu chuchotes à %s: %s +commands.message.display.incoming=%s te chuchote : %s +commands.difficulty.usage=/difficulty +commands.difficulty.success=Changer la difficulté en %s +commands.spawnpoint.usage=/spawnpoint OU /spawnpoint OU /spawnpoint +commands.spawnpoint.success=Définir le point de spawn de %s en (%d, %d, %d) +commands.gamerule.usage=/gamerule OU /gamerule +commands.gamerule.success=La règle a été mise à jour +commands.gamerule.norule=Aucune règle appelée « %s » n'est disponible +commands.weather.usage=/weather [durée en secondes] +commands.weather.clear=Changer pour un temps éclairci +commands.weather.rain=Changer pour un temps pluvieux +commands.weather.thunder=Changer pour la pluie et la foudre +commands.testfor.usage=/testfor +commands.testfor.failed=/testfor is only usable by commandblocks with analog output + +itemGroup.buildingBlocks=Blocs de construction +itemGroup.decorations=Blocs décoratifs +itemGroup.redstone=Redstone +itemGroup.transportation=Moyens de transport +itemGroup.misc=Divers +itemGroup.search=objet recherché... +itemGroup.food=Nourriture +itemGroup.tools=Outils +itemGroup.combat=Combat +itemGroup.brewing=Potions +itemGroup.materials=Matériaux +itemGroup.inventory=Inventaire du mode survie + +inventory.binSlot=Détruire l'objet + +advMode.setCommand=Attribuer une Commande de la Console pour Bloc +advMode.command=Commande de la console +advMode.nearestPlayer=Tape "@a" pour sélectionner le joueur le plus proche +advMode.randomPlayer=Tape "@a" pour sélectionner un joueur aléatoire +advMode.allPlayers=Tape "@a" pour sélectionner tous les joueurs + +advMode.notEnabled=Les blocs de commande ne sont pas autorisés sur ce serveur +advMode.notAllowed=Le joueur doit être opérateur dans le mode création + +mco.title=Minecraft Realms +mco.selectServer.select=Rejoindre serveur +mco.selectServer.configure=Configure +mco.selectServer.create=Create World +mco.selectServer.moreinfo=More Info + +mco.configure.world.edit.title=Edit World + +mco.configure.world.title=Configure World +mco.configure.world.name=Name +mco.configure.world.description=Description +mco.configure.world.location=Location +mco.configure.world.invited=Invited +mco.configure.world.buttons.edit=Modifier +mco.configure.world.buttons.reset=Réinitialiser le monde +mco.configure.world.buttons.done=Terminer +mco.configure.world.buttons.delete=Supprimer +mco.configure.world.buttons.open=Ouvrir le monde +mco.configure.world.buttons.close=Fermer le monde +mco.configure.world.buttons.invite=Intiver +mco.configure.world.buttons.uninvite=Désinviter +mco.configure.world.buttons.subscription=Subscription +mco.configure.world.invite.profile.name=Nom +mco.configure.world.uninvite.question=Êtes-vous certains que vous voulez désinviter + +mco.configure.world.subscription.title=Subscription Info +mco.configure.world.subscription.daysleft=Days Left +mco.configure.world.subscription.start=Start Date +mco.configure.world.subscription.extend=Extend + +mco.create.world.location.title=Location +mco.create.world.location.warning=Vous ne pouvez pas avoir l'emplacement exact que vous convoitez +mco.create.world.wait=Création du monde... + +mco.reset.world.title=Réinitialiser le monde +mco.reset.world.warning=Cela va détruire de façon permanente le monde! +mco.reset.world.seed=Seed (Optionnel) +mco.reset.world.resetting.screen.title=Réinitialisation du monde ... + +mco.configure.world.close.question.line1=Votre monde va devenir indisponible. +mco.configure.world.close.question.line2=Vous êtes certain que vous voulez faire cela? + +mco.connect.connecting=Connexion au serveur en ligne... +mco.connect.authorizing=Authentification en cours... +mco.connect.failed=Erreur de connexion au serveur en ligne + +mco.create.world=Créer + diff --git a/1.5.2/lang/fr_FR.lang b/1.5.2/lang/fr_FR.lang new file mode 100644 index 00000000..c7bcb2b1 --- /dev/null +++ b/1.5.2/lang/fr_FR.lang @@ -0,0 +1,1293 @@ +#X-Generator: crowdin.net + +language.name=Français +language.region=France +language.code=fr_FR + +gui.done=Terminé +gui.cancel=Annuler +gui.back=Back +gui.toMenu=Retour au menu principal +gui.up=Haut +gui.down=Bas +gui.yes=Oui +gui.no=Non + +menu.singleplayer=Solo +menu.multiplayer=Multijoueur +menu.online=Minecraft Realms +menu.options=Options… +menu.quit=Quitter le jeu +menu.returnToMenu=Sauvegarder et quitter +menu.disconnect=Déconnexion +menu.returnToGame=Retour au jeu +menu.switchingLevel=Changement de monde +menu.generatingLevel=Génération du monde +menu.loadingLevel=Chargement du monde +menu.generatingTerrain=Génération du terrain +menu.convertingLevel=Conversion du monde +menu.simulating=Simulation du monde +menu.respawning=Résurrection +menu.shareToLan=Activer le jeu local + +selectWorld.title=Choix du monde +selectWorld.empty=vide +selectWorld.world=Monde +selectWorld.select=Jouer dans ce monde +selectWorld.create=Créer un nouveau monde +selectWorld.recreate=Recréer +selectWorld.createDemo=Jouer un nouveau monde en version démo +selectWorld.delete=Supprimer +selectWorld.rename=Renommer +selectWorld.deleteQuestion=Êtes-vous sûr(e) de vouloir supprimer ce monde ? +selectWorld.deleteWarning=sera perdu pour toujours ! (C'est très long !) +selectWorld.deleteButton=Supprimer +selectWorld.renameButton=Renommer +selectWorld.renameTitle=Renommer le monde +selectWorld.conversion=Doit être converti ! +selectWorld.newWorld=Nouveau monde +selectWorld.newWorld.copyOf=Copie de %s +selectWorld.enterName=Nom du monde +selectWorld.resultFolder=Sera enregistré dans : +selectWorld.enterSeed=Graine pour la génération du monde +selectWorld.seedInfo=Laisser vide pour une génération aléatoire +selectWorld.cheats=Commandes +selectWorld.customizeType=Personnaliser + +createWorld.customize.presets=Pré-réglages +createWorld.customize.presets.title=Choisissez un paramètre prédéfini +createWorld.customize.presets.select=Utilisez un paramètre prédéfini +createWorld.customize.presets.share=Vous souhaitez partager votre pré-réglage avec quelqu'un ? Utilisez le champ ci-dessous ! +createWorld.customize.presets.list=Sinon, voici quelques pré-réglages que nous avons faits auparavant ! +createWorld.customize.flat.title=Personnalisation du monde plat +createWorld.customize.flat.tile=Matériau de strate +createWorld.customize.flat.height=Hauteur +createWorld.customize.flat.addLayer=Ajouter une couche +createWorld.customize.flat.editLayer=Modifier la couche +createWorld.customize.flat.removeLayer=Retirer la couche +createWorld.customize.flat.layer.top=Surface - %d +createWorld.customize.flat.layer=%d +createWorld.customize.flat.layer.bottom=Fond - %d + +gameMode.survival=Mode Survie +gameMode.creative=Mode Création +gameMode.adventure=Mode Aventure +gameMode.hardcore=Mode Hardcore ! +gameMode.changed=Votre mode de jeu a été mis à jour + +selectWorld.gameMode=Mode de jeu : +selectWorld.gameMode.survival=Survie +selectWorld.gameMode.survival.line1=Collectez des ressources, fabriquez, progressez +selectWorld.gameMode.survival.line2=gagnez des niveaux, surveillez votre santé et votre faim +selectWorld.gameMode.creative=Création +selectWorld.gameMode.creative.line1=Ressources illimitées, possibilité de voler +selectWorld.gameMode.creative.line2=et détruisez les blocs en un clic +selectWorld.gameMode.hardcore=Extrême +selectWorld.gameMode.hardcore.line1=Identique au mode Survie mais verrouillé à la difficulté maximale +selectWorld.gameMode.hardcore.line2=maximale avec une seule vie +selectWorld.gameMode.adventure=Aventure +selectWorld.gameMode.adventure.line1=Identique au mode survie, mais les blocs ne peuvent pas +selectWorld.gameMode.adventure.line2=être placés ou retirés +selectWorld.moreWorldOptions=Plus d’options… +selectWorld.mapFeatures=Générer des structures : +selectWorld.mapFeatures.info=Villages, donjons, etc. +selectWorld.mapType=Type de monde : +selectWorld.mapType.normal=Normal +selectWorld.allowCommands=Autoriser les commandes : +selectWorld.allowCommands.info=Des commandes telles que /gamemode et /xp. +selectWorld.hardcoreMode=Extrême : +selectWorld.hardcoreMode.info=Le monde est supprimé à votre mort +selectWorld.bonusItems=Coffre bonus : + +generator.default=Par défaut +generator.flat=Surface plane +generator.largeBiomes=Grands biomes + +selectServer.title=Choix du serveur +selectServer.empty=vide +selectServer.select=Rejoindre le serveur +selectServer.direct=Connexion rapide +selectServer.edit=Modifier +selectServer.delete=Supprimer +selectServer.add=Ajouter un serveur +selectServer.defaultName=Serveur Minecraft +selectServer.deleteQuestion=Êtes-vous sûr(e) de vouloir supprimer ce serveur ? +selectServer.deleteWarning=sera perdu pour toujours ! (Très longtemps !) +selectServer.deleteButton=Supprimer +selectServer.refresh=Actualiser +selectServer.hiddenAddress=(Masquée) +addServer.title=Modifier les informations du serveur +addServer.enterName=Nom du serveur +addServer.enterIp=Adresse du serveur +addServer.add=Valider +addServer.hideAddress=Masquer l'adresse +lanServer.title=Monde en réseau local +lanServer.scanning=Scanning for games on your local network +lanServer.start=Démarrer un monde en réseau local +lanServer.otherPlayers=Options pour les autres joueurs +mcoServer.title=Monde de Minecraft en ligne + +multiplayer.title=Multijoueur +multiplayer.connect=Connexion +multiplayer.info1=Le mode multijoueur de Minecraft n'est pas encore terminé, +multiplayer.info2=mais des premiers tests sont en train d'être effectués. +multiplayer.ipinfo=Entrez l'adresse IP d'un serveur pour vous y connecter : + +multiplayer.texturePrompt.line1=Ce serveur recommande l’utilisation d’un pack de textures personnalisé. +multiplayer.texturePrompt.line2=Voulez-vous le télécharger et l'installer automagiquement ? + +multiplayer.downloadingTerrain=Téléchargement du terrain + +multiplayer.stopSleeping=Quitter le lit + +chat.link.confirm=Êtes-vous sûr de vouloir ouvrir ce site Internet ? +chat.link.warning=N’ouvrez jamais de lien venant d'une personne en qui vous n’avez pas confiance ! +chat.copy=Copier dans le presse-papier + +menu.playdemo=Jouer sur le monde de démo +menu.resetdemo=Recommencer le monde de démo +demo.day.1=Cette démo durera 5 jours de jeu, profitez-en ! +demo.day.2=Deuxième Jour +demo.day.3=Troisième Jour +demo.day.4=Quatrième Jour +demo.day.5=C'est votre dernier jour ! +demo.day.warning=La démo est presque terminée ! +demo.day.6=Les 5 jours de la démo sont écoulés, utilisez F2 pour faire une capture d'écran de votre création. +demo.reminder=La démo est terminée, achetez le jeu pour continuer votre partie ou bien créez un nouveau monde ! +demo.remainingTime=Temps restant : %s +demo.demoExpired=Le temps de démo est écoulé ! +demo.help.movement=Utilisez %1$s, %2$s, %3$s, %4$s et la souris pour vous déplacer. +demo.help.movementShort=Bougez en appuyant sur %1$s, %2$s, %3$s et %4$s. +demo.help.movementMouse=Regardez autour de vous en utilisant la souris. +demo.help.jump=Utilisez %1$s pour sauter +demo.help.inventory=Utilisez %1$s pour ouvrir votre inventaire +demo.help.title=Mode Démo +demo.help.fullWrapped=Cette démo durera 5 jours dans le jeu (environ 1 h 40 en temps réel). Jetez un œil aux succès pour vous aider ! Bon jeu ! +demo.help.buy=Acheter maintenant ! +demo.help.later=Continuer à jouer ! + +connect.connecting=Connexion au serveur en cours… +connect.authorizing=Authentification en cours… +connect.failed=La connexion au serveur a échoué + +disconnect.genericReason=%s +disconnect.disconnected=Déconnecté(e) par le serveur +disconnect.lost=Connexion perdue +disconnect.kicked=Expulsé(e) du serveur +disconnect.timeout=Le délai de connexion a expiré. +disconnect.closed=Connexion terminée +disconnect.loginFailed=Échec de l’authentification +disconnect.loginFailedInfo=Échec de l’authentification : %s +disconnect.quitting=Fermeture en cours +disconnect.endOfStream=Fin du flux +disconnect.overflow=Mémoire tampon insuffisante +disconnect.spam=Expulsé(e) pour spam + +options.off=Désactivé +options.on=Activé +options.visible=Visible +options.hidden=Caché +options.title=Options +options.controls=Contrôles… +options.video=Options graphiques… +options.language=Langue… +options.languageWarning=Les traductions peuvent être inexactes +options.videoTitle=Options graphiques +options.music=Musique +options.sound=Effets sonores +options.invertMouse=Inverser la souris +options.fov=Champ de vision +options.fov.min=Normal +options.fov.max=Quake Pro +options.gamma=Luminosité +options.gamma.min=Sombre +options.gamma.max=Vive +options.sensitivity=Sensibilité +options.sensitivity.min=*bâille* +options.sensitivity.max=VITESSE LUMIÈRE ! +options.renderDistance=Distance d'affichage +options.renderDistance.tiny=Très courte +options.renderDistance.short=Courte +options.renderDistance.normal=Normale +options.renderDistance.far=Lointaine +options.viewBobbing=Mouvement de tête +options.ao=Éclairage adouci +options.ao.off=Off +options.ao.min=Minimum +options.ao.max=Maximum +options.anaglyph=3D anaglyphe +options.framerateLimit=Performances +options.difficulty=Difficulté +options.difficulty.peaceful=Paisible +options.difficulty.easy=Facile +options.difficulty.normal=Normal +options.difficulty.hard=Difficile +options.difficulty.hardcore=Extrême +options.graphics=Graphismes +options.graphics.fancy=Détaillés +options.graphics.fast=Rapides +options.guiScale=Taille de l'interface +options.guiScale.auto=Auto +options.guiScale.small=Petite +options.guiScale.normal=Normale +options.guiScale.large=Grande +options.advancedOpengl=OpenGL avancé +options.renderClouds=Nuages +options.farWarning1=Une version 64-bit de Java est recommandée +options.farWarning2=pour une longue distance de rendu. (Vous êtes en 32 bits.) +options.particles=Particules +options.particles.all=Toutes +options.particles.decreased=Réduites +options.particles.minimal=Minimales +options.multiplayer.title=Paramètres multijoueur... +options.chat.title=Options de discussion… +options.chat.visibility=Tchat +options.chat.visibility.full=Visible +options.chat.visibility.system=Commandes seulement +options.chat.visibility.hidden=Masqué +options.chat.color=Couleurs +options.chat.opacity=Opacité +options.chat.links=Liens Internet +options.chat.links.prompt=Avertir avant un lien +options.chat.scale=Échelle +options.chat.width=Largeur +options.chat.height.focused=Hauteur ciblée +options.chat.height.unfocused=Hauteur non ciblée +options.showCape=Afficher la cape +options.serverTextures=Pack de textures du serveur +options.snooper=Autoriser l'envoi d'informations +options.snooper.view=Paramètres du détecteur... +options.snooper.title=Récupération d'informations sur la machine +options.snooper.desc=Nous voulons récupérer des informations à propos de votre machine pour contribuer à l'amélioration de Minecraft. Toutes ces données sont confidentielles et visibles ci-dessous. Nous garantissons que ces informations seront utilisées pour votre bien. Si vous ne souhaitez pas contribuer, vous êtes libre de désactiver ce partage. +options.texture.pack=Packs de textures +options.fullscreen=Plein écran +options.vsync=Utiliser la synchro verticale +options.touchscreen=Mode écran tactile + +performance.max=IPS maximales +performance.balanced=Équilibrées +performance.powersaver=Économie d'énergie + +controls.title=Contrôles + +key.forward=Avancer +key.left=Aller à gauche +key.back=Reculer +key.right=Aller à droite +key.jump=Sauter +key.inventory=Inventaire +key.drop=Lâcher +key.chat=Discussion +key.fog=Brouillard +key.sneak=S'accroupir +key.playerlist=Afficher la liste des joueurs +key.attack=Attaquer +key.use=Utiliser un objet +key.pickItem=Choisir le bloc +key.mouseButton=Bouton %1$s +key.command=Commande + +texturePack.openFolder=Ouvrir le dossier des packs de textures +texturePack.title=Choisir le pack de textures +texturePack.folderInfo=(Placer les packs de textures ici) +texturePack.incompatible=Incompatible + +book.pageIndicator=Page %1$s sur %2$s +book.byAuthor=par %1$s +book.signButton=Signer +book.editTitle=Titre du livre : +book.finalizeButton=Signer et fermern +book.finalizeWarning=Attention ! Le livre n’est plus modifiable une fois signé. + +tile.stone.name=Roche + +tile.grass.name=Bloc d’herbe +tile.dirt.name=Terre +tile.stonebrick.name=Pierres +tile.wood.name=Planches +tile.wood.oak.name=Planches de chêne +tile.wood.spruce.name=Planches de sapin +tile.wood.birch.name=Planches de bouleau +tile.wood.jungle.name=Planches d'acajou +tile.sapling.oak.name=Pousse de chêne +tile.sapling.spruce.name=Pousse de sapin +tile.sapling.birch.name=Pousse de bouleau +tile.sapling.jungle.name=Pousse d'acajou +tile.deadbush.name=Arbuste mort +tile.bedrock.name=Bedrock +tile.water.name=Eau +tile.lava.name=Lave +tile.sand.name=Sable +tile.sandStone.name=Grès +tile.sandStone.default.name=Grès +tile.sandStone.chiseled.name=Grès sculpté +tile.sandStone.smooth.name=Grès poli +tile.gravel.name=Gravier +tile.oreGold.name=Minerai d'or +tile.oreIron.name=Minerai de fer +tile.oreCoal.name=Minerai de charbon +tile.log.name=Bois +tile.log.oak.name=Bois de chêne +tile.log.spruce.name=Bois de sapin +tile.log.birch.name=Bois de bouleau +tile.log.jungle.name=Bois d'acajou +tile.leaves.name=Feuillage +tile.leaves.oak.name=Feuilles de chêne +tile.leaves.spruce.name=Feuilles de sapin +tile.leaves.birch.name=Feuilles de bouleau +tile.leaves.jungle.name=Feuilles d'acajou +tile.tallgrass.name=Hautes herbes +tile.tallgrass.shrub.name=Arbuste +tile.tallgrass.grass.name=Hautes herbes +tile.tallgrass.fern.name=Fougère +tile.sponge.name=Éponge +tile.glass.name=Verre +tile.thinGlass.name=Vitre +tile.cloth.name=Laine +tile.flower.name=Fleur +tile.rose.name=Rose +tile.mushroom.name=Champignon +tile.blockGold.name=Bloc d’or +tile.blockIron.name=Bloc de fer +tile.stoneSlab.stone.name=Dalle en pierre +tile.stoneSlab.sand.name=Dalle en grès +tile.stoneSlab.wood.name=Dalle en bois +tile.stoneSlab.cobble.name=Dalle en pierres +tile.stoneSlab.brick.name=Dalle en briques +tile.stoneSlab.smoothStoneBrick.name=Dalle en pierres taillées +tile.stoneSlab.netherBrick.name=Dalle en brique du Nether +tile.stoneSlab.quartz.name=Dalle de quartz +tile.woodSlab.oak.name=Dalle en bois de chêne +tile.woodSlab.spruce.name=Dalle en bois de sapin +tile.woodSlab.birch.name=Dalle en bois de bouleau +tile.woodSlab.jungle.name=Dalle en bois d'acajou +tile.brick.name=Briques +tile.tnt.name=TNT +tile.bookshelf.name=Bibliothèque +tile.stoneMoss.name=Pierres moussues +tile.obsidian.name=Obsidienne +tile.torch.name=Torche +tile.fire.name=Feu +tile.mobSpawner.name=Générateur de monstres +tile.stairsWood.name=Escaliers en bois de chêne +tile.stairsWoodSpruce.name=Escaliers en bois de sapin +tile.stairsWoodBirch.name=Escaliers en bois de bouleau +tile.stairsWoodJungle.name=Escaliers en bois d'acajou +tile.chest.name=Coffre +tile.chestTrap.name=Coffre piégé +tile.redstoneDust.name=Poudre de Redstone +tile.oreDiamond.name=Minerai de diamant +tile.blockDiamond.name=Bloc de diamant +tile.workbench.name=Établi +tile.crops.name=Pousses +tile.farmland.name=Terre labourée +tile.furnace.name=Fourneau +tile.sign.name=Pancarte +tile.doorWood.name=Porte en bois +tile.ladder.name=Échelle +tile.rail.name=Rails +tile.goldenRail.name=Rail accélérateur +tile.activatorRail.name=Rails déclencheurs +tile.detectorRail.name=Rails détecteurs +tile.stairsStone.name=Escaliers en pierre +tile.stairsSandStone.name=Escaliers en grès +tile.lever.name=Levier +tile.pressurePlate.name=Plaque de pression +tile.weightedPlate_light.name=Plaque de pression pondérée (léger) +tile.weightedPlate_heavy.name=Plaque de pression pondérée (lourd) +tile.doorIron.name=Porte en fer +tile.oreRedstone.name=Minerai de Redstone +tile.notGate.name=Torche de Redstone +tile.button.name=Bouton +tile.snow.name=Neige +tile.ice.name=Glace +tile.cactus.name=Cactus +tile.clay.name=Argile +tile.reeds.name=Canne à sucre +tile.jukebox.name=Jukebox +tile.fence.name=Barrière +tile.fenceGate.name=Portillon +tile.pumpkin.name=Citrouille +tile.litpumpkin.name=Jack O' Lantern +tile.hellrock.name=Netherrack +tile.hellsand.name=Sable des âmes +tile.lightgem.name=Luminite +tile.portal.name=Portail +tile.cloth.black.name=Laine noire +tile.cloth.red.name=Laine rouge +tile.cloth.green.name=Laine verte +tile.cloth.brown.name=Laine marron +tile.cloth.blue.name=Laine bleue +tile.cloth.purple.name=Laine violette +tile.cloth.cyan.name=Laine cyan +tile.cloth.silver.name=Laine gris clair +tile.cloth.gray.name=Laine grise +tile.cloth.pink.name=Laine rose +tile.cloth.lime.name=Laine vert clair +tile.cloth.yellow.name=Laine jaune +tile.cloth.lightBlue.name=Laine bleu clair +tile.cloth.magenta.name=Laine magenta +tile.cloth.orange.name=Laine orange +tile.cloth.white.name=Laine blanche +tile.oreLapis.name=Minerai de lapis-lazuli +tile.blockLapis.name=Bloc de lapis-lazuli +tile.dispenser.name=Distributeur +tile.dropper.name=Dropper +tile.musicBlock.name=Bloc musical +tile.cake.name=Gâteau +tile.bed.name=Lit +tile.bed.occupied=Ce lit est occupé +tile.bed.noSleep=Vous ne pouvez dormir que durant la nuit +tile.bed.notSafe=Vous ne pouvez pas dormir pour l'instant, il y a des monstres à proximité. +tile.bed.notValid=Votre lit a été détruit ou obstrué. +tile.lockedchest.name=Coffre verrouillé +tile.trapdoor.name=Trappe +tile.web.name=Toile d’araignée +tile.stonebricksmooth.name=Pierres taillées +tile.stonebricksmooth.default.name=Pierres taillées +tile.stonebricksmooth.mossy.name=Pierres taillées moussues +tile.stonebricksmooth.cracked.name=Pierre taillées craquelées +tile.stonebricksmooth.chiseled.name=Pierre sculptée +tile.monsterStoneEgg.stone.name=Roche infestée +tile.monsterStoneEgg.cobble.name=Pierres infestées +tile.monsterStoneEgg.brick.name=Pierres taillées infestées +tile.pistonBase.name=Piston +tile.pistonStickyBase.name=Piston collant +tile.fenceIron.name=Barreaux +tile.melon.name=Pastèque +tile.stairsBrick.name=Escaliers en briques +tile.stairsStoneBrickSmooth.name=Escaliers en pierres taillées +tile.vine.name=Lianes +tile.netherBrick.name=Brique du Nether +tile.netherFence.name=Barrière en brique du Nether +tile.stairsNetherBrick.name=Escaliers en briques du Nether +tile.netherStalk.name=Verrues du Nether +tile.cauldron.name=Chaudron +tile.enchantmentTable.name=Table d’enchantement +tile.anvil.name=Enclume +tile.anvil.intact.name=Enclume +tile.anvil.slightlyDamaged.name=Enclume légèrement endommagée +tile.anvil.veryDamaged.name=Enclume très endommagée +tile.whiteStone.name=Pierre du Néant +tile.endPortalFrame.name=Portail du Néant +tile.mycel.name=Mycélium +tile.waterlily.name=Nénuphar +tile.dragonEgg.name=Œuf de Dragon +tile.redstoneLight.name=Lampe à redstone +tile.cocoa.name=Cacao +tile.enderChest.name=Coffre du Néant +tile.oreRuby.name=Minerai de rubis +tile.oreEmerald.name=Minerai d'émeraude +tile.blockEmerald.name=Bloc d'émeraude +tile.blockRedstone.name=Bloc de redstone +tile.tripWire.name=Fil de déclenchement +tile.tripWireSource.name=Crochet +tile.commandBlock.name=Bloc de commande +tile.beacon.name=Balise +tile.beacon.primary=Pouvoir primaire +tile.beacon.secondary=Pouvoir secondaire +tile.cobbleWall.normal.name=Muret +tile.cobbleWall.mossy.name=Muret de pierres moussues +tile.carrots.name=Carottes +tile.potatoes.name=Pommes de terre +tile.daylightDetector.name=Capteur de lumière du jour +tile.netherquartz.name=Minerai de quartz du Nether +tile.hopper.name=Entonnoir +tile.quartzBlock.default.name=Bloc de quartz +tile.quartzBlock.chiseled.name=Bloc de quartz gravé +tile.quartzBlock.lines.name=Bloc de quartz rayé +tile.stairsQuartz.name=Escaliers en quartz + +item.shovelIron.name=Pelle en fer +item.pickaxeIron.name=Pioche en fer +item.hatchetIron.name=Hache en fer +item.flintAndSteel.name=Briquet +item.apple.name=Pomme +item.cookie.name=Cookie +item.bow.name=Arc +item.arrow.name=Flèche +item.coal.name=Charbon +item.charcoal.name=Charbon de bois +item.diamond.name=Diamant +item.emerald.name=Émeraude +item.ingotIron.name=Lingot de fer +item.ingotGold.name=Lingot d'or +item.swordIron.name=Épée en fer +item.swordWood.name=Épée en bois +item.shovelWood.name=Pelle en bois +item.pickaxeWood.name=Pioche en bois +item.hatchetWood.name=Hache en bois +item.swordStone.name=Épée en pierre +item.shovelStone.name=Pelle en pierre +item.pickaxeStone.name=Pioche en pierre +item.hatchetStone.name=Hache en pierre +item.swordDiamond.name=Épée en diamant +item.shovelDiamond.name=Pelle en diamant +item.pickaxeDiamond.name=Pioche en diamant +item.hatchetDiamond.name=Hache en diamant +item.stick.name=Bâton +item.bowl.name=Bol +item.mushroomStew.name=Soupe aux champignons +item.swordGold.name=Épée en or +item.shovelGold.name=Pelle en or +item.pickaxeGold.name=Pioche en or +item.hatchetGold.name=Hache en or +item.string.name=Ficelle +item.feather.name=Plume +item.sulphur.name=Poudre à canon +item.hoeWood.name=Houe en bois +item.hoeStone.name=Houe en pierre +item.hoeIron.name=Houe en fer +item.hoeDiamond.name=Houe en diamant +item.hoeGold.name=Houe en or +item.seeds.name=Graines +item.seeds_pumpkin.name=Graines de citrouille +item.seeds_melon.name=Graines de pastèque +item.melon.name=Pastèque +item.wheat.name=Blé +item.bread.name=Pain +item.helmetCloth.name=Casque en cuir +item.chestplateCloth.name=Tunique en cuir +item.leggingsCloth.name=Pantalon en cuir +item.bootsCloth.name=Bottes en cuir +item.helmetChain.name=Casque de mailles +item.chestplateChain.name=Cotte de mailles +item.leggingsChain.name=Jambières de mailles +item.bootsChain.name=Bottes de mailles +item.helmetIron.name=Casque en fer +item.chestplateIron.name=Plastron en fer +item.leggingsIron.name=Jambières en fer +item.bootsIron.name=Bottes en fer +item.helmetDiamond.name=Casque en diamant +item.chestplateDiamond.name=Plastron en diamant +item.leggingsDiamond.name=Jambières en diamant +item.bootsDiamond.name=Bottes en diamant +item.helmetGold.name=Casque en or +item.chestplateGold.name=Plastron en or +item.leggingsGold.name=Jambières en or +item.bootsGold.name=Bottes en or +item.flint.name=Silex +item.porkchopRaw.name=Côtelette de porc crue +item.porkchopCooked.name=Côtelette de porc cuite +item.chickenRaw.name=Poulet cru +item.chickenCooked.name=Poulet rôti +item.beefRaw.name=Bœuf cru +item.beefCooked.name=Steak +item.painting.name=Tableau +item.frame.name=Cadre +item.appleGold.name=Pomme dorée +item.sign.name=Pancarte +item.doorWood.name=Porte en bois +item.bucket.name=Seau +item.bucketWater.name=Seau d’eau +item.bucketLava.name=Seau de lave +item.minecart.name=Wagonnet +item.saddle.name=Selle +item.doorIron.name=Porte en fer +item.redstone.name=Redstone +item.snowball.name=Boule de neige +item.boat.name=Bateau +item.leather.name=Cuir +item.milk.name=Seau de lait +item.brick.name=Brique +item.clay.name=Argile +item.reeds.name=Canne à sucre +item.paper.name=Papier +item.book.name=Livre +item.slimeball.name=Boule gluante +item.minecartChest.name=Wagonnet de stockage +item.minecartFurnace.name=Wagonnet motorisé +item.minecartTnt.name=Wagonnet à TNT +item.minecartHopper.name=Wagonnet à entonnoir +item.egg.name=Œuf +item.compass.name=Boussole +item.fishingRod.name=Canne à pêche +item.clock.name=Montre +item.yellowDust.name=Poussière de Luminite +item.fishRaw.name=Poisson cru +item.fishCooked.name=Poisson cuit +item.record.name=Disque +item.bone.name=Os +item.dyePowder.black.name=Poche d’encre +item.dyePowder.red.name=Rouge de rose +item.dyePowder.green.name=Vert de cactus +item.dyePowder.brown.name=Fèves de cacao +item.dyePowder.blue.name=Lapis-lazuli +item.dyePowder.purple.name=Teinture violette +item.dyePowder.cyan.name=Teinture cyan +item.dyePowder.silver.name=Teinture gris clair +item.dyePowder.gray.name=Teinture grise +item.dyePowder.pink.name=Teinture rose +item.dyePowder.lime.name=Teinture vert clair +item.dyePowder.yellow.name=Jaune pissenlit +item.dyePowder.lightBlue.name=Teinture bleu clair +item.dyePowder.magenta.name=Teinture magenta +item.dyePowder.orange.name=Teinture orange +item.dyePowder.white.name=Poudre d'os +item.sugar.name=Sucre +item.cake.name=Gâteau +item.bed.name=Lit +item.diode.name=Répéteur +item.comparator.name=Comparateur de redstone +item.map.name=Carte +item.leaves.name=Feuillage +item.shears.name=Cisailles +item.rottenFlesh.name=Chair putréfiée +item.enderPearl.name=Perle du Néant +item.blazeRod.name=Bâton de Blaze +item.ghastTear.name=Larme de Ghast +item.netherStalkSeeds.name=Verrue du Nether +item.potion.name=Potion +item.emptyPotion.name=Fiole d'eau +item.goldNugget.name=Pépite d’or +item.glassBottle.name=Fiole +item.spiderEye.name=Œil d'araignée +item.fermentedSpiderEye.name=Œil d'araignée fermenté +item.blazePowder.name=Poudre de Blaze +item.magmaCream.name=Crème de magma +item.cauldron.name=Chaudron +item.brewingStand.name=Alambic +item.eyeOfEnder.name=Œil du Néant +item.speckledMelon.name=Pastèque scintillante +item.monsterPlacer.name=Œuf de +item.expBottle.name=Fiole d'expérience +item.fireball.name=Boule de feu +item.writingBook.name=Livre et plume +item.writtenBook.name=Livre écrit +item.ruby.name=Rubis +item.flowerPot.name=Pot de fleurs +item.emptyMap.name=Carte vierge +item.carrots.name=Carotte +item.carrotGolden.name=Carotte dorée +item.potato.name=Pomme de terre +item.potatoBaked.name=Pomme de terre cuite +item.potatoPoisonous.name=Pomme de terre empoisonnée +item.skull.skeleton.name=Crâne de squelette +item.skull.wither.name=Crâne de Wither squelette +item.skull.zombie.name=Tête de Zombie +item.skull.char.name=Tête +item.skull.player.name=Tête de %s +item.skull.creeper.name=Tête de Creeper +item.carrotOnAStick.name=Carotte sur un bâton +item.netherStar.name=Étoile du Nether +item.pumpkinPie.name=Tarte à la citrouille +item.enchantedBook.name=Livre enchanté +item.fireworks.name=Fusée de feu d'artifice +item.fireworks.flight=Durée de vol : +item.fireworksCharge.name=Étoile de feu d'artifice +item.fireworksCharge.black=Noir +item.fireworksCharge.red=Rouge +item.fireworksCharge.green=Vert +item.fireworksCharge.brown=Brun +item.fireworksCharge.blue=Bleu +item.fireworksCharge.purple=Violet +item.fireworksCharge.cyan=Cyan +item.fireworksCharge.silver=Gris clair +item.fireworksCharge.gray=Gris +item.fireworksCharge.pink=Rose +item.fireworksCharge.lime=Vert clair +item.fireworksCharge.yellow=Jaune +item.fireworksCharge.lightBlue=Bleu clair +item.fireworksCharge.magenta=Magenta +item.fireworksCharge.orange=Orange +item.fireworksCharge.white=Blanc +item.fireworksCharge.customColor=Personnalisée +item.fireworksCharge.fadeTo=Fondu au +item.fireworksCharge.flicker=Étincelles +item.fireworksCharge.trail=Traînées +item.fireworksCharge.type.0=Petite boule +item.fireworksCharge.type.1=Grosse boule +item.fireworksCharge.type.2=En forme d'étoile +item.fireworksCharge.type.3=En forme de Creeper +item.fireworksCharge.type.4=Éclatement +item.fireworksCharge.type=Forme inconnue +item.netherbrick.name=Brique du Nether +item.netherquartz.name=Quartz du Nether + +container.inventory=Inventaire +container.hopper=Entonnoir +container.crafting=Fabrication +container.dispenser=Distributeur +container.dropper=Dropper +container.furnace=Fourneau +container.enchant=Enchanter +container.repair=Réparer et nommer +container.repair.cost=Coût de l'enchantement : %1$d +container.repair.expensive=Trop cher ! +container.creative=Sélection d'objet +container.brewing=Alambic +container.chest=Coffre +container.chestDouble=Grand coffre +container.minecart=Wagonnet +container.enderchest=Coffre du Néant + +item.dyed=Teint + +entity.Item.name=Objet +entity.XPOrb.name=Orbe d’expérience +entity.SmallFireball.name=Petite boule de feu +entity.Fireball.name=Boule de feu + +entity.Arrow.name=Flèche +entity.Snowball.name=Boule de neige +entity.Painting.name=Peinture + +entity.Mob.name=Créature +entity.Monster.name=Monstre + +entity.Creeper.name=Creeper +entity.Skeleton.name=Squelette +entity.Spider.name=Araignée +entity.Giant.name=Géant +entity.Zombie.name=Zombie +entity.Slime.name=Slime +entity.Ghast.name=Ghast +entity.PigZombie.name=Cochon Zombie +entity.Enderman.name=Enderman +entity.Silverfish.name=Poisson d'argent +entity.CaveSpider.name=Araignée venimeuse +entity.Blaze.name=Blaze +entity.LavaSlime.name=Cube de magma +entity.MushroomCow.name=Champimeuh +entity.Villager.name=Villageois +entity.VillagerGolem.name=Golem de fer +entity.SnowMan.name=Golem de neige +entity.EnderDragon.name=Ender Dragon +entity.WitherBoss.name=Wither +entity.Witch.name=Sorcière + +entity.Pig.name=Cochon +entity.Sheep.name=Mouton +entity.Cow.name=Vache +entity.Chicken.name=Poule +entity.Squid.name=Calmar +entity.Wolf.name=Loup +entity.Ozelot.name=Ocelot +entity.Cat.name=Chat +entity.Bat.name=Chauve-souris + +entity.PrimedTnt.name=Bloc de TNT +entity.FallingSand.name=Bloc sensible à la gravité + +entity.Minecart.name=Wagonnet +entity.Boat.name=Barque + +entity.generic.name=inconnu + +death.fell.accident.ladder=%1$s est tombé(e) d'une échelle +death.fell.accident.vines=%1$s est tombé(e) d'une liane +death.fell.accident.water=%1$s est tombé(e) hors de l'eau +death.fell.accident.generic=%1$s est tombé(e) de haut +death.fell.killer=%1$s a été condamné(e) à tomber +death.fell.assist=%1$s a été condamné(e) à tomber par %2$s +death.fell.assist.item=%1$s a été condamné(e) à tomber par %2$s à l'aide de %3$s +death.fell.finish=%1$s est tombé(e) de haut et a été terminé(e) par %2$s +death.fell.finish.item=%1$s est tombé(e) de haut et a été terminé(e) par %2$s à l'aide de %3$s + +death.attack.inFire=%1$s est parti(e) en fumée +death.attack.inFire.player=%1$s a marché dans du feu tout en combattant %2$s +death.attack.onFire=%1$s est mort(e) brûlé(e) +death.attack.onFire.player=%1$s a brûlé tout en combattant %2$s +death.attack.lava=%1$s a essayé de nager dans la lave +death.attack.lava.player=%1$s a essayé de nager dans la lave pour échapper à %2$s +death.attack.inWall=%1$s a suffoqué dans un mur +death.attack.drown=%1$s s’est noyé(e) +death.attack.drown.player=%1$s s'est noyé(e) en essayant d'échapper à %2$ s +death.attack.starve=%1$s est mort(e) de faim +death.attack.cactus=%1$s s'est fait piquer à mort +death.attack.cactus.player=%1$s a marché sur un cactus tout en essayant d'échapper à %2$s +death.attack.generic=%1$s est mort(e) +death.attack.explosion=%1$s a explosé +death.attack.explosion.player=%1$s a été tué(e) par %2$s +death.attack.magic=%1$s a été tué(e) par un sort +death.attack.wither=%1$s a été empoisonné(e) par le Wither +death.attack.anvil=%1$s s'est fait écraser par une enclume +death.attack.fallingBlock=%1$s s'est fait écraser par un bloc +death.attack.mob=%1$s a été tué(e) par un(e) %2$s +death.attack.player=%1$s a été tué(e) par un(e) %2$s +death.attack.player.item=%1$s a été tué(e) par %2$s à l'aide de %3$s +death.attack.arrow=%1$s s’est fait tirer dessus par %2$s +death.attack.arrow.item=%1$s s’est fait tirer dessus par %2$s à l'aide de %3$s +death.attack.fireball=%1$s a reçu une boule de feu de %2$s +death.attack.fireball.item=%1$s a reçu une boule de feu de %2$s qui utilisait %3$s +death.attack.thrown=%1$s a été massacré(e) par %2$s +death.attack.thrown.item=%1$s a été massacré(e) par %2$s à l'aide de %3$s +death.attack.indirectMagic=%1$s a été tué(e) par %2$s à l'aide d'un sortilège +death.attack.indirectMagic.item=%1$s a été tué(e) par %2$s à l'aide de %3$s +death.attack.thorns=%1$s a été tué(e) en essayant de blesser %2$s +death.attack.fall=%1$s s'est écrasé(e) au sol +death.attack.outOfWorld=%1$s a littéralement quitté notre monde + +deathScreen.respawn=Ressusciter +deathScreen.deleteWorld=Supprimer ce monde +deathScreen.titleScreen=Menu principal +deathScreen.score=Score +deathScreen.title.hardcore=Game over ! +deathScreen.hardcoreInfo=Vous ne pouvez pas réapparaître en mode Extrême ! +deathScreen.title=Vous êtes mort(e) ! +deathScreen.leaveServer=Quitter le serveur + +potion.empty=Sans effet +potion.moveSpeed=Vitesse +potion.moveSlowdown=Lenteur +potion.digSpeed=Célérité +potion.digSlowDown=Fatigue +potion.damageBoost=Force +potion.weakness=Faiblesse +potion.heal=Soin instantané +potion.harm=Dégâts instantanés +potion.jump=Amélioration de sauts +potion.confusion=Nausée +potion.regeneration=Régénération +potion.resistance=Résistance +potion.fireResistance=Résistance au feu +potion.waterBreathing=Respiration aquatique +potion.invisibility=Invisibilité +potion.blindness=Cécité +potion.nightVision=Nyctalopie +potion.hunger=Faim +potion.poison=Poison +potion.wither=Wither + +potion.moveSpeed.postfix=Potion de rapidité +potion.moveSlowdown.postfix=Potion de lenteur +potion.digSpeed.postfix=Potion de célérité +potion.digSlowDown.postfix=Potion de fatigue +potion.damageBoost.postfix=Potion de force +potion.weakness.postfix=Potion de faiblesse +potion.heal.postfix=Potion de soin +potion.harm.postfix=Potion de dégâts +potion.jump.postfix=Potion d'agilité +potion.confusion.postfix=Potion de nausée +potion.regeneration.postfix=Potion de régénération +potion.resistance.postfix=Potion de résistance +potion.fireResistance.postfix=Potion de résistance au feu +potion.waterBreathing.postfix=Potion de respiration aquatique +potion.invisibility.postfix=Potion d'invisibilité +potion.blindness.postfix=Potion de cécité +potion.nightVision.postfix=Potion de vision nocturne +potion.hunger.postfix=Potion de faim +potion.poison.postfix=Potion empoisonnée +potion.wither.postfix=Potion de décomposition + +potion.potency.0= +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV + +potion.prefix.grenade=Volatile +potion.prefix.mundane=Banale +potion.prefix.uninteresting=Inintéressante +potion.prefix.bland=Fade +potion.prefix.clear=Claire +potion.prefix.milky=Laiteuse +potion.prefix.diffuse=Diffuse +potion.prefix.artless=Simple +potion.prefix.thin=Fluide +potion.prefix.awkward=Malsaine +potion.prefix.flat=Plate +potion.prefix.bulky=Voluptueuse +potion.prefix.bungling=Ratée +potion.prefix.buttered=Beurrée +potion.prefix.smooth=Douce +potion.prefix.suave=Onctueuse +potion.prefix.debonair=Subtile +potion.prefix.thick=Épaisse +potion.prefix.elegant=Élégante +potion.prefix.fancy=Sophistiquée +potion.prefix.charming=Charmante +potion.prefix.dashing=Superbe +potion.prefix.refined=Raffinée +potion.prefix.cordial=Chaleureuse +potion.prefix.sparkling=Étincelante +potion.prefix.potent=Forte +potion.prefix.foul=Infecte +potion.prefix.odorless=Inodore +potion.prefix.rank=Classement +potion.prefix.harsh=Rude +potion.prefix.acrid=Âcre +potion.prefix.gross=Grossière +potion.prefix.stinky=Puante + +enchantment.damage.all=Tranchant +enchantment.damage.undead=Châtiment +enchantment.damage.arthropods=Fléau des arthropodes +enchantment.knockback=Recul +enchantment.fire=Aura de feu +enchantment.protect.all=Protection +enchantment.protect.fire=Résistance au feu +enchantment.protect.fall=Chute amortie +enchantment.protect.explosion=Protection contre les explosions +enchantment.protect.projectile=Protection contre les projectiles +enchantment.oxygen=Apnée +enchantment.waterWorker=Aisance aquatique +enchantment.digging=Efficacité +enchantment.untouching=Délicatesse +enchantment.durability=Solidité +enchantment.lootBonus=Butin +enchantment.lootBonusDigger=Fortune +enchantment.arrowDamage=Puissance +enchantment.arrowFire=Flamme +enchantment.arrowKnockback=Frappe +enchantment.arrowInfinite=Abondance +enchantment.thorns=Épines + +enchantment.level.1=I +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.level.10=X + +gui.achievements=Succès +gui.stats=Statistiques + +stat.generalButton=Général +stat.blocksButton=Blocs +stat.itemsButton=Objets + +stat.used=Nombre d'utilisations +stat.mined=Quantité minée +stat.depleted=Quantité consommée +stat.crafted=Quantité fabriquée + +stat.startGame=Parties jouées +stat.createWorld=Mondes joués +stat.loadWorld=Sauvegardes chargées +stat.joinMultiplayer=Parties multijoueurs rejointes +stat.leaveGame=Parties quittées + +stat.playOneMinute=Temps de jeu [mn] + +stat.walkOneCm=Distance marchée +stat.fallOneCm=Distance en chute libre +stat.swimOneCm=Distance nagée +stat.flyOneCm=Distance en vol +stat.climbOneCm=Distance grimpée +stat.diveOneCm=Distance parcourue sous l'eau +stat.minecartOneCm=Distance en wagonnet +stat.boatOneCm=Distance en bateau +stat.pigOneCm=Distance à dos de cochon +stat.jump=Sauts +stat.drop=Objets jetés + +stat.damageDealt=Dégâts infligés +stat.damageTaken=Dégâts reçus +stat.deaths=Nombre de morts +stat.mobKills=Créatures tuées +stat.playerKills=Joueurs tués +stat.fishCaught=Poissons pêchés + +stat.mineBlock=%1$s extraits +stat.craftItem=%1$s fabriqués +stat.useItem=%1$s utilisés +stat.breakItem=%1$s cassés + +achievement.get=Succès Débloqué ! + +achievement.taken=Obtenu ! + +achievement.requires=Requiert '%1$s' +achievement.openInventory=Faire l'inventaire +achievement.openInventory.desc=Appuyez sur "%1$s" pour ouvrir l'inventaire. +achievement.mineWood=Coupons du bois +achievement.mineWood.desc=Frappez un arbre jusqu'à obtenir du bois. +achievement.buildWorkBench=Au travail ! +achievement.buildWorkBench.desc=Fabriquez un établi avec quatre blocs de planches. +achievement.buildPickaxe=Bonne pioche ! +achievement.buildPickaxe.desc=Utilisez des planches et des bâtons pour fabriquer une pioche. +achievement.buildFurnace=Au Fourneau ! +achievement.buildFurnace.desc=Fabriquez un four à partir de huit blocs de pierre. +achievement.acquireIron=L'âge du fer +achievement.acquireIron.desc=Faites fondre du fer. +achievement.buildHoe=Savez-vous planter des choux ? +achievement.buildHoe.desc=Utilisez des planches et des bâtons pour fabriquer une houe. +achievement.makeBread=Du pain sur la planche +achievement.makeBread.desc=Changez le blé en pain. +achievement.bakeCake=La cerise sur le gâteau +achievement.bakeCake.desc=Du blé, du sucre, du lait et des œufs ! +achievement.buildBetterPickaxe=Qualité Supérieure +achievement.buildBetterPickaxe.desc=Fabriquez une meilleure pioche. +achievement.cookFish=Il est pas frais mon poisson ? +achievement.cookFish.desc=Pêchez et cuisinez un poisson ! +achievement.onARail=Sur la bonne voie +achievement.onARail.desc=Parcourir au moins 1 km en wagonnet. +achievement.buildSword=À l'attaque ! +achievement.buildSword.desc=Utilisez des planches et des bâtons pour fabriquer une épée. +achievement.killEnemy=Chasseur de monstres +achievement.killEnemy.desc=Attaquez et tuez un monstre. +achievement.killCow=Éplucheur de vache +achievement.killCow.desc=Ramassez du cuir. +achievement.flyPig=Quand les cochons auront des ailes +achievement.flyPig.desc=Sautez d'une falaise à dos de cochon. +achievement.snipeSkeleton=Duel de snipers +achievement.snipeSkeleton.desc=Tuez un squelette avec une flèche à plus de 50 mètres. +achievement.diamonds=DES DIAMANTS ! +achievement.diamonds.desc=Miner du diamant avec une pioche en fer +achievement.portal=Aller au fond des choses +achievement.portal.desc=Construisez un portail vers le Nether +achievement.ghast=Retour à l'envoyeur +achievement.ghast.desc=Détruisez un Ghast avec une boule de feu. +achievement.blazeRod=Dans le feu de l'action +achievement.blazeRod.desc=Récupérez un bâton de Blaze +achievement.potion=Apprenti chimiste +achievement.potion.desc=Concocter une potion +achievement.theEnd=Fin ? +achievement.theEnd.desc=Localisez le Néant. +achievement.theEnd2=Fin. +achievement.theEnd2.desc=Triomphez de l'Ender Dragon +achievement.enchantments=Enchanté ! +achievement.enchantments.desc=Utilisez un livre, de l'obsidienne et des diamants pour fabriquer une table d'enchantement. +achievement.overkill=Massacre +achievement.overkill.desc=Infligez huit cœurs de dégâts en un seul coup. +achievement.bookcase=Rat de bibliothèque +achievement.bookcase.desc=Fabriquez des bibliothèques pour améliorer vos enchantements. + +commands.generic.exception=Cette commande a échoué suite à une erreur inconnue. +commands.generic.syntax=La syntaxe de la commande est invalide. +commands.generic.player.notFound=Le joueur n’a pas été trouvé. +commands.generic.notFound=Cette commande n'est pas reconnue. Essayez /help pour obtenir une liste des commandes. +commands.generic.num.invalid="%s" n'est pas un nombre valide. +commands.generic.num.tooSmall=Le nombre que vous avez entré (%d) est trop petit, il doit être supérieur ou égal à %d. +commands.generic.num.tooBig=Le nombre que vous avez entré (%d) est trop grand, il doit être inférieur ou égal à %d. +commands.generic.double.tooSmall=Le nombre que vous avez entré (%.2f) est trop petit, il doit être au minimum de %.2f +commands.generic.double.tooBig=Le nombre que vous avez entré (%.2f) est trop grand, il ne doit pas dépasser %.2f +commands.generic.usage=Syntaxe : %s + +commands.xp.failure.widthdrawXp=Vous ne pouvez pas donner des points d'expériences négatifs au joueur +commands.xp.success=%d points d'expérience donnés à %s +commands.xp.success.levels=%d niveaux ont été donnés à %s +commands.xp.success.negative.levels=%d niveaux ont été retirés à %s +commands.xp.usage=/xp [joueur] OU /xp L [joueur] +commands.give.usage=/give [quantité] [données] +commands.give.notFound=Il n'y a pas d'objet avec l'ID %d. +commands.give.success=Don de %s (ID %d) * %d à %s +commands.effect.usage=/effect [seconds] [amplifier] +commands.effect.notFound=There is no such mob effect with ID %d +commands.effect.success=Given %1$s (ID %2$d) * %3$d to %4$s for %5$d seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.enchant.usage=/enchant [niveau] +commands.enchant.notFound=Il n'y a pas d'enchantement avec l'ID %d +commands.enchant.noItem=Le joueur n'a pas d'objet en main +commands.enchant.cantEnchant=L'enchantement sélectionné ne peut pas être ajouté à l'objet cible +commands.enchant.cantCombine=%1$s ne peut pas être combiné avec %2$s +commands.enchant.success=Enchantement réussi +commands.clear.usage=/clear [objet] [donnée] +commands.clear.success=L'inventaire de %s a été vidé, suppression des objets %d +commands.clear.failure=Could not clear the inventory of %s, no items to remove +commands.downfall.success=Inversion des intempéries. +commands.time.usage=/time +commands.time.added=Heure avancée de %d +commands.time.set=Heure fixée à %d +commands.players.list=Il y a %d/%d joueur(s) connecté(s) : +commands.banlist.ips=Il y a un total de %d adresse(s) IP bannie(s) : +commands.banlist.players=Il y a un total de %d joueur(s) banni(s) : +commands.banlist.usage=/banlist [adresses IP|joueurs] +commands.kick.success=%s a été expulsé(e) du jeu. +commands.kick.success.reason=%s ejecté du jeu : "%s" +commands.kick.usage=/kick [raison ...] +commands.op.success=%s promu opérateur +commands.op.usage=/op +commands.deop.success=Retrait des privilèges opérateur à %s. +commands.deop.usage=/deop +commands.say.usage=/say +commands.ban.success=Joueur %s banni +commands.ban.usage=/ban [raison ...] +commands.unban.success=Joueur %s débanni +commands.unban.usage=/pardon +commands.banip.invalid=Vous avez entré une adresse IP invalide ou un joueur qui n’est pas connecté. +commands.banip.success=Adresse IP %s bannie +commands.banip.success.players=Adresse IP %s appartenant à %s bannie +commands.banip.usage=/ban-ip [raison ...] +commands.unbanip.invalid=Vous avez entré une adresse IP non valide. +commands.unbanip.success=Adresse IP %s débannie +commands.unbanip.usage=/pardon-ip +commands.save.enabled=Sauvegarde automatique du monde activée +commands.save.disabled=Sauvegarde automatique du monde désactivée +commands.save.start=Sauvegarde... +commands.save.success=Monde sauvegardé. +commands.save.failed=Échec de la sauvegarde : %s +commands.stop.start=Arrêt du serveur. +commands.tp.success=%s téléporté vers %s +commands.tp.success.coordinates=%s a été téléporté en %.2f,%.2f,%.2f. +commands.tp.usage=/tp [joueur-cible] OU /tp [joueur-cible] +commands.tp.notSameDimension=Impossible de se téléporter car les joueurs ne sont pas dans la même dimension +commands.whitelist.list=Il y a %d joueur(s) (sur %d détecté(s)) dans la liste blanche : +commands.whitelist.enabled=Liste blanche activée +commands.whitelist.disabled=Liste blanche désactivée +commands.whitelist.reloaded=Liste blanche rechargée +commands.whitelist.add.success=%s ajouté dans la liste blanche +commands.whitelist.add.usage=/whitelist add +commands.whitelist.remove.success=%s retiré de la liste blanche +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.scoreboard.usage=/scoreboard +commands.scoreboard.teamNotFound=Aucune équipe du nom de « %s » n'a été trouvée +commands.scoreboard.objectiveNotFound=Aucun objectif du nom de « %s » n'a été trouvé +commands.scoreboard.objectiveReadOnly=L'objectif « %s » est en lecture seule et ne peut pas être défini +commands.scoreboard.objectives.usage=/scoreboard objectives +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [objectif] +commands.scoreboard.objectives.setdisplay.invalidSlot=Aucun emplacement d'affichage appelé « %s » +commands.scoreboard.objectives.setdisplay.successCleared=Les objectifs de l'emplacement d'affichage « %s » ont été effacés avec succès +commands.scoreboard.objectives.setdisplay.successSet=L'objectif « %s » a été défini dans l'emplacement d'affichage « %s » +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [nom d'affichage ...] +commands.scoreboard.objectives.add.wrongType=Type de critère non valide. Les types valides sont : %s +commands.scoreboard.objectives.add.alreadyExists=Un objectif avec le nom « %s » existe déjà +commands.scoreboard.objectives.add.tooLong=Le nom « %s » est trop long pour un objectif, il peut contenir au maximum %d caractères +commands.scoreboard.objectives.add.displayTooLong=Le nom d'affichage « %s » est trop long pour un objectif, il peut contenir au maximum %d caractères +commands.scoreboard.objectives.add.success=Un nouvel objectif « %s » a été ajouté avec succès +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.remove.success=L'objectif « %s » a été supprimé avec succès +commands.scoreboard.objectives.list.count=Affichage de %d objectif(s) sur le tableau de bord +commands.scoreboard.objectives.list.entry=- %s : s'affiche comme « %s » et est de type « %s » +commands.scoreboard.objectives.list.empty=Il n'y a pas d'objectif sur le tableau de bord +commands.scoreboard.players.usage=/scoreboard players +commands.scoreboard.players.set.success=Le score de %s pour le joueur %s a été défini à %d +commands.scoreboard.players.set.usage=/scoreboard players set +commands.scoreboard.players.add.usage=/scoreboard players add +commands.scoreboard.players.remove.usage=/scoreboard players remove +commands.scoreboard.players.reset.usage=/scoreboard players reset +commands.scoreboard.players.reset.success=Réinitialiser tous les scores du joueur %s +commands.scoreboard.players.list.count=Affichage de %d joueurs suivis sur le tableau de bord +commands.scoreboard.players.list.empty=Il n'y a pas de joueur suivi sur le tableau de bord +commands.scoreboard.players.list.player.count=Affichage de %d objectif(s) suivi(s) pour %s +commands.scoreboard.players.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.players.list.player.empty=Le joueur %s n'a aucun score enregistré +commands.scoreboard.teams.usage=/scoreboard teams +commands.scoreboard.teams.add.usage=/scoreboard teams add [nom d'affichage ...] +commands.scoreboard.teams.add.alreadyExists=Une équipe avec le nom « %s » existe déjà +commands.scoreboard.teams.add.tooLong=Le nom « %s » est trop long pour une équipe, il peut être au maximum de %d caractères +commands.scoreboard.teams.add.displayTooLong=Le nom « %s » est trop long pour une équipe, il peut être au maximum de %d caractères +commands.scoreboard.teams.add.success=Une nouvelle équipe « %s » a ajoutée avec succès +commands.scoreboard.teams.list.usage=/scoreboard teams list [nom] +commands.scoreboard.teams.list.count=Affichage de %d équipes sur le tableau de bord +commands.scoreboard.teams.list.entry=- %1$s : '%2$s' a %3$d joueurs +commands.scoreboard.teams.list.empty=Il n'y a pas d'équipe inscrite sur le tableau de bord +commands.scoreboard.teams.list.player.count=Affichage de %d joueur(s) dans l'équipe %s +commands.scoreboard.teams.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.teams.list.player.empty=L'équipe %s ne comporte aucun joueur +commands.scoreboard.teams.empty.usage=/scoreboard teams clear +commands.scoreboard.teams.empty.alreadyEmpty=L'équipe de %s est déjà vide, impossible de supprimer des joueurs inexistants +commands.scoreboard.teams.empty.success=%d joueur(s) a/ont été supprimée(s) de l'équipe %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.remove.success=L'équipe %s a été supprimée +commands.scoreboard.teams.join.usage=/scoreboard teams join <équipe> [joueur] +commands.scoreboard.teams.join.success=%d joueur(s) a/ont été ajouté(s) à l'équipe %s : %s +commands.scoreboard.teams.join.failure=Vous ne pouvez pas ajouter %d joueur(s) à l'équipe %s : %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [joueur] +commands.scoreboard.teams.leave.success=%d joueur(s) a/ont été supprimé(s) de leurs équipes : %s +commands.scoreboard.teams.leave.failure=Impossible de supprimer %d joueur(s) de leurs équipes : %s +commands.scoreboard.teams.leave.noTeam=Vous n'êtes pas dans une équipe +commands.scoreboard.teams.option.usage=/scoreboard teams option <équipe> +commands.scoreboard.teams.option.noValue=Les valeurs valides pour l'option %s sont : %s +commands.scoreboard.teams.option.success=Set option %s for team %s to %s +commands.gamemode.success.self=Changement de votre propre mode de jeu en %s. +commands.gamemode.success.other=Changement du mode de jeu de %s en %s. +commands.gamemode.usage=/gamemode [joueur] +commands.defaultgamemode.usage=/defaultgamemode +commands.defaultgamemode.success=Le mode de jeu par défaut du monde est maintenant %s. +commands.me.usage=/me +commands.help.header=--- Affichage de la page d'aide %d sur %d (/help ) --- +commands.help.footer=Astuce : Utilisez la touche en tapant une commande pour compléter la commande ou ses paramètres automatiquement. +commands.help.usage=/help [page|nom d'une commande] +commands.publish.started=Jeu local hébergé sur %s +commands.publish.failed=Impossible d'héberger le jeu local +commands.debug.start=Début du débogage +commands.debug.stop=Le débogage s'est arrêté après %.2f secondes (%d tics) +commands.debug.notStarted=Impossible d'arrêter l'analyse si elle n'a pas commencée ! +commands.debug.usage=/debug +commands.message.usage=/tell +commands.message.sameTarget=Tu ne peux pas t'envoyer un message privé! +commands.message.display.outgoing=Tu chuchotes à %s: %s +commands.message.display.incoming=%s chuchote : %s +commands.difficulty.usage=/difficulty +commands.difficulty.success=La difficulté a été changée en %s +commands.spawnpoint.usage=/spawnpoint OU /spawnpoint OU /spawnpoint +commands.spawnpoint.success=Le point de résurrection de %s a été défini en (%d,%d,%d) +commands.gamerule.usage=/gamerule OU /gamerule +commands.gamerule.success=La règle a été mise à jour +commands.gamerule.norule=Aucune règle nommée « %s » n'est disponible +commands.weather.usage=/weather [durée en secondes] +commands.weather.clear=Le temps s'éclaircit +commands.weather.rain=Le temps devient pluvieux +commands.weather.thunder=Le temps devient orageux +commands.testfor.usage=/testfor +commands.testfor.failed=/testfor est seulement utilisable par les blocs de commande avec un comparateur en sortie + +itemGroup.buildingBlocks=Blocs de construction +itemGroup.decorations=Blocs décoratifs +itemGroup.redstone=Redstone +itemGroup.transportation=Moyens de transport +itemGroup.misc=Divers +itemGroup.search=Rechercher +itemGroup.food=Nourriture +itemGroup.tools=Outils +itemGroup.combat=Combat +itemGroup.brewing=Potions +itemGroup.materials=Matières premières +itemGroup.inventory=Inventaire du mode survie + +inventory.binSlot=Détruire l'objet + +advMode.setCommand=Définir une commande pour le bloc +advMode.command=Commande +advMode.nearestPlayer=Utilisez "@p" pour cibler le joueur le plus proche +advMode.randomPlayer=Utilisez "@r" pour cibler un joueur aléatoire +advMode.allPlayers=Utilisez "@a" pour cibler tous les joueurs + +advMode.notEnabled=Les blocs de commande ne sont pas activés sur ce serveur +advMode.notAllowed=Vous devez être un opérateur en mode création + +mco.title=Minecraft Realms +mco.selectServer.select=Rejoindre le serveur +mco.selectServer.configure=Configurer +mco.selectServer.create=Créer le monde +mco.selectServer.moreinfo=Plus d'infos + +mco.configure.world.edit.title=Modifier le monde + +mco.configure.world.title=Configurer le monde +mco.configure.world.name=Nom +mco.configure.world.description=Description +mco.configure.world.location=Emplacement +mco.configure.world.invited=Invité +mco.configure.world.buttons.edit=Modifier +mco.configure.world.buttons.reset=Réinitialiser le monde +mco.configure.world.buttons.done=Valider +mco.configure.world.buttons.delete=Supprimer +mco.configure.world.buttons.open=Ouvrir le monde +mco.configure.world.buttons.close=Fermer le monde +mco.configure.world.buttons.invite=Inviter +mco.configure.world.buttons.uninvite=Annuler l'invitation +mco.configure.world.buttons.subscription=Subscription +mco.configure.world.invite.profile.name=Nom +mco.configure.world.uninvite.question=Êtes-vous certain de vouloir annuler l'invitation + +mco.configure.world.subscription.title=Subscription Info +mco.configure.world.subscription.daysleft=Days Left +mco.configure.world.subscription.start=Start Date +mco.configure.world.subscription.extend=Extend + +mco.create.world.location.title=Emplacements +mco.create.world.location.warning=Vous ne pouvez pas obtenir l'emplacement exact que vous sélectionnez +mco.create.world.wait=Création du monde... + +mco.reset.world.title=Réinitialiser le monde +mco.reset.world.warning=Ceci supprimera définitivement votre monde ! +mco.reset.world.seed=Graine (facultatif) +mco.reset.world.resetting.screen.title=Réinitialisation du monde... + +mco.configure.world.close.question.line1=Votre monde deviendra indisponible. +mco.configure.world.close.question.line2=Êtes-vous sûr de vouloir faire ça ? + +mco.connect.connecting=Connexion au serveur en ligne... +mco.connect.authorizing=Authentification en cours... +mco.connect.failed=Impossible de se connecter au serveur en ligne + +mco.create.world=Créer + diff --git a/1.5.2/lang/ga_IE.lang b/1.5.2/lang/ga_IE.lang new file mode 100644 index 00000000..67e1dabe --- /dev/null +++ b/1.5.2/lang/ga_IE.lang @@ -0,0 +1,1293 @@ +#X-Generator: crowdin.net + +language.name=Gaeilge +language.region=Éire +language.code=ga_IE + +gui.done=Déanta +gui.cancel=Cealaigh +gui.back=Back +gui.toMenu=Ar ais don scáileán teidil +gui.up=Suas +gui.down=Síos +gui.yes=Tá +gui.no=Níl + +menu.singleplayer=Imreoir Aonair +menu.multiplayer=Mód Ilimreora +menu.online=Minecraft Realms +menu.options=Roghanna... +menu.quit=Scoir den Chluiche +menu.returnToMenu=Sábháil agus Scoir don Theideal +menu.disconnect=Dícheangail +menu.returnToGame=Ar ais don Chluiche +menu.switchingLevel=Ag aistriú domhan +menu.generatingLevel=Ag giniúint domhain +menu.loadingLevel=Ag luchtú domhain +menu.generatingTerrain=Ag tógáil tír-raoin +menu.convertingLevel=Ag tiontú domhain +menu.simulating=Ag ionsamhlú an domhain ar feadh tamaillín +menu.respawning=Ag athionchollú +menu.shareToLan=Oscail don LAN + +selectWorld.title=Roghnaigh Domhan +selectWorld.empty=folamh +selectWorld.world=Domhan +selectWorld.select=Imir sa Domhan Roghnaithe +selectWorld.create=Cruthaigh Domhan Nua +selectWorld.recreate=Athchruthaigh +selectWorld.createDemo=Imir i nDomhan Taispeána Nua +selectWorld.delete=Scrios +selectWorld.rename=Athainmnigh +selectWorld.deleteQuestion=An bhfuil tú cinnte gur mian leat an domhan seo a scriosadh? +selectWorld.deleteWarning=- beidh an domhan seo caillte go deo! (Tréimhse fhada!) +selectWorld.deleteButton=Scrios +selectWorld.renameButton=Athainmnigh +selectWorld.renameTitle=Athainmnigh Domhan +selectWorld.conversion=Ní mór é a thiontú! +selectWorld.newWorld=Domhan Nua +selectWorld.newWorld.copyOf=Cóip de %s +selectWorld.enterName=Ainm an Domhain +selectWorld.resultFolder=Sábhálfar é san fhillteán: +selectWorld.enterSeed=Síol don Ghineadóir Domhan +selectWorld.seedInfo=Fág bán le haghaidh síl randamaigh +selectWorld.cheats=Caimiléireachtaí +selectWorld.customizeType=Saincheap + +createWorld.customize.presets=Réamhshocruithe +createWorld.customize.presets.title=Roghnaigh Réamhshocrú +createWorld.customize.presets.select=Úsáid Réamhshocrú +createWorld.customize.presets.share=Ar mhaith leath do réamhshocrú a roinnt? Úsáid an bosca thíos! +createWorld.customize.presets.list=Nó, seo duit roinnt réamhshocruithe a rinne muid roimh ré! +createWorld.customize.flat.title=Saincheapadh Domhain Shárchothroim +createWorld.customize.flat.tile=Ábhar na Scaire +createWorld.customize.flat.height=Airde +createWorld.customize.flat.addLayer=Cuir Scair Leis +createWorld.customize.flat.editLayer=Athraigh Scair +createWorld.customize.flat.removeLayer=Bain Scair De +createWorld.customize.flat.layer.top=Barr - %d +createWorld.customize.flat.layer=%d +createWorld.customize.flat.layer.bottom=Bun - %d + +gameMode.survival=Mód Marthanais +gameMode.creative=Mód Cruthaitheach +gameMode.adventure=Mód Eachtra +gameMode.hardcore=Mód Antoisceach! +gameMode.changed=Nuashonraíodh do mhód cluiche + +selectWorld.gameMode=Mód Cluiche: +selectWorld.gameMode.survival=Marthanas +selectWorld.gameMode.survival.line1=Cuardaigh acmhainní, ceardaíocht, buaigh +selectWorld.gameMode.survival.line2=leibhéil, sláinte agus ocras +selectWorld.gameMode.creative=Cruthaitheach +selectWorld.gameMode.creative.line1=Acmhainní agus eitilt gan teorainn agus +selectWorld.gameMode.creative.line2=scriosadh bloc ar an toirt +selectWorld.gameMode.hardcore=Antoisceach +selectWorld.gameMode.hardcore.line1=Mar an gcéanna le mód marthanais, faoi ghlas sa leibhéal is +selectWorld.gameMode.hardcore.line2=deacra, agus saol amháin agat +selectWorld.gameMode.adventure=Eachtra +selectWorld.gameMode.adventure.line1=Mar an gcéanna le mód marthanais, ach ní féidir +selectWorld.gameMode.adventure.line2=bloic a chur ná bloic a bhaint +selectWorld.moreWorldOptions=Tuilleadh Roghanna Domhain... +selectWorld.mapFeatures=Gin Struchtúir: +selectWorld.mapFeatures.info=Sráidbhailte, doinsiúin srl +selectWorld.mapType=Cineál Domhain: +selectWorld.mapType.normal=Gnách +selectWorld.allowCommands=Ceadaigh Caimiléireachtaí: +selectWorld.allowCommands.info=Orduithe cosúil le /gamemode, /xp +selectWorld.hardcoreMode=Antoisceach: +selectWorld.hardcoreMode.info=Scriosfar an Domhan ar do bhás +selectWorld.bonusItems=Cófra Bónais: + +generator.default=Réamhshocrú +generator.flat=Sárchothrom +generator.largeBiomes=Bithóim Mhóra + +selectServer.title=Roghnaigh Freastalaí +selectServer.empty=folamh +selectServer.select=Ceangail leis an bhFreastalaí +selectServer.direct=Ceangal Díreach +selectServer.edit=Athraigh +selectServer.delete=Scrios +selectServer.add=Cuir freastalaí leis +selectServer.defaultName=Freastalaí Minecraft +selectServer.deleteQuestion=An bhfuil tú cinnte gur mian leat an freastalaí seo a bhaint? +selectServer.deleteWarning=Beidh an freastalaí seo caillte go deo! (Tréimhse fhada!) +selectServer.deleteButton=Scrios +selectServer.refresh=Athnuaigh +selectServer.hiddenAddress=(Ceilte) +addServer.title=Athraigh Airíonna an Fhreastalaí +addServer.enterName=Ainm an Fhreastalaí +addServer.enterIp=Seoladh an Fhreastalaí +addServer.add=Déanta +addServer.hideAddress=Ceil Seoladh +lanServer.title=Domhan ar an Líon Logánta +lanServer.scanning=Scanning for games on your local network +lanServer.start=Tosaigh Domhan ar an Líon Logánta +lanServer.otherPlayers=Socruithe le haghaidh Imreoirí Eile +mcoServer.title=Domhan Minecraft Ar Líne + +multiplayer.title=Imir i mód Ilimreora +multiplayer.connect=Ceangail +multiplayer.info1=Níl mód Ilimreora Minecraft críochnaithe faoi ​​láthair, ach tá +multiplayer.info2=roinnt tástála luaithe fabhtaí ar siúl. +multiplayer.ipinfo=Cuir isteach seoladh IP freastalaí chun ceangal leis: + +multiplayer.texturePrompt.line1=Molann an freastalaí seo duit úsáid a baint as pacáiste uigeachtaí saincheaptha. +multiplayer.texturePrompt.line2=An bhfuil fonn ort é a íosluchtú agus a shuiteáil go huathoibríoch? + +multiplayer.downloadingTerrain=Ag íosluchtú tír-raoin + +multiplayer.stopSleeping=Fág do Leaba + +chat.link.confirm=An bhfuil tú cinnte gur mian leat an suíomh gréasáin seo a oscailt? +chat.link.warning=Ná hoscail naisc ó dhaoine nach bhfuil muinín agat astu! +chat.copy=Cóipeáil don Ghearrthaisce + +menu.playdemo=Imir sa Domhan Taispeána +menu.resetdemo=Athshocraigh an Domhan Taispeána +demo.day.1=Mairfidh an leagan taispeána seo cúig lá cluiche, déan do dhícheall! +demo.day.2=Lá a Dó +demo.day.3=Lá a Trí +demo.day.4=Lá a Ceathair +demo.day.5=Seo é do lá deireanach! +demo.day.warning=Tá d'am beagnach istigh! +demo.day.6=Tá do​​ chúigiú lá thart, bain úsáid as F2 chun pictiúr do chruthúcháin a shábháil +demo.reminder=Tá an t-am taispeána thart, ceannaigh an cluiche chun leanúint ar aghaidh nó cruthaigh domhan nua! +demo.remainingTime=Am fágtha: %s +demo.demoExpired=Tá an t-am taispeána thart! +demo.help.movement=Úsáid %1$s, %2$s, %3$s, %4$s agus an luch chun bogadh thart +demo.help.movementShort=Bog trí bhrú ar %1$s, %2$s, %3$s, %4$s +demo.help.movementMouse=Bain úsáid as an luch le breathnú tharat +demo.help.jump=Léim trí bhrú ar %1$s +demo.help.inventory=Úsáid %1$s chun d'fhardal a oscailt +demo.help.title=Mód Taispeána Minecraft +demo.help.fullWrapped=Mairfidh an leagan taispeána seo ar feadh 5 lá cluiche (thart ar uair agus 40 nóiméad fíor-ama). Féach "Éachtaí" le haghaidh leideanna! Bain taitneamh as! +demo.help.buy=Ceannaigh Anois! +demo.help.later=Lean leis an gcluiche! + +connect.connecting=Ag ceangal leis an bhfreastalaí... +connect.authorizing=Ag logáil isteach... +connect.failed=Theip ar cheangal leis an bhfreastalaí + +disconnect.genericReason=%s +disconnect.disconnected=Dhícheangail an Freastalaí thú +disconnect.lost=Ceangal Caillte +disconnect.kicked=Díbeartha den chluiche +disconnect.timeout=Thar am +disconnect.closed=Ceangal dúnta +disconnect.loginFailed=Theip ar logáil isteach +disconnect.loginFailedInfo=Theip ar logáil isteach: %s +disconnect.quitting=Ag scor +disconnect.endOfStream=Deireadh an tsrutha +disconnect.overflow=Róshreabhadh maoláin +disconnect.spam=Díbeartha de bharr sheoladh turscair + +options.off=AS +options.on=ANN +options.visible=Infheicthe +options.hidden=Ceilte +options.title=Roghanna +options.controls=Rialtáin... +options.video=Socruithe Físe... +options.language=Teanga... +options.languageWarning=Is féidir nach bhfuil na haistriúcháin foirfe +options.videoTitle=Socruithe Físe +options.music=Ceol +options.sound=Fuaim +options.invertMouse=Inbhéartaigh an Luch +options.fov=Réimse Radhairc +options.fov.min=Gnách +options.fov.max=Quake Pro +options.gamma=Gile +options.gamma.min=Gruama +options.gamma.max=Geal +options.sensitivity=Íogaireacht +options.sensitivity.min=*méanfach* +options.sensitivity.max=HIPEARLUAS!!! +options.renderDistance=Fad Rindreála +options.renderDistance.tiny=Bídeach +options.renderDistance.short=Gearr +options.renderDistance.normal=Gnách +options.renderDistance.far=Fada +options.viewBobbing=Bocáil Amhairc +options.ao=Soilsiú Slim +options.ao.off=Off +options.ao.min=Minimum +options.ao.max=Maximum +options.anaglyph=Anaiglif 3D +options.framerateLimit=Feidhmíocht +options.difficulty=Deacracht +options.difficulty.peaceful=Síochánta +options.difficulty.easy=Éasca +options.difficulty.normal=Gnách +options.difficulty.hard=Deacair +options.difficulty.hardcore=Antoisceach +options.graphics=Grafaic +options.graphics.fancy=Maisiúil +options.graphics.fast=Luath +options.guiScale=Scála GUI +options.guiScale.auto=Uathoibríoch +options.guiScale.small=Beag +options.guiScale.normal=Gnách +options.guiScale.large=Mór +options.advancedOpengl=Ardleibhéal OpenGL +options.renderClouds=Scamaill +options.farWarning1=Moltar suiteáil Java 64-ghiotán +options.farWarning2=le haghaidh fad rindreála 'Fada' (tá 32-ghiotán agat) +options.particles=Cáithníní +options.particles.all=Gach +options.particles.decreased=Laghdaithe +options.particles.minimal=Íosta +options.multiplayer.title=Socruithe Ilimreora... +options.chat.title=Socruithe Comhrá... +options.chat.visibility=Comhrá +options.chat.visibility.full=Infheicthe +options.chat.visibility.system=Orduithe Amháin +options.chat.visibility.hidden=Ceilte +options.chat.color=Dathanna +options.chat.opacity=Teimhneacht +options.chat.links=Naisc Idirlín +options.chat.links.prompt=Leid do Naisc +options.chat.scale=Scála +options.chat.width=Leithead +options.chat.height.focused=Airde le Fócas +options.chat.height.unfocused=Airde gan Fhócas +options.showCape=Taispeáin Cába +options.serverTextures=Uigeachtaí an Fhreastalaí +options.snooper=Ceadaigh Fairtheoir +options.snooper.view=Socruithe Fairtheora... +options.snooper.title=Sonraíocht do Ríomhaire Bailithe +options.snooper.desc=Ba mhaith linn faisnéis faoi do ríomhaire a bhailiú chun cabhrú le feabhas a chur ar Minecraft trí eolas a bheith againn cén crua-earraí a úsáidtear agus cé hiad na fadhbanna is mó. Tá an fhaisnéis seo le feiceáil thíos agus ní dhéanaimid aon bhaint idir faisnéis do ríomhaire agus do chuntas ná d'ainm. Geallaimid nach ndéanaimid rud ar bith mícheart leis na sonraí seo, ach más maith leat cuir as an rogha seo! +options.texture.pack=Pacáistí Uigeachtaí +options.fullscreen=Lánscáileán +options.vsync=Úsáid VSync +options.touchscreen=Mód Scáileán Tadhaill + +performance.max=FPS Uasta +performance.balanced=Cothrom +performance.powersaver=Spárálaí Cumhachta + +controls.title=Rialtáin + +key.forward=Ar Aghaidh +key.left=Ar Chlé +key.back=Siar +key.right=Ar Dheis +key.jump=Léim +key.inventory=Fardal +key.drop=Leag Uait +key.chat=Comhrá +key.fog=Scorán Ceo +key.sneak=Téaltaigh +key.playerlist=Liostáil Imreoirí +key.attack=Ionsaigh +key.use=Bain Úsáid as Earra +key.pickItem=Pioc Bloc +key.mouseButton=Cnaipe %1$s +key.command=Ordú + +texturePack.openFolder=Fillteán na bpacáistí uigeachtaí +texturePack.title=Roghnaigh Pacáiste Uigeachtaí +texturePack.folderInfo=(Cuir pacáistí uigeachtaí anseo) +texturePack.incompatible=Neamh-chomhoiriúnach + +book.pageIndicator=Leathanach %1$s de %2$s +book.byAuthor=le %1$s +book.signButton=Sínigh +book.editTitle=Teideal an Leabhair: +book.finalizeButton=Sínigh agus Dún +book.finalizeWarning=Tabhair faoi deara! Nuair a shíneoidh tú an leabhar, ní bheidh tú in ann é a athrú. + +tile.stone.name=Cloch + +tile.grass.name=Bloc Féir +tile.dirt.name=Ithir +tile.stonebrick.name=Duirleog +tile.wood.name=Plainc Adhmaid +tile.wood.oak.name=Plainc Dharach +tile.wood.spruce.name=Plainc Sprúis +tile.wood.birch.name=Plainc Bheithe +tile.wood.jungle.name=Plainc Adhmad Dufaire +tile.sapling.oak.name=Dair Óg +tile.sapling.spruce.name=Sprús Óg +tile.sapling.birch.name=Beith Óg +tile.sapling.jungle.name=Crann Dufaire Óg +tile.deadbush.name=Tor Marbh +tile.bedrock.name=Buncharraig +tile.water.name=Uisce +tile.lava.name=Laibhe +tile.sand.name=Gaineamh +tile.sandStone.name=Gaineamhchloch +tile.sandStone.default.name=Gaineamhchloch +tile.sandStone.chiseled.name=Gaineamhchloch Shiséalta +tile.sandStone.smooth.name=Gaineamhchloch Mhín +tile.gravel.name=Gairbhéal +tile.oreGold.name=Mian Óir +tile.oreIron.name=Amhiarann +tile.oreCoal.name=Mian Guail +tile.log.name=Adhmad +tile.log.oak.name=Adhmad Darach +tile.log.spruce.name=Adhmad Sprúis +tile.log.birch.name=Adhmad Beithe +tile.log.jungle.name=Adhmad Dufaire +tile.leaves.name=Duilleoga +tile.leaves.oak.name=Duilleoga Darach +tile.leaves.spruce.name=Duilleoga Sprúis +tile.leaves.birch.name=Duilleoga Beithe +tile.leaves.jungle.name=Duilleoga Dufaire +tile.tallgrass.name=Féar +tile.tallgrass.shrub.name=Tor +tile.tallgrass.grass.name=Féar +tile.tallgrass.fern.name=Raithneach +tile.sponge.name=Spúinse +tile.glass.name=Gloine +tile.thinGlass.name=Pána Gloine +tile.cloth.name=Olann +tile.flower.name=Bláth +tile.rose.name=Rós +tile.mushroom.name=Muisiriún +tile.blockGold.name=Bloc Óir +tile.blockIron.name=Bloc Iarainn +tile.stoneSlab.stone.name=Leac Chloiche +tile.stoneSlab.sand.name=Leac Ghaineamhchloiche +tile.stoneSlab.wood.name=Leac Adhmaid +tile.stoneSlab.cobble.name=Leac Duirleoga +tile.stoneSlab.brick.name=Leac Bhrící +tile.stoneSlab.smoothStoneBrick.name=Leac Bhrící Cloiche +tile.stoneSlab.netherBrick.name=Leac Íochtarbhríce +tile.stoneSlab.quartz.name=Leac Ghrianchloiche +tile.woodSlab.oak.name=Leac Dharach +tile.woodSlab.spruce.name=Leac Sprúis +tile.woodSlab.birch.name=Leac Bheithe +tile.woodSlab.jungle.name=Leac Adhmad Dufaire +tile.brick.name=Brící +tile.tnt.name=TNT +tile.bookshelf.name=Seilf Leabhar +tile.stoneMoss.name=Cloch Chaonaigh +tile.obsidian.name=Obsaidian +tile.torch.name=Tóirse +tile.fire.name=Tine +tile.mobSpawner.name=Iomadán Arrachtaí +tile.stairsWood.name=Staighre Darach +tile.stairsWoodSpruce.name=Staighre Sprúis +tile.stairsWoodBirch.name=Staighre Beithe +tile.stairsWoodJungle.name=Staighre Adhmad Dufaire +tile.chest.name=Cófra +tile.chestTrap.name=Cófra Gaiste +tile.redstoneDust.name=Deannach Deargchloiche +tile.oreDiamond.name=Mian Diamaint +tile.blockDiamond.name=Bloc Diamaint +tile.workbench.name=Bord Ceardaíochta +tile.crops.name=Barra +tile.farmland.name=Talamh Feirme +tile.furnace.name=Foirnéis +tile.sign.name=Comhartha +tile.doorWood.name=Doras Adhmaid +tile.ladder.name=Dréimire +tile.rail.name=Ráillí +tile.goldenRail.name=Ráillí Cumhachtaithe +tile.activatorRail.name=Ráillí Gníomhachtóra +tile.detectorRail.name=Ráillí Brathadóireachta +tile.stairsStone.name=Staighre Cloiche +tile.stairsSandStone.name=Staighre Gaineamhchloiche +tile.lever.name=Luamhán +tile.pressurePlate.name=Brúphláta +tile.weightedPlate_light.name=Brúphláta Ualaithe (Éadrom) +tile.weightedPlate_heavy.name=Brúphláta Ualaithe (Trom) +tile.doorIron.name=Doras Iarainn +tile.oreRedstone.name=Mian Dheargchloiche +tile.notGate.name=Tóirse Deargchloiche +tile.button.name=Cnaipe +tile.snow.name=Sneachta +tile.ice.name=Oighear +tile.cactus.name=Cachtas +tile.clay.name=Cré +tile.reeds.name=Cána Siúcra +tile.jukebox.name=Júcbhosca +tile.fence.name=Claí +tile.fenceGate.name=Geata Claí +tile.pumpkin.name=Puimcín +tile.litpumpkin.name=Seán na gealaí +tile.hellrock.name=Íochtarchloch +tile.hellsand.name=Gaineamh Anama +tile.lightgem.name=Lonnraít +tile.portal.name=Tairseach +tile.cloth.black.name=Olann Dhubh +tile.cloth.red.name=Olann Dhearg +tile.cloth.green.name=Olann Uaine +tile.cloth.brown.name=Olann Dhonn +tile.cloth.blue.name=Olann Ghorm +tile.cloth.purple.name=Olann Chorcra +tile.cloth.cyan.name=Olann Chian +tile.cloth.silver.name=Olann Fhionnliath +tile.cloth.gray.name=Olann Liath +tile.cloth.pink.name=Olann Bhándearg +tile.cloth.lime.name=Olann Líomach +tile.cloth.yellow.name=Olann Bhuí +tile.cloth.lightBlue.name=Olann Bhánghorm +tile.cloth.magenta.name=Olann Mhaigeanta +tile.cloth.orange.name=Olann Oráisteach +tile.cloth.white.name=Olann +tile.oreLapis.name=Mian Lapis Lazuli +tile.blockLapis.name=Bloc Lapis Lazuli +tile.dispenser.name=Teilgeoir +tile.dropper.name=Dáileoir +tile.musicBlock.name=Bloc Nóta +tile.cake.name=Cáca +tile.bed.name=Leaba +tile.bed.occupied=Tá an leaba seo gafa +tile.bed.noSleep=Ní féidir leat codladh ach san oíche +tile.bed.notSafe=Ní féidir leat do scíth a ligean anois, tá arrachtaí in aice leat +tile.bed.notValid=Bhí do leaba bhaile ar iarraidh nó bhí bac uirthi +tile.lockedchest.name=Cófra faoi ghlas +tile.trapdoor.name=Comhla Thógála +tile.web.name=Gréasán an Damháin Alla +tile.stonebricksmooth.name=Brící Cloiche +tile.stonebricksmooth.default.name=Brící Cloiche +tile.stonebricksmooth.mossy.name=Brící Cloiche Caonaigh +tile.stonebricksmooth.cracked.name=Brící Cloiche Gágacha +tile.stonebricksmooth.chiseled.name=Brící Cloiche Siséalta +tile.monsterStoneEgg.stone.name=Ubh Arrachta i gCloch +tile.monsterStoneEgg.cobble.name=Ubh Arrachta i nDuirleog +tile.monsterStoneEgg.brick.name=Ubh Arrachta i mBrící Cloiche +tile.pistonBase.name=Loine +tile.pistonStickyBase.name=Loine Greamaitheach +tile.fenceIron.name=Barraí Iarainn +tile.melon.name=Mealbhacán +tile.stairsBrick.name=Staighre Bríce +tile.stairsStoneBrickSmooth.name=Staighre Bhríce Cloiche +tile.vine.name=Féithleog +tile.netherBrick.name=Bloc Íochtarbhrící +tile.netherFence.name=Claí Íochtarbhríce +tile.stairsNetherBrick.name=Staighre Íochtarbhríce +tile.netherStalk.name=Mus an Íochtair +tile.cauldron.name=Coire +tile.enchantmentTable.name=Bord Asarlaíochta +tile.anvil.name=Inneoin +tile.anvil.intact.name=Inneoin +tile.anvil.slightlyDamaged.name=Inneoin ar Bheagán Damáiste +tile.anvil.veryDamaged.name=Inneoin ar Mhórán Damáiste +tile.whiteStone.name=Cloch na Críche +tile.endPortalFrame.name=Tairseach don Chríoch +tile.mycel.name=Mícéiliam +tile.waterlily.name=Duilleog Bháite +tile.dragonEgg.name=Ubh Dhragain +tile.redstoneLight.name=Lampa Deargchloiche +tile.cocoa.name=Cócó +tile.enderChest.name=Cófra na Críche +tile.oreRuby.name=Mian Rúibín +tile.oreEmerald.name=Mian Smaragaide +tile.blockEmerald.name=Bloc Smaragaide +tile.blockRedstone.name=Bloc Deargchloiche +tile.tripWire.name=Sreang Thuisle +tile.tripWireSource.name=Crúca Shreang Tuisle +tile.commandBlock.name=Bloc Ordaithe +tile.beacon.name=Rabhcán +tile.beacon.primary=Príomhchumhacht +tile.beacon.secondary=Fochumhacht +tile.cobbleWall.normal.name=Balla Duirleoga +tile.cobbleWall.mossy.name=Balla Duirleoga Caonaí +tile.carrots.name=Meacain Dhearga +tile.potatoes.name=Prátaí +tile.daylightDetector.name=Braiteoir Sholas an Lae +tile.netherquartz.name=Mian Ghrianchloch an Íochtair +tile.hopper.name=Crannóg +tile.quartzBlock.default.name=Bloc Grianchloiche +tile.quartzBlock.chiseled.name=Bloc Grianchloiche Siséalta +tile.quartzBlock.lines.name=Colún Grianchloiche +tile.stairsQuartz.name=Staighre Grianchloiche + +item.shovelIron.name=Sluasaid Iarainn +item.pickaxeIron.name=Piocóid Iarainn +item.hatchetIron.name=Tua Iarainn +item.flintAndSteel.name=Breochloch is Cruach +item.apple.name=Úll +item.cookie.name=Briosca +item.bow.name=Bogha +item.arrow.name=Saighead +item.coal.name=Gual +item.charcoal.name=Gualach +item.diamond.name=Diamant +item.emerald.name=Smaragaid +item.ingotIron.name=Tinne Iarainn +item.ingotGold.name=Tinne Óir +item.swordIron.name=Claíomh Iarainn +item.swordWood.name=Claíomh Adhmaid +item.shovelWood.name=Sluasaid Adhmaid +item.pickaxeWood.name=Piocóid Adhmaid +item.hatchetWood.name=Tua Adhmaid +item.swordStone.name=Claíomh Cloiche +item.shovelStone.name=Sluasaid Chloiche +item.pickaxeStone.name=Piocóid Chloiche +item.hatchetStone.name=Tua Chloiche +item.swordDiamond.name=Claíomh Diamaint +item.shovelDiamond.name=Sluasaid Diamaint +item.pickaxeDiamond.name=Piocóid Diamaint +item.hatchetDiamond.name=Tua Dhiamaint +item.stick.name=Maide +item.bowl.name=Babhla +item.mushroomStew.name=Stobhach Muisiriún +item.swordGold.name=Claíomh Óir +item.shovelGold.name=Sluasaid Óir +item.pickaxeGold.name=Piocóid Óir +item.hatchetGold.name=Tua Óir +item.string.name=Sreangán +item.feather.name=Cleite +item.sulphur.name=Púdar Gunna +item.hoeWood.name=Grafóg Adhmaid +item.hoeStone.name=Grafóg Chloiche +item.hoeIron.name=Grafóg Iarainn +item.hoeDiamond.name=Grafóg Dhiamaint +item.hoeGold.name=Grafóg Óir +item.seeds.name=Síolta +item.seeds_pumpkin.name=Síolta Puimcín +item.seeds_melon.name=Síolta Mealbhacáin +item.melon.name=Mealbhacán +item.wheat.name=Cruithneacht +item.bread.name=Arán +item.helmetCloth.name=Caipín Leathair +item.chestplateCloth.name=Ionar Leathair +item.leggingsCloth.name=Bríste Leathair +item.bootsCloth.name=Bróga Leathair +item.helmetChain.name=Clogad Mháille na Lúb +item.chestplateChain.name=Uchtach Mháille na Lúb +item.leggingsChain.name=Loirgneáin Mháille na Lúb +item.bootsChain.name=Bróga Mháille na Lúb +item.helmetIron.name=Clogad Iarainn +item.chestplateIron.name=Uchtach Iarainn +item.leggingsIron.name=Loirgneáin Iarainn +item.bootsIron.name=Bróga Iarainn +item.helmetDiamond.name=Clogad Diamaint +item.chestplateDiamond.name=Uchtach Diamaint +item.leggingsDiamond.name=Loirgneáin Diamaint +item.bootsDiamond.name=Bróga Diamaint +item.helmetGold.name=Clogad Óir +item.chestplateGold.name=Uchtach Óir +item.leggingsGold.name=Loirgneáin Óir +item.bootsGold.name=Bróga Óir +item.flint.name=Breochloch +item.porkchopRaw.name=Gríscín Muiceola Amh +item.porkchopCooked.name=Gríscín Muiceola Cócaráilte +item.chickenRaw.name=Sicín Amh +item.chickenCooked.name=Sicín Cócaráilte +item.beefRaw.name=Mairteoil Amh +item.beefCooked.name=Stéig +item.painting.name=Pictiúr +item.frame.name=Fráma Earra +item.appleGold.name=Úll Óir +item.sign.name=Comhartha +item.doorWood.name=Doras Adhmaid +item.bucket.name=Buicéad +item.bucketWater.name=Buicéad Uisce +item.bucketLava.name=Buicéad Laibhe +item.minecart.name=Cairt Mianaigh +item.saddle.name=Diallait +item.doorIron.name=Doras Iarainn +item.redstone.name=Deargchloch +item.snowball.name=Meall Sneachta +item.boat.name=Bád +item.leather.name=Leathar +item.milk.name=Bainne +item.brick.name=Bríce +item.clay.name=Cré +item.reeds.name=Cánaí Siúcra +item.paper.name=Páipéar +item.book.name=Leabhar +item.slimeball.name=Liathróid Slaim +item.minecartChest.name=Cairt Mianaigh le Cófra +item.minecartFurnace.name=Cairt Mianaigh le Foirnéis +item.minecartTnt.name=Cairt Mianaigh le TNT +item.minecartHopper.name=Cairt Mianaigh le Crannóg +item.egg.name=Ubh +item.compass.name=Compás +item.fishingRod.name=Slat Iascaigh +item.clock.name=Clog +item.yellowDust.name=Deannach Lonnraíte +item.fishRaw.name=Iasc Amh +item.fishCooked.name=Iasc Cócaráilte +item.record.name=Diosca Ceoil +item.bone.name=Cnámh +item.dyePowder.black.name=Sac Dúigh +item.dyePowder.red.name=Rósdearg +item.dyePowder.green.name=Glas Cachtais +item.dyePowder.brown.name=Pónairí Cacó +item.dyePowder.blue.name=Lapis Lazuli +item.dyePowder.purple.name=Ruaim Chorcra +item.dyePowder.cyan.name=Ruaim Chian +item.dyePowder.silver.name=Ruaim Fhionnliath +item.dyePowder.gray.name=Ruaim Liath +item.dyePowder.pink.name=Ruaim Bhándearg +item.dyePowder.lime.name=Ruaim Líomach +item.dyePowder.yellow.name=Ruaim Bhuí an Chaisearbháin +item.dyePowder.lightBlue.name=Ruaim Bhánghorm +item.dyePowder.magenta.name=Ruaim Mhaigeanta +item.dyePowder.orange.name=Ruaim Oráisteach +item.dyePowder.white.name=Min Chnámh +item.sugar.name=Siúcra +item.cake.name=Cáca +item.bed.name=Leaba +item.diode.name=Athsheoltóir Deargchloiche +item.comparator.name=Comparadóir Deargchloiche +item.map.name=Léarscáil +item.leaves.name=Duilleoga +item.shears.name=Deimheas +item.rottenFlesh.name=Feoil Lofa +item.enderPearl.name=Péarla na Críche +item.blazeRod.name=Slat Lasaire +item.ghastTear.name=Deoir an Uafairigh +item.netherStalkSeeds.name=Mus an Íochtair +item.potion.name=Posóid +item.emptyPotion.name=Buidéal Uisce +item.goldNugget.name=Cnap Óir +item.glassBottle.name=Buidéal Gloine +item.spiderEye.name=Súil Damháin Alla +item.fermentedSpiderEye.name=Súil Damháin Alla Coipthe +item.blazePowder.name=Púdar Lasaire +item.magmaCream.name=Uachtar Magma +item.cauldron.name=Coire +item.brewingStand.name=Seastán Grúdaireachta +item.eyeOfEnder.name=Súil na Críche +item.speckledMelon.name=Mealbhacán Drithleach +item.monsterPlacer.name=Gin +item.expBottle.name=Buidéal Asarlaíochta +item.fireball.name=Lánán Tine +item.writingBook.name=Leabhar agus Peann Cleite +item.writtenBook.name=Leabhar Scríofa +item.ruby.name=Rúibín +item.flowerPot.name=Pota Bláthanna +item.emptyMap.name=Léarscáil Bhán +item.carrots.name=Meacan Dearg +item.carrotGolden.name=Cairéad Óir +item.potato.name=Práta +item.potatoBaked.name=Práta Bácáilte +item.potatoPoisonous.name=Práta Nimhiúil +item.skull.skeleton.name=Cloigeann Cnámharlaigh +item.skull.wither.name=Cloigeann Chnámharlach Seargthóra +item.skull.zombie.name=Ceann Zombaí +item.skull.char.name=Ceann +item.skull.player.name=Ceann %s +item.skull.creeper.name=Ceann Téaltóra +item.carrotOnAStick.name=Meacan Dearg ar Maide +item.netherStar.name=Réalta an Íochtair +item.pumpkinPie.name=Pióg Phuimcín +item.enchantedBook.name=Leabhar Faoi Dhraíocht +item.fireworks.name=Roicéad Tine Ealaíne +item.fireworks.flight=Tréimhse Eitilte: +item.fireworksCharge.name=Réalta Tine Ealaíne +item.fireworksCharge.black=Dubh +item.fireworksCharge.red=Dearg +item.fireworksCharge.green=Uaine +item.fireworksCharge.brown=Donn +item.fireworksCharge.blue=Gorm +item.fireworksCharge.purple=Corcra +item.fireworksCharge.cyan=Cian +item.fireworksCharge.silver=Fionnliath +item.fireworksCharge.gray=Liath +item.fireworksCharge.pink=Bándearg +item.fireworksCharge.lime=Líomach +item.fireworksCharge.yellow=Buí +item.fireworksCharge.lightBlue=Bánghorm +item.fireworksCharge.magenta=Maigeanta +item.fireworksCharge.orange=Oráisteach +item.fireworksCharge.white=Bán +item.fireworksCharge.customColor=Saincheaptha +item.fireworksCharge.fadeTo=Céimnigh go +item.fireworksCharge.flicker=Drithleach +item.fireworksCharge.trail=Rian +item.fireworksCharge.type.0=Liathróid Bheag +item.fireworksCharge.type.1=Liathróid Mhór +item.fireworksCharge.type.2=Réaltchruthach +item.fireworksCharge.type.3=I gCruth Téaltóra +item.fireworksCharge.type.4=Pléascach +item.fireworksCharge.type=Cruth Anaithnid +item.netherbrick.name=Íochtarbhríce +item.netherquartz.name=Grianchloch an Íochtair + +container.inventory=Fardal +container.hopper=Crannóg Earraí +container.crafting=Ceardaíocht +container.dispenser=Teilgeoir +container.dropper=Dáileoir +container.furnace=Foirnéis +container.enchant=Asarlaíocht +container.repair=Deisigh & Ainmnigh +container.repair.cost=Costas Asarlaíochta: %1$d +container.repair.expensive=Ró-chostasach! +container.creative=Roghnú Earra +container.brewing=Seastán Grúdaireachta +container.chest=Cófra +container.chestDouble=Cófra Mór +container.minecart=Cairt Mianaigh +container.enderchest=Cófra na Críche + +item.dyed=Daite + +entity.Item.name=Earra +entity.XPOrb.name=Cruinneog Thaithí +entity.SmallFireball.name=Caor Thine Bheag +entity.Fireball.name=Caor Thine + +entity.Arrow.name=saighead +entity.Snowball.name=Meall Sneachta +entity.Painting.name=Pictiúr + +entity.Mob.name=Créatúr +entity.Monster.name=Arracht + +entity.Creeper.name=Téaltóir +entity.Skeleton.name=Cnámharlach +entity.Spider.name=Damhán Alla +entity.Giant.name=Fathach +entity.Zombie.name=Zombaí +entity.Slime.name=Slam +entity.Ghast.name=Uafaireach +entity.PigZombie.name=Mucachán Zombaí +entity.Enderman.name=Críochnaitheoir +entity.Silverfish.name=Gilín +entity.CaveSpider.name=Damhán Alla Pluaise +entity.Blaze.name=Lasaire +entity.LavaSlime.name=Ciúb Magma +entity.MushroomCow.name=Múúisiriún +entity.Villager.name=Sráideánach +entity.VillagerGolem.name=Gólam Iarainn +entity.SnowMan.name=Gólam Sneachta +entity.EnderDragon.name=Dragan na Críche +entity.WitherBoss.name=Seargthóir +entity.Witch.name=Cailleach + +entity.Pig.name=Muc +entity.Sheep.name=Caora +entity.Cow.name=Bó +entity.Chicken.name=Sicín +entity.Squid.name=Scuid +entity.Wolf.name=Mac Tíre +entity.Ozelot.name=Osalat +entity.Cat.name=Cat +entity.Bat.name=Ialtóg + +entity.PrimedTnt.name=Bloc TNT +entity.FallingSand.name=Bloc ag Titim + +entity.Minecart.name=Cairt Mianaigh +entity.Boat.name=Bád + +entity.generic.name=anaithnid + +death.fell.accident.ladder=Thit %1$s de dréimire +death.fell.accident.vines=Thit %1$s d'fhéithleog éigin +death.fell.accident.water=Thit %1$s amach as an uisce +death.fell.accident.generic=Thit %1$s ó hairde mhór +death.fell.killer=Bhí titim i ndán do %1$s +death.fell.assist=Dhaor %2$s %1$s chun titime +death.fell.assist.item=Dhaor %2$s %1$s chun titime le %3$s +death.fell.finish=Thit %1$s rófhada ar fad agus thug %2$s buille scoir dó/di +death.fell.finish.item=Thit %1$s rófhada ar fad agus thug %2$s buille scoir dó/di le %3$s + +death.attack.inFire=D'imigh %1$s in aon bhladhm amháin +death.attack.inFire.player=Shiúil %1$s isteach sa tine agus é/í ag troid le %2$s +death.attack.onFire=Dódh beo beathach %1$s +death.attack.onFire.player=Dódh %1$s ina smól agus é/í ag troid le %2$s +death.attack.lava=Thug %1$s iarracht ar snámh i laibhe +death.attack.lava.player=Thug %1$s iarracht ar snámh i laibhe chun éalú ó %2$s +death.attack.inWall=Plúchadh %1$s i mballa +death.attack.drown=Bádh %1$s +death.attack.drown.player=Bádh %1$s agus é/í ag iarraidh éalú ó %2$s +death.attack.starve=Fuair %1$s bás den ocras +death.attack.cactus=Fuair %1$s bás den phriocadh +death.attack.cactus.player=Bhuail %1$s i gcoinne cachtais agus é/í ag iarraidh éalú ó %2$s +death.attack.generic=Fuair %1$s bás +death.attack.explosion=Phléasc %1$s +death.attack.explosion.player=Phléasc %2$s %1$s +death.attack.magic=Maraíodh %1$s leis an draíocht +death.attack.wither=Seargadh %1$s +death.attack.anvil=Thit inneoin ar %1$s agus bascadh í/é +death.attack.fallingBlock=Thit bloc ar %1$s agus bascadh í/é +death.attack.mob=Bhásaigh %2$s %1$s +death.attack.player=Bhásaigh %2$s %1$s +death.attack.player.item=Bhásaigh %2$s %1$s le %3$s +death.attack.arrow=Lámhach %2$s %1$s +death.attack.arrow.item=Lámhach %2$s %1$s le %3$s +death.attack.fireball=Mharaigh %2$s %1$s le caor thine +death.attack.fireball.item=Mharaigh %2$s %1$s le caor thine agus %3$s +death.attack.thrown=Ghread %2$s %1$s le dorn +death.attack.thrown.item=Ghread %2$s %1$s le dorn agus %3$s +death.attack.indirectMagic=Mharaigh %2$s %1$s leis an draíocht +death.attack.indirectMagic.item=Mharaigh %2$s %1$s le %3$s +death.attack.thorns=Maraíodh %1$s agus é/í ag iarraidh %2$s a ghortú +death.attack.fall=Bhuail %1$s an talamh go ró-throm +death.attack.outOfWorld=Thit %1$s amach as an domhan + +deathScreen.respawn=Athionchollaigh +deathScreen.deleteWorld=Scrios domhan +deathScreen.titleScreen=Scáileán Teidil +deathScreen.score=Scór +deathScreen.title.hardcore=Cluiche thart! +deathScreen.hardcoreInfo=Ní féidir athionchollú i mód antoisceach! +deathScreen.title=Fuair tú bás! +deathScreen.leaveServer=Fág an freastalaí + +potion.empty=Gan Toradh +potion.moveSpeed=Luas +potion.moveSlowdown=Moille +potion.digSpeed=Deifir +potion.digSlowDown=Tuirse Mianadóireachta +potion.damageBoost=Neart +potion.weakness=Laige +potion.heal=Leigheas Láithreach +potion.harm=Gortú Láithreach +potion.jump=Neartú Léime +potion.confusion=Masmas +potion.regeneration=Athghiniúint +potion.resistance=Friotaíocht +potion.fireResistance=Dó-obacht +potion.waterBreathing=Análú in Uisce +potion.invisibility=Dofheictheacht +potion.blindness=Daille +potion.nightVision=Amharc Oíche +potion.hunger=Ocras +potion.poison=Nimh +potion.wither=Searg + +potion.moveSpeed.postfix=Posóid an Luais +potion.moveSlowdown.postfix=Posóid na Moille +potion.digSpeed.postfix=Posóid na Deifre +potion.digSlowDown.postfix=Posóid na Mairbhití +potion.damageBoost.postfix=Posóid an Nirt +potion.weakness.postfix=Posóid na Laige +potion.heal.postfix=Posóid an Leighis +potion.harm.postfix=Posóid an Dochair +potion.jump.postfix=Posóid na Léime +potion.confusion.postfix=Posóid an Mhasmais +potion.regeneration.postfix=Posóid na hAthghiniúna +potion.resistance.postfix=Posóid na Friotaíochta +potion.fireResistance.postfix=Posóid na Dó-obachta +potion.waterBreathing.postfix=Posóid Análú in Uisce +potion.invisibility.postfix=Posóid na Dofheictheachta +potion.blindness.postfix=Posóid na Daille +potion.nightVision.postfix=Posóid Radharc Oíche +potion.hunger.postfix=Posóid an Ocrais +potion.poison.postfix=Posóid na Nimhe +potion.wither.postfix=Posóid na Lofachta + +potion.potency.0= +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV + +potion.prefix.grenade=(Teilgeach) +potion.prefix.mundane=Comónta +potion.prefix.uninteresting=Gan Suim +potion.prefix.bland=Tláith +potion.prefix.clear=Glé +potion.prefix.milky=Bainniúil +potion.prefix.diffuse=Spréite +potion.prefix.artless=Soineanta +potion.prefix.thin=Tanaí +potion.prefix.awkward=Ciotach +potion.prefix.flat=Leamh +potion.prefix.bulky=Toirtiúil +potion.prefix.bungling=Liobarnach +potion.prefix.buttered=Butrach +potion.prefix.smooth=Réidh +potion.prefix.suave=Cílíonta +potion.prefix.debonair=Soilbhir +potion.prefix.thick=Ramhar +potion.prefix.elegant=Galánta +potion.prefix.fancy=Maisiúil +potion.prefix.charming=Meallacach +potion.prefix.dashing=Rábach +potion.prefix.refined=Mín +potion.prefix.cordial=Coirdiúil +potion.prefix.sparkling=Lonrach +potion.prefix.potent=Láidir +potion.prefix.foul=Lofa +potion.prefix.odorless=Gan Bholadh +potion.prefix.rank=Morgtha +potion.prefix.harsh=Garg +potion.prefix.acrid=Searbh +potion.prefix.gross=Garbh +potion.prefix.stinky=Bréan + +enchantment.damage.all=Géire +enchantment.damage.undead=Treascair +enchantment.damage.arthropods=Milleadh na nArtrapód +enchantment.knockback=Cnag Siar +enchantment.fire=Dreach Dóite +enchantment.protect.all=Cosaint +enchantment.protect.fire=Cosaint ar Thine +enchantment.protect.fall=Titim mar Chleite +enchantment.protect.explosion=Cosaint ar Phléasc +enchantment.protect.projectile=Cosaint ar Dhiúracáin +enchantment.oxygen=Análú +enchantment.waterWorker=Báúlacht Uisce +enchantment.digging=Éifeachtúlacht +enchantment.untouching=Fíneáltacht +enchantment.durability=Dobhriste +enchantment.lootBonus=Creachadóireacht +enchantment.lootBonusDigger=Rathúnas +enchantment.arrowDamage=Cumhacht +enchantment.arrowFire=Lasair +enchantment.arrowKnockback=Bualadh +enchantment.arrowInfinite=Éigríoch +enchantment.thorns=Dealga + +enchantment.level.1=I +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.level.10=X + +gui.achievements=Éachtaí +gui.stats=Staitisticí + +stat.generalButton=Ginearálta +stat.blocksButton=Bloic +stat.itemsButton=Earraí + +stat.used=Úsáidte +stat.mined=Tochailte +stat.depleted=Ídithe +stat.crafted=Déanta + +stat.startGame=Amanna imeartha +stat.createWorld=Domhain imeartha +stat.loadWorld=Sábhálacha luchtaithe +stat.joinMultiplayer=Cluichí Ilimreora ar ceanglaíodh leo +stat.leaveGame=Cluichí scortha + +stat.playOneMinute=Nóiméid Imeartha + +stat.walkOneCm=Fad Siúlta +stat.fallOneCm=Fad Tite +stat.swimOneCm=Fad Snáfa +stat.flyOneCm=Fad Eitilte +stat.climbOneCm=Fad Dreaptha +stat.diveOneCm=Fad Tumtha +stat.minecartOneCm=Fad Slánaithe i gCairt Mianaigh +stat.boatOneCm=Fad Slánaithe i mBád +stat.pigOneCm=Fad Slánaithe ar Muc +stat.jump=Léimeanna +stat.drop=Earraí Leagtha + +stat.damageDealt=Damáiste Tugtha +stat.damageTaken=Damáiste Glactha +stat.deaths=Líon na mBásanna +stat.mobKills=Maruithe Créatúr +stat.playerKills=Maruithe Imreoirí +stat.fishCaught=Éisc Gafa + +stat.mineBlock=%1$s Tochailte +stat.craftItem=%1$s Déanta +stat.useItem=%1$s Usáidte +stat.breakItem=%1$s Ídithe + +achievement.get=Éacht tógtha! + +achievement.taken=Tógtha! + +achievement.requires=Réamhriachtanas: '%1$s' +achievement.openInventory=Ag Tógáil Fardail +achievement.openInventory.desc=Brúigh ar '%1$s' chun d'fhardal a oscailt. +achievement.mineWood=Ag Fáil Adhmaid +achievement.mineWood.desc=Ionsaigh crann go bpreabfaidh bloc adhmaid as +achievement.buildWorkBench=Ar an mBord +achievement.buildWorkBench.desc=Déan binse oibre as cheithre phlanc +achievement.buildPickaxe=Am Mianadóireachta! +achievement.buildPickaxe.desc=Bain úsáid as plainc agus maidí chun piocóid a dhéanamh +achievement.buildFurnace=Ábhar Te +achievement.buildFurnace.desc=Tóg foirnéis as ocht mbloc cloiche +achievement.acquireIron=Faigh Crua-earraí +achievement.acquireIron.desc=Bruithnigh tinne iarainn +achievement.buildHoe=Am Feirmeoireachta! +achievement.buildHoe.desc=Bain úsáid as plainc agus maidí chun grafóg a dhéanamh +achievement.makeBread=Bácáil Arán +achievement.makeBread.desc=Déan arán as cruithneacht +achievement.bakeCake=An Bréag +achievement.bakeCake.desc=Cruithneacht, siúcra, bainne agus uibheacha! +achievement.buildBetterPickaxe=Ag Uasghrádú +achievement.buildBetterPickaxe.desc=Cuir feabhas ar an bpiocóid +achievement.cookFish=Iasc So-bhlasta +achievement.cookFish.desc=Beir ar iasc agus cócaráil é! +achievement.onARail=Ar an Iarnród +achievement.onARail.desc=Taistil i gcairt mianaigh 1 km ar a laghad ón áit ar thosaigh tú +achievement.buildSword=Am Buailte! +achievement.buildSword.desc=Bain úsáid as plainc agus maidí chun claíomh a dhéanamh +achievement.killEnemy=Fiagaí Arrachtaí +achievement.killEnemy.desc=Ionsaigh agus scrios arracht +achievement.killCow=Iompóir Bó +achievement.killCow.desc=Bain roinnt leathair +achievement.flyPig=Na Muca ag Eitilt +achievement.flyPig.desc=Eitil muc le haill +achievement.snipeSkeleton=Comhrac Snípéara +achievement.snipeSkeleton.desc=Maraigh cnámharlach le saighead agus é níos mo ná 50 méadar uait +achievement.diamonds=DIAMAINT! +achievement.diamonds.desc=Faigh diamaint le do chuid uirlisí iarainn +achievement.portal=Tá Orainn Dul Níos Doimhne +achievement.portal.desc=Tóg tairseach don Íochtar +achievement.ghast=Cuir ar ais don seoltóir +achievement.ghast.desc=Scrios Uafaireach le caor thine +achievement.blazeRod=Isteach sa Tine +achievement.blazeRod.desc=Bain slat de Lasaire +achievement.potion=Grúdlann Áitiúil +achievement.potion.desc=Grúdaigh Posóid +achievement.theEnd=An Chríoch? +achievement.theEnd.desc=Aimsigh an Chríoch +achievement.theEnd2=An Chríoch. +achievement.theEnd2.desc=Beir bua ar Dhragan na Críche +achievement.enchantments=Asarlaí +achievement.enchantments.desc=Bain úsáid as leabhar, obsaidian agus diamaint chun bord asarlaíochta a thógáil +achievement.overkill=Ró-mharú +achievement.overkill.desc=Tabhair dochar ocht gcroí ar neach i mbuille amháin +achievement.bookcase=Leabharlannaí +achievement.bookcase.desc=Déan roinnt seilfeanna leabhar chun feabhas a chur ar do chumas asarlaíochta + +commands.generic.exception=Tharla earráid neamhaithnid agus an t-ordú seo á rith +commands.generic.syntax=Comhréir ordaithe neamhbhailí +commands.generic.player.notFound=Ní féidir an t-imreoir sin a aimsiú +commands.generic.notFound=Ordú neamhaithnid. Bain triail as /help le haghaidh liosta orduithe. +commands.generic.num.invalid=Ní uimhir bhailí í '%s' +commands.generic.num.tooSmall=Tá an uimhir a chuir tú isteach (%d) róbheag. An luach is lú: %d +commands.generic.num.tooBig=Tá an uimhir a chuir tú isteach (%d) rómhór. An luach is mó: %d +commands.generic.double.tooSmall=Tá an uimhir a chuir tú isteach (%.2f) róbheag. An luach is lú: %.2f +commands.generic.double.tooBig=Tá an uimhir a chuir tú isteach (%.2f) rómhór. An luach is mó: %.2f +commands.generic.usage=Úsáid: %s + +commands.xp.failure.widthdrawXp=Ní féidir pointí taithí diúltach a thabhairt d'imreoir +commands.xp.success=Tugadh %d pointe taithí do %s +commands.xp.success.levels=Tugadh %d leibhéal do %s +commands.xp.success.negative.levels=Baineadh %d leibhéal de %s +commands.xp.usage=/xp [imreoir] NO /xp L [imreoir] +commands.give.usage=/give [méid] [sonraí] +commands.give.notFound=Níl earra ar bith ann leis an ID %d +commands.give.success=Tugadh %s (ID %d) * %d do %s +commands.effect.usage=/effect [seconds] [amplifier] +commands.effect.notFound=There is no such mob effect with ID %d +commands.effect.success=Given %1$s (ID %2$d) * %3$d to %4$s for %5$d seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.enchant.usage=/enchant [leibhéal] +commands.enchant.notFound=Níl asarlaíocht ann a bhfuil an ID %d aici +commands.enchant.noItem=Ní choinníonn an sprioc rud ar bith +commands.enchant.cantEnchant=Ní féidir an asarlaíocht roghnaithe a chur ar an rud roghnaithe +commands.enchant.cantCombine=Ní féidir %1$s a chumasc le %2$s +commands.enchant.success=D'éirigh leis an asarlaíocht +commands.clear.usage=/clear [earra] [sonraí] +commands.clear.success=Glanadh fardal %s; baineadh %d earra +commands.clear.failure=Could not clear the inventory of %s, no items to remove +commands.downfall.success=Scoránaíodh an díle (bháistí/sneachta) +commands.time.usage=/time +commands.time.added=Cuireadh %d leis an t-am +commands.time.set=Socraíodh an t-am go %d +commands.players.list=Tá %d/%d imreoir ar líne: +commands.banlist.ips=Tá cosc ar %d seoladh IP san iomlán: +commands.banlist.players=Tá cosc ar %d imreoir san iomlán: +commands.banlist.usage=/banlist [ip-eanna|imreoirí] +commands.kick.success=Díbríodh %s den chluiche +commands.kick.success.reason=Díbríodh %s den chluiche: '%s' +commands.kick.usage=/kick [fáth ...] +commands.op.success=Tugadh cumas oibreora do %s +commands.op.usage=/op +commands.deop.success=Baineadh cumas oibreora de %s +commands.deop.usage=/deop +commands.say.usage=/say +commands.ban.success=Cuireadh cosc ar imreoir %s +commands.ban.usage=/ban [fáth ...] +commands.unban.success=Baineadh cosc ó imreoir %s +commands.unban.usage=/pardon +commands.banip.invalid=Chuir tú isteach seoladh IP neamhbhailí nó níl an t-imreoir sin ar líne +commands.banip.success=Cuireadh cosc ar sheoladh IP %s +commands.banip.success.players=Cuireadh cosc ar sheoladh IP %s le %s +commands.banip.usage=/ban-ip [fáth ...] +commands.unbanip.invalid=Chuir tú isteach seoladh IP neamhbhailí +commands.unbanip.success=Baineadh cosc ó sheoladh IP %s +commands.unbanip.usage=/pardon-ip +commands.save.enabled=Uathshábháil domhan i bhfeidhm +commands.save.disabled=Uathshábháil domhan as feidhm +commands.save.start=Ag sábháil... +commands.save.success=Shábháladh an domhan +commands.save.failed=Theip ar shábháil: %s +commands.stop.start=Ag stopadh an fhreastalaí +commands.tp.success=Teileapórtáladh %s go %s +commands.tp.success.coordinates=Teileapórtáladh %s go %.2f,%.2f,%.2f +commands.tp.usage=/tp [imreoir] OR /tp [imreoir] +commands.tp.notSameDimension=Ní féidir teileapórtáil toisc nach bhfuil na himreoirí sa diminsean céanna +commands.whitelist.list=Tá %d imreoirí (as %d a chonacthas) ar an liosta bán: +commands.whitelist.enabled=Liosta bán i bhfeidhm +commands.whitelist.disabled=Liosta bán as feidhm +commands.whitelist.reloaded=Athlódáladh an liosta bán +commands.whitelist.add.success=Cuireadh %s leis an liosta bán +commands.whitelist.add.usage=/whitelist add +commands.whitelist.remove.success=Baineadh %s den liosta bán +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.scoreboard.usage=/scoreboard +commands.scoreboard.teamNotFound=Ní bhfuarthas foireann ar bith darb ainm '%s' +commands.scoreboard.objectiveNotFound=Ní bhfuarthas cuspóir ar bith darb ainm '%s' +commands.scoreboard.objectiveReadOnly=Tá an cuspóir '%s' inléite amháin agus ní féidir é a shocrú +commands.scoreboard.objectives.usage=/scoreboard objectives +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [cuspóir] +commands.scoreboard.objectives.setdisplay.invalidSlot=Níl a leithéid de sliotán taispeána '%s' ann +commands.scoreboard.objectives.setdisplay.successCleared=Ghlanadh an sliotán taispeána don chuspóir '%s' +commands.scoreboard.objectives.setdisplay.successSet=Shocraigh an cuspóir i sliotán taispeána '%s' go '%s' +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [ainm taispeána ...] +commands.scoreboard.objectives.add.wrongType=Critéar cuspóra neamh-bhailí. Is iad na critéir bhailí ná: %s +commands.scoreboard.objectives.add.alreadyExists=Tá cuspóir darb ainm '%s' ann cheana +commands.scoreboard.objectives.add.tooLong=Tá ainm an chuspóra '%s' rófhada; %d carachtair an fad is mó +commands.scoreboard.objectives.add.displayTooLong=Tá an t-ainm taispeána '%s' rófhada; %d carachtair an fad is mó +commands.scoreboard.objectives.add.success=Cuireadh cuspóir nua '%s' leis +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.remove.success=Baineadh cuspóir '%s' +commands.scoreboard.objectives.list.count=Ag taispeáint %d cuspóir(í) ar an scórchlár +commands.scoreboard.objectives.list.entry=- %s: Ainm Taispeána: '%s' Critéar: '%s' +commands.scoreboard.objectives.list.empty=Níl cuspóir ar bith ar an scórchlár +commands.scoreboard.players.usage=/scoreboard players +commands.scoreboard.players.set.success=Socraíodh scór %s don imreoir %s go %d +commands.scoreboard.players.set.usage=/scoreboard players set +commands.scoreboard.players.add.usage=/scoreboard players add +commands.scoreboard.players.remove.usage=/scoreboard players remove +commands.scoreboard.players.reset.usage=/scoreboard players reset +commands.scoreboard.players.reset.success=Athshocraíodh gach scór don imreoir %s +commands.scoreboard.players.list.count=Ag taispeáint %d imreoirí rianaithe ar an scórchlár +commands.scoreboard.players.list.empty=Níl imreoir rianaithe ar bith ar an scórchlár +commands.scoreboard.players.list.player.count=Ag taispeáint %d cuspóir(í) rianaithe le haghaidh %s +commands.scoreboard.players.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.players.list.player.empty=Níl scór taifeadta ag an imreoir %s +commands.scoreboard.teams.usage=/scoreboard teams +commands.scoreboard.teams.add.usage=/scoreboard teams add [ainm taispeána ...] +commands.scoreboard.teams.add.alreadyExists=Tá foireann darb ainm '%s' ann cheana +commands.scoreboard.teams.add.tooLong=Tá ainm na foirne '%s' rófhada; %d carachtair an fad is mó +commands.scoreboard.teams.add.displayTooLong=Tá an t-ainm taispeána '%s' rófhada; %d carachtair an fad is mó +commands.scoreboard.teams.add.success=Cuireadh foireann nua '%s' leis +commands.scoreboard.teams.list.usage=/scoreboard teams list [ainm] +commands.scoreboard.teams.list.count=Ag taispeáint %d foirne ar an scórchlár +commands.scoreboard.teams.list.entry=- %1$s: tá %3$d imreoir(í) san fhoireann '%2$s' +commands.scoreboard.teams.list.empty=Níl foireann ar bith cláraithe +commands.scoreboard.teams.list.player.count=Ag taispeáint %d imreoir(í) san fhoireann %s +commands.scoreboard.teams.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.teams.list.player.empty=Níl imreoir ar bith san fhoireann %s +commands.scoreboard.teams.empty.usage=/scoreboard teams clear +commands.scoreboard.teams.empty.alreadyEmpty=Tá an fhoireann %s folamh cheana; ní féidir imreoirí a bhaint di +commands.scoreboard.teams.empty.success=Baineadh %d imreoir(í) den fhoireann %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.remove.success=Baineadh foireann %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [imreoir] +commands.scoreboard.teams.join.success=Cuireadh %d imreoir(í) leis an bhfoireann %s: %s +commands.scoreboard.teams.join.failure=Níorbh fhéidir %d imreoir(í) a chur leis an bhfoireann %s: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [imreoir] +commands.scoreboard.teams.leave.success=Baineadh %d imreoir(í) dá bhfoirne: %s +commands.scoreboard.teams.leave.failure=Níorbh fhéidir %d imreoir(í) a bhaint dá bhfoirne: %s +commands.scoreboard.teams.leave.noTeam=Níl tú ar fhoireann +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.option.noValue=Is iad seo na luacha bailí don rogha %s: %s +commands.scoreboard.teams.option.success=Set option %s for team %s to %s +commands.gamemode.success.self=Athraigh do mhód cluiche féin go %s +commands.gamemode.success.other=Athraigh mód cluiche %s go %s +commands.gamemode.usage=/gamemode [imreoir] +commands.defaultgamemode.usage=/defaultgamemode +commands.defaultgamemode.success=Is é %s an mód réamhshocraithe cluiche don domhain seo anois +commands.me.usage=/me +commands.help.header=--- Seo leathanach %d as %d (/help ) --- +commands.help.footer=Leid: Bain úsáid as an eochair agus tú ag clóscríobh ordaithe chun an t-ordú nó a argóintí a chomhlánú go huathoibríoch +commands.help.usage=/help [leathanach|ainm an ordaithe] +commands.publish.started=Cluiche áitiúil á hóstáil ar %s +commands.publish.failed=Ní féidir cluiche áitiúil a óstáil +commands.debug.start=Tosaigh próifíliú dífhabhtúcháin +commands.debug.stop=Stopadh próifíliú dífhabhtúcháin tar éis %.2f soicind (%d tic) +commands.debug.notStarted=Ní féidir próifíliú a stopadh - níor thosaigh sé fós! +commands.debug.usage=/debug +commands.message.usage=/tell +commands.message.sameTarget=Ní féidir teachtaireacht phríobháideach a sheoladh chugat féin! +commands.message.display.outgoing=Tugann tú cogar do %s: %s +commands.message.display.incoming=Tugann %s cogar duit: %s +commands.difficulty.usage=/difficulty +commands.difficulty.success=Socraíodh deacracht na cluiche go %s +commands.spawnpoint.usage=/spawnpoint NÓ /spawnpoint NÓ /spawnpoint +commands.spawnpoint.success=Socraigh ionad athionchollaithe %s go (%d, %d, %d) +commands.gamerule.usage=/gamerule NÓ /gamerule +commands.gamerule.success=Nuashonraíodh an riail chluiche +commands.gamerule.norule=Níl riail chluiche '%s' le fáil +commands.weather.usage=/weather [achar i soicindí] +commands.weather.clear=Ag athrú chuig aimsir gheal +commands.weather.rain=Ag athrú chuig aimsir bháistí +commands.weather.thunder=Ag athrú chuig báisteach is toirneach +commands.testfor.usage=/testfor +commands.testfor.failed=Is féidir le bloic ordaithe amháin an t-ordú /testfor a úsáid má tá aschur analógach acu + +itemGroup.buildingBlocks=Bloic Thógála +itemGroup.decorations=Bloic Mhaisiúcháin +itemGroup.redstone=Deargchloch +itemGroup.transportation=Iompar +itemGroup.misc=Ilchineálach +itemGroup.search=Cuardaigh Earraí +itemGroup.food=Bia +itemGroup.tools=Uirlisí +itemGroup.combat=Comhrac +itemGroup.brewing=Grúdaireacht +itemGroup.materials=Bunábhair +itemGroup.inventory=Fardal Marthanais + +inventory.binSlot=Scrios Earra + +advMode.setCommand=Socraigh Ordú Consóil don Bhloc +advMode.command=Ordú Consóil +advMode.nearestPlayer=Úsáid "@p" chun díriú ar imreoir is gaire +advMode.randomPlayer=Úsáid "@r" chun díriú ar imreoir randamach +advMode.allPlayers=Úsáid "@a" chun díriú ar gach imreoir + +advMode.notEnabled=Níl bloic ordaithe i bhfeidhm ar an bhfreastalaí seo +advMode.notAllowed=Is riachtanach bheith i d'oibreoir (op) i mód cruthaitheach + +mco.title=Minecraft Realms +mco.selectServer.select=Ceangail leis an bhFreastalaí +mco.selectServer.configure=Cumraigh +mco.selectServer.create=Cruthaigh Domhan +mco.selectServer.moreinfo=Tuilleadh Eolais + +mco.configure.world.edit.title=Athraigh Domhan + +mco.configure.world.title=Cumraigh Domhan +mco.configure.world.name=Ainm +mco.configure.world.description=Cur Síos +mco.configure.world.location=Suíomh +mco.configure.world.invited=Cuirí Tugtha +mco.configure.world.buttons.edit=Athraigh +mco.configure.world.buttons.reset=Athshocraigh Domhan +mco.configure.world.buttons.done=Déanta +mco.configure.world.buttons.delete=Scrios +mco.configure.world.buttons.open=Oscail Domhan +mco.configure.world.buttons.close=Dún Domhan +mco.configure.world.buttons.invite=Tabhair Cuireadh +mco.configure.world.buttons.uninvite=Bain Cuireadh +mco.configure.world.buttons.subscription=Subscription +mco.configure.world.invite.profile.name=Ainm +mco.configure.world.uninvite.question=An bhfuil tú cinnte gur maith leat cuireadh a bhaint de + +mco.configure.world.subscription.title=Subscription Info +mco.configure.world.subscription.daysleft=Days Left +mco.configure.world.subscription.start=Start Date +mco.configure.world.subscription.extend=Extend + +mco.create.world.location.title=Suímh +mco.create.world.location.warning=Is féidir nach bhfaighidh tú an suíomh beacht a roghnaíonn tú +mco.create.world.wait=Ag cruthú an domhain... + +mco.reset.world.title=Athshocraigh Domhan +mco.reset.world.warning=Beidh do dhomhan scriosta go deo! +mco.reset.world.seed=Síol (Roghnach) +mco.reset.world.resetting.screen.title=Ag Athshocrú an Domhain... + +mco.configure.world.close.question.line1=Ní bheidh do dhomhan ar fáil. +mco.configure.world.close.question.line2=An bhfuil tú cinnte gur maith leat sin? + +mco.connect.connecting=Ag ceangal leis an bhfreastalaí ar líne... +mco.connect.authorizing=Ag logáil isteach... +mco.connect.failed=Theip ar cheangal leis an bhfreastalaí ar líne + +mco.create.world=Cruthaigh + diff --git a/1.5.2/lang/gl_ES.lang b/1.5.2/lang/gl_ES.lang new file mode 100644 index 00000000..83d21249 --- /dev/null +++ b/1.5.2/lang/gl_ES.lang @@ -0,0 +1,1293 @@ +#X-Generator: crowdin.net + +language.name=Galego +language.region=Galicia +language.code=gl_ES + +gui.done=Aceptar +gui.cancel=Cancelar +gui.back=Back +gui.toMenu=Voltar ó menú principal +gui.up=Arriba +gui.down=Abaixo +gui.yes=Si +gui.no=Non + +menu.singleplayer=Un Xogador +menu.multiplayer=Multixogador +menu.online=Minecraft Realms +menu.options=Opcións... +menu.quit=Saír de Minecraft +menu.returnToMenu=Gardar e volver á Pantalla Principal +menu.disconnect=Desconectar +menu.returnToGame=Volver á Partida +menu.switchingLevel=Cambiando Mundos +menu.generatingLevel=Xerando Mundo +menu.loadingLevel=Cargando Mundo +menu.generatingTerrain=Xerando Terreo +menu.convertingLevel=Convertendo Mundo +menu.simulating=Simulando o mundo un intre +menu.respawning=Reaparecendo +menu.shareToLan=Abrir a LAN + +selectWorld.title=Seleccionar Mundo +selectWorld.empty=baleiro +selectWorld.world=Mundo +selectWorld.select=Xogar no Mundo Seleccionado +selectWorld.create=Crear un Novo Mundo +selectWorld.recreate=Rexenerar +selectWorld.createDemo=Xogar un Novo Mundo de Proba +selectWorld.delete=Eliminar +selectWorld.rename=Renomear +selectWorld.deleteQuestion=¿Estás seguro de querer borrar este mundo? +selectWorld.deleteWarning=¡Perderase para sempre!(¡Moito tempo!) +selectWorld.deleteButton=Eliminar +selectWorld.renameButton=Renomear +selectWorld.renameTitle=Renomear Mundo +selectWorld.conversion=¡Debe ser convertido! +selectWorld.newWorld=Novo Mundo +selectWorld.newWorld.copyOf=Copia de %s +selectWorld.enterName=Nome do Mundo +selectWorld.resultFolder=Gardarase en: +selectWorld.enterSeed=Semente para o Xerador de Mundos +selectWorld.seedInfo=Deixar en branco para unha semente aleatoria +selectWorld.cheats=Trucos +selectWorld.customizeType=Personalizar + +createWorld.customize.presets=Deseños Preestablecidos +createWorld.customize.presets.title=Seleccione un Deseño +createWorld.customize.presets.select=Usar Deseño +createWorld.customize.presets.share=¿Queres compartir o teu deseño con alguén? ¡Usa o botón de embaixo! +createWorld.customize.presets.list=Como alternativa, ¡estos fixémolos nós antes! +createWorld.customize.flat.title=Personalizar Superchan +createWorld.customize.flat.tile=Material de Capa +createWorld.customize.flat.height=Altura +createWorld.customize.flat.addLayer=Engadir Capa +createWorld.customize.flat.editLayer=Editar Capa +createWorld.customize.flat.removeLayer=Eliminar Capa +createWorld.customize.flat.layer.top=Parte superior - %d +createWorld.customize.flat.layer=%d +createWorld.customize.flat.layer.bottom=Parte inferior - %d + +gameMode.survival=Modo Supervivencia +gameMode.creative=Modo Creativo +gameMode.adventure=Modo Aventura +gameMode.hardcore=¡Modo Hardcore! +gameMode.changed=O teu modo de xogo foi actualizado + +selectWorld.gameMode=Modo de Xogo: +selectWorld.gameMode.survival=Supervivencia +selectWorld.gameMode.survival.line1=Busca de recursos, creación, subida de +selectWorld.gameMode.survival.line2=niveis, saúde e fame +selectWorld.gameMode.creative=Creativo +selectWorld.gameMode.creative.line1=Recursos ilimitados, voo libre e +selectWorld.gameMode.creative.line2=destrución instantánea de bloques +selectWorld.gameMode.hardcore=Hardcore +selectWorld.gameMode.hardcore.line1=Igual que Modo Supervivencia, bloqueado na máxima +selectWorld.gameMode.hardcore.line2=dificultade máxima e só unha vida +selectWorld.gameMode.adventure=Aventura +selectWorld.gameMode.adventure.line1=Igual que Modo Supervivencia, pero os bloques +selectWorld.gameMode.adventure.line2=non poden ser nin colocados nin eliminados +selectWorld.moreWorldOptions=Máis Opcións do Mundo... +selectWorld.mapFeatures=Xerar Estructuras: +selectWorld.mapFeatures.info=Aldeas, mazmorras, etc. +selectWorld.mapType=Tipo de Mundo: +selectWorld.mapType.normal=Normal +selectWorld.allowCommands=Permitir Trucos: +selectWorld.allowCommands.info=Comandos coma /gamemode, /xp +selectWorld.hardcoreMode=Hardcore: +selectWorld.hardcoreMode.info=O mundo borrarase ó morrer. +selectWorld.bonusItems=Cofre Bonus: + +generator.default=Por Defecto +generator.flat=Superchan +generator.largeBiomes=Biomas Grandes + +selectServer.title=Seleccionar Servidor +selectServer.empty=baleiro +selectServer.select=Entrar ó Servidor +selectServer.direct=Conexión Directa +selectServer.edit=Editar +selectServer.delete=Eliminar +selectServer.add=Engadir Servidor +selectServer.defaultName=Servidor de Minecraft +selectServer.deleteQuestion=¿Estás seguro de querer borrar este servidor? +selectServer.deleteWarning=¡Perderase para sempre! (¡Moito tempo!) +selectServer.deleteButton=Eliminar +selectServer.refresh=Actualizar +selectServer.hiddenAddress=(Oculto) +addServer.title=Editar Información do Servidor +addServer.enterName=Nome do Servidor +addServer.enterIp=Enderezo do Servidor +addServer.add=Aceptar +addServer.hideAddress=Ocultar IP +lanServer.title=Mundo LAN +lanServer.scanning=Scanning for games on your local network +lanServer.start=Comezar Mundo LAN +lanServer.otherPlayers=Axustes para outros xogadores +mcoServer.title=Mundo de Minecraft Online + +multiplayer.title=Xogar en Multixogador +multiplayer.connect=Conectar +multiplayer.info1=A versión Multixogador de Minecraft aínda non está rematada, pero +multiplayer.info2=estanse facendo probas con algúns fallos. +multiplayer.ipinfo=Introduce a IP dun servidor para conectarte a el: + +multiplayer.texturePrompt.line1=Este servidor recomenda o uso dun paquete de texturas personalizado +multiplayer.texturePrompt.line2=¿Queres descargalo e instalalo automáxicamente? + +multiplayer.downloadingTerrain=Descargando terreo + +multiplayer.stopSleeping=Erguerse da Cama + +chat.link.confirm=¿Estás seguro de querer abrir esta páxina web? +chat.link.warning=¡Non abras links de xente da que non confías! +chat.copy=Copiar ó portapapeis + +menu.playdemo=Xoga á Partida de Demostración +menu.resetdemo=Resetea o Mundo de Demostración +demo.day.1=Esta demo durará 5 días de xogo, ¡faino o mellor que poidas! +demo.day.2=Día Dous +demo.day.3=Día Tres +demo.day.4=Cuarto día +demo.day.5=¡Este é o teu derradeiro día! +demo.day.warning=¡O teu tempo case rematou! +demo.day.6=Rematou o teu quinto día, pulsa F2 para gardar unha captura de pantalla da túa creación +demo.reminder=¡O tempo da demo rematou, merca o xogo para continuar ou comeza un mundo novo! +demo.remainingTime=Tempo restante: %s +demo.demoExpired=¡O tempo da Demo esgotouse! +demo.help.movement=Usa %1$s, %2$s, %3$s, %4$s e o rato para te mover +demo.help.movementShort=Móvete pulsando %1$s, %2$s, %3$s e %4$s +demo.help.movementMouse=Mira ós teus arredores co rato +demo.help.jump=Pulsa %1$s para saltar +demo.help.inventory=Usa %1$s para abrir o inventario +demo.help.title=Modo Demo de Minecraft +demo.help.fullWrapped=Esta Demo acabará de aquí a 5 días de xogo (como 1 hora 40 minutos reais). ¡Comproba os logros para obter pistas! ¡Divírtete! +demo.help.buy=¡Mércao agora! +demo.help.later=¡Continúa a Xogar! + +connect.connecting=Conectando co servidor... +connect.authorizing=Identificándose... +connect.failed=Erro ó conectar co servidor + +disconnect.genericReason=%s +disconnect.disconnected=Desconectado polo Servidor +disconnect.lost=Conexión Perdida +disconnect.kicked=Fuches expulsado da partida +disconnect.timeout=Esgotouse o tempo de espera +disconnect.closed=Conexión Rematada +disconnect.loginFailed=Erro ó iniciar sesión +disconnect.loginFailedInfo=Erro ó se conectar: %s +disconnect.quitting=Desconectando +disconnect.endOfStream=Fin do fluxo de datos +disconnect.overflow=Búfer Desbordado +disconnect.spam=Kickeado por Spam + +options.off=Desactivado +options.on=Activado +options.visible=Visible +options.hidden=Oculto +options.title=Opcións +options.controls=Controis... +options.video=Axustes de Vídeo... +options.language=Idioma... +options.languageWarning=As traducións poden non ser 100% precisas +options.videoTitle=Axustes de Vídeo +options.music=Música +options.sound=Son +options.invertMouse=Invertir Rato +options.fov=Campo de Visión +options.fov.min=Normal +options.fov.max=Quake Pro +options.gamma=Brillo +options.gamma.min=Escuro +options.gamma.max=Claro +options.sensitivity=Sensibilidade +options.sensitivity.min=*bocexo* +options.sensitivity.max=¡¡¡HIPERVELOCIDADE!!! +options.renderDistance=Distancia de Renderizado +options.renderDistance.tiny=Mínima +options.renderDistance.short=Curta +options.renderDistance.normal=Normal +options.renderDistance.far=Lonxe +options.viewBobbing=Oscilación do Punto de Vista +options.ao=Iluminación Suavizada +options.ao.off=Off +options.ao.min=Minimum +options.ao.max=Maximum +options.anaglyph=3D Anaglífico +options.framerateLimit=Rendemento +options.difficulty=Dificultade +options.difficulty.peaceful=Pacífico +options.difficulty.easy=Doado +options.difficulty.normal=Normal +options.difficulty.hard=Difícil +options.difficulty.hardcore=Hardcore +options.graphics=Gráficos +options.graphics.fancy=Detallado +options.graphics.fast=Rápidos +options.guiScale=Tamaño da Interface +options.guiScale.auto=Automática +options.guiScale.small=Pequena +options.guiScale.normal=Normal +options.guiScale.large=Grande +options.advancedOpengl=OpenGL Avanzado +options.renderClouds=Nubes +options.farWarning1=Recoméndase a instalación de Java de 64 bits +options.farWarning2=para a distancia de renderizado "Lonxe" (tes a versión de 32 bits) +options.particles=Partículas +options.particles.all=Todas +options.particles.decreased=Reducidas +options.particles.minimal=Mínimas +options.multiplayer.title=Opcións de Multixogador... +options.chat.title=Axustes de Chat... +options.chat.visibility=Chat +options.chat.visibility.full=Visible +options.chat.visibility.system=Só Comandos +options.chat.visibility.hidden=Oculto +options.chat.color=Cores +options.chat.opacity=Opacidade +options.chat.links=Enlaces Web +options.chat.links.prompt=Aviso en Enlaces +options.chat.scale=Escala +options.chat.width=Ancho +options.chat.height.focused=Altura Enfocada +options.chat.height.unfocused=Altura Desenfocada +options.showCape=Mostrar Capa +options.serverTextures=Texturas do Servidor +options.snooper=Permitir Snooper +options.snooper.view=Axustes do Snooper... +options.snooper.title=Recollida de Specs do Ordenador +options.snooper.desc=Queremos recoller información do teu ordenador en orde de axudar a mellorar Minecraft para saber qué podemos manter e onde se atopan os maiores problemas. Toda esta información é completamente anónima e visible máis abaixo. ¡Prometemos non facer mal cos datos recopilados, pero se non queres queres axudarnos, entón séntete libre de cambialo a OFF! +options.texture.pack=Packs de Texturas +options.fullscreen=Pantalla Completa +options.vsync=Usar VSync +options.touchscreen=Modo Pantalla Táctil + +performance.max=FPS Máximos +performance.balanced=Equilibrado +performance.powersaver=Aforro de Enerxía + +controls.title=Controis + +key.forward=Adiante +key.left=Esquerda +key.back=Atrás +key.right=Dereita +key.jump=Saltar +key.inventory=Inventario +key.drop=Soltar +key.chat=Chat +key.fog=Cambiar Néboa +key.sneak=Agachar +key.playerlist=Listar Xogadores +key.attack=Atacar +key.use=Usar Obxecto +key.pickItem=Coller Bloque +key.mouseButton=Botón %1$s +key.command=Comando + +texturePack.openFolder=Abrir a carpeta dos Paquetes de Texturas +texturePack.title=Seleccionar Paquete de Texturas +texturePack.folderInfo=(Coloca os Paquetes de Texturas aquí) +texturePack.incompatible=Incompatible + +book.pageIndicator=Páxina %1$s de %2$s +book.byAuthor=de %1$s +book.signButton=Asinar +book.editTitle=Introduce o título do libro: +book.finalizeButton=Asinar e Pechar +book.finalizeWarning=¡Nota! Cando asines o libro xa non se poderá editar + +tile.stone.name=Pedra + +tile.grass.name=Bloque de Herba +tile.dirt.name=Terra +tile.stonebrick.name=Laxe +tile.wood.name=Táboas de Madeira +tile.wood.oak.name=Táboas de Madeira de Carballo +tile.wood.spruce.name=Táboas de Madeira de Pícea +tile.wood.birch.name=Táboas de Madeira de Bidueiro +tile.wood.jungle.name=Táboas de Madeira de Selva +tile.sapling.oak.name=Brote de Carballo +tile.sapling.spruce.name=Brote de Pícea +tile.sapling.birch.name=Brote de Bidueiro +tile.sapling.jungle.name=Brote de Selva +tile.deadbush.name=Arbusto Morto +tile.bedrock.name=Bedrock +tile.water.name=Auga +tile.lava.name=Lava +tile.sand.name=Area +tile.sandStone.name=Areísca +tile.sandStone.default.name=Areísca +tile.sandStone.chiseled.name=Areísca Cincelada +tile.sandStone.smooth.name=Areísca Suave +tile.gravel.name=Grava +tile.oreGold.name=Aurita +tile.oreIron.name=Ferrita +tile.oreCoal.name=Carbonita +tile.log.name=Madeira +tile.log.oak.name=Madeira de Carballo +tile.log.spruce.name=Madeira de Pícea +tile.log.birch.name=Madeira de Bidueiro +tile.log.jungle.name=Madeira de Selva +tile.leaves.name=Follas +tile.leaves.oak.name=Follas de Carballo +tile.leaves.spruce.name=Follas de Pícea +tile.leaves.birch.name=Follas de Bidueiro +tile.leaves.jungle.name=Follas de Selva +tile.tallgrass.name=Herba +tile.tallgrass.shrub.name=Arbustos +tile.tallgrass.grass.name=Herba +tile.tallgrass.fern.name=Fento +tile.sponge.name=Esponxa +tile.glass.name=Vidro +tile.thinGlass.name=Panel de Vidro +tile.cloth.name=La +tile.flower.name=Flor +tile.rose.name=Rosa +tile.mushroom.name=Cogumelo +tile.blockGold.name=Bloque de Ouro +tile.blockIron.name=Bloque de Ferro +tile.stoneSlab.stone.name=Lousa de Pedra +tile.stoneSlab.sand.name=Lousa de Areísca +tile.stoneSlab.wood.name=Lousa de Madeira +tile.stoneSlab.cobble.name=Lousa de Laxe +tile.stoneSlab.brick.name=Lousa de Ladrillos +tile.stoneSlab.smoothStoneBrick.name=Lousa de Ladrillos de Pedra +tile.stoneSlab.netherBrick.name=Lousa de Ladrillos do Nether +tile.stoneSlab.quartz.name=Lousa de Cuarzo +tile.woodSlab.oak.name=Lousa de Madeira de Carballo +tile.woodSlab.spruce.name=Lousa de Madeira de Pícea +tile.woodSlab.birch.name=Lousa de Madeira de Bidueiro +tile.woodSlab.jungle.name=Lousa de Madeira de Selva +tile.brick.name=Ladrillos +tile.tnt.name=TNT +tile.bookshelf.name=Estante +tile.stoneMoss.name=Pedra Musgosa +tile.obsidian.name=Obsidiana +tile.torch.name=Facho +tile.fire.name=Lume +tile.mobSpawner.name=Spawner de Mobs +tile.stairsWood.name=Escaleiras de Madeira de Carballo +tile.stairsWoodSpruce.name=Escaleiras de Madeira de Pícea +tile.stairsWoodBirch.name=Escaleiras de Madeira de Bidueiro +tile.stairsWoodJungle.name=Escaleiras de Madeira de Selva +tile.chest.name=Cofre +tile.chestTrap.name=Cofre Trampa +tile.redstoneDust.name=Redstone +tile.oreDiamond.name=Diamantita +tile.blockDiamond.name=Bloque de Diamante +tile.workbench.name=Banco de Traballo +tile.crops.name=Cultivos +tile.farmland.name=Terra de Cultivo +tile.furnace.name=Forno +tile.sign.name=Sinal +tile.doorWood.name=Porta de Madeira +tile.ladder.name=Escala +tile.rail.name=Raíl +tile.goldenRail.name=Raíl Propulsor +tile.activatorRail.name=Rail de Activación +tile.detectorRail.name=Raíl Detector +tile.stairsStone.name=Escaleiras de Pedra +tile.stairsSandStone.name=Escaleiras de Areísca +tile.lever.name=Panca +tile.pressurePlate.name=Placa de Presión +tile.weightedPlate_light.name=Placa de Presión por Peso (Branda) +tile.weightedPlate_heavy.name=Placa de Presión por Peso (Dura) +tile.doorIron.name=Porta de Ferro +tile.oreRedstone.name=Redstonita +tile.notGate.name=Facho de Redstone +tile.button.name=Botón +tile.snow.name=Neve +tile.ice.name=Xeo +tile.cactus.name=Cacto +tile.clay.name=Arxila +tile.reeds.name=Cana de Azucre +tile.jukebox.name=Tocadiscos +tile.fence.name=Valado +tile.fenceGate.name=Porta de Valado +tile.pumpkin.name=Calacú +tile.litpumpkin.name=Cabaza de Samaín +tile.hellrock.name=Netherrack +tile.hellsand.name=Soul Sand +tile.lightgem.name=Glowstone +tile.portal.name=Portal +tile.cloth.black.name=La Negra +tile.cloth.red.name=La Vermella +tile.cloth.green.name=La Verde +tile.cloth.brown.name=La Marrón +tile.cloth.blue.name=La Azul +tile.cloth.purple.name=La Púrpura +tile.cloth.cyan.name=La Azul Cian +tile.cloth.silver.name=La Gris Clara +tile.cloth.gray.name=La Gris +tile.cloth.pink.name=La Rosa +tile.cloth.lime.name=La Lima +tile.cloth.yellow.name=La Amarela +tile.cloth.lightBlue.name=La Azul Clara +tile.cloth.magenta.name=La Maxenta +tile.cloth.orange.name=La Laranxa +tile.cloth.white.name=La +tile.oreLapis.name=Lazurita +tile.blockLapis.name=Bloque de Lapislázuli +tile.dispenser.name=Dispensador +tile.dropper.name=Lanzador +tile.musicBlock.name=Bloque Musical +tile.cake.name=Torta +tile.bed.name=Cama +tile.bed.occupied=Esta cama está ocupada +tile.bed.noSleep=Só podes durmir pola noite +tile.bed.notSafe=Non te podes deitar agora, hai monstros preto +tile.bed.notValid=A túa cama non está ou está obstruída +tile.lockedchest.name=Cofre Pechado +tile.trapdoor.name=Zapón +tile.web.name=Arañeira +tile.stonebricksmooth.name=Ladrillos de Pedra +tile.stonebricksmooth.default.name=Ladrillos de Pedra +tile.stonebricksmooth.mossy.name=Ladrillos de Pedra Musgosa +tile.stonebricksmooth.cracked.name=Ladrillos de Pedra Crebada +tile.stonebricksmooth.chiseled.name=Ladrillos de Pedra Cincelados +tile.monsterStoneEgg.stone.name=Pedra Spawner de Silverfish +tile.monsterStoneEgg.cobble.name=Laxe Spawner de Silverfish +tile.monsterStoneEgg.brick.name=Ladrillos de Pedra Spawner de Silverfish +tile.pistonBase.name=Pistón +tile.pistonStickyBase.name=Pistón Pegañento +tile.fenceIron.name=Barrotes +tile.melon.name=Sandía +tile.stairsBrick.name=Escaleiras de Ladrillos +tile.stairsStoneBrickSmooth.name=Escaleiras de Pedra +tile.vine.name=Trepadeiras +tile.netherBrick.name=Ladrillos do Nether +tile.netherFence.name=Valado de Ladrillos do Nether +tile.stairsNetherBrick.name=Escaleiras de Ladrillos do Nether +tile.netherStalk.name=Nether Wart +tile.cauldron.name=Caldeiro +tile.enchantmentTable.name=Mesa de Encantamentos +tile.anvil.name=Zafra +tile.anvil.intact.name=Zafra +tile.anvil.slightlyDamaged.name=Zafra Lixeiramente Danada +tile.anvil.veryDamaged.name=Zafra Moi Danada +tile.whiteStone.name=Pedra do End +tile.endPortalFrame.name=Portal ó End +tile.mycel.name=Mycelium +tile.waterlily.name=Nenúfar +tile.dragonEgg.name=Ovo de Dragón +tile.redstoneLight.name=Lámpada de Redstone +tile.cocoa.name=Cacao +tile.enderChest.name=Cofre de Ender +tile.oreRuby.name=Corindonita +tile.oreEmerald.name=Berilita +tile.blockEmerald.name=Bloque de Esmeralda +tile.blockRedstone.name=Bloque de Redstone +tile.tripWire.name=Cable Trampa +tile.tripWireSource.name=Gancho de Cable Trampa +tile.commandBlock.name=Bloque de Comandos +tile.beacon.name=Faro +tile.beacon.primary=Poder Primario +tile.beacon.secondary=Poder Secundario +tile.cobbleWall.normal.name=Muro de Pedra Rota +tile.cobbleWall.mossy.name=Muro de Pedra Rota con Brións +tile.carrots.name=Cenorias +tile.potatoes.name=Patacas +tile.daylightDetector.name=Sensor de Luz Diurna +tile.netherquartz.name=Cuarcita +tile.hopper.name=Funil +tile.quartzBlock.default.name=Bloque de Cuarzo +tile.quartzBlock.chiseled.name=Bloque de Cuarzo Cincelado +tile.quartzBlock.lines.name=Pilar de Cuarzo +tile.stairsQuartz.name=Escaleiras de Cuarzo + +item.shovelIron.name=Pa de Ferro +item.pickaxeIron.name=Pico de Ferro +item.hatchetIron.name=Machada de Ferro +item.flintAndSteel.name=Sílex e Ferro +item.apple.name=Mazá +item.cookie.name=Cookie +item.bow.name=Arco +item.arrow.name=Frecha +item.coal.name=Carbón +item.charcoal.name=Carbón Vexetal +item.diamond.name=Diamante +item.emerald.name=Esmeralda +item.ingotIron.name=Lingote de Ferro +item.ingotGold.name=Lingote de Ouro +item.swordIron.name=Espada de Ferro +item.swordWood.name=Espada de Madeira +item.shovelWood.name=Pa de Madeira +item.pickaxeWood.name=Pico de Madeira +item.hatchetWood.name=Machada de Madeira +item.swordStone.name=Espada de Pedra +item.shovelStone.name=Pa de Pedra +item.pickaxeStone.name=Pico de Pedra +item.hatchetStone.name=Machada de Pedra +item.swordDiamond.name=Espada de Diamante +item.shovelDiamond.name=Pa de Diamante +item.pickaxeDiamond.name=Pico de Diamante +item.hatchetDiamond.name=Machada de Diamante +item.stick.name=Pau +item.bowl.name=Cunca +item.mushroomStew.name=Estofado de Cogumelos +item.swordGold.name=Espada de Ouro +item.shovelGold.name=Pa de Ouro +item.pickaxeGold.name=Pico de Ouro +item.hatchetGold.name=Machada de Ouro +item.string.name=Fío +item.feather.name=Pluma +item.sulphur.name=Pólvora +item.hoeWood.name=Sacho de Madeira +item.hoeStone.name=Sacho de Pedra +item.hoeIron.name=Sacho de Ferro +item.hoeDiamond.name=Sacho de Diamante +item.hoeGold.name=Sacho de Ouro +item.seeds.name=Sementes +item.seeds_pumpkin.name=Sementes de Cabaza +item.seeds_melon.name=Sementes de Sandía +item.melon.name=Sandía +item.wheat.name=Trigo +item.bread.name=Pan +item.helmetCloth.name=Helmo de Coiro +item.chestplateCloth.name=Coiraza de Coiro +item.leggingsCloth.name=Grebas de Coiro +item.bootsCloth.name=Botas de Coiro +item.helmetChain.name=Helmo de Cota de Malla +item.chestplateChain.name=Coiraza de Cota de Malla +item.leggingsChain.name=Grebas de Cota de Malla +item.bootsChain.name=Botas de Cota de Malla +item.helmetIron.name=Helmo de Ferro +item.chestplateIron.name=Coiraza de Ferro +item.leggingsIron.name=Grebas de Ferro +item.bootsIron.name=Botas de Ferro +item.helmetDiamond.name=Helmo de Diamante +item.chestplateDiamond.name=Coiraza de Diamante +item.leggingsDiamond.name=Grebas de Diamante +item.bootsDiamond.name=Botas de Diamante +item.helmetGold.name=Helmo de Ouro +item.chestplateGold.name=Coiraza de Ouro +item.leggingsGold.name=Grebas de Ouro +item.bootsGold.name=Botas de Ouro +item.flint.name=Sílex +item.porkchopRaw.name=Chuleta Crúa +item.porkchopCooked.name=Chuleta +item.chickenRaw.name=Polo Cru +item.chickenCooked.name=Polo +item.beefRaw.name=Filete Cru +item.beefCooked.name=Filete +item.painting.name=Cadro +item.frame.name=Marco para Obxectos +item.appleGold.name=Mazá Dourada +item.sign.name=Sinal +item.doorWood.name=Porta de Madeira +item.bucket.name=Cubo +item.bucketWater.name=Cubo de Auga +item.bucketLava.name=Cubo de Lava +item.minecart.name=Vagoneta +item.saddle.name=Sela +item.doorIron.name=Porta de Ferro +item.redstone.name=Redstone +item.snowball.name=Bola de Neve +item.boat.name=Barca +item.leather.name=Coiro +item.milk.name=Leite +item.brick.name=Ladrillo +item.clay.name=Arxila +item.reeds.name=Cana de Azucre +item.paper.name=Papel +item.book.name=Libro +item.slimeball.name=Bola de Slime +item.minecartChest.name=Vagoneta con Cofre +item.minecartFurnace.name=Vagoneta con Forno +item.minecartTnt.name=Vagoneta con TNT +item.minecartHopper.name=Vagoneta con Funil +item.egg.name=Ovo +item.compass.name=Compás +item.fishingRod.name=Cana de Pescar +item.clock.name=Reloxo +item.yellowDust.name=Po de Glowstone +item.fishRaw.name=Peixe Cru +item.fishCooked.name=Peixe Cocido +item.record.name=LP +item.bone.name=Oso +item.dyePowder.black.name=Saco de Tinta +item.dyePowder.red.name=Vermello de Rosa +item.dyePowder.green.name=Verde Cacto +item.dyePowder.brown.name=Sementes de Cacao +item.dyePowder.blue.name=Lapislázuli +item.dyePowder.purple.name=Tintura Púrpura +item.dyePowder.cyan.name=Tintura Cian +item.dyePowder.silver.name=Tintura Gris Clara +item.dyePowder.gray.name=Tintura Gris +item.dyePowder.pink.name=Tintura Rosa +item.dyePowder.lime.name=Tintura Lima +item.dyePowder.yellow.name=Amarelo Dente de León +item.dyePowder.lightBlue.name=Tintura Azul Clara +item.dyePowder.magenta.name=Tintura Maxenta +item.dyePowder.orange.name=Tintura Laranxa +item.dyePowder.white.name=Po de óso +item.sugar.name=Azucre +item.cake.name=Torta +item.bed.name=Cama +item.diode.name=Repetidor de Redstone +item.comparator.name=Comparador de Redstone +item.map.name=Mapa +item.leaves.name=Follas +item.shears.name=Cizalla +item.rottenFlesh.name=Carne Podre +item.enderPearl.name=Perla de Ender +item.blazeRod.name=Vara de Blaze +item.ghastTear.name=Bágoa de Ghast +item.netherStalkSeeds.name=Nether Wart +item.potion.name=Poción +item.emptyPotion.name=Frasco con Auga +item.goldNugget.name=Pebida de Ouro +item.glassBottle.name=Frasco de Vidro +item.spiderEye.name=Ollo de Araña +item.fermentedSpiderEye.name=Ollo de Araña Fermentado +item.blazePowder.name=Po de Blaze +item.magmaCream.name=Crema Magmática +item.cauldron.name=Caldeiro +item.brewingStand.name=Destilador +item.eyeOfEnder.name=Ollo de Ender +item.speckledMelon.name=Sandía Resplandecente +item.monsterPlacer.name=Spawnear +item.expBottle.name=Botella o' Encantador +item.fireball.name=Carga Incendiaria +item.writingBook.name=Libro e Pluma +item.writtenBook.name=Libro Escrito +item.ruby.name=Rubí +item.flowerPot.name=Maceta +item.emptyMap.name=Mapa Vacío +item.carrots.name=Cenoria +item.carrotGolden.name=Cenoria Dourada +item.potato.name=Pataca +item.potatoBaked.name=Pataca Cocida +item.potatoPoisonous.name=Pataca Velenosa +item.skull.skeleton.name=Cranio de Esqueleto +item.skull.wither.name=Cranio de Esqueleto Wither +item.skull.zombie.name=Cabeza de Zombi +item.skull.char.name=Cabeza Humana +item.skull.player.name=Cabeza de %s +item.skull.creeper.name=Cabeza de Creeper +item.carrotOnAStick.name=Cenoria Pinchada nun Pau +item.netherStar.name=Estrela do Nether +item.pumpkinPie.name=Tarta de Cabaza +item.enchantedBook.name=Libro Encantado +item.fireworks.name=Cohete Artificial +item.fireworks.flight=Duración do voo: +item.fireworksCharge.name=Carga Artificial +item.fireworksCharge.black=Negro +item.fireworksCharge.red=Vermello +item.fireworksCharge.green=Verde +item.fireworksCharge.brown=Marrón +item.fireworksCharge.blue=Azul +item.fireworksCharge.purple=Púrpura +item.fireworksCharge.cyan=Cian +item.fireworksCharge.silver=Gris Claro +item.fireworksCharge.gray=Gris +item.fireworksCharge.pink=Rosa +item.fireworksCharge.lime=Lima +item.fireworksCharge.yellow=Amarelo +item.fireworksCharge.lightBlue=Azul Claro +item.fireworksCharge.magenta=Maxenta +item.fireworksCharge.orange=Laranxa +item.fireworksCharge.white=Branco +item.fireworksCharge.customColor=Personalizado +item.fireworksCharge.fadeTo=Esvaecemento +item.fireworksCharge.flicker=Escintilar +item.fireworksCharge.trail=Rastro +item.fireworksCharge.type.0=Bóla Pequena +item.fireworksCharge.type.1=Bóla Grande +item.fireworksCharge.type.2=Estrelado +item.fireworksCharge.type.3=Forma de Creeper +item.fireworksCharge.type.4=Explosión +item.fireworksCharge.type=Forma Indeterminada +item.netherbrick.name=Ladrillo do Nether +item.netherquartz.name=Cuarzo do Nether + +container.inventory=Inventario +container.hopper=Funil +container.crafting=Crafting +container.dispenser=Distribuidor +container.dropper=Lanzador +container.furnace=Forno +container.enchant=Encanto +container.repair=Reparación e Nome +container.repair.cost=Custe en Encantamento: %1$d +container.repair.expensive=¡Demasiado Caro! +container.creative=Selección de Elementos +container.brewing=Soporte para bebedizos +container.chest=Cofre +container.chestDouble=Cofre Doble +container.minecart=Vagoneta +container.enderchest=Cofre de Ender + +item.dyed=Tintado + +entity.Item.name=Obxecto +entity.XPOrb.name=Orbe de Experiencia +entity.SmallFireball.name=Bóla de Lume Pequena +entity.Fireball.name=Bóla de Lume + +entity.Arrow.name=Frecha +entity.Snowball.name=Bola de neve +entity.Painting.name=Cadro + +entity.Mob.name=Mob +entity.Monster.name=Monstro + +entity.Creeper.name=Creeper +entity.Skeleton.name=Esqueleto +entity.Spider.name=Araña +entity.Giant.name=Xigante +entity.Zombie.name=Zombi +entity.Slime.name=Slime +entity.Ghast.name=Ghast +entity.PigZombie.name=Porco Zelta +entity.Enderman.name=Enderman +entity.Silverfish.name=Silverfish +entity.CaveSpider.name=Araña de Cova +entity.Blaze.name=Blaze +entity.LavaSlime.name=Cubo de Magma +entity.MushroomCow.name=Mooshroom +entity.Villager.name=Aldeán +entity.VillagerGolem.name=Gólem de Ferro +entity.SnowMan.name=Gólem de Neve +entity.EnderDragon.name=Ender Dragon +entity.WitherBoss.name=Wither +entity.Witch.name=Meiga + +entity.Pig.name=Porco +entity.Sheep.name=Ovella +entity.Cow.name=Vaca +entity.Chicken.name=Galiña +entity.Squid.name=Polbo +entity.Wolf.name=Lobo +entity.Ozelot.name=Ocelote +entity.Cat.name=Gato +entity.Bat.name=Morcego + +entity.PrimedTnt.name=TNT +entity.FallingSand.name=Bloque en caída + +entity.Minecart.name=Vagoneta +entity.Boat.name=Barca + +entity.generic.name=descoñecido + +death.fell.accident.ladder=%1$s caiu dunha escaleira +death.fell.accident.vines=%1$s caiu dunhas lianas +death.fell.accident.water=%1$s caiu fóra da auga +death.fell.accident.generic=%1$s caiu dun lugar alto +death.fell.killer=%1$s foi lanzado cara a morte +death.fell.assist=%1$s foi lanzado cara a morte por %2$s +death.fell.assist.item=%1$s foi lanzado cara a morte por %2$s usando %3$s +death.fell.finish=%1$s caiu demasiado lonxe e foi rematado por %2$s +death.fell.finish.item=%1$s caiu demasiado lonxe e foi rematado por %2$s usando %3$s + +death.attack.inFire=%1$s ardeu en chamas +death.attack.inFire.player=%1$s caminou no lume mentres pelexaba con %2$s +death.attack.onFire=%1$s queimouse ata a morte +death.attack.onFire.player=%1$s foi incinerado mentres pelexaba con %2$s +death.attack.lava=%1$s intentou nadar en lava +death.attack.lava.player=%1$s intentou nadar en lava escapando de %2$s +death.attack.inWall=%1$s asfixiou nunha parede +death.attack.drown=%1$s afogou +death.attack.drown.player=%1$s afogou tratando de escapar de %2$s +death.attack.starve=%1$s morreu de fame +death.attack.cactus=%1$s foi pinchado ata morrer +death.attack.cactus.player=%1$s espiñouse cun cacto mentres trataba de escapar de %2$s +death.attack.generic=%1$s morreu +death.attack.explosion=%1$s explotou +death.attack.explosion.player=%1$s foi rebentado por %2$s +death.attack.magic=%1$s foi matado por arte de maxia +death.attack.wither=%1$s foi "withereado" +death.attack.anvil=%1$s esmagouno unha zafra +death.attack.fallingBlock=%1$s esmagouno un bloque contra o chan +death.attack.mob=%1$s foi asasinado por %2$s +death.attack.player=%1$s foi asasinado por %2$s +death.attack.player.item=%1$s foi asasinado por %2$s usando %3$s +death.attack.arrow=%1$s foi disparado por %2$s +death.attack.arrow.item=%1$s foi disparado por %2$s usando %3$s +death.attack.fireball=%1$s foi alcanzado por unha bola de lume de %2$s +death.attack.fireball.item=%1$s foi alcanzado por unha bola de lume de %2$s usando %3$s +death.attack.thrown=%1$s foi esmagado por %2$s +death.attack.thrown.item=%1$s foi esmagado por %2$s usando %3$s +death.attack.indirectMagic=%1$s foi matado por %2$s usando maxia +death.attack.indirectMagic.item=%1$s foi matado por %2$s usando %3$s +death.attack.thorns=%1$s morreu tentando ferir a %2$s +death.attack.fall=%1$s bateu contra o chan demasiado forte +death.attack.outOfWorld=%1$s caeu do mundo + +deathScreen.respawn=Respawnear +deathScreen.deleteWorld=Eliminar Mundo +deathScreen.titleScreen=Pantalla Principal +deathScreen.score=Puntuación +deathScreen.title.hardcore=¡Fin da Partida! +deathScreen.hardcoreInfo=¡Non podes respawnear no Modo Hardcore! +deathScreen.title=¡Morriches! +deathScreen.leaveServer=Abandono de servidor + +potion.empty=Sen Efectos +potion.moveSpeed=Velocidade +potion.moveSlowdown=Lentitude +potion.digSpeed=Présa +potion.digSlowDown=Fatiga de Picar +potion.damageBoost=Forza +potion.weakness=Debilidade +potion.heal=Saúde Instantánea +potion.harm=Dano Instantáneo +potion.jump=Aumento de Salto +potion.confusion=Mareo +potion.regeneration=Rexeneración +potion.resistance=Resistencia +potion.fireResistance=Resistencia ó Lume +potion.waterBreathing=Apnea +potion.invisibility=Invisibilidade +potion.blindness=Cegueira +potion.nightVision=Visión Nocturna +potion.hunger=Fame +potion.poison=Veleno +potion.wither=Wither + +potion.moveSpeed.postfix=Poción de Rapidez +potion.moveSlowdown.postfix=Poción de Lentitude +potion.digSpeed.postfix=Poción de Présa +potion.digSlowDown.postfix=Poción de Fatiga +potion.damageBoost.postfix=Poción de Forza +potion.weakness.postfix=Poción de Debilidade +potion.heal.postfix=Poción de Curación +potion.harm.postfix=Poción de Dano +potion.jump.postfix=Poción de Salto +potion.confusion.postfix=Poción de Mareo +potion.regeneration.postfix=Poción de Rexeneración +potion.resistance.postfix=Poción de Resistencia +potion.fireResistance.postfix=Poción de Resistencia ó Lume +potion.waterBreathing.postfix=Poción de Respiración Acuática +potion.invisibility.postfix=Poción de Invisibilidade +potion.blindness.postfix=Poción de Cegueira +potion.nightVision.postfix=Poción de Visión Nocturna +potion.hunger.postfix=Poción de Fame +potion.poison.postfix=Poción de Veleno +potion.wither.postfix=Poción de Decadencia + +potion.potency.0= +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV + +potion.prefix.grenade=(Area) +potion.prefix.mundane=Mundana +potion.prefix.uninteresting=Banal +potion.prefix.bland=Insípida +potion.prefix.clear=Clara +potion.prefix.milky=Leitosa +potion.prefix.diffuse=Difusa +potion.prefix.artless=Simple +potion.prefix.thin=Diluída +potion.prefix.awkward=Rara +potion.prefix.flat=Sen Gas +potion.prefix.bulky=Voluminosa +potion.prefix.bungling=Torpe +potion.prefix.buttered=Graxenta +potion.prefix.smooth=Suave +potion.prefix.suave=Afable +potion.prefix.debonair=Cortés +potion.prefix.thick=Espesa +potion.prefix.elegant=Elegante +potion.prefix.fancy=Fantasiosa +potion.prefix.charming=Encantadora +potion.prefix.dashing=Gallarda +potion.prefix.refined=Refinada +potion.prefix.cordial=Cordial +potion.prefix.sparkling=Espumosa +potion.prefix.potent=Potente +potion.prefix.foul=Repugnante +potion.prefix.odorless=Inodora +potion.prefix.rank=Fétida +potion.prefix.harsh=Áspera +potion.prefix.acrid=Acre +potion.prefix.gross=Asquerosa +potion.prefix.stinky=Apestosa + +enchantment.damage.all=Fío +enchantment.damage.undead=Redención +enchantment.damage.arthropods=Azote dos Artrópodos +enchantment.knockback=Empurrón +enchantment.fire=Lume Imbuído +enchantment.protect.all=Protección +enchantment.protect.fire=Protección ó Lume +enchantment.protect.fall=Caída de Pluma +enchantment.protect.explosion=Protección contra Explosións +enchantment.protect.projectile=Protección contra Proxectís +enchantment.oxygen=Volume Pulmonar +enchantment.waterWorker=Afinidade Acuática +enchantment.digging=Eficiencia +enchantment.untouching=Toque de Seda +enchantment.durability=Irrompible +enchantment.lootBonus=Saqueo +enchantment.lootBonusDigger=Fortuna +enchantment.arrowDamage=Potencia +enchantment.arrowFire=Chamas +enchantment.arrowKnockback=Empurrón +enchantment.arrowInfinite=Infinidade +enchantment.thorns=Espiñas + +enchantment.level.1=I +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.level.10=X + +gui.achievements=Logros +gui.stats=Estatísticas + +stat.generalButton=Xeral +stat.blocksButton=Bloques +stat.itemsButton=Obxectos + +stat.used=Veces Usado +stat.mined=Veces Extraído +stat.depleted=Veces Esgotado +stat.crafted=Veces Fabricado + +stat.startGame=Veces Xogadas +stat.createWorld=Mundos Xogados +stat.loadWorld=Partidas Cargadas +stat.joinMultiplayer=Sesións Multixogador +stat.leaveGame=Partidas Abandoadas + +stat.playOneMinute=Minutos Xogados + +stat.walkOneCm=Distancia a Pé +stat.fallOneCm=Distancia Caída +stat.swimOneCm=Distancia Nadada +stat.flyOneCm=Distancia Voada +stat.climbOneCm=Distancia Escalada +stat.diveOneCm=Distancia Buceada +stat.minecartOneCm=Distancia en Vagoneta +stat.boatOneCm=Distancia en Barca +stat.pigOneCm=Distancia en Porco +stat.jump=Brincos +stat.drop=Obxectos Soltados + +stat.damageDealt=Dano Feito +stat.damageTaken=Dano Recibido +stat.deaths=Número de Mortes +stat.mobKills=Mobs Eliminados +stat.playerKills=Xogadores Asasinados +stat.fishCaught=Peixes Collidos + +stat.mineBlock=%1$s Extraídos +stat.craftItem=%1$s Fabricados +stat.useItem=%1$s Usados +stat.breakItem=%1$s Esgotados + +achievement.get=¡Logro Obtido! + +achievement.taken=¡Obtido! + +achievement.requires=Require '%1$s' +achievement.openInventory=Facendo Inventario +achievement.openInventory.desc=Pulsa '%1$s' para abrir o teu inventario +achievement.mineWood=Conseguindo Madeira +achievement.mineWood.desc=Golpea unha árbore ata que saia un bloque de madeira +achievement.buildWorkBench=Tomando Referencias +achievement.buildWorkBench.desc=Crea un Banco de Traballo con catro Táboas +achievement.buildPickaxe=¡Hora de Picar! +achievement.buildPickaxe.desc=Usa Táboas e Paus para facer un Pico +achievement.buildFurnace=Está a Cousa Quente +achievement.buildFurnace.desc=Constrúe un Forno con oito bloques de Pedra +achievement.acquireIron=Ponlle Ferro ó Asunto +achievement.acquireIron.desc=Funde un Lingote de Ferro +achievement.buildHoe=¡Hora de Sachar! +achievement.buildHoe.desc=Usa Táboas e Paus para facer un Sacho +achievement.makeBread=Panadeiro +achievement.makeBread.desc=Convirte trigo en pan +achievement.bakeCake=A Mentira +achievement.bakeCake.desc=¡Trigo, azucre, leite e ovos! +achievement.buildBetterPickaxe=Actualizarse +achievement.buildBetterPickaxe.desc=Crea un Pico mellor +achievement.cookFish=Delicioso Peixe +achievement.cookFish.desc=¡Pesca e cociña un peixe! +achievement.onARail=Sobre Raís +achievement.onARail.desc=Viaxa en Vagoneta alomenos un kilómetro dende onde comezaches +achievement.buildSword=¡Hora de Atacar! +achievement.buildSword.desc=Usa Táboas de Madeira e Paus para facer unha espada +achievement.killEnemy=Monster Hunter +achievement.killEnemy.desc=Ataca e destrúe un monstro +achievement.killCow=Tombavacas +achievement.killCow.desc=Consegue algo de coiro +achievement.flyPig=Cando os Porcos voen +achievement.flyPig.desc=Salta por un cantil montado en Porco +achievement.snipeSkeleton=Duelo de Francotiradores +achievement.snipeSkeleton.desc=Mata un esqueleto cun arco dende máis de 50 metros +achievement.diamonds=¡DIAMANTES! +achievement.diamonds.desc=Obtén diamantes cos teus útiles de ferro +achievement.portal=Temos que chegar máis fondo +achievement.portal.desc=Constrúe un portal ó Nether +achievement.ghast=De volta ó Remite +achievement.ghast.desc=Destrúe un Ghast cunha Bola de Lume +achievement.blazeRod=Na Chama +achievement.blazeRod.desc=Quítalle a súa Vara a un Blaze +achievement.potion=Destilería Local +achievement.potion.desc=Destila unha Poción +achievement.theEnd=¿A Fin? +achievement.theEnd.desc=Localiza o End +achievement.theEnd2=A Fin. +achievement.theEnd2.desc=Derrota ó Ender Dragon +achievement.enchantments=Encantador +achievement.enchantments.desc=Usa un Libro, Obsidiana e Diamantes para construir unha Mesa de Encantamentos +achievement.overkill=Hostiazo +achievement.overkill.desc=Fai oito corazóns de dano dun so golpe +achievement.bookcase=Bibliotecario +achievement.bookcase.desc=Constrúe algúns Estantes para mellorar a túa Mesa de Encantamentos + +commands.generic.exception=Un erro descoñecido ocorreu mentres se tentaba levar a cabo o comando +commands.generic.syntax=Sintaxe do comando inválida +commands.generic.player.notFound=Ese xogador non se atopa +commands.generic.notFound=Comando descoñecido. Proba con /help para a listaxe de comandos +commands.generic.num.invalid='%s' non é un número válido +commands.generic.num.tooSmall=O número que acabas de inserir (%d) é demasiado pequeno, ten que ser alomenos %d +commands.generic.num.tooBig=O número que acabas de inserir (%d) é demasiado grande, non pode ser máis de %d +commands.generic.double.tooSmall=O número que puxeches (%.2f) é demasiado pequeno, debe ser maior que %.2f +commands.generic.double.tooBig=O número que puxeches (%.2f) é demasiado grande, non pode pasar de %.2f +commands.generic.usage=Uso: %s + +commands.xp.failure.widthdrawXp=Non se poden dar Puntos de Experiencia negativos +commands.xp.success=%d de experiencia dada a %s +commands.xp.success.levels=Déronse %d niveis a %s +commands.xp.success.negative.levels=Collidos %d niveis de %s +commands.xp.usage=/xp [xogador] OU /xp L [xogador] +commands.give.usage=/give <ítem> [cantidade] [datos] +commands.give.notFound=Non hai un ítem con ID %d +commands.give.success=Dado %s (ID %d) * %d a %s +commands.effect.usage=/effect [seconds] [amplifier] +commands.effect.notFound=There is no such mob effect with ID %d +commands.effect.success=Given %1$s (ID %2$d) * %3$d to %4$s for %5$d seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.enchant.usage=/enchant [Nivel] +commands.enchant.notFound=Non existe un encantamento coa ID %d +commands.enchant.noItem=O obxectivo non suxeita un obxecto +commands.enchant.cantEnchant=O encantamento seleccionado non se pode aplicar ó obxecto obxectivo +commands.enchant.cantCombine=%1$s non pode ser combinado con %2$s +commands.enchant.success=Encantamento exitoso +commands.clear.usage=/clear [obxecto] [data] +commands.clear.success=Vaciouse o inventario de %s, eliminando %d obxectos +commands.clear.failure=Could not clear the inventory of %s, no items to remove +commands.downfall.success=Precipitacións modificadas +commands.time.usage=/time +commands.time.added=Engadido %d ó tempo +commands.time.set=Tempo establecido en %d +commands.players.list=Hai %d/%d xogadores en liña: +commands.banlist.ips=Hai un total de %d IP's baneadas: +commands.banlist.players=Hai un total de %d xogadores baneados: +commands.banlist.usage=/banlist [ips|players] +commands.kick.success=Kickeouse a %s do servidor +commands.kick.success.reason=Kickeouse a %s do servidor: '%s' +commands.kick.usage=/kick [razón...] +commands.op.success=Ascendeuse a %s a rango OP +commands.op.usage=/op +commands.deop.success=Degradouse a %s de seren OP +commands.deop.usage=/deop +commands.say.usage=/say +commands.ban.success=Baneouse a %s +commands.ban.usage=/ban [razón...] +commands.unban.success=Desbaneouse a %s +commands.unban.usage=/pardon +commands.banip.invalid=Inseriches unha IP inválida ou o xogador non está en liña +commands.banip.success=Baneouse a IP: %s +commands.banip.success.players=Baneouse a IP %s pertencente a %s +commands.banip.usage=/ban-ip [razón...] +commands.unbanip.invalid=Inseriches unha IP inválida +commands.unbanip.success=Desbaneouse a IP: %s +commands.unbanip.usage=/pardon-ip +commands.save.enabled=Autogardado do Mundo activado +commands.save.disabled=Autogardado do Mundo desactivado +commands.save.start=Gardando... +commands.save.success=Mundo Gardado +commands.save.failed=O Gardado fallou: %s +commands.stop.start=Parando o servidor +commands.tp.success=Teleportado %s a %s +commands.tp.success.coordinates=Teleportouse %s a %.2f,%.2f,%.2f +commands.tp.usage=/tp [xogador teleportado] OU /tp [xogador teleportado] +commands.tp.notSameDimension=Incapaz de teleportar porque os xogadores non están na mesma dimensión +commands.whitelist.list=Hai %d (de %d vistos) xogadores na Listaxe VIP: +commands.whitelist.enabled=Listaxe VIP activada +commands.whitelist.disabled=Listaxe VIP desactivada +commands.whitelist.reloaded=Listaxe VIP recargada +commands.whitelist.add.success=Engadido a %s á Listaxe VIP +commands.whitelist.add.usage=/whitelist add +commands.whitelist.remove.success=Eliminouse a %s da Listaxe VIP +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.scoreboard.usage=/scoreboard +commands.scoreboard.teamNotFound=Non se encontraron equipos co nome "%s" +commands.scoreboard.objectiveNotFound=Non se encontraron obxectivos co nome "%s" +commands.scoreboard.objectiveReadOnly=O obxectivo "%s" é de só lectura e non pode ser axustado +commands.scoreboard.objectives.usage=/scoreboard objectives +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [obxectivo] +commands.scoreboard.objectives.setdisplay.invalidSlot=Slot "%s" inválido +commands.scoreboard.objectives.setdisplay.successCleared=Slot de obxectivo "%s" despexado +commands.scoreboard.objectives.setdisplay.successSet=Axustado o nome do obxectivo no slot %s a %s +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [nome amosado...] +commands.scoreboard.objectives.add.wrongType=Criterio de obxectivo inválido. os criterios válidos son: %s +commands.scoreboard.objectives.add.alreadyExists=Un obxectivo co nome "%s" xa existe +commands.scoreboard.objectives.add.tooLong=O nome "%s" é demasiado longo para un obxectivo. Pode ser como máximo de %d caracteres +commands.scoreboard.objectives.add.displayTooLong=O nome "%s" é demasiado longo para un obxectivo. Pode ser como máximo de %d caracteres +commands.scoreboard.objectives.add.success=Engadido o obxectivo "%s" satisfactoriamente +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.remove.success=Eliminado o obxectivo "%s" satisfactoriamente +commands.scoreboard.objectives.list.count=Amosando %d obxectivo(s) na táboa de puntuacións +commands.scoreboard.objectives.list.entry=-%s: amósase como "%s" e é do tipo "%s" +commands.scoreboard.objectives.list.empty=Non hai obxectivos na táboa de puntuacións +commands.scoreboard.players.usage=/scoreboard players +commands.scoreboard.players.set.success=Axustada a puntuación de %s para o xogador %s a %d +commands.scoreboard.players.set.usage=/scoreboard players set +commands.scoreboard.players.add.usage=/scoreboard players add +commands.scoreboard.players.remove.usage=/scoreboard players remove +commands.scoreboard.players.reset.usage=/scoreboard players reset +commands.scoreboard.players.reset.success=Tódalas puntuacións do xogador %s foron restablecidas +commands.scoreboard.players.list.count=Amosando %d xogadores seguidos na táboa de puntuacións +commands.scoreboard.players.list.empty=Non hai xogadores seguidos na táboa de puntuación +commands.scoreboard.players.list.player.count=Amosando %d obxectivos seguido(s) para %s +commands.scoreboard.players.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.players.list.player.empty=O xogador %s non ten puntuacións gardadas +commands.scoreboard.teams.usage=/scoreboard teams +commands.scoreboard.teams.add.usage=/scoreboard teams add [nome amosado...] +commands.scoreboard.teams.add.alreadyExists=Xa existe un equipo co nome "%s" +commands.scoreboard.teams.add.tooLong=O nome "%s" é demasiado longo para un equipo. Pode ser como máximo de %d caracteres +commands.scoreboard.teams.add.displayTooLong=O nome "%s" é demasiado longo para un equipo. Pode ser como máximo de %d caracteres +commands.scoreboard.teams.add.success=Engadido o equipo "%s" satisfactoriamente +commands.scoreboard.teams.list.usage=/scoreboard teams list [nome] +commands.scoreboard.teams.list.count=Amosando %d equipos na táboa +commands.scoreboard.teams.list.entry=- %1$s: "%2$s" ten %3$d xogadores +commands.scoreboard.teams.list.empty=Non hai equipos rexistrados na táboa de puntuacións +commands.scoreboard.teams.list.player.count=Amosando %d xogador(es) no equipo %s +commands.scoreboard.teams.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.teams.list.player.empty=O equipo %s non ten xogadores +commands.scoreboard.teams.empty.usage=/scoreboard teams clear +commands.scoreboard.teams.empty.alreadyEmpty=O equipo %s xa está vacío, non se poden eliminar xogadores inexistentes +commands.scoreboard.teams.empty.success=Eliminados tódolos %d xogador(es) do equipo %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.remove.success=Eliminado o equipo %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [xogador] +commands.scoreboard.teams.join.success=Engadido %d xogador(es) ó equipo %s: %s +commands.scoreboard.teams.join.failure=Non se puido engadir %d xogador(es) ó equipo %s: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [xogador] +commands.scoreboard.teams.leave.success=Eliminados %d xogador(es) dos seus equipos: %s +commands.scoreboard.teams.leave.failure=Non se puido eliminar %d xogador(es) dos seus equipos: %s +commands.scoreboard.teams.leave.noTeam=Non estás nun equipo +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.option.noValue=Os valores válidos para a opción %s son: %s +commands.scoreboard.teams.option.success=Set option %s for team %s to %s +commands.gamemode.success.self=Cambiácheste ó Modo de Xogo %s +commands.gamemode.success.other=Cambiouse a %s ó Modo de Xogo %s +commands.gamemode.usage=/gamemode [nome] +commands.defaultgamemode.usage=/defaultgamemode +commands.defaultgamemode.success=O Modo de Xogo por defecto no Mundo agora é %s +commands.me.usage=/me +commands.help.header=--- Mostrando páxina de axuda %d de %d (/help ) --- +commands.help.footer=Consello: Usa o (Tabulador) mentres escribes un comando para autocompletalo ou os seus argumentos +commands.help.usage=/help [páxina|nome do comando] +commands.publish.started=Partida local hosteada en %s +commands.publish.failed=Incapaz de hostear partida local +commands.debug.start=Comezou a análise debug +commands.debug.stop=Rematou a análise debug tras %.2f segundos (%d ticks) +commands.debug.notStarted=¡Non se pode rematar a análise se aínda non comezou! +commands.debug.usage=/debug +commands.message.usage=/tell +commands.message.sameTarget=¡Non te podes enviar mensaxes privadas a ti mesmo! +commands.message.display.outgoing=Murmuras a %s: %s +commands.message.display.incoming=%s murmúrate: %s +commands.difficulty.usage=/difficulty +commands.difficulty.success=Axustada a dificultade de xogo a %s +commands.spawnpoint.usage=/spawnpoint OU /spawnpoint OU /spawnpoint +commands.spawnpoint.success=Axustado o Spawnpoint de %s a (%d, %d, %d) +commands.gamerule.usage=/gamerule OU /gamerule +commands.gamerule.success=A regra foi actualizada +commands.gamerule.norule=Non existe tal regra como "%s" +commands.weather.usage=/weather [duración en segundos] +commands.weather.clear=Cambiando a tempo soleado +commands.weather.rain=Cambiando a tempo chuvioso +commands.weather.thunder=Cambiando a tempo tormentoso +commands.testfor.usage=/testfor +commands.testfor.failed=/testfor sólo pode ser usado en Bloques de Comandos cunha saída analóxica + +itemGroup.buildingBlocks=Bloques de Construción +itemGroup.decorations=Bloques de Decoración +itemGroup.redstone=Redstone +itemGroup.transportation=Transporte +itemGroup.misc=Miscelánea +itemGroup.search=Búsqueda +itemGroup.food=Comida +itemGroup.tools=Ferramentas +itemGroup.combat=Combate +itemGroup.brewing=Destilación +itemGroup.materials=Materiais +itemGroup.inventory=Inventario de Supervivencia + +inventory.binSlot=Destruir Ítem + +advMode.setCommand=Axusta un comando de consola para o bloque +advMode.command=Comando de Consola +advMode.nearestPlayer=Usa "@p" para centrar o efecto no xogador máis próximo +advMode.randomPlayer=Usa "@r" para centrar o efecto nun xogador aleatorio +advMode.allPlayers=Usa "@a" para centrar o efecto sobre tódolos xogadores + +advMode.notEnabled=Os Bloques de Comandos non están activados neste servidor +advMode.notAllowed=Debe ser un xogador OP en Modo Creativo + +mco.title=Minecraft Realms +mco.selectServer.select=Entrar ó servidor +mco.selectServer.configure=Configurar +mco.selectServer.create=Crear Mundo +mco.selectServer.moreinfo=Máis Información + +mco.configure.world.edit.title=Editar Mundo + +mco.configure.world.title=Configurar Mundo +mco.configure.world.name=Nome +mco.configure.world.description=Descrición +mco.configure.world.location=Localización +mco.configure.world.invited=Invitado +mco.configure.world.buttons.edit=Editar +mco.configure.world.buttons.reset=Restablecer Mundo +mco.configure.world.buttons.done=Aceptar +mco.configure.world.buttons.delete=Borrar +mco.configure.world.buttons.open=Mundo Aberto +mco.configure.world.buttons.close=Mundo Pechado +mco.configure.world.buttons.invite=Invitar +mco.configure.world.buttons.uninvite=Desinvitar +mco.configure.world.buttons.subscription=Subscription +mco.configure.world.invite.profile.name=Nome +mco.configure.world.uninvite.question=¿Estás seguro de que queres desinvitar? + +mco.configure.world.subscription.title=Subscription Info +mco.configure.world.subscription.daysleft=Days Left +mco.configure.world.subscription.start=Start Date +mco.configure.world.subscription.extend=Extend + +mco.create.world.location.title=Localizacións +mco.create.world.location.warning=Podes non chegar á localización que seleccionaches +mco.create.world.wait=Creando Mundo... + +mco.reset.world.title=Restablecer Mundo +mco.reset.world.warning=¡Isto acabará co teu mundo permanentemente! +mco.reset.world.seed=Semente (Opcional) +mco.reset.world.resetting.screen.title=Reseteando Mundo... + +mco.configure.world.close.question.line1=O teu mundo estará indispoñible +mco.configure.world.close.question.line2=¿Estás seguro de que queres facer iso? + +mco.connect.connecting=Conectado co servidor online... +mco.connect.authorizing=Entrando... +mco.connect.failed=Fallou a conexión co servidor online + +mco.create.world=Crear + diff --git a/1.5.2/lang/he_IL.lang b/1.5.2/lang/he_IL.lang new file mode 100644 index 00000000..67b5c3b9 --- /dev/null +++ b/1.5.2/lang/he_IL.lang @@ -0,0 +1,1293 @@ +#X-Generator: crowdin.net + +language.name=אנגלית +language.region=IL +language.code=he_IL + +gui.done=בוצע +gui.cancel=ביטול +gui.back=Back +gui.toMenu=חזרה לתפריט ראשי +gui.up=מעלה +gui.down=למטה +gui.yes=כן +gui.no=לא + +menu.singleplayer=שחקן יחיד +menu.multiplayer=רב-משתתפים +menu.online=Minecraft Realms +menu.options=הגדרות... +menu.quit=צא מהמשחק +menu.returnToMenu=שמור וחזור לתפריט הראשי +menu.disconnect=התנתק +menu.returnToGame=חזרה למשחק +menu.switchingLevel=מחליף עולמות +menu.generatingLevel=יוצר עולם +menu.loadingLevel=טוען עולם +menu.generatingTerrain=בונה את השטח +menu.convertingLevel=ממיר עולםn +menu.simulating=מדמה את העולם קצת +menu.respawning=נוצר מחדש +menu.shareToLan=LAN-פתח ל + +selectWorld.title=בחר עולם +selectWorld.empty=ריק +selectWorld.world=עולם +selectWorld.select=שחק בעולם הנבחר +selectWorld.create=צור עולם חדש +selectWorld.recreate=צור מחדש +selectWorld.createDemo=שחק בעולם הדגמה חדש +selectWorld.delete=מחק +selectWorld.rename=שינוי שם +selectWorld.deleteQuestion=האם אתה בטוח שברצונך למחוק את העולם הזה? +selectWorld.deleteWarning=ייעלם לנצח! (הרבה זמן!( +selectWorld.deleteButton=מחק +selectWorld.renameButton=שינוי שם +selectWorld.renameTitle=שנה את שם העולם +selectWorld.conversion=חייב לעבור המרה! +selectWorld.newWorld=עולם חדש +selectWorld.newWorld.copyOf=עותק של %s +selectWorld.enterName=שם העולם +selectWorld.resultFolder=יישמר ב: +selectWorld.enterSeed=בסיס למחולל העולם +selectWorld.seedInfo=השאירו ריק עבור זרע אקראי +selectWorld.cheats=רמאויות +selectWorld.customizeType=התאמה אישית + +createWorld.customize.presets=קביעות מוגדרות +createWorld.customize.presets.title=בחר הגדרה קבועה מראש +createWorld.customize.presets.select=השתמש בקביעה מראש +createWorld.customize.presets.share=רוצה לשתף את הקביעה המוגדרת מראש עם מישהו? השתמש בתיבה למטה! +createWorld.customize.presets.list=לחלופין, הנה כמה שעשינו קודם לכן! +createWorld.customize.flat.title=התאמה אישית של שטוח-אל +createWorld.customize.flat.tile=חומר שכבה +createWorld.customize.flat.height=גובה +createWorld.customize.flat.addLayer=הוסף שכבה +createWorld.customize.flat.editLayer=ערוך שכבה +createWorld.customize.flat.removeLayer=הסר שכבה +createWorld.customize.flat.layer.top=עליון-%d +createWorld.customize.flat.layer=%d +createWorld.customize.flat.layer.bottom=תחתון-%d + +gameMode.survival=מצב הישרדות +gameMode.creative=מצב יצירתי +gameMode.adventure=מצב הרפתקה +gameMode.hardcore=מצב חסר רחמים +gameMode.changed=מָצַב הָמִשחַק שֶלך עוּדכַן + +selectWorld.gameMode=מצב משחק: +selectWorld.gameMode.survival=הישרדות +selectWorld.gameMode.survival.line1=חפשו משאבים, צרו חפצים, השיגו +selectWorld.gameMode.survival.line2=רמות, חיים ורעב +selectWorld.gameMode.creative=יצירתי +selectWorld.gameMode.creative.line1=משאבים ללא הגבלה, תעופה חופשית וn +selectWorld.gameMode.creative.line2=שבירת בלוקים מיידית +selectWorld.gameMode.hardcore=חסר רחמים +selectWorld.gameMode.hardcore.line1=זהה למצב הישרדות, נעול ברמת הקושי המירבית +selectWorld.gameMode.hardcore.line2=המירבית, ורק פסילה אחת +selectWorld.gameMode.adventure=הרפתקה +selectWorld.gameMode.adventure.line1=כמו במצב הישרדות, אך בלוקים לא +selectWorld.gameMode.adventure.line2=יוסף או יוסר +selectWorld.moreWorldOptions=אפשרויות עולם נוספות... +selectWorld.mapFeatures=מחולל מבנים: +selectWorld.mapFeatures.info=כפרים, צינוקים וכו' +selectWorld.mapType=סוג העולם: +selectWorld.mapType.normal=רגיל +selectWorld.allowCommands=אפשר רמאויות +selectWorld.allowCommands.info=פקודות כמו /gamemode, /xp +selectWorld.hardcoreMode=חסר רחמים: +selectWorld.hardcoreMode.info=העולם יימחק לאחר מוות +selectWorld.bonusItems=תיבת בונוס: + +generator.default=ברירת מחדל +generator.flat=שטוח לחלוטין +generator.largeBiomes=אזורי ענק + +selectServer.title=בחירת שרת +selectServer.empty=ריק +selectServer.select=הצטרף לשרת +selectServer.direct=חיבור ישיר +selectServer.edit=עריכה +selectServer.delete=מחק +selectServer.add=הוספת שרת +selectServer.defaultName=שרת מיינקראפט +selectServer.deleteQuestion=האם אתה בטוח שאתה רוצה להסיר את שרת זה? +selectServer.deleteWarning=(ייעלם לנצח! (הרבה זמן! +selectServer.deleteButton=מחק +selectServer.refresh=רענן +selectServer.hiddenAddress=(מוסתר) +addServer.title=ערוך את פרטי השרת +addServer.enterName=שם השרת +addServer.enterIp=כתובת השרת +addServer.add=סיום +addServer.hideAddress=הסתר כתובת +lanServer.title=LAN-עולם +lanServer.scanning=Scanning for games on your local network +lanServer.start=LAN-הפעל עולם +lanServer.otherPlayers=הגדרות עבור שחקנים אחרים +mcoServer.title=העולם המקוון Minecraft + +multiplayer.title=משחק מרובה משתתפים +multiplayer.connect=התחבר +multiplayer.info1="מיינקראפט מרובה-משתמשים" עדיין לא גמור, אבל ישנן +multiplayer.info2=בדיקות באגים מוקדמות המתרחשות כרגע. +multiplayer.ipinfo=הזינו את כתובת השרת אליו אתם רוצים להתחבר: + +multiplayer.texturePrompt.line1=השרת הזה ממליץ על שימוש בערכת נושא מותאמת אישית. +multiplayer.texturePrompt.line2=האם ברצונך להוריד אותה באופן אוטוקוסמי? + +multiplayer.downloadingTerrain=מוריד שטח + +multiplayer.stopSleeping=קום מהמיטה + +chat.link.confirm=האם אתה בטוח שברצונך לפתוח את האתר הבא? chat.link.warning=לעולם אל תפתח קישורים מאנשים שאינך בוטח בהם! +chat.link.warning=לעולם אל תפתח קישורים מאנשים שאינך בוטח בהם! +chat.copy=העתק לכתבן + +menu.playdemo=שחק בעולם הדגמה +menu.resetdemo=איפוס עולם ההדגמה +demo.day.1=ההדגמה תמשך חמישה ימי משחק, עשו את מיטב יכולותיכם! +demo.day.2=יום שני +demo.day.3=יום שלישי +demo.day.4=יום רביעי +demo.day.5=זהו יומך האחרון! +demo.day.warning=זמנכם כמעט תם! +demo.day.6=עברתם את יומכם החמישי, לחצו על F2 על מנת לשמור תמונה של יצירתכם +demo.reminder=זמן ההדגמה תם. כדי להמשיך, קנה את המשחק או צור עולם חדש. +demo.remainingTime=%s :הזמן שנותר +demo.demoExpired=זמן הדגמה נגמר! +demo.help.movement=השתמש ב%1$s, %2$s, %3$s, %4$s ובעכבר כדי לנוע סביב +demo.help.movementShort=%1$s, %2$s, %3$s, %4$s נוע על ידי לחיצה על +demo.help.movementMouse=הבט סביב באמצעות העכבר +demo.help.jump=קפוץ על ידי לחיצה על כפתור %1ה$s +demo.help.inventory=לחץ %1$s לפתוח את התיק +demo.help.title=מצב הדגמה +demo.help.fullWrapped=הדגמה זו תימשך ל5 ימי משחק (כשעה וארבעים דקות של זמן-אמת) בדוק את ההישגים עבור רמזים! תהנה! +demo.help.buy=רכוש עכשיו! +demo.help.later=המשך במשחק! + +connect.connecting=מתחבר לשרת... +connect.authorizing=מתחבר... +connect.failed=ההתחברות לשרת נכשלה + +disconnect.genericReason=%s +disconnect.disconnected=נותק על ידי השרת +disconnect.lost=הקשר אבד +disconnect.kicked=הוצא מהמשחק +disconnect.timeout=אזל זמן החיבור +disconnect.closed=החיבור נסגר +disconnect.loginFailed=הכניסה נכשלה +disconnect.loginFailedInfo=ההתחברות כשלה: %s +disconnect.quitting=יוצא +disconnect.endOfStream=סוף השידור +disconnect.overflow=גלישת מאגר +disconnect.spam=נבעט בגלל ספאם + +options.off=כבוי +options.on=פעיל +options.visible=גלוי +options.hidden=מוסתר +options.title=אפשרויות +options.controls=מקשים... +options.video=הגדרות וידאו... +options.language=שפה... +options.languageWarning=תרגומי השפה עלולים להיות לא מדויקים ב100% +options.videoTitle=הגדרות וידאו +options.music=מוסיקה +options.sound=קול +options.invertMouse=הפוך עכבר +options.fov=עומק שדה +options.fov.min=רגיל +options.fov.max=מומחה-Quake +options.gamma=בהירות +options.gamma.min=מעומעם +options.gamma.max=בהיר +options.sensitivity=רגישות +options.sensitivity.min=*פיהוק* +options.sensitivity.max=מהירות על!!! +options.renderDistance=מרחק ראיה +options.renderDistance.tiny=קטנטן +options.renderDistance.short=קצר +options.renderDistance.normal=רגיל +options.renderDistance.far=רחוק +options.viewBobbing=ראייה מתנדנדת +options.ao=החלקת תאורה +options.ao.off=Off +options.ao.min=Minimum +options.ao.max=Maximum +options.anaglyph=תלת מימד +options.framerateLimit=ביצועים +options.difficulty=רמת קושי +options.difficulty.peaceful=שלווה +options.difficulty.easy=קל +options.difficulty.normal=רגיל +options.difficulty.hard=קשה +options.difficulty.hardcore=חסר רחמים +options.graphics=גרפיקה +options.graphics.fancy=מפואר +options.graphics.fast=מהיר +options.guiScale=קנה מידת הממשק הגרפי +options.guiScale.auto=אוטומטי +options.guiScale.small=קטן +options.guiScale.normal=רגיל +options.guiScale.large=גדול +options.advancedOpengl=OpenGL מתקדם +options.renderClouds=עננים +options.farWarning1=התקנת ג'אווה 64 סיביות מומלצת options.farWarning2=בשביל "רחוק" )לך יש 32 סיביות( +options.farWarning2=בשביל "רחוק" )לכם יש 32 ביט( +options.particles=חלקיקים +options.particles.all=הכל +options.particles.decreased=מופחת +options.particles.minimal=מינימלי +options.multiplayer.title=הגדרות רב-משתתפים... +options.chat.title=הגדרות צ'אט... +options.chat.visibility=צ'אט +options.chat.visibility.full=גלוי +options.chat.visibility.system=פקודות בלבד +options.chat.visibility.hidden=נסתר +options.chat.color=צבעים +options.chat.opacity=אטימות +options.chat.links=קישורי אתר +options.chat.links.prompt=אזהרה מפני קישורים +options.chat.scale=קנה מידה +options.chat.width=רוחב +options.chat.height.focused=גובה ממוקד +options.chat.height.unfocused=גובה לא ממוקד +options.showCape=הצג גלימה +options.serverTextures=עֶרכוֹת נוֹשֵא שֵל הָשַרַת +options.snooper=אפשר רחרחן +options.snooper.view=הגדרות רחרחן... +options.snooper.title=אוסף מפרט מחשב +options.snooper.desc=אנחנו רוצים לאסוף מידע על המחשב שלך כדי לעזור לשפר את מיינקראפט בכך שנדע במה אנחנו יכולים לתמוך והיכן נמצאות הבעיות הגדולות ביותר. כל המידע הזה הוא אנונימי לחלוטין ואפשר לראות אותו בהמשך. אנחנו מבטיחים שלא נעשה שום דבר רע עם הנתונים הללו, אבל אם אתה רוצה לבטל את זה, תרגיש חופשי לעשות את זה! +options.texture.pack=חבילת טקסטורות +options.fullscreen=מסך מלא +options.vsync=השתמש VSync +options.touchscreen=מצב מסך מגע + +performance.max=מקסימום פריימים לשנייה +performance.balanced=מאוזן +performance.powersaver=חיסכון אנרגיה + +controls.title=מקשים + +key.forward=קדימה +key.left=שמאלה +key.back=אחורה +key.right=ימינה +key.jump=קפיצה +key.inventory=תיק +key.drop=לזרוק +key.chat=צ'אט +key.fog=שנה מצב ערפל +key.sneak=התגנבות +key.playerlist=רשימת שחקנים +key.attack=התקפה +key.use=השתמש בפריט +key.pickItem=בחירת בלוק מסומן +key.mouseButton=כפתור %1$s +key.command=פקודה + +texturePack.openFolder=פתח תיקיית ערכות נושא +texturePack.title=בחר ערכת נושא +texturePack.folderInfo=(הכנס ערכות נושא לכאן) +texturePack.incompatible=אינו תואם + +book.pageIndicator=עמוד %1$s מתוך %2$s +book.byAuthor=על ידי %1$s +book.signButton=שלט +book.editTitle=הכנס כותרת לספר: +book.finalizeButton=חתום וסגור +book.finalizeWarning=שים לב! ברגע חתימת הספר, לא יהיה ניתן לערוך אותו. + +tile.stone.name=אבן + +tile.grass.name=דשא +tile.dirt.name=אדמה +tile.stonebrick.name=אבן חלוקה +tile.wood.name=קרשים +tile.wood.oak.name=קרשי עץ אלון +tile.wood.spruce.name=קרשי עץ אשוחית +tile.wood.birch.name=קרשי עץ שדר +tile.wood.jungle.name=קרש עץ ג'ונגל +tile.sapling.oak.name=שתיל אלון +tile.sapling.spruce.name=שתיל אשוחית +tile.sapling.birch.name=שתיל שדר +tile.sapling.jungle.name=שתיל עץ ג'ונגל +tile.deadbush.name=שיח מת +tile.bedrock.name=אבן יסוד +tile.water.name=מים +tile.lava.name=לבה +tile.sand.name=חול +tile.sandStone.name=אבן חול +tile.sandStone.default.name=אבן חול +tile.sandStone.chiseled.name=אבן חול מפוסלת +tile.sandStone.smooth.name=אבן חול חלקה +tile.gravel.name=חצץ +tile.oreGold.name=עפרת זהב +tile.oreIron.name=עפרת ברזל +tile.oreCoal.name=עפרת פחם +tile.log.name=עץ +tile.log.oak.name=עץ אלון +tile.log.spruce.name=עץ אשוחית +tile.log.birch.name=עץ שדר +tile.log.jungle.name=עץ ג'ונגל +tile.leaves.name=עלים +tile.leaves.oak.name=עלי אלון +tile.leaves.spruce.name=עלי אשוחית +tile.leaves.birch.name=עלי שדר +tile.leaves.jungle.name=עלי עץ ג'ונגל +tile.tallgrass.name=דשא +tile.tallgrass.shrub.name=שיח +tile.tallgrass.grass.name=דשא +tile.tallgrass.fern.name=שרך +tile.sponge.name=ספוג +tile.glass.name=זכוכית +tile.thinGlass.name=זגוגית +tile.cloth.name=צמר +tile.flower.name=פרח +tile.rose.name=ורד +tile.mushroom.name=פטריה +tile.blockGold.name=בלוק מזהב +tile.blockIron.name=בלוק מברזל +tile.stoneSlab.stone.name=אבן חצויה +tile.stoneSlab.sand.name=אבן חול חצויה +tile.stoneSlab.wood.name=עץ חצוי +tile.stoneSlab.cobble.name=אבן חלוקה חצויה +tile.stoneSlab.brick.name=לבנים חצויות +tile.stoneSlab.smoothStoneBrick.name=לבני אבן חצויות +tile.stoneSlab.netherBrick.name=לֶבֵנַת גֶיִהֵיִנוֹם חָצוּיַה +tile.stoneSlab.quartz.name=לוח קוורץ +tile.woodSlab.oak.name=עץ אלון חצוי +tile.woodSlab.spruce.name=עץ אשוחית חצוי +tile.woodSlab.birch.name=עץ שדר חצוי +tile.woodSlab.jungle.name=עץ ג'ונגל חצוי +tile.brick.name=לבנים +tile.tnt.name=חומר נפץ +tile.bookshelf.name=מדף ספרים +tile.stoneMoss.name=אבן טחב +tile.obsidian.name=בזלת +tile.torch.name=לפיד +tile.fire.name=אש +tile.mobSpawner.name=מזמן מפלצות +tile.stairsWood.name=מָדרֵגוֹת עֶץ אָלוֹן +tile.stairsWoodSpruce.name=מָדרֵגוֹת עֶץ אָשוּחִית +tile.stairsWoodBirch.name=מָדרֵגוֹת עֶץ שדר +tile.stairsWoodJungle.name=מדרגות מעץ של ג'ונגל +tile.chest.name=תֶיבַה +tile.chestTrap.name=מסילה עם חיישן +tile.redstoneDust.name=אבק רדסטון +tile.oreDiamond.name=עפרת יהלום +tile.blockDiamond.name=בלוק יהלום +tile.workbench.name=שולחן עבודה +tile.crops.name=יֶבוּל +tile.farmland.name=שטח חקלאי +tile.furnace.name=תנור +tile.sign.name=שלט +tile.doorWood.name=דלת עץ +tile.ladder.name=סולם +tile.rail.name=מסילה +tile.goldenRail.name=מסילה ממונעת +tile.activatorRail.name=רכבת למפעיל +tile.detectorRail.name=מסילת גילוי +tile.stairsStone.name=מדרגות אבן +tile.stairsSandStone.name=מדרגות אבן חול +tile.lever.name=מפסק +tile.pressurePlate.name=לוחית לחץ +tile.weightedPlate_light.name=לוחית לחץ משקלית (רך( +tile.weightedPlate_heavy.name=לוחית לחץ משקלית (עבה( +tile.doorIron.name=דלת ברזל +tile.oreRedstone.name=עפרת רדסטון +tile.notGate.name=לָפִיד רֶדסטוֹן +tile.button.name=כַפתוֹר +tile.snow.name=שֶלֵג +tile.ice.name=קֶרַח +tile.cactus.name=קקטוס +tile.clay.name=חמר +tile.reeds.name=קנה סוכר +tile.jukebox.name=תיבת נגינה +tile.fence.name=גדר +tile.fenceGate.name=שער לגדר +tile.pumpkin.name=דלעת +tile.litpumpkin.name=מנורת דלעת +tile.hellrock.name=אבן גהינום +tile.hellsand.name=חול נשמות +tile.lightgem.name=אבן זוהר +tile.portal.name=פורטל +tile.cloth.black.name=צמר שחור +tile.cloth.red.name=צמר אדום +tile.cloth.green.name=צמר ירוק +tile.cloth.brown.name=צמר חום +tile.cloth.blue.name=צמר כחול +tile.cloth.purple.name=צמר סגול +tile.cloth.cyan.name=צמר תכלת +tile.cloth.silver.name=צמר אפור בהיר +tile.cloth.gray.name=צמר אפור +tile.cloth.pink.name=צמר ורוד +tile.cloth.lime.name=צמר ליים +tile.cloth.yellow.name=צמר צהוב +tile.cloth.lightBlue.name=צמר כחול בהיר +tile.cloth.magenta.name=צמר מג'נטה +tile.cloth.orange.name=צמר כתום +tile.cloth.white.name=צמר +tile.oreLapis.name=עפרת לאפיס לאזולי +tile.blockLapis.name=בלוק לאפיס לאזולי +tile.dispenser.name=מנפק +tile.dropper.name=טפטפת +tile.musicBlock.name=בלוק צליל +tile.cake.name=עוגה +tile.bed.name=מיטה +tile.bed.occupied=המיטה הזאת תפוסה +tile.bed.noSleep=אתה יכול לישון רק בלילה +tile.bed.notSafe=אין ביכולתך לנוח כעת, יש מפלצות בקרבת מקום +tile.bed.notValid=המיטה הראשית שלכם חסרה או חסומה +tile.lockedchest.name=תיבה נעולה +tile.trapdoor.name=דלת סתרים +tile.web.name=קורי עכביש +tile.stonebricksmooth.name=לבני אבן +tile.stonebricksmooth.default.name=לבני אבן +tile.stonebricksmooth.mossy.name=לבני אבן טחביים +tile.stonebricksmooth.cracked.name=לבני אבן סדוקות +tile.stonebricksmooth.chiseled.name=לבני אבן מפוסלות +tile.monsterStoneEgg.stone.name=ביצת מפלצת אבן +tile.monsterStoneEgg.cobble.name=ביצת מפלצת אבן חלוקה +tile.monsterStoneEgg.brick.name=ביצת מפלצת לבני אבן +tile.pistonBase.name=בוכנה +tile.pistonStickyBase.name=בוכנה דביקה +tile.fenceIron.name=מוטות ברזל +tile.melon.name=אבטיח +tile.stairsBrick.name=מדרגות לבנים +tile.stairsStoneBrickSmooth.name=מדרגות לבני אבן +tile.vine.name=גפן +tile.netherBrick.name=לבנת גיהנום +tile.netherFence.name=גדר לבנת גהנום +tile.stairsNetherBrick.name=מָדרֵגוֹת לֶבֵנַת גֶיהֵנוֹם +tile.netherStalk.name=חיטת גהנום +tile.cauldron.name=קדרה +tile.enchantmentTable.name=שולחן כשפים +tile.anvil.name=סדן +tile.anvil.intact.name=סדן +tile.anvil.slightlyDamaged.name=סדן פגום מעט +tile.anvil.veryDamaged.name=סדן פגום מאוד +tile.whiteStone.name=אבן סוף +tile.endPortalFrame.name=פורטל הסף +tile.mycel.name=תפטיר +tile.waterlily.name=נופר +tile.dragonEgg.name=ביצת דרקון +tile.redstoneLight.name=מנורת רדסטון +tile.cocoa.name=קקאו +tile.enderChest.name=תיבת סף +tile.oreRuby.name=עפרת אודם +tile.oreEmerald.name=עפרת ברקת +tile.blockEmerald.name=בלוק ברקת +tile.blockRedstone.name=בלוק רדסטון +tile.tripWire.name=חוט מלכוד +tile.tripWireSource.name=וו חוט ממולכד +tile.commandBlock.name=חסימת פקודה +tile.beacon.name=איתות +tile.beacon.primary=חשמל ראשי +tile.beacon.secondary=כוח משני +tile.cobbleWall.normal.name=קיר אבן ריצוף +tile.cobbleWall.mossy.name=קיר אבן ריצוף טחבי +tile.carrots.name=גזר +tile.potatoes.name=תפוחי אדמה +tile.daylightDetector.name=חיישן יום +tile.netherquartz.name=עפרת קוורץ +tile.hopper.name=משפך +tile.quartzBlock.default.name=בלוק קוורץ +tile.quartzBlock.chiseled.name=בלוק קוורץ מסותת +tile.quartzBlock.lines.name=עמוד קוורץ +tile.stairsQuartz.name=מדרגות קוורץ + +item.shovelIron.name=את ברזל +item.pickaxeIron.name=מכוש ברזל +item.hatchetIron.name=גרזן ברזל +item.flintAndSteel.name=צוּר וֶפלַדַה +item.apple.name=תפוח +item.cookie.name=עוגייה +item.bow.name=קשת +item.arrow.name=חץ +item.coal.name=פחם +item.charcoal.name=פחם עץ +item.diamond.name=יהלום +item.emerald.name=ברקת +item.ingotIron.name=מטיל ברזל +item.ingotGold.name=מטיל זהב +item.swordIron.name=חרב ברזל +item.swordWood.name=חרב עץ +item.shovelWood.name=את עץ +item.pickaxeWood.name=מכוש מעץ +item.hatchetWood.name=גרזן עץ +item.swordStone.name=חרב אבן +item.shovelStone.name=את אבן +item.pickaxeStone.name=מכוש אבן +item.hatchetStone.name=גרזן אבן +item.swordDiamond.name=חרב יהלום +item.shovelDiamond.name=את יהלום +item.pickaxeDiamond.name=מכוש יהלום +item.hatchetDiamond.name=גרזן יהלום +item.stick.name=מקל +item.bowl.name=קערה +item.mushroomStew.name=מרק פטריות +item.swordGold.name=חרב זהב +item.shovelGold.name=את זהב +item.pickaxeGold.name=מכוש זהב +item.hatchetGold.name=גרזן זהב +item.string.name=חוט +item.feather.name=נוצה +item.sulphur.name=אבק שריפה +item.hoeWood.name=מעדר עץ +item.hoeStone.name=מעדר אבן +item.hoeIron.name=מעדר ברזל +item.hoeDiamond.name=מעדר יהלום +item.hoeGold.name=מעדר זהב +item.seeds.name=זרעים +item.seeds_pumpkin.name=גרעיני דלעת +item.seeds_melon.name=זרעי אבטיח +item.melon.name=אבטיח +item.wheat.name=חיטה +item.bread.name=לחם +item.helmetCloth.name=כובע עור +item.chestplateCloth.name=חולצת עור +item.leggingsCloth.name=מכנסי עור +item.bootsCloth.name=מגפי עור +item.helmetChain.name=קסדת רשת ברזל +item.chestplateChain.name=שריון רשת ברזל +item.leggingsChain.name=מכנסי רשת ברזל +item.bootsChain.name=מגפיי שרשרת ברזל +item.helmetIron.name=קסדת ברזל +item.chestplateIron.name=שריון ברזל +item.leggingsIron.name=מכנסי ברזל +item.bootsIron.name=מגפי ברזל +item.helmetDiamond.name=קסדת יהלום +item.chestplateDiamond.name=שריון יהלום +item.leggingsDiamond.name=מכנסי יהלום +item.bootsDiamond.name=מגפי יהלום +item.helmetGold.name=קסדת זהב +item.chestplateGold.name=שריון זהב +item.leggingsGold.name=מכנס זהב +item.bootsGold.name=מגפי הזהב +item.flint.name=צור +item.porkchopRaw.name=בשר חזיר נא +item.porkchopCooked.name=בשר חזיר מבושל +item.chickenRaw.name=עוף נא +item.chickenCooked.name=עוף מבושל +item.beefRaw.name=בקר נא +item.beefCooked.name=סטייק +item.painting.name=ציור +item.frame.name=מסגרת פריט +item.appleGold.name=תפוח מוזהב +item.sign.name=שלט +item.doorWood.name=דלת עץ +item.bucket.name=דלי +item.bucketWater.name=דלי מים +item.bucketLava.name=דלי לבה +item.minecart.name=עגלת מכרה +item.saddle.name=אוכף +item.doorIron.name=דלת ברזל +item.redstone.name=רדסטון +item.snowball.name=כדור שלג +item.boat.name=סירה +item.leather.name=עור +item.milk.name=חלב +item.brick.name=לבנה +item.clay.name=חמר +item.reeds.name=קני סוכר +item.paper.name=נייר +item.book.name=ספר +item.slimeball.name=כדור רפש +item.minecartChest.name=עגלת מכרה עם תיבה +item.minecartFurnace.name=עגלת מכרה עם תנור +item.minecartTnt.name=קרונית עם חומר נפץ +item.minecartHopper.name=קרונית עם משפך +item.egg.name=ביצה +item.compass.name=מצפן +item.fishingRod.name=חכת דיג +item.clock.name=שעון +item.yellowDust.name=אבקת אבן זוהר +item.fishRaw.name=דג טרי +item.fishCooked.name=דג מבושל +item.record.name=דיסק מוסיקה +item.bone.name=עצם +item.dyePowder.black.name=שק דיו +item.dyePowder.red.name=אדום ורד +item.dyePowder.green.name=ירוק קקטוס +item.dyePowder.brown.name=פולי קקאו +item.dyePowder.blue.name=לאפיס לאזולי +item.dyePowder.purple.name=צבע סגול +item.dyePowder.cyan.name=צבע ציאן +item.dyePowder.silver.name=צבע אפור בהיר +item.dyePowder.gray.name=צבע אפור +item.dyePowder.pink.name=צבע ורוד +item.dyePowder.lime.name=צבע ליים +item.dyePowder.yellow.name=צהוב שן הארי +item.dyePowder.lightBlue.name=צבע תכלת +item.dyePowder.magenta.name=צבע מגנטה +item.dyePowder.orange.name=צבע כתום +item.dyePowder.white.name=דשן +item.sugar.name=סוכר +item.cake.name=עוגה +item.bed.name=מיטה +item.diode.name=משחזר רדסטון +item.comparator.name=משווה זרם רדסטון +item.map.name=מפה +item.leaves.name=עלים +item.shears.name=מזמרה +item.rottenFlesh.name=בשר רקוב +item.enderPearl.name=פנינת סף +item.blazeRod.name=מוט מתלקח +item.ghastTear.name=דמעת רוח +item.netherStalkSeeds.name=חִיטַת גֶיִהֵיִנוֹם +item.potion.name=שיקוי +item.emptyPotion.name=בקבוק מים +item.goldNugget.name=גוש זהב +item.glassBottle.name=בָקבוּק זכוּכִית +item.spiderEye.name=עין עכביש +item.fermentedSpiderEye.name=עָין עָכַבִיש תסוּסַה +item.blazePowder.name=אבקת מתלקח +item.magmaCream.name=קרם מאגמה +item.cauldron.name=קדרה +item.brewingStand.name=עמדת רקיחה +item.eyeOfEnder.name=עין סף +item.speckledMelon.name=אבטיח בוהק +item.monsterPlacer.name=מזמן +item.expBottle.name=בקבוק כישופים +item.fireball.name=כדור אש +item.writingBook.name=סֶפֵר וֶקוֹלמוֹס +item.writtenBook.name=סֶפֵר כָתוּב +item.ruby.name=אוֹדֵם +item.flowerPot.name=עָצִיץ +item.emptyMap.name=מָפַה רֶיקַה +item.carrots.name=גֶזֵר +item.carrotGolden.name=גֶזֵר זָהַב +item.potato.name=תָפוַּח אָדַמַה +item.potatoBaked.name=תָפוַּח אָדַמַה אָפוּי +item.potatoPoisonous.name=תָפוַּח אָדַמַה מוּרעַל +item.skull.skeleton.name=גוּלגוֹלֵת +item.skull.wither.name=גוּלגוֹלֵת הָשֵלֵד הָשַחוֹר +item.skull.zombie.name=רֹאש שֶל זוֹמבִי +item.skull.char.name=רֹאש +item.skull.player.name=הָרֹאש שֶל %s +item.skull.creeper.name=רֹאש שֶל קרִיפֵר +item.carrotOnAStick.name=גֶזֵר עָל מָקֵל +item.netherStar.name=כּוֹכַב גֵיהֵיִנוֹם +item.pumpkinPie.name=עוּגַת דלַעַת +item.enchantedBook.name=סֶפֵר מֶכוּשַף +item.fireworks.name=טִיל זִיקוּק +item.fireworks.flight=מֶשֵך הָטִיסַה: +item.fireworksCharge.name=כוֹכַב זִיקוּק +item.fireworksCharge.black=שָחוֹר +item.fireworksCharge.red=אָדוֹם +item.fireworksCharge.green=יָרוֹק +item.fireworksCharge.brown=חוּם +item.fireworksCharge.blue=כָחוֹל +item.fireworksCharge.purple=סָגוֹל +item.fireworksCharge.cyan=כָחוֹל יָם +item.fireworksCharge.silver=אָפוֹר בָהִיר +item.fireworksCharge.gray=אָפוֹר +item.fireworksCharge.pink=וָרוֹד +item.fireworksCharge.lime=לָיִים +item.fireworksCharge.yellow=צָהוֹב +item.fireworksCharge.lightBlue=כָחוֹל בָהִיר +item.fireworksCharge.magenta=מָגֵ'נטַה +item.fireworksCharge.orange=כָתוֹם +item.fireworksCharge.white=לָבַן +item.fireworksCharge.customColor=מותאם אישית +item.fireworksCharge.fadeTo=עִמעוּם +item.fireworksCharge.flicker=נִצנוּץ +item.fireworksCharge.trail=שבִיל +item.fireworksCharge.type.0=כָדוּר קָטַן +item.fireworksCharge.type.1=כָדוּר גָדוֹל +item.fireworksCharge.type.2=צוּרַת כּוֹכב +item.fireworksCharge.type.3=צוּרַת קרִיפֵר +item.fireworksCharge.type.4=פִיצוּץ +item.fireworksCharge.type=צוּרַה לא יֶדוּעַה +item.netherbrick.name=לבנת גיהינום +item.netherquartz.name=קוורץ גיהינום + +container.inventory=תִיק חָפַצִים +container.hopper=משפך חפצים +container.crafting=מֶלַאכַה +container.dispenser=מנפק +container.dropper=טפטפת +container.furnace=כִבשַן +container.enchant=לֶכַשֵף +container.repair=לֶתַקֵן וְלַתֵת שֵם +container.repair.cost=עָלוּת הָכִישוּף:%1$d +container.repair.expensive=יָקַר מִדַיִ! +container.creative=בחִירַת פרִיטִים +container.brewing=עמדת רקיחת שיקויים +container.chest=תֶיִבַה +container.chestDouble=תֶיִבַה עָנַקִית +container.minecart=עָגַלַת מִכרֵה +container.enderchest=תיבת סף + +item.dyed=צָבוּע + +entity.Item.name=פָרִיט +entity.XPOrb.name=כדור נסיון +entity.SmallFireball.name=כדור אש קטן +entity.Fireball.name=כדור אש + +entity.Arrow.name=חץ +entity.Snowball.name=כדור שלג +entity.Painting.name=ציור + +entity.Mob.name=יצור +entity.Monster.name=מפלצת + +entity.Creeper.name=קריפר +entity.Skeleton.name=שלד +entity.Spider.name=עכביש +entity.Giant.name=ענק +entity.Zombie.name=זומבי +entity.Slime.name=רפש +entity.Ghast.name=רוח +entity.PigZombie.name=זומבי אדם-חזיר +entity.Enderman.name=אדם הסף +entity.Silverfish.name=דג כסוף +entity.CaveSpider.name=עכביש מערות +entity.Blaze.name=יישות מתלקחת +entity.LavaSlime.name=קוביית מאגמה +entity.MushroomCow.name=פרת פטריות +entity.Villager.name=כפרי +entity.VillagerGolem.name=גולם ברזל +entity.SnowMan.name=גולם שלג +entity.EnderDragon.name=דרקון סף +entity.WitherBoss.name=לנבול, לקמול +entity.Witch.name=מֶכַשֵפַה + +entity.Pig.name=חזיר +entity.Sheep.name=כבשה +entity.Cow.name=פרה +entity.Chicken.name=תרנגולת +entity.Squid.name=דיונון +entity.Wolf.name=זאב +entity.Ozelot.name=חתול מנומר +entity.Cat.name=חתול +entity.Bat.name=עטלף + +entity.PrimedTnt.name=קובית דינמיט +entity.FallingSand.name=בלוק נופל + +entity.Minecart.name=עגלה +entity.Boat.name=סירה + +entity.generic.name=לא ידוע + +death.fell.accident.ladder=%1$s נפל מסולם +death.fell.accident.vines=%1$s נפל מגפנים +death.fell.accident.water=%1$s נפל מתוך המים +death.fell.accident.generic=%1$s נפל ממקום גבוה +death.fell.killer=%1$ s נפל לאבדון +death.fell.assist=%1$s היה נחרץ ליפול על-ידי %2$s +death.fell.assist.item=%1$ s היה נחרץ ליפול על-ידי %2$s באמצעות %3$s +death.fell.finish=%1$s היה נפל רחוק מדי, הושלמה על-ידי %2$s +death.fell.finish.item=%1$s היה נפל רחוק מדי, הושלמה על-ידי %2$ s באמצעות %3$s + +death.attack.inFire=%1$s עלה באש +death.attack.inFire.player=%1$s נכנס לתוך האש בזמן לחימה %2$s +death.attack.onFire=%1$s נשרף למוות +death.attack.onFire.player=%1$s נשרפה חדה תוך לחימה %2$s +death.attack.lava=%1$s ניסו לשחות לבה +death.attack.lava.player=%1 s ניסו לשחות לבה לברוח %2$s +death.attack.inWall=%1$s מחנק בחומה +death.attack.drown=%1$ s טבע +death.attack.drown.player=%1$s שטבע בזמן שניסה לברוח %2$s +death.attack.starve=%1$s ברעב +death.attack.cactus=%1$s היה מייסר למוות +death.attack.cactus.player=%1$s נכנס לתוך קקטוס תוך ניסיון בריחה %2$s +death.attack.generic=%1$s מת +death.attack.explosion=פוצץ את %1$s +death.attack.explosion.player=%1$s פוצץ על-ידי %2$s +death.attack.magic=%1$s נהרג על-ידי הקסם +death.attack.wither=%1$s קמל משם +death.attack.anvil=%1$s לחוצה ודחוקה על-ידי סדן נופלים +death.attack.fallingBlock=%1$ s נמעך למוות עד ידי בלוק נופל +death.attack.mob=%1$s נרצח על-ידי %2$s +death.attack.player=%1$s נרצח על-ידי %2$s +death.attack.player.item=%1$s נרצח על-ידי %2$s באמצעות %3$s +death.attack.arrow=%1$s נורה על-ידי %2$s +death.attack.arrow.item=%1$s נורה על-ידי %2$s באמצעות s$ %3 +death.attack.fireball=%1$s היה fireballed על-ידי %2$s +death.attack.fireball.item=%1$s היה fireballed על-ידי %2$s באמצעות s$ %3 +death.attack.thrown=%1$s היה הערמומית על-ידי %2$s +death.attack.thrown.item=%1$s היה הערמומית על-ידי %2$s באמצעות %3$s +death.attack.indirectMagic=%1$s נהרג על-ידי %2$s באמצעות קסם +death.attack.indirectMagic.item=%1$s נהרג על-ידי %2$s באמצעות $%3s +death.attack.thorns=%1$s נהרג מנסה לפגוע %2$s +death.attack.fall=%1$s פגע באדמה קשה מדי +death.attack.outOfWorld=%1$ s נפל מהעולם + +deathScreen.respawn=חזור לתחייה +deathScreen.deleteWorld=מחק עולם +deathScreen.titleScreen=מסך הכותרת +deathScreen.score=ניקוד +deathScreen.title.hardcore=המשחק נגמר! +deathScreen.hardcoreInfo=אין באפשרותך לחזור לחיים במצב קשה יותר! +deathScreen.title=מתת! +deathScreen.leaveServer=עזוב שרת + +potion.empty=חסר השפעה +potion.moveSpeed=מהירות +potion.moveSlowdown=האטה +potion.digSpeed=זריזות +potion.digSlowDown=עייפות כרייה +potion.damageBoost=חוזק +potion.weakness=חולשה +potion.heal=ריפוי מיידי +potion.harm=נזק מיידי +potion.jump=הגברת קפיצה +potion.confusion=בחילה +potion.regeneration=התחדשות +potion.resistance=חסינות +potion.fireResistance=עמידות לאש +potion.waterBreathing=נשימה מתחת למים +potion.invisibility=היעלמות +potion.blindness=עיוורון +potion.nightVision=ראיית לילה +potion.hunger=רעב +potion.poison=רעל +potion.wither=לנבול, לקמול + +potion.moveSpeed.postfix=שיקוי זריזות +potion.moveSlowdown.postfix=שיקוי איטיות +potion.digSpeed.postfix=שיקוי מהירות +potion.digSlowDown.postfix=שיקוי קהות +potion.damageBoost.postfix=שיקוי עוצמה +potion.weakness.postfix=שיקוי חולשה +potion.heal.postfix=שיקוי ריפוי +potion.harm.postfix=שיקוי נזיקה +potion.jump.postfix=שיקוי זינוק +potion.confusion.postfix=שיקוי בחילה +potion.regeneration.postfix=שיקוי התחדשות +potion.resistance.postfix=שיקוי חסינות +potion.fireResistance.postfix=שיקוי חסינות אש +potion.waterBreathing.postfix=שיקוי נשימה תת-מימית +potion.invisibility.postfix=שיקוי היעלמות +potion.blindness.postfix=שיקוי עיוורון +potion.nightVision.postfix=שיקוי ראיית לילה +potion.hunger.postfix=שיקוי רעב +potion.poison.postfix=שיקוי רעל +potion.wither.postfix=שיקוי של ריקבון + +potion.potency.0= +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV + +potion.prefix.grenade=נתיזה +potion.prefix.mundane=רגיל +potion.prefix.uninteresting=פשוטים +potion.prefix.bland=רגיל +potion.prefix.clear=שקוף +potion.prefix.milky=חלבי +potion.prefix.diffuse=מטושטש +potion.prefix.artless=תם +potion.prefix.thin=דק +potion.prefix.awkward=מביך +potion.prefix.flat=שטוח +potion.prefix.bulky=גדול +potion.prefix.bungling=גרוע +potion.prefix.buttered=רך +potion.prefix.smooth=חלק +potion.prefix.suave=מתרפס +potion.prefix.debonair=ננוח +potion.prefix.thick=עבה +potion.prefix.elegant=אלגנטי +potion.prefix.fancy=מפואר +potion.prefix.charming=מקסים +potion.prefix.dashing=נמרצות +potion.prefix.refined=מזוקק +potion.prefix.cordial=עז +potion.prefix.sparkling=נוצץ +potion.prefix.potent=עוצמתי +potion.prefix.foul=מגונה +potion.prefix.odorless=חסר ריח +potion.prefix.rank=דָרגַה +potion.prefix.harsh=קשוח +potion.prefix.acrid=חומצתי +potion.prefix.gross=דוחה +potion.prefix.stinky=מסריח + +enchantment.damage.all=חדות +enchantment.damage.undead=כוחניות +enchantment.damage.arthropods=קללת פרוקי-הרגליים +enchantment.knockback=רתיעה +enchantment.fire=היבט האש +enchantment.protect.all=הגנה +enchantment.protect.fire=חסינות לאש +enchantment.protect.fall=נפילת נוצה +enchantment.protect.explosion=חסינות מפיצוציםn +enchantment.protect.projectile=הגנה מקליעים +enchantment.oxygen=נשימה +enchantment.waterWorker=משיכה למים +enchantment.digging=יעילות +enchantment.untouching=מגע משי +enchantment.durability=בלתי שביר +enchantment.lootBonus=בזיזה +enchantment.lootBonusDigger=מזל +enchantment.arrowDamage=כוֹח +enchantment.arrowFire=להבה +enchantment.arrowKnockback=רתיעה +enchantment.arrowInfinite=אינסוף +enchantment.thorns=קרניים + +enchantment.level.1=I +enchantment.level.2=II +enchantment.level.3=ג׳ +enchantment.level.4=ד׳ +enchantment.level.5=ה׳ +enchantment.level.6=ו׳ +enchantment.level.7=ז׳ +enchantment.level.8=ח׳ +enchantment.level.9=ט׳ +enchantment.level.10=י׳ + +gui.achievements=הישגים +gui.stats=סטטיסטיקות + +stat.generalButton=כללי +stat.blocksButton=בלוקים +stat.itemsButton=חפצים + +stat.used=פעמים שהשתמשו +stat.mined=פעמים שנחצב +stat.depleted=פעמים שנשבר +stat.crafted=פֶעַמִים שֶנוֹצַר + +stat.startGame=פֶעַמִים שֶשוּחַק +stat.createWorld=עולמות ששוחקו +stat.loadWorld=שמירות שנטענו +stat.joinMultiplayer=הצטרפויות לרב-משתמשים +stat.leaveGame=משחקים שנעזבו + +stat.playOneMinute=דקות משחק + +stat.walkOneCm=מרחק הליכה כולל +stat.fallOneCm=מרחק שעברת בנפילה +stat.swimOneCm=מרחק שחייה כולל +stat.flyOneCm=מרחק שעברת באוויר +stat.climbOneCm=מרחק שעברת בטיפוס +stat.diveOneCm=מרחק הצלילה שלך +stat.minecartOneCm=מרחק שעברת בעגלת מכרה +stat.boatOneCm=מרחק בסירה כולל +stat.pigOneCm=מרחק שעברת ברכיבה על חזיר +stat.jump=קפיצות +stat.drop=חפצים שהופלו + +stat.damageDealt=נזק שנגרם +stat.damageTaken=נזק שנגרם כלפיך +stat.deaths=מספר פעמים שמתת +stat.mobKills=הריגות יצורי חיים +stat.playerKills=הריגות שחקנים +stat.fishCaught=דגים שנתפסו + +stat.mineBlock=%1$s נחצב +stat.craftItem=%1$s נוצר +stat.useItem=%1$s שומש +stat.breakItem=%1$s התרוקן + +achievement.get=הישג התקבל! + +achievement.taken=הושלם! + +achievement.requires=דרוש '%1$s' +achievement.openInventory=לפתוח את התיק +achievement.openInventory.desc=בכדי לפתוח את התיק לחץ e +achievement.mineWood=השגת עץ +achievement.mineWood.desc=הכה עץ עד שבלוק עץ יצוץ +achievement.buildWorkBench=תפעול שולחן העבודה +achievement.buildWorkBench.desc=תבנו שולחן עבודה בעזרת ארבע קרשים +achievement.buildPickaxe=זמן לחצוב בהר! +achievement.buildPickaxe.desc=השתמש בקרשים ומקלות לייצור מכוש +achievement.buildFurnace=נושא חם +achievement.buildFurnace.desc=בנה כור כבשן משמונה בלוקי אבן +achievement.acquireIron=רכישת חומרה +achievement.acquireIron.desc=התיכו מטיל ברזל +achievement.buildHoe=זמן לעבוד בחווה! +achievement.buildHoe.desc=השתמש בקרשים ומקלות בכדי להכין מעדר +achievement.makeBread=תאפו לחם +achievement.makeBread.desc=הפוך חיטה ללחם +achievement.bakeCake=השקר +achievement.bakeCake.desc=חיטה, סוכר, חלב וביצים! +achievement.buildBetterPickaxe=קבלת שידרוג +achievement.buildBetterPickaxe.desc=צור מכוש טוב יותר +achievement.cookFish=דג טעים +achievement.cookFish.desc=תפוס ובשל דג! +achievement.onARail=על מסילה +achievement.onARail.desc=סע בעגלת מכרה לפחות קילומטר אחד מנקודת ההתחלה שלך +achievement.buildSword=זמן לתקוף! +achievement.buildSword.desc=השתמש בקרשים ומקל כדי להכין חרב +achievement.killEnemy=צייד מפלצות +achievement.killEnemy.desc=תקפו והרגו מפלצת +achievement.killCow=מרביץ לפרות +achievement.killCow.desc=השג עור +achievement.flyPig=כשחזירים עפים +achievement.flyPig.desc=העף חזיר מצוק +achievement.snipeSkeleton=דו קרב בין צלפים +achievement.snipeSkeleton.desc=הרוג שלד עם חץ וקשת ממרחק של יותר מ-50 מטרים +achievement.diamonds=יָהַלוֹמִים! +achievement.diamonds.desc=השג יהלומים עם כלי הברזל שלך +achievement.portal=אנו צריכים ללכת לעומק +achievement.portal.desc=תִבנוּ שָעַר לגֶיִהֵיִנוֹם +achievement.ghast=החזר לשולח +achievement.ghast.desc=השמיד רוח עם כדור אש חוזר +achievement.blazeRod=אל תוך האש +achievement.blazeRod.desc=שחרר יצור מתלקח מהמוט שלו +achievement.potion=הרוקח המקומי +achievement.potion.desc=רקח שיקוי +achievement.theEnd=הסוף? +achievement.theEnd.desc=מצאו את ה״סוף״ +achievement.theEnd2=הסוף. +achievement.theEnd2.desc=הביסו את דרקון הסף +achievement.enchantments=קוסם +achievement.enchantments.desc=השתמש בספר, בזלת ויהלומים לבנות שולחן כשפים +achievement.overkill=עודף-הרג +achievement.overkill.desc=גרום נזק של שמונה לבבות במכה אחת +achievement.bookcase=ספרן +achievement.bookcase.desc=בנה מדפי ספרים על מנת לשפר את שולחן הקסמים שלך + +commands.generic.exception=אירעה שגיאה לא ידועה בעת ביצוע הפקודה +commands.generic.syntax=תחביר הפקודה שגוי +commands.generic.player.notFound=שחקן זה לא נמצא +commands.generic.notFound=פקודה לא ידוע. נסה /עזרה לרשימת פקודות. +commands.generic.num.invalid='%s' אינו מספר +commands.generic.num.tooSmall=המספר שהזנת (%d) קטן מדי, הוא צריך להיות לפחות %d +commands.generic.num.tooBig=המספר שהזנת (%d) גדול מדי, הוא צריך להיות לכל היותר %d +commands.generic.double.tooSmall=המספר שהזנת (%d) קטן מדי, הוא צריך להיות לפחות %d +commands.generic.double.tooBig=המספר שהזנת (%d) גדול מדי, הוא צריך להיות לכל היותר %d +commands.generic.usage=שימוש: %s + +commands.xp.failure.widthdrawXp=אין אפשרות לתת לשחקן נקודות ניסיון שלילי +commands.xp.success=נתן כמות %d אקספיריאנס ל%s +commands.xp.success.levels=רמות% d ניתנו ל% s +commands.xp.success.negative.levels=נלקחו רמות %d מ %s +commands.xp.usage=/ XP [שחקן] או / XP L [שחקן] +commands.give.usage=/תן [כמות] [מידע] +commands.give.notFound=אין פריט עם הת"ז %d +commands.give.success=נתן %s (ת"ז %d) * %d ל%s +commands.effect.usage=/effect [seconds] [amplifier] +commands.effect.notFound=There is no such mob effect with ID %d +commands.effect.success=Given %1$s (ID %2$d) * %3$d to %4$s for %5$d seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.enchant.usage=/כִישוּף <שָחקַן> <תַו הַכִישוּף > [רָמַה] +commands.enchant.notFound=לא קָיַם תָו בָשֵם %d +commands.enchant.noItem=הָמַטַרה לא מָחזִיקַה פָרִיט +commands.enchant.cantEnchant=הָכִּישוּף שֶנִבחַר לא יַכול להִיוַוסֵף לָפַריט +commands.enchant.cantCombine=%1$s לא יָכוֹל לֶהִישתַלֵב עִם %2$s +commands.enchant.success=הָכִישוּף הֶצלִיח +commands.clear.usage=/ הברור [פריט] [נתונים] +commands.clear.success=מנקה את המלאי של %s, מסיר %d פריטים +commands.clear.failure=Could not clear the inventory of %s, no items to remove +commands.downfall.success=הפך מצב מזג אוויר +commands.time.usage=/זמן +commands.time.added=הוסיף %d לזמן +commands.time.set=קבע את הזמן ל%d +commands.players.list=ישנם %d/%d שחקנים מחוברים: +commands.banlist.ips=ישנם סך של %d כתובות איפי חסומות: +commands.banlist.players=ישנם סך של %d שחקנים מוחרמים: +commands.banlist.usage=/רשימתחרם [ips|players] +commands.kick.success=העיף את %s מהמשחק +commands.kick.success.reason=עשה קיק ל%s מהמשחק: '%s' +commands.kick.usage=/קיק [reason ...] +commands.op.success=עשה את %s אופ +commands.op.usage=/אופ +commands.deop.success=הוסר אופ מ%s +commands.deop.usage=/דיאופ +commands.say.usage=/אמור +commands.ban.success=הוטל חרם על %s +commands.ban.usage=/הרחק <שם משתמש> [סיבה..] +commands.unban.success=הוסר חרם מ%s +commands.unban.usage=/אנבאן +commands.banip.invalid=הזנת כתובת איפי שגוייה או שחקן שאינו מחובר +commands.banip.success=החרים את כתובת האיפי %s +commands.banip.success.players=החרים את כתובת האיפי %s השייכת ל%s +commands.banip.usage=/הרחק-אייפי <כתובת אייפי|שם משתמש> [סיבה...] +commands.unbanip.invalid=הזנת כתובת איפי שגוייה +commands.unbanip.success=הוסר חרם מ כתובת האיפי %s +commands.unbanip.usage=/סלח–איפי
+commands.save.enabled=הופעל שמירת עולם אוטומטי +commands.save.disabled=כובה שמירת עולם אוטומטי +commands.save.start=שומר... +commands.save.success=שמר את העולם +commands.save.failed=שמירה נכשלה: %s +commands.stop.start=עוצר את השרת +commands.tp.success=שוגר %s ל-%s +commands.tp.success.coordinates=משגר את %s ל %.2f,%.2f,%.2f +commands.tp.usage=/tp [מטרה] <אל> או /tp [מטרה +commands.tp.notSameDimension=לא נִיתַן לֶבַצֵעַ שִיגוּר מִכֵיִוַון שֶהַשַחקַנִים לא בֶאוֹתוֹ מֶיִמַד +commands.whitelist.list=ישנם %d )מתוך %d נראים( שחקנים בוויטליסט: +commands.whitelist.enabled=הדליק את הוויטליסט +commands.whitelist.disabled=כיבה את הוויטליסט +commands.whitelist.reloaded=רענן את הוויטליסט +commands.whitelist.add.success=נוסף %s לוויטליסט +commands.whitelist.add.usage=/וויטליסט הוסף +commands.whitelist.remove.success=הסיר את %s מהוויטליסט +commands.whitelist.remove.usage=/וויטליסט הסר +commands.whitelist.usage=/וויטליסט +commands.scoreboard.usage=/scoreboard +commands.scoreboard.teamNotFound=הצוות לא נמצאה בשם '%s' +commands.scoreboard.objectiveNotFound=המטרה לא נמצאה בשם '%s' +commands.scoreboard.objectiveReadOnly=המטרה '%s' מוגדרת לקריאה בלבד ואינו ניתן להגדרה +commands.scoreboard.objectives.usage=/scoreboard objectives +commands.scoreboard.objectives.setdisplay.usage=/לוח תוצאות מטרות להגדיר להציג [יעד] +commands.scoreboard.objectives.setdisplay.invalidSlot=אין תצוגה כזו חריץ '%s' +commands.scoreboard.objectives.setdisplay.successCleared=חריץ נקייה אובייקטיבית התצוגה '%s' +commands.scoreboard.objectives.setdisplay.successSet=בחר את המטרה התצוגה בחריץ '%s' אל '%s' +commands.scoreboard.objectives.add.usage=/לוח תוצאות מטרות להוסיף [שם תצוגה...]n +commands.scoreboard.objectives.add.wrongType=הקלד קריטריונים אובייקטיביים לא חוקי. הסוגים החוקיים הם: %s +commands.scoreboard.objectives.add.alreadyExists=אובייקטיבית בשם '%s' כבר קיים +commands.scoreboard.objectives.add.tooLong=השם '%s' ארוך מדי עבור אובייקטיבית, זה יכול להיות ברוב %d תווים +commands.scoreboard.objectives.add.displayTooLong=השם '%s' ארוך מדי עבור אובייקטיבית, זה יכול להיות ברוב %d תווים +commands.scoreboard.objectives.add.success=נוסף חדשות אובייקטיבית '%s' בהצלחה +commands.scoreboard.objectives.remove.usage=/לוח תוצאותמטרות להסיר +commands.scoreboard.objectives.remove.success=מוסר אובייקטיבי '%s' בהצלחה +commands.scoreboard.objectives.list.count=מציג מטרה(של) %d בתוצאות +commands.scoreboard.objectives.list.entry=-%s: מציג בשם '%s', הוא סוג '%s' +commands.scoreboard.objectives.list.empty=ישנם יעדים לא מעפילות +commands.scoreboard.players.usage=/scoreboard players +commands.scoreboard.players.set.success=מוגדר ציון של %s עבור הנגן %s %d +commands.scoreboard.players.set.usage=/ שחקנים תוצאות בחר +commands.scoreboard.players.add.usage=להוסיף שחקנים /scoreboard +commands.scoreboard.players.remove.usage=שחקנים /scoreboard להסיר +commands.scoreboard.players.reset.usage=שחקנים /scoreboard אפס +commands.scoreboard.players.reset.success=איפוס כל הציונים של הנגן %s +commands.scoreboard.players.list.count=מציג %d מסומנים שחקנים מעפילות +commands.scoreboard.players.list.empty=יש שחקנים לא מסומנים מעפילות +commands.scoreboard.players.list.player.count=מציג %d objective(s) מסומנים עבור %s +commands.scoreboard.players.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.players.list.player.empty=הנגן %s יש תוצאות לא מוקלט +commands.scoreboard.teams.usage=/scoreboard teams +commands.scoreboard.teams.add.usage=צוותי /scoreboard להוסיף [שם תצוגה...] +commands.scoreboard.teams.add.alreadyExists=צוות בשם '%s' כבר קיים +commands.scoreboard.teams.add.tooLong=השם '%s' ארוך מדי עבור צוות, זה יכול להיות ברוב %d תווים +commands.scoreboard.teams.add.displayTooLong=השם '%s' ארוך מדי עבור צוות, זה יכול להיות ברוב %d תווים +commands.scoreboard.teams.add.success=הצוות החדש '%s' נוסף בהצלחה +commands.scoreboard.teams.list.usage=רשימת צוותי /scoreboard [שם] +commands.scoreboard.teams.list.count=מציג %d קבוצות מעפילות +commands.scoreboard.teams.list.entry=-%1$ s: '%2$s' יש %3$ שחקנים d +commands.scoreboard.teams.list.empty=יש צוותים רשום מעפילות +commands.scoreboard.teams.list.player.count=מציג הוחלשה %d בצוות %s +commands.scoreboard.teams.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.teams.list.player.empty=לצוות %s יש אין שחקנים +commands.scoreboard.teams.empty.usage=צוותי /scoreboard נקה +commands.scoreboard.teams.empty.alreadyEmpty=צוות %s כבר ריק, אין אפשרות להסיר את השחקנים nonexistant +commands.scoreboard.teams.empty.success=הסרת כל %d הוחלשה מהצוות %s +commands.scoreboard.teams.remove.usage=הסר צוותים /scoreboard +commands.scoreboard.teams.remove.success=הסרת הקבוצה %s +commands.scoreboard.teams.join.usage=צוותי /scoreboard להצטרף [שחקן] +commands.scoreboard.teams.join.success=נוספה %d הוחלשה על צוות %s: %s +commands.scoreboard.teams.join.failure=לא היתה אפשרות להוסיף את %d הוחלשה על צוות %s: %s +commands.scoreboard.teams.leave.usage=/scoreboard הצוותים השאר [שחקן] +commands.scoreboard.teams.leave.success=להסיר קבוצות שלהם הוחלשה %d: %s +commands.scoreboard.teams.leave.failure=לא היתה אפשרות להסיר את %d הוחלשה על פי קבוצות שלהם: %s +commands.scoreboard.teams.leave.noTeam=אין לך צוות +commands.scoreboard.teams.option.usage=/scoreboard צוותים אפשרות +commands.scoreboard.teams.option.noValue=הם ערכים חוקיים עבור אפשרות %s: %s +commands.scoreboard.teams.option.success=Set option %s for team %s to %s +commands.gamemode.success.self=שינה מצב משחק ל%s +commands.gamemode.success.other=שינה את מצב המשחק של %s ל%s +commands.gamemode.usage=/מצב [שחקן] +commands.defaultgamemode.usage=/מצבברירתמחדל +commands.defaultgamemode.success=מצב ברירת המחדל של העולם הוא עכשיו %s +commands.me.usage=/אני +commands.help.header=--- מראה עמוד עזרה %d מתוך %d (/עזרה ) --- +commands.help.footer=טיפ: השתמש במקש ה תוך צדי שאתה מקלד פקודה להשלים את הפקודה או את הפרמטרים שלו +commands.help.usage=/עזרה [עמוד|פקודה] +commands.publish.started=מארח המשחק המקומי הינו %s +commands.publish.failed=כשל באירוח משחק מקומי +commands.debug.start=איתור באגים החל +commands.debug.stop=איתור הבאגים הופסק לאחר %.f2 שניות (%d תקתוקים) +commands.debug.notStarted=לא ניתן לסיים איתור שלא החל! +commands.debug.usage=/debug +commands.message.usage=/tell <שחקן> <הודעה פרטית> +commands.message.sameTarget=אין באפשרותך לשלוח הודעה פרטית לעצמך! +commands.message.display.outgoing=לחשת ל %s: %s +commands.message.display.incoming=%s לוחש לך: %s +commands.difficulty.usage=/difficulty < דרגת קושי חדשה > +commands.difficulty.success=שנה את דרגת הקושי ל %s +commands.spawnpoint.usage=/spawnpoint /spawnpoint או או /spawnpoint +commands.spawnpoint.success=שנה את נקודת הכניסה של %s ל (%d, %d, %d) +commands.gamerule.usage=/gamerule < שם הכלל > <ערך> או /gamerule < שם הכלל > +commands.gamerule.success=כלל משחק עודכן +commands.gamerule.norule=אין כלל משחק בשם '% s' +commands.weather.usage=/weather <נקי/גשם/סופה> [משך שניות] +commands.weather.clear=משנה למזג אוויר בהיר +commands.weather.rain=משנה למזג אוויר גשום +commands.weather.thunder=משנה לגשם ורעמים +commands.testfor.usage=/testfor +commands.testfor.failed=/מבחן הוא רק לשימוש על-ידי בלוק פקודה עם יציאה אנלוגית + +itemGroup.buildingBlocks=אבנים לבנייה +itemGroup.decorations=בלוקים לקישוט +itemGroup.redstone=רדסטון +itemGroup.transportation=תחבורה +itemGroup.misc=שונות +itemGroup.search=חיפוש פריטים +itemGroup.food=מוצרי מזון +itemGroup.tools=כלים +itemGroup.combat=לוחמה +itemGroup.brewing=רקיחה +itemGroup.materials=חומרים +itemGroup.inventory=תפריט הישרדות + +inventory.binSlot=השמד פריט + +advMode.setCommand=הגדר פקודת מסוף לבלוק +advMode.command=פקודת מסוף +advMode.nearestPlayer=השתמש ב"@P" כדי לזהות את השחקן הקרוב +advMode.randomPlayer=השתמש ב "@r" כדי לשגר שחקן אקראיn +advMode.allPlayers=השתמש ב"@a" כדי לסמן את כל השחקנים + +advMode.notEnabled=בלוק הפקודה לא מאושר בשרת זה +advMode.notAllowed=חייב להיות מנהל כדי לשחק במצב יצירתי + +mco.title=Minecraft Realms +mco.selectServer.select=התחבר לשרת +mco.selectServer.configure=ערוך +mco.selectServer.create=צור עולם +mco.selectServer.moreinfo=מידע נוסף + +mco.configure.world.edit.title=ערוך עולם + +mco.configure.world.title=קבע תצורת עולם +mco.configure.world.name=שם +mco.configure.world.description=תיאור +mco.configure.world.location=מיקום +mco.configure.world.invited=מוזמן +mco.configure.world.buttons.edit=עריכה +mco.configure.world.buttons.reset=אפס את העולם +mco.configure.world.buttons.done=לעשות +mco.configure.world.buttons.delete=מחק +mco.configure.world.buttons.open=פתח את העולם +mco.configure.world.buttons.close=סגור את העולם +mco.configure.world.buttons.invite=להזמין +mco.configure.world.buttons.uninvite=לבטל את ההזמנה +mco.configure.world.buttons.subscription=Subscription +mco.configure.world.invite.profile.name=שם +mco.configure.world.uninvite.question=האם אתה בטוח שברצונך לבטל את ההזמנה + +mco.configure.world.subscription.title=Subscription Info +mco.configure.world.subscription.daysleft=Days Left +mco.configure.world.subscription.start=Start Date +mco.configure.world.subscription.extend=Extend + +mco.create.world.location.title=מיקומים +mco.create.world.location.warning=ייתכן שלא תקבל את המיקום המדויק שתבחר +mco.create.world.wait=יוצר עולם... + +mco.reset.world.title=אפס את העולם +mco.reset.world.warning=פעולה זו תמחק לצמיתות את העולם שלך! +mco.reset.world.seed=זרע (אופציונלי) +mco.reset.world.resetting.screen.title=מאפס עולם... + +mco.configure.world.close.question.line1=העולם שלך יהפוך לבלתי-זמין. +mco.configure.world.close.question.line2=האם אתה בטוח שברצונך לעשות זאת? + +mco.connect.connecting=מתחבר אל שרת באינטרנט... +mco.connect.authorizing=כניסה... +mco.connect.failed=לא הצליח להתחבר לשרת באינטרנט + +mco.create.world=צור + diff --git a/1.5.2/lang/hi_IN.lang b/1.5.2/lang/hi_IN.lang new file mode 100644 index 00000000..bc558ac4 --- /dev/null +++ b/1.5.2/lang/hi_IN.lang @@ -0,0 +1,1293 @@ +#X-Generator: crowdin.net + +language.name=अंग्रेज़ी +language.region=भारत +language.code=hi_IN + +gui.done=हो गया +gui.cancel=रद्द करें +gui.back=Back +gui.toMenu=वापस जाएँ शीर्षक स्क्रीन से +gui.up=ऊपर +gui.down=नीचे +gui.yes=हाँ +gui.no=नहीं + +menu.singleplayer=एक खिलाड़ी +menu.multiplayer=अनेक खिलाड़ी +menu.online=Minecraft Realms +menu.options=विकल्प... +menu.quit=खेल छोड़ो +menu.returnToMenu=सेव करके टाइटल पेज पर जाए +menu.disconnect=कनेक्शन कातें +menu.returnToGame=पर वापस जाएँ खेल +menu.switchingLevel=स्विचन दुनिया +menu.generatingLevel=दुनिया उत्पन्न +menu.loadingLevel=दुनिया लोड हो रहा है +menu.generatingTerrain=मैदानी भवन +menu.convertingLevel=बदलने दुनिया +menu.simulating=तोरी देर के लिए दुन्य अनुकरण हो होरा है +menu.respawning=अंडे जा रहे हैं +menu.shareToLan=LAN के लिए खुलें + +selectWorld.title=दुनिया चुनें +selectWorld.empty=खाली +selectWorld.world=दुनिया +selectWorld.select=चलायें चयनित वर्ल्ड +selectWorld.create=नई दुनिया बनाएँ +selectWorld.recreate=प्रतिलिपि बनायें +selectWorld.createDemo=नई डेमो विश्व चलायें +selectWorld.delete=हटाना +selectWorld.rename=नाम बदलें +selectWorld.deleteQuestion=क्या आप यकीन है कि आप इस दुनिया को नष्ट करना चाहते हैं? +selectWorld.deleteWarning=हमेशा के लिए खो जाएगा!(एक लंबे समय से!) +selectWorld.deleteButton=हटाना +selectWorld.renameButton=नाम बदलें +selectWorld.renameTitle=दुनिया का नाम बदलें +selectWorld.conversion=नाम बदलें वर्ल्ड! +selectWorld.newWorld=नई दुनिया +selectWorld.newWorld.copyOf=%s की प्रतिलिपि +selectWorld.enterName=दुनिया का नाम +selectWorld.resultFolder=में सेव होगा: +selectWorld.enterSeed=विश्व जेनरेटर के लिए बीज +selectWorld.seedInfo=एक यादृच्छिक बीज के लिए रिक्त छोड़ें +selectWorld.cheats=धोखा देती है +selectWorld.customizeType=अनुकूलित करें + +createWorld.customize.presets=प्रीसेट +createWorld.customize.presets.title=प्रीसेट का चयन करें +createWorld.customize.presets.select=प्रीसेट का उपयोग करें +createWorld.customize.presets.share=आपके प्रीसेट किसी के साथ साझा करना चाहते हैं? का प्रयोग करें बॉक्स के नीचे! +createWorld.customize.presets.list=वैकल्पिक रूप से, यहाँ कुछ हम पहले ही कर दिया है! +createWorld.customize.flat.title=सपाट दुनिया अनुकूलन +createWorld.customize.flat.tile=परत सामग्री +createWorld.customize.flat.height=ऊँचाई +createWorld.customize.flat.addLayer=परत को जोड़ें +createWorld.customize.flat.editLayer=परत संपादित करें +createWorld.customize.flat.removeLayer=परत को हटाने +createWorld.customize.flat.layer.top=शीर्ष-%d +createWorld.customize.flat.layer=%d +createWorld.customize.flat.layer.bottom=तल-%d + +gameMode.survival=अस्तित्व मोड +gameMode.creative=क्रिएटिव मोड +gameMode.adventure=साहसिक विधा +gameMode.hardcore=हार्डकोर मोड! +gameMode.changed=आपका गेम मोड अद्यतन किया गया है + +selectWorld.gameMode=खेल मोड: +selectWorld.gameMode.survival=उत्तरजीविता +selectWorld.gameMode.survival.line1=संसाधनों, शिल्प, लाभ के लिए खोज +selectWorld.gameMode.survival.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.adventure=साहसिक +selectWorld.gameMode.adventure.line1=अस्तित्व मोड के रूप में, लेकिन एक ही ब्लॉक नहीं कर सकता +selectWorld.gameMode.adventure.line2=जोड़ा जाएगा या हटाया +selectWorld.moreWorldOptions=विश्व विकल्प ... +selectWorld.mapFeatures=संरचनाएं उत्पन्न: +selectWorld.mapFeatures.info=गांवों, तहखाने आदि +selectWorld.mapType=विश्व प्रकार: +selectWorld.mapType.normal=साधारण +selectWorld.allowCommands=धोखा देती है की अनुमति दें: +selectWorld.allowCommands.info=/ खेल मोड, / XP के तरह कमानों +selectWorld.hardcoreMode=कट्टर: +selectWorld.hardcoreMode.info=विश्व मौत पर नष्ट कर दिया है +selectWorld.bonusItems=बोनस चेस्ट: + +generator.default=डिफ़ॉल्ट +generator.flat=सुपर फ्लैट +generator.largeBiomes=बड़े biomes + +selectServer.title=सर्वर का चयन करें +selectServer.empty=खाली +selectServer.select=सर्वर के साथ जुड़ें +selectServer.direct=कनेक्ट प्रत्यक्ष +selectServer.edit=संपादित करें +selectServer.delete=हटाना +selectServer.add=सर्वर जोड़ें +selectServer.defaultName=मेरा शिल्प सर्वर +selectServer.deleteQuestion=क्या आप सुनिश्चित हैं कि आप इस सर्वर को निकालना चाहते हैं? +selectServer.deleteWarning=हमेशा के लिए खो जाएगा!(एक लंबे समय से!) +selectServer.deleteButton=हटाना +selectServer.refresh=ताज़ा करना +selectServer.hiddenAddress=(छिपा हुआ) +addServer.title=सर्वर जानकारी संपादित करें +addServer.enterName=सर्वर का नाम +addServer.enterIp=सर्वर पता +addServer.add=ठीक है +addServer.hideAddress=पते छुपाएँ +lanServer.title=स्थानीय दुनिया +lanServer.scanning=Scanning for games on your local network +lanServer.start=स्थानीय विश्व प्रारंभ +lanServer.otherPlayers=अन्य खिलाड़ी के लिए सेटिंग्स +mcoServer.title=Minecraft Online World + +multiplayer.title=अनेक खिलाड़ियों के साथ खेलें +multiplayer.connect=कनेक्ट +multiplayer.info1=मेरा क्राफ्ट मल्टी प्लेयर वर्तमान में समाप्त हो गया है लेकिन नहीं, वहाँ +multiplayer.info2=कुछ छोटी गाड़ी जल्दी पर जा रहा परीक्षण कर रहा है. +multiplayer.ipinfo=यह करने के लिए कनेक्ट करने के लिए एक सर्वर के आईपी दर्ज करें: + +multiplayer.texturePrompt.line1=यह सर्वर एक कस्टम बनावट पैक का उपयोग की सिफारिश की है. +multiplayer.texturePrompt.line2=आप को डाउनलोड करने और इसे स्थापित स्वतः करना चाहेंगे? + +multiplayer.downloadingTerrain=इलाके डाउनलोड + +multiplayer.stopSleeping=बिस्तर छोड़ दो + +chat.link.confirm=क्या आप सुनिश्चित करें कि आप के लिए निम्नलिखित वेबसाइट को खोलना चाहते हैं? +chat.link.warning=लोगों को लगता है कि तुम पर भरोसा नहीं से कभी नहीं खुले लिंक! +chat.copy=क्लिपबोर्ड पर कॉपी + +menu.playdemo=डेमो दुनिया +menu.resetdemo=डेमो विश्व रीसेट +demo.day.1=इस डेमो पिछले पाँच खेल दिन, तुम्हारा सबसे अच्छा है! +demo.day.2=दूसरे दिन +demo.day.3=तीन दिन +demo.day.4=चार दिन +demo.day.5=यह तुम्हारा आखिरी दिन है! +demo.day.warning=आपका समय लगभग है! +demo.day.6=आप अपने पांचवें दिन बीत चुके हैं, F2 का उपयोग करने के लिए आपकी रचना के एक स्क्रीनशॉट को बचाने के +demo.reminder=डेमो समय समाप्त हो गया है, खेल खरीदने के लिए जारी रखने के लिए या एक नई दुनिया शुरू! +demo.remainingTime=समय शेष: %s +demo.demoExpired=डेमो का समय है! +demo.help.movement=%1$s, %2$s, %3$s, %4$s और चारों ओर ले जाने के लिए माउस का प्रयोग करें +demo.help.movementShort=हिलना द्वारा दबाने के कारण छाप %1$s, %2$s, %3$s, %4$s +demo.help.movementMouse=माउस का उपयोग कर के आसपास देखो +demo.help.jump=%1$s दबाकर कूदो +demo.help.inventory=%1$s प्रयोग के लिए अपनी सूची खोलने +demo.help.title=Minecraft डेमो मोड +demo.help.fullWrapped=इस डेमो 5 ingame दिनों (के बारे में 1 घंटे और वास्तविक समय के 40 मिनट) पिछले जाएगा. संकेत के लिए उपलब्धियों की जाँच करें! मज़ा है! +demo.help.buy=अब खरीद! +demo.help.later=बजाना जारी रखें! + +connect.connecting=सर्वर से कनेक्ट हो रहा है ... +connect.authorizing=लॉग्गिंग इन ... +connect.failed=सर्वर से कनेक्ट करने में विफल + +disconnect.genericReason=%s +disconnect.disconnected=सर्वर के द्वारा काट दिया +disconnect.lost=कनेक्शन खोया +disconnect.kicked=खेल से लात मारी किया गया था +disconnect.timeout=बाहर समय +disconnect.closed=कनेक्शन बंद +disconnect.loginFailed=लॉगिन विफल +disconnect.loginFailedInfo=लॉगिन करने में विफल: %s +disconnect.quitting=छोड़ने +disconnect.endOfStream=धारा का अंत +disconnect.overflow=बफर अतिप्रवाह +disconnect.spam=स्पैमिंग के लिए लात मारी + +options.off=रवाना +options.on=पर +options.visible=दिखाया हुआ +options.hidden=छिपा हुआ +options.title=विकल्प +options.controls=नियंत्रण ... +options.video=वीडियो सेटिंग्स ... +options.language=भाषा ... +options.languageWarning=भाषा अनुवाद 100% सही नहीं हो सकता +options.videoTitle=वीडियो सेटिंग्स +options.music=संगीत +options.sound=ध्वनि +options.invertMouse=माउस उलटें +options.fov=दृष्टि क्षेत्र +options.fov.min=साधारण +options.fov.max=भूकंप प्रो +options.gamma=चमक +options.gamma.min=मूडी +options.gamma.max=उज्ज्वल +options.sensitivity=संवेदनशीलता +options.sensitivity.min=*जंभाई* +options.sensitivity.max=हाइपर स्पीड!!! +options.renderDistance=दूरी सौंपनेवाला +options.renderDistance.tiny=टिनी +options.renderDistance.short=कम +options.renderDistance.normal=साधारण +options.renderDistance.far=दूर +options.viewBobbing=शेख़ी देखें +options.ao=चिकना प्रकाश +options.ao.off=Off +options.ao.min=Minimum +options.ao.max=Maximum +options.anaglyph=तीन आयामी मोड सौंपनेवाला +options.framerateLimit=निष्पादन +options.difficulty=कठिनाई +options.difficulty.peaceful=शांतिपूर्ण +options.difficulty.easy=आसान +options.difficulty.normal=साधारण +options.difficulty.hard=कठिन +options.difficulty.hardcore=कट्टर +options.graphics=ग्राफ़िक्स +options.graphics.fancy=पसंद +options.graphics.fast=तेज +options.guiScale=जीयूआई स्केल +options.guiScale.auto=स्वत +options.guiScale.small=छोटा +options.guiScale.normal=साधारण +options.guiScale.large=बड़ा +options.advancedOpengl=उन्नत ओपन ग्राफिक्स पुस्तकालय +options.renderClouds=बादल +options.farWarning1=एक साठ चार बिट जावा स्थापना की सिफारिश की है +options.farWarning2=सुदूर सौंपनेवाला दूरी (आप बत्तीस बिट है) के लिए +options.particles=कण +options.particles.all=सब +options.particles.decreased=कम +options.particles.minimal=न्यूनतम +options.multiplayer.title=बहुखिलाड़ी सेटिंग्स... +options.chat.title=चैट सेटिंग्स ... +options.chat.visibility=बातचीत +options.chat.visibility.full=दिखाया +options.chat.visibility.system=केवल कमानों +options.chat.visibility.hidden=छिपा हुआ +options.chat.color=रंग +options.chat.opacity=अस्पष्टता +options.chat.links=वेब लिंक +options.chat.links.prompt=लिंक पर तत्काल +options.chat.scale=Scale +options.chat.width=Width +options.chat.height.focused=Focused Height +options.chat.height.unfocused=Unfocused Height +options.showCape=दिखाएँ केप +options.serverTextures=सर्वर बनावट +options.snooper=जासूसी की अनुमति दें +options.snooper.view=जासूस सेटिंग्स... +options.snooper.title=मशीन सूचना संग्रह +options.snooper.desc=हम क्या हम का समर्थन कर सकते हैं और कहाँ सबसे बड़ी समस्याओं कर रहे हैं जानने के द्वारा Minecraft सुधारने में मदद करने के लिए आपके मशीन के बारे में जानकारी एकत्रित करने के लिए चाहते हैं। इस जानकारी के सभी पूरी तरह से गुमनाम और नीचे देखा जा सकता है। हम वादा करता हूँ हम इस डेटा के साथ बुरा कुछ भी नहीं होगा, लेकिन अगर तुम बाहर निकलना चाहते हैं तो इसे बंद टॉगल करने के लिए स्वतंत्र महसूस! +options.texture.pack=Texture Packs +options.fullscreen=पूर्णस्क्रीन +options.vsync=रोकें फाड़ स्क्रीन +options.touchscreen=Touchscreen Mode + +performance.max=मैक्स एफपीएस +performance.balanced=संतुलित +performance.powersaver=पावर सेवर + +controls.title=नियंत्रण + +key.forward=आगे +key.left=बाएं +key.back=वापस +key.right=दाहिने +key.jump=छलांग +key.inventory=इन्वेंटरी +key.drop=बूंद +key.chat=बातचीत +key.fog=टॉगल कोहरा +key.sneak=उचक्का +key.playerlist=सूची खिलाड़ी +key.attack=आक्रमण +key.use=आइटम का उपयोग करें +key.pickItem=ब्लॉक उठाओ +key.mouseButton=बटन %1$s +key.command=आदेश + +texturePack.openFolder=ओपन बनावट पैक फ़ोल्डर +texturePack.title=बनावट पैक का चयन करें +texturePack.folderInfo=(प्लेस बनावट पैक यहाँ फाइलें) +texturePack.incompatible=Incompatible + +book.pageIndicator=पेज %1$s की %2$s +book.byAuthor=द्वारा %1$s +book.signButton=साइन इन करें +book.editTitle=पुस्तक शीर्षक दर्ज करें: +book.finalizeButton=साइन इन करें और बंद +book.finalizeWarning=ध्यान दें! जब आप पुस्तक पर हस्ताक्षर, यह अब संपादन योग्य हो जाएगा. + +tile.stone.name=पत्थर + +tile.grass.name=घास ब्लॉक +tile.dirt.name=मिट्टी +tile.stonebrick.name=पक्की सड़क पत्थर +tile.wood.name=लकड़ी बोर्डों +tile.wood.oak.name=ओक लकड़ी planks +tile.wood.spruce.name=लकड़ी planks सजाना +tile.wood.birch.name=सन्टी लकड़ी planks +tile.wood.jungle.name=जंगल लकड़ी planks +tile.sapling.oak.name=ओक सैपलिंग +tile.sapling.spruce.name=अंकुर सजाना +tile.sapling.birch.name=अंकुर सन्टी +tile.sapling.jungle.name=अंकुर सहरा +tile.deadbush.name=मृत बुश +tile.bedrock.name=आधार +tile.water.name=पानी +tile.lava.name=लावा +tile.sand.name=रेत +tile.sandStone.name=बलुआ पत्थर +tile.sandStone.default.name=बलुआ पत्थर +tile.sandStone.chiseled.name=गढ़े हुए बलुआ पत्थर +tile.sandStone.smooth.name=चिकनी बलुआ पत्थर +tile.gravel.name=बजरी +tile.oreGold.name=गोल्ड अयस्क +tile.oreIron.name=लौह अयस्क +tile.oreCoal.name=कोयला अयस्क +tile.log.name=लकड़ी +tile.log.oak.name=बलूत का लकड़ा +tile.log.spruce.name=सजाना लकड़ी +tile.log.birch.name=सन्टी लकड़ी +tile.log.jungle.name=जंगल काष्ठ +tile.leaves.name=पत्ते +tile.leaves.oak.name=ओक के पत्तों +tile.leaves.spruce.name=सजाना पत्तियां +tile.leaves.birch.name=सन्टी पत्ते +tile.leaves.jungle.name=वनीय पत्ते +tile.tallgrass.name=घास +tile.tallgrass.shrub.name=झाड़ी +tile.tallgrass.grass.name=घास +tile.tallgrass.fern.name=फ़र्न +tile.sponge.name=स्पंज +tile.glass.name=गिलास +tile.thinGlass.name=ग्लास फलक +tile.cloth.name=ऊन +tile.flower.name=फूल +tile.rose.name=गुलाब +tile.mushroom.name=कुकुरमुत्ता +tile.blockGold.name=सोने के ब्लॉक +tile.blockIron.name=लोहे के ब्लॉक +tile.stoneSlab.stone.name=पटिया +tile.stoneSlab.sand.name=बलुआ पत्थर पटिया +tile.stoneSlab.wood.name=लकड़ी स्लैब +tile.stoneSlab.cobble.name=पक्की सड़क पत्थर पटिया +tile.stoneSlab.brick.name=ईंटें स्लैब +tile.stoneSlab.smoothStoneBrick.name=स्टोन ईंटों स्लैब +tile.stoneSlab.netherBrick.name=नीचे का ब्रिक स्लैब +tile.stoneSlab.quartz.name=Quartz Slab +tile.woodSlab.oak.name=ओक लकड़ी स्लैब +tile.woodSlab.spruce.name=सजाना लकड़ी स्लैब +tile.woodSlab.birch.name=सन्टी लकड़ी स्लैब +tile.woodSlab.jungle.name=जंगल लकड़ी स्लैब +tile.brick.name=ईंटें +tile.tnt.name=टीएनटी +tile.bookshelf.name=पुस्ताक तख्ता +tile.stoneMoss.name=मॉस स्टोन +tile.obsidian.name=ओब्सीडियन +tile.torch.name=मशाल +tile.fire.name=आग +tile.mobSpawner.name=दानव मादा मछली +tile.stairsWood.name=ओक लकड़ी सीढ़ियाँ +tile.stairsWoodSpruce.name=लकड़ी सीढ़ियाँ सजाना +tile.stairsWoodBirch.name=सन्टी लकड़ी सीढ़ियाँ +tile.stairsWoodJungle.name=जंगल लकड़ी सीढ़ियाँ +tile.chest.name=संदूक +tile.chestTrap.name=Trapped Chest +tile.redstoneDust.name=लाल पत्थर धूल +tile.oreDiamond.name=डायमंड अयस्क +tile.blockDiamond.name=डायमंड के ब्लॉक +tile.workbench.name=टेबल क्राफ्टिंग +tile.crops.name=फसलें +tile.farmland.name=खेत +tile.furnace.name=भट्ठी +tile.sign.name=संकेत +tile.doorWood.name=लकड़ी के दरवाजे +tile.ladder.name=सीढ़ी +tile.rail.name=रेल +tile.goldenRail.name=संचालित रेल +tile.activatorRail.name=Activator Rail +tile.detectorRail.name=वेक्षक रेल +tile.stairsStone.name=स्टोन सीढ़ियाँ +tile.stairsSandStone.name=बलुआ पत्थर सीढ़ियाँ +tile.lever.name=लीवर +tile.pressurePlate.name=प्रेशर प्लेट +tile.weightedPlate_light.name=Weighted Pressure Plate (Light) +tile.weightedPlate_heavy.name=Weighted Pressure Plate (Heavy) +tile.doorIron.name=लौह द्वार +tile.oreRedstone.name=लाल पत्थर अयस्क +tile.notGate.name=लाल पत्थर मशाल +tile.button.name=बटन +tile.snow.name=बर्फ +tile.ice.name=बर्फ +tile.cactus.name=कैक्टस +tile.clay.name=मिट्टी +tile.reeds.name=गन्ना +tile.jukebox.name=संगीत बॉक्स +tile.fence.name=बाड़ +tile.fenceGate.name=बाड़ गेट +tile.pumpkin.name=कद्दू +tile.litpumpkin.name=जैक 'ओ' लालटेन +tile.hellrock.name=नीचे रॉक +tile.hellsand.name=आत्मा रेत +tile.lightgem.name=ग्लो स्टोन +tile.portal.name=द्वार +tile.cloth.black.name=काले ऊन +tile.cloth.red.name=लाल ऊन +tile.cloth.green.name=ग्रीन ऊन +tile.cloth.brown.name=ब्राउन ऊन +tile.cloth.blue.name=ब्लू ऊन +tile.cloth.purple.name=बैंगनी ऊन +tile.cloth.cyan.name=सियान ऊन +tile.cloth.silver.name=हल्की ग्रे ऊन +tile.cloth.gray.name=ग्रे ऊन +tile.cloth.pink.name=गुलाबी ऊन +tile.cloth.lime.name=निम्बुड़ा ऊन +tile.cloth.yellow.name=पीला ऊन +tile.cloth.lightBlue.name=प्रकाश ब्लू ऊन +tile.cloth.magenta.name=मैजंटा ऊन +tile.cloth.orange.name=ऑरेंज ऊन +tile.cloth.white.name=ऊन +tile.oreLapis.name=लापीस लाजुली अयस्क +tile.blockLapis.name=लापीस लाजुली ब्लॉक +tile.dispenser.name=दवासाज़ +tile.dropper.name=Dropper +tile.musicBlock.name=नोट ब्लॉक +tile.cake.name=केक +tile.bed.name=बिस्तर +tile.bed.occupied=यह बिस्तर पर कब्जा कर लिया है +tile.bed.noSleep=आप केवल रात में सो सकते हैं +tile.bed.notSafe=अब आप सो नहीं सकते हैं, वहाँ आसपास के राक्षस हैं +tile.bed.notValid=बिस्तर आप पिछले में सोया था लापता या बाधित +tile.lockedchest.name=ताला चेस्ट +tile.trapdoor.name=पक्षियों के बच्चे +tile.web.name=मकड़ी का जाला +tile.stonebricksmooth.name=स्टोन ईंटें +tile.stonebricksmooth.default.name=पत्थर ईंटें +tile.stonebricksmooth.mossy.name=काई से भरा पत्थर ईंटें +tile.stonebricksmooth.cracked.name=फटा पत्थर ईंटें +tile.stonebricksmooth.chiseled.name=गढ़े हुए पत्थर ईंटों +tile.monsterStoneEgg.stone.name=पत्थर राक्षस अंडा +tile.monsterStoneEgg.cobble.name=बटिया पत्थर राक्षस अंडा +tile.monsterStoneEgg.brick.name=स्टोन ईंट राक्षस अंडे +tile.pistonBase.name=पिस्टन +tile.pistonStickyBase.name=स्टिकी पिस्टन +tile.fenceIron.name=लोहे की सलाखों +tile.melon.name=तरबूज +tile.stairsBrick.name=ईंट सीढ़ियाँ +tile.stairsStoneBrickSmooth.name=स्टोन ईंट सीढ़ियाँ +tile.vine.name=बेलें +tile.netherBrick.name=नीचे ईंट +tile.netherFence.name=नीचे ईंट बाड़ +tile.stairsNetherBrick.name=नीचे ईंट सीढ़ियाँ +tile.netherStalk.name=नीचे मस्सा +tile.cauldron.name=देग़ +tile.enchantmentTable.name=बढ़ा जादू तालिका +tile.anvil.name=विचाराधीन +tile.anvil.intact.name=विचाराधीन +tile.anvil.slightlyDamaged.name=थोड़ा क्षतिग्रस्त निहाई +tile.anvil.veryDamaged.name=बहुत क्षतिग्रस्त निहाई +tile.whiteStone.name=अंत स्टोन +tile.endPortalFrame.name=अंत पोर्टल +tile.mycel.name=फुई +tile.waterlily.name=लिली पैड +tile.dragonEgg.name=ड्रैगन अंडे +tile.redstoneLight.name=लाल पत्थर दीपक +tile.cocoa.name=कोको +tile.enderChest.name=अंतवह छाती +tile.oreRuby.name=रूबी अयस्क +tile.oreEmerald.name=पन्ना अयस्क +tile.blockEmerald.name=पन्ना के ब्लॉक +tile.blockRedstone.name=Block of Redstone +tile.tripWire.name=यात्रा तार +tile.tripWireSource.name=यात्रा तार हुक +tile.commandBlock.name=आदेश ब्लॉक +tile.beacon.name=बीकन +tile.beacon.primary=पहला शक्ति +tile.beacon.secondary=दूसरा शक्ति +tile.cobbleWall.normal.name=पत्थर का दीवार +tile.cobbleWall.mossy.name=घास के साथ पत्थर का दीवार +tile.carrots.name=गाजर +tile.potatoes.name=आलू +tile.daylightDetector.name=Daylight Sensor +tile.netherquartz.name=Nether Quartz Ore +tile.hopper.name=Hopper +tile.quartzBlock.default.name=Block of Quartz +tile.quartzBlock.chiseled.name=Chiseled Quartz Block +tile.quartzBlock.lines.name=Pillar Quartz Block +tile.stairsQuartz.name=Quartz Stairs + +item.shovelIron.name=आयरन फावड़ा +item.pickaxeIron.name=आयरन कुदाल से मिट्टी खुरपना +item.hatchetIron.name=आयरन कुल्हाड़ी +item.flintAndSteel.name=चकमक और इस्पात +item.apple.name=सेब +item.cookie.name=कुकी +item.bow.name=धनुष +item.arrow.name=तीर +item.coal.name=कोयला +item.charcoal.name=लकड़ी का कोयला +item.diamond.name=हीरा +item.emerald.name=पन्ना +item.ingotIron.name=लौह पिंड +item.ingotGold.name=स्वर्ण पिंड +item.swordIron.name=आयरन तलवार +item.swordWood.name=लकड़ी की तलवार +item.shovelWood.name=लकड़ी फावड़ा +item.pickaxeWood.name=लकड़ी कुदाल से मिट्टी खुरपना +item.hatchetWood.name=लकड़ी कुल्हाड़ी +item.swordStone.name=स्टोन तलवार +item.shovelStone.name=स्टोन फावड़ा +item.pickaxeStone.name=स्टोन कुदाल से मिट्टी खुरपना +item.hatchetStone.name=स्टोन कुल्हाड़ी +item.swordDiamond.name=हीरे की तलवार +item.shovelDiamond.name=डायमंड फावड़ा +item.pickaxeDiamond.name=डायमंड कुदाल से मिट्टी खुरपना +item.hatchetDiamond.name=डायमंड कुल्हाड़ी +item.stick.name=छड़ी +item.bowl.name=कटोरा +item.mushroomStew.name=मशरूम स्टू +item.swordGold.name=स्वर्ण तलवार +item.shovelGold.name=स्वर्ण फावड़ा +item.pickaxeGold.name=गोल्डन कुदाल से मिट्टी खुरपना +item.hatchetGold.name=गोल्डन कुल्हाड़ी +item.string.name=स्ट्रिंग +item.feather.name=पंख +item.sulphur.name=बारूद +item.hoeWood.name=लकड़ी कुदाल +item.hoeStone.name=स्टोन कुदाल +item.hoeIron.name=आयरन कुदाल +item.hoeDiamond.name=डायमंड कुदाल +item.hoeGold.name=गोल्डन कुदाल +item.seeds.name=बीज +item.seeds_pumpkin.name=कद्दू के बीज +item.seeds_melon.name=तरबूज के बीज +item.melon.name=तरबूज +item.wheat.name=गेहूँ +item.bread.name=रोटी +item.helmetCloth.name=चमड़ा कैप +item.chestplateCloth.name=चमड़ा अंगरखा +item.leggingsCloth.name=चमड़े की पैंट +item.bootsCloth.name=चमड़ा जूते +item.helmetChain.name=चेन हेलमेट +item.chestplateChain.name=चेन चेस्ट प्लेट +item.leggingsChain.name=चेन लेगिंग +item.bootsChain.name=चेन जूते +item.helmetIron.name=आयरन हेलमेट +item.chestplateIron.name=आयरन चेस्ट प्लेट +item.leggingsIron.name=आयरन लेगिंग +item.bootsIron.name=आयरन जूते +item.helmetDiamond.name=डायमंड हेलमेट +item.chestplateDiamond.name=डायमंड चेस्ट प्लेट +item.leggingsDiamond.name=डायमंड लेगिंग +item.bootsDiamond.name=डायमंड जूते +item.helmetGold.name=गोल्डन हेलमेट +item.chestplateGold.name=गोल्डन चेस्ट प्लेट +item.leggingsGold.name=गोल्डन लेगिंग +item.bootsGold.name=गोल्डन बूट +item.flint.name=चकमक पत्थर +item.porkchopRaw.name=कच्चा पोर्क +item.porkchopCooked.name=पकाया पोर्क +item.chickenRaw.name=कच्चा चिकन +item.chickenCooked.name=पकाया चिकन +item.beefRaw.name=कच्चे बीफ +item.beefCooked.name=स्टेक +item.painting.name=चित्र +item.frame.name=आइटम सीमा +item.appleGold.name=गोल्ड सेब +item.sign.name=संकेत +item.doorWood.name=लकड़ी के दरवाजे +item.bucket.name=बाल्टी +item.bucketWater.name=बाल्टी पानी +item.bucketLava.name=लावा बाल्टी +item.minecart.name=गाड़ी +item.saddle.name=काठी +item.doorIron.name=लौह द्वार +item.redstone.name=लाल पत्थर +item.snowball.name=बर्फ का गोला +item.boat.name=नाव +item.leather.name=चमड़ा +item.milk.name=दूध +item.brick.name=ईंट +item.clay.name=मिट्टी +item.reeds.name=गन्ना +item.paper.name=काग़ज़ +item.book.name=किताब +item.slimeball.name=कीचड़ बॉल +item.minecartChest.name=संदूक के साथ कार्ट +item.minecartFurnace.name=फर्नेस के साथ कार्ट +item.minecartTnt.name=Minecart with TNT +item.minecartHopper.name=Minecart with Hopper +item.egg.name=अंडा +item.compass.name=कंपास +item.fishingRod.name=बंसी +item.clock.name=घड़ी +item.yellowDust.name=चमक स्टोन डस्ट +item.fishRaw.name=कच्ची मछली +item.fishCooked.name=पकाया मछली +item.record.name=संगीत डिस्क +item.bone.name=हड्डी +item.dyePowder.black.name=इंक बोरी +item.dyePowder.red.name=गुलाब लाल +item.dyePowder.green.name=कैक्टस ग्रीन +item.dyePowder.brown.name=कोको बीन्स +item.dyePowder.blue.name=लापीस लाजुली +item.dyePowder.purple.name=बैंगनी डाई +item.dyePowder.cyan.name=सियान डाई +item.dyePowder.silver.name=हल्की ग्रे डाई +item.dyePowder.gray.name=ग्रे डाई +item.dyePowder.pink.name=गुलाबी डाई +item.dyePowder.lime.name=निम्बुड़ा डाई +item.dyePowder.yellow.name=पीला डाई +item.dyePowder.lightBlue.name=हल्की ब्लू डाई +item.dyePowder.magenta.name=मैजंटा डाई +item.dyePowder.orange.name=ऑरेंज डाई +item.dyePowder.white.name=हड्डी का चूरा +item.sugar.name=चीनी +item.cake.name=केक +item.bed.name=बिस्तर +item.diode.name=लाल पत्थर पुनरावर्तक +item.comparator.name=Redstone Comparator +item.map.name=नक्शा +item.leaves.name=पत्ते +item.shears.name=कैंची +item.rottenFlesh.name=सड़े हुए मांस +item.enderPearl.name=अंत पर्ल +item.blazeRod.name=ब्लेज़ रॉड +item.ghastTear.name=भूत फाड़ +item.netherStalkSeeds.name=नीचे मस्सा +item.potion.name=शरबत +item.emptyPotion.name=पानी की बोतल +item.goldNugget.name=गोल्ड सोने का डला +item.glassBottle.name=कांच की बोतल +item.spiderEye.name=स्पाइडर आँखों +item.fermentedSpiderEye.name=किण्वित स्पाइडर आँखों +item.blazePowder.name=ब्लेज़ पाउडर +item.magmaCream.name=लावा क्रीम +item.cauldron.name=देग़ +item.brewingStand.name=पक खड़े हो जाओ +item.eyeOfEnder.name=के नेत्र अंत +item.speckledMelon.name=शानदार तरबूज +item.monsterPlacer.name=अंडे देना +item.expBottle.name=बोतल ओ' करामाती +item.fireball.name=आग प्रभार +item.writingBook.name=किताब और कलम +item.writtenBook.name=व्रित्तें बुक +item.ruby.name=माणिक +item.flowerPot.name=गमला +item.emptyMap.name=खाली मानचित्र +item.carrots.name=गाजर +item.carrotGolden.name=सोने का गाजर +item.potato.name=आलू +item.potatoBaked.name=बेक्ड आलू +item.potatoPoisonous.name=जहरीला आलू +item.skull.skeleton.name=कंकाल खोपड़ी +item.skull.wither.name=कंकाल खोपड़ी सूख +item.skull.zombie.name=ज़ोंबी सिर +item.skull.char.name=सिर +item.skull.player.name=%s के सिर +item.skull.creeper.name=लता सिर +item.carrotOnAStick.name=एक छड़ी पर गाजर +item.netherStar.name=नीचे का सितारा +item.pumpkinPie.name=कद्दू पाई +item.enchantedBook.name=जादूई पुस्तक +item.fireworks.name=आतिशबाजी रॉकेट +item.fireworks.flight=उड़ान की अवधि: +item.fireworksCharge.name=आतिशबाजी सितारा +item.fireworksCharge.black=काला +item.fireworksCharge.red=लाल +item.fireworksCharge.green=हरा +item.fireworksCharge.brown=भूरा +item.fireworksCharge.blue=नीला +item.fireworksCharge.purple=बैंगनी +item.fireworksCharge.cyan=नीला-हरा +item.fireworksCharge.silver=हल्का भूरा +item.fireworksCharge.gray=भूरा +item.fireworksCharge.pink=गुलाबी +item.fireworksCharge.lime=निम्बू रंग +item.fireworksCharge.yellow=पिला +item.fireworksCharge.lightBlue=हल्का नीला +item.fireworksCharge.magenta=मैजेंटा +item.fireworksCharge.orange=नारंगी +item.fireworksCharge.white=सफ़ेद +item.fireworksCharge.customColor=कस्टम +item.fireworksCharge.fadeTo=फीका होना +item.fireworksCharge.flicker=टीमटिमाना +item.fireworksCharge.trail=निशान +item.fireworksCharge.type.0=छोटी गेंद +item.fireworksCharge.type.1=बड़ी गेंद +item.fireworksCharge.type.2=सितारा के आकार का +item.fireworksCharge.type.3=बेल के आकार का +item.fireworksCharge.type.4=फूटना +item.fireworksCharge.type=अज्ञात आकार +item.netherbrick.name=Nether Brick +item.netherquartz.name=Nether Quartz + +container.inventory=इन्वेंटरी +container.hopper=Item Hopper +container.crafting=क्राफ्टिंग +container.dispenser=दवासाज़ +container.dropper=Dropper +container.furnace=भट्ठी +container.enchant=मोहित करना +container.repair=मरम्मत & नाम +container.repair.cost=लागत आकर्षण: %1$ d +container.repair.expensive=बहुत ही महंगा! +container.creative=आइटम चयन +container.brewing=चल खड़े हो जाओ +container.chest=छाती +container.chestDouble=बड़ी बॉक्स +container.minecart=मेरा कार्ट +container.enderchest=अंतवह छाती + +item.dyed=रंगे + +entity.Item.name=मद +entity.XPOrb.name=अनुभव ओर्ब +entity.SmallFireball.name=Small Fireball +entity.Fireball.name=Fireball + +entity.Arrow.name=तीर +entity.Snowball.name=बर्फ का गोला +entity.Painting.name=चित्र + +entity.Mob.name=भीड़ +entity.Monster.name=राक्षस + +entity.Creeper.name=रेंगनेवाला +entity.Skeleton.name=कंकाल +entity.Spider.name=मकड़ी +entity.Giant.name=विशाल +entity.Zombie.name=ज़ोंबी +entity.Slime.name=ज़ोंबी +entity.Ghast.name=फ्लाइंग भूत +entity.PigZombie.name=ज़ोंबी Pigman +entity.Enderman.name=अंत आदमी +entity.Silverfish.name=सिल्वर मछली +entity.CaveSpider.name=गुफा में रहनेवाली मकड़ी +entity.Blaze.name=ज्वाला +entity.LavaSlime.name=लावा घन +entity.MushroomCow.name=मशरूम गाय +entity.Villager.name=ग्रामवासी +entity.VillagerGolem.name=लौह Golem +entity.SnowMan.name=बर्फ Golem +entity.EnderDragon.name=एंडर ड्रैगन +entity.WitherBoss.name=Wither +entity.Witch.name=चुड़ैल + +entity.Pig.name=सुअर +entity.Sheep.name=भेड़ +entity.Cow.name=गाय +entity.Chicken.name=मुर्गी +entity.Squid.name=व्यंग्य +entity.Wolf.name=वुल्फ +entity.Ozelot.name=औसीलट +entity.Cat.name=बिल्ली +entity.Bat.name=चमगादड़ + +entity.PrimedTnt.name=टीएनटी का ब्लॉक +entity.FallingSand.name=गिरने ब्लॉक + +entity.Minecart.name=गाड़ी +entity.Boat.name=नाव + +entity.generic.name=अज्ञात + +death.fell.accident.ladder=%1$s fell off a ladder +death.fell.accident.vines=%1$s fell off some vines +death.fell.accident.water=%1$s fell out of the water +death.fell.accident.generic=%1$s fell from a high place +death.fell.killer=%1$s was doomed to fall +death.fell.assist=%1$s was doomed to fall by %2$s +death.fell.assist.item=%1$s was doomed to fall by %2$s using %3$s +death.fell.finish=%1$s was fell too far and was finished by %2$s +death.fell.finish.item=%1$s was fell too far and was finished by %2$s using %3$s + +death.attack.inFire=%1$s went up in flames +death.attack.inFire.player=%1$s walked into fire whilst fighting %2$s +death.attack.onFire=%1$s burned to death +death.attack.onFire.player=%1$s was burnt to a crisp whilst fighting %2$s +death.attack.lava=%1$s tried to swim in lava +death.attack.lava.player=%1$s tried to swim in lava to escape %2$s +death.attack.inWall=%1$s suffocated in a wall +death.attack.drown=%1$s drowned +death.attack.drown.player=%1$s drowned whilst trying to escape %2$s +death.attack.starve=%1$s starved to death +death.attack.cactus=%1$s was pricked to death +death.attack.cactus.player=%1$s walked into a cactus whilst trying to escape %2$s +death.attack.generic=%1$s died +death.attack.explosion=%1$s blew up +death.attack.explosion.player=%1$s was blown up by %2$s +death.attack.magic=%1$s was killed by magic +death.attack.wither=%1$s withered away +death.attack.anvil=%1$s was squashed by a falling anvil +death.attack.fallingBlock=%1$s was squashed by a falling block +death.attack.mob=%1$s was slain by %2$s +death.attack.player=%1$s was slain by %2$s +death.attack.player.item=%1$s was slain by %2$s using %3$s +death.attack.arrow=%1$s was shot by %2$s +death.attack.arrow.item=%1$s was shot by %2$s using %3$s +death.attack.fireball=%1$s was fireballed by %2$s +death.attack.fireball.item=%1$s was fireballed by %2$s using %3$s +death.attack.thrown=%1$s was pummeled by %2$s +death.attack.thrown.item=%1$s was pummeled by %2$s using %3$s +death.attack.indirectMagic=%1$s was killed by %2$s using magic +death.attack.indirectMagic.item=%1$s was killed by %2$s using %3$s +death.attack.thorns=%1$s was killed trying to hurt %2$s +death.attack.fall=%1$s hit the ground too hard +death.attack.outOfWorld=%1$s fell out of the world + +deathScreen.respawn=फिर स्पोन +deathScreen.deleteWorld=हटाएँ वर्ल्ड +deathScreen.titleScreen=शीर्षक स्क्रीन +deathScreen.score=स्कोर +deathScreen.title.hardcore=गेम खत्म! +deathScreen.hardcoreInfo=तुम फिर कट्टर मोड में अंडे नहीं कर सकते हैं! +deathScreen.title=आप मर गए! +deathScreen.leaveServer=सर्वर छोड़ दो + +potion.empty=खाते में रूपया नहीं +potion.moveSpeed=गति +potion.moveSlowdown=सुस्ती +potion.digSpeed=जल्दबाजी +potion.digSlowDown=खनन थकान +potion.damageBoost=शक्ति +potion.weakness=कमजोरी +potion.heal=तुरंत स्वास्थ्य +potion.harm=तुरंत नुकसान +potion.jump=बूस्ट कूदो +potion.confusion=मतली +potion.regeneration=उत्थान +potion.resistance=प्रतिरोध +potion.fireResistance=आग प्रतिरोध +potion.waterBreathing=जल श्वास +potion.invisibility=अदर्शन +potion.blindness=अंधापन +potion.nightVision=नाइट विजन +potion.hunger=भूख +potion.poison=जहर +potion.wither=Wither + +potion.moveSpeed.postfix=तेज़ी के औषधि +potion.moveSlowdown.postfix=सुस्ती की औषधि +potion.digSpeed.postfix=जल्दबाजी की औषधि +potion.digSlowDown.postfix=सुस्ती की औषधि +potion.damageBoost.postfix=शक्ति की औषधि +potion.weakness.postfix=कमजोरी की औषधि +potion.heal.postfix=उपचार की औषधि +potion.harm.postfix=चोट की औषधि +potion.jump.postfix=लांघनेवाला की औषधि +potion.confusion.postfix=मतली की औषधि +potion.regeneration.postfix=पुनर्जनन औषधि +potion.resistance.postfix=प्रतिरोध की औषधि +potion.fireResistance.postfix=आग प्रतिरोध की औषधि +potion.waterBreathing.postfix=जल श्वास की औषधि +potion.invisibility.postfix=अदर्शन औषधि +potion.blindness.postfix=दृष्टिहीनता की औषधि +potion.nightVision.postfix=नाइट विजन की औषधि +potion.hunger.postfix=भूख की औषधि +potion.poison.postfix=ज़हर की औषधि +potion.wither.postfix=क्षय की औषधि + +potion.potency.0= +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV + +potion.prefix.grenade=छप +potion.prefix.mundane=सांसारिक +potion.prefix.uninteresting=रसहीन +potion.prefix.bland=नरम +potion.prefix.clear=स्पष्ट +potion.prefix.milky=दूधिया +potion.prefix.diffuse=फैलाना +potion.prefix.artless=अनाड़ी +potion.prefix.thin=पतला +potion.prefix.awkward=भद्दा +potion.prefix.flat=फ्लैट +potion.prefix.bulky=भारी +potion.prefix.bungling=गोलमाल +potion.prefix.buttered=मक्खन +potion.prefix.smooth=चिकना +potion.prefix.suave=शिष्ट +potion.prefix.debonair=ख़ुशमिज़ाज व्यक्ति +potion.prefix.thick=मोटा +potion.prefix.elegant=सुरुचिपूर्ण +potion.prefix.fancy=पसंद +potion.prefix.charming=दिलकश +potion.prefix.dashing=तेज +potion.prefix.refined=परिष्कृत +potion.prefix.cordial=सौहार्दपूर्ण +potion.prefix.sparkling=शानदार +potion.prefix.potent=शक्तिशाली +potion.prefix.foul=बेईमानी से +potion.prefix.odorless=बिना गंध +potion.prefix.rank=पद +potion.prefix.harsh=कठोर +potion.prefix.acrid=तीखा +potion.prefix.gross=सकल +potion.prefix.stinky=बदबूदार + +enchantment.damage.all=तीखेपन +enchantment.damage.undead=हराना +enchantment.damage.arthropods=मकड़े के बने +enchantment.knockback=वापस दस्तक +enchantment.fire=आग पहलू +enchantment.protect.all=सुरक्षा +enchantment.protect.fire=आग से संरक्षण +enchantment.protect.fall=पंख गिरने +enchantment.protect.explosion=विस्फोट से संरक्षण +enchantment.protect.projectile=फेंकने संरक्षण +enchantment.oxygen=श्वसन +enchantment.waterWorker=एक्वा आत्मीयता +enchantment.digging=दक्षता +enchantment.untouching=सिल्क टच +enchantment.durability=स्थायित्व +enchantment.lootBonus=लूटपाट +enchantment.lootBonusDigger=भाग्य +enchantment.arrowDamage=बिजली +enchantment.arrowFire=लौ +enchantment.arrowKnockback=एक प्रकार की मदिरा +enchantment.arrowInfinite=अनन्तता +enchantment.thorns=Thorns + +enchantment.level.1=I +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.level.10=X + +gui.achievements=उपलब्धियां +gui.stats=आँकड़े + +stat.generalButton=सामान्य +stat.blocksButton=ब्लॉक +stat.itemsButton=आइटम + +stat.used=टाइम्स खेतों में प्रयुक्त +stat.mined=टाइम्स खनन +stat.depleted=टाइम्स समाप्त +stat.crafted=टाइम्स तैयार की जाती + +stat.startGame=टाइम्स खेला +stat.createWorld=संसारों खेला +stat.loadWorld=लोड बचाता है +stat.joinMultiplayer=मल्टी प्लेयर मिलती है +stat.leaveGame=खेल छोड़ो + +stat.playOneMinute=मिनट खेला + +stat.walkOneCm=दूरी चला गया +stat.fallOneCm=दूरी शहीदों +stat.swimOneCm=पानी में दूरी +stat.flyOneCm=दूरी प्रवाहित +stat.climbOneCm=दूरी पर चढ़ गए +stat.diveOneCm=दूरी कबूतर +stat.minecartOneCm=कार्ट द्वारा दूरी +stat.boatOneCm=नाव से दूरी +stat.pigOneCm=सुअर द्वारा दूरी +stat.jump=कूदता है +stat.drop=आइटम गिरा + +stat.damageDealt=नुकसान निपटा +stat.damageTaken=ले ली नुकसान +stat.deaths=मौतों की संख्या +stat.mobKills=भीड़ मारे गए +stat.playerKills=प्लेयर मारे गए +stat.fishCaught=मछली पकड़ लिया + +stat.mineBlock=%1$s सुरंग लगा हुआ +stat.craftItem=%1$s तैयार की जाती +stat.useItem=%1$s खेतों में प्रयुक्त किए गए +stat.breakItem=%1$s समाप्त + +achievement.get=उपलब्धि हो जाओ! + +achievement.taken=लिया! + +achievement.requires='%1$s' की आवश्यकता है +achievement.openInventory=सूची लेना +achievement.openInventory.desc='%1$s प्रेस करो अपनी सूची खोलने के लिए. +achievement.mineWood=लकड़ी हो रही है +achievement.mineWood.desc=एक पेड़ को हमला करो जब तक लकड़ी का एक खंड बाहर चबूतरे +achievement.buildWorkBench=बेंचमार्किंग +achievement.buildWorkBench.desc=बोर्डों के चार ब्लॉक के साथ एक कार्यक्षेत्र क्राफ्ट +achievement.buildPickaxe=खदान के लिए समय! +achievement.buildPickaxe.desc=बोर्डों और लाठी का उपयोग करने के लिए एक कुदाल से मिट्टी खुरपना बनाने +achievement.buildFurnace=गरम विषय +achievement.buildFurnace.desc=आठ पत्थर ब्लॉकों के बाहर एक भट्ठी का निर्माण +achievement.acquireIron=हार्डवेयर मोल +achievement.acquireIron.desc=एक लोहे के पिंड गलाना +achievement.buildHoe=फार्म के लिए समय! +achievement.buildHoe.desc=बोर्डों और लाठी का प्रयोग बनाने के लिए एक कुदाल +achievement.makeBread=बनाओ रोटी +achievement.makeBread.desc=रोटी में गेहूं मुड़ें +achievement.bakeCake=लेटें +achievement.bakeCake.desc=गेहूं, चीनी, दूध और अंडे! +achievement.buildBetterPickaxe=एक उन्नयन +achievement.buildBetterPickaxe.desc=एक बेहतर कुदाल से मिट्टी खुरपना निर्माण +achievement.cookFish=स्वादिष्ट मछली +achievement.cookFish.desc=मछली पकड़ो और खाना बनाना! +achievement.onARail=एक रेल पर +achievement.onARail.desc=गाड़ी के द्वारा तुम कहाँ शुरू से कम से कम एक किलोमीटर की यात्रा +achievement.buildSword=हड़ताल करने के लिए समय! +achievement.buildSword.desc=बोर्डों और लाठी का उपयोग करने के लिए एक तलवार बनाने +achievement.killEnemy=दानव हंटर +achievement.killEnemy.desc=हमला करते हैं और एक राक्षस को नष्ट +achievement.killCow=गाय टिपर +achievement.killCow.desc=कुछ चमड़े हार्वेस्ट +achievement.flyPig=जब सूअरों मक्खी +achievement.flyPig.desc=एक चट्टान से एक सुअर फ्लाई +achievement.snipeSkeleton=निशानची द्वंद्वयुद्ध +achievement.snipeSkeleton.desc=पचास से अधिक मीटर से एक तीर के साथ एक कंकाल को मार डालो +achievement.diamonds=हीरे! +achievement.diamonds.desc=अपने लोहे के उपकरणों के साथ हीरे मोल +achievement.portal=हम गहराई में जाने की जरूरत है +achievement.portal.desc=नीचे के लिए एक पोर्टल बनाएँ +achievement.ghast=प्रेषक को लौटें +achievement.ghast.desc=एक आग का गोला के साथ एक फ्लाइंग भूत नष्ट +achievement.blazeRod=आग में +achievement.blazeRod.desc=अपनी छड़ी के एक ब्लेज़ छुटकारा पाने के +achievement.potion=स्थानीय शराब की भठ्ठी +achievement.potion.desc=औषधि काढ़ा +achievement.theEnd=अंत? +achievement.theEnd.desc=अंत का पता लगाएँ +achievement.theEnd2=अंत. +achievement.theEnd2.desc=अंत ड्रैगन हार +achievement.enchantments=जादूगार +achievement.enchantments.desc=एक किताब, ओब्सीडियन, और हीरे का उपयोग करने के लिए एक आकर्षण तालिका का निर्माण +achievement.overkill=ओवरकिल +achievement.overkill.desc=एक हिट एकल में क्षति के आठ दिल डील +achievement.bookcase=लाइब्रेरियन +achievement.bookcase.desc=कुछ किताबो बनाएँ करने के लिए अपने आकर्षण तालिका में सुधार + +commands.generic.exception=एक अज्ञात त्रुटि हुआ करने का प्रयास तक प्रदर्शन यह कार्रवाई. +commands.generic.syntax=अमान्य आदेश वाक्यविन्यास +commands.generic.player.notFound=कि खिलाड़ी नहीं कर सकता होना पाया +commands.generic.notFound=अज्ञात कमांड. कोशिश / मदद आदेशों के लिए एक सूची की +commands.generic.num.invalid='%s' है नहीं एक वैध संख्या +commands.generic.num.tooSmall=आप के पास चला की संख्या (% (घ) बहुत छोटा है, हमें इस पर विचार करना चाहिए कम-से-कम% डी. +commands.generic.num.tooBig=आप के पास चला की संख्या (% (घ) बहुत बडा, यह सर्वाधिक प्रतिशत पर होना चाहिए (घ) +commands.generic.double.tooSmall=नंबर आपने दर्ज किया है (%.2f) बहुत छोटा है, यह कम से कम होना चाहिए %.2f +commands.generic.double.tooBig=नंबर आपने दर्ज किया है (%.2f) भी बड़े है, यह अधिक से अधिक होना आवश्यक है %.2f +commands.generic.usage=दस्तूर: %s + +commands.xp.failure.widthdrawXp=नकारात्मक अनुभव अंक दे सकते हैं खिलाड़ी +commands.xp.success=%S के लिए दिए गए %d अनुभव +commands.xp.success.levels=%s के लिए दिए गए %d स्तर +commands.xp.success.negative.levels=%s से %d स्तर लिया +commands.xp.usage=/xp <राशि>[प्लेयर] OR /xp <राशि>L [प्लेयर] +commands.give.usage=/देना <खिलाड़ी> <मद> [राशि] [डेटा] +commands.give.notFound=ID %d के साथ कोई ऐसे आइटम है +commands.give.success=%s (ID %d) को देखते हुए * %d के लिए %s +commands.effect.usage=/effect [seconds] [amplifier] +commands.effect.notFound=There is no such mob effect with ID %d +commands.effect.success=Given %1$s (ID %2$d) * %3$d to %4$s for %5$d seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.enchant.usage=/जादू<खिलाडी> <जादुई ID> [स्तर] +commands.enchant.notFound=ऐसा कोई जादू इस D %d के साथ नहीं है +commands.enchant.noItem=लक्ष्य के साथ कोई भी आईटम नहीं जुडा है +commands.enchant.cantEnchant=चयनित जादू लक्षित आइटम से जोड़ा नहीं जा सकता +commands.enchant.cantCombine=%1$s साथ मिलकर नहीं किया जा सकता। %2$s +commands.enchant.success=माओजहां सफल +commands.clear.usage=/ <राशि>[आइटम] [डेटा] को साफ़ करें +commands.clear.success=%s, %d आइटम्स को हटाने की सूची को मंजूरी दे दी +commands.clear.failure=Could not clear the inventory of %s, no items to remove +commands.downfall.success=टॉगल पतन +commands.time.usage=/समय <सेट|जोड़ना> <मूल्य> +commands.time.added=समय के लिए जोड़ा गया %d +commands.time.set=समय निर्धारित करें %d +commands.players.list=वहाँ हैं %d%d खिलाड़ियों ऑनलाइन +commands.banlist.ips=वहाँ हैं %d रोक कुल लगाया हुआ खिलाड़ियों +commands.banlist.players=%d कुल प्रतिबंधित खिलाड़ी हैं: +commands.banlist.usage=/banlist [ ips|players ] +commands.kick.success=खेल से kicked %s +commands.kick.success.reason=%S इस खेल से लात मारी: '% s' +commands.kick.usage=/लात <खिलाड़ी> [कारण ...] +commands.op.success=ऑपरेटर %s +commands.op.usage=/op +commands.deop.success=De-opped %s +commands.deop.usage=/ deop +commands.say.usage=/कहना <संदेश ...> +commands.ban.success=रोक लगाया हुआ खिलाड़ी %s +commands.ban.usage=/ban <नाम> [कारण ...] +commands.unban.success=Unbanned प्लेयर %s +commands.unban.usage=/क्षमा +commands.banip.invalid=आपने एक अमान्य IP पते या ऑनलाइन नहीं है कि एक दिया है खिलाड़ी दिया है +commands.banip.success=पर प्रतिबंध लगादिया आइपी पता %s +commands.banip.success.players=पर प्रतिबंध लगा दिया आई पी पते %s %s से संबंधित +commands.banip.usage=/प्रतिबंध - आईपी<पता|नाम>[कारण...] +commands.unbanip.invalid=तुम एक अवैध IP पता दर्ज किया है +commands.unbanip.success=unbanned आइपी पता %s +commands.unbanip.usage=/pardon-ip
+commands.save.enabled=ऑटो की बचत की दुनिया पर बदल गया +commands.save.disabled=ऑटो की बचत की दुनिया बंद कर दिया +commands.save.start=बचत... +commands.save.success=दुनिया को बचाया +commands.save.failed=सहेजा जा रहा है:%s +commands.stop.start=सर्वर को रोकना +commands.tp.success=Teleported %s %s +commands.tp.success.coordinates=%.2f,%.2f,%.2f करने के लिए %s Teleported +commands.tp.usage=/ टी.पी. [लक्ष्य प्लेयर] या / टी.पी. [लक्ष्य प्लेयर] +commands.tp.notSameDimension=करने में असमर्थ teleport में नहीं हैं क्योंकि खिलाड़ी वही आयाम +commands.whitelist.list=%D (%d देखा) से बाहर whitelisted खिलाड़ी हैं: +commands.whitelist.enabled=श्वेतसूची पर बदल गया +commands.whitelist.disabled=बंद श्वेतसूची में बदल गया +commands.whitelist.reloaded=श्वेतसूची रीलोडेड +commands.whitelist.add.success=श्वेत सूची करने के लिए जोड़ा गया %s +commands.whitelist.add.usage=/whitelist जोड़ें +commands.whitelist.remove.success=हटाया %s से सफेद सूची +commands.whitelist.remove.usage=/श्वेतसूची हटाना <खिलाड़ी> +commands.whitelist.usage=/श्वेतसूची <पर|बंद|सूची|हटाना|पुनःलोड> +commands.scoreboard.usage=/scoreboard +commands.scoreboard.teamNotFound=No team was found by the name '%s' +commands.scoreboard.objectiveNotFound=No objective was found by the name '%s' +commands.scoreboard.objectiveReadOnly=The objective '%s' is read-only and cannot be set +commands.scoreboard.objectives.usage=/scoreboard objectives +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [objective] +commands.scoreboard.objectives.setdisplay.invalidSlot=No such display slot '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Cleared objective display slot '%s' +commands.scoreboard.objectives.setdisplay.successSet=Set the display objective in slot '%s' to '%s' +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [display name ...] +commands.scoreboard.objectives.add.wrongType=Invalid objective criteria type. Valid types are: %s +commands.scoreboard.objectives.add.alreadyExists=An objective with the name '%s' already exists +commands.scoreboard.objectives.add.tooLong=The name '%s' is too long for an objective, it can be at most %d characters long +commands.scoreboard.objectives.add.displayTooLong=The display name '%s' is too long for an objective, it can be at most %d characters long +commands.scoreboard.objectives.add.success=Added new objective '%s' successfully +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.remove.success=Removed objective '%s' successfully +commands.scoreboard.objectives.list.count=Showing %d objective(s) on scoreboard +commands.scoreboard.objectives.list.entry=- %s: displays as '%s' and is type '%s' +commands.scoreboard.objectives.list.empty=There are no objectives on the scoreboard +commands.scoreboard.players.usage=/scoreboard players +commands.scoreboard.players.set.success=Set score of %s for player %s to %d +commands.scoreboard.players.set.usage=/scoreboard players set +commands.scoreboard.players.add.usage=/scoreboard players add +commands.scoreboard.players.remove.usage=/scoreboard players remove +commands.scoreboard.players.reset.usage=/scoreboard players reset +commands.scoreboard.players.reset.success=Reset all scores of player %s +commands.scoreboard.players.list.count=Showing %d tracked players on the scoreboard +commands.scoreboard.players.list.empty=There are no tracked players on the scoreboard +commands.scoreboard.players.list.player.count=Showing %d tracked objective(s) for %s +commands.scoreboard.players.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.players.list.player.empty=Player %s has no scores recorded +commands.scoreboard.teams.usage=/scoreboard teams +commands.scoreboard.teams.add.usage=/scoreboard teams add [display name ...] +commands.scoreboard.teams.add.alreadyExists=A team with the name '%s' already exists +commands.scoreboard.teams.add.tooLong=The name '%s' is too long for a team, it can be at most %d characters long +commands.scoreboard.teams.add.displayTooLong=The display name '%s' is too long for a team, it can be at most %d characters long +commands.scoreboard.teams.add.success=Added new team '%s' successfully +commands.scoreboard.teams.list.usage=/scoreboard teams list [name] +commands.scoreboard.teams.list.count=Showing %d teams on the scoreboard +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' has %3$d players +commands.scoreboard.teams.list.empty=There are no teams registered on the scoreboard +commands.scoreboard.teams.list.player.count=Showing %d player(s) in team %s +commands.scoreboard.teams.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.teams.list.player.empty=Team %s has no players +commands.scoreboard.teams.empty.usage=/scoreboard teams clear +commands.scoreboard.teams.empty.alreadyEmpty=Team %s is already empty, cannot remove nonexistant players +commands.scoreboard.teams.empty.success=Removed all %d player(s) from team %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.remove.success=Removed team %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [player] +commands.scoreboard.teams.join.success=Added %d player(s) to team %s: %s +commands.scoreboard.teams.join.failure=Could not add %d player(s) to team %s: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [player] +commands.scoreboard.teams.leave.success=Removed %d player(s) from their teams: %s +commands.scoreboard.teams.leave.failure=Could not remove %d player(s) from their teams: %s +commands.scoreboard.teams.leave.noTeam=You are not in a team +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.option.noValue=Valid values for option %s are: %s +commands.scoreboard.teams.option.success=Set option %s for team %s to %s +commands.gamemode.success.self=सेट आपके खेल मोड के %s +commands.gamemode.success.other=सेट %s खेल मोड के %s +commands.gamemode.usage=/gamemode <मोड> [खिलाड़ी] +commands.defaultgamemode.usage=/defaultgamemode <मोड> +commands.defaultgamemode.success=अब दुनिया डिफ़ॉल्ट खेल मोड %s +commands.me.usage=/मुझे <कार्रवाई...> +commands.help.header=ज्ञापक मदद पेज %d की %d (/मदद <पेज>) +commands.help.footer=सुझाव: <टैब> कुंजी का उपयोग करते हुए स्वत: पूर्ण आदेश या इसके तर्क के लिए एक कमांड टाइप +commands.help.usage=/मदद [पेज|आदेश नाम] +commands.publish.started=स्थानीय खेल %s पर होस्ट किया गया +commands.publish.failed=मेजबान स्थानीय खेल करने में असमर्थ +commands.debug.start=शुरू डीबग रूपरेखा +commands.debug.stop=%.2f (%d ticks) सेकंड के बाद बंद डिबग रूपरेखा +commands.debug.notStarted=जब हम अभी तक शुरू नहीं किया है रूपरेखा नहीं रोक सकता! +commands.debug.usage=/debug +commands.message.usage=/ < निजी संदेश... > बता +commands.message.sameTarget=तुम अपने आप को एक निजी संदेश भेजें नहीं कर सकता! +commands.message.display.outgoing=आप %s: %s के लिए कानाफूसी +commands.message.display.incoming=आप %s फुसफुसाते हुए: %s +commands.difficulty.usage=/difficulty <नई कठिनाई> +commands.difficulty.success=%s के लिए सेट करें गेम की कठिनाई +commands.spawnpoint.usage=/spawnpoint या /spawnpoint या /spawnpoint +commands.spawnpoint.success=%s के अंडे बिंदु सेट करें (%d, %d, %d के लिए) +commands.gamerule.usage=/gamerule < नियम का नाम > OR /gamerule < नियम का नाम > +commands.gamerule.success=गेम नियम अद्यतन किया गया है +commands.gamerule.norule='%s' नामक कोई खेल नियम उपलब्ध है +commands.weather.usage=/weather [सेकंड में भरा हुआ अवधि] +commands.weather.clear=मौसम साफ़ करने के लिए परिवर्तित करना +commands.weather.rain=बरसात के मौसम को परिवर्तित करना +commands.weather.thunder=बारिश और गरज के लिए परिवर्तित करना +commands.testfor.usage=/testfor +commands.testfor.failed=/testfor is only usable by commandblocks with analog output + +itemGroup.buildingBlocks=बिल्डिंग ब्लॉक्स +itemGroup.decorations=सजावट ब्लॉक +itemGroup.redstone=लाल पत्थर +itemGroup.transportation=परिवहन +itemGroup.misc=विविध +itemGroup.search=खोज आइटम +itemGroup.food=खाने की चीज़ें +itemGroup.tools=उपकरण +itemGroup.combat=का मुकाबला +itemGroup.brewing=मदिरा बनाना +itemGroup.materials=सामग्री +itemGroup.inventory=जीवन रक्षा इन्वेंटरी + +inventory.binSlot=आइटम नष्ट + +advMode.setCommand=ब्लॉक के लिए सेट करें कंसोल आदेश +advMode.command=सांत्वना कमांड +advMode.nearestPlayer="@P" खिलाड़ी निकटतम लक्ष्य करने के लिए उपयोग करें +advMode.randomPlayer=यादृच्छिक खिलाड़ी के लक्ष्य के लिए "@r" का उपयोग करें +advMode.allPlayers=सभी खिलाड़ियों को लक्षित करने के लिए "@a" का उपयोग करें + +advMode.notEnabled=आदेश ब्लॉक इस सर्वर पर सक्षम नहीं है +advMode.notAllowed=एक opped खिलाड़ी रचनात्मक मोड में होना चाहिए + +mco.title=Minecraft Realms +mco.selectServer.select=Join Server +mco.selectServer.configure=Configure +mco.selectServer.create=Create World +mco.selectServer.moreinfo=More Info + +mco.configure.world.edit.title=Edit World + +mco.configure.world.title=Configure World +mco.configure.world.name=Name +mco.configure.world.description=Description +mco.configure.world.location=Location +mco.configure.world.invited=Invited +mco.configure.world.buttons.edit=Edit +mco.configure.world.buttons.reset=Reset World +mco.configure.world.buttons.done=Done +mco.configure.world.buttons.delete=Delete +mco.configure.world.buttons.open=Open World +mco.configure.world.buttons.close=Close World +mco.configure.world.buttons.invite=Invite +mco.configure.world.buttons.uninvite=Uninvite +mco.configure.world.buttons.subscription=Subscription +mco.configure.world.invite.profile.name=Name +mco.configure.world.uninvite.question=Are you sure that you want to uninvite + +mco.configure.world.subscription.title=Subscription Info +mco.configure.world.subscription.daysleft=Days Left +mco.configure.world.subscription.start=Start Date +mco.configure.world.subscription.extend=Extend + +mco.create.world.location.title=Locations +mco.create.world.location.warning=You may not get the exact location you select +mco.create.world.wait=Creating the world... + +mco.reset.world.title=Reset World +mco.reset.world.warning=This will permanently delete your world! +mco.reset.world.seed=Seed (Optional) +mco.reset.world.resetting.screen.title=Resetting World... + +mco.configure.world.close.question.line1=Your world will become unavailable. +mco.configure.world.close.question.line2=Are you sure you want to do that? + +mco.connect.connecting=Connecting to the online server... +mco.connect.authorizing=Logging in... +mco.connect.failed=Failed to connect to the online server + +mco.create.world=Create + diff --git a/1.5.2/lang/hr_HR.lang b/1.5.2/lang/hr_HR.lang new file mode 100644 index 00000000..6c55327e --- /dev/null +++ b/1.5.2/lang/hr_HR.lang @@ -0,0 +1,1293 @@ +#X-Generator: crowdin.net + +language.name=Hrvatski +language.region=HR +language.code=hr_HR + +gui.done=Gotovo +gui.cancel=Odustani +gui.back=Back +gui.toMenu=Povratak na Naslovnu Stranicu +gui.up=Gore +gui.down=Dolje +gui.yes=Da +gui.no=Ne + +menu.singleplayer=Igraj Sam +menu.multiplayer=Igraj s Drugima +menu.online=Minecraft Realms +menu.options=Postavke... +menu.quit=Izlaz iz Igre +menu.returnToMenu=Spremi i Izađi na Naslovnu Stranicu +menu.disconnect=Prekini vezu +menu.returnToGame=Povratak u igru +menu.switchingLevel=Mijenanje svijeta +menu.generatingLevel=Generiranje svijeta +menu.loadingLevel=Učitavanje svijeta +menu.generatingTerrain=Kreiranje terena +menu.convertingLevel=Konvertiranje svijeta +menu.simulating=Simuliranje svijeta +menu.respawning=Ponovno stvaranje +menu.shareToLan=Objavi lokalnu igru + +selectWorld.title=Odaberi Svijet +selectWorld.empty=prazno +selectWorld.world=Svijet +selectWorld.select=Igraj Odabrani Svijet +selectWorld.create=Napravi Novi Svijet +selectWorld.recreate=Rekreirati +selectWorld.createDemo=Igraj Novi Demo Svijet +selectWorld.delete=Izbriši +selectWorld.rename=Preimenuj +selectWorld.deleteQuestion=Jesi li siguran da želiš obrisati ovaj svijet? +selectWorld.deleteWarning=će biti izgubljen zauvijek! (Dugo vrijeme!) +selectWorld.deleteButton=Izbriši +selectWorld.renameButton=Preimenuj +selectWorld.renameTitle=Preimenuj Svijet +selectWorld.conversion=Mora biti konvertiran! +selectWorld.newWorld=Novi Svijet +selectWorld.newWorld.copyOf=Kopija%s +selectWorld.enterName=Ime Svijeta +selectWorld.resultFolder=Bit će spremljeno u: +selectWorld.enterSeed=Sjeme za Generator Svijeta +selectWorld.seedInfo=Ostavi prazno za nasumično sjeme +selectWorld.cheats=Varke +selectWorld.customizeType=Uredi + +createWorld.customize.presets=Već podešeno +createWorld.customize.presets.title=Odaberi podešeno +createWorld.customize.presets.select=Iskoristi podešeno +createWorld.customize.presets.share=Želiš podijeliti svoj podešeni svijet s nekime? Koristi opciju ispod! +createWorld.customize.presets.list=Alternativno,evo neki koji smo mi već stvorili! +createWorld.customize.flat.title=Plosnato modificiranje +createWorld.customize.flat.tile=Materijalni sloj +createWorld.customize.flat.height=Visina +createWorld.customize.flat.addLayer=Dodaj sloj +createWorld.customize.flat.editLayer=Uredi sloj +createWorld.customize.flat.removeLayer=Izbriši sloj +createWorld.customize.flat.layer.top=Vršni-%d +createWorld.customize.flat.layer=%d +createWorld.customize.flat.layer.bottom=Donji-%d + +gameMode.survival=Opstanak +gameMode.creative=Kreativnost +gameMode.adventure=Avantura +gameMode.hardcore=Ekstremno! +gameMode.changed=Vaš način igre je ažuriran + +selectWorld.gameMode=Vrsta Igre: +selectWorld.gameMode.survival=Opstanak +selectWorld.gameMode.survival.line1=Traženje resursa, pravljenje predmeta, +selectWorld.gameMode.survival.line2=zarađivanje stupnjeva, hrana i glad +selectWorld.gameMode.creative=Kreativnost +selectWorld.gameMode.creative.line1=Neograničeni resursi, slobodno letenje i +selectWorld.gameMode.creative.line2=trenutno razbijanje blokova +selectWorld.gameMode.hardcore=Ekstremno +selectWorld.gameMode.hardcore.line1=Jednako kao opstanak, zaključano na ekstremnoj +selectWorld.gameMode.hardcore.line2=težina, samo jedan život +selectWorld.gameMode.adventure=Avantura +selectWorld.gameMode.adventure.line1=Isto kao preživljavanje,ali kocke se ne mogu +selectWorld.gameMode.adventure.line2=staviti ili uništiti +selectWorld.moreWorldOptions=Više Mogućnosti Svijeta... +selectWorld.mapFeatures=Generiranje Građevina: +selectWorld.mapFeatures.info=Sela, tamnice itd. +selectWorld.mapType=Vrsta Svijeta: +selectWorld.mapType.normal=Normalno +selectWorld.allowCommands=Dozvoli varanje: +selectWorld.allowCommands.info=Naredbe poput /gamemode, /xp +selectWorld.hardcoreMode=Ekstremno: +selectWorld.hardcoreMode.info=Svijet je obrisan kada umreš +selectWorld.bonusItems=Bonus sanduk: + +generator.default=Uobičajeno +generator.flat=Sve Ravno +generator.largeBiomes=Veliki ekosustavi + +selectServer.title=Odaberi Poslužitelja +selectServer.empty=prazno +selectServer.select=Poveži se na Poslužitelja +selectServer.direct=Izravno Povezivanje +selectServer.edit=Izmijeni +selectServer.delete=Izbriši +selectServer.add=Dodaj Poslužitelja +selectServer.defaultName=Minecraft Poslužitelj +selectServer.deleteQuestion=Jesi li siguran da želiš ukloniti ovaj server? +selectServer.deleteWarning=će bit izbrisan zauvijek! (I to jako dugo!) +selectServer.deleteButton=Izbriši +selectServer.refresh=Osvježi +selectServer.hiddenAddress=(Sakriveno) +addServer.title=Izmjeni Info o Poslužitelju +addServer.enterName=Ime Poslužitelja +addServer.enterIp=Adresa Poslužitelja +addServer.add=Gotovo +addServer.hideAddress=Sakrij adresu +lanServer.title=Lokalni svijet +lanServer.scanning=Scanning for games on your local network +lanServer.start=Napravi lokalni svijet +lanServer.otherPlayers=Postavke za ostale igrače +mcoServer.title=Minecraft Online Svijet + +multiplayer.title=Igraj s Drugima +multiplayer.connect=Poveži +multiplayer.info1=Minecraft za igru s drugima trenutno nije dovršen, ali u tijeku +multiplayer.info2=je nekakvo testiranje puno raznih problema. +multiplayer.ipinfo=Upiši IP poslužitelja za povezivanje: + +multiplayer.texturePrompt.line1=Ovaj server preporučuje korištenje posebnih tekstura. +multiplayer.texturePrompt.line2=Želite li skinuti i instalirati ovo automatski? + +multiplayer.downloadingTerrain=Preuzimanje terena + +multiplayer.stopSleeping=Napusti Krevet + +chat.link.confirm=Jeste li sigurni da želite otvoriti ovu stranicu?n +chat.link.warning=Nikad ne otvarajte hiperveze ljudi kojima ne vjerujete! +chat.copy=Kopiraj u Međuspremnik + +menu.playdemo=Igraj Probnu Mapu +menu.resetdemo=Resetiraj Probni Svijet +demo.day.1=Ovaj demo će trajati pet Minecraft dana, daj sve od sebe! +demo.day.2=Drugi Dan +demo.day.3=Treći Dan +demo.day.4=Četvrti Dan +demo.day.5=Ovo je tvoj posljednji dan! +demo.day.warning=Tvoje vrijeme je uskoro isteklo! +demo.day.6=Prešao si svoj peti dan, upotrijebi F2 kako bi spremio sliku svoje kreacije +demo.reminder=Demo vrijeme je isteklo, kupi igru kako bi nastavio ili započni novi svijet! +demo.remainingTime=Vremena preostalo: %s +demo.demoExpired=Vrijeme isprobavanja je isteklo! +demo.help.movement=Koristi %1$s, %2$s, %3$s, %4$s i miš za kretanje +demo.help.movementShort=Kreći se stiskanjem tipka %1$s, %2$s, %3$s, %4$s +demo.help.movementMouse=Gledaj uokolo koristeći miš +demo.help.jump=Skači pomoću %1$s +demo.help.inventory=Pritisni %1$s kako bi otvorio svoj inventar +demo.help.title=Minecraft demo verzijan +demo.help.fullWrapped=Ovaj demo ce trajati 5 dana u igri(oko 1 sat i 40 minuta u pravom vremenu).Pogledajte dostignuća za pomoc!Zabavite se! +demo.help.buy=Kupiti Sada! +demo.help.later=Nastaviti igranje! + +connect.connecting=Povezivanje na poslužitelja... +connect.authorizing=Prijavljivanje... +connect.failed=Povezivanje na poslužitelja nije uspjelo + +disconnect.genericReason=%s +disconnect.disconnected=Isključen od strane poslužitelja +disconnect.lost=Veza izgubljena +disconnect.kicked=Izbačen iz igre +disconnect.timeout=Vrijeme isteklo +disconnect.closed=Veza prekinuta +disconnect.loginFailed=Prijava nije uspjela +disconnect.loginFailedInfo=Prijava nije uspjela: %s +disconnect.quitting=Izlazak +disconnect.endOfStream=Kraj toka podataka +disconnect.overflow=Pretek privremene memorije +disconnect.spam=Izbačen zbog ponavljanja + +options.off=Ne +options.on=Da +options.visible=Pokazano +options.hidden=Skriveno +options.title=Mogućnosti +options.controls=Upravljanje... +options.video=Postavke Videa... +options.language=Jezik... +options.languageWarning=Prijevodi na druge jezike nekada nisu 100% točni +options.videoTitle=Postavke Videa +options.music=Glazba +options.sound=Zvuk +options.invertMouse=Izokreni Miš +options.fov=Vidno Polje +options.fov.min=Normalno +options.fov.max=Quake Pro +options.gamma=Osvjetljenje +options.gamma.min=Tamno +options.gamma.max=Svijetlo +options.sensitivity=Osjetljivost +options.sensitivity.min=*zijev* +options.sensitivity.max=JAKO BRZO!!! +options.renderDistance=Prikaz Udaljenosti +options.renderDistance.tiny=Sitno +options.renderDistance.short=Blizu +options.renderDistance.normal=Normalno +options.renderDistance.far=Daleko +options.viewBobbing=Realistično Kretanje +options.ao=Glatka Osvjetljenost +options.ao.off=Off +options.ao.min=Minimum +options.ao.max=Maximum +options.anaglyph=3D Stereoskopska Slika +options.framerateLimit=Izvedba +options.difficulty=Težina +options.difficulty.peaceful=Miroljubivo +options.difficulty.easy=Lagano +options.difficulty.normal=Normalno +options.difficulty.hard=Teško +options.difficulty.hardcore=Ekstremno +options.graphics=Grafika +options.graphics.fancy=Šminkerski +options.graphics.fast=Brzo +options.guiScale=Veličina Sučelja +options.guiScale.auto=Automatski +options.guiScale.small=Malo +options.guiScale.normal=Normalno +options.guiScale.large=Veliko +options.advancedOpengl=Napredni OpenGL +options.renderClouds=Oblaci +options.farWarning1=Preporučuje se instalacija 64 bitne Jave za +options.farWarning2=prikazivanje udaljenosti (ti imaš 32 bitnu) +options.particles=Čestice +options.particles.all=Sve +options.particles.decreased=Smanjene +options.particles.minimal=Minimalne +options.multiplayer.title=Igraj s drugima opcije... +options.chat.title=Opcije za razgovor... +options.chat.visibility=Razgovor +options.chat.visibility.full=Pokazano +options.chat.visibility.system=Samo naredbe +options.chat.visibility.hidden=Sakriveno +options.chat.color=Boje +options.chat.opacity=Neprozirnost +options.chat.links=Hiperveze +options.chat.links.prompt=Upozori na linkove +options.chat.scale=Razmjer +options.chat.width=Širina +options.chat.height.focused=Fokusirana Visina +options.chat.height.unfocused=Nefoukusirana Visina +options.showCape=Prikaži plašt +options.serverTextures=Teksture Servera +options.snooper=dozvoli prikuplivanje podataka +options.snooper.view=opcije o prikupljivanju podataka +options.snooper.title=Kompilacija računalnih specifikacija +options.snooper.desc=Rado bi prikupili informacije o tvom računalu, da bi uz pomoć znanja svih problema, mogli poboljšati Minecraft. Sve informacije su u potpunosti anonimne i vidljive ispod. Obećajemo da nećemo zloupotrijebiti podatke, ali ako ne želiš, možeš dolje deaktivirat opciju! +options.texture.pack=Teksture +options.fullscreen=cijeli zaslon +options.vsync=koristiti VSync +options.touchscreen=Osjetljivost na dodir + +performance.max=Što više FPS-a +performance.balanced=Uravnoteženo +performance.powersaver=Štednja Energije + +controls.title=Upravljanje + +key.forward=Naprijed +key.left=Lijevo +key.back=Natrag +key.right=Desno +key.jump=Skakanje +key.inventory=Inventar +key.drop=Bacanje +key.chat=Razgovor +key.fog=Magla +key.sneak=Šuljanje +key.playerlist=Lista Igrača +key.attack=Napasti +key.use=Korištenje Predmeta +key.pickItem=Odabir Bloka +key.mouseButton=Klik %1$s +key.command=Naredba + +texturePack.openFolder=Otvori mapu sa paketima tekstura +texturePack.title=Odaberi Paket Tekstura +texturePack.folderInfo=(Stavi pakete tekstura ovdje) +texturePack.incompatible=Nekompatibilan + +book.pageIndicator=Stranica %1$s od %2$s +book.byAuthor=za %1$s +book.signButton=Natpis +book.editTitle=Napiši naslov knjige: +book.finalizeButton=Potpiši i zatvori +book.finalizeWarning=Oprez! Nakon što je knjiga potpisana, više neće moći biti preinačena. + +tile.stone.name=Kamen + +tile.grass.name=Travnati Blok +tile.dirt.name=Zemlja +tile.stonebrick.name=Kamen +tile.wood.name=Drvene Daske +tile.wood.oak.name=Hrastove daske +tile.wood.spruce.name=Smrekine daske +tile.wood.birch.name=Brezine daske +tile.wood.jungle.name=Daske prašumskog drva +tile.sapling.oak.name=Mlado drvo hrasta +tile.sapling.spruce.name=Mlado drve smreke +tile.sapling.birch.name=Mlado drvo breze +tile.sapling.jungle.name=Mlado prašumsko drvo +tile.deadbush.name=Suhi Grm +tile.bedrock.name=Temelj +tile.water.name=Voda +tile.lava.name=Lava +tile.sand.name=Pijesak +tile.sandStone.name=Piješčani Kamen +tile.sandStone.default.name=Piješčani kamen +tile.sandStone.chiseled.name=Isklesani pješčani kamen +tile.sandStone.smooth.name=Glatki pješčani kamen +tile.gravel.name=Šljunak +tile.oreGold.name=Zlatna Ruda +tile.oreIron.name=Željezna Ruda +tile.oreCoal.name=Ugljena Ruda +tile.log.name=Drvo +tile.log.oak.name=Trupac hrasta +tile.log.spruce.name=Trupac smreke +tile.log.birch.name=Trupac breze +tile.log.jungle.name=Trupac prašumskog drva +tile.leaves.name=Lišće +tile.leaves.oak.name=Lišće hrasta +tile.leaves.spruce.name=Lišće smreke +tile.leaves.birch.name=Lišće breze +tile.leaves.jungle.name=Lišće prašumskog drva +tile.tallgrass.name=Trava +tile.tallgrass.shrub.name=Grm +tile.tallgrass.grass.name=Trava +tile.tallgrass.fern.name=Paprat +tile.sponge.name=Spužva +tile.glass.name=Staklo +tile.thinGlass.name=Staklena Ploča +tile.cloth.name=Vuna +tile.flower.name=Cvijet +tile.rose.name=Ruža +tile.mushroom.name=Gljiva +tile.blockGold.name=Blok Zlata +tile.blockIron.name=Blok Željeza +tile.stoneSlab.stone.name=Kamena Ploča +tile.stoneSlab.sand.name=Piješčana Ploča +tile.stoneSlab.wood.name=Drvena Ploča +tile.stoneSlab.cobble.name=Ploča Neobrađenog Kamena +tile.stoneSlab.brick.name=Ploča od Cigala +tile.stoneSlab.smoothStoneBrick.name=Ploča od Kamenih Cigala +tile.stoneSlab.netherBrick.name=Ploča od plamene cigle +tile.stoneSlab.quartz.name=Kvarcova Ploča +tile.woodSlab.oak.name=Hrastova Ploča +tile.woodSlab.spruce.name=Smrekina Ploča +tile.woodSlab.birch.name=Brezina Ploča +tile.woodSlab.jungle.name=Ploča Prašumskog Drveta +tile.brick.name=Cigle +tile.tnt.name=TNT +tile.bookshelf.name=Polica s Knjigama +tile.stoneMoss.name=Vlažni Kamen +tile.obsidian.name=Obsidijan +tile.torch.name=Baklja +tile.fire.name=Vatra +tile.mobSpawner.name=Stvaratelj Čudovišta +tile.stairsWood.name=Stepenice od hrasta +tile.stairsWoodSpruce.name=Stepenice od smreke +tile.stairsWoodBirch.name=Stepenice od breze +tile.stairsWoodJungle.name=Stepenice od prašumskog drveta +tile.chest.name=Škrinja +tile.chestTrap.name=Škrinja za Zamku +tile.redstoneDust.name=Prašina Crvenog Kamena +tile.oreDiamond.name=Dijamantna Ruda +tile.blockDiamond.name=Blok Dijamanta +tile.workbench.name=Radni Stol +tile.crops.name=Usjevi +tile.farmland.name=Plodna Zemlja +tile.furnace.name=Peć +tile.sign.name=Natpis +tile.doorWood.name=Drvena Vrata +tile.ladder.name=Ljestve +tile.rail.name=Pruga +tile.goldenRail.name=Pruga s Pogonom +tile.activatorRail.name=Aktivatorska Pruga +tile.detectorRail.name=Pruga s Detektorom +tile.stairsStone.name=Kamene Stube +tile.stairsSandStone.name=Piješčana Stube +tile.lever.name=Poluga +tile.pressurePlate.name=Nagazna Ploča +tile.weightedPlate_light.name=Opterećena Nagazna Ploča (Lagana) +tile.weightedPlate_heavy.name=Opterećena Nagazna Ploča (Teška) +tile.doorIron.name=Željezna Vrata +tile.oreRedstone.name=Ruda od Crvenog Kamena +tile.notGate.name=Baklja od Crvenog Kamena +tile.button.name=Gumb +tile.snow.name=Snijeg +tile.ice.name=Led +tile.cactus.name=Kaktus +tile.clay.name=Glina +tile.reeds.name=Šećerna Trska +tile.jukebox.name=Glazbena Kutija +tile.fence.name=Ograda +tile.fenceGate.name=Vrata za Ogradu +tile.pumpkin.name=Bundeva +tile.litpumpkin.name=Svijetleća Bundeva +tile.hellrock.name=Plameni Kamen +tile.hellsand.name=Živi Pijesak +tile.lightgem.name=Svjetlucavi Kamen +tile.portal.name=Portal +tile.cloth.black.name=Crna Vuna +tile.cloth.red.name=Crvena Vuna +tile.cloth.green.name=Zelena Vuna +tile.cloth.brown.name=Smeđa Vuna +tile.cloth.blue.name=Plava Vuna +tile.cloth.purple.name=Ljubičasta Vuna +tile.cloth.cyan.name=Tirkizna Vuna +tile.cloth.silver.name=Svijetlosiva Vuna +tile.cloth.gray.name=Siva Vuna +tile.cloth.pink.name=Ružičasta Vuna +tile.cloth.lime.name=Svijetlozelena Vuna +tile.cloth.yellow.name=Žuta Vuna +tile.cloth.lightBlue.name=Svijetloplava Vuna +tile.cloth.magenta.name=Roza Vuna +tile.cloth.orange.name=Narančasta Vuna +tile.cloth.white.name=Vuna +tile.oreLapis.name=Lazulitna Ruda +tile.blockLapis.name=Lazulitni Blok +tile.dispenser.name=Izbacivač +tile.dropper.name=Kapalica +tile.musicBlock.name=Notni Blok +tile.cake.name=Torta +tile.bed.name=Krevet +tile.bed.occupied=Ovaj krevet je zauzet +tile.bed.noSleep=Možeš spavati samo tijekom noći +tile.bed.notSafe=Trenutno ne možeš spavati, čudovišta su u blizini +tile.bed.notValid=Tvoj krevet kod kuće je nestao ili je uništen +tile.lockedchest.name=Zaključana Škrinja +tile.trapdoor.name=Podna Vrata +tile.web.name=Paučina +tile.stonebricksmooth.name=Kamene Cigle +tile.stonebricksmooth.default.name=Kameni blokovi +tile.stonebricksmooth.mossy.name=Zarasli kameni blokovi +tile.stonebricksmooth.cracked.name=Oštećeni kameni blokovi +tile.stonebricksmooth.chiseled.name=Isklesani kameni blokovi +tile.monsterStoneEgg.stone.name=Jaje kamenog čudovišta +tile.monsterStoneEgg.cobble.name=Jaje čudovišta kamena +tile.monsterStoneEgg.brick.name=Jaje čudovišta kamenih blokova +tile.pistonBase.name=Pokretni Klip +tile.pistonStickyBase.name=Ljepljivi Pokretni Klip +tile.fenceIron.name=Željezne Šipke +tile.melon.name=Lubenica +tile.stairsBrick.name=Stube od Cigala +tile.stairsStoneBrickSmooth.name=Stube od Kamenih Cigala +tile.vine.name=Lijane +tile.netherBrick.name=Plamena Cigla +tile.netherFence.name=Ograda od Plamene Cigle +tile.stairsNetherBrick.name=Stube od Plamenih Cigala +tile.netherStalk.name=Plameni Lišaj +tile.cauldron.name=Kotao +tile.enchantmentTable.name=Stol za Čarobiranje +tile.anvil.name=Nakovanj +tile.anvil.intact.name=Nakovanj +tile.anvil.slightlyDamaged.name=Slabo oštećen nakovanj +tile.anvil.veryDamaged.name=Jako oštećen nakovanj +tile.whiteStone.name=Krajnji Kamen +tile.endPortalFrame.name=Krajnji Portal +tile.mycel.name=Micelij +tile.waterlily.name=Lopoč +tile.dragonEgg.name=Zmajevo Jaje +tile.redstoneLight.name=Svjetiljka +tile.cocoa.name=Kakao +tile.enderChest.name=Krajnji Škrinja +tile.oreRuby.name=Rubinska Ruda +tile.oreEmerald.name=Smaragdna Ruda +tile.blockEmerald.name=Blok Smaragda +tile.blockRedstone.name=Blok Crvenog Kamena +tile.tripWire.name=Nagazna žica +tile.tripWireSource.name=Kuka za nagaznu žicu +tile.commandBlock.name=naredbeni blok +tile.beacon.name=svijetionik +tile.beacon.primary=primarna snaga +tile.beacon.secondary=sekundarna snaga +tile.cobbleWall.normal.name=zid od kaldrme +tile.cobbleWall.mossy.name=zid od kaldrme s mahovinom +tile.carrots.name=mrkve +tile.potatoes.name=krumpiri +tile.daylightDetector.name=Detektor Sunčeva Svjetla +tile.netherquartz.name=Plamena Kvarc Ruda +tile.hopper.name=Lijevak +tile.quartzBlock.default.name=Kvarcov Blok +tile.quartzBlock.chiseled.name=Isklesani Kvarcov Blok +tile.quartzBlock.lines.name=Kvarcov Stup +tile.stairsQuartz.name=Kvarcove Stepenice + +item.shovelIron.name=Željezna Lopata +item.pickaxeIron.name=Željezni Kramp +item.hatchetIron.name=Željezna Sjekira +item.flintAndSteel.name=Kremen i Čelik +item.apple.name=Jabuka +item.cookie.name=Kolačić +item.bow.name=Luk +item.arrow.name=Strijela +item.coal.name=Ugljen +item.charcoal.name=Drveni Ugljen +item.diamond.name=Dijamant +item.emerald.name=Smaragd +item.ingotIron.name=Željezna Poluga +item.ingotGold.name=Zlatna Poluga +item.swordIron.name=Željezni Mač +item.swordWood.name=Drveni Mač +item.shovelWood.name=Drvena Lopata +item.pickaxeWood.name=Drveni Kramp +item.hatchetWood.name=Drvena Sjekira +item.swordStone.name=Kameni Mač +item.shovelStone.name=Kamena Lopata +item.pickaxeStone.name=Kameni Kramp +item.hatchetStone.name=Kamena Sjekira +item.swordDiamond.name=Dijamantni Mač +item.shovelDiamond.name=Dijamantna Lopata +item.pickaxeDiamond.name=Dijamantni Kramp +item.hatchetDiamond.name=Dijamantna Sjekira +item.stick.name=Štap +item.bowl.name=Zdjela +item.mushroomStew.name=Gulaš od Gljiva +item.swordGold.name=Zlatni Mač +item.shovelGold.name=Zlatna Lopata +item.pickaxeGold.name=Zlatni Kramp +item.hatchetGold.name=Zlatna Sjekira +item.string.name=Nit +item.feather.name=Pero +item.sulphur.name=Barut +item.hoeWood.name=Drvena Motika +item.hoeStone.name=Kamena Motika +item.hoeIron.name=Željezna Motika +item.hoeDiamond.name=Dijamantna Motika +item.hoeGold.name=Zlatna Motika +item.seeds.name=Sjemenke +item.seeds_pumpkin.name=Sjemenke Bundeve +item.seeds_melon.name=Sjemenke Lubenice +item.melon.name=Lubenica +item.wheat.name=Pšenica +item.bread.name=Kruh +item.helmetCloth.name=Kožna Kapa +item.chestplateCloth.name=Kožna Tunika +item.leggingsCloth.name=Kožne Hlače +item.bootsCloth.name=Kožne Čizme +item.helmetChain.name=Lančani Šljem +item.chestplateChain.name=Lančani Prsni Oklop +item.leggingsChain.name=Lančane Gamaše +item.bootsChain.name=Lančane Čizme +item.helmetIron.name=Željezni Šljem +item.chestplateIron.name=Željezni Prsni Oklop +item.leggingsIron.name=Željezne Gamaše +item.bootsIron.name=Željezne Čizme +item.helmetDiamond.name=Dijamantni Šljem +item.chestplateDiamond.name=Dijamantni Prsni Oklop +item.leggingsDiamond.name=Dijamantne Gamaše +item.bootsDiamond.name=Dijamantne Čizme +item.helmetGold.name=Zlatni Šljem +item.chestplateGold.name=Zlatni Prsni Oklop +item.leggingsGold.name=Zlatne Gamaše +item.bootsGold.name=Zlatne Čizme +item.flint.name=Kremen +item.porkchopRaw.name=Sirova Svinjetina +item.porkchopCooked.name=Kuhana Svinjetina +item.chickenRaw.name=Sirova Piletina +item.chickenCooked.name=Kuhana Piletina +item.beefRaw.name=Sirova Govedina +item.beefCooked.name=Odrezak +item.painting.name=Slika +item.frame.name=okvir +item.appleGold.name=Zlatna Jabuka +item.sign.name=Natpis +item.doorWood.name=Drvena Vrata +item.bucket.name=Kanta +item.bucketWater.name=Kanta s Vodom +item.bucketLava.name=Kanta s lavom +item.minecart.name=Vagon +item.saddle.name=Sedlo +item.doorIron.name=Željezna Vrata +item.redstone.name=Crveni Kamen +item.snowball.name=Gruda +item.boat.name=Čamac +item.leather.name=Koža +item.milk.name=Mlijeko +item.brick.name=Cigla +item.clay.name=Glina +item.reeds.name=Šećerna Trska +item.paper.name=Papir +item.book.name=Knjiga +item.slimeball.name=Ljigava Kuglica +item.minecartChest.name=Vagon sa Škrinjom +item.minecartFurnace.name=Vagon s Peći +item.minecartTnt.name=TNT vagon +item.minecartHopper.name=Vagon s lijevkom +item.egg.name=Jaje +item.compass.name=Kompas +item.fishingRod.name=Štap za Pecanje +item.clock.name=Sat +item.yellowDust.name=Prašina Svjetlucavog Kamena +item.fishRaw.name=Sirova Riba +item.fishCooked.name=Kuhana Riba +item.record.name=Glazbeni Disk +item.bone.name=Kost +item.dyePowder.black.name=Crna Tinta +item.dyePowder.red.name=Ružine Latice +item.dyePowder.green.name=Ekstrakt Kaktusa +item.dyePowder.brown.name=Sjemenke Kakaa +item.dyePowder.blue.name=Lazulit +item.dyePowder.purple.name=Ljubičasta Boja +item.dyePowder.cyan.name=Tirkizna Boja +item.dyePowder.silver.name=Svijetlosiva Boja +item.dyePowder.gray.name=Siva Boja +item.dyePowder.pink.name=Ružičasta Boja +item.dyePowder.lime.name=Svijetlozelena Boja +item.dyePowder.yellow.name=Ekstrakt Maslačka +item.dyePowder.lightBlue.name=Modra Boja +item.dyePowder.magenta.name=Roza Boja +item.dyePowder.orange.name=Narančasta Boja +item.dyePowder.white.name=Usitnjene Kosti +item.sugar.name=Šećer +item.cake.name=Torta +item.bed.name=Krevet +item.diode.name=Repetitor od Crvenog Kamena +item.comparator.name=Komparator od Crvenog Kamena +item.map.name=Karta +item.leaves.name=Lišće +item.shears.name=Striže +item.rottenFlesh.name=Trulo Meso +item.enderPearl.name=Krajnji Biser +item.blazeRod.name=Bljeskov Štapić +item.ghastTear.name=Duhova Suza +item.netherStalkSeeds.name=Plameni Lišaj +item.potion.name=Napitak +item.emptyPotion.name=Bočica s Vodom +item.goldNugget.name=Grumen Zlata +item.glassBottle.name=Staklena Bočica +item.spiderEye.name=Paukovo Oko +item.fermentedSpiderEye.name=Fermentirano Paukovo Oko +item.blazePowder.name=Bljeskov Prah +item.magmaCream.name=Magmasta Kuglica +item.cauldron.name=Kotao +item.brewingStand.name=Postolje za Vrenje +item.eyeOfEnder.name=Krajnje Oko +item.speckledMelon.name=Sjajna Kriška Lubenice +item.monsterPlacer.name=Stvoriti +item.expBottle.name=Bočica Čarolije +item.fireball.name=Vatrena Kugla +item.writingBook.name=Knjiga i pero +item.writtenBook.name=Napisana knjiga +item.ruby.name=Rubin +item.flowerPot.name=vaza za cvijeće +item.emptyMap.name=prazna karta +item.carrots.name=mrkva +item.carrotGolden.name=zlatna mrkva +item.potato.name=krumpir +item.potatoBaked.name=pečeni krumpir +item.potatoPoisonous.name=otrovni krumpir +item.skull.skeleton.name=kostur lubanje +item.skull.wither.name=propali kostur lubanje +item.skull.zombie.name=glava zombija +item.skull.char.name=glava +item.skull.player.name=%sova glava +item.skull.creeper.name=puzavceva glava +item.carrotOnAStick.name=mrkva na stapu +item.netherStar.name=podzemna zvijezda +item.pumpkinPie.name=Pita od bundeve +item.enchantedBook.name=Čarobirana knjiga +item.fireworks.name=Raketa +item.fireworks.flight=Duljina leta: +item.fireworksCharge.name=Vatrometna zvijezda +item.fireworksCharge.black=Crn +item.fireworksCharge.red=Crven +item.fireworksCharge.green=Zelen +item.fireworksCharge.brown=Smeđ +item.fireworksCharge.blue=Plav +item.fireworksCharge.purple=Ljubičast +item.fireworksCharge.cyan=Cijan +item.fireworksCharge.silver=Svijetlo Siva +item.fireworksCharge.gray=Siva +item.fireworksCharge.pink=Roza +item.fireworksCharge.lime=Limeta +item.fireworksCharge.yellow=Žut +item.fireworksCharge.lightBlue=Svijetlo plav +item.fireworksCharge.magenta=Ružičast +item.fireworksCharge.orange=Narančast +item.fireworksCharge.white=Bijel +item.fireworksCharge.customColor=Podešeno +item.fireworksCharge.fadeTo=Nestati do +item.fireworksCharge.flicker=Svjetlucati +item.fireworksCharge.trail=Trag +item.fireworksCharge.type.0=Mala Lopta +item.fireworksCharge.type.1=Velika Lopta +item.fireworksCharge.type.2=Zvjezdanog oblika +item.fireworksCharge.type.3=Kriperovog oblika +item.fireworksCharge.type.4=Prasak +item.fireworksCharge.type=Nepoznat oblik +item.netherbrick.name=Plamena Cigla +item.netherquartz.name=Plameni Kvarc + +container.inventory=Inventar +container.hopper=Lijevak +container.crafting=Pravljenje +container.dispenser=Izbacivač +container.dropper=Kapalica +container.furnace=Peć +container.enchant=Začaraj +container.repair=Popravi & Ime +container.repair.cost=Cijena Čarolije:%1$d +container.repair.expensive=Preskupo! +container.creative=Odabir Predmeta +container.brewing=Postolje za Varenje +container.chest=Škrinja +container.chestDouble=Velika škrinja +container.minecart=Vagon +container.enderchest=Krajnja Škrinja + +item.dyed=Obojeno + +entity.Item.name=Predmet +entity.XPOrb.name=Kuglica Iskustva +entity.SmallFireball.name=Mala vatrena kugla +entity.Fireball.name=Vatrena kugla + +entity.Arrow.name=strijela +entity.Snowball.name=Gruda +entity.Painting.name=Slika + +entity.Mob.name=Stvorenje +entity.Monster.name=Čudovište + +entity.Creeper.name=Kriper +entity.Skeleton.name=Kostur +entity.Spider.name=Pauk +entity.Giant.name=Div +entity.Zombie.name=Zombi +entity.Slime.name=Ljigavac +entity.Ghast.name=Duh +entity.PigZombie.name=Zombi Čovjek-Svinja +entity.Enderman.name=Krajnji Čovjek +entity.Silverfish.name=Srebrna Riba +entity.CaveSpider.name=Špiljski Pauk +entity.Blaze.name=Bljesak +entity.LavaSlime.name=Magmar +entity.MushroomCow.name=Gljivokrava +entity.Villager.name=Seljanin +entity.VillagerGolem.name=Željezni Čuvar +entity.SnowMan.name=Snjegović +entity.EnderDragon.name=Krajnji Zmaj +entity.WitherBoss.name=Wither +entity.Witch.name=Vještica + +entity.Pig.name=Svinja +entity.Sheep.name=Ovca +entity.Cow.name=Krava +entity.Chicken.name=Kokoš +entity.Squid.name=Lignja +entity.Wolf.name=Vuk +entity.Ozelot.name=Ris +entity.Cat.name=Mačka +entity.Bat.name=Šišmiš + +entity.PrimedTnt.name=Blok TNT-a +entity.FallingSand.name=Padajući Blok + +entity.Minecart.name=Vagon +entity.Boat.name=Čamac + +entity.generic.name=nepoznato + +death.fell.accident.ladder=%1$s je pao s ljestva +death.fell.accident.vines=%1$s je pao s lijana +death.fell.accident.water=%1$s je pao iz vode +death.fell.accident.generic=%1$s je pao s visokog mjesta +death.fell.killer=%1$s je bio proklet da padne +death.fell.assist=%1$s je bio proklet da padne zbog %2$s +death.fell.assist.item=%1$s je bio proklet da padne zbog %2$s koristeći %3$s +death.fell.finish=%1$s je pao predaleko i dovršio ga je %2$s +death.fell.finish.item=%1$s je pao predaleko i dovršio ga je %2$s koristeći %3$s + +death.attack.inFire=%1$s je izgorio +death.attack.inFire.player=%1$s je ušetao u vatru boreći se s %2$s +death.attack.onFire=%1$s je izgorio na smrt +death.attack.onFire.player=%1$s je završio reš-pečen boreći se s %2$s +death.attack.lava=%1$s je pokušao plivati u lavi +death.attack.lava.player=%1$s je pokušao plivati u lavi bježeći od %2$s +death.attack.inWall=%1$s se ugušio u zidu +death.attack.drown=%1$s se utopio +death.attack.drown.player=%1$s se utopio bježeći od %2$s +death.attack.starve=%1$s je umro od gladi +death.attack.cactus=%1$s je izboden na smrt +death.attack.cactus.player=%1$s se zabio u kaktus bježeći od %2$s +death.attack.generic=%1$s je umro +death.attack.explosion=%1$s se raznio +death.attack.explosion.player=%1$s je raznešen od %2$s +death.attack.magic=%1$s je ubijen magijom +death.attack.wither=%1$s je uvenuo +death.attack.anvil=%1$s je spljošten od pada nakovanja +death.attack.fallingBlock=%1$s je spljošten od pada bloka +death.attack.mob=%1$s je zaklan od %2$s +death.attack.player=%1$s je zaklan od %2$s +death.attack.player.item=%1$s je zaklan od %2$s koristeći %3$s +death.attack.arrow=%1$s je ubijen strijelom od %2$s +death.attack.arrow.item=%1$s je pogođen od %2$s koristeći %3$s +death.attack.fireball=%1$s je pogođen vatrenom kuglom od %2$s +death.attack.fireball.item=%1$s je pogođen vatrenom kuglom od %2$s koristeći %3$s +death.attack.thrown=%1$s je premlačen od %2$s +death.attack.thrown.item=%1$s je premlačen od %2$s koristeći %3$s +death.attack.indirectMagic=%1$s je ubijen od %2$s koristeći magiju +death.attack.indirectMagic.item=%1$s je ubijen od %2$s koristeći %3$s +death.attack.thorns=%1$s je ubijen pokušavajući ozljediti %2$s +death.attack.fall=%1$s je prejako udario u tlo +death.attack.outOfWorld=%1$s je ispao izvan svijeta + +deathScreen.respawn=Stvori se nanovo +deathScreen.deleteWorld=Obriši svijet +deathScreen.titleScreen=Naslovna stranica +deathScreen.score=Rezultat +deathScreen.title.hardcore=Kraj igre! +deathScreen.hardcoreInfo=Ne možeš se stvoriti nanovo u ekstremnoj vrsti igre! +deathScreen.title=Umro si! +deathScreen.leaveServer=Napusti server + +potion.empty=Bez Učinka +potion.moveSpeed=Brzina +potion.moveSlowdown=Usporenost +potion.digSpeed=Žurba +potion.digSlowDown=Umor +potion.damageBoost=Snaga +potion.weakness=Slabost +potion.heal=Trenutno Zdravlje +potion.harm=Trenutna Ozljeda +potion.jump=Poletnost +potion.confusion=Mučnina +potion.regeneration=Oporavak +potion.resistance=Otpor +potion.fireResistance=Otpor prema Vatri +potion.waterBreathing=Disanje pod Vodom +potion.invisibility=Nevidljivost +potion.blindness=Slijepoća +potion.nightVision=Noćni Vid +potion.hunger=Glad +potion.poison=Otrov +potion.wither=Wither + +potion.moveSpeed.postfix=Napitak Brzine +potion.moveSlowdown.postfix=Napitak Sporosti +potion.digSpeed.postfix=Napitak Žurbe +potion.digSlowDown.postfix=Napitak Umora +potion.damageBoost.postfix=Napitak Snage +potion.weakness.postfix=Napitak Slabosti +potion.heal.postfix=Napitak Zdravlja +potion.harm.postfix=Napitak Štete +potion.jump.postfix=Napitak Poletnosti +potion.confusion.postfix=Napitak Mučnine +potion.regeneration.postfix=Napitak Oporavka +potion.resistance.postfix=Napitak Otpora +potion.fireResistance.postfix=Napitak Otpora prema Vatri +potion.waterBreathing.postfix=Napitak Disanja pod Vodom +potion.invisibility.postfix=Napitak Nevidljivosti +potion.blindness.postfix=Napitak Slijepoće +potion.nightVision.postfix=Napitak Noćnog Vida +potion.hunger.postfix=Napitak Gladi +potion.poison.postfix=Napitak Trovanja +potion.wither.postfix=piće raspada + +potion.potency.0= +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV + +potion.prefix.grenade=Prskavi +potion.prefix.mundane=Svjetski +potion.prefix.uninteresting=Nezanimljivi +potion.prefix.bland=Laskavi +potion.prefix.clear=Čisti +potion.prefix.milky=Mliječni +potion.prefix.diffuse=Razliveni +potion.prefix.artless=Ružni +potion.prefix.thin=Tanki +potion.prefix.awkward=Čudni +potion.prefix.flat=Pljosnati +potion.prefix.bulky=Nezgrapni +potion.prefix.bungling=Loši +potion.prefix.buttered=Masni +potion.prefix.smooth=Glatki +potion.prefix.suave=Blagi +potion.prefix.debonair=Veseli +potion.prefix.thick=Gusti +potion.prefix.elegant=Elegantni +potion.prefix.fancy=Šminkerski +potion.prefix.charming=Šarmantni +potion.prefix.dashing=Poletni +potion.prefix.refined=Pročišćeni +potion.prefix.cordial=Srdačni +potion.prefix.sparkling=Svjetlucavi +potion.prefix.potent=Snažni +potion.prefix.foul=Krivi +potion.prefix.odorless=Bezmirisni +potion.prefix.rank=Rastući +potion.prefix.harsh=Oštri +potion.prefix.acrid=Nadražujući +potion.prefix.gross=Odvratni +potion.prefix.stinky=Smrdljivi + +enchantment.damage.all=Oštrina +enchantment.damage.undead=Posveta +enchantment.damage.arthropods=Prokletstvo Člankonožaca +enchantment.knockback=Snažan Udarac +enchantment.fire=Pogled Vatre +enchantment.protect.all=Zaštita +enchantment.protect.fire=Zaštita od Vatre +enchantment.protect.fall=Padanje poput Pera +enchantment.protect.explosion=Zaštita od Eksplozije +enchantment.protect.projectile=Zaštita od Projektila +enchantment.oxygen=Disanje +enchantment.waterWorker=Srodstvo s Vodom +enchantment.digging=Učinkovitost +enchantment.untouching=Dodir Svile +enchantment.durability=Trajnost +enchantment.lootBonus=Zarada +enchantment.lootBonusDigger=Sudbina +enchantment.arrowDamage=Snaga +enchantment.arrowFire=Plamen +enchantment.arrowKnockback=Udarac +enchantment.arrowInfinite=Beskonačnost +enchantment.thorns=Trnje + +enchantment.level.1=I +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.level.10=X + +gui.achievements=Postignuća +gui.stats=Statistike + +stat.generalButton=Općenito +stat.blocksButton=Blokovi +stat.itemsButton=Predmeti + +stat.used=Puta Korišteno +stat.mined=Puta Iskopano +stat.depleted=Puta Iskorišteno +stat.crafted=Puta Pravljeno + +stat.startGame=Puta Igrano +stat.createWorld=Svijetova Igrano +stat.loadWorld=Sačuvanih Učitano +stat.joinMultiplayer=Ulazaka u Igru s Više Igrača +stat.leaveGame=Izlazaka iz Igre + +stat.playOneMinute=Minuta Igrano + +stat.walkOneCm=Prepješaćena Udaljenost +stat.fallOneCm=Udaljenost Pređena Padanjem +stat.swimOneCm=Preplivana Udaljenost +stat.flyOneCm=Preletjena Udaljenost +stat.climbOneCm=Udaljenost Pređena Penjanjem +stat.diveOneCm=Preronjena Udaljenost +stat.minecartOneCm=Udaljenost Pređena u Vagonu +stat.boatOneCm=Udaljenost Pređena u Čamcu +stat.pigOneCm=Udaljenost Pređena na Svinji +stat.jump=Skokova +stat.drop=Predmeta Bačeno + +stat.damageDealt=Naneseno Ozljeda +stat.damageTaken=Pretrpljenih Ozljeda +stat.deaths=Broj Smrti +stat.mobKills=Stvorenja Ubijeno +stat.playerKills=Igrača Ubijeno +stat.fishCaught=Riba Uhvaćeno + +stat.mineBlock=%1$s Iskopano +stat.craftItem=%1$s Napravljeno +stat.useItem=%1$s Korišteno +stat.breakItem=%1$s Iskorišteno + +achievement.get=Dobiveno Postignuće! + +achievement.taken=Postignuto! + +achievement.requires=Zahtijeva '%1$s' +achievement.openInventory=Otvaranje Inventara +achievement.openInventory.desc=Pritisni '%1$s' kako bi otvorio svoj inventar. +achievement.mineWood=Prikupljanje Drveta +achievement.mineWood.desc=Napadaj stablo dok se ne stvori blok drveta. +achievement.buildWorkBench=Pravljenje Radnog Stola +achievement.buildWorkBench.desc=Napravi radni stol s četiri bloka dasaka. +achievement.buildPickaxe=Vrijeme je za Kopanje! +achievement.buildPickaxe.desc=Pomoću dasaka i štapova napravi kramp. +achievement.buildFurnace=Vruća Stvar +achievement.buildFurnace.desc=Napravi pećnicu od osam kamenih blokova. +achievement.acquireIron=Napravi Željezo +achievement.acquireIron.desc=Stali jednu željeznu polugu. +achievement.buildHoe=Vrijeme je za Poljoprivredu! +achievement.buildHoe.desc=Pomoću dasaka i štapova napravi motiku. +achievement.makeBread=Ispeci Kruh +achievement.makeBread.desc=Pretvori pšenicu u kruh +achievement.bakeCake="Laž" +achievement.bakeCake.desc=Pšenica, šećer, mlijeko i jaja! +achievement.buildBetterPickaxe=Nadogradnja +achievement.buildBetterPickaxe.desc=Napravi bolji kramp. +achievement.cookFish=Ukusna Riba +achievement.cookFish.desc=Upecaj i skuhaj ribu! +achievement.onARail=Na Pruzi +achievement.onARail.desc=Proputuj u vagonu 1 km u komadu +achievement.buildSword=Vrijeme je za Napad! +achievement.buildSword.desc=Upotrijebi daske i štapove kako bi napravio mač +achievement.killEnemy=Lovac na Čudovišta +achievement.killEnemy.desc=Napadni i uništi čudovište. +achievement.killCow="Prevrtanje Krave" +achievement.killCow.desc=Nabavi nešto kože. +achievement.flyPig=Kada Svinje Lete +achievement.flyPig.desc=Poleti na svinji sa litice. +achievement.snipeSkeleton=Dvoboj Snajperista +achievement.snipeSkeleton.desc=Ubij kostura strijelom sa udaljenosti veće od 50 metara. +achievement.diamonds=DIJAMANTI! +achievement.diamonds.desc=Skupi dijamante s tvojim željeznim alatima. +achievement.portal=Moramo Ići Dublje +achievement.portal.desc=Izgradi portal u Podzemlje. +achievement.ghast=Povratak Pošiljatelju +achievement.ghast.desc=Uništi Duha vatrenom kuglom. +achievement.blazeRod=U Vatru +achievement.blazeRod.desc=Uzmi Bljesku njegov štap. +achievement.potion=Varenje +achievement.potion.desc=Svari napitak. +achievement.theEnd=Kraj? +achievement.theEnd.desc=Pronađi Kraj. +achievement.theEnd2=Kraj. +achievement.theEnd2.desc=Pobijedi Krajnjeg zmaja. +achievement.enchantments=Čarobnjak +achievement.enchantments.desc=Pomoću knjige, obsidijana i dijamanata izgradi stol za čarobiranje. +achievement.overkill=Smrtonosni Udarac +achievement.overkill.desc=Napravi štetu od osam srceta u jednom udarcu. +achievement.bookcase=Knjižničar +achievement.bookcase.desc=Izgradi nekoliko polica s knjigama kako bi poboljšao svoj stol za čarobiranje. + +commands.generic.exception=Nepoznata greška se dogodila tijekom učitavanje ove naredbe +commands.generic.syntax=Nevažeća naredbena sintaksa +commands.generic.player.notFound=Igrača je nemoguće naći +commands.generic.notFound=Nepoznata naredba. Pokušaj /help za listu naredbi. +commands.generic.num.invalid='%s'nije moguci broj +commands.generic.num.tooSmall=Broj koji ste unijeli (%d) je premalen, mora biti barem %d +commands.generic.num.tooBig=Broj koji ste unijeli (%d) je prevelik, najviše može biti %d +commands.generic.double.tooSmall=Broj koji ste unijeli (%.2f) je premalen,može biti minimalno %.2f +commands.generic.double.tooBig=Broj koji ste unijeli (%.2f) je prevelik,može biti maksimalno %.2f +commands.generic.usage=Upotreba: %s + +commands.xp.failure.widthdrawXp=Nemoguće oduzeti iskustvo igraču +commands.xp.success=Dano %d iskustva igraču %s +commands.xp.success.levels=Dodano %d levela igraču %s +commands.xp.success.negative.levels=Oduzeto %d levela od %s +commands.xp.usage=/xp[igrač]ili/xpL[igrač] +commands.give.usage=/daj [količina] [podatak] +commands.give.notFound=Ne postoji predmet s ID-om %d +commands.give.success=Dano %s (ID-a %d)*%d %s +commands.effect.usage=/effect [seconds] [amplifier] +commands.effect.notFound=There is no such mob effect with ID %d +commands.effect.success=Given %1$s (ID %2$d) * %3$d to %4$s for %5$d seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.enchant.usage=/čarobiraj [nivo] +commands.enchant.notFound=Ne postoji čarolija sa ID %d +commands.enchant.noItem=Meta ne drži predmet u ruci +commands.enchant.cantEnchant=Odabran čarolija se ne može dodati predmetu +commands.enchant.cantCombine=%1$s se ne može kombinirati s %2$s +commands.enchant.success=Čarobiranje uspješno +commands.clear.usage=/očisti[predmet][podatak] +commands.clear.success=Očišćen inventar igrača%s,uklanjanje%dpredmeta +commands.clear.failure=Could not clear the inventory of %s, no items to remove +commands.downfall.success=Promijenjene padaline +commands.time.usage=/time +commands.time.added=Dodano %d vremenu +commands.time.set=Namijesti vrijeme na %d +commands.players.list=Trenutno je %d/%d igrača umreženo: +commands.banlist.ips=Postoji %d zabranjenih IP adresa: +commands.banlist.players=Postoji %d zabranjenih igrača: +commands.banlist.usage=/lista zabranjenih [ips|players] +commands.kick.success=%s je izbačen iz igre +commands.kick.success.reason=Izbačen %s iz igre: '%s' +commands.kick.usage=/izbaci [razlog...] +commands.op.success=OP-iran %s +commands.op.usage=/OP-iraj +commands.deop.success=De-OP-iran %s +commands.deop.usage=/de-OP-iraj +commands.say.usage=/reci +commands.ban.success=Zabranjen igrač %s +commands.ban.usage=/ban [razlog ...] +commands.unban.success=/odbranjen player %s +commands.unban.usage=/pardon +commands.banip.invalid=Upisali ste krivu IP adresu ili korisnik trenutno nije umrežen +commands.banip.success=/zabranjena IP adresa %s +commands.banip.success.players=Zabranjena IP adresa %s koja pripada %s +commands.banip.usage=/ban-ip [razlog ...] +commands.unbanip.invalid=Unijeli ste nevažeću IP adresu +commands.unbanip.success=Odbrani IP adresu %s +commands.unbanip.usage=/pardon-IP +commands.save.enabled=Uključio je automatsko spremanje svijeta +commands.save.disabled=Isključio je automatsko spremanje svijeta +commands.save.start=Spremanje... +commands.save.success=Spremio svijet +commands.save.failed=Spremanje neuspjelo: %s +commands.stop.start=Server se zaustavlja +commands.tp.success=Teleportirao %s do %s +commands.tp.success.coordinates=Teleportirao %s do %.2f,%.2f,%.2f +commands.tp.usage=/tp [igrač] ili /tp [igrač] ; +commands.tp.notSameDimension=Nemoguće se teleportirati jer igrači nisu u istoj dimenziji +commands.whitelist.list=Prisutno je %d (od %d viđenih) dozvoljenih igrača: +commands.whitelist.enabled=Uključena lista dozvoljenih igrača +commands.whitelist.disabled=Isključena lista dozvoljenih +commands.whitelist.reloaded=Lista dozvoljenih ponovno učitana +commands.whitelist.add.success=Dodan %s listi dozvoljenih +commands.whitelist.add.usage=/whitelist add +commands.whitelist.remove.success=Uklonjen %s s liste dozvoljenih +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/dozvole +commands.scoreboard.usage=/scoreboard +commands.scoreboard.teamNotFound=Nije pronađen nijedan tim pod imenom '%s' +commands.scoreboard.objectiveNotFound=Nije pronađen objektiv pod imenom '%s' +commands.scoreboard.objectiveReadOnly=Objektiv '%s' je samo za čitanje i ne može se namjestiti +commands.scoreboard.objectives.usage=/semafor objektivi +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [objektiv] +commands.scoreboard.objectives.setdisplay.invalidSlot=Ne postoji prikaz polja '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Izbrisan objektiv prikaza polja '%s' +commands.scoreboard.objectives.setdisplay.successSet=Postavi prikaz objektiva u polju '%s' na '%s' +commands.scoreboard.objectives.add.usage=/semafor objektivi dodaj [prikaži ime...] +commands.scoreboard.objectives.add.wrongType=Nevažeći objektiv kriterija.Važeći tipovi su:%s +commands.scoreboard.objectives.add.alreadyExists=Objektive s imenom '%s' već postoji +commands.scoreboard.objectives.add.tooLong=Ime '%s' je predugo za objektiv,može imati najviše %d slova +commands.scoreboard.objectives.add.displayTooLong=Ime '%s' je predugo za objektiv,može imati najviše %d slova +commands.scoreboard.objectives.add.success=Dodan je novi objektiv '%s' +commands.scoreboard.objectives.remove.usage=/semafor objektivi izbriši +commands.scoreboard.objectives.remove.success=Izbrisan objektiv '%s' +commands.scoreboard.objectives.list.count=Pokazivanje %d objektiv(a) na semaforu +commands.scoreboard.objectives.list.entry=- %s: se prikazuje kao '%s' tipa '%s' +commands.scoreboard.objectives.list.empty=Nema objektiva na semaforu +commands.scoreboard.players.usage=/semafor igrači +commands.scoreboard.players.set.success=Postavi bodove %s za igrača %s na %d +commands.scoreboard.players.set.usage=/semafor igrači postavi +commands.scoreboard.players.add.usage=/semafor igrači dodaj +commands.scoreboard.players.remove.usage=/semafor igrači izbriši +commands.scoreboard.players.reset.usage=/semafor igrači reset +commands.scoreboard.players.reset.success=Resetiraj sve bodove igrača %s +commands.scoreboard.players.list.count=Prikazivanje %d praćenih igrača na semaforu +commands.scoreboard.players.list.empty=Nema praćenih igrača na semaforu +commands.scoreboard.players.list.player.count=Prikazivanje %d praćenih objektiv(a) za %s +commands.scoreboard.players.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.players.list.player.empty=Igrač %s nema zabilježenih bodova +commands.scoreboard.teams.usage=/scoreboard teams +commands.scoreboard.teams.add.usage=/semafor timovi dodaj [prikaz imena...] +commands.scoreboard.teams.add.alreadyExists=Tim s imenom '%s' već postoji +commands.scoreboard.teams.add.tooLong=Ime '%s' je predugačko za tim,može imati najviše %d slova +commands.scoreboard.teams.add.displayTooLong=Ime '%s' je predugačko za tim,može imati najviše %d slova +commands.scoreboard.teams.add.success=Dodan je tim '%s' +commands.scoreboard.teams.list.usage=/semafor timovi lista [ime] +commands.scoreboard.teams.list.count=Prikazivanje %d timova na semaforu +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' ima %3$d igrača +commands.scoreboard.teams.list.empty=Nema registriranih timova na semaforu +commands.scoreboard.teams.list.player.count=Prikazivanje %d igrač(a) u timu %s +commands.scoreboard.teams.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.teams.list.player.empty=Tim %s nema igrača +commands.scoreboard.teams.empty.usage=/semafor timovi izbriši +commands.scoreboard.teams.empty.alreadyEmpty=Tim %s je već prazan,nemoguće je izbrisati nepostojeće igrače +commands.scoreboard.teams.empty.success=Izbrisano je svih %d igrača iz tima %s +commands.scoreboard.teams.remove.usage=/semafor timovi izbriši +commands.scoreboard.teams.remove.success=Izbrisan tim %s +commands.scoreboard.teams.join.usage=/semafor timovi učlani [igrač] +commands.scoreboard.teams.join.success=Dodano %d igrač(a) u tim %s: %s +commands.scoreboard.teams.join.failure=Nemoguće je dodati %d igrač(a) u tim %s: %s +commands.scoreboard.teams.leave.usage=/semafor timovi napusti [igrač] +commands.scoreboard.teams.leave.success=Izbrisano %d igrač(a) iz tima: %s +commands.scoreboard.teams.leave.failure=Nemoguće je izbrisati %d igrač(a) iz tima: %s +commands.scoreboard.teams.leave.noTeam=Niste u timu +commands.scoreboard.teams.option.usage=/semafor timovi opcije +commands.scoreboard.teams.option.noValue=Važeće vrijednosti za opciju %s su: %s +commands.scoreboard.teams.option.success=Set option %s for team %s to %s +commands.gamemode.success.self=Podesi svoj način igre na %s +commands.gamemode.success.other=Podesi %s način igre na %s +commands.gamemode.usage=/način igre [player] +commands.defaultgamemode.usage=/defaultgamemode +commands.defaultgamemode.success=Uobičajni tip igre svijeta je sada %s +commands.me.usage=/me +commands.help.header=-- Pokazuje se stranica pomoći %d od %d (/pomoć ) -- +commands.help.footer=Savjet: Koristi tipku dok pišeš komandu da automatski završiš komandu ili njezine argumente +commands.help.usage=/help [stranica|naredba naziv] +commands.publish.started=Igra za više igrača je postavljena na %s računalu +commands.publish.failed=Nije moguće postaviti lokalnu igru za više igrača +commands.debug.start=početak zapisivanja ispravljanja +commands.debug.stop=zaustavlanje zapisa ispravljanja nakon %.2f sekunde (%d ticks) +commands.debug.notStarted=Nemogu zaustaviti zapisivanje ako ga još nisam započeo! +commands.debug.usage=/debug +commands.message.usage=/tell +commands.message.sameTarget=Ne možete poslati privatnu poruku sebi! +commands.message.display.outgoing=Možete šaptati s %s i %s +commands.message.display.incoming=%s šapuće s vama: %s +commands.difficulty.usage=/difficulty +commands.difficulty.success=Poteškoća podešena na %s +commands.spawnpoint.usage=/spawnpoint ILI /spawnpoint ILI /spawnpoint +commands.spawnpoint.success=Postavljena %sova točka stvaranja na (%d, %d, %d) +commands.gamerule.usage=/gamerule ILI /gamerule +commands.gamerule.success=Pravilo igre je promijenjeno +commands.gamerule.norule=Pravilo igre '%s' nije dostupno +commands.weather.usage=/weather [Trajanje u sekundama] +commands.weather.clear=Promijenjeno na ljepo vrijeme +commands.weather.rain=Promijena na kišno vrijeme +commands.weather.thunder=Promijenjeno vrijeme na kišu i grmljavinu +commands.testfor.usage=/testza +commands.testfor.failed=/testza mogu koristiti samo naredbeniblokovi s analognim izlazom + +itemGroup.buildingBlocks=Građevinski Blokovi +itemGroup.decorations=Dekorativni Blokovi +itemGroup.redstone=Crveni Kamen +itemGroup.transportation=Prijevoz +itemGroup.misc=Razno +itemGroup.search=Traži Predmete +itemGroup.food=Namirnice +itemGroup.tools=Alati +itemGroup.combat=Borba +itemGroup.brewing=Napitci +itemGroup.materials=Materijali +itemGroup.inventory=Opstanak Inventar + +inventory.binSlot=Izbriši stvar + +advMode.setCommand=Unesite naredbu +advMode.command=Naredba +advMode.nearestPlayer=Koristi "@p" za naciljane na najbližeg igrača +advMode.randomPlayer=Koristi "@r" za naciljane slučajnog igrača +advMode.allPlayers=Koristi "@a" za naciljane svih igrača + +advMode.notEnabled=Naredbeni blokovi nisu dozvoljeni na ovom serveru +advMode.notAllowed=Samo operateri u kreativnom načinu mogu izvršavati naredbe + +mco.title=Minecraft Realms +mco.selectServer.select=Poveži se na Poslužitelja +mco.selectServer.configure=Konfiguriraj +mco.selectServer.create=Stvori Svijet +mco.selectServer.moreinfo=Još informacija + +mco.configure.world.edit.title=Uredi Svijet + +mco.configure.world.title=Konfiguriraj Svijet +mco.configure.world.name=Ime +mco.configure.world.description=Opis +mco.configure.world.location=Lokacija +mco.configure.world.invited=Pozvani +mco.configure.world.buttons.edit=Uredi +mco.configure.world.buttons.reset=Resetiraj Svijet +mco.configure.world.buttons.done=Gotovo +mco.configure.world.buttons.delete=Izbriši +mco.configure.world.buttons.open=Otvori Svijet +mco.configure.world.buttons.close=Zatvori Svijet +mco.configure.world.buttons.invite=Pozovi +mco.configure.world.buttons.uninvite=Opozovi +mco.configure.world.buttons.subscription=Subscription +mco.configure.world.invite.profile.name=Ime +mco.configure.world.uninvite.question=Jeste li sigurni da želite opozvati + +mco.configure.world.subscription.title=Subscription Info +mco.configure.world.subscription.daysleft=Days Left +mco.configure.world.subscription.start=Start Date +mco.configure.world.subscription.extend=Extend + +mco.create.world.location.title=Lokacije +mco.create.world.location.warning=Ne možete dobiti točnu lokaciju koju ste odabrali +mco.create.world.wait=Stvaranje svijeta... + +mco.reset.world.title=Resetiraj Svijet +mco.reset.world.warning=Ovo će zauvijek izbrisati vaš svijet! +mco.reset.world.seed=Sjeme (Neobavezno) +mco.reset.world.resetting.screen.title=Resetiranje Svijeta... + +mco.configure.world.close.question.line1=Vaš svijet će postati nedostupan. +mco.configure.world.close.question.line2=Jeste li sigurni da to želite učiniti? + +mco.connect.connecting=Spajanje na poslužitelja... +mco.connect.authorizing=Prijavljivanje... +mco.connect.failed=Neuspješno spajanje na poslužitelja + +mco.create.world=Stvori + diff --git a/1.5.2/lang/hu_HU.lang b/1.5.2/lang/hu_HU.lang new file mode 100644 index 00000000..612fc487 --- /dev/null +++ b/1.5.2/lang/hu_HU.lang @@ -0,0 +1,1293 @@ +#X-Generator: crowdin.net + +language.name=Magyar +language.region=HU +language.code=hu_HU + +gui.done=Kész +gui.cancel=Mégse +gui.back=Back +gui.toMenu=Vissza a főmenübe +gui.up=Fel +gui.down=Le +gui.yes=Igen +gui.no=Nem + +menu.singleplayer=Egyjátékos mód +menu.multiplayer=Többjátékos mód +menu.online=Minecraft Realms +menu.options=Beállítások... +menu.quit=Kilépés a játékból +menu.returnToMenu=Mentés és kilépés a főmenübe +menu.disconnect=Kapcsolat bontása +menu.returnToGame=Vissza a játékba +menu.switchingLevel=Váltás a világok között +menu.generatingLevel=Világ generálása +menu.loadingLevel=Világ betöltése +menu.generatingTerrain=Domborzat felépítése +menu.convertingLevel=Világ konvertálása +menu.simulating=Világ szimulálása egy kis ideig +menu.respawning=Újraéledés +menu.shareToLan=Megnyitás LAN-ra + +selectWorld.title=Világ kiválasztása +selectWorld.empty=üres +selectWorld.world=Világ +selectWorld.select=Játék a kiválasztott világgal +selectWorld.create=Új világ létrehozása +selectWorld.recreate=Újralétrehozás +selectWorld.createDemo=Játék új demóvilággal +selectWorld.delete=Törlés +selectWorld.rename=Átnevezés +selectWorld.deleteQuestion=Biztos, hogy törölni akarod ezt a világot? +selectWorld.deleteWarning=örökre elveszik! (Ami sok idő!) +selectWorld.deleteButton=Törlés +selectWorld.renameButton=Átnevezés +selectWorld.renameTitle=Világ átnevezése +selectWorld.conversion=Konvertálás szükséges! +selectWorld.newWorld=Új világ +selectWorld.newWorld.copyOf=%s másolata +selectWorld.enterName=Világ neve +selectWorld.resultFolder=Mentés helye: +selectWorld.enterSeed=Kezdőérték a világgenerátornak +selectWorld.seedInfo=Véletlenszerű kezdőértékhez hagyd üresen +selectWorld.cheats=Csalások +selectWorld.customizeType=Testreszabás + +createWorld.customize.presets=Kész változatok +createWorld.customize.presets.title=Minta választás +createWorld.customize.presets.select=Minta használata +createWorld.customize.presets.share=Szeretnéd megosztani a beállításodat valakivel? Használd a lenti dobozt! +createWorld.customize.presets.list=Avagy, itt van pár, amit korábban csináltunk! +createWorld.customize.flat.title=Lapos világ testreszabása +createWorld.customize.flat.tile=Réteg anyaga +createWorld.customize.flat.height=Magasság +createWorld.customize.flat.addLayer=Réteg hozzáadása +createWorld.customize.flat.editLayer=Réteg szerkesztése +createWorld.customize.flat.removeLayer=Réteg törlése +createWorld.customize.flat.layer.top=Legfelső - %d +createWorld.customize.flat.layer=%d +createWorld.customize.flat.layer.bottom=Legalsó - %d + +gameMode.survival=Túlélő mód +gameMode.creative=Kreatív mód +gameMode.adventure=Kaland mód +gameMode.hardcore=Hardcore mód! +gameMode.changed=A játékmódod megváltozott + +selectWorld.gameMode=Játékmód: +selectWorld.gameMode.survival=Túlélő +selectWorld.gameMode.survival.line1=Erőforrások felkutatása, barkácsolás, tapasztalati +selectWorld.gameMode.survival.line2=szintek, életerő és éhség +selectWorld.gameMode.creative=Kreatív +selectWorld.gameMode.creative.line1=Korlátlan erőforrások, szabad repülés és +selectWorld.gameMode.creative.line2=blokkok azonnali megsemmisítése +selectWorld.gameMode.hardcore=Hardcore +selectWorld.gameMode.hardcore.line1=Ugyanaz, mint a túlélő, csak +selectWorld.gameMode.hardcore.line2=a legnehezebb fokozaton, egyetlen élettel +selectWorld.gameMode.adventure=Kaland +selectWorld.gameMode.adventure.line1=Ugyanaz, mint a túlélő, de nem lehet blokkokat +selectWorld.gameMode.adventure.line2=lehelyezni vagy szétütni +selectWorld.moreWorldOptions=További világbeállítások... +selectWorld.mapFeatures=Építmények generálása: +selectWorld.mapFeatures.info=Falvak, erődök stb. +selectWorld.mapType=Világ típusa: +selectWorld.mapType.normal=Normál +selectWorld.allowCommands=Csalások engedélyezése: +selectWorld.allowCommands.info=Parancsok, mint /gamemode vagy /xp +selectWorld.hardcoreMode=Hardcore: +selectWorld.hardcoreMode.info=Ha meghalsz, a világ törlődik +selectWorld.bonusItems=Bónuszláda: + +generator.default=Alapértelmezett +generator.flat=Teljesen lapos +generator.largeBiomes=Nagy biomok + +selectServer.title=Szerver kiválasztása +selectServer.empty=üres +selectServer.select=Csatlakozás +selectServer.direct=Közvetlen csatlakozás +selectServer.edit=Szerkesztés +selectServer.delete=Törlés +selectServer.add=Szerver hozzáadása +selectServer.defaultName=Minecraft Szerver +selectServer.deleteQuestion=Biztos, hogy eltávolítod ezt a szervert? +selectServer.deleteWarning=örökre elveszik! (Ami sok idő!) +selectServer.deleteButton=Törlés +selectServer.refresh=Frissítés +selectServer.hiddenAddress=(Rejtett) +addServer.title=Szerver adatainak szerkesztése +addServer.enterName=Szerver neve +addServer.enterIp=Szerver címe +addServer.add=Kész +addServer.hideAddress=Cím elrejtése +lanServer.title=LAN világ +lanServer.scanning=Scanning for games on your local network +lanServer.start=LAN világ indítása +lanServer.otherPlayers=Más játékosok beállításai +mcoServer.title=Minecraft online világ + +multiplayer.title=Többjátékos mód +multiplayer.connect=Csatlakozás +multiplayer.info1=A többjátékos mód még nincs készen, de +multiplayer.info2=a hibákat már tesztelik és javítják. +multiplayer.ipinfo=Írd be annak a szervernek az IP címét, amelyhez csatlakozni szeretnél: + +multiplayer.texturePrompt.line1=Ez a szerver egyedi textúracsomag használatát javasolja. +multiplayer.texturePrompt.line2=Szeretnéd letölteni és telepíteni automágikusan? + +multiplayer.downloadingTerrain=Domborzat letöltése + +multiplayer.stopSleeping=Ágy elhagyása + +chat.link.confirm=Biztos, hogy megnyitod a következő weboldalt? +chat.link.warning=Sose nyiss meg linket olyantól, akiben nem bízol! +chat.copy=Másolás a vágólapra + +menu.playdemo=Demóvilág indítása +menu.resetdemo=Demóvilág újrakezdése +demo.day.1=Ez a demó öt játékbeli napig tart, tégy ki magadért! +demo.day.2=Második nap +demo.day.3=Harmadik nap +demo.day.4=Negyedik nap +demo.day.5=Ez az utolsó napod! +demo.day.warning=Mindjárt letelik az időd! +demo.day.6=Eltelt az ötödik nap, az F2-vel készíthetsz képernyőfotót az alkotásodról +demo.reminder=A próbaidő letelt, vedd meg a játékot a folytatáshoz, vagy kezdj egy új világot! +demo.remainingTime=Hátralévő idő: %s +demo.demoExpired=Lejárt a demó időkorlátja! +demo.help.movement=Használd a(z) %1$s, %2$s, %3$s, %4$s gombokat és az egeret a mozgáshoz! +demo.help.movementShort=Mozgás a következő gombokkal: %1$s, %2$s, %3$s, %4$s +demo.help.movementMouse=Nézz körül az egérrel +demo.help.jump=A(z) %1$s megnyomásával ugrasz +demo.help.inventory=Használd a(z) %1$s gombot a felszerelésed megnyitásához! +demo.help.title=Minecraft demó mód +demo.help.fullWrapped=A demó 5 játékbeli napig tart (kb. 1 óra 40 perc a valóságban). Nézd meg a mérföldköveket ötletekért! Jó szórakozást! +demo.help.buy=Vedd meg most! +demo.help.later=Játék folytatása! + +connect.connecting=Csatlakozás a szerverhez... +connect.authorizing=Bejelentkezés... +connect.failed=A szerverhez való csatlakozás sikertelen + +disconnect.genericReason=%s +disconnect.disconnected=A szerver szétkapcsolt +disconnect.lost=A kapcsolat megszakadt +disconnect.kicked=Kidobtak a játékból +disconnect.timeout=Időtúllépés +disconnect.closed=Kapcsolat lezárva +disconnect.loginFailed=A belépés sikertelen +disconnect.loginFailedInfo=A belépés sikertelen: %s +disconnect.quitting=Kilépés +disconnect.endOfStream=Adatfolyam vége +disconnect.overflow=Puffer-túlcsordulás +disconnect.spam=Kirúgva spammelés miatt + +options.off=KI +options.on=BE +options.visible=Megjelenítve +options.hidden=Rejtve +options.title=Beállítások +options.controls=Irányítás... +options.video=Videobeállítások... +options.language=Nyelv... +options.languageWarning=A fordításban előfordulhatnak hibák +options.videoTitle=Videobeállítások +options.music=Zene +options.sound=Hang +options.invertMouse=Fordított egér +options.fov=Látószög +options.fov.min=Normál +options.fov.max=Quake Pro +options.gamma=Fényerő +options.gamma.min=Borongós +options.gamma.max=Fényes +options.sensitivity=Érzékenység +options.sensitivity.min=*ásít* +options.sensitivity.max=HIPERSEBESSÉG!!! +options.renderDistance=Látótávolság +options.renderDistance.tiny=Nagyon rövid +options.renderDistance.short=Rövid +options.renderDistance.normal=Normál +options.renderDistance.far=Távoli +options.viewBobbing=Kamera billegése +options.ao=Simított megvilágítás +options.ao.off=Off +options.ao.min=Minimum +options.ao.max=Maximum +options.anaglyph=Sztereoszkopikus 3D +options.framerateLimit=Teljesítmény +options.difficulty=Nehézség +options.difficulty.peaceful=Békés +options.difficulty.easy=Könnyű +options.difficulty.normal=Normál +options.difficulty.hard=Nehéz +options.difficulty.hardcore=Hardcore +options.graphics=Grafika +options.graphics.fancy=Szép +options.graphics.fast=Gyors +options.guiScale=GUI mérete +options.guiScale.auto=Auto +options.guiScale.small=Kicsi +options.guiScale.normal=Normál +options.guiScale.large=Nagy +options.advancedOpengl=Fejlett OpenGL +options.renderClouds=Felhők +options.farWarning1=Ajánlott a 64 bites Java telepítése a +options.farWarning2=„Távoli” látótávolsághoz (neked 32 bites van) +options.particles=Részecskék +options.particles.all=Mind +options.particles.decreased=Csökkentett +options.particles.minimal=Minimális +options.multiplayer.title=Többjátékos beállítások... +options.chat.title=Chat beállítások... +options.chat.visibility=Chat +options.chat.visibility.full=Megjelenítve +options.chat.visibility.system=Csak parancsok +options.chat.visibility.hidden=Rejtett +options.chat.color=Színek +options.chat.opacity=Átlátszatlanság +options.chat.links=Weblinkek +options.chat.links.prompt=Rákérdezés linkeknél +options.chat.scale=Méret +options.chat.width=Szélesség +options.chat.height.focused=Aktív magasság +options.chat.height.unfocused=Inaktív magasság +options.showCape=Köpeny látszódik +options.serverTextures=Szerveroldali textúrák +options.snooper="Szimatolás" engedélyezése +options.snooper.view="Szimatolás" beállításai... +options.snooper.title=Számítógépadatok gyűjtése +options.snooper.desc=Szeretnénk némi információt gyűjteni a gépedről, hogy hatékonyabban fejleszthessük a Minecraftot, tudván, hogy mit támogathatunk és hol vannak a legnagyobb problémák. Minden gyűjtött adat teljesen anonim és lentebb megtekinthető. Megígérjük, hogy nem teszünk vele semmi rosszat, de ha nem akarsz részt venni benne, nyugodtan kikapcsolhatod. +options.texture.pack=Textúracsomagok +options.fullscreen=Teljes képernyő +options.vsync=VSync használata +options.touchscreen=Érintőképernyős mód + +performance.max=Max FPS +performance.balanced=Kiegyensúlyozott +performance.powersaver=Energiatakarékos + +controls.title=Irányítás + +key.forward=Előre +key.left=Balra +key.back=Hátra +key.right=Jobbra +key.jump=Ugrás +key.inventory=Felszerelés +key.drop=Eldob +key.chat=Chat +key.fog=A köd ki- és bekapcsolása +key.sneak=Lopakodás +key.playerlist=Játékoslista +key.attack=Támadás +key.use=Tárgy használata +key.pickItem=Blokk kiválasztása +key.mouseButton=%1$s egérgomb +key.command=Parancs + +texturePack.openFolder=Textúracsomagok mappájának megnyitása +texturePack.title=Textúracsomag kiválasztása +texturePack.folderInfo=(Textúracsomag-fájlok elhelyezése ide) +texturePack.incompatible=Nem kompatibilis + +book.pageIndicator=Oldal: %1$s/%2$s +book.byAuthor=szerző: %1$s +book.signButton=Aláírás +book.editTitle=A könyv címe: +book.finalizeButton=Aláírás és bezárás +book.finalizeWarning=Vigyázz! Ha aláírtad a könyvet, többé már nem szerkesztheted. + +tile.stone.name=Kő + +tile.grass.name=Fűblokk +tile.dirt.name=Föld +tile.stonebrick.name=Zúzottkő +tile.wood.name=Deszka +tile.wood.oak.name=Tölgydeszka +tile.wood.spruce.name=Fenyődeszka +tile.wood.birch.name=Nyírfa deszka +tile.wood.jungle.name=Trópusi fa deszka +tile.sapling.oak.name=Tölgycsemete +tile.sapling.spruce.name=Fenyőcsemete +tile.sapling.birch.name=Nyírfacsemete +tile.sapling.jungle.name=Trópusifa-csemete +tile.deadbush.name=Száraz kóró +tile.bedrock.name=Alapkő +tile.water.name=Víz +tile.lava.name=Láva +tile.sand.name=Homok +tile.sandStone.name=Homokkő +tile.sandStone.default.name=Homokkő +tile.sandStone.chiseled.name=Vésett homokkő +tile.sandStone.smooth.name=Sima homokkő +tile.gravel.name=Sóder +tile.oreGold.name=Aranyérc +tile.oreIron.name=Vasérc +tile.oreCoal.name=Ásványi szén +tile.log.name=Fa +tile.log.oak.name=Tölgyfa +tile.log.spruce.name=Fenyőfa +tile.log.birch.name=Nyírfa +tile.log.jungle.name=Trópusi fa +tile.leaves.name=Levelek +tile.leaves.oak.name=Tölgylevelek +tile.leaves.spruce.name=Fenyőlevelek +tile.leaves.birch.name=Nyírfalevelek +tile.leaves.jungle.name=Trópusifa-levelek +tile.tallgrass.name=Gyep +tile.tallgrass.shrub.name=Cserje +tile.tallgrass.grass.name=Fű +tile.tallgrass.fern.name=Páfrány +tile.sponge.name=Szivacs +tile.glass.name=Üveg +tile.thinGlass.name=Üveglap +tile.cloth.name=Gyapjú +tile.flower.name=Virág +tile.rose.name=Rózsa +tile.mushroom.name=Gomba +tile.blockGold.name=Aranytömb +tile.blockIron.name=Vastömb +tile.stoneSlab.stone.name=Kőlap +tile.stoneSlab.sand.name=Homokkő lap +tile.stoneSlab.wood.name=Falap +tile.stoneSlab.cobble.name=Zúzottkő lap +tile.stoneSlab.brick.name=Tégla lap +tile.stoneSlab.smoothStoneBrick.name=Kőtégla-lap +tile.stoneSlab.netherBrick.name=Alvilági tégla lap +tile.stoneSlab.quartz.name=Kvarc lap +tile.woodSlab.oak.name=Tölgyfa lap +tile.woodSlab.spruce.name=Fenyőlap +tile.woodSlab.birch.name=Nyírfa lap +tile.woodSlab.jungle.name=Trópusi fa lap +tile.brick.name=Tégla +tile.tnt.name=TNT +tile.bookshelf.name=Könyvespolc +tile.stoneMoss.name=Mohás kő +tile.obsidian.name=Obszidián +tile.torch.name=Fáklya +tile.fire.name=Tűz +tile.mobSpawner.name=Szörnyidéző +tile.stairsWood.name=Tölgyfa lépcső +tile.stairsWoodSpruce.name=Fenyőlépcső +tile.stairsWoodBirch.name=Nyírfa lépcső +tile.stairsWoodJungle.name=Trópusi fa lépcső +tile.chest.name=Láda +tile.chestTrap.name=Csapdaláda +tile.redstoneDust.name=Vöröskő-por +tile.oreDiamond.name=Ásványi gyémánt +tile.blockDiamond.name=Gyémánttömb +tile.workbench.name=Barkácsasztal +tile.crops.name=Búza +tile.farmland.name=Termőföld +tile.furnace.name=Kemence +tile.sign.name=Tábla +tile.doorWood.name=Faajtó +tile.ladder.name=Létra +tile.rail.name=Sín +tile.goldenRail.name=Elektromos sín +tile.activatorRail.name=Aktiváló sín +tile.detectorRail.name=Érzékelő sín +tile.stairsStone.name=Kőlépcső +tile.stairsSandStone.name=Homokkő lépcső +tile.lever.name=Kar +tile.pressurePlate.name=Nyomólap +tile.weightedPlate_light.name=Mérleg nyomólap (könnyű) +tile.weightedPlate_heavy.name=Mérleg nyomólap (nehéz) +tile.doorIron.name=Vasajtó +tile.oreRedstone.name=Vöröskőérc +tile.notGate.name=Vöröskőfáklya +tile.button.name=Gomb +tile.snow.name=Hó +tile.ice.name=Jég +tile.cactus.name=Kaktusz +tile.clay.name=Agyag +tile.reeds.name=Cukornád +tile.jukebox.name=Zenegép +tile.fence.name=Kerítés +tile.fenceGate.name=Kapu +tile.pumpkin.name=Tök +tile.litpumpkin.name=Töklámpás +tile.hellrock.name=Alvilági kő +tile.hellsand.name=Lélekhomok +tile.lightgem.name=Izzókő +tile.portal.name=Kapu +tile.cloth.black.name=Fekete gyapjú +tile.cloth.red.name=Vörös gyapjú +tile.cloth.green.name=Sötétzöld gyapjú +tile.cloth.brown.name=Barna gyapjú +tile.cloth.blue.name=Kék gyapjú +tile.cloth.purple.name=Lila gyapjú +tile.cloth.cyan.name=Ciánkék gyapjú +tile.cloth.silver.name=Világosszürke gyapjú +tile.cloth.gray.name=Szürke gyapjú +tile.cloth.pink.name=Rózsaszín gyapjú +tile.cloth.lime.name=Neonzöld gyapjú +tile.cloth.yellow.name=Sárga gyapjú +tile.cloth.lightBlue.name=Világoskék gyapjú +tile.cloth.magenta.name=Magenta gyapjú +tile.cloth.orange.name=Narancssárga gyapjú +tile.cloth.white.name=Gyapjú +tile.oreLapis.name=Lazuritérc +tile.blockLapis.name=Lazurittömb +tile.dispenser.name=Adagoló +tile.dropper.name=Kidobó +tile.musicBlock.name=Hangdoboz +tile.cake.name=Torta +tile.bed.name=Ágy +tile.bed.occupied=Ez az ágy foglalt +tile.bed.noSleep=Csak éjjel aludhatsz +tile.bed.notSafe=Most nem pihenhetsz, szörnyek vannak a közelben +tile.bed.notValid=Nincs meg az ágyad, vagy eltorlaszolták +tile.lockedchest.name=Bezárt láda +tile.trapdoor.name=Csapóajtó +tile.web.name=Pókháló +tile.stonebricksmooth.name=Kőtégla +tile.stonebricksmooth.default.name=Kőtégla +tile.stonebricksmooth.mossy.name=Mohás kőtégla +tile.stonebricksmooth.cracked.name=Repedezett kőtégla +tile.stonebricksmooth.chiseled.name=Vésett kőtégla +tile.monsterStoneEgg.stone.name=Kő ezüstmollyal +tile.monsterStoneEgg.cobble.name=Zúzottkő ezüstmollyal +tile.monsterStoneEgg.brick.name=Kőtégla ezüstmollyal +tile.pistonBase.name=Dugattyú +tile.pistonStickyBase.name=Ragacsos dugattyú +tile.fenceIron.name=Vasrács +tile.melon.name=Dinnye +tile.stairsBrick.name=Téglalépcső +tile.stairsStoneBrickSmooth.name=Kőtégla-lépcső +tile.vine.name=Lián +tile.netherBrick.name=Alvilági tégla +tile.netherFence.name=Alvilági téglakerítés +tile.stairsNetherBrick.name=Alvilágtégla-lépcső +tile.netherStalk.name=Alvilági bibircsók +tile.cauldron.name=Üst +tile.enchantmentTable.name=Varázslóasztal +tile.anvil.name=Üllő +tile.anvil.intact.name=Üllő +tile.anvil.slightlyDamaged.name=Kicsit sérült üllő +tile.anvil.veryDamaged.name=Nagyon sérült üllő +tile.whiteStone.name=Végkő +tile.endPortalFrame.name=Végzetportál +tile.mycel.name=Gombafonal +tile.waterlily.name=Tavirózsa +tile.dragonEgg.name=Sárkánytojás +tile.redstoneLight.name=Vöröskő lámpa +tile.cocoa.name=Kakaó +tile.enderChest.name=Végzetláda +tile.oreRuby.name=Ásványi rubin +tile.oreEmerald.name=Ásványi smaragd +tile.blockEmerald.name=Smaragdblokk +tile.blockRedstone.name=Vöröskő blokk +tile.tripWire.name=Botlódrót +tile.tripWireSource.name=Botlódrót horog +tile.commandBlock.name=Parancsblokk +tile.beacon.name=Jelzőfény +tile.beacon.primary=Elsődleges képesség +tile.beacon.secondary=Másodlagos képesség +tile.cobbleWall.normal.name=Zúzottkő-fal +tile.cobbleWall.mossy.name=Mohás kőfal +tile.carrots.name=Sárgarépák +tile.potatoes.name=Burgonyák +tile.daylightDetector.name=Napfény-érzékelő +tile.netherquartz.name=Alvilági kvarc érc +tile.hopper.name=Tölcsér +tile.quartzBlock.default.name=Kvarcblokk +tile.quartzBlock.chiseled.name=Vésett kvarcblokk +tile.quartzBlock.lines.name=Kvarcblokk oszlop +tile.stairsQuartz.name=Kvarclépcső + +item.shovelIron.name=Vasásó +item.pickaxeIron.name=Vascsákány +item.hatchetIron.name=Vasbalta +item.flintAndSteel.name=Kovakő és acél +item.apple.name=Alma +item.cookie.name=Csokis süti +item.bow.name=Íj +item.arrow.name=Nyíl +item.coal.name=Szén +item.charcoal.name=Faszén +item.diamond.name=Gyémánt +item.emerald.name=Smaragd +item.ingotIron.name=Vasrúd +item.ingotGold.name=Aranyrúd +item.swordIron.name=Vaskard +item.swordWood.name=Fa Kard +item.shovelWood.name=Faásó +item.pickaxeWood.name=Facsákány +item.hatchetWood.name=Fabalta +item.swordStone.name=Kőkard +item.shovelStone.name=Kőásó +item.pickaxeStone.name=Kőcsákány +item.hatchetStone.name=Kőbalta +item.swordDiamond.name=Gyémántkard +item.shovelDiamond.name=Gyémántásó +item.pickaxeDiamond.name=Gyémántcsákány +item.hatchetDiamond.name=Gyémántbalta +item.stick.name=Bot +item.bowl.name=Tál +item.mushroomStew.name=Gombaragu +item.swordGold.name=Aranykard +item.shovelGold.name=Aranyásó +item.pickaxeGold.name=Aranycsákány +item.hatchetGold.name=Aranybalta +item.string.name=Fonál +item.feather.name=Toll +item.sulphur.name=Puskapor +item.hoeWood.name=Fakapa +item.hoeStone.name=Kőkapa +item.hoeIron.name=Vaskapa +item.hoeDiamond.name=Gyémántkapa +item.hoeGold.name=Aranykapa +item.seeds.name=Vetőmag +item.seeds_pumpkin.name=Tökmag +item.seeds_melon.name=Dinnyemag +item.melon.name=Dinnye +item.wheat.name=Búza +item.bread.name=Kenyér +item.helmetCloth.name=Bőrsisak +item.chestplateCloth.name=Bőrzubbony +item.leggingsCloth.name=Bőrnadrág +item.bootsCloth.name=Bőrcsizma +item.helmetChain.name=Láncsisak +item.chestplateChain.name=Láncing +item.leggingsChain.name=Lánc lábszárvédő +item.bootsChain.name=Lánccsizma +item.helmetIron.name=Vassisak +item.chestplateIron.name=Vas mellvért +item.leggingsIron.name=Vas lábszárvédő +item.bootsIron.name=Vascsizma +item.helmetDiamond.name=Gyémántsisak +item.chestplateDiamond.name=Gyémántmellvért +item.leggingsDiamond.name=Gyémánt lábszárvédő +item.bootsDiamond.name=Gyémántcsizma +item.helmetGold.name=Aranysisak +item.chestplateGold.name=Aranymellvért +item.leggingsGold.name=Arany lábszárvédő +item.bootsGold.name=Aranycsizma +item.flint.name=Kovakő +item.porkchopRaw.name=Nyers disznóhús +item.porkchopCooked.name=Sült sertésszelet +item.chickenRaw.name=Nyers csirkehús +item.chickenCooked.name=Sültcsirke +item.beefRaw.name=Nyers marhahús +item.beefCooked.name=Steak +item.painting.name=Festmény +item.frame.name=Eszközkeret +item.appleGold.name=Aranyalma +item.sign.name=Tábla +item.doorWood.name=Faajtó +item.bucket.name=Vödör +item.bucketWater.name=Vizesvödör +item.bucketLava.name=Lávásvödör +item.minecart.name=Csille +item.saddle.name=Nyereg +item.doorIron.name=Vasajtó +item.redstone.name=Vöröskő +item.snowball.name=Hógolyó +item.boat.name=Csónak +item.leather.name=Bőr +item.milk.name=Tej +item.brick.name=Tégla +item.clay.name=Agyag +item.reeds.name=Cukornád +item.paper.name=Papír +item.book.name=Könyv +item.slimeball.name=Nyálkagolyó +item.minecartChest.name=Tárolócsille +item.minecartFurnace.name=Csille kemencével +item.minecartTnt.name=TNT csille +item.minecartHopper.name=Tölcsér csille +item.egg.name=Tojás +item.compass.name=Iránytű +item.fishingRod.name=Horgászbot +item.clock.name=Óra +item.yellowDust.name=Izzókő-por +item.fishRaw.name=Nyers hal +item.fishCooked.name=Sült hal +item.record.name=Hanglemez +item.bone.name=Csont +item.dyePowder.black.name=Tintazsák +item.dyePowder.red.name=Rózsavörös +item.dyePowder.green.name=Kaktuszzöld +item.dyePowder.brown.name=Kakaóbab +item.dyePowder.blue.name=Lazurit +item.dyePowder.purple.name=Lila festék +item.dyePowder.cyan.name=Ciánkék festék +item.dyePowder.silver.name=Világosszürke festék +item.dyePowder.gray.name=Szürke festék +item.dyePowder.pink.name=Rózsaszín festék +item.dyePowder.lime.name=Neonzöld festék +item.dyePowder.yellow.name=Pitypangsárga +item.dyePowder.lightBlue.name=Világoskék festék +item.dyePowder.magenta.name=Magenta festék +item.dyePowder.orange.name=Narancssárga festék +item.dyePowder.white.name=Csontliszt +item.sugar.name=Cukor +item.cake.name=Torta +item.bed.name=Ágy +item.diode.name=Vöröskő-jelismétő +item.comparator.name=Vöröskő-összehasonlító +item.map.name=Térkép +item.leaves.name=Levelek +item.shears.name=Metszőolló +item.rottenFlesh.name=Rohadt hús +item.enderPearl.name=Véggyöngy +item.blazeRod.name=Lángrúd +item.ghastTear.name=Kísértetkönny +item.netherStalkSeeds.name=Alvilági bibircsók +item.potion.name=Bájital +item.emptyPotion.name=Vizespalack +item.goldNugget.name=Aranyrög +item.glassBottle.name=Üvegpalack +item.spiderEye.name=Pókszem +item.fermentedSpiderEye.name=Erjesztett pókszem +item.blazePowder.name=Őrlángpor +item.magmaCream.name=Magmakrém +item.cauldron.name=Üst +item.brewingStand.name=Főzőállvány +item.eyeOfEnder.name=Végzet szeme +item.speckledMelon.name=Ragyogó dinnye +item.monsterPlacer.name=Idézés: +item.expBottle.name=Varázslat palackja +item.fireball.name=Tűzgolyó +item.writingBook.name=Könyv és toll +item.writtenBook.name=Befejezett könyv +item.ruby.name=Rubin +item.flowerPot.name=Virágcserép +item.emptyMap.name=Üres térkép +item.carrots.name=Sárgarépa +item.carrotGolden.name=Aranyrépa +item.potato.name=Burgonya +item.potatoBaked.name=Sült burgonya +item.potatoPoisonous.name=Mérgező burgonya +item.skull.skeleton.name=Csontváz koponya +item.skull.wither.name=Withercsontváz koponya +item.skull.zombie.name=Zombi fej +item.skull.char.name=Fej +item.skull.player.name=%s feje +item.skull.creeper.name=Creeper fej +item.carrotOnAStick.name=Répa horgászboton +item.netherStar.name=Alvilági csillag +item.pumpkinPie.name=Tökpite +item.enchantedBook.name=Varázskönyv +item.fireworks.name=Tűzijáték +item.fireworks.flight=Repülés hossza: +item.fireworksCharge.name=Tűzijáték csillag +item.fireworksCharge.black=Fekete +item.fireworksCharge.red=Vörös +item.fireworksCharge.green=Zöld +item.fireworksCharge.brown=Barna +item.fireworksCharge.blue=Kék +item.fireworksCharge.purple=Lila +item.fireworksCharge.cyan=Ciánkék +item.fireworksCharge.silver=Világosszürke +item.fireworksCharge.gray=Szürke +item.fireworksCharge.pink=Rózsaszín +item.fireworksCharge.lime=Neonzöld +item.fireworksCharge.yellow=Sárga +item.fireworksCharge.lightBlue=Világoskék +item.fireworksCharge.magenta=Magenta +item.fireworksCharge.orange=Narancssárga +item.fireworksCharge.white=Fehér +item.fireworksCharge.customColor=Egyéni +item.fireworksCharge.fadeTo=Színátmenet: +item.fireworksCharge.flicker=Villódzás +item.fireworksCharge.trail=Csík +item.fireworksCharge.type.0=Kis golyó +item.fireworksCharge.type.1=Nagy golyó +item.fireworksCharge.type.2=Csillag alakú +item.fireworksCharge.type.3=Creeper-fej alakú +item.fireworksCharge.type.4=Szabálytalan alakú +item.fireworksCharge.type=Ismeretlen forma +item.netherbrick.name=Alvilági tégla +item.netherquartz.name=Alvilági kvarc + +container.inventory=Felszerelés +container.hopper=Tárgytölcsér +container.crafting=Barkácsolás +container.dispenser=Adagoló +container.dropper=Kidobó +container.furnace=Kemence +container.enchant=Varázs +container.repair=Javítás és átnevezés +container.repair.cost=Varázslat ára: %1$d +container.repair.expensive=Túl drága! +container.creative=Tárgyválasztás +container.brewing=Főzőállvány +container.chest=Láda +container.chestDouble=Nagy láda +container.minecart=Csille +container.enderchest=Végzetláda + +item.dyed=Festett + +entity.Item.name=Tárgy +entity.XPOrb.name=Tapasztalati gömb +entity.SmallFireball.name=Kis tűzgolyó +entity.Fireball.name=Tűzgolyó + +entity.Arrow.name=nyíl +entity.Snowball.name=Hógolyó +entity.Painting.name=Festmény + +entity.Mob.name=Mob +entity.Monster.name=Szörny + +entity.Creeper.name=Creeper +entity.Skeleton.name=Csontváz +entity.Spider.name=Pók +entity.Giant.name=Óriás +entity.Zombie.name=Zombi +entity.Slime.name=Nyálka +entity.Ghast.name=Kísértet +entity.PigZombie.name=Zombi-malacember +entity.Enderman.name=Bevégző +entity.Silverfish.name=Ezüstmoly +entity.CaveSpider.name=Bányapók +entity.Blaze.name=Őrláng +entity.LavaSlime.name=Magmakocka +entity.MushroomCow.name=Múúmba +entity.Villager.name=Falusi +entity.VillagerGolem.name=Vasgólem +entity.SnowMan.name=Hógólem +entity.EnderDragon.name=Végzetsárkány +entity.WitherBoss.name=Wither +entity.Witch.name=Boszorkány + +entity.Pig.name=Malac +entity.Sheep.name=Bárány +entity.Cow.name=Tehén +entity.Chicken.name=Csirke +entity.Squid.name=Tintahal +entity.Wolf.name=Farkas +entity.Ozelot.name=Ocelot +entity.Cat.name=Macska +entity.Bat.name=Denevér + +entity.PrimedTnt.name=TNT-blokk +entity.FallingSand.name=Zuhanó blokk + +entity.Minecart.name=Csille +entity.Boat.name=Csónak + +entity.generic.name=ismeretlen + +death.fell.accident.ladder=%1$s lezuhant egy létráról +death.fell.accident.vines=%1$s lezuhant az indákról +death.fell.accident.water=%1$s kiesett a vízből +death.fell.accident.generic=%1$s lezuhant a magasból +death.fell.killer=%1$s zuhanva végezte be +death.fell.assist=%1$s zuhanva végezte be %2$s keze által +death.fell.assist.item=%1$s zuhanva végezte be %2$s keze által a következőt használva: %3$s +death.fell.finish=%1$s túl nagyot zuhant, %2$s kivégezte +death.fell.finish.item=%1$s túl nagyot zuhant, %2$s kivégezte ezzel: %3$s + +death.attack.inFire=%1$s lángba borult +death.attack.inFire.player=%1$s belesétált a tűzbe, miközben vele harcolt: %2$s +death.attack.onFire=%1$s összeégett +death.attack.onFire.player=%1$s ropogósra sült, miközben vele harcolt: %2$s +death.attack.lava=%1$s megpróbált lávában úszni +death.attack.lava.player=%1$s megpróbált lávában úszni, miközben %2$s elől menekült +death.attack.inWall=%1$s beszorult egy falba +death.attack.drown=%1$s megfulladt +death.attack.drown.player=%1$s megfulladt, miközben %2$s elől menekült +death.attack.starve=%1$s éhen halt +death.attack.cactus=%1$s belehalt a szurkálásba +death.attack.cactus.player=%1$s belesétált egy kaktuszba, miközben %2$s elől menekült +death.attack.generic=%1$s meghalt +death.attack.explosion=%1$s felrobbant +death.attack.explosion.player=%1$s %2$s robbantásának áldozatává vált +death.attack.magic=%1$s varázslat áldozatává vált +death.attack.wither=%1$s elsorvadt +death.attack.anvil=%1$s kilapult egy lezuhanó üllő alatt +death.attack.fallingBlock=%1$s kilapult egy lezuhanó blokk alatt +death.attack.mob=%1$s-t megölte egy %2$s +death.attack.player=%1$s-t levágta %2$s +death.attack.player.item=%1$s-t levágta %2$s ezzel: %3$s +death.attack.arrow=%1$s-t lelőtte %2$s +death.attack.arrow.item=%1$s-t lelőtte %2$s ezzel: %3$s +death.attack.fireball=%1$s-t letűzgolyózta %2$s +death.attack.fireball.item=%1$s-t letűzgyolyózta %2$s ezzel: %3$s +death.attack.thrown=%1$s-t lecsapta %2$s +death.attack.thrown.item=%1$s-t lecsapta %2$s ezzel: %3$s +death.attack.indirectMagic=%1$s belehalt %2$s varázslatába +death.attack.indirectMagic.item=%1$s-t megölte %2$s ezzel: %3$s +death.attack.thorns=%1$s meghalt, miközben %2$s páncélját ütögette +death.attack.fall=%1$s túl erősen ért földet +death.attack.outOfWorld=%1$s kizuhant a világból + +deathScreen.respawn=Újraéledés +deathScreen.deleteWorld=Világ törlése +deathScreen.titleScreen=Főmenü +deathScreen.score=Pontszám +deathScreen.title.hardcore=Vége a játéknak! +deathScreen.hardcoreInfo=Nem éledhedsz újjá extra nehéz módban! +deathScreen.title=Meghaltál! +deathScreen.leaveServer=Szerver elhagyása + +potion.empty=Nincs hatás +potion.moveSpeed=Gyorsaság +potion.moveSlowdown=Lassúság +potion.digSpeed=Sietség +potion.digSlowDown=Bányászfáradtság +potion.damageBoost=Erő +potion.weakness=Gyengeség +potion.heal=Azonnali gyógyulás +potion.harm=Azonnali sebzés +potion.jump=Magasugrás +potion.confusion=Émelygés +potion.regeneration=Regeneráció +potion.resistance=Ellenállás +potion.fireResistance=Tűzállóság +potion.waterBreathing=Vízlégzés +potion.invisibility=Láthatatlanság +potion.blindness=Vakság +potion.nightVision=Éjjellátás +potion.hunger=Éhség +potion.poison=Méreg +potion.wither=Sorvadás + +potion.moveSpeed.postfix=Gyorsaság itala +potion.moveSlowdown.postfix=Lassúság itala +potion.digSpeed.postfix=Sietség itala +potion.digSlowDown.postfix=Tompító szérum +potion.damageBoost.postfix=Erő itala +potion.weakness.postfix=Gyengeség itala +potion.heal.postfix=Gyógyítás itala +potion.harm.postfix=Sebzés itala +potion.jump.postfix=Szökkenő szérum +potion.confusion.postfix=Émelygés széruma +potion.regeneration.postfix=Regeneráló szérum +potion.resistance.postfix=Ellenállóság széruma +potion.fireResistance.postfix=Tűzállóság itala +potion.waterBreathing.postfix=Vízalatti légzés itala +potion.invisibility.postfix=Láthatatlanság széruma +potion.blindness.postfix=Vakító méreg +potion.nightVision.postfix=Éjjellátás itala +potion.hunger.postfix=Éhség itala +potion.poison.postfix=Méreg +potion.wither.postfix=Az elsorvadás itala + +potion.potency.0= +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV + +potion.prefix.grenade=Robbanó +potion.prefix.mundane=Átlagos +potion.prefix.uninteresting=Érdektelen +potion.prefix.bland=Enyhe +potion.prefix.clear=Tiszta +potion.prefix.milky=Tejszerű +potion.prefix.diffuse=Terjengős +potion.prefix.artless=Egyszerű +potion.prefix.thin=Híg +potion.prefix.awkward=Ügyetlen +potion.prefix.flat=Állott +potion.prefix.bulky=Terjedelmes +potion.prefix.bungling=Elrontott +potion.prefix.buttered=Zsíros +potion.prefix.smooth=Sima +potion.prefix.suave=Lágy +potion.prefix.debonair=Kellemes +potion.prefix.thick=Sűrű +potion.prefix.elegant=Elegáns +potion.prefix.fancy=Tarka +potion.prefix.charming=Bájos +potion.prefix.dashing=Lendületes +potion.prefix.refined=Finomított +potion.prefix.cordial=Szívélyes +potion.prefix.sparkling=Ragyogó +potion.prefix.potent=Erős +potion.prefix.foul=Koszos +potion.prefix.odorless=Szagtalan +potion.prefix.rank=Avas +potion.prefix.harsh=Nyers +potion.prefix.acrid=Fanyar +potion.prefix.gross=Undorító +potion.prefix.stinky=Büdös + +enchantment.damage.all=Élesség +enchantment.damage.undead=Sújtás +enchantment.damage.arthropods=Ízeltlábúak veszedelme +enchantment.knockback=Hátralökés +enchantment.fire=Szikrából pattant +enchantment.protect.all=Védelem +enchantment.protect.fire=Tűzállóság +enchantment.protect.fall=Könnyű esés +enchantment.protect.explosion=Robbanásvédelem +enchantment.protect.projectile=Lövedék Védelem +enchantment.oxygen=Légzés +enchantment.waterWorker=Víz Affinitás +enchantment.digging=Hatékonyság +enchantment.untouching=Gyengéd Érintés +enchantment.durability=Törhetetlenség +enchantment.lootBonus=Zsákmányolás +enchantment.lootBonusDigger=Szerencse +enchantment.arrowDamage=Erő +enchantment.arrowFire=Láng +enchantment.arrowKnockback=Ütés +enchantment.arrowInfinite=Végtelen +enchantment.thorns=Tüskék + +enchantment.level.1=I +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.level.10=X + +gui.achievements=Mérföldkövek +gui.stats=Statisztikák + +stat.generalButton=Általános +stat.blocksButton=Blokkok +stat.itemsButton=Tárgyak + +stat.used=Használva +stat.mined=Bányászva +stat.depleted=Elhasználva +stat.crafted=Elkészítve + +stat.startGame=Játékok száma +stat.createWorld=Játszott világok száma +stat.loadWorld=Betöltött mentések +stat.joinMultiplayer=Többjátékos csatlakozások +stat.leaveGame=Kilépések száma + +stat.playOneMinute=Játékidő + +stat.walkOneCm=Távolság sétálva +stat.fallOneCm=Távolság zuhanva +stat.swimOneCm=Távolság úszva +stat.flyOneCm=Repülve megtett út +stat.climbOneCm=Távolság mászva +stat.diveOneCm=Távolság víz alatt +stat.minecartOneCm=Távolság csillével +stat.boatOneCm=Távolság csónakkal +stat.pigOneCm=Távolság disznóháton +stat.jump=Ugrások +stat.drop=Eldobott tárgyak + +stat.damageDealt=Okozott sebzés +stat.damageTaken=Elszenvedett sérülés +stat.deaths=Halálok száma +stat.mobKills=Megölt lények +stat.playerKills=Megölt játékosok +stat.fishCaught=Kifogott halak + +stat.mineBlock=%1$s bányászott +stat.craftItem=%1$s készített +stat.useItem=%1$s használt +stat.breakItem=%1$s elhasznált + +achievement.get=Új mérföldkő! + +achievement.taken=Teljesítve! + +achievement.requires=Szükséges: '%1$s ' +achievement.openInventory=Felszerelés +achievement.openInventory.desc=Nyomd meg az '%1$s ' gombot az eszköztárad kinyitásához. +achievement.mineWood=Fanyűvő +achievement.mineWood.desc=Kezdj el ütni egy fát addig, míg egy fa blokk nem esik ki belőle! +achievement.buildWorkBench=Barkácsolj! +achievement.buildWorkBench.desc=Készíts egy munkaasztalt négy deszkából! +achievement.buildPickaxe=Vár a bánya! +achievement.buildPickaxe.desc=Készíts egy csákányt deszkából és botokból +achievement.buildFurnace=Kemencében sült... +achievement.buildFurnace.desc=Készíts egy kemencét nyolc darab zúzott kőblokkból! +achievement.acquireIron=Önts vasat! +achievement.acquireIron.desc=Önts egy vasrudat a nyers vasércből! +achievement.buildHoe=Ideje földet művelni! +achievement.buildHoe.desc=Készíts egy kapát deszkából és botokból +achievement.makeBread=Süss kenyeret! +achievement.makeBread.desc=Készíts kenyeret a búzából! +achievement.bakeCake=A hazugság +achievement.bakeCake.desc=Búza, cukor, tej és tojás! +achievement.buildBetterPickaxe=Jól jön a fejlesztés +achievement.buildBetterPickaxe.desc=Készíts egy jobb csákányt +achievement.cookFish=A tenger gyümölcse +achievement.cookFish.desc=Fogj ki és süss meg egy halat! +achievement.onARail=Sínen vagy +achievement.onARail.desc=Utazz csillével a kiindulóponttól legalább 1 km-re +achievement.buildSword=Harcra fel! +achievement.buildSword.desc=Készíts kardot deszkából és botokból +achievement.killEnemy=Szörnyvadász +achievement.killEnemy.desc=Támadj meg és pusztíts el egy szörnyet! +achievement.killCow=Vágóhíd +achievement.killCow.desc=Szerezz némi bőrt +achievement.flyPig=Majd ha malacok potyognak az égből! +achievement.flyPig.desc=Nyergelj meg egy malacot, s vágtass le vele egy magaslati pontról! +achievement.snipeSkeleton=Lövészpárbaj +achievement.snipeSkeleton.desc=Ölj meg egy csontvázat nyíllal legalább 50 méterről +achievement.diamonds=GYÉMÁNTOK! +achievement.diamonds.desc=Szerezz gyémántot a vas szerszámaiddal +achievement.portal=Hívogató mélység +achievement.portal.desc=Építs egy portált az Alvilágba +achievement.ghast=Vissza a feladónak +achievement.ghast.desc=Ölj meg egy kísértetet a saját tűzlabdájával! +achievement.blazeRod=A tűz lelke +achievement.blazeRod.desc=Szabadíts meg egy őrlángot a lángrúdjától +achievement.potion=Helyi kémikus +achievement.potion.desc=Főzz egy bájitalt +achievement.theEnd=A Vég? +achievement.theEnd.desc=Juss el a Végbe +achievement.theEnd2=A Vég. +achievement.theEnd2.desc=Győzd le a Végzet Sárkányát +achievement.enchantments=Bűvölő +achievement.enchantments.desc=Használj könyvet, obszidiánt és gyémántot egy varázslóasztal készítéséhez +achievement.overkill=Halálos túlzás +achievement.overkill.desc=Okozz nyolc szívnyi sebzést egyetlen támadással! +achievement.bookcase=Könyvmoly +achievement.bookcase.desc=Építs néhány könyvespolcot, hogy emeld a varázslóasztalod hatékonyságát + +commands.generic.exception=Ismeretlen hiba történt a következő parancs végrehajtásakor +commands.generic.syntax=Szabálytalan formátumú parancs +commands.generic.player.notFound=Nincs ilyen játékos +commands.generic.notFound=Ismeretlen parancs. A parancsok listájáért írd be: /help +commands.generic.num.invalid='%s' nem érvényes szám +commands.generic.num.tooSmall=A megadott szám (%d) túl kicsi, legalább %d kell hogy legyen +commands.generic.num.tooBig=A megadott szám (%d) túl nagy, legfeljebb %d lehet +commands.generic.double.tooSmall=A megadott szám (%.2f) túl kicsi, legkisebb értéke %.2f lehet +commands.generic.double.tooBig=A megadott szám (%.2f) túl nagy, legfeljebb %.2f lehet +commands.generic.usage=Használat: %s + +commands.xp.failure.widthdrawXp=Nem adhatsz a játékosnak negatív tapasztalatpontokat +commands.xp.success=%d tapasztalat adva %s játékosnak +commands.xp.success.levels=%d szint adva %s játékosnak +commands.xp.success.negative.levels=%d szint levonva tőle: %s +commands.xp.usage=/xp [játékos] VAGY /xp L [játékos] +commands.give.usage=/give [darabszám] [adatok] +commands.give.notFound=Nem létezik tárgy %d azonosítószámmal +commands.give.success=%s (ID %d) * %d adva %s játékosnak +commands.effect.usage=/effect [seconds] [amplifier] +commands.effect.notFound=There is no such mob effect with ID %d +commands.effect.success=Given %1$s (ID %2$d) * %3$d to %4$s for %5$d seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.enchant.usage=/enchant [szint] +commands.enchant.notFound=Nincs ilyen varázs azonosító: %d +commands.enchant.noItem=A célpont kezében nincs tárgy +commands.enchant.cantEnchant=A kiválasztott varázs nem adható hozzá a céltárgyhoz +commands.enchant.cantCombine=%1$s és %2$s nem kombinálható +commands.enchant.success=Sikeres varázslat +commands.clear.usage=/clear [tárgy] [adat] +commands.clear.success=%s felszerelése kiürítve, %d tárgy eltávolítva +commands.clear.failure=Could not clear the inventory of %s, no items to remove +commands.downfall.success=Csapadék átállítva +commands.time.usage=/time <érték> +commands.time.added=%d hozzáadva az időhöz +commands.time.set=Idő átállítva %d értékre +commands.players.list=%d/%d játékos van online: +commands.banlist.ips=Összesen %d letiltott IP cím van: +commands.banlist.players=Összesen %d kitiltott játékos van: +commands.banlist.usage=/banlist [ips|players] +commands.kick.success=%s kidobva a játékból +commands.kick.success.reason=%s kidobva a játékból: '%s' +commands.kick.usage=/kick [ok ...] +commands.op.success=%s op jogokat kapott +commands.op.usage=/op +commands.deop.success=Op jogok megvonva: %s +commands.deop.usage=/deop +commands.say.usage=/say <üzenet ...> +commands.ban.success=%s nevű játékos kitiltva +commands.ban.usage=/ban [ok ...] +commands.unban.success=%s nevű játékos tiltása feloldva +commands.unban.usage=/pardon +commands.banip.invalid=Hibás IP címet adtál meg, vagy olyan játékost, aki jelenleg nincs online +commands.banip.success=IP cím letiltva: %s +commands.banip.success.players=IP cím letiltva: %s (játékos: %s) +commands.banip.usage=/ban-ip [ok ...] +commands.unbanip.invalid=Hibás IP címet adtál meg +commands.unbanip.success=IP cím tiltása feloldva: %s +commands.unbanip.usage=/pardon-ip +commands.save.enabled=A világ automatikus mentése bekapcsolva +commands.save.disabled=A világ automatikus mentése kikapcsolva +commands.save.start=Mentés... +commands.save.success=Világ elmentve +commands.save.failed=A mentés sikertelen: %s +commands.stop.start=Szerver leállítása +commands.tp.success=%s elteleportálva %s játékoshoz +commands.tp.success.coordinates=%s elteleportálva %.2f, %.2f, %.2f koordinátákra +commands.tp.usage=/tp [teleportálandó játékos] VAGY /tp [teleportálandó játékos] +commands.tp.notSameDimension=Nem sikerült teleportálni, mert a játékosok nincsenek ugyanabban a dimenzióban +commands.whitelist.list=%d fehérlistás játékos (összesen %d a listán): +commands.whitelist.enabled=Fehérlista bekapcsolva +commands.whitelist.disabled=Fehérlista kikapcsolva +commands.whitelist.reloaded=Fehérlista újratöltve +commands.whitelist.add.success=%s hozzáadva a fehérlistához +commands.whitelist.add.usage=/whitelist add +commands.whitelist.remove.success=%s levéve a fehérlistáról +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.scoreboard.usage=/scoreboard +commands.scoreboard.teamNotFound=Nem található '%s' nevű csapat +commands.scoreboard.objectiveNotFound=Nem található '%s' nevű cél +commands.scoreboard.objectiveReadOnly=A(z) '%s' cél csak olvasható, így nem változtatható meg +commands.scoreboard.objectives.usage=/scoreboard objectives +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [cél] +commands.scoreboard.objectives.setdisplay.invalidSlot=Nincs '%s' nevű megjelenítő hely +commands.scoreboard.objectives.setdisplay.successCleared=Célt megjelenítő hely törölve: '%s' +commands.scoreboard.objectives.setdisplay.successSet=A cél megjelenítése '%s' helyen beállítva erre: '%s' +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [megjelenítő név] +commands.scoreboard.objectives.add.wrongType=Hibás feltétel típus. A következők használhatók: %s +commands.scoreboard.objectives.add.alreadyExists=Már létezik cél '%s' néven +commands.scoreboard.objectives.add.tooLong=A(z) '%s' célnév túl hosszú, legfeljebb %d karakter lehet +commands.scoreboard.objectives.add.displayTooLong=A(z) '%s' megjelenített célnév túl hosszú, legfeljebb %d karakter lehet +commands.scoreboard.objectives.add.success='%s' új cél sikeresen hozzáadva +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.remove.success='%s' cél sikeresen törölve +commands.scoreboard.objectives.list.count=%d cél jelenik meg az eredményjelző táblán +commands.scoreboard.objectives.list.entry=- %s: megjelenítve mint: '%s', típusa '%s' +commands.scoreboard.objectives.list.empty=Nincsenek célok az eredményjelző táblán +commands.scoreboard.players.usage=/scoreboard players +commands.scoreboard.players.set.success=%s célhoz %s játékosnak %d pont beállítva +commands.scoreboard.players.set.usage=/scoreboard players set +commands.scoreboard.players.add.usage=/scoreboard players add +commands.scoreboard.players.remove.usage=/scoreboard players remove +commands.scoreboard.players.reset.usage=/scoreboard players reset +commands.scoreboard.players.reset.success=%s játékos minden pontszáma nullázva +commands.scoreboard.players.list.count=%d játékos jelenik meg az eredményjelző táblán +commands.scoreboard.players.list.empty=Nincsenek játékosok az eredményjelző táblán +commands.scoreboard.players.list.player.count=%d cél jelenik meg %s számára +commands.scoreboard.players.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.players.list.player.empty=%s játékosnak nincsenek pontjai +commands.scoreboard.teams.usage=/scoreboard teams +commands.scoreboard.teams.add.usage=/scoreboard teams add [megjelenített név] +commands.scoreboard.teams.add.alreadyExists=Már létezik '%s' nevű csapat +commands.scoreboard.teams.add.tooLong=A(z) '%s' csapatnév túl hosszú, legfeljebb %d karakter lehet +commands.scoreboard.teams.add.displayTooLong=A(z) '%s' megjelenített csapatnév túl hosszú, legfeljebb %d karakter lehet +commands.scoreboard.teams.add.success='%s' csapat sikeresen hozzáadva +commands.scoreboard.teams.list.usage=/scoreboard teams list [név] +commands.scoreboard.teams.list.count=%d csapat jelenik meg az eredményjelző táblán +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' - %3$d játékos +commands.scoreboard.teams.list.empty=Nincs bejegyzett csapat az eredményjelző táblán +commands.scoreboard.teams.list.player.count=%d játékos van a(z) %s csapatban +commands.scoreboard.teams.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.teams.list.player.empty=%s csapatnak nincsenek játékosai +commands.scoreboard.teams.empty.usage=/scoreboard teams clear +commands.scoreboard.teams.empty.alreadyEmpty=A(z) %s csapat már üres, a törlés nem lehetséges +commands.scoreboard.teams.empty.success=Az összes (%d) játékos eltávolítva %s csapatból +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.remove.success=%s csapat törölve +commands.scoreboard.teams.join.usage=/scoreboard teams join [játékos] +commands.scoreboard.teams.join.success=%d játékos a(z) %s csapatba került: %s +commands.scoreboard.teams.join.failure=%d játékos nem kerülhetett a(z) %s csapatba: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [játékos] +commands.scoreboard.teams.leave.success=%d játékos kiléptetve a csapatából: %s +commands.scoreboard.teams.leave.failure=Nem lehetett %d játékost eltávolítani a csapatából: %s +commands.scoreboard.teams.leave.noTeam=Nem vagy csapatban +commands.scoreboard.teams.option.usage=/scoreboard teams option <érték> +commands.scoreboard.teams.option.noValue=%s beállítás lehetséges értékei: %s +commands.scoreboard.teams.option.success=Set option %s for team %s to %s +commands.gamemode.success.self=Új játékmódod: %s +commands.gamemode.success.other=%s új játékmódja: %s +commands.gamemode.usage=/gamemode [játékos] +commands.defaultgamemode.usage=/defaultgamemode +commands.defaultgamemode.success=A világ alapértelmezett játékmódja mostantól a %s +commands.me.usage=/me +commands.help.header=--- %d. súgólap mutatása az összesen %d lapból (/help ) --- +commands.help.footer=Tipp: Használd a billentyűt gépelés közben a parancs vagy a paraméterek automatikus kiegészítéséhez +commands.help.usage=/help [oldal|parancs neve] +commands.publish.started=Helyi játék kiszolgálása: %s +commands.publish.failed=Helyi játék kiszolgálása sikertelen +commands.debug.start=Hibakeresési naplózás elindítva +commands.debug.stop=Hibakeresési naplózás leállítva %.2f másodperc (%d tick) után +commands.debug.notStarted=Nem állíthatod le a naplózást, amíg nem indítottad el azt! +commands.debug.usage=/debug +commands.message.usage=/tell +commands.message.sameTarget=Nem küldhetsz privát üzenetet önmagadnak! +commands.message.display.outgoing=Suttogsz %s játékosnak: %s +commands.message.display.incoming=%s suttog neked: %s +commands.difficulty.usage=/difficulty <új nehézség> +commands.difficulty.success=A játék nehézsége átállítva %s szintre +commands.spawnpoint.usage=/spawnpoint VAGY /spawnpoint VAGY /spawnpoint +commands.spawnpoint.success=%s termőpontja átállítva %d, %d, %d koordinátákra +commands.gamerule.usage=/gamerule <érték> VAGY /gamerule +commands.gamerule.success=A játék szabályai frissültek +commands.gamerule.norule=Nincs '%s' nevű játékszabály +commands.weather.usage=/weather [időtartam másodpercekben] +commands.weather.clear=Váltás tiszta időre +commands.weather.rain=Váltás esős időre +commands.weather.thunder=Váltás viharos időre +commands.testfor.usage=/testfor +commands.testfor.failed=A /testfor csak analóg kimenettel rendelkező parancsblokknál használható + +itemGroup.buildingBlocks=Építőelemek +itemGroup.decorations=Díszítőelemek +itemGroup.redstone=Vöröskő +itemGroup.transportation=Közlekedés +itemGroup.misc=Egyéb +itemGroup.search=Tárgyak keresése +itemGroup.food=Ételek +itemGroup.tools=Szerszámok +itemGroup.combat=Harc +itemGroup.brewing=Bájitalfőzés +itemGroup.materials=Alapanyagok +itemGroup.inventory=Túlélő felszerelés + +inventory.binSlot=Tárgy megsemmisítése + +advMode.setCommand=Konzol-parancs beállítása a blokkhoz +advMode.command=Konzol-parancs +advMode.nearestPlayer=Legközelebbi játékos kiválasztása: @p +advMode.randomPlayer=Véletlenszerű játékosválasztás: @r +advMode.allPlayers=Minden játékos kiválasztása: @a + +advMode.notEnabled=A parancsblokkok nem engedélyezettek ezen a szerveren +advMode.notAllowed=Kreatív módban lévő opnak kell lenned a használathoz + +mco.title=Minecraft Realms +mco.selectServer.select=Kapcsolódás +mco.selectServer.configure=Beállítások +mco.selectServer.create=Világ létrehozása +mco.selectServer.moreinfo=További adatok + +mco.configure.world.edit.title=Világ szerkesztése + +mco.configure.world.title=Világ beállításai +mco.configure.world.name=Név +mco.configure.world.description=Leírás +mco.configure.world.location=Hely +mco.configure.world.invited=Meghívás +mco.configure.world.buttons.edit=Szerkesztés +mco.configure.world.buttons.reset=Alaphelyzet +mco.configure.world.buttons.done=Kész +mco.configure.world.buttons.delete=Törlés +mco.configure.world.buttons.open=Világ megnyitása +mco.configure.world.buttons.close=Világ bezárása +mco.configure.world.buttons.invite=Meghívás +mco.configure.world.buttons.uninvite=Meghívás törlése +mco.configure.world.buttons.subscription=Subscription +mco.configure.world.invite.profile.name=Név +mco.configure.world.uninvite.question=Biztosan visszavonod a meghívást + +mco.configure.world.subscription.title=Subscription Info +mco.configure.world.subscription.daysleft=Days Left +mco.configure.world.subscription.start=Start Date +mco.configure.world.subscription.extend=Extend + +mco.create.world.location.title=Helyek +mco.create.world.location.warning=Lehetséges, hogy nem pontosan a kiválasztott helyet kapod +mco.create.world.wait=Világ létrehozása... + +mco.reset.world.title=Világ alaphelyzetbe +mco.reset.world.warning=Ezzel véglegesen törlöd a világot! +mco.reset.world.seed=Kezdőérték (opcionális) +mco.reset.world.resetting.screen.title=Világ alaphelyzetbe állítása... + +mco.configure.world.close.question.line1=A világod elérhetetlen lesz. +mco.configure.world.close.question.line2=Biztos vagy benne, hogy ezt akarod? + +mco.connect.connecting=Csatlakozás az online szerverhez... +mco.connect.authorizing=Bejelentkezés... +mco.connect.failed=Nem sikerült kapcsolódni az online szerverhez + +mco.create.world=Létrehozás + diff --git a/1.5.2/lang/id_ID.lang b/1.5.2/lang/id_ID.lang new file mode 100644 index 00000000..a07fb17a --- /dev/null +++ b/1.5.2/lang/id_ID.lang @@ -0,0 +1,1293 @@ +#X-Generator: crowdin.net + +language.name=Bahasa Indonesia +language.region=ID +language.code=id_ID + +gui.done=Selesai +gui.cancel=Batal +gui.back=Back +gui.toMenu=Kembali ke Menu +gui.up=Atas +gui.down=Bawah +gui.yes=Ya +gui.no=Tidak + +menu.singleplayer=Bermain Sendiri +menu.multiplayer=Bermain Bersama +menu.online=Minecraft Realms +menu.options=Pilihan... +menu.quit=Keluar Permainan +menu.returnToMenu=Simpan dan Keluar ke Menu +menu.disconnect=Putus +menu.returnToGame=Kembali ke Permainan +menu.switchingLevel=Beralih dunia +menu.generatingLevel=membuat dunia +menu.loadingLevel=Memuat Dunia +menu.generatingTerrain=Membangun daerah +menu.convertingLevel=Mengkonversi dunia +menu.simulating=Mensimulasikan Dunia beberapa saat +menu.respawning=Hidup Kembali +menu.shareToLan=Terbuka untuk LAN + +selectWorld.title=Pilih Dunia +selectWorld.empty=Kosong +selectWorld.world=Dunia +selectWorld.select=Mainkan Dunia yg Dipilih +selectWorld.create=Buat Dunia Baru +selectWorld.recreate=Menciptakan Kembali +selectWorld.createDemo=Mainkan Demo Dunia Baru +selectWorld.delete=Hapus +selectWorld.rename=Ganti Nama +selectWorld.deleteQuestion=Apakah Anda yakin Anda ingin menghapus dunia ini? +selectWorld.deleteWarning=akan hilang selamanya! (Waktu yang lama!) +selectWorld.deleteButton=Hapus +selectWorld.renameButton=Ganti Nama +selectWorld.renameTitle=Ubah Nama Dunia +selectWorld.conversion=Harus Dikonversi! +selectWorld.newWorld=Dunia Baru +selectWorld.newWorld.copyOf=Salinan dari %s +selectWorld.enterName=Nama Dunia +selectWorld.resultFolder=Akan disimpan di: +selectWorld.enterSeed=Seed untuk Generator Dunia +selectWorld.seedInfo=Biarkan kosong untuk seed acak +selectWorld.cheats=Cheats +selectWorld.customizeType=Sesuaikan + +createWorld.customize.presets=Preset +createWorld.customize.presets.title=Pilih Preset +createWorld.customize.presets.select=Gunakan Preset +createWorld.customize.presets.share=Ingin berbagi pengaturan mu dengan orang lain? Gunakan kotak di bawah! +createWorld.customize.presets.list=Atau, inilah beberapa yang kita buat sebelumnya! +createWorld.customize.flat.title=Kustomisasi Dunia Rata +createWorld.customize.flat.tile=Lapisan Material +createWorld.customize.flat.height=Tinggi +createWorld.customize.flat.addLayer=Tambahkan Lapisan +createWorld.customize.flat.editLayer=Edit Lapisan +createWorld.customize.flat.removeLayer=Hapus Lapisan +createWorld.customize.flat.layer.top=Atas - %d +createWorld.customize.flat.layer=%d +createWorld.customize.flat.layer.bottom=Bawah - %d + +gameMode.survival=Mode Bertahan Hidup +gameMode.creative=Mode Kreatif +gameMode.adventure=Modus Petualangan +gameMode.hardcore=Mode Menantang! +gameMode.changed=Mode Permainan Anda Telah Diperbarui + +selectWorld.gameMode=Mode Permainan: +selectWorld.gameMode.survival=Bertahan Hidup +selectWorld.gameMode.survival.line1=Mencari sumber daya, membuat, dapat +selectWorld.gameMode.survival.line2=Tingkat, Kesehatan dan Kelaparan +selectWorld.gameMode.creative=Kreatif +selectWorld.gameMode.creative.line1=Sumber daya tak terbatas, terbang bebas dan +selectWorld.gameMode.creative.line2=menghancurkan block langsung +selectWorld.gameMode.hardcore=Menantang +selectWorld.gameMode.hardcore.line1=Sama seperti mode Bertahan Hidup, terkunci di kesulitan tertinggi +selectWorld.gameMode.hardcore.line2=Paling susah, dan hanya 1 nyawa +selectWorld.gameMode.adventure=Petualangan +selectWorld.gameMode.adventure.line1=Sama seperti mode bertahan hidup, tetapi tidak bisa +selectWorld.gameMode.adventure.line2=menaruh atau menghancurkan blok +selectWorld.moreWorldOptions=Pilihan Dunia Lainnya... +selectWorld.mapFeatures=Buat Struktur: +selectWorld.mapFeatures.info=Desa, Dungeon dll +selectWorld.mapType=Jenis Dunia: +selectWorld.mapType.normal=Normal +selectWorld.allowCommands=Membolehkan Cheats: +selectWorld.allowCommands.info=Perintah seperti /gamemode,/XP +selectWorld.hardcoreMode=Menantang: +selectWorld.hardcoreMode.info=Dunia dihapus saat mati +selectWorld.bonusItems=Bonus Chest: + +generator.default=Default +generator.flat=Super Rata +generator.largeBiomes=Bioma besar + +selectServer.title=Pilih Server +selectServer.empty=kosong +selectServer.select=Bergabung dengan Server +selectServer.direct=Langsung Masuk +selectServer.edit=Ubah +selectServer.delete=Hapus +selectServer.add=Tambah Server +selectServer.defaultName=Server Minecraft +selectServer.deleteQuestion=Apakah kamu yakin ingin menghapus server ini? +selectServer.deleteWarning=Akan Hilang Selamanya! (TIDAK BAKAL BALIK) +selectServer.deleteButton=Hapus +selectServer.refresh=Refresh +selectServer.hiddenAddress=(Tersembunyi) +addServer.title=Ubah Info Server +addServer.enterName=Nama server +addServer.enterIp=Alamat Server +addServer.add=Selesai +addServer.hideAddress=Sembunyikan Alamat +lanServer.title=Dunia LAN +lanServer.scanning=Scanning for games on your local network +lanServer.start=Memulai Dunia LAN +lanServer.otherPlayers=Pengaturan untuk pemain lain +mcoServer.title=Minecraft Online + +multiplayer.title=Main Multiplayer +multiplayer.connect=Hubungkan +multiplayer.info1=Minecraft Multiplayer saat ini belum selesai, tapi ada +multiplayer.info2=beberapa kerusakan di versi test +multiplayer.ipinfo=Masukkan IP server untuk menyambung ke: + +multiplayer.texturePrompt.line1=Server ini Merekomendasikan penggunaan Texture Pack Khusus +multiplayer.texturePrompt.line2=Apakah anda ingin mengunduh dan menginstal secara otomatis? + +multiplayer.downloadingTerrain=Men-download Dunia + +multiplayer.stopSleeping=Bangun + +chat.link.confirm=Apakah anda yakin anda ingin membuka situs berikut? +chat.link.warning=Jangan pernah membuka link dari orang yang kamu tidak percayai! +chat.copy=Salin ke Papan Teks + +menu.playdemo=Bermain di versi demo +menu.resetdemo=Reset Demo World +demo.day.1=Demo ini hanya akan berakhir selama lima hari, lakukan yg terbaik! +demo.day.2=Hari Kedua +demo.day.3=Hari Ketiga +demo.day.4=Hari Keempat +demo.day.5=Ini adalah hari terakhirmu! +demo.day.warning=Waktumu hampir habis! +demo.day.6=Kamu sudah melewati hari kelima mu, gunakan F2 untuk menyimpan screenshot dari kreasi mu +demo.reminder=Demo sudah berakhir, Beli gamenya untuk melanjutkan atau buat Dunia baru! +demo.remainingTime=Waktu tersisa: %s +demo.demoExpired=Waktu demo sudah habis! +demo.help.movement=Gunakan %1$s, %2$s, %3$s, %4$s dan mouse untuk bergerak +demo.help.movementShort=Bergerak dengan menekan %1$s, %2$s, %3$s, %4$s +demo.help.movementMouse=Gunakan mouse untuk melihat keadaan di sekitar +demo.help.jump=Lompat dengan menekan %1$s +demo.help.inventory=Gunakan %1$s untuk membuka Inventory mu +demo.help.title=Minecraft Demo Mode +demo.help.fullWrapped=Demo ini akan berlansung 5 hari di game (sekitar 1 jam dan 40 menit di waktu sungguhan). Cek achievements untuk pentunjuk! Selamat bersenang-senang! +demo.help.buy=Beli Sekarang! +demo.help.later=Lanjukan Permainan! + +connect.connecting=Menghubungkan ke server... +connect.authorizing=Masuk... +connect.failed=Gagal menyambung ke server + +disconnect.genericReason=%s +disconnect.disconnected=Diputus oleh Server +disconnect.lost=Kehilangan koneksi +disconnect.kicked=Di Keluarkan dari Server +disconnect.timeout=Waktu Habis +disconnect.closed=Koneksi Tertutup +disconnect.loginFailed=Gagal Masuk +disconnect.loginFailedInfo=Gagal Masuk: %s +disconnect.quitting=Keluar +disconnect.endOfStream=Koneksi berakhir +disconnect.overflow=Kelebihan Data +disconnect.spam=Ditendang Untuk Spamming + +options.off=Mati +options.on=Hidup +options.visible=Ditampilkan +options.hidden=Tersembunyi +options.title=Pengaturan +options.controls=Kontrol... +options.video=Pengaturan video... +options.language=Bahasa... +options.languageWarning=Terjemahan bahasa mungkin tidak 100% akurat +options.videoTitle=Pengaturan video +options.music=Musik +options.sound=Suara +options.invertMouse=Balik Arah Mouse +options.fov=Jarak Pandang +options.fov.min=Normal +options.fov.max=Sudut Luas +options.gamma=Kecerahan +options.gamma.min=Gelap +options.gamma.max=Terang +options.sensitivity=Sensitivitas +options.sensitivity.min=*menguap* +options.sensitivity.max=KECEPATAN SUPER!!! +options.renderDistance=Jarak Rendering +options.renderDistance.tiny=Pendek Sekali +options.renderDistance.short=Pendek +options.renderDistance.normal=Normal +options.renderDistance.far=Jauh +options.viewBobbing=Jalan Realistik +options.ao=Pencahayaan Halus +options.ao.off=Off +options.ao.min=Minimum +options.ao.max=Maximum +options.anaglyph=Gambar 3 Dimensi +options.framerateLimit=Kinerja +options.difficulty=Kesulitan +options.difficulty.peaceful=Tenang +options.difficulty.easy=Mudah +options.difficulty.normal=Normal +options.difficulty.hard=Susah +options.difficulty.hardcore=Menantang +options.graphics=Grafik +options.graphics.fancy=Bagus +options.graphics.fast=Cepat +options.guiScale=Skala GUI +options.guiScale.auto=Otomatis +options.guiScale.small=Kecil +options.guiScale.normal=Normal +options.guiScale.large=Besar +options.advancedOpengl=Advanced OpenGL +options.renderClouds=Awan +options.farWarning1=Java 64 Bit Dianjurkan +options.farWarning2=untuk jarak pandang 'Jauh' (punyamu 32 bit) +options.particles=Partikel +options.particles.all=Semua +options.particles.decreased=Dikurangi +options.particles.minimal=Minimal +options.multiplayer.title=Pengaturan Multiplayer... +options.chat.title=Pengaturan Chat... +options.chat.visibility=Obrolann +options.chat.visibility.full=Ditampilkan +options.chat.visibility.system=Hanya Perintah +options.chat.visibility.hidden=Tersembunyi +options.chat.color=Warna +options.chat.opacity=Keburaman +options.chat.links=Jaringan Web +options.chat.links.prompt=Meminta pada link +options.chat.scale=Skala +options.chat.width=Lebar +options.chat.height.focused=Tinggi Terfokus +options.chat.height.unfocused=Tinggi Tak Terfokus +options.showCape=Tunjukkan Jubah +options.serverTextures=Texture Server +options.snooper=Bolehkan Pengintai +options.snooper.view=Pengaturan Pengintai +options.snooper.title=Koleksi Mesin Spesifikasi +options.snooper.desc=Kami ingin mengumpulkan informasi tentang komputer Anda untuk membantu meningkatkan Minecraft dengan mengetahui apa kita dapat mendukung dan di mana masalah terbesar kita. Semua informasi ini benar-benar anonim dan dapat dilihat. Kami berjanji kami tidak akan melakukan apa pun yang buruk dengan data ini, tetapi jika Anda ingin Tidak ingin maka jangan ragu untuk mematikannya! +options.texture.pack=Paket Tekstur +options.fullscreen=Layar Penuh +options.vsync=Gunakan VSync +options.touchscreen=Mode Layar Sentuh + +performance.max=FPS Maximal +performance.balanced=Seimbang +performance.powersaver=Penghemat listrik + +controls.title=Kontrol + +key.forward=Maju +key.left=Kiri +key.back=Mundur +key.right=Kanan +key.jump=Lompat +key.inventory=Persediaan +key.drop=Jatuhkan +key.chat=Obrolan +key.fog=Ubah Kabut +key.sneak=Jongkok +key.playerlist=Daftar pemain +key.attack=Serang +key.use=Menggunakan Barang +key.pickItem=Mengambil blok +key.mouseButton=Tombol %1$s +key.command=Perintah + +texturePack.openFolder=Buka Folder Paket Tekstur +texturePack.title=Pilih Texture Pack +texturePack.folderInfo=(Taruh file Texture Pack disini) +texturePack.incompatible=Tidak Kompatibel + +book.pageIndicator=Halaman %1$s dari %2$s +book.byAuthor=oleh %1$s +book.signButton=Papan Tanda +book.editTitle=Masukkan judul buku: +book.finalizeButton=Terbitkan Dan Tutup +book.finalizeWarning=Perhatian! Ketika Anda menandatangani bukunya, buku tsb tidak bisa di ubah lagi. + +tile.stone.name=Batu + +tile.grass.name=Rumput +tile.dirt.name=Tanah +tile.stonebrick.name=Batu Kasar +tile.wood.name=Papan Kayu +tile.wood.oak.name=Papan Kayu Oak +tile.wood.spruce.name=Papan Kayu Cemara +tile.wood.birch.name=Papan Kayu Pinus +tile.wood.jungle.name=Papan Kayu Hutan +tile.sapling.oak.name=Bibit Ek +tile.sapling.spruce.name=Bibit Pohon Cemara +tile.sapling.birch.name=Bibit Pohon Pinus +tile.sapling.jungle.name=Bibit Pohon Hutan +tile.deadbush.name=Rumput Mati +tile.bedrock.name=Batu Dasar +tile.water.name=Air +tile.lava.name=Lava +tile.sand.name=Pasir +tile.sandStone.name=Batu Pasir +tile.sandStone.default.name=Batu Pasir +tile.sandStone.chiseled.name=Pahatan batu pasir +tile.sandStone.smooth.name=Pasir halus +tile.gravel.name=Kerikil +tile.oreGold.name=Bijih Emas +tile.oreIron.name=Bijih Besi +tile.oreCoal.name=Bijih Batubara +tile.log.name=Kayu +tile.log.oak.name=Kayu ek +tile.log.spruce.name=Kayu Cemara +tile.log.birch.name=Kayu Pinus +tile.log.jungle.name=Kayu Hutan +tile.leaves.name=Daun +tile.leaves.oak.name=Daun ek +tile.leaves.spruce.name=Daun Cemara +tile.leaves.birch.name=Daun Pinus +tile.leaves.jungle.name=Daun pohon hutan +tile.tallgrass.name=Rumput +tile.tallgrass.shrub.name=Semak +tile.tallgrass.grass.name=Rumput +tile.tallgrass.fern.name=Pakis +tile.sponge.name=Busa +tile.glass.name=Kaca +tile.thinGlass.name=Panel Kaca +tile.cloth.name=Wol +tile.flower.name=Bunga +tile.rose.name=Mawar +tile.mushroom.name=Jamur +tile.blockGold.name=Blok Emas +tile.blockIron.name=Blok Besi +tile.stoneSlab.stone.name=Lempeng Batu +tile.stoneSlab.sand.name=Lempeng Batu Pasir +tile.stoneSlab.wood.name=Lempeng Kayu +tile.stoneSlab.cobble.name=Lempeng Batu Kasar +tile.stoneSlab.brick.name=Lempeng Bata +tile.stoneSlab.smoothStoneBrick.name=Lempeng Batu Bata +tile.stoneSlab.netherBrick.name=Lempeng Bata Neraka +tile.stoneSlab.quartz.name=Lempengan kuarsa +tile.woodSlab.oak.name=Lempeng Kayu Ek +tile.woodSlab.spruce.name=Lempeng Kayu Cemara +tile.woodSlab.birch.name=Lemepeng Kayu Pinus +tile.woodSlab.jungle.name=Lempeng Kayu Hutan +tile.brick.name=Bata +tile.tnt.name=Bom +tile.bookshelf.name=Rak Buku +tile.stoneMoss.name=Batu Berlumut +tile.obsidian.name=Obsidian +tile.torch.name=Obor +tile.fire.name=Api +tile.mobSpawner.name=Spawner Monster +tile.stairsWood.name=Tangga kayu ek +tile.stairsWoodSpruce.name=Tangga kayu cemara +tile.stairsWoodBirch.name=Tangga Kayu Pinus +tile.stairsWoodJungle.name=Tangga kayu hutan +tile.chest.name=Peti +tile.chestTrap.name=Peti Jebakan +tile.redstoneDust.name=Bubuk Redstone +tile.oreDiamond.name=Bijih Berlian +tile.blockDiamond.name=Blok Berlian +tile.workbench.name=Meja Kerja +tile.crops.name=Tumbuhan +tile.farmland.name=Tanah Garapan +tile.furnace.name=Tungku +tile.sign.name=Papan Tanda +tile.doorWood.name=Pintu Kayu +tile.ladder.name=Tangga +tile.rail.name=Rel +tile.goldenRail.name=Rel Listrik +tile.activatorRail.name=Rel Aktivator +tile.detectorRail.name=Rel Detektor +tile.stairsStone.name=Tangga Batu +tile.stairsSandStone.name=Tangga Batu Pasir +tile.lever.name=Tuas +tile.pressurePlate.name=Papan Tekan +tile.weightedPlate_light.name=Weighted Pressure Plate (Light) +tile.weightedPlate_heavy.name=Weighted Pressure Plate (Heavy) +tile.doorIron.name=Pintu Besi +tile.oreRedstone.name=Bijih Redstone +tile.notGate.name=Obor Redstone +tile.button.name=Tombol +tile.snow.name=Salju +tile.ice.name=Es +tile.cactus.name=Kaktus +tile.clay.name=Tanah Liat +tile.reeds.name=Tebu +tile.jukebox.name=Pemutar Musik +tile.fence.name=Pagar +tile.fenceGate.name=Pintu Pagar +tile.pumpkin.name=Labu +tile.litpumpkin.name=Labu Bersinar +tile.hellrock.name=Batu Neraka +tile.hellsand.name=Pasir Jiwa +tile.lightgem.name=Batu Bersinar +tile.portal.name=Portal +tile.cloth.black.name=Wol Hitam +tile.cloth.red.name=Wol Merah +tile.cloth.green.name=Wol Hijau +tile.cloth.brown.name=Wol Cokelat +tile.cloth.blue.name=Wol Biru +tile.cloth.purple.name=Wol Ungu +tile.cloth.cyan.name=Wol Biru Muda +tile.cloth.silver.name=Wol Abu-abu muda +tile.cloth.gray.name=Wol Abu-abu +tile.cloth.pink.name=Wol merah muda +tile.cloth.lime.name=Wol Hijau Lime +tile.cloth.yellow.name=Wol kuning +tile.cloth.lightBlue.name=Wol Biru Muda +tile.cloth.magenta.name=Wol Nila +tile.cloth.orange.name=Wol Jingga +tile.cloth.white.name=Wol +tile.oreLapis.name=Bijih Lapis Lazuli +tile.blockLapis.name=Blok Lapis Lazuli +tile.dispenser.name=Dispenser +tile.dropper.name=Pelempar barang +tile.musicBlock.name=Blok Lagu +tile.cake.name=Kue +tile.bed.name=Tempat Tidur +tile.bed.occupied=Kasur ini sedang dipakai +tile.bed.noSleep=Kamu hanya bisa tidur pada malam hari +tile.bed.notSafe=Kamu tidak bisa tidur sekarang, ada banyak monster disini +tile.bed.notValid=Tempat Tidurmu hilang atau terhalang +tile.lockedchest.name=Peti Terkunci +tile.trapdoor.name=Pintu Jebakan +tile.web.name=Benang Laba-laba +tile.stonebricksmooth.name=Batu bata +tile.stonebricksmooth.default.name=Batu bata +tile.stonebricksmooth.mossy.name=Batu bata berlumut +tile.stonebricksmooth.cracked.name=Batu bata retak +tile.stonebricksmooth.chiseled.name=Pahatan batu bata +tile.monsterStoneEgg.stone.name=Batu telur Monster +tile.monsterStoneEgg.cobble.name=Batu besar telur Monster +tile.monsterStoneEgg.brick.name=Batu bata telur Monster +tile.pistonBase.name=Piston +tile.pistonStickyBase.name=Piston Lengket +tile.fenceIron.name=Jeruji Besi +tile.melon.name=Semangka +tile.stairsBrick.name=Tangga Bata +tile.stairsStoneBrickSmooth.name=Tangga Batu Bata +tile.vine.name=Tumbuhan Merambat +tile.netherBrick.name=Bata Neraka +tile.netherFence.name=Pagar Neraka +tile.stairsNetherBrick.name=Tangga Nether Brick +tile.netherStalk.name=Benih neraka +tile.cauldron.name=Kuali +tile.enchantmentTable.name=Meja Peningkatan +tile.anvil.name=Paron +tile.anvil.intact.name=Paron +tile.anvil.slightlyDamaged.name=Paron Yang Sedikit Rusak +tile.anvil.veryDamaged.name=Paron yang Sangat Rusak +tile.whiteStone.name=Batu End +tile.endPortalFrame.name=Portal End +tile.mycel.name=Miselium +tile.waterlily.name=Daun Teratai +tile.dragonEgg.name=Telur Naga +tile.redstoneLight.name=Lampu RedStone +tile.cocoa.name=Kakao +tile.enderChest.name=Peti Ender +tile.oreRuby.name=Batu Rubi +tile.oreEmerald.name=Batu Zamrud +tile.blockEmerald.name=Blok Zamrud +tile.blockRedstone.name=Balok Redstone +tile.tripWire.name=kawat +tile.tripWireSource.name=Pengait kawat +tile.commandBlock.name=Blok Perintah +tile.beacon.name=Suar +tile.beacon.primary=Kekuatan Utama +tile.beacon.secondary=Kekuatan Sekunder +tile.cobbleWall.normal.name=Dinding Batu Kasar +tile.cobbleWall.mossy.name=Dinding batu kasar berlumut +tile.carrots.name=Wortel +tile.potatoes.name=Kentang +tile.daylightDetector.name=Sensor Cahaya +tile.netherquartz.name=Bijih Kuarsa Neraka +tile.hopper.name=Alat pengambil barangn +tile.quartzBlock.default.name=Balok Kuarsa +tile.quartzBlock.chiseled.name=Blok Kuarsa yang Dipahat +tile.quartzBlock.lines.name=Pilar Kuarsa +tile.stairsQuartz.name=Tangga Kuarsa + +item.shovelIron.name=Sekop Besi +item.pickaxeIron.name=Beliung Besi +item.hatchetIron.name=Kapak Besi +item.flintAndSteel.name=Flint dan Baja +item.apple.name=Apel +item.cookie.name=Biskuit +item.bow.name=Busur +item.arrow.name=Anak Panah +item.coal.name=Batu Bara +item.charcoal.name=Arang +item.diamond.name=Berlian +item.emerald.name=Zamrud +item.ingotIron.name=Besi Batangan +item.ingotGold.name=Emas batangan +item.swordIron.name=Pedang Besi +item.swordWood.name=Pedang Kayu +item.shovelWood.name=Sekop Kayu +item.pickaxeWood.name=Beliung Kayu +item.hatchetWood.name=Kapak Kayu +item.swordStone.name=Pedang Batu +item.shovelStone.name=Sekop Batu +item.pickaxeStone.name=Beliung Batu +item.hatchetStone.name=Kapak Batu +item.swordDiamond.name=Pedang Berlian +item.shovelDiamond.name=Sekop Berlian +item.pickaxeDiamond.name=Beliung Berlian +item.hatchetDiamond.name=Kapak Berlian +item.stick.name=Batang Kayu +item.bowl.name=Mangkok +item.mushroomStew.name=Sup Jamur +item.swordGold.name=Pedang Emas +item.shovelGold.name=Sekop Emas +item.pickaxeGold.name=Beliung Emas +item.hatchetGold.name=Kapak Emas +item.string.name=Benang +item.feather.name=Bulu +item.sulphur.name=Bubuk mesiu +item.hoeWood.name=Cangkul Kayu +item.hoeStone.name=Cangkul Batu +item.hoeIron.name=Cangkul Besi +item.hoeDiamond.name=Cangkul Berlian +item.hoeGold.name=Cangkul Emas +item.seeds.name=Biji +item.seeds_pumpkin.name=Biji Labu +item.seeds_melon.name=Biji Semangka +item.melon.name=Semangka +item.wheat.name=Gandum +item.bread.name=Roti +item.helmetCloth.name=Topi Kulit +item.chestplateCloth.name=Baju Kulit +item.leggingsCloth.name=Celana Kulit +item.bootsCloth.name=Sepatu Kulit +item.helmetChain.name=Helm Rantai +item.chestplateChain.name=Baju Rantai +item.leggingsChain.name=Celana Rantai +item.bootsChain.name=Sepatu Rantai +item.helmetIron.name=Helm Besi +item.chestplateIron.name=Baju Besi +item.leggingsIron.name=Celana Besi +item.bootsIron.name=Sepatu Besi +item.helmetDiamond.name=Helm Berlian +item.chestplateDiamond.name=Baju Berlian +item.leggingsDiamond.name=Celana Berlian +item.bootsDiamond.name=Sepatu Diamond +item.helmetGold.name=Helm Emas +item.chestplateGold.name=Baju Emas +item.leggingsGold.name=Celana Emas +item.bootsGold.name=Sepatu Emas +item.flint.name=Flint +item.porkchopRaw.name=Daging Babi Mentah +item.porkchopCooked.name=Daging Babi Bakar +item.chickenRaw.name=Daging Ayam Mentah +item.chickenCooked.name=Ayam Bakar +item.beefRaw.name=Daging Sapi Mentah +item.beefCooked.name=Daging Sapi +item.painting.name=Lukisan +item.frame.name=Bingkai barang +item.appleGold.name=Apel Emas +item.sign.name=Papan Tanda +item.doorWood.name=Pintu Kayu +item.bucket.name=Ember +item.bucketWater.name=Ember Air +item.bucketLava.name=Ember Lava +item.minecart.name=Kereta tambang +item.saddle.name=Sadel +item.doorIron.name=Pintu Besi +item.redstone.name=Redstone +item.snowball.name=Bola Salju +item.boat.name=Perahu +item.leather.name=Kulit +item.milk.name=Susu +item.brick.name=Bata +item.clay.name=Tanah Liat +item.reeds.name=Tebu +item.paper.name=Kertas +item.book.name=Buku +item.slimeball.name=Slimeball +item.minecartChest.name=Kereta Tambang dengan Peti +item.minecartFurnace.name=Kereta Tambang dengan Tungku +item.minecartTnt.name=Minecart dengan TNT +item.minecartHopper.name=Kereta Tambang Dengan alat Pengambil Barang +item.egg.name=Telur +item.compass.name=Kompas +item.fishingRod.name=Pancingan +item.clock.name=Jam +item.yellowDust.name=Debu Bersinar +item.fishRaw.name=Ikan Mentah +item.fishCooked.name=Ikan Bakar +item.record.name=CD Musik +item.bone.name=Tulang +item.dyePowder.black.name=Kantung Tinta +item.dyePowder.red.name=Pewarna Merah Mawar +item.dyePowder.green.name=Pewarna Hijau Kaktus +item.dyePowder.brown.name=Biji Kakao +item.dyePowder.blue.name=Lapis Lazuli +item.dyePowder.purple.name=Pewarna Ungu +item.dyePowder.cyan.name=Pewarna Biru Muda +item.dyePowder.silver.name=Pewarna Abu-Abu Muda +item.dyePowder.gray.name=Pewarna Abu-Abu +item.dyePowder.pink.name=Pewarna Pink +item.dyePowder.lime.name=Pewarna Hijau Limau +item.dyePowder.yellow.name=Pewarna Kuning Dandelion +item.dyePowder.lightBlue.name=Pewarna Biru Muda +item.dyePowder.magenta.name=Pewarna Magenta +item.dyePowder.orange.name=Pewarna Jingga +item.dyePowder.white.name=Pupuk +item.sugar.name=Gula +item.cake.name=Kue +item.bed.name=Kasur +item.diode.name=Pengulang Redstone +item.comparator.name=Komparator Redstone +item.map.name=Peta +item.leaves.name=Daun +item.shears.name=Gunting +item.rottenFlesh.name=Daging busuk +item.enderPearl.name=Permata Ender +item.blazeRod.name=Tangkai Blaze +item.ghastTear.name=Air Mata Ghast +item.netherStalkSeeds.name=Nether Wart +item.potion.name=Ramuan +item.emptyPotion.name=Botol air +item.goldNugget.name=Potongan Emas +item.glassBottle.name=Botol kaca +item.spiderEye.name=Mata laba-laba +item.fermentedSpiderEye.name=Fermentasi mata laba-laba +item.blazePowder.name=Bubuk Blaze +item.magmaCream.name=Krim Magma +item.cauldron.name=Kuali +item.brewingStand.name=Alat Meramu +item.eyeOfEnder.name=Mata Ender +item.speckledMelon.name=Melon Emas +item.monsterPlacer.name=Spawn +item.expBottle.name=Botol EXP +item.fireball.name=Bola Api +item.writingBook.name=Buku dan Pena +item.writtenBook.name=Buku yang sudah ditulis +item.ruby.name=Rubi +item.flowerPot.name=Kerangka Tengkorakn +item.emptyMap.name=Peta Kosong +item.carrots.name=Wortel +item.carrotGolden.name=Wortel Emas +item.potato.name=Kentang +item.potatoBaked.name=Kentang Panggang +item.potatoPoisonous.name=Kentang Beracun +item.skull.skeleton.name=Tengkorak Kerangka +item.skull.wither.name=Kerangka Tengkorak Layu +item.skull.zombie.name=Kepala Zombie +item.skull.char.name=Kepala +item.skull.player.name=%s's Kepala +item.skull.creeper.name=Kepala Creeper +item.carrotOnAStick.name=Wortel di Tongkat +item.netherStar.name=Bintang Nethern +item.pumpkinPie.name=Kita perlu pergi lebih dalamn +item.enchantedBook.name=Buku Sihir +item.fireworks.name=Roket Kembang Api +item.fireworks.flight=Durasi Penerbangan: +item.fireworksCharge.name=Bintang Kembang Api +item.fireworksCharge.black=Hitam +item.fireworksCharge.red=Merah +item.fireworksCharge.green=Hijau +item.fireworksCharge.brown=Cokelat +item.fireworksCharge.blue=Biru +item.fireworksCharge.purple=Ungu +item.fireworksCharge.cyan=Biru Muda +item.fireworksCharge.silver=Abu Abu Muda +item.fireworksCharge.gray=Abu Abu +item.fireworksCharge.pink=Merah Muda +item.fireworksCharge.lime=Hijau Muda +item.fireworksCharge.yellow=Kuning +item.fireworksCharge.lightBlue=Biru Muda +item.fireworksCharge.magenta=Magenta +item.fireworksCharge.orange=Oren +item.fireworksCharge.white=Putih +item.fireworksCharge.customColor=Kustom +item.fireworksCharge.fadeTo=Memudar menjadi +item.fireworksCharge.flicker=Berkelap-Kelip +item.fireworksCharge.trail=Berjejak +item.fireworksCharge.type.0=Bola Kecil +item.fireworksCharge.type.1=Bola Besar +item.fireworksCharge.type.2=Berbentuk Bintang +item.fireworksCharge.type.3=Berbentuk Creeper +item.fireworksCharge.type.4=Meledak +item.fireworksCharge.type=Bentuk Tidak Dikenal +item.netherbrick.name=Bata Neraka +item.netherquartz.name=Kuarsa Neraka + +container.inventory=Inventaris +container.hopper=Alat mengeluarkan barangn +container.crafting=Kerajinan +container.dispenser=Mesin pelempar +container.dropper=Alat pengambil barang +container.furnace=Tungku Pembakaran +container.enchant=Menyihir +container.repair=Perbaiki & Namai +container.repair.cost=Biaya Tambahan +container.repair.expensive=Terlalu Mahal! +container.creative=Pemilihan Barang +container.brewing=Tempat Alkimia +container.chest=Dada +container.chestDouble=Peti Besar +container.minecart=Kereta Tambang +container.enderchest=Peti Ender + +item.dyed=Diwarnai + +entity.Item.name=Barang +entity.XPOrb.name=Bola EXP +entity.SmallFireball.name=Bola api kecil +entity.Fireball.name=Bola api + +entity.Arrow.name=Anak panah +entity.Snowball.name=Bola Salju +entity.Painting.name=Lukisan + +entity.Mob.name=Makhluk Hidup +entity.Monster.name=Monster + +entity.Creeper.name=Creeper +entity.Skeleton.name=Skeleton +entity.Spider.name=Laba-laba +entity.Giant.name=Raksasa +entity.Zombie.name=Zombie +entity.Slime.name=Slime +entity.Ghast.name=Ghast +entity.PigZombie.name=Manusia Zombie-Babi +entity.Enderman.name=Enderman +entity.Silverfish.name=Silverfish +entity.CaveSpider.name=Laba-laba Goa +entity.Blaze.name=Blaze +entity.LavaSlime.name=Magma Cube +entity.MushroomCow.name=Mooshroom +entity.Villager.name=Penduduk +entity.VillagerGolem.name=Golem Besi +entity.SnowMan.name=Golem Salju +entity.EnderDragon.name=Ender Dragon +entity.WitherBoss.name=Wither +entity.Witch.name=Penyihir + +entity.Pig.name=Babi +entity.Sheep.name=Domba +entity.Cow.name=Sapi +entity.Chicken.name=Ayam +entity.Squid.name=Cumi-cumi +entity.Wolf.name=Serigala +entity.Ozelot.name=Kucing Hutann +entity.Cat.name=Kucing +entity.Bat.name=Kelelawar + +entity.PrimedTnt.name=Blok TNT +entity.FallingSand.name=Blok Jatuh + +entity.Minecart.name=Kereta Tambang +entity.Boat.name=Perahu + +entity.generic.name=tidak diketahui + +death.fell.accident.ladder=%1$s jatuh dari tangga +death.fell.accident.vines=%1$ s jatuh dari tanaman merambat +death.fell.accident.water=%i$s jatuh ke air +death.fell.accident.generic=%1$ s jatuh dari tempat tinggi +death.fell.killer=%1$ s ditakdirkan untuk jatuh +death.fell.assist=%1$s ditakdirkan untuk jatuh oleh %2$s +death.fell.assist.item=%i$s ditakdirkan untuk jatuh oleh %2$s menggunakan %3$s +death.fell.finish=%1$s was fell too far and was finished by %2$s +death.fell.finish.item=%1$s jatuh terlalu jauh dan dibunuh oleh %2$s menggunakan %3$s + +death.attack.inFire=%1$s tewas hangus terbakar +death.attack.inFire.player=%1$s walked into fire whilst fighting %2$s +death.attack.onFire=%1$s burned to death +death.attack.onFire.player=%1$s was burnt to a crisp whilst fighting %2$s +death.attack.lava=%1$s tried to swim in lava +death.attack.lava.player=%1$s tried to swim in lava to escape %2$s +death.attack.inWall=%1$s suffocated in a wall +death.attack.drown=%1$s drowned +death.attack.drown.player=%1$s drowned whilst trying to escape %2$s +death.attack.starve=%1$s starved to death +death.attack.cactus=%1$s was pricked to death +death.attack.cactus.player=%1$s walked into a cactus whilst trying to escape %2$s +death.attack.generic=%1$s tewas +death.attack.explosion=%1$s meledakn +death.attack.explosion.player=%1$s diledakan oleh %2$s +death.attack.magic=%1$s was killed by magic +death.attack.wither=%1$s withered away +death.attack.anvil=%1$s was squashed by a falling anvil +death.attack.fallingBlock=%1$s was squashed by a falling block +death.attack.mob=%1$s was slain by %2$s +death.attack.player=%1$s was slain by %2$s +death.attack.player.item=%1$s was slain by %2$s using %3$s +death.attack.arrow=%1$s was shot by %2$s +death.attack.arrow.item=%1$s was shot by %2$s using %3$s +death.attack.fireball=%1$s was fireballed by %2$s +death.attack.fireball.item=%1$s was fireballed by %2$s using %3$s +death.attack.thrown=%1$s was pummeled by %2$s +death.attack.thrown.item=%1$s was pummeled by %2$s using %3$s +death.attack.indirectMagic=%1$s was killed by %2$s using magic +death.attack.indirectMagic.item=%1$s was killed by %2$s using %3$s +death.attack.thorns=%1$s was killed trying to hurt %2$s +death.attack.fall=%1$s hit the ground too hard +death.attack.outOfWorld=%1$s fell out of the world + +deathScreen.respawn=Respawn +deathScreen.deleteWorld=Menghapus dunia +deathScreen.titleScreen=Judul layar +deathScreen.score=Skor +deathScreen.title.hardcore=Game over! +deathScreen.hardcoreInfo=Kamu tidak dapat respawn dalam mode Hardcore! +deathScreen.title=Kamu mati! +deathScreen.leaveServer=Tinggalkan server + +potion.empty=Tidak Ada Efek +potion.moveSpeed=Kecepatan +potion.moveSlowdown=Kelambatan +potion.digSpeed=Tergesa-gesa +potion.digSlowDown=Pertambangan kelelahan +potion.damageBoost=Kekuatan +potion.weakness=Kelemahan +potion.heal=Hati Instan +potion.harm=Damage instan +potion.jump=Dorongan Lompatan +potion.confusion=Mual +potion.regeneration=Regenerasi +potion.resistance=Ketahanan +potion.fireResistance=Tahan Api +potion.waterBreathing=Pernapasan dalam Air +potion.invisibility=Tembus Pandang +potion.blindness=Kebutaan +potion.nightVision=Pengelihatan Malam Hari +potion.hunger=Kelaparan +potion.poison=Racun +potion.wither=Wither + +potion.moveSpeed.postfix=Ramuan Kecepatan +potion.moveSlowdown.postfix=Ramuan Kelambatan +potion.digSpeed.postfix=Ramuan Terburu-buru +potion.digSlowDown.postfix=Ramuan Ketumpulan +potion.damageBoost.postfix=Ramuan Kekuatan +potion.weakness.postfix=Ramuan Kelemahan +potion.heal.postfix=Ramuan Penyembuhan +potion.harm.postfix=Ramuan Menyakitkan +potion.jump.postfix=Ramuan Lompat +potion.confusion.postfix=Ramuan Mual +potion.regeneration.postfix=Ramuan Regenerasi +potion.resistance.postfix=Ramuan Generasi +potion.fireResistance.postfix=Ramuan Tahan Api +potion.waterBreathing.postfix=Ramuan Pernapasan +potion.invisibility.postfix=Ramuan Tembus Pandang +potion.blindness.postfix=Ramuan Kebutaan +potion.nightVision.postfix=Ramuan Pengelihatan Malam Hari +potion.hunger.postfix=Ramuan Makanan +potion.poison.postfix=Ramuan Racun +potion.wither.postfix=Ramuan Pembusukan + +potion.potency.0= +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV + +potion.prefix.grenade=Splash +potion.prefix.mundane=Biasa +potion.prefix.uninteresting=Tidak Menarik +potion.prefix.bland=Bland +potion.prefix.clear=Jelas +potion.prefix.milky=Susu +potion.prefix.diffuse=Meredakan +potion.prefix.artless=Polos +potion.prefix.thin=Tipis +potion.prefix.awkward=Canggung +potion.prefix.flat=Rata +potion.prefix.bulky=Besar +potion.prefix.bungling=Ceroboh +potion.prefix.buttered=Buttered +potion.prefix.smooth=Halus +potion.prefix.suave=Lembut +potion.prefix.debonair=Memukau +potion.prefix.thick=Tebal +potion.prefix.elegant=Elegan +potion.prefix.fancy=Bagus +potion.prefix.charming=Menarik +potion.prefix.dashing=Bergegas +potion.prefix.refined=Halus +potion.prefix.cordial=Ramah +potion.prefix.sparkling=Berkilau +potion.prefix.potent=Ampuh +potion.prefix.foul=Busuk +potion.prefix.odorless=Tidak berbau +potion.prefix.rank=Peringkat +potion.prefix.harsh=Kasar +potion.prefix.acrid=Acrid +potion.prefix.gross=Kotor +potion.prefix.stinky=Bau + +enchantment.damage.all=Ketajaman +enchantment.damage.undead=Membunuh Undead +enchantment.damage.arthropods=Bane of Arthropods +enchantment.knockback=Knockback +enchantment.fire=Aspek Api +enchantment.protect.all=Proteksi +enchantment.protect.fire=Anti Api +enchantment.protect.fall=Anti Jatuh +enchantment.protect.explosion=Anti Pantulan +enchantment.protect.projectile=Anti Tembakan +enchantment.oxygen=Respirasi +enchantment.waterWorker=Afinitas Aqua +enchantment.digging=Efisiensi +enchantment.untouching=Sentuhan Sutera +enchantment.durability=Tak Hancur +enchantment.lootBonus=Pengumpulan +enchantment.lootBonusDigger=Keberuntungan +enchantment.arrowDamage=Kekuatan +enchantment.arrowFire=Api +enchantment.arrowKnockback=Pukul +enchantment.arrowInfinite=Tidak terbatas +enchantment.thorns=Thorns + +enchantment.level.1=I +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.level.10=X + +gui.achievements=Penghargaan +gui.stats=Statistik + +stat.generalButton=Umum +stat.blocksButton=Blok +stat.itemsButton=Barang + +stat.used=Jumlah penggunaan +stat.mined=Waktu Menambang +stat.depleted=Total rusak +stat.crafted=Kali dibuat + +stat.startGame=Waktu dimainkan +stat.createWorld=File Dimainkan +stat.loadWorld=Simpanan Dimuat +stat.joinMultiplayer=Main multiplayer +stat.leaveGame=Kali keluar permainan + +stat.playOneMinute=Menit Bermain + +stat.walkOneCm=Jarak di Lalui dg Jalan +stat.fallOneCm=Jarak terjatuh +stat.swimOneCm=Jarak di Lalui dg Berenang +stat.flyOneCm=Jarak terbang +stat.climbOneCm=Jarak Sudah Didaki +stat.diveOneCm=Jarak di Lalui dg menyelam +stat.minecartOneCm=Jarak di Lalui dengan kereta tambang +stat.boatOneCm=Jarak Dengan Perahu +stat.pigOneCm=Jarak mengendarai babi +stat.jump=Jumlah Lompatan +stat.drop=Barang Dijatuhkan + +stat.damageDealt=Kerusakan Dilakukan +stat.damageTaken=Damage diterima +stat.deaths=Jumlah kematian +stat.mobKills=Mob yg Sudah Dibunuh +stat.playerKills=Pemain yg Sudah Dibunuh +stat.fishCaught=Ikan Ditangkap + +stat.mineBlock=%1$s Digali +stat.craftItem=%1$s dibuat +stat.useItem=%1$s digunakan +stat.breakItem=%1$s dihabiskan + +achievement.get=Penghargaan Didapatkan! + +achievement.taken=Diambil! + +achievement.requires=Memerlukan '%1$s' +achievement.openInventory=Mengambil Persediaan +achievement.openInventory.desc=Tekan '%1$s' untuk membuka inventorimu. +achievement.mineWood=Mendapatkan kayu +achievement.mineWood.desc=Pukul Pohon Sampai Blok Kayu Muncul +achievement.buildWorkBench=Pengetesan +achievement.buildWorkBench.desc=Membuat sebuah meja kerja dengan 4 buah papan kayu +achievement.buildPickaxe=Waktu untuk Menambang! +achievement.buildPickaxe.desc=Gunakan papan kayu dan tongkat untuk membuat sebuah Pickaxe +achievement.buildFurnace=Hot Topic +achievement.buildFurnace.desc=Membuat Tungku dengan 8 batu +achievement.acquireIron=Mendapat Perangkat Keras +achievement.acquireIron.desc=Melebur sebuah batang besi +achievement.buildHoe=Waktu untuk bertani! +achievement.buildHoe.desc=Gunakan papan kayu dan tongkat untuk membuat sebuah cangkul +achievement.makeBread=Panggang roti +achievement.makeBread.desc=Jadikan gandum menjadi roti +achievement.bakeCake=Kebohongan +achievement.bakeCake.desc=Tepung, gula, susu dan telur! +achievement.buildBetterPickaxe=Mendapatkan Upgrade +achievement.buildBetterPickaxe.desc=Membuat Beliung Yang Lebih Kuat +achievement.cookFish=Ikan yang lezat +achievement.cookFish.desc=Menangkap dan memasak ikan! +achievement.onARail=Pada rel +achievement.onARail.desc=Bepergian dengan Kereta tembang setidaknya 1 km dari tempat Anda mulai +achievement.buildSword=Saatnya menyerang! +achievement.buildSword.desc=Gunakan papan kayu dan tongkat untuk membuat pedang +achievement.killEnemy=Pemburu Monster +achievement.killEnemy.desc=Serang dan bunuh satu monster +achievement.killCow=Pembantai Sapi +achievement.killCow.desc=Mengumpulkan Kulit +achievement.flyPig=Ketika Babi Bisa Terbang +achievement.flyPig.desc=Menerbangkan Babi Dari Tepi Jurang +achievement.snipeSkeleton=Duel Sniper +achievement.snipeSkeleton.desc=Membunuh Skeleton Lebih Dari 50 Meter +achievement.diamonds=DIAMONDS! +achievement.diamonds.desc=Dapatkan Berlian dengan Beliung Besi +achievement.portal=Harus Bertualang Lebih Jauh +achievement.portal.desc=Membuat Portal Menuju Nether +achievement.ghast=Senjata makan tuan +achievement.ghast.desc=Bunuh Ghast Dengan Fireball +achievement.blazeRod=Ke api +achievement.blazeRod.desc=Meringankan kobaran Blaze dengan batang +achievement.potion=Pembuatan Ramuan +achievement.potion.desc=Buat satu ramuan +achievement.theEnd=Akhir? +achievement.theEnd.desc=Ke Tempat Akhir +achievement.theEnd2=The End. +achievement.theEnd2.desc=Bunuh Ender Dragon +achievement.enchantments=Penelaah +achievement.enchantments.desc=Gunakan Buku , Obsidian dan Diamond untuk membuat meja telaah +achievement.overkill=Berlebihan +achievement.overkill.desc=Mengurangi 8 darah musuh dalam satu pukulan +achievement.bookcase=Pustakawan +achievement.bookcase.desc=Buat sebuah rak buku untuk meningkatkan meja telaah kamu + +commands.generic.exception=Terjadi kelasalahan yang tidak ketahui ketika mencoba menjalankan perintah ini +commands.generic.syntax=Perintah salah +commands.generic.player.notFound=Pemain itu tidak ditemukan +commands.generic.notFound=Perintah tidak dikenal. Coba ketik /help untuk daftar perintah. +commands.generic.num.invalid='%s' Bukan nomor yang benar +commands.generic.num.tooSmall=Nomor yang anda telah masukan (%d) Terlalu kecil, Itu setidaknya harus %d +commands.generic.num.tooBig=Nomor yang anda masuki (%d) Terlalu besar, Setidaknya harus seperti %d +commands.generic.double.tooSmall=Nomor yang Anda masukkan(%.2f) terlalu kecil, setidaknya harus %.2f +commands.generic.double.tooBig=Nomor yang Anda masukkan (%.2f) terlalu besar, paling tidak harus %.2f +commands.generic.usage=Penggunaan: %s + +commands.xp.failure.widthdrawXp=Tidak bisa memberikan pemain poin experience negatif +commands.xp.success=%d Diberikan exp untuk %s +commands.xp.success.levels=Memberi %d level ke %s +commands.xp.success.negative.levels=Mengambil %d level dari %s +commands.xp.usage=/xp [pemain] atau /xp [pemain] +commands.give.usage=/give [jumlah] [data] +commands.give.notFound=Tidak ada item dengan id %d +commands.give.success=Memberi %s (ID %d) * %d ke %s +commands.effect.usage=/effect [seconds] [amplifier] +commands.effect.notFound=There is no such mob effect with ID %d +commands.effect.success=Given %1$s (ID %2$d) * %3$d to %4$s for %5$d seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.enchant.usage=/enchant [level] +commands.enchant.notFound=Tidak ada sihir dengan ID %d +commands.enchant.noItem=Target tidak memegang item +commands.enchant.cantEnchant=Sihir yang dipilih tidak bisa di tambahkan ke item target +commands.enchant.cantCombine=%1$s tidak dapat dikombinasikan dengan %2$s +commands.enchant.success=Berhasil Menyihir +commands.clear.usage=/clear [item] [data] +commands.clear.success=Membersihkan invertaris dari %s, menghapus %d item +commands.clear.failure=Could not clear the inventory of %s, no items to remove +commands.downfall.success=Ganti Hujan dan Salju +commands.time.usage=/waktu +commands.time.added=Tambahkan %d ke waktu +commands.time.set=Atur waktu ke %d +commands.players.list=Terdapat %d/%d pemain yang terkoneksi: +commands.banlist.ips=Terdapat %d alamat IP yang diblokir: +commands.banlist.players=Terdapat %d pemain yang diblokir: +commands.banlist.usage=/banlist [ips|pemain] +commands.kick.success=mengeluarkan %s dari permainan +commands.kick.success.reason=Mengeluarkan %s dari permainan: %s +commands.kick.usage=/kick [alasan...] +commands.op.success=Opped %s +commands.op.usage=/op +commands.deop.success=De-opped %s +commands.deop.usage=/deop +commands.say.usage=/katakan +commands.ban.success=Memblokir %s +commands.ban.usage=/larangan [lantaran...] +commands.unban.success=Unbanned player %s +commands.unban.usage=/maafkan +commands.banip.invalid=Kamu telah memasukkan alamat IP yang salah atau pemain itu sedang tidak online +commands.banip.success=Banned alamat IP %s +commands.banip.success.players=alamat IP yang di tolak %s milik %s +commands.banip.usage=/larangan-ip [alasan...] +commands.unbanip.invalid=Kamu telah memasukkan alamat IP yang salah +commands.unbanip.success=Unbanned alamat IP %s +commands.unbanip.usage=/Maafkan-ip
+commands.save.enabled=Nyalahkan dunia saving-automatis +commands.save.disabled=Matikan dunia saving-automatis +commands.save.start=Menyimpan... +commands.save.success=Menyimpan dunia +commands.save.failed=Gagal menyimpan: %s +commands.stop.start=Memberhentikan server +commands.tp.success=teleport %s ke %s +commands.tp.success.coordinates=Teleport %s ke %.2f,%.2f,%.2f +commands.tp.usage=/tp [target pemain] < tujuan pemain mengatakan OR /tp [target pemain] +commands.tp.notSameDimension=Tidak dapat teleport karena pemain tidak di dimensi yang sama +commands.whitelist.list=Disana ada %d (dari %d terlihat) whitelisted pemain: +commands.whitelist.enabled=Mengaktifkan sistem whitelist +commands.whitelist.disabled=Menon-aktifkan sistem whitelist +commands.whitelist.reloaded=memuat ulang whitelist +commands.whitelist.add.success=Menambahkan %s dalam daftar whitelist +commands.whitelist.add.usage=/whitelistadd +commands.whitelist.remove.success=Menghapus %s dari daftar whitelist +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.scoreboard.usage=/scoreboard +commands.scoreboard.teamNotFound=No team was found by the name '%s' +commands.scoreboard.objectiveNotFound=No objective was found by the name '%s' +commands.scoreboard.objectiveReadOnly=The objective '%s' is read-only and cannot be set +commands.scoreboard.objectives.usage=/scoreboard objectives +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [objective] +commands.scoreboard.objectives.setdisplay.invalidSlot=No such display slot '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Cleared objective display slot '%s' +commands.scoreboard.objectives.setdisplay.successSet=Set the display objective in slot '%s' to '%s' +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [display name ...] +commands.scoreboard.objectives.add.wrongType=Invalid objective criteria type. Valid types are: %s +commands.scoreboard.objectives.add.alreadyExists=An objective with the name '%s' already exists +commands.scoreboard.objectives.add.tooLong=The name '%s' is too long for an objective, it can be at most %d characters long +commands.scoreboard.objectives.add.displayTooLong=The display name '%s' is too long for an objective, it can be at most %d characters long +commands.scoreboard.objectives.add.success=Added new objective '%s' successfully +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.remove.success=Removed objective '%s' successfully +commands.scoreboard.objectives.list.count=Showing %d objective(s) on scoreboard +commands.scoreboard.objectives.list.entry=- %s: displays as '%s' and is type '%s' +commands.scoreboard.objectives.list.empty=There are no objectives on the scoreboard +commands.scoreboard.players.usage=/scoreboard players +commands.scoreboard.players.set.success=Set score of %s for player %s to %d +commands.scoreboard.players.set.usage=/scoreboard players set +commands.scoreboard.players.add.usage=/scoreboard players add +commands.scoreboard.players.remove.usage=/scoreboard players remove +commands.scoreboard.players.reset.usage=/scoreboard players reset +commands.scoreboard.players.reset.success=Reset all scores of player %s +commands.scoreboard.players.list.count=Showing %d tracked players on the scoreboard +commands.scoreboard.players.list.empty=There are no tracked players on the scoreboard +commands.scoreboard.players.list.player.count=Showing %d tracked objective(s) for %s +commands.scoreboard.players.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.players.list.player.empty=Player %s has no scores recorded +commands.scoreboard.teams.usage=/scoreboard teams +commands.scoreboard.teams.add.usage=/scoreboard teams add [display name ...] +commands.scoreboard.teams.add.alreadyExists=A team with the name '%s' already exists +commands.scoreboard.teams.add.tooLong=The name '%s' is too long for a team, it can be at most %d characters long +commands.scoreboard.teams.add.displayTooLong=The display name '%s' is too long for a team, it can be at most %d characters long +commands.scoreboard.teams.add.success=Added new team '%s' successfully +commands.scoreboard.teams.list.usage=/scoreboard teams list [name] +commands.scoreboard.teams.list.count=Showing %d teams on the scoreboard +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' has %3$d players +commands.scoreboard.teams.list.empty=There are no teams registered on the scoreboard +commands.scoreboard.teams.list.player.count=Showing %d player(s) in team %s +commands.scoreboard.teams.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.teams.list.player.empty=Team %s has no players +commands.scoreboard.teams.empty.usage=/scoreboard teams clear +commands.scoreboard.teams.empty.alreadyEmpty=Team %s is already empty, cannot remove nonexistant players +commands.scoreboard.teams.empty.success=Removed all %d player(s) from team %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.remove.success=Removed team %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [player] +commands.scoreboard.teams.join.success=Added %d player(s) to team %s: %s +commands.scoreboard.teams.join.failure=Could not add %d player(s) to team %s: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [player] +commands.scoreboard.teams.leave.success=Removed %d player(s) from their teams: %s +commands.scoreboard.teams.leave.failure=Could not remove %d player(s) from their teams: %s +commands.scoreboard.teams.leave.noTeam=You are not in a team +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.option.noValue=Valid values for option %s are: %s +commands.scoreboard.teams.option.success=Set option %s for team %s to %s +commands.gamemode.success.self=Atur mode game sendiri ke %s +commands.gamemode.success.other=Atur %s's mode permainan untuk %s +commands.gamemode.usage=/gamemode [pemain] +commands.defaultgamemode.usage=/defaultgamemode +commands.defaultgamemode.success=Modus permainan standar dunia ini sekarang %s +commands.me.usage=/saya +commands.help.header=-Tampilkan halaman bantuan %d dari %d (/bantuan )- +commands.help.footer=Tip : Gunakaan tombol saat mengetik perintah untuk auto-complete perintah atau argumen +commands.help.usage=/bantuan [halaman|nama perintah] +commands.publish.started=Game lokal dibuat pada %s +commands.publish.failed=Tidak dapat membuat permainan lokal +commands.debug.start=Memulai debug profil +commands.debug.stop=profil debug berhenti setelah %.2f detik (%d ticks) +commands.debug.notStarted=Tidak bisa berhenti profil ketika kami belum mulai! +commands.debug.usage=/debug +commands.message.usage=/tell +commands.message.sameTarget=Ada tidak bisa mengirim pesan pribadi kepada diri sendiri! +commands.message.display.outgoing=Anda berbisik kepada %s: %s +commands.message.display.incoming=%s berbisik kepada anda: %s +commands.difficulty.usage=/difficulty +commands.difficulty.success=Mengatur kesulitan permainan ke %s +commands.spawnpoint.usage=/spawnpoint atau /spawnpoint atau /spawnpoint +commands.spawnpoint.success=Meneyetel %s's titik spawn ke (%d, %d, %d) +commands.gamerule.usage=/gamerule ATAU /gamerule +commands.gamerule.success=Aturan Permainan telah di Perbarui +commands.gamerule.norule=Tidak ada Aturan Permain '%s' tersedia +commands.weather.usage=/weather [durasi dalam detik] +commands.weather.clear=Merubah ke Cuaca Jernih +commands.weather.rain=Merubah ke Cuaca Hujan +commands.weather.thunder=Merubah ke Cuaca Hujan dan Petir +commands.testfor.usage=/testfor +commands.testfor.failed=/testfor is only usable by commandblocks with analog output + +itemGroup.buildingBlocks=Blok Bangunan +itemGroup.decorations=Blok Dekorasi +itemGroup.redstone=Batumerah +itemGroup.transportation=Transportasi +itemGroup.misc=Lain-lain +itemGroup.search=Cari Barang +itemGroup.food=Bahan pangan +itemGroup.tools=Alat +itemGroup.combat=Tempur +itemGroup.brewing=Pembuatan Obat +itemGroup.materials=Bahan +itemGroup.inventory=Persediaan Kelangsungan hidup + +inventory.binSlot=Hancurkan Barang + +advMode.setCommand=Atur Konsol Perintah untuk Blok +advMode.command=Perintah Konsol +advMode.nearestPlayer=Gunakan "@p" untuk target pemain terdekat +advMode.randomPlayer=Gunakan "@r untuk target pemain acak +advMode.allPlayers=gunakan "@a" untuk target semua pemain + +advMode.notEnabled=Blok Perintah tidak diaktifkan pada server ini +advMode.notAllowed=Harus menjadi Op di Mode Kreatif + +mco.title=Minecraft Realms +mco.selectServer.select=Join Server +mco.selectServer.configure=Configure +mco.selectServer.create=Create World +mco.selectServer.moreinfo=More Info + +mco.configure.world.edit.title=Edit World + +mco.configure.world.title=Configure World +mco.configure.world.name=Name +mco.configure.world.description=Description +mco.configure.world.location=Location +mco.configure.world.invited=Invited +mco.configure.world.buttons.edit=Edit +mco.configure.world.buttons.reset=Reset World +mco.configure.world.buttons.done=Done +mco.configure.world.buttons.delete=Delete +mco.configure.world.buttons.open=Open World +mco.configure.world.buttons.close=Close World +mco.configure.world.buttons.invite=Invite +mco.configure.world.buttons.uninvite=Uninvite +mco.configure.world.buttons.subscription=Subscription +mco.configure.world.invite.profile.name=Name +mco.configure.world.uninvite.question=Are you sure that you want to uninvite + +mco.configure.world.subscription.title=Subscription Info +mco.configure.world.subscription.daysleft=Days Left +mco.configure.world.subscription.start=Start Date +mco.configure.world.subscription.extend=Extend + +mco.create.world.location.title=Locations +mco.create.world.location.warning=You may not get the exact location you select +mco.create.world.wait=Creating the world... + +mco.reset.world.title=Reset World +mco.reset.world.warning=This will permanently delete your world! +mco.reset.world.seed=Seed (Optional) +mco.reset.world.resetting.screen.title=Resetting World... + +mco.configure.world.close.question.line1=Your world will become unavailable. +mco.configure.world.close.question.line2=Are you sure you want to do that? + +mco.connect.connecting=Connecting to the online server... +mco.connect.authorizing=Logging in... +mco.connect.failed=Failed to connect to the online server + +mco.create.world=Create + diff --git a/1.5.2/lang/is_IS.lang b/1.5.2/lang/is_IS.lang new file mode 100644 index 00000000..5b2ead44 --- /dev/null +++ b/1.5.2/lang/is_IS.lang @@ -0,0 +1,1293 @@ +#X-Generator: crowdin.net + +language.name=Íslenska +language.region=IS +language.code=is_IS + +gui.done=Lokið +gui.cancel=Hætta við +gui.back=Back +gui.toMenu=Til baka á upphafsskjá +gui.up=Upp +gui.down=Niður +gui.yes=Já +gui.no=Nei + +menu.singleplayer=Spila einn +menu.multiplayer=Netspilun +menu.online=Minecraft Realms +menu.options=Stillingar ... +menu.quit=Hætta leik +menu.returnToMenu=Vista og fara á upphafsskjá +menu.disconnect=Aftengjast +menu.returnToGame=Halda áfram +menu.switchingLevel=Skipti um heim +menu.generatingLevel=Framkalla heim +menu.loadingLevel=Hleð heim +menu.generatingTerrain=Byggi landslag +menu.convertingLevel=Umbreyti heimi +menu.simulating=Líki eftir heim í smástund +menu.respawning=Endurlífgast +menu.shareToLan=Opna á staðarnet + +selectWorld.title=Velja heim +selectWorld.empty=tómt +selectWorld.world=Heimur +selectWorld.select=Spila valinn heim +selectWorld.create=Búa til nýjan heim +selectWorld.recreate=Endurgera +selectWorld.createDemo=Spila nýjan prufuheim +selectWorld.delete=Eyða +selectWorld.rename=Endurnefna +selectWorld.deleteQuestion=Ertu viss um að þú viljir eyða þessum heimi? +selectWorld.deleteWarning=mun glatast að eilífu! (Það er langur tími!) +selectWorld.deleteButton=Eyða +selectWorld.renameButton=Endurnefna +selectWorld.renameTitle=Endurnefna heim +selectWorld.conversion=Verður að umbreyta! +selectWorld.newWorld=Nýr Heimur +selectWorld.newWorld.copyOf=Afrit af %s +selectWorld.enterName=Nafn á heim +selectWorld.resultFolder=Verður vistað í: +selectWorld.enterSeed=Kóði fyrir heim +selectWorld.seedInfo=Skildu eftir autt fyrir handahófskenndan kóða +selectWorld.cheats=Svindl +selectWorld.customizeType=Sérsníða + +createWorld.customize.presets=Forsett +createWorld.customize.presets.title=Velja forsett +createWorld.customize.presets.select=Nota forsett +createWorld.customize.presets.share=Viltu deila þessu forsetti með einhverjum? Notaðu þá kassan hér fyrir neðan! +createWorld.customize.presets.list=Annars geturðu notað þessa hér sem við gerðum! +createWorld.customize.flat.title=Ofurflatt sérsníðun +createWorld.customize.flat.tile=Efnislag +createWorld.customize.flat.height=Hæð +createWorld.customize.flat.addLayer=Bæta við lagi +createWorld.customize.flat.editLayer=Breyta lagi +createWorld.customize.flat.removeLayer=Fjarlægja lag +createWorld.customize.flat.layer.top=Efsta - %d +createWorld.customize.flat.layer=%d +createWorld.customize.flat.layer.bottom=Neðsta - %d + +gameMode.survival=Lifa af +gameMode.creative=Skapandi +gameMode.adventure=Ævintýra leikur +gameMode.hardcore=Harðkjarna! +gameMode.changed=Leik gerð þinni hefur verið breitt + +selectWorld.gameMode=Gerð leiks: +selectWorld.gameMode.survival=Lifa af +selectWorld.gameMode.survival.line1=Safna efnivið, byggja og smíða, safna +selectWorld.gameMode.survival.line2=stigum, borða og halda lífi +selectWorld.gameMode.creative=Skapandi +selectWorld.gameMode.creative.line1=Ótakmarkaður efniviður, frjálst flug og +selectWorld.gameMode.creative.line2=brýtur kubba samstundis +selectWorld.gameMode.hardcore=Harðkjarna +selectWorld.gameMode.hardcore.line1=Sama og lifa af, fast á erfiðasta +selectWorld.gameMode.hardcore.line2=erfiðleikastig og aðeins eitt líf +selectWorld.gameMode.adventure=Ævintýri +selectWorld.gameMode.adventure.line1=Eins og lifa af, nema ekki er hægt +selectWorld.gameMode.adventure.line2=að bæta við né brjóta kubba +selectWorld.moreWorldOptions=Stillingar fyrir heim... +selectWorld.mapFeatures=Smíða byggingar: +selectWorld.mapFeatures.info=Þorp, dýflissur o.s.frv +selectWorld.mapType=Tegund heims: +selectWorld.mapType.normal=Venjulegt +selectWorld.allowCommands=Leyfa svindl: +selectWorld.allowCommands.info=Aðgerðir eins og /gamemode, /xp +selectWorld.hardcoreMode=Harðkjarna: +selectWorld.hardcoreMode.info=Heimnum verður eytt við dauða +selectWorld.bonusItems=Bónus kista: + +generator.default=Upprunaleg landslagsmyndun +generator.flat=Flöt landslagsmyndun +generator.largeBiomes=Stór Landsvæði + +selectServer.title=Veldu þjón +selectServer.empty=tómt +selectServer.select=Tengjast þjóni +selectServer.direct=Tengjast Beint +selectServer.edit=Breyta +selectServer.delete=Eyða +selectServer.add=Bæta við þjóni +selectServer.defaultName=Minecraft þjónn +selectServer.deleteQuestion=Ertu viss um að þú viljir eyða þessum þjóni? +selectServer.deleteWarning=mun glatast að eilífu! (Það er langur tími!) +selectServer.deleteButton=Eyða +selectServer.refresh=Endurhlaða +selectServer.hiddenAddress=(Falinn) +addServer.title=Breyta þjóni +addServer.enterName=Nafn þjóns +addServer.enterIp=Vistfang þjóns +addServer.add=Bæta við +addServer.hideAddress=Fela slóð +lanServer.title=LAN heimur +lanServer.scanning=Scanning for games on your local network +lanServer.start=Ræsa LAN heim +lanServer.otherPlayers=Stillingar fyrir aðra spilara +mcoServer.title=Minecraft netheimur + +multiplayer.title=Spila á netinu +multiplayer.connect=Tengjast +multiplayer.info1=Ekki er búið að klára fjölspilun í minecraft, en +multiplayer.info2=það er prófun í gangi með nokkrum göllum. +multiplayer.ipinfo=Sláðu inn vistfang þjóns til þess að tengjast: + +multiplayer.texturePrompt.line1=Þessi þjónn mælir með þessum útlitspakka. +multiplayer.texturePrompt.line2=Viltu sækja og setja hann inn sjálfkrafa? + +multiplayer.downloadingTerrain=Hleð landslagi + +multiplayer.stopSleeping=Fara úr Rúmi + +chat.link.confirm=Ertu viss um að þú viljir opna eftirfarandi vefsíðu? +chat.link.warning=Aldrei opna tengla frá fólki sem þú treystir ekki! +chat.copy=Afrita í klemmuspjald + +menu.playdemo=Spila prufu heim +menu.resetdemo=Endurstilla prufu heim +demo.day.1=Þessi prufuútgáfa endist í 5 leikjadaga, gerðu þitt besta! +demo.day.2=Dagur tvö +demo.day.3=Dagur þrjú +demo.day.4=Dagur fjögur +demo.day.5=Þetta er seinasti dagurinn þinn! +demo.day.warning=Þinn tími er næstum liðinn! +demo.day.6=Fimm dagar eru liðnir, notaðu F2 til að taka skjámynd af því sem þú hefur búið til +demo.reminder=Þessi prufuútgáfa er útrunnin, kauptu leikinn til að halda áfram eða gerðu nýjann prufuheim! +demo.remainingTime=Tími eftir: %s +demo.demoExpired=Prufu tíminn er útrunninn! +demo.help.movement=Notaðu %1$s, %2$s, %3$s, %4$s og músina til að hreyfa þig +demo.help.movementShort=Labbaðu um með því að nota %1$s, %2$s, %3$s, %4$s +demo.help.movementMouse=Notaðu músina til þess að horfa í kringum þig +demo.help.jump=Hoppaðu með %1$s +demo.help.inventory=Notaðu %1$s til að opna bakpokann þinn +demo.help.title=Minecraft prufu útgáfa +demo.help.fullWrapped=Þessi pufuútgafa mun endast í fimm minecraft daga (uþb. ein og hálfan klukkutíma af rauntíma). Skoðaðu "afrekin" til að fá vísbendingar! Góða skemtun! +demo.help.buy=Kaup Núna! +demo.help.later=Spila meira! + +connect.connecting=Tengist þjóni... +connect.authorizing=Auðkenning... +connect.failed=Ekki tókst að tengjast þjóni + +disconnect.genericReason=%s +disconnect.disconnected=Þjónninn sleit sambandinu +disconnect.lost=Tenging slitnaði +disconnect.kicked=Var hent úr leiknum +disconnect.timeout=Þjónn svarar ekki +disconnect.closed=Tengingu lokað +disconnect.loginFailed=Auðkenning mistókst +disconnect.loginFailedInfo=Auðkenning tókst ekki: %s +disconnect.quitting=Hætti +disconnect.endOfStream=Engin gögn +disconnect.overflow=Yfirflæði gagna +disconnect.spam=Rekinn fyrir að blaðra + +options.off=Nei +options.on=Já +options.visible=Sjáanlegur +options.hidden=Falinn +options.title=Stillingar +options.controls=Stjórntakkar... +options.video=Myndstillingar... +options.language=Tungumál... +options.languageWarning=Þýðingar gætu verið ónákvæmar +options.videoTitle=Myndstillingar +options.music=Tónlist +options.sound=Hljóð +options.invertMouse=Snúa mús við +options.fov=Sjónsvið +options.fov.min=Venjulegt +options.fov.max=Quake snillingur +options.gamma=Birtustig +options.gamma.min=Dimmt +options.gamma.max=Bjart +options.sensitivity=Næmni +options.sensitivity.min=*geisp* +options.sensitivity.max=FÁRÁNLEGUR HRAÐI!!! +options.renderDistance=Þoka +options.renderDistance.tiny=Mjög þykk +options.renderDistance.short=Þykk +options.renderDistance.normal=Venjuleg +options.renderDistance.far=Langt +options.viewBobbing=Sjá skopp +options.ao=Mjúk lýsing +options.ao.off=Off +options.ao.min=Minimum +options.ao.max=Maximum +options.anaglyph=3D gleraugu (blá og rauð) +options.framerateLimit=Afköst +options.difficulty=Erfiðleiki +options.difficulty.peaceful=Friðsælt +options.difficulty.easy=Létt +options.difficulty.normal=Venjulegt +options.difficulty.hard=Erfitt +options.difficulty.hardcore=Harðkjarna +options.graphics=Grafík +options.graphics.fancy=Flott +options.graphics.fast=Hröð +options.guiScale=Stærð notendaviðmóts +options.guiScale.auto=Sjálfvirkt +options.guiScale.small=Lítið +options.guiScale.normal=Venjulegt +options.guiScale.large=Stórt +options.advancedOpengl=OpenGL +options.renderClouds=Ský +options.farWarning1=Mælt er með 64bita Java +options.farWarning2=fyrir 'Þunnt' stillinguna (þú ert að nota 32bita) +options.particles=Agnir +options.particles.all=Allar +options.particles.decreased=Fáar +options.particles.minimal=Mjög fáar +options.multiplayer.title=Netspilunar stillingar... +options.chat.title=Spjall Stillingar... +options.chat.visibility=Spjall +options.chat.visibility.full=Sýna +options.chat.visibility.system=Eingöngu skipanir +options.chat.visibility.hidden=Fela +options.chat.color=Litir +options.chat.opacity=Gegnsæi +options.chat.links=Vef hlekkir +options.chat.links.prompt=Spyrja um hlekki +options.chat.scale=Hlutföll +options.chat.width=Breidd +options.chat.height.focused=Hæð í forgrunn +options.chat.height.unfocused=Hæð í bakgrunn +options.showCape=Sýna skikkju +options.serverTextures=Útlitspakki Þjóns +options.snooper=Leyfa Þefun +options.snooper.view=Þefunar stillingar... +options.snooper.title=Söfnun upplýsingar um tölvur +options.snooper.desc=Okkur langar til þess að safna upplýsingum um tölvuna þína til þess að hjálpa okkur við að bæta Minecraft með því að finna hvar stæðstu vandamálin eru. Upplýsingarnar innihalda engar persónu upplýsingar eins og þú sérð hér að neðan. Við lofum að gera ekkert slæmt við þessi gögn, en ef þið langar ekki að taka þátt í þessu þá geturðu slökkt á því! +options.texture.pack=Útlitspakkar +options.fullscreen=Fylla skjá +options.vsync=Nota VSync +options.touchscreen=Fyrir snertiskjái + +performance.max=Hámarks FPS +performance.balanced=Jafnvægi milli beggja +performance.powersaver=Orkusparandi + +controls.title=Stjórntakkar + +key.forward=Áfram +key.left=Vinstri +key.back=Afturábak +key.right=Hægri +key.jump=Hoppa +key.inventory=Bakpoki +key.drop=Henda +key.chat=Spjall +key.fog=Breyta þoku +key.sneak=Læðast +key.playerlist=Leikmannalisti +key.attack=Árás +key.use=Nota hlut +key.pickItem=Velja kubb +key.mouseButton=Músartakki %1$s +key.command=Skipun + +texturePack.openFolder=Opna útlitspakkamöppuna +texturePack.title=Velja útlitspakka +texturePack.folderInfo=(Settu útlitspakka hérna) +texturePack.incompatible=ósamhæfður + +book.pageIndicator=Blaðsíða %1$s af %2$s +book.byAuthor=eftir %1$s +book.signButton=Kvitta +book.editTitle=Sláðu inn titil bókar: +book.finalizeButton=Kvitta og loka +book.finalizeWarning=ATH! Eftir að þú kvittar í bókina, þá er ekki lengur hægt að breyta henni. + +tile.stone.name=Steinn + +tile.grass.name=Graskubbur +tile.dirt.name=Mold +tile.stonebrick.name=Grjót +tile.wood.name=Pankar +tile.wood.oak.name=Eykarviðarplankar +tile.wood.spruce.name=Greniviðarplankar +tile.wood.birch.name=Birkiviðarplankar +tile.wood.jungle.name=Frumskógarviðarplankar +tile.sapling.oak.name=Eikargræðlingur +tile.sapling.spruce.name=Grenigræðlingur +tile.sapling.birch.name=Birkigræðlingur +tile.sapling.jungle.name=Frumskógargræðlingur +tile.deadbush.name=Dauður runni +tile.bedrock.name=Berggrunnur +tile.water.name=Vatn +tile.lava.name=Hraun +tile.sand.name=Sandur +tile.sandStone.name=Sandsteinn +tile.sandStone.default.name=Sandsteinn +tile.sandStone.chiseled.name=Útskorinn sandsteinn +tile.sandStone.smooth.name=Sléttur sandsteinn +tile.gravel.name=Möl +tile.oreGold.name=Gullgrýti +tile.oreIron.name=Járngrýti +tile.oreCoal.name=Kolagrýti +tile.log.name=Viðardrumbur +tile.log.oak.name=Eikarviður +tile.log.spruce.name=Greniviður +tile.log.birch.name=Birkiviður +tile.log.jungle.name=Frumskógarviður +tile.leaves.name=Laufblöð +tile.leaves.oak.name=Eikarlauf +tile.leaves.spruce.name=Greninálar +tile.leaves.birch.name=Birkilauf +tile.leaves.jungle.name=Frumskógarlauf +tile.tallgrass.name=Gras +tile.tallgrass.shrub.name=Runni +tile.tallgrass.grass.name=Gras +tile.tallgrass.fern.name=Burkni +tile.sponge.name=Svampur +tile.glass.name=Gler +tile.thinGlass.name=Rúða +tile.cloth.name=Ull +tile.flower.name=Blóm +tile.rose.name=Rós +tile.mushroom.name=Sveppur +tile.blockGold.name=Gullkubbur +tile.blockIron.name=Járnkubbur +tile.stoneSlab.stone.name=Steinhella +tile.stoneSlab.sand.name=Sandsteinshella +tile.stoneSlab.wood.name=Viðarhella +tile.stoneSlab.cobble.name=Grjóthella +tile.stoneSlab.brick.name=Múrhella +tile.stoneSlab.smoothStoneBrick.name=Steinmúrhella +tile.stoneSlab.netherBrick.name=Heljarmúrsteins hellur +tile.stoneSlab.quartz.name=Kvarshella +tile.woodSlab.oak.name=Eikarviðarhella +tile.woodSlab.spruce.name=Greniviðarhella +tile.woodSlab.birch.name=Birkiviðarhella +tile.woodSlab.jungle.name=Frumskógarviðarhella +tile.brick.name=Múrsteinar +tile.tnt.name=Sprengiefni +tile.bookshelf.name=Bókahilla +tile.stoneMoss.name=Mosasteinn +tile.obsidian.name=Hrafntinna +tile.torch.name=Kyndill +tile.fire.name=Eldur +tile.mobSpawner.name=Kvikindisbúr +tile.stairsWood.name=Eikarviðartröppur +tile.stairsWoodSpruce.name=Grenitröppur +tile.stairsWoodBirch.name=Birkitröppur +tile.stairsWoodJungle.name=Frumskógarviðartröppur +tile.chest.name=Kista +tile.chestTrap.name=Gildrukista +tile.redstoneDust.name=Roðsteinsduft +tile.oreDiamond.name=Demantsgrýti +tile.blockDiamond.name=Demantskubbur +tile.workbench.name=Vinnubekkur +tile.crops.name=Uppskera +tile.farmland.name=Plægð mold +tile.furnace.name=Ofn +tile.sign.name=Skilti +tile.doorWood.name=Viðarhurð +tile.ladder.name=Stigi +tile.rail.name=Járnbraut +tile.goldenRail.name=Knúinn lestarteinn +tile.activatorRail.name=Virkjunar lestarteinn +tile.detectorRail.name=Teinar með skynjara +tile.stairsStone.name=Steintröppur +tile.stairsSandStone.name=Sandsteinströppur +tile.lever.name=Rofi +tile.pressurePlate.name=Gólf skynjari +tile.weightedPlate_light.name=Viktarrofi (létt) +tile.weightedPlate_heavy.name=Viktarrofi (þung) +tile.doorIron.name=Járnhurð +tile.oreRedstone.name=Roðsteins grýti +tile.notGate.name=Roðsteins kyndill +tile.button.name=Hnappur +tile.snow.name=Snjór +tile.ice.name=Klaki +tile.cactus.name=Kaktus +tile.clay.name=Leir +tile.reeds.name=Sykurreyr +tile.jukebox.name=Glymskratti +tile.fence.name=Girðing +tile.fenceGate.name=Hlið +tile.pumpkin.name=Grasker +tile.litpumpkin.name=Graskerslukt +tile.hellrock.name=Heljargrjót +tile.hellsand.name=Sálarsandur +tile.lightgem.name=Glósteinn +tile.portal.name=Gátt +tile.cloth.black.name=Svört ull +tile.cloth.red.name=Rauð ull +tile.cloth.green.name=Græn ull +tile.cloth.brown.name=Brún ull +tile.cloth.blue.name=Blá ull +tile.cloth.purple.name=Fjólublá ull +tile.cloth.cyan.name=Lillablá ull +tile.cloth.silver.name=Ljósgrá ull +tile.cloth.gray.name=Grá ull +tile.cloth.pink.name=Bleik ull +tile.cloth.lime.name=Ljósgræn ull +tile.cloth.yellow.name=Gul ull +tile.cloth.lightBlue.name=Ljósblá ull +tile.cloth.magenta.name=Blárauð ull +tile.cloth.orange.name=Appelsínugul ull +tile.cloth.white.name=Ull +tile.oreLapis.name=Asúrsteinn +tile.blockLapis.name=Asúrsteinskubbur +tile.dispenser.name=Skammtari +tile.dropper.name=Skammtari +tile.musicBlock.name=Nótnakubbur +tile.cake.name=Kaka +tile.bed.name=Rúm +tile.bed.occupied=Þetta rúm er upptekið +tile.bed.noSleep=Þú getur eingöngu sofið á nóttunni +tile.bed.notSafe=Enginn hvíld fyrir þig, það eru skrímsli nálægt +tile.bed.notValid=Rúmið þitt heima er týnt eða eitthvað er fyrir því +tile.lockedchest.name=Læst kista +tile.trapdoor.name=Hleri +tile.web.name=Köngulóarvefur +tile.stonebricksmooth.name=Steinmúr +tile.stonebricksmooth.default.name=Steinhleðsla +tile.stonebricksmooth.mossy.name=Mosagróin steinhleðsla +tile.stonebricksmooth.cracked.name=Brotin steinhleðsla +tile.stonebricksmooth.chiseled.name=Útskorinn steinhleðsla +tile.monsterStoneEgg.stone.name=SteinSkrímsla Egg +tile.monsterStoneEgg.cobble.name=GrjótSkrímsla Egg +tile.monsterStoneEgg.brick.name=MúrsteinsSkrimsla Egg +tile.pistonBase.name=Stimpill +tile.pistonStickyBase.name=Klístraður stimpill +tile.fenceIron.name=Járnrimlar +tile.melon.name=Melóna +tile.stairsBrick.name=Múrsteinströppur +tile.stairsStoneBrickSmooth.name=Steinmúrströppur +tile.vine.name=Vínviður +tile.netherBrick.name=Heljarmúrsteinn +tile.netherFence.name=Heljargirðing +tile.stairsNetherBrick.name=Heljarmúrsteinströppur +tile.netherStalk.name=Heljarvarta +tile.cauldron.name=Seiðpottur +tile.enchantmentTable.name=Galdraborð +tile.anvil.name=Steðji +tile.anvil.intact.name=Steðji +tile.anvil.slightlyDamaged.name=Smá skemmdur steðji +tile.anvil.veryDamaged.name=Mjög skemmdur steðji +tile.whiteStone.name=Enda steinn +tile.endPortalFrame.name=Enda Hlið +tile.mycel.name=Svepparætur +tile.waterlily.name=Vatnalilja +tile.dragonEgg.name=Drekaegg +tile.redstoneLight.name=Roðsteins Lampi +tile.cocoa.name=Kakó +tile.enderChest.name=Enda kista +tile.oreRuby.name=Rúbíngrýti +tile.oreEmerald.name=Smaragðsgrýti +tile.blockEmerald.name=Eðalsteinskubbur +tile.blockRedstone.name=Roðsteinskubbur +tile.tripWire.name=Vírgildra +tile.tripWireSource.name=Vírgildrufesting +tile.commandBlock.name=Forritunarkubbur +tile.beacon.name=Geisli +tile.beacon.primary=Aðalkraftur +tile.beacon.secondary=Aukakraftur +tile.cobbleWall.normal.name=Steinveggur +tile.cobbleWall.mossy.name=Mosasteinsveggur +tile.carrots.name=Gulrætur +tile.potatoes.name=Kartöflur +tile.daylightDetector.name=Dagsljósskynjari +tile.netherquartz.name=Kvars grýti +tile.hopper.name=Trekt +tile.quartzBlock.default.name=Kvarskubbur +tile.quartzBlock.chiseled.name=Útskorinn Kvarskubbur +tile.quartzBlock.lines.name=Kvarssúla +tile.stairsQuartz.name=Kvarströppur + +item.shovelIron.name=Járnskófla +item.pickaxeIron.name=Járnhaki +item.hatchetIron.name=Járnexi +item.flintAndSteel.name=Tinna og Stál +item.apple.name=Epli +item.cookie.name=Smákaka +item.bow.name=Bogi +item.arrow.name=Ör +item.coal.name=Kol +item.charcoal.name=Viðarkol +item.diamond.name=Demantur +item.emerald.name=Smaragður +item.ingotIron.name=Járnhleifur +item.ingotGold.name=Gullhleifur +item.swordIron.name=Járnsverð +item.swordWood.name=Viðarsverð +item.shovelWood.name=Viðarskófla +item.pickaxeWood.name=Viðarhaki +item.hatchetWood.name=Viðarexi +item.swordStone.name=Steinsverð +item.shovelStone.name=Steinskófla +item.pickaxeStone.name=Steinhaki +item.hatchetStone.name=Steinöxi +item.swordDiamond.name=Demantssverð +item.shovelDiamond.name=Demantsskófla +item.pickaxeDiamond.name=Demantshaki +item.hatchetDiamond.name=Demantsexi +item.stick.name=Prik +item.bowl.name=Skál +item.mushroomStew.name=Sveppasúpa +item.swordGold.name=Gullsverð +item.shovelGold.name=Gullskófla +item.pickaxeGold.name=Gullhaki +item.hatchetGold.name=Gullöxi +item.string.name=Snæri +item.feather.name=Fjöður +item.sulphur.name=Byssupúður +item.hoeWood.name=Viðarplógur +item.hoeStone.name=Steinplógur +item.hoeIron.name=Járnplógur +item.hoeDiamond.name=Demantsplógur +item.hoeGold.name=Gullplógur +item.seeds.name=Fræ +item.seeds_pumpkin.name=Graskersfræ +item.seeds_melon.name=Melónufræ +item.melon.name=Melóna +item.wheat.name=Hveiti +item.bread.name=Brauð +item.helmetCloth.name=Leðurhattur +item.chestplateCloth.name=Leðurjakki +item.leggingsCloth.name=Leðurbuxur +item.bootsCloth.name=Leðurstígvél +item.helmetChain.name=Hringahetta +item.chestplateChain.name=Hringabrynja +item.leggingsChain.name=Hringabuxur +item.bootsChain.name=Hringastígvél +item.helmetIron.name=Járnhjálmur +item.chestplateIron.name=Járnbrynja +item.leggingsIron.name=Járnlegghlífar +item.bootsIron.name=Járnstígvél +item.helmetDiamond.name=Demantshjálmur +item.chestplateDiamond.name=Demantsbrynja +item.leggingsDiamond.name=Demantslegghlífar +item.bootsDiamond.name=Demantsstígvél +item.helmetGold.name=Gullhjálmur +item.chestplateGold.name=Gullbrynja +item.leggingsGold.name=Gulllegghlífar +item.bootsGold.name=Smjör stígvél +item.flint.name=Tinna +item.porkchopRaw.name=Hrátt svínakjöt +item.porkchopCooked.name=Eldað svínakjöt +item.chickenRaw.name=Hrár kjúklingur +item.chickenCooked.name=Eldaður kjúklingur +item.beefRaw.name=Hrátt nautakjöt +item.beefCooked.name=Nautasteik +item.painting.name=Málverk +item.frame.name=Rammi +item.appleGold.name=Gullepli +item.sign.name=Skilti +item.doorWood.name=Viðarhurð +item.bucket.name=Fata +item.bucketWater.name=Vatnsfata +item.bucketLava.name=Hraun fata +item.minecart.name=Námuvagn +item.saddle.name=Hnakkur +item.doorIron.name=Járnhurð +item.redstone.name=Roðsteinn +item.snowball.name=Snjóbolti +item.boat.name=Bátur +item.leather.name=Leður +item.milk.name=Mjólk +item.brick.name=Múrsteinn +item.clay.name=Leir +item.reeds.name=Sykurreyr +item.paper.name=Blað +item.book.name=Bók +item.slimeball.name=Slímbolti +item.minecartChest.name=Námuvagn með Kistu +item.minecartFurnace.name=Námuvagn með Ofni +item.minecartTnt.name=Lestarvagn með Dínamít +item.minecartHopper.name=Lestarvagn með trekt +item.egg.name=Egg +item.compass.name=Áttaviti +item.fishingRod.name=Veiðistöng +item.clock.name=Klukka +item.yellowDust.name=Glósteinsduft +item.fishRaw.name=Hrár fiskur +item.fishCooked.name=Eldaður fiskur +item.record.name=Vínýll +item.bone.name=Bein +item.dyePowder.black.name=Bleksekkur +item.dyePowder.red.name=Rósrauður +item.dyePowder.green.name=Kaktusgrænn +item.dyePowder.brown.name=Kakóbaunir +item.dyePowder.blue.name=Asúrsteinn +item.dyePowder.purple.name=Fjólublár litur +item.dyePowder.cyan.name=Lillablár litur +item.dyePowder.silver.name=Ljósgrár litur +item.dyePowder.gray.name=Grár litur +item.dyePowder.pink.name=Bleikur litur +item.dyePowder.lime.name=Ljósgrænn litur +item.dyePowder.yellow.name=Sólblóma gult +item.dyePowder.lightBlue.name=Ljósblár litur +item.dyePowder.magenta.name=Rauðblár litur +item.dyePowder.orange.name=Appelsínugulur litur +item.dyePowder.white.name=Beinamjöl +item.sugar.name=Sykur +item.cake.name=Kaka +item.bed.name=Rúm +item.diode.name=Roðsteinsmagnari +item.comparator.name=Roðasteinsfráviksmál +item.map.name=Kort +item.leaves.name=Laufblöð +item.shears.name=Klippur +item.rottenFlesh.name=Rotið hold +item.enderPearl.name=Enda perla +item.blazeRod.name=Logateinn +item.ghastTear.name=Draugatár +item.netherStalkSeeds.name=Heljarvarta +item.potion.name=Seyði +item.emptyPotion.name=Vatnsflaska +item.goldNugget.name=Gullmoli +item.glassBottle.name=Flaska +item.spiderEye.name=Köngulóarauga +item.fermentedSpiderEye.name=Súrsað Kóngulóarauga +item.blazePowder.name=Logaduft +item.magmaCream.name=Kvikukrem +item.cauldron.name=Seiðpottur +item.brewingStand.name=Bruggstandur +item.eyeOfEnder.name=Endamanns Auga +item.speckledMelon.name=Glitrandi Melóna +item.monsterPlacer.name=Kalla fram +item.expBottle.name=Reynsluflaska +item.fireball.name=Eldhnöttur +item.writingBook.name=Bók og Fjaðurpenni +item.writtenBook.name=Skrifuð bók +item.ruby.name=Rúbín +item.flowerPot.name=Blómapottur +item.emptyMap.name=Blankt kort +item.carrots.name=Gulrót +item.carrotGolden.name=Gyllt gulrót +item.potato.name=Kartafla +item.potatoBaked.name=Bökuð kartafla +item.potatoPoisonous.name=Eitruð kartafla +item.skull.skeleton.name=Hauskúpa +item.skull.wither.name=Visnarahauskúpa +item.skull.zombie.name=Höfuð uppvaknings +item.skull.char.name=Höfuð +item.skull.player.name=Haus %ss +item.skull.creeper.name=Höfuð af Creeper +item.carrotOnAStick.name=Gulrót á stöng +item.netherStar.name=Heljarstirni +item.pumpkinPie.name=Graskers baka +item.enchantedBook.name=Galdra bók +item.fireworks.name=Raketta +item.fireworks.flight=Flugtími +item.fireworksCharge.name=Spreingi kúla +item.fireworksCharge.black=Svört +item.fireworksCharge.red=Rauð +item.fireworksCharge.green=Græn +item.fireworksCharge.brown=Brún +item.fireworksCharge.blue=Blá +item.fireworksCharge.purple=Fjólublá +item.fireworksCharge.cyan=Sægræn +item.fireworksCharge.silver=Ljósgrá +item.fireworksCharge.gray=Grá +item.fireworksCharge.pink=Bleik +item.fireworksCharge.lime=Ljósgræn +item.fireworksCharge.yellow=Gul +item.fireworksCharge.lightBlue=Ljósblá +item.fireworksCharge.magenta=Blárauð +item.fireworksCharge.orange=Appelsínugul +item.fireworksCharge.white=Hvít +item.fireworksCharge.customColor=Sérsniðin +item.fireworksCharge.fadeTo=Aflitast í +item.fireworksCharge.flicker=Blikandi +item.fireworksCharge.trail=Slóð +item.fireworksCharge.type.0=Lítill kúla +item.fireworksCharge.type.1=Stór kúla +item.fireworksCharge.type.2=Stjörnu-löguð +item.fireworksCharge.type.3=Creeper-löguð +item.fireworksCharge.type.4=Hríð +item.fireworksCharge.type=Óvitað form +item.netherbrick.name=Heljar músteinn +item.netherquartz.name=Kvars + +container.inventory=Bakpoki +container.hopper=Trekt +container.crafting=Smíða +container.dispenser=Skammtari +container.dropper=Skammtari +container.furnace=Ofn +container.enchant=Galdra +container.repair=Geravið & nefna +container.repair.cost=Reynslu kostnaður %1$d +container.repair.expensive=Of dýrt! +container.creative=Velja hlut +container.brewing=Bruggstandur +container.chest=Kista +container.chestDouble=Stór Kista +container.minecart=Námuvagn +container.enderchest=Enda kista + +item.dyed=Litaðar + +entity.Item.name=Hlutur +entity.XPOrb.name=Reynslubolti +entity.SmallFireball.name=Lítill eldhnöttur +entity.Fireball.name=Eldhnöttur + +entity.Arrow.name=Ör +entity.Snowball.name=Snjóbolti +entity.Painting.name=Málverk + +entity.Mob.name=Kvikindi +entity.Monster.name=Skrímsli + +entity.Creeper.name=Laumupúki +entity.Skeleton.name=Beinagrind +entity.Spider.name=Könguló +entity.Giant.name=Risi +entity.Zombie.name=Uppvakningur +entity.Slime.name=Slím +entity.Ghast.name=Draugur +entity.PigZombie.name=Uppvakin svínsmaður +entity.Enderman.name=Endamaður +entity.Silverfish.name=Silfurskotta +entity.CaveSpider.name=Hellakönguló +entity.Blaze.name=Logi +entity.LavaSlime.name=Kvikukubbur +entity.MushroomCow.name=Baulsveppur +entity.Villager.name=Þorpsbúi +entity.VillagerGolem.name=Þjarkur +entity.SnowMan.name=Snjókall +entity.EnderDragon.name=Endadreki +entity.WitherBoss.name=Visnari +entity.Witch.name=Norn + +entity.Pig.name=Svín +entity.Sheep.name=Kind +entity.Cow.name=Kýr +entity.Chicken.name=Kjúklingur +entity.Squid.name=Smokkfiskur +entity.Wolf.name=Úlfur +entity.Ozelot.name=Pardusköttur +entity.Cat.name=Köttur +entity.Bat.name=Leðurblaka + +entity.PrimedTnt.name=Sprengiefni +entity.FallingSand.name=Fallandi kubbur + +entity.Minecart.name=Námuvagn +entity.Boat.name=Bátur + +entity.generic.name=óþekkt + +death.fell.accident.ladder=%1$s datt úr stiga +death.fell.accident.vines=%1$s féll af greinum +death.fell.accident.water=%1$s datt úr vatni +death.fell.accident.generic=%1$s datt frá háum stað +death.fell.killer=%1$s var ætlað að detta +death.fell.assist=%1$s var ætlað að falla af %2$s +death.fell.assist.item=%1$s var ætlað að falla af %2$s með %3$s +death.fell.finish=%1$s was fell too far and was finished by %2$s +death.fell.finish.item=%1$s was fell too far and was finished by %2$s using %3$s + +death.attack.inFire=%1$s fuðraði upp +death.attack.inFire.player=%1$s labbaði inn í bál þegar hann var að berjast við %2$s +death.attack.onFire=%1$s brann til dauða +death.attack.onFire.player=%1$s brann til dauða þegar hann var að berjast við %2$s +death.attack.lava=%1$s reyndi að synda í hrauni +death.attack.lava.player=%1$s reyndi að synda í hrauni þegar hann var að flýja %2$s +death.attack.inWall=%1$s kafnaði í vegg +death.attack.drown=%1$s druknaði +death.attack.drown.player=%1$s druknaði þegar hann var að flýja %2$s +death.attack.starve=%1$s dó úr hungri +death.attack.cactus=%1$s var stunginn til dauða +death.attack.cactus.player=%1$s gekk á kaktus þegar hann var að flýja %2$s +death.attack.generic=%1$s dó +death.attack.explosion=%1$s sprakk +death.attack.explosion.player=%1$s var sprendur af %2$s +death.attack.magic=%1$s var depin með göldrum +death.attack.wither=%1$s visnað up +death.attack.anvil=%1$s var kramin af fallandi steðja +death.attack.fallingBlock=%1$s var kramin af fallandi kubbi +death.attack.mob=%1$s var drepin af %2$s +death.attack.player=%1$s var drepin af %2$s +death.attack.player.item=%1$s var drepin af %2$s með %3$s +death.attack.arrow=%1$s var skotin af %2$s +death.attack.arrow.item=%1$s var skotin af %2$s með %3$s +death.attack.fireball=%1$s drap %2$s með eldhnetti +death.attack.fireball.item=%1$s var brendur af %2$s með %3$s +death.attack.thrown=%1$s var barinn af %2$s +death.attack.thrown.item=%1$s var barinn af %2$s með %3$s +death.attack.indirectMagic=%1$s var drepin af %2$s með göldrum +death.attack.indirectMagic.item=%1$s var drepin af %2$s með %3$s +death.attack.thorns=%1$s var drepin þegar hann var að reyna að drepa %2$s +death.attack.fall=%1$s féll til dauða +death.attack.outOfWorld=%1$s féll úr heiminum + +deathScreen.respawn=Byrja aftur +deathScreen.deleteWorld=Eyða heimi +deathScreen.titleScreen=Valmynd +deathScreen.score=Stig +deathScreen.title.hardcore=Leik lokið! +deathScreen.hardcoreInfo=Þú getur ekki byrjað upp á nýtt, þú ert of harðkjarna! +deathScreen.title=Þú dóst! +deathScreen.leaveServer=Hætta netspilun + +potion.empty=Engin áhrif +potion.moveSpeed=Hraði +potion.moveSlowdown=Hægfærni +potion.digSpeed=Fljótfærni +potion.digSlowDown=Þreyta +potion.damageBoost=Styrkur +potion.weakness=Veiklyndi +potion.heal=Skyndilæknun +potion.harm=Skyndiskaði +potion.jump=Stökkauki +potion.confusion=Ógleði +potion.regeneration=Endurnýjun +potion.resistance=Þol +potion.fireResistance=Eldvörn +potion.waterBreathing=Köfun +potion.invisibility=Ósýnileiki +potion.blindness=Blinda +potion.nightVision=Nætursjón +potion.hunger=Svengd +potion.poison=Eitur +potion.wither=Visnari + +potion.moveSpeed.postfix=Léttleikaseyði +potion.moveSlowdown.postfix=Slævingsseyði +potion.digSpeed.postfix=Fljótfærnisseyði +potion.digSlowDown.postfix=Sljóleikaseyði +potion.damageBoost.postfix=Styrkseyði +potion.weakness.postfix=Veikleikaseyði +potion.heal.postfix=Heilsuseyði +potion.harm.postfix=Skaðaseyði +potion.jump.postfix=Stökkseyði +potion.confusion.postfix=Ógleðisseyði +potion.regeneration.postfix=Endurnæringarseyði +potion.resistance.postfix=Þolseyði +potion.fireResistance.postfix=Eldþolseyði +potion.waterBreathing.postfix=Köfunarseyði +potion.invisibility.postfix=Hulinsseyði +potion.blindness.postfix=Blindraseyði +potion.nightVision.postfix=Nætursjónarseyði +potion.hunger.postfix=Hungurseyði +potion.poison.postfix=Eiturseyði +potion.wither.postfix=Rotnunar seyði + +potion.potency.0= +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV + +potion.prefix.grenade=Skvetti +potion.prefix.mundane=Venjulegt +potion.prefix.uninteresting=Óáhugavert +potion.prefix.bland=Bragðlaust +potion.prefix.clear=Tært +potion.prefix.milky=Mjólkurkennt +potion.prefix.diffuse=Aftengja +potion.prefix.artless=Einfalt +potion.prefix.thin=Þunnt +potion.prefix.awkward=Vandræðalegt +potion.prefix.flat=Flatt +potion.prefix.bulky=Fyrirferðamikið +potion.prefix.bungling=Klaufalegt +potion.prefix.buttered=Kekkjótt +potion.prefix.smooth=Mjúklegt +potion.prefix.suave=Sleipt +potion.prefix.debonair=Líflegt +potion.prefix.thick=Þykkt +potion.prefix.elegant=Vandað +potion.prefix.fancy=Fínt +potion.prefix.charming=Heillandi +potion.prefix.dashing=Frábært +potion.prefix.refined=Fíngert +potion.prefix.cordial=Styrkjandi +potion.prefix.sparkling=Glitrandi +potion.prefix.potent=Kröftugt +potion.prefix.foul=Fúlt +potion.prefix.odorless=Lyktarlaust +potion.prefix.rank=Úldið +potion.prefix.harsh=Harðgert +potion.prefix.acrid=Stingandi +potion.prefix.gross=Ógeðslegt +potion.prefix.stinky=Illþefjandi + +enchantment.damage.all=Oddhvasst +enchantment.damage.undead=Uppvakningabani +enchantment.damage.arthropods=Liðdýrabani +enchantment.knockback=Afturkast +enchantment.fire=Eldkraftur +enchantment.protect.all=Vörn +enchantment.protect.fire=Eldvörn +enchantment.protect.fall=Fjöðurfall +enchantment.protect.explosion=Sprengivörn +enchantment.protect.projectile=Skotheldur +enchantment.oxygen=Kafari +enchantment.waterWorker=Neðansjávar vinnugarpur +enchantment.digging=Dugnaður +enchantment.untouching=Vandaverk +enchantment.durability=Óbrjótanlegt +enchantment.lootBonus=Þjófnaður +enchantment.lootBonusDigger=Gæfa +enchantment.arrowDamage=Kraftur +enchantment.arrowFire=Logi +enchantment.arrowKnockback=Afturkast +enchantment.arrowInfinite=Óendanlegar örvar +enchantment.thorns=Þyrnar + +enchantment.level.1=I +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.level.10=X + +gui.achievements=Afrek +gui.stats=Tölfræði + +stat.generalButton=Almennt +stat.blocksButton=Kubbar +stat.itemsButton=Hlutir + +stat.used=Notað +stat.mined=Safnað +stat.depleted=Klárað +stat.crafted=Smíðað + +stat.startGame=Fjöldi leikja +stat.createWorld=Heimar spilaðir +stat.loadWorld=Leikir hlaðnir +stat.joinMultiplayer=Spilað á netinu +stat.leaveGame=Leikjum hætt + +stat.playOneMinute=Mínútur Leiknar + +stat.walkOneCm=Vegalengd Gengin +stat.fallOneCm=Fallið +stat.swimOneCm=Vegalengd synt +stat.flyOneCm=Vegalengd flogin +stat.climbOneCm=Vegalengd Klifruð +stat.diveOneCm=Kafað +stat.minecartOneCm=Fjarlægð með Námuvagni +stat.boatOneCm=Vegalengd með bát +stat.pigOneCm=Á svínsbaki +stat.jump=Hoppað +stat.drop=Hlutum hent + +stat.damageDealt=Skaði gerður +stat.damageTaken=Skaði tekinn +stat.deaths=Fjöldi dauðsfalla +stat.mobKills=Kvikindi drepin +stat.playerKills=Leikmenn drepnir +stat.fishCaught=Fiskar veiddir + +stat.mineBlock=%1$s safnað +stat.craftItem=%1$s smíðað +stat.useItem=%1$s notað +stat.breakItem=%1$s klárað + +achievement.get=Afreki náð! + +achievement.taken=Tekin! + +achievement.requires=Þarft að fá '%1$s' áður +achievement.openInventory=Opnaði bakpokann +achievement.openInventory.desc=Notaðu '%1$s' takkann til að opna bakpokann þinn. +achievement.mineWood=Timbursveinn +achievement.mineWood.desc=Lemdu tré þangað til þú færð viðardrumb +achievement.buildWorkBench=Handverksmaður +achievement.buildWorkBench.desc=Búðu til vinnubekk með fjórum viðarplönkum +achievement.buildPickaxe=Námumaður +achievement.buildPickaxe.desc=Notaðu planka og spýtur til að búa til haka +achievement.buildFurnace=Heitt umræðuefni +achievement.buildFurnace.desc=Búðu til bræðsluofn úr átta stykkjum af grjóti +achievement.acquireIron=Eignast járn +achievement.acquireIron.desc=Bræða járngrýti +achievement.buildHoe=Tími til að Rækta! +achievement.buildHoe.desc=Notaðu planka og spýtur til að búa til ljá +achievement.makeBread=Bakaðu Brauð +achievement.makeBread.desc=Breyttu hveiti í brauð +achievement.bakeCake=Lygin +achievement.bakeCake.desc=Hveiti, sykur, mjólk og egg! +achievement.buildBetterPickaxe=Færð uppfærslu +achievement.buildBetterPickaxe.desc=Búðu til betri haka +achievement.cookFish=Veiðimaður +achievement.cookFish.desc=Afla og elda fisk! +achievement.onARail=Lestarstjóri +achievement.onARail.desc=Ferðastu lágmark 1 km með vagni +achievement.buildSword=Bardagahetja +achievement.buildSword.desc=Notaðu planka og spýtur til að búa til sverð +achievement.killEnemy=Skrímslaveiðari +achievement.killEnemy.desc=Ráðstu á og útrýmdu skrímsli +achievement.killCow=Slátrari +achievement.killCow.desc=Safnaðu leðri +achievement.flyPig=Þegar svín fljúga +achievement.flyPig.desc=Fljúgðu svíni fram af kletti +achievement.snipeSkeleton=Skytta +achievement.snipeSkeleton.desc=Dreptu beinagrind með ör af meira en 50 metra færi +achievement.diamonds=DEMANTAR! +achievement.diamonds.desc=Náðu í demanta með járnverkfærum +achievement.portal=Við þurfum að fara dýpra +achievement.portal.desc=Byggðu gátt til Heljar +achievement.ghast=Sendur heim aftur +achievement.ghast.desc=Drepa Draug með eldbolta +achievement.blazeRod=Úr öskunni í eldinn +achievement.blazeRod.desc=Losa Loga við stöngina sína +achievement.potion=Brugghús +achievement.potion.desc=Bruggaðu seið +achievement.theEnd=Endirinn? +achievement.theEnd.desc=Finndu Endann +achievement.theEnd2=Endirinn. +achievement.theEnd2.desc=Dreptu Endadrekann +achievement.enchantments=Galdramaður +achievement.enchantments.desc=Notaðu bók, hrafntinnu og demanta til að búa til galdraborð +achievement.overkill=Skaði skeður +achievement.overkill.desc=Náðu átta hjörtum af með einu höggi +achievement.bookcase=Bókasafnsvörður +achievement.bookcase.desc=Búðu til bókahillur til að bæta galdraborðið þitt + +commands.generic.exception=Óþekkt villa kom upp þegar reynt varð að framkvæma þessa skipun +commands.generic.syntax=Ógild skipun +commands.generic.player.notFound=Þessi leikmaður fannst ekki +commands.generic.notFound=Óþekkt skipun. Prófaðu /help til að fá lista af skipunum. +commands.generic.num.invalid='%s' er ekki leyfileg tala +commands.generic.num.tooSmall=Talan sem þú slóst inn (%d) er of lá, hún þarf að vera að minnsta kosti %d +commands.generic.num.tooBig=Talan sem þú slóst inn (%d) er of há, hún má mest vera %d +commands.generic.double.tooSmall=Talan sem þú slóst inn (%2f) er of lág, lámarkið er %2f +commands.generic.double.tooBig=Talan sem þú slóst inn (%.2f) er of há, hámarkið er %.2f +commands.generic.usage=Notkun: %s + +commands.xp.failure.widthdrawXp=Getur ekki gefið spilara neikvæð reynslustig +commands.xp.success=%s fékk %d reynslustig +commands.xp.success.levels=Þú gafst %s %d stig +commands.xp.success.negative.levels=Tókst %d stig af %s +commands.xp.usage=/xp [leikmaður] EÐA /xp L [leikmaður] +commands.give.usage=/give [amount] [data] +commands.give.notFound=Það er enginn hlutur með ID %d +commands.give.success=%s fékk (ID %d) * %d til %s +commands.effect.usage=/effect [seconds] [amplifier] +commands.effect.notFound=There is no such mob effect with ID %d +commands.effect.success=Given %1$s (ID %2$d) * %3$d to %4$s for %5$d seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.enchant.usage=/galdur [stig] +commands.enchant.notFound=Það er ekki til nein galdur nr. +commands.enchant.noItem=Leikmaðurinn heldur ekki á neinu +commands.enchant.cantEnchant=Þessum galdri má ekki bæta við +commands.enchant.cantCombine=%1$s má ekki binda saman %1$s +commands.enchant.success=Galdur tókst +commands.clear.usage=/clear [hlutur] [data] +commands.clear.success=Tæmdi %d úr bakpoka %s +commands.clear.failure=Could not clear the inventory of %s, no items to remove +commands.downfall.success=Breytti úrkomu +commands.time.usage=/time +commands.time.added=Bætti %d við tímann +commands.time.set=Setti tímann á %d +commands.players.list=Það eru %d/%d leikmenn að spila: +commands.banlist.ips=Það eru samtals %d bannaðar IP tölur: +commands.banlist.players=Það eru samtals %d bannaðir leikmenn: +commands.banlist.usage=/banlist [IP tölur|leikmenn] +commands.kick.success=Sparkaði %s úr leiknum +commands.kick.success.reason=Sparkaði %s úr leiknum: '%s' +commands.kick.usage=/kick [ástæða ...] +commands.op.success=Oppaði %s +commands.op.usage=/op +commands.deop.success=%s lækkaði í tign +commands.deop.usage=/deop +commands.say.usage=/say +commands.ban.success=Bannaði leikmann %s +commands.ban.usage=/ban [ástæða ...] +commands.unban.success=Afbannaði leikmann %s +commands.unban.usage=/pardon +commands.banip.invalid=Þú hefur slegið inn ranga IP tölu eða leikmann sem er ekki tengdur +commands.banip.success=Bannaði IP töluna %s +commands.banip.success.players=Bannaði IP töluna %s undir %s +commands.banip.usage=/ban-ip [ástæða ...] +commands.unbanip.invalid=Þú hefur slegið inn ranga IP tölu +commands.unbanip.success=Afbannaði IP tölu %s +commands.unbanip.usage=/pardon-ip +commands.save.enabled=Kveikti á sjálfvirkri vistun heims +commands.save.disabled=Slökkti á sjálfvirkri vistun heims +commands.save.start=Er að vista... +commands.save.success=Vistaði heiminn +commands.save.failed=Vistun mistókst: %s +commands.stop.start=Er að stoppa þjóninn +commands.tp.success=Fjarflutti %s til %s +commands.tp.success.coordinates=Fjarflutti %s til %.2f,%.2f,%.2f +commands.tp.usage=/tp [valin leikmaður] EÐA /tp [valin leikmaður] +commands.tp.notSameDimension=Tókst ekki að fjarflytja leikmann vegna þess að hann er ekki ísömu vídd +commands.whitelist.list=Það eru %d spilara (út af %d) hvítlistaðir: +commands.whitelist.enabled=Kveikti á hvítlistun +commands.whitelist.disabled=Slökkti á hvítlistun +commands.whitelist.reloaded=Endurhlóð hvítlista +commands.whitelist.add.success=Hvítlistaði %s +commands.whitelist.add.usage=/whitelist add +commands.whitelist.remove.success=Tók %s af hvítlista +commands.whitelist.remove.usage=/whitelist tabort +commands.whitelist.usage=/whitelist +commands.scoreboard.usage=/scoreboard +commands.scoreboard.teamNotFound=Ekkert lið fannst með nafninu '%s' +commands.scoreboard.objectiveNotFound=Ekkert markmið fannst með nafninu '%s' +commands.scoreboard.objectiveReadOnly=Markmiðinu '%s' er ekki hægt að breyta +commands.scoreboard.objectives.usage=/scoreboard objectives +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [markmið] +commands.scoreboard.objectives.setdisplay.invalidSlot=No such display slot '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Cleared objective display slot '%s' +commands.scoreboard.objectives.setdisplay.successSet=Set the display objective in slot '%s' to '%s' +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [Nafn sem sérst ...] +commands.scoreboard.objectives.add.wrongType=Invalid objective criteria type. Valid types are: %s +commands.scoreboard.objectives.add.alreadyExists=Markmið sem heitir '%s' er nú þegar til +commands.scoreboard.objectives.add.tooLong=The name '%s' is too long for an objective, it can be at most %d characters long +commands.scoreboard.objectives.add.displayTooLong=The display name '%s' is too long for an objective, it can be at most %d characters long +commands.scoreboard.objectives.add.success=Added new objective '%s' successfully +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.remove.success=Removed objective '%s' successfully +commands.scoreboard.objectives.list.count=Showing %d objective(s) on scoreboard +commands.scoreboard.objectives.list.entry=- %s: displays as '%s' and is type '%s' +commands.scoreboard.objectives.list.empty=There are no objectives on the scoreboard +commands.scoreboard.players.usage=/scoreboard players +commands.scoreboard.players.set.success=Set score of %s for player %s to %d +commands.scoreboard.players.set.usage=/scoreboard players set +commands.scoreboard.players.add.usage=/scoreboard players add +commands.scoreboard.players.remove.usage=/scoreboard players remove +commands.scoreboard.players.reset.usage=/scoreboard players reset +commands.scoreboard.players.reset.success=Hreinsa öll stig hjá leikmanni %s +commands.scoreboard.players.list.count=Showing %d tracked players on the scoreboard +commands.scoreboard.players.list.empty=There are no tracked players on the scoreboard +commands.scoreboard.players.list.player.count=Showing %d tracked objective(s) for %s +commands.scoreboard.players.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.players.list.player.empty=Player %s has no scores recorded +commands.scoreboard.teams.usage=/scoreboard teams +commands.scoreboard.teams.add.usage=/scoreboard teams add [sýnilegt nafn ...] +commands.scoreboard.teams.add.alreadyExists=Lið með nafnið '%s' er nú þegar til +commands.scoreboard.teams.add.tooLong=The name '%s' is too long for a team, it can be at most %d characters long +commands.scoreboard.teams.add.displayTooLong=The display name '%s' is too long for a team, it can be at most %d characters long +commands.scoreboard.teams.add.success=Added new team '%s' successfully +commands.scoreboard.teams.list.usage=/scoreboard teams list [nafn] +commands.scoreboard.teams.list.count=Sýna %d lið á stigatöfluni +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' hefur %3$d spilara +commands.scoreboard.teams.list.empty=There are no teams registered on the scoreboard +commands.scoreboard.teams.list.player.count=Showing %d player(s) in team %s +commands.scoreboard.teams.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.teams.list.player.empty=Team %s has no players +commands.scoreboard.teams.empty.usage=/scoreboard teams clear +commands.scoreboard.teams.empty.alreadyEmpty=Team %s is already empty, cannot remove nonexistant players +commands.scoreboard.teams.empty.success=Removed all %d player(s) from team %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.remove.success=Removed team %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [leikmaður] +commands.scoreboard.teams.join.success=Added %d player(s) to team %s: %s +commands.scoreboard.teams.join.failure=Could not add %d player(s) to team %s: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [leikmaður] +commands.scoreboard.teams.leave.success=Removed %d player(s) from their teams: %s +commands.scoreboard.teams.leave.failure=Could not remove %d player(s) from their teams: %s +commands.scoreboard.teams.leave.noTeam=Þú ert ekki í neinu liði +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.option.noValue=Valid values for option %s are: %s +commands.scoreboard.teams.option.success=Set option %s for team %s to %s +commands.gamemode.success.self=þinn leikur ham setja að %s +commands.gamemode.success.other=%s leikur ham setja að %s +commands.gamemode.usage=/gamemode [leikmaður] +commands.defaultgamemode.usage=/Stilla heim á +commands.defaultgamemode.success=Heimurinn er nú stilltur á %s +commands.me.usage=/ég +commands.help.header=Hjálp n +commands.help.footer=Ábending: Notaðu inni á meðan að slá inn skipunina til sjálfvirkt farartæki-heill stjórn eða rök þess +commands.help.usage=/help [síða|skipun] +commands.publish.started=Staðar leikur hýstur á %s +commands.publish.failed=Getur ekki hýst staðar leik +commands.debug.start=Upphaf villuleitar +commands.debug.stop=Hætti villuleit eftir %.2f sek (%d ticks) +commands.debug.notStarted=Getur ekki stoppað það sem er ekki en hafið! +commands.debug.usage=/debug +commands.message.usage=/tell +commands.message.sameTarget=Þú getur ekki sent sjálfum þér skilaboð! +commands.message.display.outgoing=Þú hvíslaðir %s: %s +commands.message.display.incoming=%s hvíslaði að þér: %s +commands.difficulty.usage=/difficulty +commands.difficulty.success=Stilla erfiðleikastig á %s +commands.spawnpoint.usage=/spawnpoint EÐA /spawnpoint EÐA /spawnpoint +commands.spawnpoint.success=Stilla upphafs punkt %s á (%d, %d, %d) +commands.gamerule.usage=/gamerule EÐA /gamerule +commands.gamerule.success=Leikregla hefur verið uppfærð +commands.gamerule.norule=Það er ekki til nein leikregla sem heitir '%s' +commands.weather.usage=/weather [lengd í sek] +commands.weather.clear=Breyti í heiðskýrt veður +commands.weather.rain=Breyti í rigningar veður +commands.weather.thunder=Breyti í þrumu og rigninga veður +commands.testfor.usage=/testfor +commands.testfor.failed=/testfor is only usable by commandblocks with analog output + +itemGroup.buildingBlocks=Byggingar kubbar +itemGroup.decorations=Skraut kubbar +itemGroup.redstone=Roðasteinn +itemGroup.transportation=Samgöngur +itemGroup.misc=Ýmislegt +itemGroup.search=Leita að hlutum +itemGroup.food=Matartengt +itemGroup.tools=Verkfæri +itemGroup.combat=Bardaga +itemGroup.brewing=Bruggun +itemGroup.materials=Hlutir +itemGroup.inventory=Lifa af Bakpoki + +inventory.binSlot=Eyða hlut + +advMode.setCommand=Stilltu skipun fyrir kubbinn +advMode.command=Skipun +advMode.nearestPlayer=Notið "@p" til að velja næsta leikmann +advMode.randomPlayer=Notið "@r" til að velja leikmann af handahófi +advMode.allPlayers=Notið "@a" til að velja alla leikmenn + +advMode.notEnabled=Skipanakubbar eru ekki virkir á þessum þjóni +advMode.notAllowed=Leikmaður verður að vera uppi í Skapandi umhverfi + +mco.title=Minecraft Realms +mco.selectServer.select=Tengjast þjóni +mco.selectServer.configure=Stilla +mco.selectServer.create=Búa til heim +mco.selectServer.moreinfo=Meiri upplýsingar + +mco.configure.world.edit.title=Breyta heim + +mco.configure.world.title=Stilla heim +mco.configure.world.name=Nafn +mco.configure.world.description=Lýsing +mco.configure.world.location=Staðsetning +mco.configure.world.invited=Boðið +mco.configure.world.buttons.edit=Breyta +mco.configure.world.buttons.reset=Endurstill heim +mco.configure.world.buttons.done=Klára +mco.configure.world.buttons.delete=Eyða +mco.configure.world.buttons.open=Opna heim +mco.configure.world.buttons.close=Loka heim +mco.configure.world.buttons.invite=Bjóða inn +mco.configure.world.buttons.uninvite=Afbjóða +mco.configure.world.buttons.subscription=Subscription +mco.configure.world.invite.profile.name=Nafn +mco.configure.world.uninvite.question=Ertu vissum að þú viljir afbjóða + +mco.configure.world.subscription.title=Subscription Info +mco.configure.world.subscription.daysleft=Days Left +mco.configure.world.subscription.start=Start Date +mco.configure.world.subscription.extend=Extend + +mco.create.world.location.title=Staðsetningar +mco.create.world.location.warning=Þú getur ekki fá nákvæmlega hvar þú velur +mco.create.world.wait=Búa til heim... + +mco.reset.world.title=Endurstilla heim +mco.reset.world.warning=Þetta mun endanlega eyða heimum þínum! +mco.reset.world.seed=Kóði (Valfrjáls) +mco.reset.world.resetting.screen.title=Endurstilli heim... + +mco.configure.world.close.question.line1=Heimurinn mun verða tiltæk. +mco.configure.world.close.question.line2=Ertu viss um að þú viljir gera þetta? + +mco.connect.connecting=Tengist við netþjón... +mco.connect.authorizing=Auðkenni... +mco.connect.failed=Náði ekki sambandi við netþjón + +mco.create.world=Skapa + diff --git a/1.5.2/lang/it_IT.lang b/1.5.2/lang/it_IT.lang new file mode 100644 index 00000000..bc865bcc --- /dev/null +++ b/1.5.2/lang/it_IT.lang @@ -0,0 +1,1293 @@ +#X-Generator: crowdin.net + +language.name=Italiano +language.region=Italia +language.code=it_IT + +gui.done=Fatto +gui.cancel=Annulla +gui.back=Back +gui.toMenu=Torna al menu principale +gui.up=Su +gui.down=Giù +gui.yes=Sì +gui.no=No + +menu.singleplayer=Giocatore Singolo +menu.multiplayer=Multigiocatore +menu.online=Minecraft Realms +menu.options=Opzioni... +menu.quit=Esci dal Gioco +menu.returnToMenu=Salva e Torna al Menu Principale +menu.disconnect=Disconnetti +menu.returnToGame=Torna al Gioco +menu.switchingLevel=Cambio mondo +menu.generatingLevel=Generazione del mondo +menu.loadingLevel=Caricamento del mondo +menu.generatingTerrain=Costruisco il terreno +menu.convertingLevel=Conversione del mondo +menu.simulating=Simulo il mondo per un po' +menu.respawning=Rinascita +menu.shareToLan=Apri alla LAN + +selectWorld.title=Seleziona un Mondo +selectWorld.empty=vuoto +selectWorld.world=Mondo +selectWorld.select=Gioca il Mondo Selezionato +selectWorld.create=Crea un Nuovo Mondo +selectWorld.recreate=Ricrea +selectWorld.createDemo=Gioca un Nuovo Mondo Demo +selectWorld.delete=Elimina +selectWorld.rename=Rinomina +selectWorld.deleteQuestion=Sei sicuro di voler cancellare questo mondo? +selectWorld.deleteWarning=Andrà perso per sempre! (Un sacco di tempo!) +selectWorld.deleteButton=Elimina +selectWorld.renameButton=Rinomina +selectWorld.renameTitle=Rinomina il Mondo +selectWorld.conversion=Dovrà essere convertito! +selectWorld.newWorld=Nuovo Mondo +selectWorld.newWorld.copyOf=Copia di %s +selectWorld.enterName=Nome del Mondo +selectWorld.resultFolder=Sarà salvato in: +selectWorld.enterSeed=Seme per il Generatore di Mondi +selectWorld.seedInfo=Lascia lo spazio vuoto per un seme casuale +selectWorld.cheats=Trucchi +selectWorld.customizeType=Personalizza + +createWorld.customize.presets=Preimpostazioni +createWorld.customize.presets.title=Scegli una Preimpostazione +createWorld.customize.presets.select=Usa la Preimpostazione +createWorld.customize.presets.share=Vuoi condividere la tua preimpostazione con qualcuno? Usa il riquadro sottostante! +createWorld.customize.presets.list=In alternativa, eccone alcune che abbiamo creato in precedenza! +createWorld.customize.flat.title=Personalizzazione Superpiatto +createWorld.customize.flat.tile=Materiale dello Strato +createWorld.customize.flat.height=Altezza +createWorld.customize.flat.addLayer=Aggiungi Strato +createWorld.customize.flat.editLayer=Modifica Strato +createWorld.customize.flat.removeLayer=Rimuovi Strato +createWorld.customize.flat.layer.top=Da in Cima a %d +createWorld.customize.flat.layer=%d +createWorld.customize.flat.layer.bottom=Da in Fondo a %d + +gameMode.survival=Modalità Sopravvivenza +gameMode.creative=Modalità Creativa +gameMode.adventure=Modalità Avventura +gameMode.hardcore=Modalità Estrema! +gameMode.changed=La modalità di gioco è stata aggiornata + +selectWorld.gameMode=Modalità: +selectWorld.gameMode.survival=Sopravvivenza +selectWorld.gameMode.survival.line1=Cerca risorse, fabbrica oggetti, sali +selectWorld.gameMode.survival.line2=di livello, salute e fame +selectWorld.gameMode.creative=Creativa +selectWorld.gameMode.creative.line1=Risorse illimitate, volo libero e +selectWorld.gameMode.creative.line2=distruzione istantanea dei blocchi +selectWorld.gameMode.hardcore=Estrema +selectWorld.gameMode.hardcore.line1=Come la modalità sopravvivenza, difficoltà +selectWorld.gameMode.hardcore.line2=bloccata al massimo, una sola vita +selectWorld.gameMode.adventure=Avventura +selectWorld.gameMode.adventure.line1=Come la modalità sopravvivenza, ma i blocchi +selectWorld.gameMode.adventure.line2=non possono essere aggiunti o rimossi +selectWorld.moreWorldOptions=Altre Opzioni del Mondo... +selectWorld.mapFeatures=Genera Strutture: +selectWorld.mapFeatures.info=Villaggi, dungeon, ecc. +selectWorld.mapType=Tipo di Mondo: +selectWorld.mapType.normal=Normale +selectWorld.allowCommands=Abilita Trucchi: +selectWorld.allowCommands.info=Comandi come /gamemode, /xp +selectWorld.hardcoreMode=Estrema: +selectWorld.hardcoreMode.info=Il mondo sarà cancellato subito dopo la tua morte +selectWorld.bonusItems=Cassa Bonus: + +generator.default=Normale +generator.flat=Superpiatto +generator.largeBiomes=Biomi Grandi + +selectServer.title=Scegli un Server +selectServer.empty=vuoto +selectServer.select=Entra nel Server +selectServer.direct=Accesso Diretto +selectServer.edit=Modifica +selectServer.delete=Elimina +selectServer.add=Aggiungi server +selectServer.defaultName=Server di Minecraft +selectServer.deleteQuestion=Sei sicuro di voler eliminare questo server? +selectServer.deleteWarning=andrà perso per sempre! (Un sacco di tempo!) +selectServer.deleteButton=Elimina +selectServer.refresh=Aggiorna +selectServer.hiddenAddress=(Nascosto) +addServer.title=Modifica le Informazioni del Server +addServer.enterName=Nome del Server +addServer.enterIp=Indirizzo del Server +addServer.add=Fatto +addServer.hideAddress=Nascondi Indirizzo +lanServer.title=Mondo LAN +lanServer.scanning=Scanning for games on your local network +lanServer.start=Dai l'avvio a un Mondo LAN +lanServer.otherPlayers=Impostazioni per gli Altri Giocatori +mcoServer.title=Mondo di Minecraft Online + +multiplayer.title=Gioca in Multigiocatore +multiplayer.connect=Connetti +multiplayer.info1=Minecraft in Multigiocatore non è ancora ultimato, ma sono in corso +multiplayer.info2=dei controlli preliminari buggati. +multiplayer.ipinfo=Inserisci l'IP di un server a cui connetterti: + +multiplayer.texturePrompt.line1=Questo server raccomanda l'uso di un pacchetto grafico speciale. +multiplayer.texturePrompt.line2=Ti va di scaricalo e installarlo automagicamente? + +multiplayer.downloadingTerrain=Scaricamento del terreno + +multiplayer.stopSleeping=Alzati dal Letto + +chat.link.confirm=Sei sicuro di volere aprire il seguente sito? +chat.link.warning=Mai aprire link di persone di cui non ti fidi! +chat.copy=Copia negli Appunti + +menu.playdemo=Gioca in modalità Demo +menu.resetdemo=Ripristina il Mondo Demo +demo.day.1=Questa demo durerà cinque giorni nel gioco, fai del tuo meglio! +demo.day.2=Secondo Giorno +demo.day.3=Terzo Giorno +demo.day.4=Quarto Giorno +demo.day.5=Questo è il tuo ultimo giorno! +demo.day.warning=Il tempo a tua disposizione è quasi finito! +demo.day.6=Hai superato il tuo quinto giorno, usa F2 per salvare una schermata della tua creazione +demo.reminder=La demo è terminata, compra il gioco per continuare o crea un nuovo mondo! +demo.remainingTime=Tempo restante: %s +demo.demoExpired=Il tempo della demo è scaduto! +demo.help.movement=Usa %1$s, %2$s, %3$s, %4$s e il mouse per muoverti +demo.help.movementShort=Muoviti premendo %1$s, %2$s, %3$s, %4$s +demo.help.movementMouse=Guardati attorno usando il mouse +demo.help.jump=Premi %1$s per saltare +demo.help.inventory=Premi %1$s per aprire l'inventario +demo.help.title=Modalità Demo di Minecraft +demo.help.fullWrapped=Questa demo durerà 5 giorni di gioco (circa 1 ora e 40 minuti di tempo reale). Dai un'occhiata alle conquiste per avere suggerimenti! Buon divertimento! +demo.help.buy=Acquista Adesso! +demo.help.later=Continua a Giocare! + +connect.connecting=Connessione al server... +connect.authorizing=Accesso in corso... +connect.failed=Connessione al server fallita + +disconnect.genericReason=%s +disconnect.disconnected=Disconnesso dal Server +disconnect.lost=Connessione Persa +disconnect.kicked=È stato buttato fuori dal gioco +disconnect.timeout=Connessione scaduta +disconnect.closed=Connessione interrotta +disconnect.loginFailed=Login fallito +disconnect.loginFailedInfo=Login fallito: %s +disconnect.quitting=Chiusura in corso +disconnect.endOfStream=Fine del flusso dati +disconnect.overflow=Buffer overflow +disconnect.spam=Sei stato buttato fuori per spamming + +options.off=OFF +options.on=ON +options.visible=Visibile +options.hidden=Nascosta +options.title=Opzioni +options.controls=Controlli... +options.video=Impostazioni Video... +options.language=Lingua... +options.languageWarning=Le traduzioni potrebbero non essere accurate al 100% +options.videoTitle=Impostazioni Video +options.music=Musica +options.sound=Suono +options.invertMouse=Inverti Mouse +options.fov=FOV +options.fov.min=Normale +options.fov.max=Quake Pro +options.gamma=Luminosità +options.gamma.min=Cupa +options.gamma.max=Brillante +options.sensitivity=Sensibilità +options.sensitivity.min=*sbadiglio* +options.sensitivity.max=IPER-VELOCITÀ!!! +options.renderDistance=Distanza Rendering +options.renderDistance.tiny=Minima +options.renderDistance.short=Corta +options.renderDistance.normal=Normale +options.renderDistance.far=Lontana +options.viewBobbing=Visuale Oscillante +options.ao=Luce Soffusa +options.ao.off=Off +options.ao.min=Minimum +options.ao.max=Maximum +options.anaglyph=3D Anaglifico +options.framerateLimit=Prestazioni +options.difficulty=Difficoltà +options.difficulty.peaceful=Pacifica +options.difficulty.easy=Facile +options.difficulty.normal=Normale +options.difficulty.hard=Difficile +options.difficulty.hardcore=Estrema +options.graphics=Grafica +options.graphics.fancy=Sofisticata +options.graphics.fast=Veloce +options.guiScale=Dimensione GUI +options.guiScale.auto=Automatica +options.guiScale.small=Piccola +options.guiScale.normal=Normale +options.guiScale.large=Grande +options.advancedOpengl=OpenGL Avanzata +options.renderClouds=Nuvole +options.farWarning1=È consigliato l'utilizzo della versione a 64 bit di Java +options.farWarning2=per la distanza di render "Lontana" (tu hai la versione a 32 bit) +options.particles=Particelle +options.particles.all=Tutte +options.particles.decreased=Ridotte +options.particles.minimal=Minime +options.multiplayer.title=Impostazioni Multigiocatore... +options.chat.title=Impostazioni Chat... +options.chat.visibility=Chat +options.chat.visibility.full=Visibile +options.chat.visibility.system=Solo Comandi +options.chat.visibility.hidden=Nascosta +options.chat.color=Colori +options.chat.opacity=Opacità +options.chat.links=Link Esterni +options.chat.links.prompt=Chiedi conferma sui Link +options.chat.scale=Scala +options.chat.width=Larghezza +options.chat.height.focused=Altezza a Fuoco +options.chat.height.unfocused=Altezza non a Fuoco +options.showCape=Mostra Mantello +options.serverTextures=Pacchetti grafici del Server +options.snooper=Consenti Raccolta Dati +options.snooper.view=Impostazioni Raccolta Dati... +options.snooper.title=Lista delle Specifiche della Macchina +options.snooper.desc=Vogliamo raccogliere informazioni sulla tua macchina per poter migliorare Minecraft sapendo cosa possiamo permetterci e dove sono i problemi più grossi. Tutte queste informazioni sono completamente anonime e visibili di seguito. Promettiamo che non faremo nulla di male con questi dati, ma se non vuoi aderire disattivalo pure! +options.texture.pack=Pacchetti Grafici +options.fullscreen=Schermo Intero +options.vsync=Abilita VSync +options.touchscreen=Modalità Touchscreen + +performance.max=FPS Massimi +performance.balanced=Bilanciate +performance.powersaver=Basso consumo + +controls.title=Controlli + +key.forward=Avanti +key.left=Sinistra +key.back=Indietro +key.right=Destra +key.jump=Salta +key.inventory=Inventario +key.drop=Getta +key.chat=Chat +key.fog=Alterna Nebbia +key.sneak=Cammina Furtivamente +key.playerlist=Elenca Giocatori +key.attack=Attacca +key.use=Usa Oggetto +key.pickItem=Seleziona Blocco +key.mouseButton=Tasto %1$s +key.command=Comando + +texturePack.openFolder=Apri la cartella dei pacchetti +texturePack.title=Seleziona il Pacchetto Grafico +texturePack.folderInfo=(Metti qui i pacchetti grafici) +texturePack.incompatible=Incompatibile + +book.pageIndicator=Pagina %1$s di %2$s +book.byAuthor=di %1$s +book.signButton=Firma +book.editTitle=Inserisci il Titolo del Libro: +book.finalizeButton=Firma e Chiudi +book.finalizeWarning=Attenzione! Dopo aver firmato il libro non potrai più modificarlo. + +tile.stone.name=Pietra + +tile.grass.name=Blocco d'Erba +tile.dirt.name=Terra +tile.stonebrick.name=Pietrisco +tile.wood.name=Assi di Legno +tile.wood.oak.name=Assi in Legno di Quercia +tile.wood.spruce.name=Assi in Legno di Abete +tile.wood.birch.name=Assi in Legno di Betulla +tile.wood.jungle.name=Assi in Legno della Giungla +tile.sapling.oak.name=Arboscello di Quercia +tile.sapling.spruce.name=Arboscello di Abete +tile.sapling.birch.name=Arboscello di Betulla +tile.sapling.jungle.name=Arboscello della Giungla +tile.deadbush.name=Cespuglio Secco +tile.bedrock.name=Bedrock +tile.water.name=Acqua +tile.lava.name=Lava +tile.sand.name=Sabbia +tile.sandStone.name=Arenaria +tile.sandStone.default.name=Arenaria +tile.sandStone.chiseled.name=Arenaria Cesellata +tile.sandStone.smooth.name=Arenaria Levigata +tile.gravel.name=Ghiaia +tile.oreGold.name=Oro Grezzo +tile.oreIron.name=Ferro Grezzo +tile.oreCoal.name=Carbone Grezzo +tile.log.name=Legno +tile.log.oak.name=Legno di Quercia +tile.log.spruce.name=Legno di Abete +tile.log.birch.name=Legno di Betulla +tile.log.jungle.name=Legno della Giungla +tile.leaves.name=Foglie +tile.leaves.oak.name=Foglie di Quercia +tile.leaves.spruce.name=Foglie di Abete +tile.leaves.birch.name=Foglie di Betulla +tile.leaves.jungle.name=Foglie della Giungla +tile.tallgrass.name=Erba +tile.tallgrass.shrub.name=Cespuglio +tile.tallgrass.grass.name=Erba +tile.tallgrass.fern.name=Felce +tile.sponge.name=Spugna +tile.glass.name=Vetro +tile.thinGlass.name=Pannello di Vetro +tile.cloth.name=Lana +tile.flower.name=Fiore +tile.rose.name=Rosa +tile.mushroom.name=Fungo +tile.blockGold.name=Blocco d'Oro +tile.blockIron.name=Blocco di Ferro +tile.stoneSlab.stone.name=Lastra di Pietra +tile.stoneSlab.sand.name=Lastra d'Arenaria +tile.stoneSlab.wood.name=Lastra di Legno +tile.stoneSlab.cobble.name=Lastra di Pietrisco +tile.stoneSlab.brick.name=Lastra di Mattoni +tile.stoneSlab.smoothStoneBrick.name=Lastra di Mattoni di Pietra +tile.stoneSlab.netherBrick.name=Lastra in Mattoni del Nether +tile.stoneSlab.quartz.name=Lastra di Quarzo +tile.woodSlab.oak.name=Lastra in Legno di Quercia +tile.woodSlab.spruce.name=Lastra in Legno di Abete +tile.woodSlab.birch.name=Lastra in Legno di Betulla +tile.woodSlab.jungle.name=Lastra in Legno della Giungla +tile.brick.name=Mattoni +tile.tnt.name=TNT +tile.bookshelf.name=Libreria +tile.stoneMoss.name=Pietrisco Muschioso +tile.obsidian.name=Ossidiana +tile.torch.name=Torcia +tile.fire.name=Fuoco +tile.mobSpawner.name=Generatore di Mostri +tile.stairsWood.name=Scalini in Legno di Quercia +tile.stairsWoodSpruce.name=Scalini in Legno di Abete +tile.stairsWoodBirch.name=Scalini in Legno di Betulla +tile.stairsWoodJungle.name=Scalini in Legno della Giungla +tile.chest.name=Cassa +tile.chestTrap.name=Cassa Trappola +tile.redstoneDust.name=Polvere di Pietrarossa +tile.oreDiamond.name=Diamante Grezzo +tile.blockDiamond.name=Blocco di Diamante +tile.workbench.name=Banco da Lavoro +tile.crops.name=Colture +tile.farmland.name=Terreno Agricolo +tile.furnace.name=Fornace +tile.sign.name=Cartello +tile.doorWood.name=Porta di Legno +tile.ladder.name=Scala a Pioli +tile.rail.name=Rotaia +tile.goldenRail.name=Rotaia Alimentata +tile.activatorRail.name=Rotaia Attivatrice +tile.detectorRail.name=Rotaia Rilevatrice +tile.stairsStone.name=Scalini in Pietra +tile.stairsSandStone.name=Scalini in Arenaria +tile.lever.name=Leva +tile.pressurePlate.name=Pedana a Pressione +tile.weightedPlate_light.name=Pedana a Pressione Ponderata (Leggera) +tile.weightedPlate_heavy.name=Pedana a Pressione Ponderata (Pesante) +tile.doorIron.name=Porta di Ferro +tile.oreRedstone.name=Pietrarossa Grezza +tile.notGate.name=Torcia di Pietrarossa +tile.button.name=Pulsante +tile.snow.name=Neve +tile.ice.name=Ghiaccio +tile.cactus.name=Cactus +tile.clay.name=Argilla +tile.reeds.name=Canna da Zucchero +tile.jukebox.name=Jukebox +tile.fence.name=Staccionata +tile.fenceGate.name=Cancelletto +tile.pumpkin.name=Zucca +tile.litpumpkin.name=Jack Lanterna +tile.hellrock.name=Netherrack +tile.hellsand.name=Sabbia delle Anime +tile.lightgem.name=Pietraluce +tile.portal.name=Portale +tile.cloth.black.name=Lana Nera +tile.cloth.red.name=Lana Rossa +tile.cloth.green.name=Lana Verde +tile.cloth.brown.name=Lana Marrone +tile.cloth.blue.name=Lana Blu +tile.cloth.purple.name=Lana Viola +tile.cloth.cyan.name=Lana Ciano +tile.cloth.silver.name=Lana Grigio Chiaro +tile.cloth.gray.name=Lana Grigia +tile.cloth.pink.name=Lana Rosa +tile.cloth.lime.name=Lana Lime +tile.cloth.yellow.name=Lana Gialla +tile.cloth.lightBlue.name=Lana Blu Chiaro +tile.cloth.magenta.name=Lana Magenta +tile.cloth.orange.name=Lana Arancione +tile.cloth.white.name=Lana +tile.oreLapis.name=Lapislazzuli Grezzo +tile.blockLapis.name=Blocco di Lapislazzuli +tile.dispenser.name=Distributore +tile.dropper.name=Gettatore +tile.musicBlock.name=Blocco Sonoro +tile.cake.name=Torta +tile.bed.name=Letto +tile.bed.occupied=Questo letto è occupato +tile.bed.noSleep=Puoi dormire soltanto di notte +tile.bed.notSafe=Ora non puoi riposare, ci sono mostri nelle vicinanze +tile.bed.notValid=Il tuo letto risulta mancante o ostruito +tile.lockedchest.name=Cassa Serrata +tile.trapdoor.name=Botola +tile.web.name=Ragnatela +tile.stonebricksmooth.name=Mattoni di Pietra +tile.stonebricksmooth.default.name=Mattoni di Pietra +tile.stonebricksmooth.mossy.name=Mattoni di Pietra Muschiosi +tile.stonebricksmooth.cracked.name=Mattoni di Pietra Crepati +tile.stonebricksmooth.chiseled.name=Mattoni di Pietra Cesellati +tile.monsterStoneEgg.stone.name=Uovo di Mostro in Pietra +tile.monsterStoneEgg.cobble.name=Uovo di Mostro in Pietrisco +tile.monsterStoneEgg.brick.name=Uovo di Mostro in Mattoni di Pietra +tile.pistonBase.name=Pistone +tile.pistonStickyBase.name=Pistone Appiccicoso +tile.fenceIron.name=Sbarre di Ferro +tile.melon.name=Melone +tile.stairsBrick.name=Scalini in Mattoni +tile.stairsStoneBrickSmooth.name=Scalini in Mattoni di Pietra +tile.vine.name=Rampicante +tile.netherBrick.name=Mattoni del Nether +tile.netherFence.name=Staccionata di Mattoni del Nether +tile.stairsNetherBrick.name=Scalini in Mattoni del Nether +tile.netherStalk.name=Verruca del Nether +tile.cauldron.name=Calderone +tile.enchantmentTable.name=Tavolo da Incantamento +tile.anvil.name=Incudine +tile.anvil.intact.name=Incudine +tile.anvil.slightlyDamaged.name=Incudine Leggermente Danneggiata +tile.anvil.veryDamaged.name=Incudine Molto Danneggiata +tile.whiteStone.name=Pietra dell'End +tile.endPortalFrame.name=Portale dell'End +tile.mycel.name=Micelio +tile.waterlily.name=Ninfea +tile.dragonEgg.name=Uovo di Drago +tile.redstoneLight.name=Lampada di Pietrarossa +tile.cocoa.name=Cacao +tile.enderChest.name=Cassa Ender +tile.oreRuby.name=Rubino Grezzo +tile.oreEmerald.name=Smeraldo Grezzo +tile.blockEmerald.name=Blocco di Smeraldo +tile.blockRedstone.name=Blocco di Pietrarossa +tile.tripWire.name=Filo da Inciampo +tile.tripWireSource.name=Gancio per Filo da Inciampo +tile.commandBlock.name=Blocco Comandi +tile.beacon.name=Faro +tile.beacon.primary=Potere Primario +tile.beacon.secondary=Potere Secondario +tile.cobbleWall.normal.name=Muretto in Pietrisco +tile.cobbleWall.mossy.name=Muretto in Pietrisco Muschioso +tile.carrots.name=Carote +tile.potatoes.name=Patate +tile.daylightDetector.name=Sensore di Luce Diurna +tile.netherquartz.name=Quarzo del Nether Grezzo +tile.hopper.name=Tramoggia +tile.quartzBlock.default.name=Blocco di Quarzo +tile.quartzBlock.chiseled.name=Blocco di Quarzo Cesellato +tile.quartzBlock.lines.name=Pilastro di Blocco di Quarzo +tile.stairsQuartz.name=Scalini di Quarzo + +item.shovelIron.name=Pala di Ferro +item.pickaxeIron.name=Piccone di Ferro +item.hatchetIron.name=Ascia di Ferro +item.flintAndSteel.name=Acciarino +item.apple.name=Mela +item.cookie.name=Biscotto +item.bow.name=Arco +item.arrow.name=Freccia +item.coal.name=Carbone +item.charcoal.name=Carbonella +item.diamond.name=Diamante +item.emerald.name=Smeraldo +item.ingotIron.name=Lingotto di Ferro +item.ingotGold.name=Lingotto d'Oro +item.swordIron.name=Spada di Ferro +item.swordWood.name=Spada di Legno +item.shovelWood.name=Pala di Legno +item.pickaxeWood.name=Piccone di Legno +item.hatchetWood.name=Ascia di Legno +item.swordStone.name=Spada di Pietra +item.shovelStone.name=Pala di Pietra +item.pickaxeStone.name=Piccone di Pietra +item.hatchetStone.name=Ascia di Pietra +item.swordDiamond.name=Spada di Diamante +item.shovelDiamond.name=Pala di Diamante +item.pickaxeDiamond.name=Piccone di Diamante +item.hatchetDiamond.name=Ascia di Diamante +item.stick.name=Bastone +item.bowl.name=Ciotola +item.mushroomStew.name=Zuppa di Funghi +item.swordGold.name=Spada d'Oro +item.shovelGold.name=Pala d'Oro +item.pickaxeGold.name=Piccone d'Oro +item.hatchetGold.name=Ascia d'Oro +item.string.name=Cordicella +item.feather.name=Piuma +item.sulphur.name=Polvere da Sparo +item.hoeWood.name=Zappa di Legno +item.hoeStone.name=Zappa di Pietra +item.hoeIron.name=Zappa di Ferro +item.hoeDiamond.name=Zappa di Diamante +item.hoeGold.name=Zappa d'Oro +item.seeds.name=Semi +item.seeds_pumpkin.name=Semi di Zucca +item.seeds_melon.name=Semi di Melone +item.melon.name=Melone +item.wheat.name=Grano +item.bread.name=Pane +item.helmetCloth.name=Casco di Cuoio +item.chestplateCloth.name=Giubba di Cuoio +item.leggingsCloth.name=Braghe di Cuoio +item.bootsCloth.name=Stivali di Cuoio +item.helmetChain.name=Elmo di Maglia +item.chestplateChain.name=Corazza di Maglia +item.leggingsChain.name=Gambali di Maglia +item.bootsChain.name=Stivali di Maglia +item.helmetIron.name=Elmo di Ferro +item.chestplateIron.name=Corazza di Ferro +item.leggingsIron.name=Gambali di Ferro +item.bootsIron.name=Stivali di Ferro +item.helmetDiamond.name=Elmo di Diamante +item.chestplateDiamond.name=Corazza di Diamante +item.leggingsDiamond.name=Gambali di Diamante +item.bootsDiamond.name=Stivali di Diamante +item.helmetGold.name=Elmo d'Oro +item.chestplateGold.name=Corazza d'Oro +item.leggingsGold.name=Gambali d'Oro +item.bootsGold.name=Stivali d'Oro +item.flint.name=Selce +item.porkchopRaw.name=Costoletta di Maiale Cruda +item.porkchopCooked.name=Costoletta di Maiale Cotta +item.chickenRaw.name=Pollo Crudo +item.chickenCooked.name=Pollo Cotto +item.beefRaw.name=Manzo Crudo +item.beefCooked.name=Bistecca +item.painting.name=Quadro +item.frame.name=Cornice per Oggetti +item.appleGold.name=Mela Dorata +item.sign.name=Cartello +item.doorWood.name=Porta di Legno +item.bucket.name=Secchio +item.bucketWater.name=Secchio d'Acqua +item.bucketLava.name=Secchio di Lava +item.minecart.name=Carrello da Miniera +item.saddle.name=Sella +item.doorIron.name=Porta di Ferro +item.redstone.name=Pietrarossa +item.snowball.name=Palla di Neve +item.boat.name=Barca +item.leather.name=Pelle +item.milk.name=Latte +item.brick.name=Mattone +item.clay.name=Argilla +item.reeds.name=Canne da Zucchero +item.paper.name=Carta +item.book.name=Libro +item.slimeball.name=Palla di Slime +item.minecartChest.name=Carrello da Miniera con Cassa +item.minecartFurnace.name=Carrello da Miniera con Fornace +item.minecartTnt.name=Carrello da Miniera con TNT +item.minecartHopper.name=Carrello da Miniera con Tramoggia +item.egg.name=Uovo +item.compass.name=Bussola +item.fishingRod.name=Canna da Pesca +item.clock.name=Orologio +item.yellowDust.name=Polvere di Pietraluce +item.fishRaw.name=Pesce Crudo +item.fishCooked.name=Pesce Cotto +item.record.name=Disco Musicale +item.bone.name=Osso +item.dyePowder.black.name=Sacca d'Inchiostro +item.dyePowder.red.name=Rosso di Rosa +item.dyePowder.green.name=Verde Cactus +item.dyePowder.brown.name=Fave di Cacao +item.dyePowder.blue.name=Lapislazzuli +item.dyePowder.purple.name=Tintura Viola +item.dyePowder.cyan.name=Tintura Ciano +item.dyePowder.silver.name=Tintura Grigio Chiaro +item.dyePowder.gray.name=Tintura Grigia +item.dyePowder.pink.name=Tintura Rosa +item.dyePowder.lime.name=Tintura Lime +item.dyePowder.yellow.name=Giallo Dente di Leone +item.dyePowder.lightBlue.name=Tintura Blu Chiaro +item.dyePowder.magenta.name=Tintura Magenta +item.dyePowder.orange.name=Tintura Arancione +item.dyePowder.white.name=Farina d'Ossa +item.sugar.name=Zucchero +item.cake.name=Torta +item.bed.name=Letto +item.diode.name=Ripetitore di Pietrarossa +item.comparator.name=Comparatore di Pietrarossa +item.map.name=Mappa +item.leaves.name=Foglie +item.shears.name=Cesoie +item.rottenFlesh.name=Carne Marcia +item.enderPearl.name=Perla Ender +item.blazeRod.name=Verga di Blaze +item.ghastTear.name=Lacrima di Ghast +item.netherStalkSeeds.name=Verruca del Nether +item.potion.name=Pozione +item.emptyPotion.name=Bottiglia d'Acqua +item.goldNugget.name=Pepita d'Oro +item.glassBottle.name=Bottiglia di Vetro +item.spiderEye.name=Occhio di Ragno +item.fermentedSpiderEye.name=Occhio di Ragno Fermentato +item.blazePowder.name=Polvere di Blaze +item.magmaCream.name=Crema di Magma +item.cauldron.name=Calderone +item.brewingStand.name=Alambicco +item.eyeOfEnder.name=Occhio di Ender +item.speckledMelon.name=Melone Luccicante +item.monsterPlacer.name=Uovo di +item.expBottle.name=Bottiglia de' Incantagione +item.fireball.name=Carica di Fuoco +item.writingBook.name=Libro e Penna +item.writtenBook.name=Libro Scritto +item.ruby.name=Rubino +item.flowerPot.name=Vaso da Fiori +item.emptyMap.name=Mappa Vuota +item.carrots.name=Carota +item.carrotGolden.name=Carota Dorata +item.potato.name=Patata +item.potatoBaked.name=Patata Cotta +item.potatoPoisonous.name=Patata Velenosa +item.skull.skeleton.name=Teschio di Scheletro +item.skull.wither.name=Teschio di Scheletro Wither +item.skull.zombie.name=Testa di Zombi +item.skull.char.name=Testa +item.skull.player.name=Testa di %s +item.skull.creeper.name=Testa di Creeper +item.carrotOnAStick.name=Carota su Bastone +item.netherStar.name=Stella del Nether +item.pumpkinPie.name=Torta di Zucca +item.enchantedBook.name=Libro Incantato +item.fireworks.name=Razzo Pirotecnico +item.fireworks.flight=Durata del Volo: +item.fireworksCharge.name=Stella Pirotecnica +item.fireworksCharge.black=Nero +item.fireworksCharge.red=Rosso +item.fireworksCharge.green=Verde +item.fireworksCharge.brown=Marrone +item.fireworksCharge.blue=Blu +item.fireworksCharge.purple=Viola +item.fireworksCharge.cyan=Ciano +item.fireworksCharge.silver=Grigio Chiaro +item.fireworksCharge.gray=Grigio +item.fireworksCharge.pink=Rosa +item.fireworksCharge.lime=Lime +item.fireworksCharge.yellow=Giallo +item.fireworksCharge.lightBlue=Azzurro +item.fireworksCharge.magenta=Magenta +item.fireworksCharge.orange=Arancione +item.fireworksCharge.white=Bianco +item.fireworksCharge.customColor=Personalizzato +item.fireworksCharge.fadeTo=Sfuma in +item.fireworksCharge.flicker=Brillio +item.fireworksCharge.trail=Scia +item.fireworksCharge.type.0=Piccola Sfera +item.fireworksCharge.type.1=Grande Sfera +item.fireworksCharge.type.2=A forma di stella +item.fireworksCharge.type.3=A forma di Creeper +item.fireworksCharge.type.4=Scoppio +item.fireworksCharge.type=Forma Sconosciuta +item.netherbrick.name=Mattone del Nether +item.netherquartz.name=Quarzo del Nether + +container.inventory=Inventario +container.hopper=Tramoggia degli Oggetti +container.crafting=Fabbricazione +container.dispenser=Distributore +container.dropper=Gettatore +container.furnace=Fornace +container.enchant=Incantamento +container.repair=Ripara e Denomina +container.repair.cost=Costo dell'Incantesimo: %1$d +container.repair.expensive=Troppo Costoso! +container.creative=Selezione Oggetti +container.brewing=Alambicco +container.chest=Cassa +container.chestDouble=Cassa Grande +container.minecart=Carrello da Miniera +container.enderchest=Cassa Ender + +item.dyed=Tinto + +entity.Item.name=Oggetto +entity.XPOrb.name=Sfera d'Esperienza +entity.SmallFireball.name=Piccola Palla di Fuoco +entity.Fireball.name=Palla di Fuoco + +entity.Arrow.name=freccia +entity.Snowball.name=Palla di Neve +entity.Painting.name=Quadro + +entity.Mob.name=Mob +entity.Monster.name=Mostro + +entity.Creeper.name=Creeper +entity.Skeleton.name=Scheletro +entity.Spider.name=Ragno +entity.Giant.name=Gigante +entity.Zombie.name=Zombi +entity.Slime.name=Slime +entity.Ghast.name=Ghast +entity.PigZombie.name=Pigman Zombi +entity.Enderman.name=Enderman +entity.Silverfish.name=Pesciolino d'Argento +entity.CaveSpider.name=Ragno delle Caverne +entity.Blaze.name=Blaze +entity.LavaSlime.name=Cubo di Magma +entity.MushroomCow.name=Mooshroom +entity.Villager.name=Villico +entity.VillagerGolem.name=Golem di Ferro +entity.SnowMan.name=Golem di Neve +entity.EnderDragon.name=Drago dell'End +entity.WitherBoss.name=Wither +entity.Witch.name=Strega + +entity.Pig.name=Maiale +entity.Sheep.name=Pecora +entity.Cow.name=Mucca +entity.Chicken.name=Pollo +entity.Squid.name=Calamaro +entity.Wolf.name=Lupo +entity.Ozelot.name=Ocelot +entity.Cat.name=Gatto +entity.Bat.name=Pipistrello + +entity.PrimedTnt.name=Blocco di TNT +entity.FallingSand.name=Blocco in Caduta + +entity.Minecart.name=Carrello da Miniera +entity.Boat.name=Barca + +entity.generic.name=sconosciuto + +death.fell.accident.ladder=%1$s è caduto da una scala +death.fell.accident.vines=%1$s è caduto da dei rampicanti +death.fell.accident.water=%1$s è caduto fuori dall'acqua +death.fell.accident.generic=%1$s è caduto da un posto alto +death.fell.killer=%1$s è stato condannato a cadere +death.fell.assist=%1$s è stato condannato a cadere da %2$s +death.fell.assist.item=%1$s è stato condannato a cadere da %2$s usando %3$s +death.fell.finish=%1$s è stato fatto cadere troppo lontano ed è stato finito da %2$s +death.fell.finish.item=%1$s è caduto troppo lontano ed è stato finito da %2$s usando %3$s + +death.attack.inFire=%1$s è andato a fuoco +death.attack.inFire.player=%1$s ha camminato nel fuoco mentre combatteva %2$s +death.attack.onFire=%1$s è bruciato a morte +death.attack.onFire.player=%1$s è stato bruciato fino a diventare croccante mentre combatteva %2$s +death.attack.lava=%1$s ha provato a nuotare nella lava +death.attack.lava.player=%1$s ha provato a nuotare nella lava per scappare da %2$s +death.attack.inWall=%1$s è soffocato in un muro +death.attack.drown=%1$s è annegato +death.attack.drown.player=%1$s è annegato mentre cercava di scappare da %2$s +death.attack.starve=%1$s è morto di fame +death.attack.cactus=%1$s è stato punto a morte +death.attack.cactus.player=%1$s si è imbattuto in un cactus mentre cercava di scappare da %2$s +death.attack.generic=%1$s è morto +death.attack.explosion=%1$s è esploso +death.attack.explosion.player=%1$s è stato fatto saltare in aria da %2$s +death.attack.magic=%1$s è stato ucciso dalla magia +death.attack.wither=%1$s è avvizzito +death.attack.anvil=%1$s è stato spiaccicato da un'incudine +death.attack.fallingBlock=%1$s è stato spiaccicato da un blocco in caduta +death.attack.mob=%1$s è stato ucciso da %2$s +death.attack.player=%1$s è stato ucciso da %2$s +death.attack.player.item=%1$s è stato ucciso da %2$s usando %3$s +death.attack.arrow=%1$s è stato trafitto da %2$s +death.attack.arrow.item=%1$s è stato trafitto da %2$s usando %3$s +death.attack.fireball=%1$s è stato ucciso da una palla di fuoco di %2$s +death.attack.fireball.item=%1$s è stato ucciso da una palla di fuoco di %2$s usando %3$s +death.attack.thrown=%1$s è stato preso a pugni da %2$s +death.attack.thrown.item=%1$s è stato preso a pugni da %2$s usando %3$s +death.attack.indirectMagic=%1$s è stato ucciso da %2$s usando la magia +death.attack.indirectMagic.item=%1$s è stato ucciso da %2$s usando %3$s +death.attack.thorns=%1$s è stato ucciso mentre cercava di ferire %2$s +death.attack.fall=%1$s ha colpito il terreno troppo forte +death.attack.outOfWorld=%1$s è caduto fuori dal mondo + +deathScreen.respawn=Rinasci +deathScreen.deleteWorld=Elimina il mondo +deathScreen.titleScreen=Menu principale +deathScreen.score=Punteggio +deathScreen.title.hardcore=Game over! +deathScreen.hardcoreInfo=Non puoi rinascere in modalità estrema! +deathScreen.title=Sei morto! +deathScreen.leaveServer=Esci dal server + +potion.empty=Nessun Effetto +potion.moveSpeed=Velocità +potion.moveSlowdown=Lentezza +potion.digSpeed=Sollecitudine +potion.digSlowDown=Fatica da Scavo +potion.damageBoost=Forza +potion.weakness=Debolezza +potion.heal=Salute Istantanea +potion.harm=Danno Istantaneo +potion.jump=Salto Potenziato +potion.confusion=Nausea +potion.regeneration=Rigenerazione +potion.resistance=Resistenza +potion.fireResistance=Resistenza al Fuoco +potion.waterBreathing=Respirazione Subacquea +potion.invisibility=Invisibilità +potion.blindness=Cecità +potion.nightVision=Visione Notturna +potion.hunger=Fame +potion.poison=Veleno +potion.wither=Wither + +potion.moveSpeed.postfix=Pozione di Rapidità +potion.moveSlowdown.postfix=Pozione di Lentezza +potion.digSpeed.postfix=Pozione di Sollecitudine +potion.digSlowDown.postfix=Pozione di Indolenza +potion.damageBoost.postfix=Pozione di Forza +potion.weakness.postfix=Pozione di Debolezza +potion.heal.postfix=Pozione di Guarigione +potion.harm.postfix=Pozione di Danneggiamento +potion.jump.postfix=Pozione di Salto +potion.confusion.postfix=Pozione di Nausea +potion.regeneration.postfix=Pozione di Rigenerazione +potion.resistance.postfix=Pozione di Resistenza +potion.fireResistance.postfix=Pozione di Resistenza al Fuoco +potion.waterBreathing.postfix=Pozione di Respirazione Subacquea +potion.invisibility.postfix=Pozione di Invisibilità +potion.blindness.postfix=Pozione di Cecità +potion.nightVision.postfix=Pozione della Visione Notturna +potion.hunger.postfix=Pozione di Fame +potion.poison.postfix=Pozione di Avvelenamento +potion.wither.postfix=Pozione di Avvizzimento + +potion.potency.0= +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV + +potion.prefix.grenade=(Lanciabile) +potion.prefix.mundane=Ordinaria +potion.prefix.uninteresting=Insignificante +potion.prefix.bland=Blanda +potion.prefix.clear=Limpida +potion.prefix.milky=Lattiginosa +potion.prefix.diffuse=Infusa +potion.prefix.artless=Semplice +potion.prefix.thin=Diluita +potion.prefix.awkward=Strana +potion.prefix.flat=Insipida +potion.prefix.bulky=Robusta +potion.prefix.bungling=Pasticciata +potion.prefix.buttered=Burrosa +potion.prefix.smooth=Amabile +potion.prefix.suave=Melliflua +potion.prefix.debonair=Affabile +potion.prefix.thick=Densa +potion.prefix.elegant=Elegante +potion.prefix.fancy=Sofisticata +potion.prefix.charming=Deliziosa +potion.prefix.dashing=Inebriante +potion.prefix.refined=Raffinata +potion.prefix.cordial=Liquorosa +potion.prefix.sparkling=Frizzante +potion.prefix.potent=Potente +potion.prefix.foul=Putrida +potion.prefix.odorless=Inodore +potion.prefix.rank=Disgustosa +potion.prefix.harsh=Aspra +potion.prefix.acrid=Acre +potion.prefix.gross=Lurida +potion.prefix.stinky=Puzzolente + +enchantment.damage.all=Affilatezza +enchantment.damage.undead=Anatema +enchantment.damage.arthropods=Flagello degli Artropodi +enchantment.knockback=Contraccolpo +enchantment.fire=Aspetto di Fuoco +enchantment.protect.all=Protezione +enchantment.protect.fire=Protezione dal Fuoco +enchantment.protect.fall=Atterraggio Morbido +enchantment.protect.explosion=Protezione dalle Esplosioni +enchantment.protect.projectile=Protezione dai Proiettili +enchantment.oxygen=Respirazione +enchantment.waterWorker=Affinità all'Acqua +enchantment.digging=Efficienza +enchantment.untouching=Tocco di Velluto +enchantment.durability=Indistruttibilità +enchantment.lootBonus=Saccheggio +enchantment.lootBonusDigger=Fortuna +enchantment.arrowDamage=Potenza +enchantment.arrowFire=Fiamma +enchantment.arrowKnockback=Impatto +enchantment.arrowInfinite=Infinità +enchantment.thorns=Spine + +enchantment.level.1=I +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.level.10=X + +gui.achievements=Conquiste +gui.stats=Statistiche + +stat.generalButton=Generale +stat.blocksButton=Blocchi +stat.itemsButton=Oggetti + +stat.used=Numero Utilizzi +stat.mined=Numero Estrazioni +stat.depleted=Numero Consumi +stat.crafted=Numero Fabbricazioni + +stat.startGame=Sessioni giocate +stat.createWorld=Mondi giocati +stat.loadWorld=Salvataggi caricati +stat.joinMultiplayer=Connessioni in Multigiocatore +stat.leaveGame=Sessioni abbandonate + +stat.playOneMinute=Minuti Giocati + +stat.walkOneCm=Distanza a Piedi +stat.fallOneCm=Distanza in Caduta +stat.swimOneCm=Distanza a Nuoto +stat.flyOneCm=Distanza in Volo +stat.climbOneCm=Distanza su Scala a Pioli +stat.diveOneCm=Distanza in Immersione +stat.minecartOneCm=Distanza in Carrello da Miniera +stat.boatOneCm=Distanza in Barca +stat.pigOneCm=Distanza su Maiale +stat.jump=Salti +stat.drop=Oggetti Gettati + +stat.damageDealt=Danno Inflitto +stat.damageTaken=Danno Subito +stat.deaths=Numero di Decessi +stat.mobKills=Mob Uccisi +stat.playerKills=Giocatori Uccisi +stat.fishCaught=Pesci Pescati + +stat.mineBlock=%1$ Estratti +stat.craftItem=%1$ Fabbricati +stat.useItem=%1$ Utilizzati +stat.breakItem=%1$ Consumati + +achievement.get=Obbiettivo Completato! + +achievement.taken=Ottenuta! + +achievement.requires=Richiede '%1$s' +achievement.openInventory=Fare l'Inventario +achievement.openInventory.desc=Premi '%1$' per aprire il tuo inventario. +achievement.mineWood=Attaccati a 'sto Ceppo +achievement.mineWood.desc=Attacca un albero finché non spunta un blocco di legno +achievement.buildWorkBench=Banco di Prova +achievement.buildWorkBench.desc=Fabbrica un banco da lavoro con quattro blocchi di assi +achievement.buildPickaxe=È Ora di Scavare! +achievement.buildPickaxe.desc=Usa assi di legno e bastoni per fare un piccone +achievement.buildFurnace=Tema Scottante +achievement.buildFurnace.desc=Costruisci una fornace con 8 blocchi di pietra +achievement.acquireIron=Ferri del Mestiere +achievement.acquireIron.desc=Forgia un lingotto di ferro +achievement.buildHoe=È Tempo di Coltivare! +achievement.buildHoe.desc=Usa assi e bastoni per fare una zappa +achievement.makeBread=Fai del Pane +achievement.makeBread.desc=Trasforma il grano in pane +achievement.bakeCake=The Cake is a Lie +achievement.bakeCake.desc=Grano, zucchero, latte e uova! +achievement.buildBetterPickaxe=Salto di Qualità +achievement.buildBetterPickaxe.desc=Costruisci un piccone migliore +achievement.cookFish=Pesce Delizioso +achievement.cookFish.desc=Cattura e cucina del pesce! +achievement.onARail=Su Un Binario +achievement.onARail.desc=Percorri in carrello da miniera almeno 1 Km dal punto di partenza +achievement.buildSword=Inizia la Lotta! +achievement.buildSword.desc=Usa assi di legno e bastoni per fare una spada +achievement.killEnemy=Cacciatore di Mostri +achievement.killEnemy.desc=Attacca e distruggi un mostro +achievement.killCow=Ribalta la Mucca +achievement.killCow.desc=Raccogli della pelle +achievement.flyPig=Quando i Maiali Volano +achievement.flyPig.desc=Fai volare un maiale giù da un precipizio +achievement.snipeSkeleton=Duello tra Cecchini +achievement.snipeSkeleton.desc=Uccidi uno scheletro con una freccia da più di 50 metri +achievement.diamonds=DIAMANTI! +achievement.diamonds.desc=Ottieni dei diamanti con i tuoi attrezzi di ferro +achievement.portal=Dobbiamo Andare Più a Fondo +achievement.portal.desc=Costruisci un portale per il Nether +achievement.ghast=Ritorno al Mittente +achievement.ghast.desc=Distruggi un Ghast con una palla di fuoco +achievement.blazeRod=Nel Fuoco +achievement.blazeRod.desc=Alleggerisci un Blaze della sua verga +achievement.potion=Distilleria Artigianale +achievement.potion.desc=Prepara una pozione +achievement.theEnd=La Fine? +achievement.theEnd.desc=Trova l'End +achievement.theEnd2=La Fine. +achievement.theEnd2.desc=Sconfiggi il Drago dell'End +achievement.enchantments=Incantatore +achievement.enchantments.desc=Usa un libro, ossidiana e diamanti per costruire un tavolo degli incantesimi +achievement.overkill=Massacro +achievement.overkill.desc=Infliggi otto cuori di danno in un singolo colpo +achievement.bookcase=Bibliotecario +achievement.bookcase.desc=Costruisci qualche libreria per potenziare il tuo tavolo degli incantesimi + +commands.generic.exception=Si è verificato un errore sconosciuto nel tentativo di eseguire questo comando +commands.generic.syntax=Sintassi del comando errata +commands.generic.player.notFound=Quel giocatore non è stato trovato +commands.generic.notFound=Comando sconosciuto. Prova /help per un elenco dei comandi. +commands.generic.num.invalid='%s' non è un numero valido +commands.generic.num.tooSmall=Il numero che hai inserito (%d) è troppo basso, dev'essere almeno %d +commands.generic.num.tooBig=Il numero che hai inserito (%d) è troppo alto, dev'essere al massimo %d +commands.generic.double.tooSmall=Il numero che hai inserito (%.2f) è troppo basso, dev'essere almeno %.2f +commands.generic.double.tooBig=Il numero che hai inserito (%.2f) è troppo alto, dev'essere al massimo %.2f +commands.generic.usage=Utilizzo: %s + +commands.xp.failure.widthdrawXp=Impossibile dare a un giocatore punti esperienza negativi +commands.xp.success=Dati %d punti esperienza a %s +commands.xp.success.levels=Dati %d livelli a %s +commands.xp.success.negative.levels=Rimossi %d livelli da %s +commands.xp.usage=/xp [giocatore] OPPURE /xp L [giocatore] +commands.give.usage=/give [quantità] [dati] +commands.give.notFound=Non c'è nessun oggetto con ID %d +commands.give.success=Hai dato %s (ID %d) * %d a %s +commands.effect.usage=/effect [seconds] [amplifier] +commands.effect.notFound=There is no such mob effect with ID %d +commands.effect.success=Given %1$s (ID %2$d) * %3$d to %4$s for %5$d seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.enchant.usage=/enchant [livello] +commands.enchant.notFound=Non c'è nessun incantesimo con ID %d +commands.enchant.noItem=La destinazione non tenere premuto un elemento +commands.enchant.cantEnchant=L'incantesimo selezionato non può essere aggiunto a questo oggetto +commands.enchant.cantCombine=%1$s non può essere combinato con %2$s +commands.enchant.success=Incantesimo completato +commands.clear.usage=/clear [oggetto] [dati] +commands.clear.success=L'inventario di %s è stato svuotato, %d oggetti rimossi +commands.clear.failure=Could not clear the inventory of %s, no items to remove +commands.downfall.success=Attivate/disattivate precipitazioni +commands.time.usage=/time +commands.time.added=Aggiunto %d all'ora +commands.time.set=Tempo impostato su %d +commands.players.list=Ci sono %d/%d giocatori connessi: +commands.banlist.ips=Ci sono in totale %d indirizzi IP inibiti: +commands.banlist.players=Ci sono in totale %d giocatori banditi: +commands.banlist.usage=/banlist [ips|players] +commands.kick.success=%s è stato buttato fuori dal gioco +commands.kick.success.reason=%s è stato buttato fuori dal gioco: '%s' +commands.kick.usage=/kick [motivo...] +commands.op.success=%s è ora un operatore +commands.op.usage=/op +commands.deop.success=%s non è più un operatore +commands.deop.usage=/deop +commands.say.usage=/say +commands.ban.success=Il giocatore %s è stato bandito +commands.ban.usage=/ban [motivo ...] +commands.unban.success=Il giocatore %s è stato riammesso +commands.unban.usage=/pardon +commands.banip.invalid=Hai inserito un indirizzo IP non valido o un giocatore che non è online +commands.banip.success=L'indirizzo IP %s è stato inibito +commands.banip.success.players=L'indirizzo IP %s appartenente a %s è stato inibito +commands.banip.usage=/ban-ip [motivo ...] +commands.unbanip.invalid=Hai inserito un indirizzo IP non valido +commands.unbanip.success=L'indirizzo IP %s è stato riabilitato +commands.unbanip.usage=/pardon-ip +commands.save.enabled=Il salvataggio automatico del mondo è stato attivato +commands.save.disabled=Il salvataggio automatico del mondo è stato disattivato +commands.save.start=Salvataggio... +commands.save.success=Il mondo è stato salvato +commands.save.failed=Salvataggio fallito: %s +commands.stop.start=Il server sta per essere arrestato +commands.tp.success=%s è stato teletrasportato da %s +commands.tp.success.coordinates=%s è stato teletrasportato a %.2f,%.2f,%.2f +commands.tp.usage=/tp [giocatore bersaglio] OPPURE /tp [giocatore bersaglio] +commands.tp.notSameDimension=Non è possibile eseguire il teletrasporto, poiché i giocatori non si trovano nella stessa dimensione +commands.whitelist.list=Ci sono %d (su %d visti) giocatori nella lista bianca: +commands.whitelist.enabled=La whitelist è stata attivata +commands.whitelist.disabled=La lista bianca è stata disattivata +commands.whitelist.reloaded=La lista bianca è stata ricaricata +commands.whitelist.add.success=%s è stato aggiunto alla lista bianca +commands.whitelist.add.usage=/whitelist add +commands.whitelist.remove.success=%s è stato rimosso dalla lista bianca +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.scoreboard.usage=/scoreboard +commands.scoreboard.teamNotFound=Non è stata trovata nessuna squadra con il nome '%s' +commands.scoreboard.objectiveNotFound=Non è stato trovato nessun obiettivo con il nome '%s' +commands.scoreboard.objectiveReadOnly=L'obiettivo '%s' è di sola lettura e non può essere impostato +commands.scoreboard.objectives.usage=/scoreboard objectives +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [obiettivo] +commands.scoreboard.objectives.setdisplay.invalidSlot=Nessuno slot sullo schermo chiamato '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Rimosso l'obiettivo dallo slot '%s' +commands.scoreboard.objectives.setdisplay.successSet=Impostata la visualizzazione nello slot '%s' dell'obiettivo '%s' +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [nome da mostrare ...] +commands.scoreboard.objectives.add.wrongType=Tipo di criterio per l'obiettivo non valido. I tipi validi sono: %s +commands.scoreboard.objectives.add.alreadyExists=Esiste già un obiettivo con il nome '%s' +commands.scoreboard.objectives.add.tooLong=Il nome '%s' è troppo lungo per un obiettivo, può essere lungo al massimo %d caratteri +commands.scoreboard.objectives.add.displayTooLong=Il nome da mostrare '%s' è troppo lungo per un obiettivo, può essere lungo al massimo %d caratteri +commands.scoreboard.objectives.add.success=Il nuovo obiettivo '%s' è stato aggiunto con successo +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.remove.success=L'obiettivo '%s' è stato rimosso con successo +commands.scoreboard.objectives.list.count=Mostrati %d obiettivi sul tabellone +commands.scoreboard.objectives.list.entry=- %s: viene mostrato come '%s' ed è del tipo '%s' +commands.scoreboard.objectives.list.empty=Non ci sono obiettivi sul tabellone +commands.scoreboard.players.usage=/scoreboard players +commands.scoreboard.players.set.success=Regolato il punteggio di %s per il giocatore %s a %d +commands.scoreboard.players.set.usage=/scoreboard players set +commands.scoreboard.players.add.usage=/scoreboard players add +commands.scoreboard.players.remove.usage=/scoreboard players remove +commands.scoreboard.players.reset.usage=/scoreboard players reset +commands.scoreboard.players.reset.success=Azzerati tutti i punteggi del giocatore %s +commands.scoreboard.players.list.count=Mostrati %d giocatori segnati sul tabellone +commands.scoreboard.players.list.empty=Non ci sono giocatori segnati sul tabellone +commands.scoreboard.players.list.player.count=Mostrati %d obiettivi segnati per %s +commands.scoreboard.players.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.players.list.player.empty=Il giocatore %s non ha punteggi registrati +commands.scoreboard.teams.usage=/scoreboard teams +commands.scoreboard.teams.add.usage=/scoreboard teams add [nome da mostrare ...] +commands.scoreboard.teams.add.alreadyExists=Esiste già una squadra con il nome '%s' +commands.scoreboard.teams.add.tooLong=Il nome '%s' è troppo lungo per una squadra, può essere lungo al massimo %d caratteri +commands.scoreboard.teams.add.displayTooLong=Il nome da mostrare '%s' è troppo lungo per una squadra, può essere lungo al massimo %d caratteri +commands.scoreboard.teams.add.success=Aggiunta la nuova squadra '%s' con successo +commands.scoreboard.teams.list.usage=/scoreboard teams list [nome] +commands.scoreboard.teams.list.count=Mostrate %d squadre sul tabellone +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' ha %3$d giocatori +commands.scoreboard.teams.list.empty=Non ci sono squadre registrate sul tabellone +commands.scoreboard.teams.list.player.count=Mostrati %d giocatori nella squadra %s +commands.scoreboard.teams.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.teams.list.player.empty=La squadra %s non ha giocatori +commands.scoreboard.teams.empty.usage=/scoreboard teams clear +commands.scoreboard.teams.empty.alreadyEmpty=La squadra %s è già vuota, non è possibile rimuovere dei giocatori inesistenti +commands.scoreboard.teams.empty.success=Rimossi tutti i %d giocatori dalla squadra %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.remove.success=Rimossa la squadra %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [giocatore] +commands.scoreboard.teams.join.success=Aggiunto %d giocatore(i) alla squadra %s: %s +commands.scoreboard.teams.join.failure=Impossibile aggiungere %d giocatore(i) alla squadra %s: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [giocatore] +commands.scoreboard.teams.leave.success=Rimosso %d giocatore(i) dalle loro squadre: %s +commands.scoreboard.teams.leave.failure=Impossibile rimuovere %d giocatore(i) dalle loro squadre: %s +commands.scoreboard.teams.leave.noTeam=Non sei in una squadra +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.option.noValue=I valori validi per l'opzione %s sono: %s +commands.scoreboard.teams.option.success=Set option %s for team %s to %s +commands.gamemode.success.self=La propria modalità di gioco è stata impostata su %s +commands.gamemode.success.other=La modalità di gioco di %s è stata impostata su %s +commands.gamemode.usage=/gamemode [giocatore] +commands.defaultgamemode.usage=/defaultgamemode +commands.defaultgamemode.success=Adesso la modalità predefinita del mondo è %s +commands.me.usage=/me +commands.help.header=--- Pagina di aiuto %d di %d (/help ) --- +commands.help.footer=Suggerimento: Usa il tasto mentre scrivi un comando per completare automaticamente il comando o i suoi parametri +commands.help.usage=/help [pagina|nome comando] +commands.publish.started=Gioco locale ospitato su %s +commands.publish.failed=Impossibile ospitare il gioco locale +commands.debug.start=Iniziato il debug profiling +commands.debug.stop=Interrotto il debug profiling dopo %.2f secondi (%d ticks) +commands.debug.notStarted=Impossibile interrompere il profiling quando non è stato ancora iniziato! +commands.debug.usage=/debug +commands.message.usage=/tell +commands.message.sameTarget=Non puoi inviare un messaggio privato a te stesso! +commands.message.display.outgoing=Hai sussurrato a %s: %s +commands.message.display.incoming=%s ti ha sussurrato: %s +commands.difficulty.usage=/difficulty +commands.difficulty.success=Difficoltà di gioco impostata su %s +commands.spawnpoint.usage=/spawnpoint OPPURE /spawnpoint OPPURE /spawnpoint +commands.spawnpoint.success=Impostato il punto di rinascita di %s a (%d, %d, %d) +commands.gamerule.usage=/gamerule OPPURE /gamerule +commands.gamerule.success=La regola di gioco è stata aggiornata +commands.gamerule.norule=Non è disponibile alcuna regola di gioco chiamata '%s' +commands.weather.usage=/weather [durata in secondi] +commands.weather.clear=Clima cambiato in sereno +commands.weather.rain=Clima cambiato in piovoso +commands.weather.thunder=Tempo atmosferico cambiato in pioggia e tuoni +commands.testfor.usage=/testfor +commands.testfor.failed=/testfor può essere usato solo dai blocchi comandi con output analogico + +itemGroup.buildingBlocks=Blocchi da Costruzione +itemGroup.decorations=Blocchi Decorativi +itemGroup.redstone=Pietrarossa +itemGroup.transportation=Trasporti +itemGroup.misc=Varie +itemGroup.search=Cerca Oggetti +itemGroup.food=Cibarie +itemGroup.tools=Attrezzi +itemGroup.combat=Combattimento +itemGroup.brewing=Distillazione +itemGroup.materials=Materiali +itemGroup.inventory=Inventario Sopravvivenza + +inventory.binSlot=Distruggi l'Oggetto + +advMode.setCommand=Imposta un Comando di Console per il Blocco +advMode.command=Comando di Console +advMode.nearestPlayer=Usa "@p" per selezionare il giocatore più vicino +advMode.randomPlayer=Usa "@r" per selezionare un giocatore a caso +advMode.allPlayers=Usa "@a" per selezionare tutti i giocatori + +advMode.notEnabled=I blocchi comando non sono abilitati in questo server +advMode.notAllowed=Devi essere un operatore in modalità creativa + +mco.title=Minecraft Realms +mco.selectServer.select=Entra nel Server +mco.selectServer.configure=Configura +mco.selectServer.create=Crea Mondo +mco.selectServer.moreinfo=Altre Informazioni + +mco.configure.world.edit.title=Modifica Mondo + +mco.configure.world.title=Configura Mondo +mco.configure.world.name=Nome +mco.configure.world.description=Descrizione +mco.configure.world.location=Posizione +mco.configure.world.invited=Invitato +mco.configure.world.buttons.edit=Modifica +mco.configure.world.buttons.reset=Reimposta Mondo +mco.configure.world.buttons.done=Fatto +mco.configure.world.buttons.delete=Cancella +mco.configure.world.buttons.open=Apri Mondo +mco.configure.world.buttons.close=Chiudi Mondo +mco.configure.world.buttons.invite=Invita +mco.configure.world.buttons.uninvite=Annulla Invito +mco.configure.world.buttons.subscription=Subscription +mco.configure.world.invite.profile.name=Nome +mco.configure.world.uninvite.question=Sei sicuro di voler annullare l'invito + +mco.configure.world.subscription.title=Subscription Info +mco.configure.world.subscription.daysleft=Days Left +mco.configure.world.subscription.start=Start Date +mco.configure.world.subscription.extend=Extend + +mco.create.world.location.title=Posizioni +mco.create.world.location.warning=Potresti non ricevere l'esatta posizione che hai scelto +mco.create.world.wait=Creazione del mondo... + +mco.reset.world.title=Reimposta Mondo +mco.reset.world.warning=Questo cancellerà permanentemente il tuo mondo! +mco.reset.world.seed=Seme (Opzionale) +mco.reset.world.resetting.screen.title=Resetto il Mondo... + +mco.configure.world.close.question.line1=Il tuo mondo smetterà di essere disponibile. +mco.configure.world.close.question.line2=Sei sicuro di volerlo fare? + +mco.connect.connecting=Connessione al server online... +mco.connect.authorizing=Accesso in corso... +mco.connect.failed=Impossibile connettersi al server online + +mco.create.world=Crea + diff --git a/1.5.2/lang/ja_JP.lang b/1.5.2/lang/ja_JP.lang new file mode 100644 index 00000000..d59480e4 --- /dev/null +++ b/1.5.2/lang/ja_JP.lang @@ -0,0 +1,1293 @@ +#X-Generator: crowdin.net + +language.name=日本語 +language.region=日本 +language.code=ja_JP + +gui.done=完了 +gui.cancel=キャンセル +gui.back=Back +gui.toMenu=タイトル画面へ戻る +gui.up=上 +gui.down=下 +gui.yes=はい +gui.no=いいえ + +menu.singleplayer=シングルプレイ +menu.multiplayer=マルチプレイ +menu.online=Minecraft Realms +menu.options=設定 +menu.quit=終了 +menu.returnToMenu=セーブしてタイトルへ戻る +menu.disconnect=切断する +menu.returnToGame=ゲームに戻る +menu.switchingLevel=ワールドの切り替え +menu.generatingLevel=ワールドを生成する +menu.loadingLevel=ワールドを読み込み中 +menu.generatingTerrain=地形情報を生成中 +menu.convertingLevel=ワールドを変換中 +menu.simulating=ワールドを構成中 +menu.respawning=リスポーン中 +menu.shareToLan=LANに公開 + +selectWorld.title=ワールドを選択 +selectWorld.empty=未選択 +selectWorld.world=ワールド +selectWorld.select=選択したワールドで遊ぶ +selectWorld.create=ワールド新規作成 +selectWorld.recreate=再生成 +selectWorld.createDemo=新しいデモワールドで遊ぶ +selectWorld.delete=削除 +selectWorld.rename=名前を変更 +selectWorld.deleteQuestion=このワールドを削除してもよろしいですか? +selectWorld.deleteWarning=は完全に削除され、二度と元に戻せません! +selectWorld.deleteButton=削除 +selectWorld.renameButton=名前を変更 +selectWorld.renameTitle=ワールド名を変更 +selectWorld.conversion=ワールドデータを変換する必要があります +selectWorld.newWorld=新規ワールド +selectWorld.newWorld.copyOf=%s のコピー +selectWorld.enterName=ワールド名 +selectWorld.resultFolder=保存先: +selectWorld.enterSeed=ワールド生成のシード値 +selectWorld.seedInfo=ランダム生成 +selectWorld.cheats=チート +selectWorld.customizeType=カスタマイズ + +createWorld.customize.presets=プリセット +createWorld.customize.presets.title=プリセットの選択 +createWorld.customize.presets.select=プリセットを使用する +createWorld.customize.presets.share=プリセットを誰かと共有したいですか? この入力欄を使ってください! +createWorld.customize.presets.list=もしくは、次のプリセットから選んでください! +createWorld.customize.flat.title=スーパーフラットのカスタマイズ +createWorld.customize.flat.tile=層の構成物 +createWorld.customize.flat.height=高さ +createWorld.customize.flat.addLayer=レイヤーの追加 +createWorld.customize.flat.editLayer=レイヤーの編集 +createWorld.customize.flat.removeLayer=レイヤーの削除 +createWorld.customize.flat.layer.top=最上層 - %d +createWorld.customize.flat.layer=%d +createWorld.customize.flat.layer.bottom=最下層 - %d + +gameMode.survival=サバイバルモード +gameMode.creative=クリエイティブモード +gameMode.adventure=アドベンチャーモード +gameMode.hardcore=ハードコアモード! +gameMode.changed=あなたのゲームモードが更新されました + +selectWorld.gameMode=ゲームモード: +selectWorld.gameMode.survival=サバイバル +selectWorld.gameMode.survival.line1=資材を探し、道具を作り、 +selectWorld.gameMode.survival.line2=レベル、HP、空腹の要素がある +selectWorld.gameMode.creative=クリエイティブ +selectWorld.gameMode.creative.line1=材料は無限に所持し、自由に飛べ、 +selectWorld.gameMode.creative.line2=ブロックを瞬時に破壊できる +selectWorld.gameMode.hardcore=ハードコア +selectWorld.gameMode.hardcore.line1=サバイバルモードと同じだが、最高の難易度設定、 +selectWorld.gameMode.hardcore.line2=そしてひとつきりの命 +selectWorld.gameMode.adventure=アドベンチャー +selectWorld.gameMode.adventure.line1=サバイバルモードと同じだが、ブロックを +selectWorld.gameMode.adventure.line2=追加したり削除したりはできない +selectWorld.moreWorldOptions=その他のワールド設定... +selectWorld.mapFeatures=構造物を生成する: +selectWorld.mapFeatures.info=村、ダンジョンなど +selectWorld.mapType=ワールドタイプ: +selectWorld.mapType.normal=ノーマル +selectWorld.allowCommands=チートを許可する: +selectWorld.allowCommands.info=/gamemode、/xp 等のコマンド +selectWorld.hardcoreMode=ハードコア: +selectWorld.hardcoreMode.info=死亡するとワールドが削除されます +selectWorld.bonusItems=ボーナスチェスト: + +generator.default=デフォルト +generator.flat=スーパーフラット +generator.largeBiomes=大きなバイオーム + +selectServer.title=サーバー選択 +selectServer.empty=未選択 +selectServer.select=サーバーに接続 +selectServer.direct=ダイレクト接続 +selectServer.edit=編集 +selectServer.delete=削除 +selectServer.add=サーバー追加 +selectServer.defaultName=Minecraft サーバー +selectServer.deleteQuestion=このサーバーを削除してもよろしいですか? +selectServer.deleteWarning=は完全に削除され、二度と元に戻せません! +selectServer.deleteButton=削除 +selectServer.refresh=更新 +selectServer.hiddenAddress=(非表示) +addServer.title=サーバー情報の編集 +addServer.enterName=サーバー名 +addServer.enterIp=サーバーアドレス +addServer.add=完了 +addServer.hideAddress=アドレスを隠す +lanServer.title=LANワールド +lanServer.scanning=Scanning for games on your local network +lanServer.start=LANワールドの開始 +lanServer.otherPlayers=他のプレイヤーのための設定 +mcoServer.title=Minecraft のオンラインの世界 + +multiplayer.title=マルチプレイで遊ぶ +multiplayer.connect=接続 +multiplayer.info1=Minecraftのマルチプレイは未完成の状態ですが、 +multiplayer.info2=初期段階のテストが実施されています。 +multiplayer.ipinfo=接続先のサーバーIPアドレスを入力してください: + +multiplayer.texturePrompt.line1=このサーバーは、カスタムテクスチャパックの使用をお勧めします. +multiplayer.texturePrompt.line2=自動的にダウンロードしてインストールしますか? + +multiplayer.downloadingTerrain=地形情報をダウンロード中 + +multiplayer.stopSleeping=ベッドから出る + +chat.link.confirm=このウェブサイトを開いてもよろしいですか? +chat.link.warning=あなたが信頼していない人からのリンクは絶対に開かないで下さい! +chat.copy=クリップボードにコピーする。 + +menu.playdemo=デモワールドで遊ぶ +menu.resetdemo=デモワールドのリセット +demo.day.1=トライアルバージョンでは5日間ご利用いただけます。頑張ってください! +demo.day.2=2日目 +demo.day.3=3日目 +demo.day.4=4日目 +demo.day.5=今日が最終日です! +demo.day.warning=もうすぐ時間切れです! +demo.day.6=5日目が終了しました。F2ボタンであなたの作品のスクリーンショットが撮れます。 +demo.reminder=デモ版の期限が終了しました。ゲームを購入するか、新しくワールドを作成して下さい! +demo.remainingTime=残り時間:%s +demo.demoExpired=時間切れ! +demo.help.movement=%1$s, %2$s, %3$s, %4$s とマウスで移動します +demo.help.movementShort=%1$s、%2$s、%3$sと%4$sで歩いて。 +demo.help.movementMouse=マウスを使って見渡してください +demo.help.jump=%1$sでジャンプします +demo.help.inventory=%1$sで所持品を確認できます +demo.help.title=デモモード +demo.help.fullWrapped=このデモでは、ゲーム内日数で5日(実時間で約1時間と40分)続きます。ヒントについては実績をチェック!楽しんでください! +demo.help.buy=今すぐ買って! +demo.help.later=プレイを続行! + +connect.connecting=サーバーに接続中... +connect.authorizing=ログイン中... +connect.failed=サーバーへの接続に失敗しました + +disconnect.genericReason=%s +disconnect.disconnected=サーバーから切断されました +disconnect.lost=接続を維持できません +disconnect.kicked=ゲームからキックされました +disconnect.timeout=タイムアウトしました +disconnect.closed=接続が終了しました +disconnect.loginFailed=ログイン失敗 +disconnect.loginFailedInfo=ログイン失敗: %s +disconnect.quitting=終了します +disconnect.endOfStream=接続が終了されました +disconnect.overflow=バッファオーバーフローが発生しました +disconnect.spam=スパム行為のためにキック + +options.off=オフ +options.on=オン +options.visible=表示 +options.hidden=非表示 +options.title=設定 +options.controls=キー設定 +options.video=ビデオ設定 +options.language=言語設定 +options.languageWarning=正確な翻訳が行われていない可能性があります +options.videoTitle=ビデオ設定 +options.music=BGM +options.sound=サウンド +options.invertMouse=マウス反転 +options.fov=視野 +options.fov.min=デフォルト +options.fov.max=Quake同様(最大) +options.gamma=明るさ +options.gamma.min=暗い +options.gamma.max=明るい +options.sensitivity=マウス感度 +options.sensitivity.min=*あくび* +options.sensitivity.max=猛スピード!!! +options.renderDistance=描画距離 +options.renderDistance.tiny=最短 +options.renderDistance.short=短い +options.renderDistance.normal=普通 +options.renderDistance.far=遠い +options.viewBobbing=画面の揺れ +options.ao=スムースライティング +options.ao.off=Off +options.ao.min=Minimum +options.ao.max=Maximum +options.anaglyph=3Dアナグリフ +options.framerateLimit=パフォーマンス +options.difficulty=難易度 +options.difficulty.peaceful=ピースフル +options.difficulty.easy=イージー +options.difficulty.normal=ノーマル +options.difficulty.hard=ハード +options.difficulty.hardcore=ハードコア +options.graphics=グラフィックス +options.graphics.fancy=描画優先 +options.graphics.fast=処理優先 +options.guiScale=GUIの大きさ +options.guiScale.auto=自動 +options.guiScale.small=小さい +options.guiScale.normal=普通 +options.guiScale.large=大きい +options.advancedOpengl=Advanced OpenGL +options.renderClouds=雲の表示 +options.farWarning1=描画距離を「遠い」に設定する場合 +options.farWarning2=64ビット版Javaをお勧めします(現在は32ビット版) +options.particles=パーティクルの表示 +options.particles.all=すべて +options.particles.decreased=少し +options.particles.minimal=最少 +options.multiplayer.title=マルチプレイ設定... +options.chat.title=チャット設定... +options.chat.visibility=チャット +options.chat.visibility.full=表示 +options.chat.visibility.system=コマンドのみ +options.chat.visibility.hidden=非表示 +options.chat.color=色 +options.chat.opacity=不透明 +options.chat.links=ウェブリンク +options.chat.links.prompt=リンク時のプロンプト +options.chat.scale=スケール +options.chat.width=幅 +options.chat.height.focused=ピントの合う高さ +options.chat.height.unfocused=やり場のない高さ +options.showCape=ケープを表示 +options.serverTextures=サーバーテクスチャー +options.snooper=情報収集を許可 +options.snooper.view=情報収集設定... +options.snooper.title=マシンスペックの収集 +options.snooper.desc=問題の把握とMinecraftの改良のために、あなたのコンピューターに関する情報の収集を行いたいと思います。収集する情報は匿名化され、以下にその内容が表示されています。この情報を悪用しないことをお約束します。もし送信を拒否したいなら、オフにしていただいて結構です! +options.texture.pack=テクスチャーパック +options.fullscreen=全画面モード +options.vsync=垂直同期の使用 +options.touchscreen=タッチスクリーンモード + +performance.max=最高 +performance.balanced=バランス +performance.powersaver=パワーセーブ + +controls.title=キー設定 + +key.forward=前進 +key.left=左 +key.back=後退 +key.right=右 +key.jump=ジャンプ +key.inventory=持ち物欄 +key.drop=捨てる +key.chat=チャット +key.fog=視野の切り替え +key.sneak=スニーク +key.playerlist=プレイヤーリスト +key.attack=攻撃 +key.use=アイテム使用 +key.pickItem=ブロック選択 +key.mouseButton=ボタン %1$s +key.command=コマンド + +texturePack.openFolder=フォルダーを開く +texturePack.title=テクスチャーパック選択 +texturePack.folderInfo=(テクスチャーパックをここへ) +texturePack.incompatible=非対応 + +book.pageIndicator=%1$s/%2$s ページ +book.byAuthor=著者 %1$s +book.signButton=署名 +book.editTitle=本のタイトルを入力してください: +book.finalizeButton=署名して閉じる +book.finalizeWarning=注意!署名をすると、二度と編集できなくなります! + +tile.stone.name=石 + +tile.grass.name=草ブロック +tile.dirt.name=土 +tile.stonebrick.name=丸石 +tile.wood.name=木材 +tile.wood.oak.name=樫の木材 +tile.wood.spruce.name=松の木材 +tile.wood.birch.name=白樺の木材 +tile.wood.jungle.name=ジャングルの木材 +tile.sapling.oak.name=樫の苗木 +tile.sapling.spruce.name=松の苗木 +tile.sapling.birch.name=白樺の苗木 +tile.sapling.jungle.name=ジャングルの苗木 +tile.deadbush.name=枯れ木 +tile.bedrock.name=岩盤 +tile.water.name=水 +tile.lava.name=溶岩 +tile.sand.name=砂 +tile.sandStone.name=砂岩 +tile.sandStone.default.name=砂岩 +tile.sandStone.chiseled.name=模様入り砂岩 +tile.sandStone.smooth.name=滑らかな砂岩 +tile.gravel.name=砂利 +tile.oreGold.name=金鉱石 +tile.oreIron.name=鉄鉱石 +tile.oreCoal.name=石炭鉱石 +tile.log.name=原木 +tile.log.oak.name=樫の原木 +tile.log.spruce.name=松の原木 +tile.log.birch.name=白樺の原木 +tile.log.jungle.name=ジャングルの原木 +tile.leaves.name=木の葉 +tile.leaves.oak.name=樫の葉 +tile.leaves.spruce.name=松の葉 +tile.leaves.birch.name=白樺の葉 +tile.leaves.jungle.name=ジャングルの葉 +tile.tallgrass.name=草 +tile.tallgrass.shrub.name=雑草 +tile.tallgrass.grass.name=草 +tile.tallgrass.fern.name=シダ +tile.sponge.name=スポンジ +tile.glass.name=ガラス +tile.thinGlass.name=板ガラス +tile.cloth.name=羊毛 +tile.flower.name=花 +tile.rose.name=バラ +tile.mushroom.name=キノコ +tile.blockGold.name=金ブロック +tile.blockIron.name=鉄ブロック +tile.stoneSlab.stone.name=石ハーフブロック +tile.stoneSlab.sand.name=砂岩ハーフブロック +tile.stoneSlab.wood.name=木材ハーフブロック +tile.stoneSlab.cobble.name=丸石ハーフブロック +tile.stoneSlab.brick.name=レンガハーフブロック +tile.stoneSlab.smoothStoneBrick.name=石レンガハーフブロック +tile.stoneSlab.netherBrick.name=ネザーレンガハーフブロック +tile.stoneSlab.quartz.name=ネザー水晶ハーフブロック +tile.woodSlab.oak.name=樫の木材ハーフブロック +tile.woodSlab.spruce.name=松の木材ハーフブロック +tile.woodSlab.birch.name=白樺の木材ハーフブロック +tile.woodSlab.jungle.name=ジャングルの木材ハーフブロック +tile.brick.name=レンガ +tile.tnt.name=TNT +tile.bookshelf.name=本棚 +tile.stoneMoss.name=苔石 +tile.obsidian.name=黒曜石 +tile.torch.name=松明 +tile.fire.name=炎 +tile.mobSpawner.name=モンスタースポナー +tile.stairsWood.name=樫の木の階段 +tile.stairsWoodSpruce.name=松の木の階段 +tile.stairsWoodBirch.name=白樺の木の階段 +tile.stairsWoodJungle.name=ジャングルの木の階段 +tile.chest.name=チェスト +tile.chestTrap.name=トラップチェスト +tile.redstoneDust.name=レッドストーンダスト +tile.oreDiamond.name=ダイヤモンド鉱石 +tile.blockDiamond.name=ダイヤモンドブロック +tile.workbench.name=作業台 +tile.crops.name=作物 +tile.farmland.name=耕地 +tile.furnace.name=かまど +tile.sign.name=看板 +tile.doorWood.name=木のドア +tile.ladder.name=はしご +tile.rail.name=レール +tile.goldenRail.name=パワードレール +tile.activatorRail.name=作動レール +tile.detectorRail.name=ディテクターレール +tile.stairsStone.name=石の階段 +tile.stairsSandStone.name=砂岩の階段 +tile.lever.name=レバー +tile.pressurePlate.name=感圧式スイッチ +tile.weightedPlate_light.name=重量感圧板 (軽) +tile.weightedPlate_heavy.name=重量感圧板 (重) +tile.doorIron.name=鉄のドア +tile.oreRedstone.name=レッドストーン鉱石 +tile.notGate.name=レッドストーントーチ +tile.button.name=ボタン +tile.snow.name=雪 +tile.ice.name=氷 +tile.cactus.name=サボテン +tile.clay.name=粘土 +tile.reeds.name=サトウキビ +tile.jukebox.name=ジュークボックス +tile.fence.name=フェンス +tile.fenceGate.name=フェンスゲート +tile.pumpkin.name=カボチャ +tile.litpumpkin.name=ジャック・オ・ランタン +tile.hellrock.name=ネザーラック +tile.hellsand.name=ソウルサンド +tile.lightgem.name=グロウストーン +tile.portal.name=ポータル +tile.cloth.black.name=黒色の羊毛 +tile.cloth.red.name=赤色の羊毛 +tile.cloth.green.name=緑色の羊毛 +tile.cloth.brown.name=茶色の羊毛 +tile.cloth.blue.name=青色の羊毛 +tile.cloth.purple.name=紫色の羊毛 +tile.cloth.cyan.name=水色の羊毛 +tile.cloth.silver.name=薄灰色の羊毛 +tile.cloth.gray.name=灰色の羊毛 +tile.cloth.pink.name=桃色の羊毛 +tile.cloth.lime.name=黄緑色の羊毛 +tile.cloth.yellow.name=黄色の羊毛 +tile.cloth.lightBlue.name=空色の羊毛 +tile.cloth.magenta.name=赤紫色の羊毛 +tile.cloth.orange.name=橙色の羊毛 +tile.cloth.white.name=羊毛 +tile.oreLapis.name=ラピスラズリ鉱石 +tile.blockLapis.name=ラピスラズリブロック +tile.dispenser.name=ディスペンサー +tile.dropper.name=ドロッパー +tile.musicBlock.name=音符ブロック +tile.cake.name=ケーキ +tile.bed.name=ベッド +tile.bed.occupied=このベッドは既に使われています +tile.bed.noSleep=夜になるまで眠れません +tile.bed.notSafe=モンスターが近くにいるため眠ることができません +tile.bed.notValid=ベッドが存在しないか、あるいは塞がれています +tile.lockedchest.name=鍵のかかったチェスト +tile.trapdoor.name=トラップドア +tile.web.name=クモの巣 +tile.stonebricksmooth.name=石レンガ +tile.stonebricksmooth.default.name=石レンガ +tile.stonebricksmooth.mossy.name=苔石レンガ +tile.stonebricksmooth.cracked.name=ひびの入った石レンガ +tile.stonebricksmooth.chiseled.name=模様入り石レンガ +tile.monsterStoneEgg.stone.name=石のモンスターエッグ +tile.monsterStoneEgg.cobble.name=丸石モンスターエッグ +tile.monsterStoneEgg.brick.name=石レンガモンスターエッグ +tile.pistonBase.name=ピストン +tile.pistonStickyBase.name=粘着ピストン +tile.fenceIron.name=鉄格子 +tile.melon.name=スイカ +tile.stairsBrick.name=レンガの階段 +tile.stairsStoneBrickSmooth.name=石レンガの階段 +tile.vine.name=つる +tile.netherBrick.name=ネザーレンガ +tile.netherFence.name=ネザーレンガフェンス +tile.stairsNetherBrick.name=ネザーレンガの階段 +tile.netherStalk.name=ネザーウォート +tile.cauldron.name=大釜 +tile.enchantmentTable.name=エンチャントテーブル +tile.anvil.name=金床 +tile.anvil.intact.name=金床 +tile.anvil.slightlyDamaged.name=少し壊れた金床 +tile.anvil.veryDamaged.name=大きく壊れた金床 +tile.whiteStone.name=エンドストーン +tile.endPortalFrame.name=エンドポータル +tile.mycel.name=菌糸 +tile.waterlily.name=スイレンの葉 +tile.dragonEgg.name=ドラゴンの卵 +tile.redstoneLight.name=レッドストーンランプ +tile.cocoa.name=カカオの実 +tile.enderChest.name=エンダーチェスト +tile.oreRuby.name=ルビー鉱石 +tile.oreEmerald.name=エメラルド鉱石 +tile.blockEmerald.name=エメラルドブロック +tile.blockRedstone.name=レッドストーンブロック +tile.tripWire.name=トリップワイヤー +tile.tripWireSource.name=トリップワイヤーフック +tile.commandBlock.name=コマンドブロック +tile.beacon.name=ビーコン +tile.beacon.primary=プライマリパワー +tile.beacon.secondary=セカンダリパワー +tile.cobbleWall.normal.name=丸石の壁 +tile.cobbleWall.mossy.name=苔石の壁 +tile.carrots.name=ニンジン +tile.potatoes.name=ジャガイモ +tile.daylightDetector.name=日照センサー +tile.netherquartz.name=ネザークォーツ鉱石 +tile.hopper.name=ホッパー +tile.quartzBlock.default.name=ネザー水晶ブロック +tile.quartzBlock.chiseled.name=模様入りネザー水晶ブロック +tile.quartzBlock.lines.name=柱型ネザー水晶ブロック +tile.stairsQuartz.name=ネザー水晶の階段 + +item.shovelIron.name=鉄のシャベル +item.pickaxeIron.name=鉄のツルハシ +item.hatchetIron.name=鉄の斧 +item.flintAndSteel.name=火打石と打ち金 +item.apple.name=リンゴ +item.cookie.name=クッキー +item.bow.name=弓 +item.arrow.name=矢 +item.coal.name=石炭 +item.charcoal.name=木炭 +item.diamond.name=ダイヤモンド +item.emerald.name=エメラルド +item.ingotIron.name=鉄インゴット +item.ingotGold.name=金インゴット +item.swordIron.name=鉄の剣 +item.swordWood.name=木の剣 +item.shovelWood.name=木のシャベル +item.pickaxeWood.name=木のツルハシ +item.hatchetWood.name=木の斧 +item.swordStone.name=石の剣 +item.shovelStone.name=石のシャベル +item.pickaxeStone.name=石のツルハシ +item.hatchetStone.name=石の斧 +item.swordDiamond.name=ダイヤの剣 +item.shovelDiamond.name=ダイヤのシャベル +item.pickaxeDiamond.name=ダイヤのツルハシ +item.hatchetDiamond.name=ダイヤの斧 +item.stick.name=棒 +item.bowl.name=ボウル +item.mushroomStew.name=キノコシチュー +item.swordGold.name=金の剣 +item.shovelGold.name=金のシャベル +item.pickaxeGold.name=金のツルハシ +item.hatchetGold.name=金の斧 +item.string.name=糸 +item.feather.name=羽 +item.sulphur.name=火薬 +item.hoeWood.name=木のクワ +item.hoeStone.name=石のクワ +item.hoeIron.name=鉄のクワ +item.hoeDiamond.name=ダイヤのクワ +item.hoeGold.name=金のクワ +item.seeds.name=種 +item.seeds_pumpkin.name=カボチャの種 +item.seeds_melon.name=スイカの種 +item.melon.name=スイカ +item.wheat.name=小麦 +item.bread.name=パン +item.helmetCloth.name=革の帽子 +item.chestplateCloth.name=革の上着 +item.leggingsCloth.name=革のズボン +item.bootsCloth.name=革のブーツ +item.helmetChain.name=チェーンヘルメット +item.chestplateChain.name=チェーンチェストプレート +item.leggingsChain.name=チェーンレギンス +item.bootsChain.name=チェーンブーツ +item.helmetIron.name=鉄のヘルメット +item.chestplateIron.name=鉄のチェストプレート +item.leggingsIron.name=鉄のレギンス +item.bootsIron.name=鉄のブーツ +item.helmetDiamond.name=ダイヤのヘルメット +item.chestplateDiamond.name=ダイヤのチェストプレート +item.leggingsDiamond.name=ダイヤのレギンス +item.bootsDiamond.name=ダイヤのブーツ +item.helmetGold.name=金のヘルメット +item.chestplateGold.name=金のチェストプレート +item.leggingsGold.name=金のレギンス +item.bootsGold.name=金のブーツ +item.flint.name=火打石 +item.porkchopRaw.name=生の豚肉 +item.porkchopCooked.name=焼き豚 +item.chickenRaw.name=生の鶏肉 +item.chickenCooked.name=焼き鳥 +item.beefRaw.name=生の牛肉 +item.beefCooked.name=ステーキ +item.painting.name=絵画 +item.frame.name=額縁 +item.appleGold.name=金のリンゴ +item.sign.name=看板 +item.doorWood.name=木のドア +item.bucket.name=バケツ +item.bucketWater.name=水入りバケツ +item.bucketLava.name=溶岩入りバケツ +item.minecart.name=トロッコ +item.saddle.name=サドル +item.doorIron.name=鉄のドア +item.redstone.name=レッドストーン +item.snowball.name=雪玉 +item.boat.name=ボート +item.leather.name=革 +item.milk.name=牛乳 +item.brick.name=レンガ +item.clay.name=粘土 +item.reeds.name=サトウキビ +item.paper.name=紙 +item.book.name=本 +item.slimeball.name=スライムボール +item.minecartChest.name=チェスト付きトロッコ +item.minecartFurnace.name=かまど付きトロッコ +item.minecartTnt.name=TNT付きトロッコ +item.minecartHopper.name=ホッパー付きトロッコ +item.egg.name=卵 +item.compass.name=コンパス +item.fishingRod.name=釣竿 +item.clock.name=時計 +item.yellowDust.name=グロウストーンダスト +item.fishRaw.name=生魚 +item.fishCooked.name=焼き魚 +item.record.name=音楽ディスク +item.bone.name=骨 +item.dyePowder.black.name=イカスミ +item.dyePowder.red.name=赤色の染料 +item.dyePowder.green.name=緑色の染料 +item.dyePowder.brown.name=カカオ豆 +item.dyePowder.blue.name=ラピスラズリ +item.dyePowder.purple.name=紫色の染料 +item.dyePowder.cyan.name=水色の染料 +item.dyePowder.silver.name=薄灰色の染料 +item.dyePowder.gray.name=灰色の染料 +item.dyePowder.pink.name=桃色の染料 +item.dyePowder.lime.name=黄緑色の染料 +item.dyePowder.yellow.name=黄色の染料 +item.dyePowder.lightBlue.name=空色の染料 +item.dyePowder.magenta.name=赤紫色の染料 +item.dyePowder.orange.name=橙色の染料 +item.dyePowder.white.name=骨粉 +item.sugar.name=砂糖 +item.cake.name=ケーキ +item.bed.name=ベッド +item.diode.name=レッドストーンリピーター +item.comparator.name=レッドストーンコンパレーター +item.map.name=地図 +item.leaves.name=葉 +item.shears.name=ハサミ +item.rottenFlesh.name=腐った肉 +item.enderPearl.name=エンダーパール +item.blazeRod.name=ブレイズロッド +item.ghastTear.name=ガストの涙 +item.netherStalkSeeds.name=ネザーウォート +item.potion.name=ポーション +item.emptyPotion.name=水入り瓶 +item.goldNugget.name=金塊 +item.glassBottle.name=ガラス瓶 +item.spiderEye.name=クモの目 +item.fermentedSpiderEye.name=発酵したクモの目 +item.blazePowder.name=ブレイズパウダー +item.magmaCream.name=マグマクリーム +item.cauldron.name=大釜 +item.brewingStand.name=醸造台 +item.eyeOfEnder.name=エンダーアイ +item.speckledMelon.name=きらめくスイカ +item.monsterPlacer.name=スポーン +item.expBottle.name=エンチャントの瓶 +item.fireball.name=ファイヤーチャージ +item.writingBook.name=本と羽ペン +item.writtenBook.name=記入済みの本 +item.ruby.name=ルビー +item.flowerPot.name=植木鉢 +item.emptyMap.name=白紙の地図 +item.carrots.name=ニンジン +item.carrotGolden.name=金のニンジン +item.potato.name=ジャガイモ +item.potatoBaked.name=ベイクドポテト +item.potatoPoisonous.name=青くなったジャガイモ +item.skull.skeleton.name=スケルトンの頭 +item.skull.wither.name=ウィザースケルトンの頭 +item.skull.zombie.name=ゾンビの頭 +item.skull.char.name=頭 +item.skull.player.name=%s の頭 +item.skull.creeper.name=クリーパーの頭 +item.carrotOnAStick.name=ニンジン付きの棒 +item.netherStar.name=ネザースター +item.pumpkinPie.name=パンプキンパイ +item.enchantedBook.name=エンチャントの本 +item.fireworks.name=ロケット花火 +item.fireworks.flight=飛翔時間: +item.fireworksCharge.name=花火の星 +item.fireworksCharge.black=黒色 +item.fireworksCharge.red=赤色 +item.fireworksCharge.green=緑色 +item.fireworksCharge.brown=茶色 +item.fireworksCharge.blue=青色 +item.fireworksCharge.purple=紫色 +item.fireworksCharge.cyan=水色 +item.fireworksCharge.silver=薄灰色 +item.fireworksCharge.gray=灰色 +item.fireworksCharge.pink=桃色 +item.fireworksCharge.lime=黄緑色 +item.fireworksCharge.yellow=黄色 +item.fireworksCharge.lightBlue=空色 +item.fireworksCharge.magenta=赤紫色 +item.fireworksCharge.orange=橙色 +item.fireworksCharge.white=白色 +item.fireworksCharge.customColor=カスタム +item.fireworksCharge.fadeTo=色変化: +item.fireworksCharge.flicker=点滅 +item.fireworksCharge.trail=流星 +item.fireworksCharge.type.0=小球 +item.fireworksCharge.type.1=大球 +item.fireworksCharge.type.2=星形 +item.fireworksCharge.type.3=クリーパー型 +item.fireworksCharge.type.4=破裂 +item.fireworksCharge.type=不明な形状 +item.netherbrick.name=ネザーレンガ +item.netherquartz.name=ネザー水晶 + +container.inventory=持ち物 +container.hopper=ホッパー +container.crafting=クラフト +container.dispenser=ディスペンサー +container.dropper=ドロッパー +container.furnace=かまど +container.enchant=エンチャント +container.repair=修繕・名付け +container.repair.cost=エンチャントのコスト: %1$d +container.repair.expensive=高価すぎます! +container.creative=項目の選択 +container.brewing=調合台 +container.chest=チェスト +container.chestDouble=ラージチェスト +container.minecart=トロッコ +container.enderchest=エンダーチェスト + +item.dyed=染色済み + +entity.Item.name=アイテム +entity.XPOrb.name=経験値オーブ +entity.SmallFireball.name=小さな火の玉 +entity.Fireball.name=火の玉 + +entity.Arrow.name=矢 +entity.Snowball.name=雪玉 +entity.Painting.name=絵画 + +entity.Mob.name=Mob +entity.Monster.name=モンスター + +entity.Creeper.name=クリーパー +entity.Skeleton.name=スケルトン +entity.Spider.name=クモ +entity.Giant.name=ジャイアント +entity.Zombie.name=ゾンビ +entity.Slime.name=スライム +entity.Ghast.name=ガスト +entity.PigZombie.name=ゾンビピッグマン +entity.Enderman.name=エンダーマン +entity.Silverfish.name=シルバーフィッシュ +entity.CaveSpider.name=洞窟グモ +entity.Blaze.name=ブレイズ +entity.LavaSlime.name=マグマキューブ +entity.MushroomCow.name=ムーシュルーム +entity.Villager.name=村人 +entity.VillagerGolem.name=アイアンゴーレム +entity.SnowMan.name=スノウゴーレム +entity.EnderDragon.name=エンダードラゴン +entity.WitherBoss.name=ウィザー +entity.Witch.name=ウィッチ + +entity.Pig.name=ブタ +entity.Sheep.name=ヒツジ +entity.Cow.name=ウシ +entity.Chicken.name=ニワトリ +entity.Squid.name=イカ +entity.Wolf.name=オオカミ +entity.Ozelot.name=ヤマネコ +entity.Cat.name=ネコ +entity.Bat.name=コウモリ + +entity.PrimedTnt.name=TNTブロック +entity.FallingSand.name=落下中のブロック + +entity.Minecart.name=トロッコ +entity.Boat.name=ボート + +entity.generic.name=不明 + +death.fell.accident.ladder=%1&sははしごから落ちた +death.fell.accident.vines=%1$sはツタから滑り落ちた +death.fell.accident.water=%1$sは水から落ちた +death.fell.accident.generic=%1$sは高い所から落ちた +death.fell.killer=%1$sは命が尽きて落下した +death.fell.assist=%1$sは%2$sによって命が尽きて落下した +death.fell.assist.item=%1$sは%2$sの%3$sによって命が尽きて落下した +death.fell.finish=%1$sは%2$sによってとどめを刺されて高いところから落下した +death.fell.finish.item=%1$sは%2$sの%3$sによってとどめを刺されて高いところから落下した + +death.attack.inFire=%1$sは炎に巻かれてしまった +death.attack.inFire.player=%1$sは%2$sと戦いながら火の中へ踏み入れてしまった +death.attack.onFire=%1$sはこんがりと焼けてしまった +death.attack.onFire.player=%1$sは%2$sと戦いながらカリカリに焼けてしまった +death.attack.lava=%1$sは溶岩遊泳を試みた +death.attack.lava.player=%1$sは%2$sから逃れようと溶岩遊泳を試みた +death.attack.inWall=%1$sは壁の中で窒息してしまった +death.attack.drown=%1$sは溺れ死んでしまった +death.attack.drown.player=%1$sは%2$sから逃れようとして溺れ死んでしまった +death.attack.starve=%1$sは飢え死にしてしまった +death.attack.cactus=%1$sは刺されて死んでしまった +death.attack.cactus.player=%1$sは%2$sから逃げようとしてサボテンにぶつかってしまった +death.attack.generic=%1$sは死んでしまった +death.attack.explosion=%1$sは爆発に巻き込まれてしまった +death.attack.explosion.player=%1$sは%2$sに爆破されてしまった +death.attack.magic=%1$sは魔法で殺された +death.attack.wither=%1$sは枯れ果ててしまった +death.attack.anvil=%1$sは落下してきた金床に押しつぶされた +death.attack.fallingBlock=%1$sは落下してきたブロックに押しつぶされた +death.attack.mob=%1$sは%2$sに殺害された +death.attack.player=%1$sは%2$sに殺害された +death.attack.player.item=%1$sは%2$sの%3$sで殺害された +death.attack.arrow=%1$sは%2$sに射抜かれた +death.attack.arrow.item=%1$sは%2$sの%3$sで射抜かれた +death.attack.fireball=%1$sは%2$sに火だるまにされた +death.attack.fireball.item=%1$sは%2$sの%3$sで火だるまにされた +death.attack.thrown=%1$sは%2$sによってぺしゃんこにされた +death.attack.thrown.item=%1$sは%2$sの%3$sでぺしゃんこにされた +death.attack.indirectMagic=%1$sは魔法を使う%2$sに殺された +death.attack.indirectMagic.item=%1$sは%2$sの%3$sで殺された +death.attack.thorns=%1$sは%2$sを傷つけようとして殺されました +death.attack.fall=%1$sは地面と強く激突してしまった +death.attack.outOfWorld=%1$sは奈落の底へ落ちてしまった + +deathScreen.respawn=リスポーン +deathScreen.deleteWorld=ワールドを削除 +deathScreen.titleScreen=タイトル画面へ戻る +deathScreen.score=スコア +deathScreen.title.hardcore=ゲームオーバー! +deathScreen.hardcoreInfo=ハードコアモードではリスポーンできません! +deathScreen.title=死んでしまった! +deathScreen.leaveServer=サーバーから切断する + +potion.empty=効能なし +potion.moveSpeed=移動速度上昇 +potion.moveSlowdown=移動速度低下 +potion.digSpeed=採掘速度上昇 +potion.digSlowDown=採掘速度低下 +potion.damageBoost=攻撃力上昇 +potion.weakness=弱体化 +potion.heal=即時回復 +potion.harm=ダメージ +potion.jump=跳躍力上昇 +potion.confusion=吐き気 +potion.regeneration=再生能力 +potion.resistance=耐性 +potion.fireResistance=火炎耐性 +potion.waterBreathing=水中呼吸 +potion.invisibility=透明化 +potion.blindness=盲目 +potion.nightVision=暗視 +potion.hunger=空腹 +potion.poison=毒 +potion.wither=ウィザー + +potion.moveSpeed.postfix=俊敏のポーション +potion.moveSlowdown.postfix=鈍化のポーション +potion.digSpeed.postfix=加速のポーション +potion.digSlowDown.postfix=疲労のポーション +potion.damageBoost.postfix=力のポーション +potion.weakness.postfix=弱化のポーション +potion.heal.postfix=治癒のポーション +potion.harm.postfix=負傷のポーション +potion.jump.postfix=跳躍のポーション +potion.confusion.postfix=悪心のポーション +potion.regeneration.postfix=再生のポーション +potion.resistance.postfix=防御のポーション +potion.fireResistance.postfix=耐火のポーション +potion.waterBreathing.postfix=水中呼吸のポーション +potion.invisibility.postfix=透明化のポーション +potion.blindness.postfix=盲目のポーション +potion.nightVision.postfix=暗視のポーション +potion.hunger.postfix=空腹のポーション +potion.poison.postfix=毒のポーション +potion.wither.postfix=腐食のポーション + +potion.potency.0= +potion.potency.1=II +potion.potency.2=Ⅲ +potion.potency.3=Ⅳ + +potion.prefix.grenade=スプラッシュ +potion.prefix.mundane=ありふれた +potion.prefix.uninteresting=つまらない +potion.prefix.bland=刺激のない +potion.prefix.clear=透明な +potion.prefix.milky=乳白色の +potion.prefix.diffuse=ぼんやりした +potion.prefix.artless=素朴な +potion.prefix.thin=希薄な +potion.prefix.awkward=奇妙な +potion.prefix.flat=むらのない +potion.prefix.bulky=扱いにくい +potion.prefix.bungling=不出来な +potion.prefix.buttered=バター風味の +potion.prefix.smooth=まろやかな +potion.prefix.suave=口当たりのいい +potion.prefix.debonair=爽やかな +potion.prefix.thick=濃厚な +potion.prefix.elegant=優雅な +potion.prefix.fancy=風変わりな +potion.prefix.charming=素敵な +potion.prefix.dashing=派手な +potion.prefix.refined=純粋な +potion.prefix.cordial=力みなぎる +potion.prefix.sparkling=きらめく +potion.prefix.potent=効き目の強い +potion.prefix.foul=不潔な +potion.prefix.odorless=無臭の +potion.prefix.rank=不味い +potion.prefix.harsh=不快な +potion.prefix.acrid=刺激の強い +potion.prefix.gross=気持ちの悪い +potion.prefix.stinky=臭い + +enchantment.damage.all=ダメージ増加 +enchantment.damage.undead=アンデッド特効 +enchantment.damage.arthropods=虫特効 +enchantment.knockback=ノックバック +enchantment.fire=火属性 +enchantment.protect.all=ダメージ軽減 +enchantment.protect.fire=火炎耐性 +enchantment.protect.fall=落下耐性 +enchantment.protect.explosion=爆発耐性 +enchantment.protect.projectile=飛び道具耐性 +enchantment.oxygen=水中呼吸 +enchantment.waterWorker=水中採掘 +enchantment.digging=効率強化 +enchantment.untouching=シルクタッチ +enchantment.durability=耐久力 +enchantment.lootBonus=ドロップ増加 +enchantment.lootBonusDigger=幸運 +enchantment.arrowDamage=射撃ダメージ増加 +enchantment.arrowFire=フレイム +enchantment.arrowKnockback=パンチ +enchantment.arrowInfinite=無限 +enchantment.thorns=苦痛 + +enchantment.level.1=Ⅰ +enchantment.level.2=Ⅱ +enchantment.level.3=Ⅲ +enchantment.level.4=Ⅳ +enchantment.level.5=Ⅴ +enchantment.level.6=Ⅵ +enchantment.level.7=Ⅶ +enchantment.level.8=Ⅷ +enchantment.level.9=Ⅸ +enchantment.level.10=Ⅹ + +gui.achievements=実績 +gui.stats=統計 + +stat.generalButton=一般 +stat.blocksButton=ブロック +stat.itemsButton=アイテム + +stat.used=使った回数 +stat.mined=採取した回数 +stat.depleted=消耗した回数 +stat.crafted=作った回数 + +stat.startGame=ゲームを起動した回数 +stat.createWorld=遊んだワールドの数 +stat.loadWorld=読み込まれたワールドの数 +stat.joinMultiplayer=マルチプレイで遊んだ回数 +stat.leaveGame=ゲームを終了した回数 + +stat.playOneMinute=ゲームプレイ時間 + +stat.walkOneCm=歩いた距離 +stat.fallOneCm=落下した距離 +stat.swimOneCm=泳いだ距離 +stat.flyOneCm=浮いた距離 +stat.climbOneCm=登った距離 +stat.diveOneCm=水中歩行した距離 +stat.minecartOneCm=トロッコで移動した距離 +stat.boatOneCm=ボートで移動した距離 +stat.pigOneCm=ブタで移動した距離 +stat.jump=ジャンプした回数 +stat.drop=落としたアイテムの数 + +stat.damageDealt=与えたダメージ +stat.damageTaken=受けたダメージ +stat.deaths=死亡回数 +stat.mobKills=倒したMobの数 +stat.playerKills=倒したプレイヤーの数 +stat.fishCaught=釣った魚の数 + +stat.mineBlock=%1$sを採取した回数 +stat.craftItem=%1$sを作った回数 +stat.useItem=%1$sを使った回数 +stat.breakItem=%1$sを消耗した回数 + +achievement.get=実績解除! + +achievement.taken=獲得済! + +achievement.requires=「%1$s」が必要 +achievement.openInventory=所持品の確認 +achievement.openInventory.desc=「%1$s」キーを押して持ち物をみる +achievement.mineWood=木を手に入れる +achievement.mineWood.desc=ブロックになるまで木を叩く +achievement.buildWorkBench=土台作り +achievement.buildWorkBench.desc=木材を4つ使い、作業台を作る +achievement.buildPickaxe=いざ採掘! +achievement.buildPickaxe.desc=木材と棒を使い、ツルハシを作る +achievement.buildFurnace=ホット トピック +achievement.buildFurnace.desc=丸石を8つ使い、かまどを作る +achievement.acquireIron=金属を手に入れる +achievement.acquireIron.desc=鉄鉱石を製錬する +achievement.buildHoe=いざ農業! +achievement.buildHoe.desc=木材と棒を使い、クワを作る +achievement.makeBread=パンを焼こう +achievement.makeBread.desc=小麦をパンにする +achievement.bakeCake=the cake is a lie +achievement.bakeCake.desc=小麦に砂糖、牛乳、それから卵! +achievement.buildBetterPickaxe=アップグレード +achievement.buildBetterPickaxe.desc=よりよいツルハシをつくる +achievement.cookFish=美味しい魚 +achievement.cookFish.desc=魚を釣って焼く! +achievement.onARail=線路の上で +achievement.onARail.desc=トロッコに乗って出発地点から1km以上走行する +achievement.buildSword=いざ突撃! +achievement.buildSword.desc=木材と棒を使い、剣を作る +achievement.killEnemy=モンスターハンター +achievement.killEnemy.desc=モンスターを攻撃して倒す +achievement.killCow=牛転がし +achievement.killCow.desc=革を手に入れる +achievement.flyPig=ブタさんの飛ぶ頃に +achievement.flyPig.desc=ブタに乗って崖から落ちる +achievement.snipeSkeleton=スナイパー対決 +achievement.snipeSkeleton.desc=50m以上離れたスケルトンを矢で倒す +achievement.diamonds=ダイヤモンド! +achievement.diamonds.desc=鉄の道具を使ってダイヤモンドを手に入れる +achievement.portal=さらなる深みへ +achievement.portal.desc=ネザーへのポータルを作る +achievement.ghast=宛先不明 +achievement.ghast.desc=火の玉でガストを倒す +achievement.blazeRod=炎の中へ +achievement.blazeRod.desc=ブレイズのロッドを奪う +achievement.potion=町の薬屋さん +achievement.potion.desc=ポーションを醸造する +achievement.theEnd=おしまい? +achievement.theEnd.desc=ジ・エンドを見つける +achievement.theEnd2=おしまい。 +achievement.theEnd2.desc=エンダードラゴンを倒す +achievement.enchantments=エンチャントの使い手 +achievement.enchantments.desc=本、黒曜石、ダイヤモンドを使ってエンチャントテーブルを作る +achievement.overkill=オーバーキル +achievement.overkill.desc=一撃でハート8個分のダメージを与える +achievement.bookcase=司書 +achievement.bookcase.desc=本棚を置いてエンチャントテーブルを強化する + +commands.generic.exception=このコマンドを実行しようとしているときに不明なエラーが発生しました +commands.generic.syntax=無効なコマンドの構文 +commands.generic.player.notFound=指定されたプレイヤーが見つかりません +commands.generic.notFound=未知のコマンドです。/help でコマンドの一覧を試してください。 +commands.generic.num.invalid='%s' は有効な数値ではありません +commands.generic.num.tooSmall=入力した数値(%d)が小さすぎます。これは%d以上である必要があります。 +commands.generic.num.tooBig=入力した数値(%d)が大きすぎます。この数値は%dである必要があります。 +commands.generic.double.tooSmall=入力した数値 (%.2f) は小さすぎます。%.2f 以上にしてください +commands.generic.double.tooBig=入力した数値 (%.2f) は大きすぎます。%.2f 以下にしてください +commands.generic.usage=使用法: %s + +commands.xp.failure.widthdrawXp=プレイヤーに負の経験値を与えることはできません +commands.xp.success=%d 点の経験値を %s に与えました +commands.xp.success.levels=%d レベルを %s に付与しました +commands.xp.success.negative.levels=%d レベルを %s から剥奪しました +commands.xp.usage=/xp <量> [プレイヤー] もしくは /xp <量>L [プレイヤー] +commands.give.usage=/give <プレーヤー> <アイテム> [量] [データ] +commands.give.notFound=ID %dに該当するアイテムはありません +commands.give.success=%s (ID %d) × %d を %s へ与えました +commands.effect.usage=/effect [seconds] [amplifier] +commands.effect.notFound=There is no such mob effect with ID %d +commands.effect.success=Given %1$s (ID %2$d) * %3$d to %4$s for %5$d seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.enchant.usage=/enchant <プレーヤー> <エンチャントID> [レベル] +commands.enchant.notFound=ID %dに該当するエンチャントはありません +commands.enchant.noItem=対象はアイテムを手に持っていません +commands.enchant.cantEnchant=選択したエンチャントは対象のアイテムに付加できません +commands.enchant.cantCombine=%1$s は %2$s と組み合わせることはできません +commands.enchant.success=エンチャントに成功しました +commands.clear.usage=/clear <プレイヤー> [アイテム] [データ] +commands.clear.success=%s のインベントリーから、%d 個のアイテムを削除しました +commands.clear.failure=Could not clear the inventory of %s, no items to remove +commands.downfall.success=降雨・降雪を切り替えます +commands.time.usage=/time <値> +commands.time.added=時間に %d を追加しました +commands.time.set=時間を %d に設定します +commands.players.list=%d/%d のプレイヤーがオンラインです: +commands.banlist.ips=%d 個のIPアドレスがBAN対象になっています: +commands.banlist.players=%d 人のプレイヤーがアクセス禁止されています: +commands.banlist.usage=/banlist [IPアドレス|プレイヤー名] +commands.kick.success=ゲームから %s をキックした +commands.kick.success.reason=ゲームから %s をキック: '%s' +commands.kick.usage=/kick <プレイヤー名> [理由...] +commands.op.success=%s にオペレーター権を付与しました +commands.op.usage=/op <プレイヤー名> +commands.deop.success=%s からオペレーター権を剥奪しました +commands.deop.usage=/deop <プレイヤー名> +commands.say.usage=/say <メッセージ> +commands.ban.success=プレーヤー %s のアクセスを禁止しました +commands.ban.usage=/ban <プレイヤー名> [理由…] +commands.unban.success=プレイヤー %s のアクセス禁止を解除しました +commands.unban.usage=/pardon <ブラックリストから削除するユーザー名> +commands.banip.invalid=無効なIPアドレスが入力されたか、プレイヤーがオンラインになっていません +commands.banip.success=IPアドレス "%s" は禁止されました。 +commands.banip.success.players=アクセス禁止されたIPアドレス %s は %s に属しています +commands.banip.usage=/ban-ip [理由...] +commands.unbanip.invalid=IPアドレスが無効です +commands.unbanip.success=IPアドレス %s のBANが解除されました。 +commands.unbanip.usage=/pardon-ip <アドレス> +commands.save.enabled=ワールドの自動保存を有効にしました +commands.save.disabled=ワールドの自動保存を無効にしました +commands.save.start=保存中… +commands.save.success=ワールドを保存しました +commands.save.failed=保存に失敗しました: %s +commands.stop.start=サーバーを停止しました +commands.tp.success=%s から %s へワープしました +commands.tp.success.coordinates=%s は %.2f,%.2f,%.2f にテレポートしました +commands.tp.usage=/tp [プレイヤー] <移動先プレイヤー> もしくは /tp [プレイヤー] +commands.tp.notSameDimension=プレイヤーが同じ次元内に居ないためテレポートすることができません +commands.whitelist.list=ホワイトリストには %d 人 (サーバー全体では %d 人) のプレイヤーがいます +commands.whitelist.enabled=ホワイトリストを有効にしました +commands.whitelist.disabled=ホワイトリストを無効にしました +commands.whitelist.reloaded=ホワイトリストをリロードしました +commands.whitelist.add.success=%s をホワイトリストに追加しました +commands.whitelist.add.usage=/whitelist add <ホワイトリストに追加するプレイヤー名> +commands.whitelist.remove.success=%s をホワイトリストから削除しました +commands.whitelist.remove.usage=/whitelist remove <ホワイトリストから削除するプレイヤー名> +commands.whitelist.usage=/whitelist +commands.scoreboard.usage=/scoreboard +commands.scoreboard.teamNotFound='%s'ではチームが見つかりませんでした +commands.scoreboard.objectiveNotFound='%s'ではオブジェクトは見つかりませんでした。 +commands.scoreboard.objectiveReadOnly=オブジェクト'%s'は読み取り専用であり、設定することはできません。 +commands.scoreboard.objectives.usage=/scoreboard objectives +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay <スロット> [オブジェクト] +commands.scoreboard.objectives.setdisplay.invalidSlot='%s'というディスプレイスロットはありません +commands.scoreboard.objectives.setdisplay.successCleared=オブジェクトディスプレイスロット'%s'をクリアしました +commands.scoreboard.objectives.setdisplay.successSet=スロット『%s』のディスプレイオブジェクトは、『%s』にセットされました +commands.scoreboard.objectives.add.usage=/scoreboard objectives add <名前> <標準型> [表示名 ...] +commands.scoreboard.objectives.add.wrongType=無効なオブジェクト標準型です。有効な型は: %s +commands.scoreboard.objectives.add.alreadyExists='%s'というオブジェクトは既に存在します +commands.scoreboard.objectives.add.tooLong='%s'というオブジェクト名は長過ぎます。オブジェクト名の長さは最大で%d文字までです +commands.scoreboard.objectives.add.displayTooLong='%s'という表示名はオブジェクトには長過ぎます。 オブジェクト名は最大で%d文字までです +commands.scoreboard.objectives.add.success=新しいオブジェクト'%s'を追加しました +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove <名前> +commands.scoreboard.objectives.remove.success=オブジェクト'%s'を削除しました +commands.scoreboard.objectives.list.count=スコアボードの %d 個のオブジェクトを表示 +commands.scoreboard.objectives.list.entry=- %s: '%s'と表示され、型は'%s'です +commands.scoreboard.objectives.list.empty=スコアボードにオブジェクトがありません +commands.scoreboard.players.usage=/scoreboard players +commands.scoreboard.players.set.success=プレイヤー%sの%dのための%sのスコアをセット +commands.scoreboard.players.set.usage=/scoreboard players set <プレイヤー> <オブジェクト> <スコア> +commands.scoreboard.players.add.usage=/scoreboard players add <プレイヤー> <オブジェクト> <カウント> +commands.scoreboard.players.remove.usage=/scoreboard players remove <プレイヤー> <オブジェクト> <カウント> +commands.scoreboard.players.reset.usage=/scoreboard players reset <プレイヤー> +commands.scoreboard.players.reset.success=プレイヤー%sのスコアを全てリセット +commands.scoreboard.players.list.count=選択された%dプレイヤーをスコアボードに表示 +commands.scoreboard.players.list.empty=スコアボードには選択されたプレイヤーがいません +commands.scoreboard.players.list.player.count=選択された%dオブジェクトを%sに表示 +commands.scoreboard.players.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.players.list.player.empty=プレイヤー%sにはスコアの記録ありません +commands.scoreboard.teams.usage=/scoreboard teams +commands.scoreboard.teams.add.usage=/scoreboard teams add <名前> [表示名 ...] +commands.scoreboard.teams.add.alreadyExists='%s'というチーム名は既に存在します +commands.scoreboard.teams.add.tooLong='%s'というチーム名は長過ぎます。チーム名は最大で%d文字までです。 +commands.scoreboard.teams.add.displayTooLong='%s'というチーム名は長過ぎます。チーム名は最大で%d文字までです。 +commands.scoreboard.teams.add.success=チーム'%s'を追加しました +commands.scoreboard.teams.list.usage=/scoreboard teams list [名前] +commands.scoreboard.teams.list.count=%dのチームをスコアボードに表示 +commands.scoreboard.teams.list.entry=- %1$s: '%2$s'は%3$dのプレイヤーをもっています +commands.scoreboard.teams.list.empty=スコアボードにチームが登録されていません +commands.scoreboard.teams.list.player.count=チーム%sの%dプレイヤーを表示 +commands.scoreboard.teams.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.teams.list.player.empty=チーム %s にはプレイヤーがいません +commands.scoreboard.teams.empty.usage=/scoreboard teams clear <名前> +commands.scoreboard.teams.empty.alreadyEmpty=チーム%sは既に空っぽです。存在しないプレイヤーは削除できません。 +commands.scoreboard.teams.empty.success=チーム%sから%dプレイヤーを全て削除しました +commands.scoreboard.teams.remove.usage=/scoreboard teams remove <名前> +commands.scoreboard.teams.remove.success=チーム%sを削除しました +commands.scoreboard.teams.join.usage=/scoreboard teams join <チーム> [プレイヤー] +commands.scoreboard.teams.join.success=%d人のプレイヤーをチーム %s に追加しました: %s +commands.scoreboard.teams.join.failure=%d人のプレイヤーをチーム %s に追加できませんでした: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [プレイヤー] +commands.scoreboard.teams.leave.success=%d人のプレイヤーを所属チームから削除しました: %s +commands.scoreboard.teams.leave.failure=%d人のプレイヤーを所属チームから削除できませんでした: %s +commands.scoreboard.teams.leave.noTeam=あなたはチームに参加していません +commands.scoreboard.teams.option.usage=/scoreboard teams option <チーム> <値> +commands.scoreboard.teams.option.noValue=オプション %s の有効な値は:%s +commands.scoreboard.teams.option.success=Set option %s for team %s to %s +commands.gamemode.success.self=あなたのゲームモードを%sに変更しました +commands.gamemode.success.other=%sのゲームモードを%sに変更しました +commands.gamemode.usage=/gamemode <モード> [プレイヤー名] +commands.defaultgamemode.usage=/defaultgamemode <モード> +commands.defaultgamemode.success=ワールドのデフォルトのゲームモードを %s にしました。 +commands.me.usage=/me <アクション ...> +commands.help.header=--- ヘルプページの %d / %d ページを表示(/help <ページ番号>) --- +commands.help.footer=ヒント:タブキーを押すとコマンドやオプションが自動補完されます +commands.help.usage=/help [ページ|コマンド名] +commands.publish.started=%s でローカルゲームをホストしました +commands.publish.failed=ローカルゲームをホストできません +commands.debug.start=デバッグ・プロファイリングを開始しました +commands.debug.stop=デバッグ・プロファイリングを %.2f 秒(%d ティック)後に停止します +commands.debug.notStarted=開始されていないプロファイリングを停止することは出来ません! +commands.debug.usage=/debug +commands.message.usage=/tell <プレイヤー> <プライベートメッセージ ...> +commands.message.sameTarget=自分自身にプライベートメッセージを送信することはできません! +commands.message.display.outgoing=%s にささやきました: %s +commands.message.display.incoming=%s からささやかれました: %s +commands.difficulty.usage=/difficulty <新しい難易度> +commands.difficulty.success=ゲームの難易度を %s にしました +commands.spawnpoint.usage=/spawnpoint もしくは /spawnpoint <プレイヤー> もしくは /spawnpoint <プレイヤー> +commands.spawnpoint.success=%s のスポーン地点を (%d, %d, %d) に変更しました +commands.gamerule.usage=/gamerule <ルール名> <値> もしくは /gamerule <ルール名> +commands.gamerule.success=ゲームルールが更新されました +commands.gamerule.norule=ゲームルールに'%s'は指定できません +commands.weather.usage=/weather [持続時間(単位:秒)] +commands.weather.clear=天気を晴れに変更します +commands.weather.rain=天気を雨に変更します +commands.weather.thunder=天気を雷雨に変更します +commands.testfor.usage=/testfor <プレイヤー名> +commands.testfor.failed=/testforはアナログ出力のコマンドブロックでのみ使用可能です + +itemGroup.buildingBlocks=建築ブロック +itemGroup.decorations=装飾ブロック +itemGroup.redstone=レッドストーン +itemGroup.transportation=移動 +itemGroup.misc=その他 +itemGroup.search=アイテム検索 +itemGroup.food=食物 +itemGroup.tools=ツール +itemGroup.combat=戦闘 +itemGroup.brewing=醸造 +itemGroup.materials=材料 +itemGroup.inventory=サバイバルインベントリ + +inventory.binSlot=アイテム削除 + +advMode.setCommand=コマンドブロックが実行するコンソールコマンド +advMode.command=コンソールコマンド +advMode.nearestPlayer="@p"で最寄りのプレイヤーを指定 +advMode.randomPlayer="@r"でランダムなプレイヤーを指定 +advMode.allPlayers="@a"で全プレイヤーを対象 + +advMode.notEnabled=コマンドブロックは、このサーバー上では有効になっていません +advMode.notAllowed=オペレーター権限のあるプレイヤーが、クリエイティブモードの場合のみ可能です + +mco.title=Minecraft Realms +mco.selectServer.select=サーバーに接続 +mco.selectServer.configure=設定 +mco.selectServer.create=ワールドの作成 +mco.selectServer.moreinfo=さらに詳しい情報 + +mco.configure.world.edit.title=ワールドを編集 + +mco.configure.world.title=ワールドの設定 +mco.configure.world.name=名前 +mco.configure.world.description=説明 +mco.configure.world.location=場所 +mco.configure.world.invited=招待済 +mco.configure.world.buttons.edit=編集 +mco.configure.world.buttons.reset=ワールドをリセット +mco.configure.world.buttons.done=完了 +mco.configure.world.buttons.delete=削除 +mco.configure.world.buttons.open=ワールドを開く +mco.configure.world.buttons.close=ワールドを閉じる +mco.configure.world.buttons.invite=招待 +mco.configure.world.buttons.uninvite=退場 +mco.configure.world.buttons.subscription=Subscription +mco.configure.world.invite.profile.name=名前 +mco.configure.world.uninvite.question=本当に退場させてしまってよろしいでしょうか? + +mco.configure.world.subscription.title=Subscription Info +mco.configure.world.subscription.daysleft=Days Left +mco.configure.world.subscription.start=Start Date +mco.configure.world.subscription.extend=Extend + +mco.create.world.location.title=場所 +mco.create.world.location.warning=選択した正確な位置を得ることができ ないおそれがあります +mco.create.world.wait=ワールドを作成中... + +mco.reset.world.title=ワールドをリセット +mco.reset.world.warning=ワールドは永久に元に戻りません! +mco.reset.world.seed=シード値(省略可能) +mco.reset.world.resetting.screen.title=ワールドをリセット中... + +mco.configure.world.close.question.line1=ワールドが利用できなくなります。 +mco.configure.world.close.question.line2=本当にそうしてしまいますか? + +mco.connect.connecting=サーバーに接続中... +mco.connect.authorizing=ログイン中... +mco.connect.failed=サーバーへの接続に失敗しました + +mco.create.world=作成 + diff --git a/1.5.2/lang/ka_GE.lang b/1.5.2/lang/ka_GE.lang new file mode 100644 index 00000000..775a815b --- /dev/null +++ b/1.5.2/lang/ka_GE.lang @@ -0,0 +1,1293 @@ +#X-Generator: crowdin.net + +language.name=ქართული +language.region=საქართველო +language.code=ka_GE + +gui.done=მზადაა +gui.cancel=გაუქმება +gui.back=Back +gui.toMenu=მთავარ მენიუში დაბრუნება +gui.up=ზევით +gui.down=ქვევით +gui.yes=დიახ +gui.no=არა + +menu.singleplayer=სოლო თამაში +menu.multiplayer=ქსელური თამაში +menu.online=Minecraft Realms +menu.options=გამართვა... +menu.quit=გასვლა +menu.returnToMenu=შენახვა და მენიუში გასვლა +menu.disconnect=კავშირის გაწყვეტა +menu.returnToGame=თამაშში დაბრუნება +menu.switchingLevel=სამყარო გადაირთვება +menu.generatingLevel=სამყაროს აიგება +menu.loadingLevel=სამყარო იტვირთება +menu.generatingTerrain=იგება სამყარო +menu.convertingLevel=სამყარო გადაიყვანება +menu.simulating=სამყაროს ცოტაოდენი სიმულირება +menu.respawning=გაჩენა +menu.shareToLan=LAN-ში გახსნა + +selectWorld.title=სამყაროს არჩევა +selectWorld.empty=ცარიელი +selectWorld.world=სამყარო +selectWorld.select=თამაში არჩეულ სამყაროში +selectWorld.create=ახალი სამყაროს შექმნა +selectWorld.recreate=ხელახლა შექმნა +selectWorld.createDemo=სადემონსტრაციო სამყაროს თამაში +selectWorld.delete=წაშლა +selectWorld.rename=გადარქმევა +selectWorld.deleteQuestion=ნამდვილად გსურთ არჩეული სამყაროს წაშლა? +selectWorld.deleteWarning=იქნება გარდაუვლად დაკარგული! (ძალიან დიდი ხანია!) +selectWorld.deleteButton=წაშლა +selectWorld.renameButton=გადარქმევა +selectWorld.renameTitle=სამყაროს გადარქმევა +selectWorld.conversion=უნდა იყოს გადაყვანილი! +selectWorld.newWorld=ახალი სამყარო +selectWorld.newWorld.copyOf=%s-ის ასლი +selectWorld.enterName=სამყაროს სახელი +selectWorld.resultFolder=შეინახება საქაღალდეში: +selectWorld.enterSeed=სამყაროს შედგენის წყარო +selectWorld.seedInfo=შემთხვევითად შედგენისთვის დატოვეთ ცარიელი +selectWorld.cheats=ბრძანებები +selectWorld.customizeType=გადაკეთება + +createWorld.customize.presets=წყობები +createWorld.customize.presets.title=წყობის არჩევა +createWorld.customize.presets.select=წყობის გამოყენება +createWorld.customize.presets.share=გსურთ გაუზიაროთ თქვენი წყობა სხვას? გამოიყენეთ ქვემოთა სარკმელი! +createWorld.customize.presets.list=გარდა ამისა, აქ მოცემულია ჩვენს მიერ გაკეთებულები! +createWorld.customize.flat.title=ზებრტყელის მორგება +createWorld.customize.flat.tile=ფენის მასალა +createWorld.customize.flat.height=სიმაღლე +createWorld.customize.flat.addLayer=ფენის დამატება +createWorld.customize.flat.editLayer=ფენის ჩასწორება +createWorld.customize.flat.removeLayer=ფენის წაშლა +createWorld.customize.flat.layer.top=ზემო ნაწილი - %d +createWorld.customize.flat.layer=%d +createWorld.customize.flat.layer.bottom=ძი­რი - %d + +gameMode.survival=გადარჩენის რეჟიმი +gameMode.creative=შემოქმედებითი რეჟიმი +gameMode.adventure=თავგადასავალი +gameMode.hardcore=რეალიზმის რეჟიმი +gameMode.changed=თქვენი თამაშის რეჟიმი შეიცვალა + +selectWorld.gameMode=თამაში: +selectWorld.gameMode.survival=გადარჩენა +selectWorld.gameMode.survival.line1=მოიძიე რესურსები, დაამზადე იარაღები, დააგროვე +selectWorld.gameMode.survival.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.adventure=თავგადასავალი +selectWorld.gameMode.adventure.line1=იგივე, რაც გადარჩენა, ოღონდ არ შეიძლება +selectWorld.gameMode.adventure.line2=ბლოკების დამსხვრევა/დადგმა +selectWorld.moreWorldOptions=მეტი არჩევანი... +selectWorld.mapFeatures=შენობების გაჩენა: +selectWorld.mapFeatures.info=სოფლები, მაღაროები და ა.შ. +selectWorld.mapType=სამყარო: +selectWorld.mapType.normal=ჩვეულებრივი +selectWorld.allowCommands=ბრძანებები სასაუბროში: +selectWorld.allowCommands.info=ბრძანებები, მაგ: /gamemode ან /xp +selectWorld.hardcoreMode=რეალიზმი: +selectWorld.hardcoreMode.info=სიკვდილის შემთხვევაში სამყარო წაიშლება +selectWorld.bonusItems=განსაკუთრებული სკივრი: + +generator.default=ნაგულისხმები +generator.flat=ზებრტყელი +generator.largeBiomes=ვრცელი ბიომები + +selectServer.title=სერვერის არჩევა +selectServer.empty=ცარიელი +selectServer.select=შესვლა +selectServer.direct=უშუალო კავშირი +selectServer.edit=ჩასწორება +selectServer.delete=წაშლა +selectServer.add=დამატება +selectServer.defaultName=Minecraft სერვერი +selectServer.deleteQuestion=ნამდვილად გსურთ სერვერის სიიდან ამოშლა? +selectServer.deleteWarning=სამუდამოდ წაიშლება! (დიდი ხნით!) +selectServer.deleteButton=წაშლა +selectServer.refresh=განახლება +selectServer.hiddenAddress=(დამალული) +addServer.title=სერვერის ცნობების ჩასწორება +addServer.enterName=სახელი +addServer.enterIp=მისამართი +addServer.add=მზადაა +addServer.hideAddress=მისამართის დამალვა +lanServer.title=LAN სამყარო +lanServer.scanning=Scanning for games on your local network +lanServer.start=სამყაროს LAN-ში გაშვება +lanServer.otherPlayers=სხვა მოთამაშეების მომართვა +mcoServer.title=სამყარო Minecraft Online + +multiplayer.title=ქსელური თამაში +multiplayer.connect=დაკავშირება +multiplayer.info1=Minecraft დასრულებული ჯერ არ არის, თუმცა +multiplayer.info2=ქსელური თამაში უკვე შესაძლებელია. +multiplayer.ipinfo=შეიყვანეთ სერვერის IP მისამართი: + +multiplayer.texturePrompt.line1=ამ სერვერზე სასურველია ითამაშოთ სერვერის ტექსტურების კრებულით. +multiplayer.texturePrompt.line2=გსურთ გადმოტვირთოთ და ჩააყენოთ ის? + +multiplayer.downloadingTerrain=მიმდინარეობს სამყაროს გადმოტვირთვა + +multiplayer.stopSleeping=გაღვიძება + +chat.link.confirm=ნამდვილად გსურთ ვებგვერდზე გადასვლა? +chat.link.warning=არასოდეს გახსნათ უცხო ადამიანისგან მიღებული ბმული! +chat.copy=ასლის ბუფერში ჩასმა + +menu.playdemo=თამაში დემო ვერსეაში +menu.resetdemo=დემო თამაშის ჩამოყრა +demo.day.1=დემო ვერსიაში გეძლევათ 5 დღე. მაქსიმალურად გამოიყენეთ მოცემული დრო! +demo.day.2=მეორე დღე +demo.day.3=მესამე დღე +demo.day.4=მეოთხე დღე +demo.day.5=ეს ბოლო დღეა! +demo.day.warning=დრო თითქმის ამოიწურა! +demo.day.6=მეხუთე დღეც გასულა, დააჭირე F2-ს შენი მიღწევებისთვის სურათის გადასაღებად. +demo.reminder=სასინჯი დრო გავიდა, იყიდე თამაში რათა გააგრძელო თამაში ან შექმნა ახალი სამყარო! +demo.remainingTime=დარჩენილი დრო: %s +demo.demoExpired=დემო ვერსიის დრო ამოიწურა! +demo.help.movement=გამოიყენეთ %1$s, %2$s, %3$s, %4$s და თაგვი გადასაადგილებლად. +demo.help.movementShort=გამოიყენეთ %1$s, %2$s, %3$s, %4$s მოძრაობისათვის +demo.help.movementMouse=გაიხედეთ თაგვის მეშვეობით +demo.help.jump=ახტომისთვის, დააჭირეთ %1$s +demo.help.inventory=დააჭირეთ %1$s რათა გახსნათ ინვენტარი +demo.help.title=Minecraft დემო ვერსია +demo.help.fullWrapped=დემო ვერსიაში გეძლევა 5 თამაშის დღე(1 საათი და 40 წუთი). მინიშნებებისთვის, დაათვალიერე მიღწევები! იმხიარულე! +demo.help.buy=შეიძინეთ ახლავე! +demo.help.later=თამაში გააგრძელეთ! + +connect.connecting=სერვერთან დაკავშირება... +connect.authorizing=ავტორიზება... +connect.failed=დაკავშირება ვერ მოხერხდა. + +disconnect.genericReason=%s +disconnect.disconnected=კავშირი გაიწყვიტა სერვერის მხრიდან +disconnect.lost=კავშირი გაწყდა +disconnect.kicked=თქვენ თამაშიდან გამოგაგდეს +disconnect.timeout=ლოდინის დრო ამოწურულია +disconnect.closed=კავშირი დახურულია +disconnect.loginFailed=ავტორიზება ვერ მოხერხდა +disconnect.loginFailedInfo=ავტორიზება ვერ მოხერხდა: %s +disconnect.quitting=გამოსვლა +disconnect.endOfStream=ნაკადის დასასრული +disconnect.overflow=ბუფერის გადავსება +disconnect.spam=გაგდებული სპამის გამო + +options.off=განრთ +options.on=ჩართ. +options.visible=ნაჩვენები +options.hidden=დამალული +options.title=გამართვა +options.controls=მართვა... +options.video=ვიდეოს გამართვა... +options.language=ენა... +options.languageWarning=ზოგიერთი თარგმანი შეიძლება იყოს არასრული +options.videoTitle=ვიდეოს გამართვა +options.music=მუსიკა +options.sound=ხმები +options.invertMouse=თაგვის ინვერსია +options.fov=FOV +options.fov.min=ჩვეულებრივი +options.fov.max=Quake Pro +options.gamma=სიკაშკაშე +options.gamma.min=ბნელი +options.gamma.max=ნათელი +options.sensitivity=მგრძნობელობა +options.sensitivity.min=გძინავს? +options.sensitivity.max=ზე-სწრაფი!! +options.renderDistance=გამოსახვა +options.renderDistance.tiny=ძალიან ახლო +options.renderDistance.short=ახლო +options.renderDistance.normal=საშუალო +options.renderDistance.far=შორი +options.viewBobbing=თავის ქანავი +options.ao=გლუვი შუქი +options.ao.off=Off +options.ao.min=Minimum +options.ao.max=Maximum +options.anaglyph=3D გამოსახულება +options.framerateLimit=წარმადობა +options.difficulty=სიძნელე +options.difficulty.peaceful=მშვიდი +options.difficulty.easy=ადვილი +options.difficulty.normal=ნორმალური +options.difficulty.hard=რთული +options.difficulty.hardcore=რეალიზმი +options.graphics=გრაფიკა +options.graphics.fancy=ლამაზი +options.graphics.fast=სწრაფი +options.guiScale=ინტერფეისი +options.guiScale.auto=ავტო +options.guiScale.small=მცირე +options.guiScale.normal=საშუალო +options.guiScale.large=დიდი +options.advancedOpengl=გაფართ. OpenGL +options.renderClouds=ღრუბლები +options.farWarning1='შორი' გამოსახვისთვის სასურველია დააყენოთ +options.farWarning2=64-ბიტიანი Java გარემო (დაყენებულია 32-ბიტიანი) +options.particles=ნაწილაკები +options.particles.all=ყველა +options.particles.decreased=დაწეული +options.particles.minimal=მინიმალური +options.multiplayer.title=ქსელური თამაშის გამართვა... +options.chat.title=სასაუბროს გამართვა... +options.chat.visibility=სასაუბრო +options.chat.visibility.full=ნაჩვენები +options.chat.visibility.system=მხოლოდ ბრძანებები +options.chat.visibility.hidden=დამალული +options.chat.color=ფერები +options.chat.opacity=გაუმჭვირობა +options.chat.links=ბმულები +options.chat.links.prompt=დასტური ბმულების გახსნამდე +options.chat.scale=ზომა +options.chat.width=სიგანი +options.chat.height.focused=ფოკუსირებული სიმაღლე +options.chat.height.unfocused=არაფოკუსირებული სიმაღლე +options.showCape=მოსასხამის ჩვენება +options.serverTextures=სერვერის ტექსტურები +options.snooper=გამოკითხვის დაშვება +options.snooper.view=გამოკითხვის გამართვა... +options.snooper.title=კომპუტერის მახასიათებლები +options.snooper.desc=ჩვენ გვსურს მივიღოთ ცნობები თქვენი კომპიუტერის შესახებ რათა გავაუმჯობესოთ Minecraft და ვიცოდეთ რისი მხარდაჭერა გვაქვს და სად არის ყველაზე მეტი პრობლემა. ეს ცნობები მოყვანილია ქვემოთ. ისინი იქნება სრულიად ანონიმური და ცუდი საქმისთვის არ გამოვიყენებთ. თუმცა, თუ არ გსურთ დაგვეხმაროთ, უბრალოდ გათიშეთ ეს ფუნქცია! +options.texture.pack=ტექსტურების კრებულები +options.fullscreen=მთელს ეკრანზე +options.vsync=VSync +options.touchscreen=სენსორული ეკრანის რეჟიმი + +performance.max=მაქს. FPS +performance.balanced=საშუალო +performance.powersaver=ეკონომიური + +controls.title=მართვა + +key.forward=წინ +key.left=მარცხნივ +key.back=უკან +key.right=მარჯვნივ +key.jump=ახტომა +key.inventory=ინვენტარი +key.drop=გადაგდება +key.chat=სასაუბრო +key.fog=ნისლის გადართვა +key.sneak=მიპარვა +key.playerlist=მოთამაშეთა სია +key.attack=შეტევა +key.use=გამოყენება +key.pickItem=ბლოკის არჩევა +key.mouseButton=ღილაკი %1$s +key.command=ბრძანებები + +texturePack.openFolder=ტექსტურების საქაღალდე +texturePack.title=ტექსტურების კრებულის არჩევა +texturePack.folderInfo=(აქ მოათავსეთ ტექსტურების კრებულები) +texturePack.incompatible=შეუთავსებელი + +book.pageIndicator=გვერდი %1$s %2$sდან +book.byAuthor=ავტორი %1$s +book.signButton=ხელის მოწერა +book.editTitle=წიგნის სათაური: +book.finalizeButton=მოწერა და დახურვა +book.finalizeWarning=ხელმოწერის შემდეგ, წიგნის ჩასწორება შეუძლებელია! + +tile.stone.name=ქვა + +tile.grass.name=ბალახის ბლოკი +tile.dirt.name=მიწა +tile.stonebrick.name=რიყის ქვა +tile.wood.name=ფიცრები +tile.wood.oak.name=მუხის ფიცრები +tile.wood.spruce.name=ნაძვის ფიცრები +tile.wood.birch.name=არყის ფიცრები +tile.wood.jungle.name=ჯუნგლის ხის ფიცრები +tile.sapling.oak.name=მუხის ნერგი +tile.sapling.spruce.name=ნაძვის ნერგი +tile.sapling.birch.name=არყის ნერგი +tile.sapling.jungle.name=ჯუნგლის ხის ნერგი +tile.deadbush.name=გამხმარი ბუჩქი +tile.bedrock.name=საძირკვლო ქვა +tile.water.name=წყალი +tile.lava.name=ლავა +tile.sand.name=ქვიშა +tile.sandStone.name=ქვიშაქვა +tile.sandStone.default.name=ქვიშაქვა +tile.sandStone.chiseled.name=მოპირკეთებული ქვიშაქვა +tile.sandStone.smooth.name=გლუვი ქვეშაქვა +tile.gravel.name=ხრეში +tile.oreGold.name=ოქროს მადანი +tile.oreIron.name=რკინის მადანი +tile.oreCoal.name=ქვანახშირის მადანი +tile.log.name=ხე +tile.log.oak.name=მუხის ხე +tile.log.spruce.name=ნაძვის ხე +tile.log.birch.name=არყის ხე +tile.log.jungle.name=ჯუნგლის ხე +tile.leaves.name=ფოთლები +tile.leaves.oak.name=მუხის ფოთლები +tile.leaves.spruce.name=ნაძვის ფოთლები +tile.leaves.birch.name=არყის ფოთლები +tile.leaves.jungle.name=ჯუნგლის ფოთლები +tile.tallgrass.name=ბალახი +tile.tallgrass.shrub.name=ბუჩქი +tile.tallgrass.grass.name=ბალახი +tile.tallgrass.fern.name=გვიმრა +tile.sponge.name=ღრუბელი +tile.glass.name=შუშის ბლოკი +tile.thinGlass.name=შუშა +tile.cloth.name=მატყლი +tile.flower.name=ყვავილი +tile.rose.name=ვარდი +tile.mushroom.name=სოკო +tile.blockGold.name=ოქროს ბლოკი +tile.blockIron.name=რკინის ბლოკი +tile.stoneSlab.stone.name=ქვის ფილა +tile.stoneSlab.sand.name=ქვიშაქვის ფილა +tile.stoneSlab.wood.name=ხის ფილა +tile.stoneSlab.cobble.name=რიყის ქვის ფილა +tile.stoneSlab.brick.name=აგურის ფილა +tile.stoneSlab.smoothStoneBrick.name=ქვის აგურის ფილა +tile.stoneSlab.netherBrick.name=ქვეშეთაგურის ფილა +tile.stoneSlab.quartz.name=კვარცის ფილა +tile.woodSlab.oak.name=მუხის ხის ფილა +tile.woodSlab.spruce.name=ნაძვის ხის ფილა +tile.woodSlab.birch.name=არყის ხის ფილა +tile.woodSlab.jungle.name=ჯუნგლის ხის ფილა +tile.brick.name=აგურები +tile.tnt.name=TNT ასაფეთქებელი +tile.bookshelf.name=წიგნის თარო +tile.stoneMoss.name=ხავსიანი რიყის ქვა +tile.obsidian.name=ობსიდიანი +tile.torch.name=ჩირაღდანი +tile.fire.name=ცეცხლი +tile.mobSpawner.name=მონსტრების გამჩენი +tile.stairsWood.name=მუხის საფეხურები +tile.stairsWoodSpruce.name=ნაძვის საფეხურები +tile.stairsWoodBirch.name=არყის საფეხურები +tile.stairsWoodJungle.name=ჯუნგლის ხის საფეხურები +tile.chest.name=სკივრი +tile.chestTrap.name=ხაფანგიანი სკივრი +tile.redstoneDust.name=წითელქვის მტვერი +tile.oreDiamond.name=ალმასის მადანი +tile.blockDiamond.name=ალმასის ბლოკი +tile.workbench.name=დაზგა +tile.crops.name=მოსავალი +tile.farmland.name=დამუშავებული მიწა +tile.furnace.name=ღუმელი +tile.sign.name=ნიშანი +tile.doorWood.name=ხის კარები +tile.ladder.name=კიბე +tile.rail.name=რელსი +tile.goldenRail.name=ამაჩქარებელი +tile.activatorRail.name=აქტივატორი რელსი +tile.detectorRail.name=მგრძნობიარე რელსი +tile.stairsStone.name=ქვის საფეხურები +tile.stairsSandStone.name=ქვიშაქვის საფეხურები +tile.lever.name=ბერკეტი +tile.pressurePlate.name=მგრძნობიარე ფილა +tile.weightedPlate_light.name=წონის მგრძნობიარე ფილა (მსუბუქი) +tile.weightedPlate_heavy.name=წონის მგრძნობიარე ფილა (მძიმე) +tile.doorIron.name=რკინის ქარები +tile.oreRedstone.name=წითელქვის მადანი +tile.notGate.name=წითელქვის ჩირაღდანი +tile.button.name=ღილაკი +tile.snow.name=თოვლი +tile.ice.name=ყინული +tile.cactus.name=კაქტუსი +tile.clay.name=თიხა +tile.reeds.name=შაქრის ლერწამი +tile.jukebox.name=დამკვრელი +tile.fence.name=ღობე +tile.fenceGate.name=ღობის ჭიშკარი +tile.pumpkin.name=გოგრა +tile.litpumpkin.name=მანათობელი გოგრა +tile.hellrock.name=ქვეშეთქვა +tile.hellsand.name=სულთა ქვიშა +tile.lightgem.name=ნათობქვა +tile.portal.name=პორტალი +tile.cloth.black.name=შავი მატყლი +tile.cloth.red.name=წითელი მატყლი +tile.cloth.green.name=მწვანე მატყლი +tile.cloth.brown.name=ყავისფერი მატყლი +tile.cloth.blue.name=ლურჯი მატყლი +tile.cloth.purple.name=ალისფერი მატყლი +tile.cloth.cyan.name=ცისფერი მატყლი +tile.cloth.silver.name=ღია-ნაცრისფერი მატყლი +tile.cloth.gray.name=ნაცრისფერი მატყლი +tile.cloth.pink.name=ვარდისფერი მატყლი +tile.cloth.lime.name=სალათისფერი მატყლი +tile.cloth.yellow.name=ყვითელი მატყლი +tile.cloth.lightBlue.name=ღია-ლურჯი მატყლი +tile.cloth.magenta.name=იასამნისფერი მატყლი +tile.cloth.orange.name=ნარინჯისფერი მატყლი +tile.cloth.white.name=მატყლი +tile.oreLapis.name=ლილაქვის მადანი +tile.blockLapis.name=ლილაქვის ბლოკი +tile.dispenser.name=გამტყორცნი +tile.dropper.name=დამყრელი +tile.musicBlock.name=მუსიკალური ბლოკი +tile.cake.name=ტორტი +tile.bed.name=საწოლი +tile.bed.occupied=ეს საწოლი დაკავებულია +tile.bed.noSleep=ძილი შესაძლებელია მხოლოდ ღამეს +tile.bed.notSafe=ახლა ვერ დაიძინებთ, მონსტრები ახლოს არიან +tile.bed.notValid=თქვენ საწოლს ან რამე ეღობება, ან ის დაკარგულია +tile.lockedchest.name=ჩაკეტილი სკივრი +tile.trapdoor.name=საძვრენი +tile.web.name=აბლაბუდა +tile.stonebricksmooth.name=ქვის აგურები +tile.stonebricksmooth.default.name=ქვის აგურები +tile.stonebricksmooth.mossy.name=ხავსიანი ქვის აგურები +tile.stonebricksmooth.cracked.name=გაბზარული ქვის აგურები +tile.stonebricksmooth.chiseled.name=მოპირკეთებული ქვის აგურები +tile.monsterStoneEgg.stone.name=ვერცხლისთევზის ქვა +tile.monsterStoneEgg.cobble.name=ვერცხლისთევზის რიყის ქვა +tile.monsterStoneEgg.brick.name=ვერცხლისთევზის ქვის აგური +tile.pistonBase.name=დგუში +tile.pistonStickyBase.name=წებოვანი დგუში +tile.fenceIron.name=რკინის გისოსები +tile.melon.name=საზამთრო +tile.stairsBrick.name=აგურის საფეხურები +tile.stairsStoneBrickSmooth.name=ქვის აგურის საფეხურები +tile.vine.name=სურო +tile.netherBrick.name=ქვეშეთაგური +tile.netherFence.name=ქვეშეთაგურის ღობე +tile.stairsNetherBrick.name=ქვეშეთაგურის საფეხურები +tile.netherStalk.name=ქვეშეთის მეჭეჭა +tile.cauldron.name=ქვაბი +tile.enchantmentTable.name=მოჯადოების ადგილი +tile.anvil.name=გრდემლი +tile.anvil.intact.name=გრდემლი +tile.anvil.slightlyDamaged.name=ოდნავ დაზიანებული გრდემლი +tile.anvil.veryDamaged.name=დაზიანებული გრდემლი +tile.whiteStone.name=სასრულქვა +tile.endPortalFrame.name=დასასრულის პორტალი +tile.mycel.name=მიცელიუმი +tile.waterlily.name=ლილიას ფოთოლი +tile.dragonEgg.name=დრაკონის კვერცხი +tile.redstoneLight.name=წითელქვის ნათურა +tile.cocoa.name=კაკაო +tile.enderChest.name=დასასრულის სკივრი +tile.oreRuby.name=ლალის მადანი +tile.oreEmerald.name=ზურმუხტის მადანი +tile.blockEmerald.name=ზურმუხტის ბლოკი +tile.blockRedstone.name=წითელქვის ბლოკი +tile.tripWire.name=ხაფანგი +tile.tripWireSource.name=ხაფანგის კაუჭი +tile.commandBlock.name=ბრძანების ბლოკი +tile.beacon.name=შუქურა +tile.beacon.primary=ძირითადი ძალა +tile.beacon.secondary=მეორადი ძალა +tile.cobbleWall.normal.name=რიყის ქვის კედელი +tile.cobbleWall.mossy.name=ხავსიანი რიყის ქვის კედელი +tile.carrots.name=სტაფილო +tile.potatoes.name=კარტოფილი +tile.daylightDetector.name=დღის სინათლის სენსორი +tile.netherquartz.name=ქვეშეთის კვარცის მადანი +tile.hopper.name=ძაბრი +tile.quartzBlock.default.name=კვარცის ბლოკი +tile.quartzBlock.chiseled.name=გამოქანდაკებული კვარცის ბლოკი +tile.quartzBlock.lines.name=საყრდენი კვარცის ბლოკი +tile.stairsQuartz.name=კვარცის საფეხურები + +item.shovelIron.name=რკინის ნიჩაბი +item.pickaxeIron.name=რკინის წერაქვი +item.hatchetIron.name=რკინის ნაჯახი +item.flintAndSteel.name=კაჟი და ფოლადი +item.apple.name=ვაშლი +item.cookie.name=ნამცხვარი +item.bow.name=მშვილდი +item.arrow.name=ისარი +item.coal.name=ქვანახშირი +item.charcoal.name=ნახშირი +item.diamond.name=ალმასი +item.emerald.name=ზურმუხტი +item.ingotIron.name=რკინის ზოდი +item.ingotGold.name=ოქროს ზოდი +item.swordIron.name=რკინის ხმალი +item.swordWood.name=ხის ხმალი +item.shovelWood.name=ხის ნიჩაბი +item.pickaxeWood.name=ხის წერაქვი +item.hatchetWood.name=ხის ნაჯახი +item.swordStone.name=ქვის ხმალი +item.shovelStone.name=ქვის ნიჩაბი +item.pickaxeStone.name=ქვის წერაქვი +item.hatchetStone.name=ქვის ნაჯახი +item.swordDiamond.name=ალმასის ხმალი +item.shovelDiamond.name=ალმასის ნიჩაბი +item.pickaxeDiamond.name=ალმასის წერაქვი +item.hatchetDiamond.name=ალმასის ნაჯახი +item.stick.name=ჯოხი +item.bowl.name=ჯამი +item.mushroomStew.name=სოკოს სუპი +item.swordGold.name=ოქროს ხმალი +item.shovelGold.name=ოქროს ნიჩაბი +item.pickaxeGold.name=ოქროს წერაქვი +item.hatchetGold.name=ოქროს ნაჯახი +item.string.name=ძაფი +item.feather.name=ბუმბული +item.sulphur.name=დენთი +item.hoeWood.name=ხის თოხი +item.hoeStone.name=ქვის თოხი +item.hoeIron.name=რკინის თოხი +item.hoeDiamond.name=ალმასის თოხი +item.hoeGold.name=ოქროს თოხი +item.seeds.name=თესლი +item.seeds_pumpkin.name=გოგრის თესლი +item.seeds_melon.name=საზამთროს თესლი +item.melon.name=საზამთრო +item.wheat.name=ხორბალი +item.bread.name=პური +item.helmetCloth.name=ტყავის ქუდი +item.chestplateCloth.name=ტყავის ქურთუკი +item.leggingsCloth.name=ტყავის შარვალი +item.bootsCloth.name=ტყავის ფეხსაცმელი +item.helmetChain.name=ცეცხლოვანი მუზარადი +item.chestplateChain.name=ცეცხლოვანი პერანგი +item.leggingsChain.name=ცეცხლოვანი შარვალი +item.bootsChain.name=ცეცხლოვანი ფეხსაცმელი +item.helmetIron.name=რკინის მუზარადი +item.chestplateIron.name=რკინის პერანგი +item.leggingsIron.name=რკინის შარვალი +item.bootsIron.name=რკინის ფეხსაცმელი +item.helmetDiamond.name=ალმასის მუზარადი +item.chestplateDiamond.name=ალმასის პერანგი +item.leggingsDiamond.name=ალმასის შარვალი +item.bootsDiamond.name=ალმასის ფეხსაცმელი +item.helmetGold.name=ოქროს მუზარადი +item.chestplateGold.name=ოქროს პერანგი +item.leggingsGold.name=ოქროს შარვალი +item.bootsGold.name=ოქროს ფეხსაცმელი +item.flint.name=კაჟი +item.porkchopRaw.name=უმი ღორის ხორცი +item.porkchopCooked.name=შემწვარი ღორის ხორცი +item.chickenRaw.name=უმი ქათამი +item.chickenCooked.name=შემწვარი ქათამი +item.beefRaw.name=უმი საქონლის ხორცი +item.beefCooked.name=შემწვარი საქონლის ხორცი +item.painting.name=ნახატი +item.frame.name=ნივთის ჩარჩო +item.appleGold.name=ოქროს ვაშლი +item.sign.name=ნიშანი +item.doorWood.name=ხის კარები +item.bucket.name=სათლი +item.bucketWater.name=წყლიანი სათლი +item.bucketLava.name=ლავიანი სათლი +item.minecart.name=ურიკა +item.saddle.name=უნაგირი +item.doorIron.name=რკინის კარები +item.redstone.name=წითელქვა +item.snowball.name=თოვლის გუნდა +item.boat.name=ნავი +item.leather.name=ტყავი +item.milk.name=რძე +item.brick.name=აგური +item.clay.name=თიხა +item.reeds.name=შაქრის ლერწამი +item.paper.name=ქაღალდი +item.book.name=წიგნი +item.slimeball.name=ლორწო +item.minecartChest.name=სკივრიანი ურიკა +item.minecartFurnace.name=ძრავიანი ურიკა +item.minecartTnt.name=TNT-ანი ურიკა +item.minecartHopper.name=ძაბრიანი ურიკა +item.egg.name=კვერცხი +item.compass.name=კომპასი +item.fishingRod.name=სათევზაო ანკესი +item.clock.name=საათი +item.yellowDust.name=ნათობქვის მტვერი +item.fishRaw.name=უმი თევზი +item.fishCooked.name=შემწვარი თევზი +item.record.name=მუსიკალური დისკი +item.bone.name=ძვალი +item.dyePowder.black.name=სამელნე +item.dyePowder.red.name=ვარდის ფურცელი +item.dyePowder.green.name=კაქტუსის მწვანილი +item.dyePowder.brown.name=კაკაოს მარცვლები +item.dyePowder.blue.name=ლილაქვა +item.dyePowder.purple.name=იისფერი საღებავი +item.dyePowder.cyan.name=ცისფერი საღებავი +item.dyePowder.silver.name=ღია-რუხი საღებავი +item.dyePowder.gray.name=რუხი საღებავი +item.dyePowder.pink.name=ვარდისფერი საღებავი +item.dyePowder.lime.name=სალათისფერი საღებავი +item.dyePowder.yellow.name=ყვითელი ბაბუაწვერა +item.dyePowder.lightBlue.name=ღია-ლურჯი საღებავი +item.dyePowder.magenta.name=იასამნისფერი საღებავი +item.dyePowder.orange.name=ნარინჯისფერი საღებავი +item.dyePowder.white.name=ძვლის ფხვნილი +item.sugar.name=შაქარი +item.cake.name=ტორტი +item.bed.name=საწოლი +item.diode.name=განმეორებელი დიოდი +item.comparator.name=წითელქვის კომპარატორი +item.map.name=რუკა +item.leaves.name=ფოთლები +item.shears.name=მაკრატელი +item.rottenFlesh.name=ზომბის ხორცი +item.enderPearl.name=დასასრულის მარგალიტი +item.blazeRod.name=ცეცხლას ჯოხი +item.ghastTear.name=მტირალას ცრემლი +item.netherStalkSeeds.name=ქვეშეთის მეჭეჭა +item.potion.name=ხსნარი +item.emptyPotion.name=წყლის ბოთლი +item.goldNugget.name=ოქროს ნატეხი +item.glassBottle.name=შუშის ბოთლი +item.spiderEye.name=ობობის თვალი +item.fermentedSpiderEye.name=გადამუშავებული ობობის თვალი +item.blazePowder.name=ცეცხლას ფხვნილი +item.magmaCream.name=მაგმის კრემი +item.cauldron.name=ქვაბი +item.brewingStand.name=სახარში ქურა +item.eyeOfEnder.name=დასასრულის თვალი +item.speckledMelon.name=მოოქროვილი საზამთრო +item.monsterPlacer.name=გააჩინე +item.expBottle.name=ჯადოს ბოთლი +item.fireball.name=ცეცხლოვანი ბურთი +item.writingBook.name=წიგნი და ბუმბულის კალამი +item.writtenBook.name=დაწერილი წიგნი +item.ruby.name=ლალი +item.flowerPot.name=ყვავილის ქოთანი +item.emptyMap.name=ცარიელი რუკა +item.carrots.name=სტაფილო +item.carrotGolden.name=ოქროს სტაფილო +item.potato.name=კატთოფილი +item.potatoBaked.name=გამომცხვარი კარტოფილი +item.potatoPoisonous.name=შხამიანი კარტოფილი +item.skull.skeleton.name=ჩონჩხის თავის ქალა +item.skull.wither.name=დამჭკნარი ჩონჩხის თავი +item.skull.zombie.name=ზომბის თავი +item.skull.char.name=თავი +item.skull.player.name=%s-ის თავი +item.skull.creeper.name=შფოთას თავი +item.carrotOnAStick.name=სტაფილო ჯოხზე +item.netherStar.name=ქვეშეთის ვარსკვლავი +item.pumpkinPie.name=გოგრის ღვეზელი +item.enchantedBook.name=ჯადოსნური წიგნი +item.fireworks.name=რაკეტა მაშხალა +item.fireworks.flight=ფრენის ხანგრძლივობა: +item.fireworksCharge.name=მაშხალის ვარსკლავი +item.fireworksCharge.black=შავი +item.fireworksCharge.red=წითელი +item.fireworksCharge.green=მწვანე +item.fireworksCharge.brown=ყავისფერი +item.fireworksCharge.blue=ლურჯი +item.fireworksCharge.purple=იისფერი +item.fireworksCharge.cyan=ცისფერი +item.fireworksCharge.silver=ღია-ნაცრისფერი +item.fireworksCharge.gray=რუხი +item.fireworksCharge.pink=ვარდისფერი +item.fireworksCharge.lime=სალათისფერი +item.fireworksCharge.yellow=ყვითელი +item.fireworksCharge.lightBlue=ღია-ლურჯი +item.fireworksCharge.magenta=იასამნისფერი +item.fireworksCharge.orange=ნარინჯისფერი +item.fireworksCharge.white=თეთრი +item.fireworksCharge.customColor=მორგებული +item.fireworksCharge.fadeTo=გადასვლა ფერში +item.fireworksCharge.flicker=კაშკაში +item.fireworksCharge.trail=კვალი +item.fireworksCharge.type.0=პატარა ბურთი +item.fireworksCharge.type.1=დიდი ბურთი +item.fireworksCharge.type.2=ვარსკვლავის ფორმის +item.fireworksCharge.type.3=შფოთას ფორმის +item.fireworksCharge.type.4=გასკდომა +item.fireworksCharge.type=უცნობი ფორმა +item.netherbrick.name=ქვეშეთის აგური +item.netherquartz.name=ქვეშეთის კვარცი + +container.inventory=ინვენტარი +container.hopper=ნივთების ძაბრი +container.crafting=ხელობა +container.dispenser=გამტყორცნი +container.dropper=დამყრელი +container.furnace=ღუმელი +container.enchant=მოჯადოება +container.repair=შეკეთება და სახელის დარქმევა +container.repair.cost=მოჯადოების ღირებულება: %1$d +container.repair.expensive=ძალიან ძვირია! +container.creative=ნივთის არჩევა +container.brewing=სახარში ქურა +container.chest=სკივრი +container.chestDouble=დიდი სკივრი +container.minecart=ურიკა +container.enderchest=დასასრულის სკივრი + +item.dyed=შეღებილი + +entity.Item.name=საგანი +entity.XPOrb.name=გამოცდილების თვალი +entity.SmallFireball.name=პატარა ცეცხლოვანი ბურთი +entity.Fireball.name=ცეცხლოვანი ბურთი + +entity.Arrow.name=ისარი +entity.Snowball.name=თოვლის გუნდა +entity.Painting.name=ნახატი + +entity.Mob.name=არსება +entity.Monster.name=მონსტრი + +entity.Creeper.name=შფოთა +entity.Skeleton.name=ჩონჩხი +entity.Spider.name=ობობა +entity.Giant.name=გიგანტი +entity.Zombie.name=ზომბი +entity.Slime.name=ლორწო +entity.Ghast.name=მტირალა +entity.PigZombie.name=ღორზომბი +entity.Enderman.name=დამსრულებელი +entity.Silverfish.name=ვერცხლისთევზი +entity.CaveSpider.name=გამოქვაბულის ობობა +entity.Blaze.name=ცეცხლა +entity.LavaSlime.name=მაგმის კუბი +entity.MushroomCow.name=სოკოიანი ძროხა +entity.Villager.name=სოფლელი +entity.VillagerGolem.name=რკინის გოლიათი +entity.SnowMan.name=თოვლის კაცი +entity.EnderDragon.name=დასასრულის გველეშაპი +entity.WitherBoss.name=დამჭკნარა +entity.Witch.name=კუდიანი + +entity.Pig.name=ღორი +entity.Sheep.name=ცხვარი +entity.Cow.name=ძროხა +entity.Chicken.name=ქათამი +entity.Squid.name=რვაფეხა +entity.Wolf.name=მგელი +entity.Ozelot.name=ოცელოტი +entity.Cat.name=კატა +entity.Bat.name=ღამურა + +entity.PrimedTnt.name=TNT-ს ბლოკი +entity.FallingSand.name=დაცემული ბლოკი + +entity.Minecart.name=ურიკა +entity.Boat.name=ნავი + +entity.generic.name=უცნობი + +death.fell.accident.ladder=%1$s კიბედან ჩამოვარდა +death.fell.accident.vines=%1$s მხოხავი მცენარიდან ჩამოვარდა +death.fell.accident.water=%1$s წყლიდან ჩამოვარდა +death.fell.accident.generic=%1$s მაჟალი ადგილიდან ჩამოვარდა +death.fell.killer=%1$s წინასწარ დანიშნული რომ ჩამოვარდებოდა +death.fell.assist=%1$s იყო განწირული დაეცემა მიერ %2$s +death.fell.assist.item=%1$s იყო განწირული დაეცემა მიერ %2$s ვიყენებ %3$s +death.fell.finish=%1$s იყო დაეცა, შორს დასრულდა %2$s +death.fell.finish.item=%1$s იყო დაეცა, შორს დასრულდა %2$s ვიყენებ %3$s + +death.attack.inFire=%1$s-მ ცეცხლი ჭამა +death.attack.inFire.player=%1$s დადიოდა შევიდა ცეცხლის ხოლო ბრძოლის %2$s +death.attack.onFire=%1$s გადამწვარა +death.attack.onFire.player=%1$s დაიწვა დან crisp ხოლო ბრძოლის %2$s +death.attack.lava=%1$s ლავაში გაცურა +death.attack.lava.player=%2$s-სგან გაქცევისას, %1$s-მ(ა) ლავაში გაცურვა სცადა +death.attack.inWall=%1$s კედელში დაიხრჩო +death.attack.drown=%1$s თევზებს ესტუმრა +death.attack.drown.player=%2$s-სგან გაქცევისას, %1$s წყალში დაიხრჩო +death.attack.starve=%1$s ანორექსიამ დააქცია +death.attack.cactus=%1$s კაქტუსებმა დაღუპეს +death.attack.cactus.player=%2$s-გან თავის დაღწევისას, %1$s დაეჯახა კაქტუსს +death.attack.generic=%1$s მოკვდა +death.attack.explosion=%1$s აფეთქდა +death.attack.explosion.player=%2$s-მ(ა) ააფეთქა %1$s +death.attack.magic=%1$s ჯადომ დაღუპა +death.attack.wither=%1$s დაჭკნობდა +death.attack.anvil=%1$s გასრისა ჩამოვარდნილმა გრდემლმა +death.attack.fallingBlock=%1$s გასრისა ჩამოვარდნილმა ბლოკმა +death.attack.mob=%2$s-მ(ა) მოკლა %1$s +death.attack.player=%2$s-მ(ა) მოკლა %1$s +death.attack.player.item=%1$s იყო slain მიერ %2$s ვიყენებ %3$s +death.attack.arrow=%2$s-მ ისრით მოკლა %1$s +death.attack.arrow.item=%1$s გადაღებულია %2$s ვიყენებ %3$s +death.attack.fireball=%2$s-მ(ა) გაარტყა ცეცხლოვანი ბურთი %1$s-ს +death.attack.fireball.item=%1$s იყო ცეცხლისბურთი მიერ %2$s ვიყენებ %3$s +death.attack.thrown=%1$s-ს სიკვდილამდე სცემა %2$s-მ(ა) +death.attack.thrown.item=%1$s სცემეს მიერ %2$s ვიყენებ %3$s +death.attack.indirectMagic=%2$s-მ(ა) ჯადოქრობით მოკლა %1$s +death.attack.indirectMagic.item=%2$s-მ(ა) %2$s-თ მოკლა %1$s +death.attack.thorns=%1$s მოკლეს ცდილობს ავნებს %2$s +death.attack.fall=%1$s მიწას ჩაეხუტა +death.attack.outOfWorld=%1$s საიქიოში გაემგზავრა + +deathScreen.respawn=გაჩენა +deathScreen.deleteWorld=სამყაროს წაშლა +deathScreen.titleScreen=მთავარი ეკრანი +deathScreen.score=ქულა +deathScreen.title.hardcore=თამაში დასრულებულია! +deathScreen.hardcoreInfo=რეალიზმის რეჟიმში არ შეგიძლია გაჩნდე თავიდან! +deathScreen.title=მოკვდი! +deathScreen.leaveServer=სერვერიდან გასვლა + +potion.empty=გავლენის გარეშე +potion.moveSpeed=სიჩქარე +potion.moveSlowdown=სინელე +potion.digSpeed=ენერგია +potion.digSlowDown=დაღლილობა +potion.damageBoost=ძალა +potion.weakness=სისუსტე +potion.heal=სიცოცხლის მომატება +potion.harm=ზიანის მიყენება +potion.jump=უკეთესი ახტომა +potion.confusion=გულის რევა +potion.regeneration=თვითმკურნალობა +potion.resistance=დაცვა +potion.fireResistance=დაცვა ცეცხლისგან +potion.waterBreathing=სუნთქვა წყლისქვეშ +potion.invisibility=უჩინარობა +potion.blindness=დაბრმავება +potion.nightVision=კატის თვალები +potion.hunger=შიმშილი +potion.poison=მოწამლვა +potion.wither=ჭკნობა + +potion.moveSpeed.postfix=ხსნარი სიჩქარის ეფექტით +potion.moveSlowdown.postfix=ხსნარი სინელის ეფექტით +potion.digSpeed.postfix=ხსნარი ენერგიულობის ეფექტით +potion.digSlowDown.postfix=ხსნარი დაღლილობის ეფექტით +potion.damageBoost.postfix=ხსნარი ძალის ეფექტით +potion.weakness.postfix=ხსნარი სისუსტის ეფექტით +potion.heal.postfix=ხსნარი სიცოცხლის მომატების ეფექტით +potion.harm.postfix=ხსნარი ზიანის ეფექტით +potion.jump.postfix=ხსნარი ხტუნვის ეფექტით +potion.confusion.postfix=ხსნარი გულისრევის ეფექტით +potion.regeneration.postfix=ხსნარი სამკურნალო ეფექტით +potion.resistance.postfix=ხსნარი დაცვის ეფექტით +potion.fireResistance.postfix=ხსნარი ცეცხლისგან დაცვის ეფექტით +potion.waterBreathing.postfix=ხსნარი წყალში სუნთქვის ეფექტით +potion.invisibility.postfix=ხსნარი უჩინარობის ეფექტით +potion.blindness.postfix=ხსნარი დაბრმავების ეფექტით +potion.nightVision.postfix=ხსნარი კატის თვალების ეფექტით +potion.hunger.postfix=ხსნარი შიმშილის ეფექტით +potion.poison.postfix=ხსნარი მოწამლვის ეფექტით +potion.wither.postfix=ხსნარი გამოფიტვის ეფექტით + +potion.potency.0= +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV + +potion.prefix.grenade=სასროლი +potion.prefix.mundane=მდაბიო +potion.prefix.uninteresting=უინტერესო +potion.prefix.bland=რბილი +potion.prefix.clear=სუფთა +potion.prefix.milky=რძისებრი +potion.prefix.diffuse=გაბნეული +potion.prefix.artless=უბრალო +potion.prefix.thin=თხელი +potion.prefix.awkward=მოუქნელი +potion.prefix.flat=პირდაპირი +potion.prefix.bulky=ვებერთელა +potion.prefix.bungling=ნახელავი +potion.prefix.buttered=ბარაქიანი +potion.prefix.smooth=გლუვი +potion.prefix.suave=თავაზიანი +potion.prefix.debonair=სახალისო +potion.prefix.thick=სქელი +potion.prefix.elegant=ელეგანტური +potion.prefix.fancy=საუცხოო +potion.prefix.charming=მომხიბლავი +potion.prefix.dashing=მარჯვე +potion.prefix.refined=დახვეწილი +potion.prefix.cordial=გულითადი +potion.prefix.sparkling=ელვარე +potion.prefix.potent=შემძლე +potion.prefix.foul=ბინძური +potion.prefix.odorless=უსუნო +potion.prefix.rank=დიდებული +potion.prefix.harsh=მძაფრი +potion.prefix.acrid=ცხარე +potion.prefix.gross=უხამსი +potion.prefix.stinky=მყრალი + +enchantment.damage.all=მახვილი +enchantment.damage.undead=განდევნა +enchantment.damage.arthropods=ფეხსახსრიანების უბედურება +enchantment.knockback=უკუგდება +enchantment.fire=ცეცხლოვანი ხასიათის +enchantment.protect.all=დაცვა +enchantment.protect.fire=დაცვა ცეცხლისაგან +enchantment.protect.fall=ბუმბულივით მსუბუქი +enchantment.protect.explosion=დაცვა აფეთქებისაგან +enchantment.protect.projectile=დაცვა გასროლილისგან +enchantment.oxygen=სუნთქვა +enchantment.waterWorker=წყლის ძალა +enchantment.digging=ქმედითობა +enchantment.untouching=ნაზი შეხება +enchantment.durability=გამაგრებული +enchantment.lootBonus=მაროდიორობა +enchantment.lootBonusDigger=იღბლიანი +enchantment.arrowDamage=სიმძლავრე +enchantment.arrowFire=ცეცხლი +enchantment.arrowKnockback=დარტყმა +enchantment.arrowInfinite=უსასრულო +enchantment.thorns=ეკლები + +enchantment.level.1=I +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.level.10=X + +gui.achievements=მიღწევები +gui.stats=სტატისტიკა + +stat.generalButton=მთავარი +stat.blocksButton=ბლოკები +stat.itemsButton=ნივთები + +stat.used=გამოყენებული +stat.mined=მოპოვებული +stat.depleted=გატეხილი +stat.crafted=დამზადებული + +stat.startGame=თამაში ნათამაშებია +stat.createWorld=ნათამაშები სამყაროები +stat.loadWorld=შენახვების ჩატვირთვა +stat.joinMultiplayer=ქსელურ თამაშში შესვლა +stat.leaveGame=თამაშიდან გამოსული + +stat.playOneMinute=თამაშის დრო + +stat.walkOneCm=სიარულის მანძილი +stat.fallOneCm=ვარდნის მანძილი +stat.swimOneCm=ცურვის მანძილი +stat.flyOneCm=ფრენის მანძილი +stat.climbOneCm=ცოცვის მანძილი +stat.diveOneCm=ჩაყვინთვის მანძილი +stat.minecartOneCm=ურიკით ნამგზავრი +stat.boatOneCm=ნავით ნამგზავრი +stat.pigOneCm=ღორით ნამგზავრი +stat.jump=ახტომები +stat.drop=დაგდებული ნივთები + +stat.damageDealt=მინიჭებული ზიანი +stat.damageTaken=მიღებული ზიანი +stat.deaths=სიკვდილების ოდენობა +stat.mobKills=მოკლული არსებები +stat.playerKills=მოკლული მოთამაშეები +stat.fishCaught=დაჭერილი თევზი + +stat.mineBlock=%1$s მოპოვებული +stat.craftItem=%1$s დამზადებული +stat.useItem=%1$s გამოყენებული +stat.breakItem=%1$s გატეხილი + +achievement.get=მიღწევაა! + +achievement.taken=მიღებულია! + +achievement.requires=მოითხოვს '%1$s' +achievement.openInventory=ინვენტარის გახსნა +achievement.openInventory.desc=დააჭირეთ '%1$s'-ს ინვენტარის გახსნისთვის. +achievement.mineWood=მოჭრილი ხეები +achievement.mineWood.desc=შეუტიეთ ხეს სანამ არ მიიღებთ ხის ბლოკს +achievement.buildWorkBench=ინჟინერი +achievement.buildWorkBench.desc=ოთხი ფიცრისგან დაამზადეთ დაზგა +achievement.buildPickaxe=მაღაროში მუშაობის დროა! +achievement.buildPickaxe.desc=ფიცრები და ჯოხებისგან დაამზადეთ წერაქვი +achievement.buildFurnace=თონის პური +achievement.buildFurnace.desc=რვა ქვის ბლოკიდან დაამზადეთ ღუმელი +achievement.acquireIron=რკინის ხანა +achievement.acquireIron.desc=მიიღეთ რკინის ზოდი რკინის მადნის გადადნობით +achievement.buildHoe=ხილ-ბოსტანის დროა! +achievement.buildHoe.desc=ფიცრები და ჯოხებისგან დაამზადეთ თოხი +achievement.makeBread=გამოაცხვეთ პური +achievement.makeBread.desc=ხორბლიდან მიიღეთ პური +achievement.bakeCake=ტყუილია! +achievement.bakeCake.desc=ხორბალი, შაქარი, რძე და კვერცხი! +achievement.buildBetterPickaxe=გაუმჯობესება +achievement.buildBetterPickaxe.desc=დაამზადეთ უკეთესი წერაქვი +achievement.cookFish=უგემრიელესი თევზი +achievement.cookFish.desc=დაიჭირეთ და შეწვით თევზი! +achievement.onARail=რკინიგზა +achievement.onARail.desc=იმგზავრეთ ურიკით უწყვეტლივ სულ მცირე 1კმ +achievement.buildSword=ჩხუბის დროა! +achievement.buildSword.desc=ფიცრები და ჯოხებისგან დაამზადეთ ხმალი +achievement.killEnemy=მონსტრების მონადირე +achievement.killEnemy.desc=თავს დაესხით და მოკალით მონსტრი +achievement.killCow=კოვბოი +achievement.killCow.desc=მოიპოვეთ ხბოს ტყავი +achievement.flyPig=როცა ღორები გაფრინდებიან +achievement.flyPig.desc=შეაჯექით ღორს და გადახტით კლდიდან +achievement.snipeSkeleton=სნაიპერთა დუელი +achievement.snipeSkeleton.desc=მოკალი ჩონჩხი 50 მეტრის სიშორიდან გასროლილი ისრით +achievement.diamonds=ალმასი! +achievement.diamonds.desc=რკინის ხელსაწყოებით მოიპოვე ალმასი +achievement.portal=პლანეტის ცენტრისკენ +achievement.portal.desc=ააშენე ქვეშეთის პორტალი +achievement.ghast=დაუბრუნე გამგზავნელს +achievement.ghast.desc=გაანადგურე მტირალა ცეცხლოვანი ბურთით +achievement.blazeRod=ცეცხლისაკენ +achievement.blazeRod.desc=წაართვი ცეცხლას მისი ჯოხი +achievement.potion=აფთიაქი +achievement.potion.desc=დაამზადე ხსნარი +achievement.theEnd=დასასრული? +achievement.theEnd.desc=მიაგენი დასასრულს +achievement.theEnd2=დასასრული. +achievement.theEnd2.desc=დაამარცხე დასასრულის გველეშაპი +achievement.enchantments=ჯადოქარი +achievement.enchantments.desc=ობსიდიანი, ალმასები და წიგნისაგან დაამზადე მოჯადოების ადგილი +achievement.overkill=სასიკვდილო +achievement.overkill.desc=ერთი დარტყმით დააკელი მტერს 8 გული +achievement.bookcase=მწიგნობართუხუცესი +achievement.bookcase.desc=მოჯადოების ადგილის გაუმჯობესებისთვის, დაამზადე რამდენიმე წიგნის თარო + +commands.generic.exception=გამოვლინდა უცნობი შეცდომა შემდეგი ბრძანების შესრულებისას +commands.generic.syntax=ბრძანების უმართებულო სინტაქსი +commands.generic.player.notFound=მოთამაშე არ მოიძებნა +commands.generic.notFound=უცნობი ბრძანება. ჩაწერეთ /help ბრძანებათა სიისთვის. +commands.generic.num.invalid='%s' უმართებულო რიცხვია +commands.generic.num.tooSmall=ჩაწერილი რიცხვი (%d) ძალზედ მცირეა, შეიყვანეთ სულ მცირე %d +commands.generic.num.tooBig=ჩაწერილი რიცხვი (%d) ძალზედ დიდია, შეიყვანეთ არაუმეტეს %d +commands.generic.double.tooSmall=შეყვანილი რიცხვი (%.2f) ძალიან მცირეა, საჭიროა სულ მცირე %.2f +commands.generic.double.tooBig=შეყვანილი რიცხვი (%.2f) ძალიან დიდია, საჭიროა არაუმეტეს %.2f +commands.generic.usage=ხმარება: %s + +commands.xp.failure.widthdrawXp=შეუძლებელია მოთამაშისთვის უარყოფითი გამოცდილების მინიჭება +commands.xp.success=%s-თვის მინიჭებულია %d გამოცდილება +commands.xp.success.levels=%s-თვის მინიჭებულია %d დონე +commands.xp.success.negative.levels=%s-ისგან აღებულია %d დონე +commands.xp.usage=/xp <რაოდენობა> [მოთამაშე] ან /xp <რაოდენობა>L [მოთამაშე] +commands.give.usage=/give <მოთამაშე> <ნივთი> [ოდენობა] [მონაცემები] +commands.give.notFound=ნივთი მითითებული ID-თ '%d' არ მოიძებნა +commands.give.success=მოთამაშემ %s მისცა (ID %d)*%d მოთამაშეს %s +commands.effect.usage=/effect [seconds] [amplifier] +commands.effect.notFound=There is no such mob effect with ID %d +commands.effect.success=Given %1$s (ID %2$d) * %3$d to %4$s for %5$d seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.enchant.usage=/enchant [დონე] +commands.enchant.notFound=მოჯადოება %d არ არსებობს +commands.enchant.noItem=მიზანს არ უჭირავს ნივთი +commands.enchant.cantEnchant=შეუძლებელია გამოიყენოთ შერჩეული მოჯადოება სამიზნე ნივთზე +commands.enchant.cantCombine=%1$s ვერ შეერევა %2$s-თან +commands.enchant.success=ჯადოქრობამ წარმატებით ჩაიარა +commands.clear.usage=/clear <მოთამაშე> [ნივთი] [მონაცემები] +commands.clear.success=გასუფთავებულია %s-ის ინვენტარი, წაშლილია %d ნივთი +commands.clear.failure=Could not clear the inventory of %s, no items to remove +commands.downfall.success=ატმოსფერული ნალექები გადართულია +commands.time.usage=/time <რიცხვი> +commands.time.added=დროს დაემატა %d +commands.time.set=დრო დაყენდა %d-ზე +commands.players.list=თამაშობს %d/%d მოთამაშე: +commands.banlist.ips=%d აკრძალული IP მისამართი: +commands.banlist.players=%d აკრძალული მოთამაშე: +commands.banlist.usage=/banlist [ips]|players] +commands.kick.success=%s თამაშიდან გაგდებულია +commands.kick.success.reason=%s თამაშიდან გაგდებულია მიზეზით: '%s' +commands.kick.usage=/kick <მოთამაშე> [reason <მიზეზი>] +commands.op.success=%s გახდა ოპერატორი +commands.op.usage=/op <მოთამაშე> +commands.deop.success=%s აღარ არის ოპერატორი +commands.deop.usage=/deop <მოთამაშე> +commands.say.usage=/say <სათქმელი ...> +commands.ban.success=მოთამაშე %s აიკრძალა +commands.ban.usage=/ban <სახელი> [reason ...] +commands.unban.success=მოთამაშე %s დაშვებულია +commands.unban.usage=/pardon <სახელი> +commands.banip.invalid=შეყვანილია უმართებულო IP მისამართი ან მოთამაშე, რომელიც სერვერზე არ იმყოფება +commands.banip.success=IP მისამართი %s აიკრძალა +commands.banip.success.players=აიკრძალა IP მისამართი %s, ეკუთვნოდა %s-ს +commands.banip.usage=/ban-ip <მისამართი|სახელი> [reason ...] +commands.unbanip.invalid=შეყვანილია უმართებულო IP მისამართი +commands.unbanip.success=დაშვებულია IP მისამართი %s +commands.unbanip.usage=/pardon-ip <მისამართი> +commands.save.enabled=სამყაროს ავტო შენახვა ჩართულია +commands.save.disabled=სამყაროს ავტო შენახვა გამორთულია +commands.save.start=შენახვა... +commands.save.success=სამყარო შენახულია +commands.save.failed=შენახვა ჩაიშალა: %s +commands.stop.start=მიმდინარეობს სერვერის გათიშვა +commands.tp.success=%s გაიგზავნა მოთამაშესთან %s +commands.tp.success.coordinates=მოთამაშე %s გაიგზავნა კოორდინატებზე %.2f,%.2f,%.2f +commands.tp.usage=/tp [სამიზნე მოთამაშე] <მიმღები მოთამაშე> *ან* /tp [სამიზნე მოთამაშე] +commands.tp.notSameDimension=ტელეპორტი მიუწვდომელია რადგან მოთამაშეები არ არიან ერთიდაიგივე განზომილებაში +commands.whitelist.list=დაშვებულთა სიაში არის %d მოთამაშე (%d შესაძლოდან): +commands.whitelist.enabled=დაშვებულთა სია ჩართულია +commands.whitelist.disabled=დაშვებულთა სია გათიშულია +commands.whitelist.reloaded=დაშვებულთა სია გადატვირთულია +commands.whitelist.add.success=%s დაშვებულთა სიაში ჩამატებულია +commands.whitelist.add.usage=/whitelist add <მოთამაშე> +commands.whitelist.remove.success=%s დაშვებულთა სიიდიან ამოღებულია +commands.whitelist.remove.usage=/whitelist remove <მოთამაშე> +commands.whitelist.usage=/whitelist +commands.scoreboard.usage=/scoreboard +commands.scoreboard.teamNotFound=არ მოიძებნა გუნდი სახელით '%s' +commands.scoreboard.objectiveNotFound=არ მოიძებნა დავალება სახელით '%s' +commands.scoreboard.objectiveReadOnly=დავალება '%s' არის მხოლოდ წაკითხვადი და მისი შეცვლა შეუძლებელია +commands.scoreboard.objectives.usage=/scoreboard objectives +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [objective] +commands.scoreboard.objectives.setdisplay.invalidSlot=ასეთი ჩვენების სლოტი '%s' +commands.scoreboard.objectives.setdisplay.successCleared=განბაჟებული ობიექტური ჩვენების სლოტი '%s' +commands.scoreboard.objectives.setdisplay.successSet=უცნობია ჩვენების მიზანი სლოტი '%s' to '%s' +commands.scoreboard.objectives.add.usage=/scoreboard objectives add <სახელი> <კრიტერიუმის ტიპი> [საჩვენებელი სახელი ...] +commands.scoreboard.objectives.add.wrongType=დავალების უმართებულო კრიტერიუმი. დასაშვებთა სია: %s +commands.scoreboard.objectives.add.alreadyExists=დავალება სახელად '%s' უკვე არსებობს +commands.scoreboard.objectives.add.tooLong=სახელი '%s' მეტისმეტად გრძელია, ის უნდა შეიცავდეს არაუმეტეს %d სიმბოლოსა +commands.scoreboard.objectives.add.displayTooLong=საჩვენებელი სახელი '%s' მეტისმეტად გრძელია, ის უნდა შეიცავდეს არაუმეტეს %d სიმბოლოსა +commands.scoreboard.objectives.add.success=ახალი დავალება '%s' წარმატებით შეიქმნა +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove <სახელი> +commands.scoreboard.objectives.remove.success=დაავლება '%s' წარმატებით წაიშალა +commands.scoreboard.objectives.list.count=ტაბლოზე ნაჩვენებია %d დავალება +commands.scoreboard.objectives.list.entry=- %s: საჯარო სახელით '%s', სახეობა '%s' +commands.scoreboard.objectives.list.empty=ტაბლოზე დავალებები არ არის +commands.scoreboard.players.usage=/scoreboard players +commands.scoreboard.players.set.success=%s დავალებიდან %d ქულის მიცემა მოთამაშესთვის %s +commands.scoreboard.players.set.usage=/scoreboard players set <მოთამაშე> <დავალება> <ქულა> +commands.scoreboard.players.add.usage=/scoreboard players add <მოთამაშე> <დავალება> <ქულა> +commands.scoreboard.players.remove.usage=/scoreboard players remove <მოთამაშე> <დავალება> <ოდენობა> +commands.scoreboard.players.reset.usage=/scoreboard players reset <მოთამაშე> +commands.scoreboard.players.reset.success=მოთამაშეს %s ყველა ქულის ჩამოყრა +commands.scoreboard.players.list.count=ტაბლოზე ნაჩვენებია %d თვალგაყოლილი მოთამაშე +commands.scoreboard.players.list.empty=ტაბლოზე არ არის თვალგაყოლილი მოთამაშეები +commands.scoreboard.players.list.player.count=ნაჩვენებია %d თვალგაყოლილი დავალება %s-თვის +commands.scoreboard.players.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.players.list.player.empty=მოთამაშეს %s არ აქვს შენახული ქულები +commands.scoreboard.teams.usage=/scoreboard teams +commands.scoreboard.teams.add.usage=/scoreboard teams add <სახელი> [display სახელი ...] +commands.scoreboard.teams.add.alreadyExists=გუნდი სახელად '%s' უკვე არსებობს +commands.scoreboard.teams.add.tooLong=სახელი '%s' მეტისმეტად გრძელია, ის უნდა შეიცავდეს არაუმეტეს %d სიმბოლოსა +commands.scoreboard.teams.add.displayTooLong=საჩვენებელი სახელი '%s' მეტისმეტად გრძელია, ის უნდა შეიცავდეს არაუმეტეს %d სიმბოლოსა +commands.scoreboard.teams.add.success=ახალი გუნდი '%s' წარმატებით შეიქმნა +commands.scoreboard.teams.list.usage=/scoreboard teams list [სახელი] +commands.scoreboard.teams.list.count=ტაბლოზე ნაჩვენებია %d გუნდი +commands.scoreboard.teams.list.entry=- გუნდი %1$s: '%2$s' შედგება %3$d მოთამაშესგან +commands.scoreboard.teams.list.empty=ტაბლოზე არ არის ჩაწერილი გუნდები +commands.scoreboard.teams.list.player.count=ნაჩვენებია %d მოთამაშე გუნდიდან %s +commands.scoreboard.teams.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.teams.list.player.empty=გუნდს %s არ ჰყავს მოთამაშე +commands.scoreboard.teams.empty.usage=/scoreboard teams clear <სახელი> +commands.scoreboard.teams.empty.alreadyEmpty=გუნდი %s უკვე ცარიელია, შეუძლებელია არაარსებული მოთამაშეების ამოღება +commands.scoreboard.teams.empty.success=ყველა (%d) მოთამაშე ამოღებულ იქნა გუნდიდან %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove <სახელი> +commands.scoreboard.teams.remove.success=ამოღებულ იქნა გუნდი %s +commands.scoreboard.teams.join.usage=/scoreboard teams join <გუნდი> [მოთამაშე] +commands.scoreboard.teams.join.success=გუნდს %s დაემატა %d მოთამაშე: %s +commands.scoreboard.teams.join.failure=გუნდს %s ვერ დაემატა %d მოთამაშე: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [მოთამაშე] +commands.scoreboard.teams.leave.success=%d-მ(ა) მოთამაშემ დატოვა მათი გუნდები: %s +commands.scoreboard.teams.leave.failure=%d-მ(ა) მოთამაშემ ვერ დატოვა მათი გუნდები: %s +commands.scoreboard.teams.leave.noTeam=თქვენ არ ხართ გუნდის წევრი +commands.scoreboard.teams.option.usage=/scoreboard teams option <გუნდი> +commands.scoreboard.teams.option.noValue=დასაშვები მნიშვნელობები პარამეტრისთვის %s არის: %s +commands.scoreboard.teams.option.success=Set option %s for team %s to %s +commands.gamemode.success.self=თქვენი რეჟიმი გადართულია %s-ზე +commands.gamemode.success.other=%s მოთამაშის რეჟიმი გადართულია %s-ზე +commands.gamemode.usage=/gamemode <რეჟიმი> [მოთამაშე] +commands.defaultgamemode.usage=/defaultgamemode <რეჟიმი> +commands.defaultgamemode.success=სამყაროს რეჟიმი გახდა %s +commands.me.usage=/me <მოქმედება ...> +commands.help.header=--- დახმარების გვერდი %d/%d-დან (/help <გვერდი>) --- +commands.help.footer=ბრძანების შეყვანისას გამოიყენეთ რათა ავტომატურად გაწეროთ ის ან მისი არგუმენტი +commands.help.usage=/help [გვერდი|ბრძანების სახელი] +commands.publish.started=ლოკალური თამაში მისამართზე %s +commands.publish.failed=ლოკალური თამაშის შექმნა შეუძლებელია +commands.debug.start=გამართვის პროფილირების დაწყება +commands.debug.stop=გამართვის პროფილირება შეწყდა %.2f წამის შემდეგ (%d ციკლი) +commands.debug.notStarted=პროფილირება ვერ შეწყდება რადგან დაწყებულიც არ არის! +commands.debug.usage=/debug +commands.message.usage=/tell <პირადი გზავნილი ...> +commands.message.sameTarget=შეუძლებელია გაუგზავნოთ პირადი გზავნილი საკუთარ თავს! +commands.message.display.outgoing=თქვენ უჩურჩულებთ %s-ს: %s +commands.message.display.incoming=%s გიჩურჩულებთ: %s +commands.difficulty.usage=/difficulty <სირთულე> +commands.difficulty.success=თამაშის სირთულე შეიცვალა: %s +commands.spawnpoint.usage=/spawnpoint ან /spawnpoint ან /spawnpoint +commands.spawnpoint.success=%s-ის გაჩენის წერტილი შეიცვალა (%d, %d, %d) +commands.gamerule.usage=/gamerule <წესის სახელი> <სიდიდე> ან /gamerule <წესის სახელი> +commands.gamerule.success=თამაშის წესი განახლდა +commands.gamerule.norule=თამაშის წესი სახელით '%s' ვერ მოიძებნა +commands.weather.usage=/weather [დრო წამებში] +commands.weather.clear=იცვლება მზიან ამინდზე +commands.weather.rain=იცვლება წვიმიან ამინდზე +commands.weather.thunder=იცვლება წვიმითა და ქუხილით +commands.testfor.usage=/testfor +commands.testfor.failed=/testfor გამოიყენება მხოლოდ ბრძანებიანი ბლოკებისთვის ანალოგური გამოსავლით + +itemGroup.buildingBlocks=სამშენებლო ბლოკები +itemGroup.decorations=დეკორატიული ბლოკები +itemGroup.redstone=წითელქვა +itemGroup.transportation=ტრანსპორტი +itemGroup.misc=სხვადასხვაგვარი +itemGroup.search=ნივთების ძებნა +itemGroup.food=საკვები +itemGroup.tools=ხელსაწყოები +itemGroup.combat=საბრძოლო +itemGroup.brewing=ხსნარების მოხარშვა +itemGroup.materials=მასალები +itemGroup.inventory=მოთამაშის ინვენტარი + +inventory.binSlot=ნივთის განადგურება + +advMode.setCommand=კონსოლის ბრძანების ბლოკისთვის მინიჭება +advMode.command=კონსოლის ბრძანება +advMode.nearestPlayer=გამოიყენეთ "@p" უახლოესი მოთამაშის ასარჩევად +advMode.randomPlayer=გამოიყენეთ "@r" მოთამაშის შემთხვევითად ასარჩევად +advMode.allPlayers=გამოიყენეთ "@a" ყველა მოთამაშის ასარჩევად + +advMode.notEnabled=ბრძანებიანი ბლოკები გათიშულია მიმდინარე სერვერზე +advMode.notAllowed=უნდა იყოთ ადმინისტრატორი შემოქმედებით რეჟიმში + +mco.title=Minecraft Realms +mco.selectServer.select=სერვერში შესვლა +mco.selectServer.configure=მომართვა +mco.selectServer.create=სამყაროს შექმნა +mco.selectServer.moreinfo=დაწვრილებით + +mco.configure.world.edit.title=სამყაროს დამუშავება + +mco.configure.world.title=სამყაროს მომართვა +mco.configure.world.name=სახელი +mco.configure.world.description=აღწერა +mco.configure.world.location=მდებარეობა +mco.configure.world.invited=მოწვეული +mco.configure.world.buttons.edit=დამუშავება +mco.configure.world.buttons.reset=სამყაროს ჩამოყრა +mco.configure.world.buttons.done=მორჩა +mco.configure.world.buttons.delete=წაშლა +mco.configure.world.buttons.open=სამყაროს გახსნა +mco.configure.world.buttons.close=სამყაროს დახურვა +mco.configure.world.buttons.invite=მოწვევა +mco.configure.world.buttons.uninvite=მოწვევის გაუქმება +mco.configure.world.buttons.subscription=Subscription +mco.configure.world.invite.profile.name=სახელი +mco.configure.world.uninvite.question=ნამდვილად გსურთ გააუქმოთ მოწვევა + +mco.configure.world.subscription.title=Subscription Info +mco.configure.world.subscription.daysleft=Days Left +mco.configure.world.subscription.start=Start Date +mco.configure.world.subscription.extend=Extend + +mco.create.world.location.title=ადგილები +mco.create.world.location.warning=არჩეული მდებარეობა შესაძლოა აღმოჩნდეს უზუსტო +mco.create.world.wait=იქმნება სამყარო... + +mco.reset.world.title=სამყაროს ჩამოყრა +mco.reset.world.warning=ეს სამუდამოდ წაშლის თქვენს სამყაროს! +mco.reset.world.seed=წყარო (არჩევითი) +mco.reset.world.resetting.screen.title=სამყარო ჩამოიყრება... + +mco.configure.world.close.question.line1=თქვენი სამყარო გახდება მიუწვდომელი. +mco.configure.world.close.question.line2=ნამდვილად გსურთ ამის შესრულება? + +mco.connect.connecting=დაკავშირება ხაზზე მყოფ სერვერთან... +mco.connect.authorizing=ავტორიზება... +mco.connect.failed=ჩაიშალა ხაზზე მყოფ სერვერთან დაკავშირება + +mco.create.world=შექმნა + diff --git a/1.5.2/lang/ko_KR.lang b/1.5.2/lang/ko_KR.lang new file mode 100644 index 00000000..06a4e64c --- /dev/null +++ b/1.5.2/lang/ko_KR.lang @@ -0,0 +1,1293 @@ +#X-Generator: crowdin.net + +language.name=한국어 +language.region=KR +language.code=ko_KR + +gui.done=완료 +gui.cancel=취소 +gui.back=Back +gui.toMenu=타이틀 화면으로 +gui.up=위로 +gui.down=아래로 +gui.yes=예 +gui.no=아니요 + +menu.singleplayer=싱글플레이 +menu.multiplayer=멀티플레이 +menu.online=Minecraft Realms +menu.options=설정... +menu.quit=게임 종료 +menu.returnToMenu=저장하고 나가기 +menu.disconnect=연결 끊기 +menu.returnToGame=게임으로 +menu.switchingLevel=세계 전환 중... +menu.generatingLevel=세계 생성 중... +menu.loadingLevel=세계를 불러오는 중... +menu.generatingTerrain=지형 생성 중... +menu.convertingLevel=세계 변환 중... +menu.simulating=세계 테스트 중... +menu.respawning=리스폰 중... +menu.shareToLan=LAN 서버 열기 + +selectWorld.title=세계 선택 +selectWorld.empty=선택되지 않음 +selectWorld.world=세계 +selectWorld.select=선택된 세계 시작 +selectWorld.create=새로운 세계 만들기 +selectWorld.recreate=다시 만들기 +selectWorld.createDemo=새 체험판 세계 시작 +selectWorld.delete=삭제 +selectWorld.rename=이름 바꾸기 +selectWorld.deleteQuestion=정말로 이 세계를 지우시겠습니까? +selectWorld.deleteWarning=이(가) 영원히 사라지게 될 것입니다! +selectWorld.deleteButton=지우기 +selectWorld.renameButton=이름 바꾸기 +selectWorld.renameTitle=세계 이름 바꾸기 +selectWorld.conversion=반드시 변환해야 합니다! +selectWorld.newWorld=새로운 세계 +selectWorld.newWorld.copyOf=%s의 복사본 +selectWorld.enterName=세계 이름 +selectWorld.resultFolder=저장될 이름: +selectWorld.enterSeed=세계 생성 시드 +selectWorld.seedInfo=빈칸으로 놔두면 랜덤 시드가 적용됩니다 +selectWorld.cheats=치트 +selectWorld.customizeType=사용자 지정 + +createWorld.customize.presets=프리셋 +createWorld.customize.presets.title=프리셋 선택 +createWorld.customize.presets.select=프리셋 사용 +createWorld.customize.presets.share=프리셋을 공유하고 싶나요? 아래에 있는 값을 다른 사람들에게 알려주세요! +createWorld.customize.presets.list=여기에 저희가 미리 만들어 놓은 것들이 있습니다! +createWorld.customize.flat.title=사용자 지정 평지 +createWorld.customize.flat.tile=레이어 구성 +createWorld.customize.flat.height=높이 +createWorld.customize.flat.addLayer=레이어 추가 +createWorld.customize.flat.editLayer=레이어 편집 +createWorld.customize.flat.removeLayer=레이어 제거 +createWorld.customize.flat.layer.top=표면 - %d +createWorld.customize.flat.layer=%d +createWorld.customize.flat.layer.bottom=바닥 - %d + +gameMode.survival=서바이벌 모드 +gameMode.creative=크리에이티브 모드 +gameMode.adventure=모험 모드 +gameMode.hardcore=하드코어 모드! +gameMode.changed=게임 모드가 업데이트 되었습니다 + +selectWorld.gameMode=게임 모드: +selectWorld.gameMode.survival=서바이벌 +selectWorld.gameMode.survival.line1=채광, 조합, 경험치와 +selectWorld.gameMode.survival.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.adventure=모험 +selectWorld.gameMode.adventure.line1=서바이벌과 비슷하지만, 블록들을 +selectWorld.gameMode.adventure.line2=임의의 자리에 놓거나 부술 수 없습니다 +selectWorld.moreWorldOptions=고급 세계 옵션... +selectWorld.mapFeatures=구조물 생성: +selectWorld.mapFeatures.info=마을, 던전 등 +selectWorld.mapType=세계 종류: +selectWorld.mapType.normal=일반 +selectWorld.allowCommands=치트 허용: +selectWorld.allowCommands.info=/gamemode, /xp 같은 명령어들 +selectWorld.hardcoreMode=하드코어: +selectWorld.hardcoreMode.info=죽으면 세계가 삭제됩니다 +selectWorld.bonusItems=보너스 상자: + +generator.default=기본 +generator.flat=완전한 평지 +generator.largeBiomes=넓은 바이옴 + +selectServer.title=서버 선택하기 +selectServer.empty=선택되지 않음 +selectServer.select=서버 접속 +selectServer.direct=직접 연결 +selectServer.edit=편집 +selectServer.delete=삭제 +selectServer.add=서버 추가 +selectServer.defaultName=Minecraft Server +selectServer.deleteQuestion=이 서버를 지우시겠습니까? +selectServer.deleteWarning=이(가) 영원히 사라지게 될 것입니다! +selectServer.deleteButton=삭제 +selectServer.refresh=새로고침 +selectServer.hiddenAddress=(숨김) +addServer.title=서버 정보 편집 +addServer.enterName=서버 이름 +addServer.enterIp=서버 주소 +addServer.add=완료 +addServer.hideAddress=주소 숨기기 +lanServer.title=LAN 세계 +lanServer.scanning=Scanning for games on your local network +lanServer.start=LAN 세계 시작 +lanServer.otherPlayers=다른 플레이어 설정 +mcoServer.title=마인크래프트 온라인 세계 + +multiplayer.title=멀티플레이 +multiplayer.connect=연결 +multiplayer.info1=마인크래프트의 멀티플레이는 아직 완성되지 않았지만, +multiplayer.info2=버그가 있는 시험 버전이 있습니다. +multiplayer.ipinfo=접속하려는 서버의 IP를 입력하세요: + +multiplayer.texturePrompt.line1=이 서버는 사용자 지정 텍스쳐 팩 사용을 권장하고 있습니다. +multiplayer.texturePrompt.line2=다운로드하고 자동으로 설치하시겠습니까? + +multiplayer.downloadingTerrain=세계를 받아오는 중 + +multiplayer.stopSleeping=일어나기 + +chat.link.confirm=다음 웹사이트를 여시겠습니까? +chat.link.warning=신뢰할 수 없는 사이트는 절대 열지 마십시오! +chat.copy=클립보드로 복사 + +menu.playdemo=체험판 세계 플레이하기 +menu.resetdemo=체험판 세계 초기화 +demo.day.1=체험판은 게임 내의 5일 동안 플레이를 즐기실 수 있습니다. 최선을 다하세요! +demo.day.2=2일째 +demo.day.3=3일째 +demo.day.4=4일째 +demo.day.5=오늘이 체험판의 마지막 날입니다! +demo.day.warning=시간이 거의 다 되었습니다! +demo.day.6=게임 내 시간으로 5일이 지났습니다. F2를 사용하여 스크린샷을 찍을 수 있습니다 +demo.reminder=체험판의 시간이 만료되었습니다. 게임을 구매하거나 새로운 세계를 시작하세요! +demo.remainingTime=남은 시간: %s +demo.demoExpired=체험판 시간이 끝났습니다! +demo.help.movement=%1$s, %2$s, %3$s, %4$s 버튼과 마우스로 움직일 수 있습니다 +demo.help.movementShort=%1$s, %2$s, %3$s, %4$s키를 눌러 이동하세요 +demo.help.movementMouse=마우스를 사용하여 주위를 둘러볼 수 있습니다 +demo.help.jump=%1$s키를 눌러 점프하세요 +demo.help.inventory=%1$s키를 눌러 인벤토리를 여세요 +demo.help.title=마인크래프트 체험판 모드 +demo.help.fullWrapped=체험판은 게임 시간으로 5일(실제 시간 약 1시간 40분)간 플레이할 수 있습니다. 힌트를 얻으려면 도전 과제를 확인하세요! 재미있는 시간 보내세요! +demo.help.buy=지금 구매하세요! +demo.help.later=계속 플레이하기! + +connect.connecting=서버에 연결 중... +connect.authorizing=로그인 중... +connect.failed=서버 연결에 실패하였습니다 + +disconnect.genericReason=%s +disconnect.disconnected=서버와의 연결이 끊어졌습니다 +disconnect.lost=접속이 끊어졌습니다 +disconnect.kicked=게임에서 퇴장되었습니다 +disconnect.timeout=시간 초과 +disconnect.closed=서버가 닫혔습니다 +disconnect.loginFailed=로그인에 실패하였습니다 +disconnect.loginFailedInfo=로그인에 실패하였습니다: %s +disconnect.quitting=나가는 중 +disconnect.endOfStream=End of stream +disconnect.overflow=Buffer overflow +disconnect.spam=도배 및 스팸으로 인한 강제 퇴장 + +options.off=꺼짐 +options.on=켜짐 +options.visible=표시된 +options.hidden=숨겨진 +options.title=설정 +options.controls=조작... +options.video=비디오 설정... +options.language=언어... +options.languageWarning=언어 번역은 100% 정확하지 않을 수 있습니다 +options.videoTitle=비디오 설정 +options.music=배경음악 +options.sound=효과음 +options.invertMouse=마우스 반전 +options.fov=시야 범위 +options.fov.min=일반 +options.fov.max=Quake Pro +options.gamma=밝기 +options.gamma.min=어둡게 +options.gamma.max=밝게 +options.sensitivity=마우스 감도 +options.sensitivity.min=하~품... +options.sensitivity.max=겁나 빠름!!! +options.renderDistance=시야 +options.renderDistance.tiny=매우 짧게 +options.renderDistance.short=짧게 +options.renderDistance.normal=보통 +options.renderDistance.far=넓게 +options.viewBobbing=화면 흔들림 +options.ao=부드러운 조명 효과 +options.ao.off=Off +options.ao.min=Minimum +options.ao.max=Maximum +options.anaglyph=3D 애너글리프 +options.framerateLimit=성능 +options.difficulty=난이도 +options.difficulty.peaceful=평화로움 +options.difficulty.easy=쉬움 +options.difficulty.normal=보통 +options.difficulty.hard=어려움 +options.difficulty.hardcore=하드코어 +options.graphics=그래픽 +options.graphics.fancy=화려하게 +options.graphics.fast=빠르게 +options.guiScale=GUI 비율 +options.guiScale.auto=자동 +options.guiScale.small=작게 +options.guiScale.normal=보통 +options.guiScale.large=넓게 +options.advancedOpengl=고급 OpenGL +options.renderClouds=구름 +options.farWarning1=넓은 시야를 위해서는 64비트 자바 +options.farWarning2=설치를 권장합니다 (현재 32비트 자바를 사용중) +options.particles=입자 +options.particles.all=모두 +options.particles.decreased=적게 +options.particles.minimal=최소 +options.multiplayer.title=멀티플레이 설정... +options.chat.title=대화 설정... +options.chat.visibility=대화 +options.chat.visibility.full=표시 +options.chat.visibility.system=명령어만 +options.chat.visibility.hidden=숨김 +options.chat.color=색상 +options.chat.opacity=불투명도 +options.chat.links=웹 링크 +options.chat.links.prompt=링크 확인 +options.chat.scale=크기 +options.chat.width=폭 +options.chat.height.focused=숨겨진 대화 높이 +options.chat.height.unfocused=보여지는 대화 높이 +options.showCape=망토 보이기 +options.serverTextures=서버 텍스처 팩 +options.snooper=기기정보 수집 허용 +options.snooper.view=기기정보 수집 설정... +options.snooper.title=기기 사양 수집 +options.snooper.desc=저희는 여러분이 사용하는 기기 정보를 수집하여 어떤 도움을 드릴 수 있을지, 가장 큰 문제는 무엇인지 알아내어 마인크래프트를 개선하려 합니다. 모든 정보는 익명으로 전송되며, 악용되지 않음을 약속드립니다. 기기 정보 전송을 원치 않으신다면 이 옵션을 끄셔도 됩니다. +options.texture.pack=텍스처 팩 +options.fullscreen=전체 화면 +options.vsync=수직 동기화 사용 +options.touchscreen=터치스크린 모드 + +performance.max=최고 프레임 +performance.balanced=균형 조절 +performance.powersaver=절전 + +controls.title=조작 + +key.forward=앞 +key.left=왼쪽 +key.back=뒤 +key.right=오른쪽 +key.jump=점프 +key.inventory=인벤토리 +key.drop=떨어뜨리기 +key.chat=대화 +key.fog=안개 효과 +key.sneak=웅크리기 +key.playerlist=접속자 목록 +key.attack=공격 +key.use=사용 +key.pickItem=블록 선택 +key.mouseButton=버튼 %1$s +key.command=명령 + +texturePack.openFolder=텍스처 팩 폴더 열기 +texturePack.title=텍스처 팩 선택 +texturePack.folderInfo=(이곳에 텍스처 팩 파일을 넣으세요) +texturePack.incompatible=호환 불가 + +book.pageIndicator=페이지 %1$s/%2$s +book.byAuthor=%1$s이/가 씀 +book.signButton=이름 적기 +book.editTitle=책 제목 입력: +book.finalizeButton=이름을 적고 닫기 +book.finalizeWarning=참고! 책에 이름을 적게 되면 더 이상 편집할 수 없게 됩니다. + +tile.stone.name=돌 + +tile.grass.name=잔디 블록 +tile.dirt.name=흙 +tile.stonebrick.name=조약돌 +tile.wood.name=목재 +tile.wood.oak.name=참나무 목재 +tile.wood.spruce.name=가문비나무 목재 +tile.wood.birch.name=자작나무 목재 +tile.wood.jungle.name=정글 나무 목재 +tile.sapling.oak.name=참나무 묘목 +tile.sapling.spruce.name=가문비나무 묘목 +tile.sapling.birch.name=자작나무 묘목 +tile.sapling.jungle.name=정글 나무 묘목 +tile.deadbush.name=마른 덤불 +tile.bedrock.name=기반암 +tile.water.name=물 +tile.lava.name=용암 +tile.sand.name=모래 +tile.sandStone.name=사암 +tile.sandStone.default.name=사암 +tile.sandStone.chiseled.name=조각된 사암 +tile.sandStone.smooth.name=부드러운 사암 +tile.gravel.name=자갈 +tile.oreGold.name=금광석 +tile.oreIron.name=철광석 +tile.oreCoal.name=석탄 광석 +tile.log.name=나무 +tile.log.oak.name=참나무 +tile.log.spruce.name=가문비나무 +tile.log.birch.name=자작나무 +tile.log.jungle.name=정글 나무 +tile.leaves.name=나뭇잎 +tile.leaves.oak.name=참나무 잎 +tile.leaves.spruce.name=가문비나무 잎 +tile.leaves.birch.name=자작나무 잎 +tile.leaves.jungle.name=정글 나무 잎 +tile.tallgrass.name=잔디 +tile.tallgrass.shrub.name=덤불 +tile.tallgrass.grass.name=잔디 +tile.tallgrass.fern.name=고사리 +tile.sponge.name=스펀지 +tile.glass.name=유리 +tile.thinGlass.name=유리판 +tile.cloth.name=양털 +tile.flower.name=꽃 +tile.rose.name=장미 +tile.mushroom.name=버섯 +tile.blockGold.name=금 블록 +tile.blockIron.name=철 블록 +tile.stoneSlab.stone.name=돌 반 블록 +tile.stoneSlab.sand.name=사암 반 블록 +tile.stoneSlab.wood.name=목재 반 블록 +tile.stoneSlab.cobble.name=조약돌 반 블록 +tile.stoneSlab.brick.name=벽돌 반 블록 +tile.stoneSlab.smoothStoneBrick.name=석재 벽돌 반 블록 +tile.stoneSlab.netherBrick.name=네더 벽돌 반 블록 +tile.stoneSlab.quartz.name=석영 반 블록 +tile.woodSlab.oak.name=참나무 반 블록 +tile.woodSlab.spruce.name=가문비나무 반 블록 +tile.woodSlab.birch.name=자작나무 반 블록 +tile.woodSlab.jungle.name=정글 나무 반 블록 +tile.brick.name=벽돌 +tile.tnt.name=TNT +tile.bookshelf.name=책장 +tile.stoneMoss.name=이끼 낀 돌 +tile.obsidian.name=흑요석 +tile.torch.name=횃불 +tile.fire.name=불 +tile.mobSpawner.name=몬스터 스포너 +tile.stairsWood.name=참나무 계단 +tile.stairsWoodSpruce.name=가문비나무 계단 +tile.stairsWoodBirch.name=자작나무 계단 +tile.stairsWoodJungle.name=정글 나무 계단 +tile.chest.name=상자 +tile.chestTrap.name=덫 상자 +tile.redstoneDust.name=레드스톤 가루 +tile.oreDiamond.name=다이아몬드 원석 +tile.blockDiamond.name=다이아몬드 블록 +tile.workbench.name=작업대 +tile.crops.name=작물 +tile.farmland.name=경작지 +tile.furnace.name=화로 +tile.sign.name=표지판 +tile.doorWood.name=나무문 +tile.ladder.name=사다리 +tile.rail.name=레일 +tile.goldenRail.name=파워 레일 +tile.activatorRail.name=활성화 레일 +tile.detectorRail.name=디텍터 레일 +tile.stairsStone.name=석재 계단 +tile.stairsSandStone.name=사암 계단 +tile.lever.name=레버 +tile.pressurePlate.name=감압판 +tile.weightedPlate_light.name=무게 감압판 (경형) +tile.weightedPlate_heavy.name=무게 감압판 (중형) +tile.doorIron.name=철문 +tile.oreRedstone.name=레드스톤 광석 +tile.notGate.name=레드스톤 횃불 +tile.button.name=버튼 +tile.snow.name=눈 +tile.ice.name=얼음 +tile.cactus.name=선인장 +tile.clay.name=점토 +tile.reeds.name=사탕수수 +tile.jukebox.name=주크박스 +tile.fence.name=울타리 +tile.fenceGate.name=울타리 문 +tile.pumpkin.name=호박 +tile.litpumpkin.name=잭 오 랜턴 +tile.hellrock.name=네더랙 +tile.hellsand.name=소울 샌드 +tile.lightgem.name=발광석 +tile.portal.name=포탈 +tile.cloth.black.name=검은 양털 +tile.cloth.red.name=빨간 양털 +tile.cloth.green.name=초록 양털 +tile.cloth.brown.name=갈색 양털 +tile.cloth.blue.name=파란 양털 +tile.cloth.purple.name=보라색 양털 +tile.cloth.cyan.name=청록색 양털 +tile.cloth.silver.name=밝은 회색 양털 +tile.cloth.gray.name=회색 양털 +tile.cloth.pink.name=분홍색 양털 +tile.cloth.lime.name=연두색 양털 +tile.cloth.yellow.name=노란색 양털 +tile.cloth.lightBlue.name=하늘색 양털 +tile.cloth.magenta.name=자홍색 양털 +tile.cloth.orange.name=주황색 양털 +tile.cloth.white.name=양털 +tile.oreLapis.name=청금석 원석 +tile.blockLapis.name=청금석 블록 +tile.dispenser.name=발사기 +tile.dropper.name=공급기 +tile.musicBlock.name=노트 블록 +tile.cake.name=케이크 +tile.bed.name=침대 +tile.bed.occupied=누군가가 이미 침대에 누워있습니다. +tile.bed.noSleep=밤에만 잘 수 있습니다. +tile.bed.notSafe=지금은 쉴 수 없습니다. 근처에 몬스터가 있습니다. +tile.bed.notValid=침대가 없어지거나 파괴되었습니다. +tile.lockedchest.name=잠긴 상자 +tile.trapdoor.name=다락문 +tile.web.name=거미줄 +tile.stonebricksmooth.name=석재 벽돌 +tile.stonebricksmooth.default.name=석재 벽돌 +tile.stonebricksmooth.mossy.name=이끼 낀 석재 벽돌 +tile.stonebricksmooth.cracked.name=금 간 석재 벽돌 +tile.stonebricksmooth.chiseled.name=조각된 석재 벽돌 +tile.monsterStoneEgg.stone.name=돌 몬스터 알 +tile.monsterStoneEgg.cobble.name=조약돌 몬스터 알 +tile.monsterStoneEgg.brick.name=석재 벽돌 몬스터 알 +tile.pistonBase.name=피스톤 +tile.pistonStickyBase.name=끈끈이 피스톤 +tile.fenceIron.name=철창 +tile.melon.name=수박 +tile.stairsBrick.name=벽돌 계단 +tile.stairsStoneBrickSmooth.name=석재 벽돌 계단 +tile.vine.name=덩굴 +tile.netherBrick.name=네더 벽돌 +tile.netherFence.name=네더 벽돌 울타리 +tile.stairsNetherBrick.name=네더 벽돌 계단 +tile.netherStalk.name=네더 와트 +tile.cauldron.name=가마솥 +tile.enchantmentTable.name=인챈트 테이블 +tile.anvil.name=모루 +tile.anvil.intact.name=모루 +tile.anvil.slightlyDamaged.name=약간 손상된 모루 +tile.anvil.veryDamaged.name=심각하게 손상된 모루 +tile.whiteStone.name=엔드 스톤 +tile.endPortalFrame.name=엔더 포탈 +tile.mycel.name=균사체 +tile.waterlily.name=연꽃잎 +tile.dragonEgg.name=드래곤 알 +tile.redstoneLight.name=레드스톤 조명 +tile.cocoa.name=코코아 +tile.enderChest.name=엔더 상자 +tile.oreRuby.name=루비 원석 +tile.oreEmerald.name=에메랄드 원석 +tile.blockEmerald.name=에메랄드 블록 +tile.blockRedstone.name=레드스톤 블록 +tile.tripWire.name=철사덫 +tile.tripWireSource.name=철사덫 갈고리 +tile.commandBlock.name=커맨드 블록 +tile.beacon.name=신호기 +tile.beacon.primary=기본 효과 +tile.beacon.secondary=보조 효과 +tile.cobbleWall.normal.name=조약돌 담장 +tile.cobbleWall.mossy.name=이끼 낀 조약돌 담장 +tile.carrots.name=당근 +tile.potatoes.name=감자 +tile.daylightDetector.name=햇빛 감지기 +tile.netherquartz.name=네더 석영 원석 +tile.hopper.name=깔때기 +tile.quartzBlock.default.name=석영 블록 +tile.quartzBlock.chiseled.name=조각된 석영 블록 +tile.quartzBlock.lines.name=석영 기둥 블록 +tile.stairsQuartz.name=석영 계단 + +item.shovelIron.name=철 삽 +item.pickaxeIron.name=철 곡괭이 +item.hatchetIron.name=철 도끼 +item.flintAndSteel.name=라이터 +item.apple.name=사과 +item.cookie.name=쿠키 +item.bow.name=활 +item.arrow.name=화살 +item.coal.name=석탄 +item.charcoal.name=목탄 +item.diamond.name=다이아몬드 +item.emerald.name=에메랄드 +item.ingotIron.name=철괴 +item.ingotGold.name=금괴 +item.swordIron.name=철 검 +item.swordWood.name=나무 검 +item.shovelWood.name=나무 삽 +item.pickaxeWood.name=나무 곡괭이 +item.hatchetWood.name=나무 도끼 +item.swordStone.name=돌 검 +item.shovelStone.name=돌 삽 +item.pickaxeStone.name=돌 곡괭이 +item.hatchetStone.name=돌 도끼 +item.swordDiamond.name=다이아몬드 검 +item.shovelDiamond.name=다이아몬드 삽 +item.pickaxeDiamond.name=다이아몬드 곡괭이 +item.hatchetDiamond.name=다이아몬드 도끼 +item.stick.name=막대기 +item.bowl.name=그릇 +item.mushroomStew.name=버섯 스튜 +item.swordGold.name=금 검 +item.shovelGold.name=금 삽 +item.pickaxeGold.name=금 곡괭이 +item.hatchetGold.name=금 도끼 +item.string.name=실 +item.feather.name=깃털 +item.sulphur.name=화약 +item.hoeWood.name=나무 괭이 +item.hoeStone.name=돌 괭이 +item.hoeIron.name=철 괭이 +item.hoeDiamond.name=다이아몬드 괭이 +item.hoeGold.name=금 괭이 +item.seeds.name=씨앗 +item.seeds_pumpkin.name=호박씨 +item.seeds_melon.name=수박씨 +item.melon.name=수박 +item.wheat.name=밀 +item.bread.name=빵 +item.helmetCloth.name=가죽 모자 +item.chestplateCloth.name=가죽 튜닉 +item.leggingsCloth.name=가죽 바지 +item.bootsCloth.name=가죽 장화 +item.helmetChain.name=사슬 투구 +item.chestplateChain.name=사슬 갑옷 +item.leggingsChain.name=사슬 레깅스 +item.bootsChain.name=사슬 부츠 +item.helmetIron.name=철 투구 +item.chestplateIron.name=철 갑옷 +item.leggingsIron.name=철 레깅스 +item.bootsIron.name=철 부츠 +item.helmetDiamond.name=다이아몬드 투구 +item.chestplateDiamond.name=다이아몬드 갑옷 +item.leggingsDiamond.name=다이아몬드 레깅스 +item.bootsDiamond.name=다이아몬드 부츠 +item.helmetGold.name=금 투구 +item.chestplateGold.name=금 갑옷 +item.leggingsGold.name=금 레깅스 +item.bootsGold.name=금 부츠 +item.flint.name=부싯돌 +item.porkchopRaw.name=익히지 않은 돼지고기 +item.porkchopCooked.name=구운 돼지고기 +item.chickenRaw.name=익히지 않은 닭고기 +item.chickenCooked.name=구운 닭고기 +item.beefRaw.name=익히지 않은 소고기 +item.beefCooked.name=스테이크 +item.painting.name=그림 +item.frame.name=아이템 액자 +item.appleGold.name=황금사과 +item.sign.name=표지판 +item.doorWood.name=나무문 +item.bucket.name=양동이 +item.bucketWater.name=물 양동이 +item.bucketLava.name=용암 양동이 +item.minecart.name=마인카트 +item.saddle.name=안장 +item.doorIron.name=철문 +item.redstone.name=레드스톤 +item.snowball.name=눈덩이 +item.boat.name=보트 +item.leather.name=가죽 +item.milk.name=우유 +item.brick.name=벽돌 +item.clay.name=점토 +item.reeds.name=사탕수수 +item.paper.name=종이 +item.book.name=책 +item.slimeball.name=슬라임 볼 +item.minecartChest.name=상자 카트 +item.minecartFurnace.name=화로 카트 +item.minecartTnt.name=TNT 카트 +item.minecartHopper.name=깔때기 카트 +item.egg.name=달걀 +item.compass.name=나침반 +item.fishingRod.name=낚싯대 +item.clock.name=시계 +item.yellowDust.name=발광석 가루 +item.fishRaw.name=익히지 않은 생선 +item.fishCooked.name=익힌 생선 +item.record.name=음반 +item.bone.name=뼈 +item.dyePowder.black.name=먹물 +item.dyePowder.red.name=붉은 장미 염료 +item.dyePowder.green.name=초록 선인장 염료 +item.dyePowder.brown.name=코코아 콩 +item.dyePowder.blue.name=청금석 +item.dyePowder.purple.name=보라색 염료 +item.dyePowder.cyan.name=청록색 염료 +item.dyePowder.silver.name=밝은 회색 염료 +item.dyePowder.gray.name=회색 염료 +item.dyePowder.pink.name=분홍색 염료 +item.dyePowder.lime.name=연두색 염료 +item.dyePowder.yellow.name=노랑 민들레 염료 +item.dyePowder.lightBlue.name=하늘색 염료 +item.dyePowder.magenta.name=자홍색 염료 +item.dyePowder.orange.name=주황색 염료 +item.dyePowder.white.name=뼛가루 +item.sugar.name=설탕 +item.cake.name=케이크 +item.bed.name=침대 +item.diode.name=레드스톤 중계기 +item.comparator.name=레드스톤 비교기 +item.map.name=지도 +item.leaves.name=나뭇잎 +item.shears.name=가위 +item.rottenFlesh.name=썩은 고기 +item.enderPearl.name=엔더 진주 +item.blazeRod.name=블레이즈의 막대 +item.ghastTear.name=가스트의 눈물 +item.netherStalkSeeds.name=네더 와트 +item.potion.name=포션 +item.emptyPotion.name=물병 +item.goldNugget.name=금 조각 +item.glassBottle.name=유리병 +item.spiderEye.name=거미 눈 +item.fermentedSpiderEye.name=발효된 거미 눈 +item.blazePowder.name=블레이즈 가루 +item.magmaCream.name=마그마 크림 +item.cauldron.name=가마솥 +item.brewingStand.name=양조기 +item.eyeOfEnder.name=엔더의 눈 +item.speckledMelon.name=반짝이는 수박 +item.monsterPlacer.name=스폰 +item.expBottle.name=인챈트 병 +item.fireball.name=화염구 +item.writingBook.name=책과 깃펜 +item.writtenBook.name=쓰여진 책 +item.ruby.name=루비 +item.flowerPot.name=화분 +item.emptyMap.name=빈 지도 +item.carrots.name=당근 +item.carrotGolden.name=황금 당근 +item.potato.name=감자 +item.potatoBaked.name=구운 감자 +item.potatoPoisonous.name=독이 있는 감자 +item.skull.skeleton.name=해골 +item.skull.wither.name=위더 스켈레톤의 해골 +item.skull.zombie.name=좀비의 머리 +item.skull.char.name=머리 +item.skull.player.name=%s의 머리 +item.skull.creeper.name=크리퍼의 머리 +item.carrotOnAStick.name=당근 낚싯대 +item.netherStar.name=네더의 별 +item.pumpkinPie.name=호박 파이 +item.enchantedBook.name=인챈트된 책 +item.fireworks.name=폭죽 로켓 +item.fireworks.flight=비행 시간: +item.fireworksCharge.name=불꽃놀이 탄약 +item.fireworksCharge.black=검정색 +item.fireworksCharge.red=빨강색 +item.fireworksCharge.green=초록색 +item.fireworksCharge.brown=갈색 +item.fireworksCharge.blue=파랑색 +item.fireworksCharge.purple=보라색 +item.fireworksCharge.cyan=청록색 +item.fireworksCharge.silver=연한 회색 +item.fireworksCharge.gray=회색 +item.fireworksCharge.pink=분홍색 +item.fireworksCharge.lime=연두색 +item.fireworksCharge.yellow=노랑색 +item.fireworksCharge.lightBlue=하늘색 +item.fireworksCharge.magenta=자홍색 +item.fireworksCharge.orange=주황색 +item.fireworksCharge.white=하얀색 +item.fireworksCharge.customColor=사용자 지정 +item.fireworksCharge.fadeTo=사라지는 효과 +item.fireworksCharge.flicker=반짝이는 효과 +item.fireworksCharge.trail=잔상 효과 +item.fireworksCharge.type.0=작은 구형 +item.fireworksCharge.type.1=큰 구형 +item.fireworksCharge.type.2=별 모양 +item.fireworksCharge.type.3=크리퍼 모양 +item.fireworksCharge.type.4=폭발형 +item.fireworksCharge.type=알 수 없는 모양 +item.netherbrick.name=네더 벽돌 +item.netherquartz.name=네더 석영 + +container.inventory=인벤토리 +container.hopper=아이템 깔때기 +container.crafting=제작 +container.dispenser=발사기 +container.dropper=공급기 +container.furnace=화로 +container.enchant=인챈트 +container.repair=수리 / 이름 바꾸기 +container.repair.cost=가격: %1$d +container.repair.expensive=너무 비쌉니다! +container.creative=아이템 선택 +container.brewing=양조기 +container.chest=상자 +container.chestDouble=큰 상자 +container.minecart=마인카트 +container.enderchest=엔더 상자 + +item.dyed=염색된 + +entity.Item.name=아이템 +entity.XPOrb.name=경험의 구슬 +entity.SmallFireball.name=작은 화염구 +entity.Fireball.name=화염구 + +entity.Arrow.name=화살 +entity.Snowball.name=눈덩이 +entity.Painting.name=그림 + +entity.Mob.name=몹 +entity.Monster.name=몬스터 + +entity.Creeper.name=크리퍼 +entity.Skeleton.name=스켈레톤 +entity.Spider.name=거미 +entity.Giant.name=거인 +entity.Zombie.name=좀비 +entity.Slime.name=슬라임 +entity.Ghast.name=가스트 +entity.PigZombie.name=좀비 피그맨 +entity.Enderman.name=엔더맨 +entity.Silverfish.name=좀벌레 +entity.CaveSpider.name=동굴 거미 +entity.Blaze.name=블레이즈 +entity.LavaSlime.name=마그마 큐브 +entity.MushroomCow.name=버섯소 +entity.Villager.name=주민 +entity.VillagerGolem.name=철 골렘 +entity.SnowMan.name=눈사람 +entity.EnderDragon.name=엔더 드래곤 +entity.WitherBoss.name=위더 +entity.Witch.name=마녀 + +entity.Pig.name=돼지 +entity.Sheep.name=양 +entity.Cow.name=소 +entity.Chicken.name=닭 +entity.Squid.name=오징어 +entity.Wolf.name=늑대 +entity.Ozelot.name=오셀롯 +entity.Cat.name=고양이 +entity.Bat.name=박쥐 + +entity.PrimedTnt.name=TNT 블록 +entity.FallingSand.name=떨어지는 블록 + +entity.Minecart.name=마인카트 +entity.Boat.name=보트 + +entity.generic.name=알 수 없음 + +death.fell.accident.ladder=%1$s(이)가 사다리에서 떨어졌습니다 +death.fell.accident.vines=%1$s(이)가 덩굴에서 떨어졌습니다 +death.fell.accident.water=%1$s(이)가 물에서 떨어졌습니다 +death.fell.accident.generic=%1$s(이)가 높은 곳에서 떨어졌습니다 +death.fell.killer=%1$s(은)는 떨어질 수밖에 없었습니다 +death.fell.assist=%1$s(은)는 %2$s에 의하여 떨어질 수밖에 없었습니다 +death.fell.assist.item=%1$s(은)는 %3$s를 사용한 %2$s에 의하여 떨어질 수밖에 없었습니다 +death.fell.finish=%1$s(이)가 너무 높은 곳에서 떨어지고, %2$s에 의해 최후를 맞았습니다 +death.fell.finish.item=%1$s(이)가 너무 높은 곳에서 떨어지고, %3$s(을)를 사용한 %2$s에 의해 최후를 맞았습니다 + +death.attack.inFire=%1$s(이)가 화염에 휩싸였습니다 +death.attack.inFire.player=%1$s(이)가 %2$s(과)와 싸우다가 불 속으로 걸어들어갔습니다 +death.attack.onFire=%1$s(이)가 타죽었습니다 +death.attack.onFire.player=%1$s(이)가 %2$s(와)과 싸우다가 바삭하게 구워졌습니다 +death.attack.lava=%1$s(이)가 용암에 빠졌습니다 +death.attack.lava.player=%1$s(이)가 %2$s(으)로부터 도망치려다 용암에 빠졌습니다 +death.attack.inWall=%1$s(이)가 벽 속에서 질식했습니다 +death.attack.drown=%1$s(이)가 익사했습니다 +death.attack.drown.player=%1$s(이)가 %2$s(으)로부터 도망치려다가 익사했습니다 +death.attack.starve=%1$s(이)가 아사했습니다 +death.attack.cactus=%1$s(이)가 찔려 죽었습니다 +death.attack.cactus.player=%1$s(이)가 %2$s(으)로부터 도망가려다 선인장으로 걸어들어갔습니다 +death.attack.generic=%1$s(이)가 죽었습니다 +death.attack.explosion=%1$s(이)가 폭파하였습니다 +death.attack.explosion.player=%1$s(이)가 %2$s에 의해 폭파되었습니다 +death.attack.magic=%1$s(이)가 마법으로 살해당했습니다 +death.attack.wither=%1$s(은)는 위더에 의해 죽었습니다 +death.attack.anvil=%1$s(이)가 떨어지는 모루에 깔렸습니다 +death.attack.fallingBlock=%1$s(이)가 떨어지는 블록에 깔렸습니다 +death.attack.mob=%1$s(이)가 %2$s에게 살해당했습니다 +death.attack.player=%1$s(이)가 %2$s에게 살해당했습니다 +death.attack.player.item=%1$s(이)가 %3$s(을)를 사용한 %2$s에게 살해당했습니다 +death.attack.arrow=%1$s(이)가 %2$s에 의해 저격당했습니다 +death.attack.arrow.item=%1$s(이)가 %3$s(을)를 사용한 %2$s에 의해 저격당했습니다 +death.attack.fireball=%1$s(이)가 %2$s(이)가 던진 화염구에 맞았습니다 +death.attack.fireball.item=%1$s(이)가 %3$s(을)를 사용한 %2$s(이)가 던진 화염구에 맞았습니다 +death.attack.thrown=%1$s(이)가 %2$s에게 구타당했습니다 +death.attack.thrown.item=%2$s가 %3$s(을)를 사용하여 %1$s(을)를 구타했습니다 +death.attack.indirectMagic=%1$s(이)가 %2$s에게 마법으로 살해당했습니다 +death.attack.indirectMagic.item=%1$s(이)가 %2$s에게 %3$s(으)로 살해당했습니다 +death.attack.thorns=%1$s(이)가 %2$s(을)를 다치게 하려다가 살해당했습니다 +death.attack.fall=%1$s(이)가 땅에 너무 세게 떨어졌습니다 +death.attack.outOfWorld=%1$s(이)가 세계 밖으로 떨어졌습니다 + +deathScreen.respawn=리스폰 +deathScreen.deleteWorld=세계 삭제 +deathScreen.titleScreen=타이틀 화면으로 +deathScreen.score=점수 +deathScreen.title.hardcore=게임 오버! +deathScreen.hardcoreInfo=하드코어 모드에서는 리스폰 할 수 없습니다! +deathScreen.title=죽었습니다! +deathScreen.leaveServer=접속 종료 + +potion.empty=효과 없음 +potion.moveSpeed=신속 +potion.moveSlowdown=구속 +potion.digSpeed=성급함 +potion.digSlowDown=피로 +potion.damageBoost=힘 +potion.weakness=나약함 +potion.heal=즉시 회복 +potion.harm=즉시 대미지 +potion.jump=점프 강화 +potion.confusion=멀미 +potion.regeneration=재생 +potion.resistance=저항 +potion.fireResistance=화염 저항 +potion.waterBreathing=수중 호흡 +potion.invisibility=투명화 +potion.blindness=실명 +potion.nightVision=야간 투시 +potion.hunger=허기 +potion.poison=독 +potion.wither=위더 + +potion.moveSpeed.postfix=신속의 포션 +potion.moveSlowdown.postfix=구속의 포션 +potion.digSpeed.postfix=성급함의 포션 +potion.digSlowDown.postfix=나태의 포션 +potion.damageBoost.postfix=힘의 포션 +potion.weakness.postfix=나약의 포션 +potion.heal.postfix=회복 포션 +potion.harm.postfix=고통의 포션 +potion.jump.postfix=도약의 포션 +potion.confusion.postfix=멀미 포션 +potion.regeneration.postfix=재생 포션 +potion.resistance.postfix=저항 포션 +potion.fireResistance.postfix=화염 저항 포션 +potion.waterBreathing.postfix=수중 호흡 포션 +potion.invisibility.postfix=투명화 포션 +potion.blindness.postfix=실명 포션 +potion.nightVision.postfix=야간 투시 포션 +potion.hunger.postfix=허기의 포션 +potion.poison.postfix=독 포션 +potion.wither.postfix=부패 포션 + +potion.potency.0= +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV + +potion.prefix.grenade=투척용 +potion.prefix.mundane=평범한 +potion.prefix.uninteresting=흥미없는 +potion.prefix.bland=단조로운 +potion.prefix.clear=맑은 +potion.prefix.milky=우윳빛 +potion.prefix.diffuse=퍼진 +potion.prefix.artless=투박한 +potion.prefix.thin=묽은 +potion.prefix.awkward=이상한 +potion.prefix.flat=김 빠진 +potion.prefix.bulky=큰 +potion.prefix.bungling=어설픈 +potion.prefix.buttered=느끼한 +potion.prefix.smooth=부드러운 +potion.prefix.suave=상냥한 +potion.prefix.debonair=유쾌한 +potion.prefix.thick=진한 +potion.prefix.elegant=우아한 +potion.prefix.fancy=멋진 +potion.prefix.charming=매력적인 +potion.prefix.dashing=근사한 +potion.prefix.refined=정제된 +potion.prefix.cordial=다정한 +potion.prefix.sparkling=반짝이는 +potion.prefix.potent=강한 +potion.prefix.foul=더러운 +potion.prefix.odorless=무취의 +potion.prefix.rank=등급 +potion.prefix.harsh=가혹한 +potion.prefix.acrid=매캐한 +potion.prefix.gross=역겨운 +potion.prefix.stinky=지독한 + +enchantment.damage.all=날카로움 +enchantment.damage.undead=강타 +enchantment.damage.arthropods=살충 +enchantment.knockback=밀치기 +enchantment.fire=화염 +enchantment.protect.all=보호 +enchantment.protect.fire=화염으로부터 보호 +enchantment.protect.fall=가벼운 착지 +enchantment.protect.explosion=폭발로부터 보호 +enchantment.protect.projectile=원거리 공격으로부터 보호 +enchantment.oxygen=호흡 +enchantment.waterWorker=친수성 +enchantment.digging=효율 +enchantment.untouching=섬세한 손길 +enchantment.durability=내구성 +enchantment.lootBonus=약탈 +enchantment.lootBonusDigger=행운 +enchantment.arrowDamage=힘 +enchantment.arrowFire=화염 +enchantment.arrowKnockback=밀어내기 +enchantment.arrowInfinite=무한 +enchantment.thorns=가시 + +enchantment.level.1=I +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.level.10=X + +gui.achievements=도전 과제 +gui.stats=통계 + +stat.generalButton=일반 +stat.blocksButton=블록 +stat.itemsButton=아이템 + +stat.used=사용 횟수 +stat.mined=채굴 횟수 +stat.depleted=부서진 횟수 +stat.crafted=제작 횟수 + +stat.startGame=플레이 횟수 +stat.createWorld=세계 생성 횟수 +stat.loadWorld=불러온 횟수 +stat.joinMultiplayer=멀티플레이 횟수 +stat.leaveGame=종료 횟수 + +stat.playOneMinute=플레이 시간 + +stat.walkOneCm=걸은 거리 +stat.fallOneCm=떨어진 거리 +stat.swimOneCm=수영한 거리 +stat.flyOneCm=날아간 거리 +stat.climbOneCm=올라간 거리 +stat.diveOneCm=잠수한 거리 +stat.minecartOneCm=마인카트를 탄 거리 +stat.boatOneCm=보트를 탄 거리 +stat.pigOneCm=돼지를 탄 거리 +stat.jump=점프 횟수 +stat.drop=아이템을 버린 횟수 + +stat.damageDealt=입힌 대미지 +stat.damageTaken=받은 대미지 +stat.deaths=사망 횟수 +stat.mobKills=죽인 몬스터 +stat.playerKills=죽인 플레이어 +stat.fishCaught=잡은 물고기 + +stat.mineBlock=%1$s 채굴 횟수 +stat.craftItem=%1$s 제작 횟수 +stat.useItem=%1$s 사용 횟수 +stat.breakItem=%1$s 소모 횟수 + +achievement.get=도전 과제 달성! + +achievement.taken=달성! + +achievement.requires='%1$s' 도전 과제를 미리 달성해야 합니다 +achievement.openInventory=인벤토리 열기 +achievement.openInventory.desc=%1$s키를 눌러 인벤토리를 여세요. +achievement.mineWood=최초의 나무 +achievement.mineWood.desc=한 개의 나무 블록을 얻으세요 +achievement.buildWorkBench=작업 걸기 +achievement.buildWorkBench.desc=목재 4개로 작업대를 만드세요 +achievement.buildPickaxe=채굴 개시! +achievement.buildPickaxe.desc=목재와 막대기로 곡괭이를 만드세요 +achievement.buildFurnace=화끈한 이야기 +achievement.buildFurnace.desc=8개의 조약돌로 화로를 만드세요 +achievement.acquireIron=최초의 철 +achievement.acquireIron.desc=철괴를 제련하세요 +achievement.buildHoe=농사 개시! +achievement.buildHoe.desc=목재와 막대기를 이용해서 괭이를 만드세요 +achievement.makeBread=갓 구운 빵 +achievement.makeBread.desc=밀로 빵을 만드세요 +achievement.bakeCake=The Cake is a Lie +achievement.bakeCake.desc=밀, 설탕, 우유, 달걀! +achievement.buildBetterPickaxe=업그레이드 개시 +achievement.buildBetterPickaxe.desc=보다 더 좋은 곡괭이를 만드세요 +achievement.cookFish=둘이 먹다 하나가 죽어도 모를 맛 +achievement.cookFish.desc=물고기를 잡아서 구우세요! +achievement.onARail=레일 위에서 +achievement.onARail.desc=마인카트를 타고 1km 이상 이동하세요 +achievement.buildSword=공격 개시! +achievement.buildSword.desc=목재와 막대로 검을 만드세요 +achievement.killEnemy=몬스터 헌터 +achievement.killEnemy.desc=몬스터를 사냥하세요 +achievement.killCow=소 도축 +achievement.killCow.desc=가죽을 얻으세요 +achievement.flyPig=돼지, 날다 +achievement.flyPig.desc=돼지를 타고 절벽에서 떨어지세요 +achievement.snipeSkeleton=저격 대결 +achievement.snipeSkeleton.desc=화살로 50m 이상 떨어져 있는 스켈레톤을 죽이세요 +achievement.diamonds=다이아몬드! +achievement.diamonds.desc=철 곡괭이를 사용하여 다이아몬드를 캐세요 +achievement.portal=더 깊은 곳으로 +achievement.portal.desc=지옥으로 가는 포탈을 만드세요 +achievement.ghast=전해지지 않은 러브레터 +achievement.ghast.desc=가스트의 파이어볼을 받아쳐서 죽이세요 +achievement.blazeRod=포화 속으로 +achievement.blazeRod.desc=블레이즈의 막대를 얻으세요 +achievement.potion=포션 양조장 +achievement.potion.desc=포션을 제조하세요 +achievement.theEnd=이걸로 끝이야? +achievement.theEnd.desc=세상의 끝으로 가세요 +achievement.theEnd2=끝이야. +achievement.theEnd2.desc=엔더 드래곤을 격파하세요 +achievement.enchantments=인챈터 +achievement.enchantments.desc=책, 흑요석, 다이아몬드를 이용하여 인챈트 테이블을 만드세요 +achievement.overkill=오버킬 +achievement.overkill.desc=단 한 번에 하트 8개의 대미지를 입히세요 +achievement.bookcase=책벌레 +achievement.bookcase.desc=인챈트 테이블의 능력을 향상시키기 위해 책장을 지으세요 + +commands.generic.exception=이 명령을 수행하는 동안 알 수 없는 오류가 발생했습니다 +commands.generic.syntax=잘못된 명령 구문 +commands.generic.player.notFound=그 플레이어를 찾을 수 없습니다 +commands.generic.notFound=알 수 없는 명령입니다. 명령어 목록을 보려면 /help를 입력하십시오. +commands.generic.num.invalid='%s'는 유효한 숫자가 아닙니다 +commands.generic.num.tooSmall=입력한 숫자(%d)가 너무 작습니다. 최소한 %d 이상이어야 합니다. +commands.generic.num.tooBig=입력한 숫자(%d)가 너무 큽니다. 최대 %d 이하여야 합니다. +commands.generic.double.tooSmall=입력한 숫자(%.2f)가 너무 작습니다. 최소 %.2f 이상이여야 합니다. +commands.generic.double.tooBig=입력한 숫자(%.2f)가 너무 큽니다. 최대 %.2f 이하여야 합니다. +commands.generic.usage=사용법: %s + +commands.xp.failure.widthdrawXp=0보다 작은 경험치는 줄 수 없습니다 +commands.xp.success=%s에게 경험치 %d을(를) 주었습니다 +commands.xp.success.levels=%s에게 %d 레벨이 지급되었습니다 +commands.xp.success.negative.levels=%s의 레벨을 %d 낮추었습니다 +commands.xp.usage=/xp <수량> [플레이어] 또는 /xp <수량>L [플레이어] +commands.give.usage=/give <플레이어> <아이템> [수량] [데이터] +commands.give.notFound=ID가 %d인 아이템이 없습니다 +commands.give.success=%s (ID %d) %d개를 %s에게 주었습니다 +commands.effect.usage=/effect [seconds] [amplifier] +commands.effect.notFound=There is no such mob effect with ID %d +commands.effect.success=Given %1$s (ID %2$d) * %3$d to %4$s for %5$d seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.enchant.usage=/enchant <플레이어> <인챈트 ID> [레벨] +commands.enchant.notFound=ID %d에 해당하는 인챈트가 존재하지 않습니다 +commands.enchant.noItem=대상이 아이템을 들고 있지 않습니다 +commands.enchant.cantEnchant=이 인챈트는 대상 아이템에 추가할 수 없습니다 +commands.enchant.cantCombine=%1$s은(는) %2$s와(과) 결합할 수 없습니다 +commands.enchant.success=인챈트에 성공하였습니다 +commands.clear.usage=/clear <플레이어> [아이템] [데이터] +commands.clear.success=%s의 인벤토리에서 %d개의 아이템을 제거하였습니다 +commands.clear.failure=Could not clear the inventory of %s, no items to remove +commands.downfall.success=날씨를 변경하였습니다 +commands.time.usage=/time <숫자> +commands.time.added=시간을 %d만큼 추가하였습니다 +commands.time.set=시간을 %d으로 설정하였습니다 +commands.players.list=%d/%d명 온라인: +commands.banlist.ips=총 %d개의 차단된 IP 주소가 있습니다: +commands.banlist.players=총 %d명의 차단된 플레이어가 있습니다: +commands.banlist.usage=/banlist [IP 주소|닉네임] +commands.kick.success=%s을(를) 게임에서 쫓아냈습니다 +commands.kick.success.reason=%s을(를) 게임에서 쫓아냈습니다: '%s' +commands.kick.usage=/kick <플레이어> [이유...] +commands.op.success=%s에게 관리자 권한을 주었습니다 +commands.op.usage=/op <플레이어> +commands.deop.success=%s의 관리자 권한을 박탈하였습니다 +commands.deop.usage=/deop <플레이어> +commands.say.usage=/say <메시지...> +commands.ban.success=플레이어 %s을(를) 차단했습니다 +commands.ban.usage=/ban <플레이어> [이유...] +commands.unban.success=플레이어 %s의 차단을 해제하였습니다 +commands.unban.usage=/pardon <플레이어> +commands.banip.invalid=잘못된 IP 주소 또는 접속되지 않은 플레이어를 입력하였습니다 +commands.banip.success=IP 주소 %s를 차단하였습니다 +commands.banip.success.players=%s에 속한 IP 주소 %s를 차단했습니다 +commands.banip.usage=/ban-ip [이유...] +commands.unbanip.invalid=잘못된 IP 주소를 입력하였습니다 +commands.unbanip.success=IP 주소 %s의 차단을 해제하였습니다 +commands.unbanip.usage=/pardon-ip +commands.save.enabled=세계 자동 저장을 켰습니다 +commands.save.disabled=세계 자동 저장을 껐습니다 +commands.save.start=저장 중... +commands.save.success=세계를 저장했습니다 +commands.save.failed=저장 실패: %s +commands.stop.start=서버 중지 중 +commands.tp.success=%s이(가) %s에게로 텔레포트 했습니다 +commands.tp.success.coordinates=%s이(가) %.2f,%.2f,%.2f 좌표로 텔레포트 했습니다 +commands.tp.usage=/tp [대상 플레이어] <목적 플레이어> 또는 /tp [대상 플레이어] +commands.tp.notSameDimension=플레이어가 같은 월드에 있지 않기 때문에 텔레포트를 할 수 없습니다 +commands.whitelist.list=%d명(총 %d명)의 화이트리스트 플레이어가 있습니다: +commands.whitelist.enabled=화이트리스트를 켰습니다 +commands.whitelist.disabled=화이트리스트를 껐습니다 +commands.whitelist.reloaded=화이트리스트를 새로고침 했습니다 +commands.whitelist.add.success=%s을(를) 화이트리스트에 추가하였습니다 +commands.whitelist.add.usage=/whitelist add <플레이어> +commands.whitelist.remove.success=%s을(를) 화이트리스트에서 제거하였습니다 +commands.whitelist.remove.usage=/whitelist remove <플레이어> +commands.whitelist.usage=/whitelist +commands.scoreboard.usage=/scoreboard +commands.scoreboard.teamNotFound='%s'라는 이름의 팀을 찾을 수 없습니다 +commands.scoreboard.objectiveNotFound='%s'라는 이름의 목표를 찾을 수 없습니다 +commands.scoreboard.objectiveReadOnly='%s' 목표는 읽기 전용이며 설정할 수 없습니다 +commands.scoreboard.objectives.usage=/scoreboard objectives +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [목적] +commands.scoreboard.objectives.setdisplay.invalidSlot='%s' 슬롯이 없습니다 +commands.scoreboard.objectives.setdisplay.successCleared='%s' 목표 슬롯이 삭제되었습니다. +commands.scoreboard.objectives.setdisplay.successSet='%s' 슬롯을 '%s'(으)로 보이도록 목표를 설정하였습니다 +commands.scoreboard.objectives.add.usage=/scoreboard objectives add <이름> <기준 유형> [표시 이름 ...] +commands.scoreboard.objectives.add.wrongType=잘못된 표준 목표 형식입니다. 올바른 형식은 다음과 같습니다: %s +commands.scoreboard.objectives.add.alreadyExists='%s'이라는 이름의 목표가 이미 존재합니다 +commands.scoreboard.objectives.add.tooLong=이름 '%s'이(가) 너무 깁니다. 최대 %d글자입니다 +commands.scoreboard.objectives.add.displayTooLong=표시 이름 '%s'이(가) 너무 깁니다. 최대 %d글자입니다 +commands.scoreboard.objectives.add.success='%s'이라는 새로운 목표가 성공적으로 추가되었습니다 +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove <이름> +commands.scoreboard.objectives.remove.success='%s' 목표가 제거되었습니다 +commands.scoreboard.objectives.list.count=점수판에 %d 목표가 보여집니다 +commands.scoreboard.objectives.list.entry=- %s: %s로 표시되고 형식은 %s 입니다 +commands.scoreboard.objectives.list.empty=점수판에 목표가 없습니다 +commands.scoreboard.players.usage=/scoreboard players +commands.scoreboard.players.set.success=플레이어 %2$s의 %1$s 점수를 %3$d(으)로 설정했습니다 +commands.scoreboard.players.set.usage=/scoreboard players set <플레이어> <목표> <점수> +commands.scoreboard.players.add.usage=/scoreboard players add <플레이어> <목표> <점수> +commands.scoreboard.players.remove.usage=/scoreboard players remove <플레이어> <목표> <점수> +commands.scoreboard.players.reset.usage=/scoreboard players reset <플레이어> +commands.scoreboard.players.reset.success=%s 플레이어의 모든 점수를 초기화하였습니다 +commands.scoreboard.players.list.count=점수판에 추적된 플레이어 %d(을)를 보여줍니다 +commands.scoreboard.players.list.empty=점수판에 추적되고 있는 플레이어가 없습니다 +commands.scoreboard.players.list.player.count=%s 플레이어의 추적된 목표 %d개 +commands.scoreboard.players.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.players.list.player.empty=%s 플레이어는 기록된 점수가 없습니다 +commands.scoreboard.teams.usage=/scoreboard teams +commands.scoreboard.teams.add.usage=/scoreboard teams add [표시 이름 ...] +commands.scoreboard.teams.add.alreadyExists='%s'이라는 이름의 팀이 이미 존재합니다 +commands.scoreboard.teams.add.tooLong=팀 이름 '%s'이(가) 너무 깁니다. 최대 %d글자입니다. +commands.scoreboard.teams.add.displayTooLong=팀 이름 '%s'이(가) 너무 깁니다. 최대 %d글자입니다 +commands.scoreboard.teams.add.success=새로운 팀 '%s'이(가) 성공적으로 추가되었습니다 +commands.scoreboard.teams.list.usage=/scoreboard teams list [이름] +commands.scoreboard.teams.list.count=점수판에 %d개의 팀이 보여집니다 +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' 팀 인원 : %3$d +commands.scoreboard.teams.list.empty=점수판에 등록된 팀이 없습니다 +commands.scoreboard.teams.list.player.count=팀 %s의 플레이어 %d명 +commands.scoreboard.teams.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.teams.list.player.empty='%s' 팀에 플레이어가 없습니다 +commands.scoreboard.teams.empty.usage=/scoreboard teams clear <이름> +commands.scoreboard.teams.empty.alreadyEmpty=팀 '%s'이(가) 비어있어 플레이어를 제거할 수 없습니다 +commands.scoreboard.teams.empty.success=팀 '%s'에서 전체 %d명의 플레이어를 제거하였습니다 +commands.scoreboard.teams.remove.usage=/scoreboard teams remove <이름> +commands.scoreboard.teams.remove.success=팀 '%s'이(가) 제거되었습니다 +commands.scoreboard.teams.join.usage=/scoreboard teams join <팀> [플레이어] +commands.scoreboard.teams.join.success=%d명의 플레이어를 '%s' 팀에 추가하였습니다: %s +commands.scoreboard.teams.join.failure=%d명의 플레이어를 팀 %s에 추가할 수 없습니다: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [플레이어] +commands.scoreboard.teams.leave.success=%d명의 플레이어를 '%s' 팀에서 제거하였습니다 +commands.scoreboard.teams.leave.failure=%d명의 플레이어를 팀에서 제거할 수 없습니다: %s +commands.scoreboard.teams.leave.noTeam=당신은 팀에 속해 있지 않습니다 +commands.scoreboard.teams.option.usage=/scoreboard teams option <팀> <값> +commands.scoreboard.teams.option.noValue=옵션 %s의 유효한 값: %s +commands.scoreboard.teams.option.success=Set option %s for team %s to %s +commands.gamemode.success.self=자신의 게임 모드를 %s로 변경하였습니다 +commands.gamemode.success.other=%s의 게임 모드를 %s로 변경했습니다 +commands.gamemode.usage=/gamemode <게임 모드> [플레이어] +commands.defaultgamemode.usage=/defaultgamemode <게임 모드> +commands.defaultgamemode.success=이제 세계의 기본 모드는 %s입니다 +commands.me.usage=/me <문구...> +commands.help.header=--- 도움말 %d / %d 페이지 (/help ) --- +commands.help.footer=팁: 명령을 입력하는 동안 키를 사용하여 명령 또는 인수를 자동 완성 할 수 있습니다 +commands.help.usage=/help [페이지|명령어 이름] +commands.publish.started=로컬 게임이 %s에서 호스팅 중 +commands.publish.failed=로컬 게임을 호스트할 수 없습니다 +commands.debug.start=디버그 자료 수집 시작 +commands.debug.stop=%.2f초 후 디버그 자료 수집을 중지합니다. (%d 틱) +commands.debug.notStarted=먼저 디버그를 시작해야 합니다! +commands.debug.usage=/debug +commands.message.usage=/tell <플레이어> <메시지...> +commands.message.sameTarget=자기 자신에게는 메시지를 보낼 수 없습니다! +commands.message.display.outgoing=%s님에게 보낸 메시지: %s +commands.message.display.incoming=%s님의 메시지: %s +commands.difficulty.usage=/difficulty <새로운 난이도> +commands.difficulty.success=게임 난이도가 %s으로 설정되었습니다 +commands.spawnpoint.usage=/spawnpoint 또는 /spawnpoint <플레이어> 또는 /spawnpoint <플레이어> +commands.spawnpoint.success=%s의 리스폰 지역을 (%d, %d, %d)으로 설정하였습니다 +commands.gamerule.usage=/gamerule <규칙 이름> <규칙> 또는 /gamerule <규칙 이름> +commands.gamerule.success=게임 규칙이 업데이트 되었습니다 +commands.gamerule.norule='%s'은(는) 존재하지 않는 규칙입니다 +commands.weather.usage=/weather [지속시간(초)] +commands.weather.clear=날씨가 맑아집니다 +commands.weather.rain=비가 내리기 시작합니다 +commands.weather.thunder=폭풍우가 몰아치기 시작합니다 +commands.testfor.usage=/testfor +commands.testfor.failed=/testfor는 아날로그 출력이 있는 커맨드 블록에서만 사용할 수 있습니다 + +itemGroup.buildingBlocks=건축 블록 +itemGroup.decorations=장식 블록 +itemGroup.redstone=레드스톤 +itemGroup.transportation=수송 +itemGroup.misc=기타 아이템들 +itemGroup.search=아이템 검색 +itemGroup.food=식료품 +itemGroup.tools=도구 +itemGroup.combat=전투 +itemGroup.brewing=포션 제조 +itemGroup.materials=재료 +itemGroup.inventory=서바이벌 인벤토리 + +inventory.binSlot=아이템 파괴 + +advMode.setCommand=블록에 콘솔 명령어 설정 +advMode.command=콘솔 명령어 +advMode.nearestPlayer="@p"를 사용하여 가장 가까운 플레이어를 대상으로 정합니다 +advMode.randomPlayer="@r"을 사용하여 임의의 플레이어를 대상으로 정합니다 +advMode.allPlayers="@a"를 사용하여 모든 플레이어를 대상으로 정합니다 + +advMode.notEnabled=이 서버에서는 커맨드 블록을 쓸 수 없습니다 +advMode.notAllowed=크리에이티브 모드인 관리자여야 합니다 + +mco.title=Minecraft Realms +mco.selectServer.select=서버 참여 +mco.selectServer.configure=설정 +mco.selectServer.create=세계 만들기 +mco.selectServer.moreinfo=자세한 정보 + +mco.configure.world.edit.title=이름 편집 + +mco.configure.world.title=세계 설정 +mco.configure.world.name=이름 +mco.configure.world.description=설명 +mco.configure.world.location=위치 +mco.configure.world.invited=초대된 사람 +mco.configure.world.buttons.edit=편집 +mco.configure.world.buttons.reset=세계 초기화 +mco.configure.world.buttons.done=완료 +mco.configure.world.buttons.delete=삭제 +mco.configure.world.buttons.open=세계 열기 +mco.configure.world.buttons.close=세계 닫기 +mco.configure.world.buttons.invite=초대 +mco.configure.world.buttons.uninvite=초대 지우기 +mco.configure.world.buttons.subscription=Subscription +mco.configure.world.invite.profile.name=이름 +mco.configure.world.uninvite.question=초대받지 않으시겠습니까 + +mco.configure.world.subscription.title=Subscription Info +mco.configure.world.subscription.daysleft=Days Left +mco.configure.world.subscription.start=Start Date +mco.configure.world.subscription.extend=Extend + +mco.create.world.location.title=위치 +mco.create.world.location.warning=정확한 위치가 아닐 수도 있습니다 +mco.create.world.wait=세계를 만드는 중... + +mco.reset.world.title=세계 초기화 +mco.reset.world.warning=이것은 영구적으로 당신의 세계를 삭제할 것입니다! +mco.reset.world.seed=시드 (선택적) +mco.reset.world.resetting.screen.title=세계 초기화 중... + +mco.configure.world.close.question.line1=세계가 비활성화될 것입니다. +mco.configure.world.close.question.line2=비활성화 하시겠습니까? + +mco.connect.connecting=온라인 서버와 연결 중... +mco.connect.authorizing=로그인 중... +mco.connect.failed=온라인 서버와 연결할 수 없습니다 + +mco.create.world=생성 + diff --git a/1.5.2/lang/kw_GB.lang b/1.5.2/lang/kw_GB.lang new file mode 100644 index 00000000..9da89a23 --- /dev/null +++ b/1.5.2/lang/kw_GB.lang @@ -0,0 +1,1292 @@ +#X-Generator: crowdin.net + +language.name=Kernowek +language.region=Cornwall +language.code=kw_GB + +gui.done=Gwrys +gui.cancel=Hedhi +gui.back=Back +gui.toMenu=Dehweles dhe'n skrin titel +gui.up=Yn-bann +gui.down=Yn-nans +gui.yes=Ya +gui.no=Na + +menu.singleplayer=Unn warier +menu.multiplayer=Liesgwarier +menu.online=Minecraft Realms +menu.options=Dewisyow... +menu.quit=Kwytya +menu.returnToMenu=Gwitha ha kwytya dhe ditel +menu.disconnect=Disjunya +menu.returnToGame=Dehweles dhe'n gwari +menu.switchingLevel=Ow skwychella bysow +menu.generatingLevel=Ow tinythi an bys +menu.loadingLevel=Ow karga an bys +menu.generatingTerrain=Ow trehevel an tirwedh +menu.convertingLevel=Ow treylya an bys +menu.simulating=Ow simulatya an bys rag tecken +menu.respawning=Ow tasserhi +menu.shareToLan=Ygeri dhe LAN + +selectWorld.title=Dewis Bys +selectWorld.empty=gwag +selectWorld.world=Bys +selectWorld.select=Gwary an nor dewisys +selectWorld.create=Gwruthyl bys nowyth +selectWorld.recreate=Daskwruthyl +selectWorld.createDemo=Gwari bys demo nowyth +selectWorld.delete=Dilea +selectWorld.rename=Dashenwel +selectWorld.deleteQuestion=Owgh hwi sur bos hwans dhywgh dilea an bys-ma? +selectWorld.deleteWarning=Kellys y fedh bys vykken! (Termyn hir ew!) +selectWorld.deleteButton=Dilea +selectWorld.renameButton=Dashenwel +selectWorld.renameTitle=Dashenwel an bys +selectWorld.conversion=Res ew y dreylya! +selectWorld.newWorld=Bys nowyth +selectWorld.newWorld.copyOf=Dasskrif a %s +selectWorld.enterName=Hanow an Bys +selectWorld.resultFolder=Y fedh gwithys en: +selectWorld.enterSeed=Hasen rag dinethor an bys +selectWorld.seedInfo=Gasa gwag rag hasen jonsus +selectWorld.cheats=Hyg +selectWorld.customizeType=Personelhe + +createWorld.customize.presets=Ragsettyansow +createWorld.customize.presets.title=Dewisewgh ragsettyans +createWorld.customize.presets.select=Usya ragsettyans +createWorld.customize.presets.share=Yw hwans dhywgh kevranna agas ragsettyans gans nebonan? Usyewgh an gisten a-woles! +createWorld.customize.presets.list=Poken ottomma nebes a wrussyn ni moy a-varr! +createWorld.customize.flat.title=Personelheans an tyller marthys plat +createWorld.customize.flat.tile=Daffar an gwiskas +createWorld.customize.flat.height=bann +createWorld.customize.flat.addLayer=Keworra gwiskas +createWorld.customize.flat.editLayer=Chanjya gwiskas +createWorld.customize.flat.removeLayer=Dilea gwiskas +createWorld.customize.flat.layer.top=Penn - %d +createWorld.customize.flat.layer=%d +createWorld.customize.flat.layer.bottom=Goles - %d + +gameMode.survival=Modh treusvewans +gameMode.creative=Modh awenek +gameMode.adventure=Modh aventur +gameMode.hardcore=Modh marthys kales! +gameMode.changed=agas fit desedhans eus dihaval + +selectWorld.gameMode=Modh an gwari: +selectWorld.gameMode.survival=Treusvewans +selectWorld.gameMode.survival.line1=Hwilas asnodhow, krefta, kavos +selectWorld.gameMode.survival.line2=nivelyow, yehes ha nown +selectWorld.gameMode.creative=Awenek +selectWorld.gameMode.creative.line1=Asnodhow heb finweth, neyja frank ha +selectWorld.gameMode.creative.line2=distrui stockys a-dhesempis +selectWorld.gameMode.hardcore=Marthys kales +selectWorld.gameMode.hardcore.line1=An keth ha modh treusvewans, alhwedhys orth an brassa +selectWorld.gameMode.hardcore.line2=kaletter, hag unn vewnans yn unnik +selectWorld.gameMode.adventure=Aneth +selectWorld.gameMode.adventure.line1=An keth ha modh treusvewans, mes ny yll stockys +selectWorld.gameMode.adventure.line2=bos keworrys po diles +selectWorld.moreWorldOptions=Moy etholyow a'n bys... +selectWorld.mapFeatures=Dinethi strethurow: +selectWorld.mapFeatures.info=Trevow, dorvahow etc +selectWorld.mapType=Ehen an bys: +selectWorld.mapType.normal=Usadow +selectWorld.allowCommands=Alowa hygow fals: +selectWorld.allowCommands.info=Gorhemynnow kepar ha /gamemode, /xp +selectWorld.hardcoreMode=Marthys kales: +selectWorld.hardcoreMode.info=Diles vydh an bys wosa mernans +selectWorld.bonusItems=Argh vonus: + +generator.default=Defowt +generator.flat=Tyller marthys plat +generator.largeBiomes=Biomys bras + +selectServer.title=Dewisewgh servyer +selectServer.empty=Gwag +selectServer.select=Junya an Servyer +selectServer.direct=Junya yn Tidro +selectServer.edit=Chanjya +selectServer.delete=Dilea +selectServer.add=Keworra servyer +selectServer.defaultName=Servyer Minecraft +selectServer.deleteQuestion=Owgh hwi sur bos hwans dhywgh removya an servyer-ma? +selectServer.deleteWarning=a vydh kellys rag nevra! (Hireth!) +selectServer.deleteButton=Dilea +selectServer.refresh=Daskarga +selectServer.hiddenAddress=(Kudhys) +addServer.title=Chanjya kedhlow an servyer +addServer.enterName=Hanow an Servyer +addServer.enterIp=Trigva an Servyer +addServer.add=Gwrys +addServer.hideAddress=Kudha an Drigva +lanServer.title=Bys LAN +lanServer.scanning=Scanning for games on your local network +lanServer.start=Dalleth bys LAN +lanServer.otherPlayers=Settyansow rag Gwarioryon Erel +mcoServer.title=Bys Warlinen Minecraft + +multiplayer.title=Gwari Liesgwarier +multiplayer.connect=Junya +multiplayer.info1=Nyns yw Minecraft Liesgwarier gorfennys hwath, mes yma +multiplayer.info2=tamm previ a-varr gwallek ow hwarvos. +multiplayer.ipinfo=Entrewgh IP servyer rag junya ganso: + +multiplayer.texturePrompt.line1=Ma'n servyer ow comendya devnydh fardel gwiasedh personel. +multiplayer.texturePrompt.line2=A via da genowgh y iskarga ha'y lea yn awtomatek? + +multiplayer.downloadingTerrain=Owth iskarga Tirwedh + +multiplayer.stopSleeping=Gas an Gwely + +chat.link.confirm=Owgh hwi sur bos hwans dhywgh ygeri an wiasva a sew? +chat.link.warning=Na ygerewgh nevra kevrennow dhyworth tus na drestyowgh dhedha! +chat.copy=Eylscrif dhe'n Scryp + +menu.playdemo=Gwari Bys Demo +menu.resetdemo=Dassettya Bys Demo +demo.day.1=This demo will last five game days, dot the best you can! +demo.day.2=Dydh Dew +demo.day.3=Dydh Tri +demo.day.4=Dydh Peswar +demo.day.5=Hemm yw agas diwettha dydh! +demo.day.warning=Namna dhifygys yw agas termyn! +demo.day.6=Hwi re dremenas agas pympes dydh, usyewgh F2 rag gwitha skeusen skrin a'gas gwrians +demo.reminder=Difygys yw termyn an demo, gwrewgh prena an gwari rag pesya po dalleth bys nowyth! +demo.remainingTime=Termyn gesys: %s +demo.demoExpired=Difygys yw termyn an demo! +demo.help.movement=Usyowgh %1$s, %2$s, %3$s, %4$s ha'n logosen rag gwaya a-dro +demo.help.movementShort=Gwayewgh dre waska %1$s, %2$s, %3$s, %4$s +demo.help.movementMouse=Mirewgh a-dro der usya an logosen +demo.help.jump=Lemmewgh dre waska %1$s +demo.help.inventory=Usyewgh %1$s rag ygeri agas rol daffar +demo.help.title=Modh Demo Minecraft +demo.help.fullWrapped=An demo-ma a wra durya 5 dydh a'n gwari (neb 1 our ha 40 mynysen a dermyn gwir). Checkyewgh an kowlwriansow rag hyntys! Omlowenhewgh! +demo.help.buy=Prena lemmyn! +demo.help.later=Pesya gwari! + +connect.connecting=Ow junya gans an servyer... +connect.authorizing=Owth omgelmi... +connect.failed=Fyllas a wrug junya gans an servyer + +disconnect.genericReason=%s +disconnect.disconnected=An servyer a drehas an junyans +disconnect.lost=Junyans kellys +disconnect.kicked=a veu tewlys dhort an gwary +disconnect.timeout=Gorthyp veth +disconnect.closed=Junyans degeys +disconnect.loginFailed=Omgelmy fyllys +disconnect.loginFailedInfo=Omgelmy fyllys: %s +disconnect.quitting=Ow qwytya +disconnect.endOfStream=Diwedh an fros +disconnect.overflow=Bommel Vanylyon Fenna +disconnect.spam=Tewlys yn-mes rag spamya + +options.off=Marow +options.on=Bew +options.visible=Gweladow +options.hidden=Kudh +options.title=Etholyow +options.controls=Kontrolyow... +options.video=Settyansow video... +options.language=Yeth +options.languageWarning=Treylyansow a yll bos angewar +options.videoTitle=Settyansow video +options.music=Ilow +options.sound=Son +options.invertMouse=Mirour Logosen +options.fov=Gwel a wolok +options.fov.min=Usadow +options.fov.max=Quake Pro +options.gamma=Splannder +options.gamma.min=Tewal +options.gamma.max=Splann +options.sensitivity=Sensytyvita +options.sensitivity.min=*delevans* +options.sensitivity.max=TOOTH GOLOW!!! +options.renderDistance=Pelder rendra +options.renderDistance.tiny=Munys +options.renderDistance.short=Kot +options.renderDistance.normal=Usadow +options.renderDistance.far=Pell +options.viewBobbing=Gwayans an penn +options.ao=Golowyans leven +options.ao.off=Off +options.ao.min=Minimum +options.ao.max=Maximum +options.anaglyph=Anaglyf 3D +options.framerateLimit=Performans +options.difficulty=Kaletter +options.difficulty.peaceful=Hebask +options.difficulty.easy=Es +options.difficulty.normal=Usadow +options.difficulty.hard=Kales +options.difficulty.hardcore=Marthys kales +options.graphics=Grafek +options.graphics.fancy=Fanci +options.graphics.fast=Uskis +options.guiScale=Skeul an GUI +options.guiScale.auto=Awto +options.guiScale.small=Byhan +options.guiScale.normal=Usadow +options.guiScale.large=Bras +options.advancedOpengl=OpenGL avoncys +options.renderClouds=Kommol +options.farWarning1=Leans a Java 64-byt yw komendys +options.farWarning2=rag an pelder rendra 'pell' (yma dhywgh 32-byt) +options.particles=Perthyglow +options.particles.all=Oll +options.particles.decreased=Iselhes +options.particles.minimal=Ispoyntel +options.multiplayer.title=Settyansow liesgwarier... +options.chat.title=Settyansow keskows... +options.chat.visibility=Keskows +options.chat.visibility.full=Diskwedhys +options.chat.visibility.system=Gorhemynnow hepken +options.chat.visibility.hidden=Kudhys +options.chat.color=Liwyow +options.chat.opacity=Disklerder +options.chat.links=Kevrennow gwias +options.chat.links.prompt=Lostleverel war gevrennow +options.chat.scale=Skeul +options.chat.width=Lester +options.chat.height.focused=Uhelder Fogellys +options.chat.height.unfocused=Uhelder Disfogellys +options.showCape=Diskwedhes an klok +options.serverTextures=Gwiasedhow an servyer +options.snooper=Ri kummyas dhe dhanvon +options.snooper.view=Settyansow kuntellans kedhlow... +options.snooper.title=Kuntellans a gedhlow an jynn +options.snooper.desc=Hwans yw dhyn kuntel kedhlow a-dro dhe'gas jynn rag gwellhe Minecraft dre wodhvos an pyth a yllyn ni skoodhya ha ple'ma an brassa kudynnow. Dihanow yn tien yw oll an kedhlow-na, hag y hyllir y weles a-woles. Dedhewi a wren na vynnyn ni gul tra dhrog vyth gans an data-ma, mes mar kwrewgh hwi ervira erbynn hemma, gwrewgh omglewes frank dh'y dhialosegi! +options.texture.pack=Fardellow Gwiasedhow +options.fullscreen=Skrin leun +options.vsync=Usya VSync +options.touchscreen=Modh Tochskin + +performance.max=FPS uhella +performance.balanced=Omborth +performance.powersaver=Sawment nerth + +controls.title=Kontrolyow + +key.forward=Yn-rag +key.left=Kledh +key.back=War-dhelergh +key.right=Dyhow +key.jump=Lamma +key.inventory=Rol +key.drop=Droppya +key.chat=Keskows +key.fog=Niwl +key.sneak=Skolkya +key.playerlist=Gul rol a warioryon +key.attack=Gweskel +key.use=Usya tra +key.pickItem=Dewis stock +key.mouseButton=Boton %1$s +key.command=Gorhemmyn + +texturePack.openFolder=Plegel wiasedhow +texturePack.title=Dewis Fardel Gwiasedhow +texturePack.folderInfo=(Gorra restrennow gwiasedhow omma) +texturePack.incompatible=Ankesplegadow + +book.pageIndicator=Folen %1$s a %2$s +book.byAuthor=gans %1$s +book.signButton=Sina +book.editTitle=Titel an lyver: +book.finalizeButton=Sina ha degea +book.finalizeWarning=Notyewgh! Pan wryllowgh hwi sina an lyver, ny vydh chanjyadow na fella. + +tile.stone.name=Meyn + +tile.grass.name=Stock a wels +tile.dirt.name=Mostedhes +tile.stonebrick.name=Meyn rond +tile.wood.name=Estyl Prennek +tile.wood.oak.name=Estyl a dherow +tile.wood.spruce.name=Estyll Prenn Sprus +tile.wood.birch.name=Estyl a Vesowen +tile.wood.jungle.name=Estyll Prenn Gwylgoes +tile.sapling.oak.name=Gwydhen Yowynk Dar +tile.sapling.spruce.name=Gwydhen Yowynk Sprus +tile.sapling.birch.name=Gwydhen Yowynk Besowen +tile.sapling.jungle.name=Gwydhen Yowynk Gwylgoes +tile.deadbush.name=Prysken Marow +tile.bedrock.name=doar izal +tile.water.name=Dowr +tile.lava.name=Lava +tile.sand.name=Tewes +tile.sandStone.name=Krag +tile.sandStone.default.name=Krag +tile.sandStone.chiseled.name=Krag Karvyek +tile.sandStone.smooth.name=Krag Smodh +tile.gravel.name=Grow +tile.oreGold.name=Moen Owr +tile.oreIron.name=Moen Hornek +tile.oreCoal.name=Moen Glow +tile.log.name=Prenn +tile.log.oak.name=Prenn Dar +tile.log.spruce.name=Prenn Sprus +tile.log.birch.name=Prenn Besowen +tile.log.jungle.name=Prenn Gwylgoes +tile.leaves.name=Del +tile.leaves.oak.name=Delyow Dar +tile.leaves.spruce.name=Delyow Sprus +tile.leaves.birch.name=Delyow Besowen +tile.leaves.jungle.name=Delyow Gwylgoes +tile.tallgrass.name=Gwels +tile.tallgrass.shrub.name=Prysk +tile.tallgrass.grass.name=Gwels +tile.tallgrass.fern.name=Redenen +tile.sponge.name=Spong +tile.glass.name=Gweder +tile.thinGlass.name=Kwarel +tile.cloth.name=Gwelen +tile.flower.name=Bluejow +tile.rose.name=Ros +tile.mushroom.name=Skavel-Gronek +tile.blockGold.name=Stock a Owr +tile.blockIron.name=Stock a Hornek +tile.stoneSlab.stone.name=Legh Men +tile.stoneSlab.sand.name=Legh Krag +tile.stoneSlab.wood.name=Legh Prenn +tile.stoneSlab.cobble.name=Legh Men Rond +tile.stoneSlab.brick.name=Legh Bryckys +tile.stoneSlab.smoothStoneBrick.name=Legh Bryckys Men +tile.stoneSlab.netherBrick.name=Legh Bryck Annown +tile.stoneSlab.quartz.name=Legh Kenndir +tile.woodSlab.oak.name=Legh Prenn Dar +tile.woodSlab.spruce.name=Legh Prenn Sprus +tile.woodSlab.birch.name=Legh Prenn Besowen +tile.woodSlab.jungle.name=Legh Prenn Gwylgoes +tile.brick.name=Bryckys +tile.tnt.name=TNT +tile.bookshelf.name=Argh lyvrow +tile.stoneMoss.name=Meyn kewniek +tile.obsidian.name=Obsydyann +tile.torch.name=Faglen +tile.fire.name=Tan +tile.mobSpawner.name=Dinythor tebelvestes +tile.stairsWood.name=Grisyow a dherow +tile.stairsWoodSpruce.name=Grisyow Prenn Sprus +tile.stairsWoodBirch.name=Grisyow a vesow +tile.stairsWoodJungle.name=Grisyow Prenn Gwylgoes +tile.chest.name=Argh +tile.chestTrap.name=Argh Maglenek +tile.redstoneDust.name=Ponn Menrudh +tile.oreDiamond.name=Moen Adamant +tile.blockDiamond.name=Stock a Adamant +tile.workbench.name=Moos ow Kreft +tile.crops.name=Trevasow +tile.farmland.name=Bargen tir +tile.furnace.name=Fog +tile.sign.name=Arwodh +tile.doorWood.name=Daras Prennek +tile.ladder.name=Skeul +tile.rail.name=Hyns horn +tile.goldenRail.name=Hyns horn Nerthek +tile.activatorRail.name=Kledhren Bywheydh +tile.detectorRail.name=Hyns horn Helerhel +tile.stairsStone.name=Grisyow Men +tile.stairsSandStone.name=Grisyow Krag +tile.lever.name=Kolpes +tile.pressurePlate.name=Plat Gwaskedh +tile.weightedPlate_light.name=Plat Gwaskedh Poosys (Skav) +tile.weightedPlate_heavy.name=Plat Gwaskedh Poosys(Poos) +tile.doorIron.name=Daras Hornek +tile.oreRedstone.name=Moen Menrudh +tile.notGate.name=Faglen Menrudh +tile.button.name=Boton +tile.snow.name=Ergh +tile.ice.name=Rew +tile.cactus.name=Kaktus +tile.clay.name=Pri +tile.reeds.name=Gwelen Sugra +tile.jukebox.name=Kist Ilowek +tile.fence.name=Kloos +tile.fenceGate.name=Yet Foos +tile.pumpkin.name=Pompyon +tile.litpumpkin.name=Lugarn Pompyon +tile.hellrock.name=Karrek Annown +tile.hellsand.name=Tewes Enev +tile.lightgem.name=Mengolowi +tile.portal.name=Porth +tile.cloth.black.name=Gwlan Du +tile.cloth.red.name=Gwlan Rudh +tile.cloth.green.name=Gwelen Gwyrdh +tile.cloth.brown.name=Gwelan Gell +tile.cloth.blue.name=Gwelen Blou +tile.cloth.purple.name=Gwelen Purpur +tile.cloth.cyan.name=Gwelen Glaswyrdh +tile.cloth.silver.name=Gwelen Skav Loos +tile.cloth.gray.name=Gwelen Loos +tile.cloth.pink.name=Gwelen Rudhwynn +tile.cloth.lime.name=Gwelen Limaval +tile.cloth.yellow.name=Gwelen Melyn +tile.cloth.lightBlue.name=Gwelen Skav Blou +tile.cloth.magenta.name=Gwelen Majenta +tile.cloth.orange.name=Gwelen Rudhvelyn +tile.cloth.white.name=Gwelen +tile.oreLapis.name=Moen Lapis Lazuli +tile.blockLapis.name=Stock a Lapis Lazuli +tile.dispenser.name=Lesrannell +tile.dropper.name=Droppyer +tile.musicBlock.name=Stock Ilowek +tile.cake.name=Tesen +tile.bed.name=Gweli +tile.bed.occupied=An gweli ma yw kavenedhiek +tile.bed.noSleep=Ny yllowgh hwi koska marnas yn nos +tile.bed.notSafe=Ny yllowgh hwi powes lemmyn, yma tebelvestes yn ogas +tile.bed.notValid=Dha gweli chi yw fowtow po lettyek +tile.lockedchest.name=Argh Florenek +tile.trapdoor.name=Daras Maglen +tile.web.name=Gwias kevnis +tile.stonebricksmooth.name=Bryckys Men +tile.stonebricksmooth.default.name=Bryckys Men +tile.stonebricksmooth.mossy.name=Kewniek Bryckys Men +tile.stonebricksmooth.cracked.name=Men Bryckys Krackyek +tile.stonebricksmooth.chiseled.name=Men Brykys Karvyek +tile.monsterStoneEgg.stone.name=Men Oy Tebelvest +tile.monsterStoneEgg.cobble.name=Men Rond Oy Tebelvest +tile.monsterStoneEgg.brick.name=Bryck Men Oy Tebelvest +tile.pistonBase.name=Pyston +tile.pistonStickyBase.name=Pyston Glusek +tile.fenceIron.name=Prennyer Hornek +tile.melon.name=Melon +tile.stairsBrick.name=Grisyow Bryck +tile.stairsStoneBrickSmooth.name=Grisyow Bryck Men +tile.vine.name=Gwinbrennyer +tile.netherBrick.name=Bryck Annown +tile.netherFence.name=Kloos Bryck Annown +tile.stairsNetherBrick.name=Gris Bryck Annown +tile.netherStalk.name=Losow Annown +tile.cauldron.name=Kawdarn +tile.enchantmentTable.name=Moos Hus +tile.anvil.name=Anwan +tile.anvil.intact.name=Anwan +tile.anvil.slightlyDamaged.name=Ydhyl Shyndys Anwan +tile.anvil.veryDamaged.name=Fest Shyndys Anwan +tile.whiteStone.name=Men Diwedh +tile.endPortalFrame.name=Porth Diwedh +tile.mycel.name=Towargh Tewl +tile.waterlily.name=Padyn Lili +tile.dragonEgg.name=Oy Dragon +tile.redstoneLight.name=Lugarn Menrudh +tile.cocoa.name=Kokoa +tile.enderChest.name=Argh Diwedhek +tile.oreRuby.name=Moen Rudhemm +tile.oreEmerald.name=Moen Gwyrven +tile.blockEmerald.name=Stock a Gwyrven +tile.blockRedstone.name=Stock a Menrudh +tile.tripWire.name=Gwivren Disevel +tile.tripWireSource.name=Higen Gwivren Disevel +tile.commandBlock.name=Stock Arhadow +tile.beacon.name=Golowva +tile.beacon.primary=Nerth Kynsa +tile.beacon.secondary=Nerth Nessa +tile.cobbleWall.normal.name=Fos Men Rond +tile.cobbleWall.mossy.name=Kewniek Fos Men Rond +tile.carrots.name=Karetys +tile.potatoes.name=Patatysen +tile.daylightDetector.name=Sensour Golow Dydh +tile.netherquartz.name=Moen Kanndir Annown +tile.hopper.name=Lammer +tile.quartzBlock.default.name=Stock a Kanndir +tile.quartzBlock.chiseled.name=Stock Kenndir Karvyek +tile.quartzBlock.lines.name=Koloven Stock Kenndir +tile.stairsQuartz.name=Grisyow Kenndir + +item.shovelIron.name=Pal Hornek +item.pickaxeIron.name=Pigel Hornek +item.hatchetIron.name=Bool Hornek +item.flintAndSteel.name=Kelester ha Dur +item.apple.name=Aval +item.cookie.name=Tesen Gales +item.bow.name=Gwarak +item.arrow.name=Seth +item.coal.name=Glow +item.charcoal.name=Glowbrenn +item.diamond.name=Adamant +item.emerald.name=Gwyrven +item.ingotIron.name=Torth Horn +item.ingotGold.name=Torth Owr +item.swordIron.name=Kledha Hornek +item.swordWood.name=Kledha Prennek +item.shovelWood.name=Pal Prennek +item.pickaxeWood.name=Pigel Prennek +item.hatchetWood.name=Bool Prennek +item.swordStone.name=Kledha Men +item.shovelStone.name=Pal Men +item.pickaxeStone.name=Pigel Men +item.hatchetStone.name=Bool Men +item.swordDiamond.name=Kledha Adamant +item.shovelDiamond.name=Pal Adamant +item.pickaxeDiamond.name=Pigel Adamant +item.hatchetDiamond.name=Bool Adamant +item.stick.name=Gwelen +item.bowl.name=Bolla +item.mushroomStew.name=Stywya Skavel-Gronek +item.swordGold.name=Kledha Owrek +item.shovelGold.name=Pal Owrek +item.pickaxeGold.name=Pigel Owrek +item.hatchetGold.name=Bool Owrek +item.string.name=Korden +item.feather.name=Pluven +item.sulphur.name=Polter-gonn +item.hoeWood.name=Kravel Prennek +item.hoeStone.name=Kravel Men +item.hoeIron.name=Kravel Hornek +item.hoeDiamond.name=Kravel Adamant +item.hoeGold.name=Kravel Owrek +item.seeds.name=Has +item.seeds_pumpkin.name=Has Pompyon +item.seeds_melon.name=Has melon +item.melon.name=Melon +item.wheat.name=Gwaneth +item.bread.name=Bara +item.helmetCloth.name=Kappa Ledher +item.chestplateCloth.name=Pows Ledher +item.leggingsCloth.name=Lavrek Ledher +item.bootsCloth.name=Eskisyow Ledher +item.helmetChain.name=Basnet Chayn +item.chestplateChain.name=Brestplat Chayn +item.leggingsChain.name=Lodrow Chayn +item.bootsChain.name=Eskisyow Chayn +item.helmetIron.name=Basnet Hornek +item.chestplateIron.name=Brestplat Hornek +item.leggingsIron.name=Lodrow Hornek +item.bootsIron.name=Eskisyow Hornek +item.helmetDiamond.name=Basnet Adamant +item.chestplateDiamond.name=Brestplat Adamant +item.leggingsDiamond.name=Lodrow Adamant +item.bootsDiamond.name=Eskisyow Adamant +item.helmetGold.name=Basnet Owrek +item.chestplateGold.name=Brestplat Owrek +item.leggingsGold.name=Lodrow Owrek +item.bootsGold.name=Eskisyow Owrek +item.flint.name=Kelester +item.porkchopRaw.name=Kig mogh Kriv +item.porkchopCooked.name=Kig mogh Keginys +item.chickenRaw.name=Kig yar kriv +item.chickenCooked.name=Kig yar kegys +item.beefRaw.name=Kig bewin kriv +item.beefCooked.name=Tregh kig +item.painting.name=Lymnans +item.frame.name=Fram +item.appleGold.name=Aval owrek +item.sign.name=Arwodh +item.doorWood.name=Daras Prennek +item.bucket.name=Kelorn +item.bucketWater.name=Kelorn dowr +item.bucketLava.name=Kelorn lava +item.minecart.name=Balkert +item.saddle.name=Diber +item.doorIron.name=Daras Hornek +item.redstone.name=Menrudh +item.snowball.name=Pel a ergh +item.boat.name=Skath +item.leather.name=Ledher +item.milk.name=Leth +item.brick.name=Bryck +item.clay.name=Pri +item.reeds.name=Gwelynni Sugra +item.paper.name=Paper +item.book.name=Lyver +item.slimeball.name=Leyspel +item.minecartChest.name=Balkert gans Argh +item.minecartFurnace.name=Balkert gans Fog +item.minecartTnt.name=Balkert gans TNT +item.minecartHopper.name=Minecart gyda Hopper +item.egg.name=Oy +item.compass.name=Mornaswydh +item.fishingRod.name=Gwelen Bsykessa +item.clock.name=Klock +item.yellowDust.name=Ponn Mengolowi +item.fishRaw.name=Pysk Kriv +item.fishCooked.name=Pysk Keginys +item.record.name=Plasenn Ilow +item.bone.name=Askorn +item.dyePowder.black.name=Ynk Sagh +item.dyePowder.red.name=Rosen Rudh +item.dyePowder.green.name=Kaktus Gwyrdh +item.dyePowder.brown.name=Fav Kokoa +item.dyePowder.blue.name=Lapis Lazuli +item.dyePowder.purple.name=Liw Purpur +item.dyePowder.cyan.name=Liw Glaswyrdh +item.dyePowder.silver.name=Liw Skav Loos +item.dyePowder.gray.name=Liw Loos +item.dyePowder.pink.name=Liw Rudhwynn +item.dyePowder.lime.name=Liw Limaval +item.dyePowder.yellow.name=Dans Lew Melyn +item.dyePowder.lightBlue.name=Liw Skav Blou +item.dyePowder.magenta.name=Liw Majenta +item.dyePowder.orange.name=Liw Rudhvelyn +item.dyePowder.white.name=Godhes Eskern +item.sugar.name=Sugra +item.cake.name=Tesen +item.bed.name=Gweli +item.diode.name=Gul arta Menrudh +item.comparator.name=Hevelydh Menrudh +item.map.name=Mappa +item.leaves.name=Del +item.shears.name=Gwelsow +item.rottenFlesh.name=Kig Poder +item.enderPearl.name=Perl Diwedhek +item.blazeRod.name=Gwelen Dewi +item.ghastTear.name=Dager Gathorn +item.netherStalkSeeds.name=Losow Annown +item.potion.name=Diwas +item.emptyPotion.name=Bottel a Dowr +item.goldNugget.name=Nogen Owr +item.glassBottle.name=Bottel Gweder +item.spiderEye.name=Lagas Kevnis +item.fermentedSpiderEye.name=Lagas Kevnis Kothhek +item.blazePowder.name=Polter-Dewi +item.magmaCream.name=Dehen Karrek Deudh +item.cauldron.name=Chek +item.brewingStand.name=Sav Ow Praga +item.eyeOfEnder.name=Lagas a Diwedhek +item.speckledMelon.name=Melon Ow Terlentri +item.monsterPlacer.name=Bywhe +item.expBottle.name=Bottel a Prevyans +item.fireball.name=Diskargans Tan +item.writingBook.name=Lyver ha Pulven +item.writtenBook.name=Lyver Skrifek +item.ruby.name=Rudhemm +item.flowerPot.name=Pott Bleujenn +item.emptyMap.name=Mappa Gwag +item.carrots.name=Karetysen +item.carrotGolden.name=Karetys Owrek +item.potato.name=Patatys +item.potatoBaked.name=Patatys Pebys +item.potatoPoisonous.name=Patatys Gwenonek +item.skull.skeleton.name=Klopen Korf eskern +item.skull.wither.name=Gwedhra Klopen Korf eskern +item.skull.zombie.name=Penn Zombi +item.skull.char.name=Penn +item.skull.player.name=Penn %s +item.skull.creeper.name=Penn Creeper +item.carrotOnAStick.name=Karetysen war unn Gwelen +item.netherStar.name=Sterenn Annown +item.pumpkinPie.name=Hogen Pompyon +item.enchantedBook.name=Lyver Gorhanek +item.fireworks.name=Fusen Tanweythen +item.fireworks.flight=Neyjweyth: +item.fireworksCharge.name=Steren Tanweythen +item.fireworksCharge.black=Du +item.fireworksCharge.red=Rudh +item.fireworksCharge.green=Gwyrdh +item.fireworksCharge.brown=Gell +item.fireworksCharge.blue=Blou +item.fireworksCharge.purple=Purpur +item.fireworksCharge.cyan=Glaswyrdh +item.fireworksCharge.silver=Skav Loos +item.fireworksCharge.gray=Loos +item.fireworksCharge.pink=Rudhwynn +item.fireworksCharge.lime=Limaval +item.fireworksCharge.yellow=Melyn +item.fireworksCharge.lightBlue=Skav Blou +item.fireworksCharge.magenta=Majenta +item.fireworksCharge.orange=Rudhvelyn +item.fireworksCharge.white=Gwynn +item.fireworksCharge.customColor=Maner +item.fireworksCharge.fadeTo=Disliwa dhe +item.fireworksCharge.flicker=Terlentri +item.fireworksCharge.trail=Lergh +item.fireworksCharge.type.0=Pel Byhan +item.fireworksCharge.type.1=Pel Bras +item.fireworksCharge.type.2=Shapyek-Steren +item.fireworksCharge.type.3=Shapyek-Creeper +item.fireworksCharge.type.4=Tardh +item.fireworksCharge.type=Shap Ankoth +item.netherbrick.name=Bryck Annown +item.netherquartz.name=Kanndir Annown + +container.inventory=Rol +container.hopper=Lammer Tra +container.crafting=kreft +container.dispenser=Gwerther +container.dropper=Droppyer +container.furnace=Fog +container.enchant=Gorhana +container.repair=Ewnhe ha Henwel +container.repair.cost=Kost Hus: %1$d +container.repair.expensive=Re Kostek! +container.creative=Dewis Tra +container.brewing=Sav Ow Praga +container.chest=Argh +container.chestDouble=Argh Bras +container.minecart=Balkert +container.enderchest=Argh Diwedhek + +item.dyed=Liwek + +entity.Item.name=Tra +entity.XPOrb.name=Pel Prevyans +entity.SmallFireball.name=Byhan Tanpel +entity.Fireball.name=Tanpel + +entity.Arrow.name=Seth +entity.Snowball.name=Pel Ergh +entity.Painting.name=Liwyans + +entity.Mob.name=Mob +entity.Monster.name=Tebelvest + +entity.Creeper.name=Creeper +entity.Skeleton.name=Korf eskern +entity.Spider.name=Kevnis +entity.Giant.name=Kowr +entity.Zombie.name=Zombi +entity.Slime.name=Leys +entity.Ghast.name=Euth +entity.PigZombie.name=Zombi Denmogh +entity.Enderman.name=Den Diwedhek +entity.Silverfish.name=Pysk-Arhans +entity.CaveSpider.name=Kevnis Kav +entity.Blaze.name=Dewi +entity.LavaSlime.name=Kub Lava +entity.MushroomCow.name=Bugh Skavel-Gronek +entity.Villager.name=Trevesik +entity.VillagerGolem.name=Golem Hornek +entity.SnowMan.name=Golem Ergh +entity.EnderDragon.name=Dragon Diwedhek +entity.WitherBoss.name=Gwedhra +entity.Witch.name=Gwragh + +entity.Pig.name=Mogh +entity.Sheep.name=Davas +entity.Cow.name=Bugh +entity.Chicken.name=Yar +entity.Squid.name=Stifek +entity.Wolf.name=Bleydh +entity.Ozelot.name=Kath Gwyls +entity.Cat.name=Kath +entity.Bat.name=Askell-groghen + +entity.PrimedTnt.name=Stock a TNT +entity.FallingSand.name=Stock Kodhow + +entity.Minecart.name=Balkert +entity.Boat.name=Skath + +entity.generic.name=ankoth + +death.fell.accident.ladder=%1$s fell off a ladder +death.fell.accident.vines=%1$s fell off some vines +death.fell.accident.water=%1$s fell out of the water +death.fell.accident.generic=%1$s fell from a high place +death.fell.killer=%1$s was doomed to fall +death.fell.assist=%1$s was doomed to fall by %2$s +death.fell.assist.item=%1$s was doomed to fall by %2$s using %3$s +death.fell.finish=%1$s was fell too far and was finished by %2$s +death.fell.finish.item=%1$s was fell too far and was finished by %2$s using %3$s + +death.attack.inFire=%1$s went up in flames +death.attack.inFire.player=%1$s walked into fire whilst fighting %2$s +death.attack.onFire=%1$s burned to death +death.attack.onFire.player=%1$s was burnt to a crisp whilst fighting %2$s +death.attack.lava=%1$s tried to swim in lava +death.attack.lava.player=%1$s tried to swim in lava to escape %2$s +death.attack.inWall=%1$s suffocated in a wall +death.attack.drown=%1$s drowned +death.attack.drown.player=%1$s drowned whilst trying to escape %2$s +death.attack.starve=%1$s starved to death +death.attack.cactus=%1$s was pricked to death +death.attack.cactus.player=%1$s walked into a cactus whilst trying to escape %2$s +death.attack.generic=%1$s died +death.attack.explosion=%1$s blew up +death.attack.explosion.player=%1$s was blown up by %2$s +death.attack.magic=%1$s was killed by magic +death.attack.wither=%1$s withered away +death.attack.anvil=%1$s was squashed by a falling anvil +death.attack.fallingBlock=%1$s was squashed by a falling block +death.attack.mob=%1$s was slain by %2$s +death.attack.player=%1$s was slain by %2$s +death.attack.player.item=%1$s was slain by %2$s using %3$s +death.attack.arrow=%1$s was shot by %2$s +death.attack.arrow.item=%1$s was shot by %2$s using %3$s +death.attack.fireball=%1$s was fireballed by %2$s +death.attack.fireball.item=%1$s was fireballed by %2$s using %3$s +death.attack.thrown=%1$s was pummeled by %2$s +death.attack.thrown.item=%1$s was pummeled by %2$s using %3$s +death.attack.indirectMagic=%1$s was killed by %2$s using magic +death.attack.indirectMagic.item=%1$s was killed by %2$s using %3$s +death.attack.thorns=%1$s was killed trying to hurt %2$s +death.attack.fall=%1$s hit the ground too hard +death.attack.outOfWorld=%1$s fell out of the world + +deathScreen.respawn=Dasserhi +deathScreen.deleteWorld=Dilea bys +deathScreen.titleScreen=Skrin ditel +deathScreen.score=Skor +deathScreen.title.hardcore=Gorfennys an gwari! +deathScreen.hardcoreInfo=You cannot respawn in hardcore mode! +deathScreen.title=Ty a verwis! +deathScreen.leaveServer=Diberth Servyer + +potion.empty=Heb Effeythyow +potion.moveSpeed=Tooth +potion.moveSlowdown=Lenter +potion.digSpeed=Hast +potion.digSlowDown=Lent Ow Palas +potion.damageBoost=Krevder +potion.weakness=Gwannder +potion.heal=Yehes Desempis +potion.harm=Damajys Desempis +potion.jump=Kenertha Lamm +potion.confusion=Penn-dro +potion.regeneration=Dastineythyans +potion.resistance=Defens +potion.fireResistance=Defens Tan +potion.waterBreathing=Analla Yn-dann Dhowr +potion.invisibility=Anweladowder +potion.blindness=Dellni +potion.nightVision=Posna +potion.hunger=Nown +potion.poison=Gwenon +potion.wither=Gwedhra + +potion.moveSpeed.postfix=Diwas a Uskister +potion.moveSlowdown.postfix=Diwas a Lentter +potion.digSpeed.postfix=Diwas a Hast +potion.digSlowDown.postfix=Diwas a Soghder +potion.damageBoost.postfix=Diwas a Nerth +potion.weakness.postfix=Diwas a Gwander +potion.heal.postfix=Diwas a Ow Sawya +potion.harm.postfix=Diwas a Ow Shyndya +potion.jump.postfix=Diwas a Ow Lamma +potion.confusion.postfix=Diwas a Penn-dro +potion.regeneration.postfix=Diwas a Dastinytheans +potion.resistance.postfix=Diwas a Defens +potion.fireResistance.postfix=Diwas a Defens Tan +potion.waterBreathing.postfix=Diwas a Hwyth Yn-dann Dhowr +potion.invisibility.postfix=Diwas a Anweladewder +potion.blindness.postfix=Diwas a Delni +potion.nightVision.postfix=Diwas a Golok Nosweyth +potion.hunger.postfix=Diwas a Nown +potion.poison.postfix=Diwas a Ponsa +potion.wither.postfix=Diwas a Breyna + +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV + +potion.prefix.grenade=Lagya +potion.prefix.mundane=Mundane +potion.prefix.uninteresting=Andhidheurek +potion.prefix.bland=Anvlasus +potion.prefix.clear=Kler +potion.prefix.milky=Lethek +potion.prefix.diffuse=Diffuse +potion.prefix.artless=Digreft +potion.prefix.thin=Gwri +potion.prefix.awkward=Kledhek +potion.prefix.flat=Platt +potion.prefix.bulky=Bras +potion.prefix.bungling=Kledhekter +potion.prefix.buttered=Buttered +potion.prefix.smooth=Smodh +potion.prefix.suave=Melgennek +potion.prefix.debonair=Deboner +potion.prefix.thick=Tew +potion.prefix.elegant=Fin +potion.prefix.fancy=Sians +potion.prefix.charming=Ow Husa +potion.prefix.dashing=Ow Fyski +potion.prefix.refined=Fin +potion.prefix.cordial=Kolonnek +potion.prefix.sparkling=Gwryhonek +potion.prefix.potent=Galosek +potion.prefix.foul=Hager +potion.prefix.odorless=Heb Eth +potion.prefix.rank=Mosek +potion.prefix.harsh=Asper +potion.prefix.acrid=Trenk +potion.prefix.gross=Divlas +potion.prefix.stinky=Mosegi + +enchantment.damage.all=Tynnder +enchantment.damage.undead=Smite +enchantment.damage.arthropods=Bane of Arthropods +enchantment.knockback=Bonkarta +enchantment.fire=Gwedh Tan +enchantment.protect.all=Difresyans +enchantment.protect.fire=Difresyans Tan +enchantment.protect.fall=Difresyans Kodh +enchantment.protect.explosion=Difresyans Tardh +enchantment.protect.projectile=Projectile Protection +enchantment.oxygen=Respiration +enchantment.waterWorker=Aqua Affinity +enchantment.digging=Effeythadewder +enchantment.untouching=Toch Owrlin +enchantment.durability=Ow Disdorr +enchantment.lootBonus=Ow preydha +enchantment.lootBonusDigger=Fortun +enchantment.arrowDamage=Power +enchantment.arrowFire=Flamm +enchantment.arrowKnockback=Hwaff +enchantment.arrowInfinite=Didhiwedhter +enchantment.thorns=Spern + +enchantment.level.1=I +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.level.10=X + +gui.achievements=Kowlwriansow +gui.stats=statystygyon + +stat.generalButton=Ollgemmyn +stat.blocksButton=Stockys +stat.itemsButton=Traow + +stat.used=Times Used +stat.mined=Times Mined +stat.depleted=Times Depleted +stat.crafted=Times Crafted + +stat.startGame=Times played +stat.createWorld=Worlds played +stat.loadWorld=Saves loaded +stat.joinMultiplayer=Junyow Liesgwarier +stat.leaveGame=Gwario Kwyt + +stat.playOneMinute=Minutes Played + +stat.walkOneCm=Distance Walked +stat.fallOneCm=Distance Fallen +stat.swimOneCm=Distance Swum +stat.flyOneCm=Distance Flown +stat.climbOneCm=Distance Climbed +stat.diveOneCm=Distance Dove +stat.minecartOneCm=Pelder gans Balkert +stat.boatOneCm=Pelder gans Skath +stat.pigOneCm=Pelder gans Hogh +stat.jump=Lamma +stat.drop=Items Dropped + +stat.damageDealt=Damage Dealt +stat.damageTaken=Damage Taken +stat.deaths=Niverow a Mernansow +stat.mobKills=Mob Kills +stat.playerKills=Player Kills +stat.fishCaught=Fish Caught + +stat.mineBlock=%1$s Mined +stat.craftItem=%1$s Crafted +stat.useItem=%1$s Used +stat.breakItem=%1$s Depleted + +achievement.get=Achievement get! + +achievement.taken=Kemerys! + +achievement.requires=Requires '%1$s' +achievement.openInventory=Taking Inventory +achievement.openInventory.desc=Gwaska '%1$s' rag ygeri agas rol. +achievement.mineWood=Ow Kerhes Prenn +achievement.mineWood.desc=Attack a tree until a block of wood pops out +achievement.buildWorkBench=Benchmarking +achievement.buildWorkBench.desc=Craft a workbench with four blocks of planks +achievement.buildPickaxe=Termyn dhe Balas! +achievement.buildPickaxe.desc=Usya estylow ha gwelynni gul unn pigel +achievement.buildFurnace=Hot Topic +achievement.buildFurnace.desc=Construct a furnace out of eight stone blocks +achievement.acquireIron=Acquire Hardware +achievement.acquireIron.desc=Smelt an iron ingot +achievement.buildHoe=Termyn dhe Amethi! +achievement.buildHoe.desc=Use planks and sticks to make a hoe +achievement.makeBread=Bake Bread +achievement.makeBread.desc=Turn wheat into bread +achievement.bakeCake=An Gow +achievement.bakeCake.desc=Gwaneth, sugra, leth hag oyow! +achievement.buildBetterPickaxe=Ow kavos unn Gwellhe +achievement.buildBetterPickaxe.desc=Gul unn pigel gwell +achievement.cookFish=Pysk Dentethyel +achievement.cookFish.desc=Kachyans ha kog pysk! +achievement.onARail=War Gledhren +achievement.onARail.desc=Travel by minecart at least 1 km from where you started +achievement.buildSword=Time to Strike! +achievement.buildSword.desc=Use planks and sticks to make a sword +achievement.killEnemy=Helghor Tebelvest +achievement.killEnemy.desc=Omsettya ha distrui unn Tebelvest +achievement.killCow=Omhwelesek Bugh +achievement.killCow.desc=Trevasa re ledher +achievement.flyPig=Pan Vogh Neyja +achievement.flyPig.desc=Neyja unn hogh dres unn als +achievement.snipeSkeleton=Omladh Sether +achievement.snipeSkeleton.desc=Kill a skeleton with an arrow from more than 50 meters +achievement.diamonds=ADAMANTYS! +achievement.diamonds.desc=Acquire diamonds with your iron tools +achievement.portal=Yma odhom dhyn dhe downhe +achievement.portal.desc=Drehevel unn porth dhe'n Annown +achievement.ghast=Daskor dhe Danvonow +achievement.ghast.desc=Distrui Euth gans unn tanpel +achievement.blazeRod=Yn Tan +achievement.blazeRod.desc=Difres unn Dewi a y welen +achievement.potion=Bragji Teythyek +achievement.potion.desc=Braga Diwas +achievement.theEnd=An Diwedh? +achievement.theEnd.desc=Desedha an Diwedh +achievement.theEnd2=An Diwedh. +achievement.theEnd2.desc=Fedha an Dragon Diwedhek +achievement.enchantments=Enchanter +achievement.enchantments.desc=Use a book, obsidian and diamonds to construct an enchantment table +achievement.overkill=Gorladha +achievement.overkill.desc=Deal eight hearts of damage in a single hit +achievement.bookcase=Lyveryas +achievement.bookcase.desc=Build some bookshelves to improve your enchantment table + +commands.generic.exception=Unn error ankoth hwarvosek hedre assaya performya hemm arhadow +commands.generic.syntax=Drog arhadow syntax +commands.generic.player.notFound=Ny yll an gwarier-na bos kevys +commands.generic.notFound=Arhadow ankoth. Hwilas /help rag unn rol a arhadowyow. +commands.generic.num.invalid=Nyns yw '%s' niver da +commands.generic.num.tooSmall=Re vyhan yw an niver entrys genowgh (%d), res yw y vos %d dhe'n lyha +commands.generic.num.tooBig=Re vras yw an niver entrys genowgh (%d), res yw y vos %d dhe'n moyha +commands.generic.double.tooSmall=Re vyhan yw an niver entrys genowgh (%.2f), res yw y vos %.2f dhe'n lyha +commands.generic.double.tooBig=Re vras yw an niver entrys genowgh (%.2f), res yw y vos %.2f dhe'n moyha +commands.generic.usage=Devnydh: %s + +commands.xp.failure.widthdrawXp=Cannot give player negative experience points +commands.xp.success=Given %d experience to %s +commands.xp.success.levels=Given %d levels to %s +commands.xp.success.negative.levels=Taken %d levels from %s +commands.xp.usage=/xp [player] OR /xp L [player] +commands.give.usage=/give [amount] [data] +commands.give.notFound=There is no such item with ID %d +commands.give.success=Given %s (ID %d) * %d to %s +commands.effect.usage=/effect [seconds] [amplifier] +commands.effect.notFound=There is no such mob effect with ID %d +commands.effect.success=Given %1$s (ID %2$d) * %3$d to %4$s for %5$d seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.enchant.usage=/enchant [level] +commands.enchant.notFound=There is no such enchantment with ID %d +commands.enchant.noItem=The target doesn't hold an item +commands.enchant.cantEnchant=The selected enchantment can't be added to the target item +commands.enchant.cantCombine=%1$s can't be combined with %2$s +commands.enchant.success=Hus Sewen +commands.clear.usage=/clear [item] [data] +commands.clear.success=Cleared the inventory of %s, removing %d items +commands.clear.failure=Could not clear the inventory of %s, no items to remove +commands.downfall.success=Toggled downfall +commands.time.usage=/time +commands.time.added=%d keworrys dhe'n termyn +commands.time.set=Set the time to %d +commands.players.list=There are %d/%d players online: +commands.banlist.ips=There are %d total banned IP addresses: +commands.banlist.players=There are %d total banned players: +commands.banlist.usage=/banlist [ips|players] +commands.kick.success=%s a veu tewlys dhe-ves a'n gwari +commands.kick.success.reason=Kicked %s from the game: '%s' +commands.kick.usage=/kick [reason ...] +commands.op.success=Opped %s +commands.op.usage=/op +commands.deop.success=De-opped %s +commands.deop.usage=/deop +commands.say.usage=/say +commands.ban.success=Gwarier Emskemunys %s +commands.ban.usage=/ban [reason ...] +commands.unban.success=Gwarier Disemskemunys %s +commands.unban.usage=/pardon +commands.banip.invalid=Hwi re entras trigva IP drog po gwarier nag yw warlinen +commands.banip.success=Trigva IP %s difennys +commands.banip.success.players=Banned IP address %s belonging to %s +commands.banip.usage=/ban-ip [reason ...] +commands.unbanip.invalid=Hwi re entras trigva IP drog +commands.unbanip.success=Unbanned IP address %s +commands.unbanip.usage=/pardon-ip
+commands.save.enabled=Turned on world auto-saving +commands.save.disabled=Turned off world auto-saving +commands.save.start=Ow kwitha... +commands.save.success=Saved the world +commands.save.failed=Gwitha a fyllas: %s +commands.stop.start=Stoppyowth an Servyer +commands.tp.success=Pellporthys %s dhe %s +commands.tp.success.coordinates=Pellporthys %s dhe %.2f,%.2f,%.2f +commands.tp.usage=/tp [target player] OR /tp [target player] +commands.tp.notSameDimension=Unable to teleport because players are not in the same dimension +commands.whitelist.list=There are %d (out of %d seen) whitelisted players: +commands.whitelist.enabled=Skwychya yn-fyw an rolwynn +commands.whitelist.disabled=Skwychya yn-mes an rolwynn +commands.whitelist.reloaded=Daskargys an rolwynn +commands.whitelist.add.success=Added %s to the whitelist +commands.whitelist.add.usage=/whitelist add +commands.whitelist.remove.success=Removed %s from the whitelist +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.scoreboard.usage=/scoreboard +commands.scoreboard.teamNotFound=No team was found by the name '%s' +commands.scoreboard.objectiveNotFound=No objective was found by the name '%s' +commands.scoreboard.objectiveReadOnly=The objective '%s' is read-only and cannot be set +commands.scoreboard.objectives.usage=/scoreboard objectives +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [objective] +commands.scoreboard.objectives.setdisplay.invalidSlot=No such display slot '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Cleared objective display slot '%s' +commands.scoreboard.objectives.setdisplay.successSet=Set the display objective in slot '%s' to '%s' +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [display name ...] +commands.scoreboard.objectives.add.wrongType=Invalid objective criteria type. Valid types are: %s +commands.scoreboard.objectives.add.alreadyExists=An objective with the name '%s' already exists +commands.scoreboard.objectives.add.tooLong=The name '%s' is too long for an objective, it can be at most %d characters long +commands.scoreboard.objectives.add.displayTooLong=The display name '%s' is too long for an objective, it can be at most %d characters long +commands.scoreboard.objectives.add.success=Added new objective '%s' successfully +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.remove.success=Removed objective '%s' successfully +commands.scoreboard.objectives.list.count=Showing %d objective(s) on scoreboard +commands.scoreboard.objectives.list.entry=- %s: displays as '%s' and is type '%s' +commands.scoreboard.objectives.list.empty=There are no objectives on the scoreboard +commands.scoreboard.players.usage=/scoreboard players +commands.scoreboard.players.set.success=Set score of %s for player %s to %d +commands.scoreboard.players.set.usage=/scoreboard players set +commands.scoreboard.players.add.usage=/scoreboard players add +commands.scoreboard.players.remove.usage=/scoreboard players remove +commands.scoreboard.players.reset.usage=/scoreboard players reset +commands.scoreboard.players.reset.success=Reset all scores of player %s +commands.scoreboard.players.list.count=Showing %d tracked players on the scoreboard +commands.scoreboard.players.list.empty=There are no tracked players on the scoreboard +commands.scoreboard.players.list.player.count=Showing %d tracked objective(s) for %s +commands.scoreboard.players.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.players.list.player.empty=Player %s has no scores recorded +commands.scoreboard.teams.usage=/scoreboard teams +commands.scoreboard.teams.add.usage=/scoreboard teams add [display name ...] +commands.scoreboard.teams.add.alreadyExists=A team with the name '%s' already exists +commands.scoreboard.teams.add.tooLong=The name '%s' is too long for a team, it can be at most %d characters long +commands.scoreboard.teams.add.displayTooLong=The display name '%s' is too long for a team, it can be at most %d characters long +commands.scoreboard.teams.add.success=Added new team '%s' successfully +commands.scoreboard.teams.list.usage=/scoreboard teams list [name] +commands.scoreboard.teams.list.count=Showing %d teams on the scoreboard +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' has %3$d players +commands.scoreboard.teams.list.empty=There are no teams registered on the scoreboard +commands.scoreboard.teams.list.player.count=Showing %d player(s) in team %s +commands.scoreboard.teams.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.teams.list.player.empty=Team %s has no players +commands.scoreboard.teams.empty.usage=/scoreboard teams clear +commands.scoreboard.teams.empty.alreadyEmpty=Team %s is already empty, cannot remove nonexistant players +commands.scoreboard.teams.empty.success=Removed all %d player(s) from team %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.remove.success=Removed team %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [player] +commands.scoreboard.teams.join.success=Added %d player(s) to team %s: %s +commands.scoreboard.teams.join.failure=Could not add %d player(s) to team %s: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [player] +commands.scoreboard.teams.leave.success=Removed %d player(s) from their teams: %s +commands.scoreboard.teams.leave.failure=Could not remove %d player(s) from their teams: %s +commands.scoreboard.teams.leave.noTeam=You are not in a team +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.option.noValue=Valid values for option %s are: %s +commands.scoreboard.teams.option.success=Set option %s for team %s to %s +commands.gamemode.success.self=Set own game mode to %s +commands.gamemode.success.other=Set %s's game mode to %s +commands.gamemode.usage=/gamemode [player] +commands.defaultgamemode.usage=/defaultgamemode +commands.defaultgamemode.success=The world's default game mode is now %s +commands.me.usage=/me +commands.help.header=--- Displetyow folenn gweres %d a %d (/help ) --- +commands.help.footer=Tip: Use the key while typing a command to auto-complete the command or its arguments +commands.help.usage=/help [page|command name] +commands.publish.started=Local game hosted on %s +commands.publish.failed=Unable to host local game +commands.debug.start=Started debug profiling +commands.debug.stop=Stopped debug profiling after %.2f seconds (%d ticks) +commands.debug.notStarted=Can't stop profiling when we haven't started yet! +commands.debug.usage=/debug +commands.message.usage=/tell +commands.message.sameTarget=Ny yllowgh hwi danvon messach privedh dhe'gas honan! +commands.message.display.outgoing=Ty hanas dhe %s: %s +commands.message.display.incoming=%s hanasow dhis: %s +commands.difficulty.usage=/difficulty +commands.difficulty.success=Set game difficulty to %s +commands.spawnpoint.usage=/spawnpoint OR /spawnpoint OR /spawnpoint +commands.spawnpoint.success=Set %s's spawn point to (%d, %d, %d) +commands.gamerule.usage=/gamerule OR /gamerule +commands.gamerule.success=Game rule has been updated +commands.gamerule.norule=No game rule called '%s' is available +commands.weather.usage=/weather [duration in seconds] +commands.weather.clear=Changing to clear weather +commands.weather.rain=Changing to rainy weather +commands.weather.thunder=Changing to rain and thunder +commands.testfor.usage=/testfor +commands.testfor.failed=/testfor is only usable by commandblocks with analog output + +itemGroup.buildingBlocks=Stockys Drehevyans +itemGroup.decorations=Stockys Afinus +itemGroup.redstone=Menrudh +itemGroup.transportation=Treusporth +itemGroup.misc=Traow a bub sort +itemGroup.search=Hwilas Traow +itemGroup.food=Viktuals +itemGroup.tools=Toul +itemGroup.combat=Arvow +itemGroup.brewing=Ow Braga +itemGroup.materials=Daffar +itemGroup.inventory=Rol Treusvewans + +inventory.binSlot=Distrui Tra + +advMode.setCommand=Settya Arhadow Konsolen rag Stock +advMode.command=Arhadow Konsolen +advMode.nearestPlayer=Use "@p" to target nearest player +advMode.randomPlayer=Use "@r" to target random player +advMode.allPlayers=Use "@a" to target all players + +advMode.notEnabled=Nyns yma Stockys Arhadow galosegiek war hemm servyer +advMode.notAllowed=Must be an opped player in creative mode + +mco.title=Minecraft Realms +mco.selectServer.select=Junya an Servyer +mco.selectServer.configure=Configure +mco.selectServer.create=Gwruthyl Bys +mco.selectServer.moreinfo=Moy Kedhlow + +mco.configure.world.edit.title=Chanjya Bys + +mco.configure.world.title=Configure World +mco.configure.world.name=Hanow +mco.configure.world.description=Deskrifans +mco.configure.world.location=Tyller +mco.configure.world.invited=Invited +mco.configure.world.buttons.edit=Chanjya +mco.configure.world.buttons.reset=Dassettya Bys +mco.configure.world.buttons.done=Gwrys +mco.configure.world.buttons.delete=Dilea +mco.configure.world.buttons.open=Ygeri Bys +mco.configure.world.buttons.close=Degea Bys +mco.configure.world.buttons.invite=Gelwel +mco.configure.world.buttons.uninvite=Diselwel +mco.configure.world.buttons.subscription=Subscription +mco.configure.world.invite.profile.name=Hanow +mco.configure.world.uninvite.question=Are you sure that you want to uninvite + +mco.configure.world.subscription.title=Subscription Info +mco.configure.world.subscription.daysleft=Days Left +mco.configure.world.subscription.start=Start Date +mco.configure.world.subscription.extend=Extend + +mco.create.world.location.title=Tyleryow +mco.create.world.location.warning=You may not get the exact location you select +mco.create.world.wait=Ow Gwruthyl an Vys... + +mco.reset.world.title=Dassettya Bys +mco.reset.world.warning=This will permanently delete your world! +mco.reset.world.seed=Hasen (A-dhewis) +mco.reset.world.resetting.screen.title=Ow Dassettya Bys... + +mco.configure.world.close.question.line1=Your world will become unavailable. +mco.configure.world.close.question.line2=Are you sure you want to do that? + +mco.connect.connecting=Connecting to the online server... +mco.connect.authorizing=Owth Omgelmi... +mco.connect.failed=Failed to connect to the online server + +mco.create.world=Gwruthyl + diff --git a/1.5.2/lang/ky_KG.lang b/1.5.2/lang/ky_KG.lang new file mode 100644 index 00000000..ae3c4d05 --- /dev/null +++ b/1.5.2/lang/ky_KG.lang @@ -0,0 +1,923 @@ +#X-Generator: crowdin.net + +language.name=अंग्रेज़ी +language.region=भारत +language.code=ky_KG + +gui.done=हो गया +gui.cancel=रद्द करें +gui.toMenu=वापस जाएँ +gui.up=ऊपर +gui.down=नीचे +gui.yes=हाँ +gui.no=नहीं + +menu.singleplayer=एक खिलाड़ी +menu.multiplayer=अनेक खिलाड़ी +menu.mods=बनावट पैक +menu.options=विकल्प... +menu.quit=खेल छोड़ो +menu.returnToMenu=सेव करके टाइटल पेज पर जाए +menu.disconnect=कनेक्शन काटे +menu.returnToGame=पर वापस जाएँ खेल +menu.switchingLevel=स्तर स्विचिंग +menu.generatingLevel=स्तर उत्पन्न +menu.loadingLevel=लेवल लोड हो राहा है +menu.generatingTerrain=मैदानी भवन +menu.simulating=एक बिट के लिए दुनिया का अनुकरण +menu.respawning=अंडे जा रहे हैं + +selectWorld.title=दुनिया चुनें +selectWorld.empty=खाली +selectWorld.world=दुनिया +selectWorld.select=चलायें चयनित वर्ल्ड +selectWorld.create=नई दुनिया बनाएँ +selectWorld.createDemo=नई डेमो विश्व चलायें +selectWorld.delete=हटाना +selectWorld.rename=नाम बदलें +selectWorld.deleteQuestion=क्या आप यकीन है कि आप इस दुनिया को नष्ट करना चाहते हैं? +selectWorld.deleteWarning=हमेशा के लिए खो जाएगा!(एक लंबा समय!) +selectWorld.deleteButton=हटाना +selectWorld.renameButton=नाम बदलें +selectWorld.renameTitle=दुनिया का नाम बदलें +selectWorld.conversion=नाम बदलें वर्ल्ड! +selectWorld.newWorld=नई दुनिया +selectWorld.enterName=दुनिया का नाम +selectWorld.resultFolder=में सेव होगा: +selectWorld.enterSeed=विश्व जेनरेटर के लिए बीज +selectWorld.seedInfo=एक यादृच्छिक बीज के लिए रिक्त छोड़ें +selectWorld.cheats=Cheats + +gameMode.survival=अस्तित्व मोड +gameMode.creative=क्रिएटिव मोड +gameMode.hardcore=हार्डकोर मोड! +gameMode.changed=आपका खेल मोड बदल गया है + +selectWorld.gameMode=खेल मोड: +selectWorld.gameMode.survival=उत्तरजीविता +selectWorld.gameMode.survival.line1=संसाधनों, शिल्प, लाभ के लिए खोज +selectWorld.gameMode.survival.line2=स्तर, स्वास्थ्य, और भूख +selectWorld.gameMode.creative=क्रिएटिव +selectWorld.gameMode.creative.line1=असीमित संसाधनों, मुफ्त उड़ान और +selectWorld.gameMode.creative.line2=ब्लॉक तुरन्त नष्ट +selectWorld.gameMode.hardcore=हार्डकोर +selectWorld.gameMode.hardcore.line1=अस्तित्व मोड, मुश्किल में बंद के रूप में भी +selectWorld.gameMode.hardcore.line2=केवल कठिनाई, और एक जीवन +selectWorld.moreWorldOptions=विश्व विकल्प ... +selectWorld.mapFeatures=संरचनाएं उत्पन्न: +selectWorld.mapFeatures.info=गांवों, तहखाने आदि +selectWorld.mapType=विश्व प्रकार: +selectWorld.mapType.normal=साधारण +selectWorld.allowCommands=Allow Cheats: +selectWorld.allowCommands.info=Commands like /gamemode, /xp +selectWorld.hardcoreMode=कट्टर: +selectWorld.hardcoreMode.info=विश्व मौत पर नष्ट कर दिया है +selectWorld.bonusItems=Bonus Chest: + +generator.default=डिफ़ॉल्ट +generator.flat=सुपर फ्लैट + +selectServer.title=सर्वर का चयन करें +selectServer.empty=खाली +selectServer.select=सर्वर के साथ जुड़ें +selectServer.direct=कनेक्ट प्रत्यक्ष +selectServer.edit=संपादित करें +selectServer.delete=हटाना +selectServer.add=सर्वर जोड़ें +selectServer.defaultName=मेरा शिल्प सर्वर +selectServer.deleteQuestion=क्या आप सुनिश्चित हैं कि आप इस सर्वर को निकालना चाहते हैं? +selectServer.deleteWarning=हमेशा के लिए खो जाएगा!(एक लंबे समय से!) +selectServer.deleteButton=हटाना +selectServer.refresh=ताज़ा करना +addServer.title=सर्वर जानकारी संपादित करें +addServer.enterName=सर्वर का नाम +addServer.enterIp=सर्वर पता +addServer.add=ठीक है + +multiplayer.title=अनेक खिलाड़ियों के साथ खेलें +multiplayer.connect=कनेक्ट +multiplayer.info1=मेरा क्राफ्ट मल्टी प्लेयर वर्तमान में समाप्त हो गया है लेकिन नहीं, वहाँ +multiplayer.info2=कुछ छोटी गाड़ी जल्दी पर जा रहा परीक्षण कर रहा है. +multiplayer.ipinfo=यह करने के लिए कनेक्ट करने के लिए एक सर्वर के आईपी दर्ज करें: + +multiplayer.texturePrompt.line1=This server recommends the use of a custom texture pack. +multiplayer.texturePrompt.line2=Would you like to download and install it automagically? + +multiplayer.downloadingTerrain=इलाके डाउनलोड + +multiplayer.stopSleeping=बिस्तर छोड़ दो + +chat.link.confirm=Are you sure you want to open the following website? +chat.link.warning=Never open links from people that you don't trust! +chat.copy=Copy to Clipboard + +menu.playdemo=Play Demo World +menu.resetdemo=Reset Demo World +demo.day.1=इस डेमो पिछले पाँच खेल दिन, तुम्हारा सबसे अच्छा है! +demo.day.2=दूसरे दिन +demo.day.3=तीन दिन +demo.day.4=चार दिन +demo.day.5=यह तुम्हारा आखिरी दिन है! +demo.day.warning=आपका समय लगभग है! +demo.day.6=आप अपने पांचवें दिन बीत चुके हैं, F2 का उपयोग करने के लिए आपकी रचना के एक स्क्रीनशॉट को बचाने के +demo.reminder=डेमो समय समाप्त हो गया है, खेल खरीदने के लिए जारी रखने के लिए या एक नई दुनिया शुरू! +demo.remainingTime=Remaining time: %s +demo.demoExpired=Demo time's up! +demo.help.movement=%1$s, %2$s, %3$s, %4$s और चारों ओर ले जाने के लिए माउस का प्रयोग करें +demo.help.movementShort=Move by pressing %1$s, %2$s, %3$s, %4$s +demo.help.movementMouse=Look around using the mouse +demo.help.jump=%1$s दबाकर कूदो +demo.help.inventory=%1$s प्रयोग के लिए अपनी सूची खोलने +demo.help.title=Minecraft Demo Mode +demo.help.fullWrapped=This demo will last 5 ingame days (about 1 hour and 40 minutes of real time). Check the achievements for hints! Have fun! +demo.help.buy=Purchase Now! +demo.help.later=Continue Playing! + +connect.connecting=सर्वर से कनेक्ट हो रहा है ... +connect.authorizing=लॉग्गिंग इन ... +connect.failed=सर्वर से कनेक्ट करने में विफल + +disconnect.genericReason=%s +disconnect.disconnected=सर्वर के द्वारा काट दिया +disconnect.lost=कनेक्शन खोया +disconnect.kicked=खेल से लात मारी किया गया था +disconnect.timeout=बाहर समय +disconnect.closed=कनेक्शन बंद +disconnect.loginFailed=लॉगिन विफल +disconnect.loginFailedInfo=लॉगिन करने में विफल: %s +disconnect.quitting=छोड़ने +disconnect.endOfStream=धारा का अंत +disconnect.overflow=बफर अतिप्रवाह + +options.off=रवाना +options.on=पर +options.visible=Shown +options.hidden=Hidden +options.title=विकल्प +options.controls=नियंत्रण ... +options.video=वीडियो सेटिंग्स ... +options.language=भाषा ... +options.languageWarning=भाषा अनुवाद 100% सही नहीं हो सकता +options.videoTitle=वीडियो सेटिंग्स +options.music=संगीत +options.sound=ध्वनि +options.invertMouse=माउस उलटें +options.fov=दृष्टि क्षेत्र +options.fov.min=साधारण +options.fov.max=भूकंप प्रो +options.gamma=चमक +options.gamma.min=मूडी +options.gamma.max=उज्ज्वल +options.sensitivity=संवेदनशीलता +options.sensitivity.min=*जंभाई* +options.sensitivity.max=हाइपर स्पीड!!! +options.renderDistance=दूरी सौंपनेवाला +options.renderDistance.tiny=टिनी +options.renderDistance.short=कम +options.renderDistance.normal=साधारण +options.renderDistance.far=दूर +options.viewBobbing=शेख़ी देखें +options.ao=चिकना प्रकाश +options.anaglyph=तीन आयामी मोड सौंपनेवाला +options.framerateLimit=निष्पादन +options.difficulty=कठिनाई +options.difficulty.peaceful=शांतिपूर्ण +options.difficulty.easy=आसान +options.difficulty.normal=साधारण +options.difficulty.hard=कठिन +options.difficulty.hardcore=कट्टर +options.graphics=ग्राफ़िक्स +options.graphics.fancy=पसंद +options.graphics.fast=तेज +options.guiScale=जीयूआई स्केल +options.guiScale.auto=स्वत +options.guiScale.small=छोटा +options.guiScale.normal=साधारण +options.guiScale.large=बड़ा +options.advancedOpengl=उन्नत ओपन ग्राफिक्स पुस्तकालय +options.renderClouds=बादल +options.farWarning1=एक साठ चार बिट जावा स्थापना की सिफारिश की है +options.farWarning2=सुदूर सौंपनेवाला दूरी (आप बत्तीस बिट है) के लिए +options.particles=कण +options.particles.all=सब +options.particles.decreased=कम +options.particles.minimal=न्यूनतम +options.chat.title=Chat Settings +options.chat.visibility=Chat +options.chat.visibility.full=Shown +options.chat.visibility.system=Commands Only +options.chat.visibility.hidden=Hidden +options.chat.color=Colors +options.chat.opacity=Opacity +options.chat.links=Web Links +options.chat.links.prompt=Prompt on Links +options.serverTextures=Server Textures + +performance.max=मैक्स एफपीएस +performance.balanced=संतुलित +performance.powersaver=पावर सेवर + +controls.title=नियंत्रण + +key.forward=आगे +key.left=बाएं +key.back=वापस +key.right=दाहिने +key.jump=छलांग +key.inventory=इन्वेंटरी +key.drop=बूंद +key.chat=बातचीत +key.fog=टॉगल कोहरा +key.sneak=उचक्का +key.playerlist=सूची खिलाड़ी +key.attack=आक्रमण +key.use=आइटम का उपयोग करें +key.pickItem=ब्लॉक उठाओ +key.mouseButton=बटन %1$s +key.command=Command + +texturePack.openFolder=ओपन बनावट पैक फ़ोल्डर +texturePack.title=बनावट पैक का चयन करें +texturePack.folderInfo=(प्लेस बनावट पैक यहाँ फाइलें) + +book.pageIndicator=Page %1$s of %2$s +book.byAuthor=by %1$s +book.signButton=Sign +book.editTitle=Enter Book Title: +book.finalizeButton=Sign and Close +book.finalizeWarning=Note! When you sign the book, it will no longer be editable. + +tile.stone.name=पत्थर +tile.grass.name=घास ब्लॉक +tile.dirt.name=मिट्टी +tile.stonebrick.name=पक्की सड़क पत्थर +tile.wood.name=लकड़ी बोर्डों +tile.wood.oak.name=Oak Wood Planks +tile.wood.spruce.name=Spruce Wood Planks +tile.wood.birch.name=Birch Wood Planks +tile.wood.jungle.name=Jungle Wood Planks +tile.sapling.oak.name=Oak Sapling +tile.sapling.spruce.name=Spruce Sapling +tile.sapling.birch.name=Birch Sapling +tile.sapling.jungle.name=Jungle Sapling +tile.deadbush.name=मृत बुश +tile.bedrock.name=आधार +tile.water.name=पानी +tile.lava.name=लावा +tile.sand.name=रेत +tile.sandStone.name=बलुआ पत्थर +tile.sandStone.default.name=Sandstone +tile.sandStone.heiroglyphic.name=Heiroglyphic Sandstone +tile.sandStone.smooth.name=Smooth Sandstone +tile.gravel.name=बजरी +tile.oreGold.name=गोल्ड अयस्क +tile.oreIron.name=लौह अयस्क +tile.oreCoal.name=कोयला अयस्क +tile.log.name=लकड़ी +tile.log.oak.name=Oak Wood +tile.log.spruce.name=Spruce Wood +tile.log.birch.name=Birch Wood +tile.log.jungle.name=Jungle Wood +tile.leaves.name=पत्ते +tile.leaves.oak.name=Oak Leaves +tile.leaves.spruce.name=Spruce Leaves +tile.leaves.birch.name=Birch Leaves +tile.leaves.jungle.name=Jungle Leaves +tile.tallgrass.name=घास +tile.tallgrass.shrub.name=झाड़ी +tile.tallgrass.grass.name=घास +tile.tallgrass.fern.name=फ़र्न +tile.sponge.name=स्पंज +tile.glass.name=गिलास +tile.thinGlass.name=ग्लास फलक +tile.cloth.name=ऊन +tile.flower.name=फूल +tile.rose.name=गुलाब +tile.mushroom.name=कुकुरमुत्ता +tile.blockGold.name=सोने के ब्लॉक +tile.blockIron.name=लोहे के ब्लॉक +tile.stoneSlab.stone.name=पटिया +tile.stoneSlab.sand.name=बलुआ पत्थर पटिया +tile.stoneSlab.wood.name=लकड़ी स्लैब +tile.stoneSlab.cobble.name=पक्की सड़क पत्थर पटिया +tile.stoneSlab.brick.name=ईंटें स्लैब +tile.stoneSlab.smoothStoneBrick.name=स्टोन ईंटों स्लैब +tile.woodSlab.oak.name=Oak-Wood Slab +tile.woodSlab.spruce.name=Spruce-Wood Slab +tile.woodSlab.birch.name=Birch-Wood Slab +tile.woodSlab.jungle.name=Jungle-Wood Slab +tile.brick.name=ईंटें +tile.tnt.name=टीएनटी +tile.bookshelf.name=पुस्ताक तख्ता +tile.stoneMoss.name=मॉस स्टोन +tile.obsidian.name=ओब्सीडियन +tile.torch.name=मशाल +tile.fire.name=आग +tile.mobSpawner.name=दानव मादा मछली +tile.stairsWood.name=लकड़ी सीढ़ियाँ +tile.chest.name=संदूक +tile.redstoneDust.name=लाल पत्थर धूल +tile.oreDiamond.name=डायमंड अयस्क +tile.blockDiamond.name=डायमंड के ब्लॉक +tile.workbench.name=टेबल क्राफ्टिंग +tile.crops.name=फसलें +tile.farmland.name=खेत +tile.furnace.name=भट्ठी +tile.sign.name=संकेत +tile.doorWood.name=लकड़ी के दरवाजे +tile.ladder.name=सीढ़ी +tile.rail.name=रेल +tile.goldenRail.name=संचालित रेल +tile.detectorRail.name=वेक्षक रेल +tile.stairsStone.name=स्टोन सीढ़ियाँ +tile.lever.name=लीवर +tile.pressurePlate.name=प्रेशर प्लेट +tile.doorIron.name=लौह द्वार +tile.oreRedstone.name=लाल पत्थर अयस्क +tile.notGate.name=लाल पत्थर मशाल +tile.button.name=बटन +tile.snow.name=बर्फ +tile.ice.name=बर्फ +tile.cactus.name=कैक्टस +tile.clay.name=मिट्टी +tile.reeds.name=गन्ना +tile.jukebox.name=संगीत बॉक्स +tile.fence.name=बाड़ +tile.fenceGate.name=बाड़ गेट +tile.pumpkin.name=कद्दू +tile.litpumpkin.name=जैक 'ओ' लालटेन +tile.hellrock.name=नीचे रॉक +tile.hellsand.name=आत्मा रेत +tile.lightgem.name=ग्लो स्टोन +tile.portal.name=द्वार +tile.cloth.black.name=काले ऊन +tile.cloth.red.name=लाल ऊन +tile.cloth.green.name=ग्रीन ऊन +tile.cloth.brown.name=ब्राउन ऊन +tile.cloth.blue.name=ब्लू ऊन +tile.cloth.purple.name=बैंगनी ऊन +tile.cloth.cyan.name=सियान ऊन +tile.cloth.silver.name=हल्की ग्रे ऊन +tile.cloth.gray.name=ग्रे ऊन +tile.cloth.pink.name=गुलाबी ऊन +tile.cloth.lime.name=निम्बुड़ा ऊन +tile.cloth.yellow.name=पीला ऊन +tile.cloth.lightBlue.name=प्रकाश ब्लू ऊन +tile.cloth.magenta.name=मैजंटा ऊन +tile.cloth.orange.name=ऑरेंज ऊन +tile.cloth.white.name=ऊन +tile.oreLapis.name=लापीस लाजुली अयस्क +tile.blockLapis.name=लापीस लाजुली ब्लॉक +tile.dispenser.name=दवासाज़ +tile.musicBlock.name=नोट ब्लॉक +tile.cake.name=केक +tile.bed.name=बिस्तर +tile.bed.occupied=यह बिस्तर पर कब्जा कर लिया है +tile.bed.noSleep=आप केवल रात में सो सकते हैं +tile.bed.notSafe=अब आप सो नहीं सकते हैं, वहाँ आसपास के राक्षस हैं +tile.bed.notValid=बिस्तर आप पिछले में सोया था लापता या बाधित +tile.lockedchest.name=ताला चेस्ट +tile.trapdoor.name=पक्षियों के बच्चे +tile.web.name=मकड़ी का जाला +tile.stonebricksmooth.name=स्टोन ईंटें +tile.stonebricksmooth.default.name=Stone Bricks +tile.stonebricksmooth.mossy.name=Mossy Stone Bricks +tile.stonebricksmooth.cracked.name=Cracked Stone Bricks +tile.stonebricksmooth.detail.name=Detailed Stone Bricks +tile.monsterStoneEgg.stone.name=Stone Monster Egg +tile.monsterStoneEgg.cobble.name=Cobblestone Monster Egg +tile.monsterStoneEgg.brick.name=Stone Brick Monster Egg +tile.pistonBase.name=पिस्टन +tile.pistonStickyBase.name=स्टिकी पिस्टन +tile.fenceIron.name=लोहे की सलाखों +tile.melon.name=तरबूज +tile.stairsBrick.name=ईंट सीढ़ियाँ +tile.stairsStoneBrickSmooth.name=स्टोन ईंट सीढ़ियाँ +tile.vine.name=बेलें +tile.netherBrick.name=नीचे ईंट +tile.netherFence.name=नीचे ईंट बाड़ +tile.stairsNetherBrick.name=नीचे ईंट सीढ़ियाँ +tile.netherStalk.name=नीचे मस्सा +tile.cauldron.name=देग़ +tile.enchantmentTable.name=बढ़ा जादू तालिका +tile.whiteStone.name=अंत स्टोन +tile.mycel.name=फुई +tile.waterlily.name=लिली पैड +tile.dragonEgg.name=ड्रैगन अंडे +tile.redstoneLight.name=लाल पत्थर दीपक + +item.shovelIron.name=आयरन फावड़ा +item.pickaxeIron.name=आयरन कुदाल से मिट्टी खुरपना +item.hatchetIron.name=आयरन कुल्हाड़ी +item.flintAndSteel.name=चकमक और इस्पात +item.apple.name=सेब +item.cookie.name=कुकी +item.bow.name=धनुष +item.arrow.name=तीर +item.coal.name=कोयला +item.charcoal.name=लकड़ी का कोयला +item.emerald.name=हीरा +item.ingotIron.name=लौह पिंड +item.ingotGold.name=स्वर्ण पिंड +item.swordIron.name=आयरन तलवार +item.swordWood.name=लकड़ी की तलवार +item.shovelWood.name=लकड़ी फावड़ा +item.pickaxeWood.name=लकड़ी कुदाल से मिट्टी खुरपना +item.hatchetWood.name=लकड़ी कुल्हाड़ी +item.swordStone.name=स्टोन तलवार +item.shovelStone.name=स्टोन फावड़ा +item.pickaxeStone.name=स्टोन कुदाल से मिट्टी खुरपना +item.hatchetStone.name=स्टोन कुल्हाड़ी +item.swordDiamond.name=हीरे की तलवार +item.shovelDiamond.name=डायमंड फावड़ा +item.pickaxeDiamond.name=डायमंड कुदाल से मिट्टी खुरपना +item.hatchetDiamond.name=डायमंड कुल्हाड़ी +item.stick.name=छड़ी +item.bowl.name=कटोरा +item.mushroomStew.name=मशरूम स्टू +item.swordGold.name=स्वर्ण तलवार +item.shovelGold.name=स्वर्ण फावड़ा +item.pickaxeGold.name=गोल्डन कुदाल से मिट्टी खुरपना +item.hatchetGold.name=गोल्डन कुल्हाड़ी +item.string.name=स्ट्रिंग +item.feather.name=पंख +item.sulphur.name=बारूद +item.hoeWood.name=लकड़ी कुदाल +item.hoeStone.name=स्टोन कुदाल +item.hoeIron.name=आयरन कुदाल +item.hoeDiamond.name=डायमंड कुदाल +item.hoeGold.name=गोल्डन कुदाल +item.seeds.name=बीज +item.seeds_pumpkin.name=कद्दू के बीज +item.seeds_melon.name=तरबूज के बीज +item.melon.name=तरबूज +item.wheat.name=गेहूँ +item.bread.name=रोटी +item.helmetCloth.name=चमड़ा कैप +item.chestplateCloth.name=चमड़ा अंगरखा +item.leggingsCloth.name=चमड़े की पैंट +item.bootsCloth.name=चमड़ा जूते +item.helmetChain.name=चेन हेलमेट +item.chestplateChain.name=चेन चेस्ट प्लेट +item.leggingsChain.name=चेन लेगिंग +item.bootsChain.name=चेन जूते +item.helmetIron.name=आयरन हेलमेट +item.chestplateIron.name=आयरन चेस्ट प्लेट +item.leggingsIron.name=आयरन लेगिंग +item.bootsIron.name=आयरन जूते +item.helmetDiamond.name=डायमंड हेलमेट +item.chestplateDiamond.name=डायमंड चेस्ट प्लेट +item.leggingsDiamond.name=डायमंड लेगिंग +item.bootsDiamond.name=डायमंड जूते +item.helmetGold.name=गोल्डन हेलमेट +item.chestplateGold.name=गोल्डन चेस्ट प्लेट +item.leggingsGold.name=गोल्डन लेगिंग +item.bootsGold.name=Golden Boots +item.flint.name=चकमक पत्थर +item.porkchopRaw.name=कच्चा पोर्क +item.porkchopCooked.name=पकाया पोर्क +item.chickenRaw.name=कच्चा चिकन +item.chickenCooked.name=पकाया चिकन +item.beefRaw.name=कच्चे बीफ +item.beefCooked.name=स्टेक +item.painting.name=चित्र +item.appleGold.name=गोल्ड सेब +item.sign.name=संकेत +item.doorWood.name=लकड़ी के दरवाजे +item.bucket.name=बाल्टी +item.bucketWater.name=बाल्टी पानी +item.bucketLava.name=Lava Bucket +item.minecart.name=गाड़ी +item.saddle.name=काठी +item.doorIron.name=लौह द्वार +item.redstone.name=लाल पत्थर +item.snowball.name=बर्फ का गोला +item.boat.name=नाव +item.leather.name=चमड़ा +item.milk.name=दूध +item.brick.name=ईंट +item.clay.name=मिट्टी +item.reeds.name=गन्ना +item.paper.name=काग़ज़ +item.book.name=किताब +item.slimeball.name=कीचड़ बॉल +item.minecartChest.name=संदूक के साथ कार्ट +item.minecartFurnace.name=फर्नेस के साथ कार्ट +item.egg.name=अंडा +item.compass.name=कंपास +item.fishingRod.name=बंसी +item.clock.name=घड़ी +item.yellowDust.name=चमक स्टोन डस्ट +item.fishRaw.name=कच्ची मछली +item.fishCooked.name=पकाया मछली +item.record.name=संगीत डिस्क +item.bone.name=हड्डी +item.dyePowder.black.name=इंक बोरी +item.dyePowder.red.name=गुलाब लाल +item.dyePowder.green.name=कैक्टस ग्रीन +item.dyePowder.brown.name=कोको बीन्स +item.dyePowder.blue.name=लापीस लाजुली +item.dyePowder.purple.name=बैंगनी डाई +item.dyePowder.cyan.name=सियान डाई +item.dyePowder.silver.name=हल्की ग्रे डाई +item.dyePowder.gray.name=ग्रे डाई +item.dyePowder.pink.name=गुलाबी डाई +item.dyePowder.lime.name=निम्बुड़ा डाई +item.dyePowder.yellow.name=पीला डाई +item.dyePowder.lightBlue.name=हल्की ब्लू डाई +item.dyePowder.magenta.name=मैजंटा डाई +item.dyePowder.orange.name=ऑरेंज डाई +item.dyePowder.white.name=हड्डी का चूरा +item.sugar.name=चीनी +item.cake.name=केक +item.bed.name=बिस्तर +item.diode.name=लाल पत्थर पुनरावर्तक +item.map.name=नक्शा +item.leaves.name=पत्ते +item.shears.name=कैंची +item.rottenFlesh.name=सड़े हुए मांस +item.enderPearl.name=अंत पर्ल +item.blazeRod.name=ब्लेज़ रॉड +item.ghastTear.name=भूत फाड़ +item.netherStalkSeeds.name=नीचे मस्सा +item.potion.name=शरबत +item.emptyPotion.name=पानी की बोतल +item.goldNugget.name=गोल्ड सोने का डला +item.glassBottle.name=कांच की बोतल +item.spiderEye.name=स्पाइडर आँखों +item.fermentedSpiderEye.name=किण्वित स्पाइडर आँखों +item.blazePowder.name=ब्लेज़ पाउडर +item.magmaCream.name=लावा क्रीम +item.cauldron.name=देग़ +item.brewingStand.name=पक खड़े हो जाओ +item.eyeOfEnder.name=के नेत्र अंत +item.speckledMelon.name=शानदार तरबूज +item.monsterPlacer.name=अंडे देना +item.expBottle.name=बोतल ओ' करामाती +item.fireball.name=आग प्रभार +item.writingBook.name=Book and Quill +item.writtenBook.name=Written Book + +container.inventory=इन्वेंटरी +container.crafting=क्राफ्टिंग +container.dispenser=दवासाज़ +container.furnace=भट्ठी +container.enchant=मोहित करना +container.creative=आइटम चयन +container.brewing=चल खड़े हो जाओ +container.chest=छाती +container.minecart=मेरा कार्ट + +entity.Item.name=मद +entity.XPOrb.name=अनुभव ओर्ब + +entity.Arrow.name=तीर +entity.Snowball.name=बर्फ का गोला +entity.Painting.name=चित्र + +entity.Mob.name=भीड़ +entity.Monster.name=राक्षस + +entity.Creeper.name=रेंगनेवाला +entity.Skeleton.name=कंकाल +entity.Spider.name=मकड़ी +entity.Giant.name=विशाल +entity.Zombie.name=ज़ोंबी +entity.Slime.name=ज़ोंबी +entity.Ghast.name=फ्लाइंग भूत +entity.PigZombie.name=Zombie Pigman +entity.Enderman.name=अंत आदमी +entity.Silverfish.name=सिल्वर मछली +entity.CaveSpider.name=गुफा में रहनेवाली मकड़ी +entity.Blaze.name=ज्वाला +entity.LavaSlime.name=लावा घन +entity.MushroomCow.name=मशरूम गाय +entity.Villager.name=ग्रामवासी +entity.VillagerGolem.name=Iron Golem +entity.SnowMan.name=Snow Golem +entity.EnderDragon.name=एंडर ड्रैगन + +entity.Pig.name=सुअर +entity.Sheep.name=भेड़ +entity.Cow.name=गाय +entity.Chicken.name=मुर्गी +entity.Squid.name=व्यंग्य +entity.Wolf.name=वुल्फ +entity.Ozelot.name=औसीलट +entity.Cat.name=बिल्ली + +entity.PrimedTnt.name=टीएनटी का ब्लॉक +entity.FallingSand.name=गिरने ब्लॉक + +entity.Minecart.name=गाड़ी +entity.Boat.name=नाव + +entity.generic.name=अज्ञात + +death.inFire=%1$s आग की लपटों में चढ़ गए +death.onFire=%1$s मौत को जला दिया +death.lava=%1$s लावा में तैरने की कोशिश की +death.inWall=%1$s एक दीवार में घुटन +death.drown=%1$s डूब एस +death.starve=%1$s मौत के लिए भूखे +death.cactus=%1$s मौत के लिए चुभ गया +death.fall=%1$s जमीन भी मुश्किल मारा +death.outOfWorld=%1$s दुनिया से बाहर गिर गई +death.generic=%1$s मृत्यु हो गई +death.explosion=%1$s को विस्फोट से उड़ा दिया +death.magic=%1$s जादू द्वारा मारा गया था +death.mob=%1$s द्वारा मारे गए थे %2$s +death.player=%1$s द्वारा मारे गए थे %2$s +death.arrow=%1$s द्वारा गोली मार दी गई थी %2$s +death.fireball=%1$s द्वारा मारा गया था से एक आग का गोला %2$s +death.thrown=%1$s था से हार %2$s +death.indirectMagic=%1$s था द्वारा मारे गए %2$s + +deathScreen.respawn=फिर स्पोन +deathScreen.deleteWorld=हटाएँ वर्ल्ड +deathScreen.titleScreen=शीर्षक स्क्रीन +deathScreen.score=स्कोर +deathScreen.title.hardcore=गेम खत्म! +deathScreen.hardcoreInfo=तुम फिर कट्टर मोड में अंडे नहीं कर सकते हैं! +deathScreen.title=आप मर गए! + +potion.empty=खाते में रूपया नहीं +potion.moveSpeed=गति +potion.moveSlowdown=सुस्ती +potion.digSpeed=जल्दबाजी +potion.digSlowDown=खनन थकान +potion.damageBoost=शक्ति +potion.weakness=कमजोरी +potion.heal=तुरंत स्वास्थ्य +potion.harm=तुरंत नुकसान +potion.jump=बूस्ट कूदो +potion.confusion=मतली +potion.regeneration=उत्थान +potion.resistance=प्रतिरोध +potion.fireResistance=आग प्रतिरोध +potion.waterBreathing=जल श्वास +potion.invisibility=अदर्शन +potion.blindness=अंधापन +potion.nightVision=नाइट विजन +potion.hunger=भूख +potion.poison=जहर + +potion.moveSpeed.postfix=तेज़ी के औषधि +potion.moveSlowdown.postfix=सुस्ती की औषधि +potion.digSpeed.postfix=जल्दबाजी की औषधि +potion.digSlowDown.postfix=सुस्ती की औषधि +potion.damageBoost.postfix=शक्ति की औषधि +potion.weakness.postfix=कमजोरी की औषधि +potion.heal.postfix=उपचार की औषधि +potion.harm.postfix=चोट की औषधि +potion.jump.postfix=लांघनेवाला की औषधि +potion.confusion.postfix=मतली की औषधि +potion.regeneration.postfix=पुनर्जनन औषधि +potion.resistance.postfix=प्रतिरोध की औषधि +potion.fireResistance.postfix=आग प्रतिरोध की औषधि +potion.waterBreathing.postfix=जल श्वास की औषधि +potion.invisibility.postfix=अदर्शन औषधि +potion.blindness.postfix=दृष्टिहीनता की औषधि +potion.nightVision.postfix=नाइट विजन की औषधि +potion.hunger.postfix=भूख की औषधि +potion.poison.postfix=ज़हर की औषधि + +potion.potency.0= +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV + +potion.prefix.grenade=छप +potion.prefix.mundane=सांसारिक +potion.prefix.uninteresting=रसहीन +potion.prefix.bland=नरम +potion.prefix.clear=स्पष्ट +potion.prefix.milky=दूधिया +potion.prefix.diffuse=फैलाना +potion.prefix.artless=अनाड़ी +potion.prefix.thin=पतला +potion.prefix.awkward=भद्दा +potion.prefix.flat=फ्लैट +potion.prefix.bulky=भारी +potion.prefix.bungling=गोलमाल +potion.prefix.buttered=मक्खन +potion.prefix.smooth=चिकना +potion.prefix.suave=शिष्ट +potion.prefix.debonair=ख़ुशमिज़ाज व्यक्ति +potion.prefix.thick=मोटा +potion.prefix.elegant=सुरुचिपूर्ण +potion.prefix.fancy=पसंद +potion.prefix.charming=दिलकश +potion.prefix.dashing=तेज +potion.prefix.refined=परिष्कृत +potion.prefix.cordial=सौहार्दपूर्ण +potion.prefix.sparkling=शानदार +potion.prefix.potent=शक्तिशाली +potion.prefix.foul=बेईमानी से +potion.prefix.odorless=बिना गंध +potion.prefix.rank=पद +potion.prefix.harsh=कठोर +potion.prefix.acrid=तीखा +potion.prefix.gross=सकल +potion.prefix.stinky=बदबूदार + +enchantment.damage.all=तीखेपन +enchantment.damage.undead=हराना +enchantment.damage.arthropods=मकड़े के बने +enchantment.knockback=वापस दस्तक +enchantment.fire=आग पहलू +enchantment.protect.all=सुरक्षा +enchantment.protect.fire=आग से संरक्षण +enchantment.protect.fall=पंख गिरने +enchantment.protect.explosion=विस्फोट से संरक्षण +enchantment.protect.projectile=फेंकने संरक्षण +enchantment.oxygen=श्वसन +enchantment.waterWorker=एक्वा आत्मीयता +enchantment.digging=दक्षता +enchantment.untouching=सिल्क टच +enchantment.durability=स्थायित्व +enchantment.lootBonus=लूटपाट +enchantment.lootBonusDigger=भाग्य +enchantment.arrowDamage=बिजली +enchantment.arrowFire=लौ +enchantment.arrowKnockback=एक प्रकार की मदिरा +enchantment.arrowInfinite=अनन्तता + +enchantment.level.1=I +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.level.10=X + +gui.achievements=उपलब्धियां +gui.stats=आँकड़े + +stat.generalButton=सामान्य +stat.blocksButton=ब्लॉक +stat.itemsButton=आइटम + +stat.used=टाइम्स खेतों में प्रयुक्त +stat.mined=टाइम्स खनन +stat.depleted=टाइम्स समाप्त +stat.crafted=टाइम्स तैयार की जाती + +stat.startGame=टाइम्स खेला +stat.createWorld=संसारों खेला +stat.loadWorld=लोड बचाता है +stat.joinMultiplayer=मल्टी प्लेयर मिलती है +stat.leaveGame=खेल छोड़ो + +stat.playOneMinute=मिनट खेला + +stat.walkOneCm=दूरी चला गया +stat.fallOneCm=दूरी शहीदों +stat.swimOneCm=पानी में दूरी +stat.flyOneCm=दूरी प्रवाहित +stat.climbOneCm=दूरी पर चढ़ गए +stat.diveOneCm=दूरी कबूतर +stat.minecartOneCm=कार्ट द्वारा दूरी +stat.boatOneCm=नाव से दूरी +stat.pigOneCm=सुअर द्वारा दूरी +stat.jump=कूदता है +stat.drop=आइटम गिरा + +stat.damageDealt=नुकसान निपटा +stat.damageTaken=ले ली नुकसान +stat.deaths=मौतों की संख्या +stat.mobKills=भीड़ मारे गए +stat.playerKills=प्लेयर मारे गए +stat.fishCaught=मछली पकड़ लिया + +stat.mineBlock=%1$s सुरंग लगा हुआ +stat.craftItem=%1$s तैयार की जाती +stat.useItem=%1$s खेतों में प्रयुक्त किए गए +stat.breakItem=%1$s समाप्त + +achievement.get=उपलब्धि हो जाओ! + +achievement.taken=लिया! + +achievement.requires='%1$s' की आवश्यकता है +achievement.openInventory=सूची लेना +achievement.openInventory.desc='%1$s प्रेस करो अपनी सूची खोलने के लिए. +achievement.mineWood=लकड़ी हो रही है +achievement.mineWood.desc=एक पेड़ को हमला करो जब तक लकड़ी का एक खंड बाहर चबूतरे +achievement.buildWorkBench=बेंचमार्किंग +achievement.buildWorkBench.desc=बोर्डों के चार ब्लॉक के साथ एक कार्यक्षेत्र क्राफ्ट +achievement.buildPickaxe=खदान के लिए समय! +achievement.buildPickaxe.desc=बोर्डों और लाठी का उपयोग करने के लिए एक कुदाल से मिट्टी खुरपना बनाने +achievement.buildFurnace=गरम विषय +achievement.buildFurnace.desc=आठ पत्थर ब्लॉकों के बाहर एक भट्ठी का निर्माण +achievement.acquireIron=हार्डवेयर मोल +achievement.acquireIron.desc=एक लोहे के पिंड गलाना +achievement.buildHoe=फार्म के लिए समय! +achievement.buildHoe.desc=बोर्डों और लाठी का प्रयोग बनाने के लिए एक कुदाल +achievement.makeBread=बनाओ रोटी +achievement.makeBread.desc=रोटी में गेहूं मुड़ें +achievement.bakeCake=लेटें +achievement.bakeCake.desc=गेहूं, चीनी, दूध और अंडे! +achievement.buildBetterPickaxe=एक उन्नयन +achievement.buildBetterPickaxe.desc=एक बेहतर कुदाल से मिट्टी खुरपना निर्माण +achievement.cookFish=स्वादिष्ट मछली +achievement.cookFish.desc=मछली पकड़ो और खाना बनाना! +achievement.onARail=एक रेल पर +achievement.onARail.desc=गाड़ी के द्वारा तुम कहाँ शुरू से कम से कम एक किलोमीटर की यात्रा +achievement.buildSword=हड़ताल करने के लिए समय! +achievement.buildSword.desc=बोर्डों और लाठी का उपयोग करने के लिए एक तलवार बनाने +achievement.killEnemy=दानव हंटर +achievement.killEnemy.desc=हमला करते हैं और एक राक्षस को नष्ट +achievement.killCow=गाय टिपर +achievement.killCow.desc=कुछ चमड़े हार्वेस्ट +achievement.flyPig=जब सूअरों मक्खी +achievement.flyPig.desc=एक चट्टान से एक सुअर फ्लाई +achievement.snipeSkeleton=निशानची द्वंद्वयुद्ध +achievement.snipeSkeleton.desc=पचास से अधिक मीटर से एक तीर के साथ एक कंकाल को मार डालो +achievement.diamonds=हीरे! +achievement.diamonds.desc=अपने लोहे के उपकरणों के साथ हीरे मोल +achievement.portal=हम गहराई में जाने की जरूरत है +achievement.portal.desc=नीचे के लिए एक पोर्टल बनाएँ +achievement.ghast=प्रेषक को लौटें +achievement.ghast.desc=एक आग का गोला के साथ एक फ्लाइंग भूत नष्ट +achievement.blazeRod=आग में +achievement.blazeRod.desc=अपनी छड़ी के एक ब्लेज़ छुटकारा पाने के +achievement.potion=स्थानीय शराब की भठ्ठी +achievement.potion.desc=औषधि काढ़ा +achievement.theEnd=अंत? +achievement.theEnd.desc=अंत का पता लगाएँ +achievement.theEnd2=अंत. +achievement.theEnd2.desc=अंत ड्रैगन हार +achievement.enchantments=जादूगार +achievement.enchantments.desc=एक किताब, ओब्सीडियन, और हीरे का उपयोग करने के लिए एक आकर्षण तालिका का निर्माण +achievement.overkill=ओवरकिल +achievement.overkill.desc=एक हिट एकल में क्षति के आठ दिल डील +achievement.bookcase=लाइब्रेरियन +achievement.bookcase.desc=कुछ किताबो बनाएँ करने के लिए अपने आकर्षण तालिका में सुधार + +commands.generic.exception=An unknown error occurred while attempting to perform this command +commands.generic.syntax=Invalid command syntax +commands.generic.player.notFound=That player cannot be found +commands.generic.notFound=Unknown command. Try /help for a list of commands. +commands.generic.num.invalid='%s' is not a valid number +commands.generic.num.tooSmall=The number you have entered (%d) is too small, it must be at least %d +commands.generic.num.tooBig=The number you have entered (%d) is too big, it must be at most %d +commands.generic.usage=Usage: %s +commands.xp.success=Given %d experience to %s +commands.xp.usage=/xp [amount] +commands.give.usage=/give [amount] [data] +commands.give.notFound=There is no such item with ID %d +commands.give.success=Given %s (ID %d) * %d to %s +commands.downfall.success=Toggled downfall +commands.time.usage=/time +commands.time.added=Added %d to the time +commands.time.set=Set the time to %d +commands.players.list=There are %d/%d players online: +commands.banlist.ips=There are %d total banned IP addresses: +commands.banlist.players=There are %d total banned players: +commands.banlist.usage=/banlist [ips|players] +commands.kick.success=Kicked %s from the game +commands.kick.success.reason=Kicked %s from the game: '%s' +commands.kick.usage=/kick [reason ...] +commands.op.success=Opped %s +commands.op.usage=/op +commands.deop.success=De-opped %s +commands.deop.usage=/deop +commands.say.usage=/say +commands.ban.success=Banned player %s +commands.ban.usage=/ban +commands.unban.success=Unbanned player %s +commands.unban.usage=/pardon +commands.banip.invalid=You have entered an invalid IP address or a player that is not online +commands.banip.success=Banned IP address %s +commands.banip.success.players=Banned IP address %s belonging to %s +commands.banip.usage=/ban-ip +commands.unbanip.invalid=You have entered an invalid IP address +commands.unbanip.success=Unbanned IP address %s +commands.unbanip.usage=/pardon-ip
+commands.save.enabled=Turned on world auto-saving +commands.save.disabled=Turned off world auto-saving +commands.save.start=Saving... +commands.save.success=Saved the world +commands.stop.start=Stopping the server +commands.tp.success=Teleported %s to %s +commands.tp.usage=/tp [target player] +commands.whitelist.list=There are %d (out of %d seen) whitelisted players: +commands.whitelist.enabled=Turned on the whitelist +commands.whitelist.disabled=Turned off the whitelist +commands.whitelist.reloaded=Reloaded the whitelist +commands.whitelist.add.success=Added %s to the whitelist +commands.whitelist.add.usage=/whitelist add +commands.whitelist.remove.success=Removed %s from the whitelist +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.gamemode.success.self=Set own game mode to %s +commands.gamemode.success.other=Set %s's game mode to %s +commands.gamemode.usage=/gamemode [player] +commands.me.usage=/me +commands.help.header=--- Showing help page %d of %d (/help ) --- +commands.help.footer=Tip: Use the key while typing a command to auto-complete the command or its arguments +commands.help.usage=/help [page] diff --git a/1.5.2/lang/languages.txt b/1.5.2/lang/languages.txt new file mode 100644 index 00000000..97dffed6 --- /dev/null +++ b/1.5.2/lang/languages.txt @@ -0,0 +1,61 @@ +af_ZA=Afrikaans (ZA) +ar_SA=العربية (العالم العربي) +bg_BG=Български (BG) +ca_ES=Català (CAT) +cs_CZ=Čeština (CZ) +cy_GB=Cymraeg (Cymru) +da_DK=Dansk (DK) +de_DE=Deutsch (Deutschland) +el_GR=Ελληνικά (El) +en_AU=Australian English (Australia) +en_CA=Canadian English (CA) +en_GB=English (UK) +en_PT=Pirate Speak (PIRATE) +eo_UY=Esperanto (Mondo) +es_AR=Español (Argentina) +es_ES=Español (España) +es_MX=Español (México) +es_UY=Español (Uruguay) +es_VE=Español (Venezuela) +et_EE=Eesti (ET) +eu_ES=Euskara (EH) +fi_FI=suomi (FI) +fr_FR=Français (France) +fr_CA=Français (CA) +ga_IE=Gaeilge (Éire) +gl_ES=Galego (Galicia) +he_IL=אנגלית (IL) +hi_IN=अंग्रेज़ी (भारत) +hr_HR=Hrvatski (HR) +hu_HU=Magyar (HU) +id_ID=Bahasa Indonesia (ID) +is_IS=Íslenska (IS) +it_IT=Italiano (Italia) +ja_JP=日本語 (日本) +ka_GE=ქართული (საქართველო) +ko_KR=한국어 (KR) +kw_GB=Kernowek (Cornwall) +lt_LT=Lietuvių (Lietuva) +lv_LV=Latviešu (Latvija) +ms_MY=Bahasa Melayu (MS) +mt_MT=Malti (MT) +nl_NL=Nederlands (Nederland) +nn_NO=Norsk nynorsk (Noreg) +no_NO=Norsk (NO) +pl_PL=Polski (Polska) +pt_BR=Português (BR) +pt_PT=Português (Portugal) +qya_AA=Quenya (Arda) +ro_RO=Română (RO) +ru_RU=Русский (Россия) +sk_SK=Slovenčina (SK) +sl_SI=Slovenščina (SLO) +sr_SP=Српски (Србија) +sv_SE=Svenska (Sverige) +th_TH=ภาษาไทย (TH) +tlh_AA=tlhIngan Hol (US) +tr_TR=Türkçe (TR) +uk_UA=Українська (Україна) +vi_VN=Tiếng Việt (VN) +zh_CN=简体中文 (中国) +zh_TW=繁體中文 (台灣) diff --git a/1.5.2/lang/lt_LT.lang b/1.5.2/lang/lt_LT.lang new file mode 100644 index 00000000..84684d84 --- /dev/null +++ b/1.5.2/lang/lt_LT.lang @@ -0,0 +1,1293 @@ +#X-Generator: crowdin.net + +language.name=Lietuvių +language.region=Lietuva +language.code=lt_LT + +gui.done=Atlikta +gui.cancel=Atšaukti +gui.back=Back +gui.toMenu=Grįžti į pagrindinį meniu +gui.up=Aukštyn +gui.down=Žemyn +gui.yes=Taip +gui.no=Ne + +menu.singleplayer=Žaisti vienam +menu.multiplayer=Žaisti tinkle +menu.online=Minecraft Realms +menu.options=Nustatymai... +menu.quit=Išeiti +menu.returnToMenu=Išsaugoti ir grįžti į pagrindinį meniu +menu.disconnect=Atsijungti +menu.returnToGame=Atgal į žaidimą +menu.switchingLevel=Sukeičiami pasauliai +menu.generatingLevel=Generuojamas pasaulis +menu.loadingLevel=Kraunamas pasaulis +menu.generatingTerrain=Kuriama vietovė +menu.convertingLevel=Perdaromas pasaulis +menu.simulating=Šiek tiek pagyvinamas pasaulis +menu.respawning=Prisikeliama +menu.shareToLan=Atid. vietiniam tinklui + +selectWorld.title=Pasirinkite pasaulį +selectWorld.empty=tuščia +selectWorld.world=Pasaulis +selectWorld.select=Žaisti pasirinktame pasaulyje +selectWorld.create=Sukurti naują pasaulį +selectWorld.recreate=Perkurti +selectWorld.createDemo=Žaisti naujame demo. pasaulyje +selectWorld.delete=Ištrinti +selectWorld.rename=Pervadinti +selectWorld.deleteQuestion=Ar tikrai norite ištrinti šį pasaulį? +selectWorld.deleteWarning=bus prarastas visam laikui! (Labai ilgam!) +selectWorld.deleteButton=Ištrinti +selectWorld.renameButton=Pervadinti +selectWorld.renameTitle=Pervadinti pasaulį +selectWorld.conversion=Turi būti perdarytas! +selectWorld.newWorld=Naujas pasaulis +selectWorld.newWorld.copyOf=%s kopija +selectWorld.enterName=Pasaulio pavadinimas +selectWorld.resultFolder=Bus išsaugota į: +selectWorld.enterSeed=Reikšmė pasaulio generatoriui +selectWorld.seedInfo=Palikite tuščią norėdami naudoti atsitiktinę reikšmę +selectWorld.cheats=Komandos +selectWorld.customizeType=Derinti + +createWorld.customize.presets=Šablonai +createWorld.customize.presets.title=Pasirinkti šabloną +createWorld.customize.presets.select=Naudoti šabloną +createWorld.customize.presets.share=Norite pasidalinti šablonu su kuo nors kitu? Naudokite teksto laukelį apačioje! +createWorld.customize.presets.list=... arba galite pasinaudoti šablonais, kuriuos padarėme anksčiau! +createWorld.customize.flat.title=Lygaus pasaulio derinimas +createWorld.customize.flat.tile=Sluoksnio medžiaga +createWorld.customize.flat.height=Aukštis +createWorld.customize.flat.addLayer=Pridėti sluoksnį +createWorld.customize.flat.editLayer=Keisti sluoksnį +createWorld.customize.flat.removeLayer=Pašalinti sluoksnį +createWorld.customize.flat.layer.top=Viršutinis - %d +createWorld.customize.flat.layer=%d +createWorld.customize.flat.layer.bottom=Apatinis - %d + +gameMode.survival=išlikimo režimas +gameMode.creative=kūrybinis režimas +gameMode.adventure=nuotykių režimas +gameMode.hardcore=negailestingasis režimas! +gameMode.changed=Jūsų žaidimo režimas buvo pakeistas + +selectWorld.gameMode=Žaidimo režimas: +selectWorld.gameMode.survival=išlikimas +selectWorld.gameMode.survival.line1=Ieškokite resursų, gaminkite daiktus, gaukite +selectWorld.gameMode.survival.line2=lygius, sveikata ir alkis +selectWorld.gameMode.creative=kūrybinis +selectWorld.gameMode.creative.line1=Nesibaigiantys resursai, skraidymas ir +selectWorld.gameMode.creative.line2=greitas blokų naikinimas +selectWorld.gameMode.hardcore=negailestingasis +selectWorld.gameMode.hardcore.line1=Toks pat, kaip išlikimo, visada sunkiausiame lygyje, +selectWorld.gameMode.hardcore.line2=pasaulis po mirties bus ištrintas +selectWorld.gameMode.adventure=nuotykių +selectWorld.gameMode.adventure.line1=Toks pat kaip išlikimo, bet blokai negali būti +selectWorld.gameMode.adventure.line2=nei pridėti, nei pašalinti +selectWorld.moreWorldOptions=Daugiau pasaulio nustatymų... +selectWorld.mapFeatures=Struktūros pasaulyje: +selectWorld.mapFeatures.info=Kaimai, požemiai ir t.t. +selectWorld.mapType=Pasaulio tipas: +selectWorld.mapType.normal=Įprastas +selectWorld.allowCommands=Leisti komandas: +selectWorld.allowCommands.info=Komandas, kaip /gamemode, /xp +selectWorld.hardcoreMode=Negailestingasis: +selectWorld.hardcoreMode.info=Pasaulis po mirties bus ištrintas +selectWorld.bonusItems=Startinė skrynia: + +generator.default=įprastas +generator.flat=visiškai plokščias +generator.largeBiomes=dideli biomai + +selectServer.title=Pasirinkite serverį +selectServer.empty=tuščias +selectServer.select=Prisijungti +selectServer.direct=Tiesioginis prisijungimas +selectServer.edit=Redaguoti +selectServer.delete=Pašalinti +selectServer.add=Pridėti serverį +selectServer.defaultName=Minecraft serveris +selectServer.deleteQuestion=Ar tikrai norite pašalinti šį serverį? +selectServer.deleteWarning=bus prarastas visam laikui! (Labai ilgai!) +selectServer.deleteButton=Pašalinti +selectServer.refresh=Atnaujinti +selectServer.hiddenAddress=(paslėptas) +addServer.title=Keisti serverio informaciją +addServer.enterName=Serverio pavadinimas +addServer.enterIp=Serverio adresas +addServer.add=Atlikta +addServer.hideAddress=Slėpti adresą +lanServer.title=Vietinis pasaulis +lanServer.scanning=Scanning for games on your local network +lanServer.start=Pradėti vietinį pasaulį +lanServer.otherPlayers=Nustatymai kitiems žaidėjams +mcoServer.title=Minecraft Online pasaulis + +multiplayer.title=Žaidimas tinkle +multiplayer.connect=Jungtis +multiplayer.info1=Minecraft žaidimas tinkle dar ne visiškai pabaigtas, +multiplayer.info2=bet vyksta intensyvus testavimas. +multiplayer.ipinfo=Įveskite serverio, prie kurio norite prisijungti, adresą: + +multiplayer.texturePrompt.line1=Šis serveris rekomenduoja naudoti specialų tekstūrų paketą. +multiplayer.texturePrompt.line2=Ar norite parsisiųsti ir įsidiegti jį automagiškai? + +multiplayer.downloadingTerrain=Atsisiunčiama vietovė + +multiplayer.stopSleeping=Išlipti iš lovos + +chat.link.confirm=Ar tikrai norite atverti šią interneto svetainę? +chat.link.warning=Niekada neatidarinėkite nuorodų iš žmonių, kuriais nepasitikite! +chat.copy=Kopijuoti į iškarpinę + +menu.playdemo=Žaisti demo pasaulyje +menu.resetdemo=Anuliuoti demo pasaulį +demo.day.1=Ši demo versija išliks penkias žaidimo dienas, stenkitės kiek galite! +demo.day.2=Antra diena +demo.day.3=Trečia diena +demo.day.4=Ketvirta diena +demo.day.5=Tai Jūsų paskutinė diena! +demo.day.warning=Jūsų laikas beveik baigėsi! +demo.day.6=Praėjo penktoji Jūsų diena, naudokite F2, kad išsaugotumėte savo pasaulio nuotrauką +demo.reminder=Ši demo versija pasibaigė, nusipirkite žaidimą norėdami tęsti arba pradėkite naują pasaulį! +demo.remainingTime=Likęs laikas: %s +demo.demoExpired=Demonstracijos laikas baigėsi! +demo.help.movement=Naudokite %1$s, %2$s, %3$s, %4$s ir pelę judėjimui +demo.help.movementShort=Judėkite spausdami %1$s, %2$s, %3$s, %4$s +demo.help.movementMouse=Žvalgykitės aplink naudodami pelę +demo.help.jump=Paspauskite %1$s, kad pašoktumėte +demo.help.inventory=Naudokite %1$s atidaryti inventoriui +demo.help.title=Minecraft demonstracinis režimas +demo.help.fullWrapped=Šis demonstracinis pasaulis išliks penkias žaidimo dienas (maždaug valandą ir keturiasdešimt minučių tikrovėje). Norėdami rasti nuorodų, pasitikrinkite pasiekimus! Linkime sėkmės! +demo.help.buy=Pirkti dabar! +demo.help.later=Tęsti žaidimą! + +connect.connecting=Jungiamasi prie serverio... +connect.authorizing=Registruojamasi... +connect.failed=Nepavyko prisijungti prie serverio + +disconnect.genericReason=%s +disconnect.disconnected=Buvote atjungtas/a serverio +disconnect.lost=Prarastas ryšys su serveriu +disconnect.kicked=buvote išmestas iš žaidimo +disconnect.timeout=susisiekimas truko per ilgai +disconnect.closed=Ryšys nutrauktas +disconnect.loginFailed=Nepavyko prisiregistruoti +disconnect.loginFailedInfo=Nepavyko prisiregistruoti: %s +disconnect.quitting=Išeinama +disconnect.endOfStream=Duomenų srauto pabaiga +disconnect.overflow=Duomenų srautas perpildytas +disconnect.spam=išmestas už šiukšlinimą pokalbyje + +options.off=išj. +options.on=įj. +options.visible=matomas +options.hidden=paslėptas +options.title=Nustatymai +options.controls=Valdymas +options.video=Vaizdo nustatymai +options.language=Kalba +options.languageWarning=Vertimai gali būti ne 100% tikslūs +options.videoTitle=Vaizdo nustatymai +options.music=Muzika +options.sound=Garso efektai +options.invertMouse=Atvirkštinis pelės judėjimas +options.fov=Regėjimo laukas +options.fov.min=minimalus +options.fov.max=maksimalus +options.gamma=Ryškumas +options.gamma.min=Niūrus +options.gamma.max=ryškus +options.sensitivity=Jautrumas +options.sensitivity.min=*žiovulys* +options.sensitivity.max=SUPER GREITIS!!! +options.renderDistance=Matomumas +options.renderDistance.tiny=minimalus +options.renderDistance.short=trumpas +options.renderDistance.normal=vidutinis +options.renderDistance.far=didelis +options.viewBobbing=Vaizdo lingavimas +options.ao=Švelnus apšvietimas +options.ao.off=Off +options.ao.min=Minimum +options.ao.max=Maximum +options.anaglyph=3D režimas +options.framerateLimit=Atlikimas +options.difficulty=Lygis +options.difficulty.peaceful=taikus +options.difficulty.easy=lengvas +options.difficulty.normal=normalus +options.difficulty.hard=sudėtingas +options.difficulty.hardcore=negailestingasis +options.graphics=Grafika +options.graphics.fancy=kokybiška +options.graphics.fast=greita +options.guiScale=Ekrano elementų dydis +options.guiScale.auto=automatinis +options.guiScale.small=mažas +options.guiScale.normal=normalus +options.guiScale.large=didelis +options.advancedOpengl=Pažangus OpenGL +options.renderClouds=Debesys +options.farWarning1=Tolimam matymo atstumui rekomenduojama +options.farWarning2=64-bitų Java instaliacija (Jūsų yra 32-bitų) +options.particles=Dalelyčių +options.particles.all=visos +options.particles.decreased=mažiau +options.particles.minimal=minimaliai +options.multiplayer.title=Žaidimo tinkle nustatymai +options.chat.title=Pokalbio nustatymai +options.chat.visibility=Pokalbis +options.chat.visibility.full=matomas +options.chat.visibility.system=tik komandos +options.chat.visibility.hidden=paslėptas +options.chat.color=Spalvos +options.chat.opacity=Ryškumas +options.chat.links=Nuorodos +options.chat.links.prompt=Klausti dėl nuorodų +options.chat.scale=Mastelis +options.chat.width=Plotis +options.chat.height.focused=Fokusuoto aukštis +options.chat.height.unfocused=Nefokusuoto aukštis +options.showCape=Skraistės rodymas +options.serverTextures=Serverio tekstūros +options.snooper=Leisti "šnipą" +options.snooper.view="Šnipo" nustatymai +options.snooper.title=Kompiuterio duomenų kolekcija +options.snooper.desc=Mes norime surinkti informaciją apie Jūsų kompiuterį tam, kad kad galėtume patobulinti Minecraft žinodami, ką galime palaikyti ir kokios yra didžiausios problemos. Visa ši informacija visiškai anonimiška, visą ją galima pamatyti apačioje. Mes prižadame su šia informacija nedaryti nieko blogo, bet, jei nenorite jos mums suteikti, galite išjungti "šnipą". +options.texture.pack=Tekstūrų paketai +options.fullscreen=Visas ekranas +options.vsync=Naudoti VSync +options.touchscreen=Lieč. ekrano režimas + +performance.max=daugiausia kadrų/s +performance.balanced=subalansuotas +performance.powersaver=taupantis energiją + +controls.title=Valdymas + +key.forward=Pirmyn +key.left=Į kairę +key.back=Atgal +key.right=Į dešinę +key.jump=Pašokti +key.inventory=Inventorius +key.drop=Numesti +key.chat=Pokalbis +key.fog=Keisti matomumą +key.sneak=Sėlinti +key.playerlist=Žaidėjų sąrašas +key.attack=Pulti +key.use=Naudoti daiktą +key.pickItem=Pasirinkti bloką +key.mouseButton=Pelytė %1$s +key.command=Komanda + +texturePack.openFolder=Atidaryti tekstūrų paketų aplanką +texturePack.title=Tekstūrų paketai +texturePack.folderInfo=(dėkite tekstūrų paketus čia) +texturePack.incompatible=Nepalaikomas + +book.pageIndicator=Puslapis %1$s iš %2$s +book.byAuthor=autorius: %1$s +book.signButton=Pasirašyti +book.editTitle=Įveskite knygos pavadinimą: +book.finalizeButton=Pasirašyti ir uždaryti +book.finalizeWarning=Pastaba: Pasirašius knygą, jos nebebus galima redaguoti. + +tile.stone.name=Akmuo + +tile.grass.name=Žolės blokas +tile.dirt.name=Žemės +tile.stonebrick.name=Akmens skalda +tile.wood.name=Medinės lentos +tile.wood.oak.name=Ąžuolo lentos +tile.wood.spruce.name=Eglės lentos +tile.wood.birch.name=Beržo lentos +tile.wood.jungle.name=Kakavmedžio lentos +tile.sapling.oak.name=Ąžuolo sodinukas +tile.sapling.spruce.name=Eglės sodinukas +tile.sapling.birch.name=Beržo sodinukas +tile.sapling.jungle.name=Džinglių medžio sodinukas +tile.deadbush.name=Negyvas krūmas +tile.bedrock.name=Pamatakmenis +tile.water.name=Vanduo +tile.lava.name=Lava +tile.sand.name=Smėlis +tile.sandStone.name=Smiltainis +tile.sandStone.default.name=Smiltainis +tile.sandStone.chiseled.name=Raižytas smiltainis +tile.sandStone.smooth.name=Lygus smiltainis +tile.gravel.name=Žvyras +tile.oreGold.name=Aukso rūda +tile.oreIron.name=Geležies rūda +tile.oreCoal.name=Anglies rūda +tile.log.name=Rąstas +tile.log.oak.name=Ąžuolo rąstas +tile.log.spruce.name=Eglės rąstas +tile.log.birch.name=Beržo rąstas +tile.log.jungle.name=Kakavmedžio rąstas +tile.leaves.name=Lapai +tile.leaves.oak.name=Ąžuolo lapai +tile.leaves.spruce.name=Eglės spygliai +tile.leaves.birch.name=Beržo lapai +tile.leaves.jungle.name=Kakavmedžio lapai +tile.tallgrass.name=Žolė +tile.tallgrass.shrub.name=Krūmas +tile.tallgrass.grass.name=Žolė +tile.tallgrass.fern.name=Papartis +tile.sponge.name=Kempinė +tile.glass.name=Stiklas +tile.thinGlass.name=Stiklo lakštas +tile.cloth.name=Vilna +tile.flower.name=Pienė +tile.rose.name=Rožė +tile.mushroom.name=Grybas +tile.blockGold.name=Aukso blokas +tile.blockIron.name=Geležies blokas +tile.stoneSlab.stone.name=Akmens pusblokis +tile.stoneSlab.sand.name=Smiltainio pusblokis +tile.stoneSlab.wood.name=Medinis pusblokis +tile.stoneSlab.cobble.name=Akmens skaldos pusblokis +tile.stoneSlab.brick.name=Plytų pusblokis +tile.stoneSlab.smoothStoneBrick.name=Akmens plytų pusblokis +tile.stoneSlab.netherBrick.name=Požemių plytų pusblokis +tile.stoneSlab.quartz.name=Kvarco pusblokis +tile.woodSlab.oak.name=Ąžuolo pusblokis +tile.woodSlab.spruce.name=Eglės pusblokis +tile.woodSlab.birch.name=Beržo pusblokis +tile.woodSlab.jungle.name=Kakavmedžio pusblokis +tile.brick.name=Plytos +tile.tnt.name=Sprogmenys +tile.bookshelf.name=Knygų lentyna +tile.stoneMoss.name=Samanotas akmuo +tile.obsidian.name=Obsidianas +tile.torch.name=Deglas +tile.fire.name=Ugnis +tile.mobSpawner.name=Monstrų narvas +tile.stairsWood.name=Ąžuolo laiptai +tile.stairsWoodSpruce.name=Eglės laiptai +tile.stairsWoodBirch.name=Beržo laiptai +tile.stairsWoodJungle.name=Kakavmedžio laiptai +tile.chest.name=Skrynia +tile.chestTrap.name=Skrynia-spąstai +tile.redstoneDust.name=Raudonakmenio dulkės +tile.oreDiamond.name=Deimanto rūda +tile.blockDiamond.name=Deimanto blokas +tile.workbench.name=Darbastalis +tile.crops.name=Pasėliai +tile.farmland.name=Išarta žemė +tile.furnace.name=Krosnis +tile.sign.name=Ženklas +tile.doorWood.name=Medinės durys +tile.ladder.name=Kopėčios +tile.rail.name=Bėgiai +tile.goldenRail.name=Greitintuvas +tile.activatorRail.name=Aktyvatoriniai bėgiai +tile.detectorRail.name=Detektoriniai bėgiai +tile.stairsStone.name=Akmens skaldos laiptai +tile.stairsSandStone.name=Smiltainio laiptai +tile.lever.name=Svirtis +tile.pressurePlate.name=Slėgio plokštė +tile.weightedPlate_light.name=Svorinė slėgio plokštė (lengva) +tile.weightedPlate_heavy.name=Svorinė slėgio plokštė (sunki) +tile.doorIron.name=Geležinės durys +tile.oreRedstone.name=Raudonakmenio rūda +tile.notGate.name=Raudonakmenio deglas +tile.button.name=Mygtukas +tile.snow.name=Sniegas +tile.ice.name=Ledas +tile.cactus.name=Kaktusas +tile.clay.name=Molio blokas +tile.reeds.name=Cukranendrės +tile.jukebox.name=Diskų grotuvas +tile.fence.name=Tvora +tile.fenceGate.name=Varteliai +tile.pumpkin.name=Moliūgas +tile.litpumpkin.name=Moliūginė lempa +tile.hellrock.name=Požemių akmuo +tile.hellsand.name=Sielų smėlis +tile.lightgem.name=Šviesakmenis +tile.portal.name=Portalas +tile.cloth.black.name=Juoda vilna +tile.cloth.red.name=Raudona vilna +tile.cloth.green.name=Žalia vilna +tile.cloth.brown.name=Ruda vilna +tile.cloth.blue.name=Mėlyna vilna +tile.cloth.purple.name=Purpurinė vilna +tile.cloth.cyan.name=Žalsvai mėlyna vilna +tile.cloth.silver.name=Šviesiai pilka vilna +tile.cloth.gray.name=Pilka vilna +tile.cloth.pink.name=Rožinė vilna +tile.cloth.lime.name=Salotinė vilna +tile.cloth.yellow.name=Geltona vilna +tile.cloth.lightBlue.name=Šviesiai mėlyna vilna +tile.cloth.magenta.name=Rausvai raudona vilna +tile.cloth.orange.name=Oranžinė vilna +tile.cloth.white.name=Vilna +tile.oreLapis.name=Lazurito rūda +tile.blockLapis.name=Lazurito blokas +tile.dispenser.name=Dalytuvas +tile.dropper.name=Mėtiklis +tile.musicBlock.name=Natų blokas +tile.cake.name=Tortas +tile.bed.name=Lova +tile.bed.occupied=Ši lova užimta +tile.bed.noSleep=Galite miegoti tik naktį +tile.bed.notSafe=Dabar ilsėtis negalite, netoliese yra monstrų +tile.bed.notValid=Jūsų namų lova nerasta arba užblokuota +tile.lockedchest.name=Užrakinta skrynia +tile.trapdoor.name=Liukas +tile.web.name=Voratinklis +tile.stonebricksmooth.name=Akmens plytos +tile.stonebricksmooth.default.name=Akmens plytos +tile.stonebricksmooth.mossy.name=Samanotos akmens plytos +tile.stonebricksmooth.cracked.name=Sutrūkinėjusios akmens plytos +tile.stonebricksmooth.chiseled.name=Raižytos akmens plytos +tile.monsterStoneEgg.stone.name=Akmeninis monstro kiaušinis +tile.monsterStoneEgg.cobble.name=Skaldos monstro kiaušinis +tile.monsterStoneEgg.brick.name=Akmens plytų monstro kiaušinis +tile.pistonBase.name=Stūmoklis +tile.pistonStickyBase.name=Lipnus stūmoklis +tile.fenceIron.name=Grotos +tile.melon.name=Arbūzas +tile.stairsBrick.name=Plytų laiptai +tile.stairsStoneBrickSmooth.name=Akmens plytų laiptai +tile.vine.name=Vijokliai +tile.netherBrick.name=Požemių plytos +tile.netherFence.name=Požemių plytų tvora +tile.stairsNetherBrick.name=Požemių plytų laiptai +tile.netherStalk.name=Požemių gumbas +tile.cauldron.name=Katilas +tile.enchantmentTable.name=Kerų stalas +tile.anvil.name=Priekalas +tile.anvil.intact.name=Priekalas +tile.anvil.slightlyDamaged.name=Apgadintas priekalas +tile.anvil.veryDamaged.name=Labai apgadintas priekalas +tile.whiteStone.name=Pabaigos akmuo +tile.endPortalFrame.name=Pabaigos portalas +tile.mycel.name=Grybiena +tile.waterlily.name=Lelijos lapas +tile.dragonEgg.name=Drakono kiaušinis +tile.redstoneLight.name=Raudonakmenio lempa +tile.cocoa.name=Kakava +tile.enderChest.name=Pabaigos skrynia +tile.oreRuby.name=Rubino rūda +tile.oreEmerald.name=Smaragdo rūda +tile.blockEmerald.name=Smaragdo blokas +tile.blockRedstone.name=Raudonakmenio blokas +tile.tripWire.name=Laidas +tile.tripWireSource.name=Laido kablys +tile.commandBlock.name=Komandos blokas +tile.beacon.name=Švyturys +tile.beacon.primary=Pirminė galia +tile.beacon.secondary=Antrinė galia +tile.cobbleWall.normal.name=Akmens skaldos siena +tile.cobbleWall.mossy.name=Samanoto akmens siena +tile.carrots.name=Morkos +tile.potatoes.name=Bulvės +tile.daylightDetector.name=Dienos šviesos jutiklis +tile.netherquartz.name=Požemių kvarco rūda +tile.hopper.name=Piltuvas +tile.quartzBlock.default.name=Kvarco blokas +tile.quartzBlock.chiseled.name=Raižytas kvarco blokas +tile.quartzBlock.lines.name=Kvarco kolonos blokas +tile.stairsQuartz.name=Kvarco laiptai + +item.shovelIron.name=Geležinis kastuvas +item.pickaxeIron.name=Geležinis kirtiklis +item.hatchetIron.name=Geležinis kirvis +item.flintAndSteel.name=Titnagas ir geležis +item.apple.name=Obuolys +item.cookie.name=Sausainis +item.bow.name=Lankas +item.arrow.name=Strėlė +item.coal.name=Anglis +item.charcoal.name=Medžio anglis +item.diamond.name=Deimantas +item.emerald.name=Smaragdas +item.ingotIron.name=Geležies liejinys +item.ingotGold.name=Aukso liejinys +item.swordIron.name=Geležinis kardas +item.swordWood.name=Medinis kardas +item.shovelWood.name=Medinis kastuvas +item.pickaxeWood.name=Medinis kirtiklis +item.hatchetWood.name=Medinis kirvis +item.swordStone.name=Akmeninis kardas +item.shovelStone.name=Akmeninis kastuvas +item.pickaxeStone.name=Akmeninis kirtiklis +item.hatchetStone.name=Akmeninis kirvis +item.swordDiamond.name=Deimantinis kardas +item.shovelDiamond.name=Deimantinis kastuvas +item.pickaxeDiamond.name=Deimantinis kirtiklis +item.hatchetDiamond.name=Deimantinis kirvis +item.stick.name=Pagaliukas +item.bowl.name=Dubuo +item.mushroomStew.name=Grybų troškinys +item.swordGold.name=Auksinis kardas +item.shovelGold.name=Auksinis kastuvas +item.pickaxeGold.name=Auksinis kirtiklis +item.hatchetGold.name=Auksinis kirvis +item.string.name=Siūlas +item.feather.name=Plunksna +item.sulphur.name=Parakas +item.hoeWood.name=Medinis kauptukas +item.hoeStone.name=Akmeninis kauptukas +item.hoeIron.name=Geležinis kauptukas +item.hoeDiamond.name=Deimantinis kauptukas +item.hoeGold.name=Auksinis kauptukas +item.seeds.name=Sėklos +item.seeds_pumpkin.name=Moliūgų sėklos +item.seeds_melon.name=Arbūzų sėklos +item.melon.name=Arbūzas +item.wheat.name=Kviečiai +item.bread.name=Duona +item.helmetCloth.name=Odinė kepurė +item.chestplateCloth.name=Odinė tunika +item.leggingsCloth.name=Odinės kelnės +item.bootsCloth.name=Odiniai batai +item.helmetChain.name=Grandininis šalmas +item.chestplateChain.name=Grandininis antkrūtinis +item.leggingsChain.name=Grandininės kelnės +item.bootsChain.name=Grandininiai batai +item.helmetIron.name=Geležinis šalmas +item.chestplateIron.name=Geležinis antkrūtinis +item.leggingsIron.name=Geležinės kelnės +item.bootsIron.name=Geležiniai batai +item.helmetDiamond.name=Deimantinis šalmas +item.chestplateDiamond.name=Deimantinis antkrūtinis +item.leggingsDiamond.name=Deimantinės kelnės +item.bootsDiamond.name=Deimantiniai batai +item.helmetGold.name=Auksinis šalmas +item.chestplateGold.name=Auksinis antkrūtinis +item.leggingsGold.name=Auksinės kelnės +item.bootsGold.name=Auksiniai batai +item.flint.name=Titnagas +item.porkchopRaw.name=Žalia kiauliena +item.porkchopCooked.name=Kepta kiauliena +item.chickenRaw.name=Žalia vištiena +item.chickenCooked.name=Kepta vištiena +item.beefRaw.name=Žalia jautiena +item.beefCooked.name=Kepsnys +item.painting.name=Paveikslas +item.frame.name=Rėmai +item.appleGold.name=Auksinis obuolys +item.sign.name=Ženklas +item.doorWood.name=Medinės durys +item.bucket.name=Kibiras +item.bucketWater.name=Vandens kibiras +item.bucketLava.name=Lavos kibiras +item.minecart.name=Vagonėlis +item.saddle.name=Balnas +item.doorIron.name=Geležinės durys +item.redstone.name=Raudonakmenis +item.snowball.name=Sniego gniūžtė +item.boat.name=Valtis +item.leather.name=Oda +item.milk.name=Pienas +item.brick.name=Plyta +item.clay.name=Molis +item.reeds.name=Cukranendrės +item.paper.name=Popierius +item.book.name=Knyga +item.slimeball.name=Gleivių kamuolėlis +item.minecartChest.name=Vagonėlis su skrynia +item.minecartFurnace.name=Garvežys +item.minecartTnt.name=Vagonėlis su sprogmenimis +item.minecartHopper.name=Vagonėlis su piltuvu +item.egg.name=Kiaušinis +item.compass.name=Kompasas +item.fishingRod.name=Meškerė +item.clock.name=Laikrodis +item.yellowDust.name=Šviesakmenio dulkės +item.fishRaw.name=Žalia žuvis +item.fishCooked.name=Kepta žuvis +item.record.name=Muzikos diskas +item.bone.name=Kaulas +item.dyePowder.black.name=Rašalo pūslė +item.dyePowder.red.name=Rožės raudonis +item.dyePowder.green.name=Kaktuso žaluma +item.dyePowder.brown.name=Kakavos pupelės +item.dyePowder.blue.name=Lazuritas +item.dyePowder.purple.name=Purpuriniai dažai +item.dyePowder.cyan.name=Žalsvai mėlyni dažai +item.dyePowder.silver.name=Šviesiai pilki dažai +item.dyePowder.gray.name=Pilki dažai +item.dyePowder.pink.name=Rožiniai dažai +item.dyePowder.lime.name=Salotiniai dažai +item.dyePowder.yellow.name=Pienės geltonis +item.dyePowder.lightBlue.name=Šviesiai mėlyni dažai +item.dyePowder.magenta.name=Rausvai raudoni dažai +item.dyePowder.orange.name=Oranžiniai dažai +item.dyePowder.white.name=Kaulamilčiai +item.sugar.name=Cukrus +item.cake.name=Tortas +item.bed.name=Lova +item.diode.name=Raudonakmenio diodas +item.comparator.name=Raudonakmenio komparatorius +item.map.name=Žemėlapis +item.leaves.name=Lapai +item.shears.name=Žirklės +item.rottenFlesh.name=Supuvusi mėsa +item.enderPearl.name=Pabaigos perlas +item.blazeRod.name=Liepsnos strypas +item.ghastTear.name=Šmėklos ašara +item.netherStalkSeeds.name=Požemių gumbas +item.potion.name=Eliksyras +item.emptyPotion.name=Vandens buteliukas +item.goldNugget.name=Aukso grynuolis +item.glassBottle.name=Buteliukas +item.spiderEye.name=Voro akis +item.fermentedSpiderEye.name=Rauginta voro akis +item.blazePowder.name=Liepsnos pudra +item.magmaCream.name=Magmos kremas +item.cauldron.name=Katilas +item.brewingStand.name=Eliksyrų staliukas +item.eyeOfEnder.name=Pabaigos akis +item.speckledMelon.name=Paauksuotas arbūzas +item.monsterPlacer.name=Kiaušinis: +item.expBottle.name=Burtų buteliukas +item.fireball.name=Ugnies kamuolys +item.writingBook.name=Knyga ir plunksna +item.writtenBook.name=Prirašyta knyga +item.ruby.name=Rubinas +item.flowerPot.name=Vazonas +item.emptyMap.name=Tuščas žemėlapis +item.carrots.name=Morka +item.carrotGolden.name=Auksinė morka +item.potato.name=Bulvė +item.potatoBaked.name=Kepta bulvė +item.potatoPoisonous.name=Nuodinga bulvė +item.skull.skeleton.name=Skeleto kaukolė +item.skull.wither.name=Nykiojo skeleto kaukolė +item.skull.zombie.name=Zombio galva +item.skull.char.name=Galva +item.skull.player.name=%s galva +item.skull.creeper.name=Pasalūno galva +item.carrotOnAStick.name=Morka ant pagaliuko +item.netherStar.name=Požemių žvaigždė +item.pumpkinPie.name=Moliūgų pyragas +item.enchantedBook.name=Užkerėta knyga +item.fireworks.name=Fejerverkas +item.fireworks.flight=Skrydžio trukmė: +item.fireworksCharge.name=Fejerverko užtaisas +item.fireworksCharge.black=Juoda +item.fireworksCharge.red=Raudona +item.fireworksCharge.green=Žalia +item.fireworksCharge.brown=Ruda +item.fireworksCharge.blue=Mėlyna +item.fireworksCharge.purple=Purpurinė +item.fireworksCharge.cyan=Žalsvai mėlyna +item.fireworksCharge.silver=Šviesiai pilka +item.fireworksCharge.gray=Pilka +item.fireworksCharge.pink=Rožinė +item.fireworksCharge.lime=Salotinė +item.fireworksCharge.yellow=Geltona +item.fireworksCharge.lightBlue=Šviesiai mėlyna +item.fireworksCharge.magenta=Rausvai raudona +item.fireworksCharge.orange=Oranžinė +item.fireworksCharge.white=Balta +item.fireworksCharge.customColor=Vartotojo +item.fireworksCharge.fadeTo=Išblėsta į +item.fireworksCharge.flicker=Spindesys +item.fireworksCharge.trail=Juostos +item.fireworksCharge.type.0=Mažas kamuolys +item.fireworksCharge.type.1=Didelis kamuolys +item.fireworksCharge.type.2=Žvaigždės formos +item.fireworksCharge.type.3=Pasalūno formos +item.fireworksCharge.type.4=Puri +item.fireworksCharge.type=Nežinoma forma +item.netherbrick.name=Požemių plyta +item.netherquartz.name=Požemių pasaulio kvarcas + +container.inventory=Inventorius +container.hopper=Daiktų piltuvas +container.crafting=Gaminimas +container.dispenser=Dalytuvas +container.dropper=Mėtiklis +container.furnace=Krosnis +container.enchant=Kerėjimai +container.repair=Daiktų taisymas ir pervadinimas +container.repair.cost=Kaina lygiais: %1$d +container.repair.expensive=Pernelyg brangu! +container.creative=Bloko/Daikto pasirinkimas +container.brewing=Eliksyrų staliukas +container.chest=Skrynia +container.chestDouble=Didelė skrynia +container.minecart=Vagonėlis +container.enderchest=Pabaigos skrynia + +item.dyed=Nudažytas + +entity.Item.name=Daiktas +entity.XPOrb.name=Patirties kamuolėlis +entity.SmallFireball.name=Mažas ugnies kamuolys +entity.Fireball.name=Ugnies kamuolys + +entity.Arrow.name=Strėlė +entity.Snowball.name=Sniego gniūžtė +entity.Painting.name=Paveikslas + +entity.Mob.name=Padaras +entity.Monster.name=Monstras + +entity.Creeper.name=Pasalūnas +entity.Skeleton.name=Skeletas +entity.Spider.name=Voras +entity.Giant.name=Milžinas +entity.Zombie.name=Zombis +entity.Slime.name=Gleivius +entity.Ghast.name=Šmėkla +entity.PigZombie.name=Zombis kiauliažmogis +entity.Enderman.name=Pabaigažmogis +entity.Silverfish.name=Žvyninukas +entity.CaveSpider.name=Urvinis voras +entity.Blaze.name=Liepsna +entity.LavaSlime.name=Magmos kubas +entity.MushroomCow.name=Grybakarvė +entity.Villager.name=Gyventojas +entity.VillagerGolem.name=Geležinis golemas +entity.SnowMan.name=Sniego golemas +entity.EnderDragon.name=Pabaigos drakonas +entity.WitherBoss.name=Nykūnas +entity.Witch.name=Ragana + +entity.Pig.name=Kiaulė +entity.Sheep.name=Avis +entity.Cow.name=Karvė +entity.Chicken.name=Višta +entity.Squid.name=Kalmaras +entity.Wolf.name=Vilkas +entity.Ozelot.name=Ocelotas +entity.Cat.name=Katė +entity.Bat.name=Šikšnosparnis + +entity.PrimedTnt.name=Sprogmenų blokas +entity.FallingSand.name=Krentantis blokas + +entity.Minecart.name=Vagonėlis +entity.Boat.name=Valtis + +entity.generic.name=nežinomas + +death.fell.accident.ladder=%1$s nukrito nuo kopėčių +death.fell.accident.vines=%1$s nukrito nuo vijoklių +death.fell.accident.water=%1$s nukrito nuo krioklio +death.fell.accident.generic=%1$s nukrito iš aukštumų +death.fell.killer=%1$s buvo pasmerktas nukristi +death.fell.assist=%1$s buvo pasmerktas nukristi pasidarbavus %2$s +death.fell.assist.item=%1$s buvo pasmerktas nukristi pasidarbavus %2$s naudojant %3$s +death.fell.finish=%1$s nukrito iš per aukštai ir buvo pribaigtas %2$s +death.fell.finish.item=%1$s nukrito iš per aukštai ir buvo pribaigtas %2$s naudojant %3$s + +death.attack.inFire=%1$s paskendo liepsnose +death.attack.inFire.player=%1$s įžengė į ugnį kovojant su %2$s +death.attack.onFire=%1$s sudegė +death.attack.onFire.player=%1$s sudegė kovodamas/a su %2$s +death.attack.lava=%1$s bandė plaukti lavoje +death.attack.lava.player=%1$s bandė plaukti lavoje bandydamas/a pabėgti nuo %2$s +death.attack.inWall=%1$s užduso sienoje +death.attack.drown=%1$s nuskendo +death.attack.drown.player=%1$s nuskendo bandydamas/a pabėgti nuo %2$s +death.attack.starve=%1$s mirė iš bado +death.attack.cactus=%1$s buvo subadytas/a +death.attack.cactus.player=%1$s atsitrenkė į kaktusą bandydamas/a pabėgti nuo %2$s +death.attack.generic=%1$s mirė +death.attack.explosion=%1$s sprogo +death.attack.explosion.player=%1$s buvo susprogdintas/a %2$s'o +death.attack.magic=%1$s buvo nužudytas/a magijos +death.attack.wither=%1$s buvo nusineštas/a nykumo +death.attack.anvil=%1$s buvo pritrėkštas/a krintančio priekalo +death.attack.fallingBlock=%1$s buvo sutraiškytas/a krintančio bloko +death.attack.mob=%1$s buvo nužudytas/a %2$s +death.attack.player=%1$s buvo nužudytas/a žaidėjo %2$s +death.attack.player.item=%1$s buvo nužudytas/a žaidėjo %2$s naudojant %3$s +death.attack.arrow=%1$s buvo nušautas pasidarbavus %2$s +death.attack.arrow.item=%1$s buvo nušautas pasidarbavus %2$s su %3$s +death.attack.fireball=%1$s buvo apmėtytas/a ugnies kamuoliais pasidarbavus %2$s +death.attack.fireball.item=%1$s buvo apmėtytas/a ugnies kamuoliais pasidarbavus %2$s naudojant %3$s +death.attack.thrown=%1$s buvo numestas/a %2$s +death.attack.thrown.item=%1$s buvo numestas/a pasidarbavus %2$s naudojantis %3$s +death.attack.indirectMagic=%1$s buvo nužudytas/a pasidarbavus %2$s naudojant magiją +death.attack.indirectMagic.item=%1$s buvo nužudytas/a pasidarbavus %2$s naudojantis %3$s +death.attack.thorns=%1$s buvo nužudytas/a bandydamas/a pakenkti %2$s +death.attack.fall=%1$s per stipriai atsitrenkė į žemę +death.attack.outOfWorld=%1$s iškrito iš pasaulio + +deathScreen.respawn=Prisikelti +deathScreen.deleteWorld=Ištrinti pasaulį +deathScreen.titleScreen=Pagrindinis meniu +deathScreen.score=Jūsų surinktų taškų +deathScreen.title.hardcore=Žaidimas baigtas! +deathScreen.hardcoreInfo=Negalite atgimti negailestingajame režime! +deathScreen.title=Jūs mirėte! +deathScreen.leaveServer=Palikti serverį + +potion.empty=Jokio poveikio +potion.moveSpeed=Greitis +potion.moveSlowdown=Lėtumas +potion.digSpeed=Greitas kasimas +potion.digSlowDown=Kasimo nuovargis +potion.damageBoost=Galia +potion.weakness=Silpnumas +potion.heal=Momentinė sveikata +potion.harm=Momentinė žala +potion.jump=Šuoliavimas +potion.confusion=Pykinimas +potion.regeneration=Atgijimas +potion.resistance=Atsparumas +potion.fireResistance=Atsparumas ugniai +potion.waterBreathing=Kvėpavimas po vandeniu +potion.invisibility=Nematomumas +potion.blindness=Aklumas +potion.nightVision=Matymas tamsoje +potion.hunger=Alkis +potion.poison=Nuodai +potion.wither=Nykumas + +potion.moveSpeed.postfix=Greičio eliksyras +potion.moveSlowdown.postfix=Lėtinantis eliksyras +potion.digSpeed.postfix=Kasėjo eliksyras +potion.digSlowDown.postfix=Tingumo eliksyras +potion.damageBoost.postfix=Jėgos eliksyras +potion.weakness.postfix=Silpnumo eliksyras +potion.heal.postfix=Gydantis eliksyras +potion.harm.postfix=Žalojantis eliksyras +potion.jump.postfix=Šuoliavimo eliksyras +potion.confusion.postfix=Pykinimo eliksyras +potion.regeneration.postfix=Atsigavimo eliksyras +potion.resistance.postfix=Atsparumo eliksyras +potion.fireResistance.postfix=Atsparumo ugniai eliksyras +potion.waterBreathing.postfix=Kvėpavimo po vandeniu eliksyras +potion.invisibility.postfix=Nematomumo eliksyras +potion.blindness.postfix=Akinantis eliksyras +potion.nightVision.postfix=Naktinio matymo eliksyras +potion.hunger.postfix=Alkio eliksyras +potion.poison.postfix=Nuodingas eliksyras +potion.wither.postfix=Nykimo eliksyras + +potion.potency.0= +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV + +potion.prefix.grenade=Mėtomas +potion.prefix.mundane=Žemiškas +potion.prefix.uninteresting=Neįdomus +potion.prefix.bland=Nuobodus +potion.prefix.clear=Skaidrus +potion.prefix.milky=Pieniškas +potion.prefix.diffuse=Difuzinis +potion.prefix.artless=Naujokiškas +potion.prefix.thin=Plonas +potion.prefix.awkward=Keistas +potion.prefix.flat=Plokščias +potion.prefix.bulky=Stambus +potion.prefix.bungling=Nerangus +potion.prefix.buttered=Sviestuotas +potion.prefix.smooth=Lygus +potion.prefix.suave=Malonus +potion.prefix.debonair=Lengvabūdiškas +potion.prefix.thick=Tirštas +potion.prefix.elegant=Elegantiškas +potion.prefix.fancy=Įmantrus +potion.prefix.charming=Žavintis +potion.prefix.dashing=Šaunus +potion.prefix.refined=Rafinuotas +potion.prefix.cordial=Šiltas +potion.prefix.sparkling=Blizgantis +potion.prefix.potent=Stiprus +potion.prefix.foul=Koktus +potion.prefix.odorless=Bekvapis +potion.prefix.rank=Laipsninis +potion.prefix.harsh=Nemalonus +potion.prefix.acrid=Kandus +potion.prefix.gross=Bjaurus +potion.prefix.stinky=Tvaikus + +enchantment.damage.all=Aštrumas +enchantment.damage.undead=Negyvėlių skausmas +enchantment.damage.arthropods=Voragyvių skausmas +enchantment.knockback=Smūgis +enchantment.fire=Padegėjas +enchantment.protect.all=Apsauga +enchantment.protect.fire=Apsauga nuo ugnies +enchantment.protect.fall=Lengvas nusileidimas +enchantment.protect.explosion=Apsauga nuo sprogimų +enchantment.protect.projectile=Apsauga nuo sviedinių +enchantment.oxygen=Žiaunos +enchantment.waterWorker=Naras +enchantment.digging=Efektyvumas +enchantment.untouching=Kruopštumas +enchantment.durability=Nesulaužomas +enchantment.lootBonus=Laimikis +enchantment.lootBonusDigger=Sėkmė +enchantment.arrowDamage=Galia +enchantment.arrowFire=Liepsna +enchantment.arrowKnockback=Smūgis +enchantment.arrowInfinite=Begalybė +enchantment.thorns=Spygliai + +enchantment.level.1=I +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.level.10=X + +gui.achievements=Pasiekimai +gui.stats=Statistika + +stat.generalButton=Bendra +stat.blocksButton=Blokai +stat.itemsButton=Daiktai + +stat.used=Kartų panaudota +stat.mined=Kartų iškasta +stat.depleted=Kartų išnaudota +stat.crafted=Kartų pagaminta + +stat.startGame=Kartų žaista +stat.createWorld=Pasaulių žaista +stat.loadWorld=Žaidimų pakrauta +stat.joinMultiplayer=Prisijungimų prie serverių +stat.leaveGame=Kartų išjungta + +stat.playOneMinute=Žaista minučių + +stat.walkOneCm=Nueitas atstumas +stat.fallOneCm=Nukristas atstumas +stat.swimOneCm=Nuplauktas atstumas +stat.flyOneCm=Nuskristas atstumas +stat.climbOneCm=Užkoptas atstumas +stat.diveOneCm=Nunertas atstumas +stat.minecartOneCm=Atstumas nukeliautas vagonėliu +stat.boatOneCm=Atstumas valtimi +stat.pigOneCm=Atstumas kiaule +stat.jump=Pašokimų +stat.drop=Išmesta daiktų + +stat.damageDealt=Žalos padaryta +stat.damageTaken=Žalos gauta +stat.deaths=Mirčių +stat.mobKills=Padarų nužudyta +stat.playerKills=Žaidėjų nužudyta +stat.fishCaught=Žuvų pagauta + +stat.mineBlock=%1$s iškasta +stat.craftItem=%1$s pagaminta +stat.useItem=%1$s panaudota +stat.breakItem=%1$s išnaudota + +achievement.get=Gautas pasiekimas! + +achievement.taken=Paimta! + +achievement.requires=Reikalingas '%1$s' +achievement.openInventory=Inventorizacija +achievement.openInventory.desc=Paspauskite '%1$s' inventoriui atidaryti +achievement.mineWood=Kumštis į medį! +achievement.mineWood.desc=Daužykite medį kol iš jo iškris medienos +achievement.buildWorkBench=Darbininkas +achievement.buildWorkBench.desc=Pasigaminkite darbastalį iš keturių lentų blokų +achievement.buildPickaxe=Laikas kasti! +achievement.buildPickaxe.desc=Naudokite lentas ir pagaliukus pagaminti kirtikliui +achievement.buildFurnace=Karšta tema +achievement.buildFurnace.desc=Pasidarykite krosnį iš aštuonių skaldos blokų +achievement.acquireIron=Prie technikos! +achievement.acquireIron.desc=Išlydykite akmens rūdos bloką +achievement.buildHoe=Laikas ūkininkauti! +achievement.buildHoe.desc=Iš lentų ir pagaliukų pasidarykite kauptuką +achievement.makeBread=Kepti duoną +achievement.makeBread.desc=Iš kviečių pasigaminkite duonos +achievement.bakeCake=Saldumynai! +achievement.bakeCake.desc=Kviečiai, cukrus, pienas ir kiaušiniai! +achievement.buildBetterPickaxe=Tobulėjimo metas! +achievement.buildBetterPickaxe.desc=Pasidarykite geresnį kirtiklį +achievement.cookFish=Gurmaniška žuvis +achievement.cookFish.desc=Pasigaukite ir iškepkite žuvį! +achievement.onARail=Ant bėgių +achievement.onARail.desc=Nukeliaukite vagonėliu bent 1 km nuo ten kur pradėjote +achievement.buildSword=Laikas pulti! +achievement.buildSword.desc=Naudodami pagaliukus ir lentas pasidarykite kardą +achievement.killEnemy=Monstrų medžiotojas +achievement.killEnemy.desc=Užpulkite ir nukaukite monstrą +achievement.killCow=Karvių medžiotojas +achievement.killCow.desc=Gaukite odos +achievement.flyPig=Kai kiaulės skraido +achievement.flyPig.desc=Nuskriskite su kiaule nuo kalvos +achievement.snipeSkeleton=Snaiperių kova +achievement.snipeSkeleton.desc=Nužudykite skeletą su strėle daugiau nei per 50 metrų +achievement.diamonds=DEIMANTAI! +achievement.diamonds.desc=Gaukite deimantų savo geležiniais įrankiais +achievement.portal=Mums reikia eiti giliau +achievement.portal.desc=Pastatykite portalą į Požemius +achievement.ghast=Grąžinti siuntėjui +achievement.ghast.desc=Nužudykite Šmėklą jos pačios ugniniu kamuoliu +achievement.blazeRod=Užgrūdintas +achievement.blazeRod.desc=Išgaukite iš Liepsnos jos strypą +achievement.potion=Vietiniai viralai +achievement.potion.desc=Išvirkite eliksyrą +achievement.theEnd=Pabaiga? +achievement.theEnd.desc=Suraskite Pabaigą +achievement.theEnd2=Pabaiga. +achievement.theEnd2.desc=Nukaukite Pabaigos drakoną +achievement.enchantments=Kerėtojas +achievement.enchantments.desc=Panaudokite knygas, obsidianą ir deimantus pasidaryti kerėjimų stalui +achievement.overkill=Asas +achievement.overkill.desc=Atimkite aštuonias širdeles vienu kirčiu +achievement.bookcase=Bibliotekininkas +achievement.bookcase.desc=Pastatykite lentynų, kad patobulintumėte savo kerėjimų stalą + +commands.generic.exception=Bandant įvykdyti šią komandą įvyko nežinoma klaida +commands.generic.syntax=Netinkama komandos forma +commands.generic.player.notFound=Šis žaidėjas nerastas +commands.generic.notFound=Nežinoma komanda. Pabandykite /help visų komandų sąrašui +commands.generic.num.invalid='%s' nėra teisingas skaičius +commands.generic.num.tooSmall=Skaičius, kurį įvedėte (%d), yra per mažas, jis turi būti bent %d +commands.generic.num.tooBig=Skaičius, kurį įvedėte (%d), yra per didelis, jis turi būti ne didesnis už %d +commands.generic.double.tooSmall=Skaičius, kurį įvedėte (%.2f), yra per mažas, jis turi būti ne mažesnis už %.2f +commands.generic.double.tooBig=Skaičius, kurį įvedėte (%.2f), yra per didelis, jis turi būti ne didesnis už %.2f +commands.generic.usage=Naudojimas: %s + +commands.xp.failure.widthdrawXp=Negalite žaidėjui suteikti neigiamų patirties taškų +commands.xp.success=%d patirties suteikta %s +commands.xp.success.levels=%d lygių suteikta %s +commands.xp.success.negative.levels=%d lygių atimta iš %s +commands.xp.usage=/xp [žaidėjas] ARBA /xp L [žaidėjas] +commands.give.usage=/give <žaidėjas> [kiekis] [duomenys] +commands.give.notFound=Nėra tokio daikto ID %d +commands.give.success=Duota %s (ID %d) * %d žaidėjui %s +commands.effect.usage=/effect [seconds] [amplifier] +commands.effect.notFound=There is no such mob effect with ID %d +commands.effect.success=Given %1$s (ID %2$d) * %3$d to %4$s for %5$d seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.enchant.usage=/enchant <žaidėjas> [lygis] +commands.enchant.notFound=Nėra tokio užkerėjimo ID: %d +commands.enchant.noItem=Žaidėjas nelaiko jokio daikto +commands.enchant.cantEnchant=Pasirinktas užkerėjimas negali būti pritaikytas šiam daiktui +commands.enchant.cantCombine=%1$s negali būti sujungtas su %2$s +commands.enchant.success=Užkerėjimas sėkmingas +commands.clear.usage=/clear <žaidėjas> [daiktas] [duomenys] +commands.clear.success=%s inventorius išvalytas, pašalinta %d daiktų +commands.clear.failure=Could not clear the inventory of %s, no items to remove +commands.downfall.success=Orai pakeisti +commands.time.usage=/time +commands.time.added=Pridėta %d prie laiko +commands.time.set=Laikas nustatytas į %d +commands.players.list=Šiuo metu yra %d/%d prisijungusių žaidėjų: +commands.banlist.ips=Yra %d užblokuotų IP adresų: +commands.banlist.players=Yra %d užblokuotų žaidėjų: +commands.banlist.usage=/banlist [ips|players] +commands.kick.success=%s buvo išmestas/a iš žaidimo +commands.kick.success.reason=%s buvo išmestas/a iš žaidimo: '%s' +commands.kick.usage=/kick <žaidėjas> [priežastis ...] +commands.op.success=%s suteiktos administratoriaus teisės +commands.op.usage=/op <žaidėjas> +commands.deop.success=%s atimtos administratoriaus teisės +commands.deop.usage=/deop <žaidėjas> +commands.say.usage=/say <žinutė ...> +commands.ban.success=%s buvo užblokuotas +commands.ban.usage=/ban [priežastis...] +commands.unban.success=%s buvo atblokuotas +commands.unban.usage=/pardon +commands.banip.invalid=Jūs įvedėte neteisingą IP adresą arba žaidėjas/a nėra prisijungęs/usi +commands.banip.success=IP adresas %s buvo užblokuotas +commands.banip.success.players=Užblokuotas IP adresas %s, priklausantis %s +commands.banip.usage=/ban-ip [priežastis...] +commands.unbanip.invalid=Jūs įvedėte neteisingą IP adresą +commands.unbanip.success=IP adresas %s buvo atblokuotas +commands.unbanip.usage=/pardon-ip +commands.save.enabled=Pasaulio auto-saugojimas įjungtas +commands.save.disabled=Pasaulio auto-saugojimas išjungtas +commands.save.start=Išsaugoma... +commands.save.success=Pasaulis išsaugotas +commands.save.failed=Išsaugojimas nepavyko: %s +commands.stop.start=Serveris stabdomas +commands.tp.success=%s perkeltas/a pas %s +commands.tp.success.coordinates=%s perkeltas į %.2f,%.2f,%.2f +commands.tp.usage=/tp [žaidėjas] <žaidėjas-tikslas> ARBA /tp [žaidėjas] +commands.tp.notSameDimension=Negalima perkelti, nes žaidėjai ne toje pačioje dimensijoje +commands.whitelist.list=Yra %d (%d iš matytų) žaidėjų baltajame sąraše: +commands.whitelist.enabled=Baltasis sąrašas įjungtas +commands.whitelist.disabled=Baltasis sąrašas išjungtas +commands.whitelist.reloaded=Baltasis sąrašas perkrautas +commands.whitelist.add.success=%s pridėtas/a prie baltojo sąrašo +commands.whitelist.add.usage=/whitelist add <žaidėjas> +commands.whitelist.remove.success=%s pašalintas/a iš baltojo sąrašo +commands.whitelist.remove.usage=/whitelist remove <žaidėjas> +commands.whitelist.usage=/whitelist +commands.scoreboard.usage=/scoreboard +commands.scoreboard.teamNotFound=Nebuvo rasta komanda pavadinimu "%s" +commands.scoreboard.objectiveNotFound=Nebuvo rastas tikslas pavadinimu "%s" +commands.scoreboard.objectiveReadOnly=Tikslas "%s" yra tik skaitymui ir negali būti nustatytas +commands.scoreboard.objectives.usage=/scoreboard objectives +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [tikslas] +commands.scoreboard.objectives.setdisplay.invalidSlot=Nėra tokios vaizdavimo vietos "%s" +commands.scoreboard.objectives.setdisplay.successCleared=Išvalyta tikslų vaizdavimo vieta "%s" +commands.scoreboard.objectives.setdisplay.successSet=Rodomas tikslas "%s" vietoje nustatytas į "%s" +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [pavadinimas ekranui ...] +commands.scoreboard.objectives.add.wrongType=Netinkamas kriterijus. Galimi tipai: %s +commands.scoreboard.objectives.add.alreadyExists=Tikslas pavadinimu "%s" nau egzisuoja +commands.scoreboard.objectives.add.tooLong=Pavadinimas "%s" yra per ilgas tikslui, jis gali būti ne ilgesnis nei %d ženklų +commands.scoreboard.objectives.add.displayTooLong=Pavadinimas atvaizdavimui "%s" yra per ilgas tikslui, jis gali būti ne ilgesnis nei %d ženklų +commands.scoreboard.objectives.add.success=Naujas tikslas "%s" pridėtas sėkmingai +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.remove.success=Tikslas "%s" sėkmingai pašalintas +commands.scoreboard.objectives.list.count=Rodoma %d tikslų rezultatų lentelėje +commands.scoreboard.objectives.list.entry=- %s: rodomas kaip "%s" ir yra "%s" tipo +commands.scoreboard.objectives.list.empty=Nėra tikslų švieslentėje +commands.scoreboard.players.usage=/scoreboard players +commands.scoreboard.players.set.success=%s tikslo taškų kiekis žaidėjui %s nustatytas į %d +commands.scoreboard.players.set.usage=/scoreboard players set <žaidėjas> +commands.scoreboard.players.add.usage=/scoreboard players add <žaidėjas> +commands.scoreboard.players.remove.usage=/scoreboard players remove <žaidėjas> +commands.scoreboard.players.reset.usage=/scoreboard players reset <žaidėjas> +commands.scoreboard.players.reset.success=Visi %s žaidėjo taškai nustatyti į 0 +commands.scoreboard.players.list.count=Rodoma %d sekamų žaidėjų švieslentėje +commands.scoreboard.players.list.empty=Nėra sekamų žaidėjų švieslentėje +commands.scoreboard.players.list.player.count=Rodoma %d sekamų tikslų žaidėjui %s +commands.scoreboard.players.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.players.list.player.empty=Žaidėjas/a %s neturi įrašytų taškų +commands.scoreboard.teams.usage=/scoreboard teams +commands.scoreboard.teams.add.usage=/scoreboard teams add [pavadinimas vaizdavimui ...] +commands.scoreboard.teams.add.alreadyExists=Komanda pavadinimu "%s" jau egzistuoja +commands.scoreboard.teams.add.tooLong=Pavadinimas "%s" yra per ilgas komandai, jis gali būti ne ilgesnis nei %d ženklų +commands.scoreboard.teams.add.displayTooLong=Pavadinimas vaizdavimui "%s" yra per ilgas komandai, jis gali būti ne ilgesnis nei %d ženklų +commands.scoreboard.teams.add.success=Nauja komanda "%s" pridėta sėkmingai +commands.scoreboard.teams.list.usage=/scoreboard teams list [pavadinimas] +commands.scoreboard.teams.list.count=Rodoma %d komandų švieslentėje +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' turi %3$d žaidėjų +commands.scoreboard.teams.list.empty=Nėra registruotų komandų rezultatų lentelėje +commands.scoreboard.teams.list.player.count=Rodoma %d žaidėjų komandoje %s +commands.scoreboard.teams.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.teams.list.player.empty=Komanda %s neturi žaidėjų +commands.scoreboard.teams.empty.usage=/scoreboard teams clear +commands.scoreboard.teams.empty.alreadyEmpty=Komanda %s jau tuščia, negalima pašalinti daugiau žaidėjų +commands.scoreboard.teams.empty.success=Pašalinti visi %d žaidėjų iš komandos %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.remove.success=Pašalinta komanda %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [žaidėjas] +commands.scoreboard.teams.join.success=Pridėta %d žaidėjų į komandą %s: %s +commands.scoreboard.teams.join.failure=Nepavyko pridėti %d žaidėjų į komandą %s: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [žaidėjas] +commands.scoreboard.teams.leave.success=Pašalinta %d žaidėjų iš jų komandų: %s +commands.scoreboard.teams.leave.failure=Nepavyko pašalinti %d žaidėjų iš jų komandų: %s +commands.scoreboard.teams.leave.noTeam=Jūs nesate komandoje +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.option.noValue=Galimos reikšmės nustatymui %s yra: %s +commands.scoreboard.teams.option.success=Set option %s for team %s to %s +commands.gamemode.success.self=Jūsų žaidimo režimas nustatytas į %s +commands.gamemode.success.other=%s žaidimo režimas nustatytas į %s +commands.gamemode.usage=/gamemode [žaidėjas] +commands.defaultgamemode.usage=/defaultgamemode +commands.defaultgamemode.success=Numatytasis pasaulio žaidimo režimas dabar - %s +commands.me.usage=/me +commands.help.header=--- Rodomas pagalbos puslapis %d iš %d (/help ) --- +commands.help.footer=Patarimas: naudokite vesdami komandą automatiniam komandos ir jos parametrų užbaigimui +commands.help.usage=/help [puslapis|komandos pavadinimas] +commands.publish.started=Vietinis žaidimas sukurtas %s +commands.publish.failed=Nepavyko įjungti vietinio žaidimo +commands.debug.start=Pradėtas sistemos profiliavimas +commands.debug.stop=Sistemos profiliavimas sustabdytas po %.2f sekundžių (%d laiko vienetų) +commands.debug.notStarted=Negalima sustabdyti profiliavimo nes jis dar nepradėtas +commands.debug.usage=/debug +commands.message.usage=/tell <žaidėjas> +commands.message.sameTarget=Negalite siųsti privačios žinutės sau! +commands.message.display.outgoing=Jūs sušnabždėjote %s: %s +commands.message.display.incoming=%s šnabžda jums: %s +commands.difficulty.usage=/difficulty +commands.difficulty.success=Žaidimo lygis nustatytas į %s +commands.spawnpoint.usage=/spawnpoint ARBA /spawnpoint <žaidėjas> ARBA /spawnpoint <žaidėjas> +commands.spawnpoint.success=%s prisikėlimo taškas pakeistas į (%d, %d, %d) +commands.gamerule.usage=/gamerule ARBA /gamerule +commands.gamerule.success=Žaidimo taisyklė atnaujinta +commands.gamerule.norule=Nėra žaidimo taisyklės pavadinimu %s +commands.weather.usage=/weather [trukmė sekundėmis] +commands.weather.clear=Keičiama į giedrą +commands.weather.rain=Keičiama į lietų +commands.weather.thunder=Keičiama į lietų ir griaustinį +commands.testfor.usage=/testfor <žaidėjas> +commands.testfor.failed=/testfor galima naudoti tik komandų blokuose su analogine išvestimi + +itemGroup.buildingBlocks=Statybiniai blokai +itemGroup.decorations=Dekoratyviniai blokai +itemGroup.redstone=Raudonakmenis +itemGroup.transportation=Transportas +itemGroup.misc=Įvairūs +itemGroup.search=Ieškoti daiktų +itemGroup.food=Maisto produktai +itemGroup.tools=Įrankiai +itemGroup.combat=Ginklai +itemGroup.brewing=Eliksyrai +itemGroup.materials=Medžiagos +itemGroup.inventory=Išlikimo inventorius + +inventory.binSlot=Sunaikinti daiktą + +advMode.setCommand=Konsolės komandos blokui nustatymas +advMode.command=Konsolės komanda +advMode.nearestPlayer=Naudokite "@p" kreipdamiesi į arčiausią žaidėją +advMode.randomPlayer=Naudokite "@r" kreipdamiesi į atsitiktinį žaidėją +advMode.allPlayers=Naudokite "@a" kreipdamiesi į visus žaidėjus + +advMode.notEnabled=Komandų blokai šiame serveryje išjungti +advMode.notAllowed=Turite turėti aukštesnes teises ir būti kūrybiniame režime + +mco.title=Minecraft Realms +mco.selectServer.select=Prisijungti prie serverio +mco.selectServer.configure=Konfigūruoti +mco.selectServer.create=Sukurti pasaulį +mco.selectServer.moreinfo=Daugiau informacijos + +mco.configure.world.edit.title=Keisti pasaulį + +mco.configure.world.title=Konfigūruoti pasaulį +mco.configure.world.name=Pavadinimas +mco.configure.world.description=Aprašas +mco.configure.world.location=Vieta +mco.configure.world.invited=Pakviestieji +mco.configure.world.buttons.edit=Keisti +mco.configure.world.buttons.reset=Anuliuoti pasaulį +mco.configure.world.buttons.done=Atlikta +mco.configure.world.buttons.delete=Ištrinti +mco.configure.world.buttons.open=Atidaryti pasaulį +mco.configure.world.buttons.close=Uždaryti pasaulį +mco.configure.world.buttons.invite=Pakviesti +mco.configure.world.buttons.uninvite=Nepakviesti +mco.configure.world.buttons.subscription=Subscription +mco.configure.world.invite.profile.name=Pavadinimas +mco.configure.world.uninvite.question=Ar tikrai norite atšaukti pakvietimą? + +mco.configure.world.subscription.title=Subscription Info +mco.configure.world.subscription.daysleft=Days Left +mco.configure.world.subscription.start=Start Date +mco.configure.world.subscription.extend=Extend + +mco.create.world.location.title=Vietos +mco.create.world.location.warning=Negalite naudoti pasirinktos vietos +mco.create.world.wait=Kuriamas pasaulis... + +mco.reset.world.title=Anuliuoti pasaulį +mco.reset.world.warning=Tai visam laikui pašalins Jūsų pasaulį! +mco.reset.world.seed=Reikšmė generatoriui (nebūtina) +mco.reset.world.resetting.screen.title=Anuliuojamas pasaulis... + +mco.configure.world.close.question.line1=Jūsų pasaulis taps nebeprieinamu. +mco.configure.world.close.question.line2=Ar tikrai norite atlikti veiksmą? + +mco.connect.connecting=Prisijungiama prie serverio tinkle... +mco.connect.authorizing=Registruojamasi... +mco.connect.failed=Nepavyko prisijungti prie serverio tinkle + +mco.create.world=Sukurti + diff --git a/1.5.2/lang/lv_LV.lang b/1.5.2/lang/lv_LV.lang new file mode 100644 index 00000000..feda618f --- /dev/null +++ b/1.5.2/lang/lv_LV.lang @@ -0,0 +1,1293 @@ +#X-Generator: crowdin.net + +language.name=Latviešu +language.region=Latvija +language.code=lv_LV + +gui.done=Gatavs +gui.cancel=Atcelt +gui.back=Back +gui.toMenu=Atpakaļ uz izvēlni +gui.up=Uz augšu +gui.down=Uz leju +gui.yes=Jā +gui.no=Nē + +menu.singleplayer=Vienspēlētāja režīms +menu.multiplayer=Daudzspēlētāju režīms +menu.online=Minecraft Realms +menu.options=Opcijas... +menu.quit=Iziet +menu.returnToMenu=Saglabāt un iziet uz izvēlni +menu.disconnect=Atvienoties +menu.returnToGame=Atgriezties spēlē +menu.switchingLevel=Pārslēdz pasaules +menu.generatingLevel=Ģenerē pasauli +menu.loadingLevel=Ielādē pasauli +menu.generatingTerrain=Ģenerē apvidu +menu.convertingLevel=Pārveido pasauli +menu.simulating=Simulē pasauli +menu.respawning=Atdzimst +menu.shareToLan=Atvērt LAN + +selectWorld.title=Izvēlieties Pasauli +selectWorld.empty=tukšs +selectWorld.world=Pasaule +selectWorld.select=Spēlēt Izvēlētajā Pasaulē +selectWorld.create=Izveidot jaunu Pasauli +selectWorld.recreate=Atkārtoti izveidot +selectWorld.createDemo=Spēlēt Jaunā Izmēģinājuma Pasaulē +selectWorld.delete=Izdzēst +selectWorld.rename=Pārdēvēt +selectWorld.deleteQuestion=Vai tu tiešām vēlies izdzēst šo pasauli? +selectWorld.deleteWarning=būs zaudēta uz mūžu! (Uz ilgu laiku!) +selectWorld.deleteButton=Dzēst +selectWorld.renameButton=Pārdēvēt +selectWorld.renameTitle=Pārdēvēt pasauli +selectWorld.conversion=Jābūt pārveidotai! +selectWorld.newWorld=Jauna Pasaule +selectWorld.newWorld.copyOf=%s kopija +selectWorld.enterName=Pasaules nosaukums +selectWorld.resultFolder=Tiks saglabāta: +selectWorld.enterSeed=Sēkla Pasaules Ģeneratoram +selectWorld.seedInfo=Atstāj tukšu nejaušai sēklai +selectWorld.cheats=Komandas +selectWorld.customizeType=Pielāgot + +createWorld.customize.presets=Standarti +createWorld.customize.presets.title=Izvēlēties standartu +createWorld.customize.presets.select=Izmantot standartu +createWorld.customize.presets.share=Vēlies dalīties ar savu standartu? Izmanto lodziņu apakšā! +createWorld.customize.presets.list=Alternatīvi, šeit ir daži ko mēs jau agrāk izveidojām! +createWorld.customize.flat.title=Plakanā veida pielāgošana +createWorld.customize.flat.tile=Slāņa materiāls +createWorld.customize.flat.height=Augstums +createWorld.customize.flat.addLayer=Pievienot slāni +createWorld.customize.flat.editLayer=Rediģēt slāni +createWorld.customize.flat.removeLayer=Noņemt slāni +createWorld.customize.flat.layer.top=Augša - %d +createWorld.customize.flat.layer=%d +createWorld.customize.flat.layer.bottom=Apakša - %d + +gameMode.survival=Izdzīvošanas režīms +gameMode.creative=Radošais režīms +gameMode.adventure=Piedzīvojumu režīms +gameMode.hardcore=Nežēlīgais Režīms! +gameMode.changed=Tavs spēles režīms ir atjaunināts + +selectWorld.gameMode=Spēles režīms: +selectWorld.gameMode.survival=Izdzīvošanas +selectWorld.gameMode.survival.line1=Meklē resursus, amatniecība, pieredze +selectWorld.gameMode.survival.line2=pieredzi, veselību un izsalkumu +selectWorld.gameMode.creative=Radošais +selectWorld.gameMode.creative.line1=Neierobežoti resursi, lidošana un +selectWorld.gameMode.creative.line2=sasit blokus momentā +selectWorld.gameMode.hardcore=Nežēlīgais +selectWorld.gameMode.hardcore.line1=Tā pat kā izdzīvošanas režīms, slēgts uz augstāko +selectWorld.gameMode.hardcore.line2=grūtības pakāpi un tikai viena dzīvība +selectWorld.gameMode.adventure=Piedzīvojumu +selectWorld.gameMode.adventure.line1=Tāpat kā uzdzīvošanas režīms, bet blokus +selectWorld.gameMode.adventure.line2=nevar uzlikt vai noņemt +selectWorld.moreWorldOptions=Vairāk Pasaules Opciju... +selectWorld.mapFeatures=Ģenerēt struktūras: +selectWorld.mapFeatures.info=Ciemati, cietokšņi u.c +selectWorld.mapType=Pasaules Veids: +selectWorld.mapType.normal=Normāls +selectWorld.allowCommands=Atļaut Šmaukšanos: +selectWorld.allowCommands.info=Komandas kā /gamemode, /xp +selectWorld.hardcoreMode=Nežēlīgais: +selectWorld.hardcoreMode.info=Nomirstot, pasaule tiek dzēsta +selectWorld.bonusItems=Bonusa lāde: + +generator.default=Parasts +generator.flat=Plakans +generator.largeBiomes=Lielas Biomas + +selectServer.title=Izvēlieties Serveri +selectServer.empty=tukšs +selectServer.select=Pievienoties Serverim +selectServer.direct=Tiešā Pieslēgšanās +selectServer.edit=Rediģēt +selectServer.delete=Dzēst +selectServer.add=Pievienot serveri +selectServer.defaultName=Minecraft Serveris +selectServer.deleteQuestion=Vai tiešām vēlies dzēst šo serveri? +selectServer.deleteWarning=būs zaudēts uz mūžu! (Uz ilgu laiku!) +selectServer.deleteButton=Dzēst +selectServer.refresh=Atjaunināt +selectServer.hiddenAddress=(Slēpts) +addServer.title=Rediģēt Servera Informāciju +addServer.enterName=Servera Nosaukums +addServer.enterIp=Servera Adrese +addServer.add=Gatavs +addServer.hideAddress=Slēpt adresi +lanServer.title=LAN pasaule +lanServer.scanning=Scanning for games on your local network +lanServer.start=Sākt LAN pasauli +lanServer.otherPlayers=Uzstādijumi citiem spēlētājiem +mcoServer.title=Minecraft Tiešsaistes Pasaule + +multiplayer.title=Spēlēt daudzspēlētāju režīmu +multiplayer.connect=Pievienoties +multiplayer.info1=Minecraft daudzspēlētāju režīms pašlaik nav pabeigts, bet +multiplayer.info2=notiek agra testēšana. +multiplayer.ipinfo=Ievadiet servera IP adresi, lai pievienotos tam: + +multiplayer.texturePrompt.line1=Šis terveris iesaka izmantot pielāgotu tekstūru paku. +multiplayer.texturePrompt.line2=Vai tu vēlies lejupielādēt un uzinstalēt to automātiski? + +multiplayer.downloadingTerrain=Lejupielādē apvidu + +multiplayer.stopSleeping=Pamest gultu + +chat.link.confirm=Vai tu tiešām vēlies atvērt sekojošo mājas lapu? +chat.link.warning=Nekad neatver saites no cilvēkiem, kuriem tu neuzticies! +chat.copy=Kopēt + +menu.playdemo=Spēlēt Demo Pasaulē +menu.resetdemo=Atiestatīt Demo Pasauli +demo.day.1=Šis demo ilgs piecas spēles dienas, dari ko spēj! +demo.day.2=Otrā Diena +demo.day.3=Trešā Diena +demo.day.4=Ceturtā Diena +demo.day.5=Šî ir tava pēdējā diena! +demo.day.warning=Tavs laiks ir gandrīz beidzies! +demo.day.6=Tu esi aizvadijis savu piekto dienu, izmanto F2 lai saglabātu savas celtnes attēlu +demo.reminder=Demo laiks ir beidzies, nopērc spēli lai turpinātu vai uzsāktu jaunu pasauli! +demo.remainingTime=Atlikušais laiks: %s +demo.demoExpired=Demo laiks ir beidzies! +demo.help.movement=Izmanto %1$s, %2$s, %3$s, %4$s un peli, lai pārvietotos +demo.help.movementShort=Pārvietojies izmantojot %1$s, %2$s, %3$s, %4$s +demo.help.movementMouse=Skaties apkārt izmantojot peli +demo.help.jump=Izmanto %1$s, lai lēktu +demo.help.inventory=Izmanto %1$s, lai atvērtu somu +demo.help.title=Minecraft Demo Režīms +demo.help.fullWrapped=Šis demo ilgs 5 spēles dienas (apmēram 1 stundu un 40 minūtes). Apskaties sasniegumus padomiem! Izklaidējies! +demo.help.buy=Pirkt tagad! +demo.help.later=Turpināt Spēli! + +connect.connecting=Veido savienojumu ar serveri... +connect.authorizing=Pieslēdzas... +connect.failed=Neizdevās izveidot savienojumu ar serveri + +disconnect.genericReason=%s +disconnect.disconnected=Serveris tevi atvienoja +disconnect.lost=Savienojums zudis +disconnect.kicked=Tevi izmeta no servera +disconnect.timeout=Savienojuma noildze +disconnect.closed=Savienojums slēgts +disconnect.loginFailed=Neizdevās pieslēgties +disconnect.loginFailedInfo=Neizdevās pieslēgties: %s +disconnect.quitting=Iziet +disconnect.endOfStream=Plūsmas beigas +disconnect.overflow=Buferis pārpildīts +disconnect.spam=Izmests spamošanas dēļ + +options.off=Izslēgts +options.on=Ieslēgts +options.visible=Parādīts +options.hidden=Paslēpts +options.title=Opcijas +options.controls=Vadības uzstādijumi... +options.video=Video uzstādijumi... +options.language=Valoda... +options.languageWarning=Valodas tulkojums var nebūt 100% pareizs +options.videoTitle=Video uzstādijumi +options.music=Mūzika +options.sound=Skaņa +options.invertMouse=Apgriezta Pele +options.fov=Redzes lauks +options.fov.min=Normāls +options.fov.max=Quake Pro +options.gamma=Gaišums +options.gamma.min=Tumšs +options.gamma.max=Gaišs +options.sensitivity=Jūtība +options.sensitivity.min=*žāvaaa* +options.sensitivity.max=HIPERĀTRUMS!!! +options.renderDistance=Renderēšanas attālums +options.renderDistance.tiny=Sīks +options.renderDistance.short=Mazs +options.renderDistance.normal=Normāls +options.renderDistance.far=Tāls +options.viewBobbing=Skata šūpošanās +options.ao=Gluds Apgaismojums +options.ao.off=Off +options.ao.min=Minimum +options.ao.max=Maximum +options.anaglyph=3D +options.framerateLimit=Veiktspēja +options.difficulty=Grūtības pakāpe +options.difficulty.peaceful=Mierīga +options.difficulty.easy=Viegla +options.difficulty.normal=Normāla +options.difficulty.hard=Grūta +options.difficulty.hardcore=Nežēlīga +options.graphics=Grafika +options.graphics.fancy=Detalizēta +options.graphics.fast=Ātra +options.guiScale=GUI izmērs +options.guiScale.auto=Automātisks +options.guiScale.small=Mazs +options.guiScale.normal=Vidējs +options.guiScale.large=Liels +options.advancedOpengl=Uzlabots OpenGL +options.renderClouds=Mākoņi +options.farWarning1=64 bit Java ir ieteicama +options.farWarning2=lielam renderēšanas attālumam (tev ir 32 bit) +options.particles=Daļiņas +options.particles.all=Visas +options.particles.decreased=Samazinātas +options.particles.minimal=Minimālas +options.multiplayer.title=Daudzspēlētāju uzstādijumi... +options.chat.title=Čata uzstādijumi... +options.chat.visibility=Čats +options.chat.visibility.full=Parādīts +options.chat.visibility.system=Tikai komandas +options.chat.visibility.hidden=Paslēpts +options.chat.color=Krāsas +options.chat.opacity=Caurspīdīgums +options.chat.links=Interneta Saites +options.chat.links.prompt=Piedāvāt Saites +options.chat.scale=Izmērs +options.chat.width=Platums +options.chat.height.focused=Koncentrējies uz augstumu +options.chat.height.unfocused=Nekoncentrējies uz augstumu +options.showCape=Rādīt apmetni +options.serverTextures=Servera Tekstūras +options.snooper=Atļaut Snooper +options.snooper.view=Snooper Uzstādijumi... +options.snooper.title=Mašīnas Specifikāciju Kolekcija +options.snooper.desc=Mēs vēlamies apkopot informāciju par jūsu datoru, lai uzlabotu Minecraft, zinot ko mēs varam atbalstīt un kādas ir lielākās problēmas. Visa ši informācija ir pilnībā anonīma un aplūkojama zemāk. Mēs apsolam, ka nedarīsim neko sliktu ar šiem datiem, bet ja jūs vēlaties atteikties, droši variet to atslēgt! +options.texture.pack=Tekstūru pakas +options.fullscreen=Pilnekrāna režīms +options.vsync=Izmantot VSync +options.touchscreen=Skārienjūtīgais Režīms + +performance.max=Maksimālais FPS +performance.balanced=Sabalancēts +performance.powersaver=Enerģijas taupīšana + +controls.title=Vadîbas uzstâdijumi + +key.forward=Uz Priekšu +key.left=Pa Kreisi +key.back=Atpakaļ +key.right=Pa Labi +key.jump=Lēkt +key.inventory=Soma +key.drop=Izmest +key.chat=Čats +key.fog=Regulēt miglu +key.sneak=Lavīties +key.playerlist=Parādīt spēlētājus +key.attack=Uzbrukt +key.use=Izmantot priekšmetu +key.pickItem=Paņemt bloku +key.mouseButton=Poga %1$s +key.command=Komanda + +texturePack.openFolder=Atvērt tekstūru paku mapi +texturePack.title=Izvēlieties tekstūru paku +texturePack.folderInfo=(Ievieto tekstūru pakas šeit) +texturePack.incompatible=Nesaderīga + +book.pageIndicator=%1$s lapa no %2$s +book.byAuthor=Autors: %1$s +book.signButton=Parakstīt +book.editTitle=Ievadi Grāmatas Nosaukumu: +book.finalizeButton=Parakstīt Un Aizvērt +book.finalizeWarning=Piezīme! Kad grāmata tiks parakstīta, to vaira nevarēs rediģēt. + +tile.stone.name=Akmens + +tile.grass.name=Zāles bloks +tile.dirt.name=Zeme +tile.stonebrick.name=Mūrakmens +tile.wood.name=Dēļi +tile.wood.oak.name=Ozola Koka Dēļi +tile.wood.spruce.name=Egles Koka Dēļi +tile.wood.birch.name=Bērza Koka Dēļi +tile.wood.jungle.name=Džungļu Koka Dēļi +tile.sapling.oak.name=Ozola Stāds +tile.sapling.spruce.name=Egles Stāds +tile.sapling.birch.name=Bērza Stāds +tile.sapling.jungle.name=Džungļu Koka Stāds +tile.deadbush.name=Nokaltis krūms +tile.bedrock.name=Klintsakmens +tile.water.name=Ūdens +tile.lava.name=Lava +tile.sand.name=Smiltis +tile.sandStone.name=Smilšakmens +tile.sandStone.default.name=Smilšakmens +tile.sandStone.chiseled.name=Noslīpēts smilšakmens +tile.sandStone.smooth.name=Gludais Smilšakmems +tile.gravel.name=Grants +tile.oreGold.name=Zelta rūda +tile.oreIron.name=Dzelzs rūda +tile.oreCoal.name=Akmeņogles +tile.log.name=Koks +tile.log.oak.name=Ozolkoks +tile.log.spruce.name=Egles Koks +tile.log.birch.name=Bērza Koks +tile.log.jungle.name=Džungļu Koks +tile.leaves.name=Lapas +tile.leaves.oak.name=Ozola Lapas +tile.leaves.spruce.name=Egles Lapas +tile.leaves.birch.name=Bērza Lapas +tile.leaves.jungle.name=Džungļu Koka Lapas +tile.tallgrass.name=Zāle +tile.tallgrass.shrub.name=Krūms +tile.tallgrass.grass.name=Zāle +tile.tallgrass.fern.name=Paparde +tile.sponge.name=Sūklis +tile.glass.name=Stikls +tile.thinGlass.name=Stikla plāksne +tile.cloth.name=Vilna +tile.flower.name=Puķe +tile.rose.name=Roze +tile.mushroom.name=Sēne +tile.blockGold.name=Zelta bloks +tile.blockIron.name=Dzelzs bloks +tile.stoneSlab.stone.name=Akmens plāksne +tile.stoneSlab.sand.name=Smilšakmens plāksne +tile.stoneSlab.wood.name=Koka plāksne +tile.stoneSlab.cobble.name=Mūrakmens plāksne +tile.stoneSlab.brick.name=Ķieģeļu plāksne +tile.stoneSlab.smoothStoneBrick.name=Bruģakmens plāksne +tile.stoneSlab.netherBrick.name=Elles Ķieģeļu Plāksne +tile.stoneSlab.quartz.name=Kvarca plāksne +tile.woodSlab.oak.name=Ozolkoka Plāksne +tile.woodSlab.spruce.name=Egles Koka Plāksne +tile.woodSlab.birch.name=Bērza Koka Plāksne +tile.woodSlab.jungle.name=Džungļu Koka Plāksne +tile.brick.name=Ķieģeļi +tile.tnt.name=Dinamīts +tile.bookshelf.name=Grāmatu plaukts +tile.stoneMoss.name=Apsūnojis mūrakmens +tile.obsidian.name=Obsidiāns +tile.torch.name=Lāpa +tile.fire.name=Uguns +tile.mobSpawner.name=Briesmoņu radītājs +tile.stairsWood.name=Ozolkoka kāpnes +tile.stairsWoodSpruce.name=Egles koka kāpnes +tile.stairsWoodBirch.name=Bērza koka kāpnes +tile.stairsWoodJungle.name=Džungļu koka kāpnes +tile.chest.name=Lāde +tile.chestTrap.name=Lamatu lāde +tile.redstoneDust.name=Sarkanakmens putekļi +tile.oreDiamond.name=Dimanta rūda +tile.blockDiamond.name=Dimantu bloks +tile.workbench.name=Darbagalds +tile.crops.name=Augi +tile.farmland.name=Lauks +tile.furnace.name=Krāsns +tile.sign.name=Zīme +tile.doorWood.name=Koka druvis +tile.ladder.name=Kāpnes +tile.rail.name=Sliedes +tile.goldenRail.name=Elektriskās sliedes +tile.activatorRail.name=Aktivatora sliedes +tile.detectorRail.name=Detektorsliedes +tile.stairsStone.name=Akmens kāpnes +tile.stairsSandStone.name=Smilšakmens trepes +tile.lever.name=Svira +tile.pressurePlate.name=Spiediena plāksne +tile.weightedPlate_light.name=Svērtā spiediena plāksne (Viegla) +tile.weightedPlate_heavy.name=Svērtā spiediena plāksne (Smaga) +tile.doorIron.name=Dzelzs druvis +tile.oreRedstone.name=Sarkanakmens Rūda +tile.notGate.name=Sarkanakmens Lāpa +tile.button.name=Poga +tile.snow.name=Sniegs +tile.ice.name=Ledus +tile.cactus.name=Kaktuss +tile.clay.name=Māls +tile.reeds.name=Cukurniedres +tile.jukebox.name=Plašu atskaņotājs +tile.fence.name=Žogs +tile.fenceGate.name=Žoga vārti +tile.pumpkin.name=Ķirbis +tile.litpumpkin.name=Ķirbja Laterna +tile.hellrock.name=Elles akmens +tile.hellsand.name=Dvēseļu smiltis +tile.lightgem.name=Mirdzakmens +tile.portal.name=Portāls +tile.cloth.black.name=Melna vilna +tile.cloth.red.name=Sarkana vilna +tile.cloth.green.name=Tumši zaļa vilna +tile.cloth.brown.name=Brūna vilna +tile.cloth.blue.name=Zila vilna +tile.cloth.purple.name=Purpura vilna +tile.cloth.cyan.name=Ciānzila vilna +tile.cloth.silver.name=Gaiši pelēka vilna +tile.cloth.gray.name=Pelēka vilna +tile.cloth.pink.name=Rozā vilna +tile.cloth.lime.name=Gaiši zaļa vilna +tile.cloth.yellow.name=Dzeltena vilna +tile.cloth.lightBlue.name=Gaiši zila vilna +tile.cloth.magenta.name=Violeta vilna +tile.cloth.orange.name=Oranža vilna +tile.cloth.white.name=Vilna +tile.oreLapis.name=Lazurīta rūda +tile.blockLapis.name=Lazurīta bloks +tile.dispenser.name=Izšāvējs +tile.dropper.name=Izsviedējs +tile.musicBlock.name=Nošu bloks +tile.cake.name=Torte +tile.bed.name=Gulta +tile.bed.occupied=Šī gulta ir aizņemta +tile.bed.noSleep=Tu vari gulēt tikai naktī +tile.bed.notSafe=Tu tagad nevari atpūsties, briesmoņi ir netālu +tile.bed.notValid=Tava mājas gulta ir pazudusi vai aizsprostota +tile.lockedchest.name=Aizslēgta lāde +tile.trapdoor.name=Lūka +tile.web.name=Zirnekļtīkls +tile.stonebricksmooth.name=Akmens Ķieģeļi +tile.stonebricksmooth.default.name=Akmens Ķieģeļi +tile.stonebricksmooth.mossy.name=Apsūnojuši Akmens Ķieģeļi +tile.stonebricksmooth.cracked.name=Saplaisājuši Akmens Ķieģeļi +tile.stonebricksmooth.chiseled.name=Noslīpēti Akmens Ķieģeļi +tile.monsterStoneEgg.stone.name=Akmens Briesmoņa Ola +tile.monsterStoneEgg.cobble.name=Bruģakmens Briesmoņa Ola +tile.monsterStoneEgg.brick.name=Akmens Ķieģeļu Briesmoņa Ola +tile.pistonBase.name=Virzulis +tile.pistonStickyBase.name=Lipīgs virzulis +tile.fenceIron.name=Dzelzs restes +tile.melon.name=Arbūzs +tile.stairsBrick.name=Ķieģeļu trepes +tile.stairsStoneBrickSmooth.name=Bruģakmens trepes +tile.vine.name=Vītenes +tile.netherBrick.name=Elles Ķieģeļi +tile.netherFence.name=Elles Ķieģeļu Žogs +tile.stairsNetherBrick.name=Elles Ķieģeļu Trepes +tile.netherStalk.name=Elles Sēne +tile.cauldron.name=Katls +tile.enchantmentTable.name=Burvestību galds +tile.anvil.name=Lakta +tile.anvil.intact.name=Lakta +tile.anvil.slightlyDamaged.name=Nedaudz bojāta lakta +tile.anvil.veryDamaged.name=Ļoti bojāta lakta +tile.whiteStone.name=Beigu Akmens +tile.endPortalFrame.name=End portāls +tile.mycel.name=Micēlijs +tile.waterlily.name=Ūdensrozes +tile.dragonEgg.name=Pūķa ola +tile.redstoneLight.name=Sarkanakmens Lampa +tile.cocoa.name=Kakao +tile.enderChest.name=Ender lāde +tile.oreRuby.name=Rubīna rūda +tile.oreEmerald.name=Smaragda rūda +tile.blockEmerald.name=Smaragda bloks +tile.blockRedstone.name=Sarkanakmens bloks +tile.tripWire.name=Lamatu aukla +tile.tripWireSource.name=Lamatu āķis +tile.commandBlock.name=Komandu Bloks +tile.beacon.name=Signāluguns +tile.beacon.primary=Primārā Spēja +tile.beacon.secondary=Sekundārā Spēja +tile.cobbleWall.normal.name=Bruģakmens Siena +tile.cobbleWall.mossy.name=Aptūnojusi Bruģakmens Siena +tile.carrots.name=Burkāni +tile.potatoes.name=Kartupeļi +tile.daylightDetector.name=Dienasgaismas sensors +tile.netherquartz.name=Elles kvarca rūda +tile.hopper.name=Piltuve +tile.quartzBlock.default.name=Kvarca bloks +tile.quartzBlock.chiseled.name=Slīpēts kvarca bloks +tile.quartzBlock.lines.name=Kvarca pilārs +tile.stairsQuartz.name=Kvarca kāpnes + +item.shovelIron.name=Dzelzs lāpsta +item.pickaxeIron.name=Dzelzs cirtnis +item.hatchetIron.name=Dzelzs cirvis +item.flintAndSteel.name=Krams un dzelzs +item.apple.name=Ābols +item.cookie.name=Cepums +item.bow.name=Loks +item.arrow.name=Bulta +item.coal.name=Ogles +item.charcoal.name=Kokogles +item.diamond.name=Dimants +item.emerald.name=Smaragds +item.ingotIron.name=Dzelzs stienis +item.ingotGold.name=Zelta stienis +item.swordIron.name=Dzelzs zobens +item.swordWood.name=Koka zobens +item.shovelWood.name=Koka lāpsta +item.pickaxeWood.name=Koka cirtnis +item.hatchetWood.name=Koka cirvis +item.swordStone.name=Akmens zobens +item.shovelStone.name=Akmens lāpsta +item.pickaxeStone.name=Akmens cirtnis +item.hatchetStone.name=Akmens cirvis +item.swordDiamond.name=Dimanta zobens +item.shovelDiamond.name=Dimanta lāpsta +item.pickaxeDiamond.name=Dimanta cirtnis +item.hatchetDiamond.name=Dimanta cirvis +item.stick.name=Nūja +item.bowl.name=Bļoda +item.mushroomStew.name=Sēņu zupa +item.swordGold.name=Zelta zobens +item.shovelGold.name=Zelta lāpsta +item.pickaxeGold.name=Zelta cirtnis +item.hatchetGold.name=Zelta cirvis +item.string.name=Aukla +item.feather.name=Spalva +item.sulphur.name=Šaujampulveris +item.hoeWood.name=Koka kaplis +item.hoeStone.name=Akmens kaplis +item.hoeIron.name=Dzelzs kaplis +item.hoeDiamond.name=Dimanta kaplis +item.hoeGold.name=Zelta kaplis +item.seeds.name=Sēklas +item.seeds_pumpkin.name=Ķirbju sēklas +item.seeds_melon.name=Arbūza sēklas +item.melon.name=Arbūzs +item.wheat.name=Kvieši +item.bread.name=Maize +item.helmetCloth.name=Ādas cepure +item.chestplateCloth.name=Ādas jaka +item.leggingsCloth.name=Ādas bikses +item.bootsCloth.name=Adas zābaki +item.helmetChain.name=Ķēžu ķivere +item.chestplateChain.name=Ķēžu bruņas +item.leggingsChain.name=Ķēžu bikses +item.bootsChain.name=Ķēžu zābaki +item.helmetIron.name=Dzelzs ķivere +item.chestplateIron.name=Dzelzs bruņas +item.leggingsIron.name=Dzelzs bikses +item.bootsIron.name=Dzelzs zābaki +item.helmetDiamond.name=Dimanta ķivere +item.chestplateDiamond.name=Dimanta bruņas +item.leggingsDiamond.name=Dimanta bikses +item.bootsDiamond.name=Dimanta zābaki +item.helmetGold.name=Zelta ķivere +item.chestplateGold.name=Zelta bruņas +item.leggingsGold.name=Zelta bikses +item.bootsGold.name=Zelta zābaki +item.flint.name=Krams +item.porkchopRaw.name=Jēla cūkgaļa +item.porkchopCooked.name=Cepta cūkgaļa +item.chickenRaw.name=Jēla vista +item.chickenCooked.name=Cepta vista +item.beefRaw.name=Jēla lielopa gaļa +item.beefCooked.name=Bifšteks +item.painting.name=Glezna +item.frame.name=Priekšmetu Rāmis +item.appleGold.name=Zelta ābols +item.sign.name=Zīme +item.doorWood.name=Koka durvis +item.bucket.name=Spainis +item.bucketWater.name=Spainis ar ūdeni +item.bucketLava.name=Spainis ar lavu +item.minecart.name=Vagons +item.saddle.name=Segli +item.doorIron.name=Metāla druvis +item.redstone.name=Sarkanakmens +item.snowball.name=Sniega pika +item.boat.name=Laiva +item.leather.name=Āda +item.milk.name=Piens +item.brick.name=Ķieģelis +item.clay.name=Māls +item.reeds.name=Cukurniedres +item.paper.name=Papīrs +item.book.name=Grāmata +item.slimeball.name=Gļotu bumba +item.minecartChest.name=Vagons ar lādi +item.minecartFurnace.name=Lokomotīve +item.minecartTnt.name=Vagons ar dinamītu +item.minecartHopper.name=Vagons ar piltuvi +item.egg.name=Ola +item.compass.name=Kompass +item.fishingRod.name=Makšķere +item.clock.name=Pulkstenis +item.yellowDust.name=Mirdzakmens putekļi +item.fishRaw.name=Jēla zivs +item.fishCooked.name=Cepta zivs +item.record.name=Mūzikas plate +item.bone.name=Kauls +item.dyePowder.black.name=Tintes maisiņš +item.dyePowder.red.name=Rožu sarkana +item.dyePowder.green.name=Kaktuszaļš +item.dyePowder.brown.name=Kafijas pupiņas +item.dyePowder.blue.name=Lazurīts +item.dyePowder.purple.name=Purpura krāsa +item.dyePowder.cyan.name=Ciānzila krāsa +item.dyePowder.silver.name=Gaiši pelēka krāsa +item.dyePowder.gray.name=Pelēka krāsa +item.dyePowder.pink.name=Rozā krāsa +item.dyePowder.lime.name=Gaši zaļa krāsa +item.dyePowder.yellow.name=Pieneņu dzeltena +item.dyePowder.lightBlue.name=Gaiši zila krāsa +item.dyePowder.magenta.name=Violēta krāsa +item.dyePowder.orange.name=Oranža krāsa +item.dyePowder.white.name=Kaulu milti +item.sugar.name=Cukurs +item.cake.name=Torte +item.bed.name=Gulta +item.diode.name=Sarkanakmens atkārtotājs +item.comparator.name=Sarkanakmens salīdzinātājs +item.map.name=Karte +item.leaves.name=Lapas +item.shears.name=šķēres +item.rottenFlesh.name=Sapuvusi gaļa +item.enderPearl.name=Ender pērle +item.blazeRod.name=Liesmu stienis +item.ghastTear.name=Spoka asara +item.netherStalkSeeds.name=Elles sēne +item.potion.name=Dzira +item.emptyPotion.name=Ūdens pudele +item.goldNugget.name=Zelta gabals +item.glassBottle.name=Stikla pudele +item.spiderEye.name=Zirnekļa acs +item.fermentedSpiderEye.name=Fermentēta zrinekļa acs +item.blazePowder.name=Liesmu pulveris +item.magmaCream.name=Magmas krēms +item.cauldron.name=Katls +item.brewingStand.name=Brūvēšanas statīvs +item.eyeOfEnder.name=Endera Acs +item.speckledMelon.name=Mirdzošais arbūzs +item.monsterPlacer.name=Radītājs +item.expBottle.name=Burvestību pudele +item.fireball.name=Ugunsbumba +item.writingBook.name=Grāmata un Spalva +item.writtenBook.name=Sarakstīta Grāmata +item.ruby.name=Rubīns +item.flowerPot.name=Puķupods +item.emptyMap.name=Tukša Karte +item.carrots.name=Burkāns +item.carrotGolden.name=Zelta Burkāns +item.potato.name=Kartupelis +item.potatoBaked.name=Cepts Katrupelis +item.potatoPoisonous.name=Indīgs Kartupelis +item.skull.skeleton.name=Skeleta Gavlaskauss +item.skull.wither.name=Sakaltis Skeleta Galvaskauss +item.skull.zombie.name=Zombija galva +item.skull.char.name=Galva +item.skull.player.name=%s Galva +item.skull.creeper.name=Krīpera Galva +item.carrotOnAStick.name=Burkāns uz Kociņa +item.netherStar.name=Nether Zvaigzne +item.pumpkinPie.name=Ķirbju pīrāgs +item.enchantedBook.name=Uzlabota Grāmata +item.fireworks.name=Salūta raķete +item.fireworks.flight=Lidojuma ilgums: +item.fireworksCharge.name=Salūta zvaigzne +item.fireworksCharge.black=Melns +item.fireworksCharge.red=Sarkans +item.fireworksCharge.green=Zaļš +item.fireworksCharge.brown=Brūns +item.fireworksCharge.blue=Zils +item.fireworksCharge.purple=Violets +item.fireworksCharge.cyan=Ciānzils +item.fireworksCharge.silver=Gaiši pelēks +item.fireworksCharge.gray=Pelēks +item.fireworksCharge.pink=Rozā +item.fireworksCharge.lime=Gaiši zaļš +item.fireworksCharge.yellow=Dzeltens +item.fireworksCharge.lightBlue=Gaiši zils +item.fireworksCharge.magenta=Purpurs +item.fireworksCharge.orange=Oranžs +item.fireworksCharge.white=Balts +item.fireworksCharge.customColor=Pielāgota +item.fireworksCharge.fadeTo=Mainīt krāsu uz +item.fireworksCharge.flicker=Mirdzums +item.fireworksCharge.trail=Pēdas +item.fireworksCharge.type.0=Maza bumba +item.fireworksCharge.type.1=Liela bumba +item.fireworksCharge.type.2=Zvaigznes forma +item.fireworksCharge.type.3=Krīpera forma +item.fireworksCharge.type.4=Eksplozija +item.fireworksCharge.type=Nezināma forma +item.netherbrick.name=Elles Ķieģelis +item.netherquartz.name=Elles kvarcs + +container.inventory=Piederumi +container.hopper=Priekšmetu piltuve +container.crafting=Amatniecība +container.dispenser=Izšāvējs +container.dropper=Izsviedējs +container.furnace=Krāsns +container.enchant=Apburt +container.repair=Salabot un pārsaukt +container.repair.cost=Burvestības izmaksas: %1$d +container.repair.expensive=Pārāk dārgs! +container.creative=Priekšmetu Izvēle +container.brewing=Brūvēšanas statīvs +container.chest=Lāde +container.chestDouble=Lielā lāde +container.minecart=Vagons +container.enderchest=Ender lāde + +item.dyed=Krāsots + +entity.Item.name=Lieta +entity.XPOrb.name=Pieredzes lode +entity.SmallFireball.name=Maza ugunsbumba +entity.Fireball.name=Ugunsbumba + +entity.Arrow.name=bulta +entity.Snowball.name=Sniega pika +entity.Painting.name=Glezna + +entity.Mob.name=Dzīvnieks +entity.Monster.name=Briesmonis + +entity.Creeper.name=Krīpers +entity.Skeleton.name=Skelets +entity.Spider.name=Zirneklis +entity.Giant.name=Milzis +entity.Zombie.name=Zombijs +entity.Slime.name=Glumeklis +entity.Ghast.name=Spoks +entity.PigZombie.name=Zombijcūka +entity.Enderman.name=Endermens +entity.Silverfish.name=Sudrabzivs +entity.CaveSpider.name=Alu zirneklis +entity.Blaze.name=Liesmeklis +entity.LavaSlime.name=Magmas kubs +entity.MushroomCow.name=Sēņgovs +entity.Villager.name=Ciemata iedzīvotājs +entity.VillagerGolem.name=Dzelzs vīrs +entity.SnowMan.name=Sniegavīrs +entity.EnderDragon.name=Ender Pūķis +entity.WitherBoss.name=Kalte +entity.Witch.name=Ragana + +entity.Pig.name=Cūka +entity.Sheep.name=Aita +entity.Cow.name=Govs +entity.Chicken.name=Vista +entity.Squid.name=Kalmārs +entity.Wolf.name=Vilks +entity.Ozelot.name=Meža kaķis +entity.Cat.name=Kaķis +entity.Bat.name=Sikspārnis + +entity.PrimedTnt.name=Dinamīts +entity.FallingSand.name=Krītošs bloks + +entity.Minecart.name=Vagons +entity.Boat.name=Laiva + +entity.generic.name=nezināms + +death.fell.accident.ladder=%1$s nokrita no kāpnēm +death.fell.accident.vines=%1$s nokrita no vīnogulāja +death.fell.accident.water=%1$s izkrita no ūdens +death.fell.accident.generic=%1$s nokrita no augstas vietas +death.fell.killer=%1$s bija nolemts krišanai +death.fell.assist=%1$s tika nolemts krišanai no %2$s +death.fell.assist.item=%1$s tika nolemts krišanai no %2$s izmantojot %3$s +death.fell.finish=%1$s nokrita pārāk tāju un tika piebeigts no %2$s +death.fell.finish.item=%1$s nokrita pārāk tālu un tika piebeigts no %2$s izmantojot %3$s + +death.attack.inFire=%1$s sadega liesmās +death.attack.inFire.player=%1$s iegāja ugunī, kamēr cīnijās ar %2$s +death.attack.onFire=%1$s sadega līdz nāvei +death.attack.onFire.player=%1$s sadega kraukšķīgs, kamēr cīnijās ar %2$s +death.attack.lava=%1$s mēģināja nopeldēties lavā +death.attack.lava.player=%1$s mēģināja peldēt lavā, lai aizbēgtu no %2$s +death.attack.inWall=%1$s tika saspiests starp sienām +death.attack.drown=%1$s noslīka +death.attack.drown.player=%1$s noslīka mēģinot aizbēgt no %2$s +death.attack.starve=%1$s izbadējās līdz nāvei +death.attack.cactus=%1$s tika sadurts līdz nāvei +death.attack.cactus.player=%1$s ieskrēja kaktusā, mēģinot aizbēgt no %2$s +death.attack.generic=%1$s nomira +death.attack.explosion=%1$s uzsprāga +death.attack.explosion.player=%2$s uzspridzināja %1$s +death.attack.magic=%1$s tika no maģijas +death.attack.wither=%1$s sakalta +death.attack.anvil=Krītoša lakta saspieda %1$s +death.attack.fallingBlock=Krītošs bloks saspieda %1$s +death.attack.mob=%2$s nogalināja %1$s +death.attack.player=%2$s nogalināja %1$s +death.attack.player.item=%2$s nogalināja %1$s izmantojot %3$s +death.attack.arrow=%2$s nošāva %1$s +death.attack.arrow.item=%2$s nošāva %1$s izmantojot %3$s +death.attack.fireball=%2$s nogalināja %1$s ar ugunsbumbu +death.attack.fireball.item=%2$s nogalināja %1$s ar ugunsbumbu izmantojot %3$s +death.attack.thrown=%2$s piekāva %1$ līdz nāvei +death.attack.thrown.item=%2$s piekāva %1$s izmantojot %3$s +death.attack.indirectMagic=%2$s maģija nogalināja %1$s +death.attack.indirectMagic.item=%2$s nogalināja %1$s izmantojot %3$s +death.attack.thorns=%1$s nomira cenšoties ievainot %2$s +death.attack.fall=%1$s nokrita no pārāk liela augstuma +death.attack.outOfWorld=%1$s izkrita no pasaules + +deathScreen.respawn=Atdzimt +deathScreen.deleteWorld=Izdzēst pasauli +deathScreen.titleScreen=Galvenais ekrāns +deathScreen.score=Rezultāts +deathScreen.title.hardcore=Spēle beigusies! +deathScreen.hardcoreInfo=Tu nevari atdzimt Neželīgajā režīmā! +deathScreen.title=Tu nomiri! +deathScreen.leaveServer=Pamest serveri + +potion.empty=Nav iedarbības +potion.moveSpeed=Ātrums +potion.moveSlowdown=Lēnums +potion.digSpeed=Steiga +potion.digSlowDown=Rakšanas Nogurums +potion.damageBoost=Spēks +potion.weakness=Vājums +potion.heal=Tūlītēja veselība +potion.harm=Tūlītējs bojājums +potion.jump=Palielināts lēciens +potion.confusion=Nelabums +potion.regeneration=Reģenerācija +potion.resistance=Noturība +potion.fireResistance=Uguns noturība +potion.waterBreathing=Elpošana zem ūdens +potion.invisibility=Neredzamība +potion.blindness=Aklums +potion.nightVision=Nakts redze +potion.hunger=Izsalkums +potion.poison=Inde +potion.wither=Kalte + +potion.moveSpeed.postfix=Ātruma Dzira +potion.moveSlowdown.postfix=Lēnuma Dzira +potion.digSpeed.postfix=Steigas Dzira +potion.digSlowDown.postfix=Truluma Dzira +potion.damageBoost.postfix=Spēka Dzira +potion.weakness.postfix=Vājuma Dzira +potion.heal.postfix=Veseļošanās Dzira +potion.harm.postfix=Kaitēšanas Dzira +potion.jump.postfix=Augstlēkšanas Dzira +potion.confusion.postfix=Nelabuma Dzira +potion.regeneration.postfix=Reģenerēsānās Dzira +potion.resistance.postfix=Pretestības Dzira +potion.fireResistance.postfix=Uguns noturības Dzira +potion.waterBreathing.postfix=Zemūdens elpošanas Dzira +potion.invisibility.postfix=Neredzamības Dzira +potion.blindness.postfix=Akluma Dzira +potion.nightVision.postfix=Nakts redzamības Dzira +potion.hunger.postfix=Izsalkuma Dzira +potion.poison.postfix=Inde +potion.wither.postfix=Puvšanas Inde + +potion.potency.0= +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV + +potion.prefix.grenade=Metamā +potion.prefix.mundane=Pasaulīgā +potion.prefix.uninteresting=Neinteresantā +potion.prefix.bland=Garlaicīgā +potion.prefix.clear=Skaidrā +potion.prefix.milky=Pienainā +potion.prefix.diffuse=Izkliedētā +potion.prefix.artless=Vientiesīgā +potion.prefix.thin=Plānā +potion.prefix.awkward=Neveiklā +potion.prefix.flat=Līdzenā +potion.prefix.bulky=Lielā +potion.prefix.bungling=Muļķīgā +potion.prefix.buttered=Sviestainā +potion.prefix.smooth=Gludā +potion.prefix.suave=Laipnā +potion.prefix.debonair=Bezrūpīgā +potion.prefix.thick=Biezā +potion.prefix.elegant=Elegantā +potion.prefix.fancy=Modernā +potion.prefix.charming=Apburošā +potion.prefix.dashing=Dedzīgā +potion.prefix.refined=Rafinētā +potion.prefix.cordial=Sirds +potion.prefix.sparkling=Dzirkstošā +potion.prefix.potent=Spēcīgā +potion.prefix.foul=Netīrā +potion.prefix.odorless=Bez-smaržas +potion.prefix.rank=Ranga +potion.prefix.harsh=Skarbā +potion.prefix.acrid=Kodīgā +potion.prefix.gross=Pretīgā +potion.prefix.stinky=Smirdīgā + +enchantment.damage.all=Asums +enchantment.damage.undead=Sods +enchantment.damage.arthropods=Posmkāju Posts +enchantment.knockback=Atsitiens +enchantment.fire=Uguns Aspekts +enchantment.protect.all=Aizsardzība +enchantment.protect.fire=Uguns Aizsardzība +enchantment.protect.fall=Spalvas kritiens +enchantment.protect.explosion=Sprādziena Aizsardzība +enchantment.protect.projectile=Šāvienu aizsardzība +enchantment.oxygen=Elpošana +enchantment.waterWorker=Ūdenslīdējs +enchantment.digging=Efektivitāte +enchantment.untouching=Zīda pieskāriens +enchantment.durability=Nelūztošs +enchantment.lootBonus=Laupošs +enchantment.lootBonusDigger=Bagātība +enchantment.arrowDamage=Spēks +enchantment.arrowFire=Liesma +enchantment.arrowKnockback=Sitiens +enchantment.arrowInfinite=Bezgalība +enchantment.thorns=Ērkšķi + +enchantment.level.1=I +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.level.10=X + +gui.achievements=Sasniegumi +gui.stats=Statistika + +stat.generalButton=Galvenais +stat.blocksButton=Bloki +stat.itemsButton=Lietas + +stat.used=Reizes izmantots +stat.mined=Reizes izrakts +stat.depleted=Reizes salauzts +stat.crafted=Reizes uztaisīts + +stat.startGame=Reizes spēlēts +stat.createWorld=Pasaules spēlētas +stat.loadWorld=Ielādētās saglabātās spēles +stat.joinMultiplayer=Reize spēlēts online +stat.leaveGame=Spēles pamestas + +stat.playOneMinute=Nospēlētās minūtes + +stat.walkOneCm=Noietais attālums +stat.fallOneCm=Nokristais augstums +stat.swimOneCm=Nopeldētais attālums +stat.flyOneCm=Nolidotais attālums +stat.climbOneCm=Uzkāptais augstums +stat.diveOneCm=Nonirtais attālums +stat.minecartOneCm=Attālums nobraukts ar raktuvju ratiņiem +stat.boatOneCm=Attālums nobraukts ar laivu +stat.pigOneCm=Attālums nojāts ar cūku +stat.jump=Palēcieni +stat.drop=Lietas izmestas + +stat.damageDealt=Izdarītiais bojājums +stat.damageTaken=Saņemtais bojājums +stat.deaths=Nomiršanas reizes +stat.mobKills=Radības nogalinātas +stat.playerKills=Spēlētāji nogalināti +stat.fishCaught=Zivis noķertas + +stat.mineBlock=Izrakti '%1$s' +stat.craftItem=Uztaisīti '%1$s' +stat.useItem=Izmantoti '%1$s' +stat.breakItem=Salauzti '%1$s' + +achievement.get=Sasniegums iegūts! + +achievement.taken=Saņemts! + +achievement.requires=Vajadzīgs '%1$s' +achievement.openInventory=Atvērta soma +achievement.openInventory.desc=Nospied '%1$s' , lai atvērtu somu. +achievement.mineWood=Iegūsti koku +achievement.mineWood.desc=Sit koku, kamēr no tā izkrīt koka bloks +achievement.buildWorkBench=Salīdzinošā novērtēšana +achievement.buildWorkBench.desc=Uztaisi darbagaldu no četriem dēļu blokiem +achievement.buildPickaxe=Laiks rakt! +achievement.buildPickaxe.desc=Izmanto dēļus un nūjas, lai uztaisītu cirtni +achievement.buildFurnace=Karstais temats +achievement.buildFurnace.desc=Uzbūvē krāsni no astoņiem akmens blokiem +achievement.acquireIron=Iegūsti instrumentus +achievement.acquireIron.desc=Izkausē dzelzi +achievement.buildHoe=Laiks apstrādāt zemi! +achievement.buildHoe.desc=Izmanto dēļus un nūjas, lai uztaisītu kapli +achievement.makeBread=Uzcep maizi +achievement.makeBread.desc=No kviešiem pagatavo maizi +achievement.bakeCake=Meli +achievement.bakeCake.desc=Kvieši, cukurs, piens un olas! +achievement.buildBetterPickaxe=Saņem Uzlabojumu +achievement.buildBetterPickaxe.desc=Uztaisi labāku cirtni +achievement.cookFish=Garda zivs +achievement.cookFish.desc=Noķer un uzcep zivi! +achievement.onARail=Uz dzelzsceļa +achievement.onARail.desc=Sākot no vietas kur stāvi, nobrauc 1km ar raktuvju ratiņiem +achievement.buildSword=Laiks uzbrukt! +achievement.buildSword.desc=Izmanto dēļus un nūjas, lai uztaisītu zobenu +achievement.killEnemy=Briesmoņu mednieks +achievement.killEnemy.desc=Uzbrūc un nogalini briesmoni +achievement.killCow=Miesnieks +achievement.killCow.desc=Iegūsti govs ādu +achievement.flyPig=Kad cūkas lido +achievement.flyPig.desc=Jāj ar cūku un ar to nolec no klints +achievement.snipeSkeleton=Snaiperu duelis +achievement.snipeSkeleton.desc=No 50 metru attāluma nogalini skeletu ar bultu +achievement.diamonds=DIMANTI! +achievement.diamonds.desc=Iegūsti dimantus ar dzelzs instrumentiem +achievement.portal=Mums Vajag Doties Dziļāk +achievement.portal.desc=Uzcel portālu uz Elli +achievement.ghast=Atgriezt sūtītājam +achievement.ghast.desc=Iznīcini Spoku ar ugunsbumbu +achievement.blazeRod=Ugunī +achievement.blazeRod.desc=Iegūsti Liesmas stieni +achievement.potion=Vietējais brūzis +achievement.potion.desc=Uzbrūvçt dziru +achievement.theEnd=Beigas? +achievement.theEnd.desc=Atrast Beigas +achievement.theEnd2=Beigas. +achievement.theEnd2.desc=Sakauj Ender Pūķi +achievement.enchantments=Burvis +achievement.enchantments.desc=Izmanto grāmatu, obsidiānu un dimantus, lai uztaisītu burvestību galdu +achievement.overkill=Izsitējs +achievement.overkill.desc=Veic astoņu siržu bojājumu vienā sitienā +achievement.bookcase=Bibliotekārs +achievement.bookcase.desc=Uzbūvē dažus grāmatplauktus, lai uzlabotu savu burvestību galdu + +commands.generic.exception=Radās nezināma kļūda, kamēr tika veikta šī komanda +commands.generic.syntax=Nepareiza komandas sintakse +commands.generic.player.notFound=Spēlētāju nevar atrast +commands.generic.notFound=Nezināma komanda. Mēģini /help ,lai uzrādītu komandu sarakstu. +commands.generic.num.invalid='%s' nav pareizs skaitlis +commands.generic.num.tooSmall=Skaitlis ko ievadīji (%d) ir par mazu, tam jābūt vismaz %d +commands.generic.num.tooBig=Skaitlis ko ievadīji (%d) ir par lielu, tam jābūt ne lielākam par %d +commands.generic.double.tooSmall=Skaitlis, ko ievadiji (%.2f), ir pārāk mazs. Tam jābūt vismaz %.2f +commands.generic.double.tooBig=Skaitlis, ko ievadiji (%.2f), ir pārāk liels. Tam jābūt ne lielākam par %.2f +commands.generic.usage=Pielietojums: %s + +commands.xp.failure.widthdrawXp=Spēlētājam nevar dot negatīvu skaitu pieredzes punktu +commands.xp.success=%s saņēma %d pieredzes punktus +commands.xp.success.levels=%s saņēma %d pieredzes līmeņus +commands.xp.success.negative.levels=No %s paņemti %d pieredzes līmeņi +commands.xp.usage=/xp [spēlētājs] VAI /xp [spēlētājs] +commands.give.usage=/give [daudzums][dati] +commands.give.notFound=Nav tāda priekšmeta ar ID %d +commands.give.success=%s (ID %d) * %d saņēma: %s +commands.effect.usage=/effect [seconds] [amplifier] +commands.effect.notFound=There is no such mob effect with ID %d +commands.effect.success=Given %1$s (ID %2$d) * %3$d to %4$s for %5$d seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.enchant.usage=/enchant [līmenis] +commands.enchant.notFound=Uzlabojums ar ID %d neeksistē +commands.enchant.noItem=Mērķim nav priekšmetu +commands.enchant.cantEnchant=Izvēlēto uzlabojumu nevar pievienot izvēlētajam priekšmetam +commands.enchant.cantCombine=%1$s nevar apvienot ar %2$s +commands.enchant.success=Uzlabošana izdevās +commands.clear.usage=/clear [priekšmets][dati] +commands.clear.success=%s inventārs tika iztīrīts, atņemot %d priekšmetus +commands.clear.failure=Could not clear the inventory of %s, no items to remove +commands.downfall.success=Nokrišņi mainīti +commands.time.usage=/time +commands.time.added=Pievienots %d laikam +commands.time.set=Iestatīt laiku uz %d +commands.players.list=Šobrīd ir %d/%d spēlētāji pieslēgušies: +commands.banlist.ips=Kopā ir bloķētas %d IP adreses: +commands.banlist.players=Kopā ir bloķēti %d spēlētāji: +commands.banlist.usage=/banlist [ips|players] +commands.kick.success=%s ir izmests no spēles +commands.kick.success.reason=%s ir izmests no spēles: '%s' +commands.kick.usage=/kick [iemesls] +commands.op.success=Opped %s +commands.op.usage=/op +commands.deop.success=De-opped %s +commands.deop.usage=/deop +commands.say.usage=/say +commands.ban.success=%s tika bloķēts +commands.ban.usage=/ban [iemesls ...] +commands.unban.success=%s tika atbloķēts +commands.unban.usage=/pardon +commands.banip.invalid=Tu esi ievadījis nepareizu IP adresi vai arī spēlētājs nav pieslēdzies +commands.banip.success=IP adrese %s tika bloķēta +commands.banip.success.players=IP adrese %s ,kas pieder %s, tika bloķēta +commands.banip.usage=/ban-ip [iemesls ...] +commands.unbanip.invalid=Tu esi ievadījis nepareizu IP adresi +commands.unbanip.success=IP adrese %s tika atbloķēta +commands.unbanip.usage=/pardon-ip
+commands.save.enabled=Izslēdza pasaules automātisko saglabāšanos +commands.save.disabled=Izslēdza pasaules automātisko saglabāšanos +commands.save.start=Saglabā... +commands.save.success=Saglabāja pasauli +commands.save.failed=Neizdevās saglabāt: %s +commands.stop.start=Apstādina serveri +commands.tp.success=Teleportēja %s pie %s +commands.tp.success.coordinates=%s teleportēts uz %.2f,%.2f,%.2f +commands.tp.usage=/tp [spēlētājs] VAI /tp [spēlētājs] +commands.tp.notSameDimension=Nav iespējams teleportēt, jo spēlētāji neatrodas vienā dimensijā +commands.whitelist.list=Ir %d (no %d redzētajiem) baltā saraksta spēlētāju: +commands.whitelist.enabled=Ieslēdza balto sarakstu +commands.whitelist.disabled=Izslēdza balto sarakstu +commands.whitelist.reloaded=Pārlādēja balto sarakstu +commands.whitelist.add.success=Pievienoja %s baltajam sarakstam +commands.whitelist.add.usage=/whitelist add +commands.whitelist.remove.success=Izņēma %s no baltā saraksta +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.scoreboard.usage=/scoreboard +commands.scoreboard.teamNotFound=Netika atrasta komanda ar nosaukumu '%s' +commands.scoreboard.objectiveNotFound=Netika atrasts uzdevums ar nosaukumu '%s' +commands.scoreboard.objectiveReadOnly=Uzdevums '%s' ir tikai lasāms un nevar būt uzstādīts +commands.scoreboard.objectives.usage=/scoreboard objectives +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [uzdevums] +commands.scoreboard.objectives.setdisplay.invalidSlot=NAv tāda lauka ar nosaukumu '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Notīrīts uzdevumu ekrāna lauks '%s' +commands.scoreboard.objectives.setdisplay.successSet=Uzstādīt ekrāna uzdevuma lauku '%s' uz '%s' +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [ekrāna vārds ...] +commands.scoreboard.objectives.add.wrongType=Nepareizs uzdevuma kritēriju tips. pareizie tipi ir: %s +commands.scoreboard.objectives.add.alreadyExists=Uzdevums ar nosaukumu '%s' jau eksistē +commands.scoreboard.objectives.add.tooLong=Nosaukums '%s' ir pārāk garš uzdevumam, tas drīkst būt līdz %d simboliem garš +commands.scoreboard.objectives.add.displayTooLong=Nosaukums '%s' ir pārāk garš uzdevumam, tas drīkst būt līdz %d simboliem garš +commands.scoreboard.objectives.add.success=Veiksmīgi pievienots jauns uzdevums '%s' +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.remove.success=Veiksmīgi noņemts uzdevums '%s' +commands.scoreboard.objectives.list.count=Uzrāda %d uzdevumus uz rezultātu tablo +commands.scoreboard.objectives.list.entry=- %s: uzrādas kā '%s' un tips ir '%s' +commands.scoreboard.objectives.list.empty=Šim rezultātu tablo nav uzdevumu +commands.scoreboard.players.usage=/scoreboard players +commands.scoreboard.players.set.success=Iestatīt rezultātu %s spēlētājam %s uz %d +commands.scoreboard.players.set.usage=/scoreboard players set +commands.scoreboard.players.add.usage=/scoreboard players add +commands.scoreboard.players.remove.usage=/scoreboard players remove +commands.scoreboard.players.reset.usage=/scoreboard players reset +commands.scoreboard.players.reset.success=Atiestatīt visus spēlētāja %s rezultātus +commands.scoreboard.players.list.count=Uzrāda %d reģistrētos spēlētājus uz rezultātu tablo +commands.scoreboard.players.list.empty=Nav neviena reģistrēta spēlētāju uz rezultātu tablo +commands.scoreboard.players.list.player.count=Uzrāda %d reģistrētos uzdevumus priekš %s +commands.scoreboard.players.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.players.list.player.empty=Spēlētājam %s nav reģistrētu rezultātu +commands.scoreboard.teams.usage=/scoreboard teams +commands.scoreboard.teams.add.usage=/scoreboard teams add [Ekrāna vārds ...] +commands.scoreboard.teams.add.alreadyExists=Komanda ar nosaukumu '%s' jau pastāv +commands.scoreboard.teams.add.tooLong=Nosaukums '%s' ir pārāk garš komandai, tas drīkst būt līdz %d simboliem garš +commands.scoreboard.teams.add.displayTooLong=Ekrāna nosaukums '%s' ir pārāk garš komandai, tas drīkst būt līdz %d simboliem garš +commands.scoreboard.teams.add.success=Veiksmīgi pievienota jauna komanda '%s' +commands.scoreboard.teams.list.usage=/scoreboard teams list [vārds] +commands.scoreboard.teams.list.count=Uzrāda %d tkomandas uz rezultātu tablo +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' komandā ir %3$d spēlētāji +commands.scoreboard.teams.list.empty=Nav reģistrētu komantu uz rezultātu tablo +commands.scoreboard.teams.list.player.count=Rāda %d spēlētāju(s) komandā %s +commands.scoreboard.teams.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.teams.list.player.empty=Komandā %s nav spēlētāju +commands.scoreboard.teams.empty.usage=/scoreboard teams clear +commands.scoreboard.teams.empty.alreadyEmpty=Komanda %s jau ir tukša, nevar noņemt neeksistējošus spēlētājus +commands.scoreboard.teams.empty.success=Izņemti visi %d spēlētāji no komandas %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.remove.success=Noņemta komanda %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [spēlētājs] +commands.scoreboard.teams.join.success=Pievienoti %d spēlētāji komandai %s: %s +commands.scoreboard.teams.join.failure=Nevar pievienot %d spēlētājus komandai %s:%s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [spēlētājs] +commands.scoreboard.teams.leave.success=Noņemti %d spēlētāji no savām komandām: %s +commands.scoreboard.teams.leave.failure=Nevarēja noņemt %d spēlētājus no savām komandām: %s +commands.scoreboard.teams.leave.noTeam=Tu neesi komandā +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.option.noValue=Derīgas vērtības opcijai %s ir: %s +commands.scoreboard.teams.option.success=Set option %s for team %s to %s +commands.gamemode.success.self=Nomainīt savu spēles režīmu uz %s +commands.gamemode.success.other=Nomainīt %s spēles režīmu uz %s +commands.gamemode.usage=/gamemode [spēlētājs] +commands.defaultgamemode.usage=/defaultgamemode +commands.defaultgamemode.success=Pasaules spēles režīms tagad ir %s +commands.me.usage=/me +commands.help.header=--- Uzrāda %d palīdzības lapu no %d (/help ) --- +commands.help.footer=Padoms: Izmanto pogu, kad raksti komandu, lai automātiski pabeigtu komandu, vai parādītu tās argumentus +commands.help.usage=/help [lapa|komanda] +commands.publish.started=Lokālā spēle izveidota uz %s +commands.publish.failed=Neizdevās izveidot lokālo spēli +commands.debug.start=Uzsākta atkļūdošanas profilēšana +commands.debug.stop=Pārtraukta atkļūdošanas profilēšana pēc %.2f sekundēm (%d ticks) +commands.debug.notStarted=Nevar apturēt profilēšanu, kamēr mēs vēl neesam sākuši! +commands.debug.usage=/debug +commands.message.usage=/tell +commands.message.sameTarget=Tu nevari sev nosūtīt privātu ziņojumu! +commands.message.display.outgoing=Tu %s pačukstēji: %s +commands.message.display.incoming=%s tev pačukstēja: %s +commands.difficulty.usage=/difficulty +commands.difficulty.success=Nomainīt spēles grūtību uz %s +commands.spawnpoint.usage=/spawnpoint VAI /spawnpoint VAI /spawnpoint +commands.spawnpoint.success=Nomainīt %s atdzimšanas punktu uz (%d, %d, %d) +commands.gamerule.usage=/gamerule VAI /gamerule +commands.gamerule.success=Spēles noteikums ir atjaunināts +commands.gamerule.norule=Noteikums ar nosaukumu '%s' nav pieejams +commands.weather.usage=/weather [ilgums sekundēs] +commands.weather.clear=Maina laikapstākļus uz saulainu laiku +commands.weather.rain=Maina laikapstākļus uz lietainu laiku +commands.weather.thunder=Maina laikapstākļus uz negaisu +commands.testfor.usage=/testfor +commands.testfor.failed=/testfor ir izmantojams tikai komandu blokiem ar analogu izeju + +itemGroup.buildingBlocks=Celtniecības bloki +itemGroup.decorations=Dekorācijas bloki +itemGroup.redstone=Sarkanakmens +itemGroup.transportation=Transports +itemGroup.misc=Dažādi +itemGroup.search=Meklēt priekšmetus +itemGroup.food=Pārtikas produkti +itemGroup.tools=Rīki +itemGroup.combat=Kauja +itemGroup.brewing=Brūvēšana +itemGroup.materials=Materiāli +itemGroup.inventory=Izdzīvošanas inventārs + +inventory.binSlot=Iznīcināt priekšmetu + +advMode.setCommand=Piešķirt blokam konsoles komandu +advMode.command=Konsoles komanda +advMode.nearestPlayer=Izmanto "@p" lai mērķētu uz tuvāko spēlētāju +advMode.randomPlayer=Izmanto "@r" lai mērķētu uz nejauši izvēlētu spēlētāju +advMode.allPlayers=Izmanto "@a" lai mērķētu uz visiem spēlētājiem + +advMode.notEnabled=Šajā serverī komandu bloki nav atļauti +advMode.notAllowed=Jābūt op spēlētājam radošajā režīmā + +mco.title=Minecraft Realms +mco.selectServer.select=Pievienoties Serverim +mco.selectServer.configure=Konfigurēt +mco.selectServer.create=Izveidot pasauli +mco.selectServer.moreinfo=Vairāk informācijas + +mco.configure.world.edit.title=Rediģēt pasauli + +mco.configure.world.title=Konfigurēt pasauli +mco.configure.world.name=Vārds +mco.configure.world.description=Apraksts +mco.configure.world.location=Atrašanās vieta +mco.configure.world.invited=Uzaicināts +mco.configure.world.buttons.edit=Rediģēt +mco.configure.world.buttons.reset=Atiestatīt pasauli +mco.configure.world.buttons.done=Gatavs +mco.configure.world.buttons.delete=Dzēst +mco.configure.world.buttons.open=Atvērta pasaule +mco.configure.world.buttons.close=Aizvērt pasauli +mco.configure.world.buttons.invite=Uzaicināt +mco.configure.world.buttons.uninvite=Atsaukt uzaicinājumu +mco.configure.world.buttons.subscription=Subscription +mco.configure.world.invite.profile.name=Vārds +mco.configure.world.uninvite.question=Vai tiešām vēlies atsaukt uzaicinājumu + +mco.configure.world.subscription.title=Subscription Info +mco.configure.world.subscription.daysleft=Days Left +mco.configure.world.subscription.start=Start Date +mco.configure.world.subscription.extend=Extend + +mco.create.world.location.title=Atrašanās vietas +mco.create.world.location.warning=Jūs nedrīkstat saņemt precīzu atrašanās vietu ko izvēlējāties +mco.create.world.wait=Veido pasauli... + +mco.reset.world.title=Atiestatīt pasauli +mco.reset.world.warning=Šis neatgriezeniski izdzēsīs Tavu pasauli! +mco.reset.world.seed=Sēkla (neobligāti) +mco.reset.world.resetting.screen.title=Atiestata pasauli... + +mco.configure.world.close.question.line1=Jūsu pasaule kļūs nepieejama. +mco.configure.world.close.question.line2=Vai tiešām vēlaties to darīt? + +mco.connect.connecting=Savienojas ar serveri... +mco.connect.authorizing=Pieslēdzas... +mco.connect.failed=Neizdevās izveidot savienojumu ar serveri + +mco.create.world=Izveidot + diff --git a/1.5.2/lang/mi_NZ.lang b/1.5.2/lang/mi_NZ.lang new file mode 100644 index 00000000..9c8ebcb5 --- /dev/null +++ b/1.5.2/lang/mi_NZ.lang @@ -0,0 +1,923 @@ +#X-Generator: crowdin.net + +language.name=Bahasa Melayu +language.region=MS +language.code=mi_NZ + +gui.done=Selesai +gui.cancel=Batal +gui.toMenu=Balik ke menu utama +gui.up=Atas +gui.down=Bawah +gui.yes=Ya +gui.no=Tidak + +menu.singleplayer=Main dengan diri-sendiri +menu.multiplayer=Main dengan kawan-kawan +menu.mods=Pek Tekstur +menu.options=Opsyen... +menu.quit=Hentikan Permainan +menu.returnToMenu=Simpan Fail dan Kembali ke Menu Utama +menu.disconnect=Putuskan +menu.returnToGame=Balik ke Permainan +menu.switchingLevel=Peringkat sedang ditukarkan +menu.generatingLevel=Peringkat sedang dijanakan +menu.loadingLevel=Peringkat sedang dimuatkan +menu.generatingTerrain=Muka bumi sedang dibina +menu.simulating=Dunia sedang disimulasikan +menu.respawning=Sedang Menjelma Semula + +selectWorld.title=Pilih Dunia +selectWorld.empty=kosong +selectWorld.world=Dunia +selectWorld.select=Main Dunia yang Dipilih +selectWorld.create=Membina Dunia Baharu +selectWorld.createDemo=Bermain Dunia Demo Baru +selectWorld.delete=Hapus +selectWorld.rename=Menamakan Semula +selectWorld.deleteQuestion=Adakah anda pasti anda hendak menghapuskan dunia ini? +selectWorld.deleteWarning=akan hilang untuk selama-lamanya! (Tempoh masa yang lama!) +selectWorld.deleteButton=Hapus +selectWorld.renameButton=Tukar Nama +selectWorld.renameTitle=Tukar Nama Dunia +selectWorld.conversion=Perlu ditukar! +selectWorld.newWorld=Dunia Baru +selectWorld.enterName=Nama Dunia +selectWorld.resultFolder=Akan disimpan di: +selectWorld.enterSeed=Benih untuk Penjanaan Dunia +selectWorld.seedInfo=Biarkan kosong untuk pemilihan bijih secara rawak +selectWorld.cheats=Cheats + +gameMode.survival=Mod Kemandirian +gameMode.creative=Mod Kreatif +gameMode.hardcore=Mod Tegar! +gameMode.changed=Mod permainan anda telah ditukarkan + +selectWorld.gameMode=Mod Permainan: +selectWorld.gameMode.survival=Kemandirian +selectWorld.gameMode.survival.line1=Mencari sumber, pertukangan, memperoleh +selectWorld.gameMode.survival.line2=tahap, kesihatan dan kelaparan +selectWorld.gameMode.creative=Kreatif +selectWorld.gameMode.creative.line1=Sumber yang tidak terhad, kuasa terbang bebas dan +selectWorld.gameMode.creative.line2=blok-blok dihapuskan secara serta-merta +selectWorld.gameMode.hardcore=Tegar +selectWorld.gameMode.hardcore.line1=Sama seperti mod kemandirian, terkunci pada +selectWorld.gameMode.hardcore.line2=kesukaran yang paling sukar, dan satu nyawa sahaja +selectWorld.moreWorldOptions=Lebih Opsyen Dunia... +selectWorld.mapFeatures=Menjana Struktur: +selectWorld.mapFeatures.info=Kampung, kubu dan lain-lain +selectWorld.mapType=Jenis Dunia: +selectWorld.mapType.normal=Biasa +selectWorld.allowCommands=Allow Cheats: +selectWorld.allowCommands.info=Commands like /gamemode, /xp +selectWorld.hardcoreMode=Tegar: +selectWorld.hardcoreMode.info=Dunia dihapuskan apabila mati +selectWorld.bonusItems=Peti Bonus: + +generator.default=Lalai +generator.flat=Lampau Rata + +selectServer.title=Pilih Server +selectServer.empty=kosong +selectServer.select=Sertai Server +selectServer.direct=Sambung Terus +selectServer.edit=Sunting +selectServer.delete=Hapus +selectServer.add=Tambah server +selectServer.defaultName=Server Minecraft +selectServer.deleteQuestion=Adakah anda pasti anda ingin menghapuskan server ini? +selectServer.deleteWarning=Akan dihilangi selama-lamanya! +selectServer.deleteButton=Hapuskan +selectServer.refresh=Segar Semula +addServer.title=Sunting Maklumat Server +addServer.enterName=Nama Server +addServer.enterIp=Alamat Server +addServer.add=Selesai + +multiplayer.title=Main Permainan Jamak +multiplayer.connect=Sambung +multiplayer.info1=Permainan Jamak Minecraft belum disiapkan pada masa ini, tetapi +multiplayer.info2=terdapat pengujian awal yang berpepijat sedang dijalankan. +multiplayer.ipinfo=Masukkan IP server untuk menyambung kepadanya: + +multiplayer.texturePrompt.line1=This server recommends the use of a custom texture pack. +multiplayer.texturePrompt.line2=Would you like to download and install it automagically? + +multiplayer.downloadingTerrain=Rupa bumi sedang dimuat turunkan + +multiplayer.stopSleeping=Meninggalkan Katil + +chat.link.confirm=Adakah anda pasti anda ingin membuka laman web berikut? +chat.link.warning=Jangan buka pautan daripada orang yang anda tidak mempercayai! +chat.copy=Salin ke Papan Keratan + +menu.playdemo=Main Dunia Demo +menu.resetdemo=Set Semula Dunia Demo +demo.day.1=Demo ini akan berlangsung selama lima hari dalam permainan, buatlah yang terbaik! +demo.day.2=Hari Kedua +demo.day.3=Hari Ketiga +demo.day.4=Hari Keempat +demo.day.5=Hari ini ialah hari anda yang terakhir! +demo.day.warning=Masa anda hampir tamat! +demo.day.6=Hari kelima telah berlalu, gunakan F2 untuk menyimpan tangkapan skrin penciptaan anda +demo.reminder=Tempoh demo telah tamat, sila beli permainan ini untuk meneruskan permainan atau mulakan dunia baharu! +demo.remainingTime=Masa tinggal: %s +demo.demoExpired=Masa demo tamat! +demo.help.movement=Gunakan %1$s, %2$s, %3$s, %4$s dan tetikus untuk bergerak +demo.help.movementShort=Bergerak dengan menekan %1$s, %2$s, %3$s, %4$s +demo.help.movementMouse=Lihat di sekeliling menggunakan tetikus +demo.help.jump=Lompat dengan menekan %1$s +demo.help.inventory=Gunakan %1$s untuk membuka inventori +demo.help.title=Mod Demo Minecraft +demo.help.fullWrapped=Demo ini akan berlangsung selama 5 hari dalam permainan (kira-kira 1 jam dan 40 minit masa sebenar). Tinjau pencapaian untuk mendapatkan bantuan! Selamat bermain! +demo.help.buy=Beli Sekarang! +demo.help.later=Teruskan Bermain! + +connect.connecting=Sedang menyambung ke server... +connect.authorizing=Sedang memasuki... +connect.failed=Gagal menyambung ke pelayan + +disconnect.genericReason=%s +disconnect.disconnected=Diputuskan oleh Pelayan +disconnect.lost=Sambungan Hilang +disconnect.kicked=Telah dihalau dari permainan +disconnect.timeout=Tamat masa +disconnect.closed=Sambungan ditutup +disconnect.loginFailed=Gagal untuk melog masuk +disconnect.loginFailedInfo=Gagal untuk melog masuk: %s +disconnect.quitting=Sedang keluar +disconnect.endOfStream=Hujung strim +disconnect.overflow=Penimbal melimpah + +options.off=TUTUP +options.on=BUKA +options.visible=Shown +options.hidden=Hidden +options.title=Pilihan +options.controls=Kawalan... +options.video=Tetapan Video... +options.language=Bahasa... +options.languageWarning=Terjemahan bahasa mungkin tidak 100% tepat +options.videoTitle=Tetapan Video +options.music=Muzik +options.sound=Bunyi +options.invertMouse=Songsangkan Tetikus +options.fov=Medan Penglihatan +options.fov.min=Biasa +options.fov.max=Quake Pro +options.gamma=Keterangan +options.gamma.min=Muram +options.gamma.max=Terang +options.sensitivity=Sensitiviti +options.sensitivity.min=*kuap* +options.sensitivity.max=HIPERLAJU!!! +options.renderDistance=Jarak Pengemukaan +options.renderDistance.tiny=Kecil +options.renderDistance.short=Pendek +options.renderDistance.normal=Biasa +options.renderDistance.far=Jauh +options.viewBobbing=Pendangan Melantun +options.ao=Pencahayaan Licin +options.anaglyph=Anaglif 3D +options.framerateLimit=Prestasi +options.difficulty=Kesukaran +options.difficulty.peaceful=Aman +options.difficulty.easy=Senang +options.difficulty.normal=Biasa +options.difficulty.hard=Keras +options.difficulty.hardcore=Hardcore +options.graphics=Grafik +options.graphics.fancy=Mewah +options.graphics.fast=Cepat +options.guiScale=Skala GUI +options.guiScale.auto=Auto +options.guiScale.small=Kecil +options.guiScale.normal=Biasa +options.guiScale.large=Besar +options.advancedOpengl=Advanced OpenGL +options.renderClouds=Awan +options.farWarning1=Pemasangan Java 64 bit disarankan +options.farWarning2=untuk mengemukakan jarak 'Jauh' (anda mempunyai pemasangan 32 bit) +options.particles=Partikel +options.particles.all=Semua +options.particles.decreased=Dikurangkan +options.particles.minimal=Minimum +options.chat.title=Chat Settings +options.chat.visibility=Chat +options.chat.visibility.full=Shown +options.chat.visibility.system=Commands Only +options.chat.visibility.hidden=Hidden +options.chat.color=Colors +options.chat.opacity=Opacity +options.chat.links=Web Links +options.chat.links.prompt=Prompt on Links +options.serverTextures=Server Textures + +performance.max=FPS Maksimum +performance.balanced=Seimbang +performance.powersaver=Jimat tenaga + +controls.title=Kawalan + +key.forward=Hadapan +key.left=Kiri +key.back=Belakang +key.right=Kanan +key.jump=Lompat +key.inventory=Inventori +key.drop=Buang +key.chat=Sembang +key.fog=Togol Kabus +key.sneak=Selinap +key.playerlist=Senarai Pemain +key.attack=Serang +key.use=Guna Item +key.pickItem=Pilih Blok +key.mouseButton=Butang %1$s +key.command=Command + +texturePack.openFolder=Buka fail pek tekstur +texturePack.title=Pilih Pek Tekstur +texturePack.folderInfo=(Letakkan fail pek tekstur di sini) + +book.pageIndicator=Page %1$s of %2$s +book.byAuthor=by %1$s +book.signButton=Sign +book.editTitle=Enter Book Title: +book.finalizeButton=Sign and Close +book.finalizeWarning=Note! When you sign the book, it will no longer be editable. + +tile.stone.name=Batu +tile.grass.name=Blok Rumput +tile.dirt.name=Kotoran +tile.stonebrick.name=Batu Buntar +tile.wood.name=Papan Kayu +tile.wood.oak.name=Oak Wood Planks +tile.wood.spruce.name=Spruce Wood Planks +tile.wood.birch.name=Birch Wood Planks +tile.wood.jungle.name=Jungle Wood Planks +tile.sapling.oak.name=Oak Sapling +tile.sapling.spruce.name=Spruce Sapling +tile.sapling.birch.name=Birch Sapling +tile.sapling.jungle.name=Jungle Sapling +tile.deadbush.name=Belukar Mati +tile.bedrock.name=Batu Dasar +tile.water.name=Air +tile.lava.name=Lava +tile.sand.name=Pasir +tile.sandStone.name=Batu Pasir +tile.sandStone.default.name=Sandstone +tile.sandStone.heiroglyphic.name=Heiroglyphic Sandstone +tile.sandStone.smooth.name=Smooth Sandstone +tile.gravel.name=Batu Kelikir +tile.oreGold.name=Bijih Emas +tile.oreIron.name=Bijih Besi +tile.oreCoal.name=Bijih Arang Batu +tile.log.name=Kayu +tile.log.oak.name=Oak Wood +tile.log.spruce.name=Spruce Wood +tile.log.birch.name=Birch Wood +tile.log.jungle.name=Jungle Wood +tile.leaves.name=Daun +tile.leaves.oak.name=Oak Leaves +tile.leaves.spruce.name=Spruce Leaves +tile.leaves.birch.name=Birch Leaves +tile.leaves.jungle.name=Jungle Leaves +tile.tallgrass.name=Rumput +tile.tallgrass.shrub.name=Lalang +tile.tallgrass.grass.name=Rumput +tile.tallgrass.fern.name=Paku Pakis +tile.sponge.name=Span +tile.glass.name=Kaca +tile.thinGlass.name=Kepingan Kaca +tile.cloth.name=Bulu +tile.flower.name=Bunga +tile.rose.name=Ros +tile.mushroom.name=Cendawan +tile.blockGold.name=Blok Emas +tile.blockIron.name=Blok Besi +tile.stoneSlab.stone.name=Papak Batu +tile.stoneSlab.sand.name=Papak Batu Pasir +tile.stoneSlab.wood.name=Papak Kayu +tile.stoneSlab.cobble.name=Papak Batu Buntar +tile.stoneSlab.brick.name=Rak Buku +tile.stoneSlab.smoothStoneBrick.name=Papak Bata Batu +tile.woodSlab.oak.name=Oak-Wood Slab +tile.woodSlab.spruce.name=Spruce-Wood Slab +tile.woodSlab.birch.name=Birch-Wood Slab +tile.woodSlab.jungle.name=Jungle-Wood Slab +tile.brick.name=Bata +tile.tnt.name=TNT +tile.bookshelf.name=Rak Buku +tile.stoneMoss.name=Batu Berlumut +tile.obsidian.name=Obsidian +tile.torch.name=Obor +tile.fire.name=Api +tile.mobSpawner.name=Penjelma Rasaksa +tile.stairsWood.name=Anak Tangga Kayu +tile.chest.name=Peti +tile.redstoneDust.name=Serbuk Batu Merah +tile.oreDiamond.name=Bijih Berlian +tile.blockDiamond.name=Blok Berlian +tile.workbench.name=Bangku Kerja +tile.crops.name=Tanaman +tile.farmland.name=Tanah Ladang +tile.furnace.name=Relau +tile.sign.name=Papan Tanda +tile.doorWood.name=Pintu Kayu +tile.ladder.name=Tangga +tile.rail.name=Landasan +tile.goldenRail.name=Landasan Berkuasa +tile.detectorRail.name=Landasan Pengesan +tile.stairsStone.name=Anak Tangga Batu +tile.lever.name=Tuas +tile.pressurePlate.name=Plat Tekanan +tile.doorIron.name=Pintu Besi +tile.oreRedstone.name=Bijih Batu Merah +tile.notGate.name=Obor Batu Merah +tile.button.name=Butang +tile.snow.name=Salji +tile.ice.name=Ais +tile.cactus.name=Kaktus +tile.clay.name=Tanah Liat +tile.reeds.name=Tebu +tile.jukebox.name=Peti Lagu +tile.fence.name=Pagar +tile.fenceGate.name=Pintu Pagar +tile.pumpkin.name=Labu +tile.litpumpkin.name=Tanglung Labu +tile.hellrock.name=Rak Neraka +tile.hellsand.name=Pasir Jiwa +tile.lightgem.name=Batu Berbara +tile.portal.name=Portal +tile.cloth.black.name=Bulu Hitam +tile.cloth.red.name=Bulu Merah +tile.cloth.green.name=Bulu Hijau +tile.cloth.brown.name=Bulu Perang +tile.cloth.blue.name=Bulu Biru +tile.cloth.purple.name=Bulu Ungu +tile.cloth.cyan.name=Bulu Sian +tile.cloth.silver.name=Bulu Kelabu Muda +tile.cloth.gray.name=Bulu Kelabu +tile.cloth.pink.name=Bulu Merah Jambu +tile.cloth.lime.name=Bulu Limau Hijau +tile.cloth.yellow.name=Wol Kuning +tile.cloth.lightBlue.name=Bulu Biru Muda +tile.cloth.magenta.name=Wol Magenta +tile.cloth.orange.name=Bulu Jingga +tile.cloth.white.name=Bulu +tile.oreLapis.name=Bijih Lapis Lazuli +tile.blockLapis.name=Blok Lapis Lazuli +tile.dispenser.name=Mesin Pengagih +tile.musicBlock.name=Blok Nota +tile.cake.name=Kek +tile.bed.name=Katil +tile.bed.occupied=Katil ini telah diduduki +tile.bed.noSleep=Anda hanya boleh tidur pada waktu malam +tile.bed.notSafe=Anda tidak boleh berehat sekarang, terdapat raksasa berhampiran +tile.bed.notValid=Katil anda hilang atau terhalang +tile.lockedchest.name=Peti Terkunci +tile.trapdoor.name=Pintu Jerat +tile.web.name=Sarang labah-labah +tile.stonebricksmooth.name=Bata Batu +tile.stonebricksmooth.default.name=Stone Bricks +tile.stonebricksmooth.mossy.name=Mossy Stone Bricks +tile.stonebricksmooth.cracked.name=Cracked Stone Bricks +tile.stonebricksmooth.detail.name=Detailed Stone Bricks +tile.monsterStoneEgg.stone.name=Stone Monster Egg +tile.monsterStoneEgg.cobble.name=Cobblestone Monster Egg +tile.monsterStoneEgg.brick.name=Stone Brick Monster Egg +tile.pistonBase.name=Piston +tile.pistonStickyBase.name=Piston melekit +tile.fenceIron.name=Tiang Besi +tile.melon.name=Melon +tile.stairsBrick.name=Anak Tangga Bata +tile.stairsStoneBrickSmooth.name=Anak Tangga Bata Batu +tile.vine.name=Tumbuhan Menjalar +tile.netherBrick.name=Bata Neraka +tile.netherFence.name=Pagar Bata Neraka +tile.stairsNetherBrick.name=Anak Tangga Bata Neraka +tile.netherStalk.name=Ketuat Neraka +tile.cauldron.name=Kawah +tile.enchantmentTable.name=Meja Penyihir +tile.whiteStone.name=Batu Akhiran +tile.mycel.name=Miselium +tile.waterlily.name=Telepok +tile.dragonEgg.name=Telur Naga +tile.redstoneLight.name=Lampu Batu Merah + +item.shovelIron.name=Penyodok Besi +item.pickaxeIron.name=Beliung Besi +item.hatchetIron.name=Kapak Besi +item.flintAndSteel.name=Batu Api dan Keluli +item.apple.name=Epal +item.cookie.name=Biskut +item.bow.name=Busur +item.arrow.name=Anak Panah +item.coal.name=Arang Batu +item.charcoal.name=Arang +item.emerald.name=Berlian +item.ingotIron.name=Jongkang Besi +item.ingotGold.name=Jongkang Emas +item.swordIron.name=Pedang Besi +item.swordWood.name=Pedang Kayu +item.shovelWood.name=Penyodok Kayu +item.pickaxeWood.name=Beliung Kayu +item.hatchetWood.name=Kapak Kayu +item.swordStone.name=Pedang Batu +item.shovelStone.name=Penyodok Batu +item.pickaxeStone.name=Beliung Batu +item.hatchetStone.name=Kapak Batu +item.swordDiamond.name=Pedang Berlian +item.shovelDiamond.name=Penyodok Berlian +item.pickaxeDiamond.name=Beliung Belian +item.hatchetDiamond.name=Kapak Berlian +item.stick.name=Batang Kayu +item.bowl.name=Mangkuk +item.mushroomStew.name=Stew Cendawan +item.swordGold.name=Pedang Emas +item.shovelGold.name=Penyodok Emas +item.pickaxeGold.name=Beliung Emas +item.hatchetGold.name=Kapak Emas +item.string.name=Tali +item.feather.name=Bulu +item.sulphur.name=Serbuk Letupan +item.hoeWood.name=Cangkul Kayu +item.hoeStone.name=Cangkul Batu +item.hoeIron.name=Cangkul Besi +item.hoeDiamond.name=Cangkul Berlian +item.hoeGold.name=Cangkul Emas +item.seeds.name=Benih +item.seeds_pumpkin.name=Benih Labu +item.seeds_melon.name=Benih Melon +item.melon.name=Tembikai +item.wheat.name=Gandum +item.bread.name=Roti +item.helmetCloth.name=Topi Kulit +item.chestplateCloth.name=Jubah Kulit +item.leggingsCloth.name=Seluar Kulit +item.bootsCloth.name=But Kulit +item.helmetChain.name=Topi Keledar Rantai +item.chestplateChain.name=Perisai Dada Rantai +item.leggingsChain.name=Seluar Rantai +item.bootsChain.name=But Rantai +item.helmetIron.name=Topi Keledar Besi +item.chestplateIron.name=Perisai Dada Besi +item.leggingsIron.name=Perisai Kaki Besi +item.bootsIron.name=But Besi +item.helmetDiamond.name=Topi Keledar Berlian +item.chestplateDiamond.name=Perisai Dada Berlian +item.leggingsDiamond.name=Perisai Kaki Berlian +item.bootsDiamond.name=But Logam +item.helmetGold.name=Topi Keledar Emas +item.chestplateGold.name=Perisai Dada Emas +item.leggingsGold.name=Seluar Emas +item.bootsGold.name=But emas +item.flint.name=Batu Api +item.porkchopRaw.name=Daging Babi Mentah +item.porkchopCooked.name=Daging Babi Masak +item.chickenRaw.name=Ayam Mentah +item.chickenCooked.name=Ayam Masak +item.beefRaw.name=Daging Lembu Mentah +item.beefCooked.name=Daging Lembu +item.painting.name=Lukisan +item.appleGold.name=Epal Emas +item.sign.name=Papan Tanda +item.doorWood.name=Pintu Kayu +item.bucket.name=Baldi +item.bucketWater.name=Baldi Air +item.bucketLava.name=Baldi Lava +item.minecart.name=Minecart +item.saddle.name=Pelana +item.doorIron.name=Pintu Besi +item.redstone.name=Batu Merah +item.snowball.name=Bola Salji +item.boat.name=Kapal +item.leather.name=Kulit Lembu +item.milk.name=Susu +item.brick.name=Bata +item.clay.name=Tanah Liat +item.reeds.name=Tebu +item.paper.name=Kertas +item.book.name=Buku +item.slimeball.name=Bebola Lendir +item.minecartChest.name=Kereta Lombong Dilengkapi Peti Simpanan +item.minecartFurnace.name=Kereta Lombong Dilengkapi Relau +item.egg.name=Telur +item.compass.name=Kompas +item.fishingRod.name=Alat Pemancing Ikan +item.clock.name=Jam +item.yellowDust.name=Serbuk Batu Berkilau +item.fishRaw.name=Ikan Mentah +item.fishCooked.name=Ikan Masak +item.record.name=Cakera Musik +item.bone.name=Tulang +item.dyePowder.black.name=Pundi Dakwat +item.dyePowder.red.name=Ros Merah +item.dyePowder.green.name=Kaktus Hijau +item.dyePowder.brown.name=Biji Koko +item.dyePowder.blue.name=Lapis Lazuli +item.dyePowder.purple.name=Pewarna Ungu +item.dyePowder.cyan.name=Pewarna Sian +item.dyePowder.silver.name=Pewarna Kelabu Muda +item.dyePowder.gray.name=Pewarna Kelabu +item.dyePowder.pink.name=Pewarna Merah Jambu +item.dyePowder.lime.name=Pewarna Limau Hijau +item.dyePowder.yellow.name=Dandelion Kuning +item.dyePowder.lightBlue.name=Pewarna Biru Muda +item.dyePowder.magenta.name=Pewarna Magenta +item.dyePowder.orange.name=Pewarna Oren +item.dyePowder.white.name=Serbuk Tulang +item.sugar.name=Gula +item.cake.name=Kek +item.bed.name=Katil +item.diode.name=Alat Pengulang Batu Merah +item.map.name=Peta +item.leaves.name=Daun +item.shears.name=Pemotong +item.rottenFlesh.name=Daging Reput +item.enderPearl.name=Mutiara Akhiran +item.blazeRod.name=Rod Blaze +item.ghastTear.name=Air Mata Ghast +item.netherStalkSeeds.name=Ketuat Neraka +item.potion.name=Posyen +item.emptyPotion.name=Botol Air +item.goldNugget.name=Kepingan Emas +item.glassBottle.name=Botol Kaca +item.spiderEye.name=Mata Labah-Labah +item.fermentedSpiderEye.name=Mata Labah-Labah Ditapai +item.blazePowder.name=Serbuk Blaze +item.magmaCream.name=Krim Magma +item.cauldron.name=Kawah +item.brewingStand.name=Tapak Membru +item.eyeOfEnder.name=Mata Akhiran +item.speckledMelon.name=Tembikai Berkilauan +item.monsterPlacer.name=Penjelma +item.expBottle.name=Botol Berisi Penyihiran +item.fireball.name=Bebola Api +item.writingBook.name=Book and Quill +item.writtenBook.name=Written Book + +container.inventory=Inventori +container.crafting=Pertukangan +container.dispenser=Mesin Pengagih +container.furnace=Relau +container.enchant=Menyihir +container.creative=Pemilihan Item +container.brewing=Tapak Membru +container.chest=Peti +container.minecart=Kereta Lombong + +entity.Item.name=Item +entity.XPOrb.name=Bebola Pengalaman + +entity.Arrow.name=anak panah +entity.Snowball.name=Bebola Salji +entity.Painting.name=Lukisan + +entity.Mob.name=Mob +entity.Monster.name=Raksasa + +entity.Creeper.name=Creeper +entity.Skeleton.name=Rangka +entity.Spider.name=Labah-Labah +entity.Giant.name=Gergasi +entity.Zombie.name=Zombi +entity.Slime.name=Lendir +entity.Ghast.name=Ghast +entity.PigZombie.name=Manusia Khinzir Zombi +entity.Enderman.name=Manusia Akhiran +entity.Silverfish.name=Gegat +entity.CaveSpider.name=Labah-Labah Gua +entity.Blaze.name=Blaze +entity.LavaSlime.name=Kiub Magma +entity.MushroomCow.name=Mooshroom +entity.Villager.name=Penduduk Kampung +entity.VillagerGolem.name=Golem Besi +entity.SnowMan.name=Golem Salji +entity.EnderDragon.name=Naga Akhiran + +entity.Pig.name=Babi +entity.Sheep.name=Biri-Biri +entity.Cow.name=Lembu +entity.Chicken.name=Ayam +entity.Squid.name=Sotong +entity.Wolf.name=Serigala +entity.Ozelot.name=Harimau Oselot +entity.Cat.name=Kucing + +entity.PrimedTnt.name=Blok TNT +entity.FallingSand.name=Blok Gugur + +entity.Minecart.name=Kereta Lombong +entity.Boat.name=Bot + +entity.generic.name=tidak dikenali + +death.inFire=%1$s telah terbakar +death.onFire=%1$s telah terbakar sehingga mati +death.lava=%1$s telah cuba berenang dalam lava +death.inWall=%1$s telah sesak nafas dalam dinding +death.drown=%1$s telah lemas +death.starve=%1$s telah mati kebuluran +death.cactus=%1$s telah dicucuk sehingga mati +death.fall=%1$s telah terhantuk tanah terlalu kuat +death.outOfWorld=%1$s telah jatuh dari dunia +death.generic=%1$s telah mati +death.explosion=%1$s telah meletup +death.magic=%1$s telah dibunuh oleh kuasa sihir +death.mob=%1$s telah dibunuh oleh %2$s +death.player=%1$s telah dibunuh oleh %2$s +death.arrow=%1$s telah ditembak oleh %2$s +death.fireball=%1$s telah dibunuh oleh bebola api %2$s +death.thrown=%1$s telah dibelasah oleh %2$s +death.indirectMagic=%1$s telah dibunuh oleh %2$s + +deathScreen.respawn=Bertelur Semula +deathScreen.deleteWorld=Hapuskan Dunia +deathScreen.titleScreen=Menu Utama +deathScreen.score=Skor +deathScreen.title.hardcore=Permainan Tamat! +deathScreen.hardcoreInfo=Anda tidak boleh menjana semula di mod hardcore! +deathScreen.title=Anda telah mati! + +potion.empty=Tiada Kesan +potion.moveSpeed=Kelajuan +potion.moveSlowdown=Kelambatan +potion.digSpeed=Kegopohan +potion.digSlowDown=Keletihan Melombong +potion.damageBoost=Kekuatan +potion.weakness=Kelemahan +potion.heal=Penyembuhan Serta Merta +potion.harm=Kecederaan Serta Merta +potion.jump=Peningkatan Kuasa Lompatan +potion.confusion=Rasa Loya +potion.regeneration=Pertumbuhan Semula +potion.resistance=Rintangan +potion.fireResistance=Ketahanan Api +potion.waterBreathing=Pernafasan Air +potion.invisibility=Halimunan +potion.blindness=Kebutaan +potion.nightVision=Penglihatan Malam +potion.hunger=Kelaparan +potion.poison=Keracunan + +potion.moveSpeed.postfix=Posyen Kecepatan +potion.moveSlowdown.postfix=Posyen Kelambatan +potion.digSpeed.postfix=Posyen Kepantasan +potion.digSlowDown.postfix=Posyen Kembodohan +potion.damageBoost.postfix=Posyen Kekuatan +potion.weakness.postfix=Posyen Meletihkan +potion.heal.postfix=Posyen Kesihatan +potion.harm.postfix=Posyen Menyakitan +potion.jump.postfix=Posyen Lompatan +potion.confusion.postfix=Posyen Loya +potion.regeneration.postfix=Posyen Penjanaan Semula +potion.resistance.postfix=Posyen Ketahanan +potion.fireResistance.postfix=Posyen Ketahanan Api +potion.waterBreathing.postfix=Posyen Pernafasan Air +potion.invisibility.postfix=Posyen Halimunan +potion.blindness.postfix=Posyen Kebutaan +potion.nightVision.postfix=Posyen Penglihatan Gelap +potion.hunger.postfix=Posyen Kelaparan +potion.poison.postfix=Posyen Keracunan + +potion.potency.0= +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV + +potion.prefix.grenade=Percik +potion.prefix.mundane=Biasa +potion.prefix.uninteresting=Membosankan +potion.prefix.bland=Tawar +potion.prefix.clear=Jernih +potion.prefix.milky=Bersusu +potion.prefix.diffuse=Meresap +potion.prefix.artless=Tanpa Seni +potion.prefix.thin=Nipis +potion.prefix.awkward=Kekok +potion.prefix.flat=Rata +potion.prefix.bulky=Besar +potion.prefix.bungling=Ceroboh +potion.prefix.buttered=Bermentega +potion.prefix.smooth=Licin +potion.prefix.suave=Lembut +potion.prefix.debonair=Riang +potion.prefix.thick=Tebal +potion.prefix.elegant=Anggun +potion.prefix.fancy=Mewah +potion.prefix.charming=Menawan +potion.prefix.dashing=Kacak +potion.prefix.refined=Ditapis +potion.prefix.cordial=Mesra +potion.prefix.sparkling=Berkilau +potion.prefix.potent=Mujarab +potion.prefix.foul=Kotor +potion.prefix.odorless=Tidak Berbau +potion.prefix.rank=Pangkat +potion.prefix.harsh=Kasar +potion.prefix.acrid=Marah +potion.prefix.gross=Jijik +potion.prefix.stinky=Busuk + +enchantment.damage.all=Ketajaman +enchantment.damage.undead=Kudus +enchantment.damage.arthropods=Pembinasaan kepada Anthropod +enchantment.knockback=Kuasa Tolakan +enchantment.fire=Unsur Api +enchantment.protect.all=Perlindungan +enchantment.protect.fire=Ketahanan Api +enchantment.protect.fall=Peringan Kejatuhan +enchantment.protect.explosion=Ketahanan Letupan +enchantment.protect.projectile=Perlindungan Peluru +enchantment.oxygen=Pernafasan +enchantment.waterWorker=Kepantasan Didalam Laut +enchantment.digging=Kecekapan +enchantment.untouching=Sentuhan Halus +enchantment.durability=Tahan Pecahan +enchantment.lootBonus=Rompakan +enchantment.lootBonusDigger=Nasib Baik +enchantment.arrowDamage=Kuasa +enchantment.arrowFire=Nyalaan +enchantment.arrowKnockback=Tumbukan +enchantment.arrowInfinite=Infiniti + +enchantment.level.1=I +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.level.10=X + +gui.achievements=Pencapaian +gui.stats=Statistik + +stat.generalButton=Umum +stat.blocksButton=Blok +stat.itemsButton=Barang-barang + +stat.used=Kali Digunakan +stat.mined=Kali Dilombong +stat.depleted=Kali Habis Digunakan +stat.crafted=Kali Dihasilkan + +stat.startGame=Kali bermain +stat.createWorld=Dunia dimainkan +stat.loadWorld=Fail simpan dimuatkan +stat.joinMultiplayer=Permainan jamak disertai +stat.leaveGame=Permainan dihentikan + +stat.playOneMinute=Minit Bermain + +stat.walkOneCm=Jarak Berjalan Kaki +stat.fallOneCm=Jarak Jatuh +stat.swimOneCm=Jarak Berenang +stat.flyOneCm=Jarak Berterbangan +stat.climbOneCm=Jarak Memanjat +stat.diveOneCm=Jarak Menyelam +stat.minecartOneCm=Jarak dengan Kereta Lombong +stat.boatOneCm=Jarak dengan Kapal +stat.pigOneCm=Jarak dengan Babi +stat.jump=Kali Melompat +stat.drop=Barang Dibuangkan + +stat.damageDealt=Kecederaan Diberi +stat.damageTaken=Kecederaan Diterima +stat.deaths=Jumlah Kematian +stat.mobKills=Makhluk Dibunuh +stat.playerKills=Pemain Dibunuh +stat.fishCaught=Ikan Ditangkap + +stat.mineBlock=%1$s Dilombongkan +stat.craftItem=%1$s Dihasilkan +stat.useItem=%1$s Digunakan +stat.breakItem=%1$s Dihabiskan + +achievement.get=Pencapaian dapat! + +achievement.taken=Diambil! + +achievement.requires=Memerlukan '%1$s' +achievement.openInventory=Mengambil inventori +achievement.openInventory.desc=Tekan '%1$s' untuk membuka inventori. +achievement.mineWood=Mendapat Kayu +achievement.mineWood.desc=Menyerang sebatang pokok sehingga kayu terkeluar +achievement.buildWorkBench=Penandaarasan +achievement.buildWorkBench.desc=Hasilkan sebuah bangku kerja menggunakan empat buah blok papan +achievement.buildPickaxe=Lombongkan! +achievement.buildPickaxe.desc=Menggunakan papan dan batang kayu untuk menghasilkan sebilah beliung +achievement.buildFurnace=Bikin Panas +achievement.buildFurnace.desc=Membina sebuah relau menggunakan lapan buah block batu +achievement.acquireIron=Mendapat perkakasan +achievement.acquireIron.desc=Leburkan sebatang jongkang besi +achievement.buildHoe=Tanikan! +achievement.buildHoe.desc=Gunakan papan dan batang kayu untuk menghasilkan sebilah cangkul +achievement.makeBread=Membakar roti +achievement.makeBread.desc=Guna gandum untuk membakari roti +achievement.bakeCake=Penipuan +achievement.bakeCake.desc=Gandum, gula, susu dan telur! +achievement.buildBetterPickaxe=Mendapat Peningkatan +achievement.buildBetterPickaxe.desc=Membina beliung yang lebih bagus +achievement.cookFish=Sedapnya Ikan Ini +achievement.cookFish.desc=Menangkap dan memasak ikan! +achievement.onARail=Atas Landasan +achievement.onARail.desc=Bergerak menggunakan kereta lombong sekurang-kurangnya 1 km jauh daripada titik permulaan anda +achievement.buildSword=Yerangkan! +achievement.buildSword.desc=Gunakan papan dan batang kayu untuk menghasilkan sebilah pedang +achievement.killEnemy=Pemburu Raksasa +achievement.killEnemy.desc=Serang dan memusnahkan seekor raksasa +achievement.killCow=Mentikam Lembu +achievement.killCow.desc=Dapatkan kulit lembu +achievement.flyPig=Babi Yang Boleh Terbang +achievement.flyPig.desc=Terbang seekor babi dari sebuah tebing +achievement.snipeSkeleton=Tembakan Jauh +achievement.snipeSkeleton.desc=Bunuh seekor kerangka dengan anak panah dari jarak lebih dari 50 meter +achievement.diamonds=BERLIAN! +achievement.diamonds.desc=Memperoleh berlian dengan peralatan besi +achievement.portal=Meneroka Lebih +achievement.portal.desc=Membina sebuah portal ke Neraka +achievement.ghast=Dikembalikan Kepada Penghantar +achievement.ghast.desc=Musnahkan seekor Ghast dengan sebiji bebola api +achievement.blazeRod=Pakar Api +achievement.blazeRod.desc=Merompakan seekor rod Pembakar +achievement.potion=Pembru Tempatan +achievement.potion.desc=Membru sebotol posyen +achievement.theEnd=Akhirnya +achievement.theEnd.desc=Masukkan didalam Akhiran +achievement.theEnd2=Berakhirlah. +achievement.theEnd2.desc=Kalahkan Naga Akhiran +achievement.enchantments=Ahli Sihir +achievement.enchantments.desc=Menggunakan sebuah buku, obsidian dan berlian untuk membina sebuah meja penyihir +achievement.overkill=Keterlaluan +achievement.overkill.desc=Menyebabkan lapan bentuk jantung kecederaan dalam satu serangan +achievement.bookcase=Pustakawan +achievement.bookcase.desc=Bina beberapa buah rak buku untuk menambahbaikkan kuasa meja penyihir + +commands.generic.exception=An unknown error occurred while attempting to perform this command +commands.generic.syntax=Invalid command syntax +commands.generic.player.notFound=That player cannot be found +commands.generic.notFound=Unknown command. Try /help for a list of commands. +commands.generic.num.invalid='%s' is not a valid number +commands.generic.num.tooSmall=The number you have entered (%d) is too small, it must be at least %d +commands.generic.num.tooBig=The number you have entered (%d) is too big, it must be at most %d +commands.generic.usage=Usage: %s +commands.xp.success=Given %d experience to %s +commands.xp.usage=/xp [amount] +commands.give.usage=/give [amount] [data] +commands.give.notFound=There is no such item with ID %d +commands.give.success=Given %s (ID %d) * %d to %s +commands.downfall.success=Toggled downfall +commands.time.usage=/time +commands.time.added=Added %d to the time +commands.time.set=Set the time to %d +commands.players.list=There are %d/%d players online: +commands.banlist.ips=There are %d total banned IP addresses: +commands.banlist.players=There are %d total banned players: +commands.banlist.usage=/banlist [ips|players] +commands.kick.success=Kicked %s from the game +commands.kick.success.reason=Kicked %s from the game: '%s' +commands.kick.usage=/kick [reason ...] +commands.op.success=Opped %s +commands.op.usage=/op +commands.deop.success=De-opped %s +commands.deop.usage=/deop +commands.say.usage=/say +commands.ban.success=Banned player %s +commands.ban.usage=/ban +commands.unban.success=Unbanned player %s +commands.unban.usage=/pardon +commands.banip.invalid=You have entered an invalid IP address or a player that is not online +commands.banip.success=Banned IP address %s +commands.banip.success.players=Banned IP address %s belonging to %s +commands.banip.usage=/ban-ip +commands.unbanip.invalid=You have entered an invalid IP address +commands.unbanip.success=Unbanned IP address %s +commands.unbanip.usage=/pardon-ip
+commands.save.enabled=Turned on world auto-saving +commands.save.disabled=Turned off world auto-saving +commands.save.start=Saving... +commands.save.success=Saved the world +commands.stop.start=Stopping the server +commands.tp.success=Teleported %s to %s +commands.tp.usage=/tp [target player] +commands.whitelist.list=There are %d (out of %d seen) whitelisted players: +commands.whitelist.enabled=Turned on the whitelist +commands.whitelist.disabled=Turned off the whitelist +commands.whitelist.reloaded=Reloaded the whitelist +commands.whitelist.add.success=Added %s to the whitelist +commands.whitelist.add.usage=/whitelist add +commands.whitelist.remove.success=Removed %s from the whitelist +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.gamemode.success.self=Set own game mode to %s +commands.gamemode.success.other=Set %s's game mode to %s +commands.gamemode.usage=/gamemode [player] +commands.me.usage=/me +commands.help.header=--- Showing help page %d of %d (/help ) --- +commands.help.footer=Tip: Use the key while typing a command to auto-complete the command or its arguments +commands.help.usage=/help [page] diff --git a/1.5.2/lang/ms_MY.lang b/1.5.2/lang/ms_MY.lang new file mode 100644 index 00000000..a51b8137 --- /dev/null +++ b/1.5.2/lang/ms_MY.lang @@ -0,0 +1,1293 @@ +#X-Generator: crowdin.net + +language.name=Bahasa Melayu +language.region=MS +language.code=ms_MY + +gui.done=Selesai +gui.cancel=Batal +gui.back=Back +gui.toMenu=Balik ke menu utama +gui.up=Atas +gui.down=Bawah +gui.yes=Ya +gui.no=Tidak + +menu.singleplayer=Permainan Tunggal +menu.multiplayer=Main dengan kawan-kawan +menu.online=Minecraft Realms +menu.options=Opsyen... +menu.quit=Hentikan Permainan +menu.returnToMenu=Simpan Fail dan Kembali ke Menu Utama +menu.disconnect=Putuskan +menu.returnToGame=Balik ke Permainan +menu.switchingLevel=Dunia sedang dialihkan +menu.generatingLevel=Dunia sedang dijanakan +menu.loadingLevel=Memuatkan dunia +menu.generatingTerrain=Muka bumi sedang dibina +menu.convertingLevel=Menukar dunia +menu.simulating=Dunia sedang disimulasikan +menu.respawning=Sedang Menjelma Semula +menu.shareToLan=Dibuka kepada LAN + +selectWorld.title=Pilih Dunia +selectWorld.empty=kosong +selectWorld.world=Dunia +selectWorld.select=Main Dunia yang Dipilih +selectWorld.create=Membina Dunia Baharu +selectWorld.recreate=Cipta Semula +selectWorld.createDemo=Bermain Dunia Demo Baru +selectWorld.delete=Hapus +selectWorld.rename=Menamakan Semula +selectWorld.deleteQuestion=Adakah anda pasti anda hendak menghapuskan dunia ini? +selectWorld.deleteWarning=akan hilang untuk selama-lamanya! (Tempoh masa yang lama!) +selectWorld.deleteButton=Hapus +selectWorld.renameButton=Tukar Nama +selectWorld.renameTitle=Tukar Nama Dunia +selectWorld.conversion=Perlu ditukar! +selectWorld.newWorld=Dunia Baru +selectWorld.newWorld.copyOf=Salinan %s +selectWorld.enterName=Nama Dunia +selectWorld.resultFolder=Akan disimpan di: +selectWorld.enterSeed=Benih untuk Penjanaan Dunia +selectWorld.seedInfo=Biarkan kosong untuk pemilihan bijih secara rawak +selectWorld.cheats=Penipuan +selectWorld.customizeType=Suaikan + +createWorld.customize.presets=Praset +createWorld.customize.presets.title=Pilih satu praset +createWorld.customize.presets.select=Gunakan Praset +createWorld.customize.presets.share=Ingin berkongsi praset anda dengan seseorang? Gunakan kotak di bawah! +createWorld.customize.presets.list=Sebagai alternatif, inilah beberapa praset yang kami sediakan sebelum ini! +createWorld.customize.flat.title=Penyesuaian Lampau Rata +createWorld.customize.flat.tile=Bahan Lapisan +createWorld.customize.flat.height=Ketinggian +createWorld.customize.flat.addLayer=Tambah Lapisan +createWorld.customize.flat.editLayer=Sunting Lapisan +createWorld.customize.flat.removeLayer=Hapuskan Lapisan +createWorld.customize.flat.layer.top=Atas - %d +createWorld.customize.flat.layer=%d +createWorld.customize.flat.layer.bottom=Bawah - %d + +gameMode.survival=Mod Kemandirian +gameMode.creative=Mod Kreatif +gameMode.adventure=Mod Pengembaraan +gameMode.hardcore=Mod Tegar! +gameMode.changed=Mod permainan anda telah dikemaskinikan + +selectWorld.gameMode=Mod Permainan: +selectWorld.gameMode.survival=Kemandirian +selectWorld.gameMode.survival.line1=Mencari sumber, pertukangan, memperoleh +selectWorld.gameMode.survival.line2=tahap, kesihatan dan kelaparan +selectWorld.gameMode.creative=Kreatif +selectWorld.gameMode.creative.line1=Sumber yang tidak terhad, kuasa terbang bebas dan +selectWorld.gameMode.creative.line2=blok-blok dihapuskan secara serta-merta +selectWorld.gameMode.hardcore=Tegar +selectWorld.gameMode.hardcore.line1=Sama seperti mod kemandirian, terkunci pada +selectWorld.gameMode.hardcore.line2=kesukaran, dan satu nyawa sahaja +selectWorld.gameMode.adventure=Pengembaraan +selectWorld.gameMode.adventure.line1=Sama seperti mod kemandirian, tetapi blok tidak boleh +selectWorld.gameMode.adventure.line2=ditambah atau ditanggalkan +selectWorld.moreWorldOptions=Lebih Opsyen Dunia... +selectWorld.mapFeatures=Menjana Struktur: +selectWorld.mapFeatures.info=Kampung, kubu dan lain-lain +selectWorld.mapType=Jenis Dunia: +selectWorld.mapType.normal=Biasa +selectWorld.allowCommands=Membenarkan Penipuan: +selectWorld.allowCommands.info=Perintah-perintah seperti /gamemode, /xp +selectWorld.hardcoreMode=Tegar: +selectWorld.hardcoreMode.info=Dunia dihapuskan apabila mati +selectWorld.bonusItems=Peti Bonus: + +generator.default=Lalai +generator.flat=Lampau Rata +generator.largeBiomes=Biom Besar + +selectServer.title=Pilih Server +selectServer.empty=kosong +selectServer.select=Sertai Server +selectServer.direct=Sambung Terus +selectServer.edit=Sunting +selectServer.delete=Hapus +selectServer.add=Tambah server +selectServer.defaultName=Pelayan Minecraft +selectServer.deleteQuestion=Adakah anda pasti anda ingin menghapuskan server ini? +selectServer.deleteWarning=akan hilang untuk selama-lamanya! (Tempoh masa yang lama!) +selectServer.deleteButton=Hapuskan +selectServer.refresh=Segar Semula +selectServer.hiddenAddress=(Terselindung) +addServer.title=Sunting Maklumat Server +addServer.enterName=Nama Server +addServer.enterIp=Alamat Server +addServer.add=Selesai +addServer.hideAddress=Sembunyikan Alamat +lanServer.title=Dunia LAN +lanServer.scanning=Scanning for games on your local network +lanServer.start=Mulakan Dunia LAN +lanServer.otherPlayers=Tetapan untuk Pemain-Pemain Lain +mcoServer.title=Dunia Dalam Talian Minecraft + +multiplayer.title=Main Permainan Jamak +multiplayer.connect=Sambung +multiplayer.info1=Permainan Jamak Minecraft belum disiapkan pada masa ini, tetapi +multiplayer.info2=terdapat pengujian awal yang berpepijat sedang dijalankan. +multiplayer.ipinfo=Masukkan IP server untuk menyambung kepadanya: + +multiplayer.texturePrompt.line1=Pelayan ini menggalakkan pengunaan pek tekstur langganan. +multiplayer.texturePrompt.line2=Adakah anda ingin memuat turun dan memasangkannya secara automatik? + +multiplayer.downloadingTerrain=Rupa bumi sedang dimuat turunkan + +multiplayer.stopSleeping=Meninggalkan Katil + +chat.link.confirm=Adakah anda pasti anda ingin membuka laman web berikut? +chat.link.warning=Jangan buka pautan daripada orang yang anda tidak mempercayai! +chat.copy=Salin ke Papan Keratan + +menu.playdemo=Main Dunia Demo +menu.resetdemo=Set Semula Dunia Demo +demo.day.1=Demo ini akan berlangsung selama lima hari dalam permainan, buatlah yang terbaik! +demo.day.2=Hari Kedua +demo.day.3=Hari Ketiga +demo.day.4=Hari Keempat +demo.day.5=Hari ini ialah hari anda yang terakhir! +demo.day.warning=Masa anda hampir tamat! +demo.day.6=Hari kelima telah berlalu, gunakan F2 untuk menyimpan tangkapan skrin penciptaan anda +demo.reminder=Tempoh demo telah tamat, sila beli permainan ini untuk meneruskan permainan atau mulakan dunia baharu! +demo.remainingTime=Masa tinggal: %s +demo.demoExpired=Masa demo tamat! +demo.help.movement=Gunakan %1$s, %2$s, %3$s, %4$s dan tetikus untuk bergerak +demo.help.movementShort=Bergerak dengan menekan %1$s, %2$s, %3$s, %4$s +demo.help.movementMouse=Lihat di sekeliling menggunakan tetikus +demo.help.jump=Lompat dengan menekan %1$s +demo.help.inventory=Gunakan %1$s untuk membuka inventori anda +demo.help.title=Mod Demo Minecraft +demo.help.fullWrapped=Demo ini akan berlangsung selama 5 hari dalam permainan (kira-kira 1 jam dan 40 minit masa sebenar). Tinjau pencapaian untuk mendapatkan bantuan! Selamat bermain! +demo.help.buy=Beli Sekarang! +demo.help.later=Teruskan Bermain! + +connect.connecting=Sedang menyambung ke server... +connect.authorizing=Sedang memasuki... +connect.failed=Gagal menyambung ke pelayan + +disconnect.genericReason=%s +disconnect.disconnected=Diputuskan oleh Pelayan +disconnect.lost=Sambungan Hilang +disconnect.kicked=Telah dihalau dari permainan +disconnect.timeout=Tamat masa +disconnect.closed=Sambungan ditutup +disconnect.loginFailed=Gagal untuk melog masuk +disconnect.loginFailedInfo=Gagal untuk melog masuk: %s +disconnect.quitting=Sedang keluar +disconnect.endOfStream=Hujung strim +disconnect.overflow=Penimbal melimpah +disconnect.spam=Diusir kerana penspaman + +options.off=TUTUP +options.on=BUKA +options.visible=Dipaparkan +options.hidden=Terlindung +options.title=Pilihan +options.controls=Kawalan... +options.video=Tetapan Video... +options.language=Bahasa... +options.languageWarning=Penterjemahan bahasa tidak semestinya 100% tepat +options.videoTitle=Tetapan Video +options.music=Muzik +options.sound=Bunyi +options.invertMouse=Songsangkan Tetikus +options.fov=Medan Penglihatan +options.fov.min=Biasa +options.fov.max=Quake Pro +options.gamma=Keterangan +options.gamma.min=Muram +options.gamma.max=Terang +options.sensitivity=Sensitiviti +options.sensitivity.min=*kuap* +options.sensitivity.max=HIPERLAJU!!! +options.renderDistance=Jarak Pengemukaan +options.renderDistance.tiny=Kecil +options.renderDistance.short=Pendek +options.renderDistance.normal=Biasa +options.renderDistance.far=Jauh +options.viewBobbing=Pendangan Melantun +options.ao=Pencahayaan Licin +options.ao.off=Off +options.ao.min=Minimum +options.ao.max=Maximum +options.anaglyph=Anaglif 3D +options.framerateLimit=Prestasi +options.difficulty=Kesukaran +options.difficulty.peaceful=Aman +options.difficulty.easy=Senang +options.difficulty.normal=Biasa +options.difficulty.hard=Sukar +options.difficulty.hardcore=Hardcore +options.graphics=Grafik +options.graphics.fancy=Mewah +options.graphics.fast=Cepat +options.guiScale=Skala GUI +options.guiScale.auto=Auto +options.guiScale.small=Kecil +options.guiScale.normal=Biasa +options.guiScale.large=Besar +options.advancedOpengl=Advanced OpenGL +options.renderClouds=Awan +options.farWarning1=Pemasangan Java 64 bit disarankan +options.farWarning2=untuk mengemukakan jarak 'Jauh' (anda mempunyai pemasangan 32 bit) +options.particles=Partikel +options.particles.all=Semua +options.particles.decreased=Dikurangkan +options.particles.minimal=Minimum +options.multiplayer.title=Tetapan Permainan Jamak... +options.chat.title=Tetapan Bual... +options.chat.visibility=Bual +options.chat.visibility.full=Terpapar +options.chat.visibility.system=Perintah-Perintah Sahaja +options.chat.visibility.hidden=Terlindung +options.chat.color=Warna +options.chat.opacity=Kelagapan +options.chat.links=Pautan Web +options.chat.links.prompt=Cepat pada Pautan +options.chat.scale=Skala +options.chat.width=Lebar +options.chat.height.focused=Ketinggian fokus +options.chat.height.unfocused=Ketinggian tidak fokus +options.showCape=Dedahkan Mantel +options.serverTextures=Tekstur-tekstur Pelayan +options.snooper=Benarkan Peninjau +options.snooper.view=Tetapan Peninjau... +options.snooper.title=Pengumpulan Spesifikasi Mesin +options.snooper.desc=Kami ingin mengumpulkan maklumat tentang mesin anda untuk membantu memperbaiki Minecraft dengan mengetahui apa yang dapat kami sokong dan di mana masalah terbesar. Semua maklumat ini sama sekali adalah tanpa nama dan dapat dilihat di bawah. Kami berjanji bahawa kami tidak akan melakukan apa-apa yang buruk dengan data ini, tetapi jika anda ingin memilih keluar, anda dipersilakan untuk togolkannya tutup! +options.texture.pack=Pek Tekstur +options.fullscreen=Skrin Penuh +options.vsync=Gunakan VSync +options.touchscreen=Mod Skrin Sentuh + +performance.max=FPS Maksimum +performance.balanced=Seimbang +performance.powersaver=Jimat tenaga + +controls.title=Kawalan + +key.forward=Hadapan +key.left=Kiri +key.back=Belakang +key.right=Kanan +key.jump=Lompat +key.inventory=Inventori +key.drop=Buang +key.chat=Sembang +key.fog=Togol Kabus +key.sneak=Selinap +key.playerlist=Senarai Pemain +key.attack=Serang +key.use=Guna Item +key.pickItem=Pilih Blok +key.mouseButton=Butang %1$s +key.command=Perintah + +texturePack.openFolder=Buka fail pek tekstur +texturePack.title=Pilih Pek Tekstur +texturePack.folderInfo=(Letakkan fail pek tekstur di sini) +texturePack.incompatible=Tak Serasi + +book.pageIndicator=Halaman %1$s daripada %2$s +book.byAuthor=oleh %1$s +book.signButton=Tandatangan +book.editTitle=Masukkan Judul Buku: +book.finalizeButton=Tandatangan dan Tutup +book.finalizeWarning=Perhatian! Apabila anda menandatangani buku ini, buku ini tidak akan dapat disunting lagi. + +tile.stone.name=Batu + +tile.grass.name=Blok Rumput +tile.dirt.name=Tanah +tile.stonebrick.name=Batu Buntar +tile.wood.name=Papan Kayu +tile.wood.oak.name=Papan Kayu Oak +tile.wood.spruce.name=Papan Kayu Spruce +tile.wood.birch.name=Papan Kayu Birch +tile.wood.jungle.name=Papan Kayu Rimba +tile.sapling.oak.name=Anak Pokok Oak +tile.sapling.spruce.name=Anak Pokok Spruce +tile.sapling.birch.name=Anak Pokok Birch +tile.sapling.jungle.name=Anak Pokok Rimba +tile.deadbush.name=Belukar Mati +tile.bedrock.name=Batu Dasar +tile.water.name=Air +tile.lava.name=Lava +tile.sand.name=Pasir +tile.sandStone.name=Batu Pasir +tile.sandStone.default.name=Batu Pasir +tile.sandStone.chiseled.name=Batu Pasir Terpahat +tile.sandStone.smooth.name=Batu Pasir Licin +tile.gravel.name=Batu Kelikir +tile.oreGold.name=Bijih Emas +tile.oreIron.name=Bijih Besi +tile.oreCoal.name=Bijih Arang Batu +tile.log.name=Kayu +tile.log.oak.name=Kayu Oak +tile.log.spruce.name=Kayu Spruce +tile.log.birch.name=Kayu Birch +tile.log.jungle.name=Kayu Rimba +tile.leaves.name=Daun +tile.leaves.oak.name=Daun Oak +tile.leaves.spruce.name=Daun Spruce +tile.leaves.birch.name=Daun Birch +tile.leaves.jungle.name=Daun Rimba +tile.tallgrass.name=Rumput +tile.tallgrass.shrub.name=Lalang +tile.tallgrass.grass.name=Rumput +tile.tallgrass.fern.name=Paku Pakis +tile.sponge.name=Span +tile.glass.name=Kaca +tile.thinGlass.name=Kepingan Kaca +tile.cloth.name=Bulu +tile.flower.name=Bunga +tile.rose.name=Ros +tile.mushroom.name=Cendawan +tile.blockGold.name=Blok Emas +tile.blockIron.name=Blok Besi +tile.stoneSlab.stone.name=Papak Batu +tile.stoneSlab.sand.name=Papak Batu Pasir +tile.stoneSlab.wood.name=Papak Kayu +tile.stoneSlab.cobble.name=Papak Batu Buntar +tile.stoneSlab.brick.name=Rak Buku +tile.stoneSlab.smoothStoneBrick.name=Papak Bata Batu +tile.stoneSlab.netherBrick.name=Papak Batu Bata Neraka +tile.stoneSlab.quartz.name=Papak Kuarsa +tile.woodSlab.oak.name=Papak Kayu Oak +tile.woodSlab.spruce.name=Papak Kayu Spruce +tile.woodSlab.birch.name=Papak Kayu Birch +tile.woodSlab.jungle.name=Papak Kayu Rimba +tile.brick.name=Bata +tile.tnt.name=TNT +tile.bookshelf.name=Rak Buku +tile.stoneMoss.name=Batu Berlumut +tile.obsidian.name=Obsidian +tile.torch.name=Obor +tile.fire.name=Api +tile.mobSpawner.name=Penjelma Rasaksa +tile.stairsWood.name=Tangga Kayu Oak +tile.stairsWoodSpruce.name=Tangga Kayu Spruce +tile.stairsWoodBirch.name=Tangga Kayu Birch +tile.stairsWoodJungle.name=Tangga Kayu Rimba +tile.chest.name=Peti +tile.chestTrap.name=Peti Perangkap +tile.redstoneDust.name=Serbuk Batu Merah +tile.oreDiamond.name=Bijih Berlian +tile.blockDiamond.name=Blok Berlian +tile.workbench.name=Bangku Kerja +tile.crops.name=Tanaman +tile.farmland.name=Tanah Ladang +tile.furnace.name=Relau +tile.sign.name=Papan Tanda +tile.doorWood.name=Pintu Kayu +tile.ladder.name=Tangga +tile.rail.name=Landasan +tile.goldenRail.name=Landasan Berkuasa +tile.activatorRail.name=Activator Rail +tile.detectorRail.name=Landasan Pengesan +tile.stairsStone.name=Anak Tangga Batu +tile.stairsSandStone.name=Tangga Batu Pasir +tile.lever.name=Tuas +tile.pressurePlate.name=Plat Tekanan +tile.weightedPlate_light.name=Plat Tekanan Berpemberat (Ringan) +tile.weightedPlate_heavy.name=Plat Tekanan Berpemberat (Berat) +tile.doorIron.name=Pintu Besi +tile.oreRedstone.name=Bijih Batu Merah +tile.notGate.name=Obor Batu Merah +tile.button.name=Butang +tile.snow.name=Salji +tile.ice.name=Ais +tile.cactus.name=Kaktus +tile.clay.name=Tanah Liat +tile.reeds.name=Tebu +tile.jukebox.name=Peti Lagu +tile.fence.name=Pagar +tile.fenceGate.name=Pintu Pagar +tile.pumpkin.name=Labu +tile.litpumpkin.name=Tanglung Labu +tile.hellrock.name=Rak Neraka +tile.hellsand.name=Pasir Jiwa +tile.lightgem.name=Batu Berbara +tile.portal.name=Portal +tile.cloth.black.name=Bulu Hitam +tile.cloth.red.name=Bulu Merah +tile.cloth.green.name=Bulu Hijau +tile.cloth.brown.name=Bulu Perang +tile.cloth.blue.name=Bulu Biru +tile.cloth.purple.name=Bulu Ungu +tile.cloth.cyan.name=Bulu Sian +tile.cloth.silver.name=Bulu Kelabu Muda +tile.cloth.gray.name=Bulu Kelabu +tile.cloth.pink.name=Bulu Merah Jambu +tile.cloth.lime.name=Bulu Limau Hijau +tile.cloth.yellow.name=Wol Kuning +tile.cloth.lightBlue.name=Bulu Biru Muda +tile.cloth.magenta.name=Wol Magenta +tile.cloth.orange.name=Bulu Jingga +tile.cloth.white.name=Bulu +tile.oreLapis.name=Bijih Lapis Lazuli +tile.blockLapis.name=Blok Lapis Lazuli +tile.dispenser.name=Mesin Pengagih +tile.dropper.name=Penitis +tile.musicBlock.name=Blok Nota +tile.cake.name=Kek +tile.bed.name=Katil +tile.bed.occupied=Katil ini telah diduduki +tile.bed.noSleep=Anda hanya boleh tidur pada waktu malam +tile.bed.notSafe=Anda tidak boleh berehat sekarang, terdapat raksasa berhampiran +tile.bed.notValid=Katil kediaman anda hilang atau terhalang +tile.lockedchest.name=Peti Terkunci +tile.trapdoor.name=Pintu Jerat +tile.web.name=Sarang labah-labah +tile.stonebricksmooth.name=Bata Batu +tile.stonebricksmooth.default.name=Bata Batu +tile.stonebricksmooth.mossy.name=Bata Batu Berlumut +tile.stonebricksmooth.cracked.name=Bata Batu Rekah +tile.stonebricksmooth.chiseled.name=Bata Batu Terpahat +tile.monsterStoneEgg.stone.name=Batu Telur Raksasa +tile.monsterStoneEgg.cobble.name=Batu Buntar Telur Raksasa +tile.monsterStoneEgg.brick.name=Bata Batu Telur Raksasa +tile.pistonBase.name=Piston +tile.pistonStickyBase.name=Piston melekit +tile.fenceIron.name=Tiang Besi +tile.melon.name=Melon +tile.stairsBrick.name=Anak Tangga Bata +tile.stairsStoneBrickSmooth.name=Anak Tangga Bata Batu +tile.vine.name=Penjalar +tile.netherBrick.name=Bata Neraka +tile.netherFence.name=Pagar Bata Neraka +tile.stairsNetherBrick.name=Anak Tangga Bata Neraka +tile.netherStalk.name=Ketuat Neraka +tile.cauldron.name=Kawah +tile.enchantmentTable.name=Meja Penyihir +tile.anvil.name=Andas +tile.anvil.intact.name=Andas +tile.anvil.slightlyDamaged.name=Andas Sedikit Terhancur +tile.anvil.veryDamaged.name=Andas Amat Terhancur +tile.whiteStone.name=Batu Akhiran +tile.endPortalFrame.name=Portal Akhir +tile.mycel.name=Miselium +tile.waterlily.name=Telepok +tile.dragonEgg.name=Telur Naga +tile.redstoneLight.name=Lampu Batu Merah +tile.cocoa.name=Koko +tile.enderChest.name=Peti Akhiran +tile.oreRuby.name=Bijih Delima +tile.oreEmerald.name=Bijih Zamrud +tile.blockEmerald.name=Blok Zamrud +tile.blockRedstone.name=Blok Batu Merah +tile.tripWire.name=Tripwayar +tile.tripWireSource.name=Penyangkuk Tripwayar +tile.commandBlock.name=Blok Arahan +tile.beacon.name=Suar +tile.beacon.primary=Kuasa Utama +tile.beacon.secondary=Kuasa Sekunder +tile.cobbleWall.normal.name=Dinding Batu Buntar +tile.cobbleWall.mossy.name=Dinding Batu Buntar Berlumut +tile.carrots.name=Lobak +tile.potatoes.name=Kentang +tile.daylightDetector.name=Sensor Cahaya Siang +tile.netherquartz.name=Bijih Kuarza Neraka +tile.hopper.name=Corong Tuang +tile.quartzBlock.default.name=Blok Kuarza +tile.quartzBlock.chiseled.name=Blok Kuarza Terpahat +tile.quartzBlock.lines.name=Tiang Blok Kuarsa +tile.stairsQuartz.name=Tangga Kuarsa + +item.shovelIron.name=Penyodok Besi +item.pickaxeIron.name=Beliung Besi +item.hatchetIron.name=Kapak Besi +item.flintAndSteel.name=Batu Api dan Keluli +item.apple.name=Epal +item.cookie.name=Biskut +item.bow.name=Busur +item.arrow.name=Anak Panah +item.coal.name=Arang Batu +item.charcoal.name=Arang +item.diamond.name=Berlian +item.emerald.name=Zamrud +item.ingotIron.name=Jongkang Besi +item.ingotGold.name=Jongkang Emas +item.swordIron.name=Pedang Besi +item.swordWood.name=Pedang Kayu +item.shovelWood.name=Penyodok Kayu +item.pickaxeWood.name=Beliung Kayu +item.hatchetWood.name=Kapak Kayu +item.swordStone.name=Pedang Batu +item.shovelStone.name=Penyodok Batu +item.pickaxeStone.name=Beliung Batu +item.hatchetStone.name=Kapak Batu +item.swordDiamond.name=Pedang Berlian +item.shovelDiamond.name=Penyodok Berlian +item.pickaxeDiamond.name=Beliung Berlian +item.hatchetDiamond.name=Kapak Berlian +item.stick.name=Batang Kayu +item.bowl.name=Mangkuk +item.mushroomStew.name=Stew Cendawan +item.swordGold.name=Pedang Emas +item.shovelGold.name=Penyodok Emas +item.pickaxeGold.name=Beliung Emas +item.hatchetGold.name=Kapak Emas +item.string.name=Tali +item.feather.name=Bulu +item.sulphur.name=Serbuk Letupan +item.hoeWood.name=Cangkul Kayu +item.hoeStone.name=Cangkul Batu +item.hoeIron.name=Cangkul Besi +item.hoeDiamond.name=Cangkul Berlian +item.hoeGold.name=Cangkul Emas +item.seeds.name=Benih +item.seeds_pumpkin.name=Benih Labu +item.seeds_melon.name=Benih Melon +item.melon.name=Tembikai +item.wheat.name=Gandum +item.bread.name=Roti +item.helmetCloth.name=Topi Kulit +item.chestplateCloth.name=Jubah Kulit +item.leggingsCloth.name=Seluar Kulit +item.bootsCloth.name=But Kulit +item.helmetChain.name=Topi Keledar Rantai +item.chestplateChain.name=Perisai Dada Rantai +item.leggingsChain.name=Seluar Rantai +item.bootsChain.name=But Rantai +item.helmetIron.name=Topi Keledar Besi +item.chestplateIron.name=Perisai Dada Besi +item.leggingsIron.name=Perisai Kaki Besi +item.bootsIron.name=But Besi +item.helmetDiamond.name=Topi Keledar Berlian +item.chestplateDiamond.name=Perisai Dada Berlian +item.leggingsDiamond.name=Perisai Kaki Berlian +item.bootsDiamond.name=But Berlian +item.helmetGold.name=Topi Keledar Emas +item.chestplateGold.name=Perisai Dada Emas +item.leggingsGold.name=Seluar Emas +item.bootsGold.name=But emas +item.flint.name=Batu Api +item.porkchopRaw.name=Daging Babi Mentah +item.porkchopCooked.name=Daging Babi Masak +item.chickenRaw.name=Ayam Mentah +item.chickenCooked.name=Ayam Masak +item.beefRaw.name=Daging Lembu Mentah +item.beefCooked.name=Daging Lembu +item.painting.name=Lukisan +item.frame.name=Bingkai Item +item.appleGold.name=Epal Emas +item.sign.name=Papan Tanda +item.doorWood.name=Pintu Kayu +item.bucket.name=Baldi +item.bucketWater.name=Baldi Air +item.bucketLava.name=Baldi Lava +item.minecart.name=Minecart +item.saddle.name=Pelana +item.doorIron.name=Pintu Besi +item.redstone.name=Batu Merah +item.snowball.name=Bola Salji +item.boat.name=Kapal +item.leather.name=Kulit Lembu +item.milk.name=Susu +item.brick.name=Bata +item.clay.name=Tanah Liat +item.reeds.name=Tebu +item.paper.name=Kertas +item.book.name=Buku +item.slimeball.name=Bebola Lendir +item.minecartChest.name=Kereta Lombong Dilengkapi Peti Simpanan +item.minecartFurnace.name=Kereta Lombong Dilengkapi Relau +item.minecartTnt.name=Minecart dengan TNT +item.minecartHopper.name=Minecart with Hopper +item.egg.name=Telur +item.compass.name=Kompas +item.fishingRod.name=Alat Pemancing Ikan +item.clock.name=Jam +item.yellowDust.name=Serbuk Batu Berkilau +item.fishRaw.name=Ikan Mentah +item.fishCooked.name=Ikan Masak +item.record.name=Cakera Musik +item.bone.name=Tulang +item.dyePowder.black.name=Pundi Dakwat +item.dyePowder.red.name=Ros Merah +item.dyePowder.green.name=Kaktus Hijau +item.dyePowder.brown.name=Biji Koko +item.dyePowder.blue.name=Lapis Lazuli +item.dyePowder.purple.name=Pewarna Ungu +item.dyePowder.cyan.name=Pewarna Sian +item.dyePowder.silver.name=Pewarna Kelabu Muda +item.dyePowder.gray.name=Pewarna Kelabu +item.dyePowder.pink.name=Pewarna Merah Jambu +item.dyePowder.lime.name=Pewarna Limau Hijau +item.dyePowder.yellow.name=Dandelion Kuning +item.dyePowder.lightBlue.name=Pewarna Biru Muda +item.dyePowder.magenta.name=Pewarna Magenta +item.dyePowder.orange.name=Pewarna Oren +item.dyePowder.white.name=Serbuk Tulang +item.sugar.name=Gula +item.cake.name=Kek +item.bed.name=Katil +item.diode.name=Alat Pengulang Batu Merah +item.comparator.name=Pembanding Batu Merah +item.map.name=Peta +item.leaves.name=Daun +item.shears.name=Pemotong +item.rottenFlesh.name=Daging Reput +item.enderPearl.name=Mutiara Akhiran +item.blazeRod.name=Rod Blaze +item.ghastTear.name=Air Mata Ghast +item.netherStalkSeeds.name=Ketuat Neraka +item.potion.name=Posyen +item.emptyPotion.name=Botol Air +item.goldNugget.name=Kepingan Emas +item.glassBottle.name=Botol Kaca +item.spiderEye.name=Mata Labah-Labah +item.fermentedSpiderEye.name=Mata Labah-Labah Ditapai +item.blazePowder.name=Serbuk Blaze +item.magmaCream.name=Krim Magma +item.cauldron.name=Kawah +item.brewingStand.name=Tapak Membru +item.eyeOfEnder.name=Mata Akhiran +item.speckledMelon.name=Tembikai Berkilauan +item.monsterPlacer.name=Penjelma +item.expBottle.name=Botol Berisi Penyihiran +item.fireball.name=Bebola Api +item.writingBook.name=Buku dan Bulu Pelepah +item.writtenBook.name=Buku Bertulis +item.ruby.name=Delima +item.flowerPot.name=Pasu Bunga +item.emptyMap.name=Peta Kosong +item.carrots.name=Lobak +item.carrotGolden.name=Lobak Emas +item.potato.name=Kentang +item.potatoBaked.name=Kentang Bakar +item.potatoPoisonous.name=Kentang Beracun +item.skull.skeleton.name=Tengkorak Kerangka +item.skull.wither.name=Tengkorak Kerangka Wither +item.skull.zombie.name=Tengkorak Zombi +item.skull.char.name=Kepala +item.skull.player.name=Kepala %s +item.skull.creeper.name=Kepala Creeper +item.carrotOnAStick.name=Lobak di atas Kayu +item.netherStar.name=Bintang Nether +item.pumpkinPie.name=Pai Lelabu +item.enchantedBook.name=Buku Tersihir +item.fireworks.name=Roket Bunga Api +item.fireworks.flight=Tempoh Penerbangan: +item.fireworksCharge.name=Bintang Bunga Api +item.fireworksCharge.black=Hitam +item.fireworksCharge.red=Merah +item.fireworksCharge.green=Hijau +item.fireworksCharge.brown=Perang +item.fireworksCharge.blue=Biru +item.fireworksCharge.purple=Ungu +item.fireworksCharge.cyan=Sian +item.fireworksCharge.silver=Kelabu Muda +item.fireworksCharge.gray=Kelabu +item.fireworksCharge.pink=Merah Jambu +item.fireworksCharge.lime=Limau +item.fireworksCharge.yellow=Kuning +item.fireworksCharge.lightBlue=Biru Muda +item.fireworksCharge.magenta=Magenta +item.fireworksCharge.orange=Jingga +item.fireworksCharge.white=Putih +item.fireworksCharge.customColor=Tersuai +item.fireworksCharge.fadeTo=Memudar menjadi +item.fireworksCharge.flicker=Sinar +item.fireworksCharge.trail=Jejak +item.fireworksCharge.type.0=Bebola Halus +item.fireworksCharge.type.1=Bebola Besar +item.fireworksCharge.type.2=Berbentuk Bintang +item.fireworksCharge.type.3=Berbentuk Creeper +item.fireworksCharge.type.4=Meletup +item.fireworksCharge.type=Bentuk Tak Diketahui +item.netherbrick.name=Bata Neraka +item.netherquartz.name=Kuarza Neraka + +container.inventory=Inventori +container.hopper=Corong Tuang Item +container.crafting=Pertukangan +container.dispenser=Mesin Pengagih +container.dropper=Alat pemindahan item +container.furnace=Relau +container.enchant=Menyihir +container.repair=Baiki & Namakan +container.repair.cost=Kos Menyihir: %1$d +container.repair.expensive=Terlalu Mahal! +container.creative=Pemilihan Item +container.brewing=Tapak Membru +container.chest=Peti +container.chestDouble=Peti Besar +container.minecart=Kereta Lombong +container.enderchest=Peti Akhiran + +item.dyed=Diwarnakan + +entity.Item.name=Item +entity.XPOrb.name=Bebola Pengalaman +entity.SmallFireball.name=Bebola Api Kecil +entity.Fireball.name=Bebola Api + +entity.Arrow.name=anak panah +entity.Snowball.name=Bebola Salji +entity.Painting.name=Lukisan + +entity.Mob.name=Mob +entity.Monster.name=Raksasa + +entity.Creeper.name=Creeper +entity.Skeleton.name=Rangka +entity.Spider.name=Labah-Labah +entity.Giant.name=Gergasi +entity.Zombie.name=Zombi +entity.Slime.name=Lendir +entity.Ghast.name=Ghast +entity.PigZombie.name=Manusia Khinzir Zombi +entity.Enderman.name=Manusia Akhiran +entity.Silverfish.name=Gegat +entity.CaveSpider.name=Labah-Labah Gua +entity.Blaze.name=Blaze +entity.LavaSlime.name=Kiub Magma +entity.MushroomCow.name=Mooshroom +entity.Villager.name=Penduduk Kampung +entity.VillagerGolem.name=Golem Besi +entity.SnowMan.name=Golem Salji +entity.EnderDragon.name=Naga Akhiran +entity.WitherBoss.name=Wither +entity.Witch.name=Ahli Sihir + +entity.Pig.name=Babi +entity.Sheep.name=Biri-Biri +entity.Cow.name=Lembu +entity.Chicken.name=Ayam +entity.Squid.name=Sotong +entity.Wolf.name=Serigala +entity.Ozelot.name=Harimau Oselot +entity.Cat.name=Kucing +entity.Bat.name=Kelawar + +entity.PrimedTnt.name=Blok TNT +entity.FallingSand.name=Blok Gugur + +entity.Minecart.name=Kereta Lombong +entity.Boat.name=Bot + +entity.generic.name=tidak dikenali + +death.fell.accident.ladder=%1$s telah jatuh dari tangga +death.fell.accident.vines=%1$s fell off some vines +death.fell.accident.water=%1$s fell out of the water +death.fell.accident.generic=%1$s fell from a high place +death.fell.killer=%1$s was doomed to fall +death.fell.assist=%1$s was doomed to fall by %2$s +death.fell.assist.item=%1$s was doomed to fall by %2$s using %3$s +death.fell.finish=%1$s was fell too far and was finished by %2$s +death.fell.finish.item=%1$s was fell too far and was finished by %2$s using %3$s + +death.attack.inFire=%1$s went up in flames +death.attack.inFire.player=%1$s walked into fire whilst fighting %2$s +death.attack.onFire=%1$s burned to death +death.attack.onFire.player=%1$s was burnt to a crisp whilst fighting %2$s +death.attack.lava=%1$s tried to swim in lava +death.attack.lava.player=%1$s tried to swim in lava to escape %2$s +death.attack.inWall=%1$s suffocated in a wall +death.attack.drown=%1$s drowned +death.attack.drown.player=%1$s drowned whilst trying to escape %2$s +death.attack.starve=%1$s starved to death +death.attack.cactus=%1$s was pricked to death +death.attack.cactus.player=%1$s walked into a cactus whilst trying to escape %2$s +death.attack.generic=%1$s died +death.attack.explosion=%1$s blew up +death.attack.explosion.player=%1$s was blown up by %2$s +death.attack.magic=%1$s was killed by magic +death.attack.wither=%1$s withered away +death.attack.anvil=%1$s was squashed by a falling anvil +death.attack.fallingBlock=%1$s was squashed by a falling block +death.attack.mob=%1$s was slain by %2$s +death.attack.player=%1$s was slain by %2$s +death.attack.player.item=%1$s was slain by %2$s using %3$s +death.attack.arrow=%1$s was shot by %2$s +death.attack.arrow.item=%1$s was shot by %2$s using %3$s +death.attack.fireball=%1$s was fireballed by %2$s +death.attack.fireball.item=%1$s was fireballed by %2$s using %3$s +death.attack.thrown=%1$s was pummeled by %2$s +death.attack.thrown.item=%1$s was pummeled by %2$s using %3$s +death.attack.indirectMagic=%1$s was killed by %2$s using magic +death.attack.indirectMagic.item=%1$s was killed by %2$s using %3$s +death.attack.thorns=%1$s was killed trying to hurt %2$s +death.attack.fall=%1$s hit the ground too hard +death.attack.outOfWorld=%1$s fell out of the world + +deathScreen.respawn=Bertelur Semula +deathScreen.deleteWorld=Hapuskan Dunia +deathScreen.titleScreen=Menu Utama +deathScreen.score=Skor +deathScreen.title.hardcore=Permainan Tamat! +deathScreen.hardcoreInfo=Anda tidak boleh menjana semula di mod hardcore! +deathScreen.title=Anda telah mati! +deathScreen.leaveServer=Tinggalkan pelayan + +potion.empty=Tiada Kesan +potion.moveSpeed=Kelajuan +potion.moveSlowdown=Kelambatan +potion.digSpeed=Kegopohan +potion.digSlowDown=Keletihan Melombong +potion.damageBoost=Kekuatan +potion.weakness=Kelemahan +potion.heal=Penyembuhan Serta Merta +potion.harm=Kecederaan Serta Merta +potion.jump=Peningkatan Kuasa Lompatan +potion.confusion=Rasa Loya +potion.regeneration=Pertumbuhan Semula +potion.resistance=Rintangan +potion.fireResistance=Ketahanan Api +potion.waterBreathing=Pernafasan Air +potion.invisibility=Halimunan +potion.blindness=Kebutaan +potion.nightVision=Penglihatan Malam +potion.hunger=Kelaparan +potion.poison=Keracunan +potion.wither=Layu + +potion.moveSpeed.postfix=Posyen Kecepatan +potion.moveSlowdown.postfix=Posyen Kelambatan +potion.digSpeed.postfix=Posyen Kepantasan +potion.digSlowDown.postfix=Posyen Kembodohan +potion.damageBoost.postfix=Posyen Kekuatan +potion.weakness.postfix=Posyen Meletihkan +potion.heal.postfix=Posyen Kesihatan +potion.harm.postfix=Posyen Menyakitan +potion.jump.postfix=Posyen Lompatan +potion.confusion.postfix=Posyen Loya +potion.regeneration.postfix=Posyen Penjanaan Semula +potion.resistance.postfix=Posyen Ketahanan +potion.fireResistance.postfix=Posyen Ketahanan Api +potion.waterBreathing.postfix=Posyen Pernafasan Air +potion.invisibility.postfix=Posyen Halimunan +potion.blindness.postfix=Posyen Kebutaan +potion.nightVision.postfix=Posyen Penglihatan Gelap +potion.hunger.postfix=Posyen Kelaparan +potion.poison.postfix=Posyen Keracunan +potion.wither.postfix=Posyen Pereputan + +potion.potency.0= +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV + +potion.prefix.grenade=Percik +potion.prefix.mundane=Biasa +potion.prefix.uninteresting=Membosankan +potion.prefix.bland=Tawar +potion.prefix.clear=Jernih +potion.prefix.milky=Bersusu +potion.prefix.diffuse=Meresap +potion.prefix.artless=Tanpa Seni +potion.prefix.thin=Nipis +potion.prefix.awkward=Kekok +potion.prefix.flat=Rata +potion.prefix.bulky=Besar +potion.prefix.bungling=Ceroboh +potion.prefix.buttered=Bermentega +potion.prefix.smooth=Licin +potion.prefix.suave=Lembut +potion.prefix.debonair=Riang +potion.prefix.thick=Tebal +potion.prefix.elegant=Anggun +potion.prefix.fancy=Mewah +potion.prefix.charming=Menawan +potion.prefix.dashing=Kacak +potion.prefix.refined=Ditapis +potion.prefix.cordial=Mesra +potion.prefix.sparkling=Berkilau +potion.prefix.potent=Mujarab +potion.prefix.foul=Kotor +potion.prefix.odorless=Tidak Berbau +potion.prefix.rank=Pangkat +potion.prefix.harsh=Kasar +potion.prefix.acrid=Marah +potion.prefix.gross=Jijik +potion.prefix.stinky=Busuk + +enchantment.damage.all=Ketajaman +enchantment.damage.undead=Kudus +enchantment.damage.arthropods=Pembinasaan kepada Anthropod +enchantment.knockback=Kuasa Tolakan +enchantment.fire=Unsur Api +enchantment.protect.all=Perlindungan +enchantment.protect.fire=Ketahanan Api +enchantment.protect.fall=Peringan Kejatuhan +enchantment.protect.explosion=Ketahanan Letupan +enchantment.protect.projectile=Perlindungan Peluru +enchantment.oxygen=Pernafasan +enchantment.waterWorker=Kepantasan Didalam Laut +enchantment.digging=Kecekapan +enchantment.untouching=Sentuhan Halus +enchantment.durability=Tahan Pecahan +enchantment.lootBonus=Rompakan +enchantment.lootBonusDigger=Tuah +enchantment.arrowDamage=Kuasa +enchantment.arrowFire=Nyalaan +enchantment.arrowKnockback=Tumbukan +enchantment.arrowInfinite=Infiniti +enchantment.thorns=Duri + +enchantment.level.1=I +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.level.10=X + +gui.achievements=Pencapaian +gui.stats=Statistik + +stat.generalButton=Umum +stat.blocksButton=Blok +stat.itemsButton=Barang-barang + +stat.used=Kali Digunakan +stat.mined=Kali Dilombong +stat.depleted=Kali Habis Digunakan +stat.crafted=Kali Dihasilkan + +stat.startGame=Kali bermain +stat.createWorld=Dunia dimainkan +stat.loadWorld=Fail simpan dimuatkan +stat.joinMultiplayer=Permainan jamak disertai +stat.leaveGame=Permainan dihentikan + +stat.playOneMinute=Minit Bermain + +stat.walkOneCm=Jarak Berjalan Kaki +stat.fallOneCm=Jarak Jatuh +stat.swimOneCm=Jarak Berenang +stat.flyOneCm=Jarak Berterbangan +stat.climbOneCm=Jarak Memanjat +stat.diveOneCm=Jarak Menyelam +stat.minecartOneCm=Jarak dengan Kereta Lombong +stat.boatOneCm=Jarak dengan Kapal +stat.pigOneCm=Jarak dengan Babi +stat.jump=Kali Melompat +stat.drop=Barang Dibuangkan + +stat.damageDealt=Kecederaan Diberi +stat.damageTaken=Kecederaan Diterima +stat.deaths=Jumlah Kematian +stat.mobKills=Makhluk Dibunuh +stat.playerKills=Pemain Dibunuh +stat.fishCaught=Ikan Ditangkap + +stat.mineBlock=%1$s Dilombongkan +stat.craftItem=%1$s Dihasilkan +stat.useItem=%1$s Digunakan +stat.breakItem=%1$s Dihabiskan + +achievement.get=Pencapaian dapat! + +achievement.taken=Diambil! + +achievement.requires=Memerlukan '%1$s' +achievement.openInventory=Mengambil inventori +achievement.openInventory.desc=Tekan '%1$s' untuk membuka inventori. +achievement.mineWood=Mendapat Kayu +achievement.mineWood.desc=Menyerang sebatang pokok sehingga kayu terkeluar +achievement.buildWorkBench=Penandaarasan +achievement.buildWorkBench.desc=Hasilkan sebuah bangku kerja menggunakan empat buah blok papan +achievement.buildPickaxe=Lombongkan! +achievement.buildPickaxe.desc=Menggunakan papan dan batang kayu untuk menghasilkan sebilah beliung +achievement.buildFurnace=Bikin Panas +achievement.buildFurnace.desc=Membina sebuah relau menggunakan lapan buah block batu +achievement.acquireIron=Mendapat perkakasan +achievement.acquireIron.desc=Leburkan sebatang jongkang besi +achievement.buildHoe=Masa untuk Bertani! +achievement.buildHoe.desc=Gunakan papan dan batang kayu untuk menghasilkan sebilah cangkul +achievement.makeBread=Membakar roti +achievement.makeBread.desc=Guna gandum untuk membakari roti +achievement.bakeCake=Penipuan +achievement.bakeCake.desc=Gandum, gula, susu dan telur! +achievement.buildBetterPickaxe=Mendapat Peningkatan +achievement.buildBetterPickaxe.desc=Membina beliung yang lebih bagus +achievement.cookFish=Sedapnya Ikan Ini +achievement.cookFish.desc=Menangkap dan memasak ikan! +achievement.onARail=Atas Landasan +achievement.onARail.desc=Bergerak menggunakan kereta lombong sekurang-kurangnya 1 km jauh daripada titik permulaan anda +achievement.buildSword=Yerangkan! +achievement.buildSword.desc=Gunakan papan dan batang kayu untuk menghasilkan sebilah pedang +achievement.killEnemy=Pemburu Raksasa +achievement.killEnemy.desc=Serang dan memusnahkan seekor raksasa +achievement.killCow=Mentikam Lembu +achievement.killCow.desc=Dapatkan kulit lembu +achievement.flyPig=Babi Yang Boleh Terbang +achievement.flyPig.desc=Terbang seekor babi dari sebuah tebing +achievement.snipeSkeleton=Tembakan Jauh +achievement.snipeSkeleton.desc=Bunuh seekor kerangka dengan anak panah dari jarak lebih dari 50 meter +achievement.diamonds=BERLIAN! +achievement.diamonds.desc=Memperoleh berlian dengan peralatan besi +achievement.portal=Meneroka Lebih +achievement.portal.desc=Membina sebuah portal ke Neraka +achievement.ghast=Dikembalikan Kepada Penghantar +achievement.ghast.desc=Musnahkan seekor Ghast dengan sebiji bebola api +achievement.blazeRod=Pakar Api +achievement.blazeRod.desc=Merompakan seekor rod Pembakar +achievement.potion=Pembru Tempatan +achievement.potion.desc=Membru sebotol posyen +achievement.theEnd=Akhirnya +achievement.theEnd.desc=Masukkan didalam Akhiran +achievement.theEnd2=Berakhirlah. +achievement.theEnd2.desc=Kalahkan Naga Akhiran +achievement.enchantments=Ahli Sihir +achievement.enchantments.desc=Menggunakan sebuah buku, obsidian dan berlian untuk membina sebuah meja penyihir +achievement.overkill=Keterlaluan +achievement.overkill.desc=Menyebabkan lapan bentuk jantung kecederaan dalam satu serangan +achievement.bookcase=Pustakawan +achievement.bookcase.desc=Bina beberapa buah rak buku untuk menambahbaikkan kuasa meja penyihir + +commands.generic.exception=Sesuatu ralat yang tidak dapat dikenlpastikan berlaku semasa percubaan untuk melaksanakan arahan ini +commands.generic.syntax=Arahan sintaks tak sah +commands.generic.player.notFound=Pemain tersebut tidak dapat ditemui +commands.generic.notFound=Arahan tidak dikenali. Cuba /help untuk senarai arahan. +commands.generic.num.invalid='%s' bukan angka yang sah +commands.generic.num.tooSmall=Angka yang anda masukkan (%d) terlalu kecil, angka tersebut haruslah paling kurang %d +commands.generic.num.tooBig=Angka yang anda masukkan (%d) terlalu besar, angka tersebut haruslah paling besar %d +commands.generic.double.tooSmall=Angka yang anda masukkan (%.2f) terlampau kecil, angka tersebut haruslah sekurang-kurangnya %.2f +commands.generic.double.tooBig=Angka yang anda masukkan (%.2f) terlampau besar, angka tersebut haruslah paling besar %.2f +commands.generic.usage=Penggunaan: %s + +commands.xp.failure.widthdrawXp=Tidak boleh memberi pemain poin pengalaman negatif +commands.xp.success=Diberikan %d pengalaman kepada %s +commands.xp.success.levels=Diberi %d tahap kepada %s +commands.xp.success.negative.levels=Diambil %d tahap daripada %s +commands.xp.usage=/xp [pemain] ATAU /xp [pemain] +commands.give.usage=/give [jumlah] [data] +commands.give.notFound=Tidak wujud item dengan ID %d +commands.give.success=Diberikan %s (ID %d) * %d kepada %s +commands.effect.usage=/effect [seconds] [amplifier] +commands.effect.notFound=There is no such mob effect with ID %d +commands.effect.success=Given %1$s (ID %2$d) * %3$d to %4$s for %5$d seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.enchant.usage=/enchant [level] +commands.enchant.notFound=Tidak ada penyihiran yang menggunakan ID %d +commands.enchant.noItem=Sasaran tidak mempunyai item +commands.enchant.cantEnchant=Penyihiran yang dipilih tidak boleh dilaksanakan atas item yang disasarkan +commands.enchant.cantCombine=%1$s tidak dapat digabungkan dengan %2$s +commands.enchant.success=Penyihiran berjaya +commands.clear.usage=/clear [item] [data] +commands.clear.success=Inventori %s telah dipadamkan, menghapuskan %d item +commands.clear.failure=Could not clear the inventory of %s, no items to remove +commands.downfall.success=Togol hujan +commands.time.usage=/masa +commands.time.added=Ditambahkan %d kepada masa +commands.time.set=Disetkan masa kepada %d +commands.players.list=Terdapat %d/%d pemain dalam talian: +commands.banlist.ips=Terdapat %d alamat protokol yang diharamkan secara keseluruhan: +commands.banlist.players=Terdapat %d jumlah pemain yang diharamkan secara keseluruhan: +commands.banlist.usage=/banlist [ips|pemain] +commands.kick.success=%s disingkirkan daripada permainan +commands.kick.success.reason=%s disingkirkan daripada permainan: '%s' +commands.kick.usage=/Tendang +commands.op.success=%s diopkan +commands.op.usage=/op +commands.deop.success=%s dinyahopkan +commands.deop.usage=/deop +commands.say.usage=/say +commands.ban.success=Pemain %s telah diharamkan +commands.ban.usage=/ban [alasan ...] +commands.unban.success=Pemain %s telah dinyahharamkan +commands.unban.usage=/pardon +commands.banip.invalid=Anda telah memasukkan sebuah alamat IP atau seorang pemain yang tiada dalam talian +commands.banip.success=Alaman IP %s telah diharamkan +commands.banip.success.players=Alamant IP %s kepunyaan %s telah diharamkan +commands.banip.usage=/ban-ip [alasan ...] +commands.unbanip.invalid=Anda telah memasukkan sebuah alamat IP yang tidak sah +commands.unbanip.success=Alamat IP %s telah dinyahharamkan +commands.unbanip.usage=/pardon-ip +commands.save.enabled=Autosimpan dunia telah diaktifkan +commands.save.disabled=Autosimpan dunia telah dimatikan +commands.save.start=Sedang menyimpan... +commands.save.success=Dunia telah disimpan +commands.save.failed=Penyimpanan gagal: %s +commands.stop.start=Pelayan sedang dihentikan +commands.tp.success=%s diteleportkan ke %s +commands.tp.success.coordinates=%s diteleportkan ke %.2f,%.2f,%.2f +commands.tp.usage=/tp [pemain sasaran] ATAU /tp [pemain sasaran] +commands.tp.notSameDimension=Tidak dapat teleport kerana pemain-pemain tidak berada dalam dimensi yang sama +commands.whitelist.list=Terdapat %d (daripada %d yang kelihatan) pemain yang disenaraiputihkan: +commands.whitelist.enabled=Senarai putih telah diaktifkan +commands.whitelist.disabled=Senarai putih telah dimatikan +commands.whitelist.reloaded=Senarai putih telah dimuatkan semula +commands.whitelist.add.success=Ditambahkan %s pada senarai putih +commands.whitelist.add.usage=/whitelist add +commands.whitelist.remove.success=%s disingkirkan daripada senarai putih +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.scoreboard.usage=/scoreboard +commands.scoreboard.teamNotFound=No team was found by the name '%s' +commands.scoreboard.objectiveNotFound=No objective was found by the name '%s' +commands.scoreboard.objectiveReadOnly=The objective '%s' is read-only and cannot be set +commands.scoreboard.objectives.usage=/scoreboard objectives +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [objective] +commands.scoreboard.objectives.setdisplay.invalidSlot=No such display slot '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Cleared objective display slot '%s' +commands.scoreboard.objectives.setdisplay.successSet=Tetapkan paparan objektif dari slot '%s' ke '%s' +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [display name ...] +commands.scoreboard.objectives.add.wrongType=Invalid objective criteria type. Valid types are: %s +commands.scoreboard.objectives.add.alreadyExists=An objective with the name '%s' already exists +commands.scoreboard.objectives.add.tooLong=The name '%s' is too long for an objective, it can be at most %d characters long +commands.scoreboard.objectives.add.displayTooLong=The display name '%s' is too long for an objective, it can be at most %d characters long +commands.scoreboard.objectives.add.success=Added new objective '%s' successfully +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.remove.success=Removed objective '%s' successfully +commands.scoreboard.objectives.list.count=Showing %d objective(s) on scoreboard +commands.scoreboard.objectives.list.entry=- %s: displays as '%s' and is type '%s' +commands.scoreboard.objectives.list.empty=There are no objectives on the scoreboard +commands.scoreboard.players.usage=/scoreboard players +commands.scoreboard.players.set.success=Set score of %s for player %s to %d +commands.scoreboard.players.set.usage=/scoreboard players set +commands.scoreboard.players.add.usage=/scoreboard players add +commands.scoreboard.players.remove.usage=/scoreboard players remove +commands.scoreboard.players.reset.usage=/scoreboard players reset +commands.scoreboard.players.reset.success=Reset all scores of player %s +commands.scoreboard.players.list.count=Showing %d tracked players on the scoreboard +commands.scoreboard.players.list.empty=There are no tracked players on the scoreboard +commands.scoreboard.players.list.player.count=Showing %d tracked objective(s) for %s +commands.scoreboard.players.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.players.list.player.empty=Player %s has no scores recorded +commands.scoreboard.teams.usage=/scoreboard teams +commands.scoreboard.teams.add.usage=/scoreboard teams add [display name ...] +commands.scoreboard.teams.add.alreadyExists=A team with the name '%s' already exists +commands.scoreboard.teams.add.tooLong=The name '%s' is too long for a team, it can be at most %d characters long +commands.scoreboard.teams.add.displayTooLong=The display name '%s' is too long for a team, it can be at most %d characters long +commands.scoreboard.teams.add.success=Added new team '%s' successfully +commands.scoreboard.teams.list.usage=/scoreboard teams list [name] +commands.scoreboard.teams.list.count=Showing %d teams on the scoreboard +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' has %3$d players +commands.scoreboard.teams.list.empty=There are no teams registered on the scoreboard +commands.scoreboard.teams.list.player.count=Showing %d player(s) in team %s +commands.scoreboard.teams.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.teams.list.player.empty=Team %s has no players +commands.scoreboard.teams.empty.usage=/scoreboard teams clear +commands.scoreboard.teams.empty.alreadyEmpty=Team %s is already empty, cannot remove nonexistant players +commands.scoreboard.teams.empty.success=Removed all %d player(s) from team %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.remove.success=Removed team %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [player] +commands.scoreboard.teams.join.success=Added %d player(s) to team %s: %s +commands.scoreboard.teams.join.failure=Could not add %d player(s) to team %s: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [player] +commands.scoreboard.teams.leave.success=Removed %d player(s) from their teams: %s +commands.scoreboard.teams.leave.failure=Could not remove %d player(s) from their teams: %s +commands.scoreboard.teams.leave.noTeam=You are not in a team +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.option.noValue=Valid values for option %s are: %s +commands.scoreboard.teams.option.success=Set option %s for team %s to %s +commands.gamemode.success.self=Disetkan mod permainan diri kepada %s +commands.gamemode.success.other=Disetkan mod permainan %s's kepada %s +commands.gamemode.usage=/gamemode [pemain] +commands.defaultgamemode.usage=/defaultgamemode +commands.defaultgamemode.success=Mod permainan lalai dunia ini telah menjadi %s +commands.me.usage=/me +commands.help.header=--- Sedang memaparkan halaman bantuan %d daripada %d (/help ) --- +commands.help.footer=Tip: Gunakan kekunci semasa menaipkan sesuatu perintah untuk auto-lengkap perintah tersebut atau argumen-argumennya. +commands.help.usage=/help [halaman|nama fungsi] +commands.publish.started=Permainan setempat dihoskan di %s +commands.publish.failed=Tidak dapat mengehos permainan setempat +commands.debug.start=Pemprofilan nyahpepijat dimulakan +commands.debug.stop=Pemprofilan nyahpepijat dihentikan setelah %.2f saat (%d detik) +commands.debug.notStarted=Pemprofilan nyahpepijat tidak dapat dihentikan jika masih belum kita memulakannya! +commands.debug.usage=/debug +commands.message.usage=/tell +commands.message.sameTarget=Anda tidak boleh menghantar mesej peribadi kepada diri anda! +commands.message.display.outgoing=Anda berbisik kepada %s: %s +commands.message.display.incoming=%s Berbisik kepada anda: %s +commands.difficulty.usage=/difficulty +commands.difficulty.success=Kesukaran permainan disetkan menjadi %s +commands.spawnpoint.usage=/spawnpoint ATAU /spawnpoint ATAU /spawnpoint +commands.spawnpoint.success=Titik bertelur %s disetkan ke (%d, %d, %d) +commands.gamerule.usage=/gamerule ATAU /gamerule +commands.gamerule.success=Peraturan permainan telah diperbaharui +commands.gamerule.norule=Tidak ada peraturan bernama '%s' didapati +commands.weather.usage=/weather [tempoh dalam saat] +commands.weather.clear=Sedang bertukar menjadi cuaca cerah +commands.weather.rain=Sedang bertukar menjadi cuaca hujan +commands.weather.thunder=Sedang bertukar menjadi hujan dan guruh +commands.testfor.usage=/testfor +commands.testfor.failed=/testfor is only usable by commandblocks with analog output + +itemGroup.buildingBlocks=Blok-Blok Pembinaan +itemGroup.decorations=Blok-Blok Perhiasan +itemGroup.redstone=Batu Merah +itemGroup.transportation=Pengangkutan +itemGroup.misc=Lain-Lain +itemGroup.search=Cari Item +itemGroup.food=Makanan +itemGroup.tools=Alatan +itemGroup.combat=Kombat +itemGroup.brewing=Pembruan +itemGroup.materials=Bahan-Bahan +itemGroup.inventory=Inventori Kemandirian + +inventory.binSlot=Musnahkan Item + +advMode.setCommand=Setkan Arahan Konsol untuk Blok +advMode.command=Arahan Konsol +advMode.nearestPlayer=Gunakan "@p" untuk menyasarkan pemain terderkat +advMode.randomPlayer=Gunakan "@r" untuk menyasarkan pemain rawak +advMode.allPlayers=Gunakan "@a" untuk menyasarkan semua pemain + +advMode.notEnabled=Blok-blok perintah tidak dibenarkan di pelayan ini +advMode.notAllowed=Perlu menjadi seorang pemain yang diopkan di mod kreatif + +mco.title=Minecraft Realms +mco.selectServer.select=Join Server +mco.selectServer.configure=Configure +mco.selectServer.create=Cipta Dunia +mco.selectServer.moreinfo=Maklumat Lajut + +mco.configure.world.edit.title=Sunting Dunia + +mco.configure.world.title=Configure World +mco.configure.world.name=Nama +mco.configure.world.description=Deskripsi +mco.configure.world.location=Lokasi +mco.configure.world.invited=Dijemput +mco.configure.world.buttons.edit=Sunting +mco.configure.world.buttons.reset=Reset World +mco.configure.world.buttons.done=Selesai +mco.configure.world.buttons.delete=Hapus +mco.configure.world.buttons.open=Open World +mco.configure.world.buttons.close=Close World +mco.configure.world.buttons.invite=Jemput +mco.configure.world.buttons.uninvite=Batal Jemputan +mco.configure.world.buttons.subscription=Subscription +mco.configure.world.invite.profile.name=Nama +mco.configure.world.uninvite.question=Adakah anda pasti anda hendak membatalkan jemputan + +mco.configure.world.subscription.title=Subscription Info +mco.configure.world.subscription.daysleft=Days Left +mco.configure.world.subscription.start=Start Date +mco.configure.world.subscription.extend=Extend + +mco.create.world.location.title=Lokasi-Lokasi +mco.create.world.location.warning=Anda mungkin tidak akan mendapatkan lokasi yang dipilih dengan tepat +mco.create.world.wait=Creating the world... + +mco.reset.world.title=Reset World +mco.reset.world.warning=This will permanently delete your world! +mco.reset.world.seed=Seed (Optional) +mco.reset.world.resetting.screen.title=Resetting World... + +mco.configure.world.close.question.line1=Your world will become unavailable. +mco.configure.world.close.question.line2=Are you sure you want to do that? + +mco.connect.connecting=Connecting to the online server... +mco.connect.authorizing=Sedang melog masuk... +mco.connect.failed=Failed to connect to the online server + +mco.create.world=Cipta + diff --git a/1.5.2/lang/mt_MT.lang b/1.5.2/lang/mt_MT.lang new file mode 100644 index 00000000..c54cc2fe --- /dev/null +++ b/1.5.2/lang/mt_MT.lang @@ -0,0 +1,1293 @@ +#X-Generator: crowdin.net + +language.name=Malti +language.region=MT +language.code=mt_MT + +gui.done=Lest +gui.cancel=Ikkanċella +gui.back=Back +gui.toMenu=Lura għall-Menu +gui.up='il Fuq +gui.down='l Isfel +gui.yes=Iva +gui.no=Le + +menu.singleplayer=Ilgħab Waħdek +menu.multiplayer=Ilgħab mal-Oħrajn +menu.online=Minecraft Realms +menu.options=Għażliet... +menu.quit=Oħroġ mil-Logħba +menu.returnToMenu=Issejvja u Oħroġ mil-Logħba +menu.disconnect=Oħroġ mis-Server +menu.returnToGame=Lura għal-Logħba +menu.switchingLevel=Qed tinbidel id-dinja +menu.generatingLevel=Id-dinja qed tiġġenera +menu.loadingLevel=Id-dinja qed tillowdja +menu.generatingTerrain=L-art qed tiġi mibnija +menu.convertingLevel=Id-dinja qed tiġi kkonvertita +menu.simulating=Qed tiġi maħluqa d-dinja +menu.respawning=Qed terġa tqum +menu.shareToLan=Iftaħ għal LAN + +selectWorld.title=Agħżel Dinja +selectWorld.empty=vojt +selectWorld.world=Dinja +selectWorld.select=Ilgħab fid-Dinja Magħżula +selectWorld.create=Oħloq Dinja Ġdida +selectWorld.recreate=Oħloq mill-Ġdid +selectWorld.createDemo=Ilgħab id-Demo +selectWorld.delete=Ħassar +selectWorld.rename=Ibdel l-Isem +selectWorld.deleteQuestion=Ċert li trid tħassar din id-dinja? +selectWorld.deleteWarning=se tintilef għal dejjem! (Żmien twil!) +selectWorld.deleteButton=Ħassar +selectWorld.renameButton=Ibdel l-Isem tad-Dinja +selectWorld.renameTitle=Ibdel l-Isem tad-Dinja +selectWorld.conversion=Trid tiġi Kkonvertuta! +selectWorld.newWorld=Dinja Ġdida +selectWorld.newWorld.copyOf=Kopja ta' %s +selectWorld.enterName=Isem id-Dinja +selectWorld.resultFolder=Ħa tiġi ssejvjata ġo: +selectWorld.enterSeed=Seed għall-ġenerazzjoni tad-dinja +selectWorld.seedInfo=Ħalli vojt għal seed jiġi kif jiġi +selectWorld.cheats=Cheats +selectWorld.customizeType=Biddel + +createWorld.customize.presets=Presets +createWorld.customize.presets.title=Agħżel Preset +createWorld.customize.presets.select=Uża Preset +createWorld.customize.presets.share=Trid taqsam il-preset tiegħek ma' ħaddieħor? Uża l-kaxxa t'hawn taħt! +createWorld.customize.presets.list=Alternattivament, hawn tista' ssib ftit li għamilna aħna! +createWorld.customize.flat.title=Għażliet għal Dinja Ċatta +createWorld.customize.flat.tile=Materjal tas-Saff +createWorld.customize.flat.height=Għoli +createWorld.customize.flat.addLayer=Żid Saff +createWorld.customize.flat.editLayer=Irranġa s-Saff +createWorld.customize.flat.removeLayer=Ħassar is-Saff +createWorld.customize.flat.layer.top=Quċċata - %d +createWorld.customize.flat.layer=%d +createWorld.customize.flat.layer.bottom=Qiegħ - %d + +gameMode.survival=Mod Sopravivenza +gameMode.creative=Mod Kreattiv +gameMode.adventure=Mod Avventura +gameMode.hardcore=Mod Tqil Immens! +gameMode.changed=It-tip ta' logħba tiegħek ġiet mibdula + +selectWorld.gameMode=Tip ta' Logħba: +selectWorld.gameMode.survival=Sopravivenza +selectWorld.gameMode.survival.line1=Fittex riżorsi, snajja, ikseb +selectWorld.gameMode.survival.line2=livelli, saħħa u ġuħ +selectWorld.gameMode.creative=Kreattiv +selectWorld.gameMode.creative.line1=Riżorsi bla limitu, titjir u +selectWorld.gameMode.creative.line2=kisser blokki mill-ewwel +selectWorld.gameMode.hardcore=Tqil Immens +selectWorld.gameMode.hardcore.line1=L-istess bħal mod sopravivenza, l-itqal +selectWorld.gameMode.hardcore.line2=diffikulta' u ħajja waħda biss +selectWorld.gameMode.adventure=Avventura +selectWorld.gameMode.adventure.line1=Bħal mod sopravivenza, imma blokok ma jistgħux +selectWorld.gameMode.adventure.line2=jiġu miżjuda jew imneħħija +selectWorld.moreWorldOptions=Iktar Għażliet dwar id-Dinja... +selectWorld.mapFeatures=Iġġenera Strutturi: +selectWorld.mapFeatures.info=Irħula, dungeons eċċ +selectWorld.mapType=Tip ta' Dinja: +selectWorld.mapType.normal=Normali +selectWorld.allowCommands=Ippermetti ċ-Cheats: +selectWorld.allowCommands.info=Kodiċi bħal /gamemode, /xp +selectWorld.hardcoreMode=Tqil Immens: +selectWorld.hardcoreMode.info=Id-dinja titħassar hekk kif tmut +selectWorld.bonusItems=Senduq Żejjed: + +generator.default=Normali +generator.flat=Ċatta +generator.largeBiomes=Ambjenti Kbar + +selectServer.title=Agħżel Server +selectServer.empty=vojt +selectServer.select=Idħol ġos-Server +selectServer.direct=Ingħaqad Direttament +selectServer.edit=Ibdel +selectServer.delete=Ħassar +selectServer.add=Żid server +selectServer.defaultName=Server ta' Minecraft +selectServer.deleteQuestion=Ċert li trid tneħħi dan is-server? +selectServer.deleteWarning=se jintilef għal dejjem! (Żmien twil!) +selectServer.deleteButton=Ħassar +selectServer.refresh=Ġedded il-lista +selectServer.hiddenAddress=(Moħbi) +addServer.title=Biddel l-Informazzjoni tas-Server +addServer.enterName=Isem is-Server +addServer.enterIp=Indirizz tas-Server +addServer.add=Lest +addServer.hideAddress=Aħbi l-Indirizz +lanServer.title=LAN Server +lanServer.scanning=Scanning for games on your local network +lanServer.start=Ibda LAN Server +lanServer.otherPlayers=Għażliet għal Plejers Oħra +mcoServer.title=Dinja Online + +multiplayer.title=Ilgħab mal-Oħrajn +multiplayer.connect=Idħol +multiplayer.info1=Minecraft Multiplayer bħalissa mhuwiex lest, imma +multiplayer.info2=qed isir testing bħalissa. +multiplayer.ipinfo=Ikteb l-IP tas-server biex tidħol fih: + +multiplayer.texturePrompt.line1=Dan is-server jirrakkomanda l-użu ta' texture pack. +multiplayer.texturePrompt.line2=Trid li dan jiġi mniżżel u nstallat awtomaġikament? + +multiplayer.downloadingTerrain=Qed titniżżel l-art + +multiplayer.stopSleeping=Qum mis-sodda + +chat.link.confirm=Ċert li trid tiftaħ din il-website? +chat.link.warning=Qatt tagħfas links mingħand nies li ma tafdax! +chat.copy=Ikkopja għal ġol-Clipboard + +menu.playdemo=Ilgħab id-Demo +menu.resetdemo=Erġa Ibda d-Demo mill-Bidu +demo.day.1=Dan id-demo se jdum ħames tijiem tal-logħba, għamel mill-aħjar li tista'! +demo.day.2=It-Tieni Jum +demo.day.3=It-Tielet Jum +demo.day.4=Ir-Raba' Jum +demo.day.5=Din hija l-aħħar ġurnata tiegħek! +demo.day.warning=Daqt jinħlielek il-ħin! +demo.day.6=Għaddietlek il-ħames ġurnata, għafas F2 biex tieħu stampa tal-kreazzjoni tiegħek +demo.reminder=Il-ħin tad-demo skada, ixtri l-logħba biex tkompli jew ibda dinja ġdida! +demo.remainingTime=Ħin jonqos: %s +demo.demoExpired=Skada l-ħin tad-demo! +demo.help.movement=Uża %1$s, %2$s, %3$s, %4$s u l-mouse biex timxi +demo.help.movementShort=Imxi billi tagħfas %1$s, %2$s, %3$s, %4$s +demo.help.movementMouse=Ħares madwarek billi tuża l-mouse +demo.help.jump=Aqbeż billi tafgħas %1$s +demo.help.inventory=Uża %1$s biex tiftaħ l-inventorju +demo.help.title=Minecraft Demo +demo.help.fullWrapped=Din id-demo iddum 5 ġranet ta' Minecraft (madwar siegħa u 40 minuta fil-verita'). Ħares lejn il-kisbiet għall-għajnuna! Ħu gost! +demo.help.buy=Ixtri Issa! +demo.help.later=Kompli Ilgħab! + +connect.connecting=Qed tingħaqad mas-server... +connect.authorizing=Dieħel... +connect.failed=Ma rnexxilekx tingħaqad mas-server + +disconnect.genericReason=%s +disconnect.disconnected=Il-Konnessjoni mas-Server Ingħalqet +disconnect.lost=Il-Konnessjoni Ntilfet +disconnect.kicked=Ġie mkeċċi mil-logħba +disconnect.timeout=Ġie mkeċċi ħabba dewmien +disconnect.closed=Il-konnessjoni ġiet magħluqa +disconnect.loginFailed=Ma rnexxilekx tidħol +disconnect.loginFailedInfo=Ma rnexxilekx tidħol: %s +disconnect.quitting=Ħiereġ +disconnect.endOfStream=Tmiem tal-konnessjoni +disconnect.overflow=Buffer overflow +disconnect.spam=Ġejt imkeċċi minħabba spamming + +options.off=LE +options.on=IVA +options.visible=Jidher +options.hidden=Moħbi +options.title=Għażliet +options.controls=Kontrolli... +options.video=Għażliet tal-Video... +options.language=Lingwa... +options.languageWarning=Traduzzjonijiet tal-lingwi mhux bil-fors ikunu korretti 100% +options.videoTitle=Għażliet tal-Video +options.music=Mużika +options.sound=Ħsejjes +options.invertMouse=Mouse bil-Kontra +options.fov=FOV +options.fov.min=Normali +options.fov.max=Quake Pro +options.gamma=Luminożita' +options.gamma.min=Imdallam +options.gamma.max=Imdawwal +options.sensitivity=Sensittivita' +options.sensitivity.min=Daqt norqod +options.sensitivity.max=JGĦAĠĠEL ĦAFNA!!! +options.renderDistance=Distanza ta' Kemm Tara +options.renderDistance.tiny=Viċin Ħafna +options.renderDistance.short=Viċin +options.renderDistance.normal=Normali +options.renderDistance.far='il Bogħod +options.viewBobbing=Ċaqliq mal-Mixi +options.ao=Dawl Sabiħ +options.ao.off=Off +options.ao.min=Minimum +options.ao.max=Maximum +options.anaglyph=3D +options.framerateLimit=Prestazzjoni +options.difficulty=Diffikulta' +options.difficulty.peaceful=Paċifiku +options.difficulty.easy=Faċli +options.difficulty.normal=Normali +options.difficulty.hard=Tqil +options.difficulty.hardcore=Tqil Immens +options.graphics=Grafiċi +options.graphics.fancy=Sbieħ +options.graphics.fast=Jgħaġġel +options.guiScale=Kobor tal-GUI +options.guiScale.auto=Awtomatiku +options.guiScale.small=Żgħar +options.guiScale.normal=Normali +options.guiScale.large=Kbir +options.advancedOpengl=OpenGL Avvanzat +options.renderClouds=Sħab +options.farWarning1=Installazjoni ta' Java 64 bit hi rakkomandata +options.farWarning2=biex tara 'l bogħod (int għandek 32 bit) +options.particles=Partiċelli +options.particles.all=Kollha +options.particles.decreased=Mnaqqsin +options.particles.minimal=Ftit li Xejn +options.multiplayer.title=Għażliet tal-Multiplayer... +options.chat.title=Għażliet taċ-Chat... +options.chat.visibility=Chat +options.chat.visibility.full=Jidher +options.chat.visibility.system=Kodiċi Biss +options.chat.visibility.hidden=Moħbi +options.chat.color=Kuluri +options.chat.opacity=Opaċita' +options.chat.links=Web Links +options.chat.links.prompt=Twissija meta Tiftaħ Links +options.chat.scale=Skala +options.chat.width=Wisa +options.chat.height.focused=Għoli Ffukat +options.chat.height.unfocused=Għoli Sfukat +options.showCape=Uri Mantelli +options.serverTextures=Textures tas-Server +options.snooper=Ippermetti Snooper +options.snooper.view=Għażliet tal-Isnooper... +options.snooper.title=Speċifikazzjonijiet tal-Kompjuter +options.snooper.desc=Nixtiequ niġbru informazzjoni dwar il-kompjuter tiegħek biex tgħinna ntejbu Minecraft billi nkunu nafu x'nistaw nissapportjaw u fejn jinsabu l-ikbar problemi. Din l-informazzjoni hi kompletament anonima u qed tintwera hawn taħt. Aħna nwiegħdu li m'aħna ħa nużawha għall-ebda skop ħażin, imma jekk ma tridx tkun parti minn din is-sistema tista' titfi l-għażla meta trid! +options.texture.pack=Texture Packs +options.fullscreen=Fullscreen +options.vsync=Uża VSync +options.touchscreen=Touchscreen + +performance.max=Prestazzjoni Tajba +performance.balanced=Ibbilanċjat +performance.powersaver=Iffranka d-Dawl + +controls.title=Kontrolli + +key.forward='il Quddiem +key.left=Xellug +key.back=Lura +key.right=Lemin +key.jump=Aqbeż +key.inventory=Inventorju +key.drop=Waqqa' +key.chat=Tkellem +key.fog=Biddel il-Livell ta' Ċpar +key.sneak=Imxi Nkiss Inkiss +key.playerlist=Lista tal-Plejers +key.attack=Attakka +key.use=Uża l-Oġġett +key.pickItem=Iġbor Blokka +key.mouseButton=Buttuna %1$s +key.command=Kodiċi + +texturePack.openFolder=Iftaħ il-folder tat-texture packs +texturePack.title=Agħżel Texture Pack +texturePack.folderInfo=(Itfa' il-files tat-texture packs hawn) +texturePack.incompatible=Inkompatibbli + +book.pageIndicator=Paġna %1$s minn %2$s +book.byAuthor=ta' %1$s +book.signButton=Iffirma +book.editTitle=Daħħal l-Isem tal-Ktieb: +book.finalizeButton=Iffirma u Agħlaq +book.finalizeWarning=Kun af! Meta tiffirma l-ktieb, ma tkunx tista' tagħmel iktar bidliet fih. + +tile.stone.name=Ġebel + +tile.grass.name=Blokka tal-Ħaxix +tile.dirt.name=Ħamrija +tile.stonebrick.name=Ġebel Imfarrak +tile.wood.name=Pjanċi tal-Injam +tile.wood.oak.name=Pjanċi tal-Ballut +tile.wood.spruce.name=Pjanċi tal-Arżnu +tile.wood.birch.name=Pjanċi tal-Betula +tile.wood.jungle.name=Pjanċi tal-Ġungla +tile.sapling.oak.name=Żgħar tal-Ballut +tile.sapling.spruce.name=Żgħar tal-Arżnu +tile.sapling.birch.name=Żgħar tal-Betula +tile.sapling.jungle.name=Żgħar tal-Ġungla +tile.deadbush.name=Xitla Niexfa +tile.bedrock.name=Blat +tile.water.name=Ilma +tile.lava.name=Lava +tile.sand.name=Ramel +tile.sandStone.name=Ġebel tal-Franka +tile.sandStone.default.name=Ġebel tal-Franka +tile.sandStone.chiseled.name=Ġebel tal-Franka Mnaqqax +tile.sandStone.smooth.name=Ġebel tal-Franka Lixx +tile.gravel.name=Żrar +tile.oreGold.name=Sigħat tad-Deheb +tile.oreIron.name=Sigħat tal-Ħadid +tile.oreCoal.name=Sigħat tal-Faħam +tile.log.name=Injam +tile.log.oak.name=Injam tal-Ballut +tile.log.spruce.name=Injam tal-Arżnu +tile.log.birch.name=Injam tal-Betula +tile.log.jungle.name=Injam tal-Ġungla +tile.leaves.name=Weraq +tile.leaves.oak.name=Weraq tal-Ballut +tile.leaves.spruce.name=Weraq tal-Arżnu +tile.leaves.birch.name=Weraq tal-Betula +tile.leaves.jungle.name=Weraq tal-Ġungla +tile.tallgrass.name=Ħaxix +tile.tallgrass.shrub.name=Xitla Niexfa +tile.tallgrass.grass.name=Ħaxix +tile.tallgrass.fern.name=Xitla +tile.sponge.name=Sponża +tile.glass.name=Ħġieġ +tile.thinGlass.name=Ħġieġa Ċatta +tile.cloth.name=Suf +tile.flower.name=Lelluxa +tile.rose.name=Warda +tile.mushroom.name=Faqqiegħ +tile.blockGold.name=Blokka tad-Deheb +tile.blockIron.name=Blokka tal-Ħadid +tile.stoneSlab.stone.name=Ċangun tal-Ġebel +tile.stoneSlab.sand.name=Ċangun tal-Franka +tile.stoneSlab.wood.name=Ċangun tal-Injam +tile.stoneSlab.cobble.name=Ċangun tal-Ġebel Imfarrak +tile.stoneSlab.brick.name=Ċangun tal-Briks +tile.stoneSlab.smoothStoneBrick.name=Ċangun tal-Briks tal-Ġebel +tile.stoneSlab.netherBrick.name=Ċangun tal-Briks tan-Nether +tile.stoneSlab.quartz.name=Ċangun tal-Kwarz +tile.woodSlab.oak.name=Ċangun tal-Ballut +tile.woodSlab.spruce.name=Ċangun tal-Arżnu +tile.woodSlab.birch.name=Ċangun tal-Betula +tile.woodSlab.jungle.name=Ċangun tal-Injam tal-Ġungla +tile.brick.name=Briks +tile.tnt.name=Splussivi +tile.bookshelf.name=Xkafef +tile.stoneMoss.name=Ġebel bil-Moffa +tile.obsidian.name=Ossidnu +tile.torch.name=Torċa +tile.fire.name=Nar +tile.mobSpawner.name=Blokka tal-Monstri +tile.stairsWood.name=Taraġ tal-Ballut +tile.stairsWoodSpruce.name=Taraġ tal-Arżnu +tile.stairsWoodBirch.name=Taraġ tal-Betula +tile.stairsWoodJungle.name=Taraġ tal-Injam tal-Ġungla +tile.chest.name=Senduq +tile.chestTrap.name=Senduq Trappola +tile.redstoneDust.name=Trab tal-Ħaġar Aħmar +tile.oreDiamond.name=Sigħat tad-Djamant +tile.blockDiamond.name=Blokka tad-Djamant +tile.workbench.name=Mejda tas-Snajja +tile.crops.name=Qamħ +tile.farmland.name=Art tar-Raba +tile.furnace.name=Forn +tile.sign.name=Tabella +tile.doorWood.name=Bieb tal-Injam +tile.ladder.name=Sellum +tile.rail.name=Linji tat-Trakk +tile.goldenRail.name=Linji Mixgħulin +tile.activatorRail.name=Linji Jattivaw +tile.detectorRail.name=Linji Didekters +tile.stairsStone.name=Taraġ tal-Ġebel +tile.stairsSandStone.name=Taraġ tal-Franka +tile.lever.name=Swiċċ +tile.pressurePlate.name=Pjanċa Tingħafas +tile.weightedPlate_light.name=Pjanċa tal-Użin (Ħafifa) +tile.weightedPlate_heavy.name=Pjanċa tal-Użin (Tqila) +tile.doorIron.name=Bieb tal-Ħadid +tile.oreRedstone.name=Sigħat tal-Ħaġar Aħmar +tile.notGate.name=Torċa tal-Ħaġar Aħmar +tile.button.name=Buttuna +tile.snow.name=Borra +tile.ice.name=Silġ +tile.cactus.name=Kaktus +tile.clay.name=Tafal +tile.reeds.name=Xitla taz-Zokkor +tile.jukebox.name=Jukebox +tile.fence.name=Ċint +tile.fenceGate.name=Grada ta' Ċint +tile.pumpkin.name=Qargħa Ħamra +tile.litpumpkin.name=Qargħa Ħamra Mixgħula +tile.hellrock.name=Ġebel tan-Nether +tile.hellsand.name=Trab tal-Erwieħ +tile.lightgem.name=Ġebel Jixgħel +tile.portal.name=Portal +tile.cloth.black.name=Suf Iswed +tile.cloth.red.name=Suf Aħmar +tile.cloth.green.name=Suf Aħdar +tile.cloth.brown.name=Suf Kannella +tile.cloth.blue.name=Suf Blu +tile.cloth.purple.name=Suf Vjola +tile.cloth.cyan.name=Suf Blu fl-Aħdar +tile.cloth.silver.name=Suf Griż Ċar +tile.cloth.gray.name=Suf Griż +tile.cloth.pink.name=Suf Roża +tile.cloth.lime.name=Suf Aħdar Ċar +tile.cloth.yellow.name=Suf Isfar +tile.cloth.lightBlue.name=Suf Blu Ċar +tile.cloth.magenta.name=Suf Vjola Ċar +tile.cloth.orange.name=Suf Oranġjo +tile.cloth.white.name=Suf +tile.oreLapis.name=Sigħat tal-Lapis Lazuli +tile.blockLapis.name=Blokka tal-Lapis Lazuli +tile.dispenser.name=Dispensur +tile.dropper.name=Qattara +tile.musicBlock.name=Blokka tal-Mużika +tile.cake.name=Kejk +tile.bed.name=Sodda +tile.bed.occupied=Din is-sodda hija okkupata +tile.bed.noSleep=Bil-lejl biss tista torqod +tile.bed.notSafe=Ma tistax torqod għalissa, hemm il-monstri fil-viċin +tile.bed.notValid=Is-sodda li rqadt fiha ntilfet +tile.lockedchest.name=Senduq Imsakkar +tile.trapdoor.name=Bokkaport +tile.web.name=Għanqbuta +tile.stonebricksmooth.name=Briks tal-Ġebel +tile.stonebricksmooth.default.name=Briks tal-Ġebel +tile.stonebricksmooth.mossy.name=Briks tal-Ġebel bil-Moffa +tile.stonebricksmooth.cracked.name=Briks tal-Ġebel Imxaqqaq +tile.stonebricksmooth.chiseled.name=Briks tal-Ġebel Imnaqqax +tile.monsterStoneEgg.stone.name=Ġebel bis-Susa +tile.monsterStoneEgg.cobble.name=Ġebel Imfarrak bis-Susa +tile.monsterStoneEgg.brick.name=Briks tal-Ġebel bis-Susa +tile.pistonBase.name=Pistun +tile.pistonStickyBase.name=Pistun Iweħħel +tile.fenceIron.name=Vireg tal-Ħadid +tile.melon.name=Dulliegħa +tile.stairsBrick.name=Taraġ tal-Briks +tile.stairsStoneBrickSmooth.name=Taraġ tal-Briks tal-Ġebel +tile.vine.name=Dwieli +tile.netherBrick.name=Briks tan-Nether +tile.netherFence.name=Ċint tan-Nether +tile.stairsNetherBrick.name=Taraġ tan-Nether +tile.netherStalk.name=Faqqiegħ tan-Nether +tile.cauldron.name=Kaldarun +tile.enchantmentTable.name=Mejda tal-Maġija +tile.anvil.name=Inkwina +tile.anvil.intact.name=Inkwina +tile.anvil.slightlyDamaged.name=Inkwina bil-Ħsara +tile.anvil.veryDamaged.name=Inkwina Mkissra +tile.whiteStone.name=Ġebel tal-Ender +tile.endPortalFrame.name=Portal tal-Ender +tile.mycel.name=Moffa +tile.waterlily.name=Pjanta tal-Ilma +tile.dragonEgg.name=Bajda ta' Dragun +tile.redstoneLight.name=Lampa tal-Ħaġar Aħmar +tile.cocoa.name=Kakaw +tile.enderChest.name=Senduq tal-Ender +tile.oreRuby.name=Sigħat tar-Rubini +tile.oreEmerald.name=Sigħat tal-Iżmerald +tile.blockEmerald.name=Blokka tal-Iżmeraldi +tile.blockRedstone.name=Blokka tal-Ħaġar Aħmar +tile.tripWire.name=Trappola +tile.tripWireSource.name=Ganċ tat-Trappola +tile.commandBlock.name=Blokka tal-Kodiċi +tile.beacon.name=Lanterna +tile.beacon.primary=Poter Prinċipali +tile.beacon.secondary=Poter Sekondarju +tile.cobbleWall.normal.name=Ċint tal-Ġebel Imfarrak +tile.cobbleWall.mossy.name=Ċint tal-Ġebel bil-Moffa +tile.carrots.name=Karrotti +tile.potatoes.name=Patata +tile.daylightDetector.name=Panella tad-Dawl +tile.netherquartz.name=Sigħat tal-Kwartz tan-Nether +tile.hopper.name=Lembut +tile.quartzBlock.default.name=Blokka tal-Kwarz +tile.quartzBlock.chiseled.name=Kwarz Imnaqqax +tile.quartzBlock.lines.name=Pilastru tal-Kwarz +tile.stairsQuartz.name=Taraġ tal-Kwarz + +item.shovelIron.name=Pala tal-Ħadid +item.pickaxeIron.name=Baqqun tal-Ħadid +item.hatchetIron.name=Mannara tal-Ħadid +item.flintAndSteel.name=Żnied u Ħadida +item.apple.name=Tuffieħa +item.cookie.name=Gallettina +item.bow.name=Qaws +item.arrow.name=Vleġġa +item.coal.name=Faħam +item.charcoal.name=Faħam tal-Injam +item.diamond.name=Djamant +item.emerald.name=Żmerald +item.ingotIron.name=Ingott tal-Ħadid +item.ingotGold.name=Ingott tad-Deheb +item.swordIron.name=Xabla tal-Ħadid +item.swordWood.name=Xabla tal-Injam +item.shovelWood.name=Pala tal-Injam +item.pickaxeWood.name=Baqqun tal-Injam +item.hatchetWood.name=Mannara tal-Injam +item.swordStone.name=Xabla tal-Ġebel +item.shovelStone.name=Pala tal-Ġebel +item.pickaxeStone.name=Baqqun tal-Ġebel +item.hatchetStone.name=Mannara tal-Ġebel +item.swordDiamond.name=Xabla tad-Djamant +item.shovelDiamond.name=Pala tad-Djamant +item.pickaxeDiamond.name=Baqqun tad-Djamant +item.hatchetDiamond.name=Mannara tad-Djamant +item.stick.name=Stikka +item.bowl.name=Skutella +item.mushroomStew.name=Stuffat tal-Faqqiegħ +item.swordGold.name=Xabla tad-Deheb +item.shovelGold.name=Pala tad-Deheb +item.pickaxeGold.name=Baqqun tad-Deheb +item.hatchetGold.name=Mannara tad-Deheb +item.string.name=Spaga +item.feather.name=Rixa +item.sulphur.name=Porvli +item.hoeWood.name=Mgħażqa tal-Injam +item.hoeStone.name=Mgħażqa tal-Ġebel +item.hoeIron.name=Mgħażqa tal-Ħadid +item.hoeDiamond.name=Mgħażqa tad-Djamant +item.hoeGold.name=Mgħażqa tad-Deheb +item.seeds.name=Żerriegħa +item.seeds_pumpkin.name=Żerriegħa tal-Qargħa Ħamra +item.seeds_melon.name=Żerriegħa tad-Dulliegħ +item.melon.name=Dulliegħa +item.wheat.name=Qamħ +item.bread.name=Ħobż +item.helmetCloth.name=Kappa tal-Ġilda +item.chestplateCloth.name=Flokk tal-Ġilda +item.leggingsCloth.name=Qalziet tal-Ġilda +item.bootsCloth.name=Żraben tal-Ġilda +item.helmetChain.name=Elmu tal-Ktajjen +item.chestplateChain.name=Armar tal-Ktajjen +item.leggingsChain.name=Saqajn tal-Ktajjen +item.bootsChain.name=Żraben tal-Ktajjen +item.helmetIron.name=Elmu tad-Djamant +item.chestplateIron.name=Armar tal-Ħadid +item.leggingsIron.name=Saqajn tal-Ħadid +item.bootsIron.name=Żraben tal-Ħadid +item.helmetDiamond.name=Elum tad-Djamant +item.chestplateDiamond.name=Armar tad-Djamant +item.leggingsDiamond.name=Saqajn tad-Djamant +item.bootsDiamond.name=Żraben tad-Djamant +item.helmetGold.name=Elum tad-Deheb +item.chestplateGold.name=Armar tad-Deheb +item.leggingsGold.name=Saqajn tad-Deheb +item.bootsGold.name=Żraben tad-Deheb +item.flint.name=Żnied +item.porkchopRaw.name=Majjal Nej +item.porkchopCooked.name=Majjal Imsajjar +item.chickenRaw.name=Tiġieġa Nejja +item.chickenCooked.name=Tiġieġa Msajra +item.beefRaw.name=Ċanga Nejja +item.beefCooked.name=Ċanga Msajra +item.painting.name=Pittura +item.frame.name=Inkwatru +item.appleGold.name=Tuffieħa tad-Deheb +item.sign.name=Tabella +item.doorWood.name=Bieb tal-Injam +item.bucket.name=Barmil +item.bucketWater.name=Barmil Ilma +item.bucketLava.name=Barmil Lava +item.minecart.name=Karretta +item.saddle.name=Sarġ +item.doorIron.name=Bieb tal-Ħadid +item.redstone.name=Ħaġar Aħmar +item.snowball.name=Ballun tas-Silġ +item.boat.name=Dgħajsa +item.leather.name=Ġilda +item.milk.name=Ħalib +item.brick.name=Briksa +item.clay.name=Tafal +item.reeds.name=Xitla taz-Zokkor +item.paper.name=Karta +item.book.name=Ktieb +item.slimeball.name=Ballun tal-Ħama +item.minecartChest.name=Karretta b'Senduq +item.minecartFurnace.name=Karretta b'Forn +item.minecartTnt.name=Karretta bl-Isplussivi +item.minecartHopper.name=Karretta b'Lembut +item.egg.name=Bajda +item.compass.name=Boxla +item.fishingRod.name=Qasba tas-Sajd +item.clock.name=Arloġġ +item.yellowDust.name=Trab tal-Ġebel Jixgħel +item.fishRaw.name=Ħuta Nejja +item.fishCooked.name=Ħuta Msajra +item.record.name=Diska tal-Mużika +item.bone.name=Għadma +item.dyePowder.black.name=Inka +item.dyePowder.red.name=Aħmar tal-Ward +item.dyePowder.green.name=Aħdar tal-Kaktus +item.dyePowder.brown.name=Fażola tal-Kawkaw +item.dyePowder.blue.name=Lapis Lazuli +item.dyePowder.purple.name=Żebgħa Vjola +item.dyePowder.cyan.name=Żebgħa Blu fl-Aħdar +item.dyePowder.silver.name=Żebgħa Griża Ċara +item.dyePowder.gray.name=Żebgħa Griża +item.dyePowder.pink.name=Żebgħa Roża +item.dyePowder.lime.name=Żebgħa Ħadra Ċara +item.dyePowder.yellow.name=Isfar tal-Lellux +item.dyePowder.lightBlue.name=Żebgħa Blu Ċara +item.dyePowder.magenta.name=Żebgħa Vjola Ċara +item.dyePowder.orange.name=Żebgħa Oranġjo +item.dyePowder.white.name=Fertilizzant +item.sugar.name=Zokkor +item.cake.name=Kejk +item.bed.name=Sodda +item.diode.name=Dajowd tal-Ħaġar Aħmar +item.comparator.name=Komparatur tal-Ħaġar Aħmar +item.map.name=Mappa +item.leaves.name=Weraq +item.shears.name=Ġliem +item.rottenFlesh.name=Laħam Maqtugħ +item.enderPearl.name=Perla tal-Ender +item.blazeRod.name=Virga tan-Nar +item.ghastTear.name=Demgħa ta' Ghast +item.netherStalkSeeds.name=Faqqiegħ tan-Nether +item.potion.name=Xarba +item.emptyPotion.name=Flixkun tal-Ilma +item.goldNugget.name=Farka tad-Deheb +item.glassBottle.name=Flixkun tal-Ħġieġ +item.spiderEye.name=Għajn ta' Brimba +item.fermentedSpiderEye.name=Għajn ta' Brimba Ffermentata +item.blazePowder.name=Trab tan-Nar +item.magmaCream.name=Krema tal-Magma +item.cauldron.name=Kaldarun +item.brewingStand.name=Birrerija +item.eyeOfEnder.name=Għajn tal-Ender +item.speckledMelon.name=Dulliegħa Tleqq +item.monsterPlacer.name=Sejjaħ +item.expBottle.name=Flixkun tal-Maġija +item.fireball.name=Balma tan-Nar +item.writingBook.name=Ktieb bir-Rixa +item.writtenBook.name=Ktieb Miktub +item.ruby.name=Rubini +item.flowerPot.name=Qasrija +item.emptyMap.name=Mappa Vojta +item.carrots.name=Karrotta +item.carrotGolden.name=Karrotta tad-Deheb +item.potato.name=Patata +item.potatoBaked.name=Patata Msajra +item.potatoPoisonous.name=Patata Velenuża +item.skull.skeleton.name=Ras ta' Skeletru +item.skull.wither.name=Ras ta' Skeletru tal-Wither +item.skull.zombie.name=Ras ta' Monstru +item.skull.char.name=Ras +item.skull.player.name=Ras ta' %s +item.skull.creeper.name=Ras ta' Creeper +item.carrotOnAStick.name=Karrotta fuq Stikka +item.netherStar.name=Stilla tan-Nether +item.pumpkinPie.name=Torta tal-Qargħa Ħamra +item.enchantedBook.name=Ktieb Maġiku +item.fireworks.name=Murtal +item.fireworks.flight=Dewm fl-Arja: +item.fireworksCharge.name=Balma tal-Murtali +item.fireworksCharge.black=Iswed +item.fireworksCharge.red=Aħmar +item.fireworksCharge.green=Aħdar +item.fireworksCharge.brown=Kannella +item.fireworksCharge.blue=Blu +item.fireworksCharge.purple=Vjola +item.fireworksCharge.cyan=Blu fl-Aħdar +item.fireworksCharge.silver=Griż Ċar +item.fireworksCharge.gray=Griż +item.fireworksCharge.pink=Roża +item.fireworksCharge.lime=Aħdar Ċar +item.fireworksCharge.yellow=Isfar +item.fireworksCharge.lightBlue=Blu Ċar +item.fireworksCharge.magenta=Vjola Ċar +item.fireworksCharge.orange=Oranġjo +item.fireworksCharge.white=Abjad +item.fireworksCharge.customColor=Kulur Ieħor +item.fireworksCharge.fadeTo=Jinbidel għal +item.fireworksCharge.flicker=Ileqq +item.fireworksCharge.trail=Traċċa +item.fireworksCharge.type.0=Balma Żgħira +item.fireworksCharge.type.1=Balma Kbira +item.fireworksCharge.type.2=Forma ta' Stilla +item.fireworksCharge.type.3=Forma ta' Creeper +item.fireworksCharge.type.4=Tifqigħ +item.fireworksCharge.type=Forma Oħra +item.netherbrick.name=Brikx tan-Nether +item.netherquartz.name=Kwarz tan-Nether + +container.inventory=Inventorju +container.hopper=Lembut +container.crafting=Snajja +container.dispenser=Dispensur +container.dropper=Qattara +container.furnace=Forn +container.enchant=Maġija +container.repair=Sewwi u Semmi +container.repair.cost=Din l-Azzjoni Tiswa: %1$d +container.repair.expensive=Prezz wisq Għoli! +container.creative=Selezzjoni ta' Oġġetti +container.brewing=Birrerija +container.chest=Senduq +container.chestDouble=Senduq Kbir +container.minecart=Karretta +container.enderchest=Senduq tal-Ender + +item.dyed=Miżbugħ + +entity.Item.name=Oġġett +entity.XPOrb.name=Sfera ta' Esperjenza +entity.SmallFireball.name=Balma tan-Nar Żgħira +entity.Fireball.name=Balma tan-Nar + +entity.Arrow.name=Vleġġa +entity.Snowball.name=Ballun tas-Silġ +entity.Painting.name=Pittura + +entity.Mob.name=Kreatura +entity.Monster.name=Monstru + +entity.Creeper.name=Creeper +entity.Skeleton.name=Skeletru +entity.Spider.name=Brimba +entity.Giant.name=Ġgant +entity.Zombie.name=Monstru +entity.Slime.name=Ħama +entity.Ghast.name=Ghast +entity.PigZombie.name=Ħanżir Monstru +entity.Enderman.name=Raġel tal-Ender +entity.Silverfish.name=Susa +entity.CaveSpider.name=Brimba tal-Għerien +entity.Blaze.name=Monstru tan-Nar +entity.LavaSlime.name=Kaxxa tal-Magma +entity.MushroomCow.name=Baqra tal-Faqqiegħ +entity.Villager.name=Villeġġjatur +entity.VillagerGolem.name=Monstru tal-Ħadid +entity.SnowMan.name=Monstru tas-Silġ +entity.EnderDragon.name=Dragun tal-Ender +entity.WitherBoss.name=Wither +entity.Witch.name=Saħħara + +entity.Pig.name=Ħanżir +entity.Sheep.name=Nagħġa +entity.Cow.name=Baqra +entity.Chicken.name=Tiġieġa +entity.Squid.name=Klamar +entity.Wolf.name=Lupu +entity.Ozelot.name=Qattus Salvaġġ +entity.Cat.name=Qattus +entity.Bat.name=Farfett il-Lejl + +entity.PrimedTnt.name=Blokka tal-Isplussivi +entity.FallingSand.name=Blokka qed Taqa' + +entity.Minecart.name=Karretta +entity.Boat.name=Dgħajsa + +entity.generic.name=mhux magħruf + +death.fell.accident.ladder=%1$s waqa' minn fuq sellum +death.fell.accident.vines=%1$s waqa' minn fuq id-dwieli +death.fell.accident.water=%1$s waqa' barra mill-ilma +death.fell.accident.generic=%1$s waqa' minn post fl-għoli +death.fell.killer=%1$s kien destinat li jaqa' +death.fell.assist=%1$s kien destinat li jaqa' minn %2$s +death.fell.assist.item=%1$s kien destinat li jaqa' minn %2$s b' %3$s +death.fell.finish=%1$s waqa' 'l bogħod wisq u ġie maqtul minn %2$s +death.fell.finish.item=%1$s waqa' 'l bogħod wisq u ġie maqtul minn %2$s b' %3$s + +death.attack.inFire=%1$s qabad bin-nar +death.attack.inFire.player=%1$s mexa ġon-nar waqt li kien qed jiġġieled ma' %2$s +death.attack.onFire=%1$s inħaraq +death.attack.onFire.player=%1$s inxtewa waqt li kien qed jiġġieled ma' %2$s +death.attack.lava=%1$s pprova jgħum ġol-lava +death.attack.lava.player=%1$s pprova jgħum ġol-lava biex jaħrab lil %2$s +death.attack.inWall=%1$s fega ġo ħajt +death.attack.drown=%1$s għereq +death.attack.drown.player=%1$s għereq waqt li kien qed jipprova jaħrab lil %2$s +death.attack.starve=%1$s miet bil-ġuħ +death.attack.cactus=%1$s ġie mniggeż sal-mewt +death.attack.cactus.player=%1$s mexa ġo kaktus waqt li kien qed jipprova jaħrab lil %2$s +death.attack.generic=%1$s miet +death.attack.explosion=%1$s sploda +death.attack.explosion.player=%1$s sploda minn %2$s +death.attack.magic=%1$s ġie maqtul bil-maġija +death.attack.wither=%1$s miet taħt l-effett tal-wither +death.attack.anvil=%1$s ġie mgħaffeġ b'inkwina +death.attack.fallingBlock=%1$s ġie mgħaffeġ bi blokka nieżla +death.attack.mob=%1$s ġie assassinat minn %2$s +death.attack.player=%1$s ġie assassinat minn %2$s +death.attack.player.item=%1$s ġie assassinat minn %2$s b' %3$s +death.attack.arrow=%1$s ġie milqut minn %2$s +death.attack.arrow.item=%1$s ġie milqut minn %2$s b' %3$s +death.attack.fireball=%1$s miet b'balma tan-nar sparata minn %2$s +death.attack.fireball.item=%1$s miet b'balma tan-nar sġarata minn %2$s b' %3$s +death.attack.thrown=%1$s qala' daqqtejn mingħand %2$s +death.attack.thrown.item=%1$s qala' daqqtejn mingħand %2$s b' %3$s +death.attack.indirectMagic=%1$s ġie maqtul minn %2$s bil-maġija +death.attack.indirectMagic.item=%1$s ġie maqtul minn %2$s b' %3$s +death.attack.thorns=%1$s ġie maqtul hu u jipprova jweġġa' lil %2$s +death.attack.fall=%1$s waqa' mal-art b'saħħa kbira +death.attack.outOfWorld=%1$s waqa' barra mid-dinja + +deathScreen.respawn=Qum mill-mewt +deathScreen.deleteWorld=Ħassar id-dinja +deathScreen.titleScreen=Screen tal-Bidu +deathScreen.score=Punteġġ +deathScreen.title.hardcore=Tmiem tal-Logħba! +deathScreen.hardcoreInfo=Ma tistax terġa tqum wara li tmut f'diffikulta' tqil immens! +deathScreen.title=Mitt! +deathScreen.leaveServer=Itlaq mis-server + +potion.empty=Bla Effetti +potion.moveSpeed=Veloċita' +potion.moveSlowdown=Dewmien +potion.digSpeed=Għaġġla +potion.digSlowDown=Għejja +potion.damageBoost=Qawwa +potion.weakness=Dgħjufija +potion.heal=Fejqan f'Daqqa +potion.harm=Ħsara f'Daqqa +potion.jump=Spinta għal-Qbiż +potion.confusion=Dardir +potion.regeneration=Riġenerazzjoni +potion.resistance=Reżistenza +potion.fireResistance=Reżistenza għan-Nar +potion.waterBreathing=Nifs Taħt l-Ilma +potion.invisibility=Inviżibilita' +potion.blindness=Għama +potion.nightVision=Viżjoni bil-Lejl +potion.hunger=Ġuħ +potion.poison=Velenu +potion.wither=Wither + +potion.moveSpeed.postfix=Xarba tal-Ħeffa +potion.moveSlowdown.postfix=Xarba tad-Dewmien +potion.digSpeed.postfix=Xarba tal-Għaġla +potion.digSlowDown.postfix=Xarba Matta +potion.damageBoost.postfix=Xarba tal-Qawwa +potion.weakness.postfix=Xarba tad-Dgħjufija +potion.heal.postfix=Xarba tal-Fejqan +potion.harm.postfix=Xarba tal-Ħsara +potion.jump.postfix=Xarba tal-Qbiż +potion.confusion.postfix=Xarba tad-Dardir +potion.regeneration.postfix=Xarba tar-Riġenerazzjoni +potion.resistance.postfix=Xarba tar-Reżistenza +potion.fireResistance.postfix=Xarba tar-Reżistenza għan-Nar +potion.waterBreathing.postfix=Xarba tan-Nifs Taħt l-Ilma +potion.invisibility.postfix=Xarba tal-Inviżibbilta' +potion.blindness.postfix=Xarba tal-Għama +potion.nightVision.postfix=Xarba tal-Viżjoni fid-Dlam +potion.hunger.postfix=Xarba Tal-Ġuħ +potion.poison.postfix=Xarba tal-Velenu +potion.wither.postfix=Xarba tat-Tħassir + +potion.potency.0= +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV + +potion.prefix.grenade=Bomba +potion.prefix.mundane=Ordinarju +potion.prefix.uninteresting=Bla Gosti +potion.prefix.bland=Vojt +potion.prefix.clear=Ċar +potion.prefix.milky=Kremuż +potion.prefix.diffuse=Ħażin +potion.prefix.artless=Sempliċi +potion.prefix.thin=Likwiduż +potion.prefix.awkward=Skomdu +potion.prefix.flat=Ċatt +potion.prefix.bulky=Jesa' +potion.prefix.bungling=Moħli +potion.prefix.buttered=Tqil +potion.prefix.smooth=Lixx +potion.prefix.suave=Pulit +potion.prefix.debonair=Sofistikat +potion.prefix.thick=Oħxon +potion.prefix.elegant=Eleganti +potion.prefix.fancy=Imżejjen +potion.prefix.charming=Divertenti +potion.prefix.dashing=Sabiħ +potion.prefix.refined=Żviluppat +potion.prefix.cordial=Pjaċevoli +potion.prefix.sparkling=Ileqq +potion.prefix.potent=Qawwi +potion.prefix.foul=Maħmuġ +potion.prefix.odorless=Bla Riħa +potion.prefix.rank=Qares +potion.prefix.harsh=Krudili +potion.prefix.acrid=Morr +potion.prefix.gross=Disgustanti +potion.prefix.stinky=Jinten + +enchantment.damage.all=Qawwa +enchantment.damage.undead=Qatgħa +enchantment.damage.arthropods=Saħta tal-Insetti +enchantment.knockback=Imbuttar +enchantment.fire=Aspett tan-Nar +enchantment.protect.all=Protezzjoni +enchantment.protect.fire=Protezzjoni min-Nar +enchantment.protect.fall=Waqgħet Sikuri +enchantment.protect.explosion=Protezzjoni mill-Isplużjonijiet +enchantment.protect.projectile=Protezzjoni mil-Vleġeġ +enchantment.oxygen=Respirazzjoni +enchantment.waterWorker=Għadis +enchantment.digging=Effiċjenza +enchantment.untouching=Mess tal-Ħarir +enchantment.durability=Bla Tkissir +enchantment.lootBonus=Ġid +enchantment.lootBonusDigger=Fortuna +enchantment.arrowDamage=Enerġija +enchantment.arrowFire=Fjamma +enchantment.arrowKnockback=Qawwa +enchantment.arrowInfinite=Infinit +enchantment.thorns=Xewk + +enchantment.level.1=I +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.level.10=X + +gui.achievements=Kisbiet +gui.stats=Statistiċi + +stat.generalButton=Ġenerali +stat.blocksButton=Blokki +stat.itemsButton=Oġġetti + +stat.used=Drabi Użati +stat.mined=Drabi Imminati +stat.depleted=Drabi Moħlija +stat.crafted=Drabi Maħluqa + +stat.startGame=Kemm 'il Darba Lgħabt +stat.createWorld=Dinjiet li Lgħabt Fihom +stat.loadWorld=Livelli miftuħa +stat.joinMultiplayer=Kemm 'il Darba Dħalt ġo Servers +stat.leaveGame=Kemm 'il Darba Ħriġt mil-Logħba + +stat.playOneMinute=Minuti Lgħabt + +stat.walkOneCm=Distanza bil-Mixi +stat.fallOneCm=Distanza Waqgħejt +stat.swimOneCm=Distanza Għomejt +stat.flyOneCm=Distanza Tirt +stat.climbOneCm=Distanza Tlajt +stat.diveOneCm=Distanza bl-Għadis +stat.minecartOneCm=Distanza bil-Karretta +stat.boatOneCm=Distanza bid-Dgħajsa +stat.pigOneCm=Distanza fuq Ħanżir +stat.jump=Qabżiet +stat.drop=Oġġetti Mwaqqgħin + +stat.damageDealt=Ħsara Mogħtija +stat.damageTaken=Ħsara Maqlugħa +stat.deaths=Numru ta' Mewtiet +stat.mobKills=Kreaturi Maqtula +stat.playerKills=Plejers Maqtula +stat.fishCaught=Ħut Maqbuda + +stat.mineBlock=%1$s Imminati +stat.craftItem=%1$s Maħluqa +stat.useItem=%1$s Użati +stat.breakItem=%1$s Moħlija + +achievement.get=Kisba! + +achievement.taken=Meħuda! + +achievement.requires=Tirrikjedi '%1$s' +achievement.openInventory=Niftħu l-Inventorju +achievement.openInventory.desc=Afgħas '%1$s' biex tiftaħ l-inventorju. +achievement.mineWood=Inġibu l-Injam +achievement.mineWood.desc=Attakka siġra sakemm iġġib blokka tal-injam +achievement.buildWorkBench=Bin is-Sengħa +achievement.buildWorkBench.desc=Oħloq mejda tas-snajja b'erba' blokki ta' pjanċi +achievement.buildPickaxe=Ħin il-Mining! +achievement.buildPickaxe.desc=Uża pjanċi u stikek biex toħloq baqqun +achievement.buildFurnace=Nibnu Forn +achievement.buildFurnace.desc=Ibni forn billi tuża tmien blokki tal-ġebel +achievement.acquireIron=Akkwista l-Għodda +achievement.acquireIron.desc=Agħmel ingott tal-ħadid billi tuża forn +achievement.buildHoe=Ħin il-Biedja! +achievement.buildHoe.desc=Użza pjanċi u stikek biex toħloq mgħażqa +achievement.makeBread=Nagħmlu l-Ħobż +achievement.makeBread.desc=Biddel qamħ għal ġo ħobża +achievement.bakeCake=Il-Gidba +achievement.bakeCake.desc=Qamż, zokkor, ħalib u bajd! +achievement.buildBetterPickaxe=Intejbu l-Għodda +achievement.buildBetterPickaxe.desc=Oġloq baqqun aħjar +achievement.cookFish=Ħut Tajjeb +achievement.cookFish.desc=Aqbad u sajjar ħuta! +achievement.onARail=Ġo Karretta +achievement.onARail.desc=Suq mill-inqas 1km minn fejn bdejt b'karretta +achievement.buildSword=Ħin il-Ġlied! +achievement.buildSword.desc=Uża pjanċi u stikek biex toħloq xabla +achievement.killEnemy=Kaċċatur tal-Monstri +achievement.killEnemy.desc=Attakka u oqtol kreatura +achievement.killCow=Qattiel tal-Baqar +achievement.killCow.desc=Ġib naqra ġilda minn baqra +achievement.flyPig=Ħnieżer Itiru +achievement.flyPig.desc=Tajjar ħanżir minn fuq l-irdum +achievement.snipeSkeleton=Ġlieda bil-Qaws +achievement.snipeSkeleton.desc=Oqtol skeletru bi vleġġa minn iktar minn 50 metru 'l bogħod +achievement.diamonds=DJAMANTI! +achievement.diamonds.desc=Akkwista djamanti bl-għodda tal-ħadid +achievement.portal=Għandna bżonn immorru iktar fil-fond +achievement.portal.desc=Ibni portal għal ġon-Nether +achievement.ghast=Irritorna Lura +achievement.ghast.desc=Oqtol ghast b'balma tan-nar +achievement.blazeRod=Għal ġon-Nar +achievement.blazeRod.desc=Ġib virga tan-nar mingħand monstru tan-nar +achievement.potion=Birrerija Lokali +achievement.potion.desc=Oħloq xarba +achievement.theEnd=It-Tmiem? +achievement.theEnd.desc=Sib it-Tmiem +achievement.theEnd2=It-Tmiem. +achievement.theEnd2.desc=Oqtol id-Dragun tal-Ender +achievement.enchantments=Saħħar +achievement.enchantments.desc=Uża ktieb, ossidnu u djamanti biex toħloq mejda tal-maġija +achievement.overkill=Iż-Żejjed kollu Żejjed +achievement.overkill.desc=Aġħti tmient iqlub ta' ħsara f'daqqa waħda +achievement.bookcase=Librar +achievement.bookcase.desc=Ibni xkafef biex ittejjeb il-mejda tal-maġija tiegħek + +commands.generic.exception=Seħħ error mhux magħruf waqt li l-operazzjoni bdiet tiġi mwettqa +commands.generic.syntax=Syntax tal-kodiċi nvalidu +commands.generic.player.notFound=Dan il-plejer ma jistax jinsab +commands.generic.notFound=Kodiċi mhux magħrufa. Uża /help għal lista sħiħa ta' kodiċi. +commands.generic.num.invalid='%s' mhuwiex numru validu +commands.generic.num.tooSmall=In-numru li daħħalt (%d) hu żgħir wisq, irid ikun mill-inqas %d +commands.generic.num.tooBig=In-numru li daħħalt (%d) hu kbir wisq, irid ikun %d jew inqas +commands.generic.double.tooSmall=In-numru li daħħalt (%.2f) hu żgħir wisq, irid ikun mill-inqas %.2f +commands.generic.double.tooBig=In-numru li daħħalt (%.2f) hu kbir wisq, irid ikun %.2f jew inqas +commands.generic.usage=Użu: %s + +commands.xp.failure.widthdrawXp=Ma tistax tagħti XP negattiv lil plejer +commands.xp.success=%d punti ta' esperjenza ġew mogħtija lil %s +commands.xp.success.levels=%d livelli ġew mogħtija lil %s +commands.xp.success.negative.levels=%d livelli ġew meħuda minn %s +commands.xp.usage=/xp [plejer] JEW /xp L [plejer] +commands.give.usage=/give [ammont] [data] +commands.give.notFound=Ma jeżistix oġġett b'ID ta' %d +commands.give.success=Ġew mogħtija %s (ID %d) * %d lil %s +commands.effect.usage=/effect [seconds] [amplifier] +commands.effect.notFound=There is no such mob effect with ID %d +commands.effect.success=Given %1$s (ID %2$d) * %3$d to %4$s for %5$d seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.enchant.usage=/enchant [livell] +commands.enchant.notFound=M'hemmx maġija bl-ID ta' %d +commands.enchant.noItem=M'hemmx oġġetti +commands.enchant.cantEnchant=Din il-maġija ma tistax tiġi miżjuda ma' dan l-oġġett +commands.enchant.cantCombine=%1$s ma tistax tiġi mħalta ma' %2$s +commands.enchant.success=Il-maġija rnexxiet +commands.clear.usage=/clear [oġġett] [data] +commands.clear.success=L-inventorju ta' %s ġie żvujtat, u %d oġġetti ġew imħassra +commands.clear.failure=Could not clear the inventory of %s, no items to remove +commands.downfall.success=Inbidel it-temp +commands.time.usage=/time +commands.time.added=%d ġew miżjuda mal-ħin +commands.time.set=Il-ħin ġie ssettjat għal %d +commands.players.list=Hawn %d/%d plejers online: +commands.banlist.ips=Hawn %d IP addresses projbiti: +commands.banlist.players=Hawn %d plejers projbiti: +commands.banlist.usage=/banlist [ips|players] +commands.kick.success=%s ġie mkeċċi mil-logħba +commands.kick.success.reason=%s ġie mkeċċi mil-logħba: '%s' +commands.kick.usage=/kick [raġuni...] +commands.op.success=%s sar admin +commands.op.usage=/op +commands.deop.success=%s ma baqgħax admin +commands.deop.usage=/deop +commands.say.usage=/say +commands.ban.success=Il-plejer %s sar projbit +commands.ban.usage=/ban [raġuni...] +commands.unban.success=Il-plejer %s ma baqgħex projbit +commands.unban.usage=/pardon +commands.banip.invalid=Daħħalt IP adress invalidu jew plejer li mhuwiex online +commands.banip.success=L-IP address %s ġie projbit +commands.banip.success.players=L-IP address %s użat minn %s ġie projbit +commands.banip.usage=/ban-ip [raġuni...] +commands.unbanip.invalid=Daħħalt IP address invalidu +commands.unbanip.success=L-IP address %s ma baqgħax projbit +commands.unbanip.usage=/pardon-ip
+commands.save.enabled=Auto-saving ġie attiv +commands.save.disabled=Auto-saving m'għadux attiv +commands.save.start=Saving... +commands.save.success=Id-dinja ġiet issejvjata +commands.save.failed=Saving ma rnexxiex: %s +commands.stop.start=Is-server qed jingħalaq +commands.tp.success=%s itteleportja għand %s +commands.tp.success.coordinates=%s itteleportja sa %.2f,%.2f,%.2f +commands.tp.usage=/tp [plejer] JEW /tp [plejer] +commands.tp.notSameDimension=Ma jistax isir teleport għax il-plejers mhumiex qiegħdin fl-istess dimensjoni +commands.whitelist.list=Hemm %d (minn %d li jidhru) plejers li huma whitelisted: +commands.whitelist.enabled=Il-whitelist ġiet mixgħula +commands.whitelist.disabled=Il-whitelist ġiet mitfija +commands.whitelist.reloaded=Il-whitelist ġiet imġedda +commands.whitelist.add.success=%s ġie miżjud mal-whitelist +commands.whitelist.add.usage=/whitelist add +commands.whitelist.remove.success=%s ġie mneħħi mil-whitelist +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.scoreboard.usage=/scoreboard +commands.scoreboard.teamNotFound=Ma nstabux timijit bl-isem ta' '%s' +commands.scoreboard.objectiveNotFound=Ma nstabux objettivi bl-isem ta' '%s' +commands.scoreboard.objectiveReadOnly=L-objettiv '%s' hu 'read-only' u ma jistax jiġi ssettjat +commands.scoreboard.objectives.usage=/scoreboard objectives +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [objettiv] +commands.scoreboard.objectives.setdisplay.invalidSlot=Ma jeżistix slot '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Slot '%s' ġie mħassar +commands.scoreboard.objectives.setdisplay.successSet=L-objettiv ta' slot '%s' ġie ssettjat għal '%s' +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [isem li jintwera...] +commands.scoreboard.objectives.add.wrongType=It-tip ta' kriterji tal-objettiv hu invalidu. Tipi validi huma: %s +commands.scoreboard.objectives.add.alreadyExists=Diġa' jeżisti objettiv bl-isem ta' '%s' +commands.scoreboard.objectives.add.tooLong=L-isem '%s' hu twil wisq għal objettiv, l-itwal li jista' jkun hu %d karattri twil +commands.scoreboard.objectives.add.displayTooLong=L-isem li jintwera '%s' hu twil wisq għal objettiv, l-itwal li jista' jkun hu %d karattri twil +commands.scoreboard.objectives.add.success=L-objettiv '%s' ġie miżjud +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.remove.success=L-objettiv '%s' ġie mneħħi +commands.scoreboard.objectives.list.count=Qed jintwerew %d objettiv(i) fit-tabella tal-punteġġi +commands.scoreboard.objectives.list.entry=- %s: jintwera bħala '%s' u huwa tat-tip '%s' +commands.scoreboard.objectives.list.empty=M'hemmx objettivi fuq it-tabella tal-punteġġi +commands.scoreboard.players.usage=/scoreboard players +commands.scoreboard.players.set.success=Il-punteġġ ta' %s ġie ssettjat għal plejer %s għal %d +commands.scoreboard.players.set.usage=/scoreboard players set +commands.scoreboard.players.add.usage=/scoreboard players add +commands.scoreboard.players.remove.usage=.scoreboard players remove +commands.scoreboard.players.reset.usage=/scoreboard players reset +commands.scoreboard.players.reset.success=Il-punteġġi kolla ta' plejer %s ġew imħassra +commands.scoreboard.players.list.count=Qed jintwerew %d plejers trekkjati fuq it-tabella tal-punteġġi +commands.scoreboard.players.list.empty=M'hemmx plejers trekkjati fuq it-tabella tal-punteġġi +commands.scoreboard.players.list.player.count=Qed jintwerew %d objettiv(i) trekkjat(i) għal %s +commands.scoreboard.players.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.players.list.player.empty=Plejer %s m'għandux punteġġi rrekordjati +commands.scoreboard.teams.usage=/scoreboard teams +commands.scoreboard.teams.add.usage=/scoreboard teams add [isem li jintwera...] +commands.scoreboard.teams.add.alreadyExists=Tim bl-isem ta' '%s' diġa' jeżisti +commands.scoreboard.teams.add.tooLong=L-isem '%s' hu twil wisq għal tim, l-itwal li jista' jkun hu %d karattri twil +commands.scoreboard.teams.add.displayTooLong=L-isem li jintwera '%s' hu twil wisq għal tim, l-itwal li jista' jkun hu %d karattri twil +commands.scoreboard.teams.add.success=Tim ġdid bl-isem ta' '%s' ġie miżjud +commands.scoreboard.teams.list.usage=/scoreboard teams list [isem] +commands.scoreboard.teams.list.count=Qed jintwerew %d timijit fuq it-tabella tal-punteġġi +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' għandu %3$d plejers +commands.scoreboard.teams.list.empty=M'hemmx timijit irreġistrati fuq it-tabella tal-punteġġi +commands.scoreboard.teams.list.player.count=Qed jintwerew %d plejer(s) fit-tim %s +commands.scoreboard.teams.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.teams.list.player.empty=It-tim %s m'għandux plejers +commands.scoreboard.teams.empty.usage=/scoreboard teams clear +commands.scoreboard.teams.empty.alreadyEmpty=It-tim %s hu diġa' vojt, ma jistgħux jitneħħew plejers noneżistenti +commands.scoreboard.teams.empty.success=Ġew imneħħija l-plejer(s) kollha (%d) mit-tim %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.remove.success=It-tim %s ġie mneħħi +commands.scoreboard.teams.join.usage=/scoreboard teams join [plejer] +commands.scoreboard.teams.join.success=Ġew miżjuda %d plejer(s) fit-tim %s: %s +commands.scoreboard.teams.join.failure=Ma setgħux jiġu miżjuda %d plejer(s) fit-tim %s: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [plejer] +commands.scoreboard.teams.leave.success=%d plejer(s) ġew imneħħija mit-timijit tagħom: %s +commands.scoreboard.teams.leave.failure=%d plejer(s) ma setgħux jiġu mneħħija mit-timijit tagħhom: %s +commands.scoreboard.teams.leave.noTeam=M'intix qiegħed f'tim +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.option.noValue=Valuri validi għall-għażla %s huma: %s +commands.scoreboard.teams.option.success=Set option %s for team %s to %s +commands.gamemode.success.self=It-tip ta' logħba tiegħek ġiet mibdula għal %s +commands.gamemode.success.other=It-tip ta' logħba ta' %s ġiet mibdula għal %s +commands.gamemode.usage=/gamemode [player] +commands.defaultgamemode.usage=/defaultgamemode +commands.defaultgamemode.success=It-tip ta logħba default ta' din id-dinja issa hi %s +commands.me.usage=/me +commands.help.header=--- Qed tigi murija paġna %d minn %d tal-għajnuna (/help ) --- +commands.help.footer=Tip: Uża l-buttuna waqt li qed tikeb kodiċi biex tiġi kompluta awtomatikament +commands.help.usage=/help [paġna|isem tal-kodiċi] +commands.publish.started=Server lokali nfetaħ fuq %s +commands.publish.failed=Ma setgħax jinfetaħ server lokali +commands.debug.start=Beda d-debug profiling +commands.debug.stop=Debug profiling twaqqaf wara %.2f sekondi (%d ticks) +commands.debug.notStarted=Debug profiling ma jistax jieqaf meta għadu lanqas beda! +commands.debug.usage=/debug +commands.message.usage=/tell +commands.message.sameTarget=Ma tistax tibgħat messaġġ privat lilek innifsek! +commands.message.display.outgoing=Int sefsift lil %s: %s +commands.message.display.incoming=%s sefsiflek: %s +commands.difficulty.usage=/difficulty +commands.difficulty.success=Id-diffikulta' tal-logħoba ġiet mibdula għal %s +commands.spawnpoint.usage=/spawnpoint JEW /spawnpoint JEW /spawnpoint +commands.spawnpoint.success=L-ispawn ta %s ġie mibdul għal (%d, %d, %d) +commands.gamerule.usage=/gamerule JEW /gamerule +commands.gamerule.success=Ir-regola tal-logħba ġiet mibdula +commands.gamerule.norule=M'hemmx regola jisimha '%s' +commands.weather.usage=/weather [tul ta' żmien f'sekondi] +commands.weather.clear=It-temp ħa jsir bnazzi +commands.weather.rain=Ħa tibda nieżla x-xita +commands.weather.thunder=Ħa tagħmel xita bir-ragħad +commands.testfor.usage=/testfor +commands.testfor.failed=/testfor tintuża biss bi blokki tal-kodiċi li għandom output analogu + +itemGroup.buildingBlocks=Blokki tal-Bini +itemGroup.decorations=Blokki tat-Tiżjin +itemGroup.redstone=Ħaġar Aħmar +itemGroup.transportation=Trasport +itemGroup.misc=Oġġetti Oħra +itemGroup.search=Fittex +itemGroup.food=Ikel +itemGroup.tools=Għodda +itemGroup.combat=Ġlied +itemGroup.brewing=Xarbiet +itemGroup.materials=Materjali +itemGroup.inventory=Inventarju Sopravivenza + +inventory.binSlot=Ħassar Oġġett + +advMode.setCommand=Applika l-Kodiċi +advMode.command=Kodiċi +advMode.nearestPlayer=Uża "@p" biex tirreferi għall-plejer li qiegħed l-iktar viċin +advMode.randomPlayer=Uża "@r" biex tirreferi għal plejer li jkun +advMode.allPlayers=Uża "@a" biex tirreferi għall-plejers kollha + +advMode.notEnabled=Blokki tal-kodiċi mhumiex permessi f'dan is-server +advMode.notAllowed=Trid tkun plejer OP fil-mod kreattiv + +mco.title=Minecraft Realms +mco.selectServer.select=Idħol ġos-Server +mco.selectServer.configure=Ikkonfigura +mco.selectServer.create=Oħloq Dinja +mco.selectServer.moreinfo=Iktar Informazzjoni + +mco.configure.world.edit.title=Editja d-Dinja + +mco.configure.world.title=Ikkonfigura d-Dinja +mco.configure.world.name=Isem +mco.configure.world.description=Deskrizzjoni +mco.configure.world.location=Post +mco.configure.world.invited=Mistiedna +mco.configure.world.buttons.edit=Editja +mco.configure.world.buttons.reset=Ibda d-Dinja mill-Ġdid +mco.configure.world.buttons.done=Lest +mco.configure.world.buttons.delete=Ħassar +mco.configure.world.buttons.open=Iftaħ id-Dinja +mco.configure.world.buttons.close=Agħlaq id-Dinja +mco.configure.world.buttons.invite=Stieden +mco.configure.world.buttons.uninvite=Ħassar l-Istedina +mco.configure.world.buttons.subscription=Subscription +mco.configure.world.invite.profile.name=Isem +mco.configure.world.uninvite.question=Ċert li trid tħassar l-istedina + +mco.configure.world.subscription.title=Subscription Info +mco.configure.world.subscription.daysleft=Days Left +mco.configure.world.subscription.start=Start Date +mco.configure.world.subscription.extend=Extend + +mco.create.world.location.title=Postijiet +mco.create.world.location.warning=Mhux bil-fors iġġib il-post eżatt li tagħżel +mco.create.world.wait=Id dinja qed tiġi kreata... + +mco.reset.world.title=Ibda d-Dinja mill-Ġdid +mco.reset.world.warning=Id-dinja ħa tiġi mħassra b'mod permanenti! +mco.reset.world.seed=Seed (jekk trid) +mco.reset.world.resetting.screen.title=Id-Dinja qed terġa tiġi kreata mill-ġdid... + +mco.configure.world.close.question.line1=Id-Dinja tiegħek mhux ħa tibqa disponibbli. +mco.configure.world.close.question.line2=Ċert li trid tagħmel hekk? + +mco.connect.connecting=Qed tinqabad mas-server... +mco.connect.authorizing=Dieħel... +mco.connect.failed=Ma stajtx taqbad mas-server + +mco.create.world=Oħloq + diff --git a/1.5.2/lang/nb_NO.lang b/1.5.2/lang/nb_NO.lang new file mode 100644 index 00000000..3e0e368b --- /dev/null +++ b/1.5.2/lang/nb_NO.lang @@ -0,0 +1,1080 @@ +#X-Generator: crowdin.net + +language.name=Norsk +language.region=NO +language.code=nb_NO + +gui.done=Ferdig +gui.cancel=Avbryt +gui.toMenu=Tilbake til hovedmenyen +gui.up=Opp +gui.down=Ned +gui.yes=Ja +gui.no=Nei + +menu.singleplayer=Enkeltspiller +menu.multiplayer=Flerspiller +menu.mods=Teksturpakker +menu.options=Innstillinger... +menu.quit=Avslutt spill +menu.returnToMenu=Lagre og gå til hovedmenyen +menu.disconnect=Koble fra +menu.returnToGame=Fortsett spillet +menu.switchingLevel=Bytter verden +menu.generatingLevel=Lager verden +menu.loadingLevel=Laster verden +menu.generatingTerrain=Bygger terreng +menu.convertingLevel=Konverterer verden +menu.simulating=Simulerer verden litt +menu.respawning=Gjenoppstår +menu.shareToLan=Åpne til LAN + +selectWorld.title=Velg verden +selectWorld.empty=tom +selectWorld.world=Verden +selectWorld.select=Spill Valgte Verden +selectWorld.create=Lag ny verden +selectWorld.recreate=Lag på nytt +selectWorld.createDemo=Spill ny demoverden +selectWorld.delete=Slett +selectWorld.rename=Gi nytt navn +selectWorld.deleteQuestion=Er du sikker på at du vil slette denne verdenen? +selectWorld.deleteWarning=vil forsvinne for alltid! (Veldig lenge!) +selectWorld.deleteButton=Slett +selectWorld.renameButton=Gi nytt navn +selectWorld.renameTitle=Gi nytt navn til verdenen +selectWorld.conversion=Må konverteres! +selectWorld.newWorld=Ny Verden +selectWorld.newWorld.copyOf=Kopi av %s +selectWorld.enterName=Navn på verden +selectWorld.resultFolder=Vil bli lagret i: +selectWorld.enterSeed=Frø til verdensgeneratoren +selectWorld.seedInfo=La stå blank for tilfeldig seed +selectWorld.cheats=Juksekoder +selectWorld.customizeType=Tilpass + +createWorld.customize.presets=Forhåndsinnstillinger +createWorld.customize.presets.title=Velg en forhåndsinnstilling +createWorld.customize.presets.select=Bruk forhåndsinnstilling +createWorld.customize.presets.share=Vil du dele din forhåndsinnstilling med noen? Bruk boksen under! +createWorld.customize.presets.list=Alternativt, her er noen vi lagd tidligere! +createWorld.customize.flat.title=Tilpasning av superflat +createWorld.customize.flat.tile=Lagmateriale +createWorld.customize.flat.height=Høyde +createWorld.customize.flat.addLayer=Legg til lag +createWorld.customize.flat.editLayer=Endre lag +createWorld.customize.flat.removeLayer=Fjern lag +createWorld.customize.flat.layer.top=Topp - %d +createWorld.customize.flat.layer=%d +createWorld.customize.flat.layer.bottom=Bunn - %d + +gameMode.survival=Overlevelsesmodus +gameMode.creative=Kreativ modus +gameMode.adventure=Eventyrmodus +gameMode.hardcore=Hardcore-modus! +gameMode.changed=Din spillmodus er blitt endret + +selectWorld.gameMode=Spillmodus: +selectWorld.gameMode.survival=Overlevelse +selectWorld.gameMode.survival.line1=Let etter ressurser, lag verktøy og våpen, få +selectWorld.gameMode.survival.line2=nivåer, liv og sult +selectWorld.gameMode.creative=Kreativ +selectWorld.gameMode.creative.line1=Ubegrensede ressurser, fri flyvning og +selectWorld.gameMode.creative.line2=ødelegg blokker øyeblikkelig +selectWorld.gameMode.hardcore=Hardcore +selectWorld.gameMode.hardcore.line1=Samme som overlevelsemodus, låst på vanskeligste +selectWorld.gameMode.hardcore.line2=vanskelighetsgrad, og kun ett liv +selectWorld.gameMode.adventure=Eventyr +selectWorld.gameMode.adventure.line1=Samme som overlevelsesmodus, men blokker kan ikke +selectWorld.gameMode.adventure.line2=bli lagt til eller fjernet +selectWorld.moreWorldOptions=Flere verdensinnstillinger... +selectWorld.mapFeatures=Generer Byggverk: +selectWorld.mapFeatures.info=Landsbyer, fangehull, osv. +selectWorld.mapType=Verdenstype: +selectWorld.mapType.normal=Normal +selectWorld.allowCommands=Tillat juksekoder: +selectWorld.allowCommands.info=Kommandoer som /gamemode, /xp +selectWorld.hardcoreMode=Hardcore: +selectWorld.hardcoreMode.info=Verdenen slettes når du dør +selectWorld.bonusItems=Bonuskiste: + +generator.default=Standard +generator.flat=Superflat +generator.largeBiomes=Store biomer + +selectServer.title=Velg server +selectServer.empty=tom +selectServer.select=Logg på server +selectServer.direct=Direkte tilkobling +selectServer.edit=Rediger +selectServer.delete=Slett +selectServer.add=Legg til server +selectServer.defaultName=Minecraft-Server +selectServer.deleteQuestion=Er du sikker på at du vil fjerne denne serveren? +selectServer.deleteWarning=vil forsvinne for alltid! (Veldig lenge!) +selectServer.deleteButton=Slett +selectServer.refresh=Oppdater +selectServer.hiddenAddress=(Skjult) +addServer.title=Endre serverinfo +addServer.enterName=Servernavn +addServer.enterIp=Serveradresse +addServer.add=Ferdig +addServer.hideAddress=Skjul adresse +lanServer.title=LAN-verden +lanServer.scanning=Leter etter LAN-verdener +lanServer.start=Starter LAN-verden +lanServer.otherPlayers=Innstillinger for andre spillere + +multiplayer.title=Spill Flerspiller +multiplayer.connect=Koble til +multiplayer.info1=Minecraft flerspiller er for øyeblikket ikke ferdig, men det +multiplayer.info2=er litt buggy, tidlig testing som pågår. +multiplayer.ipinfo=Skriv inn IP-en på en server for å koble til den: + +multiplayer.texturePrompt.line1=Denne serveren anbefaler bruken av en egendefinert teksturpakke. +multiplayer.texturePrompt.line2=Ønsker du å laste ned og installere den automagisk? + +multiplayer.downloadingTerrain=Laster ned terreng + +multiplayer.stopSleeping=Forlat sengen + +chat.link.confirm=Er du sikker på at du vil åpne følgende nettside? +chat.link.warning=Du må aldri åpne linker fra personer du ikke stoler på! +chat.copy=Kopier til utklippstavle + +menu.playdemo=Spill Demo verden +menu.resetdemo=Tilbakestill Demo verden +demo.day.1=Denne demoen vil vare i fem spilldager. Gjør ditt beste! +demo.day.2=Dag To +demo.day.3=Dag Tre +demo.day.4=Dag Fire +demo.day.5=Dette er din siste dag! +demo.day.warning=Tiden din løper snart ut! +demo.day.6=Den siste dagen din er over. Trykk på F2 for å lagre et bilde av byggverket ditt +demo.reminder=Demotiden er over. Kjøp spillet for å fortsette, eller lag en ny verden! +demo.remainingTime=Gjenstående tid: %s +demo.demoExpired=Prøveperioden er over! +demo.help.movement=Bruk %1$s, %2$s, %3$s, %4$s og datamusen for å bevege deg +demo.help.movementShort=Beveg deg rundt rundt med %1$s, %2$s, %3$s, %4$s +demo.help.movementMouse=Se deg rundt med musen +demo.help.jump=Hopp ved å trykke på %1$s +demo.help.inventory=Bruk %1$s for å åpne inventaret ditt +demo.help.title=Minecraft Demo modus +demo.help.fullWrapped=Denne demonstrasjonen vil vare i 5 ingame dager (ca 1 time og 40 minutter i ekte tid). Sjekk prestasjoner for tips! Ha det gøy! +demo.help.buy=Kjøp nå! +demo.help.later=Fortsett spillet! + +connect.connecting=Kobler til serveren... +connect.authorizing=Logger inn... +connect.failed=Kunne ikke koble til serveren + +disconnect.genericReason=%s +disconnect.disconnected=Frakoblet av serveren +disconnect.lost=Mistet Forbindelsen +disconnect.kicked=Ble sparket ut av spillet +disconnect.timeout=Tidsavbrudd +disconnect.closed=Forbindelse avbrutt +disconnect.loginFailed=Feil ved innlogging +disconnect.loginFailedInfo=Feil ved innlogging: %s +disconnect.quitting=Avslutter +disconnect.endOfStream=Streamen ble avsluttet +disconnect.overflow=Bufferoverløp +disconnect.spam=Kastet ut for spamming + +options.off=AV +options.on=PÅ +options.visible=Vist +options.hidden=Skjult +options.title=Innstillinger +options.controls=Kontroller... +options.video=Videoinnstillinger... +options.language=Språk... +options.languageWarning=Oversettelsene er ikke alltid 100% nøyaktige +options.videoTitle=Videoinnstillinger +options.music=Musikk +options.sound=Lyd +options.invertMouse=Inverter museretninger +options.fov=Synsfelt +options.fov.min=Normal +options.fov.max=Quake Pro +options.gamma=Lysstyrke +options.gamma.min=Dunkelt +options.gamma.max=Lyst +options.sensitivity=Sensitivitet +options.sensitivity.min=*gjesp* +options.sensitivity.max=HYPERFART!!! +options.renderDistance=Rendringsavstand +options.renderDistance.tiny=Mini +options.renderDistance.short=Kort +options.renderDistance.normal=Normal +options.renderDistance.far=Langt +options.viewBobbing=Vis gå-animasjon +options.ao=Jevn belysning +options.anaglyph=3D-anaglyf +options.framerateLimit=Ytelse +options.difficulty=Vanskelighetsgrad +options.difficulty.peaceful=Fredelig +options.difficulty.easy=Lett +options.difficulty.normal=Normal +options.difficulty.hard=Vanskelig +options.difficulty.hardcore=Hardcore +options.graphics=Grafikk +options.graphics.fancy=Stilig +options.graphics.fast=Rask +options.guiScale=GUI-størrelse +options.guiScale.auto=Automatisk +options.guiScale.small=Liten +options.guiScale.normal=Normal +options.guiScale.large=Stor +options.advancedOpengl=Avansert OpenGL +options.renderClouds=Skyer +options.farWarning1=En 64-bits versjon av Java anbefales +options.farWarning2=for 'Lang' rendringsavstand (du har 32-bit) +options.particles=Partikler +options.particles.all=Alle +options.particles.decreased=Færre +options.particles.minimal=Minimalt +options.multiplayer.title=Flerspiller-innstillinger... +options.chat.title=Chat-innstillinger... +options.chat.visibility=Chat +options.chat.visibility.full=Vist +options.chat.visibility.system=Kun kommandoer +options.chat.visibility.hidden=Skjult +options.chat.color=Farger +options.chat.opacity=Gjennomsiktighet +options.chat.links=Nettlenker +options.chat.links.prompt=Spørre på koblinger +options.showCape=Vis kappe +options.serverTextures=Serverteksturer +options.snooper=Tillat snooper +options.snooper.view=Snooper-instillinger... +options.snooper.title=Maskinspesifikasjonssamling +options.snooper.desc=Vi ønsker å samle informasjon om din maskin for å hjelpe oss med å forbedre Minecraft. Vi vil vite hva vi kan hjelpe med og hvor de store problemene er. All informasjon er 100% anonymt, og du kan se den nedenfor. Vi lover å ikke gjøre noe dumt med denne infoen, men hvis du vil, kan du si opp å gi informasjonen til Mojang. Da er det bare å skru det av! +options.fullscreen=Fullscreen +options.vsync=Bruk VSync + +performance.max=Maks. FPS +performance.balanced=Balansert +performance.powersaver=Strømsparer + +controls.title=Kontroller + +key.forward=Fremover +key.left=Venstre +key.back=Bakover +key.right=Høyre +key.jump=Hopp +key.inventory=Inventar +key.drop=Slipp +key.chat=Chat +key.fog=Velg tåkeavstand +key.sneak=Snik +key.playerlist=Liste over medspillere +key.attack=Angrip +key.use=Bruk +key.pickItem=Velg blokk +key.mouseButton=Knapp %1$s +key.command=Kommando + +texturePack.openFolder=Åpne mappen for teksturpakker +texturePack.title=Velg teksturpakke +texturePack.folderInfo=(Plasser teksturpakkefiler her) + +book.pageIndicator=Side %1$s av %2$s +book.byAuthor=av %1$s +book.signButton=Signér +book.editTitle=Skriv inn boktittel: +book.finalizeButton=Signér og lukk +book.finalizeWarning=Husk! Når du signerer boken vil den ikke lengre være redigerbar. + +tile.stone.name=Stein +tile.grass.name=Gressblokk +tile.dirt.name=Jord +tile.stonebrick.name=Brostein +tile.wood.name=Treplanker +tile.wood.oak.name=Eikeplanker +tile.wood.spruce.name=Granplanker +tile.wood.birch.name=Bjørkeplanker +tile.wood.jungle.name=Jungel-treplanker +tile.sapling.oak.name=Eikepire +tile.sapling.spruce.name=Furuspire +tile.sapling.birch.name=Bjørkespire +tile.sapling.jungle.name=Jungel-trespire +tile.deadbush.name=Død busk +tile.bedrock.name=Grunnfjell +tile.water.name=Vann +tile.lava.name=Lava +tile.sand.name=Sand +tile.sandStone.name=Sandstein +tile.sandStone.default.name=Sandstein +tile.sandStone.chiseled.name=Meislet sandstein +tile.sandStone.smooth.name=Glatt Sandstein +tile.gravel.name=Grus +tile.oreGold.name=Gullmalm +tile.oreIron.name=Jernmalm +tile.oreCoal.name=Kullmalm +tile.log.name=Tre +tile.log.oak.name=Eiketre +tile.log.spruce.name=Grantre +tile.log.birch.name=Bjørketre +tile.log.jungle.name=Jungeltre +tile.leaves.name=Løv +tile.leaves.oak.name=Eikeblader +tile.leaves.spruce.name=Granbar +tile.leaves.birch.name=Bjørkeblader +tile.leaves.jungle.name=Jungelblader +tile.tallgrass.name=Gress +tile.tallgrass.shrub.name=Busk +tile.tallgrass.grass.name=Gress +tile.tallgrass.fern.name=Bregne +tile.sponge.name=Svamp +tile.glass.name=Glass +tile.thinGlass.name=Glassrute +tile.cloth.name=Ull +tile.flower.name=Blomst +tile.rose.name=Rose +tile.mushroom.name=Sopp +tile.blockGold.name=Gullblokk +tile.blockIron.name=Jernblokk +tile.stoneSlab.stone.name=Steinhelle +tile.stoneSlab.sand.name=Sandsteinhelle +tile.stoneSlab.wood.name=Trehelle +tile.stoneSlab.cobble.name=Brosteinhelle +tile.stoneSlab.brick.name=Murhelle +tile.stoneSlab.smoothStoneBrick.name=Steinmurhelle +tile.woodSlab.oak.name=Eiketrehelle +tile.woodSlab.spruce.name=Grantrehelle +tile.woodSlab.birch.name=Bjørketrehelle +tile.woodSlab.jungle.name=Jungeltrehelle +tile.brick.name=Murstein +tile.tnt.name=TNT +tile.bookshelf.name=Bokhylle +tile.stoneMoss.name=Mosegrodd stein +tile.obsidian.name=Obsidian +tile.torch.name=Fakkel +tile.fire.name=Ild +tile.mobSpawner.name=Monsterspawner +tile.stairsWood.name=Eiketrapper +tile.stairsWoodSpruce.name=Grantrapper +tile.stairsWoodBirch.name=Bjørketrapper +tile.stairsWoodJungle.name=Jungeltretrapper +tile.chest.name=Kiste +tile.redstoneDust.name=Rødsteinspulver +tile.oreDiamond.name=Diamantmalm +tile.blockDiamond.name=Diamantblokk +tile.workbench.name=Arbeidsbenk +tile.crops.name=Avlinger +tile.farmland.name=Åkerland +tile.furnace.name=Smelteovn +tile.sign.name=Skilt +tile.doorWood.name=Tredør +tile.ladder.name=Stige +tile.rail.name=Skinne +tile.goldenRail.name=Elektrisk skinne +tile.detectorRail.name=Detektorskinne +tile.stairsStone.name=Steintrapper +tile.stairsSandStone.name=Sandsteinstrapper +tile.lever.name=Spak +tile.pressurePlate.name=Trykkplate +tile.doorIron.name=Jerndør +tile.oreRedstone.name=Rødsteinsmalm +tile.notGate.name=Rødsteinsfakkel +tile.button.name=Knapp +tile.snow.name=Snø +tile.ice.name=Is +tile.cactus.name=Kaktus +tile.clay.name=Leire +tile.reeds.name=Sukkerrør +tile.jukebox.name=Platespiller +tile.fence.name=Gjerde +tile.fenceGate.name=Gjerdeport +tile.pumpkin.name=Gresskar +tile.litpumpkin.name=Gresskarlykt +tile.hellrock.name=Netherpukk +tile.hellsand.name=Sjelesand +tile.lightgem.name=Glødestein +tile.portal.name=Portal +tile.cloth.black.name=Svart ull +tile.cloth.red.name=Rød ull +tile.cloth.green.name=Grønn ull +tile.cloth.brown.name=Brun ull +tile.cloth.blue.name=Blå ull +tile.cloth.purple.name=Lilla ull +tile.cloth.cyan.name=Cyanblå ull +tile.cloth.silver.name=Lysegrå ull +tile.cloth.gray.name=Grå ull +tile.cloth.pink.name=Rosa ull +tile.cloth.lime.name=Limefarget ull +tile.cloth.yellow.name=Gul ull +tile.cloth.lightBlue.name=Lyseblå ull +tile.cloth.magenta.name=Lyselilla ull +tile.cloth.orange.name=Oransje ull +tile.cloth.white.name=Ull +tile.oreLapis.name=Lapis lazuli-malm +tile.blockLapis.name=Lapis lazuli-blokk +tile.dispenser.name=Dispenser +tile.musicBlock.name=Noteblokk +tile.cake.name=Kake +tile.bed.name=Seng +tile.bed.occupied=Denne sengen er opptatt +tile.bed.noSleep=Du kan bare sove om natten +tile.bed.notSafe=Du kan ikke sove nå, det er monstre i nærheten +tile.bed.notValid=Sengen din mangler eller er blokkert +tile.lockedchest.name=Låst kiste +tile.trapdoor.name=Fallem +tile.web.name=Spindelvev +tile.stonebricksmooth.name=Steinblokker +tile.stonebricksmooth.default.name=Steinmur +tile.stonebricksmooth.mossy.name=Mosegrodd steinmur +tile.stonebricksmooth.cracked.name=Sprukket steinmur +tile.stonebricksmooth.chiseled.name=Meislet steinmur +tile.monsterStoneEgg.stone.name=Stein sølvkreblokk +tile.monsterStoneEgg.cobble.name=Brostein sølvkreblokk +tile.monsterStoneEgg.brick.name=Steinmur sølvkreblokk +tile.pistonBase.name=Stempel +tile.pistonStickyBase.name=Klebrig Stempel +tile.fenceIron.name=Jernstenger +tile.melon.name=Melon +tile.stairsBrick.name=Mursteinstrapper +tile.stairsStoneBrickSmooth.name=Stein trapper +tile.vine.name=Lianer +tile.netherBrick.name=Nethermur +tile.netherFence.name=Nethermur-gjerde +tile.stairsNetherBrick.name=Nethermur-trapp +tile.netherStalk.name=Nethervorte +tile.cauldron.name=Kjele +tile.enchantmentTable.name=Fortryllelsesbord +tile.anvil.name=Ambolt +tile.anvil.intact.name=Ambolt +tile.anvil.slightlyDamaged.name=Skadet ambolt +tile.anvil.veryDamaged.name=Svært skadet ambolt +tile.whiteStone.name=Endestein +tile.endPortalFrame.name=Portal til enden +tile.mycel.name=Mycel +tile.waterlily.name=Vannliljeblad +tile.dragonEgg.name=Drageegg +tile.redstoneLight.name=Rødsteinslampe +tile.cocoa.name=Kakao +tile.enderChest.name=Enderkiste +tile.oreRuby.name=Rubinmalm +tile.oreEmerald.name=Smaragdmalm +tile.blockEmerald.name=Blokk av smaragd +tile.tripWire.name=Snubletråd +tile.tripWireSource.name=Snubletråd-krok +tile.commandBlock.name=Kommandoblokk +tile.beacon.name=Beacon +tile.beacon.primary=Primær kraft +tile.beacon.secondary=Sekundær kraft +tile.cobbleWall.normal.name=Brosteinsvegg +tile.cobbleWall.mossy.name=Mosete brosteinsvegg +tile.carrots.name=Gulrøtter +tile.potatoes.name=Poteter + +item.shovelIron.name=Jernspade +item.pickaxeIron.name=Jernhakke +item.hatchetIron.name=Jernøks +item.flintAndSteel.name=Tennstål +item.apple.name=Eple +item.cookie.name=Kjeks +item.bow.name=Bue +item.arrow.name=Pil +item.coal.name=Kull +item.charcoal.name=Trekull +item.diamond.name=Diamant +item.emerald.name=Smaragd +item.ingotIron.name=Jernbarre +item.ingotGold.name=Gullbarre +item.swordIron.name=Jernsverd +item.swordWood.name=Tresverd +item.shovelWood.name=Trespade +item.pickaxeWood.name=Trehakke +item.hatchetWood.name=Treøks +item.swordStone.name=Steinsverd +item.shovelStone.name=Steinspade +item.pickaxeStone.name=Steinhakke +item.hatchetStone.name=Steinøks +item.swordDiamond.name=Diamantsverd +item.shovelDiamond.name=Diamantspade +item.pickaxeDiamond.name=Diamanthakke +item.hatchetDiamond.name=Diamantøks +item.stick.name=Pinne +item.bowl.name=Bolle +item.mushroomStew.name=Soppstuing +item.swordGold.name=Gullsverd +item.shovelGold.name=Gullspade +item.pickaxeGold.name=Gullhakke +item.hatchetGold.name=Gulløks +item.string.name=Tråd +item.feather.name=Fjær +item.sulphur.name=Krutt +item.hoeWood.name=Treljå +item.hoeStone.name=Steinljå +item.hoeIron.name=Jernljå +item.hoeDiamond.name=Diamantljå +item.hoeGold.name=Gull-ljå +item.seeds.name=Frø +item.seeds_pumpkin.name=Gresskarfrø +item.seeds_melon.name=Melonfrø +item.melon.name=Melon +item.wheat.name=Hvete +item.bread.name=Brød +item.helmetCloth.name=Lærhatt +item.chestplateCloth.name=Lærtrøye +item.leggingsCloth.name=Lærbukser +item.bootsCloth.name=Lærsko +item.helmetChain.name=Brynjehjelm +item.chestplateChain.name=Brynjebrystplate +item.leggingsChain.name=Brynjebukser +item.bootsChain.name=Brynjestøvler +item.helmetIron.name=Jernhjelm +item.chestplateIron.name=Jernbrystplate +item.leggingsIron.name=Jernbenplater +item.bootsIron.name=Jernstøvler +item.helmetDiamond.name=Diamanthjelm +item.chestplateDiamond.name=Diamantbrystplate +item.leggingsDiamond.name=Diamantbenplater +item.bootsDiamond.name=Diamantstøvler +item.helmetGold.name=Gullhjelm +item.chestplateGold.name=Gullbrystplate +item.leggingsGold.name=Gullbenplater +item.bootsGold.name=Gullstøvler +item.flint.name=Flint +item.porkchopRaw.name=Rå svinekotelett +item.porkchopCooked.name=Stekt svinekotelett +item.chickenRaw.name=Rå kylling +item.chickenCooked.name=Stekt kylling +item.beefRaw.name=Rå biff +item.beefCooked.name=Stekt biff +item.painting.name=Maleri +item.frame.name=Gjenstands-ramme +item.appleGold.name=Gulleple +item.sign.name=Skilt +item.doorWood.name=Tredør +item.bucket.name=Bøtte +item.bucketWater.name=Vannbøtte +item.bucketLava.name=Lavabøtte +item.minecart.name=Gruvevogn +item.saddle.name=Sal +item.doorIron.name=Jerndør +item.redstone.name=Rødstein +item.snowball.name=Snøball +item.boat.name=Båt +item.leather.name=Lær +item.milk.name=Melk +item.brick.name=Murstein +item.clay.name=Leire +item.reeds.name=Sukkerrør +item.paper.name=Papir +item.book.name=Bok +item.slimeball.name=Slimball +item.minecartChest.name=Gruvevogn med kiste +item.minecartFurnace.name=Gruvevogn med Ovn +item.egg.name=Egg +item.compass.name=Kompass +item.fishingRod.name=Fiskestang +item.clock.name=Klokke +item.yellowDust.name=Glødesteinspulver +item.fishRaw.name=Rå fisk +item.fishCooked.name=Stekt fisk +item.record.name=Musikkdisk +item.bone.name=Bein +item.dyePowder.black.name=Blekkpose +item.dyePowder.red.name=Rosenrød +item.dyePowder.green.name=Kaktusgrønn +item.dyePowder.brown.name=Kakaobønner +item.dyePowder.blue.name=Lasursten +item.dyePowder.purple.name=Lilla fargestoff +item.dyePowder.cyan.name=Turkis fargestoff +item.dyePowder.silver.name=Lysegrått fargestoff +item.dyePowder.gray.name=Grått fargestoff +item.dyePowder.pink.name=Rosa fargestoff +item.dyePowder.lime.name=Limegrønt fargestoff +item.dyePowder.yellow.name=Løvetannsgul +item.dyePowder.lightBlue.name=Lyseblått fargestoff +item.dyePowder.magenta.name=Lyselilla fargestoff +item.dyePowder.orange.name=Oransje fargestoff +item.dyePowder.white.name=Beinmel +item.sugar.name=Sukker +item.cake.name=Kake +item.bed.name=Seng +item.diode.name=Rødsteinsgjentaker +item.map.name=Kart +item.leaves.name=Blader +item.shears.name=Saks +item.rottenFlesh.name=Råttent kjøtt +item.enderPearl.name=Enderperle +item.blazeRod.name=Flammestav +item.ghastTear.name=Geisttåre +item.netherStalkSeeds.name=Nethervorte +item.potion.name=Eliksir +item.emptyPotion.name=Vannflaske +item.goldNugget.name=Gullklump +item.glassBottle.name=Glassflaske +item.spiderEye.name=Edderkoppøye +item.fermentedSpiderEye.name=Gjæret edderkoppøye +item.blazePowder.name=Flammepulver +item.magmaCream.name=Magmakrem +item.cauldron.name=Kjele +item.brewingStand.name=Bryggeriapparat +item.eyeOfEnder.name=Enderøye +item.speckledMelon.name=Glitrende melon +item.monsterPlacer.name=Fremkall +item.expBottle.name=Fortryllelsesflaske +item.fireball.name=Ildkule +item.writingBook.name=Bok og fjærpenn +item.writtenBook.name=Skrevet bok +item.ruby.name=Rubin +item.flowerPot.name=Blomsterpotte +item.emptyMap.name=Tomt kart +item.carrots.name=Gulrot +item.carrotGolden.name=Gylden gulrot +item.potato.name=Potet +item.potatoBaked.name=Kokt potet +item.potatoPoisonous.name=Giftig potet +item.skull.skeleton.name=Skjeletthode +item.skull.wither.name=Witherskjelett-hode +item.skull.zombie.name=Zombiehode +item.skull.char.name=Hode +item.skull.player.name=%s sitt hode +item.skull.creeper.name=Creeperhode +item.carrotOnAStick.name=Gulrot på pinne +item.netherStar.name=Helvetesstjerne +item.pumpkinPie.name=Gresskarpai + +container.inventory=Inventar +container.crafting=Crafting +container.dispenser=Dispenser +container.furnace=Ovn +container.enchant=Fortrylle +container.repair=Reparer og navngi +container.repair.cost=Fortryllelsen koster: %1$d +container.repair.expensive=For dyrt! +container.creative=Blokker og ting +container.brewing=Bryggeriapparat +container.chest=Kiste +container.chestDouble=Stor kiste +container.minecart=Gruvevogn +container.enderchest=Enderkiste + +item.dyed=Farget + +entity.Item.name=Gjenstand +entity.XPOrb.name=Erfaringskule + +entity.Arrow.name=Pil +entity.Snowball.name=Snøball +entity.Painting.name=Maleri + +entity.Mob.name=Mob +entity.Monster.name=Monster + +entity.Creeper.name=Creeper +entity.Skeleton.name=Skjelett +entity.Spider.name=Edderkopp +entity.Giant.name=Kjempe +entity.Zombie.name=Zombie +entity.Slime.name=Slim +entity.Ghast.name=Geist +entity.PigZombie.name=Zombie Grisemann +entity.Enderman.name=Endermann +entity.Silverfish.name=Sølvkre +entity.CaveSpider.name=Huleedderkopp +entity.Blaze.name=Flammeskrømt +entity.LavaSlime.name=Magmakube +entity.MushroomCow.name=Soppku +entity.Villager.name=Landsbybeboer +entity.VillagerGolem.name=Jernmann +entity.SnowMan.name=Snømann +entity.EnderDragon.name=Enderdrage +entity.WitherBoss.name=Wither +entity.Witch.name=Heks + +entity.Pig.name=Gris +entity.Sheep.name=Sau +entity.Cow.name=Ku +entity.Chicken.name=Kylling +entity.Squid.name=Blekksprut +entity.Wolf.name=Ulv +entity.Ozelot.name=Ocelot +entity.Cat.name=Katt +entity.Bat.name=Flaggermus + +entity.PrimedTnt.name=Blokk med TNT +entity.FallingSand.name=Fallende blokk + +entity.Minecart.name=Gruvevogn +entity.Boat.name=Båt + +entity.generic.name=ukjent + +death.inFire=%1$s gikk opp i flammer +death.onFire=%1$s brant ihjel +death.lava=%1$s prøvde å svømme i lava +death.inWall=%1$s ble kvalt i en vegg +death.drown=%1$s druknet +death.starve=%1$s sultet ihjel +death.cactus=%1$s ble stukket til døde +death.fall=%1$s traff bakken for hardt +death.outOfWorld=%1$s falt ut av verdenen +death.generic=%1$s døde +death.explosion=%1$s ble sprengt i lufta +death.magic=%1$s ble drept med magi +death.wither=%1$s withret bort +death.anvil=%1$ s ble knust av fallende ambolt +death.fallingBlock=%1$ s ble knust av en fallende blokk +death.mob=%1$s ble drept av %2$s +death.player=%1$s ble drept av %2$s +death.arrow=%1$s ble skutt av %2$s +death.fireball=%1$s ble ildkulet av %2$s +death.thrown=%1$s ble pirket ihjel av %2$s +death.indirectMagic=%1$s ble drept av %2$s + +deathScreen.respawn=Gjennoppstå +deathScreen.deleteWorld=Slett verden +deathScreen.titleScreen=Hovedmeny +deathScreen.score=Poengsum +deathScreen.title.hardcore=Spillet er over! +deathScreen.hardcoreInfo=Du kan ikke gjenoppstå i hardcore-modus! +deathScreen.title=Du døde! +deathScreen.leaveServer=Forlat server + +potion.empty=Ingen effekt +potion.moveSpeed=Fart +potion.moveSlowdown=Treghet +potion.digSpeed=Hast +potion.digSlowDown=Utmattelse +potion.damageBoost=Styrke +potion.weakness=Svakhet +potion.heal=Øyeblikkelig helse +potion.harm=Øyeblikkelig skade +potion.jump=Høyere Hopp +potion.confusion=Svimmelhet +potion.regeneration=Regenerering +potion.resistance=Motstand +potion.fireResistance=Flammemotstand +potion.waterBreathing=Vannpust +potion.invisibility=Usynlighet +potion.blindness=Blindhet +potion.nightVision=Nattsyn +potion.hunger=Sult +potion.poison=Gift +potion.wither=Withergift + +potion.moveSpeed.postfix=Raskhetseliksir +potion.moveSlowdown.postfix=Treghetseliksir +potion.digSpeed.postfix=Hurtighetseliksir +potion.digSlowDown.postfix=Sløvhetsdrikk +potion.damageBoost.postfix=Styrkedrikk +potion.weakness.postfix=Svakhetsdrikk +potion.heal.postfix=Helbredningsdrikk +potion.harm.postfix=Skadedrikk +potion.jump.postfix=Hoppedrikk +potion.confusion.postfix=Svimmelhetssdrikk +potion.regeneration.postfix=Regenereringsdrikk +potion.resistance.postfix=Motstandsdrikk +potion.fireResistance.postfix=Ildmotstandsdrikk +potion.waterBreathing.postfix=Vannpustingsdrikk +potion.invisibility.postfix=Usynlighetsdrikk +potion.blindness.postfix=Blindhetsdrikk +potion.nightVision.postfix=Nattsynsdrikk +potion.hunger.postfix=Sultedrikk +potion.poison.postfix=Gifteliksir +potion.wither.postfix=Withergift + +potion.potency.0= +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV + +potion.prefix.grenade=Plask +potion.prefix.mundane=Vanlig +potion.prefix.uninteresting=Uinteressant +potion.prefix.bland=Smaksløs +potion.prefix.clear=Tøm +potion.prefix.milky=Melkete +potion.prefix.diffuse=Uklar +potion.prefix.artless=Enfoldig +potion.prefix.thin=Tynn +potion.prefix.awkward=Rar +potion.prefix.flat=Smakløs +potion.prefix.bulky=Klumpete +potion.prefix.bungling=Klønete +potion.prefix.buttered=Smøraktig +potion.prefix.smooth=Jevn +potion.prefix.suave=Glatt +potion.prefix.debonair=Høflig +potion.prefix.thick=Tykk +potion.prefix.elegant=Elegant +potion.prefix.fancy=Stilig +potion.prefix.charming=Sjarmerende +potion.prefix.dashing=Fantastisk +potion.prefix.refined=Raffinert +potion.prefix.cordial=Hjertelig +potion.prefix.sparkling=Glitrende +potion.prefix.potent=Potent +potion.prefix.foul=Avskyelig +potion.prefix.odorless=Luktfri +potion.prefix.rank=Rang +potion.prefix.harsh=Brutal +potion.prefix.acrid=Besk +potion.prefix.gross=Ekkel +potion.prefix.stinky=Stinkende + +enchantment.damage.all=Skarphet +enchantment.damage.undead=De udødeliges bane +enchantment.damage.arthropods=Arthropods bane +enchantment.knockback=Tilbakeslag +enchantment.fire=Ildsverd +enchantment.protect.all=Beskyttelse +enchantment.protect.fire=Brannvern +enchantment.protect.fall=Fjærfall +enchantment.protect.explosion=Eksplosjonsbeskyttelse +enchantment.protect.projectile=Prosjektilbeskyttelse +enchantment.oxygen=Respirasjon +enchantment.waterWorker=Vannmann +enchantment.digging=Effektivitet +enchantment.untouching=Silkeberøring +enchantment.durability=Uknuselig +enchantment.lootBonus=Plyndring +enchantment.lootBonusDigger=Formue +enchantment.arrowDamage=Kraft +enchantment.arrowFire=Flamme +enchantment.arrowKnockback=Trykk +enchantment.arrowInfinite=Uendelig + +enchantment.level.1=I +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.level.10=X + +gui.achievements=Prestasjoner +gui.stats=Statistikk + +stat.generalButton=Generelt +stat.blocksButton=Blokker +stat.itemsButton=Gjenstander + +stat.used=Ganger brukt +stat.mined=Ganger utvunnet +stat.depleted=Antall ganger utslitt +stat.crafted=Ganger laget + +stat.startGame=Antall ganger spilt +stat.createWorld=Verdener spilt +stat.loadWorld=Lagrede spill lastet +stat.joinMultiplayer=Flerspillerspill koblet til +stat.leaveGame=Spill avsluttet + +stat.playOneMinute=Minutter spilt + +stat.walkOneCm=Avstand gått +stat.fallOneCm=Avstand falt +stat.swimOneCm=Avstand svømt +stat.flyOneCm=Avstand fløyet +stat.climbOneCm=Avstand klatret +stat.diveOneCm=Avstand dykket +stat.minecartOneCm=Avstand med gruvevogn +stat.boatOneCm=Avstand tilbakelagt med båt +stat.pigOneCm=Avstand ridd på gris +stat.jump=Hopp +stat.drop=Gjenstander sluppet + +stat.damageDealt=Skade påført +stat.damageTaken=Skade tatt +stat.deaths=Antall dødsfall +stat.mobKills=Fiender drept +stat.playerKills=Spillere Drept +stat.fishCaught=Fisk fanget + +stat.mineBlock=%1$s minet +stat.craftItem=%1$s Laget +stat.useItem=%1$s Brukt +stat.breakItem=%1$s Oppbrukt + +achievement.get=Bragd utført! + +achievement.taken=Tatt! + +achievement.requires=Krever '%1$s' +achievement.openInventory=Vareopptelling +achievement.openInventory.desc=Trykk på '%1$s' for å åpne inventaret ditt. +achievement.mineWood=Skaffe ved +achievement.mineWood.desc=Slå et tre til en treblokk spretter ut +achievement.buildWorkBench=Arbeidsbenk! +achievement.buildWorkBench.desc=Lag en arbeidsbenk av fire plankeklosser +achievement.buildPickaxe=Nå skal det hakkes! +achievement.buildPickaxe.desc=Bruk planker og pinner for å lage en hakke +achievement.buildFurnace=Varmt emne +achievement.buildFurnace.desc=Lag en ovn med åtte steinblokker +achievement.acquireIron=Skaffe jern +achievement.acquireIron.desc=Smelt en jernbarre +achievement.buildHoe=Tid for gårdsbruk! +achievement.buildHoe.desc=Bruk planker og pinner for å lage en flåhakke +achievement.makeBread=Bak Brød +achievement.makeBread.desc=Fra hvete til brød +achievement.bakeCake=Løgnen +achievement.bakeCake.desc=Hvete, sukker, melk og egg! +achievement.buildBetterPickaxe=Få deg en oppdatering +achievement.buildBetterPickaxe.desc=Lag en bedre hakke +achievement.cookFish=Deilig fisk +achievement.cookFish.desc=Fang og stek en fisk! +achievement.onARail=På skinner +achievement.onARail.desc=Reis med gruvevogn minst 1 km fra der du startet +achievement.buildSword=Tid for å slå til! +achievement.buildSword.desc=Bruk planker og pinner for å lage et sverd +achievement.killEnemy=Monsterjeger +achievement.killEnemy.desc=Angrip og drep et monster +achievement.killCow=Kuslakter +achievement.killCow.desc=Skaff deg litt lær +achievement.flyPig=Når Griser Flyr +achievement.flyPig.desc=Ri en gris utfor et stup +achievement.snipeSkeleton=Snikskytterduell +achievement.snipeSkeleton.desc=Drep et skjelett på 50 meters avstand med en pil +achievement.diamonds=DIAMANTER! +achievement.diamonds.desc=Skaff diamanter med jernverktøyet ditt +achievement.portal=Vi må gå dypere +achievement.portal.desc=Bygg en portal til Nether +achievement.ghast=Returner til avsender +achievement.ghast.desc=Drep et geist med en ildkule +achievement.blazeRod=Inn i ilden +achievement.blazeRod.desc=Skill en Blaze fra sin flammestav +achievement.potion=Lokalt bryggeri +achievement.potion.desc=Brygg en trylledrikk +achievement.theEnd=Slutt? +achievement.theEnd.desc=Finn slutten +achievement.theEnd2=Enden. +achievement.theEnd2.desc=Drep Enderdragen +achievement.enchantments=Trollmann +achievement.enchantments.desc=Bruk en bok, obsidian og diamanter til å lage et fortryllelsesbord +achievement.overkill=Hardhendt +achievement.overkill.desc=Skad åtte hjerter med ett slag +achievement.bookcase=Bibliotekar +achievement.bookcase.desc=Bygg noen bokhyller for å forbedre fortryllelsesbordet ditt + +commands.generic.exception=Det oppstod en ukjent feil under forsøk på å utføre denne kommandoen +commands.generic.syntax=Ugyldig kommandosyntaks +commands.generic.player.notFound=Finner ikke denne spilleren +commands.generic.notFound=Ukjent kommando. Prøv /help for en liste over kommandoer. +commands.generic.num.invalid='%s' er ikke et gyldig tall +commands.generic.num.tooSmall=Tallet du har skrevet inn (%d) er for lite, det må være minst %d +commands.generic.num.tooBig=Tallet du har skrevet inn (%d) er for stort. Det kan maksimalt være %d +commands.generic.double.tooSmall=Tallet du har angitt (%.2f) er for lite, det må være minst %.2f +commands.generic.double.tooBig=Tallet du har angitt (%.2f) er for stort, det må være minst %.2f +commands.generic.usage=Bruk: %s + +commands.xp.failure.widthdrawXp=Kan ikke gi spiller negative erfaringspoeng +commands.xp.success=Gitt %d erfaring til %s +commands.xp.success.levels=Ga %d nivåer av erfaring til %s +commands.xp.success.negative.levels=Tok bort %d nivåer av erfaring til %s +commands.xp.usage=/xp [spiller] ELLER /xp L [spiller] +commands.give.usage=/give [antall] [data] +commands.give.notFound=Det finnes ingen ting med ID %d +commands.give.success=Gitt %d av %s (ID %d) til %s +commands.clear.usage=/clear [gjenstand] [data] +commands.clear.success=Ryddet inventaret til %s, fjernet %d gjenstander +commands.downfall.success=Vekslet nedbør +commands.time.usage=/time +commands.time.added=La til %d til tiden +commands.time.set=Anga klokkeslettet til %d +commands.players.list=Det er %d/%d spillere pålogget: +commands.banlist.ips=Det er totalt %d utestengte IP adresser: +commands.banlist.players=Det er totalt %d utestengte spillere: +commands.banlist.usage=/banlist [ips|players] +commands.kick.success=Sparket %s fra spillet +commands.kick.success.reason=Sparket %s fra spillet: '%s' +commands.kick.usage=/kick [grunn...] +commands.op.success=Ga %s operatørrettigheter +commands.op.usage=/op +commands.deop.success=Tilbaketrakk %s sine operatørrettigheter. +commands.deop.usage=/deop +commands.say.usage=/say +commands.ban.success=Utestengte %s +commands.ban.usage=/ban [grunn...] +commands.unban.success=Fjernet utestenging av %s +commands.unban.usage=/tilgi +commands.banip.invalid=Du har angitt inn en ugyldig IP-adresse eller en spiller som ikke er tilkoblet +commands.banip.success=Utestengte IP-adressen %s +commands.banip.success.players=Utestenkte IP-adressen %s som tilhører %s +commands.banip.usage=/ban-ip [grunn...] +commands.unbanip.invalid=Du har angitt en ugyldig IP adresse +commands.unbanip.success=Fjernet utestenging av IP adresse %s +commands.unbanip.usage=/pardon-ip +commands.save.enabled=Slått på automatisk lagring av verdenen +commands.save.disabled=Slått av automatisk lagring av verden +commands.save.start=Lagrer... +commands.save.success=Lagret verden +commands.save.failed=Lagring mislyktes: %s +commands.stop.start=Stopper serveren +commands.tp.success=Teleporterte %s til %s +commands.tp.success.coordinates=Teleporterte %s til %.2f,%.2f,%.2f +commands.tp.usage=/tp [teleporterende spiller] ELLER /tp [teleporterende spiller] +commands.whitelist.list=Det er %d (Ut av %d sett) whitelistede spillere: +commands.whitelist.enabled=Slått på whitelisten +commands.whitelist.disabled=Slått av whitelisten +commands.whitelist.reloaded=Oppdaterte whitelisten +commands.whitelist.add.success=La til %s i whitelist +commands.whitelist.add.usage=/whitelist add +commands.whitelist.remove.success=Fjernet %s fra whitelisten +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.gamemode.success.self=Anga egen spillmodus til %s +commands.gamemode.success.other=Endret %s sin spillemodus til %s +commands.gamemode.usage=/gamemode [spiller] +commands.defaultgamemode.usage=/defaultgamemode +commands.defaultgamemode.success=Verdens standard spillmodus er nå %s +commands.me.usage=/me +commands.help.header=---Viser hjelpeside %d av %d (/help )--- +commands.help.footer=Tips: Bruk tasten mens du skriver inn en kommando for å autofullføre kommandoen eller argumenter +commands.help.usage=/help [side|kommandonavn] +commands.publish.started=Lokalt spill startet på IP-en %s +commands.publish.failed=Kan ikke være vert for lokalt spill +commands.debug.start=Startet debugging +commands.debug.stop=Stoppet debugging etter %.2f sekunder (%d ticks) +commands.debug.notStarted=Kan ikke stoppe debugging når det ikke er startet! +commands.debug.usage=/debug +commands.message.usage=/tell +commands.message.sameTarget=Du kan ikke sende en privat melding til deg selv! +commands.message.display.outgoing=Du hvisker til %s: %s +commands.message.display.incoming=%s hvisker til deg: %s +commands.difficulty.usage=/difficulty +commands.difficulty.success=Endret spillets vanskelighetsgrad til %s +commands.spawnpoint.usage=/spawnpoint ELLER /spawnpoint ELLER /spawnpoint +commands.spawnpoint.success=Endret %s sitt startspunkt til (%d, %d, %d) +commands.gamerule.usage=/gamerule ELLER /gamerule +commands.gamerule.success=Spilleregel har blitt oppdatert +commands.gamerule.norule=Ingen spillregel kalt '%s' er tilgjengelig +commands.weather.usage=/weather [varighet i sekunder] +commands.weather.clear=Endret været til klart +commands.weather.rain=Endret til regnvær +commands.weather.thunder=Endret til regn- og tordenvær + +itemGroup.buildingBlocks=Byggeblokker +itemGroup.decorations=Dekorasjonsblokker +itemGroup.redstone=Rødstein +itemGroup.transportation=Transport +itemGroup.misc=Diverse +itemGroup.search=Søk +itemGroup.food=Næringsmidler og mat +itemGroup.tools=Verktøy +itemGroup.combat=Kamp +itemGroup.brewing=Brygning +itemGroup.materials=Materialer +itemGroup.inventory=Overlevelses-lager + +inventory.binSlot=Ødelegg ting + +advMode.setCommand=Angi konsollkommando +advMode.command=Konsollkommando +advMode.nearestPlayer=Bruk "@p" for nærmeste spiller +advMode.randomPlayer=Bruk "@r" for tilfeldig spiller +advMode.allPlayers=Bruk "@a" alle spillere + +advMode.notEnabled=Kommandoblokker er ikke aktivert på denne serveren +advMode.notAllowed=Må være en opet spiller i kreativ modus + diff --git a/1.5.2/lang/nl_NL.lang b/1.5.2/lang/nl_NL.lang new file mode 100644 index 00000000..810e83cb --- /dev/null +++ b/1.5.2/lang/nl_NL.lang @@ -0,0 +1,1293 @@ +#X-Generator: crowdin.net + +language.name=Nederlands +language.region=Nederland +language.code=nl_NL + +gui.done=Gereed +gui.cancel=Annuleren +gui.back=Back +gui.toMenu=Terug naar hoofdmenu +gui.up=Omhoog +gui.down=Omlaag +gui.yes=Ja +gui.no=Nee + +menu.singleplayer=Singleplayer +menu.multiplayer=Multiplayer +menu.online=Minecraft Realms +menu.options=Instellingen... +menu.quit=Afsluiten +menu.returnToMenu=Opslaan en terug naar hoofdmenu +menu.disconnect=Verbinding verbreken +menu.returnToGame=Terug naar het spel +menu.switchingLevel=Werelden wisselen +menu.generatingLevel=Wereld genereren +menu.loadingLevel=Wereld laden +menu.generatingTerrain=Terrein opbouwen +menu.convertingLevel=Wereld omzetten +menu.simulating=Even de wereld simuleren +menu.respawning=Respawnen +menu.shareToLan=Open voor LAN + +selectWorld.title=Wereld selecteren +selectWorld.empty=leeg +selectWorld.world=Wereld +selectWorld.select=Wereld spelen +selectWorld.create=Wereld creëren +selectWorld.recreate=Recreëren +selectWorld.createDemo=Nieuwe demowereld spelen +selectWorld.delete=Verwijderen +selectWorld.rename=Hernoemen +selectWorld.deleteQuestion=Weet je zeker dat je deze wereld wilt verwijderen? +selectWorld.deleteWarning=zal voor eeuwig verloren zijn! (En dat is lang!) +selectWorld.deleteButton=Verwijderen +selectWorld.renameButton=Hernoemen +selectWorld.renameTitle=Wereld hernoemen +selectWorld.conversion=Moet worden omgezet! +selectWorld.newWorld=Nieuwe wereld +selectWorld.newWorld.copyOf=Kopie van %s +selectWorld.enterName=Wereldnaam +selectWorld.resultFolder=Wordt opgeslagen in: +selectWorld.enterSeed=Seed voor de wereldgenerator +selectWorld.seedInfo=Leeg laten voor een willekeurige seed +selectWorld.cheats=Cheats +selectWorld.customizeType=Aanpassen + +createWorld.customize.presets=Sjablonen +createWorld.customize.presets.title=Een sjabloon selecteren +createWorld.customize.presets.select=Sjabloon gebruiken +createWorld.customize.presets.share=Wil je je sjabloon met iemand delen? Gebruik het vak hieronder! +createWorld.customize.presets.list=Hier zijn er ook een paar die wij hebben gemaakt! +createWorld.customize.flat.title=Supervlak aanpassen +createWorld.customize.flat.tile=Laagmateriaal +createWorld.customize.flat.height=Hoogte +createWorld.customize.flat.addLayer=Laag toevoegen +createWorld.customize.flat.editLayer=Laag bewerken +createWorld.customize.flat.removeLayer=Laag verwijderen +createWorld.customize.flat.layer.top=Boven - %d +createWorld.customize.flat.layer=%d +createWorld.customize.flat.layer.bottom=Onder - %d + +gameMode.survival=Survivalmodus +gameMode.creative=Creative-modus +gameMode.adventure=Avontuurmodus +gameMode.hardcore=Hardcoremodus! +gameMode.changed=Je spelmodus is bijgewerkt + +selectWorld.gameMode=Spelmodus: +selectWorld.gameMode.survival=Survival +selectWorld.gameMode.survival.line1=Zoek grondstoffen, maak gereedschappen, verzamel +selectWorld.gameMode.survival.line2=ervaringspunten en strijd om te overleven +selectWorld.gameMode.creative=Creative +selectWorld.gameMode.creative.line1=Onbeperkte grondstoffen, rondvliegen en +selectWorld.gameMode.creative.line2=onmiddellijk blokken vernietigen +selectWorld.gameMode.hardcore=Hardcore +selectWorld.gameMode.hardcore.line1=Net als survivalmodus, vastgezet op het hoogste +selectWorld.gameMode.hardcore.line2=niveau, en slechts één leven +selectWorld.gameMode.adventure=Avontuur +selectWorld.gameMode.adventure.line1=Hetzelfde als survivalmodus, maar blokken kunnen niet +selectWorld.gameMode.adventure.line2=geplaatst of verwijderd worden +selectWorld.moreWorldOptions=Meer wereldinstellingen... +selectWorld.mapFeatures=Genereer bouwwerken: +selectWorld.mapFeatures.info=Dorpen, kerkers, etc +selectWorld.mapType=Wereldtype: +selectWorld.mapType.normal=Normaal +selectWorld.allowCommands=Cheats toestaan: +selectWorld.allowCommands.info=Opdrachten zoals /gamemode, /xp +selectWorld.hardcoreMode=Hardcore: +selectWorld.hardcoreMode.info=Wereld wordt verwijderd na doodgaan +selectWorld.bonusItems=Bonuskist: + +generator.default=Standaard +generator.flat=Supervlak +generator.largeBiomes=Grote biotopen + +selectServer.title=Selecteer server +selectServer.empty=leeg +selectServer.select=Server bezoeken +selectServer.direct=Direct verbinden +selectServer.edit=Bewerken +selectServer.delete=Verwijderen +selectServer.add=Server toevoegen +selectServer.defaultName=Minecraft-server +selectServer.deleteQuestion=Weet je zeker dat je deze server wilt verwijderen? +selectServer.deleteWarning=zal voor eeuwig verloren zijn! (En dat is lang!) +selectServer.deleteButton=Verwijderen +selectServer.refresh=Vernieuwen +selectServer.hiddenAddress=(Verborgen) +addServer.title=Serverinformatie bewerken +addServer.enterName=Servernaam +addServer.enterIp=Serveradres +addServer.add=Gereed +addServer.hideAddress=Adres verbergen +lanServer.title=LAN-wereld +lanServer.scanning=Scanning for games on your local network +lanServer.start=LAN-wereld starten +lanServer.otherPlayers=Instellingen voor andere spelers +mcoServer.title=Minecraft Online-wereld + +multiplayer.title=Multiplayer +multiplayer.connect=Verbinden +multiplayer.info1=Minecraft Multiplayer is momenteel niet af, maar er +multiplayer.info2=zijn wat vroege tests gaande. +multiplayer.ipinfo=Voer het adres van een server in om te verbinden: + +multiplayer.texturePrompt.line1=Deze server raadt je aan een aangepast thema te gebruiken. +multiplayer.texturePrompt.line2=Wil je het automatisch downloaden en installeren? + +multiplayer.downloadingTerrain=Terrein downloaden + +multiplayer.stopSleeping=Opstaan + +chat.link.confirm=Weet je zeker dat je de volgende website wilt openen? +chat.link.warning=Open nooit koppelingen van mensen die je niet vertrouwt! +chat.copy=Kopiëren + +menu.playdemo=Demowereld spelen +menu.resetdemo=Demowereld resetten +demo.day.1=Deze demo duurt vijf speldagen, doe je best! +demo.day.2=Dag twee +demo.day.3=Dag drie +demo.day.4=Dag vier +demo.day.5=Dit is je laatste dag! +demo.day.warning=Je tijd is bijna om! +demo.day.6=Je vijfde dag is voorbij. Gebruik F2 om een screenshot van je creatie te maken +demo.reminder=De demoperiode is verlopen. Koop het spel om verder te gaan of begin een nieuwe wereld! +demo.remainingTime=Resterende tijd: %s +demo.demoExpired=De demotijd zit erop! +demo.help.movement=Gebruik %1$s, %2$s, %3$s, %4$s en de muis om rond te lopen +demo.help.movementShort=Beweeg door op %1$s, %2$s, %3$s of %4$s te drukken. +demo.help.movementMouse=Kijk rond met de muis +demo.help.jump=Spring door op %1$s te drukken +demo.help.inventory=Gebruik %1$s om je inventaris te openen +demo.help.title=Minecraft Demomodus +demo.help.fullWrapped=Deze demo duurt 5 speldagen (ongeveer 1 uur en 40 minuten in het echt). In de prestaties staan hints! Veel plezier! +demo.help.buy=Nu kopen! +demo.help.later=Verder spelen! + +connect.connecting=Verbinden met de server... +connect.authorizing=Aanmelden... +connect.failed=Verbinden met server mislukt + +disconnect.genericReason=%s +disconnect.disconnected=Verbinding verbroken door server +disconnect.lost=Verbinding verloren +disconnect.kicked=is uit het spel gezet +disconnect.timeout=Geen respons +disconnect.closed=Verbinding verbroken +disconnect.loginFailed=Aanmelden mislukt +disconnect.loginFailedInfo=Aanmelden mislukt: %s +disconnect.quitting=Afmelden +disconnect.endOfStream=Einde gegevensoverdracht +disconnect.overflow=Bufferoverloop +disconnect.spam=Eruit gezet voor spammen + +options.off=UIT +options.on=AAN +options.visible=Zichtbaar +options.hidden=Verborgen +options.title=Instellingen +options.controls=Besturing... +options.video=Grafische instellingen... +options.language=Taal... +options.languageWarning=Vertalingen zijn mogelijk niet 100% nauwkeurig +options.videoTitle=Grafische instellingen +options.music=Muziek +options.sound=Geluid +options.invertMouse=Muis spiegelen +options.fov=Gezichtsveld +options.fov.min=Normaal +options.fov.max=Quake Pro +options.gamma=Helderheid +options.gamma.min=Donker +options.gamma.max=Helder +options.sensitivity=Gevoeligheid +options.sensitivity.min=*gaap* +options.sensitivity.max=SUPERSNEL!!! +options.renderDistance=Weergavebereik +options.renderDistance.tiny=Minimaal +options.renderDistance.short=Kort +options.renderDistance.normal=Normaal +options.renderDistance.far=Ver +options.viewBobbing=Loopbeweging +options.ao=Zachte belichting +options.ao.off=Off +options.ao.min=Minimum +options.ao.max=Maximum +options.anaglyph=3D-anaglyph +options.framerateLimit=Prestaties +options.difficulty=Niveau +options.difficulty.peaceful=Vreedzaam +options.difficulty.easy=Makkelijk +options.difficulty.normal=Normaal +options.difficulty.hard=Moeilijk +options.difficulty.hardcore=Hardcore +options.graphics=Graphics +options.graphics.fancy=Fraai +options.graphics.fast=Snel +options.guiScale=GUI-schaal +options.guiScale.auto=Automatisch +options.guiScale.small=Klein +options.guiScale.normal=Normaal +options.guiScale.large=Groot +options.advancedOpengl=Geavanceerde OpenGL +options.renderClouds=Wolken +options.farWarning1=Een 64-bit Java-installatie wordt aanbevolen +options.farWarning2=voor weergavebereik 'Ver' (je hebt 32-bit) +options.particles=Deeltjes +options.particles.all=Alle +options.particles.decreased=Verminderd +options.particles.minimal=Minimaal +options.multiplayer.title=Multiplayer-instellingen... +options.chat.title=Chatinstellingen... +options.chat.visibility=Chat +options.chat.visibility.full=Zichtbaar +options.chat.visibility.system=Alleen opdrachten +options.chat.visibility.hidden=Verborgen +options.chat.color=Kleuren +options.chat.opacity=Ondoorzichtigheid +options.chat.links=Webkoppelingen +options.chat.links.prompt=Vragen bij koppelingen +options.chat.scale=Schaal +options.chat.width=Breedte +options.chat.height.focused=Hoogte actief +options.chat.height.unfocused=Hoogte inactief +options.showCape=Mantel tonen +options.serverTextures=Serverthema's +options.snooper=Dataverzameling +options.snooper.view=Dataverzameling... +options.snooper.title=Verzameling van systeemgegevens +options.snooper.desc=We zouden graag informatie verzamelen over je computer om ons te helpen bij het verbeteren van Minecraft. Op die manier kunnen wij zien wat we kunnen ondersteunen en waar de grootste problemen zich voordoen. Al deze informatie is volledig anoniem en kun je hieronder bekijken. We beloven je dat we niets slechts met deze gegevens gaan doen, maar als je je wilt afmelden dan kun je het gerust uitschakelen! +options.texture.pack=Thema's +options.fullscreen=Volledig scherm +options.vsync=VSync gebruiken +options.touchscreen=Touchscreenmodus + +performance.max=Maximale FPS +performance.balanced=Gebalanceerd +performance.powersaver=Energiebesparend + +controls.title=Besturing + +key.forward=Vooruit +key.left=Links +key.back=Achteruit +key.right=Rechts +key.jump=Springen +key.inventory=Inventaris +key.drop=Weggooien +key.chat=Chat +key.fog=Mistafstand wisselen +key.sneak=Sluipen +key.playerlist=Spelerslijst +key.attack=Aanvallen +key.use=Voorwerp gebruiken +key.pickItem=Blok kiezen +key.mouseButton=Knop %1$s +key.command=Opdracht + +texturePack.openFolder=Themamap openen +texturePack.title=Thema selecteren +texturePack.folderInfo=(Plaats hier je themabestanden) +texturePack.incompatible=Incompatibel + +book.pageIndicator=Pagina %1$s van %2$s +book.byAuthor=door %1$s +book.signButton=Signeren +book.editTitle=Titel invoeren: +book.finalizeButton=Signeren en sluiten +book.finalizeWarning=Let op! Als een boek eenmaal is gesigneerd, is het niet meer te bewerken! + +tile.stone.name=Steen + +tile.grass.name=Grasblok +tile.dirt.name=Aarde +tile.stonebrick.name=Keisteen +tile.wood.name=Houten planken +tile.wood.oak.name=Eikenhouten planken +tile.wood.spruce.name=Sparrenhouten planken +tile.wood.birch.name=Berkenhouten planken +tile.wood.jungle.name=Oerwoudhouten planken +tile.sapling.oak.name=Eikenkiemplant +tile.sapling.spruce.name=Sparrenkiemplant +tile.sapling.birch.name=Berkenkiemplant +tile.sapling.jungle.name=Oerwoudkiemplant +tile.deadbush.name=Dode struik +tile.bedrock.name=Bodemsteen +tile.water.name=Water +tile.lava.name=Lava +tile.sand.name=Zand +tile.sandStone.name=Zandsteen +tile.sandStone.default.name=Zandsteen +tile.sandStone.chiseled.name=Versierde zandsteen +tile.sandStone.smooth.name=Glad zandsteen +tile.gravel.name=Grind +tile.oreGold.name=Gouderts +tile.oreIron.name=IJzererts +tile.oreCoal.name=Steenkoolerts +tile.log.name=Hout +tile.log.oak.name=Eikenhout +tile.log.spruce.name=Sparrenhout +tile.log.birch.name=Berkenhout +tile.log.jungle.name=Tropisch hout +tile.leaves.name=Bladeren +tile.leaves.oak.name=Eikenbladeren +tile.leaves.spruce.name=Sparrennaalden +tile.leaves.birch.name=Berkenbladeren +tile.leaves.jungle.name=Oerwoudbladeren +tile.tallgrass.name=Hoog gras +tile.tallgrass.shrub.name=Struik +tile.tallgrass.grass.name=Hoog gras +tile.tallgrass.fern.name=Varen +tile.sponge.name=Spons +tile.glass.name=Glas +tile.thinGlass.name=Glazen ruit +tile.cloth.name=Wol +tile.flower.name=Bloem +tile.rose.name=Roos +tile.mushroom.name=Paddenstoel +tile.blockGold.name=Goudblok +tile.blockIron.name=IJzerblok +tile.stoneSlab.stone.name=Stenen plaat +tile.stoneSlab.sand.name=Zandstenen plaat +tile.stoneSlab.wood.name=Houten plaat +tile.stoneSlab.cobble.name=Keistenen plaat +tile.stoneSlab.brick.name=Bakstenen plaat +tile.stoneSlab.smoothStoneBrick.name=Blokstenen Plaat +tile.stoneSlab.netherBrick.name=Netherbakstenen plaat +tile.stoneSlab.quartz.name=Kwartsplaat +tile.woodSlab.oak.name=Eikenhouten plaat +tile.woodSlab.spruce.name=Sparrenhouten plaat +tile.woodSlab.birch.name=Berkenhouten plaat +tile.woodSlab.jungle.name=Oerwoudhouten plaat +tile.brick.name=Bakstenen +tile.tnt.name=TNT +tile.bookshelf.name=Boekenkast +tile.stoneMoss.name=Mossig steen +tile.obsidian.name=Obsidiaan +tile.torch.name=Fakkel +tile.fire.name=Vuur +tile.mobSpawner.name=Monsterspawner +tile.stairsWood.name=Eikenhouten treden +tile.stairsWoodSpruce.name=Sparrenhouten treden +tile.stairsWoodBirch.name=Berkenhouten treden +tile.stairsWoodJungle.name=Oerwoudhouten treden +tile.chest.name=Kist +tile.chestTrap.name=Valkist +tile.redstoneDust.name=Redstone-stof +tile.oreDiamond.name=Diamanterts +tile.blockDiamond.name=Diamantblok +tile.workbench.name=Werkbank +tile.crops.name=Gewassen +tile.farmland.name=Akkerland +tile.furnace.name=Oven +tile.sign.name=Bord +tile.doorWood.name=Houten deur +tile.ladder.name=Ladder +tile.rail.name=Spoor +tile.goldenRail.name=Aandrijfspoor +tile.activatorRail.name=Activatiespoor +tile.detectorRail.name=Detectiespoor +tile.stairsStone.name=Stenen treden +tile.stairsSandStone.name=Zandstenen trap +tile.lever.name=Hendel +tile.pressurePlate.name=Drukplaat +tile.weightedPlate_light.name=Drukgevoelige drukplaat (licht) +tile.weightedPlate_heavy.name=Drukgevoelige drukplaat (zwaar) +tile.doorIron.name=IJzeren deur +tile.oreRedstone.name=Redstone-erts +tile.notGate.name=Redstone-fakkel +tile.button.name=Knop +tile.snow.name=Sneeuw +tile.ice.name=IJs +tile.cactus.name=Cactus +tile.clay.name=Klei +tile.reeds.name=Suikerriet +tile.jukebox.name=Jukebox +tile.fence.name=Hek +tile.fenceGate.name=Poortje +tile.pumpkin.name=Pompoen +tile.litpumpkin.name=Pompoenlantaarn +tile.hellrock.name=Netherrack +tile.hellsand.name=Zielenzand +tile.lightgem.name=Gloeisteen +tile.portal.name=Portaal +tile.cloth.black.name=Zwarte wol +tile.cloth.red.name=Rode wol +tile.cloth.green.name=Groene wol +tile.cloth.brown.name=Bruine wol +tile.cloth.blue.name=Blauwe wol +tile.cloth.purple.name=Paarse wol +tile.cloth.cyan.name=Turquoise wol +tile.cloth.silver.name=Lichtgrijze wol +tile.cloth.gray.name=Grijze wol +tile.cloth.pink.name=Roze wol +tile.cloth.lime.name=Lichtgroene wol +tile.cloth.yellow.name=Gele wol +tile.cloth.lightBlue.name=Lichtblauwe wol +tile.cloth.magenta.name=Magenta wol +tile.cloth.orange.name=Oranje wol +tile.cloth.white.name=Wol +tile.oreLapis.name=Lapis Lazuli-erts +tile.blockLapis.name=Lapis Lazuliblok +tile.dispenser.name=Dispenser +tile.dropper.name=Dropper +tile.musicBlock.name=Nootblok +tile.cake.name=Taart +tile.bed.name=Bed +tile.bed.occupied=Dit bed is bezet +tile.bed.noSleep=Je kunt alleen 's nachts slapen +tile.bed.notSafe=Je kunt nu niet rusten, er zijn monsters in de buurt +tile.bed.notValid=Je bed is geblokkeerd of verdwenen +tile.lockedchest.name=Vergrendelde kist +tile.trapdoor.name=Valluik +tile.web.name=Spinnenweb +tile.stonebricksmooth.name=Blokstenen +tile.stonebricksmooth.default.name=Blokstenen +tile.stonebricksmooth.mossy.name=Mossige blokstenen +tile.stonebricksmooth.cracked.name=Gebarsten blokstenen +tile.stonebricksmooth.chiseled.name=Gehouwen blokstenen +tile.monsterStoneEgg.stone.name=Stenen monsternest +tile.monsterStoneEgg.cobble.name=Keistenen monsternest +tile.monsterStoneEgg.brick.name=Blokstenen monsternest +tile.pistonBase.name=Zuiger +tile.pistonStickyBase.name=Kleefzuiger +tile.fenceIron.name=Tralies +tile.melon.name=Meloen +tile.stairsBrick.name=Bakstenen treden +tile.stairsStoneBrickSmooth.name=Blokstenen treden +tile.vine.name=Lianen +tile.netherBrick.name=Netherbaksteen +tile.netherFence.name=Netherbakstenen hek +tile.stairsNetherBrick.name=Netherbakstenen treden +tile.netherStalk.name=Netherkruid +tile.cauldron.name=Ketel +tile.enchantmentTable.name=Magische tafel +tile.anvil.name=Aambeeld +tile.anvil.intact.name=Aambeeld +tile.anvil.slightlyDamaged.name=Licht beschadigd aambeeld +tile.anvil.veryDamaged.name=Zwaar beschadigd aambeeld +tile.whiteStone.name=Endsteen +tile.endPortalFrame.name=End-portaal +tile.mycel.name=Mycelium +tile.waterlily.name=Waterlelie +tile.dragonEgg.name=Drakenei +tile.redstoneLight.name=Redstone-lamp +tile.cocoa.name=Cacao +tile.enderChest.name=Enderkist +tile.oreRuby.name=Robijnerts +tile.oreEmerald.name=Smaragderts +tile.blockEmerald.name=Smaragdblok +tile.blockRedstone.name=Redstone-blok +tile.tripWire.name=Struikeldraad +tile.tripWireSource.name=Struikeldraadhaak +tile.commandBlock.name=Commando blok +tile.beacon.name=Baken +tile.beacon.primary=Primaire kracht +tile.beacon.secondary=Secundaire kracht +tile.cobbleWall.normal.name=Keistenen muur +tile.cobbleWall.mossy.name=Mossige keistenen muur +tile.carrots.name=Wortels +tile.potatoes.name=Aardappelen +tile.daylightDetector.name=Daglichtsensor +tile.netherquartz.name=Netherkwartserts +tile.hopper.name=Trechter +tile.quartzBlock.default.name=Kwartsblok +tile.quartzBlock.chiseled.name=Gebeiteld kwartsblok +tile.quartzBlock.lines.name=Kwartspilaar +tile.stairsQuartz.name=Kwartstreden + +item.shovelIron.name=IJzeren schep +item.pickaxeIron.name=IJzeren houweel +item.hatchetIron.name=IJzeren bijl +item.flintAndSteel.name=Aansteker +item.apple.name=Appel +item.cookie.name=Koekje +item.bow.name=Boog +item.arrow.name=Pijl +item.coal.name=Steenkool +item.charcoal.name=Houtskool +item.diamond.name=Diamant +item.emerald.name=Smaragd +item.ingotIron.name=IJzerstaaf +item.ingotGold.name=Goudstaaf +item.swordIron.name=IJzeren zwaard +item.swordWood.name=Houten zwaard +item.shovelWood.name=Houten schep +item.pickaxeWood.name=Houten houweel +item.hatchetWood.name=Houten bijl +item.swordStone.name=Stenen zwaard +item.shovelStone.name=Stenen schep +item.pickaxeStone.name=Stenen houweel +item.hatchetStone.name=Stenen bijl +item.swordDiamond.name=Diamanten zwaard +item.shovelDiamond.name=Diamanten schep +item.pickaxeDiamond.name=Diamanten houweel +item.hatchetDiamond.name=Diamanten bijl +item.stick.name=Stok +item.bowl.name=Kom +item.mushroomStew.name=Paddenstoelenstoofpot +item.swordGold.name=Gouden zwaard +item.shovelGold.name=Gouden schep +item.pickaxeGold.name=Gouden houweel +item.hatchetGold.name=Gouden bijl +item.string.name=Draad +item.feather.name=Veer +item.sulphur.name=Buskruit +item.hoeWood.name=Houten schoffel +item.hoeStone.name=Stenen schoffel +item.hoeIron.name=IJzeren schoffel +item.hoeDiamond.name=Diamanten schoffel +item.hoeGold.name=Gouden schoffel +item.seeds.name=Zaden +item.seeds_pumpkin.name=Pompoenpitten +item.seeds_melon.name=Meloenzaden +item.melon.name=Meloen +item.wheat.name=Tarwe +item.bread.name=Brood +item.helmetCloth.name=Leren kap +item.chestplateCloth.name=Leren borstplaat +item.leggingsCloth.name=Leren broek +item.bootsCloth.name=Leren laarzen +item.helmetChain.name=Maliënkap +item.chestplateChain.name=Maliënkolder +item.leggingsChain.name=Maliënbroek +item.bootsChain.name=Maliënlaarzen +item.helmetIron.name=IJzeren helm +item.chestplateIron.name=IJzeren kuras +item.leggingsIron.name=IJzeren beenstukken +item.bootsIron.name=IJzeren laarzen +item.helmetDiamond.name=Diamanten helm +item.chestplateDiamond.name=Diamanten kuras +item.leggingsDiamond.name=Diamanten beenstukken +item.bootsDiamond.name=Diamanten laarzen +item.helmetGold.name=Gouden helm +item.chestplateGold.name=Gouden borstplaat +item.leggingsGold.name=Gouden beenstukken +item.bootsGold.name=Gouden laarzen +item.flint.name=Vuursteen +item.porkchopRaw.name=Rauw varkensvlees +item.porkchopCooked.name=Gebraden varkensvlees +item.chickenRaw.name=Rauwe kip +item.chickenCooked.name=Gebraden kip +item.beefRaw.name=Rauw rundvlees +item.beefCooked.name=Biefstuk +item.painting.name=Schilderij +item.frame.name=Voorwerplijst +item.appleGold.name=Gouden appel +item.sign.name=Bord +item.doorWood.name=Houten deur +item.bucket.name=Emmer +item.bucketWater.name=Emmer water +item.bucketLava.name=Emmer lava +item.minecart.name=Mijnkar +item.saddle.name=Zadel +item.doorIron.name=IJzeren deur +item.redstone.name=Redstone +item.snowball.name=Sneeuwbal +item.boat.name=Boot +item.leather.name=Leer +item.milk.name=Melk +item.brick.name=Baksteen +item.clay.name=Klei +item.reeds.name=Suikerriet +item.paper.name=Papier +item.book.name=Boek +item.slimeball.name=Slijmbal +item.minecartChest.name=Mijnkar met kist +item.minecartFurnace.name=Mijnkar met oven +item.minecartTnt.name=Mijnkar met TNT +item.minecartHopper.name=Mijnkar met trechter +item.egg.name=Ei +item.compass.name=Kompas +item.fishingRod.name=Vishengel +item.clock.name=Klok +item.yellowDust.name=Gloeisteenstof +item.fishRaw.name=Rauwe vis +item.fishCooked.name=Gebakken vis +item.record.name=Muziekplaat +item.bone.name=Bot +item.dyePowder.black.name=Inktzak +item.dyePowder.red.name=Rozenrood +item.dyePowder.green.name=Cactusgroen +item.dyePowder.brown.name=Cacaobonen +item.dyePowder.blue.name=Lapis Lazuli +item.dyePowder.purple.name=Paarse kleurstof +item.dyePowder.cyan.name=Turquoise kleurstof +item.dyePowder.silver.name=Lichtgrijze kleurstof +item.dyePowder.gray.name=Grijze kleurstof +item.dyePowder.pink.name=Roze kleurstof +item.dyePowder.lime.name=Lichtgroene kleurstof +item.dyePowder.yellow.name=Paardenbloemgeel +item.dyePowder.lightBlue.name=Lichtblauwe kleurstof +item.dyePowder.magenta.name=Magenta kleurstof +item.dyePowder.orange.name=Oranje kleurstof +item.dyePowder.white.name=Beendermeel +item.sugar.name=Suiker +item.cake.name=Taart +item.bed.name=Bed +item.diode.name=Redstone-repeater +item.comparator.name=Redstone-comparator +item.map.name=Kaart +item.leaves.name=Bladeren +item.shears.name=Schaar +item.rottenFlesh.name=Bedorven vlees +item.enderPearl.name=Enderparel +item.blazeRod.name=Blazestaf +item.ghastTear.name=Ghasttraan +item.netherStalkSeeds.name=Netherkruid +item.potion.name=Drank +item.emptyPotion.name=Flesje water +item.goldNugget.name=Goudklompje +item.glassBottle.name=Glazen fles +item.spiderEye.name=Spinnenoog +item.fermentedSpiderEye.name=Gefermenteerd spinnenoog +item.blazePowder.name=Blazepoeder +item.magmaCream.name=Magmacrème +item.cauldron.name=Ketel +item.brewingStand.name=Brouwstandaard +item.eyeOfEnder.name=Enderoog +item.speckledMelon.name=Glinsterende meloen +item.monsterPlacer.name=Spawn +item.expBottle.name=Fles der Magiërs +item.fireball.name=Vuurbal +item.writingBook.name=Boek en veer +item.writtenBook.name=Geschreven boek +item.ruby.name=Robijn +item.flowerPot.name=Bloempot +item.emptyMap.name=Lege kaart +item.carrots.name=Wortel +item.carrotGolden.name=Gouden wortel +item.potato.name=Aardappel +item.potatoBaked.name=Gebakken aardappel +item.potatoPoisonous.name=Giftige aardappel +item.skull.skeleton.name=Skelettenschedel +item.skull.wither.name=Witherskelettenschedel +item.skull.zombie.name=Zombiehoofd +item.skull.char.name=Hoofd +item.skull.player.name=Hoofd van %s +item.skull.creeper.name=Creeperhoofd +item.carrotOnAStick.name=Wortel aan een stok +item.netherStar.name=Netherster +item.pumpkinPie.name=Pompoentaart +item.enchantedBook.name=Magisch Boek +item.fireworks.name=Vuurpijl +item.fireworks.flight=Vluchtduur: +item.fireworksCharge.name=Vuurwerkster +item.fireworksCharge.black=Zwart +item.fireworksCharge.red=Rood +item.fireworksCharge.green=Groen +item.fireworksCharge.brown=Bruin +item.fireworksCharge.blue=Blauw +item.fireworksCharge.purple=Paars +item.fireworksCharge.cyan=Turquoise +item.fireworksCharge.silver=Lichtgrijs +item.fireworksCharge.gray=Grijs +item.fireworksCharge.pink=Roze +item.fireworksCharge.lime=Lichtgroen +item.fireworksCharge.yellow=Geel +item.fireworksCharge.lightBlue=Lichtblauw +item.fireworksCharge.magenta=Magenta +item.fireworksCharge.orange=Oranje +item.fireworksCharge.white=Wit +item.fireworksCharge.customColor=Aangepast +item.fireworksCharge.fadeTo=Overgang naar +item.fireworksCharge.flicker=Twinkel +item.fireworksCharge.trail=Spoor +item.fireworksCharge.type.0=Kleine bal +item.fireworksCharge.type.1=Grote bal +item.fireworksCharge.type.2=Stervormig +item.fireworksCharge.type.3=Creepervormig +item.fireworksCharge.type.4=Explosie +item.fireworksCharge.type=Onbekende vorm +item.netherbrick.name=Netherbaksteen +item.netherquartz.name=Netherkwarts + +container.inventory=Inventaris +container.hopper=Voorwerptrechter +container.crafting=Vervaardiging +container.dispenser=Dispenser +container.dropper=Dropper +container.furnace=Oven +container.enchant=Betovering +container.repair=Aambeeld +container.repair.cost=Betoveringskosten: %1$d +container.repair.expensive=Te duur! +container.creative=Voorwerpselectie +container.brewing=Brouwstandaard +container.chest=Kist +container.chestDouble=Grote kist +container.minecart=Mijnkar +container.enderchest=Enderkist + +item.dyed=Geverfd + +entity.Item.name=Voorwerp +entity.XPOrb.name=Ervaringsbol +entity.SmallFireball.name=Kleine vuurbal +entity.Fireball.name=Vuurbal + +entity.Arrow.name=pijl +entity.Snowball.name=Sneeuwbal +entity.Painting.name=Schilderij + +entity.Mob.name=Mob +entity.Monster.name=Monster + +entity.Creeper.name=Creeper +entity.Skeleton.name=Skelet +entity.Spider.name=Spin +entity.Giant.name=Reus +entity.Zombie.name=Zombie +entity.Slime.name=Slijmkubus +entity.Ghast.name=Ghast +entity.PigZombie.name=Zombievarken +entity.Enderman.name=Enderman +entity.Silverfish.name=Zilvervis +entity.CaveSpider.name=Grottenspin +entity.Blaze.name=Blaze +entity.LavaSlime.name=Magmakubus +entity.MushroomCow.name=Loeizwam +entity.Villager.name=Dorpeling +entity.VillagerGolem.name=IJzergolem +entity.SnowMan.name=Sneeuwgolem +entity.EnderDragon.name=Enderdraak +entity.WitherBoss.name=Wither +entity.Witch.name=Heks + +entity.Pig.name=Varken +entity.Sheep.name=Schaap +entity.Cow.name=Koe +entity.Chicken.name=Kip +entity.Squid.name=Inktvis +entity.Wolf.name=Wolf +entity.Ozelot.name=Ocelot +entity.Cat.name=Kat +entity.Bat.name=Vleermuis + +entity.PrimedTnt.name=Dynamiet +entity.FallingSand.name=Vallend blok + +entity.Minecart.name=Mijnkar +entity.Boat.name=Boot + +entity.generic.name=onbekend + +death.fell.accident.ladder=%1$s is van een ladder gevallen +death.fell.accident.vines=%1$s is van een klimplant gevallen +death.fell.accident.water=%1$s is uit het water gevallen +death.fell.accident.generic=%1$s is van grote hoogte gevallen +death.fell.killer=%1$s was gedoemd te vallen +death.fell.assist=%1$s was gedoemd te vallen door %2$s +death.fell.assist.item=%1$s was gedoemd te vallen door %2$s met een %3$s +death.fell.finish=%1$s is te diep gevallen en afgemaakt door %2$s +death.fell.finish.item=%1$s is te diep gevallen en met een %3$s afgemaakt door %2$s + +death.attack.inFire=%1$s is in vlammen opgegaan +death.attack.inFire.player=%1$s is een vuurtje ingelopen tijdens een gevecht met %2$s +death.attack.onFire=%1$s is levend verbrand +death.attack.onFire.player=%1$s is levend verbrand tijdens een gevecht met %2$s +death.attack.lava=%1$s probeerde in lava te zwemmen +death.attack.lava.player=%1$s probeerde in lava te zwemmen om %2$s te ontlopen +death.attack.inWall=%1$s is gestikt in een muur +death.attack.drown=%1$s is verdronken +death.attack.drown.player=%1$s is verdronken tijdens het vluchten voor %2$s +death.attack.starve=%1$s is verhongerd +death.attack.cactus=%1$s is doodgeprikt +death.attack.cactus.player=%1$s is tegen een cactus aangelopen tijdens het vluchten voor %2$s +death.attack.generic=%1$s is gestorven +death.attack.explosion=%1$s is opgeblazen +death.attack.explosion.player=%1$s is opgeblazen door %2$s +death.attack.magic=%1$s is gedood door magie +death.attack.wither=%1$s is verschrompeld +death.attack.anvil=%1$s is verpletterd door een vallend aambeeld +death.attack.fallingBlock=%1$s is verpletterd door een vallend blok +death.attack.mob=%1$s is vermoord door %2$s +death.attack.player=%1$s is vermoord door %2$s +death.attack.player.item=%1$s is met een %3$s vermoord door %2$s +death.attack.arrow=%1$s is doodgeschoten door %2$s +death.attack.arrow.item=%1$s is met een %3$s doodgeschoten door %2$s +death.attack.fireball=%1$s is met een vuurbal gedood door %2$s +death.attack.fireball.item=%1$s is met een vuurbal gedood door %2$s met een %3$s +death.attack.thrown=%1$s is toegetakeld door %2$s +death.attack.thrown.item=%1$s is met een %3$s toegetakeld door %2$s +death.attack.indirectMagic=%1$s is met magie gedood door %2$s +death.attack.indirectMagic.item=%1$s is met een %3$s gedood door %2$s +death.attack.thorns=%1$s is gedood tijdens het aanvallen van %2$s +death.attack.fall=%1$s is te pletter gevallen +death.attack.outOfWorld=%1$s is van de wereld gevallen + +deathScreen.respawn=Respawnen +deathScreen.deleteWorld=Wereld verwijderen +deathScreen.titleScreen=Hoofdmenu +deathScreen.score=Score +deathScreen.title.hardcore=Game over! +deathScreen.hardcoreInfo=Je kunt niet respawnen in hardcore-modus! +deathScreen.title=Je bent doodgegaan! +deathScreen.leaveServer=Verlaat server + +potion.empty=Geen effecten +potion.moveSpeed=Snelheid +potion.moveSlowdown=Traagheid +potion.digSpeed=Haast +potion.digSlowDown=Mijnmoeheid +potion.damageBoost=Kracht +potion.weakness=Zwakheid +potion.heal=Onmiddellijke genezing +potion.harm=Onmiddellijke schade +potion.jump=Sprongversterker +potion.confusion=Misselijkheid +potion.regeneration=Regeneratie +potion.resistance=Weerstand +potion.fireResistance=Vuurweerstand +potion.waterBreathing=Ademen onder water +potion.invisibility=Onzichtbaarheid +potion.blindness=Blindheid +potion.nightVision=Nachtzicht +potion.hunger=Honger +potion.poison=Vergif +potion.wither=Wither + +potion.moveSpeed.postfix=Drank der Vlotheid +potion.moveSlowdown.postfix=Drank der Traagheid +potion.digSpeed.postfix=Drank des Haasts +potion.digSlowDown.postfix=Drank der Spierzwakheid +potion.damageBoost.postfix=Drank der Kracht +potion.weakness.postfix=Drank der Zwakheid +potion.heal.postfix=Drank der Genezing +potion.harm.postfix=Drank der Verwonding +potion.jump.postfix=Drank der Sprongen +potion.confusion.postfix=Drank der Misselijkheid +potion.regeneration.postfix=Drank der Regeneratie +potion.resistance.postfix=Drank der Weerstand +potion.fireResistance.postfix=Drank der Vuurbestendigheid +potion.waterBreathing.postfix=Drank der Amfibieën +potion.invisibility.postfix=Drank der Onzichtbaarheid +potion.blindness.postfix=Drank der Blindheid +potion.nightVision.postfix=Drank der Nachtzien +potion.hunger.postfix=Drank der Honger +potion.poison.postfix=Drank des Gifs +potion.wither.postfix=Drank der verschrompeling + +potion.potency.0= +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV + +potion.prefix.grenade=Spattende +potion.prefix.mundane=Triviale +potion.prefix.uninteresting=Oninteressante +potion.prefix.bland=Milde +potion.prefix.clear=Heldere +potion.prefix.milky=Melkachtige +potion.prefix.diffuse=Diffuse +potion.prefix.artless=Ongeïnspireerde +potion.prefix.thin=Dunne +potion.prefix.awkward=Vreemde +potion.prefix.flat=Flauwe +potion.prefix.bulky=Lijvige +potion.prefix.bungling=Verprutste +potion.prefix.buttered=Vettige +potion.prefix.smooth=Gladde +potion.prefix.suave=Zachte +potion.prefix.debonair=Vrolijke +potion.prefix.thick=Stroperige +potion.prefix.elegant=Elegante +potion.prefix.fancy=Fraaie +potion.prefix.charming=Charmante +potion.prefix.dashing=Onstuimige +potion.prefix.refined=Verfijnde +potion.prefix.cordial=Opwekkende +potion.prefix.sparkling=Sprankelende +potion.prefix.potent=Krachtige +potion.prefix.foul=Vuile +potion.prefix.odorless=Geurloze +potion.prefix.rank=Verdorven +potion.prefix.harsh=Brute +potion.prefix.acrid=Bittere +potion.prefix.gross=Smerige +potion.prefix.stinky=Stinkende + +enchantment.damage.all=Scherpte +enchantment.damage.undead=Kastijding +enchantment.damage.arthropods=Verderf der geleedpotigen +enchantment.knockback=Terugslag +enchantment.fire=Vuuraspect +enchantment.protect.all=Bescherming +enchantment.protect.fire=Vuurbescherming +enchantment.protect.fall=Vederzacht vallen +enchantment.protect.explosion=Explosiebescherming +enchantment.protect.projectile=Projectielbescherming +enchantment.oxygen=Ademhaling +enchantment.waterWorker=Hydrofiel +enchantment.digging=Efficiëntie +enchantment.untouching=Zijden streling +enchantment.durability=Duurzaamheid +enchantment.lootBonus=Plundering +enchantment.lootBonusDigger=Geluk +enchantment.arrowDamage=Kracht +enchantment.arrowFire=Vlam +enchantment.arrowKnockback=Terugslag +enchantment.arrowInfinite=Oneindigheid +enchantment.thorns=Stekels + +enchantment.level.1=I +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.level.10=X + +gui.achievements=Prestaties +gui.stats=Statistieken + +stat.generalButton=Algemeen +stat.blocksButton=Blokken +stat.itemsButton=Voorwerpen + +stat.used=Keren gebruikt +stat.mined=Keren ontgonnen +stat.depleted=Keren uitgeput +stat.crafted=Keren vervaardigd + +stat.startGame=Keren gespeeld +stat.createWorld=Werelden gespeeld +stat.loadWorld=Werelden geladen +stat.joinMultiplayer=Multiplayer gespeeld +stat.leaveGame=Spellen afgesloten + +stat.playOneMinute=Minuten gespeeld + +stat.walkOneCm=Afstand gelopen +stat.fallOneCm=Afstand gevallen +stat.swimOneCm=Afstand gezwommen +stat.flyOneCm=Afstand gevlogen +stat.climbOneCm=Afstand geklommen +stat.diveOneCm=Afstand gedoken +stat.minecartOneCm=Afstand per mijnkar +stat.boatOneCm=Afstand per boot +stat.pigOneCm=Afstand per varken +stat.jump=Sprongen +stat.drop=Voorwerpen weggegooid + +stat.damageDealt=Schade toegebracht +stat.damageTaken=Schade opgelopen +stat.deaths=Aantal keren doodgegaan +stat.mobKills=Mobs gedood +stat.playerKills=Spelers gedood +stat.fishCaught=Vissen gevangen + +stat.mineBlock=%1$s ontgonnen +stat.craftItem=%1$s vervaardigd +stat.useItem=%1$s gebruikt +stat.breakItem=%1$s verbruikt + +achievement.get=Prestatie behaald! + +achievement.taken=Behaald! + +achievement.requires=Vereist '%1$s' +achievement.openInventory=Inventariseren +achievement.openInventory.desc=Druk op '%1$s' om je inventaris te openen. +achievement.mineWood=Hout verkrijgen +achievement.mineWood.desc=Val een boom aan totdat je een blok hout verkrijgt +achievement.buildWorkBench=Uit het juiste hout gesneden +achievement.buildWorkBench.desc=Maak een werkbank van vier houten planken +achievement.buildPickaxe=Beginnen met ontginnen! +achievement.buildPickaxe.desc=Maak een houweel van planken en stokken +achievement.buildFurnace=Hot Topic +achievement.buildFurnace.desc=Maak een oven van acht blokken steen +achievement.acquireIron=IJzerwaren verkrijgen +achievement.acquireIron.desc=Smeed een ijzerstaaf +achievement.buildHoe=Boerenbestaan +achievement.buildHoe.desc=Maak een schoffel van planken en stokken +achievement.makeBread=Bak brood +achievement.makeBread.desc=Maak brood van tarwe +achievement.bakeCake=De leugen +achievement.bakeCake.desc=Tarwe, suiker, melk en eieren! +achievement.buildBetterPickaxe=Upgraden +achievement.buildBetterPickaxe.desc=Maak een betere houweel +achievement.cookFish=Overheerlijke vis +achievement.cookFish.desc=Vang en bak een vis! +achievement.onARail=Op 't goede spoor +achievement.onARail.desc=Reis per mijnkar tenminste één kilometer vanaf je startpunt +achievement.buildSword=Ten aanval! +achievement.buildSword.desc=Maak een zwaard van planken en stokken +achievement.killEnemy=Monsterjager +achievement.killEnemy.desc=Val een monster aan en vernietig het +achievement.killCow=Koeiendoder +achievement.killCow.desc=Verkrijg leer +achievement.flyPig=Als varkens vliegen +achievement.flyPig.desc=Vlieg per varken een afgrond in +achievement.snipeSkeleton=Sluipschuttersduel +achievement.snipeSkeleton.desc=Dood een skelet op een afstand van meer dan 50 meter met een pijl +achievement.diamonds=DIAMANTEN! +achievement.diamonds.desc=Verkrijg diamanten met je ijzeren gereedschap +achievement.portal=We Moeten Dieper! +achievement.portal.desc=Bouw een portaal naar de Nether +achievement.ghast=Retour afzender +achievement.ghast.desc=Vernietig een Ghast met een vuurbal +achievement.blazeRod=Door het vuur +achievement.blazeRod.desc=Verlos een Blaze van z'n staf +achievement.potion=Plaatselijke brouwerij +achievement.potion.desc=Brouw een drankje +achievement.theEnd=The End? +achievement.theEnd.desc=Vind The End +achievement.theEnd2=The End. +achievement.theEnd2.desc=Versla de Enderdraak +achievement.enchantments=Magiër +achievement.enchantments.desc=Maak een tovertafel van obsidiaan, diamanten en een boek +achievement.overkill=Overkill +achievement.overkill.desc=Dien in één klap acht hartjes aan schade toe +achievement.bookcase=Bibliothecaris +achievement.bookcase.desc=Bouw wat boekenkasten om je magische tafel te verbeteren + +commands.generic.exception=Er is een onbekende fout opgetreden bij het uitvoeren van deze opdracht +commands.generic.syntax=Ongeldige opdrachtsyntax +commands.generic.player.notFound=Die speler kan niet worden gevonden +commands.generic.notFound=Onbekende opdracht. Typ /help voor een lijst met mogelijke opdrachten. +commands.generic.num.invalid='%s' is geen geldige waarde +commands.generic.num.tooSmall=Het getal dat je hebt ingevoerd (%d) is te klein, het moet ten minste %d zijn +commands.generic.num.tooBig=Het getal dat je hebt ingevoerd (%d) is te groot, het mag maximaal %d zijn +commands.generic.double.tooSmall=Het getal dat je hebt ingevoerd (%.2f) is te klein, het moet minstens %.2f zijn +commands.generic.double.tooBig=Het getal dat je hebt ingevoerd (%.2f) is te groot, het mag maximaal %.2f zijn +commands.generic.usage=Gebruik: %s + +commands.xp.failure.widthdrawXp=Kan speler geen negatieve ervaringspunten geven +commands.xp.success=%d ervaring aan %s gegeven +commands.xp.success.levels=%d niveaus gegeven aan %s +commands.xp.success.negative.levels=%d niveaus van %s afgenomen +commands.xp.usage=/xp [speler] OF /xp L [speler] +commands.give.usage=/give [aantal] [data] +commands.give.notFound=Er is geen voorwerp met ID %d +commands.give.success=%s (ID %d) * %d aan %s gegeven +commands.effect.usage=/effect [seconds] [amplifier] +commands.effect.notFound=There is no such mob effect with ID %d +commands.effect.success=Given %1$s (ID %2$d) * %3$d to %4$s for %5$d seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.enchant.usage=/enchant [niveau] +commands.enchant.notFound=Er is geen betovering met ID %d +commands.enchant.noItem=Het doel houdt geen voorwerp vast +commands.enchant.cantEnchant=De geselecteerde betovering kan niet aan het doelvoorwerp worden toegevoegd +commands.enchant.cantCombine=%1$s kan niet worden gecombineerd met %2$s +commands.enchant.success=Betovering uitgevoerd +commands.clear.usage=/clear [voorwerp] [gegevens] +commands.clear.success=Inventaris van %s gewist, %d voorwerpen verwijderd +commands.clear.failure=Could not clear the inventory of %s, no items to remove +commands.downfall.success=Neerslag omgeschakeld +commands.time.usage=/time +commands.time.added=%d aan de tijd toegevoegd +commands.time.set=Tijd verzet naar %d +commands.players.list=Er zijn %d/%d spelers online: +commands.banlist.ips=Er zijn in totaal %d verbannen IP-adressen: +commands.banlist.players=Er zijn in totaal %d verbannen spelers: +commands.banlist.usage=/banlist [ips|spelers] +commands.kick.success=%s is uit het spel gezet +commands.kick.success.reason=%s is uit het spel gezet: '%s' +commands.kick.usage=/kick [reden ...] +commands.op.success=%s is gepromoveerd +commands.op.usage=/op +commands.deop.success=%s is gedegradeerd +commands.deop.usage=/deop +commands.say.usage=/say +commands.ban.success=Speler %s is verbannen +commands.ban.usage=/ban [reden ...] +commands.unban.success=Speler %s is niet langer verbannen +commands.unban.usage=/pardon +commands.banip.invalid=Je hebt een ongeldig IP-adres of een speler die niet online is opgegeven +commands.banip.success=IP-adres %s is verbannen +commands.banip.success.players=Het IP-adres %s, behorende tot %s, is verbannen +commands.banip.usage=/ban-ip [reden ...] +commands.unbanip.invalid=Je hebt een ongeldig IP-adres opgegeven +commands.unbanip.success=IP-adres %s is niet langer verbannen +commands.unbanip.usage=/pardon-ip +commands.save.enabled=Automatisch opslaan van wereld ingeschakeld +commands.save.disabled=Automatisch opslaan van wereld uitgeschakeld +commands.save.start=Opslaan... +commands.save.success=Wereld opgeslagen +commands.save.failed=Opslaan mislukt: %s +commands.stop.start=Server stoppen... +commands.tp.success=%s is naar %s geteleporteerd +commands.tp.success.coordinates=%s is geteleporteerd naar %.2f,%.2f,%.2f +commands.tp.usage=/tp [speler] OF /tp [speler] +commands.tp.notSameDimension=Kan niet teleporteren omdat spelers zich niet in dezelfde dimensie bevinden +commands.whitelist.list=%d (van de %d tegengekomen) spelers staan op de witte lijst: +commands.whitelist.enabled=Witte lijst aangezet +commands.whitelist.disabled=Witte lijst uitgezet +commands.whitelist.reloaded=Whitelist herladen +commands.whitelist.add.success=%s is toegevoegd aan de whitelist +commands.whitelist.add.usage=/whitelist add +commands.whitelist.remove.success=%s is verwijderd van de witte lijst +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.scoreboard.usage=/scoreboard +commands.scoreboard.teamNotFound=Er is geen team gevonden met de naam '%s' +commands.scoreboard.objectiveNotFound=Er is geen doel gevonden met de naam '%s' +commands.scoreboard.objectiveReadOnly=Het doel '%s' is alleen-lezen en kan niet worden ingesteld +commands.scoreboard.objectives.usage=/scoreboard objectives +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [doel] +commands.scoreboard.objectives.setdisplay.invalidSlot=Er is geen weergaveslot '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Doelweergaveslot '%s' gewist +commands.scoreboard.objectives.setdisplay.successSet=Weergavedoel in slot '%s' verzet naar '%s' +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [weergavenaam ...] +commands.scoreboard.objectives.add.wrongType=Ongeldig doelcriteriatype. Geldige types zijn: %s +commands.scoreboard.objectives.add.alreadyExists=Een doel met de naam '%s' bestaat al +commands.scoreboard.objectives.add.tooLong=De naam van een doel kan maximaal %d tekens lang zijn; '%s' is te lang +commands.scoreboard.objectives.add.displayTooLong=De weergavenaam van een doel kan maximaal %d tekens lang zijn; '%s' is te lang +commands.scoreboard.objectives.add.success=Nieuw doel '%s' is succesvol toegevoegd +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.remove.success=Doel '%s' is succesvol verwijderd +commands.scoreboard.objectives.list.count=%d doelen getoond op scorebord +commands.scoreboard.objectives.list.entry=- %s: wordt weergegeven als '%s' en is type '%s' +commands.scoreboard.objectives.list.empty=Er zijn geen doelen op het scorebord +commands.scoreboard.players.usage=/scoreboard players +commands.scoreboard.players.set.success=Score %s voor speler %s is verzet naar %d +commands.scoreboard.players.set.usage=/scoreboard players set +commands.scoreboard.players.add.usage=/scoreboard players add +commands.scoreboard.players.remove.usage=/scoreboard players remove +commands.scoreboard.players.reset.usage=/scoreboard players reset +commands.scoreboard.players.reset.success=Alle scores van speler %s resetten +commands.scoreboard.players.list.count=%d gevolgde spelers getoond op het scorebord +commands.scoreboard.players.list.empty=Er zijn geen gevolgde spelers op het scorebord +commands.scoreboard.players.list.player.count=%d gevolgde doelen voor %s getoond +commands.scoreboard.players.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.players.list.player.empty=Speler %s heeft geen opgeslagen scores +commands.scoreboard.teams.usage=/scoreboard teams +commands.scoreboard.teams.add.usage=/scoreboard teams add [weergavenaam ...] +commands.scoreboard.teams.add.alreadyExists=Een team met de naam '%s' bestaat al +commands.scoreboard.teams.add.tooLong=De naam van een team kan maximaal %d tekens lang zijn; '%s' is te lang +commands.scoreboard.teams.add.displayTooLong=De weergavenaam van een team kan maximaal %d tekens lang zijn; '%s' is te lang +commands.scoreboard.teams.add.success=Nieuw team '%s' is succesvol toegevoegd +commands.scoreboard.teams.list.usage=/scoreboard teams list [naam] +commands.scoreboard.teams.list.count=%d teams getoond op het scorebord +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' heeft %3$d spelers +commands.scoreboard.teams.list.empty=Er zijn geen teams geregistreerd op het scorebord +commands.scoreboard.teams.list.player.count=%d spelers in team %s getoond +commands.scoreboard.teams.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.teams.list.player.empty=Team %s heeft geen spelers +commands.scoreboard.teams.empty.usage=/scoreboard teams clear +commands.scoreboard.teams.empty.alreadyEmpty=Team %s is al leeg; kan niet-bestaande spelers niet verwijderen +commands.scoreboard.teams.empty.success=Alle %d spelers zijn uit team %s verwijderd +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.remove.success=Team %s is verwijderd +commands.scoreboard.teams.join.usage=/scoreboard teams join [speler] +commands.scoreboard.teams.join.success=%d spelers zijn aan %s toegevoegd: %s +commands.scoreboard.teams.join.failure=Kan %d spelers niet aan team %s toevoegen: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [speler] +commands.scoreboard.teams.leave.success=%d spelers zijn uit hun teams verwijderd: %s +commands.scoreboard.teams.leave.failure=Kan %d spelers niet uit hun teams verwijderen: %s +commands.scoreboard.teams.leave.noTeam=Je bent geen lid van een team +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.option.noValue=Geldige waarden voor optie %s zijn: %s +commands.scoreboard.teams.option.success=Set option %s for team %s to %s +commands.gamemode.success.self=Eigen spelmodus is gewijzigd naar %s +commands.gamemode.success.other=Spelmodus van %s is gewijzigd naar %s +commands.gamemode.usage=/gamemode [speler] +commands.defaultgamemode.usage=/defaultgamemode +commands.defaultgamemode.success=De standaard spelmodus van deze wereld is nu %s +commands.me.usage=/me +commands.help.header=--- Helppagina %d van %d (/help ) --- +commands.help.footer=Tip: Gebruik tijdens het typen van een opdracht om de opdracht of de argumenten automatisch te voltooien +commands.help.usage=/help [pagina|opdrachtnaam] +commands.publish.started=Lokaal spel gehost op %s +commands.publish.failed=Kan lokaal spel niet hosten +commands.debug.start=Foutopsporingsprofilering gestart +commands.debug.stop=Foutopsporingsprofilering na %.2f seconden gestopt (%d ticks) +commands.debug.notStarted=We kunnen niet stoppen met profileren als we nog niet zijn begonnen! +commands.debug.usage=/debug +commands.message.usage=/tell +commands.message.sameTarget=Je kunt geen privébericht naar jezelf sturen! +commands.message.display.outgoing=Je fluistert naar %s: %s +commands.message.display.incoming=%s fluistert naar jou: %s +commands.difficulty.usage=/difficulty +commands.difficulty.success=Moeilijkheidsgraad ingesteld op %s +commands.spawnpoint.usage=/spawnpoint OF /spawnpoint OF /spawnpoint +commands.spawnpoint.success=Spawnpunt van %s ingesteld naar (%d,%d,%d) +commands.gamerule.usage=/gamerule OF /gamerule +commands.gamerule.success=Spelregel is bijgewerkt +commands.gamerule.norule=Er is geen spelregel genaamd '%s' beschikbaar +commands.weather.usage=/weather [duur in seconden] +commands.weather.clear=Weer veranderen in helder +commands.weather.rain=Weer veranderen in regenachtig +commands.weather.thunder=Weer veranderen in regen en onweer +commands.testfor.usage=/testfor +commands.testfor.failed=/testfor is alleen te gebruiken door opdrachtblokken met analoge uitvoer + +itemGroup.buildingBlocks=Bouwblokken +itemGroup.decorations=Decoratieve blokken +itemGroup.redstone=Redstone +itemGroup.transportation=Vervoer +itemGroup.misc=Diversen +itemGroup.search=Zoeken +itemGroup.food=Voedsel +itemGroup.tools=Gereedschappen +itemGroup.combat=Gevecht +itemGroup.brewing=Brouwen +itemGroup.materials=Materialen +itemGroup.inventory=Survivalinventaris + +inventory.binSlot=Voorwerp vernietigen + +advMode.setCommand=Consoleopdracht voor blok instellen +advMode.command=Consoleopdracht +advMode.nearestPlayer=Gebruik "@p" om op de dichtstbijzijnde speler te richten +advMode.randomPlayer=Gebruik "@r" om op een willekeurige speler te richten +advMode.allPlayers=Gebruik "@a" om op alle spelers te richten + +advMode.notEnabled=Commandoblokken zijn niet ingeschakeld op deze server +advMode.notAllowed=Je moet een gepromoveerde (op-) speler in de Creative-modus zijn + +mco.title=Minecraft Realms +mco.selectServer.select=Server bezoeken +mco.selectServer.configure=Instellen +mco.selectServer.create=Wereld creëren +mco.selectServer.moreinfo=Meer info + +mco.configure.world.edit.title=Wereld bewerken + +mco.configure.world.title=Wereld instellen +mco.configure.world.name=Naam +mco.configure.world.description=Beschrijving +mco.configure.world.location=Locatie +mco.configure.world.invited=Uitgenodigd +mco.configure.world.buttons.edit=Bewerken +mco.configure.world.buttons.reset=Wereld resetten +mco.configure.world.buttons.done=Gereed +mco.configure.world.buttons.delete=Verwijderen +mco.configure.world.buttons.open=Wereld openen +mco.configure.world.buttons.close=Wereld sluiten +mco.configure.world.buttons.invite=Uitnodigen +mco.configure.world.buttons.uninvite=Uitnodiging intrekken +mco.configure.world.buttons.subscription=Subscription +mco.configure.world.invite.profile.name=Naam +mco.configure.world.uninvite.question=Weet je zeker dat je de uitnodiging wilt intrekken + +mco.configure.world.subscription.title=Subscription Info +mco.configure.world.subscription.daysleft=Days Left +mco.configure.world.subscription.start=Start Date +mco.configure.world.subscription.extend=Extend + +mco.create.world.location.title=Locaties +mco.create.world.location.warning=Het is mogelijk dat je niet de exacte geselecteerde locatie krijgt +mco.create.world.wait=Wereld creëren... + +mco.reset.world.title=Wereld resetten +mco.reset.world.warning=Dit zal je wereld permanent verwijderen! +mco.reset.world.seed=Seed (optioneel) +mco.reset.world.resetting.screen.title=Wereld resetten... + +mco.configure.world.close.question.line1=Je wereld zal niet meer beschikbaar zijn. +mco.configure.world.close.question.line2=Weet je zeker dat je dat wilt doen? + +mco.connect.connecting=Verbinden met online server... +mco.connect.authorizing=Aanmelden... +mco.connect.failed=Verbinden met online server mislukt + +mco.create.world=Creëren + diff --git a/1.5.2/lang/nn_NO.lang b/1.5.2/lang/nn_NO.lang new file mode 100644 index 00000000..4ed2c0d0 --- /dev/null +++ b/1.5.2/lang/nn_NO.lang @@ -0,0 +1,1293 @@ +#X-Generator: crowdin.net + +language.name=Norsk nynorsk +language.region=Noreg +language.code=nn_NO + +gui.done=Ferdig +gui.cancel=Avbryt +gui.back=Back +gui.toMenu=Attende til hovudmenyen +gui.up=Opp +gui.down=Ned +gui.yes=Ja +gui.no=Nei + +menu.singleplayer=Einspelar +menu.multiplayer=Fleirspelar +menu.online=Minecraft Realms +menu.options=Innstillingar +menu.quit=Avslutt spel +menu.returnToMenu=Lagra og gå til hovudmenyen +menu.disconnect=Kople frå +menu.returnToGame=Attende til spelet +menu.switchingLevel=Byttar verd +menu.generatingLevel=Genererar verda +menu.loadingLevel=Lastar verd +menu.generatingTerrain=Byggjer terreng +menu.convertingLevel=konverterar verda +menu.simulating=Skapar liv... +menu.respawning=Gjenoppstår +menu.shareToLan=Opne til LAN + +selectWorld.title=Vel verd +selectWorld.empty=tom +selectWorld.world=Verd +selectWorld.select=Spel vald verd +selectWorld.create=Lag ny verd +selectWorld.recreate=Gjenskap +selectWorld.createDemo=Spel ny demoverd +selectWorld.delete=Slett +selectWorld.rename=Omdøyp +selectWorld.deleteQuestion=Er du sikker på at du vil fjerne denne verda? +selectWorld.deleteWarning=forsvinn for alltid! (Veldig lenge!) +selectWorld.deleteButton=Slett +selectWorld.renameButton=Døyp om +selectWorld.renameTitle=Døyp om verda +selectWorld.conversion=Må konverterast! +selectWorld.newWorld=Ny verd +selectWorld.newWorld.copyOf=Kopi av %s +selectWorld.enterName=Namn på verda +selectWorld.resultFolder=Vert lagra i: +selectWorld.enterSeed=Seed til verdsgeneratoren +selectWorld.seedInfo=Lat stå blankt om du vil ha ein tilfeldig seed +selectWorld.cheats=Juksekodar +selectWorld.customizeType=Tilpass + +createWorld.customize.presets=Førehandsinnstilling +createWorld.customize.presets.title=Vel førehandsinnstilling +createWorld.customize.presets.select=Bruk førehandsinnstilling +createWorld.customize.presets.share=Lyst til å dela ein førehandsinnstilling med nokon? Bruk boksen under! +createWorld.customize.presets.list=Til alternativ er det nokon her me har lagd tidlegare! +createWorld.customize.flat.title=Tilpass vassrettinnstillingar +createWorld.customize.flat.tile=Materiale på lag +createWorld.customize.flat.height=Høgde +createWorld.customize.flat.addLayer=Legg til lag +createWorld.customize.flat.editLayer=Endre lag +createWorld.customize.flat.removeLayer=Fjern lag +createWorld.customize.flat.layer.top=Topp - %d +createWorld.customize.flat.layer=%d +createWorld.customize.flat.layer.bottom=Botn - %d + +gameMode.survival=Overlevingsmodus +gameMode.creative=Skaparmodus +gameMode.adventure=Utforskarmodus +gameMode.hardcore=Hardhaus-modus! +gameMode.changed=Din spelarmodus har blitt oppdatert + +selectWorld.gameMode=Spelarmodus: +selectWorld.gameMode.survival=Overleving +selectWorld.gameMode.survival.line1=Leit etter ressursar, lag verkty og våpen, auk i +selectWorld.gameMode.survival.line2=nivå, helse og svolt +selectWorld.gameMode.creative=Kreativ +selectWorld.gameMode.creative.line1=Ubegrensa ressursar, flyg fritt og +selectWorld.gameMode.creative.line2=øydelegg blokkar augeblikkeleg +selectWorld.gameMode.hardcore=Hardhaus +selectWorld.gameMode.hardcore.line1=Same som overlevingsmodus, låst på høgaste +selectWorld.gameMode.hardcore.line2=vanskegrad, og når du døyr er spelet slutt +selectWorld.gameMode.adventure=Uforskar +selectWorld.gameMode.adventure.line1=Same som overlevingsmodus, men blokkane kan ikkje +selectWorld.gameMode.adventure.line2=leggas til eller fjernas +selectWorld.moreWorldOptions=Fleire verdsinnstillingar... +selectWorld.mapFeatures=Generer byggverk: +selectWorld.mapFeatures.info=Landsbyar, fangehòl, osb +selectWorld.mapType=Verdstype: +selectWorld.mapType.normal=Vanleg +selectWorld.allowCommands=Tillat juks: +selectWorld.allowCommands.info=Kommandoar som /gamemode, /xp +selectWorld.hardcoreMode=Hardhaus: +selectWorld.hardcoreMode.info=Verda slettast om du døyr +selectWorld.bonusItems=Bonuskiste: + +generator.default=Normal +generator.flat=Vassrett +generator.largeBiomes=Store biomar + +selectServer.title=Vel Server +selectServer.empty=tom +selectServer.select=Logg på Server +selectServer.direct=Direktetilkopling +selectServer.edit=Endre +selectServer.delete=Slett +selectServer.add=Legg til server +selectServer.defaultName=Minecraft Server +selectServer.deleteQuestion=Er du sikker på at du vil fjerna denne serveren? +selectServer.deleteWarning=forsvinner for alltid (Veldig lenge!) +selectServer.deleteButton=Slett +selectServer.refresh=Oppdater +selectServer.hiddenAddress=(Skjult) +addServer.title=Endre serverinfo +addServer.enterName=Namn på Server +addServer.enterIp=Serveradresse +addServer.add=Ferdig +addServer.hideAddress=Skjul adresse +lanServer.title=LAN verd +lanServer.scanning=Scanning for games on your local network +lanServer.start=Start ei LAN-verd +lanServer.otherPlayers=Innstillingar for andre spelarar +mcoServer.title=Minecraft Online-verd + +multiplayer.title=Spel fleirspelar +multiplayer.connect=Kople til +multiplayer.info1=Fleirspelarmodusen er ikkje heilt ferdig, men det +multiplayer.info2=det er nokre tidlege testar som pågår. +multiplayer.ipinfo=Skriv inn IP-adressen til serveren du vil kople til: + +multiplayer.texturePrompt.line1=Denne serveren tilrår bruk av ein bestemt teksturpakke. +multiplayer.texturePrompt.line2=Ynskjar du å laste ned og installere det automagisk? + +multiplayer.downloadingTerrain=Lastar terreng + +multiplayer.stopSleeping=Forlat senga + +chat.link.confirm=Er du sikker på at du vil opna følgjande nettside? +chat.link.warning=Opna aldri nettlenker fra folk du ikkje lit på! +chat.copy=Kopier til utklippstavla + +menu.playdemo=Spel Demoverd +menu.resetdemo=Tilbakestill demoverd +demo.day.1=Denne demoen varar i fem speledagar. Gjer ditt beste! +demo.day.2=Dag to +demo.day.3=Dag tre +demo.day.4=Dag fire +demo.day.5=Dette er den siste dagen din! +demo.day.warning=Tida er snart ute! +demo.day.6=Den siste dagen din er over. Trykk på F2 for å ta eit skjermskot av byggverket ditt +demo.reminder=Demotida er over. Kjøp spelet for å fortsetta, eller lag ei ny verd! +demo.remainingTime=Gjenståande tid: %s +demo.demoExpired=Demotida er ute! +demo.help.movement=Bruk %1$%s, %2$s, %3$s, %4$%s og datamusa for å bevega deg +demo.help.movementShort=Beveg deg ved å presse %1$s, %2$s, %3$s, %4$s +demo.help.movementMouse=Sjå rundt deg ved å bruke musa +demo.help.jump=Trykk %1$%s for å hoppa +demo.help.inventory=Trykk %1$%s for å opne inventaret ditt +demo.help.title=Minecraft Demonmodus +demo.help.fullWrapped=Denne demoen vil vare i 5 dagar (omtrent 1 time og 40 minutt i ekte tid). Sjekk ut oppnådde resultat for gode tips! Lukke til! +demo.help.buy=Kjøp no! +demo.help.later=Fortsett å spele! + +connect.connecting=Koplar til server... +connect.authorizing=Loggar inn... +connect.failed=Kunne ikkje kople til serveren + +disconnect.genericReason=%s +disconnect.disconnected=Fråkopla av serveren +disconnect.lost=Samband mista +disconnect.kicked=Vart sparka ut av spelet +disconnect.timeout=Tidsavbrot +disconnect.closed=Tilkopling avbrutt +disconnect.loginFailed=Feil ved innlogging +disconnect.loginFailedInfo=Feil ved innlogging: %s +disconnect.quitting=Avsluttar +disconnect.endOfStream=Slutt på samband +disconnect.overflow=Bufferen flaut over +disconnect.spam=Sparka på grunn av spamming + +options.off=AV +options.on=PÅ +options.visible=Vist +options.hidden=Gøymt +options.title=Innstillingar +options.controls=Kontrollar... +options.video=Grafikkinnstillingar... +options.language=Språk... +options.languageWarning=Omsettingane er kanskje ikkje 100% nøyaktige +options.videoTitle=Grafikkinnstillingar +options.music=Musikk +options.sound=Ljod +options.invertMouse=Speilvend musretning +options.fov=Synsfelt +options.fov.min=Normal +options.fov.max=Quake Pro +options.gamma=Ljosstyrke +options.gamma.min=Dunkelt +options.gamma.max=Ljost +options.sensitivity=Musefølsemd +options.sensitivity.min=*Geisp* +options.sensitivity.max=HYPERSNØGGLEIK!!! +options.renderDistance=Synsrekkjevidde +options.renderDistance.tiny=Veldig kort +options.renderDistance.short=Kort +options.renderDistance.normal=Normal +options.renderDistance.far=Lang +options.viewBobbing=Animert gange +options.ao=Jamnt ljos +options.ao.off=Off +options.ao.min=Minimum +options.ao.max=Maximum +options.anaglyph=3D-anaglyf +options.framerateLimit=Yting +options.difficulty=Vanskegrad +options.difficulty.peaceful=Fred på jord +options.difficulty.easy=Lett +options.difficulty.normal=Normal +options.difficulty.hard=Vanskeleg +options.difficulty.hardcore=Hardhaus +options.graphics=Grafikk +options.graphics.fancy=Staseleg +options.graphics.fast=Snøgt +options.guiScale=GUI-storleik +options.guiScale.auto=Automatisk +options.guiScale.small=Lite +options.guiScale.normal=Normal +options.guiScale.large=Stort +options.advancedOpengl=Avansert OpenGL +options.renderClouds=Skyer +options.farWarning1=64-bit-versjonen av Java er tilrådd +options.farWarning2=om du ynskjer nytta "lang" synsrekkjevidde (du har 32-bit) +options.particles=Partiklar +options.particles.all=Alle +options.particles.decreased=Færre +options.particles.minimal=Minimalt +options.multiplayer.title=Fleirspelinnstillingar... +options.chat.title=Prat instillingar... +options.chat.visibility=Chat +options.chat.visibility.full=Vist +options.chat.visibility.system=Kun kommandoar +options.chat.visibility.hidden=Gøymt +options.chat.color=Fargar +options.chat.opacity=Gjennomsiktigheit +options.chat.links=Internettlenkjer +options.chat.links.prompt=Be om lenkjer +options.chat.scale=Skala +options.chat.width=Bredde +options.chat.height.focused=Fokusert høgde +options.chat.height.unfocused=Ufokusert høgde +options.showCape=Vis kappe +options.serverTextures=Server Teksturar +options.snooper=Tillat Snooper +options.snooper.view=Snooper instillingar... +options.snooper.title=Innsamling av maskindata +options.snooper.desc=Vi vil samle informasjon om din maskin for å hjelpe oss med å utbedre Minecraft slik vi finn ut kvar det er problem. All informasjon er anonym og du kan sjå den nedanfor. Vi lover å ikkje gjere noko med informasjonen, men om du ikkje vil dele informasjonen kan du skru den av! +options.texture.pack=Teksturpakkar +options.fullscreen=Fullskjerm +options.vsync=Bruk VSync +options.touchscreen=Tøtsjskjermn + +performance.max=Maks. FPS +performance.balanced=Balansert +performance.powersaver=Energisparing + +controls.title=Kontrollar + +key.forward=Framover +key.left=Venstre +key.back=Bakover +key.right=Høgre +key.jump=Hopp +key.inventory=Inventar +key.drop=Slepp +key.chat=Prat +key.fog=Vel tåkedistanse +key.sneak=Smyg +key.playerlist=Spelarliste +key.attack=Angrip +key.use=Bruk +key.pickItem=Vel blokk +key.mouseButton=Knapp %1$s +key.command=Kommando + +texturePack.openFolder=Opne mappa til teksturpakkane +texturePack.title=Vel teksturpakke +texturePack.folderInfo=(Plasser teksturpakkefilar her) +texturePack.incompatible=Inkompatibel + +book.pageIndicator=Side %1$s av %2$s +book.byAuthor=av %1$s +book.signButton=Signer +book.editTitle=Skriv inn bokas tittel: +book.finalizeButton=Signer og lat att boka +book.finalizeWarning=PS! Signerar du boka, kan du ikkje lenger redigere ho. + +tile.stone.name=Stein + +tile.grass.name=Grasblokk +tile.dirt.name=Jord +tile.stonebrick.name=Brustein +tile.wood.name=Treplankar +tile.wood.oak.name=Plankar av Eiketre +tile.wood.spruce.name=Plankar av gran +tile.wood.birch.name=Plankar av bjerk +tile.wood.jungle.name=Plankar av jungeltre +tile.sapling.oak.name=Eikefrø +tile.sapling.spruce.name=Granfrø +tile.sapling.birch.name=Bjerkefrø +tile.sapling.jungle.name=Jungeltrefrø +tile.deadbush.name=Daud busk +tile.bedrock.name=Grunnstein +tile.water.name=Vatn +tile.lava.name=Lava +tile.sand.name=Sand +tile.sandStone.name=Sandstein +tile.sandStone.default.name=Sandstein +tile.sandStone.chiseled.name=Forma sandstein +tile.sandStone.smooth.name=Glatt sandstein +tile.gravel.name=Grus +tile.oreGold.name=Gullmalm +tile.oreIron.name=Jarnmalm +tile.oreCoal.name=Kolmalm +tile.log.name=Tre +tile.log.oak.name=Eiketre +tile.log.spruce.name=Grantre +tile.log.birch.name=Bjerketre +tile.log.jungle.name=Jungeltre +tile.leaves.name=Blad +tile.leaves.oak.name=Eikelauv +tile.leaves.spruce.name=Granbar +tile.leaves.birch.name=Bjerkelauv +tile.leaves.jungle.name=Jungellauv +tile.tallgrass.name=Gras +tile.tallgrass.shrub.name=Busk +tile.tallgrass.grass.name=Gras +tile.tallgrass.fern.name=Bregne +tile.sponge.name=Svamp +tile.glass.name=Glas +tile.thinGlass.name=Glasrute +tile.cloth.name=Ull +tile.flower.name=Løvetann +tile.rose.name=Rose +tile.mushroom.name=Sopp +tile.blockGold.name=Gullblokk +tile.blockIron.name=Jarnblokk +tile.stoneSlab.stone.name=Steinhelle +tile.stoneSlab.sand.name=Sandsteinhelle +tile.stoneSlab.wood.name=Trehelle +tile.stoneSlab.cobble.name=Brusteinhelle +tile.stoneSlab.brick.name=Mursteinhelle +tile.stoneSlab.smoothStoneBrick.name=Steinmurhelle +tile.stoneSlab.netherBrick.name=Helle av nethermur +tile.stoneSlab.quartz.name=Helle av kvarts +tile.woodSlab.oak.name=Helle av eik +tile.woodSlab.spruce.name=Helle av grantre +tile.woodSlab.birch.name=Helle av bjerketre +tile.woodSlab.jungle.name=Helle av jungeltre +tile.brick.name=Murstein +tile.tnt.name=TNT +tile.bookshelf.name=Bokhylle +tile.stoneMoss.name=Mosegrodd stein +tile.obsidian.name=Obsidian +tile.torch.name=Fakkel +tile.fire.name=Eld +tile.mobSpawner.name=Monsterframkallar +tile.stairsWood.name=Trapp av eik +tile.stairsWoodSpruce.name=Trapp av grantre +tile.stairsWoodBirch.name=Trapp av bjerketre +tile.stairsWoodJungle.name=Trapp av jungeltre +tile.chest.name=Kiste +tile.chestTrap.name=Signalkiste +tile.redstoneDust.name=Raudsteinpulver +tile.oreDiamond.name=Diamantmalm +tile.blockDiamond.name=Diamantblokk +tile.workbench.name=Arbeidsbenk +tile.crops.name=Avlingar +tile.farmland.name=Åker +tile.furnace.name=Smelteomn +tile.sign.name=Skilt +tile.doorWood.name=Tredør +tile.ladder.name=Stige +tile.rail.name=Skinne +tile.goldenRail.name=Straumskinne +tile.activatorRail.name=Aktiveringskinne +tile.detectorRail.name=Detektorskinne +tile.stairsStone.name=Steintrapp +tile.stairsSandStone.name=Trapp av sandstein +tile.lever.name=Spake +tile.pressurePlate.name=Trykkplate +tile.weightedPlate_light.name=Tyngdetrykkplate (lett) +tile.weightedPlate_heavy.name=Tyngdetrykkplate (tung) +tile.doorIron.name=Jarndør +tile.oreRedstone.name=Raudsteinmalm +tile.notGate.name=Raudsteinfakkel +tile.button.name=Knapp +tile.snow.name=Snø +tile.ice.name=Is +tile.cactus.name=Kaktus +tile.clay.name=Leire +tile.reeds.name=Sukkerrøyr +tile.jukebox.name=Platespelar +tile.fence.name=Gjerde +tile.fenceGate.name=Port +tile.pumpkin.name=Graskar +tile.litpumpkin.name=Graskarlykt +tile.hellrock.name=Blodstein +tile.hellsand.name=Sjelesand +tile.lightgem.name=Glødestein +tile.portal.name=Portal +tile.cloth.black.name=Svart ull +tile.cloth.red.name=Raud ull +tile.cloth.green.name=Grøn ull +tile.cloth.brown.name=Brun ull +tile.cloth.blue.name=Blå ull +tile.cloth.purple.name=Lilla ull +tile.cloth.cyan.name=Turkis ull +tile.cloth.silver.name=Ljosegrå ull +tile.cloth.gray.name=Grå ull +tile.cloth.pink.name=Rosa ull +tile.cloth.lime.name=Limefarga ull +tile.cloth.yellow.name=Gul ull +tile.cloth.lightBlue.name=Ljoseblå ull +tile.cloth.magenta.name=Ljoselilla ull +tile.cloth.orange.name=Oransje ull +tile.cloth.white.name=Ull +tile.oreLapis.name=Lapis Lazuli-malm +tile.blockLapis.name=Lapis Lazuli-blokk +tile.dispenser.name=Dispenser +tile.dropper.name=Droppar +tile.musicBlock.name=Noteblokk +tile.cake.name=Kake +tile.bed.name=Seng +tile.bed.occupied=Senga er oppteken +tile.bed.noSleep=Du kan berre sova om natta +tile.bed.notSafe=Du kan ikkje sova når det er monstre i nærleiken +tile.bed.notValid=Senga di er vekke eller blokkert +tile.lockedchest.name=Låst kiste +tile.trapdoor.name=Luke +tile.web.name=Spindelvev +tile.stonebricksmooth.name=Steinmur +tile.stonebricksmooth.default.name=Steinmur +tile.stonebricksmooth.mossy.name=Mosegrodd steinmur +tile.stonebricksmooth.cracked.name=Sprokken steinmur +tile.stonebricksmooth.chiseled.name=Forma steinmur +tile.monsterStoneEgg.stone.name=Monsteregg av stein +tile.monsterStoneEgg.cobble.name=Monsteregg av brustein +tile.monsterStoneEgg.brick.name=Monsteregg av steinmur +tile.pistonBase.name=Stempel +tile.pistonStickyBase.name=Klisterstempel +tile.fenceIron.name=Gitter +tile.melon.name=Melon +tile.stairsBrick.name=Mursteintrapp +tile.stairsStoneBrickSmooth.name=Steinmurtrapp +tile.vine.name=Klatreplante +tile.netherBrick.name=Nethermur +tile.netherFence.name=Nethermurgjerde +tile.stairsNetherBrick.name=Trapp av nethermur +tile.netherStalk.name=Nethervorte +tile.cauldron.name=Gryte +tile.enchantmentTable.name=Forhekselsesbord +tile.anvil.name=Ambolt +tile.anvil.intact.name=Ambolt +tile.anvil.slightlyDamaged.name=Noko skada ambolt +tile.anvil.veryDamaged.name=Mykje skada ambolt +tile.whiteStone.name=Endestein +tile.endPortalFrame.name=Endeportal +tile.mycel.name=Mycel +tile.waterlily.name=Liljeblad +tile.dragonEgg.name=Drakeegg +tile.redstoneLight.name=Raudsteinlampe +tile.cocoa.name=Kakao +tile.enderChest.name=Ende-kiste +tile.oreRuby.name=Rubinmalm +tile.oreEmerald.name=Emeraldmalm +tile.blockEmerald.name=Blokk av emerald +tile.blockRedstone.name=Blokk av raudstein +tile.tripWire.name=Snubletråd +tile.tripWireSource.name=Snubletrådfeste +tile.commandBlock.name=Kommandoblokk +tile.beacon.name=Varde +tile.beacon.primary=Primærkraft +tile.beacon.secondary=Sekundærkraft +tile.cobbleWall.normal.name=Vegg av brustein +tile.cobbleWall.mossy.name=Mosegrodd vegg av brustein +tile.carrots.name=Gulrøter +tile.potatoes.name=Poteter +tile.daylightDetector.name=Dagslys-sensor +tile.netherquartz.name=Malm av nether-kvarts +tile.hopper.name=Trakt +tile.quartzBlock.default.name=Blokk av kvarts +tile.quartzBlock.chiseled.name=Forma kvarts +tile.quartzBlock.lines.name=Søyle av kvarts +tile.stairsQuartz.name=Trapp av kvarts + +item.shovelIron.name=Jarnspade +item.pickaxeIron.name=Jarnhakke +item.hatchetIron.name=Jarnøks +item.flintAndSteel.name=Fyrtøy +item.apple.name=Eple +item.cookie.name=Kjeks +item.bow.name=Boge +item.arrow.name=Pil +item.coal.name=Kol +item.charcoal.name=Trekol +item.diamond.name=Diamant +item.emerald.name=Emerald +item.ingotIron.name=Jarnbarre +item.ingotGold.name=Gullbarre +item.swordIron.name=Jarnsverd +item.swordWood.name=Tresverd +item.shovelWood.name=Trespade +item.pickaxeWood.name=Trehakke +item.hatchetWood.name=Treøks +item.swordStone.name=Steinsverd +item.shovelStone.name=Steinspade +item.pickaxeStone.name=Steinhakke +item.hatchetStone.name=Steinøks +item.swordDiamond.name=Diamantsverd +item.shovelDiamond.name=Diamantspade +item.pickaxeDiamond.name=Diamanthakke +item.hatchetDiamond.name=Diamantøks +item.stick.name=Pinne +item.bowl.name=Bolle +item.mushroomStew.name=Soppstuing +item.swordGold.name=Gullsverd +item.shovelGold.name=Gullspade +item.pickaxeGold.name=Gullhakke +item.hatchetGold.name=Gulløks +item.string.name=Tråd +item.feather.name=Fjør +item.sulphur.name=Krut +item.hoeWood.name=Trekrafse +item.hoeStone.name=Steinkrafse +item.hoeIron.name=Jarnkrafse +item.hoeDiamond.name=Diamantkrafse +item.hoeGold.name=Gullkrafse +item.seeds.name=Frø +item.seeds_pumpkin.name=Graskarfrø +item.seeds_melon.name=Melonfrø +item.melon.name=Melon +item.wheat.name=Kveite +item.bread.name=Brød +item.helmetCloth.name=Skinnhue +item.chestplateCloth.name=Skinntrøye +item.leggingsCloth.name=Skinnbrok +item.bootsCloth.name=Skinnstøvlar +item.helmetChain.name=Brynjehjelm +item.chestplateChain.name=Ringbrynje +item.leggingsChain.name=Brynjebukser +item.bootsChain.name=Brynjestøvlar +item.helmetIron.name=Jarnhjelm +item.chestplateIron.name=Brystplate av jarn +item.leggingsIron.name=Beinplater av jarn +item.bootsIron.name=Jarnstøvlar +item.helmetDiamond.name=Diamanthjelm +item.chestplateDiamond.name=Brystplate av diamant +item.leggingsDiamond.name=Beinplater av diamant +item.bootsDiamond.name=Diamantstøvlar +item.helmetGold.name=Gullhjelm +item.chestplateGold.name=Brystplate av gull +item.leggingsGold.name=Beinplater av gull +item.bootsGold.name=Gullstøvlar +item.flint.name=Flint +item.porkchopRaw.name=Rå svinekotelett +item.porkchopCooked.name=Steikt svinekotelett +item.chickenRaw.name=Rå kjukling +item.chickenCooked.name=Steikt kjukling +item.beefRaw.name=Rå biff +item.beefCooked.name=Steikt biff +item.painting.name=Måleri +item.frame.name=Ramme +item.appleGold.name=Gulleple +item.sign.name=Skilt +item.doorWood.name=Tredør +item.bucket.name=Bytte +item.bucketWater.name=Bytte med vatn +item.bucketLava.name=Bytte med lava +item.minecart.name=Gruvevogn +item.saddle.name=Sal +item.doorIron.name=Jarndør +item.redstone.name=Raudstein +item.snowball.name=Snøball +item.boat.name=Båt +item.leather.name=Lêr +item.milk.name=Mjølk +item.brick.name=Murstein +item.clay.name=Leire +item.reeds.name=Sukkerrøyr +item.paper.name=Papir +item.book.name=Bok +item.slimeball.name=Slimball +item.minecartChest.name=Gruvevogn med kiste +item.minecartFurnace.name=Gruvevogn med motor +item.minecartTnt.name=Gruvevogn med TNT +item.minecartHopper.name=Gruvevogn med trakt +item.egg.name=Egg +item.compass.name=Kompass +item.fishingRod.name=Fiskestong +item.clock.name=Klokke +item.yellowDust.name=Glødestøv +item.fishRaw.name=Rå fisk +item.fishCooked.name=Steikt fisk +item.record.name=Musikkplate +item.bone.name=Bein +item.dyePowder.black.name=Blekkpose +item.dyePowder.red.name=Rosenraudt +item.dyePowder.green.name=Kaktusgrøn +item.dyePowder.brown.name=Kakaobønner +item.dyePowder.blue.name=Lapis Lazuli +item.dyePowder.purple.name=Lillafarge +item.dyePowder.cyan.name=Turkisfarge +item.dyePowder.silver.name=Ljosegråfarge +item.dyePowder.gray.name=Gråfarge +item.dyePowder.pink.name=Lyseraudfarge +item.dyePowder.lime.name=Limegrønnfarge +item.dyePowder.yellow.name=Løvetanngul +item.dyePowder.lightBlue.name=Ljoseblåfarge +item.dyePowder.magenta.name=Ljoselillafarge +item.dyePowder.orange.name=Oransjefarge +item.dyePowder.white.name=Beinmjøl +item.sugar.name=Sukker +item.cake.name=Kake +item.bed.name=Seng +item.diode.name=Diode +item.comparator.name=Komparator +item.map.name=Kart +item.leaves.name=Blader +item.shears.name=Saks +item.rottenFlesh.name=Forderva kjøt +item.enderPearl.name=Endeperle +item.blazeRod.name=Eldstav +item.ghastTear.name=Gasttåre +item.netherStalkSeeds.name=Nethervorte +item.potion.name=Eliksir +item.emptyPotion.name=Vatnflaske +item.goldNugget.name=Gullklump +item.glassBottle.name=Glasflaske +item.spiderEye.name=Vevkjerringsauge +item.fermentedSpiderEye.name=Gjæra vevkjerringsauge +item.blazePowder.name=Eldpulver +item.magmaCream.name=Magmakrem +item.cauldron.name=Gryte +item.brewingStand.name=Bryggeapparat +item.eyeOfEnder.name=Ende-auge +item.speckledMelon.name=Glitrande vassmelon +item.monsterPlacer.name=Framkall +item.expBottle.name=Forheksarflaske +item.fireball.name=Eldkule +item.writingBook.name=Bok og fjærpenn +item.writtenBook.name=Skreven bok +item.ruby.name=Rubinn +item.flowerPot.name=Blomepotte +item.emptyMap.name=Tomt kart +item.carrots.name=Gulrot +item.carrotGolden.name=Gyllen gulrot +item.potato.name=Potet +item.potatoBaked.name=Bakt potet +item.potatoPoisonous.name=Giftig potet +item.skull.skeleton.name=Hovudskalle av beinrangel +item.skull.wither.name=Hovudskalle av witherbeinrangel +item.skull.zombie.name=Hovudskalle av dauding +item.skull.char.name=Hovud +item.skull.player.name=Hovudet til %s +item.skull.creeper.name=Krelarhovud +item.carrotOnAStick.name=Gulrot på stong +item.netherStar.name=Netherstjerne +item.pumpkinPie.name=Graskarpai +item.enchantedBook.name=Forheksa bok +item.fireworks.name=Fyrverkeri +item.fireworks.flight=Flyg lengde: +item.fireworksCharge.name=Fyrverkeristjerne +item.fireworksCharge.black=Svart +item.fireworksCharge.red=Raud +item.fireworksCharge.green=Grøn +item.fireworksCharge.brown=Brun +item.fireworksCharge.blue=Blå +item.fireworksCharge.purple=Lilla +item.fireworksCharge.cyan=Turkis +item.fireworksCharge.silver=Ljosegrå +item.fireworksCharge.gray=Grå +item.fireworksCharge.pink=Rosa +item.fireworksCharge.lime=Limefarga +item.fireworksCharge.yellow=Gul +item.fireworksCharge.lightBlue=Ljoseblå +item.fireworksCharge.magenta=Ljoselilla +item.fireworksCharge.orange=Oransje +item.fireworksCharge.white=Kvit +item.fireworksCharge.customColor=Eigendefinert +item.fireworksCharge.fadeTo=Fadar til +item.fireworksCharge.flicker=Gnistring +item.fireworksCharge.trail=Spor +item.fireworksCharge.type.0=Lita kule +item.fireworksCharge.type.1=Stor kule +item.fireworksCharge.type.2=Stjerne-forma +item.fireworksCharge.type.3=Krelar-forma +item.fireworksCharge.type.4=Utbrot +item.fireworksCharge.type=Ukjent form +item.netherbrick.name=Nethermur +item.netherquartz.name=Nether-kvarts + +container.inventory=Inventar +container.hopper=Gjenstandstrakt +container.crafting=Crafting +container.dispenser=Dispenser +container.dropper=Droppar +container.furnace=Smelteomn +container.enchant=Forheks +container.repair=Reparer og namngje +container.repair.cost=Forheksingskostnad: %1$d +container.repair.expensive=For dyrt! +container.creative=Vel gjenstand +container.brewing=Bryggeapparat +container.chest=Kiste +container.chestDouble=Stor kiste +container.minecart=Gruvevogn +container.enderchest=Ende-kiste + +item.dyed=Farga + +entity.Item.name=Gjenstand +entity.XPOrb.name=Erfaringskule +entity.SmallFireball.name=Lita eldkule +entity.Fireball.name=Eldkule + +entity.Arrow.name=Pil +entity.Snowball.name=Snøball +entity.Painting.name=Måleri + +entity.Mob.name=Skapning +entity.Monster.name=Monster + +entity.Creeper.name=Krelar +entity.Skeleton.name=Beinrangel +entity.Spider.name=Vevkjerring +entity.Giant.name=Jotun +entity.Zombie.name=Dauding +entity.Slime.name=Slime +entity.Ghast.name=Gast +entity.PigZombie.name=Grisemann +entity.Enderman.name=Endemann +entity.Silverfish.name=Sylvkrek +entity.CaveSpider.name=Gruvevevkjerring +entity.Blaze.name=Eldskrømt +entity.LavaSlime.name=Magmakube +entity.MushroomCow.name=Møsopp +entity.Villager.name=Innbyggjar +entity.VillagerGolem.name=Jarnkjempe +entity.SnowMan.name=Snømannn +entity.EnderDragon.name=Endedrake +entity.WitherBoss.name=Wither +entity.Witch.name=Trollkjerring + +entity.Pig.name=Gris +entity.Sheep.name=Sau +entity.Cow.name=Ku +entity.Chicken.name=Kjukling +entity.Squid.name=Blekksprut +entity.Wolf.name=Ulv +entity.Ozelot.name=Ozelot +entity.Cat.name=Katt +entity.Bat.name=Flaggermus + +entity.PrimedTnt.name=TNT-blokk +entity.FallingSand.name=Dettande blokk + +entity.Minecart.name=Gruvevogn +entity.Boat.name=Båt + +entity.generic.name=ukjend + +death.fell.accident.ladder=%1$s ramla ned ein stige +death.fell.accident.vines=%1$s fall av nokon klatreplanter +death.fell.accident.water=%1$s fall ut av vatnet +death.fell.accident.generic=%1$s fall frå ein høg plass +death.fell.killer=%1$s vart tvungen til å falla +death.fell.assist=%1$s vart tvungen til å falla av %2$s +death.fell.assist.item=%1$s vart tvungen til å falla av %2$s med %3$s +death.fell.finish=%1$s fall frå ein høgde og vart kverka av %2$s +death.fell.finish.item=%1$s fall frå ein høgde og vart kverka av %2$s med %3$s + +death.attack.inFire=%1$s gjekk opp i røyk +death.attack.inFire.player=%1$s vart ein smule for heit i kampen mot %2$s +death.attack.onFire=%1$s brann i hel +death.attack.onFire.player=%1$s vart sprøsteikt i kampen mot %2$s +death.attack.lava=%1$s prøvde å symja i lava +death.attack.lava.player=%1$s prøvde å symja i lava under flukt frå %2$s +death.attack.inWall=%1$s vart kvalt i ein blokk +death.attack.drown=%1$s drukna +death.attack.drown.player=%1$s drukna under flukt frå %2$s +death.attack.starve=%1$s svelta i hel +death.attack.cactus=%1$s stakk seg i hel +death.attack.cactus.player=%1$s gjekk rett på ein kaktus under flukt frå %2$s +death.attack.generic=%1$s døydde +death.attack.explosion=%1$s vart sprengd i lufta +death.attack.explosion.player=%1$s vart sprengd i lufta av %2$s +death.attack.magic=%1$s vart drepen av magi +death.attack.wither=%1$s visna +death.attack.anvil=%1$s vart kverka av ein fallande ambolt +death.attack.fallingBlock=%1$s vart kverka av ein fallande blokk +death.attack.mob=%1$s vart kverka av %2$s +death.attack.player=%1$s vart kverka av %2$s +death.attack.player.item=%1$s vart kverka av %2$s med %3$s +death.attack.arrow=%1$s vart skoten av %2$s +death.attack.arrow.item=%1$s vart skoten av %2$s med %3$s +death.attack.fireball=%1$s vart klinka av ei eldkule frå %2$s +death.attack.fireball.item=%1$s vart klinka av ei eldkule frå %2$s med %3$s +death.attack.thrown=%1$s vart bombardert av %2$s +death.attack.thrown.item=%1$s vart bombardert av %2$s med %3$s +death.attack.indirectMagic=%1$s vart drepen av %2$s med magi +death.attack.indirectMagic.item=%1$s vart drepen av %2$s med %3$s +death.attack.thorns=%1$s vart drepen mens han prøvde å skada %2$s +death.attack.fall=%1$s traff bakken ein smule hardt +death.attack.outOfWorld=%1$s fall ut av verda + +deathScreen.respawn=Gjenoppstå +deathScreen.deleteWorld=Fjern verda +deathScreen.titleScreen=Hovudmeny +deathScreen.score=Poeng +deathScreen.title.hardcore=Spelet er over! +deathScreen.hardcoreInfo=Du kan ikkje gjenoppstå i Hardhaus-modus! +deathScreen.title=Du døyde! +deathScreen.leaveServer=Forlat server + +potion.empty=Inga verknad +potion.moveSpeed=Snøggleik +potion.moveSlowdown=Langsam +potion.digSpeed=Hast +potion.digSlowDown=Trøyttheit +potion.damageBoost=Styrke +potion.weakness=Veikskap +potion.heal=Augeblikkeleg lækjedom +potion.harm=Augeblikkeleg skade +potion.jump=Høgare hopp +potion.confusion=Kvalme +potion.regeneration=Regenerering +potion.resistance=Motstand +potion.fireResistance=Eldvern +potion.waterBreathing=Vassanding +potion.invisibility=Usynlegheit +potion.blindness=Blendheit +potion.nightVision=Nattsyn +potion.hunger=Svolt +potion.poison=Gift +potion.wither=Visnaren + +potion.moveSpeed.postfix=Snøggleikseliksir +potion.moveSlowdown.postfix=Dovendram +potion.digSpeed.postfix=Gravefartseliksir +potion.digSlowDown.postfix=Sløvleikseliksir +potion.damageBoost.postfix=Styrkedrikk +potion.weakness.postfix=Veikskapseliksir +potion.heal.postfix=Lækjedomseliksir +potion.harm.postfix=Hjarteknusar +potion.jump.postfix=Sprettavkok +potion.confusion.postfix=Spysuppe +potion.regeneration.postfix=Regenereringseliksir +potion.resistance.postfix=Motstandseliksir +potion.fireResistance.postfix=Eldmotstandseliksir +potion.waterBreathing.postfix=Vassandingeliksir +potion.invisibility.postfix=Usynlegheitselksir +potion.blindness.postfix=Blendedrikk +potion.nightVision.postfix=Nattsyneliksir +potion.hunger.postfix=Sveltiheldrikk +potion.poison.postfix=Gifteliskir +potion.wither.postfix=Visningsbrygg + +potion.potency.0= +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV + +potion.prefix.grenade=Kastbar +potion.prefix.mundane=Vanleg +potion.prefix.uninteresting=Uinteressant +potion.prefix.bland=Smaklaus +potion.prefix.clear=Klar +potion.prefix.milky=Mjølkeaktig +potion.prefix.diffuse=Uklar +potion.prefix.artless=Einfaldig +potion.prefix.thin=Tynn +potion.prefix.awkward=Pinleg +potion.prefix.flat=Flat +potion.prefix.bulky=Plasskrevjandes +potion.prefix.bungling=Klønete +potion.prefix.buttered=Klumpet +potion.prefix.smooth=Jamn +potion.prefix.suave=Glatt +potion.prefix.debonair=Høfleg +potion.prefix.thick=Tjukk +potion.prefix.elegant=Elegant +potion.prefix.fancy=Staseleg +potion.prefix.charming=Sjarmerande +potion.prefix.dashing=Flott +potion.prefix.refined=Utsøkt +potion.prefix.cordial=Hjarteleg +potion.prefix.sparkling=Glitrande +potion.prefix.potent=Potent +potion.prefix.foul=Forderva +potion.prefix.odorless=Luktlaus +potion.prefix.rank=Vemmeleg +potion.prefix.harsh=Brutal +potion.prefix.acrid=Etsande +potion.prefix.gross=Ufyseleg +potion.prefix.stinky=Stinkande + +enchantment.damage.all=Kvassleik +enchantment.damage.undead=Vandaudes bane +enchantment.damage.arthropods=Arachnidas bane +enchantment.knockback=Attendeslag +enchantment.fire=Eldverknad +enchantment.protect.all=Vern +enchantment.protect.fire=Eldvern +enchantment.protect.fall=Fjørfall +enchantment.protect.explosion=Eksplosjonsvern +enchantment.protect.projectile=Prosjektilvern +enchantment.oxygen=Anding under vatn +enchantment.waterWorker=Vassarbeid +enchantment.digging=Effektivitet +enchantment.untouching=Varsamheit +enchantment.durability=Herda +enchantment.lootBonus=Plyndring +enchantment.lootBonusDigger=Hell +enchantment.arrowDamage=Styrke +enchantment.arrowFire=Eld +enchantment.arrowKnockback=Slå +enchantment.arrowInfinite=Evig +enchantment.thorns=Taggar + +enchantment.level.1=I +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.level.10=X + +gui.achievements=Bragder +gui.stats=Statistikk + +stat.generalButton=Generelt +stat.blocksButton=Blokker +stat.itemsButton=Gjenstandar + +stat.used=Gongar brukt +stat.mined=Gongar vunne ut +stat.depleted=Gongar brukt opp +stat.crafted=Gongar laga + +stat.startGame=Gongar spelt +stat.createWorld=Verder spelt +stat.loadWorld=Lagringsfiler opna +stat.joinMultiplayer=Fleirspel deltatt i +stat.leaveGame=Spel avslutta + +stat.playOneMinute=Minutt spelt + +stat.walkOneCm=Avstand gådd +stat.fallOneCm=Avstand fallen +stat.swimOneCm=Avstand sumt +stat.flyOneCm=Avstand flogen +stat.climbOneCm=Avstand klatra +stat.diveOneCm=Avstand dykka +stat.minecartOneCm=Avstand med gruvevogn +stat.boatOneCm=Avstand i båt +stat.pigOneCm=Avstand på gris +stat.jump=Byks +stat.drop=Gjenstandar slept + +stat.damageDealt=Skade påførd +stat.damageTaken=Skade fådd +stat.deaths=Gongar døydd +stat.mobKills=Drepne skapningar +stat.playerKills=Drepne samspelarar +stat.fishCaught=Fisk fanga + +stat.mineBlock=%1$s vunne ut +stat.craftItem=%1$s framstilt +stat.useItem=%1$s brukt +stat.breakItem=%1$s oppbrukt + +achievement.get=Utførte ei bragd! + +achievement.taken=Utført! + +achievement.requires=Krev '%1$s' fyrst +achievement.openInventory=Varetelling +achievement.openInventory.desc=Trykk '%1$s' for å opne inventaret ditt. +achievement.mineWood=Skaffe ved +achievement.mineWood.desc=Deng på treet til det sprett ut ei treblokk +achievement.buildWorkBench=Hardt arbeid +achievement.buildWorkBench.desc=Lag ein arbeidsbenk av fire plankar +achievement.buildPickaxe=No skal det hakkast! +achievement.buildPickaxe.desc=Lag ei hakke av plankar og pinnar +achievement.buildFurnace=Varmt emne +achievement.buildFurnace.desc=Lag ein smelteomn av åtte brustein +achievement.acquireIron=Skaff utrustning +achievement.acquireIron.desc=Smelt jernmalm til ein jernbarre +achievement.buildHoe=No skal det dyrkast! +achievement.buildHoe.desc=Lag ei krafse av plankar og pinnar +achievement.makeBread=Brødbaking +achievement.makeBread.desc=Lag brød av kveite +achievement.bakeCake=Løgna +achievement.bakeCake.desc=Kveitemjøl, sukker, mjølk og egg +achievement.buildBetterPickaxe=Oppgradering +achievement.buildBetterPickaxe.desc=Lag ei betre hakke +achievement.cookFish=Utsøkt fisk +achievement.cookFish.desc=Fang fisk og steik han! +achievement.onARail=Dette går på skinner +achievement.onARail.desc=Køyr på skinner minst 1 km frå utgångspunktet +achievement.buildSword=No skal det herjast! +achievement.buildSword.desc=Lag sverd av plankar og pinnar +achievement.killEnemy=Monsterjagar +achievement.killEnemy.desc=Angrip og gjer mos av eit mosnter +achievement.killCow=Kuveltar +achievement.killCow.desc=Skaff deg lêr +achievement.flyPig=Når grisar flyg +achievement.flyPig.desc=Ri utfor eit stup på ein gris +achievement.snipeSkeleton=Snikskyttarduell +achievement.snipeSkeleton.desc=Kverk eit beinrangel med pil-og-boge på 50 meters avstand eller meir +achievement.diamonds=DIAMANTAR! +achievement.diamonds.desc=Grav fram diamantar med jernverkty +achievement.portal=Vi må djupare +achievement.portal.desc=Bygg ein portal til Nether +achievement.ghast=Tilbake til avsendar +achievement.ghast.desc=Drep ein Gast med si eiga eldkule +achievement.blazeRod=Mellom oska og elden +achievement.blazeRod.desc=Skaff ein eldstav frå eit eldskrømt +achievement.potion=Lokalbryggeri +achievement.potion.desc=Kok ihop ein eliksir +achievement.theEnd=Enden? +achievement.theEnd.desc=Finn Enden +achievement.theEnd2=Enden. +achievement.theEnd2.desc=Seir over Endedraken +achievement.enchantments=Forheksar +achievement.enchantments.desc=Bruk ei bok, obsidian og diamantar og lag eit forhekselsesbord +achievement.overkill=Hardhendt +achievement.overkill.desc=Gjer åtte hjarte skade med eit einaste slag +achievement.bookcase=Bibliotekar +achievement.bookcase.desc=Lag bokhyller til å forbetre forhekselsesbordet ditt med + +commands.generic.exception=Ein ukjend feil oppstod medan du prøvde å utføre kommandoen +commands.generic.syntax=Ugyldig kommandosyntaks +commands.generic.player.notFound=Finn ikkje spelaren +commands.generic.notFound=Ukjent kommando. Prøv /hjelp for ei liste av kommandoar. +commands.generic.num.invalid=%s er ikkje eit gyldig tal +commands.generic.num.tooSmall=Talet du skreiv (%d) er for lite, det må minst vere %d +commands.generic.num.tooBig=Talet du skreiv (%d) er for stort, det må vere mindre enn %d +commands.generic.double.tooSmall=Talet du har oppgjeve (%.2f) er for lite, det må vera minst %.2f +commands.generic.double.tooBig=Talet du har oppgjeve (%.2f) er for stort, det må vera maksimalt %.2f +commands.generic.usage=Bruk: %s + +commands.xp.failure.widthdrawXp=Kan ikke gje ein spelar negativ erfaringspoeng +commands.xp.success=Gitt %d erfaringspoeng til %s +commands.xp.success.levels=Gitt %d nivå til %s +commands.xp.success.negative.levels=Tok %d nivå frå %s +commands.xp.usage=/xp [spelar] ELLER /xp L [spelar] +commands.give.usage=/give [mengde] [data] +commands.give.notFound=Det finnest ingen gjenstand med ID %d +commands.give.success=Gitt %s (ID %d) * %d til %s +commands.effect.usage=/effect [seconds] [amplifier] +commands.effect.notFound=There is no such mob effect with ID %d +commands.effect.success=Given %1$s (ID %2$d) * %3$d to %4$s for %5$d seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.enchant.usage=/enchant [nivå] +commands.enchant.notFound=Det er ingen slik trolldom med ID %d +commands.enchant.noItem=Spelaren held ikkje ein gjenstandn +commands.enchant.cantEnchant=Kan ikkje forheksa gjenstand med denne forheksinga +commands.enchant.cantCombine=%1$s kan ikkje kombineras med %2$s +commands.enchant.success=Forheksinga lykkas +commands.clear.usage=/clear [gjenstand] [data] +commands.clear.success=Rydda opp i inventaret til %s, fjerna %d gjenstandar +commands.clear.failure=Could not clear the inventory of %s, no items to remove +commands.downfall.success=Vêrguden skifta humør +commands.time.usage=/tid +commands.time.added=La til %d til tida +commands.time.set=Set tida til %d +commands.players.list=Det er %d/%d spelarar pålogga: +commands.banlist.ips=Det er totalt %d bannlyste IP-adresser: +commands.banlist.players=Det er totalt %d bannlyste spelarar: +commands.banlist.usage=/banlist [ip-ar|spelare] +commands.kick.success=Sparka %s frå spelet +commands.kick.success.reason=Sparka %s frå spelet: '%s' +commands.kick.usage=/kick [kvifor ...] +commands.op.success=Gjorde %s til operatør +commands.op.usage=/op +commands.deop.success=%s er ikkje lenger operatør +commands.deop.usage=/deop +commands.say.usage=/say +commands.ban.success=%s er bannlyst +commands.ban.usage=/ban [grunn ...] +commands.unban.success=%s er ikkje lenger bannlyst +commands.unban.usage=/pardon +commands.banip.invalid=Du skreiv ein ugyldig IP-adresse eller namnet på ein spelar som ikkje er logga på +commands.banip.success=Bannlyste IP-adressa %s +commands.banip.success.players=Den bannlysa IP-adressa, %s, eigast av %s +commands.banip.usage=/Ban-ip [grunn ... ] +commands.unbanip.invalid=Du har skreve inn ei ugyldig IP adresse +commands.unbanip.success=IP-adressa %s er ikkje lenger bannlyst +commands.unbanip.usage=/pardon-ip +commands.save.enabled=Automatisk lagring av verd er på +commands.save.disabled=Automatisk lagring av verd er av +commands.save.start=Lagrar... +commands.save.success=Lagra verda +commands.save.failed=Lagre mislyktes: %s +commands.stop.start=Stoppar serveren +commands.tp.success=Teleporterte %s til %s +commands.tp.success.coordinates=Teleporterte %s til %.2f,%.2f,%.2f +commands.tp.usage=/tp [spelar] ELLER /tp [spelar] +commands.tp.notSameDimension=Kan ikkje teleportera fordi spelarane er ikkje i same dimensjon +commands.whitelist.list=Det er %d (ut av %d sett) reinvaska spelare: +commands.whitelist.enabled=Kviteliste er skrudd på +commands.whitelist.disabled=Kviteliste er skrudd av +commands.whitelist.reloaded=Kvitelista vart lasta om att +commands.whitelist.add.success=La til %s i kvitelista +commands.whitelist.add.usage=/whitelist add +commands.whitelist.remove.success=Fjerna %s frå kvitelista +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.scoreboard.usage=/scoreboard +commands.scoreboard.teamNotFound=Fann ingen lag med namn '%s' +commands.scoreboard.objectiveNotFound=Fann ingen oppdrag med namn '%s' +commands.scoreboard.objectiveReadOnly=Oppdraget '%s' er skrivesperra og kan ikkje endras +commands.scoreboard.objectives.usage=/scoreboard objectives +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [oppdrag] +commands.scoreboard.objectives.setdisplay.invalidSlot=Fann ikkje visningsplass '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Fjerna visningsplass for oppdrag '%s' +commands.scoreboard.objectives.setdisplay.successSet=Anga visning for oppdrag frå '%s' til '%s' +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [visningsnamn ...] +commands.scoreboard.objectives.add.wrongType=Ugyldig kriterium for oppdrag. Gyldige kriterium er: %s +commands.scoreboard.objectives.add.alreadyExists=Eit oppdrag med namn '%s' finnes frå før +commands.scoreboard.objectives.add.tooLong=Namnet '%s' er for langt for eit oppdrag, maksimal lengde er %d teikn +commands.scoreboard.objectives.add.displayTooLong=Visningsnamnet '%s' er for langt for eit oppdrag, maksimal lengde er %d teikn +commands.scoreboard.objectives.add.success=Oppdraget '%s' vart lagt til +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.remove.success=Oppdraget '%s' vart fjerna +commands.scoreboard.objectives.list.count=Viser %d oppdrag på resultattavla +commands.scoreboard.objectives.list.entry=-%s: vises som '%s' og er av type '%s' +commands.scoreboard.objectives.list.empty=Det er ingen oppdrag på resultattavla +commands.scoreboard.players.usage=/scoreboard players +commands.scoreboard.players.set.success=Satt poengsum %s for spelar %s til %d +commands.scoreboard.players.set.usage=/scoreboard players set +commands.scoreboard.players.add.usage=/scoreboard players add +commands.scoreboard.players.remove.usage=/scoreboard players remove +commands.scoreboard.players.reset.usage=/scoreboard players reset +commands.scoreboard.players.reset.success=Alle poengsum for spelar %s vart tilbakestilt +commands.scoreboard.players.list.count=Viser %d spora spelarar på resultattavla +commands.scoreboard.players.list.empty=Det er ingen spora spelarar på resultattavla +commands.scoreboard.players.list.player.count=Viser %d spora oppdrag for %s +commands.scoreboard.players.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.players.list.player.empty=Spelar %s har ingen registrerte poeng +commands.scoreboard.teams.usage=/scoreboard teams +commands.scoreboard.teams.add.usage=/scoreboard teams add [visningsnamn ...] +commands.scoreboard.teams.add.alreadyExists=Eit lag med namn '%s' finnast frå før +commands.scoreboard.teams.add.tooLong=Namnet '%s' er for langt for eit lag, maksimal lengde er %d teikn +commands.scoreboard.teams.add.displayTooLong=Visningsnamnet '%s' er for langt for eit lag, maksimal lengde er %d teikn +commands.scoreboard.teams.add.success=Laget '%s' vart lagt til +commands.scoreboard.teams.list.usage=/scoreboard teams list [namn] +commands.scoreboard.teams.list.count=Viser %d lag på resultattavla +commands.scoreboard.teams.list.entry=-%1$s: '%2$s' har %3$d spelarar +commands.scoreboard.teams.list.empty=Ingen lag er registrert på resultattavla +commands.scoreboard.teams.list.player.count=Viser %d spelar(ar) på laget %s +commands.scoreboard.teams.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.teams.list.player.empty=Laget %s har ingen spelarar +commands.scoreboard.teams.empty.usage=/scoreboard teams clear +commands.scoreboard.teams.empty.alreadyEmpty=Laget %s er tomt, kan ikkje fjerna ikkje-eksisterande spelarar +commands.scoreboard.teams.empty.success=Fjerna alle %d spelar(ar) frå laget %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.remove.success=Fjerna laget %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [spelar] +commands.scoreboard.teams.join.success=La til %d spelar(ar) i laget %s: %s +commands.scoreboard.teams.join.failure=Kunne ikkje fjerna %d spelar(ar) frå laget: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [spelar] +commands.scoreboard.teams.leave.success=Fjerna %d spelar(ar) frå laget: %s +commands.scoreboard.teams.leave.failure=Kunne ikkje fjerna %d spelar(ar) frå laget: %s +commands.scoreboard.teams.leave.noTeam=Du er ikkje på eit lag +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.option.noValue=Gyldige verdiar for val %s er: %s +commands.scoreboard.teams.option.success=Set option %s for team %s to %s +commands.gamemode.success.self=Spelarmodusen din er sett til %s +commands.gamemode.success.other=Sett %s sin spelmodus til %s +commands.gamemode.usage=/gamemode [spelar] +commands.defaultgamemode.usage=/defaultgamemode +commands.defaultgamemode.success=Verdas standard spelmodus er sett til %s +commands.me.usage=/me +commands.help.header=--- Visar hjelpeside %d av %d (/help )--- +commands.help.footer=Tips: Bruk -tasten medan du skriv ein kommando for å autofullføre kommandoen eller argumenta hans +commands.help.usage=/help [side|kommandonamn] +commands.publish.started=Nytt lokalspel på %s +commands.publish.failed=Kunne ikkje oppretta lokalspel +commands.debug.start=Starta debugging +commands.debug.stop=Stoppa debugging etter %.2f sekund (%d ticks) +commands.debug.notStarted=Kan ikkje stoppa debugging når den ikkje er starta! +commands.debug.usage=/debug +commands.message.usage=/tell +commands.message.sameTarget=Du kan ikkje senda melding til deg sjølv! +commands.message.display.outgoing=Du kviskrar til %s: %s +commands.message.display.incoming=%s kviskrar til deg: %s +commands.difficulty.usage=/difficulty +commands.difficulty.success=Vanskegrada er satt til %s +commands.spawnpoint.usage=/spawnpoint ELLER /spawnpoint ELLER /spawnpoint +commands.spawnpoint.success=Endra startspunktet til %s til (%d, %d, %d) +commands.gamerule.usage=/gamerule ELLER /gamerule +commands.gamerule.success=Speleregelen er oppdatert +commands.gamerule.norule=Ingen speleregel kalt '%s' er tilgjengeleg +commands.weather.usage=/weather [varigheit] +commands.weather.clear=Endra vêret til klart +commands.weather.rain=Endra vêret til regn +commands.weather.thunder=Endra vêret til torden og regn +commands.testfor.usage=/testfor +commands.testfor.failed=/testfor kan berre brukas av kommandoblokkar med analog utgang + +itemGroup.buildingBlocks=Byggemateriale +itemGroup.decorations=Pynt +itemGroup.redstone=Raudstein +itemGroup.transportation=Transport +itemGroup.misc=Forskjellig +itemGroup.search=Søk etter gjendstandar +itemGroup.food=Mat +itemGroup.tools=verktøy +itemGroup.combat=Kamp +itemGroup.brewing=Brygging +itemGroup.materials=materialer +itemGroup.inventory=Overlevingsinventar + +inventory.binSlot=Øydelegg gjenstand + +advMode.setCommand=Angi konsollkommando +advMode.command=Konsollkommando +advMode.nearestPlayer=Bruk "@p" for å velja nærmaste spelar +advMode.randomPlayer=Bruk "@r" for å velja tilfeldig spelar +advMode.allPlayers=Bruk "@a" for å velja alle spelarane + +advMode.notEnabled=Kommandoblokkar er ikkje aktivert på denne serveren +advMode.notAllowed=Må vera ein operatør i kreativ modus + +mco.title=Minecraft Realms +mco.selectServer.select=Logg på server +mco.selectServer.configure=Konfigurer +mco.selectServer.create=Lag verd +mco.selectServer.moreinfo=Meir informasjon + +mco.configure.world.edit.title=Endre verd + +mco.configure.world.title=Konfigurer verd +mco.configure.world.name=Namn +mco.configure.world.description=Skildring +mco.configure.world.location=Plassering +mco.configure.world.invited=Invitert +mco.configure.world.buttons.edit=Endre +mco.configure.world.buttons.reset=Tilbakestill verda +mco.configure.world.buttons.done=Ferdig +mco.configure.world.buttons.delete=Slett +mco.configure.world.buttons.open=Opne verda +mco.configure.world.buttons.close=Steng verda +mco.configure.world.buttons.invite=Inviter +mco.configure.world.buttons.uninvite=Opphev invitasjon +mco.configure.world.buttons.subscription=Subscription +mco.configure.world.invite.profile.name=Namn +mco.configure.world.uninvite.question=Er du sikker på at du vil oppheva invitasjonen + +mco.configure.world.subscription.title=Subscription Info +mco.configure.world.subscription.daysleft=Days Left +mco.configure.world.subscription.start=Start Date +mco.configure.world.subscription.extend=Extend + +mco.create.world.location.title=Plasseringar +mco.create.world.location.warning=Du får ikkje nødvendigvis den nøyaktige plasseringen du vel +mco.create.world.wait=Lager verda... + +mco.reset.world.title=Tilbakestill verda +mco.reset.world.warning=Dette vil sletta verda for alltid! +mco.reset.world.seed=Seed (valfri) +mco.reset.world.resetting.screen.title=Tilbakestiller verda... + +mco.configure.world.close.question.line1=Verda di vil verte utilgjengeleg. +mco.configure.world.close.question.line2=Er du sikker på at du vil gjera det? + +mco.connect.connecting=Koplar til online-server... +mco.connect.authorizing=Loggar inn... +mco.connect.failed=Kunne ikkje kople til online-serveren + +mco.create.world=Lag + diff --git a/1.5.2/lang/no_NO.lang b/1.5.2/lang/no_NO.lang new file mode 100644 index 00000000..7e5152a7 --- /dev/null +++ b/1.5.2/lang/no_NO.lang @@ -0,0 +1,1293 @@ +#X-Generator: crowdin.net + +language.name=Norsk +language.region=NO +language.code=no_NO + +gui.done=Ferdig +gui.cancel=Avbryt +gui.back=Back +gui.toMenu=Tilbake til hovedmenyen +gui.up=Opp +gui.down=Ned +gui.yes=Ja +gui.no=Nei + +menu.singleplayer=Enkeltspiller +menu.multiplayer=Flerspiller +menu.online=Minecraft Realms +menu.options=Innstillinger... +menu.quit=Avslutt spill +menu.returnToMenu=Lagre og gå til hovedmenyen +menu.disconnect=Koble fra +menu.returnToGame=Fortsett spillet +menu.switchingLevel=Bytter verden +menu.generatingLevel=Lager verden +menu.loadingLevel=Laster verden +menu.generatingTerrain=Bygger terreng +menu.convertingLevel=Konverterer verden +menu.simulating=Simulerer verden litt +menu.respawning=Gjenoppstår +menu.shareToLan=Åpne til LAN + +selectWorld.title=Velg verden +selectWorld.empty=tom +selectWorld.world=Verden +selectWorld.select=Spill Valgte Verden +selectWorld.create=Lag ny verden +selectWorld.recreate=Lag på nytt +selectWorld.createDemo=Spill ny demoverden +selectWorld.delete=Slett +selectWorld.rename=Gi nytt navn +selectWorld.deleteQuestion=Er du sikker på at du vil slette denne verdenen? +selectWorld.deleteWarning=vil forsvinne for alltid! (Veldig lenge!) +selectWorld.deleteButton=Slett +selectWorld.renameButton=Gi nytt navn +selectWorld.renameTitle=Gi nytt navn til verdenen +selectWorld.conversion=Må konverteres! +selectWorld.newWorld=Ny Verden +selectWorld.newWorld.copyOf=Kopi av %s +selectWorld.enterName=Navn på verden +selectWorld.resultFolder=Vil bli lagret i: +selectWorld.enterSeed=Frø til verdensgeneratoren +selectWorld.seedInfo=La stå blank for tilfeldig seed +selectWorld.cheats=Juksekoder +selectWorld.customizeType=Tilpass + +createWorld.customize.presets=Forhåndsinnstillinger +createWorld.customize.presets.title=Velg en forhåndsinnstilling +createWorld.customize.presets.select=Bruk forhåndsinnstilling +createWorld.customize.presets.share=Vil du dele din forhåndsinnstilling med noen? Bruk boksen under! +createWorld.customize.presets.list=Alternativt, her er noen vi lagd tidligere! +createWorld.customize.flat.title=Tilpasning av superflat +createWorld.customize.flat.tile=Lagmateriale +createWorld.customize.flat.height=Høyde +createWorld.customize.flat.addLayer=Legg til lag +createWorld.customize.flat.editLayer=Endre lag +createWorld.customize.flat.removeLayer=Fjern lag +createWorld.customize.flat.layer.top=Topp - %d +createWorld.customize.flat.layer=%d +createWorld.customize.flat.layer.bottom=Bunn - %d + +gameMode.survival=Overlevelsesmodus +gameMode.creative=Kreativ modus +gameMode.adventure=Eventyrmodus +gameMode.hardcore=Hardcore-modus! +gameMode.changed=Din spillemodus er oppdatert + +selectWorld.gameMode=Spillmodus: +selectWorld.gameMode.survival=Overlevelse +selectWorld.gameMode.survival.line1=Let etter ressurser, lag verktøy og våpen, få +selectWorld.gameMode.survival.line2=nivåer, liv og sult +selectWorld.gameMode.creative=Kreativ +selectWorld.gameMode.creative.line1=Ubegrensede ressurser, fri flyvning og +selectWorld.gameMode.creative.line2=ødelegg blokker øyeblikkelig +selectWorld.gameMode.hardcore=Hardcore +selectWorld.gameMode.hardcore.line1=Samme som overlevelsemodus, låst på vanskeligste +selectWorld.gameMode.hardcore.line2=vanskelighetsgrad, og kun ett liv +selectWorld.gameMode.adventure=Eventyr +selectWorld.gameMode.adventure.line1=Samme som overlevelsesmodus, men blokker kan ikke +selectWorld.gameMode.adventure.line2=bli lagt til eller fjernet +selectWorld.moreWorldOptions=Flere verdensinnstillinger... +selectWorld.mapFeatures=Generer Byggverk: +selectWorld.mapFeatures.info=Landsbyer, fangehull, osv. +selectWorld.mapType=Verdenstype: +selectWorld.mapType.normal=Normal +selectWorld.allowCommands=Tillat juksekoder: +selectWorld.allowCommands.info=Kommandoer som /gamemode, /xp +selectWorld.hardcoreMode=Hardcore: +selectWorld.hardcoreMode.info=Verdenen slettes når du dør +selectWorld.bonusItems=Bonuskiste + +generator.default=Standard +generator.flat=Superflat +generator.largeBiomes=Store biomer + +selectServer.title=Velg server +selectServer.empty=tom +selectServer.select=Logg på server +selectServer.direct=Direkte tilkobling +selectServer.edit=Rediger +selectServer.delete=Slett +selectServer.add=Legg til server +selectServer.defaultName=Minecraft-Server +selectServer.deleteQuestion=Er du sikker på at du vil fjerne denne serveren? +selectServer.deleteWarning=vil forsvinne for alltid! (Veldig lenge!) +selectServer.deleteButton=Slett +selectServer.refresh=Oppdater +selectServer.hiddenAddress=(Gjemt) +addServer.title=Endre serverinfo +addServer.enterName=Servernavn +addServer.enterIp=Serveradresse +addServer.add=Ferdig +addServer.hideAddress=Skjul adresse +lanServer.title=LAN-verden +lanServer.scanning=Scanning for games on your local network +lanServer.start=Start LAN-verden +lanServer.otherPlayers=Innstillinger for andre spillere +mcoServer.title=Minecraft Online verden + +multiplayer.title=Spill Flerspiller +multiplayer.connect=Koble til +multiplayer.info1=Minecraft flerspiller er for øyeblikket ikke ferdig, men det +multiplayer.info2=er litt buggy, tidlig testing som pågår. +multiplayer.ipinfo=Skriv inn IP-en på en server for å koble til den: + +multiplayer.texturePrompt.line1=Denne serveren anbefaler bruken av en egendefinert teksturpakke. +multiplayer.texturePrompt.line2=Ønsker du å laste ned og installere den automagisk? + +multiplayer.downloadingTerrain=Laster ned terreng + +multiplayer.stopSleeping=Forlat sengen + +chat.link.confirm=Er du sikker på at du vil åpne følgende nettside? +chat.link.warning=Du må aldri åpne linker fra personer du ikke stoler på! +chat.copy=Kopier til utklippstavle + +menu.playdemo=Spill prøveverden +menu.resetdemo=Tilbakestill prøveverden +demo.day.1=Denne demoen vil vare i fem spilldager. Gjør ditt beste! +demo.day.2=Dag To +demo.day.3=Dag Tre +demo.day.4=Dag Fire +demo.day.5=Dette er din siste dag! +demo.day.warning=Tiden din løper snart ut! +demo.day.6=Den siste dagen din er over. Trykk på F2 for å lagre et bilde av byggverket ditt +demo.reminder=Demotiden er over. Kjøp spillet for å fortsette, eller lag en ny verden! +demo.remainingTime=Gjenstående tid: %s +demo.demoExpired=Prøveperioden er over! +demo.help.movement=Bruk %1$s, %2$s, %3$s, %4$s og datamusen for å bevege deg +demo.help.movementShort=Beveg deg rundt rundt med %1$s, %2$s, %3$s, %4$s +demo.help.movementMouse=Se deg rundt med musen +demo.help.jump=Hopp ved å trykke på %1$s +demo.help.inventory=Bruk %1$s for å åpne inventaret ditt +demo.help.title=Minecraft prøveversjon +demo.help.fullWrapped=Denne prøveversjonen vil vare 5 dager i spillet (ca 1 time og 40 minutter i ekte tid). Sjekk prestasjoner for tips! Ha det gøy! +demo.help.buy=Kjøp nå! +demo.help.later=Fortsett å spille! + +connect.connecting=Kobler til serveren... +connect.authorizing=Logger inn... +connect.failed=Kunne ikke koble til serveren + +disconnect.genericReason=%s +disconnect.disconnected=Frakoblet av serveren +disconnect.lost=Mistet Forbindelsen +disconnect.kicked=Ble sparket ut av spillet +disconnect.timeout=Tidsavbrudd +disconnect.closed=Forbindelse avbrutt +disconnect.loginFailed=Feil ved innlogging +disconnect.loginFailedInfo=Feil ved innlogging: %s +disconnect.quitting=Avslutter +disconnect.endOfStream=Streamen ble avsluttet +disconnect.overflow=Bufferoverløp +disconnect.spam=Kastet ut for spamming + +options.off=AV +options.on=PÅ +options.visible=Vist +options.hidden=Skjult +options.title=Innstillinger +options.controls=Kontroller... +options.video=Videoinnstillinger... +options.language=Språk... +options.languageWarning=Oversettelsene er ikke alltid 100% nøyaktige +options.videoTitle=Videoinnstillinger +options.music=Musikk +options.sound=Lyd +options.invertMouse=Inverter museretninger +options.fov=Synsfelt +options.fov.min=Normal +options.fov.max=Quake Pro +options.gamma=Lysstyrke +options.gamma.min=Dunkelt +options.gamma.max=Lyst +options.sensitivity=Sensitivitet +options.sensitivity.min=*gjesp* +options.sensitivity.max=HYPERFART!!! +options.renderDistance=Rendringsavstand +options.renderDistance.tiny=Mini +options.renderDistance.short=Kort +options.renderDistance.normal=Normal +options.renderDistance.far=Langt +options.viewBobbing=Vis gå-animasjon +options.ao=Jevn belysning +options.ao.off=Off +options.ao.min=Minimum +options.ao.max=Maximum +options.anaglyph=3D-anaglyf +options.framerateLimit=Ytelse +options.difficulty=Vanskelighetsgrad +options.difficulty.peaceful=Fredelig +options.difficulty.easy=Lett +options.difficulty.normal=Normal +options.difficulty.hard=Vanskelig +options.difficulty.hardcore=Hardcore +options.graphics=Grafikk +options.graphics.fancy=Stilig +options.graphics.fast=Rask +options.guiScale=GUI-størrelse +options.guiScale.auto=Automatisk +options.guiScale.small=Liten +options.guiScale.normal=Normal +options.guiScale.large=Stor +options.advancedOpengl=Avansert OpenGL +options.renderClouds=Skyer +options.farWarning1=En 64-bits versjon av Java anbefales +options.farWarning2=for 'Lang' rendringsavstand (du har 32-bit) +options.particles=Partikler +options.particles.all=Alle +options.particles.decreased=Færre +options.particles.minimal=Minimalt +options.multiplayer.title=Flerspiller-innstillinger... +options.chat.title=Chat-innstillinger... +options.chat.visibility=Chat +options.chat.visibility.full=Vist +options.chat.visibility.system=Kun kommandoer +options.chat.visibility.hidden=Gjemt +options.chat.color=Farger +options.chat.opacity=Gjennomsiktighet +options.chat.links=Nettlenker +options.chat.links.prompt=Spørre på koblinger +options.chat.scale=Skala +options.chat.width=Bredde +options.chat.height.focused=Fokusert høyde +options.chat.height.unfocused=Ufokusert høyde +options.showCape=Vis kappe +options.serverTextures=Serverteksturer +options.snooper=Tillat snooper +options.snooper.view=Snooper-instillinger... +options.snooper.title=Maskinspesifikasjons-samling +options.snooper.desc=Vi ønsker å samle informasjon om din maskin for å hjelpe oss med å forbedre Minecraft. Vi vil vite hva vi kan hjelpe med og hvor de store problemene er. All informasjon er helt anonymt, og du kan se den nedenfor. Vi lover å ikke gjøre noe galt med denne informasjonen, men hvis du vil, kan du ungå å gi informasjonen til Mojang. Da er det bare å skru det av! +options.texture.pack=Teksturpakker +options.fullscreen=Fullskjerm +options.vsync=Bruk VSync +options.touchscreen=Berøringsskjerm-modus + +performance.max=Maks. FPS +performance.balanced=Balansert +performance.powersaver=Strømsparer + +controls.title=Kontroller + +key.forward=Fremover +key.left=Venstre +key.back=Bakover +key.right=Høyre +key.jump=Hopp +key.inventory=Inventar +key.drop=Slipp +key.chat=Chat +key.fog=Velg tåkeavstand +key.sneak=Snik +key.playerlist=Liste over medspillere +key.attack=Angrip +key.use=Bruk +key.pickItem=Velg blokk +key.mouseButton=Knapp %1$s +key.command=Kommando + +texturePack.openFolder=Åpne mappen for teksturpakker +texturePack.title=Velg teksturpakke +texturePack.folderInfo=(Plasser teksturpakkefiler her) +texturePack.incompatible=Inkompatibel + +book.pageIndicator=Side %1$s av %2$s +book.byAuthor=av %1$s +book.signButton=Underskriv +book.editTitle=Skriv inn tittel: +book.finalizeButton=Underskriv og lukk +book.finalizeWarning=Husk! Når du underskriver boken vil den ikke lengre være mulig å redigere den. + +tile.stone.name=Stein + +tile.grass.name=Gressblokk +tile.dirt.name=Jord +tile.stonebrick.name=Brostein +tile.wood.name=Treplanker +tile.wood.oak.name=Eikeplanker +tile.wood.spruce.name=Granplanker +tile.wood.birch.name=Bjørkeplanker +tile.wood.jungle.name=Jungel-treplanker +tile.sapling.oak.name=Eikepire +tile.sapling.spruce.name=Furuspire +tile.sapling.birch.name=Bjørkespire +tile.sapling.jungle.name=Jungel-trespire +tile.deadbush.name=Død busk +tile.bedrock.name=Grunnfjell +tile.water.name=Vann +tile.lava.name=Lava +tile.sand.name=Sand +tile.sandStone.name=Sandstein +tile.sandStone.default.name=Sandstein +tile.sandStone.chiseled.name=Meislet sandstein +tile.sandStone.smooth.name=Glatt Sandstein +tile.gravel.name=Grus +tile.oreGold.name=Gullmalm +tile.oreIron.name=Jernmalm +tile.oreCoal.name=Kullmalm +tile.log.name=Tre +tile.log.oak.name=Eiketre +tile.log.spruce.name=Grantre +tile.log.birch.name=Bjørketre +tile.log.jungle.name=Jungeltre +tile.leaves.name=Løv +tile.leaves.oak.name=Eikeblader +tile.leaves.spruce.name=Granbar +tile.leaves.birch.name=Bjørkeblader +tile.leaves.jungle.name=Jungelblader +tile.tallgrass.name=Gress +tile.tallgrass.shrub.name=Busk +tile.tallgrass.grass.name=Gress +tile.tallgrass.fern.name=Bregne +tile.sponge.name=Svamp +tile.glass.name=Glass +tile.thinGlass.name=Glassrute +tile.cloth.name=Ull +tile.flower.name=Blomst +tile.rose.name=Rose +tile.mushroom.name=Sopp +tile.blockGold.name=Gullblokk +tile.blockIron.name=Jernblokk +tile.stoneSlab.stone.name=Steinhelle +tile.stoneSlab.sand.name=Sandsteinhelle +tile.stoneSlab.wood.name=Trehelle +tile.stoneSlab.cobble.name=Brosteinhelle +tile.stoneSlab.brick.name=Murhelle +tile.stoneSlab.smoothStoneBrick.name=Steinmurhelle +tile.stoneSlab.netherBrick.name=Nehermurhelle +tile.stoneSlab.quartz.name=Kvartshelle +tile.woodSlab.oak.name=Eiketrehelle +tile.woodSlab.spruce.name=Grantrehelle +tile.woodSlab.birch.name=Bjørketrehelle +tile.woodSlab.jungle.name=Jungeltrehelle +tile.brick.name=Murstein +tile.tnt.name=TNT +tile.bookshelf.name=Bokhylle +tile.stoneMoss.name=Mosegrodd stein +tile.obsidian.name=Obsidian +tile.torch.name=Fakkel +tile.fire.name=Ild +tile.mobSpawner.name=Monsterspawner +tile.stairsWood.name=Eiketrapper +tile.stairsWoodSpruce.name=Grantrapper +tile.stairsWoodBirch.name=Bjørketrapper +tile.stairsWoodJungle.name=Jungeltretrapper +tile.chest.name=Kiste +tile.chestTrap.name=Falsk kiste +tile.redstoneDust.name=Rødsteinspulver +tile.oreDiamond.name=Diamantmalm +tile.blockDiamond.name=Diamantblokk +tile.workbench.name=Arbeidsbenk +tile.crops.name=Avlinger +tile.farmland.name=Åkerland +tile.furnace.name=Smelteovn +tile.sign.name=Skilt +tile.doorWood.name=Tredør +tile.ladder.name=Stige +tile.rail.name=Skinne +tile.goldenRail.name=Elektrisk skinne +tile.activatorRail.name=Aktivatorskinne +tile.detectorRail.name=Detektorskinne +tile.stairsStone.name=Steintrapper +tile.stairsSandStone.name=Sandsteinstrapper +tile.lever.name=Spak +tile.pressurePlate.name=Trykkplate +tile.weightedPlate_light.name=Tyngdetrykkplate (lett) +tile.weightedPlate_heavy.name=Tyngdetrykkplate (tung) +tile.doorIron.name=Jerndør +tile.oreRedstone.name=Rødsteinsmalm +tile.notGate.name=Rødsteinsfakkel +tile.button.name=Knapp +tile.snow.name=Snø +tile.ice.name=Is +tile.cactus.name=Kaktus +tile.clay.name=Leire +tile.reeds.name=Sukkerrør +tile.jukebox.name=Platespiller +tile.fence.name=Gjerde +tile.fenceGate.name=Gjerdeport +tile.pumpkin.name=Gresskar +tile.litpumpkin.name=Gresskarlykt +tile.hellrock.name=Netherstein +tile.hellsand.name=Sjelesand +tile.lightgem.name=Glødestein +tile.portal.name=Portal +tile.cloth.black.name=Svart ull +tile.cloth.red.name=Rød ull +tile.cloth.green.name=Grønn ull +tile.cloth.brown.name=Brun ull +tile.cloth.blue.name=Blå ull +tile.cloth.purple.name=Lilla ull +tile.cloth.cyan.name=Cyanblå ull +tile.cloth.silver.name=Lysegrå ull +tile.cloth.gray.name=Grå ull +tile.cloth.pink.name=Rosa ull +tile.cloth.lime.name=Limefarget ull +tile.cloth.yellow.name=Gul ull +tile.cloth.lightBlue.name=Lyseblå ull +tile.cloth.magenta.name=Lyselilla ull +tile.cloth.orange.name=Oransje ull +tile.cloth.white.name=Ull +tile.oreLapis.name=Lapis lazuli-malm +tile.blockLapis.name=Lapis lazuli-blokk +tile.dispenser.name=Dispenser +tile.dropper.name=Dropper +tile.musicBlock.name=Noteblokk +tile.cake.name=Kake +tile.bed.name=Seng +tile.bed.occupied=Denne sengen er opptatt +tile.bed.noSleep=Du kan bare sove om natten +tile.bed.notSafe=Du kan ikke sove nå, det er monstre i nærheten +tile.bed.notValid=Sengen din mangler eller er blokkert +tile.lockedchest.name=Låst kiste +tile.trapdoor.name=Fallem +tile.web.name=Spindelvev +tile.stonebricksmooth.name=Steinblokker +tile.stonebricksmooth.default.name=Steinmur +tile.stonebricksmooth.mossy.name=Mosegrodd steinmur +tile.stonebricksmooth.cracked.name=Sprukket steinmur +tile.stonebricksmooth.chiseled.name=Meislet steinmur +tile.monsterStoneEgg.stone.name=Stein sølvkreblokk +tile.monsterStoneEgg.cobble.name=Brostein sølvkreblokk +tile.monsterStoneEgg.brick.name=Steinmur sølvkreblokk +tile.pistonBase.name=Stempel +tile.pistonStickyBase.name=Klebrig Stempel +tile.fenceIron.name=Jernstenger +tile.melon.name=Melon +tile.stairsBrick.name=Mursteinstrapper +tile.stairsStoneBrickSmooth.name=Stein trapper +tile.vine.name=Lianer +tile.netherBrick.name=Nethermur +tile.netherFence.name=Nethermur-gjerde +tile.stairsNetherBrick.name=Nethermur-trapp +tile.netherStalk.name=Nethervorte +tile.cauldron.name=Kjele +tile.enchantmentTable.name=Fortryllelsesbord +tile.anvil.name=Ambolt +tile.anvil.intact.name=Ambolt +tile.anvil.slightlyDamaged.name=Skadet ambolt +tile.anvil.veryDamaged.name=Svært skadet ambolt +tile.whiteStone.name=Endestein +tile.endPortalFrame.name=Portal til End +tile.mycel.name=Mycel +tile.waterlily.name=Vannliljeblad +tile.dragonEgg.name=Drageegg +tile.redstoneLight.name=Rødsteinslampe +tile.cocoa.name=Kakao +tile.enderChest.name=End-kiste +tile.oreRuby.name=Rubinmalm +tile.oreEmerald.name=Smaragdmalm +tile.blockEmerald.name=Blokk av smaragd +tile.blockRedstone.name=Rødsteinblokk +tile.tripWire.name=Snubletråd +tile.tripWireSource.name=Krok for snubletråd +tile.commandBlock.name=Kommandoblokk +tile.beacon.name=Signallys +tile.beacon.primary=Primær kraft +tile.beacon.secondary=Sekundær kraft +tile.cobbleWall.normal.name=Brosteinsvegg +tile.cobbleWall.mossy.name=Mosete brosteinsvegg +tile.carrots.name=Gulrøtter +tile.potatoes.name=Poteter +tile.daylightDetector.name=Dagslyssensor +tile.netherquartz.name=Kvarts malm +tile.hopper.name=Gjenstandssjakt +tile.quartzBlock.default.name=Kvarts blokk +tile.quartzBlock.chiseled.name=Meislet kvartsblokk +tile.quartzBlock.lines.name=Søyle kvartsblokk +tile.stairsQuartz.name=Kvartstrapper + +item.shovelIron.name=Jernspade +item.pickaxeIron.name=Jernhakke +item.hatchetIron.name=Jernøks +item.flintAndSteel.name=Tennstål +item.apple.name=Eple +item.cookie.name=Kjeks +item.bow.name=Bue +item.arrow.name=Pil +item.coal.name=Kull +item.charcoal.name=Trekull +item.diamond.name=Diamant +item.emerald.name=Smaragd +item.ingotIron.name=Jernbarre +item.ingotGold.name=Gullbarre +item.swordIron.name=Jernsverd +item.swordWood.name=Tresverd +item.shovelWood.name=Trespade +item.pickaxeWood.name=Trehakke +item.hatchetWood.name=Treøks +item.swordStone.name=Steinsverd +item.shovelStone.name=Steinspade +item.pickaxeStone.name=Steinhakke +item.hatchetStone.name=Steinøks +item.swordDiamond.name=Diamantsverd +item.shovelDiamond.name=Diamantspade +item.pickaxeDiamond.name=Diamanthakke +item.hatchetDiamond.name=Diamantøks +item.stick.name=Pinne +item.bowl.name=Bolle +item.mushroomStew.name=Soppstuing +item.swordGold.name=Gullsverd +item.shovelGold.name=Gullspade +item.pickaxeGold.name=Gullhakke +item.hatchetGold.name=Gulløks +item.string.name=Tråd +item.feather.name=Fjær +item.sulphur.name=Krutt +item.hoeWood.name=Treljå +item.hoeStone.name=Steinljå +item.hoeIron.name=Jernljå +item.hoeDiamond.name=Diamantljå +item.hoeGold.name=Gull-ljå +item.seeds.name=Frø +item.seeds_pumpkin.name=Gresskarfrø +item.seeds_melon.name=Melonfrø +item.melon.name=Melon +item.wheat.name=Hvete +item.bread.name=Brød +item.helmetCloth.name=Lærhjelm +item.chestplateCloth.name=Lærtrøye +item.leggingsCloth.name=Lærbukser +item.bootsCloth.name=Lærsko +item.helmetChain.name=Brynjehjelm +item.chestplateChain.name=Brynjebrystplate +item.leggingsChain.name=Brynjebukser +item.bootsChain.name=Brynjestøvler +item.helmetIron.name=Jernhjelm +item.chestplateIron.name=Jernbrystplate +item.leggingsIron.name=Jernbenplater +item.bootsIron.name=Jernstøvler +item.helmetDiamond.name=Diamanthjelm +item.chestplateDiamond.name=Diamantbrystplate +item.leggingsDiamond.name=Diamantbenplater +item.bootsDiamond.name=Diamantstøvler +item.helmetGold.name=Gullhjelm +item.chestplateGold.name=Gullbrystplate +item.leggingsGold.name=Gullbenplater +item.bootsGold.name=Gullstøvler +item.flint.name=Flint +item.porkchopRaw.name=Rå svinekotelett +item.porkchopCooked.name=Stekt svinekotelett +item.chickenRaw.name=Rå kylling +item.chickenCooked.name=Stekt kylling +item.beefRaw.name=Rå biff +item.beefCooked.name=Stekt biff +item.painting.name=Maleri +item.frame.name=Ramme +item.appleGold.name=Gulleple +item.sign.name=Skilt +item.doorWood.name=Tredør +item.bucket.name=Bøtte +item.bucketWater.name=Vannbøtte +item.bucketLava.name=Lavabøtte +item.minecart.name=Gruvevogn +item.saddle.name=Sal +item.doorIron.name=Jerndør +item.redstone.name=Rødstein +item.snowball.name=Snøball +item.boat.name=Båt +item.leather.name=Lær +item.milk.name=Melk +item.brick.name=Murstein +item.clay.name=Leire +item.reeds.name=Sukkerrør +item.paper.name=Papir +item.book.name=Bok +item.slimeball.name=Slimball +item.minecartChest.name=Gruvevogn med kiste +item.minecartFurnace.name=Gruvevogn med Ovn +item.minecartTnt.name=Gruvevogn med TNT +item.minecartHopper.name=Gruvevogn med gjenstandssjakt +item.egg.name=Egg +item.compass.name=Kompass +item.fishingRod.name=Fiskestang +item.clock.name=Klokke +item.yellowDust.name=Glødesteinspulver +item.fishRaw.name=Rå fisk +item.fishCooked.name=Stekt fisk +item.record.name=Musikkdisk +item.bone.name=Bein +item.dyePowder.black.name=Blekkpose +item.dyePowder.red.name=Rosenrød +item.dyePowder.green.name=Kaktusgrønn +item.dyePowder.brown.name=Kakaobønner +item.dyePowder.blue.name=Lasursten +item.dyePowder.purple.name=Lilla fargestoff +item.dyePowder.cyan.name=Turkis fargestoff +item.dyePowder.silver.name=Lysegrått fargestoff +item.dyePowder.gray.name=Grått fargestoff +item.dyePowder.pink.name=Rosa fargestoff +item.dyePowder.lime.name=Limegrønt fargestoff +item.dyePowder.yellow.name=Løvetannsgul +item.dyePowder.lightBlue.name=Lyseblått fargestoff +item.dyePowder.magenta.name=Lyselilla fargestoff +item.dyePowder.orange.name=Oransje fargestoff +item.dyePowder.white.name=Beinmel +item.sugar.name=Sukker +item.cake.name=Kake +item.bed.name=Seng +item.diode.name=Gjentaker +item.comparator.name=Rødsteinssammenligner +item.map.name=Kart +item.leaves.name=Blader +item.shears.name=Saks +item.rottenFlesh.name=Råttent kjøtt +item.enderPearl.name=Enderperle +item.blazeRod.name=Flammestav +item.ghastTear.name=Geisttåre +item.netherStalkSeeds.name=Nethervorte +item.potion.name=Eliksir +item.emptyPotion.name=Vannflaske +item.goldNugget.name=Gullklump +item.glassBottle.name=Glassflaske +item.spiderEye.name=Edderkoppøye +item.fermentedSpiderEye.name=Gjæret edderkoppøye +item.blazePowder.name=Flammepulver +item.magmaCream.name=Magmakrem +item.cauldron.name=Kjele +item.brewingStand.name=Bryggeriapparat +item.eyeOfEnder.name=Enderøye +item.speckledMelon.name=Glitrende melon +item.monsterPlacer.name=Fremkall +item.expBottle.name=Fortryllelsesflaske +item.fireball.name=Ildkule +item.writingBook.name=Bok og fjærpenn +item.writtenBook.name=Skrevet bok +item.ruby.name=Rubin +item.flowerPot.name=Blomsterpotte +item.emptyMap.name=Blankt kart +item.carrots.name=Gulrot +item.carrotGolden.name=Gylden gulrot +item.potato.name=Potet +item.potatoBaked.name=Kokt potet +item.potatoPoisonous.name=Giftig potet +item.skull.skeleton.name=Skjeletthode +item.skull.wither.name=Wither Skjelett-hode +item.skull.zombie.name=Zombiehode +item.skull.char.name=Hode +item.skull.player.name=%s sitt hode +item.skull.creeper.name=Creeperhode +item.carrotOnAStick.name=Gulrot på pinne +item.netherStar.name=Netherstjerne +item.pumpkinPie.name=Gresskarpai +item.enchantedBook.name=Fortryllet bok +item.fireworks.name=Fyrverkeri +item.fireworks.flight=Flyvarighet: +item.fireworksCharge.name=Fyrverkeristjerne +item.fireworksCharge.black=Svart +item.fireworksCharge.red=Rød +item.fireworksCharge.green=Grønn +item.fireworksCharge.brown=Brun +item.fireworksCharge.blue=Blå +item.fireworksCharge.purple=Lilla +item.fireworksCharge.cyan=Turkis +item.fireworksCharge.silver=Lysegrå +item.fireworksCharge.gray=Grå +item.fireworksCharge.pink=Rosa +item.fireworksCharge.lime=Lysegrønn +item.fireworksCharge.yellow=Gul +item.fireworksCharge.lightBlue=Lyseblå +item.fireworksCharge.magenta=Lyselilla +item.fireworksCharge.orange=Oransje +item.fireworksCharge.white=Hvit +item.fireworksCharge.customColor=Egendefinert +item.fireworksCharge.fadeTo=Ton inn til +item.fireworksCharge.flicker=Glimt +item.fireworksCharge.trail=Spor +item.fireworksCharge.type.0=Liten kule +item.fireworksCharge.type.1=Stor kule +item.fireworksCharge.type.2=Stjerne-formet +item.fireworksCharge.type.3=Creeper-formet +item.fireworksCharge.type.4=Eksplosjon +item.fireworksCharge.type=Ukjent form +item.netherbrick.name=Nethermur +item.netherquartz.name=Kvarts + +container.inventory=Inventar +container.hopper=Gjenstandssjakt +container.crafting=Laging +container.dispenser=Dispenser +container.dropper=Dropper +container.furnace=Ovn +container.enchant=Fortrylle +container.repair=Reparer og navngi +container.repair.cost=Fortryllelsen koster: %1$d +container.repair.expensive=For dyrt! +container.creative=Gjenstandsutvalg +container.brewing=Bryggeriapparat +container.chest=Kiste +container.chestDouble=Stor kiste +container.minecart=Gruvevogn +container.enderchest=End-kiste + +item.dyed=Farget + +entity.Item.name=Gjenstand +entity.XPOrb.name=Erfaringskule +entity.SmallFireball.name=Liten ildkule +entity.Fireball.name=Ildkule + +entity.Arrow.name=Pil +entity.Snowball.name=Snøball +entity.Painting.name=Maleri + +entity.Mob.name=Monster +entity.Monster.name=Monster + +entity.Creeper.name=Creeper +entity.Skeleton.name=Skjelett +entity.Spider.name=Edderkopp +entity.Giant.name=Kjempe +entity.Zombie.name=Zombie +entity.Slime.name=Slim +entity.Ghast.name=Geist +entity.PigZombie.name=Zombie-grismann +entity.Enderman.name=Endermann +entity.Silverfish.name=Sølvkre +entity.CaveSpider.name=Huleedderkopp +entity.Blaze.name=Flammeskrømt +entity.LavaSlime.name=Magmakube +entity.MushroomCow.name=Soppku +entity.Villager.name=Innbygger +entity.VillagerGolem.name=Jernmann +entity.SnowMan.name=Snømann +entity.EnderDragon.name=Enderdrage +entity.WitherBoss.name=Visner +entity.Witch.name=Heks + +entity.Pig.name=Gris +entity.Sheep.name=Sau +entity.Cow.name=Ku +entity.Chicken.name=Kylling +entity.Squid.name=Blekksprut +entity.Wolf.name=Ulv +entity.Ozelot.name=Ocelot +entity.Cat.name=Katt +entity.Bat.name=Flaggermus + +entity.PrimedTnt.name=Blokk med TNT +entity.FallingSand.name=Fallende blokk + +entity.Minecart.name=Gruvevogn +entity.Boat.name=Båt + +entity.generic.name=ukjent + +death.fell.accident.ladder=%1$s falt av en stige +death.fell.accident.vines=%1$s falt av noen lianer +death.fell.accident.water=%1$s falt ut av vannet +death.fell.accident.generic=%1$s falt fra et høyt sted +death.fell.killer=%1$s ble nødt til å falle +death.fell.assist=%1$s ble nødt til å falle av %2$s +death.fell.assist.item=%1$ s ble dømt til å falle av %2$ s med %3$ s +death.fell.finish=%1$s falt for langt og ble drept av %2$s +death.fell.finish.item=%1$s falt for langt og ble drept av %2$s med %3$s + +death.attack.inFire=%1$s tok fyr og døde +death.attack.inFire.player=%1$s gikk inn i brann mens kjempet han kjempet mot %2$s +death.attack.onFire=%1$s brant ihjel +death.attack.onFire.player=%1$s ble brent til glør mens han kjempet mot %2$s +death.attack.lava=%1$s prøvde å svømme i lava +death.attack.lava.player=%1$s prøvde å svømme i lava for å rømme fra %2$s +death.attack.inWall=%1$s ble kvalt i en vegg +death.attack.drown=%1$s druknet +death.attack.drown.player=%1$s druknet mens han prøvde å rømme fra %2$s +death.attack.starve=%1$s sultet ihjel +death.attack.cactus=%1$s ble stukket til døde +death.attack.cactus.player=%1$s gikk inn i en kaktus mens han prøvde å rømme fra %2$s +death.attack.generic=%1$s døde +death.attack.explosion=%1$s ble sprengt i lufta +death.attack.explosion.player=%1$s ble sprengt i lufta av %2$s +death.attack.magic=%1$s ble drept med magi +death.attack.wither=%1$s visnet +death.attack.anvil=%1$s ble most av en fallende ambolt +death.attack.fallingBlock=%1$s ble most av en fallende blokk +death.attack.mob=%1$s ble drept av %2$s +death.attack.player=%1$s ble drept av %2$s +death.attack.player.item=%1$s ble drept av %2$s med %3$s +death.attack.arrow=%1$s ble skutt av %2$s +death.attack.arrow.item=%1$s ble skutt av %2$s med %3$s +death.attack.fireball=%1$s ble ildkulet av %2$s +death.attack.fireball.item=%1$s ble ildkulet av %2$s med %3$s +death.attack.thrown=%1$s ble kastet på av %2$s +death.attack.thrown.item=%1$s ble kastet på av %2$s med %3$s +death.attack.indirectMagic=%1$s ble drept av %2$s med magi +death.attack.indirectMagic.item=%1$s ble drept av %2$s med %3$s +death.attack.thorns=%1$s ble drept mens han prøvde å skade %2$s +death.attack.fall=%1$s traff bakken for hardt +death.attack.outOfWorld=%1$s falt ut av verdenen + +deathScreen.respawn=Gjennoppstå +deathScreen.deleteWorld=Slett verden +deathScreen.titleScreen=Hovedmeny +deathScreen.score=Poengsum +deathScreen.title.hardcore=Spillet er over! +deathScreen.hardcoreInfo=Du kan ikke gjenoppstå i hardcore-modus! +deathScreen.title=Du døde! +deathScreen.leaveServer=Forlat server + +potion.empty=Ingen effekt +potion.moveSpeed=Fart +potion.moveSlowdown=Treghet +potion.digSpeed=Hastighet +potion.digSlowDown=Utmattelse +potion.damageBoost=Styrke +potion.weakness=Svakhet +potion.heal=Øyeblikkelig helse +potion.harm=Øyeblikkelig skade +potion.jump=Høyere Hopp +potion.confusion=Sjøsyk +potion.regeneration=Regenerering +potion.resistance=Motstand +potion.fireResistance=Flammemotstand +potion.waterBreathing=Vannpust +potion.invisibility=Usynlighet +potion.blindness=Blindhet +potion.nightVision=Nattsyn +potion.hunger=Sult +potion.poison=Gift +potion.wither=Visnergift + +potion.moveSpeed.postfix=Raskhetseliksir +potion.moveSlowdown.postfix=Treghetseliksir +potion.digSpeed.postfix=Hurtighetseliksir +potion.digSlowDown.postfix=Sløvhetsdrikk +potion.damageBoost.postfix=Styrkedrikk +potion.weakness.postfix=Svakhetsdrikk +potion.heal.postfix=Helbredningsdrikk +potion.harm.postfix=Skadedrikk +potion.jump.postfix=Hoppedrikk +potion.confusion.postfix=Sjøsykhetsdrikk +potion.regeneration.postfix=Regenereringsdrikk +potion.resistance.postfix=Motstandsdrikk +potion.fireResistance.postfix=Ildmotstandsdrikk +potion.waterBreathing.postfix=Vannpustingsdrikk +potion.invisibility.postfix=Usynlighetsdrikk +potion.blindness.postfix=Blindhetsdrikk +potion.nightVision.postfix=Nattsynsdrikk +potion.hunger.postfix=Sultedrikk +potion.poison.postfix=Gifteliksir +potion.wither.postfix=Visnerdrikk + +potion.potency.0= +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV + +potion.prefix.grenade=Plask +potion.prefix.mundane=Vanlig +potion.prefix.uninteresting=Uinteressant +potion.prefix.bland=Smaksløs +potion.prefix.clear=Tøm +potion.prefix.milky=Melkete +potion.prefix.diffuse=Uklar +potion.prefix.artless=Enfoldig +potion.prefix.thin=Tynn +potion.prefix.awkward=Rar +potion.prefix.flat=Smakløs +potion.prefix.bulky=Klumpete +potion.prefix.bungling=Klønete +potion.prefix.buttered=Smøraktig +potion.prefix.smooth=Jevn +potion.prefix.suave=Glatt +potion.prefix.debonair=Høflig +potion.prefix.thick=Tykk +potion.prefix.elegant=Elegant +potion.prefix.fancy=Stilig +potion.prefix.charming=Sjarmerende +potion.prefix.dashing=Fantastisk +potion.prefix.refined=Raffinert +potion.prefix.cordial=Hjertelig +potion.prefix.sparkling=Glitrende +potion.prefix.potent=Potent +potion.prefix.foul=Avskyelig +potion.prefix.odorless=Luktfri +potion.prefix.rank=Rang +potion.prefix.harsh=Brutal +potion.prefix.acrid=Besk +potion.prefix.gross=Ekkel +potion.prefix.stinky=Stinkende + +enchantment.damage.all=Skarphet +enchantment.damage.undead=De udødeliges fiende +enchantment.damage.arthropods=Leddyrets fiende +enchantment.knockback=Tilbakeslag +enchantment.fire=Ildsverd +enchantment.protect.all=Beskyttelse +enchantment.protect.fire=Brannvern +enchantment.protect.fall=Fjærfall +enchantment.protect.explosion=Eksplosjonsbeskyttelse +enchantment.protect.projectile=Prosjektilbeskyttelse +enchantment.oxygen=Respirasjon +enchantment.waterWorker=Vannmann +enchantment.digging=Effektivitet +enchantment.untouching=Silkeberøring +enchantment.durability=Uknuselig +enchantment.lootBonus=Plyndring +enchantment.lootBonusDigger=Formue +enchantment.arrowDamage=Kraft +enchantment.arrowFire=Flamme +enchantment.arrowKnockback=Trykk +enchantment.arrowInfinite=Uendelig +enchantment.thorns=Torner + +enchantment.level.1=I +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.level.10=X + +gui.achievements=Prestasjoner +gui.stats=Statistikk + +stat.generalButton=Generelt +stat.blocksButton=Blokker +stat.itemsButton=Gjenstander + +stat.used=Ganger brukt +stat.mined=Ganger utvunnet +stat.depleted=Antall ganger utslitt +stat.crafted=Ganger laget + +stat.startGame=Antall ganger spilt +stat.createWorld=Verdener spilt +stat.loadWorld=Lagrede spill lastet +stat.joinMultiplayer=Flerspillerspill koblet til +stat.leaveGame=Spill avsluttet + +stat.playOneMinute=Minutter spilt + +stat.walkOneCm=Avstand gått +stat.fallOneCm=Avstand falt +stat.swimOneCm=Avstand svømt +stat.flyOneCm=Avstand fløyet +stat.climbOneCm=Avstand klatret +stat.diveOneCm=Avstand dykket +stat.minecartOneCm=Avstand med gruvevogn +stat.boatOneCm=Avstand tilbakelagt med båt +stat.pigOneCm=Avstand ridd på gris +stat.jump=Hopp +stat.drop=Gjenstander sluppet + +stat.damageDealt=Skade påført +stat.damageTaken=Skade tatt +stat.deaths=Antall dødsfall +stat.mobKills=Fiender drept +stat.playerKills=Spillere Drept +stat.fishCaught=Fisk fanget + +stat.mineBlock=%1$s minet +stat.craftItem=%1$s Laget +stat.useItem=%1$s Brukt +stat.breakItem=%1$s Oppbrukt + +achievement.get=Prestasjon utført! + +achievement.taken=Tatt! + +achievement.requires=Krever '%1$s' +achievement.openInventory=Vareopptelling +achievement.openInventory.desc=Trykk på '%1$s' for å åpne inventaret ditt. +achievement.mineWood=Skaffe Tre +achievement.mineWood.desc=Slå et tre til en treblokk spretter ut +achievement.buildWorkBench=Arbeidsbenk! +achievement.buildWorkBench.desc=Lag en arbeidsbenk av fire plankeklosser +achievement.buildPickaxe=Nå skal det hakkes! +achievement.buildPickaxe.desc=Bruk planker og pinner for å lage en hakke +achievement.buildFurnace=Glødene emne +achievement.buildFurnace.desc=Lag en ovn med åtte brosteinblokker +achievement.acquireIron=Skaffe jern +achievement.acquireIron.desc=Smelt en jernbarre +achievement.buildHoe=Tid for å dyrke! +achievement.buildHoe.desc=Bruk planker og pinner for å lage en ljå +achievement.makeBread=Bak Brød +achievement.makeBread.desc=Fra hvete til brød +achievement.bakeCake=Løgnen +achievement.bakeCake.desc=Hvete, sukker, melk og egg! +achievement.buildBetterPickaxe=Få deg en oppgradering +achievement.buildBetterPickaxe.desc=Lag en bedre hakke +achievement.cookFish=Deilig fisk +achievement.cookFish.desc=Fang og stek en fisk! +achievement.onARail=På skinner +achievement.onARail.desc=Reis med gruvevogn minst 1 km fra der du startet +achievement.buildSword=Tid for å slå til! +achievement.buildSword.desc=Bruk planker og pinner for å lage et sverd +achievement.killEnemy=Monsterjeger +achievement.killEnemy.desc=Angrip og drep et monster +achievement.killCow=Kuslakter +achievement.killCow.desc=Skaff deg litt lær +achievement.flyPig=Når Griser Flyr +achievement.flyPig.desc=Ri en gris utfor et stup +achievement.snipeSkeleton=Snikskytterduell +achievement.snipeSkeleton.desc=Drep et skjelett på 50 meters avstand med en pil +achievement.diamonds=DIAMANTER! +achievement.diamonds.desc=Skaff diamanter med jernverktøyet ditt +achievement.portal=Vi må gå dypere +achievement.portal.desc=Bygg en portal til Nether +achievement.ghast=Returner til avsender +achievement.ghast.desc=Drep et geist med en ildkule +achievement.blazeRod=Inn i flammene +achievement.blazeRod.desc=Skill en Blaze fra sin flammestav +achievement.potion=Lokalt bryggeri +achievement.potion.desc=Brygg en trylledrikk +achievement.theEnd=Slutt? +achievement.theEnd.desc=Finn slutten +achievement.theEnd2=Enden. +achievement.theEnd2.desc=Drep Enderdragen +achievement.enchantments=Trollmann +achievement.enchantments.desc=Bruk en bok, obsidian og diamanter til å lage et fortryllelsesbord +achievement.overkill=Hardhendt +achievement.overkill.desc=Skad åtte liv på ett slag +achievement.bookcase=Bibliotekar +achievement.bookcase.desc=Bygg noen bokhyller for å forbedre fortryllelsesbordet ditt + +commands.generic.exception=Det oppstod en ukjent feil under forsøk på å utføre denne kommandoen +commands.generic.syntax=Ugyldig kommandosyntaks +commands.generic.player.notFound=Spilleren ble ikke funnet +commands.generic.notFound=Ukjent kommando. Prøv /help for en liste over kommandoer. +commands.generic.num.invalid='%s' er ikke et gyldig nummer +commands.generic.num.tooSmall=Nummeret du har skrevet inn (%d) er for lite, det må være minst %d +commands.generic.num.tooBig=Nummeret du har skrevet inn (%d) er for stort. Det kan maksimalt være %d +commands.generic.double.tooSmall=Tallet du har angitt (%.2f) er for lite, det må være minst %.2f +commands.generic.double.tooBig=Tallet du har angitt (%.2f) er for stort, det må være minst %.2f +commands.generic.usage=Bruk: %s + +commands.xp.failure.widthdrawXp=Kan ikke gi spiller negative erfaringspoeng +commands.xp.success=Gitt %d erfaring til %s +commands.xp.success.levels=Ga %d nivåer av erfaring til %s +commands.xp.success.negative.levels=Tok bort %d nivåer av erfaring til %s +commands.xp.usage=/xp [spiller] ELLER /xp L [spiller] +commands.give.usage=/give [antall] [ID] +commands.give.notFound=Det finnes ingen ting med ID %d +commands.give.success=Gitt %s (ID %d) * %d til %s +commands.effect.usage=/effect [seconds] [amplifier] +commands.effect.notFound=There is no such mob effect with ID %d +commands.effect.success=Given %1$s (ID %2$d) * %3$d to %4$s for %5$d seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.enchant.usage=/enchant [nivå] +commands.enchant.notFound=Det er ingen fortryllelser med ID-en %d +commands.enchant.noItem=Spilleren holder ikke en gjenstand +commands.enchant.cantEnchant=Den valgte fortryllelsen kan ikke bli lagt til gjenstanden spilleren holder +commands.enchant.cantCombine=Den valgte fortryllelsen kan ikke legges til målets gjenstand +commands.enchant.success=Fortryllese lyktes +commands.clear.usage=/clear [gjenstand] [data] +commands.clear.success=Ryddet ryggsekken til %s, fjernet %d gjenstander +commands.clear.failure=Could not clear the inventory of %s, no items to remove +commands.downfall.success=Vekslet nedbør +commands.time.usage=/time +commands.time.added=La %d til tiden +commands.time.set=Anga klokkeslettet til %d +commands.players.list=Det er %d/%d spillere pålogget: +commands.banlist.ips=Det er totalt %d utestengte IP adresser: +commands.banlist.players=Det er totalt %d utestengte spillere: +commands.banlist.usage=/banlist [ips|players] +commands.kick.success=Sparket %s fra spillet +commands.kick.success.reason=Sparket %s fra spillet: '%s' +commands.kick.usage=/kick [grunn...] +commands.op.success=%s ble opet +commands.op.usage=/op +commands.deop.success=Tilbaketrakk %s sine operatørrettigheter. +commands.deop.usage=/deop +commands.say.usage=/say +commands.ban.success=Utestengte %s +commands.ban.usage=/ban [grunn...] +commands.unban.success=Fjernet utestenging av %s +commands.unban.usage=/tilgi +commands.banip.invalid=Du har angitt inn en ugyldig IP-adresse eller en spiller som ikke er tilkoblet +commands.banip.success=Utestengte IP-adressen %s +commands.banip.success.players=Utestenkte IP-adressen %s som tilhører %s +commands.banip.usage=/ban-ip [grunn...] +commands.unbanip.invalid=Du har angitt en ugyldig IP adresse +commands.unbanip.success=Fjernet utestenging av IP adresse %s +commands.unbanip.usage=/pardon-ip +commands.save.enabled=Slått på automatisk lagring av verdenen +commands.save.disabled=Skrudde av automatisk lagring av verden +commands.save.start=Lagrer... +commands.save.success=Lagret verden +commands.save.failed=Lagring mislyktes: %s +commands.stop.start=Stopper serveren +commands.tp.success=Teleporterte %s til %s +commands.tp.success.coordinates=Teleporterte %s til %.2f,%.2f,%.2f +commands.tp.usage=/tp [teleportert spiller] ELLER /tp [teleportert spiller] +commands.tp.notSameDimension=Kan ikke teleportere fordi spillerne ikke er i samme dimensjon +commands.whitelist.list=Det er %d (Ut av %d sett) whitelistede spillere: +commands.whitelist.enabled=Slått på whitelisten +commands.whitelist.disabled=Slått av whitelisten +commands.whitelist.reloaded=Oppdaterte whitelisten +commands.whitelist.add.success=La til %s i whitelist +commands.whitelist.add.usage=/whitelist add +commands.whitelist.remove.success=Fjernet %s fra whitelisten +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.scoreboard.usage=/scoreboard +commands.scoreboard.teamNotFound=Ingen lag ble funnet med navnet '%s' +commands.scoreboard.objectiveNotFound=Ingen objektiv ble funnet med navnet '%s' +commands.scoreboard.objectiveReadOnly=Objektivet '%s' er skrivebeskyttet og kan ikke angis +commands.scoreboard.objectives.usage=/scoreboard objectives +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [objektiv] +commands.scoreboard.objectives.setdisplay.invalidSlot=Ingen slik plassering '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Fjernet objektiv visningsplassering '%s' +commands.scoreboard.objectives.setdisplay.successSet=Angi skjerm-målsetting i spor '%s' til '%s' +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [navn som vises ...] +commands.scoreboard.objectives.add.wrongType=Ugyldig objektive kritere. Gyldige typer: %s +commands.scoreboard.objectives.add.alreadyExists=Et objekt med navnet '%s' finnes allerede +commands.scoreboard.objectives.add.tooLong=Navnet '%s' er for langt til å være et objektiv, det kan være maks %d tegn langt +commands.scoreboard.objectives.add.displayTooLong=Navnet '%s' er for langt til å være et objektiv, det kan være maks %d tegn langt +commands.scoreboard.objectives.add.success=Lagt til nytt objektiv '%s' vellykket +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.remove.success=Fjernet objektiv '%s' vellykket +commands.scoreboard.objectives.list.count=Viser %d objektiv på resultattavlen +commands.scoreboard.objectives.list.entry=-%s: vises som '%s' og blir skrevet '%s' +commands.scoreboard.objectives.list.empty=Det er ingen objektiv på resultattavlen +commands.scoreboard.players.usage=/scoreboard players +commands.scoreboard.players.set.success=Anga poengsummen til %s for spilleren %s til %d +commands.scoreboard.players.set.usage=/scoreboard players set +commands.scoreboard.players.add.usage=/scoreboard players add +commands.scoreboard.players.remove.usage=/scoreboard players remove +commands.scoreboard.players.reset.usage=/scoreboard players reset +commands.scoreboard.players.reset.success=Tilbakestill alle poeng til spiller %s +commands.scoreboard.players.list.count=Viser %d sporede spillere på resultattavlen +commands.scoreboard.players.list.empty=Det er ingen sporede spillere på resultattavlen +commands.scoreboard.players.list.player.count=Viser %d sporede objektiv for %s +commands.scoreboard.players.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.players.list.player.empty=Spilleren %s har ingen registrerte poeng +commands.scoreboard.teams.usage=/scoreboard teams +commands.scoreboard.teams.add.usage=/scoreboard teams add [visningsnavn...] +commands.scoreboard.teams.add.alreadyExists=Et lag med navnet '%s' finnes allerede +commands.scoreboard.teams.add.tooLong=Navnet '%s' er for langt for et lag, det kan maks være %d tegn langt +commands.scoreboard.teams.add.displayTooLong=Visningsnavnet '%s' er for langt for et lag, det kan maks være %d tegn langt +commands.scoreboard.teams.add.success=Lagt til nytt lag '%s' vellykket +commands.scoreboard.teams.list.usage=/scoreboard teams list [navn] +commands.scoreboard.teams.list.count=Viser %d lag på resultattavlen +commands.scoreboard.teams.list.entry=-%1$s: '%2$s' har %3$d spillere +commands.scoreboard.teams.list.empty=Det er ingen lag registrert på resultattavlen +commands.scoreboard.teams.list.player.count=Viser %d spiller(e) på laget %s +commands.scoreboard.teams.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.teams.list.player.empty=Laget %s har ingen spillere +commands.scoreboard.teams.empty.usage=/scoreboard teams clear +commands.scoreboard.teams.empty.alreadyEmpty=Lag %s er allerede tomt, kan ikke fjerne ikkeEksisterene spillere +commands.scoreboard.teams.empty.success=Fjernet alle %d spiller(e) fra lag %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.remove.success=Fjernet laget %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [spiller] +commands.scoreboard.teams.join.success=Lagt til %d spiller(e) til lag %s: %s +commands.scoreboard.teams.join.failure=Kan ikke legge til %d spiller(e) til lag %s: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [spiller] +commands.scoreboard.teams.leave.success=Fjernet %d spiller(e) fra deres lag: %s +commands.scoreboard.teams.leave.failure=Kan ikke fjerne %d spiller(e) fra deres lag: %s +commands.scoreboard.teams.leave.noTeam=Du er ikke på et lag +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.option.noValue=Gyldige verdier for alternativet %s er: %s +commands.scoreboard.teams.option.success=Set option %s for team %s to %s +commands.gamemode.success.self=Sett egen spillmodus til %s +commands.gamemode.success.other=Endret %s sin spillemodus til %s +commands.gamemode.usage=/gamemode [spiller] +commands.defaultgamemode.usage=/defaultgamemode +commands.defaultgamemode.success=Verdens standard spillmodus er nå %s +commands.me.usage=/me +commands.help.header=---Viser hjelpeside %d av %d (/help )--- +commands.help.footer=Tips: Bruk tasten mens du skriver inn en kommando for å autofullføre kommandoen eller argumenter +commands.help.usage=/help [side|kommandonavn] +commands.publish.started=Lokalt spill startet på IP-en %s +commands.publish.failed=Kan ikke opprette lokalt spill +commands.debug.start=Startet debugging +commands.debug.stop=Stoppet debugging etter %.2f sekunder (%d ticks) +commands.debug.notStarted=Kan ikke stoppe debugging når det ikke er startet! +commands.debug.usage=/debug +commands.message.usage=/tell +commands.message.sameTarget=Du kan ikke sende en privat melding til deg selv! +commands.message.display.outgoing=Du hvisker til %s: %s +commands.message.display.incoming=%s hvisker til deg: %s +commands.difficulty.usage=/difficulty +commands.difficulty.success=Sett spillets vanskelighetsgrad til %s +commands.spawnpoint.usage=/spawnpoint ELLER /spawnpoint ELLER /spawnpoint +commands.spawnpoint.success=Endret %s sitt startspunkt til (%d, %d, %d) +commands.gamerule.usage=/gamerule ELLER /gamerule +commands.gamerule.success=Spilleregel har blitt oppdatert +commands.gamerule.norule=Ingen spillregel kalt '%s' er tilgjengelig +commands.weather.usage=/weather [varighet i sekunder] +commands.weather.clear=Endret været til klart +commands.weather.rain=Endret til regnvær +commands.weather.thunder=Endret til regn- og tordenvær +commands.testfor.usage=/testfor +commands.testfor.failed=/testfor kan bare brukes av kommandoblokker med analog utgang + +itemGroup.buildingBlocks=Byggeblokker +itemGroup.decorations=Dekorasjonsgjenstander +itemGroup.redstone=Rødstein +itemGroup.transportation=Transport +itemGroup.misc=Diverse +itemGroup.search=Søk +itemGroup.food=Mat og diverse +itemGroup.tools=Verktøy +itemGroup.combat=Krig +itemGroup.brewing=Brygning +itemGroup.materials=Materialer +itemGroup.inventory=Overlevelses-inventar + +inventory.binSlot=Ødelegg gjenstand + +advMode.setCommand=Angi konsollkommando +advMode.command=Konsollkommando +advMode.nearestPlayer=Bruk "@p" for nærmeste spiller +advMode.randomPlayer=Bruk "@r" for tilfeldig spiller +advMode.allPlayers=Bruk "@a" alle spillere + +advMode.notEnabled=Kommandoblokker er ikke aktivert på denne serveren +advMode.notAllowed=Må være en opet spiller i kreativ modus + +mco.title=Minecraft Realms +mco.selectServer.select=Logg på server +mco.selectServer.configure=Konfigurer +mco.selectServer.create=Opprett verden +mco.selectServer.moreinfo=Mer info + +mco.configure.world.edit.title=Endre verden + +mco.configure.world.title=Konfigurer verden +mco.configure.world.name=Navn +mco.configure.world.description=Beskrivelse +mco.configure.world.location=Plassering +mco.configure.world.invited=Invitert +mco.configure.world.buttons.edit=Rediger +mco.configure.world.buttons.reset=Tilbakestill verden +mco.configure.world.buttons.done=Ferdig +mco.configure.world.buttons.delete=Slett +mco.configure.world.buttons.open=Åpne verden +mco.configure.world.buttons.close=Lukk verden +mco.configure.world.buttons.invite=Inviter +mco.configure.world.buttons.uninvite=Opphev invitasjon +mco.configure.world.buttons.subscription=Subscription +mco.configure.world.invite.profile.name=Navn +mco.configure.world.uninvite.question=Er du sikker på at du vil oppheve invitasjonen + +mco.configure.world.subscription.title=Subscription Info +mco.configure.world.subscription.daysleft=Days Left +mco.configure.world.subscription.start=Start Date +mco.configure.world.subscription.extend=Extend + +mco.create.world.location.title=Plasseringer +mco.create.world.location.warning=Du kan kanskje ikke få den nøyaktige plasseringen du velger +mco.create.world.wait=Lager verden... + +mco.reset.world.title=Tilbakestill verden +mco.reset.world.warning=Dette vil slette verdenen permanent! +mco.reset.world.seed=Frø (valgfritt) +mco.reset.world.resetting.screen.title=Tilbakestiller verden... + +mco.configure.world.close.question.line1=Din verden vil bli utilgjengelig. +mco.configure.world.close.question.line2=Er du sikker på at du vil gjøre det? + +mco.connect.connecting=Koble til online server... +mco.connect.authorizing=Logger inn... +mco.connect.failed=Klarte ikke koble til online server + +mco.create.world=Opprett + diff --git a/1.5.2/lang/pl_PL.lang b/1.5.2/lang/pl_PL.lang new file mode 100644 index 00000000..b5e17881 --- /dev/null +++ b/1.5.2/lang/pl_PL.lang @@ -0,0 +1,1293 @@ +#X-Generator: crowdin.net + +language.name=Polski +language.region=Polska +language.code=pl_PL + +gui.done=Gotowe +gui.cancel=Anuluj +gui.back=Back +gui.toMenu=Wróć do menu +gui.up=Góra +gui.down=Dół +gui.yes=Tak +gui.no=Nie + +menu.singleplayer=Tryb jednoosobowy +menu.multiplayer=Tryb wieloosobowy +menu.online=Minecraft Realms +menu.options=Opcje... +menu.quit=Wyjdź z gry +menu.returnToMenu=Zapisz i wyjdź do menu +menu.disconnect=Rozłącz +menu.returnToGame=Powrót do gry +menu.switchingLevel=Zmiana świata +menu.generatingLevel=Generowanie świata +menu.loadingLevel=Wczytywanie świata +menu.generatingTerrain=Generowanie terenu +menu.convertingLevel=Konwertowanie świata +menu.simulating=Wstępne symulowanie świata +menu.respawning=Odradzanie +menu.shareToLan=Udostępnij przez LAN + +selectWorld.title=Wybierz świat +selectWorld.empty=pusty +selectWorld.world=Świat +selectWorld.select=Graj w wybranym świecie +selectWorld.create=Stwórz nowy świat +selectWorld.recreate=Odtwórz +selectWorld.createDemo=Graj w nowym świecie demonstracyjnym +selectWorld.delete=Usuń +selectWorld.rename=Zmień nazwę +selectWorld.deleteQuestion=Czy na pewno chcesz usunąć ten świat? +selectWorld.deleteWarning=zostanie utracony na zawsze! (to naprawdę długo!) +selectWorld.deleteButton=Usuń +selectWorld.renameButton=Zmień nazwę +selectWorld.renameTitle=Zmień nazwę świata +selectWorld.conversion=Wymaga konwersji! +selectWorld.newWorld=Nowy świat +selectWorld.newWorld.copyOf=Kopia %s +selectWorld.enterName=Nazwa świata +selectWorld.resultFolder=Zostanie zapisany w: +selectWorld.enterSeed=Ziarno dla Generatora Świata +selectWorld.seedInfo=Pozostaw puste, aby wylosować ziarno +selectWorld.cheats=Kody +selectWorld.customizeType=Dostosuj + +createWorld.customize.presets=Szablony +createWorld.customize.presets.title=Wybierz szablon +createWorld.customize.presets.select=Użyj szablonu +createWorld.customize.presets.share=Chcesz się podzielić swoim szablonem z innymi? Użyj pola poniżej! +createWorld.customize.presets.list=Ewentualnie wybierz któryś spośród gotowych szablonów! +createWorld.customize.flat.title=Personalizacja płaskiej mapy +createWorld.customize.flat.tile=Materiał warstwy +createWorld.customize.flat.height=Wysokość +createWorld.customize.flat.addLayer=Dodaj warstwę +createWorld.customize.flat.editLayer=Edytuj warstwę +createWorld.customize.flat.removeLayer=Usuń warstwę +createWorld.customize.flat.layer.top=Szczyt - %d +createWorld.customize.flat.layer=%d +createWorld.customize.flat.layer.bottom=Dno - %d + +gameMode.survival=Tryb Przetrwania +gameMode.creative=Tryb Kreatywny +gameMode.adventure=Tryb Przygodowy +gameMode.hardcore=Tryb hardcore! +gameMode.changed=Twój tryb gry został zmieniony + +selectWorld.gameMode=Tryb gry: +selectWorld.gameMode.survival=Przetrwanie +selectWorld.gameMode.survival.line1=Szukaj surowców, wytwarzaj przedmioty, +selectWorld.gameMode.survival.line2=zdobywaj poziomy, jedz i dbaj o zdrowie +selectWorld.gameMode.creative=Kreatywny +selectWorld.gameMode.creative.line1=Nieograniczone surowce, swobodne latanie oraz +selectWorld.gameMode.creative.line2=natychmiastowe niszczenie bloków +selectWorld.gameMode.hardcore=Hardcore +selectWorld.gameMode.hardcore.line1=Zasady jak w trybie przetrwania, zablokowane +selectWorld.gameMode.hardcore.line2=na najwyższym poziomie trudności i tylko jedno życie +selectWorld.gameMode.adventure=Przygoda +selectWorld.gameMode.adventure.line1=Identycznie jak tryb przetrwania, ale bloki nie mogą +selectWorld.gameMode.adventure.line2=być postawione lub niszczone +selectWorld.moreWorldOptions=Więcej opcji świata... +selectWorld.mapFeatures=Generuj struktury: +selectWorld.mapFeatures.info=Wioski, lochy itp. +selectWorld.mapType=Typ świata: +selectWorld.mapType.normal=Normalny +selectWorld.allowCommands=Zezwalaj na kody: +selectWorld.allowCommands.info=Komendy typu /gamemode, /xp +selectWorld.hardcoreMode=Hardcore: +selectWorld.hardcoreMode.info=Świat jest usuwany po śmierci +selectWorld.bonusItems=Bonusowa skrzynia: + +generator.default=Domyślny +generator.flat=Super płaski +generator.largeBiomes=Wielkie biomy + +selectServer.title=Wybierz serwer +selectServer.empty=pusty +selectServer.select=Dołącz +selectServer.direct=Połączenie bezpośrednie +selectServer.edit=Edytuj +selectServer.delete=Usuń +selectServer.add=Dodaj serwer +selectServer.defaultName=Serwer Minecrafta +selectServer.deleteQuestion=Czy na pewno chcesz usunąć ten serwer? +selectServer.deleteWarning=zostanie utracony na zawsze! (to naprawdę długo!) +selectServer.deleteButton=Usuń +selectServer.refresh=Odśwież +selectServer.hiddenAddress=(Ukryte) +addServer.title=Edytuj dane serwera +addServer.enterName=Nazwa serwera +addServer.enterIp=Adres serwera +addServer.add=Gotowe +addServer.hideAddress=Ukryj adresy +lanServer.title=Świat w sieci lokalnej +lanServer.scanning=Scanning for games on your local network +lanServer.start=Uruchom świat w sieci lokalnej +lanServer.otherPlayers=Opcje dla innych graczy +mcoServer.title=Świat online + +multiplayer.title=Tryb wieloosobowy +multiplayer.connect=Połącz +multiplayer.info1=Minecraft w trybie wieloosobowym nie jest jeszcze ukończony, ale +multiplayer.info2=można już zagrać we wczesną wersję testową. +multiplayer.ipinfo=Wprowadź IP serwera, aby się z nim połączyć: + +multiplayer.texturePrompt.line1=Ten serwer zaleca używanie niestandardowego zestawu tekstur. +multiplayer.texturePrompt.line2=Czy chcesz go automatycznie ściągnąć i zainstalować? + +multiplayer.downloadingTerrain=Pobieranie terenu + +multiplayer.stopSleeping=Wstań z łóżka + +chat.link.confirm=Czy na pewno chcesz otworzyć tą stronę? +chat.link.warning=Nigdy nie otwieraj linków od osób, którym nie ufasz! +chat.copy=Kopiuj do schowka + +menu.playdemo=Graj w Świecie demonstracyjnym +menu.resetdemo=Zresetuj Świat demonstracyjny +demo.day.1=Wersja demonstracyjna pozwala tylko na pięć dni rozgrywki, powodzenia! +demo.day.2=Dzień drugi +demo.day.3=Dzień trzeci +demo.day.4=Dzień czwarty +demo.day.5=To twój ostatni dzień! +demo.day.warning=Twój czas dobiega końca! +demo.day.6=Upłynął piąty dzień w twoim świecie. Wciśnij F2, aby wykonać zrzut ekranu swojego dzieła +demo.reminder=Czas wersji demo upłynął. Kup grę, aby kontynuować lub zagraj w nowym świecie! +demo.remainingTime=Pozostały czas: %s +demo.demoExpired=Czas trwania trybu demonstracyjnego się skończył! +demo.help.movement=Użyj %1$s, %2$s, %3$s, %4$s i myszy do poruszania się +demo.help.movementShort=Poruszaj się za pomocą %1$s, %2$s, %3$s, %4$s +demo.help.movementMouse=Rozglądaj się za pomocą myszki +demo.help.jump=Wciśnij %1$s, aby podskoczyć +demo.help.inventory=Wciśnij %1$s, aby otworzyć swój ekwipunek +demo.help.title=Minecraft w trybie demonstracyjnym +demo.help.fullWrapped=Tryb demonstracyjny pozwala na 5 minecraftowych dni gry (około 1 godziny i 40 minut w czasie rzeczywistym). W menu osiągnięć możesz znaleźć wskazówki! Baw się dobrze! +demo.help.buy=Kup teraz! +demo.help.later=Graj dalej! + +connect.connecting=Łączenie z serwerem... +connect.authorizing=Logowanie... +connect.failed=Nie udało się połączyć z serwerem + +disconnect.genericReason=%s +disconnect.disconnected=Rozłączono przez serwer +disconnect.lost=Utracono połączenie +disconnect.kicked=Został wyrzucony z gry +disconnect.timeout=Upłynął limit czasu +disconnect.closed=Połączenie zostało przerwane +disconnect.loginFailed=Logowanie nie powiodło się +disconnect.loginFailedInfo=Logowanie nie powiodło się: %s +disconnect.quitting=Zamykanie +disconnect.endOfStream=Koniec transmisji +disconnect.overflow=Przepełnienie bufora +disconnect.spam=Wyrzucony za spamowanie + +options.off=Wył. +options.on=Wł. +options.visible=Widoczne +options.hidden=Niewidoczne +options.title=Opcje +options.controls=Sterowanie... +options.video=Ustawienia graficzne... +options.language=Język... +options.languageWarning=Tłumaczenia mogą nie być w pełni poprawne +options.videoTitle=Ustawienia graficzne +options.music=Muzyka +options.sound=Dźwięk +options.invertMouse=Odwróć oś myszy +options.fov=Pole widzenia +options.fov.min=Normalne +options.fov.max=Quake Pro +options.gamma=Jasność +options.gamma.min=Nastrojowa +options.gamma.max=Jaskrawa +options.sensitivity=Czułość +options.sensitivity.min=*ziew* +options.sensitivity.max=HIPERPRĘDKOŚĆ!!! +options.renderDistance=Odległość renderowania +options.renderDistance.tiny=Niewielka +options.renderDistance.short=Krótka +options.renderDistance.normal=Normalna +options.renderDistance.far=Daleka +options.viewBobbing=Animacja chodzenia +options.ao=Gładkie oświetlenie +options.ao.off=Off +options.ao.min=Minimum +options.ao.max=Maximum +options.anaglyph=Anaglifowe 3D +options.framerateLimit=Wydajność +options.difficulty=Poziom trudności +options.difficulty.peaceful=Pokojowy +options.difficulty.easy=Łatwy +options.difficulty.normal=Normalny +options.difficulty.hard=Trudny +options.difficulty.hardcore=Hardcore +options.graphics=Jakość grafiki +options.graphics.fancy=Dokładna +options.graphics.fast=Szybka +options.guiScale=Wielkość Interfejsu +options.guiScale.auto=Automatyczna +options.guiScale.small=Mała +options.guiScale.normal=Normalna +options.guiScale.large=Duża +options.advancedOpengl=Zaawansowany OpenGL +options.renderClouds=Chmury +options.farWarning1=Zalecana jest 64-bitowa wersja Javy dla +options.farWarning2=dużej odległości renderowania (posiadasz wersję 32-bitową) +options.particles=Cząstki +options.particles.all=Wszystkie +options.particles.decreased=Ograniczone +options.particles.minimal=Minimalne +options.multiplayer.title=Ustawienia gry wieloosobowej... +options.chat.title=Ustawienia czatu... +options.chat.visibility=Czat +options.chat.visibility.full=Widoczny +options.chat.visibility.system=Jedynie komendy +options.chat.visibility.hidden=Niewidoczny +options.chat.color=Kolory +options.chat.opacity=Przezroczystość +options.chat.links=Linki do stron +options.chat.links.prompt=Ostrzeż przed otwarciem linku +options.chat.scale=Skala +options.chat.width=Szerokość +options.chat.height.focused=Skoncentrowana wysokość. +options.chat.height.unfocused=Wysokość w tle +options.showCape=Pokaż pelerynę +options.serverTextures=Tekstury serwerowe +options.snooper=Zezwalaj na wysyłanie +options.snooper.view=Ustawienia Snoopera... +options.snooper.title=Zbiór specyfikacji komputera +options.snooper.desc=Chcielibyśmy zebrać informacje o sprzęcie znajdującym się w twoim komputerze, abyśmy mogli, ulepszać grę Minecraft wiedząc, który sprzęt możemy wspierać, a który sprawia problemy. Zebrane informacje są anonimowe i przedstawione poniżej. Obiecujemy, że nie użyjemy tych danych do złych celów, ale jeżeli jesteś niepewny, zawsze możesz wyłączyć wysyłanie tych informacji! +options.texture.pack=Zestawy tekstur +options.fullscreen=Pełny ekran +options.vsync=Używaj synchronizacji pionowej +options.touchscreen=Tryb ekranu dotykowego + +performance.max=Maks. FPS +performance.balanced=Zrównoważona +performance.powersaver=Oszczędzanie energii + +controls.title=Sterowanie + +key.forward=Do przodu +key.left=W lewo +key.back=Do tyłu +key.right=W prawo +key.jump=Skok +key.inventory=Ekwipunek +key.drop=Upuść +key.chat=Czat +key.fog=Wł./Wył. mgłę +key.sneak=Skradanie +key.playerlist=Lista graczy +key.attack=Atak +key.use=Użyj przedmiotu +key.pickItem=Wybierz blok +key.mouseButton=Przycisk %1$s +key.command=Komenda + +texturePack.openFolder=Otwórz folder z zestawami tekstur +texturePack.title=Wybierz zestaw tekstur +texturePack.folderInfo=(Tutaj umieszczaj pliki zawierające zestawy tekstur) +texturePack.incompatible=Niezgodny + +book.pageIndicator=Strona %1$s z %2$s +book.byAuthor=autorstwa %1$s +book.signButton=Podpisz +book.editTitle=Podaj tytuł książki: +book.finalizeButton=Podpisz i zamknij +book.finalizeWarning=Uwaga! Po podpisaniu książki nie będzie można jej już edytować. + +tile.stone.name=Kamień + +tile.grass.name=Blok trawy +tile.dirt.name=Ziemia +tile.stonebrick.name=Bruk +tile.wood.name=Deski +tile.wood.oak.name=Dębowe deski +tile.wood.spruce.name=Świerkowe deski +tile.wood.birch.name=Brzozowe deski +tile.wood.jungle.name=Deski z tropikalnego drewna +tile.sapling.oak.name=Sadzonka dębu +tile.sapling.spruce.name=Sadzonka świerku +tile.sapling.birch.name=Sadzonka brzozy +tile.sapling.jungle.name=Tropikalna sadzonka +tile.deadbush.name=Uschnięty krzak +tile.bedrock.name=Skała macierzysta +tile.water.name=Woda +tile.lava.name=Lawa +tile.sand.name=Piasek +tile.sandStone.name=Piaskowiec +tile.sandStone.default.name=Piaskowiec +tile.sandStone.chiseled.name=Rzeźbiony piaskowiec +tile.sandStone.smooth.name=Gładki piaskowiec +tile.gravel.name=Żwir +tile.oreGold.name=Ruda złota +tile.oreIron.name=Ruda żelaza +tile.oreCoal.name=Ruda węgla +tile.log.name=Drewno +tile.log.oak.name=Dębowe drewno +tile.log.spruce.name=Świerkowe drewno +tile.log.birch.name=Brzozowe drewno +tile.log.jungle.name=Tropikalne drewno +tile.leaves.name=Liście +tile.leaves.oak.name=Dębowe liście +tile.leaves.spruce.name=Świerkowe liście +tile.leaves.birch.name=Brzozowe liście +tile.leaves.jungle.name=Tropikalne liście +tile.tallgrass.name=Trawa +tile.tallgrass.shrub.name=Krzew +tile.tallgrass.grass.name=Trawa +tile.tallgrass.fern.name=Paproć +tile.sponge.name=Gąbka +tile.glass.name=Szkło +tile.thinGlass.name=Szyba +tile.cloth.name=Wełna +tile.flower.name=Kwiat +tile.rose.name=Róża +tile.mushroom.name=Grzyb +tile.blockGold.name=Blok złota +tile.blockIron.name=Blok żelaza +tile.stoneSlab.stone.name=Kamienna płyta +tile.stoneSlab.sand.name=Piaskowcowa płyta +tile.stoneSlab.wood.name=Drewniana płyta +tile.stoneSlab.cobble.name=Brukowa płyta +tile.stoneSlab.brick.name=Ceglana płyta +tile.stoneSlab.smoothStoneBrick.name=Płyta z kamiennych cegieł +tile.stoneSlab.netherBrick.name=Płyta z netherowych cegieł +tile.stoneSlab.quartz.name=Kwarcowa płyta +tile.woodSlab.oak.name=Dębowa płyta +tile.woodSlab.spruce.name=Świerkowa płyta +tile.woodSlab.birch.name=Brzozowa płyta +tile.woodSlab.jungle.name=Płyta z tropikalnego drewna +tile.brick.name=Cegły +tile.tnt.name=TNT +tile.bookshelf.name=Biblioteczka +tile.stoneMoss.name=Zamszony bruk +tile.obsidian.name=Obsydian +tile.torch.name=Pochodnia +tile.fire.name=Ogień +tile.mobSpawner.name=Spawner potworów +tile.stairsWood.name=Dębowe schody +tile.stairsWoodSpruce.name=Świerkowe schody +tile.stairsWoodBirch.name=Brzozowe schody +tile.stairsWoodJungle.name=Schody z tropikalnego drewna +tile.chest.name=Skrzynia +tile.chestTrap.name=Skrzynia pułapka +tile.redstoneDust.name=Czerwony proszek +tile.oreDiamond.name=Ruda diamentu +tile.blockDiamond.name=Blok diamentu +tile.workbench.name=Stół rzemieślniczy +tile.crops.name=Uprawy +tile.farmland.name=Pole uprawne +tile.furnace.name=Piec +tile.sign.name=Tabliczka +tile.doorWood.name=Drewniane drzwi +tile.ladder.name=Drabina +tile.rail.name=Tory +tile.goldenRail.name=Zasilane tory +tile.activatorRail.name=Tory aktywacyjne +tile.detectorRail.name=Tory z czujnikiem +tile.stairsStone.name=Kamienne schody +tile.stairsSandStone.name=Schody z piaskowca +tile.lever.name=Dźwignia +tile.pressurePlate.name=Płyta naciskowa +tile.weightedPlate_light.name=Wagowa płyta naciskowa (lekka) +tile.weightedPlate_heavy.name=Wagowa płyta naciskowa (ciężka) +tile.doorIron.name=Żelazne drzwi +tile.oreRedstone.name=Ruda czerwonego kamienia +tile.notGate.name=Czerwona pochodnia +tile.button.name=Przycisk +tile.snow.name=Śnieg +tile.ice.name=Lód +tile.cactus.name=Kaktus +tile.clay.name=Glina +tile.reeds.name=Trzcina cukrowa +tile.jukebox.name=Szafa grająca +tile.fence.name=Płot +tile.fenceGate.name=Furtka +tile.pumpkin.name=Dynia +tile.litpumpkin.name=Jack 'o' Lantern +tile.hellrock.name=Netherrack +tile.hellsand.name=Piasek dusz +tile.lightgem.name=Jasnogłaz +tile.portal.name=Portal +tile.cloth.black.name=Czarna wełna +tile.cloth.red.name=Czerwona wełna +tile.cloth.green.name=Zielona wełna +tile.cloth.brown.name=Brązowa wełna +tile.cloth.blue.name=Niebieska wełna +tile.cloth.purple.name=Purpurowa wełna +tile.cloth.cyan.name=Błękitna wełna +tile.cloth.silver.name=Jasnoszara wełna +tile.cloth.gray.name=Szara wełna +tile.cloth.pink.name=Różowa wełna +tile.cloth.lime.name=Jasnozielona wełna +tile.cloth.yellow.name=Żółta wełna +tile.cloth.lightBlue.name=Jasnoniebieska wełna +tile.cloth.magenta.name=Karmazynowa wełna +tile.cloth.orange.name=Pomarańczowa wełna +tile.cloth.white.name=Wełna +tile.oreLapis.name=Ruda lazurytu +tile.blockLapis.name=Blok lazurytu +tile.dispenser.name=Dozownik +tile.dropper.name=Podajnik +tile.musicBlock.name=Blok dźwiękowy +tile.cake.name=Ciasto +tile.bed.name=Łóżko +tile.bed.occupied=To łóżko jest zajęte +tile.bed.noSleep=Możesz spać tylko w nocy +tile.bed.notSafe=Nie możesz teraz odpoczywać, w pobliżu są potwory +tile.bed.notValid=Twoje domowe łóżko zostało usunięte lub zablokowane +tile.lockedchest.name=Zamknięta skrzynia +tile.trapdoor.name=Właz +tile.web.name=Pajęczyna +tile.stonebricksmooth.name=Kamienne cegły +tile.stonebricksmooth.default.name=Kamienne cegły +tile.stonebricksmooth.mossy.name=Zamszone kamienne cegły +tile.stonebricksmooth.cracked.name=Popękane kamienne cegły +tile.stonebricksmooth.chiseled.name=Rzeźbione kamienne cegły +tile.monsterStoneEgg.stone.name=Kamień z ukrytym potworem +tile.monsterStoneEgg.cobble.name=Bruk z ukrytym potworem +tile.monsterStoneEgg.brick.name=Kamienne cegły z ukrytym potworem +tile.pistonBase.name=Tłok +tile.pistonStickyBase.name=Lepki tłok +tile.fenceIron.name=Żelazne kraty +tile.melon.name=Arbuz +tile.stairsBrick.name=Ceglane schody +tile.stairsStoneBrickSmooth.name=Schody z kamiennych cegieł +tile.vine.name=Pnącza +tile.netherBrick.name=Netherowa cegła +tile.netherFence.name=Netherowy płot +tile.stairsNetherBrick.name=Netherowe schody +tile.netherStalk.name=Netherowa brodawka +tile.cauldron.name=Kocioł +tile.enchantmentTable.name=Stół do zaklęć +tile.anvil.name=Kowadło +tile.anvil.intact.name=Kowadło +tile.anvil.slightlyDamaged.name=Lekko uszkodzone kowadło +tile.anvil.veryDamaged.name=Mocno uszkodzone kowadło +tile.whiteStone.name=Kamień Kresu +tile.endPortalFrame.name=Portal Kresu +tile.mycel.name=Grzybnia +tile.waterlily.name=Lilia wodna +tile.dragonEgg.name=Smocze jajo +tile.redstoneLight.name=Lampa +tile.cocoa.name=Kakao +tile.enderChest.name=Skrzynia Kresu +tile.oreRuby.name=Ruda rubinu +tile.oreEmerald.name=Ruda szmaragdu +tile.blockEmerald.name=Blok szmaragdu +tile.blockRedstone.name=Blok czerwonego kamienia +tile.tripWire.name=Linka +tile.tripWireSource.name=Zaczep na linkę +tile.commandBlock.name=Blok poleceń +tile.beacon.name=Magiczna Latarnia +tile.beacon.primary=Moc podstawowa +tile.beacon.secondary=Moc dodatkowa +tile.cobbleWall.normal.name=Brukowy murek +tile.cobbleWall.mossy.name=Omszony brukowy murek +tile.carrots.name=Marchewki +tile.potatoes.name=Ziemniaki +tile.daylightDetector.name=Detektor światła dziennego +tile.netherquartz.name=Ruda kwarcu +tile.hopper.name=Zbiornik +tile.quartzBlock.default.name=Blok kwarcu +tile.quartzBlock.chiseled.name=Rzeźbiony blok kwarcu +tile.quartzBlock.lines.name=Kwarcowa kolumna +tile.stairsQuartz.name=Kwarcowe schody + +item.shovelIron.name=Żelazna łopata +item.pickaxeIron.name=Żelazny kilof +item.hatchetIron.name=Żelazna siekiera +item.flintAndSteel.name=Krzesiwo +item.apple.name=Jabłko +item.cookie.name=Ciastko +item.bow.name=Łuk +item.arrow.name=Strzała +item.coal.name=Węgiel +item.charcoal.name=Węgiel drzewny +item.diamond.name=Diament +item.emerald.name=Szmaragd +item.ingotIron.name=Sztabka żelaza +item.ingotGold.name=Sztabka złota +item.swordIron.name=Żelazny miecz +item.swordWood.name=Drewniany miecz +item.shovelWood.name=Drewniana łopata +item.pickaxeWood.name=Drewniany kilof +item.hatchetWood.name=Drewniana siekiera +item.swordStone.name=Kamienny miecz +item.shovelStone.name=Kamienna łopata +item.pickaxeStone.name=Kamienny kilof +item.hatchetStone.name=Kamienna siekiera +item.swordDiamond.name=Diamentowy miecz +item.shovelDiamond.name=Diamentowa łopata +item.pickaxeDiamond.name=Diamentowy kilof +item.hatchetDiamond.name=Diamentowa siekiera +item.stick.name=Patyk +item.bowl.name=Miska +item.mushroomStew.name=Zupa grzybowa +item.swordGold.name=Złoty miecz +item.shovelGold.name=Złota łopata +item.pickaxeGold.name=Złoty kilof +item.hatchetGold.name=Złota siekiera +item.string.name=Nić +item.feather.name=Pióro +item.sulphur.name=Proch +item.hoeWood.name=Drewniana motyka +item.hoeStone.name=Kamienna motyka +item.hoeIron.name=Żelazna motyka +item.hoeDiamond.name=Diamentowa motyka +item.hoeGold.name=Złota motyka +item.seeds.name=Nasiona +item.seeds_pumpkin.name=Nasiona dyni +item.seeds_melon.name=Nasiona arbuza +item.melon.name=Arbuz +item.wheat.name=Pszenica +item.bread.name=Chleb +item.helmetCloth.name=Skórzana czapka +item.chestplateCloth.name=Skórzana tunika +item.leggingsCloth.name=Skórzane spodnie +item.bootsCloth.name=Skórzane buty +item.helmetChain.name=Hełm kolczy +item.chestplateChain.name=Napierśnik kolczy +item.leggingsChain.name=Nogawice kolcze +item.bootsChain.name=Buty kolcze +item.helmetIron.name=Żelazny hełm +item.chestplateIron.name=Żelazny napierśnik +item.leggingsIron.name=Żelazne nogawice +item.bootsIron.name=Żelazne buty +item.helmetDiamond.name=Diamentowy hełm +item.chestplateDiamond.name=Diamentowy napierśnik +item.leggingsDiamond.name=Diamentowe nogawice +item.bootsDiamond.name=Diamentowe buty +item.helmetGold.name=Złoty hełm +item.chestplateGold.name=Złoty napierśnik +item.leggingsGold.name=Złote nogawice +item.bootsGold.name=Złote buty +item.flint.name=Krzemień +item.porkchopRaw.name=Surowy schab +item.porkchopCooked.name=Pieczony schab +item.chickenRaw.name=Surowy kurczak +item.chickenCooked.name=Pieczony kurczak +item.beefRaw.name=Surowa wołowina +item.beefCooked.name=Befsztyk +item.painting.name=Obraz +item.frame.name=Ramka na przedmiot +item.appleGold.name=Złote jabłko +item.sign.name=Tabliczka +item.doorWood.name=Drewniane drzwi +item.bucket.name=Wiadro +item.bucketWater.name=Wiadro z wodą +item.bucketLava.name=Wiadro z lawą +item.minecart.name=Wagonik +item.saddle.name=Siodło +item.doorIron.name=Żelazne drzwi +item.redstone.name=Czerwony proszek +item.snowball.name=Śnieżka +item.boat.name=Łódka +item.leather.name=Skóra +item.milk.name=Mleko +item.brick.name=Cegła +item.clay.name=Glina +item.reeds.name=Trzcina cukrowa +item.paper.name=Papier +item.book.name=Książka +item.slimeball.name=Kula szlamu +item.minecartChest.name=Wagonik ze skrzynią +item.minecartFurnace.name=Wagonik z piecem +item.minecartTnt.name=Wagonik z TNT +item.minecartHopper.name=Wagonik ze zbiornikiem +item.egg.name=Jajko +item.compass.name=Kompas +item.fishingRod.name=Wędka +item.clock.name=Zegar +item.yellowDust.name=Jasnopył +item.fishRaw.name=Surowa ryba +item.fishCooked.name=Pieczona ryba +item.record.name=Płyta muzyczna +item.bone.name=Kość +item.dyePowder.black.name=Torbiel z atramentem +item.dyePowder.red.name=Różana czerwień +item.dyePowder.green.name=Kaktusowa zieleń +item.dyePowder.brown.name=Ziarna kakaowe +item.dyePowder.blue.name=Lazuryt +item.dyePowder.purple.name=Purpurowy barwnik +item.dyePowder.cyan.name=Błękitny barwnik +item.dyePowder.silver.name=Jasnoszary barwnik +item.dyePowder.gray.name=Szary barwnik +item.dyePowder.pink.name=Różowy barwnik +item.dyePowder.lime.name=Jasnozielony barwnik +item.dyePowder.yellow.name=Mleczowa żółć +item.dyePowder.lightBlue.name=Jasnoniebieski barwnik +item.dyePowder.magenta.name=Karmazynowy barwnik +item.dyePowder.orange.name=Pomarańczowy barwnik +item.dyePowder.white.name=Mączka kostna +item.sugar.name=Cukier +item.cake.name=Ciasto +item.bed.name=Łóżko +item.diode.name=Przekaźnik +item.comparator.name=Komparator +item.map.name=Mapa +item.leaves.name=Liście +item.shears.name=Nożyce +item.rottenFlesh.name=Zgniłe mięso +item.enderPearl.name=Perła Kresu +item.blazeRod.name=Płomienna różdżka +item.ghastTear.name=Łza Ghasta +item.netherStalkSeeds.name=Netherowa brodawka +item.potion.name=Mikstura +item.emptyPotion.name=Butelka z wodą +item.goldNugget.name=Samorodek złota +item.glassBottle.name=Szklana butelka +item.spiderEye.name=Oko pająka +item.fermentedSpiderEye.name=Sfermentowane oko pająka +item.blazePowder.name=Płomienny proszek +item.magmaCream.name=Magmowy krem +item.cauldron.name=Kocioł +item.brewingStand.name=Statyw alchemiczny +item.eyeOfEnder.name=Oko Kresu +item.speckledMelon.name=Lśniący arbuz +item.monsterPlacer.name=Spawn: +item.expBottle.name=Zaklęta butelka +item.fireball.name=Ognista kula +item.writingBook.name=Książka z piórem +item.writtenBook.name=Zapisana książka +item.ruby.name=Rubin +item.flowerPot.name=Doniczka +item.emptyMap.name=Pusta mapa +item.carrots.name=Marchewka +item.carrotGolden.name=Złota marchewka +item.potato.name=Ziemniak +item.potatoBaked.name=Pieczony ziemniak +item.potatoPoisonous.name=Trujący ziemniak +item.skull.skeleton.name=Czaszka szkieleta +item.skull.wither.name=Czaszka mrocznego szkieleta +item.skull.zombie.name=Głowa zombie +item.skull.char.name=Głowa +item.skull.player.name=Głowa %s +item.skull.creeper.name=Głowa Creepera +item.carrotOnAStick.name=Marchewka na patyku +item.netherStar.name=Netherowa gwiazda +item.pumpkinPie.name=Placek dyniowy +item.enchantedBook.name=Zaklęta książka +item.fireworks.name=Fajerwerk +item.fireworks.flight=Czas lotu: +item.fireworksCharge.name=Gwiazdka pirotechniczna +item.fireworksCharge.black=Czarny +item.fireworksCharge.red=Czerwony +item.fireworksCharge.green=Zielony +item.fireworksCharge.brown=Brązowy +item.fireworksCharge.blue=Niebieski +item.fireworksCharge.purple=Fioletowy +item.fireworksCharge.cyan=Błękitny +item.fireworksCharge.silver=Jasnoszary +item.fireworksCharge.gray=Szary +item.fireworksCharge.pink=Różowy +item.fireworksCharge.lime=Limonkowy +item.fireworksCharge.yellow=Żółty +item.fireworksCharge.lightBlue=Jasnoniebieski +item.fireworksCharge.magenta=Karmazynowy +item.fireworksCharge.orange=Pomarańczowy +item.fireworksCharge.white=Biały +item.fireworksCharge.customColor=Własny +item.fireworksCharge.fadeTo=Zanikający +item.fireworksCharge.flicker=Iskrzenie +item.fireworksCharge.trail=Smuga +item.fireworksCharge.type.0=Mała kula +item.fireworksCharge.type.1=Duża kula +item.fireworksCharge.type.2=Kształt gwiazdy +item.fireworksCharge.type.3=Kształt Creepera +item.fireworksCharge.type.4=Rozproszenie +item.fireworksCharge.type=Nieznany kształt +item.netherbrick.name=Netherowa cegła +item.netherquartz.name=Kwarc + +container.inventory=Ekwipunek +container.hopper=Zbiornik na przedmioty +container.crafting=Konstruowanie +container.dispenser=Dozownik +container.dropper=Podajnik +container.furnace=Piec +container.enchant=Zaklnij +container.repair=Napraw i Nazwij +container.repair.cost=Koszt zaklęcia: %1$d +container.repair.expensive=Zbyt drogie! +container.creative=Wybór przedmiotu +container.brewing=Statyw alchemiczny +container.chest=Skrzynia +container.chestDouble=Wielka skrzynia +container.minecart=Wagonik +container.enderchest=Skrzynia Kresu + +item.dyed=Przedmiot barwiony + +entity.Item.name=Przedmiot +entity.XPOrb.name=Kula doświadczenia +entity.SmallFireball.name=Mała kula ognia +entity.Fireball.name=Kula ognia + +entity.Arrow.name=strzała +entity.Snowball.name=Śnieżka +entity.Painting.name=Obraz + +entity.Mob.name=Stworzenie +entity.Monster.name=Potwór + +entity.Creeper.name=Creeper +entity.Skeleton.name=Szkielet +entity.Spider.name=Pająk +entity.Giant.name=Olbrzym +entity.Zombie.name=Zombie +entity.Slime.name=Szlam +entity.Ghast.name=Ghast +entity.PigZombie.name=Świnia zombie +entity.Enderman.name=Enderman +entity.Silverfish.name=Rybik cukrowy +entity.CaveSpider.name=Pająk jaskiniowy +entity.Blaze.name=Płomyk +entity.LavaSlime.name=Kostka magmy +entity.MushroomCow.name=Muuchomor +entity.Villager.name=Osadnik +entity.VillagerGolem.name=Żelazny Golem +entity.SnowMan.name=Śnieżny Golem +entity.EnderDragon.name=Smok Kresu +entity.WitherBoss.name=Wither +entity.Witch.name=Wiedźma + +entity.Pig.name=Świnia +entity.Sheep.name=Owca +entity.Cow.name=Krowa +entity.Chicken.name=Kura +entity.Squid.name=Kałamarnica +entity.Wolf.name=Wilk +entity.Ozelot.name=Ocelot +entity.Cat.name=Kot +entity.Bat.name=Nietoperz + +entity.PrimedTnt.name=Blok TNT +entity.FallingSand.name=Spadający blok + +entity.Minecart.name=Wagonik +entity.Boat.name=Łódka + +entity.generic.name=nieznany + +death.fell.accident.ladder=Gracz %1$s spadł z drabiny +death.fell.accident.vines=Gracz %1$s spadł z pnączy +death.fell.accident.water=Gracz %1$s wypadł z wody +death.fell.accident.generic=%1$s spadł z wysokiego miejsca +death.fell.killer=Gracz %1$s został skazany na upadek +death.fell.assist=Gracz %1$s został skazany na upadek przez gracza %2$s +death.fell.assist.item=Gracz %1$s został skazany na upadek przez gracza %2$s za pomocą %3$s +death.fell.finish=Gracz %1$s spadł i został dobity przez gracza %2$s +death.fell.finish.item=Gracz %1$s spadł i został dobity przez gracza %2$s za pomocą %3$s + +death.attack.inFire=Gracz %1$s zginął w płomieniach +death.attack.inFire.player=Gracz %1$s wszedł w ogień podczas walki z gracz %2$s +death.attack.onFire=Gracz %1$s spłonął żywcem +death.attack.onFire.player=Gracz %1$s spłonął podczas walki z graczem %2$s +death.attack.lava=Gracz %1$s próbował pływać w lawie +death.attack.lava.player=Gracz %1$s próbował pływać w lawie by uciec przed graczem %2$s +death.attack.inWall=%1$s udusił się w ścianie +death.attack.drown=Gracz %1$s utonął +death.attack.drown.player=Gracz %1$s utonął próbując uciec przed graczem %2$s +death.attack.starve=Gracz %1$s umarł z głodu +death.attack.cactus=Gracz %1$s został zakłuty na śmierć +death.attack.cactus.player=Gracz %1$s wszedł na kaktus próbując uciec przed graczem %2$s +death.attack.generic=Gracz %1$s umarł +death.attack.explosion=Gracz %1$s wyleciał w powietrze +death.attack.explosion.player=Gracz %1$s został wysadzony przez gracza %2$s +death.attack.magic=Gracz %1$s został zabity magią +death.attack.wither=Gracz %1$s obumarł +death.attack.anvil=Gracz %1$s został zmiażdżony przez spadające kowadło +death.attack.fallingBlock=Gracz %1$s został zmiażdżony przez spadający blok +death.attack.mob=%1$s został zabity przez %2$s +death.attack.player=Gracz %1$s został zabity przez gracza %2$s +death.attack.player.item=Gracz %1$s został zabity przez gracza %2$s za pomocą %3$s +death.attack.arrow=Gracz %1$s został zastrzelony przez gracza %2$s +death.attack.arrow.item=Gracz %1$s został zastrzelony przez gracza %2$s za pomocą %3$s +death.attack.fireball=Gracz %1$s został trafiony kulą ognia przez %2$sa +death.attack.fireball.item=%1$s został trafiony kulą ognia przez %2$s za pomocą %3$s +death.attack.thrown=Gracz %1$s został pobity przez gracza %2$s +death.attack.thrown.item=%1$s został pobity przez %2$s za pomocą %3$s +death.attack.indirectMagic=Gracz %1$s został zabity przez gracza %2$s za pomocą magii +death.attack.indirectMagic.item=%1$s został zabity przez %2$s za pomocą %3$s +death.attack.thorns=%1$s został zabity próbując zranić %2$s +death.attack.fall=Gracz %1$s za mocno uderzył w ziemię +death.attack.outOfWorld=Gracz %1$s wypadł ze świata + +deathScreen.respawn=Odrodzenie +deathScreen.deleteWorld=Usuń świat +deathScreen.titleScreen=Menu główne +deathScreen.score=Wynik +deathScreen.title.hardcore=Koniec gry! +deathScreen.hardcoreInfo=Nie możesz się odrodzić w trybie Hardcore! +deathScreen.title=Zginąłeś! +deathScreen.leaveServer=Opuść serwer + +potion.empty=Brak efektów +potion.moveSpeed=Szybkość +potion.moveSlowdown=Spowolnienie +potion.digSpeed=Pośpiech +potion.digSlowDown=Wyczerpanie +potion.damageBoost=Siła +potion.weakness=Osłabienie +potion.heal=Natychmiastowe leczenie +potion.harm=Natychmiastowe obrażenia +potion.jump=Zwiększony skok +potion.confusion=Nudności +potion.regeneration=Regeneracja +potion.resistance=Odporność +potion.fireResistance=Odporność na ogień +potion.waterBreathing=Oddychanie pod wodą +potion.invisibility=Niewidzialność +potion.blindness=Ślepota +potion.nightVision=Widzenie w ciemności +potion.hunger=Głód +potion.poison=Trucizna +potion.wither=Obumarcie + +potion.moveSpeed.postfix=Mikstura szybkości +potion.moveSlowdown.postfix=Mikstura spowolnienia +potion.digSpeed.postfix=Mikstura pośpiechu +potion.digSlowDown.postfix=Mikstura wyczerpania +potion.damageBoost.postfix=Mikstura siły +potion.weakness.postfix=Mikstura osłabienia +potion.heal.postfix=Mikstura leczenia +potion.harm.postfix=Mikstura krzywdy +potion.jump.postfix=Mikstura skoku +potion.confusion.postfix=Mikstura nudności +potion.regeneration.postfix=Mikstura regeneracji +potion.resistance.postfix=Mikstura odporności +potion.fireResistance.postfix=Mikstura odporności na ogień +potion.waterBreathing.postfix=Mikstura oddychania pod wodą +potion.invisibility.postfix=Mikstura niewidzialności +potion.blindness.postfix=Mikstura ślepoty +potion.nightVision.postfix=Mikstura widzenia w ciemności +potion.hunger.postfix=Mikstura głodu +potion.poison.postfix=Trująca mikstura +potion.wither.postfix=Mikstura Zepsucia + +potion.potency.0= +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV + +potion.prefix.grenade=Miotana +potion.prefix.mundane=Mętna +potion.prefix.uninteresting=Nieciekawa +potion.prefix.bland=Łagodna +potion.prefix.clear=Czysta +potion.prefix.milky=Mleczna +potion.prefix.diffuse=Rozproszona +potion.prefix.artless=Naturalna +potion.prefix.thin=Rozrzedzona +potion.prefix.awkward=Klarowna +potion.prefix.flat=Bezbarwna +potion.prefix.bulky=Cierpka +potion.prefix.bungling=Paskudna +potion.prefix.buttered=Maślana +potion.prefix.smooth=Gładka +potion.prefix.suave=Słodka +potion.prefix.debonair=Jowialna +potion.prefix.thick=Gęsta +potion.prefix.elegant=Wykwintna +potion.prefix.fancy=Luksusowa +potion.prefix.charming=Urokliwa +potion.prefix.dashing=Ognista +potion.prefix.refined=Rafinowana +potion.prefix.cordial=Serdeczna +potion.prefix.sparkling=Musująca +potion.prefix.potent=Silna +potion.prefix.foul=Zepsuta +potion.prefix.odorless=Bezwonna +potion.prefix.rank=Cuchnąca +potion.prefix.harsh=Ostra +potion.prefix.acrid=Drażniąca +potion.prefix.gross=Obrzydliwa +potion.prefix.stinky=Śmierdząca + +enchantment.damage.all=Ostrość +enchantment.damage.undead=Pogromca nieumarłych +enchantment.damage.arthropods=Zmora stawonogów +enchantment.knockback=Odrzut +enchantment.fire=Zaklęty ogień +enchantment.protect.all=Ochrona +enchantment.protect.fire=Odporność na ogień +enchantment.protect.fall=Powolne Opadanie +enchantment.protect.explosion=Ochrona przed wybuchem +enchantment.protect.projectile=Ochrona przed pociskami +enchantment.oxygen=Oddychanie +enchantment.waterWorker=Wydajność pod wodą +enchantment.digging=Wydajność +enchantment.untouching=Jedwabny dotyk +enchantment.durability=Niezniszczalność +enchantment.lootBonus=Grabież +enchantment.lootBonusDigger=Szczęście +enchantment.arrowDamage=Moc +enchantment.arrowFire=Płomień +enchantment.arrowKnockback=Uderzenie +enchantment.arrowInfinite=Nieskończoność +enchantment.thorns=Ciernie + +enchantment.level.1=I +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.level.10=X + +gui.achievements=Osiągnięcia +gui.stats=Statystyki + +stat.generalButton=Ogólne +stat.blocksButton=Bloki +stat.itemsButton=Przedmioty + +stat.used=Użyć +stat.mined=Wydobytych +stat.depleted=Zużytych +stat.crafted=Wytworzonych + +stat.startGame=Liczba gier +stat.createWorld=Rozegranych światów +stat.loadWorld=Wczytanych gier +stat.joinMultiplayer=Dołączeń do gry wieloosobowej +stat.leaveGame=Wyjść z gry + +stat.playOneMinute=Minut gry + +stat.walkOneCm=Dystans przebyty pieszo +stat.fallOneCm=Dystans przebyty spadając +stat.swimOneCm=Dystans przebyty wpław +stat.flyOneCm=Dystans przebyty lecąc +stat.climbOneCm=Dystans przebyty wspinając się +stat.diveOneCm=Dystans przebyty nurkując +stat.minecartOneCm=Dystans przebyty w wagoniku +stat.boatOneCm=Dystans przebyty łódką +stat.pigOneCm=Dystans przebyty na świni +stat.jump=Skoków +stat.drop=Upuszczonych przedmiotów + +stat.damageDealt=Zadanych obrażeń +stat.damageTaken=Otrzymanych obrażeń +stat.deaths=Liczba zgonów +stat.mobKills=Zabitych stworzeń +stat.playerKills=Zabitych graczy +stat.fishCaught=Złowionych ryb + +stat.mineBlock=%1$s wydobytych +stat.craftItem=%1$s wytworzonych +stat.useItem=%1$s użytych +stat.breakItem=%1$s zużytych + +achievement.get=Osiągnięcie zdobyte! + +achievement.taken=Wykonano! + +achievement.requires=Wymaga '%1$s' +achievement.openInventory=Używanie ekwipunku +achievement.openInventory.desc=Wciśnij '%1$s', aby otworzyć swój ekwipunek. +achievement.mineWood=Zbieranie drewna +achievement.mineWood.desc=Bij drzewo, dopóki nie wypadnie z niego blok drewna +achievement.buildWorkBench=Rzemieślnictwo +achievement.buildWorkBench.desc=Skonstruuj stół rzemieślniczy używając czterech bloków desek +achievement.buildPickaxe=Czas kopać! +achievement.buildPickaxe.desc=Użyj desek i patyków aby skonstruować kilof +achievement.buildFurnace=Życie na gorąco +achievement.buildFurnace.desc=Zbuduj piec z ośmiu bloków bruku +achievement.acquireIron=Ciężki sprzęt +achievement.acquireIron.desc=Wytop sztabkę żelaza +achievement.buildHoe=Czas na żniwa! +achievement.buildHoe.desc=Użyj desek i patyków, aby skonstruować motykę +achievement.makeBread=Pieczenie chleba +achievement.makeBread.desc=Przerób pszenicę na chleb +achievement.bakeCake=Kłamstwo +achievement.bakeCake.desc=Pszenica, cukier, mleko i jajka! +achievement.buildBetterPickaxe=Ulepszanie +achievement.buildBetterPickaxe.desc=Skonstruuj lepszy kilof +achievement.cookFish=Przepyszna ryba +achievement.cookFish.desc=Złów i upiecz rybę! +achievement.onARail=Na torach +achievement.onARail.desc=Przebądź w wagoniku dystans 1 km, licząc od miejsca startu +achievement.buildSword=Do ataku! +achievement.buildSword.desc=Użyj desek i patyków aby skonstruować miecz +achievement.killEnemy=Łowca potworów +achievement.killEnemy.desc=Zaatakuj i pokonaj potwora +achievement.killCow=Raz krowie śmierć +achievement.killCow.desc=Zdobądź trochę skóry +achievement.flyPig=Gdy świnie zaczną latać +achievement.flyPig.desc=Zleć na świni z urwiska +achievement.snipeSkeleton=Pojedynek snajperów +achievement.snipeSkeleton.desc=Zabij szkieleta strzałą z odległości większej niż 50 metrów +achievement.diamonds=DIAMENTY! +achievement.diamonds.desc=Wydobądź diamenty za pomocą żelaznych narzędzi +achievement.portal=Musimy zejść głębiej +achievement.portal.desc=Zbuduj portal do Netheru +achievement.ghast=Zwrot do nadawcy +achievement.ghast.desc=Pokonaj Ghasta za pomocą kuli ognia +achievement.blazeRod=Prosto w ogień +achievement.blazeRod.desc=Pozbaw Płomyka jego różdżki +achievement.potion=Lokalny browar +achievement.potion.desc=Uwarz miksturę +achievement.theEnd=To już jest koniec? +achievement.theEnd.desc=Zlokalizuj Kres +achievement.theEnd2=Kres. +achievement.theEnd2.desc=Pokonaj Smoka Kresu +achievement.enchantments=Zaklinacz +achievement.enchantments.desc=Użyj książki, obsydianu i diamentów, aby skonstruować stół do zaklęć +achievement.overkill=Niszczyciel +achievement.overkill.desc=Zadaj osiem serc obrażeń pojedynczym ciosem +achievement.bookcase=Bibliotekarz +achievement.bookcase.desc=Zbuduj kilka biblioteczek, by ulepszyć stół do zaklęć + +commands.generic.exception=Podczas wykonywania komendy wystąpił nieznany błąd +commands.generic.syntax=Niewłaściwa składnia komendy +commands.generic.player.notFound=Nie znaleziono gracza +commands.generic.notFound=Nieznana komenda. Wpisz /help aby otrzymać listę komend. +commands.generic.num.invalid='%s' nie jest prawidłową liczbą +commands.generic.num.tooSmall=Podana liczba (%d) jest zbyt niska, musi przekroczyć %d +commands.generic.num.tooBig=Podana liczba (%d) jest zbyt wysoka, nie może przekroczyć %d +commands.generic.double.tooSmall=Podana liczba (%.2f) jest za mała, musi wynosić przynajmniej %.2f +commands.generic.double.tooBig=Podana liczba (%.2f) jest za duża, nie może przekraczać %.2f +commands.generic.usage=Zastosowanie: %s + +commands.xp.failure.widthdrawXp=Nie można przyznać graczowi ujemnych punktów doświadczenia +commands.xp.success=Dodano %d doświadczenia graczowi %s +commands.xp.success.levels=Dodano %d poziomów graczowi %s +commands.xp.success.negative.levels=Odebrano %d poziomów graczowi %s +commands.xp.usage=/xp [gracz] LUB /xp L [gracz] +commands.give.usage=/give [ilość] [dane] +commands.give.notFound=Przedmiot o ID %d nie istnieje +commands.give.success=Dodano %s (ID %d) * %d graczowi %s +commands.effect.usage=/effect [seconds] [amplifier] +commands.effect.notFound=There is no such mob effect with ID %d +commands.effect.success=Given %1$s (ID %2$d) * %3$d to %4$s for %5$d seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.enchant.usage=/enchant [poziom] +commands.enchant.notFound=Nie istnieje zaklęcie z ID %d +commands.enchant.noItem=Wskazany gracz nie trzyma żadnego przedmiotu +commands.enchant.cantEnchant=Wybrane zaklęcie nie może zostać dodane do tego przedmiotu +commands.enchant.cantCombine=%1$s nie może zostać połączony z %2$s +commands.enchant.success=Zaklęto pomyślnie +commands.clear.usage=/clear [przedmiot] [dane] +commands.clear.success=Wyczyszczono ekwipunek gracza %s, usuwając %d przedmiotów +commands.clear.failure=Could not clear the inventory of %s, no items to remove +commands.downfall.success=Przełączono występowanie opadów +commands.time.usage=/time +commands.time.added=Dodano %d do czasu +commands.time.set=Ustawiono czas na %d +commands.players.list=W grze przebywa %d/%d graczy: +commands.banlist.ips=W sumie zbanowanych jest %d adresów IP: +commands.banlist.players=W sumie zbanowanych jest %d graczy: +commands.banlist.usage=/banlist [ips|players] +commands.kick.success=Gracz %s został wyrzucony z gry +commands.kick.success.reason=Gracz %s został wyrzucony z gry: '%s' +commands.kick.usage=/kick [powód...] +commands.op.success=Przyznano %s uprawnienia operatora +commands.op.usage=/op +commands.deop.success=Odebrano %s uprawnienia operatora +commands.deop.usage=/deop +commands.say.usage=/say +commands.ban.success=Zbanowano gracza %s +commands.ban.usage=/ban [powód...] +commands.unban.success=Odbanowano gracza %s +commands.unban.usage=/pardon +commands.banip.invalid=Podany został niewłaściwy adres IP lub nazwa gracza, który obecnie nie przebywa w grze +commands.banip.success=Zbanowano adres IP %s +commands.banip.success.players=Zbanowano adres IP %s należący do gracza %s +commands.banip.usage=/ban-ip [powód...] +commands.unbanip.invalid=Podano niewłaściwy adres IP +commands.unbanip.success=Zdjęto bana z adresu IP %s +commands.unbanip.usage=/pardon-ip +commands.save.enabled=Włączono automatyczne zapisywanie świata +commands.save.disabled=Wyłączono automatyczne zapisywanie świata +commands.save.start=Zapisywanie... +commands.save.success=Zapisano świat +commands.save.failed=Zapisywanie nie powiodło się: %s +commands.stop.start=Zatrzymywanie serwera +commands.tp.success=Przeniesiono %s do %s +commands.tp.success.coordinates=Przeteleportowano %s do %.2f,%.2f,%.2f +commands.tp.usage=/tp [Gracz] LUB /tp [Gracz] +commands.tp.notSameDimension=Nie można przenieść, ponieważ gracze nie znajdują się w tym samym wymiarze +commands.whitelist.list=W grze znajduje się %d (z %d widzianych) graczy z białej listy: +commands.whitelist.enabled=Włączono białą listę +commands.whitelist.disabled=Wyłączono białą listę +commands.whitelist.reloaded=Przeładowano białą listę +commands.whitelist.add.success=Dodano %s do białej listy +commands.whitelist.add.usage=/whitelist add +commands.whitelist.remove.success=Usunięto %s z białej listy +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.scoreboard.usage=/scoreboard +commands.scoreboard.teamNotFound=Nie znaleziono drużyny o nazwie "%s" +commands.scoreboard.objectiveNotFound=Nie znaleziono celu o nazwie "%s" +commands.scoreboard.objectiveReadOnly=Cel "%s" jest tylko do odczytu i nie może być zmieniony +commands.scoreboard.objectives.usage=/scoreboard objectives +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [Cel] +commands.scoreboard.objectives.setdisplay.invalidSlot=Nie ma takiego typu wyświetlania jak '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Usunięto wyświetlanie celu '%s' +commands.scoreboard.objectives.setdisplay.successSet=Ustawiono typ wyświetlania dla celu '%s' na '%s' +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [wyświetlana nazwa ...] +commands.scoreboard.objectives.add.wrongType=Niewłaściwy typ kryterium. Dostępne typy: %s +commands.scoreboard.objectives.add.alreadyExists=Cel o nazwie "%s" już istnieje +commands.scoreboard.objectives.add.tooLong=Nazwa "%s" jest za długa dla celu. Maksymalnie może posiadać %d znaków +commands.scoreboard.objectives.add.displayTooLong=Wyświetlana nazwa "%s" jest za długa dla celu. Maksymalnie może posiadać %d znaków +commands.scoreboard.objectives.add.success=Pomyślnie dodano nowy cel "%s" +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.remove.success=Pomyślnie usunięto cel "%s" +commands.scoreboard.objectives.list.count=Wyświetlono %d celów na tablicy wyników +commands.scoreboard.objectives.list.entry=- %s: wyświetlane jako '%s' z kryterium '%s' +commands.scoreboard.objectives.list.empty=Nie ma żadnych celów na tablicy wyników +commands.scoreboard.players.usage=/scoreboard players +commands.scoreboard.players.set.success=Wynik %s gracza %s ustawiono na %d +commands.scoreboard.players.set.usage=/scoreboard players set +commands.scoreboard.players.add.usage=/scoreboard players add +commands.scoreboard.players.remove.usage=/scoreboard players remove +commands.scoreboard.players.reset.usage=/scoreboard players reset +commands.scoreboard.players.reset.success=Zresetuj wszystkie wyniki gracza %s +commands.scoreboard.players.list.count=Wyświetlono %d śledzonych graczy na tablicy wyników +commands.scoreboard.players.list.empty=Na tablicy wyników nie ma żadnych śledzonych graczy +commands.scoreboard.players.list.player.count=Wyświetlono %d śledzonych celów dla %s +commands.scoreboard.players.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.players.list.player.empty=Gracz %s nie ma żadnych zapisanych wyników +commands.scoreboard.teams.usage=/scoreboard teams +commands.scoreboard.teams.add.usage=/scoreboard teams add [wyświetlana nazwa ...] +commands.scoreboard.teams.add.alreadyExists=Drużyna o nazwie "%s" już istnieje +commands.scoreboard.teams.add.tooLong=Nazwa "%s" jest za długa dla drużyny. Maksymalnie może posiadać %d znaków +commands.scoreboard.teams.add.displayTooLong=Wyświetlana nazwa "%s" jest za długa dla drużyny. Maksymalnie może posiadać %d znaków +commands.scoreboard.teams.add.success=Pomyślnie dodano nową drużynę '%s' +commands.scoreboard.teams.list.usage=/scoreboard teams list [nazwa] +commands.scoreboard.teams.list.count=Wyświetlono %d drużyn na tablicy wyników +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' ma %3$d graczy +commands.scoreboard.teams.list.empty=Nie ma żadnych drużyn zarejestrowanych na tablicy wyników +commands.scoreboard.teams.list.player.count=Wyświetlono %d graczy w drużynie %s +commands.scoreboard.teams.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.teams.list.player.empty=Drużyna %s nie posiada graczy +commands.scoreboard.teams.empty.usage=/scoreboard teams clear +commands.scoreboard.teams.empty.alreadyEmpty=Drużyna %s jest pusta. Nie można usunąć nieistniejących graczy +commands.scoreboard.teams.empty.success=Usunięto wszystkich %d graczy z drużyny %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.remove.success=Usunięto drużynę %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [gracz] +commands.scoreboard.teams.join.success=Dodano %d graczy do drużyny %s: %s +commands.scoreboard.teams.join.failure=Nie udało się dodać %d graczy do drużyny %s: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [gracz] +commands.scoreboard.teams.leave.success=Usunięto %d graczy z ich drużyn: %s +commands.scoreboard.teams.leave.failure=Nie udało się usunąć %d graczy z ich drużyn: %s +commands.scoreboard.teams.leave.noTeam=Nie jesteś w drużynie +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.option.noValue=Poprawne wartości dla opcji %s to: %s +commands.scoreboard.teams.option.success=Set option %s for team %s to %s +commands.gamemode.success.self=Zmieniono tryb gry na %s +commands.gamemode.success.other=Tryb gry gracza %s zmieniono na %s +commands.gamemode.usage=/gamemode [gracz] +commands.defaultgamemode.usage=/defaultgamemode +commands.defaultgamemode.success=Domyślny tryb gry został zmieniony na %s +commands.me.usage=/me +commands.help.header=--- Wyświetlona strona pomocy: %d z %d (/help ) --- +commands.help.footer=Wskazówka: Użyj klawisza podczas wpisywania komendy, aby automatycznie uzupełnić komendę lub jej argumenty +commands.help.usage=/help [strona|komenda] +commands.publish.started=Lokalna gra założona na %s +commands.publish.failed=Nie można założyć lokalnej gry +commands.debug.start=Rozpoczęto profilowanie debugowe +commands.debug.stop=Zatrzymano profilowanie debugowe po %.2f sekundach (%d tików) +commands.debug.notStarted=Nie możesz zatrzymać profilowania, jeżeli go nie zacząłeś! +commands.debug.usage=/debug +commands.message.usage=/tell +commands.message.sameTarget=Nie możesz wysłać prywatnej wiadomości do siebie samego! +commands.message.display.outgoing=Szepczesz do %s: %s +commands.message.display.incoming=%s szepcze do ciebie: %s +commands.difficulty.usage=/difficulty +commands.difficulty.success=Poziom trudności został zmieniony na %s +commands.spawnpoint.usage=/spawnpoint ALBO /spawnpoint LUB /spawnpoint +commands.spawnpoint.success=Zmieniono miejsce odradzania gracza %s na (%d, %d, %d) +commands.gamerule.usage=/gamerule LUB /gamerule +commands.gamerule.success=Zasada gry została zaktualizowana +commands.gamerule.norule=Zasada gry o nazwie '%s' nie istnieje +commands.weather.usage=/weather [czas trwania w sekundach] +commands.weather.clear=Zmieniono na bezchmurną pogodę +commands.weather.rain=Zmieniono na deszczową pogodę +commands.weather.thunder=Zmieniono na burzową pogodę +commands.testfor.usage=/testfor +commands.testfor.failed=/testfor jest używany jedynie przez bloki poleceń w wyjściem analogowym + +itemGroup.buildingBlocks=Bloki budowlane +itemGroup.decorations=Bloki dekoracyjne +itemGroup.redstone=Mechanizmy +itemGroup.transportation=Transport +itemGroup.misc=Różne +itemGroup.search=Szukaj przedmiotów +itemGroup.food=Żywność +itemGroup.tools=Narzędzia +itemGroup.combat=Walka +itemGroup.brewing=Alchemia +itemGroup.materials=Materiały +itemGroup.inventory=Ekwipunek + +inventory.binSlot=Zniszcz przedmiot + +advMode.setCommand=Ustaw polecenie konsoli dla bloku komend +advMode.command=Polecenie konsoli +advMode.nearestPlayer=Użyj "@p" aby polecenie dotyczyło najbliższego gracza +advMode.randomPlayer=Użyj "@r" aby komenda dotyczyła losowego gracza +advMode.allPlayers=Użyj "@a" aby komenda dotyczyła wszystkich graczy + +advMode.notEnabled=Blok poleceń nie jest dostępny na tym serwerze +advMode.notAllowed=Musisz posiadać uprawnienia operatora w trybie kreatywnym + +mco.title=Minecraft Realms +mco.selectServer.select=Dołącz do serwera +mco.selectServer.configure=Konfiguruj +mco.selectServer.create=Stwórz świat +mco.selectServer.moreinfo=Więcej informacji + +mco.configure.world.edit.title=Edytuj świat + +mco.configure.world.title=Konfiguruj świat +mco.configure.world.name=Nazwa +mco.configure.world.description=Opis +mco.configure.world.location=Lokacja +mco.configure.world.invited=Zaproszony +mco.configure.world.buttons.edit=Edycja +mco.configure.world.buttons.reset=Resetuj świat +mco.configure.world.buttons.done=Gotowe +mco.configure.world.buttons.delete=Usuń +mco.configure.world.buttons.open=Otwórz świat +mco.configure.world.buttons.close=Zamknij świat +mco.configure.world.buttons.invite=Zaproś +mco.configure.world.buttons.uninvite=Wyproś +mco.configure.world.buttons.subscription=Subscription +mco.configure.world.invite.profile.name=Nazwa +mco.configure.world.uninvite.question=Czy na pewno chcesz wyprosić + +mco.configure.world.subscription.title=Subscription Info +mco.configure.world.subscription.daysleft=Days Left +mco.configure.world.subscription.start=Start Date +mco.configure.world.subscription.extend=Extend + +mco.create.world.location.title=Lokacje +mco.create.world.location.warning=Możesz nie uzyskać dokładnej lokalizacji, którą wybierzesz +mco.create.world.wait=Tworzenie świata... + +mco.reset.world.title=Resetowanie świata +mco.reset.world.warning=To na stałe usunie twój świat! +mco.reset.world.seed=Ziarno (opcjonalnie) +mco.reset.world.resetting.screen.title=Resetowanie świata... + +mco.configure.world.close.question.line1=Twój świat stanie się niedostępny. +mco.configure.world.close.question.line2=Czy na pewno chcesz to zrobić? + +mco.connect.connecting=Łączenie z serwerem online... +mco.connect.authorizing=Logowanie... +mco.connect.failed=Nie udało połączyć się z serwerem online + +mco.create.world=Stwórz + diff --git a/1.5.2/lang/pt_BR.lang b/1.5.2/lang/pt_BR.lang new file mode 100644 index 00000000..9896065e --- /dev/null +++ b/1.5.2/lang/pt_BR.lang @@ -0,0 +1,1293 @@ +#X-Generator: crowdin.net + +language.name=Português +language.region=BR +language.code=pt_BR + +gui.done=Concluído +gui.cancel=Cancelar +gui.back=Back +gui.toMenu=Voltar ao menu principal +gui.up=Cima +gui.down=Baixo +gui.yes=Sim +gui.no=Não + +menu.singleplayer=Um jogador +menu.multiplayer=Multiplayer +menu.online=Minecraft Realms +menu.options=Opções... +menu.quit=Sair do Jogo +menu.returnToMenu=Salvar e Voltar ao Menu Principal +menu.disconnect=Desconectar +menu.returnToGame=Voltar ao Jogo +menu.switchingLevel=Trocando fase +menu.generatingLevel=Gerando fase +menu.loadingLevel=Carregando fase +menu.generatingTerrain=Construindo terreno +menu.convertingLevel=Convertendo mundo +menu.simulating=Simulando o mundo um pouquinho +menu.respawning=Renascendo +menu.shareToLan=Aberto para LAN + +selectWorld.title=Selecionar Mundo +selectWorld.empty=vazio +selectWorld.world=Mundo +selectWorld.select=Jogar no Mundo Selecionado +selectWorld.create=Criar Novo Mundo +selectWorld.recreate=Recriar +selectWorld.createDemo=Jogar Novo Mundo Demo +selectWorld.delete=Apagar +selectWorld.rename=Renomear +selectWorld.deleteQuestion=Tem certeza que deseja apagar este mundo? +selectWorld.deleteWarning=será apagado para sempre! (Muito tempo!) +selectWorld.deleteButton=Apagar +selectWorld.renameButton=Renomear +selectWorld.renameTitle=Renomear Mundo +selectWorld.conversion=Precisa ser convertido! +selectWorld.newWorld=Novo Mundo +selectWorld.newWorld.copyOf=Cópia de %s +selectWorld.enterName=Nome do Mundo +selectWorld.resultFolder=Será salvo em: +selectWorld.enterSeed=Seed para o Gerador de Mundos +selectWorld.seedInfo=Deixe em branco para uma seed aleatória +selectWorld.cheats=Cheats +selectWorld.customizeType=Customizar + +createWorld.customize.presets=Predefinições +createWorld.customize.presets.title=Selecionar Predefinição +createWorld.customize.presets.select=Usar Predefinição +createWorld.customize.presets.share=Quer compartilhar sua predefinição com alguém? Use o campo abaixo! +createWorld.customize.presets.list=Como alternativa, aqui estão algumas que fizemos anteriormente! +createWorld.customize.flat.title=Customização do Superplano +createWorld.customize.flat.tile=Material da Camada +createWorld.customize.flat.height=Altura +createWorld.customize.flat.addLayer=Adicionar Camada +createWorld.customize.flat.editLayer=Editar Camada +createWorld.customize.flat.removeLayer=Remover Camada +createWorld.customize.flat.layer.top=Topo - %d +createWorld.customize.flat.layer=%d +createWorld.customize.flat.layer.bottom=Fundo - %d + +gameMode.survival=Modo Sobrevivência +gameMode.creative=Modo Criativo +gameMode.adventure=Modo Aventura +gameMode.hardcore=Modo Hardcore! +gameMode.changed=Seu modo de jogo foi atualizado + +selectWorld.gameMode=Modo de Jogo: +selectWorld.gameMode.survival=Sobrevivência +selectWorld.gameMode.survival.line1=Procure por recursos, crie, aumente +selectWorld.gameMode.survival.line2=níveis, vida e fome +selectWorld.gameMode.creative=Criativo +selectWorld.gameMode.creative.line1=Recursos infinitos, voo livre e +selectWorld.gameMode.creative.line2=destrua blocos instantaneamente +selectWorld.gameMode.hardcore=Hardcore +selectWorld.gameMode.hardcore.line1=Modo Sobrevivência, travado na +selectWorld.gameMode.hardcore.line2=dificuldade máxima, e apenas uma vida +selectWorld.gameMode.adventure=Aventura +selectWorld.gameMode.adventure.line1=Mesmo do modo sobrevivência, mas blocos não podem +selectWorld.gameMode.adventure.line2=ser adicionados ou removidos +selectWorld.moreWorldOptions=Mais Opções do Mundo... +selectWorld.mapFeatures=Gerar Estruturas: +selectWorld.mapFeatures.info=Vilas, calabouços, etc +selectWorld.mapType=Tipo de Mundo: +selectWorld.mapType.normal=Normal +selectWorld.allowCommands=Permitir Cheats: +selectWorld.allowCommands.info=Comandos como /gamemode, /xp +selectWorld.hardcoreMode=Hardcore: +selectWorld.hardcoreMode.info=O mundo é apagado após a morte +selectWorld.bonusItems=Baú Bônus: + +generator.default=Padrão +generator.flat=Superplano +generator.largeBiomes=Biomas Grandes + +selectServer.title=Selecionar Servidor +selectServer.empty=vazio +selectServer.select=Entrar no Servidor +selectServer.direct=Conexão Direta +selectServer.edit=Editar +selectServer.delete=Apagar +selectServer.add=Adicionar servidor +selectServer.defaultName=Servidor de Minecraft +selectServer.deleteQuestion=Tem certeza que deseja remover este servidor? +selectServer.deleteWarning=desaparecerá para sempre! (Bastante tempo!) +selectServer.deleteButton=Apagar +selectServer.refresh=Atualizar +selectServer.hiddenAddress=(Oculto) +addServer.title=Editar informações do servidor +addServer.enterName=Nome do Servidor +addServer.enterIp=Endereço do Servidor +addServer.add=Concluído +addServer.hideAddress=Esconder Endereço +lanServer.title=Mundo LAN +lanServer.scanning=Scanning for games on your local network +lanServer.start=Começar Mundo LAN +lanServer.otherPlayers=Configurações para Outros Jogadores +mcoServer.title=Mundo do Minecraft Online + +multiplayer.title=Jogar Multiplayer +multiplayer.connect=Conectar +multiplayer.info1=Minecraft Multiplayer não está completo, mas +multiplayer.info2=estamos fazendo testes de bugs no momento. +multiplayer.ipinfo=Digite o IP de um servidor para se conectar a ele: + +multiplayer.texturePrompt.line1=Esse servidor recomenda o uso de um pacote de texturas customizado. +multiplayer.texturePrompt.line2=Você gostaria de fazer o download e instalar automagicamente? + +multiplayer.downloadingTerrain=Fazendo download do terreno + +multiplayer.stopSleeping=Sair da Cama + +chat.link.confirm=Tem certeza que deseja abrir o seguinte endereço da web? +chat.link.warning=Nunca clique em links de pessoas que você não confia! +chat.copy=Copiar + +menu.playdemo=Jogar Mundo Demo +menu.resetdemo=Resetar Mundo Demo +demo.day.1=Essa demo irá durar cinco dias no jogo, faça seu melhor! +demo.day.2=Dia Dois +demo.day.3=Dia Três +demo.day.4=Dia Quatro +demo.day.5=Esse é seu último dia! +demo.day.warning=Seu tempo está quase no fim! +demo.day.6=Seu quinto dia acabou, use F2 para salvar uma foto da sua criação +demo.reminder=Seu tempo de demonstração acabou, compre o jogo para continuar ou comece um novo mundo! +demo.remainingTime=Tempo restante: %s +demo.demoExpired=Acabou o tempo da Demo! +demo.help.movement=Use %1$s, %2$s, %3$s, %4$s e o mouse para andar +demo.help.movementShort=Movimente-se pressionando %1$s, %2$s, %3$s, %4$s +demo.help.movementMouse=Olhe ao redor usando o mouse +demo.help.jump=Use %1$s para pular +demo.help.inventory=Use %1$s para abrir seu inventário +demo.help.title=Minecraft Modo Demo +demo.help.fullWrapped=Essa demo vai durar 5 dias do jogo (aproximadamente 1 hora e 40 minutos em tempo real). Cheque as Conquistas para dicas! Divirta-se! +demo.help.buy=Comprar Agora! +demo.help.later=Continue Jogando! + +connect.connecting=Conectando ao servidor... +connect.authorizing=Entrando... +connect.failed=Falha ao conectar-se ao servidor + +disconnect.genericReason=%s +disconnect.disconnected=Desconectado pelo servidor +disconnect.lost=Conexão Perdida +disconnect.kicked=Foi expulso do jogo +disconnect.timeout=Tempo esgotado +disconnect.closed=Conexão terminada +disconnect.loginFailed=Falha no login +disconnect.loginFailedInfo=Falha no login: %s +disconnect.quitting=Saindo +disconnect.endOfStream=Fim da transmissão +disconnect.overflow=Sobrecarga do buffer +disconnect.spam=Expulso por fazer spam + +options.off=OFF +options.on=ON +options.visible=Exibir +options.hidden=Oculto +options.title=Opções +options.controls=Controles... +options.video=Configurações de Vídeo... +options.language=Idioma... +options.languageWarning=As traduções podem não estar 100% corretas +options.videoTitle=Configurações de Vídeo +options.music=Música +options.sound=Som +options.invertMouse=Inverter Mouse +options.fov=Campo de Visão +options.fov.min=Normal +options.fov.max=Quake Pro +options.gamma=Brilho +options.gamma.min=Sombrio +options.gamma.max=Claro +options.sensitivity=Sensibilidade +options.sensitivity.min=*ronc* +options.sensitivity.max=HIPER-RÁPIDO!!! +options.renderDistance=Área de Renderização +options.renderDistance.tiny=Mínima +options.renderDistance.short=Curta +options.renderDistance.normal=Normal +options.renderDistance.far=Longa +options.viewBobbing=Movimentos na Visão +options.ao=Iluminação Suave +options.ao.off=Off +options.ao.min=Minimum +options.ao.max=Maximum +options.anaglyph=Anáglifo 3D +options.framerateLimit=Desempenho +options.difficulty=Dificuldade +options.difficulty.peaceful=Pacífico +options.difficulty.easy=Fácil +options.difficulty.normal=Normal +options.difficulty.hard=Difícil +options.difficulty.hardcore=Hardcore +options.graphics=Gráficos +options.graphics.fancy=Bonito +options.graphics.fast=Rápido +options.guiScale=Escala da Interface +options.guiScale.auto=Auto +options.guiScale.small=Pequena +options.guiScale.normal=Normal +options.guiScale.large=Grande +options.advancedOpengl=OpenGL Avançado +options.renderClouds=Nuvens +options.farWarning1=Recomenda-se uma instalação do Java de 64 bits +options.farWarning2=para a distância 'Longa' (você tem 32 bits) +options.particles=Partículas +options.particles.all=Todas +options.particles.decreased=Reduzida +options.particles.minimal=Mínima +options.multiplayer.title=Configurações do Multiplayer... +options.chat.title=Configurações do Bate-papo... +options.chat.visibility=Bate-papo +options.chat.visibility.full=Exibir +options.chat.visibility.system=Apenas Comandos +options.chat.visibility.hidden=Oculto +options.chat.color=Cores +options.chat.opacity=Opacidade +options.chat.links=Links da Web +options.chat.links.prompt=Perguntar ao abrir links +options.chat.scale=Escala +options.chat.width=Largura +options.chat.height.focused=Altura com Foco +options.chat.height.unfocused=Altura sem Foco +options.showCape=Mostrar Capa +options.serverTextures=Texturas do Servidor +options.snooper=Permitir Snooper +options.snooper.view=Configurações do Snooper... +options.snooper.title=Coleção de Especificações da Máquina +options.snooper.desc=Nós queremos coletar informações sobre sua máquina para identificar os problemas mais comuns e melhorar o Minecraft. Todas essas informações são anônimas e podem ser vistas abaixo. Prometemos que não faremos nada de errado com esses dados, mas se você quiser, pode optar por desligar essa opção! +options.texture.pack=Pacotes de Textura +options.fullscreen=Tela cheia +options.vsync=Usar VSync +options.touchscreen=Modo Touchscreen + +performance.max=Maximizar FPS +performance.balanced=Equilibrado +performance.powersaver=Economia de Energia + +controls.title=Controles + +key.forward=Frente +key.left=Esquerda +key.back=Trás +key.right=Direita +key.jump=Pular +key.inventory=Inventário +key.drop=Jogar no chão +key.chat=Bate-papo +key.fog=Trocar Névoa +key.sneak=Esgueirar +key.playerlist=Listar Jogadores +key.attack=Atacar +key.use=Usar Item +key.pickItem=Escolher Bloco +key.mouseButton=Botão %1$s +key.command=Comando + +texturePack.openFolder=Abrir pasta +texturePack.title=Escolher Pacote de Texturas +texturePack.folderInfo=(Coloque arquivos dos pacotes de texturas aqui) +texturePack.incompatible=Incompatível + +book.pageIndicator=Página %1$s de %2$s +book.byAuthor=por %1$s +book.signButton=Assinar +book.editTitle=Insira o Título do Livro: +book.finalizeButton=Assinar e Fechar +book.finalizeWarning=Aviso! Quando você assinar o livro, ele não poderá ser modificado. + +tile.stone.name=Pedra + +tile.grass.name=Bloco de Grama +tile.dirt.name=Terra +tile.stonebrick.name=Pedregulho +tile.wood.name=Tábuas +tile.wood.oak.name=Tábuas de Carvalho +tile.wood.spruce.name=Tábuas de Pinheiro +tile.wood.birch.name=Tábuas de Eucalipto +tile.wood.jungle.name=Tábuas de Madeira da Selva +tile.sapling.oak.name=Muda de Carvalho +tile.sapling.spruce.name=Muda de Pinheiro +tile.sapling.birch.name=Muda de Eucalipto +tile.sapling.jungle.name=Muda de Árvore da Selva +tile.deadbush.name=Arbusto Morto +tile.bedrock.name=Rocha Matriz +tile.water.name=Água +tile.lava.name=Lava +tile.sand.name=Areia +tile.sandStone.name=Arenito +tile.sandStone.default.name=Arenito +tile.sandStone.chiseled.name=Arenito Talhado +tile.sandStone.smooth.name=Arenito Liso +tile.gravel.name=Cascalho +tile.oreGold.name=Minério de Ouro +tile.oreIron.name=Minério de Ferro +tile.oreCoal.name=Minério de Carvão +tile.log.name=Madeira +tile.log.oak.name=Madeira de Carvalho +tile.log.spruce.name=Madeira de Pinheiro +tile.log.birch.name=Madeira de Eucalipto +tile.log.jungle.name=Madeira da Selva +tile.leaves.name=Folhas +tile.leaves.oak.name=Folhas de Carvalho +tile.leaves.spruce.name=Folhas de Pinheiro +tile.leaves.birch.name=Folhas de Eucalipto +tile.leaves.jungle.name=Folhas da Selva +tile.tallgrass.name=Grama +tile.tallgrass.shrub.name=Arbusto +tile.tallgrass.grass.name=Grama +tile.tallgrass.fern.name=Samambaia +tile.sponge.name=Esponja +tile.glass.name=Vidro +tile.thinGlass.name=Painel de Vidro +tile.cloth.name=Lã +tile.flower.name=Flor +tile.rose.name=Rosa +tile.mushroom.name=Cogumelo +tile.blockGold.name=Bloco de Ouro +tile.blockIron.name=Bloco de Ferro +tile.stoneSlab.stone.name=Laje de Pedra +tile.stoneSlab.sand.name=Laje de Arenito +tile.stoneSlab.wood.name=Laje de Madeira +tile.stoneSlab.cobble.name=Laje de Pedregulho +tile.stoneSlab.brick.name=Laje de Tijolos +tile.stoneSlab.smoothStoneBrick.name=Laje de Tijolos de Pedra +tile.stoneSlab.netherBrick.name=Laje de Tijolos do Nether +tile.stoneSlab.quartz.name=Laje de Quartzo +tile.woodSlab.oak.name=Laje de Carvalho +tile.woodSlab.spruce.name=Laje de Pinheiro +tile.woodSlab.birch.name=Laje de Eucalipto +tile.woodSlab.jungle.name=Laje de Madeira da Selva +tile.brick.name=Tijolos +tile.tnt.name=Dinamite +tile.bookshelf.name=Estante +tile.stoneMoss.name=Pedra com Musgo +tile.obsidian.name=Obsidiana +tile.torch.name=Tocha +tile.fire.name=Fogo +tile.mobSpawner.name=Invocador de Monstros +tile.stairsWood.name=Escadas de Carvalho +tile.stairsWoodSpruce.name=Escadas de Pinheiro +tile.stairsWoodBirch.name=Escadas de Eucalipto +tile.stairsWoodJungle.name=Escadas de Madeira da Selva +tile.chest.name=Baú +tile.chestTrap.name=Baú com Armadilha +tile.redstoneDust.name=Pó de Redstone +tile.oreDiamond.name=Minério de Diamante +tile.blockDiamond.name=Bloco de Diamante +tile.workbench.name=Bancada de Trabalho +tile.crops.name=Plantação +tile.farmland.name=Terra Arada +tile.furnace.name=Fornalha +tile.sign.name=Placa +tile.doorWood.name=Porta de Madeira +tile.ladder.name=Escada +tile.rail.name=Trilho +tile.goldenRail.name=Trilho Elétrico +tile.activatorRail.name=Trilho Ativador +tile.detectorRail.name=Trilho Detector +tile.stairsStone.name=Escadas de Pedra +tile.stairsSandStone.name=Escadas de Arenito +tile.lever.name=Alavanca +tile.pressurePlate.name=Placa de Pressão +tile.weightedPlate_light.name=Placa de Pressão de Pesagem (Leve) +tile.weightedPlate_heavy.name=Placa de Pressão de Pesagem (Pesada) +tile.doorIron.name=Porta de Ferro +tile.oreRedstone.name=Minério de Redstone +tile.notGate.name=Tocha de Redstone +tile.button.name=Botão +tile.snow.name=Neve +tile.ice.name=Gelo +tile.cactus.name=Cacto +tile.clay.name=Argila +tile.reeds.name=Cana-de-açúcar +tile.jukebox.name=Jukebox +tile.fence.name=Cerca +tile.fenceGate.name=Portão +tile.pumpkin.name=Abóbora +tile.litpumpkin.name=Abóbora de Halloween +tile.hellrock.name=Rocha do Nether +tile.hellsand.name=Areia de Almas +tile.lightgem.name=Pedra Luminosa +tile.portal.name=Portal +tile.cloth.black.name=Lã Preta +tile.cloth.red.name=Lã Vermelha +tile.cloth.green.name=Lã Verde +tile.cloth.brown.name=Lã Marrom +tile.cloth.blue.name=Lã Azul +tile.cloth.purple.name=Lã Lilás +tile.cloth.cyan.name=Lã Ciano +tile.cloth.silver.name=Lã Cinza Claro +tile.cloth.gray.name=Lã Cinza +tile.cloth.pink.name=Lã Rosa +tile.cloth.lime.name=Lã Verde Limão +tile.cloth.yellow.name=Lã Amarela +tile.cloth.lightBlue.name=Lã Azul Claro +tile.cloth.magenta.name=Lã Magenta +tile.cloth.orange.name=Lã Laranja +tile.cloth.white.name=Lã +tile.oreLapis.name=Minério de Lápis-Lazúli +tile.blockLapis.name=Bloco de Lápis-Lazúli +tile.dispenser.name=Ejetor +tile.dropper.name=Lançador +tile.musicBlock.name=Bloco de Nota Musical +tile.cake.name=Bolo +tile.bed.name=Cama +tile.bed.occupied=Esta cama está ocupada +tile.bed.noSleep=Você só pode dormir à noite +tile.bed.notSafe=Você não pode dormir agora, há monstros por perto +tile.bed.notValid=Sua cama não foi encontrada ou está obstruída +tile.lockedchest.name=Baú Trancado +tile.trapdoor.name=Alçapão +tile.web.name=Teia +tile.stonebricksmooth.name=Tijolos de Pedra +tile.stonebricksmooth.default.name=Tijolos de Pedra +tile.stonebricksmooth.mossy.name=Tijolos de Pedra com Musgo +tile.stonebricksmooth.cracked.name=Tijolos de Pedra Rachados +tile.stonebricksmooth.chiseled.name=Tijolos de Pedra Talhados +tile.monsterStoneEgg.stone.name=Ovo de Monstro de Pedra +tile.monsterStoneEgg.cobble.name=Ovo de Monstro de Pedregulho +tile.monsterStoneEgg.brick.name=Ovo de Monstro de Tijolos de Pedra +tile.pistonBase.name=Pistão +tile.pistonStickyBase.name=Pistão Grudento +tile.fenceIron.name=Barras de Ferro +tile.melon.name=Melancia +tile.stairsBrick.name=Escadas de Tijolos +tile.stairsStoneBrickSmooth.name=Escadas de Tijolos de Pedra +tile.vine.name=Vinhas +tile.netherBrick.name=Tijolos do Nether +tile.netherFence.name=Cerca de Tijolos do Nether +tile.stairsNetherBrick.name=Escadas de Tijolos do Nether +tile.netherStalk.name=Fungo do Nether +tile.cauldron.name=Caldeirão +tile.enchantmentTable.name=Altar de Encantamentos +tile.anvil.name=Bigorna +tile.anvil.intact.name=Bigorna +tile.anvil.slightlyDamaged.name=Bigorna Ligeiramente Danificada +tile.anvil.veryDamaged.name=Bigorna Muito Danificada +tile.whiteStone.name=Pedra do Fim +tile.endPortalFrame.name=Portal do Fim +tile.mycel.name=Micélio +tile.waterlily.name=Vitória-Régia +tile.dragonEgg.name=Ovo de Dragão +tile.redstoneLight.name=Lâmpada de Redstone +tile.cocoa.name=Cacau +tile.enderChest.name=Baú do Fim +tile.oreRuby.name=Minério de Rubi +tile.oreEmerald.name=Minério de Esmeralda +tile.blockEmerald.name=Bloco de Esmeralda +tile.blockRedstone.name=Bloco de Redstone +tile.tripWire.name=Fio de Armadilha +tile.tripWireSource.name=Gancho de Armadilha +tile.commandBlock.name=Bloco de Comando +tile.beacon.name=Sinalizador +tile.beacon.primary=Poder Primário +tile.beacon.secondary=Poder Secundário +tile.cobbleWall.normal.name=Parede de Pedregulho +tile.cobbleWall.mossy.name=Parede de Pedregulho com Musgo +tile.carrots.name=Cenouras +tile.potatoes.name=Batatas +tile.daylightDetector.name=Sensor de Luz Solar +tile.netherquartz.name=Minério de Quartzo +tile.hopper.name=Funil +tile.quartzBlock.default.name=Bloco de Quartzo +tile.quartzBlock.chiseled.name=Bloco de Quartzo Talhado +tile.quartzBlock.lines.name=Pilar de Quartzo +tile.stairsQuartz.name=Escadas de Quartzo + +item.shovelIron.name=Pá de Ferro +item.pickaxeIron.name=Picareta de Ferro +item.hatchetIron.name=Machado de Ferro +item.flintAndSteel.name=Isqueiro +item.apple.name=Maçã +item.cookie.name=Biscoito +item.bow.name=Arco +item.arrow.name=Flecha +item.coal.name=Carvão +item.charcoal.name=Carvão Vegetal +item.diamond.name=Diamante +item.emerald.name=Esmeralda +item.ingotIron.name=Barra de Ferro +item.ingotGold.name=Barra de Ouro +item.swordIron.name=Espada de Ferro +item.swordWood.name=Espada de Madeira +item.shovelWood.name=Pá de Madeira +item.pickaxeWood.name=Picareta de Madeira +item.hatchetWood.name=Machado de Madeira +item.swordStone.name=Espada de Pedra +item.shovelStone.name=Pá de Pedra +item.pickaxeStone.name=Picareta de Pedra +item.hatchetStone.name=Machado de Pedra +item.swordDiamond.name=Espada de Diamante +item.shovelDiamond.name=Pá de Diamante +item.pickaxeDiamond.name=Picareta de Diamante +item.hatchetDiamond.name=Machado de Diamante +item.stick.name=Graveto +item.bowl.name=Tigela +item.mushroomStew.name=Ensopado de Cogumelos +item.swordGold.name=Espada de Ouro +item.shovelGold.name=Pá de Ouro +item.pickaxeGold.name=Picareta de Ouro +item.hatchetGold.name=Machado de Ouro +item.string.name=Linha +item.feather.name=Pena +item.sulphur.name=Pólvora +item.hoeWood.name=Enxada de Madeira +item.hoeStone.name=Enxada de Pedra +item.hoeIron.name=Enxada de Ferro +item.hoeDiamond.name=Enxada de Diamante +item.hoeGold.name=Enxada de Ouro +item.seeds.name=Sementes +item.seeds_pumpkin.name=Sementes de Abóbora +item.seeds_melon.name=Sementes de Melancia +item.melon.name=Melancia +item.wheat.name=Trigo +item.bread.name=Pão +item.helmetCloth.name=Capuz de Couro +item.chestplateCloth.name=Túnica de Couro +item.leggingsCloth.name=Calça de Couro +item.bootsCloth.name=Botas de Couro +item.helmetChain.name=Coifa de Cota de Malha +item.chestplateChain.name=Peitoral de Cota de Malha +item.leggingsChain.name=Calça de Cota de Malha +item.bootsChain.name=Botas de Cota de Malha +item.helmetIron.name=Elmo de Ferro +item.chestplateIron.name=Peitoral de Ferro +item.leggingsIron.name=Calças de Ferro +item.bootsIron.name=Botas de Ferro +item.helmetDiamond.name=Elmo de Diamante +item.chestplateDiamond.name=Peitoral de Diamante +item.leggingsDiamond.name=Calças de Diamante +item.bootsDiamond.name=Botas de Diamante +item.helmetGold.name=Elmo de Ouro +item.chestplateGold.name=Peitoral de Ouro +item.leggingsGold.name=Calças de Ouro +item.bootsGold.name=Botas de Ouro +item.flint.name=Pederneira +item.porkchopRaw.name=Carne de Porco Crua +item.porkchopCooked.name=Carne de Porco Assada +item.chickenRaw.name=Frango Cru +item.chickenCooked.name=Frango Assado +item.beefRaw.name=Bife Cru +item.beefCooked.name=Filé +item.painting.name=Pintura +item.frame.name=Moldura +item.appleGold.name=Maçã Dourada +item.sign.name=Placa +item.doorWood.name=Porta de Madeira +item.bucket.name=Balde +item.bucketWater.name=Balde de Água +item.bucketLava.name=Balde de Lava +item.minecart.name=Carrinho +item.saddle.name=Sela +item.doorIron.name=Porta de Ferro +item.redstone.name=Redstone +item.snowball.name=Bola de Neve +item.boat.name=Bote +item.leather.name=Couro +item.milk.name=Leite +item.brick.name=Tijolo +item.clay.name=Argila +item.reeds.name=Canas-de-Açúcar +item.paper.name=Papel +item.book.name=Livro +item.slimeball.name=Gosma de Slime +item.minecartChest.name=Carrinho com Baú +item.minecartFurnace.name=Carrinho com Fornalha +item.minecartTnt.name=Carrinho com Dinamite +item.minecartHopper.name=Carrinho com Funil +item.egg.name=Ovo +item.compass.name=Bússola +item.fishingRod.name=Vara de Pescar +item.clock.name=Relógio +item.yellowDust.name=Pó de Pedra Luminosa +item.fishRaw.name=Peixe Cru +item.fishCooked.name=Peixe Assado +item.record.name=Disco de Música +item.bone.name=Osso +item.dyePowder.black.name=Bolsa de Tinta +item.dyePowder.red.name=Vermelho da Rosa +item.dyePowder.green.name=Verde do Cacto +item.dyePowder.brown.name=Sementes de Cacau +item.dyePowder.blue.name=Lápis-Lazúli +item.dyePowder.purple.name=Corante Lilás +item.dyePowder.cyan.name=Corante Ciano +item.dyePowder.silver.name=Corante Cinza-claro +item.dyePowder.gray.name=Corante Cinza +item.dyePowder.pink.name=Corante Rosa +item.dyePowder.lime.name=Corante Lima +item.dyePowder.yellow.name=Amarelo do Dente-de-Leão +item.dyePowder.lightBlue.name=Corante Azul-claro +item.dyePowder.magenta.name=Corante Magenta +item.dyePowder.orange.name=Corante Laranja +item.dyePowder.white.name=Farinha de Osso +item.sugar.name=Açúcar +item.cake.name=Bolo +item.bed.name=Cama +item.diode.name=Repetidor de Redstone +item.comparator.name=Comparador de Redstone +item.map.name=Mapa +item.leaves.name=Folhas +item.shears.name=Tesoura +item.rottenFlesh.name=Carne Podre +item.enderPearl.name=Pérola do Fim +item.blazeRod.name=Vara Incandescente +item.ghastTear.name=Lágrima de Ghast +item.netherStalkSeeds.name=Fungo do Nether +item.potion.name=Poção +item.emptyPotion.name=Frasco com Água +item.goldNugget.name=Pepita de Ouro +item.glassBottle.name=Frasco de Vidro +item.spiderEye.name=Olho de Aranha +item.fermentedSpiderEye.name=Olho de Aranha Fermentado +item.blazePowder.name=Pó de Blaze +item.magmaCream.name=Creme de Magma +item.cauldron.name=Caldeirão +item.brewingStand.name=Suporte de Poções +item.eyeOfEnder.name=Olho do Fim +item.speckledMelon.name=Melancia Reluzente +item.monsterPlacer.name=Invocar +item.expBottle.name=Frasco de Encantamentos +item.fireball.name=Bola de Fogo +item.writingBook.name=Pena e Livro +item.writtenBook.name=Livro Escrito +item.ruby.name=Rubi +item.flowerPot.name=Vaso de Flor +item.emptyMap.name=Mapa em Branco +item.carrots.name=Cenoura +item.carrotGolden.name=Cenoura Dourada +item.potato.name=Batata +item.potatoBaked.name=Batata Assada +item.potatoPoisonous.name=Batata Venenosa +item.skull.skeleton.name=Crânio de Esqueleto +item.skull.wither.name=Crânio de Esqueleto Wither +item.skull.zombie.name=Cabeça de Zumbi +item.skull.char.name=Cabeça +item.skull.player.name=Cabeça de %s +item.skull.creeper.name=Cabeça de Creeper +item.carrotOnAStick.name=Cenoura no Palito +item.netherStar.name=Estrela do Nether +item.pumpkinPie.name=Torta de Abóbora +item.enchantedBook.name=Livro Encantado +item.fireworks.name=Fogos de Artifício +item.fireworks.flight=Duração de Voo: +item.fireworksCharge.name=Estrela de Fogos de Artifício +item.fireworksCharge.black=Preto +item.fireworksCharge.red=Vermelho +item.fireworksCharge.green=Verde +item.fireworksCharge.brown=Marrom +item.fireworksCharge.blue=Azul +item.fireworksCharge.purple=Lilás +item.fireworksCharge.cyan=Ciano +item.fireworksCharge.silver=Cinza Claro +item.fireworksCharge.gray=Cinza +item.fireworksCharge.pink=Rosa +item.fireworksCharge.lime=Verde Limão +item.fireworksCharge.yellow=Amarelo +item.fireworksCharge.lightBlue=Azul Claro +item.fireworksCharge.magenta=Magenta +item.fireworksCharge.orange=Laranja +item.fireworksCharge.white=Branco +item.fireworksCharge.customColor=Personalizado +item.fireworksCharge.fadeTo=Muda para +item.fireworksCharge.flicker=Cintilante +item.fireworksCharge.trail=Rastro +item.fireworksCharge.type.0=Esfera Pequena +item.fireworksCharge.type.1=Esfera Grande +item.fireworksCharge.type.2=Formato de Estrela +item.fireworksCharge.type.3=Formato de Creeper +item.fireworksCharge.type.4=Estouro +item.fireworksCharge.type=Formato Desconhecido +item.netherbrick.name=Tijolo do Nether +item.netherquartz.name=Quartzo do Nether + +container.inventory=Inventário +container.hopper=Funil de Itens +container.crafting=Criando +container.dispenser=Ejetor +container.dropper=Largador +container.furnace=Fornalha +container.enchant=Encantar +container.repair=Reparar & Renomear +container.repair.cost=Custo do Encantamento: %1$d +container.repair.expensive=Muito Caro! +container.creative=Seleção de Itens +container.brewing=Suporte de Poções +container.chest=Baú +container.chestDouble=Baú Grande +container.minecart=Carrinho +container.enderchest=Baú do Fim + +item.dyed=Tingido + +entity.Item.name=Item +entity.XPOrb.name=Orbe de Experiência +entity.SmallFireball.name=Bola de Fogo Pequena +entity.Fireball.name=Bola de Fogo + +entity.Arrow.name=flecha +entity.Snowball.name=Bola de Neve +entity.Painting.name=Pintura + +entity.Mob.name=Criatura +entity.Monster.name=Monstro + +entity.Creeper.name=Creeper +entity.Skeleton.name=Esqueleto +entity.Spider.name=Aranha +entity.Giant.name=Gigante +entity.Zombie.name=Zumbi +entity.Slime.name=Slime +entity.Ghast.name=Ghast +entity.PigZombie.name=Homem-porco Zumbi +entity.Enderman.name=Enderman +entity.Silverfish.name=Traça +entity.CaveSpider.name=Aranha da Caverna +entity.Blaze.name=Blaze +entity.LavaSlime.name=Cubo de Magma +entity.MushroomCow.name=Coguvaca +entity.Villager.name=Aldeão +entity.VillagerGolem.name=Golem de Ferro +entity.SnowMan.name=Golem de Neve +entity.EnderDragon.name=Dragão Ender +entity.WitherBoss.name=Wither +entity.Witch.name=Bruxa + +entity.Pig.name=Porco +entity.Sheep.name=Ovelha +entity.Cow.name=Vaca +entity.Chicken.name=Galinha +entity.Squid.name=Lula +entity.Wolf.name=Lobo +entity.Ozelot.name=Jaguatirica +entity.Cat.name=Gato +entity.Bat.name=Morcego + +entity.PrimedTnt.name=Bloco de Dinamite +entity.FallingSand.name=Bloco em Queda + +entity.Minecart.name=Carrinho +entity.Boat.name=Bote + +entity.generic.name=desconhecido + +death.fell.accident.ladder=%1$s caiu de uma escada +death.fell.accident.vines=%1$s caiu de alguns cipós +death.fell.accident.water=%1$s caiu para fora da água +death.fell.accident.generic=%1$s caiu de um lugar alto +death.fell.killer=%1$s estava condenado a cair +death.fell.assist=%1$s foi condenado a cair por %2$s +death.fell.assist.item=%1$s foi condenado a cair por %2$s usando %3$s +death.fell.finish=%1$s caiu muito longe e foi terminado por %2$s +death.fell.finish.item=%1$s caiu muito longe e foi terminado por %2$s usando %3$s + +death.attack.inFire=%1$s pegou fogo +death.attack.inFire.player=%1$s andou no fogo enquanto lutava com %2$s +death.attack.onFire=%1$s queimou até a morte +death.attack.onFire.player=%1$s queimou como uma batata-frita enquanto lutava com %2$s +death.attack.lava=%1$s tentou nadar na lava +death.attack.lava.player=%1$s tentou nadar na lava para escapar de %2$s +death.attack.inWall=%1$s sufocou em uma parede +death.attack.drown=%1$s se afogou +death.attack.drown.player=%1$s se afogou enquanto tentava escapar de %2$s +death.attack.starve=%1$s morreu de fome +death.attack.cactus=%1$s foi espetado até a morte +death.attack.cactus.player=%1$s esbarrou em um cacto enquanto tentava escapar de %2$s +death.attack.generic=%1$s morreu +death.attack.explosion=%1$s explodiu +death.attack.explosion.player=%1$s foi explodido por %2$s +death.attack.magic=%1$s foi morto por magia +death.attack.wither=%1$s apodreceu +death.attack.anvil=%1$s foi esmagado por uma bigorna em queda +death.attack.fallingBlock=%1$s foi esmagado por um bloco em queda +death.attack.mob=%1$s foi morto por %2$s +death.attack.player=%1$s foi morto por %2$s +death.attack.player.item=%1$s foi morto por %2$s usando %3$s +death.attack.arrow=%1$s foi atingido por %2$s +death.attack.arrow.item=%1$s foi atingido por %2$s usando %3$s +death.attack.fireball=%1$s foi queimado por %2$s +death.attack.fireball.item=%1$s foi queimado por %2$s com %3$s +death.attack.thrown=%1$s foi agredido por %2$s +death.attack.thrown.item=%1$s foi agredido por %2$s usando %3$s +death.attack.indirectMagic=%1$s foi morto por %2$s usando magia +death.attack.indirectMagic.item=%1$s foi morto por %2$s usando %3$s +death.attack.thorns=%1$s foi morto tentando ferir %2$s +death.attack.fall=%1$s caiu no chão com muita força +death.attack.outOfWorld=%1$s caiu para fora do mundo + +deathScreen.respawn=Renascer +deathScreen.deleteWorld=Apagar o mundo +deathScreen.titleScreen=Tela Inicial +deathScreen.score=Pontuação +deathScreen.title.hardcore=Fim do Jogo! +deathScreen.hardcoreInfo=Você não pode renascer no modo Hardcore! +deathScreen.title=Você morreu! +deathScreen.leaveServer=Sair do servidor + +potion.empty=Sem Efeitos +potion.moveSpeed=Velocidade +potion.moveSlowdown=Lentidão +potion.digSpeed=Pressa +potion.digSlowDown=Cansaço +potion.damageBoost=Força +potion.weakness=Fraqueza +potion.heal=Vida Instantânea +potion.harm=Dano Instantâneo +potion.jump=Super Pulo +potion.confusion=Náusea +potion.regeneration=Regeneração +potion.resistance=Resistência +potion.fireResistance=Resistência ao Fogo +potion.waterBreathing=Respiração Aquática +potion.invisibility=Invisibilidade +potion.blindness=Cegueira +potion.nightVision=Visão Noturna +potion.hunger=Fome +potion.poison=Veneno +potion.wither=Decomposição + +potion.moveSpeed.postfix=Poção da Agilidade +potion.moveSlowdown.postfix=Poção da Lentidão +potion.digSpeed.postfix=Poção da Pressa +potion.digSlowDown.postfix=Poção da Lerdeza +potion.damageBoost.postfix=Poção da Força +potion.weakness.postfix=Poção da Fraqueza +potion.heal.postfix=Poção de Cura +potion.harm.postfix=Poção de Dano +potion.jump.postfix=Poção do Pulo +potion.confusion.postfix=Poção de Náusea +potion.regeneration.postfix=Poção da Regeneração +potion.resistance.postfix=Poção de Resistência +potion.fireResistance.postfix=Poção de Resistência ao Fogo +potion.waterBreathing.postfix=Poção de Respiração Aquática +potion.invisibility.postfix=Poção da Invisibilidade +potion.blindness.postfix=Poção da Cegueira +potion.nightVision.postfix=Poção da Visão Noturna +potion.hunger.postfix=Poção da Fome +potion.poison.postfix=Poção Venenosa +potion.wither.postfix=Poção da Decomposição + +potion.potency.0= +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV + +potion.prefix.grenade=Arremessável +potion.prefix.mundane=Mundana +potion.prefix.uninteresting=Desinteressante +potion.prefix.bland=Branda +potion.prefix.clear=Limpa +potion.prefix.milky=Leitosa +potion.prefix.diffuse=Difusa +potion.prefix.artless=Simplória +potion.prefix.thin=Leve +potion.prefix.awkward=Estranha +potion.prefix.flat=Insossa +potion.prefix.bulky=Robusta +potion.prefix.bungling=Mal-feita +potion.prefix.buttered=Amanteigada +potion.prefix.smooth=Suave +potion.prefix.suave=Suave +potion.prefix.debonair=Jovial +potion.prefix.thick=Espessa +potion.prefix.elegant=Elegante +potion.prefix.fancy=Bela +potion.prefix.charming=Charmosa +potion.prefix.dashing=Espirituosa +potion.prefix.refined=Refinada +potion.prefix.cordial=Cordial +potion.prefix.sparkling=Brilhante +potion.prefix.potent=Potente +potion.prefix.foul=Terrível +potion.prefix.odorless=Inodora +potion.prefix.rank=Fétida +potion.prefix.harsh=Severa +potion.prefix.acrid=Pungente +potion.prefix.gross=Nojenta +potion.prefix.stinky=Fedida + +enchantment.damage.all=Afiada +enchantment.damage.undead=Julgamento +enchantment.damage.arthropods=Ruína dos Artrópodes +enchantment.knockback=Repulsão +enchantment.fire=Aspecto Flamejante +enchantment.protect.all=Proteção +enchantment.protect.fire=Proteção Contra Fogo +enchantment.protect.fall=Peso Pena +enchantment.protect.explosion=Proteção Contra Explosões +enchantment.protect.projectile=Proteção Contra Projéteis +enchantment.oxygen=Respiração +enchantment.waterWorker=Afinidade Aquática +enchantment.digging=Eficiência +enchantment.untouching=Toque Suave +enchantment.durability=Inquebrável +enchantment.lootBonus=Pilhagem +enchantment.lootBonusDigger=Fortuna +enchantment.arrowDamage=Força +enchantment.arrowFire=Chama +enchantment.arrowKnockback=Impacto +enchantment.arrowInfinite=Infinidade +enchantment.thorns=Espinhos + +enchantment.level.1=I +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.level.10=X + +gui.achievements=Conquistas +gui.stats=Estatísticas + +stat.generalButton=Geral +stat.blocksButton=Blocos +stat.itemsButton=Itens + +stat.used=Vezes Usado +stat.mined=Vezes Minerado +stat.depleted=Vezes Destruído +stat.crafted=Vezes Fabricado + +stat.startGame=Vezes Jogadas +stat.createWorld=Mundos Jogados +stat.loadWorld=Jogos Carregados +stat.joinMultiplayer=Entradas no Multiplayer +stat.leaveGame=Jogos Encerrados + +stat.playOneMinute=Minutos Jogados + +stat.walkOneCm=Distância Caminhada +stat.fallOneCm=Distância em Queda +stat.swimOneCm=Distância Nadada +stat.flyOneCm=Distância em Voo +stat.climbOneCm=Distância Escalada +stat.diveOneCm=Distância Mergulhada +stat.minecartOneCm=Distância à Carrinho +stat.boatOneCm=Distância à Bote +stat.pigOneCm=Distância à Porco +stat.jump=Pulos +stat.drop=Itens Largados + +stat.damageDealt=Dano Causado +stat.damageTaken=Dano Sofrido +stat.deaths=Número de Mortes +stat.mobKills=Criaturas Mortas +stat.playerKills=Jogadores Mortos +stat.fishCaught=Peixes Fisgados + +stat.mineBlock=%1$s Minerado +stat.craftItem=%1$s Fabricado +stat.useItem=%1$s Usado +stat.breakItem=%1$s Esgotado + +achievement.get=Conquista realizada! + +achievement.taken=Realizado! + +achievement.requires=Requer '%1$s' +achievement.openInventory=Fazendo Logística +achievement.openInventory.desc=Aperte '%1$s' para abrir seu inventário. +achievement.mineWood=Pegando Madeira +achievement.mineWood.desc=Soque uma árvore até que um bloco de madeira se solte +achievement.buildWorkBench=Construindo +achievement.buildWorkBench.desc=Fabrique uma bancada de trabalho com quatro blocos de tábuas +achievement.buildPickaxe=Hora de Minerar! +achievement.buildPickaxe.desc=Use tábuas e gravetos para fazer uma picareta +achievement.buildFurnace=Assunto Quente +achievement.buildFurnace.desc=Construa uma Fornalha usando oito blocos de pedregulho +achievement.acquireIron=Adquira Equipamento +achievement.acquireIron.desc=Funda uma barra de ferro +achievement.buildHoe=Hora de Plantar! +achievement.buildHoe.desc=Use tábuas e gravetos para fazer uma enxada +achievement.makeBread=Assar Pão +achievement.makeBread.desc=Transforme Trigo em Pão +achievement.bakeCake=A Mentira +achievement.bakeCake.desc=Trigo, açúcar, leite e ovos! +achievement.buildBetterPickaxe=Conseguindo uma Melhoria +achievement.buildBetterPickaxe.desc=Construa uma picareta melhor +achievement.cookFish=Peixe Delicioso +achievement.cookFish.desc=Fisgue e cozinhe um peixe! +achievement.onARail=Nos Trilhos +achievement.onARail.desc=Ande de carrinho por pelo menos 1 km de onde você começou +achievement.buildSword=Hora de Atacar! +achievement.buildSword.desc=Use tábuas e gravetos para fazer uma espada +achievement.killEnemy=Caçador de Monstros +achievement.killEnemy.desc=Ataque e destrua um monstro +achievement.killCow=Tombador de Vacas +achievement.killCow.desc=Adquira couro +achievement.flyPig=Quando os Porcos Voarem +achievement.flyPig.desc=Voe com um porco montanha abaixo +achievement.snipeSkeleton=Duelo de Snipers +achievement.snipeSkeleton.desc=Mate um esqueleto com uma flecha a uma distância maior que 50 metros +achievement.diamonds=DIAMANTES! +achievement.diamonds.desc=Adquira diamantes com suas ferramentas de ferro +achievement.portal=Precisamos Ir Mais Fundo +achievement.portal.desc=Construa um portal para o Nether +achievement.ghast=Retornar ao Remetente +achievement.ghast.desc=Destrua um Ghast com uma bola de fogo +achievement.blazeRod=Em Chamas +achievement.blazeRod.desc=Extraia uma vara de um Blaze +achievement.potion=Boticário Local +achievement.potion.desc=Faça uma poção +achievement.theEnd=O Fim? +achievement.theEnd.desc=Localize o Fim +achievement.theEnd2=O Fim. +achievement.theEnd2.desc=Derrote o Dragão Ender +achievement.enchantments=Encantador +achievement.enchantments.desc=Use um livro, obsidiana e diamantes para construir um altar de encantamentos +achievement.overkill=Matança +achievement.overkill.desc=Cause oito corações de dano em um único ataque +achievement.bookcase=Bibliotecário +achievement.bookcase.desc=Construa algumas estantes para melhorar seu altar de encantamentos + +commands.generic.exception=Um erro ocorreu ao tentar realizar este comando +commands.generic.syntax=Sintaxe inválida do comando +commands.generic.player.notFound=Esse jogador não pôde ser encontrado +commands.generic.notFound=Comando Inválido. Tente /help para ver a lista de comandos. +commands.generic.num.invalid='%s' não é um número válido +commands.generic.num.tooSmall=O número que você usou (%d) é muito baixo, precisa ser pelo menos %d +commands.generic.num.tooBig=O número que você usou (%d) é muito alto, precisa ser no máximo %d +commands.generic.double.tooSmall=O número que você usou (%.2f) é muito pequeno, precisa ser pelo menos %.2f +commands.generic.double.tooBig=O número que você usou (%.2f) é muito alto, deve ser no máximo %.2f +commands.generic.usage=Uso: %s + +commands.xp.failure.widthdrawXp=Não é possível dar pontos de experiência negativos ao jogador +commands.xp.success=Dada %d de experiência para %s +commands.xp.success.levels=%d níveis dados para %s +commands.xp.success.negative.levels=%d níveis retirados de %s +commands.xp.usage=/xp [jogador] OU /xp L [jogador] +commands.give.usage=/give [quantidade] [dados] +commands.give.notFound=Não existe item com o ID %d +commands.give.success=Dado %s (ID %d) * %d para %s +commands.effect.usage=/effect [seconds] [amplifier] +commands.effect.notFound=There is no such mob effect with ID %d +commands.effect.success=Given %1$s (ID %2$d) * %3$d to %4$s for %5$d seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.enchant.usage=/enchant [nível] +commands.enchant.notFound=Não há um encantamento com o ID %d +commands.enchant.noItem=O alvo não está segurando um item +commands.enchant.cantEnchant=O encantamento selecionado não pode ser adicionado para este item +commands.enchant.cantCombine=%1$s não pode ser combinado com %2$s +commands.enchant.success=Encantado com sucesso +commands.clear.usage=/clear [item] [dados] +commands.clear.success=Inventário de %s limpo, removendo %d itens +commands.clear.failure=Could not clear the inventory of %s, no items to remove +commands.downfall.success=Chuva/neve ligada +commands.time.usage=/time +commands.time.added=Adicionado %d ao tempo +commands.time.set=Tempo mudado para %d +commands.players.list=Existem %d/%d jogadores online: +commands.banlist.ips=Existem %d IPs banidos: +commands.banlist.players=Existem %d jogadores banidos: +commands.banlist.usage=/banlist [ips|jogadores] +commands.kick.success=%s foi expulso do jogo +commands.kick.success.reason=%s foi expulso do jogo. Motivo: '%s' +commands.kick.usage=/kick [motivo ...] +commands.op.success=%s virou moderador +commands.op.usage=/op +commands.deop.success=%s não é mais moderador +commands.deop.usage=/deop +commands.say.usage=/say +commands.ban.success=%s foi banido +commands.ban.usage=/ban [motivo...] +commands.unban.success=%s foi desbanido +commands.unban.usage=/pardon +commands.banip.invalid=Você digitou um IP inválido ou um jogador que não está online +commands.banip.success=Banido o IP %s +commands.banip.success.players=Banido o IP %s pertencente à %s +commands.banip.usage=/ban-ip [motivo...] +commands.unbanip.invalid=Você digitou um IP inválido +commands.unbanip.success=IP %s desbanido +commands.unbanip.usage=/pardon-ip +commands.save.enabled=Salvamento automático ligado +commands.save.disabled=Salvamento automático desligado +commands.save.start=Salvando... +commands.save.success=Mundo salvo +commands.save.failed=Falha ao salvar: %s +commands.stop.start=Parando o servidor +commands.tp.success=%s teleportado para %s +commands.tp.success.coordinates=Teleportado %s para %.2f,%.2f,%.2f +commands.tp.usage=/tp [jogador alvo] OU /tp [jogador alvo] +commands.tp.notSameDimension=Não é possível teleportar pois os jogadores não estão na mesma dimensão +commands.whitelist.list=Existem %d (de %d vistos) jogadores na whitelist: +commands.whitelist.enabled=Whitelist ligada +commands.whitelist.disabled=Whitelist desligada +commands.whitelist.reloaded=Whitelist recarregada +commands.whitelist.add.success=%s foi adicionado à whitelist +commands.whitelist.add.usage=/whitelist add +commands.whitelist.remove.success=%s foi removido da whitelist +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.scoreboard.usage=/scoreboard +commands.scoreboard.teamNotFound=Nenhuma equipe foi encontrada com o nome de '%s' +commands.scoreboard.objectiveNotFound=Nenhum objetivo foi encontrado com o nome de '%s' +commands.scoreboard.objectiveReadOnly=O objetivo '%s' é somente leitura e não pode ser alterado +commands.scoreboard.objectives.usage=/scoreboard objectives +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [objetivo] +commands.scoreboard.objectives.setdisplay.invalidSlot=Slot de exibição '%s' não existe +commands.scoreboard.objectives.setdisplay.successCleared=O slot de exibição '%s' foi limpo +commands.scoreboard.objectives.setdisplay.successSet=O objetivo no slot de exibição '%s' foi alterado para '%s' +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [nome de exibição ...] +commands.scoreboard.objectives.add.wrongType=Tipo de critério do objetivo inválido. Tipos válidos são: %s +commands.scoreboard.objectives.add.alreadyExists=Um objetivo com o nome '%s' já existe +commands.scoreboard.objectives.add.tooLong=O nome '%s' é muito longo para o de um objetivo, este deve possuir até %d caracteres +commands.scoreboard.objectives.add.displayTooLong=O nome de exibição '%s' é muito longo para o de um objetivo, que deve ter no máximo %d caracteres +commands.scoreboard.objectives.add.success=Adicionado novo objetivo '%s' com sucesso +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.remove.success=Removido objetivo '%s' com sucesso +commands.scoreboard.objectives.list.count=Exibindo %d objetivo(s) no placar +commands.scoreboard.objectives.list.entry=- %s: aparece como '%s' e é do tipo '%s' +commands.scoreboard.objectives.list.empty=Não há objetivos no placar +commands.scoreboard.players.usage=/scoreboard players +commands.scoreboard.players.set.success=Definida pontuação de %s do jogador %s para %d +commands.scoreboard.players.set.usage=/scoreboard players set +commands.scoreboard.players.add.usage=/scoreboard players add +commands.scoreboard.players.remove.usage=/scoreboard players remove +commands.scoreboard.players.reset.usage=/scoreboard players reset +commands.scoreboard.players.reset.success=Redefinidas todas as pontuações do jogador %s +commands.scoreboard.players.list.count=Exibindo %d jogadores marcados no placar +commands.scoreboard.players.list.empty=Não há jogadores marcados no placar +commands.scoreboard.players.list.player.count=Exibindo %d objetivo(s) marcados para %s +commands.scoreboard.players.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.players.list.player.empty=O jogador %s não tem pontuações registradas +commands.scoreboard.teams.usage=/scoreboard teams +commands.scoreboard.teams.add.usage=/scoreboard teams add [nome de exibição ...] +commands.scoreboard.teams.add.alreadyExists=Um time com o nome '%s' já existe +commands.scoreboard.teams.add.tooLong=O nome '%s' é muito longo para o de uma equipe, que deve ter no máximo %d caracteres +commands.scoreboard.teams.add.displayTooLong=O nome de exibição '%s' é muito longo para o de uma equipe, que deve ter no máximo %d caracteres +commands.scoreboard.teams.add.success=Nova equipe '%s' adicionada com êxito +commands.scoreboard.teams.list.usage=/scoreboard teams list [nome] +commands.scoreboard.teams.list.count=Exibindo %d equipes no placar +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' possui %3$d jogadores +commands.scoreboard.teams.list.empty=Não há equipes registradas no placar +commands.scoreboard.teams.list.player.count=Exibindo %d jogador(es) na equipe %s +commands.scoreboard.teams.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.teams.list.player.empty=A equipe %s não possui jogadores +commands.scoreboard.teams.empty.usage=/scoreboard teams clear +commands.scoreboard.teams.empty.alreadyEmpty=A equipe %s já está vazia, não é possível remover jogadores inexistentes +commands.scoreboard.teams.empty.success=Removido(s) %d jogador(es) da equipe %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.remove.success=Removida equipe %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [jogador] +commands.scoreboard.teams.join.success=Adicionado %d jogador(es) para o time %s: %s +commands.scoreboard.teams.join.failure=Não foi possível adicionar %d jogador(es) para a equipe %s: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [jogador] +commands.scoreboard.teams.leave.success=Removido %d jogador(es) de suas equipes: %s +commands.scoreboard.teams.leave.failure=Não foi remover %d jogador(es) de suas equipes: %s +commands.scoreboard.teams.leave.noTeam=Você não está em uma equipe +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.option.noValue=Valores válidos para opção %s são: %s +commands.scoreboard.teams.option.success=Set option %s for team %s to %s +commands.gamemode.success.self=Mudado o próprio modo de jogo para %s +commands.gamemode.success.other=Mudado o modo de jogo de %s para %s +commands.gamemode.usage=/gamemode [jogador] +commands.defaultgamemode.usage=/defaultgamemode +commands.defaultgamemode.success=O modo de jogo padrão do mundo agora é %s +commands.me.usage=/me +commands.help.header=--- Mostrando página %d de %d (/help ) --- +commands.help.footer=Dica: Use a tecla enquanto digita um comando para auto-completar +commands.help.usage=/help [página|nome do comando] +commands.publish.started=Jogo local hospedado em %s +commands.publish.failed=Não foi possível hospedar o jogo +commands.debug.start=Criando perfil debug +commands.debug.stop=Criação de perfil debug interrompida após %.2f segundos (%d ticks) +commands.debug.notStarted=Não há como parar a criação de perfil se ainda nem começou! +commands.debug.usage=/debug +commands.message.usage=/tell +commands.message.sameTarget=Você não pode enviar uma mensagem privada para si mesmo! +commands.message.display.outgoing=Você sussurrou para %s: %s +commands.message.display.incoming=%s sussurrou para você: %s +commands.difficulty.usage=/difficulty +commands.difficulty.success=Dificuldade do jogo modificada para %s +commands.spawnpoint.usage=/spawnpoint OU /spawnpoint OU /spawnpoint +commands.spawnpoint.success=Local de renascimento de %s definido para (%d, %d, %d) +commands.gamerule.usage=/gamerule OU /gamerule +commands.gamerule.success=Regra de jogo foi atualizada +commands.gamerule.norule=Nenhuma regra de jogo chamada '%s' está disponível +commands.weather.usage=/weather [duração em segundos] +commands.weather.clear=Mudando para tempo limpo +commands.weather.rain=Mudando para tempo chuvoso +commands.weather.thunder=Mudando para chuva e trovões +commands.testfor.usage=/testfor +commands.testfor.failed=/testfor é apenas usado em blocos de comando com uma saída analógica + +itemGroup.buildingBlocks=Blocos de Construção +itemGroup.decorations=Blocos Decorativos +itemGroup.redstone=Redstone +itemGroup.transportation=Transportes +itemGroup.misc=Miscelânea +itemGroup.search=Buscar Itens +itemGroup.food=Alimentação +itemGroup.tools=Ferramentas +itemGroup.combat=Combate +itemGroup.brewing=Poções +itemGroup.materials=Materiais +itemGroup.inventory=Inventário do Modo Sobrevivência + +inventory.binSlot=Destruir Item + +advMode.setCommand=Colocar Comando do Console no Bloco +advMode.command=Comando do Console +advMode.nearestPlayer=Use "@p" para usar no jogador mais próximo +advMode.randomPlayer=Use "@r" para usar em um jogador aleatório +advMode.allPlayers=Use "@a" para usar em todos os jogadores + +advMode.notEnabled=Blocos de comando não estão habilitados neste servidor +advMode.notAllowed=Precisa ser um moderador no modo criativo + +mco.title=Minecraft Realms +mco.selectServer.select=Entrar no Servidor +mco.selectServer.configure=Configurar +mco.selectServer.create=Criar Mundo +mco.selectServer.moreinfo=Mais Informações + +mco.configure.world.edit.title=Editar Mundo + +mco.configure.world.title=Configurar Mundo +mco.configure.world.name=Nome +mco.configure.world.description=Descrição +mco.configure.world.location=Localização +mco.configure.world.invited=Convidado +mco.configure.world.buttons.edit=Editar +mco.configure.world.buttons.reset=Redefinir Mundo +mco.configure.world.buttons.done=Concluído +mco.configure.world.buttons.delete=Excluir +mco.configure.world.buttons.open=Abrir Mundo +mco.configure.world.buttons.close=Fechar Mundo +mco.configure.world.buttons.invite=Convidar +mco.configure.world.buttons.uninvite=Desconvidar +mco.configure.world.buttons.subscription=Subscription +mco.configure.world.invite.profile.name=Nome +mco.configure.world.uninvite.question=Você tem certeza que deseja desconvidar + +mco.configure.world.subscription.title=Subscription Info +mco.configure.world.subscription.daysleft=Days Left +mco.configure.world.subscription.start=Start Date +mco.configure.world.subscription.extend=Extend + +mco.create.world.location.title=Locais +mco.create.world.location.warning=Você pode não obter a localização exata que você selecionou +mco.create.world.wait=Criando o mundo... + +mco.reset.world.title=Redefinir Mundo +mco.reset.world.warning=Isto irá apagar permanentemente o seu mundo! +mco.reset.world.seed=Semente (Opcional) +mco.reset.world.resetting.screen.title=Redefinindo Mundo... + +mco.configure.world.close.question.line1=Seu mundo ficará indisponível. +mco.configure.world.close.question.line2=Você tem certeza de que deseja fazer isso? + +mco.connect.connecting=Conectando no servidor online... +mco.connect.authorizing=Entrando... +mco.connect.failed=Falha ao conectar no servidor online + +mco.create.world=Criar + diff --git a/1.5.2/lang/pt_PT.lang b/1.5.2/lang/pt_PT.lang new file mode 100644 index 00000000..1f291c4d --- /dev/null +++ b/1.5.2/lang/pt_PT.lang @@ -0,0 +1,1293 @@ +#X-Generator: crowdin.net + +language.name=Português +language.region=Portugal +language.code=pt_PT + +gui.done=Concluído +gui.cancel=Cancelar +gui.back=Back +gui.toMenu=Regressar ao Menu Principal +gui.up=Cima +gui.down=Baixo +gui.yes=Sim +gui.no=Não + +menu.singleplayer=Um Jogador +menu.multiplayer=Multijogador +menu.online=Minecraft Realms +menu.options=Opções... +menu.quit=Sair do Jogo +menu.returnToMenu=Guardar e Voltar ao Menu Principal +menu.disconnect=Desconectar-se +menu.returnToGame=Regressar ao Jogo +menu.switchingLevel=A mudar de mundo +menu.generatingLevel=A gerar o mundo +menu.loadingLevel=A carregar o mundo +menu.generatingTerrain=A construir o terreno +menu.convertingLevel=A converter o mundo +menu.simulating=A simular o mundo +menu.respawning=A Renascer +menu.shareToLan=Abrir para LAN + +selectWorld.title=Escolher Mundo +selectWorld.empty=vazio +selectWorld.world=Mundo +selectWorld.select=Jogar no Mundo Seleccionado +selectWorld.create=Criar Novo Mundo +selectWorld.recreate=Recriar +selectWorld.createDemo=Jogar Novo Mundo Demo +selectWorld.delete=Eliminar +selectWorld.rename=Renomear +selectWorld.deleteQuestion=Tens a certeza que queres eliminar este Mundo? +selectWorld.deleteWarning=será perdido para sempre! (É muito tempo!) +selectWorld.deleteButton=Eliminar +selectWorld.renameButton=Mudar o Nome +selectWorld.renameTitle=Editar o Nome do Mundo +selectWorld.conversion=Tem de ser convertido! +selectWorld.newWorld=Novo Mundo +selectWorld.newWorld.copyOf=Cópia de %s +selectWorld.enterName=Nome do Mundo +selectWorld.resultFolder=Será guardado em: +selectWorld.enterSeed=Código para Gerar um Mundo +selectWorld.seedInfo=Deixa em branco para um mundo aleatório +selectWorld.cheats=Cheats +selectWorld.customizeType=Personalizar + +createWorld.customize.presets=Predefinições +createWorld.customize.presets.title=Escolher uma Predefinição +createWorld.customize.presets.select=Usar Predefinição +createWorld.customize.presets.share=Queres compartilhar esta predefinição com alguém? Utiliza a caixa abaixo! +createWorld.customize.presets.list=Alternativamente, aqui estão alguns que já criámos! +createWorld.customize.flat.title=Personalização de Mundo Plano +createWorld.customize.flat.tile=Material da Camada +createWorld.customize.flat.height=Altura +createWorld.customize.flat.addLayer=Adicionar Camada +createWorld.customize.flat.editLayer=Editar Camada +createWorld.customize.flat.removeLayer=Remover Camada +createWorld.customize.flat.layer.top=Topo - %d +createWorld.customize.flat.layer=%d +createWorld.customize.flat.layer.bottom=Fundo - %d + +gameMode.survival=Modo Sobrevivência +gameMode.creative=Modo Criativo +gameMode.adventure=Modo de Aventura +gameMode.hardcore=Modo Hardcore! +gameMode.changed=O teu modo de jogo foi atualizado + +selectWorld.gameMode=Modo de Jogo: +selectWorld.gameMode.survival=Sobrevivência +selectWorld.gameMode.survival.line1=Procura recursos, constrói, ganha +selectWorld.gameMode.survival.line2=níveis, vida e fome +selectWorld.gameMode.creative=Criativo +selectWorld.gameMode.creative.line1=Recursos infinitos, possibilidade de voar e +selectWorld.gameMode.creative.line2=e destruição instantânea de blocos +selectWorld.gameMode.hardcore=Hardcore +selectWorld.gameMode.hardcore.line1=O mesmo que o modo sobrevivência, sempre na dificuldade +selectWorld.gameMode.hardcore.line2=mais elevada, com apenas uma vida +selectWorld.gameMode.adventure=Aventura +selectWorld.gameMode.adventure.line1=Igual ao modo de sobrevivência, mas não é +selectWorld.gameMode.adventure.line2=possível adicionar ou remover blocos +selectWorld.moreWorldOptions=Mais Opções de Mundo... +selectWorld.mapFeatures=Gerar Estruturas: +selectWorld.mapFeatures.info=Aldeias, masmorras, etc +selectWorld.mapType=Tipo de Mundo: +selectWorld.mapType.normal=Normal +selectWorld.allowCommands=Permitir Cheats: +selectWorld.allowCommands.info=Comandos como /gamemode, /xp +selectWorld.hardcoreMode=Hardcore: +selectWorld.hardcoreMode.info=O mundo é eliminado após a morte +selectWorld.bonusItems=Baú de bónus: + +generator.default=Padrão +generator.flat=Totalmente Plano +generator.largeBiomes=Biomas Grandes + +selectServer.title=Selecionar Servidor +selectServer.empty=vazio +selectServer.select=Entrar no Servidor +selectServer.direct=Ligar Diretamente +selectServer.edit=Editar +selectServer.delete=Eliminar +selectServer.add=Adicionar servidor +selectServer.defaultName=Servidor Minecraft +selectServer.deleteQuestion=Tem a certeza que pretende remover este servidor? +selectServer.deleteWarning=será perdido para sempre! (É muito tempo!) +selectServer.deleteButton=Eliminar +selectServer.refresh=Atualizar +selectServer.hiddenAddress=(Oculto) +addServer.title=Editar Informação do Servidor +addServer.enterName=Nome do Servidor +addServer.enterIp=Endereço do Servidor +addServer.add=Concluído +addServer.hideAddress=Esconder Endereço +lanServer.title=Mundo de LAN +lanServer.scanning=Scanning for games on your local network +lanServer.start=Iniciar Mundo de LAN +lanServer.otherPlayers=Definições para Outros Jogadores +mcoServer.title=Mundo Online de Minecraft + +multiplayer.title=Multijogador +multiplayer.connect=Ligar +multiplayer.info1=O modo Multijogador do Minecraft ainda não está acabado, mas +multiplayer.info2=existem alguns testes já a decorrer, embora com erros. +multiplayer.ipinfo=Introduz o IP de um servidor para te conectares: + +multiplayer.texturePrompt.line1=Este servidor recomenda o uso de um pacote de texturas personalizado. +multiplayer.texturePrompt.line2=Gostaria de fazer o download e instalá-lo automagicamente? + +multiplayer.downloadingTerrain=A carregar terreno + +multiplayer.stopSleeping=Sair da Cama + +chat.link.confirm=Tens a certeza que queres abrir o seguinte link? +chat.link.warning=Nunca abras links de pessoas que não confias! +chat.copy=Copiar + +menu.playdemo=Jogar Mundo de demo +menu.resetdemo=Recomeçar Mundo Demo +demo.day.1=Esta demo irá durar cinco dias de jogo, faz o teu melhor! +demo.day.2=Dia Dois +demo.day.3=Dia Três +demo.day.4=Dia Quatro +demo.day.5=Este é o teu último dia! +demo.day.warning=Estás quase a ficar sem tempo! +demo.day.6=Conseguiste passar o teu quinto dia, prime "F2" para guardar uma fotografia da tua criação +demo.reminder=O tempo da demo acabou, compra o jogo para continuares ou começa um novo mundo! +demo.remainingTime=Tempo restante: %s +demo.demoExpired=A Demo expirou! +demo.help.movement=Prime as teclas %1$s, %2$s, %3$s, %4$s e o rato para te movimentares +demo.help.movementShort=Movimenta-te premindo as teclas %1$s, %2$s, %3$s, %4$s +demo.help.movementMouse=Usa o rato para veres à tua volta +demo.help.jump=Prime %1$s para saltar +demo.help.inventory=Prime %1$s para abrires o teu inventário +demo.help.title=Modo Demo do Minecraft +demo.help.fullWrapped=Esta demonstração vai durar 5 dias no jogo (aproximadamente 1 hora e 40 minutos de tempo real). Verifica as proezas para dicas! Diverte-te! +demo.help.buy=Comprar Agora! +demo.help.later=Continuar a jogar! + +connect.connecting=A ligar ao servidor... +connect.authorizing=A iniciar sessão... +connect.failed=Falha ao establecer contacto com o servidor + +disconnect.genericReason=%s +disconnect.disconnected=Desligado pelo servidor +disconnect.lost=Ligação perdida +disconnect.kicked=Foi expulso do jogo +disconnect.timeout=Tempo limite excedido +disconnect.closed=Ligação terminada +disconnect.loginFailed=Não foi possível iniciar sessão +disconnect.loginFailedInfo=Não foi possível iniciar sessão: %s +disconnect.quitting=A sair +disconnect.endOfStream=Ligação Interrompida +disconnect.overflow=Sobrecarga do buffer +disconnect.spam=Expulso por spam + +options.off=Desligado +options.on=Ligado +options.visible=Visível +options.hidden=Oculto +options.title=Opções +options.controls=Controlos... +options.video=Definições Gráficas... +options.language=Idioma... +options.languageWarning=As traduções podem não estar 100% correctas +options.videoTitle=Definições Gráficas +options.music=Música +options.sound=Volume +options.invertMouse=Inverter Rato +options.fov=Campo de Visão +options.fov.min=Normal +options.fov.max=Quake Pro +options.gamma=Brilho +options.gamma.min=Sombrio +options.gamma.max=Claro +options.sensitivity=Sensibilidade +options.sensitivity.min=*bocejo* +options.sensitivity.max=HIPERVELOCIDADE!!! +options.renderDistance=Distância de Renderização +options.renderDistance.tiny=Minúscula +options.renderDistance.short=Curta +options.renderDistance.normal=Normal +options.renderDistance.far=Longa +options.viewBobbing=Balanço da Visão +options.ao=Iluminação Suave +options.ao.off=Off +options.ao.min=Minimum +options.ao.max=Maximum +options.anaglyph=3D Anaglífico +options.framerateLimit=Desempenho +options.difficulty=Dificuldade +options.difficulty.peaceful=Pacífico +options.difficulty.easy=Fácil +options.difficulty.normal=Normal +options.difficulty.hard=Difícil +options.difficulty.hardcore=Hardcore +options.graphics=Gráficos +options.graphics.fancy=Melhorados +options.graphics.fast=Rápidos +options.guiScale=Tamanho da Interface +options.guiScale.auto=Automático +options.guiScale.small=Pequeno +options.guiScale.normal=Normal +options.guiScale.large=Grande +options.advancedOpengl=OpenGL Avançado +options.renderClouds=Nuvens +options.farWarning1=É recomendada uma instalação do Java de 64 bits +options.farWarning2=para a visão de mapa "alargada" (actualmente tens o Java de 32 bits) +options.particles=Partículas +options.particles.all=Todas +options.particles.decreased=Diminuídas +options.particles.minimal=Mínimo +options.multiplayer.title=Configurações Multijogador... +options.chat.title=Definições do chat... +options.chat.visibility=Chat +options.chat.visibility.full=Mostrado +options.chat.visibility.system=Apenas Comandos +options.chat.visibility.hidden=Oculto +options.chat.color=Cores +options.chat.opacity=Opacidade +options.chat.links=Links da Web +options.chat.links.prompt=Avisar sobre Links +options.chat.scale=Escala +options.chat.width=Largura +options.chat.height.focused=Altura Focalizada +options.chat.height.unfocused=Altura sem Foco +options.showCape=Mostrar Capa +options.serverTextures=Texturas do Servidor +options.snooper=Permitir Snooper +options.snooper.view=Configurações de Snooper... +options.snooper.title=Coleção de Especificações da Máquina +options.snooper.desc=Queremos colecionar informações sobre a sua máquina para ajudar a melhorar o Minecraft ao conhecer o que devemos suportar e onde estão os maiores problemas. Toda esta informação é completamente anónima e visível abaixo. Nós prometemos que não vamos fazer nada de mal com estes dados, mas se quiser optar por não enviar nada, então sinta-se à vontade para desligar esta função! +options.texture.pack=Pacotes de Texturas +options.fullscreen=Ecrã inteiro +options.vsync=Usar VSync +options.touchscreen=Modo de Ecrã Táctil + +performance.max=FPS Máximos +performance.balanced=Equilibrado +performance.powersaver=Poupança de Energia + +controls.title=Controlos + +key.forward=Frente +key.left=Esquerda +key.back=Trás +key.right=Direita +key.jump=Saltar +key.inventory=Inventário +key.drop=Largar +key.chat=Chat +key.fog=Alternar Nevoeiro +key.sneak=Agachar +key.playerlist=Lista de Jogadores +key.attack=Atacar +key.use=Usar Item +key.pickItem=Apanhar Bloco +key.mouseButton=Botão %1$s +key.command=Comando + +texturePack.openFolder=Abrir a pasta das texturas +texturePack.title=Escolher Pacote de Texturas +texturePack.folderInfo=(Coloca aqui os ficheiros de texturas) +texturePack.incompatible=Incompatível + +book.pageIndicator=Página %1$s de %2$s +book.byAuthor=por %1$s +book.signButton=Assinar +book.editTitle=Introduz o Título do Livro: +book.finalizeButton=Assinar e Fechar +book.finalizeWarning=Nota! Quando assinares o livro este já não será editável. + +tile.stone.name=Pedra + +tile.grass.name=Bloco de Relva +tile.dirt.name=Terra +tile.stonebrick.name=Empedrado +tile.wood.name=Tábuas de Madeira +tile.wood.oak.name=Tábuas de Madeira de Carvalho +tile.wood.spruce.name=Tábuas de Madeira de Abeto +tile.wood.birch.name=Tábuas de Madeira de Bétula +tile.wood.jungle.name=Tábuas de Madeira da Selva +tile.sapling.oak.name=Rebento de Carvalho +tile.sapling.spruce.name=Rebento de Abeto +tile.sapling.birch.name=Rebento de Bétula +tile.sapling.jungle.name=Rebento da Selva +tile.deadbush.name=Arbusto Morto +tile.bedrock.name=Rocha-Mãe +tile.water.name=Água +tile.lava.name=Lava +tile.sand.name=Areia +tile.sandStone.name=Arenito +tile.sandStone.default.name=Arenito +tile.sandStone.chiseled.name=Arenito Cinzelado +tile.sandStone.smooth.name=Arenito Polido +tile.gravel.name=Gravilha +tile.oreGold.name=Minério de Ouro +tile.oreIron.name=Minério de Ferro +tile.oreCoal.name=Minério de Carvão +tile.log.name=Madeira +tile.log.oak.name=Madeira de Carvalho +tile.log.spruce.name=Madeira de Abeto +tile.log.birch.name=Madeira de Bétula +tile.log.jungle.name=Madeira da Selva +tile.leaves.name=Folhas +tile.leaves.oak.name=Folhas de Carvalho +tile.leaves.spruce.name=Folhas de Abeto +tile.leaves.birch.name=Folhas de Bétula +tile.leaves.jungle.name=Folhas da Selva +tile.tallgrass.name=Relva +tile.tallgrass.shrub.name=Arbusto +tile.tallgrass.grass.name=Relva +tile.tallgrass.fern.name=Ervas Daninhas +tile.sponge.name=Esponja +tile.glass.name=Vidro +tile.thinGlass.name=Painel de Vidro +tile.cloth.name=Lã +tile.flower.name=Flor +tile.rose.name=Rosa +tile.mushroom.name=Cogumelo +tile.blockGold.name=Bloco de Ouro +tile.blockIron.name=Bloco de Ferro +tile.stoneSlab.stone.name=Degrau de Pedra +tile.stoneSlab.sand.name=Degrau de Arenito +tile.stoneSlab.wood.name=Degrau de Madeira +tile.stoneSlab.cobble.name=Degrau de Empedrado +tile.stoneSlab.brick.name=Degrau de Tijolos +tile.stoneSlab.smoothStoneBrick.name=Degrau de Tijolos de Pedra +tile.stoneSlab.netherBrick.name=Degrau de Tijolo do Nether +tile.stoneSlab.quartz.name=Laje de Quartzo +tile.woodSlab.oak.name=Degrau de Madeira de Carvalho +tile.woodSlab.spruce.name=Degrau de Madeira de Abeto +tile.woodSlab.birch.name=Degrau de Madeira de Bétula +tile.woodSlab.jungle.name=Degrau de Madeira da Selva +tile.brick.name=Tijolos +tile.tnt.name=TNT +tile.bookshelf.name=Estante de Livros +tile.stoneMoss.name=Pedra com Musgo +tile.obsidian.name=Obsidiana +tile.torch.name=Tocha +tile.fire.name=Fogo +tile.mobSpawner.name=Gerador de Monstros +tile.stairsWood.name=Escadas de Madeira de Carvalho +tile.stairsWoodSpruce.name=Escadas de Madeira de Abeto +tile.stairsWoodBirch.name=Escadas de Madeira de Bétula +tile.stairsWoodJungle.name=Escadas de Madeira da Selva +tile.chest.name=Baú +tile.chestTrap.name=Cesto Armadilhado +tile.redstoneDust.name=Pó de Redstone +tile.oreDiamond.name=Minério de Diamante +tile.blockDiamond.name=Bloco de Diamante +tile.workbench.name=Mesa de Trabalho +tile.crops.name=Plantação +tile.farmland.name=Terra Arada +tile.furnace.name=Fornalha +tile.sign.name=Letreiro +tile.doorWood.name=Porta de Madeira +tile.ladder.name=Escadas de Mão +tile.rail.name=Carril +tile.goldenRail.name=Carril Elétrico +tile.activatorRail.name=Carril Ativador +tile.detectorRail.name=Carril Detector +tile.stairsStone.name=Escadas de Pedra +tile.stairsSandStone.name=Escadas de Arenito +tile.lever.name=Alavanca +tile.pressurePlate.name=Placa de Pressão +tile.weightedPlate_light.name=Placa de Pressão (Leve) +tile.weightedPlate_heavy.name=Placa de Pressão (Pesada) +tile.doorIron.name=Porta de Ferro +tile.oreRedstone.name=Minério de Redstone +tile.notGate.name=Tocha de Redstone +tile.button.name=Botão +tile.snow.name=Neve +tile.ice.name=Gelo +tile.cactus.name=Cacto +tile.clay.name=Barro +tile.reeds.name=Cana-de-açúcar +tile.jukebox.name=Jukebox +tile.fence.name=Cerca +tile.fenceGate.name=Portão +tile.pumpkin.name=Abóbora +tile.litpumpkin.name=Abóbora de Halloween +tile.hellrock.name=Rocha do Nether +tile.hellsand.name=Areia das Almas +tile.lightgem.name=Pedra Luminosa +tile.portal.name=Portal +tile.cloth.black.name=Lã Preta +tile.cloth.red.name=Lã Vermelha +tile.cloth.green.name=Lã Verde +tile.cloth.brown.name=Lã Castanha +tile.cloth.blue.name=Lã Azul +tile.cloth.purple.name=Lã Roxa +tile.cloth.cyan.name=Lã Azul Ciano +tile.cloth.silver.name=Lã Cinzenta Clara +tile.cloth.gray.name=Lã Cinzenta +tile.cloth.pink.name=Lã Cor-de-Rosa +tile.cloth.lime.name=Lã Verde Lima +tile.cloth.yellow.name=Lã Amarela +tile.cloth.lightBlue.name=Lã Azul Clara +tile.cloth.magenta.name=Lã Magenta +tile.cloth.orange.name=Lã Cor-de-Laranja +tile.cloth.white.name=Lã +tile.oreLapis.name=Minério de Lápis-Lazúli +tile.blockLapis.name=Bloco de Lápis-Lazúli +tile.dispenser.name=Distribuidor +tile.dropper.name=Dropper +tile.musicBlock.name=Bloco Musical +tile.cake.name=Bolo +tile.bed.name=Cama +tile.bed.occupied=Esta cama está ocupada +tile.bed.noSleep=Só podes dormir à noite +tile.bed.notSafe=Não podes dormir agora, há monstros por perto +tile.bed.notValid=A tua cama desapareceu ou está obstruída +tile.lockedchest.name=Baú Trancado +tile.trapdoor.name=Alçapão +tile.web.name=Teia de Aranha +tile.stonebricksmooth.name=Tijolos de Pedra +tile.stonebricksmooth.default.name=Tijolos de Pedra +tile.stonebricksmooth.mossy.name=Tijolos de Pedra com Musgo +tile.stonebricksmooth.cracked.name=Tijolos de Pedra Rachados +tile.stonebricksmooth.chiseled.name=Tijolos de Pedra Cinzelados +tile.monsterStoneEgg.stone.name=Ovo de Monstro de Pedra +tile.monsterStoneEgg.cobble.name=Ovo de Monstro de Empedrado +tile.monsterStoneEgg.brick.name=Ovo de Monstro de Tijolos de Pedra +tile.pistonBase.name=Pistão +tile.pistonStickyBase.name=Pistão Adesivo +tile.fenceIron.name=Barras de Ferro +tile.melon.name=Melancia +tile.stairsBrick.name=Escadas de Tijolo +tile.stairsStoneBrickSmooth.name=Escadas de Tijolo de Pedra +tile.vine.name=Trepadeiras +tile.netherBrick.name=Tijolo do Nether +tile.netherFence.name=Cerca de Tijolo do Nether +tile.stairsNetherBrick.name=Escadas de Tijolo do Nether +tile.netherStalk.name=Fungo do Nether +tile.cauldron.name=Caldeirão +tile.enchantmentTable.name=Mesa de Encantamentos +tile.anvil.name=Bigorna +tile.anvil.intact.name=Bigorna +tile.anvil.slightlyDamaged.name=Bigorna Ligeiramente Danificada +tile.anvil.veryDamaged.name=Bigorna Muito Danificada +tile.whiteStone.name=Pedra do Fim +tile.endPortalFrame.name=Portal do Fim +tile.mycel.name=Micélio +tile.waterlily.name=Nenúfar +tile.dragonEgg.name=Ovo de Dragão +tile.redstoneLight.name=Lâmpada de Redstone +tile.cocoa.name=Cacau +tile.enderChest.name=Caixa do Fim +tile.oreRuby.name=Minério de Rubi +tile.oreEmerald.name=Minério de Esmeralda +tile.blockEmerald.name=Bloco de Esmeralda +tile.blockRedstone.name=Bloco de Redstone +tile.tripWire.name=Fio Armadilhado +tile.tripWireSource.name=Gancho de Fio Armadilhado +tile.commandBlock.name=Bloco de Comando +tile.beacon.name=Sinal luminoso +tile.beacon.primary=Poder Primário +tile.beacon.secondary=Poder Secundário +tile.cobbleWall.normal.name=Parede de Empedrado +tile.cobbleWall.mossy.name=Parede de Pedra com musgo +tile.carrots.name=Cenouras +tile.potatoes.name=Batatas +tile.daylightDetector.name=Sensor de Luz do Dia +tile.netherquartz.name=Minério de Quartzo do Nether +tile.hopper.name=Funil +tile.quartzBlock.default.name=Bloco de Quartzo +tile.quartzBlock.chiseled.name=Bloco de Quartzo Acinzentado +tile.quartzBlock.lines.name=Bloco de Quartzo de Pilar +tile.stairsQuartz.name=Escadas de Quartzo + +item.shovelIron.name=Pá de Ferro +item.pickaxeIron.name=Picareta de Ferro +item.hatchetIron.name=Machado de Ferro +item.flintAndSteel.name=Isqueiro +item.apple.name=Maçã +item.cookie.name=Bolacha +item.bow.name=Arco +item.arrow.name=Flecha +item.coal.name=Carvão +item.charcoal.name=Carvão Vegetal +item.diamond.name=Diamante +item.emerald.name=Esmeralda +item.ingotIron.name=Barra de Ferro +item.ingotGold.name=Barra de Ouro +item.swordIron.name=Espada de Ferro +item.swordWood.name=Espada de Madeira +item.shovelWood.name=Pá de Madeira +item.pickaxeWood.name=Picareta de Madeira +item.hatchetWood.name=Machado de Madeira +item.swordStone.name=Espada de Pedra +item.shovelStone.name=Pá de Pedra +item.pickaxeStone.name=Picareta de Pedra +item.hatchetStone.name=Machado de Pedra +item.swordDiamond.name=Espada de Diamante +item.shovelDiamond.name=Pá de Diamante +item.pickaxeDiamond.name=Picareta de Diamante +item.hatchetDiamond.name=Machado de Diamante +item.stick.name=Pau +item.bowl.name=Tigela +item.mushroomStew.name=Guisado de Cogumelos +item.swordGold.name=Espada de Ouro +item.shovelGold.name=Pá de Ouro +item.pickaxeGold.name=Picareta de Ouro +item.hatchetGold.name=Machado de Ouro +item.string.name=Fio +item.feather.name=Pena +item.sulphur.name=Pólvora +item.hoeWood.name=Enxada de Madeira +item.hoeStone.name=Enxada de Pedra +item.hoeIron.name=Enxada de Ferro +item.hoeDiamond.name=Enxada de Diamante +item.hoeGold.name=Enxada de Ouro +item.seeds.name=Sementes +item.seeds_pumpkin.name=Sementes de Abóbora +item.seeds_melon.name=Sementes de Melancia +item.melon.name=Melancia +item.wheat.name=Trigo +item.bread.name=Pão +item.helmetCloth.name=Capacete de Couro +item.chestplateCloth.name=Túnica de Couro +item.leggingsCloth.name=Perneiras de Couro +item.bootsCloth.name=Botas de Couro +item.helmetChain.name=Capacete de Malha +item.chestplateChain.name=Peitoral de Cota de Malha +item.leggingsChain.name=Perneiras de Malha +item.bootsChain.name=Botas de Malha +item.helmetIron.name=Capacete de Ferro +item.chestplateIron.name=Peitoral de Ferro +item.leggingsIron.name=Perneiras de Ferro +item.bootsIron.name=Botas de Ferro +item.helmetDiamond.name=Capacete de Diamante +item.chestplateDiamond.name=Peitoral de Diamante +item.leggingsDiamond.name=Perneiras de Diamante +item.bootsDiamond.name=Botas de Diamante +item.helmetGold.name=Capacete de Ouro +item.chestplateGold.name=Peitoral de Ouro +item.leggingsGold.name=Pernas de Ouro +item.bootsGold.name=Botas de Ouro +item.flint.name=Pederneira +item.porkchopRaw.name=Costeleta de Porco Crua +item.porkchopCooked.name=Costeleta de Porco Assada +item.chickenRaw.name=Frango Cru +item.chickenCooked.name=Frango Assado +item.beefRaw.name=Bife Cru +item.beefCooked.name=Bife +item.painting.name=Quadro +item.frame.name=Quadro de Item +item.appleGold.name=Maçã Dourada +item.sign.name=Tabuleta +item.doorWood.name=Porta de Madeira +item.bucket.name=Balde +item.bucketWater.name=Balde de Água +item.bucketLava.name=Balde de Lava +item.minecart.name=Vagão +item.saddle.name=Sela +item.doorIron.name=Porta de Ferro +item.redstone.name=Redstone +item.snowball.name=Bola de Neve +item.boat.name=Barco +item.leather.name=Couro +item.milk.name=Leite +item.brick.name=Tijolo +item.clay.name=Barro +item.reeds.name=Canas-de-Açúcar +item.paper.name=Papel +item.book.name=Livro +item.slimeball.name=Bola de Slime +item.minecartChest.name=Vagão com Baú +item.minecartFurnace.name=Vagão com Fornalha +item.minecartTnt.name=Vagão com TNT +item.minecartHopper.name=Vagão com Funil +item.egg.name=Ovo +item.compass.name=Bússola +item.fishingRod.name=Cana de Pesca +item.clock.name=Relógio +item.yellowDust.name=Pó de Pedra Luminosa +item.fishRaw.name=Peixe Cru +item.fishCooked.name=Peixe Cozinhado +item.record.name=Disco de Música +item.bone.name=Osso +item.dyePowder.black.name=Saco de Tinta +item.dyePowder.red.name=Vermelho Rosa +item.dyePowder.green.name=Verde Cacto +item.dyePowder.brown.name=Sementes de Cacau +item.dyePowder.blue.name=Lápis Lazuli +item.dyePowder.purple.name=Tinta Roxa +item.dyePowder.cyan.name=Tinta Azul Ciano +item.dyePowder.silver.name=Tinta Cinza Claro +item.dyePowder.gray.name=Tinta Cinzenta +item.dyePowder.pink.name=Tinta Rosa +item.dyePowder.lime.name=Tinta Verde Lima +item.dyePowder.yellow.name=Amarelo Dente de Leão +item.dyePowder.lightBlue.name=Tinta Azul Clara +item.dyePowder.magenta.name=Tinta Magenta +item.dyePowder.orange.name=Tinta Laranja +item.dyePowder.white.name=Farinha de ossos +item.sugar.name=Açúcar +item.cake.name=Bolo +item.bed.name=Cama +item.diode.name=Repetidor de Redstone +item.comparator.name=Comparador de Redstone +item.map.name=Mapa +item.leaves.name=Folhas +item.shears.name=Tesoura +item.rottenFlesh.name=Carne Podre +item.enderPearl.name=Pérola do Fim +item.blazeRod.name=Vara de Blaze +item.ghastTear.name=Lágrima de Ghast +item.netherStalkSeeds.name=Fungo do Nether +item.potion.name=Poção +item.emptyPotion.name=Frasco de Água +item.goldNugget.name=Pepita de Ouro +item.glassBottle.name=Garrafa de Vidro +item.spiderEye.name=Olho de Aranha +item.fermentedSpiderEye.name=Olho de Aranha Fermentado +item.blazePowder.name=Pó de Blaze +item.magmaCream.name=Creme de Magma +item.cauldron.name=Caldeirão +item.brewingStand.name=Fermentador +item.eyeOfEnder.name=Olho do Fim +item.speckledMelon.name=Melancia Reluzente +item.monsterPlacer.name=Evocar +item.expBottle.name=Frasco d'Encantamento +item.fireball.name=Projétil de fogo +item.writingBook.name=Livro e Pena +item.writtenBook.name=Livro Escrito +item.ruby.name=Rubi +item.flowerPot.name=Vaso de Flores +item.emptyMap.name=Mapa Vazio +item.carrots.name=Cenoura +item.carrotGolden.name=Cenoura Dourada +item.potato.name=Batata +item.potatoBaked.name=Batata Cozida +item.potatoPoisonous.name=Batata Venenosa +item.skull.skeleton.name=Crânio de Esqueleto +item.skull.wither.name=Crânio de Esqueleto do Wither +item.skull.zombie.name=Cabeça de Zombie +item.skull.char.name=Cabeça +item.skull.player.name=Cabeça de %s +item.skull.creeper.name=Cabeça de Creeper +item.carrotOnAStick.name=Cenoura numa vara +item.netherStar.name=Estrela do Nether +item.pumpkinPie.name=Torta de Abóbora +item.enchantedBook.name=Livro Encantado +item.fireworks.name=Fogo de Artifício +item.fireworks.flight=Duração do Voo: +item.fireworksCharge.name=Recarga de Foguete de Artifício +item.fireworksCharge.black=Preto +item.fireworksCharge.red=Vermelho +item.fireworksCharge.green=Verde +item.fireworksCharge.brown=Castanho +item.fireworksCharge.blue=Azul +item.fireworksCharge.purple=Roxo +item.fireworksCharge.cyan=Ciano +item.fireworksCharge.silver=Cinza Claro +item.fireworksCharge.gray=Cinza +item.fireworksCharge.pink=Rosa +item.fireworksCharge.lime=Verde Lima +item.fireworksCharge.yellow=Amarelo +item.fireworksCharge.lightBlue=Azul Claro +item.fireworksCharge.magenta=Magenta +item.fireworksCharge.orange=Laranja +item.fireworksCharge.white=Branco +item.fireworksCharge.customColor=Personalizado +item.fireworksCharge.fadeTo=Esmaecer para +item.fireworksCharge.flicker=Cintilação +item.fireworksCharge.trail=Rasto +item.fireworksCharge.type.0=Bola Pequena +item.fireworksCharge.type.1=Bola Grande +item.fireworksCharge.type.2=Forma de Estrela +item.fireworksCharge.type.3=Forma de Creeper +item.fireworksCharge.type.4=Explosão +item.fireworksCharge.type=Forma Desconhecida +item.netherbrick.name=Tijolo do Nether +item.netherquartz.name=Quartzo do Nether + +container.inventory=Inventário +container.hopper=Funil de Itens +container.crafting=Construir +container.dispenser=Distribuidor +container.dropper=Dropper +container.furnace=Forno +container.enchant=Encantar +container.repair=Reparar & Renomear +container.repair.cost=Custo do Encantamento: %1$d +container.repair.expensive=Demasiado Caro! +container.creative=Seleção de itens +container.brewing=Fermentador +container.chest=Baú +container.chestDouble=Baú Grande +container.minecart=Vagão +container.enderchest=Baú do Fim + +item.dyed=Tingido + +entity.Item.name=Item +entity.XPOrb.name=Esfera de Experiência +entity.SmallFireball.name=Pequena Bola de Fogo +entity.Fireball.name=Bola de Fogo + +entity.Arrow.name=Flecha +entity.Snowball.name=Bola de Neve +entity.Painting.name=Pintura + +entity.Mob.name=Criatura +entity.Monster.name=Monstro + +entity.Creeper.name=Creeper +entity.Skeleton.name=Esqueleto +entity.Spider.name=Aranha +entity.Giant.name=Gigante +entity.Zombie.name=Zombie +entity.Slime.name=Slime +entity.Ghast.name=Ghast +entity.PigZombie.name=Zombie Pigman +entity.Enderman.name=Enderman +entity.Silverfish.name=Silverfish +entity.CaveSpider.name=Aranha Venenosa +entity.Blaze.name=Blaze +entity.LavaSlime.name=Cubo de Magma +entity.MushroomCow.name=Vaca-Cogumelo +entity.Villager.name=Aldeão +entity.VillagerGolem.name=Golem de Ferro +entity.SnowMan.name=Golem de Neve +entity.EnderDragon.name=Dragão do Fim +entity.WitherBoss.name=Wither +entity.Witch.name=Bruxa + +entity.Pig.name=Porco +entity.Sheep.name=Ovelha +entity.Cow.name=Vaca +entity.Chicken.name=Galinha +entity.Squid.name=Lula +entity.Wolf.name=Lobo +entity.Ozelot.name=Ocelote +entity.Cat.name=Gato +entity.Bat.name=Morcego + +entity.PrimedTnt.name=Bloco de TNT +entity.FallingSand.name=Bloco em Queda + +entity.Minecart.name=Vagão +entity.Boat.name=Barco + +entity.generic.name=desconhecido + +death.fell.accident.ladder=%1$s caiu de uma escada +death.fell.accident.vines=%1$s caiu algumas vinhas +death.fell.accident.water=%1$s caiu fora da água +death.fell.accident.generic=%1$s caiu de um lugar alto +death.fell.killer=%1$s estava condenado a cair +death.fell.assist=%1$s estava condenado a cair por %2$s +death.fell.assist.item=%1$s estava condenado a cair por %2$s usando %3$s +death.fell.finish=%1$ s caiu muito longe e foi terminado por %2$ s +death.fell.finish.item=%1$ s caiu muito longe e foi terminado por %2$ s usando %3$ s + +death.attack.inFire=%1$s esvaiu-se em chamas +death.attack.inFire.player=%1$s foi para o fogo enquanto estava a lutar com %2$s +death.attack.onFire=%1$s morreu queimado +death.attack.onFire.player=%1$s foi frito pelo fogo enquanto lutava com %2$s +death.attack.lava=%1$s tentou nadar em lava +death.attack.lava.player=%1$s tentou nadar em lava para escapar %2$s +death.attack.inWall=%1$s sufocou numa parede +death.attack.drown=%1$s afogou-se +death.attack.drown.player=%1$s afogou-se enquanto tentava escapar de %2$s +death.attack.starve=%1$s morreu de fome +death.attack.cactus=%1$s foi picado até à morte +death.attack.cactus.player=%1$ s foi contra um cacto, enquanto tentava escapar %2$ s +death.attack.generic=%1$s morreu +death.attack.explosion=%1$s explodiu +death.attack.explosion.player=%1$s foi rebentado por %2$s +death.attack.magic=%1$s foi morto por magia +death.attack.wither=%1$s desvaneceu +death.attack.anvil=%1$s foi esmagado por uma bigorna +death.attack.fallingBlock=%1$s foi esmagado por um bloco +death.attack.mob=%1$s foi morto por %2$s +death.attack.player=%1$s foi morto por %2$s +death.attack.player.item=%1$s foi morto por %2$s usando %3$s +death.attack.arrow=%1$s foi atingido por %2$s +death.attack.arrow.item=%1$s foi atingido por %2$s usando %3$s +death.attack.fireball=%1$s levou com um projétil de fogo de %2$s +death.attack.fireball.item=%1$s levou com projéteis de fogo de %2$s usando %3$s +death.attack.thrown=%1$s foi espancado por %2$s +death.attack.thrown.item=%1$ s foi espancado por %2$ s usando %3$ s +death.attack.indirectMagic=%1$s foi morto por %2$s usando magia +death.attack.indirectMagic.item=%1$s foi morto por %2$s usando %3$s +death.attack.thorns=%1$ s foi morto tentando magoar %2$ s +death.attack.fall=%1$s embateu violentamente no chão +death.attack.outOfWorld=%1$s caiu fora do mundo + +deathScreen.respawn=Renascer +deathScreen.deleteWorld=Apagar o mundo +deathScreen.titleScreen=Menu Principal +deathScreen.score=Pontuação +deathScreen.title.hardcore=Fim do Jogo! +deathScreen.hardcoreInfo=Não podes renascer no modo Hardcore! +deathScreen.title=Morreste! +deathScreen.leaveServer=Abandonar o servidor + +potion.empty=Sem Efeitos +potion.moveSpeed=Velocidade +potion.moveSlowdown=Lentidão +potion.digSpeed=Pressa +potion.digSlowDown=Cansado de Minar +potion.damageBoost=Força +potion.weakness=Fraqueza +potion.heal=Vida Instantânea +potion.harm=Dano Instantâneo +potion.jump=Super-salto +potion.confusion=Náusea +potion.regeneration=Regeneração +potion.resistance=Resistência +potion.fireResistance=Resistência ao Fogo +potion.waterBreathing=Respiração Sub-Aquática +potion.invisibility=Invisibilidade +potion.blindness=Cegueira +potion.nightVision=Visão Nocturna +potion.hunger=Fome +potion.poison=Veneno +potion.wither=Wither + +potion.moveSpeed.postfix=Poção de Velocidade +potion.moveSlowdown.postfix=Poção de Lentidão +potion.digSpeed.postfix=Poção de Velocidade +potion.digSlowDown.postfix=Poção da Preguiça +potion.damageBoost.postfix=Poção de Força +potion.weakness.postfix=Poção de Fraqueza +potion.heal.postfix=Poção de Cura +potion.harm.postfix=Poção de Dano +potion.jump.postfix=Poção de Salto +potion.confusion.postfix=Poção de Náusea +potion.regeneration.postfix=Poção de Regeneração +potion.resistance.postfix=Poção de Resistência +potion.fireResistance.postfix=Poção de Resistência ao Fogo +potion.waterBreathing.postfix=Poção de Respiração Sub-Aquática +potion.invisibility.postfix=Poção de Invisibilidade +potion.blindness.postfix=Poção de Cegueira +potion.nightVision.postfix=Poção de Visão Noturna +potion.hunger.postfix=Poção de Fome +potion.poison.postfix=Poção de Veneno +potion.wither.postfix=Poção de Decadência + +potion.potency.0= +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV + +potion.prefix.grenade=Spray de +potion.prefix.mundane=Mundana +potion.prefix.uninteresting=Desinteressante +potion.prefix.bland=Branda +potion.prefix.clear=Límpa +potion.prefix.milky=Láctea +potion.prefix.diffuse=Difusa +potion.prefix.artless=Natural +potion.prefix.thin=Fina +potion.prefix.awkward=Estranha +potion.prefix.flat=Plana +potion.prefix.bulky=Volumosa +potion.prefix.bungling=Desajeitada +potion.prefix.buttered=Amanteigada +potion.prefix.smooth=Macia +potion.prefix.suave=Suave +potion.prefix.debonair=Graciosa +potion.prefix.thick=Espessa +potion.prefix.elegant=Elegante +potion.prefix.fancy=Chique +potion.prefix.charming=Charmosa +potion.prefix.dashing=Espirituosa +potion.prefix.refined=Refinada +potion.prefix.cordial=Cordial +potion.prefix.sparkling=Brilhante +potion.prefix.potent=Potente +potion.prefix.foul=Horrível +potion.prefix.odorless=Inodora +potion.prefix.rank=Classificação +potion.prefix.harsh=Severa +potion.prefix.acrid=Amarga +potion.prefix.gross=Nojento +potion.prefix.stinky=Fedorenta + +enchantment.damage.all=Afiado +enchantment.damage.undead=Impacto Divino +enchantment.damage.arthropods=Maldição de Artrópodes +enchantment.knockback=Repulsão +enchantment.fire=Flamejante +enchantment.protect.all=Protecção +enchantment.protect.fire=Protecção contra Fogo +enchantment.protect.fall=Queda Suave +enchantment.protect.explosion=Proteção Contra Explosões +enchantment.protect.projectile=Protecção de Projécteis +enchantment.oxygen=Respiração +enchantment.waterWorker=Afinidade Aquática +enchantment.digging=Eficiência +enchantment.untouching=Toque de Seda +enchantment.durability=Inquebrável +enchantment.lootBonus=Pilhagem +enchantment.lootBonusDigger=Fortuna +enchantment.arrowDamage=Potência +enchantment.arrowFire=Chama +enchantment.arrowKnockback=Impacto +enchantment.arrowInfinite=Infinito +enchantment.thorns=Espinhos + +enchantment.level.1=I +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.level.10=X + +gui.achievements=Conquistas +gui.stats=Estatísticas + +stat.generalButton=Geral +stat.blocksButton=Blocos +stat.itemsButton=Itens + +stat.used=Número de Vezes Usado +stat.mined=Número de Vezes Minado +stat.depleted=Número de Vezes Esgotado +stat.crafted=Número de Vezes Criado + +stat.startGame=Vezes jogadas +stat.createWorld=Número de Mundos Jogados +stat.loadWorld=Jogos Carregados +stat.joinMultiplayer=Entradas em Multijogador +stat.leaveGame=Número de Jogos Deixados + +stat.playOneMinute=Minutos Jogados + +stat.walkOneCm=Distância Caminhada +stat.fallOneCm=Distância em Queda +stat.swimOneCm=Distância Nadada +stat.flyOneCm=Distância Voada +stat.climbOneCm=Distância Escalada +stat.diveOneCm=Distância Mergulhada +stat.minecartOneCm=Distância em Vagão +stat.boatOneCm=Distância de Barco +stat.pigOneCm=Distância por Porco +stat.jump=Saltos +stat.drop=Itens Descartados + +stat.damageDealt=Dano Causado +stat.damageTaken=Dano Sofrido +stat.deaths=Número de Mortes +stat.mobKills=Mobs Mortos +stat.playerKills=Jogadores Mortos +stat.fishCaught=Peixes Pescados + +stat.mineBlock=%1$s Minerados +stat.craftItem=%1$s Construído +stat.useItem=%1$s Usado +stat.breakItem=%1$s Esgotado + +achievement.get=Conquista alcançada! + +achievement.taken=Alcançada! + +achievement.requires=Requer '%1$s' +achievement.openInventory=Abrir o Inventário +achievement.openInventory.desc=Pressiona '%1$s' para abrires o teu inventário. +achievement.mineWood=Apanhar Madeira +achievement.mineWood.desc=Ataca uma árvore até que um bloco de madeira salte +achievement.buildWorkBench=Mesa de Trabalho construída +achievement.buildWorkBench.desc=Constrói uma mesa de trabalho com quatro blocos de tábuas de madeira +achievement.buildPickaxe=Está na hora de Minar! +achievement.buildPickaxe.desc=Usa tábuas e paus para fazer uma picareta +achievement.buildFurnace=Tópico Escaldante +achievement.buildFurnace.desc=Constrói um forno com oito blocos de pedra +achievement.acquireIron=Obter Hardware +achievement.acquireIron.desc=Funde uma barra de ferro +achievement.buildHoe=Está na hora de Cultivar! +achievement.buildHoe.desc=Usa tábuas de madeira e paus para fazer uma enxada +achievement.makeBread=Cozer pão +achievement.makeBread.desc=Transforma trigo em pão +achievement.bakeCake=A Mentira +achievement.bakeCake.desc=Trigo, açúcar, leite e ovos! +achievement.buildBetterPickaxe=Obter uma Atualização +achievement.buildBetterPickaxe.desc=Constrói uma picareta melhor +achievement.cookFish=Peixe Delicioso +achievement.cookFish.desc=Pesca e cozinha um peixe! +achievement.onARail=Num Caminho-de-Ferro +achievement.onARail.desc=Faz uma viagem de vagão de 1 km +achievement.buildSword=Hora de atacar! +achievement.buildSword.desc=Usa tábuas de madeira e paus para fazer uma espada +achievement.killEnemy=Caçador de Monstros +achievement.killEnemy.desc=Ataca e destrói um monstro +achievement.killCow=Recolha Bovina +achievement.killCow.desc=Obtém algum couro +achievement.flyPig=Quando os Porcos Voarem +achievement.flyPig.desc=Monta um porco e cai de um penhasco +achievement.snipeSkeleton=Duelo de Atiradores +achievement.snipeSkeleton.desc=Mata um esqueleto com uma seta a mais de 50 metros +achievement.diamonds=DIAMANTES! +achievement.diamonds.desc=Obtém diamantes com ferramentas de ferro +achievement.portal=Temos de Ir Mais Fundo +achievement.portal.desc=Constrói um portal para o Nether +achievement.ghast=Devolver ao Remetente +achievement.ghast.desc=Mata um Ghast com uma bola-de-fogo +achievement.blazeRod=Sob Fogo Cruzado +achievement.blazeRod.desc=Faz com que um Blaze largue a sua vara +achievement.potion=Laboratório Local +achievement.potion.desc=Fermenta uma poção +achievement.theEnd=O Fim? +achievement.theEnd.desc=Encontra o Fim +achievement.theEnd2=O Fim. +achievement.theEnd2.desc=Derrota o Dragão do Fim +achievement.enchantments=Encantador +achievement.enchantments.desc=Usa um livro, obsidiana e diamantes para construir uma mesa de encantamentos +achievement.overkill=Massacre +achievement.overkill.desc=Causa oito corações de dano com um único ataque +achievement.bookcase=Bibliotecário +achievement.bookcase.desc=Constrói algumas estantes para dar poder à mesa de encantamentos + +commands.generic.exception=Ocorreu um erro desconhecido ao tentar executar este comando +commands.generic.syntax=Sintaxe de comando inválida +commands.generic.player.notFound=Não foi possível encontrar esse jogador +commands.generic.notFound=Comando desconhecido. Tenta /help para uma lista de comandos. +commands.generic.num.invalid='%s' não é um número válido +commands.generic.num.tooSmall=O número que introduziste (%d) é demasiado pequeno, deve ser pelo menos %d +commands.generic.num.tooBig=O número que introduziste(%d)é demasiado grande, não deve ultrapassar %d +commands.generic.double.tooSmall=O número que introduziu (%d) é demasiado pequeno, deve ser pelo menos %d +commands.generic.double.tooBig=O número que introduziu (%.2f) é demasiado grande, deve ser pelo menos %.2f +commands.generic.usage=Uso: %s + +commands.xp.failure.widthdrawXp=Não é possível dar pontos de experiência negativos ao jogador +commands.xp.success=%d experiência dada a %s +commands.xp.success.levels=Foi dado %d níveis a %s +commands.xp.success.negative.levels=Foram tirados %d níveis de %s +commands.xp.usage=/xp [jogador] OU /xp L [jogador] +commands.give.usage=/give [quantidade] [dados] +commands.give.notFound=Não existe nenhum item com o ID %d +commands.give.success=Foi dado %s (ID %d) * %d a %s +commands.effect.usage=/effect [seconds] [amplifier] +commands.effect.notFound=There is no such mob effect with ID %d +commands.effect.success=Given %1$s (ID %2$d) * %3$d to %4$s for %5$d seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.enchant.usage=/enchant [nível] +commands.enchant.notFound=Não existe nenhum encantamento com o ID %d +commands.enchant.noItem=O alvo não está a carregar um item +commands.enchant.cantEnchant=O encantamento selecionado não pode ser adicionado ao item alvo +commands.enchant.cantCombine=%1$s não pode ser combinado com %2$s +commands.enchant.success=Item encantado com sucesso +commands.clear.usage=/clear [item] [dados] +commands.clear.success=O inventorio de %s foi limpo, removendo %d de itens +commands.clear.failure=Could not clear the inventory of %s, no items to remove +commands.downfall.success=Precipitação alterada +commands.time.usage=/time +commands.time.added=Foi adicionado %d ao tempo +commands.time.set=Tempo definido para %d +commands.players.list=Há %d/%d jogadores online: +commands.banlist.ips=Há no total %d endereços IP banidos: +commands.banlist.players=Há no total de %d jogadores banidos: +commands.banlist.usage=/banlist [ips|jogadores] +commands.kick.success=%s foi kickado do jogo +commands.kick.success.reason=%s kickado do jogo: '%s' +commands.kick.usage=/kick [motivo ...] +commands.op.success=%s é agora moderador +commands.op.usage=/op +commands.deop.success=%s deixou de ser moderador +commands.deop.usage=/deop +commands.say.usage=/say +commands.ban.success=Jogador %s banido +commands.ban.usage=/banir [razão ...] +commands.unban.success=Jogador %s já não está banido +commands.unban.usage=/pardon +commands.banip.invalid=Introduziste um endereço IP inválido ou um jogador que não está online +commands.banip.success=Endereço IP %s banido +commands.banip.success.players=Endereço IP %s banido pertencente a %s +commands.banip.usage=/banir-ip [razão ...] +commands.unbanip.invalid=Introduziste um endereço IP inválido +commands.unbanip.success=Endereço IP já não está banido %s +commands.unbanip.usage=/pardon-ip +commands.save.enabled=Função guardar mundo automaticamente ligada +commands.save.disabled=Função guardar mundo automaticamente desligada +commands.save.start=A guardar... +commands.save.success=O mundo foi guardado +commands.save.failed=A Gravação falhou: %s +commands.stop.start=A parar o servidor +commands.tp.success=%s teleportado para %s +commands.tp.success.coordinates=Teleportado %s para %.2f,%.2f,%.2f +commands.tp.usage=/tp [jogador alvo] OU /tp [jogador alvo] ; +commands.tp.notSameDimension=Não foi possível teleportar porque os jogadores não estão na mesma dimensão +commands.whitelist.list=Há %d jogadores (de %d conhecidos) na lista branca: +commands.whitelist.enabled=Lista branca activada +commands.whitelist.disabled=Lista branca desactivada +commands.whitelist.reloaded=Lista branca recarregada +commands.whitelist.add.success=%s foi adicionado à lista branca +commands.whitelist.add.usage=/whitelist add +commands.whitelist.remove.success=%s foi removido da lista branca +commands.whitelist.remove.usage=/listabranca remover +commands.whitelist.usage=/listabranca +commands.scoreboard.usage=/scoreboard +commands.scoreboard.teamNotFound=Nenhuma equipa foi encontrada com o nome '%s' +commands.scoreboard.objectiveNotFound=Nenhum objetivo foi encontrado com o nome '%s' +commands.scoreboard.objectiveReadOnly=O objetivo '%s' é somente de leitura e não pode ser definido +commands.scoreboard.objectives.usage=/scoreboard objectives +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [objetivo] +commands.scoreboard.objectives.setdisplay.invalidSlot=O slot de apresentação número '%s' não existe +commands.scoreboard.objectives.setdisplay.successCleared=O slot de apresentação '%s' foi limpo +commands.scoreboard.objectives.setdisplay.successSet=O objetivo no slot de apresentação '%s' foi colocado em '%s' +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [nome de apresentação ...] +commands.scoreboard.objectives.add.wrongType=O tipo de critério do objetivo é inválido. Os tipos válidos são: %s +commands.scoreboard.objectives.add.alreadyExists=Um objetivo com o nome '%s' já existe +commands.scoreboard.objectives.add.tooLong=O nome '%s' é demasiado longo para um objetivo. Ele pode conter, no máximo, %d caracteres +commands.scoreboard.objectives.add.displayTooLong=O nome de apresentação '%s' é demasiado longo para um objetivo. Ele pode conter, no máximo, %d caracteres +commands.scoreboard.objectives.add.success=O objetivo '%s' foi adicionado com sucesso +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.remove.success=O objetivo '%s' foi removido com sucesso +commands.scoreboard.objectives.list.count=A mostrar %d objetivos no placar de pontuações +commands.scoreboard.objectives.list.entry=- %s: é apresentado como '%s' e o seu tipo é '%s' +commands.scoreboard.objectives.list.empty=Não existe nenhum objetivo no placar de pontuações +commands.scoreboard.players.usage=/scoreboard players +commands.scoreboard.players.set.success=A pontuação de %s do jogador %s foi definida para %d +commands.scoreboard.players.set.usage=/scoreboard players set +commands.scoreboard.players.add.usage=/scoreboard players add +commands.scoreboard.players.remove.usage=/scoreboard players remove +commands.scoreboard.players.reset.usage=/scoreboard players reset +commands.scoreboard.players.reset.success=As pontuações do jogador %s foram reiniciadas +commands.scoreboard.players.list.count=A mostrar %d jogadores monitorizados no placar de pontuações +commands.scoreboard.players.list.empty=Não existe nenhum jogador a ser monitorizado no placar de pontuações +commands.scoreboard.players.list.player.count=A mostrar %d objetivos monitorizados para %s +commands.scoreboard.players.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.players.list.player.empty=O jogador %s não tem nenhuma pontuação registada +commands.scoreboard.teams.usage=/scoreboard teams +commands.scoreboard.teams.add.usage=/scoreboard teams add [nome de apresentação ...] +commands.scoreboard.teams.add.alreadyExists=Já existe uma equipa com o nome '%s' +commands.scoreboard.teams.add.tooLong=O nome '%s' é demasiado longo para uma equipa. Ele pode conter, no máximo, %d caracteres +commands.scoreboard.teams.add.displayTooLong=O nome de apresentação '%s' é demasiado longo para uma equipa. Ele pode conter, no máximo, %d caracteres +commands.scoreboard.teams.add.success=A equipa '%s' foi adicionada com sucesso +commands.scoreboard.teams.list.usage=/scoreboard teams list [nome] +commands.scoreboard.teams.list.count=A mostrar %d equipas no placar de pontuações +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' tem %3$d jogadores +commands.scoreboard.teams.list.empty=Não existe nenhuma equipa registada no placar de pontuações +commands.scoreboard.teams.list.player.count=A mostrar %d jogadores na equipa %s +commands.scoreboard.teams.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.teams.list.player.empty=A equipa %s não tem nenhum jogador +commands.scoreboard.teams.empty.usage=/scoreboard teams clear +commands.scoreboard.teams.empty.alreadyEmpty=A equipa %s já está vazia, não é possível remover jogadores não-existentes +commands.scoreboard.teams.empty.success=Todos os %d jogadores foram removidos da equipa %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.remove.success=A equipa %s foi removida +commands.scoreboard.teams.join.usage=/scoreboard teams join [jogador] +commands.scoreboard.teams.join.success=Os seguintes %d jogadores foram adicionados à equipa %s: %s +commands.scoreboard.teams.join.failure=Não foi possível adicionar os seguintes %d jogadores à equipa %s: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [jogador] +commands.scoreboard.teams.leave.success=%d jogadores foram removidos das suas equipas: %s +commands.scoreboard.teams.leave.failure=Não foi possível remover %d jogadores das suas equipas: %s +commands.scoreboard.teams.leave.noTeam=Não estás numa equipa +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.option.noValue=Valores válidos para a opção %s são: %s +commands.scoreboard.teams.option.success=Set option %s for team %s to %s +commands.gamemode.success.self=Definido o teu modo de jogo para%s +commands.gamemode.success.other=Definido o modo de jogo de %s para %s +commands.gamemode.usage=/gamemode [jogador] +commands.defaultgamemode.usage=/modojogopadrao +commands.defaultgamemode.success=O modo de jogo padrão para este mundo é agora %s +commands.me.usage=/me +commands.help.header=--- A mostrar a página de ajuda %d de %d (/help ) --- +commands.help.footer=Dica: Usa a tecla ao escrever um comando para o auto-completar,nos teus argumentos +commands.help.usage=/ajuda [pagina|nome do comando] +commands.publish.started=Sessão de jogo local hospedada em %s +commands.publish.failed=Incapaz de hostar um jogo local +commands.debug.start=A depuração foi iniciada +commands.debug.stop=A depuração foi finalizada depois de %.2f segundos (%d ticks) +commands.debug.notStarted=Não dá para parar o profiling quando nós ainda não começamos! +commands.debug.usage=/debug +commands.message.usage=/tell +commands.message.sameTarget=Não podes mandar uma mensagem privada para ti mesmo! +commands.message.display.outgoing=Sussurraste para %s:%s +commands.message.display.incoming=%s sussurrou para ti: %s +commands.difficulty.usage=/difficulty +commands.difficulty.success=Definir a dificuladade do jogo para %s +commands.spawnpoint.usage=/spawnpoint ou /spawnpoint ou /spawnpoint +commands.spawnpoint.success=Definir %s spawn point para (%d,%d,%d) +commands.gamerule.usage=/gamerule ou /gamerule +commands.gamerule.success=A regra de jogo foi atualizada +commands.gamerule.norule=Nenhuma regra de jogo chamada '%s'está disponível +commands.weather.usage=/weather [duração em segundos] +commands.weather.clear=Alterando para tempo limpo +commands.weather.rain=Alterando para tempo chuvoso +commands.weather.thunder=Alterando para chuva e trovoada +commands.testfor.usage=/testfor +commands.testfor.failed=/testfor só é utilizável por Blocos de Comando com saída analógica + +itemGroup.buildingBlocks=Blocos para Construção +itemGroup.decorations=Blocos Decorativos +itemGroup.redstone=Redstone +itemGroup.transportation=Meios de Transporte +itemGroup.misc=Diversos +itemGroup.search=Procurar Itens +itemGroup.food=Comida +itemGroup.tools=Ferramentas +itemGroup.combat=Combate +itemGroup.brewing=Fermentação +itemGroup.materials=Materiais +itemGroup.inventory=Inventário de Sobrevivência + +inventory.binSlot=Destruir Item + +advMode.setCommand=Definir a consola de comandos para o bloco +advMode.command=Consola de comando +advMode.nearestPlayer=Usa "@p" para o jogador mais perto +advMode.randomPlayer=Usa "@r" para um jogador aleatório +advMode.allPlayers=Usa "@a" para todos os jogadores + +advMode.notEnabled=Blocos de comando não estão disponíveis neste servidor +advMode.notAllowed=Tem de ser um moderador em modo criativo + +mco.title=Minecraft Realms +mco.selectServer.select=Entrar no Servidor +mco.selectServer.configure=Configurar +mco.selectServer.create=Criar Mundo +mco.selectServer.moreinfo=Mais Informação + +mco.configure.world.edit.title=Editar Mundo + +mco.configure.world.title=Configurar Mundo +mco.configure.world.name=Nome +mco.configure.world.description=Descrição +mco.configure.world.location=Localização +mco.configure.world.invited=Convidou +mco.configure.world.buttons.edit=Editar +mco.configure.world.buttons.reset=Repor Mundo +mco.configure.world.buttons.done=Concluído +mco.configure.world.buttons.delete=Eliminar +mco.configure.world.buttons.open=Abrir Mundo +mco.configure.world.buttons.close=Fechar Mundo +mco.configure.world.buttons.invite=Convidar +mco.configure.world.buttons.uninvite=Retirar convite +mco.configure.world.buttons.subscription=Subscription +mco.configure.world.invite.profile.name=Nome +mco.configure.world.uninvite.question=Tem certeza que deseja retirar o convite + +mco.configure.world.subscription.title=Subscription Info +mco.configure.world.subscription.daysleft=Days Left +mco.configure.world.subscription.start=Start Date +mco.configure.world.subscription.extend=Extend + +mco.create.world.location.title=Locais +mco.create.world.location.warning=Pode não obter a localização exacta que seleccionou +mco.create.world.wait=A criar o mundo... + +mco.reset.world.title=Reiniciar Mundo +mco.reset.world.warning=Isto irá apagar permanentemente o seu mundo! +mco.reset.world.seed=Seed (Opcional) +mco.reset.world.resetting.screen.title=Repondo o mundo... + +mco.configure.world.close.question.line1=O mundo ficará indisponível. +mco.configure.world.close.question.line2=Tens a certeza que desejas fazer isso? + +mco.connect.connecting=A conectando ao servidor on-line... +mco.connect.authorizing=A entrar... +mco.connect.failed=Ocorreu um erro ao conectar ao servidor on-line + +mco.create.world=Criar + diff --git a/1.5.2/lang/qya_AA.lang b/1.5.2/lang/qya_AA.lang new file mode 100644 index 00000000..24630708 --- /dev/null +++ b/1.5.2/lang/qya_AA.lang @@ -0,0 +1,1293 @@ +#X-Generator: crowdin.net + +language.name=Quenya +language.region=Arda +language.code=qya_AA + +gui.done=Manwa +gui.cancel=Hehta +gui.back=Back +gui.toMenu=Pontë ana opotelta +gui.up=Amba +gui.down=Undu +gui.yes=Ná +gui.no=Vá + +menu.singleplayer=Erquén +menu.multiplayer=Linquen +menu.online=Minecraft Realms +menu.options=Cilmi... +menu.quit=Metya Tyalië +menu.returnToMenu=Rehta ar Metë Epessenna +menu.disconnect=Unverya +menu.returnToGame=Pela Tyalienna +menu.switchingLevel=Switching Amar +menu.generatingLevel=Carë Ambar +menu.loadingLevel=Loading Amar +menu.generatingTerrain=Cára Nórë +menu.convertingLevel=Converting Amar +menu.simulating=Tyastëa Ambar +menu.respawning=Entúla +menu.shareToLan=Panta i LAN + +selectWorld.title=Lepta Ambar +selectWorld.empty=cumna +selectWorld.world=Ilu +selectWorld.select=Tyalë Cilda Ambar +selectWorld.create=Onta Vinyailu +selectWorld.recreate=Re-Create +selectWorld.createDemo=Tyala Vinya Ambar +selectWorld.delete=Nancarë +selectWorld.rename=Enesta +selectWorld.deleteQuestion=Ma nalyë tinca merilyë nancarë sina Ambar? +selectWorld.deleteWarning=nauva vanwa oialë! (Lúmi únótimë!) +selectWorld.deleteButton=Nancarë +selectWorld.renameButton=Enesta +selectWorld.renameTitle=Enesta Ilu +selectWorld.conversion=Harya maurë návëo vistaina! +selectWorld.newWorld=Vinya Ambar +selectWorld.newWorld.copyOf=Copy of %s +selectWorld.enterName=Ambaro Essë +selectWorld.resultFolder=Nauva tirna mi: +selectWorld.enterSeed=Erdë Ambar Cáron +selectWorld.seedInfo=Á hehtas carë alaistaina erdë +selectWorld.cheats=Ilsanyi +selectWorld.customizeType=Customize + +createWorld.customize.presets=Presets +createWorld.customize.presets.title=Select a Preset +createWorld.customize.presets.select=Use Preset +createWorld.customize.presets.share=Want to share your preset with someone? Use the below box! +createWorld.customize.presets.list=Alternatively, here's some we made earlier! +createWorld.customize.flat.title=Superflat Customization +createWorld.customize.flat.tile=Layer Material +createWorld.customize.flat.height=Tárië +createWorld.customize.flat.addLayer=Add Layer +createWorld.customize.flat.editLayer=Edit Layer +createWorld.customize.flat.removeLayer=Remove Layer +createWorld.customize.flat.layer.top=Inga - %d +createWorld.customize.flat.layer=%d +createWorld.customize.flat.layer.bottom=Talma - %d + +gameMode.survival=Voronwië Indo +gameMode.creative=Onta +gameMode.adventure=Lenda Indo +gameMode.hardcore=Hrangaendë! +gameMode.changed=Your game mode has been updated + +selectWorld.gameMode=Tyalië Indo: +selectWorld.gameMode.survival=Voronwië +selectWorld.gameMode.survival.line1=Saca natin, tanië, netë +selectWorld.gameMode.survival.line2=sómar, felmë ar maitië +selectWorld.gameMode.creative=Onta +selectWorld.gameMode.creative.line1=Illanwa nati, fairië vilë ar +selectWorld.gameMode.creative.line2=nancarë colcar úlúmë +selectWorld.gameMode.hardcore=Hrangaendë +selectWorld.gameMode.hardcore.line1=Imya vë voronwië indo, ninda anhranga +selectWorld.gameMode.hardcore.line2=hrangië, ar er cuilë +selectWorld.gameMode.adventure=Lenda +selectWorld.gameMode.adventure.line1=Imya vë voronwië indo, ná colcar níemoz +selectWorld.gameMode.adventure.line2=ví napanina ye nancarnë +selectWorld.moreWorldOptions=Ambë Ambaro Cilmi... +selectWorld.mapFeatures=Carë Ampanor: +selectWorld.mapFeatures.info=Mastor, mandor ar amba +selectWorld.mapType=Nostalë Ambarva: +selectWorld.mapType.normal=Sanya +selectWorld.allowCommands=Lavë Ilsanyi: +selectWorld.allowCommands.info=Canier ve /gamemode, /xp +selectWorld.hardcoreMode=Hrangaendë: +selectWorld.hardcoreMode.info=Ambar ná nancarna qualmenna +selectWorld.bonusItems=Exë Mando: + +generator.default=Sanya +generator.flat=Anlára +generator.largeBiomes=Altë Nóri + +selectServer.title=Cilë Natsenúro +selectServer.empty=cumna +selectServer.select=Verya Natsenúronna +selectServer.direct=Tenta Verya +selectServer.edit=Vista +selectServer.delete=Nancarë +selectServer.add=Napanë Natsenúro +selectServer.defaultName=Minecraft Natsenúro +selectServer.deleteQuestion=Ma nalyë tanca merilyë nancarë sina natsenúro? +selectServer.deleteWarning=nauva vanwa oialë! (Lúmi únótimë!) +selectServer.deleteButton=Nancarë +selectServer.refresh=Ceuta +selectServer.hiddenAddress=(Hurin) +addServer.title=Vista Natsenúro Istalë +addServer.enterName=Natsenúro Essë +addServer.enterIp=Natsenúro Tengessë +addServer.add=Carnë +addServer.hideAddress=Nurta Tengessë +lanServer.title=LAN Ambar +lanServer.scanning=Scanning for games on your local network +lanServer.start=Var LAN Ambar +lanServer.otherPlayers=Cilmi Exë Quenin +mcoServer.title=Minecraft Online World + +multiplayer.title=Tyalin Limbëlië +multiplayer.connect=Verya +multiplayer.info1=Minecraft Linquen umë sí telyaina, ná +multiplayer.info2=alailvanya tyastië martëa. +multiplayer.ipinfo=Á tecë i IP natsenúro lelya sanna: + +multiplayer.texturePrompt.line1=Cé meril yuhta tanian combë carmíva sina natsenúrossë. +multiplayer.texturePrompt.line2=Merilyë netë ar tulca sa sairinanen? + +multiplayer.downloadingTerrain=Néta nórë + +multiplayer.stopSleeping=Auta Caima + +chat.link.confirm=Ma nalyë tanca merilyë panta i hilyala natsemen? +chat.link.warning=Áva panta limir quenillon yi umil estel! +chat.copy=Encarë Hyalimpanossë + +menu.playdemo=Tyala Tyastala Ambar +menu.resetdemo=Encarë Tyastala Ambar +demo.day.1=Sina tyastië lemyuva lempë rér tyalliessë, á carë anmárielya! +demo.day.2=Ré Atta +demo.day.3=Ré Neldë +demo.day.4=Ré Canta +demo.day.5=Síra ná métimelya! +demo.day.warning=Tyeldelya úva! +demo.day.6=Avánielyë rélya lempëa, á yuhta F2 rehta emma tanwelyo +demo.reminder=I lúmë tyastala ná vanwa, á manca an i tyalië lemya var á carë vinya Ambar! +demo.remainingTime=Lemyala lúmë: %s +demo.demoExpired=Lúmë tyastala ná vanwa! +demo.help.movement=À yuhta %1$s, %2$s, %3$s, %4$s ar i tenta lelya +demo.help.movementShort=Leva niriénen %1$s, %2$s, %3$s, %4$s +demo.help.movementMouse=Á yéta ilqua i tentanen +demo.help.jump=Capë niriénen %1$s +demo.help.inventory=Á yuhta '%1$s' yéta natilya +demo.help.title=Minecraft Tyastala Indo +demo.help.fullWrapped=Sina tyastië lemyuva 5 rér tyaliessë (har 1 aur ar 40 minuti lúmeva anwa). Á cenda i túri hirë hiutier! Na mára i tyalië lyen! +demo.help.buy=Manca Sí! +demo.help.later=Lemya Tyalë! + +connect.connecting=Veryëa i natsenúronna... +connect.authorizing=Mittëa... +connect.failed=Quellë verya i natsenúronna + +disconnect.genericReason=%s +disconnect.disconnected=Úvernë Natsenúronen +disconnect.lost=Veryalë Vanwa +disconnect.kicked=Úvernë i tyaliello +disconnect.timeout=Lúmë Et +disconnect.closed=Veryalë né holtaina +disconnect.loginFailed=Umë mitta +disconnect.loginFailedInfo=Umë mitta: %s +disconnect.quitting=Metya +disconnect.endOfStream=Metta celumëo +disconnect.overflow=Buffer overflow +disconnect.spam=Mapanë yuhta zolatí + +options.off=ÚYUHTALA +options.on=YUHTALA +options.visible=Cenima +options.hidden=Hurin +options.title=Cilmi +options.controls=Turi... +options.video=Cilmi Cenwë... +options.language=Lambë... +options.languageWarning=Quettar cér alailvanya +options.videoTitle=Cilmi Cenwë +options.music=Lindalë +options.sound=Lamma +options.invertMouse=Nuquérëa +options.fov=Arwa oloswa +options.fov.min=Sanya +options.fov.max=Antara +options.gamma=Calimië +options.gamma.min=Lúna +options.gamma.max=Calima +options.sensitivity=tengwelë +options.sensitivity.min=*yanga* +options.sensitivity.max=ANHORTA!!! +options.renderDistance=Hairië Cenwa +options.renderDistance.tiny=Titta +options.renderDistance.short=Sinta +options.renderDistance.normal=Sanya +options.renderDistance.far=Avahaira +options.viewBobbing=cennyë +options.ao=Pasta Cálë +options.ao.off=Off +options.ao.min=Minimum +options.ao.max=Maximum +options.anaglyph=3-Tië Emmat +options.framerateLimit=Voronwië +options.difficulty=Hrangië +options.difficulty.peaceful=Sérë +options.difficulty.easy=maksa +options.difficulty.normal=Sanya +options.difficulty.hard=Hranga +options.difficulty.hardcore=Hrangaendë +options.graphics=Cenier +options.graphics.fancy=Lárëa +options.graphics.fast=Linta +options.guiScale=GUI Altië +options.guiScale.auto=Immasánala +options.guiScale.small=Níca +options.guiScale.normal=Sanya +options.guiScale.large=Alta +options.advancedOpengl=Arya OpenGL +options.renderClouds=Fanyar +options.farWarning1=Cé meril 64 mit Hyava tulcië +options.farWarning2=yuhta 'háya' hairië cenwa (haryal 32 mit) +options.particles=Asto +options.particles.all=Ilyë +options.particles.decreased=Pinila +options.particles.minimal=Anmis +options.multiplayer.title=Multiplayer Settings... +options.chat.title=Cilmi Pahta... +options.chat.visibility=Pahta +options.chat.visibility.full=Cenima +options.chat.visibility.system=Canier Eressë +options.chat.visibility.hidden=Hurin +options.chat.color=Quili +options.chat.opacity=Illiquis +options.chat.links=Natsë Limir +options.chat.links.prompt=Maquetë Limissen +options.chat.scale=Scale +options.chat.width=Width +options.chat.height.focused=Focused Height +options.chat.height.unfocused=Unfocused Height +options.showCape=Tana Colla +options.serverTextures=Natsenúro Carmi +options.snooper=İzinli Bilgi Aktarımı +options.snooper.view=Bilgi Aktarma Ayarları... +options.snooper.title=Machine Specs Collection +options.snooper.desc=Merilmë hosta istalë nonwalyo manya hanë Minecraft istiénen i lertalmë lavë ar yar nar i antúrë uswi. Ilya istalë sina ná aqua esselóra ar cenima nún. Carilmë vanda i úvalmë olcë nati istalenen sina, mal qui merilyë váquetë sanna tá lertal vistas úyuhtalanna! +options.texture.pack=Texture Packs +options.fullscreen=Fullscreen +options.vsync=Use VSync +options.touchscreen=Touchscreen Mode + +performance.max=Analta Horta +performance.balanced=Estaina +performance.powersaver=Túrë rehtar + +controls.title=Túre + +key.forward=Lim +key.left=Hyarya +key.back=Pontë +key.right=Forya +key.jump=Capë +key.inventory=Natilya +key.drop=Úncama +key.chat=Quetë +key.fog=Hui +key.sneak=Moru +key.playerlist=Nota Queni +key.attack=Mahta +key.use=Yuhta Nat +key.pickItem=Lepta Colca +key.mouseButton=Námas %1$s +key.command=Canë + +texturePack.openFolder=Panta vaitar combeva carmíva +texturePack.title=Á Cilë Combë Carmíva +texturePack.folderInfo=(Á panya hyalini combeva carmíva sís) +texturePack.incompatible=Incompatible + +book.pageIndicator=Hyalin %1$s mi %2$s +book.byAuthor=ló %1$s +book.signButton=Essetecë +book.editTitle=Tecë Essë Parmava: +book.finalizeButton=Essetecë ar Holta +book.finalizeWarning=Ela! Írë essetecel i parma, úvas polë ahya. + +tile.stone.name=Ondo + +tile.grass.name=Salquëcolca +tile.dirt.name=Cemen +tile.stonebrick.name=Sardi +tile.wood.name=Panor +tile.wood.oak.name=Nordo Panor +tile.wood.spruce.name=Sánë Panor +tile.wood.birch.name=Hwindë Panor +tile.wood.jungle.name=Panor Mistetaurëo +tile.sapling.oak.name=Nessa Nordo +tile.sapling.spruce.name=Nessa Sánë +tile.sapling.birch.name=Nessa Hwindë +tile.sapling.jungle.name=Nessa Alda Mistetaurëo +tile.deadbush.name=Hessa Tussa +tile.bedrock.name=Núra Ondo +tile.water.name=Nén +tile.lava.name=Síranárë +tile.sand.name=Litsë +tile.sandStone.name=Litseondo +tile.sandStone.default.name=Litseondo +tile.sandStone.chiseled.name=Nambaina Litseondo +tile.sandStone.smooth.name=Pasta Litseondo +tile.gravel.name=Níca Sardi +tile.oreGold.name=Ondo Maltava +tile.oreIron.name=Ondo Angaina +tile.oreCoal.name=Ondo Ustasardwa +tile.log.name=Toa +tile.log.oak.name=Nordo Toa +tile.log.spruce.name=Sánë Toa +tile.log.birch.name=Hwindë Toa +tile.log.jungle.name=Toa Mistetaurëo +tile.leaves.name=Lassi +tile.leaves.oak.name=Nordo Lassi +tile.leaves.spruce.name=Sánë Lassi +tile.leaves.birch.name=Hwindë Lassi +tile.leaves.jungle.name=Lassi Mistetaurëo +tile.tallgrass.name=Salquë +tile.tallgrass.shrub.name=Tussa +tile.tallgrass.grass.name=Salquë +tile.tallgrass.fern.name=Filquë +tile.sponge.name=Hwan +tile.glass.name=Hyellë +tile.thinGlass.name=Lára Hyellë +tile.cloth.name=Tó +tile.flower.name=Lótë +tile.rose.name=Losillë +tile.mushroom.name=Telumbë +tile.blockGold.name=Maltacolca +tile.blockIron.name=Colca Angaina +tile.stoneSlab.stone.name=Lára Ondo +tile.stoneSlab.sand.name=Lára Litseondo +tile.stoneSlab.wood.name=Lára Panor +tile.stoneSlab.cobble.name=Lára Sardi +tile.stoneSlab.brick.name=Lára Telari +tile.stoneSlab.smoothStoneBrick.name=Lára Telari Ondova +tile.stoneSlab.netherBrick.name=Nether Brick Slab +tile.stoneSlab.quartz.name=Lára Maril +tile.woodSlab.oak.name=Nordo Lára Panor +tile.woodSlab.spruce.name=Lára Morna Panor +tile.woodSlab.birch.name=Lára Calina Panor +tile.woodSlab.jungle.name=Taurë Lára Panor +tile.brick.name=Telari +tile.tnt.name=TNT +tile.bookshelf.name=Parmasarno +tile.stoneMoss.name=Ondo Olvaiva +tile.obsidian.name=Morë Hyellë +tile.torch.name=Lícuma +tile.fire.name=Nárë +tile.mobSpawner.name=Ulundonta +tile.stairsWood.name=Tyeller Nordo +tile.stairsWoodSpruce.name=Tyeller Sánë +tile.stairsWoodBirch.name=Tyeller Hwindë +tile.stairsWoodJungle.name=Tyeller Mistetaurëo +tile.chest.name=Mando +tile.chestTrap.name=Trapped Chest +tile.redstoneDust.name=Carnëondo Asto +tile.oreDiamond.name=Ondo Míreva +tile.blockDiamond.name=Mírëcolca +tile.workbench.name=Tanwesarno +tile.crops.name=Yávier +tile.farmland.name=Resta +tile.furnace.name=Urna +tile.sign.name=Tengwë +tile.doorWood.name=Fenna Tavarwa +tile.ladder.name=Tyeller +tile.rail.name=Angatië +tile.goldenRail.name=Turna Angatië +tile.activatorRail.name=Activator Rail +tile.detectorRail.name=Tir-Angatië +tile.stairsStone.name=Tyeller Ondova +tile.stairsSandStone.name=Tyeller Litseondo +tile.lever.name=Turolwen +tile.pressurePlate.name=Nirmitta +tile.weightedPlate_light.name=Weighted Pressure Plate (Light) +tile.weightedPlate_heavy.name=Weighted Pressure Plate (Heavy) +tile.doorIron.name=Fenna Angaina +tile.oreRedstone.name=Ondo Carnëondova +tile.notGate.name=Carnëondomácálë +tile.button.name=Námas +tile.snow.name=Lossë +tile.ice.name=Helcë +tile.cactus.name=Necelolva +tile.clay.name=Luxo +tile.reeds.name=Linquë +tile.jukebox.name=Lindalecolca +tile.fence.name=Yonwa +tile.fenceGate.name=Yonwando +tile.pumpkin.name=Culinolva +tile.litpumpkin.name=Alta olva +tile.hellrock.name=Angamandondo +tile.hellsand.name=Fëalitsë +tile.lightgem.name=Lúsina Hyellë +tile.portal.name=Sairinafenna +tile.cloth.black.name=Morë Tó +tile.cloth.red.name=Carnë Tó +tile.cloth.green.name=Laica Tó +tile.cloth.brown.name=Varnë Tó +tile.cloth.blue.name=Luinë Tó +tile.cloth.purple.name=Carneluinë Tó +tile.cloth.cyan.name=Laicaluinë Tó +tile.cloth.silver.name=Sindë Tó +tile.cloth.gray.name=Sinda Tó +tile.cloth.pink.name=Silcarnë Tó +tile.cloth.lime.name=Venya Tó +tile.cloth.yellow.name=Malina Tó +tile.cloth.lightBlue.name=Helwa Tó +tile.cloth.magenta.name=Luincarnë Tó +tile.cloth.orange.name=Culuina Tó +tile.cloth.white.name=Tó +tile.oreLapis.name=Ondo Luinë Quilë +tile.blockLapis.name=Luinë Quilë Colca +tile.dispenser.name=Leryar +tile.dropper.name=Dropper +tile.musicBlock.name=Lammacolca +tile.cake.name=Masta +tile.bed.name=Caima +tile.bed.occupied=Quén caitëa caimenna sina +tile.bed.noSleep=Lertal humë er lómessë +tile.bed.notSafe=Lá lertal serë sí, úvanimor nar hari +tile.bed.notValid=Caimalya vanwa hya tampë ná +tile.lockedchest.name=Holtaina Mando +tile.trapdoor.name=Fenna Talamo +tile.web.name=Ungwë +tile.stonebricksmooth.name=Telari Ondova +tile.stonebricksmooth.default.name=Telari Ondova +tile.stonebricksmooth.mossy.name=Mussë ondo telar +tile.stonebricksmooth.cracked.name=Hyarinë Telari Ondova +tile.stonebricksmooth.chiseled.name=Nambaina Telari Ondova +tile.monsterStoneEgg.stone.name=Rauco Augo Ondova +tile.monsterStoneEgg.cobble.name=Rauco Augo Sardiva +tile.monsterStoneEgg.brick.name=Ondo Telar Rauco Augo +tile.pistonBase.name=Nirno +tile.pistonStickyBase.name=Himba Nirno +tile.fenceIron.name=Yonwa Angaina +tile.melon.name=Yávë +tile.stairsBrick.name=Tyeller Telariva +tile.stairsStoneBrickSmooth.name=Tyeller Telar Ondo +tile.vine.name=Liantassi +tile.netherBrick.name=Telar Neserwa +tile.netherFence.name=Telar Neserwa Yonwa +tile.stairsNetherBrick.name=Tyeller Telar Neserwa +tile.netherStalk.name=Sirpë Neserwa +tile.cauldron.name=Cemnaro +tile.enchantmentTable.name=Lúcë Sarno +tile.anvil.name=Anvil +tile.anvil.intact.name=Anvil +tile.anvil.slightlyDamaged.name=Slightly Damaged Anvil +tile.anvil.veryDamaged.name=Very Damaged Anvil +tile.whiteStone.name=Metta Ondo +tile.endPortalFrame.name=Metta Sairinafenna +tile.mycel.name=Hwan +tile.waterlily.name=Nénu +tile.dragonEgg.name=Lócë Augo +tile.redstoneLight.name=Carnëondo Calma +tile.cocoa.name=Lissë erdë +tile.enderChest.name=Metta Mando +tile.oreRuby.name=Ondo Carnimíreva +tile.oreEmerald.name=Ondo Laimíreva +tile.blockEmerald.name=Colca Laimíreva +tile.blockRedstone.name=Block of Redstone +tile.tripWire.name=Tripwire +tile.tripWireSource.name=Tripwire Ampa +tile.commandBlock.name=Command Block +tile.beacon.name=Beacon +tile.beacon.primary=Primary Power +tile.beacon.secondary=Secondary Power +tile.cobbleWall.normal.name=Ramba Sardiva +tile.cobbleWall.mossy.name=Mossy Cobblestone Wall +tile.carrots.name=Sulcar +tile.potatoes.name=Cemenorvar +tile.daylightDetector.name=Daylight Sensor +tile.netherquartz.name=Nether Quartz Ore +tile.hopper.name=Hopper +tile.quartzBlock.default.name=Colca Marilwa +tile.quartzBlock.chiseled.name=Chiseled Quartz Block +tile.quartzBlock.lines.name=Tarma Marilwa +tile.stairsQuartz.name=Tyeller Marilwa + +item.shovelIron.name=Sampa Angava +item.pickaxeIron.name=Ondopelecco Angaina +item.hatchetIron.name=Pelecco Angaina +item.flintAndSteel.name=Sinca ar Erë +item.apple.name=Orva +item.cookie.name=Lemba +item.bow.name=Quinga +item.arrow.name=Pilin +item.coal.name=Ustasar +item.charcoal.name=Ustanetoa +item.diamond.name=Mírë +item.emerald.name=Laimírë +item.ingotIron.name=Anga +item.ingotGold.name=Malta +item.swordIron.name=Macil Angaina +item.swordWood.name=Macil Tavarwa +item.shovelWood.name=Sampa Tavarwa +item.pickaxeWood.name=Ondo Pelecco Tavarwa +item.hatchetWood.name=Pelecco Tavarwa +item.swordStone.name=Macil Ondova +item.shovelStone.name=Sampa Ondova +item.pickaxeStone.name=Ondopelecco Ondova +item.hatchetStone.name=Pelecco Ondova +item.swordDiamond.name=Macil Míreva +item.shovelDiamond.name=Sampa Míreva +item.pickaxeDiamond.name=Ondopelecco Míreva +item.hatchetDiamond.name=Pelecco Míreva +item.stick.name=Olwen +item.bowl.name=Tolpo +item.mushroomStew.name=Telumbesulpa +item.swordGold.name=Macil Maltava +item.shovelGold.name=Sampa Maltava +item.pickaxeGold.name=Ondopelecco Maltava +item.hatchetGold.name=Pelecco Maltava +item.string.name=Lia +item.feather.name=Quessë +item.sulphur.name=Nárasto +item.hoeWood.name=Mahyar Tavarwa +item.hoeStone.name=Mahyar Ondova +item.hoeIron.name=Mahyar Angaina +item.hoeDiamond.name=Mahyar Míreva +item.hoeGold.name=Mahyar Maltava +item.seeds.name=Erdë +item.seeds_pumpkin.name=Culuina Yávë Erdë +item.seeds_melon.name=Yávëo Erdi +item.melon.name=Yávë +item.wheat.name=Orë +item.bread.name=Massa +item.helmetCloth.name=Táta Aluva +item.chestplateCloth.name=Laupë Aluva +item.leggingsCloth.name=Telcu Aluva +item.bootsCloth.name=Hyapatu Aluva +item.helmetChain.name=Cassa Angwendava +item.chestplateChain.name=Ambassë Angwendava +item.leggingsChain.name=Telcu Angwendava +item.bootsChain.name=Hyapatu Angwendava +item.helmetIron.name=Cassa Angaina +item.chestplateIron.name=Ambassë Angaina +item.leggingsIron.name=Telcu Angaina +item.bootsIron.name=Hyapatu Angaina +item.helmetDiamond.name=Cassa Míreva +item.chestplateDiamond.name=Ambassë Míreva +item.leggingsDiamond.name=Telcu Míreva +item.bootsDiamond.name=Hyapatu Míreva +item.helmetGold.name=Cassa Maltava +item.chestplateGold.name=Ambassë Maltava +item.leggingsGold.name=Telcu Maltava +item.bootsGold.name=Hyapatu Maltava +item.flint.name=Sinca +item.porkchopRaw.name=Polco Hrávë +item.porkchopCooked.name=Apsa Polcava +item.chickenRaw.name=Porocëo Hrávë +item.chickenCooked.name=Apsa Poroceva +item.beefRaw.name=Yaxëo Hrávë +item.beefCooked.name=Apsa Yaxeva +item.painting.name=Carmë +item.frame.name=Item Frame +item.appleGold.name=Orva Maltava +item.sign.name=Tengwë +item.doorWood.name=Fenna Tavarwa +item.bucket.name=Calpa +item.bucketWater.name=Calpa Néno +item.bucketLava.name=Calpa Síranáreva +item.minecart.name=Norollë +item.saddle.name=Roccohamma +item.doorIron.name=Fenna Angaina +item.redstone.name=Carnëondo +item.snowball.name=Lossecoron +item.boat.name=Luntë +item.leather.name=Alu +item.milk.name=Síratyur +item.brick.name=Telar +item.clay.name=Máxavar +item.reeds.name=Linqui +item.paper.name=Hyalin +item.book.name=Parma +item.slimeball.name=Coron Meheva +item.minecartChest.name=Norollë as Mando +item.minecartFurnace.name=Norollë as Urna +item.minecartTnt.name=Minecart with TNT +item.minecartHopper.name=Minecart with Hopper +item.egg.name=Ohte +item.compass.name=Ondo Tentëo Coanna +item.fishingRod.name=Lingwëhimya +item.clock.name=Lúma +item.yellowDust.name=Lúsina Hyellë Asto +item.fishRaw.name=Lingwë +item.fishCooked.name=Apsa Lingwiva +item.record.name=Corma Lindaleva +item.bone.name=Axo +item.dyePowder.black.name=Morë Quilë +item.dyePowder.red.name=Carnë Quilë +item.dyePowder.green.name=Laica Quilë +item.dyePowder.brown.name=Varnë Quilë +item.dyePowder.blue.name=Luinë Quilë +item.dyePowder.purple.name=Carneluinë Quilë +item.dyePowder.cyan.name=Laiquaninwa Quilë +item.dyePowder.silver.name=Sindë Quilë +item.dyePowder.gray.name=Mista Quilë +item.dyePowder.pink.name=Silcarnë Quilë +item.dyePowder.lime.name=Venya Quilë +item.dyePowder.yellow.name=Tulca Quilë +item.dyePowder.lightBlue.name=Helwa Quilë +item.dyePowder.magenta.name=Luincarnë Quilë +item.dyePowder.orange.name=Culuina Quilë +item.dyePowder.white.name=Axoporë +item.sugar.name=Lissë +item.cake.name=Masta +item.bed.name=Caima +item.diode.name=Carnëondo Vórima +item.comparator.name=Redstone Comparator +item.map.name=Nórihalmë +item.leaves.name=Lassi +item.shears.name=Aucirno +item.rottenFlesh.name=Saura Larma +item.enderPearl.name=Mettamarilla +item.blazeRod.name=Uryahimya +item.ghastTear.name=Nírë Hortafëo +item.netherStalkSeeds.name=Sirpë Neserwa +item.potion.name=Yulda +item.emptyPotion.name=Olpë Néno +item.goldNugget.name=Maltasar +item.glassBottle.name=Olpë Hyelleva +item.spiderEye.name=Hen Liantëo +item.fermentedSpiderEye.name=Ahyanë Liantë Hen +item.blazePowder.name=Uryamalo +item.magmaCream.name=Coron Síranáreva +item.cauldron.name=Fion +item.brewingStand.name=Yulda Sarno +item.eyeOfEnder.name=Mettahen +item.speckledMelon.name=Rilya Yávë +item.monsterPlacer.name=Onta +item.expBottle.name=Olpë Luhtiëo +item.fireball.name=Nárë Coron +item.writingBook.name=Parma ar Tecil +item.writtenBook.name=Tecina Parma +item.ruby.name=Carnimírë +item.flowerPot.name=Flower Pot +item.emptyMap.name=Empty Map +item.carrots.name=Sulca +item.carrotGolden.name=Sulca Maltava +item.potato.name=Cemenorva +item.potatoBaked.name=Mastaina Cemenorva +item.potatoPoisonous.name=Hloirëa Cemenorva +item.skull.skeleton.name=Skeleton Skull +item.skull.wither.name=Wither Skeleton Skull +item.skull.zombie.name=Úqualino Cas +item.skull.char.name=Cas +item.skull.player.name=Cas ho %s +item.skull.creeper.name=Creeper Head +item.carrotOnAStick.name=Sulca Olwendë +item.netherStar.name=Neser Elen +item.pumpkinPie.name=Pumpkin Pie +item.enchantedBook.name=Luhtaina Parma +item.fireworks.name=Firework Rocket +item.fireworks.flight=Flight Duration: +item.fireworksCharge.name=Firework Star +item.fireworksCharge.black=Morë +item.fireworksCharge.red=Carnë +item.fireworksCharge.green=Laica +item.fireworksCharge.brown=Varnë +item.fireworksCharge.blue=Luinë +item.fireworksCharge.purple=Carneluinë +item.fireworksCharge.cyan=Laicaluinë +item.fireworksCharge.silver=Sindë +item.fireworksCharge.gray=Mista +item.fireworksCharge.pink=Silcarnë +item.fireworksCharge.lime=Venya +item.fireworksCharge.yellow=Malina +item.fireworksCharge.lightBlue=Helwa +item.fireworksCharge.magenta=Luincarnë +item.fireworksCharge.orange=Culuina +item.fireworksCharge.white=Ninquë +item.fireworksCharge.customColor=Custom +item.fireworksCharge.fadeTo=Sinta ana +item.fireworksCharge.flicker=Tintila +item.fireworksCharge.trail=Trail +item.fireworksCharge.type.0=Níca Coron +item.fireworksCharge.type.1=Alta Coron +item.fireworksCharge.type.2=Elencanta +item.fireworksCharge.type.3=Creeper-shaped +item.fireworksCharge.type.4=Rúvina +item.fireworksCharge.type=Unknown Shape +item.netherbrick.name=Telar Neserwa +item.netherquartz.name=Maril Neserwa + +container.inventory=Engwë +container.hopper=Item Hopper +container.crafting=Tanië +container.dispenser=Leryar +container.dropper=Dropper +container.furnace=Urna +container.enchant=Luhta +container.repair=Repair & Name +container.repair.cost=Enchantment Cost: %1$d +container.repair.expensive=Too Expensive! +container.creative=Cilmë Natwa +container.brewing=Yulda Sarno +container.chest=Mando +container.chestDouble=Altë Mando +container.minecart=Norollë +container.enderchest=Metta Mando + +item.dyed=Dyed + +entity.Item.name=Nat +entity.XPOrb.name=Handë Coron +entity.SmallFireball.name=Small Fireball +entity.Fireball.name=Fireball + +entity.Arrow.name=pilin +entity.Snowball.name=Lossëcoron +entity.Painting.name=Carmë + +entity.Mob.name=Rauco +entity.Monster.name=Ulundo + +entity.Creeper.name=Caurër +entity.Skeleton.name=Axoquén +entity.Spider.name=Liantë +entity.Giant.name=Norsa +entity.Zombie.name=Úqualin +entity.Slime.name=Mehe +entity.Ghast.name=Hortafëa +entity.PigZombie.name=Úqualin Polcaquén +entity.Enderman.name=Mettanér +entity.Silverfish.name=Telpelingwë +entity.CaveSpider.name=Hróta Liantë +entity.Blaze.name=Uryalë +entity.LavaSlime.name=Sílanávecolca +entity.MushroomCow.name=Hwanyaxë +entity.Villager.name=Mastomaror +entity.VillagerGolem.name=Anganer +entity.SnowMan.name=Lossener +entity.EnderDragon.name=Mettalócë +entity.WitherBoss.name=Hestar +entity.Witch.name=Curuni + +entity.Pig.name=Polca +entity.Sheep.name=Máma +entity.Cow.name=Yaxë +entity.Chicken.name=Porocë +entity.Squid.name=Mórolingwë +entity.Wolf.name=Narmo +entity.Ozelot.name=Vercayaulë +entity.Cat.name=Yaulë +entity.Bat.name=Bat + +entity.PrimedTnt.name=Colca TNT +entity.FallingSand.name=Lantala Colca + +entity.Minecart.name=Norollë +entity.Boat.name=Luntë + +entity.generic.name=úsinwa + +death.fell.accident.ladder=%1$s fell off a ladder +death.fell.accident.vines=%1$s fell off some vines +death.fell.accident.water=%1$s fell out of the water +death.fell.accident.generic=%1$s fell from a high place +death.fell.killer=%1$s was doomed to fall +death.fell.assist=%1$s was doomed to fall by %2$s +death.fell.assist.item=%1$s was doomed to fall by %2$s using %3$s +death.fell.finish=%1$s was fell too far and was finished by %2$s +death.fell.finish.item=%1$s was fell too far and was finished by %2$s using %3$s + +death.attack.inFire=%1$s went up in flames +death.attack.inFire.player=%1$s walked into fire whilst fighting %2$s +death.attack.onFire=%1$s burned to death +death.attack.onFire.player=%1$s was burnt to a crisp whilst fighting %2$s +death.attack.lava=%1$s tried to swim in lava +death.attack.lava.player=%1$s tried to swim in lava to escape %2$s +death.attack.inWall=%1$s suffocated in a wall +death.attack.drown=%1$s drowned +death.attack.drown.player=%1$s drowned whilst trying to escape %2$s +death.attack.starve=%1$s starved to death +death.attack.cactus=%1$s was pricked to death +death.attack.cactus.player=%1$s walked into a cactus whilst trying to escape %2$s +death.attack.generic=%1$s died +death.attack.explosion=%1$s blew up +death.attack.explosion.player=%1$s was blown up by %2$s +death.attack.magic=%1$s was killed by magic +death.attack.wither=%1$s withered away +death.attack.anvil=%1$s was squashed by a falling anvil +death.attack.fallingBlock=%1$s was squashed by a falling block +death.attack.mob=%1$s was slain by %2$s +death.attack.player=%1$s was slain by %2$s +death.attack.player.item=%1$s was slain by %2$s using %3$s +death.attack.arrow=%1$s was shot by %2$s +death.attack.arrow.item=%1$s was shot by %2$s using %3$s +death.attack.fireball=%1$s was fireballed by %2$s +death.attack.fireball.item=%1$s was fireballed by %2$s using %3$s +death.attack.thrown=%1$s was pummeled by %2$s +death.attack.thrown.item=%1$s was pummeled by %2$s using %3$s +death.attack.indirectMagic=%1$s was killed by %2$s using magic +death.attack.indirectMagic.item=%1$s was killed by %2$s using %3$s +death.attack.thorns=%1$s was killed trying to hurt %2$s +death.attack.fall=%1$s hit the ground too hard +death.attack.outOfWorld=%1$s fell out of the world + +deathScreen.respawn=Entulessë +deathScreen.deleteWorld=Nancarë ambar +deathScreen.titleScreen=Epessëtelta +deathScreen.score=Curunótë +deathScreen.title.hardcore=Tyalië vanwa! +deathScreen.hardcoreInfo=Ualyë polë enonta hrangaendessë! +deathScreen.title=Firnelyë! +deathScreen.leaveServer=Auta natsenúronna + +potion.empty=Munta +potion.moveSpeed=Horta +potion.moveSlowdown=Lencar +potion.digSpeed=Ormë +potion.digSlowDown=Sapië Lumbië +potion.damageBoost=Tuo +potion.weakness=Milie +potion.heal=Lúmenca Mainárë +potion.harm=Lúmenca Naicelë +potion.jump=Amba Capë +potion.confusion=Quámë +potion.regeneration=Envinyatië +potion.resistance=Nornie +potion.fireResistance=Nárë Nornië +potion.waterBreathing=Nén Súyië +potion.invisibility=Alacénimië +potion.blindness=Alacenië +potion.nightVision=Lómë Olos +potion.hunger=Maitië +potion.poison=Sangwa +potion.wither=Hestalë + +potion.moveSpeed.postfix=Yulda Lintiéva +potion.moveSlowdown.postfix=Yulda Lenciéva +potion.digSpeed.postfix=Yulda Ormeva +potion.digSlowDown.postfix=Yulda Úmaiciéva +potion.damageBoost.postfix=Yulda Tuova +potion.weakness.postfix=Yulda Miliéva +potion.heal.postfix=Yulda Envinyatiéva +potion.harm.postfix=Yulda Qualmë +potion.jump.postfix=Yulda Capiéva +potion.confusion.postfix=Yulda Quámeva +potion.regeneration.postfix=Sle'm de Reg'ula +potion.resistance.postfix=Yulda Norniéva +potion.fireResistance.postfix=Yulda Nárë Norniéva +potion.waterBreathing.postfix=Yulda Nén Suieva +potion.invisibility.postfix=Yulda Alacénimiéva +potion.blindness.postfix=Yulda Alaceniéva +potion.nightVision.postfix=Yulda Lómë Ceniéva +potion.hunger.postfix=Yulda Maitiéva +potion.poison.postfix=Yulda Sangwava +potion.wither.postfix=Potion of Decay + +potion.potency.0= +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV + +potion.prefix.grenade=Rúvina +potion.prefix.mundane=Sanya +potion.prefix.uninteresting=Latercen +potion.prefix.bland=lissë +potion.prefix.clear=Liquirwa +potion.prefix.milky=Síratyurëa +potion.prefix.diffuse=Laliquis +potion.prefix.artless=Carmelóra +potion.prefix.thin=Lenwa +potion.prefix.awkward=Hranga +potion.prefix.flat=Lára +potion.prefix.bulky=Carmelóra +potion.prefix.bungling=Númanauco +potion.prefix.buttered=Palpatyurusírimayaxë +potion.prefix.smooth=Pasta +potion.prefix.suave=Nostalë +potion.prefix.debonair=Seyúvëa +potion.prefix.thick=Tiuca +potion.prefix.elegant=Vanima +potion.prefix.fancy=Lárëa +potion.prefix.charming=Melwa +potion.prefix.dashing=Vanima +potion.prefix.refined=Poicaina +potion.prefix.cordial=Nilda +potion.prefix.sparkling=Tinwë +potion.prefix.potent=Polda +potion.prefix.foul=Saura +potion.prefix.odorless=Olmelóra +potion.prefix.rank=Holwëa +potion.prefix.harsh=Naraca +potion.prefix.acrid=Saura +potion.prefix.gross=Aqua +potion.prefix.stinky=Holwëa + +enchantment.damage.all=Maikanë +enchantment.damage.undead=taram +enchantment.damage.arthropods=Atalantë Liantion +enchantment.knockback=Nampetië +enchantment.fire=Lúcë Náreva +enchantment.protect.all=Varyalë +enchantment.protect.fire=urya varyie +enchantment.protect.fall=Quessë Lantië +enchantment.protect.explosion=Terhátë Varyalë +enchantment.protect.projectile=Pilin Cauma +enchantment.oxygen=Súlë +enchantment.waterWorker=Nénmótë +enchantment.digging=Hanië +enchantment.untouching=Samindappalë +enchantment.durability=Ilrácina +enchantment.lootBonus=Mapië +enchantment.lootBonusDigger=Alma +enchantment.arrowDamage=Túrë +enchantment.arrowFire=Nár +enchantment.arrowKnockback=Mala Pilin +enchantment.arrowInfinite=Unmetta +enchantment.thorns=Neceli + +enchantment.level.1=I +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.level.10=X + +gui.achievements=Túri +gui.stats=Turenóter + +stat.generalButton=Alasatya +stat.blocksButton=Colcar +stat.itemsButton=Nati + +stat.used=Lúmi Yuhtainë +stat.mined=Lúmi Sapainë +stat.depleted=aure lost +stat.crafted=Lúmi Tannë + +stat.startGame=Lúmi Tyalinë +stat.createWorld=Ambari Tyalinë +stat.loadWorld=Rehtainar hostainë +stat.joinMultiplayer=Linquen veryali +stat.leaveGame=Tyalier metyainë + +stat.playOneMinute=Lúmë Tyalina + +stat.walkOneCm=Hayassë Vantaina +stat.fallOneCm=Hayassë Lantaina +stat.swimOneCm=Hayassë Lelyaina terë Nén +stat.flyOneCm=Hayassë Vilda +stat.climbOneCm=Hayassë Rostanen +stat.diveOneCm=haitanén +stat.minecartOneCm=Hayassë Norollenen +stat.boatOneCm=Hayassë Luntenen +stat.pigOneCm=Hayassë Polcanen +stat.jump=Haloiti +stat.drop=Nati Hehtanë + +stat.damageDealt=Nwalma Antanë +stat.damageTaken=Nwalma Camnë +stat.deaths=Nótë Qualmëon +stat.mobKills=Nahtali Raucoiva +stat.playerKills=Nahtali Queniva +stat.fishCaught=Lingwi Remnë + +stat.mineBlock=%1$s Carna +stat.craftItem=%1$s Carnë +stat.useItem=%1$s Yuhtanë +stat.breakItem=%1$s Vanwa Ná + +achievement.get=Túrë Neta! + +achievement.taken=Mapana! + +achievement.requires=Mauya lyen harya '%1$s' +achievement.openInventory=Nota Natilya +achievement.openInventory.desc=Á nirë '%1$s' yéta natilya. +achievement.mineWood=Néta Toa +achievement.mineWood.desc=Á nalanta alda tenna taurina mitta ettuli +achievement.buildWorkBench=Tano +achievement.buildWorkBench.desc=Á carë tanwesarno colcainen canta panoro +achievement.buildPickaxe=Lúmë Sapa! +achievement.buildPickaxe.desc=Á yuhta panor ar olwenni carë ondopelecco +achievement.buildFurnace=Urquenë +achievement.buildFurnace.desc=Á care urna sardinen tolto +achievement.acquireIron=Neta Anga +achievement.acquireIron.desc=Á carë anga +achievement.buildHoe=I Lúmë Rerë! +achievement.buildHoe.desc=Á yuhta panor ar olwenni carë mahyar +achievement.makeBread=Masta Massa +achievement.makeBread.desc=Á carë massa orenen +achievement.bakeCake=I Furë +achievement.bakeCake.desc=Orë, lissë, síratyur ar augor! +achievement.buildBetterPickaxe=ortaharya +achievement.buildBetterPickaxe.desc=Á tanë arya ondopelecco +achievement.cookFish=Mára Lingwë +achievement.cookFish.desc=Mapë ar masta lingwë! +achievement.onARail=Angatiessë +achievement.onARail.desc=Á lelya norollenen rangar húmë yallo vannelyë +achievement.buildSword=Lúmë Petë! +achievement.buildSword.desc=Á yuhta panor ar olwenni carë macil +achievement.killEnemy=Ulundoroimë +achievement.killEnemy.desc=Á nahta ulundo +achievement.killCow=Yaxerihtar +achievement.killCow.desc=Yávië alu +achievement.flyPig=Írë Polcar Vilir +achievement.flyPig.desc=Á vila polca ollollo +achievement.snipeSkeleton=Mahtië Quingatwa +achievement.snipeSkeleton.desc=Á nahta axoquén pilinnen amba lá rangarello 50 +achievement.diamonds=MÍRI! +achievement.diamonds.desc=Á camë míri tammanen angaina +achievement.portal=Maurë na Lelya Núra +achievement.portal.desc=Á carë cairinafenna Undumenna +achievement.ghast=Nanwenë Mentarenna +achievement.ghast.desc=Á nahta Hortafëa nárcoronnen +achievement.blazeRod=Nárenna +achievement.blazeRod.desc=Mapa himya Uryaleva +achievement.potion=Síssë Miruvorcarë +achievement.potion.desc=Onta yulda +achievement.theEnd=I Metta? +achievement.theEnd.desc=Á Hira i Metta +achievement.theEnd2=I Metta. +achievement.theEnd2.desc=Á Nahta i Mettalócë +achievement.enchantments=Luhtar +achievement.enchantments.desc=Á yuhta parma, morë hyellë ar míri carë lúcë sarno +achievement.overkill=Ornahta +achievement.overkill.desc=Á anta hóni tolto nwalmo erya pétenen +achievement.bookcase=Istyar +achievement.bookcase.desc=Á carë parmasarnoli yantya lúcë sarnolya + +commands.generic.exception=Úsína raica martanë írë nevë carë sina canië +commands.generic.syntax=Raica canta canieva +commands.generic.player.notFound=Tana nassë umë polë hirë +commands.generic.notFound=Úsína canië. Á nev /alya cenë i canier. +commands.generic.num.invalid='%s' umë téra nótë +commands.generic.num.tooSmall=I nótë i etéciel (%d) ná acca níca, umes polë návë nu %d +commands.generic.num.tooBig=I nótë i etéciel (%d) ná acca alta, umes polë návë or %d +commands.generic.double.tooSmall=The number you have entered (%.2f) is too small, it must be at least %.2f +commands.generic.double.tooBig=The number you have entered (%.2f) is too big, it must be at most %.2f +commands.generic.usage=Yuhtië: %s + +commands.xp.failure.widthdrawXp=Cannot give player negative experience points +commands.xp.success=Antaina %d handë ana %s +commands.xp.success.levels=Given %d levels to %s +commands.xp.success.negative.levels=Taken %d levels from %s +commands.xp.usage=/xp [player] OR /xp L [player] +commands.give.usage=/anta [nótë] [hyar] +commands.give.notFound=Nat úmë harya ID %d +commands.give.success=Antaina %s (ID %d) * %d ana %s +commands.effect.usage=/effect [seconds] [amplifier] +commands.effect.notFound=There is no such mob effect with ID %d +commands.effect.success=Given %1$s (ID %2$d) * %3$d to %4$s for %5$d seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.enchant.usage=/enchant [level] +commands.enchant.notFound=There is no such enchantment with ID %d +commands.enchant.noItem=The target doesn't hold an item +commands.enchant.cantEnchant=The selected enchantment can't be added to the target item +commands.enchant.cantCombine=%1$s can't be combined with %2$s +commands.enchant.success=Enchanting succeeded +commands.clear.usage=/clear [item] [data] +commands.clear.success=Cleared the inventory of %s, removing %d items +commands.clear.failure=Could not clear the inventory of %s, no items to remove +commands.downfall.success=Vistaina atalantë +commands.time.usage=/lúmë +commands.time.added=Napanina %d i lúmen +commands.time.set=Panya i lúmë ier %d +commands.players.list=%d/%d queni nar sís: +commands.banlist.ips=Eär %d avanwë IP tengessi: +commands.banlist.players=Eär %d avanwë queni: +commands.banlist.usage=/avanwanotië [ip tengessi|queni] +commands.kick.success=Mapanë %s tyaliello +commands.kick.success.reason=Mapanë %s tyaliello: '%s' +commands.kick.usage=/mapa [casta ...] +commands.op.success=Car %s aran +commands.op.usage=/op +commands.deop.success=Mapaaran va %s +commands.deop.usage=/deop +commands.say.usage=/quetë +commands.ban.success=Avaquentë quén %s +commands.ban.usage=/ban [casta...] +commands.unban.success=Alavaquentë quén %s +commands.unban.usage=/avatyarë +commands.banip.invalid=Etéciel raica IP nómë hya nassë ye umë sís +commands.banip.success=Avaquentë IP tengessë %s +commands.banip.success.players=Avaquentë IP tengessë %s va %s +commands.banip.usage=/ban-ip [casta...] +commands.unbanip.invalid=Etécielyë raica IP tengessë +commands.unbanip.success=Alavaquentë IP tengessë %s +commands.unbanip.usage=/pardon-ip +commands.save.enabled=Quernë yuhtala Ambar immasánala rehtië +commands.save.disabled=Quernë úyuhtala Ambar immasánala rehtië +commands.save.start=Rehtië... +commands.save.success=Rehtanë Ambar +commands.save.failed=Rehtië umë: %s +commands.stop.start=Pustië i natsenúro +commands.tp.success=Rúmanë %s ana %s +commands.tp.success.coordinates=Teleported %s to %.2f,%.2f,%.2f +commands.tp.usage=/tp [merna quen] HYA /tp [merna quen] +commands.tp.notSameDimension=Unable to teleport because players are not in the same dimension +commands.whitelist.list=hostainier %d(et ur %d) +commands.whitelist.enabled=Quernë yuhtala i ninquë notië +commands.whitelist.disabled=Quernë úyuhtala i ninquë notië +commands.whitelist.reloaded=Enhostaina i ninquë notië +commands.whitelist.add.success=Napannë %s i ninquë notienna +commands.whitelist.add.usage=/whitelist add +commands.whitelist.remove.success=Nancarnë %s i ninquë notiello +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.scoreboard.usage=/scoreboard +commands.scoreboard.teamNotFound=No team was found by the name '%s' +commands.scoreboard.objectiveNotFound=No objective was found by the name '%s' +commands.scoreboard.objectiveReadOnly=The objective '%s' is read-only and cannot be set +commands.scoreboard.objectives.usage=/scoreboard objectives +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [objective] +commands.scoreboard.objectives.setdisplay.invalidSlot=No such display slot '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Cleared objective display slot '%s' +commands.scoreboard.objectives.setdisplay.successSet=Set the display objective in slot '%s' to '%s' +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [display name ...] +commands.scoreboard.objectives.add.wrongType=Invalid objective criteria type. Valid types are: %s +commands.scoreboard.objectives.add.alreadyExists=An objective with the name '%s' already exists +commands.scoreboard.objectives.add.tooLong=The name '%s' is too long for an objective, it can be at most %d characters long +commands.scoreboard.objectives.add.displayTooLong=The display name '%s' is too long for an objective, it can be at most %d characters long +commands.scoreboard.objectives.add.success=Added new objective '%s' successfully +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.remove.success=Removed objective '%s' successfully +commands.scoreboard.objectives.list.count=Showing %d objective(s) on scoreboard +commands.scoreboard.objectives.list.entry=- %s: displays as '%s' and is type '%s' +commands.scoreboard.objectives.list.empty=There are no objectives on the scoreboard +commands.scoreboard.players.usage=/scoreboard players +commands.scoreboard.players.set.success=Set score of %s for player %s to %d +commands.scoreboard.players.set.usage=/scoreboard players set +commands.scoreboard.players.add.usage=/scoreboard players add +commands.scoreboard.players.remove.usage=/scoreboard players remove +commands.scoreboard.players.reset.usage=/scoreboard players reset +commands.scoreboard.players.reset.success=Reset all scores of player %s +commands.scoreboard.players.list.count=Showing %d tracked players on the scoreboard +commands.scoreboard.players.list.empty=There are no tracked players on the scoreboard +commands.scoreboard.players.list.player.count=Showing %d tracked objective(s) for %s +commands.scoreboard.players.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.players.list.player.empty=Player %s has no scores recorded +commands.scoreboard.teams.usage=/scoreboard teams +commands.scoreboard.teams.add.usage=/scoreboard teams add [display name ...] +commands.scoreboard.teams.add.alreadyExists=A team with the name '%s' already exists +commands.scoreboard.teams.add.tooLong=The name '%s' is too long for a team, it can be at most %d characters long +commands.scoreboard.teams.add.displayTooLong=The display name '%s' is too long for a team, it can be at most %d characters long +commands.scoreboard.teams.add.success=Added new team '%s' successfully +commands.scoreboard.teams.list.usage=/scoreboard teams list [name] +commands.scoreboard.teams.list.count=Showing %d teams on the scoreboard +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' has %3$d players +commands.scoreboard.teams.list.empty=There are no teams registered on the scoreboard +commands.scoreboard.teams.list.player.count=Showing %d player(s) in team %s +commands.scoreboard.teams.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.teams.list.player.empty=Team %s has no players +commands.scoreboard.teams.empty.usage=/scoreboard teams clear +commands.scoreboard.teams.empty.alreadyEmpty=Team %s is already empty, cannot remove nonexistant players +commands.scoreboard.teams.empty.success=Removed all %d player(s) from team %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.remove.success=Removed team %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [player] +commands.scoreboard.teams.join.success=Added %d player(s) to team %s: %s +commands.scoreboard.teams.join.failure=Could not add %d player(s) to team %s: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [player] +commands.scoreboard.teams.leave.success=Removed %d player(s) from their teams: %s +commands.scoreboard.teams.leave.failure=Could not remove %d player(s) from their teams: %s +commands.scoreboard.teams.leave.noTeam=You are not in a team +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.option.noValue=Valid values for option %s are: %s +commands.scoreboard.teams.option.success=Set option %s for team %s to %s +commands.gamemode.success.self=Panina tyalië indolya ier %s +commands.gamemode.success.other=Panya tyalië indo va %s ana %s +commands.gamemode.usage=/tyaliëindo [quén] +commands.defaultgamemode.usage=/defaultgamemode +commands.defaultgamemode.success=I ambar sanya tyalië indo ná sí %s +commands.me.usage=/me +commands.help.header=--- Tanëa sámo hyalin %d mi %d (/help ) --- +commands.help.footer=Alyië: Á yuhta i námas írë tecë canië telya i canië var costierya +commands.help.usage=/help [hyalin|canwa essë] +commands.publish.started=Síssë tyalië kátána yuhtala %s +commands.publish.failed=uêlbišch te hãste Ľocĭ gëmincs +commands.debug.start=Started debug profiling +commands.debug.stop=Stopped debug profiling after %.2f seconds (%d ticks) +commands.debug.notStarted=Can't stop profiling when we haven't started yet! +commands.debug.usage=/debug +commands.message.usage=/tell +commands.message.sameTarget=You can't send a private message to yourself! +commands.message.display.outgoing=You whisper to %s: %s +commands.message.display.incoming=%s whispers to you: %s +commands.difficulty.usage=/difficulty +commands.difficulty.success=Set game difficulty to %s +commands.spawnpoint.usage=/spawnpoint HYA /spawnpoint HYA /spawnpoint +commands.spawnpoint.success=Set %s's spawn point to (%d, %d, %d) +commands.gamerule.usage=/gamerule OR /gamerule +commands.gamerule.success=Game rule has been updated +commands.gamerule.norule=No game rule called '%s' is available +commands.weather.usage=/weather [duration in seconds] +commands.weather.clear=Changing to clear weather +commands.weather.rain=Changing to rainy weather +commands.weather.thunder=Changing to rain and thunder +commands.testfor.usage=/testfor +commands.testfor.failed=/testfor is only usable by commandblocks with analog output + +itemGroup.buildingBlocks=Colcar Cárala +itemGroup.decorations=Netya Colcar +itemGroup.redstone=Carniondo +itemGroup.transportation=Levlé +itemGroup.misc=Exë Nat +itemGroup.search=Hirengwë +itemGroup.food=Matso +itemGroup.tools=Tammar +itemGroup.combat=Mahtië +itemGroup.brewing=Onta +itemGroup.materials=Mára Engwë +itemGroup.inventory=Raxë Lé Engwë + +inventory.binSlot=Á nahta Jantë + +advMode.setCommand=Set Console Command for Block +advMode.command=Console Command +advMode.nearestPlayer=Use "@p" to target nearest player +advMode.randomPlayer=Use "@r" to target random player +advMode.allPlayers=Use "@a" to target all players + +advMode.notEnabled=Command blocks are not enabled on this server +advMode.notAllowed=Must be an opped player in creative mode + +mco.title=Minecraft Realms +mco.selectServer.select=Join Server +mco.selectServer.configure=Configure +mco.selectServer.create=Create World +mco.selectServer.moreinfo=More Info + +mco.configure.world.edit.title=Edit World + +mco.configure.world.title=Configure World +mco.configure.world.name=Name +mco.configure.world.description=Description +mco.configure.world.location=Location +mco.configure.world.invited=Invited +mco.configure.world.buttons.edit=Edit +mco.configure.world.buttons.reset=Reset World +mco.configure.world.buttons.done=Done +mco.configure.world.buttons.delete=Delete +mco.configure.world.buttons.open=Open World +mco.configure.world.buttons.close=Close World +mco.configure.world.buttons.invite=Invite +mco.configure.world.buttons.uninvite=Uninvite +mco.configure.world.buttons.subscription=Subscription +mco.configure.world.invite.profile.name=Name +mco.configure.world.uninvite.question=Are you sure that you want to uninvite + +mco.configure.world.subscription.title=Subscription Info +mco.configure.world.subscription.daysleft=Days Left +mco.configure.world.subscription.start=Start Date +mco.configure.world.subscription.extend=Extend + +mco.create.world.location.title=Locations +mco.create.world.location.warning=You may not get the exact location you select +mco.create.world.wait=Creating the world... + +mco.reset.world.title=Reset World +mco.reset.world.warning=This will permanently delete your world! +mco.reset.world.seed=Seed (Optional) +mco.reset.world.resetting.screen.title=Resetting World... + +mco.configure.world.close.question.line1=Your world will become unavailable. +mco.configure.world.close.question.line2=Are you sure you want to do that? + +mco.connect.connecting=Connecting to the online server... +mco.connect.authorizing=Logging in... +mco.connect.failed=Failed to connect to the online server + +mco.create.world=Create + diff --git a/1.5.2/lang/ro_RO.lang b/1.5.2/lang/ro_RO.lang new file mode 100644 index 00000000..c1de35ce --- /dev/null +++ b/1.5.2/lang/ro_RO.lang @@ -0,0 +1,1293 @@ +#X-Generator: crowdin.net + +language.name=Română +language.region=RO +language.code=ro_RO + +gui.done=Terminat +gui.cancel=Anulare +gui.back=Back +gui.toMenu=Înapoi la meniul principal +gui.up=Sus +gui.down=Jos +gui.yes=Da +gui.no=Nu + +menu.singleplayer=Singleplayer +menu.multiplayer=Multiplayer +menu.online=Minecraft Realms +menu.options=Opţiuni... +menu.quit=Închide Jocul +menu.returnToMenu=Salvaţi şi ieşiţi la ecranul de start +menu.disconnect=Deconectare +menu.returnToGame=Înapoi la joc +menu.switchingLevel=Schimbarea lumii +menu.generatingLevel=Generare de lume +menu.loadingLevel=Incarcarea lumii +menu.generatingTerrain=Construirea terenului +menu.convertingLevel=Convertirea lumii +menu.simulating=Se simuleaza lumea pentru o secunda +menu.respawning=Reînviere +menu.shareToLan=Deschiderea in LAN + +selectWorld.title=Selectează Lumea +selectWorld.empty=gol +selectWorld.world=Lume +selectWorld.select=Joacă Lumea Selectată +selectWorld.create=Creează o Lume Nouă +selectWorld.recreate=Recreeaza +selectWorld.createDemo=Joacă o Lume Nouă Demonstrativă +selectWorld.delete=Şterge +selectWorld.rename=Redenumeşte +selectWorld.deleteQuestion=Sigur doreşti să ştergi această lume? +selectWorld.deleteWarning=va fi pierdută pentru totdeauna! (Un timp foarte lung!) +selectWorld.deleteButton=Şterge +selectWorld.renameButton=Redenumeşte +selectWorld.renameTitle=Redenumește Lumea +selectWorld.conversion=Trebuie sa fie convertită! +selectWorld.newWorld=Lume Nouă +selectWorld.newWorld.copyOf=Copia %s +selectWorld.enterName=Numele Lumii +selectWorld.resultFolder=Va fi salvată în: +selectWorld.enterSeed=Seed pentru Generatorul de Lumi +selectWorld.seedInfo=Lasă necompletat pentru un seed aleatoriu +selectWorld.cheats=Coduri +selectWorld.customizeType=Personalizeaza + +createWorld.customize.presets=Presetări +createWorld.customize.presets.title=Seleceaza o presetare +createWorld.customize.presets.select=Foloseste o presetare +createWorld.customize.presets.share=Vrei sa imparti presetarea ta cu cineva? Foloseste chenarul de mai jos! +createWorld.customize.presets.list=Alternati, aici sunt unele pe care le-am facut mai devreme! +createWorld.customize.flat.title=Personalizarea lumii Superflat +createWorld.customize.flat.tile=Strat de Material +createWorld.customize.flat.height=Înălţime +createWorld.customize.flat.addLayer=Adauga un strat +createWorld.customize.flat.editLayer=Editeaza un strat +createWorld.customize.flat.removeLayer=Elimineaza un strat +createWorld.customize.flat.layer.top=Sus - %d +createWorld.customize.flat.layer=%d +createWorld.customize.flat.layer.bottom=Jos - %d + +gameMode.survival=Modul de Supraviețuire +gameMode.creative=Modul Creativ +gameMode.adventure=Modul Aventura +gameMode.hardcore=Modul Extrem! +gameMode.changed=Modul de joc a fost actualizat + +selectWorld.gameMode=Modul de Joc: +selectWorld.gameMode.survival=Supravieţuire +selectWorld.gameMode.survival.line1=Caută resurse, creează, câştigă +selectWorld.gameMode.survival.line2=nivele, sănătate şi foame +selectWorld.gameMode.creative=Creativ +selectWorld.gameMode.creative.line1=Resurse nelimitate, zbor liber şi +selectWorld.gameMode.creative.line2=distruge blocuri instantaneu +selectWorld.gameMode.hardcore=Extrem +selectWorld.gameMode.hardcore.line1=La fel ca modul de supraviețuire, blocat la cel mai greu +selectWorld.gameMode.hardcore.line2=dificultate, şi o singură viaţă +selectWorld.gameMode.adventure=Aventură +selectWorld.gameMode.adventure.line1=La fel ca in modul de supravietuire, dar blocurile nu pot +selectWorld.gameMode.adventure.line2=fii adaugate sau eliminate +selectWorld.moreWorldOptions=Mai multe opţiuni pentru lume... +selectWorld.mapFeatures=Generează structuri: +selectWorld.mapFeatures.info=Sate, temniţe etc +selectWorld.mapType=Tipul de lume: +selectWorld.mapType.normal=Normală +selectWorld.allowCommands=Permite Coduri: +selectWorld.allowCommands.info=Commenzi ca /gamemode, /xp +selectWorld.hardcoreMode=Extrem: +selectWorld.hardcoreMode.info=Lumea este ştearsă la moarte +selectWorld.bonusItems=Cufar bonus + +generator.default=Implicit +generator.flat=Super Plat +generator.largeBiomes=Climate Mari + +selectServer.title=Selectează Serverul +selectServer.empty=gol +selectServer.select=Intră pe Server +selectServer.direct=Conectare Directă +selectServer.edit=Modifică +selectServer.delete=Şterge +selectServer.add=Adaugă server +selectServer.defaultName=Server Minecraft +selectServer.deleteQuestion=Sigur doreşti sa elimini acest server? +selectServer.deleteWarning=va fi pierdut pentru totdeauna! (Un timp foarte lung!) +selectServer.deleteButton=Şterge +selectServer.refresh=Reîmprospătează +selectServer.hiddenAddress=(Ascuns) +addServer.title=Editează Informațiile Serverului +addServer.enterName=Nume Server +addServer.enterIp=Adresă Server +addServer.add=Gata +addServer.hideAddress=Ascunde adresa +lanServer.title=Lume in LAN +lanServer.scanning=Scanning for games on your local network +lanServer.start=Porneste lumea LAN +lanServer.otherPlayers=Setările pentru alţi jucători +mcoServer.title=Minecraft on-line lume + +multiplayer.title=Joacă în Multiplayer +multiplayer.connect=Conectează-te +multiplayer.info1=Multiplayerul pentru Minecraft nu este încă terminat, dar +multiplayer.info2=Se desfasoara un test de buguri. +multiplayer.ipinfo=Introduceți IP-ul unui server pentru a vă conecta pe el: + +multiplayer.texturePrompt.line1=Acest server recomandă utilizarea unui pachet de texturi propriu. +multiplayer.texturePrompt.line2=Doriți să-l descărcați și să-l instalati automatic? + +multiplayer.downloadingTerrain=Se descarcă terenul + +multiplayer.stopSleeping=Părăseşte Patul + +chat.link.confirm=Sunteţi sigur că doriţi să deschideţi site-ul urmator? +chat.link.warning=Niciodata nu deschideţi linkuri de la persoane în care nu aveţi încredere! +chat.copy=Copiază + +menu.playdemo=Joacă Lumea Demonstrativă +menu.resetdemo=Resetează Lumea Demonstrativă +demo.day.1=Acest demo ține cinci zile, dă tot ce ai mai bun! +demo.day.2=Ziua doi +demo.day.3=Ziua trei +demo.day.4=Ziua patru +demo.day.5=Aceasta este ultima ta zi! +demo.day.warning=Timpul tău aproape s-a terminat! +demo.day.6=Ai trecut de cea de-a cincea zi, apasă F2 pentru a salva o captură de ecran +demo.reminder=Timpul pentru demo a expirat, cumpărați jocul pentru a continua sau începeți o lume nouă! +demo.remainingTime=Timp rămas: %s +demo.demoExpired=Timpul jocului demonstrativ a expirat! +demo.help.movement=Folosește %1$s, %2$s, %3$s, %4$s și mouse-ul pentru a te plimba prin împrejurimi +demo.help.movementShort=Miscă-te folosind %1$s, %2$s, %3$s, %4$s +demo.help.movementMouse=Uităte împrejur folosind mouse-ul +demo.help.jump=Apăsati %1$s pentru a sări +demo.help.inventory=Utilizați %1$s pentru a deschide inventarul +demo.help.title=Modul Demonstrativ Minecraft +demo.help.fullWrapped=Acest demo va dura 5 zile în joc (în jur de 1 ora şi 40 de minute in realitate). Verifică premiile pentru indicii! Distractie placută! +demo.help.buy=Cumpără acum! +demo.help.later=Continuă! + +connect.connecting=Conectare la server... +connect.authorizing=Autentificare... +connect.failed=Nu a reușit să se conecteze la server + +disconnect.genericReason=%s +disconnect.disconnected=Deconectat de către Server +disconnect.lost=Conexiune Pierdută +disconnect.kicked=A fost dat(ă) afară din joc +disconnect.timeout=Deconectat +disconnect.closed=Conexiune terminată +disconnect.loginFailed=Nu a reușit să se autentifice +disconnect.loginFailedInfo=Nu a reușit să se autentifice: %s +disconnect.quitting=Renunțare +disconnect.endOfStream=Capăt de fir +disconnect.overflow=Memorie supraîncărată +disconnect.spam=Lovi cu piciorul de spamming prin reţele + +options.off=INACTIV +options.on=ACTIV +options.visible=Vizibil +options.hidden=Ascuns +options.title=Opțiuni +options.controls=Controale... +options.video=Setări Video... +options.language=Limbă... +options.languageWarning=Traducerile nu pot fi corecte 100% +options.videoTitle=Setări Video +options.music=Muzică +options.sound=Sunet +options.invertMouse=Inversează Mouse +options.fov=Câmp de Vedere +options.fov.min=Normal +options.fov.max=Quake Pro +options.gamma=Luminozitate +options.gamma.min=Întunecat +options.gamma.max=Luminos +options.sensitivity=Sensibilitate +options.sensitivity.min=*căscat* +options.sensitivity.max=VITEZĂ MAXIMĂ!!! +options.renderDistance=Distanța de Redare +options.renderDistance.tiny=Foarte mică +options.renderDistance.short=Scurt +options.renderDistance.normal=Normal +options.renderDistance.far=Departe +options.viewBobbing=Clătinare privire +options.ao=Lumină Fină +options.ao.off=Off +options.ao.min=Minimum +options.ao.max=Maximum +options.anaglyph=Anaglifă 3D +options.framerateLimit=Performanţă +options.difficulty=Dificultate +options.difficulty.peaceful=Paşnic +options.difficulty.easy=Uşor +options.difficulty.normal=Normal +options.difficulty.hard=Greu +options.difficulty.hardcore=Extrem +options.graphics=Grafică +options.graphics.fancy=Atractiv +options.graphics.fast=Rapid +options.guiScale=Scalare Interfață +options.guiScale.auto=Automat +options.guiScale.small=Mic +options.guiScale.normal=Mediu +options.guiScale.large=Mare +options.advancedOpengl=OpenGL Avansat +options.renderClouds=Nori +options.farWarning1=Este recomandată o instalare Java de 64 de biţi +options.farWarning2=pentru redarea distanţei "Departe" (aveţi 32 de biţi) +options.particles=Particule +options.particles.all=Toate +options.particles.decreased=Scăzut +options.particles.minimal=Minim +options.multiplayer.title=Setări de multiplayer... +options.chat.title=Setările Chat +options.chat.visibility=Chat +options.chat.visibility.full=Vizibil +options.chat.visibility.system=Doar Comenzi +options.chat.visibility.hidden=Ascuns +options.chat.color=Culori +options.chat.opacity=Opacitate +options.chat.links=Link-uri Web +options.chat.links.prompt=Întrebări la Link-uri +options.chat.scale=Scară +options.chat.width=Lăţime +options.chat.height.focused=Focused Înălțime +options.chat.height.unfocused=nefocalizat înălțime +options.showCape=Arata mantiile +options.serverTextures=Texturile Server-ului +options.snooper=Permite modul Snooper +options.snooper.view=Setarile modului Snooper... +options.snooper.title=Specificații mașină de colecție +options.snooper.desc=Dorim să colecteze informații despre mașina dvs. pentru a ajuta la îmbunătățirea Minecraft de a ști ce putem sprijini și în cazul în care cele mai mari probleme sunt. Toate aceste informații sunt complet anonime și fi vizualizată mai jos. Noi promitem că nu vom face nimic rau cu aceste date, dar dacă doriți să renunțați atunci nu ezitați să-l comuta off! +options.texture.pack=Pachete de Texturi +options.fullscreen=pe tot ecranul +options.vsync=Foloseste VSync +options.touchscreen=Mod ecran tactil + +performance.max=CPS(Cadre pe secunda) Maxim +performance.balanced=Echilibrat +performance.powersaver=Economie de energie + +controls.title=Controale + +key.forward=Înainte +key.left=Stânga +key.back=Înapoi +key.right=Dreapta +key.jump=Sari +key.inventory=Inventar +key.drop=Aruncă +key.chat=Discuție +key.fog=Comutator de Ceață +key.sneak=Furișare +key.playerlist=Listează Jucători +key.attack=Atac +key.use=Folosește Obiect +key.pickItem=Alegeți un Bloc +key.mouseButton=Buton %1$s +key.command=Comandă + +texturePack.openFolder=Deschide dosarul pachetelor de texturi +texturePack.title=Selectați Pachetul de Texturi +texturePack.folderInfo=(Puneți aici fișierele pachetului de texturi) +texturePack.incompatible=Incompatibil + +book.pageIndicator=Pagina %1$s din %2$s +book.byAuthor=de %1$s +book.signButton=Semnează +book.editTitle=Introduceți Titlul Cărții: +book.finalizeButton=Semnează și Încheie +book.finalizeWarning=Atentie! Când semnezi cartea, nu va mai putea fi modificată. + +tile.stone.name=Piatră + +tile.grass.name=Bloc de Iarbă +tile.dirt.name=Noroi +tile.stonebrick.name=Pietruială +tile.wood.name=Scânduri de Lemn +tile.wood.oak.name=Scânduri din Lemn de Stejar +tile.wood.spruce.name=Scânduri din Lemn de Molid +tile.wood.birch.name=Scânduri din Lemn de Mesteacăn +tile.wood.jungle.name=Scânduri din Lemn de Junglă +tile.sapling.oak.name=Puiet de Stejar +tile.sapling.spruce.name=Puiet de Molid +tile.sapling.birch.name=Puiet de Mesteacăn +tile.sapling.jungle.name=Puiet de Junglă +tile.deadbush.name=Tufiș Mort +tile.bedrock.name=Roca de bază +tile.water.name=Apă +tile.lava.name=Lavă +tile.sand.name=Nisip +tile.sandStone.name=Gresie +tile.sandStone.default.name=Gresie +tile.sandStone.chiseled.name=Gresie Sculptată +tile.sandStone.smooth.name=Gresie Fină +tile.gravel.name=Pietriș +tile.oreGold.name=Minereu de Aur +tile.oreIron.name=Minereu de Fier +tile.oreCoal.name=Minereu de Cărbune +tile.log.name=Lemn +tile.log.oak.name=Lemn de Stejar +tile.log.spruce.name=Lemn de Molid +tile.log.birch.name=Lemn de Mesteacăn +tile.log.jungle.name=Lemn de Junglă +tile.leaves.name=Frunze +tile.leaves.oak.name=Frunze de Stejar +tile.leaves.spruce.name=Frunze de Molid +tile.leaves.birch.name=Frunze de Mesteacăn +tile.leaves.jungle.name=Frunze de Junglă +tile.tallgrass.name=Iarbă +tile.tallgrass.shrub.name=Arbust +tile.tallgrass.grass.name=Iarbă +tile.tallgrass.fern.name=Ferigă +tile.sponge.name=Burete +tile.glass.name=Sticlă +tile.thinGlass.name=Panou de Sticlă +tile.cloth.name=Lână +tile.flower.name=Floare +tile.rose.name=Trandafir +tile.mushroom.name=Ciupercă +tile.blockGold.name=Bloc de Aur +tile.blockIron.name=Bloc de Fier +tile.stoneSlab.stone.name=Lespede de Piatră +tile.stoneSlab.sand.name=Lespede din Gresie +tile.stoneSlab.wood.name=Lespede din Lemn +tile.stoneSlab.cobble.name=Lespede din Pietruială +tile.stoneSlab.brick.name=Lespede din Cărămizi +tile.stoneSlab.smoothStoneBrick.name=Lespede din Cărămizi de Piatră +tile.stoneSlab.netherBrick.name=Lespede de Carămidă de Nether +tile.stoneSlab.quartz.name=Lespede de Cuarţ +tile.woodSlab.oak.name=Lespede din Lemn de Stejar +tile.woodSlab.spruce.name=Lespede din Lemn de Molid +tile.woodSlab.birch.name=Lespede din Lemn de Mesteacăn +tile.woodSlab.jungle.name=Lespede din Lemn de Junglă +tile.brick.name=Cărămizi +tile.tnt.name=TNT +tile.bookshelf.name=Raft de cărți +tile.stoneMoss.name=Piatră cu Mușchi +tile.obsidian.name=Obsidian +tile.torch.name=Torță +tile.fire.name=Foc +tile.mobSpawner.name=Cuib de Monștrii +tile.stairsWood.name=Scări din Lemn de Stejar +tile.stairsWoodSpruce.name=Scări din Lemn de Molid +tile.stairsWoodBirch.name=Scări din Lemn de Mesteacăn +tile.stairsWoodJungle.name=Scări din Lemn de Junglă +tile.chest.name=Cufăr +tile.chestTrap.name=Cufăr Capcană +tile.redstoneDust.name=Praf de Piatră-Roșie +tile.oreDiamond.name=Minereu de Diamant +tile.blockDiamond.name=Bloc de Diamant +tile.workbench.name=Masă de Lucru +tile.crops.name=Culturi +tile.farmland.name=Teren agricol +tile.furnace.name=Furnal +tile.sign.name=Semn +tile.doorWood.name=Ușă de Lemn +tile.ladder.name=Scară +tile.rail.name=Șină +tile.goldenRail.name=Șină Electrificată +tile.activatorRail.name=Șină Declanșatoare +tile.detectorRail.name=Șină Detectoare +tile.stairsStone.name=Scări din Piatră +tile.stairsSandStone.name=Scări din Gresie +tile.lever.name=Manetă +tile.pressurePlate.name=Placă de Presiune +tile.weightedPlate_light.name=Placă de Presiune Ponderată (Ușoară) +tile.weightedPlate_heavy.name=Placă de Presiune Ponderată (Grea) +tile.doorIron.name=Uşă de Fier +tile.oreRedstone.name=Minereu de Piatră-Roșie +tile.notGate.name=Torță din Piatră-Roșie +tile.button.name=Buton +tile.snow.name=Zăpadă +tile.ice.name=Gheaţă +tile.cactus.name=Cactus +tile.clay.name=Argilă +tile.reeds.name=Trestie de Zahăr +tile.jukebox.name=Cutie Muzicală +tile.fence.name=Gard +tile.fenceGate.name=Poartă +tile.pumpkin.name=Dovleac +tile.litpumpkin.name=Felinar din Dovleac +tile.hellrock.name=Piatră de Nether +tile.hellsand.name=Nisip de Suflete +tile.lightgem.name=Piatră Strălucitoare +tile.portal.name=Portal +tile.cloth.black.name=Lână Neagră +tile.cloth.red.name=Lână Roşie +tile.cloth.green.name=Lână Verde +tile.cloth.brown.name=Lână Maro +tile.cloth.blue.name=Lână Albastră +tile.cloth.purple.name=Lână Violet +tile.cloth.cyan.name=Lână Turcoaz +tile.cloth.silver.name=Lână Gri Deschis +tile.cloth.gray.name=Lână Gri +tile.cloth.pink.name=Lână Roz +tile.cloth.lime.name=Lână Verde deschis +tile.cloth.yellow.name=Lână Galbenă +tile.cloth.lightBlue.name=Lână Albastru Deschis +tile.cloth.magenta.name=Lână Fucsină +tile.cloth.orange.name=Lână Portocalie +tile.cloth.white.name=Lână +tile.oreLapis.name=Minereu de Lapis Lazuli +tile.blockLapis.name=Bloc de Lapis Lazuli +tile.dispenser.name=Distribuitor +tile.dropper.name=Dropper +tile.musicBlock.name=Bloc Muzical +tile.cake.name=Tort +tile.bed.name=Pat +tile.bed.occupied=Acest pat este ocupat +tile.bed.noSleep=Nu poţi dormi decât noaptea +tile.bed.notSafe=Nu te poți odihni, sunt monștri în apropiere +tile.bed.notValid=Patul tău lipsea sau era blocat +tile.lockedchest.name=Cufăr închuiat +tile.trapdoor.name=Trapă +tile.web.name=Pânză de păianjen +tile.stonebricksmooth.name=Cărămizi de Piatră +tile.stonebricksmooth.default.name=Cărămizi din Piatră +tile.stonebricksmooth.mossy.name=Cărămizi din Piatră cu Mușchi +tile.stonebricksmooth.cracked.name=Cărămizi Crăpate din Piatră +tile.stonebricksmooth.chiseled.name=Cărămizi din Piatră Sculptată +tile.monsterStoneEgg.stone.name=Ou de Monstru din Piatră +tile.monsterStoneEgg.cobble.name=Ou de Monstru din Pietruială +tile.monsterStoneEgg.brick.name=Ou de Monstru din Cărămidă de Piatră +tile.pistonBase.name=Piston +tile.pistonStickyBase.name=Piston Lipicios +tile.fenceIron.name=Bare de Fier +tile.melon.name=Pepene +tile.stairsBrick.name=Scări de Cărămidă +tile.stairsStoneBrickSmooth.name=Scări din Cărămizi de Piatră +tile.vine.name=Liane +tile.netherBrick.name=Cărămidă din Nether +tile.netherFence.name=Gard de Cărămizi din Nether +tile.stairsNetherBrick.name=Scări de Cărămizi din Nether +tile.netherStalk.name=Neg din Nether +tile.cauldron.name=Ceaun +tile.enchantmentTable.name=Masă de Farmece +tile.anvil.name=Nicovală +tile.anvil.intact.name=Nicovală +tile.anvil.slightlyDamaged.name=Nicovală Ușor Deteriorată +tile.anvil.veryDamaged.name=Nicovală Foarte Deteriorată +tile.whiteStone.name=Piatra Sârșitului +tile.endPortalFrame.name=Portal Către Sfârșit +tile.mycel.name=Miceliu +tile.waterlily.name=Nufăr +tile.dragonEgg.name=Ou de Dragon +tile.redstoneLight.name=Lampă cu Piatră-Roșie +tile.cocoa.name=Cacao +tile.enderChest.name=Cufăr Ender +tile.oreRuby.name=Minereu de Rubin +tile.oreEmerald.name=Minereu de Smarald +tile.blockEmerald.name=Bloc de Smarald +tile.blockRedstone.name=Bloc de Piatră-Roșie +tile.tripWire.name=Tripwire +tile.tripWireSource.name=Tripwire Cârlig +tile.commandBlock.name=Bloc de Comenzi +tile.beacon.name=Punct de Lumină +tile.beacon.primary=Putere Primară +tile.beacon.secondary=Putere Secundară +tile.cobbleWall.normal.name=Perete din Pietruială +tile.cobbleWall.mossy.name=Perete din Pietruială cu Mușchi +tile.carrots.name=Morcovi +tile.potatoes.name=Cartofi +tile.daylightDetector.name=Detector de Lumină Solară +tile.netherquartz.name=Minereu de Cuarț de Nether +tile.hopper.name=Pâlnie +tile.quartzBlock.default.name=Bloc de Cuarț +tile.quartzBlock.chiseled.name=Bloc de Cuarț Sculptat +tile.quartzBlock.lines.name=Coloană de Cuarț +tile.stairsQuartz.name=Scări de Cuarț + +item.shovelIron.name=Lopată de Fier +item.pickaxeIron.name=Târnăcop de Fier +item.hatchetIron.name=Topor de Fier +item.flintAndSteel.name=Cremene și Amnar +item.apple.name=Măr +item.cookie.name=Prăjiturică +item.bow.name=Arc +item.arrow.name=Săgeată +item.coal.name=Cărbune +item.charcoal.name=Cărbune +item.diamond.name=Diamant +item.emerald.name=Smarald +item.ingotIron.name=Lingou de Fier +item.ingotGold.name=Lingou de Aur +item.swordIron.name=Sabie de Fier +item.swordWood.name=Sabie de Lemn +item.shovelWood.name=Lopată de Lemn +item.pickaxeWood.name=Târnăcop de Lemn +item.hatchetWood.name=Topor de Lemn +item.swordStone.name=Sabie de Piatră +item.shovelStone.name=Lopată de Piatră +item.pickaxeStone.name=Târnăcop de Piatră +item.hatchetStone.name=Topor de Piatră +item.swordDiamond.name=Sabie de Diamant +item.shovelDiamond.name=Lopată de Diamant +item.pickaxeDiamond.name=Târnăcop de Diamant +item.hatchetDiamond.name=Topor de Diamant +item.stick.name=Băţ +item.bowl.name=Bol +item.mushroomStew.name=Supă de Ciuperci +item.swordGold.name=Sabie de Aur +item.shovelGold.name=Lopată de Aur +item.pickaxeGold.name=Târnăcop de Aur +item.hatchetGold.name=Topor de Aur +item.string.name=Aţă +item.feather.name=Pană +item.sulphur.name=Praf de puşcă +item.hoeWood.name=Sapă de Lemn +item.hoeStone.name=Sapă de Piatră +item.hoeIron.name=Sapă de Fier +item.hoeDiamond.name=Sapă de Diamant +item.hoeGold.name=Sapă de Aur +item.seeds.name=Seminţe +item.seeds_pumpkin.name=Semințe de Dovleac +item.seeds_melon.name=Seminţe de Pepene +item.melon.name=Pepene +item.wheat.name=Grâu +item.bread.name=Pâine +item.helmetCloth.name=Șapcă de Piele +item.chestplateCloth.name=Tunică de Piele +item.leggingsCloth.name=Pantaloni de Piele +item.bootsCloth.name=Cizme de Piele +item.helmetChain.name=Cască de Zale +item.chestplateChain.name=Platoșă de Zale +item.leggingsChain.name=Jambiere de Zale +item.bootsChain.name=Cizme de Zale +item.helmetIron.name=Cască de Fier +item.chestplateIron.name=Platoșă de Fier +item.leggingsIron.name=Jambiere de Fier +item.bootsIron.name=Cizme de Fier +item.helmetDiamond.name=Cască de Diamant +item.chestplateDiamond.name=Platoșă de Diamant +item.leggingsDiamond.name=Jambiere de Diamant +item.bootsDiamond.name=Cizme de Diamant +item.helmetGold.name=Cască de Aur +item.chestplateGold.name=Platoșă de Aur +item.leggingsGold.name=Jambiere de Aur +item.bootsGold.name=Cizme de Aur +item.flint.name=Cremene +item.porkchopRaw.name=Carne Crudă de Porc +item.porkchopCooked.name=Friptură de Porc +item.chickenRaw.name=Găină Crudă +item.chickenCooked.name=Găină Gătită +item.beefRaw.name=Carne de Vită Crudă +item.beefCooked.name=Friptură de Vită +item.painting.name=Pictură +item.frame.name=Postul Frame +item.appleGold.name=Măr Aurit +item.sign.name=Semn +item.doorWood.name=Uşă de Lemn +item.bucket.name=Găleată +item.bucketWater.name=Găleată cu Apă +item.bucketLava.name=Găleată cu Lavă +item.minecart.name=Vagonet +item.saddle.name=Șa +item.doorIron.name=Ușă de Fier +item.redstone.name=Piatră-Roșie +item.snowball.name=Bulgăre de zăpadă +item.boat.name=Barcă +item.leather.name=Piele +item.milk.name=Lapte +item.brick.name=Cărămidă +item.clay.name=Argilă +item.reeds.name=Trestie de Zahăr +item.paper.name=Hârtie +item.book.name=Carte +item.slimeball.name=Bulgăre de Mâzgă +item.minecartChest.name=Vagonet cu Cufăr +item.minecartFurnace.name=Vagonet cu Furnal +item.minecartTnt.name=Vagonet cu TNT +item.minecartHopper.name=Vagonet cu Pâlnie +item.egg.name=Ou +item.compass.name=Busolă +item.fishingRod.name=Undiţă +item.clock.name=Ceas +item.yellowDust.name=Praf Strălucitor +item.fishRaw.name=Peşte Crud +item.fishCooked.name=Pește Gătit +item.record.name=Disc de Muzică +item.bone.name=Os +item.dyePowder.black.name=Săculeţ cu Cerneală +item.dyePowder.red.name=Roşu Trandafir +item.dyePowder.green.name=Verde de Cactus +item.dyePowder.brown.name=Boabe de Cacao +item.dyePowder.blue.name=Lapis Lazuli +item.dyePowder.purple.name=Vopsea Purpurie +item.dyePowder.cyan.name=Vopsea Turcoaz +item.dyePowder.silver.name=Vopsea Gri-Deschis +item.dyePowder.gray.name=Vopsea Gri +item.dyePowder.pink.name=Vopsea Roz +item.dyePowder.lime.name=Vopsea Verde-Lămâi +item.dyePowder.yellow.name=Galben de Păpădie +item.dyePowder.lightBlue.name=Vopsea Albastră-Deschis +item.dyePowder.magenta.name=Vopsea Fucsină +item.dyePowder.orange.name=Vopsea Portocalie +item.dyePowder.white.name=Îngrășământ +item.sugar.name=Zahăr +item.cake.name=Tort +item.bed.name=Pat +item.diode.name=Repetor de Piatră-Roșie +item.comparator.name=Comparator de Piatră-Roșie +item.map.name=Hartă +item.leaves.name=Frunze +item.shears.name=Foarfece +item.rottenFlesh.name=Carne Putrezită +item.enderPearl.name=Perla Enderului +item.blazeRod.name=Tijă Dogoritoare +item.ghastTear.name=Lacrimă de Ghast +item.netherStalkSeeds.name=Neg din Nether +item.potion.name=Poțiune +item.emptyPotion.name=Sticlă de Apă +item.goldNugget.name=Pepită de Aur +item.glassBottle.name=Flacon din Sticlă +item.spiderEye.name=Ochi de Păianjen +item.fermentedSpiderEye.name=Ochi de Păianjen Fermentat +item.blazePowder.name=Pulbere Dogoritoare +item.magmaCream.name=Cremă de Magmă +item.cauldron.name=Cazan +item.brewingStand.name=Stativ de Alchimie +item.eyeOfEnder.name=Ochi de Ender +item.speckledMelon.name=Pepene Strălucitor +item.monsterPlacer.name=Spawn +item.expBottle.name=Sticlă Fermecată +item.fireball.name=Bilă de Foc +item.writingBook.name=Carte și Condei +item.writtenBook.name=Carte Scrisă +item.ruby.name=Rubin +item.flowerPot.name=Ghiveci de Flori +item.emptyMap.name=Hartă goală +item.carrots.name=Morcov +item.carrotGolden.name=Morcov de Aur +item.potato.name=Cartof +item.potatoBaked.name=Cartof Copt +item.potatoPoisonous.name=Cartof Otrăvitor +item.skull.skeleton.name=Craniu de Schelet +item.skull.wither.name=Craniu de Schelet Veștejit +item.skull.zombie.name=Cap de Zombie +item.skull.char.name=Cap +item.skull.player.name=Capul lui %s +item.skull.creeper.name=Cap de Creeper +item.carrotOnAStick.name=Morcov pe o Tijă +item.netherStar.name=Stea de Nether +item.pumpkinPie.name=Plăcintă de Dovleac +item.enchantedBook.name=Cartea fermecată +item.fireworks.name=Rachetа de foc de artificii +item.fireworks.flight=Durata de zbor: +item.fireworksCharge.name=Artificie in formă de stea +item.fireworksCharge.black=Negru +item.fireworksCharge.red=Roșu +item.fireworksCharge.green=Verde +item.fireworksCharge.brown=Brun +item.fireworksCharge.blue=Albastru +item.fireworksCharge.purple=Violet +item.fireworksCharge.cyan=Cyan +item.fireworksCharge.silver=Gri deschis +item.fireworksCharge.gray=Gri +item.fireworksCharge.pink=Roz +item.fireworksCharge.lime=Lime +item.fireworksCharge.yellow=Galben +item.fireworksCharge.lightBlue=Albastru deschis +item.fireworksCharge.magenta=Purpuriu +item.fireworksCharge.orange=Portocaliu +item.fireworksCharge.white=Alb +item.fireworksCharge.customColor=Personalizat +item.fireworksCharge.fadeTo=Estompare către +item.fireworksCharge.flicker=Sclipire +item.fireworksCharge.trail=Traseu +item.fireworksCharge.type.0=Sferă mică +item.fireworksCharge.type.1=Sferă mare +item.fireworksCharge.type.2=În formă de stea +item.fireworksCharge.type.3=În formă de Creeper +item.fireworksCharge.type.4=Stropire +item.fireworksCharge.type=Forma necunoscuta +item.netherbrick.name=Cărămidă de Nether +item.netherquartz.name=Cuarț de Nether + +container.inventory=Inventar +container.hopper=Pâlnie de obiecte +container.crafting=Crafting +container.dispenser=Distribuitor +container.dropper=Dropper +container.furnace=Cuptor +container.enchant=Încânta +container.repair=Repararea & numeste +container.repair.cost=Îmbunătățirea Costă: %1$ d +container.repair.expensive=Prea scump! +container.creative=Postul de Selecţie +container.brewing=Stativ de Alchimie +container.chest=Cufăr +container.chestDouble=Cufăr Mare +container.minecart=Vagonet +container.enderchest=Cufăr Ender + +item.dyed=Colorat + +entity.Item.name=Obiect +entity.XPOrb.name=Sferă de Experiență +entity.SmallFireball.name=Minge Mică de Foc +entity.Fireball.name=Minge de Foc + +entity.Arrow.name=săgeată +entity.Snowball.name=Bulgăre de zăpadă +entity.Painting.name=Pictură + +entity.Mob.name=Monstru +entity.Monster.name=Monstru + +entity.Creeper.name=Creeper +entity.Skeleton.name=Schelet +entity.Spider.name=Păianjen +entity.Giant.name=Uriaş +entity.Zombie.name=Zombie +entity.Slime.name=Mâzgă +entity.Ghast.name=Ghast +entity.PigZombie.name=Porc Zombie +entity.Enderman.name=Enderman +entity.Silverfish.name=Peștișor argintiu +entity.CaveSpider.name=Păianjen de peşteră +entity.Blaze.name=Dogoreală +entity.LavaSlime.name=Cub de Magmă +entity.MushroomCow.name=Ciuvacă +entity.Villager.name=Sătean +entity.VillagerGolem.name=fier Golem +entity.SnowMan.name=Golem de Zăpadă +entity.EnderDragon.name=Dragon de Ender +entity.WitherBoss.name=Wither +entity.Witch.name=Vrăjitoare + +entity.Pig.name=Porc +entity.Sheep.name=Oaie +entity.Cow.name=Vacă +entity.Chicken.name=Găină +entity.Squid.name=Caracatiţă +entity.Wolf.name=Lup +entity.Ozelot.name=Pisică sălbatică +entity.Cat.name=Pisică +entity.Bat.name=Liliac + +entity.PrimedTnt.name=Bloc de TNT +entity.FallingSand.name=Bloc in Cadere + +entity.Minecart.name=Vagonet +entity.Boat.name=Barcă + +entity.generic.name=necunoscut + +death.fell.accident.ladder=%1$s a căzut de pe o scară +death.fell.accident.vines=%1$s a căzut de pe niște liane +death.fell.accident.water=%1$s a căzut din apă +death.fell.accident.generic=%1$s a căzut dintr-un loc înalt +death.fell.killer=%1$ s a fost sortit să cadă +death.fell.assist=%1$s a fost condamnat să scadă de %2$s +death.fell.assist.item=%1$s a fost condamnat să scadă de %2$s folosind %3$s +death.fell.finish=%1$s a căzut prea tare și a fost terminat de %2$s +death.fell.finish.item=%1$s a căzut prea tare și a fost terminat de %2$s folosind %3$s + +death.attack.inFire=%1$s a crescut în flăcări +death.attack.inFire.player=%1$s a intrat în foc în timp ce lupta împotriva %2$s +death.attack.onFire=%1$s a ars de viu +death.attack.onFire.player=%1$s a fost ars într-un timp crocante luptă %2$s +death.attack.lava=%1$s a încercat să înoate în lavă +death.attack.lava.player=%1$s a încercat să înoate în lavă ca să scape de %2$s +death.attack.inWall=%1$s s-a sufocat într-un perete +death.attack.drown=%1$s s-a înecat +death.attack.drown.player=%1$s s-a înecat încearcând să scape de %2$s +death.attack.starve=%1$s a murit de foame +death.attack.cactus=%1$s a fost înţepat de moarte +death.attack.cactus.player=%1$s a intrat într-un cactus încercând să scape de %2$s +death.attack.generic=%1$s a murit +death.attack.explosion=%1$s a explodat +death.attack.explosion.player=%1$s a fost aruncat în aer de %2$s +death.attack.magic=%1$s a fost omorât prin magie +death.attack.wither=%1$s a fost omorât de Wither +death.attack.anvil=%1$s a fost strivit de o nicovală +death.attack.fallingBlock=%1$s a fost strivit de un bloc în cădere +death.attack.mob=%1$s a fost omorât de %2$s +death.attack.player=%1$s a fost omorât de %2$s +death.attack.player.item=%1$s a fost omorât de %2$s folosind %3$s +death.attack.arrow=%1$s a fost împușcat de către %2$s +death.attack.arrow.item=%1$s a fost împușcat de către %2$s folosind %3$s +death.attack.fireball=%1$s a fost lovit cu o minge de foc de %2$s +death.attack.fireball.item=%1$s a fost lovit cu o bilă de foc de %2$s folosind %3$s +death.attack.thrown=%1$s a fost lovit de %2$s +death.attack.thrown.item=%1$ s a fost lovit de %2$ s folosind %3$ s +death.attack.indirectMagic=%1$s a fost omorât de %2$s folosind magie +death.attack.indirectMagic.item=%1$s a fost omorât de %2$s folosind %3$s +death.attack.thorns=%1$s a fost omorât încercând să-l rănească pe %2$s +death.attack.fall=%1$s a lovit pământul prea tare +death.attack.outOfWorld=%1$s a căzut de pe hartă + +deathScreen.respawn=Reînvie +deathScreen.deleteWorld=Șterge lumea +deathScreen.titleScreen=Meniu +deathScreen.score=Scor +deathScreen.title.hardcore=Joc Terminat! +deathScreen.hardcoreInfo=Nu poți reînvia în modul extrem! +deathScreen.title=Ai murit! +deathScreen.leaveServer=Lăsaţi server + +potion.empty=Niciun Efect +potion.moveSpeed=Viteză +potion.moveSlowdown=Încetinire +potion.digSpeed=Grabă +potion.digSlowDown=Oboseală de la Minerit +potion.damageBoost=Forță +potion.weakness=Slăbiciune +potion.heal=Sănătate Instantă +potion.harm=Vătămare Instantă +potion.jump=Saritură Puternică +potion.confusion=Greaţă +potion.regeneration=Regenerare +potion.resistance=Rezistență +potion.fireResistance=Rezisenţă la Foc +potion.waterBreathing=Respiraţie Subacvatică +potion.invisibility=Invizibilitate +potion.blindness=Orbire +potion.nightVision=Vedere Nocturnă +potion.hunger=Foame +potion.poison=Otravă +potion.wither=Wither + +potion.moveSpeed.postfix=Poţiune de Viteză +potion.moveSlowdown.postfix=Poțiune de Încetinire +potion.digSpeed.postfix=Poţiune de Grăbire +potion.digSlowDown.postfix=Poțiune de Lenevire +potion.damageBoost.postfix=Poțiune de Putere +potion.weakness.postfix=Poțiune de Slăbiciune +potion.heal.postfix=Poțiune de Vindecare +potion.harm.postfix=Poțiune de Vătămare +potion.jump.postfix=Poțiune de Sărit +potion.confusion.postfix=Poțiune de Greață +potion.regeneration.postfix=Poțiune de Regenerare +potion.resistance.postfix=Poțiune de Rezistență +potion.fireResistance.postfix=Poțiune de Rezistență la Foc +potion.waterBreathing.postfix=Poţiune de Respiraţie Subacvatică +potion.invisibility.postfix=Poțiune de Invizibilitate +potion.blindness.postfix=Poțiune de Orbire +potion.nightVision.postfix=Poţiune de Vedere Nocturnă +potion.hunger.postfix=Poțiune de Foame +potion.poison.postfix=Poţiune de Otrăvire +potion.wither.postfix=Poțiune de Descompunere + +potion.potency.0= +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV + +potion.prefix.grenade=de Aruncat +potion.prefix.mundane=Terestră +potion.prefix.uninteresting=Neinteresantă +potion.prefix.bland=Blândă +potion.prefix.clear=Limpede +potion.prefix.milky=Laptoasă +potion.prefix.diffuse=Difuză +potion.prefix.artless=Fara artă +potion.prefix.thin=Subţire +potion.prefix.awkward=Ciudată +potion.prefix.flat=Plat +potion.prefix.bulky=Masivă +potion.prefix.bungling=Mântuială +potion.prefix.buttered=Unsă +potion.prefix.smooth=Fină +potion.prefix.suave=Suavă +potion.prefix.debonair=Veselă +potion.prefix.thick=Groasă +potion.prefix.elegant=Elegant +potion.prefix.fancy=Atractiv +potion.prefix.charming=Fermecător +potion.prefix.dashing=Arătoasă +potion.prefix.refined=Rafinată +potion.prefix.cordial=Cordială +potion.prefix.sparkling=Spumoasă +potion.prefix.potent=Puternică +potion.prefix.foul=Scârboasă +potion.prefix.odorless=Inodoră +potion.prefix.rank=Râncedă +potion.prefix.harsh=Dură +potion.prefix.acrid=Acră +potion.prefix.gross=Brută +potion.prefix.stinky=Mirositoare + +enchantment.damage.all=Ascuțit +enchantment.damage.undead=Izbire +enchantment.damage.arthropods=Spaima Artropodelor +enchantment.knockback=Împingere +enchantment.fire=Aspectul Focului +enchantment.protect.all=Protecţie +enchantment.protect.fire=Protecţie împotriva focului +enchantment.protect.fall=Pană în Cădere +enchantment.protect.explosion=Protecţie împotriva Exploziilor +enchantment.protect.projectile=Protecţie împotriva Proiectilelor +enchantment.oxygen=Respiraţie +enchantment.waterWorker=Afinitate acvatică +enchantment.digging=Eficienţă +enchantment.untouching=Atingere de mătase +enchantment.durability=Indestructibil +enchantment.lootBonus=Jefuire +enchantment.lootBonusDigger=Noroc +enchantment.arrowDamage=Putere +enchantment.arrowFire=Flacără +enchantment.arrowKnockback=Lovitură +enchantment.arrowInfinite=Infinit +enchantment.thorns=Spini + +enchantment.level.1=I +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.level.10=X + +gui.achievements=Realizări +gui.stats=Statistici + +stat.generalButton=General +stat.blocksButton=Cuburi +stat.itemsButton=Obiecte + +stat.used=Ori folosită +stat.mined=Ori minerită +stat.depleted=Ori terminată +stat.crafted=Ori creată + +stat.startGame=Ori jucat +stat.createWorld=Lumi jucate +stat.loadWorld=Salvări încărcate +stat.joinMultiplayer=Conectări multiplayer +stat.leaveGame=Jocuri renunţate + +stat.playOneMinute=Minute jucate + +stat.walkOneCm=Distanţa mearsă pe jos +stat.fallOneCm=Distanţa căzută +stat.swimOneCm=Distanţa înotată +stat.flyOneCm=Distanţa plutită +stat.climbOneCm=Distanţa urcată +stat.diveOneCm=Distanţa scufundată +stat.minecartOneCm=Distanţa în vagonet +stat.boatOneCm=Distanţa în barcă +stat.pigOneCm=Distanţa pe Porc +stat.jump=Sărituri +stat.drop=Obiecte scăpate + +stat.damageDealt=Daune cauzate +stat.damageTaken=Daune luate +stat.deaths=Număr de decese +stat.mobKills=Monstri Omorâți +stat.playerKills=Jucatori Omorâţi +stat.fishCaught=Peşte Prins + +stat.mineBlock=%1$s Minat +stat.craftItem=%1$s Fabricat +stat.useItem=%1$s Folosit +stat.breakItem=%1$s Terminat + +achievement.get=Realizare obținută! + +achievement.taken=Luat! + +achievement.requires=Are nevoie de '%1$s' +achievement.openInventory=Să facem inventarul +achievement.openInventory.desc=Apasă '%1$s' ca să îţi deschizi inventarul. +achievement.mineWood=Ai obținut lemn +achievement.mineWood.desc=Loveşte un copac până când se sparge un bloc de lemn +achievement.buildWorkBench=La lucru +achievement.buildWorkBench.desc=Creează o masă de lucru din 4 scânduri +achievement.buildPickaxe=Este vremea să minăm! +achievement.buildPickaxe.desc=Foloseşte scânduri si beţe să faci un târnăcop +achievement.buildFurnace=S-a încins treaba +achievement.buildFurnace.desc=Construieşte un furnal folosind opt blocuri de pietruială +achievement.acquireIron=Obține obiecte din metal +achievement.acquireIron.desc=Topeşte un minereu de fier +achievement.buildHoe=E timpul agriculturii! +achievement.buildHoe.desc=Foloseste scânduri si beţe ca să faci o sapă +achievement.makeBread=Coace Pâine +achievement.makeBread.desc=Fă pâine din grâu +achievement.bakeCake=Minciuna +achievement.bakeCake.desc=Grâu, zahăr, lapte şi ouă! +achievement.buildBetterPickaxe=o Nouă Îmbunătaţire +achievement.buildBetterPickaxe.desc=Construieşte un târnăcop mai bun +achievement.cookFish=Peşte Delicios +achievement.cookFish.desc=Prinde şi găteşte un peşte! +achievement.onARail=Pe Șine +achievement.onARail.desc=Călătoreşte cu vagonetul cel puţin 1 kilometru de unde ai început inițial  +achievement.buildSword=Timpul pentru Atac! +achievement.buildSword.desc=Folosește scânduri şi beţe pentru a face o sabie +achievement.killEnemy=Vânător de Monştri +achievement.killEnemy.desc=Atacă şi distruge un monstru +achievement.killCow=Văcar +achievement.killCow.desc=Obține niște piele +achievement.flyPig=Când Porcii Zboară +achievement.flyPig.desc=Călăreşţe un porc într-o prăpastie +achievement.snipeSkeleton=Duel între lunetişti +achievement.snipeSkeleton.desc=Omoară un schelet cu o săgeată de la mai mult de 50 de metri distanţă +achievement.diamonds=DIAMANTE! +achievement.diamonds.desc=Colectează diamante folosind instrumente din fier +achievement.portal=Trebuie Să Mergem Mai Adânc +achievement.portal.desc=Construieşte un portal către Nether +achievement.ghast=Returnează la Expeditor +achievement.ghast.desc=Distruge un Ghast folosind o bilă de foc +achievement.blazeRod=În Foc +achievement.blazeRod.desc=Eliberează un Blaze de propriul său băţ +achievement.potion=Alchimie Locală +achievement.potion.desc=Fierbe o poţiune +achievement.theEnd=Sfârșitul? +achievement.theEnd.desc=Localizează "Sfârșitul" +achievement.theEnd2=Sfârșitul. +achievement.theEnd2.desc=Înfrânge Dragonul de Ender +achievement.enchantments=Vrăjitor +achievement.enchantments.desc=Utilizaţi o carte, obsidian şi diamante pentru a construi o masă de fermecare +achievement.overkill=Overkill +achievement.overkill.desc=I-a 8 inimi dintr-o singura lovitura +achievement.bookcase=Bibliotecar +achievement.bookcase.desc=Construieşte nişte rafturi de cărți pentru a-ţi îmbunătăţi masa de farmece + +commands.generic.exception=O problemă necunoscută a intervenit în încercarea de a efectua această comandă +commands.generic.syntax=Sintaxa comenzii este invalidă +commands.generic.player.notFound=Acel Jucător nu poate fi găsit +commands.generic.notFound=Comandă necunoscută. Încearcă /help pentru o listă a comenzilor. +commands.generic.num.invalid=„%s” nu este un număr valid +commands.generic.num.tooSmall=Numărul introdus (%d) este prea mic, trebuie să fie cel puțin %d +commands.generic.num.tooBig=Numărul introdus (%d) este prea mare, trebuie să fie cel mult %d +commands.generic.double.tooSmall=Numărul introdus (%d) este prea mic, trebuie să fie cel puțin %d +commands.generic.double.tooBig=Numărul introdus (%d) este prea mare, trebuie să fie cel mult %d +commands.generic.usage=Utilizare: %s + +commands.xp.failure.widthdrawXp=Nu se poate da player-ului puncte de experienta negativa +commands.xp.success=%d experiență i-a fost dată lui %s +commands.xp.success.levels=I-sau dat %d de niveluri lui %s +commands.xp.success.negative.levels=Sau %d nivele de la %s +commands.xp.usage=/xp [player-ului] ORI /xp L [player-ulu] +commands.give.usage=/give [cantitate] [date] +commands.give.notFound=Nu există un obiect cu ID-ul %d +commands.give.success=I s-a dat %s (ID %d)*%d lui %s +commands.effect.usage=/effect [seconds] [amplifier] +commands.effect.notFound=There is no such mob effect with ID %d +commands.effect.success=Given %1$s (ID %2$d) * %3$d to %4$s for %5$d seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.enchant.usage=/enchant <încântare ID>[nivel] +commands.enchant.notFound=Nu există nici un astfel de încântare cu ID-ul %d +commands.enchant.noItem=Ţinta nu deţine obiectul +commands.enchant.cantEnchant=Imposibil de adăugat încântare selectat la obiectul ţintă +commands.enchant.cantCombine=%1$s nu poate fi combinat cu %2$s +commands.enchant.success=încântare reușit +commands.clear.usage=/clear [obiect][cod] +commands.clear.success=S-a eliminat inventarul lui %s,eliminand %d de obiecte +commands.clear.failure=Could not clear the inventory of %s, no items to remove +commands.downfall.success=Precipitații comutate +commands.time.usage=/time +commands.time.added=%d a fost adăugat la timp. +commands.time.set=Timpul a fost setat la %d +commands.players.list=%d/%d jucători sunt conectați: +commands.banlist.ips=Sunt un total de %d adrese IP blocate: +commands.banlist.players=Sunt un total de %d jucatori blocați: +commands.banlist.usage=/banlist [ips|players] +commands.kick.success=%s a fost dat afară din joc +commands.kick.success.reason=%s a fost dat afară din jocul: '%s' +commands.kick.usage=/kick [motiv ...] +commands.op.success=%s este acum OP. +commands.op.usage=/op +commands.deop.success=%s nu mai este OP +commands.deop.usage=/ deop +commands.say.usage=/say < mesaj... > +commands.ban.success=Jucătorul %s a fost banat +commands.ban.usage=/ban [motiv...] +commands.unban.success=Jucătorul %s a fost debanat +commands.unban.usage=/pardon +commands.banip.invalid=Ați introdus o adresă IP invalidă sau un jucător care nu este conectat +commands.banip.success=Adresa IP %s a fost banată +commands.banip.success.players=Adresa IP %s aparținând lui %s a fost banată +commands.banip.usage=/ban-ip [motiv...] +commands.unbanip.invalid=Ai introdus o adresă IP invalidă +commands.unbanip.success=S-ar ridicat interdicția urmatoarei adrese IP: %s +commands.unbanip.usage=/pardon-ip +commands.save.enabled=S-a activat auto salvarea lumii +commands.save.disabled=S-a dezactivat auto salvarea lumii +commands.save.start=Salvare... +commands.save.success=Salvat cele lume +commands.save.failed=Salvarea a esuat: %s +commands.stop.start=Serverul este în curs de oprire +commands.tp.success=A fost teleportat %s către %s +commands.tp.success.coordinates=S-a teleportat %s catre %.2f,%.2f,%.2f +commands.tp.usage=/tp [jucatorul tinta] sau /tp [jucatorul tinta] +commands.tp.notSameDimension=Imposibilitatea de a teleport pentru că jucători nu sunt în aceeaşi dimensiune +commands.whitelist.list=De pe lista albă sunt prezenți %d din %d jucători: +commands.whitelist.enabled=Lista albă este activă +commands.whitelist.disabled=Lista albă este dezactivată +commands.whitelist.reloaded=A fost reîncărcată lista albă +commands.whitelist.add.success=%s a fost adăugat la Lista Albă +commands.whitelist.add.usage=/whitelist add +commands.whitelist.remove.success=Jucătorul %s a fost eliminat din lista albă +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.scoreboard.usage=/scoreboard +commands.scoreboard.teamNotFound=Nu a fost găsită echipa cu numele "%s" +commands.scoreboard.objectiveNotFound=Nu a fost găsit obiectivul cu numele "%s" +commands.scoreboard.objectiveReadOnly=Obiectivul '%s' poate fi doar citit si nu poate fi setat +commands.scoreboard.objectives.usage=/Tabloul de bord obiective +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [obiectiv] +commands.scoreboard.objectives.setdisplay.invalidSlot=Nu exista slotul de afisare '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Afişare obiective compensate slot '%s' +commands.scoreboard.objectives.setdisplay.successSet=Afişare obiectivul stabilit în slot '%s' pentru a '%s' +commands.scoreboard.objectives.add.usage=/Scoreboard obiectivele adăugaţi [numele afişat...] +commands.scoreboard.objectives.add.wrongType=Tipul de criteriu nu este valid. Tipurile valide sunt: %s +commands.scoreboard.objectives.add.alreadyExists=Există deja un obiectiv cu numele "%s" +commands.scoreboard.objectives.add.tooLong=Numele "%s" este prea lung pentru un obiectiv, acesta poate avea cel mult %d caractere +commands.scoreboard.objectives.add.displayTooLong=Nume afişat '%s' este prea lungă pentru un obiectiv, acesta poate fi cel mult %d caractere +commands.scoreboard.objectives.add.success=Noul obiectiv "%s" a fost adăugat cu succes +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.remove.success=A fost îndepărtat cu succes obiectivul "%s" +commands.scoreboard.objectives.list.count=Se afiseaza %d obiectivul/obiectivele pe tabelul de scor +commands.scoreboard.objectives.list.entry=- %s: este arătat ca "%s" și este de tipul "%s" +commands.scoreboard.objectives.list.empty=Nu există obiective pe tabela de marcaj +commands.scoreboard.players.usage=/scoreboard players +commands.scoreboard.players.set.success=A stabilit scorul %s pentru player %s la %d +commands.scoreboard.players.set.usage=/scoreboard players set +commands.scoreboard.players.add.usage=/scoreboard players add    +commands.scoreboard.players.remove.usage=/scoreboard players remove +commands.scoreboard.players.reset.usage=/scoreboard players reset +commands.scoreboard.players.reset.success=Reseteaza toate scorurile jucatorului %s +commands.scoreboard.players.list.count=Arătând %d urmărite jucători pe tabloul de bord +commands.scoreboard.players.list.empty=Nu sunt jucători nu urmărite pe tabloul de bord +commands.scoreboard.players.list.player.count=Arătând %d obiectivului(s) urmărite sau a obiectivelor pentru %s +commands.scoreboard.players.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.players.list.player.empty=Jucătorul %s nu are scoruri înregistrate +commands.scoreboard.teams.usage=/scoreboard teams +commands.scoreboard.teams.add.usage=/Scoreboard echipe Adauga [numele afişat...] +commands.scoreboard.teams.add.alreadyExists=Există deja o echipă cu numele "%s" +commands.scoreboard.teams.add.tooLong=Numele "%s" este prea lung pentru o echipă, acesta poate avea cel mult %d caractere +commands.scoreboard.teams.add.displayTooLong=Nume afişat '%s' este prea lung pentru o echipa, poate fi cel mult %d caractere +commands.scoreboard.teams.add.success=Noua echipă '%s' a fost adăugată cu succes +commands.scoreboard.teams.list.usage=/scoreboard teams list [nume] +commands.scoreboard.teams.list.count=Sunt arătate %d echipe pe tabela de marcaj +commands.scoreboard.teams.list.entry=-%1$s: '%2$s' a %3$s jucători +commands.scoreboard.teams.list.empty=Nu este înregistrată nicio echipă pe tabela de marcaj +commands.scoreboard.teams.list.player.count=Arătând %d jucător(s) în echipa de %s +commands.scoreboard.teams.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.teams.list.player.empty=Echipa %s nu are jucători +commands.scoreboard.teams.empty.usage=/scoreboard teams clear +commands.scoreboard.teams.empty.alreadyEmpty=Echipa %s este deja goală, imposibil de eliminat jucători neexistenți +commands.scoreboard.teams.empty.success=Eliminat toți %d jucător(i) din echipa %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.remove.success=A fost eliminată echipa %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [jucător] +commands.scoreboard.teams.join.success=Adăugat %d jucător(i) la echipa %s: %s +commands.scoreboard.teams.join.failure=Imposibil de adăugat %d jucător(i) la echipa %s: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [jucător] +commands.scoreboard.teams.leave.success=S-au eliminat %d jucator(i) din echipele lor: %s +commands.scoreboard.teams.leave.failure=Imposibil de eliminat %d jucător(i) de la echipele lorȘ %s +commands.scoreboard.teams.leave.noTeam=Nu ești într-o echipă +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.option.noValue=Valorile valide pentru opţiunea %s sunt: %s +commands.scoreboard.teams.option.success=Set option %s for team %s to %s +commands.gamemode.success.self=Si-a setat propriul mod de joc ca fiind %s +commands.gamemode.success.other=S-a setat modul de joc al lui %s ca fiind %s +commands.gamemode.usage=/gamemode [jucător] +commands.defaultgamemode.usage=/Defaultgamemode +commands.defaultgamemode.success=Implicit din lume modul de joc este acum %s +commands.me.usage=/me +commands.help.header=Se arată pagina de ajutor cu numarul %d din %d (/help ) --- +commands.help.footer=Nota: Utilizați tasta în timp ce tastați comanda pentru auto-completarea acesteia sau a argumentelor ei +commands.help.usage=/help [pagina|numele comenzii] +commands.publish.started=Joc local găzduit la %s +commands.publish.failed=Nu se poate stabili un joc local +commands.debug.start=A început depanare profile +commands.debug.stop=S-a oprit depanarea profilului dupa %.2f de secunde (%d de ticaituri) +commands.debug.notStarted=Nu se poate opri de profile atunci când nu au început încă! +commands.debug.usage=/debug +commands.message.usage=/spune +commands.message.sameTarget=Nu puteți trimite un mesaj privat, pentru tine! +commands.message.display.outgoing=Ii soptesti lui %s:%s +commands.message.display.incoming=%s iti sopteste tie:%s +commands.difficulty.usage=/difficulty +commands.difficulty.success=Setați dificultate joc la %s +commands.spawnpoint.usage=/spawnpoint SAU /spawnpoint SAU /spawnpoint +commands.spawnpoint.success=Punctul de spawn lui %s set la (% d, % d, % d) +commands.gamerule.usage=/gamerule SAU /gamerule +commands.gamerule.success=Regula jocului a fost actualizatn +commands.gamerule.norule=Nu este diponibilă nicio regulă de joc numită '%s' +commands.weather.usage=/weather [durata în secunde] +commands.weather.clear=Schimb în vreme frumoasă +commands.weather.rain=Schimb în vreme ploioasă +commands.weather.thunder=Schimb în ploaie şi tunete +commands.testfor.usage=/testfor +commands.testfor.failed=/testfor este doar folosit de Blocul de comandă cu un output analog + +itemGroup.buildingBlocks=Blocuri pentru Construcție +itemGroup.decorations=Blocuri Decorative +itemGroup.redstone=Piatră-Roșie +itemGroup.transportation=Transport +itemGroup.misc=Diverse +itemGroup.search=Caută Obiecte +itemGroup.food=Alimente +itemGroup.tools=Unelte +itemGroup.combat=Luptă +itemGroup.brewing=Preparare +itemGroup.materials=Materiale +itemGroup.inventory=Inventar Supravieţuire + +inventory.binSlot=Distrugeţi Element + +advMode.setCommand=Defineşte Consola de Comandă pentru acest Bloc +advMode.command=Comandă de consolă +advMode.nearestPlayer=Foloseşte "@p" ca să ţinteşti cel mai apropiat jucător +advMode.randomPlayer=Foloseşte "@r" ca să ţinteşti un jucător aleator +advMode.allPlayers=Foloseşte "@a" ca să ţinteşti toţi jucătorii + +advMode.notEnabled=Blocurile de comandă nu sunt activate pe acest server +advMode.notAllowed=Trebuie să fie un jucător op-at în modul creativ + +mco.title=Minecraft Realms +mco.selectServer.select=Intră pe Server +mco.selectServer.configure=Configure +mco.selectServer.create=Creeaza Lumea +mco.selectServer.moreinfo=Mai multe informaţii + +mco.configure.world.edit.title=Editeaza Lumea + +mco.configure.world.title=Configură lume +mco.configure.world.name=Nume +mco.configure.world.description=Descriere +mco.configure.world.location=Locaţie +mco.configure.world.invited=Invitat +mco.configure.world.buttons.edit=Modificare +mco.configure.world.buttons.reset=Reseteaza Lumea +mco.configure.world.buttons.done=Terminat +mco.configure.world.buttons.delete=Ștergere +mco.configure.world.buttons.open=Deschide Lumea +mco.configure.world.buttons.close=Inchide Lumea +mco.configure.world.buttons.invite=Invită +mco.configure.world.buttons.uninvite=Exclude +mco.configure.world.buttons.subscription=Subscription +mco.configure.world.invite.profile.name=Nume +mco.configure.world.uninvite.question=Sunteți sigur că vreți sa anulați invitația + +mco.configure.world.subscription.title=Subscription Info +mco.configure.world.subscription.daysleft=Days Left +mco.configure.world.subscription.start=Start Date +mco.configure.world.subscription.extend=Extend + +mco.create.world.location.title=Locații +mco.create.world.location.warning=Nu este sigur că vei avea locația pe care o selectezi +mco.create.world.wait=Se creează lumea... + +mco.reset.world.title=Resetează Lumea +mco.reset.world.warning=Aceasta va șterge lumea definitiv! +mco.reset.world.seed=Sămânță (Opțional) +mco.reset.world.resetting.screen.title=Resetare lume... + +mco.configure.world.close.question.line1=Lume nu va mai fi disponibilă. +mco.configure.world.close.question.line2=Esti sigur ca vrei sa faci asta? + +mco.connect.connecting=Se conectează la serverul online... +mco.connect.authorizing=Se conectează... +mco.connect.failed=Nu a reuşit conectarea la server+ul online + +mco.create.world=Creare + diff --git a/1.5.2/lang/ru_RU.lang b/1.5.2/lang/ru_RU.lang new file mode 100644 index 00000000..77f42c57 --- /dev/null +++ b/1.5.2/lang/ru_RU.lang @@ -0,0 +1,1292 @@ +#X-Generator: crowdin.net + +language.name=Русский +language.region=Россия +language.code=ru_RU + +gui.done=Готово +gui.cancel=Отмена +gui.back=Back +gui.toMenu=Вернуться в главное меню +gui.up=Вверх +gui.down=Вниз +gui.yes=Да +gui.no=Нет + +menu.singleplayer=Одиночная игра +menu.multiplayer=Сетевая игра +menu.online=Minecraft Realms +menu.options=Настройки... +menu.quit=Выйти из игры +menu.returnToMenu=Сохранить и выйти в меню +menu.disconnect=Отключиться +menu.returnToGame=Вернуться к игре +menu.switchingLevel=Смена миров +menu.generatingLevel=Создание мира +menu.loadingLevel=Загрузка мира +menu.generatingTerrain=Генерация ландшафта +menu.convertingLevel=Преобразование мира +menu.simulating=Симуляция... +menu.respawning=Возрождение +menu.shareToLan=Открыть для сети + +selectWorld.title=Выбрать мир +selectWorld.empty=пусто +selectWorld.world=Мир +selectWorld.select=Играть в выбранном мире +selectWorld.create=Создать новый мир +selectWorld.recreate=Пересоздать +selectWorld.createDemo=Играть на новом демо-уровне +selectWorld.delete=Удалить +selectWorld.rename=Переименовать +selectWorld.deleteQuestion=Вы уверены, что хотите удалить этот мир? +selectWorld.deleteWarning=он будет потерян навсегда! (Совсем навсегда!) +selectWorld.deleteButton=Удалить +selectWorld.renameButton=Переименовать +selectWorld.renameTitle=Переименовать мир +selectWorld.conversion=Требуется конвертация! +selectWorld.newWorld=Новый мир +selectWorld.newWorld.copyOf=Копия мира %s +selectWorld.enterName=Название мира +selectWorld.resultFolder=Будет сохранен в: +selectWorld.enterSeed=Ключ для генератора мира +selectWorld.seedInfo=Оставьте пустым для случайного значения +selectWorld.cheats=Чит-коды +selectWorld.customizeType=Настроить + +createWorld.customize.presets=Шаблоны +createWorld.customize.presets.title=Выбор шаблона +createWorld.customize.presets.select=Использовать шаблон +createWorld.customize.presets.share=Хотите поделиться с другими своими шаблонами? Используйте поле ниже! +createWorld.customize.presets.list=Или можете использовать наши! +createWorld.customize.flat.title=Настройки супер-плоского режима +createWorld.customize.flat.tile=Материал слоя +createWorld.customize.flat.height=Высота +createWorld.customize.flat.addLayer=Добавить слой +createWorld.customize.flat.editLayer=Редактировать слой +createWorld.customize.flat.removeLayer=Удалить слой +createWorld.customize.flat.layer.top=Верхний слой - %d +createWorld.customize.flat.layer=%d +createWorld.customize.flat.layer.bottom=Нижний слой - %d + +gameMode.survival=Выживание +gameMode.creative=Творческий режим +gameMode.adventure=Режим приключений +gameMode.hardcore=Хардкор! +gameMode.changed=Ваш игровой режим был обновлен + +selectWorld.gameMode=Игровой режим: +selectWorld.gameMode.survival=Выживание +selectWorld.gameMode.survival.line1=Ищите ресурсы, мастерите, поднимайте свой +selectWorld.gameMode.survival.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.adventure=Приключенческий +selectWorld.gameMode.adventure.line1=Подобен режиму Выживания, однако блоки нельзя +selectWorld.gameMode.adventure.line2=ни устанавливать ни разрушать +selectWorld.moreWorldOptions=Дополнительные настройки мира... +selectWorld.mapFeatures=Генерировать строения: +selectWorld.mapFeatures.info=Деревни, подземелья и т.д. +selectWorld.mapType=Тип мира: +selectWorld.mapType.normal=Нормальный +selectWorld.allowCommands=Использование читов: +selectWorld.allowCommands.info=Такие команды, как /gamemode, /xp +selectWorld.hardcoreMode=Хардкор: +selectWorld.hardcoreMode.info=Мир удаляется после смерти +selectWorld.bonusItems=Бонусный сундук: + +generator.default=По умолчанию +generator.flat=Супер-плоский +generator.largeBiomes=Большие биомы + +selectServer.title=Выберите сервер +selectServer.empty=пусто +selectServer.select=Подключиться +selectServer.direct=Прямое подключение +selectServer.edit=Редактировать +selectServer.delete=Удалить +selectServer.add=Добавить +selectServer.defaultName=Сервер Minecraft +selectServer.deleteQuestion=Вы действительно хотите удалить этот сервер? +selectServer.deleteWarning=будет удален навсегда! (Совсем навсегда!) +selectServer.deleteButton=Удалить +selectServer.refresh=Обновить +selectServer.hiddenAddress=(Скрыт) +addServer.title=Информация о сервере +addServer.enterName=Название сервера +addServer.enterIp=Адрес сервера +addServer.add=Готово +addServer.hideAddress=Скрыть адрес +lanServer.title=Мир в локальной сети +lanServer.scanning=Scanning for games on your local network +lanServer.start=Открыть мир для сети +lanServer.otherPlayers=Настройки для других игроков +mcoServer.title=Мир Minecraft Онлайн + +multiplayer.title=Сетевая игра +multiplayer.connect=Подключиться +multiplayer.info1=Сетевой режим Minecraft еще не доработан, но +multiplayer.info2=мы работаем над этим. +multiplayer.ipinfo=Введите IP-адрес сервера для подключения: + +multiplayer.texturePrompt.line1=Этот сервер рекомендует использовать свой набор текстур. +multiplayer.texturePrompt.line2=Хотите скачать и установить его автоматически? + +multiplayer.downloadingTerrain=Загрузка мира + +multiplayer.stopSleeping=Встать с кровати + +chat.link.confirm=Вы действительно хотите перейти по ссылке? +chat.link.warning=Не переходите по ссылкам от людей, которым не доверяете! +chat.copy=Копировать + +menu.playdemo=Играть на демонстрационном мире +menu.resetdemo=Сбросить демо-мир +demo.day.1=Демонстрация закончится через 5 игровых дней. Проявите себя! +demo.day.2=День Второй +demo.day.3=День Третий +demo.day.4=День Четвертый +demo.day.5=Это ваш последний день! +demo.day.warning=Ваше время почти вышло! +demo.day.6=Пятый день прошел, нажмите F2, чтобы сохранить скриншот вашего творения +demo.reminder=Время демо-версии вышло, купите игру чтобы продолжить или создайте новый мир! +demo.remainingTime=Оставшееся время: %s +demo.demoExpired=Время демонстрации подошло к концу! +demo.help.movement=Используйте %1$s, %2$s, %3$s, %4$s и мышь для передвижения +demo.help.movementShort=Передвигайтесь, нажимая %1$s, %2$s, %3$s, %4$s +demo.help.movementMouse=Осмотритесь вокруг с помощью мыши +demo.help.jump=Нажмите %1$s для прыжка +demo.help.inventory=Нажмите %1$s для просмотра инвентаря +demo.help.title=Демонстрационный режим +demo.help.fullWrapped=Эта демонстрация будет длиться 5 игровых дней (около 1 часа 40 минут реального времени). Проверьте достижения для подсказок! Удачи! +demo.help.buy=Купить сейчас +demo.help.later=Продолжить игру! + +connect.connecting=Подключение к серверу... +connect.authorizing=Выполняется вход... +connect.failed=Не удалось подключиться к серверу + +disconnect.genericReason=%s +disconnect.disconnected=Отключен сервером +disconnect.lost=Соединение потеряно +disconnect.kicked=Вас выгнали с сервера +disconnect.timeout=Превышено время ожидания +disconnect.closed=Соединение прервано +disconnect.loginFailed=Ошибка входа +disconnect.loginFailedInfo=Ошибка входа: %s +disconnect.quitting=Выход +disconnect.endOfStream=Конец потока +disconnect.overflow=Переполнение буфера +disconnect.spam=Выгнан за спам + +options.off=ВЫКЛ +options.on=ВКЛ +options.visible=Показано +options.hidden=Скрыт +options.title=Настройки +options.controls=Управление... +options.video=Настройки графики... +options.language=Язык... +options.languageWarning=Перевод может содержать ошибки +options.videoTitle=Настройки графики +options.music=Музыка +options.sound=Звуки +options.invertMouse=Инверсия мыши +options.fov=Поле зрения +options.fov.min=Нормально +options.fov.max=Quake Pro +options.gamma=Яркость +options.gamma.min=Тускло +options.gamma.max=Ярко +options.sensitivity=Чувствительность +options.sensitivity.min=Минимальная +options.sensitivity.max=СУПЕР СКОРОСТЬ!!! +options.renderDistance=Дальность прорисовки +options.renderDistance.tiny=Очень близко +options.renderDistance.short=Малая +options.renderDistance.normal=Нормальная +options.renderDistance.far=Дальняя +options.viewBobbing=Покачивание камеры +options.ao=Мягкое освещение +options.ao.off=Off +options.ao.min=Minimum +options.ao.max=Maximum +options.anaglyph=3D анаглиф +options.framerateLimit=Производительность +options.difficulty=Сложность +options.difficulty.peaceful=Мирная +options.difficulty.easy=Легкая +options.difficulty.normal=Нормальная +options.difficulty.hard=Сложная +options.difficulty.hardcore=Хардкор +options.graphics=Графика +options.graphics.fancy=Детальная +options.graphics.fast=Быстрая +options.guiScale=Интерфейс +options.guiScale.auto=Авто +options.guiScale.small=Мелкий +options.guiScale.normal=Обычный +options.guiScale.large=Крупный +options.advancedOpengl=Расширенный OpenGL +options.renderClouds=Облака +options.farWarning1=Для дальности отрисовки "Дальняя" +options.farWarning2=рекомендуется 64-битная версия Java (у Вас 32-битная) +options.particles=Частицы +options.particles.all=Все +options.particles.decreased=Меньше +options.particles.minimal=Минимум +options.multiplayer.title=Настройки сетевой игры... +options.chat.title=Настройки чата... +options.chat.visibility=Чат +options.chat.visibility.full=Виден +options.chat.visibility.system=Только команды +options.chat.visibility.hidden=Скрыт +options.chat.color=Цвета +options.chat.opacity=Непрозрачность +options.chat.links=Web-ссылки +options.chat.links.prompt=Подтверждение перехода +options.chat.scale=Размер +options.chat.width=Ширина +options.chat.height.focused=Высота (активный чат) +options.chat.height.unfocused=Высота (неактивный чат) +options.showCape=Показывать плащи +options.serverTextures=Текстуры сервера +options.snooper=Разрешить сбор информации +options.snooper.view=Настройки сбора информации... +options.snooper.title=Сбор информации об устройстве +options.snooper.desc=Мы хотим собрать информацию о вашем компьютере, благодаря чему мы поможем улучшить Minecraft и быстрее найти проблемы. Вся передаваемая информация полностью анонимна и приведена ниже. Мы гарантируем, что ваши данные не будут использованы в корыстных целях, однако, если хотите, вы свободно можете отказаться от этого, отключив отправку данных внизу этого окна! +options.texture.pack=Пакеты текстур +options.fullscreen=Полноэкранный режим +options.vsync=Вертикальная синхронизация +options.touchscreen=Сенсорный режим + +performance.max=Максимум FPS +performance.balanced=Сбалансированный +performance.powersaver=Энергосбережение + +controls.title=Управление + +key.forward=Вперёд +key.left=Влево +key.back=Назад +key.right=Вправо +key.jump=Прыжок +key.inventory=Инвентарь +key.drop=Выкинуть предмет +key.chat=Чат +key.fog=Туман +key.sneak=Красться +key.playerlist=Список игроков +key.attack=Атака +key.use=Использовать +key.pickItem=Выбор блока +key.mouseButton=Кнопка %1$s +key.command=Команда + +texturePack.openFolder=Открыть папку с текстурами +texturePack.title=Выбрать текстуры +texturePack.folderInfo=(Поместите сюда архив с текстурами) +texturePack.incompatible=Несовместимо + +book.pageIndicator=Страница %1$s из %2$s +book.byAuthor=Автор: %1$s +book.signButton=Подписать +book.editTitle=Введите название книги: +book.finalizeButton=Подписать и закрыть +book.finalizeWarning=Внимание! После подписания книгу нельзя редактировать! + +tile.stone.name=Камень + +tile.grass.name=Блок травы +tile.dirt.name=Земля +tile.stonebrick.name=Булыжник +tile.wood.name=Доски +tile.wood.oak.name=Дубовые доски +tile.wood.spruce.name=Еловые доски +tile.wood.birch.name=Берёзовые доски +tile.wood.jungle.name=Доски из тропического дерева +tile.sapling.oak.name=Саженец дуба +tile.sapling.spruce.name=Саженец ели +tile.sapling.birch.name=Саженец берёзы +tile.sapling.jungle.name=Саженец тропического дерева +tile.deadbush.name=Мертвый куст +tile.bedrock.name=Бедрок +tile.water.name=Вода +tile.lava.name=Лава +tile.sand.name=Песок +tile.sandStone.name=Песчаник +tile.sandStone.default.name=Песчаник +tile.sandStone.chiseled.name=Резной песчаник +tile.sandStone.smooth.name=Гладкий песчаник +tile.gravel.name=Гравий +tile.oreGold.name=Золотая руда +tile.oreIron.name=Железная руда +tile.oreCoal.name=Уголь +tile.log.name=Дерево +tile.log.oak.name=Дуб +tile.log.spruce.name=Ель +tile.log.birch.name=Берёза +tile.log.jungle.name=Тропическое дерево +tile.leaves.name=Листва +tile.leaves.oak.name=Дубовая листва +tile.leaves.spruce.name=Хвоя +tile.leaves.birch.name=Берёзовая листва +tile.leaves.jungle.name=Тропическая листва +tile.tallgrass.name=Трава +tile.tallgrass.shrub.name=Куст +tile.tallgrass.grass.name=Высокая трава +tile.tallgrass.fern.name=Папоротник +tile.sponge.name=Губка +tile.glass.name=Стекло +tile.thinGlass.name=Стеклянная панель +tile.cloth.name=Шерсть +tile.flower.name=Цветок +tile.rose.name=Роза +tile.mushroom.name=Гриб +tile.blockGold.name=Золотой блок +tile.blockIron.name=Железный блок +tile.stoneSlab.stone.name=Каменная плита +tile.stoneSlab.sand.name=Плита из песчаника +tile.stoneSlab.wood.name=Деревянная плита +tile.stoneSlab.cobble.name=Плита из булыжника +tile.stoneSlab.brick.name=Кирпичная плита +tile.stoneSlab.smoothStoneBrick.name=Плита из каменных кирпичей +tile.stoneSlab.netherBrick.name=Плита из адского кирпича +tile.stoneSlab.quartz.name=Кварцевая плита +tile.woodSlab.oak.name=Дубовая плита +tile.woodSlab.spruce.name=Еловая панель +tile.woodSlab.birch.name=Берёзовая плита +tile.woodSlab.jungle.name=Плита из тропической древесины +tile.brick.name=Кирпичи +tile.tnt.name=Динамит +tile.bookshelf.name=Книжная полка +tile.stoneMoss.name=Замшелый булыжник +tile.obsidian.name=Обсидиан +tile.torch.name=Факел +tile.fire.name=Огонь +tile.mobSpawner.name=Рассадник монстров +tile.stairsWood.name=Ступеньки из дуба +tile.stairsWoodSpruce.name=Ступеньки из сосны +tile.stairsWoodBirch.name=Ступеньки из древесины берёзы +tile.stairsWoodJungle.name=Ступеньки из тропической древесины +tile.chest.name=Сундук +tile.chestTrap.name=Сундук-ловушка +tile.redstoneDust.name=Красная пыль +tile.oreDiamond.name=Алмазная руда +tile.blockDiamond.name=Алмазный блок +tile.workbench.name=Верстак +tile.crops.name=Всходы +tile.farmland.name=Пашня +tile.furnace.name=Печь +tile.sign.name=Табличка +tile.doorWood.name=Деревянная дверь +tile.ladder.name=Лестница +tile.rail.name=Рельсы +tile.goldenRail.name=Энергорельсы +tile.activatorRail.name=Активирующие рельсы +tile.detectorRail.name=Рельсы с датчиком +tile.stairsStone.name=Ступеньки из булыжника +tile.stairsSandStone.name=Ступеньки из песчаника +tile.lever.name=Рычаг +tile.pressurePlate.name=Нажимная плита +tile.weightedPlate_light.name=Весовая нажимная пластина (Лёгкая) +tile.weightedPlate_heavy.name=Весовая нажимная пластина (Тяжёлая) +tile.doorIron.name=Железная дверь +tile.oreRedstone.name=Красная руда +tile.notGate.name=Красный факел +tile.button.name=Кнопка +tile.snow.name=Снег +tile.ice.name=Лёд +tile.cactus.name=Кактус +tile.clay.name=Глина +tile.reeds.name=Сахарный тростник +tile.jukebox.name=Проигрыватель +tile.fence.name=Забор +tile.fenceGate.name=Калитка +tile.pumpkin.name=Тыква +tile.litpumpkin.name=Светильник Джека +tile.hellrock.name=Адский камень +tile.hellsand.name=Песок душ +tile.lightgem.name=Светящийся камень +tile.portal.name=Портал +tile.cloth.black.name=Черная шерсть +tile.cloth.red.name=Красная шерсть +tile.cloth.green.name=Зеленая шерсть +tile.cloth.brown.name=Коричневая шерсть +tile.cloth.blue.name=Синяя шерсть +tile.cloth.purple.name=Фиолетовая шерсть +tile.cloth.cyan.name=Бирюзовая шерсть +tile.cloth.silver.name=Светло-серая шерсть +tile.cloth.gray.name=Серая шерсть +tile.cloth.pink.name=Розовая шерсть +tile.cloth.lime.name=Лаймовая шерсть +tile.cloth.yellow.name=Желтая шерсть +tile.cloth.lightBlue.name=Голубая шерсть +tile.cloth.magenta.name=Пурпурная шерсть +tile.cloth.orange.name=Оранжевая шерсть +tile.cloth.white.name=Шерсть +tile.oreLapis.name=Лазуритовая руда +tile.blockLapis.name=Блок лазурита +tile.dispenser.name=Раздатчик +tile.dropper.name=Выбрасыватель +tile.musicBlock.name=Нотный блок +tile.cake.name=Торт +tile.bed.name=Кровать +tile.bed.occupied=Эта кровать занята +tile.bed.noSleep=Спать можно только ночью +tile.bed.notSafe=Вы не можете спать, пока рядом есть монстры +tile.bed.notValid=Ваша кровать пропала или доступ к ней затруднен +tile.lockedchest.name=Запертый сундук +tile.trapdoor.name=Люк +tile.web.name=Паутина +tile.stonebricksmooth.name=Каменные кирпичи +tile.stonebricksmooth.default.name=Каменные кирпичи +tile.stonebricksmooth.mossy.name=Замшелые каменные кирпичи +tile.stonebricksmooth.cracked.name=Потресканные каменные кирпичи +tile.stonebricksmooth.chiseled.name=Резные каменные кирпичи +tile.monsterStoneEgg.stone.name=Камень с монстрами +tile.monsterStoneEgg.cobble.name=Булыжник с монстрами +tile.monsterStoneEgg.brick.name=Каменный кирпич с монстрами +tile.pistonBase.name=Поршень +tile.pistonStickyBase.name=Липкий поршень +tile.fenceIron.name=Железные прутья +tile.melon.name=Арбуз +tile.stairsBrick.name=Кирпичные ступеньки +tile.stairsStoneBrickSmooth.name=Каменные ступеньки +tile.vine.name=Лоза +tile.netherBrick.name=Адские кирпичи +tile.netherFence.name=Адский забор +tile.stairsNetherBrick.name=Адские ступеньки +tile.netherStalk.name=Адский нарост +tile.cauldron.name=Котёл +tile.enchantmentTable.name=Стол зачарований +tile.anvil.name=Наковальня +tile.anvil.intact.name=Наковальня +tile.anvil.slightlyDamaged.name=Повреждённая наковальня +tile.anvil.veryDamaged.name=Сильно повреждённая наковальня +tile.whiteStone.name=Эндерняк +tile.endPortalFrame.name=Портал в Энд +tile.mycel.name=Мицелий +tile.waterlily.name=Кувшинка +tile.dragonEgg.name=Яйцо дракона +tile.redstoneLight.name=Лампа +tile.cocoa.name=Какао +tile.enderChest.name=Сундук Эндера +tile.oreRuby.name=Рубиновая руда +tile.oreEmerald.name=Изумрудная руда +tile.blockEmerald.name=Изумрудный блок +tile.blockRedstone.name=Блок красной пыли +tile.tripWire.name=Растяжка +tile.tripWireSource.name=Крюк +tile.commandBlock.name=Командный блок +tile.beacon.name=Маяк +tile.beacon.primary=Основной эффект +tile.beacon.secondary=Вторичная мощность +tile.cobbleWall.normal.name=Стена из булыжника +tile.cobbleWall.mossy.name=Стена из замшелого булыжника +tile.carrots.name=Морковь +tile.potatoes.name=Картофель +tile.daylightDetector.name=Датчик дневного света +tile.netherquartz.name=Кварцевая руда +tile.hopper.name=Воронка +tile.quartzBlock.default.name=Кварцевый блок +tile.quartzBlock.chiseled.name=Резной кварцевый блок +tile.quartzBlock.lines.name=Кварцевая колонна +tile.stairsQuartz.name=Кварцевые ступеньки + +item.shovelIron.name=Железная лопата +item.pickaxeIron.name=Железная кирка +item.hatchetIron.name=Железный топор +item.flintAndSteel.name=Огниво +item.apple.name=Яблоко +item.cookie.name=Печенье +item.bow.name=Лук +item.arrow.name=Стрела +item.coal.name=Уголь +item.charcoal.name=Древесный уголь +item.diamond.name=Алмаз +item.emerald.name=Изумруд +item.ingotIron.name=Железный слиток +item.ingotGold.name=Золотой слиток +item.swordIron.name=Железный меч +item.swordWood.name=Деревянный меч +item.shovelWood.name=Деревянная лопата +item.pickaxeWood.name=Деревянная кирка +item.hatchetWood.name=Деревянный топор +item.swordStone.name=Каменный меч +item.shovelStone.name=Каменная лопата +item.pickaxeStone.name=Каменная кирка +item.hatchetStone.name=Каменный топор +item.swordDiamond.name=Алмазный меч +item.shovelDiamond.name=Алмазная лопата +item.pickaxeDiamond.name=Алмазная кирка +item.hatchetDiamond.name=Алмазный топор +item.stick.name=Палка +item.bowl.name=Миска +item.mushroomStew.name=Тушеные грибы +item.swordGold.name=Золотой меч +item.shovelGold.name=Золотая лопата +item.pickaxeGold.name=Золотая кирка +item.hatchetGold.name=Золотой топор +item.string.name=Нить +item.feather.name=Перо +item.sulphur.name=Порох +item.hoeWood.name=Деревянная мотыга +item.hoeStone.name=Каменная мотыга +item.hoeIron.name=Железная мотыга +item.hoeDiamond.name=Алмазная мотыга +item.hoeGold.name=Золотая мотыга +item.seeds.name=Семена пшеницы +item.seeds_pumpkin.name=Семена тыквы +item.seeds_melon.name=Семена арбуза +item.melon.name=Арбуз +item.wheat.name=Пшеница +item.bread.name=Хлеб +item.helmetCloth.name=Кожаный шлем +item.chestplateCloth.name=Кожаная куртка +item.leggingsCloth.name=Кожаные штаны +item.bootsCloth.name=Кожаные ботинки +item.helmetChain.name=Койф +item.chestplateChain.name=Кольчуга +item.leggingsChain.name=Кольчужные поножи +item.bootsChain.name=Кольчужные ботинки +item.helmetIron.name=Железный шлем +item.chestplateIron.name=Железный нагрудник +item.leggingsIron.name=Железные поножи +item.bootsIron.name=Железные ботинки +item.helmetDiamond.name=Алмазный шлем +item.chestplateDiamond.name=Алмазный нагрудник +item.leggingsDiamond.name=Алмазные поножи +item.bootsDiamond.name=Алмазные ботинки +item.helmetGold.name=Золотой шлем +item.chestplateGold.name=Золотой нагрудник +item.leggingsGold.name=Золотые поножи +item.bootsGold.name=Золотые ботинки +item.flint.name=Кремень +item.porkchopRaw.name=Сырая свинина +item.porkchopCooked.name=Жареная свинина +item.chickenRaw.name=Курятина +item.chickenCooked.name=Жареная курица +item.beefRaw.name=Сырая говядина +item.beefCooked.name=Стейк +item.painting.name=Картина +item.frame.name=Рамка +item.appleGold.name=Золотое яблоко +item.sign.name=Табличка +item.doorWood.name=Деревянная дверь +item.bucket.name=Ведро +item.bucketWater.name=Ведро воды +item.bucketLava.name=Ведро лавы +item.minecart.name=Вагонетка +item.saddle.name=Седло +item.doorIron.name=Железная дверь +item.redstone.name=Красная пыль +item.snowball.name=Снежок +item.boat.name=Лодка +item.leather.name=Кожа +item.milk.name=Молоко +item.brick.name=Кирпич +item.clay.name=Глина +item.reeds.name=Сахарный тростник +item.paper.name=Бумага +item.book.name=Книга +item.slimeball.name=Сгусток слизи +item.minecartChest.name=Грузовая вагонетка +item.minecartFurnace.name=Самоходная вагонетка +item.minecartTnt.name=Вагонетка с динамитом +item.minecartHopper.name=Вагонетка с загрузочной воронкой +item.egg.name=Яйцо +item.compass.name=Компас +item.fishingRod.name=Удочка +item.clock.name=Часы +item.yellowDust.name=Светящаяся пыль +item.fishRaw.name=Сырая рыба +item.fishCooked.name=Жареная рыба +item.record.name=Пластинка +item.bone.name=Кость +item.dyePowder.black.name=Чернильный мешок +item.dyePowder.red.name=Красный краситель +item.dyePowder.green.name=Зеленый краситель +item.dyePowder.brown.name=Какао-бобы +item.dyePowder.blue.name=Лазурит +item.dyePowder.purple.name=Фиолетовый краситель +item.dyePowder.cyan.name=Бирюзовый краситель +item.dyePowder.silver.name=Светло-серый краситель +item.dyePowder.gray.name=Серый краситель +item.dyePowder.pink.name=Розовый краситель +item.dyePowder.lime.name=Лаймовый краситель +item.dyePowder.yellow.name=Желтый краситель +item.dyePowder.lightBlue.name=Голубой краситель +item.dyePowder.magenta.name=Пурпурный краситель +item.dyePowder.orange.name=Оранжевый краситель +item.dyePowder.white.name=Костная мука +item.sugar.name=Сахар +item.cake.name=Торт +item.bed.name=Кровать +item.diode.name=Повторитель +item.comparator.name=Конденсатор +item.map.name=Карта +item.leaves.name=Листва +item.shears.name=Ножницы +item.rottenFlesh.name=Гнилая плоть +item.enderPearl.name=Жемчуг Эндера +item.blazeRod.name=Стержень ифрита +item.ghastTear.name=Слеза Гаста +item.netherStalkSeeds.name=Адский нарост +item.potion.name=Зелье +item.emptyPotion.name=Пузырёк воды +item.goldNugget.name=Золотой самородок +item.glassBottle.name=Пузырёк +item.spiderEye.name=Паучий глаз +item.fermentedSpiderEye.name=Маринованный паучий глаз +item.blazePowder.name=Огненный порошок +item.magmaCream.name=Сгусток магмы +item.cauldron.name=Котёл +item.brewingStand.name=Варочная стойка +item.eyeOfEnder.name=Око Эндера +item.speckledMelon.name=Сверкающий арбуз +item.monsterPlacer.name=Призвать существо - +item.expBottle.name=Пузырёк опыта +item.fireball.name=Огненный шар +item.writingBook.name=Книга и перо +item.writtenBook.name=Написанная книга +item.ruby.name=Рубин +item.flowerPot.name=Цветочный горшок +item.emptyMap.name=Пустая карта +item.carrots.name=Морковь +item.carrotGolden.name=Золотая морковь +item.potato.name=Картофель +item.potatoBaked.name=Печёный картофель +item.potatoPoisonous.name=Ядовитый картофель +item.skull.skeleton.name=Череп скелета +item.skull.wither.name=Череп Скелета-Иссушителя +item.skull.zombie.name=Голова зомби +item.skull.char.name=Голова +item.skull.player.name=Голова %s +item.skull.creeper.name=Голова крипера +item.carrotOnAStick.name=Удочка с морковью +item.netherStar.name=Звезда Нижнего мира +item.pumpkinPie.name=Тыквенный пирог +item.enchantedBook.name=Зачарованная книга +item.fireworks.name=Ракета +item.fireworks.flight=Длительность полёта: +item.fireworksCharge.name=Звёздочка +item.fireworksCharge.black=Чёрный +item.fireworksCharge.red=Красный +item.fireworksCharge.green=Зелёный +item.fireworksCharge.brown=Коричневый +item.fireworksCharge.blue=Синий +item.fireworksCharge.purple=Фиолетовый +item.fireworksCharge.cyan=Бирюзовый +item.fireworksCharge.silver=Светло-серый +item.fireworksCharge.gray=Серый +item.fireworksCharge.pink=Розовый +item.fireworksCharge.lime=Лаймовый +item.fireworksCharge.yellow=Жёлтый +item.fireworksCharge.lightBlue=Голубой +item.fireworksCharge.magenta=Пурпурный +item.fireworksCharge.orange=Оранжевый +item.fireworksCharge.white=Белый +item.fireworksCharge.customColor=Пользовательский +item.fireworksCharge.fadeTo=Затухать в +item.fireworksCharge.flicker=Мерцание +item.fireworksCharge.trail=След +item.fireworksCharge.type.0=Малый шар +item.fireworksCharge.type.1=Большой шар +item.fireworksCharge.type.2=Звездообразный +item.fireworksCharge.type.3=Криперообразный +item.fireworksCharge.type.4=Всплеск +item.fireworksCharge.type=Неизвестная форма +item.netherbrick.name=Кирпич Нижнего Мира +item.netherquartz.name=Кварц Нижнего Мира + +container.inventory=Инвентарь +container.hopper=Загрузочная воронка +container.crafting=Создание +container.dispenser=Раздатчик +container.dropper=Выбрасыватель +container.furnace=Печь +container.enchant=Зачарование +container.repair=Ремонт и наименование +container.repair.cost=Стоимость зачарования: %1$d +container.repair.expensive=Слишком дорого! +container.creative=Выбор предмета +container.brewing=Варочная стойка +container.chest=Сундук +container.chestDouble=Большой сундук +container.minecart=Вагонетка +container.enderchest=Сундук Эндера + +item.dyed=Крашеный + +entity.Item.name=Предмет +entity.XPOrb.name=Сфера опыта +entity.SmallFireball.name=Малый огненный шар +entity.Fireball.name=Огненный шар + +entity.Arrow.name=стрела +entity.Snowball.name=Снежок +entity.Painting.name=Картина + +entity.Mob.name=Существо +entity.Monster.name=Монстр + +entity.Creeper.name=Крипер +entity.Skeleton.name=Скелет +entity.Spider.name=Паук +entity.Giant.name=Гигант +entity.Zombie.name=Зомби +entity.Slime.name=Слизень +entity.Ghast.name=Гаст +entity.PigZombie.name=Свинозомби +entity.Enderman.name=Эндермен +entity.Silverfish.name=Чешуйница +entity.CaveSpider.name=Пещерный паук +entity.Blaze.name=Ифрит +entity.LavaSlime.name=Адский слизень +entity.MushroomCow.name=Мууухомор +entity.Villager.name=Житель +entity.VillagerGolem.name=Железный голем +entity.SnowMan.name=Снеговик +entity.EnderDragon.name=Дракон Эндера +entity.WitherBoss.name=Иссушитель +entity.Witch.name=Ведьма + +entity.Pig.name=Свинья +entity.Sheep.name=Овца +entity.Cow.name=Корова +entity.Chicken.name=Курица +entity.Squid.name=Спрут +entity.Wolf.name=Волк +entity.Ozelot.name=Оцелот +entity.Cat.name=Кот +entity.Bat.name=Летучая мышь + +entity.PrimedTnt.name=Блок динамита +entity.FallingSand.name=Падающий блок + +entity.Minecart.name=Вагонетка +entity.Boat.name=Лодка + +entity.generic.name=неизвестно + +death.fell.accident.ladder=%1$s упал с лестницы +death.fell.accident.vines=%1$s упал с лианы +death.fell.accident.water=%1$s выпал из воды +death.fell.accident.generic=%1$s упал с высокого места +death.fell.killer=%1$s был обречён на падение +death.fell.assist=%1$s был обречён на падение, благодаря %2$s +death.fell.assist.item=%1$s был обречён на падение %2$s с помощью %3$s +death.fell.finish=%1$s упал с высоты и оказался добит %2$s +death.fell.finish.item=%1$s упал с высоты и был прикончен %2$s с помощью %3$s + +death.attack.inFire=%1$s загорелся +death.attack.inFire.player=%1$s вошёл в огонь, борясь с %2$s +death.attack.onFire=%1$s сгорел заживо +death.attack.onFire.player=%1$s сожжён дотла, пока боролся с %2$s +death.attack.lava=%1$s попробовал поплавать в лаве +death.attack.lava.player=%1$s попробовал поплавать в лаве, убегая от %2$s +death.attack.inWall=%1$s задохнулся в стене +death.attack.drown=%1$s утонул +death.attack.drown.player=%1$s утонул, пытаясь убежать от %2$s +death.attack.starve=%1$s проголодался до смерти +death.attack.cactus=%1$s закололся до смерти +death.attack.cactus.player=%1$s вошёл в кактус, пытаясь убежать от %2$s +death.attack.generic=%1$s умер +death.attack.explosion=%1$s взорвался +death.attack.explosion.player=%1$s был взорван %2$s +death.attack.magic=%1$s был убит магией +death.attack.wither=%1$s был иссушен +death.attack.anvil=%1$s раздавлен падающей наковальней +death.attack.fallingBlock=%1$s раздавлен падающим блоком +death.attack.mob=%1$s был убит %2$s +death.attack.player=%1$s был убит %2$s +death.attack.player.item=%1$s был убит %2$s с помощью %3$s +death.attack.arrow=%1$s застрелен %2$s +death.attack.arrow.item=%1$s застрелен %2$s с помощью %3$s +death.attack.fireball=%1$s убит огненным шаром %2$s +death.attack.fireball.item=%1$s убит огненным шаром %2$s с помощью %3$s +death.attack.thrown=%1$s был избит %2$s +death.attack.thrown.item=%1$s был избит %2$s с помощью %3$s +death.attack.indirectMagic=%1$s был убит %2$s с помощью магии +death.attack.indirectMagic.item=%1$s был убит %2$s с помощью %3$s +death.attack.thorns=%1$s был убит, пытаясь навредить %2$s +death.attack.fall=%1$s ударился о землю слишком сильно +death.attack.outOfWorld=%1$s выпал из мира + +deathScreen.respawn=Возродиться +deathScreen.deleteWorld=Удалить мир +deathScreen.titleScreen=Главное меню +deathScreen.score=Счёт +deathScreen.title.hardcore=Конец игры! +deathScreen.hardcoreInfo=Вы не можете возродиться в режиме Хардкор! +deathScreen.title=Вы умерли! +deathScreen.leaveServer=Покинуть сервер + +potion.empty=Без эффектов +potion.moveSpeed=Скорость +potion.moveSlowdown=Медлительность +potion.digSpeed=Ускорение +potion.digSlowDown=Утомление +potion.damageBoost=Сила +potion.weakness=Слабость +potion.heal=Мгновенное лечение +potion.harm=Моментальный урон +potion.jump=Прыгучесть +potion.confusion=Тошнота +potion.regeneration=Восстановление +potion.resistance=Сопротивление урону +potion.fireResistance=Огнестойкость +potion.waterBreathing=Дыхание под водой +potion.invisibility=Невидимость +potion.blindness=Слепота +potion.nightVision=Ночное зрение +potion.hunger=Голод +potion.poison=Отравление +potion.wither=Иссушение + +potion.moveSpeed.postfix=Зелье стремительности +potion.moveSlowdown.postfix=Зелье замедления +potion.digSpeed.postfix=Зелье скорости +potion.digSlowDown.postfix=Зелье замешательства +potion.damageBoost.postfix=Зелье силы +potion.weakness.postfix=Зелье слабости +potion.heal.postfix=Лечебное зелье +potion.harm.postfix=Зелье вреда +potion.jump.postfix=Зелье прыгучести +potion.confusion.postfix=Зелье тошноты +potion.regeneration.postfix=Зелье регенерации +potion.resistance.postfix=Зелье сопротивления +potion.fireResistance.postfix=Зелье огнестойкости +potion.waterBreathing.postfix=Зелье подводного дыхания +potion.invisibility.postfix=Зелье невидимости +potion.blindness.postfix=Зелье слепоты +potion.nightVision.postfix=Зелье ночного зрения +potion.hunger.postfix=Зелье голода +potion.poison.postfix=Зелье отравления +potion.wither.postfix=Зелье иссушения + +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV + +potion.prefix.grenade=Взрывное +potion.prefix.mundane=Мирское +potion.prefix.uninteresting=Неинтересное +potion.prefix.bland=Безвкусное +potion.prefix.clear=Ясное +potion.prefix.milky=Млечное +potion.prefix.diffuse=Рассеянное +potion.prefix.artless=Безыскусное +potion.prefix.thin=Жидкое +potion.prefix.awkward=Неловкое +potion.prefix.flat=Плоское +potion.prefix.bulky=Громоздкое +potion.prefix.bungling=Грязное +potion.prefix.buttered=Масляное +potion.prefix.smooth=Плавное +potion.prefix.suave=Вкрадчивое +potion.prefix.debonair=Живое +potion.prefix.thick=Густое +potion.prefix.elegant=Элегантное +potion.prefix.fancy=Красивое +potion.prefix.charming=Прелестное +potion.prefix.dashing=Энергичное +potion.prefix.refined=Изысканное +potion.prefix.cordial=Теплое +potion.prefix.sparkling=Сверкающее +potion.prefix.potent=Мощное +potion.prefix.foul=Отвратительное +potion.prefix.odorless=Непахнущее +potion.prefix.rank=Мерзкое +potion.prefix.harsh=Терпкое +potion.prefix.acrid=Едкое +potion.prefix.gross=Противное +potion.prefix.stinky=Вонючее + +enchantment.damage.all=Острота +enchantment.damage.undead=Небесная кара +enchantment.damage.arthropods=Гибель насекомых +enchantment.knockback=Отдача +enchantment.fire=Заговор огня +enchantment.protect.all=Защита +enchantment.protect.fire=Огнеупорность +enchantment.protect.fall=Невесомость +enchantment.protect.explosion=Взрывоустойчивость +enchantment.protect.projectile=Защита от снарядов +enchantment.oxygen=Подводное дыхание +enchantment.waterWorker=Подводник +enchantment.digging=Эффективность +enchantment.untouching=Шёлковое касание +enchantment.durability=Прочность +enchantment.lootBonus=Добыча +enchantment.lootBonusDigger=Удача +enchantment.arrowDamage=Сила +enchantment.arrowFire=Горящая стрела +enchantment.arrowKnockback=Откидывание +enchantment.arrowInfinite=Бесконечность +enchantment.thorns=Шипы + +enchantment.level.1=I +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.level.10=X + +gui.achievements=Достижения +gui.stats=Статистика + +stat.generalButton=Основное +stat.blocksButton=Блоки +stat.itemsButton=Предметы + +stat.used=Использовано +stat.mined=Добыто +stat.depleted=Сломано +stat.crafted=Создано + +stat.startGame=Игр запущено +stat.createWorld=Создано миров +stat.loadWorld=Сохранений загружено +stat.joinMultiplayer=Сетевых игр +stat.leaveGame=Выходов из игры + +stat.playOneMinute=Минут в игре + +stat.walkOneCm=Пешком +stat.fallOneCm=В падении +stat.swimOneCm=Вплавь +stat.flyOneCm=В полёте +stat.climbOneCm=Взбираясь +stat.diveOneCm=Под водой +stat.minecartOneCm=На вагонетке +stat.boatOneCm=На лодке +stat.pigOneCm=Верхом на свинье +stat.jump=Прыжков +stat.drop=Предметов выброшено + +stat.damageDealt=Урона нанесено +stat.damageTaken=Урона получено +stat.deaths=Смертей +stat.mobKills=Убито существ +stat.playerKills=Убито игроков +stat.fishCaught=Поймано рыбы + +stat.mineBlock=%1$s добыто +stat.craftItem=%1$s создано +stat.useItem=%1$s использовано +stat.breakItem=%1$s сломано + +achievement.get=Новое достижение! + +achievement.taken=Выполнено! + +achievement.requires=Требуется '%1$s' +achievement.openInventory=Проверить карманы +achievement.openInventory.desc=Нажмите '%1$s' чтобы открыть инвентарь. +achievement.mineWood=Нарубить дров +achievement.mineWood.desc=Сломать дерево, чтобы получить бревно +achievement.buildWorkBench=Рабочий стол +achievement.buildWorkBench.desc=Собрать верстак из четырех досок +achievement.buildPickaxe=Пора в шахту! +achievement.buildPickaxe.desc=Собрать кирку из досок и палок +achievement.buildFurnace=Горячая штучка +achievement.buildFurnace.desc=Сделать печь из восьми булыжников +achievement.acquireIron=Куй железо пока... +achievement.acquireIron.desc=Выплавить железный слиток +achievement.buildHoe=Дачный сезон! +achievement.buildHoe.desc=Собрать мотыгу из досок и палок +achievement.makeBread=Хлеб насущный +achievement.makeBread.desc=Испечь хлеб из пшеницы +achievement.bakeCake=Вот такие пироги! +achievement.bakeCake.desc=Пшеница, сахар, молоко и яйца! +achievement.buildBetterPickaxe=Обновка! +achievement.buildBetterPickaxe.desc=Сделать кирку попрочней +achievement.cookFish=Вкусная рыбка +achievement.cookFish.desc=Поймать и пожарить рыбу! +achievement.onARail=Стук колёс +achievement.onARail.desc=Проехать в вагонетке более 1 км. за раз +achievement.buildSword=К бою готов! +achievement.buildSword.desc=Смастерить меч из досок и палок +achievement.killEnemy=Охотник на монстров +achievement.killEnemy.desc=Убить монстра +achievement.killCow=Мясник +achievement.killCow.desc=Добыть немного кожи +achievement.flyPig=Жаль, что свиньи не летают... +achievement.flyPig.desc=Упасть со скалы верхом на свинье +achievement.snipeSkeleton=Снайперская дуэль +achievement.snipeSkeleton.desc=Убить скелета стрелой с расстояния более 50 метров +achievement.diamonds=АЛМАЗЫ! +achievement.diamonds.desc=Добыть алмазы железной киркой +achievement.portal=В самое пекло +achievement.portal.desc=Построить портал в Ад +achievement.ghast=Вернуть отправителю +achievement.ghast.desc=Убить Гаста его же фаерболом +achievement.blazeRod=Пламенный привет +achievement.blazeRod.desc=Добыть стержень ифрита +achievement.potion=Юный алхимик +achievement.potion.desc=Сварить зелье +achievement.theEnd=Конец? +achievement.theEnd.desc=Найти измерение Энд +achievement.theEnd2=Конец. +achievement.theEnd2.desc=Убить Дракона Эндера +achievement.enchantments=Заклинатель +achievement.enchantments.desc=Собрать стол зачарований из обсидиана, книги и алмазов +achievement.overkill=Смертельный удар +achievement.overkill.desc=Нанесите урон в восемь сердец за один удар +achievement.bookcase=Библиотекарь +achievement.bookcase.desc=Поставить книжные полки вокруг стола зачарований для усиления эффекта + +commands.generic.exception=Произошла ошибка при выполнении этой команды. +commands.generic.syntax=Неверный синтаксис команды +commands.generic.player.notFound=Указанный игрок не найден +commands.generic.notFound=Неизвестная команда. Напишите /help для просмотра списка команд. +commands.generic.num.invalid='%s' - не является допустимым числом +commands.generic.num.tooSmall=Введенное число (%d) слишком мало, оно должно быть не менее %d +commands.generic.num.tooBig=Введенное число (%d) слишком большое, оно должно быть не больше %d +commands.generic.double.tooSmall=Введенное число (%.2f) слишком мало, оно должно быть не меньше %.2f +commands.generic.double.tooBig=Вы указали слишком большое число (%.2f). Укажите число не более %.2f +commands.generic.usage=Использование: %s + +commands.xp.failure.widthdrawXp=Нельзя выдать игроку отрицательное количество опыта +commands.xp.success=Выдано %d опыта игроку %s +commands.xp.success.levels=%s получил %d уровень +commands.xp.success.negative.levels=%s потерял %d уровней +commands.xp.usage=/xp <количество> [игрок] ИЛИ /xp <количество>L [игрок] +commands.give.usage=/give <игрок> <предмет> [количество] [доп. данные] +commands.give.notFound=Предмет с идентификатором %d не существует +commands.give.success=Выдано %s (ID %d) * %d игроку %s +commands.effect.usage=/effect [seconds] [amplifier] +commands.effect.notFound=There is no such mob effect with ID %d +commands.effect.success=Given %1$s (ID %2$d) * %3$d to %4$s for %5$d seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.enchant.usage=/enchant <игрок> [уровень] +commands.enchant.notFound=Зачарования с ID %d не существует +commands.enchant.noItem=Цель не держит предмет +commands.enchant.cantEnchant=Невозможно добавить выбранное зачарование к данному предмету +commands.enchant.cantCombine=%1$s не может сочетаться с %2$s +commands.enchant.success=Зачарование успешно +commands.clear.usage=/clear <игрок> [предмет] [данные] +commands.clear.success=Инвентарь игрока %s очищен, удалено %d предметов +commands.clear.failure=Could not clear the inventory of %s, no items to remove +commands.downfall.success=Погода успешно изменена +commands.time.usage=/time <значение> +commands.time.added=Добавлено %d к текущему времени +commands.time.set=Установлено время: %d +commands.players.list=%d/%d игроков на сервере: +commands.banlist.ips=%d всего забанненых IP адресов: +commands.banlist.players=%d всего забанненых игроков: +commands.banlist.usage=/banlist [ip|игроки] +commands.kick.success=Игрок %s выкинут из игры +commands.kick.success.reason=%s выкинут из игры: '%s' +commands.kick.usage=/kick <игрок> [причина ...] +commands.op.success=%s теперь оператор +commands.op.usage=/op <имя игрока> +commands.deop.success=%s больше не оператор +commands.deop.usage=/deop <имя игрока> +commands.say.usage=/say <сообщение ...> +commands.ban.success=%s забанен +commands.ban.usage=/ban <имя игрока> [причина ...] +commands.unban.success=%s разбанен +commands.unban.usage=/pardon <имя игрока> +commands.banip.invalid=Введен неверный IP-адрес или игрок отключен от сервера +commands.banip.success=IP адрес %s забанен +commands.banip.success.players=Забанен IP %s, принадлежащий игроку %s +commands.banip.usage=/ban-ip <адрес|имя игрока> [причина ...] +commands.unbanip.invalid=Вы ввели неверный IP адрес +commands.unbanip.success=IP адрес %s разбанен +commands.unbanip.usage=/pardon-ip +commands.save.enabled=Автосохранение включено +commands.save.disabled=Автосохранение выключено +commands.save.start=Сохранение... +commands.save.success=Мир успешно сохранён +commands.save.failed=Ошибка сохранения: %s +commands.stop.start=Выключение сервера +commands.tp.success=%s телепортирован к %s +commands.tp.success.coordinates=%s телепортирован в точку %.2f,%.2f,%.2f +commands.tp.usage=/tp [кого] <к кому> или /tp [кого] +commands.tp.notSameDimension=Телепортация невозможна, так как игроки находятся в разных измерениях +commands.whitelist.list=В белом списке %d игроков (%d в игре): +commands.whitelist.enabled=Белый список включен +commands.whitelist.disabled=Белый список отключен +commands.whitelist.reloaded=Белый список перезагружен +commands.whitelist.add.success=%s добавлен в белый список +commands.whitelist.add.usage=/whitelist add <имя игрока> +commands.whitelist.remove.success=%s удалён из белого списка +commands.whitelist.remove.usage=/whitelist remove <имя игрока> +commands.whitelist.usage=/whitelist +commands.scoreboard.usage=/scoreboard +commands.scoreboard.teamNotFound=Ни одна команда с именем '%s' не была найдена +commands.scoreboard.objectiveNotFound=Ни одна цель с именем '%s' не была найдена +commands.scoreboard.objectiveReadOnly=Цель '%s' только для чтения и не может быть установлена +commands.scoreboard.objectives.usage=/scoreboard objectives +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay <слот> [цель] +commands.scoreboard.objectives.setdisplay.invalidSlot=Нет слота отображения с именем '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Очищены цели слота отображения '%s' +commands.scoreboard.objectives.setdisplay.successSet=Установлена цель в слоте отображения '%s' - '%s' +commands.scoreboard.objectives.add.usage=/scoreboard objectives add <имя> <критерий> [отображаемое имя ...] +commands.scoreboard.objectives.add.wrongType=Неверный тип критерия цели. Допустимые типы: %s +commands.scoreboard.objectives.add.alreadyExists=Цель с названием '%s' уже существует +commands.scoreboard.objectives.add.tooLong=Имя '%s' является слишком длинным для цели, оно должно быть до %d символов в длину +commands.scoreboard.objectives.add.displayTooLong=Отображаемое имя '%s' является слишком длинным для цели, оно должно быть до %d символов в длину +commands.scoreboard.objectives.add.success=Новая цель '%s' успешно добавлена +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove <имя> +commands.scoreboard.objectives.remove.success=Цель '%s' успешно удалена +commands.scoreboard.objectives.list.count=Показано %d цели(целей) в статистике +commands.scoreboard.objectives.list.entry=- %s: показано как '%s' с типом '%s' +commands.scoreboard.objectives.list.empty=Нет целей в статистике +commands.scoreboard.players.usage=/scoreboard players +commands.scoreboard.players.set.success=Установлено %s очков для игрока %s - %d +commands.scoreboard.players.set.usage=/scoreboard players set <игрок> <цель> <очки> +commands.scoreboard.players.add.usage=/scoreboard players add <игрок> <цель> <счёт> +commands.scoreboard.players.remove.usage=/scoreboard players remove <игрок> <цель> <счёт> +commands.scoreboard.players.reset.usage=/scoreboard players reset <игрок> +commands.scoreboard.players.reset.success=Сброшены все очки игрока %s +commands.scoreboard.players.list.count=Показано %d отслеживаемых игроков в статистике +commands.scoreboard.players.list.empty=Нет отслеживаемых игроков в статистике +commands.scoreboard.players.list.player.count=Показано %d отслеживаемых целей для %s +commands.scoreboard.players.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.players.list.player.empty=Игрок %s не имеет очков +commands.scoreboard.teams.usage=/scoreboard teams +commands.scoreboard.teams.add.usage=/scoreboard teams add <имя> [отображаемое имя...] +commands.scoreboard.teams.add.alreadyExists=Команда с именем '%s' уже существует +commands.scoreboard.teams.add.tooLong=Имя команды '%s' слишком длинное, оно должно быть не более %d символов +commands.scoreboard.teams.add.displayTooLong=Отображаемое имя команды '%s' слишком длинное, оно должно быть не более %d символов +commands.scoreboard.teams.add.success=Успешно добавлена новая команда '%s' +commands.scoreboard.teams.list.usage=/scoreboard teams list [имя] +commands.scoreboard.teams.list.count=Показано %d команд в статистике +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' имеет %3$d игрока(ов) +commands.scoreboard.teams.list.empty=В статистике не зарегистрирована ни одна команда +commands.scoreboard.teams.list.player.count=Показано %d игрока(ов) в команде %s +commands.scoreboard.teams.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.teams.list.player.empty=В команде %s нет игроков +commands.scoreboard.teams.empty.usage=/scoreboard teams clear <имя> +commands.scoreboard.teams.empty.alreadyEmpty=Команда %s уже пуста, нельзя удалить несуществующих игроков +commands.scoreboard.teams.empty.success=Удалены все %d игрока(ов) команды %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove <имя> +commands.scoreboard.teams.remove.success=Команда %s удалена +commands.scoreboard.teams.join.usage=/scoreboard teams join <команда> [игрок] +commands.scoreboard.teams.join.success=%d игрок(ов) лобавлено в команду %s: %s +commands.scoreboard.teams.join.failure=Невозможно добавить %d игрока(ов) в команду %s: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [игрок] +commands.scoreboard.teams.leave.success=Удален(о) %d игрок(ов) из своей команды: %s +commands.scoreboard.teams.leave.failure=%d игрока(ов) не может быть удалено из своей команды: %s +commands.scoreboard.teams.leave.noTeam=Вы не в команде +commands.scoreboard.teams.option.usage=/scoreboard teams option <команда> <значение> +commands.scoreboard.teams.option.noValue=Допустимые значения для параметра "%s": %s +commands.scoreboard.teams.option.success=Set option %s for team %s to %s +commands.gamemode.success.self=Ваш режим игры изменён на %s +commands.gamemode.success.other=Режим игры игрока %s изменён на %s +commands.gamemode.usage=/gamemode <режим> [игрок] +commands.defaultgamemode.usage=/defaultgamemode <режим игры> +commands.defaultgamemode.success=Режим игры по умолчанию в этом мире теперь %s +commands.me.usage=/me <действие ...> +commands.help.header=--- Помощь, стр. %d из %d (/help <стр>) --- +commands.help.footer=Подсказка: Используйте для автоматического ввода команды или её аргументов +commands.help.usage=/help [страница|команда] +commands.publish.started=Локальный сервер запущен на %s +commands.publish.failed=Невозможно запустить локальный сервер +commands.debug.start=Начало профилирования отладки +commands.debug.stop=Остановка профилирования отладки после %.2f секунд (%d тиков) +commands.debug.notStarted=Невозможно остановить профилирование, т.к. оно не запущено! +commands.debug.usage=/debug +commands.message.usage=/tell <игрок> <сообщение...> +commands.message.sameTarget=Невозможно отправить личное сообщение самому себе! +commands.message.display.outgoing=Вы прошептали %s: %s +commands.message.display.incoming=%s прошептал вам: %s +commands.difficulty.usage=/difficulty <сложность> +commands.difficulty.success=Сложность игры изменена на %s +commands.spawnpoint.usage=/spawnpoint ИЛИ /spawnpoint <игрок> ИЛИ /spawnpoint <игрок> +commands.spawnpoint.success=Точка возрождения %s установлена на координаты %d, %d, %d +commands.gamerule.usage=/gamerule <имя правила> <значение> ИЛИ /gamerule <имя правила> +commands.gamerule.success=Игровые правила были обновлены +commands.gamerule.norule=Игровое правило под названием '%s' недоступно +commands.weather.usage=/weather [длительность в секундах] +commands.weather.clear=Изменение на ясную погоду +commands.weather.rain=Изменение на дождливую погоду +commands.weather.thunder=Погода изменена на грозовую +commands.testfor.usage=/testfor <игрок> +commands.testfor.failed=/testfor может использоваться только командными блоками с аналоговым выводом + +itemGroup.buildingBlocks=Строительные блоки +itemGroup.decorations=Декоративные блоки +itemGroup.redstone=Механизмы +itemGroup.transportation=Транспорт +itemGroup.misc=Разное +itemGroup.search=Поиск +itemGroup.food=Еда +itemGroup.tools=Инструменты +itemGroup.combat=Оружие и доспехи +itemGroup.brewing=Зельеварение +itemGroup.materials=Материалы +itemGroup.inventory=Инвентарь выживания + +inventory.binSlot=Удалить предмет + +advMode.setCommand=Задать команду для блока +advMode.command=Команда консоли +advMode.nearestPlayer=Используйте "@p" для выбора ближайших игроков +advMode.randomPlayer=Используйте "@r" для выбора случайного игрока +advMode.allPlayers=Используйте "@a" для выбора всех игроков + +advMode.notEnabled=Командный блок не разрешён на этом сервере +advMode.notAllowed=Игрок должен иметь статус оператора и быть в творческом режиме + +mco.title=Minecraft Realms +mco.selectServer.select=Подключиться +mco.selectServer.configure=Настройка +mco.selectServer.create=Создание Мира +mco.selectServer.moreinfo=Подробнее + +mco.configure.world.edit.title=Изменить Мир + +mco.configure.world.title=Настроить Мир +mco.configure.world.name=Имя +mco.configure.world.description=Описание +mco.configure.world.location=Местоположение +mco.configure.world.invited=Приглашён +mco.configure.world.buttons.edit=Изменить +mco.configure.world.buttons.reset=Сбросить Мир +mco.configure.world.buttons.done=Готово +mco.configure.world.buttons.delete=Удалить +mco.configure.world.buttons.open=Открыть Мир +mco.configure.world.buttons.close=Закрыть Мир +mco.configure.world.buttons.invite=Пригласить +mco.configure.world.buttons.uninvite=Отменить приглашение +mco.configure.world.buttons.subscription=Subscription +mco.configure.world.invite.profile.name=Имя +mco.configure.world.uninvite.question=Вы уверены, что хотите отозвать приглашение + +mco.configure.world.subscription.title=Subscription Info +mco.configure.world.subscription.daysleft=Days Left +mco.configure.world.subscription.start=Start Date +mco.configure.world.subscription.extend=Extend + +mco.create.world.location.title=Местоположения +mco.create.world.location.warning=Вы не можете получить точное местоположение +mco.create.world.wait=Создание мира... + +mco.reset.world.title=Сбросить Мир +mco.reset.world.warning=Это навсегда удалит ваш мир! +mco.reset.world.seed=Зерно (необязательно) +mco.reset.world.resetting.screen.title=Сброс Мира... + +mco.configure.world.close.question.line1=Ваш мир станет недоступным. +mco.configure.world.close.question.line2=Вы уверены, что хотите это сделать? + +mco.connect.connecting=Подключение к онлайн-серверу... +mco.connect.authorizing=Выполняется вход... +mco.connect.failed=Не удалось подключиться к онлайн-серверу + +mco.create.world=Создать + diff --git a/1.5.2/lang/sk_SK.lang b/1.5.2/lang/sk_SK.lang new file mode 100644 index 00000000..e493a87b --- /dev/null +++ b/1.5.2/lang/sk_SK.lang @@ -0,0 +1,1293 @@ +#X-Generator: crowdin.net + +language.name=Slovenčina +language.region=SK +language.code=sk_SK + +gui.done=Hotovo +gui.cancel=Zrušiť +gui.back=Back +gui.toMenu=Späť na úvodnú obrazovku +gui.up=Hore +gui.down=Dole +gui.yes=Áno +gui.no=Nie + +menu.singleplayer=Hra pre jedného hráča +menu.multiplayer=Hra pre viac hráčov +menu.online=Minecraft Realms +menu.options=Nastavenia... +menu.quit=Ukončiť hru +menu.returnToMenu=Uložiť a zobraziť menu +menu.disconnect=Odpojiť sa +menu.returnToGame=Späť do hry +menu.switchingLevel=Prepína sa svet +menu.generatingLevel=Generuje sa svet +menu.loadingLevel=Načítava sa svet +menu.generatingTerrain=Vytvára sa terén +menu.convertingLevel=Konvertuje sa svet +menu.simulating=Simulácia sveta +menu.respawning=Prebieha znovuzrodenie +menu.shareToLan=Otvoriť pre LAN + +selectWorld.title=Výber sveta +selectWorld.empty=prázdne +selectWorld.world=Svet +selectWorld.select=Hrať vybraný svet +selectWorld.create=Vytvoriť nový svet +selectWorld.recreate=Znova vytvoriť +selectWorld.createDemo=Hrať nový demo svet +selectWorld.delete=Vymazať +selectWorld.rename=Premenovať +selectWorld.deleteQuestion=Naozaj chceš zmazať tento svet? +selectWorld.deleteWarning=bude navždy stratený! (To je dlhý čas!) +selectWorld.deleteButton=Vymazať +selectWorld.renameButton=Premenovať +selectWorld.renameTitle=Premenovať svet +selectWorld.conversion=Musí byť skonvertovaný! +selectWorld.newWorld=Nový svet +selectWorld.newWorld.copyOf=Kópia %s +selectWorld.enterName=Názov sveta +selectWorld.resultFolder=Bude uložený v: +selectWorld.enterSeed=Seed na vygenerovanie sveta +selectWorld.seedInfo=Pre náhodný svet nechaj nevyplnené +selectWorld.cheats=Cheaty +selectWorld.customizeType=Prispôsobiť + +createWorld.customize.presets=Predvoľby +createWorld.customize.presets.title=Vyber predvoľbu +createWorld.customize.presets.select=Použi predvoľbu +createWorld.customize.presets.share=Chceš s niekým zdieľať svoju predovľbu? Použi kód v tomto okienku! +createWorld.customize.presets.list=Ak nie, tu je zopár od nás. +createWorld.customize.flat.title=Prispôsobenie Superplochého sveta +createWorld.customize.flat.tile=Materiál vrstvy +createWorld.customize.flat.height=Výška +createWorld.customize.flat.addLayer=Pridať vrstvu +createWorld.customize.flat.editLayer=Upraviť vrstvu +createWorld.customize.flat.removeLayer=Odstrániť vrstvu +createWorld.customize.flat.layer.top=Najvyššia - %d +createWorld.customize.flat.layer=%d +createWorld.customize.flat.layer.bottom=Najnižšia - %d + +gameMode.survival=Hra o prežitie +gameMode.creative=Tvorivá hra +gameMode.adventure=Obmedzená dobrodružná hra +gameMode.hardcore=Drsná hra! +gameMode.changed=Tvoj herný mód bol aktualizovaný + +selectWorld.gameMode=Typ hry: +selectWorld.gameMode.survival=Prežitie +selectWorld.gameMode.survival.line1=Hľadanie surovín, výroba a získavanie +selectWorld.gameMode.survival.line2=úrovne, zdravie a hlad +selectWorld.gameMode.creative=Tvorivý +selectWorld.gameMode.creative.line1=Neobmedzené zdroje, lietanie a +selectWorld.gameMode.creative.line2=okamžité ničenie kociek +selectWorld.gameMode.hardcore=Drsný +selectWorld.gameMode.hardcore.line1=Rovnaké ako Voľná dobrodružná hra, ale s +selectWorld.gameMode.hardcore.line2=najvyššou obtiažnosťou a len jediným životom +selectWorld.gameMode.adventure=dobrodružný +selectWorld.gameMode.adventure.line1=Rovnaké ako Voľná dobrodružná hra, ale +selectWorld.gameMode.adventure.line2=kocky nemôžu byť položené ani zničené +selectWorld.moreWorldOptions=Viac nastavení sveta... +selectWorld.mapFeatures=Generovanie stavieb: +selectWorld.mapFeatures.info=Dediny, kobky atď. +selectWorld.mapType=Typ sveta: +selectWorld.mapType.normal=Normálny +selectWorld.allowCommands=Povoliť cheaty: +selectWorld.allowCommands.info=Príkazy ako /gamemode, /xp +selectWorld.hardcoreMode=Drsný: +selectWorld.hardcoreMode.info=Svet bude po smrti zmazaný +selectWorld.bonusItems=Bonusová truhlica: + +generator.default=Normálny +generator.flat=Superplochý +generator.largeBiomes=Veľké biómy + +selectServer.title=Výber servera +selectServer.empty=prázdny +selectServer.select=Pripojiť sa +selectServer.direct=Priame pripojenie +selectServer.edit=Upraviť +selectServer.delete=Vymazať +selectServer.add=Pridať server +selectServer.defaultName=Minecraft server +selectServer.deleteQuestion=Určite chceš odstrániť tento server? +selectServer.deleteWarning=bude navždy stratený! (To je dlhý čas!) +selectServer.deleteButton=Odstrániť +selectServer.refresh=Obnoviť +selectServer.hiddenAddress=(Skrytá) +addServer.title=Upraviť informácie o serveri +addServer.enterName=Názov servera +addServer.enterIp=Adresa servera +addServer.add=Hotovo +addServer.hideAddress=Skryť adresu servera +lanServer.title=LAN svet +lanServer.scanning=Scanning for games on your local network +lanServer.start=Začať LAN svet +lanServer.otherPlayers=Nastavenia pre ostatných hráčov +mcoServer.title=Minecraft Online Svet + +multiplayer.title=Hra viacerých hráčov +multiplayer.connect=Pripojiť +multiplayer.info1=Hra pre viacerých hráčov nie je ešte dokončená, ale +multiplayer.info2=stále prebieha testovanie. +multiplayer.ipinfo=Napíšte IP adresu servera, na ktorý sa chcete pripojiť: + +multiplayer.texturePrompt.line1=Tento server odporúča používať balík textúr. +multiplayer.texturePrompt.line2=Chceli by ste ho stiahnuť a automagicky nainštalovať? + +multiplayer.downloadingTerrain=Sťahujem terén + +multiplayer.stopSleeping=Vstať z postele + +chat.link.confirm=Naozaj chcete otvoriť túto webovú stránku? +chat.link.warning=Nikdy neotváraj stránky od ľudí, ktorým nedôveruješ! +chat.copy=Skopírovať do schránky + +menu.playdemo=Hrať demo svet +menu.resetdemo=Vynulovať demo svet +demo.day.1=Táto demoverzia bude trvať 5 herných dní, posnaž sa! +demo.day.2=Druhý deň +demo.day.3=Tretí deň +demo.day.4=Štvrtý deň +demo.day.5=Toto je tvoj posledný deň! +demo.day.warning=Tvoj čas sa takmer naplnil! +demo.day.6=Práve si dosiahol piaty deň, použi F2 na uloženie obrázku tvojho výtvoru +demo.reminder=Demo skončilo, kúp si hru alebo začni nový svet! +demo.remainingTime=Zostávajúci čas: %s +demo.demoExpired=Čas dema vypršal! +demo.help.movement=Pohybuješ sa klávesami %1$s, %2$s, %3$s, %4$s a myšou +demo.help.movementShort=Pohybuj sa pomocou %1$s, %2$s, %3$s, %4$s +demo.help.movementMouse=Poobzeraj sa po okolí pomocou myši +demo.help.jump=Použi %1$s na skákanie +demo.help.inventory=Použi %1$s na otvorenie inventáru +demo.help.title=Minecraft demo hra +demo.help.fullWrapped=Toto demo bude trvať 5 herných dní (okolo 1 hodiny a 40 minút reálneho času). Pozri si úspechy pre tipy! Bav sa! +demo.help.buy=Kúp teraz! +demo.help.later=Hrať ďalej! + +connect.connecting=Pripájanie na server... +connect.authorizing=Prihlasovanie... +connect.failed=Nepodarilo sa pripojiť na server + +disconnect.genericReason=%s +disconnect.disconnected=Spojenie prerušené serverom +disconnect.lost=Spojenie stratené +disconnect.kicked=Bol vykopnutý z hry +disconnect.timeout=Časový limit vypršal +disconnect.closed=Spojenie ukončené +disconnect.loginFailed=Nepodarilo sa prihlásiť +disconnect.loginFailedInfo=Nepodarilo sa prihlásiť: %s +disconnect.quitting=Ukončujem +disconnect.endOfStream=Koniec prenosu +disconnect.overflow=Pretečenie zásobníka +disconnect.spam=Vykopnutý za spamovanie + +options.off=Vypnuté +options.on=Zapnuté +options.visible=Viditeľný +options.hidden=Skrytý +options.title=Nastavenia +options.controls=Ovládanie... +options.video=Nastavenia grafiky... +options.language=Jazyk... +options.languageWarning=Preklady nemusia byť na 100% presné +options.videoTitle=Nastavenia grafiky +options.music=Hudba +options.sound=Zvuky +options.invertMouse=Invertovať myš +options.fov=Zorné pole +options.fov.min=Normálne +options.fov.max=Quake Pro +options.gamma=Jas +options.gamma.min=Malý +options.gamma.max=Veľký +options.sensitivity=Citlivosť +options.sensitivity.min=*zív* +options.sensitivity.max=HYPERRÝCHLOSŤ!!! +options.renderDistance=Vzdialenosť vykresľovania +options.renderDistance.tiny=Najmenšia +options.renderDistance.short=Malá +options.renderDistance.normal=Normálna +options.renderDistance.far=Veľká +options.viewBobbing=Kolísanie pri chôdzi +options.ao=Vyhladené svetlo +options.ao.off=Off +options.ao.min=Minimum +options.ao.max=Maximum +options.anaglyph=3D Anaglyph +options.framerateLimit=Výkon +options.difficulty=Obtiažnosť +options.difficulty.peaceful=Mierumilovná +options.difficulty.easy=Ľahká +options.difficulty.normal=Normálna +options.difficulty.hard=Ťažká +options.difficulty.hardcore=Drsná +options.graphics=Grafika +options.graphics.fancy=Pekná +options.graphics.fast=Rýchla +options.guiScale=Veľkosť GUI +options.guiScale.auto=Automatická +options.guiScale.small=Malá +options.guiScale.normal=Normálna +options.guiScale.large=Veľká +options.advancedOpengl=Rozšírené OpenGL +options.renderClouds=Oblaky +options.farWarning1=Pre 'Veľkú' vzdialenosť vykresľovania je +options.farWarning2=odporúčaná 64 bitová inštalácia Javy. (ty máš 32 bitovú) +options.particles=Časticové efekty +options.particles.all=Všetky +options.particles.decreased=Znížené +options.particles.minimal=Minimálne +options.multiplayer.title=Nastavenia hry na serveri... +options.chat.title=Nastavenia chatu... +options.chat.visibility=Chat +options.chat.visibility.full=Viditeľný +options.chat.visibility.system=Iba príkazy +options.chat.visibility.hidden=Skrytý +options.chat.color=Farby +options.chat.opacity=Nepriehľadnosť +options.chat.links=Webové odkazy +options.chat.links.prompt=Upozornenie o odkazoch +options.chat.scale=Mierka +options.chat.width=Šírka +options.chat.height.focused=Zameraná Vyška +options.chat.height.unfocused=Rozostrený výška +options.showCape=Zobraziť plášť +options.serverTextures=Serverové textúry +options.snooper=Povoliť špeha +options.snooper.view=Nastavenia špeha... +options.snooper.title=Získavanie informácii o počítači +options.snooper.desc=Chceme mať informácie o vašom počítači na zlepšenie Minecraftu tým, že budeme vedieť, čo môžeme podporiť a kde sú najväčšie problémy. Všetky tieto informácie sú kompletne anonymné a viditeľné nižšie. Sľubujeme, že s týmito dátami nič zlé neurobíme, ale ak od toho chcete odstúpiť, môžete špeha bez problémov vypnúť! +options.texture.pack=Balíky textúr +options.fullscreen=Celá obrazovka +options.vsync=Použiť VSync +options.touchscreen=Dotykový režim + +performance.max=Maximálne FPS +performance.balanced=Vyvážený +performance.powersaver=Úsporný režim + +controls.title=Ovládanie + +key.forward=Dopredu +key.left=Doľava +key.back=Dozadu +key.right=Doprava +key.jump=Skok +key.inventory=Inventár +key.drop=Vyhodiť predmet +key.chat=Chat +key.fog=Prepnúť hmlu +key.sneak=Zakrádanie +key.playerlist=Zoznam hráčov +key.attack=Útok +key.use=Použiť predmet +key.pickItem=Zobrať kocku +key.mouseButton=Tlačidlo %1$s +key.command=Príkaz + +texturePack.openFolder=Otvoriť priečinok s balíkmi textúr +texturePack.title=Vybrať balík textúr +texturePack.folderInfo=(Tu vložte súbory balíka textúr) +texturePack.incompatible=Nekompatibilné + +book.pageIndicator=Strana %1$s z počtu %2$s +book.byAuthor=Autor %1$s +book.signButton=Podpísať +book.editTitle=Uveďte názov knihy: +book.finalizeButton=Podpísať a zatvoriť +book.finalizeWarning=Pozor! Keď knihu podpíšete, už sa nebude dať upraviť. + +tile.stone.name=Skala + +tile.grass.name=Trávnik +tile.dirt.name=Hlina +tile.stonebrick.name=Kameň +tile.wood.name=Dosky +tile.wood.oak.name=Dosky z dubového dreva +tile.wood.spruce.name=Dosky z jedľového dreva +tile.wood.birch.name=Dosky z brezového dreva +tile.wood.jungle.name=Dosky z džungľového dreva +tile.sapling.oak.name=Dubová sadenica +tile.sapling.spruce.name=Jedľová sadenica +tile.sapling.birch.name=Brezová sadenica +tile.sapling.jungle.name=Džungľová sadenica +tile.deadbush.name=Suchý ker +tile.bedrock.name=Podložie +tile.water.name=Voda +tile.lava.name=Láva +tile.sand.name=Piesok +tile.sandStone.name=Pieskovec +tile.sandStone.default.name=Pieskovec +tile.sandStone.chiseled.name=Otesaný pieskovec +tile.sandStone.smooth.name=Hladký pieskovec +tile.gravel.name=Štrk +tile.oreGold.name=Zlatá ruda +tile.oreIron.name=Železná ruda +tile.oreCoal.name=Ložisko uhlia +tile.log.name=Drevo +tile.log.oak.name=Dubové drevo +tile.log.spruce.name=Jedľové drevo +tile.log.birch.name=Brezové drevo +tile.log.jungle.name=Džungľové drevo +tile.leaves.name=Listy +tile.leaves.oak.name=Dubové listy +tile.leaves.spruce.name=Ihličie +tile.leaves.birch.name=Brezové listy +tile.leaves.jungle.name=Džungľové listy +tile.tallgrass.name=Tráva +tile.tallgrass.shrub.name=Ker +tile.tallgrass.grass.name=Tráva +tile.tallgrass.fern.name=Papraď +tile.sponge.name=Špongia +tile.glass.name=Sklo +tile.thinGlass.name=Sklenený panel +tile.cloth.name=Vlna +tile.flower.name=Púpava +tile.rose.name=Ruža +tile.mushroom.name=Huba +tile.blockGold.name=Kocka zlata +tile.blockIron.name=Železný blok +tile.stoneSlab.stone.name=Schodík zo skaly +tile.stoneSlab.sand.name=Pieskovcový schodík +tile.stoneSlab.wood.name=Drevený schodík +tile.stoneSlab.cobble.name=Kamenný schodík +tile.stoneSlab.brick.name=Tehlový schodík +tile.stoneSlab.smoothStoneBrick.name=Schodík z kamenných tehál +tile.stoneSlab.netherBrick.name=Schodík z Netheritovej tehly +tile.stoneSlab.quartz.name=Kremeňová dlaždica +tile.woodSlab.oak.name=Schodík z dubového dreva +tile.woodSlab.spruce.name=Schodík z jedľového dreva +tile.woodSlab.birch.name=Schodík z brezového dreva +tile.woodSlab.jungle.name=Schodík z džungľového dreva +tile.brick.name=Tehly +tile.tnt.name=TNT +tile.bookshelf.name=Knižnica +tile.stoneMoss.name=Zarastený kameň +tile.obsidian.name=Obsidián +tile.torch.name=Fakľa +tile.fire.name=Oheň +tile.mobSpawner.name=Liaheň príšer +tile.stairsWood.name=Schody z dubového dreva +tile.stairsWoodSpruce.name=Schody z jedľového dreva +tile.stairsWoodBirch.name=Schody z brezového dreva +tile.stairsWoodJungle.name=Schody z džungľového dreva +tile.chest.name=Truhlica +tile.chestTrap.name=Truhlica s pascou +tile.redstoneDust.name=Ruditový prach +tile.oreDiamond.name=Surový diamant +tile.blockDiamond.name=Diamantová kocka +tile.workbench.name=Pracovný stôl +tile.crops.name=Úroda +tile.farmland.name=Zoraná pôda +tile.furnace.name=Pec +tile.sign.name=Ceduľka +tile.doorWood.name=Drevené dvere +tile.ladder.name=Rebrík +tile.rail.name=Koľajnice +tile.goldenRail.name=Napájané koľajnice +tile.activatorRail.name=Aktivačná koľaj +tile.detectorRail.name=Koľajnice so senzorom +tile.stairsStone.name=Kamenné schody +tile.stairsSandStone.name=Pieskovcové schody +tile.lever.name=Páka +tile.pressurePlate.name=Nášľapná doska +tile.weightedPlate_light.name=Záťažová nášlapná doska (Lahká) +tile.weightedPlate_heavy.name=Záťažová nášlapná doska (Ťažká) +tile.doorIron.name=Železné dvere +tile.oreRedstone.name=Ruditová ruda +tile.notGate.name=Ruditová fakľa +tile.button.name=Tlačidlo +tile.snow.name=Sneh +tile.ice.name=Ľad +tile.cactus.name=Kaktus +tile.clay.name=Íl +tile.reeds.name=Cukrová trstina +tile.jukebox.name=Prehrávač platní +tile.fence.name=Plot +tile.fenceGate.name=Bránka +tile.pumpkin.name=Tekvica +tile.litpumpkin.name=Svietiaca tekvica +tile.hellrock.name=Pekelný Kameň +tile.hellsand.name=Piesok duší +tile.lightgem.name=Svietivec +tile.portal.name=Portál +tile.cloth.black.name=Čierna vlna +tile.cloth.red.name=Červená vlna +tile.cloth.green.name=Zelená vlna +tile.cloth.brown.name=Hnedá vlna +tile.cloth.blue.name=Modrá vlna +tile.cloth.purple.name=Fialová vlna +tile.cloth.cyan.name=Tyrkysová vlna +tile.cloth.silver.name=Svetlosivá vlna +tile.cloth.gray.name=Sivá vlna +tile.cloth.pink.name=Ružová vlna +tile.cloth.lime.name=Svetlozelená vlna +tile.cloth.yellow.name=Žltá vlna +tile.cloth.lightBlue.name=Svetlomodrá vlna +tile.cloth.magenta.name=Purpurová vlna +tile.cloth.orange.name=Oranžová vlna +tile.cloth.white.name=Vlna +tile.oreLapis.name=Ložisko Lapis Lazuli +tile.blockLapis.name=Kocka Lapis Lazuli +tile.dispenser.name=Automat +tile.dropper.name=Kvapadlo +tile.musicBlock.name=Hudobná kocka +tile.cake.name=Torta +tile.bed.name=Posteľ +tile.bed.occupied=Táto posteľ je obsadená +tile.bed.noSleep=Môžeš spať len v noci +tile.bed.notSafe=Teraz nemôžeš oddychovať, v blízkosti sa nachádzajú príšery +tile.bed.notValid=Tvoja posteľ je zablokovaná alebo neexistuje +tile.lockedchest.name=Zamknutá truhlica +tile.trapdoor.name=Poklop +tile.web.name=Pavučina +tile.stonebricksmooth.name=Kamenné tehly +tile.stonebricksmooth.default.name=Kamenné tehly +tile.stonebricksmooth.mossy.name=Zarastené kamenné tehly +tile.stonebricksmooth.cracked.name=Popraskané kamenné tehly +tile.stonebricksmooth.chiseled.name=Otesané kamenné tehly +tile.monsterStoneEgg.stone.name=Skala s rybenkou +tile.monsterStoneEgg.cobble.name=Kameň s rybenkou +tile.monsterStoneEgg.brick.name=Kamenné tehly s rybenkou +tile.pistonBase.name=Piest +tile.pistonStickyBase.name=Lepkavý piest +tile.fenceIron.name=Železné mreže +tile.melon.name=Melón +tile.stairsBrick.name=Tehlové schody +tile.stairsStoneBrickSmooth.name=Schody z kamenných tehál +tile.vine.name=Vinič +tile.netherBrick.name=Netheritová tehla +tile.netherFence.name=Plot z netheritovej tehly +tile.stairsNetherBrick.name=Schody z netheritovej tehly +tile.netherStalk.name=Pekelná bylinka +tile.cauldron.name=Kotol +tile.enchantmentTable.name=Stôl očarovania +tile.anvil.name=Kovadlina +tile.anvil.intact.name=Kovadlina +tile.anvil.slightlyDamaged.name=Mierne poškodená kovadlina +tile.anvil.veryDamaged.name=Veľmi poškodená kovadlina +tile.whiteStone.name=Enderit +tile.endPortalFrame.name=Portál do Konca +tile.mycel.name=Podhubie +tile.waterlily.name=Lekno +tile.dragonEgg.name=Dračie vajce +tile.redstoneLight.name=Ruditová lampa +tile.cocoa.name=Kakao +tile.enderChest.name=Truhlica z Konca +tile.oreRuby.name=Rubínová ruda +tile.oreEmerald.name=Smaragdová ruda +tile.blockEmerald.name=Smaragdová kocka +tile.blockRedstone.name=Kocka Ruditu +tile.tripWire.name=Nástražná šnúra +tile.tripWireSource.name=Úchyt nástražnej šnúry +tile.commandBlock.name=Príkazový blok +tile.beacon.name=Paprsok +tile.beacon.primary=Primárna sila +tile.beacon.secondary=Sekundárna sila +tile.cobbleWall.normal.name=Kamenná stena +tile.cobbleWall.mossy.name=Stena zo zarasteného kameňa +tile.carrots.name=Mrkvy +tile.potatoes.name=Zemiaky +tile.daylightDetector.name=Slnečný Senzor +tile.netherquartz.name=Ruda Pekelného Kremeňu +tile.hopper.name=Násypník +tile.quartzBlock.default.name=Kocka kremeňa +tile.quartzBlock.chiseled.name=Otesaná kocka Kremeňu +tile.quartzBlock.lines.name=Pilierová kocka Kremeňu +tile.stairsQuartz.name=Kremeňové schody + +item.shovelIron.name=Železná lopata +item.pickaxeIron.name=Železný krompáč +item.hatchetIron.name=Železná sekera +item.flintAndSteel.name=Kresadlo +item.apple.name=Jablko +item.cookie.name=Sušienka +item.bow.name=Luk +item.arrow.name=Šíp +item.coal.name=Uhlie +item.charcoal.name=Drevené uhlie +item.diamond.name=Diamant +item.emerald.name=Smaragd +item.ingotIron.name=Železná tehlička +item.ingotGold.name=Zlatá tehlička +item.swordIron.name=Železný meč +item.swordWood.name=Drevený meč +item.shovelWood.name=Drevená lopata +item.pickaxeWood.name=Drevený krompáč +item.hatchetWood.name=Drevená sekera +item.swordStone.name=Kamenný meč +item.shovelStone.name=Kamenná lopata +item.pickaxeStone.name=Kamenný krompáč +item.hatchetStone.name=Kamenná sekera +item.swordDiamond.name=Diamantový meč +item.shovelDiamond.name=Diamantová lopata +item.pickaxeDiamond.name=Diamantový krompáč +item.hatchetDiamond.name=Diamantová sekera +item.stick.name=Palica +item.bowl.name=Miska +item.mushroomStew.name=Hubová polievka +item.swordGold.name=Zlatý meč +item.shovelGold.name=Zlatá lopata +item.pickaxeGold.name=Zlatý krompáč +item.hatchetGold.name=Zlatá sekera +item.string.name=Vlákno +item.feather.name=Pierko +item.sulphur.name=Pušný prach +item.hoeWood.name=Drevená motyka +item.hoeStone.name=Kamenná motyka +item.hoeIron.name=Železná motyka +item.hoeDiamond.name=Diamantová motyka +item.hoeGold.name=Zlatá motyka +item.seeds.name=Semienka +item.seeds_pumpkin.name=Tekvicové semienka +item.seeds_melon.name=Melónové semienka +item.melon.name=Melón +item.wheat.name=Obilie +item.bread.name=Chlieb +item.helmetCloth.name=Kožená čiapka +item.chestplateCloth.name=Kožená tunika +item.leggingsCloth.name=Kožené nohavice +item.bootsCloth.name=Kožené čižmy +item.helmetChain.name=Krúžková prilba +item.chestplateChain.name=Krúžkové brnenie +item.leggingsChain.name=Krúžkové nohavice +item.bootsChain.name=Krúžkové topánky +item.helmetIron.name=Železná prilba +item.chestplateIron.name=Železné brnenie +item.leggingsIron.name=Železné nohavice +item.bootsIron.name=Železné topánky +item.helmetDiamond.name=Diamantová prilba +item.chestplateDiamond.name=Diamantové brnenie +item.leggingsDiamond.name=Diamantové nohavice +item.bootsDiamond.name=Diamantové topánky +item.helmetGold.name=Zlatá prilba +item.chestplateGold.name=Zlaté brnenie +item.leggingsGold.name=Zlaté nohavice +item.bootsGold.name=Zlaté topánky +item.flint.name=Pazúrik +item.porkchopRaw.name=Surové bravčové +item.porkchopCooked.name=Pečené bravčové +item.chickenRaw.name=Surové kurča +item.chickenCooked.name=Pečené kurča +item.beefRaw.name=Surové hovädzie +item.beefCooked.name=Rezeň +item.painting.name=Obraz +item.frame.name=Rám +item.appleGold.name=Zlaté jablko +item.sign.name=Ceduľka +item.doorWood.name=Drevené dvere +item.bucket.name=Vedro +item.bucketWater.name=Vedro s vodou +item.bucketLava.name=Vedro s lávou +item.minecart.name=Vozík +item.saddle.name=Sedlo +item.doorIron.name=Železné dvere +item.redstone.name=Rudit +item.snowball.name=Snehová guľa +item.boat.name=Čln +item.leather.name=Koža +item.milk.name=Mlieko +item.brick.name=Tehla +item.clay.name=Íl +item.reeds.name=Cukrová trstina +item.paper.name=Papier +item.book.name=Kniha +item.slimeball.name=Sliz +item.minecartChest.name=Vozík s truhlicou +item.minecartFurnace.name=Vozík s pecou +item.minecartTnt.name=Vozík s TNT +item.minecartHopper.name=Vozík s násypníkom +item.egg.name=Vajce +item.compass.name=Kompas +item.fishingRod.name=Udica +item.clock.name=Hodinky +item.yellowDust.name=Prach zo svietivca +item.fishRaw.name=Surová ryba +item.fishCooked.name=Pečená ryba +item.record.name=Hudobná platňa +item.bone.name=Kosť +item.dyePowder.black.name=Atramentový váčok +item.dyePowder.red.name=Červené farbivo +item.dyePowder.green.name=Zelené farbivo +item.dyePowder.brown.name=Kakaové bôby +item.dyePowder.blue.name=Lapis Lazuli +item.dyePowder.purple.name=Fialové farbivo +item.dyePowder.cyan.name=Tyrkysové farbivo +item.dyePowder.silver.name=Svetlosivé farbivo +item.dyePowder.gray.name=Sivé farbivo +item.dyePowder.pink.name=Ružové farbivo +item.dyePowder.lime.name=Svetlozelené farbivo +item.dyePowder.yellow.name=Žlté farbivo +item.dyePowder.lightBlue.name=Svetlomodré farbivo +item.dyePowder.magenta.name=Purpurové farbivo +item.dyePowder.orange.name=Oranžové farbivo +item.dyePowder.white.name=Kostná múčka +item.sugar.name=Cukor +item.cake.name=Torta +item.bed.name=Posteľ +item.diode.name=Opakovač signálu +item.comparator.name=Ruditový Porovnávač +item.map.name=Mapa +item.leaves.name=Lístie +item.shears.name=Nožnice +item.rottenFlesh.name=Zhnité mäso +item.enderPearl.name=Perla z Konca +item.blazeRod.name=Tyč Ohniváka +item.ghastTear.name=Slza Ghasta +item.netherStalkSeeds.name=Pekelná bylinka +item.potion.name=Elixír +item.emptyPotion.name=Fľaša vody +item.goldNugget.name=Zlatý nuget +item.glassBottle.name=Sklenená fľaša +item.spiderEye.name=Pavúčie oko +item.fermentedSpiderEye.name=Kvasené pavúčie oko +item.blazePowder.name=Prach Ohniváka +item.magmaCream.name=Magmový krém +item.cauldron.name=Kotol +item.brewingStand.name=Stojan na elixíry +item.eyeOfEnder.name=Oko Konca +item.speckledMelon.name=Trblietavý melón +item.monsterPlacer.name=Z vajca sa vyliahne +item.expBottle.name=Fľaša skúseností +item.fireball.name=Ohnivá nálož +item.writingBook.name=Kniha a pierko +item.writtenBook.name=Napísaná kniha +item.ruby.name=Rubín +item.flowerPot.name=Kvetináč +item.emptyMap.name=Prázdna mapa +item.carrots.name=Mrkva +item.carrotGolden.name=Zlatá mrkva +item.potato.name=Zemiak +item.potatoBaked.name=Pečený zemiak +item.potatoPoisonous.name=Jedovatý zemiak +item.skull.skeleton.name=Kostlivcova lebka +item.skull.wither.name=Lebka smrťokostlivca +item.skull.zombie.name=Hlava zombíka +item.skull.char.name=Hlava +item.skull.player.name=Hlava hráča %s +item.skull.creeper.name=Hlava creepera +item.carrotOnAStick.name=Mrkva na špagáte +item.netherStar.name=Pekelná hviezda +item.pumpkinPie.name=Tekvicový koláč +item.enchantedBook.name=Začarovaná kniha +item.fireworks.name=Petarda +item.fireworks.flight=Dĺžka letu: +item.fireworksCharge.name=Ohňostrojová hviezda +item.fireworksCharge.black=Čierna +item.fireworksCharge.red=Červená +item.fireworksCharge.green=Zelená +item.fireworksCharge.brown=Hnedá +item.fireworksCharge.blue=Modrá +item.fireworksCharge.purple=Fialová +item.fireworksCharge.cyan=Tyrkysová +item.fireworksCharge.silver=Svetlosivá +item.fireworksCharge.gray=Sivá +item.fireworksCharge.pink=Ružová +item.fireworksCharge.lime=Svetlozelená +item.fireworksCharge.yellow=Žltá +item.fireworksCharge.lightBlue=Svetlomodrá +item.fireworksCharge.magenta=Purpurová +item.fireworksCharge.orange=Oranžová +item.fireworksCharge.white=Biela +item.fireworksCharge.customColor=Vlastná +item.fireworksCharge.fadeTo=Miznúť do +item.fireworksCharge.flicker=Žmurknutie +item.fireworksCharge.trail=Čiara +item.fireworksCharge.type.0=Malá guľa +item.fireworksCharge.type.1=Veľká guľa +item.fireworksCharge.type.2=V tvare hviezdy +item.fireworksCharge.type.3=V tvare creepera +item.fireworksCharge.type.4=Puknutie +item.fireworksCharge.type=Neznámy tvar +item.netherbrick.name=Netheritová tehla +item.netherquartz.name=Pekelný Kremeň + +container.inventory=Inventár +container.hopper=Nsypník - Predmet +container.crafting=Vyrábanie +container.dispenser=Automat +container.dropper=Kvapadlo +container.furnace=Pec +container.enchant=Vylepšiť +container.repair=Opraviť & Premenovať +container.repair.cost=Cena začarovania: %1$d +container.repair.expensive=Príliš drahé! +container.creative=Výber predmetov +container.brewing=Stojan na varenie +container.chest=Truhlica +container.chestDouble=Veľká truhlica +container.minecart=Vozík +container.enderchest=Truhlica z Konca + +item.dyed=Zafarbené + +entity.Item.name=Predmet +entity.XPOrb.name=Bod skúseností +entity.SmallFireball.name=Malá ohnivá guľa +entity.Fireball.name=Ohnivá guľa + +entity.Arrow.name=šíp +entity.Snowball.name=Snehová guľa +entity.Painting.name=Obraz + +entity.Mob.name=Tvor +entity.Monster.name=Príšera + +entity.Creeper.name=Creeper +entity.Skeleton.name=Kostlivec +entity.Spider.name=Pavúk +entity.Giant.name=Obor +entity.Zombie.name=Zombík +entity.Slime.name=Sliz +entity.Ghast.name=Ghast +entity.PigZombie.name=Prasačí zombík +entity.Enderman.name=Enderman +entity.Silverfish.name=Rybenka +entity.CaveSpider.name=Jaskynný pavúk +entity.Blaze.name=Ohnivák +entity.LavaSlime.name=Magmový slizák +entity.MushroomCow.name=Muchokrávka +entity.Villager.name=Osadník +entity.VillagerGolem.name=Železný golem +entity.SnowMan.name=Snežný golem +entity.EnderDragon.name=Ender drak +entity.WitherBoss.name=Smrťák +entity.Witch.name=Čarodejnica + +entity.Pig.name=Prasa +entity.Sheep.name=Ovca +entity.Cow.name=Krava +entity.Chicken.name=Kura +entity.Squid.name=Chobotnica +entity.Wolf.name=Vlk +entity.Ozelot.name=Leopard +entity.Cat.name=Mačka +entity.Bat.name=Netopier + +entity.PrimedTnt.name=Kocka TNT +entity.FallingSand.name=Padajúca kocka + +entity.Minecart.name=Vozík +entity.Boat.name=Čln + +entity.generic.name=neznámy + +death.fell.accident.ladder=%1$s spadol z rebríka +death.fell.accident.vines=%1$s spadol z lián +death.fell.accident.water=%1$s vypadol z vody +death.fell.accident.generic=%1$s spadol z vysokého miesta +death.fell.killer=%1$s bol prekliaty na pád +death.fell.assist=%1$s bol prekliaty na pád %2$s +death.fell.assist.item=%1$s spadol do zabudnutia za pomoci hráča %2$s použitím %3$s +death.fell.finish=%1$s spadol moc daleko a bol dokončený hráčom %2$s +death.fell.finish.item=%1$s spadol moc daleko a bol dokončený hráčom %2$s za použitia %3$s + +death.attack.inFire=%1$s sa pripiekol +death.attack.inFire.player=%1$s vošiel do ohna pri boji s hráčom %2$s +death.attack.onFire=%1$s uhorel ku smrti +death.attack.onFire.player=%1$s bol spálený na popoľ kým bojoval s %2$s +death.attack.lava=%1$s sa pokúšal plávať v láve +death.attack.lava.player=%1$s sa pokúšal plávať v láve aby unikol hráčovi %2$s +death.attack.inWall=%1$s sa udusil v stene +death.attack.drown=%1$s sa utopil +death.attack.drown.player=%1$s sa utopil pri pokuse o utek hráčovi %2$s +death.attack.starve=%1$s zomrel od hladu +death.attack.cactus=Hráč %1$s šťuchol do kaktusu, ale kaktus šťuchol späť +death.attack.cactus.player=%1$s vkráčal do kaktusu pri úteku hráčovi %2$s +death.attack.generic=%1$s umrel +death.attack.explosion=%1$s vybuchol +death.attack.explosion.player=%1$s bol odpálený hráčom %2$s +death.attack.magic=%1$s bol zabitý mágiou +death.attack.wither=%1$s sa rozplynul +death.attack.anvil=Hráča %1$s rozmliaždila padajúca kovadlina +death.attack.fallingBlock=%1$s rozpučila padajúca kocka +death.attack.mob=%1$s bol zabitý príšerou %2$s +death.attack.player=%1$s bol zabitý príšerou %2$s +death.attack.player.item=%1$s bol zabitý hráčom %2$s za použitia %3$s +death.attack.arrow=%1$s bol zastrelený hráčom %2$s +death.attack.arrow.item=%1$s bol zastrelený hráčom %2$s použitím %3$s +death.attack.fireball=%2$s usmažil hráča %1$s +death.attack.fireball.item=%2$s usmažil hráča %1$s za použitia %3$s +death.attack.thrown=Hráč %1$s bol prevalcovaný hráčom %2$s +death.attack.thrown.item=Hráč %1$s bol prevalcovaný hráčom %2$s za použitia %3$s +death.attack.indirectMagic=%1$s bol zabitý hráčom %2$s použitím mágie +death.attack.indirectMagic.item=%1$s bol zabitý hráčom %2$s použitím %3$s +death.attack.thorns=%1$s bol zabitý pri pokuse ublížiť hráčovi %2$s +death.attack.fall=Hráč %1$s dopadol príliš tvrdo +death.attack.outOfWorld=%1$s vypadol zo sveta + +deathScreen.respawn=Znovuzrodiť +deathScreen.deleteWorld=Vymazať svet +deathScreen.titleScreen=Úvodná obrazovka +deathScreen.score=Skóre +deathScreen.title.hardcore=Koniec hry! +deathScreen.hardcoreInfo=V Drsnej hre sa nemôžeš znovuzrodiť! +deathScreen.title=Umrel si! +deathScreen.leaveServer=Opustiť server + +potion.empty=Bez účinku +potion.moveSpeed=Rýchlosť +potion.moveSlowdown=Spomalenie +potion.digSpeed=Zhon +potion.digSlowDown=Únava +potion.damageBoost=Sila +potion.weakness=Slabosť +potion.heal=Okamžité uzdravenie +potion.harm=Okamžité zranenie +potion.jump=Pružnosť +potion.confusion=Nevoľnosť +potion.regeneration=Regenerácia +potion.resistance=Odolnosť +potion.fireResistance=Ohňovzdornosť +potion.waterBreathing=Dýchanie pod vodou +potion.invisibility=Neviditeľnosť +potion.blindness=Slepota +potion.nightVision=Nočné videnie +potion.hunger=Hlad +potion.poison=Jed +potion.wither=Miznutie + +potion.moveSpeed.postfix=Elixír rýchlosti +potion.moveSlowdown.postfix=Elixír pomalosti +potion.digSpeed.postfix=Elixír rýchlosti +potion.digSlowDown.postfix=Elixír malátnosti +potion.damageBoost.postfix=Elixír sily +potion.weakness.postfix=Elixír slabosti +potion.heal.postfix=Elixír zdravia +potion.harm.postfix=Elixír ubližovania +potion.jump.postfix=Elixír skákania +potion.confusion.postfix=Elixír nevoľnosti +potion.regeneration.postfix=Elixír regenerácie +potion.resistance.postfix=Elixír odolnosti +potion.fireResistance.postfix=Elixír ohňovzdornosti +potion.waterBreathing.postfix=Elixír dýchania pod vodou +potion.invisibility.postfix=Elixír neviditeľnosti +potion.blindness.postfix=Elixír slepoty +potion.nightVision.postfix=Elixír nočného videnia +potion.hunger.postfix=Elixír hladu +potion.poison.postfix=Elixír jedu +potion.wither.postfix=Elixír rozplynutia + +potion.potency.0= +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV + +potion.prefix.grenade=Rozstrekovací +potion.prefix.mundane=Svetský +potion.prefix.uninteresting=Nezaujímavý +potion.prefix.bland=Jasný +potion.prefix.clear=Čistý +potion.prefix.milky=Mliečny +potion.prefix.diffuse=Rozptýlený +potion.prefix.artless=Naivný +potion.prefix.thin=Tenký +potion.prefix.awkward=Trápny +potion.prefix.flat=Plochý +potion.prefix.bulky=Objemný +potion.prefix.bungling=Neschopný +potion.prefix.buttered=Maslový +potion.prefix.smooth=Jemný +potion.prefix.suave=Zdvorilý +potion.prefix.debonair=Šarmantný +potion.prefix.thick=Mohutný +potion.prefix.elegant=Elegantný +potion.prefix.fancy=Štýlový +potion.prefix.charming=Očarujúci +potion.prefix.dashing=Temperamentný +potion.prefix.refined=Ušľachtilý +potion.prefix.cordial=Posilňujúci +potion.prefix.sparkling=Šumivý +potion.prefix.potent=Teplý +potion.prefix.foul=Odporný +potion.prefix.odorless=Nepáchnuci +potion.prefix.rank=Neprijateľný +potion.prefix.harsh=Prísny +potion.prefix.acrid=Štipľavý +potion.prefix.gross=Nechutný +potion.prefix.stinky=Smradľavý + +enchantment.damage.all=Ostrosť +enchantment.damage.undead=Omráčenie nemŕtvych +enchantment.damage.arthropods=Prekliatie článkonožcov +enchantment.knockback=Odrazenie +enchantment.fire=Ohnivá moc +enchantment.protect.all=Ochrana +enchantment.protect.fire=Ohňovzdornosť +enchantment.protect.fall=Ľahký ako pierko +enchantment.protect.explosion=Ochrana proti výbuchom +enchantment.protect.projectile=Nepriestreľnosť +enchantment.oxygen=Šnorchel +enchantment.waterWorker=Spriaznenosť s vodou +enchantment.digging=Efektívnosť +enchantment.untouching=Nežný dotyk +enchantment.durability=Nezničiteľnosť +enchantment.lootBonus=Rabovanie +enchantment.lootBonusDigger=Štastie +enchantment.arrowDamage=Prerazenie +enchantment.arrowFire=Plameň +enchantment.arrowKnockback=Úder +enchantment.arrowInfinite=Nekonečnosť +enchantment.thorns=Tŕne + +enchantment.level.1=I +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.level.10=X + +gui.achievements=Achievementy +gui.stats=Štatistiky + +stat.generalButton=Všeobecné +stat.blocksButton=Kocky +stat.itemsButton=Predmety + +stat.used=Koľko krát použité +stat.mined=Koľko krát vykopané +stat.depleted=Koľko krát zničené +stat.crafted=Vyrobených predmetov + +stat.startGame=Začatých hier +stat.createWorld=Vytvorených svetov +stat.loadWorld=Nahraných uložených hier +stat.joinMultiplayer=Pripojení na server +stat.leaveGame=Ukončených hier + +stat.playOneMinute=Odohraných minút + +stat.walkOneCm=Prejdená vzdialenosť +stat.fallOneCm=Vzdialenosť prekonaná pádom +stat.swimOneCm=Preplávaná vzdialenosť +stat.flyOneCm=Preletená vzdialenosť +stat.climbOneCm=Prešplhaná vzdialenosť +stat.diveOneCm=Vzdialenosť preplávaná pod vodou +stat.minecartOneCm=Vzdialenosť prejdená vozíkom +stat.boatOneCm=Vzdialenosť prejdená člnom +stat.pigOneCm=Vzdialenosť prejdená na prasati +stat.jump=Skokov +stat.drop=Vyhodených predmetov + +stat.damageDealt=Spôsobené poškodenie +stat.damageTaken=Prijaté poškodenie +stat.deaths=Počet úmrtí +stat.mobKills=Zabitých tvorov +stat.playerKills=Zabitých hráčov +stat.fishCaught=Chytených rýb + +stat.mineBlock=%1$s vykopaných +stat.craftItem=%1$s vyrobených +stat.useItem=%1$s-krát použité +stat.breakItem=%1$s zničených + +achievement.get=Nový úspech! + +achievement.taken=Dosiahnutý! + +achievement.requires=Vyžaduje '%1$s' +achievement.openInventory=Otvorenie inventára +achievement.openInventory.desc=Stlač '%1$s' na otvorenie inventára. +achievement.mineWood=Získavanie dreva +achievement.mineWood.desc=Búchaj do stromu, až kým nevypadne kocka dreva +achievement.buildWorkBench=Ide sa pracovať! +achievement.buildWorkBench.desc=Vyrob pracovný stôl zo štyroch drevených dosiek +achievement.buildPickaxe=Ide sa ťažiť! +achievement.buildPickaxe.desc=Použi dosky a palice na výrobu krompáča +achievement.buildFurnace=Horúca téma +achievement.buildFurnace.desc=Postav pec z ôsmich kociek kameňa +achievement.acquireIron=Získaj výzbroj +achievement.acquireIron.desc=Roztav železo +achievement.buildHoe=Ide sa farmárčiť! +achievement.buildHoe.desc=Použi dosky a palice na výrobu motyky +achievement.makeBread=Upeč chlieb +achievement.makeBread.desc=Upeč z obilia čerstvý chlebík +achievement.bakeCake=Lož +achievement.bakeCake.desc=Obilie, cukor, mlieko a vajcia! +achievement.buildBetterPickaxe=Vylepšenie +achievement.buildBetterPickaxe.desc=Vyrob lepší krompáč +achievement.cookFish=Lahodná ryba +achievement.cookFish.desc=Chyť a upeč rybu +achievement.onARail=Na koľaji +achievement.onARail.desc=Cestuj vozíkom aspoň 1 km z miesta odkiaľ si vyštartoval +achievement.buildSword=Ide sa bojovať! +achievement.buildSword.desc=Použi dosky a palice na výrobu meča +achievement.killEnemy=Lovec príšer +achievement.killEnemy.desc=Napadni a zabi príšeru +achievement.killCow=Kravovrah +achievement.killCow.desc=Získaj kus kože z kravy +achievement.flyPig=Keď prasatá lietajú +achievement.flyPig.desc=Zleť na prasati z útesu +achievement.snipeSkeleton=Duel ostreľovačov +achievement.snipeSkeleton.desc=Zabi kostlivca šípom z diaľky aspoň 50 metrov +achievement.diamonds=DIAMANTY! +achievement.diamonds.desc=Železným krompáčom vyťaž diamanty +achievement.portal=Musíme ísť hlbšie +achievement.portal.desc=Postav portál do Pekla +achievement.ghast=Vrátené odosielateľovi +achievement.ghast.desc=Zabi Ghasta ohnivou guľou +achievement.blazeRod=Skúška ohňom +achievement.blazeRod.desc=Zbav Ohniváka jeho tyče +achievement.potion=Miestny pivovar +achievement.potion.desc=Uvar elixír +achievement.theEnd=Koniec? +achievement.theEnd.desc=Nájdi Koniec +achievement.theEnd2=Koniec. +achievement.theEnd2.desc=Poraz Ender draka +achievement.enchantments=Čarodejník +achievement.enchantments.desc=Použi knihu, obsidián a diamanty na výrobu stolu očarovania +achievement.overkill=Smrtiaci úder +achievement.overkill.desc=Jediným úderom meča uber obeti osem srdiečok +achievement.bookcase=Knihovník +achievement.bookcase.desc=Postav zopár knižníc, aby si zlepšil účinnosť stolu očarovania + +commands.generic.exception=Pri pokuse vykonať tento príkaz sa vyskytla neznáma chyba +commands.generic.syntax=Neplatná príkazová syntax +commands.generic.player.notFound=Zadaný hráč nebol nájdený. +commands.generic.notFound=Príkaz nenájdený. Napíšte /help pre zoznam príkazov. +commands.generic.num.invalid='%s' nie je platné číslo +commands.generic.num.tooSmall=Číslo %d, ktoré ste zadali, je príliš malé, musí to byť aspoň %d +commands.generic.num.tooBig=Číslo %d, ktoré ste zadali, je príliš veľké, musí to byť najviac %d +commands.generic.double.tooSmall=Číslo %d, ktoré ste zadali, je príliš malé, musí to byť aspoň %d +commands.generic.double.tooBig=Číslo %d, ktoré ste zadali, je príliš veľké, musí to byť najviac %d +commands.generic.usage=Použitie: %s + +commands.xp.failure.widthdrawXp=Nemôžem dať hráčovi negatívny počet skúseností +commands.xp.success=Hráč %s získal %d bodov skúsenosti +commands.xp.success.levels=Hráč %s dostal %d levelov +commands.xp.success.negative.levels=Hráčovi %s bolo odobraných %d levelov +commands.xp.usage=/xp [hráč] alebo /xp L [hráč] +commands.give.usage=/give [množstvo] [dáta] +commands.give.notFound=Žiadna položka s ID %d neexistuje +commands.give.success=Dávam %s (ID %d) * %d hráčovi %s +commands.effect.usage=/effect [seconds] [amplifier] +commands.effect.notFound=There is no such mob effect with ID %d +commands.effect.success=Given %1$s (ID %2$d) * %3$d to %4$s for %5$d seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.enchant.usage=/enchant [úroveň] +commands.enchant.notFound=Neexistuje žiadne začarovanie s ID %d +commands.enchant.noItem=Cieľ nedrží žiadny predmet +commands.enchant.cantEnchant=Toto začarovanie nemôže byť použité na vybraný predmet +commands.enchant.cantCombine=%1$s nemôže byť skombinované s %2$s +commands.enchant.success=Začarovanie úspešné +commands.clear.usage=/clear [predmet][dáta] +commands.clear.success=Vyčistený inventár hráča %s, odstránených %d predmetov +commands.clear.failure=Could not clear the inventory of %s, no items to remove +commands.downfall.success=Zapnuté zrážky +commands.time.usage=/time +commands.time.added=K času bolo pridané %d +commands.time.set=Čas nastavený na %d +commands.players.list=Na serveri je %d/%d hráčov: +commands.banlist.ips=Je celkovo %d zabanovaných IP adries: +commands.banlist.players=Na serveri je celkovo %d banovaných hráčov: +commands.banlist.usage=/banlist [ips|players] +commands.kick.success=Hráč %s bol vykopnutý z hry +commands.kick.success.reason=Hráč %s bol vykopnutý z hry: '%s' +commands.kick.usage=/kick [dôvod...] +commands.op.success=Hráč %s je teraz op +commands.op.usage=/op +commands.deop.success=Hráč %s už nie je op +commands.deop.usage=/deop +commands.say.usage=/say +commands.ban.success=Hráč %s bol zabanovaný +commands.ban.usage=/ban [dôvod ...] +commands.unban.success=Hráč %s bol odbanovaný +commands.unban.usage=/pardon +commands.banip.invalid=Zadal si nesprávnu IP adresu, alebo hráča, ktorý nie je online +commands.banip.success=IP adresa %s bola zabanovaná +commands.banip.success.players=IP adresa %s patriaca hráčovi %s bola zabanovaná +commands.banip.usage=/ban-ip [dôvod ...] +commands.unbanip.invalid=Vložená IP adresa je neplatná +commands.unbanip.success=IP adresa %s bola odbanovaná +commands.unbanip.usage=/pardon-ip +commands.save.enabled=Automatické ukladanie sveta bolo zapnuté +commands.save.disabled=Automatické ukladanie sveta bolo vypnuté +commands.save.start=Ukladanie... +commands.save.success=Svet uložený +commands.save.failed=Ukladanie zlyhalo: %s +commands.stop.start=Zastavujem server +commands.tp.success=Hráč %s bol teleportovaný k hráčovi %s +commands.tp.success.coordinates=Hráč %s bol teleportovaný na %.2f,%.2f,%.2f +commands.tp.usage=/TP [cieľový hráč] alebo /tp [cieľový hráč] +commands.tp.notSameDimension=Nie je možné teleportovať hráča, lebo nie je v rovnakej dimenzii +commands.whitelist.list=Je tu %d (z %d videných) hráčov na whiteliste: +commands.whitelist.enabled=Zapnutý whitelist +commands.whitelist.disabled=Vypnutý whitelist +commands.whitelist.reloaded=Obnovený whitelist +commands.whitelist.add.success=Hráč %s bol pridaný na whitelist +commands.whitelist.add.usage=/whitelist add +commands.whitelist.remove.success=Hráč %s bol odstránený z whitelistu +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=whitelist +commands.scoreboard.usage=/scoreboard +commands.scoreboard.teamNotFound=Nebol najdený žiadny tím s názvom "%s" +commands.scoreboard.objectiveNotFound=Nebola nájdená žiadna úloha s názvom "%s" +commands.scoreboard.objectiveReadOnly=Táto úloha "%s" je len na čítanie a nieje ju možné upraviť +commands.scoreboard.objectives.usage=/scoreboard objectives +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [úloha] +commands.scoreboard.objectives.setdisplay.invalidSlot=Žiadny slot "%s" +commands.scoreboard.objectives.setdisplay.successCleared=Cleared objective display slot '%s' +commands.scoreboard.objectives.setdisplay.successSet=Set the display objective in slot '%s' to '%s' +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [zobrazované meno ...] +commands.scoreboard.objectives.add.wrongType=Nespravný objekt pre kriterium. Správne typy sú: %s +commands.scoreboard.objectives.add.alreadyExists=Cieľ s názvom "%s" už existuje +commands.scoreboard.objectives.add.tooLong=Meno "%s" je moc dlhé pre cieľ, najviac znakov môže byť %d +commands.scoreboard.objectives.add.displayTooLong=Meno "%s" je moc dlhé pre cieľ, najviac znakov môže byť %d +commands.scoreboard.objectives.add.success=Pridaný nový cieľ "%s" úspešne +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.remove.success=Odstránený cieľ "%s" úspešne +commands.scoreboard.objectives.list.count=Zobrazujem %d cieľ(ov) na tabuly výsledkov +commands.scoreboard.objectives.list.entry=-%s: zobrazuje ako "%s" a typ "%s" +commands.scoreboard.objectives.list.empty=Niesu žiadne ciele na tabuli +commands.scoreboard.players.usage=/scoreboard players +commands.scoreboard.players.set.success=Set score of %s for player %s to %d +commands.scoreboard.players.set.usage=/scoreboard players set +commands.scoreboard.players.add.usage=/scoreboard players add +commands.scoreboard.players.remove.usage=/scoreboard players remove +commands.scoreboard.players.reset.usage=/scoreboard players reset +commands.scoreboard.players.reset.success=Vynulované skóre hráčov %s +commands.scoreboard.players.list.count=Showing %d tracked players on the scoreboard +commands.scoreboard.players.list.empty=There are no tracked players on the scoreboard +commands.scoreboard.players.list.player.count=Showing %d tracked objective(s) for %s +commands.scoreboard.players.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.players.list.player.empty=Hráč %s nemá žiadne zaznamenané skóre +commands.scoreboard.teams.usage=/scoreboard teams +commands.scoreboard.teams.add.usage=/scoreboard teams add [zobrazované meno ...] +commands.scoreboard.teams.add.alreadyExists=Tím s názvom "%s" už existuje +commands.scoreboard.teams.add.tooLong=meno "%s" je moc dlhé, môže byť maximalne %d znakov dlhé +commands.scoreboard.teams.add.displayTooLong=The display name '%s' is too long for a team, it can be at most %d characters long +commands.scoreboard.teams.add.success=Pridaný nový tím "%s" +commands.scoreboard.teams.list.usage=/scoreboard teams list [meno] +commands.scoreboard.teams.list.count=Showing %d teams on the scoreboard +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' má %3$d hráčov +commands.scoreboard.teams.list.empty=Neexistujú žiadne zaregistrované tímy na tabuli +commands.scoreboard.teams.list.player.count=Zobrazujem %d hráčov v tíme %s +commands.scoreboard.teams.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.teams.list.player.empty=Tím %s nemá hráčov +commands.scoreboard.teams.empty.usage=/scoreboard teams clear +commands.scoreboard.teams.empty.alreadyEmpty=Tím %s je prázdny, nie je možné odstrániť neexistujúcich hráčovn +commands.scoreboard.teams.empty.success=Removed all %d player(s) from team %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.remove.success=Odstránený tím %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [hráč] +commands.scoreboard.teams.join.success=Pridaný %d hráči do tímu %s: %s +commands.scoreboard.teams.join.failure=Nepodarilo sa pridať %d hráčov do teamu %s: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [hráč] +commands.scoreboard.teams.leave.success=Removed %d player(s) from their teams: %s +commands.scoreboard.teams.leave.failure=Could not remove %d player(s) from their teams: %s +commands.scoreboard.teams.leave.noTeam=Nie ste v tíme +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.option.noValue=Platné hodnoty pre možnosť %s sú: %s +commands.scoreboard.teams.option.success=Set option %s for team %s to %s +commands.gamemode.success.self=Tvoj typ hry bol nastavený na %s +commands.gamemode.success.other=Typ hry hráča %s bol nastavený na %s +commands.gamemode.usage=/gamemode [hráč] +commands.defaultgamemode.usage=/defaultgamemode +commands.defaultgamemode.success=Predvolený typ hry tohto sveta je teraz %s +commands.me.usage=/me +commands.help.header=--- Čítaš pomoc, stranu %d z počtu %d (/help ) --- +commands.help.footer=Tip: Použi klávesu , kým píšeš príkaz, aby ho automaticky dokončilo, alebo automaticky dokončilo jeho argumenty +commands.help.usage=/help [stránka|meno príkazu] +commands.publish.started=Lokálna hra spustená na %s +commands.publish.failed=Nepodarilo sa spustiť lokálnu hru +commands.debug.start=Začané debug profilovanie +commands.debug.stop=Debug zastavený po %.2f sekundách (%d tickoch) +commands.debug.notStarted=Nemôžeš s debugom prestať, keď si ešte ani nezačal! +commands.debug.usage=/debug +commands.message.usage=/tell +commands.message.sameTarget=Sám sebe nemôžeš poslať súkromnú správu! +commands.message.display.outgoing=Hráčovi %s šepkáš toto: %s +commands.message.display.incoming=Hráč %s ti šepká toto: %s +commands.difficulty.usage=/difficulty +commands.difficulty.success=Obtiažnosť nastavená na %s +commands.spawnpoint.usage=/spawnpoint ALEBO /spawnpoint ALEBO /spawnpoint +commands.spawnpoint.success=Bod znovuzrodenia hráča %s nastavený na %d, %d, %d +commands.gamerule.usage=/gamerule ALEBO /gamerule +commands.gamerule.success=Herné pravidlo aktualizované +commands.gamerule.norule=Neexistuje žiadne herné pravidlo s názvom '%s' +commands.weather.usage=/weather [dĺžka v sekundách] +commands.weather.clear=Počasie nastavené na jasné +commands.weather.rain=Počasie nastavené na dážď +commands.weather.thunder=Počasie nastavené na búrku +commands.testfor.usage=/testfor +commands.testfor.failed=/testfor is only usable by commandblocks with analog output + +itemGroup.buildingBlocks=Stavebné kocky +itemGroup.decorations=Dekoračné kocky +itemGroup.redstone=Rudit +itemGroup.transportation=Preprava +itemGroup.misc=Ostatné +itemGroup.search=Vyhľadať predmety +itemGroup.food=Jedlo +itemGroup.tools=Nástroje +itemGroup.combat=Boj +itemGroup.brewing=Alchýmia +itemGroup.materials=Materiály +itemGroup.inventory=Inventár dobrodružnej hry + +inventory.binSlot=Zničiť predmet + +advMode.setCommand=Nastav konzolový príkaz pre kocku +advMode.command=Konzolový príkaz +advMode.nearestPlayer=Použi "@p" na zameranie najbližšieho hráča +advMode.randomPlayer=Použi "@r" na zameranie náhodného hráča +advMode.allPlayers=Použi "@a" na zameranie všetkých hráčov + +advMode.notEnabled=Príkazové kocky na tomto serveri nie sú povolené +advMode.notAllowed=Musí byť op v tvorivej hre + +mco.title=Minecraft Realms +mco.selectServer.select=Pripojiť sa +mco.selectServer.configure=Konfigurovať +mco.selectServer.create=Vytvoriť svet +mco.selectServer.moreinfo=Viac informácii + +mco.configure.world.edit.title=Upraviť svet + +mco.configure.world.title=Konfigurovať svet +mco.configure.world.name=Názov +mco.configure.world.description=Popis +mco.configure.world.location=Lokácia +mco.configure.world.invited=Pozvaní +mco.configure.world.buttons.edit=Upraviť +mco.configure.world.buttons.reset=Obnoviť svet +mco.configure.world.buttons.done=Hotovo +mco.configure.world.buttons.delete=Vymazať +mco.configure.world.buttons.open=Otvoriť svet +mco.configure.world.buttons.close=Uzavrieť svet +mco.configure.world.buttons.invite=Pozvať +mco.configure.world.buttons.uninvite=Zrušiť pozvanie +mco.configure.world.buttons.subscription=Subscription +mco.configure.world.invite.profile.name=Názov +mco.configure.world.uninvite.question=Ste si istí, že chcete zrušiť pozvanie + +mco.configure.world.subscription.title=Subscription Info +mco.configure.world.subscription.daysleft=Days Left +mco.configure.world.subscription.start=Start Date +mco.configure.world.subscription.extend=Extend + +mco.create.world.location.title=Lokácie +mco.create.world.location.warning=Nemusíš dostať presné miesto aké si vyberieš +mco.create.world.wait=Vytváram svet... + +mco.reset.world.title=Obnoviť svet +mco.reset.world.warning=Touto akciou natrvalo odstránite váš svet! +mco.reset.world.seed=Seed (nepovinné) +mco.reset.world.resetting.screen.title=Reštartovanie sveta... + +mco.configure.world.close.question.line1=Váš svet sa stane nedostupný. +mco.configure.world.close.question.line2=Ste si istý že to chcete urobiť? + +mco.connect.connecting=Pripája sa na online server... +mco.connect.authorizing=Prihlasovanie... +mco.connect.failed=Nepodarilo sa pripojiť k online serveru + +mco.create.world=Vytvoriť + diff --git a/1.5.2/lang/sl_SI.lang b/1.5.2/lang/sl_SI.lang new file mode 100644 index 00000000..97b0e280 --- /dev/null +++ b/1.5.2/lang/sl_SI.lang @@ -0,0 +1,1293 @@ +#X-Generator: crowdin.net + +language.name=Slovenščina +language.region=SLO +language.code=sl_SI + +gui.done=Končano +gui.cancel=Prekliči +gui.back=Back +gui.toMenu=Nazaj na glavni meni +gui.up=Gor +gui.down=Dol +gui.yes=Da +gui.no=Ne + +menu.singleplayer=Enoigralski način +menu.multiplayer=Večigralski način +menu.online=Minecraft Realms +menu.options=Možnosti... +menu.quit=Izhod +menu.returnToMenu=Shrani in se vrni na glavni meni +menu.disconnect=Prekini povezavo +menu.returnToGame=Nazaj v igro +menu.switchingLevel=Menjava svetov +menu.generatingLevel=Ustvarjanje sveta +menu.loadingLevel=Nalaganje sveta +menu.generatingTerrain=Grajenje terena +menu.convertingLevel=Pretvarjanje sveta +menu.simulating=Simulacija sveta +menu.respawning=Ponovna oživitev +menu.shareToLan=Odpri za LAN + +selectWorld.title=Izberi svet +selectWorld.empty=prazno +selectWorld.world=Svet +selectWorld.select=Igraj izbrani svet +selectWorld.create=Ustvari nov svet +selectWorld.recreate=Ponovno ustvari +selectWorld.createDemo=Igraj nov demo svet +selectWorld.delete=Izbriši +selectWorld.rename=Preimenuj +selectWorld.deleteQuestion=Si prepričan, da želiš izbrisati ta svet? +selectWorld.deleteWarning=bo izgubljen za vedno! +selectWorld.deleteButton=Izbriši +selectWorld.renameButton=Preimenuj +selectWorld.renameTitle=Preimenuj svet +selectWorld.conversion=Mora biti pretvorjen! +selectWorld.newWorld=Nov svet +selectWorld.newWorld.copyOf=Kopija od %s +selectWorld.enterName=Ime sveta +selectWorld.resultFolder=Shranjen bo v: +selectWorld.enterSeed=Seme za generator sveta +selectWorld.seedInfo=Pusti prazno za naključno seme +selectWorld.cheats=Goljufije +selectWorld.customizeType=Prilagodi + +createWorld.customize.presets=Predloge +createWorld.customize.presets.title=Izberi predlogo +createWorld.customize.presets.select=Uporabi predlogo +createWorld.customize.presets.share=Želite deliti svojo predlogo z nekom? Uporabite spodnje polje! +createWorld.customize.presets.list=Lahko pa uporabiš že vnaprej narejene! +createWorld.customize.flat.title=Prilagajanje ravnega sveta +createWorld.customize.flat.tile=Material sloja +createWorld.customize.flat.height=Globina +createWorld.customize.flat.addLayer=Dodaj sloj +createWorld.customize.flat.editLayer=Uredi sloj +createWorld.customize.flat.removeLayer=Odstrani sloj +createWorld.customize.flat.layer.top=Vrh - %d +createWorld.customize.flat.layer=%d +createWorld.customize.flat.layer.bottom=Tla - %d + +gameMode.survival=Način preživetja +gameMode.creative=Ustvarjalni način +gameMode.adventure=Pustolovski način +gameMode.hardcore=Vražji Način! +gameMode.changed=Način igre je bil posodobljen + +selectWorld.gameMode=Način igre: +selectWorld.gameMode.survival=Preživetje +selectWorld.gameMode.survival.line1=Išči surovine, izdeluj, pridobivaj na +selectWorld.gameMode.survival.line2=stopnjah, zdravju in lakoti +selectWorld.gameMode.creative=Ustvarjanje +selectWorld.gameMode.creative.line1=Neomejeno surovin, prosto letenje in +selectWorld.gameMode.creative.line2=uniči kocke v trenutku +selectWorld.gameMode.hardcore=Vražje +selectWorld.gameMode.hardcore.line1=Isto kot način preživetja le zaklenjen na najtežjo +selectWorld.gameMode.hardcore.line2=stopnjo in le eno življenje +selectWorld.gameMode.adventure=Pustolovski +selectWorld.gameMode.adventure.line1=Enako kot način preživetja, vendar kock +selectWorld.gameMode.adventure.line2=ni možno dodati ali odstraniti +selectWorld.moreWorldOptions=Več možnosti sveta... +selectWorld.mapFeatures=Generiranje zgradb: +selectWorld.mapFeatures.info=Vasi, ječe, ... +selectWorld.mapType=Vrsta sveta: +selectWorld.mapType.normal=Navaden +selectWorld.allowCommands=Dovoli goljufije: +selectWorld.allowCommands.info=Ukazi, kot so /gamemode, /xp +selectWorld.hardcoreMode=Vražje: +selectWorld.hardcoreMode.info=Ob smrti je svet izbrisan +selectWorld.bonusItems=Dodatna skrinja: + +generator.default=Privzet +generator.flat=Ploščat +generator.largeBiomes=Veliki biomi + +selectServer.title=Izberi strežnik +selectServer.empty=prazno +selectServer.select=Pridruži se strežniku +selectServer.direct=Neposredna povezava +selectServer.edit=Uredi +selectServer.delete=Izbriši +selectServer.add=Dodaj strežnik +selectServer.defaultName=Minecraft strežnik +selectServer.deleteQuestion=Si prepričan, da želiš odstraniti ta strežnik? +selectServer.deleteWarning=bo za vedno izgubljen! (zelo dolgo) +selectServer.deleteButton=Izbriši +selectServer.refresh=Osveži +selectServer.hiddenAddress=(Skrit) +addServer.title=Uredi podatke strežnika +addServer.enterName=Ime strežnika +addServer.enterIp=Naslov strežnika +addServer.add=Končano +addServer.hideAddress=Skrij naslov +lanServer.title=LAN svet +lanServer.scanning=Scanning for games on your local network +lanServer.start=Zaženi LAN svet +lanServer.otherPlayers=Nastavitve za druge igralce +mcoServer.title=Minecraft Online svet + +multiplayer.title=Igraj multiplayer +multiplayer.connect=Poveži se +multiplayer.info1=Minecraft Multiplayer trenutno še ni končan, ampak tukaj +multiplayer.info2=tečejo še zgodnja testiranja napak. +multiplayer.ipinfo=Vnesi IP strežnika: + +multiplayer.texturePrompt.line1=Ta strežnik priporoča uporabo svojega izgleda. +multiplayer.texturePrompt.line2=Bi radi, da se prenese in namesti avtomatsko? + +multiplayer.downloadingTerrain=Prenašanje terena + +multiplayer.stopSleeping=Zapusti posteljo + +chat.link.confirm=Ali ste prepričani, da želite odpreti naslednjo spletno stran? +chat.link.warning=Nikoli odpirajte povezav ljudi, ki jim ne zaupate! +chat.copy=Kopiraj v odložišče + +menu.playdemo=Igraj preizkusni svet +menu.resetdemo=Ponastavi preizkusni svet +demo.day.1=Preizkusna različica bo trajala pet dni v igri. Veliko sreče! +demo.day.2=Drugi dan +demo.day.3=Tretji Dan +demo.day.4=Četrti dan +demo.day.5=To je tvoj zadnji dan! +demo.day.warning=Zmanjkuje ti časa! +demo.day.6=Peti dan je potekel. Pritisni F2, da shraniš zaslonsko sliko tvoje stvaritve. +demo.reminder=Čas za preizkusno različico je potekel. Kupi igro, da nadaljuješ ali začni nov svet! +demo.remainingTime=Preostali čas: %s +demo.demoExpired=Čas preizkušanja je konec! +demo.help.movement=Uporabi %1$s, %2$s, %3$s, %4$s ter miško za premikanje naokoli +demo.help.movementShort=Premikaj se pritiskom na %1$s, %2$s, %3$s, %4$s +demo.help.movementMouse=Poglej naokoli z miško +demo.help.jump=Skoči s pritiskom na %1$s +demo.help.inventory=Pritisni %1$s da odpreš inventar +demo.help.title=Minecraft preizkusni način +demo.help.fullWrapped=Predstavitev bo trajala 5 igrinih dni (približno 1 uro 40 minut pravega časa). Preveri dosežke za namige! Zabavaj se! +demo.help.buy=Kupi zdaj! +demo.help.later=Nadaljuj z igranjem! + +connect.connecting=Povezovanje na strežnik... +connect.authorizing=Prijavljanje... +connect.failed=Napaka pri povezavi na strežnik + +disconnect.genericReason=%s +disconnect.disconnected=Strežnik je prekinil povezavo +disconnect.lost=Povezava je bila izgubljena +disconnect.kicked=Je bil odstranjen iz igre +disconnect.timeout=Časovna omejitev je potekla +disconnect.closed=Povezava je zaprta +disconnect.loginFailed=Napaka pri prijavi +disconnect.loginFailedInfo=Napaka pri prijavi: %s +disconnect.quitting=Zaključevanje +disconnect.endOfStream=Konec pretoka podatkov +disconnect.overflow=Prekoračitev medpomnilnika +disconnect.spam=Odstranjen zaradi spamanja + +options.off=Izklopljeno +options.on=Vklopljeno +options.visible=Prikazan +options.hidden=Skrito +options.title=Možnosti +options.controls=Kontrolne tipke... +options.video=Video nastavitve... +options.language=Jezik... +options.languageWarning=Prevodi morda niso 100% natančni +options.videoTitle=Video nastavitve +options.music=Glasba +options.sound=Zvok +options.invertMouse=Obrni miško +options.fov=Vidni kot +options.fov.min=Normalno +options.fov.max=Quake Pro +options.gamma=Svetlost +options.gamma.min=Temačno +options.gamma.max=Svetlo +options.sensitivity=Občutljivost +options.sensitivity.min=*zeeh* +options.sensitivity.max=SUPER HITROST!!! +options.renderDistance=Razdalja izrisa +options.renderDistance.tiny=Majhna +options.renderDistance.short=Kratka +options.renderDistance.normal=Normalna +options.renderDistance.far=Velika +options.viewBobbing=Kimanje kamere +options.ao=Gladko osvetljevanje +options.ao.off=Off +options.ao.min=Minimum +options.ao.max=Maximum +options.anaglyph=Modro/rdeč 3D +options.framerateLimit=Zmogljivost +options.difficulty=Težavnost +options.difficulty.peaceful=Miroljubna +options.difficulty.easy=Lahka +options.difficulty.normal=Srednja +options.difficulty.hard=Težka +options.difficulty.hardcore=Vražje +options.graphics=Grafika +options.graphics.fancy=Lepa +options.graphics.fast=Hitra +options.guiScale=Velikost vmesnika +options.guiScale.auto=Samodejna +options.guiScale.small=Majhna +options.guiScale.normal=Normalna +options.guiScale.large=Velika +options.advancedOpengl=Napredni OpenGL +options.renderClouds=Oblaki +options.farWarning1=Priporočena je 64-bitna inštalacija Jave +options.farWarning2=za veliko oddaljenost megle (imaš 32-bitno različico) +options.particles=Delci +options.particles.all=Vsi +options.particles.decreased=Zmanjšano +options.particles.minimal=Minimalno +options.multiplayer.title=Multiplayer nastavitve... +options.chat.title=Nastavitve klepeta ... +options.chat.visibility=Klepet +options.chat.visibility.full=Prikazan +options.chat.visibility.system=Samo ukazi +options.chat.visibility.hidden=Skrit +options.chat.color=Barve +options.chat.opacity=Prosojnost +options.chat.links=Spletne povezave +options.chat.links.prompt=Vprašaj ob povezavah +options.chat.scale=Velikost +options.chat.width=Širina +options.chat.height.focused=Osredotočena višina +options.chat.height.unfocused=Neosredotočena višina +options.showCape=Pokaži ogrinjalo +options.serverTextures=Izgled strežnika +options.snooper=Dovoli vohljanje +options.snooper.view=Nastavitve vohljača... +options.snooper.title=Zbiranje specifikacij računalnika +options.snooper.desc=Da bi izboljšati Minecraft, želimo zbirati informacije o tvojem računalniku, s tem da vemo kaj podpirati in kje so največje težave. Vse te informacije so popolnoma anonimne in vidne spodaj. Obljubimo, da ne bomo storili nič slabega s podatki, vendar če želite lahko zbiranje podatkov izključite! +options.texture.pack=Paketi tekstur +options.fullscreen=Celoten zaslon +options.vsync=Uporabi VSync +options.touchscreen=Način zaslona na dotik + +performance.max=Največji FPS +performance.balanced=Uravnoteženo +performance.powersaver=Manjša poraba energije + +controls.title=Nadzor + +key.forward=Naprej +key.left=Levo +key.back=Nazaj +key.right=Desno +key.jump=Skok +key.inventory=Inventar +key.drop=Odvrzi predmet +key.chat=Klepet +key.fog=Preklop megle +key.sneak=Skrivanje +key.playerlist=Seznam igralcev +key.attack=Napad +key.use=Uporaba +key.pickItem=Izbira kocke +key.mouseButton=Gumb %1$s +key.command=Ukaz + +texturePack.openFolder=Odpri mapo, kjer so paketi tekstur +texturePack.title=Izberi teksturni paket +texturePack.folderInfo=(Pakete tekstur premaknite sem) +texturePack.incompatible=Nezdružljiv + +book.pageIndicator=Stran %1$s od %2$s +book.byAuthor=napisal: %1$s +book.signButton=Podpiši +book.editTitle=Vnesite naslov knjige: +book.finalizeButton=Podpiši in zapri +book.finalizeWarning=Opomba! Ko podpišete knjigo, je ne bo več mogoče urejati. + +tile.stone.name=Kamen + +tile.grass.name=Trava +tile.dirt.name=Zemlja +tile.stonebrick.name=Tlakovec +tile.wood.name=Lesene deske +tile.wood.oak.name=Hrastove deske +tile.wood.spruce.name=Smrekove deske +tile.wood.birch.name=Brezove deske +tile.wood.jungle.name=Džungelske deske +tile.sapling.oak.name=Hrastova sadika +tile.sapling.spruce.name=Smrekova sadika +tile.sapling.birch.name=Brezina sadika +tile.sapling.jungle.name=Džungelska sadika +tile.deadbush.name=Mrtev grmiček +tile.bedrock.name=Trda skala +tile.water.name=Voda +tile.lava.name=Lava +tile.sand.name=Pesek +tile.sandStone.name=Peščenjak +tile.sandStone.default.name=Peščenjak +tile.sandStone.chiseled.name=Izklesani peščenjak +tile.sandStone.smooth.name=Gladek peščenjak +tile.gravel.name=Gramoz +tile.oreGold.name=Zlata Ruda +tile.oreIron.name=Železova Ruda +tile.oreCoal.name=Ruda Premoga +tile.log.name=Les +tile.log.oak.name=Hrastov les +tile.log.spruce.name=Smrekin les +tile.log.birch.name=Brezin les +tile.log.jungle.name=Džungelski les +tile.leaves.name=Listje +tile.leaves.oak.name=Hrastovo listje +tile.leaves.spruce.name=Smrekovo listje +tile.leaves.birch.name=Brezino listje +tile.leaves.jungle.name=Džungelsko listje +tile.tallgrass.name=Trava +tile.tallgrass.shrub.name=Grm +tile.tallgrass.grass.name=Trava +tile.tallgrass.fern.name=Praprot +tile.sponge.name=Spužva +tile.glass.name=Steklo +tile.thinGlass.name=Steklene plošče +tile.cloth.name=Volna +tile.flower.name=Roža +tile.rose.name=Vrtnica +tile.mushroom.name=Goba +tile.blockGold.name=Zlata kocka +tile.blockIron.name=Železna kocka +tile.stoneSlab.stone.name=Kamnita plošča +tile.stoneSlab.sand.name=Peščenjakova plošča +tile.stoneSlab.wood.name=Lesena plošča +tile.stoneSlab.cobble.name=Tlakovana plošča +tile.stoneSlab.brick.name=Opečnata plošča +tile.stoneSlab.smoothStoneBrick.name=Kamnita opečnata plošča +tile.stoneSlab.netherBrick.name=Plošča iz peklenskih opek +tile.stoneSlab.quartz.name=Kremena plošča +tile.woodSlab.oak.name=Hrastova plošča +tile.woodSlab.spruce.name=Smrekova plošča +tile.woodSlab.birch.name=Brezina plošča +tile.woodSlab.jungle.name=Džungelska plošča +tile.brick.name=Opeke +tile.tnt.name=TNT +tile.bookshelf.name=Knjižna polica +tile.stoneMoss.name=Poraščen kamen +tile.obsidian.name=Vulkanski kamen +tile.torch.name=Bakla +tile.fire.name=Ogenj +tile.mobSpawner.name=Izvir pošasti +tile.stairsWood.name=Hrastove stopnice +tile.stairsWoodSpruce.name=Smrekove stopnice +tile.stairsWoodBirch.name=Brezine stopnice +tile.stairsWoodJungle.name=Džungelske stopnice +tile.chest.name=Skrinja +tile.chestTrap.name=Skrinja s pastjo +tile.redstoneDust.name=Redstone prah +tile.oreDiamond.name=Diamantna ruda +tile.blockDiamond.name=Diamantna kocka +tile.workbench.name=Delovna miza +tile.crops.name=Žito +tile.farmland.name=Zorana zemlja +tile.furnace.name=Peč +tile.sign.name=Tabla +tile.doorWood.name=Lesena vrata +tile.ladder.name=Lestev +tile.rail.name=Tirnica +tile.goldenRail.name=Električna tirnica +tile.activatorRail.name=Aktivacijska tirnica +tile.detectorRail.name=Zaznavna Tirnica +tile.stairsStone.name=Kamnite Stopnice +tile.stairsSandStone.name=Stopnice iz peščenjaka +tile.lever.name=Ročica +tile.pressurePlate.name=Zaznavna plošča +tile.weightedPlate_light.name=Tehtna zaznavna plošča (lahka) +tile.weightedPlate_heavy.name=Tehtna zaznavna plošča (težka) +tile.doorIron.name=Železa vrata +tile.oreRedstone.name=Redstone ruda +tile.notGate.name=Redstone bakla +tile.button.name=Gumb +tile.snow.name=Sneg +tile.ice.name=Led +tile.cactus.name=Kaktus +tile.clay.name=Glina +tile.reeds.name=Sladkorni trs +tile.jukebox.name=Džuboks +tile.fence.name=Ograja +tile.fenceGate.name=Vrata ograje +tile.pumpkin.name=Buča +tile.litpumpkin.name=Svetleča buča +tile.hellrock.name=Peklenski kamen +tile.hellsand.name=Pesek duš +tile.lightgem.name=Svetleči kamen +tile.portal.name=Portal +tile.cloth.black.name=Črna volna +tile.cloth.red.name=Rdeča volna +tile.cloth.green.name=Zelena volna +tile.cloth.brown.name=Rjava volna +tile.cloth.blue.name=Modra volna +tile.cloth.purple.name=Vijolična volna +tile.cloth.cyan.name=Zeleno-modra volna +tile.cloth.silver.name=Svetlo siva volna +tile.cloth.gray.name=Siva volna +tile.cloth.pink.name=Rožnata volna +tile.cloth.lime.name=Svetlo zelena volna +tile.cloth.yellow.name=Rumena volna +tile.cloth.lightBlue.name=Svetlo modra volna +tile.cloth.magenta.name=Škrlatna volna +tile.cloth.orange.name=Oranžna volna +tile.cloth.white.name=Volna +tile.oreLapis.name=Ruda lapis lazuli +tile.blockLapis.name=Kocka lapis lazuli +tile.dispenser.name=Podajalec +tile.dropper.name=Droper +tile.musicBlock.name=Glasbena kocka +tile.cake.name=Torta +tile.bed.name=Postelja +tile.bed.occupied=Ta postelja je že zasedena +tile.bed.noSleep=Spiš lahko le ponoči +tile.bed.notSafe=Spanje je onemogočeno zaradi bližine pošasti +tile.bed.notValid=Tvoja domača postelja je izginila ali pa je ovirana +tile.lockedchest.name=Zaklenjena skrinja +tile.trapdoor.name=Loputa +tile.web.name=Pajčevina +tile.stonebricksmooth.name=Kamnite opeke +tile.stonebricksmooth.default.name=Kamnite opeke +tile.stonebricksmooth.mossy.name=Poraščene kamnite opeke +tile.stonebricksmooth.cracked.name=Razpokane kamnite opeke +tile.stonebricksmooth.chiseled.name=Izklesane kamnite opeke +tile.monsterStoneEgg.stone.name=Jajce kamene pošasti +tile.monsterStoneEgg.cobble.name=Jajce tlakovane pošasti +tile.monsterStoneEgg.brick.name=Jajce kamnito-opečnate pošasti +tile.pistonBase.name=Bat +tile.pistonStickyBase.name=Lepljiv bat +tile.fenceIron.name=Železni drogovi +tile.melon.name=Lubenica +tile.stairsBrick.name=Opečnate stopnice +tile.stairsStoneBrickSmooth.name=Kamnite opečnate stopnice +tile.vine.name=Ovijalke +tile.netherBrick.name=Peklenska opeka +tile.netherFence.name=Peklenska opečnata ograja +tile.stairsNetherBrick.name=Peklenske opečnate stopnice +tile.netherStalk.name=Peklenska bradavica +tile.cauldron.name=Kotel +tile.enchantmentTable.name=Čarobna Miza +tile.anvil.name=Nakovalo +tile.anvil.intact.name=Nakovalo +tile.anvil.slightlyDamaged.name=Rahlo poškodovano nakovalo +tile.anvil.veryDamaged.name=zelo poškodovano nakovalo +tile.whiteStone.name=Zadnji kamen +tile.endPortalFrame.name=Zadnji portal +tile.mycel.name=Micelij +tile.waterlily.name=Lokvanj +tile.dragonEgg.name=Zmajevo jajce +tile.redstoneLight.name=Redstone svetilka +tile.cocoa.name=Kakav +tile.enderChest.name=Ender skrinja +tile.oreRuby.name=Rubinova ruda +tile.oreEmerald.name=Smaragdova ruda +tile.blockEmerald.name=Kocka smaragda +tile.blockRedstone.name=Redstone kocka +tile.tripWire.name=Žica pasti +tile.tripWireSource.name=Kavelj žice pasti +tile.commandBlock.name=Ukazna kocka +tile.beacon.name=Svetilnik +tile.beacon.primary=Prvotna moč +tile.beacon.secondary=Drugotna moč +tile.cobbleWall.normal.name=Tlakovan zid +tile.cobbleWall.mossy.name=Poraščen tlakovan zid +tile.carrots.name=Korenje +tile.potatoes.name=Krompir +tile.daylightDetector.name=Senzor dnevne svetlobe +tile.netherquartz.name=Ruda peklenskega kremena +tile.hopper.name=Lijak +tile.quartzBlock.default.name=Kocka kremena +tile.quartzBlock.chiseled.name=Kocka izklesanega kremena +tile.quartzBlock.lines.name=Steber kremena +tile.stairsQuartz.name=Kremene stopnice + +item.shovelIron.name=Železna lopata +item.pickaxeIron.name=Železen kramp +item.hatchetIron.name=Železna sekira +item.flintAndSteel.name=Netilo +item.apple.name=Jabolko +item.cookie.name=Piškot +item.bow.name=Lok +item.arrow.name=Puščica +item.coal.name=Premog +item.charcoal.name=Oglje +item.diamond.name=Diamant +item.emerald.name=Smaragd +item.ingotIron.name=Železna Palica +item.ingotGold.name=Zlata Palica +item.swordIron.name=Železen meč +item.swordWood.name=Lesen meč +item.shovelWood.name=Lesena lopata +item.pickaxeWood.name=Lesen kramp +item.hatchetWood.name=Lesena sekira +item.swordStone.name=Kamnit meč +item.shovelStone.name=Kamnita lopata +item.pickaxeStone.name=Kamnit kramp +item.hatchetStone.name=Kamnita sekira +item.swordDiamond.name=Diamantni meč +item.shovelDiamond.name=Diamantna lopata +item.pickaxeDiamond.name=Diamanten kramp +item.hatchetDiamond.name=Diamantna sekira +item.stick.name=Palica +item.bowl.name=Skleda +item.mushroomStew.name=Gobova juha +item.swordGold.name=Zlati meč +item.shovelGold.name=Zlata lopata +item.pickaxeGold.name=Zlati kramp +item.hatchetGold.name=Zlata sekira +item.string.name=Vrvica +item.feather.name=Pero +item.sulphur.name=Smodnik +item.hoeWood.name=Lesena motika +item.hoeStone.name=Kamnita motika +item.hoeIron.name=Železna motika +item.hoeDiamond.name=Diamantna motika +item.hoeGold.name=Zlata motika +item.seeds.name=Semena +item.seeds_pumpkin.name=Bučna semena +item.seeds_melon.name=Semena melone +item.melon.name=Lubenica +item.wheat.name=Pšenica +item.bread.name=Kruh +item.helmetCloth.name=Usnjena kapa +item.chestplateCloth.name=Usnjena tunika +item.leggingsCloth.name=Usnjene hlače +item.bootsCloth.name=Usnjeni čevlji +item.helmetChain.name=Verižna čelada +item.chestplateChain.name=Verižen oklep +item.leggingsChain.name=Verižne hlače +item.bootsChain.name=Verižni čevlji +item.helmetIron.name=Železna čelada +item.chestplateIron.name=Železen oklep +item.leggingsIron.name=Železne hlače +item.bootsIron.name=Železni čevlji +item.helmetDiamond.name=Diamantna čeleda +item.chestplateDiamond.name=Diamanten oklep +item.leggingsDiamond.name=Diamantne hlače +item.bootsDiamond.name=Diamantni čevlji +item.helmetGold.name=Zlata čelada +item.chestplateGold.name=Zlat oklep +item.leggingsGold.name=Zlate hlače +item.bootsGold.name=Zlati čevlji +item.flint.name=Kremen +item.porkchopRaw.name=Surova svinjina +item.porkchopCooked.name=Svinjski zrezek +item.chickenRaw.name=Surov piščanec +item.chickenCooked.name=Pečen piščanec +item.beefRaw.name=Surova govedina +item.beefCooked.name=Goveji zrezek +item.painting.name=Slika +item.frame.name=Okvir +item.appleGold.name=Zlato jabolko +item.sign.name=Znak +item.doorWood.name=Lesena vrata +item.bucket.name=Vedro +item.bucketWater.name=Vedro vode +item.bucketLava.name=Vedro z lavo +item.minecart.name=Voziček +item.saddle.name=Sedlo +item.doorIron.name=Železna vrata +item.redstone.name=Redstone +item.snowball.name=Snežena kepa +item.boat.name=Čoln +item.leather.name=Usnje +item.milk.name=Mleko +item.brick.name=Opeka +item.clay.name=Glina +item.reeds.name=Sladkorni trs +item.paper.name=Papir +item.book.name=Knjiga +item.slimeball.name=Sluzasta krogla +item.minecartChest.name=Voziček s skrinjo +item.minecartFurnace.name=Voziček s pečjo +item.minecartTnt.name=Voziček s TNT +item.minecartHopper.name=Voziček z zalogovnikom +item.egg.name=Jajce +item.compass.name=Kompas +item.fishingRod.name=Ribiška palica +item.clock.name=Ura +item.yellowDust.name=Prah svetlečega kamna +item.fishRaw.name=Surova riba +item.fishCooked.name=Pečena riba +item.record.name=Glasbeni disk +item.bone.name=Kost +item.dyePowder.black.name=Tinta +item.dyePowder.red.name=Rdeče barvilo +item.dyePowder.green.name=Kaktusovo zelena +item.dyePowder.brown.name=Kakavova zrna +item.dyePowder.blue.name=Lapis lazuli +item.dyePowder.purple.name=Vijolično barvilo +item.dyePowder.cyan.name=Zeleno-modro barvilo +item.dyePowder.silver.name=Svetlo sivo barvilo +item.dyePowder.gray.name=Sivo barvilo +item.dyePowder.pink.name=Rožnato barvilo +item.dyePowder.lime.name=Svetlo zeleno barvilo +item.dyePowder.yellow.name=Regratovo rumena +item.dyePowder.lightBlue.name=Svetlo modro barvilo +item.dyePowder.magenta.name=Škrlatno barvilo +item.dyePowder.orange.name=Oranžno barvilo +item.dyePowder.white.name=Kostna moka +item.sugar.name=Sladkor +item.cake.name=Torta +item.bed.name=Postelja +item.diode.name=Redstone ojačevalec +item.comparator.name=Redstone razdelilec +item.map.name=Zemljevid +item.leaves.name=Listje +item.shears.name=Škarje +item.rottenFlesh.name=Gnilo meso +item.enderPearl.name=Enderov Biser +item.blazeRod.name=Žarkova Palica +item.ghastTear.name=Duhova solza +item.netherStalkSeeds.name=Peklenska bradavica +item.potion.name=Napoj +item.emptyPotion.name=Steklenica z vodo +item.goldNugget.name=Zlato zrno +item.glassBottle.name=Steklenica z vodo +item.spiderEye.name=Pajkovo oko +item.fermentedSpiderEye.name=Fermentirano pajkovo oko +item.blazePowder.name=Žarkov Prah +item.magmaCream.name=Krema iz magme +item.cauldron.name=Kotel +item.brewingStand.name=Stojalo za napoje +item.eyeOfEnder.name=Enderjevo oko +item.speckledMelon.name=Lesketajoča lubenica +item.monsterPlacer.name=Ustvari +item.expBottle.name=Steklenica čarovnije +item.fireball.name=Ognjeni naboj +item.writingBook.name=Knjiga in pero +item.writtenBook.name=Napisana knjiga +item.ruby.name=Rubin +item.flowerPot.name=Cvetlični lonček +item.emptyMap.name=Prazen zemljevid +item.carrots.name=Korenje +item.carrotGolden.name=Zlato korenje +item.potato.name=Krompir +item.potatoBaked.name=Pečen krompir +item.potatoPoisonous.name=Strupen krompir +item.skull.skeleton.name=Lobanja okostnjaka +item.skull.wither.name=Lobanja posušenega okostnjaka +item.skull.zombie.name=Glava zombija +item.skull.char.name=Glava +item.skull.player.name=Glava od %s +item.skull.creeper.name=Creeperjeva glava +item.carrotOnAStick.name=Korenje na palici +item.netherStar.name=Nether zvezda +item.pumpkinPie.name=Bučna pita +item.enchantedBook.name=Začarana knjiga +item.fireworks.name=Raketa +item.fireworks.flight=Čas leta: +item.fireworksCharge.name=Zvezda ognjemeta +item.fireworksCharge.black=Črn +item.fireworksCharge.red=Rdeč +item.fireworksCharge.green=Zelen +item.fireworksCharge.brown=Rjav +item.fireworksCharge.blue=Moder +item.fireworksCharge.purple=Vijoličen +item.fireworksCharge.cyan=Zeleno-moder +item.fireworksCharge.silver=Svetlo siv +item.fireworksCharge.gray=Siv +item.fireworksCharge.pink=Roznat +item.fireworksCharge.lime=Svetlo zelen +item.fireworksCharge.yellow=Rumen +item.fireworksCharge.lightBlue=Svetlo moder +item.fireworksCharge.magenta=Škrlaten +item.fireworksCharge.orange=Oranžen +item.fireworksCharge.white=Bel +item.fireworksCharge.customColor=Po meri +item.fireworksCharge.fadeTo=Pojemaj +item.fireworksCharge.flicker=Svetlikanje +item.fireworksCharge.trail=Sled +item.fireworksCharge.type.0=Mala krogla +item.fireworksCharge.type.1=Velika krogla +item.fireworksCharge.type.2=Oblika zvezde +item.fireworksCharge.type.3=Oblika creeperja +item.fireworksCharge.type.4=Eksplozija +item.fireworksCharge.type=Neznana oblika +item.netherbrick.name=Peklenska opeka +item.netherquartz.name=Peklenski kremen + +container.inventory=Inventar +container.hopper=Predmet lijaka +container.crafting=Izdelovanje +container.dispenser=Delilnik +container.dropper=Droper +container.furnace=Peč +container.enchant=Začaraj +container.repair=Popravi in poimenuj +container.repair.cost=Cena čaranja: %1$d +container.repair.expensive=Predrago! +container.creative=Postavko Izbor +container.brewing=Stojalo za napoje +container.chest=Skrinja +container.chestDouble=Velika skrinja +container.minecart=Moj Voziček +container.enderchest=Ender skrinja + +item.dyed=Obarvan + +entity.Item.name=Predmet +entity.XPOrb.name=Krogla izkušenj +entity.SmallFireball.name=Mala ognjena krogla +entity.Fireball.name=Ognjena krogla + +entity.Arrow.name=puščica +entity.Snowball.name=Snežna kepa +entity.Painting.name=Slika + +entity.Mob.name=Bitje +entity.Monster.name=Pošast + +entity.Creeper.name=Creeper +entity.Skeleton.name=Okostnjak +entity.Spider.name=Pajek +entity.Giant.name=Velikan +entity.Zombie.name=Zombi +entity.Slime.name=Sluz +entity.Ghast.name=Duh +entity.PigZombie.name=Zombi Pujs +entity.Enderman.name=Enderman +entity.Silverfish.name=Srebrna ribica +entity.CaveSpider.name=Jamski pajek +entity.Blaze.name=Žarko +entity.LavaSlime.name=Kocka magme +entity.MushroomCow.name=Gobrava +entity.Villager.name=Vaščan +entity.VillagerGolem.name=Železni golem +entity.SnowMan.name=Snežni golem +entity.EnderDragon.name=Ender Zmaj +entity.WitherBoss.name=Ovenelec +entity.Witch.name=Coprnica + +entity.Pig.name=Pujs +entity.Sheep.name=Ovca +entity.Cow.name=Krava +entity.Chicken.name=Kokoš +entity.Squid.name=Ligenj +entity.Wolf.name=Volk +entity.Ozelot.name=Ocelot +entity.Cat.name=Mačka +entity.Bat.name=Netopir + +entity.PrimedTnt.name=Kocka TNT-ja +entity.FallingSand.name=Padajoča kocka + +entity.Minecart.name=Voziček +entity.Boat.name=Čoln + +entity.generic.name=neznano + +death.fell.accident.ladder=%1$s je padel z lestve +death.fell.accident.vines=%1$s je padel z ovijalk +death.fell.accident.water=%1$s je padel iz vode +death.fell.accident.generic=%1$s je padel z višine +death.fell.killer=%1$s je bil obsojen na padec +death.fell.assist=%1$s je bil od %2$s usojen da pade +death.fell.assist.item=%1$s je bil od %2$s z %3$s usojen da pade +death.fell.finish=%1$s je padel pregloboko in ga je pokončal %2$s +death.fell.finish.item=%1$s je padel pregloboko in ga je pokončal %2$s z %3$s + +death.attack.inFire=%1$s je zgorel +death.attack.inFire.player=%1$s je stopil v ogenj, med bojem z %2$s +death.attack.onFire=%1$s je zgorel do smrti +death.attack.onFire.player=%1$s je zgorel, med bojem z %2$s +death.attack.lava=%1$s je poskušal plavati po lavi +death.attack.lava.player=%1$s je poskušal plavati po lavi, v upanju da bi ušel %2$s +death.attack.inWall=%1$s se je zadušil v steni +death.attack.drown=%1$s se je vtopil +death.attack.drown.player=%1$s se je utopil, ko je poskušal pobegniti %2$s +death.attack.starve=%1$s je sestradal do smrti +death.attack.cactus=%1$s se je popikal do smrti +death.attack.cactus.player=%1$s je stopil na kaktus, ko je poskušal pobegniti %2$s +death.attack.generic=%1$s je umrl +death.attack.explosion=%1$ je razneslo +death.attack.explosion.player=%2$s je razstrelil %1$s +death.attack.magic=%1$s je bil ubit z magijo +death.attack.wither=%1$s je odvenel +death.attack.anvil=%1$s je bil zmečkan pod padajočim nakovalom +death.attack.fallingBlock=%1$s je bil zmečkan pod padajočo kocko +death.attack.mob=%2$s je ubil %1$s +death.attack.player=%2$s je ubil %1$s +death.attack.player.item=%2$s je z %3$s ubil %1$s +death.attack.arrow=%2$s je ustrelil %1$s +death.attack.arrow.item=%2$s je z %3$s ustrelil %1$s +death.attack.fireball=%2$s je zažgal %1$s +death.attack.fireball.item=%2$s je z %3$s zažgal %1$s +death.attack.thrown=%2$s je pretepel %1$s +death.attack.thrown.item=%2$s z %3$s je pretepel %1$s +death.attack.indirectMagic=%2$s je z uporabo magije ubil %1$s +death.attack.indirectMagic.item=%2$s je z %3$s ubil %1$s +death.attack.thorns=%1$s je bil ubit, ko je poskušal raniti %2$s +death.attack.fall=%1$s je skočil s prevelike višine in se polomil +death.attack.outOfWorld=%1$s je padel iz sveta + +deathScreen.respawn=Reikarniraj se +deathScreen.deleteWorld=Izbriši svet +deathScreen.titleScreen=Glavni Meni +deathScreen.score=Točke +deathScreen.title.hardcore=Konec Igre! +deathScreen.hardcoreInfo=V vražjem načinu ne morete ponovno oživeti! +deathScreen.title=Umrl si! +deathScreen.leaveServer=Zapusti strežnik + +potion.empty=Brez učinkov +potion.moveSpeed=Hitrost +potion.moveSlowdown=Počasnost +potion.digSpeed=Naglica +potion.digSlowDown=Rudarska utrujenost +potion.damageBoost=Moč +potion.weakness=Šibkost +potion.heal=Takojšnje zdravje +potion.harm=Takojšnja poškodba +potion.jump=Ojačan skok +potion.confusion=Slabost +potion.regeneration=Hitro Celjenje +potion.resistance=Odpornost +potion.fireResistance=Odpornost pred ognjem +potion.waterBreathing=Dihanje pod vodo +potion.invisibility=Nevidnost +potion.blindness=Slepota +potion.nightVision=Nočni pogled +potion.hunger=Lakota +potion.poison=Strup +potion.wither=Sušenje + +potion.moveSpeed.postfix=Napoj hitrosti +potion.moveSlowdown.postfix=Napoj počasnosti +potion.digSpeed.postfix=Napoj naglice +potion.digSlowDown.postfix=Napoj bede +potion.damageBoost.postfix=Napoj moči +potion.weakness.postfix=Napoj šibkosti +potion.heal.postfix=Napoj zdravljenja +potion.harm.postfix=Napoj škode +potion.jump.postfix=Napoj skakanja +potion.confusion.postfix=Napoj vrtoglavice +potion.regeneration.postfix=Napoj regeneracije +potion.resistance.postfix=Napoj odpornosti +potion.fireResistance.postfix=Napoj odpornosti na ogenj +potion.waterBreathing.postfix=Napoj dihanja pod vodo +potion.invisibility.postfix=Napoj nevidnosti +potion.blindness.postfix=Napoj slepote +potion.nightVision.postfix=Napoj nočnega pogleda +potion.hunger.postfix=Napoj lakote +potion.poison.postfix=Napoj strupa +potion.wither.postfix=Napoj razpada + +potion.potency.0= +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV + +potion.prefix.grenade=Škropilen +potion.prefix.mundane=Preprost +potion.prefix.uninteresting=Nezanimiv +potion.prefix.bland=Mil +potion.prefix.clear=Čist +potion.prefix.milky=Mlečen +potion.prefix.diffuse=Dolgovezen +potion.prefix.artless=Pristen +potion.prefix.thin=Suh +potion.prefix.awkward=Neroden +potion.prefix.flat=Prazen +potion.prefix.bulky=Okoren +potion.prefix.bungling=Spackan +potion.prefix.buttered=Maslen +potion.prefix.smooth=Gladek +potion.prefix.suave=Galanten +potion.prefix.debonair=Prijazen +potion.prefix.thick=Gost +potion.prefix.elegant=Eleganten +potion.prefix.fancy=Imeniten +potion.prefix.charming=Očarljiv +potion.prefix.dashing=Drzen +potion.prefix.refined=Izpopolnjen +potion.prefix.cordial=Prisrčen +potion.prefix.sparkling=Peneč +potion.prefix.potent=Močan +potion.prefix.foul=Smrdljiv +potion.prefix.odorless=Brez vonja +potion.prefix.rank=Odvraten +potion.prefix.harsh=Hrapav +potion.prefix.acrid=Trpek +potion.prefix.gross=Ogaben +potion.prefix.stinky=Smrdljiv + +enchantment.damage.all=Ostrost +enchantment.damage.undead=Udar +enchantment.damage.arthropods=Uničevalec členonožcev +enchantment.knockback=Odsunek +enchantment.fire=Ognjeni vidik +enchantment.protect.all=Zaščita +enchantment.protect.fire=Zaščita pred ognjem +enchantment.protect.fall=Peresno lahek +enchantment.protect.explosion=Zaščita pred eksplozijo +enchantment.protect.projectile=Zaščita pred izstrelki +enchantment.oxygen=Dihanje +enchantment.waterWorker=Naklonjenost vodi +enchantment.digging=Učinkovitost +enchantment.untouching=Svileni dotik +enchantment.durability=Neuničljivost +enchantment.lootBonus=Ropanje +enchantment.lootBonusDigger=Bogastvo +enchantment.arrowDamage=Moč +enchantment.arrowFire=Plamen +enchantment.arrowKnockback=Udarec +enchantment.arrowInfinite=Neskončnost +enchantment.thorns=Trnje + +enchantment.level.1=I +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.level.10=X + +gui.achievements=Dosežki +gui.stats=Statistika + +stat.generalButton=Splošno +stat.blocksButton=Kocke +stat.itemsButton=Predmeti + +stat.used=Uporabljen +stat.mined=Št. Izkopov +stat.depleted=Št. porabljenih +stat.crafted=Izdelanih + +stat.startGame=Št. Igralnih Sej +stat.createWorld=Št. Igranih Svetov +stat.loadWorld=Št. Ponovnih Nalaganj +stat.joinMultiplayer=Št. pridružitev strežniku +stat.leaveGame=Št. zapustitev igre + +stat.playOneMinute=Igranih minut + +stat.walkOneCm=Prehojena razdalja +stat.fallOneCm=Razdalja padcev +stat.swimOneCm=Preplavana razdalja +stat.flyOneCm=Preletena razdalja +stat.climbOneCm=Preplezana razdalja +stat.diveOneCm=Razdalja med potapljanjem +stat.minecartOneCm=Razdalja z vozičkom +stat.boatOneCm=Razdalja s čolnom +stat.pigOneCm=Razdalja s pujsom +stat.jump=Št. skokov +stat.drop=Št. odvrženih predmetov + +stat.damageDealt=Povzročena škoda +stat.damageTaken=Prejeta škoda +stat.deaths=Število smrti +stat.mobKills=Ubitih bitij +stat.playerKills=Ubitih igralcev +stat.fishCaught=Ujetih rib + +stat.mineBlock=%1$s izkopanih +stat.craftItem=%1$s izdelanih +stat.useItem=%1$s uporabljenih +stat.breakItem=%1$s izrabljenih + +achievement.get=Dosežek! + +achievement.taken=Dobljen! + +achievement.requires=Potrebuje '%1$s' +achievement.openInventory=Pogled v inventar +achievement.openInventory.desc=Pritisni '%1$s' da odpreš inventar. +achievement.mineWood=Pridobitev lesa +achievement.mineWood.desc=Napadaj drevo, dokler ne spusti kosa lesa +achievement.buildWorkBench=Delavnica +achievement.buildWorkBench.desc=Izdelaj delovno mizo z štirimi kockami desk +achievement.buildPickaxe=Čas za rudarjenje! +achievement.buildPickaxe.desc=Uporabi deske in palice za izdelavo krampa +achievement.buildFurnace=Vroča tema +achievement.buildFurnace.desc=Izdelaj peč iz osmih kamnitih kock +achievement.acquireIron=Pridobi železnino +achievement.acquireIron.desc=Pretopi železovo rudo v železni ingot +achievement.buildHoe=Čas za kmetovanje! +achievement.buildHoe.desc=Uporabi deske in palice za izdelavo motike +achievement.makeBread=Speči kruh +achievement.makeBread.desc=Spremeni pšenico v kruh +achievement.bakeCake=Laž +achievement.bakeCake.desc=Pšenica, sladkor, mleko in jajca! +achievement.buildBetterPickaxe=Dobiti nadgradnjo +achievement.buildBetterPickaxe.desc=Izdelaj boljši kramp +achievement.cookFish=Okusna riba +achievement.cookFish.desc=Ulovi in speči ribo! +achievement.onARail=Na tirih +achievement.onARail.desc=Potuj z vozičkom najmanj en kilometer od kjer si začel +achievement.buildSword=Čas za napad! +achievement.buildSword.desc=Uporabi deske in palice za izdelavo meča +achievement.killEnemy=Lovec na pošasti +achievement.killEnemy.desc=Napadi in ubij pošast +achievement.killCow=Prevračalec krav +achievement.killCow.desc=Pridobi usnje +achievement.flyPig=Ko bodo pujski leteli +achievement.flyPig.desc=Poleti s pujsom čez hrib +achievement.snipeSkeleton=Dvoboj ostrostrelcev +achievement.snipeSkeleton.desc=Ubij okostnjaka s puščico z več kot 50 metrov stran +achievement.diamonds=DIAMANTI! +achievement.diamonds.desc=Pridobi diamante z železnim orodjem +achievement.portal=Moramo iti globlje +achievement.portal.desc=Izdelaj portal v Nether +achievement.ghast=Vračilo pošiljatelju +achievement.ghast.desc=Uniči Ghast-a z ognjeno kroglo +achievement.blazeRod=V ogenj +achievement.blazeRod.desc=Odvzemi palico Žarku +achievement.potion=Krajevna varilnica +achievement.potion.desc=Zvari napoj +achievement.theEnd=Konec? +achievement.theEnd.desc=Poišči Konec +achievement.theEnd2=Konec. +achievement.theEnd2.desc=Premagaj Ender zmaja +achievement.enchantments=Uročevalec +achievement.enchantments.desc=Uporabi knjigo, vulkanski kamen in diamante ter izdelaj mizo urokov +achievement.overkill=Pretiravanje +achievement.overkill.desc=Naredi osem src škode z enim udarcem +achievement.bookcase=Knjižničar +achievement.bookcase.desc=Zgradi nekaj knjižnih polic da si izboljšaš mizo za čaranje + +commands.generic.exception=Med poizkusom izvajanja ukaza, je prišlo do neznane napake +commands.generic.syntax=Neveljavna sintaksa ukaza +commands.generic.player.notFound=Tega igralca ni mogoče najti +commands.generic.notFound=Neznan ukaz. Poizkusi /help za seznam ukazov. +commands.generic.num.invalid='%s' ni veljavno število +commands.generic.num.tooSmall=Številka, ki si jo vnesel (%d) je premajhna, mora biti vsaj %d +commands.generic.num.tooBig=Številka, ki si jo vnesel (%d) je prevelika, dolga je lahko %d +commands.generic.double.tooSmall=Številka, ki si jo vnesel (%.2f) je premajhna, mora biti vsaj %.2f +commands.generic.double.tooBig=Številka, ki si jo vnesel (%.2f) je prevelika, mora biti vsaj %.2f +commands.generic.usage=Uporaba: %s + +commands.xp.failure.widthdrawXp=Igralcu ni mogoče dati negativno število izkušenjskih točk +commands.xp.success=Dodeljeno %d izkušenj igralcu %s +commands.xp.success.levels=%s je dobil %d stopenj +commands.xp.success.negative.levels=%s je izgubil %d stopenj +commands.xp.usage=/xp [igralec] ALI /xp L [igralec] +commands.give.usage=/give [količina] [podatki] +commands.give.notFound=Predmet z ID-jem %d ne obstaja +commands.give.success=Dodeljeno %s (ID %d) * %d igralcu %s +commands.effect.usage=/effect [seconds] [amplifier] +commands.effect.notFound=There is no such mob effect with ID %d +commands.effect.success=Given %1$s (ID %2$d) * %3$d to %4$s for %5$d seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.enchant.usage=/enchant [stopnja] +commands.enchant.notFound=Ne obstaja čarovnija z ID-jem %d +commands.enchant.noItem=Cilj nima predmeta +commands.enchant.cantEnchant=Izbrana čarovnija ne more biti dodana ciljnemu predmetu +commands.enchant.cantCombine=%1$s ni možno združiti z %2$s +commands.enchant.success=Čaranje uspelo +commands.clear.usage=/clear [predmet] [podatki] +commands.clear.success=Inventar od %s izbrisan, %d predmetov je bilo odstranjenih +commands.clear.failure=Could not clear the inventory of %s, no items to remove +commands.downfall.success=Vreme preklopljeno +commands.time.usage=/time +commands.time.added=Dodano %d k času +commands.time.set=Čas nastavljen na %d +commands.players.list=%d/%d igralcev na strežniku: +commands.banlist.ips=%d zavrnjenih IP naslovov: +commands.banlist.players=%d zavrnjenih igralcev: +commands.banlist.usage=/banlist [ips|players] +commands.kick.success=%s je bil odstranjen iz igre +commands.kick.success.reason=Igralec %s je bil odstranjen iz igre: '%s' +commands.kick.usage=/kick [razlog ...] +commands.op.success=%s je postal operator +commands.op.usage=/op +commands.deop.success=%s ni več operator +commands.deop.usage=/deop +commands.say.usage=/say +commands.ban.success=Zavrnjen igralec %s +commands.ban.usage=/ban [razlog ...] +commands.unban.success=Nezavrnjen igralec %s +commands.unban.usage=/pardon +commands.banip.invalid=Vnesli ste napačen IP naslov oziroma igralca, ki ga ni na strežniku +commands.banip.success=Zavrnjen IP naslov %s +commands.banip.success.players=Zavrnjen IP naslov %s pripada %s +commands.banip.usage=/ban-ip [razlog ...] +commands.unbanip.invalid=Vnesli ste napačen IP naslov +commands.unbanip.success=Sproščen IP naslov %s +commands.unbanip.usage=/pardon-ip +commands.save.enabled=Vključeno samodejno shranjevanje sveta +commands.save.disabled=Izklopljeno samodejno shranjevanje sveta +commands.save.start=Shranjevanje ... +commands.save.success=Svet shranjen +commands.save.failed=Shranjevanje neuspešno: %s +commands.stop.start=Ugašanje strežnika +commands.tp.success=%s je bil teleportiran k %s +commands.tp.success.coordinates=%s je bil teleportiran na %.2f,%.2f,%.2f +commands.tp.usage=/tp [igralec] ALI /tp [igralec] +commands.tp.notSameDimension=Teleportacija ni možna ker igralca nista v isti dimenziji +commands.whitelist.list=Tukaj je %d(od %d videnih) dovoljenih igralcev: +commands.whitelist.enabled=Seznam dovoljenih igralcev omogočen +commands.whitelist.disabled=Seznam dovoljenih igralcev onemogočen +commands.whitelist.reloaded=Seznam dovoljenih igralcev ponovno naložen +commands.whitelist.add.success=Dodan %s v listo dovoljenih igralcev +commands.whitelist.add.usage=/whitelist add +commands.whitelist.remove.success=%s je odstranjen iz seznama dovoljenih igralcev +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.scoreboard.usage=/scoreboard +commands.scoreboard.teamNotFound=Ekipa z imenom '%s' ne obstaja +commands.scoreboard.objectiveNotFound=Cilj z imenom '%s' ne obstaja +commands.scoreboard.objectiveReadOnly=Cilj '%s' je le za branje in ne more biti nastavljen +commands.scoreboard.objectives.usage=/scoreboard objectives +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [cilj] +commands.scoreboard.objectives.setdisplay.invalidSlot=Prikazana reža '%s' ne obstaja +commands.scoreboard.objectives.setdisplay.successCleared=Pobrisana prikazana reža cilja '%s' +commands.scoreboard.objectives.setdisplay.successSet=Nastavi prikazan cilj v reži '%s' na '%s' +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [prikazano ime ...] +commands.scoreboard.objectives.add.wrongType=Neveljaven kriterij cilja. Veljavni kriteriji so: %s +commands.scoreboard.objectives.add.alreadyExists=Cilj z imenom '%s' že obstaja +commands.scoreboard.objectives.add.tooLong=Ime za cilj '%s' je predolgo, lahko je dolgo največ %d znakov +commands.scoreboard.objectives.add.displayTooLong=Prikazano ime za cilj '%s' je predolgo, lahko je dolgo največ %d znakov +commands.scoreboard.objectives.add.success=Nov cilj '%s' je bil uspešno dodan +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.remove.success=Uspešno odstranjen cilj '%s' +commands.scoreboard.objectives.list.count=Prikaz %d ciljev v rezultatih +commands.scoreboard.objectives.list.entry=- %s: je prikazan kot '%s' in je tipa '%s' +commands.scoreboard.objectives.list.empty=Ni ciljev v rezultatih +commands.scoreboard.players.usage=/scoreboard players +commands.scoreboard.players.set.success=Rezultat %s, igralca %s, je bil nastavljen na %d +commands.scoreboard.players.set.usage=/scoreboard players set +commands.scoreboard.players.add.usage=/scoreboard players add <število> +commands.scoreboard.players.remove.usage=/scoreboard players remove <število> +commands.scoreboard.players.reset.usage=/scoreboard players reset +commands.scoreboard.players.reset.success=Vsi rezultati igralca %s so bili ponastavljeni +commands.scoreboard.players.list.count=Prikaz %d sledenih igralcev v rezultatih +commands.scoreboard.players.list.empty=Ni sledenih igralcev v rezultatih +commands.scoreboard.players.list.player.count=Prikazovanje %d sledenih ciljen za %s +commands.scoreboard.players.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.players.list.player.empty=Igralec %s nima zabeleženih rezultatov +commands.scoreboard.teams.usage=/scoreboard teams +commands.scoreboard.teams.add.usage=/scoreboard teams add [prikazano ime ...] +commands.scoreboard.teams.add.alreadyExists=Ekipa z imenom '%s' že obstaja +commands.scoreboard.teams.add.tooLong=Ime za ekipo '%s' je predolgo, lahko je dolgo največ %d znakov +commands.scoreboard.teams.add.displayTooLong=Prikazano ime za ekipo '%s' je predolgo, lahko je dolgo največ %d znakov +commands.scoreboard.teams.add.success=Uspešno dodana nova ekipa '%s' +commands.scoreboard.teams.list.usage=/scoreboard teams list [ime] +commands.scoreboard.teams.list.count=Prikaz %d ekip v rezultatih +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' ima %3$d igralcev +commands.scoreboard.teams.list.empty=Ni ekip v rezultatih +commands.scoreboard.teams.list.player.count=Prikaz %d igralcev v ekipi %s +commands.scoreboard.teams.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.teams.list.player.empty=Ekipa %s nima igralcev +commands.scoreboard.teams.empty.usage=/scoreboard teams clear +commands.scoreboard.teams.empty.alreadyEmpty=Ekipa %s je že prazna, zato ni mogoče odstraniti neobstoječih igralcev +commands.scoreboard.teams.empty.success=Odstranjeni so bili vsi igralci iz ekipe %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.remove.success=Odstranjena je bila ekipa %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [igralec] +commands.scoreboard.teams.join.success=Dodanih je bilo %d igralcev v ekipo %s: %s +commands.scoreboard.teams.join.failure=Ni bilo možno dodati %d igralcev v ekipo %s: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [igralec] +commands.scoreboard.teams.leave.success=Odstranjenih je bilo %d igralcev iz njihovih ekip: %s +commands.scoreboard.teams.leave.failure=Ni bilo možno odstraniti %d igralcev iz njihovih ekip: %s +commands.scoreboard.teams.leave.noTeam=Nisi v ekipi +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.option.noValue=Veljavne vrednosti za opcijo %s so: %s +commands.scoreboard.teams.option.success=Set option %s for team %s to %s +commands.gamemode.success.self=Svoj način igranja nastavljen na %s +commands.gamemode.success.other=%s način igranja nastavljen na %s +commands.gamemode.usage=/gamemode [igralec] +commands.defaultgamemode.usage=/defaultgamemode +commands.defaultgamemode.success=Privzet način igre sveta je zdaj %s +commands.me.usage=/me +commands.help.header=--- Stran za pomoč %d od %d strani (/help ) --- +commands.help.footer=Namig: Uporabite tipko , ko vnašate komando, za samodejno dokončevanje le-te ali njenih argumentov +commands.help.usage=/help [stran|ime ukaza] +commands.publish.started=Lokalna igra gostujoča na %s +commands.publish.failed=Ni možno gostiti lokalne igre +commands.debug.start=Začetek profiliranja razhroščevanja +commands.debug.stop=Končano profiliranje razhroščevanja po %.2f sekundah (%d tickov) +commands.debug.notStarted=Ni mogoče končati profiliranja, če se še ni začelo! +commands.debug.usage=/debug +commands.message.usage=/tell +commands.message.sameTarget=Ne moreš poslati zasebnega sporočila samemu sebi! +commands.message.display.outgoing=Zašepetaš %s: %s +commands.message.display.incoming=%s ti zašepeta: %s +commands.difficulty.usage=/difficulty +commands.difficulty.success=Težavnost nastavljena na %s +commands.spawnpoint.usage=/spawnpoint ALI /spawnpoint ALI /spawnpoint +commands.spawnpoint.success=Točka oživitve od %s je nastavljena na (%d, %d, %d) +commands.gamerule.usage=/gamerule ALI /gamerule +commands.gamerule.success=Pravilo igre je bilo posodobljeno +commands.gamerule.norule=Pravilo igre z imenom '%s' ni na voljo +commands.weather.usage=/weather [trajanje v sekundah] +commands.weather.clear=Menjava na jasno vreme +commands.weather.rain=Menjava na deževno vreme +commands.weather.thunder=Menjava na nevihto +commands.testfor.usage=/testfor +commands.testfor.failed=/testfor je uporaben samo za ukazne kocke z analognim izhodom + +itemGroup.buildingBlocks=Gradilne kocke +itemGroup.decorations=Dekorativne kocke +itemGroup.redstone=Redstone +itemGroup.transportation=Prevoz +itemGroup.misc=Razno +itemGroup.search=Iskanje predmetov +itemGroup.food=Hrana +itemGroup.tools=Orodja +itemGroup.combat=Boj +itemGroup.brewing=Varjenje +itemGroup.materials=Snovi +itemGroup.inventory=Preživetveni inventar + +inventory.binSlot=Uniči predmet + +advMode.setCommand=Nastavi ukaz +advMode.command=Ukaz +advMode.nearestPlayer=Uporabi "@p" da poimenuješ najbližjega igralca +advMode.randomPlayer=Uporabi "@r" da poimenuješ naključnega igralca +advMode.allPlayers=Uporabi "@a" da poimenuješ vse igralce + +advMode.notEnabled=Ukazne kocke niso omogočene na tem strežniku +advMode.notAllowed=Moraš biti operator v ustvarjalnem načinu + +mco.title=Minecraft Realms +mco.selectServer.select=Pridruži se +mco.selectServer.configure=Nastavi +mco.selectServer.create=Ustvari svet +mco.selectServer.moreinfo=Več informacij + +mco.configure.world.edit.title=Uredi svet + +mco.configure.world.title=Nastavi svet +mco.configure.world.name=Ime +mco.configure.world.description=Opis +mco.configure.world.location=Lokacija +mco.configure.world.invited=Povabljen +mco.configure.world.buttons.edit=Uredi +mco.configure.world.buttons.reset=Ponastavi svet +mco.configure.world.buttons.done=Končano +mco.configure.world.buttons.delete=Izbriši +mco.configure.world.buttons.open=Odpri svet +mco.configure.world.buttons.close=Zapri svet +mco.configure.world.buttons.invite=Povabi +mco.configure.world.buttons.uninvite=Prekliči povabilo +mco.configure.world.buttons.subscription=Subscription +mco.configure.world.invite.profile.name=Ime +mco.configure.world.uninvite.question=Ali ste prepričani, da želite preklicati povabilo + +mco.configure.world.subscription.title=Subscription Info +mco.configure.world.subscription.daysleft=Days Left +mco.configure.world.subscription.start=Start Date +mco.configure.world.subscription.extend=Extend + +mco.create.world.location.title=Lokacije +mco.create.world.location.warning=Morda ne boste dobili točne lokacije, ki ste jo izbrali +mco.create.world.wait=Ustvarjanje sveta... + +mco.reset.world.title=Ponastavi svet +mco.reset.world.warning=To bo trajno izbrisalo vaš svet! +mco.reset.world.seed=Seme (neobvezno) +mco.reset.world.resetting.screen.title=Ponastavljanje sveta... + +mco.configure.world.close.question.line1=Vaš svet ne bo več na voljo. +mco.configure.world.close.question.line2=Ali ste prepričani, da želite to storiti? + +mco.connect.connecting=Vzpostavljanje povezave s spletnim strežnikom... +mco.connect.authorizing=Prijava... +mco.connect.failed=Povezava na spletni strežnik ni uspela + +mco.create.world=Ustvari + diff --git a/1.5.2/lang/sr_SP.lang b/1.5.2/lang/sr_SP.lang new file mode 100644 index 00000000..0dcf836d --- /dev/null +++ b/1.5.2/lang/sr_SP.lang @@ -0,0 +1,1293 @@ +#X-Generator: crowdin.net + +language.name=Српски +language.region=Србија +language.code=sr_SP + +gui.done=Готово +gui.cancel=Поништи +gui.back=Back +gui.toMenu=Назад на главни мени +gui.up=Горе +gui.down=Доле +gui.yes=Да +gui.no=Не + +menu.singleplayer=Самостална игра +menu.multiplayer=Онлине игра +menu.online=Minecraft Realms +menu.options=Опције... +menu.quit=Изађи из игре +menu.returnToMenu=Сачувај и врати се на главни мени +menu.disconnect=Одјави се +menu.returnToGame=Назад у игру +menu.switchingLevel=Promena svetova +menu.generatingLevel=Генерисање свет +menu.loadingLevel=Учитавање свет +menu.generatingTerrain=Прављење терена +menu.convertingLevel=Конверзија свет +menu.simulating=Симулација света +menu.respawning=Реинкарнација +menu.shareToLan=Otvoreno za LAN + +selectWorld.title=Изабери свет +selectWorld.empty=празно +selectWorld.world=Свет +selectWorld.select=Igraj izabrani Svet +selectWorld.create=Napravi novi Svet +selectWorld.recreate=Поново направи +selectWorld.createDemo=Igraj novi probni Svet +selectWorld.delete=Obriši +selectWorld.rename=Promeni ime +selectWorld.deleteQuestion=Da li si siguran da želiš da obrišeš ovaj svet? +selectWorld.deleteWarning=biće izgubljen zauvek! (što je dosta dug period!) +selectWorld.deleteButton=Obriši +selectWorld.renameButton=Promeni ime +selectWorld.renameTitle=Promeni ime Svetu +selectWorld.conversion=Mora biti konvertovan! +selectWorld.newWorld=Нови свет +selectWorld.newWorld.copyOf=Копија од %s +selectWorld.enterName=Ime Sveta +selectWorld.resultFolder=Biće sačuvano u: +selectWorld.enterSeed=Seme za Generator Sveta +selectWorld.seedInfo=Ostavi prazno za nasumični izbor semena +selectWorld.cheats=Varanja +selectWorld.customizeType=Прилагоди + +createWorld.customize.presets=Поставке +createWorld.customize.presets.title=Изабери поставку +createWorld.customize.presets.select=Користи поставку +createWorld.customize.presets.share=Желите да делите поставку са неким? Користите поље испод! +createWorld.customize.presets.list=Иначе, ево неких које смо направили раније! +createWorld.customize.flat.title=Подешавања суперравног терена +createWorld.customize.flat.tile=Материјал слоја +createWorld.customize.flat.height=Висина +createWorld.customize.flat.addLayer=Додај слој +createWorld.customize.flat.editLayer=Измени слој +createWorld.customize.flat.removeLayer=Уклони слој +createWorld.customize.flat.layer.top=Врх -%d +createWorld.customize.flat.layer=%d +createWorld.customize.flat.layer.bottom=Дно -%d + +gameMode.survival=Mod preživljavanja +gameMode.creative=Kreativni mod +gameMode.adventure=Авантуристички мод +gameMode.hardcore=Tvrdokorni mod! +gameMode.changed=Ваш мод игре је ажуриран + +selectWorld.gameMode=Mod Igre: +selectWorld.gameMode.survival=Preživljavanje +selectWorld.gameMode.survival.line1=Potraga za resursima, pravljenje, dobijanje +selectWorld.gameMode.survival.line2=nivoa, zdravlje i glad +selectWorld.gameMode.creative=Kreativni +selectWorld.gameMode.creative.line1=Neograničeni resursi, slobodan let i +selectWorld.gameMode.creative.line2=тренутно уништавање блокова +selectWorld.gameMode.hardcore=Tvrdokorni +selectWorld.gameMode.hardcore.line1=Isto kao mod preživljavanja, zaključan na najvećoj +selectWorld.gameMode.hardcore.line2=težini, sa samo jednim životom +selectWorld.gameMode.adventure=Avantura +selectWorld.gameMode.adventure.line1=Isto kao mod preživljavanja, ali blokovi se ne mogu +selectWorld.gameMode.adventure.line2=postavljati niti uništavati +selectWorld.moreWorldOptions=Još neke opcije Sveta... +selectWorld.mapFeatures=Stvaranje struktura: +selectWorld.mapFeatures.info=Sela, tamnice, itd +selectWorld.mapType=Tip Sveta: +selectWorld.mapType.normal=Normalno +selectWorld.allowCommands=Uključi varanja: +selectWorld.allowCommands.info=Komande kao što su /gamemode, /xp +selectWorld.hardcoreMode=Tvrdokorni: +selectWorld.hardcoreMode.info=Svet se briše nakon smrti +selectWorld.bonusItems=Bonus sanduk: + +generator.default=Standardno +generator.flat=Super ravno +generator.largeBiomes=Veliki Biomi + +selectServer.title=Izaberi server +selectServer.empty=prazno +selectServer.select=Poveži se na server +selectServer.direct=Direktna konekcija +selectServer.edit=Izmeni +selectServer.delete=Obriši +selectServer.add=Dodaj server +selectServer.defaultName=Minecraft server +selectServer.deleteQuestion=Da li si siguran da želiš da obrišeš ovaj server? +selectServer.deleteWarning=биће изгубљен заувек! (што је доста дуг период!) +selectServer.deleteButton=Obriši +selectServer.refresh=Osveži +selectServer.hiddenAddress=(Sakriven) +addServer.title=Izmeni Informacije o serveru +addServer.enterName=Ime servera +addServer.enterIp=Adresa servera +addServer.add=Gotovo +addServer.hideAddress=Сакриј адресу +lanServer.title=LAN svet +lanServer.scanning=Scanning for games on your local network +lanServer.start=Pokreni LAN svet +lanServer.otherPlayers=Podešavanje za ostale igrače +mcoServer.title=Online Minecraft Svet + +multiplayer.title=Igraj online Igru +multiplayer.connect=Konektuj se +multiplayer.info1=Onlajn Minecraft Igra trenutno nije završena, ali +multiplayer.info2=је у току тестирање багова. +multiplayer.ipinfo=Unesi IP adresu servera kako bi se konektovao: + +multiplayer.texturePrompt.line1=Ovaj server preporučuje korišćenje posebnog paketa tekstura. +multiplayer.texturePrompt.line2=Da li želite da ga skinete i instalirate automatski? + +multiplayer.downloadingTerrain=Preuzimanje terena + +multiplayer.stopSleeping=Napusti krevet + +chat.link.confirm=Da li si siguran da želiš da otvoriš ovaj veb sajt? +chat.link.warning=Nikada ne otvaraj linkove od ljudi kojima ne veruješ! +chat.copy=Kopiraj u klipbord + +menu.playdemo=Igraj demo svet +menu.resetdemo=Resetuj Demo svet +demo.day.1=Ova proba trajaće pet Minecraft dana, budi što bolji! +demo.day.2=Dan drugi +demo.day.3=Dan treći +demo.day.4=Dan četvrti +demo.day.5=Ovo je tvoj poslednji dan! +demo.day.warning=Tvoje vreme je skoro isteklo! +demo.day.6=Prošlo je pet dana, pritisni F2 za slikanje svog umeća +demo.reminder=Probni period je istekao, kupi igru kako bi nastavo ili otvori novi svet! +demo.remainingTime=Preostalo vreme: %s +demo.demoExpired=Isteklo je vreme Demo igri! +demo.help.movement=Користи %1$s, %2$s, %3$s, %4$s и миш за кретање +demo.help.movementShort=Pomeraj se pritiskom na %1s, %2s, %3s, %4s +demo.help.movementMouse=Gledaj okolo koristeći miša +demo.help.jump=Za skok pritisni taster %1$s +demo.help.inventory=Koristi %1$s za otvaranje inventara +demo.help.title=Minecraft Demo mod +demo.help.fullWrapped=Ovaj demo će trajati 5 dana u igri (oko 1 sat i 40 minuta realnog vremena). Proverite dostignuća za savete! Uživajte! +demo.help.buy=Kupi odmah! +demo.help.later=Nastavi sa igrom! + +connect.connecting=Konektovanje na server... +connect.authorizing=Prijavljivanje... +connect.failed=Neuspešan pokušaj konektovanja na server + +disconnect.genericReason=%s +disconnect.disconnected=Diskonektovan od strane servera +disconnect.lost=Konekcija prekinuta +disconnect.kicked=Izbačen iz Igre +disconnect.timeout=Vreme je isteklo +disconnect.closed=Konekcija zatvorena +disconnect.loginFailed=Neuspešno prijavljivanje +disconnect.loginFailedInfo=Neuspešno prijavljivanje: %s +disconnect.quitting=Izlazak +disconnect.endOfStream=Крај стрима +disconnect.overflow=Bafer prepunjen +disconnect.spam=Избaчeн збoг спama + +options.off=ISKLJUČI +options.on=UKLJUČI +options.visible=приказан +options.hidden=Sakriven +options.title=Opcije +options.controls=Kontrole... +options.video=Video podešavanja... +options.language=Jezik... +options.languageWarning=Moguće je da prevodi nisu 100% precizni +options.videoTitle=Video podešavanja +options.music=Muzika +options.sound=Zvuci +options.invertMouse=Invertuj miša +options.fov=Polje vidljivosti +options.fov.min=Normalno +options.fov.max=Quake profesionalac +options.gamma=Osvetljenje +options.gamma.min=Tmurno +options.gamma.max=Svetlo +options.sensitivity=Osetljivost +options.sensitivity.min=*zev* +options.sensitivity.max=HIPERBRZINA!!! +options.renderDistance=Daljina iscrtavanja +options.renderDistance.tiny=Vrlo mala +options.renderDistance.short=Mala +options.renderDistance.normal=Normalna +options.renderDistance.far=Daleko +options.viewBobbing=Ljuljanje pogleda +options.ao=Fino osvetljenje +options.ao.off=Off +options.ao.min=Minimum +options.ao.max=Maximum +options.anaglyph=3D Anaglifski prikaz +options.framerateLimit=Performanse +options.difficulty=Težina +options.difficulty.peaceful=Mirno +options.difficulty.easy=Lako +options.difficulty.normal=Normalno +options.difficulty.hard=Teško +options.difficulty.hardcore=Tvrdokorno +options.graphics=Grafika +options.graphics.fancy=Lepa +options.graphics.fast=Brza +options.guiScale=Skaliranje interfejsa +options.guiScale.auto=Automatsko +options.guiScale.small=Mali interfejs +options.guiScale.normal=Normalni interfejs +options.guiScale.large=Veliki interfejs +options.advancedOpengl=Napredni OpenGL +options.renderClouds=Oblaci +options.farWarning1=64-bitna instalacija Jave je preporučljiva +options.farWarning2=za "Daleko" podešavanje daljine iscrtavanja (ti imaš 32-bitnu verziju procesora) +options.particles=Čestice +options.particles.all=Sve +options.particles.decreased=Umanjene +options.particles.minimal=Minimalne +options.multiplayer.title=Мултиплаиер подешавања ... +options.chat.title=подешавања цхата... +options.chat.visibility=Čet +options.chat.visibility.full=Vidljiv +options.chat.visibility.system=Samo komande +options.chat.visibility.hidden=Sakiven +options.chat.color=Boje +options.chat.opacity=Neprovidnost +options.chat.links=Veb linkovi +options.chat.links.prompt=Pitaj na linku +options.chat.scale=Skala-visina +options.chat.width=Sirina +options.chat.height.focused=Fokusirana visina cheta +options.chat.height.unfocused=Nefokusirana visina cheta +options.showCape=Прикажи плашт +options.serverTextures=Teksture servera +options.snooper=Дозволи Сноопер +options.snooper.view=Сноопер подешавања ... +options.snooper.title=Колекција спецификације машине +options.snooper.desc=Желели бисмо да прикупимо информације о твојој машини да бисмо могли да побољшамо Minecraft знајући шта је могуће подржати и који су највећи проблеми. Све информације које прикупимо су анонимне и можеш их погледати испод овог текста. Обећавамо да нећемо злоупотребљавати ове податке, али ако не желиш да их скупљамо слободно се одјави се од ове опције! +options.texture.pack=Izbor izgleda +options.fullscreen=фуллсцреен +options.vsync=Користи вертикалну синхронизацију +options.touchscreen=Мод за екран осетљив на додир + +performance.max=Maksimalan FPS +performance.balanced=Balansirano +performance.powersaver=Ušteda energije + +controls.title=Kontrole + +key.forward=Napred +key.left=Levo +key.back=Nazad +key.right=Desno +key.jump=Skok +key.inventory=Inventar +key.drop=Ispusti +key.chat=Ćaskanje +key.fog=Uključi/Isključi maglu +key.sneak=Šunjanje +key.playerlist=Listaj igrače +key.attack=Napad +key.use=Iskoristi predmet +key.pickItem=Pokupi blok +key.mouseButton=Taster %1$s +key.command=Komanda + +texturePack.openFolder=Otvori folder sa paketima tekstura +texturePack.title=Izaberi paket tekstura +texturePack.folderInfo=(Ovde stavite pakete tekstura) +texturePack.incompatible=Некомпатибилан + +book.pageIndicator=Stranica %1$s od %2$s +book.byAuthor=autor: %1$s +book.signButton=Potpiši +book.editTitle=Unesi naslov knjige: +book.finalizeButton=Potpiši i zatvori +book.finalizeWarning=Pazi! Kada se knjiga jednom potpiše, nemoguće je kasnije menjanje sadržaja. + +tile.stone.name=Kamen + +tile.grass.name=Blok trave +tile.dirt.name=Zemlja +tile.stonebrick.name=Блок калдрме +tile.wood.name=Drvene daske +tile.wood.oak.name=Daske od hrastovine +tile.wood.spruce.name=Daske od smreke +tile.wood.birch.name=Daske od breze +tile.wood.jungle.name=Daske od drveta džungle +tile.sapling.oak.name=Mladica hrasta +tile.sapling.spruce.name=Mladice smreke +tile.sapling.birch.name=Mladica breze +tile.sapling.jungle.name=Mladica drveta džungle +tile.deadbush.name=Uvenuli žbun +tile.bedrock.name=Temeljac +tile.water.name=Voda +tile.lava.name=Lava +tile.sand.name=Pesak +tile.sandStone.name=Peščar +tile.sandStone.default.name=Peščar +tile.sandStone.chiseled.name=Исклесани пешчар +tile.sandStone.smooth.name=Uglađen peščar +tile.gravel.name=Šljunak +tile.oreGold.name=Ruda zlata +tile.oreIron.name=Ruda gvožđa +tile.oreCoal.name=Ruda uglja +tile.log.name=Drvo +tile.log.oak.name=Hrastovina +tile.log.spruce.name=Drvo smreke +tile.log.birch.name=Drvo breze +tile.log.jungle.name=Drvo džungle +tile.leaves.name=Lišće +tile.leaves.oak.name=Lišće hrasta +tile.leaves.spruce.name=Lišće smreke +tile.leaves.birch.name=Lišće breze +tile.leaves.jungle.name=Lišće drveta džungle +tile.tallgrass.name=Trava +tile.tallgrass.shrub.name=Grm +tile.tallgrass.grass.name=Trava +tile.tallgrass.fern.name=Paprat +tile.sponge.name=Sunđer +tile.glass.name=Staklo +tile.thinGlass.name=Staklena ploča +tile.cloth.name=Vuna +tile.flower.name=Cvet +tile.rose.name=Ruža +tile.mushroom.name=Pečurka +tile.blockGold.name=Zlatni blok +tile.blockIron.name=Gvozdeni blok +tile.stoneSlab.stone.name=Kameni pločnik +tile.stoneSlab.sand.name=Пешчарски плочник +tile.stoneSlab.wood.name=Parket +tile.stoneSlab.cobble.name=Kaldrma +tile.stoneSlab.brick.name=Cigleni pločnik +tile.stoneSlab.smoothStoneBrick.name=Pločnik od kamene cigle +tile.stoneSlab.netherBrick.name=Нетхер цигла плоча +tile.stoneSlab.quartz.name=Плочник од кварца +tile.woodSlab.oak.name=Hrastov parket +tile.woodSlab.spruce.name=Smrekov parket +tile.woodSlab.birch.name=Parket od breze +tile.woodSlab.jungle.name=Parket od drveta džungle +tile.brick.name=Cigle +tile.tnt.name=Dinamit +tile.bookshelf.name=Polica za knjige +tile.stoneMoss.name=Kamen sa mahovinom +tile.obsidian.name=Obsidijan +tile.torch.name=Baklja +tile.fire.name=Vatra +tile.mobSpawner.name=Inkarnator čudovišta +tile.stairsWood.name=Stepenice od hrastovine +tile.stairsWoodSpruce.name=Stepenice od smreke +tile.stairsWoodBirch.name=Stepenice od breze +tile.stairsWoodJungle.name=Stepenice od drveta džungle +tile.chest.name=Kovčeg +tile.chestTrap.name=Ковчег са замком +tile.redstoneDust.name=Prah crvenkamena +tile.oreDiamond.name=Ruda dijamanta +tile.blockDiamond.name=Dijamantski blok +tile.workbench.name=Zanatski sto +tile.crops.name=Usev +tile.farmland.name=Obradivo polje +tile.furnace.name=Pećnica +tile.sign.name=Znak +tile.doorWood.name=Drvena vrata +tile.ladder.name=Merdevine +tile.rail.name=Pruga +tile.goldenRail.name=Pruga pod naponom +tile.activatorRail.name=Activator Rail +tile.detectorRail.name=Pruga sa prekidačem +tile.stairsStone.name=Kamene stepenice +tile.stairsSandStone.name=Peščarske stepenice +tile.lever.name=Prekidač +tile.pressurePlate.name=Potisna ploča +tile.weightedPlate_light.name=Potisna ploča (laki teret) +tile.weightedPlate_heavy.name=Potisna ploča (težak teret) +tile.doorIron.name=Gvozdena vrata +tile.oreRedstone.name=Ruda crvenkamena +tile.notGate.name=Baklja crvenkamena +tile.button.name=Dugme +tile.snow.name=Sneg +tile.ice.name=Лед +tile.cactus.name=Kaktus +tile.clay.name=Glina +tile.reeds.name=Šećerna trska +tile.jukebox.name=Muzička kutija +tile.fence.name=Ograda +tile.fenceGate.name=Drvena kapija +tile.pumpkin.name=Bundeva +tile.litpumpkin.name=Svetleća bundeva +tile.hellrock.name=Vilajetski kamen +tile.hellsand.name=Duščanik +tile.lightgem.name=Žarkamen +tile.portal.name=Portal +tile.cloth.black.name=Crna vuna +tile.cloth.red.name=Crvena vuna +tile.cloth.green.name=Zelena vuna +tile.cloth.brown.name=Braon vuna +tile.cloth.blue.name=Plava vuna +tile.cloth.purple.name=Ljubičasta vuna +tile.cloth.cyan.name=Cijan vuna +tile.cloth.silver.name=Svetlosiva vuna +tile.cloth.gray.name=Siva vuna +tile.cloth.pink.name=Roze vuna +tile.cloth.lime.name=Limunzelena vuna +tile.cloth.yellow.name=Žuta vuna +tile.cloth.lightBlue.name=Svetloplava vuna +tile.cloth.magenta.name=Magenta vuna +tile.cloth.orange.name=Narandžasta vuna +tile.cloth.white.name=Vuna +tile.oreLapis.name=Ruda lapis lazulija +tile.blockLapis.name=Blok lapis lazulija +tile.dispenser.name=Automat +tile.dropper.name=Izbacivac +tile.musicBlock.name=Instrument blok +tile.cake.name=Torta +tile.bed.name=Krevet +tile.bed.occupied=Ovaj krevet je zauzet +tile.bed.noSleep=Možeš da spavaš samo noću +tile.bed.notSafe=Ne možeš da spavaš sada, nemani su u blizini +tile.bed.notValid=Tvoj kućni krevet nedostaje ili je preprečen +tile.lockedchest.name=Zaključani kovčeg +tile.trapdoor.name=Okno +tile.web.name=Paučina +tile.stonebricksmooth.name=Kamene cigle +tile.stonebricksmooth.default.name=Kamene cigle +tile.stonebricksmooth.mossy.name=Cigle od kamena sa mahovinom +tile.stonebricksmooth.cracked.name=Napukle kamene cigle +tile.stonebricksmooth.chiseled.name=исклесана камена цигле +tile.monsterStoneEgg.stone.name=Jaje čudovišta +tile.monsterStoneEgg.cobble.name=Блок калдрме са јајетом немани +tile.monsterStoneEgg.brick.name=Камен Цигла Чудовиште Јаје +tile.pistonBase.name=Klip +tile.pistonStickyBase.name=Lepljivi klip +tile.fenceIron.name=Gvozdene rešetke +tile.melon.name=Lubenica +tile.stairsBrick.name=Ciglene stepenice +tile.stairsStoneBrickSmooth.name=Klesane stepenice +tile.vine.name=Lijane +tile.netherBrick.name=Vilajetska cigla +tile.netherFence.name=Ograda od vilajetske cigle +tile.stairsNetherBrick.name=Stepenice od vilajetske cigle +tile.netherStalk.name=Vilajetski lišaj +tile.cauldron.name=Kotao +tile.enchantmentTable.name=Sto za čaranje +tile.anvil.name=Наковањ +tile.anvil.intact.name=Наковањ +tile.anvil.slightlyDamaged.name=Мало оштећен наковањ +tile.anvil.veryDamaged.name=Веома оштећен наковањ +tile.whiteStone.name=Besput-kamen +tile.endPortalFrame.name=Portal Bespuća +tile.mycel.name=Мицелијум +tile.waterlily.name=Lokvanj +tile.dragonEgg.name=Zmajevo jaje +tile.redstoneLight.name=Crvenkamen Lampa +tile.cocoa.name=Kakao +tile.enderChest.name=Kovčeg iz Bespuća +tile.oreRuby.name=Ruda rubina +tile.oreEmerald.name=Ruda smaragda +tile.blockEmerald.name=Smaragd blok +tile.blockRedstone.name=Блок црвенкамена +tile.tripWire.name=путовањежица +tile.tripWireSource.name=саплитањежица кука +tile.commandBlock.name=Команда Блок +tile.beacon.name=светионик +tile.beacon.primary=Примарни ефекат +tile.beacon.secondary=Секундарни ефекат +tile.cobbleWall.normal.name=Зид од камења +tile.cobbleWall.mossy.name=Зид од камења са маховином +tile.carrots.name=Шаргарепе +tile.potatoes.name=Кромпири +tile.daylightDetector.name=Светлосни сензор +tile.netherquartz.name=Руда вилајетског кварца +tile.hopper.name=Levak +tile.quartzBlock.default.name=Блок кварца +tile.quartzBlock.chiseled.name=Исклесани кварц +tile.quartzBlock.lines.name=Kremen +tile.stairsQuartz.name=Stepenice od kremenan + +item.shovelIron.name=Gvozdena lopata +item.pickaxeIron.name=Gvozdeni kramp +item.hatchetIron.name=Gvozdena sekira +item.flintAndSteel.name=Kremen i ocilo +item.apple.name=Jabuka +item.cookie.name=Kolačić +item.bow.name=Luk +item.arrow.name=Strela +item.coal.name=Ugalj +item.charcoal.name=Drveni ugalj +item.diamond.name=Dijamant +item.emerald.name=Smaragd +item.ingotIron.name=Gvozdena poluga +item.ingotGold.name=Zlatna poluga +item.swordIron.name=Gvozdeni mač +item.swordWood.name=Drveni mač +item.shovelWood.name=Drvena lopata +item.pickaxeWood.name=Drveni kramp +item.hatchetWood.name=Drvena sekira +item.swordStone.name=Kameni mač +item.shovelStone.name=Kamena lopata +item.pickaxeStone.name=Камени kramp +item.hatchetStone.name=Kamena sekira +item.swordDiamond.name=Dijamantski mač +item.shovelDiamond.name=Dijamantska lopata +item.pickaxeDiamond.name=Dijamantski kramp +item.hatchetDiamond.name=Dijamantska sekira +item.stick.name=Štap +item.bowl.name=Činija +item.mushroomStew.name=Čorba od pečuraka +item.swordGold.name=Zlatni mač +item.shovelGold.name=Zlatna lopata +item.pickaxeGold.name=Zlatni kramp +item.hatchetGold.name=Zlatna sekira +item.string.name=Nit +item.feather.name=Pero +item.sulphur.name=Barut +item.hoeWood.name=Дрвена мотика +item.hoeStone.name=Kamena motika +item.hoeIron.name=Gvozdena motika +item.hoeDiamond.name=Dijamantska motika +item.hoeGold.name=Zlatna motika +item.seeds.name=Seme +item.seeds_pumpkin.name=Seme bundeve +item.seeds_melon.name=Seme lubenice +item.melon.name=Lubenica +item.wheat.name=Pšenica +item.bread.name=Hleb +item.helmetCloth.name=Кожна капа +item.chestplateCloth.name=Kožni prsluk +item.leggingsCloth.name=Kožne pantalone +item.bootsCloth.name=Kožne čizme +item.helmetChain.name=Verižna kapuljača +item.chestplateChain.name=Verižnjača +item.leggingsChain.name=Verižne pantalone +item.bootsChain.name=Verižne čizme +item.helmetIron.name=Gvozdeni šlem +item.chestplateIron.name=Gvozdeni oklop +item.leggingsIron.name=Gvozdene pantalone +item.bootsIron.name=Gvozdene čizme +item.helmetDiamond.name=Дијамантски шлем +item.chestplateDiamond.name=Dijamantski oklop +item.leggingsDiamond.name=Dijamantske pantalone +item.bootsDiamond.name=Dijamantske čizme +item.helmetGold.name=Zlatni šlem +item.chestplateGold.name=Zlatni oklop +item.leggingsGold.name=Zlatne pantalone +item.bootsGold.name=Zlatne čizme +item.flint.name=Kremen +item.porkchopRaw.name=Sirova prasetina +item.porkchopCooked.name=Krmenadla +item.chickenRaw.name=Sirova piletina +item.chickenCooked.name=Pečeno pile +item.beefRaw.name=Sirova govedina +item.beefCooked.name=Šnicla +item.painting.name=Slika +item.frame.name=Рам за предмет +item.appleGold.name=Zlatna jabuka +item.sign.name=Znak +item.doorWood.name=Drvena vrata +item.bucket.name=Kofa +item.bucketWater.name=Kofa sa vodom +item.bucketLava.name=Kofa sa lavom +item.minecart.name=Rudarska kolica +item.saddle.name=Sedlo +item.doorIron.name=Gvozdena vrata +item.redstone.name=Crvenkamen +item.snowball.name=Grudva +item.boat.name=Čamac +item.leather.name=Koža +item.milk.name=Mleko +item.brick.name=Cigla +item.clay.name=Glina +item.reeds.name=Šećerna trska +item.paper.name=Papir +item.book.name=Knjiga +item.slimeball.name=Bala +item.minecartChest.name=Kolica sa kovčegom +item.minecartFurnace.name=Kolica sa pećnicom +item.minecartTnt.name=Minecraft sa tnt-om +item.minecartHopper.name=Minecart with Hopper +item.egg.name=Jaje +item.compass.name=Kompas +item.fishingRod.name=Štap za pecanje +item.clock.name=Sat +item.yellowDust.name=Prah žarkamena +item.fishRaw.name=Sirova riba +item.fishCooked.name=Kuvana riba +item.record.name=Muzička ploča +item.bone.name=Kost +item.dyePowder.black.name=Vrećica s mastilom +item.dyePowder.red.name=Crvena +item.dyePowder.green.name=Kaktus-zelena +item.dyePowder.brown.name=Kakao zrnevlje +item.dyePowder.blue.name=Lapis Lazuli +item.dyePowder.purple.name=Ljubičasti pigment +item.dyePowder.cyan.name=Cijan pigment +item.dyePowder.silver.name=Svetlosivi pigment +item.dyePowder.gray.name=Sivi pigment +item.dyePowder.pink.name=Roze pigment +item.dyePowder.lime.name=Limunzeleni pigment +item.dyePowder.yellow.name=Маслачак-жуто +item.dyePowder.lightBlue.name=Svetloplavi pigment +item.dyePowder.magenta.name=Magenta pigment +item.dyePowder.orange.name=Narandžasti pigment +item.dyePowder.white.name=Mlevena kost +item.sugar.name=Šećer +item.cake.name=Torta +item.bed.name=Krevet +item.diode.name=Појачивач +item.comparator.name=Redston rasporedjivacn +item.map.name=Mapa +item.leaves.name=Lišće +item.shears.name=Makaze +item.rottenFlesh.name=Trulo meso +item.enderPearl.name=Besput-biser +item.blazeRod.name=Plamen-štap +item.ghastTear.name=Avetinjska suza +item.netherStalkSeeds.name=Vilajetski lišaj +item.potion.name=Напитак +item.emptyPotion.name=Boca s vodom +item.goldNugget.name=Грумен злата +item.glassBottle.name=Staklena boca +item.spiderEye.name=Paukovo oko +item.fermentedSpiderEye.name=Ферментисано пауково око +item.blazePowder.name=Plamen-prah +item.magmaCream.name=Magma krem +item.cauldron.name=Kotao +item.brewingStand.name=Samovar za napitke +item.eyeOfEnder.name=Oko Bespuća +item.speckledMelon.name=Svetlucava lubenica +item.monsterPlacer.name=Inkarnator +item.expBottle.name=Boca sa iskustvom +item.fireball.name=Vatrena lopta +item.writingBook.name=Knjiga i pero +item.writtenBook.name=Napisana knjiga +item.ruby.name=Rubin +item.flowerPot.name=Саксија +item.emptyMap.name=Празна мапа +item.carrots.name=Шаргарепа +item.carrotGolden.name=Златна шаргарепа +item.potato.name=Кромпир +item.potatoBaked.name=Испечен кромпир +item.potatoPoisonous.name=Отровни кромпир +item.skull.skeleton.name=Костуркова лобања +item.skull.wither.name=Увенути Лобања Скелетон +item.skull.zombie.name=Zombi Glava +item.skull.char.name=Glava +item.skull.player.name=%s'с Хеад +item.skull.creeper.name=Баукова глава +item.carrotOnAStick.name=Шаргарепа на штапу +item.netherStar.name=Вилајетска звезда +item.pumpkinPie.name=Пита од бундеве +item.enchantedBook.name=Енцхантед књига +item.fireworks.name=Ватромет Ракета +item.fireworks.flight=Лет траје: +item.fireworksCharge.name=ватромет врх +item.fireworksCharge.black=црн +item.fireworksCharge.red=црвен +item.fireworksCharge.green=зелен +item.fireworksCharge.brown=браон +item.fireworksCharge.blue=плави +item.fireworksCharge.purple=љубичаста +item.fireworksCharge.cyan=цијан +item.fireworksCharge.silver=светло сива +item.fireworksCharge.gray=сива +item.fireworksCharge.pink=розе +item.fireworksCharge.lime=липов +item.fireworksCharge.yellow=жут +item.fireworksCharge.lightBlue=светло плава +item.fireworksCharge.magenta=пурпурноцрвен +item.fireworksCharge.orange=наранџаст +item.fireworksCharge.white=бео +item.fireworksCharge.customColor=по наруџбини +item.fireworksCharge.fadeTo=фаде да +item.fireworksCharge.flicker=светлуцати +item.fireworksCharge.trail=заостати +item.fireworksCharge.type.0=мала лопта +item.fireworksCharge.type.1=Велики лопта +item.fireworksCharge.type.2=стар-схапед +item.fireworksCharge.type.3=creeper схапед +item.fireworksCharge.type.4=бурст +item.fireworksCharge.type=непознати облик +item.netherbrick.name=Vilajetska cigla +item.netherquartz.name=Вилајетски кварц + +container.inventory=Inventar +container.hopper=Skuplac stvari +container.crafting=Pravljenje +container.dispenser=Automat +container.dropper=Izbacivac +container.furnace=Pećnica +container.enchant=Čarobni napitak +container.repair=Поправи и преименуј +container.repair.cost=Цена чарања: %1$d +container.repair.expensive=Превише скупо! +container.creative=Izbor predmeta +container.brewing=Samovar za napitke +container.chest=Kovčeg +container.chestDouble=Veliki kovčeg +container.minecart=Rudarska kolica +container.enderchest=Kovčeg iz Bespuća + +item.dyed=Обојено + +entity.Item.name=Predmet +entity.XPOrb.name=Fragment iskustva +entity.SmallFireball.name=Mala vatrena lopta +entity.Fireball.name=Vatrena lopta + +entity.Arrow.name=Strela +entity.Snowball.name=Grudva +entity.Painting.name=Slika + +entity.Mob.name=Биће +entity.Monster.name=Čudovište + +entity.Creeper.name=Kriper +entity.Skeleton.name=Kostur +entity.Spider.name=Pauk +entity.Giant.name=Div +entity.Zombie.name=Zombi +entity.Slime.name=Слуз +entity.Ghast.name=Avet +entity.PigZombie.name=Svinjedet +entity.Enderman.name=Беспутник +entity.Silverfish.name=Srebrna buba +entity.CaveSpider.name=Pećinski pauk +entity.Blaze.name=Пламен +entity.LavaSlime.name=Magma kocka +entity.MushroomCow.name=Pečurkrava +entity.Villager.name=Seljak +entity.VillagerGolem.name=Gvozdeni Golem +entity.SnowMan.name=Snezni Golem +entity.EnderDragon.name=Mračni zmaj +entity.WitherBoss.name=Wither +entity.Witch.name=Врач + +entity.Pig.name=Svinja +entity.Sheep.name=Ovca +entity.Cow.name=Krava +entity.Chicken.name=Кокошка +entity.Squid.name=Лигња +entity.Wolf.name=Vuk +entity.Ozelot.name=Ocelot +entity.Cat.name=Mačka +entity.Bat.name=Слепи миш + +entity.PrimedTnt.name=Blok dinamita +entity.FallingSand.name=Padajući blok + +entity.Minecart.name=Rudarska kolica +entity.Boat.name=Čamac + +entity.generic.name=nepoznato + +death.fell.accident.ladder=%1$s je pao sa merdivina +death.fell.accident.vines=%1$s je pao sa loze +death.fell.accident.water=%1$s je ispao iz vode +death.fell.accident.generic=%1$s je pao sa velike visine +death.fell.killer=%1$s je proklet da padne +death.fell.assist=%1$s je prokleo %2$s +death.fell.assist.item=%1$s je proklet od strane %2$s koristeci %3$s +death.fell.finish=%1$s je pao daleko i dokracio ga je %2$s +death.fell.finish.item=%1$s je pao daleko i dokrajcio ga je %2$s koristeci %3$s + +death.attack.inFire=%1$s je izgoreo +death.attack.inFire.player=%1$s je izgoreo dok se borio sa %2$s +death.attack.onFire=%1$s je izgoreo do smrti +death.attack.onFire.player=%1$s je res pecen dok se tukao sa %2$s +death.attack.lava=%1$s je pokusao da pliva u lavi +death.attack.lava.player=%1$s je pokusao da pliva u lavi dok je bezao od %2$s +death.attack.inWall=%1$s se ugusio +death.attack.drown=%1$s se udavio +death.attack.drown.player=%1$s se udavio dok je pokusavao da pobegne od %2$s +death.attack.starve=%1$s je izgladneo do smrti +death.attack.cactus=%1$s was pricked to death +death.attack.cactus.player=%1$s je udario kaktus dok je pokusavao da pobegne od %2$s +death.attack.generic=%1$s je umro +death.attack.explosion=%1$s je raznet +death.attack.explosion.player=%1$s je razneo %2$s +death.attack.magic=%1$s je ubijen/a magijom +death.attack.wither=%1$s withered away +death.attack.anvil=%1$s je bio/la zgnjecenj od pada nakovanja +death.attack.fallingBlock=%1$s was squashed by a falling block +death.attack.mob=%1$s je ubijen od strane %2$s +death.attack.player=%1$s je ubijen od strane %2$s +death.attack.player.item=%1$s was slain by %2$s using %3$s +death.attack.arrow=%1$s je upucan od strane %2$s +death.attack.arrow.item=%1$s was shot by %2$s using %3$s +death.attack.fireball=%1$s was fireballed by %2$s +death.attack.fireball.item=%1$s was fireballed by %2$s using %3$s +death.attack.thrown=%1$s was pummeled by %2$s +death.attack.thrown.item=%1$s was pummeled by %2$s using %3$s +death.attack.indirectMagic=%1$s was killed by %2$s using magic +death.attack.indirectMagic.item=%1$s was killed by %2$s using %3$s +death.attack.thorns=%1$s was killed trying to hurt %2$s +death.attack.fall=%1$s hit the ground too hard +death.attack.outOfWorld=%1$s fell out of the world + +deathScreen.respawn=Reinkarnacija +deathScreen.deleteWorld=Obriši Svet +deathScreen.titleScreen=Glavni meni +deathScreen.score=Poeni +deathScreen.title.hardcore=Gotova igra! +deathScreen.hardcoreInfo=Ne možeš se reinkarnirati u tvrdokornom modu! +deathScreen.title=Umro si! +deathScreen.leaveServer=Нaпусtи сeрвeр + +potion.empty=Nema efekta +potion.moveSpeed=Brzina +potion.moveSlowdown=Tromost +potion.digSpeed=Žurba +potion.digSlowDown=Umor pri kopanju +potion.damageBoost=Snaga +potion.weakness=Slabost +potion.heal=Instant zdravlje +potion.harm=Instant povreda +potion.jump=Pojačan skok +potion.confusion=Mučnina +potion.regeneration=Regeneracija +potion.resistance=Otpornost +potion.fireResistance=Otpornost na vatru +potion.waterBreathing=Podvodno disanje +potion.invisibility=Nevidljivost +potion.blindness=Slepilo +potion.nightVision=Noćni vid +potion.hunger=Glad +potion.poison=Otrov +potion.wither=Wither + +potion.moveSpeed.postfix=Napitak za brzinu +potion.moveSlowdown.postfix=Napitak sporosti +potion.digSpeed.postfix=Napitak žurbe +potion.digSlowDown.postfix=Napitak tuposti +potion.damageBoost.postfix=Napitak za jačinu +potion.weakness.postfix=Napitak slabosti +potion.heal.postfix=Napitak lečenja +potion.harm.postfix=Napitak povrede +potion.jump.postfix=Napitak skoka +potion.confusion.postfix=Napitak mučnine +potion.regeneration.postfix=Napitak regeneracije +potion.resistance.postfix=Napitak za zaštitu +potion.fireResistance.postfix=Napitak za zaštitu od vatre +potion.waterBreathing.postfix=Napitak za disanje pod vodom +potion.invisibility.postfix=Napitak nevidljivosti +potion.blindness.postfix=Napitak sleposti +potion.nightVision.postfix=Napitak za nocni vid +potion.hunger.postfix=Napitak gladi +potion.poison.postfix=Otrovni napitak +potion.wither.postfix=Напитак од распада + +potion.potency.0= +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV + +potion.prefix.grenade=Ofanzivni +potion.prefix.mundane=Обичан +potion.prefix.uninteresting=Nezanimljiv +potion.prefix.bland=Bezukusan +potion.prefix.clear=Čist +potion.prefix.milky=Mlečan +potion.prefix.diffuse=Difuzan +potion.prefix.artless=Bezazlen +potion.prefix.thin=Redak +potion.prefix.awkward=Чудноват +potion.prefix.flat=Izvetreo +potion.prefix.bulky=Kabast +potion.prefix.bungling=Неспретан +potion.prefix.buttered=Замашћен +potion.prefix.smooth=Углачан +potion.prefix.suave=Умилан +potion.prefix.debonair=Префињен +potion.prefix.thick=Густ +potion.prefix.elegant=Елегантан +potion.prefix.fancy=Модеран +potion.prefix.charming=Шармантан +potion.prefix.dashing=Жустри +potion.prefix.refined=Пречишћен +potion.prefix.cordial=Срдачан +potion.prefix.sparkling=Светлуцав +potion.prefix.potent=Јак +potion.prefix.foul=Гадан +potion.prefix.odorless=Без мириса +potion.prefix.rank=Чин +potion.prefix.harsh=Груб +potion.prefix.acrid=Оштар +potion.prefix.gross=Грозан +potion.prefix.stinky=Смрдљив + +enchantment.damage.all=Оштрина +enchantment.damage.undead=Моћни удар +enchantment.damage.arthropods=Смрт Артропода +enchantment.knockback=Одбацивање +enchantment.fire=Благослов ватре +enchantment.protect.all=Заштита +enchantment.protect.fire=Заштита од ватре +enchantment.protect.fall=Лак пад +enchantment.protect.explosion=Заштита од експлозије +enchantment.protect.projectile=Заштита од пројектила +enchantment.oxygen=Дисање +enchantment.waterWorker=Привлачност ка води +enchantment.digging=Продуктивност +enchantment.untouching=Свилени додир +enchantment.durability=Nesalomivost +enchantment.lootBonus=Пљачкање +enchantment.lootBonusDigger=Срећа +enchantment.arrowDamage=Moć +enchantment.arrowFire=Plamen +enchantment.arrowKnockback=Udarac +enchantment.arrowInfinite=Beskonačnost +enchantment.thorns=Thorns + +enchantment.level.1=I +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.level.10=X + +gui.achievements=Достигнућа +gui.stats=Statistike + +stat.generalButton=Уопштено +stat.blocksButton=Блокови +stat.itemsButton=Предмети + +stat.used=Пута коришћено +stat.mined=Пута ископано +stat.depleted=Пута истрошено +stat.crafted=Пута направљено + +stat.startGame=Пута играно +stat.createWorld=Svetova odigrano +stat.loadWorld=Svetova učitano +stat.joinMultiplayer=Конекција на онлине игру +stat.leaveGame=Напуштено игара + +stat.playOneMinute=Минута играно + +stat.walkOneCm=Препешачена даљина +stat.fallOneCm=Дужина падања +stat.swimOneCm=Preplivana daljina +stat.flyOneCm=Прелетена даљина +stat.climbOneCm=Popeta visina +stat.diveOneCm=Прероњена даљина +stat.minecartOneCm=Пређена даљина у колицима +stat.boatOneCm=Пређена даљина чамцем +stat.pigOneCm=Пређена даљина на свињи +stat.jump=Скокова +stat.drop=Predmeta ispušteno + +stat.damageDealt=Naneto povreda +stat.damageTaken=Puta povređen +stat.deaths=Број смрти +stat.mobKills=Bića ubijeno +stat.playerKills=Играча убијено +stat.fishCaught=Упецано риба + +stat.mineBlock=%1$ Ископано +stat.craftItem=%1$ Направљено +stat.useItem=%1$ Коришћено +stat.breakItem=%1$ Истрошено + +achievement.get=Достигнуће добијено! + +achievement.taken=Dostignuto! + +achievement.requires=Захтева '%1$s' +achievement.openInventory=Отварање инвентара +achievement.openInventory.desc=Притисни '%1$s' како би отворио инвентар. +achievement.mineWood=Набављање дрвета +achievement.mineWood.desc=Ударај дрво све док из њега не испадне блок дрвета +achievement.buildWorkBench=Занатлија +achievement.buildWorkBench.desc=Направи радни сто од 4 блока дасака +achievement.buildPickaxe=Vreme je za rudnik! +achievement.buildPickaxe.desc=Користи даске и штапове да би направио пијук +achievement.buildFurnace=Врућа тема +achievement.buildFurnace.desc=Направи пећницу од осам блокова камена +achievement.acquireIron=Набави опрему +achievement.acquireIron.desc=Отопи гвожђе +achievement.buildHoe=Време је за фарму! +achievement.buildHoe.desc=Искористи даске и штапове да би направио лопату +achievement.makeBread=Ispeci hleb +achievement.makeBread.desc=Претвори пшеницу у хлеб +achievement.bakeCake=Laž +achievement.bakeCake.desc=Пшеница, шећер, млеко и јаја! +achievement.buildBetterPickaxe=Dobijanje poboljšanja +achievement.buildBetterPickaxe.desc=Направи бољи пијук +achievement.cookFish=Укусна риба +achievement.cookFish.desc=Upecaj ribu i skuvaj je! +achievement.onARail=Na šinama +achievement.onARail.desc=Вози се најмање 1 км од почетне тачке у колицима +achievement.buildSword=Vreme za napad! +achievement.buildSword.desc=Користи даске и штапове да би направио мач +achievement.killEnemy=Lovac nemani +achievement.killEnemy.desc=Napadni i uništi čudovište +achievement.killCow=Каубој +achievement.killCow.desc=Nabavi kožu +achievement.flyPig=Kada svinje polete +achievement.flyPig.desc=Strmekni se sa svinjom preko litice +achievement.snipeSkeleton=Snajperski duel +achievement.snipeSkeleton.desc=Ubij kosturka strelom sa više od 50 metara daljine +achievement.diamonds=DIJAMANTI! +achievement.diamonds.desc=Ископај дијаманте својим гвозденим алатом +achievement.portal=Moramo još dublje da kopamo +achievement.portal.desc=Napavi portal do Vilajeta +achievement.ghast=Vrati se pošiljaocu +achievement.ghast.desc=Уништи Авет ватреном лоптом +achievement.blazeRod=У Ватру +achievement.blazeRod.desc=Набави Пламен-штап +achievement.potion=Domaća pecara +achievement.potion.desc=Направи напитак +achievement.theEnd=Крај? +achievement.theEnd.desc=Пронађи "Крај" +achievement.theEnd2=Kraj. +achievement.theEnd2.desc=Уништи Мрачног змаја +achievement.enchantments=Mađijaš +achievement.enchantments.desc=Искористи књигу, обсидиан и дијаманте да би направио сто за чарање +achievement.overkill=Смртоносни ударац +achievement.overkill.desc=Одузми неком осам срца једним ударцем +achievement.bookcase=Библиотекар +achievement.bookcase.desc=Napravi police sa knjigama da bi poboljšao sto za čaranje + +commands.generic.exception=Nepoznata greška se javila prilikom pokušaja pokretanja ove komande +commands.generic.syntax=Nepoznata sintaksa komande +commands.generic.player.notFound=Nemoguće pronaći tog igrača +commands.generic.notFound=Nepoznata komanda. Kucaj /help za listu komandi. +commands.generic.num.invalid='%s' nije validan broj +commands.generic.num.tooSmall=Broj koji je upisan (%d) je previše mali, mora biti bar %d +commands.generic.num.tooBig=Broj koji je upisan (%d) je previše veliki, mora biti najviše %d +commands.generic.double.tooSmall=Број који сте унели (% .2 ф) сувише мала, она мора бити најмање% .2 ф +commands.generic.double.tooBig=Број који сте унели (% .2 ф) превелика, она мора бити на највише% .2 ф +commands.generic.usage=Korist: %s + +commands.xp.failure.widthdrawXp=Немогуће је дати негативни број искуствених поена +commands.xp.success=Dato %d iskustva za %s +commands.xp.success.levels=Дато %d нивоа играчу %s +commands.xp.success.negative.levels=Одузето %d нивоа од играча: %s +commands.xp.usage=/xp <износ> [играч] ИЛИ /xp <износ>L [играч] +commands.give.usage=/give [količina] [podaci] +commands.give.notFound=Ne postoji predmet sa ID-jem %d +commands.give.success=дат %s (ИД %d) * %d на %s +commands.effect.usage=/effect [seconds] [amplifier] +commands.effect.notFound=There is no such mob effect with ID %d +commands.effect.success=Given %1$s (ID %2$d) * %3$d to %4$s for %5$d seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.enchant.usage=/enchant [нивоа] +commands.enchant.notFound=Не постоји таква чаролија са ИД %d +commands.enchant.noItem=Недостаје предмет +commands.enchant.cantEnchant=Изабранa чаролија се не може применити на циљаном предмету +commands.enchant.cantCombine=%1$s не може да се комбинује са %2$s +commands.enchant.success=чаролија успешна +commands.clear.usage=/clear [предмет][подаци] +commands.clear.success=Очишћен инвентар од: %s, уклоњено %d предмета +commands.clear.failure=Could not clear the inventory of %s, no items to remove +commands.downfall.success=Укључи/искључи падавине +commands.time.usage=/time +commands.time.added=Dodato %d na vreme +commands.time.set=Namesti vreme na %d +commands.players.list=Ima %d/%d igrača u mreži: +commands.banlist.ips=Postoji %d ukupno banovanih IP adresa: +commands.banlist.players=Postoji %d ukupno banovanih igrača: +commands.banlist.usage=/banlist [ips|igrači] +commands.kick.success=Šutnut %s iz igre +commands.kick.success.reason=Šutnut %s iz igre: '%s' +commands.kick.usage=/kick [razlog ...] +commands.op.success=Unapređen %s +commands.op.usage=/op +commands.deop.success=Degradiran %s +commands.deop.usage=/deop +commands.say.usage=/say +commands.ban.success=Banovan igrač %s +commands.ban.usage=/ban [razlog...] +commands.unban.success=Скинут бан плејер %snnspazhead +commands.unban.usage=/pardon +commands.banip.invalid=Uneta je IP adresa koja je nevažeća ili igrač koji nije na serveru +commands.banip.success=Banovana IP adresa %s +commands.banip.success.players=Banovana IP adresa %s pripada igraču %s +commands.banip.usage=/ban-ip [razlog...] +commands.unbanip.invalid=Uneo si nevažeću IP adresu +commands.unbanip.success=Баннед ИП адреса %s +commands.unbanip.usage=/pardon-ip +commands.save.enabled=Uključeno automatsko snimanje sveta +commands.save.disabled=Isključeno automatsko snimanje sveta +commands.save.start=Чување ... +commands.save.success=Svet je sačuvan +commands.save.failed=Neuspešno snimanje: %s +commands.stop.start=Zaustavljanje servera +commands.tp.success=телепортед %s да %s +commands.tp.success.coordinates=телепортед %s да %.2f,%.2f,%.2f +commands.tp.usage=/tp [izabrani igrač] ILI /tp [izabrani igrač] ; +commands.tp.notSameDimension=У немогућности да се телепортује јер играчи нису у истој димензији +commands.whitelist.list=Postoji %d (од %d viđenih)igrača sa bele liste: +commands.whitelist.enabled=Uključena bela lista +commands.whitelist.disabled=Isključena bela lista +commands.whitelist.reloaded=Ponovo učitana bela lista +commands.whitelist.add.success=Dodat %s na belu listu +commands.whitelist.add.usage=/whitelist add +commands.whitelist.remove.success=Izbačen %s sa bele liste +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.scoreboard.usage=/scoreboard +commands.scoreboard.teamNotFound=No team was found by the name '%s' +commands.scoreboard.objectiveNotFound=No objective was found by the name '%s' +commands.scoreboard.objectiveReadOnly=The objective '%s' is read-only and cannot be set +commands.scoreboard.objectives.usage=/scoreboard objectives +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [objective] +commands.scoreboard.objectives.setdisplay.invalidSlot=No such display slot '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Cleared objective display slot '%s' +commands.scoreboard.objectives.setdisplay.successSet=Set the display objective in slot '%s' to '%s' +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [display name ...] +commands.scoreboard.objectives.add.wrongType=Invalid objective criteria type. Valid types are: %s +commands.scoreboard.objectives.add.alreadyExists=An objective with the name '%s' already exists +commands.scoreboard.objectives.add.tooLong=The name '%s' is too long for an objective, it can be at most %d characters long +commands.scoreboard.objectives.add.displayTooLong=The display name '%s' is too long for an objective, it can be at most %d characters long +commands.scoreboard.objectives.add.success=Added new objective '%s' successfully +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.remove.success=Removed objective '%s' successfully +commands.scoreboard.objectives.list.count=Showing %d objective(s) on scoreboard +commands.scoreboard.objectives.list.entry=- %s: displays as '%s' and is type '%s' +commands.scoreboard.objectives.list.empty=There are no objectives on the scoreboard +commands.scoreboard.players.usage=/scoreboard players +commands.scoreboard.players.set.success=Set score of %s for player %s to %d +commands.scoreboard.players.set.usage=/scoreboard players set +commands.scoreboard.players.add.usage=/scoreboard players add +commands.scoreboard.players.remove.usage=/scoreboard players remove +commands.scoreboard.players.reset.usage=/scoreboard players reset +commands.scoreboard.players.reset.success=Reset all scores of player %s +commands.scoreboard.players.list.count=Showing %d tracked players on the scoreboard +commands.scoreboard.players.list.empty=There are no tracked players on the scoreboard +commands.scoreboard.players.list.player.count=Showing %d tracked objective(s) for %s +commands.scoreboard.players.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.players.list.player.empty=Player %s has no scores recorded +commands.scoreboard.teams.usage=/scoreboard teams +commands.scoreboard.teams.add.usage=/scoreboard teams add [display name ...] +commands.scoreboard.teams.add.alreadyExists=A team with the name '%s' already exists +commands.scoreboard.teams.add.tooLong=The name '%s' is too long for a team, it can be at most %d characters long +commands.scoreboard.teams.add.displayTooLong=The display name '%s' is too long for a team, it can be at most %d characters long +commands.scoreboard.teams.add.success=Added new team '%s' successfully +commands.scoreboard.teams.list.usage=/scoreboard teams list [name] +commands.scoreboard.teams.list.count=Showing %d teams on the scoreboard +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' has %3$d players +commands.scoreboard.teams.list.empty=There are no teams registered on the scoreboard +commands.scoreboard.teams.list.player.count=Showing %d player(s) in team %s +commands.scoreboard.teams.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.teams.list.player.empty=Team %s has no players +commands.scoreboard.teams.empty.usage=/scoreboard teams clear +commands.scoreboard.teams.empty.alreadyEmpty=Team %s is already empty, cannot remove nonexistant players +commands.scoreboard.teams.empty.success=Removed all %d player(s) from team %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.remove.success=Removed team %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [player] +commands.scoreboard.teams.join.success=Added %d player(s) to team %s: %s +commands.scoreboard.teams.join.failure=Could not add %d player(s) to team %s: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [player] +commands.scoreboard.teams.leave.success=Removed %d player(s) from their teams: %s +commands.scoreboard.teams.leave.failure=Could not remove %d player(s) from their teams: %s +commands.scoreboard.teams.leave.noTeam=You are not in a team +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.option.noValue=Valid values for option %s are: %s +commands.scoreboard.teams.option.success=Set option %s for team %s to %s +commands.gamemode.success.self=Namesti mod igre na %s +commands.gamemode.success.other=сет %s's Гаме Моде на %snnspazhead +commands.gamemode.usage=/gamemode [igrač] +commands.defaultgamemode.usage=/defaultgamemode +commands.defaultgamemode.success=Стандардна игра на свету мод је %s +commands.me.usage=/me +commands.help.header=---Prikaz pomoćne stranice %d od %d (/help )--- +commands.help.footer=Savet: Koristi dugme na tastaturi dok kucaš komandu za automatsko kompletiranje komande ili njegovih argumenata +commands.help.usage=/help [stranica|ime komande] +commands.publish.started=Lokalna igra hostovana na %s +commands.publish.failed=Nemoguće hostovati lokalnu igru +commands.debug.start=Стартед дебуг профилисање +commands.debug.stop=Заустављен дебуг профилисање после% .2 ф секунде (%d крпељи) +commands.debug.notStarted=Не могу да престанем да профилисање када још нисмо почели! +commands.debug.usage=/debug +commands.message.usage=/ реци <плаиер> ...> <привате поруку...> +commands.message.sameTarget=Не можеш себи послати приватну поруку! +commands.message.display.outgoing=Шапућеш играчу %s: %s +commands.message.display.incoming=%s вама шапуће:%s +commands.difficulty.usage=/ потешкоћа <Нови диффицулти> +commands.difficulty.success=Подеси тежину игре на %s +commands.spawnpoint.usage=/ спавнпоинт ИЛИ / ИЛИ спавнпоинт <плаиер> / спавнпоинт <плаиер> <к> <и> <з> +commands.spawnpoint.success=Сет%s's мресте тачка (%d,%d,%d) +commands.gamerule.usage=/ гамеруле <руле име> <валуе> ИЛИ / гамеруле <руле име> +commands.gamerule.success=Игра правило је ажуриран +commands.gamerule.norule=Не игра правило зове '%s' је доступна +commands.weather.usage=/ време <цлеар/раин/тхундер> [трајање у секундама] +commands.weather.clear=Промена у ведро време +commands.weather.rain=Промена времена у кишу +commands.weather.thunder=Промена времена у кишу са грмљавином +commands.testfor.usage=/testfor +commands.testfor.failed=/testfor is only usable by commandblocks with analog output + +itemGroup.buildingBlocks=Gradivni blokovi +itemGroup.decorations=Dekorativni blokovi +itemGroup.redstone=Crvenkamen +itemGroup.transportation=Transport +itemGroup.misc=Razno +itemGroup.search=Pretraga predmeta +itemGroup.food=Hrana +itemGroup.tools=Alati +itemGroup.combat=борба +itemGroup.brewing=Varenje +itemGroup.materials=Materijali +itemGroup.inventory=Inventar za preživljavanje + +inventory.binSlot=уништи предмет + +advMode.setCommand=Сет командни пулт за Блоку +advMode.command=Конзола команде +advMode.nearestPlayer=Користи "@p" како би лоцирао најближег играча +advMode.randomPlayer=Користи "@r" како би лоцирао насумичног играча +advMode.allPlayers=Користи "@a" како би лоцирао све играче + +advMode.notEnabled=Командни Блокови нису омогућени на овом серверу +advMode.notAllowed=Мора бити унапређен играч у креативном моду + +mco.title=Minecraft Realms +mco.selectServer.select=Join Server +mco.selectServer.configure=Configure +mco.selectServer.create=Create World +mco.selectServer.moreinfo=More Info + +mco.configure.world.edit.title=Edit World + +mco.configure.world.title=Configure World +mco.configure.world.name=Name +mco.configure.world.description=Description +mco.configure.world.location=Location +mco.configure.world.invited=Invited +mco.configure.world.buttons.edit=Edit +mco.configure.world.buttons.reset=Reset World +mco.configure.world.buttons.done=Done +mco.configure.world.buttons.delete=Delete +mco.configure.world.buttons.open=Open World +mco.configure.world.buttons.close=Close World +mco.configure.world.buttons.invite=Invite +mco.configure.world.buttons.uninvite=Uninvite +mco.configure.world.buttons.subscription=Subscription +mco.configure.world.invite.profile.name=Name +mco.configure.world.uninvite.question=Are you sure that you want to uninvite + +mco.configure.world.subscription.title=Subscription Info +mco.configure.world.subscription.daysleft=Days Left +mco.configure.world.subscription.start=Start Date +mco.configure.world.subscription.extend=Extend + +mco.create.world.location.title=Locations +mco.create.world.location.warning=You may not get the exact location you select +mco.create.world.wait=Creating the world... + +mco.reset.world.title=Reset World +mco.reset.world.warning=This will permanently delete your world! +mco.reset.world.seed=Seed (Optional) +mco.reset.world.resetting.screen.title=Resetting World... + +mco.configure.world.close.question.line1=Your world will become unavailable. +mco.configure.world.close.question.line2=Are you sure you want to do that? + +mco.connect.connecting=Connecting to the online server... +mco.connect.authorizing=Logging in... +mco.connect.failed=Failed to connect to the online server + +mco.create.world=Create + diff --git a/1.5.2/lang/sv_SE.lang b/1.5.2/lang/sv_SE.lang new file mode 100644 index 00000000..ddbccf7a --- /dev/null +++ b/1.5.2/lang/sv_SE.lang @@ -0,0 +1,1293 @@ +#X-Generator: crowdin.net + +language.name=Svenska +language.region=Sverige +language.code=sv_SE + +gui.done=Klar +gui.cancel=Avbryt +gui.back=Back +gui.toMenu=Tillbaka till huvudmenyn +gui.up=Upp +gui.down=Ner +gui.yes=Ja +gui.no=Nej + +menu.singleplayer=Enspelarläge +menu.multiplayer=Spela online +menu.online=Minecraft Realms +menu.options=Inställningar... +menu.quit=Avsluta +menu.returnToMenu=Spara och återgå till huvudmenyn +menu.disconnect=Lämna server +menu.returnToGame=Tillbaka till spelet +menu.switchingLevel=Byter värld +menu.generatingLevel=Genererar värld +menu.loadingLevel=Laddar värld +menu.generatingTerrain=Skapar terräng +menu.convertingLevel=Konverterar värld +menu.simulating=Simulerar världen en stund +menu.respawning=Återuppstår +menu.shareToLan=Öppna för LAN + +selectWorld.title=Välj värld +selectWorld.empty=tom +selectWorld.world=Värld +selectWorld.select=Spela vald värld +selectWorld.create=Skapa ny värld +selectWorld.recreate=Återskapa +selectWorld.createDemo=Spela demovärld +selectWorld.delete=Ta bort +selectWorld.rename=Byt namn +selectWorld.deleteQuestion=Är du säker att du vill radera den här världen? +selectWorld.deleteWarning=kommer försvinna för alltid! (Väldigt länge!) +selectWorld.deleteButton=Ta bort +selectWorld.renameButton=Byt namn +selectWorld.renameTitle=Döp om värld +selectWorld.conversion=Måste konverteras! +selectWorld.newWorld=Ny värld +selectWorld.newWorld.copyOf=Kopia av %s +selectWorld.enterName=Namn på värld +selectWorld.resultFolder=Kommer sparas i: +selectWorld.enterSeed=Frö till världsgeneratorn +selectWorld.seedInfo=Lämna fältet tomt för ett slumpmässigt frö +selectWorld.cheats=Fusk +selectWorld.customizeType=Anpassa + +createWorld.customize.presets=Förinställningar +createWorld.customize.presets.title=Välj en mall +createWorld.customize.presets.select=Använd mall +createWorld.customize.presets.share=Vill du dela din mall med någon? Använd rutan nedan! +createWorld.customize.presets.list=Du skulle också kunna använda några vi redan gjort! +createWorld.customize.flat.title=Superplattanpassning +createWorld.customize.flat.tile=Lagermaterial +createWorld.customize.flat.height=Höjd +createWorld.customize.flat.addLayer=Lägg till lager +createWorld.customize.flat.editLayer=Redigera lager +createWorld.customize.flat.removeLayer=Ta bort lager +createWorld.customize.flat.layer.top=Topp - %d +createWorld.customize.flat.layer=%d +createWorld.customize.flat.layer.bottom=Botten - %d + +gameMode.survival=Överlevnadsläge +gameMode.creative=Kreativt läge +gameMode.adventure=Äventyrsläge +gameMode.hardcore=Hardcore-läge! +gameMode.changed=Ditt spelläge har uppdaterats + +selectWorld.gameMode=Spelläge: +selectWorld.gameMode.survival=Överlevnad +selectWorld.gameMode.survival.line1=Leta resurser, skapa föremål, gå upp i +selectWorld.gameMode.survival.line2=level, hälsa och hunger +selectWorld.gameMode.creative=Kreativt +selectWorld.gameMode.creative.line1=Obegränsade resurser, flyg fritt och +selectWorld.gameMode.creative.line2=förstör block direkt +selectWorld.gameMode.hardcore=Hardcore +selectWorld.gameMode.hardcore.line1=Likadant som överlevnadsläget, men inställt på svåraste +selectWorld.gameMode.hardcore.line2=Riktigt svårt, och du får bara en chans +selectWorld.gameMode.adventure=Äventyr +selectWorld.gameMode.adventure.line1=Likadant som överlevnadsläget, men block kan inte +selectWorld.gameMode.adventure.line2=sättas ut eller tas sönder +selectWorld.moreWorldOptions=Fler världsalternativ... +selectWorld.mapFeatures=Skapa strukturer: +selectWorld.mapFeatures.info=Byar, grottor, osv. +selectWorld.mapType=Typ av värld: +selectWorld.mapType.normal=Normal +selectWorld.allowCommands=Tillåt fusk: +selectWorld.allowCommands.info=Kommandon som /gamemode, /xp +selectWorld.hardcoreMode=Hardcore: +selectWorld.hardcoreMode.info=Världen raderas när du dör +selectWorld.bonusItems=Bonuskista: + +generator.default=Standard +generator.flat=Superplatt +generator.largeBiomes=Stora biotoper + +selectServer.title=Välj server +selectServer.empty=tom +selectServer.select=Anslut till server +selectServer.direct=Direktanslutning +selectServer.edit=Redigera +selectServer.delete=Ta bort +selectServer.add=Lägg till server +selectServer.defaultName=Minecraftserver +selectServer.deleteQuestion=Är du säker på att du vill ta bort den här servern? +selectServer.deleteWarning=kommer försvinna för alltid! (Väldigt länge!) +selectServer.deleteButton=Ta bort +selectServer.refresh=Uppdatera +selectServer.hiddenAddress=(Dold) +addServer.title=Redigera serverinformation +addServer.enterName=Servernamn +addServer.enterIp=Serveradress +addServer.add=Klar +addServer.hideAddress=Dölj adressen +lanServer.title=LAN-värld +lanServer.scanning=Scanning for games on your local network +lanServer.start=Starta LAN-värld +lanServer.otherPlayers=Inställningar för andra spelare +mcoServer.title=Minecraft Onlinevärld + +multiplayer.title=Spela multiplayer +multiplayer.connect=Anslut +multiplayer.info1=Flerspelarläget är inte riktigt färdigt, men +multiplayer.info2=kan spelas i en tidig, buggig, testform. +multiplayer.ipinfo=Skriv in IP-adressen till en server för att ansluta till den: + +multiplayer.texturePrompt.line1=Den här servern rekommenderar att ett särskilt texturpaket används. +multiplayer.texturePrompt.line2=Vill du ladda ner och installera det automagiskt? + +multiplayer.downloadingTerrain=Hämtar terräng + +multiplayer.stopSleeping=Kliv ur sängen + +chat.link.confirm=Är du säker på att du vill öppna den här webbsidan? +chat.link.warning=Öppna aldrig länkar från personer du inte litar på! +chat.copy=Kopiera till urklipp + +menu.playdemo=Spela demovärld +menu.resetdemo=Återställ demovärld +demo.day.1=Demot varar fem speldagar. Gör ditt bästa! +demo.day.2=Dag två +demo.day.3=Dag tre +demo.day.4=Dag fyra +demo.day.5=Detta är din sista dag! +demo.day.warning=Tiden är snart slut! +demo.day.6=Du har spelat din femte dag, använd F2 för att ta en bild av din värld +demo.reminder=Demotiden har löpt ut. Köp spelet för att fortsätta spela, eller starta en ny värld! +demo.remainingTime=Återstående tid: %s +demo.demoExpired=Demotiden är slut! +demo.help.movement=Använd %1$s, %2$s, %3$s, %4$s och musen för att röra dig +demo.help.movementShort=Rör dig genom att trycka på %1$s, %2$s, %3$s, %4$s +demo.help.movementMouse=Titta runt med musen +demo.help.jump=Tryck på %1$s för att hoppa +demo.help.inventory=Tryck på %1$s för att öppna din utrustning +demo.help.title=Minecraft demoläge +demo.help.fullWrapped=Det här demot kommer hålla på i 5 speldagar (ungefär 1 timme och 40 minuter i verkligheten). Kolla på framgångarna om du vill ha tips! Ha det kul! +demo.help.buy=Köp nu! +demo.help.later=Fortsätt spela! + +connect.connecting=Ansluter till servern... +connect.authorizing=Loggar in... +connect.failed=Kunde inte ansluta till servern + +disconnect.genericReason=%s +disconnect.disconnected=Kontakten avbröts av servern +disconnect.lost=Kontakten bröts +disconnect.kicked=Du blev utkastad från servern +disconnect.timeout=Tappade kontakten +disconnect.closed=Anslutningen avbröts +disconnect.loginFailed=Kunde inte logga in +disconnect.loginFailedInfo=Inloggningsfel: %s +disconnect.quitting=Avslutar +disconnect.endOfStream=Datatrafiken avbröts +disconnect.overflow=Buffertöverskridning +disconnect.spam=Sparkad för spam + +options.off=AV +options.on=PÅ +options.visible=Visas +options.hidden=Gömd +options.title=Alternativ +options.controls=Kontroller... +options.video=Grafikinställningar... +options.language=Språk... +options.languageWarning=Det finns en risk att översättningarna inte är 100% korrekta +options.videoTitle=Grafikinställningar +options.music=Musik +options.sound=Ljud +options.invertMouse=Invertera musriktning +options.fov=Synfält +options.fov.min=Normal +options.fov.max=Quake Pro +options.gamma=Ljusstyrka +options.gamma.min=Mörkt +options.gamma.max=Ljust +options.sensitivity=Muskänslighet +options.sensitivity.min=*gäsp* +options.sensitivity.max=HYPERSNABBT!!! +options.renderDistance=Renderingsavstånd +options.renderDistance.tiny=Pytteliten +options.renderDistance.short=Kort +options.renderDistance.normal=Normalt +options.renderDistance.far=Långt +options.viewBobbing=Vygungning +options.ao=Ljusutjämning +options.ao.off=Off +options.ao.min=Minimum +options.ao.max=Maximum +options.anaglyph=Röd-cyan 3D +options.framerateLimit=Prestanda +options.difficulty=Svårighetsgrad +options.difficulty.peaceful=Fredlig +options.difficulty.easy=Lätt +options.difficulty.normal=Normal +options.difficulty.hard=Svår +options.difficulty.hardcore=Hardcore +options.graphics=Grafik +options.graphics.fancy=Snyggt +options.graphics.fast=Snabbt +options.guiScale=GUI-skala +options.guiScale.auto=Automatisk +options.guiScale.small=Liten +options.guiScale.normal=Normal +options.guiScale.large=Stor +options.advancedOpengl=Avancerad OpenGL +options.renderClouds=Moln +options.farWarning1=En 64 bitars Java-installation är rekommenderad +options.farWarning2=för 'Långt' renderingsavstånd (du har 32 bit) +options.particles=Partiklar +options.particles.all=Alla +options.particles.decreased=Färre +options.particles.minimal=Minimalt +options.multiplayer.title=Flerspelsinställningar... +options.chat.title=Chattinställningar... +options.chat.visibility=Chatt +options.chat.visibility.full=Visas +options.chat.visibility.system=Endast kommandon +options.chat.visibility.hidden=Dold +options.chat.color=Färger +options.chat.opacity=Genomskinlighet +options.chat.links=Webblänkar +options.chat.links.prompt=Fråga om länkar +options.chat.scale=Skala +options.chat.width=Bredd +options.chat.height.focused=Fokuserad höjd +options.chat.height.unfocused=Ofokuserad höjd +options.showCape=Visa mantel +options.serverTextures=Servertexturer +options.snooper=Tillåt datainsamling +options.snooper.view=Datainsamling... +options.snooper.title=Insamling av maskinvaruinformation +options.snooper.desc=Vi vill samla in information om din dator så att vi kan förbättra Minecraft genom att veta vad vi kan stödja och var de största problemen finns. All information är helt anonym och kan läsas nedan. Vi lovar att vi inte kommer göra något dåligt med denna information, men om du inte vill bidra är det fritt fram att inaktivera funktionen! +options.texture.pack=Texturpaket +options.fullscreen=Fullskärm +options.vsync=Använd VSync +options.touchscreen=Pekskärmsläge + +performance.max=Högsta FPS +performance.balanced=Balanserad +performance.powersaver=Energisnål + +controls.title=Kontroller + +key.forward=Framåt +key.left=Vänster +key.back=Bakåt +key.right=Höger +key.jump=Hoppa +key.inventory=Utrustning +key.drop=Släpp +key.chat=Chatta +key.fog=Ändra dimma +key.sneak=Smyg +key.playerlist=Spelarlista +key.attack=Attackera +key.use=Använd föremål +key.pickItem=Välj block +key.mouseButton=Knapp %1$s +key.command=Kommando + +texturePack.openFolder=Öppna texturpaketsmappen +texturePack.title=Välj texturpaket +texturePack.folderInfo=(Lägg texturpaket här) +texturePack.incompatible=Inkompatibelt + +book.pageIndicator=Sida %1$s av %2$s +book.byAuthor=av %1$s +book.signButton=Signera +book.editTitle=Ange boktitel: +book.finalizeButton=Signera och stäng +book.finalizeWarning=OBS! När du signerat boken kan den inte längre redigeras. + +tile.stone.name=Sten + +tile.grass.name=Gräsblock +tile.dirt.name=Jord +tile.stonebrick.name=Kullersten +tile.wood.name=Träplankor +tile.wood.oak.name=Ekträplankor +tile.wood.spruce.name=Granträplankor +tile.wood.birch.name=Björkträplankor +tile.wood.jungle.name=Djungelträplankor +tile.sapling.oak.name=Ekplanta +tile.sapling.spruce.name=Granplanta +tile.sapling.birch.name=Björkplanta +tile.sapling.jungle.name=Djungelträdplanta +tile.deadbush.name=Död buske +tile.bedrock.name=Urberg +tile.water.name=Vatten +tile.lava.name=Lava +tile.sand.name=Sand +tile.sandStone.name=Sandsten +tile.sandStone.default.name=Sandsten +tile.sandStone.chiseled.name=Mejslad sandsten +tile.sandStone.smooth.name=Len sandsten +tile.gravel.name=Grus +tile.oreGold.name=Guldmalm +tile.oreIron.name=Järnmalm +tile.oreCoal.name=Kolmalm +tile.log.name=Trä +tile.log.oak.name=Ekträ +tile.log.spruce.name=Granträ +tile.log.birch.name=Björkträ +tile.log.jungle.name=Djungelträ +tile.leaves.name=Löv +tile.leaves.oak.name=Eklöv +tile.leaves.spruce.name=Granbarr +tile.leaves.birch.name=Björklöv +tile.leaves.jungle.name=Djungellöv +tile.tallgrass.name=Gräs +tile.tallgrass.shrub.name=Buske +tile.tallgrass.grass.name=Gräs +tile.tallgrass.fern.name=Ormbunke +tile.sponge.name=Tvättsvamp +tile.glass.name=Glas +tile.thinGlass.name=Glasruta +tile.cloth.name=Ull +tile.flower.name=Blomma +tile.rose.name=Ros +tile.mushroom.name=Svamp +tile.blockGold.name=Guldblock +tile.blockIron.name=Järnblock +tile.stoneSlab.stone.name=Stenplatta +tile.stoneSlab.sand.name=Sandstensplatta +tile.stoneSlab.wood.name=Träplatta +tile.stoneSlab.cobble.name=Kullerstensplatta +tile.stoneSlab.brick.name=Tegelstensplatta +tile.stoneSlab.smoothStoneBrick.name=Murstensplatta +tile.stoneSlab.netherBrick.name=Nederstensplatta +tile.stoneSlab.quartz.name=Kvartsplatta +tile.woodSlab.oak.name=Ekträplatta +tile.woodSlab.spruce.name=Granträplatta +tile.woodSlab.birch.name=Björkträplatta +tile.woodSlab.jungle.name=Djungelträplatta +tile.brick.name=Tegelsten +tile.tnt.name=Dynamit +tile.bookshelf.name=Bokhylla +tile.stoneMoss.name=Mossig kullersten +tile.obsidian.name=Obsidian +tile.torch.name=Fackla +tile.fire.name=Eld +tile.mobSpawner.name=Monsterskapare +tile.stairsWood.name=Ekträtrappa +tile.stairsWoodSpruce.name=Granträtrappa +tile.stairsWoodBirch.name=Björkträtrappa +tile.stairsWoodJungle.name=Djungelträtrappa +tile.chest.name=Kista +tile.chestTrap.name=Fällkista +tile.redstoneDust.name=Rödstenspulver +tile.oreDiamond.name=Diamantmalm +tile.blockDiamond.name=Diamantblock +tile.workbench.name=Arbetsbänk +tile.crops.name=Säd +tile.farmland.name=Åkerjord +tile.furnace.name=Masugn +tile.sign.name=Skylt +tile.doorWood.name=Trädörr +tile.ladder.name=Stege +tile.rail.name=Räls +tile.goldenRail.name=Driven räls +tile.activatorRail.name=Aktiveringsräls +tile.detectorRail.name=Sensorräls +tile.stairsStone.name=Stentrappa +tile.stairsSandStone.name=Sandstenstrappa +tile.lever.name=Spak +tile.pressurePlate.name=Tryckplatta +tile.weightedPlate_light.name=Tyngdtryckplatta (lätt) +tile.weightedPlate_heavy.name=Tyngdtryckplatta (tung) +tile.doorIron.name=Järndörr +tile.oreRedstone.name=Rödstensmalm +tile.notGate.name=Rödstensfackla +tile.button.name=Knapp +tile.snow.name=Snö +tile.ice.name=Is +tile.cactus.name=Kaktus +tile.clay.name=Lera +tile.reeds.name=Sockerrör +tile.jukebox.name=Skivspelare +tile.fence.name=Staket +tile.fenceGate.name=Grind +tile.pumpkin.name=Pumpa +tile.litpumpkin.name=Pumpalykta +tile.hellrock.name=Nedersten +tile.hellsand.name=Själsand +tile.lightgem.name=Glödsten +tile.portal.name=Portal +tile.cloth.black.name=Svart ull +tile.cloth.red.name=Röd ull +tile.cloth.green.name=Grön ull +tile.cloth.brown.name=Brun ull +tile.cloth.blue.name=Blå ull +tile.cloth.purple.name=Lila ull +tile.cloth.cyan.name=Turkos ull +tile.cloth.silver.name=Ljusgrå ull +tile.cloth.gray.name=Grå ull +tile.cloth.pink.name=Rosa ull +tile.cloth.lime.name=Limegrön ull +tile.cloth.yellow.name=Gul ull +tile.cloth.lightBlue.name=Ljusblå ull +tile.cloth.magenta.name=Ljuslila ull +tile.cloth.orange.name=Orange ull +tile.cloth.white.name=Ull +tile.oreLapis.name=Lapis lazulimalm +tile.blockLapis.name=Lapis lazuliblock +tile.dispenser.name=Automat +tile.dropper.name=Droppare +tile.musicBlock.name=Notblock +tile.cake.name=Tårta +tile.bed.name=Säng +tile.bed.occupied=Den här sängen är upptagen +tile.bed.noSleep=Du kan bara sova på natten +tile.bed.notSafe=Du kan inte sova nu, det finns monster i närheten +tile.bed.notValid=Din säng saknades eller var blockerad +tile.lockedchest.name=Låst kista +tile.trapdoor.name=Fallucka +tile.web.name=Spindelnät +tile.stonebricksmooth.name=Mursten +tile.stonebricksmooth.default.name=Mursten +tile.stonebricksmooth.mossy.name=Mossig mursten +tile.stonebricksmooth.cracked.name=Sprucken mursten +tile.stonebricksmooth.chiseled.name=Mejslad mursten +tile.monsterStoneEgg.stone.name=Stenmonsterägg +tile.monsterStoneEgg.cobble.name=Kullerstenmonsterägg +tile.monsterStoneEgg.brick.name=Murstensmonsterägg +tile.pistonBase.name=Kolv +tile.pistonStickyBase.name=Klibbig kolv +tile.fenceIron.name=Järngaller +tile.melon.name=Melon +tile.stairsBrick.name=Tegelstenstrappa +tile.stairsStoneBrickSmooth.name=Murstenstrappa +tile.vine.name=Klätterväxt +tile.netherBrick.name=Nedersten +tile.netherFence.name=Nederstensstaket +tile.stairsNetherBrick.name=Nederstenstrappa +tile.netherStalk.name=Nedervårta +tile.cauldron.name=Kittel +tile.enchantmentTable.name=Förtrollningsbord +tile.anvil.name=Städ +tile.anvil.intact.name=Städ +tile.anvil.slightlyDamaged.name=Lätt skadat städ +tile.anvil.veryDamaged.name=Mycket skadat städ +tile.whiteStone.name=Slutsten +tile.endPortalFrame.name=Slutportal +tile.mycel.name=Mycel +tile.waterlily.name=Näckrosblad +tile.dragonEgg.name=Drakägg +tile.redstoneLight.name=Rödstenslampa +tile.cocoa.name=Kakao +tile.enderChest.name=Enderkista +tile.oreRuby.name=Rubinmalm +tile.oreEmerald.name=Smaragdmalm +tile.blockEmerald.name=Smaragdblock +tile.blockRedstone.name=Rödstensblock +tile.tripWire.name=Snubbeltråd +tile.tripWireSource.name=Snubbeltrådskrok +tile.commandBlock.name=Kommandoblock +tile.beacon.name=Magisk Fyr +tile.beacon.primary=Primär kraft +tile.beacon.secondary=Sekundär kraft +tile.cobbleWall.normal.name=Kullerstensvägg +tile.cobbleWall.mossy.name=Mossig kullerstensvägg +tile.carrots.name=Morötter +tile.potatoes.name=Potatisar +tile.daylightDetector.name=Dagsljussensor +tile.netherquartz.name=Nederkvartsmalm +tile.hopper.name=Hopper +tile.quartzBlock.default.name=Kvartsblock +tile.quartzBlock.chiseled.name=Mejslat kvartsblock +tile.quartzBlock.lines.name=Pelarkvartsblock +tile.stairsQuartz.name=Kvartstrappa + +item.shovelIron.name=Järnspade +item.pickaxeIron.name=Järnhacka +item.hatchetIron.name=Järnyxa +item.flintAndSteel.name=Tändstål +item.apple.name=Äpple +item.cookie.name=Kaka +item.bow.name=Pilbåge +item.arrow.name=Pil +item.coal.name=Kol +item.charcoal.name=Träkol +item.diamond.name=Diamant +item.emerald.name=Smaragd +item.ingotIron.name=Järntacka +item.ingotGold.name=Guldtacka +item.swordIron.name=Järnsvärd +item.swordWood.name=Träsvärd +item.shovelWood.name=Träspade +item.pickaxeWood.name=Trähacka +item.hatchetWood.name=Träyxa +item.swordStone.name=Stensvärd +item.shovelStone.name=Stenspade +item.pickaxeStone.name=Stenhacka +item.hatchetStone.name=Stenyxa +item.swordDiamond.name=Diamantsvärd +item.shovelDiamond.name=Diamantspade +item.pickaxeDiamond.name=Diamanthacka +item.hatchetDiamond.name=Diamantyxa +item.stick.name=Pinne +item.bowl.name=Skål +item.mushroomStew.name=Svampstuvning +item.swordGold.name=Guldsvärd +item.shovelGold.name=Guldspade +item.pickaxeGold.name=Guldhacka +item.hatchetGold.name=Guldyxa +item.string.name=Tråd +item.feather.name=Fjäder +item.sulphur.name=Krut +item.hoeWood.name=Träflohacka +item.hoeStone.name=Stenflohacka +item.hoeIron.name=Järnflohacka +item.hoeDiamond.name=Diamantflohacka +item.hoeGold.name=Guldflohacka +item.seeds.name=Frön +item.seeds_pumpkin.name=Pumpafrön +item.seeds_melon.name=Melonfrön +item.melon.name=Melon +item.wheat.name=Vete +item.bread.name=Bröd +item.helmetCloth.name=Lädermössa +item.chestplateCloth.name=Läderjacka +item.leggingsCloth.name=Läderbyxor +item.bootsCloth.name=Läderstövlar +item.helmetChain.name=Ringhjälm +item.chestplateChain.name=Ringbrynja +item.leggingsChain.name=Ringbyxor +item.bootsChain.name=Ringskor +item.helmetIron.name=Järnhjälm +item.chestplateIron.name=Järnharnesk +item.leggingsIron.name=Järnbyxor +item.bootsIron.name=Järnstövlar +item.helmetDiamond.name=Diamanthjälm +item.chestplateDiamond.name=Diamantharnesk +item.leggingsDiamond.name=Diamantbyxor +item.bootsDiamond.name=Diamantstövlar +item.helmetGold.name=Guldhjälm +item.chestplateGold.name=Guldharnesk +item.leggingsGold.name=Guldbyxor +item.bootsGold.name=Guldstövlar +item.flint.name=Flinta +item.porkchopRaw.name=Rå fläskkotlett +item.porkchopCooked.name=Grillad fläskkotlett +item.chickenRaw.name=Rå kyckling +item.chickenCooked.name=Grillad kyckling +item.beefRaw.name=Rå biff +item.beefCooked.name=Grillbiff +item.painting.name=Tavla +item.frame.name=Föremålsram +item.appleGold.name=Guldäpple +item.sign.name=Skylt +item.doorWood.name=Trädörr +item.bucket.name=Hink +item.bucketWater.name=Vattenhink +item.bucketLava.name=Lavahink +item.minecart.name=Gruvvagn +item.saddle.name=Sadel +item.doorIron.name=Järndörr +item.redstone.name=Rödsten +item.snowball.name=Snöboll +item.boat.name=Båt +item.leather.name=Läder +item.milk.name=Mjölk +item.brick.name=Tegelsten +item.clay.name=Lera +item.reeds.name=Sockerrör +item.paper.name=Papper +item.book.name=Bok +item.slimeball.name=Slemboll +item.minecartChest.name=Gruvvagn med kista +item.minecartFurnace.name=Gruvvagn med smältugn +item.minecartTnt.name=Gruvvagn med TNT +item.minecartHopper.name=Gruvvagn med Hopper +item.egg.name=Ägg +item.compass.name=Kompass +item.fishingRod.name=Fiskespö +item.clock.name=Klocka +item.yellowDust.name=Glödstensdamm +item.fishRaw.name=Rå fisk +item.fishCooked.name=Grillad fisk +item.record.name=Musikskiva +item.bone.name=Ben +item.dyePowder.black.name=Bläcksäck +item.dyePowder.red.name=Rosenröd +item.dyePowder.green.name=Kaktusgrön +item.dyePowder.brown.name=Kakaobönor +item.dyePowder.blue.name=Lapis lazuli +item.dyePowder.purple.name=Lila färg +item.dyePowder.cyan.name=Turkos färg +item.dyePowder.silver.name=Ljusgrå färg +item.dyePowder.gray.name=Grå färg +item.dyePowder.pink.name=Rosa färg +item.dyePowder.lime.name=Limegrön färg +item.dyePowder.yellow.name=Maskrosgul +item.dyePowder.lightBlue.name=Ljusblå färg +item.dyePowder.magenta.name=Ljuslila färg +item.dyePowder.orange.name=Orange färg +item.dyePowder.white.name=Benmjöl +item.sugar.name=Socker +item.cake.name=Tårta +item.bed.name=Säng +item.diode.name=Rödstensrepeterare +item.comparator.name=Rödstensjämförare +item.map.name=Karta +item.leaves.name=Löv +item.shears.name=Sax +item.rottenFlesh.name=Ruttet kött +item.enderPearl.name=Ender pärla +item.blazeRod.name=Brännstav +item.ghastTear.name=Ghasttår +item.netherStalkSeeds.name=Nedervårta +item.potion.name=Brygd +item.emptyPotion.name=Vattenflaska +item.goldNugget.name=Guldklimp +item.glassBottle.name=Glasflaska +item.spiderEye.name=Spindelöga +item.fermentedSpiderEye.name=Jäst spindelöga +item.blazePowder.name=Brännpulver +item.magmaCream.name=Magmakräm +item.cauldron.name=Kittel +item.brewingStand.name=Brygdställ +item.eyeOfEnder.name=Enderöga +item.speckledMelon.name=Gnistrande melon +item.monsterPlacer.name=Skapa +item.expBottle.name=Förtrollningsflaska +item.fireball.name=Eldladdning +item.writingBook.name=Bok och gåspenna +item.writtenBook.name=Skriven bok +item.ruby.name=Rubin +item.flowerPot.name=Blomkruka +item.emptyMap.name=Tom karta +item.carrots.name=Morot +item.carrotGolden.name=Gyllene morot +item.potato.name=Potatis +item.potatoBaked.name=Bakad potatis +item.potatoPoisonous.name=Giftig potatis +item.skull.skeleton.name=Skelettskalle +item.skull.wither.name=Wither-skeletthuvud +item.skull.zombie.name=Zombiehuvud +item.skull.char.name=Huvud +item.skull.player.name=%ss huvud +item.skull.creeper.name=Creeperhuvud +item.carrotOnAStick.name=Morot på pinne +item.netherStar.name=Nederstjärna +item.pumpkinPie.name=Pumpapaj +item.enchantedBook.name=Förtrollad bok +item.fireworks.name=Fyrverkeriraket +item.fireworks.flight=Flygtid: +item.fireworksCharge.name=Fyrverkeristjärna +item.fireworksCharge.black=Svart +item.fireworksCharge.red=Röd +item.fireworksCharge.green=Grön +item.fireworksCharge.brown=Brun +item.fireworksCharge.blue=Blå +item.fireworksCharge.purple=Lila +item.fireworksCharge.cyan=Turkos +item.fireworksCharge.silver=Ljusgrå +item.fireworksCharge.gray=Grå +item.fireworksCharge.pink=Rosa +item.fireworksCharge.lime=Limegrön +item.fireworksCharge.yellow=Gul +item.fireworksCharge.lightBlue=Ljusblå +item.fireworksCharge.magenta=Ljuslila +item.fireworksCharge.orange=Orange +item.fireworksCharge.white=Vit +item.fireworksCharge.customColor=Egen +item.fireworksCharge.fadeTo=Tona till +item.fireworksCharge.flicker=Blinka +item.fireworksCharge.trail=Spår +item.fireworksCharge.type.0=Litet klot +item.fireworksCharge.type.1=Stort klot +item.fireworksCharge.type.2=Stjärnformad +item.fireworksCharge.type.3=Creeper-formad +item.fireworksCharge.type.4=Explodera +item.fireworksCharge.type=Okänd form +item.netherbrick.name=Nederbricka +item.netherquartz.name=Nederkvarts + +container.inventory=Utrustning +container.hopper=Föremål-Hopper +container.crafting=Skapa +container.dispenser=Automat +container.dropper=Droppare +container.furnace=Masugn +container.enchant=Förtrolla +container.repair=Reparera och namnge +container.repair.cost=Förtrollningskostnad: %1$d +container.repair.expensive=För dyrt! +container.creative=Välj föremål +container.brewing=Brygdställ +container.chest=Kista +container.chestDouble=Stor kista +container.minecart=Gruvvagn +container.enderchest=Enderkista + +item.dyed=Färgad + +entity.Item.name=Föremål +entity.XPOrb.name=Erfarenhetsklot +entity.SmallFireball.name=Litet eldklot +entity.Fireball.name=Eldklot + +entity.Arrow.name=Pil +entity.Snowball.name=Snöboll +entity.Painting.name=Tavla + +entity.Mob.name=Mobb +entity.Monster.name=Monster + +entity.Creeper.name=Creeper +entity.Skeleton.name=Skelett +entity.Spider.name=Spindel +entity.Giant.name=Jätte +entity.Zombie.name=Zombie +entity.Slime.name=Slemkub +entity.Ghast.name=Ghast +entity.PigZombie.name=Zombiegris +entity.Enderman.name=Enderman +entity.Silverfish.name=Silverfisk +entity.CaveSpider.name=Grottspindel +entity.Blaze.name=Brännare +entity.LavaSlime.name=Magmakub +entity.MushroomCow.name=Svampko +entity.Villager.name=Bybo +entity.VillagerGolem.name=Järngolem +entity.SnowMan.name=Snögolem +entity.EnderDragon.name=Enderdrake +entity.WitherBoss.name=Wither +entity.Witch.name=Häxa + +entity.Pig.name=Gris +entity.Sheep.name=Får +entity.Cow.name=Ko +entity.Chicken.name=Höna +entity.Squid.name=Bläckfisk +entity.Wolf.name=Varg +entity.Ozelot.name=Ozelot +entity.Cat.name=Katt +entity.Bat.name=Fladdermus + +entity.PrimedTnt.name=TNT-block +entity.FallingSand.name=Fallande block + +entity.Minecart.name=Gruvvagn +entity.Boat.name=Båt + +entity.generic.name=okänd + +death.fell.accident.ladder=%1$s föll av en stege +death.fell.accident.vines=%1$s föll av en klätterväxt +death.fell.accident.water=%1$s föll ut ur vatten +death.fell.accident.generic=%1$s föll från en hög plats +death.fell.killer=%1$s var dömd att falla +death.fell.assist=%1$s var dömd att falla av %2$s +death.fell.assist.item=%1$s var dömd att falla av %2$s med %3$s +death.fell.finish=%1$s föll för långt och avslutades av %2$s +death.fell.finish.item=%1$s föll för långt och avslutades av %2$s med %3$s + +death.attack.inFire=%1$s brann upp +death.attack.inFire.player=%1$s gick in i eld under en strid med %2$s +death.attack.onFire=%1$s brann ihjäl +death.attack.onFire.player=%1$s brann upp under en strid med %2$s +death.attack.lava=%1$s försökte simma i lava +death.attack.lava.player=%1$s försökte simma i lava för att fly från %2$s +death.attack.inWall=%1$s kvävdes i en vägg +death.attack.drown=%1$s drunknade +death.attack.drown.player=%1$s drunknade i ett försök att fly från %2$s +death.attack.starve=%1$s svalt ihjäl +death.attack.cactus=%1$s stacks ihjäl +death.attack.cactus.player=%1$s gick in i en kaktus i ett försök att fly från %2$s +death.attack.generic=%1$s dog +death.attack.explosion=%1$s sprängdes +death.attack.explosion.player=%1$s sprängdes av %2$s +death.attack.magic=%1$s dödades av magi +death.attack.wither=%1$s vissnade bort +death.attack.anvil=%1$s krossades av ett fallande städ +death.attack.fallingBlock=%1$s krossades av ett fallande block +death.attack.mob=%1$s dödades av %2$s +death.attack.player=%1$s dödades av %2$s +death.attack.player.item=%1$s dödades av %2$s med %3$s +death.attack.arrow=%1$s sköts av %2$s +death.attack.arrow.item=%1$s sköts av %2$s med %3$s +death.attack.fireball=%2$s dödade %1$s med en eldboll +death.attack.fireball.item=%2$s dödade %1$s med en eldboll med %3$s +death.attack.thrown=%1$s blev ivägkastad av %2$s +death.attack.thrown.item=%1$s blev ivägkastad av %2$s med %3$s +death.attack.indirectMagic=%1$s dödades av %2$s med magi +death.attack.indirectMagic.item=%1$s dödades av %2$s med %3$s +death.attack.thorns=%1$s dödades i ett försök att skada %2$s +death.attack.fall=%1$s träffade marken för hårt +death.attack.outOfWorld=%1$s ramlade ut från världen + +deathScreen.respawn=Återuppstå +deathScreen.deleteWorld=Radera värld +deathScreen.titleScreen=Huvudmeny +deathScreen.score=Poäng +deathScreen.title.hardcore=Spelet är över! +deathScreen.hardcoreInfo=Du kan inte återuppstå i hardcore-läget! +deathScreen.title=Du dog! +deathScreen.leaveServer=Lämna servern + +potion.empty=Inga effekter +potion.moveSpeed=Hastighet +potion.moveSlowdown=Långsamhet +potion.digSpeed=Skyndsamhet +potion.digSlowDown=Trötthet +potion.damageBoost=Styrka +potion.weakness=Svaghet +potion.heal=Omedelbar hälsa +potion.harm=Omedelbar skada +potion.jump=Hoppstyrka +potion.confusion=Illamående +potion.regeneration=Återhämtning +potion.resistance=Motståndskraft +potion.fireResistance=Eldresistans +potion.waterBreathing=Vattenandning +potion.invisibility=Osynlighet +potion.blindness=Blindhet +potion.nightVision=Mörkerseende +potion.hunger=Hunger +potion.poison=Gift +potion.wither=Vissna + +potion.moveSpeed.postfix=Snabbhetsbrygd +potion.moveSlowdown.postfix=Slöhetsbrygd +potion.digSpeed.postfix=Hastighetsbrygd +potion.digSlowDown.postfix=Matthetsbrygd +potion.damageBoost.postfix=Styrkebrygd +potion.weakness.postfix=Svaghetsbrygd +potion.heal.postfix=Läkebrygd +potion.harm.postfix=Skadebrygd +potion.jump.postfix=Hoppbrygd +potion.confusion.postfix=Kväljningsbrygd +potion.regeneration.postfix=Återhämtningsbrygd +potion.resistance.postfix=Motståndsbrygd +potion.fireResistance.postfix=Eldskyddsbrygd +potion.waterBreathing.postfix=Vattenandningsbrygd +potion.invisibility.postfix=Osynlighetsbrygd +potion.blindness.postfix=Blindhetsbrygd +potion.nightVision.postfix=Mörkerseendebrygd +potion.hunger.postfix=Hungerbrygd +potion.poison.postfix=Giftbrygd +potion.wither.postfix=Förmultningsbrygd + +potion.potency.0= +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV + +potion.prefix.grenade=Stänk +potion.prefix.mundane=Banal +potion.prefix.uninteresting=Ointressant +potion.prefix.bland=Mild +potion.prefix.clear=Klar +potion.prefix.milky=Mjölkig +potion.prefix.diffuse=Otydlig +potion.prefix.artless=Konstlös +potion.prefix.thin=Tunn +potion.prefix.awkward=Tafflig +potion.prefix.flat=Smaklös +potion.prefix.bulky=Klumpig +potion.prefix.bungling=Bubblig +potion.prefix.buttered=Smörig +potion.prefix.smooth=Len +potion.prefix.suave=Smidig +potion.prefix.debonair=Lyxig +potion.prefix.thick=Tjock +potion.prefix.elegant=Elegant +potion.prefix.fancy=Utsökt +potion.prefix.charming=Charmerande +potion.prefix.dashing=Pigg +potion.prefix.refined=Förfinad +potion.prefix.cordial=Hjärtlig +potion.prefix.sparkling=Glimrande +potion.prefix.potent=Potent +potion.prefix.foul=Frän +potion.prefix.odorless=Luktfri +potion.prefix.rank=Stinkande +potion.prefix.harsh=Sträv +potion.prefix.acrid=Bitter +potion.prefix.gross=Äcklig +potion.prefix.stinky=Illaluktande + +enchantment.damage.all=Skärpa +enchantment.damage.undead=Heligt +enchantment.damage.arthropods=Leddjurens skräck +enchantment.knockback=Knuff +enchantment.fire=Eldkraft +enchantment.protect.all=Skydd +enchantment.protect.fire=Eldskydd +enchantment.protect.fall=Fjäderfall +enchantment.protect.explosion=Tryckvågsskydd +enchantment.protect.projectile=Projektilskydd +enchantment.oxygen=Andning +enchantment.waterWorker=Vattuman +enchantment.digging=Effektivitet +enchantment.untouching=Silkesvante +enchantment.durability=Oförstörbar +enchantment.lootBonus=Plundring +enchantment.lootBonusDigger=Rikedom +enchantment.arrowDamage=Kraft +enchantment.arrowFire=Flamma +enchantment.arrowKnockback=Slag +enchantment.arrowInfinite=Oändlig +enchantment.thorns=Taggar + +enchantment.level.1=I +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.level.10=X + +gui.achievements=Prestationer +gui.stats=Statistik + +stat.generalButton=Allmänt +stat.blocksButton=Block +stat.itemsButton=Föremål + +stat.used=använda gånger +stat.mined=Antal gånger bruten +stat.depleted=Antal gånger förbrukad +stat.crafted=Antal gånger skapat + +stat.startGame=Antal speltillfällen +stat.createWorld=Antal världar spelade +stat.loadWorld=Världar laddade +stat.joinMultiplayer=Flerspelaranslutningar +stat.leaveGame=Spel avslutade + +stat.playOneMinute=Minuter spelade + +stat.walkOneCm=Distans vandrad +stat.fallOneCm=Distans fallen +stat.swimOneCm=Distans simmad +stat.flyOneCm=Distans flugen +stat.climbOneCm=Avstånd klättrat +stat.diveOneCm=Distans dykt +stat.minecartOneCm=Distans i gruvvagn +stat.boatOneCm=Distans på båt +stat.pigOneCm=Distans på gris +stat.jump=Hopp +stat.drop=Föremål släppta + +stat.damageDealt=Skada gjord +stat.damageTaken=Skada tagen +stat.deaths=Antal dödsfall +stat.mobKills=Monster dödade +stat.playerKills=Spelare dödade +stat.fishCaught=Fiskar fångade + +stat.mineBlock=%1$s brutna +stat.craftItem=%1$s skapade +stat.useItem=%1$s använda +stat.breakItem=%1$s förbrukade + +achievement.get=Uppdrag klarat! + +achievement.taken=Uppnådd! + +achievement.requires=Kräver '%1$s' +achievement.openInventory=Öppna utrusning +achievement.openInventory.desc=Tryck '%1$s' för att öppna din utrustning. +achievement.mineWood=Goddag, Yxskaft +achievement.mineWood.desc=Anfall ett träd tills ett träblock ploppar fram +achievement.buildWorkBench=Bänkpressen +achievement.buildWorkBench.desc=Skapa en arbetsbänk med hjälp av fyra träplanksblock +achievement.buildPickaxe=Dags att gräva! +achievement.buildPickaxe.desc=Använd plankor och pinnar för att göra en hacka +achievement.buildFurnace=Grillfest +achievement.buildFurnace.desc=Bygg en smältugn av åtta kullerstensblock +achievement.acquireIron=Medan järnet är varmt +achievement.acquireIron.desc=Smält järnmalm till en järntacka +achievement.buildHoe=Dags att odla! +achievement.buildHoe.desc=Använd plankor och pinnar för att skapa en lie +achievement.makeBread=Brödföda +achievement.makeBread.desc=Baka bröd av vete +achievement.bakeCake=TårtLögnen +achievement.bakeCake.desc=Vete, socker, mjölk och ägg! +achievement.buildBetterPickaxe=Dags för en uppgradering +achievement.buildBetterPickaxe.desc=Bygg en bättre hacka +achievement.cookFish=Fina fisken +achievement.cookFish.desc=Fånga och grilla fisk! +achievement.onARail=Det går ju som på räls +achievement.onARail.desc=Färdas på räls minst 1 kilometer från där du klev på +achievement.buildSword=Dags att slå till! +achievement.buildSword.desc=Använd plankor och pinnar för att göra ett svärd +achievement.killEnemy=Monsterjägare +achievement.killEnemy.desc=Anfall och döda ett monster +achievement.killCow=Kovältare +achievement.killCow.desc=Skaffa läder från en ko +achievement.flyPig=När grisar kan flyga +achievement.flyPig.desc=Rid på en gris utför ett stup +achievement.snipeSkeleton=Långbåge +achievement.snipeSkeleton.desc=Ta död på ett skelett med en pil från 50 meters håll eller mer +achievement.diamonds=DIAMANTER! +achievement.diamonds.desc=Skaffa diamanter med dina järnverktyg +achievement.portal=Vi måste gå djupare +achievement.portal.desc=Bygg en portal till Nedervärlden +achievement.ghast=Åter till avsändaren +achievement.ghast.desc=Döda en gast med ett eldklot +achievement.blazeRod=In i elden +achievement.blazeRod.desc=Skaffa en stav från en Blaze +achievement.potion=Lokalt bryggeri +achievement.potion.desc=Skapa en brygd +achievement.theEnd=Slutet? +achievement.theEnd.desc=Finn Slutet +achievement.theEnd2=Slutet. +achievement.theEnd2.desc=Besegra Enderdraken +achievement.enchantments=Förtrollare +achievement.enchantments.desc=Använd en bok, obsidian och diamanter för att skapa ett förtrollningsbord +achievement.overkill=Övervåld +achievement.overkill.desc=Skada 8 hjärtan med en träff +achievement.bookcase=Bibliotekarie +achievement.bookcase.desc=Bygg några bokhyllor för att förbättra ditt förtrollningsbord + +commands.generic.exception=Ett okänt fel inträffade när kommandot skulle köras +commands.generic.syntax=Ogiltigt kommandosyntax +commands.generic.player.notFound=Spelaren kunde inte hittas +commands.generic.notFound=Okänt kommando. Skriv /help för att lista kommandon. +commands.generic.num.invalid='%s' är inte ett giltigt tal +commands.generic.num.tooSmall=Talet du skrev in (%d) är för litet, det måste vara minst %d +commands.generic.num.tooBig=Talet du skrev in (%d) är för stort, det måste vara högst %d +commands.generic.double.tooSmall=Värdet du har angett (%.2f) är för litet, det måste vara minst %.2f +commands.generic.double.tooBig=Värdet du har angett (%.2f) är för stort, det måste vara högst %.2f +commands.generic.usage=Användning: %s + +commands.xp.failure.widthdrawXp=Kan inte ge spelare negativa erfarenhetspoäng +commands.xp.success=Gav %d erfarenhet till %s +commands.xp.success.levels=Gav %d nivåer till %s +commands.xp.success.negative.levels=Tog %d nivåer från %s +commands.xp.usage=/xp [spelare] ELLER /xp L [spelare] +commands.give.usage=/give [mängd] [data] +commands.give.notFound=Det finns inget föremål med ID %d +commands.give.success=Gav %s (ID %d) * %d till %s +commands.effect.usage=/effect [seconds] [amplifier] +commands.effect.notFound=There is no such mob effect with ID %d +commands.effect.success=Given %1$s (ID %2$d) * %3$d to %4$s for %5$d seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.enchant.usage=/enchant [nivå] +commands.enchant.notFound=Det finns ingen förtrollning med ID %d +commands.enchant.noItem=Spelaren håller inte i något föremål +commands.enchant.cantEnchant=Den valda förtrollningen kan inte användas på detta föremål +commands.enchant.cantCombine=%1$s kan inte kombineras med %2$s +commands.enchant.success=Förtrollningen lyckades +commands.clear.usage=/clear [föremål] [data] +commands.clear.success=Tömde all utrustning för %s, tog bort %d föremål +commands.clear.failure=Could not clear the inventory of %s, no items to remove +commands.downfall.success=Växlade nederbörd +commands.time.usage=/time +commands.time.added=Lade till %d till tiden +commands.time.set=Ändrade tiden till %d +commands.players.list=Det är %d/%d spelare online: +commands.banlist.ips=Det finns totalt %d bannade IP-adresser: +commands.banlist.players=Det finns totalt %d bannade spelare: +commands.banlist.usage=/banlist [ips|players] +commands.kick.success=Kastade ut %s från spelet +commands.kick.success.reason=Kastade ut %s från spelet: '%s' +commands.kick.usage=/kick [anledning ...] +commands.op.success=Gjorde %s till operatör +commands.op.usage=/op +commands.deop.success=%s är inte längre operatör +commands.deop.usage=/deop +commands.say.usage=/say +commands.ban.success=Bannade spelare %s +commands.ban.usage=/ban [anledning...] +commands.unban.success=Spelare %s är inte längre bannad +commands.unban.usage=/pardon +commands.banip.invalid=Du har angett en ogiltig IP-adress eller en spelare som inte är online +commands.banip.success=Bannade IP-adressen %s +commands.banip.success.players=Bannade IP-adressen %s som tillhör %s +commands.banip.usage=/ban-ip [anledning...] +commands.unbanip.invalid=IP-adressen är ogiltig +commands.unbanip.success=IP-adressen %s är inte längre bannad +commands.unbanip.usage=/pardon-ip +commands.save.enabled=Aktiverade automatisk sparning av värld +commands.save.disabled=Avaktiverade automatisk sparning av värld +commands.save.start=Sparar... +commands.save.success=Sparade världen +commands.save.failed=Kunde inte spara: %s +commands.stop.start=Stoppar servern +commands.tp.success=Teleporterade %s till %s +commands.tp.success.coordinates=Teleporterade %s till %.2f,%.2f,%.2f +commands.tp.usage=/tp [spelare att förflytta] ELLER /tp [spelare att förflytta] +commands.tp.notSameDimension=Kunde inte teleportera eftersom spelarna inte är i samma dimension +commands.whitelist.list=Det finns %d (av %d sedda) vitlistade spelare: +commands.whitelist.enabled=Aktiverade whitelist +commands.whitelist.disabled=Avaktiverade whitelist +commands.whitelist.reloaded=Laddade om whitelist +commands.whitelist.add.success=Lade till %s på whitelist +commands.whitelist.add.usage=/whitelist add +commands.whitelist.remove.success=Tog bort %s från whitelist +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.scoreboard.usage=/scoreboard +commands.scoreboard.teamNotFound=Inget lag med namnet '%s' hittades +commands.scoreboard.objectiveNotFound=Inget mål hittades av namnet '%s' +commands.scoreboard.objectiveReadOnly=Målet '%s' är skrivskyddat och kan inte ändras +commands.scoreboard.objectives.usage=/scoreboard objectives +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [mål] +commands.scoreboard.objectives.setdisplay.invalidSlot=Visningsplatsen '%s' finns inte +commands.scoreboard.objectives.setdisplay.successCleared=Rensade målvisningsplats '%s' +commands.scoreboard.objectives.setdisplay.successSet=Satte det visade målet i plats '%s' till '%s' +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [visningsnamn ...] +commands.scoreboard.objectives.add.wrongType=Ogiltig måltyp. Giltiga typer är: %s +commands.scoreboard.objectives.add.alreadyExists=Det finns redan ett mål med namnet "%s" +commands.scoreboard.objectives.add.tooLong=Namnet '%s' är för långt för ett mål, det kan högst vara %d tecken långt +commands.scoreboard.objectives.add.displayTooLong=Visningsnamnet '%s' är för långt för ett mål, det kan högst vara %d tecken långt +commands.scoreboard.objectives.add.success=Det nya målet '%s' lades till +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.remove.success=Målet "%s" togs bort +commands.scoreboard.objectives.list.count=Visar %d mål på resultattavlan +commands.scoreboard.objectives.list.entry=- %s: visas som '%s' och är av typen '%s' +commands.scoreboard.objectives.list.empty=Det finns inga mål på resultattavlan +commands.scoreboard.players.usage=/scoreboard players +commands.scoreboard.players.set.success=Poäng för %s för spelare %s sattes till %d +commands.scoreboard.players.set.usage=/scoreboard players set +commands.scoreboard.players.add.usage=/scoreboard players add +commands.scoreboard.players.remove.usage=/scoreboard players remove +commands.scoreboard.players.reset.usage=/scoreboard players reset +commands.scoreboard.players.reset.success=Nollställde alla poäng för spelare %s +commands.scoreboard.players.list.count=Visar %d spelare på resultattavlan +commands.scoreboard.players.list.empty=Det finns inga spelare på resultattavlan +commands.scoreboard.players.list.player.count=Visar %d mål för %s +commands.scoreboard.players.list.player.entry=%2$s: %1$d (%3$s) +commands.scoreboard.players.list.player.empty=Spelare %s har inga poäng registrerade +commands.scoreboard.teams.usage=/scoreboard teams +commands.scoreboard.teams.add.usage=/scoreboard teams add [visningsnamn ...] +commands.scoreboard.teams.add.alreadyExists=Ett lag med namnet '%s' finns redan +commands.scoreboard.teams.add.tooLong=Namnet '%s' är för långt för ett lag, det kan högst vara %d tecken långt +commands.scoreboard.teams.add.displayTooLong=Visningsnamnet '%s' är för långt för ett lag, det kan högst vara %d tecken långt +commands.scoreboard.teams.add.success=Det nya laget '%s' lades till +commands.scoreboard.teams.list.usage=/scoreboard teams list [namn] +commands.scoreboard.teams.list.count=Visar %d lag på resultattavlan +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' har %3$d spelare +commands.scoreboard.teams.list.empty=Det finns inga lag registrerade på resultattavlan +commands.scoreboard.teams.list.player.count=Visar %d spelare i lag %s +commands.scoreboard.teams.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.teams.list.player.empty=Lag %s har inga spelare +commands.scoreboard.teams.empty.usage=/scoreboard teams clear +commands.scoreboard.teams.empty.alreadyEmpty=Lag %s är redan tomt, kan inte ta bort spelare som inte finns +commands.scoreboard.teams.empty.success=Tog bort alla %d spelare från lag %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.remove.success=Tog bort lag %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [spelare] +commands.scoreboard.teams.join.success=Lade till %d spelare till lag %s: %s +commands.scoreboard.teams.join.failure=Kunde inte lägga till %d spelare i lag %s: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [spelare] +commands.scoreboard.teams.leave.success=Tog bort %d spelare från sina lag: %s +commands.scoreboard.teams.leave.failure=Kunde inte ta bort %d spelare från sina lag: %s +commands.scoreboard.teams.leave.noTeam=Du är inte i ett lag +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.option.noValue=Giltiga värden för alternativet %s är: %s +commands.scoreboard.teams.option.success=Set option %s for team %s to %s +commands.gamemode.success.self=Ändrade eget spelläge till %s +commands.gamemode.success.other=Ändrade spelläget för %s till %s +commands.gamemode.usage=/gamemode [spelare] +commands.defaultgamemode.usage=/defaultgamemode +commands.defaultgamemode.success=Världens standardspelläge är nu %s +commands.me.usage=/me +commands.help.header=--- Visar hjälpsida %d av %d (/help ) --- +commands.help.footer=Tips: Använd -knappen när du håller på att skriva ett kommando eller dess argument för att automatiskt avsluta det +commands.help.usage=/help [sida|kommandonamn] +commands.publish.started=Lokalt spel på %s +commands.publish.failed=Det gick inte att vara värd för ett lokalt spel +commands.debug.start=Startade debug-profilering +commands.debug.stop=Stoppade debug-profilering efter %.2f sekunder (%d ticks) +commands.debug.notStarted=Profileringen kan inte avslutas när den inte har startats än! +commands.debug.usage=/debug +commands.message.usage=/tell +commands.message.sameTarget=Du kan inte skicka ett privat meddelande till dig själv! +commands.message.display.outgoing=Du viskar till %s: %s +commands.message.display.incoming=%s viskar till dig: %s +commands.difficulty.usage=/difficulty +commands.difficulty.success=Ändrade svårighetsgrad till %s +commands.spawnpoint.usage=/spawnpoint ELLER /spawnpoint ELLER /spawnpoint +commands.spawnpoint.success=Ändrade återuppståndelseplatsen för %s till (%d, %d, %d) +commands.gamerule.usage=/gamerule ELLER /gamerule +commands.gamerule.success=Spelregeln har uppdaterats +commands.gamerule.norule=Det finns ingen spelregel med namnet '%s' +commands.weather.usage=/weather [längd i sekunder] +commands.weather.clear=Ändrar till klart väder +commands.weather.rain=Ändrar till regnigt väder +commands.weather.thunder=Ändrar till regn och åska +commands.testfor.usage=/testfor +commands.testfor.failed=/testfor kan bara användas av kommandoblock med analog utmatning + +itemGroup.buildingBlocks=Byggblock +itemGroup.decorations=Dekorationsblock +itemGroup.redstone=Rödsten +itemGroup.transportation=Transport +itemGroup.misc=Diverse +itemGroup.search=Sök föremål +itemGroup.food=Matvaror +itemGroup.tools=Verktyg +itemGroup.combat=Strid +itemGroup.brewing=Bryggning +itemGroup.materials=Material +itemGroup.inventory=Överlevnadsutrustning + +inventory.binSlot=Förstör föremål + +advMode.setCommand=Ange konsolkommando för block +advMode.command=Konsolkommando +advMode.nearestPlayer=Använd "@p" för att syfta på den närmaste spelaren +advMode.randomPlayer=Använd "@r" för att syfta på en slumpmässig spelare +advMode.allPlayers=Använd "@a" för att syfta på alla spelare + +advMode.notEnabled=Kommandoblock är inte påslagna på den här servern +advMode.notAllowed=Du måste vara en operatör i kreativt läge + +mco.title=Minecraft Realms +mco.selectServer.select=Anslut till server +mco.selectServer.configure=Konfigurera +mco.selectServer.create=Skapa värld +mco.selectServer.moreinfo=Mer info + +mco.configure.world.edit.title=Redigera värld + +mco.configure.world.title=Konfigurera värld +mco.configure.world.name=Namn +mco.configure.world.description=Beskrivning +mco.configure.world.location=Plats +mco.configure.world.invited=Inbjudna +mco.configure.world.buttons.edit=Redigera +mco.configure.world.buttons.reset=Nollställ värld +mco.configure.world.buttons.done=Klar +mco.configure.world.buttons.delete=Radera +mco.configure.world.buttons.open=Öppna värld +mco.configure.world.buttons.close=Stäng värld +mco.configure.world.buttons.invite=Bjud in +mco.configure.world.buttons.uninvite=Dra tillbaka inbjudan +mco.configure.world.buttons.subscription=Subscription +mco.configure.world.invite.profile.name=Namn +mco.configure.world.uninvite.question=Är du säker att du vill dra tillbaka inbjudan för + +mco.configure.world.subscription.title=Subscription Info +mco.configure.world.subscription.daysleft=Days Left +mco.configure.world.subscription.start=Start Date +mco.configure.world.subscription.extend=Extend + +mco.create.world.location.title=Platser +mco.create.world.location.warning=Du kanske inte får just den platsen du väljer +mco.create.world.wait=Skapar världen... + +mco.reset.world.title=Nollställ värld +mco.reset.world.warning=Detta kommer att permanent radera din värld! +mco.reset.world.seed=Frö (frivilligt) +mco.reset.world.resetting.screen.title=Nollställer världen... + +mco.configure.world.close.question.line1=Din värld kommer bli otillgänglig. +mco.configure.world.close.question.line2=Är du säker på att du vill göra det? + +mco.connect.connecting=Ansluter till online-servern... +mco.connect.authorizing=Loggar in... +mco.connect.failed=Det gick inte att ansluta till online-servern + +mco.create.world=Skapa + diff --git a/1.5.2/lang/th_TH.lang b/1.5.2/lang/th_TH.lang new file mode 100644 index 00000000..410fdfc9 --- /dev/null +++ b/1.5.2/lang/th_TH.lang @@ -0,0 +1,1293 @@ +#X-Generator: crowdin.net + +language.name=ภาษาไทย +language.region=TH +language.code=th_TH + +gui.done=ตกลง +gui.cancel=ยกเลิก +gui.back=Back +gui.toMenu=กลับสู่เมนูหลัก +gui.up=ขึ้น +gui.down=ลง +gui.yes=ใช่ +gui.no=ไม่ + +menu.singleplayer=เล่นคนเดียว +menu.multiplayer=เล่นหลายคน +menu.online=Minecraft Realms +menu.options=ตัวเลือก... +menu.quit=ออกจากเกม +menu.returnToMenu=บันทึกและออกไปยังเมนูหลัก +menu.disconnect=ตัดการเชื่อมต่อ +menu.returnToGame=กลับเข้าสู่เกม +menu.switchingLevel=กำลังเปลี่ยนฉาก +menu.generatingLevel=กำลังสร้างโลก +menu.loadingLevel=กำลังโหลดข้อมูล +menu.generatingTerrain=กำลังสร้างภูมิประเทศ +menu.convertingLevel=กำลังแปลงโลก +menu.simulating=จำลองโลกอีกนิดหน่อย +menu.respawning=กำลังเกิดใหม่ +menu.shareToLan=เปิดให้เล่นผ่าน LAN + +selectWorld.title=เลือกโลก +selectWorld.empty=ว่าง +selectWorld.world=โลก +selectWorld.select=เล่นโลกที่เลือก +selectWorld.create=สร้างโลกใหม่ +selectWorld.recreate=สร้างใหม่อีกครั้ง +selectWorld.createDemo=สร้างโลกทดลองเล่นใหม่ +selectWorld.delete=ลบ +selectWorld.rename=เปลี่ยนชื่อ +selectWorld.deleteQuestion=คุณแน่ใจแล้วหรือว่าจะลบโลกนี้? +selectWorld.deleteWarning=จะหายไปตลอดกาล! (นานมาก!) +selectWorld.deleteButton=ลบ +selectWorld.renameButton=เปลี่ยนชื่อ +selectWorld.renameTitle=เปลี่ยนชื่อโลก +selectWorld.conversion=ต้องทำการแปลงไฟล์ก่อน +selectWorld.newWorld=สร้างโลกใหม่ +selectWorld.newWorld.copyOf=สำเนาของ %s +selectWorld.enterName=ชื่อโลก +selectWorld.resultFolder=จะถูกบันทึกไว้ใน: +selectWorld.enterSeed=ใส่ seed สำหรับการสร้างโลก +selectWorld.seedInfo=เว้นว่างไว้ เพื่อสร้างโลกใหม่โดยการสุ่ม seed +selectWorld.cheats=สูตร +selectWorld.customizeType=ปรับแต่ง + +createWorld.customize.presets=ค่าที่ตั้งไว้ +createWorld.customize.presets.title=เลือกค่าที่ตั้งไว้ +createWorld.customize.presets.select=ใช้ค่าที่ตั้งไว้ +createWorld.customize.presets.share=อยากแบ่งปันค่าที่คุณตั้งขึ้นเองใช่ไหม? คัดลอกจากช่องข้อความนี้ไปสิ! +createWorld.customize.presets.list=หรือจะใช้การตั้งค่าที่เราตั้งค่าไว้ให้แล้วก็ได้! +createWorld.customize.flat.title=ปรับแต่งโลกแบนราบ +createWorld.customize.flat.tile=บล็อกในแต่ละชั้น +createWorld.customize.flat.height=ระดับความสูง +createWorld.customize.flat.addLayer=เพิ่มชั้นใหม่ +createWorld.customize.flat.editLayer=แก้ไขชั้น +createWorld.customize.flat.removeLayer=ลบชั้น +createWorld.customize.flat.layer.top=บนสุด - %d +createWorld.customize.flat.layer=%d +createWorld.customize.flat.layer.bottom=ล่างสุด - %d + +gameMode.survival=โหมด เอาชีวิตรอด +gameMode.creative=โหมด สร้างสรรค์ +gameMode.adventure=โหมดผจญภัย +gameMode.hardcore=โหมด ฮาร์ดคอร์! +gameMode.changed=เปลี่ยนโหมดเกม + +selectWorld.gameMode=โหมดเกม: +selectWorld.gameMode.survival=เอาชีวิตรอด +selectWorld.gameMode.survival.line1=หาทรัพยากร, สร้างของ, เก็บ +selectWorld.gameMode.survival.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.adventure=ผจญภัย +selectWorld.gameMode.adventure.line1=เหมือนกับโหมดเอาชีวิตรอด, แต่ไม่สามารถ +selectWorld.gameMode.adventure.line2=วางหรือเอาบล็อกออกได้ +selectWorld.moreWorldOptions=ตัวเลือกของโลกเพิ่มเติม... +selectWorld.mapFeatures=สร้างสิ่งปลูกสร้าง: +selectWorld.mapFeatures.info=หมู่บ้าน, ดันเจี้ยน, ฯลฯ +selectWorld.mapType=ประเภทของโลก: +selectWorld.mapType.normal=ปกติ +selectWorld.allowCommands=อนุญาติการใช้สูตร: +selectWorld.allowCommands.info=สามารถใช้คำสั่งเช่น /gamemode, /xp +selectWorld.hardcoreMode=ฮาร์ดคอร์: +selectWorld.hardcoreMode.info=โลกจะถูกลบเมื่อผู้เล่นตาย +selectWorld.bonusItems=กล่องพิเศษ: + +generator.default=ค่าเริ่มต้น +generator.flat=แบนราบ +generator.largeBiomes=ระบบนิเวศขนาดใหญ่ + +selectServer.title=เลือกเซิร์ฟเวอร์ +selectServer.empty=ว่าง +selectServer.select=เข้าร่วมเซิร์ฟเวอร์ +selectServer.direct=เชื่อมต่อโดยตรง +selectServer.edit=แก้ไข +selectServer.delete=ลบ +selectServer.add=เพิ่มเซิร์ฟเวอร์ +selectServer.defaultName=เซิร์ฟเวอร์ Minecraft +selectServer.deleteQuestion=คุณแน่ใจแล้วหรือว่าจะลบเซอร์เวอร์นี้? +selectServer.deleteWarning=จะหายไปตลอดกาล! (เป็นเวลานาน!) +selectServer.deleteButton=ลบ +selectServer.refresh=รีเฟรช +selectServer.hiddenAddress=(ไม่แสดง) +addServer.title=แก้ไขข้อมูลเซิร์ฟเวอร์ +addServer.enterName=ชื่อเซิร์ฟเวอร์ +addServer.enterIp=ที่อยู่เซิร์ฟเวอร์ +addServer.add=ตกลง +addServer.hideAddress=ซ่อนที่อยู่เซิร์ฟเวอร์ +lanServer.title=โลก LAN +lanServer.scanning=Scanning for games on your local network +lanServer.start=เริ่มเซิร์ฟเวอร์ LAN +lanServer.otherPlayers=ตั้งค่าสำหรับผู้เล่นอื่น +mcoServer.title=Minecraft โลกออนไลน์ + +multiplayer.title=เล่นหลายคน +multiplayer.connect=เชื่อมต่อ +multiplayer.info1=ระบบผู้เล่นหลายคนของ Minecraft ยังไม่สมบูรณ์ +multiplayer.info2=ดังนั้นจึงยังมีข้อผิดพลาดบ้าง +multiplayer.ipinfo=ระบุ IP ของเซิร์ฟเวอร์เพื่อทำการเชื่อมต่อ: + +multiplayer.texturePrompt.line1=เซิร์ฟเวอร์นี้แนะนำให้ใช้เทคเจอร์แพคจากทางเซิร์ฟเวอร์ +multiplayer.texturePrompt.line2=คุณต้องการให้ดาวโหลดและติดตั้งไหม? + +multiplayer.downloadingTerrain=ดาวน์โหลดภูมิประเทศ + +multiplayer.stopSleeping=ลุกออกจากเตียง + +chat.link.confirm=คุณแน่ใจหรือไม่ว่าต้องการเปิดเว็บไซต์นี้? +chat.link.warning=อย่าเปิดลิงก์จากคนที่ไม่น่าไว้ใจ! +chat.copy=คัดลอกลงคลิปบอร์ด + +menu.playdemo=เล่นโลกทดลอง +menu.resetdemo=เริ่มโลกทดลองใหม่ +demo.day.1=เดโมนี้ เปิดโอกาสให้คุณทดลองเล่น 5 วันของเกม ขอให้สนุก! +demo.day.2=วันที่สอง +demo.day.3=วันที่สาม +demo.day.4=วันที่สี่ +demo.day.5=วันนี้เป็นวันสุดท้ายแล้ว! +demo.day.warning=จะหมดเวลาแล้ว! +demo.day.6=คุณได้ผ่านวันที่ห้าแล้ว ใช้ปุ่ม F2 เพื่อบันทึกผลงานของคุณ +demo.reminder=หมดระยะเวลาทดลองเล่นเกมแล้ว กรุณาซื้อเกมเพื่อเล่นต่อ หรือสร้างโลกเพื่อเริ่มเล่นใหม่! +demo.remainingTime=เหลือเวลา: %s +demo.demoExpired=หมดเวลาทดลองเล่นแล้ว! +demo.help.movement=ใช้ปุ่ม %1$s, %2$s, %3$s, %4$s และเมาส์ เพื่อเคลื่อนที่ไปรอบๆ +demo.help.movementShort=เคลื่อนที่โดยใช้ปุ่ม %1$s, %2$s, %3$s, %4$s +demo.help.movementMouse=มองไปรอบๆ โดยใช้เมาส์ +demo.help.jump=ใช้ปุ่ม %1$s เพื่อกระโดด +demo.help.inventory=ใช้ปุ่ม %1$s เพื่อเปิดกระเป๋าเก็บของ +demo.help.title=Minecraft โหมดทดลองเล่น +demo.help.fullWrapped=เดโมนี้ เปิดโอกาสให้คุณทดลองเล่น 5 วันของเกม (ประมาณ 1 ชั่วโมง 40 นาทีของเวลาจริง) ดู Achievements สำหรับคำใบ้! ขอให้สนุก! +demo.help.buy=ซื้อเดี๋ยวนี้! +demo.help.later=เล่นต่อ! + +connect.connecting=กำลังเชื่อมต่อไปยังเซิร์ฟเวอร์... +connect.authorizing=กำลังเข้าสู่ระบบ... +connect.failed=ไม่สามารถเชื่อมต่อไปยังเซิร์ฟเวอร์ได้ + +disconnect.genericReason=%s +disconnect.disconnected=ถูกตัดการเชื่อมต่อโดยเซิร์ฟเวอร์ +disconnect.lost=ขาดการเชื่อมต่อ +disconnect.kicked=ถูกเตะออกจากเกม +disconnect.timeout=หมดเวลาการเชื่อมต่อ +disconnect.closed=การเชื่อมต่อถูกปิด +disconnect.loginFailed=การเข้าสู่ระบบล้มเหลว +disconnect.loginFailedInfo=การเข้าสู่ระบบล้มเหลว: %s +disconnect.quitting=กำลังออกจากเกม +disconnect.endOfStream=การรับส่งข้อมูลขาดตอน +disconnect.overflow=ข้อมูลล้น +disconnect.spam=ถูกเตะเนื่องจากสแปม + +options.off=ปิด +options.on=เปิด +options.visible=แสดง +options.hidden=ซ่อน +options.title=ตัวเลือก +options.controls=ปุ่มบังคับ... +options.video=ตั้งค่ากราฟฟิค... +options.language=ภาษา... +options.languageWarning=การแปลภาษาอาจจะไม่ถูกต้อง 100% +options.videoTitle=ตั้งค่ากราฟฟิค +options.music=เพลง +options.sound=เสียง +options.invertMouse=สลับทิศทางการเคลื่อนที่ของเมาส์ +options.fov=ระยะการมองเห็น +options.fov.min=ปกติ +options.fov.max=กว้าง +options.gamma=ความสว่าง +options.gamma.min=สลัว +options.gamma.max=สว่าง +options.sensitivity=ความไวของเมาส์ +options.sensitivity.min=อืดอาด... +options.sensitivity.max=ความเร็วสูงสุด!!! +options.renderDistance=ระยะการมองเห็น +options.renderDistance.tiny=ใกล้มาก +options.renderDistance.short=ใกล้ +options.renderDistance.normal=ปานกลาง +options.renderDistance.far=ไกล +options.viewBobbing=ภาพไหวขึ้นลงขณะเคลื่อนที่ +options.ao=แสงนวล +options.ao.off=Off +options.ao.min=Minimum +options.ao.max=Maximum +options.anaglyph=โหมด 3 มิติ +options.framerateLimit=ประสิทธิภาพ +options.difficulty=ระดับความยาก +options.difficulty.peaceful=ปลอดภัย +options.difficulty.easy=ง่าย +options.difficulty.normal=ปานกลาง +options.difficulty.hard=ยาก +options.difficulty.hardcore=ฮาร์ดคอร์ +options.graphics=กราฟฟิค +options.graphics.fancy=สวยงาม +options.graphics.fast=เร็ว +options.guiScale=ปรับขนาดเมนู +options.guiScale.auto=อัตโนมัติ +options.guiScale.small=เล็ก +options.guiScale.normal=ปานกลาง +options.guiScale.large=ขนาดใหญ่ +options.advancedOpengl=OpenGL ขั้นสูง +options.renderClouds=เมฆ +options.farWarning1=แนะนำให้ติดตั้ง Java 64 bit +options.farWarning2=สำหรับระยะมองเห็นแบบไกล (คุณมี 32 bit) +options.particles=อนุภาค +options.particles.all=ทั้งหมด +options.particles.decreased=ลดลง +options.particles.minimal=น้อยที่สุด +options.multiplayer.title=ตั้งค่าเล่นหลายคน... +options.chat.title=ตั้งค่าหน้าต่างสนทนา... +options.chat.visibility=หน้าต่างสนทนา +options.chat.visibility.full=แสดง +options.chat.visibility.system=เฉพาะคำสั่ง +options.chat.visibility.hidden=ซ่อน +options.chat.color=สีสัน +options.chat.opacity=ความทึบ +options.chat.links=ลิงก์ +options.chat.links.prompt=หน้าต่างยืนยันการเปิดลิงก์ +options.chat.scale=มาตราส่วน +options.chat.width=ความกว้าง +options.chat.height.focused=ความสูงที่เน้น +options.chat.height.unfocused=ความสูงเลื่อนลอย +options.showCape=แสดงผ้าคลุม +options.serverTextures=เทคเจอร์แพคของเซิร์ฟเวอร์ +options.snooper=อนุญาตระบบสอดแนม +options.snooper.view=ตั้งค่าระบบสอดแนม... +options.snooper.title=รายละเอียดสเปคของเครื่อง +options.snooper.desc=เราอยากเก็บข้อมูลของเครื่องคุณเพื่อช่วยปรับปรุง Minecraft โดยเราจะได้รู้ว่าเราจะช่วยเหลืออะไรได้บ้าง และปัญหาใหญ่ที่สุดอยู่ตรงไหน ข้อมูลทั้งหมดที่เก็บนี้ถูกเก็บแบบไม่ระบุชื่อและสามารถดูได้ข้างล่าง เราสัญญาว่าเราจะไม่นำข้อมูลนี้ไปทำอะไรเสีย ๆ หาย ๆ แต่ถ้าหากคุณรู้สึกไม่สบายใจคุณก็สามารถปิดระบบนี้ได้! +options.texture.pack=เทคเจอร์แพค +options.fullscreen=โหมดเต็มหน้าจอ +options.vsync=ใช้ VSync +options.touchscreen=โหมดทัชสกรีน + +performance.max=FPS สูงสุด +performance.balanced=สมดุล +performance.powersaver=ประหยัดพลังงาน + +controls.title=ปุ่มควบคุม + +key.forward=เดินหน้า +key.left=ไปทางซ้าย +key.back=ถอยหลัง +key.right=ไปทางขวา +key.jump=กระโดด +key.inventory=กระเป๋าเก็บของ +key.drop=ทิ้งของ +key.chat=หน้าต่างสนทนา +key.fog=ระยะหมอก +key.sneak=ย่อง +key.playerlist=รายชื่อผู้เล่น +key.attack=โจมตี +key.use=ใช้ไอเท็ม +key.pickItem=เลือกบล็อก +key.mouseButton=ปุ่ม %1$s +key.command=พิมพ์คำสั่ง + +texturePack.openFolder=เปิดโฟลเดอร์ เทคเจอร์แพค +texturePack.title=เลือก เทคเจอร์แพค +texturePack.folderInfo=(วางไฟล์เทคเจอร์แพคไว้ที่นี่) +texturePack.incompatible=เข้ากันไม่ได้ + +book.pageIndicator=หน้า %1$s จาก %2$s +book.byAuthor=โดย %1$s +book.signButton=ลงนาม +book.editTitle=เขียนชื่อหนังสือ: +book.finalizeButton=ลงนามและปิด +book.finalizeWarning=คำเตือน! หากลงนามหนังสือแล้ว, จะแก้ไขไม่ได้อีกต่อไป + +tile.stone.name=หิน + +tile.grass.name=บล็อกหญ้า +tile.dirt.name=ดิน +tile.stonebrick.name=หินหยาบ +tile.wood.name=ไม้แปรรูป +tile.wood.oak.name=ไม้โอ๊กแปรรูป +tile.wood.spruce.name=ไม้ปรูซแปรรูป +tile.wood.birch.name=ไม้เบิร์ชแปรรูป +tile.wood.jungle.name=ไม้ป่าทึบแปรรูป +tile.sapling.oak.name=ต้นกล้าโอ๊ก +tile.sapling.spruce.name=ต้นกล้าสน +tile.sapling.birch.name=ต้นกล้าเบิร์ช +tile.sapling.jungle.name=ต้นกล้าไม้ป่าดิบ +tile.deadbush.name=พุ่มไม้แห้ง +tile.bedrock.name=หินดาน +tile.water.name=น้ำ +tile.lava.name=ลาวา +tile.sand.name=ทราย +tile.sandStone.name=หินทราย +tile.sandStone.default.name=หินทราย +tile.sandStone.chiseled.name=หินทรายสลัก +tile.sandStone.smooth.name=หินทรายเรียบ +tile.gravel.name=กรวด +tile.oreGold.name=แร่ทองคำ +tile.oreIron.name=แร่เหล็ก +tile.oreCoal.name=แร่ถ่านหิน +tile.log.name=ไม้ +tile.log.oak.name=ไม้โอ๊ก +tile.log.spruce.name=ไม้สน +tile.log.birch.name=ไม้เบิร์ช +tile.log.jungle.name=ไม้ป่าดิบ +tile.leaves.name=ใบไม้ +tile.leaves.oak.name=ใบต้นโอ๊ก +tile.leaves.spruce.name=ใบต้นสน +tile.leaves.birch.name=ใบต้นเบิร์ช +tile.leaves.jungle.name=ใบไม้ป่าดิบ +tile.tallgrass.name=หญ้า +tile.tallgrass.shrub.name=พุ่มไม้ +tile.tallgrass.grass.name=หญ้า +tile.tallgrass.fern.name=เฟิร์น +tile.sponge.name=ฟองน้ำ +tile.glass.name=กระจก +tile.thinGlass.name=แผ่นกระจก +tile.cloth.name=ขนแกะ +tile.flower.name=ดอกไม้ +tile.rose.name=ดอกกุหลาบ +tile.mushroom.name=เห็ด +tile.blockGold.name=บล็อกทองคำ +tile.blockIron.name=บล็อกเหล็ก +tile.stoneSlab.stone.name=แผ่นหิน +tile.stoneSlab.sand.name=แผ่นหินทราย +tile.stoneSlab.wood.name=แผ่นไม้ +tile.stoneSlab.cobble.name=แผ่นหินหยาบ +tile.stoneSlab.brick.name=แผ่นอิฐ +tile.stoneSlab.smoothStoneBrick.name=แผ่นอิฐหิน +tile.stoneSlab.netherBrick.name=อิฐนรก +tile.stoneSlab.quartz.name=แผ่นควอตซ์ +tile.woodSlab.oak.name=แผ่นไม้โอ๊ก +tile.woodSlab.spruce.name=แผ่นไม้สน +tile.woodSlab.birch.name=แผ่นไม้เบิร์ช +tile.woodSlab.jungle.name=แผ่นไม้ป่าดิบ +tile.brick.name=อิฐ +tile.tnt.name=TNT +tile.bookshelf.name=ชั้นหนังสือ +tile.stoneMoss.name=หินตะไคร่น้ำ +tile.obsidian.name=หินออบซิเดียน +tile.torch.name=คบเพลิง +tile.fire.name=ไฟ +tile.mobSpawner.name=จุดเกิดมอนสเตอร์ +tile.stairsWood.name=บันไดไม้โอ๊ก +tile.stairsWoodSpruce.name=บันไดไม้สน +tile.stairsWoodBirch.name=บันไดไม้เบิร์ช +tile.stairsWoodJungle.name=บันไดไม้ป่าดิบ +tile.chest.name=หีบ +tile.chestTrap.name=หีบกับดัก +tile.redstoneDust.name=ผงหินแดง +tile.oreDiamond.name=แร่เพชร +tile.blockDiamond.name=บล็อกเพชร +tile.workbench.name=โต๊ะงานช่าง +tile.crops.name=พืชผล +tile.farmland.name=พื้นที่เกษตรกรรม +tile.furnace.name=เตาเผา +tile.sign.name=ป้าย +tile.doorWood.name=ประตูไม้ +tile.ladder.name=บันไดลิง +tile.rail.name=รางรถไฟ +tile.goldenRail.name=รางรถไฟฟ้า +tile.activatorRail.name=รถไฟกระตุ้น +tile.detectorRail.name=รางตรวจจับ +tile.stairsStone.name=บันไดหิน +tile.stairsSandStone.name=บันไดหินทราย +tile.lever.name=คันโยก +tile.pressurePlate.name=แป้นเหยียบ +tile.weightedPlate_light.name=แป้นเหยียบเบา +tile.weightedPlate_heavy.name=แป้นเหยียบหนัก +tile.doorIron.name=ประตูเหล็ก +tile.oreRedstone.name=แร่หินแดง +tile.notGate.name=คบเพลิงหินแดง +tile.button.name=ปุ่มกด +tile.snow.name=หิมะ +tile.ice.name=น้ำแข็ง +tile.cactus.name=กระบองเพชร +tile.clay.name=ดินเหนียว +tile.reeds.name=อ้อย +tile.jukebox.name=ตู้เพลง +tile.fence.name=รั้วไม้ +tile.fenceGate.name=ประตูรั้ว +tile.pumpkin.name=ฟักทอง +tile.litpumpkin.name=โคมฟักทอง +tile.hellrock.name=หินเนเธอร์ +tile.hellsand.name=ทรายวิญญาณ +tile.lightgem.name=หินเรืองแสง +tile.portal.name=ประตูมิติ +tile.cloth.black.name=ขนแกะสีดำ +tile.cloth.red.name=ขนแกะสีแดง +tile.cloth.green.name=ขนแกะสีเขียว +tile.cloth.brown.name=ขนแกะสีน้ำตาล +tile.cloth.blue.name=ขนแกะสีน้ำเงิน +tile.cloth.purple.name=ขนแกะสีม่วง +tile.cloth.cyan.name=ขนแกะสีฟ้าคราม +tile.cloth.silver.name=ขนแกะสีเทาอ่อน +tile.cloth.gray.name=ขนแกะสีเทา +tile.cloth.pink.name=ขนแกะสีชมพู +tile.cloth.lime.name=ขนแกะสีเขียวมะนาว +tile.cloth.yellow.name=ขนแกะสีเหลือง +tile.cloth.lightBlue.name=ขนแกะสีฟ้า +tile.cloth.magenta.name=ขนแกะสีม่วงแดง +tile.cloth.orange.name=ขนแกะสีส้ม +tile.cloth.white.name=ขนแกะ +tile.oreLapis.name=แร่ลาพิสลาซูลี +tile.blockLapis.name=บล็อกลาพิสลาซูลี +tile.dispenser.name=เครื่องยิง +tile.dropper.name=ดร็อปเปอร์ +tile.musicBlock.name=กล่องตัวโน้ต +tile.cake.name=เค้ก +tile.bed.name=เตียง +tile.bed.occupied=เตียงนี้ถูกใช้งานอยู่ +tile.bed.noSleep=คุณสามารถนอนได้เฉพาะตอนกลางคืนเท่านั้น +tile.bed.notSafe=ไม่สามารถนอนได้เพราะมีมอนสเตอร์อยู่ใกล้ๆ +tile.bed.notValid=เตียงของคุณทำลายหรือถูกกีดขวาง +tile.lockedchest.name=หีบที่ถูกล็อค +tile.trapdoor.name=ประตูกล +tile.web.name=ใยแมงมุม +tile.stonebricksmooth.name=อิฐบล็อก +tile.stonebricksmooth.default.name=อิฐบล็อก +tile.stonebricksmooth.mossy.name=อิฐบล็อกตะไคร่น้ำ +tile.stonebricksmooth.cracked.name=อิฐบล็อกร้าว +tile.stonebricksmooth.chiseled.name=อิฐบล็อคสลัก +tile.monsterStoneEgg.stone.name=หินแมลงสามง่าม +tile.monsterStoneEgg.cobble.name=หินหยาบแมลงสามง่าม +tile.monsterStoneEgg.brick.name=อิฐบล็อกแมลงสามง่าม +tile.pistonBase.name=ลูกสูบ +tile.pistonStickyBase.name=ลูกสูบเหนียว +tile.fenceIron.name=ลูกกรงเหล็ก +tile.melon.name=แตงโม +tile.stairsBrick.name=บันไดอิฐ +tile.stairsStoneBrickSmooth.name=บันไดอิฐบล็อก +tile.vine.name=เถาวัลย์ +tile.netherBrick.name=อิฐเนเธอร์ +tile.netherFence.name=รั้วอิฐเนเธอร์ +tile.stairsNetherBrick.name=บันไดอิฐเนเธอร์ +tile.netherStalk.name=หูดเนเธอร์ +tile.cauldron.name=หม้อปรุงยา +tile.enchantmentTable.name=โต๊ะลงมนต์ +tile.anvil.name=ทั่ง +tile.anvil.intact.name=ทั่ง +tile.anvil.slightlyDamaged.name=ทั่งที่เสียหายเล็กน้อย +tile.anvil.veryDamaged.name=ทั่งที่เสียหายมาก +tile.whiteStone.name=หินเอนด์ +tile.endPortalFrame.name=ประตูมิติเอนด์ +tile.mycel.name=ใยเชื้อรา +tile.waterlily.name=ใบบัว +tile.dragonEgg.name=ไข่มังกร +tile.redstoneLight.name=หลอดไฟหินแดง +tile.cocoa.name=โกโก้ +tile.enderChest.name=หีบเอ็นเดอร์ +tile.oreRuby.name=แร่ทับทิม +tile.oreEmerald.name=แร่มรกต +tile.blockEmerald.name=บล็อกมรกต +tile.blockRedstone.name=บล็อกหินแดง +tile.tripWire.name=เชือกกับดัก +tile.tripWireSource.name=ขอกับดักเชือก +tile.commandBlock.name=บล็อกคำสั่ง +tile.beacon.name=ดวงประทีป +tile.beacon.primary=พลังงานหลัก +tile.beacon.secondary=พลังงานรอง +tile.cobbleWall.normal.name=กำแพงหินหยาบ +tile.cobbleWall.mossy.name=กำแพงหินหยาบตะไคร่น้ำ +tile.carrots.name=แครอท +tile.potatoes.name=มันฝรั่ง +tile.daylightDetector.name=เครื่องตรวจจับแสงแดด +tile.netherquartz.name=แร่ควอตซ์เนเธอร์ +tile.hopper.name=ท่อส่ง +tile.quartzBlock.default.name=บล็อกควอตซ์ +tile.quartzBlock.chiseled.name=บล็อคควอตซ์สลัก +tile.quartzBlock.lines.name=เสาบล็อคควอตซ์ +tile.stairsQuartz.name=บันไดควอตซ์ + +item.shovelIron.name=พลั่วเหล็ก +item.pickaxeIron.name=ที่ขุดเหล็ก +item.hatchetIron.name=ขวานเหล็ก +item.flintAndSteel.name=หินเหล็กไฟ +item.apple.name=แอปเปิ้ล +item.cookie.name=คุกกี้ +item.bow.name=คันธนู +item.arrow.name=ลูกธนู +item.coal.name=ถ่านหิน +item.charcoal.name=ถ่านไม้ +item.diamond.name=เพชร +item.emerald.name=มรกต +item.ingotIron.name=แท่งเหล็ก +item.ingotGold.name=แท่งทอง +item.swordIron.name=ดาบเหล็ก +item.swordWood.name=ดาบไม้ +item.shovelWood.name=พลั่วไม้ +item.pickaxeWood.name=อีเต้อไม้ +item.hatchetWood.name=ขวานไม้ +item.swordStone.name=ดาบหิน +item.shovelStone.name=พลั่วหิน +item.pickaxeStone.name=อีเต้อหิน +item.hatchetStone.name=ขวานหิน +item.swordDiamond.name=ดาบเพชร +item.shovelDiamond.name=พลั่วเพชร +item.pickaxeDiamond.name=อีเต้อเพชร +item.hatchetDiamond.name=ขวานเพชร +item.stick.name=แท่งไม้ +item.bowl.name=ชาม +item.mushroomStew.name=สตูว์เห็ด +item.swordGold.name=ดาบทอง +item.shovelGold.name=พลั่วทอง +item.pickaxeGold.name=อีเต้อทอง +item.hatchetGold.name=ขวานทอง +item.string.name=เส้นใย +item.feather.name=ขนนก +item.sulphur.name=ดินปืน +item.hoeWood.name=จอบไม้ +item.hoeStone.name=จอบหิน +item.hoeIron.name=จอบเหล็ก +item.hoeDiamond.name=จอบเพชร +item.hoeGold.name=จอบทอง +item.seeds.name=เมล็ดข้าวสาลี +item.seeds_pumpkin.name=เมล็ดฝักทอง +item.seeds_melon.name=เมล็ดแตงโม +item.melon.name=แตงโม +item.wheat.name=ข้าวสาลี +item.bread.name=ขนมปัง +item.helmetCloth.name=หมวกหนัง +item.chestplateCloth.name=เสื้อคลุมหนัง +item.leggingsCloth.name=กางเกงหนัง +item.bootsCloth.name=รองเท้าหนัง +item.helmetChain.name=หมวกเกราะโซ่ +item.chestplateChain.name=เสื้อเกราะโซ่ +item.leggingsChain.name=กางเกงโซ่ +item.bootsChain.name=รองเท้าโซ่ +item.helmetIron.name=หมวกเหล็ก +item.chestplateIron.name=เสื้อเกราะเหล็ก +item.leggingsIron.name=กางเกงเหล็ก +item.bootsIron.name=รองเท้าเหล็ก +item.helmetDiamond.name=หมวกเพรช +item.chestplateDiamond.name=เสื้อเกราะเพชร +item.leggingsDiamond.name=กางเกงเพชร +item.bootsDiamond.name=รองเท้าเพชร +item.helmetGold.name=หมวกทอง +item.chestplateGold.name=เสื้อเกราะทองคำ +item.leggingsGold.name=กางเกงทองคำ +item.bootsGold.name=รองเท้าทอง +item.flint.name=หินเหล็กไฟ +item.porkchopRaw.name=เนื้อหมูดิบ +item.porkchopCooked.name=เนื้อหมูย่าง +item.chickenRaw.name=ไก่ดิบ +item.chickenCooked.name=ไก่ย่าง +item.beefRaw.name=เนื้อวัวดิบ +item.beefCooked.name=สเต็ก +item.painting.name=ภาพวาด +item.frame.name=กรอบโชว์ไอเทม +item.appleGold.name=แอปเปิ้ลทอง +item.sign.name=ป้าย +item.doorWood.name=ประตูไม้ +item.bucket.name=ถัง +item.bucketWater.name=ถังน้ำ +item.bucketLava.name=ถังลาวา +item.minecart.name=รถราง +item.saddle.name=อาน +item.doorIron.name=ประตูเหล็ก +item.redstone.name=หินแดง +item.snowball.name=บอลหิมะ +item.boat.name=เรือ +item.leather.name=หนังสัตว์ +item.milk.name=นม +item.brick.name=อิฐ +item.clay.name=ดินเหนียว +item.reeds.name=อ้อย +item.paper.name=กระดาษ +item.book.name=หนังสือ +item.slimeball.name=ลูกเมือก +item.minecartChest.name=รถไฟพร้อมหีบ +item.minecartFurnace.name=รถไฟพร้อมเตาเผา +item.minecartTnt.name=Minecart กับทีเอ็นที +item.minecartHopper.name=Minecart กับฮ็อปเปอร์ +item.egg.name=ไข่ไก่ +item.compass.name=เข็มทิศ +item.fishingRod.name=คันเบ็ดตกปลา +item.clock.name=นาฬิกา +item.yellowDust.name=ผงหินเรืองแสง +item.fishRaw.name=ปลาดิบ +item.fishCooked.name=ปลาย่าง +item.record.name=แผ่นเสียง +item.bone.name=กระดูก +item.dyePowder.black.name=หมึกดำ +item.dyePowder.red.name=สีย้อมสีแดง +item.dyePowder.green.name=สีย้อมสีเขียว +item.dyePowder.brown.name=เมล็ดโกโก้ +item.dyePowder.blue.name=ลาพิสลาซูไล +item.dyePowder.purple.name=สีย้อมสีม่วง +item.dyePowder.cyan.name=สีย้อมสีฟ้า +item.dyePowder.silver.name=สีย้อมสีเทาอ่อน +item.dyePowder.gray.name=สียอมสีเทา +item.dyePowder.pink.name=สีย้อมสีชมพู +item.dyePowder.lime.name=สีย้อมสีเขียวมะนาว +item.dyePowder.yellow.name=สีย้อมสีเหลือง +item.dyePowder.lightBlue.name=สีย้อมสีฟ้า +item.dyePowder.magenta.name=สีย้อมสีม่วงแดง +item.dyePowder.orange.name=สีย้อมสีส้ม +item.dyePowder.white.name=ผงกระดูก +item.sugar.name=น้ำตาล +item.cake.name=เค้ก +item.bed.name=เตียง +item.diode.name=ไดโอดหินแดง +item.comparator.name=ตัวเปรียบเทียบ +item.map.name=แผนที่ +item.leaves.name=ใบไม้ +item.shears.name=กรรไกร +item.rottenFlesh.name=เนื้อเน่า +item.enderPearl.name=ไข่มุกเอ็นเดอร์ +item.blazeRod.name=แท่งปิศาจไฟ +item.ghastTear.name=น้ำตาแก๊ซ +item.netherStalkSeeds.name=หูดเนเธอร์ +item.potion.name=น้ำยา +item.emptyPotion.name=ขวดน้ำ +item.goldNugget.name=เศษทอง +item.glassBottle.name=ขวดแก้ว +item.spiderEye.name=ตาแมงมุม +item.fermentedSpiderEye.name=ตาแมงมุมดอง +item.blazePowder.name=ผงปิศาจไฟ +item.magmaCream.name=ครีมแมกม่า +item.cauldron.name=หม้อปรุงยา +item.brewingStand.name=แท่นปรุงยา +item.eyeOfEnder.name=ดวงตาเอนเดอร์ +item.speckledMelon.name=แตงโมประภัสสร +item.monsterPlacer.name=เสก +item.expBottle.name=ยาแห่งการลงมนต์ +item.fireball.name=ลูกไฟ +item.writingBook.name=หนังสือกับปากกาขนนก +item.writtenBook.name=หนังสือที่เขียนแล้ว +item.ruby.name=ทับทิม +item.flowerPot.name=กระถาง +item.emptyMap.name=แผนที่เปล่า +item.carrots.name=แครอท +item.carrotGolden.name=แครอททองคำ +item.potato.name=มันฝรั่ง +item.potatoBaked.name=มันฝรั่งอบ +item.potatoPoisonous.name=มันฝรั่งพิษ +item.skull.skeleton.name=หัวกะโหลก +item.skull.wither.name=หัวกะโหลกวิทเธอร์ +item.skull.zombie.name=หัวซอมบี้ +item.skull.char.name=หัว +item.skull.player.name=หัวของ %s +item.skull.creeper.name=หัวครีปเปอร์ +item.carrotOnAStick.name=แครอทติดเบ็ด +item.netherStar.name=ดาวนรก +item.pumpkinPie.name=พายฟักทอง +item.enchantedBook.name=หนังสือหลงใหล +item.fireworks.name=จรวดพลุ +item.fireworks.flight=ระยะเวลาบิน: +item.fireworksCharge.name=ดาวดอกไม้ไฟ +item.fireworksCharge.black=สีดำ +item.fireworksCharge.red=สีแดง +item.fireworksCharge.green=สีเขียว +item.fireworksCharge.brown=สีน้ำตาล +item.fireworksCharge.blue=สีน้ำเงิน +item.fireworksCharge.purple=สีม่วง +item.fireworksCharge.cyan=สีฟ้า +item.fireworksCharge.silver=สีเทาอ่อน +item.fireworksCharge.gray=สีเทา +item.fireworksCharge.pink=สีชมพู +item.fireworksCharge.lime=สีเขียวอ่อน +item.fireworksCharge.yellow=สีเหลือง +item.fireworksCharge.lightBlue=สีฟ้าอ่อน +item.fireworksCharge.magenta=สีชมพูแกมม่วง +item.fireworksCharge.orange=สีส้ม +item.fireworksCharge.white=สีขาว +item.fireworksCharge.customColor=กำหนดเอง +item.fireworksCharge.fadeTo=จางหายไป +item.fireworksCharge.flicker=ระยับ +item.fireworksCharge.trail=หาง +item.fireworksCharge.type.0=ลูกบอลขนาดเล็ก +item.fireworksCharge.type.1=ลูกบอลขนาดใหญ่ +item.fireworksCharge.type.2=รูปดาว +item.fireworksCharge.type.3=รูปครีปเปอร์ +item.fireworksCharge.type.4=ระเบิด +item.fireworksCharge.type=รูปร่างที่ไม่รู้จัก +item.netherbrick.name=อิฐเนเธอร์ +item.netherquartz.name=เนเธอร์ควอตซ์ + +container.inventory=กระเป๋าเก็บของ +container.hopper=ท่อส่งของ +container.crafting=งานหัตถกรรม +container.dispenser=เครื่องยิง +container.dropper=ดร็อปเปอร์ +container.furnace=เตา +container.enchant=ลงมนต์ +container.repair=ซ่อมแซมและชื่อ +container.repair.cost=ค่าใช้จ่ายจากการเอนชานต์: %1$d +container.repair.expensive=แพงเกินไป! +container.creative=เสกของ +container.brewing=ยืนเบียร์ +container.chest=หีบ +container.chestDouble=หีบใหญ่ +container.minecart=รถราง +container.enderchest=หีบเอ็นเดอร์ + +item.dyed=ย้อมสีแล้ว + +entity.Item.name=ไอเท็ม +entity.XPOrb.name=ค่าประสบการณ์ +entity.SmallFireball.name=ลูกไฟขนาดเล็ก +entity.Fireball.name=ลูกไฟ + +entity.Arrow.name=ลูกธนู +entity.Snowball.name=บอลหิมะ +entity.Painting.name=ภาพวาด + +entity.Mob.name=สิ่งมีชีวิต +entity.Monster.name=มอนสเตอร์ + +entity.Creeper.name=ครีปเปอร์ +entity.Skeleton.name=โครงกระดูก +entity.Spider.name=แมงมุม +entity.Giant.name=ยักษ์ +entity.Zombie.name=ผีดิบ +entity.Slime.name=สไลม์ +entity.Ghast.name=ภูติปีศาจ +entity.PigZombie.name=หมูซอมบี้ +entity.Enderman.name=เอนเดอร์แมน +entity.Silverfish.name=แมลงสามง่าม +entity.CaveSpider.name=แมงมุมถ้ำ +entity.Blaze.name=ปีศาจไฟ +entity.LavaSlime.name=สไลม์ไฟ +entity.MushroomCow.name=วัวเห็ด +entity.Villager.name=ชาวบ้าน +entity.VillagerGolem.name=โกเลมเหล็ก +entity.SnowMan.name=มนุษย์หิมะ +entity.EnderDragon.name=มังกรดำ +entity.WitherBoss.name=เหี่ยวเฉา +entity.Witch.name=แม่มด + +entity.Pig.name=หมู +entity.Sheep.name=แกะ +entity.Cow.name=วัว +entity.Chicken.name=ไก่ +entity.Squid.name=ปลาหมึก +entity.Wolf.name=หมาป่า +entity.Ozelot.name=แมวป่า +entity.Cat.name=แมว +entity.Bat.name=ค้างคาว + +entity.PrimedTnt.name=TNT +entity.FallingSand.name=บล็อคหล่น + +entity.Minecart.name=รถไฟ +entity.Boat.name=เรือ + +entity.generic.name=ไม่รู้จัก + +death.fell.accident.ladder=%1$s fell off a ladder +death.fell.accident.vines=%1$s fell off some vines +death.fell.accident.water=%1$s fell out of the water +death.fell.accident.generic=%1$s fell from a high place +death.fell.killer=%1$s was doomed to fall +death.fell.assist=%1$s was doomed to fall by %2$s +death.fell.assist.item=%1$s was doomed to fall by %2$s using %3$s +death.fell.finish=%1$s was fell too far and was finished by %2$s +death.fell.finish.item=%1$s was fell too far and was finished by %2$s using %3$s + +death.attack.inFire=%1$s went up in flames +death.attack.inFire.player=%1$s walked into fire whilst fighting %2$s +death.attack.onFire=%1$s burned to death +death.attack.onFire.player=%1$s was burnt to a crisp whilst fighting %2$s +death.attack.lava=%1$s tried to swim in lava +death.attack.lava.player=%1$s tried to swim in lava to escape %2$s +death.attack.inWall=%1$s suffocated in a wall +death.attack.drown=%1$s drowned +death.attack.drown.player=%1$s drowned whilst trying to escape %2$s +death.attack.starve=%1$s starved to death +death.attack.cactus=%1$s was pricked to death +death.attack.cactus.player=%1$s walked into a cactus whilst trying to escape %2$s +death.attack.generic=%1$s died +death.attack.explosion=%1$s blew up +death.attack.explosion.player=%1$s was blown up by %2$s +death.attack.magic=%1$s was killed by magic +death.attack.wither=%1$s withered away +death.attack.anvil=%1$s was squashed by a falling anvil +death.attack.fallingBlock=%1$s was squashed by a falling block +death.attack.mob=%1$s was slain by %2$s +death.attack.player=%1$s was slain by %2$s +death.attack.player.item=%1$s was slain by %2$s using %3$s +death.attack.arrow=%1$s was shot by %2$s +death.attack.arrow.item=%1$s was shot by %2$s using %3$s +death.attack.fireball=%1$s was fireballed by %2$s +death.attack.fireball.item=%1$s was fireballed by %2$s using %3$s +death.attack.thrown=%1$s was pummeled by %2$s +death.attack.thrown.item=%1$s was pummeled by %2$s using %3$s +death.attack.indirectMagic=%1$s was killed by %2$s using magic +death.attack.indirectMagic.item=%1$s was killed by %2$s using %3$s +death.attack.thorns=%1$s was killed trying to hurt %2$s +death.attack.fall=%1$s hit the ground too hard +death.attack.outOfWorld=%1$s fell out of the world + +deathScreen.respawn=เกิดใหม่ +deathScreen.deleteWorld=ลบโลก +deathScreen.titleScreen=หน้าหลัก +deathScreen.score=คะแนน +deathScreen.title.hardcore=จบเกม! +deathScreen.hardcoreInfo=คุณไม่สามารถเกิดใหม่ได้ ในโหมด ฮาร์ดคอร์! +deathScreen.title=คุณตายแล้ว! +deathScreen.leaveServer=ออกจากเซิฟเวอร์ + +potion.empty=ไม่มีผล +potion.moveSpeed=เคลื่อนไหวรวดเร็ว +potion.moveSlowdown=เชื่องช้า +potion.digSpeed=ขุดแร่เร็ว +potion.digSlowDown=ขุดแร่ช้า +potion.damageBoost=แข็งแกร่ง +potion.weakness=อ่อนแอ +potion.heal=ฟื้นฟูทันที +potion.harm=เจ็บปวดทันที +potion.jump=กระโดดสูง +potion.confusion=สับสน +potion.regeneration=ฟื้นฟูต่อเนื่อง +potion.resistance=ทนทาน +potion.fireResistance=ทนไฟ +potion.waterBreathing=หายใจในน้ำ +potion.invisibility=หายตัว +potion.blindness=ตาบอด +potion.nightVision=มองกลางคืน +potion.hunger=หิวเร็ว +potion.poison=ยาพิษ +potion.wither=Wither + +potion.moveSpeed.postfix=ยาแห่งความคล่องแคล่ว +potion.moveSlowdown.postfix=ยาแห่งความหน่วง +potion.digSpeed.postfix=ยาแห่งความรวดเร็ว +potion.digSlowDown.postfix=ยาแห่งความขี้เกียจ +potion.damageBoost.postfix=ยาแห่งพลกำลัง +potion.weakness.postfix=ยาแห่งความอ่อนแอ +potion.heal.postfix=ยาแห่งการเยียวยา +potion.harm.postfix=ยาแห่งความเจ็บปวด +potion.jump.postfix=ยาแห่งการก้าวกระโดด +potion.confusion.postfix=ยาแห่งความสับสน +potion.regeneration.postfix=ยาแห่งการฟื้นฟู +potion.resistance.postfix=ยาแห่งภูมิคุ้มกัน +potion.fireResistance.postfix=ยาแห่งการทนไฟ +potion.waterBreathing.postfix=ยาแห่งการหายใจ +potion.invisibility.postfix=ยาล่องหน +potion.blindness.postfix=ยาแห่งความมืดมิด +potion.nightVision.postfix=ยาแห่งการทัศนะในความมืด +potion.hunger.postfix=ยาแห่งความหิวโหย +potion.poison.postfix=ยาพิษ +potion.wither.postfix=ยาแห่งการเหี่ยวเฉา + +potion.potency.0= +potion.potency.1=๒ +potion.potency.2=๓ +potion.potency.3=๔ + +potion.prefix.grenade=กระจาย +potion.prefix.mundane=เจือจาง +potion.prefix.uninteresting=ไร้จุดเด่น +potion.prefix.bland=จืดชืด +potion.prefix.clear=ใสแจ๋ว +potion.prefix.milky=ขุ่นมัว +potion.prefix.diffuse=กระจัดกระจาย +potion.prefix.artless=ไร้ศิลป์ +potion.prefix.thin=บาง +potion.prefix.awkward=งุ่มง่าม +potion.prefix.flat=แบนราบ +potion.prefix.bulky=เทอะทะ +potion.prefix.bungling=ไร้สมรรถภาพ +potion.prefix.buttered=ประจบ +potion.prefix.smooth=นุ่ม +potion.prefix.suave=สุภาพ +potion.prefix.debonair=มีเสน่ห์ +potion.prefix.thick=หนา +potion.prefix.elegant=สง่า +potion.prefix.fancy=เพ้อฝัน +potion.prefix.charming=เย้ายวน +potion.prefix.dashing=พุ่ง +potion.prefix.refined=ขัดเกลา +potion.prefix.cordial=บำรุงหัวใจ +potion.prefix.sparkling=เปล่งประกาย +potion.prefix.potent=เข้มแข็ง +potion.prefix.foul=สกปรก +potion.prefix.odorless=ไร้กลิ่น +potion.prefix.rank=อันดับ +potion.prefix.harsh=กระด้าง +potion.prefix.acrid=ฉุน +potion.prefix.gross=น่าสะอิดสะเอียน +potion.prefix.stinky=เหม็น + +enchantment.damage.all=แหลมคม +enchantment.damage.undead=ศักดิ์สิทธิ์ +enchantment.damage.arthropods=กีฏสังหาร +enchantment.knockback=กระเด็นกลับ +enchantment.fire=ธาตุไฟ +enchantment.protect.all=คงกระพัน +enchantment.protect.fire=ทนไฟ +enchantment.protect.fall=เบาดุจขนนก +enchantment.protect.explosion=ทนแรงระเบิด +enchantment.protect.projectile=ทนธนู +enchantment.oxygen=การหายใจ +enchantment.waterWorker=ธาตุน้ำ +enchantment.digging=มีประสิทธิภาพ +enchantment.untouching=ละมุนสัมผัส +enchantment.durability=คงทน +enchantment.lootBonus=ฉกชิง +enchantment.lootBonusDigger=โชคลาภ +enchantment.arrowDamage=พลังงาน +enchantment.arrowFire=เปลวไฟ +enchantment.arrowKnockback=ต่อย +enchantment.arrowInfinite=ไม่จำกัด +enchantment.thorns=หนาม + +enchantment.level.1=๑ +enchantment.level.2=๒ +enchantment.level.3=๓ +enchantment.level.4=๔ +enchantment.level.5=๕ +enchantment.level.6=๖ +enchantment.level.7=๗ +enchantment.level.8=๘ +enchantment.level.9=๙ +enchantment.level.10=๑๐ + +gui.achievements=ความสำเร็จ +gui.stats=สถิติ + +stat.generalButton=ทั่วไป +stat.blocksButton=บล็อก +stat.itemsButton=ไอเท็ม + +stat.used=จำนวนครั้งที่ใช้ +stat.mined=จำนวนครั้งที่ขุดได้ +stat.depleted=จำนวนครั้งที่ทำเครื่องมือพัง +stat.crafted=จำนวนครั้งที่ผลิต + +stat.startGame=จำนวนเวลาที่เล่น +stat.createWorld=จำนวนโลกที่เล่นไป +stat.loadWorld=จำนวนครั้งที่โหลดเซฟ +stat.joinMultiplayer=จำนวนครั้งที่เข้าร่วมเล่นหลายคน +stat.leaveGame=จำนวนครั้งที่ออกจากเกม + +stat.playOneMinute=จำนวนเวลาที่เล่น + +stat.walkOneCm=ระยะทางที่เดิน +stat.fallOneCm=ระยะห่างที่ร่วงหล่น +stat.swimOneCm=ระยะทางที่ว่ายน้ำ +stat.flyOneCm=ระยะทางที่บิน +stat.climbOneCm=ระยะทางที่ปีนบันได +stat.diveOneCm=ระยะทางที่ดำน้ำ +stat.minecartOneCm=ระยะทางที่นั่งรถราง +stat.boatOneCm=ระยะทางที่นั่งเรือ +stat.pigOneCm=ระยะทางที่ขี่หมู +stat.jump=จำนวนครั้งที่กระโดด +stat.drop=จำนวนไอเทมที่โยนลงพื้น + +stat.damageDealt=ความเสียหายทั้งหมดที่กระทำ +stat.damageTaken=ความเสียหายทั้งหมดที่ได้รับ +stat.deaths=จำนวนครั้งที่ตาย +stat.mobKills=จำนวนสัตว์ที่ฆ่า +stat.playerKills=จำนวนผู้เล่นที่ฆ่า +stat.fishCaught=จำนวนปลาที่ตกได้ + +stat.mineBlock=%1$s ขุดเหมือง +stat.craftItem=%1$s ผลิต +stat.useItem=%1$s ที่ใช้ +stat.breakItem=%1$s เสียหาย + +achievement.get=บรรลุเป้าหมาย! + +achievement.taken=พิชิต! + +achievement.requires=ต้องการ '%1$s' +achievement.openInventory=Taking Inventory +achievement.openInventory.desc=กดปุ่ม '%1$s' เพื่อเปิดกระเป๋าเก็บของ +achievement.mineWood=Getting Wood +achievement.mineWood.desc=ตีต้นไม้จนกว่าจะได้บล็อกไม้มาหนึ่งก้อน +achievement.buildWorkBench=Benchmarking +achievement.buildWorkBench.desc=สร้างโต๊ะงานช่างด้วยไม้แปรรูปสี่ชิ้น +achievement.buildPickaxe=ได้เวลาทำเหมืองแล้ว! +achievement.buildPickaxe.desc=นำไม้แปรรูปและแท่งไม้มาทำเป็นอีเต้อ +achievement.buildFurnace=Hot Topic +achievement.buildFurnace.desc=สร้างเตาเผาจากหิน 8 บล็อก +achievement.acquireIron=Acquire Hardware +achievement.acquireIron.desc=หลอมแร่เหล็ก +achievement.buildHoe=Time to Farm! +achievement.buildHoe.desc=ใช้ไม้กระดานและแท่งไม้เพื่อสร้างจอบ +achievement.makeBread=Bake Bread +achievement.makeBread.desc=นำข้าวสาลีมาทำเป็นขนมปัง +achievement.bakeCake=The Lie +achievement.bakeCake.desc=ข้าวสาลี, นม, น้ำตาล และ ไข่ไก่! +achievement.buildBetterPickaxe=Getting an Upgrade +achievement.buildBetterPickaxe.desc=สร้างอีเต้อด้วยวัสดุที่ดีกว่า +achievement.cookFish=Delicious Fish +achievement.cookFish.desc=จับปลามาย่างกิน! +achievement.onARail=On A Rail +achievement.onARail.desc=เดินทางด้วยรถรางเป็นระยะทางอย่างน้อย 1 กิโลเมตรจากจุดเริ่มต้น. +achievement.buildSword=Time to Strike! +achievement.buildSword.desc=นำไม้แปรรูปและก้านไม้มาทำเป็นดาบ +achievement.killEnemy=Monster Hunter +achievement.killEnemy.desc=โจมตีและทำลายมอนสเตอร์ +achievement.killCow=Cow Tipper +achievement.killCow.desc=เก็บหนังสัตว์ +achievement.flyPig=When Pigs Fly +achievement.flyPig.desc=ขี่หมูบินลงเขา +achievement.snipeSkeleton=Sniper Duel +achievement.snipeSkeleton.desc=ฆ่าโครงกระดูกด้วยการยิงธนูจากระยะ 50 เมตร ขึ้นไป +achievement.diamonds=DIAMONDS! +achievement.diamonds.desc=ขุดแร่เพชรด้วยเครื่องมือเหล็ก +achievement.portal=We Need to Go Deeper +achievement.portal.desc=สร้างประตูมิติสู่เนเธอร์ +achievement.ghast=Return to Sender +achievement.ghast.desc=ฆ่าภูติปิศาจด้วยลูกไฟของมันเอง +achievement.blazeRod=Into Fire +achievement.blazeRod.desc=ชิงแท่งไฟจากปิศาจไฟ +achievement.potion=Local Brewery +achievement.potion.desc=ปรุงยา +achievement.theEnd=The End? +achievement.theEnd.desc=ค้นหา โลกเอนด์ +achievement.theEnd2=The End. +achievement.theEnd2.desc=ฆ่ามังกรเอ็นเดอร์ +achievement.enchantments=Enchanter +achievement.enchantments.desc=ใช้หนังสือ, หินออบซิเดียน และ เพชรสร้างโต๊ะลงมนต์ +achievement.overkill=Overkill +achievement.overkill.desc=สร้างความเสียหายระดับ 8 หัวใจ จากการโจมตีครั้งเดียว +achievement.bookcase=Librarian +achievement.bookcase.desc=สร้างชั้นวางหนังสือเพื่อเพิ่มประสิทธภาพของโต๊ะลงมนต์ + +commands.generic.exception=เกิดข้อผิดพลาดบางอย่างเมื่อพยายามใช้คำสั่งนี้ +commands.generic.syntax=รูปแบบคำสั่งไม่ถูกต้อง +commands.generic.player.notFound=ไม่พบผู้เล่นนั้น +commands.generic.notFound=คำำสั่งนี้ไม่มี พิมพ์ /help สำหรับรายชื่อคำสั่ง +commands.generic.num.invalid='%s' ไม่ใช่ตัวเลขที่ถูกต้อง +commands.generic.num.tooSmall=ตัวเลขที่พิมพ์มา (%d) น้อยเกินไป, อย่างต่ำคือ %d +commands.generic.num.tooBig=ตัวเลขที่พิมพ์มา (%d) มากเกินไป, อย่างมากคือ %d +commands.generic.double.tooSmall=ตัวเลขที่พิมพ์มา (%.2f) น้อยเกินไป, อย่างต่ำคือ %.2f +commands.generic.double.tooBig=ตัวเลขที่พิมพ์มา (%.2f) มากเกินไป, อย่างมากคือ %.2f +commands.generic.usage=การใช้: %s + +commands.xp.failure.widthdrawXp=ไม่สามารถให้ค่าประสบการณ์เป็นจำนวนลบแก่ผู้เล่นได้ +commands.xp.success=ให้ค่าประสบการณ์จำนวน %d แก่ %s +commands.xp.success.levels=ให้ %d เลเวลแก่ %s +commands.xp.success.negative.levels=ลบ %d เลเวลจาก %s +commands.xp.usage=/xp <จำนวน> [ผู้เล่น] หรือ /xp <จำนวน>L [ผู้เล่น] +commands.give.usage=/give <ผู้เล่น> <ไอเทม> [จำนวน] [ข้อมูล] +commands.give.notFound=ไม่มีไอเท็มที่มีไอดี %d +commands.give.success=ให้ %s (ไอดี %d) * %d แก่ %s +commands.effect.usage=/effect [seconds] [amplifier] +commands.effect.notFound=There is no such mob effect with ID %d +commands.effect.success=Given %1$s (ID %2$d) * %3$d to %4$s for %5$d seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.enchant.usage=/ ร่ายมนต์ <มนต์เสน่ห์ ID > [ระดับ] +commands.enchant.notFound=มีไม่มีมนต์เสน่ห์ดังกล่าว ด้วย ID %d +commands.enchant.noItem=เป้าหมายไม่ได้ถือไอเท็ม +commands.enchant.cantEnchant=ร่ายมนต์ที่เลือกไม่สามารถเพิ่มรายการเป้าหมาย +commands.enchant.cantCombine=% 1 $s ไม่สามารถใช้ร่วมกับ% 2 $ s +commands.enchant.success=การร่ายมนต์ประสบความสำเร็จ +commands.clear.usage=/clear <ผู้เล่น> [ไอดีสิ่งของ] [damage/metadata] +commands.clear.success=ล้างกระเป๋าเก็บของของ %s ลบไปเป็นจำนวน %d ไอเท็ม +commands.clear.failure=Could not clear the inventory of %s, no items to remove +commands.downfall.success=สลับการเปิดปิดฝนหรือหิมะตกแล้ว +commands.time.usage=/time <ค่า> +commands.time.added=เพิ่ม %d ไปยังเวลา +commands.time.set=ตั้งเวลาเป็น %d +commands.players.list=มีผู้เล่นออนไลน์อยู่ %d/%d: +commands.banlist.ips=มีไอพีทั้งสิ้น %d เลขที่ถูกแบน: +commands.banlist.players=มีผู้เล่นทั้งสิ้น %d คนที่ถูกแบน: +commands.banlist.usage=/banlist [ips|players] +commands.kick.success=เตะ %s ออกจากเกมแล้ว +commands.kick.success.reason=เตะ %s ออกจากเกมแล้ว: '%s' +commands.kick.usage=/kick <ผู้เล่น> [เหตุผล] +commands.op.success=ตั้ง %s เป็นผู้ดูแลแล้ว +commands.op.usage=/op <ผู้เล่น> +commands.deop.success=ถอนสิทธิ์การเป็นผู้ดูแลของ %s แล้ว +commands.deop.usage=/deop <ผู้เล่น> +commands.say.usage=/say <ข้อความ> +commands.ban.success=แบนผู้เล่น %s แล้ว +commands.ban.usage=/ban <ชื่อ> [เหตุผล] +commands.unban.success=ปลดแบนผู้เล่น %s แล้ว +commands.unban.usage=/pardon <ชื่อ> +commands.banip.invalid=คุณป้อนไอพีที่ไม่ถูกต้องหรือไม่ก็ผู้เล่นคนนั้นไม่ได้ออนไลน์อยู่ +commands.banip.success=แบนไอพี %s แล้ว +commands.banip.success.players=แบนไอพี %s ที่เป็นของ %s แล้ว +commands.banip.usage=/ban-ip <ไอพี|ชื่อ> [เหตุผล] +commands.unbanip.invalid=คุณป้อนไอพีที่ไม่ถูกต้อง +commands.unbanip.success=ปลดแบนไอพี %s แล้ว +commands.unbanip.usage=/pardon-ip <ไอพี> +commands.save.enabled=เปิดการบันทึกโลกอัตโนมัติ +commands.save.disabled=ปิดการบันทึกโลกอัตโนมัติ +commands.save.start=กำลังบันทึก... +commands.save.success=บันทึกโลกแล้ว +commands.save.failed=การบันทึกล้มเหลว: %s +commands.stop.start=กำลังหยุดการทำงานของเซิร์ฟเวอร์ +commands.tp.success=ย้าย %s ไปหา %s แล้ว +commands.tp.success.coordinates=ย้าย %s ไปยังจุด %.2f,%.2f,%.2f แล้ว +commands.tp.usage=/tp [ผู้เล่นที่จะย้าย] <ผู้เล่นจุดหมาย> หรือ /tp [ผู้เล่นที่จะย้าย] +commands.tp.notSameDimension=ไม่สามารถ teleport ได้เนื่องจากผู้เล่นไม่ได้ในมิติเดียวกัน +commands.whitelist.list=มีผู้เล่นอยู่ในไวท์ลิสต์ %d คน (จากที่ออนไลน์ %d คน): +commands.whitelist.enabled=เปิดการใช้งานไวท์ลิสต์ +commands.whitelist.disabled=ปิดการใช้งานไวท์ลิสต์ +commands.whitelist.reloaded=โหลดไวท์ลิสต์ใหม่แล้ว +commands.whitelist.add.success=เพิ่ม %s ไปยังไวท์ลิสต์แล้ว +commands.whitelist.add.usage=/whitelist add <ผู้เล่น> +commands.whitelist.remove.success=ลบ %s ออกจากไวท์ลิสต์แล้ว +commands.whitelist.remove.usage=/whitelist remove <ผู้เล่น> +commands.whitelist.usage=/whitelist +commands.scoreboard.usage=/scoreboard +commands.scoreboard.teamNotFound=No team was found by the name '%s' +commands.scoreboard.objectiveNotFound=No objective was found by the name '%s' +commands.scoreboard.objectiveReadOnly=The objective '%s' is read-only and cannot be set +commands.scoreboard.objectives.usage=/scoreboard objectives +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [objective] +commands.scoreboard.objectives.setdisplay.invalidSlot=No such display slot '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Cleared objective display slot '%s' +commands.scoreboard.objectives.setdisplay.successSet=Set the display objective in slot '%s' to '%s' +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [display name ...] +commands.scoreboard.objectives.add.wrongType=Invalid objective criteria type. Valid types are: %s +commands.scoreboard.objectives.add.alreadyExists=An objective with the name '%s' already exists +commands.scoreboard.objectives.add.tooLong=The name '%s' is too long for an objective, it can be at most %d characters long +commands.scoreboard.objectives.add.displayTooLong=The display name '%s' is too long for an objective, it can be at most %d characters long +commands.scoreboard.objectives.add.success=Added new objective '%s' successfully +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.remove.success=Removed objective '%s' successfully +commands.scoreboard.objectives.list.count=Showing %d objective(s) on scoreboard +commands.scoreboard.objectives.list.entry=- %s: displays as '%s' and is type '%s' +commands.scoreboard.objectives.list.empty=There are no objectives on the scoreboard +commands.scoreboard.players.usage=/scoreboard players +commands.scoreboard.players.set.success=Set score of %s for player %s to %d +commands.scoreboard.players.set.usage=/scoreboard players set +commands.scoreboard.players.add.usage=/scoreboard players add +commands.scoreboard.players.remove.usage=/scoreboard players remove +commands.scoreboard.players.reset.usage=/scoreboard players reset +commands.scoreboard.players.reset.success=Reset all scores of player %s +commands.scoreboard.players.list.count=Showing %d tracked players on the scoreboard +commands.scoreboard.players.list.empty=There are no tracked players on the scoreboard +commands.scoreboard.players.list.player.count=Showing %d tracked objective(s) for %s +commands.scoreboard.players.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.players.list.player.empty=Player %s has no scores recorded +commands.scoreboard.teams.usage=/scoreboard teams +commands.scoreboard.teams.add.usage=/scoreboard teams add [display name ...] +commands.scoreboard.teams.add.alreadyExists=A team with the name '%s' already exists +commands.scoreboard.teams.add.tooLong=The name '%s' is too long for a team, it can be at most %d characters long +commands.scoreboard.teams.add.displayTooLong=The display name '%s' is too long for a team, it can be at most %d characters long +commands.scoreboard.teams.add.success=Added new team '%s' successfully +commands.scoreboard.teams.list.usage=/scoreboard teams list [name] +commands.scoreboard.teams.list.count=Showing %d teams on the scoreboard +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' has %3$d players +commands.scoreboard.teams.list.empty=There are no teams registered on the scoreboard +commands.scoreboard.teams.list.player.count=Showing %d player(s) in team %s +commands.scoreboard.teams.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.teams.list.player.empty=Team %s has no players +commands.scoreboard.teams.empty.usage=/scoreboard teams clear +commands.scoreboard.teams.empty.alreadyEmpty=Team %s is already empty, cannot remove nonexistant players +commands.scoreboard.teams.empty.success=Removed all %d player(s) from team %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.remove.success=Removed team %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [player] +commands.scoreboard.teams.join.success=Added %d player(s) to team %s: %s +commands.scoreboard.teams.join.failure=Could not add %d player(s) to team %s: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [player] +commands.scoreboard.teams.leave.success=Removed %d player(s) from their teams: %s +commands.scoreboard.teams.leave.failure=Could not remove %d player(s) from their teams: %s +commands.scoreboard.teams.leave.noTeam=You are not in a team +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.option.noValue=Valid values for option %s are: %s +commands.scoreboard.teams.option.success=Set option %s for team %s to %s +commands.gamemode.success.self=เปลี่ยนโหมดเกมของตนเองเป็น %s +commands.gamemode.success.other=เปลี่ยนโหมดเกมของ %s เป็น %s +commands.gamemode.usage=/gamemode <โหมด> [ผู้เล่น] +commands.defaultgamemode.usage=/defaultgamemode <โหมดของเกม> +commands.defaultgamemode.success=เปลี่ยนโหมดเกมเริ่มต้นของโลกนี้เป็น %s +commands.me.usage=/me <การกระทำ> +commands.help.header=--- แสดงหน้าช่วยเหลือ %d จาก %d (/help <หน้า>) --- +commands.help.footer=เคล็ด: กดปุ่ม ขณะพิมพ์คำสั่งเพื่อให้ระบบเติมคำสั่งหรือตัวแปรของคำสั่งให้ครบ +commands.help.usage=/help [หน้า|ชื่อคำสั่ง] +commands.publish.started=เริ่มเซิร์ฟเวอร์ในวงแลนที่ %s +commands.publish.failed=ไม่สามารถเริ่มเซิร์ฟเวอร์วงแลนได้ +commands.debug.start=กำลังเริ่มกระบวนการแก้บัก +commands.debug.stop=หยุดกระบวนการแก้บักหลังจาก %.2f วินาที (%d tick) +commands.debug.notStarted=ไม่สามารถหยุดกระบวนการแก้บักได้เนื่องจากยังไม่ได้เริ่มกระบวนการเลย! +commands.debug.usage=/debug +commands.message.usage=/tell <ผู้เล่นเป้าหมาย> <ข้อความส่วนตัวที่ต้องการส่ง ...> +commands.message.sameTarget=คุณไม่สามารถส่งข้อความส่วนตัวไปหาตัวเองได้! +commands.message.display.outgoing=คุณส่งข้อความส่วนตัวหา %s: %s +commands.message.display.incoming=%s ส่งข้อความส่วนตัวหาคุณ: %s +commands.difficulty.usage=/difficulty <ระดับความยากที่ต้องการ> +commands.difficulty.success=เปลี่ยนระดับความยากเป็น %s +commands.spawnpoint.usage=/spawnpoint หรือ /spawnpoint <ผู้เล่น> หรือ /spawnpoint <ผู้เล่น> +commands.spawnpoint.success=เปลี่ยนจุดเกิดของ %s ไปเป็น (%d, %d, %d) +commands.gamerule.usage=/gamerule <ชื่อกฎ> <ค่า> หรือ /gamerule <ชื่อกฎ> +commands.gamerule.success=ปรับปรุงกฎกติกาของเกมส์แล้ว +commands.gamerule.norule=ไม่มีกฎกติกาของเกมส์ที่ชื่อ '%s' +commands.weather.usage=/weather [เวลาที่ต้องการ] +commands.weather.clear=เปลี่ยนสภาพอากาศเป็นอากาศปลอดโปร่ง +commands.weather.rain=เปลี่ยนสภาพอากาศเป็นฝนตก +commands.weather.thunder=เปลี่ยนสภาพอากาศเป็นพายุฝน +commands.testfor.usage=/testfor +commands.testfor.failed=/testfor is only usable by commandblocks with analog output + +itemGroup.buildingBlocks=บล็อกใช้ก่อสร้าง +itemGroup.decorations=บล็อกใช้ตกแต่ง +itemGroup.redstone=วงจรหินแดง +itemGroup.transportation=การเดินทาง +itemGroup.misc=เบ็ดเตล็ด +itemGroup.search=ค้นหา +itemGroup.food=อาหาร +itemGroup.tools=เครื่องมือ +itemGroup.combat=ของใช้ต่อสู้ +itemGroup.brewing=การปรุงยา +itemGroup.materials=วัสดุ +itemGroup.inventory=กระเป๋าเก็บของ + +inventory.binSlot=ทำลายไอเทม + +advMode.setCommand=ตั้งค่าคำสั่งสำหรับบล็อกคำสั่งนี้ +advMode.command=คำสั่ง +advMode.nearestPlayer=ใช้ "@p" เพื่อกำหนดเป้าหมายเป็นผู้เล่นที่ใกล้ที่สุด +advMode.randomPlayer=ใช้ "@r" เพื่อกำหนดเป้าหมายแบบสุ่มผู้เล่น +advMode.allPlayers=ใช้ "@a" เพื่อกำหนดเป้าหมายเป็นผู้เล่นทุกคน + +advMode.notEnabled=บล็อกคำสั่งไม่สามารถใช้งานได้ในเซิร์ฟเวอร์นี้ +advMode.notAllowed=ต้องเป็นผู้ดูแล (op) ที่อยู่ในโหมดสร้างสรรค์ + +mco.title=Minecraft Realms +mco.selectServer.select=Join Server +mco.selectServer.configure=Configure +mco.selectServer.create=Create World +mco.selectServer.moreinfo=More Info + +mco.configure.world.edit.title=Edit World + +mco.configure.world.title=Configure World +mco.configure.world.name=Name +mco.configure.world.description=Description +mco.configure.world.location=Location +mco.configure.world.invited=Invited +mco.configure.world.buttons.edit=Edit +mco.configure.world.buttons.reset=Reset World +mco.configure.world.buttons.done=Done +mco.configure.world.buttons.delete=Delete +mco.configure.world.buttons.open=Open World +mco.configure.world.buttons.close=Close World +mco.configure.world.buttons.invite=Invite +mco.configure.world.buttons.uninvite=Uninvite +mco.configure.world.buttons.subscription=Subscription +mco.configure.world.invite.profile.name=Name +mco.configure.world.uninvite.question=Are you sure that you want to uninvite + +mco.configure.world.subscription.title=Subscription Info +mco.configure.world.subscription.daysleft=Days Left +mco.configure.world.subscription.start=Start Date +mco.configure.world.subscription.extend=Extend + +mco.create.world.location.title=Locations +mco.create.world.location.warning=You may not get the exact location you select +mco.create.world.wait=Creating the world... + +mco.reset.world.title=Reset World +mco.reset.world.warning=This will permanently delete your world! +mco.reset.world.seed=Seed (Optional) +mco.reset.world.resetting.screen.title=Resetting World... + +mco.configure.world.close.question.line1=Your world will become unavailable. +mco.configure.world.close.question.line2=Are you sure you want to do that? + +mco.connect.connecting=Connecting to the online server... +mco.connect.authorizing=Logging in... +mco.connect.failed=Failed to connect to the online server + +mco.create.world=Create + diff --git a/1.5.2/lang/tlh_AA.lang b/1.5.2/lang/tlh_AA.lang new file mode 100644 index 00000000..ff599c5a --- /dev/null +++ b/1.5.2/lang/tlh_AA.lang @@ -0,0 +1,1293 @@ +#X-Generator: crowdin.net + +language.name=tlhIngan Hol +language.region=US +language.code=tlh_AA + +gui.done=pItlh +gui.cancel=qIl +gui.back=Back +gui.toMenu=par HaSta' chegh +gui.up=Dung +gui.down=bIng +gui.yes=HIja' +gui.no=ghobe' + +menu.singleplayer=wa' QujwI' +menu.multiplayer=QujwI' law' +menu.online=Minecraft Realms +menu.options=DuHmey +menu.quit=ghang +menu.returnToMenu=qon 'ej per HaSta chegh +menu.disconnect=rarHa' +menu.returnToGame=Quj chegh +menu.switchingLevel=qo' tamlI' +menu.generatingLevel=chenlI' qo' +menu.loadingLevel=qo' SuqlI' +menu.generatingTerrain=puH chenmoHtaH +menu.convertingLevel=qo' choHlI' +menu.simulating=qo' chenmoH +menu.respawning=boghqa' +menu.shareToLan=LAN-vaD poSmoH + +selectWorld.title=qo' yIwIv +selectWorld.empty=pagh +selectWorld.world=qo' +selectWorld.select=qo'vetlhDaq Quj +selectWorld.create=qo' chu' vIchenmoH +selectWorld.recreate=chenqa'moH +selectWorld.createDemo='aghmeH qo' chu' Quj +selectWorld.delete=Qaw' +selectWorld.rename=pong choH +selectWorld.deleteQuestion=qo'vam DaQaw' DaneH'a'? +selectWorld.deleteWarning=vIQaw' 'ej Danaw'laHbe'qa'! (not Danaw'qa'!) +selectWorld.deleteButton=Qaw' +selectWorld.renameButton=pong choH +selectWorld.renameTitle=qo' pong choH +selectWorld.conversion=choH net poQ +selectWorld.newWorld=qo' chu' +selectWorld.newWorld.copyOf=Copy vo' %s +selectWorld.enterName=qo' pong +selectWorld.resultFolder=De' Daq: +selectWorld.enterSeed=qo' chenmoHwI'vaD mI' +selectWorld.seedInfo=chImchugh, qo' chenmoHwI'vaD mI' wIv Quj +selectWorld.cheats=ngor +selectWorld.customizeType=ngIq qo' + +createWorld.customize.presets=presets +createWorld.customize.presets.title=[Select] [a] [preset] +createWorld.customize.presets.select=[use] [preset] +createWorld.customize.presets.share=neH Daq [share] lIj [preset] tlhej [someone] [Use] [the] [below] [box]! +createWorld.customize.presets.list=[Alternatively] [here's] 'op maH chenmoHta' [earlier]! +createWorld.customize.flat.title=[Superflat] [Customization] +createWorld.customize.flat.tile=[Layer] [Material] +createWorld.customize.flat.height=[Height] +createWorld.customize.flat.addLayer=chel [Layer] +createWorld.customize.flat.editLayer=[Edit] [Layer] +createWorld.customize.flat.removeLayer=teq [Layer] +createWorld.customize.flat.layer.top=[Top] - %d +createWorld.customize.flat.layer=%d +createWorld.customize.flat.layer.bottom=bIng - %d + +gameMode.survival=taHmeH Quj +gameMode.creative=chenmoHmeH Quj +gameMode.adventure=leng Dotlh +gameMode.hardcore=Qatlhqu'! +gameMode.changed=Oyun modunuz değiştirildi + +selectWorld.gameMode=Quj Segh: +selectWorld.gameMode.survival=taHmeH Quj +selectWorld.gameMode.survival.line1=jo nej, chenmoH, patlhmey +selectWorld.gameMode.survival.line2=chav 'ej pIvchoH 'ej ghungchoH +selectWorld.gameMode.creative=chenmoHghach +selectWorld.gameMode.creative.line1=jo vuSHa'lu'bogh, bIpuvlaH 'ej +selectWorld.gameMode.creative.line2=nom ngogh DaQaw'laH +selectWorld.gameMode.hardcore=Qatlhqu' +selectWorld.gameMode.hardcore.line1=taHmeH Quj rur 'ach Qatlhqu' +selectWorld.gameMode.hardcore.line2=Qatlh pagh ngeD, 'ej wa' yIn neH +selectWorld.gameMode.adventure=leng +selectWorld.gameMode.adventure.line1=taHmeH Quj rur, 'ach ngoghmey DachenmoHlaHbe' +selectWorld.gameMode.adventure.line2='ej DachenHa'moHlaHbe' +selectWorld.moreWorldOptions=latlh qo' DuHmey... +selectWorld.mapFeatures=qachmey chenmoH: +selectWorld.mapFeatures.info=vengHom, wutlh veng, latlh +selectWorld.mapType=qo' Segh: +selectWorld.mapType.normal=motlh +selectWorld.allowCommands=ngor net chaw': +selectWorld.allowCommands.info=ra'meH mu'tlheghmey - /gamemode, /xp, latlh +selectWorld.hardcoreMode=Qatlhqu': +selectWorld.hardcoreMode.info=bIHeghDI', qo'vam Qaw'lu' +selectWorld.bonusItems=qI' 'ej SoQmoH: + +generator.default=motlh +generator.flat=beQqu' +generator.largeBiomes=[Large] [Biomes] + +selectServer.title=De'wI' Hop wIv +selectServer.empty=chIm +selectServer.select=De'wI' Hop rar +selectServer.direct=De'wI' Hop Daq rar +selectServer.edit=choH +selectServer.delete=Qaw' +selectServer.add=De'wI' Hop chel +selectServer.defaultName=Minecraft De'wI' Hop +selectServer.deleteQuestion=De'wI' Hop Dateq DaneH'a'? +selectServer.deleteWarning=vIQaw' 'ej Danaw'laHbe'qa'! (not Danaw'qa'!) +selectServer.deleteButton=Qaw' +selectServer.refresh=Hotlhqa' +selectServer.hiddenAddress=([Hidden]) +addServer.title=De'wI' Hop De' choH +addServer.enterName=De'wI' Hop pong +addServer.enterIp=De'wI' Hop Quv +addServer.add=pItlh +addServer.hideAddress=So' [Address] +lanServer.title=Daq De'wI'ghom qo' +lanServer.scanning=Scanning for games on your local network +lanServer.start=Daq De'wI'ghom cher +lanServer.otherPlayers=latlh QujwI'pu' DuHmey +mcoServer.title=Minecraft Online World + +multiplayer.title=QujwI' law' +multiplayer.connect=rar +multiplayer.info1=rInHa' Minecraft. Minecraft DaQujchugh 'ej QujwI' law' Datlhejchugh, +multiplayer.info2=chaq Qatlhmey Datu'. tugh matI'. +multiplayer.ipinfo=rarmeH De'wI' Hop ngu'meH ngoq yIghItlh: + +multiplayer.texturePrompt.line1=vam [server] [recommends] [the] [use] vo' [a] [custom] [texture] [pack]. +multiplayer.texturePrompt.line2=Suq 'ej jom De'wI'lIj DaneH'a'? + +multiplayer.downloadingTerrain=qo' lI'taH + +multiplayer.stopSleeping=QongDaq mej + +chat.link.confirm='Internet Daqvam Danaw' DaneHbej'a'? +chat.link.warning=vay' Davoqqu'be'chugh, 'Internet rarwI'mey DungeHbogh tInaw'Qo'! +chat.copy=ru'taHvIS mu' pol + +menu.playdemo='aghmeH qo' Quj +menu.resetdemo='aghmeH qo' chu'qa' +demo.day.1=qaStaHvIS vagh jajmey, Qujvam DaQujlaH. Qapla'! +demo.day.2=jaj cha' +demo.day.3=jaj wej +demo.day.4=jaj loS +demo.day.5=jajlIj Qav 'oH DaHjaj'e'! +demo.day.warning=tlhoS rIn poHlIj! +demo.day.6=rIn jajlIj vaghDIch, mIllogh qonmeH F2 yI'uy +demo.reminder=rIn poHlIj. taHmeH qoj qo' chu' chenmoHmeH Quj yIje'! +demo.remainingTime=ratlhbogh poH: %s +demo.demoExpired=rIntaH 'aghmeH Quj poH! +demo.help.movement=bIvIHmeH %1$s, %2$s, %3$s, %4$s, SeHwI' je tIlo' +demo.help.movementShort=vIHmoH %1$s, %2$s, %3$s, %4$s +demo.help.movementMouse=Daq DanuDmeH SeHwI' yIlo' +demo.help.jump=SupmeH %1$s yI'uy +demo.help.inventory='aplo'lIj poSmoHmeH %1$s yI'uy +demo.help.title=[Minecraft] [Demo] [Mode] +demo.help.fullWrapped=vam [demo] DIchDaq [last] [ingame] jajmey [about] [hour] 'ej [minutes] vo' [real] poH [Check] [the] [achievements] vaD [hints] ghaj [fun]! +demo.help.buy=DaH yIje'! +demo.help.later=Quj yItaH! + +connect.connecting=De'wI' HopDaq rartaH... +connect.authorizing=bIrar 'e' chaw'taH... +connect.failed=De'wI' HopDaq rarlaHbe' + +disconnect.genericReason=%s +disconnect.disconnected=DurarHa' De'wI' Hop +disconnect.lost=rarHa' +disconnect.kicked=QujDaq puplu' +disconnect.timeout=rarmeH poH natlhlu' +disconnect.closed=rarHa' +disconnect.loginFailed=chaw'laHbe' +disconnect.loginFailedInfo=chaw'laHbe': %s +disconnect.quitting=buptaH +disconnect.endOfStream=ghang De' +disconnect.overflow=tlhoy yap qawHaq ru' +disconnect.spam=Dapmo' rItHa' + +options.off=chu'Ha' +options.on=chu' +options.visible=cha'lu' +options.hidden=So'lu' +options.title=DuHmey +options.controls=SeHwI'mey... +options.video=mIllogh DuHmey... +options.language=Hol... +options.languageWarning=pupbe' mu'mey mughbogh +options.videoTitle=mIllogh DuHmey +options.music=QoQ +options.sound=wab +options.invertMouse=SeHwI' yoymoH +options.fov=leghlaHbogh chuq +options.fov.min=motlh +options.fov.max=leghqu'taH +options.gamma=DuH wov +options.gamma.min=Hurgh +options.gamma.max=wovqu' +options.sensitivity=SeHwI' Do +options.sensitivity.min=*Hob* +options.sensitivity.max=pIvlob wa'maH!!! +options.renderDistance=mIllogh chuq +options.renderDistance.tiny=machqu' +options.renderDistance.short=ngaj +options.renderDistance.normal=motlh +options.renderDistance.far=Hop +options.viewBobbing=joq leghtaHghach +options.ao=wovmoHmeH pat +options.ao.off=Off +options.ao.min=Minimum +options.ao.max=Maximum +options.anaglyph=SuDbogh 'ej Doqbogh leghwI' lo' +options.framerateLimit=QuQ HoS +options.difficulty=qaD Segh +options.difficulty.peaceful=roj +options.difficulty.easy=ngeD +options.difficulty.normal=motlh +options.difficulty.hard=Qatlh +options.difficulty.hardcore=Qatlhqu' +options.graphics=mIllogh +options.graphics.fancy='IHqu' +options.graphics.fast=nom +options.guiScale=Quj De' mIllogh +options.guiScale.auto=SeHnISbe' +options.guiScale.small=mach +options.guiScale.normal=motlh +options.guiScale.large=tIn +options.advancedOpengl=OpenGL 'Itlh +options.renderClouds='engmey +options.farWarning1=Hopbogh mIllogh chuq Dalo'chugh +options.farWarning2=64bit Java Dalo' net chup (32bit Daghaj) +options.particles='ay'mey tInqu' +options.particles.all=Hoch +options.particles.decreased=nupmoH +options.particles.minimal=patlh 'eSqu' +options.multiplayer.title=[Multiplayer] [Settings]... +options.chat.title=jawmeH DuHmey... +options.chat.visibility=ja'chuq +options.chat.visibility.full=cha'lu' +options.chat.visibility.system=ra'meH mu'tlheghmey neH +options.chat.visibility.hidden=So'lu' +options.chat.color=nguv­moH mu'meynnColored Words +options.chat.opacity=[Opacity] +options.chat.links=[Web] [Links] +options.chat.links.prompt=[Prompt] Daq [Links] +options.chat.scale=Scale +options.chat.width=Width +options.chat.height.focused=Focused Height +options.chat.height.unfocused=Unfocused Height +options.showCape=cha' [Cape] +options.serverTextures=[Server] [Textures] +options.snooper=[Allow] [Snooper] +options.snooper.view=[Snooper] [Settings]... +options.snooper.title=[Machine] [Specs] [Collection] +options.snooper.desc=maH neH Daq [collect] [information] [about] lIj [machine] Daq QaH [improve] [Minecraft] Sum [knowing] nuq maH laH [support] 'ej nuqDaq [the] [biggest] [problems] 'oH Hoch vo' vam [information] 'oH [ nuq anonymous] 'ej [viewable] [below] maH [promise] maH [won't] ta' vay' qab tlhej vam [data] 'ach chugh SoH neH! +options.texture.pack=Texture Packs +options.fullscreen=Plein écran +options.vsync=Dikey Senkronizasyon Kullan +options.touchscreen=Touchscreen Mode + +performance.max='aqroS +performance.balanced=Dotlh beQ +performance.powersaver=HoS choq + +controls.title=SeHwI'mey + +key.forward=tlhopDaq vIH +key.left=poSDaq vIH +key.back='emDaq vIH +key.right=nIHDaq vIH +key.jump=Sup +key.inventory='aplo'Daq +key.drop=chagh +key.chat=jaw +key.fog=SeS tlhIch choH +key.sneak=yIt, tam +key.playerlist=QujwI' tetlh +key.attack=HIv +key.use=Doch lo' +key.pickItem=ngogh lo' +key.mouseButton=chu'wI' %1$s +key.command=ra'meH mu'tlhegh + +texturePack.openFolder=mIllogh vey 'aplo' yIpoSmoH +texturePack.title=mIllogh vey yIwIv +texturePack.folderInfo=(naDev mIllogh vey yIlam) +texturePack.incompatible=Incompatible + +book.pageIndicator=[Page] %1$s vo' %2$s +book.byAuthor=sum %1$s +book.signButton=qI' +book.editTitle=paq pong qon: +book.finalizeButton=qI' 'ej SoQmoH +book.finalizeWarning=yIqIm! paq Da'olta'chugh, DachoHqa'laHbe'. + +tile.stone.name=nagh + +tile.grass.name=tIHommey ngogh +tile.dirt.name=lam +tile.stonebrick.name=nagh ghorlu'bogh ngogh +tile.wood.name=Sor Hap beQ +tile.wood.oak.name=Sor'a' Sor Hap beQ +tile.wood.spruce.name=Spruce Sor Hap beQ +tile.wood.birch.name=Birch Sor Hap beQ +tile.wood.jungle.name=[Jungle] [Wood] [Planks] +tile.sapling.oak.name=Sor'a' [Sapling] +tile.sapling.spruce.name=[Spruce] [Sapling] +tile.sapling.birch.name=[Birch] [Sapling] +tile.sapling.jungle.name=[Jungle] [Sapling] +tile.deadbush.name=Heghbogh lav +tile.bedrock.name=ghorbe'bogh nagh +tile.water.name=bIQ +tile.lava.name=vaHbo' +tile.sand.name=Deb lam +tile.sandStone.name=Deb lam nagh +tile.sandStone.default.name=[Sandstone] +tile.sandStone.chiseled.name=[Chiseled] [Sandstone] +tile.sandStone.smooth.name=SoSli sandstone +tile.gravel.name=naghHommey +tile.oreGold.name=baS SuD lam +tile.oreIron.name=baS lam +tile.oreCoal.name=nIn nagh lam +tile.log.name=Sor Hap +tile.log.oak.name=Sor'a' Sor Hap +tile.log.spruce.name=Spruce Sor Hap +tile.log.birch.name=Birch Sor Hap +tile.log.jungle.name=Jungle Sor Hap +tile.leaves.name=pormey +tile.leaves.oak.name=Sor'a' Sornav +tile.leaves.spruce.name=Spruce porgh +tile.leaves.birch.name=Birch porgh +tile.leaves.jungle.name=Jungle porgh +tile.tallgrass.name=tIHommey +tile.tallgrass.shrub.name=lav +tile.tallgrass.grass.name=tIHommey +tile.tallgrass.fern.name=poch woch +tile.sponge.name=QaDmoHwI' +tile.glass.name=ngogh Huv +tile.thinGlass.name='echlet Huv +tile.cloth.name=veD +tile.flower.name=Degh tI +tile.rose.name=Degh tI Doq +tile.mushroom.name=tera' yav 'atlhqam +tile.blockGold.name=baS SuD ngogh +tile.blockIron.name=baS ngogh +tile.stoneSlab.stone.name=nagh bID ngogh +tile.stoneSlab.sand.name=Deb lam nagh bID ngogh +tile.stoneSlab.wood.name=Sop Hap bID ngogh +tile.stoneSlab.cobble.name=nagh ghorlu'bogh bID ngogh +tile.stoneSlab.brick.name=ngoghmey bID ngogh +tile.stoneSlab.smoothStoneBrick.name=nagh ngoghmey bID ngogh +tile.stoneSlab.netherBrick.name=Nether Brick Slab +tile.stoneSlab.quartz.name=Quartz Slab +tile.woodSlab.oak.name=Sor'a' Sor Hap ngogh +tile.woodSlab.spruce.name=Spruce Sor Hap bID ngogh +tile.woodSlab.birch.name=Birch Sor Hap bID ngogh +tile.woodSlab.jungle.name=Jungle Sor Hap bID ngogh +tile.brick.name=ngoghmey +tile.tnt.name=jorwI' +tile.bookshelf.name=paq bey' +tile.stoneMoss.name=nagh SuD +tile.obsidian.name=nagh qIj ngogh +tile.torch.name=Sech +tile.fire.name=qul +tile.mobSpawner.name=yagh naS chenmoHwI' +tile.stairsWood.name=Sor'a' Hap letlh +tile.stairsWoodSpruce.name=Spruce Sor Hap letlh +tile.stairsWoodBirch.name=Birch Sor Hap letlh +tile.stairsWoodJungle.name=Jungle Sor Hap letlh +tile.chest.name=ngaSwI' +tile.chestTrap.name=Trapped Chest +tile.redstoneDust.name=nagh Doq DImey +tile.oreDiamond.name=qut lam +tile.blockDiamond.name=qut ngogh'a' +tile.workbench.name=vummeH raS +tile.crops.name=Du' naH +tile.farmland.name=Du' yotlh +tile.furnace.name=nagh tetwI' +tile.sign.name=QIn 'echlet +tile.doorWood.name=Sor Hap lojmIt +tile.ladder.name=toSmeH He' +tile.rail.name=tlhIl He +tile.goldenRail.name=tlhIl He Hujlu'bogh +tile.activatorRail.name=Activator Rail +tile.detectorRail.name=noch tlhIl He +tile.stairsStone.name=nagh letlh +tile.stairsSandStone.name=sandstone stairs +tile.lever.name=chu'meH naQ +tile.pressurePlate.name=leQ 'echlet +tile.weightedPlate_light.name=Weighted Pressure Plate (Light) +tile.weightedPlate_heavy.name=Weighted Pressure Plate (Heavy) +tile.doorIron.name=baS lojmIt +tile.oreRedstone.name=nagh Doq lam +tile.notGate.name=nagh Doq Sech +tile.button.name=chu'wI' +tile.snow.name=peD +tile.ice.name=chuch +tile.cactus.name=qaqtaS tI +tile.clay.name=chenmoHmeH lam +tile.reeds.name=Su'ghar naQ'a' +tile.jukebox.name=QoQ 'aplo' +tile.fence.name=tlhoy'Hom +tile.fenceGate.name=tlhoy'Hom lojmIt +tile.pumpkin.name=peb'ot'a' Doq +tile.litpumpkin.name=peb'ot'a' Doq wovmoHwI' +tile.hellrock.name=ghe'tor nagh +tile.hellsand.name=yab Deb lam +tile.lightgem.name=wovbogh nagh +tile.portal.name=lojmIt'a' +tile.cloth.black.name=qIjbogh veD +tile.cloth.red.name=Doqbogh veD +tile.cloth.green.name=SuDbogh veD +tile.cloth.brown.name=Doqbogh 'ej wovbe'bogh veD +tile.cloth.blue.name=SuDbogh veD +tile.cloth.purple.name=Doqbogh 'ej SuDbogh veD +tile.cloth.cyan.name=SuDbogh 'ej wovqu'bogh veD +tile.cloth.silver.name=qIjbogh 'ej wovqu'bogh veD +tile.cloth.gray.name=qIjbogh 'ej wovbogh veD +tile.cloth.pink.name=Doqqu'bogh 'ej wovbogh veD +tile.cloth.lime.name=SuDbogh 'ej wovbe'bogh veD +tile.cloth.yellow.name=SuDbogh veD +tile.cloth.lightBlue.name=SuDbogh 'ej wovbogh veD +tile.cloth.magenta.name=Doqqu'bogh veD +tile.cloth.orange.name=Doqbogh veD +tile.cloth.white.name=veD +tile.oreLapis.name=rItlh SuD nagh lam +tile.blockLapis.name=SuDbogh rItlh ngogh +tile.dispenser.name=baHjan +tile.dropper.name=Dropper +tile.musicBlock.name=wab ngogh +tile.cake.name=Su'ghar tIr ngogh +tile.bed.name=QongDaq +tile.bed.occupied=buy' QongDaqvam +tile.bed.noSleep=Możesz spać tylko w nocy +tile.bed.notSafe=naDev bIQong net chaw'be'. Sum yaghmey naS +tile.bed.notValid=juH QongDaqlIj'e', Dach pagh Huvbe' +tile.lockedchest.name=ngaSwI' ngaQ +tile.trapdoor.name=tlhoy' SaS lojmIt +tile.web.name=SIrgh ghomey +tile.stonebricksmooth.name=nagh ngogh +tile.stonebricksmooth.default.name=nagh bricks +tile.stonebricksmooth.mossy.name=Mossy nagh Bricks +tile.stonebricksmooth.cracked.name=nagh ngogh QIHlu'bogh +tile.stonebricksmooth.chiseled.name=[Chiseled] nagh [Bricks] +tile.monsterStoneEgg.stone.name=nagh yagh naS QIm +tile.monsterStoneEgg.cobble.name=Cobblestone veqlargh QIm +tile.monsterStoneEgg.brick.name=nagh brick veqlargh QIm +tile.pistonBase.name=nguSDI' +tile.pistonStickyBase.name=nguSDI' Hum +tile.fenceIron.name=baS naQmey +tile.melon.name=melon naH +tile.stairsBrick.name=ngogh letlh +tile.stairsStoneBrickSmooth.name=nagh ngogh letlh +tile.vine.name=tlhegh tImey +tile.netherBrick.name=ghe'tor ngoghmey ngogh +tile.netherFence.name=ghe'tor ngogh tlhoy'Hom +tile.stairsNetherBrick.name=ghe'tor ngogh letlh +tile.netherStalk.name=ghe'tor peb'ot +tile.cauldron.name=bargh'a' +tile.enchantmentTable.name=laH chelmeH raS +tile.anvil.name=baS raSHom +tile.anvil.intact.name=baS raSHom +tile.anvil.slightlyDamaged.name=loQ baS raSHom QIHlu'pu'bogh +tile.anvil.veryDamaged.name=baS raSHom QIHqu'lu'pu'bogh +tile.whiteStone.name=van nagh +tile.endPortalFrame.name=van lojmIt +tile.mycel.name='atlhqam SIrghmey +tile.waterlily.name='echlet por'a' +tile.dragonEgg.name=lung'a' QIm +tile.redstoneLight.name=nagh Doq wovmoHwI' +tile.cocoa.name=yuch +tile.enderChest.name=van ngaSwI' +tile.oreRuby.name=naghboch Doqqu' Hap +tile.oreEmerald.name=naghboch SuDqu' Hal +tile.blockEmerald.name=naghboch SuDqu' ngogh +tile.blockRedstone.name=Block of Redstone +tile.tripWire.name=pummoHmeH SIrgh +tile.tripWireSource.name=pummoHmeH SIrgh rarwI' +tile.commandBlock.name=Computing Device +tile.beacon.name=wovmoHwI''a' +tile.beacon.primary=HoS'a' +tile.beacon.secondary=HoS cha'DIch +tile.cobbleWall.normal.name=Cobblestone Wall +tile.cobbleWall.mossy.name=Mossy Cobblestone Wall +tile.carrots.name=qe'rot 'oQqarmey +tile.potatoes.name=patat 'oQqarmey +tile.daylightDetector.name=Daylight Sensor +tile.netherquartz.name=Nether Quartz Ore +tile.hopper.name=Hopper +tile.quartzBlock.default.name=Block of Quartz +tile.quartzBlock.chiseled.name=Chiseled Quartz Block +tile.quartzBlock.lines.name=Pillar Quartz Block +tile.stairsQuartz.name=Quartz Stairs + +item.shovelIron.name=baS bo'Dagh'a' +item.pickaxeIron.name=baS tlhIl 'obmaQ +item.hatchetIron.name=baS 'obmaQ +item.flintAndSteel.name=qul chenmoHwI' +item.apple.name='epIl naH +item.cookie.name=Su'ghar chabHom +item.bow.name=chetvI' +item.arrow.name=bach +item.coal.name=nIn nagh +item.charcoal.name=Sor nIn nagh +item.diamond.name=naghboch letqu' +item.emerald.name=naghboch SuDqu' +item.ingotIron.name=baS ngogh +item.ingotGold.name=baS SuD ngogh +item.swordIron.name=baS yan +item.swordWood.name=Sor Hap yan +item.shovelWood.name=Sor Hap bo'Dagh'a' +item.pickaxeWood.name=Sor Hap tlhIl 'obmaQ +item.hatchetWood.name=Sor Hap 'obmaQ +item.swordStone.name=nagh yan +item.shovelStone.name=nagh bo'Dagh'a' +item.pickaxeStone.name=nagh tlhIl 'obmaQ +item.hatchetStone.name=nagh 'obmaQ +item.swordDiamond.name=qut yan +item.shovelDiamond.name=qut bo'Dagh'a' +item.pickaxeDiamond.name=qut tlhIl 'obmaQ +item.hatchetDiamond.name=qut 'obmaQ +item.stick.name=naQ +item.bowl.name=Duq +item.mushroomStew.name=yav 'atlhqam tlhIq +item.swordGold.name=baS SuD yan +item.shovelGold.name=baS SuD bo'Dagh'a' +item.pickaxeGold.name=baS SuD tlhIl 'obmaQ +item.hatchetGold.name=baS SuD 'obmaQ +item.string.name=SIrgh +item.feather.name=bo +item.sulphur.name=ngat +item.hoeWood.name=Sor Hap Du' jan +item.hoeStone.name=nagh Du' jan +item.hoeIron.name=baS Du' jan +item.hoeDiamond.name=qut Du' jan +item.hoeGold.name=baS SuD Du' jan +item.seeds.name=naHnaghHommey +item.seeds_pumpkin.name=peb'ot'a' Doq naHnaghmey +item.seeds_melon.name=melon naHnaghHommey +item.melon.name=melon naH +item.wheat.name=tIr +item.bread.name=tIr ngogh +item.helmetCloth.name=DIr mIv +item.chestplateCloth.name=DIr wep +item.leggingsCloth.name=DIr yopwaH +item.bootsCloth.name=DIr DaS +item.helmetChain.name=mIr mIv +item.chestplateChain.name=mIr wep +item.leggingsChain.name=mIr yopwaH +item.bootsChain.name=mIr DaS +item.helmetIron.name=baS mIv +item.chestplateIron.name=baS wep +item.leggingsIron.name=baS yopwaH +item.bootsIron.name=baS DaS +item.helmetDiamond.name=qut mIv +item.chestplateDiamond.name=qut wep +item.leggingsDiamond.name=qut yopwaH +item.bootsDiamond.name=qut DaS +item.helmetGold.name=baS SuD mIv +item.chestplateGold.name=baS SuD wep +item.leggingsGold.name=baS SuD yopwaH +item.bootsGold.name=baS waghqu' DaSmey +item.flint.name=qIjbogh 'ej letbogh nagh +item.porkchopRaw.name=targh ghab vutbe'lu'bogh +item.porkchopCooked.name=targh ghab vutbogh +item.chickenRaw.name='uSgheb ghab vutbe'lu'bogh +item.chickenCooked.name=vutbogh 'uSgheb ghab +item.beefRaw.name=tangqa' ghab vutbe'lu'bogh +item.beefCooked.name=tangqa' ghab vutlu'bogh +item.painting.name=nagh beQ +item.frame.name=Item Frame +item.appleGold.name='epIl naH SuD +item.sign.name=maQ +item.doorWood.name=Sor Hap lojmIt +item.bucket.name=qeghHom +item.bucketWater.name=bIQ qeghHom +item.bucketLava.name=vaHbo' qeghHom +item.minecart.name=tlhIl Duj +item.saddle.name=lIghmeH quS +item.doorIron.name=baS lojmIt +item.redstone.name=nagh Doq +item.snowball.name=chuch moQ +item.boat.name=bIQ Duj +item.leather.name=DIr +item.milk.name=nIm +item.brick.name=ngogh +item.clay.name=chenmoHmeH lam +item.reeds.name=Su'ghar poch +item.paper.name=nav +item.book.name=paq +item.slimeball.name=HuH moQ +item.minecartChest.name=ngaSwI' ghajbogh tlhIl Duj +item.minecartFurnace.name=nagh tetwI' ghajbogh tlhIl Duj +item.minecartTnt.name=Minecart with TNT +item.minecartHopper.name=Minecart with Hopper +item.egg.name=QIm +item.compass.name=lurgh tu'wI' +item.fishingRod.name=ghotI' jonmeH naQ +item.clock.name=tlhaq +item.yellowDust.name=wovbogh nagh DImey +item.fishRaw.name=ghotI' vutbe'lu'bogh +item.fishCooked.name=ghotI' vutbogh +item.record.name=bom jengva' +item.bone.name=Hom +item.dyePowder.black.name=qIjbogh rItlh +item.dyePowder.red.name=Doqbogh rItlh +item.dyePowder.green.name=SuDbogh rItlh +item.dyePowder.brown.name=Dojbogh 'ej wovbe'bogh rItlh +item.dyePowder.blue.name=SuDbogh rItlh +item.dyePowder.purple.name=Doqbogh 'ej SuDbogh rItlh +item.dyePowder.cyan.name=SuDbogh 'ej wovqu'bogh rItlh +item.dyePowder.silver.name=qIjbogh 'ej wovqu'bogh rItlh +item.dyePowder.gray.name=qIjbogh 'ej wovbogh rItlh +item.dyePowder.pink.name=Doqqu'bogh 'ej wovbogh rItlh +item.dyePowder.lime.name=SuDbogh 'ej wovbe'bogh rItlh +item.dyePowder.yellow.name=SuDbogh rItlh +item.dyePowder.lightBlue.name=SuDbogh 'ej wovbogh rItlh +item.dyePowder.magenta.name=Doqqu'bogh rItlh +item.dyePowder.orange.name=Doqbogh rItlh +item.dyePowder.white.name=chISbogh rItlh +item.sugar.name=Su'ghar +item.cake.name=Su'ghar tIr ngogh +item.bed.name=QongDaq +item.diode.name=nagh Doq jabbI'ID +item.comparator.name=Redstone Comparator +item.map.name=pu'jIn +item.leaves.name=pormey +item.shears.name=cha''etlh pe'wI''a' +item.rottenFlesh.name=Ha'DIbaH non +item.enderPearl.name=van loD qut'a' +item.blazeRod.name=qul naQ +item.ghastTear.name=qa''a' mIn bIQ +item.netherStalkSeeds.name=ghe'tor peb'ot +item.potion.name=HIvje' +item.emptyPotion.name=bIQ bal +item.goldNugget.name=baS SuD ngoghHom +item.glassBottle.name=bal +item.spiderEye.name=ghew naS mIn +item.fermentedSpiderEye.name=ghew naS mIn roghmoHlu' +item.blazePowder.name=qul yagh qutHommey +item.magmaCream.name=vaHbo' tlhagh +item.cauldron.name=bargh'a' +item.brewingStand.name=vutmeH raS +item.eyeOfEnder.name=van loD mIn +item.speckledMelon.name=wovbogh melon naH +item.monsterPlacer.name=chenmoH +item.expBottle.name=XP moQ chenmoH bal +item.fireball.name=qul moQ +item.writingBook.name=paq ghItlhwI' bo je +item.writtenBook.name=ghItlhta' paq +item.ruby.name=naghboch Doqqu' +item.flowerPot.name=Flower Pot +item.emptyMap.name=pu'jIn chIm +item.carrots.name=Rabbit Food +item.carrotGolden.name=Golden Rabbit Food +item.potato.name=patat 'oQqar +item.potatoBaked.name=patat 'oQqar meQlu'pu'bogh +item.potatoPoisonous.name=patat 'oQqar SuQ +item.skull.skeleton.name=Hom loD nach +item.skull.wither.name=Wither Skeleton Skull +item.skull.zombie.name=HeghHa'bogh ghot nach +item.skull.char.name=nach +item.skull.player.name=%s's Head +item.skull.creeper.name=Creeper Head +item.carrotOnAStick.name=Carrot on a Stick +item.netherStar.name=ghe'tor Hov +item.pumpkinPie.name=pumqIn chab +item.enchantedBook.name=Enchanted Book +item.fireworks.name=Firework Rocket +item.fireworks.flight=Flight Duration: +item.fireworksCharge.name=Firework Star +item.fireworksCharge.black=qIj +item.fireworksCharge.red=Doq +item.fireworksCharge.green=SuD +item.fireworksCharge.brown=Brown +item.fireworksCharge.blue=SuD +item.fireworksCharge.purple=Purple +item.fireworksCharge.cyan=Cyan +item.fireworksCharge.silver=Light Gray +item.fireworksCharge.gray=Gray +item.fireworksCharge.pink=Pink +item.fireworksCharge.lime=Lime +item.fireworksCharge.yellow=Yellow +item.fireworksCharge.lightBlue=Light Blue +item.fireworksCharge.magenta=Magenta +item.fireworksCharge.orange=Orange +item.fireworksCharge.white=White +item.fireworksCharge.customColor=Custom +item.fireworksCharge.fadeTo=Fade to +item.fireworksCharge.flicker=Twinkle +item.fireworksCharge.trail=Trail +item.fireworksCharge.type.0=moQHom +item.fireworksCharge.type.1=Large Ball +item.fireworksCharge.type.2=Star-shaped +item.fireworksCharge.type.3=Creeper-shaped +item.fireworksCharge.type.4=Burst +item.fireworksCharge.type=Unknown Shape +item.netherbrick.name=Nether Brick +item.netherquartz.name=Nether Quartz + +container.inventory='aplo'Daq +container.hopper=Item Hopper +container.crafting=chenmoH +container.dispenser=baHjan +container.dropper=Dropper +container.furnace=nagh tetwI' +container.enchant=laH chel +container.repair=tI' 'ej pong +container.repair.cost=Enchantment Cost: %1$d +container.repair.expensive=tlhoy wagh! +container.creative=Doch wIv +container.brewing=vutmeH raS +container.chest=ngaSwI' +container.chestDouble=ngaSwI' tIn +container.minecart=tlhIl Duj +container.enderchest=van ngaSwI' + +item.dyed=nguvbogh + +entity.Item.name=Doch +entity.XPOrb.name=XP moQ +entity.SmallFireball.name=Small Fireball +entity.Fireball.name=Fireball + +entity.Arrow.name=bach +entity.Snowball.name=chuch moQ +entity.Painting.name=nagh beQ + +entity.Mob.name=yagh +entity.Monster.name=yagh naS + +entity.Creeper.name=tambogh tlha'wI' +entity.Skeleton.name=Hom loD +entity.Spider.name=ghew naS +entity.Giant.name=tInbogh 'ej wochbogh loD +entity.Zombie.name=HeghHa'bogh ghot +entity.Slime.name=HuH +entity.Ghast.name=qa''a' +entity.PigZombie.name=HeghHa'bogh targh +entity.Enderman.name=van loD +entity.Silverfish.name=ghotI' boch +entity.CaveSpider.name=DIS ghew naS +entity.Blaze.name=qul yagh +entity.LavaSlime.name=vaHbo' HuH +entity.MushroomCow.name=tangqa' 'atlhqam +entity.Villager.name=vengHom ghot +entity.VillagerGolem.name=baS vIHbogh Hew +entity.SnowMan.name=chuch vIHbogh Hew +entity.EnderDragon.name=puvbogh van lung'a' +entity.WitherBoss.name=Wither +entity.Witch.name=HoS le' pIn'a' + +entity.Pig.name=targh +entity.Sheep.name=bolmaq +entity.Cow.name=tangqa' +entity.Chicken.name='uSgheb +entity.Squid.name=rItlh qIj bIQDep +entity.Wolf.name=ghar +entity.Ozelot.name=vIghro''a' +entity.Cat.name=vIghro' +entity.Bat.name=lIrHom + +entity.PrimedTnt.name=jorwI' ngogh +entity.FallingSand.name=pumtaHbogh ngogh + +entity.Minecart.name=tlhIl Duj +entity.Boat.name=bIQ DujHom + +entity.generic.name=Doch + +death.fell.accident.ladder=%1$s fell off a ladder +death.fell.accident.vines=%1$s fell off some vines +death.fell.accident.water=%1$s fell out of the water +death.fell.accident.generic=%1$s fell from a high place +death.fell.killer=%1$s was doomed to fall +death.fell.assist=%1$s was doomed to fall by %2$s +death.fell.assist.item=%1$s was doomed to fall by %2$s using %3$s +death.fell.finish=%1$s was fell too far and was finished by %2$s +death.fell.finish.item=%1$s was fell too far and was finished by %2$s using %3$s + +death.attack.inFire=%1$s went up in flames +death.attack.inFire.player=%1$s walked into fire whilst fighting %2$s +death.attack.onFire=%1$s burned to death +death.attack.onFire.player=%1$s was burnt to a crisp whilst fighting %2$s +death.attack.lava=%1$s tried to swim in lava +death.attack.lava.player=%1$s tried to swim in lava to escape %2$s +death.attack.inWall=%1$s suffocated in a wall +death.attack.drown=%1$s drowned +death.attack.drown.player=%1$s drowned whilst trying to escape %2$s +death.attack.starve=%1$s starved to death +death.attack.cactus=%1$s was pricked to death +death.attack.cactus.player=%1$s walked into a cactus whilst trying to escape %2$s +death.attack.generic=%1$s died +death.attack.explosion=%1$s blew up +death.attack.explosion.player=%1$s was blown up by %2$s +death.attack.magic=%1$s was killed by magic +death.attack.wither=%1$s withered away +death.attack.anvil=%1$s was squashed by a falling anvil +death.attack.fallingBlock=%1$s was squashed by a falling block +death.attack.mob=%1$s was slain by %2$s +death.attack.player=%1$s was slain by %2$s +death.attack.player.item=%1$s was slain by %2$s using %3$s +death.attack.arrow=%1$s was shot by %2$s +death.attack.arrow.item=%1$s was shot by %2$s using %3$s +death.attack.fireball=%1$s was fireballed by %2$s +death.attack.fireball.item=%1$s was fireballed by %2$s using %3$s +death.attack.thrown=%1$s was pummeled by %2$s +death.attack.thrown.item=%1$s was pummeled by %2$s using %3$s +death.attack.indirectMagic=%1$s was killed by %2$s using magic +death.attack.indirectMagic.item=%1$s was killed by %2$s using %3$s +death.attack.thorns=%1$s was killed trying to hurt %2$s +death.attack.fall=%1$s hit the ground too hard +death.attack.outOfWorld=%1$s fell out of the world + +deathScreen.respawn=boghqa' +deathScreen.deleteWorld=qo' Qaw' +deathScreen.titleScreen=per jIH +deathScreen.score=mI' Dape''eghbogh +deathScreen.title.hardcore=Quj rIn! +deathScreen.hardcoreInfo=Quj Qatlhqu'Daq bIboghqa'laHbe'! +deathScreen.title=bIHegh! +deathScreen.leaveServer=De'wI' Hop mej + +potion.empty=QapHa' +potion.moveSpeed=Do +potion.moveSlowdown=ru'bogh Do tIn +potion.digSpeed=Do'a' ru' +potion.digSlowDown=tlhIlmo' Doy' +potion.damageBoost=HoSghaj +potion.weakness=pujtaHghach +potion.heal=Do HoS +potion.harm=Do QIHwI' +potion.jump=Supqu' +potion.confusion=ropqu'ghach +potion.regeneration=HoSqa'ghach +potion.resistance=wunHa'ghach +potion.fireResistance=qul botwI' +potion.waterBreathing=bIQDaq tlhuHmoHlaHwI' +potion.invisibility=So'chu'ghach +potion.blindness=leghbe'ghach +potion.nightVision=ram leghqu'ghach +potion.hunger=ghungqu'ghach +potion.poison=tar +potion.wither=Wither + +potion.moveSpeed.postfix=nom vIHmeH HIvje' +potion.moveSlowdown.postfix=QIt vIHmeH HIvje' +potion.digSpeed.postfix=nom tlhIlmeH HIvje' +potion.digSlowDown.postfix=QIt tlhIlmeH HIvje' +potion.damageBoost.postfix=HoS HIvje' +potion.weakness.postfix=pujmoHmeH HIvje' +potion.heal.postfix=pIvmeH HIvje' +potion.harm.postfix=jochmeH HIvje' +potion.jump.postfix=SupmeH HIvje' +potion.confusion.postfix=ropmeH HIvje' +potion.regeneration.postfix=HoSqa'meH HIvje' +potion.resistance.postfix='ommeH HIvje' +potion.fireResistance.postfix=qul 'ommeH HIvje' +potion.waterBreathing.postfix=bIQDaq tlhuHmeH HIvje' +potion.invisibility.postfix=So'meH HIvje' +potion.blindness.postfix=leghbe'meH HIvje' +potion.nightVision.postfix=ramDaq leghmeH HIvje' +potion.hunger.postfix=ghungHa'moHmeH HIvje' +potion.poison.postfix=tar HIvje' +potion.wither.postfix=Potion of Decay + +potion.potency.0= +potion.potency.1=cha' +potion.potency.2=wej +potion.potency.3=loS + +potion.prefix.grenade=jorbogh +potion.prefix.mundane=le'be'bogh +potion.prefix.uninteresting=Dajbe'bogh +potion.prefix.bland=tlhorghHa'bogh +potion.prefix.clear=Huv +potion.prefix.milky=nIm rur +potion.prefix.diffuse=ghomHa'bogh +potion.prefix.artless=napbogh +potion.prefix.thin=lang +potion.prefix.awkward=Dochbogh +potion.prefix.flat=qetlhbe'bogh +potion.prefix.bulky=tInqu'bogh +potion.prefix.bungling=Doghbogh +potion.prefix.buttered=tlhagh ngaSbogh +potion.prefix.smooth=Habbogh +potion.prefix.suave=jejHa'bogh +potion.prefix.debonair=tlhuHbogh +potion.prefix.thick=jeDbogh +potion.prefix.elegant=Say'bogh +potion.prefix.fancy='IHqu' +potion.prefix.charming=belmoHbogh +potion.prefix.dashing=yoHbogh +potion.prefix.refined=watlhbogh +potion.prefix.cordial=rachbogh +potion.prefix.sparkling=pantaHbogh +potion.prefix.potent=HoSghajbogh +potion.prefix.foul='ughbogh +potion.prefix.odorless=He'be'bogh +potion.prefix.rank=patlh +potion.prefix.harsh='upbogh +potion.prefix.acrid=tlhorghbogh +potion.prefix.gross='upbogh +potion.prefix.stinky=He'So' + +enchantment.damage.all=jejqu' +enchantment.damage.undead=HeghHa'wI'vaD 'oy''a' +enchantment.damage.arthropods=ghew HeghmeH +enchantment.knockback=cholHa'moHwI' +enchantment.fire=qul nob +enchantment.protect.all=QanwI' +enchantment.protect.fire=qul QanwI' +enchantment.protect.fall=pumbogh boHey +enchantment.protect.explosion=jorwI' QanwI' +enchantment.protect.projectile=peng QanwI' +enchantment.oxygen=tlhuH +enchantment.waterWorker=bIQ maS +enchantment.digging=vaQ +enchantment.untouching=loQ Hot +enchantment.durability=ghorHa'ghach +enchantment.lootBonus=latlh Huch +enchantment.lootBonusDigger=Do' +enchantment.arrowDamage=HoS +enchantment.arrowFire=qul +enchantment.arrowKnockback=qIp +enchantment.arrowInfinite=taH +enchantment.thorns=Thorns + +enchantment.level.1=wa' +enchantment.level.2=cha' +enchantment.level.3=wej +enchantment.level.4=loS +enchantment.level.5=vagh +enchantment.level.6=jav +enchantment.level.7=Soch +enchantment.level.8=chorgh +enchantment.level.9=Hut +enchantment.level.10=wa'maH + +gui.achievements=chavmey +gui.stats=ta + +stat.generalButton=baQa' +stat.blocksButton=ngoghmey +stat.itemsButton=Dochmey + +stat.used='arlogh lo' +stat.mined='arlogh tlhIl +stat.depleted='arlogh natlh +stat.crafted='arlogh chenmoH + +stat.startGame='arlogh Quj +stat.createWorld='arlogh qo'mey Quj +stat.loadWorld=tamey naw'ta'bogh +stat.joinMultiplayer=QujwI' law' ghajbogh Quj'e' 'el +stat.leaveGame=Qujvo' mej + +stat.playOneMinute=QujtaHvIS tupmey + +stat.walkOneCm=chuq 'ar DayIt +stat.fallOneCm=chuq 'ar Dapum +stat.swimOneCm=chuq 'ar DaQal +stat.flyOneCm=chuq 'ar Dapuv +stat.climbOneCm=chuq 'ar DatoS +stat.diveOneCm=bIQDaq chuq 'ar Dapum +stat.minecartOneCm=tlhIl DujDaq chuq 'ar Daleng +stat.boatOneCm=bIQ DujDaq chuq 'ar Daleng +stat.pigOneCm=targhDaq chuq 'ar Daleng +stat.jump='arlogh Sup +stat.drop=chagh Dochmey + +stat.damageDealt=QIHmoHta' +stat.damageTaken=QIH yaH +stat.deaths='arlogh bIHegh +stat.mobKills='arghlogh yagh HoH +stat.playerKills=QujwI'pu' HoHta' +stat.fishCaught=ghotI' jonpu' + +stat.mineBlock=%1$s tlhIlta' +stat.craftItem=%1$ chenmoH +stat.useItem=%1$s lo'ta' +stat.breakItem=%1$s natlhta' + +achievement.get=chav DaSuq! + +achievement.taken=Suq! + +achievement.requires='%1$s' ghajnIS +achievement.openInventory='aplo'lIj DapoSmoHta' +achievement.openInventory.desc='aplo'lIj poSmoHmeH '%1$s' yI'uy. +achievement.mineWood=Sor Hap DaSuqta' +achievement.mineWood.desc=Sor yIHIv. narghDI' Sor Hap ngogh, yImev +achievement.buildWorkBench=vummeH raS DachenmoHta' +achievement.buildWorkBench.desc=vummeH raS yIchenmoH. loS Sor Hap ngogh yIlo' +achievement.buildPickaxe=yItlhIlchoH! +achievement.buildPickaxe.desc=tlhIlmeH 'obmaQ yIchenmoH. Sor Hap beQ, naQmey yIlo' +achievement.buildFurnace=nagh tetwI' DachenmoHta' +achievement.buildFurnace.desc=nagh tetwI' yIchenmoH. chorgh nagh ngogh yIlo' +achievement.acquireIron=baS DaSuqta' +achievement.acquireIron.desc=baS lam yItet +achievement.buildHoe=DaH yIwIj! +achievement.buildHoe.desc=Du' jan yIchenmoH. Sor Hap beQ, naQmey je yIlo' +achievement.makeBread=tIr ngogh yIvut +achievement.makeBread.desc=tIr ngogh yIchenmoH. tIr yIlo' +achievement.bakeCake=Su'ghar tIr ngogh yIchenmoH +achievement.bakeCake.desc=Su'ghar tIr ngogh yIchenmoH. tIr, Su'ghar, nIm, QImmey yIlo'! +achievement.buildBetterPickaxe=tlhIl 'obmaQlIj yIDu' +achievement.buildBetterPickaxe.desc=tlhIlmeH 'obmaQ Dublu'bogh yIchenmoH +achievement.cookFish=bIQDep yIvut +achievement.cookFish.desc=bIQDep yIjon 'ej bIQDep yIvut! +achievement.onARail=tep HeDaq +achievement.onARail.desc=bItaghbogh Daqvo' tlhIl DujDaq pagh vI' vagh qelI'qam Dalengta' +achievement.buildSword=DaH yIHIv! +achievement.buildSword.desc='etlh DachenmoHmeH Sor Hap ngoghmey beQ naQHommey je Dalo'ta' +achievement.killEnemy=yagh naS wamwI' +achievement.killEnemy.desc=yagh naS yIHIv 'ej yIQaw' +achievement.killCow=tangqa' pummoHwI' +achievement.killCow.desc=tangqa'vo' DIrmey puS Datlhapta' +achievement.flyPig=puvDI' targh +achievement.flyPig.desc=qojvo' targh yIpuvmoH +achievement.snipeSkeleton=chetvI' yIlo'taHvIS Hom loD yIHoH +achievement.snipeSkeleton.desc=16 'uj'a' 'oHtaHvIS Hom loD, SoH je joj'e', Hom loD yIHoH chetvI' yIlo'taHvIS +achievement.diamonds=qutmey! +achievement.diamonds.desc=baS jan yIlo' 'ej qutmey yISuq +achievement.portal=bIngDaq matlhIlnIStaH +achievement.portal.desc=ghe'torDaq lojmIt yIchenmoH +achievement.ghast=ngeHwI'vaD yInobHa' +achievement.ghast.desc=qa''a' DaQaw'meH qul moQ yIlo' +achievement.blazeRod=qulDaq yIghoS +achievement.blazeRod.desc=qul yaghvo' naQDaj Datlhapta' +achievement.potion=HIvje' vutwI'quv +achievement.potion.desc=HIvje' yIvut +achievement.theEnd=van? +achievement.theEnd.desc=van DaSamta' +achievement.theEnd2=van. +achievement.theEnd2.desc=van lung'a' yIjey +achievement.enchantments=laH chelwI' +achievement.enchantments.desc=laH chelmeH raS DachenmoHmeH paq, nagh qIj ngogh, qut je yIlo' +achievement.overkill=HoHqu'qu' +achievement.overkill.desc=wa'logh bIqIp neH 'ej chorgh tIqmey DaQIHta' +achievement.bookcase=paq pIn +achievement.bookcase.desc=laH chelmeH raSlIj DaDubmeH, paq bey' vIchenmoH + +commands.generic.exception='op Qagh qaS vIS nID Haq ra'ghomquv +commands.generic.syntax=Qapbe' ra'meH mu'tlheghvam Qur +commands.generic.player.notFound=QujwI'vam SamlaHbe' +commands.generic.notFound='op ra'ghomquv. nID/QaH meH naD tetlh ra'ghomquv. +commands.generic.num.invalid='%s' 'oH ghobe' lugh mI' +commands.generic.num.tooSmall=mI'SoH ghaj 'el (%d) tInbe'yap, oH lu', luq taH %d +commands.generic.num.tooBig=mI' SoH 'elta' (%d) 'OH tIn, oH' taH Daq %d +commands.generic.double.tooSmall=The number you have entered (%.2f) is too small, it must be at least %.2f +commands.generic.double.tooBig=The number you have entered (%.2f) is too big, it must be at most %.2f +commands.generic.usage=lo' vo':%s + +commands.xp.failure.widthdrawXp=Cannot give player negative experience points +commands.xp.success=nobta' %d XP vo' %s +commands.xp.success.levels=Given %d levels to %s +commands.xp.success.negative.levels=Taken %d levels from %s +commands.xp.usage=/xp [player] OR /xp L [player] +commands.give.usage=/give [mI'][De'] +commands.give.notFound=pa' 'oH ghobe' Doch tlhej ID %d +commands.give.success=nobta' %s (ID %d) * %d Daq %s +commands.effect.usage=/effect [seconds] [amplifier] +commands.effect.notFound=There is no such mob effect with ID %d +commands.effect.success=Given %1$s (ID %2$d) * %3$d to %4$s for %5$d seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.enchant.usage=/enchant [level] +commands.enchant.notFound=There is no such enchantment with ID %d +commands.enchant.noItem=The target doesn't hold an item +commands.enchant.cantEnchant=The selected enchantment can't be added to the target item +commands.enchant.cantCombine=%1$s can't be combined with %2$s +commands.enchant.success=Enchanting succeeded +commands.clear.usage=/clear [item] [data] +commands.clear.success=Cleared the inventory of %s, removing %d items +commands.clear.failure=Could not clear the inventory of %s, no items to remove +commands.downfall.success=leQ pum +commands.time.usage=/time +commands.time.added=chelta' %d Daq poH +commands.time.set=cher poH Daq %d +commands.players.list=pa' 'oH %d/%d ghotpu' Daq: +commands.banlist.ips=pa' 'oH %d lon IP SoQpu': +commands.banlist.players=pa' oH' %d lon ghotpu': +commands.banlist.usage=/banlist [ips|ghotpu'] +commands.kick.success=pup %s vo' Quj +commands.kick.success.reason=pup %s vo' Quj; '%s' +commands.kick.usage=/pup [meq ...] +commands.op.success=Opped %s +commands.op.usage=/op +commands.deop.success=De-opped %s +commands.deop.usage=/deop +commands.say.usage=/say +commands.ban.success=lon ghot %s +commands.ban.usage=/ban [meq ...] +commands.unban.success=Qotlh lon ghot %s +commands.unban.usage=/pardon +commands.banip.invalid=SoH 'elta' qab IP joq ghot vetlh 'oH ghobe' +commands.banip.success=lon'ta' IP %s +commands.banip.success.players=lon'ta' IP %s vo' %s +commands.banip.usage=/ban-ip [meq ...] +commands.unbanip.invalid=SoH 'elta' qab IP +commands.unbanip.success=lon'ta' IP %s +commands.unbanip.usage=/pardon-ip +commands.save.enabled=Dotlh chu'ta': pIj qo' qon De'wI' +commands.save.disabled=pIj chu'Ha'ta': not qo' qon De'wI' Datlhobbe'chugh +commands.save.start=qonlI'... +commands.save.success=qo' DatoDta' +commands.save.failed=qonlaHbe': %s +commands.stop.start=mev tebwI' +commands.tp.success=lupta' %s Daq %s +commands.tp.success.coordinates=Teleported %s to %.2f,%.2f,%.2f +commands.tp.usage=/tp [DoS chu'wI'] latlh /tp [DoS chu'wI'] +commands.tp.notSameDimension=Unable to teleport because players are not in the same dimension +commands.whitelist.list=naD tetlhlIjDaq %d QujwI' DaleghtaHbogh tu'lu' (Hoch: %d DaleghtaH): +commands.whitelist.enabled=naD tetlh chu'ta' +commands.whitelist.disabled=naD tetlh chu'Ha'ta' +commands.whitelist.reloaded=naD tetlh lelqa'ta' +commands.whitelist.add.success=naD tetlhDaq %s chelta' +commands.whitelist.add.usage=/naD chel ; +commands.whitelist.remove.success=naD tetlhDaq %s polHa'ta' +commands.whitelist.remove.usage=/naD teq ; +commands.whitelist.usage=/naD ; +commands.scoreboard.usage=/scoreboard +commands.scoreboard.teamNotFound=No team was found by the name '%s' +commands.scoreboard.objectiveNotFound=No objective was found by the name '%s' +commands.scoreboard.objectiveReadOnly=The objective '%s' is read-only and cannot be set +commands.scoreboard.objectives.usage=/scoreboard objectives +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [objective] +commands.scoreboard.objectives.setdisplay.invalidSlot=No such display slot '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Cleared objective display slot '%s' +commands.scoreboard.objectives.setdisplay.successSet=Set the display objective in slot '%s' to '%s' +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [display name ...] +commands.scoreboard.objectives.add.wrongType=Invalid objective criteria type. Valid types are: %s +commands.scoreboard.objectives.add.alreadyExists=An objective with the name '%s' already exists +commands.scoreboard.objectives.add.tooLong=The name '%s' is too long for an objective, it can be at most %d characters long +commands.scoreboard.objectives.add.displayTooLong=The display name '%s' is too long for an objective, it can be at most %d characters long +commands.scoreboard.objectives.add.success=Added new objective '%s' successfully +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.remove.success=Removed objective '%s' successfully +commands.scoreboard.objectives.list.count=Showing %d objective(s) on scoreboard +commands.scoreboard.objectives.list.entry=- %s: displays as '%s' and is type '%s' +commands.scoreboard.objectives.list.empty=There are no objectives on the scoreboard +commands.scoreboard.players.usage=/scoreboard players +commands.scoreboard.players.set.success=Set score of %s for player %s to %d +commands.scoreboard.players.set.usage=/scoreboard players set +commands.scoreboard.players.add.usage=/scoreboard players add +commands.scoreboard.players.remove.usage=/scoreboard players remove +commands.scoreboard.players.reset.usage=/scoreboard players reset +commands.scoreboard.players.reset.success=Reset all scores of player %s +commands.scoreboard.players.list.count=Showing %d tracked players on the scoreboard +commands.scoreboard.players.list.empty=There are no tracked players on the scoreboard +commands.scoreboard.players.list.player.count=Showing %d tracked objective(s) for %s +commands.scoreboard.players.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.players.list.player.empty=Player %s has no scores recorded +commands.scoreboard.teams.usage=/scoreboard teams +commands.scoreboard.teams.add.usage=/scoreboard teams add [display name ...] +commands.scoreboard.teams.add.alreadyExists=A team with the name '%s' already exists +commands.scoreboard.teams.add.tooLong=The name '%s' is too long for a team, it can be at most %d characters long +commands.scoreboard.teams.add.displayTooLong=The display name '%s' is too long for a team, it can be at most %d characters long +commands.scoreboard.teams.add.success=Added new team '%s' successfully +commands.scoreboard.teams.list.usage=/scoreboard teams list [name] +commands.scoreboard.teams.list.count=Showing %d teams on the scoreboard +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' has %3$d players +commands.scoreboard.teams.list.empty=There are no teams registered on the scoreboard +commands.scoreboard.teams.list.player.count=Showing %d player(s) in team %s +commands.scoreboard.teams.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.teams.list.player.empty=Team %s has no players +commands.scoreboard.teams.empty.usage=/scoreboard teams clear +commands.scoreboard.teams.empty.alreadyEmpty=Team %s is already empty, cannot remove nonexistant players +commands.scoreboard.teams.empty.success=Removed all %d player(s) from team %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.remove.success=Removed team %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [player] +commands.scoreboard.teams.join.success=Added %d player(s) to team %s: %s +commands.scoreboard.teams.join.failure=Could not add %d player(s) to team %s: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [player] +commands.scoreboard.teams.leave.success=Removed %d player(s) from their teams: %s +commands.scoreboard.teams.leave.failure=Could not remove %d player(s) from their teams: %s +commands.scoreboard.teams.leave.noTeam=You are not in a team +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.option.noValue=Valid values for option %s are: %s +commands.scoreboard.teams.option.success=Set option %s for team %s to %s +commands.gamemode.success.self=cher ghaj Quj Segh Daq %s +commands.gamemode.success.other=cher %sDaj Quj Segh Daq %s +commands.gamemode.usage=/gamemode [ghot] +commands.defaultgamemode.usage=/defaultgamemode +commands.defaultgamemode.success=DaH %s 'oH qo'vam Dotlh motlh'e' +commands.me.usage=/me +commands.help.header=--- cha' QaH %d vo' %d (/help ) --- +commands.help.footer=qeS: ra'meH mu'tlhegh DaghItlhtaHvIS, mu'tlhegh naQmoH De'wI' DaneHchugh yI'uy +commands.help.usage=/help [nav mI'|ra'meH pong] +commands.publish.started=%s-Daq Qujvam loHlu'taH +commands.publish.failed=Quj Sum cherlaHbe' +commands.debug.start=Started debug profiling +commands.debug.stop=Stopped debug profiling after %.2f seconds (%d ticks) +commands.debug.notStarted=Can't stop profiling when we haven't started yet! +commands.debug.usage=/debug +commands.message.usage=/tell +commands.message.sameTarget=You can't send a private message to yourself! +commands.message.display.outgoing=You whisper to %s: %s +commands.message.display.incoming=%s whispers to you: %s +commands.difficulty.usage=/difficulty +commands.difficulty.success=Set game difficulty to %s +commands.spawnpoint.usage=/spawnpoint OR /spawnpoint OR /spawnpoint +commands.spawnpoint.success=Set %s's spawn point to (%d, %d, %d) +commands.gamerule.usage=/gamerule OR /gamerule +commands.gamerule.success=Game rule has been updated +commands.gamerule.norule=No game rule called '%s' is available +commands.weather.usage=/weather [duration in seconds] +commands.weather.clear=Changing to clear weather +commands.weather.rain=Changing to rainy weather +commands.weather.thunder=Changing to rain and thunder +commands.testfor.usage=/testfor +commands.testfor.failed=/testfor is only usable by commandblocks with analog output + +itemGroup.buildingBlocks=chenmoHmeH ngoghmey +itemGroup.decorations='IHmoHmeH ngoghmey +itemGroup.redstone=nagh Doqqu' +itemGroup.transportation=lupwI' +itemGroup.misc=latlh +itemGroup.search=DochmeyDaq nej +itemGroup.food=Soj +itemGroup.tools=janmey +itemGroup.combat=vIq +itemGroup.brewing=HIq vutwI' +itemGroup.materials=chenmoHmeH Hap +itemGroup.inventory=taHmeH Quj tep + +inventory.binSlot=Doch Qaw' + +advMode.setCommand=Set Console Command for Block +advMode.command=Console Command +advMode.nearestPlayer=Use "@p" to target nearest player +advMode.randomPlayer=Use "@r" to target random player +advMode.allPlayers=Use "@a" to target all players + +advMode.notEnabled=Command blocks are not enabled on this server +advMode.notAllowed=Must be an opped player in creative mode + +mco.title=Minecraft Realms +mco.selectServer.select=Join Server +mco.selectServer.configure=Configure +mco.selectServer.create=Create World +mco.selectServer.moreinfo=More Info + +mco.configure.world.edit.title=Edit World + +mco.configure.world.title=Configure World +mco.configure.world.name=Name +mco.configure.world.description=Description +mco.configure.world.location=Location +mco.configure.world.invited=Invited +mco.configure.world.buttons.edit=Edit +mco.configure.world.buttons.reset=Reset World +mco.configure.world.buttons.done=Done +mco.configure.world.buttons.delete=Delete +mco.configure.world.buttons.open=Open World +mco.configure.world.buttons.close=Close World +mco.configure.world.buttons.invite=Invite +mco.configure.world.buttons.uninvite=Uninvite +mco.configure.world.buttons.subscription=Subscription +mco.configure.world.invite.profile.name=Name +mco.configure.world.uninvite.question=Are you sure that you want to uninvite + +mco.configure.world.subscription.title=Subscription Info +mco.configure.world.subscription.daysleft=Days Left +mco.configure.world.subscription.start=Start Date +mco.configure.world.subscription.extend=Extend + +mco.create.world.location.title=Locations +mco.create.world.location.warning=You may not get the exact location you select +mco.create.world.wait=Creating the world... + +mco.reset.world.title=Reset World +mco.reset.world.warning=This will permanently delete your world! +mco.reset.world.seed=Seed (Optional) +mco.reset.world.resetting.screen.title=Resetting World... + +mco.configure.world.close.question.line1=Your world will become unavailable. +mco.configure.world.close.question.line2=Are you sure you want to do that? + +mco.connect.connecting=Connecting to the online server... +mco.connect.authorizing=Logging in... +mco.connect.failed=Failed to connect to the online server + +mco.create.world=Create + diff --git a/1.5.2/lang/tr_TR.lang b/1.5.2/lang/tr_TR.lang new file mode 100644 index 00000000..c6c33ad3 --- /dev/null +++ b/1.5.2/lang/tr_TR.lang @@ -0,0 +1,1293 @@ +#X-Generator: crowdin.net + +language.name=Türkçe +language.region=TR +language.code=tr_TR + +gui.done=Tamam +gui.cancel=İptal +gui.back=Back +gui.toMenu=Ana menüye dön +gui.up=Yukarı +gui.down=Aşağı +gui.yes=Evet +gui.no=Hayır + +menu.singleplayer=Tek Oyunculu +menu.multiplayer=Çok Oyunculu +menu.online=Minecraft Realms +menu.options=Ayarlar... +menu.quit=Oyundan Çık +menu.returnToMenu=Kaydet ve Ana Menüye Dön +menu.disconnect=Bağlantıyı Kes +menu.returnToGame=Oyuna Dön +menu.switchingLevel=Dünyalar değiştiriliyor +menu.generatingLevel=Dünya oluşturuluyor +menu.loadingLevel=Dünya yükleniyor +menu.generatingTerrain=Zemin inşa ediliyor +menu.convertingLevel=Dünya dönüştürülüyor +menu.simulating=Dünya simüle ediliyor +menu.respawning=Yeniden Canlandırılıyor +menu.shareToLan=Yerel ağda paylaş + +selectWorld.title=Dünya Seç +selectWorld.empty=boş +selectWorld.world=Dünya +selectWorld.select=Seçilen dünyada oyna +selectWorld.create=Yeni Dünya Yarat +selectWorld.recreate=Yeniden Oluştur +selectWorld.createDemo=Yeni Demo Dünya Yarat +selectWorld.delete=Sil +selectWorld.rename=Yeniden Adlandır +selectWorld.deleteQuestion=Bu dünyayı silmek istediğinizden emin misiniz? +selectWorld.deleteWarning=sonsuza kadar kaybolacak! (Uzun bir süre!) +selectWorld.deleteButton=Sil +selectWorld.renameButton=Yeniden Adlandır +selectWorld.renameTitle=Dünyayı Yeniden Adlandır +selectWorld.conversion=Dönüştürülmesi gerek! +selectWorld.newWorld=Yeni Dünya +selectWorld.newWorld.copyOf=%s kopyası +selectWorld.enterName=Dünya Adı +selectWorld.resultFolder=Buraya kaydedilecek: +selectWorld.enterSeed=Dünya yaratıcısı için kod +selectWorld.seedInfo=Rastgele oluşturmak için boş bırakın +selectWorld.cheats=Hileler +selectWorld.customizeType=Kişiselleştir + +createWorld.customize.presets=Hazır ayarlar +createWorld.customize.presets.title=Hazır Ayar seçin +createWorld.customize.presets.select=Hazır ayarı kullan +createWorld.customize.presets.share=Bu ayarları birileriyle paylaşmak ister misin ? Aşağıdaki kutuyu kullan! +createWorld.customize.presets.list=Alternatif olarak, daha önce yaptıklarımızdan bazıları! +createWorld.customize.flat.title=Dümdüz Özelleştirme +createWorld.customize.flat.tile=Katman Malzemesi +createWorld.customize.flat.height=Yükseklik +createWorld.customize.flat.addLayer=Katman Ekle +createWorld.customize.flat.editLayer=Katmanı Düzenle +createWorld.customize.flat.removeLayer=Katmanı Kaldır +createWorld.customize.flat.layer.top=Üst - %d +createWorld.customize.flat.layer=%d +createWorld.customize.flat.layer.bottom=Alt - %d + +gameMode.survival=Hayatta Kalma Modu +gameMode.creative=Yaratıcılık modu +gameMode.adventure=Macera Modu +gameMode.hardcore=Zorlu Mod! +gameMode.changed=Oyun modunuz güncellendi + +selectWorld.gameMode=Oyun Modu: +selectWorld.gameMode.survival=Hayatta Kalma +selectWorld.gameMode.survival.line1=Kaynak ara,yarat,elde etn +selectWorld.gameMode.survival.line2=Seviyeler,sağlık ve açlık +selectWorld.gameMode.creative=Yaratıcı +selectWorld.gameMode.creative.line1=Sınırsız kaynaklar, özgürce uçma ve +selectWorld.gameMode.creative.line2=Blokları anında kırma +selectWorld.gameMode.hardcore=Zorlayıcı +selectWorld.gameMode.hardcore.line1=Hayatta kalma modu ile aynı, zorluk seviyesi daha yüksek +selectWorld.gameMode.hardcore.line2=tek canlı, zorlaştırılmış mod +selectWorld.gameMode.adventure=Macera +selectWorld.gameMode.adventure.line1=Hayatta kalma modu, ama blokları değil +selectWorld.gameMode.adventure.line2=eklenemez veya kaldırılamaz +selectWorld.moreWorldOptions=Daha fazla dünya seçeneği... +selectWorld.mapFeatures=Yapılar oluştur: +selectWorld.mapFeatures.info=Köyler, zindanlar vb +selectWorld.mapType=Dünya Tipi: +selectWorld.mapType.normal=Normal +selectWorld.allowCommands=Hilelere izin ver: +selectWorld.allowCommands.info=/gamemode, /xp gibi komutlar +selectWorld.hardcoreMode=Zorlu: +selectWorld.hardcoreMode.info=Öldüğünde dünya silinecek +selectWorld.bonusItems=Bonus Sandık: + +generator.default=Varsayılan +generator.flat=Süper düz +generator.largeBiomes=Büyük Biyomlar + +selectServer.title=Sunucu Seç +selectServer.empty=boş +selectServer.select=Sunucuya Katıl +selectServer.direct=Doğrudan Bağlan +selectServer.edit=Düzenle +selectServer.delete=Sil +selectServer.add=Sunucu Ekle +selectServer.defaultName=Minecraft Sunucusu +selectServer.deleteQuestion=Bu sunucuyu kaldırmak istediğinden emin misin ? +selectServer.deleteWarning=sonsuza kadar kaybolacak! (Çok uzun bir süre!) +selectServer.deleteButton=Sil +selectServer.refresh=Yenile +selectServer.hiddenAddress=(Gizli) +addServer.title=Sunucu bilgisini düzenle +addServer.enterName=Sunucu adı +addServer.enterIp=Sunucu Adresi +addServer.add=Tamamlandı +addServer.hideAddress=Adresi Gizle +lanServer.title=Yerel Ağ Dünyası +lanServer.scanning=Scanning for games on your local network +lanServer.start=Yerel Ağ Dünyası Başlat +lanServer.otherPlayers=Diğer oyuncular için ayarlar +mcoServer.title=Minecraft Online dünya + +multiplayer.title=Çok Oyunculu Oyna +multiplayer.connect=Bağlan +multiplayer.info1=Minecraft Çoklu Oyuncu Modu henüz tamamlanmadı, fakat burada +multiplayer.info2=biraz hatalı, ön testler sürüyor. +multiplayer.ipinfo=Sunucuya bağlanmak için IP girin: + +multiplayer.texturePrompt.line1=Bu sunucu özel bir doku paketi kullanmayı öneriyor. +multiplayer.texturePrompt.line2=Doku paketi kendi kendine, büyülü bir şekilde yüklensin mi? + +multiplayer.downloadingTerrain=Arazi indiriliyor + +multiplayer.stopSleeping=Yataktan Ayrıl + +chat.link.confirm=Bu web sitesini açmak istediğinizden emin misiniz? +chat.link.warning=Güvenmediğiniz kişilerden gelen bağlantıları asla açmayın! +chat.copy=Panoya kopyala + +menu.playdemo=Deneme dünyasında oyna +menu.resetdemo=Deneme dünyasını sıfırla +demo.day.1=Bu deneme sürümü beş gün sürecek. Elinden gelenin en iyisini yap! +demo.day.2=İkinci Gün +demo.day.3=Üçüncü Gün +demo.day.4=Dördüncü Gün +demo.day.5=Bu senin son günün! +demo.day.warning=Zamanın bitiyor! +demo.day.6=5. gün geçti , eserinin ekran görüntüsünü almak için F2 tuşunu kullan +demo.reminder=Deneme süresi doldu. Oynamaya devam etmek yada yeni bir dünya yaratmak için oyunu satın al! +demo.remainingTime=Kalan süre: %s +demo.demoExpired=Deneme süresi doldu! +demo.help.movement=%1$s, %2$s, %3$s, %4$s ve fareni kullanarak etrafta dolan +demo.help.movementShort=%1$ S, %2$ s, %3$ s, %4$ s tuşularına basarak hareket edin +demo.help.movementMouse=Fareyi kullanarak etrafa bakın +demo.help.jump=%1$s tuşuna basarak zıpla +demo.help.inventory=%1$s tuşuna basarak envanterini aç +demo.help.title=Minecraft Deneme modu +demo.help.fullWrapped=Bu Deneme oyun içi 5 gün (Gerçek zamanda 1 saat 40 dakika) sürecek. Başarılar için ipuçlarını kontrol edin! İyi eğlenceler! +demo.help.buy=Hemen satın al! +demo.help.later=Oyuna devam et! + +connect.connecting=Sunucuya bağlanılıyor... +connect.authorizing=Giriş yapılıyor... +connect.failed=Sunucuya bağlanılamadı + +disconnect.genericReason=%s +disconnect.disconnected=Sunucu tarafından bağlantı kesildi +disconnect.lost=Bağlantı Kaybedildi +disconnect.kicked=Oyundan atıldı +disconnect.timeout=Zaman aşımına uğradı +disconnect.closed=Bağlantı Kapandı +disconnect.loginFailed=Oturum açılamadı +disconnect.loginFailedInfo=Oturum açılamadı %s +disconnect.quitting=Çıkılıyor +disconnect.endOfStream=Bağlantı Sonu +disconnect.overflow=Arabellek Taştı +disconnect.spam=Spam nedeniyle atıldın + +options.off=KAPALI +options.on=AÇIK +options.visible=Gösterilen +options.hidden=Gizli +options.title=Ayarlar +options.controls=Kontroller... +options.video=Video Ayarları... +options.language=Dil... +options.languageWarning=Dil çevirileri %100 doğru olmayabilir +options.videoTitle=Görüntü Ayarları +options.music=Müzik +options.sound=Ses +options.invertMouse=Ters Fare Kontrolleri +options.fov=Görüş Açısı +options.fov.min=Normal +options.fov.max=Tam Bakış Açısı +options.gamma=Parlaklık +options.gamma.min=Karamsar +options.gamma.max=Parlak +options.sensitivity=Hassasiyet +options.sensitivity.min=*esneme* +options.sensitivity.max=AŞIRI HIZ!!! +options.renderDistance=Görüş Mesafesi +options.renderDistance.tiny=Küçücük +options.renderDistance.short=Kısa +options.renderDistance.normal=Normal +options.renderDistance.far=Uzak +options.viewBobbing=Sarsılmayı Göster +options.ao=Yumuşak Işıklandırma +options.ao.off=Off +options.ao.min=Minimum +options.ao.max=Maximum +options.anaglyph=3D Görüntü +options.framerateLimit=Performans +options.difficulty=Zorluk +options.difficulty.peaceful=Barışçıl +options.difficulty.easy=Kolay +options.difficulty.normal=Normal +options.difficulty.hard=Zor +options.difficulty.hardcore=Zorlayıcı +options.graphics=Grafikler +options.graphics.fancy=Gerçekçi +options.graphics.fast=Hızlı +options.guiScale=Kullanıcı Arayüzü Ölçeği +options.guiScale.auto=Otomatik +options.guiScale.small=Küçük +options.guiScale.normal=Normal +options.guiScale.large=Büyük +options.advancedOpengl=Gelişmiş OpenGL +options.renderClouds=Bulutlar +options.farWarning1=64 bit java yüklemesi önerilir +options.farWarning2=Uzak görüş mesafesi için (sizdeki 32 bit) +options.particles=Parçacıklar +options.particles.all=Tümü +options.particles.decreased=Azaltılmış +options.particles.minimal=En Az +options.multiplayer.title=Çoklu Oyuncu Ayarları... +options.chat.title=Sohbet ayarları... +options.chat.visibility=Sohbet +options.chat.visibility.full=Gösterilen +options.chat.visibility.system=Yalnızca komutlar +options.chat.visibility.hidden=Gizli +options.chat.color=Renkler +options.chat.opacity=Saydamlık +options.chat.links=İnternet Linkleri +options.chat.links.prompt=Linkleri açarken uyarı +options.chat.scale=Ölçek +options.chat.width=Genişlik +options.chat.height.focused=Odaklanmış Yükseklik +options.chat.height.unfocused=Odaklanmamış Yükseklik +options.showCape=Pelerini göster +options.serverTextures=Sunucu Dokuları +options.snooper=İzinli snooper +options.snooper.view=Snooper Ayarları... +options.snooper.title=Makine spesifikasyonları koleksiyonu +options.snooper.desc=Minecraft'ın gelişmesine ve hataların bulunması için makinanız hakkında bilgi toplamak istiyoruz.Bu bilgiler anonim olarak toplanacak ve yayınlanacaktır.Bu bilgileri kötü bir amaçla kullanmayacağımıza söz veriyoruz, isterseniz bu özelliği kapatabilirsiniz! +options.texture.pack=Doku Paketleri +options.fullscreen=Tam Ekran +options.vsync=VSync etkin +options.touchscreen=Dokunmatik Ekran Modu + +performance.max=Maksimum FPS +performance.balanced=Dengeli +performance.powersaver=Güç Tasarrufu + +controls.title=Kontroller + +key.forward=İleri +key.left=Sol +key.back=Geri +key.right=Sağ +key.jump=Zıpla +key.inventory=Envanter +key.drop=Yere at +key.chat=Sohbet +key.fog=Sisi Ayarla +key.sneak=Eğil +key.playerlist=Oyuncuları Listele +key.attack=Saldır +key.use=Eşyayı kullan +key.pickItem=Blok seç +key.mouseButton=Buton %1$s +key.command=Komut + +texturePack.openFolder=Doku paketi klasörünü aç +texturePack.title=Doku paketi seç +texturePack.folderInfo=(Doku paketlerini buraya yerleştirin) +texturePack.incompatible=Uyumsuz + +book.pageIndicator=Sayfa %1$s,%2$s +book.byAuthor=Yazar: %1$s +book.signButton=Bitir +book.editTitle=Kitap Adı: +book.finalizeButton=Bitir ve Kapat +book.finalizeWarning=Uyarı: Eğer kitabı bitirirseniz, bundan böyle üzerinde değişiklik yapılamaz. + +tile.stone.name=Taş + +tile.grass.name=Çimen +tile.dirt.name=Toprak +tile.stonebrick.name=Kırık Taş +tile.wood.name=Ahşap Kalaslar +tile.wood.oak.name=Meşe Ağacı Tahtası +tile.wood.spruce.name=Ladin Tahtası +tile.wood.birch.name=Huş Ağacı Tahtası +tile.wood.jungle.name=Orman Ağacı Tahtası +tile.sapling.oak.name=Meşe Fidanı +tile.sapling.spruce.name=Ladin Ağacı Fidanı +tile.sapling.birch.name=Huş Fidanı +tile.sapling.jungle.name=Orman Ağacı Fidanı +tile.deadbush.name=Ölü Bitki +tile.bedrock.name=Katman Kayası +tile.water.name=Su +tile.lava.name=Lav +tile.sand.name=Kum +tile.sandStone.name=Kumtaşı +tile.sandStone.default.name=Kumtaşı +tile.sandStone.chiseled.name=Keskin Kumtaşı +tile.sandStone.smooth.name=Düzgün Kumtaşı +tile.gravel.name=Çakıl +tile.oreGold.name=Altın Cevheri +tile.oreIron.name=Demir Cevheri +tile.oreCoal.name=Kömür Cevheri +tile.log.name=Odun +tile.log.oak.name=Meşe Odunu +tile.log.spruce.name=Ladin Odunu +tile.log.birch.name=Huş Odunu +tile.log.jungle.name=Orman Ağacı Odunu +tile.leaves.name=Yapraklar +tile.leaves.oak.name=Meşe Yaprakları +tile.leaves.spruce.name=Ladin Yaprakları +tile.leaves.birch.name=Huş Yaprakları +tile.leaves.jungle.name=Orman Ağacı Yaprakları +tile.tallgrass.name=Çimen +tile.tallgrass.shrub.name=Çalı +tile.tallgrass.grass.name=Çimen +tile.tallgrass.fern.name=Eğreltiotu +tile.sponge.name=Sünger +tile.glass.name=Cam +tile.thinGlass.name=İnce Cam +tile.cloth.name=Yün +tile.flower.name=Çiçek +tile.rose.name=Gül +tile.mushroom.name=Mantar +tile.blockGold.name=Altın Bloğu +tile.blockIron.name=Demir Bloğu +tile.stoneSlab.stone.name=Taş Basamak +tile.stoneSlab.sand.name=Kumtaşı Basamak +tile.stoneSlab.wood.name=Tahta Basamak +tile.stoneSlab.cobble.name=Kırık Taş Basamak +tile.stoneSlab.brick.name=Tuğla Basamak +tile.stoneSlab.smoothStoneBrick.name=Taş Tuğla Basamak +tile.stoneSlab.netherBrick.name=Nether Tuğlası Basamağı +tile.stoneSlab.quartz.name=Kuvars Basamağı +tile.woodSlab.oak.name=Meşe Ağacı Basamağı +tile.woodSlab.spruce.name=Ladin Odunu Basamağı +tile.woodSlab.birch.name=Huş Odunu Basamağı +tile.woodSlab.jungle.name=Orman Ağacı Basamağı +tile.brick.name=Tuğla +tile.tnt.name=TNT +tile.bookshelf.name=Kitaplık +tile.stoneMoss.name=Yosunlu Taş +tile.obsidian.name=Obsidyen +tile.torch.name=Meşale +tile.fire.name=Ateş +tile.mobSpawner.name=Canavar Yaratıcısı +tile.stairsWood.name=Meşe Odunu Merdiveni +tile.stairsWoodSpruce.name=Ladin ahşap merdiven +tile.stairsWoodBirch.name=Huş ağacı merdiven +tile.stairsWoodJungle.name=Orman ağacı merdiveni +tile.chest.name=Sandık +tile.chestTrap.name=Tuzaklı Sandık +tile.redstoneDust.name=Kızıltaş Tozu +tile.oreDiamond.name=Elmas Cevheri +tile.blockDiamond.name=Elmas Blok +tile.workbench.name=Çalışma Masası +tile.crops.name=Ekinler +tile.farmland.name=Tarım arazisi +tile.furnace.name=Ocak +tile.sign.name=Tabela +tile.doorWood.name=Ahşap Kapı +tile.ladder.name=Merdiven +tile.rail.name=Ray +tile.goldenRail.name=Güçlendirilmiş Ray +tile.activatorRail.name=Aktivatör demiryolu +tile.detectorRail.name=Dedektör Ray +tile.stairsStone.name=Taş Merdiven +tile.stairsSandStone.name=Kumtaşı Merdiveni +tile.lever.name=Şalter +tile.pressurePlate.name=Basınç Plakası +tile.weightedPlate_light.name=Ağırlıklı Baskı Levhası (Hafif) +tile.weightedPlate_heavy.name=Ağırlıklı Baskı Levhası (Ağır) +tile.doorIron.name=Demir Kapı +tile.oreRedstone.name=Kızıltaş cevheri +tile.notGate.name=Kızıltaş Meşalesi +tile.button.name=Düğme +tile.snow.name=Kar +tile.ice.name=Buz +tile.cactus.name=Kaktüs +tile.clay.name=Kil +tile.reeds.name=Şeker Kamışı +tile.jukebox.name=Müzik Kutusu +tile.fence.name=Çit +tile.fenceGate.name=Çit Kapısı +tile.pumpkin.name=Balkabağı +tile.litpumpkin.name=Balkabağı Lambası +tile.hellrock.name=Cehennem Taşı +tile.hellsand.name=Ruh kumu +tile.lightgem.name=Işık Taşı +tile.portal.name=Portal +tile.cloth.black.name=Siyah Yün +tile.cloth.red.name=Kırmızı Yün +tile.cloth.green.name=Yeşil Yün +tile.cloth.brown.name=Kahverengi Yün +tile.cloth.blue.name=Mavi Yün +tile.cloth.purple.name=Mor Yün +tile.cloth.cyan.name=Turkuaz Yün +tile.cloth.silver.name=Açık Gri Yün +tile.cloth.gray.name=Gri Yün +tile.cloth.pink.name=Pembe Yün +tile.cloth.lime.name=Açık Yeşil Yün +tile.cloth.yellow.name=Sarı Yün +tile.cloth.lightBlue.name=Açık Mavi Yün +tile.cloth.magenta.name=Eflatun Yün +tile.cloth.orange.name=Turuncu Yün +tile.cloth.white.name=Yün +tile.oreLapis.name=Lapis Lazuli Cevheri +tile.blockLapis.name=Lacivert Taş Bloğu +tile.dispenser.name=Dağıtıcı +tile.dropper.name=Damlalık +tile.musicBlock.name=Nota Bloğu +tile.cake.name=Pasta +tile.bed.name=Yatak +tile.bed.occupied=Bu yatak dolu +tile.bed.noSleep=Sadece geceleri uyuyabilirsin +tile.bed.notSafe=Yatamazsın! Yakınında canavarlar var! +tile.bed.notValid=Yatağınız kayıp veya yok edimiş +tile.lockedchest.name=Kilitli Sandık +tile.trapdoor.name=Tuzak Kapısı +tile.web.name=Örümcek Ağı +tile.stonebricksmooth.name=Taş Tuğla +tile.stonebricksmooth.default.name=Taş Tuğla +tile.stonebricksmooth.mossy.name=Yosunlu Taş Tuğla +tile.stonebricksmooth.cracked.name=Kırık Taş Tuğla +tile.stonebricksmooth.chiseled.name=Keskin Taş Tuğla +tile.monsterStoneEgg.stone.name=Taş Gümüşçün Bloğu +tile.monsterStoneEgg.cobble.name=Kırık Taş Gümüşcün Bloğu +tile.monsterStoneEgg.brick.name=Taş Tuğla Gümüşçün Bloğu +tile.pistonBase.name=Piston +tile.pistonStickyBase.name=Yapışkan Piston +tile.fenceIron.name=Demir Parmaklık +tile.melon.name=Karpuz +tile.stairsBrick.name=Tuğla merdiven +tile.stairsStoneBrickSmooth.name=Taş tuğla merdiveni +tile.vine.name=Sarmaşık +tile.netherBrick.name=Nether Tuğlası +tile.netherFence.name=Nether Tuğlası Çiti +tile.stairsNetherBrick.name=Nether Tuğla Merdiveni +tile.netherStalk.name=Nether Yumrusu +tile.cauldron.name=Kazan +tile.enchantmentTable.name=Büyü Masası +tile.anvil.name=Örs +tile.anvil.intact.name=Örs +tile.anvil.slightlyDamaged.name=Hafif hasarlı örs +tile.anvil.veryDamaged.name=Ağır hasarlı örs +tile.whiteStone.name=End Taşı +tile.endPortalFrame.name=Son Portalı Çerçevesi +tile.mycel.name=Miselyum +tile.waterlily.name=Nilüfer +tile.dragonEgg.name=Ejderha Yumurtası +tile.redstoneLight.name=Kızıltaş Lambası +tile.cocoa.name=Kakao +tile.enderChest.name=Ender Sandığı +tile.oreRuby.name=Yakut Cevheri +tile.oreEmerald.name=Zümrüt Cevheri +tile.blockEmerald.name=Zümrüt Bloğu +tile.blockRedstone.name=Redstone Bloğu +tile.tripWire.name=Tuzak ipi +tile.tripWireSource.name=Tuzak kancası +tile.commandBlock.name=Komut Bloğu +tile.beacon.name=Fener +tile.beacon.primary=Birinci güç +tile.beacon.secondary=İkinci güç +tile.cobbleWall.normal.name=Kırıktaş Duvarı +tile.cobbleWall.mossy.name=Yosunlu Kırıktaş Duvarı +tile.carrots.name=Havuç +tile.potatoes.name=Patates +tile.daylightDetector.name=Güneş Sensörü +tile.netherquartz.name=Nether Kuvars Cevheri +tile.hopper.name=Huni +tile.quartzBlock.default.name=Kuvars Bloğu +tile.quartzBlock.chiseled.name=Keskin Kuvars Bloğu +tile.quartzBlock.lines.name=Dik Kuvars Taşı +tile.stairsQuartz.name=Kuvars Merdiveni + +item.shovelIron.name=Demir Kürek +item.pickaxeIron.name=Demir Kazma +item.hatchetIron.name=Demir Balta +item.flintAndSteel.name=Çakmaktaşı ve Çelik +item.apple.name=Elma +item.cookie.name=Kurabiye +item.bow.name=Yay +item.arrow.name=Ok +item.coal.name=Kömür +item.charcoal.name=Odun Kömürü +item.diamond.name=Elmas +item.emerald.name=Zümrüt +item.ingotIron.name=Demir külçesi +item.ingotGold.name=Altın Külçesi +item.swordIron.name=Demir Kılıç +item.swordWood.name=Tahta Kılıç +item.shovelWood.name=Tahta Kürek +item.pickaxeWood.name=Tahta Kazma +item.hatchetWood.name=Tahta Balta +item.swordStone.name=Taş Kılıç +item.shovelStone.name=Taş Kürek +item.pickaxeStone.name=Taş Kazma +item.hatchetStone.name=Taş Balta +item.swordDiamond.name=Elmas Kılıç +item.shovelDiamond.name=Elmas Kürek +item.pickaxeDiamond.name=Elmas Kazma +item.hatchetDiamond.name=Elmas Balta +item.stick.name=Çubuk +item.bowl.name=Kase +item.mushroomStew.name=Mantar Güveç +item.swordGold.name=Altın Kılıç +item.shovelGold.name=Altın Kürek +item.pickaxeGold.name=Altın Kazma +item.hatchetGold.name=Altın Balta +item.string.name=İp +item.feather.name=Tüy +item.sulphur.name=Barut +item.hoeWood.name=Tahta Çapa +item.hoeStone.name=Taş Çapa +item.hoeIron.name=Demir Çapa +item.hoeDiamond.name=Elmas Çapa +item.hoeGold.name=Altın Çapa +item.seeds.name=Tohum +item.seeds_pumpkin.name=Balkabağı Tohumu +item.seeds_melon.name=Karpuz Tohumu +item.melon.name=Karpuz +item.wheat.name=Buğday +item.bread.name=Ekmek +item.helmetCloth.name=Deri Kask +item.chestplateCloth.name=Deri ceket +item.leggingsCloth.name=Deri Pantolon +item.bootsCloth.name=Deri Bot +item.helmetChain.name=Zincir Kask +item.chestplateChain.name=Zincir Zırh +item.leggingsChain.name=Zincir Pantolon +item.bootsChain.name=Zincir Bot +item.helmetIron.name=Demir Kask +item.chestplateIron.name=Demir Zırh +item.leggingsIron.name=Demir pantolon +item.bootsIron.name=Demir Bot +item.helmetDiamond.name=Elmas Kask +item.chestplateDiamond.name=Elmas Zırh +item.leggingsDiamond.name=Elmas Pantolon +item.bootsDiamond.name=Elmas Bot +item.helmetGold.name=Altın kask +item.chestplateGold.name=Altın Zırh +item.leggingsGold.name=Altın Pantolon +item.bootsGold.name=Altın Çizmeler +item.flint.name=Çakmaktaşı +item.porkchopRaw.name=Çiğ Domuz Pirzolası +item.porkchopCooked.name=Pişmiş Domuz Pirzolası +item.chickenRaw.name=Çiğ tavuk +item.chickenCooked.name=Pişmiş Tavuk +item.beefRaw.name=Çiğ İnek Eti +item.beefCooked.name=Biftek +item.painting.name=Tablo +item.frame.name=Eşya Çerçevesi +item.appleGold.name=Altın Elma +item.sign.name=Tabela +item.doorWood.name=Ahşap Kapı +item.bucket.name=Kova +item.bucketWater.name=Su Kovası +item.bucketLava.name=Lav kovası +item.minecart.name=Vagon +item.saddle.name=Eyer +item.doorIron.name=Demir Kapı +item.redstone.name=Kızıltaş +item.snowball.name=Kartopu +item.boat.name=Tekne +item.leather.name=Deri +item.milk.name=Süt +item.brick.name=Tuğla +item.clay.name=Kil +item.reeds.name=Şeker Kamışı +item.paper.name=Kağıt +item.book.name=Kitap +item.slimeball.name=Balçık Topu +item.minecartChest.name=Sandıklı Vagon +item.minecartFurnace.name=Fırınlı Vagon +item.minecartTnt.name=TNT'li Vagon +item.minecartHopper.name=Hopper ile Minecart +item.egg.name=Yumurta +item.compass.name=Pusula +item.fishingRod.name=Olta +item.clock.name=Saat +item.yellowDust.name=Işıktaşı tozu +item.fishRaw.name=Çiğ Balık +item.fishCooked.name=Pişmiş Balık +item.record.name=Müzik Diski +item.bone.name=Kemik +item.dyePowder.black.name=Mürekkep Kesesi +item.dyePowder.red.name=Gül Kırmızısı +item.dyePowder.green.name=Kaktüs Yeşili +item.dyePowder.brown.name=Kakao Çekirdekleri +item.dyePowder.blue.name=Lapis Lazuli +item.dyePowder.purple.name=Mor Boya +item.dyePowder.cyan.name=Camgöbeği Boya +item.dyePowder.silver.name=Açık gri Boya +item.dyePowder.gray.name=Gri Boya +item.dyePowder.pink.name=Pembe Boya +item.dyePowder.lime.name=Kireç Boya +item.dyePowder.yellow.name=Karahindiba Sarısı +item.dyePowder.lightBlue.name=Açık mavi Boya +item.dyePowder.magenta.name=Eflatun Boya +item.dyePowder.orange.name=Turuncu Boya +item.dyePowder.white.name=Kemik Tozu +item.sugar.name=Şeker +item.cake.name=Pasta +item.bed.name=Yatak +item.diode.name=Kızıltaş Yineleyici +item.comparator.name=Kızıltaş Karşılaştırıcı +item.map.name=Harita +item.leaves.name=Yapraklar +item.shears.name=Makas +item.rottenFlesh.name=Çürük et +item.enderPearl.name=Ender İncisi +item.blazeRod.name=Blaze Çubuğu +item.ghastTear.name=Ghast gözyaşı +item.netherStalkSeeds.name=Nether Wart +item.potion.name=İksir +item.emptyPotion.name=Su şişesi +item.goldNugget.name=Altın Parçası +item.glassBottle.name=Cam şişe +item.spiderEye.name=Örümcek gözü +item.fermentedSpiderEye.name=Mayalı Örümcek Gözü +item.blazePowder.name=Blaze Tozu +item.magmaCream.name=Magma Kremi +item.cauldron.name=Kazan +item.brewingStand.name=Simya Standı +item.eyeOfEnder.name=Ender Gözü +item.speckledMelon.name=Parlayan Karpuz +item.monsterPlacer.name=Çağır: +item.expBottle.name=Tecrübe İksiri +item.fireball.name=Ateş topu +item.writingBook.name=Kitap ve Kalem +item.writtenBook.name=Yazılı Kitap +item.ruby.name=Yakut +item.flowerPot.name=Saksı +item.emptyMap.name=Boş harita +item.carrots.name=Havuçlar +item.carrotGolden.name=Altın Havuç +item.potato.name=Patates +item.potatoBaked.name=Haşlanmış Patates +item.potatoPoisonous.name=Zehirli Patates +item.skull.skeleton.name=İskelet Kafası +item.skull.wither.name=Kurukafa +item.skull.zombie.name=Zombi Kafası +item.skull.char.name=Kafa +item.skull.player.name=%s'nın Kafası +item.skull.creeper.name=Creeper Kafası +item.carrotOnAStick.name=Havuç Oltası +item.netherStar.name=Nether Yıldızı +item.pumpkinPie.name=Balkabağı Turtası +item.enchantedBook.name=Büyülü kitap +item.fireworks.name=Havai Fişek Roketi +item.fireworks.flight=Uçuş süresi: +item.fireworksCharge.name=Havai Fişek Yıldızı +item.fireworksCharge.black=Siyah +item.fireworksCharge.red=Kırmızı +item.fireworksCharge.green=Yeşil +item.fireworksCharge.brown=Kahverengi +item.fireworksCharge.blue=Mavi +item.fireworksCharge.purple=Mor +item.fireworksCharge.cyan=Camgöbeği +item.fireworksCharge.silver=Açık gri +item.fireworksCharge.gray=Gri +item.fireworksCharge.pink=Pembe +item.fireworksCharge.lime=Limon +item.fireworksCharge.yellow=Sarı +item.fireworksCharge.lightBlue=Açık mavi +item.fireworksCharge.magenta=Eflatun +item.fireworksCharge.orange=Turuncu +item.fireworksCharge.white=Beyaz +item.fireworksCharge.customColor=Özel +item.fireworksCharge.fadeTo=Sönecektir +item.fireworksCharge.flicker=Pırıltı +item.fireworksCharge.trail=İz +item.fireworksCharge.type.0=Küçük top +item.fireworksCharge.type.1=Büyük top +item.fireworksCharge.type.2=Yıldız şekilli +item.fireworksCharge.type.3=Creeper şekilli +item.fireworksCharge.type.4=Patlama +item.fireworksCharge.type=Bilinmeyen şekil +item.netherbrick.name=Nether Tuğlası +item.netherquartz.name=Nether Kuvarsı + +container.inventory=Envanter +container.hopper=Madde Hunisi +container.crafting=Üretim +container.dispenser=Fırlatıcı +container.dropper=Damlalık +container.furnace=Fırın +container.enchant=Büyüleme +container.repair=Onar & İsimlendir +container.repair.cost=Büyü ücreti: %1$d +container.repair.expensive=Çok Pahalı! +container.creative=Eşya Seçimi +container.brewing=İksir Standı +container.chest=Sandık +container.chestDouble=Geniş Sandık +container.minecart=Vagon +container.enderchest=Ender Sandığı + +item.dyed=Boyalı + +entity.Item.name=Eşya +entity.XPOrb.name=Tecrübe Küresi +entity.SmallFireball.name=Küçük ateş topu +entity.Fireball.name=Ateş topu + +entity.Arrow.name=Ok +entity.Snowball.name=Kartopu +entity.Painting.name=Resim Tablosu + +entity.Mob.name=Yaratık +entity.Monster.name=Canavar + +entity.Creeper.name=Creeper +entity.Skeleton.name=İskelet +entity.Spider.name=Örümcek +entity.Giant.name=Dev +entity.Zombie.name=Zombi +entity.Slime.name=Sümük +entity.Ghast.name=Ghast +entity.PigZombie.name=Zombi Domuzadam +entity.Enderman.name=Enderman +entity.Silverfish.name=Gümüşbalığı +entity.CaveSpider.name=Mağara örümceği +entity.Blaze.name=Blaze +entity.LavaSlime.name=Magma Küpü +entity.MushroomCow.name=Mööntar +entity.Villager.name=Köylü +entity.VillagerGolem.name=Demir Golem +entity.SnowMan.name=Kardan Adam +entity.EnderDragon.name=Ender Ejderhası +entity.WitherBoss.name=Wither +entity.Witch.name=Cadı + +entity.Pig.name=Domuz +entity.Sheep.name=Koyun +entity.Cow.name=İnek +entity.Chicken.name=Tavuk +entity.Squid.name=Ahtapot +entity.Wolf.name=Kurt +entity.Ozelot.name=Leopar +entity.Cat.name=Kedi +entity.Bat.name=Yarasa + +entity.PrimedTnt.name=TNT Bloğu +entity.FallingSand.name=Düşen Blok + +entity.Minecart.name=Vagon +entity.Boat.name=Tekne + +entity.generic.name=Bilinmeyen + +death.fell.accident.ladder=%1$s merdivenden düştü +death.fell.accident.vines=%1$s sarmaşıktan düştü +death.fell.accident.water=%1$s suyun dışına düştü +death.fell.accident.generic=%1$s yüksek yerden düştü +death.fell.killer=%1$s düşerek öldü +death.fell.assist=%1$s %2$s tarafından düşürülerek öldü +death.fell.assist.item=%1$s %3$s kullanarak %2$s tarafınan düşürüldü +death.fell.finish=%1$s yüksekten düştü ve %2$ tarafından öldürüldü +death.fell.finish.item=%1$s yüksekten düştü ve %3$s kullanarak %2$s tarafından öldürüldü + +death.attack.inFire=%1$s alev aldı +death.attack.inFire.player=%1$ s %2$ s mücadele ederken ateşe yürüdü +death.attack.onFire=%1$s yanarak öldü +death.attack.onFire.player=%1$s cips için %2$s'ile savaşırken yandı +death.attack.lava=%1$s lavda yüzmeye çalıştı +death.attack.lava.player=%1$s, %2$s'den kaçmak için lavlar içinde yüzmek gibi bir çılgınlık yaptı +death.attack.inWall=%1$s duvara tosladı +death.attack.drown=%1$s boğuldu +death.attack.drown.player=%1$s, %2$s den kaçmaya çalışırken boğulup öldü +death.attack.starve=%1$s açlıktan öldü +death.attack.cactus=%1$s ölene kadar delindi +death.attack.cactus.player=%1$s %2$s ' dan kaçarken kaktüse çarptı +death.attack.generic=%1$s öldü +death.attack.explosion=%1$s havaya uçtu +death.attack.explosion.player=%1$s %2$s tarafından patlatıldı +death.attack.magic=%1$s sihirle öldü +death.attack.wither=%1$s Witherlandı +death.attack.anvil=%1$s düşen bir örs tarafından ezildi +death.attack.fallingBlock=%1$s düşen bir blok tarafından ezildi +death.attack.mob=%1$s %2$s tarafından öldürüldü +death.attack.player=%1$s %2$s tarafından öldürüldü +death.attack.player.item=%1$s %3$s kullanarak %2$s tarafından öldürüldü +death.attack.arrow=%1$s %2$s tarafından vuruldu +death.attack.arrow.item=%1$s %3$s kullanarak %2$s tarafından vuruldu +death.attack.fireball=%2$s %1$s'i kızarttı +death.attack.fireball.item=%1$s %3$s kullanarak %2$s kızarttı +death.attack.thrown=%2$s %1$s'i yumrukladı +death.attack.thrown.item=%2$s %1$s'i %3$s kullanarak yumrukladı +death.attack.indirectMagic=%1$s sihir kullanarak %2$s tarafından öldürüldü +death.attack.indirectMagic.item=%1$s %3$s kullanarak %2$s tarafından öldürüldü +death.attack.thorns=%1$s %2$s 'a zarar vermeye çalışırken öldürüldü +death.attack.fall=%1$s yere çok sert düştü +death.attack.outOfWorld=%1$s dünyadan aşağı düştü + +deathScreen.respawn=Yeniden doğ +deathScreen.deleteWorld=Dünyayı sil +deathScreen.titleScreen=Ana menü +deathScreen.score=Skor +deathScreen.title.hardcore=Oyun Bitti! +deathScreen.hardcoreInfo=Hardcore modunda yeniden doğamazsınız! +deathScreen.title=Öldün! +deathScreen.leaveServer=Sunucudan Ayrıl + +potion.empty=Etkisiz +potion.moveSpeed=Hız +potion.moveSlowdown=Yavaşlık +potion.digSpeed=Acele +potion.digSlowDown=Madenci yorgunluğu +potion.damageBoost=Kuvvet +potion.weakness=Zayıflık +potion.heal=Anında sağlık +potion.harm=Anında hasar +potion.jump=Zıplama desteği +potion.confusion=Bulantı +potion.regeneration=Yenilenme +potion.resistance=Direnç +potion.fireResistance=Ateş Direnci +potion.waterBreathing=Su Altında Nefes Alma +potion.invisibility=Görünmezlik +potion.blindness=Körlük +potion.nightVision=Gece görüşü +potion.hunger=Açlık +potion.poison=Zehir +potion.wither=Wither + +potion.moveSpeed.postfix=Çeviklik iksiri +potion.moveSlowdown.postfix=Yavaşlatma İksiri +potion.digSpeed.postfix=Sürat İksiri +potion.digSlowDown.postfix=Yorgunluk İksiri +potion.damageBoost.postfix=Güç iksiri +potion.weakness.postfix=Zayıflık iksiri +potion.heal.postfix=İyileştirme iksiri +potion.harm.postfix=Zarar iksiri +potion.jump.postfix=Sıçrama iksiri +potion.confusion.postfix=Bulantı iksirin +potion.regeneration.postfix=Rejenerasyon iksirin +potion.resistance.postfix=Direnç iksiri +potion.fireResistance.postfix=Ateş Direnci iksiri +potion.waterBreathing.postfix=Su altında nefes alma iksiri +potion.invisibility.postfix=Görünmezlik İksiri +potion.blindness.postfix=Körlük İksiri +potion.nightVision.postfix=Gece Görüş iksiri +potion.hunger.postfix=Açlık İksirin +potion.poison.postfix=Zehir İksiri +potion.wither.postfix=Panzehir İksiri + +potion.potency.0= +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV + +potion.prefix.grenade=Patlayıcı +potion.prefix.mundane=Sıradan +potion.prefix.uninteresting=Sıkıcı +potion.prefix.bland=Terbiyeli +potion.prefix.clear=Temizle +potion.prefix.milky=Sütlü +potion.prefix.diffuse=Yayık +potion.prefix.artless=Sanatsız +potion.prefix.thin=Seyrek +potion.prefix.awkward=Garip +potion.prefix.flat=Düz +potion.prefix.bulky=Hantal +potion.prefix.bungling=Beceriksiz +potion.prefix.buttered=Kaymaklı +potion.prefix.smooth=Pürüzsüz +potion.prefix.suave=Kibar +potion.prefix.debonair=Nazik +potion.prefix.thick=Kalın +potion.prefix.elegant=Zarif +potion.prefix.fancy=Gerçekçi +potion.prefix.charming=Etkileyici +potion.prefix.dashing=Şık +potion.prefix.refined=Rafine edilmiş +potion.prefix.cordial=Candan +potion.prefix.sparkling=Parıltılı +potion.prefix.potent=Kuvvetli +potion.prefix.foul=Bozuk +potion.prefix.odorless=Kokusuz +potion.prefix.rank=Derece +potion.prefix.harsh=Fevri +potion.prefix.acrid=Buruk +potion.prefix.gross=İğrenç +potion.prefix.stinky=Kokuşmuş + +enchantment.damage.all=Keskinlik +enchantment.damage.undead=Darbe +enchantment.damage.arthropods=Eklembacaklıların Kıyameti +enchantment.knockback=Savurma +enchantment.fire=Alevden Çehre +enchantment.protect.all=Koruma +enchantment.protect.fire=Ateş Koruması +enchantment.protect.fall=Tüy Düşüşü +enchantment.protect.explosion=Patlama Koruması +enchantment.protect.projectile=Hasar Koruması +enchantment.oxygen=Solungaç +enchantment.waterWorker=Su Adaptasyonu +enchantment.digging=Verimlilik +enchantment.untouching=İpeksi Dokunuş +enchantment.durability=Kırılmazlık +enchantment.lootBonus=Ganimet +enchantment.lootBonusDigger=Servet +enchantment.arrowDamage=Güç +enchantment.arrowFire=Alev +enchantment.arrowKnockback=Yumruk +enchantment.arrowInfinite=Sonsuzluk +enchantment.thorns=Dikenler + +enchantment.level.1=I +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.level.10=X + +gui.achievements=Başarılar +gui.stats=İstatistikler + +stat.generalButton=Genel +stat.blocksButton=Bloklar +stat.itemsButton=Eşyalar + +stat.used=Kullanım Miktarı +stat.mined=Kaç kez kazdın +stat.depleted=Kere tüketildi +stat.crafted=Kere ürettin + +stat.startGame=Kere oynandı +stat.createWorld=Oynanan Dünyalar +stat.loadWorld=Yüklenen kayıtlar +stat.joinMultiplayer=Çoklu Oyuncu Katılımları +stat.leaveGame=Kaç kez çıktın + +stat.playOneMinute=Oynanan Dakika + +stat.walkOneCm=Yürünen Mesafe +stat.fallOneCm=Düşülen Mesafe +stat.swimOneCm=Yüzülen Mesafe +stat.flyOneCm=Uçulan Mesafe +stat.climbOneCm=Tırmanılan Mesafe +stat.diveOneCm=Dalınan Mesafe +stat.minecartOneCm=Vagon ile alınan yol +stat.boatOneCm=Tekneyle Alınan yol +stat.pigOneCm=Domuzla Katedilen Mesafe +stat.jump=Zıplamalar +stat.drop=Bırakılan Eşyalar + +stat.damageDealt=Verilen Hasar +stat.damageTaken=Alınan Hasar +stat.deaths=Ölüm sayısı +stat.mobKills=Öldürdüğün Canavarlar +stat.playerKills=Oyuncu Ölümleri +stat.fishCaught=Yakalanan Balık + +stat.mineBlock=%1$s Kazdı +stat.craftItem=%1$s Üretti +stat.useItem=%1$s Kullandı +stat.breakItem=%1$s Tüketti + +achievement.get=Başarım Kazanıldı! + +achievement.taken=Alındı! + +achievement.requires=%1$s Gerektirir +achievement.openInventory=Envanter Alma +achievement.openInventory.desc=Envanterinizi açmak için '%1$s' tuşuna basın. +achievement.mineWood=Odun Bulmak +achievement.mineWood.desc=Bir odun bloğu çıkana kadar bir ağaca vur +achievement.buildWorkBench=Kıyaslama +achievement.buildWorkBench.desc=Dört kereste bloğu ile bir çalışma masası yap +achievement.buildPickaxe=Madencilik Zamanı! +achievement.buildPickaxe.desc=Bir kazma yapmak için keresteleri ve çubukları kullan +achievement.buildFurnace=Sıcak Mesele +achievement.buildFurnace.desc=Sekiz taş bloktan bir fırın yap +achievement.acquireIron=Donanım Edin +achievement.acquireIron.desc=Bir demir külçesi yap +achievement.buildHoe=Tarım Zamanı! +achievement.buildHoe.desc=Kereste ve çubukları kullanarak bir çapa yap +achievement.makeBread=Ekmek pişir +achievement.makeBread.desc=Buğdaydan ekmek yap +achievement.bakeCake=Yalan +achievement.bakeCake.desc=Buğday, şeker, süt ve yumurta! +achievement.buildBetterPickaxe=Geliştirme +achievement.buildBetterPickaxe.desc=Daha iyi bir kazma yap +achievement.cookFish=Lezzetli balık +achievement.cookFish.desc=Balık yakala ve pişir! +achievement.onARail=Ray Üstünde +achievement.onARail.desc=Başladığın yerden Vagon'la en az 1 km seyahat et +achievement.buildSword=Saldırı Zamanı! +achievement.buildSword.desc=Kılıç yapmak için kereste ve çubukları kullan +achievement.killEnemy=Canavar Avcısı +achievement.killEnemy.desc=Bir canavara saldır ve yok et +achievement.killCow=Avcı +achievement.killCow.desc=Deri topla +achievement.flyPig=Domuzlar Uçtuğunda +achievement.flyPig.desc=Bir yamaçtan aşağı domuz sür +achievement.snipeSkeleton=Keskin Nişancı Düellosu +achievement.snipeSkeleton.desc=En az 50 metre mesafeden bir iskeleti okla öldür +achievement.diamonds=ELMASLAR! +achievement.diamonds.desc=Demir aletlerinle elmas elde et +achievement.portal=Daha Derine İnmemiz Gerek! +achievement.portal.desc=Nether'e giden bir geçit inşaa et +achievement.ghast=Gönderene İade +achievement.ghast.desc=Bir Hortlak'ı alev topuyla öldür +achievement.blazeRod=Alevlerin içine +achievement.blazeRod.desc=Bir Blaze'in çubuğunu al +achievement.potion=Yerel iksirci +achievement.potion.desc=Bir iksir yap +achievement.theEnd=Son? +achievement.theEnd.desc=Son'u Bul +achievement.theEnd2=Son. +achievement.theEnd2.desc=Ender Dragon'u Mağlup Et +achievement.enchantments=Büyücü +achievement.enchantments.desc=Bir kitap, obsidyen ve elması bir büyüleme masası oluşturmak için kullan +achievement.overkill=Vur dedik öldürdün +achievement.overkill.desc=Tek bir vuruşla sekiz kalplik hasar ver +achievement.bookcase=Kütüphaneci +achievement.bookcase.desc=Büyü masanı geliştirmek için birkaç kitaplık inşa et + +commands.generic.exception=Bu komut gerçekleştirilmeye çalışılırken bilinmeyen bir hata oluştu +commands.generic.syntax=Geçersiz Komut sözdizimi +commands.generic.player.notFound=Oyuncu bulunamıyor +commands.generic.notFound=Bilinmeyen komut. Komutların listesi için /help'e bakın. +commands.generic.num.invalid='%s' geçerli bir sayı değil +commands.generic.num.tooSmall=Girdiğiniz numara (%d) çok küçük, en az %d olmalı +commands.generic.num.tooBig=Girdiğiniz numara (%d) çok büyük, en çok %d olmalı +commands.generic.double.tooSmall=Girdiğiniz sayı (%.2f) çok küçük, en azından %.2f olmalı +commands.generic.double.tooBig=Girdiğiniz sayı (%.2f) çok büyük, en fazla %.2f olmalı +commands.generic.usage=Kullanım: %s + +commands.xp.failure.widthdrawXp=Oyuncuya negatif tecrübe puanı veremezsin +commands.xp.success=Oyuncu %s'e &d tecrübe puanı verildi +commands.xp.success.levels=%s %d seviye atlatıldı +commands.xp.success.negative.levels=%s %d seviye düşürüldü +commands.xp.usage=/xp [oyuncu] YADA /xp L [oyuncu] +commands.give.usage=/ver [miktar] [veri] +commands.give.notFound=%d ID ile eşleşen eşya yok. +commands.give.success=Verildi: %s (ID %d) * %d, oyuncu %s'e +commands.effect.usage=/effect [seconds] [amplifier] +commands.effect.notFound=There is no such mob effect with ID %d +commands.effect.success=Given %1$s (ID %2$d) * %3$d to %4$s for %5$d seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.enchant.usage=/büyüle [seviye] +commands.enchant.notFound=Bu ID ile bir büyü bulunmamaktadır. +commands.enchant.noItem=Hedef bir item tutmuyor +commands.enchant.cantEnchant=Seçilen büyü hedef iteme eklenemez +commands.enchant.cantCombine=%1$s %2$s ile birleştirilemez +commands.enchant.success=Büyüleme başarılı +commands.clear.usage=/clear [item] [data] +commands.clear.success=%s in envanteri bosaltıldı, %d item siliniyor +commands.clear.failure=Could not clear the inventory of %s, no items to remove +commands.downfall.success=Yağış ayarlandı +commands.time.usage=/time +commands.time.added=Zamana %d eklendi +commands.time.set=Saati %d yap +commands.players.list=Şu anda %d/%d oyuncu bağlı: +commands.banlist.ips=Toplam %d yasaklanmış IP adresi var: +commands.banlist.players=Toplam %d yasaklanmış oyuncu var: +commands.banlist.usage=/banlist [IPler|oyuncular] +commands.kick.success=%s oyundan atıldı +commands.kick.success.reason=%s oyundan atıldı: '%s' +commands.kick.usage=/kick [sebep ...] +commands.op.success=%s yönetici yapıldı +commands.op.usage=/op +commands.deop.success=Oyuncu %s yöneticilikten çıkarıldı +commands.deop.usage=/deop +commands.say.usage=/say +commands.ban.success=Oyuncu %s yasaklandı +commands.ban.usage=/ban [sebep...] +commands.unban.success=Oyuncu %s in yasağı kaldırıldı +commands.unban.usage=/pardon +commands.banip.invalid=Geçersiz bir IP adresi veya çevrimiçi olmayan bir oyuncu girdiniz +commands.banip.success=%s IP adresi yasaklandı +commands.banip.success.players=Yasaklı IP adresi %s, %s oyuncusuna ait +commands.banip.usage=/ban-ip [sebep ...] +commands.unbanip.invalid=Geçersiz bir IP adresi girdiniz +commands.unbanip.success=IP adresi %s in yasağı kaldırıldı +commands.unbanip.usage=/pardon-ip
+commands.save.enabled=Dünyayı otomatik kaydetme açıldı +commands.save.disabled=Dünyayı otomatik kaydetme kapatıldı +commands.save.start=Kaydediliyor... +commands.save.success=Dünya kaydedildi +commands.save.failed=Kayıt başarısız oldu: %s +commands.stop.start=Sunucu durduruluyor +commands.tp.success=%s %s e ışınlandı +commands.tp.success.coordinates=%s %.2f,%.2f,%.2f noktasına ışınlandı +commands.tp.usage=/tp [hedef oyuncu] YADA /tp [hedef oyuncu] +commands.tp.notSameDimension=Teleport kurulamıyor. Oyuncular farklı boyutlarda. +commands.whitelist.list=Şu anda %d (%d arasından) beyazlistelenmiş oyuncu var: +commands.whitelist.enabled=Beyaz liste açıldı +commands.whitelist.disabled=Beyaz liste kapandı +commands.whitelist.reloaded=Beyaz liste yeniden yüklendi +commands.whitelist.add.success=%s beyaz listeye eklendi +commands.whitelist.add.usage=/whitelist add +commands.whitelist.remove.success=%s beyaz listeden çıkarıldı +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.scoreboard.usage=/scoreboard +commands.scoreboard.teamNotFound='%s' Adında takım bulunamadı +commands.scoreboard.objectiveNotFound='%s' bulunamadı +commands.scoreboard.objectiveReadOnly=%s Objektif sadece görünebilir, ayarlanamaz +commands.scoreboard.objectives.usage=/scoreboard objectives +commands.scoreboard.objectives.setdisplay.usage=/scoreboard hedef göster [hedef] +commands.scoreboard.objectives.setdisplay.invalidSlot='%s' şeklinde bir görüntü yuvası yok +commands.scoreboard.objectives.setdisplay.successCleared='%s' Görüntü yuvasındaki hedef kaldırıldı +commands.scoreboard.objectives.setdisplay.successSet='%s' Görüntü yuvası için '%s' hedefi ayarlandı +commands.scoreboard.objectives.add.usage=/scoreboard hedef ekle {görünen isim...] +commands.scoreboard.objectives.add.wrongType=Geçersiz tür yazdın. Geçerli türler şunlardır: %s +commands.scoreboard.objectives.add.alreadyExists='%s' zaten var. +commands.scoreboard.objectives.add.tooLong='%s' çok uzun, en fazla %d karakter olabilir +commands.scoreboard.objectives.add.displayTooLong='%s' çok uzun, en fazla %d karakter olabilir +commands.scoreboard.objectives.add.success='%s' başarıyla eklendi +commands.scoreboard.objectives.remove.usage=/scoreboard amac kaldır +commands.scoreboard.objectives.remove.success='%s' amacı kaldırıldı +commands.scoreboard.objectives.list.count=%d hedef(ler) puan tablosunda gösteriliyor +commands.scoreboard.objectives.list.entry=-%s: '%s' görünüyor ve türü '%s' +commands.scoreboard.objectives.list.empty=Scoreboard'da hedef yok +commands.scoreboard.players.usage=/scoreboard players +commands.scoreboard.players.set.success=%s için %s oyuncusuna %d puan ver +commands.scoreboard.players.set.usage=/Çetele oyuncular set +commands.scoreboard.players.add.usage=/sayi tahtatsi oyuncu +commands.scoreboard.players.remove.usage=/sayi tahtasi oyuncu kaldir +commands.scoreboard.players.reset.usage=/sayi tahtasi oyuncu sifirla +commands.scoreboard.players.reset.success=%s Oyuncusunun bütün puanlarını sıfırla +commands.scoreboard.players.list.count=Puan tablosunda takip edilen %d oyuncular gösteriliyor +commands.scoreboard.players.list.empty=Puan Tablosu'nda takipedilen oyuncu yok +commands.scoreboard.players.list.player.count=%s için takip edilen %d hedef(ler) gösteriliyor +commands.scoreboard.players.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.players.list.player.empty=Oyuncu %s kaydedilmiş puanı yok +commands.scoreboard.teams.usage=/scoreboard teams +commands.scoreboard.teams.add.usage=/scoreboard takım ekle [görünecek isim...] +commands.scoreboard.teams.add.alreadyExists='%s' isimli takım zaten var +commands.scoreboard.teams.add.tooLong='%s' ismi takım için çok uzun.En fazla %d karakter uzunluğunda olmalı +commands.scoreboard.teams.add.displayTooLong='%s' Görünen ismi takım için çok uzun.En fazla %d karakter uzunluğunda olmalı +commands.scoreboard.teams.add.success=Yeni Takım '% s' başarıyla eklendi +commands.scoreboard.teams.list.usage=/scoreboard takım listesi [isim] +commands.scoreboard.teams.list.count=%d Takımı puan tablosunda gösteriliyor +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' olan %3$d oyuncular +commands.scoreboard.teams.list.empty=Puan tablosunda kayıtlı tak yok +commands.scoreboard.teams.list.player.count=%s Takımındaki %d oyuncu(lar) gösteriliyor +commands.scoreboard.teams.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.teams.list.player.empty=%s Takımında oyuncu yok +commands.scoreboard.teams.empty.usage=/sayi tahtasi takim temizleyin +commands.scoreboard.teams.empty.alreadyEmpty=%s Takımında zaten kimse yok, var olmayan oyuncular kaldırılamaz +commands.scoreboard.teams.empty.success=%d oyuncu(lar) %s takımdan kaldırıldı +commands.scoreboard.teams.remove.usage=/sayi tahtasi takim kaldir +commands.scoreboard.teams.remove.success=%s takımı kaldırıldı +commands.scoreboard.teams.join.usage=/scoreboard takım katıl [oyuncu] +commands.scoreboard.teams.join.success=%d oyuncu(lar) %s: %s takımına eklendi +commands.scoreboard.teams.join.failure=%d oyuncu(lar) %s: %s takımına eklenemedi +commands.scoreboard.teams.leave.usage=/scoreboard takım [player] bırak +commands.scoreboard.teams.leave.success=%d oyuncu(lar) %s takımından kaldırıldılar +commands.scoreboard.teams.leave.failure=%d oyuncu(lar) %s takımından kaldırılamadılar +commands.scoreboard.teams.leave.noTeam=Bir takımda değilsin +commands.scoreboard.teams.option.usage=/scoreboard takım seçenek +commands.scoreboard.teams.option.noValue=%S için geçerli değerler: %s +commands.scoreboard.teams.option.success=Set option %s for team %s to %s +commands.gamemode.success.self=Oyun modun %s e ayarlandı +commands.gamemode.success.other=%s'in oyun modu %s'e ayarlandı +commands.gamemode.usage=/gamemode [oyuncu] +commands.defaultgamemode.usage=/defaultgamemode +commands.defaultgamemode.success=Bu dünyanın varsayılan oyun modu artık %s +commands.me.usage=/me +commands.help.header=--- Yardım sayfası %d/%d gösteriliyor (/help ) --- +commands.help.footer=İpucu: Bir komut yazarken komutu otomatik olarak tamamlamak için tuşuna bas +commands.help.usage=/help [sayfa|komut adı] +commands.publish.started=%s adresinde yerel ağ oyunu başlatıldı +commands.publish.failed=Yerel oyun başlatılamıyor +commands.debug.start=Hata ayıklama profili başlatıldı +commands.debug.stop=Hata ayıklama profili %.2f (%d tik) saniye sonra durduruldu +commands.debug.notStarted=Profili durduramazsın, daha başlatmadın ki! +commands.debug.usage=/debug +commands.message.usage=/tell +commands.message.sameTarget=Kendi kendine mesaj yollayamazsın! +commands.message.display.outgoing=%s'a fısıldadın: %s +commands.message.display.incoming=%s sana fısıldıyor: %s +commands.difficulty.usage=/difficulty +commands.difficulty.success=Zorluk seviyesi %s'e ayarlandı +commands.spawnpoint.usage=/spawnpoint YADA /spawnpoint YADA /spawnpoint +commands.spawnpoint.success=%s adlı oyuncunun başlangıç noktası (%d, %d, %d)'e ayarlandı +commands.gamerule.usage=/gamerule YADA /gamerule +commands.gamerule.success=Oyun kuralları güncellendi +commands.gamerule.norule='%s' adlı oyun kuralı mevcut değil +commands.weather.usage=/weather [saniye olarak süresi] +commands.weather.clear=Hava durumu açık havaya değiştirildi +commands.weather.rain=Hava durumu yağmurlu havaya değiştirildi +commands.weather.thunder=Hava durumu yağmur ve yıldırımlı havaya değiştirildi +commands.testfor.usage=/testfor +commands.testfor.failed=/testfor sadece analog çıkışlı komut bloğu için + +itemGroup.buildingBlocks=İnşa Blokları +itemGroup.decorations=Dekorasyon Blokları +itemGroup.redstone=Kızıltaş +itemGroup.transportation=Ulaşım +itemGroup.misc=Diğer +itemGroup.search=Ara +itemGroup.food=Besin ürünleri +itemGroup.tools=Aletler +itemGroup.combat=Saldırı +itemGroup.brewing=İksir Yapımı +itemGroup.materials=Malzemeler +itemGroup.inventory=Hayatta Kalma + +inventory.binSlot=Eşyayı Sil + +advMode.setCommand=Komut Bloğunu Ayarla +advMode.command=Konsol Komutu +advMode.nearestPlayer=En yakın oyuncu için @p kullanın +advMode.randomPlayer=Rastgele oyuncu için @r kullanın +advMode.allPlayers=Tüm oyuncular için @a kullan + +advMode.notEnabled=Komut Bloğu bu serverde kullanılamaz +advMode.notAllowed=Yaratıcılık moduna geçmek için yönetici olmalısın + +mco.title=Minecraft Realms +mco.selectServer.select=Sunucuya Katıl +mco.selectServer.configure=Yapılandırma +mco.selectServer.create=Dünya Oluştur +mco.selectServer.moreinfo=Daha fazla bilgi + +mco.configure.world.edit.title=Dünyayı Düzenle + +mco.configure.world.title=Dünyayı yapılandır +mco.configure.world.name=Adı +mco.configure.world.description=Açıklama +mco.configure.world.location=Konum +mco.configure.world.invited=Davet +mco.configure.world.buttons.edit=Düzenle +mco.configure.world.buttons.reset=Dünyayı Sıfırla +mco.configure.world.buttons.done=Tamam +mco.configure.world.buttons.delete=Sil +mco.configure.world.buttons.open=Açık Dünya +mco.configure.world.buttons.close=Kapalı Dünya +mco.configure.world.buttons.invite=Davet et +mco.configure.world.buttons.uninvite=Daveti iptal et +mco.configure.world.buttons.subscription=Subscription +mco.configure.world.invite.profile.name=Adı +mco.configure.world.uninvite.question=Davetiyeyi kaldırmak istediğinize eminmisiniz + +mco.configure.world.subscription.title=Subscription Info +mco.configure.world.subscription.daysleft=Days Left +mco.configure.world.subscription.start=Start Date +mco.configure.world.subscription.extend=Extend + +mco.create.world.location.title=Mekanlar +mco.create.world.location.warning=Seçtiğiniz yeri alamayabilirsiniz +mco.create.world.wait=Dünya oluşturuluyor ... + +mco.reset.world.title=Dünyayı Sıfırla +mco.reset.world.warning=Kalıcı olarak dünyayı siler! +mco.reset.world.seed=Dünya oluşturucu için kod (isteğe bağlı) +mco.reset.world.resetting.screen.title=Dünya sıfırlanıyor... + +mco.configure.world.close.question.line1=Dünyanız kullanılamaz olacak. +mco.configure.world.close.question.line2=Bunu yapmak istiyor musunuz? + +mco.connect.connecting=Online sunucuya bağlanıyor... +mco.connect.authorizing=Giriş yapılıyor... +mco.connect.failed=Online sunucuya bağlanılamadı + +mco.create.world=Oluştur + diff --git a/1.5.2/lang/uk_UA.lang b/1.5.2/lang/uk_UA.lang new file mode 100644 index 00000000..48107a31 --- /dev/null +++ b/1.5.2/lang/uk_UA.lang @@ -0,0 +1,1293 @@ +#X-Generator: crowdin.net + +language.name=Українська +language.region=Україна +language.code=uk_UA + +gui.done=Готово +gui.cancel=Скасувати +gui.back=Back +gui.toMenu=Назад до головного меню +gui.up=Вгору +gui.down=Вниз +gui.yes=Так +gui.no=Ні + +menu.singleplayer=Гра Наодинці +menu.multiplayer=Гра у Мережі +menu.online=Minecraft Realms +menu.options=Параметри... +menu.quit=Вийти з Гри +menu.returnToMenu=Зберегти та Вийти до Головного Меню +menu.disconnect=Відключитися +menu.returnToGame=Повернутися до Гри +menu.switchingLevel=Зміна світу +menu.generatingLevel=Генерація світу +menu.loadingLevel=Завантаження світу +menu.generatingTerrain=Створення місцевості +menu.convertingLevel=Конвертування світу +menu.simulating=Симуляція світу +menu.respawning=Переродження +menu.shareToLan=Відкрити для LAN + +selectWorld.title=Обрати Світ +selectWorld.empty=порожньо +selectWorld.world=Світ +selectWorld.select=Грати в Обраному Світі +selectWorld.create=Створити Новий Світ +selectWorld.recreate=Відтворити +selectWorld.createDemo=Грати у новому демо-світі +selectWorld.delete=Видалити +selectWorld.rename=Перейменувати +selectWorld.deleteQuestion=Ви впевненi, що хочете видалити обраний свiт? +selectWorld.deleteWarning=буде втрачено назавжди! (Це довго!) +selectWorld.deleteButton=Видалити +selectWorld.renameButton=Перейменувати +selectWorld.renameTitle=Перейменувати Світ +selectWorld.conversion=Потрібна конвертація! +selectWorld.newWorld=Новий Світ +selectWorld.newWorld.copyOf=Копія %s +selectWorld.enterName=Ім'я Світу +selectWorld.resultFolder=Буде збережено до: +selectWorld.enterSeed=Ключ для генерації світу +selectWorld.seedInfo=Залиште порожнім для випадкового джерела +selectWorld.cheats=Чіти +selectWorld.customizeType=Налаштування + +createWorld.customize.presets=Стилі +createWorld.customize.presets.title=Виберіть стиль +createWorld.customize.presets.select=Використовувати стиль +createWorld.customize.presets.share=Хочете поділитися вашим стилем з кимось? Використайте поле нижче! +createWorld.customize.presets.list=Крім того, тут є деякі, які ми зробили раніше! +createWorld.customize.flat.title=Налаштування Суперплаского Світу +createWorld.customize.flat.tile=Матеріал Шару +createWorld.customize.flat.height=Висота +createWorld.customize.flat.addLayer=Додати Шар +createWorld.customize.flat.editLayer=Змінити Шар +createWorld.customize.flat.removeLayer=Видалити Шар +createWorld.customize.flat.layer.top=Верхівка - %d +createWorld.customize.flat.layer=%d +createWorld.customize.flat.layer.bottom=Низ - %d + +gameMode.survival=Режим виживання +gameMode.creative=Режим творчості +gameMode.adventure=Пригодницький Режим +gameMode.hardcore=Режим Хардкор! +gameMode.changed=Ваш ігровий режим було оновлено + +selectWorld.gameMode=Ігровий Режим: +selectWorld.gameMode.survival=Виживання +selectWorld.gameMode.survival.line1=Пошук ресурсів, крафтинг, набування +selectWorld.gameMode.survival.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.adventure=Пригодницький +selectWorld.gameMode.adventure.line1=Те саме, що й режим виживання, але не можна +selectWorld.gameMode.adventure.line2=ставити чи руйнувати блоки +selectWorld.moreWorldOptions=Більше Налаштувань Світу... +selectWorld.mapFeatures=Генерація Структур: +selectWorld.mapFeatures.info=Селища, підземелля тощо +selectWorld.mapType=Тип Світу: +selectWorld.mapType.normal=Нормальний +selectWorld.allowCommands=Дозволити Чіти: +selectWorld.allowCommands.info=Команди типу /gamemode, /xp +selectWorld.hardcoreMode=Хардкор: +selectWorld.hardcoreMode.info=Світ буде видалено після смерті +selectWorld.bonusItems=Бонусні скрині: + +generator.default=Стандартний +generator.flat=Суперплаский +generator.largeBiomes=Великі Біоми + +selectServer.title=Обрати Сервер +selectServer.empty=порожньо +selectServer.select=Приєднатися +selectServer.direct=Пряме Підключення +selectServer.edit=Редагувати +selectServer.delete=Видалити +selectServer.add=Додати сервер +selectServer.defaultName=Minecraft Сервер +selectServer.deleteQuestion=Ви впевнені, що бажаєте видалити цей сервер? +selectServer.deleteWarning=буде втрачено назавжди! (Це довго!) +selectServer.deleteButton=Видалити +selectServer.refresh=Оновити +selectServer.hiddenAddress=(Приховано) +addServer.title=Редагувати Інформацію про Сервер +addServer.enterName=Назва Сервера +addServer.enterIp=Адреса Сервера +addServer.add=Готово +addServer.hideAddress=Приховати Адресу +lanServer.title=Світ LAN +lanServer.scanning=Scanning for games on your local network +lanServer.start=Відкрити світ для локальної мережі +lanServer.otherPlayers=Налаштування для Інших Гравців +mcoServer.title=Онлайн Світ Minecraft + +multiplayer.title=Гра в Мережі +multiplayer.connect=Приєднатися +multiplayer.info1=Гра у Мережі ще не довершена, але +multiplayer.info2=постійно вдосконалюється. +multiplayer.ipinfo=Введіть IP сервера, щоб підключитися до нього: + +multiplayer.texturePrompt.line1=Цей сервер рекомендує використовувати користувацький пакет текстур. +multiplayer.texturePrompt.line2=Хочете завантажити й встановити його автоматично? + +multiplayer.downloadingTerrain=Завантаження місцевості + +multiplayer.stopSleeping=Прокинутися + +chat.link.confirm=Ви впевнені, що бажаєте перейти за цим посилання? +chat.link.warning=Ніколи не тисни на посилання від людей, яким не довіряєш! +chat.copy=Скопіювати + +menu.playdemo=Грати у демоверсію +menu.resetdemo=Стерти Демо-Світ +demo.day.1=Для гри у демо-версiю в тебе 5 днiв, зроби все можливе! +demo.day.2=День другий +demo.day.3=День третій +demo.day.4=День четвертий +demo.day.5=Це твій останній день! +demo.day.warning=Твій час майже вичерпано! +demo.day.6=Ти прожив п'ять днів, натисни F2, щоб зберегти скріншот свого творіння +demo.reminder=Демо-час вийшов. Купи гру, якщо хочеш продовжити свою подорож! +demo.remainingTime=Залишилося часу: %s +demo.demoExpired=Час демоверсії вийшов! +demo.help.movement=Використовуй %1$s, %2$s, %3$s, %4$s та мишу для руху +demo.help.movementShort=Рухайся натискаючи на %1$s, %2$s, %3$s, %4$s +demo.help.movementMouse=Оглядайся використовуючи мишу +demo.help.jump=Стрибай, натискаючи %1$s +demo.help.inventory=Натисни %1$s, щоб вiдкрити iнвентар +demo.help.title=Майнкрафт Демоверсія +demo.help.fullWrapped=Демо-Час триває 5 ігрових днів (десь 1 година 40 хвилин реального часу). Перевіряй досягнення, якщо потрібні підказки! Веселися! +demo.help.buy=Придбати гру! +demo.help.later=Грати далі! + +connect.connecting=Підключення до серверу... +connect.authorizing=Вхід... +connect.failed=Не вдалося приєднатися до сервера + +disconnect.genericReason=%s +disconnect.disconnected=Відключений Сервером +disconnect.lost=З'єднання Втрачено +disconnect.kicked=Був вигнаний з гри +disconnect.timeout=Час вичерпано +disconnect.closed=З'єднання закрите +disconnect.loginFailed=Не вдалося увійти +disconnect.loginFailedInfo=Не вдалося увійти: %s +disconnect.quitting=Вихід +disconnect.endOfStream=Кінець потоку +disconnect.overflow=Переповнення буфера +disconnect.spam=Викинуто за спам + +options.off=Вимк +options.on=Вмк +options.visible=Показати +options.hidden=Приховати +options.title=Параметри +options.controls=Керування... +options.video=Налаштування Відео... +options.language=Мова... +options.languageWarning=Переклад може бути не на 100% точним +options.videoTitle=Налаштування Відео +options.music=Музика +options.sound=Звуки +options.invertMouse=Інвертувати Мишу +options.fov=Поле Зору +options.fov.min=Звичайне +options.fov.max=Quake Pro +options.gamma=Яскравість +options.gamma.min=Темно +options.gamma.max=Яскраво +options.sensitivity=Чутливість +options.sensitivity.min=*позіхання* +options.sensitivity.max=ГІПЕРШВИДКІСТЬ!!! +options.renderDistance=Дистанція Відображення +options.renderDistance.tiny=Крихітна +options.renderDistance.short=Коротка +options.renderDistance.normal=Середня +options.renderDistance.far=Далека +options.viewBobbing=Коливання Камери +options.ao=М'яке освітлення +options.ao.off=Off +options.ao.min=Minimum +options.ao.max=Maximum +options.anaglyph=Ефект 3D +options.framerateLimit=Продуктивність +options.difficulty=Рівень складності +options.difficulty.peaceful=Мирний +options.difficulty.easy=Легкий +options.difficulty.normal=Нормальний +options.difficulty.hard=Складний +options.difficulty.hardcore=Хардкор +options.graphics=Графіка +options.graphics.fancy=Красива +options.graphics.fast=Швидка +options.guiScale=Розмір інтерфейсу +options.guiScale.auto=Авто +options.guiScale.small=Маленький +options.guiScale.normal=Звичайний +options.guiScale.large=Великий +options.advancedOpengl=Розширений OpenGL +options.renderClouds=Хмари +options.farWarning1=Рекомендовано встановити 64-бiтну версiю Java +options.farWarning2=для дистанції промальовування 'Далека' (у вас 32-бiтна) +options.particles=Частинки +options.particles.all=Усі +options.particles.decreased=Обмежені +options.particles.minimal=Мінімальні +options.multiplayer.title=Налаштування Мультиплеєру... +options.chat.title=Налаштування Чату... +options.chat.visibility=Чат +options.chat.visibility.full=Показати +options.chat.visibility.system=Лише Команди +options.chat.visibility.hidden=Приховати +options.chat.color=Кольори +options.chat.opacity=Непрозорість +options.chat.links=Веб Посилання +options.chat.links.prompt=Показувати Посилання +options.chat.scale=Розмір +options.chat.width=Ширина +options.chat.height.focused=Сфокусована Висота +options.chat.height.unfocused=Несфокусована Висота +options.showCape=Відображати Плащі +options.serverTextures=Текстури Серверу +options.snooper=Дозволити збір даних +options.snooper.view=Налаштування даних... +options.snooper.title=Збір інформації про пристрій +options.snooper.desc=Ми збираємося відправляти інформацію про ваш комп'ютер на свої сервери, завдяки цьому ми зможемо швидше знайти проблеми. Вся передана інформація повністю анонімна і наведена нижче. Ми гарантуємо, що ваші дані не будуть використані в корисливих цілях, проте, якщо ви хочете, ви вільно можете відмовитися від цього! +options.texture.pack=Пакети Текстур +options.fullscreen=Повноекранний режим +options.vsync=Вертикальна Синхронізація +options.touchscreen=Режим Сенсорного Екрану + +performance.max=Максимальне FPS +performance.balanced=Збалансована +performance.powersaver=Економія енергії + +controls.title=Керування + +key.forward=Вперед +key.left=Ліворуч +key.back=Назад +key.right=Праворуч +key.jump=Стрибок +key.inventory=Інвентар +key.drop=Викинути +key.chat=Чат +key.fog=Дистанція Туману +key.sneak=Крастися +key.playerlist=Список Гравців +key.attack=Атакувати +key.use=Використати +key.pickItem=Обрати Блок +key.mouseButton=Клавіша %1$s +key.command=Команда + +texturePack.openFolder=Відкрити теку з пакетами текстур +texturePack.title=Обрати Пакет Текстур +texturePack.folderInfo=(Розташуйте файли пакетів текстур тут) +texturePack.incompatible=Несумісний + +book.pageIndicator=Сторінка %1$s з %2$s +book.byAuthor=Автор: %1$s +book.signButton=Підписати +book.editTitle=Введіть Назву Книги: +book.finalizeButton=Підписати й Закрити +book.finalizeWarning=Вважайте! Як тільки ви підпишете книгу, ви не зможете її редагувати. + +tile.stone.name=Камінь + +tile.grass.name=Блок Трави +tile.dirt.name=Земля +tile.stonebrick.name=Кругляк +tile.wood.name=Дошки +tile.wood.oak.name=Дубові Дошки +tile.wood.spruce.name=Смерекові Дошки +tile.wood.birch.name=Березові Дошки +tile.wood.jungle.name=Дошки з Тропічного Дерева +tile.sapling.oak.name=Паросток Дубу +tile.sapling.spruce.name=Паросток Смереки +tile.sapling.birch.name=Паросток Берези +tile.sapling.jungle.name=Паросток Тропічного Дерева +tile.deadbush.name=Мертвий Кущ +tile.bedrock.name=Корінна Порода +tile.water.name=Вода +tile.lava.name=Лава +tile.sand.name=Пісок +tile.sandStone.name=Пісковик +tile.sandStone.default.name=Пісковик +tile.sandStone.chiseled.name=Точений Пісковик +tile.sandStone.smooth.name=Гладкий Пісковик +tile.gravel.name=Гравій +tile.oreGold.name=Золота Руда +tile.oreIron.name=Залізна Руда +tile.oreCoal.name=Вугільна Руда +tile.log.name=Деревина +tile.log.oak.name=Дуб +tile.log.spruce.name=Смерека +tile.log.birch.name=Береза +tile.log.jungle.name=Тропічне Дерево +tile.leaves.name=Листя +tile.leaves.oak.name=Листя Дубу +tile.leaves.spruce.name=Листя Смереки +tile.leaves.birch.name=Листя Берези +tile.leaves.jungle.name=Листя Тропічного Дерева +tile.tallgrass.name=Трава +tile.tallgrass.shrub.name=Кущ +tile.tallgrass.grass.name=Трава +tile.tallgrass.fern.name=Папороть +tile.sponge.name=Губка +tile.glass.name=Скло +tile.thinGlass.name=Скляна Панель +tile.cloth.name=Вовна +tile.flower.name=Квітка +tile.rose.name=Троянда +tile.mushroom.name=Гриб +tile.blockGold.name=Блок Золота +tile.blockIron.name=Блок Заліза +tile.stoneSlab.stone.name=Кам'яна плита +tile.stoneSlab.sand.name=Плита з Пісковику +tile.stoneSlab.wood.name=Дерев'яна плита +tile.stoneSlab.cobble.name=Плита з Кругляку +tile.stoneSlab.brick.name=Цегляна плита +tile.stoneSlab.smoothStoneBrick.name=Плита з Кам'яної Цегли +tile.stoneSlab.netherBrick.name=Плита з Пекельної Цегли +tile.stoneSlab.quartz.name=Кварцова Плита +tile.woodSlab.oak.name=Дубова Плита +tile.woodSlab.spruce.name=Смерекова Плита +tile.woodSlab.birch.name=Березова Плита +tile.woodSlab.jungle.name=Плита з Тропічного Дерева +tile.brick.name=Цегляний Блок +tile.tnt.name=Динаміт +tile.bookshelf.name=Книжкова Полиця +tile.stoneMoss.name=Моховитий Кругляк +tile.obsidian.name=Обсидіан +tile.torch.name=Факел +tile.fire.name=Вогонь +tile.mobSpawner.name=Спаунер Монстрів +tile.stairsWood.name=Дубові Сходи +tile.stairsWoodSpruce.name=Смерекові Сходи +tile.stairsWoodBirch.name=Березові Cходи +tile.stairsWoodJungle.name=Сходи з Тропічного Дерева +tile.chest.name=Скриня +tile.chestTrap.name=Скриня-Пастка +tile.redstoneDust.name=Редстоун +tile.oreDiamond.name=Діамантова руда +tile.blockDiamond.name=Алмазний блок +tile.workbench.name=Верстак +tile.crops.name=Посів +tile.farmland.name=Ґрунт +tile.furnace.name=Піч +tile.sign.name=Табличка +tile.doorWood.name=Дерев'яні Двері +tile.ladder.name=Драбина +tile.rail.name=Рейки +tile.goldenRail.name=Електричні Рейки +tile.activatorRail.name=Активуючі Рейки +tile.detectorRail.name=Натискні Рейки +tile.stairsStone.name=Кам'яні Сходи +tile.stairsSandStone.name=Сходи з Пісковику +tile.lever.name=Важіль +tile.pressurePlate.name=Натискна Плита +tile.weightedPlate_light.name=Вагова Натискна Плита (Легка) +tile.weightedPlate_heavy.name=Вагова Натискна Плита (Важка) +tile.doorIron.name=Залізні Двері +tile.oreRedstone.name=Руда Редстоуну +tile.notGate.name=Факел з Редстоуну +tile.button.name=Кнопка +tile.snow.name=Сніг +tile.ice.name=Лід +tile.cactus.name=Кактус +tile.clay.name=Глина +tile.reeds.name=Цукрова Тростина +tile.jukebox.name=Програвач +tile.fence.name=Паркан +tile.fenceGate.name=Хвіртка +tile.pumpkin.name=Гарбуз +tile.litpumpkin.name=Ліхтар Джека +tile.hellrock.name=Пекельний Камінь +tile.hellsand.name=Пісок Душ +tile.lightgem.name=Ґлоустоун +tile.portal.name=Портал +tile.cloth.black.name=Чорна Вовна +tile.cloth.red.name=Червона Вовна +tile.cloth.green.name=Зелена Вовна +tile.cloth.brown.name=Коричнева Вовна +tile.cloth.blue.name=Синя Вовна +tile.cloth.purple.name=Фіолетова Вовна +tile.cloth.cyan.name=Синьо-Зелена Вовна +tile.cloth.silver.name=Світло-Сіра Вовна +tile.cloth.gray.name=Сіра Вовна +tile.cloth.pink.name=Рожева Вовна +tile.cloth.lime.name=Світло-Зелена Вовна +tile.cloth.yellow.name=Жовта Вовна +tile.cloth.lightBlue.name=Блакитна вовна +tile.cloth.magenta.name=Бузкова Вовна +tile.cloth.orange.name=Помаранчева Вовна +tile.cloth.white.name=Вовна +tile.oreLapis.name=Лазуритова руда +tile.blockLapis.name=Лазуритовий Блок +tile.dispenser.name=Роздавач +tile.dropper.name=Викидач +tile.musicBlock.name=Нотний Блок +tile.cake.name=Торт +tile.bed.name=Ліжко +tile.bed.occupied=Це ліжко зайняте +tile.bed.noSleep=Ти можеш спати лише вночі +tile.bed.notSafe=Ти не можеш відпочивати зараз - поблизу є монстри +tile.bed.notValid=Твоє ліжко відсутнє або заставлене +tile.lockedchest.name=Зачинена Скриня +tile.trapdoor.name=Люк +tile.web.name=Павутиння +tile.stonebricksmooth.name=Кам'яна Цегла +tile.stonebricksmooth.default.name=Кам'яна Цегла +tile.stonebricksmooth.mossy.name=Кам'яна Цегла з мохом +tile.stonebricksmooth.cracked.name=Тріснута Кам'яна Цегла +tile.stonebricksmooth.chiseled.name=Точена Кам'яна Цегла +tile.monsterStoneEgg.stone.name=Камінь із Лусківницями +tile.monsterStoneEgg.cobble.name=Яйце Круглякового Монстра +tile.monsterStoneEgg.brick.name=Яйце Цегляного Монстра +tile.pistonBase.name=Поршень +tile.pistonStickyBase.name=Липкий Поршень +tile.fenceIron.name=Залізні Ґрати +tile.melon.name=Кавун +tile.stairsBrick.name=Цегляні Сходи +tile.stairsStoneBrickSmooth.name=Сходи з Кам'яної Цегли +tile.vine.name=Лоза +tile.netherBrick.name=Пекельна Цегла +tile.netherFence.name=Паркан з Пекельної Цегли +tile.stairsNetherBrick.name=Сходи з Пекельної Цегли +tile.netherStalk.name=Пекельний Наріст +tile.cauldron.name=Казан +tile.enchantmentTable.name=Стіл Зачарування +tile.anvil.name=Ковадло +tile.anvil.intact.name=Ковадло +tile.anvil.slightlyDamaged.name=Трохи Пошкоджене Ковадло +tile.anvil.veryDamaged.name=Сильно Пошкоджене Ковадло +tile.whiteStone.name=Камінь Енду +tile.endPortalFrame.name=Портал Енду +tile.mycel.name=Міцелій +tile.waterlily.name=Лілія +tile.dragonEgg.name=Яйце Дракона +tile.redstoneLight.name=Лампа +tile.cocoa.name=Какао +tile.enderChest.name=Скриня Енду +tile.oreRuby.name=Рубінова Руда +tile.oreEmerald.name=Смарагдова Руда +tile.blockEmerald.name=Смарагдовий Блок +tile.blockRedstone.name=Блок Редстоуну +tile.tripWire.name=Розтяжка +tile.tripWireSource.name=Гак для Розтяжки +tile.commandBlock.name=Командний Блок +tile.beacon.name=Маяк +tile.beacon.primary=Основна Сила +tile.beacon.secondary=Допоміжна Сила +tile.cobbleWall.normal.name=Стінка з Кругляку +tile.cobbleWall.mossy.name=Стінка з Моховитого Кругляку +tile.carrots.name=Морква +tile.potatoes.name=Картопля +tile.daylightDetector.name=Датчик Денного Світла +tile.netherquartz.name=Руда Пекельного Кварцу +tile.hopper.name=Завантажувальна Воронка +tile.quartzBlock.default.name=Блок Кварцу +tile.quartzBlock.chiseled.name=Точений Блок Кварцу +tile.quartzBlock.lines.name=Блок Кварцової Колони +tile.stairsQuartz.name=Кварцові Сходи + +item.shovelIron.name=Залізна Лопата +item.pickaxeIron.name=Залізне Кайло +item.hatchetIron.name=Залізна Сокира +item.flintAndSteel.name=Запальничка +item.apple.name=Яблуко +item.cookie.name=Печиво +item.bow.name=Лук +item.arrow.name=Стріла +item.coal.name=Вугілля +item.charcoal.name=Деревне Вугілля +item.diamond.name=Алмаз +item.emerald.name=Смарагд +item.ingotIron.name=Залізний Зливок +item.ingotGold.name=Золотий Зливок +item.swordIron.name=Залізний Меч +item.swordWood.name=Дерев'яний Меч +item.shovelWood.name=Дерев'яна Лопата +item.pickaxeWood.name=Дерев'яне Кайло +item.hatchetWood.name=Дерев'яна Сокира +item.swordStone.name=Кам'яний Меч +item.shovelStone.name=Кам'яна Лопата +item.pickaxeStone.name=Кам'яне Кайло +item.hatchetStone.name=Кам'яна Сокира +item.swordDiamond.name=Алмазний Меч +item.shovelDiamond.name=Алмазна Лопата +item.pickaxeDiamond.name=Алмазне Кайло +item.hatchetDiamond.name=Алмазна Сокира +item.stick.name=Палиці +item.bowl.name=Миска +item.mushroomStew.name=Тушковані Гриби +item.swordGold.name=Золотий Меч +item.shovelGold.name=Золота Лопата +item.pickaxeGold.name=Золоте Кайло +item.hatchetGold.name=Золота Сокира +item.string.name=Нитка +item.feather.name=Перо +item.sulphur.name=Порох +item.hoeWood.name=Дерев'яна Мотика +item.hoeStone.name=Кам'яна Мотика +item.hoeIron.name=Залізна Мотика +item.hoeDiamond.name=Алмазна Мотика +item.hoeGold.name=Золота Мотика +item.seeds.name=Насіння Пшениці +item.seeds_pumpkin.name=Насіння Гарбуза +item.seeds_melon.name=Насіння Кавуна +item.melon.name=Скибка Кавуна +item.wheat.name=Пшениця +item.bread.name=Хліб +item.helmetCloth.name=Шкіряна Шапка +item.chestplateCloth.name=Шкіряна Куртка +item.leggingsCloth.name=Шкіряні Штанці +item.bootsCloth.name=Шкіряні Черевики +item.helmetChain.name=Кольчужний Шолом +item.chestplateChain.name=Кольчужний Нагрудник +item.leggingsChain.name=Кольчужні Наголінники +item.bootsChain.name=Кольчужні Чоботи +item.helmetIron.name=Залізний Шолом +item.chestplateIron.name=Залізний Нагрудник +item.leggingsIron.name=Залізні Наголінники +item.bootsIron.name=Залізні Чоботи +item.helmetDiamond.name=Алмазний Шолом +item.chestplateDiamond.name=Алмазний Нагрудник +item.leggingsDiamond.name=Алмазні Наголінники +item.bootsDiamond.name=Алмазні Чоботи +item.helmetGold.name=Золотий Шолом +item.chestplateGold.name=Золотий Нагрудник +item.leggingsGold.name=Золоті Наголінники +item.bootsGold.name=Золоті чоботи +item.flint.name=Кремінь +item.porkchopRaw.name=Сира свиняча відбивна +item.porkchopCooked.name=Смажена Свинина +item.chickenRaw.name=Сира Курятина +item.chickenCooked.name=Смажена Курятина +item.beefRaw.name=Сира Яловичина +item.beefCooked.name=Стейк +item.painting.name=Картина +item.frame.name=Рамка для Предметів +item.appleGold.name=Золоте Яблуко +item.sign.name=Напис +item.doorWood.name=Дерев'яні Двері +item.bucket.name=Відро +item.bucketWater.name=Відро з Водою +item.bucketLava.name=Відро з лавою +item.minecart.name=Вагонетка +item.saddle.name=Сідло +item.doorIron.name=Залізні Двері +item.redstone.name=Редстоун +item.snowball.name=Сніжок +item.boat.name=Човен +item.leather.name=Шкіра +item.milk.name=Молоко +item.brick.name=Цегла +item.clay.name=Глина +item.reeds.name=Цукрова Тростина +item.paper.name=Папір +item.book.name=Книга +item.slimeball.name=Слиз +item.minecartChest.name=Вагонетка зі Скринею +item.minecartFurnace.name=Вагонетка з Піччю +item.minecartTnt.name=Вагонетка з Динамітом +item.minecartHopper.name=Вагонетка з Воронкою +item.egg.name=Яйце +item.compass.name=Компас +item.fishingRod.name=Вудка +item.clock.name=Годинник +item.yellowDust.name=Пил Світлокаменю +item.fishRaw.name=Сира Риба +item.fishCooked.name=Смажена Риба +item.record.name=Платівка +item.bone.name=Кістка +item.dyePowder.black.name=Чорнильний мішок +item.dyePowder.red.name=Пелюстки Троянди +item.dyePowder.green.name=Зелень Кактуса +item.dyePowder.brown.name=Какао-боби +item.dyePowder.blue.name=Лазурит +item.dyePowder.purple.name=Фіолетовий Барвник +item.dyePowder.cyan.name=Бірюзовий Барвник +item.dyePowder.silver.name=Світло-Сірий Барвник +item.dyePowder.gray.name=Сірий Барвник +item.dyePowder.pink.name=Рожевий Барвник +item.dyePowder.lime.name=Світло-Зелений Барвник +item.dyePowder.yellow.name=Пелюстки Кульбаби +item.dyePowder.lightBlue.name=Блакитний Барвник +item.dyePowder.magenta.name=Бузковий Барвник +item.dyePowder.orange.name=Помаранчевий Барвник +item.dyePowder.white.name=Кісткове Борошно +item.sugar.name=Цукор +item.cake.name=Торт +item.bed.name=Ліжко +item.diode.name=Редстоуновий Повторювач +item.comparator.name=Редстоуновий Компаратор +item.map.name=Мапа +item.leaves.name=Листя +item.shears.name=Ножиці +item.rottenFlesh.name=Гниле М'ясо +item.enderPearl.name=Перлина Енду +item.blazeRod.name=Жезл Блейза +item.ghastTear.name=Сльоза Ґаста +item.netherStalkSeeds.name=Пекельний Наріст +item.potion.name=Зілля +item.emptyPotion.name=Колба з Водою +item.goldNugget.name=Золотий Самородок +item.glassBottle.name=Скляна Колба +item.spiderEye.name=Павуче Око +item.fermentedSpiderEye.name=Оброблене Павуче Око +item.blazePowder.name=Пил Блейза +item.magmaCream.name=Магмовий Крем +item.cauldron.name=Казан +item.brewingStand.name=Варильна Стійка +item.eyeOfEnder.name=Око Ендера +item.speckledMelon.name=Блискуча Скибка Кавуна +item.monsterPlacer.name=Заспаунити +item.expBottle.name=Пляшечка Чар +item.fireball.name=Заряд Полум'я +item.writingBook.name=Книга й Перо +item.writtenBook.name=Написана Книга +item.ruby.name=Рубін +item.flowerPot.name=Квітковий Горщик +item.emptyMap.name=Порожня Карта +item.carrots.name=Морква +item.carrotGolden.name=Золота Морква +item.potato.name=Картопля +item.potatoBaked.name=Запечена Картопля +item.potatoPoisonous.name=Отруйна Картопля +item.skull.skeleton.name=Череп Скелета +item.skull.wither.name=Череп Скелета Висушувача +item.skull.zombie.name=Голова Зомбі +item.skull.char.name=Голова +item.skull.player.name=Голова %s +item.skull.creeper.name=Голова Кріпера +item.carrotOnAStick.name=Морква на Паличці +item.netherStar.name=Пекельна Зірка +item.pumpkinPie.name=Гарбузовий Пиріг +item.enchantedBook.name=Зачарована Книга +item.fireworks.name=Ракетний Феєрверк +item.fireworks.flight=Тривалість Польоту: +item.fireworksCharge.name=Зірка Феєрверку +item.fireworksCharge.black=Чорний +item.fireworksCharge.red=Червоний +item.fireworksCharge.green=Зелений +item.fireworksCharge.brown=Коричневий +item.fireworksCharge.blue=Синій +item.fireworksCharge.purple=Фіолетовий +item.fireworksCharge.cyan=Бірюзовий +item.fireworksCharge.silver=Світло-Сірий +item.fireworksCharge.gray=Сірий +item.fireworksCharge.pink=Рожевий +item.fireworksCharge.lime=Світло-Зелений +item.fireworksCharge.yellow=Жовтий +item.fireworksCharge.lightBlue=Блакитний +item.fireworksCharge.magenta=Бузковий +item.fireworksCharge.orange=Помаранчевий +item.fireworksCharge.white=Білий +item.fireworksCharge.customColor=Звичайний +item.fireworksCharge.fadeTo=Затухання у +item.fireworksCharge.flicker=Мерехтіння +item.fireworksCharge.trail=Сліди +item.fireworksCharge.type.0=Мала Куля +item.fireworksCharge.type.1=Велика Куля +item.fireworksCharge.type.2=Зореподібний +item.fireworksCharge.type.3=Кріпероподібний +item.fireworksCharge.type.4=Спалах +item.fireworksCharge.type=Невідома Форма +item.netherbrick.name=Пекельна Цегла +item.netherquartz.name=Пекельний Кварц + +container.inventory=Інвентар +container.hopper=Завантажувальна Воронка +container.crafting=Крафтинг +container.dispenser=Роздавач +container.dropper=Викидач +container.furnace=Піч +container.enchant=Зачарувати +container.repair=Ремонт та Перейменування +container.repair.cost=Зачарування Коштує %1$d +container.repair.expensive=Надто Дорого! +container.creative=Вибір Предметів +container.brewing=Варильна Стійка +container.chest=Скриня +container.chestDouble=Велика Скриня +container.minecart=Вагонетка +container.enderchest=Скриня Енду + +item.dyed=Пофарбовано + +entity.Item.name=Предмет +entity.XPOrb.name=Кулька Досвіду +entity.SmallFireball.name=Малий Фаєрбол +entity.Fireball.name=Фаєрбол + +entity.Arrow.name=Стріла +entity.Snowball.name=Сніжок +entity.Painting.name=Картина + +entity.Mob.name=Моб +entity.Monster.name=Монстр + +entity.Creeper.name=Кріпер +entity.Skeleton.name=Скелет +entity.Spider.name=Павук +entity.Giant.name=Гігант +entity.Zombie.name=Зомбі +entity.Slime.name=Слимак +entity.Ghast.name=Ґаст +entity.PigZombie.name=Зомбі Піґмен +entity.Enderman.name=Ендермен +entity.Silverfish.name=Лусківниця +entity.CaveSpider.name=Печерний Павук +entity.Blaze.name=Блейз +entity.LavaSlime.name=Куб Магми +entity.MushroomCow.name=Грибна Корова +entity.Villager.name=Селянин +entity.VillagerGolem.name=Залізний Голем +entity.SnowMan.name=Сніговий Голем +entity.EnderDragon.name=Дракон Енду +entity.WitherBoss.name=Висушувач +entity.Witch.name=Відьма + +entity.Pig.name=Свиня +entity.Sheep.name=Вівця +entity.Cow.name=Корова +entity.Chicken.name=Курка +entity.Squid.name=Кальмар +entity.Wolf.name=Вовк +entity.Ozelot.name=Оцелот +entity.Cat.name=Кіт +entity.Bat.name=Кажан + +entity.PrimedTnt.name=Блок Динаміту +entity.FallingSand.name=Падаючий блок + +entity.Minecart.name=Вагонетка +entity.Boat.name=Човен + +entity.generic.name=невідомо + +death.fell.accident.ladder=%1$s впав з драбини +death.fell.accident.vines=%1$s впав з лози +death.fell.accident.water=%1$s виринув з води +death.fell.accident.generic=%1$s впав з високого місця +death.fell.killer=%1$s був приречений на падіння +death.fell.assist=%2$s прирік на падіння %1$s +death.fell.assist.item=%2$s прирік на падіння %1$s, використовуючи %3$s +death.fell.finish=%1$s був впали занадто далеко, і було закінчено %2$s +death.fell.finish.item=%1$s був впали занадто далеко, і було закінчено %2$s використання %3$s + +death.attack.inFire=%1$s перетворився на попіл +death.attack.inFire.player=%1$s потрапив у вогонь під час битви з %2$s +death.attack.onFire=%1$s згорів живцем +death.attack.onFire.player=%1$s був спалений дотла під час битви з %2$s +death.attack.lava=%1$s спробував поплавати в лаві +death.attack.lava.player=%1$s спробував поплавати в лаві, втікаючи від %2$s +death.attack.inWall=%1$s задихнувся в стіні +death.attack.drown=%1$s потонув +death.attack.drown.player=%1$s потонув при спробі втекти від %2$s +death.attack.starve=%1$s помер від голоду +death.attack.cactus=%1$s заколовся до смерті +death.attack.cactus.player=%1$s врізався у кактус, тікаючи від %2$s +death.attack.generic=%1$s помер +death.attack.explosion=%1$s вибухнув +death.attack.explosion.player=%2$s підірвав %1$s +death.attack.magic=%1$s був убитий магією +death.attack.wither=%1$s був засушений +death.attack.anvil=%1$s був розчавлений наковальнею +death.attack.fallingBlock=%1$s був розчавлений блоком +death.attack.mob=%2$s вбив %1$s +death.attack.player=%1$s був убитий %2$s +death.attack.player.item=%1$s був убитий %2$s за допомогою %3$s +death.attack.arrow=%2$s застрелив %1$s +death.attack.arrow.item=%1$s був застрелений %2$s за допомогою %3$s +death.attack.fireball=%1$s був убитий фаєрболом, що випустив %2$s +death.attack.fireball.item=%1$s був убитий фаєрболом, що випустив %2$s, використовуючи %3$s +death.attack.thrown=%1$s був побитий %2$s +death.attack.thrown.item=%1$s був побитий %2$s за допомогою %3$s +death.attack.indirectMagic=%1$s був убитий %2$s за допомогою магії +death.attack.indirectMagic.item=%1$s був убитий %2$s за допомогою %3$s +death.attack.thorns=%1$s був убитий, намагаючись нашкодити %2$s +death.attack.fall=%1$s вбився об землю +death.attack.outOfWorld=%1$s вилетів зі світу + +deathScreen.respawn=Відродитися +deathScreen.deleteWorld=Видалити світ +deathScreen.titleScreen=Головне меню +deathScreen.score=Рахунок +deathScreen.title.hardcore=Гру закінчено! +deathScreen.hardcoreInfo=Ви не можете перероджуватися у режимі Hardcore! +deathScreen.title=Ви загинули! +deathScreen.leaveServer=Покинути сервер + +potion.empty=Немає ефекту +potion.moveSpeed=Швидкість +potion.moveSlowdown=Повільність +potion.digSpeed=Поспіх +potion.digSlowDown=Втома +potion.damageBoost=Сила +potion.weakness=Слабкість +potion.heal=Миттєве Зцілення +potion.harm=Миттєва Шкода +potion.jump=Стрибучість +potion.confusion=Нудота +potion.regeneration=Відновлення +potion.resistance=Стійкість +potion.fireResistance=Вогнестійкість +potion.waterBreathing=Підводне Дихання +potion.invisibility=Невидимість +potion.blindness=Сліпота +potion.nightVision=Нічне Бачення +potion.hunger=Голод +potion.poison=Отруєння +potion.wither=Висушування + +potion.moveSpeed.postfix=Зілля Швидкості +potion.moveSlowdown.postfix=Зілля Сповільнення +potion.digSpeed.postfix=Зілля Поспіху +potion.digSlowDown.postfix=Зілля Втоми +potion.damageBoost.postfix=Зілля Сили +potion.weakness.postfix=Зілля Слабкості +potion.heal.postfix=Зілля Зцілення +potion.harm.postfix=Зілля Шкоди +potion.jump.postfix=Зілля Стрибучості +potion.confusion.postfix=Зілля Нудоти +potion.regeneration.postfix=Зілля Регенерації +potion.resistance.postfix=Зілля Стійкості +potion.fireResistance.postfix=Зілля Вогнестійкості +potion.waterBreathing.postfix=Зілля Підводного Дихання +potion.invisibility.postfix=Зілля Невидимості +potion.blindness.postfix=Зілля Сліпоти +potion.nightVision.postfix=Зілля Нічного Бачення +potion.hunger.postfix=Зілля Голоду +potion.poison.postfix=Зілля Отрути +potion.wither.postfix=Зілля Засухи + +potion.potency.0= +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV + +potion.prefix.grenade=Вибухове +potion.prefix.mundane=Земне +potion.prefix.uninteresting=Непримітне +potion.prefix.bland=Збите +potion.prefix.clear=Чисте +potion.prefix.milky=Молочне +potion.prefix.diffuse=Розбавлене +potion.prefix.artless=Просте +potion.prefix.thin=Рідке +potion.prefix.awkward=Нестерпне +potion.prefix.flat=Болотне +potion.prefix.bulky=Тяжке +potion.prefix.bungling=Невміле +potion.prefix.buttered=П'янке +potion.prefix.smooth=М'яке +potion.prefix.suave=Солодке +potion.prefix.debonair=Смачне +potion.prefix.thick=Жирне +potion.prefix.elegant=Елегантне +potion.prefix.fancy=Чудне +potion.prefix.charming=Чудове +potion.prefix.dashing=Живе +potion.prefix.refined=Вишукане +potion.prefix.cordial=Тепле +potion.prefix.sparkling=Пінисте +potion.prefix.potent=Потужне +potion.prefix.foul=Брудне +potion.prefix.odorless=Непахуче +potion.prefix.rank=Буйне +potion.prefix.harsh=Жорстке +potion.prefix.acrid=Кисле +potion.prefix.gross=Грубе +potion.prefix.stinky=Смердюче + +enchantment.damage.all=Гострота +enchantment.damage.undead=Кара +enchantment.damage.arthropods=Загибель Членистоногих +enchantment.knockback=Відкидування +enchantment.fire=Сила Вогню +enchantment.protect.all=Захист +enchantment.protect.fire=Вогнестійкість +enchantment.protect.fall=Невагомість +enchantment.protect.explosion=Захист від Вибухів +enchantment.protect.projectile=Захист від Стріл +enchantment.oxygen=Дихання +enchantment.waterWorker=Рідність Води +enchantment.digging=Ефективність +enchantment.untouching=Шовковий Дотик +enchantment.durability=Незламніть +enchantment.lootBonus=Продуктивність +enchantment.lootBonusDigger=Вдача +enchantment.arrowDamage=Сила +enchantment.arrowFire=Полум'я +enchantment.arrowKnockback=Відкидування +enchantment.arrowInfinite=Нескінченність +enchantment.thorns=Шипи + +enchantment.level.1=I +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.level.10=X + +gui.achievements=Досягнення +gui.stats=Статистика + +stat.generalButton=Загальна +stat.blocksButton=Блоки +stat.itemsButton=Предмети + +stat.used=Використано Разів +stat.mined=Добуто Разів +stat.depleted=Зламано Разів +stat.crafted=Створено Разів + +stat.startGame=Зіграно разів +stat.createWorld=Зіграно світів +stat.loadWorld=Зберігань завантажено +stat.joinMultiplayer=Мережевих ігор +stat.leaveGame=Виходів з гри + +stat.playOneMinute=Хвилин у Грі + +stat.walkOneCm=Пройдена Дистанція +stat.fallOneCm=Дистанція Падінь +stat.swimOneCm=Дистанція Плавання +stat.flyOneCm=Дистанція Польотів +stat.climbOneCm=Дистанція Здирання по Драбині +stat.diveOneCm=Дистанція Плавання під Водою +stat.minecartOneCm=Дистанція, Проїхана на Вагонетці +stat.boatOneCm=Дистанція, Проплита на Човні +stat.pigOneCm=Дистанція, Проїхана на Свині +stat.jump=Кількість Стрибків +stat.drop=Предметів Викинуто + +stat.damageDealt=Шкоди Нанесено +stat.damageTaken=Шкоди Отримано +stat.deaths=Кількість Смертей +stat.mobKills=Мобів Убито +stat.playerKills=Гравців Убито +stat.fishCaught=Риб Спіймано + +stat.mineBlock=%1$s Добуто +stat.craftItem=%1$s Створено +stat.useItem=%1$s Використано +stat.breakItem=%1$s Зруйновано + +achievement.get=Досягнення отримано! + +achievement.taken=Виконано! + +achievement.requires=Потребує '%1$s ' +achievement.openInventory=Вiдкрити Інвентар +achievement.openInventory.desc=Натисни '%1$s', щоб вiдкрити Інвентар. +achievement.mineWood=Добути Дерево +achievement.mineWood.desc=Бий дерево, поки не випаде деревина +achievement.buildWorkBench=Виробництво +achievement.buildWorkBench.desc=Створи верстак з 4 блоків дощок +achievement.buildPickaxe=Час Добувати! +achievement.buildPickaxe.desc=Використай палиці та дошки для створення кайла +achievement.buildFurnace=Гаряча Тема +achievement.buildFurnace.desc=Збери піч з восьми каменів +achievement.acquireIron=Отримуємо Обладнання +achievement.acquireIron.desc=Виплави залізний зливок +achievement.buildHoe=Час стати Фермером! +achievement.buildHoe.desc=Використай палицi та дошки для створення мотики +achievement.makeBread=Печемо Хліб +achievement.makeBread.desc=Перетвори пшеницю на хліб +achievement.bakeCake=Брехня +achievement.bakeCake.desc=Пшениця, цукор, молоко та яйця! +achievement.buildBetterPickaxe=Покращення Обладнання +achievement.buildBetterPickaxe.desc=Зроби краще кайло +achievement.cookFish=Смачна Риба +achievement.cookFish.desc=Злови та приготуй рибу! +achievement.onARail=На Коліях +achievement.onARail.desc=Проїдь на вагонетці не менше, ніж 1 км без пересадок +achievement.buildSword=Час Атакувати! +achievement.buildSword.desc=Використай палиці та дошки для створення меча +achievement.killEnemy=Мисливець на Монстрів +achievement.killEnemy.desc=Напади на монстра та вбий його +achievement.killCow=Вбивця Корів +achievement.killCow.desc=Здобудь трохи шкіри +achievement.flyPig=Коли Свині Літають +achievement.flyPig.desc=Зістрибни з обриву верхи на свині +achievement.snipeSkeleton=Снайперська дуель +achievement.snipeSkeleton.desc=Вбий скелета стрілою з відстані 50 метрів +achievement.diamonds=АЛМАЗИ! +achievement.diamonds.desc=Добудь алмази своїми залізними інструментами +achievement.portal=Треба Йти Глибше +achievement.portal.desc=Збудуй портал до Пекла +achievement.ghast=Повернути до Відправника +achievement.ghast.desc=Вбий Ґаста його ж фаєрболом +achievement.blazeRod=У Вогонь +achievement.blazeRod.desc=Забери у Блейза палаючий жезл +achievement.potion=Приватна Броварня +achievement.potion.desc=Звари зілля +achievement.theEnd=Кінець? +achievement.theEnd.desc=Знайди Енд +achievement.theEnd2=Кінець. +achievement.theEnd2.desc=Здобудь перемогу над Драконом Енду +achievement.enchantments=Зачаровувач +achievement.enchantments.desc=Використай книгу, обсидіан та алмаз, щоб створити стіл зачаровування +achievement.overkill=Супер-Удар +achievement.overkill.desc=Нанеси удар силою в вісім сердець +achievement.bookcase=Бібліотекар +achievement.bookcase.desc=Розташуй декілька книжкових полиць біля стола зачаровування, щоб покращити його + +commands.generic.exception=При виконанні цієї команди сталася невідома помилка +commands.generic.syntax=Неправильний синтаксис команди +commands.generic.player.notFound=Неможливо знайти цього гравця +commands.generic.notFound=Невідома команда. Напишіть /help, щоб отримати перелік команд. +commands.generic.num.invalid=Число '%s' не є правильним +commands.generic.num.tooSmall=Введене число (%d) занадто мале, має бути якнайменш %d +commands.generic.num.tooBig=Введене число (%d) занадто велике, має бути якнайбільш %d +commands.generic.double.tooSmall=Введено число (%.2f) надто мале , має бути не менше %.2f +commands.generic.double.tooBig=Введено число (%.2f) надто велике, має бути не більше %.2f +commands.generic.usage=Використання: %s + +commands.xp.failure.widthdrawXp=Неможливо надати гравцеві негативних очок досвіду +commands.xp.success=Надано %d досвіду гравцеві %s +commands.xp.success.levels=Надано %d рівнів %s +commands.xp.success.negative.levels=Забрато %d рівнів від %s +commands.xp.usage=/xp <кількість> [гравець] АБО /xp <кількість>L [гравець] +commands.give.usage=/give <гравець> <предмет> [кількість] [дані] +commands.give.notFound=Не існує предмету з ID %d +commands.give.success=Надано %s (ID %d) * %d гравцеві %s +commands.effect.usage=/effect [seconds] [amplifier] +commands.effect.notFound=There is no such mob effect with ID %d +commands.effect.success=Given %1$s (ID %2$d) * %3$d to %4$s for %5$d seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.enchant.usage=/enchant <гравець> [рівень] +commands.enchant.notFound=Не існує зачарування з таким ID %d +commands.enchant.noItem=Ціль не тримає предмет +commands.enchant.cantEnchant=Вибране зачарування неможливо надати даному предмету +commands.enchant.cantCombine=%1$s неможливо об'єднати з %2$s +commands.enchant.success=Зачарування вдалося +commands.clear.usage=/clear <гравець> [предмет][дані] +commands.clear.success=Очищено інвентар - %s, вилучено предмети - %d +commands.clear.failure=Could not clear the inventory of %s, no items to remove +commands.downfall.success=Зливу ввімкнено +commands.time.usage=/time <значення> +commands.time.added=Додано %d до часу +commands.time.set=Встановлено час %d +commands.players.list=Зараз %d/%d гравців у онлайні: +commands.banlist.ips=Усього %d забанених IP адрес: +commands.banlist.players=Всього %d забанених гравців: +commands.banlist.usage=/banlist [ip-адреса|гравці] +commands.kick.success=Гравця %s викинуто з гри +commands.kick.success.reason=Гравця %s викинуто з гри: '%s' +commands.kick.usage=/kick <гравець> [причина ...] +commands.op.success=Надано права оператора гравцеві %s +commands.op.usage=/op <гравець> +commands.deop.success=Забрано права оператора у гравця %s +commands.deop.usage=/deop <гравець> +commands.say.usage=/say <повідомлення...> +commands.ban.success=Забанено гравця %s +commands.ban.usage=/ban <ім'я> [причина...] +commands.unban.success=Розбанено гравця %s +commands.unban.usage=/pardon <ім'я> +commands.banip.invalid=Ви ввели неправильну IP адресу або гравець зараз не у онлайні +commands.banip.success=Забанено IP адресу %s +commands.banip.success.players=Забанено IP адресу %s, що належить гравцеві %s +commands.banip.usage=/ban-ip <адреса|ім'я> [причина...] +commands.unbanip.invalid=ВИ ввели неправильну IP адресу +commands.unbanip.success=Розбанено IP адресу %s +commands.unbanip.usage=/pardon-ip <адреса> +commands.save.enabled=Увімкнено автозберігання світу +commands.save.disabled=Вимкнено автозберігання світу +commands.save.start=Зберігання... +commands.save.success=Світ збережено +commands.save.failed=Збереження не вдалося: %s +commands.stop.start=Зупинка серверу +commands.tp.success=Гравця %s телепортовано до гравця %s +commands.tp.success.coordinates=Телепортовано %s до %.2f,%.2f,%.2f +commands.tp.usage=/tp [кого] <до кого> або /tp [кого] ; +commands.tp.notSameDimension=Не вдалося телепортуватись, тому що гравці знаходяться в різних вимірах +commands.whitelist.list=Всього %d (з %d бачених) гравців у білому списку: +commands.whitelist.enabled=Білий список увімкнено +commands.whitelist.disabled=Вимкнено білий список +commands.whitelist.reloaded=Перезавантажено білий список +commands.whitelist.add.success=Гравця %s додано до білого списку +commands.whitelist.add.usage=/whitelist add <гравець> +commands.whitelist.remove.success=Гравця %s вилучено з білого списку +commands.whitelist.remove.usage=/whitelist remove <гравець> +commands.whitelist.usage=/whitelist +commands.scoreboard.usage=/scoreboard +commands.scoreboard.teamNotFound=Жодна команда не була знайдена по імені "%s" +commands.scoreboard.objectiveNotFound=Немає мети було знайдено назву "%s" +commands.scoreboard.objectiveReadOnly="%s" мета тільки для читання і не може бути встановлена +commands.scoreboard.objectives.usage=/scoreboard objectives +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay <слот> [ціль] +commands.scoreboard.objectives.setdisplay.invalidSlot=Немає такого слоту для відображення '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Очищено відображуваний слот цілей '%s' +commands.scoreboard.objectives.setdisplay.successSet=Встановити відображувану ціль в слоті '%s' у '%s' +commands.scoreboard.objectives.add.usage=/scoreboard objectives add <ім'я> <критерійТипу> [ім'я, що відображається ...] +commands.scoreboard.objectives.add.wrongType=Невірний тип критерія цілі. Допустимі типи: %s +commands.scoreboard.objectives.add.alreadyExists=Ціль з ім'ям '%s' вже існує +commands.scoreboard.objectives.add.tooLong=Ім'я '%s' є занадто довгим для цілі, воно не може бути більше %d символів +commands.scoreboard.objectives.add.displayTooLong=Ім'я, що відображається '%s' є занадто довгим для цілі, воно не може бути більше %d символів +commands.scoreboard.objectives.add.success=Нова ціль '%s' успішно додана +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove <ім'я> +commands.scoreboard.objectives.remove.success=Ціль '%s' успішно видалена +commands.scoreboard.objectives.list.count=Показано %d цілей в статистиці +commands.scoreboard.objectives.list.entry=- %s: відображено як '%s' і має тип '%s' +commands.scoreboard.objectives.list.empty=Немає цілей у статистиці +commands.scoreboard.players.usage=/scoreboard players +commands.scoreboard.players.set.success=Встановити очки %s для гравця %s у %d +commands.scoreboard.players.set.usage=/scoreboard players set <гравець> <ціль> <очки> +commands.scoreboard.players.add.usage=/scoreboard players add <гравець> <ціль> <рахунок> +commands.scoreboard.players.remove.usage=/scoreboard players remove <гравець> <ціль> <рахунок> +commands.scoreboard.players.reset.usage=/scoreboard players reset <гравець> +commands.scoreboard.players.reset.success=Скинути всі очки гравця %s +commands.scoreboard.players.list.count=Показати %d відстежуваних гравців у статистиці +commands.scoreboard.players.list.empty=Немає відстежуваних гравців у статистиці +commands.scoreboard.players.list.player.count=Показано %d відстежуваних цілей для %s +commands.scoreboard.players.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.players.list.player.empty=Гравець %s не має очок +commands.scoreboard.teams.usage=/scoreboard teams +commands.scoreboard.teams.add.usage=/scoreboard teams add <ім'я> [ім'я, що відображається ...] +commands.scoreboard.teams.add.alreadyExists=Команда з іменем '%s' вже існує +commands.scoreboard.teams.add.tooLong=Ім'я '%s' є занадто довгим для команди, воно повинно бути не більше %d символів +commands.scoreboard.teams.add.displayTooLong=Ім'я команди '%s' є занадто довгим для відображення, воно не може бути більше %d символів +commands.scoreboard.teams.add.success=Нова команда '%s' була додана успішно +commands.scoreboard.teams.list.usage=/scoreboard teams list [ім'я] +commands.scoreboard.teams.list.count=Показати %d команд у статистиці +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' має %3$d гравців +commands.scoreboard.teams.list.empty=Немає зареєстрованих команд в статистиці +commands.scoreboard.teams.list.player.count=Показати %d гравця(ів) в команді %s +commands.scoreboard.teams.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.teams.list.player.empty=Команда %s не має гравців +commands.scoreboard.teams.empty.usage=/scoreboard teams clear <ім'я> +commands.scoreboard.teams.empty.alreadyEmpty=Команда %s вже порожня, неможливо видалити неіснуючих гравців +commands.scoreboard.teams.empty.success=Видалено всіх %d гравців з команди %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove <ім'я> +commands.scoreboard.teams.remove.success=Видалено команду %s +commands.scoreboard.teams.join.usage=/scoreboard teams join <команда> [гравець] +commands.scoreboard.teams.join.success=Додано: %d гравця(ів) до команди %s: %s +commands.scoreboard.teams.join.failure=Неможливо додати %d гравця(ів) до команди %s: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [гравець] +commands.scoreboard.teams.leave.success=Видалено %d гравця(ів) із своєї команди: %s +commands.scoreboard.teams.leave.failure=Не можливо видалити %d гравця(ів) із своєї команди: %s +commands.scoreboard.teams.leave.noTeam=Ви не в команді +commands.scoreboard.teams.option.usage=/scoreboard teams option <команда> <значення> +commands.scoreboard.teams.option.noValue=Для опції %s є лише такі допустимі значення: %s +commands.scoreboard.teams.option.success=Set option %s for team %s to %s +commands.gamemode.success.self=Встановлено режим гри: %s +commands.gamemode.success.other=Встановлено режим гри гравцю %s: %s +commands.gamemode.usage=/gamemode <режим> [гравець] +commands.defaultgamemode.usage=/defaultgamemode <режим> +commands.defaultgamemode.success=Ігровий режим світу за замовчуванням - %s +commands.me.usage=/me <дія ...> +commands.help.header=--- Показано %d сторінку допомоги з %d (/help <сторінка>) --- +commands.help.footer=Порада: Використовуйте клавішу при написанні команди для автоматичного дописування аргументів чи самої команди +commands.help.usage=/help [сторінка|команда] +commands.publish.started=Локальну гру запущено %s +commands.publish.failed=Неможливо запустити локальну гру +commands.debug.start=Початок профілювання налагодження +commands.debug.stop=Налагодження профілювання зупинено після %.2f сек. (%d тіків) +commands.debug.notStarted=Не можливо зупинити профілювання, коли воно не розпочато! +commands.debug.usage=/debug +commands.message.usage=/tell <гравець> <приватне повідомлення...> +commands.message.sameTarget=Ви не можете відправити особисте повідомлення собі! +commands.message.display.outgoing=Ви шепочете до %s: %s +commands.message.display.incoming=%s шепоче до вас: %s +commands.difficulty.usage=/difficulty <рівень складності> +commands.difficulty.success=Рівень складності змінено на %s +commands.spawnpoint.usage=/spawnpoint АБО /spawnpoint <гравець> АБО /spawnpoint <гравець> +commands.spawnpoint.success=Точку відродження %s встановлено на координатах (%d, %d, %d) +commands.gamerule.usage=/gamerule <назва правила> <значення> АБО /gamerule <назва правила> +commands.gamerule.success=Ігрові правила оновлено +commands.gamerule.norule=Ігрове правило під назвою '%s' недоступне +commands.weather.usage=/weather [тривалість в секундах] +commands.weather.clear=Погоду змінено на ясну +commands.weather.rain=Погоду змінено на дощову +commands.weather.thunder=Погоду змінено на грозову +commands.testfor.usage=/testfor <гравець> +commands.testfor.failed=/testfor можна використовувати лише за допомогою командного блока з аналоговим виходом + +itemGroup.buildingBlocks=Будівельні Блоки +itemGroup.decorations=Декоративні Блоки +itemGroup.redstone=Редстоун +itemGroup.transportation=Транспорт +itemGroup.misc=Інше +itemGroup.search=Пошук Предметів +itemGroup.food=Їжа +itemGroup.tools=Інструменти +itemGroup.combat=Бойове +itemGroup.brewing=Зіллєваріння +itemGroup.materials=Матеріали +itemGroup.inventory=Інвентар Виживання + +inventory.binSlot=Знищити Предмет + +advMode.setCommand=Задати Команду для Блоку +advMode.command=Команда +advMode.nearestPlayer=Використовуйте "@p", щоб охопити найближчий гравців +advMode.randomPlayer=Використовуйте "@r", щоб задіяти випадкового гравця +advMode.allPlayers=Використовуйте "@a", щоб охопити всіх гравців + +advMode.notEnabled=Командні блоки не дозволені на цьому сервері +advMode.notAllowed=Гравець повинен бути оператором у творчому режимі + +mco.title=Minecraft Realms +mco.selectServer.select=Приєднатися до Сервера +mco.selectServer.configure=Конфігурування +mco.selectServer.create=Створити Світ +mco.selectServer.moreinfo=Більше Інформації + +mco.configure.world.edit.title=Редагувати Світ + +mco.configure.world.title=Конфігурувати Світ +mco.configure.world.name=Ім’я +mco.configure.world.description=Опис +mco.configure.world.location=Розташування +mco.configure.world.invited=Запрошені +mco.configure.world.buttons.edit=Редагувати +mco.configure.world.buttons.reset=Скидання Світу +mco.configure.world.buttons.done=Готово +mco.configure.world.buttons.delete=Видалити +mco.configure.world.buttons.open=Відкритий Світ +mco.configure.world.buttons.close=Закрити Світ +mco.configure.world.buttons.invite=Запросити +mco.configure.world.buttons.uninvite=Скасувати запрошення +mco.configure.world.buttons.subscription=Subscription +mco.configure.world.invite.profile.name=Ім’я +mco.configure.world.uninvite.question=Ви дійсно бажаєте скасувати запрошення + +mco.configure.world.subscription.title=Subscription Info +mco.configure.world.subscription.daysleft=Days Left +mco.configure.world.subscription.start=Start Date +mco.configure.world.subscription.extend=Extend + +mco.create.world.location.title=Розташування +mco.create.world.location.warning=Ви не можете отримати точне місце розташування +mco.create.world.wait=Створення світу... + +mco.reset.world.title=Скидання Світу +mco.reset.world.warning=Це назавжди видалить ваш світ! +mco.reset.world.seed=Ключ (Необов'язково) +mco.reset.world.resetting.screen.title=Скидання Світу... + +mco.configure.world.close.question.line1=Ваш світ стане недоступним. +mco.configure.world.close.question.line2=Ви впевнені, що хочете це зробити? + +mco.connect.connecting=Підключення до серверу... +mco.connect.authorizing=Вхід... +mco.connect.failed=Не вдалося підключитися до серверу + +mco.create.world=Створити + diff --git a/1.5.2/lang/vi_VN.lang b/1.5.2/lang/vi_VN.lang new file mode 100644 index 00000000..2bc88dfc --- /dev/null +++ b/1.5.2/lang/vi_VN.lang @@ -0,0 +1,1293 @@ +#X-Generator: crowdin.net + +language.name=Tiếng Việt +language.region=VN +language.code=vi_VN + +gui.done=Xong +gui.cancel=Hủy bỏ +gui.back=Back +gui.toMenu=Quay lại màn hình chính +gui.up=Lên +gui.down=Xuống +gui.yes=Có +gui.no=Không + +menu.singleplayer=Chơi đơn +menu.multiplayer=Chơi mạng +menu.online=Minecraft Realms +menu.options=Tùy chọn... +menu.quit=Thoát khỏi trò chơi +menu.returnToMenu=Lưu lại và trở về màn hình chính +menu.disconnect=Ngắt kết nối +menu.returnToGame=Trở lai trò chơi +menu.switchingLevel=Đang thay đổi thế giới +menu.generatingLevel=Đang tạo ra thế giới +menu.loadingLevel=Đang nạp thế giới +menu.generatingTerrain=Đang xây địa hình +menu.convertingLevel=Đang chuyển hóa thế giới +menu.simulating=Đang mô phỏng thế giới một chút +menu.respawning=Đang hồi sinh +menu.shareToLan=Công khai cho mạng LAN + +selectWorld.title=Lựa chọn thế giới +selectWorld.empty=trống +selectWorld.world=Thế giới +selectWorld.select=Chơi thế giới được lựa chọn +selectWorld.create=Tạo thế giới mới +selectWorld.recreate=Tái tạo +selectWorld.createDemo=Chơi thế giới thử nghiệm mới +selectWorld.delete=Xóa +selectWorld.rename=Đổi tên +selectWorld.deleteQuestion=Bạn có chắc là bạn muốn xóa thế giới này không? +selectWorld.deleteWarning=sẽ bị mất mãi mãi! (Một thời gian dài!) +selectWorld.deleteButton=Xoá +selectWorld.renameButton=Đặt lại tên +selectWorld.renameTitle=Đặt lại tên thế giới +selectWorld.conversion=Phải được chuyển hóa! +selectWorld.newWorld=Thế giới mới +selectWorld.newWorld.copyOf=Bản sao của %s +selectWorld.enterName=Tên thế giới +selectWorld.resultFolder=Sẽ được lưu trong: +selectWorld.enterSeed=Hạt giống (dãy ký tự) tạo bản đồ +selectWorld.seedInfo=Bỏ trống để có một hạt giống ngẫu nhiên +selectWorld.cheats=Gian lận +selectWorld.customizeType=Tùy chỉnh + +createWorld.customize.presets=Cài đặt có sẵn +createWorld.customize.presets.title=Lựa chọn cài đặt có sẵn +createWorld.customize.presets.select=Sử dụng cài đặt có sẵn +createWorld.customize.presets.share=Bạn muốn chia sẻ các cài đặt có sẵn của bạn với một người khác ư? Hãy sử dụng hộp bên dưới! +createWorld.customize.presets.list=Ngoài ra, đây là một số thứ chúng tôi đã làm từ trước đó! +createWorld.customize.flat.title=Tùy chỉnh siêu phẳng +createWorld.customize.flat.tile=Lớp vật liệu +createWorld.customize.flat.height=Chiều cao +createWorld.customize.flat.addLayer=Thêm một lớp +createWorld.customize.flat.editLayer=Chỉnh sửa lớp +createWorld.customize.flat.removeLayer=Loại bỏ lớp +createWorld.customize.flat.layer.top=Trên cùng - %d +createWorld.customize.flat.layer=%d +createWorld.customize.flat.layer.bottom=Dưới cùng - %d + +gameMode.survival=Chế độ sinh tồn +gameMode.creative=Chế độ sáng tạo +gameMode.adventure=Chế độ phiêu lưu +gameMode.hardcore=Chế độ siêu khó! +gameMode.changed=Chế độ chơi của bạn đã được cập nhật + +selectWorld.gameMode=Chế độ trò chơi: +selectWorld.gameMode.survival=Sinh tồn +selectWorld.gameMode.survival.line1=Tìm kiếm tài nguyên, chế tạo, tăng +selectWorld.gameMode.survival.line2=cấp độ, sinh lực và kiếm ăn +selectWorld.gameMode.creative=Sáng tạo +selectWorld.gameMode.creative.line1=Vô hạn tài nguyên, bay tự do và +selectWorld.gameMode.creative.line2=phá các khối tức thời +selectWorld.gameMode.hardcore=Siêu khó +selectWorld.gameMode.hardcore.line1=Giống như chế độ sinh tồn, khóa ở độ khó +selectWorld.gameMode.hardcore.line2=cao nhất, và chỉ có một mạng sống +selectWorld.gameMode.adventure=Phiêu lưu +selectWorld.gameMode.adventure.line1=Giống như chế đồ sinh tồn, nhưng các khối không thể +selectWorld.gameMode.adventure.line2=được thêm vào hoặc loại bỏ đi +selectWorld.moreWorldOptions=Các tùy chọn khác cho thế giới... +selectWorld.mapFeatures=Tạo ra các cấu trúc: +selectWorld.mapFeatures.info=Làng mạc, ngục v.v. +selectWorld.mapType=Loại thế giới: +selectWorld.mapType.normal=Bình thường +selectWorld.allowCommands=Cho phép gian lận: +selectWorld.allowCommands.info=Các câu lệnh như /gamemode, /xp +selectWorld.hardcoreMode=Siêu khó: +selectWorld.hardcoreMode.info=Thế giới bị xóa sau khi chết +selectWorld.bonusItems=Rương thưởng: + +generator.default=Mặc định +generator.flat=Siêu phẳng +generator.largeBiomes=Quần xã lớn + +selectServer.title=Lựa chọn máy chủ +selectServer.empty=trống +selectServer.select=Tham gia máy chủ +selectServer.direct=Kết nối trực tiếp +selectServer.edit=Điều chỉnh +selectServer.delete=Xóa +selectServer.add=Thêm máy chủ +selectServer.defaultName=Máy chủ Minecraft +selectServer.deleteQuestion=Bạn có chắc chắn rằng bạn muốn loại bỏ máy chủ này không? +selectServer.deleteWarning=sẽ bị mất mãi mãi! (Một thời gian dài!) +selectServer.deleteButton=Xoá +selectServer.refresh=Làm mới +selectServer.hiddenAddress=(Ẩn đi) +addServer.title=Chỉnh sửa thông tin máy chủ +addServer.enterName=Tên máy chủ +addServer.enterIp=Địa chỉ máy chủ +addServer.add=Đã xong +addServer.hideAddress=Ẩn địa chỉ +lanServer.title=Thế giới mạng LAN +lanServer.scanning=Scanning for games on your local network +lanServer.start=Bắt đầu thế giới mạng LAN +lanServer.otherPlayers=Thiết đặt cho các người chơi khác +mcoServer.title=Thế giới Minecraft trực tuyến + +multiplayer.title=Chơi mạng +multiplayer.connect=Kết nối +multiplayer.info1=Minecraft Nhiều người chơi hiện chưa hoàn thiện, nhưng có +multiplayer.info2=một chút thử nghiệm các lỗi đang diễn ra. +multiplayer.ipinfo=Nhập địa chỉ IP của một máy chủ để kết nối tới nó: + +multiplayer.texturePrompt.line1=Máy chủ này khuyến khích việc sử dụng một gói giao diện. +multiplayer.texturePrompt.line2=Bạn có muốn tải và tự động cài đặt nó một cách kì diệu không? + +multiplayer.downloadingTerrain=Đang tải địa hình + +multiplayer.stopSleeping=Rời khỏi giường + +chat.link.confirm=Bạn có chắc rằng bạn muốn mở trang mạng sau không? +chat.link.warning=Đừng bao giờ mở các đường dẫn từ những người mà bạn không tin tưởng! +chat.copy=Sao chép vào khay nhớ tạm + +menu.playdemo=Chơi thế giới thử nghiệm +menu.resetdemo=Lập lại thế giới thử nghiệm +demo.day.1=Bản thử nghiệm này sẽ kéo dài năm ngày trong trò chơi, bạn hãy làm hết mức có thể! +demo.day.2=Ngày thứ hai +demo.day.3=Ngày thứ ba +demo.day.4=Ngày thứ tư +demo.day.5=Đây là ngày cuối cùng của bạn! +demo.day.warning=Bạn sắp hết thời gian rồi! +demo.day.6=Bạn đã vượt qua ngày thứ năm của bạn, hãy dùng F2 để lưu lại một tấm ảnh chụp tác phẩm của bạn +demo.reminder=Thời gian thử nghiệm đã hết, hãy mua trò chơi để tiếp tục hoặc bắt đầu một thế giới mới! +demo.remainingTime=Thời gian còn lại: %s +demo.demoExpired=Đã hết thời gian chơi thử! +demo.help.movement=Sử dụng %1$s, %2$s, %3$s, %4$s và con chuột để di chuyển +demo.help.movementShort=Di chuyển bằng cách nhấn %1$s, %2$s, %3$s, %4$s +demo.help.movementMouse=Nhìn xung quanh bằng cách sử dụng chuột +demo.help.jump=Nhảy bằng cách nhấn %1$s +demo.help.inventory=Sử dụng %1$s để mở túi đồ của bạn +demo.help.title=Chế độ thử nghiệm Minecraft +demo.help.fullWrapped=Bản chơi thử này sẽ kéo dài 5 ngày trong trò chơi (khoảng 1 giờ 40 phút thời gian thực). Hãy kiểm tra các thành tựu để có gợi ý! Chúc vui vẻ! +demo.help.buy=Mua ngay! +demo.help.later=Tiếp tục chơi! + +connect.connecting=Đang kết nối tới máy chủ... +connect.authorizing=Đang đăng nhập... +connect.failed=Không thể kết nối với máy chủ + +disconnect.genericReason=%s +disconnect.disconnected=Bị ngắt kết nối bởi máy chủ +disconnect.lost=Kết nối bị mất +disconnect.kicked=Đã bị đá ra khỏi trò chơi +disconnect.timeout=Đã hết thời gian +disconnect.closed=Kết nối kết thúc +disconnect.loginFailed=Không thể đăng nhập +disconnect.loginFailedInfo=Không thể đăng nhập: %s +disconnect.quitting=Đang thoát ra +disconnect.endOfStream=Ngừng kết nối +disconnect.overflow=Lỗi tràn bộ nhớ đệm +disconnect.spam=Bị đá vì spam + +options.off=TẮT +options.on=BẬT +options.visible=Được hiển thị +options.hidden=Ẩn đi +options.title=Tùy chọn +options.controls=Điều khiển... +options.video=Cài đặt Video... +options.language=Ngôn ngữ... +options.languageWarning=Bản dịch ngôn ngữ có thể không chính xác 100% +options.videoTitle=Cài đặt Video +options.music=Nhạc +options.sound=Âm thanh +options.invertMouse=Đảo ngược chuột +options.fov=Tầm nhìn +options.fov.min=Bình thường +options.fov.max=Quake Pro +options.gamma=Độ sáng +options.gamma.min=U ám +options.gamma.max=Sáng +options.sensitivity=Độ nhạy +options.sensitivity.min=*ngáp* +options.sensitivity.max=SIÊU TỐC!!! +options.renderDistance=Tầm nhìn +options.renderDistance.tiny=Nhỏ +options.renderDistance.short=Ngắn +options.renderDistance.normal=Bình thường +options.renderDistance.far=Xa +options.viewBobbing=Lay động tầm nhìn +options.ao=Phối sáng đều +options.ao.off=Off +options.ao.min=Minimum +options.ao.max=Maximum +options.anaglyph=Hiệu ứng 3D +options.framerateLimit=Hiệu suất +options.difficulty=Độ khó +options.difficulty.peaceful=Bình yên +options.difficulty.easy=Dễ +options.difficulty.normal=Bình thường +options.difficulty.hard=Khó +options.difficulty.hardcore=Siêu khó +options.graphics=Đồ họa +options.graphics.fancy=Sang trọng +options.graphics.fast=Nhanh +options.guiScale=Quy mô giao diện người dùng có đồ họa +options.guiScale.auto=Tự động +options.guiScale.small=Nhỏ +options.guiScale.normal=Bình thường +options.guiScale.large=Lớn +options.advancedOpengl=OpenGL nâng cao +options.renderClouds=Mây +options.farWarning1=Bạn được đề xuất cài đặt Java 64 bit +options.farWarning2=cho độ dài được vẽ là "Xa" (bạn có 32 bit) +options.particles=Các hạt +options.particles.all=Tất cả +options.particles.decreased=Lược bớt +options.particles.minimal=Tối thiểu +options.multiplayer.title=Thiết đặt chơi mạng... +options.chat.title=Cài đặt tán gẫu... +options.chat.visibility=Tán gẫu +options.chat.visibility.full=Được hiển thị +options.chat.visibility.system=Chỉ dành cho các câu lệnh +options.chat.visibility.hidden=Ẩn đi +options.chat.color=Các màu sắc +options.chat.opacity=Độ mờ đục +options.chat.links=Các đường dẫn trên mạng +options.chat.links.prompt=Khuyến cáo về các đường dẫn +options.chat.scale=Quy mô +options.chat.width=Chiều rộng +options.chat.height.focused=Chiều cao được tập trung +options.chat.height.unfocused=Chiều cao không được tập trung +options.showCape=Hiển thị áo choàng +options.serverTextures=Các họa tiết của máy chủ +options.snooper=Cho phép trinh thám +options.snooper.view=Thiết đặt trinh thám... +options.snooper.title=Thu thập thông tin về máy +options.snooper.desc=Chúng tôi muốn thu thập thông tin về máy của bạn để giúp cải thiện Minecraft bằng cách biết chúng tôi có thể hỗ trợ cái gì và những vấn đề lớn nhất nằm ở đâu. Toàn bộ thông tin này hoàn toàn vô danh và có thể xem ở bên dưới. Chúng tôi hứa rằng chúng tôi sẽ không làm việc gì xấu với thông tin này, nhưng nếu bạn không muốn hợp tác thì hãy cảm thấy tự nhiên trong việc tắt nó đi! +options.texture.pack=Gói giao diện +options.fullscreen=Toàn màn hình +options.vsync=Sử dụng VSync +options.touchscreen=Chế độ màn hình cảm ứng + +performance.max=Hiệu suất tối đa +performance.balanced=Cân bằng +performance.powersaver=Tiết kiệm năng lượng + +controls.title=Điều khiển + +key.forward=Tiến lên +key.left=Sang trái +key.back=Lùi lại +key.right=Sang phải +key.jump=Nhảy +key.inventory=Túi đồ +key.drop=Thả ra +key.chat=Trò chuyện +key.fog=Tắt/Bật sương mù +key.sneak=Đi rón rén +key.playerlist=Hiển thị danh sách người chơi +key.attack=Tấn công +key.use=Sử dụng vật phẩm +key.pickItem=Lựa chọn khối +key.mouseButton=Chuột %1$s +key.command=Câu lệnh + +texturePack.openFolder=Mở thư mục gói giao diện +texturePack.title=Lựa chọn gói giao diện +texturePack.folderInfo=(Đặt các thư mục gói giao diện vào đây) +texturePack.incompatible=Không tương thích được + +book.pageIndicator=Trang %1$s trên %2$s +book.byAuthor=bởi %1$s +book.signButton=Kí tên +book.editTitle=Nhập tiêu đề sách: +book.finalizeButton=Kí tên và đóng lại +book.finalizeWarning=Lưu ý! Khi bạn kí tên vào quyển sách, nó sẽ không thể được chỉnh sửa nữa. + +tile.stone.name=Đá + +tile.grass.name=Khối cỏ +tile.dirt.name=Đất +tile.stonebrick.name=Đá cuội +tile.wood.name=Ván gỗ +tile.wood.oak.name=Ván gỗ sồi +tile.wood.spruce.name=Ván gỗ vân sam +tile.wood.birch.name=Ván gỗ bạch dương +tile.wood.jungle.name=Ván gỗ rừng +tile.sapling.oak.name=Mầm cây sồi +tile.sapling.spruce.name=Mầm cây vân sam +tile.sapling.birch.name=Mầm cây bạch dương +tile.sapling.jungle.name=Mầm cây rừng +tile.deadbush.name=Bụi cây đã chết +tile.bedrock.name=Đá nền +tile.water.name=Nước +tile.lava.name=Dung nham +tile.sand.name=Cát +tile.sandStone.name=Cát kết +tile.sandStone.default.name=Cát kết +tile.sandStone.chiseled.name=Cát kết được đục +tile.sandStone.smooth.name=Cát kết mịn +tile.gravel.name=Sỏi +tile.oreGold.name=Quặng vàng +tile.oreIron.name=Quặng sắt +tile.oreCoal.name=Quặng than +tile.log.name=Gỗ +tile.log.oak.name=Gỗ sồi +tile.log.spruce.name=Gỗ vân sam +tile.log.birch.name=Gỗ bạch dương +tile.log.jungle.name=Gỗ rừng +tile.leaves.name=Lá cây +tile.leaves.oak.name=Lá sồi +tile.leaves.spruce.name=Lá vân sam +tile.leaves.birch.name=Lá bạch dương +tile.leaves.jungle.name=Lá rừng +tile.tallgrass.name=Cỏ +tile.tallgrass.shrub.name=Bụi cây +tile.tallgrass.grass.name=Cỏ +tile.tallgrass.fern.name=Dương xỉ +tile.sponge.name=Miếng bọt biển +tile.glass.name=Thủy tinh +tile.thinGlass.name=Khung thủy tinh +tile.cloth.name=Len +tile.flower.name=Hoa +tile.rose.name=Hoa hồng +tile.mushroom.name=Nấm +tile.blockGold.name=Khối vàng +tile.blockIron.name=Khối sắt +tile.stoneSlab.stone.name=Phiến đá +tile.stoneSlab.sand.name=Phiến cát kết +tile.stoneSlab.wood.name=Phiến gỗ +tile.stoneSlab.cobble.name=Phiến đá cuội +tile.stoneSlab.brick.name=Phiến gạch +tile.stoneSlab.smoothStoneBrick.name=Phiến gạch đá +tile.stoneSlab.netherBrick.name=Phiến gạch địa ngục +tile.stoneSlab.quartz.name=Phiến thạch anh +tile.woodSlab.oak.name=Phiến gỗ sồi +tile.woodSlab.spruce.name=Phiến gỗ vân sam +tile.woodSlab.birch.name=Phiến gỗ bạch dương +tile.woodSlab.jungle.name=Phiến gỗ rừng +tile.brick.name=Gạch +tile.tnt.name=Thuốc nổ +tile.bookshelf.name=Kệ sách +tile.stoneMoss.name=Đá mọc rêu +tile.obsidian.name=Hắc diện thạch +tile.torch.name=Đuốc +tile.fire.name=Lửa +tile.mobSpawner.name=Máy sinh quái vật +tile.stairsWood.name=Cầu thang gỗ sồi +tile.stairsWoodSpruce.name=Cầu thang gỗ vân sam +tile.stairsWoodBirch.name=Cầu thang gỗ bạch dương +tile.stairsWoodJungle.name=Cầu thang gỗ rừng +tile.chest.name=Rương +tile.chestTrap.name=Rương bị kẹt +tile.redstoneDust.name=Bột đá đỏ +tile.oreDiamond.name=Quặng kim cương +tile.blockDiamond.name=Khối kim cương +tile.workbench.name=Bàn chế tạo +tile.crops.name=Cây trồng +tile.farmland.name=Đất ruộng +tile.furnace.name=Lò nung +tile.sign.name=Tấm biển +tile.doorWood.name=Cửa gỗ +tile.ladder.name=Thang +tile.rail.name=Đường ray +tile.goldenRail.name=Đường ray tăng tốc +tile.activatorRail.name=Đường ray kích hoạt +tile.detectorRail.name=Đường ray cảm biến +tile.stairsStone.name=Cầu thang đá +tile.stairsSandStone.name=Cầu thang cát kết +tile.lever.name=Cần gạt +tile.pressurePlate.name=Tấm áp lực +tile.weightedPlate_light.name=Tấm ép có trọng lượng (Nhẹ) +tile.weightedPlate_heavy.name=Tấm ép có trọng lượng (Nặng) +tile.doorIron.name=Cửa sắt +tile.oreRedstone.name=Quặng đá đỏ +tile.notGate.name=Đuốc đá đỏ +tile.button.name=Phím +tile.snow.name=Tuyết +tile.ice.name=Băng +tile.cactus.name=Cây xương rồng +tile.clay.name=Đất sét +tile.reeds.name=Cây mía +tile.jukebox.name=Máy chơi nhạc +tile.fence.name=Hàng rào +tile.fenceGate.name=Cổng hàng rào +tile.pumpkin.name=Bí ngô +tile.litpumpkin.name=Đèn bí ngô +tile.hellrock.name=Đá âm phủ +tile.hellsand.name=Cát linh hồn +tile.lightgem.name=Đá phát sáng +tile.portal.name=Cổng +tile.cloth.black.name=Len màu đen +tile.cloth.red.name=Len màu đỏ +tile.cloth.green.name=Len xanh lá cây +tile.cloth.brown.name=Len màu nâu +tile.cloth.blue.name=Len xanh nước biển +tile.cloth.purple.name=Len màu tím +tile.cloth.cyan.name=Len xanh lơ +tile.cloth.silver.name=Len màu xám nhạt +tile.cloth.gray.name=Len màu xám +tile.cloth.pink.name=Len màu hồng +tile.cloth.lime.name=Len xanh lá cây nhạt +tile.cloth.yellow.name=Len màu vàng +tile.cloth.lightBlue.name=Len xanh nhạt +tile.cloth.magenta.name=Len đỏ sậm +tile.cloth.orange.name=Len màu da cam +tile.cloth.white.name=Len +tile.oreLapis.name=Quặng ngọc lưu ly +tile.blockLapis.name=Khối ngọc lưu ly +tile.dispenser.name=Máy phân phát +tile.dropper.name=Máy thả +tile.musicBlock.name=Khối nốt nhạc +tile.cake.name=Bánh ngọt +tile.bed.name=Giường +tile.bed.occupied=Giường đã có người nằm +tile.bed.noSleep=Bạn chỉ có thể ngủ vào buổi tối +tile.bed.notSafe=Bạn không thể nghỉ ngơi bây giờ, có quái vật đang ở gần +tile.bed.notValid=Giường ở nhà bạn bị mất hoặc bị cản trở +tile.lockedchest.name=Rương bị khóa +tile.trapdoor.name=Cửa sập +tile.web.name=Mạng nhện +tile.stonebricksmooth.name=Gạch đá +tile.stonebricksmooth.default.name=Gạch đá +tile.stonebricksmooth.mossy.name=Gạch đá mọc rêu +tile.stonebricksmooth.cracked.name=Gạch đá nứt +tile.stonebricksmooth.chiseled.name=Gạch đá được đục +tile.monsterStoneEgg.stone.name=Trứng quái vật đá +tile.monsterStoneEgg.cobble.name=Trứng quái vật đá cuội +tile.monsterStoneEgg.brick.name=Trứng quái vật gạch đá +tile.pistonBase.name=Pít-tông +tile.pistonStickyBase.name=Pít-tông dính +tile.fenceIron.name=Thanh sắt +tile.melon.name=Dưa +tile.stairsBrick.name=Cầu thang gạch +tile.stairsStoneBrickSmooth.name=Cầu thang gạch đá +tile.vine.name=Dây leo +tile.netherBrick.name=Gạch địa ngục +tile.netherFence.name=Hàng rào gạch địa ngục +tile.stairsNetherBrick.name=Cầu thang gạch địa ngục +tile.netherStalk.name=Bướu địa ngục +tile.cauldron.name=Vạc +tile.enchantmentTable.name=Bàn phù phép +tile.anvil.name=Cái de +tile.anvil.intact.name=Cái de +tile.anvil.slightlyDamaged.name=Cái de hơi hư hỏng +tile.anvil.veryDamaged.name=Cái de rất hư hỏng +tile.whiteStone.name=Tảng đá kết thúc +tile.endPortalFrame.name=Cổng kết thúc +tile.mycel.name=Khuẩn ty thể +tile.waterlily.name=Lá sen +tile.dragonEgg.name=Trứng rồng +tile.redstoneLight.name=Đèn đá đỏ +tile.cocoa.name=Ca cao +tile.enderChest.name=Rương Ender +tile.oreRuby.name=Quặng hồng ngọc +tile.oreEmerald.name=Quặng ngọc lục bảo +tile.blockEmerald.name=Khối ngọc lục bảo +tile.blockRedstone.name=Khối đá đỏ +tile.tripWire.name=Dây bẫy +tile.tripWireSource.name=Móc dây bẫy +tile.commandBlock.name=Khối lệnh +tile.beacon.name=Đèn hiệu +tile.beacon.primary=Năng lượng chính +tile.beacon.secondary=Năng lượng phụ +tile.cobbleWall.normal.name=Tường đá cuội +tile.cobbleWall.mossy.name=Tường đá cuội mọc rêu +tile.carrots.name=Cà rốt +tile.potatoes.name=Khoai tây +tile.daylightDetector.name=Cảm biến ánh nắng +tile.netherquartz.name=Quặng thạch anh địa ngục +tile.hopper.name=Máy nhảy +tile.quartzBlock.default.name=Khối thạch anh +tile.quartzBlock.chiseled.name=Khối thạch anh được đục +tile.quartzBlock.lines.name=Khối thạch anh làm cột +tile.stairsQuartz.name=Cầu thang thạch anh + +item.shovelIron.name=Xẻng sắt +item.pickaxeIron.name=Cúp sắt +item.hatchetIron.name=Rìu sắt +item.flintAndSteel.name=Dụng cụ đánh lửa +item.apple.name=Táo +item.cookie.name=Bánh quy +item.bow.name=Cung +item.arrow.name=Mũi tên +item.coal.name=Than +item.charcoal.name=Than gỗ +item.diamond.name=Kim cương +item.emerald.name=Ngọc lục bảo +item.ingotIron.name=Phôi sắt +item.ingotGold.name=Phôi vàng +item.swordIron.name=Kiếm sắt +item.swordWood.name=Kiếm gỗ +item.shovelWood.name=Xẻng gỗ +item.pickaxeWood.name=Cúp gỗ +item.hatchetWood.name=Rìu gỗ +item.swordStone.name=Kiếm đá +item.shovelStone.name=Xẻng đá +item.pickaxeStone.name=Cúp đá +item.hatchetStone.name=Rìu đá +item.swordDiamond.name=Kiếm kim cương +item.shovelDiamond.name=Xẻng kim cương +item.pickaxeDiamond.name=Cúp kim cương +item.hatchetDiamond.name=Rìu kim cương +item.stick.name=Gậy +item.bowl.name=Cái bát +item.mushroomStew.name=Súp nấm +item.swordGold.name=Kiếm vàng +item.shovelGold.name=Xẻng vàng +item.pickaxeGold.name=Cúp vàng +item.hatchetGold.name=Rìu vàng +item.string.name=Sợi chỉ +item.feather.name=Lông +item.sulphur.name=Thuốc súng +item.hoeWood.name=Cuốc gỗ +item.hoeStone.name=Cuốc đá +item.hoeIron.name=Cuốc sắt +item.hoeDiamond.name=Cuốc kim cương +item.hoeGold.name=Cuốc vàng +item.seeds.name=Hạt giống +item.seeds_pumpkin.name=Hạt bí ngô +item.seeds_melon.name=Hạt dưa +item.melon.name=Dưa +item.wheat.name=Lúa mì +item.bread.name=Bánh mì +item.helmetCloth.name=Mũ da +item.chestplateCloth.name=Áo da +item.leggingsCloth.name=Quần da +item.bootsCloth.name=Ủng da +item.helmetChain.name=Mũ xích +item.chestplateChain.name=Áo giáp xích +item.leggingsChain.name=Xà cạp xích +item.bootsChain.name=Ủng xích +item.helmetIron.name=Mũ sắt +item.chestplateIron.name=Áo giáp sắt +item.leggingsIron.name=Quần sắt +item.bootsIron.name=Ủng sắt +item.helmetDiamond.name=Mũ kim cương +item.chestplateDiamond.name=Áo giáp kim cương +item.leggingsDiamond.name=Xà cạp kim cương +item.bootsDiamond.name=Ủng kim cương +item.helmetGold.name=Mũ vàng +item.chestplateGold.name=Áo giáp vàng +item.leggingsGold.name=Xà cạp vàng +item.bootsGold.name=Ủng vàng +item.flint.name=Đá lửa +item.porkchopRaw.name=Thịt heo sống +item.porkchopCooked.name=Thịt heo chín +item.chickenRaw.name=Thịt gà sống +item.chickenCooked.name=Thịt gà chín +item.beefRaw.name=Thịt bò sống +item.beefCooked.name=Bít tết +item.painting.name=Tranh vẽ +item.frame.name=Khung vật phẩm +item.appleGold.name=Táo vàng +item.sign.name=Tấm biển +item.doorWood.name=Cửa gỗ +item.bucket.name=Xô +item.bucketWater.name=Xô nước +item.bucketLava.name=Xô dung nham +item.minecart.name=Xe mỏ +item.saddle.name=Yên cưỡi +item.doorIron.name=Cửa sắt +item.redstone.name=Đá đỏ +item.snowball.name=Bóng tuyết +item.boat.name=Thuyền +item.leather.name=Da thuộc +item.milk.name=Sữa +item.brick.name=Viên gạch +item.clay.name=Đất sét +item.reeds.name=Cây mía đường +item.paper.name=Giấy +item.book.name=Quyển sách +item.slimeball.name=Quả cầu chất dính +item.minecartChest.name=Xe mỏ có rương +item.minecartFurnace.name=Xe mỏ có lò nung +item.minecartTnt.name=Xe mỏ có thuốc nổ +item.minecartHopper.name=Xe mỏ có máy nhảy +item.egg.name=Trứng +item.compass.name=La bàn +item.fishingRod.name=Cần câu cá +item.clock.name=Đồng hồ +item.yellowDust.name=Bụi đá phát sáng +item.fishRaw.name=Thịt cá sống +item.fishCooked.name=Thịt cá chín +item.record.name=Đĩa nhạc +item.bone.name=Xương +item.dyePowder.black.name=Túi mực +item.dyePowder.red.name=Màu đỏ của hoa hồng +item.dyePowder.green.name=Màu xanh xương rồng +item.dyePowder.brown.name=Hạt ca cao +item.dyePowder.blue.name=Ngọc lưu ly +item.dyePowder.purple.name=Thuốc nhuộm màu tím +item.dyePowder.cyan.name=Thuốc nhuộm màu xanh lá mạ +item.dyePowder.silver.name=Thuốc nhuộm màu xám nhạt +item.dyePowder.gray.name=Thuốc nhuộm màu xám +item.dyePowder.pink.name=Thuốc nhuộm màu hồng +item.dyePowder.lime.name=Thuốc nhuộm màu xanh lá cây +item.dyePowder.yellow.name=Màu vàng của bồ công anh +item.dyePowder.lightBlue.name=Thuốc nhuộm màu xanh nhạt +item.dyePowder.magenta.name=Thuốc nhuộm màu đỏ sậm +item.dyePowder.orange.name=Thuốc nhuộm màu da cam +item.dyePowder.white.name=Bột xương +item.sugar.name=Đường +item.cake.name=Bánh ngọt +item.bed.name=Giường +item.diode.name=Máy lặp đá đỏ +item.comparator.name=Máy so sánh đá đỏ +item.map.name=Bản đồ +item.leaves.name=Lá cây +item.shears.name=Kéo tỉa +item.rottenFlesh.name=Thịt thối rữa +item.enderPearl.name=Ngọc Ender +item.blazeRod.name=Que của quỷ lửa +item.ghastTear.name=Nước mắt ma địa ngục +item.netherStalkSeeds.name=Bướu địa ngục +item.potion.name=Thuốc +item.emptyPotion.name=Chai nước +item.goldNugget.name=Hạt vàng +item.glassBottle.name=Chai thủy tinh +item.spiderEye.name=Mắt nhện +item.fermentedSpiderEye.name=Mắt nhện được lên men +item.blazePowder.name=Bột quỷ lửa +item.magmaCream.name=Kem dung nham +item.cauldron.name=Vạc +item.brewingStand.name=Gian pha thuốc +item.eyeOfEnder.name=Mắt của Ender +item.speckledMelon.name=Dưa lấp lánh +item.monsterPlacer.name=Sinh ra +item.expBottle.name=Chai kinh nghiệm +item.fireball.name=Cầu lửa +item.writingBook.name=Sách và bút lông +item.writtenBook.name=Sách được viết +item.ruby.name=Hồng ngọc +item.flowerPot.name=Chậu hoa +item.emptyMap.name=Bản đồ trống +item.carrots.name=Cà rốt +item.carrotGolden.name=Cà rốt vàng +item.potato.name=Khoai tây +item.potatoBaked.name=Khoai tây bỏ lò +item.potatoPoisonous.name=Khoai tây độc +item.skull.skeleton.name=Đầu lâu bộ xương +item.skull.wither.name=Đầu lâu bộ xương khô héo +item.skull.zombie.name=Đầu thây ma +item.skull.char.name=Cái đầu +item.skull.player.name=Cái đầu của %s +item.skull.creeper.name=Đầu quái vật nổ +item.carrotOnAStick.name=Cà rốt xiên trên que +item.netherStar.name=Sao địa ngục +item.pumpkinPie.name=Bánh bí ngô +item.enchantedBook.name=Cuốn sách được phù phép +item.fireworks.name=Tên lửa pháo hoa +item.fireworks.flight=Thời gian bay: +item.fireworksCharge.name=Sao pháo hoa +item.fireworksCharge.black=Màu đen +item.fireworksCharge.red=Màu đỏ +item.fireworksCharge.green=Màu xanh lá cây +item.fireworksCharge.brown=Màu nâu +item.fireworksCharge.blue=Màu xanh nước biển +item.fireworksCharge.purple=Màu tím +item.fireworksCharge.cyan=Màu xanh lá mạ +item.fireworksCharge.silver=Màu xám nhạt +item.fireworksCharge.gray=Màu xám +item.fireworksCharge.pink=Màu hồng +item.fireworksCharge.lime=Màu xanh lá cây nhạt +item.fireworksCharge.yellow=Màu vàng +item.fireworksCharge.lightBlue=Màu xanh nước biển nhạt +item.fireworksCharge.magenta=Màu đỏ sậm +item.fireworksCharge.orange=Màu cam +item.fireworksCharge.white=Màu trắng +item.fireworksCharge.customColor=Tự chọn +item.fireworksCharge.fadeTo=Phai đi +item.fireworksCharge.flicker=Lấp lánh +item.fireworksCharge.trail=Đường bay +item.fireworksCharge.type.0=Quả cầu nhỏ +item.fireworksCharge.type.1=Quả cầu lớn +item.fireworksCharge.type.2=Hình ngôi sao +item.fireworksCharge.type.3=Hình quái vật nổ +item.fireworksCharge.type.4=Nổ tung +item.fireworksCharge.type=Hình dạng không rõ +item.netherbrick.name=Gạch địa ngục +item.netherquartz.name=Thạch anh địa ngục + +container.inventory=Túi đồ +container.hopper=Máy làm vật phẩm nhảy +container.crafting=Chế tạo +container.dispenser=Máy phân phát +container.dropper=Máy thả +container.furnace=Lò +container.enchant=Phù phép +container.repair=Sửa chữa & đặt tên +container.repair.cost=Chi phí phù phép: %1$d +container.repair.expensive=Quá đắt! +container.creative=Lựa chọn vật phẩm +container.brewing=Gian pha thuốc +container.chest=Rương +container.chestDouble=Rương to +container.minecart=Xe mỏ +container.enderchest=Rương Ender + +item.dyed=Đã được nhuộm + +entity.Item.name=Vật phẩm +entity.XPOrb.name=Quả cầu kinh nghiệm +entity.SmallFireball.name=Quả cầu lửa nhỏ +entity.Fireball.name=Quả cầu lửa + +entity.Arrow.name=mũi tên +entity.Snowball.name=Bóng tuyết +entity.Painting.name=Tranh vẽ + +entity.Mob.name=Quái thú +entity.Monster.name=Quái vật + +entity.Creeper.name=Quái vật nổ +entity.Skeleton.name=Bộ xương +entity.Spider.name=Nhện +entity.Giant.name=Người khổng lồ +entity.Zombie.name=Thây ma +entity.Slime.name=Quái vật chất nhờn +entity.Ghast.name=Ma địa ngục +entity.PigZombie.name=Người lợn thây ma +entity.Enderman.name=Người Ender +entity.Silverfish.name=Cá bạc +entity.CaveSpider.name=Nhện hang +entity.Blaze.name=Quỷ lửa +entity.LavaSlime.name=Khối dung nham +entity.MushroomCow.name=Bò nấm +entity.Villager.name=Dân làng +entity.VillagerGolem.name=Người sắt +entity.SnowMan.name=Người tuyết +entity.EnderDragon.name=Rồng Ender +entity.WitherBoss.name=Khô héo +entity.Witch.name=Phù thủy + +entity.Pig.name=Lợn +entity.Sheep.name=Cừu +entity.Cow.name=Con bò +entity.Chicken.name=Con gà +entity.Squid.name=Con mực +entity.Wolf.name=Chó sói +entity.Ozelot.name=Mèo rừng +entity.Cat.name=Con mèo +entity.Bat.name=Con dơi + +entity.PrimedTnt.name=Khối thuốc nổ TNT +entity.FallingSand.name=Khối bị rơi + +entity.Minecart.name=Xe mỏ +entity.Boat.name=Thuyền + +entity.generic.name=không rõ + +death.fell.accident.ladder=%1$s rơi khỏi một cái thang +death.fell.accident.vines=%1$s rơi khỏi một vài cây leo +death.fell.accident.water=%1$s rơi khỏi nước +death.fell.accident.generic=%1$s rơi khỏi một nơi cao +death.fell.killer=%1$s bị ép phải rơi +death.fell.assist=%1$s bị ép phải rơi bởi %2$s +death.fell.assist.item=%1$s bị ép phải rơi do %2$s dùng %3$s +death.fell.finish=%1$s đã rơi quá xa và bị kết liễu bởi %2$s +death.fell.finish.item=%1$s đã rơi quá xa và bị kết liễu do %2$s dùng %3$s + +death.attack.inFire=%1$s đã bốc cháy +death.attack.inFire.player=%1$s đã bước vảo lửa khi đang đánh nhau với %2$s +death.attack.onFire=%1$s đã bị thiêu chết +death.attack.onFire.player=%1$s đã chết cháy khi đang đánh nhau với %2$s +death.attack.lava=%1$s đã cố bơi trong dung nham +death.attack.lava.player=%1$s đã cố bơi trong dung nham để trốn khỏi %2$s +death.attack.inWall=%1$s đã chết ngạt trong một bức tường +death.attack.drown=%1$s đã chết đuối +death.attack.drown.player=%1$s đã chết đuối khi đang cố trốn khỏi %2$s +death.attack.starve=%1$s đã chết đói +death.attack.cactus=%1$s đã bị đâm chích đến chết +death.attack.cactus.player=%1$s đã lao vào một cây xương rồng khi đang cố trốn khỏi %2$s +death.attack.generic=%1$s đã chết +death.attack.explosion=%1$s đã nổ tung +death.attack.explosion.player=%1$s đã bị %2$s làm nổ tung +death.attack.magic=%1$s đã bị giết bởi pháp thuật +death.attack.wither=%1$s đã héo đi +death.attack.anvil=%1$s đã bị đè nát bởi một cái de rơi xuống +death.attack.fallingBlock=%1$s đã bị đè nát bởi một khối đang rơi +death.attack.mob=%1$s đã bị giết bởi %2$s +death.attack.player=%1$s đã bị giết bởi %2$s +death.attack.player.item=%1$s đã bị giết do %2$s dùng %3$s +death.attack.arrow=%1$s đã bị bắn bởi %2$s +death.attack.arrow.item=%1$s đã bị bắn do %2$s dùng %3$s +death.attack.fireball=%1$s đã bị đánh bằng cầu lửa bởi %2$s +death.attack.fireball.item=%1$s đã bị đánh bởi cầu lửa do %2$s dùng %3$s +death.attack.thrown=%1$s đã bị đánh đập bởi %2$s +death.attack.thrown.item=%1$s đã bị đánh đập do %2$s dùng %3$s +death.attack.indirectMagic=%1$s đã bị giết do %2$s dùng pháp thuật +death.attack.indirectMagic.item=%1$s đã bị giết do %2$s dùng %3$s +death.attack.thorns=%1$s đã bị giết khi đang cố hại %2$s +death.attack.fall=%1$s đã rơi xuống đất quá mạnh +death.attack.outOfWorld=%1$s đã rơi ra khỏi thế giới + +deathScreen.respawn=Hồi sinh +deathScreen.deleteWorld=Xóa thế giới +deathScreen.titleScreen=Màn hình chính +deathScreen.score=Điểm số +deathScreen.title.hardcore=Trò chơi kết thúc! +deathScreen.hardcoreInfo=Bạn không thể hồi sinh ở chế độ siêu khó! +deathScreen.title=Bạn đã chết! +deathScreen.leaveServer=Rời khỏi máy chủ + +potion.empty=Không có tác dụng +potion.moveSpeed=Tốc độ +potion.moveSlowdown=Sự chậm rãi +potion.digSpeed=Vội vàng +potion.digSlowDown=Sự mệt mỏi từ việc khai thác +potion.damageBoost=Sức mạnh +potion.weakness=Gây yếu +potion.heal=Hồi máu tức thời +potion.harm=Sát thương tức thời +potion.jump=Tăng khả năng nhảy +potion.confusion=Buồn nôn +potion.regeneration=Hồi phục máu +potion.resistance=Đề kháng +potion.fireResistance=Kháng lửa +potion.waterBreathing=Thở dưới nước +potion.invisibility=Tàng hình +potion.blindness=Mù quáng +potion.nightVision=Nhìn trong bóng tối +potion.hunger=Đói +potion.poison=Độc +potion.wither=Khô héo + +potion.moveSpeed.postfix=Thuốc tăng tốc +potion.moveSlowdown.postfix=Thuốc giảm tốc +potion.digSpeed.postfix=Thuốc tăng tốc +potion.digSlowDown.postfix=Thuốc giảm tốc độ +potion.damageBoost.postfix=Thuốc tăng sức mạnh +potion.weakness.postfix=Thuốc giảm sức mạnh +potion.heal.postfix=Thuốc hồi máu +potion.harm.postfix=Thuốc gây hại +potion.jump.postfix=Thuốc nhảy cao +potion.confusion.postfix=Thuốc gây buồn nôn +potion.regeneration.postfix=Thuốc hồi phục sinh lực +potion.resistance.postfix=Thuốc đề kháng +potion.fireResistance.postfix=Thuốc kháng lửa +potion.waterBreathing.postfix=Thuốc để thở dưới nước +potion.invisibility.postfix=Thuốc tàng hình +potion.blindness.postfix=Thuốc gây mù +potion.nightVision.postfix=Thuốc nhìn trong bóng tối +potion.hunger.postfix=Thuốc gây đói +potion.poison.postfix=Thuốc độc tố +potion.wither.postfix=Thuốc phân rã + +potion.potency.0= +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV + +potion.prefix.grenade=Văng +potion.prefix.mundane=Trần tục +potion.prefix.uninteresting=Nhàm chán +potion.prefix.bland=Nhạt +potion.prefix.clear=Trong suốt +potion.prefix.milky=Giống sữa +potion.prefix.diffuse=Khuếch tán +potion.prefix.artless=Chất phác +potion.prefix.thin=Mỏng +potion.prefix.awkward=Vụng về +potion.prefix.flat=Phẳng +potion.prefix.bulky=Cồng kềnh +potion.prefix.bungling=Không khôn khéo +potion.prefix.buttered=Có bơ +potion.prefix.smooth=Mịn màng +potion.prefix.suave=Ngọt ngào +potion.prefix.debonair=Vui vẻ +potion.prefix.thick=Dày đặc +potion.prefix.elegant=Thanh lịch +potion.prefix.fancy=Sang trọng +potion.prefix.charming=Duyên dáng +potion.prefix.dashing=Hăng hái +potion.prefix.refined=Tinh chế +potion.prefix.cordial=Thân mật +potion.prefix.sparkling=Lấp lánh +potion.prefix.potent=Mạnh +potion.prefix.foul=Hôi +potion.prefix.odorless=Không mùi +potion.prefix.rank=Cấp bậc +potion.prefix.harsh=Khắc nghiệt +potion.prefix.acrid=Chua cay +potion.prefix.gross=Kinh tởm +potion.prefix.stinky=Hôi thối + +enchantment.damage.all=Độ sắc nét +enchantment.damage.undead=Đập +enchantment.damage.arthropods=Thuốc độc của động vật chân đốt +enchantment.knockback=Đánh bật lùi +enchantment.fire=Khía cạnh của lửa +enchantment.protect.all=Bảo vệ +enchantment.protect.fire=Bảo vệ khỏi lửa +enchantment.protect.fall=Lông rơi xuống +enchantment.protect.explosion=Bảo vệ khỏi vụ nổ +enchantment.protect.projectile=Bảo vệ khỏi vật được bắn +enchantment.oxygen=Hô hấp +enchantment.waterWorker=Ái lực với nước +enchantment.digging=Độ hiệu quả +enchantment.untouching=Độ mềm mại +enchantment.durability=Không bị phá vỡ +enchantment.lootBonus=Nhặt +enchantment.lootBonusDigger=Gia tài +enchantment.arrowDamage=Sức mạnh +enchantment.arrowFire=Lửa +enchantment.arrowKnockback=Đấm +enchantment.arrowInfinite=Vô hạn +enchantment.thorns=Gai + +enchantment.level.1=I +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.level.10=X + +gui.achievements=Thành tựu +gui.stats=Thống kê + +stat.generalButton=Tổng quát +stat.blocksButton=Khối +stat.itemsButton=Vật phẩm + +stat.used=Số lần dùng +stat.mined=Số lần khai thác +stat.depleted=Số lần cạn kiệt +stat.crafted=Số lần chế tạo + +stat.startGame=Số lần chơi +stat.createWorld=Các thế giới đã chơi +stat.loadWorld=Số lần lưu được nạp +stat.joinMultiplayer=Số lần tham gia chơi nhiều người +stat.leaveGame=Số lần thoát khỏi trò chơi + +stat.playOneMinute=Số phút đã chơi + +stat.walkOneCm=Quãng đường đã đi bộ +stat.fallOneCm=Quãng đường đã rơi +stat.swimOneCm=Quãng đường đã bơi +stat.flyOneCm=Quãng đường đã bay +stat.climbOneCm=Quãng đường đã leo trèo +stat.diveOneCm=Quãng đường đã lặn +stat.minecartOneCm=Quãng đường đã đi bằng xe mỏ +stat.boatOneCm=Quãng đường đã đi bằng thuyền +stat.pigOneCm=Quãng đường đã đi bằng lợn +stat.jump=Số lần nhảy +stat.drop=Số vật phẩm đã ném ra + +stat.damageDealt=Sát thương đã được gây ra +stat.damageTaken=Sát thương đã phải nhận +stat.deaths=Số lần chết +stat.mobKills=Số quái thú đã giết +stat.playerKills=Số người chơi đã giết +stat.fishCaught=Số cá đã bắt + +stat.mineBlock=%1$s lần khai thác +stat.craftItem=%1$s được chế tạo +stat.useItem=%1$s được dùng +stat.breakItem=%1$s bị cạn kiệt + +achievement.get=Đã nhận được thành tựu! + +achievement.taken=Hoàn thành! + +achievement.requires=Yêu cầu '%1$s' +achievement.openInventory=Mở túi đồ +achievement.openInventory.desc=Nhấn '%1$s' để mở túi đồ của bạn. +achievement.mineWood=Kiếm lấy gỗ +achievement.mineWood.desc=Tấn công một cái cây đến khi một khối gỗ bật ra +achievement.buildWorkBench=Bắt đầu chế tạo +achievement.buildWorkBench.desc=Chế tạo một bàn làm việc với bốn khối tấm ván +achievement.buildPickaxe=Đã đến giờ khai thác! +achievement.buildPickaxe.desc=Sử dụng các tấm ván và gậy để tạo ra một cái cúp +achievement.buildFurnace=Đề tài nóng bỏng +achievement.buildFurnace.desc=Chế tạo ra một cái lò từ tám khối đá +achievement.acquireIron=Kiếm lấy phần cứng +achievement.acquireIron.desc=Nấu chảy một phôi sắt +achievement.buildHoe=Đã đến giờ canh tác! +achievement.buildHoe.desc=Sử dụng các tấm ván và gậy để tạo ra một cái cuốc +achievement.makeBread=Nướng bánh mì +achievement.makeBread.desc=Biến lúa mì thành bánh mì +achievement.bakeCake=Lời nói dối +achievement.bakeCake.desc=Lúa mì, đường, sữa và trứng! +achievement.buildBetterPickaxe=Được nâng cấp +achievement.buildBetterPickaxe.desc=Chế tạo một cái cúp tốt hơn +achievement.cookFish=Cá ngon +achievement.cookFish.desc=Bắt và nấu lấy cá! +achievement.onARail=Đi trên đường ray +achievement.onARail.desc=Đi lại bằng xe mỏ ít nhất 1 km từ nơi bạn khởi đầu +achievement.buildSword=Đã đến lúc tấn công! +achievement.buildSword.desc=Sử dụng các tấm ván và gậy để tạo ra một thanh kiếm +achievement.killEnemy=Thợ săn quái vật +achievement.killEnemy.desc=Tấn công và tiêu diệt một con quái vật +achievement.killCow=Săn bò +achievement.killCow.desc=Thu hoạch một chút da thuộc +achievement.flyPig=Khi lợn biết bay +achievement.flyPig.desc=Cưỡi lợn bay xuống một vách đá +achievement.snipeSkeleton=Xạ thủ +achievement.snipeSkeleton.desc=Giết một bộ xương bằng một mũi tên từ khoảng cách hơn 50 mét +achievement.diamonds=KIM CƯƠNG! +achievement.diamonds.desc=Kiếm lấy kim cương bằng các công cụ sắt của bạn +achievement.portal=Chúng ta cần tiến sâu hơn +achievement.portal.desc=Xây một cánh cổng dẫn tới địa ngục +achievement.ghast=Trả lại cho người gửi +achievement.ghast.desc=Giết một con ma địa ngục bằng một quả cầu lửa +achievement.blazeRod=Tiến vào đám lửa +achievement.blazeRod.desc=Tước đoạt cái que của một con quỷ lửa +achievement.potion=Nhà máy ủ địa phương +achievement.potion.desc=Pha một loại thuốc +achievement.theEnd=Kết thúc ư? +achievement.theEnd.desc=Tìm kiếm cái kết +achievement.theEnd2=Kết thúc. +achievement.theEnd2.desc=Hạ gục con rồng Ender +achievement.enchantments=Người phù phép +achievement.enchantments.desc=Sử dụng một quyển sách, hắc diện thạch và kim cương để chế tạo một cái bàn phù phép +achievement.overkill=Khát máu +achievement.overkill.desc=Gây sát thương tám trái tim trong một lần đánh +achievement.bookcase=Thủ thư +achievement.bookcase.desc=Xây một vài kệ sách để cải thiện bàn phù phép của bạn + +commands.generic.exception=Một lỗi không xác định đã xảy ra khi thử thực hiện câu lệnh này +commands.generic.syntax=Cú pháp câu lệnh không hợp lệ +commands.generic.player.notFound=Không thể tìm thấy người chơi đó +commands.generic.notFound=Câu lệnh không xác định. Hãy thử /help để có một danh sách các câu lệnh. +commands.generic.num.invalid='%s' không phải một con số hợp lệ +commands.generic.num.tooSmall=Số mà bạn đã nhập (%d) là quá nhỏ, nó phải ít nhất là %d +commands.generic.num.tooBig=Số mà bạn đã nhập (%d) là quá lớn, nó phải lớn nhất là %d +commands.generic.double.tooSmall=Số mà bạn đã nhập (%.2f) quá nhỏ, nó phải là ít nhất %.2f +commands.generic.double.tooBig=Số mà bạn đã nhập (%.2f) quá lớn, nó phải lớn nhất là %d +commands.generic.usage=Sử dụng: %s + +commands.xp.failure.widthdrawXp=Không thể cho một người chơi số điểm kinh nghiệm âm +commands.xp.success=Đã cho %s %d kinh nghiệm +commands.xp.success.levels=Đã tăng %d cấp bậc cho %s +commands.xp.success.negative.levels=Đã giảm %d cấp bậc khỏi %s +commands.xp.usage=/xp [người chơi] HOẶC /xp L [người chơi] +commands.give.usage=/give [số lượng] [dữ liệu] +commands.give.notFound=Không có vật phẩm nào mang mã %d cả +commands.give.success=Đã đưa %s (Mã %d) * %d cho %s +commands.effect.usage=/effect [seconds] [amplifier] +commands.effect.notFound=There is no such mob effect with ID %d +commands.effect.success=Given %1$s (ID %2$d) * %3$d to %4$s for %5$d seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.enchant.usage=/enchant [cấp độ] +commands.enchant.notFound=Không có sự phù phép nào mang mã %d cả +commands.enchant.noItem=Mục tiêu không cầm một vật phẩm nào +commands.enchant.cantEnchant=Sự phù phép được lựa chọn không thể thêm vào vật phẩm mục tiêu được +commands.enchant.cantCombine=%1$s không thể kết hợp với %2$s được +commands.enchant.success=Phù phép thành công +commands.clear.usage=/clear [vật phẩm] [dữ liệu] +commands.clear.success=Đã loại bỏ túi đồ của %s, qua đó loại bỏ %d vật phẩm +commands.clear.failure=Could not clear the inventory of %s, no items to remove +commands.downfall.success=Đã bật mưa tuyết +commands.time.usage=/time +commands.time.added=Đã cộng thêm %d vào thời gian +commands.time.set=Chỉnh thời gian đến %d +commands.players.list=Có %d/%d người chơi đang trên mạng: +commands.banlist.ips=Có tổng cộng %d địa chỉ IP bị cấm: +commands.banlist.players=Có tổng cộng %d người chơi bị cấm: +commands.banlist.usage=/banlist [các IP|người chơi] +commands.kick.success=Đã đá %s ra khỏi trò chơi +commands.kick.success.reason=Đã đá %s ra khỏi trò chơi: '%s' +commands.kick.usage=/kick [lí do ...] +commands.op.success=Đã cho phép %s hoạt động +commands.op.usage=/op +commands.deop.success=Đã không cho phép %s hoạt động +commands.deop.usage=/deop +commands.say.usage=/say +commands.ban.success=Đã cấm người chơi %s +commands.ban.usage=/ban [lí do ...] +commands.unban.success=Đã hủy cấm người chơi %s +commands.unban.usage=/pardon +commands.banip.invalid=Bạn đã nhập một địa chỉ IP không hợp lệ hoặc một người chơi hiện không ở trên mạng +commands.banip.success=Đã cấm địa chỉ IP %s +commands.banip.success.players=Đã cấm địa chỉ IP %s thuộc về %s +commands.banip.usage=/ban-ip [lí do ...] +commands.unbanip.invalid=Bạn đã nhập một địa chỉ IP không hợp lệ +commands.unbanip.success=Đã hủy cấm địa chỉ IP %s +commands.unbanip.usage=/pardon-ip
+commands.save.enabled=Đã bật việc tự động lưu lại thế giới +commands.save.disabled=Đã tắt việc tự động lưu lại thế giới +commands.save.start=Đang lưu lại... +commands.save.success=Đã lưu lại thế giới +commands.save.failed=Thất bại trong việc lưu lại: %s +commands.stop.start=Đang ngừng lại máy chủ +commands.tp.success=Đã dịch chuyển %s đến %s +commands.tp.success.coordinates=Đã dịch chuyển %s tới %.2f,%.2f,%.2f +commands.tp.usage=/tp [người chơi được nhắm tới] HOẶC /tp [người chơi được nhắm tới] +commands.tp.notSameDimension=Không thể dịch chuyển vì các người chơi không ở cùng một thế giới +commands.whitelist.list=Có %d (trên tổng số %d nhìn thấy) người chơi trong danh sách trắng: +commands.whitelist.enabled=Đã bật danh sách trắng +commands.whitelist.disabled=Đã tắt danh sách trắng +commands.whitelist.reloaded=Đã nạp lại danh sách trắng +commands.whitelist.add.success=Đã thêm %s vào danh sách trắng +commands.whitelist.add.usage=/whitelist add +commands.whitelist.remove.success=Đã loại bỏ %s khỏi danh sách trắng +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.scoreboard.usage=/scoreboard +commands.scoreboard.teamNotFound=Không tìm thấy đội nào mang tên '%s' +commands.scoreboard.objectiveNotFound=Không tìm thấy mục tiêu nào mang tên '%s' +commands.scoreboard.objectiveReadOnly=Mục tiêu '%s' chỉ có thể đọc được và không thể được thiết lập +commands.scoreboard.objectives.usage=/scoreboard objectives +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [mục tiêu] +commands.scoreboard.objectives.setdisplay.invalidSlot=Không có ô hiển thị '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Đã xóa ô hiển thị mục tiêu '%s' +commands.scoreboard.objectives.setdisplay.successSet=Thiết lập ô hiển thị mục tiêu '%s' thành '%s' +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [tên được hiển thị ...] +commands.scoreboard.objectives.add.wrongType=Loại chỉ tiêu cho mục tiêu không hợp lệ. Các loại hợp lệ là: %s +commands.scoreboard.objectives.add.alreadyExists=Một mục tiêu mang tên '%s' đã tồn tại rồi +commands.scoreboard.objectives.add.tooLong=Cái tên cho mục tiêu '%s' là quá dài, nó chỉ có thể có tối đa %d kí tự +commands.scoreboard.objectives.add.displayTooLong=Cái tên được hiển thị cho mục tiêu '%s' là quá dài, nó chỉ có thể có tối đa %d kí tự +commands.scoreboard.objectives.add.success=Đã thêm mục tiêu '%s' thành công +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.remove.success=Đã loại bỏ mục tiêu '%s' thành công +commands.scoreboard.objectives.list.count=Đang hiển thị %d mục tiêu trên bảng điểm +commands.scoreboard.objectives.list.entry=- %s: được hiển thị là '%s' và thuộc loại '%s' +commands.scoreboard.objectives.list.empty=Không có mục tiêu nào trên bảng điểm +commands.scoreboard.players.usage=/scoreboard players +commands.scoreboard.players.set.success=Chỉnh điểm của %s cho người chơi %s thành %d +commands.scoreboard.players.set.usage=/scoreboard players set +commands.scoreboard.players.add.usage=/scoreboard players add +commands.scoreboard.players.remove.usage=/scoreboard players remove +commands.scoreboard.players.reset.usage=/scoreboard players reset +commands.scoreboard.players.reset.success=Thiết lập lại tất cả điểm của người chơi %s +commands.scoreboard.players.list.count=Đang hiển thị %d người chơi được theo dõi trên bảng điểm +commands.scoreboard.players.list.empty=Không có người chơi nào được theo dõi trên bảng điểm +commands.scoreboard.players.list.player.count=Đang hiển thị %d mục tiêu được theo dõi cho %s +commands.scoreboard.players.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.players.list.player.empty=Người chơi %s không có điểm nào được ghi lại +commands.scoreboard.teams.usage=/scoreboard teams +commands.scoreboard.teams.add.usage=/scoreboard teams add [tên được hiển thị...] +commands.scoreboard.teams.add.alreadyExists=Một đội mang tên '%s' đã tồn tại rồi +commands.scoreboard.teams.add.tooLong=Cái tên cho đội '%s' là quá dài, nó chỉ có thể có tối đa %d kí tự +commands.scoreboard.teams.add.displayTooLong=Cái tên đươc hiển thị cho đội '%s' là quá dài, nó chỉ có thể có tối đa %d kí tự +commands.scoreboard.teams.add.success=Đã thêm đội '%s' thành công +commands.scoreboard.teams.list.usage=/scoreboard teams list [tên] +commands.scoreboard.teams.list.count=Đang hiển thị %d đội trên bảng điểm +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' có %3$d người chơi +commands.scoreboard.teams.list.empty=Không có đội nào được đăng kí trên bảng điểm +commands.scoreboard.teams.list.player.count=Đang hiển thị %d người chơi trong đội %s +commands.scoreboard.teams.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.teams.list.player.empty=Đội %s không có người chơi nào +commands.scoreboard.teams.empty.usage=/scoreboard teams clear +commands.scoreboard.teams.empty.alreadyEmpty=Đội %s đã trống sẵn rồi, không thể loại bỏ những người chơi không tồn tại +commands.scoreboard.teams.empty.success=Đã loại bỏ tất cả %d người chơi khỏi đội %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.remove.success=Đã loại bỏ đội %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [người chơi] +commands.scoreboard.teams.join.success=Đã thêm %d người chơi vào đội %s: %s +commands.scoreboard.teams.join.failure=Không thể thêm %d người chơi vào đội %s: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [người chơi] +commands.scoreboard.teams.leave.success=Đã loại bỏ %d người chơi khỏi các đội của họ: %s +commands.scoreboard.teams.leave.failure=Không thể loại bỏ %d người chơi khỏi các đội của họ: %s +commands.scoreboard.teams.leave.noTeam=Bạn không ở trong một đội nào +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.option.noValue=Các giá trị hợp lệ cho %s là: %s +commands.scoreboard.teams.option.success=Set option %s for team %s to %s +commands.gamemode.success.self=Đặt chế độ chơi cho bản thân thành %s +commands.gamemode.success.other=Đặt chế độ chơi của %s thành %s +commands.gamemode.usage=/gamemode [người chơi] +commands.defaultgamemode.usage=/defaultgamemode +commands.defaultgamemode.success=Chế độ chơi mặc định của thế giới bây giờ là %s +commands.me.usage=/me +commands.help.header=--- Hiển thị trang %d trên %d của phần trợ giúp (/help ) --- +commands.help.footer=Mẹo: Sử dụng phím khi đang gõ một câu lệnh để tự động hoàn tất câu lệnh hoặc các tham số của nó +commands.help.usage=/help [trang|tên câu lệnh] +commands.publish.started=Trò chơi cục bộ được tổ chức ở %s +commands.publish.failed=Không thể tổ chức trò chơi cục bộ +commands.debug.start=Đã bắt đầu thống kê việc gỡ lỗi +commands.debug.stop=Đã ngừng thống kê việc gỡ lỗi sau %.2f giây (%d nhịp) +commands.debug.notStarted=Không thể ngừng thống kê khi chúng ta còn chưa bắt đầu! +commands.debug.usage=/debug +commands.message.usage=/tell +commands.message.sameTarget=Bạn không thể gửi một tin nhắn cho bản thân! +commands.message.display.outgoing=Bạn thì thầm tới %s: %s +commands.message.display.incoming=%s thì thầm tới bạn: %s +commands.difficulty.usage=/difficulty +commands.difficulty.success=Chỉnh độ khó trò chơi thành %s +commands.spawnpoint.usage=/spawnpoint HOẶC /spawnpoint HOẶC /spawnpoint +commands.spawnpoint.success=Chỉnh điểm hồi sinh của %s tới (%d, %d, %d) +commands.gamerule.usage=/gamerule HOẶC /gamerule +commands.gamerule.success=Luật trò chơi đã được cập nhật +commands.gamerule.norule=Không có sẵn luật trò chơi nào gọi là '%s' cả +commands.weather.usage=/weather [thời gian tính theo giây] +commands.weather.clear=Đang đổi thành thời tiết trong lành +commands.weather.rain=Đang đổi thành trời mưa +commands.weather.thunder=Đang đổi thành trời mưa bão +commands.testfor.usage=/testfor +commands.testfor.failed=/testfor chỉ có thể sử dụng bởi các khối lệnh với một đầu ra cơ học + +itemGroup.buildingBlocks=Khối xây dựng +itemGroup.decorations=Khối trang trí +itemGroup.redstone=Đá đỏ +itemGroup.transportation=Phương tiện đi lại +itemGroup.misc=Khác +itemGroup.search=Tìm kiếm vật phẩm +itemGroup.food=Thực phẩm +itemGroup.tools=Công cụ +itemGroup.combat=Chiến đấu +itemGroup.brewing=Pha +itemGroup.materials=Nguyên liệu +itemGroup.inventory=Túi đồ chế độ sinh tồn + +inventory.binSlot=Phá hủy vật phẩm + +advMode.setCommand=Thiết lập lệnh bảng điều khiển cho khối +advMode.command=Lệnh bảng điều khiển +advMode.nearestPlayer=Sử dụng "@p" để nhắm tới người chơi gần nhất +advMode.randomPlayer=Sử dụng "@r" để nhắm tới người chơi ngẫu nhiên +advMode.allPlayers=Sử dụng "@a" để nhắm tới mọi người chơi + +advMode.notEnabled=Các khối lệnh không được kích hoạt trong máy chủ này +advMode.notAllowed=Phải là một người chơi được phép hoạt động trong chế độ sáng tạo + +mco.title=Minecraft Realms +mco.selectServer.select=Tham gia máy chủ +mco.selectServer.configure=Cài đặt +mco.selectServer.create=Tạo thế giới +mco.selectServer.moreinfo=Thêm thông tin + +mco.configure.world.edit.title=Chỉnh sửa thế giới + +mco.configure.world.title=Cài đặt thế giới +mco.configure.world.name=Tên +mco.configure.world.description=Miêu tả +mco.configure.world.location=Vị trí +mco.configure.world.invited=Đã được mời +mco.configure.world.buttons.edit=Chỉnh sửa +mco.configure.world.buttons.reset=Cài đặt lại thế giới +mco.configure.world.buttons.done=Đã xong +mco.configure.world.buttons.delete=Xóa +mco.configure.world.buttons.open=Mở thế giới +mco.configure.world.buttons.close=Đóng thế giới +mco.configure.world.buttons.invite=Mời +mco.configure.world.buttons.uninvite=Rút lại lời mời +mco.configure.world.buttons.subscription=Subscription +mco.configure.world.invite.profile.name=Tên +mco.configure.world.uninvite.question=Bạn có chắc muốn rút lại lời mời không + +mco.configure.world.subscription.title=Subscription Info +mco.configure.world.subscription.daysleft=Days Left +mco.configure.world.subscription.start=Start Date +mco.configure.world.subscription.extend=Extend + +mco.create.world.location.title=Các vị trí +mco.create.world.location.warning=Bạn có thể không nhận được vị trí chính xác mà bạn lựa chọn +mco.create.world.wait=Đang tạo thế giới... + +mco.reset.world.title=Thiết lập lại thế giới +mco.reset.world.warning=Cái này sẽ xóa thế giới của bạn mãi mãi! +mco.reset.world.seed=Hạt giống (Không bắt buộc) +mco.reset.world.resetting.screen.title=Đang thiết lập lại thế giới... + +mco.configure.world.close.question.line1=Thế giới của bạn sẽ không sử dụng được. +mco.configure.world.close.question.line2=Bạn có chắc chắn muốn làm thế không? + +mco.connect.connecting=Đang kết nối với máy chủ trực tuyến... +mco.connect.authorizing=Đang đăng nhập... +mco.connect.failed=Không thể kết nối với máy chủ trực tuyến + +mco.create.world=Tạo + diff --git a/1.5.2/lang/zh_CN.lang b/1.5.2/lang/zh_CN.lang new file mode 100644 index 00000000..1094ad13 --- /dev/null +++ b/1.5.2/lang/zh_CN.lang @@ -0,0 +1,1293 @@ +#X-Generator: crowdin.net + +language.name=简体中文 +language.region=中国 +language.code=zh_CN + +gui.done=完成 +gui.cancel=取消 +gui.back=Back +gui.toMenu=回到标题画面 +gui.up=向上 +gui.down=向下 +gui.yes=是 +gui.no=否 + +menu.singleplayer=单人游戏 +menu.multiplayer=多人游戏 +menu.online=Minecraft Realms +menu.options=选项... +menu.quit=退出游戏 +menu.returnToMenu=保存并退回到标题画面 +menu.disconnect=断开连接 +menu.returnToGame=回到游戏 +menu.switchingLevel=转接世界中 +menu.generatingLevel=生成世界中 +menu.loadingLevel=加载世界中 +menu.generatingTerrain=生成地形 +menu.convertingLevel=转化世界中 +menu.simulating=模拟世界中 +menu.respawning=重生中 +menu.shareToLan=对局域网开放 + +selectWorld.title=选择世界 +selectWorld.empty=空 +selectWorld.world=世界 +selectWorld.select=进入选中的世界 +selectWorld.create=创建新的世界 +selectWorld.recreate=重建 +selectWorld.createDemo=进入新的试玩世界 +selectWorld.delete=删除 +selectWorld.rename=重命名 +selectWorld.deleteQuestion=确定要删除这个世界吗? +selectWorld.deleteWarning=将会永久失去! +selectWorld.deleteButton=删除 +selectWorld.renameButton=重命名 +selectWorld.renameTitle=重命名世界 +selectWorld.conversion=必须进行转换! +selectWorld.newWorld=新的世界 +selectWorld.newWorld.copyOf=%s的拷贝 +selectWorld.enterName=世界名称 +selectWorld.resultFolder=将会保存于: +selectWorld.enterSeed=世界生成器的种子 +selectWorld.seedInfo=留空以生成随机种子 +selectWorld.cheats=作弊 +selectWorld.customizeType=个性化 + +createWorld.customize.presets=预设 +createWorld.customize.presets.title=选择一个预设 +createWorld.customize.presets.select=使用预设 +createWorld.customize.presets.share=想要与别人分享你的预设方案吗?使用下面的输入框吧! +createWorld.customize.presets.list=另外,这里是些我们早期制作好的! +createWorld.customize.flat.title=超平坦世界个性化 +createWorld.customize.flat.tile=此层的材料 +createWorld.customize.flat.height=高度 +createWorld.customize.flat.addLayer=添加层面 +createWorld.customize.flat.editLayer=编辑层面 +createWorld.customize.flat.removeLayer=移除层面 +createWorld.customize.flat.layer.top=顶层-%d +createWorld.customize.flat.layer=%d +createWorld.customize.flat.layer.bottom=底层-%d + +gameMode.survival=生存模式 +gameMode.creative=创造模式 +gameMode.adventure=冒险模式 +gameMode.hardcore=极限模式! +gameMode.changed=您的游戏模式已更新 + +selectWorld.gameMode=游戏模式: +selectWorld.gameMode.survival=生存 +selectWorld.gameMode.survival.line1=探索世界、收集资源、合成道具、 +selectWorld.gameMode.survival.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.adventure=冒险 +selectWorld.gameMode.adventure.line1=与生存模式相同,但是方块 +selectWorld.gameMode.adventure.line2=不能被添加或者移除 +selectWorld.moreWorldOptions=更多世界的选项... +selectWorld.mapFeatures=生成建筑: +selectWorld.mapFeatures.info=村庄,地牢,等等 +selectWorld.mapType=世界类型: +selectWorld.mapType.normal=普通 +selectWorld.allowCommands=允许作弊: +selectWorld.allowCommands.info=像/gamemode、/xp的指令 +selectWorld.hardcoreMode=极限: +selectWorld.hardcoreMode.info=死亡后世界将被删除 +selectWorld.bonusItems=奖励箱: + +generator.default=默认 +generator.flat=超平坦 +generator.largeBiomes=巨型生物群系 + +selectServer.title=选择服务器 +selectServer.empty=空 +selectServer.select=加入服务器 +selectServer.direct=直接连接 +selectServer.edit=编辑 +selectServer.delete=删除 +selectServer.add=添加服务器 +selectServer.defaultName=Minecraft 服务器 +selectServer.deleteQuestion=确定要删除此服务器吗? +selectServer.deleteWarning=将会永远消失! +selectServer.deleteButton=删除 +selectServer.refresh=刷新 +selectServer.hiddenAddress=(隐藏) +addServer.title=编辑服务器信息 +addServer.enterName=服务器名称 +addServer.enterIp=服务器地址 +addServer.add=完成 +addServer.hideAddress=隐藏地址 +lanServer.title=局域网世界 +lanServer.scanning=Scanning for games on your local network +lanServer.start=创造一个局域网世界 +lanServer.otherPlayers=对其他玩家的设定 +mcoServer.title=Minecraft Online世界 + +multiplayer.title=多人游戏 +multiplayer.connect=连接 +multiplayer.info1=Minecraft的多人游戏目前并没制作完成,不过我们 +multiplayer.info2=正在进行一些早期测试。 +multiplayer.ipinfo=输入服务器的IP来连接: + +multiplayer.texturePrompt.line1=这个服务器推荐使用自定义的材质包。 +multiplayer.texturePrompt.line2=你想要自动下载和安装它吗? + +multiplayer.downloadingTerrain=下载地形中 + +multiplayer.stopSleeping=起床 + +chat.link.confirm=你确定你要打开以下网页? +chat.link.warning=永远不要打开从你不信任的人得到的链接! +chat.copy=复制到剪贴板 + +menu.playdemo=开始试玩世界 +menu.resetdemo=重置试玩世界 +demo.day.1=此试玩版只有5天游戏内时间, 尽力而为吧! +demo.day.2=第二天 +demo.day.3=第三天 +demo.day.4=第四天 +demo.day.5=这是你游戏内的最后一天! +demo.day.warning=您的试玩时间即将结束! +demo.day.6=你已经度过了你试玩游戏的5天时间, 按F2来截图留念 +demo.reminder=您的试玩游戏时间已经结束, 购买游戏来继续或重新开始一个新的世界! +demo.remainingTime=剩余时间:%s +demo.demoExpired=试玩的时间结束了! +demo.help.movement=按 %1$s, %2$s, %3$s, %4$s 以及鼠标来移动 +demo.help.movementShort=通过按下%1$s,%2$s,%3$s,%4$s来移动 +demo.help.movementMouse=使用鼠标来查看四周 +demo.help.jump=按 %1$s 跳跃 +demo.help.inventory=按 %1$s 打开你的道具栏 +demo.help.title=Minecraft试玩模式 +demo.help.fullWrapped=这个试玩将会持续游戏内5天的时间(现实时间大约为1小时40分钟)。查看成就来获得提示!祝您玩得开心! +demo.help.buy=即刻购买! +demo.help.later=继续玩! + +connect.connecting=正在连接到服务器... +connect.authorizing=登入中... +connect.failed=无法连接至服务器 + +disconnect.genericReason=%s +disconnect.disconnected=被服务器中断连接 +disconnect.lost=连接已丢失 +disconnect.kicked=您已被踢出游戏 +disconnect.timeout=连接超时 +disconnect.closed=连接已关闭 +disconnect.loginFailed=登入失败 +disconnect.loginFailedInfo=登入失败: %s +disconnect.quitting=退出 +disconnect.endOfStream=数据流终止 +disconnect.overflow=缓冲区溢出 +disconnect.spam=由于滥发信息而被踢出游戏 + +options.off=关 +options.on=开 +options.visible=显示 +options.hidden=隐藏 +options.title=选项 +options.controls=控制... +options.video=视频设置... +options.language=语言... +options.languageWarning=语言翻译不一定100%准确 +options.videoTitle=视频设置 +options.music=音乐 +options.sound=音效 +options.invertMouse=鼠标反转 +options.fov=视野 +options.fov.min=正常 +options.fov.max=广角 +options.gamma=亮度 +options.gamma.min=昏暗 +options.gamma.max=明亮 +options.sensitivity=鼠标灵敏度 +options.sensitivity.min=*哈欠* +options.sensitivity.max=超高速!!! +options.renderDistance=能见度 +options.renderDistance.tiny=很低 +options.renderDistance.short=低 +options.renderDistance.normal=中等 +options.renderDistance.far=高 +options.viewBobbing=视角摇晃 +options.ao=平滑光照 +options.ao.off=Off +options.ao.min=Minimum +options.ao.max=Maximum +options.anaglyph=3D效果 +options.framerateLimit=性能 +options.difficulty=难度 +options.difficulty.peaceful=和平 +options.difficulty.easy=简单 +options.difficulty.normal=普通 +options.difficulty.hard=困难 +options.difficulty.hardcore=极限 +options.graphics=图像品质 +options.graphics.fancy=高品质 +options.graphics.fast=流畅 +options.guiScale=界面尺寸 +options.guiScale.auto=自动 +options.guiScale.small=小 +options.guiScale.normal=中 +options.guiScale.large=大 +options.advancedOpengl=高级 OpenGL +options.renderClouds=云 +options.farWarning1=推荐安装64位的Java +options.farWarning2=选项“高”(你目前使用的是32位的JAVA) +options.particles=颗粒效果 +options.particles.all=全部 +options.particles.decreased=少量 +options.particles.minimal=最少 +options.multiplayer.title=多人游戏设置... +options.chat.title=聊天设置... +options.chat.visibility=聊天 +options.chat.visibility.full=显示 +options.chat.visibility.system=只限指令 +options.chat.visibility.hidden=隐藏 +options.chat.color=颜色 +options.chat.opacity=透明度 +options.chat.links=网页链接 +options.chat.links.prompt=链接提示 +options.chat.scale=比例 +options.chat.width=宽度 +options.chat.height.focused=聚焦高度 +options.chat.height.unfocused=淡化高度 +options.showCape=显示披风 +options.serverTextures=服务器材质 +options.snooper=允许匿名信息反馈 +options.snooper.view=匿名信息反馈设置... +options.snooper.title=机器规格集 +options.snooper.desc=我们意在通过收集你的设备的相关信息,以帮助我们改进Minecraft。所有的数据都是匿名的,并已经全部列在下方。我们承诺不会用这些数据进行非法行为。但如果你想要取消匿名信息反馈,您随时都可以将其关闭! +options.texture.pack=材质包 +options.fullscreen=全屏 +options.vsync=使用垂直同步 +options.touchscreen=触屏模式 + +performance.max=最大 FPS +performance.balanced=平衡 +performance.powersaver=节能 + +controls.title=按键控制 + +key.forward=前进 +key.left=向左 +key.back=后退 +key.right=向右 +key.jump=跳跃 +key.inventory=道具栏 +key.drop=丢弃 +key.chat=聊天 +key.fog=切换能见度 +key.sneak=潜行 +key.playerlist=玩家列表 +key.attack=攻击 +key.use=使用物品 +key.pickItem=选取方块 +key.mouseButton=鼠标按键%1$s +key.command=指令 + +texturePack.openFolder=打开材质包文件夹 +texturePack.title=选择材质包 +texturePack.folderInfo=(在此放置材质包文件) +texturePack.incompatible=不兼容 + +book.pageIndicator=页面:%1$s/%2$s +book.byAuthor=——%1$s +book.signButton=签名 +book.editTitle=输入书名: +book.finalizeButton=签名并关闭 +book.finalizeWarning=注意!在你签名后,它将不能再被修改。 + +tile.stone.name=石头 + +tile.grass.name=草方块 +tile.dirt.name=泥土 +tile.stonebrick.name=圆石 +tile.wood.name=木板 +tile.wood.oak.name=橡木木板 +tile.wood.spruce.name=云杉木板 +tile.wood.birch.name=桦木木板 +tile.wood.jungle.name=丛林木板 +tile.sapling.oak.name=橡树树苗 +tile.sapling.spruce.name=云杉树苗 +tile.sapling.birch.name=桦木树苗 +tile.sapling.jungle.name=丛林树苗 +tile.deadbush.name=枯死的灌木 +tile.bedrock.name=基岩 +tile.water.name=水 +tile.lava.name=岩浆 +tile.sand.name=沙子 +tile.sandStone.name=沙石 +tile.sandStone.default.name=沙石 +tile.sandStone.chiseled.name=錾制沙石 +tile.sandStone.smooth.name=平滑沙石 +tile.gravel.name=沙砾 +tile.oreGold.name=金矿石 +tile.oreIron.name=铁矿石 +tile.oreCoal.name=煤矿石 +tile.log.name=木头 +tile.log.oak.name=橡木 +tile.log.spruce.name=云杉木 +tile.log.birch.name=桦木 +tile.log.jungle.name=丛林木 +tile.leaves.name=树叶 +tile.leaves.oak.name=橡树树叶 +tile.leaves.spruce.name=云杉树叶 +tile.leaves.birch.name=白桦树叶 +tile.leaves.jungle.name=丛林树叶 +tile.tallgrass.name=草 +tile.tallgrass.shrub.name=灌木 +tile.tallgrass.grass.name=草 +tile.tallgrass.fern.name=蕨 +tile.sponge.name=海绵 +tile.glass.name=玻璃 +tile.thinGlass.name=玻璃板 +tile.cloth.name=羊毛 +tile.flower.name=蒲公英 +tile.rose.name=玫瑰 +tile.mushroom.name=蘑菇 +tile.blockGold.name=金块 +tile.blockIron.name=铁块 +tile.stoneSlab.stone.name=石台阶 +tile.stoneSlab.sand.name=沙石台阶 +tile.stoneSlab.wood.name=木台阶 +tile.stoneSlab.cobble.name=圆石台阶 +tile.stoneSlab.brick.name=砖台阶 +tile.stoneSlab.smoothStoneBrick.name=石台阶 +tile.stoneSlab.netherBrick.name=地狱砖台阶 +tile.stoneSlab.quartz.name=石英台阶 +tile.woodSlab.oak.name=橡木台阶 +tile.woodSlab.spruce.name=云杉台阶 +tile.woodSlab.birch.name=桦木台阶 +tile.woodSlab.jungle.name=丛林台阶 +tile.brick.name=砖块 +tile.tnt.name=TNT +tile.bookshelf.name=书架 +tile.stoneMoss.name=苔石 +tile.obsidian.name=黑曜石 +tile.torch.name=火把 +tile.fire.name=火 +tile.mobSpawner.name=刷怪箱 +tile.stairsWood.name=橡木楼梯 +tile.stairsWoodSpruce.name=云杉木楼梯 +tile.stairsWoodBirch.name=桦木楼梯 +tile.stairsWoodJungle.name=丛林木楼梯 +tile.chest.name=箱子 +tile.chestTrap.name=陷阱箱 +tile.redstoneDust.name=红石粉 +tile.oreDiamond.name=钻石矿石 +tile.blockDiamond.name=钻石块 +tile.workbench.name=工作台 +tile.crops.name=农作物 +tile.farmland.name=耕地 +tile.furnace.name=熔炉 +tile.sign.name=告示牌 +tile.doorWood.name=木门 +tile.ladder.name=梯子 +tile.rail.name=铁轨 +tile.goldenRail.name=动力铁轨 +tile.activatorRail.name=激活铁轨 +tile.detectorRail.name=探测铁轨 +tile.stairsStone.name=石楼梯 +tile.stairsSandStone.name=沙石楼梯 +tile.lever.name=拉杆 +tile.pressurePlate.name=压力板 +tile.weightedPlate_light.name=测重压力板(轻质) +tile.weightedPlate_heavy.name=测重压力板(重质) +tile.doorIron.name=铁门 +tile.oreRedstone.name=红石矿石 +tile.notGate.name=红石火把 +tile.button.name=按钮 +tile.snow.name=雪 +tile.ice.name=冰 +tile.cactus.name=仙人掌 +tile.clay.name=粘土块 +tile.reeds.name=甘蔗 +tile.jukebox.name=唱片机 +tile.fence.name=栅栏 +tile.fenceGate.name=栅栏门 +tile.pumpkin.name=南瓜 +tile.litpumpkin.name=南瓜灯 +tile.hellrock.name=地狱岩 +tile.hellsand.name=灵魂沙 +tile.lightgem.name=荧石 +tile.portal.name=传送门 +tile.cloth.black.name=黑色羊毛 +tile.cloth.red.name=红色羊毛 +tile.cloth.green.name=绿色羊毛 +tile.cloth.brown.name=棕色羊毛 +tile.cloth.blue.name=蓝色羊毛 +tile.cloth.purple.name=紫色羊毛 +tile.cloth.cyan.name=青色羊毛 +tile.cloth.silver.name=淡灰色羊毛 +tile.cloth.gray.name=灰色羊毛 +tile.cloth.pink.name=粉红色羊毛 +tile.cloth.lime.name=黄绿色羊毛 +tile.cloth.yellow.name=黄色羊毛 +tile.cloth.lightBlue.name=淡蓝色羊毛 +tile.cloth.magenta.name=品红色羊毛 +tile.cloth.orange.name=橙色羊毛 +tile.cloth.white.name=羊毛 +tile.oreLapis.name=青金石矿石 +tile.blockLapis.name=青金石块 +tile.dispenser.name=发射器 +tile.dropper.name=投掷器 +tile.musicBlock.name=音符盒 +tile.cake.name=蛋糕 +tile.bed.name=床 +tile.bed.occupied=这张床已被占用 +tile.bed.noSleep=只能在晚上睡觉 +tile.bed.notSafe=你现在不能休息,周围有怪物在游荡 +tile.bed.notValid=你的床已遗失或被阻挡 +tile.lockedchest.name=上锁的箱子 +tile.trapdoor.name=活板门 +tile.web.name=蜘蛛网 +tile.stonebricksmooth.name=石砖 +tile.stonebricksmooth.default.name=石砖 +tile.stonebricksmooth.mossy.name=苔石砖 +tile.stonebricksmooth.cracked.name=裂石砖 +tile.stonebricksmooth.chiseled.name=錾制石砖 +tile.monsterStoneEgg.stone.name=石头怪物蛋 +tile.monsterStoneEgg.cobble.name=圆石怪物蛋 +tile.monsterStoneEgg.brick.name=石砖怪物蛋 +tile.pistonBase.name=活塞 +tile.pistonStickyBase.name=粘性活塞 +tile.fenceIron.name=铁栏杆 +tile.melon.name=西瓜 +tile.stairsBrick.name=砖楼梯 +tile.stairsStoneBrickSmooth.name=石砖楼梯 +tile.vine.name=藤蔓 +tile.netherBrick.name=地狱砖块 +tile.netherFence.name=地狱砖栅栏 +tile.stairsNetherBrick.name=地狱砖楼梯 +tile.netherStalk.name=地狱疣 +tile.cauldron.name=炼药锅 +tile.enchantmentTable.name=附魔台 +tile.anvil.name=铁砧 +tile.anvil.intact.name=铁砧 +tile.anvil.slightlyDamaged.name=轻微损坏的铁砧 +tile.anvil.veryDamaged.name=严重损坏的铁砧 +tile.whiteStone.name=末地石 +tile.endPortalFrame.name=末地传送门 +tile.mycel.name=菌丝 +tile.waterlily.name=睡莲 +tile.dragonEgg.name=龙蛋 +tile.redstoneLight.name=红石灯 +tile.cocoa.name=可可果 +tile.enderChest.name=末影箱 +tile.oreRuby.name=红宝石矿石 +tile.oreEmerald.name=绿宝石矿石 +tile.blockEmerald.name=绿宝石块 +tile.blockRedstone.name=红石块 +tile.tripWire.name=绊线 +tile.tripWireSource.name=绊线钩 +tile.commandBlock.name=命令方块 +tile.beacon.name=信标 +tile.beacon.primary=主效果 +tile.beacon.secondary=辅助效果 +tile.cobbleWall.normal.name=圆石墙 +tile.cobbleWall.mossy.name=苔石墙 +tile.carrots.name=胡萝卜 +tile.potatoes.name=马铃薯 +tile.daylightDetector.name=阳光传感器 +tile.netherquartz.name=下界石英矿石 +tile.hopper.name=漏斗 +tile.quartzBlock.default.name=石英块 +tile.quartzBlock.chiseled.name=錾制石英块 +tile.quartzBlock.lines.name=竖纹石英块 +tile.stairsQuartz.name=石英楼梯 + +item.shovelIron.name=铁锹 +item.pickaxeIron.name=铁镐 +item.hatchetIron.name=铁斧 +item.flintAndSteel.name=打火石 +item.apple.name=苹果 +item.cookie.name=曲奇 +item.bow.name=弓 +item.arrow.name=箭 +item.coal.name=煤炭 +item.charcoal.name=木炭 +item.diamond.name=钻石 +item.emerald.name=绿宝石 +item.ingotIron.name=铁锭 +item.ingotGold.name=金锭 +item.swordIron.name=铁剑 +item.swordWood.name=木剑 +item.shovelWood.name=木锹 +item.pickaxeWood.name=木镐 +item.hatchetWood.name=木斧 +item.swordStone.name=石剑 +item.shovelStone.name=石锹 +item.pickaxeStone.name=石镐 +item.hatchetStone.name=石斧 +item.swordDiamond.name=钻石剑 +item.shovelDiamond.name=钻石锹 +item.pickaxeDiamond.name=钻石镐 +item.hatchetDiamond.name=钻石斧 +item.stick.name=木棍 +item.bowl.name=碗 +item.mushroomStew.name=蘑菇煲 +item.swordGold.name=金剑 +item.shovelGold.name=金锹 +item.pickaxeGold.name=金镐 +item.hatchetGold.name=金斧 +item.string.name=线 +item.feather.name=羽毛 +item.sulphur.name=火药 +item.hoeWood.name=木锄 +item.hoeStone.name=石锄 +item.hoeIron.name=铁锄 +item.hoeDiamond.name=钻石锄 +item.hoeGold.name=金锄 +item.seeds.name=种子 +item.seeds_pumpkin.name=南瓜种子 +item.seeds_melon.name=西瓜种子 +item.melon.name=西瓜 +item.wheat.name=小麦 +item.bread.name=面包 +item.helmetCloth.name=皮革帽子 +item.chestplateCloth.name=皮革外套 +item.leggingsCloth.name=皮革裤子 +item.bootsCloth.name=皮革靴子 +item.helmetChain.name=锁链头盔 +item.chestplateChain.name=锁链胸甲 +item.leggingsChain.name=锁链护腿 +item.bootsChain.name=锁链靴子 +item.helmetIron.name=铁头盔 +item.chestplateIron.name=铁胸甲 +item.leggingsIron.name=铁护腿 +item.bootsIron.name=铁靴子 +item.helmetDiamond.name=钻石头盔 +item.chestplateDiamond.name=钻石胸甲 +item.leggingsDiamond.name=钻石护腿 +item.bootsDiamond.name=钻石靴子 +item.helmetGold.name=金头盔 +item.chestplateGold.name=金胸甲 +item.leggingsGold.name=金护腿 +item.bootsGold.name=黄金靴子 +item.flint.name=燧石 +item.porkchopRaw.name=生猪排 +item.porkchopCooked.name=熟猪排 +item.chickenRaw.name=生鸡肉 +item.chickenCooked.name=熟鸡肉 +item.beefRaw.name=生牛肉 +item.beefCooked.name=牛排 +item.painting.name=画 +item.frame.name=物品展示框 +item.appleGold.name=金苹果 +item.sign.name=告示牌 +item.doorWood.name=木门 +item.bucket.name=桶 +item.bucketWater.name=水桶 +item.bucketLava.name=岩浆桶 +item.minecart.name=矿车 +item.saddle.name=鞍 +item.doorIron.name=铁门 +item.redstone.name=红石 +item.snowball.name=雪球 +item.boat.name=船 +item.leather.name=皮革 +item.milk.name=牛奶 +item.brick.name=红砖 +item.clay.name=粘土 +item.reeds.name=甘蔗 +item.paper.name=纸 +item.book.name=书 +item.slimeball.name=粘液球 +item.minecartChest.name=运输矿车 +item.minecartFurnace.name=动力矿车 +item.minecartTnt.name=TNT矿车 +item.minecartHopper.name=漏斗矿车 +item.egg.name=鸡蛋 +item.compass.name=指南针 +item.fishingRod.name=钓鱼竿 +item.clock.name=钟 +item.yellowDust.name=荧石粉 +item.fishRaw.name=生鱼 +item.fishCooked.name=熟鱼 +item.record.name=音乐唱片 +item.bone.name=骨头 +item.dyePowder.black.name=墨囊 +item.dyePowder.red.name=玫瑰红 +item.dyePowder.green.name=仙人掌绿 +item.dyePowder.brown.name=可可豆 +item.dyePowder.blue.name=青金石 +item.dyePowder.purple.name=紫色染料 +item.dyePowder.cyan.name=青色染料 +item.dyePowder.silver.name=淡灰色染料 +item.dyePowder.gray.name=灰色染料 +item.dyePowder.pink.name=粉红色染料 +item.dyePowder.lime.name=黄绿色染料 +item.dyePowder.yellow.name=蒲公英黄 +item.dyePowder.lightBlue.name=淡蓝色染料 +item.dyePowder.magenta.name=品红色染料 +item.dyePowder.orange.name=橙色染料 +item.dyePowder.white.name=骨粉 +item.sugar.name=糖 +item.cake.name=蛋糕 +item.bed.name=床 +item.diode.name=红石中继器 +item.comparator.name=红石比较器 +item.map.name=地图 +item.leaves.name=树叶 +item.shears.name=剪刀 +item.rottenFlesh.name=腐肉 +item.enderPearl.name=末影珍珠 +item.blazeRod.name=烈焰棒 +item.ghastTear.name=恶魂之泪 +item.netherStalkSeeds.name=地狱疣 +item.potion.name=药水 +item.emptyPotion.name=水瓶 +item.goldNugget.name=金粒 +item.glassBottle.name=玻璃瓶 +item.spiderEye.name=蜘蛛眼 +item.fermentedSpiderEye.name=发酵蛛眼 +item.blazePowder.name=烈焰粉 +item.magmaCream.name=岩浆膏 +item.cauldron.name=炼药锅 +item.brewingStand.name=酿造台 +item.eyeOfEnder.name=末影之眼 +item.speckledMelon.name=闪烁的西瓜 +item.monsterPlacer.name=生成 +item.expBottle.name=附魔之瓶 +item.fireball.name=火焰弹 +item.writingBook.name=书与笔 +item.writtenBook.name=成书 +item.ruby.name=红宝石 +item.flowerPot.name=花盆 +item.emptyMap.name=空地图 +item.carrots.name=胡萝卜 +item.carrotGolden.name=金胡萝卜 +item.potato.name=马铃薯 +item.potatoBaked.name=烤马铃薯 +item.potatoPoisonous.name=毒马铃薯 +item.skull.skeleton.name=骷髅头颅 +item.skull.wither.name=凋灵骷髅头颅 +item.skull.zombie.name=僵尸的头 +item.skull.char.name=头 +item.skull.player.name=%s的头 +item.skull.creeper.name=爬行者的头 +item.carrotOnAStick.name=萝卜钓竿 +item.netherStar.name=下界之星 +item.pumpkinPie.name=南瓜派 +item.enchantedBook.name=附魔书 +item.fireworks.name=烟花火箭 +item.fireworks.flight=飞行时间: +item.fireworksCharge.name=烟火之星 +item.fireworksCharge.black=黑色 +item.fireworksCharge.red=红色 +item.fireworksCharge.green=绿色 +item.fireworksCharge.brown=棕色 +item.fireworksCharge.blue=蓝色 +item.fireworksCharge.purple=紫色 +item.fireworksCharge.cyan=青色 +item.fireworksCharge.silver=淡灰色 +item.fireworksCharge.gray=灰色 +item.fireworksCharge.pink=粉红色 +item.fireworksCharge.lime=黄绿色 +item.fireworksCharge.yellow=黄色 +item.fireworksCharge.lightBlue=淡蓝色 +item.fireworksCharge.magenta=品红色 +item.fireworksCharge.orange=橙色 +item.fireworksCharge.white=白色 +item.fireworksCharge.customColor=自定义 +item.fireworksCharge.fadeTo=淡化至 +item.fireworksCharge.flicker=闪烁 +item.fireworksCharge.trail=踪迹 +item.fireworksCharge.type.0=小型球状 +item.fireworksCharge.type.1=大型球状 +item.fireworksCharge.type.2=星形 +item.fireworksCharge.type.3=爬行者状 +item.fireworksCharge.type.4=爆裂状 +item.fireworksCharge.type=未知形状 +item.netherbrick.name=地狱砖 +item.netherquartz.name=下界石英 + +container.inventory=物品栏 +container.hopper=漏斗 +container.crafting=合成 +container.dispenser=发射器 +container.dropper=投掷器 +container.furnace=熔炉 +container.enchant=附魔 +container.repair=物品修复和命名 +container.repair.cost=魔咒花费:%1$d +container.repair.expensive=过于昂贵! +container.creative=物品选栏 +container.brewing=酿造台 +container.chest=箱子 +container.chestDouble=大型箱子 +container.minecart=矿车 +container.enderchest=末影箱 + +item.dyed=已染色 + +entity.Item.name=物品 +entity.XPOrb.name=经验球 +entity.SmallFireball.name=小火球 +entity.Fireball.name=火球 + +entity.Arrow.name=箭 +entity.Snowball.name=雪球 +entity.Painting.name=画 + +entity.Mob.name=生物 +entity.Monster.name=怪物 + +entity.Creeper.name=爬行者 +entity.Skeleton.name=骷髅 +entity.Spider.name=蜘蛛 +entity.Giant.name=巨人 +entity.Zombie.name=僵尸 +entity.Slime.name=史莱姆 +entity.Ghast.name=恶魂 +entity.PigZombie.name=僵尸猪人 +entity.Enderman.name=末影人 +entity.Silverfish.name=蠹虫 +entity.CaveSpider.name=洞穴蜘蛛 +entity.Blaze.name=烈焰人 +entity.LavaSlime.name=岩浆怪 +entity.MushroomCow.name=哞菇 +entity.Villager.name=村民 +entity.VillagerGolem.name=铁傀儡 +entity.SnowMan.name=雪傀儡 +entity.EnderDragon.name=末影龙 +entity.WitherBoss.name=凋灵 +entity.Witch.name=女巫 + +entity.Pig.name=猪 +entity.Sheep.name=羊 +entity.Cow.name=牛 +entity.Chicken.name=鸡 +entity.Squid.name=鱿鱼 +entity.Wolf.name=狼 +entity.Ozelot.name=豹猫 +entity.Cat.name=猫 +entity.Bat.name=蝙蝠 + +entity.PrimedTnt.name=TNT方块 +entity.FallingSand.name=掉落的方块 + +entity.Minecart.name=矿车 +entity.Boat.name=船 + +entity.generic.name=未知 + +death.fell.accident.ladder=%1$s 从梯子上摔了下来 +death.fell.accident.vines=%1$s 从一些藤蔓上摔了下来 +death.fell.accident.water=%1$s 从水中掉了下来 +death.fell.accident.generic=%1$s 从高处摔了下来 +death.fell.killer=%1$s 注定要摔死 +death.fell.assist=%1$s 因为 %2$s 注定要摔死 +death.fell.assist.item=%1$s 因为 %2$s 使用了 %3$s 注定要摔死 +death.fell.finish=%1$s跌伤得太重并被%2$s完结了生命 +death.fell.finish.item=%1$s跌伤得太重并被%2$s用%3$s完结了生命 + +death.attack.inFire=%1$s 浴火焚身 +death.attack.inFire.player=%1$s 在与 %2$s 战斗中不慎走入了火中 +death.attack.onFire=%1$s 被烧死了 +death.attack.onFire.player=%1$s 在试图与 %2$s 战斗时被烤的酥脆 +death.attack.lava=%1$s 试图在岩浆里游泳 +death.attack.lava.player=%1$s 在逃离 %2$s 时试图在岩浆里游泳 +death.attack.inWall=%1$s 在墙里窒息而亡 +death.attack.drown=%1$s 淹死了 +death.attack.drown.player=%1$s 在试图逃离 %2$s 时淹死了 +death.attack.starve=%1$s 饿死了 +death.attack.cactus=%1$s 被戳死了 +death.attack.cactus.player=%1$s 在试图逃离 %2$s 时撞入了仙人掌中 +death.attack.generic=%1$s 死了 +death.attack.explosion=%1$s 爆炸了 +death.attack.explosion.player=%1$s 被 %2$s 炸死了 +death.attack.magic=%1$s 被魔法杀死了 +death.attack.wither=%1$s 凋谢了 +death.attack.anvil=%1$s 被坠落的铁砧压扁了 +death.attack.fallingBlock=%1$s 被坠落的方块压扁了 +death.attack.mob=%1$s 被 %2$s 杀死了 +death.attack.player=%1$s 被 %2$s 杀死了 +death.attack.player.item=%1$s 被 %2$s 用 %3$s 杀死了 +death.attack.arrow=%1$s 被 %2$s 射杀 +death.attack.arrow.item=%1$s 被 %2$s 用 %3$s 射杀 +death.attack.fireball=%1$s 被 %2$s 用火球烤死了 +death.attack.fireball.item=%1$s 被 %2$s 用 %3$s 发射的火球烤死了 +death.attack.thrown=%1$s 被 %2$s 给砸死了 +death.attack.thrown.item=%1$s 被 %2$s 用 %3$s 给砸死了 +death.attack.indirectMagic=%1$s 被 %2$s 使用的魔法杀死了 +death.attack.indirectMagic.item=%1$s 被 %2$s 用 %3$s 杀死了 +death.attack.thorns=%1$s 在试图伤害 %2$s 时被杀 +death.attack.fall=%1$s落地过猛 +death.attack.outOfWorld=%1$s 掉出了这个世界 + +deathScreen.respawn=重生 +deathScreen.deleteWorld=删除世界 +deathScreen.titleScreen=标题画面 +deathScreen.score=分数 +deathScreen.title.hardcore=游戏结束! +deathScreen.hardcoreInfo=你不可在极限模式中重生! +deathScreen.title=你死了! +deathScreen.leaveServer=退出服务器 + +potion.empty=无效果 +potion.moveSpeed=速度 +potion.moveSlowdown=缓慢 +potion.digSpeed=急迫 +potion.digSlowDown=挖掘疲劳 +potion.damageBoost=力量 +potion.weakness=虚弱 +potion.heal=瞬间治疗 +potion.harm=瞬间伤害 +potion.jump=跳跃提升 +potion.confusion=反胃 +potion.regeneration=生命恢复 +potion.resistance=抗性提升 +potion.fireResistance=防火 +potion.waterBreathing=水下呼吸 +potion.invisibility=隐身 +potion.blindness=失明 +potion.nightVision=夜视 +potion.hunger=饥饿 +potion.poison=中毒 +potion.wither=凋灵 + +potion.moveSpeed.postfix=迅捷药水 +potion.moveSlowdown.postfix=迟缓药水 +potion.digSpeed.postfix=速掘药水 +potion.digSlowDown.postfix=缓掘药水 +potion.damageBoost.postfix=力量药水 +potion.weakness.postfix=虚弱药水 +potion.heal.postfix=治疗药水 +potion.harm.postfix=伤害药水 +potion.jump.postfix=跳跃药水 +potion.confusion.postfix=反胃药水 +potion.regeneration.postfix=再生药水 +potion.resistance.postfix=抵抗药水 +potion.fireResistance.postfix=抗火药水 +potion.waterBreathing.postfix=水肺药水 +potion.invisibility.postfix=隐身药水 +potion.blindness.postfix=失明药水 +potion.nightVision.postfix=夜视药水 +potion.hunger.postfix=饥饿药水 +potion.poison.postfix=剧毒药水 +potion.wither.postfix=衰变药水 + +potion.potency.0= +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV + +potion.prefix.grenade=喷溅型 +potion.prefix.mundane=平凡的 +potion.prefix.uninteresting=无聊的 +potion.prefix.bland=温和的 +potion.prefix.clear=清澈的 +potion.prefix.milky=浑浊的 +potion.prefix.diffuse=弥漫的 +potion.prefix.artless=朴实的 +potion.prefix.thin=稀薄的 +potion.prefix.awkward=粗制的 +potion.prefix.flat=单调的 +potion.prefix.bulky=笨重的 +potion.prefix.bungling=笨拙的 +potion.prefix.buttered=脂状的 +potion.prefix.smooth=平滑的 +potion.prefix.suave=娴雅的 +potion.prefix.debonair=快活的 +potion.prefix.thick=浓稠的 +potion.prefix.elegant=优雅的 +potion.prefix.fancy=花俏的 +potion.prefix.charming=迷人的 +potion.prefix.dashing=活泼的 +potion.prefix.refined=精致的 +potion.prefix.cordial=诚挚的 +potion.prefix.sparkling=闪亮的 +potion.prefix.potent=给力的 +potion.prefix.foul=污秽的 +potion.prefix.odorless=无味的 +potion.prefix.rank=恶臭的 +potion.prefix.harsh=刺鼻的 +potion.prefix.acrid=辛辣的 +potion.prefix.gross=恶心的 +potion.prefix.stinky=异味的 + +enchantment.damage.all=锋利 +enchantment.damage.undead=亡灵杀手 +enchantment.damage.arthropods=节肢杀手 +enchantment.knockback=击退 +enchantment.fire=火焰附加 +enchantment.protect.all=保护 +enchantment.protect.fire=火焰保护 +enchantment.protect.fall=摔落保护 +enchantment.protect.explosion=爆炸保护 +enchantment.protect.projectile=弹射物保护 +enchantment.oxygen=水下呼吸 +enchantment.waterWorker=水下速掘 +enchantment.digging=挖掘效率 +enchantment.untouching=精准采集 +enchantment.durability=耐久 +enchantment.lootBonus=抢夺 +enchantment.lootBonusDigger=时运 +enchantment.arrowDamage=力量 +enchantment.arrowFire=火矢 +enchantment.arrowKnockback=冲击 +enchantment.arrowInfinite=无限 +enchantment.thorns=荆棘 + +enchantment.level.1=I +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.level.10=X + +gui.achievements=成就 +gui.stats=统计信息 + +stat.generalButton=通用 +stat.blocksButton=方块 +stat.itemsButton=物品 + +stat.used=使用次数 +stat.mined=开采次数 +stat.depleted=工具消耗数 +stat.crafted=合成次数 + +stat.startGame=游戏次数 +stat.createWorld=玩过的世界数 +stat.loadWorld=读取存档次数 +stat.joinMultiplayer=加入多人游戏次数 +stat.leaveGame=游戏退出次数 + +stat.playOneMinute=游戏时间(分钟) + +stat.walkOneCm=行走距离 +stat.fallOneCm=摔落高度 +stat.swimOneCm=游泳距离 +stat.flyOneCm=飞行距离 +stat.climbOneCm=攀爬高度 +stat.diveOneCm=水下移动距离 +stat.minecartOneCm=坐矿车移动距离 +stat.boatOneCm=坐船移动距离 +stat.pigOneCm=骑猪移动距离 +stat.jump=跳跃次数 +stat.drop=物品掉落 + +stat.damageDealt=造成伤害 +stat.damageTaken=受到伤害 +stat.deaths=死亡次数 +stat.mobKills=生物击杀数 +stat.playerKills=玩家击杀数 +stat.fishCaught=捕鱼数 + +stat.mineBlock=挖掘了 %1$s 个方块 +stat.craftItem=合成了 %1$s 个物品 +stat.useItem=使用了 %1$s 个物品 +stat.breakItem=消耗了%1$s个工具 + +achievement.get=获得成就! + +achievement.taken=已得到! + +achievement.requires=需要“%1$s” +achievement.openInventory=打开物品栏 +achievement.openInventory.desc=按“%1$s”来打开你的物品栏 +achievement.mineWood=获得木头 +achievement.mineWood.desc=摧毁树木直到跳出一个木头方块 +achievement.buildWorkBench=这是? 工作台! +achievement.buildWorkBench.desc=用四个木板来制作一个工作台 +achievement.buildPickaxe=采矿时间到! +achievement.buildPickaxe.desc=使用木板和木棍来制作木镐 +achievement.buildFurnace=“热”门话题 +achievement.buildFurnace.desc=用八个圆石来制作一个熔炉 +achievement.acquireIron=来硬的 +achievement.acquireIron.desc=冶炼出一块铁锭 +achievement.buildHoe=耕种时间到! +achievement.buildHoe.desc=使用木板和木棍来制作木锄 +achievement.makeBread=烤面包 +achievement.makeBread.desc=用小麦来做面包 +achievement.bakeCake=蛋糕是个谎言 +achievement.bakeCake.desc=小麦、糖、牛奶和鸡蛋! +achievement.buildBetterPickaxe=获得升级 +achievement.buildBetterPickaxe.desc=制作一把更好的镐 +achievement.cookFish=美味的鱼儿 +achievement.cookFish.desc=抓了鱼儿然后烤! +achievement.onARail=在铁路上 +achievement.onARail.desc=通过矿车旅行,移动到至少离出发点1公里的位置 +achievement.buildSword=出击时间到! +achievement.buildSword.desc=使用木板和木棍来制作一把木剑! +achievement.killEnemy=怪物猎人 +achievement.killEnemy.desc=攻击并消灭一只怪物 +achievement.killCow=斗牛士 +achievement.killCow.desc=获得一些皮革 +achievement.flyPig=当猪飞的时候 +achievement.flyPig.desc=骑着猪从悬崖上飞下 +achievement.snipeSkeleton=狙击手的对决 +achievement.snipeSkeleton.desc=用弓箭从50米外干掉一只骷髅 +achievement.diamonds=钻石! +achievement.diamonds.desc=用你的铁镐,挖一些钻石吧 +achievement.portal=我们需要再深入些 +achievement.portal.desc=建造一个通往下界的传送门 +achievement.ghast=见鬼去吧 +achievement.ghast.desc=用一团火球干掉一只恶魂 +achievement.blazeRod=与火共舞 +achievement.blazeRod.desc=得到烈焰人的烈焰棒 +achievement.potion=本地的酿造厂 +achievement.potion.desc=酿造一瓶药水 +achievement.theEnd=结束了? +achievement.theEnd.desc=找到“末地” +achievement.theEnd2=结束了。 +achievement.theEnd2.desc=击败末影龙 +achievement.enchantments=附魔师 +achievement.enchantments.desc=使用书、黑曜石以及钻石来制作一个附魔台 +achievement.overkill=赶尽杀绝 +achievement.overkill.desc=制造一击8颗心的伤害 +achievement.bookcase=图书管理员 +achievement.bookcase.desc=建造一些书架来强化你的附魔台 + +commands.generic.exception=在执行此指令时出现了未知的错误 +commands.generic.syntax=无效的指令语法 +commands.generic.player.notFound=无法找到该玩家 +commands.generic.notFound=未知指令。请试/help来查看指令列表。 +commands.generic.num.invalid='%s'不是一个有效的数字 +commands.generic.num.tooSmall=你输入的数字(%d)太小了,它至少需要为%d +commands.generic.num.tooBig=你输入的数字(%d)太大了,它最高只能为%d +commands.generic.double.tooSmall=你输入的数字(%.2f)太小了,它至少需要为%.2f +commands.generic.double.tooBig=你输入的数字(%.2f)太大了,它最高只能为%.2f +commands.generic.usage=用法:%s + +commands.xp.failure.widthdrawXp=无法给玩家为负数的经验值 +commands.xp.success=已将 %d 的经验给予 %s +commands.xp.success.levels=给予%s %d级经验 +commands.xp.success.negative.levels=从%s吸取了%d级经验 +commands.xp.usage=/xp <数量> [玩家] 或 /xp <数量>L [玩家] +commands.give.usage=/give <玩家> <物品> [数量] [数据值] +commands.give.notFound=ID为 %d 的物品不存在 +commands.give.success=已将 %s(ID %d)* %d 给予 %s +commands.effect.usage=/effect [seconds] [amplifier] +commands.effect.notFound=There is no such mob effect with ID %d +commands.effect.success=Given %1$s (ID %2$d) * %3$d to %4$s for %5$d seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.enchant.usage=/enchant <玩家> <魔咒ID> [等级] +commands.enchant.notFound=没有ID为%d的魔咒 +commands.enchant.noItem=目标没有拿着任何物品 +commands.enchant.cantEnchant=所选的魔咒无法添加到目标物品 +commands.enchant.cantCombine=%1$s无法和%2$s结合 +commands.enchant.success=附魔成功 +commands.clear.usage=/clear <玩家> [物品] [数值] +commands.clear.success=清除了%s的物品栏,删除了%d个物品 +commands.clear.failure=Could not clear the inventory of %s, no items to remove +commands.downfall.success=切换降水 +commands.time.usage=/time <数值> +commands.time.added=将时间调快了 %d +commands.time.set=将时间设为 %d +commands.players.list=目前有%d/%d个玩家在线: +commands.banlist.ips=总共有 %d 个被封禁的IP地址: +commands.banlist.players=总共有 %d 个被封禁的玩家 +commands.banlist.usage=/banlist [IP|玩家] +commands.kick.success=把 %s 从游戏中踢出 +commands.kick.success.reason=%s 被踢出游戏:‘%s’ +commands.kick.usage=/kick <玩家> [原因...] +commands.op.success=已将 %s 设为OP +commands.op.usage=/op +commands.deop.success=已夺去 %s 的OP权限 +commands.deop.usage=/deop <玩家> +commands.say.usage=/say +commands.ban.success=已封禁玩家 %s +commands.ban.usage=/ban <名称> [原因...] +commands.unban.success=已解封玩家 %s +commands.unban.usage=/pardon <用户名> +commands.banip.invalid=你输入了一个无效的IP地址或者此玩家不在线 +commands.banip.success=已封禁IP地址 %s +commands.banip.success.players=已封禁的IP地址 %s 是属于 %s 的 +commands.banip.usage=/ban-ip <地址|名称> [原因...] +commands.unbanip.invalid=你输入了一个无效的IP地址 +commands.unbanip.success=已解封IP地址 %s +commands.unbanip.usage=/pardon-ip <地址> +commands.save.enabled=启动世界自动保存 +commands.save.disabled=关闭世界自动保存 +commands.save.start=保存中…… +commands.save.success=已保存世界 +commands.save.failed=保存失败:%s +commands.stop.start=正在关闭服务器 +commands.tp.success=已将 %s 传送至 %s +commands.tp.success.coordinates=将 %s 传送到 %.2f,%.2f,%.2f +commands.tp.usage=/tp [目标玩家] <终点玩家> 或 /tp [目标玩家] +commands.tp.notSameDimension=无法传送,因为目标玩家不存在于同一个空间 +commands.whitelist.list=现在白名单中有 %d 个(于可见的 %d 人中)玩家: +commands.whitelist.enabled=白名单已开启 +commands.whitelist.disabled=关闭白名单 +commands.whitelist.reloaded=已重新读取白名单 +commands.whitelist.add.success=已将 %s 加入白名单 +commands.whitelist.add.usage=/whitelist add +commands.whitelist.remove.success=已将 %s 移出白名单 +commands.whitelist.remove.usage=/whitelist remove <玩家> +commands.whitelist.usage=/whitelist +commands.scoreboard.usage=/scoreboard +commands.scoreboard.teamNotFound=没有找到队名为'%s'的队伍 +commands.scoreboard.objectiveNotFound=没有找到名称为'%s'的目标 +commands.scoreboard.objectiveReadOnly=目标'%s'仅为可读并无法设置 +commands.scoreboard.objectives.usage=/scoreboard objectives <列表(list)|添加(add)|移除(remove)|设置显示处(setdisplay)> +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay <位置> [目标] +commands.scoreboard.objectives.setdisplay.invalidSlot=没有名称为'%s'的显示位置 +commands.scoreboard.objectives.setdisplay.successCleared=清空了'%s'目标显示区 +commands.scoreboard.objectives.setdisplay.successSet=将目标显示区从'%s'设置为'%s' +commands.scoreboard.objectives.add.usage=/scoreboard objectives add <名称> <准则类型> [显示的名称...] +commands.scoreboard.objectives.add.wrongType=无效的准测类型。有效的类型有:%s +commands.scoreboard.objectives.add.alreadyExists=名为'%s'的目标已经存在 +commands.scoreboard.objectives.add.tooLong='%s'作为目标名太长了,名字最多只能有%d个字 +commands.scoreboard.objectives.add.displayTooLong='%s'作为显示名太长了,名字最多只能有%d个字 +commands.scoreboard.objectives.add.success=成功地添加了新目标'%s' +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove <名字> +commands.scoreboard.objectives.remove.success=成功地移除了目标'%s' +commands.scoreboard.objectives.list.count=记分板正在显示%d个目标 +commands.scoreboard.objectives.list.entry=——%s:显示名为'%s',类型为'%s' +commands.scoreboard.objectives.list.empty=记分板上没有目标 +commands.scoreboard.players.usage=/scoreboard players <设置(set)|添加(add)|移除(remove)|重置(reset)|列表(list)> +commands.scoreboard.players.set.success=将%s的分数在%s的身上设置为%d +commands.scoreboard.players.set.usage=/scoreboard players set <玩家> <目标> <分数> +commands.scoreboard.players.add.usage=/scoreboard players add <玩家> <目标> <记分> +commands.scoreboard.players.remove.usage=/scoreboard players remove <玩家> <目标> <记分> +commands.scoreboard.players.reset.usage=/scoreboard players reset <玩家> +commands.scoreboard.players.reset.success=重置玩家%s所有的分数 +commands.scoreboard.players.list.count=记分板上正在显示%d个追踪的玩家 +commands.scoreboard.players.list.empty=记分板上没有追踪的玩家 +commands.scoreboard.players.list.player.count=正在给%s显示%d个追踪的目标 +commands.scoreboard.players.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.players.list.player.empty=玩家%s没有录得的分数 +commands.scoreboard.teams.usage=/scoreboard teams +commands.scoreboard.teams.add.usage=/scoreboard teams add <名字> [显示的名字...] +commands.scoreboard.teams.add.alreadyExists=名为'%s'的队伍已经存在 +commands.scoreboard.teams.add.tooLong='%s'作为队名太长了,名字最多只能有%d个字 +commands.scoreboard.teams.add.displayTooLong='%s'作为队伍的显示名太长了,名字最多只能有%d个字 +commands.scoreboard.teams.add.success=成功地添加了新队伍'%s' +commands.scoreboard.teams.list.usage=/scoreboard teams list [名字] +commands.scoreboard.teams.list.count=记分板上正在显示%d个队伍 +commands.scoreboard.teams.list.entry=——%1$s:'%2$s'有%3$d个玩家 +commands.scoreboard.teams.list.empty=记分板上无注册的队伍 +commands.scoreboard.teams.list.player.count=正在显示队伍%s中的%d个玩家 +commands.scoreboard.teams.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.teams.list.player.empty=队伍%s没有玩家 +commands.scoreboard.teams.empty.usage=/scoreboard teams clear <名字> +commands.scoreboard.teams.empty.alreadyEmpty=队伍%s已空,无法移除不存在的玩家 +commands.scoreboard.teams.empty.success=移除了队伍%s内的全部%d个玩家 +commands.scoreboard.teams.remove.usage=/scoreboard teams remove <名字> +commands.scoreboard.teams.remove.success=移除了队伍%s +commands.scoreboard.teams.join.usage=/scoreboard teams join <队名> [玩家] +commands.scoreboard.teams.join.success=将%d个玩家添加至队伍%s:%s +commands.scoreboard.teams.join.failure=无法给队伍%s添加%d个玩家:%s +commands.scoreboard.teams.leave.usage=从他们队伍中移除了%d个玩家:%s +commands.scoreboard.teams.leave.success=从他们的队伍里移除了%d个玩家:%s +commands.scoreboard.teams.leave.failure=无法从他们队伍中移除%d个玩家:%s +commands.scoreboard.teams.leave.noTeam=你不在一个队伍中 +commands.scoreboard.teams.option.usage=/scoreboard teams option <队伍> <友军伤害(friendlyfire)|颜色(color)> <数值> +commands.scoreboard.teams.option.noValue=选项%s的有效数值有:%s +commands.scoreboard.teams.option.success=Set option %s for team %s to %s +commands.gamemode.success.self=您的游戏模式已被设置为 %s +commands.gamemode.success.other=将 %s 的游戏模式改为 %s +commands.gamemode.usage=/gamemode <模式> [玩家] +commands.defaultgamemode.usage=/defaultgamemode <模式> +commands.defaultgamemode.success=世界的默认游戏模式现为%s +commands.me.usage=/me <动作...> +commands.help.header=--- 显示帮助手册总 %d 页中的第 %d 页(/help <页码>) --- +commands.help.footer=小提示: 在输入命令时可以使用 键来自动补全命令或参数。 +commands.help.usage=/help [页码|指令名称] +commands.publish.started=本地游戏将在 %s 开启 +commands.publish.failed=无法建立本地游戏 +commands.debug.start=开始调试分析 +commands.debug.stop=在%.2f秒(%d刻)后停止调试分析 +commands.debug.notStarted=不能在开始前就停止分析! +commands.debug.usage=/debug +commands.message.usage=/tell <玩家> <私密信息...> +commands.message.sameTarget=你不能向自己发出私人信息! +commands.message.display.outgoing=你悄悄地对%s说:%s +commands.message.display.incoming=%s悄悄地对你说:%s +commands.difficulty.usage=/difficulty <新的难度> +commands.difficulty.success=将游戏难度设置为%s +commands.spawnpoint.usage=/spawnpoint 或 /spawnpoint <玩家> 或 /spawnpoint <玩家> +commands.spawnpoint.success=将%s的出生点设置到(%d,%d,%d) +commands.gamerule.usage=/gamerule <规则名称> <数值> 或 /gamerule <规则名称> +commands.gamerule.success=游戏规则已更新 +commands.gamerule.norule=不存在叫做'%s'的游戏规则 +commands.weather.usage=/weather [持续的秒数] +commands.weather.clear=更换到无天气 +commands.weather.rain=更换到下雨天 +commands.weather.thunder=更换到雷雨天 +commands.testfor.usage=/testfor <玩家> +commands.testfor.failed=/testfor只能由于命令方块上来输出模拟信号 + +itemGroup.buildingBlocks=建筑方块 +itemGroup.decorations=装饰性方块 +itemGroup.redstone=红石 +itemGroup.transportation=交通运输 +itemGroup.misc=杂项 +itemGroup.search=搜索物品 +itemGroup.food=食物 +itemGroup.tools=工具 +itemGroup.combat=战斗用品 +itemGroup.brewing=酿造 +itemGroup.materials=材料 +itemGroup.inventory=生存模式物品栏 + +inventory.binSlot=摧毁物品 + +advMode.setCommand=设置此方块的控制台指令 +advMode.command=控制台指令 +advMode.nearestPlayer=用“@p”来代表最近的玩家 +advMode.randomPlayer=用“@r”来代表随机玩家 +advMode.allPlayers=用“@a”来代表全部玩家 + +advMode.notEnabled=命令方块没有在此服务器上启用 +advMode.notAllowed=必须为在创造模式的管理员 + +mco.title=Minecraft Realms +mco.selectServer.select=进入服务器 +mco.selectServer.configure=配置 +mco.selectServer.create=创造世界 +mco.selectServer.moreinfo=更多内容 + +mco.configure.world.edit.title=编辑世界 + +mco.configure.world.title=调整世界 +mco.configure.world.name=名字 +mco.configure.world.description=介绍 +mco.configure.world.location=位置 +mco.configure.world.invited=已邀请 +mco.configure.world.buttons.edit=编辑 +mco.configure.world.buttons.reset=重置世界 +mco.configure.world.buttons.done=完成 +mco.configure.world.buttons.delete=删除 +mco.configure.world.buttons.open=开放的世界 +mco.configure.world.buttons.close=封闭的世界 +mco.configure.world.buttons.invite=邀请 +mco.configure.world.buttons.uninvite=取消邀请 +mco.configure.world.buttons.subscription=Subscription +mco.configure.world.invite.profile.name=名字 +mco.configure.world.uninvite.question=你确定你要取消邀请吗 + +mco.configure.world.subscription.title=Subscription Info +mco.configure.world.subscription.daysleft=Days Left +mco.configure.world.subscription.start=Start Date +mco.configure.world.subscription.extend=Extend + +mco.create.world.location.title=位置 +mco.create.world.location.warning=你可能无法获得与你选择完全相同的位置 +mco.create.world.wait=创造世界中…… + +mco.reset.world.title=重置世界 +mco.reset.world.warning=这将永久删除你的世界! +mco.reset.world.seed=世界种子(可选) +mco.reset.world.resetting.screen.title=重置世界中…… + +mco.configure.world.close.question.line1=你的世界将变为不可视 +mco.configure.world.close.question.line2=你确定要这么做吗? + +mco.connect.connecting=正在连接至服务器中…… +mco.connect.authorizing=登入中…… +mco.connect.failed=未能连接至服务器 + +mco.create.world=创建 + diff --git a/1.5.2/lang/zh_TW.lang b/1.5.2/lang/zh_TW.lang new file mode 100644 index 00000000..6f25c2a2 --- /dev/null +++ b/1.5.2/lang/zh_TW.lang @@ -0,0 +1,1293 @@ +#X-Generator: crowdin.net + +language.name=繁體中文 +language.region=台灣 +language.code=zh_TW + +gui.done=完成 +gui.cancel=取消 +gui.back=Back +gui.toMenu=回到標題畫面 +gui.up=上 +gui.down=下 +gui.yes=是 +gui.no=否 + +menu.singleplayer=單人遊戲 +menu.multiplayer=多人遊戲 +menu.online=Minecraft Realms +menu.options=選項… +menu.quit=離開遊戲 +menu.returnToMenu=儲存並回到標題畫面 +menu.disconnect=中斷連線 +menu.returnToGame=繼續遊戲 +menu.switchingLevel=切換世界中 +menu.generatingLevel=生成世界中 +menu.loadingLevel=讀取世界中 +menu.generatingTerrain=地形建構中… +menu.convertingLevel=轉換世界中 +menu.simulating=正在模擬世界… +menu.respawning=重生中… +menu.shareToLan=公開至局域網 + +selectWorld.title=選擇世界 +selectWorld.empty=空 +selectWorld.world=世界 +selectWorld.select=進入所選的世界 +selectWorld.create=創建新世界 +selectWorld.recreate=重新創造 +selectWorld.createDemo=進入新的試玩世界 +selectWorld.delete=刪除 +selectWorld.rename=重新命名 +selectWorld.deleteQuestion=你確定要刪除這個世界嗎? +selectWorld.deleteWarning=將會永遠消失! +selectWorld.deleteButton=刪除 +selectWorld.renameButton=重新命名 +selectWorld.renameTitle=重新命名世界 +selectWorld.conversion=必須被轉換! +selectWorld.newWorld=新的世界 +selectWorld.newWorld.copyOf=%s 的拷貝 +selectWorld.enterName=世界名稱 +selectWorld.resultFolder=將會儲存於: +selectWorld.enterSeed=世界種子碼 +selectWorld.seedInfo=若不填則隨機生成種子碼 +selectWorld.cheats=允許作弊 +selectWorld.customizeType=自訂 + +createWorld.customize.presets=預設方案 +createWorld.customize.presets.title=選擇預設地形 +createWorld.customize.presets.select=使用預設地形 +createWorld.customize.presets.share=想分享你設定的地形嗎?請使用下方文字框! +createWorld.customize.presets.list=您也可以選擇預先設定的地形! +createWorld.customize.flat.title=自訂超平坦世界 +createWorld.customize.flat.tile=地層材料 +createWorld.customize.flat.height=高度 +createWorld.customize.flat.addLayer=增加地層 +createWorld.customize.flat.editLayer=編輯地層 +createWorld.customize.flat.removeLayer=刪除地層 +createWorld.customize.flat.layer.top=頂層 - %d +createWorld.customize.flat.layer=%d +createWorld.customize.flat.layer.bottom=底層 - %d + +gameMode.survival=生存模式 +gameMode.creative=創造模式 +gameMode.adventure=冒險模式 +gameMode.hardcore=極限模式! +gameMode.changed=您的遊戲模式已更新 + +selectWorld.gameMode=遊戲模式: +selectWorld.gameMode.survival=生存 +selectWorld.gameMode.survival.line1=獲取資源、合成、製造、 +selectWorld.gameMode.survival.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.adventure=冒險 +selectWorld.gameMode.adventure.line1=類似生存模式,但方塊不能 +selectWorld.gameMode.adventure.line2=被增加或移除 +selectWorld.moreWorldOptions=進階世界選項... +selectWorld.mapFeatures=產生建築: +selectWorld.mapFeatures.info=村莊、地牢等 +selectWorld.mapType=世界類型: +selectWorld.mapType.normal=標準 +selectWorld.allowCommands=允許作弊: +selectWorld.allowCommands.info=允許使用 /gamemode、/xp 等指令 +selectWorld.hardcoreMode=極限: +selectWorld.hardcoreMode.info=死亡後將刪除世界 +selectWorld.bonusItems=新手獎勵箱: + +generator.default=預設 +generator.flat=平地 +generator.largeBiomes=大型生態域 + +selectServer.title=選擇伺服器 +selectServer.empty=空 +selectServer.select=進入伺服器 +selectServer.direct=直接連線 +selectServer.edit=編輯 +selectServer.delete=刪除 +selectServer.add=新增伺服器 +selectServer.defaultName=Minecraft 伺服器 +selectServer.deleteQuestion=確定要刪除這個伺服器嗎? +selectServer.deleteWarning=將會永遠消失! +selectServer.deleteButton=刪除 +selectServer.refresh=重新整理 +selectServer.hiddenAddress=(隱藏) +addServer.title=編輯伺服器資訊 +addServer.enterName=伺服器名稱 +addServer.enterIp=伺服器位址 +addServer.add=完成 +addServer.hideAddress=隱藏位址 +lanServer.title=局域網世界 +lanServer.scanning=Scanning for games on your local network +lanServer.start=建立局域網世界 +lanServer.otherPlayers=對其他玩家的設定 +mcoServer.title=線上創世神世界 + +multiplayer.title=進行多人遊戲 +multiplayer.connect=連接 +multiplayer.info1=Minecraft的多人遊戲模式尚未正式完成,但當中的 +multiplayer.info2=一些漏洞已在版本釋出前被測試過。 +multiplayer.ipinfo=請輸入伺服器的IP位址: + +multiplayer.texturePrompt.line1=此伺服器建議使用該伺服器所提供材質包。 +multiplayer.texturePrompt.line2=你想要下載並且自動安裝嗎? + +multiplayer.downloadingTerrain=正在下載地形… + +multiplayer.stopSleeping=起床 + +chat.link.confirm=你確定你要打開以下網頁嗎? +chat.link.warning=千萬不要打開任何來自不信任者的鏈接! +chat.copy=複製到剪貼簿 + +menu.playdemo=試玩 +menu.resetdemo=重置試玩的世界 +demo.day.1=試玩版只有五天的遊戲內時間,盡你所能吧! +demo.day.2=第二天 +demo.day.3=第三天 +demo.day.4=第四天 +demo.day.5=這是你的最後一天! +demo.day.warning=你的時間即將用盡! +demo.day.6=你度過了你的第五天,按F2來截圖留念 +demo.reminder=試玩時間已經結束,請購買遊戲來繼續,或重新開始一個新的世界! +demo.remainingTime=剩餘時間:%s +demo.demoExpired=試玩時間結束! +demo.help.movement=使用%1$s,%2$s,%3$s,%4$s及滑鼠移動 +demo.help.movementShort=按下%1$s,%2$s,%3$s,%4$s來移動 +demo.help.movementMouse=移動滑鼠來查看四周 +demo.help.jump=按%1$s鍵跳躍 +demo.help.inventory=按%1$s打開你的背包 +demo.help.title=Minecraft試玩模式 +demo.help.fullWrapped=您可以在遊戲中試玩五天 (約為現實世界的 1 小時 40 分鐘)。在選單的「成就」選項中,可以找到一些有幫助的提示。希望您玩得開心! +demo.help.buy=立即購買! +demo.help.later=繼續進行遊戲! + +connect.connecting=正在連線到伺服器… +connect.authorizing=登入中… +connect.failed=無法連接伺服器 + +disconnect.genericReason=%s +disconnect.disconnected=與伺服器連線中斷 +disconnect.lost=失去連線 +disconnect.kicked=已被踢出遊戲 +disconnect.timeout=連線逾時 +disconnect.closed=連線關閉 +disconnect.loginFailed=登入失敗 +disconnect.loginFailedInfo=登入失敗:%s +disconnect.quitting=離開 +disconnect.endOfStream=數據傳送終止 +disconnect.overflow=緩衝區溢位 +disconnect.spam=因垃圾訊息被踢出 + +options.off=關閉 +options.on=開啟 +options.visible=顯示 +options.hidden=隱藏 +options.title=選項 +options.controls=按鍵設定… +options.video=顯示設定… +options.language=語言... +options.languageWarning=語言翻譯並非100%準確 +options.videoTitle=顯示設定 +options.music=音樂 +options.sound=音效 +options.invertMouse=滑鼠反轉 +options.fov=廣角視野 +options.fov.min=普通 +options.fov.max=超廣角 +options.gamma=亮度 +options.gamma.min=昏暗 +options.gamma.max=明亮 +options.sensitivity=滑鼠靈敏度 +options.sensitivity.min=*哈欠* +options.sensitivity.max=超高速!!! +options.renderDistance=視野距離 +options.renderDistance.tiny=最近 +options.renderDistance.short=近 +options.renderDistance.normal=一般 +options.renderDistance.far=遠 +options.viewBobbing=走路晃動 +options.ao=柔和化照明效果 +options.ao.off=Off +options.ao.min=Minimum +options.ao.max=Maximum +options.anaglyph=3D立體模式 +options.framerateLimit=效能 +options.difficulty=難易度 +options.difficulty.peaceful=和平 +options.difficulty.easy=簡單 +options.difficulty.normal=普通 +options.difficulty.hard=困難 +options.difficulty.hardcore=極限 +options.graphics=畫質 +options.graphics.fancy=畫質優先 +options.graphics.fast=性能優先 +options.guiScale=介面大小 +options.guiScale.auto=自動 +options.guiScale.small=小 +options.guiScale.normal=標準 +options.guiScale.large=大 +options.advancedOpengl=進階環境渲染 +options.renderClouds=雲塊 +options.farWarning1=建議安裝64位元Java +options.farWarning2=以呈現「遠」的視野距離(目前使用的是32位元的Java) +options.particles=粒子密度 +options.particles.all=最高 +options.particles.decreased=少量 +options.particles.minimal=最少 +options.multiplayer.title=多人遊戲設定... +options.chat.title=交談設定... +options.chat.visibility=聊天欄 +options.chat.visibility.full=顯示全部 +options.chat.visibility.system=只允許指令 +options.chat.visibility.hidden=隱藏 +options.chat.color=顏色 +options.chat.opacity=不透明度 +options.chat.links=網址連結 +options.chat.links.prompt=連結提示 +options.chat.scale=範圍 +options.chat.width=寬度 +options.chat.height.focused=焦點高度 +options.chat.height.unfocused=未聚焦高度 +options.showCape=顯示披風 +options.serverTextures=伺服器材質包 +options.snooper=允許監控 +options.snooper.view=監控設定... +options.snooper.title=電腦相關資訊搜集 +options.snooper.desc=我們希望可以透過搜集您電腦的相關資訊,協助改善 Minecraft 並修正程式錯誤。 您可以在下面查看我們所希望搜集到的資料,這些資料均為匿名傳送,並保證不會被用於不當場合。 若您覺得不妥,可以隨時將這個功能關閉。 +options.texture.pack=材質包 +options.fullscreen=全螢幕 +options.vsync=開啟垂直同步 +options.touchscreen=觸控模式 + +performance.max=FPS最大化 +performance.balanced=平衡 +performance.powersaver=節能 + +controls.title=按鍵設定 + +key.forward=前進 +key.left=左移 +key.back=後退 +key.right=右移 +key.jump=跳躍 +key.inventory=背包 +key.drop=丟棄 +key.chat=聊天 +key.fog=視野切換 +key.sneak=潛行 +key.playerlist=玩家名單 +key.attack=攻擊 +key.use=使用物品 +key.pickItem=選取方塊 +key.mouseButton=滑鼠 %1$s +key.command=指令快捷鍵 + +texturePack.openFolder=打開材質包資料夾 +texturePack.title=選擇材質包 +texturePack.folderInfo=(將材質包檔案放在此處) +texturePack.incompatible=不相容 + +book.pageIndicator=第 %1$s 頁/共 %2$S 頁 +book.byAuthor=由 %1$s +book.signButton=署名 +book.editTitle=輸入書名: +book.finalizeButton=署名並完成此書 +book.finalizeWarning=注意!當您在這本書簽署後,將無法修改書中內容。 + +tile.stone.name=石頭 + +tile.grass.name=草地 +tile.dirt.name=泥土 +tile.stonebrick.name=鵝卵石 +tile.wood.name=木材 +tile.wood.oak.name=橡木材 +tile.wood.spruce.name=雲杉木板 +tile.wood.birch.name=樺木材 +tile.wood.jungle.name=叢林木材 +tile.sapling.oak.name=橡木樹苗 +tile.sapling.spruce.name=杉木樹苗 +tile.sapling.birch.name=樺木樹苗 +tile.sapling.jungle.name=叢林木樹苗 +tile.deadbush.name=枯灌木 +tile.bedrock.name=基岩 +tile.water.name=水 +tile.lava.name=岩漿 +tile.sand.name=沙 +tile.sandStone.name=沙岩 +tile.sandStone.default.name=砂岩 +tile.sandStone.chiseled.name=鑿過的砂岩 +tile.sandStone.smooth.name=平滑的砂岩 +tile.gravel.name=礫石 +tile.oreGold.name=金礦 +tile.oreIron.name=鐵礦 +tile.oreCoal.name=煤礦 +tile.log.name=原木 +tile.log.oak.name=橡木原木 +tile.log.spruce.name=杉木原木 +tile.log.birch.name=樺木原木 +tile.log.jungle.name=叢林木 +tile.leaves.name=樹葉 +tile.leaves.oak.name=橡樹葉 +tile.leaves.spruce.name=杉樹葉 +tile.leaves.birch.name=樺樹葉 +tile.leaves.jungle.name=叢林樹葉 +tile.tallgrass.name=草 +tile.tallgrass.shrub.name=灌木 +tile.tallgrass.grass.name=草 +tile.tallgrass.fern.name=蕨 +tile.sponge.name=海綿 +tile.glass.name=玻璃 +tile.thinGlass.name=玻璃片 +tile.cloth.name=羊毛 +tile.flower.name=蒲公英 +tile.rose.name=玫瑰 +tile.mushroom.name=蘑菇 +tile.blockGold.name=金磚 +tile.blockIron.name=鐵磚 +tile.stoneSlab.stone.name=石板 +tile.stoneSlab.sand.name=沙岩板 +tile.stoneSlab.wood.name=木半磚 +tile.stoneSlab.cobble.name=鵝卵石板 +tile.stoneSlab.brick.name=紅磚板 +tile.stoneSlab.smoothStoneBrick.name=石磚板 +tile.stoneSlab.netherBrick.name=地獄磚半磚 +tile.stoneSlab.quartz.name=石英半磚 +tile.woodSlab.oak.name=橡木半磚 +tile.woodSlab.spruce.name=杉木半磚 +tile.woodSlab.birch.name=樺木半磚 +tile.woodSlab.jungle.name=叢林木板 +tile.brick.name=紅磚 +tile.tnt.name=TNT +tile.bookshelf.name=書櫃 +tile.stoneMoss.name=青苔石 +tile.obsidian.name=黑曜石 +tile.torch.name=火把 +tile.fire.name=火 +tile.mobSpawner.name=生怪磚 +tile.stairsWood.name=橡木樓梯 +tile.stairsWoodSpruce.name=杉木樓梯 +tile.stairsWoodBirch.name=樺木樓梯 +tile.stairsWoodJungle.name=叢林木樓梯 +tile.chest.name=箱子 +tile.chestTrap.name=陷阱儲物箱 +tile.redstoneDust.name=紅石粉 +tile.oreDiamond.name=鑽石礦 +tile.blockDiamond.name=鑽石磚 +tile.workbench.name=工作台 +tile.crops.name=農作物 +tile.farmland.name=耕地 +tile.furnace.name=熔爐 +tile.sign.name=告示牌 +tile.doorWood.name=木門 +tile.ladder.name=梯子 +tile.rail.name=鐵軌 +tile.goldenRail.name=加速鐵軌 +tile.activatorRail.name=激活鐵軌 +tile.detectorRail.name=壓力鐵軌 +tile.stairsStone.name=石樓梯 +tile.stairsSandStone.name=砂岩樓梯 +tile.lever.name=控制桿 +tile.pressurePlate.name=壓力板 +tile.weightedPlate_light.name=感重壓力版(輕) +tile.weightedPlate_heavy.name=感重壓力版(重) +tile.doorIron.name=鐵門 +tile.oreRedstone.name=紅石礦 +tile.notGate.name=紅石火把 +tile.button.name=按鈕 +tile.snow.name=雪 +tile.ice.name=冰 +tile.cactus.name=仙人掌 +tile.clay.name=黏土塊 +tile.reeds.name=甘蔗 +tile.jukebox.name=唱片機 +tile.fence.name=柵欄 +tile.fenceGate.name=柵欄門 +tile.pumpkin.name=南瓜 +tile.litpumpkin.name=南瓜燈 +tile.hellrock.name=地獄石 +tile.hellsand.name=靈魂沙 +tile.lightgem.name=螢光石 +tile.portal.name=傳送門 +tile.cloth.black.name=黑色羊毛 +tile.cloth.red.name=紅色羊毛 +tile.cloth.green.name=綠色羊毛 +tile.cloth.brown.name=棕色羊毛 +tile.cloth.blue.name=藍色羊毛 +tile.cloth.purple.name=紫色羊毛 +tile.cloth.cyan.name=青色羊毛 +tile.cloth.silver.name=淺灰羊毛 +tile.cloth.gray.name=灰色羊毛 +tile.cloth.pink.name=粉紅羊毛 +tile.cloth.lime.name=淺綠羊毛 +tile.cloth.yellow.name=黃色羊毛 +tile.cloth.lightBlue.name=淺藍羊毛 +tile.cloth.magenta.name=桃紅羊毛 +tile.cloth.orange.name=橙色羊毛 +tile.cloth.white.name=羊毛 +tile.oreLapis.name=青金石礦 +tile.blockLapis.name=青金石磚 +tile.dispenser.name=發射器 +tile.dropper.name=投擲器 +tile.musicBlock.name=音階盒 +tile.cake.name=蛋糕 +tile.bed.name=床 +tile.bed.occupied=這張床已有人使用 +tile.bed.noSleep=你只能在晚上睡覺 +tile.bed.notSafe=有怪物在附近遊蕩,無法入睡 +tile.bed.notValid=您的床已經遺失位置或遭侵占 +tile.lockedchest.name=上鎖的箱子 +tile.trapdoor.name=地板門 +tile.web.name=蜘蛛網 +tile.stonebricksmooth.name=石磚 +tile.stonebricksmooth.default.name=石磚 +tile.stonebricksmooth.mossy.name=青苔石磚 +tile.stonebricksmooth.cracked.name=裂石磚 +tile.stonebricksmooth.chiseled.name=鑿過的石磚 +tile.monsterStoneEgg.stone.name=石頭怪物蛋 +tile.monsterStoneEgg.cobble.name=碎石怪物蛋 +tile.monsterStoneEgg.brick.name=石磚怪物蛋 +tile.pistonBase.name=活塞 +tile.pistonStickyBase.name=黏性活塞 +tile.fenceIron.name=鐵欄杆 +tile.melon.name=西瓜 +tile.stairsBrick.name=紅磚階梯 +tile.stairsStoneBrickSmooth.name=石磚樓梯 +tile.vine.name=藤蔓 +tile.netherBrick.name=地獄磚 +tile.netherFence.name=地獄柵欄 +tile.stairsNetherBrick.name=地獄磚樓梯 +tile.netherStalk.name=地獄疙瘩 +tile.cauldron.name=鍋釜 +tile.enchantmentTable.name=附魔台 +tile.anvil.name=鐵砧 +tile.anvil.intact.name=鐵砧 +tile.anvil.slightlyDamaged.name=微損鐵砧 +tile.anvil.veryDamaged.name=重損鐵砧 +tile.whiteStone.name=終界石 +tile.endPortalFrame.name=終界傳送門 +tile.mycel.name=菌絲土 +tile.waterlily.name=荷葉 +tile.dragonEgg.name=龍蛋 +tile.redstoneLight.name=紅石燈 +tile.cocoa.name=可可豆 +tile.enderChest.name=終界箱 +tile.oreRuby.name=紅寶石礦 +tile.oreEmerald.name=綠寶石礦 +tile.blockEmerald.name=綠寶石磚 +tile.blockRedstone.name=紅石磚 +tile.tripWire.name=絆線 +tile.tripWireSource.name=絆線鉤 +tile.commandBlock.name=命令方塊 +tile.beacon.name=烽火台方塊 +tile.beacon.primary=主要效果 +tile.beacon.secondary=次要效果 +tile.cobbleWall.normal.name=碎石牆 +tile.cobbleWall.mossy.name=青苔石牆 +tile.carrots.name=胡蘿蔔 +tile.potatoes.name=馬鈴薯 +tile.daylightDetector.name=陽光感測器 +tile.netherquartz.name=地獄石英礦 +tile.hopper.name=漏斗 +tile.quartzBlock.default.name=石英磚 +tile.quartzBlock.chiseled.name=浮雕石英磚 +tile.quartzBlock.lines.name=直紋石英磚 +tile.stairsQuartz.name=石英樓梯 + +item.shovelIron.name=鐵鏟 +item.pickaxeIron.name=鐵鎬 +item.hatchetIron.name=鐵斧 +item.flintAndSteel.name=打火機 +item.apple.name=蘋果 +item.cookie.name=餅乾 +item.bow.name=弓 +item.arrow.name=箭 +item.coal.name=煤炭 +item.charcoal.name=木炭 +item.diamond.name=鑽石 +item.emerald.name=綠寶石 +item.ingotIron.name=鐵錠 +item.ingotGold.name=金錠 +item.swordIron.name=鐵劍 +item.swordWood.name=木劍 +item.shovelWood.name=木鏟 +item.pickaxeWood.name=木鎬 +item.hatchetWood.name=木斧 +item.swordStone.name=石劍 +item.shovelStone.name=石鏟 +item.pickaxeStone.name=石鎬 +item.hatchetStone.name=石斧 +item.swordDiamond.name=鑽劍 +item.shovelDiamond.name=鑽鏟 +item.pickaxeDiamond.name=鑽鎬 +item.hatchetDiamond.name=鑽斧 +item.stick.name=木棒 +item.bowl.name=碗 +item.mushroomStew.name=蘑菇湯 +item.swordGold.name=金劍 +item.shovelGold.name=金鏟 +item.pickaxeGold.name=金鎬 +item.hatchetGold.name=金斧 +item.string.name=線 +item.feather.name=羽毛 +item.sulphur.name=火藥 +item.hoeWood.name=木鋤 +item.hoeStone.name=石鋤 +item.hoeIron.name=鐵鋤 +item.hoeDiamond.name=鑽鋤 +item.hoeGold.name=金鋤 +item.seeds.name=種子 +item.seeds_pumpkin.name=南瓜種子 +item.seeds_melon.name=西瓜種子 +item.melon.name=西瓜 +item.wheat.name=小麥 +item.bread.name=麵包 +item.helmetCloth.name=皮革帽子 +item.chestplateCloth.name=皮革上衣 +item.leggingsCloth.name=皮革褲子 +item.bootsCloth.name=皮革靴子 +item.helmetChain.name=鎖鏈頭盔 +item.chestplateChain.name=鎖鏈胸甲 +item.leggingsChain.name=鎖鏈護腿 +item.bootsChain.name=鎖鏈靴子 +item.helmetIron.name=鐵製頭盔 +item.chestplateIron.name=鐵製胸甲 +item.leggingsIron.name=鐵製護腿 +item.bootsIron.name=鐵製靴子 +item.helmetDiamond.name=鑽石頭盔 +item.chestplateDiamond.name=鑽石胸甲 +item.leggingsDiamond.name=鑽石護腿 +item.bootsDiamond.name=鑽石靴子 +item.helmetGold.name=黃金頭盔 +item.chestplateGold.name=黃金胸甲 +item.leggingsGold.name=黃金護腿 +item.bootsGold.name=黃金靴子 +item.flint.name=燧石 +item.porkchopRaw.name=生豬肉 +item.porkchopCooked.name=烤豬肉 +item.chickenRaw.name=生雞肉 +item.chickenCooked.name=烤雞 +item.beefRaw.name=生牛肉 +item.beefCooked.name=牛排 +item.painting.name=繪畫 +item.frame.name=物品展示框 +item.appleGold.name=金蘋果 +item.sign.name=告示牌 +item.doorWood.name=木門 +item.bucket.name=鐵桶 +item.bucketWater.name=水桶 +item.bucketLava.name=岩漿桶 +item.minecart.name=礦車 +item.saddle.name=鞍 +item.doorIron.name=鐵門 +item.redstone.name=紅石 +item.snowball.name=雪球 +item.boat.name=船 +item.leather.name=皮革 +item.milk.name=牛奶 +item.brick.name=紅磚頭 +item.clay.name=黏土 +item.reeds.name=甘蔗 +item.paper.name=紙 +item.book.name=書 +item.slimeball.name=史萊姆球 +item.minecartChest.name=運輸礦車 +item.minecartFurnace.name=動力礦車 +item.minecartTnt.name=TNT礦車 +item.minecartHopper.name=漏斗礦車 +item.egg.name=雞蛋 +item.compass.name=指南針 +item.fishingRod.name=釣竿 +item.clock.name=時鐘 +item.yellowDust.name=螢石粉 +item.fishRaw.name=生魚 +item.fishCooked.name=烤魚 +item.record.name=唱片 +item.bone.name=骨頭 +item.dyePowder.black.name=墨囊 +item.dyePowder.red.name=玫瑰紅 +item.dyePowder.green.name=仙人掌綠 +item.dyePowder.brown.name=可可豆 +item.dyePowder.blue.name=青金石 +item.dyePowder.purple.name=紫色染料 +item.dyePowder.cyan.name=青色染料 +item.dyePowder.silver.name=淺灰色染料 +item.dyePowder.gray.name=灰色染料 +item.dyePowder.pink.name=粉紅色染料 +item.dyePowder.lime.name=黃綠色染料 +item.dyePowder.yellow.name=蒲公英黃 +item.dyePowder.lightBlue.name=淺藍色染料 +item.dyePowder.magenta.name=洋紅色染料 +item.dyePowder.orange.name=橘色染料 +item.dyePowder.white.name=骨粉 +item.sugar.name=糖 +item.cake.name=蛋糕 +item.bed.name=床 +item.diode.name=紅石中繼器 +item.comparator.name=紅石比較器 +item.map.name=地圖 +item.leaves.name=樹葉 +item.shears.name=剪刀 +item.rottenFlesh.name=腐肉 +item.enderPearl.name=終界珍珠 +item.blazeRod.name=烈焰桿 +item.ghastTear.name=幽靈之淚 +item.netherStalkSeeds.name=地獄疙瘩 +item.potion.name=藥水 +item.emptyPotion.name=藥水瓶 +item.goldNugget.name=金粒 +item.glassBottle.name=玻璃瓶 +item.spiderEye.name=蜘蛛眼 +item.fermentedSpiderEye.name=發酵蜘蛛眼 +item.blazePowder.name=烈焰粉 +item.magmaCream.name=熔岩球 +item.cauldron.name=鍋釜 +item.brewingStand.name=釀造架 +item.eyeOfEnder.name=終界之眼 +item.speckledMelon.name=金西瓜 +item.monsterPlacer.name=重生 +item.expBottle.name=經驗瓶 +item.fireball.name=火焰彈 +item.writingBook.name=書和羽毛筆 +item.writtenBook.name=完成的書 +item.ruby.name=紅寶石 +item.flowerPot.name=花盆 +item.emptyMap.name=空白地圖 +item.carrots.name=胡蘿蔔 +item.carrotGolden.name=金胡蘿蔔 +item.potato.name=馬鈴薯 +item.potatoBaked.name=烤馬鈴薯 +item.potatoPoisonous.name=毒馬鈴薯 +item.skull.skeleton.name=骷髏頭顱 +item.skull.wither.name=凋靈骷髏頭顱 +item.skull.zombie.name=殭屍頭顱 +item.skull.char.name=頭顱 +item.skull.player.name=%s的頭顱 +item.skull.creeper.name=苦力怕頭顱 +item.carrotOnAStick.name=胡蘿蔔釣竿 +item.netherStar.name=地獄之星 +item.pumpkinPie.name=南瓜派 +item.enchantedBook.name=附魔書 +item.fireworks.name=沖天炮 +item.fireworks.flight=飛行時間: +item.fireworksCharge.name=火藥球 +item.fireworksCharge.black=黑色 +item.fireworksCharge.red=紅色 +item.fireworksCharge.green=綠色 +item.fireworksCharge.brown=棕色 +item.fireworksCharge.blue=藍色 +item.fireworksCharge.purple=紫色 +item.fireworksCharge.cyan=青色 +item.fireworksCharge.silver=淺灰色 +item.fireworksCharge.gray=灰色 +item.fireworksCharge.pink=粉紅色 +item.fireworksCharge.lime=黃綠色 +item.fireworksCharge.yellow=黃色 +item.fireworksCharge.lightBlue=淺藍色 +item.fireworksCharge.magenta=洋紅色 +item.fireworksCharge.orange=橘色 +item.fireworksCharge.white=白色 +item.fireworksCharge.customColor=自訂 +item.fireworksCharge.fadeTo=淡出 +item.fireworksCharge.flicker=閃爍 +item.fireworksCharge.trail=軌跡 +item.fireworksCharge.type.0=小形球狀 +item.fireworksCharge.type.1=大形球狀 +item.fireworksCharge.type.2=星形 +item.fireworksCharge.type.3=苦力怕形 +item.fireworksCharge.type.4=爆裂形 +item.fireworksCharge.type=未知形狀 +item.netherbrick.name=地獄磚 +item.netherquartz.name=地獄石英 + +container.inventory=背包 +container.hopper=物品漏斗 +container.crafting=合成 +container.dispenser=發射器 +container.dropper=投擲器 +container.furnace=熔爐 +container.enchant=附魔 +container.repair=修復 & 命名 +container.repair.cost=所需等級:%1$d +container.repair.expensive=太貴了! +container.creative=物品選擇 +container.brewing=釀造台 +container.chest=儲物箱 +container.chestDouble=大型儲物箱 +container.minecart=礦車 +container.enderchest=終界箱 + +item.dyed=染色的 + +entity.Item.name=物品 +entity.XPOrb.name=經驗球 +entity.SmallFireball.name=小火球 +entity.Fireball.name=火球 + +entity.Arrow.name=箭 +entity.Snowball.name=雪球 +entity.Painting.name=繪畫 + +entity.Mob.name=生物 +entity.Monster.name=怪物 + +entity.Creeper.name=苦力怕 +entity.Skeleton.name=骷髏 +entity.Spider.name=蜘蛛 +entity.Giant.name=巨人 +entity.Zombie.name=殭屍 +entity.Slime.name=史萊姆 +entity.Ghast.name=地獄幽靈 +entity.PigZombie.name=殭屍豬人 +entity.Enderman.name=終界使者 +entity.Silverfish.name=蠹魚 +entity.CaveSpider.name=洞穴蜘蛛 +entity.Blaze.name=烈焰使者 +entity.LavaSlime.name=地獄史萊姆 +entity.MushroomCow.name=哞菇 +entity.Villager.name=村民 +entity.VillagerGolem.name=鐵巨人 +entity.SnowMan.name=雪人 +entity.EnderDragon.name=終界龍 +entity.WitherBoss.name=凋零怪 +entity.Witch.name=女巫 + +entity.Pig.name=豬 +entity.Sheep.name=羊 +entity.Cow.name=牛 +entity.Chicken.name=雞 +entity.Squid.name=烏賊 +entity.Wolf.name=狼 +entity.Ozelot.name=山貓 +entity.Cat.name=貓 +entity.Bat.name=蝙蝠 + +entity.PrimedTnt.name=TNT方塊 +entity.FallingSand.name=掉落的方塊 + +entity.Minecart.name=礦車 +entity.Boat.name=船 + +entity.generic.name=未知 + +death.fell.accident.ladder=從樓梯上跌下來 %1$s +death.fell.accident.vines=%1$s 從藤蔓上跌了下來 +death.fell.accident.water=%1$s 從水裡跌了下來 +death.fell.accident.generic=%1$s 從高處跌落 +death.fell.killer=%1$s was doomed to fall +death.fell.assist=%1$s was doomed to fall by %2$s +death.fell.assist.item=%1$s was doomed to fall by %2$s using %3$s +death.fell.finish=%1$s was fell too far and was finished by %2$s +death.fell.finish.item=%1$s was fell too far and was finished by %2$s using %3$s + +death.attack.inFire=%1$s went up in flames +death.attack.inFire.player=%1$s walked into fire whilst fighting %2$s +death.attack.onFire=%1$s 被燒死了 +death.attack.onFire.player=%1$s was burnt to a crisp whilst fighting %2$s +death.attack.lava=%1$s 在岩漿裡溺斃 +death.attack.lava.player=%1$s tried to swim in lava to escape %2$s +death.attack.inWall=%1$s在牆壁裡窒息 +death.attack.drown=%1$s溺死了 +death.attack.drown.player=%1$s drowned whilst trying to escape %2$s +death.attack.starve=%1$s starved to death +death.attack.cactus=%1$s was pricked to death +death.attack.cactus.player=%1$s walked into a cactus whilst trying to escape %2$s +death.attack.generic=%1$s 死亡 +death.attack.explosion=%1$s被炸飛了 +death.attack.explosion.player=%1$s 被 %2$s 炸死了 +death.attack.magic=%1$s 被魔法殺死了 +death.attack.wither=%1$s withered away +death.attack.anvil=%1$s was squashed by a falling anvil +death.attack.fallingBlock=%1$s was squashed by a falling block +death.attack.mob=%1$s was slain by %2$s +death.attack.player=%1$s was slain by %2$s +death.attack.player.item=%1$s was slain by %2$s using %3$s +death.attack.arrow=%1$s was shot by %2$s +death.attack.arrow.item=%1$s was shot by %2$s using %3$s +death.attack.fireball=%1$s was fireballed by %2$s +death.attack.fireball.item=%1$s was fireballed by %2$s using %3$s +death.attack.thrown=%1$s was pummeled by %2$s +death.attack.thrown.item=%1$s was pummeled by %2$s using %3$s +death.attack.indirectMagic=%1$s was killed by %2$s using magic +death.attack.indirectMagic.item=%1$s was killed by %2$s using %3$s +death.attack.thorns=%1$s was killed trying to hurt %2$s +death.attack.fall=%1$s hit the ground too hard +death.attack.outOfWorld=%1$s 掉到世界外面了 + +deathScreen.respawn=重生 +deathScreen.deleteWorld=刪除世界 +deathScreen.titleScreen=回到標題畫面 +deathScreen.score=分數 +deathScreen.title.hardcore=遊戲結束! +deathScreen.hardcoreInfo=您無法在極限模式中重生! +deathScreen.title=您死了! +deathScreen.leaveServer=離開伺服器 + +potion.empty=無效果 +potion.moveSpeed=移動加速 +potion.moveSlowdown=移動減速 +potion.digSpeed=挖掘加速 +potion.digSlowDown=採礦疲勞 +potion.damageBoost=力量 +potion.weakness=虛弱 +potion.heal=立即治療 +potion.harm=立即傷害 +potion.jump=跳躍能力強化 +potion.confusion=噁心 +potion.regeneration=回復 +potion.resistance=抗性 +potion.fireResistance=抗火性 +potion.waterBreathing=水下呼吸 +potion.invisibility=隱形 +potion.blindness=失明 +potion.nightVision=夜視 +potion.hunger=飢餓 +potion.poison=中毒 +potion.wither=凋零 + +potion.moveSpeed.postfix=迅捷藥水 +potion.moveSlowdown.postfix=緩速藥水 +potion.digSpeed.postfix=速掘藥水 +potion.digSlowDown.postfix=緩掘藥水 +potion.damageBoost.postfix=力量藥水 +potion.weakness.postfix=虛弱藥水 +potion.heal.postfix=治療藥水 +potion.harm.postfix=傷害藥水 +potion.jump.postfix=跳躍藥水 +potion.confusion.postfix=噁心藥水 +potion.regeneration.postfix=回復藥水 +potion.resistance.postfix=抗性藥水 +potion.fireResistance.postfix=抗火藥水 +potion.waterBreathing.postfix=水下呼吸藥水 +potion.invisibility.postfix=隱形藥水 +potion.blindness.postfix=失明藥水 +potion.nightVision.postfix=夜視藥水 +potion.hunger.postfix=飢餓藥水 +potion.poison.postfix=劇毒藥水 +potion.wither.postfix=腐朽藥水 + +potion.potency.0= +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV + +potion.prefix.grenade=飛濺 +potion.prefix.mundane=平凡 +potion.prefix.uninteresting=乏味的 +potion.prefix.bland=乏味 +potion.prefix.clear=清澈的 +potion.prefix.milky=混濁的 +potion.prefix.diffuse=瀰漫的 +potion.prefix.artless=樸實的 +potion.prefix.thin=稀薄的 +potion.prefix.awkward=基礎 +potion.prefix.flat=單調的 +potion.prefix.bulky=笨重的 +potion.prefix.bungling=笨拙的 +potion.prefix.buttered=脂狀的 +potion.prefix.smooth=攪勻的 +potion.prefix.suave=嫻淑的 +potion.prefix.debonair=無慮的 +potion.prefix.thick=黏稠的 +potion.prefix.elegant=典雅 +potion.prefix.fancy=花俏的 +potion.prefix.charming=迷人的 +potion.prefix.dashing=華麗的 +potion.prefix.refined=精緻的 +potion.prefix.cordial=甜膩的 +potion.prefix.sparkling=發光 +potion.prefix.potent=濃烈的 +potion.prefix.foul=汙穢的 +potion.prefix.odorless=無味的 +potion.prefix.rank=惡臭的 +potion.prefix.harsh=劣質的 +potion.prefix.acrid=刺鼻的 +potion.prefix.gross=噁心的 +potion.prefix.stinky=異味的 + +enchantment.damage.all=鋒利 +enchantment.damage.undead=不死剋星 +enchantment.damage.arthropods=節肢剋星 +enchantment.knockback=擊退 +enchantment.fire=燃燒 +enchantment.protect.all=保護 +enchantment.protect.fire=抗火性 +enchantment.protect.fall=輕盈 +enchantment.protect.explosion=防爆 +enchantment.protect.projectile=投射物防禦 +enchantment.oxygen=水中呼吸 +enchantment.waterWorker=水中挖掘 +enchantment.digging=效率 +enchantment.untouching=絲綢之觸 +enchantment.durability=耐久 +enchantment.lootBonus=掠奪 +enchantment.lootBonusDigger=幸運 +enchantment.arrowDamage=力量 +enchantment.arrowFire=火焰 +enchantment.arrowKnockback=擊退 +enchantment.arrowInfinite=無限 +enchantment.thorns=尖刺 + +enchantment.level.1=I +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.level.10=X + +gui.achievements=成就 +gui.stats=統計 + +stat.generalButton=一般 +stat.blocksButton=方塊 +stat.itemsButton=物品 + +stat.used=使用次數 +stat.mined=挖掘次數 +stat.depleted=消耗次數 +stat.crafted=合成次數 + +stat.startGame=遊玩次數 +stat.createWorld=世界建立次數 +stat.loadWorld=讀檔次數 +stat.joinMultiplayer=加入多人遊戲次數 +stat.leaveGame=離開遊戲次數 + +stat.playOneMinute=遊戲時間(分鐘) + +stat.walkOneCm=行走距離 +stat.fallOneCm=掉落高度 +stat.swimOneCm=游泳距離 +stat.flyOneCm=飛行距離 +stat.climbOneCm=攀爬高度 +stat.diveOneCm=潛水距離 +stat.minecartOneCm=乘坐礦車距離 +stat.boatOneCm=坐船航行距離 +stat.pigOneCm=騎豬移動距離 +stat.jump=跳躍次數 +stat.drop=丟棄物品數量 + +stat.damageDealt=傷害總量 +stat.damageTaken=總承受傷害量 +stat.deaths=死亡次數 +stat.mobKills=生物擊殺數 +stat.playerKills=玩家擊殺數 +stat.fishCaught=捕魚數 + +stat.mineBlock=挖掘了%1$s個方塊 +stat.craftItem=合成了%1$s個物品 +stat.useItem=%1$s 個物品被使用 +stat.breakItem=%1$s個工具被消耗 + +achievement.get=獲得成就! + +achievement.taken=已完成! + +achievement.requires=需要:%1$s +achievement.openInventory=盤點庫存 +achievement.openInventory.desc=按「%1$s」打開你的背包 +achievement.mineWood=獲得木頭 +achievement.mineWood.desc=攻擊一棵樹直到彈出一塊原木 +achievement.buildWorkBench=基礎 +achievement.buildWorkBench.desc=將四塊木材合成一個工作台 +achievement.buildPickaxe=採礦時間! +achievement.buildPickaxe.desc=使用木材和木棍合成一把木鎬 +achievement.buildFurnace=『熱』門『焦』點 +achievement.buildFurnace.desc=將八塊碎石合成一個熔爐 +achievement.acquireIron=來硬的 +achievement.acquireIron.desc=熔煉一塊鐵錠 +achievement.buildHoe=農耕時間! +achievement.buildHoe.desc=使用木材與木棒合成一把木鋤 +achievement.makeBread=烤麵包 +achievement.makeBread.desc=將小麥做成麵包 +achievement.bakeCake=蛋糕是個謊言 +achievement.bakeCake.desc=小麥、糖、牛奶和雞蛋! +achievement.buildBetterPickaxe=升級 +achievement.buildBetterPickaxe.desc=合成一把更好的鎬 +achievement.cookFish=美味海鮮 +achievement.cookFish.desc=釣到一隻魚並且將它煮熟! +achievement.onARail=暢行無阻 +achievement.onARail.desc=搭乘礦車到一公里以外的地方探險 +achievement.buildSword=殺戳時間 +achievement.buildSword.desc=使用木材和木棒合成一把木劍 +achievement.killEnemy=魔物獵人 +achievement.killEnemy.desc=攻擊並殺死一隻怪物 +achievement.killCow=牛不只有牛奶 +achievement.killCow.desc=獲得一些皮革 +achievement.flyPig=我看見豬在飛 +achievement.flyPig.desc=騎著豬從懸崖衝下去 +achievement.snipeSkeleton=狙擊手對決 +achievement.snipeSkeleton.desc=使用弓箭射殺距離五十公尺外的骷髏 +achievement.diamonds=鑽石! +achievement.diamonds.desc=使用鐵製工具獲得鑽石 +achievement.portal=在深一點! +achievement.portal.desc=建造一個地獄傳送門 +achievement.ghast=以牙還牙 +achievement.ghast.desc=用火球殺死一隻幽靈 +achievement.blazeRod=與火共舞 +achievement.blazeRod.desc=擊敗烈焰神並獲得其烈焰棒 +achievement.potion=本地釀造坊 +achievement.potion.desc=釀造一罐藥水 +achievement.theEnd=結束了? +achievement.theEnd.desc=進入終界 +achievement.theEnd2=結束了。 +achievement.theEnd2.desc=擊敗終界龍. +achievement.enchantments=附魔師 +achievement.enchantments.desc=使用書、黑曜石和鑽石合成一個附魔台 +achievement.overkill=殺很大 +achievement.overkill.desc=一擊製造八顆心的傷害 +achievement.bookcase=圖書管理員 +achievement.bookcase.desc=在周圍放置書櫃,增強您的附魔台等級 + +commands.generic.exception=嘗試執行此命令時發生未知錯誤 +commands.generic.syntax=無效的指令語法 +commands.generic.player.notFound=找不到該玩家 +commands.generic.notFound=未知的命令。使用/help檢視命令列表。 +commands.generic.num.invalid='%s' 並不是一個有效的數字。 +commands.generic.num.tooSmall=您所輸入的數目(%d)過小,最少為 %d 。 +commands.generic.num.tooBig=您所輸入的數字(%d)過大,這個數字不可以超過 %d +commands.generic.double.tooSmall=您輸入的數字 (%.2f) 過小,理應至少為%.2f +commands.generic.double.tooBig=您輸入的數字 (%.2f) 過大,理應至多為%.2f +commands.generic.usage=用法:%s + +commands.xp.failure.widthdrawXp=無法賦予玩家負經驗點數 +commands.xp.success=將 %d 經驗值賦予 %s +commands.xp.success.levels=將 %d 等級賦予 %s +commands.xp.success.negative.levels=從 %s 取得 %d 級經驗點數 +commands.xp.usage=/xp <數量> [玩家] 或 /xp <數量>L [玩家] +commands.give.usage=/give <玩家> <物品> [數量] [物品數據值] +commands.give.notFound=不存在 ID 為 %d 的物品 +commands.give.success=給予 %s(ID %d) * %d 到 %s 。 +commands.effect.usage=/effect [seconds] [amplifier] +commands.effect.notFound=There is no such mob effect with ID %d +commands.effect.success=Given %1$s (ID %2$d) * %3$d to %4$s for %5$d seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.enchant.usage=/enchant <玩家> <附魔 ID> [等級] +commands.enchant.notFound=並不存在ID為 %d 的附魔 +commands.enchant.noItem=該目標並無持有物品 +commands.enchant.cantEnchant=無法將這項附魔加到該物品上 +commands.enchant.cantCombine=%1$s 無法和 %2$s 結合 +commands.enchant.success=附魔成功 +commands.clear.usage=/clear <玩家> [物品] [物品數據值] +commands.clear.success=已清空 %s 的背包,移除 %d 個物品 +commands.clear.failure=Could not clear the inventory of %s, no items to remove +commands.downfall.success=開啟了雨雪天氣 +commands.time.usage=/time <值> +commands.time.added=增加 %d 到時間。 +commands.time.set=設定時間 %d 。 +commands.players.list=共有 %d/%d 玩家在線上: +commands.banlist.ips=共有 %d 個被禁止的IP位置: +commands.banlist.players=共有 %d 個被封鎖的玩家: +commands.banlist.usage=/banlist [ips|players] +commands.kick.success=從遊戲中踢出 %s 。 +commands.kick.success.reason=從遊戲中踢出 %s : '%s' +commands.kick.usage=/kick <玩家> [原因...] +commands.op.success=%s 提昇至管理員。 +commands.op.usage=/op <玩家> +commands.deop.success=取消了%s的管理員資格 +commands.deop.usage=/deop <玩家> +commands.say.usage=/say <訊息...> +commands.ban.success=封鎖 %s 玩家。 +commands.ban.usage=/ban <名稱> [理由...] +commands.unban.success=解禁玩家 %s +commands.unban.usage=/pardon <名稱> +commands.banip.invalid=你輸入了一個無效的IP位置或是玩家並不在線上。 +commands.banip.success=封鎖IP位置 %s 。 +commands.banip.success.players=封鎖屬於 %s 的IP位置 %s +commands.banip.usage=/ban-ip [理由...] +commands.unbanip.invalid=你輸入了一個無效的IP位置。 +commands.unbanip.success=解除封鎖IP位置 %s +commands.unbanip.usage=/pardon-ip +commands.save.enabled=開啟自動保存世界。 +commands.save.disabled=關閉自動保存世界。 +commands.save.start=儲存中,請稍後... +commands.save.success=世界儲存完畢。 +commands.save.failed=存檔失敗: %s +commands.stop.start=正在停止伺服器。 +commands.tp.success=傳送 %s 到 %s 。 +commands.tp.success.coordinates=傳送 %s 到 %.2f,%.2f,%.2f +commands.tp.usage=/tp [目標玩家] <目的地玩家> 或 /tp [目標玩家] +commands.tp.notSameDimension=因玩家處在不同世界而無法傳送 +commands.whitelist.list=共有 %d (%d 個未曾出現過)白名單玩家: +commands.whitelist.enabled=開啟白名單。 +commands.whitelist.disabled=關閉白名單。 +commands.whitelist.reloaded=重新讀取白名單。 +commands.whitelist.add.success=新增 %s 到白名單。 +commands.whitelist.add.usage=/whitelist add <玩家> +commands.whitelist.remove.success=%s 從白名單中移除。 +commands.whitelist.remove.usage=/whitelist remove <玩家> +commands.whitelist.usage=/whitelist +commands.scoreboard.usage=/scoreboard +commands.scoreboard.teamNotFound=沒有發現名為'%s'的隊伍 +commands.scoreboard.objectiveNotFound=無法找到名稱為'%s'的物件 +commands.scoreboard.objectiveReadOnly=The objective '%s' is read-only and cannot be set +commands.scoreboard.objectives.usage=/scoreboard objectives +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [objective] +commands.scoreboard.objectives.setdisplay.invalidSlot=No such display slot '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Cleared objective display slot '%s' +commands.scoreboard.objectives.setdisplay.successSet=Set the display objective in slot '%s' to '%s' +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [display name ...] +commands.scoreboard.objectives.add.wrongType=Invalid objective criteria type. Valid types are: %s +commands.scoreboard.objectives.add.alreadyExists=An objective with the name '%s' already exists +commands.scoreboard.objectives.add.tooLong='%s' 作為物件名稱太長了,最多只能有 %d 個字 +commands.scoreboard.objectives.add.displayTooLong='%s' 作為目標名稱太長了,最多只能有 %d 個字 +commands.scoreboard.objectives.add.success=Added new objective '%s' successfully +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.remove.success=Removed objective '%s' successfully +commands.scoreboard.objectives.list.count=Showing %d objective(s) on scoreboard +commands.scoreboard.objectives.list.entry=- %s: displays as '%s' and is type '%s' +commands.scoreboard.objectives.list.empty=There are no objectives on the scoreboard +commands.scoreboard.players.usage=/scoreboard players +commands.scoreboard.players.set.success=Set score of %s for player %s to %d +commands.scoreboard.players.set.usage=/scoreboard players set +commands.scoreboard.players.add.usage=/scoreboard players add +commands.scoreboard.players.remove.usage=/scoreboard players remove +commands.scoreboard.players.reset.usage=/scoreboard players reset +commands.scoreboard.players.reset.success=Reset all scores of player %s +commands.scoreboard.players.list.count=Showing %d tracked players on the scoreboard +commands.scoreboard.players.list.empty=There are no tracked players on the scoreboard +commands.scoreboard.players.list.player.count=Showing %d tracked objective(s) for %s +commands.scoreboard.players.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.players.list.player.empty=Player %s has no scores recorded +commands.scoreboard.teams.usage=/scoreboard teams +commands.scoreboard.teams.add.usage=/scoreboard teams add [display name ...] +commands.scoreboard.teams.add.alreadyExists=A team with the name '%s' already exists +commands.scoreboard.teams.add.tooLong=The name '%s' is too long for a team, it can be at most %d characters long +commands.scoreboard.teams.add.displayTooLong=The display name '%s' is too long for a team, it can be at most %d characters long +commands.scoreboard.teams.add.success=Added new team '%s' successfully +commands.scoreboard.teams.list.usage=/scoreboard teams list [name] +commands.scoreboard.teams.list.count=Showing %d teams on the scoreboard +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' has %3$d players +commands.scoreboard.teams.list.empty=There are no teams registered on the scoreboard +commands.scoreboard.teams.list.player.count=Showing %d player(s) in team %s +commands.scoreboard.teams.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.teams.list.player.empty=Team %s has no players +commands.scoreboard.teams.empty.usage=/scoreboard teams clear +commands.scoreboard.teams.empty.alreadyEmpty=Team %s is already empty, cannot remove nonexistant players +commands.scoreboard.teams.empty.success=Removed all %d player(s) from team %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.remove.success=Removed team %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [player] +commands.scoreboard.teams.join.success=Added %d player(s) to team %s: %s +commands.scoreboard.teams.join.failure=Could not add %d player(s) to team %s: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [player] +commands.scoreboard.teams.leave.success=Removed %d player(s) from their teams: %s +commands.scoreboard.teams.leave.failure=Could not remove %d player(s) from their teams: %s +commands.scoreboard.teams.leave.noTeam=You are not in a team +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.option.noValue=Valid values for option %s are: %s +commands.scoreboard.teams.option.success=Set option %s for team %s to %s +commands.gamemode.success.self=將自己的遊戲模式切換至 %s 。 +commands.gamemode.success.other=將 %s 的遊戲模式切換為 %s +commands.gamemode.usage=/gamemode <模式> [玩家] +commands.defaultgamemode.usage=/defaultgamemode <模式代碼> +commands.defaultgamemode.success=現在這世界的預設遊戲模式為 %s +commands.me.usage=/me <行動...> +commands.help.header=--- 顯示說明頁面 %d 之 %d(/help <頁數>裡)--- +commands.help.footer=提示:輸入命令時請使用鍵來自動完成命令或參數 +commands.help.usage=/help [頁數|指令名稱] +commands.publish.started=本機遊戲已公開於 %s +commands.publish.failed=無法將此本機遊戲公開 +commands.debug.start=開始除錯分析 +commands.debug.stop=%.2f秒(%d刻)後停止除錯分析 +commands.debug.notStarted=不能在開始分析以前就停止它! +commands.debug.usage=/debug +commands.message.usage=/tell <玩家> <私訊...> +commands.message.sameTarget=您不能傳送私訊給您自己! +commands.message.display.outgoing=您悄悄對%s說:%s +commands.message.display.incoming=%s 悄悄對您說: %s +commands.difficulty.usage=/difficulty <新的難度> +commands.difficulty.success=將遊戲難度調整為%s +commands.spawnpoint.usage=/spawnpoint 或 /spawnpoint <玩家> 或 /spawnpoint <玩家> +commands.spawnpoint.success=將%s的重生點設在(%d, %d, %d) +commands.gamerule.usage=/gamerule <規則名稱> <數值> 或 /gamerule <規則名稱> +commands.gamerule.success=世界設定已被變更 +commands.gamerule.norule=沒有名為'%s'的遊戲規則 +commands.weather.usage=/weather [持續秒數] +commands.weather.clear=天氣變成放晴了 +commands.weather.rain=天氣變成下雨了 +commands.weather.thunder=天氣變成雷雨了 +commands.testfor.usage=/testfor +commands.testfor.failed=/testfor is only usable by commandblocks with analog output + +itemGroup.buildingBlocks=建築材料 +itemGroup.decorations=裝飾材料 +itemGroup.redstone=紅石 +itemGroup.transportation=交通工具 +itemGroup.misc=雜物項 +itemGroup.search=搜尋物品 +itemGroup.food=食物 +itemGroup.tools=工具 +itemGroup.combat=戰鬥 +itemGroup.brewing=釀造 +itemGroup.materials=材料 +itemGroup.inventory=生存模式背包 + +inventory.binSlot=摧毀物品 + +advMode.setCommand=設置方塊的控制台命令 +advMode.command=控制台命令 +advMode.nearestPlayer=使用"@p"來指定最近的玩家 +advMode.randomPlayer=使用"@r"來指定隨機一位玩家 +advMode.allPlayers=使用"@a"來指定全部玩家 + +advMode.notEnabled=這個伺服器不允許使用命令方塊 +advMode.notAllowed=必須是創造模式中的管理者玩家 + +mco.title=Minecraft Realms +mco.selectServer.select=Join Server +mco.selectServer.configure=Configure +mco.selectServer.create=Create World +mco.selectServer.moreinfo=More Info + +mco.configure.world.edit.title=Edit World + +mco.configure.world.title=Configure World +mco.configure.world.name=Name +mco.configure.world.description=Description +mco.configure.world.location=Location +mco.configure.world.invited=Invited +mco.configure.world.buttons.edit=Edit +mco.configure.world.buttons.reset=Reset World +mco.configure.world.buttons.done=Done +mco.configure.world.buttons.delete=Delete +mco.configure.world.buttons.open=Open World +mco.configure.world.buttons.close=Close World +mco.configure.world.buttons.invite=Invite +mco.configure.world.buttons.uninvite=Uninvite +mco.configure.world.buttons.subscription=Subscription +mco.configure.world.invite.profile.name=Name +mco.configure.world.uninvite.question=Are you sure that you want to uninvite + +mco.configure.world.subscription.title=Subscription Info +mco.configure.world.subscription.daysleft=Days Left +mco.configure.world.subscription.start=Start Date +mco.configure.world.subscription.extend=Extend + +mco.create.world.location.title=Locations +mco.create.world.location.warning=You may not get the exact location you select +mco.create.world.wait=Creating the world... + +mco.reset.world.title=Reset World +mco.reset.world.warning=This will permanently delete your world! +mco.reset.world.seed=Seed (Optional) +mco.reset.world.resetting.screen.title=Resetting World... + +mco.configure.world.close.question.line1=Your world will become unavailable. +mco.configure.world.close.question.line2=Are you sure you want to do that? + +mco.connect.connecting=Connecting to the online server... +mco.connect.authorizing=Logging in... +mco.connect.failed=Failed to connect to the online server + +mco.create.world=Create + diff --git a/1.5.2/misc/beacon.png b/1.5.2/misc/beacon.png new file mode 100644 index 00000000..ea1e2965 Binary files /dev/null and b/1.5.2/misc/beacon.png differ diff --git a/1.5.2/misc/beam.png b/1.5.2/misc/beam.png new file mode 100644 index 00000000..67545b45 Binary files /dev/null and b/1.5.2/misc/beam.png differ diff --git a/1.5.2/misc/dial.png b/1.5.2/misc/dial.png new file mode 100644 index 00000000..292973b9 Binary files /dev/null and b/1.5.2/misc/dial.png differ diff --git a/1.5.2/misc/explosion.png b/1.5.2/misc/explosion.png new file mode 100644 index 00000000..c309409c Binary files /dev/null and b/1.5.2/misc/explosion.png differ diff --git a/1.5.2/misc/foliagecolor.png b/1.5.2/misc/foliagecolor.png new file mode 100644 index 00000000..dcc119ee Binary files /dev/null and b/1.5.2/misc/foliagecolor.png differ diff --git a/1.5.2/misc/footprint.png b/1.5.2/misc/footprint.png new file mode 100644 index 00000000..8d23f64b Binary files /dev/null and b/1.5.2/misc/footprint.png differ diff --git a/1.5.2/misc/glint.png b/1.5.2/misc/glint.png new file mode 100644 index 00000000..f9ca97c3 Binary files /dev/null and b/1.5.2/misc/glint.png differ diff --git a/1.5.2/misc/grasscolor.png b/1.5.2/misc/grasscolor.png new file mode 100644 index 00000000..484a9a6a Binary files /dev/null and b/1.5.2/misc/grasscolor.png differ diff --git a/1.5.2/misc/mapbg.png b/1.5.2/misc/mapbg.png new file mode 100644 index 00000000..2783b501 Binary files /dev/null and b/1.5.2/misc/mapbg.png differ diff --git a/1.5.2/misc/mapicons.png b/1.5.2/misc/mapicons.png new file mode 100644 index 00000000..c2f35b85 Binary files /dev/null and b/1.5.2/misc/mapicons.png differ diff --git a/1.5.2/misc/particlefield.png b/1.5.2/misc/particlefield.png new file mode 100644 index 00000000..d5d85695 Binary files /dev/null and b/1.5.2/misc/particlefield.png differ diff --git a/1.5.2/misc/pumpkinblur.png b/1.5.2/misc/pumpkinblur.png new file mode 100644 index 00000000..d9725ce8 Binary files /dev/null and b/1.5.2/misc/pumpkinblur.png differ diff --git a/1.5.2/misc/shadow.png b/1.5.2/misc/shadow.png new file mode 100644 index 00000000..b09fd474 Binary files /dev/null and b/1.5.2/misc/shadow.png differ diff --git a/1.5.2/misc/tunnel.png b/1.5.2/misc/tunnel.png new file mode 100644 index 00000000..094b3093 Binary files /dev/null and b/1.5.2/misc/tunnel.png differ diff --git a/1.5.2/misc/vignette.png b/1.5.2/misc/vignette.png new file mode 100644 index 00000000..9c14e2d9 Binary files /dev/null and b/1.5.2/misc/vignette.png differ diff --git a/1.5.2/misc/water.png b/1.5.2/misc/water.png new file mode 100644 index 00000000..2fc23b18 Binary files /dev/null and b/1.5.2/misc/water.png differ diff --git a/1.5.2/misc/watercolor.png b/1.5.2/misc/watercolor.png new file mode 100644 index 00000000..b95088ac Binary files /dev/null and b/1.5.2/misc/watercolor.png differ diff --git a/1.5.2/mob/bat.png b/1.5.2/mob/bat.png new file mode 100644 index 00000000..803860ed Binary files /dev/null and b/1.5.2/mob/bat.png differ diff --git a/1.5.2/mob/cat_black.png b/1.5.2/mob/cat_black.png new file mode 100644 index 00000000..422908f2 Binary files /dev/null and b/1.5.2/mob/cat_black.png differ diff --git a/1.5.2/mob/cat_red.png b/1.5.2/mob/cat_red.png new file mode 100644 index 00000000..17b6de5b Binary files /dev/null and b/1.5.2/mob/cat_red.png differ diff --git a/1.5.2/mob/cat_siamese.png b/1.5.2/mob/cat_siamese.png new file mode 100644 index 00000000..cfed948e Binary files /dev/null and b/1.5.2/mob/cat_siamese.png differ diff --git a/1.5.2/mob/cavespider.png b/1.5.2/mob/cavespider.png new file mode 100644 index 00000000..934f1ea9 Binary files /dev/null and b/1.5.2/mob/cavespider.png differ diff --git a/1.5.2/mob/char.png b/1.5.2/mob/char.png new file mode 100644 index 00000000..66501856 Binary files /dev/null and b/1.5.2/mob/char.png differ diff --git a/1.5.2/mob/chicken.png b/1.5.2/mob/chicken.png new file mode 100644 index 00000000..e24d550f Binary files /dev/null and b/1.5.2/mob/chicken.png differ diff --git a/1.5.2/mob/cow.png b/1.5.2/mob/cow.png new file mode 100644 index 00000000..f1320c30 Binary files /dev/null and b/1.5.2/mob/cow.png differ diff --git a/1.5.2/mob/creeper.png b/1.5.2/mob/creeper.png new file mode 100644 index 00000000..abdb5400 Binary files /dev/null and b/1.5.2/mob/creeper.png differ diff --git a/1.5.2/mob/enderdragon/beam.png b/1.5.2/mob/enderdragon/beam.png new file mode 100644 index 00000000..1259a5d0 Binary files /dev/null and b/1.5.2/mob/enderdragon/beam.png differ diff --git a/1.5.2/mob/enderdragon/body.png b/1.5.2/mob/enderdragon/body.png new file mode 100644 index 00000000..8ba6e79b Binary files /dev/null and b/1.5.2/mob/enderdragon/body.png differ diff --git a/1.5.2/mob/enderdragon/crystal.png b/1.5.2/mob/enderdragon/crystal.png new file mode 100644 index 00000000..8b3668a5 Binary files /dev/null and b/1.5.2/mob/enderdragon/crystal.png differ diff --git a/1.5.2/mob/enderdragon/dragon.png b/1.5.2/mob/enderdragon/dragon.png new file mode 100644 index 00000000..33801201 Binary files /dev/null and b/1.5.2/mob/enderdragon/dragon.png differ diff --git a/1.5.2/mob/enderdragon/ender.png b/1.5.2/mob/enderdragon/ender.png new file mode 100644 index 00000000..b8a680c8 Binary files /dev/null and b/1.5.2/mob/enderdragon/ender.png differ diff --git a/1.5.2/mob/enderdragon/ender_eyes.png b/1.5.2/mob/enderdragon/ender_eyes.png new file mode 100644 index 00000000..147b303d Binary files /dev/null and b/1.5.2/mob/enderdragon/ender_eyes.png differ diff --git a/1.5.2/mob/enderdragon/shuffle.png b/1.5.2/mob/enderdragon/shuffle.png new file mode 100644 index 00000000..ca5c9496 Binary files /dev/null and b/1.5.2/mob/enderdragon/shuffle.png differ diff --git a/1.5.2/mob/enderman.png b/1.5.2/mob/enderman.png new file mode 100644 index 00000000..ab23cb98 Binary files /dev/null and b/1.5.2/mob/enderman.png differ diff --git a/1.5.2/mob/enderman_eyes.png b/1.5.2/mob/enderman_eyes.png new file mode 100644 index 00000000..08044028 Binary files /dev/null and b/1.5.2/mob/enderman_eyes.png differ diff --git a/1.5.2/mob/fire.png b/1.5.2/mob/fire.png new file mode 100644 index 00000000..19cdbb59 Binary files /dev/null and b/1.5.2/mob/fire.png differ diff --git a/1.5.2/mob/ghast.png b/1.5.2/mob/ghast.png new file mode 100644 index 00000000..dd63bc17 Binary files /dev/null and b/1.5.2/mob/ghast.png differ diff --git a/1.5.2/mob/ghast_fire.png b/1.5.2/mob/ghast_fire.png new file mode 100644 index 00000000..5d9be29c Binary files /dev/null and b/1.5.2/mob/ghast_fire.png differ diff --git a/1.5.2/mob/lava.png b/1.5.2/mob/lava.png new file mode 100644 index 00000000..c1b397fe Binary files /dev/null and b/1.5.2/mob/lava.png differ diff --git a/1.5.2/mob/ozelot.png b/1.5.2/mob/ozelot.png new file mode 100644 index 00000000..6b5064ee Binary files /dev/null and b/1.5.2/mob/ozelot.png differ diff --git a/1.5.2/mob/pig.png b/1.5.2/mob/pig.png new file mode 100644 index 00000000..0a9532ff Binary files /dev/null and b/1.5.2/mob/pig.png differ diff --git a/1.5.2/mob/pigman.png b/1.5.2/mob/pigman.png new file mode 100644 index 00000000..e02c0925 Binary files /dev/null and b/1.5.2/mob/pigman.png differ diff --git a/1.5.2/mob/pigzombie.png b/1.5.2/mob/pigzombie.png new file mode 100644 index 00000000..e95cc4c3 Binary files /dev/null and b/1.5.2/mob/pigzombie.png differ diff --git a/1.5.2/mob/redcow.png b/1.5.2/mob/redcow.png new file mode 100644 index 00000000..905f1604 Binary files /dev/null and b/1.5.2/mob/redcow.png differ diff --git a/1.5.2/mob/saddle.png b/1.5.2/mob/saddle.png new file mode 100644 index 00000000..640ea76c Binary files /dev/null and b/1.5.2/mob/saddle.png differ diff --git a/1.5.2/mob/sheep.png b/1.5.2/mob/sheep.png new file mode 100644 index 00000000..d9fe93f7 Binary files /dev/null and b/1.5.2/mob/sheep.png differ diff --git a/1.5.2/mob/sheep_fur.png b/1.5.2/mob/sheep_fur.png new file mode 100644 index 00000000..623340b8 Binary files /dev/null and b/1.5.2/mob/sheep_fur.png differ diff --git a/1.5.2/mob/silverfish.png b/1.5.2/mob/silverfish.png new file mode 100644 index 00000000..416fa168 Binary files /dev/null and b/1.5.2/mob/silverfish.png differ diff --git a/1.5.2/mob/skeleton.png b/1.5.2/mob/skeleton.png new file mode 100644 index 00000000..184b5853 Binary files /dev/null and b/1.5.2/mob/skeleton.png differ diff --git a/1.5.2/mob/skeleton_wither.png b/1.5.2/mob/skeleton_wither.png new file mode 100644 index 00000000..b0db19df Binary files /dev/null and b/1.5.2/mob/skeleton_wither.png differ diff --git a/1.5.2/mob/slime.png b/1.5.2/mob/slime.png new file mode 100644 index 00000000..96edcf67 Binary files /dev/null and b/1.5.2/mob/slime.png differ diff --git a/1.5.2/mob/snowman.png b/1.5.2/mob/snowman.png new file mode 100644 index 00000000..568d5f6e Binary files /dev/null and b/1.5.2/mob/snowman.png differ diff --git a/1.5.2/mob/spider.png b/1.5.2/mob/spider.png new file mode 100644 index 00000000..3a8c779e Binary files /dev/null and b/1.5.2/mob/spider.png differ diff --git a/1.5.2/mob/spider_eyes.png b/1.5.2/mob/spider_eyes.png new file mode 100644 index 00000000..6b80a061 Binary files /dev/null and b/1.5.2/mob/spider_eyes.png differ diff --git a/1.5.2/mob/squid.png b/1.5.2/mob/squid.png new file mode 100644 index 00000000..f2853887 Binary files /dev/null and b/1.5.2/mob/squid.png differ diff --git a/1.5.2/mob/villager.png b/1.5.2/mob/villager.png new file mode 100644 index 00000000..945058b2 Binary files /dev/null and b/1.5.2/mob/villager.png differ diff --git a/1.5.2/mob/villager/butcher.png b/1.5.2/mob/villager/butcher.png new file mode 100644 index 00000000..f1c07d41 Binary files /dev/null and b/1.5.2/mob/villager/butcher.png differ diff --git a/1.5.2/mob/villager/farmer.png b/1.5.2/mob/villager/farmer.png new file mode 100644 index 00000000..970c1799 Binary files /dev/null and b/1.5.2/mob/villager/farmer.png differ diff --git a/1.5.2/mob/villager/librarian.png b/1.5.2/mob/villager/librarian.png new file mode 100644 index 00000000..b071cd3d Binary files /dev/null and b/1.5.2/mob/villager/librarian.png differ diff --git a/1.5.2/mob/villager/priest.png b/1.5.2/mob/villager/priest.png new file mode 100644 index 00000000..35054ce1 Binary files /dev/null and b/1.5.2/mob/villager/priest.png differ diff --git a/1.5.2/mob/villager/smith.png b/1.5.2/mob/villager/smith.png new file mode 100644 index 00000000..965da7f0 Binary files /dev/null and b/1.5.2/mob/villager/smith.png differ diff --git a/1.5.2/mob/villager/villager.png b/1.5.2/mob/villager/villager.png new file mode 100644 index 00000000..52de8e7b Binary files /dev/null and b/1.5.2/mob/villager/villager.png differ diff --git a/1.5.2/mob/villager/witch.png b/1.5.2/mob/villager/witch.png new file mode 100644 index 00000000..24035708 Binary files /dev/null and b/1.5.2/mob/villager/witch.png differ diff --git a/1.5.2/mob/villager_golem.png b/1.5.2/mob/villager_golem.png new file mode 100644 index 00000000..f9f64659 Binary files /dev/null and b/1.5.2/mob/villager_golem.png differ diff --git a/1.5.2/mob/wither.png b/1.5.2/mob/wither.png new file mode 100644 index 00000000..0882d052 Binary files /dev/null and b/1.5.2/mob/wither.png differ diff --git a/1.5.2/mob/wither_invul.png b/1.5.2/mob/wither_invul.png new file mode 100644 index 00000000..717750b4 Binary files /dev/null and b/1.5.2/mob/wither_invul.png differ diff --git a/1.5.2/mob/wolf.png b/1.5.2/mob/wolf.png new file mode 100644 index 00000000..f37ef816 Binary files /dev/null and b/1.5.2/mob/wolf.png differ diff --git a/1.5.2/mob/wolf_angry.png b/1.5.2/mob/wolf_angry.png new file mode 100644 index 00000000..7891ce91 Binary files /dev/null and b/1.5.2/mob/wolf_angry.png differ diff --git a/1.5.2/mob/wolf_collar.png b/1.5.2/mob/wolf_collar.png new file mode 100644 index 00000000..ae1c9204 Binary files /dev/null and b/1.5.2/mob/wolf_collar.png differ diff --git a/1.5.2/mob/wolf_tame.png b/1.5.2/mob/wolf_tame.png new file mode 100644 index 00000000..f1236d2c Binary files /dev/null and b/1.5.2/mob/wolf_tame.png differ diff --git a/1.5.2/mob/zombie.png b/1.5.2/mob/zombie.png new file mode 100644 index 00000000..22ff8f95 Binary files /dev/null and b/1.5.2/mob/zombie.png differ diff --git a/1.5.2/mob/zombie_villager.png b/1.5.2/mob/zombie_villager.png new file mode 100644 index 00000000..349f9c21 Binary files /dev/null and b/1.5.2/mob/zombie_villager.png differ diff --git a/1.5.2/net/minecraft/client/ClientBrandRetriever.class b/1.5.2/net/minecraft/client/ClientBrandRetriever.class new file mode 100644 index 00000000..1ec950e1 Binary files /dev/null and b/1.5.2/net/minecraft/client/ClientBrandRetriever.class differ diff --git a/1.5.2/net/minecraft/client/Minecraft.class b/1.5.2/net/minecraft/client/Minecraft.class new file mode 100644 index 00000000..4d7243c8 Binary files /dev/null and b/1.5.2/net/minecraft/client/Minecraft.class differ diff --git a/1.5.2/net/minecraft/client/MinecraftApplet.class b/1.5.2/net/minecraft/client/MinecraftApplet.class new file mode 100644 index 00000000..9f9f6195 Binary files /dev/null and b/1.5.2/net/minecraft/client/MinecraftApplet.class differ diff --git a/1.5.2/net/minecraft/server/MinecraftServer.class b/1.5.2/net/minecraft/server/MinecraftServer.class new file mode 100644 index 00000000..fb351b82 Binary files /dev/null and b/1.5.2/net/minecraft/server/MinecraftServer.class differ diff --git a/1.5.2/pack.png b/1.5.2/pack.png new file mode 100644 index 00000000..cfaa9862 Binary files /dev/null and b/1.5.2/pack.png differ diff --git a/1.5.2/pack.txt b/1.5.2/pack.txt new file mode 100644 index 00000000..af41cbe9 --- /dev/null +++ b/1.5.2/pack.txt @@ -0,0 +1 @@ +Author : RichVillager \ No newline at end of file diff --git a/1.5.2/particles.png b/1.5.2/particles.png new file mode 100644 index 00000000..eec1f89e Binary files /dev/null and b/1.5.2/particles.png differ diff --git a/1.5.2/paulscode/sound/Channel.class b/1.5.2/paulscode/sound/Channel.class new file mode 100644 index 00000000..b78158d2 Binary files /dev/null and b/1.5.2/paulscode/sound/Channel.class differ diff --git a/1.5.2/paulscode/sound/CommandObject.class b/1.5.2/paulscode/sound/CommandObject.class new file mode 100644 index 00000000..f1325ae3 Binary files /dev/null and b/1.5.2/paulscode/sound/CommandObject.class differ diff --git a/1.5.2/paulscode/sound/CommandThread.class b/1.5.2/paulscode/sound/CommandThread.class new file mode 100644 index 00000000..b62ae580 Binary files /dev/null and b/1.5.2/paulscode/sound/CommandThread.class differ diff --git a/1.5.2/paulscode/sound/FilenameURL.class b/1.5.2/paulscode/sound/FilenameURL.class new file mode 100644 index 00000000..47e8a186 Binary files /dev/null and b/1.5.2/paulscode/sound/FilenameURL.class differ diff --git a/1.5.2/paulscode/sound/ICodec.class b/1.5.2/paulscode/sound/ICodec.class new file mode 100644 index 00000000..ea743c6f Binary files /dev/null and b/1.5.2/paulscode/sound/ICodec.class differ diff --git a/1.5.2/paulscode/sound/IStreamListener.class b/1.5.2/paulscode/sound/IStreamListener.class new file mode 100644 index 00000000..a5ec116d Binary files /dev/null and b/1.5.2/paulscode/sound/IStreamListener.class differ diff --git a/1.5.2/paulscode/sound/Library.class b/1.5.2/paulscode/sound/Library.class new file mode 100644 index 00000000..e1748529 Binary files /dev/null and b/1.5.2/paulscode/sound/Library.class differ diff --git a/1.5.2/paulscode/sound/ListenerData.class b/1.5.2/paulscode/sound/ListenerData.class new file mode 100644 index 00000000..3c0c9bd4 Binary files /dev/null and b/1.5.2/paulscode/sound/ListenerData.class differ diff --git a/1.5.2/paulscode/sound/MidiChannel$1.class b/1.5.2/paulscode/sound/MidiChannel$1.class new file mode 100644 index 00000000..e4fceb65 Binary files /dev/null and b/1.5.2/paulscode/sound/MidiChannel$1.class differ diff --git a/1.5.2/paulscode/sound/MidiChannel$FadeThread.class b/1.5.2/paulscode/sound/MidiChannel$FadeThread.class new file mode 100644 index 00000000..113b64bc Binary files /dev/null and b/1.5.2/paulscode/sound/MidiChannel$FadeThread.class differ diff --git a/1.5.2/paulscode/sound/MidiChannel.class b/1.5.2/paulscode/sound/MidiChannel.class new file mode 100644 index 00000000..2b4205f7 Binary files /dev/null and b/1.5.2/paulscode/sound/MidiChannel.class differ diff --git a/1.5.2/paulscode/sound/SimpleThread$1.class b/1.5.2/paulscode/sound/SimpleThread$1.class new file mode 100644 index 00000000..509b6d4c Binary files /dev/null and b/1.5.2/paulscode/sound/SimpleThread$1.class differ diff --git a/1.5.2/paulscode/sound/SimpleThread.class b/1.5.2/paulscode/sound/SimpleThread.class new file mode 100644 index 00000000..b1cd099e Binary files /dev/null and b/1.5.2/paulscode/sound/SimpleThread.class differ diff --git a/1.5.2/paulscode/sound/SoundBuffer.class b/1.5.2/paulscode/sound/SoundBuffer.class new file mode 100644 index 00000000..8bf06dd4 Binary files /dev/null and b/1.5.2/paulscode/sound/SoundBuffer.class differ diff --git a/1.5.2/paulscode/sound/SoundSystem.class b/1.5.2/paulscode/sound/SoundSystem.class new file mode 100644 index 00000000..09f499fe Binary files /dev/null and b/1.5.2/paulscode/sound/SoundSystem.class differ diff --git a/1.5.2/paulscode/sound/SoundSystemConfig$1.class b/1.5.2/paulscode/sound/SoundSystemConfig$1.class new file mode 100644 index 00000000..794ece0b Binary files /dev/null and b/1.5.2/paulscode/sound/SoundSystemConfig$1.class differ diff --git a/1.5.2/paulscode/sound/SoundSystemConfig$Codec.class b/1.5.2/paulscode/sound/SoundSystemConfig$Codec.class new file mode 100644 index 00000000..acf45d98 Binary files /dev/null and b/1.5.2/paulscode/sound/SoundSystemConfig$Codec.class differ diff --git a/1.5.2/paulscode/sound/SoundSystemConfig.class b/1.5.2/paulscode/sound/SoundSystemConfig.class new file mode 100644 index 00000000..b67e6b12 Binary files /dev/null and b/1.5.2/paulscode/sound/SoundSystemConfig.class differ diff --git a/1.5.2/paulscode/sound/SoundSystemException.class b/1.5.2/paulscode/sound/SoundSystemException.class new file mode 100644 index 00000000..57d5b4db Binary files /dev/null and b/1.5.2/paulscode/sound/SoundSystemException.class differ diff --git a/1.5.2/paulscode/sound/SoundSystemLogger.class b/1.5.2/paulscode/sound/SoundSystemLogger.class new file mode 100644 index 00000000..0bede763 Binary files /dev/null and b/1.5.2/paulscode/sound/SoundSystemLogger.class differ diff --git a/1.5.2/paulscode/sound/Source.class b/1.5.2/paulscode/sound/Source.class new file mode 100644 index 00000000..8003127d Binary files /dev/null and b/1.5.2/paulscode/sound/Source.class differ diff --git a/1.5.2/paulscode/sound/StreamThread.class b/1.5.2/paulscode/sound/StreamThread.class new file mode 100644 index 00000000..775c02de Binary files /dev/null and b/1.5.2/paulscode/sound/StreamThread.class differ diff --git a/1.5.2/paulscode/sound/Vector3D.class b/1.5.2/paulscode/sound/Vector3D.class new file mode 100644 index 00000000..7cbd6226 Binary files /dev/null and b/1.5.2/paulscode/sound/Vector3D.class differ diff --git a/1.5.2/paulscode/sound/codecs/CodecJOrbis.class b/1.5.2/paulscode/sound/codecs/CodecJOrbis.class new file mode 100644 index 00000000..3e2ecc0b Binary files /dev/null and b/1.5.2/paulscode/sound/codecs/CodecJOrbis.class differ diff --git a/1.5.2/paulscode/sound/codecs/CodecWav.class b/1.5.2/paulscode/sound/codecs/CodecWav.class new file mode 100644 index 00000000..e22fdc9d Binary files /dev/null and b/1.5.2/paulscode/sound/codecs/CodecWav.class differ diff --git a/1.5.2/paulscode/sound/libraries/ChannelJavaSound.class b/1.5.2/paulscode/sound/libraries/ChannelJavaSound.class new file mode 100644 index 00000000..3c6f88e6 Binary files /dev/null and b/1.5.2/paulscode/sound/libraries/ChannelJavaSound.class differ diff --git a/1.5.2/paulscode/sound/libraries/ChannelLWJGLOpenAL.class b/1.5.2/paulscode/sound/libraries/ChannelLWJGLOpenAL.class new file mode 100644 index 00000000..709c7192 Binary files /dev/null and b/1.5.2/paulscode/sound/libraries/ChannelLWJGLOpenAL.class differ diff --git a/1.5.2/paulscode/sound/libraries/LibraryJavaSound$Exception.class b/1.5.2/paulscode/sound/libraries/LibraryJavaSound$Exception.class new file mode 100644 index 00000000..9beeaa05 Binary files /dev/null and b/1.5.2/paulscode/sound/libraries/LibraryJavaSound$Exception.class differ diff --git a/1.5.2/paulscode/sound/libraries/LibraryJavaSound$MixerRanking.class b/1.5.2/paulscode/sound/libraries/LibraryJavaSound$MixerRanking.class new file mode 100644 index 00000000..b47ee4eb Binary files /dev/null and b/1.5.2/paulscode/sound/libraries/LibraryJavaSound$MixerRanking.class differ diff --git a/1.5.2/paulscode/sound/libraries/LibraryJavaSound.class b/1.5.2/paulscode/sound/libraries/LibraryJavaSound.class new file mode 100644 index 00000000..f5e1fcb8 Binary files /dev/null and b/1.5.2/paulscode/sound/libraries/LibraryJavaSound.class differ diff --git a/1.5.2/paulscode/sound/libraries/LibraryLWJGLOpenAL$Exception.class b/1.5.2/paulscode/sound/libraries/LibraryLWJGLOpenAL$Exception.class new file mode 100644 index 00000000..7e582b89 Binary files /dev/null and b/1.5.2/paulscode/sound/libraries/LibraryLWJGLOpenAL$Exception.class differ diff --git a/1.5.2/paulscode/sound/libraries/LibraryLWJGLOpenAL.class b/1.5.2/paulscode/sound/libraries/LibraryLWJGLOpenAL.class new file mode 100644 index 00000000..a7cf0bff Binary files /dev/null and b/1.5.2/paulscode/sound/libraries/LibraryLWJGLOpenAL.class differ diff --git a/1.5.2/paulscode/sound/libraries/SourceJavaSound.class b/1.5.2/paulscode/sound/libraries/SourceJavaSound.class new file mode 100644 index 00000000..896a95bc Binary files /dev/null and b/1.5.2/paulscode/sound/libraries/SourceJavaSound.class differ diff --git a/1.5.2/paulscode/sound/libraries/SourceLWJGLOpenAL.class b/1.5.2/paulscode/sound/libraries/SourceLWJGLOpenAL.class new file mode 100644 index 00000000..9012322a Binary files /dev/null and b/1.5.2/paulscode/sound/libraries/SourceLWJGLOpenAL.class differ diff --git a/1.5.2/textures/blocks/activatorRail.png b/1.5.2/textures/blocks/activatorRail.png new file mode 100644 index 00000000..ce115ba6 Binary files /dev/null and b/1.5.2/textures/blocks/activatorRail.png differ diff --git a/1.5.2/textures/blocks/activatorRail_powered.png b/1.5.2/textures/blocks/activatorRail_powered.png new file mode 100644 index 00000000..a3aaca9b Binary files /dev/null and b/1.5.2/textures/blocks/activatorRail_powered.png differ diff --git a/1.5.2/textures/blocks/anvil_base.png b/1.5.2/textures/blocks/anvil_base.png new file mode 100644 index 00000000..cfc1fc8f Binary files /dev/null and b/1.5.2/textures/blocks/anvil_base.png differ diff --git a/1.5.2/textures/blocks/anvil_top.png b/1.5.2/textures/blocks/anvil_top.png new file mode 100644 index 00000000..395dea47 Binary files /dev/null and b/1.5.2/textures/blocks/anvil_top.png differ diff --git a/1.5.2/textures/blocks/anvil_top_damaged_1.png b/1.5.2/textures/blocks/anvil_top_damaged_1.png new file mode 100644 index 00000000..eddc47fb Binary files /dev/null and b/1.5.2/textures/blocks/anvil_top_damaged_1.png differ diff --git a/1.5.2/textures/blocks/anvil_top_damaged_2.png b/1.5.2/textures/blocks/anvil_top_damaged_2.png new file mode 100644 index 00000000..6cade1fa Binary files /dev/null and b/1.5.2/textures/blocks/anvil_top_damaged_2.png differ diff --git a/1.5.2/textures/blocks/beacon.png b/1.5.2/textures/blocks/beacon.png new file mode 100644 index 00000000..a69e59dc Binary files /dev/null and b/1.5.2/textures/blocks/beacon.png differ diff --git a/1.5.2/textures/blocks/bed_feet_end.png b/1.5.2/textures/blocks/bed_feet_end.png new file mode 100644 index 00000000..6e1a4be4 Binary files /dev/null and b/1.5.2/textures/blocks/bed_feet_end.png differ diff --git a/1.5.2/textures/blocks/bed_feet_side.png b/1.5.2/textures/blocks/bed_feet_side.png new file mode 100644 index 00000000..3ce06f3e Binary files /dev/null and b/1.5.2/textures/blocks/bed_feet_side.png differ diff --git a/1.5.2/textures/blocks/bed_feet_top.png b/1.5.2/textures/blocks/bed_feet_top.png new file mode 100644 index 00000000..b96d357d Binary files /dev/null and b/1.5.2/textures/blocks/bed_feet_top.png differ diff --git a/1.5.2/textures/blocks/bed_head_end.png b/1.5.2/textures/blocks/bed_head_end.png new file mode 100644 index 00000000..b684c9a7 Binary files /dev/null and b/1.5.2/textures/blocks/bed_head_end.png differ diff --git a/1.5.2/textures/blocks/bed_head_side.png b/1.5.2/textures/blocks/bed_head_side.png new file mode 100644 index 00000000..3270b4a0 Binary files /dev/null and b/1.5.2/textures/blocks/bed_head_side.png differ diff --git a/1.5.2/textures/blocks/bed_head_top.png b/1.5.2/textures/blocks/bed_head_top.png new file mode 100644 index 00000000..2ab10900 Binary files /dev/null and b/1.5.2/textures/blocks/bed_head_top.png differ diff --git a/1.5.2/textures/blocks/bedrock.png b/1.5.2/textures/blocks/bedrock.png new file mode 100644 index 00000000..1643c995 Binary files /dev/null and b/1.5.2/textures/blocks/bedrock.png differ diff --git a/1.5.2/textures/blocks/blockDiamond.png b/1.5.2/textures/blocks/blockDiamond.png new file mode 100644 index 00000000..f2e2e771 Binary files /dev/null and b/1.5.2/textures/blocks/blockDiamond.png differ diff --git a/1.5.2/textures/blocks/blockEmerald.png b/1.5.2/textures/blocks/blockEmerald.png new file mode 100644 index 00000000..dc214ee7 Binary files /dev/null and b/1.5.2/textures/blocks/blockEmerald.png differ diff --git a/1.5.2/textures/blocks/blockGold.png b/1.5.2/textures/blocks/blockGold.png new file mode 100644 index 00000000..174002e2 Binary files /dev/null and b/1.5.2/textures/blocks/blockGold.png differ diff --git a/1.5.2/textures/blocks/blockIron.png b/1.5.2/textures/blocks/blockIron.png new file mode 100644 index 00000000..7816799e Binary files /dev/null and b/1.5.2/textures/blocks/blockIron.png differ diff --git a/1.5.2/textures/blocks/blockLapis.png b/1.5.2/textures/blocks/blockLapis.png new file mode 100644 index 00000000..02c64ecd Binary files /dev/null and b/1.5.2/textures/blocks/blockLapis.png differ diff --git a/1.5.2/textures/blocks/blockRedstone.png b/1.5.2/textures/blocks/blockRedstone.png new file mode 100644 index 00000000..fcf6b40f Binary files /dev/null and b/1.5.2/textures/blocks/blockRedstone.png differ diff --git a/1.5.2/textures/blocks/bookshelf.png b/1.5.2/textures/blocks/bookshelf.png new file mode 100644 index 00000000..4c87f0fb Binary files /dev/null and b/1.5.2/textures/blocks/bookshelf.png differ diff --git a/1.5.2/textures/blocks/brewingStand.png b/1.5.2/textures/blocks/brewingStand.png new file mode 100644 index 00000000..60832aab Binary files /dev/null and b/1.5.2/textures/blocks/brewingStand.png differ diff --git a/1.5.2/textures/blocks/brewingStand_base.png b/1.5.2/textures/blocks/brewingStand_base.png new file mode 100644 index 00000000..0742fbfa Binary files /dev/null and b/1.5.2/textures/blocks/brewingStand_base.png differ diff --git a/1.5.2/textures/blocks/brick.png b/1.5.2/textures/blocks/brick.png new file mode 100644 index 00000000..fd6959c2 Binary files /dev/null and b/1.5.2/textures/blocks/brick.png differ diff --git a/1.5.2/textures/blocks/cactus_bottom.png b/1.5.2/textures/blocks/cactus_bottom.png new file mode 100644 index 00000000..6f10bc08 Binary files /dev/null and b/1.5.2/textures/blocks/cactus_bottom.png differ diff --git a/1.5.2/textures/blocks/cactus_side.png b/1.5.2/textures/blocks/cactus_side.png new file mode 100644 index 00000000..9c555037 Binary files /dev/null and b/1.5.2/textures/blocks/cactus_side.png differ diff --git a/1.5.2/textures/blocks/cactus_top.png b/1.5.2/textures/blocks/cactus_top.png new file mode 100644 index 00000000..f182e84a Binary files /dev/null and b/1.5.2/textures/blocks/cactus_top.png differ diff --git a/1.5.2/textures/blocks/cake_bottom.png b/1.5.2/textures/blocks/cake_bottom.png new file mode 100644 index 00000000..d93b15ad Binary files /dev/null and b/1.5.2/textures/blocks/cake_bottom.png differ diff --git a/1.5.2/textures/blocks/cake_inner.png b/1.5.2/textures/blocks/cake_inner.png new file mode 100644 index 00000000..ce7ce690 Binary files /dev/null and b/1.5.2/textures/blocks/cake_inner.png differ diff --git a/1.5.2/textures/blocks/cake_side.png b/1.5.2/textures/blocks/cake_side.png new file mode 100644 index 00000000..343a0234 Binary files /dev/null and b/1.5.2/textures/blocks/cake_side.png differ diff --git a/1.5.2/textures/blocks/cake_top.png b/1.5.2/textures/blocks/cake_top.png new file mode 100644 index 00000000..2947892e Binary files /dev/null and b/1.5.2/textures/blocks/cake_top.png differ diff --git a/1.5.2/textures/blocks/carrots_0.png b/1.5.2/textures/blocks/carrots_0.png new file mode 100644 index 00000000..c1ef7320 Binary files /dev/null and b/1.5.2/textures/blocks/carrots_0.png differ diff --git a/1.5.2/textures/blocks/carrots_1.png b/1.5.2/textures/blocks/carrots_1.png new file mode 100644 index 00000000..1275f4f8 Binary files /dev/null and b/1.5.2/textures/blocks/carrots_1.png differ diff --git a/1.5.2/textures/blocks/carrots_2.png b/1.5.2/textures/blocks/carrots_2.png new file mode 100644 index 00000000..b7347dfe Binary files /dev/null and b/1.5.2/textures/blocks/carrots_2.png differ diff --git a/1.5.2/textures/blocks/carrots_3.png b/1.5.2/textures/blocks/carrots_3.png new file mode 100644 index 00000000..2391be83 Binary files /dev/null and b/1.5.2/textures/blocks/carrots_3.png differ diff --git a/1.5.2/textures/blocks/cauldron_bottom.png b/1.5.2/textures/blocks/cauldron_bottom.png new file mode 100644 index 00000000..fb313857 Binary files /dev/null and b/1.5.2/textures/blocks/cauldron_bottom.png differ diff --git a/1.5.2/textures/blocks/cauldron_inner.png b/1.5.2/textures/blocks/cauldron_inner.png new file mode 100644 index 00000000..d5a30dd2 Binary files /dev/null and b/1.5.2/textures/blocks/cauldron_inner.png differ diff --git a/1.5.2/textures/blocks/cauldron_side.png b/1.5.2/textures/blocks/cauldron_side.png new file mode 100644 index 00000000..72b0e5a3 Binary files /dev/null and b/1.5.2/textures/blocks/cauldron_side.png differ diff --git a/1.5.2/textures/blocks/cauldron_top.png b/1.5.2/textures/blocks/cauldron_top.png new file mode 100644 index 00000000..3ed61718 Binary files /dev/null and b/1.5.2/textures/blocks/cauldron_top.png differ diff --git a/1.5.2/textures/blocks/clay.png b/1.5.2/textures/blocks/clay.png new file mode 100644 index 00000000..c19e0319 Binary files /dev/null and b/1.5.2/textures/blocks/clay.png differ diff --git a/1.5.2/textures/blocks/cloth_0.png b/1.5.2/textures/blocks/cloth_0.png new file mode 100644 index 00000000..abc7999c Binary files /dev/null and b/1.5.2/textures/blocks/cloth_0.png differ diff --git a/1.5.2/textures/blocks/cloth_1.png b/1.5.2/textures/blocks/cloth_1.png new file mode 100644 index 00000000..eefe6dea Binary files /dev/null and b/1.5.2/textures/blocks/cloth_1.png differ diff --git a/1.5.2/textures/blocks/cloth_10.png b/1.5.2/textures/blocks/cloth_10.png new file mode 100644 index 00000000..76f68d6d Binary files /dev/null and b/1.5.2/textures/blocks/cloth_10.png differ diff --git a/1.5.2/textures/blocks/cloth_11.png b/1.5.2/textures/blocks/cloth_11.png new file mode 100644 index 00000000..ce9515f8 Binary files /dev/null and b/1.5.2/textures/blocks/cloth_11.png differ diff --git a/1.5.2/textures/blocks/cloth_12.png b/1.5.2/textures/blocks/cloth_12.png new file mode 100644 index 00000000..b4dc3c52 Binary files /dev/null and b/1.5.2/textures/blocks/cloth_12.png differ diff --git a/1.5.2/textures/blocks/cloth_13.png b/1.5.2/textures/blocks/cloth_13.png new file mode 100644 index 00000000..a7be6d7f Binary files /dev/null and b/1.5.2/textures/blocks/cloth_13.png differ diff --git a/1.5.2/textures/blocks/cloth_14.png b/1.5.2/textures/blocks/cloth_14.png new file mode 100644 index 00000000..0cff7a9b Binary files /dev/null and b/1.5.2/textures/blocks/cloth_14.png differ diff --git a/1.5.2/textures/blocks/cloth_15.png b/1.5.2/textures/blocks/cloth_15.png new file mode 100644 index 00000000..b74d5c9f Binary files /dev/null and b/1.5.2/textures/blocks/cloth_15.png differ diff --git a/1.5.2/textures/blocks/cloth_2.png b/1.5.2/textures/blocks/cloth_2.png new file mode 100644 index 00000000..3af67475 Binary files /dev/null and b/1.5.2/textures/blocks/cloth_2.png differ diff --git a/1.5.2/textures/blocks/cloth_3.png b/1.5.2/textures/blocks/cloth_3.png new file mode 100644 index 00000000..72d9d9e7 Binary files /dev/null and b/1.5.2/textures/blocks/cloth_3.png differ diff --git a/1.5.2/textures/blocks/cloth_4.png b/1.5.2/textures/blocks/cloth_4.png new file mode 100644 index 00000000..4babaaaa Binary files /dev/null and b/1.5.2/textures/blocks/cloth_4.png differ diff --git a/1.5.2/textures/blocks/cloth_5.png b/1.5.2/textures/blocks/cloth_5.png new file mode 100644 index 00000000..bf56389f Binary files /dev/null and b/1.5.2/textures/blocks/cloth_5.png differ diff --git a/1.5.2/textures/blocks/cloth_6.png b/1.5.2/textures/blocks/cloth_6.png new file mode 100644 index 00000000..c2785af2 Binary files /dev/null and b/1.5.2/textures/blocks/cloth_6.png differ diff --git a/1.5.2/textures/blocks/cloth_7.png b/1.5.2/textures/blocks/cloth_7.png new file mode 100644 index 00000000..6409ff2f Binary files /dev/null and b/1.5.2/textures/blocks/cloth_7.png differ diff --git a/1.5.2/textures/blocks/cloth_8.png b/1.5.2/textures/blocks/cloth_8.png new file mode 100644 index 00000000..756d9b06 Binary files /dev/null and b/1.5.2/textures/blocks/cloth_8.png differ diff --git a/1.5.2/textures/blocks/cloth_9.png b/1.5.2/textures/blocks/cloth_9.png new file mode 100644 index 00000000..ca0800a3 Binary files /dev/null and b/1.5.2/textures/blocks/cloth_9.png differ diff --git a/1.5.2/textures/blocks/cocoa_0.png b/1.5.2/textures/blocks/cocoa_0.png new file mode 100644 index 00000000..25892eba Binary files /dev/null and b/1.5.2/textures/blocks/cocoa_0.png differ diff --git a/1.5.2/textures/blocks/cocoa_1.png b/1.5.2/textures/blocks/cocoa_1.png new file mode 100644 index 00000000..d0098ffd Binary files /dev/null and b/1.5.2/textures/blocks/cocoa_1.png differ diff --git a/1.5.2/textures/blocks/cocoa_2.png b/1.5.2/textures/blocks/cocoa_2.png new file mode 100644 index 00000000..db28c7b8 Binary files /dev/null and b/1.5.2/textures/blocks/cocoa_2.png differ diff --git a/1.5.2/textures/blocks/commandBlock.png b/1.5.2/textures/blocks/commandBlock.png new file mode 100644 index 00000000..4459675f Binary files /dev/null and b/1.5.2/textures/blocks/commandBlock.png differ diff --git a/1.5.2/textures/blocks/comparator.png b/1.5.2/textures/blocks/comparator.png new file mode 100644 index 00000000..c9527bc1 Binary files /dev/null and b/1.5.2/textures/blocks/comparator.png differ diff --git a/1.5.2/textures/blocks/comparator_lit.png b/1.5.2/textures/blocks/comparator_lit.png new file mode 100644 index 00000000..2e4fb7aa Binary files /dev/null and b/1.5.2/textures/blocks/comparator_lit.png differ diff --git a/1.5.2/textures/blocks/crops_0.png b/1.5.2/textures/blocks/crops_0.png new file mode 100644 index 00000000..185af6fc Binary files /dev/null and b/1.5.2/textures/blocks/crops_0.png differ diff --git a/1.5.2/textures/blocks/crops_1.png b/1.5.2/textures/blocks/crops_1.png new file mode 100644 index 00000000..67588c1e Binary files /dev/null and b/1.5.2/textures/blocks/crops_1.png differ diff --git a/1.5.2/textures/blocks/crops_2.png b/1.5.2/textures/blocks/crops_2.png new file mode 100644 index 00000000..3d337929 Binary files /dev/null and b/1.5.2/textures/blocks/crops_2.png differ diff --git a/1.5.2/textures/blocks/crops_3.png b/1.5.2/textures/blocks/crops_3.png new file mode 100644 index 00000000..4649f780 Binary files /dev/null and b/1.5.2/textures/blocks/crops_3.png differ diff --git a/1.5.2/textures/blocks/crops_4.png b/1.5.2/textures/blocks/crops_4.png new file mode 100644 index 00000000..ac04b52c Binary files /dev/null and b/1.5.2/textures/blocks/crops_4.png differ diff --git a/1.5.2/textures/blocks/crops_5.png b/1.5.2/textures/blocks/crops_5.png new file mode 100644 index 00000000..1ea81acd Binary files /dev/null and b/1.5.2/textures/blocks/crops_5.png differ diff --git a/1.5.2/textures/blocks/crops_6.png b/1.5.2/textures/blocks/crops_6.png new file mode 100644 index 00000000..cb5f1951 Binary files /dev/null and b/1.5.2/textures/blocks/crops_6.png differ diff --git a/1.5.2/textures/blocks/crops_7.png b/1.5.2/textures/blocks/crops_7.png new file mode 100644 index 00000000..7acafb37 Binary files /dev/null and b/1.5.2/textures/blocks/crops_7.png differ diff --git a/1.5.2/textures/blocks/daylightDetector_side.png b/1.5.2/textures/blocks/daylightDetector_side.png new file mode 100644 index 00000000..ac273ea1 Binary files /dev/null and b/1.5.2/textures/blocks/daylightDetector_side.png differ diff --git a/1.5.2/textures/blocks/daylightDetector_top.png b/1.5.2/textures/blocks/daylightDetector_top.png new file mode 100644 index 00000000..3bfb2da3 Binary files /dev/null and b/1.5.2/textures/blocks/daylightDetector_top.png differ diff --git a/1.5.2/textures/blocks/deadbush.png b/1.5.2/textures/blocks/deadbush.png new file mode 100644 index 00000000..c64e0797 Binary files /dev/null and b/1.5.2/textures/blocks/deadbush.png differ diff --git a/1.5.2/textures/blocks/destroy_0.png b/1.5.2/textures/blocks/destroy_0.png new file mode 100644 index 00000000..f65b7ede Binary files /dev/null and b/1.5.2/textures/blocks/destroy_0.png differ diff --git a/1.5.2/textures/blocks/destroy_1.png b/1.5.2/textures/blocks/destroy_1.png new file mode 100644 index 00000000..7c915961 Binary files /dev/null and b/1.5.2/textures/blocks/destroy_1.png differ diff --git a/1.5.2/textures/blocks/destroy_2.png b/1.5.2/textures/blocks/destroy_2.png new file mode 100644 index 00000000..dadd6b05 Binary files /dev/null and b/1.5.2/textures/blocks/destroy_2.png differ diff --git a/1.5.2/textures/blocks/destroy_3.png b/1.5.2/textures/blocks/destroy_3.png new file mode 100644 index 00000000..52a40b65 Binary files /dev/null and b/1.5.2/textures/blocks/destroy_3.png differ diff --git a/1.5.2/textures/blocks/destroy_4.png b/1.5.2/textures/blocks/destroy_4.png new file mode 100644 index 00000000..e37c88a2 Binary files /dev/null and b/1.5.2/textures/blocks/destroy_4.png differ diff --git a/1.5.2/textures/blocks/destroy_5.png b/1.5.2/textures/blocks/destroy_5.png new file mode 100644 index 00000000..9590d2f7 Binary files /dev/null and b/1.5.2/textures/blocks/destroy_5.png differ diff --git a/1.5.2/textures/blocks/destroy_6.png b/1.5.2/textures/blocks/destroy_6.png new file mode 100644 index 00000000..8e490c0e Binary files /dev/null and b/1.5.2/textures/blocks/destroy_6.png differ diff --git a/1.5.2/textures/blocks/destroy_7.png b/1.5.2/textures/blocks/destroy_7.png new file mode 100644 index 00000000..0b40c789 Binary files /dev/null and b/1.5.2/textures/blocks/destroy_7.png differ diff --git a/1.5.2/textures/blocks/destroy_8.png b/1.5.2/textures/blocks/destroy_8.png new file mode 100644 index 00000000..c0bf1dec Binary files /dev/null and b/1.5.2/textures/blocks/destroy_8.png differ diff --git a/1.5.2/textures/blocks/destroy_9.png b/1.5.2/textures/blocks/destroy_9.png new file mode 100644 index 00000000..e3185f82 Binary files /dev/null and b/1.5.2/textures/blocks/destroy_9.png differ diff --git a/1.5.2/textures/blocks/detectorRail.png b/1.5.2/textures/blocks/detectorRail.png new file mode 100644 index 00000000..92c1466e Binary files /dev/null and b/1.5.2/textures/blocks/detectorRail.png differ diff --git a/1.5.2/textures/blocks/detectorRail_on.png b/1.5.2/textures/blocks/detectorRail_on.png new file mode 100644 index 00000000..a1c6e6b1 Binary files /dev/null and b/1.5.2/textures/blocks/detectorRail_on.png differ diff --git a/1.5.2/textures/blocks/dirt.png b/1.5.2/textures/blocks/dirt.png new file mode 100644 index 00000000..617d353e Binary files /dev/null and b/1.5.2/textures/blocks/dirt.png differ diff --git a/1.5.2/textures/blocks/dispenser_front.png b/1.5.2/textures/blocks/dispenser_front.png new file mode 100644 index 00000000..3e09fde0 Binary files /dev/null and b/1.5.2/textures/blocks/dispenser_front.png differ diff --git a/1.5.2/textures/blocks/dispenser_front_vertical.png b/1.5.2/textures/blocks/dispenser_front_vertical.png new file mode 100644 index 00000000..87a7837e Binary files /dev/null and b/1.5.2/textures/blocks/dispenser_front_vertical.png differ diff --git a/1.5.2/textures/blocks/doorIron_lower.png b/1.5.2/textures/blocks/doorIron_lower.png new file mode 100644 index 00000000..dbc33ab4 Binary files /dev/null and b/1.5.2/textures/blocks/doorIron_lower.png differ diff --git a/1.5.2/textures/blocks/doorIron_upper.png b/1.5.2/textures/blocks/doorIron_upper.png new file mode 100644 index 00000000..56878fea Binary files /dev/null and b/1.5.2/textures/blocks/doorIron_upper.png differ diff --git a/1.5.2/textures/blocks/doorWood_lower.png b/1.5.2/textures/blocks/doorWood_lower.png new file mode 100644 index 00000000..cc617316 Binary files /dev/null and b/1.5.2/textures/blocks/doorWood_lower.png differ diff --git a/1.5.2/textures/blocks/doorWood_upper.png b/1.5.2/textures/blocks/doorWood_upper.png new file mode 100644 index 00000000..93319d5d Binary files /dev/null and b/1.5.2/textures/blocks/doorWood_upper.png differ diff --git a/1.5.2/textures/blocks/dragonEgg.png b/1.5.2/textures/blocks/dragonEgg.png new file mode 100644 index 00000000..02af123c Binary files /dev/null and b/1.5.2/textures/blocks/dragonEgg.png differ diff --git a/1.5.2/textures/blocks/dropper_front.png b/1.5.2/textures/blocks/dropper_front.png new file mode 100644 index 00000000..7d5f260d Binary files /dev/null and b/1.5.2/textures/blocks/dropper_front.png differ diff --git a/1.5.2/textures/blocks/dropper_front_vertical.png b/1.5.2/textures/blocks/dropper_front_vertical.png new file mode 100644 index 00000000..68a56c88 Binary files /dev/null and b/1.5.2/textures/blocks/dropper_front_vertical.png differ diff --git a/1.5.2/textures/blocks/enchantment_bottom.png b/1.5.2/textures/blocks/enchantment_bottom.png new file mode 100644 index 00000000..0f492aac Binary files /dev/null and b/1.5.2/textures/blocks/enchantment_bottom.png differ diff --git a/1.5.2/textures/blocks/enchantment_side.png b/1.5.2/textures/blocks/enchantment_side.png new file mode 100644 index 00000000..f2f46143 Binary files /dev/null and b/1.5.2/textures/blocks/enchantment_side.png differ diff --git a/1.5.2/textures/blocks/enchantment_top.png b/1.5.2/textures/blocks/enchantment_top.png new file mode 100644 index 00000000..0d5f68f6 Binary files /dev/null and b/1.5.2/textures/blocks/enchantment_top.png differ diff --git a/1.5.2/textures/blocks/endframe_eye.png b/1.5.2/textures/blocks/endframe_eye.png new file mode 100644 index 00000000..afa1d5d0 Binary files /dev/null and b/1.5.2/textures/blocks/endframe_eye.png differ diff --git a/1.5.2/textures/blocks/endframe_side.png b/1.5.2/textures/blocks/endframe_side.png new file mode 100644 index 00000000..e6cb5673 Binary files /dev/null and b/1.5.2/textures/blocks/endframe_side.png differ diff --git a/1.5.2/textures/blocks/endframe_top.png b/1.5.2/textures/blocks/endframe_top.png new file mode 100644 index 00000000..35215a58 Binary files /dev/null and b/1.5.2/textures/blocks/endframe_top.png differ diff --git a/1.5.2/textures/blocks/farmland_dry.png b/1.5.2/textures/blocks/farmland_dry.png new file mode 100644 index 00000000..d03a0f49 Binary files /dev/null and b/1.5.2/textures/blocks/farmland_dry.png differ diff --git a/1.5.2/textures/blocks/farmland_wet.png b/1.5.2/textures/blocks/farmland_wet.png new file mode 100644 index 00000000..f8d460d5 Binary files /dev/null and b/1.5.2/textures/blocks/farmland_wet.png differ diff --git a/1.5.2/textures/blocks/fenceIron.png b/1.5.2/textures/blocks/fenceIron.png new file mode 100644 index 00000000..732807f3 Binary files /dev/null and b/1.5.2/textures/blocks/fenceIron.png differ diff --git a/1.5.2/textures/blocks/fern.png b/1.5.2/textures/blocks/fern.png new file mode 100644 index 00000000..fd769501 Binary files /dev/null and b/1.5.2/textures/blocks/fern.png differ diff --git a/1.5.2/textures/blocks/fire_0.png b/1.5.2/textures/blocks/fire_0.png new file mode 100644 index 00000000..cf8910f6 Binary files /dev/null and b/1.5.2/textures/blocks/fire_0.png differ diff --git a/1.5.2/textures/blocks/fire_0.txt b/1.5.2/textures/blocks/fire_0.txt new file mode 100644 index 00000000..58d1715d --- /dev/null +++ b/1.5.2/textures/blocks/fire_0.txt @@ -0,0 +1,16 @@ +8, +9, +10, +11, +12, +13, +14, +15, +0, +1, +2, +3, +4, +5, +6, +7, diff --git a/1.5.2/textures/blocks/fire_1.png b/1.5.2/textures/blocks/fire_1.png new file mode 100644 index 00000000..6db92ac4 Binary files /dev/null and b/1.5.2/textures/blocks/fire_1.png differ diff --git a/1.5.2/textures/blocks/fire_1.txt b/1.5.2/textures/blocks/fire_1.txt new file mode 100644 index 00000000..e69de29b diff --git a/1.5.2/textures/blocks/flower.png b/1.5.2/textures/blocks/flower.png new file mode 100644 index 00000000..873e3f5c Binary files /dev/null and b/1.5.2/textures/blocks/flower.png differ diff --git a/1.5.2/textures/blocks/flowerPot.png b/1.5.2/textures/blocks/flowerPot.png new file mode 100644 index 00000000..09c2523c Binary files /dev/null and b/1.5.2/textures/blocks/flowerPot.png differ diff --git a/1.5.2/textures/blocks/furnace_front.png b/1.5.2/textures/blocks/furnace_front.png new file mode 100644 index 00000000..0570c3a1 Binary files /dev/null and b/1.5.2/textures/blocks/furnace_front.png differ diff --git a/1.5.2/textures/blocks/furnace_front_lit.png b/1.5.2/textures/blocks/furnace_front_lit.png new file mode 100644 index 00000000..92c89f3c Binary files /dev/null and b/1.5.2/textures/blocks/furnace_front_lit.png differ diff --git a/1.5.2/textures/blocks/furnace_side.png b/1.5.2/textures/blocks/furnace_side.png new file mode 100644 index 00000000..115f73d0 Binary files /dev/null and b/1.5.2/textures/blocks/furnace_side.png differ diff --git a/1.5.2/textures/blocks/furnace_top.png b/1.5.2/textures/blocks/furnace_top.png new file mode 100644 index 00000000..a3a5a085 Binary files /dev/null and b/1.5.2/textures/blocks/furnace_top.png differ diff --git a/1.5.2/textures/blocks/glass.png b/1.5.2/textures/blocks/glass.png new file mode 100644 index 00000000..acadb01a Binary files /dev/null and b/1.5.2/textures/blocks/glass.png differ diff --git a/1.5.2/textures/blocks/goldenRail.png b/1.5.2/textures/blocks/goldenRail.png new file mode 100644 index 00000000..1fc52c3e Binary files /dev/null and b/1.5.2/textures/blocks/goldenRail.png differ diff --git a/1.5.2/textures/blocks/goldenRail_powered.png b/1.5.2/textures/blocks/goldenRail_powered.png new file mode 100644 index 00000000..bd343be8 Binary files /dev/null and b/1.5.2/textures/blocks/goldenRail_powered.png differ diff --git a/1.5.2/textures/blocks/grass_side.png b/1.5.2/textures/blocks/grass_side.png new file mode 100644 index 00000000..a4975e53 Binary files /dev/null and b/1.5.2/textures/blocks/grass_side.png differ diff --git a/1.5.2/textures/blocks/grass_side_overlay.png b/1.5.2/textures/blocks/grass_side_overlay.png new file mode 100644 index 00000000..fc3fa9d7 Binary files /dev/null and b/1.5.2/textures/blocks/grass_side_overlay.png differ diff --git a/1.5.2/textures/blocks/grass_top.png b/1.5.2/textures/blocks/grass_top.png new file mode 100644 index 00000000..eaa7e458 Binary files /dev/null and b/1.5.2/textures/blocks/grass_top.png differ diff --git a/1.5.2/textures/blocks/gravel.png b/1.5.2/textures/blocks/gravel.png new file mode 100644 index 00000000..388e5c55 Binary files /dev/null and b/1.5.2/textures/blocks/gravel.png differ diff --git a/1.5.2/textures/blocks/hellrock.png b/1.5.2/textures/blocks/hellrock.png new file mode 100644 index 00000000..88129c4e Binary files /dev/null and b/1.5.2/textures/blocks/hellrock.png differ diff --git a/1.5.2/textures/blocks/hellsand.png b/1.5.2/textures/blocks/hellsand.png new file mode 100644 index 00000000..fca7e8ff Binary files /dev/null and b/1.5.2/textures/blocks/hellsand.png differ diff --git a/1.5.2/textures/blocks/hopper.png b/1.5.2/textures/blocks/hopper.png new file mode 100644 index 00000000..50ed8d55 Binary files /dev/null and b/1.5.2/textures/blocks/hopper.png differ diff --git a/1.5.2/textures/blocks/hopper_inside.png b/1.5.2/textures/blocks/hopper_inside.png new file mode 100644 index 00000000..24e8eae3 Binary files /dev/null and b/1.5.2/textures/blocks/hopper_inside.png differ diff --git a/1.5.2/textures/blocks/hopper_top.png b/1.5.2/textures/blocks/hopper_top.png new file mode 100644 index 00000000..3ed61718 Binary files /dev/null and b/1.5.2/textures/blocks/hopper_top.png differ diff --git a/1.5.2/textures/blocks/ice.png b/1.5.2/textures/blocks/ice.png new file mode 100644 index 00000000..ac946e95 Binary files /dev/null and b/1.5.2/textures/blocks/ice.png differ diff --git a/1.5.2/textures/blocks/itemframe_back.png b/1.5.2/textures/blocks/itemframe_back.png new file mode 100644 index 00000000..b40ad65c Binary files /dev/null and b/1.5.2/textures/blocks/itemframe_back.png differ diff --git a/1.5.2/textures/blocks/jukebox_top.png b/1.5.2/textures/blocks/jukebox_top.png new file mode 100644 index 00000000..92ddb158 Binary files /dev/null and b/1.5.2/textures/blocks/jukebox_top.png differ diff --git a/1.5.2/textures/blocks/ladder.png b/1.5.2/textures/blocks/ladder.png new file mode 100644 index 00000000..e2ec5f28 Binary files /dev/null and b/1.5.2/textures/blocks/ladder.png differ diff --git a/1.5.2/textures/blocks/lava.png b/1.5.2/textures/blocks/lava.png new file mode 100644 index 00000000..78bb29d5 Binary files /dev/null and b/1.5.2/textures/blocks/lava.png differ diff --git a/1.5.2/textures/blocks/lava.txt b/1.5.2/textures/blocks/lava.txt new file mode 100644 index 00000000..b0a7c084 --- /dev/null +++ b/1.5.2/textures/blocks/lava.txt @@ -0,0 +1,38 @@ +0*2 +1*2 +2*2 +3*2 +4*2 +5*2 +6*2 +7*2 +8*2 +9*2 +10*2 +11*2 +12*2 +13*2 +14*2 +15*2 +16*2 +17*2 +18*2 +19*2 +18*2 +17*2 +16*2 +15*2 +14*2 +13*2 +12*2 +11*2 +10*2 +9*2 +8*2 +7*2 +6*2 +5*2 +4*2 +3*2 +2*2 +1*2 diff --git a/1.5.2/textures/blocks/lava_flow.png b/1.5.2/textures/blocks/lava_flow.png new file mode 100644 index 00000000..af07f91d Binary files /dev/null and b/1.5.2/textures/blocks/lava_flow.png differ diff --git a/1.5.2/textures/blocks/lava_flow.txt b/1.5.2/textures/blocks/lava_flow.txt new file mode 100644 index 00000000..2e6ca4fc --- /dev/null +++ b/1.5.2/textures/blocks/lava_flow.txt @@ -0,0 +1,16 @@ +0*3 +1*3 +2*3 +3*3 +4*3 +5*3 +6*3 +7*3 +8*3 +9*3 +10*3 +11*3 +12*3 +13*3 +14*3 +15*3 diff --git a/1.5.2/textures/blocks/leaves.png b/1.5.2/textures/blocks/leaves.png new file mode 100644 index 00000000..a6773aff Binary files /dev/null and b/1.5.2/textures/blocks/leaves.png differ diff --git a/1.5.2/textures/blocks/leaves_jungle.png b/1.5.2/textures/blocks/leaves_jungle.png new file mode 100644 index 00000000..e0cb935a Binary files /dev/null and b/1.5.2/textures/blocks/leaves_jungle.png differ diff --git a/1.5.2/textures/blocks/leaves_jungle_opaque.png b/1.5.2/textures/blocks/leaves_jungle_opaque.png new file mode 100644 index 00000000..110a618e Binary files /dev/null and b/1.5.2/textures/blocks/leaves_jungle_opaque.png differ diff --git a/1.5.2/textures/blocks/leaves_opaque.png b/1.5.2/textures/blocks/leaves_opaque.png new file mode 100644 index 00000000..e91ed32a Binary files /dev/null and b/1.5.2/textures/blocks/leaves_opaque.png differ diff --git a/1.5.2/textures/blocks/leaves_spruce.png b/1.5.2/textures/blocks/leaves_spruce.png new file mode 100644 index 00000000..602eab8e Binary files /dev/null and b/1.5.2/textures/blocks/leaves_spruce.png differ diff --git a/1.5.2/textures/blocks/leaves_spruce_opaque.png b/1.5.2/textures/blocks/leaves_spruce_opaque.png new file mode 100644 index 00000000..2e5228e8 Binary files /dev/null and b/1.5.2/textures/blocks/leaves_spruce_opaque.png differ diff --git a/1.5.2/textures/blocks/lever.png b/1.5.2/textures/blocks/lever.png new file mode 100644 index 00000000..051187fa Binary files /dev/null and b/1.5.2/textures/blocks/lever.png differ diff --git a/1.5.2/textures/blocks/lightgem.png b/1.5.2/textures/blocks/lightgem.png new file mode 100644 index 00000000..c7253b3b Binary files /dev/null and b/1.5.2/textures/blocks/lightgem.png differ diff --git a/1.5.2/textures/blocks/melon_side.png b/1.5.2/textures/blocks/melon_side.png new file mode 100644 index 00000000..ec7b430d Binary files /dev/null and b/1.5.2/textures/blocks/melon_side.png differ diff --git a/1.5.2/textures/blocks/melon_top.png b/1.5.2/textures/blocks/melon_top.png new file mode 100644 index 00000000..65cf169f Binary files /dev/null and b/1.5.2/textures/blocks/melon_top.png differ diff --git a/1.5.2/textures/blocks/mobSpawner.png b/1.5.2/textures/blocks/mobSpawner.png new file mode 100644 index 00000000..7d55217e Binary files /dev/null and b/1.5.2/textures/blocks/mobSpawner.png differ diff --git a/1.5.2/textures/blocks/mushroom_brown.png b/1.5.2/textures/blocks/mushroom_brown.png new file mode 100644 index 00000000..bf33d348 Binary files /dev/null and b/1.5.2/textures/blocks/mushroom_brown.png differ diff --git a/1.5.2/textures/blocks/mushroom_inside.png b/1.5.2/textures/blocks/mushroom_inside.png new file mode 100644 index 00000000..f0e7a043 Binary files /dev/null and b/1.5.2/textures/blocks/mushroom_inside.png differ diff --git a/1.5.2/textures/blocks/mushroom_red.png b/1.5.2/textures/blocks/mushroom_red.png new file mode 100644 index 00000000..1b332b79 Binary files /dev/null and b/1.5.2/textures/blocks/mushroom_red.png differ diff --git a/1.5.2/textures/blocks/mushroom_skin_brown.png b/1.5.2/textures/blocks/mushroom_skin_brown.png new file mode 100644 index 00000000..1f52ba89 Binary files /dev/null and b/1.5.2/textures/blocks/mushroom_skin_brown.png differ diff --git a/1.5.2/textures/blocks/mushroom_skin_red.png b/1.5.2/textures/blocks/mushroom_skin_red.png new file mode 100644 index 00000000..66cf12c4 Binary files /dev/null and b/1.5.2/textures/blocks/mushroom_skin_red.png differ diff --git a/1.5.2/textures/blocks/mushroom_skin_stem.png b/1.5.2/textures/blocks/mushroom_skin_stem.png new file mode 100644 index 00000000..83c08403 Binary files /dev/null and b/1.5.2/textures/blocks/mushroom_skin_stem.png differ diff --git a/1.5.2/textures/blocks/musicBlock.png b/1.5.2/textures/blocks/musicBlock.png new file mode 100644 index 00000000..a3c27c18 Binary files /dev/null and b/1.5.2/textures/blocks/musicBlock.png differ diff --git a/1.5.2/textures/blocks/mycel_side.png b/1.5.2/textures/blocks/mycel_side.png new file mode 100644 index 00000000..55474258 Binary files /dev/null and b/1.5.2/textures/blocks/mycel_side.png differ diff --git a/1.5.2/textures/blocks/mycel_top.png b/1.5.2/textures/blocks/mycel_top.png new file mode 100644 index 00000000..088a8251 Binary files /dev/null and b/1.5.2/textures/blocks/mycel_top.png differ diff --git a/1.5.2/textures/blocks/netherBrick.png b/1.5.2/textures/blocks/netherBrick.png new file mode 100644 index 00000000..caaf66f8 Binary files /dev/null and b/1.5.2/textures/blocks/netherBrick.png differ diff --git a/1.5.2/textures/blocks/netherStalk_0.png b/1.5.2/textures/blocks/netherStalk_0.png new file mode 100644 index 00000000..514a95be Binary files /dev/null and b/1.5.2/textures/blocks/netherStalk_0.png differ diff --git a/1.5.2/textures/blocks/netherStalk_1.png b/1.5.2/textures/blocks/netherStalk_1.png new file mode 100644 index 00000000..b4ad0d1e Binary files /dev/null and b/1.5.2/textures/blocks/netherStalk_1.png differ diff --git a/1.5.2/textures/blocks/netherStalk_2.png b/1.5.2/textures/blocks/netherStalk_2.png new file mode 100644 index 00000000..b9b67431 Binary files /dev/null and b/1.5.2/textures/blocks/netherStalk_2.png differ diff --git a/1.5.2/textures/blocks/netherquartz.png b/1.5.2/textures/blocks/netherquartz.png new file mode 100644 index 00000000..4d758c12 Binary files /dev/null and b/1.5.2/textures/blocks/netherquartz.png differ diff --git a/1.5.2/textures/blocks/obsidian.png b/1.5.2/textures/blocks/obsidian.png new file mode 100644 index 00000000..ff0a6836 Binary files /dev/null and b/1.5.2/textures/blocks/obsidian.png differ diff --git a/1.5.2/textures/blocks/oreCoal.png b/1.5.2/textures/blocks/oreCoal.png new file mode 100644 index 00000000..49486d2a Binary files /dev/null and b/1.5.2/textures/blocks/oreCoal.png differ diff --git a/1.5.2/textures/blocks/oreDiamond.png b/1.5.2/textures/blocks/oreDiamond.png new file mode 100644 index 00000000..735ecdaa Binary files /dev/null and b/1.5.2/textures/blocks/oreDiamond.png differ diff --git a/1.5.2/textures/blocks/oreEmerald.png b/1.5.2/textures/blocks/oreEmerald.png new file mode 100644 index 00000000..a26c35f6 Binary files /dev/null and b/1.5.2/textures/blocks/oreEmerald.png differ diff --git a/1.5.2/textures/blocks/oreGold.png b/1.5.2/textures/blocks/oreGold.png new file mode 100644 index 00000000..b1a7a55b Binary files /dev/null and b/1.5.2/textures/blocks/oreGold.png differ diff --git a/1.5.2/textures/blocks/oreIron.png b/1.5.2/textures/blocks/oreIron.png new file mode 100644 index 00000000..250d8bb7 Binary files /dev/null and b/1.5.2/textures/blocks/oreIron.png differ diff --git a/1.5.2/textures/blocks/oreLapis.png b/1.5.2/textures/blocks/oreLapis.png new file mode 100644 index 00000000..61442368 Binary files /dev/null and b/1.5.2/textures/blocks/oreLapis.png differ diff --git a/1.5.2/textures/blocks/oreRedstone.png b/1.5.2/textures/blocks/oreRedstone.png new file mode 100644 index 00000000..575a4888 Binary files /dev/null and b/1.5.2/textures/blocks/oreRedstone.png differ diff --git a/1.5.2/textures/blocks/piston_bottom.png b/1.5.2/textures/blocks/piston_bottom.png new file mode 100644 index 00000000..a3a5a085 Binary files /dev/null and b/1.5.2/textures/blocks/piston_bottom.png differ diff --git a/1.5.2/textures/blocks/piston_inner_top.png b/1.5.2/textures/blocks/piston_inner_top.png new file mode 100644 index 00000000..10439292 Binary files /dev/null and b/1.5.2/textures/blocks/piston_inner_top.png differ diff --git a/1.5.2/textures/blocks/piston_side.png b/1.5.2/textures/blocks/piston_side.png new file mode 100644 index 00000000..634f54ab Binary files /dev/null and b/1.5.2/textures/blocks/piston_side.png differ diff --git a/1.5.2/textures/blocks/piston_top.png b/1.5.2/textures/blocks/piston_top.png new file mode 100644 index 00000000..eeaadab4 Binary files /dev/null and b/1.5.2/textures/blocks/piston_top.png differ diff --git a/1.5.2/textures/blocks/piston_top_sticky.png b/1.5.2/textures/blocks/piston_top_sticky.png new file mode 100644 index 00000000..6ddd4ad3 Binary files /dev/null and b/1.5.2/textures/blocks/piston_top_sticky.png differ diff --git a/1.5.2/textures/blocks/portal.png b/1.5.2/textures/blocks/portal.png new file mode 100644 index 00000000..96859e2d Binary files /dev/null and b/1.5.2/textures/blocks/portal.png differ diff --git a/1.5.2/textures/blocks/portal.txt b/1.5.2/textures/blocks/portal.txt new file mode 100644 index 00000000..e69de29b diff --git a/1.5.2/textures/blocks/potatoes_0.png b/1.5.2/textures/blocks/potatoes_0.png new file mode 100644 index 00000000..c1ef7320 Binary files /dev/null and b/1.5.2/textures/blocks/potatoes_0.png differ diff --git a/1.5.2/textures/blocks/potatoes_1.png b/1.5.2/textures/blocks/potatoes_1.png new file mode 100644 index 00000000..1275f4f8 Binary files /dev/null and b/1.5.2/textures/blocks/potatoes_1.png differ diff --git a/1.5.2/textures/blocks/potatoes_2.png b/1.5.2/textures/blocks/potatoes_2.png new file mode 100644 index 00000000..b7347dfe Binary files /dev/null and b/1.5.2/textures/blocks/potatoes_2.png differ diff --git a/1.5.2/textures/blocks/potatoes_3.png b/1.5.2/textures/blocks/potatoes_3.png new file mode 100644 index 00000000..d7e8185d Binary files /dev/null and b/1.5.2/textures/blocks/potatoes_3.png differ diff --git a/1.5.2/textures/blocks/pumpkin_face.png b/1.5.2/textures/blocks/pumpkin_face.png new file mode 100644 index 00000000..ecef0250 Binary files /dev/null and b/1.5.2/textures/blocks/pumpkin_face.png differ diff --git a/1.5.2/textures/blocks/pumpkin_jack.png b/1.5.2/textures/blocks/pumpkin_jack.png new file mode 100644 index 00000000..907f499f Binary files /dev/null and b/1.5.2/textures/blocks/pumpkin_jack.png differ diff --git a/1.5.2/textures/blocks/pumpkin_side.png b/1.5.2/textures/blocks/pumpkin_side.png new file mode 100644 index 00000000..75dfc475 Binary files /dev/null and b/1.5.2/textures/blocks/pumpkin_side.png differ diff --git a/1.5.2/textures/blocks/pumpkin_top.png b/1.5.2/textures/blocks/pumpkin_top.png new file mode 100644 index 00000000..297ce3c8 Binary files /dev/null and b/1.5.2/textures/blocks/pumpkin_top.png differ diff --git a/1.5.2/textures/blocks/quartzblock_bottom.png b/1.5.2/textures/blocks/quartzblock_bottom.png new file mode 100644 index 00000000..7e16c7cf Binary files /dev/null and b/1.5.2/textures/blocks/quartzblock_bottom.png differ diff --git a/1.5.2/textures/blocks/quartzblock_chiseled.png b/1.5.2/textures/blocks/quartzblock_chiseled.png new file mode 100644 index 00000000..80465a1b Binary files /dev/null and b/1.5.2/textures/blocks/quartzblock_chiseled.png differ diff --git a/1.5.2/textures/blocks/quartzblock_chiseled_top.png b/1.5.2/textures/blocks/quartzblock_chiseled_top.png new file mode 100644 index 00000000..44073e5c Binary files /dev/null and b/1.5.2/textures/blocks/quartzblock_chiseled_top.png differ diff --git a/1.5.2/textures/blocks/quartzblock_lines.png b/1.5.2/textures/blocks/quartzblock_lines.png new file mode 100644 index 00000000..184ecd25 Binary files /dev/null and b/1.5.2/textures/blocks/quartzblock_lines.png differ diff --git a/1.5.2/textures/blocks/quartzblock_lines_top.png b/1.5.2/textures/blocks/quartzblock_lines_top.png new file mode 100644 index 00000000..6d203793 Binary files /dev/null and b/1.5.2/textures/blocks/quartzblock_lines_top.png differ diff --git a/1.5.2/textures/blocks/quartzblock_side.png b/1.5.2/textures/blocks/quartzblock_side.png new file mode 100644 index 00000000..a2cd2cab Binary files /dev/null and b/1.5.2/textures/blocks/quartzblock_side.png differ diff --git a/1.5.2/textures/blocks/quartzblock_top.png b/1.5.2/textures/blocks/quartzblock_top.png new file mode 100644 index 00000000..a2cd2cab Binary files /dev/null and b/1.5.2/textures/blocks/quartzblock_top.png differ diff --git a/1.5.2/textures/blocks/rail.png b/1.5.2/textures/blocks/rail.png new file mode 100644 index 00000000..d6092369 Binary files /dev/null and b/1.5.2/textures/blocks/rail.png differ diff --git a/1.5.2/textures/blocks/rail_turn.png b/1.5.2/textures/blocks/rail_turn.png new file mode 100644 index 00000000..f394a235 Binary files /dev/null and b/1.5.2/textures/blocks/rail_turn.png differ diff --git a/1.5.2/textures/blocks/redstoneDust_cross.png b/1.5.2/textures/blocks/redstoneDust_cross.png new file mode 100644 index 00000000..dcec8935 Binary files /dev/null and b/1.5.2/textures/blocks/redstoneDust_cross.png differ diff --git a/1.5.2/textures/blocks/redstoneDust_cross_overlay.png b/1.5.2/textures/blocks/redstoneDust_cross_overlay.png new file mode 100644 index 00000000..96729e15 Binary files /dev/null and b/1.5.2/textures/blocks/redstoneDust_cross_overlay.png differ diff --git a/1.5.2/textures/blocks/redstoneDust_line.png b/1.5.2/textures/blocks/redstoneDust_line.png new file mode 100644 index 00000000..ff0fb23a Binary files /dev/null and b/1.5.2/textures/blocks/redstoneDust_line.png differ diff --git a/1.5.2/textures/blocks/redstoneDust_line_overlay.png b/1.5.2/textures/blocks/redstoneDust_line_overlay.png new file mode 100644 index 00000000..96729e15 Binary files /dev/null and b/1.5.2/textures/blocks/redstoneDust_line_overlay.png differ diff --git a/1.5.2/textures/blocks/redstoneLight.png b/1.5.2/textures/blocks/redstoneLight.png new file mode 100644 index 00000000..522765be Binary files /dev/null and b/1.5.2/textures/blocks/redstoneLight.png differ diff --git a/1.5.2/textures/blocks/redstoneLight_lit.png b/1.5.2/textures/blocks/redstoneLight_lit.png new file mode 100644 index 00000000..9562ef3e Binary files /dev/null and b/1.5.2/textures/blocks/redstoneLight_lit.png differ diff --git a/1.5.2/textures/blocks/redtorch.png b/1.5.2/textures/blocks/redtorch.png new file mode 100644 index 00000000..635eabd4 Binary files /dev/null and b/1.5.2/textures/blocks/redtorch.png differ diff --git a/1.5.2/textures/blocks/redtorch_lit.png b/1.5.2/textures/blocks/redtorch_lit.png new file mode 100644 index 00000000..2983d6ce Binary files /dev/null and b/1.5.2/textures/blocks/redtorch_lit.png differ diff --git a/1.5.2/textures/blocks/reeds.png b/1.5.2/textures/blocks/reeds.png new file mode 100644 index 00000000..64bbfe0e Binary files /dev/null and b/1.5.2/textures/blocks/reeds.png differ diff --git a/1.5.2/textures/blocks/repeater.png b/1.5.2/textures/blocks/repeater.png new file mode 100644 index 00000000..86346698 Binary files /dev/null and b/1.5.2/textures/blocks/repeater.png differ diff --git a/1.5.2/textures/blocks/repeater_lit.png b/1.5.2/textures/blocks/repeater_lit.png new file mode 100644 index 00000000..d71d0d93 Binary files /dev/null and b/1.5.2/textures/blocks/repeater_lit.png differ diff --git a/1.5.2/textures/blocks/rose.png b/1.5.2/textures/blocks/rose.png new file mode 100644 index 00000000..15ebba6d Binary files /dev/null and b/1.5.2/textures/blocks/rose.png differ diff --git a/1.5.2/textures/blocks/sand.png b/1.5.2/textures/blocks/sand.png new file mode 100644 index 00000000..86b96546 Binary files /dev/null and b/1.5.2/textures/blocks/sand.png differ diff --git a/1.5.2/textures/blocks/sandstone_bottom.png b/1.5.2/textures/blocks/sandstone_bottom.png new file mode 100644 index 00000000..e1022209 Binary files /dev/null and b/1.5.2/textures/blocks/sandstone_bottom.png differ diff --git a/1.5.2/textures/blocks/sandstone_carved.png b/1.5.2/textures/blocks/sandstone_carved.png new file mode 100644 index 00000000..9bd7fa14 Binary files /dev/null and b/1.5.2/textures/blocks/sandstone_carved.png differ diff --git a/1.5.2/textures/blocks/sandstone_side.png b/1.5.2/textures/blocks/sandstone_side.png new file mode 100644 index 00000000..1b79145f Binary files /dev/null and b/1.5.2/textures/blocks/sandstone_side.png differ diff --git a/1.5.2/textures/blocks/sandstone_smooth.png b/1.5.2/textures/blocks/sandstone_smooth.png new file mode 100644 index 00000000..ef118bdc Binary files /dev/null and b/1.5.2/textures/blocks/sandstone_smooth.png differ diff --git a/1.5.2/textures/blocks/sandstone_top.png b/1.5.2/textures/blocks/sandstone_top.png new file mode 100644 index 00000000..bb5b157d Binary files /dev/null and b/1.5.2/textures/blocks/sandstone_top.png differ diff --git a/1.5.2/textures/blocks/sapling.png b/1.5.2/textures/blocks/sapling.png new file mode 100644 index 00000000..1bf1bfa5 Binary files /dev/null and b/1.5.2/textures/blocks/sapling.png differ diff --git a/1.5.2/textures/blocks/sapling_birch.png b/1.5.2/textures/blocks/sapling_birch.png new file mode 100644 index 00000000..b0dacc5f Binary files /dev/null and b/1.5.2/textures/blocks/sapling_birch.png differ diff --git a/1.5.2/textures/blocks/sapling_jungle.png b/1.5.2/textures/blocks/sapling_jungle.png new file mode 100644 index 00000000..4e10b35c Binary files /dev/null and b/1.5.2/textures/blocks/sapling_jungle.png differ diff --git a/1.5.2/textures/blocks/sapling_spruce.png b/1.5.2/textures/blocks/sapling_spruce.png new file mode 100644 index 00000000..5767d48b Binary files /dev/null and b/1.5.2/textures/blocks/sapling_spruce.png differ diff --git a/1.5.2/textures/blocks/snow.png b/1.5.2/textures/blocks/snow.png new file mode 100644 index 00000000..5c146cd3 Binary files /dev/null and b/1.5.2/textures/blocks/snow.png differ diff --git a/1.5.2/textures/blocks/snow_side.png b/1.5.2/textures/blocks/snow_side.png new file mode 100644 index 00000000..41f61977 Binary files /dev/null and b/1.5.2/textures/blocks/snow_side.png differ diff --git a/1.5.2/textures/blocks/sponge.png b/1.5.2/textures/blocks/sponge.png new file mode 100644 index 00000000..a8508046 Binary files /dev/null and b/1.5.2/textures/blocks/sponge.png differ diff --git a/1.5.2/textures/blocks/stem_bent.png b/1.5.2/textures/blocks/stem_bent.png new file mode 100644 index 00000000..6a5c10e1 Binary files /dev/null and b/1.5.2/textures/blocks/stem_bent.png differ diff --git a/1.5.2/textures/blocks/stem_straight.png b/1.5.2/textures/blocks/stem_straight.png new file mode 100644 index 00000000..38065ef6 Binary files /dev/null and b/1.5.2/textures/blocks/stem_straight.png differ diff --git a/1.5.2/textures/blocks/stone.png b/1.5.2/textures/blocks/stone.png new file mode 100644 index 00000000..87e19ff4 Binary files /dev/null and b/1.5.2/textures/blocks/stone.png differ diff --git a/1.5.2/textures/blocks/stoneMoss.png b/1.5.2/textures/blocks/stoneMoss.png new file mode 100644 index 00000000..29449e3b Binary files /dev/null and b/1.5.2/textures/blocks/stoneMoss.png differ diff --git a/1.5.2/textures/blocks/stonebrick.png b/1.5.2/textures/blocks/stonebrick.png new file mode 100644 index 00000000..da3498c5 Binary files /dev/null and b/1.5.2/textures/blocks/stonebrick.png differ diff --git a/1.5.2/textures/blocks/stonebricksmooth.png b/1.5.2/textures/blocks/stonebricksmooth.png new file mode 100644 index 00000000..69138cf2 Binary files /dev/null and b/1.5.2/textures/blocks/stonebricksmooth.png differ diff --git a/1.5.2/textures/blocks/stonebricksmooth_carved.png b/1.5.2/textures/blocks/stonebricksmooth_carved.png new file mode 100644 index 00000000..b7e88db2 Binary files /dev/null and b/1.5.2/textures/blocks/stonebricksmooth_carved.png differ diff --git a/1.5.2/textures/blocks/stonebricksmooth_cracked.png b/1.5.2/textures/blocks/stonebricksmooth_cracked.png new file mode 100644 index 00000000..918a8845 Binary files /dev/null and b/1.5.2/textures/blocks/stonebricksmooth_cracked.png differ diff --git a/1.5.2/textures/blocks/stonebricksmooth_mossy.png b/1.5.2/textures/blocks/stonebricksmooth_mossy.png new file mode 100644 index 00000000..5b9fe376 Binary files /dev/null and b/1.5.2/textures/blocks/stonebricksmooth_mossy.png differ diff --git a/1.5.2/textures/blocks/stoneslab_side.png b/1.5.2/textures/blocks/stoneslab_side.png new file mode 100644 index 00000000..fe2a2040 Binary files /dev/null and b/1.5.2/textures/blocks/stoneslab_side.png differ diff --git a/1.5.2/textures/blocks/stoneslab_top.png b/1.5.2/textures/blocks/stoneslab_top.png new file mode 100644 index 00000000..090657d3 Binary files /dev/null and b/1.5.2/textures/blocks/stoneslab_top.png differ diff --git a/1.5.2/textures/blocks/tallgrass.png b/1.5.2/textures/blocks/tallgrass.png new file mode 100644 index 00000000..42b2013e Binary files /dev/null and b/1.5.2/textures/blocks/tallgrass.png differ diff --git a/1.5.2/textures/blocks/thinglass_top.png b/1.5.2/textures/blocks/thinglass_top.png new file mode 100644 index 00000000..02de5877 Binary files /dev/null and b/1.5.2/textures/blocks/thinglass_top.png differ diff --git a/1.5.2/textures/blocks/tnt_bottom.png b/1.5.2/textures/blocks/tnt_bottom.png new file mode 100644 index 00000000..cc2e5867 Binary files /dev/null and b/1.5.2/textures/blocks/tnt_bottom.png differ diff --git a/1.5.2/textures/blocks/tnt_side.png b/1.5.2/textures/blocks/tnt_side.png new file mode 100644 index 00000000..21109fbe Binary files /dev/null and b/1.5.2/textures/blocks/tnt_side.png differ diff --git a/1.5.2/textures/blocks/tnt_top.png b/1.5.2/textures/blocks/tnt_top.png new file mode 100644 index 00000000..ceb44b6d Binary files /dev/null and b/1.5.2/textures/blocks/tnt_top.png differ diff --git a/1.5.2/textures/blocks/torch.png b/1.5.2/textures/blocks/torch.png new file mode 100644 index 00000000..a2ce41b8 Binary files /dev/null and b/1.5.2/textures/blocks/torch.png differ diff --git a/1.5.2/textures/blocks/trapdoor.png b/1.5.2/textures/blocks/trapdoor.png new file mode 100644 index 00000000..a7dcccc9 Binary files /dev/null and b/1.5.2/textures/blocks/trapdoor.png differ diff --git a/1.5.2/textures/blocks/tree_birch.png b/1.5.2/textures/blocks/tree_birch.png new file mode 100644 index 00000000..bfb209d1 Binary files /dev/null and b/1.5.2/textures/blocks/tree_birch.png differ diff --git a/1.5.2/textures/blocks/tree_jungle.png b/1.5.2/textures/blocks/tree_jungle.png new file mode 100644 index 00000000..0b7120ad Binary files /dev/null and b/1.5.2/textures/blocks/tree_jungle.png differ diff --git a/1.5.2/textures/blocks/tree_side.png b/1.5.2/textures/blocks/tree_side.png new file mode 100644 index 00000000..914cb5fb Binary files /dev/null and b/1.5.2/textures/blocks/tree_side.png differ diff --git a/1.5.2/textures/blocks/tree_spruce.png b/1.5.2/textures/blocks/tree_spruce.png new file mode 100644 index 00000000..dc1aa2f0 Binary files /dev/null and b/1.5.2/textures/blocks/tree_spruce.png differ diff --git a/1.5.2/textures/blocks/tree_top.png b/1.5.2/textures/blocks/tree_top.png new file mode 100644 index 00000000..7a44e773 Binary files /dev/null and b/1.5.2/textures/blocks/tree_top.png differ diff --git a/1.5.2/textures/blocks/tripWire.png b/1.5.2/textures/blocks/tripWire.png new file mode 100644 index 00000000..6a9a72b5 Binary files /dev/null and b/1.5.2/textures/blocks/tripWire.png differ diff --git a/1.5.2/textures/blocks/tripWireSource.png b/1.5.2/textures/blocks/tripWireSource.png new file mode 100644 index 00000000..fbd464d8 Binary files /dev/null and b/1.5.2/textures/blocks/tripWireSource.png differ diff --git a/1.5.2/textures/blocks/vine.png b/1.5.2/textures/blocks/vine.png new file mode 100644 index 00000000..df5e435a Binary files /dev/null and b/1.5.2/textures/blocks/vine.png differ diff --git a/1.5.2/textures/blocks/water.png b/1.5.2/textures/blocks/water.png new file mode 100644 index 00000000..c7e90b07 Binary files /dev/null and b/1.5.2/textures/blocks/water.png differ diff --git a/1.5.2/textures/blocks/water.txt b/1.5.2/textures/blocks/water.txt new file mode 100644 index 00000000..d8fe765a --- /dev/null +++ b/1.5.2/textures/blocks/water.txt @@ -0,0 +1,32 @@ +0*2 +1*2 +2*2 +3*2 +4*2 +5*2 +6*2 +7*2 +8*2 +9*2 +10*2 +11*2 +12*2 +13*2 +14*2 +15*2 +16*2 +17*2 +18*2 +19*2 +20*2 +21*2 +22*2 +23*2 +24*2 +25*2 +26*2 +27*2 +28*2 +29*2 +30*2 +31*2 diff --git a/1.5.2/textures/blocks/water_flow.png b/1.5.2/textures/blocks/water_flow.png new file mode 100644 index 00000000..e72280c4 Binary files /dev/null and b/1.5.2/textures/blocks/water_flow.png differ diff --git a/1.5.2/textures/blocks/water_flow.txt b/1.5.2/textures/blocks/water_flow.txt new file mode 100644 index 00000000..e69de29b diff --git a/1.5.2/textures/blocks/waterlily.png b/1.5.2/textures/blocks/waterlily.png new file mode 100644 index 00000000..f6c84f84 Binary files /dev/null and b/1.5.2/textures/blocks/waterlily.png differ diff --git a/1.5.2/textures/blocks/web.png b/1.5.2/textures/blocks/web.png new file mode 100644 index 00000000..7c097f17 Binary files /dev/null and b/1.5.2/textures/blocks/web.png differ diff --git a/1.5.2/textures/blocks/whiteStone.png b/1.5.2/textures/blocks/whiteStone.png new file mode 100644 index 00000000..c2a91e3c Binary files /dev/null and b/1.5.2/textures/blocks/whiteStone.png differ diff --git a/1.5.2/textures/blocks/wood.png b/1.5.2/textures/blocks/wood.png new file mode 100644 index 00000000..346f77dc Binary files /dev/null and b/1.5.2/textures/blocks/wood.png differ diff --git a/1.5.2/textures/blocks/wood_birch.png b/1.5.2/textures/blocks/wood_birch.png new file mode 100644 index 00000000..b113e3ae Binary files /dev/null and b/1.5.2/textures/blocks/wood_birch.png differ diff --git a/1.5.2/textures/blocks/wood_jungle.png b/1.5.2/textures/blocks/wood_jungle.png new file mode 100644 index 00000000..e3fe82d1 Binary files /dev/null and b/1.5.2/textures/blocks/wood_jungle.png differ diff --git a/1.5.2/textures/blocks/wood_spruce.png b/1.5.2/textures/blocks/wood_spruce.png new file mode 100644 index 00000000..f45fa94b Binary files /dev/null and b/1.5.2/textures/blocks/wood_spruce.png differ diff --git a/1.5.2/textures/blocks/workbench_front.png b/1.5.2/textures/blocks/workbench_front.png new file mode 100644 index 00000000..11986a46 Binary files /dev/null and b/1.5.2/textures/blocks/workbench_front.png differ diff --git a/1.5.2/textures/blocks/workbench_side.png b/1.5.2/textures/blocks/workbench_side.png new file mode 100644 index 00000000..1c678b4c Binary files /dev/null and b/1.5.2/textures/blocks/workbench_side.png differ diff --git a/1.5.2/textures/blocks/workbench_top.png b/1.5.2/textures/blocks/workbench_top.png new file mode 100644 index 00000000..5cd53a54 Binary files /dev/null and b/1.5.2/textures/blocks/workbench_top.png differ diff --git a/1.5.2/textures/items/apple.png b/1.5.2/textures/items/apple.png new file mode 100644 index 00000000..3e2ee59f Binary files /dev/null and b/1.5.2/textures/items/apple.png differ diff --git a/1.5.2/textures/items/appleGold.png b/1.5.2/textures/items/appleGold.png new file mode 100644 index 00000000..62019898 Binary files /dev/null and b/1.5.2/textures/items/appleGold.png differ diff --git a/1.5.2/textures/items/arrow.png b/1.5.2/textures/items/arrow.png new file mode 100644 index 00000000..4f748a00 Binary files /dev/null and b/1.5.2/textures/items/arrow.png differ diff --git a/1.5.2/textures/items/bed.png b/1.5.2/textures/items/bed.png new file mode 100644 index 00000000..22a4cf04 Binary files /dev/null and b/1.5.2/textures/items/bed.png differ diff --git a/1.5.2/textures/items/beefCooked.png b/1.5.2/textures/items/beefCooked.png new file mode 100644 index 00000000..a1c765a1 Binary files /dev/null and b/1.5.2/textures/items/beefCooked.png differ diff --git a/1.5.2/textures/items/beefRaw.png b/1.5.2/textures/items/beefRaw.png new file mode 100644 index 00000000..82af4e7e Binary files /dev/null and b/1.5.2/textures/items/beefRaw.png differ diff --git a/1.5.2/textures/items/blazePowder.png b/1.5.2/textures/items/blazePowder.png new file mode 100644 index 00000000..89c57d6e Binary files /dev/null and b/1.5.2/textures/items/blazePowder.png differ diff --git a/1.5.2/textures/items/blazeRod.png b/1.5.2/textures/items/blazeRod.png new file mode 100644 index 00000000..7050e10f Binary files /dev/null and b/1.5.2/textures/items/blazeRod.png differ diff --git a/1.5.2/textures/items/boat.png b/1.5.2/textures/items/boat.png new file mode 100644 index 00000000..235e0a26 Binary files /dev/null and b/1.5.2/textures/items/boat.png differ diff --git a/1.5.2/textures/items/bone.png b/1.5.2/textures/items/bone.png new file mode 100644 index 00000000..3faca89a Binary files /dev/null and b/1.5.2/textures/items/bone.png differ diff --git a/1.5.2/textures/items/book.png b/1.5.2/textures/items/book.png new file mode 100644 index 00000000..f791ae43 Binary files /dev/null and b/1.5.2/textures/items/book.png differ diff --git a/1.5.2/textures/items/bootsChain.png b/1.5.2/textures/items/bootsChain.png new file mode 100644 index 00000000..54a4a159 Binary files /dev/null and b/1.5.2/textures/items/bootsChain.png differ diff --git a/1.5.2/textures/items/bootsCloth.png b/1.5.2/textures/items/bootsCloth.png new file mode 100644 index 00000000..31c21326 Binary files /dev/null and b/1.5.2/textures/items/bootsCloth.png differ diff --git a/1.5.2/textures/items/bootsCloth_overlay.png b/1.5.2/textures/items/bootsCloth_overlay.png new file mode 100644 index 00000000..b6896d87 Binary files /dev/null and b/1.5.2/textures/items/bootsCloth_overlay.png differ diff --git a/1.5.2/textures/items/bootsDiamond.png b/1.5.2/textures/items/bootsDiamond.png new file mode 100644 index 00000000..70d9e5f8 Binary files /dev/null and b/1.5.2/textures/items/bootsDiamond.png differ diff --git a/1.5.2/textures/items/bootsGold.png b/1.5.2/textures/items/bootsGold.png new file mode 100644 index 00000000..f6033d25 Binary files /dev/null and b/1.5.2/textures/items/bootsGold.png differ diff --git a/1.5.2/textures/items/bootsIron.png b/1.5.2/textures/items/bootsIron.png new file mode 100644 index 00000000..b69ca05c Binary files /dev/null and b/1.5.2/textures/items/bootsIron.png differ diff --git a/1.5.2/textures/items/bow.png b/1.5.2/textures/items/bow.png new file mode 100644 index 00000000..d709b9c8 Binary files /dev/null and b/1.5.2/textures/items/bow.png differ diff --git a/1.5.2/textures/items/bow_pull_0.png b/1.5.2/textures/items/bow_pull_0.png new file mode 100644 index 00000000..2022aabd Binary files /dev/null and b/1.5.2/textures/items/bow_pull_0.png differ diff --git a/1.5.2/textures/items/bow_pull_1.png b/1.5.2/textures/items/bow_pull_1.png new file mode 100644 index 00000000..a1320795 Binary files /dev/null and b/1.5.2/textures/items/bow_pull_1.png differ diff --git a/1.5.2/textures/items/bow_pull_2.png b/1.5.2/textures/items/bow_pull_2.png new file mode 100644 index 00000000..d459e685 Binary files /dev/null and b/1.5.2/textures/items/bow_pull_2.png differ diff --git a/1.5.2/textures/items/bowl.png b/1.5.2/textures/items/bowl.png new file mode 100644 index 00000000..63d16ad6 Binary files /dev/null and b/1.5.2/textures/items/bowl.png differ diff --git a/1.5.2/textures/items/bread.png b/1.5.2/textures/items/bread.png new file mode 100644 index 00000000..c833604c Binary files /dev/null and b/1.5.2/textures/items/bread.png differ diff --git a/1.5.2/textures/items/brewingStand.png b/1.5.2/textures/items/brewingStand.png new file mode 100644 index 00000000..97db9af1 Binary files /dev/null and b/1.5.2/textures/items/brewingStand.png differ diff --git a/1.5.2/textures/items/brick.png b/1.5.2/textures/items/brick.png new file mode 100644 index 00000000..11e74be6 Binary files /dev/null and b/1.5.2/textures/items/brick.png differ diff --git a/1.5.2/textures/items/bucket.png b/1.5.2/textures/items/bucket.png new file mode 100644 index 00000000..f8e53692 Binary files /dev/null and b/1.5.2/textures/items/bucket.png differ diff --git a/1.5.2/textures/items/bucketLava.png b/1.5.2/textures/items/bucketLava.png new file mode 100644 index 00000000..13a19570 Binary files /dev/null and b/1.5.2/textures/items/bucketLava.png differ diff --git a/1.5.2/textures/items/bucketWater.png b/1.5.2/textures/items/bucketWater.png new file mode 100644 index 00000000..2f36accb Binary files /dev/null and b/1.5.2/textures/items/bucketWater.png differ diff --git a/1.5.2/textures/items/cake.png b/1.5.2/textures/items/cake.png new file mode 100644 index 00000000..46e94b82 Binary files /dev/null and b/1.5.2/textures/items/cake.png differ diff --git a/1.5.2/textures/items/carrotGolden.png b/1.5.2/textures/items/carrotGolden.png new file mode 100644 index 00000000..e0f1ea62 Binary files /dev/null and b/1.5.2/textures/items/carrotGolden.png differ diff --git a/1.5.2/textures/items/carrotOnAStick.png b/1.5.2/textures/items/carrotOnAStick.png new file mode 100644 index 00000000..9e88571e Binary files /dev/null and b/1.5.2/textures/items/carrotOnAStick.png differ diff --git a/1.5.2/textures/items/carrots.png b/1.5.2/textures/items/carrots.png new file mode 100644 index 00000000..2d08aab9 Binary files /dev/null and b/1.5.2/textures/items/carrots.png differ diff --git a/1.5.2/textures/items/cauldron.png b/1.5.2/textures/items/cauldron.png new file mode 100644 index 00000000..e3186ebd Binary files /dev/null and b/1.5.2/textures/items/cauldron.png differ diff --git a/1.5.2/textures/items/chestplateChain.png b/1.5.2/textures/items/chestplateChain.png new file mode 100644 index 00000000..cd2115a9 Binary files /dev/null and b/1.5.2/textures/items/chestplateChain.png differ diff --git a/1.5.2/textures/items/chestplateCloth.png b/1.5.2/textures/items/chestplateCloth.png new file mode 100644 index 00000000..e534aefc Binary files /dev/null and b/1.5.2/textures/items/chestplateCloth.png differ diff --git a/1.5.2/textures/items/chestplateCloth_overlay.png b/1.5.2/textures/items/chestplateCloth_overlay.png new file mode 100644 index 00000000..125fd348 Binary files /dev/null and b/1.5.2/textures/items/chestplateCloth_overlay.png differ diff --git a/1.5.2/textures/items/chestplateDiamond.png b/1.5.2/textures/items/chestplateDiamond.png new file mode 100644 index 00000000..afdff93e Binary files /dev/null and b/1.5.2/textures/items/chestplateDiamond.png differ diff --git a/1.5.2/textures/items/chestplateGold.png b/1.5.2/textures/items/chestplateGold.png new file mode 100644 index 00000000..e36076ad Binary files /dev/null and b/1.5.2/textures/items/chestplateGold.png differ diff --git a/1.5.2/textures/items/chestplateIron.png b/1.5.2/textures/items/chestplateIron.png new file mode 100644 index 00000000..e7993ce1 Binary files /dev/null and b/1.5.2/textures/items/chestplateIron.png differ diff --git a/1.5.2/textures/items/chickenCooked.png b/1.5.2/textures/items/chickenCooked.png new file mode 100644 index 00000000..890b5b3f Binary files /dev/null and b/1.5.2/textures/items/chickenCooked.png differ diff --git a/1.5.2/textures/items/chickenRaw.png b/1.5.2/textures/items/chickenRaw.png new file mode 100644 index 00000000..6d259224 Binary files /dev/null and b/1.5.2/textures/items/chickenRaw.png differ diff --git a/1.5.2/textures/items/clay.png b/1.5.2/textures/items/clay.png new file mode 100644 index 00000000..5103d6cc Binary files /dev/null and b/1.5.2/textures/items/clay.png differ diff --git a/1.5.2/textures/items/clock.png b/1.5.2/textures/items/clock.png new file mode 100644 index 00000000..069a0abf Binary files /dev/null and b/1.5.2/textures/items/clock.png differ diff --git a/1.5.2/textures/items/clock.txt b/1.5.2/textures/items/clock.txt new file mode 100644 index 00000000..e69de29b diff --git a/1.5.2/textures/items/coal.png b/1.5.2/textures/items/coal.png new file mode 100644 index 00000000..5563b6fc Binary files /dev/null and b/1.5.2/textures/items/coal.png differ diff --git a/1.5.2/textures/items/comparator.png b/1.5.2/textures/items/comparator.png new file mode 100644 index 00000000..28b8eec1 Binary files /dev/null and b/1.5.2/textures/items/comparator.png differ diff --git a/1.5.2/textures/items/compass.png b/1.5.2/textures/items/compass.png new file mode 100644 index 00000000..9dcbdfe6 Binary files /dev/null and b/1.5.2/textures/items/compass.png differ diff --git a/1.5.2/textures/items/compass.txt b/1.5.2/textures/items/compass.txt new file mode 100644 index 00000000..e69de29b diff --git a/1.5.2/textures/items/cookie.png b/1.5.2/textures/items/cookie.png new file mode 100644 index 00000000..01fe56b1 Binary files /dev/null and b/1.5.2/textures/items/cookie.png differ diff --git a/1.5.2/textures/items/diamond.png b/1.5.2/textures/items/diamond.png new file mode 100644 index 00000000..10e70a0c Binary files /dev/null and b/1.5.2/textures/items/diamond.png differ diff --git a/1.5.2/textures/items/diode.png b/1.5.2/textures/items/diode.png new file mode 100644 index 00000000..7a07381c Binary files /dev/null and b/1.5.2/textures/items/diode.png differ diff --git a/1.5.2/textures/items/doorIron.png b/1.5.2/textures/items/doorIron.png new file mode 100644 index 00000000..67877ab2 Binary files /dev/null and b/1.5.2/textures/items/doorIron.png differ diff --git a/1.5.2/textures/items/doorWood.png b/1.5.2/textures/items/doorWood.png new file mode 100644 index 00000000..750307f0 Binary files /dev/null and b/1.5.2/textures/items/doorWood.png differ diff --git a/1.5.2/textures/items/dyePowder_black.png b/1.5.2/textures/items/dyePowder_black.png new file mode 100644 index 00000000..909bea5e Binary files /dev/null and b/1.5.2/textures/items/dyePowder_black.png differ diff --git a/1.5.2/textures/items/dyePowder_blue.png b/1.5.2/textures/items/dyePowder_blue.png new file mode 100644 index 00000000..4713983e Binary files /dev/null and b/1.5.2/textures/items/dyePowder_blue.png differ diff --git a/1.5.2/textures/items/dyePowder_brown.png b/1.5.2/textures/items/dyePowder_brown.png new file mode 100644 index 00000000..62eae8d4 Binary files /dev/null and b/1.5.2/textures/items/dyePowder_brown.png differ diff --git a/1.5.2/textures/items/dyePowder_cyan.png b/1.5.2/textures/items/dyePowder_cyan.png new file mode 100644 index 00000000..7b10c117 Binary files /dev/null and b/1.5.2/textures/items/dyePowder_cyan.png differ diff --git a/1.5.2/textures/items/dyePowder_gray.png b/1.5.2/textures/items/dyePowder_gray.png new file mode 100644 index 00000000..4fce7e72 Binary files /dev/null and b/1.5.2/textures/items/dyePowder_gray.png differ diff --git a/1.5.2/textures/items/dyePowder_green.png b/1.5.2/textures/items/dyePowder_green.png new file mode 100644 index 00000000..009e0587 Binary files /dev/null and b/1.5.2/textures/items/dyePowder_green.png differ diff --git a/1.5.2/textures/items/dyePowder_lightBlue.png b/1.5.2/textures/items/dyePowder_lightBlue.png new file mode 100644 index 00000000..a8b45c92 Binary files /dev/null and b/1.5.2/textures/items/dyePowder_lightBlue.png differ diff --git a/1.5.2/textures/items/dyePowder_lime.png b/1.5.2/textures/items/dyePowder_lime.png new file mode 100644 index 00000000..7a787644 Binary files /dev/null and b/1.5.2/textures/items/dyePowder_lime.png differ diff --git a/1.5.2/textures/items/dyePowder_magenta.png b/1.5.2/textures/items/dyePowder_magenta.png new file mode 100644 index 00000000..ea7342a8 Binary files /dev/null and b/1.5.2/textures/items/dyePowder_magenta.png differ diff --git a/1.5.2/textures/items/dyePowder_orange.png b/1.5.2/textures/items/dyePowder_orange.png new file mode 100644 index 00000000..677a1aa6 Binary files /dev/null and b/1.5.2/textures/items/dyePowder_orange.png differ diff --git a/1.5.2/textures/items/dyePowder_pink.png b/1.5.2/textures/items/dyePowder_pink.png new file mode 100644 index 00000000..1acc4834 Binary files /dev/null and b/1.5.2/textures/items/dyePowder_pink.png differ diff --git a/1.5.2/textures/items/dyePowder_purple.png b/1.5.2/textures/items/dyePowder_purple.png new file mode 100644 index 00000000..7d201c26 Binary files /dev/null and b/1.5.2/textures/items/dyePowder_purple.png differ diff --git a/1.5.2/textures/items/dyePowder_red.png b/1.5.2/textures/items/dyePowder_red.png new file mode 100644 index 00000000..2d1a7429 Binary files /dev/null and b/1.5.2/textures/items/dyePowder_red.png differ diff --git a/1.5.2/textures/items/dyePowder_silver.png b/1.5.2/textures/items/dyePowder_silver.png new file mode 100644 index 00000000..fa9e501e Binary files /dev/null and b/1.5.2/textures/items/dyePowder_silver.png differ diff --git a/1.5.2/textures/items/dyePowder_white.png b/1.5.2/textures/items/dyePowder_white.png new file mode 100644 index 00000000..5b1833be Binary files /dev/null and b/1.5.2/textures/items/dyePowder_white.png differ diff --git a/1.5.2/textures/items/dyePowder_yellow.png b/1.5.2/textures/items/dyePowder_yellow.png new file mode 100644 index 00000000..95e06731 Binary files /dev/null and b/1.5.2/textures/items/dyePowder_yellow.png differ diff --git a/1.5.2/textures/items/egg.png b/1.5.2/textures/items/egg.png new file mode 100644 index 00000000..a6fe2bfa Binary files /dev/null and b/1.5.2/textures/items/egg.png differ diff --git a/1.5.2/textures/items/emerald.png b/1.5.2/textures/items/emerald.png new file mode 100644 index 00000000..98d953e2 Binary files /dev/null and b/1.5.2/textures/items/emerald.png differ diff --git a/1.5.2/textures/items/emptyMap.png b/1.5.2/textures/items/emptyMap.png new file mode 100644 index 00000000..8dc6e58b Binary files /dev/null and b/1.5.2/textures/items/emptyMap.png differ diff --git a/1.5.2/textures/items/enchantedBook.png b/1.5.2/textures/items/enchantedBook.png new file mode 100644 index 00000000..44215f63 Binary files /dev/null and b/1.5.2/textures/items/enchantedBook.png differ diff --git a/1.5.2/textures/items/enderPearl.png b/1.5.2/textures/items/enderPearl.png new file mode 100644 index 00000000..4b752a64 Binary files /dev/null and b/1.5.2/textures/items/enderPearl.png differ diff --git a/1.5.2/textures/items/expBottle.png b/1.5.2/textures/items/expBottle.png new file mode 100644 index 00000000..ae4214ff Binary files /dev/null and b/1.5.2/textures/items/expBottle.png differ diff --git a/1.5.2/textures/items/eyeOfEnder.png b/1.5.2/textures/items/eyeOfEnder.png new file mode 100644 index 00000000..8c4ef4e8 Binary files /dev/null and b/1.5.2/textures/items/eyeOfEnder.png differ diff --git a/1.5.2/textures/items/feather.png b/1.5.2/textures/items/feather.png new file mode 100644 index 00000000..d4c3be55 Binary files /dev/null and b/1.5.2/textures/items/feather.png differ diff --git a/1.5.2/textures/items/fermentedSpiderEye.png b/1.5.2/textures/items/fermentedSpiderEye.png new file mode 100644 index 00000000..226ffb89 Binary files /dev/null and b/1.5.2/textures/items/fermentedSpiderEye.png differ diff --git a/1.5.2/textures/items/fireball.png b/1.5.2/textures/items/fireball.png new file mode 100644 index 00000000..d62a6f47 Binary files /dev/null and b/1.5.2/textures/items/fireball.png differ diff --git a/1.5.2/textures/items/fireworks.png b/1.5.2/textures/items/fireworks.png new file mode 100644 index 00000000..f1e07fd1 Binary files /dev/null and b/1.5.2/textures/items/fireworks.png differ diff --git a/1.5.2/textures/items/fireworksCharge.png b/1.5.2/textures/items/fireworksCharge.png new file mode 100644 index 00000000..43a4a21b Binary files /dev/null and b/1.5.2/textures/items/fireworksCharge.png differ diff --git a/1.5.2/textures/items/fireworksCharge_overlay.png b/1.5.2/textures/items/fireworksCharge_overlay.png new file mode 100644 index 00000000..d8b91a92 Binary files /dev/null and b/1.5.2/textures/items/fireworksCharge_overlay.png differ diff --git a/1.5.2/textures/items/fishCooked.png b/1.5.2/textures/items/fishCooked.png new file mode 100644 index 00000000..87564c70 Binary files /dev/null and b/1.5.2/textures/items/fishCooked.png differ diff --git a/1.5.2/textures/items/fishRaw.png b/1.5.2/textures/items/fishRaw.png new file mode 100644 index 00000000..e4f6837e Binary files /dev/null and b/1.5.2/textures/items/fishRaw.png differ diff --git a/1.5.2/textures/items/fishingRod.png b/1.5.2/textures/items/fishingRod.png new file mode 100644 index 00000000..d4b53f0f Binary files /dev/null and b/1.5.2/textures/items/fishingRod.png differ diff --git a/1.5.2/textures/items/fishingRod_empty.png b/1.5.2/textures/items/fishingRod_empty.png new file mode 100644 index 00000000..a5ab3781 Binary files /dev/null and b/1.5.2/textures/items/fishingRod_empty.png differ diff --git a/1.5.2/textures/items/flint.png b/1.5.2/textures/items/flint.png new file mode 100644 index 00000000..5f51093f Binary files /dev/null and b/1.5.2/textures/items/flint.png differ diff --git a/1.5.2/textures/items/flintAndSteel.png b/1.5.2/textures/items/flintAndSteel.png new file mode 100644 index 00000000..77bc3407 Binary files /dev/null and b/1.5.2/textures/items/flintAndSteel.png differ diff --git a/1.5.2/textures/items/flowerPot.png b/1.5.2/textures/items/flowerPot.png new file mode 100644 index 00000000..c4f26d21 Binary files /dev/null and b/1.5.2/textures/items/flowerPot.png differ diff --git a/1.5.2/textures/items/frame.png b/1.5.2/textures/items/frame.png new file mode 100644 index 00000000..261c98a6 Binary files /dev/null and b/1.5.2/textures/items/frame.png differ diff --git a/1.5.2/textures/items/ghastTear.png b/1.5.2/textures/items/ghastTear.png new file mode 100644 index 00000000..e5c741f9 Binary files /dev/null and b/1.5.2/textures/items/ghastTear.png differ diff --git a/1.5.2/textures/items/glassBottle.png b/1.5.2/textures/items/glassBottle.png new file mode 100644 index 00000000..87339d79 Binary files /dev/null and b/1.5.2/textures/items/glassBottle.png differ diff --git a/1.5.2/textures/items/goldNugget.png b/1.5.2/textures/items/goldNugget.png new file mode 100644 index 00000000..3a9a2fe4 Binary files /dev/null and b/1.5.2/textures/items/goldNugget.png differ diff --git a/1.5.2/textures/items/hatchetDiamond.png b/1.5.2/textures/items/hatchetDiamond.png new file mode 100644 index 00000000..7627f87b Binary files /dev/null and b/1.5.2/textures/items/hatchetDiamond.png differ diff --git a/1.5.2/textures/items/hatchetGold.png b/1.5.2/textures/items/hatchetGold.png new file mode 100644 index 00000000..0f47b600 Binary files /dev/null and b/1.5.2/textures/items/hatchetGold.png differ diff --git a/1.5.2/textures/items/hatchetIron.png b/1.5.2/textures/items/hatchetIron.png new file mode 100644 index 00000000..8bf133e3 Binary files /dev/null and b/1.5.2/textures/items/hatchetIron.png differ diff --git a/1.5.2/textures/items/hatchetStone.png b/1.5.2/textures/items/hatchetStone.png new file mode 100644 index 00000000..fb33584a Binary files /dev/null and b/1.5.2/textures/items/hatchetStone.png differ diff --git a/1.5.2/textures/items/hatchetWood.png b/1.5.2/textures/items/hatchetWood.png new file mode 100644 index 00000000..3a192033 Binary files /dev/null and b/1.5.2/textures/items/hatchetWood.png differ diff --git a/1.5.2/textures/items/helmetChain.png b/1.5.2/textures/items/helmetChain.png new file mode 100644 index 00000000..a1433387 Binary files /dev/null and b/1.5.2/textures/items/helmetChain.png differ diff --git a/1.5.2/textures/items/helmetCloth.png b/1.5.2/textures/items/helmetCloth.png new file mode 100644 index 00000000..da2cfa86 Binary files /dev/null and b/1.5.2/textures/items/helmetCloth.png differ diff --git a/1.5.2/textures/items/helmetCloth_overlay.png b/1.5.2/textures/items/helmetCloth_overlay.png new file mode 100644 index 00000000..8040d77f Binary files /dev/null and b/1.5.2/textures/items/helmetCloth_overlay.png differ diff --git a/1.5.2/textures/items/helmetDiamond.png b/1.5.2/textures/items/helmetDiamond.png new file mode 100644 index 00000000..1c885924 Binary files /dev/null and b/1.5.2/textures/items/helmetDiamond.png differ diff --git a/1.5.2/textures/items/helmetGold.png b/1.5.2/textures/items/helmetGold.png new file mode 100644 index 00000000..9eb89a0c Binary files /dev/null and b/1.5.2/textures/items/helmetGold.png differ diff --git a/1.5.2/textures/items/helmetIron.png b/1.5.2/textures/items/helmetIron.png new file mode 100644 index 00000000..65e64cc5 Binary files /dev/null and b/1.5.2/textures/items/helmetIron.png differ diff --git a/1.5.2/textures/items/hoeDiamond.png b/1.5.2/textures/items/hoeDiamond.png new file mode 100644 index 00000000..c9a97e0a Binary files /dev/null and b/1.5.2/textures/items/hoeDiamond.png differ diff --git a/1.5.2/textures/items/hoeGold.png b/1.5.2/textures/items/hoeGold.png new file mode 100644 index 00000000..1685d472 Binary files /dev/null and b/1.5.2/textures/items/hoeGold.png differ diff --git a/1.5.2/textures/items/hoeIron.png b/1.5.2/textures/items/hoeIron.png new file mode 100644 index 00000000..28d4c36d Binary files /dev/null and b/1.5.2/textures/items/hoeIron.png differ diff --git a/1.5.2/textures/items/hoeStone.png b/1.5.2/textures/items/hoeStone.png new file mode 100644 index 00000000..d46b2724 Binary files /dev/null and b/1.5.2/textures/items/hoeStone.png differ diff --git a/1.5.2/textures/items/hoeWood.png b/1.5.2/textures/items/hoeWood.png new file mode 100644 index 00000000..de1c7a6d Binary files /dev/null and b/1.5.2/textures/items/hoeWood.png differ diff --git a/1.5.2/textures/items/hopper.png b/1.5.2/textures/items/hopper.png new file mode 100644 index 00000000..f8b244fc Binary files /dev/null and b/1.5.2/textures/items/hopper.png differ diff --git a/1.5.2/textures/items/ingotGold.png b/1.5.2/textures/items/ingotGold.png new file mode 100644 index 00000000..ea781e71 Binary files /dev/null and b/1.5.2/textures/items/ingotGold.png differ diff --git a/1.5.2/textures/items/ingotIron.png b/1.5.2/textures/items/ingotIron.png new file mode 100644 index 00000000..3833fa05 Binary files /dev/null and b/1.5.2/textures/items/ingotIron.png differ diff --git a/1.5.2/textures/items/leather.png b/1.5.2/textures/items/leather.png new file mode 100644 index 00000000..13dc1998 Binary files /dev/null and b/1.5.2/textures/items/leather.png differ diff --git a/1.5.2/textures/items/leggingsChain.png b/1.5.2/textures/items/leggingsChain.png new file mode 100644 index 00000000..dae4b266 Binary files /dev/null and b/1.5.2/textures/items/leggingsChain.png differ diff --git a/1.5.2/textures/items/leggingsCloth.png b/1.5.2/textures/items/leggingsCloth.png new file mode 100644 index 00000000..3ff24ee2 Binary files /dev/null and b/1.5.2/textures/items/leggingsCloth.png differ diff --git a/1.5.2/textures/items/leggingsCloth_overlay.png b/1.5.2/textures/items/leggingsCloth_overlay.png new file mode 100644 index 00000000..813ba262 Binary files /dev/null and b/1.5.2/textures/items/leggingsCloth_overlay.png differ diff --git a/1.5.2/textures/items/leggingsDiamond.png b/1.5.2/textures/items/leggingsDiamond.png new file mode 100644 index 00000000..a99c8967 Binary files /dev/null and b/1.5.2/textures/items/leggingsDiamond.png differ diff --git a/1.5.2/textures/items/leggingsGold.png b/1.5.2/textures/items/leggingsGold.png new file mode 100644 index 00000000..da237713 Binary files /dev/null and b/1.5.2/textures/items/leggingsGold.png differ diff --git a/1.5.2/textures/items/leggingsIron.png b/1.5.2/textures/items/leggingsIron.png new file mode 100644 index 00000000..ad536739 Binary files /dev/null and b/1.5.2/textures/items/leggingsIron.png differ diff --git a/1.5.2/textures/items/magmaCream.png b/1.5.2/textures/items/magmaCream.png new file mode 100644 index 00000000..b2be210c Binary files /dev/null and b/1.5.2/textures/items/magmaCream.png differ diff --git a/1.5.2/textures/items/map.png b/1.5.2/textures/items/map.png new file mode 100644 index 00000000..1381e215 Binary files /dev/null and b/1.5.2/textures/items/map.png differ diff --git a/1.5.2/textures/items/melon.png b/1.5.2/textures/items/melon.png new file mode 100644 index 00000000..590f47a2 Binary files /dev/null and b/1.5.2/textures/items/melon.png differ diff --git a/1.5.2/textures/items/milk.png b/1.5.2/textures/items/milk.png new file mode 100644 index 00000000..c77d92c5 Binary files /dev/null and b/1.5.2/textures/items/milk.png differ diff --git a/1.5.2/textures/items/minecart.png b/1.5.2/textures/items/minecart.png new file mode 100644 index 00000000..2046f2bc Binary files /dev/null and b/1.5.2/textures/items/minecart.png differ diff --git a/1.5.2/textures/items/minecartChest.png b/1.5.2/textures/items/minecartChest.png new file mode 100644 index 00000000..78a37786 Binary files /dev/null and b/1.5.2/textures/items/minecartChest.png differ diff --git a/1.5.2/textures/items/minecartFurnace.png b/1.5.2/textures/items/minecartFurnace.png new file mode 100644 index 00000000..5478f25c Binary files /dev/null and b/1.5.2/textures/items/minecartFurnace.png differ diff --git a/1.5.2/textures/items/minecartHopper.png b/1.5.2/textures/items/minecartHopper.png new file mode 100644 index 00000000..8a138fbb Binary files /dev/null and b/1.5.2/textures/items/minecartHopper.png differ diff --git a/1.5.2/textures/items/minecartTnt.png b/1.5.2/textures/items/minecartTnt.png new file mode 100644 index 00000000..561279b7 Binary files /dev/null and b/1.5.2/textures/items/minecartTnt.png differ diff --git a/1.5.2/textures/items/monsterPlacer.png b/1.5.2/textures/items/monsterPlacer.png new file mode 100644 index 00000000..23259c71 Binary files /dev/null and b/1.5.2/textures/items/monsterPlacer.png differ diff --git a/1.5.2/textures/items/monsterPlacer_overlay.png b/1.5.2/textures/items/monsterPlacer_overlay.png new file mode 100644 index 00000000..83ec78f1 Binary files /dev/null and b/1.5.2/textures/items/monsterPlacer_overlay.png differ diff --git a/1.5.2/textures/items/mushroomStew.png b/1.5.2/textures/items/mushroomStew.png new file mode 100644 index 00000000..5598bc78 Binary files /dev/null and b/1.5.2/textures/items/mushroomStew.png differ diff --git a/1.5.2/textures/items/netherStalkSeeds.png b/1.5.2/textures/items/netherStalkSeeds.png new file mode 100644 index 00000000..09da1e33 Binary files /dev/null and b/1.5.2/textures/items/netherStalkSeeds.png differ diff --git a/1.5.2/textures/items/netherStar.png b/1.5.2/textures/items/netherStar.png new file mode 100644 index 00000000..6b848af0 Binary files /dev/null and b/1.5.2/textures/items/netherStar.png differ diff --git a/1.5.2/textures/items/netherbrick.png b/1.5.2/textures/items/netherbrick.png new file mode 100644 index 00000000..e9c14edb Binary files /dev/null and b/1.5.2/textures/items/netherbrick.png differ diff --git a/1.5.2/textures/items/netherquartz.png b/1.5.2/textures/items/netherquartz.png new file mode 100644 index 00000000..e403446a Binary files /dev/null and b/1.5.2/textures/items/netherquartz.png differ diff --git a/1.5.2/textures/items/painting.png b/1.5.2/textures/items/painting.png new file mode 100644 index 00000000..b394f305 Binary files /dev/null and b/1.5.2/textures/items/painting.png differ diff --git a/1.5.2/textures/items/paper.png b/1.5.2/textures/items/paper.png new file mode 100644 index 00000000..a1d9c7e2 Binary files /dev/null and b/1.5.2/textures/items/paper.png differ diff --git a/1.5.2/textures/items/pickaxeDiamond.png b/1.5.2/textures/items/pickaxeDiamond.png new file mode 100644 index 00000000..c2798285 Binary files /dev/null and b/1.5.2/textures/items/pickaxeDiamond.png differ diff --git a/1.5.2/textures/items/pickaxeGold.png b/1.5.2/textures/items/pickaxeGold.png new file mode 100644 index 00000000..ecccafe6 Binary files /dev/null and b/1.5.2/textures/items/pickaxeGold.png differ diff --git a/1.5.2/textures/items/pickaxeIron.png b/1.5.2/textures/items/pickaxeIron.png new file mode 100644 index 00000000..d21440bd Binary files /dev/null and b/1.5.2/textures/items/pickaxeIron.png differ diff --git a/1.5.2/textures/items/pickaxeStone.png b/1.5.2/textures/items/pickaxeStone.png new file mode 100644 index 00000000..19a8e50d Binary files /dev/null and b/1.5.2/textures/items/pickaxeStone.png differ diff --git a/1.5.2/textures/items/pickaxeWood.png b/1.5.2/textures/items/pickaxeWood.png new file mode 100644 index 00000000..ebc6756e Binary files /dev/null and b/1.5.2/textures/items/pickaxeWood.png differ diff --git a/1.5.2/textures/items/porkchopCooked.png b/1.5.2/textures/items/porkchopCooked.png new file mode 100644 index 00000000..605d3f50 Binary files /dev/null and b/1.5.2/textures/items/porkchopCooked.png differ diff --git a/1.5.2/textures/items/porkchopRaw.png b/1.5.2/textures/items/porkchopRaw.png new file mode 100644 index 00000000..7e83c1ad Binary files /dev/null and b/1.5.2/textures/items/porkchopRaw.png differ diff --git a/1.5.2/textures/items/potato.png b/1.5.2/textures/items/potato.png new file mode 100644 index 00000000..c1d8541e Binary files /dev/null and b/1.5.2/textures/items/potato.png differ diff --git a/1.5.2/textures/items/potatoBaked.png b/1.5.2/textures/items/potatoBaked.png new file mode 100644 index 00000000..e4d765b1 Binary files /dev/null and b/1.5.2/textures/items/potatoBaked.png differ diff --git a/1.5.2/textures/items/potatoPoisonous.png b/1.5.2/textures/items/potatoPoisonous.png new file mode 100644 index 00000000..6f154afa Binary files /dev/null and b/1.5.2/textures/items/potatoPoisonous.png differ diff --git a/1.5.2/textures/items/potion.png b/1.5.2/textures/items/potion.png new file mode 100644 index 00000000..87339d79 Binary files /dev/null and b/1.5.2/textures/items/potion.png differ diff --git a/1.5.2/textures/items/potion_contents.png b/1.5.2/textures/items/potion_contents.png new file mode 100644 index 00000000..1e6165e7 Binary files /dev/null and b/1.5.2/textures/items/potion_contents.png differ diff --git a/1.5.2/textures/items/potion_splash.png b/1.5.2/textures/items/potion_splash.png new file mode 100644 index 00000000..03b1f90a Binary files /dev/null and b/1.5.2/textures/items/potion_splash.png differ diff --git a/1.5.2/textures/items/pumpkinPie.png b/1.5.2/textures/items/pumpkinPie.png new file mode 100644 index 00000000..c21a032b Binary files /dev/null and b/1.5.2/textures/items/pumpkinPie.png differ diff --git a/1.5.2/textures/items/quiver.png b/1.5.2/textures/items/quiver.png new file mode 100644 index 00000000..818f7283 Binary files /dev/null and b/1.5.2/textures/items/quiver.png differ diff --git a/1.5.2/textures/items/record_11.png b/1.5.2/textures/items/record_11.png new file mode 100644 index 00000000..07ac487c Binary files /dev/null and b/1.5.2/textures/items/record_11.png differ diff --git a/1.5.2/textures/items/record_13.png b/1.5.2/textures/items/record_13.png new file mode 100644 index 00000000..ead0c610 Binary files /dev/null and b/1.5.2/textures/items/record_13.png differ diff --git a/1.5.2/textures/items/record_blocks.png b/1.5.2/textures/items/record_blocks.png new file mode 100644 index 00000000..3732d6c9 Binary files /dev/null and b/1.5.2/textures/items/record_blocks.png differ diff --git a/1.5.2/textures/items/record_cat.png b/1.5.2/textures/items/record_cat.png new file mode 100644 index 00000000..b3527efb Binary files /dev/null and b/1.5.2/textures/items/record_cat.png differ diff --git a/1.5.2/textures/items/record_chirp.png b/1.5.2/textures/items/record_chirp.png new file mode 100644 index 00000000..1b24e119 Binary files /dev/null and b/1.5.2/textures/items/record_chirp.png differ diff --git a/1.5.2/textures/items/record_far.png b/1.5.2/textures/items/record_far.png new file mode 100644 index 00000000..2320efdf Binary files /dev/null and b/1.5.2/textures/items/record_far.png differ diff --git a/1.5.2/textures/items/record_mall.png b/1.5.2/textures/items/record_mall.png new file mode 100644 index 00000000..811d0460 Binary files /dev/null and b/1.5.2/textures/items/record_mall.png differ diff --git a/1.5.2/textures/items/record_mellohi.png b/1.5.2/textures/items/record_mellohi.png new file mode 100644 index 00000000..879b6a41 Binary files /dev/null and b/1.5.2/textures/items/record_mellohi.png differ diff --git a/1.5.2/textures/items/record_stal.png b/1.5.2/textures/items/record_stal.png new file mode 100644 index 00000000..c650d21d Binary files /dev/null and b/1.5.2/textures/items/record_stal.png differ diff --git a/1.5.2/textures/items/record_strad.png b/1.5.2/textures/items/record_strad.png new file mode 100644 index 00000000..72d6e320 Binary files /dev/null and b/1.5.2/textures/items/record_strad.png differ diff --git a/1.5.2/textures/items/record_wait.png b/1.5.2/textures/items/record_wait.png new file mode 100644 index 00000000..5306b514 Binary files /dev/null and b/1.5.2/textures/items/record_wait.png differ diff --git a/1.5.2/textures/items/record_ward.png b/1.5.2/textures/items/record_ward.png new file mode 100644 index 00000000..b33b93da Binary files /dev/null and b/1.5.2/textures/items/record_ward.png differ diff --git a/1.5.2/textures/items/redstone.png b/1.5.2/textures/items/redstone.png new file mode 100644 index 00000000..6da938be Binary files /dev/null and b/1.5.2/textures/items/redstone.png differ diff --git a/1.5.2/textures/items/reeds.png b/1.5.2/textures/items/reeds.png new file mode 100644 index 00000000..40872c66 Binary files /dev/null and b/1.5.2/textures/items/reeds.png differ diff --git a/1.5.2/textures/items/rottenFlesh.png b/1.5.2/textures/items/rottenFlesh.png new file mode 100644 index 00000000..3f39998e Binary files /dev/null and b/1.5.2/textures/items/rottenFlesh.png differ diff --git a/1.5.2/textures/items/ruby.png b/1.5.2/textures/items/ruby.png new file mode 100644 index 00000000..4f288d95 Binary files /dev/null and b/1.5.2/textures/items/ruby.png differ diff --git a/1.5.2/textures/items/saddle.png b/1.5.2/textures/items/saddle.png new file mode 100644 index 00000000..b12eafa7 Binary files /dev/null and b/1.5.2/textures/items/saddle.png differ diff --git a/1.5.2/textures/items/seeds.png b/1.5.2/textures/items/seeds.png new file mode 100644 index 00000000..83d23a6e Binary files /dev/null and b/1.5.2/textures/items/seeds.png differ diff --git a/1.5.2/textures/items/seeds_melon.png b/1.5.2/textures/items/seeds_melon.png new file mode 100644 index 00000000..ef84499c Binary files /dev/null and b/1.5.2/textures/items/seeds_melon.png differ diff --git a/1.5.2/textures/items/seeds_pumpkin.png b/1.5.2/textures/items/seeds_pumpkin.png new file mode 100644 index 00000000..8d8f0761 Binary files /dev/null and b/1.5.2/textures/items/seeds_pumpkin.png differ diff --git a/1.5.2/textures/items/shears.png b/1.5.2/textures/items/shears.png new file mode 100644 index 00000000..f9c6de19 Binary files /dev/null and b/1.5.2/textures/items/shears.png differ diff --git a/1.5.2/textures/items/shovelDiamond.png b/1.5.2/textures/items/shovelDiamond.png new file mode 100644 index 00000000..e4a8992a Binary files /dev/null and b/1.5.2/textures/items/shovelDiamond.png differ diff --git a/1.5.2/textures/items/shovelGold.png b/1.5.2/textures/items/shovelGold.png new file mode 100644 index 00000000..150cbb97 Binary files /dev/null and b/1.5.2/textures/items/shovelGold.png differ diff --git a/1.5.2/textures/items/shovelIron.png b/1.5.2/textures/items/shovelIron.png new file mode 100644 index 00000000..079b236c Binary files /dev/null and b/1.5.2/textures/items/shovelIron.png differ diff --git a/1.5.2/textures/items/shovelStone.png b/1.5.2/textures/items/shovelStone.png new file mode 100644 index 00000000..8e1c0c28 Binary files /dev/null and b/1.5.2/textures/items/shovelStone.png differ diff --git a/1.5.2/textures/items/shovelWood.png b/1.5.2/textures/items/shovelWood.png new file mode 100644 index 00000000..b0579117 Binary files /dev/null and b/1.5.2/textures/items/shovelWood.png differ diff --git a/1.5.2/textures/items/sign.png b/1.5.2/textures/items/sign.png new file mode 100644 index 00000000..9b6e2ee2 Binary files /dev/null and b/1.5.2/textures/items/sign.png differ diff --git a/1.5.2/textures/items/skull_char.png b/1.5.2/textures/items/skull_char.png new file mode 100644 index 00000000..e56f4069 Binary files /dev/null and b/1.5.2/textures/items/skull_char.png differ diff --git a/1.5.2/textures/items/skull_creeper.png b/1.5.2/textures/items/skull_creeper.png new file mode 100644 index 00000000..c195fd51 Binary files /dev/null and b/1.5.2/textures/items/skull_creeper.png differ diff --git a/1.5.2/textures/items/skull_skeleton.png b/1.5.2/textures/items/skull_skeleton.png new file mode 100644 index 00000000..bf383fc7 Binary files /dev/null and b/1.5.2/textures/items/skull_skeleton.png differ diff --git a/1.5.2/textures/items/skull_wither.png b/1.5.2/textures/items/skull_wither.png new file mode 100644 index 00000000..35716032 Binary files /dev/null and b/1.5.2/textures/items/skull_wither.png differ diff --git a/1.5.2/textures/items/skull_zombie.png b/1.5.2/textures/items/skull_zombie.png new file mode 100644 index 00000000..67d1347c Binary files /dev/null and b/1.5.2/textures/items/skull_zombie.png differ diff --git a/1.5.2/textures/items/slimeball.png b/1.5.2/textures/items/slimeball.png new file mode 100644 index 00000000..46478ee0 Binary files /dev/null and b/1.5.2/textures/items/slimeball.png differ diff --git a/1.5.2/textures/items/slot_empty_boots.png b/1.5.2/textures/items/slot_empty_boots.png new file mode 100644 index 00000000..fd7e05fa Binary files /dev/null and b/1.5.2/textures/items/slot_empty_boots.png differ diff --git a/1.5.2/textures/items/slot_empty_chestplate.png b/1.5.2/textures/items/slot_empty_chestplate.png new file mode 100644 index 00000000..6e632b9d Binary files /dev/null and b/1.5.2/textures/items/slot_empty_chestplate.png differ diff --git a/1.5.2/textures/items/slot_empty_helmet.png b/1.5.2/textures/items/slot_empty_helmet.png new file mode 100644 index 00000000..3a455f3f Binary files /dev/null and b/1.5.2/textures/items/slot_empty_helmet.png differ diff --git a/1.5.2/textures/items/slot_empty_leggings.png b/1.5.2/textures/items/slot_empty_leggings.png new file mode 100644 index 00000000..28b2c494 Binary files /dev/null and b/1.5.2/textures/items/slot_empty_leggings.png differ diff --git a/1.5.2/textures/items/snowball.png b/1.5.2/textures/items/snowball.png new file mode 100644 index 00000000..340c6398 Binary files /dev/null and b/1.5.2/textures/items/snowball.png differ diff --git a/1.5.2/textures/items/speckledMelon.png b/1.5.2/textures/items/speckledMelon.png new file mode 100644 index 00000000..dee1bf56 Binary files /dev/null and b/1.5.2/textures/items/speckledMelon.png differ diff --git a/1.5.2/textures/items/spiderEye.png b/1.5.2/textures/items/spiderEye.png new file mode 100644 index 00000000..35d85843 Binary files /dev/null and b/1.5.2/textures/items/spiderEye.png differ diff --git a/1.5.2/textures/items/stick.png b/1.5.2/textures/items/stick.png new file mode 100644 index 00000000..6f8ce13b Binary files /dev/null and b/1.5.2/textures/items/stick.png differ diff --git a/1.5.2/textures/items/string.png b/1.5.2/textures/items/string.png new file mode 100644 index 00000000..0b04ddb5 Binary files /dev/null and b/1.5.2/textures/items/string.png differ diff --git a/1.5.2/textures/items/sugar.png b/1.5.2/textures/items/sugar.png new file mode 100644 index 00000000..0864df94 Binary files /dev/null and b/1.5.2/textures/items/sugar.png differ diff --git a/1.5.2/textures/items/sulphur.png b/1.5.2/textures/items/sulphur.png new file mode 100644 index 00000000..73cadece Binary files /dev/null and b/1.5.2/textures/items/sulphur.png differ diff --git a/1.5.2/textures/items/swordDiamond.png b/1.5.2/textures/items/swordDiamond.png new file mode 100644 index 00000000..2a1552d6 Binary files /dev/null and b/1.5.2/textures/items/swordDiamond.png differ diff --git a/1.5.2/textures/items/swordGold.png b/1.5.2/textures/items/swordGold.png new file mode 100644 index 00000000..0ddef045 Binary files /dev/null and b/1.5.2/textures/items/swordGold.png differ diff --git a/1.5.2/textures/items/swordIron.png b/1.5.2/textures/items/swordIron.png new file mode 100644 index 00000000..4d49c5ae Binary files /dev/null and b/1.5.2/textures/items/swordIron.png differ diff --git a/1.5.2/textures/items/swordStone.png b/1.5.2/textures/items/swordStone.png new file mode 100644 index 00000000..5810dfd3 Binary files /dev/null and b/1.5.2/textures/items/swordStone.png differ diff --git a/1.5.2/textures/items/swordWood.png b/1.5.2/textures/items/swordWood.png new file mode 100644 index 00000000..c04dc0a8 Binary files /dev/null and b/1.5.2/textures/items/swordWood.png differ diff --git a/1.5.2/textures/items/wheat.png b/1.5.2/textures/items/wheat.png new file mode 100644 index 00000000..bbd2fd9d Binary files /dev/null and b/1.5.2/textures/items/wheat.png differ diff --git a/1.5.2/textures/items/writingBook.png b/1.5.2/textures/items/writingBook.png new file mode 100644 index 00000000..fa95246a Binary files /dev/null and b/1.5.2/textures/items/writingBook.png differ diff --git a/1.5.2/textures/items/writtenBook.png b/1.5.2/textures/items/writtenBook.png new file mode 100644 index 00000000..b2a2aa8e Binary files /dev/null and b/1.5.2/textures/items/writtenBook.png differ diff --git a/1.5.2/textures/items/yellowDust.png b/1.5.2/textures/items/yellowDust.png new file mode 100644 index 00000000..edd93a6d Binary files /dev/null and b/1.5.2/textures/items/yellowDust.png differ diff --git a/1.5.2/title/bg/panorama0.png b/1.5.2/title/bg/panorama0.png new file mode 100644 index 00000000..27f015d1 Binary files /dev/null and b/1.5.2/title/bg/panorama0.png differ diff --git a/1.5.2/title/bg/panorama1.png b/1.5.2/title/bg/panorama1.png new file mode 100644 index 00000000..c16841ad Binary files /dev/null and b/1.5.2/title/bg/panorama1.png differ diff --git a/1.5.2/title/bg/panorama2.png b/1.5.2/title/bg/panorama2.png new file mode 100644 index 00000000..0436d776 Binary files /dev/null and b/1.5.2/title/bg/panorama2.png differ diff --git a/1.5.2/title/bg/panorama3.png b/1.5.2/title/bg/panorama3.png new file mode 100644 index 00000000..2c7ad778 Binary files /dev/null and b/1.5.2/title/bg/panorama3.png differ diff --git a/1.5.2/title/bg/panorama4.png b/1.5.2/title/bg/panorama4.png new file mode 100644 index 00000000..03900967 Binary files /dev/null and b/1.5.2/title/bg/panorama4.png differ diff --git a/1.5.2/title/bg/panorama5.png b/1.5.2/title/bg/panorama5.png new file mode 100644 index 00000000..0331ad4a Binary files /dev/null and b/1.5.2/title/bg/panorama5.png differ diff --git a/1.5.2/title/black.png b/1.5.2/title/black.png new file mode 100644 index 00000000..65346f9f Binary files /dev/null and b/1.5.2/title/black.png differ diff --git a/1.5.2/title/credits.txt b/1.5.2/title/credits.txt new file mode 100644 index 00000000..60afe6b5 --- /dev/null +++ b/1.5.2/title/credits.txt @@ -0,0 +1,57 @@ +[C]§f=============== +[C]§eMinecraft Credits +[C]§f=============== + +§7Created by: +§f Markus Persson + +§7Game design, programming and graphics: +§f Markus Persson +§f Jens Bergensten + +§7Music and sound: +§f Daniel Rosenfeld + +§7Ingame artwork and paintings: +§f Kristoffer Zetterstrand + +§7End game narrative: +§f Julian Gough + +§7Website development: +§f Tobias Möllstam +§f Daniel Frisk +§f Leonard Axelsson +§f Jens Bergensten +§f Markus Persson + +§7Logo and promotional artwork: +§f Markus Toivonen + +§7Business and administration: +§f Carl Manneh +§f Daniel Kaplan + +§7Director of fun: +§f Lydia Winters + +§7Number crunching and statistics: +§f Patrick Geuder + +§7Additional programming: +§f Paul Spooner +§f Ryan 'Scaevolus' Hitchman +§f Elliot 'Hippoplatimus' Segal + +§7Technologies used: +§f Java by Oracle +§f LWJGL by many talented people +§f "3d Sound System" by Paul Lamb +§f JOrbis by JCraft + + + + + + +§f"Twenty years from now you will be more disappointed by the things that you didn't do than by the ones you did do. So throw off the bowlines. Sail away from the safe harbor. Catch the trade winds in your sails. Explore. Dream. Discover." §7- Unknown \ No newline at end of file diff --git a/1.5.2/title/mclogo.png b/1.5.2/title/mclogo.png new file mode 100644 index 00000000..dc610415 Binary files /dev/null and b/1.5.2/title/mclogo.png differ diff --git a/1.5.2/title/mojang.png b/1.5.2/title/mojang.png new file mode 100644 index 00000000..ba394db1 Binary files /dev/null and b/1.5.2/title/mojang.png differ diff --git a/1.5.2/title/splashes.txt b/1.5.2/title/splashes.txt new file mode 100644 index 00000000..559ac7e3 --- /dev/null +++ b/1.5.2/title/splashes.txt @@ -0,0 +1,318 @@ +As seen on TV! +Awesome! +100% pure! +May contain nuts! +Better than Prey! +More polygons! +Sexy! +Limited edition! +Flashing letters! +Made by Notch! +It's here! +Best in class! +It's finished! +Kind of dragon free! +Excitement! +More than 500 sold! +One of a kind! +Heaps of hits on YouTube! +Indev! +Spiders everywhere! +Check it out! +Holy cow, man! +It's a game! +Made in Sweden! +Uses LWJGL! +Reticulating splines! +Minecraft! +Yaaay! +Singleplayer! +Keyboard compatible! +Undocumented! +Ingots! +Exploding creepers! +That's no moon! +l33t! +Create! +Survive! +Dungeon! +Exclusive! +The bee's knees! +Down with O.P.P.! +Closed source! +Classy! +Wow! +Not on steam! +Oh man! +Awesome community! +Pixels! +Teetsuuuuoooo! +Kaaneeeedaaaa! +Now with difficulty! +Enhanced! +90% bug free! +Pretty! +12 herbs and spices! +Fat free! +Absolutely no memes! +Free dental! +Ask your doctor! +Minors welcome! +Cloud computing! +Legal in Finland! +Hard to label! +Technically good! +Bringing home the bacon! +Indie! +GOTY! +Ceci n'est pas une title screen! +Euclidian! +Now in 3D! +Inspirational! +Herregud! +Complex cellular automata! +Yes, sir! +Played by cowboys! +OpenGL 1.2! +Thousands of colors! +Try it! +Age of Wonders is better! +Try the mushroom stew! +Sensational! +Hot tamale, hot hot tamale! +Play him off, keyboard cat! +Guaranteed! +Macroscopic! +Bring it on! +Random splash! +Call your mother! +Monster infighting! +Loved by millions! +Ultimate edition! +Freaky! +You've got a brand new key! +Water proof! +Uninflammable! +Whoa, dude! +All inclusive! +Tell your friends! +NP is not in P! +Notch <3 ez! +Music by C418! +Livestreamed! +Haunted! +Polynomial! +Terrestrial! +All is full of love! +Full of stars! +Scientific! +Cooler than Spock! +Collaborate and listen! +Never dig down! +Take frequent breaks! +Not linear! +Han shot first! +Nice to meet you! +Buckets of lava! +Ride the pig! +Larger than Earth! +sqrt(-1) love you! +Phobos anomaly! +Punching wood! +Falling off cliffs! +0% sugar! +150% hyperbole! +Synecdoche! +Let's danec! +Seecret Friday update! +Reference implementation! +Lewd with two dudes with food! +Kiss the sky! +20 GOTO 10! +Verlet intregration! +Peter Griffin! +Do not distribute! +Cogito ergo sum! +4815162342 lines of code! +A skeleton popped out! +The Work of Notch! +The sum of its parts! +BTAF used to be good! +I miss ADOM! +umop-apisdn! +OICU812! +Bring me Ray Cokes! +Finger-licking! +Thematic! +Pneumatic! +Sublime! +Octagonal! +Une baguette! +Gargamel plays it! +Rita is the new top dog! +SWM forever! +Representing Edsbyn! +Matt Damon! +Supercalifragilisticexpialidocious! +Consummate V's! +Cow Tools! +Double buffered! +Fan fiction! +Flaxkikare! +Jason! Jason! Jason! +Hotter than the sun! +Internet enabled! +Autonomous! +Engage! +Fantasy! +DRR! DRR! DRR! +Kick it root down! +Regional resources! +Woo, facepunch! +Woo, somethingawful! +Woo, /v/! +Woo, tigsource! +Woo, minecraftforum! +Woo, worldofminecraft! +Woo, reddit! +Woo, 2pp! +Google anlyticsed! +Now supports åäö! +Give us Gordon! +Tip your waiter! +Very fun! +12345 is a bad password! +Vote for net neutrality! +Lives in a pineapple under the sea! +MAP11 has two names! +Omnipotent! +Gasp! +...! +Bees, bees, bees, bees! +Jag känner en bot! +This text is hard to read if you play the game at the default resolution, but at 1080p it's fine! +Haha, LOL! +Hampsterdance! +Switches and ores! +Menger sponge! +idspispopd! +Eple (original edit)! +So fresh, so clean! +Slow acting portals! +Try the Nether! +Don't look directly at the bugs! +Oh, ok, Pigmen! +Finally with ladders! +Scary! +Play Minecraft, Watch Topgear, Get Pig! +Twittered about! +Jump up, jump up, and get down! +Joel is neat! +A riddle, wrapped in a mystery! +Huge tracts of land! +Welcome to your Doom! +Stay a while, stay forever! +Stay a while and listen! +Treatment for your rash! +"Autological" is! +Information wants to be free! +"Almost never" is an interesting concept! +Lots of truthiness! +The creeper is a spy! +Turing complete! +It's groundbreaking! +Let our battle's begin! +The sky is the limit! +Jeb has amazing hair! +Casual gaming! +Undefeated! +Kinda like Lemmings! +Follow the train, CJ! +Leveraging synergy! +This message will never appear on the splash screen, isn't that weird? +DungeonQuest is unfair! +110813! +90210! +Check out the far lands! +Tyrion would love it! +Also try VVVVVV! +Also try Super Meat Boy! +Also try Terraria! +Also try Mount And Blade! +Also try Project Zomboid! +Also try World of Goo! +Also try Limbo! +Also try Pixeljunk Shooter! +Also try Braid! +That's super! +Bread is pain! +Read more books! +Khaaaaaaaaan! +Less addictive than TV Tropes! +More addictive than lemonade! +Bigger than a bread box! +Millions of peaches! +Fnord! +This is my true form! +Totally forgot about Dre! +Don't bother with the clones! +Pumpkinhead! +Hobo humping slobo babe! +Made by Jeb! +Has an ending! +Finally complete! +Feature packed! +Boots with the fur! +Stop, hammertime! +Testificates! +Conventional! +Homeomorphic to a 3-sphere! +Doesn't avoid double negatives! +Place ALL the blocks! +Does barrel rolls! +Meeting expectations! +PC gaming since 1873! +Ghoughpteighbteau tchoghs! +Déjà vu! +Déjà vu! +Got your nose! +Haley loves Elan! +Afraid of the big, black bat! +Doesn't use the U-word! +Child's play! +See you next Friday or so! +From the streets of Södermalm! +150 bpm for 400000 minutes! +Technologic! +Funk soul brother! +Pumpa kungen! +日本ハロー! +한국 안녕하세요! +Helo Cymru! +Cześć Polsko! +你好中国! +Привет Россия! +Γεια σου Ελλάδα! +My life for Aiur! +Lennart lennart = new Lennart(); +I see your vocabulary has improved! +Who put it there? +You can't explain that! +if not ok then return end +§1C§2o§3l§4o§5r§6m§7a§8t§9i§ac +§kFUNKY LOL +SOPA means LOSER in Swedish! +Big Pointy Teeth! +Bekarton guards the gate! +Mmmph, mmph! +Don't feed avocados to parrots! +Swords for everyone! +Plz reply to my tweet! +.party()! +Take her pillow! +Put that cookie down! +Pretty scary! +I have a suggestion. +Now with extra hugs! +Almost java 6! +Woah. \ No newline at end of file diff --git a/1.5.2/title/win.txt b/1.5.2/title/win.txt new file mode 100644 index 00000000..72775248 --- /dev/null +++ b/1.5.2/title/win.txt @@ -0,0 +1,151 @@ +§3I see the player you mean. + +§2PLAYERNAME? + +§3Yes. Take care. It has reached a higher level now. It can read our thoughts. + +§2That doesn't matter. It thinks we are part of the game. + +§3I like this player. It played well. It did not give up. + +§2It is reading our thoughts as though they were words on a screen. + +§3That is how it chooses to imagine many things, when it is deep in the dream of a game. + +§2Words make a wonderful interface. Very flexible. And less terrifying than staring at the reality behind the screen. + +§3They used to hear voices. Before players could read. Back in the days when those who did not play called the players witches, and warlocks. And players dreamed they flew through the air, on sticks powered by demons. + +§2What did this player dream? + +§3This player dreamed of sunlight and trees. Of fire and water. It dreamed it created. And it dreamed it destroyed. It dreamed it hunted, and was hunted. It dreamed of shelter. + +§2Hah, the original interface. A million years old, and it still works. But what true structure did this player create, in the reality behind the screen? + +§3It worked, with a million others, to sculpt a true world in a fold of the §f§k§a§b§3, and created a §f§k§a§b§3 for §f§k§a§b§3, in the §f§k§a§b§3. + +§2It cannot read that thought. + +§3No. It has not yet achieved the highest level. That, it must achieve in the long dream of life, not the short dream of a game. + +§2Does it know that we love it? That the universe is kind? + +§3Sometimes, through the noise of its thoughts, it hears the universe, yes. + +§2But there are times it is sad, in the long dream. It creates worlds that have no summer, and it shivers under a black sun, and it takes its sad creation for reality. + +§3To cure it of sorrow would destroy it. The sorrow is part of its own private task. We cannot interfere. + +§2Sometimes when they are deep in dreams, I want to tell them, they are building true worlds in reality. Sometimes I want to tell them of their importance to the universe. Sometimes, when they have not made a true connection in a while, I want to help them to speak the word they fear. + +§3It reads our thoughts. + +§2Sometimes I do not care. Sometimes I wish to tell them, this world you take for truth is merely §f§k§a§b§2 and §f§k§a§b§2, I wish to tell them that they are §f§k§a§b§2 in the §f§k§a§b§2. They see so little of reality, in their long dream. + +§3And yet they play the game. + +§2But it would be so easy to tell them... + +§3Too strong for this dream. To tell them how to live is to prevent them living. + +§2I will not tell the player how to live. + +§3The player is growing restless. + +§2I will tell the player a story. + +§3But not the truth. + +§2No. A story that contains the truth safely, in a cage of words. Not the naked truth that can burn over any distance. + +§3Give it a body, again. + +§2Yes. Player... + +§3Use its name. + +§2PLAYERNAME. Player of games. + +§3Good. + +§2Take a breath, now. Take another. Feel air in your lungs. Let your limbs return. Yes, move your fingers. Have a body again, under gravity, in air. Respawn in the long dream. There you are. Your body touching the universe again at every point, as though you were separate things. As though we were separate things. + +§3Who are we? Once we were called the spirit of the mountain. Father sun, mother moon. Ancestral spirits, animal spirits. Jinn. Ghosts. The green man. Then gods, demons. Angels. Poltergeists. Aliens, extraterrestrials. Leptons, quarks. The words change. We do not change. + +§2We are the universe. We are everything you think isn't you. You are looking at us now, through your skin and your eyes. And why does the universe touch your skin, and throw light on you? To see you, player. To know you. And to be known. I shall tell you a story. + +§2Once upon a time, there was a player. + +§3The player was you, PLAYERNAME. + +§2Sometimes it thought itself human, on the thin crust of a spinning globe of molten rock. The ball of molten rock circled a ball of blazing gas that was three hundred and thirty thousand times more massive than it. They were so far apart that light took eight minutes to cross the gap. The light was information from a star, and it could burn your skin from a hundred and fifty million kilometres away. + +§2Sometimes the player dreamed it was a miner, on the surface of a world that was flat, and infinite. The sun was a square of white. The days were short; there was much to do; and death was a temporary inconvenience. + +§3Sometimes the player dreamed it was lost in a story. + +§2Sometimes the player dreamed it was other things, in other places. Sometimes these dreams were disturbing. Sometimes very beautiful indeed. Sometimes the player woke from one dream into another, then woke from that into a third. + +§3Sometimes the player dreamed it watched words on a screen. + +§2Let's go back. + +§2The atoms of the player were scattered in the grass, in the rivers, in the air, in the ground. A woman gathered the atoms; she drank and ate and inhaled; and the woman assembled the player, in her body. + +§2And the player awoke, from the warm, dark world of its mother's body, into the long dream. + +§2And the player was a new story, never told before, written in letters of DNA. And the player was a new program, never run before, generated by a sourcecode a billion years old. And the player was a new human, never alive before, made from nothing but milk and love. + +§3You are the player. The story. The program. The human. Made from nothing but milk and love. + +§2Let's go further back. + +§2The seven billion billion billion atoms of the player's body were created, long before this game, in the heart of a star. So the player, too, is information from a star. And the player moves through a story, which is a forest of information planted by a man called Julian, on a flat, infinite world created by a man called Markus, that exists inside a small, private world created by the player, who inhabits a universe created by... + +§3Shush. Sometimes the player created a small, private world that was soft and warm and simple. Sometimes hard, and cold, and complicated. Sometimes it built a model of the universe in its head; flecks of energy, moving through vast empty spaces. Sometimes it called those flecks "electrons" and "protons". + +§2Sometimes it called them "planets" and "stars". + +§2Sometimes it believed it was in a universe that was made of energy that was made of offs and ons; zeros and ones; lines of code. Sometimes it believed it was playing a game. Sometimes it believed it was reading words on a screen. + +§3You are the player, reading words... + +§2Shush... Sometimes the player read lines of code on a screen. Decoded them into words; decoded words into meaning; decoded meaning into feelings, emotions, theories, ideas, and the player started to breathe faster and deeper and realised it was alive, it was alive, those thousand deaths had not been real, the player was alive + +§3You. You. You are alive. + +§2and sometimes the player believed the universe had spoken to it through the sunlight that came through the shuffling leaves of the summer trees + +§3and sometimes the player believed the universe had spoken to it through the light that fell from the crisp night sky of winter, where a fleck of light in the corner of the player's eye might be a star a million times as massive as the sun, boiling its planets to plasma in order to be visible for a moment to the player, walking home at the far side of the universe, suddenly smelling food, almost at the familiar door, about to dream again + +§2and sometimes the player believed the universe had spoken to it through the zeros and ones, through the electricity of the world, through the scrolling words on a screen at the end of a dream + +§3and the universe said I love you + +§2and the universe said you have played the game well + +§3and the universe said everything you need is within you + +§2and the universe said you are stronger than you know + +§3and the universe said you are the daylight + +§2and the universe said you are the night + +§3and the universe said the darkness you fight is within you + +§2and the universe said the light you seek is within you + +§3and the universe said you are not alone + +§2and the universe said you are not separate from every other thing + +§3and the universe said you are the universe tasting itself, talking to itself, reading its own code + +§2and the universe said I love you because you are love. + +§3And the game was over and the player woke up from the dream. And the player began a new dream. And the player dreamed again, dreamed better. And the player was the universe. And the player was love. + +§3You are the player. + +§2Wake up. diff --git a/1.6.4/assets/minecraft/font/glyph_sizes.bin b/1.6.4/assets/minecraft/font/glyph_sizes.bin new file mode 100644 index 00000000..69c857e3 Binary files /dev/null and b/1.6.4/assets/minecraft/font/glyph_sizes.bin differ diff --git a/1.6.4/assets/minecraft/lang/en_US.lang b/1.6.4/assets/minecraft/lang/en_US.lang new file mode 100644 index 00000000..0d4b6890 --- /dev/null +++ b/1.6.4/assets/minecraft/lang/en_US.lang @@ -0,0 +1,1445 @@ + +language.name=English +language.region=US +language.code=en_US + +gui.done=Done +gui.cancel=Cancel +gui.back=Back +gui.toMenu=Back to title screen +gui.up=Up +gui.down=Down +gui.yes=Yes +gui.no=No + +translation.test.none=Hello, world! +translation.test.complex=Prefix, %s%2$s again %s and %1$s lastly %s and also %1$s again! +translation.test.escape=%%s %%%s %%%%s %%%%%s +translation.test.invalid=hi % +translation.test.invalid2=hi % s +translation.test.args=%s %s +translation.test.world=world + +menu.singleplayer=Singleplayer +menu.multiplayer=Multiplayer +menu.online=Minecraft Realms +menu.options=Options... +menu.quit=Quit Game +menu.returnToMenu=Save and Quit to Title +menu.disconnect=Disconnect +menu.returnToGame=Back to Game +menu.switchingLevel=Switching worlds +menu.generatingLevel=Generating world +menu.loadingLevel=Loading world +menu.generatingTerrain=Building terrain +menu.convertingLevel=Converting world +menu.simulating=Simulating the world for a bit +menu.respawning=Respawning +menu.shareToLan=Open to LAN + +selectWorld.title=Select World +selectWorld.empty=empty +selectWorld.world=World +selectWorld.select=Play Selected World +selectWorld.create=Create New World +selectWorld.recreate=Re-Create +selectWorld.createDemo=Play New Demo World +selectWorld.delete=Delete +selectWorld.rename=Rename +selectWorld.deleteQuestion=Are you sure you want to delete this world? +selectWorld.deleteWarning=will be lost forever! (A long time!) +selectWorld.deleteButton=Delete +selectWorld.renameButton=Rename +selectWorld.renameTitle=Rename World +selectWorld.conversion=Must be converted! +selectWorld.newWorld=New World +selectWorld.newWorld.copyOf=Copy of %s +selectWorld.enterName=World Name +selectWorld.resultFolder=Will be saved in: +selectWorld.enterSeed=Seed for the World Generator +selectWorld.seedInfo=Leave blank for a random seed +selectWorld.cheats=Cheats +selectWorld.customizeType=Customize + +createWorld.customize.presets=Presets +createWorld.customize.presets.title=Select a Preset +createWorld.customize.presets.select=Use Preset +createWorld.customize.presets.share=Want to share your preset with someone? Use the below box! +createWorld.customize.presets.list=Alternatively, here's some we made earlier! +createWorld.customize.flat.title=Superflat Customization +createWorld.customize.flat.tile=Layer Material +createWorld.customize.flat.height=Height +createWorld.customize.flat.addLayer=Add Layer +createWorld.customize.flat.editLayer=Edit Layer +createWorld.customize.flat.removeLayer=Remove Layer +createWorld.customize.flat.layer.top=Top - %d +createWorld.customize.flat.layer=%d +createWorld.customize.flat.layer.bottom=Bottom - %d + +gameMode.survival=Survival Mode +gameMode.creative=Creative Mode +gameMode.adventure=Adventure Mode +gameMode.hardcore=Hardcore Mode! +gameMode.changed=Your game mode has been updated + +selectWorld.gameMode=Game Mode +selectWorld.gameMode.survival=Survival +selectWorld.gameMode.survival.line1=Search for resources, crafting, gain +selectWorld.gameMode.survival.line2=levels, health and hunger +selectWorld.gameMode.creative=Creative +selectWorld.gameMode.creative.line1=Unlimited resources, free flying and +selectWorld.gameMode.creative.line2=destroy blocks instantly +selectWorld.gameMode.hardcore=Hardcore +selectWorld.gameMode.hardcore.line1=Same as survival mode, locked at hardest +selectWorld.gameMode.hardcore.line2=difficulty, and one life only +selectWorld.gameMode.adventure=Adventure +selectWorld.gameMode.adventure.line1=Same as survival mode, but blocks can't +selectWorld.gameMode.adventure.line2=be added or removed +selectWorld.moreWorldOptions=More World Options... +selectWorld.mapFeatures=Generate Structures: +selectWorld.mapFeatures.info=Villages, dungeons etc +selectWorld.mapType=World Type: +selectWorld.mapType.normal=Normal +selectWorld.allowCommands=Allow Cheats: +selectWorld.allowCommands.info=Commands like /gamemode, /xp +selectWorld.hardcoreMode=Hardcore: +selectWorld.hardcoreMode.info=World is deleted upon death +selectWorld.bonusItems=Bonus Chest: + +generator.default=Default +generator.flat=Superflat +generator.largeBiomes=Large Biomes + +selectServer.title=Select Server +selectServer.empty=empty +selectServer.select=Join Server +selectServer.direct=Direct Connect +selectServer.edit=Edit +selectServer.delete=Delete +selectServer.add=Add server +selectServer.defaultName=Minecraft Server +selectServer.deleteQuestion=Are you sure you want to remove this server? +selectServer.deleteWarning=will be lost forever! (A long time!) +selectServer.deleteButton=Delete +selectServer.refresh=Refresh +selectServer.hiddenAddress=(Hidden) +addServer.title=Edit Server Info +addServer.enterName=Server Name +addServer.enterIp=Server Address +addServer.add=Done +addServer.hideAddress=Hide Address +lanServer.title=LAN World +lanServer.scanning=Scanning for games on your local network +lanServer.start=Start LAN World +lanServer.otherPlayers=Settings for Other Players +mcoServer.title=Minecraft Online World + +multiplayer.title=Play Multiplayer +multiplayer.connect=Connect +multiplayer.info1=Minecraft Multiplayer is currently not finished, but there +multiplayer.info2=is some buggy early testing going on. +multiplayer.ipinfo=Enter the IP of a server to connect to it: +multiplayer.texturePrompt.line1=This server recommends the use of a custom resource pack. +multiplayer.texturePrompt.line2=Would you like to download and install it automagically? +multiplayer.downloadingTerrain=Downloading terrain +multiplayer.stopSleeping=Leave Bed +multiplayer.player.joined=%s joined the game +multiplayer.player.left=%s left the game + +chat.cannotSend=Cannot send chat message +chat.type.text=<%s> %s +chat.type.emote=* %s %s +chat.type.announcement=[%s] %s +chat.type.admin=[%s: %s] +chat.link.confirm=Are you sure you want to open the following website? +chat.link.warning=Never open links from people that you don't trust! +chat.copy=Copy to Clipboard + +menu.playdemo=Play Demo World +menu.resetdemo=Reset Demo World + +demo.day.1=This demo will last five game days, do your best! +demo.day.2=Day Two +demo.day.3=Day Three +demo.day.4=Day Four +demo.day.5=This is your last day! +demo.day.warning=Your time is almost up! +demo.day.6=You have passed your fifth day, use F2 to save a screenshot of your creation +demo.reminder=The demo time has expired, buy the game to continue or start a new world! +demo.remainingTime=Remaining time: %s +demo.demoExpired=Demo time's up! +demo.help.movement=Use %1$s, %2$s, %3$s, %4$s and the mouse to move around +demo.help.movementShort=Move by pressing %1$s, %2$s, %3$s, %4$s +demo.help.movementMouse=Look around using the mouse +demo.help.jump=Jump by pressing %1$s +demo.help.inventory=Use %1$s to open your inventory +demo.help.title=Minecraft Demo Mode +demo.help.fullWrapped=This demo will last 5 ingame days (about 1 hour and 40 minutes of real time). Check the achievements for hints! Have fun! +demo.help.buy=Purchase Now! +demo.help.later=Continue Playing! + +connect.connecting=Connecting to the server... +connect.authorizing=Logging in... +connect.failed=Failed to connect to the server + +disconnect.genericReason=%s +disconnect.disconnected=Disconnected by Server +disconnect.lost=Connection Lost +disconnect.kicked=Was kicked from the game +disconnect.timeout=Timed out +disconnect.closed=Connection closed +disconnect.loginFailed=Failed to login +disconnect.loginFailedInfo=Failed to login: %s +disconnect.quitting=Quitting +disconnect.endOfStream=End of stream +disconnect.overflow=Buffer overflow +disconnect.spam=Kicked for spamming + +options.off=OFF +options.on=ON +options.visible=Shown +options.hidden=Hidden +options.title=Options +options.controls=Controls... +options.video=Video Settings... +options.language=Language... +options.languageWarning=Language translations may not be 100% accurate +options.videoTitle=Video Settings +options.music=Music +options.sound=Sound +options.invertMouse=Invert Mouse +options.fov=FOV +options.fov.min=Normal +options.fov.max=Quake Pro +options.gamma=Brightness +options.gamma.min=Moody +options.gamma.max=Bright +options.sensitivity=Sensitivity +options.sensitivity.min=*yawn* +options.sensitivity.max=HYPERSPEED!!! +options.renderDistance=Render Distance +options.renderDistance.tiny=Tiny +options.renderDistance.short=Short +options.renderDistance.normal=Normal +options.renderDistance.far=Far +options.viewBobbing=View Bobbing +options.ao=Smooth Lighting +options.ao.off=Off +options.ao.min=Minimum +options.ao.max=Maximum +options.anaglyph=3D Anaglyph +options.framerateLimit=Performance +options.difficulty=Difficulty +options.difficulty.peaceful=Peaceful +options.difficulty.easy=Easy +options.difficulty.normal=Normal +options.difficulty.hard=Hard +options.difficulty.hardcore=Hardcore +options.graphics=Graphics +options.graphics.fancy=Fancy +options.graphics.fast=Fast +options.guiScale=GUI Scale +options.guiScale.auto=Auto +options.guiScale.small=Small +options.guiScale.normal=Normal +options.guiScale.large=Large +options.advancedOpengl=Advanced OpenGL +options.renderClouds=Clouds +options.farWarning1=A 64 bit Java installation is recommended +options.farWarning2=for 'Far' render distance (you have 32 bit) +options.particles=Particles +options.particles.all=All +options.particles.decreased=Decreased +options.particles.minimal=Minimal +options.multiplayer.title=Multiplayer Settings... +options.chat.title=Chat Settings... +options.chat.visibility=Chat +options.chat.visibility.full=Shown +options.chat.visibility.system=Commands Only +options.chat.visibility.hidden=Hidden +options.chat.color=Colors +options.chat.opacity=Opacity +options.chat.links=Web Links +options.chat.links.prompt=Prompt on Links +options.chat.scale=Scale +options.chat.width=Width +options.chat.height.focused=Focused Height +options.chat.height.unfocused=Unfocused Height +options.showCape=Show Cape +options.serverTextures=Server Textures +options.snooper=Allow Snooper +options.snooper.view=Snooper Settings... +options.snooper.title=Machine Specs Collection +options.snooper.desc=We want to collect information about your machine to help improve Minecraft by knowing what we can support and where the biggest problems are. All of this information is completely anonymous and viewable below. We promise we won't do anything bad with this data, but if you want to opt out then feel free to toggle it off! +options.resourcepack=Resource Packs +options.fullscreen=Fullscreen +options.vsync=Use VSync +options.touchscreen=Touchscreen Mode + +performance.max=Max FPS +performance.balanced=Balanced +performance.powersaver=Power saver + +controls.title=Controls + +key.forward=Forward +key.left=Left +key.back=Back +key.right=Right +key.jump=Jump +key.inventory=Inventory +key.drop=Drop +key.chat=Chat +key.fog=Toggle Fog +key.sneak=Sneak +key.playerlist=List Players +key.attack=Attack +key.use=Use Item +key.pickItem=Pick Block +key.mouseButton=Button %1$s +key.command=Command + +resourcePack.openFolder=Open resource pack folder +resourcePack.title=Select Resource Pack +resourcePack.folderInfo=(Place resource pack files here) + +book.pageIndicator=Page %1$s of %2$s +book.byAuthor=by %1$s +book.signButton=Sign +book.editTitle=Enter Book Title: +book.finalizeButton=Sign and Close +book.finalizeWarning=Note! When you sign the book, it will no longer be editable. + +tile.stone.name=Stone +tile.hayBlock.name=Hay Bale +tile.grass.name=Grass Block +tile.dirt.name=Dirt +tile.stonebrick.name=Cobblestone +tile.wood.name=Wooden Planks +tile.wood.oak.name=Oak Wood Planks +tile.wood.spruce.name=Spruce Wood Planks +tile.wood.birch.name=Birch Wood Planks +tile.wood.jungle.name=Jungle Wood Planks +tile.sapling.oak.name=Oak Sapling +tile.sapling.spruce.name=Spruce Sapling +tile.sapling.birch.name=Birch Sapling +tile.sapling.jungle.name=Jungle Sapling +tile.deadbush.name=Dead Bush +tile.bedrock.name=Bedrock +tile.water.name=Water +tile.lava.name=Lava +tile.sand.name=Sand +tile.sandStone.name=Sandstone +tile.sandStone.default.name=Sandstone +tile.sandStone.chiseled.name=Chiseled Sandstone +tile.sandStone.smooth.name=Smooth Sandstone +tile.gravel.name=Gravel +tile.oreGold.name=Gold Ore +tile.oreIron.name=Iron Ore +tile.oreCoal.name=Coal Ore +tile.log.name=Wood +tile.log.oak.name=Oak Wood +tile.log.spruce.name=Spruce Wood +tile.log.birch.name=Birch Wood +tile.log.jungle.name=Jungle Wood +tile.leaves.name=Leaves +tile.leaves.oak.name=Oak Leaves +tile.leaves.spruce.name=Spruce Leaves +tile.leaves.birch.name=Birch Leaves +tile.leaves.jungle.name=Jungle Leaves +tile.tallgrass.name=Grass +tile.tallgrass.shrub.name=Shrub +tile.tallgrass.grass.name=Grass +tile.tallgrass.fern.name=Fern +tile.sponge.name=Sponge +tile.glass.name=Glass +tile.thinGlass.name=Glass Pane +tile.cloth.name=Wool +tile.flower.name=Flower +tile.rose.name=Rose +tile.mushroom.name=Mushroom +tile.blockGold.name=Block of Gold +tile.blockIron.name=Block of Iron +tile.stoneSlab.stone.name=Stone Slab +tile.stoneSlab.sand.name=Sandstone Slab +tile.stoneSlab.wood.name=Wooden Slab +tile.stoneSlab.cobble.name=Cobblestone Slab +tile.stoneSlab.brick.name=Bricks Slab +tile.stoneSlab.smoothStoneBrick.name=Stone Bricks Slab +tile.stoneSlab.netherBrick.name=Nether Brick Slab +tile.stoneSlab.quartz.name=Quartz Slab +tile.woodSlab.oak.name=Oak Wood Slab +tile.woodSlab.spruce.name=Spruce Wood Slab +tile.woodSlab.birch.name=Birch Wood Slab +tile.woodSlab.jungle.name=Jungle Wood Slab +tile.brick.name=Bricks +tile.tnt.name=TNT +tile.bookshelf.name=Bookshelf +tile.stoneMoss.name=Moss Stone +tile.obsidian.name=Obsidian +tile.torch.name=Torch +tile.fire.name=Fire +tile.mobSpawner.name=Monster Spawner +tile.stairsWood.name=Oak Wood Stairs +tile.stairsWoodSpruce.name=Spruce Wood Stairs +tile.stairsWoodBirch.name=Birch Wood Stairs +tile.stairsWoodJungle.name=Jungle Wood Stairs +tile.chest.name=Chest +tile.chestTrap.name=Trapped Chest +tile.redstoneDust.name=Redstone Dust +tile.oreDiamond.name=Diamond Ore +tile.blockCoal.name=Block of Coal +tile.blockDiamond.name=Block of Diamond +tile.workbench.name=Crafting Table +tile.crops.name=Crops +tile.farmland.name=Farmland +tile.furnace.name=Furnace +tile.sign.name=Sign +tile.doorWood.name=Wooden Door +tile.ladder.name=Ladder +tile.rail.name=Rail +tile.goldenRail.name=Powered Rail +tile.activatorRail.name=Activator Rail +tile.detectorRail.name=Detector Rail +tile.stairsStone.name=Stone Stairs +tile.stairsSandStone.name=Sandstone Stairs +tile.lever.name=Lever +tile.pressurePlate.name=Pressure Plate +tile.weightedPlate_light.name=Weighted Pressure Plate (Light) +tile.weightedPlate_heavy.name=Weighted Pressure Plate (Heavy) +tile.doorIron.name=Iron Door +tile.oreRedstone.name=Redstone Ore +tile.notGate.name=Redstone Torch +tile.button.name=Button +tile.snow.name=Snow +tile.woolCarpet.black.name=Black Carpet +tile.woolCarpet.red.name=Red Carpet +tile.woolCarpet.green.name=Green Carpet +tile.woolCarpet.brown.name=Brown Carpet +tile.woolCarpet.blue.name=Blue Carpet +tile.woolCarpet.purple.name=Purple Carpet +tile.woolCarpet.cyan.name=Cyan Carpet +tile.woolCarpet.silver.name=Light Gray Carpet +tile.woolCarpet.gray.name=Gray Carpet +tile.woolCarpet.pink.name=Pink Carpet +tile.woolCarpet.lime.name=Lime Carpet +tile.woolCarpet.yellow.name=Yellow Carpet +tile.woolCarpet.lightBlue.name=Light Blue Carpet +tile.woolCarpet.magenta.name=Magenta Carpet +tile.woolCarpet.orange.name=Orange Carpet +tile.woolCarpet.white.name=Carpet +tile.ice.name=Ice +tile.cactus.name=Cactus +tile.clay.name=Clay +tile.clayHardenedStained.black.name=Black Stained Clay +tile.clayHardenedStained.red.name=Red Stained Clay +tile.clayHardenedStained.green.name=Green Stained Clay +tile.clayHardenedStained.brown.name=Brown Stained Clay +tile.clayHardenedStained.blue.name=Blue Stained Clay +tile.clayHardenedStained.purple.name=Purple Stained Clay +tile.clayHardenedStained.cyan.name=Cyan Stained Clay +tile.clayHardenedStained.silver.name=Light Gray Stained Clay +tile.clayHardenedStained.gray.name=Gray Stained Clay +tile.clayHardenedStained.pink.name=Pink Stained Clay +tile.clayHardenedStained.lime.name=Lime Stained Clay +tile.clayHardenedStained.yellow.name=Yellow Stained Clay +tile.clayHardenedStained.lightBlue.name=Light Blue Stained Clay +tile.clayHardenedStained.magenta.name=Magenta Stained Clay +tile.clayHardenedStained.orange.name=Orange Stained Clay +tile.clayHardenedStained.white.name=White Stained Clay +tile.clayHardened.name=Hardened Clay +tile.reeds.name=Sugar cane +tile.jukebox.name=Jukebox +tile.fence.name=Fence +tile.fenceGate.name=Fence Gate +tile.pumpkin.name=Pumpkin +tile.litpumpkin.name=Jack o'Lantern +tile.hellrock.name=Netherrack +tile.hellsand.name=Soul Sand +tile.lightgem.name=Glowstone +tile.portal.name=Portal +tile.cloth.black.name=Black Wool +tile.cloth.red.name=Red Wool +tile.cloth.green.name=Green Wool +tile.cloth.brown.name=Brown Wool +tile.cloth.blue.name=Blue Wool +tile.cloth.purple.name=Purple Wool +tile.cloth.cyan.name=Cyan Wool +tile.cloth.silver.name=Light Gray Wool +tile.cloth.gray.name=Gray Wool +tile.cloth.pink.name=Pink Wool +tile.cloth.lime.name=Lime Wool +tile.cloth.yellow.name=Yellow Wool +tile.cloth.lightBlue.name=Light Blue Wool +tile.cloth.magenta.name=Magenta Wool +tile.cloth.orange.name=Orange Wool +tile.cloth.white.name=Wool +tile.oreLapis.name=Lapis Lazuli Ore +tile.blockLapis.name=Lapis Lazuli Block +tile.dispenser.name=Dispenser +tile.dropper.name=Dropper +tile.musicBlock.name=Note Block +tile.cake.name=Cake +tile.bed.name=Bed +tile.bed.occupied=This bed is occupied +tile.bed.noSleep=You can only sleep at night +tile.bed.notSafe=You may not rest now, there are monsters nearby +tile.bed.notValid=Your home bed was missing or obstructed +tile.lockedchest.name=Locked chest +tile.trapdoor.name=Trapdoor +tile.web.name=Cobweb +tile.stonebricksmooth.name=Stone Bricks +tile.stonebricksmooth.default.name=Stone Bricks +tile.stonebricksmooth.mossy.name=Mossy Stone Bricks +tile.stonebricksmooth.cracked.name=Cracked Stone Bricks +tile.stonebricksmooth.chiseled.name=Chiseled Stone Bricks +tile.monsterStoneEgg.stone.name=Stone Monster Egg +tile.monsterStoneEgg.cobble.name=Cobblestone Monster Egg +tile.monsterStoneEgg.brick.name=Stone Brick Monster Egg +tile.pistonBase.name=Piston +tile.pistonStickyBase.name=Sticky Piston +tile.fenceIron.name=Iron Bars +tile.melon.name=Melon +tile.stairsBrick.name=Brick Stairs +tile.stairsStoneBrickSmooth.name=Stone Brick Stairs +tile.vine.name=Vines +tile.netherBrick.name=Nether Brick +tile.netherFence.name=Nether Brick Fence +tile.stairsNetherBrick.name=Nether Brick Stairs +tile.netherStalk.name=Nether Wart +tile.cauldron.name=Cauldron +tile.enchantmentTable.name=Enchantment Table +tile.anvil.name=Anvil +tile.anvil.intact.name=Anvil +tile.anvil.slightlyDamaged.name=Slightly Damaged Anvil +tile.anvil.veryDamaged.name=Very Damaged Anvil +tile.whiteStone.name=End Stone +tile.endPortalFrame.name=End Portal +tile.mycel.name=Mycelium +tile.waterlily.name=Lily Pad +tile.dragonEgg.name=Dragon Egg +tile.redstoneLight.name=Redstone Lamp +tile.cocoa.name=Cocoa +tile.enderChest.name=Ender Chest +tile.oreRuby.name=Ruby Ore +tile.oreEmerald.name=Emerald Ore +tile.blockEmerald.name=Block of Emerald +tile.blockRedstone.name=Block of Redstone +tile.tripWire.name=Tripwire +tile.tripWireSource.name=Tripwire Hook +tile.commandBlock.name=Command Block +tile.beacon.name=Beacon +tile.beacon.primary=Primary Power +tile.beacon.secondary=Secondary Power +tile.cobbleWall.normal.name=Cobblestone Wall +tile.cobbleWall.mossy.name=Mossy Cobblestone Wall +tile.carrots.name=Carrots +tile.potatoes.name=Potatoes +tile.daylightDetector.name=Daylight Sensor +tile.netherquartz.name=Nether Quartz Ore +tile.hopper.name=Hopper +tile.quartzBlock.default.name=Block of Quartz +tile.quartzBlock.chiseled.name=Chiseled Quartz Block +tile.quartzBlock.lines.name=Pillar Quartz Block +tile.stairsQuartz.name=Quartz Stairs + +item.nameTag.name=Name Tag +item.leash.name=Lead +item.shovelIron.name=Iron Shovel +item.pickaxeIron.name=Iron Pickaxe +item.hatchetIron.name=Iron Axe +item.flintAndSteel.name=Flint and Steel +item.apple.name=Apple +item.cookie.name=Cookie +item.bow.name=Bow +item.arrow.name=Arrow +item.coal.name=Coal +item.charcoal.name=Charcoal +item.diamond.name=Diamond +item.emerald.name=Emerald +item.ingotIron.name=Iron Ingot +item.ingotGold.name=Gold Ingot +item.swordIron.name=Iron Sword +item.swordWood.name=Wooden Sword +item.shovelWood.name=Wooden Shovel +item.pickaxeWood.name=Wooden Pickaxe +item.hatchetWood.name=Wooden Axe +item.swordStone.name=Stone Sword +item.shovelStone.name=Stone Shovel +item.pickaxeStone.name=Stone Pickaxe +item.hatchetStone.name=Stone Axe +item.swordDiamond.name=Diamond Sword +item.shovelDiamond.name=Diamond Shovel +item.pickaxeDiamond.name=Diamond Pickaxe +item.hatchetDiamond.name=Diamond Axe +item.stick.name=Stick +item.bowl.name=Bowl +item.mushroomStew.name=Mushroom Stew +item.swordGold.name=Golden Sword +item.shovelGold.name=Golden Shovel +item.pickaxeGold.name=Golden Pickaxe +item.hatchetGold.name=Golden Axe +item.string.name=String +item.feather.name=Feather +item.sulphur.name=Gunpowder +item.hoeWood.name=Wooden Hoe +item.hoeStone.name=Stone Hoe +item.hoeIron.name=Iron Hoe +item.hoeDiamond.name=Diamond Hoe +item.hoeGold.name=Golden Hoe +item.seeds.name=Seeds +item.seeds_pumpkin.name=Pumpkin Seeds +item.seeds_melon.name=Melon Seeds +item.melon.name=Melon +item.wheat.name=Wheat +item.bread.name=Bread +item.helmetCloth.name=Leather Cap +item.chestplateCloth.name=Leather Tunic +item.leggingsCloth.name=Leather Pants +item.bootsCloth.name=Leather Boots +item.helmetChain.name=Chain Helmet +item.chestplateChain.name=Chain Chestplate +item.leggingsChain.name=Chain Leggings +item.bootsChain.name=Chain Boots +item.helmetIron.name=Iron Helmet +item.chestplateIron.name=Iron Chestplate +item.leggingsIron.name=Iron Leggings +item.bootsIron.name=Iron Boots +item.helmetDiamond.name=Diamond Helmet +item.chestplateDiamond.name=Diamond Chestplate +item.leggingsDiamond.name=Diamond Leggings +item.bootsDiamond.name=Diamond Boots +item.helmetGold.name=Golden Helmet +item.chestplateGold.name=Golden Chestplate +item.leggingsGold.name=Golden Leggings +item.bootsGold.name=Golden Boots +item.flint.name=Flint +item.porkchopRaw.name=Raw Porkchop +item.porkchopCooked.name=Cooked Porkchop +item.chickenRaw.name=Raw Chicken +item.chickenCooked.name=Cooked Chicken +item.beefRaw.name=Raw Beef +item.beefCooked.name=Steak +item.painting.name=Painting +item.frame.name=Item Frame +item.appleGold.name=Golden Apple +item.sign.name=Sign +item.doorWood.name=Wooden Door +item.bucket.name=Bucket +item.bucketWater.name=Water Bucket +item.bucketLava.name=Lava Bucket +item.minecart.name=Minecart +item.saddle.name=Saddle +item.doorIron.name=Iron Door +item.redstone.name=Redstone +item.snowball.name=Snowball +item.boat.name=Boat +item.leather.name=Leather +item.milk.name=Milk +item.brick.name=Brick +item.clay.name=Clay +item.reeds.name=Sugar Canes +item.paper.name=Paper +item.book.name=Book +item.slimeball.name=Slimeball +item.minecartChest.name=Minecart with Chest +item.minecartFurnace.name=Minecart with Furnace +item.minecartTnt.name=Minecart with TNT +item.minecartHopper.name=Minecart with Hopper +item.egg.name=Egg +item.compass.name=Compass +item.fishingRod.name=Fishing Rod +item.clock.name=Clock +item.yellowDust.name=Glowstone Dust +item.fishRaw.name=Raw Fish +item.fishCooked.name=Cooked Fish +item.record.name=Music Disc +item.bone.name=Bone +item.dyePowder.black.name=Ink Sac +item.dyePowder.red.name=Rose Red +item.dyePowder.green.name=Cactus Green +item.dyePowder.brown.name=Cocoa Beans +item.dyePowder.blue.name=Lapis Lazuli +item.dyePowder.purple.name=Purple Dye +item.dyePowder.cyan.name=Cyan Dye +item.dyePowder.silver.name=Light Gray Dye +item.dyePowder.gray.name=Gray Dye +item.dyePowder.pink.name=Pink Dye +item.dyePowder.lime.name=Lime Dye +item.dyePowder.yellow.name=Dandelion Yellow +item.dyePowder.lightBlue.name=Light Blue Dye +item.dyePowder.magenta.name=Magenta Dye +item.dyePowder.orange.name=Orange Dye +item.dyePowder.white.name=Bone Meal +item.sugar.name=Sugar +item.cake.name=Cake +item.bed.name=Bed +item.diode.name=Redstone Repeater +item.comparator.name=Redstone Comparator +item.map.name=Map +item.leaves.name=Leaves +item.shears.name=Shears +item.rottenFlesh.name=Rotten Flesh +item.enderPearl.name=Ender Pearl +item.blazeRod.name=Blaze Rod +item.ghastTear.name=Ghast Tear +item.netherStalkSeeds.name=Nether Wart +item.potion.name=Potion +item.emptyPotion.name=Water Bottle +item.goldNugget.name=Gold Nugget +item.glassBottle.name=Glass Bottle +item.spiderEye.name=Spider Eye +item.fermentedSpiderEye.name=Fermented Spider Eye +item.blazePowder.name=Blaze Powder +item.magmaCream.name=Magma Cream +item.cauldron.name=Cauldron +item.brewingStand.name=Brewing Stand +item.eyeOfEnder.name=Eye of Ender +item.speckledMelon.name=Glistering Melon +item.monsterPlacer.name=Spawn +item.expBottle.name=Bottle o' Enchanting +item.fireball.name=Fire Charge +item.writingBook.name=Book and Quill +item.writtenBook.name=Written Book +item.ruby.name=Ruby +item.flowerPot.name=Flower Pot +item.emptyMap.name=Empty Map +item.carrots.name=Carrot +item.carrotGolden.name=Golden Carrot +item.potato.name=Potato +item.potatoBaked.name=Baked Potato +item.potatoPoisonous.name=Poisonous Potato +item.skull.skeleton.name=Skeleton Skull +item.skull.wither.name=Wither Skeleton Skull +item.skull.zombie.name=Zombie Head +item.skull.char.name=Head +item.skull.player.name=%s's Head +item.skull.creeper.name=Creeper Head +item.carrotOnAStick.name=Carrot on a Stick +item.netherStar.name=Nether Star +item.pumpkinPie.name=Pumpkin Pie +item.enchantedBook.name=Enchanted Book +item.fireworks.name=Firework Rocket +item.fireworks.flight=Flight Duration: +item.fireworksCharge.name=Firework Star +item.fireworksCharge.black=Black +item.fireworksCharge.red=Red +item.fireworksCharge.green=Green +item.fireworksCharge.brown=Brown +item.fireworksCharge.blue=Blue +item.fireworksCharge.purple=Purple +item.fireworksCharge.cyan=Cyan +item.fireworksCharge.silver=Light Gray +item.fireworksCharge.gray=Gray +item.fireworksCharge.pink=Pink +item.fireworksCharge.lime=Lime +item.fireworksCharge.yellow=Yellow +item.fireworksCharge.lightBlue=Light Blue +item.fireworksCharge.magenta=Magenta +item.fireworksCharge.orange=Orange +item.fireworksCharge.white=White +item.fireworksCharge.customColor=Custom +item.fireworksCharge.fadeTo=Fade to +item.fireworksCharge.flicker=Twinkle +item.fireworksCharge.trail=Trail +item.fireworksCharge.type.0=Small Ball +item.fireworksCharge.type.1=Large Ball +item.fireworksCharge.type.2=Star-shaped +item.fireworksCharge.type.3=Creeper-shaped +item.fireworksCharge.type.4=Burst +item.fireworksCharge.type=Unknown Shape +item.netherbrick.name=Nether Brick +item.netherquartz.name=Nether Quartz +item.horsearmormetal.name=Iron Horse Armor +item.horsearmorgold.name=Gold Horse Armor +item.horsearmordiamond.name=Diamond Horse Armor + +container.inventory=Inventory +container.hopper=Item Hopper +container.crafting=Crafting +container.dispenser=Dispenser +container.dropper=Dropper +container.furnace=Furnace +container.enchant=Enchant +container.repair=Repair & Name +container.repair.cost=Enchantment Cost: %1$d +container.repair.expensive=Too Expensive! +container.creative=Item Selection +container.brewing=Brewing Stand +container.chest=Chest +container.chestDouble=Large Chest +container.minecart=Minecart +container.enderchest=Ender Chest + +item.dyed=Dyed + +entity.Item.name=Item +entity.XPOrb.name=Experience Orb +entity.SmallFireball.name=Small Fireball +entity.Fireball.name=Fireball + +entity.Arrow.name=Arrow +entity.Snowball.name=Snowball +entity.Painting.name=Painting + +entity.Mob.name=Mob +entity.Monster.name=Monster + +entity.Creeper.name=Creeper +entity.Skeleton.name=Skeleton +entity.Spider.name=Spider +entity.Giant.name=Giant +entity.Zombie.name=Zombie +entity.Slime.name=Slime +entity.Ghast.name=Ghast +entity.PigZombie.name=Zombie Pigman +entity.Enderman.name=Enderman +entity.Silverfish.name=Silverfish +entity.CaveSpider.name=Cave Spider +entity.Blaze.name=Blaze +entity.LavaSlime.name=Magma Cube +entity.MushroomCow.name=Mooshroom +entity.Villager.name=Villager +entity.VillagerGolem.name=Iron Golem +entity.SnowMan.name=Snow Golem +entity.EnderDragon.name=Ender Dragon +entity.WitherBoss.name=Wither +entity.Witch.name=Witch + +entity.Pig.name=Pig +entity.Sheep.name=Sheep +entity.Cow.name=Cow +entity.Chicken.name=Chicken +entity.Squid.name=Squid +entity.Wolf.name=Wolf +entity.Ozelot.name=Ocelot +entity.Cat.name=Cat +entity.Bat.name=Bat +entity.EntityHorse.name=Horse +entity.horse.name=Horse +entity.donkey.name=Donkey +entity.mule.name=Mule +entity.skeletonhorse.name=Skeleton Horse +entity.zombiehorse.name=Zombie Horse + +entity.PrimedTnt.name=Block of TNT +entity.FallingSand.name=Falling Block + +entity.Minecart.name=Minecart +entity.Boat.name=Boat + +entity.Arrow.name=arrow +entity.generic.name=unknown + +death.fell.accident.ladder=%1$s fell off a ladder +death.fell.accident.vines=%1$s fell off some vines +death.fell.accident.water=%1$s fell out of the water +death.fell.accident.generic=%1$s fell from a high place +death.fell.killer=%1$s was doomed to fall +death.fell.assist=%1$s was doomed to fall by %2$s +death.fell.assist.item=%1$s was doomed to fall by %2$s using %3$s +death.fell.finish=%1$s fell too far and was finished by %2$s +death.fell.finish.item=%1$s fell too far and was finished by %2$s using %3$s + +death.attack.inFire=%1$s went up in flames +death.attack.inFire.player=%1$s walked into fire whilst fighting %2$s +death.attack.onFire=%1$s burned to death +death.attack.onFire.player=%1$s was burnt to a crisp whilst fighting %2$s +death.attack.lava=%1$s tried to swim in lava +death.attack.lava.player=%1$s tried to swim in lava to escape %2$s +death.attack.inWall=%1$s suffocated in a wall +death.attack.drown=%1$s drowned +death.attack.drown.player=%1$s drowned whilst trying to escape %2$s +death.attack.starve=%1$s starved to death +death.attack.cactus=%1$s was pricked to death +death.attack.cactus.player=%1$s walked into a cactus whilst trying to escape %2$s +death.attack.generic=%1$s died +death.attack.explosion=%1$s blew up +death.attack.explosion.player=%1$s was blown up by %2$s +death.attack.magic=%1$s was killed by magic +death.attack.wither=%1$s withered away +death.attack.anvil=%1$s was squashed by a falling anvil +death.attack.fallingBlock=%1$s was squashed by a falling block +death.attack.mob=%1$s was slain by %2$s +death.attack.player=%1$s was slain by %2$s +death.attack.player.item=%1$s was slain by %2$s using %3$s +death.attack.arrow=%1$s was shot by %2$s +death.attack.arrow.item=%1$s was shot by %2$s using %3$s +death.attack.fireball=%1$s was fireballed by %2$s +death.attack.fireball.item=%1$s was fireballed by %2$s using %3$s +death.attack.thrown=%1$s was pummeled by %2$s +death.attack.thrown.item=%1$s was pummeled by %2$s using %3$s +death.attack.indirectMagic=%1$s was killed by %2$s using magic +death.attack.indirectMagic.item=%1$s was killed by %2$s using %3$s +death.attack.thorns=%1$s was killed trying to hurt %2$s +death.attack.fall=%1$s hit the ground too hard +death.attack.outOfWorld=%1$s fell out of the world + +deathScreen.respawn=Respawn +deathScreen.deleteWorld=Delete world +deathScreen.titleScreen=Title screen +deathScreen.score=Score +deathScreen.title.hardcore=Game over! +deathScreen.hardcoreInfo=You cannot respawn in hardcore mode! +deathScreen.title=You died! +deathScreen.leaveServer=Leave server + +potion.effects.whenDrank=When Applied: +potion.empty=No Effects +potion.moveSpeed=Speed +potion.moveSlowdown=Slowness +potion.digSpeed=Haste +potion.digSlowDown=Mining Fatigue +potion.damageBoost=Strength +potion.weakness=Weakness +potion.heal=Instant Health +potion.harm=Instant Damage +potion.jump=Jump Boost +potion.confusion=Nausea +potion.regeneration=Regeneration +potion.resistance=Resistance +potion.fireResistance=Fire Resistance +potion.waterBreathing=Water Breathing +potion.invisibility=Invisibility +potion.blindness=Blindness +potion.nightVision=Night Vision +potion.hunger=Hunger +potion.poison=Poison +potion.wither=Wither +potion.healthBoost=Health Boost +potion.absorption=Absorption +potion.saturation=Saturation + +potion.moveSpeed.postfix=Potion of Swiftness +potion.moveSlowdown.postfix=Potion of Slowness +potion.digSpeed.postfix=Potion of Haste +potion.digSlowDown.postfix=Potion of Dullness +potion.damageBoost.postfix=Potion of Strength +potion.weakness.postfix=Potion of Weakness +potion.heal.postfix=Potion of Healing +potion.harm.postfix=Potion of Harming +potion.jump.postfix=Potion of Leaping +potion.confusion.postfix=Potion of Nausea +potion.regeneration.postfix=Potion of Regeneration +potion.resistance.postfix=Potion of Resistance +potion.fireResistance.postfix=Potion of Fire Resistance +potion.waterBreathing.postfix=Potion of Water Breathing +potion.invisibility.postfix=Potion of Invisibility +potion.blindness.postfix=Potion of Blindness +potion.nightVision.postfix=Potion of Night Vision +potion.hunger.postfix=Potion of Hunger +potion.poison.postfix=Potion of Poison +potion.wither.postfix=Potion of Decay +potion.healthBoost.postfix=Potion of Health Boost +potion.absorption.postfix=Potion of Absorption +potion.saturation.postfix=Potion of Saturation + +potion.potency.0= +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV + +potion.prefix.grenade=Splash +potion.prefix.mundane=Mundane +potion.prefix.uninteresting=Uninteresting +potion.prefix.bland=Bland +potion.prefix.clear=Clear +potion.prefix.milky=Milky +potion.prefix.diffuse=Diffuse +potion.prefix.artless=Artless +potion.prefix.thin=Thin +potion.prefix.awkward=Awkward +potion.prefix.flat=Flat +potion.prefix.bulky=Bulky +potion.prefix.bungling=Bungling +potion.prefix.buttered=Buttered +potion.prefix.smooth=Smooth +potion.prefix.suave=Suave +potion.prefix.debonair=Debonair +potion.prefix.thick=Thick +potion.prefix.elegant=Elegant +potion.prefix.fancy=Fancy +potion.prefix.charming=Charming +potion.prefix.dashing=Dashing +potion.prefix.refined=Refined +potion.prefix.cordial=Cordial +potion.prefix.sparkling=Sparkling +potion.prefix.potent=Potent +potion.prefix.foul=Foul +potion.prefix.odorless=Odorless +potion.prefix.rank=Rank +potion.prefix.harsh=Harsh +potion.prefix.acrid=Acrid +potion.prefix.gross=Gross +potion.prefix.stinky=Stinky + +enchantment.damage.all=Sharpness +enchantment.damage.undead=Smite +enchantment.damage.arthropods=Bane of Arthropods +enchantment.knockback=Knockback +enchantment.fire=Fire Aspect +enchantment.protect.all=Protection +enchantment.protect.fire=Fire Protection +enchantment.protect.fall=Feather Falling +enchantment.protect.explosion=Blast Protection +enchantment.protect.projectile=Projectile Protection +enchantment.oxygen=Respiration +enchantment.waterWorker=Aqua Affinity +enchantment.digging=Efficiency +enchantment.untouching=Silk Touch +enchantment.durability=Unbreaking +enchantment.lootBonus=Looting +enchantment.lootBonusDigger=Fortune +enchantment.arrowDamage=Power +enchantment.arrowFire=Flame +enchantment.arrowKnockback=Punch +enchantment.arrowInfinite=Infinity +enchantment.thorns=Thorns + +enchantment.level.1=I +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.level.10=X + +gui.achievements=Achievements +gui.stats=Statistics + +stat.generalButton=General +stat.blocksButton=Blocks +stat.itemsButton=Items + +stat.used=Times Used +stat.mined=Times Mined +stat.depleted=Times Depleted +stat.crafted=Times Crafted + +stat.startGame=Times played +stat.createWorld=Worlds created +stat.loadWorld=Saves loaded +stat.joinMultiplayer=Multiplayer joins +stat.leaveGame=Games quit + +stat.playOneMinute=Minutes Played + +stat.walkOneCm=Distance Walked +stat.fallOneCm=Distance Fallen +stat.swimOneCm=Distance Swum +stat.flyOneCm=Distance Flown +stat.climbOneCm=Distance Climbed +stat.diveOneCm=Distance Dove +stat.minecartOneCm=Distance by Minecart +stat.boatOneCm=Distance by Boat +stat.pigOneCm=Distance by Pig +stat.jump=Jumps +stat.drop=Items Dropped + +stat.damageDealt=Damage Dealt +stat.damageTaken=Damage Taken +stat.deaths=Number of Deaths +stat.mobKills=Mob Kills +stat.playerKills=Player Kills +stat.fishCaught=Fish Caught + +stat.mineBlock=%1$s Mined +stat.craftItem=%1$s Crafted +stat.useItem=%1$s Used +stat.breakItem=%1$s Depleted + +achievement.get=Achievement get! + +achievement.taken=Taken! + +achievement.requires=Requires '%1$s' +achievement.openInventory=Taking Inventory +achievement.openInventory.desc=Press '%1$s' to open your inventory. +achievement.mineWood=Getting Wood +achievement.mineWood.desc=Attack a tree until a block of wood pops out +achievement.buildWorkBench=Benchmarking +achievement.buildWorkBench.desc=Craft a workbench with four blocks of planks +achievement.buildPickaxe=Time to Mine! +achievement.buildPickaxe.desc=Use planks and sticks to make a pickaxe +achievement.buildFurnace=Hot Topic +achievement.buildFurnace.desc=Construct a furnace out of eight stone blocks +achievement.acquireIron=Acquire Hardware +achievement.acquireIron.desc=Smelt an iron ingot +achievement.buildHoe=Time to Farm! +achievement.buildHoe.desc=Use planks and sticks to make a hoe +achievement.makeBread=Bake Bread +achievement.makeBread.desc=Turn wheat into bread +achievement.bakeCake=The Lie +achievement.bakeCake.desc=Wheat, sugar, milk and eggs! +achievement.buildBetterPickaxe=Getting an Upgrade +achievement.buildBetterPickaxe.desc=Construct a better pickaxe +achievement.cookFish=Delicious Fish +achievement.cookFish.desc=Catch and cook fish! +achievement.onARail=On A Rail +achievement.onARail.desc=Travel by minecart at least 1 km from where you started +achievement.buildSword=Time to Strike! +achievement.buildSword.desc=Use planks and sticks to make a sword +achievement.killEnemy=Monster Hunter +achievement.killEnemy.desc=Attack and destroy a monster +achievement.killCow=Cow Tipper +achievement.killCow.desc=Harvest some leather +achievement.flyPig=When Pigs Fly +achievement.flyPig.desc=Fly a pig off a cliff +achievement.snipeSkeleton=Sniper Duel +achievement.snipeSkeleton.desc=Kill a skeleton with an arrow from more than 50 meters +achievement.diamonds=DIAMONDS! +achievement.diamonds.desc=Acquire diamonds with your iron tools +achievement.portal=We Need to Go Deeper +achievement.portal.desc=Build a portal to the Nether +achievement.ghast=Return to Sender +achievement.ghast.desc=Destroy a Ghast with a fireball +achievement.blazeRod=Into Fire +achievement.blazeRod.desc=Relieve a Blaze of its rod +achievement.potion=Local Brewery +achievement.potion.desc=Brew a potion +achievement.theEnd=The End? +achievement.theEnd.desc=Locate the End +achievement.theEnd2=The End. +achievement.theEnd2.desc=Defeat the Ender Dragon +achievement.enchantments=Enchanter +achievement.enchantments.desc=Use a book, obsidian and diamonds to construct an enchantment table +achievement.overkill=Overkill +achievement.overkill.desc=Deal eight hearts of damage in a single hit +achievement.bookcase=Librarian +achievement.bookcase.desc=Build some bookshelves to improve your enchantment table + +commands.generic.exception=An unknown error occurred while attempting to perform this command +commands.generic.permission=You do not have permission to use this command +commands.generic.syntax=Invalid command syntax +commands.generic.player.notFound=That player cannot be found +commands.generic.notFound=Unknown command. Try /help for a list of commands +commands.generic.num.invalid='%s' is not a valid number +commands.generic.boolean.invalid='%s' is not true or false +commands.generic.num.tooSmall=The number you have entered (%d) is too small, it must be at least %d +commands.generic.num.tooBig=The number you have entered (%d) is too big, it must be at most %d +commands.generic.double.tooSmall=The number you have entered (%.2f) is too small, it must be at least %.2f +commands.generic.double.tooBig=The number you have entered (%.2f) is too big, it must be at most %.2f +commands.generic.usage=Usage: %s + +commands.setidletimeout.usage=/setidletimeout +commands.setidletimeout.success=Successfully set the idle timeout to %d minutes. +commands.xp.failure.widthdrawXp=Cannot give player negative experience points +commands.xp.success=Given %d experience to %s +commands.xp.success.levels=Given %d levels to %s +commands.xp.success.negative.levels=Taken %d levels from %s +commands.xp.usage=/xp [player] OR /xp L [player] +commands.playsound.usage=/playsound [x] [y] [z] [volume] [pitch] [minimumVolume] +commands.playsound.success=Played sound '%s' to %s +commands.playsound.playerTooFar=Player %s is too far away to hear the sound +commands.give.usage=/give [amount] [data] +commands.give.notFound=There is no such item with ID %d +commands.give.success=Given %s (ID %d) * %d to %s +commands.effect.usage=/effect [seconds] [amplifier] +commands.effect.notFound=There is no such mob effect with ID %d +commands.effect.success=Given %1$s (ID %2$d) * %3$d to %4$s for %5$d seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.success.removed.all=Took all effects from %s +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.effect.failure.notActive.all=Couldn't take any effects from %s as they do not have any +commands.enchant.usage=/enchant [level] +commands.enchant.notFound=There is no such enchantment with ID %d +commands.enchant.noItem=The target doesn't hold an item +commands.enchant.cantEnchant=The selected enchantment can't be added to the target item +commands.enchant.cantCombine=%1$s can't be combined with %2$s +commands.enchant.success=Enchanting succeeded +commands.clear.usage=/clear [item] [data] +commands.clear.success=Cleared the inventory of %s, removing %d items +commands.clear.failure=Could not clear the inventory of %s, no items to remove +commands.downfall.usage=/toggledownfall +commands.downfall.success=Toggled downfall +commands.time.usage=/time +commands.time.added=Added %d to the time +commands.time.set=Set the time to %d +commands.players.usage=/list +commands.players.list=There are %d/%d players online: +commands.banlist.ips=There are %d total banned IP addresses: +commands.banlist.players=There are %d total banned players: +commands.banlist.usage=/banlist [ips|players] +commands.kill.usage=/kill +commands.kill.success=Ouch! That looked like it hurt +commands.kick.success=Kicked %s from the game +commands.kick.success.reason=Kicked %s from the game: '%s' +commands.kick.usage=/kick [reason ...] +commands.op.success=Opped %s +commands.op.usage=/op +commands.deop.success=De-opped %s +commands.deop.usage=/deop +commands.say.usage=/say +commands.ban.success=Banned player %s +commands.ban.usage=/ban [reason ...] +commands.unban.success=Unbanned player %s +commands.unban.usage=/pardon +commands.banip.invalid=You have entered an invalid IP address or a player that is not online +commands.banip.success=Banned IP address %s +commands.banip.success.players=Banned IP address %s belonging to %s +commands.banip.usage=/ban-ip [reason ...] +commands.unbanip.invalid=You have entered an invalid IP address +commands.unbanip.success=Unbanned IP address %s +commands.unbanip.usage=/pardon-ip
+commands.save.usage=/save-all +commands.save-on.alreadyOn=Saving is already turned on. +commands.save-on.usage=/save-on +commands.save-off.alreadyOff=Saving is already turned off. +commands.save-off.usage=/save-off +commands.save.enabled=Turned on world auto-saving +commands.save.disabled=Turned off world auto-saving +commands.save.start=Saving... +commands.save.success=Saved the world +commands.save.failed=Saving failed: %s +commands.stop.usage=/stop +commands.stop.start=Stopping the server +commands.tp.success=Teleported %s to %s +commands.tp.success.coordinates=Teleported %s to %.2f,%.2f,%.2f +commands.tp.usage=/tp [target player] OR /tp [target player] +commands.tp.notSameDimension=Unable to teleport because players are not in the same dimension +commands.whitelist.list=There are %d (out of %d seen) whitelisted players: +commands.whitelist.enabled=Turned on the whitelist +commands.whitelist.disabled=Turned off the whitelist +commands.whitelist.reloaded=Reloaded the whitelist +commands.whitelist.add.success=Added %s to the whitelist +commands.whitelist.add.usage=/whitelist add +commands.whitelist.remove.success=Removed %s from the whitelist +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.scoreboard.usage=/scoreboard +commands.scoreboard.teamNotFound=No team was found by the name '%s' +commands.scoreboard.objectiveNotFound=No objective was found by the name '%s' +commands.scoreboard.objectiveReadOnly=The objective '%s' is read-only and cannot be set +commands.scoreboard.objectives.usage=/scoreboard objectives +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [objective] +commands.scoreboard.objectives.setdisplay.invalidSlot=No such display slot '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Cleared objective display slot '%s' +commands.scoreboard.objectives.setdisplay.successSet=Set the display objective in slot '%s' to '%s' +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [display name ...] +commands.scoreboard.objectives.add.wrongType=Invalid objective criteria type. Valid types are: %s +commands.scoreboard.objectives.add.alreadyExists=An objective with the name '%s' already exists +commands.scoreboard.objectives.add.tooLong=The name '%s' is too long for an objective, it can be at most %d characters long +commands.scoreboard.objectives.add.displayTooLong=The display name '%s' is too long for an objective, it can be at most %d characters long +commands.scoreboard.objectives.add.success=Added new objective '%s' successfully +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.remove.success=Removed objective '%s' successfully +commands.scoreboard.objectives.list.count=Showing %d objective(s) on scoreboard +commands.scoreboard.objectives.list.entry=- %s: displays as '%s' and is type '%s' +commands.scoreboard.objectives.list.empty=There are no objectives on the scoreboard +commands.scoreboard.players.usage=/scoreboard players +commands.scoreboard.players.set.success=Set score of %s for player %s to %d +commands.scoreboard.players.set.usage=/scoreboard players set +commands.scoreboard.players.add.usage=/scoreboard players add +commands.scoreboard.players.remove.usage=/scoreboard players remove +commands.scoreboard.players.reset.usage=/scoreboard players reset +commands.scoreboard.players.reset.success=Reset all scores of player %s +commands.scoreboard.players.list.count=Showing %d tracked players on the scoreboard +commands.scoreboard.players.list.empty=There are no tracked players on the scoreboard +commands.scoreboard.players.list.player.count=Showing %d tracked objective(s) for %s +commands.scoreboard.players.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.players.list.player.empty=Player %s has no scores recorded +commands.scoreboard.teams.usage=/scoreboard teams +commands.scoreboard.teams.add.usage=/scoreboard teams add [display name ...] +commands.scoreboard.teams.add.alreadyExists=A team with the name '%s' already exists +commands.scoreboard.teams.add.tooLong=The name '%s' is too long for a team, it can be at most %d characters long +commands.scoreboard.teams.add.displayTooLong=The display name '%s' is too long for a team, it can be at most %d characters long +commands.scoreboard.teams.add.success=Added new team '%s' successfully +commands.scoreboard.teams.list.usage=/scoreboard teams list [name] +commands.scoreboard.teams.list.count=Showing %d teams on the scoreboard +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' has %3$d players +commands.scoreboard.teams.list.empty=There are no teams registered on the scoreboard +commands.scoreboard.teams.list.player.count=Showing %d player(s) in team %s +commands.scoreboard.teams.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.teams.list.player.empty=Team %s has no players +commands.scoreboard.teams.empty.usage=/scoreboard teams clear +commands.scoreboard.teams.empty.alreadyEmpty=Team %s is already empty, cannot remove nonexistant players +commands.scoreboard.teams.empty.success=Removed all %d player(s) from team %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.remove.success=Removed team %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [player] +commands.scoreboard.teams.join.success=Added %d player(s) to team %s: %s +commands.scoreboard.teams.join.failure=Could not add %d player(s) to team %s: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [player] +commands.scoreboard.teams.leave.success=Removed %d player(s) from their teams: %s +commands.scoreboard.teams.leave.failure=Could not remove %d player(s) from their teams: %s +commands.scoreboard.teams.leave.noTeam=You are not in a team +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.option.noValue=Valid values for option %s are: %s +commands.scoreboard.teams.option.success=Set option %s for team %s to %s +commands.gamemode.success.self=Set own game mode to %s +commands.gamemode.success.other=Set %s's game mode to %s +commands.gamemode.usage=/gamemode [player] +commands.defaultgamemode.usage=/defaultgamemode +commands.defaultgamemode.success=The world's default game mode is now %s +commands.me.usage=/me +commands.help.header=--- Showing help page %d of %d (/help ) --- +commands.help.footer=Tip: Use the key while typing a command to auto-complete the command or its arguments +commands.help.usage=/help [page|command name] +commands.publish.usage=/publish +commands.publish.started=Local game hosted on port %s +commands.publish.failed=Unable to host local game +commands.debug.start=Started debug profiling +commands.debug.stop=Stopped debug profiling after %.2f seconds (%d ticks) +commands.debug.notStarted=Can't stop profiling when we haven't started yet! +commands.debug.usage=/debug +commands.message.usage=/tell +commands.message.sameTarget=You can't send a private message to yourself! +commands.message.display.outgoing=You whisper to %s: %s +commands.message.display.incoming=%s whispers to you: %s +commands.difficulty.usage=/difficulty +commands.difficulty.success=Set game difficulty to %s +commands.spawnpoint.usage=/spawnpoint OR /spawnpoint OR /spawnpoint +commands.spawnpoint.success=Set %s's spawn point to (%d, %d, %d) +commands.gamerule.usage=/gamerule OR /gamerule +commands.gamerule.success=Game rule has been updated +commands.gamerule.norule=No game rule called '%s' is available +commands.weather.usage=/weather [duration in seconds] +commands.weather.clear=Changing to clear weather +commands.weather.rain=Changing to rainy weather +commands.weather.thunder=Changing to rain and thunder +commands.testfor.usage=/testfor +commands.testfor.failed=/testfor is only usable by commandblocks with analog output +commands.seed.usage=/seed +commands.seed.success=Seed: %s +commands.spreadplayers.usage=/spreadplayers +commands.spreadplayers.spreading.teams=Spreading %s teams %s blocks around %s,%s (min %s blocks apart) +commands.spreadplayers.spreading.players=Spreading %s players %s blocks around %s,%s (min %s blocks apart) +commands.spreadplayers.success.teams=Successfully spread %s teams around %s,%s +commands.spreadplayers.success.players=Successfully spread %s players around %s,%s +commands.spreadplayers.info.teams=(Average distance between teams is %s blocks apart after %s iterations) +commands.spreadplayers.info.players=(Average distance between players is %s blocks apart after %s iterations) +commands.spreadplayers.failure.teams=Could not spread %s teams around %s,%s (too many players for space - try using spread of at most %s) +commands.spreadplayers.failure.players=Could not spread %s players around %s,%s (too many players for space - try using spread of at most %s) + +itemGroup.buildingBlocks=Building Blocks +itemGroup.decorations=Decoration Blocks +itemGroup.redstone=Redstone +itemGroup.transportation=Transportation +itemGroup.misc=Miscellaneous +itemGroup.search=Search Items +itemGroup.food=Foodstuffs +itemGroup.tools=Tools +itemGroup.combat=Combat +itemGroup.brewing=Brewing +itemGroup.materials=Materials +itemGroup.inventory=Survival Inventory + +inventory.binSlot=Destroy Item + +advMode.setCommand=Set Console Command for Block +advMode.setCommand.success=Command set: %s +advMode.command=Console Command +advMode.nearestPlayer=Use "@p" to target nearest player +advMode.randomPlayer=Use "@r" to target random player +advMode.allPlayers=Use "@a" to target all players + +advMode.notEnabled=Command blocks are not enabled on this server +advMode.notAllowed=Must be an opped player in creative mode + +mco.title=Minecraft Realms +mount.onboard=Press %1$s to dismount + +mco.selectServer.play=Play +mco.selectServer.configure=Configure +mco.selectServer.leave=Leave Realm +mco.selectServer.create=Create Realm +mco.selectServer.moreinfo=More Info + +mco.selectServer.expired=Expired Server +mco.selectServer.open=Open Server +mco.selectServer.closed=Closed Server + +mco.selectServer.expires.days=Expires in %s days +mco.selectServer.expires.day=Expires in a day +mco.selectServer.expires.soon=Expires soon + +mco.configure.world.edit.title=Edit Realm + +mco.configure.world.title=Configure Realm +mco.configure.world.name=Name +mco.configure.world.description=Description +mco.configure.world.location=Location +mco.configure.world.invited=Invited +mco.configure.world.buttons.edit=Edit +mco.configure.world.buttons.reset=Reset Realm +mco.configure.world.buttons.done=Done +mco.configure.world.buttons.delete=Delete +mco.configure.world.buttons.open=Open Realm +mco.configure.world.buttons.close=Close Realm +mco.configure.world.buttons.invite=Invite +mco.configure.world.buttons.uninvite=Uninvite +mco.configure.world.buttons.backup=Backups +mco.configure.world.buttons.subscription=Subscription +mco.configure.world.invite.profile.name=Name +mco.configure.world.uninvite.question=Are you sure that you want to uninvite +mco.configure.world.status=Status + +mco.configure.world.subscription.title=Subscription Info +mco.configure.world.subscription.daysleft=Days Left +mco.configure.world.subscription.start=Start Date +mco.configure.world.subscription.extend=Extend + +mco.create.world.location.title=Locations +mco.create.world.location.warning=You may not get the exact location you select +mco.create.world.wait=Creating the realm... +mco.create.world.seed=Seed (Optional) + +mco.reset.world.title=Reset Realm +mco.reset.world.warning=This will permanently delete your realm! +mco.reset.world.seed=Seed (Optional) +mco.reset.world.resetting.screen.title=Resetting Realm... + +mco.configure.world.close.question.line1=Your realm will become unavailable. +mco.configure.world.close.question.line2=Are you sure you want to do that? + +mco.configure.world.leave.question.line1=If you leave this realm you won't see it unless invited again +mco.configure.world.leave.question.line2=Are you sure you want to do that? + +mco.configure.world.reset.question.line1=Your realm will be regenerated and your current realm will be lost +mco.configure.world.reset.question.line2=Are you sure you want to do that? + +mco.configure.world.restore.question.line1=Your realm will be restored to a previous version +mco.configure.world.restore.question.line2=Are you sure you want to do that? + +mco.connect.connecting=Connecting to the online server... +mco.connect.authorizing=Logging in... +mco.connect.failed=Failed to connect to the online server + +mco.create.world=Create + +mco.client.outdated.title=Client Outdated! +mco.client.outdated.msg=Your client is outdated, please consider updating it to use Realms + +mco.backup.title=Backups +mco.backup.button.restore=Restore +mco.backup.restoring=Restoring your realm + +mco.template.title=Realm Templates +mco.template.button.select=Select +mco.template.default.name=Select Template (Optional) +mco.template.name=Template + +mco.invites.button.accept=Accept +mco.invites.button.reject=Reject +mco.invites.title=Pending Invitations +mco.invites.pending=New invitations! + +build.tooHigh=Height limit for building is %s blocks + +attribute.modifier.plus.0=+%d %s +attribute.modifier.plus.1=+%d%% %s +attribute.modifier.plus.2=+%d%% %s +attribute.modifier.take.0=-%d %s +attribute.modifier.take.1=-%d%% %s +attribute.modifier.take.2=-%d%% %s + +attribute.name.horse.jumpStrength=Horse Jump Strength +attribute.name.zombie.spawnReinforcements=Zombie Reinforcements +attribute.name.generic.maxHealth=Max Health +attribute.name.generic.followRange=Mob Follow Range +attribute.name.generic.knockbackResistance=Knockback Resistance +attribute.name.generic.movementSpeed=Speed +attribute.name.generic.attackDamage=Attack Damage \ No newline at end of file diff --git a/1.6.4/assets/minecraft/texts/credits.txt b/1.6.4/assets/minecraft/texts/credits.txt new file mode 100644 index 00000000..7396a162 --- /dev/null +++ b/1.6.4/assets/minecraft/texts/credits.txt @@ -0,0 +1,66 @@ +[C]§f=============== +[C]§eMinecraft Credits +[C]§f=============== + +§7Created by: +§f Markus Persson + +§7Game design, programming and graphics: +§f Markus Persson +§f Jens Bergensten +§f Nathan Adams + +§7Programming: +§f Erik Broes + +§7Music and sound: +§f Daniel Rosenfeld + +§7Ingame artwork and paintings: +§f Kristoffer Zetterstrand + +§7End game narrative: +§f Julian Gough + +§7Website development: +§f Tobias Möllstam +§f Daniel Frisk +§f Leonard Axelsson +§f Jens Bergensten +§f Markus Persson + +§7Logo and promotional artwork: +§f Markus Toivonen + +§7Business and administration: +§f Carl Manneh +§f Daniel Kaplan + +§7Director of fun: +§f Lydia Winters + +§7Number crunching and statistics: +§f Patrick Geuder + +§7Additional programming: +§f Paul Spooner +§f Ryan 'Scaevolus' Hitchman +§f Elliot 'Hippoplatimus' Segal + +§7Developers of Mo' Creatures (horses etc): +§f John Olarte (DrZhark) +§f Kent Christian Jensen +§f Dan Roque + +§7Technologies used: +§f Java by Oracle +§f LWJGL by many talented people +§f "3d Sound System" by Paul Lamb +§f JOrbis by JCraft + + + + + + +§f"Twenty years from now you will be more disappointed by the things that you didn't do than by the ones you did do. So throw off the bowlines. Sail away from the safe harbor. Catch the trade winds in your sails. Explore. Dream. Discover." §7- Unknown \ No newline at end of file diff --git a/1.6.4/assets/minecraft/texts/end.txt b/1.6.4/assets/minecraft/texts/end.txt new file mode 100644 index 00000000..72775248 --- /dev/null +++ b/1.6.4/assets/minecraft/texts/end.txt @@ -0,0 +1,151 @@ +§3I see the player you mean. + +§2PLAYERNAME? + +§3Yes. Take care. It has reached a higher level now. It can read our thoughts. + +§2That doesn't matter. It thinks we are part of the game. + +§3I like this player. It played well. It did not give up. + +§2It is reading our thoughts as though they were words on a screen. + +§3That is how it chooses to imagine many things, when it is deep in the dream of a game. + +§2Words make a wonderful interface. Very flexible. And less terrifying than staring at the reality behind the screen. + +§3They used to hear voices. Before players could read. Back in the days when those who did not play called the players witches, and warlocks. And players dreamed they flew through the air, on sticks powered by demons. + +§2What did this player dream? + +§3This player dreamed of sunlight and trees. Of fire and water. It dreamed it created. And it dreamed it destroyed. It dreamed it hunted, and was hunted. It dreamed of shelter. + +§2Hah, the original interface. A million years old, and it still works. But what true structure did this player create, in the reality behind the screen? + +§3It worked, with a million others, to sculpt a true world in a fold of the §f§k§a§b§3, and created a §f§k§a§b§3 for §f§k§a§b§3, in the §f§k§a§b§3. + +§2It cannot read that thought. + +§3No. It has not yet achieved the highest level. That, it must achieve in the long dream of life, not the short dream of a game. + +§2Does it know that we love it? That the universe is kind? + +§3Sometimes, through the noise of its thoughts, it hears the universe, yes. + +§2But there are times it is sad, in the long dream. It creates worlds that have no summer, and it shivers under a black sun, and it takes its sad creation for reality. + +§3To cure it of sorrow would destroy it. The sorrow is part of its own private task. We cannot interfere. + +§2Sometimes when they are deep in dreams, I want to tell them, they are building true worlds in reality. Sometimes I want to tell them of their importance to the universe. Sometimes, when they have not made a true connection in a while, I want to help them to speak the word they fear. + +§3It reads our thoughts. + +§2Sometimes I do not care. Sometimes I wish to tell them, this world you take for truth is merely §f§k§a§b§2 and §f§k§a§b§2, I wish to tell them that they are §f§k§a§b§2 in the §f§k§a§b§2. They see so little of reality, in their long dream. + +§3And yet they play the game. + +§2But it would be so easy to tell them... + +§3Too strong for this dream. To tell them how to live is to prevent them living. + +§2I will not tell the player how to live. + +§3The player is growing restless. + +§2I will tell the player a story. + +§3But not the truth. + +§2No. A story that contains the truth safely, in a cage of words. Not the naked truth that can burn over any distance. + +§3Give it a body, again. + +§2Yes. Player... + +§3Use its name. + +§2PLAYERNAME. Player of games. + +§3Good. + +§2Take a breath, now. Take another. Feel air in your lungs. Let your limbs return. Yes, move your fingers. Have a body again, under gravity, in air. Respawn in the long dream. There you are. Your body touching the universe again at every point, as though you were separate things. As though we were separate things. + +§3Who are we? Once we were called the spirit of the mountain. Father sun, mother moon. Ancestral spirits, animal spirits. Jinn. Ghosts. The green man. Then gods, demons. Angels. Poltergeists. Aliens, extraterrestrials. Leptons, quarks. The words change. We do not change. + +§2We are the universe. We are everything you think isn't you. You are looking at us now, through your skin and your eyes. And why does the universe touch your skin, and throw light on you? To see you, player. To know you. And to be known. I shall tell you a story. + +§2Once upon a time, there was a player. + +§3The player was you, PLAYERNAME. + +§2Sometimes it thought itself human, on the thin crust of a spinning globe of molten rock. The ball of molten rock circled a ball of blazing gas that was three hundred and thirty thousand times more massive than it. They were so far apart that light took eight minutes to cross the gap. The light was information from a star, and it could burn your skin from a hundred and fifty million kilometres away. + +§2Sometimes the player dreamed it was a miner, on the surface of a world that was flat, and infinite. The sun was a square of white. The days were short; there was much to do; and death was a temporary inconvenience. + +§3Sometimes the player dreamed it was lost in a story. + +§2Sometimes the player dreamed it was other things, in other places. Sometimes these dreams were disturbing. Sometimes very beautiful indeed. Sometimes the player woke from one dream into another, then woke from that into a third. + +§3Sometimes the player dreamed it watched words on a screen. + +§2Let's go back. + +§2The atoms of the player were scattered in the grass, in the rivers, in the air, in the ground. A woman gathered the atoms; she drank and ate and inhaled; and the woman assembled the player, in her body. + +§2And the player awoke, from the warm, dark world of its mother's body, into the long dream. + +§2And the player was a new story, never told before, written in letters of DNA. And the player was a new program, never run before, generated by a sourcecode a billion years old. And the player was a new human, never alive before, made from nothing but milk and love. + +§3You are the player. The story. The program. The human. Made from nothing but milk and love. + +§2Let's go further back. + +§2The seven billion billion billion atoms of the player's body were created, long before this game, in the heart of a star. So the player, too, is information from a star. And the player moves through a story, which is a forest of information planted by a man called Julian, on a flat, infinite world created by a man called Markus, that exists inside a small, private world created by the player, who inhabits a universe created by... + +§3Shush. Sometimes the player created a small, private world that was soft and warm and simple. Sometimes hard, and cold, and complicated. Sometimes it built a model of the universe in its head; flecks of energy, moving through vast empty spaces. Sometimes it called those flecks "electrons" and "protons". + +§2Sometimes it called them "planets" and "stars". + +§2Sometimes it believed it was in a universe that was made of energy that was made of offs and ons; zeros and ones; lines of code. Sometimes it believed it was playing a game. Sometimes it believed it was reading words on a screen. + +§3You are the player, reading words... + +§2Shush... Sometimes the player read lines of code on a screen. Decoded them into words; decoded words into meaning; decoded meaning into feelings, emotions, theories, ideas, and the player started to breathe faster and deeper and realised it was alive, it was alive, those thousand deaths had not been real, the player was alive + +§3You. You. You are alive. + +§2and sometimes the player believed the universe had spoken to it through the sunlight that came through the shuffling leaves of the summer trees + +§3and sometimes the player believed the universe had spoken to it through the light that fell from the crisp night sky of winter, where a fleck of light in the corner of the player's eye might be a star a million times as massive as the sun, boiling its planets to plasma in order to be visible for a moment to the player, walking home at the far side of the universe, suddenly smelling food, almost at the familiar door, about to dream again + +§2and sometimes the player believed the universe had spoken to it through the zeros and ones, through the electricity of the world, through the scrolling words on a screen at the end of a dream + +§3and the universe said I love you + +§2and the universe said you have played the game well + +§3and the universe said everything you need is within you + +§2and the universe said you are stronger than you know + +§3and the universe said you are the daylight + +§2and the universe said you are the night + +§3and the universe said the darkness you fight is within you + +§2and the universe said the light you seek is within you + +§3and the universe said you are not alone + +§2and the universe said you are not separate from every other thing + +§3and the universe said you are the universe tasting itself, talking to itself, reading its own code + +§2and the universe said I love you because you are love. + +§3And the game was over and the player woke up from the dream. And the player began a new dream. And the player dreamed again, dreamed better. And the player was the universe. And the player was love. + +§3You are the player. + +§2Wake up. diff --git a/1.6.4/assets/minecraft/texts/splashes.txt b/1.6.4/assets/minecraft/texts/splashes.txt new file mode 100644 index 00000000..2f26fe5d --- /dev/null +++ b/1.6.4/assets/minecraft/texts/splashes.txt @@ -0,0 +1,320 @@ +As seen on TV! +Awesome! +100% pure! +May contain nuts! +Better than Prey! +More polygons! +Sexy! +Limited edition! +Flashing letters! +Made by Notch! +It's here! +Best in class! +It's finished! +Kind of dragon free! +Excitement! +More than 500 sold! +One of a kind! +Heaps of hits on YouTube! +Indev! +Spiders everywhere! +Check it out! +Holy cow, man! +It's a game! +Made in Sweden! +Uses LWJGL! +Reticulating splines! +Minecraft! +Yaaay! +Singleplayer! +Keyboard compatible! +Undocumented! +Ingots! +Exploding creepers! +That's no moon! +l33t! +Create! +Survive! +Dungeon! +Exclusive! +The bee's knees! +Down with O.P.P.! +Closed source! +Classy! +Wow! +Not on steam! +Oh man! +Awesome community! +Pixels! +Teetsuuuuoooo! +Kaaneeeedaaaa! +Now with difficulty! +Enhanced! +90% bug free! +Pretty! +12 herbs and spices! +Fat free! +Absolutely no memes! +Free dental! +Ask your doctor! +Minors welcome! +Cloud computing! +Legal in Finland! +Hard to label! +Technically good! +Bringing home the bacon! +Indie! +GOTY! +Ceci n'est pas une title screen! +Euclidian! +Now in 3D! +Inspirational! +Herregud! +Complex cellular automata! +Yes, sir! +Played by cowboys! +OpenGL 1.2! +Thousands of colors! +Try it! +Age of Wonders is better! +Try the mushroom stew! +Sensational! +Hot tamale, hot hot tamale! +Play him off, keyboard cat! +Guaranteed! +Macroscopic! +Bring it on! +Random splash! +Call your mother! +Monster infighting! +Loved by millions! +Ultimate edition! +Freaky! +You've got a brand new key! +Water proof! +Uninflammable! +Whoa, dude! +All inclusive! +Tell your friends! +NP is not in P! +Notch <3 ez! +Music by C418! +Livestreamed! +Haunted! +Polynomial! +Terrestrial! +All is full of love! +Full of stars! +Scientific! +Cooler than Spock! +Collaborate and listen! +Never dig down! +Take frequent breaks! +Not linear! +Han shot first! +Nice to meet you! +Buckets of lava! +Ride the pig! +Larger than Earth! +sqrt(-1) love you! +Phobos anomaly! +Punching wood! +Falling off cliffs! +0% sugar! +150% hyperbole! +Synecdoche! +Let's danec! +Seecret Friday update! +Reference implementation! +Lewd with two dudes with food! +Kiss the sky! +20 GOTO 10! +Verlet intregration! +Peter Griffin! +Do not distribute! +Cogito ergo sum! +4815162342 lines of code! +A skeleton popped out! +The Work of Notch! +The sum of its parts! +BTAF used to be good! +I miss ADOM! +umop-apisdn! +OICU812! +Bring me Ray Cokes! +Finger-licking! +Thematic! +Pneumatic! +Sublime! +Octagonal! +Une baguette! +Gargamel plays it! +Rita is the new top dog! +SWM forever! +Representing Edsbyn! +Matt Damon! +Supercalifragilisticexpialidocious! +Consummate V's! +Cow Tools! +Double buffered! +Fan fiction! +Flaxkikare! +Jason! Jason! Jason! +Hotter than the sun! +Internet enabled! +Autonomous! +Engage! +Fantasy! +DRR! DRR! DRR! +Kick it root down! +Regional resources! +Woo, facepunch! +Woo, somethingawful! +Woo, /v/! +Woo, tigsource! +Woo, minecraftforum! +Woo, worldofminecraft! +Woo, reddit! +Woo, 2pp! +Google anlyticsed! +Now supports åäö! +Give us Gordon! +Tip your waiter! +Very fun! +12345 is a bad password! +Vote for net neutrality! +Lives in a pineapple under the sea! +MAP11 has two names! +Omnipotent! +Gasp! +...! +Bees, bees, bees, bees! +Jag känner en bot! +This text is hard to read if you play the game at the default resolution, but at 1080p it's fine! +Haha, LOL! +Hampsterdance! +Switches and ores! +Menger sponge! +idspispopd! +Eple (original edit)! +So fresh, so clean! +Slow acting portals! +Try the Nether! +Don't look directly at the bugs! +Oh, ok, Pigmen! +Finally with ladders! +Scary! +Play Minecraft, Watch Topgear, Get Pig! +Twittered about! +Jump up, jump up, and get down! +Joel is neat! +A riddle, wrapped in a mystery! +Huge tracts of land! +Welcome to your Doom! +Stay a while, stay forever! +Stay a while and listen! +Treatment for your rash! +"Autological" is! +Information wants to be free! +"Almost never" is an interesting concept! +Lots of truthiness! +The creeper is a spy! +Turing complete! +It's groundbreaking! +Let our battle's begin! +The sky is the limit! +Jeb has amazing hair! +Casual gaming! +Undefeated! +Kinda like Lemmings! +Follow the train, CJ! +Leveraging synergy! +This message will never appear on the splash screen, isn't that weird? +DungeonQuest is unfair! +110813! +90210! +Check out the far lands! +Tyrion would love it! +Also try VVVVVV! +Also try Super Meat Boy! +Also try Terraria! +Also try Mount And Blade! +Also try Project Zomboid! +Also try World of Goo! +Also try Limbo! +Also try Pixeljunk Shooter! +Also try Braid! +That's super! +Bread is pain! +Read more books! +Khaaaaaaaaan! +Less addictive than TV Tropes! +More addictive than lemonade! +Bigger than a bread box! +Millions of peaches! +Fnord! +This is my true form! +Totally forgot about Dre! +Don't bother with the clones! +Pumpkinhead! +Hobo humping slobo babe! +Made by Jeb! +Has an ending! +Finally complete! +Feature packed! +Boots with the fur! +Stop, hammertime! +Testificates! +Conventional! +Homeomorphic to a 3-sphere! +Doesn't avoid double negatives! +Place ALL the blocks! +Does barrel rolls! +Meeting expectations! +PC gaming since 1873! +Ghoughpteighbteau tchoghs! +Déjà vu! +Déjà vu! +Got your nose! +Haley loves Elan! +Afraid of the big, black bat! +Doesn't use the U-word! +Child's play! +See you next Friday or so! +From the streets of Södermalm! +150 bpm for 400000 minutes! +Technologic! +Funk soul brother! +Pumpa kungen! +日本ハロー! +한국 안녕하세요! +Helo Cymru! +Cześć Polsko! +你好中国! +Привет Россия! +Γεια σου Ελλάδα! +My life for Aiur! +Lennart lennart = new Lennart(); +I see your vocabulary has improved! +Who put it there? +You can't explain that! +if not ok then return end +§1C§2o§3l§4o§5r§6m§7a§8t§9i§ac +§kFUNKY LOL +SOPA means LOSER in Swedish! +Big Pointy Teeth! +Bekarton guards the gate! +Mmmph, mmph! +Don't feed avocados to parrots! +Swords for everyone! +Plz reply to my tweet! +.party()! +Take her pillow! +Put that cookie down! +Pretty scary! +I have a suggestion. +Now with extra hugs! +Almost java 6! +Woah. +HURNERJSGER? +What's up, Doc? \ No newline at end of file diff --git a/1.6.4/assets/minecraft/textures/blocks/anvil_base.png b/1.6.4/assets/minecraft/textures/blocks/anvil_base.png new file mode 100644 index 00000000..cfc1fc8f Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/anvil_base.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/anvil_top_damaged_0.png b/1.6.4/assets/minecraft/textures/blocks/anvil_top_damaged_0.png new file mode 100644 index 00000000..395dea47 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/anvil_top_damaged_0.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/anvil_top_damaged_1.png b/1.6.4/assets/minecraft/textures/blocks/anvil_top_damaged_1.png new file mode 100644 index 00000000..eddc47fb Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/anvil_top_damaged_1.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/anvil_top_damaged_2.png b/1.6.4/assets/minecraft/textures/blocks/anvil_top_damaged_2.png new file mode 100644 index 00000000..6cade1fa Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/anvil_top_damaged_2.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/beacon.png b/1.6.4/assets/minecraft/textures/blocks/beacon.png new file mode 100644 index 00000000..a69e59dc Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/beacon.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/bed_feet_end.png b/1.6.4/assets/minecraft/textures/blocks/bed_feet_end.png new file mode 100644 index 00000000..6e1a4be4 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/bed_feet_end.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/bed_feet_side.png b/1.6.4/assets/minecraft/textures/blocks/bed_feet_side.png new file mode 100644 index 00000000..3ce06f3e Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/bed_feet_side.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/bed_feet_top.png b/1.6.4/assets/minecraft/textures/blocks/bed_feet_top.png new file mode 100644 index 00000000..b96d357d Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/bed_feet_top.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/bed_head_end.png b/1.6.4/assets/minecraft/textures/blocks/bed_head_end.png new file mode 100644 index 00000000..b684c9a7 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/bed_head_end.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/bed_head_side.png b/1.6.4/assets/minecraft/textures/blocks/bed_head_side.png new file mode 100644 index 00000000..3270b4a0 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/bed_head_side.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/bed_head_top.png b/1.6.4/assets/minecraft/textures/blocks/bed_head_top.png new file mode 100644 index 00000000..2ab10900 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/bed_head_top.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/bedrock.png b/1.6.4/assets/minecraft/textures/blocks/bedrock.png new file mode 100644 index 00000000..1643c995 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/bedrock.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/bookshelf.png b/1.6.4/assets/minecraft/textures/blocks/bookshelf.png new file mode 100644 index 00000000..4c87f0fb Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/bookshelf.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/brewing_stand.png b/1.6.4/assets/minecraft/textures/blocks/brewing_stand.png new file mode 100644 index 00000000..60832aab Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/brewing_stand.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/brewing_stand_base.png b/1.6.4/assets/minecraft/textures/blocks/brewing_stand_base.png new file mode 100644 index 00000000..0742fbfa Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/brewing_stand_base.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/brick.png b/1.6.4/assets/minecraft/textures/blocks/brick.png new file mode 100644 index 00000000..fd6959c2 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/brick.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/cactus_bottom.png b/1.6.4/assets/minecraft/textures/blocks/cactus_bottom.png new file mode 100644 index 00000000..6f10bc08 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/cactus_bottom.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/cactus_side.png b/1.6.4/assets/minecraft/textures/blocks/cactus_side.png new file mode 100644 index 00000000..9c555037 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/cactus_side.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/cactus_top.png b/1.6.4/assets/minecraft/textures/blocks/cactus_top.png new file mode 100644 index 00000000..f182e84a Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/cactus_top.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/cake_bottom.png b/1.6.4/assets/minecraft/textures/blocks/cake_bottom.png new file mode 100644 index 00000000..d93b15ad Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/cake_bottom.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/cake_inner.png b/1.6.4/assets/minecraft/textures/blocks/cake_inner.png new file mode 100644 index 00000000..ce7ce690 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/cake_inner.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/cake_side.png b/1.6.4/assets/minecraft/textures/blocks/cake_side.png new file mode 100644 index 00000000..343a0234 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/cake_side.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/cake_top.png b/1.6.4/assets/minecraft/textures/blocks/cake_top.png new file mode 100644 index 00000000..2947892e Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/cake_top.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/carrots_stage_0.png b/1.6.4/assets/minecraft/textures/blocks/carrots_stage_0.png new file mode 100644 index 00000000..c1ef7320 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/carrots_stage_0.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/carrots_stage_1.png b/1.6.4/assets/minecraft/textures/blocks/carrots_stage_1.png new file mode 100644 index 00000000..1275f4f8 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/carrots_stage_1.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/carrots_stage_2.png b/1.6.4/assets/minecraft/textures/blocks/carrots_stage_2.png new file mode 100644 index 00000000..b7347dfe Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/carrots_stage_2.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/carrots_stage_3.png b/1.6.4/assets/minecraft/textures/blocks/carrots_stage_3.png new file mode 100644 index 00000000..2391be83 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/carrots_stage_3.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/cauldron_bottom.png b/1.6.4/assets/minecraft/textures/blocks/cauldron_bottom.png new file mode 100644 index 00000000..fb313857 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/cauldron_bottom.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/cauldron_inner.png b/1.6.4/assets/minecraft/textures/blocks/cauldron_inner.png new file mode 100644 index 00000000..d5a30dd2 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/cauldron_inner.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/cauldron_side.png b/1.6.4/assets/minecraft/textures/blocks/cauldron_side.png new file mode 100644 index 00000000..72b0e5a3 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/cauldron_side.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/cauldron_top.png b/1.6.4/assets/minecraft/textures/blocks/cauldron_top.png new file mode 100644 index 00000000..3ed61718 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/cauldron_top.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/clay.png b/1.6.4/assets/minecraft/textures/blocks/clay.png new file mode 100644 index 00000000..c19e0319 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/clay.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/coal_block.png b/1.6.4/assets/minecraft/textures/blocks/coal_block.png new file mode 100644 index 00000000..024404bc Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/coal_block.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/coal_ore.png b/1.6.4/assets/minecraft/textures/blocks/coal_ore.png new file mode 100644 index 00000000..49486d2a Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/coal_ore.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/cobblestone.png b/1.6.4/assets/minecraft/textures/blocks/cobblestone.png new file mode 100644 index 00000000..da3498c5 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/cobblestone.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/cobblestone_mossy.png b/1.6.4/assets/minecraft/textures/blocks/cobblestone_mossy.png new file mode 100644 index 00000000..29449e3b Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/cobblestone_mossy.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/cocoa_stage_0.png b/1.6.4/assets/minecraft/textures/blocks/cocoa_stage_0.png new file mode 100644 index 00000000..25892eba Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/cocoa_stage_0.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/cocoa_stage_1.png b/1.6.4/assets/minecraft/textures/blocks/cocoa_stage_1.png new file mode 100644 index 00000000..d0098ffd Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/cocoa_stage_1.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/cocoa_stage_2.png b/1.6.4/assets/minecraft/textures/blocks/cocoa_stage_2.png new file mode 100644 index 00000000..db28c7b8 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/cocoa_stage_2.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/command_block.png b/1.6.4/assets/minecraft/textures/blocks/command_block.png new file mode 100644 index 00000000..4459675f Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/command_block.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/comparator_off.png b/1.6.4/assets/minecraft/textures/blocks/comparator_off.png new file mode 100644 index 00000000..c9527bc1 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/comparator_off.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/comparator_on.png b/1.6.4/assets/minecraft/textures/blocks/comparator_on.png new file mode 100644 index 00000000..2e4fb7aa Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/comparator_on.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/crafting_table_front.png b/1.6.4/assets/minecraft/textures/blocks/crafting_table_front.png new file mode 100644 index 00000000..11986a46 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/crafting_table_front.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/crafting_table_side.png b/1.6.4/assets/minecraft/textures/blocks/crafting_table_side.png new file mode 100644 index 00000000..1c678b4c Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/crafting_table_side.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/crafting_table_top.png b/1.6.4/assets/minecraft/textures/blocks/crafting_table_top.png new file mode 100644 index 00000000..5cd53a54 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/crafting_table_top.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/daylight_detector_side.png b/1.6.4/assets/minecraft/textures/blocks/daylight_detector_side.png new file mode 100644 index 00000000..ac273ea1 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/daylight_detector_side.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/daylight_detector_top.png b/1.6.4/assets/minecraft/textures/blocks/daylight_detector_top.png new file mode 100644 index 00000000..3bfb2da3 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/daylight_detector_top.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/deadbush.png b/1.6.4/assets/minecraft/textures/blocks/deadbush.png new file mode 100644 index 00000000..c64e0797 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/deadbush.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/destroy_stage_0.png b/1.6.4/assets/minecraft/textures/blocks/destroy_stage_0.png new file mode 100644 index 00000000..f65b7ede Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/destroy_stage_0.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/destroy_stage_1.png b/1.6.4/assets/minecraft/textures/blocks/destroy_stage_1.png new file mode 100644 index 00000000..7c915961 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/destroy_stage_1.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/destroy_stage_2.png b/1.6.4/assets/minecraft/textures/blocks/destroy_stage_2.png new file mode 100644 index 00000000..dadd6b05 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/destroy_stage_2.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/destroy_stage_3.png b/1.6.4/assets/minecraft/textures/blocks/destroy_stage_3.png new file mode 100644 index 00000000..52a40b65 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/destroy_stage_3.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/destroy_stage_4.png b/1.6.4/assets/minecraft/textures/blocks/destroy_stage_4.png new file mode 100644 index 00000000..e37c88a2 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/destroy_stage_4.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/destroy_stage_5.png b/1.6.4/assets/minecraft/textures/blocks/destroy_stage_5.png new file mode 100644 index 00000000..9590d2f7 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/destroy_stage_5.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/destroy_stage_6.png b/1.6.4/assets/minecraft/textures/blocks/destroy_stage_6.png new file mode 100644 index 00000000..8e490c0e Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/destroy_stage_6.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/destroy_stage_7.png b/1.6.4/assets/minecraft/textures/blocks/destroy_stage_7.png new file mode 100644 index 00000000..0b40c789 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/destroy_stage_7.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/destroy_stage_8.png b/1.6.4/assets/minecraft/textures/blocks/destroy_stage_8.png new file mode 100644 index 00000000..c0bf1dec Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/destroy_stage_8.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/destroy_stage_9.png b/1.6.4/assets/minecraft/textures/blocks/destroy_stage_9.png new file mode 100644 index 00000000..e3185f82 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/destroy_stage_9.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/diamond_block.png b/1.6.4/assets/minecraft/textures/blocks/diamond_block.png new file mode 100644 index 00000000..f2e2e771 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/diamond_block.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/diamond_ore.png b/1.6.4/assets/minecraft/textures/blocks/diamond_ore.png new file mode 100644 index 00000000..735ecdaa Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/diamond_ore.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/dirt.png b/1.6.4/assets/minecraft/textures/blocks/dirt.png new file mode 100644 index 00000000..617d353e Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/dirt.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/dispenser_front_horizontal.png b/1.6.4/assets/minecraft/textures/blocks/dispenser_front_horizontal.png new file mode 100644 index 00000000..3e09fde0 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/dispenser_front_horizontal.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/dispenser_front_vertical.png b/1.6.4/assets/minecraft/textures/blocks/dispenser_front_vertical.png new file mode 100644 index 00000000..87a7837e Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/dispenser_front_vertical.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/door_iron_lower.png b/1.6.4/assets/minecraft/textures/blocks/door_iron_lower.png new file mode 100644 index 00000000..dbc33ab4 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/door_iron_lower.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/door_iron_upper.png b/1.6.4/assets/minecraft/textures/blocks/door_iron_upper.png new file mode 100644 index 00000000..56878fea Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/door_iron_upper.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/door_wood_lower.png b/1.6.4/assets/minecraft/textures/blocks/door_wood_lower.png new file mode 100644 index 00000000..cc617316 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/door_wood_lower.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/door_wood_upper.png b/1.6.4/assets/minecraft/textures/blocks/door_wood_upper.png new file mode 100644 index 00000000..93319d5d Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/door_wood_upper.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/dragon_egg.png b/1.6.4/assets/minecraft/textures/blocks/dragon_egg.png new file mode 100644 index 00000000..02af123c Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/dragon_egg.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/dropper_front_horizontal.png b/1.6.4/assets/minecraft/textures/blocks/dropper_front_horizontal.png new file mode 100644 index 00000000..7d5f260d Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/dropper_front_horizontal.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/dropper_front_vertical.png b/1.6.4/assets/minecraft/textures/blocks/dropper_front_vertical.png new file mode 100644 index 00000000..68a56c88 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/dropper_front_vertical.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/emerald_block.png b/1.6.4/assets/minecraft/textures/blocks/emerald_block.png new file mode 100644 index 00000000..dc214ee7 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/emerald_block.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/emerald_ore.png b/1.6.4/assets/minecraft/textures/blocks/emerald_ore.png new file mode 100644 index 00000000..a26c35f6 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/emerald_ore.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/enchanting_table_bottom.png b/1.6.4/assets/minecraft/textures/blocks/enchanting_table_bottom.png new file mode 100644 index 00000000..0f492aac Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/enchanting_table_bottom.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/enchanting_table_side.png b/1.6.4/assets/minecraft/textures/blocks/enchanting_table_side.png new file mode 100644 index 00000000..f2f46143 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/enchanting_table_side.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/enchanting_table_top.png b/1.6.4/assets/minecraft/textures/blocks/enchanting_table_top.png new file mode 100644 index 00000000..0d5f68f6 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/enchanting_table_top.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/end_stone.png b/1.6.4/assets/minecraft/textures/blocks/end_stone.png new file mode 100644 index 00000000..c2a91e3c Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/end_stone.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/endframe_eye.png b/1.6.4/assets/minecraft/textures/blocks/endframe_eye.png new file mode 100644 index 00000000..afa1d5d0 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/endframe_eye.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/endframe_side.png b/1.6.4/assets/minecraft/textures/blocks/endframe_side.png new file mode 100644 index 00000000..e6cb5673 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/endframe_side.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/endframe_top.png b/1.6.4/assets/minecraft/textures/blocks/endframe_top.png new file mode 100644 index 00000000..35215a58 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/endframe_top.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/farmland_dry.png b/1.6.4/assets/minecraft/textures/blocks/farmland_dry.png new file mode 100644 index 00000000..d03a0f49 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/farmland_dry.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/farmland_wet.png b/1.6.4/assets/minecraft/textures/blocks/farmland_wet.png new file mode 100644 index 00000000..f8d460d5 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/farmland_wet.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/fern.png b/1.6.4/assets/minecraft/textures/blocks/fern.png new file mode 100644 index 00000000..fd769501 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/fern.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/fire_layer_0.png b/1.6.4/assets/minecraft/textures/blocks/fire_layer_0.png new file mode 100644 index 00000000..cf8910f6 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/fire_layer_0.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/fire_layer_0.png.mcmeta b/1.6.4/assets/minecraft/textures/blocks/fire_layer_0.png.mcmeta new file mode 100644 index 00000000..76446714 --- /dev/null +++ b/1.6.4/assets/minecraft/textures/blocks/fire_layer_0.png.mcmeta @@ -0,0 +1,38 @@ +{ + "animation": { + "frames": [ + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15 + ] + } +} diff --git a/1.6.4/assets/minecraft/textures/blocks/fire_layer_1.png b/1.6.4/assets/minecraft/textures/blocks/fire_layer_1.png new file mode 100644 index 00000000..6db92ac4 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/fire_layer_1.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/fire_layer_1.png.mcmeta b/1.6.4/assets/minecraft/textures/blocks/fire_layer_1.png.mcmeta new file mode 100644 index 00000000..4f0718ac --- /dev/null +++ b/1.6.4/assets/minecraft/textures/blocks/fire_layer_1.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} \ No newline at end of file diff --git a/1.6.4/assets/minecraft/textures/blocks/flower_dandelion.png b/1.6.4/assets/minecraft/textures/blocks/flower_dandelion.png new file mode 100644 index 00000000..873e3f5c Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/flower_dandelion.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/flower_pot.png b/1.6.4/assets/minecraft/textures/blocks/flower_pot.png new file mode 100644 index 00000000..09c2523c Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/flower_pot.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/flower_rose.png b/1.6.4/assets/minecraft/textures/blocks/flower_rose.png new file mode 100644 index 00000000..15ebba6d Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/flower_rose.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/furnace_front_off.png b/1.6.4/assets/minecraft/textures/blocks/furnace_front_off.png new file mode 100644 index 00000000..0570c3a1 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/furnace_front_off.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/furnace_front_on.png b/1.6.4/assets/minecraft/textures/blocks/furnace_front_on.png new file mode 100644 index 00000000..92c89f3c Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/furnace_front_on.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/furnace_side.png b/1.6.4/assets/minecraft/textures/blocks/furnace_side.png new file mode 100644 index 00000000..115f73d0 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/furnace_side.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/furnace_top.png b/1.6.4/assets/minecraft/textures/blocks/furnace_top.png new file mode 100644 index 00000000..a3a5a085 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/furnace_top.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/glass.png b/1.6.4/assets/minecraft/textures/blocks/glass.png new file mode 100644 index 00000000..acadb01a Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/glass.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/glass_pane_top.png b/1.6.4/assets/minecraft/textures/blocks/glass_pane_top.png new file mode 100644 index 00000000..02de5877 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/glass_pane_top.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/glowstone.png b/1.6.4/assets/minecraft/textures/blocks/glowstone.png new file mode 100644 index 00000000..c7253b3b Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/glowstone.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/gold_block.png b/1.6.4/assets/minecraft/textures/blocks/gold_block.png new file mode 100644 index 00000000..174002e2 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/gold_block.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/gold_ore.png b/1.6.4/assets/minecraft/textures/blocks/gold_ore.png new file mode 100644 index 00000000..b1a7a55b Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/gold_ore.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/grass_side.png b/1.6.4/assets/minecraft/textures/blocks/grass_side.png new file mode 100644 index 00000000..a4975e53 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/grass_side.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/grass_side_overlay.png b/1.6.4/assets/minecraft/textures/blocks/grass_side_overlay.png new file mode 100644 index 00000000..fc3fa9d7 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/grass_side_overlay.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/grass_side_snowed.png b/1.6.4/assets/minecraft/textures/blocks/grass_side_snowed.png new file mode 100644 index 00000000..41f61977 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/grass_side_snowed.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/grass_top.png b/1.6.4/assets/minecraft/textures/blocks/grass_top.png new file mode 100644 index 00000000..eaa7e458 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/grass_top.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/gravel.png b/1.6.4/assets/minecraft/textures/blocks/gravel.png new file mode 100644 index 00000000..388e5c55 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/gravel.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/hardened_clay.png b/1.6.4/assets/minecraft/textures/blocks/hardened_clay.png new file mode 100644 index 00000000..24463804 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/hardened_clay.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/hardened_clay_stained_black.png b/1.6.4/assets/minecraft/textures/blocks/hardened_clay_stained_black.png new file mode 100644 index 00000000..59da22cf Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/hardened_clay_stained_black.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/hardened_clay_stained_blue.png b/1.6.4/assets/minecraft/textures/blocks/hardened_clay_stained_blue.png new file mode 100644 index 00000000..7e38e276 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/hardened_clay_stained_blue.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/hardened_clay_stained_brown.png b/1.6.4/assets/minecraft/textures/blocks/hardened_clay_stained_brown.png new file mode 100644 index 00000000..f81745ff Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/hardened_clay_stained_brown.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/hardened_clay_stained_cyan.png b/1.6.4/assets/minecraft/textures/blocks/hardened_clay_stained_cyan.png new file mode 100644 index 00000000..b05428cb Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/hardened_clay_stained_cyan.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/hardened_clay_stained_gray.png b/1.6.4/assets/minecraft/textures/blocks/hardened_clay_stained_gray.png new file mode 100644 index 00000000..8f86904a Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/hardened_clay_stained_gray.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/hardened_clay_stained_green.png b/1.6.4/assets/minecraft/textures/blocks/hardened_clay_stained_green.png new file mode 100644 index 00000000..e89162ee Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/hardened_clay_stained_green.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/hardened_clay_stained_light_blue.png b/1.6.4/assets/minecraft/textures/blocks/hardened_clay_stained_light_blue.png new file mode 100644 index 00000000..3d9ebeaf Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/hardened_clay_stained_light_blue.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/hardened_clay_stained_lime.png b/1.6.4/assets/minecraft/textures/blocks/hardened_clay_stained_lime.png new file mode 100644 index 00000000..b459a0b5 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/hardened_clay_stained_lime.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/hardened_clay_stained_magenta.png b/1.6.4/assets/minecraft/textures/blocks/hardened_clay_stained_magenta.png new file mode 100644 index 00000000..96631060 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/hardened_clay_stained_magenta.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/hardened_clay_stained_orange.png b/1.6.4/assets/minecraft/textures/blocks/hardened_clay_stained_orange.png new file mode 100644 index 00000000..40929db6 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/hardened_clay_stained_orange.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/hardened_clay_stained_pink.png b/1.6.4/assets/minecraft/textures/blocks/hardened_clay_stained_pink.png new file mode 100644 index 00000000..c21c0aa7 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/hardened_clay_stained_pink.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/hardened_clay_stained_purple.png b/1.6.4/assets/minecraft/textures/blocks/hardened_clay_stained_purple.png new file mode 100644 index 00000000..edece941 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/hardened_clay_stained_purple.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/hardened_clay_stained_red.png b/1.6.4/assets/minecraft/textures/blocks/hardened_clay_stained_red.png new file mode 100644 index 00000000..6561d123 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/hardened_clay_stained_red.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/hardened_clay_stained_silver.png b/1.6.4/assets/minecraft/textures/blocks/hardened_clay_stained_silver.png new file mode 100644 index 00000000..eae07f27 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/hardened_clay_stained_silver.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/hardened_clay_stained_white.png b/1.6.4/assets/minecraft/textures/blocks/hardened_clay_stained_white.png new file mode 100644 index 00000000..8066af02 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/hardened_clay_stained_white.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/hardened_clay_stained_yellow.png b/1.6.4/assets/minecraft/textures/blocks/hardened_clay_stained_yellow.png new file mode 100644 index 00000000..5da4687f Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/hardened_clay_stained_yellow.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/hay_block_side.png b/1.6.4/assets/minecraft/textures/blocks/hay_block_side.png new file mode 100644 index 00000000..a2b32db4 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/hay_block_side.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/hay_block_top.png b/1.6.4/assets/minecraft/textures/blocks/hay_block_top.png new file mode 100644 index 00000000..1d355938 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/hay_block_top.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/hopper_inside.png b/1.6.4/assets/minecraft/textures/blocks/hopper_inside.png new file mode 100644 index 00000000..24e8eae3 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/hopper_inside.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/hopper_outside.png b/1.6.4/assets/minecraft/textures/blocks/hopper_outside.png new file mode 100644 index 00000000..50ed8d55 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/hopper_outside.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/hopper_top.png b/1.6.4/assets/minecraft/textures/blocks/hopper_top.png new file mode 100644 index 00000000..3ed61718 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/hopper_top.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/ice.png b/1.6.4/assets/minecraft/textures/blocks/ice.png new file mode 100644 index 00000000..ac946e95 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/ice.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/iron_bars.png b/1.6.4/assets/minecraft/textures/blocks/iron_bars.png new file mode 100644 index 00000000..732807f3 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/iron_bars.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/iron_block.png b/1.6.4/assets/minecraft/textures/blocks/iron_block.png new file mode 100644 index 00000000..7816799e Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/iron_block.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/iron_ore.png b/1.6.4/assets/minecraft/textures/blocks/iron_ore.png new file mode 100644 index 00000000..250d8bb7 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/iron_ore.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/itemframe_background.png b/1.6.4/assets/minecraft/textures/blocks/itemframe_background.png new file mode 100644 index 00000000..b40ad65c Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/itemframe_background.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/jukebox_side.png b/1.6.4/assets/minecraft/textures/blocks/jukebox_side.png new file mode 100644 index 00000000..a3c27c18 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/jukebox_side.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/jukebox_top.png b/1.6.4/assets/minecraft/textures/blocks/jukebox_top.png new file mode 100644 index 00000000..92ddb158 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/jukebox_top.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/ladder.png b/1.6.4/assets/minecraft/textures/blocks/ladder.png new file mode 100644 index 00000000..e2ec5f28 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/ladder.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/lapis_block.png b/1.6.4/assets/minecraft/textures/blocks/lapis_block.png new file mode 100644 index 00000000..0271489e Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/lapis_block.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/lapis_ore.png b/1.6.4/assets/minecraft/textures/blocks/lapis_ore.png new file mode 100644 index 00000000..61442368 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/lapis_ore.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/lava_flow.png b/1.6.4/assets/minecraft/textures/blocks/lava_flow.png new file mode 100644 index 00000000..af07f91d Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/lava_flow.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/lava_flow.png.mcmeta b/1.6.4/assets/minecraft/textures/blocks/lava_flow.png.mcmeta new file mode 100644 index 00000000..8e55e43b --- /dev/null +++ b/1.6.4/assets/minecraft/textures/blocks/lava_flow.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 3 + } +} diff --git a/1.6.4/assets/minecraft/textures/blocks/lava_still.png b/1.6.4/assets/minecraft/textures/blocks/lava_still.png new file mode 100644 index 00000000..78bb29d5 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/lava_still.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/lava_still.png.mcmeta b/1.6.4/assets/minecraft/textures/blocks/lava_still.png.mcmeta new file mode 100644 index 00000000..7ceb3639 --- /dev/null +++ b/1.6.4/assets/minecraft/textures/blocks/lava_still.png.mcmeta @@ -0,0 +1,45 @@ +{ + "animation": { + "frametime": 2, + "frames": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 18, + 17, + 16, + 15, + 14, + 13, + 12, + 11, + 10, + 9, + 8, + 7, + 6, + 5, + 4, + 3, + 2, + 1 + ] + } +} \ No newline at end of file diff --git a/1.6.4/assets/minecraft/textures/blocks/leaves_birch.png b/1.6.4/assets/minecraft/textures/blocks/leaves_birch.png new file mode 100644 index 00000000..a6773aff Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/leaves_birch.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/leaves_birch_opaque.png b/1.6.4/assets/minecraft/textures/blocks/leaves_birch_opaque.png new file mode 100644 index 00000000..e91ed32a Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/leaves_birch_opaque.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/leaves_jungle.png b/1.6.4/assets/minecraft/textures/blocks/leaves_jungle.png new file mode 100644 index 00000000..e0cb935a Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/leaves_jungle.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/leaves_jungle_opaque.png b/1.6.4/assets/minecraft/textures/blocks/leaves_jungle_opaque.png new file mode 100644 index 00000000..110a618e Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/leaves_jungle_opaque.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/leaves_oak.png b/1.6.4/assets/minecraft/textures/blocks/leaves_oak.png new file mode 100644 index 00000000..a6773aff Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/leaves_oak.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/leaves_oak_opaque.png b/1.6.4/assets/minecraft/textures/blocks/leaves_oak_opaque.png new file mode 100644 index 00000000..e91ed32a Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/leaves_oak_opaque.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/leaves_spruce.png b/1.6.4/assets/minecraft/textures/blocks/leaves_spruce.png new file mode 100644 index 00000000..602eab8e Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/leaves_spruce.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/leaves_spruce_opaque.png b/1.6.4/assets/minecraft/textures/blocks/leaves_spruce_opaque.png new file mode 100644 index 00000000..2e5228e8 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/leaves_spruce_opaque.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/lever.png b/1.6.4/assets/minecraft/textures/blocks/lever.png new file mode 100644 index 00000000..051187fa Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/lever.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/log_birch.png b/1.6.4/assets/minecraft/textures/blocks/log_birch.png new file mode 100644 index 00000000..bfb209d1 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/log_birch.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/log_birch_top.png b/1.6.4/assets/minecraft/textures/blocks/log_birch_top.png new file mode 100644 index 00000000..7a44e773 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/log_birch_top.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/log_jungle.png b/1.6.4/assets/minecraft/textures/blocks/log_jungle.png new file mode 100644 index 00000000..0b7120ad Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/log_jungle.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/log_jungle_top.png b/1.6.4/assets/minecraft/textures/blocks/log_jungle_top.png new file mode 100644 index 00000000..7a44e773 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/log_jungle_top.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/log_oak.png b/1.6.4/assets/minecraft/textures/blocks/log_oak.png new file mode 100644 index 00000000..914cb5fb Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/log_oak.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/log_oak_top.png b/1.6.4/assets/minecraft/textures/blocks/log_oak_top.png new file mode 100644 index 00000000..7a44e773 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/log_oak_top.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/log_spruce.png b/1.6.4/assets/minecraft/textures/blocks/log_spruce.png new file mode 100644 index 00000000..dc1aa2f0 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/log_spruce.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/log_spruce_top.png b/1.6.4/assets/minecraft/textures/blocks/log_spruce_top.png new file mode 100644 index 00000000..7a44e773 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/log_spruce_top.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/melon_side.png b/1.6.4/assets/minecraft/textures/blocks/melon_side.png new file mode 100644 index 00000000..ec7b430d Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/melon_side.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/melon_stem_connected.png b/1.6.4/assets/minecraft/textures/blocks/melon_stem_connected.png new file mode 100644 index 00000000..6a5c10e1 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/melon_stem_connected.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/melon_stem_disconnected.png b/1.6.4/assets/minecraft/textures/blocks/melon_stem_disconnected.png new file mode 100644 index 00000000..38065ef6 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/melon_stem_disconnected.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/melon_top.png b/1.6.4/assets/minecraft/textures/blocks/melon_top.png new file mode 100644 index 00000000..65cf169f Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/melon_top.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/mob_spawner.png b/1.6.4/assets/minecraft/textures/blocks/mob_spawner.png new file mode 100644 index 00000000..7d55217e Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/mob_spawner.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/mushroom_block_inside.png b/1.6.4/assets/minecraft/textures/blocks/mushroom_block_inside.png new file mode 100644 index 00000000..f0e7a043 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/mushroom_block_inside.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/mushroom_block_skin_brown.png b/1.6.4/assets/minecraft/textures/blocks/mushroom_block_skin_brown.png new file mode 100644 index 00000000..1f52ba89 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/mushroom_block_skin_brown.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/mushroom_block_skin_red.png b/1.6.4/assets/minecraft/textures/blocks/mushroom_block_skin_red.png new file mode 100644 index 00000000..66cf12c4 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/mushroom_block_skin_red.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/mushroom_block_skin_stem.png b/1.6.4/assets/minecraft/textures/blocks/mushroom_block_skin_stem.png new file mode 100644 index 00000000..83c08403 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/mushroom_block_skin_stem.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/mushroom_brown.png b/1.6.4/assets/minecraft/textures/blocks/mushroom_brown.png new file mode 100644 index 00000000..bf33d348 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/mushroom_brown.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/mushroom_red.png b/1.6.4/assets/minecraft/textures/blocks/mushroom_red.png new file mode 100644 index 00000000..1b332b79 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/mushroom_red.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/mycelium_side.png b/1.6.4/assets/minecraft/textures/blocks/mycelium_side.png new file mode 100644 index 00000000..55474258 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/mycelium_side.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/mycelium_top.png b/1.6.4/assets/minecraft/textures/blocks/mycelium_top.png new file mode 100644 index 00000000..088a8251 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/mycelium_top.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/nether_brick.png b/1.6.4/assets/minecraft/textures/blocks/nether_brick.png new file mode 100644 index 00000000..caaf66f8 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/nether_brick.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/nether_wart_stage_0.png b/1.6.4/assets/minecraft/textures/blocks/nether_wart_stage_0.png new file mode 100644 index 00000000..514a95be Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/nether_wart_stage_0.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/nether_wart_stage_1.png b/1.6.4/assets/minecraft/textures/blocks/nether_wart_stage_1.png new file mode 100644 index 00000000..b4ad0d1e Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/nether_wart_stage_1.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/nether_wart_stage_2.png b/1.6.4/assets/minecraft/textures/blocks/nether_wart_stage_2.png new file mode 100644 index 00000000..b9b67431 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/nether_wart_stage_2.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/netherrack.png b/1.6.4/assets/minecraft/textures/blocks/netherrack.png new file mode 100644 index 00000000..88129c4e Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/netherrack.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/noteblock.png b/1.6.4/assets/minecraft/textures/blocks/noteblock.png new file mode 100644 index 00000000..a3c27c18 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/noteblock.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/obsidian.png b/1.6.4/assets/minecraft/textures/blocks/obsidian.png new file mode 100644 index 00000000..ff0a6836 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/obsidian.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/piston_bottom.png b/1.6.4/assets/minecraft/textures/blocks/piston_bottom.png new file mode 100644 index 00000000..a3a5a085 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/piston_bottom.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/piston_inner.png b/1.6.4/assets/minecraft/textures/blocks/piston_inner.png new file mode 100644 index 00000000..10439292 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/piston_inner.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/piston_side.png b/1.6.4/assets/minecraft/textures/blocks/piston_side.png new file mode 100644 index 00000000..634f54ab Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/piston_side.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/piston_top_normal.png b/1.6.4/assets/minecraft/textures/blocks/piston_top_normal.png new file mode 100644 index 00000000..eeaadab4 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/piston_top_normal.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/piston_top_sticky.png b/1.6.4/assets/minecraft/textures/blocks/piston_top_sticky.png new file mode 100644 index 00000000..6ddd4ad3 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/piston_top_sticky.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/planks_birch.png b/1.6.4/assets/minecraft/textures/blocks/planks_birch.png new file mode 100644 index 00000000..b113e3ae Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/planks_birch.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/planks_jungle.png b/1.6.4/assets/minecraft/textures/blocks/planks_jungle.png new file mode 100644 index 00000000..e3fe82d1 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/planks_jungle.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/planks_oak.png b/1.6.4/assets/minecraft/textures/blocks/planks_oak.png new file mode 100644 index 00000000..346f77dc Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/planks_oak.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/planks_spruce.png b/1.6.4/assets/minecraft/textures/blocks/planks_spruce.png new file mode 100644 index 00000000..f45fa94b Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/planks_spruce.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/portal.png b/1.6.4/assets/minecraft/textures/blocks/portal.png new file mode 100644 index 00000000..96859e2d Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/portal.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/portal.png.mcmeta b/1.6.4/assets/minecraft/textures/blocks/portal.png.mcmeta new file mode 100644 index 00000000..4f0718ac --- /dev/null +++ b/1.6.4/assets/minecraft/textures/blocks/portal.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} \ No newline at end of file diff --git a/1.6.4/assets/minecraft/textures/blocks/potatoes_stage_0.png b/1.6.4/assets/minecraft/textures/blocks/potatoes_stage_0.png new file mode 100644 index 00000000..c1ef7320 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/potatoes_stage_0.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/potatoes_stage_1.png b/1.6.4/assets/minecraft/textures/blocks/potatoes_stage_1.png new file mode 100644 index 00000000..1275f4f8 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/potatoes_stage_1.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/potatoes_stage_2.png b/1.6.4/assets/minecraft/textures/blocks/potatoes_stage_2.png new file mode 100644 index 00000000..b7347dfe Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/potatoes_stage_2.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/potatoes_stage_3.png b/1.6.4/assets/minecraft/textures/blocks/potatoes_stage_3.png new file mode 100644 index 00000000..d7e8185d Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/potatoes_stage_3.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/pumpkin_face_off.png b/1.6.4/assets/minecraft/textures/blocks/pumpkin_face_off.png new file mode 100644 index 00000000..ecef0250 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/pumpkin_face_off.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/pumpkin_face_on.png b/1.6.4/assets/minecraft/textures/blocks/pumpkin_face_on.png new file mode 100644 index 00000000..907f499f Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/pumpkin_face_on.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/pumpkin_side.png b/1.6.4/assets/minecraft/textures/blocks/pumpkin_side.png new file mode 100644 index 00000000..75dfc475 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/pumpkin_side.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/pumpkin_stem_connected.png b/1.6.4/assets/minecraft/textures/blocks/pumpkin_stem_connected.png new file mode 100644 index 00000000..6a5c10e1 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/pumpkin_stem_connected.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/pumpkin_stem_disconnected.png b/1.6.4/assets/minecraft/textures/blocks/pumpkin_stem_disconnected.png new file mode 100644 index 00000000..38065ef6 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/pumpkin_stem_disconnected.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/pumpkin_top.png b/1.6.4/assets/minecraft/textures/blocks/pumpkin_top.png new file mode 100644 index 00000000..297ce3c8 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/pumpkin_top.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/quartz_block_bottom.png b/1.6.4/assets/minecraft/textures/blocks/quartz_block_bottom.png new file mode 100644 index 00000000..7e16c7cf Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/quartz_block_bottom.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/quartz_block_chiseled.png b/1.6.4/assets/minecraft/textures/blocks/quartz_block_chiseled.png new file mode 100644 index 00000000..80465a1b Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/quartz_block_chiseled.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/quartz_block_chiseled_top.png b/1.6.4/assets/minecraft/textures/blocks/quartz_block_chiseled_top.png new file mode 100644 index 00000000..44073e5c Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/quartz_block_chiseled_top.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/quartz_block_lines.png b/1.6.4/assets/minecraft/textures/blocks/quartz_block_lines.png new file mode 100644 index 00000000..184ecd25 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/quartz_block_lines.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/quartz_block_lines_top.png b/1.6.4/assets/minecraft/textures/blocks/quartz_block_lines_top.png new file mode 100644 index 00000000..6d203793 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/quartz_block_lines_top.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/quartz_block_side.png b/1.6.4/assets/minecraft/textures/blocks/quartz_block_side.png new file mode 100644 index 00000000..a2cd2cab Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/quartz_block_side.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/quartz_block_top.png b/1.6.4/assets/minecraft/textures/blocks/quartz_block_top.png new file mode 100644 index 00000000..a2cd2cab Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/quartz_block_top.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/quartz_ore.png b/1.6.4/assets/minecraft/textures/blocks/quartz_ore.png new file mode 100644 index 00000000..4d758c12 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/quartz_ore.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/rail_activator.png b/1.6.4/assets/minecraft/textures/blocks/rail_activator.png new file mode 100644 index 00000000..ce115ba6 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/rail_activator.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/rail_activator_powered.png b/1.6.4/assets/minecraft/textures/blocks/rail_activator_powered.png new file mode 100644 index 00000000..a3aaca9b Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/rail_activator_powered.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/rail_detector.png b/1.6.4/assets/minecraft/textures/blocks/rail_detector.png new file mode 100644 index 00000000..92c1466e Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/rail_detector.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/rail_detector_powered.png b/1.6.4/assets/minecraft/textures/blocks/rail_detector_powered.png new file mode 100644 index 00000000..a1c6e6b1 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/rail_detector_powered.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/rail_golden.png b/1.6.4/assets/minecraft/textures/blocks/rail_golden.png new file mode 100644 index 00000000..1fc52c3e Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/rail_golden.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/rail_golden_powered.png b/1.6.4/assets/minecraft/textures/blocks/rail_golden_powered.png new file mode 100644 index 00000000..bd343be8 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/rail_golden_powered.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/rail_normal.png b/1.6.4/assets/minecraft/textures/blocks/rail_normal.png new file mode 100644 index 00000000..d6092369 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/rail_normal.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/rail_normal_turned.png b/1.6.4/assets/minecraft/textures/blocks/rail_normal_turned.png new file mode 100644 index 00000000..f394a235 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/rail_normal_turned.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/redstone_block.png b/1.6.4/assets/minecraft/textures/blocks/redstone_block.png new file mode 100644 index 00000000..fcf6b40f Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/redstone_block.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/redstone_dust_cross.png b/1.6.4/assets/minecraft/textures/blocks/redstone_dust_cross.png new file mode 100644 index 00000000..dcec8935 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/redstone_dust_cross.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/redstone_dust_cross_overlay.png b/1.6.4/assets/minecraft/textures/blocks/redstone_dust_cross_overlay.png new file mode 100644 index 00000000..96729e15 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/redstone_dust_cross_overlay.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/redstone_dust_line.png b/1.6.4/assets/minecraft/textures/blocks/redstone_dust_line.png new file mode 100644 index 00000000..ff0fb23a Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/redstone_dust_line.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/redstone_dust_line_overlay.png b/1.6.4/assets/minecraft/textures/blocks/redstone_dust_line_overlay.png new file mode 100644 index 00000000..96729e15 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/redstone_dust_line_overlay.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/redstone_lamp_off.png b/1.6.4/assets/minecraft/textures/blocks/redstone_lamp_off.png new file mode 100644 index 00000000..522765be Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/redstone_lamp_off.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/redstone_lamp_on.png b/1.6.4/assets/minecraft/textures/blocks/redstone_lamp_on.png new file mode 100644 index 00000000..9562ef3e Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/redstone_lamp_on.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/redstone_ore.png b/1.6.4/assets/minecraft/textures/blocks/redstone_ore.png new file mode 100644 index 00000000..575a4888 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/redstone_ore.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/redstone_torch_off.png b/1.6.4/assets/minecraft/textures/blocks/redstone_torch_off.png new file mode 100644 index 00000000..635eabd4 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/redstone_torch_off.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/redstone_torch_on.png b/1.6.4/assets/minecraft/textures/blocks/redstone_torch_on.png new file mode 100644 index 00000000..2983d6ce Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/redstone_torch_on.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/reeds.png b/1.6.4/assets/minecraft/textures/blocks/reeds.png new file mode 100644 index 00000000..64bbfe0e Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/reeds.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/repeater_off.png b/1.6.4/assets/minecraft/textures/blocks/repeater_off.png new file mode 100644 index 00000000..86346698 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/repeater_off.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/repeater_on.png b/1.6.4/assets/minecraft/textures/blocks/repeater_on.png new file mode 100644 index 00000000..d71d0d93 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/repeater_on.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/sand.png b/1.6.4/assets/minecraft/textures/blocks/sand.png new file mode 100644 index 00000000..86b96546 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/sand.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/sandstone_bottom.png b/1.6.4/assets/minecraft/textures/blocks/sandstone_bottom.png new file mode 100644 index 00000000..e1022209 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/sandstone_bottom.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/sandstone_carved.png b/1.6.4/assets/minecraft/textures/blocks/sandstone_carved.png new file mode 100644 index 00000000..9bd7fa14 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/sandstone_carved.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/sandstone_normal.png b/1.6.4/assets/minecraft/textures/blocks/sandstone_normal.png new file mode 100644 index 00000000..1b79145f Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/sandstone_normal.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/sandstone_smooth.png b/1.6.4/assets/minecraft/textures/blocks/sandstone_smooth.png new file mode 100644 index 00000000..ef118bdc Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/sandstone_smooth.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/sandstone_top.png b/1.6.4/assets/minecraft/textures/blocks/sandstone_top.png new file mode 100644 index 00000000..bb5b157d Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/sandstone_top.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/sapling_birch.png b/1.6.4/assets/minecraft/textures/blocks/sapling_birch.png new file mode 100644 index 00000000..b0dacc5f Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/sapling_birch.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/sapling_jungle.png b/1.6.4/assets/minecraft/textures/blocks/sapling_jungle.png new file mode 100644 index 00000000..4e10b35c Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/sapling_jungle.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/sapling_oak.png b/1.6.4/assets/minecraft/textures/blocks/sapling_oak.png new file mode 100644 index 00000000..1bf1bfa5 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/sapling_oak.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/sapling_spruce.png b/1.6.4/assets/minecraft/textures/blocks/sapling_spruce.png new file mode 100644 index 00000000..5767d48b Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/sapling_spruce.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/snow.png b/1.6.4/assets/minecraft/textures/blocks/snow.png new file mode 100644 index 00000000..5c146cd3 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/snow.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/soul_sand.png b/1.6.4/assets/minecraft/textures/blocks/soul_sand.png new file mode 100644 index 00000000..fca7e8ff Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/soul_sand.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/sponge.png b/1.6.4/assets/minecraft/textures/blocks/sponge.png new file mode 100644 index 00000000..a8508046 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/sponge.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/stone.png b/1.6.4/assets/minecraft/textures/blocks/stone.png new file mode 100644 index 00000000..87e19ff4 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/stone.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/stone_slab_side.png b/1.6.4/assets/minecraft/textures/blocks/stone_slab_side.png new file mode 100644 index 00000000..fe2a2040 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/stone_slab_side.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/stone_slab_top.png b/1.6.4/assets/minecraft/textures/blocks/stone_slab_top.png new file mode 100644 index 00000000..090657d3 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/stone_slab_top.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/stonebrick.png b/1.6.4/assets/minecraft/textures/blocks/stonebrick.png new file mode 100644 index 00000000..69138cf2 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/stonebrick.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/stonebrick_carved.png b/1.6.4/assets/minecraft/textures/blocks/stonebrick_carved.png new file mode 100644 index 00000000..b7e88db2 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/stonebrick_carved.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/stonebrick_cracked.png b/1.6.4/assets/minecraft/textures/blocks/stonebrick_cracked.png new file mode 100644 index 00000000..918a8845 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/stonebrick_cracked.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/stonebrick_mossy.png b/1.6.4/assets/minecraft/textures/blocks/stonebrick_mossy.png new file mode 100644 index 00000000..5b9fe376 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/stonebrick_mossy.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/tallgrass.png b/1.6.4/assets/minecraft/textures/blocks/tallgrass.png new file mode 100644 index 00000000..42b2013e Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/tallgrass.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/tnt_bottom.png b/1.6.4/assets/minecraft/textures/blocks/tnt_bottom.png new file mode 100644 index 00000000..cc2e5867 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/tnt_bottom.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/tnt_side.png b/1.6.4/assets/minecraft/textures/blocks/tnt_side.png new file mode 100644 index 00000000..21109fbe Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/tnt_side.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/tnt_top.png b/1.6.4/assets/minecraft/textures/blocks/tnt_top.png new file mode 100644 index 00000000..ceb44b6d Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/tnt_top.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/torch_on.png b/1.6.4/assets/minecraft/textures/blocks/torch_on.png new file mode 100644 index 00000000..a2ce41b8 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/torch_on.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/trapdoor.png b/1.6.4/assets/minecraft/textures/blocks/trapdoor.png new file mode 100644 index 00000000..a7dcccc9 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/trapdoor.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/trip_wire.png b/1.6.4/assets/minecraft/textures/blocks/trip_wire.png new file mode 100644 index 00000000..6a9a72b5 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/trip_wire.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/trip_wire_source.png b/1.6.4/assets/minecraft/textures/blocks/trip_wire_source.png new file mode 100644 index 00000000..fbd464d8 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/trip_wire_source.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/vine.png b/1.6.4/assets/minecraft/textures/blocks/vine.png new file mode 100644 index 00000000..df5e435a Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/vine.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/water_flow.png b/1.6.4/assets/minecraft/textures/blocks/water_flow.png new file mode 100644 index 00000000..e72280c4 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/water_flow.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/water_flow.png.mcmeta b/1.6.4/assets/minecraft/textures/blocks/water_flow.png.mcmeta new file mode 100644 index 00000000..4f0718ac --- /dev/null +++ b/1.6.4/assets/minecraft/textures/blocks/water_flow.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} \ No newline at end of file diff --git a/1.6.4/assets/minecraft/textures/blocks/water_still.png b/1.6.4/assets/minecraft/textures/blocks/water_still.png new file mode 100644 index 00000000..c7e90b07 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/water_still.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/water_still.png.mcmeta b/1.6.4/assets/minecraft/textures/blocks/water_still.png.mcmeta new file mode 100644 index 00000000..0645f48c --- /dev/null +++ b/1.6.4/assets/minecraft/textures/blocks/water_still.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 2 + } +} diff --git a/1.6.4/assets/minecraft/textures/blocks/waterlily.png b/1.6.4/assets/minecraft/textures/blocks/waterlily.png new file mode 100644 index 00000000..f6c84f84 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/waterlily.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/web.png b/1.6.4/assets/minecraft/textures/blocks/web.png new file mode 100644 index 00000000..7c097f17 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/web.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/wheat_stage_0.png b/1.6.4/assets/minecraft/textures/blocks/wheat_stage_0.png new file mode 100644 index 00000000..185af6fc Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/wheat_stage_0.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/wheat_stage_1.png b/1.6.4/assets/minecraft/textures/blocks/wheat_stage_1.png new file mode 100644 index 00000000..67588c1e Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/wheat_stage_1.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/wheat_stage_2.png b/1.6.4/assets/minecraft/textures/blocks/wheat_stage_2.png new file mode 100644 index 00000000..3d337929 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/wheat_stage_2.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/wheat_stage_3.png b/1.6.4/assets/minecraft/textures/blocks/wheat_stage_3.png new file mode 100644 index 00000000..4649f780 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/wheat_stage_3.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/wheat_stage_4.png b/1.6.4/assets/minecraft/textures/blocks/wheat_stage_4.png new file mode 100644 index 00000000..ac04b52c Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/wheat_stage_4.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/wheat_stage_5.png b/1.6.4/assets/minecraft/textures/blocks/wheat_stage_5.png new file mode 100644 index 00000000..1ea81acd Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/wheat_stage_5.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/wheat_stage_6.png b/1.6.4/assets/minecraft/textures/blocks/wheat_stage_6.png new file mode 100644 index 00000000..cb5f1951 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/wheat_stage_6.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/wheat_stage_7.png b/1.6.4/assets/minecraft/textures/blocks/wheat_stage_7.png new file mode 100644 index 00000000..7acafb37 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/wheat_stage_7.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/wool_colored_black.png b/1.6.4/assets/minecraft/textures/blocks/wool_colored_black.png new file mode 100644 index 00000000..b74d5c9f Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/wool_colored_black.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/wool_colored_blue.png b/1.6.4/assets/minecraft/textures/blocks/wool_colored_blue.png new file mode 100644 index 00000000..ce9515f8 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/wool_colored_blue.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/wool_colored_brown.png b/1.6.4/assets/minecraft/textures/blocks/wool_colored_brown.png new file mode 100644 index 00000000..b4dc3c52 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/wool_colored_brown.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/wool_colored_cyan.png b/1.6.4/assets/minecraft/textures/blocks/wool_colored_cyan.png new file mode 100644 index 00000000..ca0800a3 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/wool_colored_cyan.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/wool_colored_gray.png b/1.6.4/assets/minecraft/textures/blocks/wool_colored_gray.png new file mode 100644 index 00000000..6409ff2f Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/wool_colored_gray.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/wool_colored_green.png b/1.6.4/assets/minecraft/textures/blocks/wool_colored_green.png new file mode 100644 index 00000000..a7be6d7f Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/wool_colored_green.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/wool_colored_light_blue.png b/1.6.4/assets/minecraft/textures/blocks/wool_colored_light_blue.png new file mode 100644 index 00000000..72d9d9e7 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/wool_colored_light_blue.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/wool_colored_lime.png b/1.6.4/assets/minecraft/textures/blocks/wool_colored_lime.png new file mode 100644 index 00000000..bf56389f Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/wool_colored_lime.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/wool_colored_magenta.png b/1.6.4/assets/minecraft/textures/blocks/wool_colored_magenta.png new file mode 100644 index 00000000..3af67475 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/wool_colored_magenta.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/wool_colored_orange.png b/1.6.4/assets/minecraft/textures/blocks/wool_colored_orange.png new file mode 100644 index 00000000..eefe6dea Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/wool_colored_orange.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/wool_colored_pink.png b/1.6.4/assets/minecraft/textures/blocks/wool_colored_pink.png new file mode 100644 index 00000000..c2785af2 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/wool_colored_pink.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/wool_colored_purple.png b/1.6.4/assets/minecraft/textures/blocks/wool_colored_purple.png new file mode 100644 index 00000000..76f68d6d Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/wool_colored_purple.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/wool_colored_red.png b/1.6.4/assets/minecraft/textures/blocks/wool_colored_red.png new file mode 100644 index 00000000..0cff7a9b Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/wool_colored_red.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/wool_colored_silver.png b/1.6.4/assets/minecraft/textures/blocks/wool_colored_silver.png new file mode 100644 index 00000000..756d9b06 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/wool_colored_silver.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/wool_colored_white.png b/1.6.4/assets/minecraft/textures/blocks/wool_colored_white.png new file mode 100644 index 00000000..abc7999c Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/wool_colored_white.png differ diff --git a/1.6.4/assets/minecraft/textures/blocks/wool_colored_yellow.png b/1.6.4/assets/minecraft/textures/blocks/wool_colored_yellow.png new file mode 100644 index 00000000..4babaaaa Binary files /dev/null and b/1.6.4/assets/minecraft/textures/blocks/wool_colored_yellow.png differ diff --git a/1.6.4/assets/minecraft/textures/colormap/foliage.png b/1.6.4/assets/minecraft/textures/colormap/foliage.png new file mode 100644 index 00000000..dcc119ee Binary files /dev/null and b/1.6.4/assets/minecraft/textures/colormap/foliage.png differ diff --git a/1.6.4/assets/minecraft/textures/colormap/grass.png b/1.6.4/assets/minecraft/textures/colormap/grass.png new file mode 100644 index 00000000..484a9a6a Binary files /dev/null and b/1.6.4/assets/minecraft/textures/colormap/grass.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/arrow.png b/1.6.4/assets/minecraft/textures/entity/arrow.png new file mode 100644 index 00000000..3afa604d Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/arrow.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/bat.png b/1.6.4/assets/minecraft/textures/entity/bat.png new file mode 100644 index 00000000..803860ed Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/bat.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/beacon_beam.png b/1.6.4/assets/minecraft/textures/entity/beacon_beam.png new file mode 100644 index 00000000..67545b45 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/beacon_beam.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/blaze.png b/1.6.4/assets/minecraft/textures/entity/blaze.png new file mode 100644 index 00000000..19cdbb59 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/blaze.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/boat.png b/1.6.4/assets/minecraft/textures/entity/boat.png new file mode 100644 index 00000000..9b589654 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/boat.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/cat/black.png b/1.6.4/assets/minecraft/textures/entity/cat/black.png new file mode 100644 index 00000000..422908f2 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/cat/black.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/cat/ocelot.png b/1.6.4/assets/minecraft/textures/entity/cat/ocelot.png new file mode 100644 index 00000000..6b5064ee Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/cat/ocelot.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/cat/red.png b/1.6.4/assets/minecraft/textures/entity/cat/red.png new file mode 100644 index 00000000..17b6de5b Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/cat/red.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/cat/siamese.png b/1.6.4/assets/minecraft/textures/entity/cat/siamese.png new file mode 100644 index 00000000..cfed948e Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/cat/siamese.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/chest/christmas.png b/1.6.4/assets/minecraft/textures/entity/chest/christmas.png new file mode 100644 index 00000000..44591121 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/chest/christmas.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/chest/christmas_double.png b/1.6.4/assets/minecraft/textures/entity/chest/christmas_double.png new file mode 100644 index 00000000..9e44eebb Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/chest/christmas_double.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/chest/ender.png b/1.6.4/assets/minecraft/textures/entity/chest/ender.png new file mode 100644 index 00000000..3631d0dd Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/chest/ender.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/chest/normal.png b/1.6.4/assets/minecraft/textures/entity/chest/normal.png new file mode 100644 index 00000000..2e3d7fde Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/chest/normal.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/chest/normal_double.png b/1.6.4/assets/minecraft/textures/entity/chest/normal_double.png new file mode 100644 index 00000000..01683381 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/chest/normal_double.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/chest/trapped.png b/1.6.4/assets/minecraft/textures/entity/chest/trapped.png new file mode 100644 index 00000000..3aef1901 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/chest/trapped.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/chest/trapped_double.png b/1.6.4/assets/minecraft/textures/entity/chest/trapped_double.png new file mode 100644 index 00000000..00eebe5d Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/chest/trapped_double.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/chicken.png b/1.6.4/assets/minecraft/textures/entity/chicken.png new file mode 100644 index 00000000..e24d550f Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/chicken.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/cow/cow.png b/1.6.4/assets/minecraft/textures/entity/cow/cow.png new file mode 100644 index 00000000..f1320c30 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/cow/cow.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/cow/mooshroom.png b/1.6.4/assets/minecraft/textures/entity/cow/mooshroom.png new file mode 100644 index 00000000..905f1604 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/cow/mooshroom.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/creeper/creeper.png b/1.6.4/assets/minecraft/textures/entity/creeper/creeper.png new file mode 100644 index 00000000..abdb5400 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/creeper/creeper.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/creeper/creeper_armor.png b/1.6.4/assets/minecraft/textures/entity/creeper/creeper_armor.png new file mode 100644 index 00000000..119f6ff1 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/creeper/creeper_armor.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/enchanting_table_book.png b/1.6.4/assets/minecraft/textures/entity/enchanting_table_book.png new file mode 100644 index 00000000..619e7a55 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/enchanting_table_book.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/end_portal.png b/1.6.4/assets/minecraft/textures/entity/end_portal.png new file mode 100644 index 00000000..d5d85695 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/end_portal.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/endercrystal/endercrystal.png b/1.6.4/assets/minecraft/textures/entity/endercrystal/endercrystal.png new file mode 100644 index 00000000..8b3668a5 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/endercrystal/endercrystal.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/endercrystal/endercrystal_beam.png b/1.6.4/assets/minecraft/textures/entity/endercrystal/endercrystal_beam.png new file mode 100644 index 00000000..1259a5d0 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/endercrystal/endercrystal_beam.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/enderdragon/dragon.png b/1.6.4/assets/minecraft/textures/entity/enderdragon/dragon.png new file mode 100644 index 00000000..b8a680c8 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/enderdragon/dragon.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/enderdragon/dragon_exploding.png b/1.6.4/assets/minecraft/textures/entity/enderdragon/dragon_exploding.png new file mode 100644 index 00000000..ca5c9496 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/enderdragon/dragon_exploding.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/enderdragon/dragon_eyes.png b/1.6.4/assets/minecraft/textures/entity/enderdragon/dragon_eyes.png new file mode 100644 index 00000000..147b303d Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/enderdragon/dragon_eyes.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/enderman/enderman.png b/1.6.4/assets/minecraft/textures/entity/enderman/enderman.png new file mode 100644 index 00000000..ab23cb98 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/enderman/enderman.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/enderman/enderman_eyes.png b/1.6.4/assets/minecraft/textures/entity/enderman/enderman_eyes.png new file mode 100644 index 00000000..08044028 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/enderman/enderman_eyes.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/experience_orb.png b/1.6.4/assets/minecraft/textures/entity/experience_orb.png new file mode 100644 index 00000000..92f9d0f0 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/experience_orb.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/explosion.png b/1.6.4/assets/minecraft/textures/entity/explosion.png new file mode 100644 index 00000000..c309409c Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/explosion.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/ghast/ghast.png b/1.6.4/assets/minecraft/textures/entity/ghast/ghast.png new file mode 100644 index 00000000..dd63bc17 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/ghast/ghast.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/ghast/ghast_shooting.png b/1.6.4/assets/minecraft/textures/entity/ghast/ghast_shooting.png new file mode 100644 index 00000000..5d9be29c Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/ghast/ghast_shooting.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/horse/armor/horse_armor_diamond.png b/1.6.4/assets/minecraft/textures/entity/horse/armor/horse_armor_diamond.png new file mode 100644 index 00000000..39068f25 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/horse/armor/horse_armor_diamond.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/horse/armor/horse_armor_gold.png b/1.6.4/assets/minecraft/textures/entity/horse/armor/horse_armor_gold.png new file mode 100644 index 00000000..4a0786de Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/horse/armor/horse_armor_gold.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/horse/armor/horse_armor_iron.png b/1.6.4/assets/minecraft/textures/entity/horse/armor/horse_armor_iron.png new file mode 100644 index 00000000..533b2dd9 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/horse/armor/horse_armor_iron.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/horse/donkey.png b/1.6.4/assets/minecraft/textures/entity/horse/donkey.png new file mode 100644 index 00000000..b94bc630 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/horse/donkey.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/horse/horse_black.png b/1.6.4/assets/minecraft/textures/entity/horse/horse_black.png new file mode 100644 index 00000000..dde716e2 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/horse/horse_black.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/horse/horse_brown.png b/1.6.4/assets/minecraft/textures/entity/horse/horse_brown.png new file mode 100644 index 00000000..ec0158f4 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/horse/horse_brown.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/horse/horse_chestnut.png b/1.6.4/assets/minecraft/textures/entity/horse/horse_chestnut.png new file mode 100644 index 00000000..40322ff9 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/horse/horse_chestnut.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/horse/horse_creamy.png b/1.6.4/assets/minecraft/textures/entity/horse/horse_creamy.png new file mode 100644 index 00000000..bc42bcce Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/horse/horse_creamy.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/horse/horse_darkbrown.png b/1.6.4/assets/minecraft/textures/entity/horse/horse_darkbrown.png new file mode 100644 index 00000000..b38e914c Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/horse/horse_darkbrown.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/horse/horse_gray.png b/1.6.4/assets/minecraft/textures/entity/horse/horse_gray.png new file mode 100644 index 00000000..49875329 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/horse/horse_gray.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/horse/horse_markings_blackdots.png b/1.6.4/assets/minecraft/textures/entity/horse/horse_markings_blackdots.png new file mode 100644 index 00000000..73206486 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/horse/horse_markings_blackdots.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/horse/horse_markings_white.png b/1.6.4/assets/minecraft/textures/entity/horse/horse_markings_white.png new file mode 100644 index 00000000..b1f0a697 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/horse/horse_markings_white.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/horse/horse_markings_whitedots.png b/1.6.4/assets/minecraft/textures/entity/horse/horse_markings_whitedots.png new file mode 100644 index 00000000..20e19546 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/horse/horse_markings_whitedots.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/horse/horse_markings_whitefield.png b/1.6.4/assets/minecraft/textures/entity/horse/horse_markings_whitefield.png new file mode 100644 index 00000000..baa2c06f Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/horse/horse_markings_whitefield.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/horse/horse_skeleton.png b/1.6.4/assets/minecraft/textures/entity/horse/horse_skeleton.png new file mode 100644 index 00000000..29d4ed5d Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/horse/horse_skeleton.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/horse/horse_white.png b/1.6.4/assets/minecraft/textures/entity/horse/horse_white.png new file mode 100644 index 00000000..e90e6e7f Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/horse/horse_white.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/horse/horse_zombie.png b/1.6.4/assets/minecraft/textures/entity/horse/horse_zombie.png new file mode 100644 index 00000000..22d55faa Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/horse/horse_zombie.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/horse/mule.png b/1.6.4/assets/minecraft/textures/entity/horse/mule.png new file mode 100644 index 00000000..241bdaac Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/horse/mule.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/iron_golem.png b/1.6.4/assets/minecraft/textures/entity/iron_golem.png new file mode 100644 index 00000000..f9f64659 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/iron_golem.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/lead_knot.png b/1.6.4/assets/minecraft/textures/entity/lead_knot.png new file mode 100644 index 00000000..ab4d3b3a Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/lead_knot.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/minecart.png b/1.6.4/assets/minecraft/textures/entity/minecart.png new file mode 100644 index 00000000..7ad7b54f Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/minecart.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/pig/pig.png b/1.6.4/assets/minecraft/textures/entity/pig/pig.png new file mode 100644 index 00000000..0a9532ff Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/pig/pig.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/pig/pig_saddle.png b/1.6.4/assets/minecraft/textures/entity/pig/pig_saddle.png new file mode 100644 index 00000000..640ea76c Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/pig/pig_saddle.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/sheep/sheep.png b/1.6.4/assets/minecraft/textures/entity/sheep/sheep.png new file mode 100644 index 00000000..d9fe93f7 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/sheep/sheep.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/sheep/sheep_fur.png b/1.6.4/assets/minecraft/textures/entity/sheep/sheep_fur.png new file mode 100644 index 00000000..623340b8 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/sheep/sheep_fur.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/sign.png b/1.6.4/assets/minecraft/textures/entity/sign.png new file mode 100644 index 00000000..e22e2f78 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/sign.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/silverfish.png b/1.6.4/assets/minecraft/textures/entity/silverfish.png new file mode 100644 index 00000000..416fa168 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/silverfish.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/skeleton/skeleton.png b/1.6.4/assets/minecraft/textures/entity/skeleton/skeleton.png new file mode 100644 index 00000000..184b5853 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/skeleton/skeleton.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/skeleton/wither_skeleton.png b/1.6.4/assets/minecraft/textures/entity/skeleton/wither_skeleton.png new file mode 100644 index 00000000..b0db19df Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/skeleton/wither_skeleton.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/slime/magmacube.png b/1.6.4/assets/minecraft/textures/entity/slime/magmacube.png new file mode 100644 index 00000000..c1b397fe Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/slime/magmacube.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/slime/slime.png b/1.6.4/assets/minecraft/textures/entity/slime/slime.png new file mode 100644 index 00000000..96edcf67 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/slime/slime.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/snowman.png b/1.6.4/assets/minecraft/textures/entity/snowman.png new file mode 100644 index 00000000..568d5f6e Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/snowman.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/spider/cave_spider.png b/1.6.4/assets/minecraft/textures/entity/spider/cave_spider.png new file mode 100644 index 00000000..934f1ea9 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/spider/cave_spider.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/spider/spider.png b/1.6.4/assets/minecraft/textures/entity/spider/spider.png new file mode 100644 index 00000000..3a8c779e Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/spider/spider.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/spider_eyes.png b/1.6.4/assets/minecraft/textures/entity/spider_eyes.png new file mode 100644 index 00000000..6b80a061 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/spider_eyes.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/squid.png b/1.6.4/assets/minecraft/textures/entity/squid.png new file mode 100644 index 00000000..f2853887 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/squid.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/steve.png b/1.6.4/assets/minecraft/textures/entity/steve.png new file mode 100644 index 00000000..66501856 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/steve.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/villager/butcher.png b/1.6.4/assets/minecraft/textures/entity/villager/butcher.png new file mode 100644 index 00000000..f1c07d41 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/villager/butcher.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/villager/farmer.png b/1.6.4/assets/minecraft/textures/entity/villager/farmer.png new file mode 100644 index 00000000..970c1799 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/villager/farmer.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/villager/librarian.png b/1.6.4/assets/minecraft/textures/entity/villager/librarian.png new file mode 100644 index 00000000..b071cd3d Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/villager/librarian.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/villager/priest.png b/1.6.4/assets/minecraft/textures/entity/villager/priest.png new file mode 100644 index 00000000..35054ce1 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/villager/priest.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/villager/smith.png b/1.6.4/assets/minecraft/textures/entity/villager/smith.png new file mode 100644 index 00000000..965da7f0 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/villager/smith.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/villager/villager.png b/1.6.4/assets/minecraft/textures/entity/villager/villager.png new file mode 100644 index 00000000..52de8e7b Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/villager/villager.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/witch.png b/1.6.4/assets/minecraft/textures/entity/witch.png new file mode 100644 index 00000000..24035708 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/witch.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/wither/wither.png b/1.6.4/assets/minecraft/textures/entity/wither/wither.png new file mode 100644 index 00000000..0882d052 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/wither/wither.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/wither/wither_armor.png b/1.6.4/assets/minecraft/textures/entity/wither/wither_armor.png new file mode 100644 index 00000000..a6b5cf5b Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/wither/wither_armor.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/wither/wither_invulnerable.png b/1.6.4/assets/minecraft/textures/entity/wither/wither_invulnerable.png new file mode 100644 index 00000000..717750b4 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/wither/wither_invulnerable.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/wolf/wolf.png b/1.6.4/assets/minecraft/textures/entity/wolf/wolf.png new file mode 100644 index 00000000..f37ef816 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/wolf/wolf.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/wolf/wolf_angry.png b/1.6.4/assets/minecraft/textures/entity/wolf/wolf_angry.png new file mode 100644 index 00000000..7891ce91 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/wolf/wolf_angry.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/wolf/wolf_collar.png b/1.6.4/assets/minecraft/textures/entity/wolf/wolf_collar.png new file mode 100644 index 00000000..ae1c9204 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/wolf/wolf_collar.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/wolf/wolf_tame.png b/1.6.4/assets/minecraft/textures/entity/wolf/wolf_tame.png new file mode 100644 index 00000000..f1236d2c Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/wolf/wolf_tame.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/zombie/zombie.png b/1.6.4/assets/minecraft/textures/entity/zombie/zombie.png new file mode 100644 index 00000000..22ff8f95 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/zombie/zombie.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/zombie/zombie_villager.png b/1.6.4/assets/minecraft/textures/entity/zombie/zombie_villager.png new file mode 100644 index 00000000..349f9c21 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/zombie/zombie_villager.png differ diff --git a/1.6.4/assets/minecraft/textures/entity/zombie_pigman.png b/1.6.4/assets/minecraft/textures/entity/zombie_pigman.png new file mode 100644 index 00000000..e95cc4c3 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/entity/zombie_pigman.png differ diff --git a/1.6.4/assets/minecraft/textures/environment/clouds.png b/1.6.4/assets/minecraft/textures/environment/clouds.png new file mode 100644 index 00000000..a67c44d2 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/environment/clouds.png differ diff --git a/1.6.4/assets/minecraft/textures/environment/end_sky.png b/1.6.4/assets/minecraft/textures/environment/end_sky.png new file mode 100644 index 00000000..094b3093 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/environment/end_sky.png differ diff --git a/1.6.4/assets/minecraft/textures/environment/moon_phases.png b/1.6.4/assets/minecraft/textures/environment/moon_phases.png new file mode 100644 index 00000000..cdba8d15 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/environment/moon_phases.png differ diff --git a/1.6.4/assets/minecraft/textures/environment/rain.png b/1.6.4/assets/minecraft/textures/environment/rain.png new file mode 100644 index 00000000..2dc4b1cd Binary files /dev/null and b/1.6.4/assets/minecraft/textures/environment/rain.png differ diff --git a/1.6.4/assets/minecraft/textures/environment/snow.png b/1.6.4/assets/minecraft/textures/environment/snow.png new file mode 100644 index 00000000..18989030 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/environment/snow.png differ diff --git a/1.6.4/assets/minecraft/textures/environment/sun.png b/1.6.4/assets/minecraft/textures/environment/sun.png new file mode 100644 index 00000000..08de644b Binary files /dev/null and b/1.6.4/assets/minecraft/textures/environment/sun.png differ diff --git a/1.6.4/assets/minecraft/textures/font/ascii.png b/1.6.4/assets/minecraft/textures/font/ascii.png new file mode 100644 index 00000000..e446d537 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/ascii.png differ diff --git a/1.6.4/assets/minecraft/textures/font/ascii_sga.png b/1.6.4/assets/minecraft/textures/font/ascii_sga.png new file mode 100644 index 00000000..f443b4aa Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/ascii_sga.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_00.png b/1.6.4/assets/minecraft/textures/font/unicode_page_00.png new file mode 100644 index 00000000..44fd12f8 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_00.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_01.png b/1.6.4/assets/minecraft/textures/font/unicode_page_01.png new file mode 100644 index 00000000..ddac030c Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_01.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_02.png b/1.6.4/assets/minecraft/textures/font/unicode_page_02.png new file mode 100644 index 00000000..dc1335a3 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_02.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_03.png b/1.6.4/assets/minecraft/textures/font/unicode_page_03.png new file mode 100644 index 00000000..6ff02570 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_03.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_04.png b/1.6.4/assets/minecraft/textures/font/unicode_page_04.png new file mode 100644 index 00000000..be3e8337 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_04.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_05.png b/1.6.4/assets/minecraft/textures/font/unicode_page_05.png new file mode 100644 index 00000000..9b588040 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_05.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_06.png b/1.6.4/assets/minecraft/textures/font/unicode_page_06.png new file mode 100644 index 00000000..ed74e781 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_06.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_07.png b/1.6.4/assets/minecraft/textures/font/unicode_page_07.png new file mode 100644 index 00000000..b5321775 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_07.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_09.png b/1.6.4/assets/minecraft/textures/font/unicode_page_09.png new file mode 100644 index 00000000..083b9111 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_09.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_0a.png b/1.6.4/assets/minecraft/textures/font/unicode_page_0a.png new file mode 100644 index 00000000..0190c11c Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_0a.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_0b.png b/1.6.4/assets/minecraft/textures/font/unicode_page_0b.png new file mode 100644 index 00000000..4d0af48a Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_0b.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_0c.png b/1.6.4/assets/minecraft/textures/font/unicode_page_0c.png new file mode 100644 index 00000000..773297d6 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_0c.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_0d.png b/1.6.4/assets/minecraft/textures/font/unicode_page_0d.png new file mode 100644 index 00000000..5f522314 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_0d.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_0e.png b/1.6.4/assets/minecraft/textures/font/unicode_page_0e.png new file mode 100644 index 00000000..531ca7d6 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_0e.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_0f.png b/1.6.4/assets/minecraft/textures/font/unicode_page_0f.png new file mode 100644 index 00000000..7b879fcc Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_0f.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_10.png b/1.6.4/assets/minecraft/textures/font/unicode_page_10.png new file mode 100644 index 00000000..53f056c6 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_10.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_11.png b/1.6.4/assets/minecraft/textures/font/unicode_page_11.png new file mode 100644 index 00000000..a9d5c115 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_11.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_12.png b/1.6.4/assets/minecraft/textures/font/unicode_page_12.png new file mode 100644 index 00000000..d20a8647 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_12.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_13.png b/1.6.4/assets/minecraft/textures/font/unicode_page_13.png new file mode 100644 index 00000000..bbb06414 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_13.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_14.png b/1.6.4/assets/minecraft/textures/font/unicode_page_14.png new file mode 100644 index 00000000..ffd8e422 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_14.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_15.png b/1.6.4/assets/minecraft/textures/font/unicode_page_15.png new file mode 100644 index 00000000..ccfcae64 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_15.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_16.png b/1.6.4/assets/minecraft/textures/font/unicode_page_16.png new file mode 100644 index 00000000..d02c5579 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_16.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_17.png b/1.6.4/assets/minecraft/textures/font/unicode_page_17.png new file mode 100644 index 00000000..fed5b6e8 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_17.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_18.png b/1.6.4/assets/minecraft/textures/font/unicode_page_18.png new file mode 100644 index 00000000..97394d02 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_18.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_19.png b/1.6.4/assets/minecraft/textures/font/unicode_page_19.png new file mode 100644 index 00000000..6929413e Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_19.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_1a.png b/1.6.4/assets/minecraft/textures/font/unicode_page_1a.png new file mode 100644 index 00000000..d3a1b983 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_1a.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_1b.png b/1.6.4/assets/minecraft/textures/font/unicode_page_1b.png new file mode 100644 index 00000000..9e0adf7d Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_1b.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_1c.png b/1.6.4/assets/minecraft/textures/font/unicode_page_1c.png new file mode 100644 index 00000000..14d4890b Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_1c.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_1d.png b/1.6.4/assets/minecraft/textures/font/unicode_page_1d.png new file mode 100644 index 00000000..19242260 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_1d.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_1e.png b/1.6.4/assets/minecraft/textures/font/unicode_page_1e.png new file mode 100644 index 00000000..cce20e37 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_1e.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_1f.png b/1.6.4/assets/minecraft/textures/font/unicode_page_1f.png new file mode 100644 index 00000000..bdaf22f1 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_1f.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_20.png b/1.6.4/assets/minecraft/textures/font/unicode_page_20.png new file mode 100644 index 00000000..ba948e9b Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_20.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_21.png b/1.6.4/assets/minecraft/textures/font/unicode_page_21.png new file mode 100644 index 00000000..998f2f9e Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_21.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_22.png b/1.6.4/assets/minecraft/textures/font/unicode_page_22.png new file mode 100644 index 00000000..c3fd5ddc Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_22.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_23.png b/1.6.4/assets/minecraft/textures/font/unicode_page_23.png new file mode 100644 index 00000000..9c2b2dca Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_23.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_24.png b/1.6.4/assets/minecraft/textures/font/unicode_page_24.png new file mode 100644 index 00000000..d6cc8aec Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_24.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_25.png b/1.6.4/assets/minecraft/textures/font/unicode_page_25.png new file mode 100644 index 00000000..ee7535d3 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_25.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_26.png b/1.6.4/assets/minecraft/textures/font/unicode_page_26.png new file mode 100644 index 00000000..93aa9603 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_26.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_27.png b/1.6.4/assets/minecraft/textures/font/unicode_page_27.png new file mode 100644 index 00000000..92f45010 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_27.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_28.png b/1.6.4/assets/minecraft/textures/font/unicode_page_28.png new file mode 100644 index 00000000..5f96e1be Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_28.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_29.png b/1.6.4/assets/minecraft/textures/font/unicode_page_29.png new file mode 100644 index 00000000..45582206 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_29.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_2a.png b/1.6.4/assets/minecraft/textures/font/unicode_page_2a.png new file mode 100644 index 00000000..87e0e0c6 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_2a.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_2b.png b/1.6.4/assets/minecraft/textures/font/unicode_page_2b.png new file mode 100644 index 00000000..722edf00 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_2b.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_2c.png b/1.6.4/assets/minecraft/textures/font/unicode_page_2c.png new file mode 100644 index 00000000..51830f78 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_2c.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_2d.png b/1.6.4/assets/minecraft/textures/font/unicode_page_2d.png new file mode 100644 index 00000000..dfafa538 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_2d.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_2e.png b/1.6.4/assets/minecraft/textures/font/unicode_page_2e.png new file mode 100644 index 00000000..2aea04b6 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_2e.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_2f.png b/1.6.4/assets/minecraft/textures/font/unicode_page_2f.png new file mode 100644 index 00000000..bff5f8ee Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_2f.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_30.png b/1.6.4/assets/minecraft/textures/font/unicode_page_30.png new file mode 100644 index 00000000..5ccba75f Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_30.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_31.png b/1.6.4/assets/minecraft/textures/font/unicode_page_31.png new file mode 100644 index 00000000..44fc5e5e Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_31.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_32.png b/1.6.4/assets/minecraft/textures/font/unicode_page_32.png new file mode 100644 index 00000000..4858d085 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_32.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_33.png b/1.6.4/assets/minecraft/textures/font/unicode_page_33.png new file mode 100644 index 00000000..ab670722 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_33.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_34.png b/1.6.4/assets/minecraft/textures/font/unicode_page_34.png new file mode 100644 index 00000000..fd8fca92 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_34.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_35.png b/1.6.4/assets/minecraft/textures/font/unicode_page_35.png new file mode 100644 index 00000000..603dc02a Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_35.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_36.png b/1.6.4/assets/minecraft/textures/font/unicode_page_36.png new file mode 100644 index 00000000..778c190f Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_36.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_37.png b/1.6.4/assets/minecraft/textures/font/unicode_page_37.png new file mode 100644 index 00000000..3032a237 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_37.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_38.png b/1.6.4/assets/minecraft/textures/font/unicode_page_38.png new file mode 100644 index 00000000..9b637bd7 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_38.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_39.png b/1.6.4/assets/minecraft/textures/font/unicode_page_39.png new file mode 100644 index 00000000..2f938505 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_39.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_3a.png b/1.6.4/assets/minecraft/textures/font/unicode_page_3a.png new file mode 100644 index 00000000..cdf49442 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_3a.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_3b.png b/1.6.4/assets/minecraft/textures/font/unicode_page_3b.png new file mode 100644 index 00000000..10e8502a Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_3b.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_3c.png b/1.6.4/assets/minecraft/textures/font/unicode_page_3c.png new file mode 100644 index 00000000..022fea5e Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_3c.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_3d.png b/1.6.4/assets/minecraft/textures/font/unicode_page_3d.png new file mode 100644 index 00000000..01ea1d14 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_3d.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_3e.png b/1.6.4/assets/minecraft/textures/font/unicode_page_3e.png new file mode 100644 index 00000000..3bdf7f8a Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_3e.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_3f.png b/1.6.4/assets/minecraft/textures/font/unicode_page_3f.png new file mode 100644 index 00000000..3fd52492 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_3f.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_40.png b/1.6.4/assets/minecraft/textures/font/unicode_page_40.png new file mode 100644 index 00000000..544f89e7 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_40.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_41.png b/1.6.4/assets/minecraft/textures/font/unicode_page_41.png new file mode 100644 index 00000000..729fdaf6 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_41.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_42.png b/1.6.4/assets/minecraft/textures/font/unicode_page_42.png new file mode 100644 index 00000000..755e546b Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_42.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_43.png b/1.6.4/assets/minecraft/textures/font/unicode_page_43.png new file mode 100644 index 00000000..6069d0d4 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_43.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_44.png b/1.6.4/assets/minecraft/textures/font/unicode_page_44.png new file mode 100644 index 00000000..845c3647 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_44.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_45.png b/1.6.4/assets/minecraft/textures/font/unicode_page_45.png new file mode 100644 index 00000000..294c78db Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_45.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_46.png b/1.6.4/assets/minecraft/textures/font/unicode_page_46.png new file mode 100644 index 00000000..ee5e629d Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_46.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_47.png b/1.6.4/assets/minecraft/textures/font/unicode_page_47.png new file mode 100644 index 00000000..55cb0c00 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_47.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_48.png b/1.6.4/assets/minecraft/textures/font/unicode_page_48.png new file mode 100644 index 00000000..7652211f Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_48.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_49.png b/1.6.4/assets/minecraft/textures/font/unicode_page_49.png new file mode 100644 index 00000000..b736232a Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_49.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_4a.png b/1.6.4/assets/minecraft/textures/font/unicode_page_4a.png new file mode 100644 index 00000000..d3419bd1 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_4a.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_4b.png b/1.6.4/assets/minecraft/textures/font/unicode_page_4b.png new file mode 100644 index 00000000..5e02ad3f Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_4b.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_4c.png b/1.6.4/assets/minecraft/textures/font/unicode_page_4c.png new file mode 100644 index 00000000..11c6b310 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_4c.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_4d.png b/1.6.4/assets/minecraft/textures/font/unicode_page_4d.png new file mode 100644 index 00000000..3eb224af Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_4d.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_4e.png b/1.6.4/assets/minecraft/textures/font/unicode_page_4e.png new file mode 100644 index 00000000..11a78ba5 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_4e.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_4f.png b/1.6.4/assets/minecraft/textures/font/unicode_page_4f.png new file mode 100644 index 00000000..b4c9faba Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_4f.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_50.png b/1.6.4/assets/minecraft/textures/font/unicode_page_50.png new file mode 100644 index 00000000..ff73d23e Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_50.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_51.png b/1.6.4/assets/minecraft/textures/font/unicode_page_51.png new file mode 100644 index 00000000..6e0eae93 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_51.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_52.png b/1.6.4/assets/minecraft/textures/font/unicode_page_52.png new file mode 100644 index 00000000..6f10fcb5 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_52.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_53.png b/1.6.4/assets/minecraft/textures/font/unicode_page_53.png new file mode 100644 index 00000000..60d478ed Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_53.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_54.png b/1.6.4/assets/minecraft/textures/font/unicode_page_54.png new file mode 100644 index 00000000..ac75bdd1 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_54.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_55.png b/1.6.4/assets/minecraft/textures/font/unicode_page_55.png new file mode 100644 index 00000000..3d122d27 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_55.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_56.png b/1.6.4/assets/minecraft/textures/font/unicode_page_56.png new file mode 100644 index 00000000..576d07f4 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_56.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_57.png b/1.6.4/assets/minecraft/textures/font/unicode_page_57.png new file mode 100644 index 00000000..545da733 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_57.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_58.png b/1.6.4/assets/minecraft/textures/font/unicode_page_58.png new file mode 100644 index 00000000..941542eb Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_58.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_59.png b/1.6.4/assets/minecraft/textures/font/unicode_page_59.png new file mode 100644 index 00000000..56f0102d Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_59.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_5a.png b/1.6.4/assets/minecraft/textures/font/unicode_page_5a.png new file mode 100644 index 00000000..c14f1b1d Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_5a.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_5b.png b/1.6.4/assets/minecraft/textures/font/unicode_page_5b.png new file mode 100644 index 00000000..f418e4c5 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_5b.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_5c.png b/1.6.4/assets/minecraft/textures/font/unicode_page_5c.png new file mode 100644 index 00000000..e7efae6e Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_5c.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_5d.png b/1.6.4/assets/minecraft/textures/font/unicode_page_5d.png new file mode 100644 index 00000000..7355fd3b Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_5d.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_5e.png b/1.6.4/assets/minecraft/textures/font/unicode_page_5e.png new file mode 100644 index 00000000..abfd3af4 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_5e.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_5f.png b/1.6.4/assets/minecraft/textures/font/unicode_page_5f.png new file mode 100644 index 00000000..5a64b505 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_5f.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_60.png b/1.6.4/assets/minecraft/textures/font/unicode_page_60.png new file mode 100644 index 00000000..8166f157 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_60.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_61.png b/1.6.4/assets/minecraft/textures/font/unicode_page_61.png new file mode 100644 index 00000000..d11cd8ab Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_61.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_62.png b/1.6.4/assets/minecraft/textures/font/unicode_page_62.png new file mode 100644 index 00000000..f7b9a5be Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_62.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_63.png b/1.6.4/assets/minecraft/textures/font/unicode_page_63.png new file mode 100644 index 00000000..5d4a8cc6 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_63.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_64.png b/1.6.4/assets/minecraft/textures/font/unicode_page_64.png new file mode 100644 index 00000000..bc432109 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_64.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_65.png b/1.6.4/assets/minecraft/textures/font/unicode_page_65.png new file mode 100644 index 00000000..42144c16 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_65.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_66.png b/1.6.4/assets/minecraft/textures/font/unicode_page_66.png new file mode 100644 index 00000000..a65f25ee Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_66.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_67.png b/1.6.4/assets/minecraft/textures/font/unicode_page_67.png new file mode 100644 index 00000000..a115bb88 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_67.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_68.png b/1.6.4/assets/minecraft/textures/font/unicode_page_68.png new file mode 100644 index 00000000..d47938bf Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_68.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_69.png b/1.6.4/assets/minecraft/textures/font/unicode_page_69.png new file mode 100644 index 00000000..c36e6402 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_69.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_6a.png b/1.6.4/assets/minecraft/textures/font/unicode_page_6a.png new file mode 100644 index 00000000..5265d070 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_6a.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_6b.png b/1.6.4/assets/minecraft/textures/font/unicode_page_6b.png new file mode 100644 index 00000000..6f207cc3 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_6b.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_6c.png b/1.6.4/assets/minecraft/textures/font/unicode_page_6c.png new file mode 100644 index 00000000..6ffad7e3 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_6c.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_6d.png b/1.6.4/assets/minecraft/textures/font/unicode_page_6d.png new file mode 100644 index 00000000..0fa88e37 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_6d.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_6e.png b/1.6.4/assets/minecraft/textures/font/unicode_page_6e.png new file mode 100644 index 00000000..301513e2 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_6e.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_6f.png b/1.6.4/assets/minecraft/textures/font/unicode_page_6f.png new file mode 100644 index 00000000..a24cfff7 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_6f.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_70.png b/1.6.4/assets/minecraft/textures/font/unicode_page_70.png new file mode 100644 index 00000000..2cec746e Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_70.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_71.png b/1.6.4/assets/minecraft/textures/font/unicode_page_71.png new file mode 100644 index 00000000..1592ff49 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_71.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_72.png b/1.6.4/assets/minecraft/textures/font/unicode_page_72.png new file mode 100644 index 00000000..856eedcd Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_72.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_73.png b/1.6.4/assets/minecraft/textures/font/unicode_page_73.png new file mode 100644 index 00000000..a7a2151e Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_73.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_74.png b/1.6.4/assets/minecraft/textures/font/unicode_page_74.png new file mode 100644 index 00000000..a1b034a9 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_74.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_75.png b/1.6.4/assets/minecraft/textures/font/unicode_page_75.png new file mode 100644 index 00000000..512dc169 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_75.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_76.png b/1.6.4/assets/minecraft/textures/font/unicode_page_76.png new file mode 100644 index 00000000..12a45ff9 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_76.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_77.png b/1.6.4/assets/minecraft/textures/font/unicode_page_77.png new file mode 100644 index 00000000..d763fba9 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_77.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_78.png b/1.6.4/assets/minecraft/textures/font/unicode_page_78.png new file mode 100644 index 00000000..846c060d Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_78.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_79.png b/1.6.4/assets/minecraft/textures/font/unicode_page_79.png new file mode 100644 index 00000000..f887cae7 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_79.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_7a.png b/1.6.4/assets/minecraft/textures/font/unicode_page_7a.png new file mode 100644 index 00000000..90d55615 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_7a.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_7b.png b/1.6.4/assets/minecraft/textures/font/unicode_page_7b.png new file mode 100644 index 00000000..2932cee1 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_7b.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_7c.png b/1.6.4/assets/minecraft/textures/font/unicode_page_7c.png new file mode 100644 index 00000000..416a21be Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_7c.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_7d.png b/1.6.4/assets/minecraft/textures/font/unicode_page_7d.png new file mode 100644 index 00000000..2e12e135 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_7d.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_7e.png b/1.6.4/assets/minecraft/textures/font/unicode_page_7e.png new file mode 100644 index 00000000..952bfab4 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_7e.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_7f.png b/1.6.4/assets/minecraft/textures/font/unicode_page_7f.png new file mode 100644 index 00000000..d3d275cd Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_7f.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_80.png b/1.6.4/assets/minecraft/textures/font/unicode_page_80.png new file mode 100644 index 00000000..044ac3ee Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_80.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_81.png b/1.6.4/assets/minecraft/textures/font/unicode_page_81.png new file mode 100644 index 00000000..913a4cab Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_81.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_82.png b/1.6.4/assets/minecraft/textures/font/unicode_page_82.png new file mode 100644 index 00000000..19b8ded6 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_82.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_83.png b/1.6.4/assets/minecraft/textures/font/unicode_page_83.png new file mode 100644 index 00000000..ef2d794a Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_83.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_84.png b/1.6.4/assets/minecraft/textures/font/unicode_page_84.png new file mode 100644 index 00000000..74a6a533 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_84.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_85.png b/1.6.4/assets/minecraft/textures/font/unicode_page_85.png new file mode 100644 index 00000000..73cb2f99 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_85.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_86.png b/1.6.4/assets/minecraft/textures/font/unicode_page_86.png new file mode 100644 index 00000000..135d6fc1 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_86.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_87.png b/1.6.4/assets/minecraft/textures/font/unicode_page_87.png new file mode 100644 index 00000000..bef88db7 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_87.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_88.png b/1.6.4/assets/minecraft/textures/font/unicode_page_88.png new file mode 100644 index 00000000..698ff806 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_88.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_89.png b/1.6.4/assets/minecraft/textures/font/unicode_page_89.png new file mode 100644 index 00000000..a3820ee5 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_89.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_8a.png b/1.6.4/assets/minecraft/textures/font/unicode_page_8a.png new file mode 100644 index 00000000..beb9024d Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_8a.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_8b.png b/1.6.4/assets/minecraft/textures/font/unicode_page_8b.png new file mode 100644 index 00000000..7f978abe Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_8b.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_8c.png b/1.6.4/assets/minecraft/textures/font/unicode_page_8c.png new file mode 100644 index 00000000..3ed4594d Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_8c.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_8d.png b/1.6.4/assets/minecraft/textures/font/unicode_page_8d.png new file mode 100644 index 00000000..8d791238 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_8d.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_8e.png b/1.6.4/assets/minecraft/textures/font/unicode_page_8e.png new file mode 100644 index 00000000..d82000bb Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_8e.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_8f.png b/1.6.4/assets/minecraft/textures/font/unicode_page_8f.png new file mode 100644 index 00000000..b8c8328b Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_8f.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_90.png b/1.6.4/assets/minecraft/textures/font/unicode_page_90.png new file mode 100644 index 00000000..132974ba Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_90.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_91.png b/1.6.4/assets/minecraft/textures/font/unicode_page_91.png new file mode 100644 index 00000000..b8e09ae7 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_91.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_92.png b/1.6.4/assets/minecraft/textures/font/unicode_page_92.png new file mode 100644 index 00000000..92446613 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_92.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_93.png b/1.6.4/assets/minecraft/textures/font/unicode_page_93.png new file mode 100644 index 00000000..f71d835f Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_93.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_94.png b/1.6.4/assets/minecraft/textures/font/unicode_page_94.png new file mode 100644 index 00000000..fa68d818 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_94.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_95.png b/1.6.4/assets/minecraft/textures/font/unicode_page_95.png new file mode 100644 index 00000000..346bc364 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_95.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_96.png b/1.6.4/assets/minecraft/textures/font/unicode_page_96.png new file mode 100644 index 00000000..bbd17720 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_96.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_97.png b/1.6.4/assets/minecraft/textures/font/unicode_page_97.png new file mode 100644 index 00000000..2fd136b0 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_97.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_98.png b/1.6.4/assets/minecraft/textures/font/unicode_page_98.png new file mode 100644 index 00000000..9319c0b9 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_98.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_99.png b/1.6.4/assets/minecraft/textures/font/unicode_page_99.png new file mode 100644 index 00000000..2bb7f3e1 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_99.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_9a.png b/1.6.4/assets/minecraft/textures/font/unicode_page_9a.png new file mode 100644 index 00000000..cbdd91ef Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_9a.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_9b.png b/1.6.4/assets/minecraft/textures/font/unicode_page_9b.png new file mode 100644 index 00000000..8a962092 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_9b.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_9c.png b/1.6.4/assets/minecraft/textures/font/unicode_page_9c.png new file mode 100644 index 00000000..8e977ff9 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_9c.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_9d.png b/1.6.4/assets/minecraft/textures/font/unicode_page_9d.png new file mode 100644 index 00000000..5041d6a0 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_9d.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_9e.png b/1.6.4/assets/minecraft/textures/font/unicode_page_9e.png new file mode 100644 index 00000000..1cb0a5ba Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_9e.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_9f.png b/1.6.4/assets/minecraft/textures/font/unicode_page_9f.png new file mode 100644 index 00000000..d9873265 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_9f.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_a0.png b/1.6.4/assets/minecraft/textures/font/unicode_page_a0.png new file mode 100644 index 00000000..8c47db0f Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_a0.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_a1.png b/1.6.4/assets/minecraft/textures/font/unicode_page_a1.png new file mode 100644 index 00000000..5ede7e78 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_a1.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_a2.png b/1.6.4/assets/minecraft/textures/font/unicode_page_a2.png new file mode 100644 index 00000000..a8c6ac19 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_a2.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_a3.png b/1.6.4/assets/minecraft/textures/font/unicode_page_a3.png new file mode 100644 index 00000000..7cc8448c Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_a3.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_a4.png b/1.6.4/assets/minecraft/textures/font/unicode_page_a4.png new file mode 100644 index 00000000..dc00e274 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_a4.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_a5.png b/1.6.4/assets/minecraft/textures/font/unicode_page_a5.png new file mode 100644 index 00000000..eccfa474 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_a5.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_a6.png b/1.6.4/assets/minecraft/textures/font/unicode_page_a6.png new file mode 100644 index 00000000..dcac87f1 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_a6.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_a7.png b/1.6.4/assets/minecraft/textures/font/unicode_page_a7.png new file mode 100644 index 00000000..76c1ce2a Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_a7.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_a8.png b/1.6.4/assets/minecraft/textures/font/unicode_page_a8.png new file mode 100644 index 00000000..a0223905 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_a8.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_a9.png b/1.6.4/assets/minecraft/textures/font/unicode_page_a9.png new file mode 100644 index 00000000..a35159ae Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_a9.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_aa.png b/1.6.4/assets/minecraft/textures/font/unicode_page_aa.png new file mode 100644 index 00000000..da1b6154 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_aa.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_ab.png b/1.6.4/assets/minecraft/textures/font/unicode_page_ab.png new file mode 100644 index 00000000..0e45eae8 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_ab.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_ac.png b/1.6.4/assets/minecraft/textures/font/unicode_page_ac.png new file mode 100644 index 00000000..04d4d593 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_ac.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_ad.png b/1.6.4/assets/minecraft/textures/font/unicode_page_ad.png new file mode 100644 index 00000000..3834337e Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_ad.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_ae.png b/1.6.4/assets/minecraft/textures/font/unicode_page_ae.png new file mode 100644 index 00000000..1445e687 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_ae.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_af.png b/1.6.4/assets/minecraft/textures/font/unicode_page_af.png new file mode 100644 index 00000000..ea945dc5 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_af.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_b0.png b/1.6.4/assets/minecraft/textures/font/unicode_page_b0.png new file mode 100644 index 00000000..84b48855 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_b0.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_b1.png b/1.6.4/assets/minecraft/textures/font/unicode_page_b1.png new file mode 100644 index 00000000..5f646725 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_b1.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_b2.png b/1.6.4/assets/minecraft/textures/font/unicode_page_b2.png new file mode 100644 index 00000000..8551db8f Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_b2.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_b3.png b/1.6.4/assets/minecraft/textures/font/unicode_page_b3.png new file mode 100644 index 00000000..b954159a Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_b3.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_b4.png b/1.6.4/assets/minecraft/textures/font/unicode_page_b4.png new file mode 100644 index 00000000..65991a40 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_b4.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_b5.png b/1.6.4/assets/minecraft/textures/font/unicode_page_b5.png new file mode 100644 index 00000000..3e6391b3 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_b5.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_b6.png b/1.6.4/assets/minecraft/textures/font/unicode_page_b6.png new file mode 100644 index 00000000..df7c0f70 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_b6.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_b7.png b/1.6.4/assets/minecraft/textures/font/unicode_page_b7.png new file mode 100644 index 00000000..9142cadb Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_b7.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_b8.png b/1.6.4/assets/minecraft/textures/font/unicode_page_b8.png new file mode 100644 index 00000000..5b18d12c Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_b8.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_b9.png b/1.6.4/assets/minecraft/textures/font/unicode_page_b9.png new file mode 100644 index 00000000..0d212f0b Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_b9.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_ba.png b/1.6.4/assets/minecraft/textures/font/unicode_page_ba.png new file mode 100644 index 00000000..696cca99 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_ba.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_bb.png b/1.6.4/assets/minecraft/textures/font/unicode_page_bb.png new file mode 100644 index 00000000..5a2544c8 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_bb.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_bc.png b/1.6.4/assets/minecraft/textures/font/unicode_page_bc.png new file mode 100644 index 00000000..df37526f Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_bc.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_bd.png b/1.6.4/assets/minecraft/textures/font/unicode_page_bd.png new file mode 100644 index 00000000..aed78038 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_bd.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_be.png b/1.6.4/assets/minecraft/textures/font/unicode_page_be.png new file mode 100644 index 00000000..0da22544 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_be.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_bf.png b/1.6.4/assets/minecraft/textures/font/unicode_page_bf.png new file mode 100644 index 00000000..1f6a248a Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_bf.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_c0.png b/1.6.4/assets/minecraft/textures/font/unicode_page_c0.png new file mode 100644 index 00000000..0610d671 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_c0.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_c1.png b/1.6.4/assets/minecraft/textures/font/unicode_page_c1.png new file mode 100644 index 00000000..a95ca9be Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_c1.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_c2.png b/1.6.4/assets/minecraft/textures/font/unicode_page_c2.png new file mode 100644 index 00000000..1d104a08 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_c2.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_c3.png b/1.6.4/assets/minecraft/textures/font/unicode_page_c3.png new file mode 100644 index 00000000..6470dd8d Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_c3.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_c4.png b/1.6.4/assets/minecraft/textures/font/unicode_page_c4.png new file mode 100644 index 00000000..e8c3105a Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_c4.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_c5.png b/1.6.4/assets/minecraft/textures/font/unicode_page_c5.png new file mode 100644 index 00000000..d89f2889 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_c5.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_c6.png b/1.6.4/assets/minecraft/textures/font/unicode_page_c6.png new file mode 100644 index 00000000..004091dd Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_c6.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_c7.png b/1.6.4/assets/minecraft/textures/font/unicode_page_c7.png new file mode 100644 index 00000000..f64f6b4b Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_c7.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_c8.png b/1.6.4/assets/minecraft/textures/font/unicode_page_c8.png new file mode 100644 index 00000000..75f8a505 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_c8.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_c9.png b/1.6.4/assets/minecraft/textures/font/unicode_page_c9.png new file mode 100644 index 00000000..fbd94353 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_c9.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_ca.png b/1.6.4/assets/minecraft/textures/font/unicode_page_ca.png new file mode 100644 index 00000000..112b9c6b Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_ca.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_cb.png b/1.6.4/assets/minecraft/textures/font/unicode_page_cb.png new file mode 100644 index 00000000..c0549b5b Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_cb.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_cc.png b/1.6.4/assets/minecraft/textures/font/unicode_page_cc.png new file mode 100644 index 00000000..06844316 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_cc.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_cd.png b/1.6.4/assets/minecraft/textures/font/unicode_page_cd.png new file mode 100644 index 00000000..9fdc54de Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_cd.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_ce.png b/1.6.4/assets/minecraft/textures/font/unicode_page_ce.png new file mode 100644 index 00000000..958a96ba Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_ce.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_cf.png b/1.6.4/assets/minecraft/textures/font/unicode_page_cf.png new file mode 100644 index 00000000..4106f1b6 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_cf.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_d0.png b/1.6.4/assets/minecraft/textures/font/unicode_page_d0.png new file mode 100644 index 00000000..546b014e Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_d0.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_d1.png b/1.6.4/assets/minecraft/textures/font/unicode_page_d1.png new file mode 100644 index 00000000..6d67bf1c Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_d1.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_d2.png b/1.6.4/assets/minecraft/textures/font/unicode_page_d2.png new file mode 100644 index 00000000..c4ae5112 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_d2.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_d3.png b/1.6.4/assets/minecraft/textures/font/unicode_page_d3.png new file mode 100644 index 00000000..576c9eaf Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_d3.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_d4.png b/1.6.4/assets/minecraft/textures/font/unicode_page_d4.png new file mode 100644 index 00000000..14be6c76 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_d4.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_d5.png b/1.6.4/assets/minecraft/textures/font/unicode_page_d5.png new file mode 100644 index 00000000..3c41836e Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_d5.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_d6.png b/1.6.4/assets/minecraft/textures/font/unicode_page_d6.png new file mode 100644 index 00000000..27424b1f Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_d6.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_d7.png b/1.6.4/assets/minecraft/textures/font/unicode_page_d7.png new file mode 100644 index 00000000..d8772d83 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_d7.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_f9.png b/1.6.4/assets/minecraft/textures/font/unicode_page_f9.png new file mode 100644 index 00000000..e7232356 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_f9.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_fa.png b/1.6.4/assets/minecraft/textures/font/unicode_page_fa.png new file mode 100644 index 00000000..d78dcfe1 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_fa.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_fb.png b/1.6.4/assets/minecraft/textures/font/unicode_page_fb.png new file mode 100644 index 00000000..5423c864 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_fb.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_fc.png b/1.6.4/assets/minecraft/textures/font/unicode_page_fc.png new file mode 100644 index 00000000..8034140a Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_fc.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_fd.png b/1.6.4/assets/minecraft/textures/font/unicode_page_fd.png new file mode 100644 index 00000000..c31bd6f0 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_fd.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_fe.png b/1.6.4/assets/minecraft/textures/font/unicode_page_fe.png new file mode 100644 index 00000000..42ed33ec Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_fe.png differ diff --git a/1.6.4/assets/minecraft/textures/font/unicode_page_ff.png b/1.6.4/assets/minecraft/textures/font/unicode_page_ff.png new file mode 100644 index 00000000..f0ff742b Binary files /dev/null and b/1.6.4/assets/minecraft/textures/font/unicode_page_ff.png differ diff --git a/1.6.4/assets/minecraft/textures/gui/achievement/achievement_background.png b/1.6.4/assets/minecraft/textures/gui/achievement/achievement_background.png new file mode 100644 index 00000000..958ebd67 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/gui/achievement/achievement_background.png differ diff --git a/1.6.4/assets/minecraft/textures/gui/achievement/achievement_icons.png b/1.6.4/assets/minecraft/textures/gui/achievement/achievement_icons.png new file mode 100644 index 00000000..8c4ae796 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/gui/achievement/achievement_icons.png differ diff --git a/1.6.4/assets/minecraft/textures/gui/book.png b/1.6.4/assets/minecraft/textures/gui/book.png new file mode 100644 index 00000000..3e4ba4e6 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/gui/book.png differ diff --git a/1.6.4/assets/minecraft/textures/gui/container/anvil.png b/1.6.4/assets/minecraft/textures/gui/container/anvil.png new file mode 100644 index 00000000..34e8f9f9 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/gui/container/anvil.png differ diff --git a/1.6.4/assets/minecraft/textures/gui/container/beacon.png b/1.6.4/assets/minecraft/textures/gui/container/beacon.png new file mode 100644 index 00000000..f51a2ef5 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/gui/container/beacon.png differ diff --git a/1.6.4/assets/minecraft/textures/gui/container/brewing_stand.png b/1.6.4/assets/minecraft/textures/gui/container/brewing_stand.png new file mode 100644 index 00000000..e7dc2031 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/gui/container/brewing_stand.png differ diff --git a/1.6.4/assets/minecraft/textures/gui/container/crafting_table.png b/1.6.4/assets/minecraft/textures/gui/container/crafting_table.png new file mode 100644 index 00000000..254daccd Binary files /dev/null and b/1.6.4/assets/minecraft/textures/gui/container/crafting_table.png differ diff --git a/1.6.4/assets/minecraft/textures/gui/container/creative_inventory/tab_inventory.png b/1.6.4/assets/minecraft/textures/gui/container/creative_inventory/tab_inventory.png new file mode 100644 index 00000000..c8d53a67 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/gui/container/creative_inventory/tab_inventory.png differ diff --git a/1.6.4/assets/minecraft/textures/gui/container/creative_inventory/tab_item_search.png b/1.6.4/assets/minecraft/textures/gui/container/creative_inventory/tab_item_search.png new file mode 100644 index 00000000..cc250e55 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/gui/container/creative_inventory/tab_item_search.png differ diff --git a/1.6.4/assets/minecraft/textures/gui/container/creative_inventory/tab_items.png b/1.6.4/assets/minecraft/textures/gui/container/creative_inventory/tab_items.png new file mode 100644 index 00000000..38421f7e Binary files /dev/null and b/1.6.4/assets/minecraft/textures/gui/container/creative_inventory/tab_items.png differ diff --git a/1.6.4/assets/minecraft/textures/gui/container/creative_inventory/tabs.png b/1.6.4/assets/minecraft/textures/gui/container/creative_inventory/tabs.png new file mode 100644 index 00000000..1c440933 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/gui/container/creative_inventory/tabs.png differ diff --git a/1.6.4/assets/minecraft/textures/gui/container/dispenser.png b/1.6.4/assets/minecraft/textures/gui/container/dispenser.png new file mode 100644 index 00000000..0a6ebe7a Binary files /dev/null and b/1.6.4/assets/minecraft/textures/gui/container/dispenser.png differ diff --git a/1.6.4/assets/minecraft/textures/gui/container/enchanting_table.png b/1.6.4/assets/minecraft/textures/gui/container/enchanting_table.png new file mode 100644 index 00000000..59aeb044 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/gui/container/enchanting_table.png differ diff --git a/1.6.4/assets/minecraft/textures/gui/container/furnace.png b/1.6.4/assets/minecraft/textures/gui/container/furnace.png new file mode 100644 index 00000000..2255d0ab Binary files /dev/null and b/1.6.4/assets/minecraft/textures/gui/container/furnace.png differ diff --git a/1.6.4/assets/minecraft/textures/gui/container/generic_54.png b/1.6.4/assets/minecraft/textures/gui/container/generic_54.png new file mode 100644 index 00000000..0b880ef9 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/gui/container/generic_54.png differ diff --git a/1.6.4/assets/minecraft/textures/gui/container/hopper.png b/1.6.4/assets/minecraft/textures/gui/container/hopper.png new file mode 100644 index 00000000..3d005479 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/gui/container/hopper.png differ diff --git a/1.6.4/assets/minecraft/textures/gui/container/horse.png b/1.6.4/assets/minecraft/textures/gui/container/horse.png new file mode 100644 index 00000000..194cc6bf Binary files /dev/null and b/1.6.4/assets/minecraft/textures/gui/container/horse.png differ diff --git a/1.6.4/assets/minecraft/textures/gui/container/inventory.png b/1.6.4/assets/minecraft/textures/gui/container/inventory.png new file mode 100644 index 00000000..d553c4f7 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/gui/container/inventory.png differ diff --git a/1.6.4/assets/minecraft/textures/gui/container/stats_icons.png b/1.6.4/assets/minecraft/textures/gui/container/stats_icons.png new file mode 100644 index 00000000..f13323be Binary files /dev/null and b/1.6.4/assets/minecraft/textures/gui/container/stats_icons.png differ diff --git a/1.6.4/assets/minecraft/textures/gui/container/villager.png b/1.6.4/assets/minecraft/textures/gui/container/villager.png new file mode 100644 index 00000000..3211a7a0 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/gui/container/villager.png differ diff --git a/1.6.4/assets/minecraft/textures/gui/demo_background.png b/1.6.4/assets/minecraft/textures/gui/demo_background.png new file mode 100644 index 00000000..a7fd8be9 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/gui/demo_background.png differ diff --git a/1.6.4/assets/minecraft/textures/gui/icons.png b/1.6.4/assets/minecraft/textures/gui/icons.png new file mode 100644 index 00000000..89d780f0 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/gui/icons.png differ diff --git a/1.6.4/assets/minecraft/textures/gui/options_background.png b/1.6.4/assets/minecraft/textures/gui/options_background.png new file mode 100644 index 00000000..cae55280 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/gui/options_background.png differ diff --git a/1.6.4/assets/minecraft/textures/gui/title/background/panorama_0.png b/1.6.4/assets/minecraft/textures/gui/title/background/panorama_0.png new file mode 100644 index 00000000..27f015d1 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/gui/title/background/panorama_0.png differ diff --git a/1.6.4/assets/minecraft/textures/gui/title/background/panorama_1.png b/1.6.4/assets/minecraft/textures/gui/title/background/panorama_1.png new file mode 100644 index 00000000..c16841ad Binary files /dev/null and b/1.6.4/assets/minecraft/textures/gui/title/background/panorama_1.png differ diff --git a/1.6.4/assets/minecraft/textures/gui/title/background/panorama_2.png b/1.6.4/assets/minecraft/textures/gui/title/background/panorama_2.png new file mode 100644 index 00000000..0436d776 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/gui/title/background/panorama_2.png differ diff --git a/1.6.4/assets/minecraft/textures/gui/title/background/panorama_3.png b/1.6.4/assets/minecraft/textures/gui/title/background/panorama_3.png new file mode 100644 index 00000000..2c7ad778 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/gui/title/background/panorama_3.png differ diff --git a/1.6.4/assets/minecraft/textures/gui/title/background/panorama_4.png b/1.6.4/assets/minecraft/textures/gui/title/background/panorama_4.png new file mode 100644 index 00000000..03900967 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/gui/title/background/panorama_4.png differ diff --git a/1.6.4/assets/minecraft/textures/gui/title/background/panorama_5.png b/1.6.4/assets/minecraft/textures/gui/title/background/panorama_5.png new file mode 100644 index 00000000..0331ad4a Binary files /dev/null and b/1.6.4/assets/minecraft/textures/gui/title/background/panorama_5.png differ diff --git a/1.6.4/assets/minecraft/textures/gui/title/minecraft.png b/1.6.4/assets/minecraft/textures/gui/title/minecraft.png new file mode 100644 index 00000000..dc610415 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/gui/title/minecraft.png differ diff --git a/1.6.4/assets/minecraft/textures/gui/title/mojang.png b/1.6.4/assets/minecraft/textures/gui/title/mojang.png new file mode 100644 index 00000000..ba394db1 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/gui/title/mojang.png differ diff --git a/1.6.4/assets/minecraft/textures/gui/widgets.png b/1.6.4/assets/minecraft/textures/gui/widgets.png new file mode 100644 index 00000000..2a749c8a Binary files /dev/null and b/1.6.4/assets/minecraft/textures/gui/widgets.png differ diff --git a/1.6.4/assets/minecraft/textures/items/apple.png b/1.6.4/assets/minecraft/textures/items/apple.png new file mode 100644 index 00000000..3e2ee59f Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/apple.png differ diff --git a/1.6.4/assets/minecraft/textures/items/apple_golden.png b/1.6.4/assets/minecraft/textures/items/apple_golden.png new file mode 100644 index 00000000..62019898 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/apple_golden.png differ diff --git a/1.6.4/assets/minecraft/textures/items/arrow.png b/1.6.4/assets/minecraft/textures/items/arrow.png new file mode 100644 index 00000000..4f748a00 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/arrow.png differ diff --git a/1.6.4/assets/minecraft/textures/items/bed.png b/1.6.4/assets/minecraft/textures/items/bed.png new file mode 100644 index 00000000..22a4cf04 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/bed.png differ diff --git a/1.6.4/assets/minecraft/textures/items/beef_cooked.png b/1.6.4/assets/minecraft/textures/items/beef_cooked.png new file mode 100644 index 00000000..a1c765a1 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/beef_cooked.png differ diff --git a/1.6.4/assets/minecraft/textures/items/beef_raw.png b/1.6.4/assets/minecraft/textures/items/beef_raw.png new file mode 100644 index 00000000..82af4e7e Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/beef_raw.png differ diff --git a/1.6.4/assets/minecraft/textures/items/blaze_powder.png b/1.6.4/assets/minecraft/textures/items/blaze_powder.png new file mode 100644 index 00000000..89c57d6e Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/blaze_powder.png differ diff --git a/1.6.4/assets/minecraft/textures/items/blaze_rod.png b/1.6.4/assets/minecraft/textures/items/blaze_rod.png new file mode 100644 index 00000000..7050e10f Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/blaze_rod.png differ diff --git a/1.6.4/assets/minecraft/textures/items/boat.png b/1.6.4/assets/minecraft/textures/items/boat.png new file mode 100644 index 00000000..235e0a26 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/boat.png differ diff --git a/1.6.4/assets/minecraft/textures/items/bone.png b/1.6.4/assets/minecraft/textures/items/bone.png new file mode 100644 index 00000000..3faca89a Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/bone.png differ diff --git a/1.6.4/assets/minecraft/textures/items/book_enchanted.png b/1.6.4/assets/minecraft/textures/items/book_enchanted.png new file mode 100644 index 00000000..44215f63 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/book_enchanted.png differ diff --git a/1.6.4/assets/minecraft/textures/items/book_normal.png b/1.6.4/assets/minecraft/textures/items/book_normal.png new file mode 100644 index 00000000..f791ae43 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/book_normal.png differ diff --git a/1.6.4/assets/minecraft/textures/items/book_writable.png b/1.6.4/assets/minecraft/textures/items/book_writable.png new file mode 100644 index 00000000..fa95246a Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/book_writable.png differ diff --git a/1.6.4/assets/minecraft/textures/items/book_written.png b/1.6.4/assets/minecraft/textures/items/book_written.png new file mode 100644 index 00000000..b2a2aa8e Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/book_written.png differ diff --git a/1.6.4/assets/minecraft/textures/items/bow_pulling_0.png b/1.6.4/assets/minecraft/textures/items/bow_pulling_0.png new file mode 100644 index 00000000..2022aabd Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/bow_pulling_0.png differ diff --git a/1.6.4/assets/minecraft/textures/items/bow_pulling_1.png b/1.6.4/assets/minecraft/textures/items/bow_pulling_1.png new file mode 100644 index 00000000..a1320795 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/bow_pulling_1.png differ diff --git a/1.6.4/assets/minecraft/textures/items/bow_pulling_2.png b/1.6.4/assets/minecraft/textures/items/bow_pulling_2.png new file mode 100644 index 00000000..d459e685 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/bow_pulling_2.png differ diff --git a/1.6.4/assets/minecraft/textures/items/bow_standby.png b/1.6.4/assets/minecraft/textures/items/bow_standby.png new file mode 100644 index 00000000..d709b9c8 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/bow_standby.png differ diff --git a/1.6.4/assets/minecraft/textures/items/bowl.png b/1.6.4/assets/minecraft/textures/items/bowl.png new file mode 100644 index 00000000..63d16ad6 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/bowl.png differ diff --git a/1.6.4/assets/minecraft/textures/items/bread.png b/1.6.4/assets/minecraft/textures/items/bread.png new file mode 100644 index 00000000..c833604c Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/bread.png differ diff --git a/1.6.4/assets/minecraft/textures/items/brewing_stand.png b/1.6.4/assets/minecraft/textures/items/brewing_stand.png new file mode 100644 index 00000000..97db9af1 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/brewing_stand.png differ diff --git a/1.6.4/assets/minecraft/textures/items/brick.png b/1.6.4/assets/minecraft/textures/items/brick.png new file mode 100644 index 00000000..11e74be6 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/brick.png differ diff --git a/1.6.4/assets/minecraft/textures/items/bucket_empty.png b/1.6.4/assets/minecraft/textures/items/bucket_empty.png new file mode 100644 index 00000000..f8e53692 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/bucket_empty.png differ diff --git a/1.6.4/assets/minecraft/textures/items/bucket_lava.png b/1.6.4/assets/minecraft/textures/items/bucket_lava.png new file mode 100644 index 00000000..13a19570 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/bucket_lava.png differ diff --git a/1.6.4/assets/minecraft/textures/items/bucket_milk.png b/1.6.4/assets/minecraft/textures/items/bucket_milk.png new file mode 100644 index 00000000..c77d92c5 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/bucket_milk.png differ diff --git a/1.6.4/assets/minecraft/textures/items/bucket_water.png b/1.6.4/assets/minecraft/textures/items/bucket_water.png new file mode 100644 index 00000000..2f36accb Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/bucket_water.png differ diff --git a/1.6.4/assets/minecraft/textures/items/cake.png b/1.6.4/assets/minecraft/textures/items/cake.png new file mode 100644 index 00000000..46e94b82 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/cake.png differ diff --git a/1.6.4/assets/minecraft/textures/items/carrot.png b/1.6.4/assets/minecraft/textures/items/carrot.png new file mode 100644 index 00000000..2d08aab9 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/carrot.png differ diff --git a/1.6.4/assets/minecraft/textures/items/carrot_golden.png b/1.6.4/assets/minecraft/textures/items/carrot_golden.png new file mode 100644 index 00000000..e0f1ea62 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/carrot_golden.png differ diff --git a/1.6.4/assets/minecraft/textures/items/carrot_on_a_stick.png b/1.6.4/assets/minecraft/textures/items/carrot_on_a_stick.png new file mode 100644 index 00000000..9e88571e Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/carrot_on_a_stick.png differ diff --git a/1.6.4/assets/minecraft/textures/items/cauldron.png b/1.6.4/assets/minecraft/textures/items/cauldron.png new file mode 100644 index 00000000..e3186ebd Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/cauldron.png differ diff --git a/1.6.4/assets/minecraft/textures/items/chainmail_boots.png b/1.6.4/assets/minecraft/textures/items/chainmail_boots.png new file mode 100644 index 00000000..54a4a159 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/chainmail_boots.png differ diff --git a/1.6.4/assets/minecraft/textures/items/chainmail_chestplate.png b/1.6.4/assets/minecraft/textures/items/chainmail_chestplate.png new file mode 100644 index 00000000..cd2115a9 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/chainmail_chestplate.png differ diff --git a/1.6.4/assets/minecraft/textures/items/chainmail_helmet.png b/1.6.4/assets/minecraft/textures/items/chainmail_helmet.png new file mode 100644 index 00000000..a1433387 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/chainmail_helmet.png differ diff --git a/1.6.4/assets/minecraft/textures/items/chainmail_leggings.png b/1.6.4/assets/minecraft/textures/items/chainmail_leggings.png new file mode 100644 index 00000000..dae4b266 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/chainmail_leggings.png differ diff --git a/1.6.4/assets/minecraft/textures/items/charcoal.png b/1.6.4/assets/minecraft/textures/items/charcoal.png new file mode 100644 index 00000000..20d5b257 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/charcoal.png differ diff --git a/1.6.4/assets/minecraft/textures/items/chicken_cooked.png b/1.6.4/assets/minecraft/textures/items/chicken_cooked.png new file mode 100644 index 00000000..890b5b3f Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/chicken_cooked.png differ diff --git a/1.6.4/assets/minecraft/textures/items/chicken_raw.png b/1.6.4/assets/minecraft/textures/items/chicken_raw.png new file mode 100644 index 00000000..6d259224 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/chicken_raw.png differ diff --git a/1.6.4/assets/minecraft/textures/items/clay_ball.png b/1.6.4/assets/minecraft/textures/items/clay_ball.png new file mode 100644 index 00000000..5103d6cc Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/clay_ball.png differ diff --git a/1.6.4/assets/minecraft/textures/items/clock.png b/1.6.4/assets/minecraft/textures/items/clock.png new file mode 100644 index 00000000..069a0abf Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/clock.png differ diff --git a/1.6.4/assets/minecraft/textures/items/clock.png.mcmeta b/1.6.4/assets/minecraft/textures/items/clock.png.mcmeta new file mode 100644 index 00000000..4f0718ac --- /dev/null +++ b/1.6.4/assets/minecraft/textures/items/clock.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} \ No newline at end of file diff --git a/1.6.4/assets/minecraft/textures/items/coal.png b/1.6.4/assets/minecraft/textures/items/coal.png new file mode 100644 index 00000000..5563b6fc Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/coal.png differ diff --git a/1.6.4/assets/minecraft/textures/items/comparator.png b/1.6.4/assets/minecraft/textures/items/comparator.png new file mode 100644 index 00000000..28b8eec1 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/comparator.png differ diff --git a/1.6.4/assets/minecraft/textures/items/compass.png b/1.6.4/assets/minecraft/textures/items/compass.png new file mode 100644 index 00000000..9dcbdfe6 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/compass.png differ diff --git a/1.6.4/assets/minecraft/textures/items/compass.png.mcmeta b/1.6.4/assets/minecraft/textures/items/compass.png.mcmeta new file mode 100644 index 00000000..4f0718ac --- /dev/null +++ b/1.6.4/assets/minecraft/textures/items/compass.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} \ No newline at end of file diff --git a/1.6.4/assets/minecraft/textures/items/cookie.png b/1.6.4/assets/minecraft/textures/items/cookie.png new file mode 100644 index 00000000..01fe56b1 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/cookie.png differ diff --git a/1.6.4/assets/minecraft/textures/items/diamond.png b/1.6.4/assets/minecraft/textures/items/diamond.png new file mode 100644 index 00000000..10e70a0c Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/diamond.png differ diff --git a/1.6.4/assets/minecraft/textures/items/diamond_axe.png b/1.6.4/assets/minecraft/textures/items/diamond_axe.png new file mode 100644 index 00000000..7627f87b Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/diamond_axe.png differ diff --git a/1.6.4/assets/minecraft/textures/items/diamond_boots.png b/1.6.4/assets/minecraft/textures/items/diamond_boots.png new file mode 100644 index 00000000..70d9e5f8 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/diamond_boots.png differ diff --git a/1.6.4/assets/minecraft/textures/items/diamond_chestplate.png b/1.6.4/assets/minecraft/textures/items/diamond_chestplate.png new file mode 100644 index 00000000..afdff93e Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/diamond_chestplate.png differ diff --git a/1.6.4/assets/minecraft/textures/items/diamond_helmet.png b/1.6.4/assets/minecraft/textures/items/diamond_helmet.png new file mode 100644 index 00000000..1c885924 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/diamond_helmet.png differ diff --git a/1.6.4/assets/minecraft/textures/items/diamond_hoe.png b/1.6.4/assets/minecraft/textures/items/diamond_hoe.png new file mode 100644 index 00000000..c9a97e0a Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/diamond_hoe.png differ diff --git a/1.6.4/assets/minecraft/textures/items/diamond_horse_armor.png b/1.6.4/assets/minecraft/textures/items/diamond_horse_armor.png new file mode 100644 index 00000000..b281aadd Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/diamond_horse_armor.png differ diff --git a/1.6.4/assets/minecraft/textures/items/diamond_leggings.png b/1.6.4/assets/minecraft/textures/items/diamond_leggings.png new file mode 100644 index 00000000..a99c8967 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/diamond_leggings.png differ diff --git a/1.6.4/assets/minecraft/textures/items/diamond_pickaxe.png b/1.6.4/assets/minecraft/textures/items/diamond_pickaxe.png new file mode 100644 index 00000000..c2798285 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/diamond_pickaxe.png differ diff --git a/1.6.4/assets/minecraft/textures/items/diamond_shovel.png b/1.6.4/assets/minecraft/textures/items/diamond_shovel.png new file mode 100644 index 00000000..e4a8992a Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/diamond_shovel.png differ diff --git a/1.6.4/assets/minecraft/textures/items/diamond_sword.png b/1.6.4/assets/minecraft/textures/items/diamond_sword.png new file mode 100644 index 00000000..2a1552d6 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/diamond_sword.png differ diff --git a/1.6.4/assets/minecraft/textures/items/door_iron.png b/1.6.4/assets/minecraft/textures/items/door_iron.png new file mode 100644 index 00000000..67877ab2 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/door_iron.png differ diff --git a/1.6.4/assets/minecraft/textures/items/door_wood.png b/1.6.4/assets/minecraft/textures/items/door_wood.png new file mode 100644 index 00000000..750307f0 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/door_wood.png differ diff --git a/1.6.4/assets/minecraft/textures/items/dye_powder_black.png b/1.6.4/assets/minecraft/textures/items/dye_powder_black.png new file mode 100644 index 00000000..909bea5e Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/dye_powder_black.png differ diff --git a/1.6.4/assets/minecraft/textures/items/dye_powder_blue.png b/1.6.4/assets/minecraft/textures/items/dye_powder_blue.png new file mode 100644 index 00000000..4713983e Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/dye_powder_blue.png differ diff --git a/1.6.4/assets/minecraft/textures/items/dye_powder_brown.png b/1.6.4/assets/minecraft/textures/items/dye_powder_brown.png new file mode 100644 index 00000000..62eae8d4 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/dye_powder_brown.png differ diff --git a/1.6.4/assets/minecraft/textures/items/dye_powder_cyan.png b/1.6.4/assets/minecraft/textures/items/dye_powder_cyan.png new file mode 100644 index 00000000..7b10c117 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/dye_powder_cyan.png differ diff --git a/1.6.4/assets/minecraft/textures/items/dye_powder_gray.png b/1.6.4/assets/minecraft/textures/items/dye_powder_gray.png new file mode 100644 index 00000000..4fce7e72 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/dye_powder_gray.png differ diff --git a/1.6.4/assets/minecraft/textures/items/dye_powder_green.png b/1.6.4/assets/minecraft/textures/items/dye_powder_green.png new file mode 100644 index 00000000..009e0587 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/dye_powder_green.png differ diff --git a/1.6.4/assets/minecraft/textures/items/dye_powder_light_blue.png b/1.6.4/assets/minecraft/textures/items/dye_powder_light_blue.png new file mode 100644 index 00000000..a8b45c92 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/dye_powder_light_blue.png differ diff --git a/1.6.4/assets/minecraft/textures/items/dye_powder_lime.png b/1.6.4/assets/minecraft/textures/items/dye_powder_lime.png new file mode 100644 index 00000000..7a787644 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/dye_powder_lime.png differ diff --git a/1.6.4/assets/minecraft/textures/items/dye_powder_magenta.png b/1.6.4/assets/minecraft/textures/items/dye_powder_magenta.png new file mode 100644 index 00000000..ea7342a8 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/dye_powder_magenta.png differ diff --git a/1.6.4/assets/minecraft/textures/items/dye_powder_orange.png b/1.6.4/assets/minecraft/textures/items/dye_powder_orange.png new file mode 100644 index 00000000..677a1aa6 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/dye_powder_orange.png differ diff --git a/1.6.4/assets/minecraft/textures/items/dye_powder_pink.png b/1.6.4/assets/minecraft/textures/items/dye_powder_pink.png new file mode 100644 index 00000000..1acc4834 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/dye_powder_pink.png differ diff --git a/1.6.4/assets/minecraft/textures/items/dye_powder_purple.png b/1.6.4/assets/minecraft/textures/items/dye_powder_purple.png new file mode 100644 index 00000000..7d201c26 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/dye_powder_purple.png differ diff --git a/1.6.4/assets/minecraft/textures/items/dye_powder_red.png b/1.6.4/assets/minecraft/textures/items/dye_powder_red.png new file mode 100644 index 00000000..2d1a7429 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/dye_powder_red.png differ diff --git a/1.6.4/assets/minecraft/textures/items/dye_powder_silver.png b/1.6.4/assets/minecraft/textures/items/dye_powder_silver.png new file mode 100644 index 00000000..fa9e501e Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/dye_powder_silver.png differ diff --git a/1.6.4/assets/minecraft/textures/items/dye_powder_white.png b/1.6.4/assets/minecraft/textures/items/dye_powder_white.png new file mode 100644 index 00000000..5b1833be Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/dye_powder_white.png differ diff --git a/1.6.4/assets/minecraft/textures/items/dye_powder_yellow.png b/1.6.4/assets/minecraft/textures/items/dye_powder_yellow.png new file mode 100644 index 00000000..95e06731 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/dye_powder_yellow.png differ diff --git a/1.6.4/assets/minecraft/textures/items/egg.png b/1.6.4/assets/minecraft/textures/items/egg.png new file mode 100644 index 00000000..a6fe2bfa Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/egg.png differ diff --git a/1.6.4/assets/minecraft/textures/items/emerald.png b/1.6.4/assets/minecraft/textures/items/emerald.png new file mode 100644 index 00000000..98d953e2 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/emerald.png differ diff --git a/1.6.4/assets/minecraft/textures/items/empty_armor_slot_boots.png b/1.6.4/assets/minecraft/textures/items/empty_armor_slot_boots.png new file mode 100644 index 00000000..fd7e05fa Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/empty_armor_slot_boots.png differ diff --git a/1.6.4/assets/minecraft/textures/items/empty_armor_slot_chestplate.png b/1.6.4/assets/minecraft/textures/items/empty_armor_slot_chestplate.png new file mode 100644 index 00000000..6e632b9d Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/empty_armor_slot_chestplate.png differ diff --git a/1.6.4/assets/minecraft/textures/items/empty_armor_slot_helmet.png b/1.6.4/assets/minecraft/textures/items/empty_armor_slot_helmet.png new file mode 100644 index 00000000..3a455f3f Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/empty_armor_slot_helmet.png differ diff --git a/1.6.4/assets/minecraft/textures/items/empty_armor_slot_leggings.png b/1.6.4/assets/minecraft/textures/items/empty_armor_slot_leggings.png new file mode 100644 index 00000000..28b2c494 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/empty_armor_slot_leggings.png differ diff --git a/1.6.4/assets/minecraft/textures/items/ender_eye.png b/1.6.4/assets/minecraft/textures/items/ender_eye.png new file mode 100644 index 00000000..8c4ef4e8 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/ender_eye.png differ diff --git a/1.6.4/assets/minecraft/textures/items/ender_pearl.png b/1.6.4/assets/minecraft/textures/items/ender_pearl.png new file mode 100644 index 00000000..4b752a64 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/ender_pearl.png differ diff --git a/1.6.4/assets/minecraft/textures/items/experience_bottle.png b/1.6.4/assets/minecraft/textures/items/experience_bottle.png new file mode 100644 index 00000000..ae4214ff Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/experience_bottle.png differ diff --git a/1.6.4/assets/minecraft/textures/items/feather.png b/1.6.4/assets/minecraft/textures/items/feather.png new file mode 100644 index 00000000..d4c3be55 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/feather.png differ diff --git a/1.6.4/assets/minecraft/textures/items/fireball.png b/1.6.4/assets/minecraft/textures/items/fireball.png new file mode 100644 index 00000000..d62a6f47 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/fireball.png differ diff --git a/1.6.4/assets/minecraft/textures/items/fireworks.png b/1.6.4/assets/minecraft/textures/items/fireworks.png new file mode 100644 index 00000000..f1e07fd1 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/fireworks.png differ diff --git a/1.6.4/assets/minecraft/textures/items/fireworks_charge.png b/1.6.4/assets/minecraft/textures/items/fireworks_charge.png new file mode 100644 index 00000000..43a4a21b Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/fireworks_charge.png differ diff --git a/1.6.4/assets/minecraft/textures/items/fireworks_charge_overlay.png b/1.6.4/assets/minecraft/textures/items/fireworks_charge_overlay.png new file mode 100644 index 00000000..d8b91a92 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/fireworks_charge_overlay.png differ diff --git a/1.6.4/assets/minecraft/textures/items/fish_cooked.png b/1.6.4/assets/minecraft/textures/items/fish_cooked.png new file mode 100644 index 00000000..87564c70 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/fish_cooked.png differ diff --git a/1.6.4/assets/minecraft/textures/items/fish_raw.png b/1.6.4/assets/minecraft/textures/items/fish_raw.png new file mode 100644 index 00000000..e4f6837e Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/fish_raw.png differ diff --git a/1.6.4/assets/minecraft/textures/items/fishing_rod_cast.png b/1.6.4/assets/minecraft/textures/items/fishing_rod_cast.png new file mode 100644 index 00000000..a5ab3781 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/fishing_rod_cast.png differ diff --git a/1.6.4/assets/minecraft/textures/items/fishing_rod_uncast.png b/1.6.4/assets/minecraft/textures/items/fishing_rod_uncast.png new file mode 100644 index 00000000..d4b53f0f Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/fishing_rod_uncast.png differ diff --git a/1.6.4/assets/minecraft/textures/items/flint.png b/1.6.4/assets/minecraft/textures/items/flint.png new file mode 100644 index 00000000..5f51093f Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/flint.png differ diff --git a/1.6.4/assets/minecraft/textures/items/flint_and_steel.png b/1.6.4/assets/minecraft/textures/items/flint_and_steel.png new file mode 100644 index 00000000..77bc3407 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/flint_and_steel.png differ diff --git a/1.6.4/assets/minecraft/textures/items/flower_pot.png b/1.6.4/assets/minecraft/textures/items/flower_pot.png new file mode 100644 index 00000000..c4f26d21 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/flower_pot.png differ diff --git a/1.6.4/assets/minecraft/textures/items/ghast_tear.png b/1.6.4/assets/minecraft/textures/items/ghast_tear.png new file mode 100644 index 00000000..e5c741f9 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/ghast_tear.png differ diff --git a/1.6.4/assets/minecraft/textures/items/glowstone_dust.png b/1.6.4/assets/minecraft/textures/items/glowstone_dust.png new file mode 100644 index 00000000..edd93a6d Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/glowstone_dust.png differ diff --git a/1.6.4/assets/minecraft/textures/items/gold_axe.png b/1.6.4/assets/minecraft/textures/items/gold_axe.png new file mode 100644 index 00000000..0f47b600 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/gold_axe.png differ diff --git a/1.6.4/assets/minecraft/textures/items/gold_boots.png b/1.6.4/assets/minecraft/textures/items/gold_boots.png new file mode 100644 index 00000000..f6033d25 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/gold_boots.png differ diff --git a/1.6.4/assets/minecraft/textures/items/gold_chestplate.png b/1.6.4/assets/minecraft/textures/items/gold_chestplate.png new file mode 100644 index 00000000..e36076ad Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/gold_chestplate.png differ diff --git a/1.6.4/assets/minecraft/textures/items/gold_helmet.png b/1.6.4/assets/minecraft/textures/items/gold_helmet.png new file mode 100644 index 00000000..9eb89a0c Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/gold_helmet.png differ diff --git a/1.6.4/assets/minecraft/textures/items/gold_hoe.png b/1.6.4/assets/minecraft/textures/items/gold_hoe.png new file mode 100644 index 00000000..1685d472 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/gold_hoe.png differ diff --git a/1.6.4/assets/minecraft/textures/items/gold_horse_armor.png b/1.6.4/assets/minecraft/textures/items/gold_horse_armor.png new file mode 100644 index 00000000..7c5c3a59 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/gold_horse_armor.png differ diff --git a/1.6.4/assets/minecraft/textures/items/gold_ingot.png b/1.6.4/assets/minecraft/textures/items/gold_ingot.png new file mode 100644 index 00000000..ea781e71 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/gold_ingot.png differ diff --git a/1.6.4/assets/minecraft/textures/items/gold_leggings.png b/1.6.4/assets/minecraft/textures/items/gold_leggings.png new file mode 100644 index 00000000..da237713 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/gold_leggings.png differ diff --git a/1.6.4/assets/minecraft/textures/items/gold_nugget.png b/1.6.4/assets/minecraft/textures/items/gold_nugget.png new file mode 100644 index 00000000..3a9a2fe4 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/gold_nugget.png differ diff --git a/1.6.4/assets/minecraft/textures/items/gold_pickaxe.png b/1.6.4/assets/minecraft/textures/items/gold_pickaxe.png new file mode 100644 index 00000000..ecccafe6 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/gold_pickaxe.png differ diff --git a/1.6.4/assets/minecraft/textures/items/gold_shovel.png b/1.6.4/assets/minecraft/textures/items/gold_shovel.png new file mode 100644 index 00000000..150cbb97 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/gold_shovel.png differ diff --git a/1.6.4/assets/minecraft/textures/items/gold_sword.png b/1.6.4/assets/minecraft/textures/items/gold_sword.png new file mode 100644 index 00000000..0ddef045 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/gold_sword.png differ diff --git a/1.6.4/assets/minecraft/textures/items/gunpowder.png b/1.6.4/assets/minecraft/textures/items/gunpowder.png new file mode 100644 index 00000000..73cadece Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/gunpowder.png differ diff --git a/1.6.4/assets/minecraft/textures/items/hopper.png b/1.6.4/assets/minecraft/textures/items/hopper.png new file mode 100644 index 00000000..f8b244fc Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/hopper.png differ diff --git a/1.6.4/assets/minecraft/textures/items/iron_axe.png b/1.6.4/assets/minecraft/textures/items/iron_axe.png new file mode 100644 index 00000000..8bf133e3 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/iron_axe.png differ diff --git a/1.6.4/assets/minecraft/textures/items/iron_boots.png b/1.6.4/assets/minecraft/textures/items/iron_boots.png new file mode 100644 index 00000000..b69ca05c Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/iron_boots.png differ diff --git a/1.6.4/assets/minecraft/textures/items/iron_chestplate.png b/1.6.4/assets/minecraft/textures/items/iron_chestplate.png new file mode 100644 index 00000000..e7993ce1 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/iron_chestplate.png differ diff --git a/1.6.4/assets/minecraft/textures/items/iron_helmet.png b/1.6.4/assets/minecraft/textures/items/iron_helmet.png new file mode 100644 index 00000000..65e64cc5 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/iron_helmet.png differ diff --git a/1.6.4/assets/minecraft/textures/items/iron_hoe.png b/1.6.4/assets/minecraft/textures/items/iron_hoe.png new file mode 100644 index 00000000..28d4c36d Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/iron_hoe.png differ diff --git a/1.6.4/assets/minecraft/textures/items/iron_horse_armor.png b/1.6.4/assets/minecraft/textures/items/iron_horse_armor.png new file mode 100644 index 00000000..5d697d17 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/iron_horse_armor.png differ diff --git a/1.6.4/assets/minecraft/textures/items/iron_ingot.png b/1.6.4/assets/minecraft/textures/items/iron_ingot.png new file mode 100644 index 00000000..3833fa05 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/iron_ingot.png differ diff --git a/1.6.4/assets/minecraft/textures/items/iron_leggings.png b/1.6.4/assets/minecraft/textures/items/iron_leggings.png new file mode 100644 index 00000000..ad536739 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/iron_leggings.png differ diff --git a/1.6.4/assets/minecraft/textures/items/iron_pickaxe.png b/1.6.4/assets/minecraft/textures/items/iron_pickaxe.png new file mode 100644 index 00000000..d21440bd Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/iron_pickaxe.png differ diff --git a/1.6.4/assets/minecraft/textures/items/iron_shovel.png b/1.6.4/assets/minecraft/textures/items/iron_shovel.png new file mode 100644 index 00000000..079b236c Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/iron_shovel.png differ diff --git a/1.6.4/assets/minecraft/textures/items/iron_sword.png b/1.6.4/assets/minecraft/textures/items/iron_sword.png new file mode 100644 index 00000000..4d49c5ae Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/iron_sword.png differ diff --git a/1.6.4/assets/minecraft/textures/items/item_frame.png b/1.6.4/assets/minecraft/textures/items/item_frame.png new file mode 100644 index 00000000..261c98a6 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/item_frame.png differ diff --git a/1.6.4/assets/minecraft/textures/items/lead.png b/1.6.4/assets/minecraft/textures/items/lead.png new file mode 100644 index 00000000..0ef5312f Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/lead.png differ diff --git a/1.6.4/assets/minecraft/textures/items/leather.png b/1.6.4/assets/minecraft/textures/items/leather.png new file mode 100644 index 00000000..13dc1998 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/leather.png differ diff --git a/1.6.4/assets/minecraft/textures/items/leather_boots.png b/1.6.4/assets/minecraft/textures/items/leather_boots.png new file mode 100644 index 00000000..31c21326 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/leather_boots.png differ diff --git a/1.6.4/assets/minecraft/textures/items/leather_boots_overlay.png b/1.6.4/assets/minecraft/textures/items/leather_boots_overlay.png new file mode 100644 index 00000000..b6896d87 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/leather_boots_overlay.png differ diff --git a/1.6.4/assets/minecraft/textures/items/leather_chestplate.png b/1.6.4/assets/minecraft/textures/items/leather_chestplate.png new file mode 100644 index 00000000..e534aefc Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/leather_chestplate.png differ diff --git a/1.6.4/assets/minecraft/textures/items/leather_chestplate_overlay.png b/1.6.4/assets/minecraft/textures/items/leather_chestplate_overlay.png new file mode 100644 index 00000000..125fd348 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/leather_chestplate_overlay.png differ diff --git a/1.6.4/assets/minecraft/textures/items/leather_helmet.png b/1.6.4/assets/minecraft/textures/items/leather_helmet.png new file mode 100644 index 00000000..da2cfa86 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/leather_helmet.png differ diff --git a/1.6.4/assets/minecraft/textures/items/leather_helmet_overlay.png b/1.6.4/assets/minecraft/textures/items/leather_helmet_overlay.png new file mode 100644 index 00000000..8040d77f Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/leather_helmet_overlay.png differ diff --git a/1.6.4/assets/minecraft/textures/items/leather_leggings.png b/1.6.4/assets/minecraft/textures/items/leather_leggings.png new file mode 100644 index 00000000..3ff24ee2 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/leather_leggings.png differ diff --git a/1.6.4/assets/minecraft/textures/items/leather_leggings_overlay.png b/1.6.4/assets/minecraft/textures/items/leather_leggings_overlay.png new file mode 100644 index 00000000..813ba262 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/leather_leggings_overlay.png differ diff --git a/1.6.4/assets/minecraft/textures/items/magma_cream.png b/1.6.4/assets/minecraft/textures/items/magma_cream.png new file mode 100644 index 00000000..b2be210c Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/magma_cream.png differ diff --git a/1.6.4/assets/minecraft/textures/items/map_empty.png b/1.6.4/assets/minecraft/textures/items/map_empty.png new file mode 100644 index 00000000..8dc6e58b Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/map_empty.png differ diff --git a/1.6.4/assets/minecraft/textures/items/map_filled.png b/1.6.4/assets/minecraft/textures/items/map_filled.png new file mode 100644 index 00000000..1381e215 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/map_filled.png differ diff --git a/1.6.4/assets/minecraft/textures/items/melon.png b/1.6.4/assets/minecraft/textures/items/melon.png new file mode 100644 index 00000000..590f47a2 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/melon.png differ diff --git a/1.6.4/assets/minecraft/textures/items/melon_speckled.png b/1.6.4/assets/minecraft/textures/items/melon_speckled.png new file mode 100644 index 00000000..dee1bf56 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/melon_speckled.png differ diff --git a/1.6.4/assets/minecraft/textures/items/minecart_chest.png b/1.6.4/assets/minecraft/textures/items/minecart_chest.png new file mode 100644 index 00000000..78a37786 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/minecart_chest.png differ diff --git a/1.6.4/assets/minecraft/textures/items/minecart_furnace.png b/1.6.4/assets/minecraft/textures/items/minecart_furnace.png new file mode 100644 index 00000000..5478f25c Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/minecart_furnace.png differ diff --git a/1.6.4/assets/minecraft/textures/items/minecart_hopper.png b/1.6.4/assets/minecraft/textures/items/minecart_hopper.png new file mode 100644 index 00000000..8a138fbb Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/minecart_hopper.png differ diff --git a/1.6.4/assets/minecraft/textures/items/minecart_normal.png b/1.6.4/assets/minecraft/textures/items/minecart_normal.png new file mode 100644 index 00000000..2046f2bc Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/minecart_normal.png differ diff --git a/1.6.4/assets/minecraft/textures/items/minecart_tnt.png b/1.6.4/assets/minecraft/textures/items/minecart_tnt.png new file mode 100644 index 00000000..561279b7 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/minecart_tnt.png differ diff --git a/1.6.4/assets/minecraft/textures/items/mushroom_stew.png b/1.6.4/assets/minecraft/textures/items/mushroom_stew.png new file mode 100644 index 00000000..5598bc78 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/mushroom_stew.png differ diff --git a/1.6.4/assets/minecraft/textures/items/name_tag.png b/1.6.4/assets/minecraft/textures/items/name_tag.png new file mode 100644 index 00000000..a88f5599 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/name_tag.png differ diff --git a/1.6.4/assets/minecraft/textures/items/nether_star.png b/1.6.4/assets/minecraft/textures/items/nether_star.png new file mode 100644 index 00000000..6b848af0 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/nether_star.png differ diff --git a/1.6.4/assets/minecraft/textures/items/nether_wart.png b/1.6.4/assets/minecraft/textures/items/nether_wart.png new file mode 100644 index 00000000..09da1e33 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/nether_wart.png differ diff --git a/1.6.4/assets/minecraft/textures/items/netherbrick.png b/1.6.4/assets/minecraft/textures/items/netherbrick.png new file mode 100644 index 00000000..e9c14edb Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/netherbrick.png differ diff --git a/1.6.4/assets/minecraft/textures/items/painting.png b/1.6.4/assets/minecraft/textures/items/painting.png new file mode 100644 index 00000000..b394f305 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/painting.png differ diff --git a/1.6.4/assets/minecraft/textures/items/paper.png b/1.6.4/assets/minecraft/textures/items/paper.png new file mode 100644 index 00000000..a1d9c7e2 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/paper.png differ diff --git a/1.6.4/assets/minecraft/textures/items/porkchop_cooked.png b/1.6.4/assets/minecraft/textures/items/porkchop_cooked.png new file mode 100644 index 00000000..605d3f50 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/porkchop_cooked.png differ diff --git a/1.6.4/assets/minecraft/textures/items/porkchop_raw.png b/1.6.4/assets/minecraft/textures/items/porkchop_raw.png new file mode 100644 index 00000000..7e83c1ad Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/porkchop_raw.png differ diff --git a/1.6.4/assets/minecraft/textures/items/potato.png b/1.6.4/assets/minecraft/textures/items/potato.png new file mode 100644 index 00000000..c1d8541e Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/potato.png differ diff --git a/1.6.4/assets/minecraft/textures/items/potato_baked.png b/1.6.4/assets/minecraft/textures/items/potato_baked.png new file mode 100644 index 00000000..e4d765b1 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/potato_baked.png differ diff --git a/1.6.4/assets/minecraft/textures/items/potato_poisonous.png b/1.6.4/assets/minecraft/textures/items/potato_poisonous.png new file mode 100644 index 00000000..6f154afa Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/potato_poisonous.png differ diff --git a/1.6.4/assets/minecraft/textures/items/potion_bottle_drinkable.png b/1.6.4/assets/minecraft/textures/items/potion_bottle_drinkable.png new file mode 100644 index 00000000..87339d79 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/potion_bottle_drinkable.png differ diff --git a/1.6.4/assets/minecraft/textures/items/potion_bottle_empty.png b/1.6.4/assets/minecraft/textures/items/potion_bottle_empty.png new file mode 100644 index 00000000..87339d79 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/potion_bottle_empty.png differ diff --git a/1.6.4/assets/minecraft/textures/items/potion_bottle_splash.png b/1.6.4/assets/minecraft/textures/items/potion_bottle_splash.png new file mode 100644 index 00000000..03b1f90a Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/potion_bottle_splash.png differ diff --git a/1.6.4/assets/minecraft/textures/items/potion_overlay.png b/1.6.4/assets/minecraft/textures/items/potion_overlay.png new file mode 100644 index 00000000..1e6165e7 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/potion_overlay.png differ diff --git a/1.6.4/assets/minecraft/textures/items/pumpkin_pie.png b/1.6.4/assets/minecraft/textures/items/pumpkin_pie.png new file mode 100644 index 00000000..c21a032b Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/pumpkin_pie.png differ diff --git a/1.6.4/assets/minecraft/textures/items/quartz.png b/1.6.4/assets/minecraft/textures/items/quartz.png new file mode 100644 index 00000000..e403446a Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/quartz.png differ diff --git a/1.6.4/assets/minecraft/textures/items/quiver.png b/1.6.4/assets/minecraft/textures/items/quiver.png new file mode 100644 index 00000000..818f7283 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/quiver.png differ diff --git a/1.6.4/assets/minecraft/textures/items/record_11.png b/1.6.4/assets/minecraft/textures/items/record_11.png new file mode 100644 index 00000000..07ac487c Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/record_11.png differ diff --git a/1.6.4/assets/minecraft/textures/items/record_13.png b/1.6.4/assets/minecraft/textures/items/record_13.png new file mode 100644 index 00000000..ead0c610 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/record_13.png differ diff --git a/1.6.4/assets/minecraft/textures/items/record_blocks.png b/1.6.4/assets/minecraft/textures/items/record_blocks.png new file mode 100644 index 00000000..3732d6c9 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/record_blocks.png differ diff --git a/1.6.4/assets/minecraft/textures/items/record_cat.png b/1.6.4/assets/minecraft/textures/items/record_cat.png new file mode 100644 index 00000000..b3527efb Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/record_cat.png differ diff --git a/1.6.4/assets/minecraft/textures/items/record_chirp.png b/1.6.4/assets/minecraft/textures/items/record_chirp.png new file mode 100644 index 00000000..1b24e119 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/record_chirp.png differ diff --git a/1.6.4/assets/minecraft/textures/items/record_far.png b/1.6.4/assets/minecraft/textures/items/record_far.png new file mode 100644 index 00000000..2320efdf Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/record_far.png differ diff --git a/1.6.4/assets/minecraft/textures/items/record_mall.png b/1.6.4/assets/minecraft/textures/items/record_mall.png new file mode 100644 index 00000000..811d0460 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/record_mall.png differ diff --git a/1.6.4/assets/minecraft/textures/items/record_mellohi.png b/1.6.4/assets/minecraft/textures/items/record_mellohi.png new file mode 100644 index 00000000..879b6a41 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/record_mellohi.png differ diff --git a/1.6.4/assets/minecraft/textures/items/record_stal.png b/1.6.4/assets/minecraft/textures/items/record_stal.png new file mode 100644 index 00000000..c650d21d Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/record_stal.png differ diff --git a/1.6.4/assets/minecraft/textures/items/record_strad.png b/1.6.4/assets/minecraft/textures/items/record_strad.png new file mode 100644 index 00000000..72d6e320 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/record_strad.png differ diff --git a/1.6.4/assets/minecraft/textures/items/record_wait.png b/1.6.4/assets/minecraft/textures/items/record_wait.png new file mode 100644 index 00000000..5306b514 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/record_wait.png differ diff --git a/1.6.4/assets/minecraft/textures/items/record_ward.png b/1.6.4/assets/minecraft/textures/items/record_ward.png new file mode 100644 index 00000000..b33b93da Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/record_ward.png differ diff --git a/1.6.4/assets/minecraft/textures/items/redstone_dust.png b/1.6.4/assets/minecraft/textures/items/redstone_dust.png new file mode 100644 index 00000000..6da938be Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/redstone_dust.png differ diff --git a/1.6.4/assets/minecraft/textures/items/reeds.png b/1.6.4/assets/minecraft/textures/items/reeds.png new file mode 100644 index 00000000..40872c66 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/reeds.png differ diff --git a/1.6.4/assets/minecraft/textures/items/repeater.png b/1.6.4/assets/minecraft/textures/items/repeater.png new file mode 100644 index 00000000..7a07381c Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/repeater.png differ diff --git a/1.6.4/assets/minecraft/textures/items/rotten_flesh.png b/1.6.4/assets/minecraft/textures/items/rotten_flesh.png new file mode 100644 index 00000000..3f39998e Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/rotten_flesh.png differ diff --git a/1.6.4/assets/minecraft/textures/items/ruby.png b/1.6.4/assets/minecraft/textures/items/ruby.png new file mode 100644 index 00000000..4f288d95 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/ruby.png differ diff --git a/1.6.4/assets/minecraft/textures/items/saddle.png b/1.6.4/assets/minecraft/textures/items/saddle.png new file mode 100644 index 00000000..b12eafa7 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/saddle.png differ diff --git a/1.6.4/assets/minecraft/textures/items/seeds_melon.png b/1.6.4/assets/minecraft/textures/items/seeds_melon.png new file mode 100644 index 00000000..ef84499c Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/seeds_melon.png differ diff --git a/1.6.4/assets/minecraft/textures/items/seeds_pumpkin.png b/1.6.4/assets/minecraft/textures/items/seeds_pumpkin.png new file mode 100644 index 00000000..8d8f0761 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/seeds_pumpkin.png differ diff --git a/1.6.4/assets/minecraft/textures/items/seeds_wheat.png b/1.6.4/assets/minecraft/textures/items/seeds_wheat.png new file mode 100644 index 00000000..83d23a6e Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/seeds_wheat.png differ diff --git a/1.6.4/assets/minecraft/textures/items/shears.png b/1.6.4/assets/minecraft/textures/items/shears.png new file mode 100644 index 00000000..f9c6de19 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/shears.png differ diff --git a/1.6.4/assets/minecraft/textures/items/sign.png b/1.6.4/assets/minecraft/textures/items/sign.png new file mode 100644 index 00000000..9b6e2ee2 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/sign.png differ diff --git a/1.6.4/assets/minecraft/textures/items/skull_creeper.png b/1.6.4/assets/minecraft/textures/items/skull_creeper.png new file mode 100644 index 00000000..c195fd51 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/skull_creeper.png differ diff --git a/1.6.4/assets/minecraft/textures/items/skull_skeleton.png b/1.6.4/assets/minecraft/textures/items/skull_skeleton.png new file mode 100644 index 00000000..bf383fc7 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/skull_skeleton.png differ diff --git a/1.6.4/assets/minecraft/textures/items/skull_steve.png b/1.6.4/assets/minecraft/textures/items/skull_steve.png new file mode 100644 index 00000000..e56f4069 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/skull_steve.png differ diff --git a/1.6.4/assets/minecraft/textures/items/skull_wither.png b/1.6.4/assets/minecraft/textures/items/skull_wither.png new file mode 100644 index 00000000..35716032 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/skull_wither.png differ diff --git a/1.6.4/assets/minecraft/textures/items/skull_zombie.png b/1.6.4/assets/minecraft/textures/items/skull_zombie.png new file mode 100644 index 00000000..67d1347c Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/skull_zombie.png differ diff --git a/1.6.4/assets/minecraft/textures/items/slimeball.png b/1.6.4/assets/minecraft/textures/items/slimeball.png new file mode 100644 index 00000000..46478ee0 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/slimeball.png differ diff --git a/1.6.4/assets/minecraft/textures/items/snowball.png b/1.6.4/assets/minecraft/textures/items/snowball.png new file mode 100644 index 00000000..340c6398 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/snowball.png differ diff --git a/1.6.4/assets/minecraft/textures/items/spawn_egg.png b/1.6.4/assets/minecraft/textures/items/spawn_egg.png new file mode 100644 index 00000000..23259c71 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/spawn_egg.png differ diff --git a/1.6.4/assets/minecraft/textures/items/spawn_egg_overlay.png b/1.6.4/assets/minecraft/textures/items/spawn_egg_overlay.png new file mode 100644 index 00000000..83ec78f1 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/spawn_egg_overlay.png differ diff --git a/1.6.4/assets/minecraft/textures/items/spider_eye.png b/1.6.4/assets/minecraft/textures/items/spider_eye.png new file mode 100644 index 00000000..35d85843 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/spider_eye.png differ diff --git a/1.6.4/assets/minecraft/textures/items/spider_eye_fermented.png b/1.6.4/assets/minecraft/textures/items/spider_eye_fermented.png new file mode 100644 index 00000000..226ffb89 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/spider_eye_fermented.png differ diff --git a/1.6.4/assets/minecraft/textures/items/stick.png b/1.6.4/assets/minecraft/textures/items/stick.png new file mode 100644 index 00000000..6f8ce13b Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/stick.png differ diff --git a/1.6.4/assets/minecraft/textures/items/stone_axe.png b/1.6.4/assets/minecraft/textures/items/stone_axe.png new file mode 100644 index 00000000..fb33584a Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/stone_axe.png differ diff --git a/1.6.4/assets/minecraft/textures/items/stone_hoe.png b/1.6.4/assets/minecraft/textures/items/stone_hoe.png new file mode 100644 index 00000000..d46b2724 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/stone_hoe.png differ diff --git a/1.6.4/assets/minecraft/textures/items/stone_pickaxe.png b/1.6.4/assets/minecraft/textures/items/stone_pickaxe.png new file mode 100644 index 00000000..19a8e50d Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/stone_pickaxe.png differ diff --git a/1.6.4/assets/minecraft/textures/items/stone_shovel.png b/1.6.4/assets/minecraft/textures/items/stone_shovel.png new file mode 100644 index 00000000..8e1c0c28 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/stone_shovel.png differ diff --git a/1.6.4/assets/minecraft/textures/items/stone_sword.png b/1.6.4/assets/minecraft/textures/items/stone_sword.png new file mode 100644 index 00000000..5810dfd3 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/stone_sword.png differ diff --git a/1.6.4/assets/minecraft/textures/items/string.png b/1.6.4/assets/minecraft/textures/items/string.png new file mode 100644 index 00000000..0b04ddb5 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/string.png differ diff --git a/1.6.4/assets/minecraft/textures/items/sugar.png b/1.6.4/assets/minecraft/textures/items/sugar.png new file mode 100644 index 00000000..0864df94 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/sugar.png differ diff --git a/1.6.4/assets/minecraft/textures/items/wheat.png b/1.6.4/assets/minecraft/textures/items/wheat.png new file mode 100644 index 00000000..bbd2fd9d Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/wheat.png differ diff --git a/1.6.4/assets/minecraft/textures/items/wood_axe.png b/1.6.4/assets/minecraft/textures/items/wood_axe.png new file mode 100644 index 00000000..3a192033 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/wood_axe.png differ diff --git a/1.6.4/assets/minecraft/textures/items/wood_hoe.png b/1.6.4/assets/minecraft/textures/items/wood_hoe.png new file mode 100644 index 00000000..de1c7a6d Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/wood_hoe.png differ diff --git a/1.6.4/assets/minecraft/textures/items/wood_pickaxe.png b/1.6.4/assets/minecraft/textures/items/wood_pickaxe.png new file mode 100644 index 00000000..ebc6756e Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/wood_pickaxe.png differ diff --git a/1.6.4/assets/minecraft/textures/items/wood_shovel.png b/1.6.4/assets/minecraft/textures/items/wood_shovel.png new file mode 100644 index 00000000..b0579117 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/wood_shovel.png differ diff --git a/1.6.4/assets/minecraft/textures/items/wood_sword.png b/1.6.4/assets/minecraft/textures/items/wood_sword.png new file mode 100644 index 00000000..c04dc0a8 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/items/wood_sword.png differ diff --git a/1.6.4/assets/minecraft/textures/map/map_background.png b/1.6.4/assets/minecraft/textures/map/map_background.png new file mode 100644 index 00000000..2783b501 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/map/map_background.png differ diff --git a/1.6.4/assets/minecraft/textures/map/map_icons.png b/1.6.4/assets/minecraft/textures/map/map_icons.png new file mode 100644 index 00000000..c2f35b85 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/map/map_icons.png differ diff --git a/1.6.4/assets/minecraft/textures/misc/enchanted_item_glint.png b/1.6.4/assets/minecraft/textures/misc/enchanted_item_glint.png new file mode 100644 index 00000000..f9ca97c3 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/misc/enchanted_item_glint.png differ diff --git a/1.6.4/assets/minecraft/textures/misc/enchanted_item_glint.png.mcmeta b/1.6.4/assets/minecraft/textures/misc/enchanted_item_glint.png.mcmeta new file mode 100644 index 00000000..e38a5ad3 --- /dev/null +++ b/1.6.4/assets/minecraft/textures/misc/enchanted_item_glint.png.mcmeta @@ -0,0 +1,5 @@ +{ + "texture": { + "blur": true + } +} diff --git a/1.6.4/assets/minecraft/textures/misc/pumpkinblur.png b/1.6.4/assets/minecraft/textures/misc/pumpkinblur.png new file mode 100644 index 00000000..d9725ce8 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/misc/pumpkinblur.png differ diff --git a/1.6.4/assets/minecraft/textures/misc/pumpkinblur.png.mcmeta b/1.6.4/assets/minecraft/textures/misc/pumpkinblur.png.mcmeta new file mode 100644 index 00000000..2077f3ce --- /dev/null +++ b/1.6.4/assets/minecraft/textures/misc/pumpkinblur.png.mcmeta @@ -0,0 +1,6 @@ +{ + "texture": { + "blur": true + } +} + diff --git a/1.6.4/assets/minecraft/textures/misc/shadow.png b/1.6.4/assets/minecraft/textures/misc/shadow.png new file mode 100644 index 00000000..b09fd474 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/misc/shadow.png differ diff --git a/1.6.4/assets/minecraft/textures/misc/shadow.png.mcmeta b/1.6.4/assets/minecraft/textures/misc/shadow.png.mcmeta new file mode 100644 index 00000000..8c6c7d1d --- /dev/null +++ b/1.6.4/assets/minecraft/textures/misc/shadow.png.mcmeta @@ -0,0 +1,6 @@ +{ + "texture": { + "clamp": true + } +} + diff --git a/1.6.4/assets/minecraft/textures/misc/underwater.png b/1.6.4/assets/minecraft/textures/misc/underwater.png new file mode 100644 index 00000000..2fc23b18 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/misc/underwater.png differ diff --git a/1.6.4/assets/minecraft/textures/misc/unknown_pack.png b/1.6.4/assets/minecraft/textures/misc/unknown_pack.png new file mode 100644 index 00000000..16afadee Binary files /dev/null and b/1.6.4/assets/minecraft/textures/misc/unknown_pack.png differ diff --git a/1.6.4/assets/minecraft/textures/misc/vignette.png b/1.6.4/assets/minecraft/textures/misc/vignette.png new file mode 100644 index 00000000..9c14e2d9 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/misc/vignette.png differ diff --git a/1.6.4/assets/minecraft/textures/misc/vignette.png.mcmeta b/1.6.4/assets/minecraft/textures/misc/vignette.png.mcmeta new file mode 100644 index 00000000..2077f3ce --- /dev/null +++ b/1.6.4/assets/minecraft/textures/misc/vignette.png.mcmeta @@ -0,0 +1,6 @@ +{ + "texture": { + "blur": true + } +} + diff --git a/1.6.4/assets/minecraft/textures/models/armor/chainmail_layer_1.png b/1.6.4/assets/minecraft/textures/models/armor/chainmail_layer_1.png new file mode 100644 index 00000000..9f84c183 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/models/armor/chainmail_layer_1.png differ diff --git a/1.6.4/assets/minecraft/textures/models/armor/chainmail_layer_2.png b/1.6.4/assets/minecraft/textures/models/armor/chainmail_layer_2.png new file mode 100644 index 00000000..117811cd Binary files /dev/null and b/1.6.4/assets/minecraft/textures/models/armor/chainmail_layer_2.png differ diff --git a/1.6.4/assets/minecraft/textures/models/armor/diamond_layer_1.png b/1.6.4/assets/minecraft/textures/models/armor/diamond_layer_1.png new file mode 100644 index 00000000..14fecf21 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/models/armor/diamond_layer_1.png differ diff --git a/1.6.4/assets/minecraft/textures/models/armor/diamond_layer_2.png b/1.6.4/assets/minecraft/textures/models/armor/diamond_layer_2.png new file mode 100644 index 00000000..2cca0566 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/models/armor/diamond_layer_2.png differ diff --git a/1.6.4/assets/minecraft/textures/models/armor/gold_layer_1.png b/1.6.4/assets/minecraft/textures/models/armor/gold_layer_1.png new file mode 100644 index 00000000..6802e06f Binary files /dev/null and b/1.6.4/assets/minecraft/textures/models/armor/gold_layer_1.png differ diff --git a/1.6.4/assets/minecraft/textures/models/armor/gold_layer_2.png b/1.6.4/assets/minecraft/textures/models/armor/gold_layer_2.png new file mode 100644 index 00000000..a7cf8351 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/models/armor/gold_layer_2.png differ diff --git a/1.6.4/assets/minecraft/textures/models/armor/iron_layer_1.png b/1.6.4/assets/minecraft/textures/models/armor/iron_layer_1.png new file mode 100644 index 00000000..6da6e840 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/models/armor/iron_layer_1.png differ diff --git a/1.6.4/assets/minecraft/textures/models/armor/iron_layer_2.png b/1.6.4/assets/minecraft/textures/models/armor/iron_layer_2.png new file mode 100644 index 00000000..fab422ae Binary files /dev/null and b/1.6.4/assets/minecraft/textures/models/armor/iron_layer_2.png differ diff --git a/1.6.4/assets/minecraft/textures/models/armor/leather_layer_1.png b/1.6.4/assets/minecraft/textures/models/armor/leather_layer_1.png new file mode 100644 index 00000000..ebcfc411 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/models/armor/leather_layer_1.png differ diff --git a/1.6.4/assets/minecraft/textures/models/armor/leather_layer_1_overlay.png b/1.6.4/assets/minecraft/textures/models/armor/leather_layer_1_overlay.png new file mode 100644 index 00000000..546397d5 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/models/armor/leather_layer_1_overlay.png differ diff --git a/1.6.4/assets/minecraft/textures/models/armor/leather_layer_2.png b/1.6.4/assets/minecraft/textures/models/armor/leather_layer_2.png new file mode 100644 index 00000000..8d8bba6c Binary files /dev/null and b/1.6.4/assets/minecraft/textures/models/armor/leather_layer_2.png differ diff --git a/1.6.4/assets/minecraft/textures/models/armor/leather_layer_2_overlay.png b/1.6.4/assets/minecraft/textures/models/armor/leather_layer_2_overlay.png new file mode 100644 index 00000000..56556598 Binary files /dev/null and b/1.6.4/assets/minecraft/textures/models/armor/leather_layer_2_overlay.png differ diff --git a/1.6.4/assets/minecraft/textures/painting/paintings_kristoffer_zetterstrand.png b/1.6.4/assets/minecraft/textures/painting/paintings_kristoffer_zetterstrand.png new file mode 100644 index 00000000..d7df7f6d Binary files /dev/null and b/1.6.4/assets/minecraft/textures/painting/paintings_kristoffer_zetterstrand.png differ diff --git a/1.6.4/assets/minecraft/textures/particle/footprint.png b/1.6.4/assets/minecraft/textures/particle/footprint.png new file mode 100644 index 00000000..8d23f64b Binary files /dev/null and b/1.6.4/assets/minecraft/textures/particle/footprint.png differ diff --git a/1.6.4/assets/minecraft/textures/particle/particles.png b/1.6.4/assets/minecraft/textures/particle/particles.png new file mode 100644 index 00000000..eec1f89e Binary files /dev/null and b/1.6.4/assets/minecraft/textures/particle/particles.png differ diff --git a/1.6.4/pack.mcmeta b/1.6.4/pack.mcmeta new file mode 100644 index 00000000..4a575f8b --- /dev/null +++ b/1.6.4/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "pack": { + "pack_format": 1, + "description": "§3§kGiveMESOMEEMERALDS\n§aAuthor : §2ru-minecraft.ru.§r\n§k" + } +} \ No newline at end of file diff --git a/1.6.4/pack.png b/1.6.4/pack.png new file mode 100644 index 00000000..5a58884a Binary files /dev/null and b/1.6.4/pack.png differ diff --git a/1.7.10/assets/minecraft/font/glyph_sizes.bin b/1.7.10/assets/minecraft/font/glyph_sizes.bin new file mode 100644 index 00000000..69c857e3 Binary files /dev/null and b/1.7.10/assets/minecraft/font/glyph_sizes.bin differ diff --git a/1.7.10/assets/minecraft/lang/en_US.lang b/1.7.10/assets/minecraft/lang/en_US.lang new file mode 100644 index 00000000..628a2a6c --- /dev/null +++ b/1.7.10/assets/minecraft/lang/en_US.lang @@ -0,0 +1,1692 @@ + +language.name=English +language.region=US +language.code=en_US + +gui.done=Done +gui.cancel=Cancel +gui.back=Back +gui.toMenu=Back to title screen +gui.up=Up +gui.down=Down +gui.yes=Yes +gui.no=No + +translation.test.none=Hello, world! +translation.test.complex=Prefix, %s%2$s again %s and %1$s lastly %s and also %1$s again! +translation.test.escape=%%s %%%s %%%%s %%%%%s +translation.test.invalid=hi % +translation.test.invalid2=hi % s +translation.test.args=%s %s +translation.test.world=world + +menu.game=Game menu +menu.singleplayer=Singleplayer +menu.multiplayer=Multiplayer +menu.online=Minecraft Realms +menu.options=Options... +menu.quit=Quit Game +menu.returnToMenu=Save and Quit to Title +menu.disconnect=Disconnect +menu.returnToGame=Back to Game +menu.switchingLevel=Switching worlds +menu.generatingLevel=Generating world +menu.loadingLevel=Loading world +menu.generatingTerrain=Building terrain +menu.convertingLevel=Converting world +menu.simulating=Simulating the world for a bit +menu.respawning=Respawning +menu.shareToLan=Open to LAN + +selectWorld.title=Select World +selectWorld.empty=empty +selectWorld.world=World +selectWorld.select=Play Selected World +selectWorld.create=Create New World +selectWorld.recreate=Re-Create +selectWorld.createDemo=Play New Demo World +selectWorld.delete=Delete +selectWorld.rename=Rename +selectWorld.deleteQuestion=Are you sure you want to delete this world? +selectWorld.deleteWarning=will be lost forever! (A long time!) +selectWorld.deleteButton=Delete +selectWorld.renameButton=Rename +selectWorld.renameTitle=Rename World +selectWorld.conversion=Must be converted! +selectWorld.newWorld=New World +selectWorld.newWorld.copyOf=Copy of %s +selectWorld.enterName=World Name +selectWorld.resultFolder=Will be saved in: +selectWorld.enterSeed=Seed for the World Generator +selectWorld.seedInfo=Leave blank for a random seed +selectWorld.cheats=Cheats +selectWorld.customizeType=Customize + +createWorld.customize.presets=Presets +createWorld.customize.presets.title=Select a Preset +createWorld.customize.presets.select=Use Preset +createWorld.customize.presets.share=Want to share your preset with someone? Use the below box! +createWorld.customize.presets.list=Alternatively, here's some we made earlier! +createWorld.customize.flat.title=Superflat Customization +createWorld.customize.flat.tile=Layer Material +createWorld.customize.flat.height=Height +createWorld.customize.flat.addLayer=Add Layer +createWorld.customize.flat.editLayer=Edit Layer +createWorld.customize.flat.removeLayer=Remove Layer +createWorld.customize.flat.layer.top=Top - %d +createWorld.customize.flat.layer=%d +createWorld.customize.flat.layer.bottom=Bottom - %d + +gameMode.survival=Survival Mode +gameMode.creative=Creative Mode +gameMode.adventure=Adventure Mode +gameMode.hardcore=Hardcore Mode! +gameMode.changed=Your game mode has been updated + +selectWorld.gameMode=Game Mode +selectWorld.gameMode.survival=Survival +selectWorld.gameMode.survival.line1=Search for resources, crafting, gain +selectWorld.gameMode.survival.line2=levels, health and hunger +selectWorld.gameMode.creative=Creative +selectWorld.gameMode.creative.line1=Unlimited resources, free flying and +selectWorld.gameMode.creative.line2=destroy blocks instantly +selectWorld.gameMode.hardcore=Hardcore +selectWorld.gameMode.hardcore.line1=Same as survival mode, locked at hardest +selectWorld.gameMode.hardcore.line2=difficulty, and one life only +selectWorld.gameMode.adventure=Adventure +selectWorld.gameMode.adventure.line1=Same as survival mode, but blocks can't +selectWorld.gameMode.adventure.line2=be added or removed +selectWorld.moreWorldOptions=More World Options... +selectWorld.mapFeatures=Generate Structures: +selectWorld.mapFeatures.info=Villages, dungeons etc +selectWorld.mapType=World Type: +selectWorld.mapType.normal=Normal +selectWorld.allowCommands=Allow Cheats: +selectWorld.allowCommands.info=Commands like /gamemode, /xp +selectWorld.hardcoreMode=Hardcore: +selectWorld.hardcoreMode.info=World is deleted upon death +selectWorld.bonusItems=Bonus Chest: + +generator.default=Default +generator.flat=Superflat +generator.largeBiomes=Large Biomes +generator.amplified=Amplified + +generator.amplified.info=Notice: Just for fun, requires beefy computer + +selectServer.title=Select Server +selectServer.empty=empty +selectServer.select=Join Server +selectServer.direct=Direct Connect +selectServer.edit=Edit +selectServer.delete=Delete +selectServer.add=Add server +selectServer.defaultName=Minecraft Server +selectServer.deleteQuestion=Are you sure you want to remove this server? +selectServer.deleteWarning=will be lost forever! (A long time!) +selectServer.deleteButton=Delete +selectServer.refresh=Refresh +selectServer.hiddenAddress=(Hidden) +addServer.title=Edit Server Info +addServer.enterName=Server Name +addServer.enterIp=Server Address +addServer.add=Done +addServer.hideAddress=Hide Address +addServer.resourcePack=Server Resource Packs +addServer.resourcePack.enabled=Enabled +addServer.resourcePack.disabled=Disabled +addServer.resourcePack.prompt=Prompt +lanServer.title=LAN World +lanServer.scanning=Scanning for games on your local network +lanServer.start=Start LAN World +lanServer.otherPlayers=Settings for Other Players +mcoServer.title=Minecraft Online World + +multiplayer.title=Play Multiplayer +multiplayer.connect=Connect +multiplayer.info1=Minecraft Multiplayer is currently not finished, but there +multiplayer.info2=is some buggy early testing going on. +multiplayer.ipinfo=Enter the IP of a server to connect to it: +multiplayer.texturePrompt.line1=This server recommends the use of a custom resource pack. +multiplayer.texturePrompt.line2=Would you like to download and install it automagically? +multiplayer.downloadingTerrain=Downloading terrain +multiplayer.downloadingStats=Downloading statistics & achievements... +multiplayer.stopSleeping=Leave Bed +multiplayer.player.joined=%s joined the game +multiplayer.player.joined.renamed=%s (formerly known as %s) joined the game +multiplayer.player.left=%s left the game + +chat.cannotSend=Cannot send chat message +chat.type.text=<%s> %s +chat.type.emote=* %s %s +chat.type.announcement=[%s] %s +chat.type.admin=[%s: %s] +chat.type.achievement=%s has just earned the achievement %s +chat.link.confirm=Are you sure you want to open the following website? +chat.link.warning=Never open links from people that you don't trust! +chat.copy=Copy to Clipboard +chat.link.confirmTrusted=Do you want to open this link or copy it to your clipboard? +chat.link.open=Open in browser + +chat.stream.text=(%s) <%s> %s +chat.stream.emote=(%s) * %s %s + +menu.playdemo=Play Demo World +menu.resetdemo=Reset Demo World + +demo.day.1=This demo will last five game days, do your best! +demo.day.2=Day Two +demo.day.3=Day Three +demo.day.4=Day Four +demo.day.5=This is your last day! +demo.day.warning=Your time is almost up! +demo.day.6=You have passed your fifth day, use F2 to save a screenshot of your creation +demo.reminder=The demo time has expired, buy the game to continue or start a new world! +demo.remainingTime=Remaining time: %s +demo.demoExpired=Demo time's up! +demo.help.movement=Use %1$s, %2$s, %3$s, %4$s and the mouse to move around +demo.help.movementShort=Move by pressing %1$s, %2$s, %3$s, %4$s +demo.help.movementMouse=Look around using the mouse +demo.help.jump=Jump by pressing %1$s +demo.help.inventory=Use %1$s to open your inventory +demo.help.title=Minecraft Demo Mode +demo.help.fullWrapped=This demo will last 5 ingame days (about 1 hour and 40 minutes of real time). Check the achievements for hints! Have fun! +demo.help.buy=Purchase Now! +demo.help.later=Continue Playing! + +connect.connecting=Connecting to the server... +connect.authorizing=Logging in... +connect.failed=Failed to connect to the server + +disconnect.genericReason=%s +disconnect.disconnected=Disconnected by Server +disconnect.lost=Connection Lost +disconnect.kicked=Was kicked from the game +disconnect.timeout=Timed out +disconnect.closed=Connection closed +disconnect.loginFailed=Failed to login +disconnect.loginFailedInfo=Failed to login: %s +disconnect.loginFailedInfo.serversUnavailable=The authentication are currently down for maintenance. +disconnect.loginFailedInfo.invalidSession=Invalid session (Try restarting your game) +disconnect.quitting=Quitting +disconnect.endOfStream=End of stream +disconnect.overflow=Buffer overflow +disconnect.spam=Kicked for spamming + +soundCategory.master=Master Volume +soundCategory.music=Music +soundCategory.record=Jukebox/Noteblocks +soundCategory.weather=Weather +soundCategory.hostile=Hostile Creatures +soundCategory.neutral=Friendly Creatures +soundCategory.player=Players +soundCategory.block=Blocks +soundCategory.ambient=Ambient/Environment + +record.nowPlaying=Now playing: %s + +options.off=OFF +options.on=ON +options.visible=Shown +options.hidden=Hidden +options.title=Options +options.controls=Controls... +options.video=Video Settings... +options.language=Language... +options.stream=Broadcast Settings... +options.sounds=Music & Sounds... +options.sounds.title=Music & Sound Options +options.languageWarning=Language translations may not be 100%% accurate +options.videoTitle=Video Settings +options.music=Music +options.sound=Sound +options.invertMouse=Invert Mouse +options.fov=FOV +options.fov.min=Normal +options.fov.max=Quake Pro +options.saturation=Saturation +options.gamma=Brightness +options.gamma.min=Moody +options.gamma.max=Bright +options.sensitivity=Sensitivity +options.sensitivity.min=*yawn* +options.sensitivity.max=HYPERSPEED!!! +options.renderDistance=Render Distance +options.renderDistance.tiny=Tiny +options.renderDistance.short=Short +options.renderDistance.normal=Normal +options.renderDistance.far=Far +options.viewBobbing=View Bobbing +options.ao=Smooth Lighting +options.ao.off=OFF +options.ao.min=Minimum +options.ao.max=Maximum +options.anaglyph=3D Anaglyph +options.framerateLimit=Max Framerate +options.framerateLimit.max=Unlimited +options.difficulty=Difficulty +options.difficulty.peaceful=Peaceful +options.difficulty.easy=Easy +options.difficulty.normal=Normal +options.difficulty.hard=Hard +options.difficulty.hardcore=Hardcore +options.graphics=Graphics +options.graphics.fancy=Fancy +options.graphics.fast=Fast +options.guiScale=GUI Scale +options.guiScale.auto=Auto +options.guiScale.small=Small +options.guiScale.normal=Normal +options.guiScale.large=Large +options.advancedOpengl=Advanced OpenGL +options.fboEnable=Enable FBOs +options.postProcessEnable=Enable Post-Processing +options.aoDesc0=Enable faux ambient occlusion on blocks. +options.aoDesc1= +options.framerateLimitDesc0=Selects the maximum frame rate: +options.framerateLimitDesc1=35fps, 120fps, or 200+fps. +options.viewBobbingDesc0=Enables view-bob when moving. +options.viewBobbingDesc1= +options.renderCloudsDesc0=Enables the rendering of clouds. +options.renderCloudsDesc1= +options.graphicsDesc0='Fancy': Enables extra transparency. +options.graphicsDesc1='Fast': Suggested for lower-end hardware. +options.renderDistanceDesc0=Maximum render distance. Smaller values +options.renderDistanceDesc1=run better on lower-end hardware. +options.particlesDesc0=Selects the overall amount of particles. +options.particlesDesc1=On lower-end hardware, less is better. +options.advancedOpenglDesc0=Enables occlusion queries. On AMD and Intel +options.advancedOpenglDesc1=hardware, this may decrease performance. +options.fboEnableDesc0=Enables the use of Framebuffer Objects. +options.fboEnableDesc1=Necessary for certain Minecraft features. +options.postProcessEnableDesc0=Enables post-processing. Disabling will +options.postProcessEnableDesc1=result in reduction in Awesome Levels. +options.renderClouds=Clouds +options.qualityButton=Video Quality Settings... +options.qualityVideoTitle=Video Quality Settings +options.performanceButton=Video Performance Settings... +options.performanceVideoTitle=Video Performance Settings +options.advancedButton=Advanced Video Settings... +options.advancedVideoTitle=Advanced Video Settings +options.postButton=Post-Processing Settings... +options.postVideoTitle=Post-Processing Settings +options.farWarning1=A 64 bit Java installation is recommended +options.farWarning2=for 'Far' render distance (you have 32 bit) +options.particles=Particles +options.particles.all=All +options.particles.decreased=Decreased +options.particles.minimal=Minimal +options.multiplayer.title=Multiplayer Settings... +options.chat.title=Chat Settings... +options.chat.visibility=Chat +options.chat.visibility.full=Shown +options.chat.visibility.system=Commands Only +options.chat.visibility.hidden=Hidden +options.chat.color=Colors +options.chat.opacity=Opacity +options.chat.links=Web Links +options.chat.links.prompt=Prompt on Links +options.chat.scale=Scale +options.chat.width=Width +options.chat.height.focused=Focused Height +options.chat.height.unfocused=Unfocused Height +options.showCape=Show Cape +options.snooper=Allow Snooper +options.snooper.view=Snooper Settings... +options.snooper.title=Machine Specs Collection +options.snooper.desc=We want to collect information about your machine to help improve Minecraft by knowing what we can support and where the biggest problems are. All of this information is completely anonymous and viewable below. We promise we won't do anything bad with this data, but if you want to opt out then feel free to toggle it off! +options.resourcepack=Resource Packs... +options.fullscreen=Fullscreen +options.vsync=Use VSync +options.touchscreen=Touchscreen Mode + +options.mipmapLevels=Mipmap Levels +options.anisotropicFiltering=Anisotropic Filtering +options.forceUnicodeFont=Force Unicode Font + +options.stream.title=Twitch Broadcast Settings +options.stream.bytesPerPixel=Quality +options.stream.micVolumne=Mic Volume +options.stream.micToggleBehavior=Push To +options.stream.mic_toggle.mute=Mute +options.stream.mic_toggle.talk=Talk +options.stream.systemVolume=System Volume +options.stream.kbps=Bandwidth +options.stream.fps=Framerate +options.stream.sendMetadata=Send Metadata +options.stream.compression=Compression +options.stream.compression.low=Low +options.stream.compression.medium=Medium +options.stream.compression.high=High +options.stream.estimation=Estimated resolution: %dx%d +options.stream.changes=You may need to restart your stream for these changes to take place. +options.stream.ingestSelection=Broadcast Server List +options.stream.ingest.title=Twitch Broadcast Servers +options.stream.ingest.reset=Reset Preference +options.stream.chat.title=Twitch Chat Settings +options.stream.chat.enabled=Enable +options.stream.chat.enabled.streaming=Whilst Streaming +options.stream.chat.enabled.always=Always +options.stream.chat.enabled.never=Never +options.stream.chat.userFilter=User Filter +options.stream.chat.userFilter.all=All Viewers +options.stream.chat.userFilter.subs=Subscribers +options.stream.chat.userFilter.mods=Moderators + +title.oldgl1=Old graphics card detected; this may prevent you from +title.oldgl2=playing in the future as OpenGL 2.0 will be required. + +controls.title=Controls +controls.reset=Reset +controls.resetAll=Reset Keys + +key.sprint=Sprint +key.forward=Walk Forwards +key.left=Strafe Left +key.back=Walk Backwards +key.right=Strafe Right +key.jump=Jump +key.inventory=Inventory +key.drop=Drop Item +key.chat=Open Chat +key.sneak=Sneak +key.playerlist=List Players +key.attack=Attack/Destroy +key.use=Use Item/Place Block +key.pickItem=Pick Block +key.mouseButton=Button %1$s +key.command=Open Command +key.screenshot=Take Screenshot +key.togglePerspective=Toggle Perspective +key.smoothCamera=Toggle Cinematic Camera +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.streamStartStop=Start/Stop Stream +key.streamPauseUnpause=Pause/Unpause Stream +key.streamCommercial=Show Stream Commercials +key.streamToggleMic=Push To Talk/Mute + +key.categories.movement=Movement +key.categories.misc=Miscellaneous +key.categories.multiplayer=Multiplayer +key.categories.gameplay=Gameplay +key.categories.ui=Game Interface +key.categories.inventory=Inventory +key.categories.stream=Streaming + +resourcePack.openFolder=Open resource pack folder +resourcePack.title=Select Resource Packs +resourcePack.available.title=Available Resource Packs +resourcePack.selected.title=Selected Resource Packs +resourcePack.folderInfo=(Place resource pack files here) + +sign.edit=Edit sign message + +book.pageIndicator=Page %1$s of %2$s +book.byAuthor=by %1$s +book.signButton=Sign +book.editTitle=Enter Book Title: +book.finalizeButton=Sign and Close +book.finalizeWarning=Note! When you sign the book, it will no longer be editable. + +tile.stone.name=Stone +tile.hayBlock.name=Hay Bale +tile.grass.name=Grass Block +tile.dirt.default.name=Dirt +tile.dirt.podzol.name=Podzol +tile.stonebrick.name=Cobblestone +tile.wood.name=Wooden Planks +tile.wood.oak.name=Oak Wood Planks +tile.wood.spruce.name=Spruce Wood Planks +tile.wood.birch.name=Birch Wood Planks +tile.wood.jungle.name=Jungle Wood Planks +tile.wood.acacia.name=Acacia Wood Planks +tile.wood.big_oak.name=Dark Oak Wood Planks +tile.sapling.oak.name=Oak Sapling +tile.sapling.spruce.name=Spruce Sapling +tile.sapling.birch.name=Birch Sapling +tile.sapling.jungle.name=Jungle Sapling +tile.sapling.acacia.name=Acacia Sapling +tile.sapling.roofed_oak.name=Dark Oak Sapling +tile.deadbush.name=Dead Bush +tile.bedrock.name=Bedrock +tile.water.name=Water +tile.lava.name=Lava +tile.sand.default.name=Sand +tile.sand.red.name=Red Sand +tile.sandStone.name=Sandstone +tile.sandStone.default.name=Sandstone +tile.sandStone.chiseled.name=Chiseled Sandstone +tile.sandStone.smooth.name=Smooth Sandstone +tile.gravel.name=Gravel +tile.oreGold.name=Gold Ore +tile.oreIron.name=Iron Ore +tile.oreCoal.name=Coal Ore +tile.log.name=Wood +tile.log.oak.name=Oak Wood +tile.log.spruce.name=Spruce Wood +tile.log.birch.name=Birch Wood +tile.log.jungle.name=Jungle Wood +tile.log.acacia.name=Acacia Wood +tile.log.big_oak.name=Dark Oak Wood +tile.leaves.name=Leaves +tile.leaves.oak.name=Oak Leaves +tile.leaves.spruce.name=Spruce Leaves +tile.leaves.birch.name=Birch Leaves +tile.leaves.jungle.name=Jungle Leaves +tile.leaves.acacia.name=Acacia Leaves +tile.leaves.big_oak.name=Dark Oak Leaves +tile.tallgrass.name=Grass +tile.tallgrass.shrub.name=Shrub +tile.tallgrass.grass.name=Grass +tile.tallgrass.fern.name=Fern +tile.sponge.name=Sponge +tile.glass.name=Glass +tile.stainedGlass.name=Stained Glass +tile.stainedGlass.black.name=Black Stained Glass +tile.stainedGlass.red.name=Red Stained Glass +tile.stainedGlass.green.name=Green Stained Glass +tile.stainedGlass.brown.name=Brown Stained Glass +tile.stainedGlass.blue.name=Blue Stained Glass +tile.stainedGlass.purple.name=Purple Stained Glass +tile.stainedGlass.cyan.name=Cyan Stained Glass +tile.stainedGlass.silver.name=Light Gray Stained Glass +tile.stainedGlass.gray.name=Gray Stained Glass +tile.stainedGlass.pink.name=Pink Stained Glass +tile.stainedGlass.lime.name=Lime Stained Glass +tile.stainedGlass.yellow.name=Yellow Stained Glass +tile.stainedGlass.lightBlue.name=Light Blue Stained Glass +tile.stainedGlass.magenta.name=Magenta Stained Glass +tile.stainedGlass.orange.name=Orange Stained Glass +tile.stainedGlass.white.name=White Stained Glass +tile.thinStainedGlass.name=Stained Glass Pane +tile.thinStainedGlass.black.name=Black Stained Glass Pane +tile.thinStainedGlass.red.name=Red Stained Glass Pane +tile.thinStainedGlass.green.name=Green Stained Glass Pane +tile.thinStainedGlass.brown.name=Brown Stained Glass Pane +tile.thinStainedGlass.blue.name=Blue Stained Glass Pane +tile.thinStainedGlass.purple.name=Purple Stained Glass Pane +tile.thinStainedGlass.cyan.name=Cyan Stained Glass Pane +tile.thinStainedGlass.silver.name=Light Gray Stained Glass Pane +tile.thinStainedGlass.gray.name=Gray Stained Glass Pane +tile.thinStainedGlass.pink.name=Pink Stained Glass Pane +tile.thinStainedGlass.lime.name=Lime Stained Glass Pane +tile.thinStainedGlass.yellow.name=Yellow Stained Glass Pane +tile.thinStainedGlass.lightBlue.name=Light Blue Stained Glass Pane +tile.thinStainedGlass.magenta.name=Magenta Stained Glass Pane +tile.thinStainedGlass.orange.name=Orange Stained Glass Pane +tile.thinStainedGlass.white.name=White Stained Glass Pane +tile.thinGlass.name=Glass Pane +tile.cloth.name=Wool +tile.flower1.dandelion.name=Dandelion +tile.flower2.poppy.name=Poppy +tile.flower2.blueOrchid.name=Blue Orchid +tile.flower2.allium.name=Allium +tile.flower2.houstonia.name=Azure Bluet +tile.flower2.tulipRed.name=Red Tulip +tile.flower2.tulipOrange.name=Orange Tulip +tile.flower2.tulipWhite.name=White Tulip +tile.flower2.tulipPink.name=Pink Tulip +tile.flower2.oxeyeDaisy.name=Oxeye Daisy +tile.doublePlant.sunflower.name=Sunflower +tile.doublePlant.syringa.name=Lilac +tile.doublePlant.grass.name=Double Tallgrass +tile.doublePlant.fern.name=Large Fern +tile.doublePlant.rose.name=Rose Bush +tile.doublePlant.paeonia.name=Peony +tile.mushroom.name=Mushroom +tile.blockGold.name=Block of Gold +tile.blockIron.name=Block of Iron +tile.stoneSlab.stone.name=Stone Slab +tile.stoneSlab.sand.name=Sandstone Slab +tile.stoneSlab.wood.name=Wooden Slab +tile.stoneSlab.cobble.name=Cobblestone Slab +tile.stoneSlab.brick.name=Bricks Slab +tile.stoneSlab.smoothStoneBrick.name=Stone Bricks Slab +tile.stoneSlab.netherBrick.name=Nether Brick Slab +tile.stoneSlab.quartz.name=Quartz Slab +tile.woodSlab.oak.name=Oak Wood Slab +tile.woodSlab.spruce.name=Spruce Wood Slab +tile.woodSlab.birch.name=Birch Wood Slab +tile.woodSlab.jungle.name=Jungle Wood Slab +tile.woodSlab.acacia.name=Acacia Wood Slab +tile.woodSlab.big_oak.name=Dark Oak Wood Slab +tile.brick.name=Bricks +tile.tnt.name=TNT +tile.bookshelf.name=Bookshelf +tile.stoneMoss.name=Moss Stone +tile.obsidian.name=Obsidian +tile.torch.name=Torch +tile.fire.name=Fire +tile.mobSpawner.name=Monster Spawner +tile.stairsWood.name=Oak Wood Stairs +tile.stairsWoodSpruce.name=Spruce Wood Stairs +tile.stairsWoodBirch.name=Birch Wood Stairs +tile.stairsWoodJungle.name=Jungle Wood Stairs +tile.stairsWoodAcacia.name=Acacia Wood Stairs +tile.stairsWoodDarkOak.name=Dark Oak Wood Stairs +tile.chest.name=Chest +tile.chestTrap.name=Trapped Chest +tile.redstoneDust.name=Redstone Dust +tile.oreDiamond.name=Diamond Ore +tile.blockCoal.name=Block of Coal +tile.blockDiamond.name=Block of Diamond +tile.workbench.name=Crafting Table +tile.crops.name=Crops +tile.farmland.name=Farmland +tile.furnace.name=Furnace +tile.sign.name=Sign +tile.doorWood.name=Wooden Door +tile.ladder.name=Ladder +tile.rail.name=Rail +tile.goldenRail.name=Powered Rail +tile.activatorRail.name=Activator Rail +tile.detectorRail.name=Detector Rail +tile.stairsStone.name=Stone Stairs +tile.stairsSandStone.name=Sandstone Stairs +tile.lever.name=Lever +tile.pressurePlate.name=Pressure Plate +tile.weightedPlate_light.name=Weighted Pressure Plate (Light) +tile.weightedPlate_heavy.name=Weighted Pressure Plate (Heavy) +tile.doorIron.name=Iron Door +tile.oreRedstone.name=Redstone Ore +tile.notGate.name=Redstone Torch +tile.button.name=Button +tile.snow.name=Snow +tile.woolCarpet.black.name=Black Carpet +tile.woolCarpet.red.name=Red Carpet +tile.woolCarpet.green.name=Green Carpet +tile.woolCarpet.brown.name=Brown Carpet +tile.woolCarpet.blue.name=Blue Carpet +tile.woolCarpet.purple.name=Purple Carpet +tile.woolCarpet.cyan.name=Cyan Carpet +tile.woolCarpet.silver.name=Light Gray Carpet +tile.woolCarpet.gray.name=Gray Carpet +tile.woolCarpet.pink.name=Pink Carpet +tile.woolCarpet.lime.name=Lime Carpet +tile.woolCarpet.yellow.name=Yellow Carpet +tile.woolCarpet.lightBlue.name=Light Blue Carpet +tile.woolCarpet.magenta.name=Magenta Carpet +tile.woolCarpet.orange.name=Orange Carpet +tile.woolCarpet.white.name=Carpet +tile.ice.name=Ice +tile.icePacked.name=Packed Ice +tile.cactus.name=Cactus +tile.clay.name=Clay +tile.clayHardenedStained.black.name=Black Stained Clay +tile.clayHardenedStained.red.name=Red Stained Clay +tile.clayHardenedStained.green.name=Green Stained Clay +tile.clayHardenedStained.brown.name=Brown Stained Clay +tile.clayHardenedStained.blue.name=Blue Stained Clay +tile.clayHardenedStained.purple.name=Purple Stained Clay +tile.clayHardenedStained.cyan.name=Cyan Stained Clay +tile.clayHardenedStained.silver.name=Light Gray Stained Clay +tile.clayHardenedStained.gray.name=Gray Stained Clay +tile.clayHardenedStained.pink.name=Pink Stained Clay +tile.clayHardenedStained.lime.name=Lime Stained Clay +tile.clayHardenedStained.yellow.name=Yellow Stained Clay +tile.clayHardenedStained.lightBlue.name=Light Blue Stained Clay +tile.clayHardenedStained.magenta.name=Magenta Stained Clay +tile.clayHardenedStained.orange.name=Orange Stained Clay +tile.clayHardenedStained.white.name=White Stained Clay +tile.clayHardened.name=Hardened Clay +tile.reeds.name=Sugar cane +tile.jukebox.name=Jukebox +tile.fence.name=Fence +tile.fenceGate.name=Fence Gate +tile.pumpkin.name=Pumpkin +tile.litpumpkin.name=Jack o'Lantern +tile.hellrock.name=Netherrack +tile.hellsand.name=Soul Sand +tile.lightgem.name=Glowstone +tile.portal.name=Portal +tile.cloth.black.name=Black Wool +tile.cloth.red.name=Red Wool +tile.cloth.green.name=Green Wool +tile.cloth.brown.name=Brown Wool +tile.cloth.blue.name=Blue Wool +tile.cloth.purple.name=Purple Wool +tile.cloth.cyan.name=Cyan Wool +tile.cloth.silver.name=Light Gray Wool +tile.cloth.gray.name=Gray Wool +tile.cloth.pink.name=Pink Wool +tile.cloth.lime.name=Lime Wool +tile.cloth.yellow.name=Yellow Wool +tile.cloth.lightBlue.name=Light Blue Wool +tile.cloth.magenta.name=Magenta Wool +tile.cloth.orange.name=Orange Wool +tile.cloth.white.name=Wool +tile.oreLapis.name=Lapis Lazuli Ore +tile.blockLapis.name=Lapis Lazuli Block +tile.dispenser.name=Dispenser +tile.dropper.name=Dropper +tile.musicBlock.name=Note Block +tile.cake.name=Cake +tile.bed.name=Bed +tile.bed.occupied=This bed is occupied +tile.bed.noSleep=You can only sleep at night +tile.bed.notSafe=You may not rest now, there are monsters nearby +tile.bed.notValid=Your home bed was missing or obstructed +tile.lockedchest.name=Locked chest +tile.trapdoor.name=Trapdoor +tile.web.name=Cobweb +tile.stonebricksmooth.name=Stone Bricks +tile.stonebricksmooth.default.name=Stone Bricks +tile.stonebricksmooth.mossy.name=Mossy Stone Bricks +tile.stonebricksmooth.cracked.name=Cracked Stone Bricks +tile.stonebricksmooth.chiseled.name=Chiseled Stone Bricks +tile.monsterStoneEgg.stone.name=Stone Monster Egg +tile.monsterStoneEgg.cobble.name=Cobblestone Monster Egg +tile.monsterStoneEgg.brick.name=Stone Brick Monster Egg +tile.monsterStoneEgg.mossybrick.name=Mossy Stone Brick Monster Egg +tile.monsterStoneEgg.crackedbrick.name=Cracked Stone Brick Monster Egg +tile.monsterStoneEgg.chiseledbrick.name=Chiseled Stone Brick Monster Egg +tile.pistonBase.name=Piston +tile.pistonStickyBase.name=Sticky Piston +tile.fenceIron.name=Iron Bars +tile.melon.name=Melon +tile.stairsBrick.name=Brick Stairs +tile.stairsStoneBrickSmooth.name=Stone Brick Stairs +tile.vine.name=Vines +tile.netherBrick.name=Nether Brick +tile.netherFence.name=Nether Brick Fence +tile.stairsNetherBrick.name=Nether Brick Stairs +tile.netherStalk.name=Nether Wart +tile.cauldron.name=Cauldron +tile.enchantmentTable.name=Enchantment Table +tile.anvil.name=Anvil +tile.anvil.intact.name=Anvil +tile.anvil.slightlyDamaged.name=Slightly Damaged Anvil +tile.anvil.veryDamaged.name=Very Damaged Anvil +tile.whiteStone.name=End Stone +tile.endPortalFrame.name=End Portal +tile.mycel.name=Mycelium +tile.waterlily.name=Lily Pad +tile.dragonEgg.name=Dragon Egg +tile.redstoneLight.name=Redstone Lamp +tile.cocoa.name=Cocoa +tile.enderChest.name=Ender Chest +tile.oreRuby.name=Ruby Ore +tile.oreEmerald.name=Emerald Ore +tile.blockEmerald.name=Block of Emerald +tile.blockRedstone.name=Block of Redstone +tile.tripWire.name=Tripwire +tile.tripWireSource.name=Tripwire Hook +tile.commandBlock.name=Command Block +tile.beacon.name=Beacon +tile.beacon.primary=Primary Power +tile.beacon.secondary=Secondary Power +tile.cobbleWall.normal.name=Cobblestone Wall +tile.cobbleWall.mossy.name=Mossy Cobblestone Wall +tile.carrots.name=Carrots +tile.potatoes.name=Potatoes +tile.daylightDetector.name=Daylight Sensor +tile.netherquartz.name=Nether Quartz Ore +tile.hopper.name=Hopper +tile.quartzBlock.default.name=Block of Quartz +tile.quartzBlock.chiseled.name=Chiseled Quartz Block +tile.quartzBlock.lines.name=Pillar Quartz Block +tile.stairsQuartz.name=Quartz Stairs + +item.nameTag.name=Name Tag +item.leash.name=Lead +item.shovelIron.name=Iron Shovel +item.pickaxeIron.name=Iron Pickaxe +item.hatchetIron.name=Iron Axe +item.flintAndSteel.name=Flint and Steel +item.apple.name=Apple +item.cookie.name=Cookie +item.bow.name=Bow +item.arrow.name=Arrow +item.coal.name=Coal +item.charcoal.name=Charcoal +item.diamond.name=Diamond +item.emerald.name=Emerald +item.ingotIron.name=Iron Ingot +item.ingotGold.name=Gold Ingot +item.swordIron.name=Iron Sword +item.swordWood.name=Wooden Sword +item.shovelWood.name=Wooden Shovel +item.pickaxeWood.name=Wooden Pickaxe +item.hatchetWood.name=Wooden Axe +item.swordStone.name=Stone Sword +item.shovelStone.name=Stone Shovel +item.pickaxeStone.name=Stone Pickaxe +item.hatchetStone.name=Stone Axe +item.swordDiamond.name=Diamond Sword +item.shovelDiamond.name=Diamond Shovel +item.pickaxeDiamond.name=Diamond Pickaxe +item.hatchetDiamond.name=Diamond Axe +item.stick.name=Stick +item.bowl.name=Bowl +item.mushroomStew.name=Mushroom Stew +item.swordGold.name=Golden Sword +item.shovelGold.name=Golden Shovel +item.pickaxeGold.name=Golden Pickaxe +item.hatchetGold.name=Golden Axe +item.string.name=String +item.feather.name=Feather +item.sulphur.name=Gunpowder +item.hoeWood.name=Wooden Hoe +item.hoeStone.name=Stone Hoe +item.hoeIron.name=Iron Hoe +item.hoeDiamond.name=Diamond Hoe +item.hoeGold.name=Golden Hoe +item.seeds.name=Seeds +item.seeds_pumpkin.name=Pumpkin Seeds +item.seeds_melon.name=Melon Seeds +item.melon.name=Melon +item.wheat.name=Wheat +item.bread.name=Bread +item.helmetCloth.name=Leather Cap +item.chestplateCloth.name=Leather Tunic +item.leggingsCloth.name=Leather Pants +item.bootsCloth.name=Leather Boots +item.helmetChain.name=Chain Helmet +item.chestplateChain.name=Chain Chestplate +item.leggingsChain.name=Chain Leggings +item.bootsChain.name=Chain Boots +item.helmetIron.name=Iron Helmet +item.chestplateIron.name=Iron Chestplate +item.leggingsIron.name=Iron Leggings +item.bootsIron.name=Iron Boots +item.helmetDiamond.name=Diamond Helmet +item.chestplateDiamond.name=Diamond Chestplate +item.leggingsDiamond.name=Diamond Leggings +item.bootsDiamond.name=Diamond Boots +item.helmetGold.name=Golden Helmet +item.chestplateGold.name=Golden Chestplate +item.leggingsGold.name=Golden Leggings +item.bootsGold.name=Golden Boots +item.flint.name=Flint +item.porkchopRaw.name=Raw Porkchop +item.porkchopCooked.name=Cooked Porkchop +item.chickenRaw.name=Raw Chicken +item.chickenCooked.name=Cooked Chicken +item.beefRaw.name=Raw Beef +item.beefCooked.name=Steak +item.painting.name=Painting +item.frame.name=Item Frame +item.appleGold.name=Golden Apple +item.sign.name=Sign +item.doorWood.name=Wooden Door +item.bucket.name=Bucket +item.bucketWater.name=Water Bucket +item.bucketLava.name=Lava Bucket +item.minecart.name=Minecart +item.saddle.name=Saddle +item.doorIron.name=Iron Door +item.redstone.name=Redstone +item.snowball.name=Snowball +item.boat.name=Boat +item.leather.name=Leather +item.milk.name=Milk +item.brick.name=Brick +item.clay.name=Clay +item.reeds.name=Sugar Canes +item.paper.name=Paper +item.book.name=Book +item.slimeball.name=Slimeball +item.minecartChest.name=Minecart with Chest +item.minecartFurnace.name=Minecart with Furnace +item.minecartTnt.name=Minecart with TNT +item.minecartHopper.name=Minecart with Hopper +item.minecartCommandBlock.name=Minecart with Command Block +item.egg.name=Egg +item.compass.name=Compass +item.fishingRod.name=Fishing Rod +item.clock.name=Clock +item.yellowDust.name=Glowstone Dust +item.fish.cod.raw.name=Raw Fish +item.fish.salmon.raw.name=Raw Salmon +item.fish.pufferfish.raw.name=Pufferfish +item.fish.clownfish.raw.name=Clownfish +item.fish.cod.cooked.name=Cooked Fish +item.fish.salmon.cooked.name=Cooked Salmon +item.record.name=Music Disc +item.record.13.desc=C418 - 13 +item.record.cat.desc=C418 - cat +item.record.blocks.desc=C418 - blocks +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.ward.desc=C418 - ward +item.record.11.desc=C418 - 11 +item.record.wait.desc=C418 - wait +item.bone.name=Bone +item.dyePowder.black.name=Ink Sac +item.dyePowder.red.name=Rose Red +item.dyePowder.green.name=Cactus Green +item.dyePowder.brown.name=Cocoa Beans +item.dyePowder.blue.name=Lapis Lazuli +item.dyePowder.purple.name=Purple Dye +item.dyePowder.cyan.name=Cyan Dye +item.dyePowder.silver.name=Light Gray Dye +item.dyePowder.gray.name=Gray Dye +item.dyePowder.pink.name=Pink Dye +item.dyePowder.lime.name=Lime Dye +item.dyePowder.yellow.name=Dandelion Yellow +item.dyePowder.lightBlue.name=Light Blue Dye +item.dyePowder.magenta.name=Magenta Dye +item.dyePowder.orange.name=Orange Dye +item.dyePowder.white.name=Bone Meal +item.sugar.name=Sugar +item.cake.name=Cake +item.bed.name=Bed +item.diode.name=Redstone Repeater +item.comparator.name=Redstone Comparator +item.map.name=Map +item.leaves.name=Leaves +item.shears.name=Shears +item.rottenFlesh.name=Rotten Flesh +item.enderPearl.name=Ender Pearl +item.blazeRod.name=Blaze Rod +item.ghastTear.name=Ghast Tear +item.netherStalkSeeds.name=Nether Wart +item.potion.name=Potion +item.emptyPotion.name=Water Bottle +item.goldNugget.name=Gold Nugget +item.glassBottle.name=Glass Bottle +item.spiderEye.name=Spider Eye +item.fermentedSpiderEye.name=Fermented Spider Eye +item.blazePowder.name=Blaze Powder +item.magmaCream.name=Magma Cream +item.cauldron.name=Cauldron +item.brewingStand.name=Brewing Stand +item.eyeOfEnder.name=Eye of Ender +item.speckledMelon.name=Glistering Melon +item.monsterPlacer.name=Spawn +item.expBottle.name=Bottle o' Enchanting +item.fireball.name=Fire Charge +item.writingBook.name=Book and Quill +item.writtenBook.name=Written Book +item.ruby.name=Ruby +item.flowerPot.name=Flower Pot +item.emptyMap.name=Empty Map +item.carrots.name=Carrot +item.carrotGolden.name=Golden Carrot +item.potato.name=Potato +item.potatoBaked.name=Baked Potato +item.potatoPoisonous.name=Poisonous Potato +item.skull.skeleton.name=Skeleton Skull +item.skull.wither.name=Wither Skeleton Skull +item.skull.zombie.name=Zombie Head +item.skull.char.name=Head +item.skull.player.name=%s's Head +item.skull.creeper.name=Creeper Head +item.carrotOnAStick.name=Carrot on a Stick +item.netherStar.name=Nether Star +item.pumpkinPie.name=Pumpkin Pie +item.enchantedBook.name=Enchanted Book +item.fireworks.name=Firework Rocket +item.fireworks.flight=Flight Duration: +item.fireworksCharge.name=Firework Star +item.fireworksCharge.black=Black +item.fireworksCharge.red=Red +item.fireworksCharge.green=Green +item.fireworksCharge.brown=Brown +item.fireworksCharge.blue=Blue +item.fireworksCharge.purple=Purple +item.fireworksCharge.cyan=Cyan +item.fireworksCharge.silver=Light Gray +item.fireworksCharge.gray=Gray +item.fireworksCharge.pink=Pink +item.fireworksCharge.lime=Lime +item.fireworksCharge.yellow=Yellow +item.fireworksCharge.lightBlue=Light Blue +item.fireworksCharge.magenta=Magenta +item.fireworksCharge.orange=Orange +item.fireworksCharge.white=White +item.fireworksCharge.customColor=Custom +item.fireworksCharge.fadeTo=Fade to +item.fireworksCharge.flicker=Twinkle +item.fireworksCharge.trail=Trail +item.fireworksCharge.type.0=Small Ball +item.fireworksCharge.type.1=Large Ball +item.fireworksCharge.type.2=Star-shaped +item.fireworksCharge.type.3=Creeper-shaped +item.fireworksCharge.type.4=Burst +item.fireworksCharge.type=Unknown Shape +item.netherbrick.name=Nether Brick +item.netherquartz.name=Nether Quartz +item.horsearmormetal.name=Iron Horse Armor +item.horsearmorgold.name=Gold Horse Armor +item.horsearmordiamond.name=Diamond Horse Armor + +container.inventory=Inventory +container.hopper=Item Hopper +container.crafting=Crafting +container.dispenser=Dispenser +container.dropper=Dropper +container.furnace=Furnace +container.enchant=Enchant +container.repair=Repair & Name +container.repair.cost=Enchantment Cost: %1$d +container.repair.expensive=Too Expensive! +container.creative=Item Selection +container.brewing=Brewing Stand +container.chest=Chest +container.chestDouble=Large Chest +container.minecart=Minecart +container.enderchest=Ender Chest + +item.dyed=Dyed +item.unbreakable=Unbreakable + +entity.Item.name=Item +entity.XPOrb.name=Experience Orb +entity.SmallFireball.name=Small Fireball +entity.Fireball.name=Fireball + +entity.Arrow.name=Arrow +entity.Snowball.name=Snowball +entity.Painting.name=Painting + +entity.Mob.name=Mob +entity.Monster.name=Monster + +entity.Creeper.name=Creeper +entity.Skeleton.name=Skeleton +entity.Spider.name=Spider +entity.Giant.name=Giant +entity.Zombie.name=Zombie +entity.Slime.name=Slime +entity.Ghast.name=Ghast +entity.PigZombie.name=Zombie Pigman +entity.Enderman.name=Enderman +entity.Silverfish.name=Silverfish +entity.CaveSpider.name=Cave Spider +entity.Blaze.name=Blaze +entity.LavaSlime.name=Magma Cube +entity.MushroomCow.name=Mooshroom +entity.Villager.name=Villager +entity.VillagerGolem.name=Iron Golem +entity.SnowMan.name=Snow Golem +entity.EnderDragon.name=Ender Dragon +entity.WitherBoss.name=Wither +entity.Witch.name=Witch + +entity.Pig.name=Pig +entity.Sheep.name=Sheep +entity.Cow.name=Cow +entity.Chicken.name=Chicken +entity.Squid.name=Squid +entity.Wolf.name=Wolf +entity.Ozelot.name=Ocelot +entity.Cat.name=Cat +entity.Bat.name=Bat +entity.EntityHorse.name=Horse +entity.horse.name=Horse +entity.donkey.name=Donkey +entity.mule.name=Mule +entity.skeletonhorse.name=Skeleton Horse +entity.zombiehorse.name=Zombie Horse + +entity.PrimedTnt.name=Block of TNT +entity.FallingSand.name=Falling Block + +entity.Minecart.name=Minecart +entity.Boat.name=Boat + +entity.Arrow.name=arrow +entity.generic.name=unknown + +death.fell.accident.ladder=%1$s fell off a ladder +death.fell.accident.vines=%1$s fell off some vines +death.fell.accident.water=%1$s fell out of the water +death.fell.accident.generic=%1$s fell from a high place +death.fell.killer=%1$s was doomed to fall +death.fell.assist=%1$s was doomed to fall by %2$s +death.fell.assist.item=%1$s was doomed to fall by %2$s using %3$s +death.fell.finish=%1$s fell too far and was finished by %2$s +death.fell.finish.item=%1$s fell too far and was finished by %2$s using %3$s + +death.attack.inFire=%1$s went up in flames +death.attack.inFire.player=%1$s walked into fire whilst fighting %2$s +death.attack.onFire=%1$s burned to death +death.attack.onFire.player=%1$s was burnt to a crisp whilst fighting %2$s +death.attack.lava=%1$s tried to swim in lava +death.attack.lava.player=%1$s tried to swim in lava to escape %2$s +death.attack.inWall=%1$s suffocated in a wall +death.attack.drown=%1$s drowned +death.attack.drown.player=%1$s drowned whilst trying to escape %2$s +death.attack.starve=%1$s starved to death +death.attack.cactus=%1$s was pricked to death +death.attack.cactus.player=%1$s walked into a cactus whilst trying to escape %2$s +death.attack.generic=%1$s died +death.attack.explosion=%1$s blew up +death.attack.explosion.player=%1$s was blown up by %2$s +death.attack.magic=%1$s was killed by magic +death.attack.wither=%1$s withered away +death.attack.anvil=%1$s was squashed by a falling anvil +death.attack.fallingBlock=%1$s was squashed by a falling block +death.attack.mob=%1$s was slain by %2$s +death.attack.player=%1$s was slain by %2$s +death.attack.player.item=%1$s was slain by %2$s using %3$s +death.attack.arrow=%1$s was shot by %2$s +death.attack.arrow.item=%1$s was shot by %2$s using %3$s +death.attack.fireball=%1$s was fireballed by %2$s +death.attack.fireball.item=%1$s was fireballed by %2$s using %3$s +death.attack.thrown=%1$s was pummeled by %2$s +death.attack.thrown.item=%1$s was pummeled by %2$s using %3$s +death.attack.indirectMagic=%1$s was killed by %2$s using magic +death.attack.indirectMagic.item=%1$s was killed by %2$s using %3$s +death.attack.thorns=%1$s was killed trying to hurt %2$s +death.attack.fall=%1$s hit the ground too hard +death.attack.outOfWorld=%1$s fell out of the world + +deathScreen.respawn=Respawn +deathScreen.deleteWorld=Delete world +deathScreen.titleScreen=Title screen +deathScreen.score=Score +deathScreen.title.hardcore=Game over! +deathScreen.hardcoreInfo=You cannot respawn in hardcore mode! +deathScreen.title=You died! +deathScreen.leaveServer=Leave server +deathScreen.quit.confirm=Are you sure you want to quit? + +potion.effects.whenDrank=When Applied: +potion.empty=No Effects +potion.moveSpeed=Speed +potion.moveSlowdown=Slowness +potion.digSpeed=Haste +potion.digSlowDown=Mining Fatigue +potion.damageBoost=Strength +potion.weakness=Weakness +potion.heal=Instant Health +potion.harm=Instant Damage +potion.jump=Jump Boost +potion.confusion=Nausea +potion.regeneration=Regeneration +potion.resistance=Resistance +potion.fireResistance=Fire Resistance +potion.waterBreathing=Water Breathing +potion.invisibility=Invisibility +potion.blindness=Blindness +potion.nightVision=Night Vision +potion.hunger=Hunger +potion.poison=Poison +potion.wither=Wither +potion.healthBoost=Health Boost +potion.absorption=Absorption +potion.saturation=Saturation + +potion.moveSpeed.postfix=Potion of Swiftness +potion.moveSlowdown.postfix=Potion of Slowness +potion.digSpeed.postfix=Potion of Haste +potion.digSlowDown.postfix=Potion of Dullness +potion.damageBoost.postfix=Potion of Strength +potion.weakness.postfix=Potion of Weakness +potion.heal.postfix=Potion of Healing +potion.harm.postfix=Potion of Harming +potion.jump.postfix=Potion of Leaping +potion.confusion.postfix=Potion of Nausea +potion.regeneration.postfix=Potion of Regeneration +potion.resistance.postfix=Potion of Resistance +potion.fireResistance.postfix=Potion of Fire Resistance +potion.waterBreathing.postfix=Potion of Water Breathing +potion.invisibility.postfix=Potion of Invisibility +potion.blindness.postfix=Potion of Blindness +potion.nightVision.postfix=Potion of Night Vision +potion.hunger.postfix=Potion of Hunger +potion.poison.postfix=Potion of Poison +potion.wither.postfix=Potion of Decay +potion.healthBoost.postfix=Potion of Health Boost +potion.absorption.postfix=Potion of Absorption +potion.saturation.postfix=Potion of Saturation + +potion.potency.0= +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV + +potion.prefix.grenade=Splash +potion.prefix.mundane=Mundane +potion.prefix.uninteresting=Uninteresting +potion.prefix.bland=Bland +potion.prefix.clear=Clear +potion.prefix.milky=Milky +potion.prefix.diffuse=Diffuse +potion.prefix.artless=Artless +potion.prefix.thin=Thin +potion.prefix.awkward=Awkward +potion.prefix.flat=Flat +potion.prefix.bulky=Bulky +potion.prefix.bungling=Bungling +potion.prefix.buttered=Buttered +potion.prefix.smooth=Smooth +potion.prefix.suave=Suave +potion.prefix.debonair=Debonair +potion.prefix.thick=Thick +potion.prefix.elegant=Elegant +potion.prefix.fancy=Fancy +potion.prefix.charming=Charming +potion.prefix.dashing=Dashing +potion.prefix.refined=Refined +potion.prefix.cordial=Cordial +potion.prefix.sparkling=Sparkling +potion.prefix.potent=Potent +potion.prefix.foul=Foul +potion.prefix.odorless=Odorless +potion.prefix.rank=Rank +potion.prefix.harsh=Harsh +potion.prefix.acrid=Acrid +potion.prefix.gross=Gross +potion.prefix.stinky=Stinky + +enchantment.damage.all=Sharpness +enchantment.damage.undead=Smite +enchantment.damage.arthropods=Bane of Arthropods +enchantment.knockback=Knockback +enchantment.fire=Fire Aspect +enchantment.protect.all=Protection +enchantment.protect.fire=Fire Protection +enchantment.protect.fall=Feather Falling +enchantment.protect.explosion=Blast Protection +enchantment.protect.projectile=Projectile Protection +enchantment.oxygen=Respiration +enchantment.waterWorker=Aqua Affinity +enchantment.digging=Efficiency +enchantment.untouching=Silk Touch +enchantment.durability=Unbreaking +enchantment.lootBonus=Looting +enchantment.lootBonusDigger=Fortune +enchantment.lootBonusFishing=Luck of the Sea +enchantment.fishingSpeed=Lure +enchantment.arrowDamage=Power +enchantment.arrowFire=Flame +enchantment.arrowKnockback=Punch +enchantment.arrowInfinite=Infinity +enchantment.thorns=Thorns + +enchantment.level.1=I +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.level.10=X + +gui.achievements=Achievements +gui.stats=Statistics + +stats.tooltip.type.achievement=Achievement +stats.tooltip.type.statistic=Statistic +stat.generalButton=General +stat.blocksButton=Blocks +stat.itemsButton=Items +stat.mobsButton=Mobs + +stat.used=Times Used +stat.mined=Times Mined +stat.depleted=Times Depleted +stat.crafted=Times Crafted +stat.entityKills=You killed %d %s +stat.entityKilledBy=%s killed you %d time(s) +stat.entityKills.none=You have never killed %s +stat.entityKilledBy.none=You have never been killed by %s + +stat.startGame=Times played +stat.createWorld=Worlds created +stat.loadWorld=Saves loaded +stat.joinMultiplayer=Multiplayer joins +stat.leaveGame=Games quit + +stat.playOneMinute=Minutes Played + +stat.walkOneCm=Distance Walked +stat.fallOneCm=Distance Fallen +stat.swimOneCm=Distance Swum +stat.flyOneCm=Distance Flown +stat.climbOneCm=Distance Climbed +stat.diveOneCm=Distance Dove +stat.minecartOneCm=Distance by Minecart +stat.boatOneCm=Distance by Boat +stat.pigOneCm=Distance by Pig +stat.horseOneCm=Distance by Horse +stat.jump=Jumps +stat.drop=Items Dropped + +stat.damageDealt=Damage Dealt +stat.damageTaken=Damage Taken +stat.deaths=Number of Deaths +stat.mobKills=Mob Kills +stat.animalsBred=Animals Bred +stat.playerKills=Player Kills +stat.fishCaught=Fish Caught +stat.treasureFished=Treasure Fished +stat.junkFished=Junk Fished + +stat.mineBlock=%1$s Mined +stat.craftItem=%1$s Crafted +stat.useItem=%1$s Used +stat.breakItem=%1$s Depleted + +achievement.get=Achievement get! + +achievement.taken=Taken! +achievement.unknown=??? + +achievement.requires=Requires '%1$s' +achievement.openInventory=Taking Inventory +achievement.openInventory.desc=Press '%1$s' to open your inventory. +achievement.mineWood=Getting Wood +achievement.mineWood.desc=Attack a tree until a block of wood pops out +achievement.buildWorkBench=Benchmarking +achievement.buildWorkBench.desc=Craft a workbench with four blocks of planks +achievement.buildPickaxe=Time to Mine! +achievement.buildPickaxe.desc=Use planks and sticks to make a pickaxe +achievement.buildFurnace=Hot Topic +achievement.buildFurnace.desc=Construct a furnace out of eight stone blocks +achievement.acquireIron=Acquire Hardware +achievement.acquireIron.desc=Smelt an iron ingot +achievement.buildHoe=Time to Farm! +achievement.buildHoe.desc=Use planks and sticks to make a hoe +achievement.makeBread=Bake Bread +achievement.makeBread.desc=Turn wheat into bread +achievement.bakeCake=The Lie +achievement.bakeCake.desc=Wheat, sugar, milk and eggs! +achievement.buildBetterPickaxe=Getting an Upgrade +achievement.buildBetterPickaxe.desc=Construct a better pickaxe +achievement.cookFish=Delicious Fish +achievement.cookFish.desc=Catch and cook fish! +achievement.onARail=On A Rail +achievement.onARail.desc=Travel by minecart at least 1 km from where you started +achievement.buildSword=Time to Strike! +achievement.buildSword.desc=Use planks and sticks to make a sword +achievement.killEnemy=Monster Hunter +achievement.killEnemy.desc=Attack and destroy a monster +achievement.killCow=Cow Tipper +achievement.killCow.desc=Harvest some leather +achievement.breedCow=Repopulation +achievement.breedCow.desc=Breed two cows with wheat +achievement.flyPig=When Pigs Fly +achievement.flyPig.desc=Fly a pig off a cliff +achievement.snipeSkeleton=Sniper Duel +achievement.snipeSkeleton.desc=Kill a skeleton with an arrow from more than 50 meters +achievement.diamonds=DIAMONDS! +achievement.diamonds.desc=Acquire diamonds with your iron tools +achievement.diamondsToYou=Diamonds to you! +achievement.diamondsToYou.desc=Throw diamonds at another player. +achievement.portal=We Need to Go Deeper +achievement.portal.desc=Build a portal to the Nether +achievement.ghast=Return to Sender +achievement.ghast.desc=Destroy a Ghast with a fireball +achievement.blazeRod=Into Fire +achievement.blazeRod.desc=Relieve a Blaze of its rod +achievement.potion=Local Brewery +achievement.potion.desc=Brew a potion +achievement.theEnd=The End? +achievement.theEnd.desc=Locate the End +achievement.theEnd2=The End. +achievement.theEnd2.desc=Defeat the Ender Dragon +achievement.spawnWither=The Beginning? +achievement.spawnWither.desc=Spawn the Wither +achievement.killWither=The Beginning. +achievement.killWither.desc=Kill the Wither +achievement.fullBeacon=Beaconator +achievement.fullBeacon.desc=Create a full beacon +achievement.exploreAllBiomes=Adventuring Time +achievement.exploreAllBiomes.desc=Discover all biomes +achievement.enchantments=Enchanter +achievement.enchantments.desc=Use a book, obsidian and diamonds to construct an enchantment table +achievement.overkill=Overkill +achievement.overkill.desc=Deal eight hearts of damage in a single hit +achievement.bookcase=Librarian +achievement.bookcase.desc=Build some bookshelves to improve your enchantment table + +commands.generic.exception=An unknown error occurred while attempting to perform this command +commands.generic.permission=You do not have permission to use this command +commands.generic.syntax=Invalid command syntax +commands.generic.player.notFound=That player cannot be found +commands.generic.notFound=Unknown command. Try /help for a list of commands +commands.generic.num.invalid='%s' is not a valid number +commands.generic.boolean.invalid='%s' is not true or false +commands.generic.num.tooSmall=The number you have entered (%d) is too small, it must be at least %d +commands.generic.num.tooBig=The number you have entered (%d) is too big, it must be at most %d +commands.generic.double.tooSmall=The number you have entered (%.2f) is too small, it must be at least %.2f +commands.generic.double.tooBig=The number you have entered (%.2f) is too big, it must be at most %.2f +commands.generic.usage=Usage: %s +commands.generic.deprecatedId=Warning: Using numeric IDs will not be supported in the future. Please use names, such as '%s' + +commands.setidletimeout.usage=/setidletimeout +commands.setidletimeout.success=Successfully set the idle timeout to %d minutes. +commands.xp.failure.widthdrawXp=Cannot give player negative experience points +commands.xp.success=Given %d experience to %s +commands.xp.success.levels=Given %d levels to %s +commands.xp.success.negative.levels=Taken %d levels from %s +commands.xp.usage=/xp [player] OR /xp L [player] +commands.playsound.usage=/playsound [x] [y] [z] [volume] [pitch] [minimumVolume] +commands.playsound.success=Played sound '%s' to %s +commands.playsound.playerTooFar=Player %s is too far away to hear the sound +commands.give.usage=/give [amount] [data] [dataTag] +commands.give.notFound=There is no such item with ID %d +commands.give.success=Given %s * %d to %s +commands.give.tagError=Data tag parsing failed: %s +commands.summon.usage=/summon [x] [y] [z] [dataTag] +commands.summon.success=Object successfully summoned +commands.summon.failed=Unable to summon object +commands.summon.tagError=Data tag parsing failed: %s +commands.summon.outOfWorld=Cannot summon the object out of the world +commands.testforblock.usage=/testforblock [dataValue] [dataTag] +commands.testforblock.failed.tile=The block at %d,%d,%d is %s (expected: %s). +commands.testforblock.failed.data=The block at %d,%d,%d had the data value of %s (expected: %s). +commands.testforblock.failed.nbt=The block at %d,%d,%d did not have the required NBT keys. +commands.testforblock.failed.tileEntity=The block at %d,%d,%d is not a tile entity and cannot support tag matching. +commands.testforblock.success=Successfully found the block at %d,%d,%d. +commands.testforblock.outOfWorld=Cannot test for block outside of the world +commands.setblock.usage=/setblock [dataValue] [oldBlockHandling] [dataTag] +commands.setblock.success=Block placed +commands.setblock.failed=Unable to place block +commands.setblock.tagError=Data tag parsing failed: %s +commands.setblock.outOfWorld=Cannot place block outside of the world +commands.setblock.notFound=There is no such block with ID/name %s +commands.setblock.noChange=The block couldn't be placed +commands.effect.usage=/effect [seconds] [amplifier] +commands.effect.notFound=There is no such mob effect with ID %d +commands.effect.success=Given %1$s (ID %2$d) * %3$d to %4$s for %5$d seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.success.removed.all=Took all effects from %s +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.effect.failure.notActive.all=Couldn't take any effects from %s as they do not have any +commands.enchant.usage=/enchant [level] +commands.enchant.notFound=There is no such enchantment with ID %d +commands.enchant.noItem=The target doesn't hold an item +commands.enchant.cantEnchant=The selected enchantment can't be added to the target item +commands.enchant.cantCombine=%1$s can't be combined with %2$s +commands.enchant.success=Enchanting succeeded +commands.clear.usage=/clear [item] [data] +commands.clear.success=Cleared the inventory of %s, removing %d items +commands.clear.failure=Could not clear the inventory of %s, no items to remove +commands.downfall.usage=/toggledownfall +commands.downfall.success=Toggled downfall +commands.time.usage=/time +commands.time.added=Added %d to the time +commands.time.set=Set the time to %d +commands.players.usage=/list +commands.players.list=There are %d/%d players online: +commands.banlist.ips=There are %d total banned IP addresses: +commands.banlist.players=There are %d total banned players: +commands.banlist.usage=/banlist [ips|players] +commands.kill.usage=/kill +commands.kill.success=Ouch! That looked like it hurt +commands.kick.success=Kicked %s from the game +commands.kick.success.reason=Kicked %s from the game: '%s' +commands.kick.usage=/kick [reason ...] +commands.op.success=Opped %s +commands.op.failed=Could not op %s +commands.op.usage=/op +commands.deop.success=De-opped %s +commands.deop.failed=Could not de-op %s +commands.deop.usage=/deop +commands.say.usage=/say +commands.ban.success=Banned player %s +commands.ban.failed=Could not ban player %s +commands.ban.usage=/ban [reason ...] +commands.unban.success=Unbanned player %s +commands.unban.failed=Could not unban player %s +commands.unban.usage=/pardon +commands.banip.invalid=You have entered an invalid IP address or a player that is not online +commands.banip.success=Banned IP address %s +commands.banip.success.players=Banned IP address %s belonging to %s +commands.banip.usage=/ban-ip [reason ...] +commands.unbanip.invalid=You have entered an invalid IP address +commands.unbanip.success=Unbanned IP address %s +commands.unbanip.usage=/pardon-ip
+commands.save.usage=/save-all +commands.save-on.alreadyOn=Saving is already turned on. +commands.save-on.usage=/save-on +commands.save-off.alreadyOff=Saving is already turned off. +commands.save-off.usage=/save-off +commands.save.enabled=Turned on world auto-saving +commands.save.disabled=Turned off world auto-saving +commands.save.start=Saving... +commands.save.success=Saved the world +commands.save.failed=Saving failed: %s +commands.stop.usage=/stop +commands.stop.start=Stopping the server +commands.tp.success=Teleported %s to %s +commands.tp.success.coordinates=Teleported %s to %.2f,%.2f,%.2f +commands.tp.usage=/tp [target player] OR /tp [target player] +commands.tp.notSameDimension=Unable to teleport because players are not in the same dimension +commands.whitelist.list=There are %d (out of %d seen) whitelisted players: +commands.whitelist.enabled=Turned on the whitelist +commands.whitelist.disabled=Turned off the whitelist +commands.whitelist.reloaded=Reloaded the whitelist +commands.whitelist.add.success=Added %s to the whitelist +commands.whitelist.add.failed=Could not add %s to the whitelist +commands.whitelist.add.usage=/whitelist add +commands.whitelist.remove.success=Removed %s from the whitelist +commands.whitelist.remove.failed=Could not remove %s from the whitelist +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.scoreboard.usage=/scoreboard +commands.scoreboard.teamNotFound=No team was found by the name '%s' +commands.scoreboard.objectiveNotFound=No objective was found by the name '%s' +commands.scoreboard.objectiveReadOnly=The objective '%s' is read-only and cannot be set +commands.scoreboard.objectives.usage=/scoreboard objectives +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [objective] +commands.scoreboard.objectives.setdisplay.invalidSlot=No such display slot '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Cleared objective display slot '%s' +commands.scoreboard.objectives.setdisplay.successSet=Set the display objective in slot '%s' to '%s' +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [display name ...] +commands.scoreboard.objectives.add.wrongType=Invalid objective criteria type '%s' +commands.scoreboard.objectives.add.alreadyExists=An objective with the name '%s' already exists +commands.scoreboard.objectives.add.tooLong=The name '%s' is too long for an objective, it can be at most %d characters long +commands.scoreboard.objectives.add.displayTooLong=The display name '%s' is too long for an objective, it can be at most %d characters long +commands.scoreboard.objectives.add.success=Added new objective '%s' successfully +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.remove.success=Removed objective '%s' successfully +commands.scoreboard.objectives.list.count=Showing %d objective(s) on scoreboard: +commands.scoreboard.objectives.list.entry=- %s: displays as '%s' and is type '%s' +commands.scoreboard.objectives.list.empty=There are no objectives on the scoreboard +commands.scoreboard.players.usage=/scoreboard players +commands.scoreboard.players.set.success=Set score of %s for player %s to %d +commands.scoreboard.players.set.usage=/scoreboard players set +commands.scoreboard.players.add.usage=/scoreboard players add +commands.scoreboard.players.remove.usage=/scoreboard players remove +commands.scoreboard.players.reset.usage=/scoreboard players reset +commands.scoreboard.players.reset.success=Reset all scores of player %s +commands.scoreboard.players.list.usage=/scoreboard players list [name] +commands.scoreboard.players.list.count=Showing %d tracked players on the scoreboard: +commands.scoreboard.players.list.empty=There are no tracked players on the scoreboard +commands.scoreboard.players.list.player.count=Showing %d tracked objective(s) for %s: +commands.scoreboard.players.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.players.list.player.empty=Player %s has no scores recorded +commands.scoreboard.teams.usage=/scoreboard teams +commands.scoreboard.teams.add.usage=/scoreboard teams add [display name ...] +commands.scoreboard.teams.add.alreadyExists=A team with the name '%s' already exists +commands.scoreboard.teams.add.tooLong=The name '%s' is too long for a team, it can be at most %d characters long +commands.scoreboard.teams.add.displayTooLong=The display name '%s' is too long for a team, it can be at most %d characters long +commands.scoreboard.teams.add.success=Added new team '%s' successfully +commands.scoreboard.teams.list.usage=/scoreboard teams list [name] +commands.scoreboard.teams.list.count=Showing %d teams on the scoreboard: +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' has %3$d players +commands.scoreboard.teams.list.empty=There are no teams registered on the scoreboard +commands.scoreboard.teams.list.player.count=Showing %d player(s) in team %s: +commands.scoreboard.teams.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.teams.list.player.empty=Team %s has no players +commands.scoreboard.teams.empty.usage=/scoreboard teams empty +commands.scoreboard.teams.empty.alreadyEmpty=Team %s is already empty, cannot remove nonexistant players +commands.scoreboard.teams.empty.success=Removed all %d player(s) from team %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.remove.success=Removed team %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [player] +commands.scoreboard.teams.join.success=Added %d player(s) to team %s: %s +commands.scoreboard.teams.join.failure=Could not add %d player(s) to team %s: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [player] +commands.scoreboard.teams.leave.success=Removed %d player(s) from their teams: %s +commands.scoreboard.teams.leave.failure=Could not remove %d player(s) from their teams: %s +commands.scoreboard.teams.leave.noTeam=You are not in a team +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.option.noValue=Valid values for option %s are: %s +commands.scoreboard.teams.option.success=Set option %s for team %s to %s +commands.gamemode.success.self=Set own game mode to %s +commands.gamemode.success.other=Set %s's game mode to %s +commands.gamemode.usage=/gamemode [player] +commands.defaultgamemode.usage=/defaultgamemode +commands.defaultgamemode.success=The world's default game mode is now %s +commands.me.usage=/me +commands.help.header=--- Showing help page %d of %d (/help ) --- +commands.help.footer=Tip: Use the key while typing a command to auto-complete the command or its arguments +commands.help.usage=/help [page|command name] +commands.publish.usage=/publish +commands.publish.started=Local game hosted on port %s +commands.publish.failed=Unable to host local game +commands.debug.start=Started debug profiling +commands.debug.stop=Stopped debug profiling after %.2f seconds (%d ticks) +commands.debug.notStarted=Can't stop profiling when we haven't started yet! +commands.debug.usage=/debug +commands.tellraw.usage=/tellraw +commands.tellraw.jsonException=Invalid json: %s +commands.message.usage=/tell +commands.message.sameTarget=You can't send a private message to yourself! +commands.message.display.outgoing=You whisper to %s: %s +commands.message.display.incoming=%s whispers to you: %s +commands.difficulty.usage=/difficulty +commands.difficulty.success=Set game difficulty to %s +commands.spawnpoint.usage=/spawnpoint OR /spawnpoint OR /spawnpoint +commands.spawnpoint.success=Set %s's spawn point to (%d, %d, %d) +commands.setworldspawn.usage=/setworldspawn OR /setworldspawn +commands.setworldspawn.success=Set the world spawn point to (%d, %d, %d) +commands.gamerule.usage=/gamerule OR /gamerule +commands.gamerule.success=Game rule has been updated +commands.gamerule.norule=No game rule called '%s' is available +commands.weather.usage=/weather [duration in seconds] +commands.weather.clear=Changing to clear weather +commands.weather.rain=Changing to rainy weather +commands.weather.thunder=Changing to rain and thunder +commands.testfor.usage=/testfor +commands.testfor.failed=/testfor is only usable by commandblocks with analog output +commands.seed.usage=/seed +commands.seed.success=Seed: %s +commands.spreadplayers.usage=/spreadplayers +commands.spreadplayers.spreading.teams=Spreading %s teams %s blocks around %s,%s (min %s blocks apart) +commands.spreadplayers.spreading.players=Spreading %s players %s blocks around %s,%s (min %s blocks apart) +commands.spreadplayers.success.teams=Successfully spread %s teams around %s,%s +commands.spreadplayers.success.players=Successfully spread %s players around %s,%s +commands.spreadplayers.info.teams=(Average distance between teams is %s blocks apart after %s iterations) +commands.spreadplayers.info.players=(Average distance between players is %s blocks apart after %s iterations) +commands.spreadplayers.failure.teams=Could not spread %s teams around %s,%s (too many players for space - try using spread of at most %s) +commands.spreadplayers.failure.players=Could not spread %s players around %s,%s (too many players for space - try using spread of at most %s) +commands.achievement.usage=/achievement give [player] +commands.achievement.unknownAchievement=Unknown achievement or statistic '%s' +commands.achievement.give.success.all=Successfully given all achievements to %s +commands.achievement.give.success.one=Successfully given %s the stat %s +commands.achievement.statTooLow=Player %s does not have the stat %s + +itemGroup.buildingBlocks=Building Blocks +itemGroup.decorations=Decoration Blocks +itemGroup.redstone=Redstone +itemGroup.transportation=Transportation +itemGroup.misc=Miscellaneous +itemGroup.search=Search Items +itemGroup.food=Foodstuffs +itemGroup.tools=Tools +itemGroup.combat=Combat +itemGroup.brewing=Brewing +itemGroup.materials=Materials +itemGroup.inventory=Survival Inventory + +inventory.binSlot=Destroy Item + +advMode.setCommand=Set Console Command for Block +advMode.setCommand.success=Command set: %s +advMode.command=Console Command +advMode.nearestPlayer=Use "@p" to target nearest player +advMode.randomPlayer=Use "@r" to target random player +advMode.allPlayers=Use "@a" to target all players +advMode.previousOutput=Previous Output + +advMode.notEnabled=Command blocks are not enabled on this server +advMode.notAllowed=Must be an opped player in creative mode + +mount.onboard=Press %1$s to dismount + +build.tooHigh=Height limit for building is %s blocks + +attribute.modifier.plus.0=+%d %s +attribute.modifier.plus.1=+%d%% %s +attribute.modifier.plus.2=+%d%% %s +attribute.modifier.take.0=-%d %s +attribute.modifier.take.1=-%d%% %s +attribute.modifier.take.2=-%d%% %s + +attribute.name.horse.jumpStrength=Horse Jump Strength +attribute.name.zombie.spawnReinforcements=Zombie Reinforcements +attribute.name.generic.maxHealth=Max Health +attribute.name.generic.followRange=Mob Follow Range +attribute.name.generic.knockbackResistance=Knockback Resistance +attribute.name.generic.movementSpeed=Speed +attribute.name.generic.attackDamage=Attack Damage + +screenshot.success=Saved screenshot as %s +screenshot.failure=Couldn't save screenshot: %s + +stream.user.mode.moderator=Moderator +stream.user.mode.moderator.self=Moderator on your channel +stream.user.mode.moderator.other=Moderator on %s's channel +stream.user.mode.broadcaster=Broadcaster +stream.user.mode.broadcaster.self=Broadcaster (You!) +stream.user.mode.broadcaster.other=Broadcaster +stream.user.mode.administrator=Twitch Administrator +stream.user.mode.staff=Twitch Staff +stream.user.mode.banned=Banned +stream.user.mode.banned.self=Banned on your channel +stream.user.mode.banned.other=Banned on %s's channel +stream.user.subscription.subscriber=Subscriber +stream.user.subscription.subscriber.self=Subscriber to your channel +stream.user.subscription.subscriber.other=Subscriber to %s's channel +stream.user.subscription.turbo=Twitch Turbo + +stream.unavailable.title=Twitch Broadcasting Unavailable +stream.unavailable.report_to_mojang=Report to Mojang + +stream.confirm_start=Are you sure you want to start broadcasting? + +stream.unavailable.account_not_bound=Before you can broadcast Minecraft through Twitch, you will need to link your Twitch account on mojang.com. Would you like to do that now? +stream.unavailable.account_not_bound.okay=Link Accounts +stream.unavailable.account_not_migrated=Before you can broadcast Minecraft through Twitch, you will need to migrate your Minecraft account to a Mojang account. Would you like to do that now? +stream.unavailable.account_not_migrated.okay=Migrate Account +stream.unavailable.failed_auth=Authentication to Twitch failed. Please go to mojang.com and rebind your Twitch account. +stream.unavailable.failed_auth.okay=Rebind Accounts +stream.unavailable.failed_auth_error=Unable to authenticate to Twitch. Please try again later. +stream.unavailable.initialization_failure=Unable to initialize the Twitch SDK. +stream.unavailable.initialization_failure.extra=(Reason: %s) +stream.unavailable.library_arch_mismatch=The custom java version used to launch Minecraft has a different architecture than the one used to run the launcher. Please make sure these are the same, either 32-bit or 64-bit for both. +stream.unavailable.library_failure=Unable to load the libraries needed for the integrated Twitch broadcasting service. +stream.unavailable.no_fbo=Your video card needs to support at least OpenGL version 3.0 or support Framebuffer Objects via an extension to use the integrated Twitch broadcasting. +stream.unavailable.no_fbo.version=You are currently using: %s +stream.unavailable.no_fbo.blend=Separate blending support via EXT is: %s +stream.unavailable.no_fbo.arb=Framebuffer object support via ARB is: %s +stream.unavailable.no_fbo.ext=Framebuffer object support via EXT is: %s +stream.unavailable.not_supported.windows=Unfortunately the integrated Twitch broadcasting requires a newer version of Windows than you are on. You must have at least Windows Vista or newer. +stream.unavailable.not_supported.mac=Unfortunately the integrated Twitch broadcasting on Mac requires a version of OSX newer than the one you are on. You must use 10.7 (Mac OS X Lion) or newer to be able to use this service. Would you like to visit apple.com to learn about upgrading? +stream.unavailable.not_supported.mac.okay=Upgrade +stream.unavailable.not_supported.other=Unfortunately the integrated Twitch broadcasting service requires Windows (Vista or newer) or Mac OS X (10.7/Lion or newer) +stream.unavailable.unknown=Unfortunately you cannot broadcast to Twitch at this time. And we don't know why :'( +stream.unavailable.unknown.chat=Could not start stream: %s + +stream.unavailable.soundflower.chat=Soundflower is required to be able to stream on Mac. %s +stream.unavailable.soundflower.chat.link=Please click here to install it. + +stream.userinfo.chatTooltip=Click to manage user +stream.userinfo.timeout=Timeout +stream.userinfo.ban=Ban +stream.userinfo.unban=Unban +stream.userinfo.mod=Promote to Moderator +stream.userinfo.unmod=Demote from Moderator diff --git a/1.7.10/assets/minecraft/shaders/post/antialias.json b/1.7.10/assets/minecraft/shaders/post/antialias.json new file mode 100644 index 00000000..bc31af30 --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/post/antialias.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "antialias", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.7.10/assets/minecraft/shaders/post/art.json b/1.7.10/assets/minecraft/shaders/post/art.json new file mode 100644 index 00000000..6d6c7ec5 --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/post/art.json @@ -0,0 +1,64 @@ +{ + "targets": [ + "0", + "1" + ], + "passes": [ + { + "name": "blobs2", + "intarget": "minecraft:main", + "outtarget": "0" + }, + { + "name": "outline_watercolor", + "intarget": "0", + "outtarget": "minecraft:main" + }, + { + "name": "blur", + "intarget": "minecraft:main", + "outtarget": "1", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.8, 0.0 ] + }, + { + "name": "Radius", + "values": [ 20.0 ] + } + ] + }, + { + "name": "blur", + "intarget": "1", + "outtarget": "minecraft:main", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.0, 0.8 ] + }, + { + "name": "Radius", + "values": [ 20.0 ] + } + ] + }, + { + "name": "outline_combine", + "intarget": "0", + "outtarget": "1", + "auxtargets": [ + { + "name": "OutlineSampler", + "id": "minecraft:main" + } + ] + }, + { + "name": "blit", + "intarget": "1", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.7.10/assets/minecraft/shaders/post/bits.json b/1.7.10/assets/minecraft/shaders/post/bits.json new file mode 100644 index 00000000..7236746c --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/post/bits.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "bits", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.7.10/assets/minecraft/shaders/post/blobs.json b/1.7.10/assets/minecraft/shaders/post/blobs.json new file mode 100644 index 00000000..d6260aa2 --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/post/blobs.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "blobs", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.7.10/assets/minecraft/shaders/post/blobs2.json b/1.7.10/assets/minecraft/shaders/post/blobs2.json new file mode 100644 index 00000000..3464ae30 --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/post/blobs2.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "blobs2", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.7.10/assets/minecraft/shaders/post/blur.json b/1.7.10/assets/minecraft/shaders/post/blur.json new file mode 100644 index 00000000..bca04d5e --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/post/blur.json @@ -0,0 +1,37 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "blur", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 1.0, 0.0 ] + }, + { + "name": "Radius", + "values": [ 20.0 ] + } + ] + }, + { + "name": "blur", + "intarget": "swap", + "outtarget": "minecraft:main", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.0, 1.0 ] + }, + { + "name": "Radius", + "values": [ 20.0 ] + } + ] + } + ] +} diff --git a/1.7.10/assets/minecraft/shaders/post/bumpy.json b/1.7.10/assets/minecraft/shaders/post/bumpy.json new file mode 100644 index 00000000..0870985d --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/post/bumpy.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "bumpy", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.7.10/assets/minecraft/shaders/post/color_convolve.json b/1.7.10/assets/minecraft/shaders/post/color_convolve.json new file mode 100644 index 00000000..9f002121 --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/post/color_convolve.json @@ -0,0 +1,20 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "color_convolve", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { "name": "Saturation", "values": [ 1.4 ] } + ] + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.7.10/assets/minecraft/shaders/post/deconverge.json b/1.7.10/assets/minecraft/shaders/post/deconverge.json new file mode 100644 index 00000000..4eb2b8db --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/post/deconverge.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "deconverge", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.7.10/assets/minecraft/shaders/post/desaturate.json b/1.7.10/assets/minecraft/shaders/post/desaturate.json new file mode 100644 index 00000000..675018fa --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/post/desaturate.json @@ -0,0 +1,23 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "color_convolve", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { + "name": "Saturation", + "values": [ 0.2 ] + } + ] + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.7.10/assets/minecraft/shaders/post/flip.json b/1.7.10/assets/minecraft/shaders/post/flip.json new file mode 100644 index 00000000..e3824357 --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/post/flip.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "flip", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.7.10/assets/minecraft/shaders/post/fxaa.json b/1.7.10/assets/minecraft/shaders/post/fxaa.json new file mode 100644 index 00000000..83292b79 --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/post/fxaa.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "fxaa", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.7.10/assets/minecraft/shaders/post/green.json b/1.7.10/assets/minecraft/shaders/post/green.json new file mode 100644 index 00000000..5d0af6c9 --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/post/green.json @@ -0,0 +1,41 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "color_convolve", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { + "name": "RedMatrix", + "values": [ 0.0, 0.0, 0.0 ] + }, + { + "name": "GreenMatrix", + "values": [ 0.3, 0.59, 0.11 ] + }, + { + "name": "BlueMatrix", + "values": [ 0.0, 0.0, 0.0 ] + } + ] + }, + { + "name": "bits", + "intarget": "swap", + "outtarget": "minecraft:main" + }, + { + "name": "scan_pincushion", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.7.10/assets/minecraft/shaders/post/invert.json b/1.7.10/assets/minecraft/shaders/post/invert.json new file mode 100644 index 00000000..2ab63fb6 --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/post/invert.json @@ -0,0 +1,23 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "invert", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { + "name": "InverseAmount", + "values": [ 0.8 ] + } + ] + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.7.10/assets/minecraft/shaders/post/notch.json b/1.7.10/assets/minecraft/shaders/post/notch.json new file mode 100644 index 00000000..164943c2 --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/post/notch.json @@ -0,0 +1,26 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "notch", + "intarget": "minecraft:main", + "outtarget": "swap", + "auxtargets": [ + { + "name": "DitherSampler", + "id": "dither", + "width": 4, + "height": 4, + "bilinear": false + } + ] + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.7.10/assets/minecraft/shaders/post/ntsc.json b/1.7.10/assets/minecraft/shaders/post/ntsc.json new file mode 100644 index 00000000..abc005bd --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/post/ntsc.json @@ -0,0 +1,92 @@ +{ + "targets": [ + "swap", + "swap2", + "previous" + ], + "passes": [ + { + "name": "ntsc_encode", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "ntsc_decode", + "intarget": "swap", + "outtarget": "swap2", + "auxtargets": [ + { + "name": "BaseSampler", + "id": "minecraft:main" + } + ] + }, + { + "name": "color_convolve", + "intarget": "swap2", + "outtarget": "swap" + }, + { + "name": "deconverge", + "intarget": "swap", + "outtarget": "minecraft:main" + }, + { + "name": "blur", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 1.0, 0.0 ] + }, + { + "name": "Radius", + "values": [ 10.0 ] + } + ] + }, + { + "name": "blur", + "intarget": "swap", + "outtarget": "minecraft:main", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.0, 1.0 ] + }, + { + "name": "Radius", + "values": [ 10.0 ] + } + ] + }, + { + "name": "scan_pincushion", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "phosphor", + "intarget": "swap", + "outtarget": "minecraft:main", + "auxtargets": [ + { + "name": "PrevSampler", + "id": "previous" + } + ], + "uniforms": [ + { + "name": "Phosphor", + "values": [ 0.4, 0.4, 0.4 ] + } + ] + }, + { + "name": "blit", + "intarget": "minecraft:main", + "outtarget": "previous" + } + ] +} diff --git a/1.7.10/assets/minecraft/shaders/post/outline.json b/1.7.10/assets/minecraft/shaders/post/outline.json new file mode 100644 index 00000000..e299c0fa --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/post/outline.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "outline", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.7.10/assets/minecraft/shaders/post/pencil.json b/1.7.10/assets/minecraft/shaders/post/pencil.json new file mode 100644 index 00000000..1fc5b133 --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/post/pencil.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "outline_soft", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.7.10/assets/minecraft/shaders/post/phosphor.json b/1.7.10/assets/minecraft/shaders/post/phosphor.json new file mode 100644 index 00000000..0fa09c4e --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/post/phosphor.json @@ -0,0 +1,35 @@ +{ + "targets": [ + "swap", + "previous" + ], + "passes": [ + { + "name": "phosphor", + "intarget": "minecraft:main", + "outtarget": "swap", + "auxtargets": [ + { + "name": "PrevSampler", + "id": "previous" + } + ], + "uniforms": [ + { + "name": "Phosphor", + "values": [ 0.95, 0.95, 0.95 ] + } + ] + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "previous" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.7.10/assets/minecraft/shaders/post/scan_pincushion.json b/1.7.10/assets/minecraft/shaders/post/scan_pincushion.json new file mode 100644 index 00000000..b5d0a3ed --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/post/scan_pincushion.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "scan_pincushion", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.7.10/assets/minecraft/shaders/post/sobel.json b/1.7.10/assets/minecraft/shaders/post/sobel.json new file mode 100644 index 00000000..5c390a4b --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/post/sobel.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "sobel", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.7.10/assets/minecraft/shaders/post/wobble.json b/1.7.10/assets/minecraft/shaders/post/wobble.json new file mode 100644 index 00000000..1fc45346 --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/post/wobble.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "wobble", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.7.10/assets/minecraft/shaders/program/antialias.fsh b/1.7.10/assets/minecraft/shaders/program/antialias.fsh new file mode 100644 index 00000000..44b41414 --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/program/antialias.fsh @@ -0,0 +1,29 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 c = texture2D (DiffuseSampler, texCoord); + vec4 u1 = texture2D (DiffuseSampler, texCoord + vec2 ( 0.0, -oneTexel.y )); + vec4 u2 = texture2D (DiffuseSampler, texCoord + vec2 ( 0.0, -oneTexel.y * 2.0)); + vec4 d1 = texture2D (DiffuseSampler, texCoord + vec2 ( 0.0, oneTexel.y )); + vec4 d2 = texture2D (DiffuseSampler, texCoord + vec2 ( 0.0, oneTexel.y * 2.0)); + vec4 l1 = texture2D (DiffuseSampler, texCoord + vec2 (-oneTexel.x, 0.0)); + vec4 l2 = texture2D (DiffuseSampler, texCoord + vec2 (-oneTexel.x * 2.0, 0.0)); + vec4 r1 = texture2D (DiffuseSampler, texCoord + vec2 ( oneTexel.x, 0.0)); + vec4 r2 = texture2D (DiffuseSampler, texCoord + vec2 ( oneTexel.x * 2.0, 0.0)); + + vec4 v1 = mix (c, mix (l1, l2, 0.667), 0.75); + vec4 v2 = mix (c, mix (r1, r2, 0.667), 0.75); + vec4 v3 = mix (c, mix (u1, u2, 0.667), 0.75); + vec4 v4 = mix (c, mix (d1, d2, 0.667), 0.75); + + vec4 v5 = mix (v1, v2, 0.5); + vec4 v6 = mix (v3, v4, 0.5); + + vec4 color = mix (v5, v6, 0.5); + gl_FragColor = vec4(color.rgb, c.a); +} diff --git a/1.7.10/assets/minecraft/shaders/program/antialias.json b/1.7.10/assets/minecraft/shaders/program/antialias.json new file mode 100644 index 00000000..6916fd9a --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/program/antialias.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "blobs", + "fragment": "antialias", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.7.10/assets/minecraft/shaders/program/bits.fsh b/1.7.10/assets/minecraft/shaders/program/bits.fsh new file mode 100644 index 00000000..96ef3cb7 --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/program/bits.fsh @@ -0,0 +1,26 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +uniform float Resolution = 4.0; +uniform float Saturation = 1.5; +uniform float MosaicSize = 8.0; + +void main() { + vec2 mosaicInSize = InSize / MosaicSize; + vec2 fractPix = fract(texCoord * mosaicInSize) / mosaicInSize; + + vec4 baseTexel = texture2D(DiffuseSampler, texCoord - fractPix); + + baseTexel = baseTexel - fract(baseTexel * Resolution) / Resolution; + float luma = dot(baseTexel.rgb, vec3(0.3, 0.59, 0.11)); + vec3 chroma = (baseTexel.rgb - luma) * Saturation; + baseTexel = vec4(luma + chroma, baseTexel.a); + + gl_FragColor = baseTexel; +} diff --git a/1.7.10/assets/minecraft/shaders/program/bits.json b/1.7.10/assets/minecraft/shaders/program/bits.json new file mode 100644 index 00000000..c19239b8 --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/program/bits.json @@ -0,0 +1,21 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "bits", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "Resolution", "type": "float", "count": 1, "values": [ 4.0 ] }, + { "name": "Saturation", "type": "float", "count": 1, "values": [ 1.5 ] }, + { "name": "MosaicSize", "type": "float", "count": 1, "values": [ 8.0 ] } + ] +} diff --git a/1.7.10/assets/minecraft/shaders/program/blit.fsh b/1.7.10/assets/minecraft/shaders/program/blit.fsh new file mode 100644 index 00000000..a0d5e79c --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/program/blit.fsh @@ -0,0 +1,9 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; + +void main(){ + gl_FragColor = texture2D(DiffuseSampler, texCoord); +} diff --git a/1.7.10/assets/minecraft/shaders/program/blit.json b/1.7.10/assets/minecraft/shaders/program/blit.json new file mode 100644 index 00000000..a61043ee --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/program/blit.json @@ -0,0 +1,17 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "blit", + "fragment": "blit", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.7.10/assets/minecraft/shaders/program/blit.vsh b/1.7.10/assets/minecraft/shaders/program/blit.vsh new file mode 100644 index 00000000..01a16db5 --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/program/blit.vsh @@ -0,0 +1,16 @@ +#version 120 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 OutSize; + +varying vec2 texCoord; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + texCoord = Position.xy / OutSize; + texCoord.y = 1.0 - texCoord.y; +} diff --git a/1.7.10/assets/minecraft/shaders/program/blobs.fsh b/1.7.10/assets/minecraft/shaders/program/blobs.fsh new file mode 100644 index 00000000..82a1cc7d --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/program/blobs.fsh @@ -0,0 +1,43 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 u = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y)); + vec4 d = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y)); + vec4 l = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0)); + vec4 r = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0)); + + vec4 v1 = min(l, r); + vec4 v2 = min(u, d); + vec4 v3 = min(v1, v2); + + vec4 ul = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, -oneTexel.y)); + vec4 dr = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, oneTexel.y)); + vec4 dl = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, oneTexel.y)); + vec4 ur = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, -oneTexel.y)); + + vec4 v4 = min(ul, dr); + vec4 v5 = min(ur, dl); + vec4 v6 = min(v4, v5); + + vec4 v7 = min(v3, v6); + + vec4 uu = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y * 2.0)); + vec4 dd = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y * 2.0)); + vec4 ll = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x * 2.0, 0.0)); + vec4 rr = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x * 2.0, 0.0)); + + vec4 v8 = min(uu, dd); + vec4 v9 = min(ll, rr); + vec4 v10 = min(v8, v9); + + vec4 v11 = min(v7, v10); + + vec4 c = texture2D(DiffuseSampler, texCoord); + vec4 color = min(c, v11); + gl_FragColor = vec4(color.rgb, c.a); +} diff --git a/1.7.10/assets/minecraft/shaders/program/blobs.json b/1.7.10/assets/minecraft/shaders/program/blobs.json new file mode 100644 index 00000000..6a5f2455 --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/program/blobs.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "blobs", + "fragment": "blobs", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.7.10/assets/minecraft/shaders/program/blobs.vsh b/1.7.10/assets/minecraft/shaders/program/blobs.vsh new file mode 100644 index 00000000..3ece2743 --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/program/blobs.vsh @@ -0,0 +1,17 @@ +#version 120 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + oneTexel = 1.0 / InSize; + texCoord = outPos.xy * 0.5 + 0.5; +} diff --git a/1.7.10/assets/minecraft/shaders/program/blobs2.fsh b/1.7.10/assets/minecraft/shaders/program/blobs2.fsh new file mode 100644 index 00000000..1fb217d3 --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/program/blobs2.fsh @@ -0,0 +1,30 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform float Radius; + +void main(){ + vec4 c = texture2D(DiffuseSampler, texCoord); + vec4 maxVal = c; + for(float u = 0.0; u <= Radius; u += 1.0) { + for(float v = 0.0; v <= Radius; v += 1.0) { + float weight = (((sqrt(u * u + v * v) / (Radius)) > 1.0) ? 0.0 : 1.0); + + vec4 s0 = texture2D(DiffuseSampler, texCoord + vec2(-u * oneTexel.x, -v * oneTexel.y)); + vec4 s1 = texture2D(DiffuseSampler, texCoord + vec2( u * oneTexel.x, v * oneTexel.y)); + vec4 s2 = texture2D(DiffuseSampler, texCoord + vec2(-u * oneTexel.x, v * oneTexel.y)); + vec4 s3 = texture2D(DiffuseSampler, texCoord + vec2( u * oneTexel.x, -v * oneTexel.y)); + + vec4 o0 = max(s0, s1); + vec4 o1 = max(s2, s3); + vec4 tempMax = max(o0, o1); + maxVal = mix(maxVal, max(maxVal, tempMax), weight); + } + } + + gl_FragColor = vec4(maxVal.rgb, c.a); +} diff --git a/1.7.10/assets/minecraft/shaders/program/blobs2.json b/1.7.10/assets/minecraft/shaders/program/blobs2.json new file mode 100644 index 00000000..6df4594b --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/program/blobs2.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "blobs", + "fragment": "blobs2", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "Radius", "type": "float", "count": 1, "values": [ 7.0 ] } + ] +} diff --git a/1.7.10/assets/minecraft/shaders/program/bloom.json b/1.7.10/assets/minecraft/shaders/program/bloom.json new file mode 100644 index 00000000..4dd764f3 --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/program/bloom.json @@ -0,0 +1,19 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "phosphor", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" }, + { "name": "CycleSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.7.10/assets/minecraft/shaders/program/blur.fsh b/1.7.10/assets/minecraft/shaders/program/blur.fsh new file mode 100644 index 00000000..1178391e --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/program/blur.fsh @@ -0,0 +1,23 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +uniform vec2 BlurDir; +uniform float Radius; + +void main() { + vec4 blurred = vec4(0.0); + float totalStrength = 0.0; + for(float r = -Radius; r <= Radius; r += 1.0) { + float strength = abs(1.0 - r / Radius); + strength = strength * strength; + totalStrength = totalStrength + strength; + blurred = blurred + texture2D(DiffuseSampler, texCoord + oneTexel * r * BlurDir) * strength; + } + gl_FragColor = vec4(blurred.rgb / totalStrength, texture2D(DiffuseSampler, texCoord).a); +} diff --git a/1.7.10/assets/minecraft/shaders/program/blur.json b/1.7.10/assets/minecraft/shaders/program/blur.json new file mode 100644 index 00000000..51a23239 --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/program/blur.json @@ -0,0 +1,20 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "blur", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "BlurDir", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "Radius", "type": "float", "count": 1, "values": [ 5.0 ] } + ] +} diff --git a/1.7.10/assets/minecraft/shaders/program/bumpy.fsh b/1.7.10/assets/minecraft/shaders/program/bumpy.fsh new file mode 100644 index 00000000..56fd5a92 --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/program/bumpy.fsh @@ -0,0 +1,34 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 c = texture2D(DiffuseSampler, texCoord); + vec4 u = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y)); + vec4 d = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y)); + vec4 l = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0)); + vec4 r = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0)); + + vec4 nc = normalize(c); + vec4 nu = normalize(u); + vec4 nd = normalize(d); + vec4 nl = normalize(l); + vec4 nr = normalize(r); + + float du = dot(nc, nu); + float dd = dot(nc, nd); + float dl = dot(nc, nl); + float dr = dot(nc, nr); + + float i = 64.0; + + float f = 1.0; + f += (du * i) - (dd * i); + f += (dr * i) - (dl * i); + + vec4 color = c * clamp(f, 0.5, 2); + gl_FragColor = vec4(color.rgb, c.a); +} diff --git a/1.7.10/assets/minecraft/shaders/program/bumpy.json b/1.7.10/assets/minecraft/shaders/program/bumpy.json new file mode 100644 index 00000000..59cae198 --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/program/bumpy.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "bumpy", + "fragment": "bumpy", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.7.10/assets/minecraft/shaders/program/bumpy.vsh b/1.7.10/assets/minecraft/shaders/program/bumpy.vsh new file mode 100644 index 00000000..3ece2743 --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/program/bumpy.vsh @@ -0,0 +1,17 @@ +#version 120 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + oneTexel = 1.0 / InSize; + texCoord = outPos.xy * 0.5 + 0.5; +} diff --git a/1.7.10/assets/minecraft/shaders/program/color_convolve.fsh b/1.7.10/assets/minecraft/shaders/program/color_convolve.fsh new file mode 100644 index 00000000..bfc3de58 --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/program/color_convolve.fsh @@ -0,0 +1,36 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +uniform vec3 Gray = vec3(0.3, 0.59, 0.11); +uniform vec3 RedMatrix = vec3(1.0, 0.0, 0.0); +uniform vec3 GreenMatrix = vec3(0.0, 1.0, 0.0); +uniform vec3 BlueMatrix = vec3(0.0, 0.0, 1.0); +uniform vec3 Offset = vec3(0.0, 0.0, 0.0); +uniform vec3 ColorScale = vec3(1.0, 1.0, 1.0); +uniform float Saturation = 1.8; + +void main() { + vec4 InTexel = texture2D(DiffuseSampler, texCoord); + + // Color Matrix + float RedValue = dot(InTexel.rgb, RedMatrix); + float GreenValue = dot(InTexel.rgb, GreenMatrix); + float BlueValue = dot(InTexel.rgb, BlueMatrix); + vec3 OutColor = vec3(RedValue, GreenValue, BlueValue); + + // Offset & Scale + OutColor = (OutColor * ColorScale) + Offset; + + // Saturation + float Luma = dot(OutColor, Gray); + vec3 Chroma = OutColor - Luma; + OutColor = (Chroma * Saturation) + Luma; + + gl_FragColor = vec4(OutColor, InTexel.a); +} diff --git a/1.7.10/assets/minecraft/shaders/program/color_convolve.json b/1.7.10/assets/minecraft/shaders/program/color_convolve.json new file mode 100644 index 00000000..e3a32c2d --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/program/color_convolve.json @@ -0,0 +1,25 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "color_convolve", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "Gray", "type": "float", "count": 3, "values": [ 0.3, 0.59, 0.11 ] }, + { "name": "RedMatrix", "type": "float", "count": 3, "values": [ 1.0, 0.0, 0.0 ] }, + { "name": "GreenMatrix", "type": "float", "count": 3, "values": [ 0.0, 1.0, 0.0 ] }, + { "name": "BlueMatrix", "type": "float", "count": 3, "values": [ 0.0, 0.0, 1.0 ] }, + { "name": "Offset", "type": "float", "count": 3, "values": [ 0.0, 0.0, 0.0 ] }, + { "name": "ColorScale", "type": "float", "count": 3, "values": [ 1.0, 1.0, 1.0 ] }, + { "name": "Saturation", "type": "float", "count": 1, "values": [ 1.8 ] } + ] +} diff --git a/1.7.10/assets/minecraft/shaders/program/deconverge.fsh b/1.7.10/assets/minecraft/shaders/program/deconverge.fsh new file mode 100644 index 00000000..6b5a2079 --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/program/deconverge.fsh @@ -0,0 +1,28 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +uniform vec3 ConvergeX = vec3(-1.0, 0.0, 0.5); +uniform vec3 ConvergeY = vec3( 0.0, -1.0, 0.5); +uniform vec3 RadialConvergeX = vec3(1.0, 1.0, 1.0); +uniform vec3 RadialConvergeY = vec3(1.0, 1.0, 1.0); + +void main() { + vec3 CoordX = texCoord.x * RadialConvergeX; + vec3 CoordY = texCoord.y * RadialConvergeY; + + CoordX += ConvergeX * oneTexel.x - (RadialConvergeX - 1.0) * 0.5; + CoordY += ConvergeY * oneTexel.y - (RadialConvergeY - 1.0) * 0.5; + + float RedValue = texture2D(DiffuseSampler, vec2(CoordX.x, CoordY.x)).r; + float GreenValue = texture2D(DiffuseSampler, vec2(CoordX.y, CoordY.y)).g; + float BlueValue = texture2D(DiffuseSampler, vec2(CoordX.z, CoordY.z)).b; + float AlphaValue = texture2D(DiffuseSampler, texCoord).a; + + gl_FragColor = vec4(RedValue, GreenValue, BlueValue, AlphaValue); +} diff --git a/1.7.10/assets/minecraft/shaders/program/deconverge.json b/1.7.10/assets/minecraft/shaders/program/deconverge.json new file mode 100644 index 00000000..e23e9c56 --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/program/deconverge.json @@ -0,0 +1,22 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "deconverge", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "ConvergeX", "type": "float", "count": 3, "values": [ -4.0, 0.0, 2.0 ] }, + { "name": "ConvergeY", "type": "float", "count": 3, "values": [ 0.0, -4.0, 2.0 ] }, + { "name": "RadialConvergeX", "type": "float", "count": 3, "values": [ 1.0, 1.0, 1.0 ] }, + { "name": "RadialConvergeY", "type": "float", "count": 3, "values": [ 1.0, 1.0, 1.0 ] } + ] +} diff --git a/1.7.10/assets/minecraft/shaders/program/downscale.fsh b/1.7.10/assets/minecraft/shaders/program/downscale.fsh new file mode 100644 index 00000000..55024449 --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/program/downscale.fsh @@ -0,0 +1,17 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +void main() { + vec3 Texel0 = texture2D(DiffuseSampler, texCoord).rgb; + vec3 Texel1 = texture2D(DiffuseSampler, texCoord + vec2(oneTexel.x, 0.0)).rgb; + vec3 Texel2 = texture2D(DiffuseSampler, texCoord + vec2(0.0, oneTexel.y)).rgb; + vec3 Texel3 = texture2D(DiffuseSampler, texCoord + oneTexel).rgb; + + gl_FragColor = vec4((Texel0 + Texel1 + Texel2 + Texel3) * 0.25, Texel0.a); +} diff --git a/1.7.10/assets/minecraft/shaders/program/downscale.json b/1.7.10/assets/minecraft/shaders/program/downscale.json new file mode 100644 index 00000000..9099ec16 --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/program/downscale.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "downscale", + "fragment": "downscale", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.7.10/assets/minecraft/shaders/program/downscale.vsh b/1.7.10/assets/minecraft/shaders/program/downscale.vsh new file mode 100644 index 00000000..ec097594 --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/program/downscale.vsh @@ -0,0 +1,19 @@ +#version 120 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; +uniform vec2 OutSize; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + oneTexel = 1.0 / InSize; + texCoord = outPos.xy * 0.5 + 0.5; + texCoord.y = 1.0 - texCoord.y; +} diff --git a/1.7.10/assets/minecraft/shaders/program/flip.json b/1.7.10/assets/minecraft/shaders/program/flip.json new file mode 100644 index 00000000..de87ed0f --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/program/flip.json @@ -0,0 +1,19 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "flip", + "fragment": "blit", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "ScreenSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.7.10/assets/minecraft/shaders/program/flip.vsh b/1.7.10/assets/minecraft/shaders/program/flip.vsh new file mode 100644 index 00000000..bd0a4d35 --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/program/flip.vsh @@ -0,0 +1,22 @@ +#version 120 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; +uniform vec2 OutSize; +uniform vec2 ScreenSize; + +varying vec2 texCoord; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + vec2 inOutRatio = OutSize / InSize; + vec2 inScreenRatio = ScreenSize / InSize; + texCoord = Position.xy / OutSize; + texCoord.x = texCoord.x * inOutRatio.x; + texCoord.y = texCoord.y * inOutRatio.y; + texCoord.y -= 1.0 - inScreenRatio.y; +} diff --git a/1.7.10/assets/minecraft/shaders/program/fxaa.fsh b/1.7.10/assets/minecraft/shaders/program/fxaa.fsh new file mode 100644 index 00000000..6fd9f800 --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/program/fxaa.fsh @@ -0,0 +1,84 @@ +#extension GL_EXT_gpu_shader4 : enable + +uniform sampler2D DiffuseSampler; +uniform vec2 OutSize; + +uniform float VxOffset; +uniform float SpanMax; +uniform float ReduceMul; + +varying vec2 texCoord; +varying vec4 posPos; + +#define FxaaTex(t, p) texture2D(t, p) + +#if __VERSION__ >= 130 + #define OffsetVec(a, b) ivec2(a, b) + #define FxaaTexOff(t, p, o, r) textureOffset(t, p, o) +#elif defined(GL_EXT_gpu_shader4) + #define OffsetVec(a, b) ivec2(a, b) + #define FxaaTexOff(t, p, o, r) texture2DLodOffset(t, p, 0.0, o) +#else + #define OffsetVec(a, b) vec2(a, b) + #define FxaaTexOff(t, p, o, r) texture2D(t, p + o * r) +#endif + +vec3 FxaaPixelShader( + vec4 posPos, // Output of FxaaVertexShader interpolated across screen. + sampler2D tex, // Input texture. + vec2 rcpFrame) // Constant {1.0/frameWidth, 1.0/frameHeight}. +{ + + #define FXAA_REDUCE_MIN (1.0/128.0) + //#define FXAA_REDUCE_MUL (1.0/8.0) + //#define FXAA_SPAN_MAX 8.0 + + vec3 rgbNW = FxaaTex(tex, posPos.zw).xyz; + vec3 rgbNE = FxaaTexOff(tex, posPos.zw, OffsetVec(1,0), rcpFrame.xy).xyz; + vec3 rgbSW = FxaaTexOff(tex, posPos.zw, OffsetVec(0,1), rcpFrame.xy).xyz; + vec3 rgbSE = FxaaTexOff(tex, posPos.zw, OffsetVec(1,1), rcpFrame.xy).xyz; + + vec3 rgbM = FxaaTex(tex, posPos.xy).xyz; + + vec3 luma = vec3(0.299, 0.587, 0.114); + float lumaNW = dot(rgbNW, luma); + float lumaNE = dot(rgbNE, luma); + float lumaSW = dot(rgbSW, luma); + float lumaSE = dot(rgbSE, luma); + float lumaM = dot(rgbM, luma); + + float lumaMin = min(lumaM, min(min(lumaNW, lumaNE), min(lumaSW, lumaSE))); + float lumaMax = max(lumaM, max(max(lumaNW, lumaNE), max(lumaSW, lumaSE))); + + vec2 dir; + dir.x = -((lumaNW + lumaNE) - (lumaSW + lumaSE)); + dir.y = ((lumaNW + lumaSW) - (lumaNE + lumaSE)); + + float dirReduce = max( + (lumaNW + lumaNE + lumaSW + lumaSE) * (0.25 * ReduceMul), + FXAA_REDUCE_MIN); + float rcpDirMin = 1.0/(min(abs(dir.x), abs(dir.y)) + dirReduce); + dir = min(vec2( SpanMax, SpanMax), + max(vec2(-SpanMax, -SpanMax), + dir * rcpDirMin)) * rcpFrame.xy; + + vec3 rgbA = (1.0/2.0) * ( + FxaaTex(tex, posPos.xy + dir * vec2(1.0/3.0 - 0.5)).xyz + + FxaaTex(tex, posPos.xy + dir * vec2(2.0/3.0 - 0.5)).xyz); + vec3 rgbB = rgbA * (1.0/2.0) + (1.0/4.0) * ( + FxaaTex(tex, posPos.xy + dir * vec2(0.0/3.0 - 0.5)).xyz + + FxaaTex(tex, posPos.xy + dir * vec2(3.0/3.0 - 0.5)).xyz); + + float lumaB = dot(rgbB, luma); + + if ((lumaB < lumaMin) || (lumaB > lumaMax)) { + return rgbA; + } else { + return rgbB; + } +} + +void main() { + vec4 baseTexel = texture2D(DiffuseSampler, posPos.xy); + gl_FragColor = vec4(FxaaPixelShader(posPos, DiffuseSampler, 1.0 / OutSize), baseTexel.a); +} diff --git a/1.7.10/assets/minecraft/shaders/program/fxaa.json b/1.7.10/assets/minecraft/shaders/program/fxaa.json new file mode 100644 index 00000000..eb850732 --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/program/fxaa.json @@ -0,0 +1,20 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "fxaa", + "fragment": "fxaa", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "SpanMax", "type": "float", "count": 1, "values": [ 8.0 ] }, + { "name": "SubPixelShift", "type": "float", "count": 1, "values": [ 0.25 ] }, + { "name": "ReduceMul", "type": "float", "count": 1, "values": [ 0.125 ] } + ] +} diff --git a/1.7.10/assets/minecraft/shaders/program/fxaa.vsh b/1.7.10/assets/minecraft/shaders/program/fxaa.vsh new file mode 100644 index 00000000..9fe81eaf --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/program/fxaa.vsh @@ -0,0 +1,21 @@ +#version 120 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 OutSize; + +uniform float SubPixelShift; + +varying vec2 texCoord; +varying vec4 posPos; + +void main() { + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + texCoord = Position.xy / OutSize; + texCoord.y = 1.0 - texCoord.y; + posPos.xy = texCoord.xy; + posPos.zw = texCoord.xy - (1.0/OutSize * vec2(0.5 + SubPixelShift)); +} diff --git a/1.7.10/assets/minecraft/shaders/program/invert.fsh b/1.7.10/assets/minecraft/shaders/program/invert.fsh new file mode 100644 index 00000000..ab2b43b5 --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/program/invert.fsh @@ -0,0 +1,14 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; + +uniform float InverseAmount; + +void main(){ + vec4 diffuseColor = texture2D(DiffuseSampler, texCoord); + vec4 invertColor = 1.0 - diffuseColor; + vec4 outColor = mix(diffuseColor, invertColor, InverseAmount); + gl_FragColor = vec4(outColor.rgb, diffuseColor.a); +} diff --git a/1.7.10/assets/minecraft/shaders/program/invert.json b/1.7.10/assets/minecraft/shaders/program/invert.json new file mode 100644 index 00000000..f9ab649c --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/program/invert.json @@ -0,0 +1,19 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "blit", + "fragment": "invert", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "InverseAmount", "type": "float", "count": 1, "values": [ 0.0 ] } + ] +} diff --git a/1.7.10/assets/minecraft/shaders/program/invert.vsh b/1.7.10/assets/minecraft/shaders/program/invert.vsh new file mode 100644 index 00000000..5110ef53 --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/program/invert.vsh @@ -0,0 +1,20 @@ +#version 120 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; +uniform vec2 OutSize; + +varying vec2 texCoord; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + vec2 sizeRatio = OutSize / InSize; + texCoord = Position.xy / OutSize; + texCoord.x = texCoord.x * sizeRatio.x; + texCoord.y = texCoord.y * sizeRatio.y; + texCoord.y = sizeRatio.y - texCoord.y; +} diff --git a/1.7.10/assets/minecraft/shaders/program/notch.fsh b/1.7.10/assets/minecraft/shaders/program/notch.fsh new file mode 100644 index 00000000..a732194d --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/program/notch.fsh @@ -0,0 +1,23 @@ +#version 120 + +uniform sampler2D DiffuseSampler; +uniform sampler2D DitherSampler; + +varying vec2 texCoord; + +uniform vec2 InSize; + +void main() { + vec2 halfSize = InSize * 0.5; + + vec2 steppedCoord = texCoord; + steppedCoord.x = float(int(steppedCoord.x*halfSize.x)) / halfSize.x; + steppedCoord.y = float(int(steppedCoord.y*halfSize.y)) / halfSize.y; + + vec4 noise = texture2D(DitherSampler, steppedCoord * halfSize / 4.0); + vec4 col = texture2D(DiffuseSampler, steppedCoord) + noise * vec4(1.0/12.0, 1.0/12.0, 1.0/6.0, 1.0); + float r = float(int(col.r*8.0))/8.0; + float g = float(int(col.g*8.0))/8.0; + float b = float(int(col.b*4.0))/4.0; + gl_FragColor = vec4(r, g, b, col.a); +} diff --git a/1.7.10/assets/minecraft/shaders/program/notch.json b/1.7.10/assets/minecraft/shaders/program/notch.json new file mode 100644 index 00000000..e6ff9a81 --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/program/notch.json @@ -0,0 +1,19 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "notch", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" }, + { "name": "DitherSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.7.10/assets/minecraft/shaders/program/ntsc_decode.fsh b/1.7.10/assets/minecraft/shaders/program/ntsc_decode.fsh new file mode 100644 index 00000000..57d3dd5f --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/program/ntsc_decode.fsh @@ -0,0 +1,132 @@ +#version 120 + +uniform sampler2D DiffuseSampler; +uniform sampler2D BaseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +const vec4 Zero = vec4(0.0); +const vec4 One = vec4(1.0); + +const float Pi = 3.1415926535; +const float Pi2 = 6.283185307; + +const vec4 A2 = vec4(1.0); +const vec4 B = vec4(0.5); +const float P = 1.0; +const float CCFrequency = 3.59754545; +const float NotchWidth = 2.0; +const float NotchUpperFrequency = 3.59754545 + NotchWidth; +const float NotchLowerFrequency = 3.59754545 - NotchWidth; +const float YFrequency = 6.0; +const float IFrequency = 1.2; +const float QFrequency = 0.6; +const float ScanTime = 52.6; +const vec3 YIQ2R = vec3(1.0, 0.956, 0.621); +const vec3 YIQ2G = vec3(1.0, -0.272, -0.647); +const vec3 YIQ2B = vec3(1.0, -1.106, 1.703); +const vec4 MinC = vec4(-1.1183); +const vec4 CRange = vec4(3.2366); +const float Pi2Length = Pi2 / 83.0; +const vec4 NotchOffset = vec4(0.0, 1.0, 2.0, 3.0); +const vec4 W = vec4(Pi2 * CCFrequency * ScanTime); + +void main() { + vec4 YAccum = Zero; + vec4 IAccum = Zero; + vec4 QAccum = Zero; + float QuadXSize = InSize.x * 4.0; + float TimePerSample = ScanTime / QuadXSize; + + // Frequency cutoffs for the individual portions of the signal that we extract. + // Y1 and Y2 are the positive and negative frequency limits of the notch filter on Y. + // Y3 is the center of the frequency response of the Y filter. + // I is the center of the frequency response of the I filter. + // Q is the center of the frequency response of the Q filter. + float Fc_y1 = NotchLowerFrequency * TimePerSample; + float Fc_y2 = NotchUpperFrequency * TimePerSample; + float Fc_y3 = YFrequency * TimePerSample; + float Fc_i = IFrequency * TimePerSample; + float Fc_q = QFrequency * TimePerSample; + float Pi2Fc_y1 = Fc_y1 * Pi2; + float Pi2Fc_y2 = Fc_y2 * Pi2; + float Pi2Fc_y3 = Fc_y3 * Pi2; + float Pi2Fc_i = Fc_i * Pi2; + float Pi2Fc_q = Fc_q * Pi2; + float Fc_y1_2 = Fc_y1 * 2.0; + float Fc_y2_2 = Fc_y2 * 2.0; + float Fc_y3_2 = Fc_y3 * 2.0; + float Fc_i_2 = Fc_i * 2.0; + float Fc_q_2 = Fc_q * 2.0; + vec4 CoordY = vec4(texCoord.y); + + vec4 BaseTexel = texture2D(DiffuseSampler, texCoord); + // 83 composite samples wide, 4 composite pixels per texel + for (float n = -41.0; n < 42.0; n += 4.0) + { + vec4 n4 = n + NotchOffset; + vec4 CoordX = texCoord.x + oneTexel.x * n4 * 0.25; + vec2 TexCoord = vec2(CoordX.x, CoordY.y); + vec4 C = texture2D(DiffuseSampler, TexCoord) * CRange + MinC; + vec4 WT = W * (CoordX + A2 * CoordY * InSize.y + B); + vec4 Cosine = 0.54 + 0.46 * cos(Pi2Length * n4); + + vec4 SincYIn1 = Pi2Fc_y1 * n4; + vec4 SincYIn2 = Pi2Fc_y2 * n4; + vec4 SincYIn3 = Pi2Fc_y3 * n4; + vec4 SincY1 = sin(SincYIn1) / SincYIn1; + vec4 SincY2 = sin(SincYIn2) / SincYIn2; + vec4 SincY3 = sin(SincYIn3) / SincYIn3; + + // These zero-checks could be made more efficient, but we are trying to support + // downlevel GLSL + if(SincYIn1.x == 0.0) SincY1.x = 1.0; + if(SincYIn1.y == 0.0) SincY1.y = 1.0; + if(SincYIn1.z == 0.0) SincY1.z = 1.0; + if(SincYIn1.w == 0.0) SincY1.w = 1.0; + if(SincYIn2.x == 0.0) SincY2.x = 1.0; + if(SincYIn2.y == 0.0) SincY2.y = 1.0; + if(SincYIn2.z == 0.0) SincY2.z = 1.0; + if(SincYIn2.w == 0.0) SincY2.w = 1.0; + if(SincYIn3.x == 0.0) SincY3.x = 1.0; + if(SincYIn3.y == 0.0) SincY3.y = 1.0; + if(SincYIn3.z == 0.0) SincY3.z = 1.0; + if(SincYIn3.w == 0.0) SincY3.w = 1.0; + vec4 IdealY = (Fc_y1_2 * SincY1 - Fc_y2_2 * SincY2) + Fc_y3_2 * SincY3; + vec4 FilterY = Cosine * IdealY; + + vec4 SincIIn = Pi2Fc_i * n4; + vec4 SincI = sin(SincIIn) / SincIIn; + if(SincIIn.x == 0.0) SincI.x = 1.0; + if(SincIIn.y == 0.0) SincI.y = 1.0; + if(SincIIn.z == 0.0) SincI.z = 1.0; + if(SincIIn.w == 0.0) SincI.w = 1.0; + vec4 IdealI = Fc_i_2 * SincI; + vec4 FilterI = Cosine * IdealI; + + vec4 SincQIn = Pi2Fc_q * n4; + vec4 SincQ = sin(SincQIn) / SincQIn; + if(SincQIn.x == 0.0) SincQ.x = 1.0; + if(SincQIn.y == 0.0) SincQ.y = 1.0; + if(SincQIn.z == 0.0) SincQ.z = 1.0; + if(SincQIn.w == 0.0) SincQ.w = 1.0; + vec4 IdealQ = Fc_q_2 * SincQ; + vec4 FilterQ = Cosine * IdealQ; + + YAccum += C * FilterY; + IAccum += C * cos(WT) * FilterI; + QAccum += C * sin(WT) * FilterQ; + } + + float Y = dot(YAccum, One); + float I = dot(IAccum, One) * 2.0; + float Q = dot(QAccum, One) * 2.0; + + vec3 YIQ = vec3(Y, I, Q); + vec3 OutRGB = vec3(dot(YIQ, YIQ2R), dot(YIQ, YIQ2G), dot(YIQ, YIQ2B)); + + gl_FragColor = vec4(OutRGB, BaseTexel.a); +} diff --git a/1.7.10/assets/minecraft/shaders/program/ntsc_decode.json b/1.7.10/assets/minecraft/shaders/program/ntsc_decode.json new file mode 100644 index 00000000..28709230 --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/program/ntsc_decode.json @@ -0,0 +1,19 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "ntsc_decode", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" }, + { "name": "BaseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.7.10/assets/minecraft/shaders/program/ntsc_encode.fsh b/1.7.10/assets/minecraft/shaders/program/ntsc_encode.fsh new file mode 100644 index 00000000..450bc6d7 --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/program/ntsc_encode.fsh @@ -0,0 +1,50 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +const float Pi2 = 6.283185307; + +const vec4 A2 = vec4(1.0); +const vec4 B = vec4(0.5); +const float P = 1.0; +const float CCFrequency = 3.59754545; +const float ScanTime = 52.6; +const float Pi2ScanTime = Pi2 * ScanTime; +const vec4 YTransform = vec4(0.299, 0.587, 0.114, 0.0); +const vec4 ITransform = vec4(0.595716, -0.274453, -0.321263, 0.0); +const vec4 QTransform = vec4(0.211456, -0.522591, 0.31135, 0.0); +const vec4 MinC = vec4(-1.1183); +const vec4 InvCRange = vec4(1.0 / 3.2366); + +void main() { + vec2 InverseP = vec2(P, 0.0) * oneTexel; + + // UVs for four linearly-interpolated samples spread 0.25 texels apart + vec2 C0 = texCoord; + vec2 C1 = texCoord + InverseP * 0.25; + vec2 C2 = texCoord + InverseP * 0.50; + vec2 C3 = texCoord + InverseP * 0.75; + vec4 Cx = vec4(C0.x, C1.x, C2.x, C3.x); + vec4 Cy = vec4(C0.y, C1.y, C2.y, C3.y); + + vec4 Texel0 = texture2D(DiffuseSampler, C0); + vec4 Texel1 = texture2D(DiffuseSampler, C1); + vec4 Texel2 = texture2D(DiffuseSampler, C2); + vec4 Texel3 = texture2D(DiffuseSampler, C3); + + // Calculate the expected time of the sample. + vec4 T = A2 * Cy * vec4(InSize.y) + B + Cx; + vec4 W = vec4(Pi2ScanTime * CCFrequency); + vec4 TW = T * W; + vec4 Y = vec4(dot(Texel0, YTransform), dot(Texel1, YTransform), dot(Texel2, YTransform), dot(Texel3, YTransform)); + vec4 I = vec4(dot(Texel0, ITransform), dot(Texel1, ITransform), dot(Texel2, ITransform), dot(Texel3, ITransform)); + vec4 Q = vec4(dot(Texel0, QTransform), dot(Texel1, QTransform), dot(Texel2, QTransform), dot(Texel3, QTransform)); + + vec4 Encoded = Y + I * cos(TW) + Q * sin(TW); + gl_FragColor = (Encoded - MinC) * InvCRange; +} diff --git a/1.7.10/assets/minecraft/shaders/program/ntsc_encode.json b/1.7.10/assets/minecraft/shaders/program/ntsc_encode.json new file mode 100644 index 00000000..2cda4dff --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/program/ntsc_encode.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "ntsc_encode", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.7.10/assets/minecraft/shaders/program/outline.fsh b/1.7.10/assets/minecraft/shaders/program/outline.fsh new file mode 100644 index 00000000..6285820d --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/program/outline.fsh @@ -0,0 +1,21 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 center = texture2D(DiffuseSampler, texCoord); + vec4 up = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y)); + vec4 down = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0)); + vec4 left = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0)); + vec4 right = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y)); + vec4 uDiff = center - up; + vec4 dDiff = center - down; + vec4 lDiff = center - left; + vec4 rDiff = center - right; + vec4 sum = uDiff + dDiff + lDiff + rDiff; + vec3 clamped = clamp(center.rgb - sum.rgb, 0.0, 1.0); + gl_FragColor = vec4(clamped, center.a); +} diff --git a/1.7.10/assets/minecraft/shaders/program/outline.json b/1.7.10/assets/minecraft/shaders/program/outline.json new file mode 100644 index 00000000..7d41382b --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/program/outline.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "outline", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.7.10/assets/minecraft/shaders/program/outline_combine.fsh b/1.7.10/assets/minecraft/shaders/program/outline_combine.fsh new file mode 100644 index 00000000..d4b76823 --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/program/outline_combine.fsh @@ -0,0 +1,13 @@ +#version 120 + +uniform sampler2D DiffuseSampler; +uniform sampler2D OutlineSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 diffuseTexel = texture2D(DiffuseSampler, texCoord); + vec4 outlineTexel = texture2D(OutlineSampler, texCoord); + gl_FragColor = vec4(diffuseTexel.rgb + diffuseTexel.rgb * outlineTexel.rgb * vec3(0.75), diffuseTexel.a); +} diff --git a/1.7.10/assets/minecraft/shaders/program/outline_combine.json b/1.7.10/assets/minecraft/shaders/program/outline_combine.json new file mode 100644 index 00000000..d52f4a3d --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/program/outline_combine.json @@ -0,0 +1,19 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "outline_combine", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" }, + { "name": "OutlineSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.7.10/assets/minecraft/shaders/program/outline_soft.fsh b/1.7.10/assets/minecraft/shaders/program/outline_soft.fsh new file mode 100644 index 00000000..92031c18 --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/program/outline_soft.fsh @@ -0,0 +1,46 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform float LumaRamp; +uniform float LumaLevel; + +void main(){ + vec4 center = texture2D(DiffuseSampler, texCoord); + vec4 up = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y)); + vec4 up2 = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y) * 2.0); + vec4 down = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0)); + vec4 down2 = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0) * 2.0); + vec4 left = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0)); + vec4 left2 = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0) * 2.0); + vec4 right = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y)); + vec4 right2 = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y) * 2.0); + vec4 uDiff = abs(center - up); + vec4 dDiff = abs(center - down); + vec4 lDiff = abs(center - left); + vec4 rDiff = abs(center - right); + vec4 u2Diff = abs(center - up2); + vec4 d2Diff = abs(center - down2); + vec4 l2Diff = abs(center - left2); + vec4 r2Diff = abs(center - right2); + vec4 sum = uDiff + dDiff + lDiff + rDiff + u2Diff + d2Diff + l2Diff + r2Diff; + vec4 gray = vec4(0.3, 0.59, 0.11, 0.0); + float sumLuma = 1.0 - dot(clamp(sum, 0.0, 1.0), gray); + + // Get luminance of center pixel and adjust + float centerLuma = dot(center + (center - pow(center, vec4(LumaRamp))), gray); + + // Quantize the luma value + centerLuma = centerLuma - fract(centerLuma * LumaLevel) / LumaLevel; + + // Re-scale to full range + centerLuma = centerLuma * (LumaLevel / (LumaLevel - 1.0)); + + // Blend with outline + centerLuma = centerLuma * sumLuma; + + gl_FragColor = vec4(centerLuma, centerLuma, centerLuma, center.a); +} diff --git a/1.7.10/assets/minecraft/shaders/program/outline_soft.json b/1.7.10/assets/minecraft/shaders/program/outline_soft.json new file mode 100644 index 00000000..c58bb5d9 --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/program/outline_soft.json @@ -0,0 +1,20 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "outline_soft", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "LumaRamp", "type": "float", "count": 1, "values": [ 16.0 ] }, + { "name": "LumaLevel", "type": "float", "count": 1, "values": [ 4.0 ] } + ] +} diff --git a/1.7.10/assets/minecraft/shaders/program/outline_watercolor.fsh b/1.7.10/assets/minecraft/shaders/program/outline_watercolor.fsh new file mode 100644 index 00000000..b7d47d2a --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/program/outline_watercolor.fsh @@ -0,0 +1,41 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform float LumaRamp; + +void main(){ + vec4 center = texture2D(DiffuseSampler, texCoord); + vec4 up = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y)); + vec4 up2 = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y) * 2.0); + vec4 down = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0)); + vec4 down2 = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0) * 2.0); + vec4 left = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0)); + vec4 left2 = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0) * 2.0); + vec4 right = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y)); + vec4 right2 = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y) * 2.0); + vec4 ul = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, -oneTexel.y)); + vec4 ur = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, -oneTexel.y)); + vec4 bl = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, oneTexel.y)); + vec4 br = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, oneTexel.y)); + vec4 gray = vec4(0.3, 0.59, 0.11, 0.0); + float uDiff = dot(abs(center - up), gray); + float dDiff = dot(abs(center - down), gray); + float lDiff = dot(abs(center - left), gray); + float rDiff = dot(abs(center - right), gray); + float u2Diff = dot(abs(center - up2), gray); + float d2Diff = dot(abs(center - down2), gray); + float l2Diff = dot(abs(center - left2), gray); + float r2Diff = dot(abs(center - right2), gray); + float ulDiff = dot(abs(center - ul), gray); + float urDiff = dot(abs(center - ur), gray); + float blDiff = dot(abs(center - bl), gray); + float brDiff = dot(abs(center - br), gray); + float sum = uDiff + dDiff + lDiff + rDiff + u2Diff + d2Diff + l2Diff + r2Diff + ulDiff + urDiff + blDiff + brDiff; + float sumLuma = clamp(sum, 0.0, 1.0); + + gl_FragColor = vec4(sumLuma, sumLuma, sumLuma, center.a); +} diff --git a/1.7.10/assets/minecraft/shaders/program/outline_watercolor.json b/1.7.10/assets/minecraft/shaders/program/outline_watercolor.json new file mode 100644 index 00000000..29543528 --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/program/outline_watercolor.json @@ -0,0 +1,19 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "outline_watercolor", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "LumaRamp", "type": "float", "count": 1, "values": [ 16.0 ] } + ] +} diff --git a/1.7.10/assets/minecraft/shaders/program/overlay.fsh b/1.7.10/assets/minecraft/shaders/program/overlay.fsh new file mode 100644 index 00000000..311d26d9 --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/program/overlay.fsh @@ -0,0 +1,26 @@ +#version 120 + +uniform sampler2D DiffuseSampler; +uniform sampler2D OverlaySampler; + +uniform vec2 InSize; + +varying vec2 texCoord; + +uniform float MosaicSize = 1.0; +uniform vec3 RedMatrix = vec3(1.0, 0.0, 0.0); +uniform vec3 GreenMatrix = vec3(0.0, 1.0, 0.0); +uniform vec3 BlueMatrix = vec3(0.0, 0.0, 1.0); + +void main(){ + vec2 mosaicInSize = InSize / MosaicSize; + vec2 fractPix = fract(texCoord * mosaicInSize) / mosaicInSize; + + vec4 baseTexel = texture2D(DiffuseSampler, texCoord - fractPix); + float red = dot(baseTexel.rgb, RedMatrix); + float green = dot(baseTexel.rgb, GreenMatrix); + float blue = dot(baseTexel.rgb, BlueMatrix); + + vec4 overlayTexel = texture2D(OverlaySampler, vec2(texCoord.x, 1.0 - texCoord.y)); + gl_FragColor = mix(vec4(red, green, blue, baseTexel.a), overlayTexel, overlayTexel.a); +} diff --git a/1.7.10/assets/minecraft/shaders/program/overlay.json b/1.7.10/assets/minecraft/shaders/program/overlay.json new file mode 100644 index 00000000..ceb8d0fc --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/program/overlay.json @@ -0,0 +1,23 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "blit", + "fragment": "overlay", + "attributes": [ "Position" ], + "samplers": [ + { "name": "OverlaySampler" }, + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "MosaicSize", "type": "float", "count": 1, "values": [ 1.0 ] }, + { "name": "RedMatrix", "type": "float", "count": 3, "values": [ 1.0, 0.0, 0.0 ] }, + { "name": "GreenMatrix", "type": "float", "count": 3, "values": [ 0.0, 1.0, 1.0 ] }, + { "name": "BlueMatrix", "type": "float", "count": 3, "values": [ 0.0, 0.0, 1.0 ] } + ] +} diff --git a/1.7.10/assets/minecraft/shaders/program/phosphor.fsh b/1.7.10/assets/minecraft/shaders/program/phosphor.fsh new file mode 100644 index 00000000..77214366 --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/program/phosphor.fsh @@ -0,0 +1,19 @@ +#version 120 + +uniform sampler2D DiffuseSampler; +uniform sampler2D PrevSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +uniform vec3 Phosphor = vec3(0.7, 0.7, 0.7); +uniform float LerpFactor = 1.0; + +void main() { + vec4 CurrTexel = texture2D(DiffuseSampler, texCoord); + vec4 PrevTexel = texture2D(PrevSampler, texCoord); + + gl_FragColor = vec4(max(PrevTexel.rgb * Phosphor, CurrTexel.rgb), CurrTexel.a); +} diff --git a/1.7.10/assets/minecraft/shaders/program/phosphor.json b/1.7.10/assets/minecraft/shaders/program/phosphor.json new file mode 100644 index 00000000..c3a01f2d --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/program/phosphor.json @@ -0,0 +1,20 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "phosphor", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" }, + { "name": "PrevSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "Phosphor", "type": "float", "count": 3, "values": [ 0.3, 0.3, 0.3 ] } + ] +} diff --git a/1.7.10/assets/minecraft/shaders/program/scan_pincushion.fsh b/1.7.10/assets/minecraft/shaders/program/scan_pincushion.fsh new file mode 100644 index 00000000..09116971 --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/program/scan_pincushion.fsh @@ -0,0 +1,64 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +const vec4 Zero = vec4(0.0); +const vec4 Half = vec4(0.5); +const vec4 One = vec4(1.0); +const vec4 Two = vec4(2.0); + +const float Pi = 3.1415926535; +const float PincushionAmount = 0.02; +const float CurvatureAmount = 0.02; +const float ScanlineAmount = 0.8; +const float ScanlineScale = 1.0; +const float ScanlineHeight = 1.0; +const float ScanlineBrightScale = 1.0; +const float ScanlineBrightOffset = 0.0; +const float ScanlineOffset = 0.0; +const vec3 Floor = vec3(0.05, 0.05, 0.05); +const vec3 Power = vec3(0.8, 0.8, 0.8); + +void main() { + vec4 InTexel = texture2D(DiffuseSampler, texCoord); + + vec2 PinUnitCoord = texCoord * Two.xy - One.xy; + float PincushionR2 = pow(length(PinUnitCoord), 2.0); + vec2 PincushionCurve = PinUnitCoord * PincushionAmount * PincushionR2; + vec2 ScanCoord = texCoord; + + ScanCoord *= One.xy - PincushionAmount * 0.2; + ScanCoord += PincushionAmount * 0.1; + ScanCoord += PincushionCurve; + + vec2 CurvatureClipCurve = PinUnitCoord * CurvatureAmount * PincushionR2; + vec2 ScreenClipCoord = texCoord; + ScreenClipCoord -= Half.xy; + ScreenClipCoord *= One.xy - CurvatureAmount * 0.2; + ScreenClipCoord += Half.xy; + ScreenClipCoord += CurvatureClipCurve; + + // -- Alpha Clipping -- + if (ScanCoord.x < 0.0) discard; + if (ScanCoord.y < 0.0) discard; + if (ScanCoord.x > 1.0) discard; + if (ScanCoord.y > 1.0) discard; + + // -- Scanline Simulation -- + float InnerSine = ScanCoord.y * InSize.y * ScanlineScale * 0.25; + float ScanBrightMod = sin(InnerSine * Pi + ScanlineOffset * InSize.y * 0.25); + float ScanBrightness = mix(1.0, (pow(ScanBrightMod * ScanBrightMod, ScanlineHeight) * ScanlineBrightScale + 1.0) * 0.5, ScanlineAmount); + vec3 ScanlineTexel = InTexel.rgb * ScanBrightness; + + // -- Color Compression (increasing the floor of the signal without affecting the ceiling) -- + ScanlineTexel = Floor + (One.xyz - Floor) * ScanlineTexel; + + ScanlineTexel.rgb = pow(ScanlineTexel.rgb, Power); + + gl_FragColor = vec4(ScanlineTexel.rgb, InTexel.a); +} diff --git a/1.7.10/assets/minecraft/shaders/program/scan_pincushion.json b/1.7.10/assets/minecraft/shaders/program/scan_pincushion.json new file mode 100644 index 00000000..9c7f9a3d --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/program/scan_pincushion.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "scan_pincushion", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.7.10/assets/minecraft/shaders/program/sobel.fsh b/1.7.10/assets/minecraft/shaders/program/sobel.fsh new file mode 100644 index 00000000..b17c7696 --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/program/sobel.fsh @@ -0,0 +1,20 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 center = texture2D(DiffuseSampler, texCoord); + vec4 left = texture2D(DiffuseSampler, texCoord - vec2(oneTexel.x, 0.0)); + vec4 right = texture2D(DiffuseSampler, texCoord + vec2(oneTexel.x, 0.0)); + vec4 up = texture2D(DiffuseSampler, texCoord - vec2(0.0, oneTexel.y)); + vec4 down = texture2D(DiffuseSampler, texCoord + vec2(0.0, oneTexel.y)); + vec4 leftDiff = center - left; + vec4 rightDiff = center - right; + vec4 upDiff = center - up; + vec4 downDiff = center - down; + vec4 total = clamp(leftDiff + rightDiff + upDiff + downDiff, 0.0, 1.0); + gl_FragColor = vec4(total.rgb, center.a); +} diff --git a/1.7.10/assets/minecraft/shaders/program/sobel.json b/1.7.10/assets/minecraft/shaders/program/sobel.json new file mode 100644 index 00000000..dc2fc17b --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/program/sobel.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "sobel", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.7.10/assets/minecraft/shaders/program/sobel.vsh b/1.7.10/assets/minecraft/shaders/program/sobel.vsh new file mode 100644 index 00000000..21b17369 --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/program/sobel.vsh @@ -0,0 +1,20 @@ +#version 120 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; +uniform vec2 OutSize; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + oneTexel = 1.0 / InSize; + + texCoord = Position.xy / OutSize; + texCoord.y = 1.0 - texCoord.y; +} diff --git a/1.7.10/assets/minecraft/shaders/program/wobble.fsh b/1.7.10/assets/minecraft/shaders/program/wobble.fsh new file mode 100644 index 00000000..a1243191 --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/program/wobble.fsh @@ -0,0 +1,58 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +uniform float Time; +uniform vec2 Frequency; +uniform vec2 WobbleAmount; + +vec3 hue(float h) +{ + float r = abs(h * 6.0 - 3.0) - 1.0; + float g = 2 - abs(h * 6.0 - 2.0); + float b = 2 - abs(h * 6.0 - 4.0); + return clamp(vec3(r,g,b), 0.0, 1.0); +} + +vec3 HSVtoRGB(vec3 hsv) { + return ((hue(hsv.x) - 1.0) * hsv.y + 1.0) * hsv.z; +} + +vec3 RGBtoHSV(vec3 rgb) { + vec3 hsv = vec3(0.0); + hsv.z = max(rgb.r, max(rgb.g, rgb.b)); + float min = min(rgb.r, min(rgb.g, rgb.b)); + float c = hsv.z - min; + + if (c != 0) + { + hsv.y = c / hsv.z; + vec3 delta = (hsv.z - rgb) / c; + delta.rgb -= delta.brg; + delta.rg += vec2(2.0, 4.0); + if (rgb.r >= hsv.z) { + hsv.x = delta.b; + } else if (rgb.g >= hsv.z) { + hsv.x = delta.r; + } else { + hsv.x = delta.g; + } + hsv.x = fract(hsv.x / 6.0); + } + return hsv; +} + +void main() { + float xOffset = sin(texCoord.y * Frequency.x + Time * 3.1415926535 * 2.0) * WobbleAmount.x; + float yOffset = cos(texCoord.x * Frequency.y + Time * 3.1415926535 * 2.0) * WobbleAmount.y; + vec2 offset = vec2(xOffset, yOffset); + vec4 rgb = texture2D(DiffuseSampler, texCoord + offset); + vec3 hsv = RGBtoHSV(rgb.rgb); + hsv.x = fract(hsv.x + Time); + gl_FragColor = vec4(HSVtoRGB(hsv), rgb.a); +} diff --git a/1.7.10/assets/minecraft/shaders/program/wobble.json b/1.7.10/assets/minecraft/shaders/program/wobble.json new file mode 100644 index 00000000..d8e9945a --- /dev/null +++ b/1.7.10/assets/minecraft/shaders/program/wobble.json @@ -0,0 +1,21 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "wobble", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "Time", "type": "float", "count": 1, "values": [ 0.0 ] }, + { "name": "Frequency", "type": "float", "count": 2, "values": [ 512.0, 288.0 ] }, + { "name": "WobbleAmount", "type": "float", "count": 2, "values": [ 0.002, 0.002 ] } + ] +} diff --git a/1.7.10/assets/minecraft/texts/credits.txt b/1.7.10/assets/minecraft/texts/credits.txt new file mode 100644 index 00000000..7396a162 --- /dev/null +++ b/1.7.10/assets/minecraft/texts/credits.txt @@ -0,0 +1,66 @@ +[C]§f=============== +[C]§eMinecraft Credits +[C]§f=============== + +§7Created by: +§f Markus Persson + +§7Game design, programming and graphics: +§f Markus Persson +§f Jens Bergensten +§f Nathan Adams + +§7Programming: +§f Erik Broes + +§7Music and sound: +§f Daniel Rosenfeld + +§7Ingame artwork and paintings: +§f Kristoffer Zetterstrand + +§7End game narrative: +§f Julian Gough + +§7Website development: +§f Tobias Möllstam +§f Daniel Frisk +§f Leonard Axelsson +§f Jens Bergensten +§f Markus Persson + +§7Logo and promotional artwork: +§f Markus Toivonen + +§7Business and administration: +§f Carl Manneh +§f Daniel Kaplan + +§7Director of fun: +§f Lydia Winters + +§7Number crunching and statistics: +§f Patrick Geuder + +§7Additional programming: +§f Paul Spooner +§f Ryan 'Scaevolus' Hitchman +§f Elliot 'Hippoplatimus' Segal + +§7Developers of Mo' Creatures (horses etc): +§f John Olarte (DrZhark) +§f Kent Christian Jensen +§f Dan Roque + +§7Technologies used: +§f Java by Oracle +§f LWJGL by many talented people +§f "3d Sound System" by Paul Lamb +§f JOrbis by JCraft + + + + + + +§f"Twenty years from now you will be more disappointed by the things that you didn't do than by the ones you did do. So throw off the bowlines. Sail away from the safe harbor. Catch the trade winds in your sails. Explore. Dream. Discover." §7- Unknown \ No newline at end of file diff --git a/1.7.10/assets/minecraft/texts/end.txt b/1.7.10/assets/minecraft/texts/end.txt new file mode 100644 index 00000000..72775248 --- /dev/null +++ b/1.7.10/assets/minecraft/texts/end.txt @@ -0,0 +1,151 @@ +§3I see the player you mean. + +§2PLAYERNAME? + +§3Yes. Take care. It has reached a higher level now. It can read our thoughts. + +§2That doesn't matter. It thinks we are part of the game. + +§3I like this player. It played well. It did not give up. + +§2It is reading our thoughts as though they were words on a screen. + +§3That is how it chooses to imagine many things, when it is deep in the dream of a game. + +§2Words make a wonderful interface. Very flexible. And less terrifying than staring at the reality behind the screen. + +§3They used to hear voices. Before players could read. Back in the days when those who did not play called the players witches, and warlocks. And players dreamed they flew through the air, on sticks powered by demons. + +§2What did this player dream? + +§3This player dreamed of sunlight and trees. Of fire and water. It dreamed it created. And it dreamed it destroyed. It dreamed it hunted, and was hunted. It dreamed of shelter. + +§2Hah, the original interface. A million years old, and it still works. But what true structure did this player create, in the reality behind the screen? + +§3It worked, with a million others, to sculpt a true world in a fold of the §f§k§a§b§3, and created a §f§k§a§b§3 for §f§k§a§b§3, in the §f§k§a§b§3. + +§2It cannot read that thought. + +§3No. It has not yet achieved the highest level. That, it must achieve in the long dream of life, not the short dream of a game. + +§2Does it know that we love it? That the universe is kind? + +§3Sometimes, through the noise of its thoughts, it hears the universe, yes. + +§2But there are times it is sad, in the long dream. It creates worlds that have no summer, and it shivers under a black sun, and it takes its sad creation for reality. + +§3To cure it of sorrow would destroy it. The sorrow is part of its own private task. We cannot interfere. + +§2Sometimes when they are deep in dreams, I want to tell them, they are building true worlds in reality. Sometimes I want to tell them of their importance to the universe. Sometimes, when they have not made a true connection in a while, I want to help them to speak the word they fear. + +§3It reads our thoughts. + +§2Sometimes I do not care. Sometimes I wish to tell them, this world you take for truth is merely §f§k§a§b§2 and §f§k§a§b§2, I wish to tell them that they are §f§k§a§b§2 in the §f§k§a§b§2. They see so little of reality, in their long dream. + +§3And yet they play the game. + +§2But it would be so easy to tell them... + +§3Too strong for this dream. To tell them how to live is to prevent them living. + +§2I will not tell the player how to live. + +§3The player is growing restless. + +§2I will tell the player a story. + +§3But not the truth. + +§2No. A story that contains the truth safely, in a cage of words. Not the naked truth that can burn over any distance. + +§3Give it a body, again. + +§2Yes. Player... + +§3Use its name. + +§2PLAYERNAME. Player of games. + +§3Good. + +§2Take a breath, now. Take another. Feel air in your lungs. Let your limbs return. Yes, move your fingers. Have a body again, under gravity, in air. Respawn in the long dream. There you are. Your body touching the universe again at every point, as though you were separate things. As though we were separate things. + +§3Who are we? Once we were called the spirit of the mountain. Father sun, mother moon. Ancestral spirits, animal spirits. Jinn. Ghosts. The green man. Then gods, demons. Angels. Poltergeists. Aliens, extraterrestrials. Leptons, quarks. The words change. We do not change. + +§2We are the universe. We are everything you think isn't you. You are looking at us now, through your skin and your eyes. And why does the universe touch your skin, and throw light on you? To see you, player. To know you. And to be known. I shall tell you a story. + +§2Once upon a time, there was a player. + +§3The player was you, PLAYERNAME. + +§2Sometimes it thought itself human, on the thin crust of a spinning globe of molten rock. The ball of molten rock circled a ball of blazing gas that was three hundred and thirty thousand times more massive than it. They were so far apart that light took eight minutes to cross the gap. The light was information from a star, and it could burn your skin from a hundred and fifty million kilometres away. + +§2Sometimes the player dreamed it was a miner, on the surface of a world that was flat, and infinite. The sun was a square of white. The days were short; there was much to do; and death was a temporary inconvenience. + +§3Sometimes the player dreamed it was lost in a story. + +§2Sometimes the player dreamed it was other things, in other places. Sometimes these dreams were disturbing. Sometimes very beautiful indeed. Sometimes the player woke from one dream into another, then woke from that into a third. + +§3Sometimes the player dreamed it watched words on a screen. + +§2Let's go back. + +§2The atoms of the player were scattered in the grass, in the rivers, in the air, in the ground. A woman gathered the atoms; she drank and ate and inhaled; and the woman assembled the player, in her body. + +§2And the player awoke, from the warm, dark world of its mother's body, into the long dream. + +§2And the player was a new story, never told before, written in letters of DNA. And the player was a new program, never run before, generated by a sourcecode a billion years old. And the player was a new human, never alive before, made from nothing but milk and love. + +§3You are the player. The story. The program. The human. Made from nothing but milk and love. + +§2Let's go further back. + +§2The seven billion billion billion atoms of the player's body were created, long before this game, in the heart of a star. So the player, too, is information from a star. And the player moves through a story, which is a forest of information planted by a man called Julian, on a flat, infinite world created by a man called Markus, that exists inside a small, private world created by the player, who inhabits a universe created by... + +§3Shush. Sometimes the player created a small, private world that was soft and warm and simple. Sometimes hard, and cold, and complicated. Sometimes it built a model of the universe in its head; flecks of energy, moving through vast empty spaces. Sometimes it called those flecks "electrons" and "protons". + +§2Sometimes it called them "planets" and "stars". + +§2Sometimes it believed it was in a universe that was made of energy that was made of offs and ons; zeros and ones; lines of code. Sometimes it believed it was playing a game. Sometimes it believed it was reading words on a screen. + +§3You are the player, reading words... + +§2Shush... Sometimes the player read lines of code on a screen. Decoded them into words; decoded words into meaning; decoded meaning into feelings, emotions, theories, ideas, and the player started to breathe faster and deeper and realised it was alive, it was alive, those thousand deaths had not been real, the player was alive + +§3You. You. You are alive. + +§2and sometimes the player believed the universe had spoken to it through the sunlight that came through the shuffling leaves of the summer trees + +§3and sometimes the player believed the universe had spoken to it through the light that fell from the crisp night sky of winter, where a fleck of light in the corner of the player's eye might be a star a million times as massive as the sun, boiling its planets to plasma in order to be visible for a moment to the player, walking home at the far side of the universe, suddenly smelling food, almost at the familiar door, about to dream again + +§2and sometimes the player believed the universe had spoken to it through the zeros and ones, through the electricity of the world, through the scrolling words on a screen at the end of a dream + +§3and the universe said I love you + +§2and the universe said you have played the game well + +§3and the universe said everything you need is within you + +§2and the universe said you are stronger than you know + +§3and the universe said you are the daylight + +§2and the universe said you are the night + +§3and the universe said the darkness you fight is within you + +§2and the universe said the light you seek is within you + +§3and the universe said you are not alone + +§2and the universe said you are not separate from every other thing + +§3and the universe said you are the universe tasting itself, talking to itself, reading its own code + +§2and the universe said I love you because you are love. + +§3And the game was over and the player woke up from the dream. And the player began a new dream. And the player dreamed again, dreamed better. And the player was the universe. And the player was love. + +§3You are the player. + +§2Wake up. diff --git a/1.7.10/assets/minecraft/texts/splashes.txt b/1.7.10/assets/minecraft/texts/splashes.txt new file mode 100644 index 00000000..061ae98e --- /dev/null +++ b/1.7.10/assets/minecraft/texts/splashes.txt @@ -0,0 +1,322 @@ +As seen on TV! +Awesome! +100% pure! +May contain nuts! +Better than Prey! +More polygons! +Sexy! +Limited edition! +Flashing letters! +Made by Notch! +It's here! +Best in class! +It's finished! +Kind of dragon free! +Excitement! +More than 500 sold! +One of a kind! +Heaps of hits on YouTube! +Indev! +Spiders everywhere! +Check it out! +Holy cow, man! +It's a game! +Made in Sweden! +Uses LWJGL! +Reticulating splines! +Minecraft! +Yaaay! +Singleplayer! +Keyboard compatible! +Undocumented! +Ingots! +Exploding creepers! +That's no moon! +l33t! +Create! +Survive! +Dungeon! +Exclusive! +The bee's knees! +Down with O.P.P.! +Closed source! +Classy! +Wow! +Not on steam! +Oh man! +Awesome community! +Pixels! +Teetsuuuuoooo! +Kaaneeeedaaaa! +Now with difficulty! +Enhanced! +90% bug free! +Pretty! +12 herbs and spices! +Fat free! +Absolutely no memes! +Free dental! +Ask your doctor! +Minors welcome! +Cloud computing! +Legal in Finland! +Hard to label! +Technically good! +Bringing home the bacon! +Indie! +GOTY! +Ceci n'est pas une title screen! +Euclidian! +Now in 3D! +Inspirational! +Herregud! +Complex cellular automata! +Yes, sir! +Played by cowboys! +OpenGL 1.2! +Thousands of colors! +Try it! +Age of Wonders is better! +Try the mushroom stew! +Sensational! +Hot tamale, hot hot tamale! +Play him off, keyboard cat! +Guaranteed! +Macroscopic! +Bring it on! +Random splash! +Call your mother! +Monster infighting! +Loved by millions! +Ultimate edition! +Freaky! +You've got a brand new key! +Water proof! +Uninflammable! +Whoa, dude! +All inclusive! +Tell your friends! +NP is not in P! +Notch <3 ez! +Music by C418! +Livestreamed! +Haunted! +Polynomial! +Terrestrial! +All is full of love! +Full of stars! +Scientific! +Cooler than Spock! +Collaborate and listen! +Never dig down! +Take frequent breaks! +Not linear! +Han shot first! +Nice to meet you! +Buckets of lava! +Ride the pig! +Larger than Earth! +sqrt(-1) love you! +Phobos anomaly! +Punching wood! +Falling off cliffs! +0% sugar! +150% hyperbole! +Synecdoche! +Let's danec! +Seecret Friday update! +Reference implementation! +Lewd with two dudes with food! +Kiss the sky! +20 GOTO 10! +Verlet intregration! +Peter Griffin! +Do not distribute! +Cogito ergo sum! +4815162342 lines of code! +A skeleton popped out! +The Work of Notch! +The sum of its parts! +BTAF used to be good! +I miss ADOM! +umop-apisdn! +OICU812! +Bring me Ray Cokes! +Finger-licking! +Thematic! +Pneumatic! +Sublime! +Octagonal! +Une baguette! +Gargamel plays it! +Rita is the new top dog! +SWM forever! +Representing Edsbyn! +Matt Damon! +Supercalifragilisticexpialidocious! +Consummate V's! +Cow Tools! +Double buffered! +Fan fiction! +Flaxkikare! +Jason! Jason! Jason! +Hotter than the sun! +Internet enabled! +Autonomous! +Engage! +Fantasy! +DRR! DRR! DRR! +Kick it root down! +Regional resources! +Woo, facepunch! +Woo, somethingawful! +Woo, /v/! +Woo, tigsource! +Woo, minecraftforum! +Woo, worldofminecraft! +Woo, reddit! +Woo, 2pp! +Google anlyticsed! +Now supports åäö! +Give us Gordon! +Tip your waiter! +Very fun! +12345 is a bad password! +Vote for net neutrality! +Lives in a pineapple under the sea! +MAP11 has two names! +Omnipotent! +Gasp! +...! +Bees, bees, bees, bees! +Jag känner en bot! +This text is hard to read if you play the game at the default resolution, but at 1080p it's fine! +Haha, LOL! +Hampsterdance! +Switches and ores! +Menger sponge! +idspispopd! +Eple (original edit)! +So fresh, so clean! +Slow acting portals! +Try the Nether! +Don't look directly at the bugs! +Oh, ok, Pigmen! +Finally with ladders! +Scary! +Play Minecraft, Watch Topgear, Get Pig! +Twittered about! +Jump up, jump up, and get down! +Joel is neat! +A riddle, wrapped in a mystery! +Huge tracts of land! +Welcome to your Doom! +Stay a while, stay forever! +Stay a while and listen! +Treatment for your rash! +"Autological" is! +Information wants to be free! +"Almost never" is an interesting concept! +Lots of truthiness! +The creeper is a spy! +Turing complete! +It's groundbreaking! +Let our battle's begin! +The sky is the limit! +Jeb has amazing hair! +Ryan also has amazing hair! +Casual gaming! +Undefeated! +Kinda like Lemmings! +Follow the train, CJ! +Leveraging synergy! +This message will never appear on the splash screen, isn't that weird? +DungeonQuest is unfair! +110813! +90210! +Check out the far lands! +Tyrion would love it! +Also try VVVVVV! +Also try Super Meat Boy! +Also try Terraria! +Also try Mount And Blade! +Also try Project Zomboid! +Also try World of Goo! +Also try Limbo! +Also try Pixeljunk Shooter! +Also try Braid! +That's super! +Bread is pain! +Read more books! +Khaaaaaaaaan! +Less addictive than TV Tropes! +More addictive than lemonade! +Bigger than a bread box! +Millions of peaches! +Fnord! +This is my true form! +Totally forgot about Dre! +Don't bother with the clones! +Pumpkinhead! +Hobo humping slobo babe! +Made by Jeb! +Has an ending! +Finally complete! +Feature packed! +Boots with the fur! +Stop, hammertime! +Testificates! +Conventional! +Homeomorphic to a 3-sphere! +Doesn't avoid double negatives! +Place ALL the blocks! +Does barrel rolls! +Meeting expectations! +PC gaming since 1873! +Ghoughpteighbteau tchoghs! +Déjà vu! +Déjà vu! +Got your nose! +Haley loves Elan! +Afraid of the big, black bat! +Doesn't use the U-word! +Child's play! +See you next Friday or so! +From the streets of Södermalm! +150 bpm for 400000 minutes! +Technologic! +Funk soul brother! +Pumpa kungen! +日本ハロー! +한국 안녕하세요! +Helo Cymru! +Cześć Polsko! +你好中国! +Привет Россия! +Γεια σου Ελλάδα! +My life for Aiur! +Lennart lennart = new Lennart(); +I see your vocabulary has improved! +Who put it there? +You can't explain that! +if not ok then return end +§1C§2o§3l§4o§5r§6m§7a§8t§9i§ac +§kFUNKY LOL +SOPA means LOSER in Swedish! +Big Pointy Teeth! +Bekarton guards the gate! +Mmmph, mmph! +Don't feed avocados to parrots! +Swords for everyone! +Plz reply to my tweet! +.party()! +Take her pillow! +Put that cookie down! +Pretty scary! +I have a suggestion. +Now with extra hugs! +Now java 6! +Woah. +HURNERJSGER? +What's up, Doc? +Now contains 32 random daily cats! \ No newline at end of file diff --git a/1.7.10/assets/minecraft/textures/blocks/anvil_base.png b/1.7.10/assets/minecraft/textures/blocks/anvil_base.png new file mode 100644 index 00000000..cfc1fc8f Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/anvil_base.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/anvil_top_damaged_0.png b/1.7.10/assets/minecraft/textures/blocks/anvil_top_damaged_0.png new file mode 100644 index 00000000..395dea47 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/anvil_top_damaged_0.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/anvil_top_damaged_1.png b/1.7.10/assets/minecraft/textures/blocks/anvil_top_damaged_1.png new file mode 100644 index 00000000..eddc47fb Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/anvil_top_damaged_1.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/anvil_top_damaged_2.png b/1.7.10/assets/minecraft/textures/blocks/anvil_top_damaged_2.png new file mode 100644 index 00000000..6cade1fa Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/anvil_top_damaged_2.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/beacon.png b/1.7.10/assets/minecraft/textures/blocks/beacon.png new file mode 100644 index 00000000..a69e59dc Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/beacon.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/bed_feet_end.png b/1.7.10/assets/minecraft/textures/blocks/bed_feet_end.png new file mode 100644 index 00000000..6e1a4be4 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/bed_feet_end.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/bed_feet_side.png b/1.7.10/assets/minecraft/textures/blocks/bed_feet_side.png new file mode 100644 index 00000000..3ce06f3e Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/bed_feet_side.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/bed_feet_top.png b/1.7.10/assets/minecraft/textures/blocks/bed_feet_top.png new file mode 100644 index 00000000..b96d357d Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/bed_feet_top.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/bed_head_end.png b/1.7.10/assets/minecraft/textures/blocks/bed_head_end.png new file mode 100644 index 00000000..b684c9a7 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/bed_head_end.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/bed_head_side.png b/1.7.10/assets/minecraft/textures/blocks/bed_head_side.png new file mode 100644 index 00000000..3270b4a0 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/bed_head_side.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/bed_head_top.png b/1.7.10/assets/minecraft/textures/blocks/bed_head_top.png new file mode 100644 index 00000000..2ab10900 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/bed_head_top.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/bedrock.png b/1.7.10/assets/minecraft/textures/blocks/bedrock.png new file mode 100644 index 00000000..1643c995 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/bedrock.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/bookshelf.png b/1.7.10/assets/minecraft/textures/blocks/bookshelf.png new file mode 100644 index 00000000..4c87f0fb Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/bookshelf.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/brewing_stand.png b/1.7.10/assets/minecraft/textures/blocks/brewing_stand.png new file mode 100644 index 00000000..60832aab Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/brewing_stand.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/brewing_stand_base.png b/1.7.10/assets/minecraft/textures/blocks/brewing_stand_base.png new file mode 100644 index 00000000..0742fbfa Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/brewing_stand_base.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/brick.png b/1.7.10/assets/minecraft/textures/blocks/brick.png new file mode 100644 index 00000000..fd6959c2 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/brick.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/cactus_bottom.png b/1.7.10/assets/minecraft/textures/blocks/cactus_bottom.png new file mode 100644 index 00000000..6f10bc08 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/cactus_bottom.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/cactus_side.png b/1.7.10/assets/minecraft/textures/blocks/cactus_side.png new file mode 100644 index 00000000..9c555037 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/cactus_side.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/cactus_top.png b/1.7.10/assets/minecraft/textures/blocks/cactus_top.png new file mode 100644 index 00000000..f182e84a Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/cactus_top.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/cake_bottom.png b/1.7.10/assets/minecraft/textures/blocks/cake_bottom.png new file mode 100644 index 00000000..d93b15ad Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/cake_bottom.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/cake_inner.png b/1.7.10/assets/minecraft/textures/blocks/cake_inner.png new file mode 100644 index 00000000..ce7ce690 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/cake_inner.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/cake_side.png b/1.7.10/assets/minecraft/textures/blocks/cake_side.png new file mode 100644 index 00000000..343a0234 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/cake_side.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/cake_top.png b/1.7.10/assets/minecraft/textures/blocks/cake_top.png new file mode 100644 index 00000000..2947892e Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/cake_top.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/carrots_stage_0.png b/1.7.10/assets/minecraft/textures/blocks/carrots_stage_0.png new file mode 100644 index 00000000..c1ef7320 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/carrots_stage_0.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/carrots_stage_1.png b/1.7.10/assets/minecraft/textures/blocks/carrots_stage_1.png new file mode 100644 index 00000000..1275f4f8 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/carrots_stage_1.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/carrots_stage_2.png b/1.7.10/assets/minecraft/textures/blocks/carrots_stage_2.png new file mode 100644 index 00000000..b7347dfe Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/carrots_stage_2.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/carrots_stage_3.png b/1.7.10/assets/minecraft/textures/blocks/carrots_stage_3.png new file mode 100644 index 00000000..2391be83 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/carrots_stage_3.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/cauldron_bottom.png b/1.7.10/assets/minecraft/textures/blocks/cauldron_bottom.png new file mode 100644 index 00000000..fb313857 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/cauldron_bottom.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/cauldron_inner.png b/1.7.10/assets/minecraft/textures/blocks/cauldron_inner.png new file mode 100644 index 00000000..d5a30dd2 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/cauldron_inner.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/cauldron_side.png b/1.7.10/assets/minecraft/textures/blocks/cauldron_side.png new file mode 100644 index 00000000..72b0e5a3 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/cauldron_side.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/cauldron_top.png b/1.7.10/assets/minecraft/textures/blocks/cauldron_top.png new file mode 100644 index 00000000..3ed61718 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/cauldron_top.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/clay.png b/1.7.10/assets/minecraft/textures/blocks/clay.png new file mode 100644 index 00000000..c19e0319 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/clay.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/coal_block.png b/1.7.10/assets/minecraft/textures/blocks/coal_block.png new file mode 100644 index 00000000..024404bc Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/coal_block.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/coal_ore.png b/1.7.10/assets/minecraft/textures/blocks/coal_ore.png new file mode 100644 index 00000000..49486d2a Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/coal_ore.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/cobblestone.png b/1.7.10/assets/minecraft/textures/blocks/cobblestone.png new file mode 100644 index 00000000..da3498c5 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/cobblestone.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/cobblestone_mossy.png b/1.7.10/assets/minecraft/textures/blocks/cobblestone_mossy.png new file mode 100644 index 00000000..29449e3b Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/cobblestone_mossy.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/cocoa_stage_0.png b/1.7.10/assets/minecraft/textures/blocks/cocoa_stage_0.png new file mode 100644 index 00000000..25892eba Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/cocoa_stage_0.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/cocoa_stage_1.png b/1.7.10/assets/minecraft/textures/blocks/cocoa_stage_1.png new file mode 100644 index 00000000..d0098ffd Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/cocoa_stage_1.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/cocoa_stage_2.png b/1.7.10/assets/minecraft/textures/blocks/cocoa_stage_2.png new file mode 100644 index 00000000..db28c7b8 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/cocoa_stage_2.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/command_block.png b/1.7.10/assets/minecraft/textures/blocks/command_block.png new file mode 100644 index 00000000..4459675f Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/command_block.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/comparator_off.png b/1.7.10/assets/minecraft/textures/blocks/comparator_off.png new file mode 100644 index 00000000..c9527bc1 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/comparator_off.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/comparator_on.png b/1.7.10/assets/minecraft/textures/blocks/comparator_on.png new file mode 100644 index 00000000..2e4fb7aa Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/comparator_on.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/crafting_table_front.png b/1.7.10/assets/minecraft/textures/blocks/crafting_table_front.png new file mode 100644 index 00000000..11986a46 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/crafting_table_front.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/crafting_table_side.png b/1.7.10/assets/minecraft/textures/blocks/crafting_table_side.png new file mode 100644 index 00000000..1c678b4c Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/crafting_table_side.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/crafting_table_top.png b/1.7.10/assets/minecraft/textures/blocks/crafting_table_top.png new file mode 100644 index 00000000..5cd53a54 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/crafting_table_top.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/daylight_detector_side.png b/1.7.10/assets/minecraft/textures/blocks/daylight_detector_side.png new file mode 100644 index 00000000..ac273ea1 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/daylight_detector_side.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/daylight_detector_top.png b/1.7.10/assets/minecraft/textures/blocks/daylight_detector_top.png new file mode 100644 index 00000000..3bfb2da3 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/daylight_detector_top.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/deadbush.png b/1.7.10/assets/minecraft/textures/blocks/deadbush.png new file mode 100644 index 00000000..c64e0797 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/deadbush.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/destroy_stage_0.png b/1.7.10/assets/minecraft/textures/blocks/destroy_stage_0.png new file mode 100644 index 00000000..f65b7ede Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/destroy_stage_0.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/destroy_stage_1.png b/1.7.10/assets/minecraft/textures/blocks/destroy_stage_1.png new file mode 100644 index 00000000..7c915961 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/destroy_stage_1.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/destroy_stage_2.png b/1.7.10/assets/minecraft/textures/blocks/destroy_stage_2.png new file mode 100644 index 00000000..dadd6b05 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/destroy_stage_2.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/destroy_stage_3.png b/1.7.10/assets/minecraft/textures/blocks/destroy_stage_3.png new file mode 100644 index 00000000..52a40b65 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/destroy_stage_3.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/destroy_stage_4.png b/1.7.10/assets/minecraft/textures/blocks/destroy_stage_4.png new file mode 100644 index 00000000..e37c88a2 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/destroy_stage_4.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/destroy_stage_5.png b/1.7.10/assets/minecraft/textures/blocks/destroy_stage_5.png new file mode 100644 index 00000000..9590d2f7 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/destroy_stage_5.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/destroy_stage_6.png b/1.7.10/assets/minecraft/textures/blocks/destroy_stage_6.png new file mode 100644 index 00000000..8e490c0e Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/destroy_stage_6.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/destroy_stage_7.png b/1.7.10/assets/minecraft/textures/blocks/destroy_stage_7.png new file mode 100644 index 00000000..0b40c789 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/destroy_stage_7.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/destroy_stage_8.png b/1.7.10/assets/minecraft/textures/blocks/destroy_stage_8.png new file mode 100644 index 00000000..c0bf1dec Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/destroy_stage_8.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/destroy_stage_9.png b/1.7.10/assets/minecraft/textures/blocks/destroy_stage_9.png new file mode 100644 index 00000000..e3185f82 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/destroy_stage_9.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/diamond_block.png b/1.7.10/assets/minecraft/textures/blocks/diamond_block.png new file mode 100644 index 00000000..f2e2e771 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/diamond_block.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/diamond_ore.png b/1.7.10/assets/minecraft/textures/blocks/diamond_ore.png new file mode 100644 index 00000000..735ecdaa Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/diamond_ore.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/dirt.png b/1.7.10/assets/minecraft/textures/blocks/dirt.png new file mode 100644 index 00000000..617d353e Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/dirt.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/dirt_podzol_side.png b/1.7.10/assets/minecraft/textures/blocks/dirt_podzol_side.png new file mode 100644 index 00000000..5921d37f Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/dirt_podzol_side.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/dirt_podzol_top.png b/1.7.10/assets/minecraft/textures/blocks/dirt_podzol_top.png new file mode 100644 index 00000000..ebeda86a Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/dirt_podzol_top.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/dispenser_front_horizontal.png b/1.7.10/assets/minecraft/textures/blocks/dispenser_front_horizontal.png new file mode 100644 index 00000000..3e09fde0 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/dispenser_front_horizontal.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/dispenser_front_vertical.png b/1.7.10/assets/minecraft/textures/blocks/dispenser_front_vertical.png new file mode 100644 index 00000000..87a7837e Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/dispenser_front_vertical.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/door_iron_lower.png b/1.7.10/assets/minecraft/textures/blocks/door_iron_lower.png new file mode 100644 index 00000000..dbc33ab4 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/door_iron_lower.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/door_iron_upper.png b/1.7.10/assets/minecraft/textures/blocks/door_iron_upper.png new file mode 100644 index 00000000..56878fea Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/door_iron_upper.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/door_wood_lower.png b/1.7.10/assets/minecraft/textures/blocks/door_wood_lower.png new file mode 100644 index 00000000..cc617316 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/door_wood_lower.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/door_wood_upper.png b/1.7.10/assets/minecraft/textures/blocks/door_wood_upper.png new file mode 100644 index 00000000..93319d5d Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/door_wood_upper.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/double_plant_fern_bottom.png b/1.7.10/assets/minecraft/textures/blocks/double_plant_fern_bottom.png new file mode 100644 index 00000000..6a5fa6a1 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/double_plant_fern_bottom.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/double_plant_fern_top.png b/1.7.10/assets/minecraft/textures/blocks/double_plant_fern_top.png new file mode 100644 index 00000000..393144c4 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/double_plant_fern_top.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/double_plant_grass_bottom.png b/1.7.10/assets/minecraft/textures/blocks/double_plant_grass_bottom.png new file mode 100644 index 00000000..ec717f93 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/double_plant_grass_bottom.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/double_plant_grass_top.png b/1.7.10/assets/minecraft/textures/blocks/double_plant_grass_top.png new file mode 100644 index 00000000..113d2b3a Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/double_plant_grass_top.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/double_plant_paeonia_bottom.png b/1.7.10/assets/minecraft/textures/blocks/double_plant_paeonia_bottom.png new file mode 100644 index 00000000..21285f5e Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/double_plant_paeonia_bottom.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/double_plant_paeonia_top.png b/1.7.10/assets/minecraft/textures/blocks/double_plant_paeonia_top.png new file mode 100644 index 00000000..bc682417 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/double_plant_paeonia_top.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/double_plant_rose_bottom.png b/1.7.10/assets/minecraft/textures/blocks/double_plant_rose_bottom.png new file mode 100644 index 00000000..4d59f443 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/double_plant_rose_bottom.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/double_plant_rose_top.png b/1.7.10/assets/minecraft/textures/blocks/double_plant_rose_top.png new file mode 100644 index 00000000..028aa80a Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/double_plant_rose_top.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/double_plant_sunflower_back.png b/1.7.10/assets/minecraft/textures/blocks/double_plant_sunflower_back.png new file mode 100644 index 00000000..d488923a Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/double_plant_sunflower_back.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/double_plant_sunflower_bottom.png b/1.7.10/assets/minecraft/textures/blocks/double_plant_sunflower_bottom.png new file mode 100644 index 00000000..8a12ebe5 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/double_plant_sunflower_bottom.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/double_plant_sunflower_front.png b/1.7.10/assets/minecraft/textures/blocks/double_plant_sunflower_front.png new file mode 100644 index 00000000..699e34fa Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/double_plant_sunflower_front.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/double_plant_sunflower_top.png b/1.7.10/assets/minecraft/textures/blocks/double_plant_sunflower_top.png new file mode 100644 index 00000000..4d142039 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/double_plant_sunflower_top.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/double_plant_syringa_bottom.png b/1.7.10/assets/minecraft/textures/blocks/double_plant_syringa_bottom.png new file mode 100644 index 00000000..5b880b5f Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/double_plant_syringa_bottom.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/double_plant_syringa_top.png b/1.7.10/assets/minecraft/textures/blocks/double_plant_syringa_top.png new file mode 100644 index 00000000..b00751fc Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/double_plant_syringa_top.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/dragon_egg.png b/1.7.10/assets/minecraft/textures/blocks/dragon_egg.png new file mode 100644 index 00000000..02af123c Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/dragon_egg.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/dropper_front_horizontal.png b/1.7.10/assets/minecraft/textures/blocks/dropper_front_horizontal.png new file mode 100644 index 00000000..7d5f260d Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/dropper_front_horizontal.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/dropper_front_vertical.png b/1.7.10/assets/minecraft/textures/blocks/dropper_front_vertical.png new file mode 100644 index 00000000..68a56c88 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/dropper_front_vertical.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/emerald_block.png b/1.7.10/assets/minecraft/textures/blocks/emerald_block.png new file mode 100644 index 00000000..dc214ee7 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/emerald_block.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/emerald_ore.png b/1.7.10/assets/minecraft/textures/blocks/emerald_ore.png new file mode 100644 index 00000000..a26c35f6 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/emerald_ore.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/enchanting_table_bottom.png b/1.7.10/assets/minecraft/textures/blocks/enchanting_table_bottom.png new file mode 100644 index 00000000..0f492aac Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/enchanting_table_bottom.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/enchanting_table_side.png b/1.7.10/assets/minecraft/textures/blocks/enchanting_table_side.png new file mode 100644 index 00000000..f2f46143 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/enchanting_table_side.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/enchanting_table_top.png b/1.7.10/assets/minecraft/textures/blocks/enchanting_table_top.png new file mode 100644 index 00000000..0d5f68f6 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/enchanting_table_top.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/end_stone.png b/1.7.10/assets/minecraft/textures/blocks/end_stone.png new file mode 100644 index 00000000..c2a91e3c Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/end_stone.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/endframe_eye.png b/1.7.10/assets/minecraft/textures/blocks/endframe_eye.png new file mode 100644 index 00000000..afa1d5d0 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/endframe_eye.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/endframe_side.png b/1.7.10/assets/minecraft/textures/blocks/endframe_side.png new file mode 100644 index 00000000..e6cb5673 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/endframe_side.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/endframe_top.png b/1.7.10/assets/minecraft/textures/blocks/endframe_top.png new file mode 100644 index 00000000..35215a58 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/endframe_top.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/farmland_dry.png b/1.7.10/assets/minecraft/textures/blocks/farmland_dry.png new file mode 100644 index 00000000..d03a0f49 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/farmland_dry.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/farmland_wet.png b/1.7.10/assets/minecraft/textures/blocks/farmland_wet.png new file mode 100644 index 00000000..f8d460d5 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/farmland_wet.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/fern.png b/1.7.10/assets/minecraft/textures/blocks/fern.png new file mode 100644 index 00000000..fd769501 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/fern.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/fire_layer_0.png b/1.7.10/assets/minecraft/textures/blocks/fire_layer_0.png new file mode 100644 index 00000000..cf8910f6 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/fire_layer_0.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/fire_layer_0.png.mcmeta b/1.7.10/assets/minecraft/textures/blocks/fire_layer_0.png.mcmeta new file mode 100644 index 00000000..76446714 --- /dev/null +++ b/1.7.10/assets/minecraft/textures/blocks/fire_layer_0.png.mcmeta @@ -0,0 +1,38 @@ +{ + "animation": { + "frames": [ + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15 + ] + } +} diff --git a/1.7.10/assets/minecraft/textures/blocks/fire_layer_1.png b/1.7.10/assets/minecraft/textures/blocks/fire_layer_1.png new file mode 100644 index 00000000..6db92ac4 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/fire_layer_1.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/fire_layer_1.png.mcmeta b/1.7.10/assets/minecraft/textures/blocks/fire_layer_1.png.mcmeta new file mode 100644 index 00000000..4f0718ac --- /dev/null +++ b/1.7.10/assets/minecraft/textures/blocks/fire_layer_1.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} \ No newline at end of file diff --git a/1.7.10/assets/minecraft/textures/blocks/flower_allium.png b/1.7.10/assets/minecraft/textures/blocks/flower_allium.png new file mode 100644 index 00000000..b7b5a45c Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/flower_allium.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/flower_blue_orchid.png b/1.7.10/assets/minecraft/textures/blocks/flower_blue_orchid.png new file mode 100644 index 00000000..51d7fd94 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/flower_blue_orchid.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/flower_dandelion.png b/1.7.10/assets/minecraft/textures/blocks/flower_dandelion.png new file mode 100644 index 00000000..873e3f5c Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/flower_dandelion.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/flower_houstonia.png b/1.7.10/assets/minecraft/textures/blocks/flower_houstonia.png new file mode 100644 index 00000000..2f9127d9 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/flower_houstonia.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/flower_oxeye_daisy.png b/1.7.10/assets/minecraft/textures/blocks/flower_oxeye_daisy.png new file mode 100644 index 00000000..6d489130 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/flower_oxeye_daisy.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/flower_paeonia.png b/1.7.10/assets/minecraft/textures/blocks/flower_paeonia.png new file mode 100644 index 00000000..01a92ee7 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/flower_paeonia.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/flower_pot.png b/1.7.10/assets/minecraft/textures/blocks/flower_pot.png new file mode 100644 index 00000000..09c2523c Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/flower_pot.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/flower_rose.png b/1.7.10/assets/minecraft/textures/blocks/flower_rose.png new file mode 100644 index 00000000..895d78ff Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/flower_rose.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/flower_tulip_orange.png b/1.7.10/assets/minecraft/textures/blocks/flower_tulip_orange.png new file mode 100644 index 00000000..6715a628 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/flower_tulip_orange.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/flower_tulip_pink.png b/1.7.10/assets/minecraft/textures/blocks/flower_tulip_pink.png new file mode 100644 index 00000000..a757bf53 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/flower_tulip_pink.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/flower_tulip_red.png b/1.7.10/assets/minecraft/textures/blocks/flower_tulip_red.png new file mode 100644 index 00000000..3048b63d Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/flower_tulip_red.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/flower_tulip_white.png b/1.7.10/assets/minecraft/textures/blocks/flower_tulip_white.png new file mode 100644 index 00000000..6aa12a90 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/flower_tulip_white.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/furnace_front_off.png b/1.7.10/assets/minecraft/textures/blocks/furnace_front_off.png new file mode 100644 index 00000000..0570c3a1 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/furnace_front_off.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/furnace_front_on.png b/1.7.10/assets/minecraft/textures/blocks/furnace_front_on.png new file mode 100644 index 00000000..92c89f3c Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/furnace_front_on.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/furnace_side.png b/1.7.10/assets/minecraft/textures/blocks/furnace_side.png new file mode 100644 index 00000000..115f73d0 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/furnace_side.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/furnace_top.png b/1.7.10/assets/minecraft/textures/blocks/furnace_top.png new file mode 100644 index 00000000..a3a5a085 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/furnace_top.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/glass.png b/1.7.10/assets/minecraft/textures/blocks/glass.png new file mode 100644 index 00000000..acadb01a Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/glass.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/glass_black.png b/1.7.10/assets/minecraft/textures/blocks/glass_black.png new file mode 100644 index 00000000..06f34279 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/glass_black.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/glass_blue.png b/1.7.10/assets/minecraft/textures/blocks/glass_blue.png new file mode 100644 index 00000000..38885de7 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/glass_blue.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/glass_brown.png b/1.7.10/assets/minecraft/textures/blocks/glass_brown.png new file mode 100644 index 00000000..259b61c6 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/glass_brown.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/glass_cyan.png b/1.7.10/assets/minecraft/textures/blocks/glass_cyan.png new file mode 100644 index 00000000..d30caa44 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/glass_cyan.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/glass_gray.png b/1.7.10/assets/minecraft/textures/blocks/glass_gray.png new file mode 100644 index 00000000..3f07a5d8 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/glass_gray.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/glass_green.png b/1.7.10/assets/minecraft/textures/blocks/glass_green.png new file mode 100644 index 00000000..7c1f4e60 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/glass_green.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/glass_light_blue.png b/1.7.10/assets/minecraft/textures/blocks/glass_light_blue.png new file mode 100644 index 00000000..b62703d4 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/glass_light_blue.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/glass_lime.png b/1.7.10/assets/minecraft/textures/blocks/glass_lime.png new file mode 100644 index 00000000..f1d3c46a Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/glass_lime.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/glass_magenta.png b/1.7.10/assets/minecraft/textures/blocks/glass_magenta.png new file mode 100644 index 00000000..5cd99450 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/glass_magenta.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/glass_orange.png b/1.7.10/assets/minecraft/textures/blocks/glass_orange.png new file mode 100644 index 00000000..3a29e31b Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/glass_orange.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/glass_pane_top.png b/1.7.10/assets/minecraft/textures/blocks/glass_pane_top.png new file mode 100644 index 00000000..02de5877 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/glass_pane_top.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/glass_pane_top_black.png b/1.7.10/assets/minecraft/textures/blocks/glass_pane_top_black.png new file mode 100644 index 00000000..43d60c55 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/glass_pane_top_black.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/glass_pane_top_blue.png b/1.7.10/assets/minecraft/textures/blocks/glass_pane_top_blue.png new file mode 100644 index 00000000..55c614f4 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/glass_pane_top_blue.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/glass_pane_top_brown.png b/1.7.10/assets/minecraft/textures/blocks/glass_pane_top_brown.png new file mode 100644 index 00000000..cbd791a4 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/glass_pane_top_brown.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/glass_pane_top_cyan.png b/1.7.10/assets/minecraft/textures/blocks/glass_pane_top_cyan.png new file mode 100644 index 00000000..9a34b844 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/glass_pane_top_cyan.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/glass_pane_top_gray.png b/1.7.10/assets/minecraft/textures/blocks/glass_pane_top_gray.png new file mode 100644 index 00000000..bb061147 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/glass_pane_top_gray.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/glass_pane_top_green.png b/1.7.10/assets/minecraft/textures/blocks/glass_pane_top_green.png new file mode 100644 index 00000000..a7d9fc7d Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/glass_pane_top_green.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/glass_pane_top_light_blue.png b/1.7.10/assets/minecraft/textures/blocks/glass_pane_top_light_blue.png new file mode 100644 index 00000000..6a0e661d Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/glass_pane_top_light_blue.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/glass_pane_top_lime.png b/1.7.10/assets/minecraft/textures/blocks/glass_pane_top_lime.png new file mode 100644 index 00000000..0607d75b Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/glass_pane_top_lime.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/glass_pane_top_magenta.png b/1.7.10/assets/minecraft/textures/blocks/glass_pane_top_magenta.png new file mode 100644 index 00000000..5419e521 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/glass_pane_top_magenta.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/glass_pane_top_orange.png b/1.7.10/assets/minecraft/textures/blocks/glass_pane_top_orange.png new file mode 100644 index 00000000..2866571b Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/glass_pane_top_orange.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/glass_pane_top_pink.png b/1.7.10/assets/minecraft/textures/blocks/glass_pane_top_pink.png new file mode 100644 index 00000000..6b6cd768 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/glass_pane_top_pink.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/glass_pane_top_purple.png b/1.7.10/assets/minecraft/textures/blocks/glass_pane_top_purple.png new file mode 100644 index 00000000..23e208ed Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/glass_pane_top_purple.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/glass_pane_top_red.png b/1.7.10/assets/minecraft/textures/blocks/glass_pane_top_red.png new file mode 100644 index 00000000..22b69dba Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/glass_pane_top_red.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/glass_pane_top_silver.png b/1.7.10/assets/minecraft/textures/blocks/glass_pane_top_silver.png new file mode 100644 index 00000000..f226ecc9 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/glass_pane_top_silver.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/glass_pane_top_white.png b/1.7.10/assets/minecraft/textures/blocks/glass_pane_top_white.png new file mode 100644 index 00000000..9a273c36 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/glass_pane_top_white.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/glass_pane_top_yellow.png b/1.7.10/assets/minecraft/textures/blocks/glass_pane_top_yellow.png new file mode 100644 index 00000000..1c8580f3 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/glass_pane_top_yellow.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/glass_pink.png b/1.7.10/assets/minecraft/textures/blocks/glass_pink.png new file mode 100644 index 00000000..42d8739d Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/glass_pink.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/glass_purple.png b/1.7.10/assets/minecraft/textures/blocks/glass_purple.png new file mode 100644 index 00000000..fcae3d26 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/glass_purple.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/glass_red.png b/1.7.10/assets/minecraft/textures/blocks/glass_red.png new file mode 100644 index 00000000..db4c5eb7 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/glass_red.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/glass_silver.png b/1.7.10/assets/minecraft/textures/blocks/glass_silver.png new file mode 100644 index 00000000..84616646 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/glass_silver.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/glass_white.png b/1.7.10/assets/minecraft/textures/blocks/glass_white.png new file mode 100644 index 00000000..696c5aab Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/glass_white.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/glass_yellow.png b/1.7.10/assets/minecraft/textures/blocks/glass_yellow.png new file mode 100644 index 00000000..8e48e120 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/glass_yellow.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/glowstone.png b/1.7.10/assets/minecraft/textures/blocks/glowstone.png new file mode 100644 index 00000000..c7253b3b Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/glowstone.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/gold_block.png b/1.7.10/assets/minecraft/textures/blocks/gold_block.png new file mode 100644 index 00000000..174002e2 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/gold_block.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/gold_ore.png b/1.7.10/assets/minecraft/textures/blocks/gold_ore.png new file mode 100644 index 00000000..b1a7a55b Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/gold_ore.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/grass_side.png b/1.7.10/assets/minecraft/textures/blocks/grass_side.png new file mode 100644 index 00000000..a4975e53 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/grass_side.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/grass_side_overlay.png b/1.7.10/assets/minecraft/textures/blocks/grass_side_overlay.png new file mode 100644 index 00000000..fc3fa9d7 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/grass_side_overlay.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/grass_side_snowed.png b/1.7.10/assets/minecraft/textures/blocks/grass_side_snowed.png new file mode 100644 index 00000000..41f61977 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/grass_side_snowed.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/grass_top.png b/1.7.10/assets/minecraft/textures/blocks/grass_top.png new file mode 100644 index 00000000..eaa7e458 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/grass_top.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/gravel.png b/1.7.10/assets/minecraft/textures/blocks/gravel.png new file mode 100644 index 00000000..388e5c55 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/gravel.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/hardened_clay.png b/1.7.10/assets/minecraft/textures/blocks/hardened_clay.png new file mode 100644 index 00000000..24463804 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/hardened_clay.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/hardened_clay_stained_black.png b/1.7.10/assets/minecraft/textures/blocks/hardened_clay_stained_black.png new file mode 100644 index 00000000..59da22cf Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/hardened_clay_stained_black.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/hardened_clay_stained_blue.png b/1.7.10/assets/minecraft/textures/blocks/hardened_clay_stained_blue.png new file mode 100644 index 00000000..7e38e276 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/hardened_clay_stained_blue.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/hardened_clay_stained_brown.png b/1.7.10/assets/minecraft/textures/blocks/hardened_clay_stained_brown.png new file mode 100644 index 00000000..f81745ff Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/hardened_clay_stained_brown.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/hardened_clay_stained_cyan.png b/1.7.10/assets/minecraft/textures/blocks/hardened_clay_stained_cyan.png new file mode 100644 index 00000000..b05428cb Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/hardened_clay_stained_cyan.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/hardened_clay_stained_gray.png b/1.7.10/assets/minecraft/textures/blocks/hardened_clay_stained_gray.png new file mode 100644 index 00000000..8f86904a Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/hardened_clay_stained_gray.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/hardened_clay_stained_green.png b/1.7.10/assets/minecraft/textures/blocks/hardened_clay_stained_green.png new file mode 100644 index 00000000..e89162ee Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/hardened_clay_stained_green.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/hardened_clay_stained_light_blue.png b/1.7.10/assets/minecraft/textures/blocks/hardened_clay_stained_light_blue.png new file mode 100644 index 00000000..3d9ebeaf Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/hardened_clay_stained_light_blue.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/hardened_clay_stained_lime.png b/1.7.10/assets/minecraft/textures/blocks/hardened_clay_stained_lime.png new file mode 100644 index 00000000..b459a0b5 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/hardened_clay_stained_lime.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/hardened_clay_stained_magenta.png b/1.7.10/assets/minecraft/textures/blocks/hardened_clay_stained_magenta.png new file mode 100644 index 00000000..96631060 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/hardened_clay_stained_magenta.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/hardened_clay_stained_orange.png b/1.7.10/assets/minecraft/textures/blocks/hardened_clay_stained_orange.png new file mode 100644 index 00000000..40929db6 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/hardened_clay_stained_orange.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/hardened_clay_stained_pink.png b/1.7.10/assets/minecraft/textures/blocks/hardened_clay_stained_pink.png new file mode 100644 index 00000000..c21c0aa7 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/hardened_clay_stained_pink.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/hardened_clay_stained_purple.png b/1.7.10/assets/minecraft/textures/blocks/hardened_clay_stained_purple.png new file mode 100644 index 00000000..edece941 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/hardened_clay_stained_purple.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/hardened_clay_stained_red.png b/1.7.10/assets/minecraft/textures/blocks/hardened_clay_stained_red.png new file mode 100644 index 00000000..6561d123 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/hardened_clay_stained_red.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/hardened_clay_stained_silver.png b/1.7.10/assets/minecraft/textures/blocks/hardened_clay_stained_silver.png new file mode 100644 index 00000000..eae07f27 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/hardened_clay_stained_silver.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/hardened_clay_stained_white.png b/1.7.10/assets/minecraft/textures/blocks/hardened_clay_stained_white.png new file mode 100644 index 00000000..8066af02 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/hardened_clay_stained_white.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/hardened_clay_stained_yellow.png b/1.7.10/assets/minecraft/textures/blocks/hardened_clay_stained_yellow.png new file mode 100644 index 00000000..5da4687f Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/hardened_clay_stained_yellow.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/hay_block_side.png b/1.7.10/assets/minecraft/textures/blocks/hay_block_side.png new file mode 100644 index 00000000..a2b32db4 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/hay_block_side.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/hay_block_top.png b/1.7.10/assets/minecraft/textures/blocks/hay_block_top.png new file mode 100644 index 00000000..1d355938 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/hay_block_top.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/hopper_inside.png b/1.7.10/assets/minecraft/textures/blocks/hopper_inside.png new file mode 100644 index 00000000..24e8eae3 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/hopper_inside.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/hopper_outside.png b/1.7.10/assets/minecraft/textures/blocks/hopper_outside.png new file mode 100644 index 00000000..50ed8d55 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/hopper_outside.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/hopper_top.png b/1.7.10/assets/minecraft/textures/blocks/hopper_top.png new file mode 100644 index 00000000..3ed61718 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/hopper_top.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/ice.png b/1.7.10/assets/minecraft/textures/blocks/ice.png new file mode 100644 index 00000000..ac946e95 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/ice.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/ice_packed.png b/1.7.10/assets/minecraft/textures/blocks/ice_packed.png new file mode 100644 index 00000000..50f0f345 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/ice_packed.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/iron_bars.png b/1.7.10/assets/minecraft/textures/blocks/iron_bars.png new file mode 100644 index 00000000..732807f3 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/iron_bars.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/iron_block.png b/1.7.10/assets/minecraft/textures/blocks/iron_block.png new file mode 100644 index 00000000..7816799e Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/iron_block.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/iron_ore.png b/1.7.10/assets/minecraft/textures/blocks/iron_ore.png new file mode 100644 index 00000000..250d8bb7 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/iron_ore.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/itemframe_background.png b/1.7.10/assets/minecraft/textures/blocks/itemframe_background.png new file mode 100644 index 00000000..b40ad65c Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/itemframe_background.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/jukebox_side.png b/1.7.10/assets/minecraft/textures/blocks/jukebox_side.png new file mode 100644 index 00000000..a3c27c18 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/jukebox_side.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/jukebox_top.png b/1.7.10/assets/minecraft/textures/blocks/jukebox_top.png new file mode 100644 index 00000000..92ddb158 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/jukebox_top.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/ladder.png b/1.7.10/assets/minecraft/textures/blocks/ladder.png new file mode 100644 index 00000000..e2ec5f28 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/ladder.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/lapis_block.png b/1.7.10/assets/minecraft/textures/blocks/lapis_block.png new file mode 100644 index 00000000..0271489e Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/lapis_block.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/lapis_ore.png b/1.7.10/assets/minecraft/textures/blocks/lapis_ore.png new file mode 100644 index 00000000..61442368 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/lapis_ore.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/lava_flow.png b/1.7.10/assets/minecraft/textures/blocks/lava_flow.png new file mode 100644 index 00000000..af07f91d Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/lava_flow.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/lava_flow.png.mcmeta b/1.7.10/assets/minecraft/textures/blocks/lava_flow.png.mcmeta new file mode 100644 index 00000000..8e55e43b --- /dev/null +++ b/1.7.10/assets/minecraft/textures/blocks/lava_flow.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 3 + } +} diff --git a/1.7.10/assets/minecraft/textures/blocks/lava_still.png b/1.7.10/assets/minecraft/textures/blocks/lava_still.png new file mode 100644 index 00000000..78bb29d5 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/lava_still.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/lava_still.png.mcmeta b/1.7.10/assets/minecraft/textures/blocks/lava_still.png.mcmeta new file mode 100644 index 00000000..7ceb3639 --- /dev/null +++ b/1.7.10/assets/minecraft/textures/blocks/lava_still.png.mcmeta @@ -0,0 +1,45 @@ +{ + "animation": { + "frametime": 2, + "frames": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 18, + 17, + 16, + 15, + 14, + 13, + 12, + 11, + 10, + 9, + 8, + 7, + 6, + 5, + 4, + 3, + 2, + 1 + ] + } +} \ No newline at end of file diff --git a/1.7.10/assets/minecraft/textures/blocks/leaves_acacia.png b/1.7.10/assets/minecraft/textures/blocks/leaves_acacia.png new file mode 100644 index 00000000..a6773aff Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/leaves_acacia.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/leaves_acacia_opaque.png b/1.7.10/assets/minecraft/textures/blocks/leaves_acacia_opaque.png new file mode 100644 index 00000000..e91ed32a Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/leaves_acacia_opaque.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/leaves_big_oak.png b/1.7.10/assets/minecraft/textures/blocks/leaves_big_oak.png new file mode 100644 index 00000000..a6773aff Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/leaves_big_oak.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/leaves_big_oak_opaque.png b/1.7.10/assets/minecraft/textures/blocks/leaves_big_oak_opaque.png new file mode 100644 index 00000000..e91ed32a Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/leaves_big_oak_opaque.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/leaves_birch.png b/1.7.10/assets/minecraft/textures/blocks/leaves_birch.png new file mode 100644 index 00000000..a6773aff Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/leaves_birch.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/leaves_birch_opaque.png b/1.7.10/assets/minecraft/textures/blocks/leaves_birch_opaque.png new file mode 100644 index 00000000..e91ed32a Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/leaves_birch_opaque.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/leaves_jungle.png b/1.7.10/assets/minecraft/textures/blocks/leaves_jungle.png new file mode 100644 index 00000000..e0cb935a Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/leaves_jungle.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/leaves_jungle_opaque.png b/1.7.10/assets/minecraft/textures/blocks/leaves_jungle_opaque.png new file mode 100644 index 00000000..110a618e Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/leaves_jungle_opaque.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/leaves_oak.png b/1.7.10/assets/minecraft/textures/blocks/leaves_oak.png new file mode 100644 index 00000000..a6773aff Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/leaves_oak.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/leaves_oak_opaque.png b/1.7.10/assets/minecraft/textures/blocks/leaves_oak_opaque.png new file mode 100644 index 00000000..e91ed32a Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/leaves_oak_opaque.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/leaves_spruce.png b/1.7.10/assets/minecraft/textures/blocks/leaves_spruce.png new file mode 100644 index 00000000..602eab8e Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/leaves_spruce.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/leaves_spruce_opaque.png b/1.7.10/assets/minecraft/textures/blocks/leaves_spruce_opaque.png new file mode 100644 index 00000000..2e5228e8 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/leaves_spruce_opaque.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/lever.png b/1.7.10/assets/minecraft/textures/blocks/lever.png new file mode 100644 index 00000000..051187fa Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/lever.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/log_acacia.png b/1.7.10/assets/minecraft/textures/blocks/log_acacia.png new file mode 100644 index 00000000..d2212107 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/log_acacia.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/log_acacia_top.png b/1.7.10/assets/minecraft/textures/blocks/log_acacia_top.png new file mode 100644 index 00000000..3d448780 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/log_acacia_top.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/log_big_oak.png b/1.7.10/assets/minecraft/textures/blocks/log_big_oak.png new file mode 100644 index 00000000..d4da03e6 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/log_big_oak.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/log_big_oak_top.png b/1.7.10/assets/minecraft/textures/blocks/log_big_oak_top.png new file mode 100644 index 00000000..99137b6f Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/log_big_oak_top.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/log_birch.png b/1.7.10/assets/minecraft/textures/blocks/log_birch.png new file mode 100644 index 00000000..bfb209d1 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/log_birch.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/log_birch_top.png b/1.7.10/assets/minecraft/textures/blocks/log_birch_top.png new file mode 100644 index 00000000..f9b94f4c Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/log_birch_top.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/log_jungle.png b/1.7.10/assets/minecraft/textures/blocks/log_jungle.png new file mode 100644 index 00000000..0b7120ad Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/log_jungle.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/log_jungle_top.png b/1.7.10/assets/minecraft/textures/blocks/log_jungle_top.png new file mode 100644 index 00000000..26b03616 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/log_jungle_top.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/log_oak.png b/1.7.10/assets/minecraft/textures/blocks/log_oak.png new file mode 100644 index 00000000..914cb5fb Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/log_oak.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/log_oak_top.png b/1.7.10/assets/minecraft/textures/blocks/log_oak_top.png new file mode 100644 index 00000000..7a44e773 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/log_oak_top.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/log_spruce.png b/1.7.10/assets/minecraft/textures/blocks/log_spruce.png new file mode 100644 index 00000000..dc1aa2f0 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/log_spruce.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/log_spruce_top.png b/1.7.10/assets/minecraft/textures/blocks/log_spruce_top.png new file mode 100644 index 00000000..280c64e4 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/log_spruce_top.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/melon_side.png b/1.7.10/assets/minecraft/textures/blocks/melon_side.png new file mode 100644 index 00000000..ec7b430d Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/melon_side.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/melon_stem_connected.png b/1.7.10/assets/minecraft/textures/blocks/melon_stem_connected.png new file mode 100644 index 00000000..6a5c10e1 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/melon_stem_connected.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/melon_stem_disconnected.png b/1.7.10/assets/minecraft/textures/blocks/melon_stem_disconnected.png new file mode 100644 index 00000000..38065ef6 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/melon_stem_disconnected.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/melon_top.png b/1.7.10/assets/minecraft/textures/blocks/melon_top.png new file mode 100644 index 00000000..65cf169f Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/melon_top.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/mob_spawner.png b/1.7.10/assets/minecraft/textures/blocks/mob_spawner.png new file mode 100644 index 00000000..7d55217e Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/mob_spawner.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/mushroom_block_inside.png b/1.7.10/assets/minecraft/textures/blocks/mushroom_block_inside.png new file mode 100644 index 00000000..f0e7a043 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/mushroom_block_inside.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/mushroom_block_skin_brown.png b/1.7.10/assets/minecraft/textures/blocks/mushroom_block_skin_brown.png new file mode 100644 index 00000000..1f52ba89 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/mushroom_block_skin_brown.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/mushroom_block_skin_red.png b/1.7.10/assets/minecraft/textures/blocks/mushroom_block_skin_red.png new file mode 100644 index 00000000..66cf12c4 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/mushroom_block_skin_red.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/mushroom_block_skin_stem.png b/1.7.10/assets/minecraft/textures/blocks/mushroom_block_skin_stem.png new file mode 100644 index 00000000..83c08403 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/mushroom_block_skin_stem.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/mushroom_brown.png b/1.7.10/assets/minecraft/textures/blocks/mushroom_brown.png new file mode 100644 index 00000000..bf33d348 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/mushroom_brown.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/mushroom_red.png b/1.7.10/assets/minecraft/textures/blocks/mushroom_red.png new file mode 100644 index 00000000..1b332b79 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/mushroom_red.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/mycelium_side.png b/1.7.10/assets/minecraft/textures/blocks/mycelium_side.png new file mode 100644 index 00000000..55474258 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/mycelium_side.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/mycelium_top.png b/1.7.10/assets/minecraft/textures/blocks/mycelium_top.png new file mode 100644 index 00000000..088a8251 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/mycelium_top.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/nether_brick.png b/1.7.10/assets/minecraft/textures/blocks/nether_brick.png new file mode 100644 index 00000000..caaf66f8 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/nether_brick.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/nether_wart_stage_0.png b/1.7.10/assets/minecraft/textures/blocks/nether_wart_stage_0.png new file mode 100644 index 00000000..514a95be Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/nether_wart_stage_0.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/nether_wart_stage_1.png b/1.7.10/assets/minecraft/textures/blocks/nether_wart_stage_1.png new file mode 100644 index 00000000..b4ad0d1e Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/nether_wart_stage_1.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/nether_wart_stage_2.png b/1.7.10/assets/minecraft/textures/blocks/nether_wart_stage_2.png new file mode 100644 index 00000000..b9b67431 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/nether_wart_stage_2.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/netherrack.png b/1.7.10/assets/minecraft/textures/blocks/netherrack.png new file mode 100644 index 00000000..88129c4e Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/netherrack.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/noteblock.png b/1.7.10/assets/minecraft/textures/blocks/noteblock.png new file mode 100644 index 00000000..a3c27c18 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/noteblock.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/obsidian.png b/1.7.10/assets/minecraft/textures/blocks/obsidian.png new file mode 100644 index 00000000..ff0a6836 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/obsidian.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/piston_bottom.png b/1.7.10/assets/minecraft/textures/blocks/piston_bottom.png new file mode 100644 index 00000000..a3a5a085 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/piston_bottom.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/piston_inner.png b/1.7.10/assets/minecraft/textures/blocks/piston_inner.png new file mode 100644 index 00000000..10439292 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/piston_inner.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/piston_side.png b/1.7.10/assets/minecraft/textures/blocks/piston_side.png new file mode 100644 index 00000000..634f54ab Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/piston_side.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/piston_top_normal.png b/1.7.10/assets/minecraft/textures/blocks/piston_top_normal.png new file mode 100644 index 00000000..eeaadab4 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/piston_top_normal.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/piston_top_sticky.png b/1.7.10/assets/minecraft/textures/blocks/piston_top_sticky.png new file mode 100644 index 00000000..6ddd4ad3 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/piston_top_sticky.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/planks_acacia.png b/1.7.10/assets/minecraft/textures/blocks/planks_acacia.png new file mode 100644 index 00000000..6858c511 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/planks_acacia.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/planks_big_oak.png b/1.7.10/assets/minecraft/textures/blocks/planks_big_oak.png new file mode 100644 index 00000000..e3fd4ea9 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/planks_big_oak.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/planks_birch.png b/1.7.10/assets/minecraft/textures/blocks/planks_birch.png new file mode 100644 index 00000000..b113e3ae Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/planks_birch.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/planks_jungle.png b/1.7.10/assets/minecraft/textures/blocks/planks_jungle.png new file mode 100644 index 00000000..e3fe82d1 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/planks_jungle.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/planks_oak.png b/1.7.10/assets/minecraft/textures/blocks/planks_oak.png new file mode 100644 index 00000000..346f77dc Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/planks_oak.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/planks_spruce.png b/1.7.10/assets/minecraft/textures/blocks/planks_spruce.png new file mode 100644 index 00000000..f45fa94b Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/planks_spruce.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/portal.png b/1.7.10/assets/minecraft/textures/blocks/portal.png new file mode 100644 index 00000000..96859e2d Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/portal.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/portal.png.mcmeta b/1.7.10/assets/minecraft/textures/blocks/portal.png.mcmeta new file mode 100644 index 00000000..4f0718ac --- /dev/null +++ b/1.7.10/assets/minecraft/textures/blocks/portal.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} \ No newline at end of file diff --git a/1.7.10/assets/minecraft/textures/blocks/potatoes_stage_0.png b/1.7.10/assets/minecraft/textures/blocks/potatoes_stage_0.png new file mode 100644 index 00000000..c1ef7320 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/potatoes_stage_0.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/potatoes_stage_1.png b/1.7.10/assets/minecraft/textures/blocks/potatoes_stage_1.png new file mode 100644 index 00000000..1275f4f8 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/potatoes_stage_1.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/potatoes_stage_2.png b/1.7.10/assets/minecraft/textures/blocks/potatoes_stage_2.png new file mode 100644 index 00000000..b7347dfe Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/potatoes_stage_2.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/potatoes_stage_3.png b/1.7.10/assets/minecraft/textures/blocks/potatoes_stage_3.png new file mode 100644 index 00000000..d7e8185d Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/potatoes_stage_3.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/pumpkin_face_off.png b/1.7.10/assets/minecraft/textures/blocks/pumpkin_face_off.png new file mode 100644 index 00000000..ecef0250 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/pumpkin_face_off.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/pumpkin_face_on.png b/1.7.10/assets/minecraft/textures/blocks/pumpkin_face_on.png new file mode 100644 index 00000000..907f499f Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/pumpkin_face_on.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/pumpkin_side.png b/1.7.10/assets/minecraft/textures/blocks/pumpkin_side.png new file mode 100644 index 00000000..75dfc475 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/pumpkin_side.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/pumpkin_stem_connected.png b/1.7.10/assets/minecraft/textures/blocks/pumpkin_stem_connected.png new file mode 100644 index 00000000..6a5c10e1 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/pumpkin_stem_connected.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/pumpkin_stem_disconnected.png b/1.7.10/assets/minecraft/textures/blocks/pumpkin_stem_disconnected.png new file mode 100644 index 00000000..38065ef6 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/pumpkin_stem_disconnected.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/pumpkin_top.png b/1.7.10/assets/minecraft/textures/blocks/pumpkin_top.png new file mode 100644 index 00000000..297ce3c8 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/pumpkin_top.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/quartz_block_bottom.png b/1.7.10/assets/minecraft/textures/blocks/quartz_block_bottom.png new file mode 100644 index 00000000..7e16c7cf Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/quartz_block_bottom.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/quartz_block_chiseled.png b/1.7.10/assets/minecraft/textures/blocks/quartz_block_chiseled.png new file mode 100644 index 00000000..80465a1b Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/quartz_block_chiseled.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/quartz_block_chiseled_top.png b/1.7.10/assets/minecraft/textures/blocks/quartz_block_chiseled_top.png new file mode 100644 index 00000000..44073e5c Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/quartz_block_chiseled_top.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/quartz_block_lines.png b/1.7.10/assets/minecraft/textures/blocks/quartz_block_lines.png new file mode 100644 index 00000000..184ecd25 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/quartz_block_lines.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/quartz_block_lines_top.png b/1.7.10/assets/minecraft/textures/blocks/quartz_block_lines_top.png new file mode 100644 index 00000000..6d203793 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/quartz_block_lines_top.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/quartz_block_side.png b/1.7.10/assets/minecraft/textures/blocks/quartz_block_side.png new file mode 100644 index 00000000..a2cd2cab Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/quartz_block_side.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/quartz_block_top.png b/1.7.10/assets/minecraft/textures/blocks/quartz_block_top.png new file mode 100644 index 00000000..a2cd2cab Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/quartz_block_top.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/quartz_ore.png b/1.7.10/assets/minecraft/textures/blocks/quartz_ore.png new file mode 100644 index 00000000..4d758c12 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/quartz_ore.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/rail_activator.png b/1.7.10/assets/minecraft/textures/blocks/rail_activator.png new file mode 100644 index 00000000..ce115ba6 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/rail_activator.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/rail_activator_powered.png b/1.7.10/assets/minecraft/textures/blocks/rail_activator_powered.png new file mode 100644 index 00000000..a3aaca9b Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/rail_activator_powered.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/rail_detector.png b/1.7.10/assets/minecraft/textures/blocks/rail_detector.png new file mode 100644 index 00000000..92c1466e Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/rail_detector.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/rail_detector_powered.png b/1.7.10/assets/minecraft/textures/blocks/rail_detector_powered.png new file mode 100644 index 00000000..a1c6e6b1 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/rail_detector_powered.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/rail_golden.png b/1.7.10/assets/minecraft/textures/blocks/rail_golden.png new file mode 100644 index 00000000..1fc52c3e Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/rail_golden.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/rail_golden_powered.png b/1.7.10/assets/minecraft/textures/blocks/rail_golden_powered.png new file mode 100644 index 00000000..bd343be8 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/rail_golden_powered.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/rail_normal.png b/1.7.10/assets/minecraft/textures/blocks/rail_normal.png new file mode 100644 index 00000000..d6092369 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/rail_normal.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/rail_normal_turned.png b/1.7.10/assets/minecraft/textures/blocks/rail_normal_turned.png new file mode 100644 index 00000000..f394a235 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/rail_normal_turned.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/red_sand.png b/1.7.10/assets/minecraft/textures/blocks/red_sand.png new file mode 100644 index 00000000..b216a421 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/red_sand.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/redstone_block.png b/1.7.10/assets/minecraft/textures/blocks/redstone_block.png new file mode 100644 index 00000000..fcf6b40f Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/redstone_block.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/redstone_dust_cross.png b/1.7.10/assets/minecraft/textures/blocks/redstone_dust_cross.png new file mode 100644 index 00000000..dcec8935 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/redstone_dust_cross.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/redstone_dust_cross_overlay.png b/1.7.10/assets/minecraft/textures/blocks/redstone_dust_cross_overlay.png new file mode 100644 index 00000000..96729e15 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/redstone_dust_cross_overlay.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/redstone_dust_line.png b/1.7.10/assets/minecraft/textures/blocks/redstone_dust_line.png new file mode 100644 index 00000000..ff0fb23a Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/redstone_dust_line.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/redstone_dust_line_overlay.png b/1.7.10/assets/minecraft/textures/blocks/redstone_dust_line_overlay.png new file mode 100644 index 00000000..96729e15 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/redstone_dust_line_overlay.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/redstone_lamp_off.png b/1.7.10/assets/minecraft/textures/blocks/redstone_lamp_off.png new file mode 100644 index 00000000..522765be Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/redstone_lamp_off.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/redstone_lamp_on.png b/1.7.10/assets/minecraft/textures/blocks/redstone_lamp_on.png new file mode 100644 index 00000000..9562ef3e Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/redstone_lamp_on.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/redstone_ore.png b/1.7.10/assets/minecraft/textures/blocks/redstone_ore.png new file mode 100644 index 00000000..575a4888 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/redstone_ore.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/redstone_torch_off.png b/1.7.10/assets/minecraft/textures/blocks/redstone_torch_off.png new file mode 100644 index 00000000..635eabd4 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/redstone_torch_off.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/redstone_torch_on.png b/1.7.10/assets/minecraft/textures/blocks/redstone_torch_on.png new file mode 100644 index 00000000..2983d6ce Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/redstone_torch_on.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/reeds.png b/1.7.10/assets/minecraft/textures/blocks/reeds.png new file mode 100644 index 00000000..64bbfe0e Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/reeds.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/repeater_off.png b/1.7.10/assets/minecraft/textures/blocks/repeater_off.png new file mode 100644 index 00000000..86346698 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/repeater_off.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/repeater_on.png b/1.7.10/assets/minecraft/textures/blocks/repeater_on.png new file mode 100644 index 00000000..d71d0d93 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/repeater_on.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/sand.png b/1.7.10/assets/minecraft/textures/blocks/sand.png new file mode 100644 index 00000000..86b96546 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/sand.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/sandstone_bottom.png b/1.7.10/assets/minecraft/textures/blocks/sandstone_bottom.png new file mode 100644 index 00000000..e1022209 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/sandstone_bottom.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/sandstone_carved.png b/1.7.10/assets/minecraft/textures/blocks/sandstone_carved.png new file mode 100644 index 00000000..9bd7fa14 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/sandstone_carved.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/sandstone_normal.png b/1.7.10/assets/minecraft/textures/blocks/sandstone_normal.png new file mode 100644 index 00000000..1b79145f Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/sandstone_normal.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/sandstone_smooth.png b/1.7.10/assets/minecraft/textures/blocks/sandstone_smooth.png new file mode 100644 index 00000000..ef118bdc Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/sandstone_smooth.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/sandstone_top.png b/1.7.10/assets/minecraft/textures/blocks/sandstone_top.png new file mode 100644 index 00000000..bb5b157d Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/sandstone_top.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/sapling_acacia.png b/1.7.10/assets/minecraft/textures/blocks/sapling_acacia.png new file mode 100644 index 00000000..a1215cbc Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/sapling_acacia.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/sapling_birch.png b/1.7.10/assets/minecraft/textures/blocks/sapling_birch.png new file mode 100644 index 00000000..b0dacc5f Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/sapling_birch.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/sapling_jungle.png b/1.7.10/assets/minecraft/textures/blocks/sapling_jungle.png new file mode 100644 index 00000000..4e10b35c Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/sapling_jungle.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/sapling_oak.png b/1.7.10/assets/minecraft/textures/blocks/sapling_oak.png new file mode 100644 index 00000000..1bf1bfa5 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/sapling_oak.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/sapling_roofed_oak.png b/1.7.10/assets/minecraft/textures/blocks/sapling_roofed_oak.png new file mode 100644 index 00000000..dcf5588c Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/sapling_roofed_oak.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/sapling_spruce.png b/1.7.10/assets/minecraft/textures/blocks/sapling_spruce.png new file mode 100644 index 00000000..5767d48b Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/sapling_spruce.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/snow.png b/1.7.10/assets/minecraft/textures/blocks/snow.png new file mode 100644 index 00000000..5c146cd3 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/snow.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/soul_sand.png b/1.7.10/assets/minecraft/textures/blocks/soul_sand.png new file mode 100644 index 00000000..fca7e8ff Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/soul_sand.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/sponge.png b/1.7.10/assets/minecraft/textures/blocks/sponge.png new file mode 100644 index 00000000..a8508046 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/sponge.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/stone.png b/1.7.10/assets/minecraft/textures/blocks/stone.png new file mode 100644 index 00000000..87e19ff4 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/stone.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/stone_slab_side.png b/1.7.10/assets/minecraft/textures/blocks/stone_slab_side.png new file mode 100644 index 00000000..fe2a2040 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/stone_slab_side.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/stone_slab_top.png b/1.7.10/assets/minecraft/textures/blocks/stone_slab_top.png new file mode 100644 index 00000000..090657d3 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/stone_slab_top.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/stonebrick.png b/1.7.10/assets/minecraft/textures/blocks/stonebrick.png new file mode 100644 index 00000000..69138cf2 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/stonebrick.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/stonebrick_carved.png b/1.7.10/assets/minecraft/textures/blocks/stonebrick_carved.png new file mode 100644 index 00000000..b7e88db2 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/stonebrick_carved.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/stonebrick_cracked.png b/1.7.10/assets/minecraft/textures/blocks/stonebrick_cracked.png new file mode 100644 index 00000000..918a8845 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/stonebrick_cracked.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/stonebrick_mossy.png b/1.7.10/assets/minecraft/textures/blocks/stonebrick_mossy.png new file mode 100644 index 00000000..5b9fe376 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/stonebrick_mossy.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/tallgrass.png b/1.7.10/assets/minecraft/textures/blocks/tallgrass.png new file mode 100644 index 00000000..65209fa3 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/tallgrass.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/tnt_bottom.png b/1.7.10/assets/minecraft/textures/blocks/tnt_bottom.png new file mode 100644 index 00000000..cc2e5867 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/tnt_bottom.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/tnt_side.png b/1.7.10/assets/minecraft/textures/blocks/tnt_side.png new file mode 100644 index 00000000..21109fbe Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/tnt_side.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/tnt_top.png b/1.7.10/assets/minecraft/textures/blocks/tnt_top.png new file mode 100644 index 00000000..ceb44b6d Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/tnt_top.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/torch_on.png b/1.7.10/assets/minecraft/textures/blocks/torch_on.png new file mode 100644 index 00000000..a2ce41b8 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/torch_on.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/trapdoor.png b/1.7.10/assets/minecraft/textures/blocks/trapdoor.png new file mode 100644 index 00000000..a7dcccc9 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/trapdoor.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/trip_wire.png b/1.7.10/assets/minecraft/textures/blocks/trip_wire.png new file mode 100644 index 00000000..6a9a72b5 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/trip_wire.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/trip_wire_source.png b/1.7.10/assets/minecraft/textures/blocks/trip_wire_source.png new file mode 100644 index 00000000..fbd464d8 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/trip_wire_source.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/vine.png b/1.7.10/assets/minecraft/textures/blocks/vine.png new file mode 100644 index 00000000..df5e435a Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/vine.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/water_flow.png b/1.7.10/assets/minecraft/textures/blocks/water_flow.png new file mode 100644 index 00000000..e72280c4 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/water_flow.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/water_flow.png.mcmeta b/1.7.10/assets/minecraft/textures/blocks/water_flow.png.mcmeta new file mode 100644 index 00000000..4f0718ac --- /dev/null +++ b/1.7.10/assets/minecraft/textures/blocks/water_flow.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} \ No newline at end of file diff --git a/1.7.10/assets/minecraft/textures/blocks/water_still.png b/1.7.10/assets/minecraft/textures/blocks/water_still.png new file mode 100644 index 00000000..c7e90b07 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/water_still.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/water_still.png.mcmeta b/1.7.10/assets/minecraft/textures/blocks/water_still.png.mcmeta new file mode 100644 index 00000000..0645f48c --- /dev/null +++ b/1.7.10/assets/minecraft/textures/blocks/water_still.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 2 + } +} diff --git a/1.7.10/assets/minecraft/textures/blocks/waterlily.png b/1.7.10/assets/minecraft/textures/blocks/waterlily.png new file mode 100644 index 00000000..f6c84f84 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/waterlily.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/web.png b/1.7.10/assets/minecraft/textures/blocks/web.png new file mode 100644 index 00000000..7c097f17 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/web.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/wheat_stage_0.png b/1.7.10/assets/minecraft/textures/blocks/wheat_stage_0.png new file mode 100644 index 00000000..185af6fc Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/wheat_stage_0.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/wheat_stage_1.png b/1.7.10/assets/minecraft/textures/blocks/wheat_stage_1.png new file mode 100644 index 00000000..67588c1e Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/wheat_stage_1.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/wheat_stage_2.png b/1.7.10/assets/minecraft/textures/blocks/wheat_stage_2.png new file mode 100644 index 00000000..3d337929 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/wheat_stage_2.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/wheat_stage_3.png b/1.7.10/assets/minecraft/textures/blocks/wheat_stage_3.png new file mode 100644 index 00000000..4649f780 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/wheat_stage_3.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/wheat_stage_4.png b/1.7.10/assets/minecraft/textures/blocks/wheat_stage_4.png new file mode 100644 index 00000000..ac04b52c Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/wheat_stage_4.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/wheat_stage_5.png b/1.7.10/assets/minecraft/textures/blocks/wheat_stage_5.png new file mode 100644 index 00000000..1ea81acd Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/wheat_stage_5.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/wheat_stage_6.png b/1.7.10/assets/minecraft/textures/blocks/wheat_stage_6.png new file mode 100644 index 00000000..cb5f1951 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/wheat_stage_6.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/wheat_stage_7.png b/1.7.10/assets/minecraft/textures/blocks/wheat_stage_7.png new file mode 100644 index 00000000..7acafb37 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/wheat_stage_7.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/wool_colored_black.png b/1.7.10/assets/minecraft/textures/blocks/wool_colored_black.png new file mode 100644 index 00000000..b74d5c9f Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/wool_colored_black.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/wool_colored_blue.png b/1.7.10/assets/minecraft/textures/blocks/wool_colored_blue.png new file mode 100644 index 00000000..ce9515f8 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/wool_colored_blue.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/wool_colored_brown.png b/1.7.10/assets/minecraft/textures/blocks/wool_colored_brown.png new file mode 100644 index 00000000..b4dc3c52 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/wool_colored_brown.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/wool_colored_cyan.png b/1.7.10/assets/minecraft/textures/blocks/wool_colored_cyan.png new file mode 100644 index 00000000..ca0800a3 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/wool_colored_cyan.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/wool_colored_gray.png b/1.7.10/assets/minecraft/textures/blocks/wool_colored_gray.png new file mode 100644 index 00000000..6409ff2f Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/wool_colored_gray.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/wool_colored_green.png b/1.7.10/assets/minecraft/textures/blocks/wool_colored_green.png new file mode 100644 index 00000000..a7be6d7f Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/wool_colored_green.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/wool_colored_light_blue.png b/1.7.10/assets/minecraft/textures/blocks/wool_colored_light_blue.png new file mode 100644 index 00000000..72d9d9e7 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/wool_colored_light_blue.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/wool_colored_lime.png b/1.7.10/assets/minecraft/textures/blocks/wool_colored_lime.png new file mode 100644 index 00000000..bf56389f Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/wool_colored_lime.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/wool_colored_magenta.png b/1.7.10/assets/minecraft/textures/blocks/wool_colored_magenta.png new file mode 100644 index 00000000..3af67475 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/wool_colored_magenta.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/wool_colored_orange.png b/1.7.10/assets/minecraft/textures/blocks/wool_colored_orange.png new file mode 100644 index 00000000..eefe6dea Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/wool_colored_orange.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/wool_colored_pink.png b/1.7.10/assets/minecraft/textures/blocks/wool_colored_pink.png new file mode 100644 index 00000000..c2785af2 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/wool_colored_pink.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/wool_colored_purple.png b/1.7.10/assets/minecraft/textures/blocks/wool_colored_purple.png new file mode 100644 index 00000000..76f68d6d Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/wool_colored_purple.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/wool_colored_red.png b/1.7.10/assets/minecraft/textures/blocks/wool_colored_red.png new file mode 100644 index 00000000..0cff7a9b Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/wool_colored_red.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/wool_colored_silver.png b/1.7.10/assets/minecraft/textures/blocks/wool_colored_silver.png new file mode 100644 index 00000000..756d9b06 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/wool_colored_silver.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/wool_colored_white.png b/1.7.10/assets/minecraft/textures/blocks/wool_colored_white.png new file mode 100644 index 00000000..abc7999c Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/wool_colored_white.png differ diff --git a/1.7.10/assets/minecraft/textures/blocks/wool_colored_yellow.png b/1.7.10/assets/minecraft/textures/blocks/wool_colored_yellow.png new file mode 100644 index 00000000..4babaaaa Binary files /dev/null and b/1.7.10/assets/minecraft/textures/blocks/wool_colored_yellow.png differ diff --git a/1.7.10/assets/minecraft/textures/colormap/foliage.png b/1.7.10/assets/minecraft/textures/colormap/foliage.png new file mode 100644 index 00000000..dcc119ee Binary files /dev/null and b/1.7.10/assets/minecraft/textures/colormap/foliage.png differ diff --git a/1.7.10/assets/minecraft/textures/colormap/grass.png b/1.7.10/assets/minecraft/textures/colormap/grass.png new file mode 100644 index 00000000..484a9a6a Binary files /dev/null and b/1.7.10/assets/minecraft/textures/colormap/grass.png differ diff --git a/1.7.10/assets/minecraft/textures/effect/dither.png b/1.7.10/assets/minecraft/textures/effect/dither.png new file mode 100644 index 00000000..19ba7e4b Binary files /dev/null and b/1.7.10/assets/minecraft/textures/effect/dither.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/arrow.png b/1.7.10/assets/minecraft/textures/entity/arrow.png new file mode 100644 index 00000000..3afa604d Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/arrow.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/bat.png b/1.7.10/assets/minecraft/textures/entity/bat.png new file mode 100644 index 00000000..803860ed Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/bat.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/beacon_beam.png b/1.7.10/assets/minecraft/textures/entity/beacon_beam.png new file mode 100644 index 00000000..67545b45 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/beacon_beam.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/blaze.png b/1.7.10/assets/minecraft/textures/entity/blaze.png new file mode 100644 index 00000000..19cdbb59 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/blaze.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/boat.png b/1.7.10/assets/minecraft/textures/entity/boat.png new file mode 100644 index 00000000..9b589654 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/boat.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/cat/black.png b/1.7.10/assets/minecraft/textures/entity/cat/black.png new file mode 100644 index 00000000..422908f2 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/cat/black.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/cat/ocelot.png b/1.7.10/assets/minecraft/textures/entity/cat/ocelot.png new file mode 100644 index 00000000..6b5064ee Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/cat/ocelot.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/cat/red.png b/1.7.10/assets/minecraft/textures/entity/cat/red.png new file mode 100644 index 00000000..17b6de5b Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/cat/red.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/cat/siamese.png b/1.7.10/assets/minecraft/textures/entity/cat/siamese.png new file mode 100644 index 00000000..cfed948e Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/cat/siamese.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/chest/christmas.png b/1.7.10/assets/minecraft/textures/entity/chest/christmas.png new file mode 100644 index 00000000..44591121 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/chest/christmas.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/chest/christmas_double.png b/1.7.10/assets/minecraft/textures/entity/chest/christmas_double.png new file mode 100644 index 00000000..9e44eebb Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/chest/christmas_double.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/chest/ender.png b/1.7.10/assets/minecraft/textures/entity/chest/ender.png new file mode 100644 index 00000000..3631d0dd Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/chest/ender.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/chest/normal.png b/1.7.10/assets/minecraft/textures/entity/chest/normal.png new file mode 100644 index 00000000..2e3d7fde Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/chest/normal.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/chest/normal_double.png b/1.7.10/assets/minecraft/textures/entity/chest/normal_double.png new file mode 100644 index 00000000..01683381 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/chest/normal_double.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/chest/trapped.png b/1.7.10/assets/minecraft/textures/entity/chest/trapped.png new file mode 100644 index 00000000..3aef1901 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/chest/trapped.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/chest/trapped_double.png b/1.7.10/assets/minecraft/textures/entity/chest/trapped_double.png new file mode 100644 index 00000000..00eebe5d Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/chest/trapped_double.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/chicken.png b/1.7.10/assets/minecraft/textures/entity/chicken.png new file mode 100644 index 00000000..e24d550f Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/chicken.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/cow/cow.png b/1.7.10/assets/minecraft/textures/entity/cow/cow.png new file mode 100644 index 00000000..f1320c30 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/cow/cow.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/cow/mooshroom.png b/1.7.10/assets/minecraft/textures/entity/cow/mooshroom.png new file mode 100644 index 00000000..905f1604 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/cow/mooshroom.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/creeper/creeper.png b/1.7.10/assets/minecraft/textures/entity/creeper/creeper.png new file mode 100644 index 00000000..abdb5400 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/creeper/creeper.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/creeper/creeper_armor.png b/1.7.10/assets/minecraft/textures/entity/creeper/creeper_armor.png new file mode 100644 index 00000000..119f6ff1 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/creeper/creeper_armor.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/enchanting_table_book.png b/1.7.10/assets/minecraft/textures/entity/enchanting_table_book.png new file mode 100644 index 00000000..619e7a55 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/enchanting_table_book.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/end_portal.png b/1.7.10/assets/minecraft/textures/entity/end_portal.png new file mode 100644 index 00000000..d5d85695 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/end_portal.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/endercrystal/endercrystal.png b/1.7.10/assets/minecraft/textures/entity/endercrystal/endercrystal.png new file mode 100644 index 00000000..8b3668a5 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/endercrystal/endercrystal.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/endercrystal/endercrystal_beam.png b/1.7.10/assets/minecraft/textures/entity/endercrystal/endercrystal_beam.png new file mode 100644 index 00000000..1259a5d0 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/endercrystal/endercrystal_beam.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/enderdragon/dragon.png b/1.7.10/assets/minecraft/textures/entity/enderdragon/dragon.png new file mode 100644 index 00000000..b8a680c8 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/enderdragon/dragon.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/enderdragon/dragon_exploding.png b/1.7.10/assets/minecraft/textures/entity/enderdragon/dragon_exploding.png new file mode 100644 index 00000000..ca5c9496 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/enderdragon/dragon_exploding.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/enderdragon/dragon_eyes.png b/1.7.10/assets/minecraft/textures/entity/enderdragon/dragon_eyes.png new file mode 100644 index 00000000..147b303d Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/enderdragon/dragon_eyes.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/enderman/enderman.png b/1.7.10/assets/minecraft/textures/entity/enderman/enderman.png new file mode 100644 index 00000000..ab23cb98 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/enderman/enderman.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/enderman/enderman_eyes.png b/1.7.10/assets/minecraft/textures/entity/enderman/enderman_eyes.png new file mode 100644 index 00000000..08044028 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/enderman/enderman_eyes.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/experience_orb.png b/1.7.10/assets/minecraft/textures/entity/experience_orb.png new file mode 100644 index 00000000..92f9d0f0 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/experience_orb.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/explosion.png b/1.7.10/assets/minecraft/textures/entity/explosion.png new file mode 100644 index 00000000..c309409c Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/explosion.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/ghast/ghast.png b/1.7.10/assets/minecraft/textures/entity/ghast/ghast.png new file mode 100644 index 00000000..dd63bc17 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/ghast/ghast.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/ghast/ghast_shooting.png b/1.7.10/assets/minecraft/textures/entity/ghast/ghast_shooting.png new file mode 100644 index 00000000..5d9be29c Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/ghast/ghast_shooting.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/horse/armor/horse_armor_diamond.png b/1.7.10/assets/minecraft/textures/entity/horse/armor/horse_armor_diamond.png new file mode 100644 index 00000000..39068f25 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/horse/armor/horse_armor_diamond.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/horse/armor/horse_armor_gold.png b/1.7.10/assets/minecraft/textures/entity/horse/armor/horse_armor_gold.png new file mode 100644 index 00000000..4a0786de Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/horse/armor/horse_armor_gold.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/horse/armor/horse_armor_iron.png b/1.7.10/assets/minecraft/textures/entity/horse/armor/horse_armor_iron.png new file mode 100644 index 00000000..533b2dd9 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/horse/armor/horse_armor_iron.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/horse/donkey.png b/1.7.10/assets/minecraft/textures/entity/horse/donkey.png new file mode 100644 index 00000000..b94bc630 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/horse/donkey.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/horse/horse_black.png b/1.7.10/assets/minecraft/textures/entity/horse/horse_black.png new file mode 100644 index 00000000..dde716e2 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/horse/horse_black.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/horse/horse_brown.png b/1.7.10/assets/minecraft/textures/entity/horse/horse_brown.png new file mode 100644 index 00000000..ec0158f4 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/horse/horse_brown.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/horse/horse_chestnut.png b/1.7.10/assets/minecraft/textures/entity/horse/horse_chestnut.png new file mode 100644 index 00000000..40322ff9 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/horse/horse_chestnut.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/horse/horse_creamy.png b/1.7.10/assets/minecraft/textures/entity/horse/horse_creamy.png new file mode 100644 index 00000000..bc42bcce Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/horse/horse_creamy.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/horse/horse_darkbrown.png b/1.7.10/assets/minecraft/textures/entity/horse/horse_darkbrown.png new file mode 100644 index 00000000..b38e914c Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/horse/horse_darkbrown.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/horse/horse_gray.png b/1.7.10/assets/minecraft/textures/entity/horse/horse_gray.png new file mode 100644 index 00000000..49875329 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/horse/horse_gray.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/horse/horse_markings_blackdots.png b/1.7.10/assets/minecraft/textures/entity/horse/horse_markings_blackdots.png new file mode 100644 index 00000000..73206486 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/horse/horse_markings_blackdots.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/horse/horse_markings_white.png b/1.7.10/assets/minecraft/textures/entity/horse/horse_markings_white.png new file mode 100644 index 00000000..b1f0a697 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/horse/horse_markings_white.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/horse/horse_markings_whitedots.png b/1.7.10/assets/minecraft/textures/entity/horse/horse_markings_whitedots.png new file mode 100644 index 00000000..20e19546 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/horse/horse_markings_whitedots.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/horse/horse_markings_whitefield.png b/1.7.10/assets/minecraft/textures/entity/horse/horse_markings_whitefield.png new file mode 100644 index 00000000..baa2c06f Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/horse/horse_markings_whitefield.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/horse/horse_skeleton.png b/1.7.10/assets/minecraft/textures/entity/horse/horse_skeleton.png new file mode 100644 index 00000000..29d4ed5d Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/horse/horse_skeleton.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/horse/horse_white.png b/1.7.10/assets/minecraft/textures/entity/horse/horse_white.png new file mode 100644 index 00000000..e90e6e7f Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/horse/horse_white.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/horse/horse_zombie.png b/1.7.10/assets/minecraft/textures/entity/horse/horse_zombie.png new file mode 100644 index 00000000..22d55faa Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/horse/horse_zombie.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/horse/mule.png b/1.7.10/assets/minecraft/textures/entity/horse/mule.png new file mode 100644 index 00000000..241bdaac Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/horse/mule.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/iron_golem.png b/1.7.10/assets/minecraft/textures/entity/iron_golem.png new file mode 100644 index 00000000..f9f64659 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/iron_golem.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/lead_knot.png b/1.7.10/assets/minecraft/textures/entity/lead_knot.png new file mode 100644 index 00000000..ab4d3b3a Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/lead_knot.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/minecart.png b/1.7.10/assets/minecraft/textures/entity/minecart.png new file mode 100644 index 00000000..7ad7b54f Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/minecart.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/pig/pig.png b/1.7.10/assets/minecraft/textures/entity/pig/pig.png new file mode 100644 index 00000000..0a9532ff Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/pig/pig.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/pig/pig_saddle.png b/1.7.10/assets/minecraft/textures/entity/pig/pig_saddle.png new file mode 100644 index 00000000..640ea76c Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/pig/pig_saddle.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/sheep/sheep.png b/1.7.10/assets/minecraft/textures/entity/sheep/sheep.png new file mode 100644 index 00000000..d9fe93f7 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/sheep/sheep.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/sheep/sheep_fur.png b/1.7.10/assets/minecraft/textures/entity/sheep/sheep_fur.png new file mode 100644 index 00000000..623340b8 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/sheep/sheep_fur.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/sign.png b/1.7.10/assets/minecraft/textures/entity/sign.png new file mode 100644 index 00000000..e22e2f78 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/sign.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/silverfish.png b/1.7.10/assets/minecraft/textures/entity/silverfish.png new file mode 100644 index 00000000..416fa168 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/silverfish.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/skeleton/skeleton.png b/1.7.10/assets/minecraft/textures/entity/skeleton/skeleton.png new file mode 100644 index 00000000..184b5853 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/skeleton/skeleton.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/skeleton/wither_skeleton.png b/1.7.10/assets/minecraft/textures/entity/skeleton/wither_skeleton.png new file mode 100644 index 00000000..b0db19df Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/skeleton/wither_skeleton.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/slime/magmacube.png b/1.7.10/assets/minecraft/textures/entity/slime/magmacube.png new file mode 100644 index 00000000..c1b397fe Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/slime/magmacube.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/slime/slime.png b/1.7.10/assets/minecraft/textures/entity/slime/slime.png new file mode 100644 index 00000000..96edcf67 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/slime/slime.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/snowman.png b/1.7.10/assets/minecraft/textures/entity/snowman.png new file mode 100644 index 00000000..568d5f6e Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/snowman.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/spider/cave_spider.png b/1.7.10/assets/minecraft/textures/entity/spider/cave_spider.png new file mode 100644 index 00000000..934f1ea9 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/spider/cave_spider.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/spider/spider.png b/1.7.10/assets/minecraft/textures/entity/spider/spider.png new file mode 100644 index 00000000..3a8c779e Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/spider/spider.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/spider_eyes.png b/1.7.10/assets/minecraft/textures/entity/spider_eyes.png new file mode 100644 index 00000000..6b80a061 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/spider_eyes.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/squid.png b/1.7.10/assets/minecraft/textures/entity/squid.png new file mode 100644 index 00000000..f2853887 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/squid.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/steve.png b/1.7.10/assets/minecraft/textures/entity/steve.png new file mode 100644 index 00000000..66501856 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/steve.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/villager/butcher.png b/1.7.10/assets/minecraft/textures/entity/villager/butcher.png new file mode 100644 index 00000000..f1c07d41 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/villager/butcher.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/villager/farmer.png b/1.7.10/assets/minecraft/textures/entity/villager/farmer.png new file mode 100644 index 00000000..970c1799 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/villager/farmer.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/villager/librarian.png b/1.7.10/assets/minecraft/textures/entity/villager/librarian.png new file mode 100644 index 00000000..b071cd3d Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/villager/librarian.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/villager/priest.png b/1.7.10/assets/minecraft/textures/entity/villager/priest.png new file mode 100644 index 00000000..35054ce1 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/villager/priest.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/villager/smith.png b/1.7.10/assets/minecraft/textures/entity/villager/smith.png new file mode 100644 index 00000000..965da7f0 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/villager/smith.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/villager/villager.png b/1.7.10/assets/minecraft/textures/entity/villager/villager.png new file mode 100644 index 00000000..52de8e7b Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/villager/villager.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/witch.png b/1.7.10/assets/minecraft/textures/entity/witch.png new file mode 100644 index 00000000..24035708 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/witch.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/wither/wither.png b/1.7.10/assets/minecraft/textures/entity/wither/wither.png new file mode 100644 index 00000000..0882d052 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/wither/wither.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/wither/wither_armor.png b/1.7.10/assets/minecraft/textures/entity/wither/wither_armor.png new file mode 100644 index 00000000..a6b5cf5b Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/wither/wither_armor.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/wither/wither_invulnerable.png b/1.7.10/assets/minecraft/textures/entity/wither/wither_invulnerable.png new file mode 100644 index 00000000..717750b4 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/wither/wither_invulnerable.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/wolf/wolf.png b/1.7.10/assets/minecraft/textures/entity/wolf/wolf.png new file mode 100644 index 00000000..f37ef816 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/wolf/wolf.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/wolf/wolf_angry.png b/1.7.10/assets/minecraft/textures/entity/wolf/wolf_angry.png new file mode 100644 index 00000000..7891ce91 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/wolf/wolf_angry.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/wolf/wolf_collar.png b/1.7.10/assets/minecraft/textures/entity/wolf/wolf_collar.png new file mode 100644 index 00000000..ae1c9204 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/wolf/wolf_collar.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/wolf/wolf_tame.png b/1.7.10/assets/minecraft/textures/entity/wolf/wolf_tame.png new file mode 100644 index 00000000..f1236d2c Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/wolf/wolf_tame.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/zombie/zombie.png b/1.7.10/assets/minecraft/textures/entity/zombie/zombie.png new file mode 100644 index 00000000..22ff8f95 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/zombie/zombie.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/zombie/zombie_villager.png b/1.7.10/assets/minecraft/textures/entity/zombie/zombie_villager.png new file mode 100644 index 00000000..349f9c21 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/zombie/zombie_villager.png differ diff --git a/1.7.10/assets/minecraft/textures/entity/zombie_pigman.png b/1.7.10/assets/minecraft/textures/entity/zombie_pigman.png new file mode 100644 index 00000000..e95cc4c3 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/entity/zombie_pigman.png differ diff --git a/1.7.10/assets/minecraft/textures/environment/clouds.png b/1.7.10/assets/minecraft/textures/environment/clouds.png new file mode 100644 index 00000000..a67c44d2 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/environment/clouds.png differ diff --git a/1.7.10/assets/minecraft/textures/environment/end_sky.png b/1.7.10/assets/minecraft/textures/environment/end_sky.png new file mode 100644 index 00000000..094b3093 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/environment/end_sky.png differ diff --git a/1.7.10/assets/minecraft/textures/environment/moon_phases.png b/1.7.10/assets/minecraft/textures/environment/moon_phases.png new file mode 100644 index 00000000..cdba8d15 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/environment/moon_phases.png differ diff --git a/1.7.10/assets/minecraft/textures/environment/rain.png b/1.7.10/assets/minecraft/textures/environment/rain.png new file mode 100644 index 00000000..2dc4b1cd Binary files /dev/null and b/1.7.10/assets/minecraft/textures/environment/rain.png differ diff --git a/1.7.10/assets/minecraft/textures/environment/snow.png b/1.7.10/assets/minecraft/textures/environment/snow.png new file mode 100644 index 00000000..18989030 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/environment/snow.png differ diff --git a/1.7.10/assets/minecraft/textures/environment/sun.png b/1.7.10/assets/minecraft/textures/environment/sun.png new file mode 100644 index 00000000..08de644b Binary files /dev/null and b/1.7.10/assets/minecraft/textures/environment/sun.png differ diff --git a/1.7.10/assets/minecraft/textures/font/ascii.png b/1.7.10/assets/minecraft/textures/font/ascii.png new file mode 100644 index 00000000..587966dc Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/ascii.png differ diff --git a/1.7.10/assets/minecraft/textures/font/ascii_sga.png b/1.7.10/assets/minecraft/textures/font/ascii_sga.png new file mode 100644 index 00000000..f443b4aa Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/ascii_sga.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_00.png b/1.7.10/assets/minecraft/textures/font/unicode_page_00.png new file mode 100644 index 00000000..44fd12f8 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_00.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_01.png b/1.7.10/assets/minecraft/textures/font/unicode_page_01.png new file mode 100644 index 00000000..ddac030c Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_01.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_02.png b/1.7.10/assets/minecraft/textures/font/unicode_page_02.png new file mode 100644 index 00000000..dc1335a3 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_02.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_03.png b/1.7.10/assets/minecraft/textures/font/unicode_page_03.png new file mode 100644 index 00000000..6ff02570 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_03.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_04.png b/1.7.10/assets/minecraft/textures/font/unicode_page_04.png new file mode 100644 index 00000000..be3e8337 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_04.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_05.png b/1.7.10/assets/minecraft/textures/font/unicode_page_05.png new file mode 100644 index 00000000..9b588040 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_05.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_06.png b/1.7.10/assets/minecraft/textures/font/unicode_page_06.png new file mode 100644 index 00000000..ed74e781 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_06.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_07.png b/1.7.10/assets/minecraft/textures/font/unicode_page_07.png new file mode 100644 index 00000000..b5321775 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_07.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_09.png b/1.7.10/assets/minecraft/textures/font/unicode_page_09.png new file mode 100644 index 00000000..083b9111 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_09.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_0a.png b/1.7.10/assets/minecraft/textures/font/unicode_page_0a.png new file mode 100644 index 00000000..0190c11c Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_0a.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_0b.png b/1.7.10/assets/minecraft/textures/font/unicode_page_0b.png new file mode 100644 index 00000000..4d0af48a Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_0b.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_0c.png b/1.7.10/assets/minecraft/textures/font/unicode_page_0c.png new file mode 100644 index 00000000..773297d6 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_0c.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_0d.png b/1.7.10/assets/minecraft/textures/font/unicode_page_0d.png new file mode 100644 index 00000000..5f522314 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_0d.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_0e.png b/1.7.10/assets/minecraft/textures/font/unicode_page_0e.png new file mode 100644 index 00000000..531ca7d6 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_0e.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_0f.png b/1.7.10/assets/minecraft/textures/font/unicode_page_0f.png new file mode 100644 index 00000000..7b879fcc Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_0f.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_10.png b/1.7.10/assets/minecraft/textures/font/unicode_page_10.png new file mode 100644 index 00000000..53f056c6 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_10.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_11.png b/1.7.10/assets/minecraft/textures/font/unicode_page_11.png new file mode 100644 index 00000000..a9d5c115 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_11.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_12.png b/1.7.10/assets/minecraft/textures/font/unicode_page_12.png new file mode 100644 index 00000000..d20a8647 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_12.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_13.png b/1.7.10/assets/minecraft/textures/font/unicode_page_13.png new file mode 100644 index 00000000..bbb06414 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_13.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_14.png b/1.7.10/assets/minecraft/textures/font/unicode_page_14.png new file mode 100644 index 00000000..ffd8e422 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_14.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_15.png b/1.7.10/assets/minecraft/textures/font/unicode_page_15.png new file mode 100644 index 00000000..ccfcae64 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_15.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_16.png b/1.7.10/assets/minecraft/textures/font/unicode_page_16.png new file mode 100644 index 00000000..d02c5579 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_16.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_17.png b/1.7.10/assets/minecraft/textures/font/unicode_page_17.png new file mode 100644 index 00000000..fed5b6e8 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_17.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_18.png b/1.7.10/assets/minecraft/textures/font/unicode_page_18.png new file mode 100644 index 00000000..97394d02 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_18.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_19.png b/1.7.10/assets/minecraft/textures/font/unicode_page_19.png new file mode 100644 index 00000000..6929413e Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_19.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_1a.png b/1.7.10/assets/minecraft/textures/font/unicode_page_1a.png new file mode 100644 index 00000000..d3a1b983 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_1a.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_1b.png b/1.7.10/assets/minecraft/textures/font/unicode_page_1b.png new file mode 100644 index 00000000..9e0adf7d Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_1b.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_1c.png b/1.7.10/assets/minecraft/textures/font/unicode_page_1c.png new file mode 100644 index 00000000..14d4890b Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_1c.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_1d.png b/1.7.10/assets/minecraft/textures/font/unicode_page_1d.png new file mode 100644 index 00000000..19242260 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_1d.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_1e.png b/1.7.10/assets/minecraft/textures/font/unicode_page_1e.png new file mode 100644 index 00000000..cce20e37 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_1e.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_1f.png b/1.7.10/assets/minecraft/textures/font/unicode_page_1f.png new file mode 100644 index 00000000..bdaf22f1 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_1f.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_20.png b/1.7.10/assets/minecraft/textures/font/unicode_page_20.png new file mode 100644 index 00000000..ba948e9b Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_20.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_21.png b/1.7.10/assets/minecraft/textures/font/unicode_page_21.png new file mode 100644 index 00000000..998f2f9e Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_21.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_22.png b/1.7.10/assets/minecraft/textures/font/unicode_page_22.png new file mode 100644 index 00000000..c3fd5ddc Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_22.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_23.png b/1.7.10/assets/minecraft/textures/font/unicode_page_23.png new file mode 100644 index 00000000..9c2b2dca Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_23.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_24.png b/1.7.10/assets/minecraft/textures/font/unicode_page_24.png new file mode 100644 index 00000000..d6cc8aec Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_24.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_25.png b/1.7.10/assets/minecraft/textures/font/unicode_page_25.png new file mode 100644 index 00000000..ee7535d3 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_25.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_26.png b/1.7.10/assets/minecraft/textures/font/unicode_page_26.png new file mode 100644 index 00000000..93aa9603 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_26.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_27.png b/1.7.10/assets/minecraft/textures/font/unicode_page_27.png new file mode 100644 index 00000000..92f45010 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_27.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_28.png b/1.7.10/assets/minecraft/textures/font/unicode_page_28.png new file mode 100644 index 00000000..5f96e1be Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_28.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_29.png b/1.7.10/assets/minecraft/textures/font/unicode_page_29.png new file mode 100644 index 00000000..45582206 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_29.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_2a.png b/1.7.10/assets/minecraft/textures/font/unicode_page_2a.png new file mode 100644 index 00000000..87e0e0c6 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_2a.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_2b.png b/1.7.10/assets/minecraft/textures/font/unicode_page_2b.png new file mode 100644 index 00000000..722edf00 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_2b.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_2c.png b/1.7.10/assets/minecraft/textures/font/unicode_page_2c.png new file mode 100644 index 00000000..51830f78 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_2c.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_2d.png b/1.7.10/assets/minecraft/textures/font/unicode_page_2d.png new file mode 100644 index 00000000..dfafa538 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_2d.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_2e.png b/1.7.10/assets/minecraft/textures/font/unicode_page_2e.png new file mode 100644 index 00000000..2aea04b6 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_2e.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_2f.png b/1.7.10/assets/minecraft/textures/font/unicode_page_2f.png new file mode 100644 index 00000000..bff5f8ee Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_2f.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_30.png b/1.7.10/assets/minecraft/textures/font/unicode_page_30.png new file mode 100644 index 00000000..5ccba75f Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_30.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_31.png b/1.7.10/assets/minecraft/textures/font/unicode_page_31.png new file mode 100644 index 00000000..44fc5e5e Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_31.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_32.png b/1.7.10/assets/minecraft/textures/font/unicode_page_32.png new file mode 100644 index 00000000..4858d085 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_32.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_33.png b/1.7.10/assets/minecraft/textures/font/unicode_page_33.png new file mode 100644 index 00000000..ab670722 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_33.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_34.png b/1.7.10/assets/minecraft/textures/font/unicode_page_34.png new file mode 100644 index 00000000..fd8fca92 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_34.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_35.png b/1.7.10/assets/minecraft/textures/font/unicode_page_35.png new file mode 100644 index 00000000..603dc02a Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_35.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_36.png b/1.7.10/assets/minecraft/textures/font/unicode_page_36.png new file mode 100644 index 00000000..778c190f Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_36.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_37.png b/1.7.10/assets/minecraft/textures/font/unicode_page_37.png new file mode 100644 index 00000000..3032a237 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_37.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_38.png b/1.7.10/assets/minecraft/textures/font/unicode_page_38.png new file mode 100644 index 00000000..9b637bd7 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_38.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_39.png b/1.7.10/assets/minecraft/textures/font/unicode_page_39.png new file mode 100644 index 00000000..2f938505 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_39.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_3a.png b/1.7.10/assets/minecraft/textures/font/unicode_page_3a.png new file mode 100644 index 00000000..cdf49442 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_3a.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_3b.png b/1.7.10/assets/minecraft/textures/font/unicode_page_3b.png new file mode 100644 index 00000000..10e8502a Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_3b.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_3c.png b/1.7.10/assets/minecraft/textures/font/unicode_page_3c.png new file mode 100644 index 00000000..022fea5e Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_3c.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_3d.png b/1.7.10/assets/minecraft/textures/font/unicode_page_3d.png new file mode 100644 index 00000000..01ea1d14 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_3d.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_3e.png b/1.7.10/assets/minecraft/textures/font/unicode_page_3e.png new file mode 100644 index 00000000..3bdf7f8a Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_3e.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_3f.png b/1.7.10/assets/minecraft/textures/font/unicode_page_3f.png new file mode 100644 index 00000000..3fd52492 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_3f.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_40.png b/1.7.10/assets/minecraft/textures/font/unicode_page_40.png new file mode 100644 index 00000000..544f89e7 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_40.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_41.png b/1.7.10/assets/minecraft/textures/font/unicode_page_41.png new file mode 100644 index 00000000..729fdaf6 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_41.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_42.png b/1.7.10/assets/minecraft/textures/font/unicode_page_42.png new file mode 100644 index 00000000..755e546b Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_42.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_43.png b/1.7.10/assets/minecraft/textures/font/unicode_page_43.png new file mode 100644 index 00000000..6069d0d4 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_43.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_44.png b/1.7.10/assets/minecraft/textures/font/unicode_page_44.png new file mode 100644 index 00000000..845c3647 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_44.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_45.png b/1.7.10/assets/minecraft/textures/font/unicode_page_45.png new file mode 100644 index 00000000..294c78db Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_45.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_46.png b/1.7.10/assets/minecraft/textures/font/unicode_page_46.png new file mode 100644 index 00000000..ee5e629d Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_46.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_47.png b/1.7.10/assets/minecraft/textures/font/unicode_page_47.png new file mode 100644 index 00000000..55cb0c00 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_47.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_48.png b/1.7.10/assets/minecraft/textures/font/unicode_page_48.png new file mode 100644 index 00000000..7652211f Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_48.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_49.png b/1.7.10/assets/minecraft/textures/font/unicode_page_49.png new file mode 100644 index 00000000..b736232a Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_49.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_4a.png b/1.7.10/assets/minecraft/textures/font/unicode_page_4a.png new file mode 100644 index 00000000..d3419bd1 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_4a.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_4b.png b/1.7.10/assets/minecraft/textures/font/unicode_page_4b.png new file mode 100644 index 00000000..5e02ad3f Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_4b.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_4c.png b/1.7.10/assets/minecraft/textures/font/unicode_page_4c.png new file mode 100644 index 00000000..11c6b310 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_4c.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_4d.png b/1.7.10/assets/minecraft/textures/font/unicode_page_4d.png new file mode 100644 index 00000000..3eb224af Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_4d.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_4e.png b/1.7.10/assets/minecraft/textures/font/unicode_page_4e.png new file mode 100644 index 00000000..11a78ba5 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_4e.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_4f.png b/1.7.10/assets/minecraft/textures/font/unicode_page_4f.png new file mode 100644 index 00000000..b4c9faba Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_4f.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_50.png b/1.7.10/assets/minecraft/textures/font/unicode_page_50.png new file mode 100644 index 00000000..ff73d23e Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_50.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_51.png b/1.7.10/assets/minecraft/textures/font/unicode_page_51.png new file mode 100644 index 00000000..6e0eae93 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_51.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_52.png b/1.7.10/assets/minecraft/textures/font/unicode_page_52.png new file mode 100644 index 00000000..6f10fcb5 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_52.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_53.png b/1.7.10/assets/minecraft/textures/font/unicode_page_53.png new file mode 100644 index 00000000..60d478ed Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_53.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_54.png b/1.7.10/assets/minecraft/textures/font/unicode_page_54.png new file mode 100644 index 00000000..ac75bdd1 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_54.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_55.png b/1.7.10/assets/minecraft/textures/font/unicode_page_55.png new file mode 100644 index 00000000..3d122d27 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_55.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_56.png b/1.7.10/assets/minecraft/textures/font/unicode_page_56.png new file mode 100644 index 00000000..576d07f4 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_56.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_57.png b/1.7.10/assets/minecraft/textures/font/unicode_page_57.png new file mode 100644 index 00000000..545da733 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_57.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_58.png b/1.7.10/assets/minecraft/textures/font/unicode_page_58.png new file mode 100644 index 00000000..941542eb Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_58.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_59.png b/1.7.10/assets/minecraft/textures/font/unicode_page_59.png new file mode 100644 index 00000000..56f0102d Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_59.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_5a.png b/1.7.10/assets/minecraft/textures/font/unicode_page_5a.png new file mode 100644 index 00000000..c14f1b1d Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_5a.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_5b.png b/1.7.10/assets/minecraft/textures/font/unicode_page_5b.png new file mode 100644 index 00000000..f418e4c5 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_5b.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_5c.png b/1.7.10/assets/minecraft/textures/font/unicode_page_5c.png new file mode 100644 index 00000000..e7efae6e Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_5c.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_5d.png b/1.7.10/assets/minecraft/textures/font/unicode_page_5d.png new file mode 100644 index 00000000..7355fd3b Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_5d.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_5e.png b/1.7.10/assets/minecraft/textures/font/unicode_page_5e.png new file mode 100644 index 00000000..abfd3af4 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_5e.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_5f.png b/1.7.10/assets/minecraft/textures/font/unicode_page_5f.png new file mode 100644 index 00000000..5a64b505 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_5f.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_60.png b/1.7.10/assets/minecraft/textures/font/unicode_page_60.png new file mode 100644 index 00000000..8166f157 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_60.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_61.png b/1.7.10/assets/minecraft/textures/font/unicode_page_61.png new file mode 100644 index 00000000..d11cd8ab Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_61.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_62.png b/1.7.10/assets/minecraft/textures/font/unicode_page_62.png new file mode 100644 index 00000000..f7b9a5be Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_62.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_63.png b/1.7.10/assets/minecraft/textures/font/unicode_page_63.png new file mode 100644 index 00000000..5d4a8cc6 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_63.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_64.png b/1.7.10/assets/minecraft/textures/font/unicode_page_64.png new file mode 100644 index 00000000..bc432109 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_64.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_65.png b/1.7.10/assets/minecraft/textures/font/unicode_page_65.png new file mode 100644 index 00000000..42144c16 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_65.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_66.png b/1.7.10/assets/minecraft/textures/font/unicode_page_66.png new file mode 100644 index 00000000..a65f25ee Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_66.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_67.png b/1.7.10/assets/minecraft/textures/font/unicode_page_67.png new file mode 100644 index 00000000..a115bb88 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_67.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_68.png b/1.7.10/assets/minecraft/textures/font/unicode_page_68.png new file mode 100644 index 00000000..d47938bf Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_68.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_69.png b/1.7.10/assets/minecraft/textures/font/unicode_page_69.png new file mode 100644 index 00000000..c36e6402 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_69.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_6a.png b/1.7.10/assets/minecraft/textures/font/unicode_page_6a.png new file mode 100644 index 00000000..5265d070 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_6a.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_6b.png b/1.7.10/assets/minecraft/textures/font/unicode_page_6b.png new file mode 100644 index 00000000..6f207cc3 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_6b.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_6c.png b/1.7.10/assets/minecraft/textures/font/unicode_page_6c.png new file mode 100644 index 00000000..6ffad7e3 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_6c.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_6d.png b/1.7.10/assets/minecraft/textures/font/unicode_page_6d.png new file mode 100644 index 00000000..0fa88e37 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_6d.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_6e.png b/1.7.10/assets/minecraft/textures/font/unicode_page_6e.png new file mode 100644 index 00000000..301513e2 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_6e.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_6f.png b/1.7.10/assets/minecraft/textures/font/unicode_page_6f.png new file mode 100644 index 00000000..a24cfff7 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_6f.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_70.png b/1.7.10/assets/minecraft/textures/font/unicode_page_70.png new file mode 100644 index 00000000..2cec746e Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_70.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_71.png b/1.7.10/assets/minecraft/textures/font/unicode_page_71.png new file mode 100644 index 00000000..1592ff49 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_71.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_72.png b/1.7.10/assets/minecraft/textures/font/unicode_page_72.png new file mode 100644 index 00000000..856eedcd Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_72.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_73.png b/1.7.10/assets/minecraft/textures/font/unicode_page_73.png new file mode 100644 index 00000000..a7a2151e Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_73.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_74.png b/1.7.10/assets/minecraft/textures/font/unicode_page_74.png new file mode 100644 index 00000000..a1b034a9 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_74.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_75.png b/1.7.10/assets/minecraft/textures/font/unicode_page_75.png new file mode 100644 index 00000000..512dc169 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_75.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_76.png b/1.7.10/assets/minecraft/textures/font/unicode_page_76.png new file mode 100644 index 00000000..12a45ff9 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_76.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_77.png b/1.7.10/assets/minecraft/textures/font/unicode_page_77.png new file mode 100644 index 00000000..d763fba9 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_77.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_78.png b/1.7.10/assets/minecraft/textures/font/unicode_page_78.png new file mode 100644 index 00000000..846c060d Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_78.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_79.png b/1.7.10/assets/minecraft/textures/font/unicode_page_79.png new file mode 100644 index 00000000..f887cae7 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_79.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_7a.png b/1.7.10/assets/minecraft/textures/font/unicode_page_7a.png new file mode 100644 index 00000000..90d55615 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_7a.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_7b.png b/1.7.10/assets/minecraft/textures/font/unicode_page_7b.png new file mode 100644 index 00000000..2932cee1 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_7b.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_7c.png b/1.7.10/assets/minecraft/textures/font/unicode_page_7c.png new file mode 100644 index 00000000..416a21be Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_7c.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_7d.png b/1.7.10/assets/minecraft/textures/font/unicode_page_7d.png new file mode 100644 index 00000000..2e12e135 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_7d.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_7e.png b/1.7.10/assets/minecraft/textures/font/unicode_page_7e.png new file mode 100644 index 00000000..952bfab4 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_7e.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_7f.png b/1.7.10/assets/minecraft/textures/font/unicode_page_7f.png new file mode 100644 index 00000000..d3d275cd Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_7f.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_80.png b/1.7.10/assets/minecraft/textures/font/unicode_page_80.png new file mode 100644 index 00000000..044ac3ee Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_80.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_81.png b/1.7.10/assets/minecraft/textures/font/unicode_page_81.png new file mode 100644 index 00000000..913a4cab Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_81.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_82.png b/1.7.10/assets/minecraft/textures/font/unicode_page_82.png new file mode 100644 index 00000000..19b8ded6 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_82.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_83.png b/1.7.10/assets/minecraft/textures/font/unicode_page_83.png new file mode 100644 index 00000000..ef2d794a Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_83.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_84.png b/1.7.10/assets/minecraft/textures/font/unicode_page_84.png new file mode 100644 index 00000000..74a6a533 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_84.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_85.png b/1.7.10/assets/minecraft/textures/font/unicode_page_85.png new file mode 100644 index 00000000..73cb2f99 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_85.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_86.png b/1.7.10/assets/minecraft/textures/font/unicode_page_86.png new file mode 100644 index 00000000..135d6fc1 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_86.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_87.png b/1.7.10/assets/minecraft/textures/font/unicode_page_87.png new file mode 100644 index 00000000..bef88db7 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_87.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_88.png b/1.7.10/assets/minecraft/textures/font/unicode_page_88.png new file mode 100644 index 00000000..698ff806 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_88.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_89.png b/1.7.10/assets/minecraft/textures/font/unicode_page_89.png new file mode 100644 index 00000000..a3820ee5 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_89.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_8a.png b/1.7.10/assets/minecraft/textures/font/unicode_page_8a.png new file mode 100644 index 00000000..beb9024d Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_8a.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_8b.png b/1.7.10/assets/minecraft/textures/font/unicode_page_8b.png new file mode 100644 index 00000000..7f978abe Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_8b.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_8c.png b/1.7.10/assets/minecraft/textures/font/unicode_page_8c.png new file mode 100644 index 00000000..3ed4594d Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_8c.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_8d.png b/1.7.10/assets/minecraft/textures/font/unicode_page_8d.png new file mode 100644 index 00000000..8d791238 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_8d.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_8e.png b/1.7.10/assets/minecraft/textures/font/unicode_page_8e.png new file mode 100644 index 00000000..d82000bb Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_8e.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_8f.png b/1.7.10/assets/minecraft/textures/font/unicode_page_8f.png new file mode 100644 index 00000000..b8c8328b Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_8f.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_90.png b/1.7.10/assets/minecraft/textures/font/unicode_page_90.png new file mode 100644 index 00000000..132974ba Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_90.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_91.png b/1.7.10/assets/minecraft/textures/font/unicode_page_91.png new file mode 100644 index 00000000..b8e09ae7 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_91.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_92.png b/1.7.10/assets/minecraft/textures/font/unicode_page_92.png new file mode 100644 index 00000000..92446613 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_92.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_93.png b/1.7.10/assets/minecraft/textures/font/unicode_page_93.png new file mode 100644 index 00000000..f71d835f Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_93.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_94.png b/1.7.10/assets/minecraft/textures/font/unicode_page_94.png new file mode 100644 index 00000000..fa68d818 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_94.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_95.png b/1.7.10/assets/minecraft/textures/font/unicode_page_95.png new file mode 100644 index 00000000..346bc364 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_95.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_96.png b/1.7.10/assets/minecraft/textures/font/unicode_page_96.png new file mode 100644 index 00000000..bbd17720 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_96.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_97.png b/1.7.10/assets/minecraft/textures/font/unicode_page_97.png new file mode 100644 index 00000000..2fd136b0 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_97.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_98.png b/1.7.10/assets/minecraft/textures/font/unicode_page_98.png new file mode 100644 index 00000000..9319c0b9 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_98.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_99.png b/1.7.10/assets/minecraft/textures/font/unicode_page_99.png new file mode 100644 index 00000000..2bb7f3e1 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_99.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_9a.png b/1.7.10/assets/minecraft/textures/font/unicode_page_9a.png new file mode 100644 index 00000000..cbdd91ef Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_9a.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_9b.png b/1.7.10/assets/minecraft/textures/font/unicode_page_9b.png new file mode 100644 index 00000000..8a962092 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_9b.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_9c.png b/1.7.10/assets/minecraft/textures/font/unicode_page_9c.png new file mode 100644 index 00000000..8e977ff9 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_9c.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_9d.png b/1.7.10/assets/minecraft/textures/font/unicode_page_9d.png new file mode 100644 index 00000000..5041d6a0 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_9d.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_9e.png b/1.7.10/assets/minecraft/textures/font/unicode_page_9e.png new file mode 100644 index 00000000..1cb0a5ba Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_9e.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_9f.png b/1.7.10/assets/minecraft/textures/font/unicode_page_9f.png new file mode 100644 index 00000000..d9873265 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_9f.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_a0.png b/1.7.10/assets/minecraft/textures/font/unicode_page_a0.png new file mode 100644 index 00000000..8c47db0f Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_a0.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_a1.png b/1.7.10/assets/minecraft/textures/font/unicode_page_a1.png new file mode 100644 index 00000000..5ede7e78 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_a1.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_a2.png b/1.7.10/assets/minecraft/textures/font/unicode_page_a2.png new file mode 100644 index 00000000..a8c6ac19 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_a2.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_a3.png b/1.7.10/assets/minecraft/textures/font/unicode_page_a3.png new file mode 100644 index 00000000..7cc8448c Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_a3.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_a4.png b/1.7.10/assets/minecraft/textures/font/unicode_page_a4.png new file mode 100644 index 00000000..dc00e274 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_a4.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_a5.png b/1.7.10/assets/minecraft/textures/font/unicode_page_a5.png new file mode 100644 index 00000000..eccfa474 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_a5.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_a6.png b/1.7.10/assets/minecraft/textures/font/unicode_page_a6.png new file mode 100644 index 00000000..dcac87f1 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_a6.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_a7.png b/1.7.10/assets/minecraft/textures/font/unicode_page_a7.png new file mode 100644 index 00000000..76c1ce2a Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_a7.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_a8.png b/1.7.10/assets/minecraft/textures/font/unicode_page_a8.png new file mode 100644 index 00000000..a0223905 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_a8.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_a9.png b/1.7.10/assets/minecraft/textures/font/unicode_page_a9.png new file mode 100644 index 00000000..a35159ae Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_a9.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_aa.png b/1.7.10/assets/minecraft/textures/font/unicode_page_aa.png new file mode 100644 index 00000000..da1b6154 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_aa.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_ab.png b/1.7.10/assets/minecraft/textures/font/unicode_page_ab.png new file mode 100644 index 00000000..0e45eae8 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_ab.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_ac.png b/1.7.10/assets/minecraft/textures/font/unicode_page_ac.png new file mode 100644 index 00000000..04d4d593 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_ac.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_ad.png b/1.7.10/assets/minecraft/textures/font/unicode_page_ad.png new file mode 100644 index 00000000..3834337e Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_ad.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_ae.png b/1.7.10/assets/minecraft/textures/font/unicode_page_ae.png new file mode 100644 index 00000000..1445e687 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_ae.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_af.png b/1.7.10/assets/minecraft/textures/font/unicode_page_af.png new file mode 100644 index 00000000..ea945dc5 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_af.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_b0.png b/1.7.10/assets/minecraft/textures/font/unicode_page_b0.png new file mode 100644 index 00000000..84b48855 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_b0.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_b1.png b/1.7.10/assets/minecraft/textures/font/unicode_page_b1.png new file mode 100644 index 00000000..5f646725 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_b1.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_b2.png b/1.7.10/assets/minecraft/textures/font/unicode_page_b2.png new file mode 100644 index 00000000..8551db8f Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_b2.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_b3.png b/1.7.10/assets/minecraft/textures/font/unicode_page_b3.png new file mode 100644 index 00000000..b954159a Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_b3.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_b4.png b/1.7.10/assets/minecraft/textures/font/unicode_page_b4.png new file mode 100644 index 00000000..65991a40 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_b4.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_b5.png b/1.7.10/assets/minecraft/textures/font/unicode_page_b5.png new file mode 100644 index 00000000..3e6391b3 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_b5.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_b6.png b/1.7.10/assets/minecraft/textures/font/unicode_page_b6.png new file mode 100644 index 00000000..df7c0f70 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_b6.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_b7.png b/1.7.10/assets/minecraft/textures/font/unicode_page_b7.png new file mode 100644 index 00000000..9142cadb Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_b7.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_b8.png b/1.7.10/assets/minecraft/textures/font/unicode_page_b8.png new file mode 100644 index 00000000..5b18d12c Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_b8.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_b9.png b/1.7.10/assets/minecraft/textures/font/unicode_page_b9.png new file mode 100644 index 00000000..0d212f0b Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_b9.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_ba.png b/1.7.10/assets/minecraft/textures/font/unicode_page_ba.png new file mode 100644 index 00000000..696cca99 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_ba.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_bb.png b/1.7.10/assets/minecraft/textures/font/unicode_page_bb.png new file mode 100644 index 00000000..5a2544c8 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_bb.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_bc.png b/1.7.10/assets/minecraft/textures/font/unicode_page_bc.png new file mode 100644 index 00000000..df37526f Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_bc.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_bd.png b/1.7.10/assets/minecraft/textures/font/unicode_page_bd.png new file mode 100644 index 00000000..aed78038 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_bd.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_be.png b/1.7.10/assets/minecraft/textures/font/unicode_page_be.png new file mode 100644 index 00000000..0da22544 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_be.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_bf.png b/1.7.10/assets/minecraft/textures/font/unicode_page_bf.png new file mode 100644 index 00000000..1f6a248a Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_bf.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_c0.png b/1.7.10/assets/minecraft/textures/font/unicode_page_c0.png new file mode 100644 index 00000000..0610d671 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_c0.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_c1.png b/1.7.10/assets/minecraft/textures/font/unicode_page_c1.png new file mode 100644 index 00000000..a95ca9be Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_c1.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_c2.png b/1.7.10/assets/minecraft/textures/font/unicode_page_c2.png new file mode 100644 index 00000000..f6a89613 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_c2.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_c3.png b/1.7.10/assets/minecraft/textures/font/unicode_page_c3.png new file mode 100644 index 00000000..6470dd8d Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_c3.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_c4.png b/1.7.10/assets/minecraft/textures/font/unicode_page_c4.png new file mode 100644 index 00000000..e8c3105a Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_c4.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_c5.png b/1.7.10/assets/minecraft/textures/font/unicode_page_c5.png new file mode 100644 index 00000000..d89f2889 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_c5.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_c6.png b/1.7.10/assets/minecraft/textures/font/unicode_page_c6.png new file mode 100644 index 00000000..004091dd Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_c6.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_c7.png b/1.7.10/assets/minecraft/textures/font/unicode_page_c7.png new file mode 100644 index 00000000..f64f6b4b Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_c7.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_c8.png b/1.7.10/assets/minecraft/textures/font/unicode_page_c8.png new file mode 100644 index 00000000..75f8a505 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_c8.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_c9.png b/1.7.10/assets/minecraft/textures/font/unicode_page_c9.png new file mode 100644 index 00000000..fbd94353 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_c9.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_ca.png b/1.7.10/assets/minecraft/textures/font/unicode_page_ca.png new file mode 100644 index 00000000..112b9c6b Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_ca.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_cb.png b/1.7.10/assets/minecraft/textures/font/unicode_page_cb.png new file mode 100644 index 00000000..c0549b5b Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_cb.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_cc.png b/1.7.10/assets/minecraft/textures/font/unicode_page_cc.png new file mode 100644 index 00000000..06844316 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_cc.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_cd.png b/1.7.10/assets/minecraft/textures/font/unicode_page_cd.png new file mode 100644 index 00000000..9fdc54de Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_cd.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_ce.png b/1.7.10/assets/minecraft/textures/font/unicode_page_ce.png new file mode 100644 index 00000000..958a96ba Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_ce.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_cf.png b/1.7.10/assets/minecraft/textures/font/unicode_page_cf.png new file mode 100644 index 00000000..4106f1b6 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_cf.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_d0.png b/1.7.10/assets/minecraft/textures/font/unicode_page_d0.png new file mode 100644 index 00000000..546b014e Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_d0.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_d1.png b/1.7.10/assets/minecraft/textures/font/unicode_page_d1.png new file mode 100644 index 00000000..6d67bf1c Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_d1.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_d2.png b/1.7.10/assets/minecraft/textures/font/unicode_page_d2.png new file mode 100644 index 00000000..c4ae5112 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_d2.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_d3.png b/1.7.10/assets/minecraft/textures/font/unicode_page_d3.png new file mode 100644 index 00000000..576c9eaf Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_d3.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_d4.png b/1.7.10/assets/minecraft/textures/font/unicode_page_d4.png new file mode 100644 index 00000000..14be6c76 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_d4.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_d5.png b/1.7.10/assets/minecraft/textures/font/unicode_page_d5.png new file mode 100644 index 00000000..3c41836e Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_d5.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_d6.png b/1.7.10/assets/minecraft/textures/font/unicode_page_d6.png new file mode 100644 index 00000000..27424b1f Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_d6.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_d7.png b/1.7.10/assets/minecraft/textures/font/unicode_page_d7.png new file mode 100644 index 00000000..d8772d83 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_d7.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_f9.png b/1.7.10/assets/minecraft/textures/font/unicode_page_f9.png new file mode 100644 index 00000000..e7232356 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_f9.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_fa.png b/1.7.10/assets/minecraft/textures/font/unicode_page_fa.png new file mode 100644 index 00000000..d78dcfe1 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_fa.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_fb.png b/1.7.10/assets/minecraft/textures/font/unicode_page_fb.png new file mode 100644 index 00000000..5423c864 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_fb.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_fc.png b/1.7.10/assets/minecraft/textures/font/unicode_page_fc.png new file mode 100644 index 00000000..8034140a Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_fc.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_fd.png b/1.7.10/assets/minecraft/textures/font/unicode_page_fd.png new file mode 100644 index 00000000..c31bd6f0 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_fd.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_fe.png b/1.7.10/assets/minecraft/textures/font/unicode_page_fe.png new file mode 100644 index 00000000..42ed33ec Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_fe.png differ diff --git a/1.7.10/assets/minecraft/textures/font/unicode_page_ff.png b/1.7.10/assets/minecraft/textures/font/unicode_page_ff.png new file mode 100644 index 00000000..f0ff742b Binary files /dev/null and b/1.7.10/assets/minecraft/textures/font/unicode_page_ff.png differ diff --git a/1.7.10/assets/minecraft/textures/gui/achievement/achievement_background.png b/1.7.10/assets/minecraft/textures/gui/achievement/achievement_background.png new file mode 100644 index 00000000..921bce01 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/gui/achievement/achievement_background.png differ diff --git a/1.7.10/assets/minecraft/textures/gui/achievement/achievement_icons.png b/1.7.10/assets/minecraft/textures/gui/achievement/achievement_icons.png new file mode 100644 index 00000000..8c4ae796 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/gui/achievement/achievement_icons.png differ diff --git a/1.7.10/assets/minecraft/textures/gui/book.png b/1.7.10/assets/minecraft/textures/gui/book.png new file mode 100644 index 00000000..3e4ba4e6 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/gui/book.png differ diff --git a/1.7.10/assets/minecraft/textures/gui/container/anvil.png b/1.7.10/assets/minecraft/textures/gui/container/anvil.png new file mode 100644 index 00000000..34e8f9f9 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/gui/container/anvil.png differ diff --git a/1.7.10/assets/minecraft/textures/gui/container/beacon.png b/1.7.10/assets/minecraft/textures/gui/container/beacon.png new file mode 100644 index 00000000..f51a2ef5 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/gui/container/beacon.png differ diff --git a/1.7.10/assets/minecraft/textures/gui/container/brewing_stand.png b/1.7.10/assets/minecraft/textures/gui/container/brewing_stand.png new file mode 100644 index 00000000..e7dc2031 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/gui/container/brewing_stand.png differ diff --git a/1.7.10/assets/minecraft/textures/gui/container/crafting_table.png b/1.7.10/assets/minecraft/textures/gui/container/crafting_table.png new file mode 100644 index 00000000..254daccd Binary files /dev/null and b/1.7.10/assets/minecraft/textures/gui/container/crafting_table.png differ diff --git a/1.7.10/assets/minecraft/textures/gui/container/creative_inventory/tab_inventory.png b/1.7.10/assets/minecraft/textures/gui/container/creative_inventory/tab_inventory.png new file mode 100644 index 00000000..c8d53a67 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/gui/container/creative_inventory/tab_inventory.png differ diff --git a/1.7.10/assets/minecraft/textures/gui/container/creative_inventory/tab_item_search.png b/1.7.10/assets/minecraft/textures/gui/container/creative_inventory/tab_item_search.png new file mode 100644 index 00000000..cc250e55 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/gui/container/creative_inventory/tab_item_search.png differ diff --git a/1.7.10/assets/minecraft/textures/gui/container/creative_inventory/tab_items.png b/1.7.10/assets/minecraft/textures/gui/container/creative_inventory/tab_items.png new file mode 100644 index 00000000..38421f7e Binary files /dev/null and b/1.7.10/assets/minecraft/textures/gui/container/creative_inventory/tab_items.png differ diff --git a/1.7.10/assets/minecraft/textures/gui/container/creative_inventory/tabs.png b/1.7.10/assets/minecraft/textures/gui/container/creative_inventory/tabs.png new file mode 100644 index 00000000..1c440933 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/gui/container/creative_inventory/tabs.png differ diff --git a/1.7.10/assets/minecraft/textures/gui/container/dispenser.png b/1.7.10/assets/minecraft/textures/gui/container/dispenser.png new file mode 100644 index 00000000..0a6ebe7a Binary files /dev/null and b/1.7.10/assets/minecraft/textures/gui/container/dispenser.png differ diff --git a/1.7.10/assets/minecraft/textures/gui/container/enchanting_table.png b/1.7.10/assets/minecraft/textures/gui/container/enchanting_table.png new file mode 100644 index 00000000..59aeb044 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/gui/container/enchanting_table.png differ diff --git a/1.7.10/assets/minecraft/textures/gui/container/furnace.png b/1.7.10/assets/minecraft/textures/gui/container/furnace.png new file mode 100644 index 00000000..2255d0ab Binary files /dev/null and b/1.7.10/assets/minecraft/textures/gui/container/furnace.png differ diff --git a/1.7.10/assets/minecraft/textures/gui/container/generic_54.png b/1.7.10/assets/minecraft/textures/gui/container/generic_54.png new file mode 100644 index 00000000..0b880ef9 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/gui/container/generic_54.png differ diff --git a/1.7.10/assets/minecraft/textures/gui/container/hopper.png b/1.7.10/assets/minecraft/textures/gui/container/hopper.png new file mode 100644 index 00000000..3d005479 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/gui/container/hopper.png differ diff --git a/1.7.10/assets/minecraft/textures/gui/container/horse.png b/1.7.10/assets/minecraft/textures/gui/container/horse.png new file mode 100644 index 00000000..194cc6bf Binary files /dev/null and b/1.7.10/assets/minecraft/textures/gui/container/horse.png differ diff --git a/1.7.10/assets/minecraft/textures/gui/container/inventory.png b/1.7.10/assets/minecraft/textures/gui/container/inventory.png new file mode 100644 index 00000000..d553c4f7 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/gui/container/inventory.png differ diff --git a/1.7.10/assets/minecraft/textures/gui/container/stats_icons.png b/1.7.10/assets/minecraft/textures/gui/container/stats_icons.png new file mode 100644 index 00000000..f13323be Binary files /dev/null and b/1.7.10/assets/minecraft/textures/gui/container/stats_icons.png differ diff --git a/1.7.10/assets/minecraft/textures/gui/container/villager.png b/1.7.10/assets/minecraft/textures/gui/container/villager.png new file mode 100644 index 00000000..3211a7a0 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/gui/container/villager.png differ diff --git a/1.7.10/assets/minecraft/textures/gui/demo_background.png b/1.7.10/assets/minecraft/textures/gui/demo_background.png new file mode 100644 index 00000000..a7fd8be9 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/gui/demo_background.png differ diff --git a/1.7.10/assets/minecraft/textures/gui/icons.png b/1.7.10/assets/minecraft/textures/gui/icons.png new file mode 100644 index 00000000..8aec7164 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/gui/icons.png differ diff --git a/1.7.10/assets/minecraft/textures/gui/options_background.png b/1.7.10/assets/minecraft/textures/gui/options_background.png new file mode 100644 index 00000000..cae55280 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/gui/options_background.png differ diff --git a/1.7.10/assets/minecraft/textures/gui/resource_packs.png b/1.7.10/assets/minecraft/textures/gui/resource_packs.png new file mode 100644 index 00000000..15a80bd0 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/gui/resource_packs.png differ diff --git a/1.7.10/assets/minecraft/textures/gui/stream_indicator.png b/1.7.10/assets/minecraft/textures/gui/stream_indicator.png new file mode 100644 index 00000000..b426b7ef Binary files /dev/null and b/1.7.10/assets/minecraft/textures/gui/stream_indicator.png differ diff --git a/1.7.10/assets/minecraft/textures/gui/title/background/panorama_0.png b/1.7.10/assets/minecraft/textures/gui/title/background/panorama_0.png new file mode 100644 index 00000000..27f015d1 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/gui/title/background/panorama_0.png differ diff --git a/1.7.10/assets/minecraft/textures/gui/title/background/panorama_1.png b/1.7.10/assets/minecraft/textures/gui/title/background/panorama_1.png new file mode 100644 index 00000000..c16841ad Binary files /dev/null and b/1.7.10/assets/minecraft/textures/gui/title/background/panorama_1.png differ diff --git a/1.7.10/assets/minecraft/textures/gui/title/background/panorama_2.png b/1.7.10/assets/minecraft/textures/gui/title/background/panorama_2.png new file mode 100644 index 00000000..0436d776 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/gui/title/background/panorama_2.png differ diff --git a/1.7.10/assets/minecraft/textures/gui/title/background/panorama_3.png b/1.7.10/assets/minecraft/textures/gui/title/background/panorama_3.png new file mode 100644 index 00000000..2c7ad778 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/gui/title/background/panorama_3.png differ diff --git a/1.7.10/assets/minecraft/textures/gui/title/background/panorama_4.png b/1.7.10/assets/minecraft/textures/gui/title/background/panorama_4.png new file mode 100644 index 00000000..03900967 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/gui/title/background/panorama_4.png differ diff --git a/1.7.10/assets/minecraft/textures/gui/title/background/panorama_5.png b/1.7.10/assets/minecraft/textures/gui/title/background/panorama_5.png new file mode 100644 index 00000000..0331ad4a Binary files /dev/null and b/1.7.10/assets/minecraft/textures/gui/title/background/panorama_5.png differ diff --git a/1.7.10/assets/minecraft/textures/gui/title/minecraft.png b/1.7.10/assets/minecraft/textures/gui/title/minecraft.png new file mode 100644 index 00000000..b393bd97 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/gui/title/minecraft.png differ diff --git a/1.7.10/assets/minecraft/textures/gui/title/mojang.png b/1.7.10/assets/minecraft/textures/gui/title/mojang.png new file mode 100644 index 00000000..a82cf6ce Binary files /dev/null and b/1.7.10/assets/minecraft/textures/gui/title/mojang.png differ diff --git a/1.7.10/assets/minecraft/textures/gui/widgets.png b/1.7.10/assets/minecraft/textures/gui/widgets.png new file mode 100644 index 00000000..e1194d42 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/gui/widgets.png differ diff --git a/1.7.10/assets/minecraft/textures/items/apple.png b/1.7.10/assets/minecraft/textures/items/apple.png new file mode 100644 index 00000000..3e2ee59f Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/apple.png differ diff --git a/1.7.10/assets/minecraft/textures/items/apple_golden.png b/1.7.10/assets/minecraft/textures/items/apple_golden.png new file mode 100644 index 00000000..62019898 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/apple_golden.png differ diff --git a/1.7.10/assets/minecraft/textures/items/arrow.png b/1.7.10/assets/minecraft/textures/items/arrow.png new file mode 100644 index 00000000..4f748a00 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/arrow.png differ diff --git a/1.7.10/assets/minecraft/textures/items/bed.png b/1.7.10/assets/minecraft/textures/items/bed.png new file mode 100644 index 00000000..22a4cf04 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/bed.png differ diff --git a/1.7.10/assets/minecraft/textures/items/beef_cooked.png b/1.7.10/assets/minecraft/textures/items/beef_cooked.png new file mode 100644 index 00000000..a1c765a1 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/beef_cooked.png differ diff --git a/1.7.10/assets/minecraft/textures/items/beef_raw.png b/1.7.10/assets/minecraft/textures/items/beef_raw.png new file mode 100644 index 00000000..82af4e7e Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/beef_raw.png differ diff --git a/1.7.10/assets/minecraft/textures/items/blaze_powder.png b/1.7.10/assets/minecraft/textures/items/blaze_powder.png new file mode 100644 index 00000000..89c57d6e Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/blaze_powder.png differ diff --git a/1.7.10/assets/minecraft/textures/items/blaze_rod.png b/1.7.10/assets/minecraft/textures/items/blaze_rod.png new file mode 100644 index 00000000..7050e10f Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/blaze_rod.png differ diff --git a/1.7.10/assets/minecraft/textures/items/boat.png b/1.7.10/assets/minecraft/textures/items/boat.png new file mode 100644 index 00000000..235e0a26 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/boat.png differ diff --git a/1.7.10/assets/minecraft/textures/items/bone.png b/1.7.10/assets/minecraft/textures/items/bone.png new file mode 100644 index 00000000..3faca89a Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/bone.png differ diff --git a/1.7.10/assets/minecraft/textures/items/book_enchanted.png b/1.7.10/assets/minecraft/textures/items/book_enchanted.png new file mode 100644 index 00000000..44215f63 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/book_enchanted.png differ diff --git a/1.7.10/assets/minecraft/textures/items/book_normal.png b/1.7.10/assets/minecraft/textures/items/book_normal.png new file mode 100644 index 00000000..f791ae43 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/book_normal.png differ diff --git a/1.7.10/assets/minecraft/textures/items/book_writable.png b/1.7.10/assets/minecraft/textures/items/book_writable.png new file mode 100644 index 00000000..fa95246a Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/book_writable.png differ diff --git a/1.7.10/assets/minecraft/textures/items/book_written.png b/1.7.10/assets/minecraft/textures/items/book_written.png new file mode 100644 index 00000000..b2a2aa8e Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/book_written.png differ diff --git a/1.7.10/assets/minecraft/textures/items/bow_pulling_0.png b/1.7.10/assets/minecraft/textures/items/bow_pulling_0.png new file mode 100644 index 00000000..2022aabd Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/bow_pulling_0.png differ diff --git a/1.7.10/assets/minecraft/textures/items/bow_pulling_1.png b/1.7.10/assets/minecraft/textures/items/bow_pulling_1.png new file mode 100644 index 00000000..a1320795 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/bow_pulling_1.png differ diff --git a/1.7.10/assets/minecraft/textures/items/bow_pulling_2.png b/1.7.10/assets/minecraft/textures/items/bow_pulling_2.png new file mode 100644 index 00000000..d459e685 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/bow_pulling_2.png differ diff --git a/1.7.10/assets/minecraft/textures/items/bow_standby.png b/1.7.10/assets/minecraft/textures/items/bow_standby.png new file mode 100644 index 00000000..d709b9c8 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/bow_standby.png differ diff --git a/1.7.10/assets/minecraft/textures/items/bowl.png b/1.7.10/assets/minecraft/textures/items/bowl.png new file mode 100644 index 00000000..63d16ad6 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/bowl.png differ diff --git a/1.7.10/assets/minecraft/textures/items/bread.png b/1.7.10/assets/minecraft/textures/items/bread.png new file mode 100644 index 00000000..c833604c Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/bread.png differ diff --git a/1.7.10/assets/minecraft/textures/items/brewing_stand.png b/1.7.10/assets/minecraft/textures/items/brewing_stand.png new file mode 100644 index 00000000..97db9af1 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/brewing_stand.png differ diff --git a/1.7.10/assets/minecraft/textures/items/brick.png b/1.7.10/assets/minecraft/textures/items/brick.png new file mode 100644 index 00000000..11e74be6 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/brick.png differ diff --git a/1.7.10/assets/minecraft/textures/items/bucket_empty.png b/1.7.10/assets/minecraft/textures/items/bucket_empty.png new file mode 100644 index 00000000..f8e53692 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/bucket_empty.png differ diff --git a/1.7.10/assets/minecraft/textures/items/bucket_lava.png b/1.7.10/assets/minecraft/textures/items/bucket_lava.png new file mode 100644 index 00000000..13a19570 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/bucket_lava.png differ diff --git a/1.7.10/assets/minecraft/textures/items/bucket_milk.png b/1.7.10/assets/minecraft/textures/items/bucket_milk.png new file mode 100644 index 00000000..c77d92c5 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/bucket_milk.png differ diff --git a/1.7.10/assets/minecraft/textures/items/bucket_water.png b/1.7.10/assets/minecraft/textures/items/bucket_water.png new file mode 100644 index 00000000..2f36accb Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/bucket_water.png differ diff --git a/1.7.10/assets/minecraft/textures/items/cake.png b/1.7.10/assets/minecraft/textures/items/cake.png new file mode 100644 index 00000000..46e94b82 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/cake.png differ diff --git a/1.7.10/assets/minecraft/textures/items/carrot.png b/1.7.10/assets/minecraft/textures/items/carrot.png new file mode 100644 index 00000000..2d08aab9 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/carrot.png differ diff --git a/1.7.10/assets/minecraft/textures/items/carrot_golden.png b/1.7.10/assets/minecraft/textures/items/carrot_golden.png new file mode 100644 index 00000000..e0f1ea62 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/carrot_golden.png differ diff --git a/1.7.10/assets/minecraft/textures/items/carrot_on_a_stick.png b/1.7.10/assets/minecraft/textures/items/carrot_on_a_stick.png new file mode 100644 index 00000000..9e88571e Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/carrot_on_a_stick.png differ diff --git a/1.7.10/assets/minecraft/textures/items/cauldron.png b/1.7.10/assets/minecraft/textures/items/cauldron.png new file mode 100644 index 00000000..e3186ebd Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/cauldron.png differ diff --git a/1.7.10/assets/minecraft/textures/items/chainmail_boots.png b/1.7.10/assets/minecraft/textures/items/chainmail_boots.png new file mode 100644 index 00000000..54a4a159 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/chainmail_boots.png differ diff --git a/1.7.10/assets/minecraft/textures/items/chainmail_chestplate.png b/1.7.10/assets/minecraft/textures/items/chainmail_chestplate.png new file mode 100644 index 00000000..cd2115a9 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/chainmail_chestplate.png differ diff --git a/1.7.10/assets/minecraft/textures/items/chainmail_helmet.png b/1.7.10/assets/minecraft/textures/items/chainmail_helmet.png new file mode 100644 index 00000000..a1433387 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/chainmail_helmet.png differ diff --git a/1.7.10/assets/minecraft/textures/items/chainmail_leggings.png b/1.7.10/assets/minecraft/textures/items/chainmail_leggings.png new file mode 100644 index 00000000..dae4b266 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/chainmail_leggings.png differ diff --git a/1.7.10/assets/minecraft/textures/items/charcoal.png b/1.7.10/assets/minecraft/textures/items/charcoal.png new file mode 100644 index 00000000..20d5b257 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/charcoal.png differ diff --git a/1.7.10/assets/minecraft/textures/items/chicken_cooked.png b/1.7.10/assets/minecraft/textures/items/chicken_cooked.png new file mode 100644 index 00000000..890b5b3f Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/chicken_cooked.png differ diff --git a/1.7.10/assets/minecraft/textures/items/chicken_raw.png b/1.7.10/assets/minecraft/textures/items/chicken_raw.png new file mode 100644 index 00000000..6d259224 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/chicken_raw.png differ diff --git a/1.7.10/assets/minecraft/textures/items/clay_ball.png b/1.7.10/assets/minecraft/textures/items/clay_ball.png new file mode 100644 index 00000000..5103d6cc Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/clay_ball.png differ diff --git a/1.7.10/assets/minecraft/textures/items/clock.png b/1.7.10/assets/minecraft/textures/items/clock.png new file mode 100644 index 00000000..069a0abf Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/clock.png differ diff --git a/1.7.10/assets/minecraft/textures/items/clock.png.mcmeta b/1.7.10/assets/minecraft/textures/items/clock.png.mcmeta new file mode 100644 index 00000000..4f0718ac --- /dev/null +++ b/1.7.10/assets/minecraft/textures/items/clock.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} \ No newline at end of file diff --git a/1.7.10/assets/minecraft/textures/items/coal.png b/1.7.10/assets/minecraft/textures/items/coal.png new file mode 100644 index 00000000..5563b6fc Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/coal.png differ diff --git a/1.7.10/assets/minecraft/textures/items/comparator.png b/1.7.10/assets/minecraft/textures/items/comparator.png new file mode 100644 index 00000000..28b8eec1 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/comparator.png differ diff --git a/1.7.10/assets/minecraft/textures/items/compass.png b/1.7.10/assets/minecraft/textures/items/compass.png new file mode 100644 index 00000000..9dcbdfe6 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/compass.png differ diff --git a/1.7.10/assets/minecraft/textures/items/compass.png.mcmeta b/1.7.10/assets/minecraft/textures/items/compass.png.mcmeta new file mode 100644 index 00000000..4f0718ac --- /dev/null +++ b/1.7.10/assets/minecraft/textures/items/compass.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} \ No newline at end of file diff --git a/1.7.10/assets/minecraft/textures/items/cookie.png b/1.7.10/assets/minecraft/textures/items/cookie.png new file mode 100644 index 00000000..01fe56b1 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/cookie.png differ diff --git a/1.7.10/assets/minecraft/textures/items/diamond.png b/1.7.10/assets/minecraft/textures/items/diamond.png new file mode 100644 index 00000000..10e70a0c Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/diamond.png differ diff --git a/1.7.10/assets/minecraft/textures/items/diamond_axe.png b/1.7.10/assets/minecraft/textures/items/diamond_axe.png new file mode 100644 index 00000000..7627f87b Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/diamond_axe.png differ diff --git a/1.7.10/assets/minecraft/textures/items/diamond_boots.png b/1.7.10/assets/minecraft/textures/items/diamond_boots.png new file mode 100644 index 00000000..70d9e5f8 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/diamond_boots.png differ diff --git a/1.7.10/assets/minecraft/textures/items/diamond_chestplate.png b/1.7.10/assets/minecraft/textures/items/diamond_chestplate.png new file mode 100644 index 00000000..afdff93e Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/diamond_chestplate.png differ diff --git a/1.7.10/assets/minecraft/textures/items/diamond_helmet.png b/1.7.10/assets/minecraft/textures/items/diamond_helmet.png new file mode 100644 index 00000000..1c885924 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/diamond_helmet.png differ diff --git a/1.7.10/assets/minecraft/textures/items/diamond_hoe.png b/1.7.10/assets/minecraft/textures/items/diamond_hoe.png new file mode 100644 index 00000000..c9a97e0a Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/diamond_hoe.png differ diff --git a/1.7.10/assets/minecraft/textures/items/diamond_horse_armor.png b/1.7.10/assets/minecraft/textures/items/diamond_horse_armor.png new file mode 100644 index 00000000..b281aadd Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/diamond_horse_armor.png differ diff --git a/1.7.10/assets/minecraft/textures/items/diamond_leggings.png b/1.7.10/assets/minecraft/textures/items/diamond_leggings.png new file mode 100644 index 00000000..a99c8967 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/diamond_leggings.png differ diff --git a/1.7.10/assets/minecraft/textures/items/diamond_pickaxe.png b/1.7.10/assets/minecraft/textures/items/diamond_pickaxe.png new file mode 100644 index 00000000..c2798285 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/diamond_pickaxe.png differ diff --git a/1.7.10/assets/minecraft/textures/items/diamond_shovel.png b/1.7.10/assets/minecraft/textures/items/diamond_shovel.png new file mode 100644 index 00000000..e4a8992a Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/diamond_shovel.png differ diff --git a/1.7.10/assets/minecraft/textures/items/diamond_sword.png b/1.7.10/assets/minecraft/textures/items/diamond_sword.png new file mode 100644 index 00000000..2a1552d6 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/diamond_sword.png differ diff --git a/1.7.10/assets/minecraft/textures/items/door_iron.png b/1.7.10/assets/minecraft/textures/items/door_iron.png new file mode 100644 index 00000000..67877ab2 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/door_iron.png differ diff --git a/1.7.10/assets/minecraft/textures/items/door_wood.png b/1.7.10/assets/minecraft/textures/items/door_wood.png new file mode 100644 index 00000000..750307f0 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/door_wood.png differ diff --git a/1.7.10/assets/minecraft/textures/items/dye_powder_black.png b/1.7.10/assets/minecraft/textures/items/dye_powder_black.png new file mode 100644 index 00000000..909bea5e Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/dye_powder_black.png differ diff --git a/1.7.10/assets/minecraft/textures/items/dye_powder_blue.png b/1.7.10/assets/minecraft/textures/items/dye_powder_blue.png new file mode 100644 index 00000000..4713983e Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/dye_powder_blue.png differ diff --git a/1.7.10/assets/minecraft/textures/items/dye_powder_brown.png b/1.7.10/assets/minecraft/textures/items/dye_powder_brown.png new file mode 100644 index 00000000..62eae8d4 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/dye_powder_brown.png differ diff --git a/1.7.10/assets/minecraft/textures/items/dye_powder_cyan.png b/1.7.10/assets/minecraft/textures/items/dye_powder_cyan.png new file mode 100644 index 00000000..7b10c117 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/dye_powder_cyan.png differ diff --git a/1.7.10/assets/minecraft/textures/items/dye_powder_gray.png b/1.7.10/assets/minecraft/textures/items/dye_powder_gray.png new file mode 100644 index 00000000..4fce7e72 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/dye_powder_gray.png differ diff --git a/1.7.10/assets/minecraft/textures/items/dye_powder_green.png b/1.7.10/assets/minecraft/textures/items/dye_powder_green.png new file mode 100644 index 00000000..009e0587 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/dye_powder_green.png differ diff --git a/1.7.10/assets/minecraft/textures/items/dye_powder_light_blue.png b/1.7.10/assets/minecraft/textures/items/dye_powder_light_blue.png new file mode 100644 index 00000000..a8b45c92 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/dye_powder_light_blue.png differ diff --git a/1.7.10/assets/minecraft/textures/items/dye_powder_lime.png b/1.7.10/assets/minecraft/textures/items/dye_powder_lime.png new file mode 100644 index 00000000..7a787644 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/dye_powder_lime.png differ diff --git a/1.7.10/assets/minecraft/textures/items/dye_powder_magenta.png b/1.7.10/assets/minecraft/textures/items/dye_powder_magenta.png new file mode 100644 index 00000000..ea7342a8 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/dye_powder_magenta.png differ diff --git a/1.7.10/assets/minecraft/textures/items/dye_powder_orange.png b/1.7.10/assets/minecraft/textures/items/dye_powder_orange.png new file mode 100644 index 00000000..677a1aa6 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/dye_powder_orange.png differ diff --git a/1.7.10/assets/minecraft/textures/items/dye_powder_pink.png b/1.7.10/assets/minecraft/textures/items/dye_powder_pink.png new file mode 100644 index 00000000..1acc4834 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/dye_powder_pink.png differ diff --git a/1.7.10/assets/minecraft/textures/items/dye_powder_purple.png b/1.7.10/assets/minecraft/textures/items/dye_powder_purple.png new file mode 100644 index 00000000..7d201c26 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/dye_powder_purple.png differ diff --git a/1.7.10/assets/minecraft/textures/items/dye_powder_red.png b/1.7.10/assets/minecraft/textures/items/dye_powder_red.png new file mode 100644 index 00000000..2d1a7429 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/dye_powder_red.png differ diff --git a/1.7.10/assets/minecraft/textures/items/dye_powder_silver.png b/1.7.10/assets/minecraft/textures/items/dye_powder_silver.png new file mode 100644 index 00000000..fa9e501e Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/dye_powder_silver.png differ diff --git a/1.7.10/assets/minecraft/textures/items/dye_powder_white.png b/1.7.10/assets/minecraft/textures/items/dye_powder_white.png new file mode 100644 index 00000000..5b1833be Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/dye_powder_white.png differ diff --git a/1.7.10/assets/minecraft/textures/items/dye_powder_yellow.png b/1.7.10/assets/minecraft/textures/items/dye_powder_yellow.png new file mode 100644 index 00000000..95e06731 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/dye_powder_yellow.png differ diff --git a/1.7.10/assets/minecraft/textures/items/egg.png b/1.7.10/assets/minecraft/textures/items/egg.png new file mode 100644 index 00000000..a6fe2bfa Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/egg.png differ diff --git a/1.7.10/assets/minecraft/textures/items/emerald.png b/1.7.10/assets/minecraft/textures/items/emerald.png new file mode 100644 index 00000000..98d953e2 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/emerald.png differ diff --git a/1.7.10/assets/minecraft/textures/items/empty_armor_slot_boots.png b/1.7.10/assets/minecraft/textures/items/empty_armor_slot_boots.png new file mode 100644 index 00000000..fd7e05fa Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/empty_armor_slot_boots.png differ diff --git a/1.7.10/assets/minecraft/textures/items/empty_armor_slot_chestplate.png b/1.7.10/assets/minecraft/textures/items/empty_armor_slot_chestplate.png new file mode 100644 index 00000000..6e632b9d Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/empty_armor_slot_chestplate.png differ diff --git a/1.7.10/assets/minecraft/textures/items/empty_armor_slot_helmet.png b/1.7.10/assets/minecraft/textures/items/empty_armor_slot_helmet.png new file mode 100644 index 00000000..3a455f3f Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/empty_armor_slot_helmet.png differ diff --git a/1.7.10/assets/minecraft/textures/items/empty_armor_slot_leggings.png b/1.7.10/assets/minecraft/textures/items/empty_armor_slot_leggings.png new file mode 100644 index 00000000..28b2c494 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/empty_armor_slot_leggings.png differ diff --git a/1.7.10/assets/minecraft/textures/items/ender_eye.png b/1.7.10/assets/minecraft/textures/items/ender_eye.png new file mode 100644 index 00000000..8c4ef4e8 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/ender_eye.png differ diff --git a/1.7.10/assets/minecraft/textures/items/ender_pearl.png b/1.7.10/assets/minecraft/textures/items/ender_pearl.png new file mode 100644 index 00000000..4b752a64 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/ender_pearl.png differ diff --git a/1.7.10/assets/minecraft/textures/items/experience_bottle.png b/1.7.10/assets/minecraft/textures/items/experience_bottle.png new file mode 100644 index 00000000..ae4214ff Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/experience_bottle.png differ diff --git a/1.7.10/assets/minecraft/textures/items/feather.png b/1.7.10/assets/minecraft/textures/items/feather.png new file mode 100644 index 00000000..d4c3be55 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/feather.png differ diff --git a/1.7.10/assets/minecraft/textures/items/fireball.png b/1.7.10/assets/minecraft/textures/items/fireball.png new file mode 100644 index 00000000..d62a6f47 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/fireball.png differ diff --git a/1.7.10/assets/minecraft/textures/items/fireworks.png b/1.7.10/assets/minecraft/textures/items/fireworks.png new file mode 100644 index 00000000..f1e07fd1 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/fireworks.png differ diff --git a/1.7.10/assets/minecraft/textures/items/fireworks_charge.png b/1.7.10/assets/minecraft/textures/items/fireworks_charge.png new file mode 100644 index 00000000..43a4a21b Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/fireworks_charge.png differ diff --git a/1.7.10/assets/minecraft/textures/items/fireworks_charge_overlay.png b/1.7.10/assets/minecraft/textures/items/fireworks_charge_overlay.png new file mode 100644 index 00000000..d8b91a92 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/fireworks_charge_overlay.png differ diff --git a/1.7.10/assets/minecraft/textures/items/fish_clownfish_raw.png b/1.7.10/assets/minecraft/textures/items/fish_clownfish_raw.png new file mode 100644 index 00000000..41df72fd Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/fish_clownfish_raw.png differ diff --git a/1.7.10/assets/minecraft/textures/items/fish_cod_cooked.png b/1.7.10/assets/minecraft/textures/items/fish_cod_cooked.png new file mode 100644 index 00000000..87564c70 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/fish_cod_cooked.png differ diff --git a/1.7.10/assets/minecraft/textures/items/fish_cod_raw.png b/1.7.10/assets/minecraft/textures/items/fish_cod_raw.png new file mode 100644 index 00000000..32996bf5 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/fish_cod_raw.png differ diff --git a/1.7.10/assets/minecraft/textures/items/fish_pufferfish_raw.png b/1.7.10/assets/minecraft/textures/items/fish_pufferfish_raw.png new file mode 100644 index 00000000..aadbd88e Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/fish_pufferfish_raw.png differ diff --git a/1.7.10/assets/minecraft/textures/items/fish_salmon_cooked.png b/1.7.10/assets/minecraft/textures/items/fish_salmon_cooked.png new file mode 100644 index 00000000..fb765ed7 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/fish_salmon_cooked.png differ diff --git a/1.7.10/assets/minecraft/textures/items/fish_salmon_raw.png b/1.7.10/assets/minecraft/textures/items/fish_salmon_raw.png new file mode 100644 index 00000000..68bcd697 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/fish_salmon_raw.png differ diff --git a/1.7.10/assets/minecraft/textures/items/fishing_rod_cast.png b/1.7.10/assets/minecraft/textures/items/fishing_rod_cast.png new file mode 100644 index 00000000..a5ab3781 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/fishing_rod_cast.png differ diff --git a/1.7.10/assets/minecraft/textures/items/fishing_rod_uncast.png b/1.7.10/assets/minecraft/textures/items/fishing_rod_uncast.png new file mode 100644 index 00000000..d4b53f0f Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/fishing_rod_uncast.png differ diff --git a/1.7.10/assets/minecraft/textures/items/flint.png b/1.7.10/assets/minecraft/textures/items/flint.png new file mode 100644 index 00000000..5f51093f Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/flint.png differ diff --git a/1.7.10/assets/minecraft/textures/items/flint_and_steel.png b/1.7.10/assets/minecraft/textures/items/flint_and_steel.png new file mode 100644 index 00000000..77bc3407 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/flint_and_steel.png differ diff --git a/1.7.10/assets/minecraft/textures/items/flower_pot.png b/1.7.10/assets/minecraft/textures/items/flower_pot.png new file mode 100644 index 00000000..c4f26d21 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/flower_pot.png differ diff --git a/1.7.10/assets/minecraft/textures/items/ghast_tear.png b/1.7.10/assets/minecraft/textures/items/ghast_tear.png new file mode 100644 index 00000000..e5c741f9 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/ghast_tear.png differ diff --git a/1.7.10/assets/minecraft/textures/items/glowstone_dust.png b/1.7.10/assets/minecraft/textures/items/glowstone_dust.png new file mode 100644 index 00000000..edd93a6d Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/glowstone_dust.png differ diff --git a/1.7.10/assets/minecraft/textures/items/gold_axe.png b/1.7.10/assets/minecraft/textures/items/gold_axe.png new file mode 100644 index 00000000..0f47b600 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/gold_axe.png differ diff --git a/1.7.10/assets/minecraft/textures/items/gold_boots.png b/1.7.10/assets/minecraft/textures/items/gold_boots.png new file mode 100644 index 00000000..f6033d25 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/gold_boots.png differ diff --git a/1.7.10/assets/minecraft/textures/items/gold_chestplate.png b/1.7.10/assets/minecraft/textures/items/gold_chestplate.png new file mode 100644 index 00000000..e36076ad Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/gold_chestplate.png differ diff --git a/1.7.10/assets/minecraft/textures/items/gold_helmet.png b/1.7.10/assets/minecraft/textures/items/gold_helmet.png new file mode 100644 index 00000000..9eb89a0c Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/gold_helmet.png differ diff --git a/1.7.10/assets/minecraft/textures/items/gold_hoe.png b/1.7.10/assets/minecraft/textures/items/gold_hoe.png new file mode 100644 index 00000000..1685d472 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/gold_hoe.png differ diff --git a/1.7.10/assets/minecraft/textures/items/gold_horse_armor.png b/1.7.10/assets/minecraft/textures/items/gold_horse_armor.png new file mode 100644 index 00000000..7c5c3a59 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/gold_horse_armor.png differ diff --git a/1.7.10/assets/minecraft/textures/items/gold_ingot.png b/1.7.10/assets/minecraft/textures/items/gold_ingot.png new file mode 100644 index 00000000..ea781e71 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/gold_ingot.png differ diff --git a/1.7.10/assets/minecraft/textures/items/gold_leggings.png b/1.7.10/assets/minecraft/textures/items/gold_leggings.png new file mode 100644 index 00000000..da237713 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/gold_leggings.png differ diff --git a/1.7.10/assets/minecraft/textures/items/gold_nugget.png b/1.7.10/assets/minecraft/textures/items/gold_nugget.png new file mode 100644 index 00000000..3a9a2fe4 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/gold_nugget.png differ diff --git a/1.7.10/assets/minecraft/textures/items/gold_pickaxe.png b/1.7.10/assets/minecraft/textures/items/gold_pickaxe.png new file mode 100644 index 00000000..ecccafe6 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/gold_pickaxe.png differ diff --git a/1.7.10/assets/minecraft/textures/items/gold_shovel.png b/1.7.10/assets/minecraft/textures/items/gold_shovel.png new file mode 100644 index 00000000..150cbb97 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/gold_shovel.png differ diff --git a/1.7.10/assets/minecraft/textures/items/gold_sword.png b/1.7.10/assets/minecraft/textures/items/gold_sword.png new file mode 100644 index 00000000..0ddef045 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/gold_sword.png differ diff --git a/1.7.10/assets/minecraft/textures/items/gunpowder.png b/1.7.10/assets/minecraft/textures/items/gunpowder.png new file mode 100644 index 00000000..73cadece Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/gunpowder.png differ diff --git a/1.7.10/assets/minecraft/textures/items/hopper.png b/1.7.10/assets/minecraft/textures/items/hopper.png new file mode 100644 index 00000000..f8b244fc Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/hopper.png differ diff --git a/1.7.10/assets/minecraft/textures/items/iron_axe.png b/1.7.10/assets/minecraft/textures/items/iron_axe.png new file mode 100644 index 00000000..8bf133e3 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/iron_axe.png differ diff --git a/1.7.10/assets/minecraft/textures/items/iron_boots.png b/1.7.10/assets/minecraft/textures/items/iron_boots.png new file mode 100644 index 00000000..b69ca05c Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/iron_boots.png differ diff --git a/1.7.10/assets/minecraft/textures/items/iron_chestplate.png b/1.7.10/assets/minecraft/textures/items/iron_chestplate.png new file mode 100644 index 00000000..e7993ce1 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/iron_chestplate.png differ diff --git a/1.7.10/assets/minecraft/textures/items/iron_helmet.png b/1.7.10/assets/minecraft/textures/items/iron_helmet.png new file mode 100644 index 00000000..65e64cc5 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/iron_helmet.png differ diff --git a/1.7.10/assets/minecraft/textures/items/iron_hoe.png b/1.7.10/assets/minecraft/textures/items/iron_hoe.png new file mode 100644 index 00000000..28d4c36d Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/iron_hoe.png differ diff --git a/1.7.10/assets/minecraft/textures/items/iron_horse_armor.png b/1.7.10/assets/minecraft/textures/items/iron_horse_armor.png new file mode 100644 index 00000000..5d697d17 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/iron_horse_armor.png differ diff --git a/1.7.10/assets/minecraft/textures/items/iron_ingot.png b/1.7.10/assets/minecraft/textures/items/iron_ingot.png new file mode 100644 index 00000000..3833fa05 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/iron_ingot.png differ diff --git a/1.7.10/assets/minecraft/textures/items/iron_leggings.png b/1.7.10/assets/minecraft/textures/items/iron_leggings.png new file mode 100644 index 00000000..ad536739 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/iron_leggings.png differ diff --git a/1.7.10/assets/minecraft/textures/items/iron_pickaxe.png b/1.7.10/assets/minecraft/textures/items/iron_pickaxe.png new file mode 100644 index 00000000..d21440bd Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/iron_pickaxe.png differ diff --git a/1.7.10/assets/minecraft/textures/items/iron_shovel.png b/1.7.10/assets/minecraft/textures/items/iron_shovel.png new file mode 100644 index 00000000..079b236c Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/iron_shovel.png differ diff --git a/1.7.10/assets/minecraft/textures/items/iron_sword.png b/1.7.10/assets/minecraft/textures/items/iron_sword.png new file mode 100644 index 00000000..4d49c5ae Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/iron_sword.png differ diff --git a/1.7.10/assets/minecraft/textures/items/item_frame.png b/1.7.10/assets/minecraft/textures/items/item_frame.png new file mode 100644 index 00000000..261c98a6 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/item_frame.png differ diff --git a/1.7.10/assets/minecraft/textures/items/lead.png b/1.7.10/assets/minecraft/textures/items/lead.png new file mode 100644 index 00000000..0ef5312f Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/lead.png differ diff --git a/1.7.10/assets/minecraft/textures/items/leather.png b/1.7.10/assets/minecraft/textures/items/leather.png new file mode 100644 index 00000000..13dc1998 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/leather.png differ diff --git a/1.7.10/assets/minecraft/textures/items/leather_boots.png b/1.7.10/assets/minecraft/textures/items/leather_boots.png new file mode 100644 index 00000000..31c21326 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/leather_boots.png differ diff --git a/1.7.10/assets/minecraft/textures/items/leather_boots_overlay.png b/1.7.10/assets/minecraft/textures/items/leather_boots_overlay.png new file mode 100644 index 00000000..b6896d87 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/leather_boots_overlay.png differ diff --git a/1.7.10/assets/minecraft/textures/items/leather_chestplate.png b/1.7.10/assets/minecraft/textures/items/leather_chestplate.png new file mode 100644 index 00000000..e534aefc Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/leather_chestplate.png differ diff --git a/1.7.10/assets/minecraft/textures/items/leather_chestplate_overlay.png b/1.7.10/assets/minecraft/textures/items/leather_chestplate_overlay.png new file mode 100644 index 00000000..125fd348 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/leather_chestplate_overlay.png differ diff --git a/1.7.10/assets/minecraft/textures/items/leather_helmet.png b/1.7.10/assets/minecraft/textures/items/leather_helmet.png new file mode 100644 index 00000000..da2cfa86 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/leather_helmet.png differ diff --git a/1.7.10/assets/minecraft/textures/items/leather_helmet_overlay.png b/1.7.10/assets/minecraft/textures/items/leather_helmet_overlay.png new file mode 100644 index 00000000..8040d77f Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/leather_helmet_overlay.png differ diff --git a/1.7.10/assets/minecraft/textures/items/leather_leggings.png b/1.7.10/assets/minecraft/textures/items/leather_leggings.png new file mode 100644 index 00000000..3ff24ee2 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/leather_leggings.png differ diff --git a/1.7.10/assets/minecraft/textures/items/leather_leggings_overlay.png b/1.7.10/assets/minecraft/textures/items/leather_leggings_overlay.png new file mode 100644 index 00000000..813ba262 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/leather_leggings_overlay.png differ diff --git a/1.7.10/assets/minecraft/textures/items/magma_cream.png b/1.7.10/assets/minecraft/textures/items/magma_cream.png new file mode 100644 index 00000000..b2be210c Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/magma_cream.png differ diff --git a/1.7.10/assets/minecraft/textures/items/map_empty.png b/1.7.10/assets/minecraft/textures/items/map_empty.png new file mode 100644 index 00000000..8dc6e58b Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/map_empty.png differ diff --git a/1.7.10/assets/minecraft/textures/items/map_filled.png b/1.7.10/assets/minecraft/textures/items/map_filled.png new file mode 100644 index 00000000..1381e215 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/map_filled.png differ diff --git a/1.7.10/assets/minecraft/textures/items/melon.png b/1.7.10/assets/minecraft/textures/items/melon.png new file mode 100644 index 00000000..590f47a2 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/melon.png differ diff --git a/1.7.10/assets/minecraft/textures/items/melon_speckled.png b/1.7.10/assets/minecraft/textures/items/melon_speckled.png new file mode 100644 index 00000000..dee1bf56 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/melon_speckled.png differ diff --git a/1.7.10/assets/minecraft/textures/items/minecart_chest.png b/1.7.10/assets/minecraft/textures/items/minecart_chest.png new file mode 100644 index 00000000..78a37786 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/minecart_chest.png differ diff --git a/1.7.10/assets/minecraft/textures/items/minecart_command_block.png b/1.7.10/assets/minecraft/textures/items/minecart_command_block.png new file mode 100644 index 00000000..c597ee7f Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/minecart_command_block.png differ diff --git a/1.7.10/assets/minecraft/textures/items/minecart_furnace.png b/1.7.10/assets/minecraft/textures/items/minecart_furnace.png new file mode 100644 index 00000000..5478f25c Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/minecart_furnace.png differ diff --git a/1.7.10/assets/minecraft/textures/items/minecart_hopper.png b/1.7.10/assets/minecraft/textures/items/minecart_hopper.png new file mode 100644 index 00000000..8a138fbb Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/minecart_hopper.png differ diff --git a/1.7.10/assets/minecraft/textures/items/minecart_normal.png b/1.7.10/assets/minecraft/textures/items/minecart_normal.png new file mode 100644 index 00000000..2046f2bc Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/minecart_normal.png differ diff --git a/1.7.10/assets/minecraft/textures/items/minecart_tnt.png b/1.7.10/assets/minecraft/textures/items/minecart_tnt.png new file mode 100644 index 00000000..561279b7 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/minecart_tnt.png differ diff --git a/1.7.10/assets/minecraft/textures/items/mushroom_stew.png b/1.7.10/assets/minecraft/textures/items/mushroom_stew.png new file mode 100644 index 00000000..5598bc78 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/mushroom_stew.png differ diff --git a/1.7.10/assets/minecraft/textures/items/name_tag.png b/1.7.10/assets/minecraft/textures/items/name_tag.png new file mode 100644 index 00000000..a88f5599 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/name_tag.png differ diff --git a/1.7.10/assets/minecraft/textures/items/nether_star.png b/1.7.10/assets/minecraft/textures/items/nether_star.png new file mode 100644 index 00000000..6b848af0 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/nether_star.png differ diff --git a/1.7.10/assets/minecraft/textures/items/nether_wart.png b/1.7.10/assets/minecraft/textures/items/nether_wart.png new file mode 100644 index 00000000..09da1e33 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/nether_wart.png differ diff --git a/1.7.10/assets/minecraft/textures/items/netherbrick.png b/1.7.10/assets/minecraft/textures/items/netherbrick.png new file mode 100644 index 00000000..e9c14edb Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/netherbrick.png differ diff --git a/1.7.10/assets/minecraft/textures/items/painting.png b/1.7.10/assets/minecraft/textures/items/painting.png new file mode 100644 index 00000000..b394f305 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/painting.png differ diff --git a/1.7.10/assets/minecraft/textures/items/paper.png b/1.7.10/assets/minecraft/textures/items/paper.png new file mode 100644 index 00000000..a1d9c7e2 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/paper.png differ diff --git a/1.7.10/assets/minecraft/textures/items/porkchop_cooked.png b/1.7.10/assets/minecraft/textures/items/porkchop_cooked.png new file mode 100644 index 00000000..605d3f50 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/porkchop_cooked.png differ diff --git a/1.7.10/assets/minecraft/textures/items/porkchop_raw.png b/1.7.10/assets/minecraft/textures/items/porkchop_raw.png new file mode 100644 index 00000000..7e83c1ad Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/porkchop_raw.png differ diff --git a/1.7.10/assets/minecraft/textures/items/potato.png b/1.7.10/assets/minecraft/textures/items/potato.png new file mode 100644 index 00000000..c1d8541e Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/potato.png differ diff --git a/1.7.10/assets/minecraft/textures/items/potato_baked.png b/1.7.10/assets/minecraft/textures/items/potato_baked.png new file mode 100644 index 00000000..e4d765b1 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/potato_baked.png differ diff --git a/1.7.10/assets/minecraft/textures/items/potato_poisonous.png b/1.7.10/assets/minecraft/textures/items/potato_poisonous.png new file mode 100644 index 00000000..6f154afa Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/potato_poisonous.png differ diff --git a/1.7.10/assets/minecraft/textures/items/potion_bottle_drinkable.png b/1.7.10/assets/minecraft/textures/items/potion_bottle_drinkable.png new file mode 100644 index 00000000..87339d79 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/potion_bottle_drinkable.png differ diff --git a/1.7.10/assets/minecraft/textures/items/potion_bottle_empty.png b/1.7.10/assets/minecraft/textures/items/potion_bottle_empty.png new file mode 100644 index 00000000..87339d79 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/potion_bottle_empty.png differ diff --git a/1.7.10/assets/minecraft/textures/items/potion_bottle_splash.png b/1.7.10/assets/minecraft/textures/items/potion_bottle_splash.png new file mode 100644 index 00000000..03b1f90a Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/potion_bottle_splash.png differ diff --git a/1.7.10/assets/minecraft/textures/items/potion_overlay.png b/1.7.10/assets/minecraft/textures/items/potion_overlay.png new file mode 100644 index 00000000..1e6165e7 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/potion_overlay.png differ diff --git a/1.7.10/assets/minecraft/textures/items/pumpkin_pie.png b/1.7.10/assets/minecraft/textures/items/pumpkin_pie.png new file mode 100644 index 00000000..c21a032b Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/pumpkin_pie.png differ diff --git a/1.7.10/assets/minecraft/textures/items/quartz.png b/1.7.10/assets/minecraft/textures/items/quartz.png new file mode 100644 index 00000000..e403446a Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/quartz.png differ diff --git a/1.7.10/assets/minecraft/textures/items/quiver.png b/1.7.10/assets/minecraft/textures/items/quiver.png new file mode 100644 index 00000000..818f7283 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/quiver.png differ diff --git a/1.7.10/assets/minecraft/textures/items/record_11.png b/1.7.10/assets/minecraft/textures/items/record_11.png new file mode 100644 index 00000000..07ac487c Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/record_11.png differ diff --git a/1.7.10/assets/minecraft/textures/items/record_13.png b/1.7.10/assets/minecraft/textures/items/record_13.png new file mode 100644 index 00000000..ead0c610 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/record_13.png differ diff --git a/1.7.10/assets/minecraft/textures/items/record_blocks.png b/1.7.10/assets/minecraft/textures/items/record_blocks.png new file mode 100644 index 00000000..3732d6c9 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/record_blocks.png differ diff --git a/1.7.10/assets/minecraft/textures/items/record_cat.png b/1.7.10/assets/minecraft/textures/items/record_cat.png new file mode 100644 index 00000000..b3527efb Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/record_cat.png differ diff --git a/1.7.10/assets/minecraft/textures/items/record_chirp.png b/1.7.10/assets/minecraft/textures/items/record_chirp.png new file mode 100644 index 00000000..1b24e119 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/record_chirp.png differ diff --git a/1.7.10/assets/minecraft/textures/items/record_far.png b/1.7.10/assets/minecraft/textures/items/record_far.png new file mode 100644 index 00000000..2320efdf Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/record_far.png differ diff --git a/1.7.10/assets/minecraft/textures/items/record_mall.png b/1.7.10/assets/minecraft/textures/items/record_mall.png new file mode 100644 index 00000000..811d0460 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/record_mall.png differ diff --git a/1.7.10/assets/minecraft/textures/items/record_mellohi.png b/1.7.10/assets/minecraft/textures/items/record_mellohi.png new file mode 100644 index 00000000..879b6a41 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/record_mellohi.png differ diff --git a/1.7.10/assets/minecraft/textures/items/record_stal.png b/1.7.10/assets/minecraft/textures/items/record_stal.png new file mode 100644 index 00000000..c650d21d Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/record_stal.png differ diff --git a/1.7.10/assets/minecraft/textures/items/record_strad.png b/1.7.10/assets/minecraft/textures/items/record_strad.png new file mode 100644 index 00000000..72d6e320 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/record_strad.png differ diff --git a/1.7.10/assets/minecraft/textures/items/record_wait.png b/1.7.10/assets/minecraft/textures/items/record_wait.png new file mode 100644 index 00000000..5306b514 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/record_wait.png differ diff --git a/1.7.10/assets/minecraft/textures/items/record_ward.png b/1.7.10/assets/minecraft/textures/items/record_ward.png new file mode 100644 index 00000000..b33b93da Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/record_ward.png differ diff --git a/1.7.10/assets/minecraft/textures/items/redstone_dust.png b/1.7.10/assets/minecraft/textures/items/redstone_dust.png new file mode 100644 index 00000000..6da938be Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/redstone_dust.png differ diff --git a/1.7.10/assets/minecraft/textures/items/reeds.png b/1.7.10/assets/minecraft/textures/items/reeds.png new file mode 100644 index 00000000..40872c66 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/reeds.png differ diff --git a/1.7.10/assets/minecraft/textures/items/repeater.png b/1.7.10/assets/minecraft/textures/items/repeater.png new file mode 100644 index 00000000..7a07381c Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/repeater.png differ diff --git a/1.7.10/assets/minecraft/textures/items/rotten_flesh.png b/1.7.10/assets/minecraft/textures/items/rotten_flesh.png new file mode 100644 index 00000000..3f39998e Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/rotten_flesh.png differ diff --git a/1.7.10/assets/minecraft/textures/items/ruby.png b/1.7.10/assets/minecraft/textures/items/ruby.png new file mode 100644 index 00000000..4f288d95 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/ruby.png differ diff --git a/1.7.10/assets/minecraft/textures/items/saddle.png b/1.7.10/assets/minecraft/textures/items/saddle.png new file mode 100644 index 00000000..b12eafa7 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/saddle.png differ diff --git a/1.7.10/assets/minecraft/textures/items/seeds_melon.png b/1.7.10/assets/minecraft/textures/items/seeds_melon.png new file mode 100644 index 00000000..ef84499c Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/seeds_melon.png differ diff --git a/1.7.10/assets/minecraft/textures/items/seeds_pumpkin.png b/1.7.10/assets/minecraft/textures/items/seeds_pumpkin.png new file mode 100644 index 00000000..8d8f0761 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/seeds_pumpkin.png differ diff --git a/1.7.10/assets/minecraft/textures/items/seeds_wheat.png b/1.7.10/assets/minecraft/textures/items/seeds_wheat.png new file mode 100644 index 00000000..83d23a6e Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/seeds_wheat.png differ diff --git a/1.7.10/assets/minecraft/textures/items/shears.png b/1.7.10/assets/minecraft/textures/items/shears.png new file mode 100644 index 00000000..f9c6de19 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/shears.png differ diff --git a/1.7.10/assets/minecraft/textures/items/sign.png b/1.7.10/assets/minecraft/textures/items/sign.png new file mode 100644 index 00000000..9b6e2ee2 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/sign.png differ diff --git a/1.7.10/assets/minecraft/textures/items/skull_creeper.png b/1.7.10/assets/minecraft/textures/items/skull_creeper.png new file mode 100644 index 00000000..c195fd51 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/skull_creeper.png differ diff --git a/1.7.10/assets/minecraft/textures/items/skull_skeleton.png b/1.7.10/assets/minecraft/textures/items/skull_skeleton.png new file mode 100644 index 00000000..bf383fc7 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/skull_skeleton.png differ diff --git a/1.7.10/assets/minecraft/textures/items/skull_steve.png b/1.7.10/assets/minecraft/textures/items/skull_steve.png new file mode 100644 index 00000000..e56f4069 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/skull_steve.png differ diff --git a/1.7.10/assets/minecraft/textures/items/skull_wither.png b/1.7.10/assets/minecraft/textures/items/skull_wither.png new file mode 100644 index 00000000..35716032 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/skull_wither.png differ diff --git a/1.7.10/assets/minecraft/textures/items/skull_zombie.png b/1.7.10/assets/minecraft/textures/items/skull_zombie.png new file mode 100644 index 00000000..67d1347c Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/skull_zombie.png differ diff --git a/1.7.10/assets/minecraft/textures/items/slimeball.png b/1.7.10/assets/minecraft/textures/items/slimeball.png new file mode 100644 index 00000000..46478ee0 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/slimeball.png differ diff --git a/1.7.10/assets/minecraft/textures/items/snowball.png b/1.7.10/assets/minecraft/textures/items/snowball.png new file mode 100644 index 00000000..340c6398 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/snowball.png differ diff --git a/1.7.10/assets/minecraft/textures/items/spawn_egg.png b/1.7.10/assets/minecraft/textures/items/spawn_egg.png new file mode 100644 index 00000000..23259c71 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/spawn_egg.png differ diff --git a/1.7.10/assets/minecraft/textures/items/spawn_egg_overlay.png b/1.7.10/assets/minecraft/textures/items/spawn_egg_overlay.png new file mode 100644 index 00000000..83ec78f1 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/spawn_egg_overlay.png differ diff --git a/1.7.10/assets/minecraft/textures/items/spider_eye.png b/1.7.10/assets/minecraft/textures/items/spider_eye.png new file mode 100644 index 00000000..35d85843 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/spider_eye.png differ diff --git a/1.7.10/assets/minecraft/textures/items/spider_eye_fermented.png b/1.7.10/assets/minecraft/textures/items/spider_eye_fermented.png new file mode 100644 index 00000000..226ffb89 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/spider_eye_fermented.png differ diff --git a/1.7.10/assets/minecraft/textures/items/stick.png b/1.7.10/assets/minecraft/textures/items/stick.png new file mode 100644 index 00000000..6f8ce13b Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/stick.png differ diff --git a/1.7.10/assets/minecraft/textures/items/stone_axe.png b/1.7.10/assets/minecraft/textures/items/stone_axe.png new file mode 100644 index 00000000..fb33584a Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/stone_axe.png differ diff --git a/1.7.10/assets/minecraft/textures/items/stone_hoe.png b/1.7.10/assets/minecraft/textures/items/stone_hoe.png new file mode 100644 index 00000000..d46b2724 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/stone_hoe.png differ diff --git a/1.7.10/assets/minecraft/textures/items/stone_pickaxe.png b/1.7.10/assets/minecraft/textures/items/stone_pickaxe.png new file mode 100644 index 00000000..19a8e50d Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/stone_pickaxe.png differ diff --git a/1.7.10/assets/minecraft/textures/items/stone_shovel.png b/1.7.10/assets/minecraft/textures/items/stone_shovel.png new file mode 100644 index 00000000..8e1c0c28 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/stone_shovel.png differ diff --git a/1.7.10/assets/minecraft/textures/items/stone_sword.png b/1.7.10/assets/minecraft/textures/items/stone_sword.png new file mode 100644 index 00000000..5810dfd3 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/stone_sword.png differ diff --git a/1.7.10/assets/minecraft/textures/items/string.png b/1.7.10/assets/minecraft/textures/items/string.png new file mode 100644 index 00000000..0b04ddb5 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/string.png differ diff --git a/1.7.10/assets/minecraft/textures/items/sugar.png b/1.7.10/assets/minecraft/textures/items/sugar.png new file mode 100644 index 00000000..0864df94 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/sugar.png differ diff --git a/1.7.10/assets/minecraft/textures/items/wheat.png b/1.7.10/assets/minecraft/textures/items/wheat.png new file mode 100644 index 00000000..bbd2fd9d Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/wheat.png differ diff --git a/1.7.10/assets/minecraft/textures/items/wood_axe.png b/1.7.10/assets/minecraft/textures/items/wood_axe.png new file mode 100644 index 00000000..3a192033 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/wood_axe.png differ diff --git a/1.7.10/assets/minecraft/textures/items/wood_hoe.png b/1.7.10/assets/minecraft/textures/items/wood_hoe.png new file mode 100644 index 00000000..de1c7a6d Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/wood_hoe.png differ diff --git a/1.7.10/assets/minecraft/textures/items/wood_pickaxe.png b/1.7.10/assets/minecraft/textures/items/wood_pickaxe.png new file mode 100644 index 00000000..ebc6756e Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/wood_pickaxe.png differ diff --git a/1.7.10/assets/minecraft/textures/items/wood_shovel.png b/1.7.10/assets/minecraft/textures/items/wood_shovel.png new file mode 100644 index 00000000..b0579117 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/wood_shovel.png differ diff --git a/1.7.10/assets/minecraft/textures/items/wood_sword.png b/1.7.10/assets/minecraft/textures/items/wood_sword.png new file mode 100644 index 00000000..c04dc0a8 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/items/wood_sword.png differ diff --git a/1.7.10/assets/minecraft/textures/map/map_background.png b/1.7.10/assets/minecraft/textures/map/map_background.png new file mode 100644 index 00000000..2783b501 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/map/map_background.png differ diff --git a/1.7.10/assets/minecraft/textures/map/map_icons.png b/1.7.10/assets/minecraft/textures/map/map_icons.png new file mode 100644 index 00000000..c2f35b85 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/map/map_icons.png differ diff --git a/1.7.10/assets/minecraft/textures/misc/enchanted_item_glint.png b/1.7.10/assets/minecraft/textures/misc/enchanted_item_glint.png new file mode 100644 index 00000000..f9ca97c3 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/misc/enchanted_item_glint.png differ diff --git a/1.7.10/assets/minecraft/textures/misc/enchanted_item_glint.png.mcmeta b/1.7.10/assets/minecraft/textures/misc/enchanted_item_glint.png.mcmeta new file mode 100644 index 00000000..e38a5ad3 --- /dev/null +++ b/1.7.10/assets/minecraft/textures/misc/enchanted_item_glint.png.mcmeta @@ -0,0 +1,5 @@ +{ + "texture": { + "blur": true + } +} diff --git a/1.7.10/assets/minecraft/textures/misc/pumpkinblur.png b/1.7.10/assets/minecraft/textures/misc/pumpkinblur.png new file mode 100644 index 00000000..d9725ce8 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/misc/pumpkinblur.png differ diff --git a/1.7.10/assets/minecraft/textures/misc/pumpkinblur.png.mcmeta b/1.7.10/assets/minecraft/textures/misc/pumpkinblur.png.mcmeta new file mode 100644 index 00000000..2077f3ce --- /dev/null +++ b/1.7.10/assets/minecraft/textures/misc/pumpkinblur.png.mcmeta @@ -0,0 +1,6 @@ +{ + "texture": { + "blur": true + } +} + diff --git a/1.7.10/assets/minecraft/textures/misc/shadow.png b/1.7.10/assets/minecraft/textures/misc/shadow.png new file mode 100644 index 00000000..b09fd474 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/misc/shadow.png differ diff --git a/1.7.10/assets/minecraft/textures/misc/shadow.png.mcmeta b/1.7.10/assets/minecraft/textures/misc/shadow.png.mcmeta new file mode 100644 index 00000000..8c6c7d1d --- /dev/null +++ b/1.7.10/assets/minecraft/textures/misc/shadow.png.mcmeta @@ -0,0 +1,6 @@ +{ + "texture": { + "clamp": true + } +} + diff --git a/1.7.10/assets/minecraft/textures/misc/underwater.png b/1.7.10/assets/minecraft/textures/misc/underwater.png new file mode 100644 index 00000000..2fc23b18 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/misc/underwater.png differ diff --git a/1.7.10/assets/minecraft/textures/misc/unknown_pack.png b/1.7.10/assets/minecraft/textures/misc/unknown_pack.png new file mode 100644 index 00000000..16afadee Binary files /dev/null and b/1.7.10/assets/minecraft/textures/misc/unknown_pack.png differ diff --git a/1.7.10/assets/minecraft/textures/misc/vignette.png b/1.7.10/assets/minecraft/textures/misc/vignette.png new file mode 100644 index 00000000..9c14e2d9 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/misc/vignette.png differ diff --git a/1.7.10/assets/minecraft/textures/misc/vignette.png.mcmeta b/1.7.10/assets/minecraft/textures/misc/vignette.png.mcmeta new file mode 100644 index 00000000..2077f3ce --- /dev/null +++ b/1.7.10/assets/minecraft/textures/misc/vignette.png.mcmeta @@ -0,0 +1,6 @@ +{ + "texture": { + "blur": true + } +} + diff --git a/1.7.10/assets/minecraft/textures/models/armor/chainmail_layer_1.png b/1.7.10/assets/minecraft/textures/models/armor/chainmail_layer_1.png new file mode 100644 index 00000000..9f84c183 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/models/armor/chainmail_layer_1.png differ diff --git a/1.7.10/assets/minecraft/textures/models/armor/chainmail_layer_2.png b/1.7.10/assets/minecraft/textures/models/armor/chainmail_layer_2.png new file mode 100644 index 00000000..117811cd Binary files /dev/null and b/1.7.10/assets/minecraft/textures/models/armor/chainmail_layer_2.png differ diff --git a/1.7.10/assets/minecraft/textures/models/armor/diamond_layer_1.png b/1.7.10/assets/minecraft/textures/models/armor/diamond_layer_1.png new file mode 100644 index 00000000..14fecf21 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/models/armor/diamond_layer_1.png differ diff --git a/1.7.10/assets/minecraft/textures/models/armor/diamond_layer_2.png b/1.7.10/assets/minecraft/textures/models/armor/diamond_layer_2.png new file mode 100644 index 00000000..2cca0566 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/models/armor/diamond_layer_2.png differ diff --git a/1.7.10/assets/minecraft/textures/models/armor/gold_layer_1.png b/1.7.10/assets/minecraft/textures/models/armor/gold_layer_1.png new file mode 100644 index 00000000..6802e06f Binary files /dev/null and b/1.7.10/assets/minecraft/textures/models/armor/gold_layer_1.png differ diff --git a/1.7.10/assets/minecraft/textures/models/armor/gold_layer_2.png b/1.7.10/assets/minecraft/textures/models/armor/gold_layer_2.png new file mode 100644 index 00000000..a7cf8351 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/models/armor/gold_layer_2.png differ diff --git a/1.7.10/assets/minecraft/textures/models/armor/iron_layer_1.png b/1.7.10/assets/minecraft/textures/models/armor/iron_layer_1.png new file mode 100644 index 00000000..6da6e840 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/models/armor/iron_layer_1.png differ diff --git a/1.7.10/assets/minecraft/textures/models/armor/iron_layer_2.png b/1.7.10/assets/minecraft/textures/models/armor/iron_layer_2.png new file mode 100644 index 00000000..fab422ae Binary files /dev/null and b/1.7.10/assets/minecraft/textures/models/armor/iron_layer_2.png differ diff --git a/1.7.10/assets/minecraft/textures/models/armor/leather_layer_1.png b/1.7.10/assets/minecraft/textures/models/armor/leather_layer_1.png new file mode 100644 index 00000000..ebcfc411 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/models/armor/leather_layer_1.png differ diff --git a/1.7.10/assets/minecraft/textures/models/armor/leather_layer_1_overlay.png b/1.7.10/assets/minecraft/textures/models/armor/leather_layer_1_overlay.png new file mode 100644 index 00000000..546397d5 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/models/armor/leather_layer_1_overlay.png differ diff --git a/1.7.10/assets/minecraft/textures/models/armor/leather_layer_2.png b/1.7.10/assets/minecraft/textures/models/armor/leather_layer_2.png new file mode 100644 index 00000000..8d8bba6c Binary files /dev/null and b/1.7.10/assets/minecraft/textures/models/armor/leather_layer_2.png differ diff --git a/1.7.10/assets/minecraft/textures/models/armor/leather_layer_2_overlay.png b/1.7.10/assets/minecraft/textures/models/armor/leather_layer_2_overlay.png new file mode 100644 index 00000000..56556598 Binary files /dev/null and b/1.7.10/assets/minecraft/textures/models/armor/leather_layer_2_overlay.png differ diff --git a/1.7.10/assets/minecraft/textures/painting/paintings_kristoffer_zetterstrand.png b/1.7.10/assets/minecraft/textures/painting/paintings_kristoffer_zetterstrand.png new file mode 100644 index 00000000..d7df7f6d Binary files /dev/null and b/1.7.10/assets/minecraft/textures/painting/paintings_kristoffer_zetterstrand.png differ diff --git a/1.7.10/assets/minecraft/textures/particle/footprint.png b/1.7.10/assets/minecraft/textures/particle/footprint.png new file mode 100644 index 00000000..8d23f64b Binary files /dev/null and b/1.7.10/assets/minecraft/textures/particle/footprint.png differ diff --git a/1.7.10/assets/minecraft/textures/particle/particles.png b/1.7.10/assets/minecraft/textures/particle/particles.png new file mode 100644 index 00000000..eec1f89e Binary files /dev/null and b/1.7.10/assets/minecraft/textures/particle/particles.png differ diff --git a/1.7.10/pack.mcmeta b/1.7.10/pack.mcmeta new file mode 100644 index 00000000..4a575f8b --- /dev/null +++ b/1.7.10/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "pack": { + "pack_format": 1, + "description": "§3§kGiveMESOMEEMERALDS\n§aAuthor : §2ru-minecraft.ru.§r\n§k" + } +} \ No newline at end of file diff --git a/1.7.10/pack.png b/1.7.10/pack.png new file mode 100644 index 00000000..5a58884a Binary files /dev/null and b/1.7.10/pack.png differ diff --git a/1.8.9/assets/minecraft/blockstates/acacia_door.json b/1.8.9/assets/minecraft/blockstates/acacia_door.json new file mode 100644 index 00000000..6ef5a574 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/acacia_door.json @@ -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 } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/acacia_double_slab.json b/1.8.9/assets/minecraft/blockstates/acacia_double_slab.json new file mode 100644 index 00000000..8394a73f --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/acacia_double_slab.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "acacia_planks" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/acacia_fence.json b/1.8.9/assets/minecraft/blockstates/acacia_fence.json new file mode 100644 index 00000000..fe9887b7 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/acacia_fence.json @@ -0,0 +1,20 @@ +{ + "variants": { + "east=false,north=false,south=false,west=false": { "model": "acacia_fence_post" }, + "east=false,north=true,south=false,west=false": { "model": "acacia_fence_n", "uvlock": true }, + "east=true,north=false,south=false,west=false": { "model": "acacia_fence_n", "y": 90, "uvlock": true }, + "east=false,north=false,south=true,west=false": { "model": "acacia_fence_n", "y": 180, "uvlock": true }, + "east=false,north=false,south=false,west=true": { "model": "acacia_fence_n", "y": 270, "uvlock": true }, + "east=true,north=true,south=false,west=false": { "model": "acacia_fence_ne", "uvlock": true }, + "east=true,north=false,south=true,west=false": { "model": "acacia_fence_ne", "y": 90, "uvlock": true }, + "east=false,north=false,south=true,west=true": { "model": "acacia_fence_ne", "y": 180, "uvlock": true }, + "east=false,north=true,south=false,west=true": { "model": "acacia_fence_ne", "y": 270, "uvlock": true }, + "east=false,north=true,south=true,west=false": { "model": "acacia_fence_ns", "uvlock": true }, + "east=true,north=false,south=false,west=true": { "model": "acacia_fence_ns", "y": 90, "uvlock": true }, + "east=true,north=true,south=true,west=false": { "model": "acacia_fence_nse", "uvlock": true }, + "east=true,north=false,south=true,west=true": { "model": "acacia_fence_nse", "y": 90, "uvlock": true }, + "east=false,north=true,south=true,west=true": { "model": "acacia_fence_nse", "y": 180, "uvlock": true }, + "east=true,north=true,south=false,west=true": { "model": "acacia_fence_nse", "y": 270, "uvlock": true }, + "east=true,north=true,south=true,west=true": { "model": "acacia_fence_nsew", "uvlock": true } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/acacia_fence_gate.json b/1.8.9/assets/minecraft/blockstates/acacia_fence_gate.json new file mode 100644 index 00000000..c18d825b --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/acacia_fence_gate.json @@ -0,0 +1,20 @@ +{ + "variants": { + "facing=south,in_wall=false,open=false": { "model": "acacia_fence_gate_closed" }, + "facing=west,in_wall=false,open=false": { "model": "acacia_fence_gate_closed", "y": 90, "uvlock": true }, + "facing=north,in_wall=false,open=false": { "model": "acacia_fence_gate_closed", "y": 180, "uvlock": true }, + "facing=east,in_wall=false,open=false": { "model": "acacia_fence_gate_closed", "y": 270, "uvlock": true }, + "facing=south,in_wall=false,open=true": { "model": "acacia_fence_gate_open" }, + "facing=west,in_wall=false,open=true": { "model": "acacia_fence_gate_open", "y": 90, "uvlock": true }, + "facing=north,in_wall=false,open=true": { "model": "acacia_fence_gate_open", "y": 180, "uvlock": true }, + "facing=east,in_wall=false,open=true": { "model": "acacia_fence_gate_open", "y": 270, "uvlock": true }, + "facing=south,in_wall=true,open=false": { "model": "acacia_wall_gate_closed" }, + "facing=west,in_wall=true,open=false": { "model": "acacia_wall_gate_closed", "y": 90, "uvlock": true }, + "facing=north,in_wall=true,open=false": { "model": "acacia_wall_gate_closed", "y": 180, "uvlock": true }, + "facing=east,in_wall=true,open=false": { "model": "acacia_wall_gate_closed", "y": 270, "uvlock": true }, + "facing=south,in_wall=true,open=true": { "model": "acacia_wall_gate_open" }, + "facing=west,in_wall=true,open=true": { "model": "acacia_wall_gate_open", "y": 90, "uvlock": true }, + "facing=north,in_wall=true,open=true": { "model": "acacia_wall_gate_open", "y": 180, "uvlock": true }, + "facing=east,in_wall=true,open=true": { "model": "acacia_wall_gate_open", "y": 270, "uvlock": true } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/acacia_leaves.json b/1.8.9/assets/minecraft/blockstates/acacia_leaves.json new file mode 100644 index 00000000..2ea28dc3 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/acacia_leaves.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "acacia_leaves" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/acacia_log.json b/1.8.9/assets/minecraft/blockstates/acacia_log.json new file mode 100644 index 00000000..bba37a71 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/acacia_log.json @@ -0,0 +1,8 @@ +{ + "variants": { + "axis=y": { "model": "acacia_log" }, + "axis=z": { "model": "acacia_log_side" }, + "axis=x": { "model": "acacia_log_side", "y": 90 }, + "axis=none": { "model": "acacia_bark" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/acacia_planks.json b/1.8.9/assets/minecraft/blockstates/acacia_planks.json new file mode 100644 index 00000000..8394a73f --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/acacia_planks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "acacia_planks" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/acacia_sapling.json b/1.8.9/assets/minecraft/blockstates/acacia_sapling.json new file mode 100644 index 00000000..a2c961f7 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/acacia_sapling.json @@ -0,0 +1,6 @@ +{ + "variants": { + "stage=0": { "model": "acacia_sapling" }, + "stage=1": { "model": "acacia_sapling" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/acacia_slab.json b/1.8.9/assets/minecraft/blockstates/acacia_slab.json new file mode 100644 index 00000000..b0640a9b --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/acacia_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_acacia" }, + "half=top": { "model": "upper_slab_acacia" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/acacia_stairs.json b/1.8.9/assets/minecraft/blockstates/acacia_stairs.json new file mode 100644 index 00000000..13c597f2 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/acacia_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "acacia_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "acacia_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "acacia_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "acacia_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "acacia_outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "acacia_outer_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "acacia_outer_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "acacia_outer_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "acacia_outer_stairs", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "acacia_outer_stairs", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "acacia_outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "acacia_outer_stairs", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "acacia_inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "acacia_inner_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "acacia_inner_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "acacia_inner_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "acacia_inner_stairs", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "acacia_inner_stairs", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "acacia_inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "acacia_inner_stairs", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "acacia_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "acacia_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "acacia_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "acacia_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "acacia_outer_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "acacia_outer_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "acacia_outer_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "acacia_outer_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "acacia_outer_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "acacia_outer_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "acacia_outer_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "acacia_outer_stairs", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "acacia_inner_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "acacia_inner_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "acacia_inner_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "acacia_inner_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "acacia_inner_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "acacia_inner_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "acacia_inner_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "acacia_inner_stairs", "x": 180, "uvlock": true } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/activator_rail.json b/1.8.9/assets/minecraft/blockstates/activator_rail.json new file mode 100644 index 00000000..a86fd69a --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/activator_rail.json @@ -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" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/allium.json b/1.8.9/assets/minecraft/blockstates/allium.json new file mode 100644 index 00000000..88521a6a --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/allium.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "allium" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/andesite.json b/1.8.9/assets/minecraft/blockstates/andesite.json new file mode 100644 index 00000000..15b6b381 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/andesite.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "andesite" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/anvil.json b/1.8.9/assets/minecraft/blockstates/anvil.json new file mode 100644 index 00000000..c592bacf --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/anvil.json @@ -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 } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/beacon.json b/1.8.9/assets/minecraft/blockstates/beacon.json new file mode 100644 index 00000000..b97af99d --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/beacon.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "beacon" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/bed.json b/1.8.9/assets/minecraft/blockstates/bed.json new file mode 100644 index 00000000..06957748 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/bed.json @@ -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 } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/bedrock.json b/1.8.9/assets/minecraft/blockstates/bedrock.json new file mode 100644 index 00000000..4070fc5d --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/bedrock.json @@ -0,0 +1,10 @@ +{ + "variants": { + "normal": [ + { "model": "bedrock" }, + { "model": "bedrock_mirrored" }, + { "model": "bedrock", "y": 180 }, + { "model": "bedrock_mirrored", "y": 180 } + ] + } +} diff --git a/1.8.9/assets/minecraft/blockstates/birch_door.json b/1.8.9/assets/minecraft/blockstates/birch_door.json new file mode 100644 index 00000000..58de25cf --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/birch_door.json @@ -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 } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/birch_double_slab.json b/1.8.9/assets/minecraft/blockstates/birch_double_slab.json new file mode 100644 index 00000000..7c7d4f29 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/birch_double_slab.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "birch_planks" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/birch_fence.json b/1.8.9/assets/minecraft/blockstates/birch_fence.json new file mode 100644 index 00000000..d21d31c2 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/birch_fence.json @@ -0,0 +1,20 @@ +{ + "variants": { + "east=false,north=false,south=false,west=false": { "model": "birch_fence_post" }, + "east=false,north=true,south=false,west=false": { "model": "birch_fence_n", "uvlock": true }, + "east=true,north=false,south=false,west=false": { "model": "birch_fence_n", "y": 90, "uvlock": true }, + "east=false,north=false,south=true,west=false": { "model": "birch_fence_n", "y": 180, "uvlock": true }, + "east=false,north=false,south=false,west=true": { "model": "birch_fence_n", "y": 270, "uvlock": true }, + "east=true,north=true,south=false,west=false": { "model": "birch_fence_ne", "uvlock": true }, + "east=true,north=false,south=true,west=false": { "model": "birch_fence_ne", "y": 90, "uvlock": true }, + "east=false,north=false,south=true,west=true": { "model": "birch_fence_ne", "y": 180, "uvlock": true }, + "east=false,north=true,south=false,west=true": { "model": "birch_fence_ne", "y": 270, "uvlock": true }, + "east=false,north=true,south=true,west=false": { "model": "birch_fence_ns", "uvlock": true }, + "east=true,north=false,south=false,west=true": { "model": "birch_fence_ns", "y": 90, "uvlock": true }, + "east=true,north=true,south=true,west=false": { "model": "birch_fence_nse", "uvlock": true }, + "east=true,north=false,south=true,west=true": { "model": "birch_fence_nse", "y": 90, "uvlock": true }, + "east=false,north=true,south=true,west=true": { "model": "birch_fence_nse", "y": 180, "uvlock": true }, + "east=true,north=true,south=false,west=true": { "model": "birch_fence_nse", "y": 270, "uvlock": true }, + "east=true,north=true,south=true,west=true": { "model": "birch_fence_nsew", "uvlock": true } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/birch_fence_gate.json b/1.8.9/assets/minecraft/blockstates/birch_fence_gate.json new file mode 100644 index 00000000..21f5f49f --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/birch_fence_gate.json @@ -0,0 +1,20 @@ +{ + "variants": { + "facing=south,in_wall=false,open=false": { "model": "birch_fence_gate_closed" }, + "facing=west,in_wall=false,open=false": { "model": "birch_fence_gate_closed", "y": 90, "uvlock": true }, + "facing=north,in_wall=false,open=false": { "model": "birch_fence_gate_closed", "y": 180, "uvlock": true }, + "facing=east,in_wall=false,open=false": { "model": "birch_fence_gate_closed", "y": 270, "uvlock": true }, + "facing=south,in_wall=false,open=true": { "model": "birch_fence_gate_open" }, + "facing=west,in_wall=false,open=true": { "model": "birch_fence_gate_open", "y": 90, "uvlock": true }, + "facing=north,in_wall=false,open=true": { "model": "birch_fence_gate_open", "y": 180, "uvlock": true }, + "facing=east,in_wall=false,open=true": { "model": "birch_fence_gate_open", "y": 270, "uvlock": true }, + "facing=south,in_wall=true,open=false": { "model": "birch_wall_gate_closed" }, + "facing=west,in_wall=true,open=false": { "model": "birch_wall_gate_closed", "y": 90, "uvlock": true }, + "facing=north,in_wall=true,open=false": { "model": "birch_wall_gate_closed", "y": 180, "uvlock": true }, + "facing=east,in_wall=true,open=false": { "model": "birch_wall_gate_closed", "y": 270, "uvlock": true }, + "facing=south,in_wall=true,open=true": { "model": "birch_wall_gate_open" }, + "facing=west,in_wall=true,open=true": { "model": "birch_wall_gate_open", "y": 90, "uvlock": true }, + "facing=north,in_wall=true,open=true": { "model": "birch_wall_gate_open", "y": 180, "uvlock": true }, + "facing=east,in_wall=true,open=true": { "model": "birch_wall_gate_open", "y": 270, "uvlock": true } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/birch_leaves.json b/1.8.9/assets/minecraft/blockstates/birch_leaves.json new file mode 100644 index 00000000..c3fcb287 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/birch_leaves.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "birch_leaves" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/birch_log.json b/1.8.9/assets/minecraft/blockstates/birch_log.json new file mode 100644 index 00000000..8ebb352d --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/birch_log.json @@ -0,0 +1,8 @@ +{ + "variants": { + "axis=y": { "model": "birch_log" }, + "axis=z": { "model": "birch_log_side" }, + "axis=x": { "model": "birch_log_side", "y": 90 }, + "axis=none": { "model": "birch_bark" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/birch_planks.json b/1.8.9/assets/minecraft/blockstates/birch_planks.json new file mode 100644 index 00000000..7c7d4f29 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/birch_planks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "birch_planks" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/birch_sapling.json b/1.8.9/assets/minecraft/blockstates/birch_sapling.json new file mode 100644 index 00000000..3a654053 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/birch_sapling.json @@ -0,0 +1,6 @@ +{ + "variants": { + "stage=0": { "model": "birch_sapling" }, + "stage=1": { "model": "birch_sapling" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/birch_slab.json b/1.8.9/assets/minecraft/blockstates/birch_slab.json new file mode 100644 index 00000000..967ddcb0 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/birch_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_birch" }, + "half=top": { "model": "upper_slab_birch" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/birch_stairs.json b/1.8.9/assets/minecraft/blockstates/birch_stairs.json new file mode 100644 index 00000000..68bbf3e9 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/birch_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "birch_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "birch_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "birch_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "birch_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "birch_outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "birch_outer_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "birch_outer_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "birch_outer_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "birch_outer_stairs", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "birch_outer_stairs", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "birch_outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "birch_outer_stairs", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "birch_inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "birch_inner_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "birch_inner_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "birch_inner_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "birch_inner_stairs", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "birch_inner_stairs", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "birch_inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "birch_inner_stairs", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "birch_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "birch_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "birch_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "birch_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "birch_outer_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "birch_outer_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "birch_outer_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "birch_outer_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "birch_outer_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "birch_outer_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "birch_outer_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "birch_outer_stairs", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "birch_inner_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "birch_inner_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "birch_inner_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "birch_inner_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "birch_inner_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "birch_inner_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "birch_inner_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "birch_inner_stairs", "x": 180, "uvlock": true } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/black_carpet.json b/1.8.9/assets/minecraft/blockstates/black_carpet.json new file mode 100644 index 00000000..61e62f14 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/black_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_black" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/black_stained_glass.json b/1.8.9/assets/minecraft/blockstates/black_stained_glass.json new file mode 100644 index 00000000..6ffc12a4 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/black_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_black" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/black_stained_glass_pane.json b/1.8.9/assets/minecraft/blockstates/black_stained_glass_pane.json new file mode 100644 index 00000000..c337d9b3 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/black_stained_glass_pane.json @@ -0,0 +1,20 @@ +{ + "variants": { + "east=false,north=false,south=false,west=false": { "model": "black_pane_nsew" }, + "east=false,north=true,south=false,west=false": { "model": "black_pane_n" }, + "east=true,north=false,south=false,west=false": { "model": "black_pane_n", "y": 90 }, + "east=false,north=false,south=true,west=false": { "model": "black_pane_s" }, + "east=false,north=false,south=false,west=true": { "model": "black_pane_s", "y": 90 }, + "east=true,north=true,south=false,west=false": { "model": "black_pane_ne" }, + "east=true,north=false,south=true,west=false": { "model": "black_pane_se" }, + "east=false,north=false,south=true,west=true": { "model": "black_pane_sw" }, + "east=false,north=true,south=false,west=true": { "model": "black_pane_nw" }, + "east=false,north=true,south=true,west=false": { "model": "black_pane_ns" }, + "east=true,north=false,south=false,west=true": { "model": "black_pane_ns", "y": 90 }, + "east=true,north=true,south=true,west=false": { "model": "black_pane_nse" }, + "east=true,north=false,south=true,west=true": { "model": "black_pane_sew" }, + "east=false,north=true,south=true,west=true": { "model": "black_pane_nsw" }, + "east=true,north=true,south=false,west=true": { "model": "black_pane_new" }, + "east=true,north=true,south=true,west=true": { "model": "black_pane_nsew" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/black_stained_hardened_clay.json b/1.8.9/assets/minecraft/blockstates/black_stained_hardened_clay.json new file mode 100644 index 00000000..4bde9c28 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/black_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_black" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/black_wool.json b/1.8.9/assets/minecraft/blockstates/black_wool.json new file mode 100644 index 00000000..728ba540 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/black_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "black_wool" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/blue_carpet.json b/1.8.9/assets/minecraft/blockstates/blue_carpet.json new file mode 100644 index 00000000..d93906b5 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/blue_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_blue" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/blue_orchid.json b/1.8.9/assets/minecraft/blockstates/blue_orchid.json new file mode 100644 index 00000000..a2e98063 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/blue_orchid.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "orchid" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/blue_stained_glass.json b/1.8.9/assets/minecraft/blockstates/blue_stained_glass.json new file mode 100644 index 00000000..ad618dd7 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/blue_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_blue" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/blue_stained_glass_pane.json b/1.8.9/assets/minecraft/blockstates/blue_stained_glass_pane.json new file mode 100644 index 00000000..2613bd51 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/blue_stained_glass_pane.json @@ -0,0 +1,20 @@ +{ + "variants": { + "east=false,north=false,south=false,west=false": { "model": "blue_pane_nsew" }, + "east=false,north=true,south=false,west=false": { "model": "blue_pane_n" }, + "east=true,north=false,south=false,west=false": { "model": "blue_pane_n", "y": 90 }, + "east=false,north=false,south=true,west=false": { "model": "blue_pane_s" }, + "east=false,north=false,south=false,west=true": { "model": "blue_pane_s", "y": 90 }, + "east=true,north=true,south=false,west=false": { "model": "blue_pane_ne" }, + "east=true,north=false,south=true,west=false": { "model": "blue_pane_se" }, + "east=false,north=false,south=true,west=true": { "model": "blue_pane_sw" }, + "east=false,north=true,south=false,west=true": { "model": "blue_pane_nw" }, + "east=false,north=true,south=true,west=false": { "model": "blue_pane_ns" }, + "east=true,north=false,south=false,west=true": { "model": "blue_pane_ns", "y": 90 }, + "east=true,north=true,south=true,west=false": { "model": "blue_pane_nse" }, + "east=true,north=false,south=true,west=true": { "model": "blue_pane_sew" }, + "east=false,north=true,south=true,west=true": { "model": "blue_pane_nsw" }, + "east=true,north=true,south=false,west=true": { "model": "blue_pane_new" }, + "east=true,north=true,south=true,west=true": { "model": "blue_pane_nsew" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/blue_stained_hardened_clay.json b/1.8.9/assets/minecraft/blockstates/blue_stained_hardened_clay.json new file mode 100644 index 00000000..aadb0f6c --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/blue_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_blue" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/blue_wool.json b/1.8.9/assets/minecraft/blockstates/blue_wool.json new file mode 100644 index 00000000..3cfcf7fd --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/blue_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "blue_wool" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/bookshelf.json b/1.8.9/assets/minecraft/blockstates/bookshelf.json new file mode 100644 index 00000000..175c6265 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/bookshelf.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "bookshelf" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/brewing_stand.json b/1.8.9/assets/minecraft/blockstates/brewing_stand.json new file mode 100644 index 00000000..0f1c7eb8 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/brewing_stand.json @@ -0,0 +1,12 @@ +{ + "variants": { + "has_bottle_0=false,has_bottle_1=false,has_bottle_2=false": { "model": "brewing_stand_empty" }, + "has_bottle_0=true,has_bottle_1=false,has_bottle_2=false": { "model": "brewing_stand_bottles_1" }, + "has_bottle_0=false,has_bottle_1=true,has_bottle_2=false": { "model": "brewing_stand_bottles_2" }, + "has_bottle_0=false,has_bottle_1=false,has_bottle_2=true": { "model": "brewing_stand_bottles_3" }, + "has_bottle_0=true,has_bottle_1=true,has_bottle_2=false": { "model": "brewing_stand_bottles_12" }, + "has_bottle_0=true,has_bottle_1=false,has_bottle_2=true": { "model": "brewing_stand_bottles_13" }, + "has_bottle_0=false,has_bottle_1=true,has_bottle_2=true": { "model": "brewing_stand_bottles_23" }, + "has_bottle_0=true,has_bottle_1=true,has_bottle_2=true": { "model": "brewing_stand_bottles_123" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/brick_block.json b/1.8.9/assets/minecraft/blockstates/brick_block.json new file mode 100644 index 00000000..8afbf8fc --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/brick_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "brick" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/brick_double_slab.json b/1.8.9/assets/minecraft/blockstates/brick_double_slab.json new file mode 100644 index 00000000..ceb2e147 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/brick_double_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "normal": { "model": "brick" }, + "all": { "model": "brick" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/brick_slab.json b/1.8.9/assets/minecraft/blockstates/brick_slab.json new file mode 100644 index 00000000..7bdc95ee --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/brick_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_brick" }, + "half=top": { "model": "upper_slab_brick" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/brick_stairs.json b/1.8.9/assets/minecraft/blockstates/brick_stairs.json new file mode 100644 index 00000000..1b39369c --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/brick_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "brick_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "brick_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "brick_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "brick_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "brick_outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "brick_outer_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "brick_outer_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "brick_outer_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "brick_outer_stairs", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "brick_outer_stairs", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "brick_outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "brick_outer_stairs", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "brick_inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "brick_inner_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "brick_inner_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "brick_inner_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "brick_inner_stairs", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "brick_inner_stairs", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "brick_inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "brick_inner_stairs", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "brick_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "brick_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "brick_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "brick_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "brick_outer_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "brick_outer_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "brick_outer_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "brick_outer_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "brick_outer_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "brick_outer_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "brick_outer_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "brick_outer_stairs", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "brick_inner_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "brick_inner_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "brick_inner_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "brick_inner_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "brick_inner_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "brick_inner_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "brick_inner_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "brick_inner_stairs", "x": 180, "uvlock": true } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/brown_carpet.json b/1.8.9/assets/minecraft/blockstates/brown_carpet.json new file mode 100644 index 00000000..e5fd2d7d --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/brown_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_brown" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/brown_mushroom.json b/1.8.9/assets/minecraft/blockstates/brown_mushroom.json new file mode 100644 index 00000000..ef1d42fb --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/brown_mushroom.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "brown_mushroom" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/brown_mushroom_block.json b/1.8.9/assets/minecraft/blockstates/brown_mushroom_block.json new file mode 100644 index 00000000..7b1cb8c0 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/brown_mushroom_block.json @@ -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" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/brown_stained_glass.json b/1.8.9/assets/minecraft/blockstates/brown_stained_glass.json new file mode 100644 index 00000000..81d4846e --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/brown_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_brown" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/brown_stained_glass_pane.json b/1.8.9/assets/minecraft/blockstates/brown_stained_glass_pane.json new file mode 100644 index 00000000..575852ef --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/brown_stained_glass_pane.json @@ -0,0 +1,20 @@ +{ + "variants": { + "east=false,north=false,south=false,west=false": { "model": "brown_pane_nsew" }, + "east=false,north=true,south=false,west=false": { "model": "brown_pane_n" }, + "east=true,north=false,south=false,west=false": { "model": "brown_pane_n", "y": 90 }, + "east=false,north=false,south=true,west=false": { "model": "brown_pane_s" }, + "east=false,north=false,south=false,west=true": { "model": "brown_pane_s", "y": 90 }, + "east=true,north=true,south=false,west=false": { "model": "brown_pane_ne" }, + "east=true,north=false,south=true,west=false": { "model": "brown_pane_se" }, + "east=false,north=false,south=true,west=true": { "model": "brown_pane_sw" }, + "east=false,north=true,south=false,west=true": { "model": "brown_pane_nw" }, + "east=false,north=true,south=true,west=false": { "model": "brown_pane_ns" }, + "east=true,north=false,south=false,west=true": { "model": "brown_pane_ns", "y": 90 }, + "east=true,north=true,south=true,west=false": { "model": "brown_pane_nse" }, + "east=true,north=false,south=true,west=true": { "model": "brown_pane_sew" }, + "east=false,north=true,south=true,west=true": { "model": "brown_pane_nsw" }, + "east=true,north=true,south=false,west=true": { "model": "brown_pane_new" }, + "east=true,north=true,south=true,west=true": { "model": "brown_pane_nsew" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/brown_stained_hardened_clay.json b/1.8.9/assets/minecraft/blockstates/brown_stained_hardened_clay.json new file mode 100644 index 00000000..31e344e1 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/brown_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_brown" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/brown_wool.json b/1.8.9/assets/minecraft/blockstates/brown_wool.json new file mode 100644 index 00000000..112805f5 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/brown_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "brown_wool" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/cactus.json b/1.8.9/assets/minecraft/blockstates/cactus.json new file mode 100644 index 00000000..3212cd1d --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/cactus.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "cactus" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/cake.json b/1.8.9/assets/minecraft/blockstates/cake.json new file mode 100644 index 00000000..c0c4af29 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/cake.json @@ -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" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/carrots.json b/1.8.9/assets/minecraft/blockstates/carrots.json new file mode 100644 index 00000000..96a53471 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/carrots.json @@ -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" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/cauldron.json b/1.8.9/assets/minecraft/blockstates/cauldron.json new file mode 100644 index 00000000..885af8f4 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/cauldron.json @@ -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" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/chiseled_brick_monster_egg.json b/1.8.9/assets/minecraft/blockstates/chiseled_brick_monster_egg.json new file mode 100644 index 00000000..ea2566b1 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/chiseled_brick_monster_egg.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "stonebrick_chiseled" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/chiseled_quartz_block.json b/1.8.9/assets/minecraft/blockstates/chiseled_quartz_block.json new file mode 100644 index 00000000..46748b15 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/chiseled_quartz_block.json @@ -0,0 +1,6 @@ +{ + "variants": { + "normal": { "model": "quartz_chiseled" } + } +} + diff --git a/1.8.9/assets/minecraft/blockstates/chiseled_red_sandstone.json b/1.8.9/assets/minecraft/blockstates/chiseled_red_sandstone.json new file mode 100644 index 00000000..f947ad85 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/chiseled_red_sandstone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "red_sandstone_chiseled" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/chiseled_sandstone.json b/1.8.9/assets/minecraft/blockstates/chiseled_sandstone.json new file mode 100644 index 00000000..96fbad32 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/chiseled_sandstone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "sandstone_chiseled" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/chiseled_stonebrick.json b/1.8.9/assets/minecraft/blockstates/chiseled_stonebrick.json new file mode 100644 index 00000000..ea2566b1 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/chiseled_stonebrick.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "stonebrick_chiseled" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/clay.json b/1.8.9/assets/minecraft/blockstates/clay.json new file mode 100644 index 00000000..3fcd74f2 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "clay" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/coal_block.json b/1.8.9/assets/minecraft/blockstates/coal_block.json new file mode 100644 index 00000000..7ac479e1 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/coal_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "coal_block" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/coal_ore.json b/1.8.9/assets/minecraft/blockstates/coal_ore.json new file mode 100644 index 00000000..cc2ca2d2 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/coal_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "coal_ore" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/coarse_dirt.json b/1.8.9/assets/minecraft/blockstates/coarse_dirt.json new file mode 100644 index 00000000..25e19be3 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/coarse_dirt.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "coarse_dirt" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/cobblestone.json b/1.8.9/assets/minecraft/blockstates/cobblestone.json new file mode 100644 index 00000000..57bc457e --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/cobblestone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "cobblestone" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/cobblestone_double_slab.json b/1.8.9/assets/minecraft/blockstates/cobblestone_double_slab.json new file mode 100644 index 00000000..0e4e1653 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/cobblestone_double_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "normal": { "model": "cobblestone" }, + "all": { "model": "cobblestone" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/cobblestone_monster_egg.json b/1.8.9/assets/minecraft/blockstates/cobblestone_monster_egg.json new file mode 100644 index 00000000..57bc457e --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/cobblestone_monster_egg.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "cobblestone" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/cobblestone_slab.json b/1.8.9/assets/minecraft/blockstates/cobblestone_slab.json new file mode 100644 index 00000000..a55a4f31 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/cobblestone_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_cobblestone" }, + "half=top": { "model": "upper_slab_cobblestone" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/cobblestone_wall.json b/1.8.9/assets/minecraft/blockstates/cobblestone_wall.json new file mode 100644 index 00000000..aa0b9f5e --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/cobblestone_wall.json @@ -0,0 +1,36 @@ +{ + "variants": { + "east=false,north=false,south=false,up=false,west=false": { "model": "cobblestone_wall_post" }, + "east=false,north=true,south=false,up=false,west=false": { "model": "cobblestone_wall_n" }, + "east=true,north=false,south=false,up=false,west=false": { "model": "cobblestone_wall_n", "y": 90, "uvlock": true }, + "east=false,north=false,south=true,up=false,west=false": { "model": "cobblestone_wall_n", "y": 180, "uvlock": true }, + "east=false,north=false,south=false,up=false,west=true": { "model": "cobblestone_wall_n", "y": 270, "uvlock": true }, + "east=true,north=true,south=false,up=false,west=false": { "model": "cobblestone_wall_ne" }, + "east=true,north=false,south=true,up=false,west=false": { "model": "cobblestone_wall_ne", "y": 90, "uvlock": true }, + "east=false,north=false,south=true,up=false,west=true": { "model": "cobblestone_wall_ne", "y": 180, "uvlock": true }, + "east=false,north=true,south=false,up=false,west=true": { "model": "cobblestone_wall_ne", "y": 270, "uvlock": true }, + "east=false,north=true,south=true,up=false,west=false": { "model": "cobblestone_wall_ns" }, + "east=true,north=false,south=false,up=false,west=true": { "model": "cobblestone_wall_ns", "y": 90, "uvlock": true }, + "east=true,north=true,south=true,up=false,west=false": { "model": "cobblestone_wall_nse" }, + "east=true,north=false,south=true,up=false,west=true": { "model": "cobblestone_wall_nse", "y": 90, "uvlock": true }, + "east=false,north=true,south=true,up=false,west=true": { "model": "cobblestone_wall_nse", "y": 180, "uvlock": true }, + "east=true,north=true,south=false,up=false,west=true": { "model": "cobblestone_wall_nse", "y": 270, "uvlock": true }, + "east=true,north=true,south=true,up=false,west=true": { "model": "cobblestone_wall_nsew" }, + "east=false,north=false,south=false,up=true,west=false": { "model": "cobblestone_wall_post" }, + "east=false,north=true,south=false,up=true,west=false": { "model": "cobblestone_wall_n" }, + "east=true,north=false,south=false,up=true,west=false": { "model": "cobblestone_wall_n", "y": 90, "uvlock": true }, + "east=false,north=false,south=true,up=true,west=false": { "model": "cobblestone_wall_n", "y": 180, "uvlock": true }, + "east=false,north=false,south=false,up=true,west=true": { "model": "cobblestone_wall_n", "y": 270, "uvlock": true }, + "east=true,north=true,south=false,up=true,west=false": { "model": "cobblestone_wall_ne" }, + "east=true,north=false,south=true,up=true,west=false": { "model": "cobblestone_wall_ne", "y": 90, "uvlock": true }, + "east=false,north=false,south=true,up=true,west=true": { "model": "cobblestone_wall_ne", "y": 180, "uvlock": true }, + "east=false,north=true,south=false,up=true,west=true": { "model": "cobblestone_wall_ne", "y": 270, "uvlock": true }, + "east=false,north=true,south=true,up=true,west=false": { "model": "cobblestone_wall_ns_above" }, + "east=true,north=false,south=false,up=true,west=true": { "model": "cobblestone_wall_ns_above", "y": 90, "uvlock": true }, + "east=true,north=true,south=true,up=true,west=false": { "model": "cobblestone_wall_nse" }, + "east=true,north=false,south=true,up=true,west=true": { "model": "cobblestone_wall_nse", "y": 90, "uvlock": true }, + "east=false,north=true,south=true,up=true,west=true": { "model": "cobblestone_wall_nse", "y": 180, "uvlock": true }, + "east=true,north=true,south=false,up=true,west=true": { "model": "cobblestone_wall_nse", "y": 270, "uvlock": true }, + "east=true,north=true,south=true,up=true,west=true": { "model": "cobblestone_wall_nsew" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/cocoa.json b/1.8.9/assets/minecraft/blockstates/cocoa.json new file mode 100644 index 00000000..9eda2fd9 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/cocoa.json @@ -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 } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/command_block.json b/1.8.9/assets/minecraft/blockstates/command_block.json new file mode 100644 index 00000000..3becb012 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/command_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "command_block" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/cracked_brick_monster_egg.json b/1.8.9/assets/minecraft/blockstates/cracked_brick_monster_egg.json new file mode 100644 index 00000000..58adbf2b --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/cracked_brick_monster_egg.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "stonebrick_cracked" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/cracked_stonebrick.json b/1.8.9/assets/minecraft/blockstates/cracked_stonebrick.json new file mode 100644 index 00000000..58adbf2b --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/cracked_stonebrick.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "stonebrick_cracked" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/crafting_table.json b/1.8.9/assets/minecraft/blockstates/crafting_table.json new file mode 100644 index 00000000..ef1590ad --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/crafting_table.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "crafting_table" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/cyan_carpet.json b/1.8.9/assets/minecraft/blockstates/cyan_carpet.json new file mode 100644 index 00000000..dd9fc91f --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/cyan_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_cyan" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/cyan_stained_glass.json b/1.8.9/assets/minecraft/blockstates/cyan_stained_glass.json new file mode 100644 index 00000000..388279f0 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/cyan_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_cyan" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/cyan_stained_glass_pane.json b/1.8.9/assets/minecraft/blockstates/cyan_stained_glass_pane.json new file mode 100644 index 00000000..44155998 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/cyan_stained_glass_pane.json @@ -0,0 +1,20 @@ +{ + "variants": { + "east=false,north=false,south=false,west=false": { "model": "cyan_pane_nsew" }, + "east=false,north=true,south=false,west=false": { "model": "cyan_pane_n" }, + "east=true,north=false,south=false,west=false": { "model": "cyan_pane_n", "y": 90 }, + "east=false,north=false,south=true,west=false": { "model": "cyan_pane_s" }, + "east=false,north=false,south=false,west=true": { "model": "cyan_pane_s", "y": 90 }, + "east=true,north=true,south=false,west=false": { "model": "cyan_pane_ne" }, + "east=true,north=false,south=true,west=false": { "model": "cyan_pane_se" }, + "east=false,north=false,south=true,west=true": { "model": "cyan_pane_sw" }, + "east=false,north=true,south=false,west=true": { "model": "cyan_pane_nw" }, + "east=false,north=true,south=true,west=false": { "model": "cyan_pane_ns" }, + "east=true,north=false,south=false,west=true": { "model": "cyan_pane_ns", "y": 90 }, + "east=true,north=true,south=true,west=false": { "model": "cyan_pane_nse" }, + "east=true,north=false,south=true,west=true": { "model": "cyan_pane_sew" }, + "east=false,north=true,south=true,west=true": { "model": "cyan_pane_nsw" }, + "east=true,north=true,south=false,west=true": { "model": "cyan_pane_new" }, + "east=true,north=true,south=true,west=true": { "model": "cyan_pane_nsew" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/cyan_stained_hardened_clay.json b/1.8.9/assets/minecraft/blockstates/cyan_stained_hardened_clay.json new file mode 100644 index 00000000..c67b33b9 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/cyan_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_cyan" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/cyan_wool.json b/1.8.9/assets/minecraft/blockstates/cyan_wool.json new file mode 100644 index 00000000..db589f31 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/cyan_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "cyan_wool" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/dandelion.json b/1.8.9/assets/minecraft/blockstates/dandelion.json new file mode 100644 index 00000000..6d49256e --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/dandelion.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "dandelion" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/dark_oak_door.json b/1.8.9/assets/minecraft/blockstates/dark_oak_door.json new file mode 100644 index 00000000..4681e94e --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/dark_oak_door.json @@ -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 } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/dark_oak_double_slab.json b/1.8.9/assets/minecraft/blockstates/dark_oak_double_slab.json new file mode 100644 index 00000000..0dd3e069 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/dark_oak_double_slab.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "dark_oak_planks" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/dark_oak_fence.json b/1.8.9/assets/minecraft/blockstates/dark_oak_fence.json new file mode 100644 index 00000000..266580ac --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/dark_oak_fence.json @@ -0,0 +1,20 @@ +{ + "variants": { + "east=false,north=false,south=false,west=false": { "model": "dark_oak_fence_post" }, + "east=false,north=true,south=false,west=false": { "model": "dark_oak_fence_n", "uvlock": true }, + "east=true,north=false,south=false,west=false": { "model": "dark_oak_fence_n", "y": 90, "uvlock": true }, + "east=false,north=false,south=true,west=false": { "model": "dark_oak_fence_n", "y": 180, "uvlock": true }, + "east=false,north=false,south=false,west=true": { "model": "dark_oak_fence_n", "y": 270, "uvlock": true }, + "east=true,north=true,south=false,west=false": { "model": "dark_oak_fence_ne", "uvlock": true }, + "east=true,north=false,south=true,west=false": { "model": "dark_oak_fence_ne", "y": 90, "uvlock": true }, + "east=false,north=false,south=true,west=true": { "model": "dark_oak_fence_ne", "y": 180, "uvlock": true }, + "east=false,north=true,south=false,west=true": { "model": "dark_oak_fence_ne", "y": 270, "uvlock": true }, + "east=false,north=true,south=true,west=false": { "model": "dark_oak_fence_ns", "uvlock": true }, + "east=true,north=false,south=false,west=true": { "model": "dark_oak_fence_ns", "y": 90, "uvlock": true }, + "east=true,north=true,south=true,west=false": { "model": "dark_oak_fence_nse", "uvlock": true }, + "east=true,north=false,south=true,west=true": { "model": "dark_oak_fence_nse", "y": 90, "uvlock": true }, + "east=false,north=true,south=true,west=true": { "model": "dark_oak_fence_nse", "y": 180, "uvlock": true }, + "east=true,north=true,south=false,west=true": { "model": "dark_oak_fence_nse", "y": 270, "uvlock": true }, + "east=true,north=true,south=true,west=true": { "model": "dark_oak_fence_nsew", "uvlock": true } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/dark_oak_fence_gate.json b/1.8.9/assets/minecraft/blockstates/dark_oak_fence_gate.json new file mode 100644 index 00000000..011e1f58 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/dark_oak_fence_gate.json @@ -0,0 +1,20 @@ +{ + "variants": { + "facing=south,in_wall=false,open=false": { "model": "dark_oak_fence_gate_closed" }, + "facing=west,in_wall=false,open=false": { "model": "dark_oak_fence_gate_closed", "y": 90, "uvlock": true }, + "facing=north,in_wall=false,open=false": { "model": "dark_oak_fence_gate_closed", "y": 180, "uvlock": true }, + "facing=east,in_wall=false,open=false": { "model": "dark_oak_fence_gate_closed", "y": 270, "uvlock": true }, + "facing=south,in_wall=false,open=true": { "model": "dark_oak_fence_gate_open" }, + "facing=west,in_wall=false,open=true": { "model": "dark_oak_fence_gate_open", "y": 90, "uvlock": true }, + "facing=north,in_wall=false,open=true": { "model": "dark_oak_fence_gate_open", "y": 180, "uvlock": true }, + "facing=east,in_wall=false,open=true": { "model": "dark_oak_fence_gate_open", "y": 270, "uvlock": true }, + "facing=south,in_wall=true,open=false": { "model": "dark_oak_wall_gate_closed" }, + "facing=west,in_wall=true,open=false": { "model": "dark_oak_wall_gate_closed", "y": 90, "uvlock": true }, + "facing=north,in_wall=true,open=false": { "model": "dark_oak_wall_gate_closed", "y": 180, "uvlock": true }, + "facing=east,in_wall=true,open=false": { "model": "dark_oak_wall_gate_closed", "y": 270, "uvlock": true }, + "facing=south,in_wall=true,open=true": { "model": "dark_oak_wall_gate_open" }, + "facing=west,in_wall=true,open=true": { "model": "dark_oak_wall_gate_open", "y": 90, "uvlock": true }, + "facing=north,in_wall=true,open=true": { "model": "dark_oak_wall_gate_open", "y": 180, "uvlock": true }, + "facing=east,in_wall=true,open=true": { "model": "dark_oak_wall_gate_open", "y": 270, "uvlock": true } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/dark_oak_leaves.json b/1.8.9/assets/minecraft/blockstates/dark_oak_leaves.json new file mode 100644 index 00000000..bb681958 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/dark_oak_leaves.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "dark_oak_leaves" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/dark_oak_log.json b/1.8.9/assets/minecraft/blockstates/dark_oak_log.json new file mode 100644 index 00000000..ff01aec1 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/dark_oak_log.json @@ -0,0 +1,8 @@ +{ + "variants": { + "axis=y": { "model": "dark_oak_log" }, + "axis=z": { "model": "dark_oak_log_side" }, + "axis=x": { "model": "dark_oak_log_side", "y": 90 }, + "axis=none": { "model": "dark_oak_bark" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/dark_oak_planks.json b/1.8.9/assets/minecraft/blockstates/dark_oak_planks.json new file mode 100644 index 00000000..0dd3e069 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/dark_oak_planks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "dark_oak_planks" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/dark_oak_sapling.json b/1.8.9/assets/minecraft/blockstates/dark_oak_sapling.json new file mode 100644 index 00000000..6d1d2e97 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/dark_oak_sapling.json @@ -0,0 +1,6 @@ +{ + "variants": { + "stage=0": { "model": "dark_oak_sapling" }, + "stage=1": { "model": "dark_oak_sapling" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/dark_oak_slab.json b/1.8.9/assets/minecraft/blockstates/dark_oak_slab.json new file mode 100644 index 00000000..9b0ed649 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/dark_oak_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_dark_oak" }, + "half=top": { "model": "upper_slab_dark_oak" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/dark_oak_stairs.json b/1.8.9/assets/minecraft/blockstates/dark_oak_stairs.json new file mode 100644 index 00000000..e920d6d7 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/dark_oak_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "dark_oak_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "dark_oak_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "dark_oak_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "dark_oak_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "dark_oak_outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "dark_oak_outer_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "dark_oak_outer_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "dark_oak_outer_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "dark_oak_outer_stairs", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "dark_oak_outer_stairs", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "dark_oak_outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "dark_oak_outer_stairs", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "dark_oak_inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "dark_oak_inner_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "dark_oak_inner_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "dark_oak_inner_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "dark_oak_inner_stairs", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "dark_oak_inner_stairs", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "dark_oak_inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "dark_oak_inner_stairs", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "dark_oak_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "dark_oak_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "dark_oak_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "dark_oak_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "dark_oak_outer_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "dark_oak_outer_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "dark_oak_outer_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "dark_oak_outer_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "dark_oak_outer_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "dark_oak_outer_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "dark_oak_outer_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "dark_oak_outer_stairs", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "dark_oak_inner_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "dark_oak_inner_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "dark_oak_inner_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "dark_oak_inner_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "dark_oak_inner_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "dark_oak_inner_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "dark_oak_inner_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "dark_oak_inner_stairs", "x": 180, "uvlock": true } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/dark_prismarine.json b/1.8.9/assets/minecraft/blockstates/dark_prismarine.json new file mode 100644 index 00000000..7f87a8d5 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/dark_prismarine.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "prismarine_dark" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/daylight_detector.json b/1.8.9/assets/minecraft/blockstates/daylight_detector.json new file mode 100644 index 00000000..862d7a92 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/daylight_detector.json @@ -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" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/daylight_detector_inverted.json b/1.8.9/assets/minecraft/blockstates/daylight_detector_inverted.json new file mode 100644 index 00000000..55de23be --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/daylight_detector_inverted.json @@ -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" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/dead_bush.json b/1.8.9/assets/minecraft/blockstates/dead_bush.json new file mode 100644 index 00000000..faa7eae7 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/dead_bush.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "dead_bush" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/detector_rail.json b/1.8.9/assets/minecraft/blockstates/detector_rail.json new file mode 100644 index 00000000..d5146b15 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/detector_rail.json @@ -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" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/diamond_block.json b/1.8.9/assets/minecraft/blockstates/diamond_block.json new file mode 100644 index 00000000..d8db9e5b --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/diamond_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "diamond_block" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/diamond_ore.json b/1.8.9/assets/minecraft/blockstates/diamond_ore.json new file mode 100644 index 00000000..ba58d552 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/diamond_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "diamond_ore" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/diorite.json b/1.8.9/assets/minecraft/blockstates/diorite.json new file mode 100644 index 00000000..5c6f010f --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/diorite.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "diorite" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/dirt.json b/1.8.9/assets/minecraft/blockstates/dirt.json new file mode 100644 index 00000000..16816dd1 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/dirt.json @@ -0,0 +1,10 @@ +{ + "variants": { + "normal": [ + { "model": "dirt" }, + { "model": "dirt", "y": 90 }, + { "model": "dirt", "y": 180 }, + { "model": "dirt", "y": 270 } + ] + } +} diff --git a/1.8.9/assets/minecraft/blockstates/dispenser.json b/1.8.9/assets/minecraft/blockstates/dispenser.json new file mode 100644 index 00000000..fb587384 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/dispenser.json @@ -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 } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/double_fern.json b/1.8.9/assets/minecraft/blockstates/double_fern.json new file mode 100644 index 00000000..9b2ad6a8 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/double_fern.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=lower": { "model": "double_fern_bottom" }, + "half=upper": { "model": "double_fern_top" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/double_grass.json b/1.8.9/assets/minecraft/blockstates/double_grass.json new file mode 100644 index 00000000..d0971c6d --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/double_grass.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=lower": { "model": "double_grass_bottom" }, + "half=upper": { "model": "double_grass_top" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/double_rose.json b/1.8.9/assets/minecraft/blockstates/double_rose.json new file mode 100644 index 00000000..cf008d0b --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/double_rose.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=lower": { "model": "double_rose_bottom" }, + "half=upper": { "model": "double_rose_top" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/dragon_egg.json b/1.8.9/assets/minecraft/blockstates/dragon_egg.json new file mode 100644 index 00000000..16fdcfdd --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/dragon_egg.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "dragon_egg" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/dropper.json b/1.8.9/assets/minecraft/blockstates/dropper.json new file mode 100644 index 00000000..41cc1d4b --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/dropper.json @@ -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 } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/emerald_block.json b/1.8.9/assets/minecraft/blockstates/emerald_block.json new file mode 100644 index 00000000..325f8287 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/emerald_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "emerald_block" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/emerald_ore.json b/1.8.9/assets/minecraft/blockstates/emerald_ore.json new file mode 100644 index 00000000..816e2b5f --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/emerald_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "emerald_ore" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/enchanting_table.json b/1.8.9/assets/minecraft/blockstates/enchanting_table.json new file mode 100644 index 00000000..33892364 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/enchanting_table.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "enchanting_table_base" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/end_portal_frame.json b/1.8.9/assets/minecraft/blockstates/end_portal_frame.json new file mode 100644 index 00000000..e44bada9 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/end_portal_frame.json @@ -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 } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/end_stone.json b/1.8.9/assets/minecraft/blockstates/end_stone.json new file mode 100644 index 00000000..cdaef3ba --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/end_stone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "end_stone" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/farmland.json b/1.8.9/assets/minecraft/blockstates/farmland.json new file mode 100644 index 00000000..7897855f --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/farmland.json @@ -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" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/fence.json b/1.8.9/assets/minecraft/blockstates/fence.json new file mode 100644 index 00000000..fc69adfe --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/fence.json @@ -0,0 +1,20 @@ +{ + "variants": { + "east=false,north=false,south=false,west=false": { "model": "oak_fence_post" }, + "east=false,north=true,south=false,west=false": { "model": "oak_fence_n", "uvlock": true }, + "east=true,north=false,south=false,west=false": { "model": "oak_fence_n", "y": 90, "uvlock": true }, + "east=false,north=false,south=true,west=false": { "model": "oak_fence_n", "y": 180, "uvlock": true }, + "east=false,north=false,south=false,west=true": { "model": "oak_fence_n", "y": 270, "uvlock": true }, + "east=true,north=true,south=false,west=false": { "model": "oak_fence_ne", "uvlock": true }, + "east=true,north=false,south=true,west=false": { "model": "oak_fence_ne", "y": 90, "uvlock": true }, + "east=false,north=false,south=true,west=true": { "model": "oak_fence_ne", "y": 180, "uvlock": true }, + "east=false,north=true,south=false,west=true": { "model": "oak_fence_ne", "y": 270, "uvlock": true }, + "east=false,north=true,south=true,west=false": { "model": "oak_fence_ns", "uvlock": true }, + "east=true,north=false,south=false,west=true": { "model": "oak_fence_ns", "y": 90, "uvlock": true }, + "east=true,north=true,south=true,west=false": { "model": "oak_fence_nse", "uvlock": true }, + "east=true,north=false,south=true,west=true": { "model": "oak_fence_nse", "y": 90, "uvlock": true }, + "east=false,north=true,south=true,west=true": { "model": "oak_fence_nse", "y": 180, "uvlock": true }, + "east=true,north=true,south=false,west=true": { "model": "oak_fence_nse", "y": 270, "uvlock": true }, + "east=true,north=true,south=true,west=true": { "model": "oak_fence_nsew", "uvlock": true } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/fence_gate.json b/1.8.9/assets/minecraft/blockstates/fence_gate.json new file mode 100644 index 00000000..043d21e4 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/fence_gate.json @@ -0,0 +1,20 @@ +{ + "variants": { + "facing=south,in_wall=false,open=false": { "model": "oak_fence_gate_closed" }, + "facing=west,in_wall=false,open=false": { "model": "oak_fence_gate_closed", "y": 90, "uvlock": true }, + "facing=north,in_wall=false,open=false": { "model": "oak_fence_gate_closed", "y": 180, "uvlock": true }, + "facing=east,in_wall=false,open=false": { "model": "oak_fence_gate_closed", "y": 270, "uvlock": true }, + "facing=south,in_wall=false,open=true": { "model": "oak_fence_gate_open" }, + "facing=west,in_wall=false,open=true": { "model": "oak_fence_gate_open", "y": 90, "uvlock": true }, + "facing=north,in_wall=false,open=true": { "model": "oak_fence_gate_open", "y": 180, "uvlock": true }, + "facing=east,in_wall=false,open=true": { "model": "oak_fence_gate_open", "y": 270, "uvlock": true }, + "facing=south,in_wall=true,open=false": { "model": "oak_wall_gate_closed" }, + "facing=west,in_wall=true,open=false": { "model": "oak_wall_gate_closed", "y": 90, "uvlock": true }, + "facing=north,in_wall=true,open=false": { "model": "oak_wall_gate_closed", "y": 180, "uvlock": true }, + "facing=east,in_wall=true,open=false": { "model": "oak_wall_gate_closed", "y": 270, "uvlock": true }, + "facing=south,in_wall=true,open=true": { "model": "oak_wall_gate_open" }, + "facing=west,in_wall=true,open=true": { "model": "oak_wall_gate_open", "y": 90, "uvlock": true }, + "facing=north,in_wall=true,open=true": { "model": "oak_wall_gate_open", "y": 180, "uvlock": true }, + "facing=east,in_wall=true,open=true": { "model": "oak_wall_gate_open", "y": 270, "uvlock": true } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/fern.json b/1.8.9/assets/minecraft/blockstates/fern.json new file mode 100644 index 00000000..bac41869 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/fern.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "fern" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/fire.json b/1.8.9/assets/minecraft/blockstates/fire.json new file mode 100644 index 00000000..79fd5fe5 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/fire.json @@ -0,0 +1,196 @@ +{ + "variants": { + "alt=false,east=false,flip=false,north=false,south=false,upper=0,west=false": { "model": "fire_floor_main" }, + "alt=false,east=false,flip=false,north=false,south=true,upper=0,west=false": { "model": "fire_n_main", "y": 180 }, + "alt=false,east=false,flip=false,north=false,south=false,upper=0,west=true": { "model": "fire_n_main", "y": 270 }, + "alt=false,east=false,flip=false,north=true,south=false,upper=0,west=false": { "model": "fire_n_main" }, + "alt=false,east=true,flip=false,north=false,south=false,upper=0,west=false": { "model": "fire_n_main", "y": 90 }, + "alt=false,east=true,flip=false,north=true,south=false,upper=0,west=false": { "model": "fire_ne_main" }, + "alt=false,east=true,flip=false,north=false,south=true,upper=0,west=false": { "model": "fire_ne_main", "y": 90 }, + "alt=false,east=false,flip=false,north=false,south=true,upper=0,west=true": { "model": "fire_ne_main", "y": 180 }, + "alt=false,east=false,flip=false,north=true,south=false,upper=0,west=true": { "model": "fire_ne_main", "y": 270 }, + "alt=false,east=false,flip=false,north=true,south=true,upper=0,west=false": { "model": "fire_ns_main" }, + "alt=false,east=true,flip=false,north=false,south=false,upper=0,west=true": { "model": "fire_ns_main", "y": 90 }, + "alt=false,east=true,flip=false,north=true,south=true,upper=0,west=false": { "model": "fire_nse_main" }, + "alt=false,east=true,flip=false,north=false,south=true,upper=0,west=true": { "model": "fire_nse_main", "y": 90 }, + "alt=false,east=false,flip=false,north=true,south=true,upper=0,west=true": { "model": "fire_nse_main", "y": 180 }, + "alt=false,east=true,flip=false,north=true,south=false,upper=0,west=true": { "model": "fire_nse_main", "y": 270 }, + "alt=false,east=true,flip=false,north=true,south=true,upper=0,west=true": { "model": "fire_nsew_main" }, + "alt=false,east=false,flip=false,north=false,south=false,upper=1,west=false": { "model": "fire_u1_main" }, + "alt=false,east=false,flip=false,north=false,south=true,upper=1,west=false": { "model": "fire_nu1_main", "y": 180 }, + "alt=false,east=false,flip=false,north=false,south=false,upper=1,west=true": { "model": "fire_nu1_main", "y": 270 }, + "alt=false,east=false,flip=false,north=true,south=false,upper=1,west=false": { "model": "fire_nu1_main" }, + "alt=false,east=true,flip=false,north=false,south=false,upper=1,west=false": { "model": "fire_nu1_main", "y": 90 }, + "alt=false,east=true,flip=false,north=true,south=false,upper=1,west=false": { "model": "fire_neu1_main" }, + "alt=false,east=true,flip=false,north=false,south=true,upper=1,west=false": { "model": "fire_neu1_main", "y": 90 }, + "alt=false,east=false,flip=false,north=false,south=true,upper=1,west=true": { "model": "fire_neu1_main", "y": 180 }, + "alt=false,east=false,flip=false,north=true,south=false,upper=1,west=true": { "model": "fire_neu1_main", "y": 270 }, + "alt=false,east=false,flip=false,north=true,south=true,upper=1,west=false": { "model": "fire_nsu1_main" }, + "alt=false,east=true,flip=false,north=false,south=false,upper=1,west=true": { "model": "fire_nsu1_main", "y": 90 }, + "alt=false,east=true,flip=false,north=true,south=true,upper=1,west=false": { "model": "fire_nseu1_main" }, + "alt=false,east=true,flip=false,north=false,south=true,upper=1,west=true": { "model": "fire_nseu1_main", "y": 90 }, + "alt=false,east=false,flip=false,north=true,south=true,upper=1,west=true": { "model": "fire_nseu1_main", "y": 180 }, + "alt=false,east=true,flip=false,north=true,south=false,upper=1,west=true": { "model": "fire_nseu1_main", "y": 270 }, + "alt=false,east=true,flip=false,north=true,south=true,upper=1,west=true": { "model": "fire_nsewu1_main" }, + "alt=false,east=false,flip=false,north=false,south=false,upper=2,west=false": { "model": "fire_u2_main" }, + "alt=false,east=false,flip=false,north=false,south=true,upper=2,west=false": { "model": "fire_nu2_main", "y": 180 }, + "alt=false,east=false,flip=false,north=false,south=false,upper=2,west=true": { "model": "fire_nu2_main", "y": 270 }, + "alt=false,east=false,flip=false,north=true,south=false,upper=2,west=false": { "model": "fire_nu2_main" }, + "alt=false,east=true,flip=false,north=false,south=false,upper=2,west=false": { "model": "fire_nu2_main", "y": 90 }, + "alt=false,east=true,flip=false,north=true,south=false,upper=2,west=false": { "model": "fire_neu2_main" }, + "alt=false,east=true,flip=false,north=false,south=true,upper=2,west=false": { "model": "fire_neu2_main", "y": 90 }, + "alt=false,east=false,flip=false,north=false,south=true,upper=2,west=true": { "model": "fire_neu2_main", "y": 180 }, + "alt=false,east=false,flip=false,north=true,south=false,upper=2,west=true": { "model": "fire_neu2_main", "y": 270 }, + "alt=false,east=false,flip=false,north=true,south=true,upper=2,west=false": { "model": "fire_nsu2_main" }, + "alt=false,east=true,flip=false,north=false,south=false,upper=2,west=true": { "model": "fire_nsu2_main", "y": 90 }, + "alt=false,east=true,flip=false,north=true,south=true,upper=2,west=false": { "model": "fire_nseu2_main" }, + "alt=false,east=true,flip=false,north=false,south=true,upper=2,west=true": { "model": "fire_nseu2_main", "y": 90 }, + "alt=false,east=false,flip=false,north=true,south=true,upper=2,west=true": { "model": "fire_nseu2_main", "y": 180 }, + "alt=false,east=true,flip=false,north=true,south=false,upper=2,west=true": { "model": "fire_nseu2_main", "y": 270 }, + "alt=false,east=true,flip=false,north=true,south=true,upper=2,west=true": { "model": "fire_nsewu2_main" }, + "alt=true,east=false,flip=false,north=false,south=false,upper=0,west=false": { "model": "fire_floor_main" }, + "alt=true,east=false,flip=false,north=false,south=true,upper=0,west=false": { "model": "fire_n_alt", "y": 180 }, + "alt=true,east=false,flip=false,north=false,south=false,upper=0,west=true": { "model": "fire_n_alt", "y": 270 }, + "alt=true,east=false,flip=false,north=true,south=false,upper=0,west=false": { "model": "fire_n_alt" }, + "alt=true,east=true,flip=false,north=false,south=false,upper=0,west=false": { "model": "fire_n_alt", "y": 90 }, + "alt=true,east=true,flip=false,north=true,south=false,upper=0,west=false": { "model": "fire_ne_alt" }, + "alt=true,east=true,flip=false,north=false,south=true,upper=0,west=false": { "model": "fire_ne_alt", "y": 90 }, + "alt=true,east=false,flip=false,north=false,south=true,upper=0,west=true": { "model": "fire_ne_alt", "y": 180 }, + "alt=true,east=false,flip=false,north=true,south=false,upper=0,west=true": { "model": "fire_ne_alt", "y": 270 }, + "alt=true,east=false,flip=false,north=true,south=true,upper=0,west=false": { "model": "fire_ns_alt" }, + "alt=true,east=true,flip=false,north=false,south=false,upper=0,west=true": { "model": "fire_ns_alt", "y": 90 }, + "alt=true,east=true,flip=false,north=true,south=true,upper=0,west=false": { "model": "fire_nse_alt" }, + "alt=true,east=true,flip=false,north=false,south=true,upper=0,west=true": { "model": "fire_nse_alt", "y": 90 }, + "alt=true,east=false,flip=false,north=true,south=true,upper=0,west=true": { "model": "fire_nse_alt", "y": 180 }, + "alt=true,east=true,flip=false,north=true,south=false,upper=0,west=true": { "model": "fire_nse_alt", "y": 270 }, + "alt=true,east=true,flip=false,north=true,south=true,upper=0,west=true": { "model": "fire_nsew_alt" }, + "alt=true,east=false,flip=false,north=false,south=false,upper=1,west=false": { "model": "fire_u1_main" }, + "alt=true,east=false,flip=false,north=false,south=true,upper=1,west=false": { "model": "fire_nu1_alt", "y": 180 }, + "alt=true,east=false,flip=false,north=false,south=false,upper=1,west=true": { "model": "fire_nu1_alt", "y": 270 }, + "alt=true,east=false,flip=false,north=true,south=false,upper=1,west=false": { "model": "fire_nu1_alt" }, + "alt=true,east=true,flip=false,north=false,south=false,upper=1,west=false": { "model": "fire_nu1_alt", "y": 90 }, + "alt=true,east=true,flip=false,north=true,south=false,upper=1,west=false": { "model": "fire_neu1_alt" }, + "alt=true,east=true,flip=false,north=false,south=true,upper=1,west=false": { "model": "fire_neu1_alt", "y": 90 }, + "alt=true,east=false,flip=false,north=false,south=true,upper=1,west=true": { "model": "fire_neu1_alt", "y": 180 }, + "alt=true,east=false,flip=false,north=true,south=false,upper=1,west=true": { "model": "fire_neu1_alt", "y": 270 }, + "alt=true,east=false,flip=false,north=true,south=true,upper=1,west=false": { "model": "fire_nsu1_alt" }, + "alt=true,east=true,flip=false,north=false,south=false,upper=1,west=true": { "model": "fire_nsu1_alt", "y": 90 }, + "alt=true,east=true,flip=false,north=true,south=true,upper=1,west=false": { "model": "fire_nseu1_alt" }, + "alt=true,east=true,flip=false,north=false,south=true,upper=1,west=true": { "model": "fire_nseu1_alt", "y": 90 }, + "alt=true,east=false,flip=false,north=true,south=true,upper=1,west=true": { "model": "fire_nseu1_alt", "y": 180 }, + "alt=true,east=true,flip=false,north=true,south=false,upper=1,west=true": { "model": "fire_nseu1_alt", "y": 270 }, + "alt=true,east=true,flip=false,north=true,south=true,upper=1,west=true": { "model": "fire_nsewu1_alt" }, + "alt=true,east=false,flip=false,north=false,south=false,upper=2,west=false": { "model": "fire_u2_main" }, + "alt=true,east=false,flip=false,north=false,south=true,upper=2,west=false": { "model": "fire_nu2_alt", "y": 180 }, + "alt=true,east=false,flip=false,north=false,south=false,upper=2,west=true": { "model": "fire_nu2_alt", "y": 270 }, + "alt=true,east=false,flip=false,north=true,south=false,upper=2,west=false": { "model": "fire_nu2_alt" }, + "alt=true,east=true,flip=false,north=false,south=false,upper=2,west=false": { "model": "fire_nu2_alt", "y": 90 }, + "alt=true,east=true,flip=false,north=true,south=false,upper=2,west=false": { "model": "fire_neu2_alt" }, + "alt=true,east=true,flip=false,north=false,south=true,upper=2,west=false": { "model": "fire_neu2_alt", "y": 90 }, + "alt=true,east=false,flip=false,north=false,south=true,upper=2,west=true": { "model": "fire_neu2_alt", "y": 180 }, + "alt=true,east=false,flip=false,north=true,south=false,upper=2,west=true": { "model": "fire_neu2_alt", "y": 270 }, + "alt=true,east=false,flip=false,north=true,south=true,upper=2,west=false": { "model": "fire_nsu2_alt" }, + "alt=true,east=true,flip=false,north=false,south=false,upper=2,west=true": { "model": "fire_nsu2_alt", "y": 90 }, + "alt=true,east=true,flip=false,north=true,south=true,upper=2,west=false": { "model": "fire_nseu2_alt" }, + "alt=true,east=true,flip=false,north=false,south=true,upper=2,west=true": { "model": "fire_nseu2_alt", "y": 90 }, + "alt=true,east=false,flip=false,north=true,south=true,upper=2,west=true": { "model": "fire_nseu2_alt", "y": 180 }, + "alt=true,east=true,flip=false,north=true,south=false,upper=2,west=true": { "model": "fire_nseu2_alt", "y": 270 }, + "alt=true,east=true,flip=false,north=true,south=true,upper=2,west=true": { "model": "fire_nsewu2_alt" }, + "alt=false,east=false,flip=true,north=false,south=false,upper=0,west=false": { "model": "fire_floor_main" }, + "alt=false,east=false,flip=true,north=false,south=true,upper=0,west=false": { "model": "fire_n_flip_main", "y": 180 }, + "alt=false,east=false,flip=true,north=false,south=false,upper=0,west=true": { "model": "fire_n_flip_main", "y": 270 }, + "alt=false,east=false,flip=true,north=true,south=false,upper=0,west=false": { "model": "fire_n_flip_main" }, + "alt=false,east=true,flip=true,north=false,south=false,upper=0,west=false": { "model": "fire_n_flip_main", "y": 90 }, + "alt=false,east=true,flip=true,north=true,south=false,upper=0,west=false": { "model": "fire_ne_flip_main" }, + "alt=false,east=true,flip=true,north=false,south=true,upper=0,west=false": { "model": "fire_ne_flip_main", "y": 90 }, + "alt=false,east=false,flip=true,north=false,south=true,upper=0,west=true": { "model": "fire_ne_flip_main", "y": 180 }, + "alt=false,east=false,flip=true,north=true,south=false,upper=0,west=true": { "model": "fire_ne_flip_main", "y": 270 }, + "alt=false,east=false,flip=true,north=true,south=true,upper=0,west=false": { "model": "fire_ns_flip_main" }, + "alt=false,east=true,flip=true,north=false,south=false,upper=0,west=true": { "model": "fire_ns_flip_main", "y": 90 }, + "alt=false,east=true,flip=true,north=true,south=true,upper=0,west=false": { "model": "fire_nse_flip_main" }, + "alt=false,east=true,flip=true,north=false,south=true,upper=0,west=true": { "model": "fire_nse_flip_main", "y": 90 }, + "alt=false,east=false,flip=true,north=true,south=true,upper=0,west=true": { "model": "fire_nse_flip_main", "y": 180 }, + "alt=false,east=true,flip=true,north=true,south=false,upper=0,west=true": { "model": "fire_nse_flip_main", "y": 270 }, + "alt=false,east=true,flip=true,north=true,south=true,upper=0,west=true": { "model": "fire_nsew_flip_main" }, + "alt=false,east=false,flip=true,north=false,south=false,upper=1,west=false": { "model": "fire_u1_main" }, + "alt=false,east=false,flip=true,north=false,south=true,upper=1,west=false": { "model": "fire_nu1_flip_main", "y": 180 }, + "alt=false,east=false,flip=true,north=false,south=false,upper=1,west=true": { "model": "fire_nu1_flip_main", "y": 270 }, + "alt=false,east=false,flip=true,north=true,south=false,upper=1,west=false": { "model": "fire_nu1_flip_main" }, + "alt=false,east=true,flip=true,north=false,south=false,upper=1,west=false": { "model": "fire_nu1_flip_main", "y": 90 }, + "alt=false,east=true,flip=true,north=true,south=false,upper=1,west=false": { "model": "fire_neu1_flip_main" }, + "alt=false,east=true,flip=true,north=false,south=true,upper=1,west=false": { "model": "fire_neu1_flip_main", "y": 90 }, + "alt=false,east=false,flip=true,north=false,south=true,upper=1,west=true": { "model": "fire_neu1_flip_main", "y": 180 }, + "alt=false,east=false,flip=true,north=true,south=false,upper=1,west=true": { "model": "fire_neu1_flip_main", "y": 270 }, + "alt=false,east=false,flip=true,north=true,south=true,upper=1,west=false": { "model": "fire_nsu1_flip_main" }, + "alt=false,east=true,flip=true,north=false,south=false,upper=1,west=true": { "model": "fire_nsu1_flip_main", "y": 90 }, + "alt=false,east=true,flip=true,north=true,south=true,upper=1,west=false": { "model": "fire_nseu1_flip_main" }, + "alt=false,east=true,flip=true,north=false,south=true,upper=1,west=true": { "model": "fire_nseu1_flip_main", "y": 90 }, + "alt=false,east=false,flip=true,north=true,south=true,upper=1,west=true": { "model": "fire_nseu1_flip_main", "y": 180 }, + "alt=false,east=true,flip=true,north=true,south=false,upper=1,west=true": { "model": "fire_nseu1_flip_main", "y": 270 }, + "alt=false,east=true,flip=true,north=true,south=true,upper=1,west=true": { "model": "fire_nsewu1_flip_main" }, + "alt=false,east=false,flip=true,north=false,south=false,upper=2,west=false": { "model": "fire_u2_main" }, + "alt=false,east=false,flip=true,north=false,south=true,upper=2,west=false": { "model": "fire_nu2_flip_main", "y": 180 }, + "alt=false,east=false,flip=true,north=false,south=false,upper=2,west=true": { "model": "fire_nu2_flip_main", "y": 270 }, + "alt=false,east=false,flip=true,north=true,south=false,upper=2,west=false": { "model": "fire_nu2_flip_main" }, + "alt=false,east=true,flip=true,north=false,south=false,upper=2,west=false": { "model": "fire_nu2_flip_main", "y": 90 }, + "alt=false,east=true,flip=true,north=true,south=false,upper=2,west=false": { "model": "fire_neu2_flip_main" }, + "alt=false,east=true,flip=true,north=false,south=true,upper=2,west=false": { "model": "fire_neu2_flip_main", "y": 90 }, + "alt=false,east=false,flip=true,north=false,south=true,upper=2,west=true": { "model": "fire_neu2_flip_main", "y": 180 }, + "alt=false,east=false,flip=true,north=true,south=false,upper=2,west=true": { "model": "fire_neu2_flip_main", "y": 270 }, + "alt=false,east=false,flip=true,north=true,south=true,upper=2,west=false": { "model": "fire_nsu2_flip_main" }, + "alt=false,east=true,flip=true,north=false,south=false,upper=2,west=true": { "model": "fire_nsu2_flip_main", "y": 90 }, + "alt=false,east=true,flip=true,north=true,south=true,upper=2,west=false": { "model": "fire_nseu2_flip_main" }, + "alt=false,east=true,flip=true,north=false,south=true,upper=2,west=true": { "model": "fire_nseu2_flip_main", "y": 90 }, + "alt=false,east=false,flip=true,north=true,south=true,upper=2,west=true": { "model": "fire_nseu2_flip_main", "y": 180 }, + "alt=false,east=true,flip=true,north=true,south=false,upper=2,west=true": { "model": "fire_nseu2_flip_main", "y": 270 }, + "alt=false,east=true,flip=true,north=true,south=true,upper=2,west=true": { "model": "fire_nsewu2_flip_main" }, + "alt=true,east=false,flip=true,north=false,south=false,upper=0,west=false": { "model": "fire_floor_main" }, + "alt=true,east=false,flip=true,north=false,south=true,upper=0,west=false": { "model": "fire_n_alt_flip", "y": 180 }, + "alt=true,east=false,flip=true,north=false,south=false,upper=0,west=true": { "model": "fire_n_alt_flip", "y": 270 }, + "alt=true,east=false,flip=true,north=true,south=false,upper=0,west=false": { "model": "fire_n_alt_flip" }, + "alt=true,east=true,flip=true,north=false,south=false,upper=0,west=false": { "model": "fire_n_alt_flip", "y": 90 }, + "alt=true,east=true,flip=true,north=true,south=false,upper=0,west=false": { "model": "fire_ne_alt_flip" }, + "alt=true,east=true,flip=true,north=false,south=true,upper=0,west=false": { "model": "fire_ne_alt_flip", "y": 90 }, + "alt=true,east=false,flip=true,north=false,south=true,upper=0,west=true": { "model": "fire_ne_alt_flip", "y": 180 }, + "alt=true,east=false,flip=true,north=true,south=false,upper=0,west=true": { "model": "fire_ne_alt_flip", "y": 270 }, + "alt=true,east=false,flip=true,north=true,south=true,upper=0,west=false": { "model": "fire_ns_alt_flip" }, + "alt=true,east=true,flip=true,north=false,south=false,upper=0,west=true": { "model": "fire_ns_alt_flip", "y": 90 }, + "alt=true,east=true,flip=true,north=true,south=true,upper=0,west=false": { "model": "fire_nse_alt_flip" }, + "alt=true,east=true,flip=true,north=false,south=true,upper=0,west=true": { "model": "fire_nse_alt_flip", "y": 90 }, + "alt=true,east=false,flip=true,north=true,south=true,upper=0,west=true": { "model": "fire_nse_alt_flip", "y": 180 }, + "alt=true,east=true,flip=true,north=true,south=false,upper=0,west=true": { "model": "fire_nse_alt_flip", "y": 270 }, + "alt=true,east=true,flip=true,north=true,south=true,upper=0,west=true": { "model": "fire_nsew_alt_flip" }, + "alt=true,east=false,flip=true,north=false,south=false,upper=1,west=false": { "model": "fire_u1_main" }, + "alt=true,east=false,flip=true,north=false,south=true,upper=1,west=false": { "model": "fire_nu1_alt_flip", "y": 180 }, + "alt=true,east=false,flip=true,north=false,south=false,upper=1,west=true": { "model": "fire_nu1_alt_flip", "y": 270 }, + "alt=true,east=false,flip=true,north=true,south=false,upper=1,west=false": { "model": "fire_nu1_alt_flip" }, + "alt=true,east=true,flip=true,north=false,south=false,upper=1,west=false": { "model": "fire_nu1_alt_flip", "y": 90 }, + "alt=true,east=true,flip=true,north=true,south=false,upper=1,west=false": { "model": "fire_neu1_alt_flip" }, + "alt=true,east=true,flip=true,north=false,south=true,upper=1,west=false": { "model": "fire_neu1_alt_flip", "y": 90 }, + "alt=true,east=false,flip=true,north=false,south=true,upper=1,west=true": { "model": "fire_neu1_alt_flip", "y": 180 }, + "alt=true,east=false,flip=true,north=true,south=false,upper=1,west=true": { "model": "fire_neu1_alt_flip", "y": 270 }, + "alt=true,east=false,flip=true,north=true,south=true,upper=1,west=false": { "model": "fire_nsu1_alt_flip" }, + "alt=true,east=true,flip=true,north=false,south=false,upper=1,west=true": { "model": "fire_nsu1_alt_flip", "y": 90 }, + "alt=true,east=true,flip=true,north=true,south=true,upper=1,west=false": { "model": "fire_nseu1_alt_flip" }, + "alt=true,east=true,flip=true,north=false,south=true,upper=1,west=true": { "model": "fire_nseu1_alt_flip", "y": 90 }, + "alt=true,east=false,flip=true,north=true,south=true,upper=1,west=true": { "model": "fire_nseu1_alt_flip", "y": 180 }, + "alt=true,east=true,flip=true,north=true,south=false,upper=1,west=true": { "model": "fire_nseu1_alt_flip", "y": 270 }, + "alt=true,east=true,flip=true,north=true,south=true,upper=1,west=true": { "model": "fire_nsewu1_alt_flip" }, + "alt=true,east=false,flip=true,north=false,south=false,upper=2,west=false": { "model": "fire_u2_main" }, + "alt=true,east=false,flip=true,north=false,south=true,upper=2,west=false": { "model": "fire_nu2_alt_flip", "y": 180 }, + "alt=true,east=false,flip=true,north=false,south=false,upper=2,west=true": { "model": "fire_nu2_alt_flip", "y": 270 }, + "alt=true,east=false,flip=true,north=true,south=false,upper=2,west=false": { "model": "fire_nu2_alt_flip" }, + "alt=true,east=true,flip=true,north=false,south=false,upper=2,west=false": { "model": "fire_nu2_alt_flip", "y": 90 }, + "alt=true,east=true,flip=true,north=true,south=false,upper=2,west=false": { "model": "fire_neu2_alt_flip" }, + "alt=true,east=true,flip=true,north=false,south=true,upper=2,west=false": { "model": "fire_neu2_alt_flip", "y": 90 }, + "alt=true,east=false,flip=true,north=false,south=true,upper=2,west=true": { "model": "fire_neu2_alt_flip", "y": 180 }, + "alt=true,east=false,flip=true,north=true,south=false,upper=2,west=true": { "model": "fire_neu2_alt_flip", "y": 270 }, + "alt=true,east=false,flip=true,north=true,south=true,upper=2,west=false": { "model": "fire_nsu2_alt_flip" }, + "alt=true,east=true,flip=true,north=false,south=false,upper=2,west=true": { "model": "fire_nsu2_alt_flip", "y": 90 }, + "alt=true,east=true,flip=true,north=true,south=true,upper=2,west=false": { "model": "fire_nseu2_alt_flip" }, + "alt=true,east=true,flip=true,north=false,south=true,upper=2,west=true": { "model": "fire_nseu2_alt_flip", "y": 90 }, + "alt=true,east=false,flip=true,north=true,south=true,upper=2,west=true": { "model": "fire_nseu2_alt_flip", "y": 180 }, + "alt=true,east=true,flip=true,north=true,south=false,upper=2,west=true": { "model": "fire_nseu2_alt_flip", "y": 270 }, + "alt=true,east=true,flip=true,north=true,south=true,upper=2,west=true": { "model": "fire_nsewu2_alt_flip" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/flower_pot.json b/1.8.9/assets/minecraft/blockstates/flower_pot.json new file mode 100644 index 00000000..0658f2ee --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/flower_pot.json @@ -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" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/furnace.json b/1.8.9/assets/minecraft/blockstates/furnace.json new file mode 100644 index 00000000..7d685396 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/furnace.json @@ -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 } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/glass.json b/1.8.9/assets/minecraft/blockstates/glass.json new file mode 100644 index 00000000..21f793e8 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/glass_pane.json b/1.8.9/assets/minecraft/blockstates/glass_pane.json new file mode 100644 index 00000000..c5abaf3b --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/glass_pane.json @@ -0,0 +1,20 @@ +{ + "variants": { + "east=false,north=false,south=false,west=false": { "model": "glass_pane_nsew" }, + "east=false,north=true,south=false,west=false": { "model": "glass_pane_n" }, + "east=true,north=false,south=false,west=false": { "model": "glass_pane_n", "y": 90 }, + "east=false,north=false,south=true,west=false": { "model": "glass_pane_n", "y": 180 }, + "east=false,north=false,south=false,west=true": { "model": "glass_pane_n", "y": 270 }, + "east=true,north=true,south=false,west=false": { "model": "glass_pane_ne" }, + "east=true,north=false,south=true,west=false": { "model": "glass_pane_ne", "y": 90 }, + "east=false,north=false,south=true,west=true": { "model": "glass_pane_ne", "y": 180 }, + "east=false,north=true,south=false,west=true": { "model": "glass_pane_ne", "y": 270 }, + "east=false,north=true,south=true,west=false": { "model": "glass_pane_ns" }, + "east=true,north=false,south=false,west=true": { "model": "glass_pane_ns", "y": 90 }, + "east=true,north=true,south=true,west=false": { "model": "glass_pane_nse" }, + "east=true,north=false,south=true,west=true": { "model": "glass_pane_nse", "y": 90 }, + "east=false,north=true,south=true,west=true": { "model": "glass_pane_nse", "y": 180 }, + "east=true,north=true,south=false,west=true": { "model": "glass_pane_nse", "y": 270 }, + "east=true,north=true,south=true,west=true": { "model": "glass_pane_nsew" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/glowstone.json b/1.8.9/assets/minecraft/blockstates/glowstone.json new file mode 100644 index 00000000..bb47454e --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/glowstone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glowstone" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/gold_block.json b/1.8.9/assets/minecraft/blockstates/gold_block.json new file mode 100644 index 00000000..3845d23f --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/gold_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "gold_block" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/gold_ore.json b/1.8.9/assets/minecraft/blockstates/gold_ore.json new file mode 100644 index 00000000..ce4930d9 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/gold_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "gold_ore" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/golden_rail.json b/1.8.9/assets/minecraft/blockstates/golden_rail.json new file mode 100644 index 00000000..ca4cb416 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/golden_rail.json @@ -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" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/granite.json b/1.8.9/assets/minecraft/blockstates/granite.json new file mode 100644 index 00000000..d1cb8c14 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/granite.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "granite" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/grass.json b/1.8.9/assets/minecraft/blockstates/grass.json new file mode 100644 index 00000000..e9576b4e --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/grass.json @@ -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" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/gravel.json b/1.8.9/assets/minecraft/blockstates/gravel.json new file mode 100644 index 00000000..6cbcc83a --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/gravel.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "gravel" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/gray_carpet.json b/1.8.9/assets/minecraft/blockstates/gray_carpet.json new file mode 100644 index 00000000..fb48eae5 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/gray_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_gray" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/gray_stained_glass.json b/1.8.9/assets/minecraft/blockstates/gray_stained_glass.json new file mode 100644 index 00000000..91634537 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/gray_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_gray" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/gray_stained_glass_pane.json b/1.8.9/assets/minecraft/blockstates/gray_stained_glass_pane.json new file mode 100644 index 00000000..01e0e1c0 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/gray_stained_glass_pane.json @@ -0,0 +1,20 @@ +{ + "variants": { + "east=false,north=false,south=false,west=false": { "model": "gray_pane_nsew" }, + "east=false,north=true,south=false,west=false": { "model": "gray_pane_n" }, + "east=true,north=false,south=false,west=false": { "model": "gray_pane_n", "y": 90 }, + "east=false,north=false,south=true,west=false": { "model": "gray_pane_s" }, + "east=false,north=false,south=false,west=true": { "model": "gray_pane_s", "y": 90 }, + "east=true,north=true,south=false,west=false": { "model": "gray_pane_ne" }, + "east=true,north=false,south=true,west=false": { "model": "gray_pane_se" }, + "east=false,north=false,south=true,west=true": { "model": "gray_pane_sw" }, + "east=false,north=true,south=false,west=true": { "model": "gray_pane_nw" }, + "east=false,north=true,south=true,west=false": { "model": "gray_pane_ns" }, + "east=true,north=false,south=false,west=true": { "model": "gray_pane_ns", "y": 90 }, + "east=true,north=true,south=true,west=false": { "model": "gray_pane_nse" }, + "east=true,north=false,south=true,west=true": { "model": "gray_pane_sew" }, + "east=false,north=true,south=true,west=true": { "model": "gray_pane_nsw" }, + "east=true,north=true,south=false,west=true": { "model": "gray_pane_new" }, + "east=true,north=true,south=true,west=true": { "model": "gray_pane_nsew" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/gray_stained_hardened_clay.json b/1.8.9/assets/minecraft/blockstates/gray_stained_hardened_clay.json new file mode 100644 index 00000000..272d95b8 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/gray_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_gray" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/gray_wool.json b/1.8.9/assets/minecraft/blockstates/gray_wool.json new file mode 100644 index 00000000..7c908708 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/gray_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "gray_wool" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/green_carpet.json b/1.8.9/assets/minecraft/blockstates/green_carpet.json new file mode 100644 index 00000000..265b5642 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/green_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_green" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/green_stained_glass.json b/1.8.9/assets/minecraft/blockstates/green_stained_glass.json new file mode 100644 index 00000000..e7bc0f2f --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/green_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_green" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/green_stained_glass_pane.json b/1.8.9/assets/minecraft/blockstates/green_stained_glass_pane.json new file mode 100644 index 00000000..e0767583 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/green_stained_glass_pane.json @@ -0,0 +1,20 @@ +{ + "variants": { + "east=false,north=false,south=false,west=false": { "model": "green_pane_nsew" }, + "east=false,north=true,south=false,west=false": { "model": "green_pane_n" }, + "east=true,north=false,south=false,west=false": { "model": "green_pane_n", "y": 90 }, + "east=false,north=false,south=true,west=false": { "model": "green_pane_s" }, + "east=false,north=false,south=false,west=true": { "model": "green_pane_s", "y": 90 }, + "east=true,north=true,south=false,west=false": { "model": "green_pane_ne" }, + "east=true,north=false,south=true,west=false": { "model": "green_pane_se" }, + "east=false,north=false,south=true,west=true": { "model": "green_pane_sw" }, + "east=false,north=true,south=false,west=true": { "model": "green_pane_nw" }, + "east=false,north=true,south=true,west=false": { "model": "green_pane_ns" }, + "east=true,north=false,south=false,west=true": { "model": "green_pane_ns", "y": 90 }, + "east=true,north=true,south=true,west=false": { "model": "green_pane_nse" }, + "east=true,north=false,south=true,west=true": { "model": "green_pane_sew" }, + "east=false,north=true,south=true,west=true": { "model": "green_pane_nsw" }, + "east=true,north=true,south=false,west=true": { "model": "green_pane_new" }, + "east=true,north=true,south=true,west=true": { "model": "green_pane_nsew" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/green_stained_hardened_clay.json b/1.8.9/assets/minecraft/blockstates/green_stained_hardened_clay.json new file mode 100644 index 00000000..6fb1f6c1 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/green_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_green" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/green_wool.json b/1.8.9/assets/minecraft/blockstates/green_wool.json new file mode 100644 index 00000000..34d84e71 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/green_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "green_wool" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/hardened_clay.json b/1.8.9/assets/minecraft/blockstates/hardened_clay.json new file mode 100644 index 00000000..cb386870 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/hay_block.json b/1.8.9/assets/minecraft/blockstates/hay_block.json new file mode 100644 index 00000000..a9d77c2a --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/hay_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "hay" }, + "axis=z": { "model": "hay_side" }, + "axis=x": { "model": "hay_side", "y": 90 } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/heavy_weighted_pressure_plate.json b/1.8.9/assets/minecraft/blockstates/heavy_weighted_pressure_plate.json new file mode 100644 index 00000000..11e524cd --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/heavy_weighted_pressure_plate.json @@ -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" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/hopper.json b/1.8.9/assets/minecraft/blockstates/hopper.json new file mode 100644 index 00000000..24f53053 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/hopper.json @@ -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 } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/houstonia.json b/1.8.9/assets/minecraft/blockstates/houstonia.json new file mode 100644 index 00000000..655ba021 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/houstonia.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "houstonia" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/ice.json b/1.8.9/assets/minecraft/blockstates/ice.json new file mode 100644 index 00000000..80122313 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/ice.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "ice" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/iron_bars.json b/1.8.9/assets/minecraft/blockstates/iron_bars.json new file mode 100644 index 00000000..38751df6 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/iron_bars.json @@ -0,0 +1,20 @@ +{ + "variants": { + "east=false,north=false,south=false,west=false": { "model": "bars_nsew" }, + "east=false,north=true,south=false,west=false": { "model": "bars_n" }, + "east=true,north=false,south=false,west=false": { "model": "bars_n", "y": 90 }, + "east=false,north=false,south=true,west=false": { "model": "bars_n", "y": 180 }, + "east=false,north=false,south=false,west=true": { "model": "bars_n", "y": 270 }, + "east=true,north=true,south=false,west=false": { "model": "bars_ne" }, + "east=true,north=false,south=true,west=false": { "model": "bars_ne", "y": 90 }, + "east=false,north=false,south=true,west=true": { "model": "bars_ne", "y": 180 }, + "east=false,north=true,south=false,west=true": { "model": "bars_ne", "y": 270 }, + "east=false,north=true,south=true,west=false": { "model": "bars_ns" }, + "east=true,north=false,south=false,west=true": { "model": "bars_ns", "y": 90 }, + "east=true,north=true,south=true,west=false": { "model": "bars_nse" }, + "east=true,north=false,south=true,west=true": { "model": "bars_nse", "y": 90 }, + "east=false,north=true,south=true,west=true": { "model": "bars_nse", "y": 180 }, + "east=true,north=true,south=false,west=true": { "model": "bars_nse", "y": 270 }, + "east=true,north=true,south=true,west=true": { "model": "bars_nsew" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/iron_block.json b/1.8.9/assets/minecraft/blockstates/iron_block.json new file mode 100644 index 00000000..eca5c0d3 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/iron_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "iron_block" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/iron_door.json b/1.8.9/assets/minecraft/blockstates/iron_door.json new file mode 100644 index 00000000..ceb809e5 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/iron_door.json @@ -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 } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/iron_ore.json b/1.8.9/assets/minecraft/blockstates/iron_ore.json new file mode 100644 index 00000000..3365f5e0 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/iron_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "iron_ore" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/iron_trapdoor.json b/1.8.9/assets/minecraft/blockstates/iron_trapdoor.json new file mode 100644 index 00000000..13c116ee --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/iron_trapdoor.json @@ -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 } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/item_frame.json b/1.8.9/assets/minecraft/blockstates/item_frame.json new file mode 100644 index 00000000..b7bbebb9 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/item_frame.json @@ -0,0 +1,6 @@ +{ + "variants": { + "normal": { "model": "item_frame" }, + "map": { "model": "item_frame_map" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/jukebox.json b/1.8.9/assets/minecraft/blockstates/jukebox.json new file mode 100644 index 00000000..6e6d0daf --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/jukebox.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "jukebox" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/jungle_door.json b/1.8.9/assets/minecraft/blockstates/jungle_door.json new file mode 100644 index 00000000..59881333 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/jungle_door.json @@ -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 } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/jungle_double_slab.json b/1.8.9/assets/minecraft/blockstates/jungle_double_slab.json new file mode 100644 index 00000000..5c863ecf --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/jungle_double_slab.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "jungle_planks" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/jungle_fence.json b/1.8.9/assets/minecraft/blockstates/jungle_fence.json new file mode 100644 index 00000000..6709e581 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/jungle_fence.json @@ -0,0 +1,20 @@ +{ + "variants": { + "east=false,north=false,south=false,west=false": { "model": "jungle_fence_post" }, + "east=false,north=true,south=false,west=false": { "model": "jungle_fence_n", "uvlock": true }, + "east=true,north=false,south=false,west=false": { "model": "jungle_fence_n", "y": 90, "uvlock": true }, + "east=false,north=false,south=true,west=false": { "model": "jungle_fence_n", "y": 180, "uvlock": true }, + "east=false,north=false,south=false,west=true": { "model": "jungle_fence_n", "y": 270, "uvlock": true }, + "east=true,north=true,south=false,west=false": { "model": "jungle_fence_ne", "uvlock": true }, + "east=true,north=false,south=true,west=false": { "model": "jungle_fence_ne", "y": 90, "uvlock": true }, + "east=false,north=false,south=true,west=true": { "model": "jungle_fence_ne", "y": 180, "uvlock": true }, + "east=false,north=true,south=false,west=true": { "model": "jungle_fence_ne", "y": 270, "uvlock": true }, + "east=false,north=true,south=true,west=false": { "model": "jungle_fence_ns", "uvlock": true }, + "east=true,north=false,south=false,west=true": { "model": "jungle_fence_ns", "y": 90, "uvlock": true }, + "east=true,north=true,south=true,west=false": { "model": "jungle_fence_nse", "uvlock": true }, + "east=true,north=false,south=true,west=true": { "model": "jungle_fence_nse", "y": 90, "uvlock": true }, + "east=false,north=true,south=true,west=true": { "model": "jungle_fence_nse", "y": 180, "uvlock": true }, + "east=true,north=true,south=false,west=true": { "model": "jungle_fence_nse", "y": 270, "uvlock": true }, + "east=true,north=true,south=true,west=true": { "model": "jungle_fence_nsew", "uvlock": true } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/jungle_fence_gate.json b/1.8.9/assets/minecraft/blockstates/jungle_fence_gate.json new file mode 100644 index 00000000..c82ebd14 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/jungle_fence_gate.json @@ -0,0 +1,20 @@ +{ + "variants": { + "facing=south,in_wall=false,open=false": { "model": "jungle_fence_gate_closed" }, + "facing=west,in_wall=false,open=false": { "model": "jungle_fence_gate_closed", "y": 90, "uvlock": true }, + "facing=north,in_wall=false,open=false": { "model": "jungle_fence_gate_closed", "y": 180, "uvlock": true }, + "facing=east,in_wall=false,open=false": { "model": "jungle_fence_gate_closed", "y": 270, "uvlock": true }, + "facing=south,in_wall=false,open=true": { "model": "jungle_fence_gate_open" }, + "facing=west,in_wall=false,open=true": { "model": "jungle_fence_gate_open", "y": 90, "uvlock": true }, + "facing=north,in_wall=false,open=true": { "model": "jungle_fence_gate_open", "y": 180, "uvlock": true }, + "facing=east,in_wall=false,open=true": { "model": "jungle_fence_gate_open", "y": 270, "uvlock": true }, + "facing=south,in_wall=true,open=false": { "model": "jungle_wall_gate_closed" }, + "facing=west,in_wall=true,open=false": { "model": "jungle_wall_gate_closed", "y": 90, "uvlock": true }, + "facing=north,in_wall=true,open=false": { "model": "jungle_wall_gate_closed", "y": 180, "uvlock": true }, + "facing=east,in_wall=true,open=false": { "model": "jungle_wall_gate_closed", "y": 270, "uvlock": true }, + "facing=south,in_wall=true,open=true": { "model": "jungle_wall_gate_open" }, + "facing=west,in_wall=true,open=true": { "model": "jungle_wall_gate_open", "y": 90, "uvlock": true }, + "facing=north,in_wall=true,open=true": { "model": "jungle_wall_gate_open", "y": 180, "uvlock": true }, + "facing=east,in_wall=true,open=true": { "model": "jungle_wall_gate_open", "y": 270, "uvlock": true } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/jungle_leaves.json b/1.8.9/assets/minecraft/blockstates/jungle_leaves.json new file mode 100644 index 00000000..e1f30d9e --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/jungle_leaves.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "jungle_leaves" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/jungle_log.json b/1.8.9/assets/minecraft/blockstates/jungle_log.json new file mode 100644 index 00000000..e710e2f6 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/jungle_log.json @@ -0,0 +1,8 @@ +{ + "variants": { + "axis=y": { "model": "jungle_log" }, + "axis=z": { "model": "jungle_log_side" }, + "axis=x": { "model": "jungle_log_side", "y": 90 }, + "axis=none": { "model": "jungle_bark" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/jungle_planks.json b/1.8.9/assets/minecraft/blockstates/jungle_planks.json new file mode 100644 index 00000000..5c863ecf --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/jungle_planks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "jungle_planks" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/jungle_sapling.json b/1.8.9/assets/minecraft/blockstates/jungle_sapling.json new file mode 100644 index 00000000..54391717 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/jungle_sapling.json @@ -0,0 +1,6 @@ +{ + "variants": { + "stage=0": { "model": "jungle_sapling" }, + "stage=1": { "model": "jungle_sapling" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/jungle_slab.json b/1.8.9/assets/minecraft/blockstates/jungle_slab.json new file mode 100644 index 00000000..07b026f3 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/jungle_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_jungle" }, + "half=top": { "model": "upper_slab_jungle" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/jungle_stairs.json b/1.8.9/assets/minecraft/blockstates/jungle_stairs.json new file mode 100644 index 00000000..18f8c102 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/jungle_stairs.json @@ -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, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "jungle_outer_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "jungle_outer_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "jungle_outer_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "jungle_outer_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "jungle_outer_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "jungle_outer_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "jungle_outer_stairs", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "jungle_inner_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "jungle_inner_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "jungle_inner_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "jungle_inner_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "jungle_inner_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "jungle_inner_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "jungle_inner_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "jungle_inner_stairs", "x": 180, "uvlock": true } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/ladder.json b/1.8.9/assets/minecraft/blockstates/ladder.json new file mode 100644 index 00000000..8e6c6d68 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/ladder.json @@ -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 } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/lapis_block.json b/1.8.9/assets/minecraft/blockstates/lapis_block.json new file mode 100644 index 00000000..1421db7b --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/lapis_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "lapis_block" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/lapis_ore.json b/1.8.9/assets/minecraft/blockstates/lapis_ore.json new file mode 100644 index 00000000..2ab096e3 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/lapis_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "lapis_ore" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/lever.json b/1.8.9/assets/minecraft/blockstates/lever.json new file mode 100644 index 00000000..5678f68b --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/lever.json @@ -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 } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/light_blue_carpet.json b/1.8.9/assets/minecraft/blockstates/light_blue_carpet.json new file mode 100644 index 00000000..4337685b --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/light_blue_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_light_blue" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/light_blue_stained_glass.json b/1.8.9/assets/minecraft/blockstates/light_blue_stained_glass.json new file mode 100644 index 00000000..ddea4a42 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/light_blue_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_light_blue" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/light_blue_stained_glass_pane.json b/1.8.9/assets/minecraft/blockstates/light_blue_stained_glass_pane.json new file mode 100644 index 00000000..83c54f4c --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/light_blue_stained_glass_pane.json @@ -0,0 +1,20 @@ +{ + "variants": { + "east=false,north=false,south=false,west=false": { "model": "light_blue_pane_nsew" }, + "east=false,north=true,south=false,west=false": { "model": "light_blue_pane_n" }, + "east=true,north=false,south=false,west=false": { "model": "light_blue_pane_n", "y": 90 }, + "east=false,north=false,south=true,west=false": { "model": "light_blue_pane_s" }, + "east=false,north=false,south=false,west=true": { "model": "light_blue_pane_s", "y": 90 }, + "east=true,north=true,south=false,west=false": { "model": "light_blue_pane_ne" }, + "east=true,north=false,south=true,west=false": { "model": "light_blue_pane_se" }, + "east=false,north=false,south=true,west=true": { "model": "light_blue_pane_sw" }, + "east=false,north=true,south=false,west=true": { "model": "light_blue_pane_nw" }, + "east=false,north=true,south=true,west=false": { "model": "light_blue_pane_ns" }, + "east=true,north=false,south=false,west=true": { "model": "light_blue_pane_ns", "y": 90 }, + "east=true,north=true,south=true,west=false": { "model": "light_blue_pane_nse" }, + "east=true,north=false,south=true,west=true": { "model": "light_blue_pane_sew" }, + "east=false,north=true,south=true,west=true": { "model": "light_blue_pane_nsw" }, + "east=true,north=true,south=false,west=true": { "model": "light_blue_pane_new" }, + "east=true,north=true,south=true,west=true": { "model": "light_blue_pane_nsew" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/light_blue_stained_hardened_clay.json b/1.8.9/assets/minecraft/blockstates/light_blue_stained_hardened_clay.json new file mode 100644 index 00000000..f579a422 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/light_blue_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_light_blue" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/light_blue_wool.json b/1.8.9/assets/minecraft/blockstates/light_blue_wool.json new file mode 100644 index 00000000..018e28f0 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/light_blue_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "light_blue_wool" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/light_weighted_pressure_plate.json b/1.8.9/assets/minecraft/blockstates/light_weighted_pressure_plate.json new file mode 100644 index 00000000..0d07c347 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/light_weighted_pressure_plate.json @@ -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" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/lime_carpet.json b/1.8.9/assets/minecraft/blockstates/lime_carpet.json new file mode 100644 index 00000000..f9ac304d --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/lime_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_lime" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/lime_stained_glass.json b/1.8.9/assets/minecraft/blockstates/lime_stained_glass.json new file mode 100644 index 00000000..8f747f73 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/lime_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_lime" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/lime_stained_glass_pane.json b/1.8.9/assets/minecraft/blockstates/lime_stained_glass_pane.json new file mode 100644 index 00000000..6655112f --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/lime_stained_glass_pane.json @@ -0,0 +1,20 @@ +{ + "variants": { + "east=false,north=false,south=false,west=false": { "model": "lime_pane_nsew" }, + "east=false,north=true,south=false,west=false": { "model": "lime_pane_n" }, + "east=true,north=false,south=false,west=false": { "model": "lime_pane_n", "y": 90 }, + "east=false,north=false,south=true,west=false": { "model": "lime_pane_s" }, + "east=false,north=false,south=false,west=true": { "model": "lime_pane_s", "y": 90 }, + "east=true,north=true,south=false,west=false": { "model": "lime_pane_ne" }, + "east=true,north=false,south=true,west=false": { "model": "lime_pane_se" }, + "east=false,north=false,south=true,west=true": { "model": "lime_pane_sw" }, + "east=false,north=true,south=false,west=true": { "model": "lime_pane_nw" }, + "east=false,north=true,south=true,west=false": { "model": "lime_pane_ns" }, + "east=true,north=false,south=false,west=true": { "model": "lime_pane_ns", "y": 90 }, + "east=true,north=true,south=true,west=false": { "model": "lime_pane_nse" }, + "east=true,north=false,south=true,west=true": { "model": "lime_pane_sew" }, + "east=false,north=true,south=true,west=true": { "model": "lime_pane_nsw" }, + "east=true,north=true,south=false,west=true": { "model": "lime_pane_new" }, + "east=true,north=true,south=true,west=true": { "model": "lime_pane_nsew" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/lime_stained_hardened_clay.json b/1.8.9/assets/minecraft/blockstates/lime_stained_hardened_clay.json new file mode 100644 index 00000000..1fcba4b5 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/lime_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_lime" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/lime_wool.json b/1.8.9/assets/minecraft/blockstates/lime_wool.json new file mode 100644 index 00000000..31849a63 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/lime_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "lime_wool" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/lit_furnace.json b/1.8.9/assets/minecraft/blockstates/lit_furnace.json new file mode 100644 index 00000000..42aaa48a --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/lit_furnace.json @@ -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 } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/lit_pumpkin.json b/1.8.9/assets/minecraft/blockstates/lit_pumpkin.json new file mode 100644 index 00000000..bf1c4c43 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/lit_pumpkin.json @@ -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 } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/lit_redstone_lamp.json b/1.8.9/assets/minecraft/blockstates/lit_redstone_lamp.json new file mode 100644 index 00000000..bf419c97 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/lit_redstone_lamp.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "lit_redstone_lamp" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/lit_redstone_ore.json b/1.8.9/assets/minecraft/blockstates/lit_redstone_ore.json new file mode 100644 index 00000000..c3242798 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/lit_redstone_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "lit_redstone_ore" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/magenta_carpet.json b/1.8.9/assets/minecraft/blockstates/magenta_carpet.json new file mode 100644 index 00000000..859951c3 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/magenta_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_magenta" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/magenta_stained_glass.json b/1.8.9/assets/minecraft/blockstates/magenta_stained_glass.json new file mode 100644 index 00000000..173e017f --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/magenta_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_magenta" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/magenta_stained_glass_pane.json b/1.8.9/assets/minecraft/blockstates/magenta_stained_glass_pane.json new file mode 100644 index 00000000..02aa3cac --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/magenta_stained_glass_pane.json @@ -0,0 +1,20 @@ +{ + "variants": { + "east=false,north=false,south=false,west=false": { "model": "magenta_pane_nsew" }, + "east=false,north=true,south=false,west=false": { "model": "magenta_pane_n" }, + "east=true,north=false,south=false,west=false": { "model": "magenta_pane_n", "y": 90 }, + "east=false,north=false,south=true,west=false": { "model": "magenta_pane_s" }, + "east=false,north=false,south=false,west=true": { "model": "magenta_pane_s", "y": 90 }, + "east=true,north=true,south=false,west=false": { "model": "magenta_pane_ne" }, + "east=true,north=false,south=true,west=false": { "model": "magenta_pane_se" }, + "east=false,north=false,south=true,west=true": { "model": "magenta_pane_sw" }, + "east=false,north=true,south=false,west=true": { "model": "magenta_pane_nw" }, + "east=false,north=true,south=true,west=false": { "model": "magenta_pane_ns" }, + "east=true,north=false,south=false,west=true": { "model": "magenta_pane_ns", "y": 90 }, + "east=true,north=true,south=true,west=false": { "model": "magenta_pane_nse" }, + "east=true,north=false,south=true,west=true": { "model": "magenta_pane_sew" }, + "east=false,north=true,south=true,west=true": { "model": "magenta_pane_nsw" }, + "east=true,north=true,south=false,west=true": { "model": "magenta_pane_new" }, + "east=true,north=true,south=true,west=true": { "model": "magenta_pane_nsew" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/magenta_stained_hardened_clay.json b/1.8.9/assets/minecraft/blockstates/magenta_stained_hardened_clay.json new file mode 100644 index 00000000..f380de69 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/magenta_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_magenta" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/magenta_wool.json b/1.8.9/assets/minecraft/blockstates/magenta_wool.json new file mode 100644 index 00000000..86d8c5f8 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/magenta_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "magenta_wool" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/melon_block.json b/1.8.9/assets/minecraft/blockstates/melon_block.json new file mode 100644 index 00000000..68909f15 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/melon_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "melon" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/melon_stem.json b/1.8.9/assets/minecraft/blockstates/melon_stem.json new file mode 100644 index 00000000..44519d66 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/melon_stem.json @@ -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 } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/mob_spawner.json b/1.8.9/assets/minecraft/blockstates/mob_spawner.json new file mode 100644 index 00000000..a90c1127 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/mob_spawner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "mob_spawner_cage" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/mossy_brick_monster_egg.json b/1.8.9/assets/minecraft/blockstates/mossy_brick_monster_egg.json new file mode 100644 index 00000000..5a220cde --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/mossy_brick_monster_egg.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "stonebrick_mossy" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/mossy_cobblestone.json b/1.8.9/assets/minecraft/blockstates/mossy_cobblestone.json new file mode 100644 index 00000000..8c2387ac --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/mossy_cobblestone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "mossy_cobblestone" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/mossy_cobblestone_wall.json b/1.8.9/assets/minecraft/blockstates/mossy_cobblestone_wall.json new file mode 100644 index 00000000..063a33a4 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/mossy_cobblestone_wall.json @@ -0,0 +1,36 @@ +{ + "variants": { + "east=false,north=false,south=false,up=false,west=false": { "model": "mossy_wall_post" }, + "east=false,north=true,south=false,up=false,west=false": { "model": "mossy_wall_n" }, + "east=true,north=false,south=false,up=false,west=false": { "model": "mossy_wall_n", "y": 90, "uvlock": true }, + "east=false,north=false,south=true,up=false,west=false": { "model": "mossy_wall_n", "y": 180, "uvlock": true }, + "east=false,north=false,south=false,up=false,west=true": { "model": "mossy_wall_n", "y": 270, "uvlock": true }, + "east=true,north=true,south=false,up=false,west=false": { "model": "mossy_wall_ne" }, + "east=true,north=false,south=true,up=false,west=false": { "model": "mossy_wall_ne", "y": 90, "uvlock": true }, + "east=false,north=false,south=true,up=false,west=true": { "model": "mossy_wall_ne", "y": 180, "uvlock": true }, + "east=false,north=true,south=false,up=false,west=true": { "model": "mossy_wall_ne", "y": 270, "uvlock": true }, + "east=false,north=true,south=true,up=false,west=false": { "model": "mossy_wall_ns" }, + "east=true,north=false,south=false,up=false,west=true": { "model": "mossy_wall_ns", "y": 90, "uvlock": true }, + "east=true,north=true,south=true,up=false,west=false": { "model": "mossy_wall_nse" }, + "east=true,north=false,south=true,up=false,west=true": { "model": "mossy_wall_nse", "y": 90, "uvlock": true }, + "east=false,north=true,south=true,up=false,west=true": { "model": "mossy_wall_nse", "y": 180, "uvlock": true }, + "east=true,north=true,south=false,up=false,west=true": { "model": "mossy_wall_nse", "y": 270, "uvlock": true }, + "east=true,north=true,south=true,up=false,west=true": { "model": "mossy_wall_nsew" }, + "east=false,north=false,south=false,up=true,west=false": { "model": "mossy_wall_post" }, + "east=false,north=true,south=false,up=true,west=false": { "model": "mossy_wall_n" }, + "east=true,north=false,south=false,up=true,west=false": { "model": "mossy_wall_n", "y": 90, "uvlock": true }, + "east=false,north=false,south=true,up=true,west=false": { "model": "mossy_wall_n", "y": 180, "uvlock": true }, + "east=false,north=false,south=false,up=true,west=true": { "model": "mossy_wall_n", "y": 270, "uvlock": true }, + "east=true,north=true,south=false,up=true,west=false": { "model": "mossy_wall_ne" }, + "east=true,north=false,south=true,up=true,west=false": { "model": "mossy_wall_ne", "y": 90, "uvlock": true }, + "east=false,north=false,south=true,up=true,west=true": { "model": "mossy_wall_ne", "y": 180, "uvlock": true }, + "east=false,north=true,south=false,up=true,west=true": { "model": "mossy_wall_ne", "y": 270, "uvlock": true }, + "east=false,north=true,south=true,up=true,west=false": { "model": "mossy_wall_ns_above" }, + "east=true,north=false,south=false,up=true,west=true": { "model": "mossy_wall_ns_above", "y": 90, "uvlock": true }, + "east=true,north=true,south=true,up=true,west=false": { "model": "mossy_wall_nse" }, + "east=true,north=false,south=true,up=true,west=true": { "model": "mossy_wall_nse", "y": 90, "uvlock": true }, + "east=false,north=true,south=true,up=true,west=true": { "model": "mossy_wall_nse", "y": 180, "uvlock": true }, + "east=true,north=true,south=false,up=true,west=true": { "model": "mossy_wall_nse", "y": 270, "uvlock": true }, + "east=true,north=true,south=true,up=true,west=true": { "model": "mossy_wall_nsew" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/mossy_stonebrick.json b/1.8.9/assets/minecraft/blockstates/mossy_stonebrick.json new file mode 100644 index 00000000..5a220cde --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/mossy_stonebrick.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "stonebrick_mossy" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/mycelium.json b/1.8.9/assets/minecraft/blockstates/mycelium.json new file mode 100644 index 00000000..015296d5 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/mycelium.json @@ -0,0 +1,6 @@ +{ + "variants": { + "snowy=false": { "model": "mycelium" }, + "snowy=true": { "model": "grass_snowed" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/nether_brick.json b/1.8.9/assets/minecraft/blockstates/nether_brick.json new file mode 100644 index 00000000..c43139da --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/nether_brick.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "nether_brick" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/nether_brick_double_slab.json b/1.8.9/assets/minecraft/blockstates/nether_brick_double_slab.json new file mode 100644 index 00000000..245f8348 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/nether_brick_double_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "normal": { "model": "nether_brick" }, + "all": { "model": "nether_brick" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/nether_brick_fence.json b/1.8.9/assets/minecraft/blockstates/nether_brick_fence.json new file mode 100644 index 00000000..59d5ddd6 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/nether_brick_fence.json @@ -0,0 +1,20 @@ +{ + "variants": { + "east=false,north=false,south=false,west=false": { "model": "nether_brick_fence_post" }, + "east=false,north=true,south=false,west=false": { "model": "nether_brick_fence_n" }, + "east=true,north=false,south=false,west=false": { "model": "nether_brick_fence_n", "y": 90, "uvlock": true }, + "east=false,north=false,south=true,west=false": { "model": "nether_brick_fence_n", "y": 180, "uvlock": true }, + "east=false,north=false,south=false,west=true": { "model": "nether_brick_fence_n", "y": 270, "uvlock": true }, + "east=true,north=true,south=false,west=false": { "model": "nether_brick_fence_ne" }, + "east=true,north=false,south=true,west=false": { "model": "nether_brick_fence_ne", "y": 90, "uvlock": true }, + "east=false,north=false,south=true,west=true": { "model": "nether_brick_fence_ne", "y": 180, "uvlock": true }, + "east=false,north=true,south=false,west=true": { "model": "nether_brick_fence_ne", "y": 270, "uvlock": true }, + "east=false,north=true,south=true,west=false": { "model": "nether_brick_fence_ns" }, + "east=true,north=false,south=false,west=true": { "model": "nether_brick_fence_ns", "y": 90, "uvlock": true }, + "east=true,north=true,south=true,west=false": { "model": "nether_brick_fence_nse" }, + "east=true,north=false,south=true,west=true": { "model": "nether_brick_fence_nse", "y": 90, "uvlock": true }, + "east=false,north=true,south=true,west=true": { "model": "nether_brick_fence_nse", "y": 180, "uvlock": true }, + "east=true,north=true,south=false,west=true": { "model": "nether_brick_fence_nse", "y": 270, "uvlock": true }, + "east=true,north=true,south=true,west=true": { "model": "nether_brick_fence_nsew" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/nether_brick_slab.json b/1.8.9/assets/minecraft/blockstates/nether_brick_slab.json new file mode 100644 index 00000000..f240d08d --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/nether_brick_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_nether_brick" }, + "half=top": { "model": "upper_slab_nether_brick" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/nether_brick_stairs.json b/1.8.9/assets/minecraft/blockstates/nether_brick_stairs.json new file mode 100644 index 00000000..178446a6 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/nether_brick_stairs.json @@ -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, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "nether_brick_outer_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "nether_brick_outer_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "nether_brick_outer_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "nether_brick_outer_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "nether_brick_outer_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "nether_brick_outer_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "nether_brick_outer_stairs", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "nether_brick_inner_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "nether_brick_inner_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "nether_brick_inner_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "nether_brick_inner_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "nether_brick_inner_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "nether_brick_inner_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "nether_brick_inner_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "nether_brick_inner_stairs", "x": 180, "uvlock": true } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/nether_wart.json b/1.8.9/assets/minecraft/blockstates/nether_wart.json new file mode 100644 index 00000000..64c5d34c --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/nether_wart.json @@ -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" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/netherrack.json b/1.8.9/assets/minecraft/blockstates/netherrack.json new file mode 100644 index 00000000..2c1f9361 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/netherrack.json @@ -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 } + ] + } +} diff --git a/1.8.9/assets/minecraft/blockstates/noteblock.json b/1.8.9/assets/minecraft/blockstates/noteblock.json new file mode 100644 index 00000000..e7bc8e62 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/noteblock.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "noteblock" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/oak_double_slab.json b/1.8.9/assets/minecraft/blockstates/oak_double_slab.json new file mode 100644 index 00000000..1af29d1a --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/oak_double_slab.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "oak_planks" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/oak_leaves.json b/1.8.9/assets/minecraft/blockstates/oak_leaves.json new file mode 100644 index 00000000..fb786141 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/oak_leaves.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "oak_leaves" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/oak_log.json b/1.8.9/assets/minecraft/blockstates/oak_log.json new file mode 100644 index 00000000..583f9577 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/oak_log.json @@ -0,0 +1,8 @@ +{ + "variants": { + "axis=y": { "model": "oak_log" }, + "axis=z": { "model": "oak_log_side" }, + "axis=x": { "model": "oak_log_side", "y": 90 }, + "axis=none": { "model": "oak_bark" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/oak_planks.json b/1.8.9/assets/minecraft/blockstates/oak_planks.json new file mode 100644 index 00000000..1af29d1a --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/oak_planks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "oak_planks" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/oak_sapling.json b/1.8.9/assets/minecraft/blockstates/oak_sapling.json new file mode 100644 index 00000000..177b4bb8 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/oak_sapling.json @@ -0,0 +1,6 @@ +{ + "variants": { + "stage=0": { "model": "oak_sapling" }, + "stage=1": { "model": "oak_sapling" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/oak_slab.json b/1.8.9/assets/minecraft/blockstates/oak_slab.json new file mode 100644 index 00000000..80d06ee7 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/oak_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_oak" }, + "half=top": { "model": "upper_slab_oak" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/oak_stairs.json b/1.8.9/assets/minecraft/blockstates/oak_stairs.json new file mode 100644 index 00000000..a51a8935 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/oak_stairs.json @@ -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, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "oak_outer_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "oak_outer_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "oak_outer_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "oak_outer_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "oak_outer_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "oak_outer_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "oak_outer_stairs", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "oak_inner_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "oak_inner_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "oak_inner_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "oak_inner_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "oak_inner_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "oak_inner_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "oak_inner_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "oak_inner_stairs", "x": 180, "uvlock": true } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/obsidian.json b/1.8.9/assets/minecraft/blockstates/obsidian.json new file mode 100644 index 00000000..02218430 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/obsidian.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "obsidian" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/orange_carpet.json b/1.8.9/assets/minecraft/blockstates/orange_carpet.json new file mode 100644 index 00000000..36716cbe --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/orange_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_orange" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/orange_stained_glass.json b/1.8.9/assets/minecraft/blockstates/orange_stained_glass.json new file mode 100644 index 00000000..57cf8d4e --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/orange_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_orange" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/orange_stained_glass_pane.json b/1.8.9/assets/minecraft/blockstates/orange_stained_glass_pane.json new file mode 100644 index 00000000..6e174026 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/orange_stained_glass_pane.json @@ -0,0 +1,20 @@ +{ + "variants": { + "east=false,north=false,south=false,west=false": { "model": "orange_pane_nsew" }, + "east=false,north=true,south=false,west=false": { "model": "orange_pane_n" }, + "east=true,north=false,south=false,west=false": { "model": "orange_pane_n", "y": 90 }, + "east=false,north=false,south=true,west=false": { "model": "orange_pane_s" }, + "east=false,north=false,south=false,west=true": { "model": "orange_pane_s", "y": 90 }, + "east=true,north=true,south=false,west=false": { "model": "orange_pane_ne" }, + "east=true,north=false,south=true,west=false": { "model": "orange_pane_se" }, + "east=false,north=false,south=true,west=true": { "model": "orange_pane_sw" }, + "east=false,north=true,south=false,west=true": { "model": "orange_pane_nw" }, + "east=false,north=true,south=true,west=false": { "model": "orange_pane_ns" }, + "east=true,north=false,south=false,west=true": { "model": "orange_pane_ns", "y": 90 }, + "east=true,north=true,south=true,west=false": { "model": "orange_pane_nse" }, + "east=true,north=false,south=true,west=true": { "model": "orange_pane_sew" }, + "east=false,north=true,south=true,west=true": { "model": "orange_pane_nsw" }, + "east=true,north=true,south=false,west=true": { "model": "orange_pane_new" }, + "east=true,north=true,south=true,west=true": { "model": "orange_pane_nsew" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/orange_stained_hardened_clay.json b/1.8.9/assets/minecraft/blockstates/orange_stained_hardened_clay.json new file mode 100644 index 00000000..c242910f --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/orange_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_orange" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/orange_tulip.json b/1.8.9/assets/minecraft/blockstates/orange_tulip.json new file mode 100644 index 00000000..7c9ba206 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/orange_tulip.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "orange_tulip" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/orange_wool.json b/1.8.9/assets/minecraft/blockstates/orange_wool.json new file mode 100644 index 00000000..6aeda3ad --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/orange_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "orange_wool" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/oxeye_daisy.json b/1.8.9/assets/minecraft/blockstates/oxeye_daisy.json new file mode 100644 index 00000000..178c10a8 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/oxeye_daisy.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "daisy" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/packed_ice.json b/1.8.9/assets/minecraft/blockstates/packed_ice.json new file mode 100644 index 00000000..c0de5b2a --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/packed_ice.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "packed_ice" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/paeonia.json b/1.8.9/assets/minecraft/blockstates/paeonia.json new file mode 100644 index 00000000..f96923bc --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/paeonia.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=lower": { "model": "double_paeonia_bottom" }, + "half=upper": { "model": "double_paeonia_top" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/pink_carpet.json b/1.8.9/assets/minecraft/blockstates/pink_carpet.json new file mode 100644 index 00000000..d040f3d4 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/pink_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_pink" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/pink_stained_glass.json b/1.8.9/assets/minecraft/blockstates/pink_stained_glass.json new file mode 100644 index 00000000..14d9fcf7 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/pink_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_pink" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/pink_stained_glass_pane.json b/1.8.9/assets/minecraft/blockstates/pink_stained_glass_pane.json new file mode 100644 index 00000000..f410c0d8 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/pink_stained_glass_pane.json @@ -0,0 +1,20 @@ +{ + "variants": { + "east=false,north=false,south=false,west=false": { "model": "pink_pane_nsew" }, + "east=false,north=true,south=false,west=false": { "model": "pink_pane_n" }, + "east=true,north=false,south=false,west=false": { "model": "pink_pane_n", "y": 90 }, + "east=false,north=false,south=true,west=false": { "model": "pink_pane_s" }, + "east=false,north=false,south=false,west=true": { "model": "pink_pane_s", "y": 90 }, + "east=true,north=true,south=false,west=false": { "model": "pink_pane_ne" }, + "east=true,north=false,south=true,west=false": { "model": "pink_pane_se" }, + "east=false,north=false,south=true,west=true": { "model": "pink_pane_sw" }, + "east=false,north=true,south=false,west=true": { "model": "pink_pane_nw" }, + "east=false,north=true,south=true,west=false": { "model": "pink_pane_ns" }, + "east=true,north=false,south=false,west=true": { "model": "pink_pane_ns", "y": 90 }, + "east=true,north=true,south=true,west=false": { "model": "pink_pane_nse" }, + "east=true,north=false,south=true,west=true": { "model": "pink_pane_sew" }, + "east=false,north=true,south=true,west=true": { "model": "pink_pane_nsw" }, + "east=true,north=true,south=false,west=true": { "model": "pink_pane_new" }, + "east=true,north=true,south=true,west=true": { "model": "pink_pane_nsew" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/pink_stained_hardened_clay.json b/1.8.9/assets/minecraft/blockstates/pink_stained_hardened_clay.json new file mode 100644 index 00000000..d9ca1c6d --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/pink_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_pink" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/pink_tulip.json b/1.8.9/assets/minecraft/blockstates/pink_tulip.json new file mode 100644 index 00000000..5902262f --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/pink_tulip.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "pink_tulip" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/pink_wool.json b/1.8.9/assets/minecraft/blockstates/pink_wool.json new file mode 100644 index 00000000..fcdaa96c --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/pink_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "pink_wool" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/piston.json b/1.8.9/assets/minecraft/blockstates/piston.json new file mode 100644 index 00000000..7c40cc7c --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/piston.json @@ -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 } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/piston_head.json b/1.8.9/assets/minecraft/blockstates/piston_head.json new file mode 100644 index 00000000..e3014a0d --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/piston_head.json @@ -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 } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/podzol.json b/1.8.9/assets/minecraft/blockstates/podzol.json new file mode 100644 index 00000000..464924a2 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/podzol.json @@ -0,0 +1,6 @@ +{ + "variants": { + "snowy=false": { "model": "podzol" }, + "snowy=true": { "model": "grass_snowed" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/poppy.json b/1.8.9/assets/minecraft/blockstates/poppy.json new file mode 100644 index 00000000..fce0638a --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/poppy.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "poppy" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/portal.json b/1.8.9/assets/minecraft/blockstates/portal.json new file mode 100644 index 00000000..7fe9eb01 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/portal.json @@ -0,0 +1,6 @@ +{ + "variants": { + "axis=z": { "model": "portal_ew" }, + "axis=x": { "model": "portal_ns" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/potatoes.json b/1.8.9/assets/minecraft/blockstates/potatoes.json new file mode 100644 index 00000000..de8f92dc --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/potatoes.json @@ -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" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/powered_comparator.json b/1.8.9/assets/minecraft/blockstates/powered_comparator.json new file mode 100644 index 00000000..9f753e61 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/powered_comparator.json @@ -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 } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/powered_repeater.json b/1.8.9/assets/minecraft/blockstates/powered_repeater.json new file mode 100644 index 00000000..deff0c2c --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/powered_repeater.json @@ -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 } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/prismarine.json b/1.8.9/assets/minecraft/blockstates/prismarine.json new file mode 100644 index 00000000..9de572d5 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/prismarine.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "prismarine_rough" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/prismarine_bricks.json b/1.8.9/assets/minecraft/blockstates/prismarine_bricks.json new file mode 100644 index 00000000..1d588d7a --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/prismarine_bricks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "prismarine_bricks" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/pumpkin.json b/1.8.9/assets/minecraft/blockstates/pumpkin.json new file mode 100644 index 00000000..f3454bfe --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/pumpkin.json @@ -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 } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/pumpkin_stem.json b/1.8.9/assets/minecraft/blockstates/pumpkin_stem.json new file mode 100644 index 00000000..90b9d694 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/pumpkin_stem.json @@ -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 } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/purple_carpet.json b/1.8.9/assets/minecraft/blockstates/purple_carpet.json new file mode 100644 index 00000000..7179f256 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/purple_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_purple" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/purple_stained_glass.json b/1.8.9/assets/minecraft/blockstates/purple_stained_glass.json new file mode 100644 index 00000000..a55b6ef3 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/purple_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_purple" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/purple_stained_glass_pane.json b/1.8.9/assets/minecraft/blockstates/purple_stained_glass_pane.json new file mode 100644 index 00000000..39c97b36 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/purple_stained_glass_pane.json @@ -0,0 +1,20 @@ +{ + "variants": { + "east=false,north=false,south=false,west=false": { "model": "purple_pane_nsew" }, + "east=false,north=true,south=false,west=false": { "model": "purple_pane_n" }, + "east=true,north=false,south=false,west=false": { "model": "purple_pane_n", "y": 90 }, + "east=false,north=false,south=true,west=false": { "model": "purple_pane_s" }, + "east=false,north=false,south=false,west=true": { "model": "purple_pane_s", "y": 90 }, + "east=true,north=true,south=false,west=false": { "model": "purple_pane_ne" }, + "east=true,north=false,south=true,west=false": { "model": "purple_pane_se" }, + "east=false,north=false,south=true,west=true": { "model": "purple_pane_sw" }, + "east=false,north=true,south=false,west=true": { "model": "purple_pane_nw" }, + "east=false,north=true,south=true,west=false": { "model": "purple_pane_ns" }, + "east=true,north=false,south=false,west=true": { "model": "purple_pane_ns", "y": 90 }, + "east=true,north=true,south=true,west=false": { "model": "purple_pane_nse" }, + "east=true,north=false,south=true,west=true": { "model": "purple_pane_sew" }, + "east=false,north=true,south=true,west=true": { "model": "purple_pane_nsw" }, + "east=true,north=true,south=false,west=true": { "model": "purple_pane_new" }, + "east=true,north=true,south=true,west=true": { "model": "purple_pane_nsew" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/purple_stained_hardened_clay.json b/1.8.9/assets/minecraft/blockstates/purple_stained_hardened_clay.json new file mode 100644 index 00000000..b595cb63 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/purple_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_purple" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/purple_wool.json b/1.8.9/assets/minecraft/blockstates/purple_wool.json new file mode 100644 index 00000000..8f4b000f --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/purple_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "purple_wool" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/quartz_block.json b/1.8.9/assets/minecraft/blockstates/quartz_block.json new file mode 100644 index 00000000..821966c1 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/quartz_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "quartz_normal" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/quartz_column.json b/1.8.9/assets/minecraft/blockstates/quartz_column.json new file mode 100644 index 00000000..015e0f26 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/quartz_column.json @@ -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 } + } +} + diff --git a/1.8.9/assets/minecraft/blockstates/quartz_double_slab.json b/1.8.9/assets/minecraft/blockstates/quartz_double_slab.json new file mode 100644 index 00000000..c744e7b9 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/quartz_double_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "normal": { "model": "quartz_normal" }, + "all": { "model": "quartz_top" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/quartz_ore.json b/1.8.9/assets/minecraft/blockstates/quartz_ore.json new file mode 100644 index 00000000..759fb794 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/quartz_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "quartz_ore" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/quartz_slab.json b/1.8.9/assets/minecraft/blockstates/quartz_slab.json new file mode 100644 index 00000000..566f0e22 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/quartz_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_quartz" }, + "half=top": { "model": "upper_slab_quartz" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/quartz_stairs.json b/1.8.9/assets/minecraft/blockstates/quartz_stairs.json new file mode 100644 index 00000000..e1277739 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/quartz_stairs.json @@ -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, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "quartz_outer_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "quartz_outer_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "quartz_outer_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "quartz_outer_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "quartz_outer_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "quartz_outer_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "quartz_outer_stairs", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "quartz_inner_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "quartz_inner_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "quartz_inner_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "quartz_inner_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "quartz_inner_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "quartz_inner_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "quartz_inner_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "quartz_inner_stairs", "x": 180, "uvlock": true } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/rail.json b/1.8.9/assets/minecraft/blockstates/rail.json new file mode 100644 index 00000000..7d8b5b58 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/rail.json @@ -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 } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/red_carpet.json b/1.8.9/assets/minecraft/blockstates/red_carpet.json new file mode 100644 index 00000000..9c02d568 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/red_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_red" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/red_mushroom.json b/1.8.9/assets/minecraft/blockstates/red_mushroom.json new file mode 100644 index 00000000..2e43aa3c --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/red_mushroom.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "red_mushroom" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/red_mushroom_block.json b/1.8.9/assets/minecraft/blockstates/red_mushroom_block.json new file mode 100644 index 00000000..5ff4c878 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/red_mushroom_block.json @@ -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" } + } +} + diff --git a/1.8.9/assets/minecraft/blockstates/red_sand.json b/1.8.9/assets/minecraft/blockstates/red_sand.json new file mode 100644 index 00000000..a82f5182 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/red_sand.json @@ -0,0 +1,10 @@ +{ + "variants": { + "normal": [ + { "model": "red_sand" }, + { "model": "red_sand", "y": 90 }, + { "model": "red_sand", "y": 180 }, + { "model": "red_sand", "y": 270 } + ] + } +} diff --git a/1.8.9/assets/minecraft/blockstates/red_sandstone.json b/1.8.9/assets/minecraft/blockstates/red_sandstone.json new file mode 100644 index 00000000..4ba4ec54 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/red_sandstone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "red_sandstone_normal" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/red_sandstone_double_slab.json b/1.8.9/assets/minecraft/blockstates/red_sandstone_double_slab.json new file mode 100644 index 00000000..9f5247d9 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/red_sandstone_double_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "normal": { "model": "red_sandstone_normal" }, + "all": { "model": "red_sandstone_all" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/red_sandstone_slab.json b/1.8.9/assets/minecraft/blockstates/red_sandstone_slab.json new file mode 100644 index 00000000..aa74a599 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/red_sandstone_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_red_sandstone" }, + "half=top": { "model": "upper_slab_red_sandstone" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/red_sandstone_stairs.json b/1.8.9/assets/minecraft/blockstates/red_sandstone_stairs.json new file mode 100644 index 00000000..2862714a --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/red_sandstone_stairs.json @@ -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, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "red_sandstone_outer_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "red_sandstone_outer_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "red_sandstone_outer_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "red_sandstone_outer_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "red_sandstone_outer_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "red_sandstone_outer_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "red_sandstone_outer_stairs", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "red_sandstone_inner_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "red_sandstone_inner_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "red_sandstone_inner_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "red_sandstone_inner_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "red_sandstone_inner_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "red_sandstone_inner_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "red_sandstone_inner_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "red_sandstone_inner_stairs", "x": 180, "uvlock": true } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/red_stained_glass.json b/1.8.9/assets/minecraft/blockstates/red_stained_glass.json new file mode 100644 index 00000000..7b33fa38 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/red_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_red" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/red_stained_glass_pane.json b/1.8.9/assets/minecraft/blockstates/red_stained_glass_pane.json new file mode 100644 index 00000000..0c7afab2 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/red_stained_glass_pane.json @@ -0,0 +1,20 @@ +{ + "variants": { + "east=false,north=false,south=false,west=false": { "model": "red_pane_nsew" }, + "east=false,north=true,south=false,west=false": { "model": "red_pane_n" }, + "east=true,north=false,south=false,west=false": { "model": "red_pane_n", "y": 90 }, + "east=false,north=false,south=true,west=false": { "model": "red_pane_s" }, + "east=false,north=false,south=false,west=true": { "model": "red_pane_s", "y": 90 }, + "east=true,north=true,south=false,west=false": { "model": "red_pane_ne" }, + "east=true,north=false,south=true,west=false": { "model": "red_pane_se" }, + "east=false,north=false,south=true,west=true": { "model": "red_pane_sw" }, + "east=false,north=true,south=false,west=true": { "model": "red_pane_nw" }, + "east=false,north=true,south=true,west=false": { "model": "red_pane_ns" }, + "east=true,north=false,south=false,west=true": { "model": "red_pane_ns", "y": 90 }, + "east=true,north=true,south=true,west=false": { "model": "red_pane_nse" }, + "east=true,north=false,south=true,west=true": { "model": "red_pane_sew" }, + "east=false,north=true,south=true,west=true": { "model": "red_pane_nsw" }, + "east=true,north=true,south=false,west=true": { "model": "red_pane_new" }, + "east=true,north=true,south=true,west=true": { "model": "red_pane_nsew" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/red_stained_hardened_clay.json b/1.8.9/assets/minecraft/blockstates/red_stained_hardened_clay.json new file mode 100644 index 00000000..727c74cb --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/red_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_red" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/red_tulip.json b/1.8.9/assets/minecraft/blockstates/red_tulip.json new file mode 100644 index 00000000..fb1cdab0 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/red_tulip.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "red_tulip" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/red_wool.json b/1.8.9/assets/minecraft/blockstates/red_wool.json new file mode 100644 index 00000000..cfb8ed2a --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/red_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "red_wool" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/redstone_block.json b/1.8.9/assets/minecraft/blockstates/redstone_block.json new file mode 100644 index 00000000..e22811fd --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/redstone_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "redstone_block" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/redstone_lamp.json b/1.8.9/assets/minecraft/blockstates/redstone_lamp.json new file mode 100644 index 00000000..195cc9b1 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/redstone_lamp.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "unlit_redstone_lamp" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/redstone_ore.json b/1.8.9/assets/minecraft/blockstates/redstone_ore.json new file mode 100644 index 00000000..f11fd3b3 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/redstone_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "redstone_ore" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/redstone_torch.json b/1.8.9/assets/minecraft/blockstates/redstone_torch.json new file mode 100644 index 00000000..0b960a88 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/redstone_torch.json @@ -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 } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/redstone_wire.json b/1.8.9/assets/minecraft/blockstates/redstone_wire.json new file mode 100644 index 00000000..a933b3eb --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/redstone_wire.json @@ -0,0 +1,103 @@ +{ + "variants": { + "east=none,north=none,south=none,west=none": { "model": "redstone_none" }, + + "east=none,north=side,south=none,west=none": { "model": "redstone_n" }, + "east=none,north=none,south=side,west=none": { "model": "redstone_n" }, + "east=side,north=none,south=none,west=none": { "model": "redstone_n", "y": 90 }, + "east=none,north=none,south=none,west=side": { "model": "redstone_n", "y": 90 }, + + "east=none,north=up,south=none,west=none": { "model": "redstone_uns" }, + "east=none,north=none,south=up,west=none": { "model": "redstone_uns", "y": 180, "uvlock": true }, + "east=up,north=none,south=none,west=none": { "model": "redstone_uew" }, + "east=none,north=none,south=none,west=up": { "model": "redstone_uew", "y": 180, "uvlock": true }, + + "east=side,north=side,south=none,west=none": { "model": "redstone_ne", "uvlock": true }, + "east=side,north=up,south=none,west=none": { "model": "redstone_une", "uvlock": true }, + "east=up,north=side,south=none,west=none": { "model": "redstone_nue", "uvlock": true }, + "east=up,north=up,south=none,west=none": { "model": "redstone_unue", "uvlock": true }, + + "east=side,north=none,south=side,west=none": { "model": "redstone_ne", "y": 90, "uvlock": true }, + "east=up,north=none,south=side,west=none": { "model": "redstone_une", "y": 90, "uvlock": true }, + "east=side,north=none,south=up,west=none": { "model": "redstone_nue", "y": 90, "uvlock": true }, + "east=up,north=none,south=up,west=none": { "model": "redstone_unue", "y": 90, "uvlock": true }, + + "east=none,north=none,south=side,west=side": { "model": "redstone_ne", "y": 180, "uvlock": true }, + "east=none,north=none,south=up,west=side": { "model": "redstone_une", "y": 180, "uvlock": true }, + "east=none,north=none,south=side,west=up": { "model": "redstone_nue", "y": 180, "uvlock": true }, + "east=none,north=none,south=up,west=up": { "model": "redstone_unue", "y": 180, "uvlock": true }, + + "east=none,north=side,south=none,west=side": { "model": "redstone_ne", "y": 270, "uvlock": true }, + "east=none,north=side,south=none,west=up": { "model": "redstone_une", "y": 270, "uvlock": true }, + "east=none,north=up,south=none,west=side": { "model": "redstone_nue", "y": 270, "uvlock": true }, + "east=none,north=up,south=none,west=up": { "model": "redstone_unue", "y": 270, "uvlock": true }, + + "east=none,north=side,south=side,west=none": { "model": "redstone_n" }, + "east=none,north=up,south=side,west=none": { "model": "redstone_uns" }, + "east=none,north=side,south=up,west=none": { "model": "redstone_uns", "y": 180 }, + "east=none,north=up,south=up,west=none": { "model": "redstone_unus" }, + + "east=side,north=none,south=none,west=side": { "model": "redstone_n", "y": 90 }, + "east=up,north=none,south=none,west=side": { "model": "redstone_uns", "y": 90 }, + "east=side,north=none,south=none,west=up": { "model": "redstone_uns", "y": 270 }, + "east=up,north=none,south=none,west=up": { "model": "redstone_ueuw" }, + + "east=side,north=side,south=side,west=none": { "model": "redstone_nse", "uvlock": true }, + "east=side,north=up,south=side,west=none": { "model": "redstone_unse", "uvlock": true }, + "east=side,north=side,south=up,west=none": { "model": "redstone_nuse", "uvlock": true }, + "east=up,north=side,south=side,west=none": { "model": "redstone_nsue", "uvlock": true }, + "east=up,north=side,south=up,west=none": { "model": "redstone_nusue", "uvlock": true }, + "east=side,north=up,south=up,west=none": { "model": "redstone_unuse", "uvlock": true }, + "east=up,north=up,south=side,west=none": { "model": "redstone_unsue", "uvlock": true }, + "east=up,north=up,south=up,west=none": { "model": "redstone_unusue", "uvlock": true }, + + "east=side,north=none,south=side,west=side": { "model": "redstone_nse", "y": 90, "uvlock": true }, + "east=up,north=none,south=side,west=side": { "model": "redstone_unse", "y": 90, "uvlock": true }, + "east=side,north=none,south=side,west=up": { "model": "redstone_nuse", "y": 90, "uvlock": true }, + "east=side,north=none,south=up,west=side": { "model": "redstone_nsue", "y": 90, "uvlock": true }, + "east=side,north=none,south=up,west=up": { "model": "redstone_nusue", "y": 90, "uvlock": true }, + "east=up,north=none,south=side,west=up": { "model": "redstone_unuse", "y": 90, "uvlock": true }, + "east=up,north=none,south=up,west=side": { "model": "redstone_unsue", "y": 90, "uvlock": true }, + "east=up,north=none,south=up,west=up": { "model": "redstone_unusue", "y": 90, "uvlock": true }, + + "east=none,north=side,south=side,west=side": { "model": "redstone_nse", "y": 180, "uvlock": true }, + "east=none,north=side,south=up,west=side": { "model": "redstone_unse", "y": 180, "uvlock": true }, + "east=none,north=up,south=side,west=side": { "model": "redstone_nuse", "y": 180, "uvlock": true }, + "east=none,north=side,south=side,west=up": { "model": "redstone_nsue", "y": 180, "uvlock": true }, + "east=none,north=up,south=side,west=up": { "model": "redstone_nusue", "y": 180, "uvlock": true }, + "east=none,north=up,south=up,west=side": { "model": "redstone_unuse", "y": 180, "uvlock": true }, + "east=none,north=side,south=up,west=up": { "model": "redstone_unsue", "y": 180, "uvlock": true }, + "east=none,north=up,south=up,west=up": { "model": "redstone_unusue", "y": 180, "uvlock": true }, + + "east=side,north=side,south=none,west=side": { "model": "redstone_nse", "y": 270, "uvlock": true }, + "east=side,north=side,south=none,west=up": { "model": "redstone_unse", "y": 270, "uvlock": true }, + "east=up,north=side,south=none,west=side": { "model": "redstone_nuse", "y": 270, "uvlock": true }, + "east=side,north=up,south=none,west=side": { "model": "redstone_nsue", "y": 270, "uvlock": true }, + "east=up,north=up,south=none,west=side": { "model": "redstone_nusue", "y": 270, "uvlock": true }, + "east=up,north=side,south=none,west=up": { "model": "redstone_unuse", "y": 270, "uvlock": true }, + "east=side,north=up,south=none,west=up": { "model": "redstone_unsue", "y": 270, "uvlock": true }, + "east=up,north=up,south=none,west=up": { "model": "redstone_unusue", "y": 270, "uvlock": true }, + + "east=side,north=side,south=side,west=side": { "model": "redstone_nsew", "uvlock": true }, + + "east=side,north=up,south=side,west=side": { "model": "redstone_unsew", "uvlock": true }, + "east=side,north=side,south=up,west=side": { "model": "redstone_unsew", "y": 180, "uvlock": true }, + "east=up,north=side,south=side,west=side": { "model": "redstone_unsew", "y": 90, "uvlock": true }, + "east=side,north=side,south=side,west=up": { "model": "redstone_unsew", "y": 270, "uvlock": true }, + + "east=side,north=up,south=up,west=side": { "model": "redstone_unusew", "uvlock": true }, + "east=up,north=side,south=side,west=up": { "model": "redstone_unusew", "y": 90, "uvlock": true }, + + "east=up,north=up,south=side,west=side": { "model": "redstone_unsuew", "uvlock": true }, + "east=up,north=side,south=up,west=side": { "model": "redstone_unsuew", "y": 90, "uvlock": true }, + "east=side,north=side,south=up,west=up": { "model": "redstone_unsuew", "y": 180, "uvlock": true }, + "east=side,north=up,south=side,west=up": { "model": "redstone_unsuew", "y": 270, "uvlock": true }, + + "east=up,north=up,south=up,west=side": { "model": "redstone_unusuew", "uvlock": true }, + "east=up,north=side,south=up,west=up": { "model": "redstone_unusuew", "y": 90, "uvlock": true }, + "east=side,north=up,south=up,west=up": { "model": "redstone_unusuew", "y": 180, "uvlock": true }, + "east=up,north=up,south=side,west=up": { "model": "redstone_unusuew", "y": 270, "uvlock": true }, + + "east=up,north=up,south=up,west=up": { "model": "redstone_unusueuw", "uvlock": true } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/reeds.json b/1.8.9/assets/minecraft/blockstates/reeds.json new file mode 100644 index 00000000..93ceec85 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/reeds.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "reeds" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/sand.json b/1.8.9/assets/minecraft/blockstates/sand.json new file mode 100644 index 00000000..f4be92bb --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/sand.json @@ -0,0 +1,10 @@ +{ + "variants": { + "normal": [ + { "model": "sand" }, + { "model": "sand", "y": 90 }, + { "model": "sand", "y": 180 }, + { "model": "sand", "y": 270 } + ] + } +} diff --git a/1.8.9/assets/minecraft/blockstates/sandstone.json b/1.8.9/assets/minecraft/blockstates/sandstone.json new file mode 100644 index 00000000..eca69194 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/sandstone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "sandstone_normal" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/sandstone_double_slab.json b/1.8.9/assets/minecraft/blockstates/sandstone_double_slab.json new file mode 100644 index 00000000..bed0dfce --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/sandstone_double_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "normal": { "model": "sandstone_normal" }, + "all": { "model": "sandstone_all" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/sandstone_slab.json b/1.8.9/assets/minecraft/blockstates/sandstone_slab.json new file mode 100644 index 00000000..e5ff1c37 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/sandstone_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_sandstone" }, + "half=top": { "model": "upper_slab_sandstone" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/sandstone_stairs.json b/1.8.9/assets/minecraft/blockstates/sandstone_stairs.json new file mode 100644 index 00000000..8248b86e --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/sandstone_stairs.json @@ -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, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "sandstone_outer_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "sandstone_outer_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "sandstone_outer_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "sandstone_outer_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "sandstone_outer_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "sandstone_outer_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "sandstone_outer_stairs", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "sandstone_inner_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "sandstone_inner_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "sandstone_inner_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "sandstone_inner_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "sandstone_inner_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "sandstone_inner_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "sandstone_inner_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "sandstone_inner_stairs", "x": 180, "uvlock": true } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/sea_lantern.json b/1.8.9/assets/minecraft/blockstates/sea_lantern.json new file mode 100644 index 00000000..f1d4b9e4 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/sea_lantern.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "sea_lantern" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/silver_carpet.json b/1.8.9/assets/minecraft/blockstates/silver_carpet.json new file mode 100644 index 00000000..6f588835 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/silver_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_silver" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/silver_stained_glass.json b/1.8.9/assets/minecraft/blockstates/silver_stained_glass.json new file mode 100644 index 00000000..26061de3 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/silver_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_silver" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/silver_stained_glass_pane.json b/1.8.9/assets/minecraft/blockstates/silver_stained_glass_pane.json new file mode 100644 index 00000000..7994961c --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/silver_stained_glass_pane.json @@ -0,0 +1,20 @@ +{ + "variants": { + "east=false,north=false,south=false,west=false": { "model": "silver_pane_nsew" }, + "east=false,north=true,south=false,west=false": { "model": "silver_pane_n" }, + "east=true,north=false,south=false,west=false": { "model": "silver_pane_n", "y": 90 }, + "east=false,north=false,south=true,west=false": { "model": "silver_pane_s" }, + "east=false,north=false,south=false,west=true": { "model": "silver_pane_s", "y": 90 }, + "east=true,north=true,south=false,west=false": { "model": "silver_pane_ne" }, + "east=true,north=false,south=true,west=false": { "model": "silver_pane_se" }, + "east=false,north=false,south=true,west=true": { "model": "silver_pane_sw" }, + "east=false,north=true,south=false,west=true": { "model": "silver_pane_nw" }, + "east=false,north=true,south=true,west=false": { "model": "silver_pane_ns" }, + "east=true,north=false,south=false,west=true": { "model": "silver_pane_ns", "y": 90 }, + "east=true,north=true,south=true,west=false": { "model": "silver_pane_nse" }, + "east=true,north=false,south=true,west=true": { "model": "silver_pane_sew" }, + "east=false,north=true,south=true,west=true": { "model": "silver_pane_nsw" }, + "east=true,north=true,south=false,west=true": { "model": "silver_pane_new" }, + "east=true,north=true,south=true,west=true": { "model": "silver_pane_nsew" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/silver_stained_hardened_clay.json b/1.8.9/assets/minecraft/blockstates/silver_stained_hardened_clay.json new file mode 100644 index 00000000..069acc48 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/silver_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_silver" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/silver_wool.json b/1.8.9/assets/minecraft/blockstates/silver_wool.json new file mode 100644 index 00000000..09da066f --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/silver_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "silver_wool" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/slime.json b/1.8.9/assets/minecraft/blockstates/slime.json new file mode 100644 index 00000000..7c2bbd61 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/slime.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "slime" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/smooth_andesite.json b/1.8.9/assets/minecraft/blockstates/smooth_andesite.json new file mode 100644 index 00000000..a48e2054 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/smooth_andesite.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "andesite_smooth" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/smooth_diorite.json b/1.8.9/assets/minecraft/blockstates/smooth_diorite.json new file mode 100644 index 00000000..213183ef --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/smooth_diorite.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "diorite_smooth" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/smooth_granite.json b/1.8.9/assets/minecraft/blockstates/smooth_granite.json new file mode 100644 index 00000000..bc6bda06 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/smooth_granite.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "granite_smooth" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/smooth_red_sandstone.json b/1.8.9/assets/minecraft/blockstates/smooth_red_sandstone.json new file mode 100644 index 00000000..199c1371 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/smooth_red_sandstone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "red_sandstone_smooth" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/smooth_sandstone.json b/1.8.9/assets/minecraft/blockstates/smooth_sandstone.json new file mode 100644 index 00000000..9d65c5d8 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/smooth_sandstone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "sandstone_smooth" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/snow.json b/1.8.9/assets/minecraft/blockstates/snow.json new file mode 100644 index 00000000..e1885043 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/snow.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "snow" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/snow_layer.json b/1.8.9/assets/minecraft/blockstates/snow_layer.json new file mode 100644 index 00000000..95cd5b17 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/snow_layer.json @@ -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" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/soul_sand.json b/1.8.9/assets/minecraft/blockstates/soul_sand.json new file mode 100644 index 00000000..b62b8075 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/soul_sand.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "soul_sand" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/sponge.json b/1.8.9/assets/minecraft/blockstates/sponge.json new file mode 100644 index 00000000..dacbb14c --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/sponge.json @@ -0,0 +1,6 @@ +{ + "variants": { + "wet=false": { "model": "sponge" }, + "wet=true": { "model": "sponge_wet" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/spruce_door.json b/1.8.9/assets/minecraft/blockstates/spruce_door.json new file mode 100644 index 00000000..202313de --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/spruce_door.json @@ -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 } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/spruce_double_slab.json b/1.8.9/assets/minecraft/blockstates/spruce_double_slab.json new file mode 100644 index 00000000..e2d11daf --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/spruce_double_slab.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "spruce_planks" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/spruce_fence.json b/1.8.9/assets/minecraft/blockstates/spruce_fence.json new file mode 100644 index 00000000..0dd96a48 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/spruce_fence.json @@ -0,0 +1,20 @@ +{ + "variants": { + "east=false,north=false,south=false,west=false": { "model": "spruce_fence_post" }, + "east=false,north=true,south=false,west=false": { "model": "spruce_fence_n", "uvlock": true }, + "east=true,north=false,south=false,west=false": { "model": "spruce_fence_n", "y": 90, "uvlock": true }, + "east=false,north=false,south=true,west=false": { "model": "spruce_fence_n", "y": 180, "uvlock": true }, + "east=false,north=false,south=false,west=true": { "model": "spruce_fence_n", "y": 270, "uvlock": true }, + "east=true,north=true,south=false,west=false": { "model": "spruce_fence_ne", "uvlock": true }, + "east=true,north=false,south=true,west=false": { "model": "spruce_fence_ne", "y": 90, "uvlock": true }, + "east=false,north=false,south=true,west=true": { "model": "spruce_fence_ne", "y": 180, "uvlock": true }, + "east=false,north=true,south=false,west=true": { "model": "spruce_fence_ne", "y": 270, "uvlock": true }, + "east=false,north=true,south=true,west=false": { "model": "spruce_fence_ns", "uvlock": true }, + "east=true,north=false,south=false,west=true": { "model": "spruce_fence_ns", "y": 90, "uvlock": true }, + "east=true,north=true,south=true,west=false": { "model": "spruce_fence_nse", "uvlock": true }, + "east=true,north=false,south=true,west=true": { "model": "spruce_fence_nse", "y": 90, "uvlock": true }, + "east=false,north=true,south=true,west=true": { "model": "spruce_fence_nse", "y": 180, "uvlock": true }, + "east=true,north=true,south=false,west=true": { "model": "spruce_fence_nse", "y": 270, "uvlock": true }, + "east=true,north=true,south=true,west=true": { "model": "spruce_fence_nsew", "uvlock": true } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/spruce_fence_gate.json b/1.8.9/assets/minecraft/blockstates/spruce_fence_gate.json new file mode 100644 index 00000000..ba44f449 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/spruce_fence_gate.json @@ -0,0 +1,20 @@ +{ + "variants": { + "facing=south,in_wall=false,open=false": { "model": "spruce_fence_gate_closed" }, + "facing=west,in_wall=false,open=false": { "model": "spruce_fence_gate_closed", "y": 90, "uvlock": true }, + "facing=north,in_wall=false,open=false": { "model": "spruce_fence_gate_closed", "y": 180, "uvlock": true }, + "facing=east,in_wall=false,open=false": { "model": "spruce_fence_gate_closed", "y": 270, "uvlock": true }, + "facing=south,in_wall=false,open=true": { "model": "spruce_fence_gate_open" }, + "facing=west,in_wall=false,open=true": { "model": "spruce_fence_gate_open", "y": 90, "uvlock": true }, + "facing=north,in_wall=false,open=true": { "model": "spruce_fence_gate_open", "y": 180, "uvlock": true }, + "facing=east,in_wall=false,open=true": { "model": "spruce_fence_gate_open", "y": 270, "uvlock": true }, + "facing=south,in_wall=true,open=false": { "model": "spruce_wall_gate_closed" }, + "facing=west,in_wall=true,open=false": { "model": "spruce_wall_gate_closed", "y": 90, "uvlock": true }, + "facing=north,in_wall=true,open=false": { "model": "spruce_wall_gate_closed", "y": 180, "uvlock": true }, + "facing=east,in_wall=true,open=false": { "model": "spruce_wall_gate_closed", "y": 270, "uvlock": true }, + "facing=south,in_wall=true,open=true": { "model": "spruce_wall_gate_open" }, + "facing=west,in_wall=true,open=true": { "model": "spruce_wall_gate_open", "y": 90, "uvlock": true }, + "facing=north,in_wall=true,open=true": { "model": "spruce_wall_gate_open", "y": 180, "uvlock": true }, + "facing=east,in_wall=true,open=true": { "model": "spruce_wall_gate_open", "y": 270, "uvlock": true } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/spruce_leaves.json b/1.8.9/assets/minecraft/blockstates/spruce_leaves.json new file mode 100644 index 00000000..7f03d7dc --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/spruce_leaves.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "spruce_leaves" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/spruce_log.json b/1.8.9/assets/minecraft/blockstates/spruce_log.json new file mode 100644 index 00000000..f944c587 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/spruce_log.json @@ -0,0 +1,8 @@ +{ + "variants": { + "axis=y": { "model": "spruce_log" }, + "axis=z": { "model": "spruce_log_side" }, + "axis=x": { "model": "spruce_log_side", "y": 90 }, + "axis=none": { "model": "spruce_bark" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/spruce_planks.json b/1.8.9/assets/minecraft/blockstates/spruce_planks.json new file mode 100644 index 00000000..e2d11daf --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/spruce_planks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "spruce_planks" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/spruce_sapling.json b/1.8.9/assets/minecraft/blockstates/spruce_sapling.json new file mode 100644 index 00000000..45a85c5c --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/spruce_sapling.json @@ -0,0 +1,6 @@ +{ + "variants": { + "stage=0": { "model": "spruce_sapling" }, + "stage=1": { "model": "spruce_sapling" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/spruce_slab.json b/1.8.9/assets/minecraft/blockstates/spruce_slab.json new file mode 100644 index 00000000..c4df0092 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/spruce_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_spruce" }, + "half=top": { "model": "upper_slab_spruce" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/spruce_stairs.json b/1.8.9/assets/minecraft/blockstates/spruce_stairs.json new file mode 100644 index 00000000..daaf7eb9 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/spruce_stairs.json @@ -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, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "spruce_outer_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "spruce_outer_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "spruce_outer_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "spruce_outer_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "spruce_outer_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "spruce_outer_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "spruce_outer_stairs", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "spruce_inner_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "spruce_inner_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "spruce_inner_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "spruce_inner_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "spruce_inner_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "spruce_inner_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "spruce_inner_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "spruce_inner_stairs", "x": 180, "uvlock": true } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/sticky_piston.json b/1.8.9/assets/minecraft/blockstates/sticky_piston.json new file mode 100644 index 00000000..276b4dab --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/sticky_piston.json @@ -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 } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/stone.json b/1.8.9/assets/minecraft/blockstates/stone.json new file mode 100644 index 00000000..481b29a2 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/stone.json @@ -0,0 +1,10 @@ +{ + "variants": { + "normal": [ + { "model": "stone" }, + { "model": "stone_mirrored" }, + { "model": "stone", "y": 180 }, + { "model": "stone_mirrored", "y": 180 } + ] + } +} diff --git a/1.8.9/assets/minecraft/blockstates/stone_brick_double_slab.json b/1.8.9/assets/minecraft/blockstates/stone_brick_double_slab.json new file mode 100644 index 00000000..7acc6c6d --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/stone_brick_double_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "normal": { "model": "stonebrick_normal" }, + "all": { "model": "stonebrick_normal" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/stone_brick_monster_egg.json b/1.8.9/assets/minecraft/blockstates/stone_brick_monster_egg.json new file mode 100644 index 00000000..34fa81ab --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/stone_brick_monster_egg.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "stonebrick_normal" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/stone_brick_slab.json b/1.8.9/assets/minecraft/blockstates/stone_brick_slab.json new file mode 100644 index 00000000..921ec8cd --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/stone_brick_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_stone_brick" }, + "half=top": { "model": "upper_slab_stone_brick" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/stone_brick_stairs.json b/1.8.9/assets/minecraft/blockstates/stone_brick_stairs.json new file mode 100644 index 00000000..a8ed4cac --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/stone_brick_stairs.json @@ -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, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "stone_brick_outer_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "stone_brick_outer_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "stone_brick_outer_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "stone_brick_outer_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "stone_brick_outer_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "stone_brick_outer_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "stone_brick_outer_stairs", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "stone_brick_inner_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "stone_brick_inner_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "stone_brick_inner_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "stone_brick_inner_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "stone_brick_inner_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "stone_brick_inner_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "stone_brick_inner_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "stone_brick_inner_stairs", "x": 180, "uvlock": true } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/stone_button.json b/1.8.9/assets/minecraft/blockstates/stone_button.json new file mode 100644 index 00000000..0e036435 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/stone_button.json @@ -0,0 +1,16 @@ +{ + "variants": { + "facing=up,powered=false": { "model": "stone_button" }, + "facing=down,powered=false": { "model": "stone_button", "x": 180 }, + "facing=east,powered=false": { "model": "stone_button", "x": 90, "y": 90 }, + "facing=west,powered=false": { "model": "stone_button", "x": 90, "y": 270 }, + "facing=south,powered=false": { "model": "stone_button", "x": 90, "y": 180 }, + "facing=north,powered=false": { "model": "stone_button", "x": 90 }, + "facing=up,powered=true": { "model": "stone_button_pressed" }, + "facing=down,powered=true": { "model": "stone_button_pressed", "x": 180 }, + "facing=east,powered=true": { "model": "stone_button_pressed", "x": 90, "y": 90 }, + "facing=west,powered=true": { "model": "stone_button_pressed", "x": 90, "y": 270 }, + "facing=south,powered=true": { "model": "stone_button_pressed", "x": 90, "y": 180 }, + "facing=north,powered=true": { "model": "stone_button_pressed", "x": 90 } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/stone_double_slab.json b/1.8.9/assets/minecraft/blockstates/stone_double_slab.json new file mode 100644 index 00000000..b14642f7 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/stone_double_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "normal": { "model": "double_stone" }, + "all": { "model": "double_stone_top" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/stone_monster_egg.json b/1.8.9/assets/minecraft/blockstates/stone_monster_egg.json new file mode 100644 index 00000000..720da4e9 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/stone_monster_egg.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "stone" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/stone_pressure_plate.json b/1.8.9/assets/minecraft/blockstates/stone_pressure_plate.json new file mode 100644 index 00000000..6d014bfd --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/stone_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "variants": { + "powered=false": { "model": "stone_pressure_plate_up" }, + "powered=true": { "model": "stone_pressure_plate_down" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/stone_slab.json b/1.8.9/assets/minecraft/blockstates/stone_slab.json new file mode 100644 index 00000000..4931695d --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/stone_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_stone" }, + "half=top": { "model": "upper_slab_stone" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/stone_stairs.json b/1.8.9/assets/minecraft/blockstates/stone_stairs.json new file mode 100644 index 00000000..df1c4629 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/stone_stairs.json @@ -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, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "stone_outer_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "stone_outer_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "stone_outer_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "stone_outer_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "stone_outer_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "stone_outer_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "stone_outer_stairs", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "stone_inner_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "stone_inner_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "stone_inner_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "stone_inner_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "stone_inner_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "stone_inner_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "stone_inner_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "stone_inner_stairs", "x": 180, "uvlock": true } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/stonebrick.json b/1.8.9/assets/minecraft/blockstates/stonebrick.json new file mode 100644 index 00000000..34fa81ab --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/stonebrick.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "stonebrick_normal" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/sunflower.json b/1.8.9/assets/minecraft/blockstates/sunflower.json new file mode 100644 index 00000000..1eab20d9 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/sunflower.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=lower": { "model": "double_sunflower_bottom" }, + "half=upper": { "model": "double_sunflower_top" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/syringa.json b/1.8.9/assets/minecraft/blockstates/syringa.json new file mode 100644 index 00000000..04cacc20 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/syringa.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=lower": { "model": "double_syringa_bottom" }, + "half=upper": { "model": "double_syringa_top" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/tall_grass.json b/1.8.9/assets/minecraft/blockstates/tall_grass.json new file mode 100644 index 00000000..f58d5688 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/tall_grass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "tall_grass" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/tnt.json b/1.8.9/assets/minecraft/blockstates/tnt.json new file mode 100644 index 00000000..55afd633 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/tnt.json @@ -0,0 +1,10 @@ +{ + "variants": { + "normal": [ + { "model": "tnt" }, + { "model": "tnt", "y": 90 }, + { "model": "tnt", "y": 180 }, + { "model": "tnt", "y": 270 } + ] + } +} diff --git a/1.8.9/assets/minecraft/blockstates/torch.json b/1.8.9/assets/minecraft/blockstates/torch.json new file mode 100644 index 00000000..d3d704eb --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/torch.json @@ -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 } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/trapdoor.json b/1.8.9/assets/minecraft/blockstates/trapdoor.json new file mode 100644 index 00000000..29186329 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/trapdoor.json @@ -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 } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/tripwire.json b/1.8.9/assets/minecraft/blockstates/tripwire.json new file mode 100644 index 00000000..eeecb463 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/tripwire.json @@ -0,0 +1,68 @@ +{ + "variants": { + "attached=false,east=false,north=false,south=false,suspended=false,west=false": { "model": "tripwire_ns" }, + "attached=false,east=false,north=true,south=false,suspended=false,west=false": { "model": "tripwire_n" }, + "attached=false,east=false,north=false,south=true,suspended=false,west=false": { "model": "tripwire_n", "y": 180 }, + "attached=false,east=true,north=false,south=false,suspended=false,west=false": { "model": "tripwire_n", "y": 90 }, + "attached=false,east=false,north=false,south=false,suspended=false,west=true": { "model": "tripwire_n", "y": 270 }, + "attached=false,east=true,north=true,south=false,suspended=false,west=false": { "model": "tripwire_ne" }, + "attached=false,east=true,north=false,south=true,suspended=false,west=false": { "model": "tripwire_ne", "y": 90 }, + "attached=false,east=false,north=false,south=true,suspended=false,west=true": { "model": "tripwire_ne", "y": 180 }, + "attached=false,east=false,north=true,south=false,suspended=false,west=true": { "model": "tripwire_ne", "y": 270 }, + "attached=false,east=false,north=true,south=true,suspended=false,west=false": { "model": "tripwire_ns" }, + "attached=false,east=true,north=false,south=false,suspended=false,west=true": { "model": "tripwire_ns", "y": 90 }, + "attached=false,east=true,north=true,south=true,suspended=false,west=false": { "model": "tripwire_nse" }, + "attached=false,east=true,north=false,south=true,suspended=false,west=true": { "model": "tripwire_nse", "y": 90 }, + "attached=false,east=false,north=true,south=true,suspended=false,west=true": { "model": "tripwire_nse", "y": 180 }, + "attached=false,east=true,north=true,south=false,suspended=false,west=true": { "model": "tripwire_nse", "y": 270 }, + "attached=false,east=true,north=true,south=true,suspended=false,west=true": { "model": "tripwire_nsew" }, + "attached=false,east=false,north=false,south=false,suspended=true,west=false": { "model": "tripwire_suspended_ns" }, + "attached=false,east=false,north=true,south=false,suspended=true,west=false": { "model": "tripwire_suspended_n" }, + "attached=false,east=false,north=false,south=true,suspended=true,west=false": { "model": "tripwire_suspended_n", "y": 180 }, + "attached=false,east=true,north=false,south=false,suspended=true,west=false": { "model": "tripwire_suspended_n", "y": 90 }, + "attached=false,east=false,north=false,south=false,suspended=true,west=true": { "model": "tripwire_suspended_n", "y": 270 }, + "attached=false,east=true,north=true,south=false,suspended=true,west=false": { "model": "tripwire_suspended_ne" }, + "attached=false,east=true,north=false,south=true,suspended=true,west=false": { "model": "tripwire_suspended_ne", "y": 90 }, + "attached=false,east=false,north=false,south=true,suspended=true,west=true": { "model": "tripwire_suspended_ne", "y": 180 }, + "attached=false,east=false,north=true,south=false,suspended=true,west=true": { "model": "tripwire_suspended_ne", "y": 270 }, + "attached=false,east=false,north=true,south=true,suspended=true,west=false": { "model": "tripwire_suspended_ns" }, + "attached=false,east=true,north=false,south=false,suspended=true,west=true": { "model": "tripwire_suspended_ns", "y": 90 }, + "attached=false,east=true,north=true,south=true,suspended=true,west=false": { "model": "tripwire_suspended_nse" }, + "attached=false,east=true,north=false,south=true,suspended=true,west=true": { "model": "tripwire_suspended_nse", "y": 90 }, + "attached=false,east=false,north=true,south=true,suspended=true,west=true": { "model": "tripwire_suspended_nse", "y": 180 }, + "attached=false,east=true,north=true,south=false,suspended=true,west=true": { "model": "tripwire_suspended_nse", "y": 270 }, + "attached=false,east=true,north=true,south=true,suspended=true,west=true": { "model": "tripwire_suspended_nsew" }, + "attached=true,east=false,north=false,south=false,suspended=false,west=false": { "model": "tripwire_attached_ns" }, + "attached=true,east=false,north=true,south=false,suspended=false,west=false": { "model": "tripwire_attached_n" }, + "attached=true,east=false,north=false,south=true,suspended=false,west=false": { "model": "tripwire_attached_n", "y": 180 }, + "attached=true,east=true,north=false,south=false,suspended=false,west=false": { "model": "tripwire_attached_n", "y": 90 }, + "attached=true,east=false,north=false,south=false,suspended=false,west=true": { "model": "tripwire_attached_n", "y": 270 }, + "attached=true,east=true,north=true,south=false,suspended=false,west=false": { "model": "tripwire_attached_ne" }, + "attached=true,east=true,north=false,south=true,suspended=false,west=false": { "model": "tripwire_attached_ne", "y": 90 }, + "attached=true,east=false,north=false,south=true,suspended=false,west=true": { "model": "tripwire_attached_ne", "y": 180 }, + "attached=true,east=false,north=true,south=false,suspended=false,west=true": { "model": "tripwire_attached_ne", "y": 270 }, + "attached=true,east=false,north=true,south=true,suspended=false,west=false": { "model": "tripwire_attached_ns" }, + "attached=true,east=true,north=false,south=false,suspended=false,west=true": { "model": "tripwire_attached_ns", "y": 90 }, + "attached=true,east=true,north=true,south=true,suspended=false,west=false": { "model": "tripwire_attached_nse" }, + "attached=true,east=true,north=false,south=true,suspended=false,west=true": { "model": "tripwire_attached_nse", "y": 90 }, + "attached=true,east=false,north=true,south=true,suspended=false,west=true": { "model": "tripwire_attached_nse", "y": 180 }, + "attached=true,east=true,north=true,south=false,suspended=false,west=true": { "model": "tripwire_attached_nse", "y": 270 }, + "attached=true,east=true,north=true,south=true,suspended=false,west=true": { "model": "tripwire_attached_nsew" }, + "attached=true,east=false,north=false,south=false,suspended=true,west=false": { "model": "tripwire_attached_suspended_ns" }, + "attached=true,east=false,north=true,south=false,suspended=true,west=false": { "model": "tripwire_attached_suspended_n" }, + "attached=true,east=false,north=false,south=true,suspended=true,west=false": { "model": "tripwire_attached_suspended_n", "y": 180 }, + "attached=true,east=true,north=false,south=false,suspended=true,west=false": { "model": "tripwire_attached_suspended_n", "y": 90 }, + "attached=true,east=false,north=false,south=false,suspended=true,west=true": { "model": "tripwire_attached_suspended_n", "y": 270 }, + "attached=true,east=true,north=true,south=false,suspended=true,west=false": { "model": "tripwire_attached_suspended_ne" }, + "attached=true,east=true,north=false,south=true,suspended=true,west=false": { "model": "tripwire_attached_suspended_ne", "y": 90 }, + "attached=true,east=false,north=false,south=true,suspended=true,west=true": { "model": "tripwire_attached_suspended_ne", "y": 180 }, + "attached=true,east=false,north=true,south=false,suspended=true,west=true": { "model": "tripwire_attached_suspended_ne", "y": 270 }, + "attached=true,east=false,north=true,south=true,suspended=true,west=false": { "model": "tripwire_attached_suspended_ns" }, + "attached=true,east=true,north=false,south=false,suspended=true,west=true": { "model": "tripwire_attached_suspended_ns", "y": 90 }, + "attached=true,east=true,north=true,south=true,suspended=true,west=false": { "model": "tripwire_attached_suspended_nse" }, + "attached=true,east=true,north=false,south=true,suspended=true,west=true": { "model": "tripwire_attached_suspended_nse", "y": 90 }, + "attached=true,east=false,north=true,south=true,suspended=true,west=true": { "model": "tripwire_attached_suspended_nse", "y": 180 }, + "attached=true,east=true,north=true,south=false,suspended=true,west=true": { "model": "tripwire_attached_suspended_nse", "y": 270 }, + "attached=true,east=true,north=true,south=true,suspended=true,west=true": { "model": "tripwire_attached_suspended_nsew" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/tripwire_hook.json b/1.8.9/assets/minecraft/blockstates/tripwire_hook.json new file mode 100644 index 00000000..ca098508 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/tripwire_hook.json @@ -0,0 +1,36 @@ +{ + "variants": { + "attached=false,facing=north,powered=false,suspended=false": { "model": "tripwire_hook" }, + "attached=false,facing=south,powered=false,suspended=false": { "model": "tripwire_hook", "y": 180 }, + "attached=false,facing=west,powered=false,suspended=false": { "model": "tripwire_hook", "y": 270 }, + "attached=false,facing=east,powered=false,suspended=false": { "model": "tripwire_hook", "y": 90 }, + "attached=false,facing=north,powered=false,suspended=true": { "model": "tripwire_hook" }, + "attached=false,facing=south,powered=false,suspended=true": { "model": "tripwire_hook", "y": 180 }, + "attached=false,facing=west,powered=false,suspended=true": { "model": "tripwire_hook", "y": 270 }, + "attached=false,facing=east,powered=false,suspended=true": { "model": "tripwire_hook", "y": 90 }, + "attached=true,facing=north,powered=false,suspended=false": { "model": "tripwire_hook_attached" }, + "attached=true,facing=south,powered=false,suspended=false": { "model": "tripwire_hook_attached", "y": 180 }, + "attached=true,facing=west,powered=false,suspended=false": { "model": "tripwire_hook_attached", "y": 270 }, + "attached=true,facing=east,powered=false,suspended=false": { "model": "tripwire_hook_attached", "y": 90 }, + "attached=true,facing=north,powered=false,suspended=true": { "model": "tripwire_hook_attached_suspended" }, + "attached=true,facing=south,powered=false,suspended=true": { "model": "tripwire_hook_attached_suspended", "y": 180 }, + "attached=true,facing=west,powered=false,suspended=true": { "model": "tripwire_hook_attached_suspended", "y": 270 }, + "attached=true,facing=east,powered=false,suspended=true": { "model": "tripwire_hook_attached_suspended", "y": 90 }, + "attached=false,facing=north,powered=true,suspended=false": { "model": "tripwire_hook_powered" }, + "attached=false,facing=south,powered=true,suspended=false": { "model": "tripwire_hook_powered", "y": 180 }, + "attached=false,facing=west,powered=true,suspended=false": { "model": "tripwire_hook_powered", "y": 270 }, + "attached=false,facing=east,powered=true,suspended=false": { "model": "tripwire_hook_powered", "y": 90 }, + "attached=false,facing=north,powered=true,suspended=true": { "model": "tripwire_hook_powered" }, + "attached=false,facing=south,powered=true,suspended=true": { "model": "tripwire_hook_powered", "y": 180 }, + "attached=false,facing=west,powered=true,suspended=true": { "model": "tripwire_hook_powered", "y": 270 }, + "attached=false,facing=east,powered=true,suspended=true": { "model": "tripwire_hook_powered", "y": 90 }, + "attached=true,facing=north,powered=true,suspended=false": { "model": "tripwire_hook_attached_powered" }, + "attached=true,facing=south,powered=true,suspended=false": { "model": "tripwire_hook_attached_powered", "y": 180 }, + "attached=true,facing=west,powered=true,suspended=false": { "model": "tripwire_hook_attached_powered", "y": 270 }, + "attached=true,facing=east,powered=true,suspended=false": { "model": "tripwire_hook_attached_powered", "y": 90 }, + "attached=true,facing=north,powered=true,suspended=true": { "model": "tripwire_hook_attached_suspended_powered" }, + "attached=true,facing=south,powered=true,suspended=true": { "model": "tripwire_hook_attached_suspended_powered", "y": 180 }, + "attached=true,facing=west,powered=true,suspended=true": { "model": "tripwire_hook_attached_suspended_powered", "y": 270 }, + "attached=true,facing=east,powered=true,suspended=true": { "model": "tripwire_hook_attached_suspended_powered", "y": 90 } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/unlit_redstone_torch.json b/1.8.9/assets/minecraft/blockstates/unlit_redstone_torch.json new file mode 100644 index 00000000..247565b6 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/unlit_redstone_torch.json @@ -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 } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/unpowered_comparator.json b/1.8.9/assets/minecraft/blockstates/unpowered_comparator.json new file mode 100644 index 00000000..afc99886 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/unpowered_comparator.json @@ -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 } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/unpowered_repeater.json b/1.8.9/assets/minecraft/blockstates/unpowered_repeater.json new file mode 100644 index 00000000..e56d79b3 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/unpowered_repeater.json @@ -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 } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/vine.json b/1.8.9/assets/minecraft/blockstates/vine.json new file mode 100644 index 00000000..db33cdb4 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/vine.json @@ -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" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/waterlily.json b/1.8.9/assets/minecraft/blockstates/waterlily.json new file mode 100644 index 00000000..f2561bcb --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/waterlily.json @@ -0,0 +1,10 @@ +{ + "variants": { + "normal": [ + { "model": "waterlily" }, + { "model": "waterlily", "y": 90 }, + { "model": "waterlily", "y": 180 }, + { "model": "waterlily", "y": 270 } + ] + } +} diff --git a/1.8.9/assets/minecraft/blockstates/web.json b/1.8.9/assets/minecraft/blockstates/web.json new file mode 100644 index 00000000..1e87e7a6 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/web.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "web" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/wheat.json b/1.8.9/assets/minecraft/blockstates/wheat.json new file mode 100644 index 00000000..4bfe6aed --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/wheat.json @@ -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" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/white_carpet.json b/1.8.9/assets/minecraft/blockstates/white_carpet.json new file mode 100644 index 00000000..a3c906d5 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/white_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_white" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/white_stained_glass.json b/1.8.9/assets/minecraft/blockstates/white_stained_glass.json new file mode 100644 index 00000000..1b8ca764 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/white_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_white" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/white_stained_glass_pane.json b/1.8.9/assets/minecraft/blockstates/white_stained_glass_pane.json new file mode 100644 index 00000000..04bc3261 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/white_stained_glass_pane.json @@ -0,0 +1,20 @@ +{ + "variants": { + "east=false,north=false,south=false,west=false": { "model": "white_pane_nsew" }, + "east=false,north=true,south=false,west=false": { "model": "white_pane_n" }, + "east=true,north=false,south=false,west=false": { "model": "white_pane_n", "y": 90 }, + "east=false,north=false,south=true,west=false": { "model": "white_pane_s" }, + "east=false,north=false,south=false,west=true": { "model": "white_pane_s", "y": 90 }, + "east=true,north=true,south=false,west=false": { "model": "white_pane_ne" }, + "east=true,north=false,south=true,west=false": { "model": "white_pane_se" }, + "east=false,north=false,south=true,west=true": { "model": "white_pane_sw" }, + "east=false,north=true,south=false,west=true": { "model": "white_pane_nw" }, + "east=false,north=true,south=true,west=false": { "model": "white_pane_ns" }, + "east=true,north=false,south=false,west=true": { "model": "white_pane_ns", "y": 90 }, + "east=true,north=true,south=true,west=false": { "model": "white_pane_nse" }, + "east=true,north=false,south=true,west=true": { "model": "white_pane_sew" }, + "east=false,north=true,south=true,west=true": { "model": "white_pane_nsw" }, + "east=true,north=true,south=false,west=true": { "model": "white_pane_new" }, + "east=true,north=true,south=true,west=true": { "model": "white_pane_nsew" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/white_stained_hardened_clay.json b/1.8.9/assets/minecraft/blockstates/white_stained_hardened_clay.json new file mode 100644 index 00000000..6a8c647e --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/white_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_white" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/white_tulip.json b/1.8.9/assets/minecraft/blockstates/white_tulip.json new file mode 100644 index 00000000..96b9b8bd --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/white_tulip.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "white_tulip" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/white_wool.json b/1.8.9/assets/minecraft/blockstates/white_wool.json new file mode 100644 index 00000000..1176a0ba --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/white_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "white_wool" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/wood_old_double_slab.json b/1.8.9/assets/minecraft/blockstates/wood_old_double_slab.json new file mode 100644 index 00000000..538db7ef --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/wood_old_double_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "normal": { "model": "oak_planks" }, + "all": { "model": "oak_planks" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/wood_old_slab.json b/1.8.9/assets/minecraft/blockstates/wood_old_slab.json new file mode 100644 index 00000000..80d06ee7 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/wood_old_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_oak" }, + "half=top": { "model": "upper_slab_oak" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/wooden_button.json b/1.8.9/assets/minecraft/blockstates/wooden_button.json new file mode 100644 index 00000000..b1ba947d --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/wooden_button.json @@ -0,0 +1,16 @@ +{ + "variants": { + "facing=up,powered=false": { "model": "wooden_button" }, + "facing=down,powered=false": { "model": "wooden_button", "x": 180 }, + "facing=east,powered=false": { "model": "wooden_button", "x": 90, "y": 90 }, + "facing=west,powered=false": { "model": "wooden_button", "x": 90, "y": 270 }, + "facing=south,powered=false": { "model": "wooden_button", "x": 90, "y": 180 }, + "facing=north,powered=false": { "model": "wooden_button", "x": 90 }, + "facing=up,powered=true": { "model": "wooden_button_pressed" }, + "facing=down,powered=true": { "model": "wooden_button_pressed", "x": 180 }, + "facing=east,powered=true": { "model": "wooden_button_pressed", "x": 90, "y": 90 }, + "facing=west,powered=true": { "model": "wooden_button_pressed", "x": 90, "y": 270 }, + "facing=south,powered=true": { "model": "wooden_button_pressed", "x": 90, "y": 180 }, + "facing=north,powered=true": { "model": "wooden_button_pressed", "x": 90 } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/wooden_door.json b/1.8.9/assets/minecraft/blockstates/wooden_door.json new file mode 100644 index 00000000..d91869b6 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/wooden_door.json @@ -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 } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/wooden_pressure_plate.json b/1.8.9/assets/minecraft/blockstates/wooden_pressure_plate.json new file mode 100644 index 00000000..e34ab2ea --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/wooden_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "variants": { + "powered=false": { "model": "wooden_pressure_plate_up" }, + "powered=true": { "model": "wooden_pressure_plate_down" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/yellow_carpet.json b/1.8.9/assets/minecraft/blockstates/yellow_carpet.json new file mode 100644 index 00000000..075fbfbc --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/yellow_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_yellow" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/yellow_stained_glass.json b/1.8.9/assets/minecraft/blockstates/yellow_stained_glass.json new file mode 100644 index 00000000..53967382 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/yellow_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_yellow" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/yellow_stained_glass_pane.json b/1.8.9/assets/minecraft/blockstates/yellow_stained_glass_pane.json new file mode 100644 index 00000000..ae28b554 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/yellow_stained_glass_pane.json @@ -0,0 +1,20 @@ +{ + "variants": { + "east=false,north=false,south=false,west=false": { "model": "yellow_pane_nsew" }, + "east=false,north=true,south=false,west=false": { "model": "yellow_pane_n" }, + "east=true,north=false,south=false,west=false": { "model": "yellow_pane_n", "y": 90 }, + "east=false,north=false,south=true,west=false": { "model": "yellow_pane_s" }, + "east=false,north=false,south=false,west=true": { "model": "yellow_pane_s", "y": 90 }, + "east=true,north=true,south=false,west=false": { "model": "yellow_pane_ne" }, + "east=true,north=false,south=true,west=false": { "model": "yellow_pane_se" }, + "east=false,north=false,south=true,west=true": { "model": "yellow_pane_sw" }, + "east=false,north=true,south=false,west=true": { "model": "yellow_pane_nw" }, + "east=false,north=true,south=true,west=false": { "model": "yellow_pane_ns" }, + "east=true,north=false,south=false,west=true": { "model": "yellow_pane_ns", "y": 90 }, + "east=true,north=true,south=true,west=false": { "model": "yellow_pane_nse" }, + "east=true,north=false,south=true,west=true": { "model": "yellow_pane_sew" }, + "east=false,north=true,south=true,west=true": { "model": "yellow_pane_nsw" }, + "east=true,north=true,south=false,west=true": { "model": "yellow_pane_new" }, + "east=true,north=true,south=true,west=true": { "model": "yellow_pane_nsew" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/yellow_stained_hardened_clay.json b/1.8.9/assets/minecraft/blockstates/yellow_stained_hardened_clay.json new file mode 100644 index 00000000..3c46d240 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/yellow_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_yellow" } + } +} diff --git a/1.8.9/assets/minecraft/blockstates/yellow_wool.json b/1.8.9/assets/minecraft/blockstates/yellow_wool.json new file mode 100644 index 00000000..24ddf683 --- /dev/null +++ b/1.8.9/assets/minecraft/blockstates/yellow_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "yellow_wool" } + } +} diff --git a/1.8.9/assets/minecraft/font/glyph_sizes.bin b/1.8.9/assets/minecraft/font/glyph_sizes.bin new file mode 100644 index 00000000..69c857e3 Binary files /dev/null and b/1.8.9/assets/minecraft/font/glyph_sizes.bin differ diff --git a/1.8.9/assets/minecraft/lang/en_US.lang b/1.8.9/assets/minecraft/lang/en_US.lang new file mode 100644 index 00000000..c38ac449 --- /dev/null +++ b/1.8.9/assets/minecraft/lang/en_US.lang @@ -0,0 +1,2679 @@ + +language.name=English +language.region=US +language.code=en_US + +gui.done=Done +gui.cancel=Cancel +gui.back=Back +gui.toTitle=Back to title screen +gui.toMenu=Back to server list +gui.up=Up +gui.down=Down +gui.yes=Yes +gui.no=No +gui.none=None +gui.all=All + +translation.test.none=Hello, world! +translation.test.complex=Prefix, %s%2$s again %s and %1$s lastly %s and also %1$s again! +translation.test.escape=%%s %%%s %%%%s %%%%%s +translation.test.invalid=hi % +translation.test.invalid2=hi % s +translation.test.args=%s %s +translation.test.world=world + +menu.game=Game menu +menu.singleplayer=Singleplayer +menu.multiplayer=Multiplayer +menu.online=Minecraft Realms +menu.options=Options... +menu.quit=Quit Game +menu.returnToMenu=Save and Quit to Title +menu.disconnect=Disconnect +menu.returnToGame=Back to Game +menu.switchingLevel=Switching worlds +menu.generatingLevel=Generating world +menu.loadingLevel=Loading world +menu.generatingTerrain=Building terrain +menu.convertingLevel=Converting world +menu.simulating=Simulating the world for a bit +menu.respawning=Respawning +menu.shareToLan=Open to LAN + +selectWorld.title=Select World +selectWorld.empty=empty +selectWorld.world=World +selectWorld.select=Play Selected World +selectWorld.create=Create New World +selectWorld.recreate=Re-Create +selectWorld.createDemo=Play New Demo World +selectWorld.delete=Delete +selectWorld.rename=Rename +selectWorld.deleteQuestion=Are you sure you want to delete this world? +selectWorld.deleteWarning=will be lost forever! (A long time!) +selectWorld.deleteButton=Delete +selectWorld.renameButton=Rename +selectWorld.renameTitle=Rename World +selectWorld.conversion=Must be converted! +selectWorld.newWorld=New World +selectWorld.newWorld.copyOf=Copy of %s +selectWorld.enterName=World Name +selectWorld.resultFolder=Will be saved in: +selectWorld.enterSeed=Seed for the World Generator +selectWorld.seedInfo=Leave blank for a random seed +selectWorld.cheats=Cheats +selectWorld.customizeType=Customize + +createWorld.customize.presets=Presets +createWorld.customize.presets.title=Select a Preset +createWorld.customize.presets.select=Use Preset +createWorld.customize.presets.share=Want to share your preset with someone? Use the below box! +createWorld.customize.presets.list=Alternatively, here's some we made earlier! +createWorld.customize.flat.title=Superflat Customization +createWorld.customize.flat.tile=Layer Material +createWorld.customize.flat.height=Height +createWorld.customize.flat.addLayer=Add Layer +createWorld.customize.flat.editLayer=Edit Layer +createWorld.customize.flat.removeLayer=Remove Layer +createWorld.customize.flat.layer.top=Top - %d +createWorld.customize.flat.layer=%d +createWorld.customize.flat.layer.bottom=Bottom - %d + +createWorld.customize.custom.page0=Basic Settings +createWorld.customize.custom.page1=Ore Settings +createWorld.customize.custom.page2=Advanced Settings (Expert Users Only!) +createWorld.customize.custom.page3=Extra Advanced Settings (Expert Users Only!) +createWorld.customize.custom.randomize=Randomize +createWorld.customize.custom.prev=Previous Page +createWorld.customize.custom.next=Next Page +createWorld.customize.custom.defaults=Defaults +createWorld.customize.custom.confirm1=This will overwrite your current +createWorld.customize.custom.confirm2=settings and cannot be undone. +createWorld.customize.custom.confirmTitle=Warning! +createWorld.customize.custom.mainNoiseScaleX=Main Noise Scale X +createWorld.customize.custom.mainNoiseScaleY=Main Noise Scale Y +createWorld.customize.custom.mainNoiseScaleZ=Main Noise Scale Z +createWorld.customize.custom.depthNoiseScaleX=Depth Noise Scale X +createWorld.customize.custom.depthNoiseScaleZ=Depth Noise Scale Z +createWorld.customize.custom.depthNoiseScaleExponent=Depth Noise Exponent +createWorld.customize.custom.baseSize=Depth Base Size +createWorld.customize.custom.coordinateScale=Coordinate Scale +createWorld.customize.custom.heightScale=Height Scale +createWorld.customize.custom.stretchY=Height Stretch +createWorld.customize.custom.upperLimitScale=Upper Limit Scale +createWorld.customize.custom.lowerLimitScale=Lower Limit Scale +createWorld.customize.custom.biomeDepthWeight=Biome Depth Weight +createWorld.customize.custom.biomeDepthOffset=Biome Depth Offset +createWorld.customize.custom.biomeScaleWeight=Biome Scale Weight +createWorld.customize.custom.biomeScaleOffset=Biome Scale Offset +createWorld.customize.custom.seaLevel=Sea Level +createWorld.customize.custom.useCaves=Caves +createWorld.customize.custom.useStrongholds=Strongholds +createWorld.customize.custom.useVillages=Villages +createWorld.customize.custom.useMineShafts=Mineshafts +createWorld.customize.custom.useTemples=Temples +createWorld.customize.custom.useMonuments=Ocean Monuments +createWorld.customize.custom.useRavines=Ravines +createWorld.customize.custom.useDungeons=Dungeons +createWorld.customize.custom.dungeonChance=Dungeon Count +createWorld.customize.custom.useWaterLakes=Water Lakes +createWorld.customize.custom.waterLakeChance=Water Lake Rarity +createWorld.customize.custom.useLavaLakes=Lava Lakes +createWorld.customize.custom.lavaLakeChance=Lava Lake Rarity +createWorld.customize.custom.useLavaOceans=Lava Oceans +createWorld.customize.custom.fixedBiome=Biome +createWorld.customize.custom.biomeSize=Biome Size +createWorld.customize.custom.riverSize=River Size + +createWorld.customize.custom.size= Spawn Size +createWorld.customize.custom.count= Spawn Tries +createWorld.customize.custom.minHeight= Min. Height +createWorld.customize.custom.maxHeight= Max. Height +createWorld.customize.custom.center= Center Height +createWorld.customize.custom.spread= Spread Height + +createWorld.customize.custom.presets.title=Customize World Presets +createWorld.customize.custom.presets=Presets +createWorld.customize.custom.preset.waterWorld=Water World +createWorld.customize.custom.preset.isleLand=Isle Land +createWorld.customize.custom.preset.caveDelight=Caver's Delight +createWorld.customize.custom.preset.mountains=Mountain Madness +createWorld.customize.custom.preset.drought=Drought +createWorld.customize.custom.preset.caveChaos=Caves of Chaos +createWorld.customize.custom.preset.goodLuck=Good Luck + +gameMode.survival=Survival Mode +gameMode.creative=Creative Mode +gameMode.adventure=Adventure Mode +gameMode.spectator=Spectator Mode +gameMode.hardcore=Hardcore Mode! +gameMode.changed=Your game mode has been updated + +selectWorld.gameMode=Game Mode +selectWorld.gameMode.survival=Survival +selectWorld.gameMode.survival.line1=Search for resources, crafting, gain +selectWorld.gameMode.survival.line2=levels, health and hunger +selectWorld.gameMode.creative=Creative +selectWorld.gameMode.creative.line1=Unlimited resources, free flying and +selectWorld.gameMode.creative.line2=destroy blocks instantly +selectWorld.gameMode.spectator=Spectator +selectWorld.gameMode.spectator.line1=You can look but don't touch +selectWorld.gameMode.spectator.line2= +selectWorld.gameMode.hardcore=Hardcore +selectWorld.gameMode.hardcore.line1=Same as survival mode, locked at hardest +selectWorld.gameMode.hardcore.line2=difficulty, and one life only +selectWorld.gameMode.adventure=Adventure +selectWorld.gameMode.adventure.line1=Same as survival mode, but blocks can't +selectWorld.gameMode.adventure.line2=be added or removed +selectWorld.moreWorldOptions=More World Options... +selectWorld.mapFeatures=Generate Structures: +selectWorld.mapFeatures.info=Villages, dungeons etc +selectWorld.mapType=World Type: +selectWorld.mapType.normal=Normal +selectWorld.allowCommands=Allow Cheats: +selectWorld.allowCommands.info=Commands like /gamemode, /xp +selectWorld.hardcoreMode=Hardcore: +selectWorld.hardcoreMode.info=World is deleted upon death +selectWorld.bonusItems=Bonus Chest: + +generator.default=Default +generator.flat=Superflat +generator.largeBiomes=Large Biomes +generator.amplified=AMPLIFIED +generator.customized=Customized +generator.debug_all_block_states=Debug Mode + +generator.amplified.info=Notice: Just for fun, requires beefy computer + +selectServer.title=Select Server +selectServer.empty=empty +selectServer.select=Join Server +selectServer.direct=Direct Connect +selectServer.edit=Edit +selectServer.delete=Delete +selectServer.add=Add server +selectServer.defaultName=Minecraft Server +selectServer.deleteQuestion=Are you sure you want to remove this server? +selectServer.deleteWarning=will be lost forever! (A long time!) +selectServer.deleteButton=Delete +selectServer.refresh=Refresh +selectServer.hiddenAddress=(Hidden) +addServer.title=Edit Server Info +addServer.enterName=Server Name +addServer.enterIp=Server Address +addServer.add=Done +addServer.hideAddress=Hide Address +addServer.resourcePack=Server Resource Packs +addServer.resourcePack.enabled=Enabled +addServer.resourcePack.disabled=Disabled +addServer.resourcePack.prompt=Prompt +lanServer.title=LAN World +lanServer.scanning=Scanning for games on your local network +lanServer.start=Start LAN World +lanServer.otherPlayers=Settings for Other Players +mcoServer.title=Minecraft Online World + +multiplayer.title=Play Multiplayer +multiplayer.connect=Connect +multiplayer.info1=Minecraft Multiplayer is currently not finished, but there +multiplayer.info2=is some buggy early testing going on. +multiplayer.ipinfo=Enter the IP of a server to connect to it: +multiplayer.texturePrompt.line1=This server recommends the use of a custom resource pack. +multiplayer.texturePrompt.line2=Would you like to download and install it automagically? +multiplayer.downloadingTerrain=Downloading terrain +multiplayer.downloadingStats=Downloading statistics & achievements... +multiplayer.stopSleeping=Leave Bed +multiplayer.player.joined=%s joined the game +multiplayer.player.joined.renamed=%s (formerly known as %s) joined the game +multiplayer.player.left=%s left the game + +chat.cannotSend=Cannot send chat message +chat.type.text=<%s> %s +chat.type.emote=* %s %s +chat.type.announcement=[%s] %s +chat.type.admin=[%s: %s] +chat.type.achievement=%s has just earned the achievement %s +chat.type.achievement.taken=%s has lost the achievement %s +chat.link.confirm=Are you sure you want to open the following website? +chat.link.warning=Never open links from people that you don't trust! +chat.copy=Copy to Clipboard +chat.link.confirmTrusted=Do you want to open this link or copy it to your clipboard? +chat.link.open=Open in browser + +chat.stream.text=(%s) <%s> %s +chat.stream.emote=(%s) * %s %s + +menu.playdemo=Play Demo World +menu.resetdemo=Reset Demo World + +demo.day.1=This demo will last five game days, do your best! +demo.day.2=Day Two +demo.day.3=Day Three +demo.day.4=Day Four +demo.day.5=This is your last day! +demo.day.warning=Your time is almost up! +demo.day.6=You have passed your fifth day, use F2 to save a screenshot of your creation +demo.reminder=The demo time has expired, buy the game to continue or start a new world! +demo.remainingTime=Remaining time: %s +demo.demoExpired=Demo time's up! +demo.help.movement=Use %1$s, %2$s, %3$s, %4$s and the mouse to move around +demo.help.movementShort=Move by pressing %1$s, %2$s, %3$s, %4$s +demo.help.movementMouse=Look around using the mouse +demo.help.jump=Jump by pressing %1$s +demo.help.inventory=Use %1$s to open your inventory +demo.help.title=Minecraft Demo Mode +demo.help.fullWrapped=This demo will last 5 ingame days (about 1 hour and 40 minutes of real time). Check the achievements for hints! Have fun! +demo.help.buy=Purchase Now! +demo.help.later=Continue Playing! + +connect.connecting=Connecting to the server... +connect.authorizing=Logging in... +connect.failed=Failed to connect to the server + +disconnect.genericReason=%s +disconnect.disconnected=Disconnected by Server +disconnect.lost=Connection Lost +disconnect.kicked=Was kicked from the game +disconnect.timeout=Timed out +disconnect.closed=Connection closed +disconnect.loginFailed=Failed to login +disconnect.loginFailedInfo=Failed to login: %s +disconnect.loginFailedInfo.serversUnavailable=The authentication servers are currently down for maintenance. +disconnect.loginFailedInfo.invalidSession=Invalid session (Try restarting your game) +disconnect.quitting=Quitting +disconnect.endOfStream=End of stream +disconnect.overflow=Buffer overflow +disconnect.spam=Kicked for spamming + +soundCategory.master=Master Volume +soundCategory.music=Music +soundCategory.record=Jukebox/Noteblocks +soundCategory.weather=Weather +soundCategory.hostile=Hostile Creatures +soundCategory.neutral=Friendly Creatures +soundCategory.player=Players +soundCategory.block=Blocks +soundCategory.ambient=Ambient/Environment + +record.nowPlaying=Now playing: %s + +options.off=OFF +options.on=ON +options.visible=Shown +options.hidden=Hidden +options.title=Options +options.controls=Controls... +options.video=Video Settings... +options.language=Language... +options.stream=Broadcast Settings... +options.sounds=Music & Sounds... +options.sounds.title=Music & Sound Options +options.languageWarning=Language translations may not be 100%% accurate +options.videoTitle=Video Settings +options.customizeTitle=Customize World Settings +options.music=Music +options.sound=Sound +options.invertMouse=Invert Mouse +options.fov=FOV +options.fov.min=Normal +options.fov.max=Quake Pro +options.saturation=Saturation +options.gamma=Brightness +options.gamma.min=Moody +options.gamma.max=Bright +options.sensitivity=Sensitivity +options.sensitivity.min=*yawn* +options.sensitivity.max=HYPERSPEED!!! +options.renderDistance=Render Distance +options.renderDistance.tiny=Tiny +options.renderDistance.short=Short +options.renderDistance.normal=Normal +options.renderDistance.far=Far +options.viewBobbing=View Bobbing +options.ao=Smooth Lighting +options.ao.off=OFF +options.ao.min=Minimum +options.ao.max=Maximum +options.anaglyph=3D Anaglyph +options.framerateLimit=Max Framerate +options.framerateLimit.max=Unlimited +options.difficulty=Difficulty +options.difficulty.peaceful=Peaceful +options.difficulty.easy=Easy +options.difficulty.normal=Normal +options.difficulty.hard=Hard +options.difficulty.hardcore=Hardcore +options.graphics=Graphics +options.graphics.fancy=Fancy +options.graphics.fast=Fast +options.guiScale=GUI Scale +options.guiScale.auto=Auto +options.guiScale.small=Small +options.guiScale.normal=Normal +options.guiScale.large=Large +options.advancedOpengl=Advanced OpenGL +options.fboEnable=Enable FBOs +options.postProcessEnable=Enable Post-Processing +options.renderClouds=Clouds +options.qualityButton=Video Quality Settings... +options.qualityVideoTitle=Video Quality Settings +options.performanceButton=Video Performance Settings... +options.performanceVideoTitle=Video Performance Settings +options.advancedButton=Advanced Video Settings... +options.advancedVideoTitle=Advanced Video Settings +options.postButton=Post-Processing Settings... +options.postVideoTitle=Post-Processing Settings +options.farWarning1=A 64 bit Java installation is recommended +options.farWarning2=for 'Far' render distance (you have 32 bit) +options.particles=Particles +options.particles.all=All +options.particles.decreased=Decreased +options.particles.minimal=Minimal +options.multiplayer.title=Multiplayer Settings... +options.chat.title=Chat Settings... +options.chat.visibility=Chat +options.chat.visibility.full=Shown +options.chat.visibility.system=Commands Only +options.chat.visibility.hidden=Hidden +options.chat.color=Colors +options.chat.opacity=Opacity +options.chat.links=Web Links +options.chat.links.prompt=Prompt on Links +options.chat.scale=Scale +options.chat.width=Width +options.chat.height.focused=Focused Height +options.chat.height.unfocused=Unfocused Height +options.skinCustomisation=Skin Customization... +options.skinCustomisation.title=Skin Customization +options.modelPart.cape=Cape +options.modelPart.hat=Hat +options.modelPart.jacket=Jacket +options.modelPart.left_sleeve=Left Sleeve +options.modelPart.right_sleeve=Right Sleeve +options.modelPart.left_pants_leg=Left Pants Leg +options.modelPart.right_pants_leg=Right Pants Leg +options.snooper=Allow Snooper +options.snooper.view=Snooper Settings... +options.snooper.title=Machine Specs Collection +options.snooper.desc=We want to collect information about your machine to help improve Minecraft by knowing what we can support and where the biggest problems are. All of this information is completely anonymous and viewable below. We promise we won't do anything bad with this data, but if you want to opt out then feel free to toggle it off! +options.resourcepack=Resource Packs... +options.fullscreen=Fullscreen +options.vsync=Use VSync +options.vbo=Use VBOs +options.touchscreen=Touchscreen Mode +options.blockAlternatives=Alternate Blocks +options.reducedDebugInfo=Reduced Debug Info +options.entityShadows=Entity Shadows +options.realmsNotifications=Realms Notifications + +options.mipmapLevels=Mipmap Levels +options.forceUnicodeFont=Force Unicode Font + +options.stream.title=Twitch Broadcast Settings +options.stream.bytesPerPixel=Quality +options.stream.micVolumne=Mic Volume +options.stream.micToggleBehavior=Push To +options.stream.mic_toggle.mute=Mute +options.stream.mic_toggle.talk=Talk +options.stream.systemVolume=System Volume +options.stream.kbps=Bandwidth +options.stream.fps=Framerate +options.stream.sendMetadata=Send Metadata +options.stream.compression=Compression +options.stream.compression.low=Low +options.stream.compression.medium=Medium +options.stream.compression.high=High +options.stream.estimation=Estimated resolution: %dx%d +options.stream.changes=You may need to restart your stream for these changes to take place. +options.stream.ingestSelection=Broadcast Server List +options.stream.ingest.title=Twitch Broadcast Servers +options.stream.ingest.reset=Reset Preference +options.stream.chat.title=Twitch Chat Settings +options.stream.chat.enabled=Enable +options.stream.chat.enabled.streaming=Whilst Streaming +options.stream.chat.enabled.always=Always +options.stream.chat.enabled.never=Never +options.stream.chat.userFilter=User Filter +options.stream.chat.userFilter.all=All Viewers +options.stream.chat.userFilter.subs=Subscribers +options.stream.chat.userFilter.mods=Moderators + +difficulty.lock.title=Lock World Difficulty +difficulty.lock.question=Are you sure you want to lock the difficulty of this world? This will set this world to always be %1$s, and you will never be able to change that again. + +title.oldgl1=Old graphics card detected; this may prevent you from +title.oldgl2=playing in the future as OpenGL 2.0 will be required. + +controls.title=Controls +controls.reset=Reset +controls.resetAll=Reset Keys + +key.sprint=Sprint +key.forward=Walk Forwards +key.left=Strafe Left +key.back=Walk Backwards +key.right=Strafe Right +key.jump=Jump +key.inventory=Inventory +key.drop=Drop Item +key.chat=Open Chat +key.sneak=Sneak +key.playerlist=List Players +key.attack=Attack/Destroy +key.use=Use Item/Place Block +key.pickItem=Pick Block +key.mouseButton=Button %1$s +key.command=Open Command +key.screenshot=Take Screenshot +key.togglePerspective=Toggle Perspective +key.smoothCamera=Toggle Cinematic Camera +key.fullscreen=Toggle Fullscreen +key.spectatorOutlines=Highlight Players (Spectators) +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.streamStartStop=Start/Stop Stream +key.streamPauseUnpause=Pause/Unpause Stream +key.streamCommercial=Show Stream Commercials +key.streamToggleMic=Push To Talk/Mute + +key.categories.movement=Movement +key.categories.misc=Miscellaneous +key.categories.multiplayer=Multiplayer +key.categories.gameplay=Gameplay +key.categories.ui=Game Interface +key.categories.inventory=Inventory +key.categories.stream=Streaming + +resourcePack.openFolder=Open resource pack folder +resourcePack.title=Select Resource Packs +resourcePack.available.title=Available Resource Packs +resourcePack.selected.title=Selected Resource Packs +resourcePack.folderInfo=(Place resource pack files here) +resourcePack.incompatible=Incompatible +resourcePack.incompatible.old=(Made for an older version of Minecraft) +resourcePack.incompatible.new=(Made for a newer version of Minecraft) +resourcePack.incompatible.confirm.title=Are you sure you want to load this resource pack? +resourcePack.incompatible.confirm.old=This resource pack was made for an older version of Minecraft and may no longer work correctly. +resourcePack.incompatible.confirm.new=This resource pack was made for a newer version of Minecraft and may no longer work correctly. + +sign.edit=Edit sign message + +book.pageIndicator=Page %1$s of %2$s +book.byAuthor=by %1$s +book.signButton=Sign +book.editTitle=Enter Book Title: +book.finalizeButton=Sign and Close +book.finalizeWarning=Note! When you sign the book, it will no longer be editable. +book.generation.0=Original +book.generation.1=Copy of original +book.generation.2=Copy of a copy +book.generation.3=Tattered + +merchant.deprecated=Trade something else to unlock! + +tile.barrier.name=Barrier +tile.stone.stone.name=Stone +tile.stone.granite.name=Granite +tile.stone.graniteSmooth.name=Polished Granite +tile.stone.diorite.name=Diorite +tile.stone.dioriteSmooth.name=Polished Diorite +tile.stone.andesite.name=Andesite +tile.stone.andesiteSmooth.name=Polished Andesite +tile.hayBlock.name=Hay Bale +tile.grass.name=Grass Block +tile.dirt.name=Dirt +tile.dirt.default.name=Dirt +tile.dirt.coarse.name=Coarse Dirt +tile.dirt.podzol.name=Podzol +tile.stonebrick.name=Cobblestone +tile.wood.name=Wooden Planks +tile.wood.oak.name=Oak Wood Planks +tile.wood.spruce.name=Spruce Wood Planks +tile.wood.birch.name=Birch Wood Planks +tile.wood.jungle.name=Jungle Wood Planks +tile.wood.acacia.name=Acacia Wood Planks +tile.wood.big_oak.name=Dark Oak Wood Planks +tile.sapling.oak.name=Oak Sapling +tile.sapling.spruce.name=Spruce Sapling +tile.sapling.birch.name=Birch Sapling +tile.sapling.jungle.name=Jungle Sapling +tile.sapling.acacia.name=Acacia Sapling +tile.sapling.big_oak.name=Dark Oak Sapling +tile.deadbush.name=Dead Bush +tile.bedrock.name=Bedrock +tile.water.name=Water +tile.lava.name=Lava +tile.sand.name=Sand +tile.sand.default.name=Sand +tile.sand.red.name=Red Sand +tile.sandStone.name=Sandstone +tile.sandStone.default.name=Sandstone +tile.sandStone.chiseled.name=Chiseled Sandstone +tile.sandStone.smooth.name=Smooth Sandstone +tile.redSandStone.name=Red Sandstone +tile.redSandStone.default.name=Red Sandstone +tile.redSandStone.chiseled.name=Chiseled Red Sandstone +tile.redSandStone.smooth.name=Smooth Red Sandstone +tile.gravel.name=Gravel +tile.oreGold.name=Gold Ore +tile.oreIron.name=Iron Ore +tile.oreCoal.name=Coal Ore +tile.log.name=Wood +tile.log.oak.name=Oak Wood +tile.log.spruce.name=Spruce Wood +tile.log.birch.name=Birch Wood +tile.log.jungle.name=Jungle Wood +tile.log.acacia.name=Acacia Wood +tile.log.big_oak.name=Dark Oak Wood +tile.leaves.name=Leaves +tile.leaves.oak.name=Oak Leaves +tile.leaves.spruce.name=Spruce Leaves +tile.leaves.birch.name=Birch Leaves +tile.leaves.jungle.name=Jungle Leaves +tile.leaves.acacia.name=Acacia Leaves +tile.leaves.big_oak.name=Dark Oak Leaves +tile.tallgrass.name=Grass +tile.tallgrass.shrub.name=Shrub +tile.tallgrass.grass.name=Grass +tile.tallgrass.fern.name=Fern +tile.sponge.dry.name=Sponge +tile.sponge.wet.name=Wet Sponge +tile.glass.name=Glass +tile.stainedGlass.name=Stained Glass +tile.stainedGlass.black.name=Black Stained Glass +tile.stainedGlass.red.name=Red Stained Glass +tile.stainedGlass.green.name=Green Stained Glass +tile.stainedGlass.brown.name=Brown Stained Glass +tile.stainedGlass.blue.name=Blue Stained Glass +tile.stainedGlass.purple.name=Purple Stained Glass +tile.stainedGlass.cyan.name=Cyan Stained Glass +tile.stainedGlass.silver.name=Light Gray Stained Glass +tile.stainedGlass.gray.name=Gray Stained Glass +tile.stainedGlass.pink.name=Pink Stained Glass +tile.stainedGlass.lime.name=Lime Stained Glass +tile.stainedGlass.yellow.name=Yellow Stained Glass +tile.stainedGlass.lightBlue.name=Light Blue Stained Glass +tile.stainedGlass.magenta.name=Magenta Stained Glass +tile.stainedGlass.orange.name=Orange Stained Glass +tile.stainedGlass.white.name=White Stained Glass +tile.thinStainedGlass.name=Stained Glass Pane +tile.thinStainedGlass.black.name=Black Stained Glass Pane +tile.thinStainedGlass.red.name=Red Stained Glass Pane +tile.thinStainedGlass.green.name=Green Stained Glass Pane +tile.thinStainedGlass.brown.name=Brown Stained Glass Pane +tile.thinStainedGlass.blue.name=Blue Stained Glass Pane +tile.thinStainedGlass.purple.name=Purple Stained Glass Pane +tile.thinStainedGlass.cyan.name=Cyan Stained Glass Pane +tile.thinStainedGlass.silver.name=Light Gray Stained Glass Pane +tile.thinStainedGlass.gray.name=Gray Stained Glass Pane +tile.thinStainedGlass.pink.name=Pink Stained Glass Pane +tile.thinStainedGlass.lime.name=Lime Stained Glass Pane +tile.thinStainedGlass.yellow.name=Yellow Stained Glass Pane +tile.thinStainedGlass.lightBlue.name=Light Blue Stained Glass Pane +tile.thinStainedGlass.magenta.name=Magenta Stained Glass Pane +tile.thinStainedGlass.orange.name=Orange Stained Glass Pane +tile.thinStainedGlass.white.name=White Stained Glass Pane +tile.thinGlass.name=Glass Pane +tile.cloth.name=Wool +tile.flower1.name=Flower +tile.flower1.dandelion.name=Dandelion +tile.flower2.name=Flower +tile.flower2.poppy.name=Poppy +tile.flower2.blueOrchid.name=Blue Orchid +tile.flower2.allium.name=Allium +tile.flower2.houstonia.name=Azure Bluet +tile.flower2.tulipRed.name=Red Tulip +tile.flower2.tulipOrange.name=Orange Tulip +tile.flower2.tulipWhite.name=White Tulip +tile.flower2.tulipPink.name=Pink Tulip +tile.flower2.oxeyeDaisy.name=Oxeye Daisy +tile.doublePlant.name=Plant +tile.doublePlant.sunflower.name=Sunflower +tile.doublePlant.syringa.name=Lilac +tile.doublePlant.grass.name=Double Tallgrass +tile.doublePlant.fern.name=Large Fern +tile.doublePlant.rose.name=Rose Bush +tile.doublePlant.paeonia.name=Peony +tile.mushroom.name=Mushroom +tile.blockGold.name=Block of Gold +tile.blockIron.name=Block of Iron +tile.stoneSlab.name=Stone Slab +tile.stoneSlab.stone.name=Stone Slab +tile.stoneSlab.sand.name=Sandstone Slab +tile.stoneSlab.wood.name=Wooden Slab +tile.stoneSlab.cobble.name=Cobblestone Slab +tile.stoneSlab.brick.name=Bricks Slab +tile.stoneSlab.smoothStoneBrick.name=Stone Bricks Slab +tile.stoneSlab.netherBrick.name=Nether Brick Slab +tile.stoneSlab.quartz.name=Quartz Slab +tile.stoneSlab2.red_sandstone.name=Red Sandstone Slab +tile.woodSlab.name=Wood Slab +tile.woodSlab.oak.name=Oak Wood Slab +tile.woodSlab.spruce.name=Spruce Wood Slab +tile.woodSlab.birch.name=Birch Wood Slab +tile.woodSlab.jungle.name=Jungle Wood Slab +tile.woodSlab.acacia.name=Acacia Wood Slab +tile.woodSlab.big_oak.name=Dark Oak Wood Slab +tile.brick.name=Bricks +tile.tnt.name=TNT +tile.bookshelf.name=Bookshelf +tile.stoneMoss.name=Moss Stone +tile.obsidian.name=Obsidian +tile.torch.name=Torch +tile.fire.name=Fire +tile.mobSpawner.name=Monster Spawner +tile.stairsWood.name=Oak Wood Stairs +tile.stairsWoodSpruce.name=Spruce Wood Stairs +tile.stairsWoodBirch.name=Birch Wood Stairs +tile.stairsWoodJungle.name=Jungle Wood Stairs +tile.stairsWoodAcacia.name=Acacia Wood Stairs +tile.stairsWoodDarkOak.name=Dark Oak Wood Stairs +tile.chest.name=Chest +tile.chestTrap.name=Trapped Chest +tile.redstoneDust.name=Redstone Dust +tile.oreDiamond.name=Diamond Ore +tile.blockCoal.name=Block of Coal +tile.blockDiamond.name=Block of Diamond +tile.workbench.name=Crafting Table +tile.crops.name=Crops +tile.farmland.name=Farmland +tile.furnace.name=Furnace +tile.sign.name=Sign +tile.doorWood.name=Wooden Door +tile.ladder.name=Ladder +tile.rail.name=Rail +tile.goldenRail.name=Powered Rail +tile.activatorRail.name=Activator Rail +tile.detectorRail.name=Detector Rail +tile.stairsStone.name=Cobblestone Stairs +tile.stairsSandStone.name=Sandstone Stairs +tile.stairsRedSandStone.name=Red Sandstone Stairs +tile.lever.name=Lever +tile.pressurePlateStone.name=Stone Pressure Plate +tile.pressurePlateWood.name=Wooden Pressure Plate +tile.weightedPlate_light.name=Weighted Pressure Plate (Light) +tile.weightedPlate_heavy.name=Weighted Pressure Plate (Heavy) +tile.doorIron.name=Iron Door +tile.oreRedstone.name=Redstone Ore +tile.notGate.name=Redstone Torch +tile.button.name=Button +tile.snow.name=Snow +tile.woolCarpet.name=Carpet +tile.woolCarpet.black.name=Black Carpet +tile.woolCarpet.red.name=Red Carpet +tile.woolCarpet.green.name=Green Carpet +tile.woolCarpet.brown.name=Brown Carpet +tile.woolCarpet.blue.name=Blue Carpet +tile.woolCarpet.purple.name=Purple Carpet +tile.woolCarpet.cyan.name=Cyan Carpet +tile.woolCarpet.silver.name=Light Gray Carpet +tile.woolCarpet.gray.name=Gray Carpet +tile.woolCarpet.pink.name=Pink Carpet +tile.woolCarpet.lime.name=Lime Carpet +tile.woolCarpet.yellow.name=Yellow Carpet +tile.woolCarpet.lightBlue.name=Light Blue Carpet +tile.woolCarpet.magenta.name=Magenta Carpet +tile.woolCarpet.orange.name=Orange Carpet +tile.woolCarpet.white.name=Carpet +tile.ice.name=Ice +tile.icePacked.name=Packed Ice +tile.cactus.name=Cactus +tile.clay.name=Clay +tile.clayHardenedStained.name=Stained Clay +tile.clayHardenedStained.black.name=Black Stained Clay +tile.clayHardenedStained.red.name=Red Stained Clay +tile.clayHardenedStained.green.name=Green Stained Clay +tile.clayHardenedStained.brown.name=Brown Stained Clay +tile.clayHardenedStained.blue.name=Blue Stained Clay +tile.clayHardenedStained.purple.name=Purple Stained Clay +tile.clayHardenedStained.cyan.name=Cyan Stained Clay +tile.clayHardenedStained.silver.name=Light Gray Stained Clay +tile.clayHardenedStained.gray.name=Gray Stained Clay +tile.clayHardenedStained.pink.name=Pink Stained Clay +tile.clayHardenedStained.lime.name=Lime Stained Clay +tile.clayHardenedStained.yellow.name=Yellow Stained Clay +tile.clayHardenedStained.lightBlue.name=Light Blue Stained Clay +tile.clayHardenedStained.magenta.name=Magenta Stained Clay +tile.clayHardenedStained.orange.name=Orange Stained Clay +tile.clayHardenedStained.white.name=White Stained Clay +tile.clayHardened.name=Hardened Clay +tile.reeds.name=Sugar cane +tile.jukebox.name=Jukebox +tile.fence.name=Oak Fence +tile.spruceFence.name=Spruce Fence +tile.birchFence.name=Birch Fence +tile.jungleFence.name=Jungle Fence +tile.darkOakFence.name=Dark Oak Fence +tile.acaciaFence.name=Acacia Fence +tile.fenceGate.name=Oak Fence Gate +tile.spruceFenceGate.name=Spruce Fence Gate +tile.birchFenceGate.name=Birch Fence Gate +tile.jungleFenceGate.name=Jungle Fence Gate +tile.darkOakFenceGate.name=Dark Oak Fence Gate +tile.acaciaFenceGate.name=Acacia Fence Gate +tile.pumpkinStem.name=Pumpkin Stem +tile.pumpkin.name=Pumpkin +tile.litpumpkin.name=Jack o'Lantern +tile.hellrock.name=Netherrack +tile.hellsand.name=Soul Sand +tile.lightgem.name=Glowstone +tile.portal.name=Portal +tile.cloth.black.name=Black Wool +tile.cloth.red.name=Red Wool +tile.cloth.green.name=Green Wool +tile.cloth.brown.name=Brown Wool +tile.cloth.blue.name=Blue Wool +tile.cloth.purple.name=Purple Wool +tile.cloth.cyan.name=Cyan Wool +tile.cloth.silver.name=Light Gray Wool +tile.cloth.gray.name=Gray Wool +tile.cloth.pink.name=Pink Wool +tile.cloth.lime.name=Lime Wool +tile.cloth.yellow.name=Yellow Wool +tile.cloth.lightBlue.name=Light Blue Wool +tile.cloth.magenta.name=Magenta Wool +tile.cloth.orange.name=Orange Wool +tile.cloth.white.name=Wool +tile.oreLapis.name=Lapis Lazuli Ore +tile.blockLapis.name=Lapis Lazuli Block +tile.dispenser.name=Dispenser +tile.dropper.name=Dropper +tile.musicBlock.name=Note Block +tile.cake.name=Cake +tile.bed.name=Bed +tile.bed.occupied=This bed is occupied +tile.bed.noSleep=You can only sleep at night +tile.bed.notSafe=You may not rest now, there are monsters nearby +tile.bed.notValid=Your home bed was missing or obstructed +tile.lockedchest.name=Locked chest +tile.trapdoor.name=Wooden Trapdoor +tile.ironTrapdoor.name=Iron Trapdoor +tile.web.name=Cobweb +tile.stonebricksmooth.name=Stone Bricks +tile.stonebricksmooth.default.name=Stone Bricks +tile.stonebricksmooth.mossy.name=Mossy Stone Bricks +tile.stonebricksmooth.cracked.name=Cracked Stone Bricks +tile.stonebricksmooth.chiseled.name=Chiseled Stone Bricks +tile.monsterStoneEgg.name=Stone Monster Egg +tile.monsterStoneEgg.stone.name=Stone Monster Egg +tile.monsterStoneEgg.cobble.name=Cobblestone Monster Egg +tile.monsterStoneEgg.brick.name=Stone Brick Monster Egg +tile.monsterStoneEgg.mossybrick.name=Mossy Stone Brick Monster Egg +tile.monsterStoneEgg.crackedbrick.name=Cracked Stone Brick Monster Egg +tile.monsterStoneEgg.chiseledbrick.name=Chiseled Stone Brick Monster Egg +tile.pistonBase.name=Piston +tile.pistonStickyBase.name=Sticky Piston +tile.fenceIron.name=Iron Bars +tile.melon.name=Melon +tile.stairsBrick.name=Brick Stairs +tile.stairsStoneBrickSmooth.name=Stone Brick Stairs +tile.vine.name=Vines +tile.netherBrick.name=Nether Brick +tile.netherFence.name=Nether Brick Fence +tile.stairsNetherBrick.name=Nether Brick Stairs +tile.netherStalk.name=Nether Wart +tile.cauldron.name=Cauldron +tile.enchantmentTable.name=Enchantment Table +tile.anvil.name=Anvil +tile.anvil.intact.name=Anvil +tile.anvil.slightlyDamaged.name=Slightly Damaged Anvil +tile.anvil.veryDamaged.name=Very Damaged Anvil +tile.whiteStone.name=End Stone +tile.endPortalFrame.name=End Portal +tile.mycel.name=Mycelium +tile.waterlily.name=Lily Pad +tile.dragonEgg.name=Dragon Egg +tile.redstoneLight.name=Redstone Lamp +tile.cocoa.name=Cocoa +tile.enderChest.name=Ender Chest +tile.oreRuby.name=Ruby Ore +tile.oreEmerald.name=Emerald Ore +tile.blockEmerald.name=Block of Emerald +tile.blockRedstone.name=Block of Redstone +tile.tripWire.name=Tripwire +tile.tripWireSource.name=Tripwire Hook +tile.commandBlock.name=Command Block +tile.beacon.name=Beacon +tile.beacon.primary=Primary Power +tile.beacon.secondary=Secondary Power +tile.cobbleWall.normal.name=Cobblestone Wall +tile.cobbleWall.mossy.name=Mossy Cobblestone Wall +tile.carrots.name=Carrots +tile.potatoes.name=Potatoes +tile.daylightDetector.name=Daylight Sensor +tile.netherquartz.name=Nether Quartz Ore +tile.hopper.name=Hopper +tile.quartzBlock.name=Block of Quartz +tile.quartzBlock.default.name=Block of Quartz +tile.quartzBlock.chiseled.name=Chiseled Quartz Block +tile.quartzBlock.lines.name=Pillar Quartz Block +tile.stairsQuartz.name=Quartz Stairs +tile.slime.name=Slime Block +tile.prismarine.rough.name=Prismarine +tile.prismarine.bricks.name=Prismarine Bricks +tile.prismarine.dark.name=Dark Prismarine +tile.seaLantern.name=Sea Lantern + +item.nameTag.name=Name Tag +item.leash.name=Lead +item.shovelIron.name=Iron Shovel +item.pickaxeIron.name=Iron Pickaxe +item.hatchetIron.name=Iron Axe +item.flintAndSteel.name=Flint and Steel +item.apple.name=Apple +item.cookie.name=Cookie +item.bow.name=Bow +item.arrow.name=Arrow +item.coal.name=Coal +item.charcoal.name=Charcoal +item.diamond.name=Diamond +item.emerald.name=Emerald +item.ingotIron.name=Iron Ingot +item.ingotGold.name=Gold Ingot +item.swordIron.name=Iron Sword +item.swordWood.name=Wooden Sword +item.shovelWood.name=Wooden Shovel +item.pickaxeWood.name=Wooden Pickaxe +item.hatchetWood.name=Wooden Axe +item.swordStone.name=Stone Sword +item.shovelStone.name=Stone Shovel +item.pickaxeStone.name=Stone Pickaxe +item.hatchetStone.name=Stone Axe +item.swordDiamond.name=Diamond Sword +item.shovelDiamond.name=Diamond Shovel +item.pickaxeDiamond.name=Diamond Pickaxe +item.hatchetDiamond.name=Diamond Axe +item.stick.name=Stick +item.bowl.name=Bowl +item.mushroomStew.name=Mushroom Stew +item.swordGold.name=Golden Sword +item.shovelGold.name=Golden Shovel +item.pickaxeGold.name=Golden Pickaxe +item.hatchetGold.name=Golden Axe +item.string.name=String +item.feather.name=Feather +item.sulphur.name=Gunpowder +item.hoeWood.name=Wooden Hoe +item.hoeStone.name=Stone Hoe +item.hoeIron.name=Iron Hoe +item.hoeDiamond.name=Diamond Hoe +item.hoeGold.name=Golden Hoe +item.seeds.name=Seeds +item.seeds_pumpkin.name=Pumpkin Seeds +item.seeds_melon.name=Melon Seeds +item.melon.name=Melon +item.wheat.name=Wheat +item.bread.name=Bread +item.helmetCloth.name=Leather Cap +item.chestplateCloth.name=Leather Tunic +item.leggingsCloth.name=Leather Pants +item.bootsCloth.name=Leather Boots +item.helmetChain.name=Chain Helmet +item.chestplateChain.name=Chain Chestplate +item.leggingsChain.name=Chain Leggings +item.bootsChain.name=Chain Boots +item.helmetIron.name=Iron Helmet +item.chestplateIron.name=Iron Chestplate +item.leggingsIron.name=Iron Leggings +item.bootsIron.name=Iron Boots +item.helmetDiamond.name=Diamond Helmet +item.chestplateDiamond.name=Diamond Chestplate +item.leggingsDiamond.name=Diamond Leggings +item.bootsDiamond.name=Diamond Boots +item.helmetGold.name=Golden Helmet +item.chestplateGold.name=Golden Chestplate +item.leggingsGold.name=Golden Leggings +item.bootsGold.name=Golden Boots +item.flint.name=Flint +item.porkchopRaw.name=Raw Porkchop +item.porkchopCooked.name=Cooked Porkchop +item.chickenRaw.name=Raw Chicken +item.chickenCooked.name=Cooked Chicken +item.muttonRaw.name=Raw Mutton +item.muttonCooked.name=Cooked Mutton +item.rabbitRaw.name=Raw Rabbit +item.rabbitCooked.name=Cooked Rabbit +item.rabbitStew.name=Rabbit Stew +item.rabbitFoot.name=Rabbit's Foot +item.rabbitHide.name=Rabbit Hide +item.beefRaw.name=Raw Beef +item.beefCooked.name=Steak +item.painting.name=Painting +item.frame.name=Item Frame +item.appleGold.name=Golden Apple +item.sign.name=Sign +item.doorOak.name=Oak Door +item.doorSpruce.name=Spruce Door +item.doorBirch.name=Birch Door +item.doorJungle.name=Jungle Door +item.doorAcacia.name=Acacia Door +item.doorDarkOak.name=Dark Oak Door +item.bucket.name=Bucket +item.bucketWater.name=Water Bucket +item.bucketLava.name=Lava Bucket +item.minecart.name=Minecart +item.saddle.name=Saddle +item.doorIron.name=Iron Door +item.redstone.name=Redstone +item.snowball.name=Snowball +item.boat.name=Boat +item.leather.name=Leather +item.milk.name=Milk +item.brick.name=Brick +item.clay.name=Clay +item.reeds.name=Sugar Canes +item.paper.name=Paper +item.book.name=Book +item.slimeball.name=Slimeball +item.minecartChest.name=Minecart with Chest +item.minecartFurnace.name=Minecart with Furnace +item.minecartTnt.name=Minecart with TNT +item.minecartHopper.name=Minecart with Hopper +item.minecartCommandBlock.name=Minecart with Command Block +item.egg.name=Egg +item.compass.name=Compass +item.fishingRod.name=Fishing Rod +item.clock.name=Clock +item.yellowDust.name=Glowstone Dust +item.fish.cod.raw.name=Raw Fish +item.fish.salmon.raw.name=Raw Salmon +item.fish.pufferfish.raw.name=Pufferfish +item.fish.clownfish.raw.name=Clownfish +item.fish.cod.cooked.name=Cooked Fish +item.fish.salmon.cooked.name=Cooked Salmon +item.record.name=Music Disc +item.record.13.desc=C418 - 13 +item.record.cat.desc=C418 - cat +item.record.blocks.desc=C418 - blocks +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.ward.desc=C418 - ward +item.record.11.desc=C418 - 11 +item.record.wait.desc=C418 - wait +item.bone.name=Bone +item.dyePowder.black.name=Ink Sac +item.dyePowder.red.name=Rose Red +item.dyePowder.green.name=Cactus Green +item.dyePowder.brown.name=Cocoa Beans +item.dyePowder.blue.name=Lapis Lazuli +item.dyePowder.purple.name=Purple Dye +item.dyePowder.cyan.name=Cyan Dye +item.dyePowder.silver.name=Light Gray Dye +item.dyePowder.gray.name=Gray Dye +item.dyePowder.pink.name=Pink Dye +item.dyePowder.lime.name=Lime Dye +item.dyePowder.yellow.name=Dandelion Yellow +item.dyePowder.lightBlue.name=Light Blue Dye +item.dyePowder.magenta.name=Magenta Dye +item.dyePowder.orange.name=Orange Dye +item.dyePowder.white.name=Bone Meal +item.sugar.name=Sugar +item.cake.name=Cake +item.bed.name=Bed +item.diode.name=Redstone Repeater +item.comparator.name=Redstone Comparator +item.map.name=Map +item.leaves.name=Leaves +item.shears.name=Shears +item.rottenFlesh.name=Rotten Flesh +item.enderPearl.name=Ender Pearl +item.blazeRod.name=Blaze Rod +item.ghastTear.name=Ghast Tear +item.netherStalkSeeds.name=Nether Wart +item.potion.name=Potion +item.emptyPotion.name=Water Bottle +item.goldNugget.name=Gold Nugget +item.glassBottle.name=Glass Bottle +item.spiderEye.name=Spider Eye +item.fermentedSpiderEye.name=Fermented Spider Eye +item.blazePowder.name=Blaze Powder +item.magmaCream.name=Magma Cream +item.cauldron.name=Cauldron +item.brewingStand.name=Brewing Stand +item.eyeOfEnder.name=Eye of Ender +item.speckledMelon.name=Glistering Melon +item.monsterPlacer.name=Spawn +item.expBottle.name=Bottle o' Enchanting +item.fireball.name=Fire Charge +item.writingBook.name=Book and Quill +item.writtenBook.name=Written Book +item.ruby.name=Ruby +item.flowerPot.name=Flower Pot +item.emptyMap.name=Empty Map +item.carrots.name=Carrot +item.carrotGolden.name=Golden Carrot +item.potato.name=Potato +item.potatoBaked.name=Baked Potato +item.potatoPoisonous.name=Poisonous Potato +item.skull.skeleton.name=Skeleton Skull +item.skull.wither.name=Wither Skeleton Skull +item.skull.zombie.name=Zombie Head +item.skull.char.name=Head +item.skull.player.name=%s's Head +item.skull.creeper.name=Creeper Head +item.carrotOnAStick.name=Carrot on a Stick +item.netherStar.name=Nether Star +item.pumpkinPie.name=Pumpkin Pie +item.enchantedBook.name=Enchanted Book +item.fireworks.name=Firework Rocket +item.fireworks.flight=Flight Duration: +item.fireworksCharge.name=Firework Star +item.fireworksCharge.black=Black +item.fireworksCharge.red=Red +item.fireworksCharge.green=Green +item.fireworksCharge.brown=Brown +item.fireworksCharge.blue=Blue +item.fireworksCharge.purple=Purple +item.fireworksCharge.cyan=Cyan +item.fireworksCharge.silver=Light Gray +item.fireworksCharge.gray=Gray +item.fireworksCharge.pink=Pink +item.fireworksCharge.lime=Lime +item.fireworksCharge.yellow=Yellow +item.fireworksCharge.lightBlue=Light Blue +item.fireworksCharge.magenta=Magenta +item.fireworksCharge.orange=Orange +item.fireworksCharge.white=White +item.fireworksCharge.customColor=Custom +item.fireworksCharge.fadeTo=Fade to +item.fireworksCharge.flicker=Twinkle +item.fireworksCharge.trail=Trail +item.fireworksCharge.type.0=Small Ball +item.fireworksCharge.type.1=Large Ball +item.fireworksCharge.type.2=Star-shaped +item.fireworksCharge.type.3=Creeper-shaped +item.fireworksCharge.type.4=Burst +item.fireworksCharge.type=Unknown Shape +item.netherbrick.name=Nether Brick +item.netherquartz.name=Nether Quartz +item.armorStand.name=Armor Stand +item.horsearmormetal.name=Iron Horse Armor +item.horsearmorgold.name=Gold Horse Armor +item.horsearmordiamond.name=Diamond Horse Armor +item.prismarineShard.name=Prismarine Shard +item.prismarineCrystals.name=Prismarine Crystals + +container.inventory=Inventory +container.hopper=Item Hopper +container.crafting=Crafting +container.dispenser=Dispenser +container.dropper=Dropper +container.furnace=Furnace +container.enchant=Enchant +container.enchant.lapis.one=1 Lapis Lazuli +container.enchant.lapis.many=%d Lapis Lazuli +container.enchant.level.one=1 Enchantment Level +container.enchant.level.many=%d Enchantment Levels +container.enchant.clue=%s . . . ? +container.repair=Repair & Name +container.repair.cost=Enchantment Cost: %1$d +container.repair.expensive=Too Expensive! +container.creative=Item Selection +container.brewing=Brewing Stand +container.chest=Chest +container.chestDouble=Large Chest +container.minecart=Minecart +container.enderchest=Ender Chest +container.beacon=Beacon + +container.isLocked=%s is locked! + +item.dyed=Dyed +item.unbreakable=Unbreakable +item.canBreak=Can break: +item.canPlace=Can be placed on: + +entity.Item.name=Item +entity.XPOrb.name=Experience Orb +entity.SmallFireball.name=Small Fireball +entity.Fireball.name=Fireball +entity.ThrownPotion.name=Potion + +entity.Arrow.name=Arrow +entity.Snowball.name=Snowball +entity.Painting.name=Painting +entity.ArmorStand.name=Armor Stand + +entity.Mob.name=Mob +entity.Monster.name=Monster + +entity.Creeper.name=Creeper +entity.Skeleton.name=Skeleton +entity.Spider.name=Spider +entity.Giant.name=Giant +entity.Zombie.name=Zombie +entity.Slime.name=Slime +entity.Ghast.name=Ghast +entity.PigZombie.name=Zombie Pigman +entity.Enderman.name=Enderman +entity.Endermite.name=Endermite +entity.Silverfish.name=Silverfish +entity.CaveSpider.name=Cave Spider +entity.Blaze.name=Blaze +entity.LavaSlime.name=Magma Cube +entity.MushroomCow.name=Mooshroom +entity.Villager.name=Villager +entity.VillagerGolem.name=Iron Golem +entity.SnowMan.name=Snow Golem +entity.EnderDragon.name=Ender Dragon +entity.WitherBoss.name=Wither +entity.Witch.name=Witch +entity.Guardian.name=Guardian + +entity.Villager.farmer=Farmer +entity.Villager.fisherman=Fisherman +entity.Villager.shepherd=Shepherd +entity.Villager.fletcher=Fletcher +entity.Villager.librarian=Librarian +entity.Villager.cleric=Cleric +entity.Villager.armor=Armorer +entity.Villager.weapon=Weapon Smith +entity.Villager.tool=Tool Smith +entity.Villager.butcher=Butcher +entity.Villager.leather=Leatherworker + +entity.Pig.name=Pig +entity.Sheep.name=Sheep +entity.Cow.name=Cow +entity.Chicken.name=Chicken +entity.Squid.name=Squid +entity.Wolf.name=Wolf +entity.Ozelot.name=Ocelot +entity.Cat.name=Cat +entity.Bat.name=Bat +entity.EntityHorse.name=Horse +entity.horse.name=Horse +entity.donkey.name=Donkey +entity.mule.name=Mule +entity.skeletonhorse.name=Skeleton Horse +entity.zombiehorse.name=Zombie Horse +entity.Rabbit.name=Rabbit +entity.KillerBunny.name=The Killer Bunny + +entity.PrimedTnt.name=Block of TNT +entity.FallingSand.name=Falling Block + +entity.Minecart.name=Minecart +entity.Boat.name=Boat + +entity.generic.name=unknown + +death.fell.accident.ladder=%1$s fell off a ladder +death.fell.accident.vines=%1$s fell off some vines +death.fell.accident.water=%1$s fell out of the water +death.fell.accident.generic=%1$s fell from a high place +death.fell.killer=%1$s was doomed to fall +death.fell.assist=%1$s was doomed to fall by %2$s +death.fell.assist.item=%1$s was doomed to fall by %2$s using %3$s +death.fell.finish=%1$s fell too far and was finished by %2$s +death.fell.finish.item=%1$s fell too far and was finished by %2$s using %3$s + +death.attack.lightningBolt=%1$s was struck by lightning +death.attack.inFire=%1$s went up in flames +death.attack.inFire.player=%1$s walked into fire whilst fighting %2$s +death.attack.onFire=%1$s burned to death +death.attack.onFire.player=%1$s was burnt to a crisp whilst fighting %2$s +death.attack.lava=%1$s tried to swim in lava +death.attack.lava.player=%1$s tried to swim in lava to escape %2$s +death.attack.inWall=%1$s suffocated in a wall +death.attack.drown=%1$s drowned +death.attack.drown.player=%1$s drowned whilst trying to escape %2$s +death.attack.starve=%1$s starved to death +death.attack.cactus=%1$s was pricked to death +death.attack.cactus.player=%1$s walked into a cactus whilst trying to escape %2$s +death.attack.generic=%1$s died +death.attack.explosion=%1$s blew up +death.attack.explosion.player=%1$s was blown up by %2$s +death.attack.magic=%1$s was killed by magic +death.attack.wither=%1$s withered away +death.attack.anvil=%1$s was squashed by a falling anvil +death.attack.fallingBlock=%1$s was squashed by a falling block +death.attack.mob=%1$s was slain by %2$s +death.attack.player=%1$s was slain by %2$s +death.attack.player.item=%1$s was slain by %2$s using %3$s +death.attack.arrow=%1$s was shot by %2$s +death.attack.arrow.item=%1$s was shot by %2$s using %3$s +death.attack.fireball=%1$s was fireballed by %2$s +death.attack.fireball.item=%1$s was fireballed by %2$s using %3$s +death.attack.thrown=%1$s was pummeled by %2$s +death.attack.thrown.item=%1$s was pummeled by %2$s using %3$s +death.attack.indirectMagic=%1$s was killed by %2$s using magic +death.attack.indirectMagic.item=%1$s was killed by %2$s using %3$s +death.attack.thorns=%1$s was killed trying to hurt %2$s +death.attack.fall=%1$s hit the ground too hard +death.attack.outOfWorld=%1$s fell out of the world + +deathScreen.respawn=Respawn +deathScreen.deleteWorld=Delete world +deathScreen.titleScreen=Title screen +deathScreen.score=Score +deathScreen.title.hardcore=Game over! +deathScreen.hardcoreInfo=You cannot respawn in hardcore mode! +deathScreen.title=You died! +deathScreen.leaveServer=Leave server +deathScreen.quit.confirm=Are you sure you want to quit? + +potion.effects.whenDrank=When Applied: +potion.empty=No Effects +potion.moveSpeed=Speed +potion.moveSlowdown=Slowness +potion.digSpeed=Haste +potion.digSlowDown=Mining Fatigue +potion.damageBoost=Strength +potion.heal=Instant Health +potion.harm=Instant Damage +potion.jump=Jump Boost +potion.confusion=Nausea +potion.regeneration=Regeneration +potion.resistance=Resistance +potion.fireResistance=Fire Resistance +potion.waterBreathing=Water Breathing +potion.invisibility=Invisibility +potion.blindness=Blindness +potion.nightVision=Night Vision +potion.hunger=Hunger +potion.weakness=Weakness +potion.poison=Poison +potion.wither=Wither +potion.healthBoost=Health Boost +potion.absorption=Absorption +potion.saturation=Saturation + +potion.moveSpeed.postfix=Potion of Swiftness +potion.moveSlowdown.postfix=Potion of Slowness +potion.digSpeed.postfix=Potion of Haste +potion.digSlowDown.postfix=Potion of Dullness +potion.damageBoost.postfix=Potion of Strength +potion.weakness.postfix=Potion of Weakness +potion.heal.postfix=Potion of Healing +potion.harm.postfix=Potion of Harming +potion.jump.postfix=Potion of Leaping +potion.confusion.postfix=Potion of Nausea +potion.regeneration.postfix=Potion of Regeneration +potion.resistance.postfix=Potion of Resistance +potion.fireResistance.postfix=Potion of Fire Resistance +potion.waterBreathing.postfix=Potion of Water Breathing +potion.invisibility.postfix=Potion of Invisibility +potion.blindness.postfix=Potion of Blindness +potion.nightVision.postfix=Potion of Night Vision +potion.hunger.postfix=Potion of Hunger +potion.poison.postfix=Potion of Poison +potion.wither.postfix=Potion of Decay +potion.healthBoost.postfix=Potion of Health Boost +potion.absorption.postfix=Potion of Absorption +potion.saturation.postfix=Potion of Saturation + +potion.potency.0= +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV + +potion.prefix.grenade=Splash +potion.prefix.mundane=Mundane +potion.prefix.uninteresting=Uninteresting +potion.prefix.bland=Bland +potion.prefix.clear=Clear +potion.prefix.milky=Milky +potion.prefix.diffuse=Diffuse +potion.prefix.artless=Artless +potion.prefix.thin=Thin +potion.prefix.awkward=Awkward +potion.prefix.flat=Flat +potion.prefix.bulky=Bulky +potion.prefix.bungling=Bungling +potion.prefix.buttered=Buttered +potion.prefix.smooth=Smooth +potion.prefix.suave=Suave +potion.prefix.debonair=Debonair +potion.prefix.thick=Thick +potion.prefix.elegant=Elegant +potion.prefix.fancy=Fancy +potion.prefix.charming=Charming +potion.prefix.dashing=Dashing +potion.prefix.refined=Refined +potion.prefix.cordial=Cordial +potion.prefix.sparkling=Sparkling +potion.prefix.potent=Potent +potion.prefix.foul=Foul +potion.prefix.odorless=Odorless +potion.prefix.rank=Rank +potion.prefix.harsh=Harsh +potion.prefix.acrid=Acrid +potion.prefix.gross=Gross +potion.prefix.stinky=Stinky + +enchantment.damage.all=Sharpness +enchantment.damage.undead=Smite +enchantment.damage.arthropods=Bane of Arthropods +enchantment.knockback=Knockback +enchantment.fire=Fire Aspect +enchantment.protect.all=Protection +enchantment.protect.fire=Fire Protection +enchantment.protect.fall=Feather Falling +enchantment.protect.explosion=Blast Protection +enchantment.protect.projectile=Projectile Protection +enchantment.oxygen=Respiration +enchantment.waterWorker=Aqua Affinity +enchantment.waterWalker=Depth Strider +enchantment.digging=Efficiency +enchantment.untouching=Silk Touch +enchantment.durability=Unbreaking +enchantment.lootBonus=Looting +enchantment.lootBonusDigger=Fortune +enchantment.lootBonusFishing=Luck of the Sea +enchantment.fishingSpeed=Lure +enchantment.arrowDamage=Power +enchantment.arrowFire=Flame +enchantment.arrowKnockback=Punch +enchantment.arrowInfinite=Infinity +enchantment.thorns=Thorns + +enchantment.level.1=I +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.level.10=X + +gui.achievements=Achievements +gui.stats=Statistics + +stats.tooltip.type.achievement=Achievement +stats.tooltip.type.statistic=Statistic +stat.generalButton=General +stat.blocksButton=Blocks +stat.itemsButton=Items +stat.mobsButton=Mobs + +stat.used=Times Used +stat.mined=Times Mined +stat.depleted=Times Depleted +stat.crafted=Times Crafted +stat.entityKills=You killed %d %s +stat.entityKilledBy=%s killed you %d time(s) +stat.entityKills.none=You have never killed %s +stat.entityKilledBy.none=You have never been killed by %s + +stat.startGame=Times played +stat.createWorld=Worlds created +stat.loadWorld=Saves loaded +stat.joinMultiplayer=Multiplayer joins +stat.leaveGame=Games quit + +stat.playOneMinute=Minutes Played +stat.timeSinceDeath=Since Last Death + +stat.walkOneCm=Distance Walked +stat.crouchOneCm=Distance Crouched +stat.sprintOneCm=Distance Sprinted +stat.fallOneCm=Distance Fallen +stat.swimOneCm=Distance Swum +stat.flyOneCm=Distance Flown +stat.climbOneCm=Distance Climbed +stat.diveOneCm=Distance Dove +stat.minecartOneCm=Distance by Minecart +stat.boatOneCm=Distance by Boat +stat.pigOneCm=Distance by Pig +stat.horseOneCm=Distance by Horse +stat.jump=Jumps +stat.drop=Items Dropped + +stat.damageDealt=Damage Dealt +stat.damageTaken=Damage Taken +stat.deaths=Number of Deaths +stat.mobKills=Mob Kills +stat.animalsBred=Animals Bred +stat.playerKills=Player Kills +stat.fishCaught=Fish Caught +stat.treasureFished=Treasure Fished +stat.junkFished=Junk Fished +stat.talkedToVillager=Talked to Villagers +stat.tradedWithVillager=Traded with Villagers + +stat.cakeSlicesEaten=Cake Slices Eaten +stat.cauldronFilled=Cauldrons Filled +stat.cauldronUsed=Water Taken from Cauldron +stat.armorCleaned=Armor Pieces Cleaned +stat.bannerCleaned=Banners Cleaned +stat.brewingstandInteraction=Interactions with Brewing Stand +stat.beaconInteraction=Interactions with Beacon +stat.dropperInspected=Droppers Searched +stat.hopperInspected=Hoppers Searched +stat.dispenserInspected=Dispensers Searched +stat.noteblockPlayed=Noteblocks played +stat.noteblockTuned=Noteblocks tuned +stat.flowerPotted=Plants potted +stat.trappedChestTriggered=Trapped Chests Triggered +stat.enderchestOpened=Ender Chests Opened +stat.itemEnchanted=Items Enchanted +stat.recordPlayed=Records Played +stat.furnaceInteraction=Interactions with Furnace +stat.workbenchInteraction=Interactions with Crafting Table +stat.chestOpened=Chests Opened + +stat.mineBlock=%1$s Mined +stat.craftItem=%1$s Crafted +stat.useItem=%1$s Used +stat.breakItem=%1$s Depleted + +achievement.get=Achievement get! + +achievement.taken=Taken! +achievement.unknown=??? + +achievement.requires=Requires '%1$s' +achievement.openInventory=Taking Inventory +achievement.openInventory.desc=Press '%1$s' to open your inventory. +achievement.mineWood=Getting Wood +achievement.mineWood.desc=Attack a tree until a block of wood pops out +achievement.buildWorkBench=Benchmarking +achievement.buildWorkBench.desc=Craft a workbench with four blocks of planks +achievement.buildPickaxe=Time to Mine! +achievement.buildPickaxe.desc=Use planks and sticks to make a pickaxe +achievement.buildFurnace=Hot Topic +achievement.buildFurnace.desc=Construct a furnace out of eight stone blocks +achievement.acquireIron=Acquire Hardware +achievement.acquireIron.desc=Smelt an iron ingot +achievement.buildHoe=Time to Farm! +achievement.buildHoe.desc=Use planks and sticks to make a hoe +achievement.makeBread=Bake Bread +achievement.makeBread.desc=Turn wheat into bread +achievement.bakeCake=The Lie +achievement.bakeCake.desc=Wheat, sugar, milk and eggs! +achievement.buildBetterPickaxe=Getting an Upgrade +achievement.buildBetterPickaxe.desc=Construct a better pickaxe +achievement.overpowered=Overpowered +achievement.overpowered.desc=Build a Notch apple +achievement.cookFish=Delicious Fish +achievement.cookFish.desc=Catch and cook fish! +achievement.onARail=On A Rail +achievement.onARail.desc=Travel by minecart at least 1 km from where you started +achievement.buildSword=Time to Strike! +achievement.buildSword.desc=Use planks and sticks to make a sword +achievement.killEnemy=Monster Hunter +achievement.killEnemy.desc=Attack and destroy a monster +achievement.killCow=Cow Tipper +achievement.killCow.desc=Harvest some leather +achievement.breedCow=Repopulation +achievement.breedCow.desc=Breed two cows with wheat +achievement.flyPig=When Pigs Fly +achievement.flyPig.desc=Fly a pig off a cliff +achievement.snipeSkeleton=Sniper Duel +achievement.snipeSkeleton.desc=Kill a skeleton with an arrow from more than 50 meters +achievement.diamonds=DIAMONDS! +achievement.diamonds.desc=Acquire diamonds with your iron tools +achievement.diamondsToYou=Diamonds to you! +achievement.diamondsToYou.desc=Throw diamonds at another player. +achievement.portal=We Need to Go Deeper +achievement.portal.desc=Build a portal to the Nether +achievement.ghast=Return to Sender +achievement.ghast.desc=Destroy a Ghast with a fireball +achievement.blazeRod=Into Fire +achievement.blazeRod.desc=Relieve a Blaze of its rod +achievement.potion=Local Brewery +achievement.potion.desc=Brew a potion +achievement.theEnd=The End? +achievement.theEnd.desc=Locate the End +achievement.theEnd2=The End. +achievement.theEnd2.desc=Defeat the Ender Dragon +achievement.spawnWither=The Beginning? +achievement.spawnWither.desc=Spawn the Wither +achievement.killWither=The Beginning. +achievement.killWither.desc=Kill the Wither +achievement.fullBeacon=Beaconator +achievement.fullBeacon.desc=Create a full beacon +achievement.exploreAllBiomes=Adventuring Time +achievement.exploreAllBiomes.desc=Discover all biomes +achievement.enchantments=Enchanter +achievement.enchantments.desc=Use a book, obsidian and diamonds to construct an enchantment table +achievement.overkill=Overkill +achievement.overkill.desc=Deal nine hearts of damage in a single hit +achievement.bookcase=Librarian +achievement.bookcase.desc=Build some bookshelves to improve your enchantment table + +commands.generic.exception=An unknown error occurred while attempting to perform this command +commands.generic.permission=You do not have permission to use this command +commands.generic.syntax=Invalid command syntax +commands.generic.player.notFound=That player cannot be found +commands.generic.entity.notFound=That entity cannot be found +commands.generic.entity.invalidUuid=The entity UUID provided is in an invalid format +commands.generic.entity.invalidType=Entity type '%s' is invalid +commands.generic.notFound=Unknown command. Try /help for a list of commands +commands.generic.parameter.invalid='%s' is not a valid parameter +commands.generic.num.invalid='%s' is not a valid number +commands.generic.boolean.invalid='%s' is not true or false +commands.generic.num.tooSmall=The number you have entered (%d) is too small, it must be at least %d +commands.generic.num.tooBig=The number you have entered (%d) is too big, it must be at most %d +commands.generic.double.tooSmall=The number you have entered (%.2f) is too small, it must be at least %.2f +commands.generic.double.tooBig=The number you have entered (%.2f) is too big, it must be at most %.2f +commands.generic.usage=Usage: %s + +commands.setidletimeout.usage=/setidletimeout +commands.setidletimeout.success=Successfully set the idle timeout to %d minutes. +commands.xp.failure.widthdrawXp=Cannot give player negative experience points +commands.xp.success=Given %d experience to %s +commands.xp.success.levels=Given %d levels to %s +commands.xp.success.negative.levels=Taken %d levels from %s +commands.xp.usage=/xp [player] OR /xp L [player] +commands.playsound.usage=/playsound [x] [y] [z] [volume] [pitch] [minimumVolume] +commands.playsound.success=Played sound '%s' to %s +commands.playsound.playerTooFar=Player %s is too far away to hear the sound +commands.give.usage=/give [amount] [data] [dataTag] +commands.give.item.notFound=There is no such item with name %d +commands.give.block.notFound=There is no such block with name %d +commands.give.success=Given %s * %d to %s +commands.give.tagError=Data tag parsing failed: %s +commands.replaceitem.usage=/replaceitem ... +commands.replaceitem.entity.usage=/replaceitem entity [amount] [data] [dataTag] +commands.replaceitem.block.usage=/replaceitem block [amount] [data] [dataTag] +commands.replaceitem.tagError=Data tag parsing failed: %s +commands.replaceitem.noContainer=Block at %d, %d, %d is not a container +commands.replaceitem.failed=Could not replace slot %d with %d * %s +commands.replaceitem.success=Replaced slot %d with %d * %s +commands.stats.usage=/stats ... +commands.stats.entity.usage=/stats entity +commands.stats.entity.set.usage=/stats entity set +commands.stats.entity.clear.usage=/stats entity clear +commands.stats.block.usage=/stats block ... +commands.stats.block.set.usage=/stats block set +commands.stats.block.clear.usage=/stats block clear +commands.stats.noCompatibleBlock=Block at %d, %d, %d can not track stats +commands.stats.failed=Invalid parameters +commands.stats.cleared=Cleared %s stats +commands.stats.success=Storing %s stats in %s on %s +commands.summon.usage=/summon [x] [y] [z] [dataTag] +commands.summon.success=Object successfully summoned +commands.summon.failed=Unable to summon object +commands.summon.tagError=Data tag parsing failed: %s +commands.summon.outOfWorld=Cannot summon the object out of the world +commands.testforblock.usage=/testforblock [dataValue] [dataTag] +commands.testforblock.failed.tile=The block at %d,%d,%d is %s (expected: %s). +commands.testforblock.failed.data=The block at %d,%d,%d had the data value of %s (expected: %s). +commands.testforblock.failed.nbt=The block at %d,%d,%d did not have the required NBT keys. +commands.testforblock.failed.tileEntity=The block at %d,%d,%d is not a tile entity and cannot support tag matching. +commands.testforblock.success=Successfully found the block at %d,%d,%d. +commands.testforblock.outOfWorld=Cannot test for block outside of the world +commands.setblock.usage=/setblock [dataValue] [oldBlockHandling] [dataTag] +commands.setblock.success=Block placed +commands.setblock.failed=Unable to place block +commands.setblock.tagError=Data tag parsing failed: %s +commands.setblock.outOfWorld=Cannot place block outside of the world +commands.setblock.notFound=There is no such block with ID/name %s +commands.setblock.noChange=The block couldn't be placed +commands.fill.usage=/fill [dataValue] [oldBlockHandling] [dataTag] +commands.fill.outOfWorld=Cannot place blocks outside of the world +commands.fill.tagError=Data tag parsing failed: %s +commands.fill.success=%d blocks filled +commands.fill.failed=No blocks filled +commands.fill.tooManyBlocks=Too many blocks in the specified area (%d > %d) +commands.clone.usage=/clone [maskMode] [cloneMode] +commands.clone.outOfWorld=Cannot access blocks outside of the world +commands.clone.noOverlap=Source and destination can not overlap +commands.clone.success=%d blocks cloned +commands.clone.failed=No blocks cloned +commands.clone.tooManyBlocks=Too many blocks in the specified area (%d > %d) +commands.compare.usage=/testforblocks [mode] +commands.compare.outOfWorld=Cannot access blocks outside of the world +commands.compare.failed=Source and destination are not identical +commands.compare.success=%d blocks compared +commands.compare.tooManyBlocks=Too many blocks in the specified area (%d > %d) +commands.blockdata.usage=/blockdata +commands.blockdata.success=Block data updated to: %s +commands.blockdata.tagError=Data tag parsing failed: %s +commands.blockdata.outOfWorld=Cannot change block outside of the world +commands.blockdata.notValid=The target block is not a data holder block +commands.blockdata.failed=The data tag did not change: %s +commands.entitydata.usage=/entitydata +commands.entitydata.success=Entity data updated to: %s +commands.entitydata.tagError=Data tag parsing failed: %s +commands.entitydata.noPlayers=%s is a player and cannot be changed +commands.entitydata.failed=The data tag did not change: %s +commands.effect.usage=/effect [seconds] [amplifier] [hideParticles] OR /effect clear +commands.effect.notFound=There is no such mob effect with ID %d +commands.effect.success=Given %1$s (ID %2$d) * %3$d to %4$s for %5$d seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.success.removed.all=Took all effects from %s +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.effect.failure.notActive.all=Couldn't take any effects from %s as they do not have any +commands.enchant.usage=/enchant [level] +commands.enchant.notFound=There is no such enchantment with ID %d +commands.enchant.noItem=The target doesn't hold an item +commands.enchant.cantEnchant=The selected enchantment can't be added to the target item +commands.enchant.cantCombine=%1$s can't be combined with %2$s +commands.enchant.success=Enchanting succeeded +commands.particle.usage=/particle [count] [mode] +commands.particle.success=Playing effect %s for %d times +commands.particle.notFound=Unknown effect name (%s) +commands.clear.usage=/clear [player] [item] [data] [maxCount] [dataTag] +commands.clear.success=Cleared the inventory of %s, removing %d items +commands.clear.testing=%s has %d items that match the criteria +commands.clear.failure=Could not clear the inventory of %s, no items to remove +commands.clear.tagError=Data tag parsing failed: %s +commands.downfall.usage=/toggledownfall +commands.downfall.success=Toggled downfall +commands.time.usage=/time +commands.time.added=Added %d to the time +commands.time.set=Set the time to %d +commands.time.query=Time is %d +commands.players.usage=/list +commands.players.list=There are %d/%d players online: +commands.banlist.ips=There are %d total banned IP addresses: +commands.banlist.players=There are %d total banned players: +commands.banlist.usage=/banlist [ips|players] +commands.kill.usage=/kill [player|entity] +commands.kill.successful=Killed %s +commands.kick.success=Kicked %s from the game +commands.kick.success.reason=Kicked %s from the game: '%s' +commands.kick.usage=/kick [reason ...] +commands.op.success=Opped %s +commands.op.failed=Could not op %s +commands.op.usage=/op +commands.deop.success=De-opped %s +commands.deop.failed=Could not de-op %s +commands.deop.usage=/deop +commands.say.usage=/say +commands.ban.success=Banned player %s +commands.ban.failed=Could not ban player %s +commands.ban.usage=/ban [reason ...] +commands.unban.success=Unbanned player %s +commands.unban.failed=Could not unban player %s +commands.unban.usage=/pardon +commands.banip.invalid=You have entered an invalid IP address or a player that is not online +commands.banip.success=Banned IP address %s +commands.banip.success.players=Banned IP address %s belonging to %s +commands.banip.usage=/ban-ip [reason ...] +commands.unbanip.invalid=You have entered an invalid IP address +commands.unbanip.success=Unbanned IP address %s +commands.unbanip.usage=/pardon-ip
+commands.save.usage=/save-all +commands.save-on.alreadyOn=Saving is already turned on. +commands.save-on.usage=/save-on +commands.save-off.alreadyOff=Saving is already turned off. +commands.save-off.usage=/save-off +commands.save.enabled=Turned on world auto-saving +commands.save.disabled=Turned off world auto-saving +commands.save.start=Saving... +commands.save.success=Saved the world +commands.save.failed=Saving failed: %s +commands.stop.usage=/stop +commands.stop.start=Stopping the server +commands.tp.success=Teleported %s to %s +commands.tp.success.coordinates=Teleported %s to %s, %s, %s +commands.tp.usage=/tp [target player] OR /tp [target player] [ ] +commands.tp.notSameDimension=Unable to teleport because players are not in the same dimension +commands.whitelist.list=There are %d (out of %d seen) whitelisted players: +commands.whitelist.enabled=Turned on the whitelist +commands.whitelist.disabled=Turned off the whitelist +commands.whitelist.reloaded=Reloaded the whitelist +commands.whitelist.add.success=Added %s to the whitelist +commands.whitelist.add.failed=Could not add %s to the whitelist +commands.whitelist.add.usage=/whitelist add +commands.whitelist.remove.success=Removed %s from the whitelist +commands.whitelist.remove.failed=Could not remove %s from the whitelist +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.scoreboard.usage=/scoreboard ... +commands.scoreboard.noMultiWildcard=Only one user wildcard allowed +commands.scoreboard.allMatchesFailed=All matches failed +commands.scoreboard.teamNotFound=No team was found by the name '%s' +commands.scoreboard.objectiveNotFound=No objective was found by the name '%s' +commands.scoreboard.objectiveReadOnly=The objective '%s' is read-only and cannot be set +commands.scoreboard.objectives.usage=/scoreboard objectives ... +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [objective] +commands.scoreboard.objectives.setdisplay.invalidSlot=No such display slot '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Cleared objective display slot '%s' +commands.scoreboard.objectives.setdisplay.successSet=Set the display objective in slot '%s' to '%s' +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [display name ...] +commands.scoreboard.objectives.add.wrongType=Invalid objective criteria type '%s' +commands.scoreboard.objectives.add.alreadyExists=An objective with the name '%s' already exists +commands.scoreboard.objectives.add.tooLong=The name '%s' is too long for an objective, it can be at most %d characters long +commands.scoreboard.objectives.add.displayTooLong=The display name '%s' is too long for an objective, it can be at most %d characters long +commands.scoreboard.objectives.add.success=Added new objective '%s' successfully +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.remove.success=Removed objective '%s' successfully +commands.scoreboard.objectives.list.count=Showing %d objective(s) on scoreboard: +commands.scoreboard.objectives.list.entry=- %s: displays as '%s' and is type '%s' +commands.scoreboard.objectives.list.empty=There are no objectives on the scoreboard +commands.scoreboard.players.usage=/scoreboard players ... +commands.scoreboard.players.name.tooLong=The name '%s' is too long for a player, it can be at most %d characters long +commands.scoreboard.players.set.success=Set score of %s for player %s to %d +commands.scoreboard.players.set.tagMismatch=The dataTag does not match for %s +commands.scoreboard.players.set.tagError=Could not parse dataTag, reason: %s +commands.scoreboard.players.set.usage=/scoreboard players set [dataTag] +commands.scoreboard.players.add.usage=/scoreboard players add [dataTag] +commands.scoreboard.players.remove.usage=/scoreboard players remove [dataTag] +commands.scoreboard.players.reset.usage=/scoreboard players reset [objective] +commands.scoreboard.players.reset.success=Reset scores of player %s +commands.scoreboard.players.resetscore.success=Reset score %s of player %s +commands.scoreboard.players.list.usage=/scoreboard players list [name] +commands.scoreboard.players.list.count=Showing %d tracked players on the scoreboard: +commands.scoreboard.players.list.empty=There are no tracked players on the scoreboard +commands.scoreboard.players.list.player.count=Showing %d tracked objective(s) for %s: +commands.scoreboard.players.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.players.list.player.empty=Player %s has no scores recorded +commands.scoreboard.players.enable.usage=/scoreboard players enable +commands.scoreboard.players.enable.success=Enabled trigger %s for %s +commands.scoreboard.players.enable.noTrigger=Objective %s is not a trigger +commands.scoreboard.players.test.usage=/scoreboard players test +commands.scoreboard.players.test.notFound=No %s score for %s found +commands.scoreboard.players.test.failed=Score %d is NOT in range %d to %d +commands.scoreboard.players.test.success=Score %d is in range %d to %d +commands.scoreboard.players.operation.usage=/scoreboard players operation +commands.scoreboard.players.operation.notFound=No %s score for %s found +commands.scoreboard.players.operation.invalidOperation=Invalid operation %s +commands.scoreboard.players.operation.success=Operation applied successfully +commands.scoreboard.teams.usage=/scoreboard teams ... +commands.scoreboard.teams.add.usage=/scoreboard teams add [display name ...] +commands.scoreboard.teams.add.alreadyExists=A team with the name '%s' already exists +commands.scoreboard.teams.add.tooLong=The name '%s' is too long for a team, it can be at most %d characters long +commands.scoreboard.teams.add.displayTooLong=The display name '%s' is too long for a team, it can be at most %d characters long +commands.scoreboard.teams.add.success=Added new team '%s' successfully +commands.scoreboard.teams.list.usage=/scoreboard teams list [name] +commands.scoreboard.teams.list.count=Showing %d teams on the scoreboard: +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' has %3$d players +commands.scoreboard.teams.list.empty=There are no teams registered on the scoreboard +commands.scoreboard.teams.list.player.count=Showing %d player(s) in team %s: +commands.scoreboard.teams.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.teams.list.player.empty=Team %s has no players +commands.scoreboard.teams.empty.usage=/scoreboard teams empty +commands.scoreboard.teams.empty.alreadyEmpty=Team %s is already empty, cannot remove nonexistant players +commands.scoreboard.teams.empty.success=Removed all %d player(s) from team %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.remove.success=Removed team %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [player] +commands.scoreboard.teams.join.success=Added %d player(s) to team %s: %s +commands.scoreboard.teams.join.failure=Could not add %d player(s) to team %s: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [player] +commands.scoreboard.teams.leave.success=Removed %d player(s) from their teams: %s +commands.scoreboard.teams.leave.failure=Could not remove %d player(s) from their teams: %s +commands.scoreboard.teams.leave.noTeam=You are not in a team +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.option.noValue=Valid values for option %s are: %s +commands.scoreboard.teams.option.success=Set option %s for team %s to %s +commands.execute.usage=/execute OR /execute detect +commands.execute.allInvocationsFailed=All invocations failed: '%s' +commands.execute.failed=Failed to execute '%s' as %s +commands.gamemode.success.self=Set own game mode to %s +commands.gamemode.success.other=Set %s's game mode to %s +commands.gamemode.usage=/gamemode [player] +commands.defaultgamemode.usage=/defaultgamemode +commands.defaultgamemode.success=The world's default game mode is now %s +commands.me.usage=/me +commands.help.header=--- Showing help page %d of %d (/help ) --- +commands.help.footer=Tip: Use the key while typing a command to auto-complete the command or its arguments +commands.help.usage=/help [page|command name] +commands.trigger.usage=/trigger +commands.trigger.invalidObjective=Invalid trigger name %s +commands.trigger.invalidMode=Invalid trigger mode %s +commands.trigger.disabled=Trigger %s is not enabled +commands.trigger.invalidPlayer=Only players can use the /trigger command +commands.trigger.success=Trigger %s changed with %s %s +commands.publish.usage=/publish +commands.publish.started=Local game hosted on port %s +commands.publish.failed=Unable to host local game +commands.debug.start=Started debug profiling +commands.debug.stop=Stopped debug profiling after %.2f seconds (%d ticks) +commands.debug.notStarted=Can't stop profiling when we haven't started yet! +commands.debug.usage=/debug +commands.chunkinfo.usage=/chunkinfo [ ] +commands.chunkinfo.location=Chunk location: (%d, %d, %d) +commands.chunkinfo.noChunk=No chunk found at chunk position %d, %d, %d +commands.chunkinfo.notEmpty=Chunk is not empty. +commands.chunkinfo.empty=Chunk is empty. +commands.chunkinfo.notCompiled=Chunk is not compiled. +commands.chunkinfo.compiled=Chunk is compiled. +commands.chunkinfo.hasNoRenderableLayers=Chunk has no renderable layers. +commands.chunkinfo.hasLayers=Chunk has layers: %s +commands.chunkinfo.isEmpty=Chunk has empty layers: %s +commands.chunkinfo.vertices=%s layer's buffer contains %d vertices +commands.chunkinfo.data=First 64 vertices are: %s +commands.tellraw.usage=/tellraw +commands.tellraw.jsonException=Invalid json: %s +commands.message.usage=/tell +commands.message.sameTarget=You can't send a private message to yourself! +commands.message.display.outgoing=You whisper to %s: %s +commands.message.display.incoming=%s whispers to you: %s +commands.difficulty.usage=/difficulty +commands.difficulty.success=Set game difficulty to %s +commands.spawnpoint.usage=/spawnpoint [player] [ ] +commands.spawnpoint.success=Set %s's spawn point to (%d, %d, %d) +commands.setworldspawn.usage=/setworldspawn [ ] +commands.setworldspawn.success=Set the world spawn point to (%d, %d, %d) +commands.gamerule.usage=/gamerule [value] +commands.gamerule.success=Game rule has been updated +commands.gamerule.norule=No game rule called '%s' is available +commands.gamerule.nopermission=Only server owners can change '%s' +commands.weather.usage=/weather [duration in seconds] +commands.weather.clear=Changing to clear weather +commands.weather.rain=Changing to rainy weather +commands.weather.thunder=Changing to rain and thunder +commands.testfor.usage=/testfor [dataTag] +commands.testfor.failure=%s did not match the required data structure +commands.testfor.success=Found %s +commands.testfor.tagError=Data tag parsing failed: %s +commands.seed.usage=/seed +commands.seed.success=Seed: %s +commands.spreadplayers.usage=/spreadplayers +commands.spreadplayers.spreading.teams=Spreading %s teams %s blocks around %s,%s (min %s blocks apart) +commands.spreadplayers.spreading.players=Spreading %s players %s blocks around %s,%s (min %s blocks apart) +commands.spreadplayers.success.teams=Successfully spread %s teams around %s,%s +commands.spreadplayers.success.players=Successfully spread %s players around %s,%s +commands.spreadplayers.info.teams=(Average distance between teams is %s blocks apart after %s iterations) +commands.spreadplayers.info.players=(Average distance between players is %s blocks apart after %s iterations) +commands.spreadplayers.failure.teams=Could not spread %s teams around %s,%s (too many players for space - try using spread of at most %s) +commands.spreadplayers.failure.players=Could not spread %s players around %s,%s (too many players for space - try using spread of at most %s) +commands.achievement.usage=/achievement [player] +commands.achievement.unknownAchievement=Unknown achievement or statistic '%s' +commands.achievement.alreadyHave=Player %s already has achievement %s +commands.achievement.dontHave=Player %s doesn't have achievement %s +commands.achievement.give.success.all=Successfully given all achievements to %s +commands.achievement.give.success.one=Successfully given %s the stat %s +commands.achievement.take.success.all=Successfully taken all achievements from %s +commands.achievement.take.success.one=Successfully taken the stat %s from %s +commands.achievement.statTooLow=Player %s does not have the stat %s +commands.worldborder.usage=/worldborder ... +commands.worldborder.add.usage=/worldborder add [timeInSeconds] +commands.worldborder.set.usage=/worldborder set [timeInSeconds] +commands.worldborder.set.success=Set world border to %s blocks wide (from %s blocks) +commands.worldborder.get.success=World border is currently %s blocks wide +commands.worldborder.setSlowly.shrink.success=Shrinking world border to %s blocks wide (down from %s blocks) over %s seconds +commands.worldborder.setSlowly.grow.success=Growing world border to %s blocks wide (up from %s blocks) over %s seconds +commands.worldborder.center.usage=/worldborder center +commands.worldborder.center.success=Set world border center to %s,%s +commands.worldborder.damage.usage=/worldborder damage +commands.worldborder.damage.buffer.usage=/worldborder damage buffer +commands.worldborder.damage.buffer.success=Set world border damage buffer to %s blocks (from %s blocks) +commands.worldborder.damage.amount.usage=/worldborder damage amount +commands.worldborder.damage.amount.success=Set world border damage amount to %s per block (from %s per block) +commands.worldborder.warning.usage=/worldborder warning +commands.worldborder.warning.time.usage=/worldborder warning time +commands.worldborder.warning.time.success=Set world border warning to %s seconds away (from %s seconds) +commands.worldborder.warning.distance.usage=/worldborder warning distance +commands.worldborder.warning.distance.success=Set world border warning to %s blocks away (from %s blocks) +commands.title.usage=/title ... +commands.title.usage.title=/title title|subtitle +commands.title.usage.clear=/title clear|reset +commands.title.usage.times=/title times +commands.title.success=Title command successfully executed + +itemGroup.buildingBlocks=Building Blocks +itemGroup.decorations=Decoration Blocks +itemGroup.redstone=Redstone +itemGroup.transportation=Transportation +itemGroup.misc=Miscellaneous +itemGroup.search=Search Items +itemGroup.food=Foodstuffs +itemGroup.tools=Tools +itemGroup.combat=Combat +itemGroup.brewing=Brewing +itemGroup.materials=Materials +itemGroup.inventory=Survival Inventory + +inventory.binSlot=Destroy Item + +advMode.setCommand=Set Console Command for Block +advMode.setCommand.success=Command set: %s +advMode.command=Console Command +advMode.nearestPlayer=Use "@p" to target nearest player +advMode.randomPlayer=Use "@r" to target random player +advMode.allPlayers=Use "@a" to target all players +advMode.allEntities=Use "@e" to target all entities +advMode.previousOutput=Previous Output + +advMode.notEnabled=Command blocks are not enabled on this server +advMode.notAllowed=Must be an opped player in creative mode + +mount.onboard=Press %1$s to dismount + +build.tooHigh=Height limit for building is %s blocks + +attribute.modifier.plus.0=+%d %s +attribute.modifier.plus.1=+%d%% %s +attribute.modifier.plus.2=+%d%% %s +attribute.modifier.take.0=-%d %s +attribute.modifier.take.1=-%d%% %s +attribute.modifier.take.2=-%d%% %s + +attribute.name.horse.jumpStrength=Horse Jump Strength +attribute.name.zombie.spawnReinforcements=Zombie Reinforcements +attribute.name.generic.maxHealth=Max Health +attribute.name.generic.followRange=Mob Follow Range +attribute.name.generic.knockbackResistance=Knockback Resistance +attribute.name.generic.movementSpeed=Speed +attribute.name.generic.attackDamage=Attack Damage + +screenshot.success=Saved screenshot as %s +screenshot.failure=Couldn't save screenshot: %s + +stream.user.mode.moderator=Moderator +stream.user.mode.moderator.self=Moderator on your channel +stream.user.mode.moderator.other=Moderator on %s's channel +stream.user.mode.broadcaster=Broadcaster +stream.user.mode.broadcaster.self=Broadcaster (You!) +stream.user.mode.broadcaster.other=Broadcaster +stream.user.mode.administrator=Twitch Administrator +stream.user.mode.staff=Twitch Staff +stream.user.mode.banned=Banned +stream.user.mode.banned.self=Banned on your channel +stream.user.mode.banned.other=Banned on %s's channel +stream.user.subscription.subscriber=Subscriber +stream.user.subscription.subscriber.self=Subscriber to your channel +stream.user.subscription.subscriber.other=Subscriber to %s's channel +stream.user.subscription.turbo=Twitch Turbo + +stream.unavailable.title=Twitch Broadcasting Unavailable +stream.unavailable.report_to_mojang=Report to Mojang + +stream.confirm_start=Are you sure you want to start broadcasting? + +stream.unavailable.account_not_bound=Before you can broadcast Minecraft through Twitch, you will need to link your Twitch account on mojang.com. Would you like to do that now? +stream.unavailable.account_not_bound.okay=Link Accounts +stream.unavailable.account_not_migrated=Before you can broadcast Minecraft through Twitch, you will need to migrate your Minecraft account to a Mojang account. Would you like to do that now? +stream.unavailable.account_not_migrated.okay=Migrate Account +stream.unavailable.failed_auth=Authentication to Twitch failed. Please go to mojang.com and rebind your Twitch account. +stream.unavailable.failed_auth.okay=Rebind Accounts +stream.unavailable.failed_auth_error=Unable to authenticate to Twitch. Please try again later. +stream.unavailable.initialization_failure=Unable to initialize the Twitch SDK. +stream.unavailable.initialization_failure.extra=(Reason: %s) +stream.unavailable.library_arch_mismatch=The custom java version used to launch Minecraft has a different architecture than the one used to run the launcher. Please make sure these are the same, either 32-bit or 64-bit for both. +stream.unavailable.library_failure=Unable to load the libraries needed for the integrated Twitch broadcasting service. +stream.unavailable.no_fbo=Your video card needs to support at least OpenGL version 3.0 or support Framebuffer Objects via an extension to use the integrated Twitch broadcasting. +stream.unavailable.no_fbo.version=You are currently using: %s +stream.unavailable.no_fbo.blend=Separate blending support via EXT is: %s +stream.unavailable.no_fbo.arb=Framebuffer object support via ARB is: %s +stream.unavailable.no_fbo.ext=Framebuffer object support via EXT is: %s +stream.unavailable.not_supported.windows=Unfortunately the integrated Twitch broadcasting requires a newer version of Windows than you are on. You must have at least Windows Vista or newer. +stream.unavailable.not_supported.mac=Unfortunately the integrated Twitch broadcasting on Mac requires a version of OSX newer than the one you are on. You must use 10.7 (Mac OS X Lion) or newer to be able to use this service. Would you like to visit apple.com to learn about upgrading? +stream.unavailable.not_supported.mac.okay=Upgrade +stream.unavailable.not_supported.other=Unfortunately the integrated Twitch broadcasting service requires Windows (Vista or newer) or Mac OS X (10.7/Lion or newer) +stream.unavailable.unknown=Unfortunately you cannot broadcast to Twitch at this time. And we don't know why :'( +stream.unavailable.unknown.chat=Could not start stream: %s + +stream.unavailable.soundflower.chat=Soundflower is required to be able to stream on Mac. %s +stream.unavailable.soundflower.chat.link=Please click here to install it. + +stream.userinfo.chatTooltip=Click to manage user +stream.userinfo.timeout=Timeout +stream.userinfo.ban=Ban +stream.userinfo.unban=Unban +stream.userinfo.mod=Promote to Moderator +stream.userinfo.unmod=Demote from Moderator + +item.banner.black.name=Black Banner +item.banner.red.name=Red Banner +item.banner.green.name=Green Banner +item.banner.brown.name=Brown Banner +item.banner.blue.name=Blue Banner +item.banner.purple.name=Purple Banner +item.banner.cyan.name=Cyan Banner +item.banner.silver.name=Light Gray Banner +item.banner.gray.name=Gray Banner +item.banner.pink.name=Pink Banner +item.banner.lime.name=Lime Banner +item.banner.yellow.name=Yellow Banner +item.banner.lightBlue.name=Light Blue Banner +item.banner.magenta.name=Magenta Banner +item.banner.orange.name=Orange Banner +item.banner.white.name=White Banner + +item.banner.square_bottom_left.black=Black Base Dexter Canton +item.banner.square_bottom_left.red=Red Base Dexter Canton +item.banner.square_bottom_left.green=Green Base Dexter Canton +item.banner.square_bottom_left.brown=Brown Base Dexter Canton +item.banner.square_bottom_left.blue=Blue Base Dexter Canton +item.banner.square_bottom_left.purple=Purple Base Dexter Canton +item.banner.square_bottom_left.cyan=Cyan Base Dexter Canton +item.banner.square_bottom_left.silver=Light Gray Base Dexter Canton +item.banner.square_bottom_left.gray=Gray Base Dexter Canton +item.banner.square_bottom_left.pink=Pink Base Dexter Canton +item.banner.square_bottom_left.lime=Lime Base Dexter Canton +item.banner.square_bottom_left.yellow=Yellow Base Dexter Canton +item.banner.square_bottom_left.lightBlue=Light Blue Base Dexter Canton +item.banner.square_bottom_left.magenta=Magenta Base Dexter Canton +item.banner.square_bottom_left.orange=Orange Base Dexter Canton +item.banner.square_bottom_left.white=White Base Dexter Canton + +item.banner.square_bottom_right.black=Black Base Sinister Canton +item.banner.square_bottom_right.red=Red Base Sinister Canton +item.banner.square_bottom_right.green=Green Base Sinister Canton +item.banner.square_bottom_right.brown=Brown Base Sinister Canton +item.banner.square_bottom_right.blue=Blue Base Sinister Canton +item.banner.square_bottom_right.purple=Purple Base Sinister Canton +item.banner.square_bottom_right.cyan=Cyan Base Sinister Canton +item.banner.square_bottom_right.silver=Light Gray Base Sinister Canton +item.banner.square_bottom_right.gray=Gray Base Sinister Canton +item.banner.square_bottom_right.pink=Pink Base Sinister Canton +item.banner.square_bottom_right.lime=Lime Base Sinister Canton +item.banner.square_bottom_right.yellow=Yellow Base Sinister Canton +item.banner.square_bottom_right.lightBlue=Light Blue Base Sinister Canton +item.banner.square_bottom_right.magenta=Magenta Base Sinister Canton +item.banner.square_bottom_right.orange=Orange Base Sinister Canton +item.banner.square_bottom_right.white=White Base Sinister Canton + +item.banner.square_top_left.black=Black Chief Dexter Canton +item.banner.square_top_left.red=Red Chief Dexter Canton +item.banner.square_top_left.green=Green Chief Dexter Canton +item.banner.square_top_left.brown=Brown Chief Dexter Canton +item.banner.square_top_left.blue=Blue Chief Dexter Canton +item.banner.square_top_left.purple=Purple Chief Dexter Canton +item.banner.square_top_left.cyan=Cyan Chief Dexter Canton +item.banner.square_top_left.silver=Light Gray Chief Dexter Canton +item.banner.square_top_left.gray=Gray Chief Dexter Canton +item.banner.square_top_left.pink=Pink Chief Dexter Canton +item.banner.square_top_left.lime=Lime Chief Dexter Canton +item.banner.square_top_left.yellow=Yellow Chief Dexter Canton +item.banner.square_top_left.lightBlue=Light Blue Chief Dexter Canton +item.banner.square_top_left.magenta=Magenta Chief Dexter Canton +item.banner.square_top_left.orange=Orange Chief Dexter Canton +item.banner.square_top_left.white=White Chief Dexter Canton + +item.banner.square_top_right.black=Black Chief Sinister Canton +item.banner.square_top_right.red=Red Chief Sinister Canton +item.banner.square_top_right.green=Green Chief Sinister Canton +item.banner.square_top_right.brown=Brown Chief Sinister Canton +item.banner.square_top_right.blue=Blue Chief Sinister Canton +item.banner.square_top_right.purple=Purple Chief Sinister Canton +item.banner.square_top_right.cyan=Cyan Chief Sinister Canton +item.banner.square_top_right.silver=Light Gray Chief Sinister Canton +item.banner.square_top_right.gray=Gray Chief Sinister Canton +item.banner.square_top_right.pink=Pink Chief Sinister Canton +item.banner.square_top_right.lime=Lime Chief Sinister Canton +item.banner.square_top_right.yellow=Yellow Chief Sinister Canton +item.banner.square_top_right.lightBlue=Light Blue Chief Sinister Canton +item.banner.square_top_right.magenta=Magenta Chief Sinister Canton +item.banner.square_top_right.orange=Orange Chief Sinister Canton +item.banner.square_top_right.white=White Chief Sinister Canton + +item.banner.stripe_bottom.black=Black Base Fess +item.banner.stripe_bottom.red=Red Base Fess +item.banner.stripe_bottom.green=Green Base Fess +item.banner.stripe_bottom.brown=Brown Base Fess +item.banner.stripe_bottom.blue=Blue Base Fess +item.banner.stripe_bottom.purple=Purple Base Fess +item.banner.stripe_bottom.cyan=Cyan Base Fess +item.banner.stripe_bottom.silver=Light Gray Base Fess +item.banner.stripe_bottom.gray=Gray Base Fess +item.banner.stripe_bottom.pink=Pink Base Fess +item.banner.stripe_bottom.lime=Lime Base Fess +item.banner.stripe_bottom.yellow=Yellow Base Fess +item.banner.stripe_bottom.lightBlue=Light Blue Base Fess +item.banner.stripe_bottom.magenta=Magenta Base Fess +item.banner.stripe_bottom.orange=Orange Base Fess +item.banner.stripe_bottom.white=White Base Fess + +item.banner.stripe_top.black=Black Chief Fess +item.banner.stripe_top.red=Red Chief Fess +item.banner.stripe_top.green=Green Chief Fess +item.banner.stripe_top.brown=Brown Chief Fess +item.banner.stripe_top.blue=Blue Chief Fess +item.banner.stripe_top.purple=Purple Chief Fess +item.banner.stripe_top.cyan=Cyan Chief Fess +item.banner.stripe_top.silver=Light Gray Chief Fess +item.banner.stripe_top.gray=Gray Chief Fess +item.banner.stripe_top.pink=Pink Chief Fess +item.banner.stripe_top.lime=Lime Chief Fess +item.banner.stripe_top.yellow=Yellow Chief Fess +item.banner.stripe_top.lightBlue=Light Blue Chief Fess +item.banner.stripe_top.magenta=Magenta Chief Fess +item.banner.stripe_top.orange=Orange Chief Fess +item.banner.stripe_top.white=White Chief Fess + +item.banner.stripe_left.black=Black Pale Dexter +item.banner.stripe_left.red=Red Pale Dexter +item.banner.stripe_left.green=Green Pale Dexter +item.banner.stripe_left.brown=Brown Pale Dexter +item.banner.stripe_left.blue=Blue Pale Dexter +item.banner.stripe_left.purple=Purple Pale Dexter +item.banner.stripe_left.cyan=Cyan Pale Dexter +item.banner.stripe_left.silver=Light Gray Pale Dexter +item.banner.stripe_left.gray=Gray Pale Dexter +item.banner.stripe_left.pink=Pink Pale Dexter +item.banner.stripe_left.lime=Lime Pale Dexter +item.banner.stripe_left.yellow=Yellow Pale Dexter +item.banner.stripe_left.lightBlue=Light Blue Pale Dexter +item.banner.stripe_left.magenta=Magenta Pale Dexter +item.banner.stripe_left.orange=Orange Pale Dexter +item.banner.stripe_left.white=White Pale Dexter + +item.banner.stripe_right.black=Black Pale Sinister +item.banner.stripe_right.red=Red Pale Sinister +item.banner.stripe_right.green=Green Pale Sinister +item.banner.stripe_right.brown=Brown Pale Sinister +item.banner.stripe_right.blue=Blue Pale Sinister +item.banner.stripe_right.purple=Purple Pale Sinister +item.banner.stripe_right.cyan=Cyan Pale Sinister +item.banner.stripe_right.silver=Light Gray Pale Sinister +item.banner.stripe_right.gray=Gray Pale Sinister +item.banner.stripe_right.pink=Pink Pale Sinister +item.banner.stripe_right.lime=Lime Pale Sinister +item.banner.stripe_right.yellow=Yellow Pale Sinister +item.banner.stripe_right.lightBlue=Light Blue Pale Sinister +item.banner.stripe_right.magenta=Magenta Pale Sinister +item.banner.stripe_right.orange=Orange Pale Sinister +item.banner.stripe_right.white=White Pale Sinister + +item.banner.stripe_center.black=Black Pale +item.banner.stripe_center.red=Red Pale +item.banner.stripe_center.green=Green Pale +item.banner.stripe_center.brown=Brown Pale +item.banner.stripe_center.blue=Blue Pale +item.banner.stripe_center.purple=Purple Pale +item.banner.stripe_center.cyan=Cyan Pale +item.banner.stripe_center.silver=Light Gray Pale +item.banner.stripe_center.gray=Gray Pale +item.banner.stripe_center.pink=Pink Pale +item.banner.stripe_center.lime=Lime Pale +item.banner.stripe_center.yellow=Yellow Pale +item.banner.stripe_center.lightBlue=Light Blue Pale +item.banner.stripe_center.magenta=Magenta Pale +item.banner.stripe_center.orange=Orange Pale +item.banner.stripe_center.white=White Pale + +item.banner.stripe_middle.black=Black Fess +item.banner.stripe_middle.red=Red Fess +item.banner.stripe_middle.green=Green Fess +item.banner.stripe_middle.brown=Brown Fess +item.banner.stripe_middle.blue=Blue Fess +item.banner.stripe_middle.purple=Purple Fess +item.banner.stripe_middle.cyan=Cyan Fess +item.banner.stripe_middle.silver=Light Gray Fess +item.banner.stripe_middle.gray=Gray Fess +item.banner.stripe_middle.pink=Pink Fess +item.banner.stripe_middle.lime=Lime Fess +item.banner.stripe_middle.yellow=Yellow Fess +item.banner.stripe_middle.lightBlue=Light Blue Fess +item.banner.stripe_middle.magenta=Magenta Fess +item.banner.stripe_middle.orange=Orange Fess +item.banner.stripe_middle.white=White Fess + +item.banner.stripe_downright.black=Black Bend +item.banner.stripe_downright.red=Red Bend +item.banner.stripe_downright.green=Green Bend +item.banner.stripe_downright.brown=Brown Bend +item.banner.stripe_downright.blue=Blue Bend +item.banner.stripe_downright.purple=Purple Bend +item.banner.stripe_downright.cyan=Cyan Bend +item.banner.stripe_downright.silver=Light Gray Bend +item.banner.stripe_downright.gray=Gray Bend +item.banner.stripe_downright.pink=Pink Bend +item.banner.stripe_downright.lime=Lime Bend +item.banner.stripe_downright.yellow=Yellow Bend +item.banner.stripe_downright.lightBlue=Light Blue Bend +item.banner.stripe_downright.magenta=Magenta Bend +item.banner.stripe_downright.orange=Orange Bend +item.banner.stripe_downright.white=White Bend + +item.banner.stripe_downleft.black=Black Bend Sinister +item.banner.stripe_downleft.red=Red Bend Sinister +item.banner.stripe_downleft.green=Green Bend Sinister +item.banner.stripe_downleft.brown=Brown Bend Sinister +item.banner.stripe_downleft.blue=Blue Bend Sinister +item.banner.stripe_downleft.purple=Purple Bend Sinister +item.banner.stripe_downleft.cyan=Cyan Bend Sinister +item.banner.stripe_downleft.silver=Light Gray Bend Sinister +item.banner.stripe_downleft.gray=Gray Bend Sinister +item.banner.stripe_downleft.pink=Pink Bend Sinister +item.banner.stripe_downleft.lime=Lime Bend Sinister +item.banner.stripe_downleft.yellow=Yellow Bend Sinister +item.banner.stripe_downleft.lightBlue=Light Blue Bend Sinister +item.banner.stripe_downleft.magenta=Magenta Bend Sinister +item.banner.stripe_downleft.orange=Orange Bend Sinister +item.banner.stripe_downleft.white=White Bend Sinister + +item.banner.small_stripes.black=Black Paly +item.banner.small_stripes.red=Red Paly +item.banner.small_stripes.green=Green Paly +item.banner.small_stripes.brown=Brown Paly +item.banner.small_stripes.blue=Blue Paly +item.banner.small_stripes.purple=Purple Paly +item.banner.small_stripes.cyan=Cyan Paly +item.banner.small_stripes.silver=Light Gray Paly +item.banner.small_stripes.gray=Gray Paly +item.banner.small_stripes.pink=Pink Paly +item.banner.small_stripes.lime=Lime Paly +item.banner.small_stripes.yellow=Yellow Paly +item.banner.small_stripes.lightBlue=Light Blue Paly +item.banner.small_stripes.magenta=Magenta Paly +item.banner.small_stripes.orange=Orange Paly +item.banner.small_stripes.white=White Paly + +item.banner.cross.black=Black Saltire +item.banner.cross.red=Red Saltire +item.banner.cross.green=Green Saltire +item.banner.cross.brown=Brown Saltire +item.banner.cross.blue=Blue Saltire +item.banner.cross.purple=Purple Saltire +item.banner.cross.cyan=Cyan Saltire +item.banner.cross.silver=Light Gray Saltire +item.banner.cross.gray=Gray Saltire +item.banner.cross.pink=Pink Saltire +item.banner.cross.lime=Lime Saltire +item.banner.cross.yellow=Yellow Saltire +item.banner.cross.lightBlue=Light Blue Saltire +item.banner.cross.magenta=Magenta Saltire +item.banner.cross.orange=Orange Saltire +item.banner.cross.white=White Saltire + +item.banner.triangle_bottom.black=Black Chevron +item.banner.triangle_bottom.red=Red Chevron +item.banner.triangle_bottom.green=Green Chevron +item.banner.triangle_bottom.brown=Brown Chevron +item.banner.triangle_bottom.blue=Blue Chevron +item.banner.triangle_bottom.purple=Purple Chevron +item.banner.triangle_bottom.cyan=Cyan Chevron +item.banner.triangle_bottom.silver=Light Gray Chevron +item.banner.triangle_bottom.gray=Gray Chevron +item.banner.triangle_bottom.pink=Pink Chevron +item.banner.triangle_bottom.lime=Lime Chevron +item.banner.triangle_bottom.yellow=Yellow Chevron +item.banner.triangle_bottom.lightBlue=Light Blue Chevron +item.banner.triangle_bottom.magenta=Magenta Chevron +item.banner.triangle_bottom.orange=Orange Chevron +item.banner.triangle_bottom.white=White Chevron + +item.banner.triangle_top.black=Black Inverted Chevron +item.banner.triangle_top.red=Red Inverted Chevron +item.banner.triangle_top.green=Green Inverted Chevron +item.banner.triangle_top.brown=Brown Inverted Chevron +item.banner.triangle_top.blue=Blue Inverted Chevron +item.banner.triangle_top.purple=Purple Inverted Chevron +item.banner.triangle_top.cyan=Cyan Inverted Chevron +item.banner.triangle_top.silver=Light Gray Inverted Chevron +item.banner.triangle_top.gray=Gray Inverted Chevron +item.banner.triangle_top.pink=Pink Inverted Chevron +item.banner.triangle_top.lime=Lime Inverted Chevron +item.banner.triangle_top.yellow=Yellow Inverted Chevron +item.banner.triangle_top.lightBlue=Light Blue Inverted Chevron +item.banner.triangle_top.magenta=Magenta Inverted Chevron +item.banner.triangle_top.orange=Orange Inverted Chevron +item.banner.triangle_top.white=White Inverted Chevron + +item.banner.triangles_bottom.black=Black Base Indented +item.banner.triangles_bottom.red=Red Base Indented +item.banner.triangles_bottom.green=Green Base Indented +item.banner.triangles_bottom.brown=Brown Base Indented +item.banner.triangles_bottom.blue=Blue Base Indented +item.banner.triangles_bottom.purple=Purple Base Indented +item.banner.triangles_bottom.cyan=Cyan Base Indented +item.banner.triangles_bottom.silver=Light Gray Base Indented +item.banner.triangles_bottom.gray=Gray Base Indented +item.banner.triangles_bottom.pink=Pink Base Indented +item.banner.triangles_bottom.lime=Lime Base Indented +item.banner.triangles_bottom.yellow=Yellow Base Indented +item.banner.triangles_bottom.lightBlue=Light Blue Base Indented +item.banner.triangles_bottom.magenta=Magenta Base Indented +item.banner.triangles_bottom.orange=Orange Base Indented +item.banner.triangles_bottom.white=White Base Indented + +item.banner.triangles_top.black=Black Chief Indented +item.banner.triangles_top.red=Red Chief Indented +item.banner.triangles_top.green=Green Chief Indented +item.banner.triangles_top.brown=Brown Chief Indented +item.banner.triangles_top.blue=Blue Chief Indented +item.banner.triangles_top.purple=Purple Chief Indented +item.banner.triangles_top.cyan=Cyan Chief Indented +item.banner.triangles_top.silver=Light Gray Chief Indented +item.banner.triangles_top.gray=Gray Chief Indented +item.banner.triangles_top.pink=Pink Chief Indented +item.banner.triangles_top.lime=Lime Chief Indented +item.banner.triangles_top.yellow=Yellow Chief Indented +item.banner.triangles_top.lightBlue=Light Blue Chief Indented +item.banner.triangles_top.magenta=Magenta Chief Indented +item.banner.triangles_top.orange=Orange Chief Indented +item.banner.triangles_top.white=White Chief Indented + +item.banner.diagonal_left.black=Black Per Bend Sinister +item.banner.diagonal_left.red=Red Per Bend Sinister +item.banner.diagonal_left.green=Green Per Bend Sinister +item.banner.diagonal_left.brown=Brown Per Bend Sinister +item.banner.diagonal_left.blue=Blue Per Bend Sinister +item.banner.diagonal_left.purple=Purple Per Bend Sinister +item.banner.diagonal_left.cyan=Cyan Per Bend Sinister +item.banner.diagonal_left.silver=Light Gray Per Bend Sinister +item.banner.diagonal_left.gray=Gray Per Bend Sinister +item.banner.diagonal_left.pink=Pink Per Bend Sinister +item.banner.diagonal_left.lime=Lime Per Bend Sinister +item.banner.diagonal_left.yellow=Yellow Per Bend Sinister +item.banner.diagonal_left.lightBlue=Light Blue Per Bend Sinister +item.banner.diagonal_left.magenta=Magenta Per Bend Sinister +item.banner.diagonal_left.orange=Orange Per Bend Sinister +item.banner.diagonal_left.white=White Per Bend Sinister + +item.banner.diagonal_right.black=Black Per Bend +item.banner.diagonal_right.red=Red Per Bend +item.banner.diagonal_right.green=Green Per Bend +item.banner.diagonal_right.brown=Brown Per Bend +item.banner.diagonal_right.blue=Blue Per Bend +item.banner.diagonal_right.purple=Purple Per Bend +item.banner.diagonal_right.cyan=Cyan Per Bend +item.banner.diagonal_right.silver=Light Gray Per Bend +item.banner.diagonal_right.gray=Gray Per Bend +item.banner.diagonal_right.pink=Pink Per Bend +item.banner.diagonal_right.lime=Lime Per Bend +item.banner.diagonal_right.yellow=Yellow Per Bend +item.banner.diagonal_right.lightBlue=Light Blue Per Bend +item.banner.diagonal_right.magenta=Magenta Per Bend +item.banner.diagonal_right.orange=Orange Per Bend +item.banner.diagonal_right.white=White Per Bend + +item.banner.diagonal_up_left.black=Black Per Bend Inverted +item.banner.diagonal_up_left.red=Red Per Bend Inverted +item.banner.diagonal_up_left.green=Green Per Bend Inverted +item.banner.diagonal_up_left.brown=Brown Per Bend Inverted +item.banner.diagonal_up_left.blue=Blue Per Bend Inverted +item.banner.diagonal_up_left.purple=Purple Per Bend Inverted +item.banner.diagonal_up_left.cyan=Cyan Per Bend Inverted +item.banner.diagonal_up_left.silver=Light Gray Per Bend Inverted +item.banner.diagonal_up_left.gray=Gray Per Bend Inverted +item.banner.diagonal_up_left.pink=Pink Per Bend Inverted +item.banner.diagonal_up_left.lime=Lime Per Bend Inverted +item.banner.diagonal_up_left.yellow=Yellow Per Bend Inverted +item.banner.diagonal_up_left.lightBlue=Light Blue Per Bend Inverted +item.banner.diagonal_up_left.magenta=Magenta Per Bend Inverted +item.banner.diagonal_up_left.orange=Orange Per Bend Inverted +item.banner.diagonal_up_left.white=White Per Bend Inverted + +item.banner.diagonal_up_right.black=Black Per Bend Sinister Inverted +item.banner.diagonal_up_right.red=Red Per Bend Sinister Inverted +item.banner.diagonal_up_right.green=Green Per Bend Sinister Inverted +item.banner.diagonal_up_right.brown=Brown Per Bend Sinister Inverted +item.banner.diagonal_up_right.blue=Blue Per Bend Sinister Inverted +item.banner.diagonal_up_right.purple=Purple Per Bend Sinister Inverted +item.banner.diagonal_up_right.cyan=Cyan Per Bend Sinister Inverted +item.banner.diagonal_up_right.silver=Light Gray Per Bend Sinister Inverted +item.banner.diagonal_up_right.gray=Gray Per Bend Sinister Inverted +item.banner.diagonal_up_right.pink=Pink Per Bend Sinister Inverted +item.banner.diagonal_up_right.lime=Lime Per Bend Sinister Inverted +item.banner.diagonal_up_right.yellow=Yellow Per Bend Sinister Inverted +item.banner.diagonal_up_right.lightBlue=Light Blue Per Bend Sinister Inverted +item.banner.diagonal_up_right.magenta=Magenta Per Bend Sinister Inverted +item.banner.diagonal_up_right.orange=Orange Per Bend Sinister Inverted +item.banner.diagonal_up_right.white=White Per Bend Sinister Inverted + +item.banner.circle.black=Black Roundel +item.banner.circle.red=Red Roundel +item.banner.circle.green=Green Roundel +item.banner.circle.brown=Brown Roundel +item.banner.circle.blue=Blue Roundel +item.banner.circle.purple=Purple Roundel +item.banner.circle.cyan=Cyan Roundel +item.banner.circle.silver=Light Gray Roundel +item.banner.circle.gray=Gray Roundel +item.banner.circle.pink=Pink Roundel +item.banner.circle.lime=Lime Roundel +item.banner.circle.yellow=Yellow Roundel +item.banner.circle.lightBlue=Light Blue Roundel +item.banner.circle.magenta=Magenta Roundel +item.banner.circle.orange=Orange Roundel +item.banner.circle.white=White Roundel + +item.banner.rhombus.black=Black Lozenge +item.banner.rhombus.red=Red Lozenge +item.banner.rhombus.green=Green Lozenge +item.banner.rhombus.brown=Brown Lozenge +item.banner.rhombus.blue=Blue Lozenge +item.banner.rhombus.purple=Purple Lozenge +item.banner.rhombus.cyan=Cyan Lozenge +item.banner.rhombus.silver=Light Gray Lozenge +item.banner.rhombus.gray=Gray Lozenge +item.banner.rhombus.pink=Pink Lozenge +item.banner.rhombus.lime=Lime Lozenge +item.banner.rhombus.yellow=Yellow Lozenge +item.banner.rhombus.lightBlue=Light Blue Lozenge +item.banner.rhombus.magenta=Magenta Lozenge +item.banner.rhombus.orange=Orange Lozenge +item.banner.rhombus.white=White Lozenge + +item.banner.half_vertical.black=Black Per Pale +item.banner.half_vertical.red=Red Per Pale +item.banner.half_vertical.green=Green Per Pale +item.banner.half_vertical.brown=Brown Per Pale +item.banner.half_vertical.blue=Blue Per Pale +item.banner.half_vertical.purple=Purple Per Pale +item.banner.half_vertical.cyan=Cyan Per Pale +item.banner.half_vertical.silver=Light Gray Per Pale +item.banner.half_vertical.gray=Gray Per Pale +item.banner.half_vertical.pink=Pink Per Pale +item.banner.half_vertical.lime=Lime Per Pale +item.banner.half_vertical.yellow=Yellow Per Pale +item.banner.half_vertical.lightBlue=Light Blue Per Pale +item.banner.half_vertical.magenta=Magenta Per Pale +item.banner.half_vertical.orange=Orange Per Pale +item.banner.half_vertical.white=White Per Pale + +item.banner.half_horizontal.black=Black Per Fess +item.banner.half_horizontal.red=Red Per Fess +item.banner.half_horizontal.green=Green Per Fess +item.banner.half_horizontal.brown=Brown Per Fess +item.banner.half_horizontal.blue=Blue Per Fess +item.banner.half_horizontal.purple=Purple Per Fess +item.banner.half_horizontal.cyan=Cyan Per Fess +item.banner.half_horizontal.silver=Light Gray Per Fess +item.banner.half_horizontal.gray=Gray Per Fess +item.banner.half_horizontal.pink=Pink Per Fess +item.banner.half_horizontal.lime=Lime Per Fess +item.banner.half_horizontal.yellow=Yellow Per Fess +item.banner.half_horizontal.lightBlue=Light Blue Per Fess +item.banner.half_horizontal.magenta=Magenta Per Fess +item.banner.half_horizontal.orange=Orange Per Fess +item.banner.half_horizontal.white=White Per Fess + +item.banner.half_vertical_right.black=Black Per Pale Inverted +item.banner.half_vertical_right.red=Red Per Pale Inverted +item.banner.half_vertical_right.green=Green Per Pale Inverted +item.banner.half_vertical_right.brown=Brown Per Pale Inverted +item.banner.half_vertical_right.blue=Blue Per Pale Inverted +item.banner.half_vertical_right.purple=Purple Per Pale Inverted +item.banner.half_vertical_right.cyan=Cyan Per Pale Inverted +item.banner.half_vertical_right.silver=Light Gray Per Pale Inverted +item.banner.half_vertical_right.gray=Gray Per Pale Inverted +item.banner.half_vertical_right.pink=Pink Per Pale Inverted +item.banner.half_vertical_right.lime=Lime Per Pale Inverted +item.banner.half_vertical_right.yellow=Yellow Per Pale Inverted +item.banner.half_vertical_right.lightBlue=Light Blue Per Pale Inverted +item.banner.half_vertical_right.magenta=Magenta Per Pale Inverted +item.banner.half_vertical_right.orange=Orange Per Pale Inverted +item.banner.half_vertical_right.white=White Per Pale Inverted + +item.banner.half_horizontal_bottom.black=Black Per Fess Inverted +item.banner.half_horizontal_bottom.red=Red Per Fess Inverted +item.banner.half_horizontal_bottom.green=Green Per Fess Inverted +item.banner.half_horizontal_bottom.brown=Brown Per Fess Inverted +item.banner.half_horizontal_bottom.blue=Blue Per Fess Inverted +item.banner.half_horizontal_bottom.purple=Purple Per Fess Inverted +item.banner.half_horizontal_bottom.cyan=Cyan Per Fess Inverted +item.banner.half_horizontal_bottom.silver=Light Gray Per Fess Inverted +item.banner.half_horizontal_bottom.gray=Gray Per Fess Inverted +item.banner.half_horizontal_bottom.pink=Pink Per Fess Inverted +item.banner.half_horizontal_bottom.lime=Lime Per Fess Inverted +item.banner.half_horizontal_bottom.yellow=Yellow Per Fess Inverted +item.banner.half_horizontal_bottom.lightBlue=Light Blue Per Fess Inverted +item.banner.half_horizontal_bottom.magenta=Magenta Per Fess Inverted +item.banner.half_horizontal_bottom.orange=Orange Per Fess Inverted +item.banner.half_horizontal_bottom.white=White Per Fess Inverted + +item.banner.creeper.black=Black Creeper Charge +item.banner.creeper.red=Red Creeper Charge +item.banner.creeper.green=Green Creeper Charge +item.banner.creeper.brown=Brown Creeper Charge +item.banner.creeper.blue=Blue Creeper Charge +item.banner.creeper.purple=Purple Creeper Charge +item.banner.creeper.cyan=Cyan Creeper Charge +item.banner.creeper.silver=Light Gray Creeper Charge +item.banner.creeper.gray=Gray Creeper Charge +item.banner.creeper.pink=Pink Creeper Charge +item.banner.creeper.lime=Lime Creeper Charge +item.banner.creeper.yellow=Yellow Creeper Charge +item.banner.creeper.lightBlue=Light Blue Creeper Charge +item.banner.creeper.magenta=Magenta Creeper Charge +item.banner.creeper.orange=Orange Creeper Charge +item.banner.creeper.white=White Creeper Charge + +item.banner.bricks.black=Black Field Masoned +item.banner.bricks.red=Red Field Masoned +item.banner.bricks.green=Green Field Masoned +item.banner.bricks.brown=Brown Field Masoned +item.banner.bricks.blue=Blue Field Masoned +item.banner.bricks.purple=Purple Field Masoned +item.banner.bricks.cyan=Cyan Field Masoned +item.banner.bricks.silver=Light Gray Field Masoned +item.banner.bricks.gray=Gray Field Masoned +item.banner.bricks.pink=Pink Field Masoned +item.banner.bricks.lime=Lime Field Masoned +item.banner.bricks.yellow=Yellow Field Masoned +item.banner.bricks.lightBlue=Light Blue Field Masoned +item.banner.bricks.magenta=Magenta Field Masoned +item.banner.bricks.orange=Orange Field Masoned +item.banner.bricks.white=White Field Masoned + +item.banner.gradient.black=Black Gradient +item.banner.gradient.red=Red Gradient +item.banner.gradient.green=Green Gradient +item.banner.gradient.brown=Brown Gradient +item.banner.gradient.blue=Blue Gradient +item.banner.gradient.purple=Purple Gradient +item.banner.gradient.cyan=Cyan Gradient +item.banner.gradient.silver=Light Gray Gradient +item.banner.gradient.gray=Gray Gradient +item.banner.gradient.pink=Pink Gradient +item.banner.gradient.lime=Lime Gradient +item.banner.gradient.yellow=Yellow Gradient +item.banner.gradient.lightBlue=Light Blue Gradient +item.banner.gradient.magenta=Magenta Gradient +item.banner.gradient.orange=Orange Gradient +item.banner.gradient.white=White Gradient + +item.banner.gradient_up.black=Black Base Gradient +item.banner.gradient_up.red=Red Base Gradient +item.banner.gradient_up.green=Green Base Gradient +item.banner.gradient_up.brown=Brown Base Gradient +item.banner.gradient_up.blue=Blue Base Gradient +item.banner.gradient_up.purple=Purple Base Gradient +item.banner.gradient_up.cyan=Cyan Base Gradient +item.banner.gradient_up.silver=Light Gray Base Gradient +item.banner.gradient_up.gray=Gray Base Gradient +item.banner.gradient_up.pink=Pink Base Gradient +item.banner.gradient_up.lime=Lime Base Gradient +item.banner.gradient_up.yellow=Yellow Base Gradient +item.banner.gradient_up.lightBlue=Light Blue Base Gradient +item.banner.gradient_up.magenta=Magenta Base Gradient +item.banner.gradient_up.orange=Orange Base Gradient +item.banner.gradient_up.white=White Base Gradient + +item.banner.skull.black=Black Skull Charge +item.banner.skull.red=Red Skull Charge +item.banner.skull.green=Green Skull Charge +item.banner.skull.brown=Brown Skull Charge +item.banner.skull.blue=Blue Skull Charge +item.banner.skull.purple=Purple Skull Charge +item.banner.skull.cyan=Cyan Skull Charge +item.banner.skull.silver=Light Gray Skull Charge +item.banner.skull.gray=Gray Skull Charge +item.banner.skull.pink=Pink Skull Charge +item.banner.skull.lime=Lime Skull Charge +item.banner.skull.yellow=Yellow Skull Charge +item.banner.skull.lightBlue=Light Blue Skull Charge +item.banner.skull.magenta=Magenta Skull Charge +item.banner.skull.orange=Orange Skull Charge +item.banner.skull.white=White Skull Charge + +item.banner.flower.black=Black Flower Charge +item.banner.flower.red=Red Flower Charge +item.banner.flower.green=Green Flower Charge +item.banner.flower.brown=Brown Flower Charge +item.banner.flower.blue=Blue Flower Charge +item.banner.flower.purple=Purple Flower Charge +item.banner.flower.cyan=Cyan Flower Charge +item.banner.flower.silver=Light Gray Flower Charge +item.banner.flower.gray=Gray Flower Charge +item.banner.flower.pink=Pink Flower Charge +item.banner.flower.lime=Lime Flower Charge +item.banner.flower.yellow=Yellow Flower Charge +item.banner.flower.lightBlue=Light Blue Flower Charge +item.banner.flower.magenta=Magenta Flower Charge +item.banner.flower.orange=Orange Flower Charge +item.banner.flower.white=White Flower Charge + +item.banner.border.black=Black Bordure +item.banner.border.red=Red Bordure +item.banner.border.green=Green Bordure +item.banner.border.brown=Brown Bordure +item.banner.border.blue=Blue Bordure +item.banner.border.purple=Purple Bordure +item.banner.border.cyan=Cyan Bordure +item.banner.border.silver=Light Gray Bordure +item.banner.border.gray=Gray Bordure +item.banner.border.pink=Pink Bordure +item.banner.border.lime=Lime Bordure +item.banner.border.yellow=Yellow Bordure +item.banner.border.lightBlue=Light Blue Bordure +item.banner.border.magenta=Magenta Bordure +item.banner.border.orange=Orange Bordure +item.banner.border.white=White Bordure + +item.banner.curly_border.black=Black Bordure Indented +item.banner.curly_border.red=Red Bordure Indented +item.banner.curly_border.green=Green Bordure Indented +item.banner.curly_border.brown=Brown Bordure Indented +item.banner.curly_border.blue=Blue Bordure Indented +item.banner.curly_border.purple=Purple Bordure Indented +item.banner.curly_border.cyan=Cyan Bordure Indented +item.banner.curly_border.silver=Light Gray Bordure Indented +item.banner.curly_border.gray=Gray Bordure Indented +item.banner.curly_border.pink=Pink Bordure Indented +item.banner.curly_border.lime=Lime Bordure Indented +item.banner.curly_border.yellow=Yellow Bordure Indented +item.banner.curly_border.lightBlue=Light Blue Bordure Indented +item.banner.curly_border.magenta=Magenta Bordure Indented +item.banner.curly_border.orange=Orange Bordure Indented +item.banner.curly_border.white=White Bordure Indented + +item.banner.mojang.black=Black Thing +item.banner.mojang.red=Red Thing +item.banner.mojang.green=Green Thing +item.banner.mojang.brown=Brown Thing +item.banner.mojang.blue=Blue Thing +item.banner.mojang.purple=Purple Thing +item.banner.mojang.cyan=Cyan Thing +item.banner.mojang.silver=Light Gray Thing +item.banner.mojang.gray=Gray Thing +item.banner.mojang.pink=Pink Thing +item.banner.mojang.lime=Lime Thing +item.banner.mojang.yellow=Yellow Thing +item.banner.mojang.lightBlue=Light Blue Thing +item.banner.mojang.magenta=Magenta Thing +item.banner.mojang.orange=Orange Thing +item.banner.mojang.white=White Thing + +item.banner.straight_cross.black=Black Cross +item.banner.straight_cross.red=Red Cross +item.banner.straight_cross.green=Green Cross +item.banner.straight_cross.brown=Brown Cross +item.banner.straight_cross.blue=Blue Cross +item.banner.straight_cross.purple=Purple Cross +item.banner.straight_cross.cyan=Cyan Cross +item.banner.straight_cross.silver=Light Gray Cross +item.banner.straight_cross.gray=Gray Cross +item.banner.straight_cross.pink=Pink Cross +item.banner.straight_cross.lime=Lime Cross +item.banner.straight_cross.yellow=Yellow Cross +item.banner.straight_cross.lightBlue=Light Blue Cross +item.banner.straight_cross.magenta=Magenta Cross +item.banner.straight_cross.orange=Orange Cross +item.banner.straight_cross.white=White Cross diff --git a/1.8.9/assets/minecraft/models/block/acacia_bark.json b/1.8.9/assets/minecraft/models/block/acacia_bark.json new file mode 100644 index 00000000..2ae3fc49 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/acacia_bark.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/log_acacia" + } +} diff --git a/1.8.9/assets/minecraft/models/block/acacia_door_bottom.json b/1.8.9/assets/minecraft/models/block/acacia_door_bottom.json new file mode 100644 index 00000000..0c5951e5 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/acacia_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom", + "textures": { + "bottom": "blocks/door_acacia_lower", + "top": "blocks/door_acacia_upper" + } +} diff --git a/1.8.9/assets/minecraft/models/block/acacia_door_bottom_rh.json b/1.8.9/assets/minecraft/models/block/acacia_door_bottom_rh.json new file mode 100644 index 00000000..f918660b --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/acacia_door_bottom_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom_rh", + "textures": { + "bottom": "blocks/door_acacia_lower", + "top": "blocks/door_acacia_upper" + } +} diff --git a/1.8.9/assets/minecraft/models/block/acacia_door_top.json b/1.8.9/assets/minecraft/models/block/acacia_door_top.json new file mode 100644 index 00000000..1214f3b3 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/acacia_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top", + "textures": { + "bottom": "blocks/door_acacia_lower", + "top": "blocks/door_acacia_upper" + } +} diff --git a/1.8.9/assets/minecraft/models/block/acacia_door_top_rh.json b/1.8.9/assets/minecraft/models/block/acacia_door_top_rh.json new file mode 100644 index 00000000..d706f360 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/acacia_door_top_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top_rh", + "textures": { + "bottom": "blocks/door_acacia_lower", + "top": "blocks/door_acacia_upper" + } +} diff --git a/1.8.9/assets/minecraft/models/block/acacia_fence_gate_closed.json b/1.8.9/assets/minecraft/models/block/acacia_fence_gate_closed.json new file mode 100644 index 00000000..8e317cc5 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/acacia_fence_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_gate_closed", + "textures": { + "texture": "blocks/planks_acacia" + } +} diff --git a/1.8.9/assets/minecraft/models/block/acacia_fence_gate_open.json b/1.8.9/assets/minecraft/models/block/acacia_fence_gate_open.json new file mode 100644 index 00000000..16234a2d --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/acacia_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_gate_open", + "textures": { + "texture": "blocks/planks_acacia" + } +} diff --git a/1.8.9/assets/minecraft/models/block/acacia_fence_inventory.json b/1.8.9/assets/minecraft/models/block/acacia_fence_inventory.json new file mode 100644 index 00000000..e390a8a6 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/acacia_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_inventory", + "textures": { + "texture": "blocks/planks_acacia" + } +} diff --git a/1.8.9/assets/minecraft/models/block/acacia_fence_n.json b/1.8.9/assets/minecraft/models/block/acacia_fence_n.json new file mode 100644 index 00000000..54a17dc0 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/acacia_fence_n.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_n", + "textures": { + "texture": "blocks/planks_acacia" + } +} diff --git a/1.8.9/assets/minecraft/models/block/acacia_fence_ne.json b/1.8.9/assets/minecraft/models/block/acacia_fence_ne.json new file mode 100644 index 00000000..0f1c10d8 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/acacia_fence_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_ne", + "textures": { + "texture": "blocks/planks_acacia" + } +} diff --git a/1.8.9/assets/minecraft/models/block/acacia_fence_ns.json b/1.8.9/assets/minecraft/models/block/acacia_fence_ns.json new file mode 100644 index 00000000..4098444d --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/acacia_fence_ns.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_ns", + "textures": { + "texture": "blocks/planks_acacia" + } +} diff --git a/1.8.9/assets/minecraft/models/block/acacia_fence_nse.json b/1.8.9/assets/minecraft/models/block/acacia_fence_nse.json new file mode 100644 index 00000000..67fe6937 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/acacia_fence_nse.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_nse", + "textures": { + "texture": "blocks/planks_acacia" + } +} diff --git a/1.8.9/assets/minecraft/models/block/acacia_fence_nsew.json b/1.8.9/assets/minecraft/models/block/acacia_fence_nsew.json new file mode 100644 index 00000000..8e115858 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/acacia_fence_nsew.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_nsew", + "textures": { + "texture": "blocks/planks_acacia" + } +} diff --git a/1.8.9/assets/minecraft/models/block/acacia_fence_post.json b/1.8.9/assets/minecraft/models/block/acacia_fence_post.json new file mode 100644 index 00000000..bc78d2ff --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/acacia_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_post", + "textures": { + "texture": "blocks/planks_acacia" + } +} diff --git a/1.8.9/assets/minecraft/models/block/acacia_inner_stairs.json b/1.8.9/assets/minecraft/models/block/acacia_inner_stairs.json new file mode 100644 index 00000000..727e10e9 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/acacia_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/planks_acacia", + "top": "blocks/planks_acacia", + "side": "blocks/planks_acacia" + } +} diff --git a/1.8.9/assets/minecraft/models/block/acacia_leaves.json b/1.8.9/assets/minecraft/models/block/acacia_leaves.json new file mode 100644 index 00000000..8f7f6543 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/acacia_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "block/leaves", + "textures": { + "all": "blocks/leaves_acacia" + } +} diff --git a/1.8.9/assets/minecraft/models/block/acacia_log.json b/1.8.9/assets/minecraft/models/block/acacia_log.json new file mode 100644 index 00000000..9ca20626 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/acacia_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/log_acacia_top", + "side": "blocks/log_acacia" + } +} diff --git a/1.8.9/assets/minecraft/models/block/acacia_log_side.json b/1.8.9/assets/minecraft/models/block/acacia_log_side.json new file mode 100644 index 00000000..7547c142 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/acacia_log_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/column_side", + "textures": { + "end": "blocks/log_acacia_top", + "side": "blocks/log_acacia" + } +} diff --git a/1.8.9/assets/minecraft/models/block/acacia_outer_stairs.json b/1.8.9/assets/minecraft/models/block/acacia_outer_stairs.json new file mode 100644 index 00000000..689009b7 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/acacia_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/planks_acacia", + "top": "blocks/planks_acacia", + "side": "blocks/planks_acacia" + } +} diff --git a/1.8.9/assets/minecraft/models/block/acacia_planks.json b/1.8.9/assets/minecraft/models/block/acacia_planks.json new file mode 100644 index 00000000..514b5dfc --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/acacia_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/planks_acacia" + } +} diff --git a/1.8.9/assets/minecraft/models/block/acacia_sapling.json b/1.8.9/assets/minecraft/models/block/acacia_sapling.json new file mode 100644 index 00000000..0ac2f337 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/acacia_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/sapling_acacia" + } +} diff --git a/1.8.9/assets/minecraft/models/block/acacia_stairs.json b/1.8.9/assets/minecraft/models/block/acacia_stairs.json new file mode 100644 index 00000000..9496b30a --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/acacia_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/planks_acacia", + "top": "blocks/planks_acacia", + "side": "blocks/planks_acacia" + } +} diff --git a/1.8.9/assets/minecraft/models/block/acacia_wall_gate_closed.json b/1.8.9/assets/minecraft/models/block/acacia_wall_gate_closed.json new file mode 100644 index 00000000..663ff1ab --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/acacia_wall_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_gate_closed", + "textures": { + "texture": "blocks/planks_acacia" + } +} diff --git a/1.8.9/assets/minecraft/models/block/acacia_wall_gate_open.json b/1.8.9/assets/minecraft/models/block/acacia_wall_gate_open.json new file mode 100644 index 00000000..21706f6c --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/acacia_wall_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_gate_open", + "textures": { + "texture": "blocks/planks_acacia" + } +} diff --git a/1.8.9/assets/minecraft/models/block/activator_rail_active_flat.json b/1.8.9/assets/minecraft/models/block/activator_rail_active_flat.json new file mode 100644 index 00000000..c35d7083 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/activator_rail_active_flat.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_flat", + "textures": { + "rail": "blocks/rail_activator_powered" + } +} diff --git a/1.8.9/assets/minecraft/models/block/activator_rail_active_raised_ne.json b/1.8.9/assets/minecraft/models/block/activator_rail_active_raised_ne.json new file mode 100644 index 00000000..dc903956 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/activator_rail_active_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_ne", + "textures": { + "rail": "blocks/rail_activator_powered" + } +} diff --git a/1.8.9/assets/minecraft/models/block/activator_rail_active_raised_sw.json b/1.8.9/assets/minecraft/models/block/activator_rail_active_raised_sw.json new file mode 100644 index 00000000..e70658d5 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/activator_rail_active_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_sw", + "textures": { + "rail": "blocks/rail_activator_powered" + } +} diff --git a/1.8.9/assets/minecraft/models/block/activator_rail_flat.json b/1.8.9/assets/minecraft/models/block/activator_rail_flat.json new file mode 100644 index 00000000..61a8f21f --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/activator_rail_flat.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_flat", + "textures": { + "rail": "blocks/rail_activator" + } +} diff --git a/1.8.9/assets/minecraft/models/block/activator_rail_raised_ne.json b/1.8.9/assets/minecraft/models/block/activator_rail_raised_ne.json new file mode 100644 index 00000000..721d80d9 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/activator_rail_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_ne", + "textures": { + "rail": "blocks/rail_activator" + } +} diff --git a/1.8.9/assets/minecraft/models/block/activator_rail_raised_sw.json b/1.8.9/assets/minecraft/models/block/activator_rail_raised_sw.json new file mode 100644 index 00000000..32f04b56 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/activator_rail_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_sw", + "textures": { + "rail": "blocks/rail_activator" + } +} diff --git a/1.8.9/assets/minecraft/models/block/allium.json b/1.8.9/assets/minecraft/models/block/allium.json new file mode 100644 index 00000000..e7485acb --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/allium.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cross", + "textures": { + "particle": "blocks/flower_allium", + "cross": "blocks/flower_allium" + } +} diff --git a/1.8.9/assets/minecraft/models/block/andesite.json b/1.8.9/assets/minecraft/models/block/andesite.json new file mode 100644 index 00000000..25adfc72 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/andesite.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/stone_andesite" + } +} diff --git a/1.8.9/assets/minecraft/models/block/andesite_smooth.json b/1.8.9/assets/minecraft/models/block/andesite_smooth.json new file mode 100644 index 00000000..8f815be2 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/andesite_smooth.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/stone_andesite_smooth" + } +} diff --git a/1.8.9/assets/minecraft/models/block/anvil.json b/1.8.9/assets/minecraft/models/block/anvil.json new file mode 100644 index 00000000..b590f63b --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/anvil.json @@ -0,0 +1,52 @@ +{ + "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 } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/anvil_slightly_damaged.json b/1.8.9/assets/minecraft/models/block/anvil_slightly_damaged.json new file mode 100644 index 00000000..09f541c9 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/anvil_slightly_damaged.json @@ -0,0 +1,8 @@ +{ + "parent": "block/anvil", + "textures": { + "particle": "blocks/anvil_base", + "body": "blocks/anvil_base", + "top": "blocks/anvil_top_damaged_1" + } +} diff --git a/1.8.9/assets/minecraft/models/block/anvil_undamaged.json b/1.8.9/assets/minecraft/models/block/anvil_undamaged.json new file mode 100644 index 00000000..1e1ad44e --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/anvil_undamaged.json @@ -0,0 +1,8 @@ +{ + "parent": "block/anvil", + "textures": { + "particle": "blocks/anvil_base", + "body": "blocks/anvil_base", + "top": "blocks/anvil_top_damaged_0" + } +} diff --git a/1.8.9/assets/minecraft/models/block/anvil_very_damaged.json b/1.8.9/assets/minecraft/models/block/anvil_very_damaged.json new file mode 100644 index 00000000..4623b97d --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/anvil_very_damaged.json @@ -0,0 +1,8 @@ +{ + "parent": "block/anvil", + "textures": { + "particle": "blocks/anvil_base", + "body": "blocks/anvil_base", + "top": "blocks/anvil_top_damaged_2" + } +} diff --git a/1.8.9/assets/minecraft/models/block/bars_n.json b/1.8.9/assets/minecraft/models/block/bars_n.json new file mode 100644 index 00000000..02f371b5 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/bars_n.json @@ -0,0 +1,31 @@ +{ + "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": [ 8, 0, 16, 16 ], "texture": "#bars" }, + "east": { "uv": [ 8, 0, 16, 16 ], "texture": "#bars" } + } + }, + { "from": [ 7, 0, 0 ], + "to": [ 9, 16, 9 ], + "faces": { + "north": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "north" }, + "south": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge" } + } + }, + { "from": [ 7, 0.005, 0 ], + "to": [ 9, 15.995, 9 ], + "faces": { + "down": { "uv": [ 9, 0, 7, 9 ], "texture": "#edge" }, + "up": { "uv": [ 7, 0, 9, 9 ], "texture": "#edge" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/bars_ne.json b/1.8.9/assets/minecraft/models/block/bars_ne.json new file mode 100644 index 00000000..9697aecf --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/bars_ne.json @@ -0,0 +1,50 @@ +{ + "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": [ 0, 0, 8, 16 ], "texture": "#bars" }, + "east": { "uv": [ 8, 0, 16, 16 ], "texture": "#bars" } + } + }, + { "from": [ 7, 0, 0 ], + "to": [ 9, 16, 0 ], + "faces": { + "north": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "north" } + } + }, + { "from": [ 7, 0.005, 0 ], + "to": [ 9, 15.995, 9 ], + "faces": { + "down": { "uv": [ 9, 0, 7, 9 ], "texture": "#edge" }, + "up": { "uv": [ 7, 0, 9, 9 ], "texture": "#edge" } + } + }, + { "from": [ 8, 0, 8 ], + "to": [ 16, 16, 8 ], + "faces": { + "north": { "uv": [ 0, 0, 8, 16 ], "texture": "#bars" }, + "south": { "uv": [ 8, 0, 16, 16 ], "texture": "#bars" } + } + }, + { "from": [ 0, 0, 7 ], + "to": [ 16, 16, 9 ], + "faces": { + "east": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "east" } + } + }, + { "from": [ 9, 0.005, 7 ], + "to": [ 16, 15.995, 9 ], + "faces": { + "down": { "uv": [ 9, 0, 7, 7 ], "texture": "#edge", "rotation": 90 }, + "up": { "uv": [ 7, 0, 9, 7 ], "texture": "#edge", "rotation": 90 } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/bars_ns.json b/1.8.9/assets/minecraft/models/block/bars_ns.json new file mode 100644 index 00000000..425b554e --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/bars_ns.json @@ -0,0 +1,31 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/iron_bars", + "bars": "blocks/iron_bars", + "edge": "blocks/iron_bars" + }, + "elements": [ + { "from": [ 8, 0, 0 ], + "to": [ 8, 16, 16 ], + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#bars" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#bars" } + } + }, + { "from": [ 7, 0, 0 ], + "to": [ 9, 16, 16 ], + "faces": { + "north": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "north" }, + "south": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "south" } + } + }, + { "from": [ 7, 0.005, 0 ], + "to": [ 9, 15.995, 16 ], + "faces": { + "down": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge" }, + "up": { "uv": [ 9, 0, 7, 16 ], "texture": "#edge" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/bars_nse.json b/1.8.9/assets/minecraft/models/block/bars_nse.json new file mode 100644 index 00000000..c43bab9c --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/bars_nse.json @@ -0,0 +1,51 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/iron_bars", + "bars": "blocks/iron_bars", + "edge": "blocks/iron_bars" + }, + "elements": [ + { "from": [ 8, 0, 0 ], + "to": [ 8, 16, 16 ], + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#bars" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#bars" } + } + }, + { "from": [ 7, 0, 0 ], + "to": [ 9, 16, 16 ], + "faces": { + "north": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "north" }, + "south": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "south" } + } + }, + { "from": [ 7, 0.005, 0 ], + "to": [ 9, 15.995, 16 ], + "faces": { + "down": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge" }, + "up": { "uv": [ 9, 0, 7, 16 ], "texture": "#edge" } + } + }, + { "from": [ 8, 0, 8 ], + "to": [ 16, 16, 8 ], + "faces": { + "north": { "uv": [ 0, 0, 8, 16 ], "texture": "#bars" }, + "south": { "uv": [ 8, 0, 16, 16 ], "texture": "#bars" } + } + }, + { "from": [ 0, 0, 7 ], + "to": [ 16, 16, 9 ], + "faces": { + "east": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "east" } + } + }, + { "from": [ 9, 0.005, 7 ], + "to": [ 16, 15.995, 9 ], + "faces": { + "down": { "uv": [ 9, 0, 7, 7 ], "texture": "#edge", "rotation": 90 }, + "up": { "uv": [ 7, 0, 9, 7 ], "texture": "#edge", "rotation": 90 } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/bars_nsew.json b/1.8.9/assets/minecraft/models/block/bars_nsew.json new file mode 100644 index 00000000..6d6c701c --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/bars_nsew.json @@ -0,0 +1,59 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/iron_bars", + "bars": "blocks/iron_bars", + "edge": "blocks/iron_bars" + }, + "elements": [ + { "from": [ 8, 0, 0 ], + "to": [ 8, 16, 16 ], + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#bars" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#bars" } + } + }, + { "from": [ 7, 0, 0 ], + "to": [ 9, 16, 16 ], + "faces": { + "north": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "north" }, + "south": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "south" } + } + }, + { "from": [ 7, 0.005, 0 ], + "to": [ 9, 15.995, 16 ], + "faces": { + "down": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge" }, + "up": { "uv": [ 9, 0, 7, 16 ], "texture": "#edge" } + } + }, + { "from": [ 0, 0, 8 ], + "to": [ 16, 16, 8 ], + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#bars" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#bars" } + } + }, + { "from": [ 0, 0, 7 ], + "to": [ 16, 16, 9 ], + "faces": { + "west": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "west" }, + "east": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "east" } + } + }, + { "from": [ 0, 0.005, 7 ], + "to": [ 7, 15.995, 9 ], + "faces": { + "down": { "uv": [ 9, 9, 7, 16 ], "texture": "#edge", "rotation": 90 }, + "up": { "uv": [ 7, 9, 9, 16 ], "texture": "#edge", "rotation": 90 } + } + }, + { "from": [ 9, 0.005, 7 ], + "to": [ 16, 15.995, 9 ], + "faces": { + "down": { "uv": [ 9, 0, 7, 7 ], "texture": "#edge", "rotation": 90 }, + "up": { "uv": [ 7, 0, 9, 7 ], "texture": "#edge", "rotation": 90 } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/beacon.json b/1.8.9/assets/minecraft/models/block/beacon.json new file mode 100644 index 00000000..747d42b9 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/beacon.json @@ -0,0 +1,47 @@ +{ + "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" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/bed_foot.json b/1.8.9/assets/minecraft/models/block/bed_foot.json new file mode 100644 index 00000000..54864452 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/bed_foot.json @@ -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" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/bed_head.json b/1.8.9/assets/minecraft/models/block/bed_head.json new file mode 100644 index 00000000..c53aded3 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/bed_head.json @@ -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" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/bedrock.json b/1.8.9/assets/minecraft/models/block/bedrock.json new file mode 100644 index 00000000..c6352708 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/bedrock.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/bedrock" + } +} diff --git a/1.8.9/assets/minecraft/models/block/bedrock_mirrored.json b/1.8.9/assets/minecraft/models/block/bedrock_mirrored.json new file mode 100644 index 00000000..e63c6433 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/bedrock_mirrored.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_mirrored_all", + "textures": { + "all": "blocks/bedrock" + } +} diff --git a/1.8.9/assets/minecraft/models/block/birch_bark.json b/1.8.9/assets/minecraft/models/block/birch_bark.json new file mode 100644 index 00000000..cd5ba86f --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/birch_bark.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/log_birch" + } +} diff --git a/1.8.9/assets/minecraft/models/block/birch_door_bottom.json b/1.8.9/assets/minecraft/models/block/birch_door_bottom.json new file mode 100644 index 00000000..b1aee112 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/birch_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom", + "textures": { + "bottom": "blocks/door_birch_lower", + "top": "blocks/door_birch_upper" + } +} diff --git a/1.8.9/assets/minecraft/models/block/birch_door_bottom_rh.json b/1.8.9/assets/minecraft/models/block/birch_door_bottom_rh.json new file mode 100644 index 00000000..1cd32716 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/birch_door_bottom_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom_rh", + "textures": { + "bottom": "blocks/door_birch_lower", + "top": "blocks/door_birch_upper" + } +} diff --git a/1.8.9/assets/minecraft/models/block/birch_door_top.json b/1.8.9/assets/minecraft/models/block/birch_door_top.json new file mode 100644 index 00000000..82c321fd --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/birch_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top", + "textures": { + "bottom": "blocks/door_birch_lower", + "top": "blocks/door_birch_upper" + } +} diff --git a/1.8.9/assets/minecraft/models/block/birch_door_top_rh.json b/1.8.9/assets/minecraft/models/block/birch_door_top_rh.json new file mode 100644 index 00000000..28c754c7 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/birch_door_top_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top_rh", + "textures": { + "bottom": "blocks/door_birch_lower", + "top": "blocks/door_birch_upper" + } +} diff --git a/1.8.9/assets/minecraft/models/block/birch_fence_gate_closed.json b/1.8.9/assets/minecraft/models/block/birch_fence_gate_closed.json new file mode 100644 index 00000000..9125e479 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/birch_fence_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_gate_closed", + "textures": { + "texture": "blocks/planks_birch" + } +} diff --git a/1.8.9/assets/minecraft/models/block/birch_fence_gate_open.json b/1.8.9/assets/minecraft/models/block/birch_fence_gate_open.json new file mode 100644 index 00000000..ba95ded8 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/birch_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_gate_open", + "textures": { + "texture": "blocks/planks_birch" + } +} diff --git a/1.8.9/assets/minecraft/models/block/birch_fence_inventory.json b/1.8.9/assets/minecraft/models/block/birch_fence_inventory.json new file mode 100644 index 00000000..b17fc3a1 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/birch_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_inventory", + "textures": { + "texture": "blocks/planks_birch" + } +} diff --git a/1.8.9/assets/minecraft/models/block/birch_fence_n.json b/1.8.9/assets/minecraft/models/block/birch_fence_n.json new file mode 100644 index 00000000..009c7078 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/birch_fence_n.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_n", + "textures": { + "texture": "blocks/planks_birch" + } +} diff --git a/1.8.9/assets/minecraft/models/block/birch_fence_ne.json b/1.8.9/assets/minecraft/models/block/birch_fence_ne.json new file mode 100644 index 00000000..87441222 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/birch_fence_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_ne", + "textures": { + "texture": "blocks/planks_birch" + } +} diff --git a/1.8.9/assets/minecraft/models/block/birch_fence_ns.json b/1.8.9/assets/minecraft/models/block/birch_fence_ns.json new file mode 100644 index 00000000..884f686e --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/birch_fence_ns.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_ns", + "textures": { + "texture": "blocks/planks_birch" + } +} diff --git a/1.8.9/assets/minecraft/models/block/birch_fence_nse.json b/1.8.9/assets/minecraft/models/block/birch_fence_nse.json new file mode 100644 index 00000000..c6e3b552 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/birch_fence_nse.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_nse", + "textures": { + "texture": "blocks/planks_birch" + } +} diff --git a/1.8.9/assets/minecraft/models/block/birch_fence_nsew.json b/1.8.9/assets/minecraft/models/block/birch_fence_nsew.json new file mode 100644 index 00000000..ff83f60e --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/birch_fence_nsew.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_nsew", + "textures": { + "texture": "blocks/planks_birch" + } +} diff --git a/1.8.9/assets/minecraft/models/block/birch_fence_post.json b/1.8.9/assets/minecraft/models/block/birch_fence_post.json new file mode 100644 index 00000000..e593aced --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/birch_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_post", + "textures": { + "texture": "blocks/planks_birch" + } +} diff --git a/1.8.9/assets/minecraft/models/block/birch_inner_stairs.json b/1.8.9/assets/minecraft/models/block/birch_inner_stairs.json new file mode 100644 index 00000000..bb52f30e --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/birch_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/planks_birch", + "top": "blocks/planks_birch", + "side": "blocks/planks_birch" + } +} diff --git a/1.8.9/assets/minecraft/models/block/birch_leaves.json b/1.8.9/assets/minecraft/models/block/birch_leaves.json new file mode 100644 index 00000000..95fe59b4 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/birch_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "block/leaves", + "textures": { + "all": "blocks/leaves_birch" + } +} diff --git a/1.8.9/assets/minecraft/models/block/birch_log.json b/1.8.9/assets/minecraft/models/block/birch_log.json new file mode 100644 index 00000000..4f409772 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/birch_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/log_birch_top", + "side": "blocks/log_birch" + } +} diff --git a/1.8.9/assets/minecraft/models/block/birch_log_side.json b/1.8.9/assets/minecraft/models/block/birch_log_side.json new file mode 100644 index 00000000..384487d1 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/birch_log_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/column_side", + "textures": { + "end": "blocks/log_birch_top", + "side": "blocks/log_birch" + } +} diff --git a/1.8.9/assets/minecraft/models/block/birch_outer_stairs.json b/1.8.9/assets/minecraft/models/block/birch_outer_stairs.json new file mode 100644 index 00000000..8f949323 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/birch_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/planks_birch", + "top": "blocks/planks_birch", + "side": "blocks/planks_birch" + } +} diff --git a/1.8.9/assets/minecraft/models/block/birch_planks.json b/1.8.9/assets/minecraft/models/block/birch_planks.json new file mode 100644 index 00000000..cd3e7089 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/birch_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/planks_birch" + } +} diff --git a/1.8.9/assets/minecraft/models/block/birch_sapling.json b/1.8.9/assets/minecraft/models/block/birch_sapling.json new file mode 100644 index 00000000..c2f31f65 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/birch_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/sapling_birch" + } +} diff --git a/1.8.9/assets/minecraft/models/block/birch_stairs.json b/1.8.9/assets/minecraft/models/block/birch_stairs.json new file mode 100644 index 00000000..aca0c6e9 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/birch_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/planks_birch", + "top": "blocks/planks_birch", + "side": "blocks/planks_birch" + } +} diff --git a/1.8.9/assets/minecraft/models/block/birch_wall_gate_closed.json b/1.8.9/assets/minecraft/models/block/birch_wall_gate_closed.json new file mode 100644 index 00000000..0d50e589 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/birch_wall_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_gate_closed", + "textures": { + "texture": "blocks/planks_birch" + } +} diff --git a/1.8.9/assets/minecraft/models/block/birch_wall_gate_open.json b/1.8.9/assets/minecraft/models/block/birch_wall_gate_open.json new file mode 100644 index 00000000..040947ae --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/birch_wall_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_gate_open", + "textures": { + "texture": "blocks/planks_birch" + } +} diff --git a/1.8.9/assets/minecraft/models/block/black_pane_n.json b/1.8.9/assets/minecraft/models/block/black_pane_n.json new file mode 100644 index 00000000..45b0296a --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/black_pane_n.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_n", + "textures": { + "edge": "blocks/glass_pane_top_black", + "pane": "blocks/glass_black" + } +} diff --git a/1.8.9/assets/minecraft/models/block/black_pane_ne.json b/1.8.9/assets/minecraft/models/block/black_pane_ne.json new file mode 100644 index 00000000..d8451455 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/black_pane_ne.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_ne", + "textures": { + "edge": "blocks/glass_pane_top_black", + "pane": "blocks/glass_black" + } +} diff --git a/1.8.9/assets/minecraft/models/block/black_pane_new.json b/1.8.9/assets/minecraft/models/block/black_pane_new.json new file mode 100644 index 00000000..4bb2e8c2 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/black_pane_new.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_new", + "textures": { + "edge": "blocks/glass_pane_top_black", + "pane": "blocks/glass_black" + } +} diff --git a/1.8.9/assets/minecraft/models/block/black_pane_ns.json b/1.8.9/assets/minecraft/models/block/black_pane_ns.json new file mode 100644 index 00000000..dfd85a18 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/black_pane_ns.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_ns", + "textures": { + "edge": "blocks/glass_pane_top_black", + "pane": "blocks/glass_black" + } +} diff --git a/1.8.9/assets/minecraft/models/block/black_pane_nse.json b/1.8.9/assets/minecraft/models/block/black_pane_nse.json new file mode 100644 index 00000000..db9beb72 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/black_pane_nse.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nse", + "textures": { + "edge": "blocks/glass_pane_top_black", + "pane": "blocks/glass_black" + } +} diff --git a/1.8.9/assets/minecraft/models/block/black_pane_nsew.json b/1.8.9/assets/minecraft/models/block/black_pane_nsew.json new file mode 100644 index 00000000..2f517431 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/black_pane_nsew.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nsew", + "textures": { + "edge": "blocks/glass_pane_top_black", + "pane": "blocks/glass_black" + } +} diff --git a/1.8.9/assets/minecraft/models/block/black_pane_nsw.json b/1.8.9/assets/minecraft/models/block/black_pane_nsw.json new file mode 100644 index 00000000..73011421 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/black_pane_nsw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nsw", + "textures": { + "edge": "blocks/glass_pane_top_black", + "pane": "blocks/glass_black" + } +} diff --git a/1.8.9/assets/minecraft/models/block/black_pane_nw.json b/1.8.9/assets/minecraft/models/block/black_pane_nw.json new file mode 100644 index 00000000..6d7f4885 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/black_pane_nw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nw", + "textures": { + "edge": "blocks/glass_pane_top_black", + "pane": "blocks/glass_black" + } +} diff --git a/1.8.9/assets/minecraft/models/block/black_pane_s.json b/1.8.9/assets/minecraft/models/block/black_pane_s.json new file mode 100644 index 00000000..ad6b830e --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/black_pane_s.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_s", + "textures": { + "edge": "blocks/glass_pane_top_black", + "pane": "blocks/glass_black" + } +} diff --git a/1.8.9/assets/minecraft/models/block/black_pane_se.json b/1.8.9/assets/minecraft/models/block/black_pane_se.json new file mode 100644 index 00000000..955fc44c --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/black_pane_se.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_se", + "textures": { + "edge": "blocks/glass_pane_top_black", + "pane": "blocks/glass_black" + } +} diff --git a/1.8.9/assets/minecraft/models/block/black_pane_sew.json b/1.8.9/assets/minecraft/models/block/black_pane_sew.json new file mode 100644 index 00000000..ae780590 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/black_pane_sew.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_sew", + "textures": { + "edge": "blocks/glass_pane_top_black", + "pane": "blocks/glass_black" + } +} diff --git a/1.8.9/assets/minecraft/models/block/black_pane_sw.json b/1.8.9/assets/minecraft/models/block/black_pane_sw.json new file mode 100644 index 00000000..035b4c33 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/black_pane_sw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_sw", + "textures": { + "edge": "blocks/glass_pane_top_black", + "pane": "blocks/glass_black" + } +} diff --git a/1.8.9/assets/minecraft/models/block/black_wool.json b/1.8.9/assets/minecraft/models/block/black_wool.json new file mode 100644 index 00000000..74797fb9 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/black_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_black" + } +} diff --git a/1.8.9/assets/minecraft/models/block/blue_pane_n.json b/1.8.9/assets/minecraft/models/block/blue_pane_n.json new file mode 100644 index 00000000..1ee4a6d9 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/blue_pane_n.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_n", + "textures": { + "edge": "blocks/glass_pane_top_blue", + "pane": "blocks/glass_blue" + } +} diff --git a/1.8.9/assets/minecraft/models/block/blue_pane_ne.json b/1.8.9/assets/minecraft/models/block/blue_pane_ne.json new file mode 100644 index 00000000..9c9cc065 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/blue_pane_ne.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_ne", + "textures": { + "edge": "blocks/glass_pane_top_blue", + "pane": "blocks/glass_blue" + } +} diff --git a/1.8.9/assets/minecraft/models/block/blue_pane_new.json b/1.8.9/assets/minecraft/models/block/blue_pane_new.json new file mode 100644 index 00000000..9e6f5f17 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/blue_pane_new.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_new", + "textures": { + "edge": "blocks/glass_pane_top_blue", + "pane": "blocks/glass_blue" + } +} diff --git a/1.8.9/assets/minecraft/models/block/blue_pane_ns.json b/1.8.9/assets/minecraft/models/block/blue_pane_ns.json new file mode 100644 index 00000000..948f0162 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/blue_pane_ns.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_ns", + "textures": { + "edge": "blocks/glass_pane_top_blue", + "pane": "blocks/glass_blue" + } +} diff --git a/1.8.9/assets/minecraft/models/block/blue_pane_nse.json b/1.8.9/assets/minecraft/models/block/blue_pane_nse.json new file mode 100644 index 00000000..59afc3d8 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/blue_pane_nse.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nse", + "textures": { + "edge": "blocks/glass_pane_top_blue", + "pane": "blocks/glass_blue" + } +} diff --git a/1.8.9/assets/minecraft/models/block/blue_pane_nsew.json b/1.8.9/assets/minecraft/models/block/blue_pane_nsew.json new file mode 100644 index 00000000..1611003b --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/blue_pane_nsew.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nsew", + "textures": { + "edge": "blocks/glass_pane_top_blue", + "pane": "blocks/glass_blue" + } +} diff --git a/1.8.9/assets/minecraft/models/block/blue_pane_nsw.json b/1.8.9/assets/minecraft/models/block/blue_pane_nsw.json new file mode 100644 index 00000000..38b74923 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/blue_pane_nsw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nsw", + "textures": { + "edge": "blocks/glass_pane_top_blue", + "pane": "blocks/glass_blue" + } +} diff --git a/1.8.9/assets/minecraft/models/block/blue_pane_nw.json b/1.8.9/assets/minecraft/models/block/blue_pane_nw.json new file mode 100644 index 00000000..ab9f875a --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/blue_pane_nw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nw", + "textures": { + "edge": "blocks/glass_pane_top_blue", + "pane": "blocks/glass_blue" + } +} diff --git a/1.8.9/assets/minecraft/models/block/blue_pane_s.json b/1.8.9/assets/minecraft/models/block/blue_pane_s.json new file mode 100644 index 00000000..87b5bad5 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/blue_pane_s.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_s", + "textures": { + "edge": "blocks/glass_pane_top_blue", + "pane": "blocks/glass_blue" + } +} diff --git a/1.8.9/assets/minecraft/models/block/blue_pane_se.json b/1.8.9/assets/minecraft/models/block/blue_pane_se.json new file mode 100644 index 00000000..0c085f79 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/blue_pane_se.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_se", + "textures": { + "edge": "blocks/glass_pane_top_blue", + "pane": "blocks/glass_blue" + } +} diff --git a/1.8.9/assets/minecraft/models/block/blue_pane_sew.json b/1.8.9/assets/minecraft/models/block/blue_pane_sew.json new file mode 100644 index 00000000..b1f0d1e7 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/blue_pane_sew.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_sew", + "textures": { + "edge": "blocks/glass_pane_top_blue", + "pane": "blocks/glass_blue" + } +} diff --git a/1.8.9/assets/minecraft/models/block/blue_pane_sw.json b/1.8.9/assets/minecraft/models/block/blue_pane_sw.json new file mode 100644 index 00000000..d79300b4 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/blue_pane_sw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_sw", + "textures": { + "edge": "blocks/glass_pane_top_blue", + "pane": "blocks/glass_blue" + } +} diff --git a/1.8.9/assets/minecraft/models/block/blue_wool.json b/1.8.9/assets/minecraft/models/block/blue_wool.json new file mode 100644 index 00000000..1292e851 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/blue_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_blue" + } +} diff --git a/1.8.9/assets/minecraft/models/block/bookshelf.json b/1.8.9/assets/minecraft/models/block/bookshelf.json new file mode 100644 index 00000000..b46b6f0c --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/bookshelf.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/planks_oak", + "side": "blocks/bookshelf" + } +} diff --git a/1.8.9/assets/minecraft/models/block/brewing_stand_bottles_1.json b/1.8.9/assets/minecraft/models/block/brewing_stand_bottles_1.json new file mode 100644 index 00000000..526a210d --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/brewing_stand_bottles_1.json @@ -0,0 +1,86 @@ +{ + "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" } + } + }, + { "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" } + } + }, + { "from": [ 0, 0, 8 ], + "to": [ 8, 16, 8 ], + "rotation": { + "origin": [ 8, 8, 8 ], + "axis": "y", + "angle": 45, + "rescale": true + }, + "faces": { + "north": { "uv": [ 8, 0, 16, 16 ], "texture": "#stand" }, + "south": { "uv": [ 16, 0, 8, 16 ], "texture": "#stand" } + } + }, + { "from": [ 0, 0, 8 ], + "to": [ 8, 16, 8 ], + "rotation": { + "origin": [ 8, 8, 8 ], + "axis": "y", + "angle": -45, + "rescale": true + }, + "faces": { + "north": { "uv": [ 8, 0, 16, 16 ], "texture": "#stand" }, + "south": { "uv": [ 16, 0, 8, 16 ], "texture": "#stand" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/brewing_stand_bottles_12.json b/1.8.9/assets/minecraft/models/block/brewing_stand_bottles_12.json new file mode 100644 index 00000000..f198d1bb --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/brewing_stand_bottles_12.json @@ -0,0 +1,86 @@ +{ + "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" } + } + }, + { "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" } + } + }, + { "from": [ 0, 0, 8 ], + "to": [ 8, 16, 8 ], + "rotation": { + "origin": [ 8, 8, 8 ], + "axis": "y", + "angle": 45, + "rescale": true + }, + "faces": { + "north": { "uv": [ 8, 0, 16, 16 ], "texture": "#stand" }, + "south": { "uv": [ 16, 0, 8, 16 ], "texture": "#stand" } + } + }, + { "from": [ 0, 0, 8 ], + "to": [ 8, 16, 8 ], + "rotation": { + "origin": [ 8, 8, 8 ], + "axis": "y", + "angle": -45, + "rescale": true + }, + "faces": { + "north": { "uv": [ 8, 0, 0, 16 ], "texture": "#stand" }, + "south": { "uv": [ 0, 0, 8, 16 ], "texture": "#stand" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/brewing_stand_bottles_123.json b/1.8.9/assets/minecraft/models/block/brewing_stand_bottles_123.json new file mode 100644 index 00000000..51f2a35d --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/brewing_stand_bottles_123.json @@ -0,0 +1,86 @@ +{ + "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" } + } + }, + { "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" } + } + }, + { "from": [ 0, 0, 8 ], + "to": [ 8, 16, 8 ], + "rotation": { + "origin": [ 8, 8, 8 ], + "axis": "y", + "angle": 45, + "rescale": true + }, + "faces": { + "north": { "uv": [ 8, 0, 0, 16 ], "texture": "#stand" }, + "south": { "uv": [ 0, 0, 8, 16 ], "texture": "#stand" } + } + }, + { "from": [ 0, 0, 8 ], + "to": [ 8, 16, 8 ], + "rotation": { + "origin": [ 8, 8, 8 ], + "axis": "y", + "angle": -45, + "rescale": true + }, + "faces": { + "north": { "uv": [ 8, 0, 0, 16 ], "texture": "#stand" }, + "south": { "uv": [ 0, 0, 8, 16 ], "texture": "#stand" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/brewing_stand_bottles_13.json b/1.8.9/assets/minecraft/models/block/brewing_stand_bottles_13.json new file mode 100644 index 00000000..b5809059 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/brewing_stand_bottles_13.json @@ -0,0 +1,86 @@ +{ + "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" } + } + }, + { "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" } + } + }, + { "from": [ 0, 0, 8 ], + "to": [ 8, 16, 8 ], + "rotation": { + "origin": [ 8, 8, 8 ], + "axis": "y", + "angle": 45, + "rescale": true + }, + "faces": { + "north": { "uv": [ 8, 0, 0, 16 ], "texture": "#stand" }, + "south": { "uv": [ 0, 0, 8, 16 ], "texture": "#stand" } + } + }, + { "from": [ 0, 0, 8 ], + "to": [ 8, 16, 8 ], + "rotation": { + "origin": [ 8, 8, 8 ], + "axis": "y", + "angle": -45, + "rescale": true + }, + "faces": { + "north": { "uv": [ 8, 0, 16, 16 ], "texture": "#stand" }, + "south": { "uv": [ 16, 0, 8, 16 ], "texture": "#stand" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/brewing_stand_bottles_2.json b/1.8.9/assets/minecraft/models/block/brewing_stand_bottles_2.json new file mode 100644 index 00000000..ae2b1770 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/brewing_stand_bottles_2.json @@ -0,0 +1,86 @@ +{ + "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" } + } + }, + { "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" } + } + }, + { "from": [ 0, 0, 8 ], + "to": [ 8, 16, 8 ], + "rotation": { + "origin": [ 8, 8, 8 ], + "axis": "y", + "angle": 45, + "rescale": true + }, + "faces": { + "north": { "uv": [ 8, 0, 16, 16 ], "texture": "#stand" }, + "south": { "uv": [ 16, 0, 8, 16 ], "texture": "#stand" } + } + }, + { "from": [ 0, 0, 8 ], + "to": [ 8, 16, 8 ], + "rotation": { + "origin": [ 8, 8, 8 ], + "axis": "y", + "angle": -45, + "rescale": true + }, + "faces": { + "north": { "uv": [ 8, 0, 0, 16 ], "texture": "#stand" }, + "south": { "uv": [ 0, 0, 8, 16 ], "texture": "#stand" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/brewing_stand_bottles_23.json b/1.8.9/assets/minecraft/models/block/brewing_stand_bottles_23.json new file mode 100644 index 00000000..2b27b86a --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/brewing_stand_bottles_23.json @@ -0,0 +1,86 @@ +{ + "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" } + } + }, + { "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" } + } + }, + { "from": [ 0, 0, 8 ], + "to": [ 8, 16, 8 ], + "rotation": { + "origin": [ 8, 8, 8 ], + "axis": "y", + "angle": 45, + "rescale": true + }, + "faces": { + "north": { "uv": [ 8, 0, 0, 16 ], "texture": "#stand" }, + "south": { "uv": [ 0, 0, 8, 16 ], "texture": "#stand" } + } + }, + { "from": [ 0, 0, 8 ], + "to": [ 8, 16, 8 ], + "rotation": { + "origin": [ 8, 8, 8 ], + "axis": "y", + "angle": -45, + "rescale": true + }, + "faces": { + "north": { "uv": [ 8, 0, 0, 16 ], "texture": "#stand" }, + "south": { "uv": [ 0, 0, 8, 16 ], "texture": "#stand" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/brewing_stand_bottles_3.json b/1.8.9/assets/minecraft/models/block/brewing_stand_bottles_3.json new file mode 100644 index 00000000..47b3ed19 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/brewing_stand_bottles_3.json @@ -0,0 +1,86 @@ +{ + "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" } + } + }, + { "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" } + } + }, + { "from": [ 0, 0, 8 ], + "to": [ 8, 16, 8 ], + "rotation": { + "origin": [ 8, 8, 8 ], + "axis": "y", + "angle": 45, + "rescale": true + }, + "faces": { + "north": { "uv": [ 8, 0, 0, 16 ], "texture": "#stand" }, + "south": { "uv": [ 0, 0, 8, 16 ], "texture": "#stand" } + } + }, + { "from": [ 0, 0, 8 ], + "to": [ 8, 16, 8 ], + "rotation": { + "origin": [ 8, 8, 8 ], + "axis": "y", + "angle": -45, + "rescale": true + }, + "faces": { + "north": { "uv": [ 8, 0, 16, 16 ], "texture": "#stand" }, + "south": { "uv": [ 16, 0, 8, 16 ], "texture": "#stand" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/brewing_stand_empty.json b/1.8.9/assets/minecraft/models/block/brewing_stand_empty.json new file mode 100644 index 00000000..26dd1269 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/brewing_stand_empty.json @@ -0,0 +1,86 @@ +{ + "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" } + } + }, + { "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" } + } + }, + { "from": [ 0, 0, 8 ], + "to": [ 8, 16, 8 ], + "rotation": { + "origin": [ 8, 8, 8 ], + "axis": "y", + "angle": 45, + "rescale": true + }, + "faces": { + "north": { "uv": [ 8, 0, 16, 16 ], "texture": "#stand" }, + "south": { "uv": [ 16, 0, 8, 16 ], "texture": "#stand" } + } + }, + { "from": [ 0, 0, 8 ], + "to": [ 8, 16, 8 ], + "rotation": { + "origin": [ 8, 8, 8 ], + "axis": "y", + "angle": -45, + "rescale": true + }, + "faces": { + "north": { "uv": [ 8, 0, 16, 16 ], "texture": "#stand" }, + "south": { "uv": [ 16, 0, 8, 16 ], "texture": "#stand" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/brick.json b/1.8.9/assets/minecraft/models/block/brick.json new file mode 100644 index 00000000..82f388be --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/brick.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/brick" + } +} diff --git a/1.8.9/assets/minecraft/models/block/brick_inner_stairs.json b/1.8.9/assets/minecraft/models/block/brick_inner_stairs.json new file mode 100644 index 00000000..90c3b476 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/brick_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/brick", + "top": "blocks/brick", + "side": "blocks/brick" + } +} diff --git a/1.8.9/assets/minecraft/models/block/brick_outer_stairs.json b/1.8.9/assets/minecraft/models/block/brick_outer_stairs.json new file mode 100644 index 00000000..3c28d044 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/brick_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/brick", + "top": "blocks/brick", + "side": "blocks/brick" + } +} diff --git a/1.8.9/assets/minecraft/models/block/brick_stairs.json b/1.8.9/assets/minecraft/models/block/brick_stairs.json new file mode 100644 index 00000000..1bf8b2a7 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/brick_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/brick", + "top": "blocks/brick", + "side": "blocks/brick" + } +} diff --git a/1.8.9/assets/minecraft/models/block/brown_mushroom.json b/1.8.9/assets/minecraft/models/block/brown_mushroom.json new file mode 100644 index 00000000..e06fae47 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/brown_mushroom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/mushroom_brown" + } +} diff --git a/1.8.9/assets/minecraft/models/block/brown_mushroom_block_c.json b/1.8.9/assets/minecraft/models/block/brown_mushroom_block_c.json new file mode 100644 index 00000000..18e866b2 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/brown_mushroom_block_c.json @@ -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" + } +} diff --git a/1.8.9/assets/minecraft/models/block/brown_mushroom_block_cap_all.json b/1.8.9/assets/minecraft/models/block/brown_mushroom_block_cap_all.json new file mode 100644 index 00000000..8a75431d --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/brown_mushroom_block_cap_all.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/mushroom_block_skin_brown" + } +} diff --git a/1.8.9/assets/minecraft/models/block/brown_mushroom_block_e.json b/1.8.9/assets/minecraft/models/block/brown_mushroom_block_e.json new file mode 100644 index 00000000..780e0550 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/brown_mushroom_block_e.json @@ -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" + } +} diff --git a/1.8.9/assets/minecraft/models/block/brown_mushroom_block_inside_all.json b/1.8.9/assets/minecraft/models/block/brown_mushroom_block_inside_all.json new file mode 100644 index 00000000..472dc8ab --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/brown_mushroom_block_inside_all.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/mushroom_block_inside" + } +} diff --git a/1.8.9/assets/minecraft/models/block/brown_mushroom_block_n.json b/1.8.9/assets/minecraft/models/block/brown_mushroom_block_n.json new file mode 100644 index 00000000..fb5c593a --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/brown_mushroom_block_n.json @@ -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" + } +} diff --git a/1.8.9/assets/minecraft/models/block/brown_mushroom_block_ne.json b/1.8.9/assets/minecraft/models/block/brown_mushroom_block_ne.json new file mode 100644 index 00000000..51080d32 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/brown_mushroom_block_ne.json @@ -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" + } +} diff --git a/1.8.9/assets/minecraft/models/block/brown_mushroom_block_nw.json b/1.8.9/assets/minecraft/models/block/brown_mushroom_block_nw.json new file mode 100644 index 00000000..b8fbdf97 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/brown_mushroom_block_nw.json @@ -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" + } +} diff --git a/1.8.9/assets/minecraft/models/block/brown_mushroom_block_s.json b/1.8.9/assets/minecraft/models/block/brown_mushroom_block_s.json new file mode 100644 index 00000000..5cc97529 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/brown_mushroom_block_s.json @@ -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" + } +} diff --git a/1.8.9/assets/minecraft/models/block/brown_mushroom_block_se.json b/1.8.9/assets/minecraft/models/block/brown_mushroom_block_se.json new file mode 100644 index 00000000..5881c62d --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/brown_mushroom_block_se.json @@ -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" + } +} diff --git a/1.8.9/assets/minecraft/models/block/brown_mushroom_block_stem.json b/1.8.9/assets/minecraft/models/block/brown_mushroom_block_stem.json new file mode 100644 index 00000000..b839c9af --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/brown_mushroom_block_stem.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "side": "blocks/mushroom_block_skin_stem", + "end": "blocks/mushroom_block_inside" + } +} diff --git a/1.8.9/assets/minecraft/models/block/brown_mushroom_block_stem_all.json b/1.8.9/assets/minecraft/models/block/brown_mushroom_block_stem_all.json new file mode 100644 index 00000000..73434e42 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/brown_mushroom_block_stem_all.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/mushroom_block_skin_stem" + } +} diff --git a/1.8.9/assets/minecraft/models/block/brown_mushroom_block_sw.json b/1.8.9/assets/minecraft/models/block/brown_mushroom_block_sw.json new file mode 100644 index 00000000..7936308b --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/brown_mushroom_block_sw.json @@ -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" + } +} diff --git a/1.8.9/assets/minecraft/models/block/brown_mushroom_block_w.json b/1.8.9/assets/minecraft/models/block/brown_mushroom_block_w.json new file mode 100644 index 00000000..3f8fe8a9 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/brown_mushroom_block_w.json @@ -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" + } +} diff --git a/1.8.9/assets/minecraft/models/block/brown_pane_n.json b/1.8.9/assets/minecraft/models/block/brown_pane_n.json new file mode 100644 index 00000000..968a8deb --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/brown_pane_n.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_n", + "textures": { + "edge": "blocks/glass_pane_top_brown", + "pane": "blocks/glass_brown" + } +} diff --git a/1.8.9/assets/minecraft/models/block/brown_pane_ne.json b/1.8.9/assets/minecraft/models/block/brown_pane_ne.json new file mode 100644 index 00000000..4a0e5250 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/brown_pane_ne.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_ne", + "textures": { + "edge": "blocks/glass_pane_top_brown", + "pane": "blocks/glass_brown" + } +} diff --git a/1.8.9/assets/minecraft/models/block/brown_pane_new.json b/1.8.9/assets/minecraft/models/block/brown_pane_new.json new file mode 100644 index 00000000..70cdce8a --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/brown_pane_new.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_new", + "textures": { + "edge": "blocks/glass_pane_top_brown", + "pane": "blocks/glass_brown" + } +} diff --git a/1.8.9/assets/minecraft/models/block/brown_pane_ns.json b/1.8.9/assets/minecraft/models/block/brown_pane_ns.json new file mode 100644 index 00000000..a4db56a4 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/brown_pane_ns.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_ns", + "textures": { + "edge": "blocks/glass_pane_top_brown", + "pane": "blocks/glass_brown" + } +} diff --git a/1.8.9/assets/minecraft/models/block/brown_pane_nse.json b/1.8.9/assets/minecraft/models/block/brown_pane_nse.json new file mode 100644 index 00000000..60369517 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/brown_pane_nse.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nse", + "textures": { + "edge": "blocks/glass_pane_top_brown", + "pane": "blocks/glass_brown" + } +} diff --git a/1.8.9/assets/minecraft/models/block/brown_pane_nsew.json b/1.8.9/assets/minecraft/models/block/brown_pane_nsew.json new file mode 100644 index 00000000..b3f5f52b --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/brown_pane_nsew.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nsew", + "textures": { + "edge": "blocks/glass_pane_top_brown", + "pane": "blocks/glass_brown" + } +} diff --git a/1.8.9/assets/minecraft/models/block/brown_pane_nsw.json b/1.8.9/assets/minecraft/models/block/brown_pane_nsw.json new file mode 100644 index 00000000..8047043e --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/brown_pane_nsw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nsw", + "textures": { + "edge": "blocks/glass_pane_top_brown", + "pane": "blocks/glass_brown" + } +} diff --git a/1.8.9/assets/minecraft/models/block/brown_pane_nw.json b/1.8.9/assets/minecraft/models/block/brown_pane_nw.json new file mode 100644 index 00000000..7edbeb1c --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/brown_pane_nw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nw", + "textures": { + "edge": "blocks/glass_pane_top_brown", + "pane": "blocks/glass_brown" + } +} diff --git a/1.8.9/assets/minecraft/models/block/brown_pane_s.json b/1.8.9/assets/minecraft/models/block/brown_pane_s.json new file mode 100644 index 00000000..3459412d --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/brown_pane_s.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_s", + "textures": { + "edge": "blocks/glass_pane_top_brown", + "pane": "blocks/glass_brown" + } +} diff --git a/1.8.9/assets/minecraft/models/block/brown_pane_se.json b/1.8.9/assets/minecraft/models/block/brown_pane_se.json new file mode 100644 index 00000000..29dc7588 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/brown_pane_se.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_se", + "textures": { + "edge": "blocks/glass_pane_top_brown", + "pane": "blocks/glass_brown" + } +} diff --git a/1.8.9/assets/minecraft/models/block/brown_pane_sew.json b/1.8.9/assets/minecraft/models/block/brown_pane_sew.json new file mode 100644 index 00000000..85b0dc9a --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/brown_pane_sew.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_sew", + "textures": { + "edge": "blocks/glass_pane_top_brown", + "pane": "blocks/glass_brown" + } +} diff --git a/1.8.9/assets/minecraft/models/block/brown_pane_sw.json b/1.8.9/assets/minecraft/models/block/brown_pane_sw.json new file mode 100644 index 00000000..87abb4b0 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/brown_pane_sw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_sw", + "textures": { + "edge": "blocks/glass_pane_top_brown", + "pane": "blocks/glass_brown" + } +} diff --git a/1.8.9/assets/minecraft/models/block/brown_wool.json b/1.8.9/assets/minecraft/models/block/brown_wool.json new file mode 100644 index 00000000..f14b5131 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/brown_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_brown" + } +} diff --git a/1.8.9/assets/minecraft/models/block/button.json b/1.8.9/assets/minecraft/models/block/button.json new file mode 100644 index 00000000..8b5c506b --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/button.json @@ -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" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/button_inventory.json b/1.8.9/assets/minecraft/models/block/button_inventory.json new file mode 100644 index 00000000..54e3429a --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/button_inventory.json @@ -0,0 +1,18 @@ +{ + "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" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/button_pressed.json b/1.8.9/assets/minecraft/models/block/button_pressed.json new file mode 100644 index 00000000..40fe9967 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/button_pressed.json @@ -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, 15, 11, 16 ], "texture": "#texture" }, + "south": { "uv": [ 5, 15, 11, 16 ], "texture": "#texture" }, + "west": { "uv": [ 6, 15, 10, 16 ], "texture": "#texture" }, + "east": { "uv": [ 6, 15, 10, 16 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/cactus.json b/1.8.9/assets/minecraft/models/block/cactus.json new file mode 100644 index 00000000..02c69f03 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/cactus.json @@ -0,0 +1,32 @@ +{ + "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" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/cake_slice1.json b/1.8.9/assets/minecraft/models/block/cake_slice1.json new file mode 100644 index 00000000..9be0a85d --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/cake_slice1.json @@ -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": { "uv": [ 3, 1, 15, 15 ], "texture": "#bottom", "cullface": "down" }, + "up": { "uv": [ 3, 1, 15, 15 ], "texture": "#top" }, + "north": { "uv": [ 1, 8, 13, 16 ], "texture": "#side" }, + "south": { "uv": [ 1, 8, 13, 16 ], "texture": "#side" }, + "west": { "uv": [ 1, 8, 15, 16 ], "texture": "#inside" }, + "east": { "uv": [ 1, 8, 15, 16 ], "texture": "#side" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/cake_slice2.json b/1.8.9/assets/minecraft/models/block/cake_slice2.json new file mode 100644 index 00000000..07559ebb --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/cake_slice2.json @@ -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": { "uv": [ 5, 1, 15, 15 ], "texture": "#bottom", "cullface": "down" }, + "up": { "uv": [ 5, 1, 15, 15 ], "texture": "#top" }, + "north": { "uv": [ 1, 8, 11, 16 ], "texture": "#side" }, + "south": { "uv": [ 1, 8, 11, 16 ], "texture": "#side" }, + "west": { "uv": [ 1, 8, 15, 16 ], "texture": "#inside" }, + "east": { "uv": [ 1, 8, 15, 16 ], "texture": "#side" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/cake_slice3.json b/1.8.9/assets/minecraft/models/block/cake_slice3.json new file mode 100644 index 00000000..d097df55 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/cake_slice3.json @@ -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": { "uv": [ 7, 1, 15, 15 ], "texture": "#bottom", "cullface": "down" }, + "up": { "uv": [ 7, 1, 15, 15 ], "texture": "#top" }, + "north": { "uv": [ 1, 8, 9, 16 ], "texture": "#side" }, + "south": { "uv": [ 1, 8, 9, 16 ], "texture": "#side" }, + "west": { "uv": [ 1, 8, 15, 16 ], "texture": "#inside" }, + "east": { "uv": [ 1, 8, 15, 16 ], "texture": "#side" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/cake_slice4.json b/1.8.9/assets/minecraft/models/block/cake_slice4.json new file mode 100644 index 00000000..d8dff741 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/cake_slice4.json @@ -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": { "uv": [ 9, 1, 15, 15 ], "texture": "#bottom", "cullface": "down" }, + "up": { "uv": [ 9, 1, 15, 15 ], "texture": "#top" }, + "north": { "uv": [ 1, 8, 7, 16 ], "texture": "#side" }, + "south": { "uv": [ 1, 8, 7, 16 ], "texture": "#side" }, + "west": { "uv": [ 1, 8, 15, 16 ], "texture": "#inside" }, + "east": { "uv": [ 1, 8, 15, 16 ], "texture": "#side" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/cake_slice5.json b/1.8.9/assets/minecraft/models/block/cake_slice5.json new file mode 100644 index 00000000..0f6e8af1 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/cake_slice5.json @@ -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": { "uv": [ 11, 1, 15, 15 ], "texture": "#bottom", "cullface": "down" }, + "up": { "uv": [ 11, 1, 15, 15 ], "texture": "#top" }, + "north": { "uv": [ 1, 8, 5, 16 ], "texture": "#side" }, + "south": { "uv": [ 1, 8, 5, 16 ], "texture": "#side" }, + "west": { "uv": [ 1, 8, 15, 16 ], "texture": "#inside" }, + "east": { "uv": [ 1, 8, 15, 16 ], "texture": "#side" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/cake_slice6.json b/1.8.9/assets/minecraft/models/block/cake_slice6.json new file mode 100644 index 00000000..c75940fb --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/cake_slice6.json @@ -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": { "uv": [ 13, 1, 15, 15 ], "texture": "#bottom", "cullface": "down" }, + "up": { "uv": [ 13, 1, 15, 15 ], "texture": "#top" }, + "north": { "uv": [ 1, 8, 3, 16 ], "texture": "#side" }, + "south": { "uv": [ 1, 8, 3, 16 ], "texture": "#side" }, + "west": { "uv": [ 1, 8, 15, 16 ], "texture": "#inside" }, + "east": { "uv": [ 1, 8, 15, 16 ], "texture": "#side" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/cake_uneaten.json b/1.8.9/assets/minecraft/models/block/cake_uneaten.json new file mode 100644 index 00000000..c5b9de94 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/cake_uneaten.json @@ -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": { "uv": [ 1, 1, 15, 15 ], "texture": "#bottom", "cullface": "down" }, + "up": { "uv": [ 1, 1, 15, 15 ], "texture": "#top" }, + "north": { "uv": [ 1, 8, 15, 16 ], "texture": "#side" }, + "south": { "uv": [ 1, 8, 15, 16 ], "texture": "#side" }, + "west": { "uv": [ 1, 8, 15, 16 ], "texture": "#side" }, + "east": { "uv": [ 1, 8, 15, 16 ], "texture": "#side" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/carpet.json b/1.8.9/assets/minecraft/models/block/carpet.json new file mode 100644 index 00000000..67710a17 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/carpet.json @@ -0,0 +1,15 @@ +{ + "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" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/carpet_black.json b/1.8.9/assets/minecraft/models/block/carpet_black.json new file mode 100644 index 00000000..32b03885 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/carpet_black.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_black", + "wool": "blocks/wool_colored_black" + } +} diff --git a/1.8.9/assets/minecraft/models/block/carpet_blue.json b/1.8.9/assets/minecraft/models/block/carpet_blue.json new file mode 100644 index 00000000..1b53f1bb --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/carpet_blue.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_blue", + "wool": "blocks/wool_colored_blue" + } +} diff --git a/1.8.9/assets/minecraft/models/block/carpet_brown.json b/1.8.9/assets/minecraft/models/block/carpet_brown.json new file mode 100644 index 00000000..7b1c74ad --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/carpet_brown.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_brown", + "wool": "blocks/wool_colored_brown" + } +} diff --git a/1.8.9/assets/minecraft/models/block/carpet_cyan.json b/1.8.9/assets/minecraft/models/block/carpet_cyan.json new file mode 100644 index 00000000..d5bcffc9 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/carpet_cyan.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_cyan", + "wool": "blocks/wool_colored_cyan" + } +} diff --git a/1.8.9/assets/minecraft/models/block/carpet_gray.json b/1.8.9/assets/minecraft/models/block/carpet_gray.json new file mode 100644 index 00000000..426544f7 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/carpet_gray.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_gray", + "wool": "blocks/wool_colored_gray" + } +} diff --git a/1.8.9/assets/minecraft/models/block/carpet_green.json b/1.8.9/assets/minecraft/models/block/carpet_green.json new file mode 100644 index 00000000..84e82805 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/carpet_green.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_green", + "wool": "blocks/wool_colored_green" + } +} diff --git a/1.8.9/assets/minecraft/models/block/carpet_light_blue.json b/1.8.9/assets/minecraft/models/block/carpet_light_blue.json new file mode 100644 index 00000000..e87d04b8 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/carpet_light_blue.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_light_blue", + "wool": "blocks/wool_colored_light_blue" + } +} diff --git a/1.8.9/assets/minecraft/models/block/carpet_lime.json b/1.8.9/assets/minecraft/models/block/carpet_lime.json new file mode 100644 index 00000000..7a70b81a --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/carpet_lime.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_lime", + "wool": "blocks/wool_colored_lime" + } +} diff --git a/1.8.9/assets/minecraft/models/block/carpet_magenta.json b/1.8.9/assets/minecraft/models/block/carpet_magenta.json new file mode 100644 index 00000000..25ae7f71 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/carpet_magenta.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_magenta", + "wool": "blocks/wool_colored_magenta" + } +} diff --git a/1.8.9/assets/minecraft/models/block/carpet_orange.json b/1.8.9/assets/minecraft/models/block/carpet_orange.json new file mode 100644 index 00000000..1e01b88b --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/carpet_orange.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_orange", + "wool": "blocks/wool_colored_orange" + } +} diff --git a/1.8.9/assets/minecraft/models/block/carpet_pink.json b/1.8.9/assets/minecraft/models/block/carpet_pink.json new file mode 100644 index 00000000..f7aefe7c --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/carpet_pink.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_pink", + "wool": "blocks/wool_colored_pink" + } +} diff --git a/1.8.9/assets/minecraft/models/block/carpet_purple.json b/1.8.9/assets/minecraft/models/block/carpet_purple.json new file mode 100644 index 00000000..01c2d6b8 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/carpet_purple.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_purple", + "wool": "blocks/wool_colored_purple" + } +} diff --git a/1.8.9/assets/minecraft/models/block/carpet_red.json b/1.8.9/assets/minecraft/models/block/carpet_red.json new file mode 100644 index 00000000..3a45c711 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/carpet_red.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_red", + "wool": "blocks/wool_colored_red" + } +} diff --git a/1.8.9/assets/minecraft/models/block/carpet_silver.json b/1.8.9/assets/minecraft/models/block/carpet_silver.json new file mode 100644 index 00000000..35287d9c --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/carpet_silver.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_silver", + "wool": "blocks/wool_colored_silver" + } +} diff --git a/1.8.9/assets/minecraft/models/block/carpet_white.json b/1.8.9/assets/minecraft/models/block/carpet_white.json new file mode 100644 index 00000000..5b38ca73 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/carpet_white.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_white", + "wool": "blocks/wool_colored_white" + } +} diff --git a/1.8.9/assets/minecraft/models/block/carpet_yellow.json b/1.8.9/assets/minecraft/models/block/carpet_yellow.json new file mode 100644 index 00000000..bf328a1c --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/carpet_yellow.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_yellow", + "wool": "blocks/wool_colored_yellow" + } +} diff --git a/1.8.9/assets/minecraft/models/block/carrots_stage0.json b/1.8.9/assets/minecraft/models/block/carrots_stage0.json new file mode 100644 index 00000000..63596d4f --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/carrots_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/carrots_stage_0" + } +} diff --git a/1.8.9/assets/minecraft/models/block/carrots_stage1.json b/1.8.9/assets/minecraft/models/block/carrots_stage1.json new file mode 100644 index 00000000..84f97424 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/carrots_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/carrots_stage_1" + } +} diff --git a/1.8.9/assets/minecraft/models/block/carrots_stage2.json b/1.8.9/assets/minecraft/models/block/carrots_stage2.json new file mode 100644 index 00000000..eb176870 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/carrots_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/carrots_stage_2" + } +} diff --git a/1.8.9/assets/minecraft/models/block/carrots_stage3.json b/1.8.9/assets/minecraft/models/block/carrots_stage3.json new file mode 100644 index 00000000..5d7dcbc8 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/carrots_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/carrots_stage_3" + } +} diff --git a/1.8.9/assets/minecraft/models/block/cauldron_empty.json b/1.8.9/assets/minecraft/models/block/cauldron_empty.json new file mode 100644 index 00000000..8b084f5a --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/cauldron_empty.json @@ -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": { "uv": [ 0, 0, 2, 16 ], "texture": "#inside", "cullface": "down" }, + "up": { "uv": [ 0, 0, 2, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 2, 0, 0, 13 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 0, 0, 2, 13 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 13 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 13 ], "texture": "#side" } + } + }, + { "from": [ 2, 3, 2 ], + "to": [ 14, 4, 14 ], + "faces": { + "down": { "uv": [ 2, 2, 14, 14 ], "texture": "#inside", "cullface": "down" }, + "up": { "uv": [ 2, 2, 14, 14 ], "texture": "#inside", "cullface": "up" }, + "north": { "uv": [ 2, 0, 0, 13 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 0, 0, 2, 13 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 13 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 13 ], "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 14, 3, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 14, 0, 16, 16 ], "texture": "#inside", "cullface": "down" }, + "up": { "uv": [ 14, 0, 16, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 16, 0, 14, 13 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 14, 0, 16, 13 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 13 ], "texture": "#side" }, + "east": { "uv": [ 0, 0, 16, 13 ], "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 2, 3, 0 ], + "to": [ 14, 16, 2 ], + "faces": { + "down": { "uv": [ 2, 0, 14, 2 ], "texture": "#inside", "cullface": "down" }, + "up": { "uv": [ 2, 0, 14, 2 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 2, 0, 14, 13 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 2, 0, 14, 13 ], "texture": "#side" }, + "west": { "uv": [ 0, 0, 2, 13 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 0, 2, 13 ], "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 2, 3, 14 ], + "to": [ 14, 16, 16 ], + "faces": { + "down": { "uv": [ 2, 14, 14, 16 ], "texture": "#inside", "cullface": "down" }, + "up": { "uv": [ 2, 14, 14, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 2, 0, 14, 13 ], "texture": "#side" }, + "south": { "uv": [ 2, 0, 14, 13 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 14, 0, 16, 13 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 14, 0, 16, 13 ], "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 0, 0, 0 ], + "to": [ 4, 3, 2 ], + "faces": { + "down": { "uv": [ 0, 0, 4, 2 ], "texture": "#bottom", "cullface": "down" }, + "up": { "uv": [ 0, 0, 2, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 4, 13, 0, 16 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 0, 13, 4, 16 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 13, 2, 16 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 13, 2, 16 ], "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 0, 0, 2 ], + "to": [ 2, 3, 4 ], + "faces": { + "down": { "uv": [ 0, 2, 2, 4 ], "texture": "#bottom", "cullface": "down" }, + "up": { "uv": [ 0, 0, 2, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 2, 13, 0, 16 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 0, 13, 2, 16 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 2, 13, 4, 16 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 2, 13, 4, 16 ], "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 12, 0, 0 ], + "to": [ 16, 3, 2 ], + "faces": { + "down": { "uv": [ 12, 0, 16, 2 ], "texture": "#bottom", "cullface": "down" }, + "up": { "uv": [ 0, 0, 2, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 16, 13, 12, 16 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 12, 13, 16, 16 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 13, 2, 16 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 13, 2, 16 ], "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 14, 0, 2 ], + "to": [ 16, 3, 4 ], + "faces": { + "down": { "uv": [ 14, 2, 16, 4 ], "texture": "#bottom" }, + "up": { "uv": [ 0, 0, 2, 16 ], "texture": "#top" }, + "north": { "uv": [ 16, 13, 14, 16 ], "texture": "#side" }, + "south": { "uv": [ 14, 13, 16, 16 ], "texture": "#side" }, + "west": { "uv": [ 4, 13, 2, 16 ], "texture": "#side" }, + "east": { "uv": [ 4, 13, 2, 16 ], "texture": "#side" } + } + }, + { "from": [ 0, 0, 14 ], + "to": [ 4, 3, 16 ], + "faces": { + "down": { "uv": [ 14, 0, 16, 4 ], "texture": "#bottom" }, + "up": { "uv": [ 14, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 4, 13, 0, 16 ], "texture": "#side" }, + "south": { "uv": [ 0, 13, 4, 16 ], "texture": "#side" }, + "west": { "uv": [ 14, 13, 16, 16 ], "texture": "#side" }, + "east": { "uv": [ 14, 13, 16, 16 ], "texture": "#side" } + } + }, + { "from": [ 0, 0, 12 ], + "to": [ 2, 3, 14 ], + "faces": { + "down": { "uv": [ 12, 0, 14, 4 ], "texture": "#bottom" }, + "up": { "uv": [ 14, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 2, 13, 0, 16 ], "texture": "#side" }, + "south": { "uv": [ 0, 13, 2, 16 ], "texture": "#side" }, + "west": { "uv": [ 12, 13, 14, 16 ], "texture": "#side" }, + "east": { "uv": [ 12, 13, 14, 16 ], "texture": "#side" } + } + }, + { "from": [ 12, 0, 14 ], + "to": [ 16, 3, 16 ], + "faces": { + "down": { "uv": [ 14, 12, 16, 16 ], "texture": "#bottom" }, + "up": { "uv": [ 14, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 16, 13, 12, 16 ], "texture": "#side" }, + "south": { "uv": [ 12, 13, 16, 16 ], "texture": "#side" }, + "west": { "uv": [ 14, 13, 16, 16 ], "texture": "#side" }, + "east": { "uv": [ 14, 13, 16, 16 ], "texture": "#side" } + } + }, + { "from": [ 14, 0, 12 ], + "to": [ 16, 3, 14 ], + "faces": { + "down": { "uv": [ 14, 12, 16, 14 ], "texture": "#bottom" }, + "up": { "uv": [ 14, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 16, 13, 14, 16 ], "texture": "#side" }, + "south": { "uv": [ 14, 13, 16, 16 ], "texture": "#side" }, + "west": { "uv": [ 14, 13, 12, 16 ], "texture": "#side" }, + "east": { "uv": [ 14, 13, 12, 16 ], "texture": "#side" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/cauldron_level1.json b/1.8.9/assets/minecraft/models/block/cauldron_level1.json new file mode 100644 index 00000000..c929bb33 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/cauldron_level1.json @@ -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": { "uv": [ 0, 0, 2, 16 ], "texture": "#inside", "cullface": "down" }, + "up": { "uv": [ 0, 0, 2, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 2, 0, 0, 13 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 0, 0, 2, 13 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 13 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 13 ], "texture": "#side" } + } + }, + { "from": [ 2, 3, 2 ], + "to": [ 14, 4, 14 ], + "faces": { + "down": { "uv": [ 2, 2, 14, 14 ], "texture": "#inside", "cullface": "down" }, + "up": { "uv": [ 2, 2, 14, 14 ], "texture": "#inside", "cullface": "up" }, + "north": { "uv": [ 2, 0, 0, 13 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 0, 0, 2, 13 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 13 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 13 ], "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 14, 3, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 14, 0, 16, 16 ], "texture": "#inside", "cullface": "down" }, + "up": { "uv": [ 14, 0, 16, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 16, 0, 14, 13 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 14, 0, 16, 13 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 13 ], "texture": "#side" }, + "east": { "uv": [ 0, 0, 16, 13 ], "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 2, 3, 0 ], + "to": [ 14, 16, 2 ], + "faces": { + "down": { "uv": [ 2, 0, 14, 2 ], "texture": "#inside", "cullface": "down" }, + "up": { "uv": [ 2, 0, 14, 2 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 2, 0, 14, 13 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 2, 0, 14, 13 ], "texture": "#side" }, + "west": { "uv": [ 0, 0, 2, 13 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 0, 2, 13 ], "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 2, 3, 14 ], + "to": [ 14, 16, 16 ], + "faces": { + "down": { "uv": [ 2, 14, 14, 16 ], "texture": "#inside", "cullface": "down" }, + "up": { "uv": [ 2, 14, 14, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 2, 0, 14, 13 ], "texture": "#side" }, + "south": { "uv": [ 2, 0, 14, 13 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 14, 0, 16, 13 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 14, 0, 16, 13 ], "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 0, 0, 0 ], + "to": [ 4, 3, 2 ], + "faces": { + "down": { "uv": [ 0, 0, 4, 2 ], "texture": "#bottom", "cullface": "down" }, + "up": { "uv": [ 0, 0, 2, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 4, 13, 0, 16 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 0, 13, 4, 16 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 13, 2, 16 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 13, 2, 16 ], "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 0, 0, 2 ], + "to": [ 2, 3, 4 ], + "faces": { + "down": { "uv": [ 0, 2, 2, 4 ], "texture": "#bottom", "cullface": "down" }, + "up": { "uv": [ 0, 0, 2, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 2, 13, 0, 16 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 0, 13, 2, 16 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 2, 13, 4, 16 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 2, 13, 4, 16 ], "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 12, 0, 0 ], + "to": [ 16, 3, 2 ], + "faces": { + "down": { "uv": [ 12, 0, 16, 2 ], "texture": "#bottom", "cullface": "down" }, + "up": { "uv": [ 0, 0, 2, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 16, 13, 12, 16 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 12, 13, 16, 16 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 13, 2, 16 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 13, 2, 16 ], "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 14, 0, 2 ], + "to": [ 16, 3, 4 ], + "faces": { + "down": { "uv": [ 14, 2, 16, 4 ], "texture": "#bottom" }, + "up": { "uv": [ 0, 0, 2, 16 ], "texture": "#top" }, + "north": { "uv": [ 16, 13, 14, 16 ], "texture": "#side" }, + "south": { "uv": [ 14, 13, 16, 16 ], "texture": "#side" }, + "west": { "uv": [ 4, 13, 2, 16 ], "texture": "#side" }, + "east": { "uv": [ 4, 13, 2, 16 ], "texture": "#side" } + } + }, + { "from": [ 0, 0, 14 ], + "to": [ 4, 3, 16 ], + "faces": { + "down": { "uv": [ 14, 0, 16, 4 ], "texture": "#bottom" }, + "up": { "uv": [ 14, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 4, 13, 0, 16 ], "texture": "#side" }, + "south": { "uv": [ 0, 13, 4, 16 ], "texture": "#side" }, + "west": { "uv": [ 14, 13, 16, 16 ], "texture": "#side" }, + "east": { "uv": [ 14, 13, 16, 16 ], "texture": "#side" } + } + }, + { "from": [ 0, 0, 12 ], + "to": [ 2, 3, 14 ], + "faces": { + "down": { "uv": [ 12, 0, 14, 4 ], "texture": "#bottom" }, + "up": { "uv": [ 14, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 2, 13, 0, 16 ], "texture": "#side" }, + "south": { "uv": [ 0, 13, 2, 16 ], "texture": "#side" }, + "west": { "uv": [ 12, 13, 14, 16 ], "texture": "#side" }, + "east": { "uv": [ 12, 13, 14, 16 ], "texture": "#side" } + } + }, + { "from": [ 12, 0, 14 ], + "to": [ 16, 3, 16 ], + "faces": { + "down": { "uv": [ 14, 12, 16, 16 ], "texture": "#bottom" }, + "up": { "uv": [ 14, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 16, 13, 12, 16 ], "texture": "#side" }, + "south": { "uv": [ 12, 13, 16, 16 ], "texture": "#side" }, + "west": { "uv": [ 14, 13, 16, 16 ], "texture": "#side" }, + "east": { "uv": [ 14, 13, 16, 16 ], "texture": "#side" } + } + }, + { "from": [ 14, 0, 12 ], + "to": [ 16, 3, 14 ], + "faces": { + "down": { "uv": [ 14, 12, 16, 14 ], "texture": "#bottom" }, + "up": { "uv": [ 14, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 16, 13, 14, 16 ], "texture": "#side" }, + "south": { "uv": [ 14, 13, 16, 16 ], "texture": "#side" }, + "west": { "uv": [ 14, 13, 12, 16 ], "texture": "#side" }, + "east": { "uv": [ 14, 13, 12, 16 ], "texture": "#side" } + } + }, + { "from": [ 2, 9, 2 ], + "to": [ 14, 9, 14 ], + "faces": { + "up": { "uv": [ 2, 2, 14, 14 ], "texture": "#water" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/cauldron_level2.json b/1.8.9/assets/minecraft/models/block/cauldron_level2.json new file mode 100644 index 00000000..b486310a --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/cauldron_level2.json @@ -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": { "uv": [ 0, 0, 2, 16 ], "texture": "#inside", "cullface": "down" }, + "up": { "uv": [ 0, 0, 2, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 2, 0, 0, 13 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 0, 0, 2, 13 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 13 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 13 ], "texture": "#side" } + } + }, + { "from": [ 2, 3, 2 ], + "to": [ 14, 4, 14 ], + "faces": { + "down": { "uv": [ 2, 2, 14, 14 ], "texture": "#inside", "cullface": "down" }, + "up": { "uv": [ 2, 2, 14, 14 ], "texture": "#inside", "cullface": "up" }, + "north": { "uv": [ 2, 0, 0, 13 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 0, 0, 2, 13 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 13 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 13 ], "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 14, 3, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 14, 0, 16, 16 ], "texture": "#inside", "cullface": "down" }, + "up": { "uv": [ 14, 0, 16, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 16, 0, 14, 13 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 14, 0, 16, 13 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 13 ], "texture": "#side" }, + "east": { "uv": [ 0, 0, 16, 13 ], "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 2, 3, 0 ], + "to": [ 14, 16, 2 ], + "faces": { + "down": { "uv": [ 2, 0, 14, 2 ], "texture": "#inside", "cullface": "down" }, + "up": { "uv": [ 2, 0, 14, 2 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 2, 0, 14, 13 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 2, 0, 14, 13 ], "texture": "#side" }, + "west": { "uv": [ 0, 0, 2, 13 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 0, 2, 13 ], "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 2, 3, 14 ], + "to": [ 14, 16, 16 ], + "faces": { + "down": { "uv": [ 2, 14, 14, 16 ], "texture": "#inside", "cullface": "down" }, + "up": { "uv": [ 2, 14, 14, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 2, 0, 14, 13 ], "texture": "#side" }, + "south": { "uv": [ 2, 0, 14, 13 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 14, 0, 16, 13 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 14, 0, 16, 13 ], "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 0, 0, 0 ], + "to": [ 4, 3, 2 ], + "faces": { + "down": { "uv": [ 0, 0, 4, 2 ], "texture": "#bottom", "cullface": "down" }, + "up": { "uv": [ 0, 0, 2, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 4, 13, 0, 16 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 0, 13, 4, 16 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 13, 2, 16 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 13, 2, 16 ], "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 0, 0, 2 ], + "to": [ 2, 3, 4 ], + "faces": { + "down": { "uv": [ 0, 2, 2, 4 ], "texture": "#bottom", "cullface": "down" }, + "up": { "uv": [ 0, 0, 2, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 2, 13, 0, 16 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 0, 13, 2, 16 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 2, 13, 4, 16 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 2, 13, 4, 16 ], "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 12, 0, 0 ], + "to": [ 16, 3, 2 ], + "faces": { + "down": { "uv": [ 12, 0, 16, 2 ], "texture": "#bottom", "cullface": "down" }, + "up": { "uv": [ 0, 0, 2, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 16, 13, 12, 16 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 12, 13, 16, 16 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 13, 2, 16 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 13, 2, 16 ], "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 14, 0, 2 ], + "to": [ 16, 3, 4 ], + "faces": { + "down": { "uv": [ 14, 2, 16, 4 ], "texture": "#bottom" }, + "up": { "uv": [ 0, 0, 2, 16 ], "texture": "#top" }, + "north": { "uv": [ 16, 13, 14, 16 ], "texture": "#side" }, + "south": { "uv": [ 14, 13, 16, 16 ], "texture": "#side" }, + "west": { "uv": [ 4, 13, 2, 16 ], "texture": "#side" }, + "east": { "uv": [ 4, 13, 2, 16 ], "texture": "#side" } + } + }, + { "from": [ 0, 0, 14 ], + "to": [ 4, 3, 16 ], + "faces": { + "down": { "uv": [ 14, 0, 16, 4 ], "texture": "#bottom" }, + "up": { "uv": [ 14, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 4, 13, 0, 16 ], "texture": "#side" }, + "south": { "uv": [ 0, 13, 4, 16 ], "texture": "#side" }, + "west": { "uv": [ 14, 13, 16, 16 ], "texture": "#side" }, + "east": { "uv": [ 14, 13, 16, 16 ], "texture": "#side" } + } + }, + { "from": [ 0, 0, 12 ], + "to": [ 2, 3, 14 ], + "faces": { + "down": { "uv": [ 12, 0, 14, 4 ], "texture": "#bottom" }, + "up": { "uv": [ 14, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 2, 13, 0, 16 ], "texture": "#side" }, + "south": { "uv": [ 0, 13, 2, 16 ], "texture": "#side" }, + "west": { "uv": [ 12, 13, 14, 16 ], "texture": "#side" }, + "east": { "uv": [ 12, 13, 14, 16 ], "texture": "#side" } + } + }, + { "from": [ 12, 0, 14 ], + "to": [ 16, 3, 16 ], + "faces": { + "down": { "uv": [ 14, 12, 16, 16 ], "texture": "#bottom" }, + "up": { "uv": [ 14, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 16, 13, 12, 16 ], "texture": "#side" }, + "south": { "uv": [ 12, 13, 16, 16 ], "texture": "#side" }, + "west": { "uv": [ 14, 13, 16, 16 ], "texture": "#side" }, + "east": { "uv": [ 14, 13, 16, 16 ], "texture": "#side" } + } + }, + { "from": [ 14, 0, 12 ], + "to": [ 16, 3, 14 ], + "faces": { + "down": { "uv": [ 14, 12, 16, 14 ], "texture": "#bottom" }, + "up": { "uv": [ 14, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 16, 13, 14, 16 ], "texture": "#side" }, + "south": { "uv": [ 14, 13, 16, 16 ], "texture": "#side" }, + "west": { "uv": [ 14, 13, 12, 16 ], "texture": "#side" }, + "east": { "uv": [ 14, 13, 12, 16 ], "texture": "#side" } + } + }, + { "from": [ 2, 12, 2 ], + "to": [ 14, 12, 14 ], + "faces": { + "up": { "uv": [ 2, 2, 14, 14 ], "texture": "#water" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/cauldron_level3.json b/1.8.9/assets/minecraft/models/block/cauldron_level3.json new file mode 100644 index 00000000..841621b5 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/cauldron_level3.json @@ -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": { "uv": [ 0, 0, 2, 16 ], "texture": "#inside", "cullface": "down" }, + "up": { "uv": [ 0, 0, 2, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 2, 0, 0, 13 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 0, 0, 2, 13 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 13 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 13 ], "texture": "#side" } + } + }, + { "from": [ 2, 3, 2 ], + "to": [ 14, 4, 14 ], + "faces": { + "down": { "uv": [ 2, 2, 14, 14 ], "texture": "#inside", "cullface": "down" }, + "up": { "uv": [ 2, 2, 14, 14 ], "texture": "#inside", "cullface": "up" }, + "north": { "uv": [ 2, 0, 0, 13 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 0, 0, 2, 13 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 13 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 13 ], "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 14, 3, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 14, 0, 16, 16 ], "texture": "#inside", "cullface": "down" }, + "up": { "uv": [ 14, 0, 16, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 16, 0, 14, 13 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 14, 0, 16, 13 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 13 ], "texture": "#side" }, + "east": { "uv": [ 0, 0, 16, 13 ], "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 2, 3, 0 ], + "to": [ 14, 16, 2 ], + "faces": { + "down": { "uv": [ 2, 0, 14, 2 ], "texture": "#inside", "cullface": "down" }, + "up": { "uv": [ 2, 0, 14, 2 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 2, 0, 14, 13 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 2, 0, 14, 13 ], "texture": "#side" }, + "west": { "uv": [ 0, 0, 2, 13 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 0, 2, 13 ], "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 2, 3, 14 ], + "to": [ 14, 16, 16 ], + "faces": { + "down": { "uv": [ 2, 14, 14, 16 ], "texture": "#inside", "cullface": "down" }, + "up": { "uv": [ 2, 14, 14, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 2, 0, 14, 13 ], "texture": "#side" }, + "south": { "uv": [ 2, 0, 14, 13 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 14, 0, 16, 13 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 14, 0, 16, 13 ], "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 0, 0, 0 ], + "to": [ 4, 3, 2 ], + "faces": { + "down": { "uv": [ 0, 0, 4, 2 ], "texture": "#bottom", "cullface": "down" }, + "up": { "uv": [ 0, 0, 2, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 4, 13, 0, 16 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 0, 13, 4, 16 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 13, 2, 16 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 13, 2, 16 ], "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 0, 0, 2 ], + "to": [ 2, 3, 4 ], + "faces": { + "down": { "uv": [ 0, 2, 2, 4 ], "texture": "#bottom", "cullface": "down" }, + "up": { "uv": [ 0, 0, 2, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 2, 13, 0, 16 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 0, 13, 2, 16 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 2, 13, 4, 16 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 2, 13, 4, 16 ], "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 12, 0, 0 ], + "to": [ 16, 3, 2 ], + "faces": { + "down": { "uv": [ 12, 0, 16, 2 ], "texture": "#bottom", "cullface": "down" }, + "up": { "uv": [ 0, 0, 2, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 16, 13, 12, 16 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 12, 13, 16, 16 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 13, 2, 16 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 13, 2, 16 ], "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 14, 0, 2 ], + "to": [ 16, 3, 4 ], + "faces": { + "down": { "uv": [ 14, 2, 16, 4 ], "texture": "#bottom" }, + "up": { "uv": [ 0, 0, 2, 16 ], "texture": "#top" }, + "north": { "uv": [ 16, 13, 14, 16 ], "texture": "#side" }, + "south": { "uv": [ 14, 13, 16, 16 ], "texture": "#side" }, + "west": { "uv": [ 4, 13, 2, 16 ], "texture": "#side" }, + "east": { "uv": [ 4, 13, 2, 16 ], "texture": "#side" } + } + }, + { "from": [ 0, 0, 14 ], + "to": [ 4, 3, 16 ], + "faces": { + "down": { "uv": [ 14, 0, 16, 4 ], "texture": "#bottom" }, + "up": { "uv": [ 14, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 4, 13, 0, 16 ], "texture": "#side" }, + "south": { "uv": [ 0, 13, 4, 16 ], "texture": "#side" }, + "west": { "uv": [ 14, 13, 16, 16 ], "texture": "#side" }, + "east": { "uv": [ 14, 13, 16, 16 ], "texture": "#side" } + } + }, + { "from": [ 0, 0, 12 ], + "to": [ 2, 3, 14 ], + "faces": { + "down": { "uv": [ 12, 0, 14, 4 ], "texture": "#bottom" }, + "up": { "uv": [ 14, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 2, 13, 0, 16 ], "texture": "#side" }, + "south": { "uv": [ 0, 13, 2, 16 ], "texture": "#side" }, + "west": { "uv": [ 12, 13, 14, 16 ], "texture": "#side" }, + "east": { "uv": [ 12, 13, 14, 16 ], "texture": "#side" } + } + }, + { "from": [ 12, 0, 14 ], + "to": [ 16, 3, 16 ], + "faces": { + "down": { "uv": [ 14, 12, 16, 16 ], "texture": "#bottom" }, + "up": { "uv": [ 14, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 16, 13, 12, 16 ], "texture": "#side" }, + "south": { "uv": [ 12, 13, 16, 16 ], "texture": "#side" }, + "west": { "uv": [ 14, 13, 16, 16 ], "texture": "#side" }, + "east": { "uv": [ 14, 13, 16, 16 ], "texture": "#side" } + } + }, + { "from": [ 14, 0, 12 ], + "to": [ 16, 3, 14 ], + "faces": { + "down": { "uv": [ 14, 12, 16, 14 ], "texture": "#bottom" }, + "up": { "uv": [ 14, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 16, 13, 14, 16 ], "texture": "#side" }, + "south": { "uv": [ 14, 13, 16, 16 ], "texture": "#side" }, + "west": { "uv": [ 14, 13, 12, 16 ], "texture": "#side" }, + "east": { "uv": [ 14, 13, 12, 16 ], "texture": "#side" } + } + }, + { "from": [ 2, 15, 2 ], + "to": [ 14, 15, 14 ], + "faces": { + "up": { "uv": [ 2, 2, 14, 14 ], "texture": "#water" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/clay.json b/1.8.9/assets/minecraft/models/block/clay.json new file mode 100644 index 00000000..a1d68d5d --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/clay.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/clay" + } +} diff --git a/1.8.9/assets/minecraft/models/block/coal_block.json b/1.8.9/assets/minecraft/models/block/coal_block.json new file mode 100644 index 00000000..4760fd9d --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/coal_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/coal_block" + } +} diff --git a/1.8.9/assets/minecraft/models/block/coal_ore.json b/1.8.9/assets/minecraft/models/block/coal_ore.json new file mode 100644 index 00000000..a475352f --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/coal_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/coal_ore" + } +} diff --git a/1.8.9/assets/minecraft/models/block/coarse_dirt.json b/1.8.9/assets/minecraft/models/block/coarse_dirt.json new file mode 100644 index 00000000..8badd3f9 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/coarse_dirt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/coarse_dirt" + } +} diff --git a/1.8.9/assets/minecraft/models/block/cobblestone.json b/1.8.9/assets/minecraft/models/block/cobblestone.json new file mode 100644 index 00000000..5b3a4899 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/cobblestone.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/cobblestone" + } +} diff --git a/1.8.9/assets/minecraft/models/block/cobblestone_wall_inventory.json b/1.8.9/assets/minecraft/models/block/cobblestone_wall_inventory.json new file mode 100644 index 00000000..079cb13f --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/cobblestone_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_inventory", + "textures": { + "wall": "blocks/cobblestone" + } +} diff --git a/1.8.9/assets/minecraft/models/block/cobblestone_wall_mossy_inventory.json b/1.8.9/assets/minecraft/models/block/cobblestone_wall_mossy_inventory.json new file mode 100644 index 00000000..f5f126f5 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/cobblestone_wall_mossy_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_inventory", + "textures": { + "wall": "blocks/cobblestone_mossy" + } +} diff --git a/1.8.9/assets/minecraft/models/block/cobblestone_wall_n.json b/1.8.9/assets/minecraft/models/block/cobblestone_wall_n.json new file mode 100644 index 00000000..2b04bb1b --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/cobblestone_wall_n.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_n", + "textures": { + "wall": "blocks/cobblestone" + } +} diff --git a/1.8.9/assets/minecraft/models/block/cobblestone_wall_ne.json b/1.8.9/assets/minecraft/models/block/cobblestone_wall_ne.json new file mode 100644 index 00000000..56ae774e --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/cobblestone_wall_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_ne", + "textures": { + "wall": "blocks/cobblestone" + } +} diff --git a/1.8.9/assets/minecraft/models/block/cobblestone_wall_ns.json b/1.8.9/assets/minecraft/models/block/cobblestone_wall_ns.json new file mode 100644 index 00000000..ba0495ef --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/cobblestone_wall_ns.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_ns", + "textures": { + "wall": "blocks/cobblestone" + } +} diff --git a/1.8.9/assets/minecraft/models/block/cobblestone_wall_ns_above.json b/1.8.9/assets/minecraft/models/block/cobblestone_wall_ns_above.json new file mode 100644 index 00000000..c320ef80 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/cobblestone_wall_ns_above.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_ns_above", + "textures": { + "wall": "blocks/cobblestone" + } +} diff --git a/1.8.9/assets/minecraft/models/block/cobblestone_wall_nse.json b/1.8.9/assets/minecraft/models/block/cobblestone_wall_nse.json new file mode 100644 index 00000000..d2baeff6 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/cobblestone_wall_nse.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_nse", + "textures": { + "wall": "blocks/cobblestone" + } +} diff --git a/1.8.9/assets/minecraft/models/block/cobblestone_wall_nsew.json b/1.8.9/assets/minecraft/models/block/cobblestone_wall_nsew.json new file mode 100644 index 00000000..d09ac044 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/cobblestone_wall_nsew.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_nsew", + "textures": { + "wall": "blocks/cobblestone" + } +} diff --git a/1.8.9/assets/minecraft/models/block/cobblestone_wall_post.json b/1.8.9/assets/minecraft/models/block/cobblestone_wall_post.json new file mode 100644 index 00000000..6b3069bf --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/cobblestone_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_post", + "textures": { + "wall": "blocks/cobblestone" + } +} diff --git a/1.8.9/assets/minecraft/models/block/cocoa_age0_s.json b/1.8.9/assets/minecraft/models/block/cocoa_age0_s.json new file mode 100644 index 00000000..2e8804e0 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/cocoa_age0_s.json @@ -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" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/cocoa_age1_s.json b/1.8.9/assets/minecraft/models/block/cocoa_age1_s.json new file mode 100644 index 00000000..05e8c8e7 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/cocoa_age1_s.json @@ -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" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/cocoa_age2_s.json b/1.8.9/assets/minecraft/models/block/cocoa_age2_s.json new file mode 100644 index 00000000..d9b70ce1 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/cocoa_age2_s.json @@ -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" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/column_side.json b/1.8.9/assets/minecraft/models/block/column_side.json new file mode 100644 index 00000000..1a7f9e76 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/column_side.json @@ -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 } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/command_block.json b/1.8.9/assets/minecraft/models/block/command_block.json new file mode 100644 index 00000000..7eae209f --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/command_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/command_block" + } +} diff --git a/1.8.9/assets/minecraft/models/block/comparator_lit.json b/1.8.9/assets/minecraft/models/block/comparator_lit.json new file mode 100644 index 00000000..bc1ed817 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/comparator_lit.json @@ -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" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/comparator_lit_subtract.json b/1.8.9/assets/minecraft/models/block/comparator_lit_subtract.json new file mode 100644 index 00000000..e55921fc --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/comparator_lit_subtract.json @@ -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" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/comparator_unlit.json b/1.8.9/assets/minecraft/models/block/comparator_unlit.json new file mode 100644 index 00000000..7da63972 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/comparator_unlit.json @@ -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" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/comparator_unlit_subtract.json b/1.8.9/assets/minecraft/models/block/comparator_unlit_subtract.json new file mode 100644 index 00000000..bb0c4ec5 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/comparator_unlit_subtract.json @@ -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" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/crafting_table.json b/1.8.9/assets/minecraft/models/block/crafting_table.json new file mode 100644 index 00000000..2ec0068d --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/crafting_table.json @@ -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" + } +} diff --git a/1.8.9/assets/minecraft/models/block/crop.json b/1.8.9/assets/minecraft/models/block/crop.json new file mode 100644 index 00000000..9cc479e4 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/crop.json @@ -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" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/cross.json b/1.8.9/assets/minecraft/models/block/cross.json new file mode 100644 index 00000000..37c8b09f --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/cross.json @@ -0,0 +1,26 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#cross" + }, + "elements": [ + { "from": [ 0.8, 0, 8 ], + "to": [ 15.2, 16, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" } + } + }, + { "from": [ 8, 0, 0.8 ], + "to": [ 8, 16, 15.2 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/cube.json b/1.8.9/assets/minecraft/models/block/cube.json new file mode 100644 index 00000000..e44c18ec --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/cube.json @@ -0,0 +1,15 @@ +{ + "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" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/cube_all.json b/1.8.9/assets/minecraft/models/block/cube_all.json new file mode 100644 index 00000000..fa2f9e77 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/cube_all.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "#all", + "down": "#all", + "up": "#all", + "north": "#all", + "east": "#all", + "south": "#all", + "west": "#all" + } +} diff --git a/1.8.9/assets/minecraft/models/block/cube_bottom_top.json b/1.8.9/assets/minecraft/models/block/cube_bottom_top.json new file mode 100644 index 00000000..4c610597 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/cube_bottom_top.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "#side", + "down": "#bottom", + "up": "#top", + "north": "#side", + "east": "#side", + "south": "#side", + "west": "#side" + } +} diff --git a/1.8.9/assets/minecraft/models/block/cube_column.json b/1.8.9/assets/minecraft/models/block/cube_column.json new file mode 100644 index 00000000..358b9847 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/cube_column.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "#side", + "down": "#end", + "up": "#end", + "north": "#side", + "east": "#side", + "south": "#side", + "west": "#side" + } +} diff --git a/1.8.9/assets/minecraft/models/block/cube_mirrored.json b/1.8.9/assets/minecraft/models/block/cube_mirrored.json new file mode 100644 index 00000000..38f44bda --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/cube_mirrored.json @@ -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" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/cube_mirrored_all.json b/1.8.9/assets/minecraft/models/block/cube_mirrored_all.json new file mode 100644 index 00000000..75743f20 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/cube_mirrored_all.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube_mirrored", + "textures": { + "particle": "#all", + "down": "#all", + "up": "#all", + "north": "#all", + "east": "#all", + "south": "#all", + "west": "#all" + } +} diff --git a/1.8.9/assets/minecraft/models/block/cube_top.json b/1.8.9/assets/minecraft/models/block/cube_top.json new file mode 100644 index 00000000..a0c1d569 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/cube_top.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "#side", + "down": "#side", + "up": "#top", + "north": "#side", + "east": "#side", + "south": "#side", + "west": "#side" + } +} diff --git a/1.8.9/assets/minecraft/models/block/cyan_pane_n.json b/1.8.9/assets/minecraft/models/block/cyan_pane_n.json new file mode 100644 index 00000000..7dae5c3f --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/cyan_pane_n.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_n", + "textures": { + "edge": "blocks/glass_pane_top_cyan", + "pane": "blocks/glass_cyan" + } +} diff --git a/1.8.9/assets/minecraft/models/block/cyan_pane_ne.json b/1.8.9/assets/minecraft/models/block/cyan_pane_ne.json new file mode 100644 index 00000000..90e59cee --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/cyan_pane_ne.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_ne", + "textures": { + "edge": "blocks/glass_pane_top_cyan", + "pane": "blocks/glass_cyan" + } +} diff --git a/1.8.9/assets/minecraft/models/block/cyan_pane_new.json b/1.8.9/assets/minecraft/models/block/cyan_pane_new.json new file mode 100644 index 00000000..58660f57 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/cyan_pane_new.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_new", + "textures": { + "edge": "blocks/glass_pane_top_cyan", + "pane": "blocks/glass_cyan" + } +} diff --git a/1.8.9/assets/minecraft/models/block/cyan_pane_ns.json b/1.8.9/assets/minecraft/models/block/cyan_pane_ns.json new file mode 100644 index 00000000..28dfa29a --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/cyan_pane_ns.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_ns", + "textures": { + "edge": "blocks/glass_pane_top_cyan", + "pane": "blocks/glass_cyan" + } +} diff --git a/1.8.9/assets/minecraft/models/block/cyan_pane_nse.json b/1.8.9/assets/minecraft/models/block/cyan_pane_nse.json new file mode 100644 index 00000000..8d7ba7c7 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/cyan_pane_nse.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nse", + "textures": { + "edge": "blocks/glass_pane_top_cyan", + "pane": "blocks/glass_cyan" + } +} diff --git a/1.8.9/assets/minecraft/models/block/cyan_pane_nsew.json b/1.8.9/assets/minecraft/models/block/cyan_pane_nsew.json new file mode 100644 index 00000000..f9b53ea0 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/cyan_pane_nsew.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nsew", + "textures": { + "edge": "blocks/glass_pane_top_cyan", + "pane": "blocks/glass_cyan" + } +} diff --git a/1.8.9/assets/minecraft/models/block/cyan_pane_nsw.json b/1.8.9/assets/minecraft/models/block/cyan_pane_nsw.json new file mode 100644 index 00000000..40e4f035 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/cyan_pane_nsw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nsw", + "textures": { + "edge": "blocks/glass_pane_top_cyan", + "pane": "blocks/glass_cyan" + } +} diff --git a/1.8.9/assets/minecraft/models/block/cyan_pane_nw.json b/1.8.9/assets/minecraft/models/block/cyan_pane_nw.json new file mode 100644 index 00000000..d3185984 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/cyan_pane_nw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nw", + "textures": { + "edge": "blocks/glass_pane_top_cyan", + "pane": "blocks/glass_cyan" + } +} diff --git a/1.8.9/assets/minecraft/models/block/cyan_pane_s.json b/1.8.9/assets/minecraft/models/block/cyan_pane_s.json new file mode 100644 index 00000000..e1c2c6b0 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/cyan_pane_s.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_s", + "textures": { + "edge": "blocks/glass_pane_top_cyan", + "pane": "blocks/glass_cyan" + } +} diff --git a/1.8.9/assets/minecraft/models/block/cyan_pane_se.json b/1.8.9/assets/minecraft/models/block/cyan_pane_se.json new file mode 100644 index 00000000..c47ba252 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/cyan_pane_se.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_se", + "textures": { + "edge": "blocks/glass_pane_top_cyan", + "pane": "blocks/glass_cyan" + } +} diff --git a/1.8.9/assets/minecraft/models/block/cyan_pane_sew.json b/1.8.9/assets/minecraft/models/block/cyan_pane_sew.json new file mode 100644 index 00000000..8d936dca --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/cyan_pane_sew.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_sew", + "textures": { + "edge": "blocks/glass_pane_top_cyan", + "pane": "blocks/glass_cyan" + } +} diff --git a/1.8.9/assets/minecraft/models/block/cyan_pane_sw.json b/1.8.9/assets/minecraft/models/block/cyan_pane_sw.json new file mode 100644 index 00000000..2855ff5d --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/cyan_pane_sw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_sw", + "textures": { + "edge": "blocks/glass_pane_top_cyan", + "pane": "blocks/glass_cyan" + } +} diff --git a/1.8.9/assets/minecraft/models/block/cyan_wool.json b/1.8.9/assets/minecraft/models/block/cyan_wool.json new file mode 100644 index 00000000..c1ac12db --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/cyan_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_cyan" + } +} diff --git a/1.8.9/assets/minecraft/models/block/daisy.json b/1.8.9/assets/minecraft/models/block/daisy.json new file mode 100644 index 00000000..47700f1c --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/daisy.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/flower_oxeye_daisy" + } +} diff --git a/1.8.9/assets/minecraft/models/block/dandelion.json b/1.8.9/assets/minecraft/models/block/dandelion.json new file mode 100644 index 00000000..8ffa73a5 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/dandelion.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/flower_dandelion" + } +} diff --git a/1.8.9/assets/minecraft/models/block/dark_oak_bark.json b/1.8.9/assets/minecraft/models/block/dark_oak_bark.json new file mode 100644 index 00000000..e846895d --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/dark_oak_bark.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/log_big_oak" + } +} diff --git a/1.8.9/assets/minecraft/models/block/dark_oak_door_bottom.json b/1.8.9/assets/minecraft/models/block/dark_oak_door_bottom.json new file mode 100644 index 00000000..04d487d4 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/dark_oak_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom", + "textures": { + "bottom": "blocks/door_dark_oak_lower", + "top": "blocks/door_dark_oak_upper" + } +} diff --git a/1.8.9/assets/minecraft/models/block/dark_oak_door_bottom_rh.json b/1.8.9/assets/minecraft/models/block/dark_oak_door_bottom_rh.json new file mode 100644 index 00000000..ea602e71 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/dark_oak_door_bottom_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom_rh", + "textures": { + "bottom": "blocks/door_dark_oak_lower", + "top": "blocks/door_dark_oak_upper" + } +} diff --git a/1.8.9/assets/minecraft/models/block/dark_oak_door_top.json b/1.8.9/assets/minecraft/models/block/dark_oak_door_top.json new file mode 100644 index 00000000..2b452791 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/dark_oak_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top", + "textures": { + "bottom": "blocks/door_dark_oak_lower", + "top": "blocks/door_dark_oak_upper" + } +} diff --git a/1.8.9/assets/minecraft/models/block/dark_oak_door_top_rh.json b/1.8.9/assets/minecraft/models/block/dark_oak_door_top_rh.json new file mode 100644 index 00000000..5e84e959 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/dark_oak_door_top_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top_rh", + "textures": { + "bottom": "blocks/door_dark_oak_lower", + "top": "blocks/door_dark_oak_upper" + } +} diff --git a/1.8.9/assets/minecraft/models/block/dark_oak_fence_gate_closed.json b/1.8.9/assets/minecraft/models/block/dark_oak_fence_gate_closed.json new file mode 100644 index 00000000..ab54a5fc --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/dark_oak_fence_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_gate_closed", + "textures": { + "texture": "blocks/planks_big_oak" + } +} diff --git a/1.8.9/assets/minecraft/models/block/dark_oak_fence_gate_open.json b/1.8.9/assets/minecraft/models/block/dark_oak_fence_gate_open.json new file mode 100644 index 00000000..4ac98814 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/dark_oak_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_gate_open", + "textures": { + "texture": "blocks/planks_big_oak" + } +} diff --git a/1.8.9/assets/minecraft/models/block/dark_oak_fence_inventory.json b/1.8.9/assets/minecraft/models/block/dark_oak_fence_inventory.json new file mode 100644 index 00000000..072aaf1f --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/dark_oak_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_inventory", + "textures": { + "texture": "blocks/planks_big_oak" + } +} diff --git a/1.8.9/assets/minecraft/models/block/dark_oak_fence_n.json b/1.8.9/assets/minecraft/models/block/dark_oak_fence_n.json new file mode 100644 index 00000000..61c6ac68 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/dark_oak_fence_n.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_n", + "textures": { + "texture": "blocks/planks_big_oak" + } +} diff --git a/1.8.9/assets/minecraft/models/block/dark_oak_fence_ne.json b/1.8.9/assets/minecraft/models/block/dark_oak_fence_ne.json new file mode 100644 index 00000000..2c328c91 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/dark_oak_fence_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_ne", + "textures": { + "texture": "blocks/planks_big_oak" + } +} diff --git a/1.8.9/assets/minecraft/models/block/dark_oak_fence_ns.json b/1.8.9/assets/minecraft/models/block/dark_oak_fence_ns.json new file mode 100644 index 00000000..a3b21499 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/dark_oak_fence_ns.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_ns", + "textures": { + "texture": "blocks/planks_big_oak" + } +} diff --git a/1.8.9/assets/minecraft/models/block/dark_oak_fence_nse.json b/1.8.9/assets/minecraft/models/block/dark_oak_fence_nse.json new file mode 100644 index 00000000..b2172fc2 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/dark_oak_fence_nse.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_nse", + "textures": { + "texture": "blocks/planks_big_oak" + } +} diff --git a/1.8.9/assets/minecraft/models/block/dark_oak_fence_nsew.json b/1.8.9/assets/minecraft/models/block/dark_oak_fence_nsew.json new file mode 100644 index 00000000..f927c64f --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/dark_oak_fence_nsew.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_nsew", + "textures": { + "texture": "blocks/planks_big_oak" + } +} diff --git a/1.8.9/assets/minecraft/models/block/dark_oak_fence_post.json b/1.8.9/assets/minecraft/models/block/dark_oak_fence_post.json new file mode 100644 index 00000000..71a70906 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/dark_oak_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_post", + "textures": { + "texture": "blocks/planks_big_oak" + } +} diff --git a/1.8.9/assets/minecraft/models/block/dark_oak_inner_stairs.json b/1.8.9/assets/minecraft/models/block/dark_oak_inner_stairs.json new file mode 100644 index 00000000..0abd3b67 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/dark_oak_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/planks_big_oak", + "top": "blocks/planks_big_oak", + "side": "blocks/planks_big_oak" + } +} diff --git a/1.8.9/assets/minecraft/models/block/dark_oak_leaves.json b/1.8.9/assets/minecraft/models/block/dark_oak_leaves.json new file mode 100644 index 00000000..d92b1acc --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/dark_oak_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "block/leaves", + "textures": { + "all": "blocks/leaves_big_oak" + } +} diff --git a/1.8.9/assets/minecraft/models/block/dark_oak_log.json b/1.8.9/assets/minecraft/models/block/dark_oak_log.json new file mode 100644 index 00000000..c7e3cf3c --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/dark_oak_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/log_big_oak_top", + "side": "blocks/log_big_oak" + } +} diff --git a/1.8.9/assets/minecraft/models/block/dark_oak_log_side.json b/1.8.9/assets/minecraft/models/block/dark_oak_log_side.json new file mode 100644 index 00000000..2bd469f7 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/dark_oak_log_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/column_side", + "textures": { + "end": "blocks/log_big_oak_top", + "side": "blocks/log_big_oak" + } +} diff --git a/1.8.9/assets/minecraft/models/block/dark_oak_outer_stairs.json b/1.8.9/assets/minecraft/models/block/dark_oak_outer_stairs.json new file mode 100644 index 00000000..94bf157d --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/dark_oak_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/planks_big_oak", + "top": "blocks/planks_big_oak", + "side": "blocks/planks_big_oak" + } +} diff --git a/1.8.9/assets/minecraft/models/block/dark_oak_planks.json b/1.8.9/assets/minecraft/models/block/dark_oak_planks.json new file mode 100644 index 00000000..b04a1a50 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/dark_oak_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/planks_big_oak" + } +} diff --git a/1.8.9/assets/minecraft/models/block/dark_oak_sapling.json b/1.8.9/assets/minecraft/models/block/dark_oak_sapling.json new file mode 100644 index 00000000..e9b70d59 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/dark_oak_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/sapling_roofed_oak" + } +} diff --git a/1.8.9/assets/minecraft/models/block/dark_oak_stairs.json b/1.8.9/assets/minecraft/models/block/dark_oak_stairs.json new file mode 100644 index 00000000..2d7a2868 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/dark_oak_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/planks_big_oak", + "top": "blocks/planks_big_oak", + "side": "blocks/planks_big_oak" + } +} diff --git a/1.8.9/assets/minecraft/models/block/dark_oak_wall_gate_closed.json b/1.8.9/assets/minecraft/models/block/dark_oak_wall_gate_closed.json new file mode 100644 index 00000000..479bb4b8 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/dark_oak_wall_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_gate_closed", + "textures": { + "texture": "blocks/planks_big_oak" + } +} diff --git a/1.8.9/assets/minecraft/models/block/dark_oak_wall_gate_open.json b/1.8.9/assets/minecraft/models/block/dark_oak_wall_gate_open.json new file mode 100644 index 00000000..a04668b9 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/dark_oak_wall_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_gate_open", + "textures": { + "texture": "blocks/planks_big_oak" + } +} diff --git a/1.8.9/assets/minecraft/models/block/daylight_detector.json b/1.8.9/assets/minecraft/models/block/daylight_detector.json new file mode 100644 index 00000000..1d294820 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/daylight_detector.json @@ -0,0 +1,20 @@ +{ + "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" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/daylight_detector_inverted.json b/1.8.9/assets/minecraft/models/block/daylight_detector_inverted.json new file mode 100644 index 00000000..769d9d31 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/daylight_detector_inverted.json @@ -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" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/dead_bush.json b/1.8.9/assets/minecraft/models/block/dead_bush.json new file mode 100644 index 00000000..5aee4f40 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/dead_bush.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/deadbush" + } +} diff --git a/1.8.9/assets/minecraft/models/block/detector_rail_flat.json b/1.8.9/assets/minecraft/models/block/detector_rail_flat.json new file mode 100644 index 00000000..363009d0 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/detector_rail_flat.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_flat", + "textures": { + "rail": "blocks/rail_detector" + } +} diff --git a/1.8.9/assets/minecraft/models/block/detector_rail_powered_flat.json b/1.8.9/assets/minecraft/models/block/detector_rail_powered_flat.json new file mode 100644 index 00000000..d1c44144 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/detector_rail_powered_flat.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_flat", + "textures": { + "rail": "blocks/rail_detector_powered" + } +} diff --git a/1.8.9/assets/minecraft/models/block/detector_rail_powered_raised_ne.json b/1.8.9/assets/minecraft/models/block/detector_rail_powered_raised_ne.json new file mode 100644 index 00000000..b6dd1863 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/detector_rail_powered_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_ne", + "textures": { + "rail": "blocks/rail_detector_powered" + } +} diff --git a/1.8.9/assets/minecraft/models/block/detector_rail_powered_raised_sw.json b/1.8.9/assets/minecraft/models/block/detector_rail_powered_raised_sw.json new file mode 100644 index 00000000..077566e7 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/detector_rail_powered_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_sw", + "textures": { + "rail": "blocks/rail_detector_powered" + } +} diff --git a/1.8.9/assets/minecraft/models/block/detector_rail_raised_ne.json b/1.8.9/assets/minecraft/models/block/detector_rail_raised_ne.json new file mode 100644 index 00000000..1f8b4570 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/detector_rail_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_ne", + "textures": { + "rail": "blocks/rail_detector" + } +} diff --git a/1.8.9/assets/minecraft/models/block/detector_rail_raised_sw.json b/1.8.9/assets/minecraft/models/block/detector_rail_raised_sw.json new file mode 100644 index 00000000..9d520eb8 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/detector_rail_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_sw", + "textures": { + "rail": "blocks/rail_detector" + } +} diff --git a/1.8.9/assets/minecraft/models/block/diamond_block.json b/1.8.9/assets/minecraft/models/block/diamond_block.json new file mode 100644 index 00000000..5234ebd9 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/diamond_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/diamond_block" + } +} diff --git a/1.8.9/assets/minecraft/models/block/diamond_ore.json b/1.8.9/assets/minecraft/models/block/diamond_ore.json new file mode 100644 index 00000000..d1c996ff --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/diamond_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/diamond_ore" + } +} diff --git a/1.8.9/assets/minecraft/models/block/diorite.json b/1.8.9/assets/minecraft/models/block/diorite.json new file mode 100644 index 00000000..4c0d48be --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/diorite.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/stone_diorite" + } +} diff --git a/1.8.9/assets/minecraft/models/block/diorite_smooth.json b/1.8.9/assets/minecraft/models/block/diorite_smooth.json new file mode 100644 index 00000000..7bb78d50 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/diorite_smooth.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/stone_diorite_smooth" + } +} diff --git a/1.8.9/assets/minecraft/models/block/dirt.json b/1.8.9/assets/minecraft/models/block/dirt.json new file mode 100644 index 00000000..5d1c7b5d --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/dirt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/dirt" + } +} diff --git a/1.8.9/assets/minecraft/models/block/dispenser.json b/1.8.9/assets/minecraft/models/block/dispenser.json new file mode 100644 index 00000000..453c6cee --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/dispenser.json @@ -0,0 +1,8 @@ +{ + "parent": "block/orientable", + "textures": { + "top": "blocks/furnace_top", + "front": "blocks/dispenser_front_horizontal", + "side": "blocks/furnace_side" + } +} diff --git a/1.8.9/assets/minecraft/models/block/dispenser_vertical.json b/1.8.9/assets/minecraft/models/block/dispenser_vertical.json new file mode 100644 index 00000000..978f6609 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/dispenser_vertical.json @@ -0,0 +1,7 @@ +{ + "parent": "block/orientable_vertical", + "textures": { + "front": "blocks/dispenser_front_vertical", + "side": "blocks/furnace_top" + } +} diff --git a/1.8.9/assets/minecraft/models/block/door_bottom.json b/1.8.9/assets/minecraft/models/block/door_bottom.json new file mode 100644 index 00000000..905758fe --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/door_bottom.json @@ -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" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/door_bottom_rh.json b/1.8.9/assets/minecraft/models/block/door_bottom_rh.json new file mode 100644 index 00000000..26acf4c7 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/door_bottom_rh.json @@ -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" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/door_top.json b/1.8.9/assets/minecraft/models/block/door_top.json new file mode 100644 index 00000000..809fa443 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/door_top.json @@ -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" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/door_top_rh.json b/1.8.9/assets/minecraft/models/block/door_top_rh.json new file mode 100644 index 00000000..e7d2f930 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/door_top_rh.json @@ -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" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/double_fern_bottom.json b/1.8.9/assets/minecraft/models/block/double_fern_bottom.json new file mode 100644 index 00000000..c560b725 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/double_fern_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/tallgrass", + "textures": { + "cross": "blocks/double_plant_fern_bottom" + } +} diff --git a/1.8.9/assets/minecraft/models/block/double_fern_top.json b/1.8.9/assets/minecraft/models/block/double_fern_top.json new file mode 100644 index 00000000..babcfce2 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/double_fern_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/tallgrass", + "textures": { + "cross": "blocks/double_plant_fern_top" + } +} diff --git a/1.8.9/assets/minecraft/models/block/double_grass_bottom.json b/1.8.9/assets/minecraft/models/block/double_grass_bottom.json new file mode 100644 index 00000000..fad54d6c --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/double_grass_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/tallgrass", + "textures": { + "cross": "blocks/double_plant_grass_bottom" + } +} diff --git a/1.8.9/assets/minecraft/models/block/double_grass_top.json b/1.8.9/assets/minecraft/models/block/double_grass_top.json new file mode 100644 index 00000000..7bbee32e --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/double_grass_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/tallgrass", + "textures": { + "cross": "blocks/double_plant_grass_top" + } +} diff --git a/1.8.9/assets/minecraft/models/block/double_paeonia_bottom.json b/1.8.9/assets/minecraft/models/block/double_paeonia_bottom.json new file mode 100644 index 00000000..01e35b39 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/double_paeonia_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/double_plant_paeonia_bottom" + } +} diff --git a/1.8.9/assets/minecraft/models/block/double_paeonia_top.json b/1.8.9/assets/minecraft/models/block/double_paeonia_top.json new file mode 100644 index 00000000..8023494a --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/double_paeonia_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/double_plant_paeonia_top" + } +} diff --git a/1.8.9/assets/minecraft/models/block/double_rose_bottom.json b/1.8.9/assets/minecraft/models/block/double_rose_bottom.json new file mode 100644 index 00000000..8407de0e --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/double_rose_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/double_plant_rose_bottom" + } +} diff --git a/1.8.9/assets/minecraft/models/block/double_rose_top.json b/1.8.9/assets/minecraft/models/block/double_rose_top.json new file mode 100644 index 00000000..1601c3b0 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/double_rose_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/double_plant_rose_top" + } +} diff --git a/1.8.9/assets/minecraft/models/block/double_stone.json b/1.8.9/assets/minecraft/models/block/double_stone.json new file mode 100644 index 00000000..ce3fd92c --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/double_stone.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/stone_slab_top", + "side": "blocks/stone_slab_side" + } +} diff --git a/1.8.9/assets/minecraft/models/block/double_stone_top.json b/1.8.9/assets/minecraft/models/block/double_stone_top.json new file mode 100644 index 00000000..0cb25a81 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/double_stone_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/stone_slab_top" + } +} diff --git a/1.8.9/assets/minecraft/models/block/double_sunflower_bottom.json b/1.8.9/assets/minecraft/models/block/double_sunflower_bottom.json new file mode 100644 index 00000000..0caa997b --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/double_sunflower_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/double_plant_sunflower_bottom" + } +} diff --git a/1.8.9/assets/minecraft/models/block/double_sunflower_top.json b/1.8.9/assets/minecraft/models/block/double_sunflower_top.json new file mode 100644 index 00000000..a0df09ce --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/double_sunflower_top.json @@ -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" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/double_syringa_bottom.json b/1.8.9/assets/minecraft/models/block/double_syringa_bottom.json new file mode 100644 index 00000000..aa72e58e --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/double_syringa_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/double_plant_syringa_bottom" + } +} diff --git a/1.8.9/assets/minecraft/models/block/double_syringa_top.json b/1.8.9/assets/minecraft/models/block/double_syringa_top.json new file mode 100644 index 00000000..d173954c --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/double_syringa_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/double_plant_syringa_top" + } +} diff --git a/1.8.9/assets/minecraft/models/block/dragon_egg.json b/1.8.9/assets/minecraft/models/block/dragon_egg.json new file mode 100644 index 00000000..15eb225c --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/dragon_egg.json @@ -0,0 +1,97 @@ +{ + "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" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/dropper.json b/1.8.9/assets/minecraft/models/block/dropper.json new file mode 100644 index 00000000..3b6e09e3 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/dropper.json @@ -0,0 +1,8 @@ +{ + "parent": "block/orientable", + "textures": { + "top": "blocks/furnace_top", + "front": "blocks/dropper_front_horizontal", + "side": "blocks/furnace_side" + } +} diff --git a/1.8.9/assets/minecraft/models/block/dropper_vertical.json b/1.8.9/assets/minecraft/models/block/dropper_vertical.json new file mode 100644 index 00000000..bf763e0b --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/dropper_vertical.json @@ -0,0 +1,7 @@ +{ + "parent": "block/orientable_vertical", + "textures": { + "front": "blocks/dropper_front_vertical", + "side": "blocks/furnace_top" + } +} diff --git a/1.8.9/assets/minecraft/models/block/emerald_block.json b/1.8.9/assets/minecraft/models/block/emerald_block.json new file mode 100644 index 00000000..b58a988e --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/emerald_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/emerald_block" + } +} diff --git a/1.8.9/assets/minecraft/models/block/emerald_ore.json b/1.8.9/assets/minecraft/models/block/emerald_ore.json new file mode 100644 index 00000000..32347f3d --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/emerald_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/emerald_ore" + } +} diff --git a/1.8.9/assets/minecraft/models/block/enchanting_table_base.json b/1.8.9/assets/minecraft/models/block/enchanting_table_base.json new file mode 100644 index 00000000..f355f4be --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/enchanting_table_base.json @@ -0,0 +1,21 @@ +{ + "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" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/end_portal_frame_empty.json b/1.8.9/assets/minecraft/models/block/end_portal_frame_empty.json new file mode 100644 index 00000000..b7130c60 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/end_portal_frame_empty.json @@ -0,0 +1,21 @@ +{ + "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" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/end_portal_frame_filled.json b/1.8.9/assets/minecraft/models/block/end_portal_frame_filled.json new file mode 100644 index 00000000..778afa38 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/end_portal_frame_filled.json @@ -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" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/end_stone.json b/1.8.9/assets/minecraft/models/block/end_stone.json new file mode 100644 index 00000000..a66a6322 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/end_stone.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/end_stone" + } +} diff --git a/1.8.9/assets/minecraft/models/block/farmland.json b/1.8.9/assets/minecraft/models/block/farmland.json new file mode 100644 index 00000000..10338099 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/farmland.json @@ -0,0 +1,15 @@ +{ + "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" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/farmland_dry.json b/1.8.9/assets/minecraft/models/block/farmland_dry.json new file mode 100644 index 00000000..94e31eb2 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/farmland_dry.json @@ -0,0 +1,8 @@ +{ + "parent": "block/farmland", + "textures": { + "particle": "blocks/dirt", + "dirt": "blocks/dirt", + "top": "blocks/farmland_dry" + } +} diff --git a/1.8.9/assets/minecraft/models/block/farmland_moist.json b/1.8.9/assets/minecraft/models/block/farmland_moist.json new file mode 100644 index 00000000..a1cda532 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/farmland_moist.json @@ -0,0 +1,8 @@ +{ + "parent": "block/farmland", + "textures": { + "particle": "blocks/dirt", + "dirt": "blocks/dirt", + "top": "blocks/farmland_wet" + } +} diff --git a/1.8.9/assets/minecraft/models/block/fence_gate_closed.json b/1.8.9/assets/minecraft/models/block/fence_gate_closed.json new file mode 100644 index 00000000..73c4d007 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fence_gate_closed.json @@ -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": [ 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" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/fence_gate_open.json b/1.8.9/assets/minecraft/models/block/fence_gate_open.json new file mode 100644 index 00000000..9e7baf90 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fence_gate_open.json @@ -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" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/fence_inventory.json b/1.8.9/assets/minecraft/models/block/fence_inventory.json new file mode 100644 index 00000000..18943d7c --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fence_inventory.json @@ -0,0 +1,56 @@ +{ + "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" + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/fence_n.json b/1.8.9/assets/minecraft/models/block/fence_n.json new file mode 100644 index 00000000..f03a6a42 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fence_n.json @@ -0,0 +1,41 @@ +{ + "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" + }, + { "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": "North 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": "North lower bar" + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/fence_ne.json b/1.8.9/assets/minecraft/models/block/fence_ne.json new file mode 100644 index 00000000..299df239 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fence_ne.json @@ -0,0 +1,63 @@ +{ + "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" + }, + { "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": "North 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": "North lower bar" + }, + { "from": [ 7, 12, 7 ], + "to": [ 16, 15, 9 ], + "faces": { + "down": { "uv": [ 7, 7, 16, 9 ], "texture": "#texture" }, + "up": { "uv": [ 7, 7, 16, 9 ], "texture": "#texture" }, + "north": { "uv": [ 7, 1, 16, 4 ], "texture": "#texture" }, + "south": { "uv": [ 7, 1, 16, 4 ], "texture": "#texture" }, + "east": { "uv": [ 7, 1, 9, 4 ], "texture": "#texture", "cullface": "east" } + }, + "__comment": "East top bar" + }, + { "from": [ 7, 6, 7 ], + "to": [ 16, 9, 9 ], + "faces": { + "down": { "uv": [ 7, 7, 16, 9 ], "texture": "#texture" }, + "up": { "uv": [ 7, 7, 16, 9 ], "texture": "#texture" }, + "north": { "uv": [ 7, 7, 16, 10 ], "texture": "#texture" }, + "south": { "uv": [ 7, 7, 16, 10 ], "texture": "#texture" }, + "east": { "uv": [ 7, 7, 9, 10 ], "texture": "#texture", "cullface": "east" } + }, + "__comment": "East lower bar" + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/fence_ns.json b/1.8.9/assets/minecraft/models/block/fence_ns.json new file mode 100644 index 00000000..7392eac8 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fence_ns.json @@ -0,0 +1,43 @@ +{ + "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" + }, + { "from": [ 7, 12, 0 ], + "to": [ 9, 15, 16 ], + "faces": { + "down": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture" }, + "up": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture" }, + "north": { "uv": [ 7, 1, 9, 4 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 7, 1, 9, 4 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 1, 16, 4 ], "texture": "#texture" }, + "east": { "uv": [ 0, 1, 16, 4 ], "texture": "#texture" } + }, + "__comment": "North-south top bar" + }, + { "from": [ 7, 6, 0 ], + "to": [ 9, 9, 16 ], + "faces": { + "down": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture" }, + "up": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture" }, + "north": { "uv": [ 7, 7, 9, 10 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 7, 7, 9, 10 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 7, 16, 10 ], "texture": "#texture" }, + "east": { "uv": [ 0, 7, 16, 10 ], "texture": "#texture" } + }, + "__comment": "North-south lower bar" + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/fence_nse.json b/1.8.9/assets/minecraft/models/block/fence_nse.json new file mode 100644 index 00000000..b80b1e35 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fence_nse.json @@ -0,0 +1,65 @@ +{ + "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" + }, + { "from": [ 7, 12, 0 ], + "to": [ 9, 15, 16 ], + "faces": { + "down": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture" }, + "up": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture" }, + "north": { "uv": [ 7, 1, 9, 4 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 7, 1, 9, 4 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 1, 16, 4 ], "texture": "#texture" }, + "east": { "uv": [ 0, 1, 16, 4 ], "texture": "#texture" } + }, + "__comment": "North-south top bar" + }, + { "from": [ 7, 6, 0 ], + "to": [ 9, 9, 16 ], + "faces": { + "down": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture" }, + "up": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture" }, + "north": { "uv": [ 7, 7, 9, 10 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 7, 7, 9, 10 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 7, 16, 10 ], "texture": "#texture" }, + "east": { "uv": [ 0, 7, 16, 10 ], "texture": "#texture" } + }, + "__comment": "North-south lower bar" + }, + { "from": [ 7, 12, 7 ], + "to": [ 16, 15, 9 ], + "faces": { + "down": { "uv": [ 7, 7, 16, 9 ], "texture": "#texture" }, + "up": { "uv": [ 7, 7, 16, 9 ], "texture": "#texture" }, + "north": { "uv": [ 7, 1, 16, 4 ], "texture": "#texture" }, + "south": { "uv": [ 7, 1, 16, 4 ], "texture": "#texture" }, + "east": { "uv": [ 7, 1, 9, 4 ], "texture": "#texture", "cullface": "east" } + }, + "__comment": "East top bar" + }, + { "from": [ 7, 6, 7 ], + "to": [ 16, 9, 9 ], + "faces": { + "down": { "uv": [ 7, 7, 16, 9 ], "texture": "#texture" }, + "up": { "uv": [ 7, 7, 16, 9 ], "texture": "#texture" }, + "north": { "uv": [ 7, 7, 16, 10 ], "texture": "#texture" }, + "south": { "uv": [ 7, 7, 16, 10 ], "texture": "#texture" }, + "east": { "uv": [ 7, 7, 9, 10 ], "texture": "#texture", "cullface": "east" } + }, + "__comment": "East lower bar" + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/fence_nsew.json b/1.8.9/assets/minecraft/models/block/fence_nsew.json new file mode 100644 index 00000000..c5a5c818 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fence_nsew.json @@ -0,0 +1,67 @@ +{ + "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" + }, + { "from": [ 7, 12, 0 ], + "to": [ 9, 15, 16 ], + "faces": { + "down": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture" }, + "up": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture" }, + "north": { "uv": [ 7, 1, 9, 4 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 7, 1, 9, 4 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 1, 16, 4 ], "texture": "#texture" }, + "east": { "uv": [ 0, 1, 16, 4 ], "texture": "#texture" } + }, + "__comment": "North-south top bar" + }, + { "from": [ 7, 6, 0 ], + "to": [ 9, 9, 16 ], + "faces": { + "down": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture" }, + "up": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture" }, + "north": { "uv": [ 7, 7, 9, 10 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 7, 7, 9, 10 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 7, 16, 10 ], "texture": "#texture" }, + "east": { "uv": [ 0, 7, 16, 10 ], "texture": "#texture" } + }, + "__comment": "North-south lower bar" + }, + { "from": [ 0, 12, 7 ], + "to": [ 16, 15, 9 ], + "faces": { + "down": { "uv": [ 0, 7, 16, 9 ], "texture": "#texture" }, + "up": { "uv": [ 0, 7, 16, 9 ], "texture": "#texture" }, + "north": { "uv": [ 0, 1, 16, 4 ], "texture": "#texture" }, + "south": { "uv": [ 0, 1, 16, 4 ], "texture": "#texture" }, + "west": { "uv": [ 7, 1, 9, 4 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 7, 1, 9, 4 ], "texture": "#texture", "cullface": "east" } + }, + "__comment": "East-west top bar" + }, + { "from": [ 0, 6, 7 ], + "to": [ 16, 9, 9 ], + "faces": { + "down": { "uv": [ 0, 7, 16, 9 ], "texture": "#texture" }, + "up": { "uv": [ 0, 7, 16, 9 ], "texture": "#texture" }, + "north": { "uv": [ 0, 7, 16, 10 ], "texture": "#texture" }, + "south": { "uv": [ 0, 7, 16, 10 ], "texture": "#texture" }, + "west": { "uv": [ 7, 7, 9, 10 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 7, 7, 9, 10 ], "texture": "#texture", "cullface": "east" } + }, + "__comment": "East-west lower bar" + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/fence_post.json b/1.8.9/assets/minecraft/models/block/fence_post.json new file mode 100644 index 00000000..d472ce6a --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fence_post.json @@ -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" + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/fern.json b/1.8.9/assets/minecraft/models/block/fern.json new file mode 100644 index 00000000..9d1947a4 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fern.json @@ -0,0 +1,6 @@ +{ + "parent": "block/tallgrass", + "textures": { + "cross": "blocks/fern" + } +} diff --git a/1.8.9/assets/minecraft/models/block/fire_floor.json b/1.8.9/assets/minecraft/models/block/fire_floor.json new file mode 100644 index 00000000..6df2567a --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_floor.json @@ -0,0 +1,49 @@ +{ + "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" }} + }, + { "from": [ 0, 0, 15.99 ], + "to": [ 16, 22.4, 15.99 ], + "shade": false, + "faces": { "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 0, 0.01 ], + "to": [ 16, 22.4, 0.01 ], + "shade": false, + "faces": { "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0.01, 0, 0 ], + "to": [ 0.01, 22.4, 16 ], + "shade": false, + "faces": { "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 0, 0 ], + "to": [ 15.99, 22.4, 16 ], + "shade": false, + "faces": { "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/fire_floor_main.json b/1.8.9/assets/minecraft/models/block/fire_floor_main.json new file mode 100644 index 00000000..230630ee --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_floor_main.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_floor", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/1.8.9/assets/minecraft/models/block/fire_n.json b/1.8.9/assets/minecraft/models/block/fire_n.json new file mode 100644 index 00000000..b94fc749 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_n.json @@ -0,0 +1,15 @@ +{ + "ambientocclusion": false, + "elements": [ + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/fire_n_alt.json b/1.8.9/assets/minecraft/models/block/fire_n_alt.json new file mode 100644 index 00000000..a2e3853f --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_n_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_n", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/1.8.9/assets/minecraft/models/block/fire_n_alt_flip.json b/1.8.9/assets/minecraft/models/block/fire_n_alt_flip.json new file mode 100644 index 00000000..a876474e --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_n_alt_flip.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_n_flip", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/1.8.9/assets/minecraft/models/block/fire_n_flip.json b/1.8.9/assets/minecraft/models/block/fire_n_flip.json new file mode 100644 index 00000000..117225de --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_n_flip.json @@ -0,0 +1,15 @@ +{ + "ambientocclusion": false, + "elements": [ + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "south": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "north": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/fire_n_flip_main.json b/1.8.9/assets/minecraft/models/block/fire_n_flip_main.json new file mode 100644 index 00000000..903d351d --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_n_flip_main.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_n_flip", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/1.8.9/assets/minecraft/models/block/fire_n_main.json b/1.8.9/assets/minecraft/models/block/fire_n_main.json new file mode 100644 index 00000000..90c064f2 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_n_main.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_n", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/1.8.9/assets/minecraft/models/block/fire_ne.json b/1.8.9/assets/minecraft/models/block/fire_ne.json new file mode 100644 index 00000000..85f4cd60 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_ne.json @@ -0,0 +1,25 @@ +{ + "ambientocclusion": false, + "elements": [ + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 15.99, 23.4, 16 ], + "shade": false, + "faces": { "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 15.99, 23.4, 16 ], + "shade": false, + "faces": { "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/fire_ne_alt.json b/1.8.9/assets/minecraft/models/block/fire_ne_alt.json new file mode 100644 index 00000000..03bf39b6 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_ne_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_ne", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/1.8.9/assets/minecraft/models/block/fire_ne_alt_flip.json b/1.8.9/assets/minecraft/models/block/fire_ne_alt_flip.json new file mode 100644 index 00000000..d1675d26 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_ne_alt_flip.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_ne_flip", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/1.8.9/assets/minecraft/models/block/fire_ne_flip.json b/1.8.9/assets/minecraft/models/block/fire_ne_flip.json new file mode 100644 index 00000000..4b87db92 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_ne_flip.json @@ -0,0 +1,25 @@ +{ + "ambientocclusion": false, + "elements": [ + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "south": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "north": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 15.99, 23.4, 16 ], + "shade": false, + "faces": { "east": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 15.99, 23.4, 16 ], + "shade": false, + "faces": { "west": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/fire_ne_flip_main.json b/1.8.9/assets/minecraft/models/block/fire_ne_flip_main.json new file mode 100644 index 00000000..4401221e --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_ne_flip_main.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_ne_flip", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/1.8.9/assets/minecraft/models/block/fire_ne_main.json b/1.8.9/assets/minecraft/models/block/fire_ne_main.json new file mode 100644 index 00000000..d84423fb --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_ne_main.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_ne", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/1.8.9/assets/minecraft/models/block/fire_neu1.json b/1.8.9/assets/minecraft/models/block/fire_neu1.json new file mode 100644 index 00000000..afa6532d --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_neu1.json @@ -0,0 +1,37 @@ +{ + "ambientocclusion": false, + "elements": [ + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 15.99, 23.4, 16 ], + "shade": false, + "faces": { "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 15.99, 23.4, 16 ], + "shade": false, + "faces": { "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "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 }} + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/fire_neu1_alt.json b/1.8.9/assets/minecraft/models/block/fire_neu1_alt.json new file mode 100644 index 00000000..08b46b5c --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_neu1_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_neu1", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/1.8.9/assets/minecraft/models/block/fire_neu1_alt_flip.json b/1.8.9/assets/minecraft/models/block/fire_neu1_alt_flip.json new file mode 100644 index 00000000..6349a54d --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_neu1_alt_flip.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_neu1_flip", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/1.8.9/assets/minecraft/models/block/fire_neu1_flip.json b/1.8.9/assets/minecraft/models/block/fire_neu1_flip.json new file mode 100644 index 00000000..70cb16e6 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_neu1_flip.json @@ -0,0 +1,37 @@ +{ + "ambientocclusion": false, + "elements": [ + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "south": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "north": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 15.99, 23.4, 16 ], + "shade": false, + "faces": { "east": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 15.99, 23.4, 16 ], + "shade": false, + "faces": { "west": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "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 }} + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/fire_neu1_flip_main.json b/1.8.9/assets/minecraft/models/block/fire_neu1_flip_main.json new file mode 100644 index 00000000..7254e122 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_neu1_flip_main.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_neu1_flip", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/1.8.9/assets/minecraft/models/block/fire_neu1_main.json b/1.8.9/assets/minecraft/models/block/fire_neu1_main.json new file mode 100644 index 00000000..66966dab --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_neu1_main.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_neu1", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/1.8.9/assets/minecraft/models/block/fire_neu2.json b/1.8.9/assets/minecraft/models/block/fire_neu2.json new file mode 100644 index 00000000..237fc2a5 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_neu2.json @@ -0,0 +1,37 @@ +{ + "ambientocclusion": false, + "elements": [ + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 15.99, 23.4, 16 ], + "shade": false, + "faces": { "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 15.99, 23.4, 16 ], + "shade": false, + "faces": { "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "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" }} + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/fire_neu2_alt.json b/1.8.9/assets/minecraft/models/block/fire_neu2_alt.json new file mode 100644 index 00000000..2760d6ec --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_neu2_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_neu2", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/1.8.9/assets/minecraft/models/block/fire_neu2_alt_flip.json b/1.8.9/assets/minecraft/models/block/fire_neu2_alt_flip.json new file mode 100644 index 00000000..84c5f984 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_neu2_alt_flip.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_neu2_flip", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/1.8.9/assets/minecraft/models/block/fire_neu2_flip.json b/1.8.9/assets/minecraft/models/block/fire_neu2_flip.json new file mode 100644 index 00000000..4c332da6 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_neu2_flip.json @@ -0,0 +1,37 @@ +{ + "ambientocclusion": false, + "elements": [ + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "south": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "north": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 15.99, 23.4, 16 ], + "shade": false, + "faces": { "east": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 15.99, 23.4, 16 ], + "shade": false, + "faces": { "west": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "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" }} + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/fire_neu2_flip_main.json b/1.8.9/assets/minecraft/models/block/fire_neu2_flip_main.json new file mode 100644 index 00000000..cbcb88ab --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_neu2_flip_main.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_neu2_flip", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/1.8.9/assets/minecraft/models/block/fire_neu2_main.json b/1.8.9/assets/minecraft/models/block/fire_neu2_main.json new file mode 100644 index 00000000..5dab1759 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_neu2_main.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_neu2", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/1.8.9/assets/minecraft/models/block/fire_ns.json b/1.8.9/assets/minecraft/models/block/fire_ns.json new file mode 100644 index 00000000..9b97a728 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_ns.json @@ -0,0 +1,25 @@ +{ + "ambientocclusion": false, + "elements": [ + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 15.99 ], + "to": [ 16, 23.4, 15.99 ], + "shade": false, + "faces": { "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 15.99 ], + "to": [ 16, 23.4, 15.99 ], + "shade": false, + "faces": { "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/fire_ns_alt.json b/1.8.9/assets/minecraft/models/block/fire_ns_alt.json new file mode 100644 index 00000000..ee9d7aec --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_ns_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_ns", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/1.8.9/assets/minecraft/models/block/fire_ns_alt_flip.json b/1.8.9/assets/minecraft/models/block/fire_ns_alt_flip.json new file mode 100644 index 00000000..b620cdc3 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_ns_alt_flip.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_ns_flip", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/1.8.9/assets/minecraft/models/block/fire_ns_flip.json b/1.8.9/assets/minecraft/models/block/fire_ns_flip.json new file mode 100644 index 00000000..6c9203ec --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_ns_flip.json @@ -0,0 +1,25 @@ +{ + "ambientocclusion": false, + "elements": [ + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "south": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "north": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 15.99 ], + "to": [ 16, 23.4, 15.99 ], + "shade": false, + "faces": { "south": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 15.99 ], + "to": [ 16, 23.4, 15.99 ], + "shade": false, + "faces": { "north": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/fire_ns_flip_main.json b/1.8.9/assets/minecraft/models/block/fire_ns_flip_main.json new file mode 100644 index 00000000..c7080fd3 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_ns_flip_main.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_ns_flip", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/1.8.9/assets/minecraft/models/block/fire_ns_main.json b/1.8.9/assets/minecraft/models/block/fire_ns_main.json new file mode 100644 index 00000000..8f04917d --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_ns_main.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_ns", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/1.8.9/assets/minecraft/models/block/fire_nse.json b/1.8.9/assets/minecraft/models/block/fire_nse.json new file mode 100644 index 00000000..1c77aa4f --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_nse.json @@ -0,0 +1,35 @@ +{ + "ambientocclusion": false, + "elements": [ + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 15.99 ], + "to": [ 16, 23.4, 15.99 ], + "shade": false, + "faces": { "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 15.99 ], + "to": [ 16, 23.4, 15.99 ], + "shade": false, + "faces": { "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 15.99, 23.4, 16 ], + "shade": false, + "faces": { "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 15.99, 23.4, 16 ], + "shade": false, + "faces": { "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/fire_nse_alt.json b/1.8.9/assets/minecraft/models/block/fire_nse_alt.json new file mode 100644 index 00000000..2787d365 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_nse_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nse", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/1.8.9/assets/minecraft/models/block/fire_nse_alt_flip.json b/1.8.9/assets/minecraft/models/block/fire_nse_alt_flip.json new file mode 100644 index 00000000..dbb8b54d --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_nse_alt_flip.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nse_flip", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/1.8.9/assets/minecraft/models/block/fire_nse_flip.json b/1.8.9/assets/minecraft/models/block/fire_nse_flip.json new file mode 100644 index 00000000..3069fba5 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_nse_flip.json @@ -0,0 +1,35 @@ +{ + "ambientocclusion": false, + "elements": [ + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "south": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "north": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 15.99 ], + "to": [ 16, 23.4, 15.99 ], + "shade": false, + "faces": { "south": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 15.99 ], + "to": [ 16, 23.4, 15.99 ], + "shade": false, + "faces": { "north": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 15.99, 23.4, 16 ], + "shade": false, + "faces": { "east": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 15.99, 23.4, 16 ], + "shade": false, + "faces": { "west": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/fire_nse_flip_main.json b/1.8.9/assets/minecraft/models/block/fire_nse_flip_main.json new file mode 100644 index 00000000..24c02a67 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_nse_flip_main.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nse_flip", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/1.8.9/assets/minecraft/models/block/fire_nse_main.json b/1.8.9/assets/minecraft/models/block/fire_nse_main.json new file mode 100644 index 00000000..4a452231 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_nse_main.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nse", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/1.8.9/assets/minecraft/models/block/fire_nseu1.json b/1.8.9/assets/minecraft/models/block/fire_nseu1.json new file mode 100644 index 00000000..18def161 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_nseu1.json @@ -0,0 +1,47 @@ +{ + "ambientocclusion": false, + "elements": [ + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 15.99 ], + "to": [ 16, 23.4, 15.99 ], + "shade": false, + "faces": { "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 15.99 ], + "to": [ 16, 23.4, 15.99 ], + "shade": false, + "faces": { "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 15.99, 23.4, 16 ], + "shade": false, + "faces": { "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 15.99, 23.4, 16 ], + "shade": false, + "faces": { "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "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 }} + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/fire_nseu1_alt.json b/1.8.9/assets/minecraft/models/block/fire_nseu1_alt.json new file mode 100644 index 00000000..65d9c10d --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_nseu1_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nseu1", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/1.8.9/assets/minecraft/models/block/fire_nseu1_alt_flip.json b/1.8.9/assets/minecraft/models/block/fire_nseu1_alt_flip.json new file mode 100644 index 00000000..260eba12 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_nseu1_alt_flip.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nseu1_flip", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/1.8.9/assets/minecraft/models/block/fire_nseu1_flip.json b/1.8.9/assets/minecraft/models/block/fire_nseu1_flip.json new file mode 100644 index 00000000..ce2735e9 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_nseu1_flip.json @@ -0,0 +1,47 @@ +{ + "ambientocclusion": false, + "elements": [ + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "south": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "north": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 15.99 ], + "to": [ 16, 23.4, 15.99 ], + "shade": false, + "faces": { "south": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 15.99 ], + "to": [ 16, 23.4, 15.99 ], + "shade": false, + "faces": { "north": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 15.99, 23.4, 16 ], + "shade": false, + "faces": { "east": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 15.99, 23.4, 16 ], + "shade": false, + "faces": { "west": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "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 }} + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/fire_nseu1_flip_main.json b/1.8.9/assets/minecraft/models/block/fire_nseu1_flip_main.json new file mode 100644 index 00000000..3f29a806 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_nseu1_flip_main.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nseu1_flip", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/1.8.9/assets/minecraft/models/block/fire_nseu1_main.json b/1.8.9/assets/minecraft/models/block/fire_nseu1_main.json new file mode 100644 index 00000000..49d8a007 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_nseu1_main.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nseu1", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/1.8.9/assets/minecraft/models/block/fire_nseu2.json b/1.8.9/assets/minecraft/models/block/fire_nseu2.json new file mode 100644 index 00000000..41e6aaab --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_nseu2.json @@ -0,0 +1,47 @@ +{ + "ambientocclusion": false, + "elements": [ + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 15.99 ], + "to": [ 16, 23.4, 15.99 ], + "shade": false, + "faces": { "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 15.99 ], + "to": [ 16, 23.4, 15.99 ], + "shade": false, + "faces": { "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 15.99, 23.4, 16 ], + "shade": false, + "faces": { "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 15.99, 23.4, 16 ], + "shade": false, + "faces": { "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "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" }} + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/fire_nseu2_alt.json b/1.8.9/assets/minecraft/models/block/fire_nseu2_alt.json new file mode 100644 index 00000000..f6c903cb --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_nseu2_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nseu2", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/1.8.9/assets/minecraft/models/block/fire_nseu2_alt_flip.json b/1.8.9/assets/minecraft/models/block/fire_nseu2_alt_flip.json new file mode 100644 index 00000000..da414944 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_nseu2_alt_flip.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nseu2_flip", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/1.8.9/assets/minecraft/models/block/fire_nseu2_flip.json b/1.8.9/assets/minecraft/models/block/fire_nseu2_flip.json new file mode 100644 index 00000000..78c3e117 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_nseu2_flip.json @@ -0,0 +1,47 @@ +{ + "ambientocclusion": false, + "elements": [ + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "south": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "north": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 15.99 ], + "to": [ 16, 23.4, 15.99 ], + "shade": false, + "faces": { "south": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 15.99 ], + "to": [ 16, 23.4, 15.99 ], + "shade": false, + "faces": { "north": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 15.99, 23.4, 16 ], + "shade": false, + "faces": { "east": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 15.99, 23.4, 16 ], + "shade": false, + "faces": { "west": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "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" }} + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/fire_nseu2_flip_main.json b/1.8.9/assets/minecraft/models/block/fire_nseu2_flip_main.json new file mode 100644 index 00000000..3ab90d25 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_nseu2_flip_main.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nseu2_flip", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/1.8.9/assets/minecraft/models/block/fire_nseu2_main.json b/1.8.9/assets/minecraft/models/block/fire_nseu2_main.json new file mode 100644 index 00000000..7ba2bfc3 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_nseu2_main.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nseu2", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/1.8.9/assets/minecraft/models/block/fire_nsew.json b/1.8.9/assets/minecraft/models/block/fire_nsew.json new file mode 100644 index 00000000..47eb0002 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_nsew.json @@ -0,0 +1,45 @@ +{ + "ambientocclusion": false, + "elements": [ + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 15.99 ], + "to": [ 16, 23.4, 15.99 ], + "shade": false, + "faces": { "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 15.99 ], + "to": [ 16, 23.4, 15.99 ], + "shade": false, + "faces": { "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 15.99, 23.4, 16 ], + "shade": false, + "faces": { "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 15.99, 23.4, 16 ], + "shade": false, + "faces": { "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0.01, 1, 0 ], + "to": [ 0.01, 23.4, 16 ], + "shade": false, + "faces": { "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 0.01, 23.4, 16 ], + "shade": false, + "faces": { "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/fire_nsew_alt.json b/1.8.9/assets/minecraft/models/block/fire_nsew_alt.json new file mode 100644 index 00000000..a9f740ed --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_nsew_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nsew", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/1.8.9/assets/minecraft/models/block/fire_nsew_alt_flip.json b/1.8.9/assets/minecraft/models/block/fire_nsew_alt_flip.json new file mode 100644 index 00000000..0b545340 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_nsew_alt_flip.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nsew_flip", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/1.8.9/assets/minecraft/models/block/fire_nsew_flip.json b/1.8.9/assets/minecraft/models/block/fire_nsew_flip.json new file mode 100644 index 00000000..3b8a6018 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_nsew_flip.json @@ -0,0 +1,45 @@ +{ + "ambientocclusion": false, + "elements": [ + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "south": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "north": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 15.99 ], + "to": [ 16, 23.4, 15.99 ], + "shade": false, + "faces": { "south": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 15.99 ], + "to": [ 16, 23.4, 15.99 ], + "shade": false, + "faces": { "north": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 15.99, 23.4, 16 ], + "shade": false, + "faces": { "east": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 15.99, 23.4, 16 ], + "shade": false, + "faces": { "west": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0.01, 1, 0 ], + "to": [ 0.01, 23.4, 16 ], + "shade": false, + "faces": { "east": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 0.01, 23.4, 16 ], + "shade": false, + "faces": { "west": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/fire_nsew_flip_main.json b/1.8.9/assets/minecraft/models/block/fire_nsew_flip_main.json new file mode 100644 index 00000000..93ad78da --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_nsew_flip_main.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nsew_flip", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/1.8.9/assets/minecraft/models/block/fire_nsew_main.json b/1.8.9/assets/minecraft/models/block/fire_nsew_main.json new file mode 100644 index 00000000..d00d8deb --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_nsew_main.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nsew", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/1.8.9/assets/minecraft/models/block/fire_nsewu1.json b/1.8.9/assets/minecraft/models/block/fire_nsewu1.json new file mode 100644 index 00000000..0169002b --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_nsewu1.json @@ -0,0 +1,57 @@ +{ + "ambientocclusion": false, + "elements": [ + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 15.99 ], + "to": [ 16, 23.4, 15.99 ], + "shade": false, + "faces": { "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 15.99 ], + "to": [ 16, 23.4, 15.99 ], + "shade": false, + "faces": { "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 15.99, 23.4, 16 ], + "shade": false, + "faces": { "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 15.99, 23.4, 16 ], + "shade": false, + "faces": { "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0.01, 1, 0 ], + "to": [ 0.01, 23.4, 16 ], + "shade": false, + "faces": { "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 0.01, 23.4, 16 ], + "shade": false, + "faces": { "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "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 }} + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/fire_nsewu1_alt.json b/1.8.9/assets/minecraft/models/block/fire_nsewu1_alt.json new file mode 100644 index 00000000..fea1b08e --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_nsewu1_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nsewu1", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/1.8.9/assets/minecraft/models/block/fire_nsewu1_alt_flip.json b/1.8.9/assets/minecraft/models/block/fire_nsewu1_alt_flip.json new file mode 100644 index 00000000..d81a7bab --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_nsewu1_alt_flip.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nsewu1_flip", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/1.8.9/assets/minecraft/models/block/fire_nsewu1_flip.json b/1.8.9/assets/minecraft/models/block/fire_nsewu1_flip.json new file mode 100644 index 00000000..5676585b --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_nsewu1_flip.json @@ -0,0 +1,57 @@ +{ + "ambientocclusion": false, + "elements": [ + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "south": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "north": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 15.99 ], + "to": [ 16, 23.4, 15.99 ], + "shade": false, + "faces": { "south": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 15.99 ], + "to": [ 16, 23.4, 15.99 ], + "shade": false, + "faces": { "north": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 15.99, 23.4, 16 ], + "shade": false, + "faces": { "east": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 15.99, 23.4, 16 ], + "shade": false, + "faces": { "west": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0.01, 1, 0 ], + "to": [ 0.01, 23.4, 16 ], + "shade": false, + "faces": { "east": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 0.01, 23.4, 16 ], + "shade": false, + "faces": { "west": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "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 }} + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/fire_nsewu1_flip_main.json b/1.8.9/assets/minecraft/models/block/fire_nsewu1_flip_main.json new file mode 100644 index 00000000..1b46d1b4 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_nsewu1_flip_main.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nsewu1_flip", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/1.8.9/assets/minecraft/models/block/fire_nsewu1_main.json b/1.8.9/assets/minecraft/models/block/fire_nsewu1_main.json new file mode 100644 index 00000000..aff44aaf --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_nsewu1_main.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nsewu1", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/1.8.9/assets/minecraft/models/block/fire_nsewu2.json b/1.8.9/assets/minecraft/models/block/fire_nsewu2.json new file mode 100644 index 00000000..546a3a2c --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_nsewu2.json @@ -0,0 +1,57 @@ +{ + "ambientocclusion": false, + "elements": [ + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 15.99 ], + "to": [ 16, 23.4, 15.99 ], + "shade": false, + "faces": { "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 15.99 ], + "to": [ 16, 23.4, 15.99 ], + "shade": false, + "faces": { "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 15.99, 23.4, 16 ], + "shade": false, + "faces": { "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 15.99, 23.4, 16 ], + "shade": false, + "faces": { "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0.01, 1, 0 ], + "to": [ 0.01, 23.4, 16 ], + "shade": false, + "faces": { "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 0.01, 23.4, 16 ], + "shade": false, + "faces": { "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "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" }} + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/fire_nsewu2_alt.json b/1.8.9/assets/minecraft/models/block/fire_nsewu2_alt.json new file mode 100644 index 00000000..76ce6528 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_nsewu2_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nsewu2", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/1.8.9/assets/minecraft/models/block/fire_nsewu2_alt_flip.json b/1.8.9/assets/minecraft/models/block/fire_nsewu2_alt_flip.json new file mode 100644 index 00000000..8ee747c5 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_nsewu2_alt_flip.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nsewu2_flip", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/1.8.9/assets/minecraft/models/block/fire_nsewu2_flip.json b/1.8.9/assets/minecraft/models/block/fire_nsewu2_flip.json new file mode 100644 index 00000000..c61b898b --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_nsewu2_flip.json @@ -0,0 +1,57 @@ +{ + "ambientocclusion": false, + "elements": [ + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "south": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "north": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 15.99 ], + "to": [ 16, 23.4, 15.99 ], + "shade": false, + "faces": { "south": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 15.99 ], + "to": [ 16, 23.4, 15.99 ], + "shade": false, + "faces": { "north": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 15.99, 23.4, 16 ], + "shade": false, + "faces": { "east": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 15.99, 23.4, 16 ], + "shade": false, + "faces": { "west": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0.01, 1, 0 ], + "to": [ 0.01, 23.4, 16 ], + "shade": false, + "faces": { "east": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 0.01, 23.4, 16 ], + "shade": false, + "faces": { "west": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "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" }} + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/fire_nsewu2_flip_main.json b/1.8.9/assets/minecraft/models/block/fire_nsewu2_flip_main.json new file mode 100644 index 00000000..6f809726 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_nsewu2_flip_main.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nsewu2_flip", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/1.8.9/assets/minecraft/models/block/fire_nsewu2_main.json b/1.8.9/assets/minecraft/models/block/fire_nsewu2_main.json new file mode 100644 index 00000000..6e212b47 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_nsewu2_main.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nsewu2", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/1.8.9/assets/minecraft/models/block/fire_nsu1.json b/1.8.9/assets/minecraft/models/block/fire_nsu1.json new file mode 100644 index 00000000..6f8c8f05 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_nsu1.json @@ -0,0 +1,37 @@ +{ + "ambientocclusion": false, + "elements": [ + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 15.99 ], + "to": [ 16, 23.4, 15.99 ], + "shade": false, + "faces": { "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 15.99 ], + "to": [ 16, 23.4, 15.99 ], + "shade": false, + "faces": { "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "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 }} + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/fire_nsu1_alt.json b/1.8.9/assets/minecraft/models/block/fire_nsu1_alt.json new file mode 100644 index 00000000..dfd3600f --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_nsu1_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nsu1", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/1.8.9/assets/minecraft/models/block/fire_nsu1_alt_flip.json b/1.8.9/assets/minecraft/models/block/fire_nsu1_alt_flip.json new file mode 100644 index 00000000..00c85530 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_nsu1_alt_flip.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nsu1_flip", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/1.8.9/assets/minecraft/models/block/fire_nsu1_flip.json b/1.8.9/assets/minecraft/models/block/fire_nsu1_flip.json new file mode 100644 index 00000000..a9784620 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_nsu1_flip.json @@ -0,0 +1,37 @@ +{ + "ambientocclusion": false, + "elements": [ + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "south": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "north": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 15.99 ], + "to": [ 16, 23.4, 15.99 ], + "shade": false, + "faces": { "south": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 15.99 ], + "to": [ 16, 23.4, 15.99 ], + "shade": false, + "faces": { "north": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "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 }} + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/fire_nsu1_flip_main.json b/1.8.9/assets/minecraft/models/block/fire_nsu1_flip_main.json new file mode 100644 index 00000000..b7359d82 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_nsu1_flip_main.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nsu1_flip", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/1.8.9/assets/minecraft/models/block/fire_nsu1_main.json b/1.8.9/assets/minecraft/models/block/fire_nsu1_main.json new file mode 100644 index 00000000..d2db70ef --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_nsu1_main.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nsu1", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/1.8.9/assets/minecraft/models/block/fire_nsu2.json b/1.8.9/assets/minecraft/models/block/fire_nsu2.json new file mode 100644 index 00000000..443b0977 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_nsu2.json @@ -0,0 +1,37 @@ +{ + "ambientocclusion": false, + "elements": [ + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 15.99 ], + "to": [ 16, 23.4, 15.99 ], + "shade": false, + "faces": { "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 15.99 ], + "to": [ 16, 23.4, 15.99 ], + "shade": false, + "faces": { "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "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" }} + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/fire_nsu2_alt.json b/1.8.9/assets/minecraft/models/block/fire_nsu2_alt.json new file mode 100644 index 00000000..27c7196a --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_nsu2_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nsu2", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/1.8.9/assets/minecraft/models/block/fire_nsu2_alt_flip.json b/1.8.9/assets/minecraft/models/block/fire_nsu2_alt_flip.json new file mode 100644 index 00000000..f88ce300 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_nsu2_alt_flip.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nsu2_flip", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/1.8.9/assets/minecraft/models/block/fire_nsu2_flip.json b/1.8.9/assets/minecraft/models/block/fire_nsu2_flip.json new file mode 100644 index 00000000..1f3cfab5 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_nsu2_flip.json @@ -0,0 +1,37 @@ +{ + "ambientocclusion": false, + "elements": [ + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "south": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "north": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 15.99 ], + "to": [ 16, 23.4, 15.99 ], + "shade": false, + "faces": { "south": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 15.99 ], + "to": [ 16, 23.4, 15.99 ], + "shade": false, + "faces": { "north": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "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" }} + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/fire_nsu2_flip_main.json b/1.8.9/assets/minecraft/models/block/fire_nsu2_flip_main.json new file mode 100644 index 00000000..f703e318 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_nsu2_flip_main.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nsu2_flip", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/1.8.9/assets/minecraft/models/block/fire_nsu2_main.json b/1.8.9/assets/minecraft/models/block/fire_nsu2_main.json new file mode 100644 index 00000000..ff6e5cf6 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_nsu2_main.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nsu2", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/1.8.9/assets/minecraft/models/block/fire_nu1.json b/1.8.9/assets/minecraft/models/block/fire_nu1.json new file mode 100644 index 00000000..656af539 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_nu1.json @@ -0,0 +1,27 @@ +{ + "ambientocclusion": false, + "elements": [ + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "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 }} + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/fire_nu1_alt.json b/1.8.9/assets/minecraft/models/block/fire_nu1_alt.json new file mode 100644 index 00000000..60902659 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_nu1_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nu1", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/1.8.9/assets/minecraft/models/block/fire_nu1_alt_flip.json b/1.8.9/assets/minecraft/models/block/fire_nu1_alt_flip.json new file mode 100644 index 00000000..e7ea7b02 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_nu1_alt_flip.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_u2", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/1.8.9/assets/minecraft/models/block/fire_nu1_flip_main.json b/1.8.9/assets/minecraft/models/block/fire_nu1_flip_main.json new file mode 100644 index 00000000..73a340fc --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_nu1_flip_main.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_u2", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/1.8.9/assets/minecraft/models/block/fire_nu1_main.json b/1.8.9/assets/minecraft/models/block/fire_nu1_main.json new file mode 100644 index 00000000..e10f89fa --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_nu1_main.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nu1", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/1.8.9/assets/minecraft/models/block/fire_nu2.json b/1.8.9/assets/minecraft/models/block/fire_nu2.json new file mode 100644 index 00000000..12855a7b --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_nu2.json @@ -0,0 +1,27 @@ +{ + "ambientocclusion": false, + "elements": [ + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "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" }} + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/fire_nu2_alt.json b/1.8.9/assets/minecraft/models/block/fire_nu2_alt.json new file mode 100644 index 00000000..61c26600 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_nu2_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nu2", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/1.8.9/assets/minecraft/models/block/fire_nu2_alt_flip.json b/1.8.9/assets/minecraft/models/block/fire_nu2_alt_flip.json new file mode 100644 index 00000000..13d7507d --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_nu2_alt_flip.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nu2_flip", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/1.8.9/assets/minecraft/models/block/fire_nu2_flip.json b/1.8.9/assets/minecraft/models/block/fire_nu2_flip.json new file mode 100644 index 00000000..a6db426a --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_nu2_flip.json @@ -0,0 +1,27 @@ +{ + "ambientocclusion": false, + "elements": [ + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "south": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "north": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "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" }} + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/fire_nu2_flip_main.json b/1.8.9/assets/minecraft/models/block/fire_nu2_flip_main.json new file mode 100644 index 00000000..68e6671c --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_nu2_flip_main.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nu2_flip", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/1.8.9/assets/minecraft/models/block/fire_nu2_main.json b/1.8.9/assets/minecraft/models/block/fire_nu2_main.json new file mode 100644 index 00000000..4d3797aa --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_nu2_main.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nu2", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/1.8.9/assets/minecraft/models/block/fire_u1.json b/1.8.9/assets/minecraft/models/block/fire_u1.json new file mode 100644 index 00000000..e0f391d5 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_u1.json @@ -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 }} + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/fire_u1_main.json b/1.8.9/assets/minecraft/models/block/fire_u1_main.json new file mode 100644 index 00000000..6ab3fb32 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_u1_main.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_u1", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/1.8.9/assets/minecraft/models/block/fire_u2.json b/1.8.9/assets/minecraft/models/block/fire_u2.json new file mode 100644 index 00000000..9bfab62e --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_u2.json @@ -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" }} + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/fire_u2_main.json b/1.8.9/assets/minecraft/models/block/fire_u2_main.json new file mode 100644 index 00000000..73a340fc --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/fire_u2_main.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_u2", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/1.8.9/assets/minecraft/models/block/flower_pot.json b/1.8.9/assets/minecraft/models/block/flower_pot.json new file mode 100644 index 00000000..b5f1c295 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/flower_pot.json @@ -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" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/flower_pot_acacia.json b/1.8.9/assets/minecraft/models/block/flower_pot_acacia.json new file mode 100644 index 00000000..21f6dcdc --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/flower_pot_acacia.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/sapling_acacia" + } +} diff --git a/1.8.9/assets/minecraft/models/block/flower_pot_allium.json b/1.8.9/assets/minecraft/models/block/flower_pot_allium.json new file mode 100644 index 00000000..2a0e6866 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/flower_pot_allium.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/flower_allium" + } +} diff --git a/1.8.9/assets/minecraft/models/block/flower_pot_birch.json b/1.8.9/assets/minecraft/models/block/flower_pot_birch.json new file mode 100644 index 00000000..90c04a16 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/flower_pot_birch.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/sapling_birch" + } +} diff --git a/1.8.9/assets/minecraft/models/block/flower_pot_cactus.json b/1.8.9/assets/minecraft/models/block/flower_pot_cactus.json new file mode 100644 index 00000000..669e3f79 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/flower_pot_cactus.json @@ -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" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/flower_pot_cross.json b/1.8.9/assets/minecraft/models/block/flower_pot_cross.json new file mode 100644 index 00000000..7af477bd --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/flower_pot_cross.json @@ -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" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/flower_pot_daisy.json b/1.8.9/assets/minecraft/models/block/flower_pot_daisy.json new file mode 100644 index 00000000..d0650442 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/flower_pot_daisy.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/flower_oxeye_daisy" + } +} diff --git a/1.8.9/assets/minecraft/models/block/flower_pot_dandelion.json b/1.8.9/assets/minecraft/models/block/flower_pot_dandelion.json new file mode 100644 index 00000000..353eb5e5 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/flower_pot_dandelion.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/flower_dandelion" + } +} diff --git a/1.8.9/assets/minecraft/models/block/flower_pot_dark_oak.json b/1.8.9/assets/minecraft/models/block/flower_pot_dark_oak.json new file mode 100644 index 00000000..f0c714ef --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/flower_pot_dark_oak.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/sapling_roofed_oak" + } +} diff --git a/1.8.9/assets/minecraft/models/block/flower_pot_dead_bush.json b/1.8.9/assets/minecraft/models/block/flower_pot_dead_bush.json new file mode 100644 index 00000000..b7921690 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/flower_pot_dead_bush.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/deadbush" + } +} diff --git a/1.8.9/assets/minecraft/models/block/flower_pot_fern.json b/1.8.9/assets/minecraft/models/block/flower_pot_fern.json new file mode 100644 index 00000000..e12f90d5 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/flower_pot_fern.json @@ -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 } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/flower_pot_houstonia.json b/1.8.9/assets/minecraft/models/block/flower_pot_houstonia.json new file mode 100644 index 00000000..a270ed8f --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/flower_pot_houstonia.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/flower_houstonia" + } +} diff --git a/1.8.9/assets/minecraft/models/block/flower_pot_jungle.json b/1.8.9/assets/minecraft/models/block/flower_pot_jungle.json new file mode 100644 index 00000000..c8c854c6 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/flower_pot_jungle.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/sapling_jungle" + } +} diff --git a/1.8.9/assets/minecraft/models/block/flower_pot_mushroom_brown.json b/1.8.9/assets/minecraft/models/block/flower_pot_mushroom_brown.json new file mode 100644 index 00000000..531c5644 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/flower_pot_mushroom_brown.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/mushroom_brown" + } +} diff --git a/1.8.9/assets/minecraft/models/block/flower_pot_mushroom_red.json b/1.8.9/assets/minecraft/models/block/flower_pot_mushroom_red.json new file mode 100644 index 00000000..2e339ae6 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/flower_pot_mushroom_red.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/mushroom_red" + } +} diff --git a/1.8.9/assets/minecraft/models/block/flower_pot_oak.json b/1.8.9/assets/minecraft/models/block/flower_pot_oak.json new file mode 100644 index 00000000..8a90b8c3 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/flower_pot_oak.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/sapling_oak" + } +} diff --git a/1.8.9/assets/minecraft/models/block/flower_pot_orchid.json b/1.8.9/assets/minecraft/models/block/flower_pot_orchid.json new file mode 100644 index 00000000..a5f29ffd --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/flower_pot_orchid.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/flower_blue_orchid" + } +} diff --git a/1.8.9/assets/minecraft/models/block/flower_pot_rose.json b/1.8.9/assets/minecraft/models/block/flower_pot_rose.json new file mode 100644 index 00000000..ffd38bfe --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/flower_pot_rose.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/flower_rose" + } +} diff --git a/1.8.9/assets/minecraft/models/block/flower_pot_spruce.json b/1.8.9/assets/minecraft/models/block/flower_pot_spruce.json new file mode 100644 index 00000000..752a0a91 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/flower_pot_spruce.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/sapling_spruce" + } +} diff --git a/1.8.9/assets/minecraft/models/block/flower_pot_tulip_orange.json b/1.8.9/assets/minecraft/models/block/flower_pot_tulip_orange.json new file mode 100644 index 00000000..c397ab4f --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/flower_pot_tulip_orange.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/flower_tulip_orange" + } +} diff --git a/1.8.9/assets/minecraft/models/block/flower_pot_tulip_pink.json b/1.8.9/assets/minecraft/models/block/flower_pot_tulip_pink.json new file mode 100644 index 00000000..74db107c --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/flower_pot_tulip_pink.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/flower_tulip_pink" + } +} diff --git a/1.8.9/assets/minecraft/models/block/flower_pot_tulip_red.json b/1.8.9/assets/minecraft/models/block/flower_pot_tulip_red.json new file mode 100644 index 00000000..8285aea9 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/flower_pot_tulip_red.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/flower_tulip_red" + } +} diff --git a/1.8.9/assets/minecraft/models/block/flower_pot_tulip_white.json b/1.8.9/assets/minecraft/models/block/flower_pot_tulip_white.json new file mode 100644 index 00000000..adc4ed9b --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/flower_pot_tulip_white.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/flower_tulip_white" + } +} diff --git a/1.8.9/assets/minecraft/models/block/furnace.json b/1.8.9/assets/minecraft/models/block/furnace.json new file mode 100644 index 00000000..9d88a5e6 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/furnace.json @@ -0,0 +1,8 @@ +{ + "parent": "block/orientable", + "textures": { + "top": "blocks/furnace_top", + "front": "blocks/furnace_front_off", + "side": "blocks/furnace_side" + } +} diff --git a/1.8.9/assets/minecraft/models/block/glass.json b/1.8.9/assets/minecraft/models/block/glass.json new file mode 100644 index 00000000..aa796b5a --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/glass.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass" + } +} diff --git a/1.8.9/assets/minecraft/models/block/glass_black.json b/1.8.9/assets/minecraft/models/block/glass_black.json new file mode 100644 index 00000000..b9008a0d --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/glass_black.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_black" + } +} diff --git a/1.8.9/assets/minecraft/models/block/glass_blue.json b/1.8.9/assets/minecraft/models/block/glass_blue.json new file mode 100644 index 00000000..3f8fb9b3 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/glass_blue.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_blue" + } +} diff --git a/1.8.9/assets/minecraft/models/block/glass_brown.json b/1.8.9/assets/minecraft/models/block/glass_brown.json new file mode 100644 index 00000000..b916aa97 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/glass_brown.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_brown" + } +} diff --git a/1.8.9/assets/minecraft/models/block/glass_cyan.json b/1.8.9/assets/minecraft/models/block/glass_cyan.json new file mode 100644 index 00000000..83e6c583 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/glass_cyan.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_cyan" + } +} diff --git a/1.8.9/assets/minecraft/models/block/glass_gray.json b/1.8.9/assets/minecraft/models/block/glass_gray.json new file mode 100644 index 00000000..f37201de --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/glass_gray.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_gray" + } +} diff --git a/1.8.9/assets/minecraft/models/block/glass_green.json b/1.8.9/assets/minecraft/models/block/glass_green.json new file mode 100644 index 00000000..c313268b --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/glass_green.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_green" + } +} diff --git a/1.8.9/assets/minecraft/models/block/glass_light_blue.json b/1.8.9/assets/minecraft/models/block/glass_light_blue.json new file mode 100644 index 00000000..2faeffab --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/glass_light_blue.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_light_blue" + } +} diff --git a/1.8.9/assets/minecraft/models/block/glass_lime.json b/1.8.9/assets/minecraft/models/block/glass_lime.json new file mode 100644 index 00000000..f6ba9c3f --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/glass_lime.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_lime" + } +} diff --git a/1.8.9/assets/minecraft/models/block/glass_magenta.json b/1.8.9/assets/minecraft/models/block/glass_magenta.json new file mode 100644 index 00000000..fda210f0 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/glass_magenta.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_magenta" + } +} diff --git a/1.8.9/assets/minecraft/models/block/glass_orange.json b/1.8.9/assets/minecraft/models/block/glass_orange.json new file mode 100644 index 00000000..d2d7204c --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/glass_orange.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_orange" + } +} diff --git a/1.8.9/assets/minecraft/models/block/glass_pane_n.json b/1.8.9/assets/minecraft/models/block/glass_pane_n.json new file mode 100644 index 00000000..ad71fc30 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/glass_pane_n.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_n", + "textures": { + "edge": "blocks/glass_pane_top", + "pane": "blocks/glass" + } +} diff --git a/1.8.9/assets/minecraft/models/block/glass_pane_ne.json b/1.8.9/assets/minecraft/models/block/glass_pane_ne.json new file mode 100644 index 00000000..44cada4b --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/glass_pane_ne.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_ne", + "textures": { + "edge": "blocks/glass_pane_top", + "pane": "blocks/glass" + } +} diff --git a/1.8.9/assets/minecraft/models/block/glass_pane_new.json b/1.8.9/assets/minecraft/models/block/glass_pane_new.json new file mode 100644 index 00000000..85de1ae6 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/glass_pane_new.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_new", + "textures": { + "edge": "blocks/glass_pane_top", + "pane": "blocks/glass" + } +} diff --git a/1.8.9/assets/minecraft/models/block/glass_pane_ns.json b/1.8.9/assets/minecraft/models/block/glass_pane_ns.json new file mode 100644 index 00000000..5e6ecfe7 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/glass_pane_ns.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_ns", + "textures": { + "edge": "blocks/glass_pane_top", + "pane": "blocks/glass" + } +} diff --git a/1.8.9/assets/minecraft/models/block/glass_pane_nse.json b/1.8.9/assets/minecraft/models/block/glass_pane_nse.json new file mode 100644 index 00000000..c8fa2d13 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/glass_pane_nse.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nse", + "textures": { + "edge": "blocks/glass_pane_top", + "pane": "blocks/glass" + } +} diff --git a/1.8.9/assets/minecraft/models/block/glass_pane_nsew.json b/1.8.9/assets/minecraft/models/block/glass_pane_nsew.json new file mode 100644 index 00000000..226f6906 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/glass_pane_nsew.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nsew", + "textures": { + "edge": "blocks/glass_pane_top", + "pane": "blocks/glass" + } +} diff --git a/1.8.9/assets/minecraft/models/block/glass_pane_nsw.json b/1.8.9/assets/minecraft/models/block/glass_pane_nsw.json new file mode 100644 index 00000000..489076b2 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/glass_pane_nsw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nsw", + "textures": { + "edge": "blocks/glass_pane_top", + "pane": "blocks/glass" + } +} diff --git a/1.8.9/assets/minecraft/models/block/glass_pane_nw.json b/1.8.9/assets/minecraft/models/block/glass_pane_nw.json new file mode 100644 index 00000000..cc616f94 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/glass_pane_nw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nw", + "textures": { + "edge": "blocks/glass_pane_top", + "pane": "blocks/glass" + } +} diff --git a/1.8.9/assets/minecraft/models/block/glass_pane_s.json b/1.8.9/assets/minecraft/models/block/glass_pane_s.json new file mode 100644 index 00000000..7db345f5 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/glass_pane_s.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_s", + "textures": { + "edge": "blocks/glass_pane_top", + "pane": "blocks/glass" + } +} diff --git a/1.8.9/assets/minecraft/models/block/glass_pane_se.json b/1.8.9/assets/minecraft/models/block/glass_pane_se.json new file mode 100644 index 00000000..015428f5 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/glass_pane_se.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_se", + "textures": { + "edge": "blocks/glass_pane_top", + "pane": "blocks/glass" + } +} diff --git a/1.8.9/assets/minecraft/models/block/glass_pane_sew.json b/1.8.9/assets/minecraft/models/block/glass_pane_sew.json new file mode 100644 index 00000000..bd2270ba --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/glass_pane_sew.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_sew", + "textures": { + "edge": "blocks/glass_pane_top", + "pane": "blocks/glass" + } +} diff --git a/1.8.9/assets/minecraft/models/block/glass_pane_sw.json b/1.8.9/assets/minecraft/models/block/glass_pane_sw.json new file mode 100644 index 00000000..813ac36b --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/glass_pane_sw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_sw", + "textures": { + "edge": "blocks/glass_pane_top", + "pane": "blocks/glass" + } +} diff --git a/1.8.9/assets/minecraft/models/block/glass_pink.json b/1.8.9/assets/minecraft/models/block/glass_pink.json new file mode 100644 index 00000000..b557e8b7 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/glass_pink.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_pink" + } +} diff --git a/1.8.9/assets/minecraft/models/block/glass_purple.json b/1.8.9/assets/minecraft/models/block/glass_purple.json new file mode 100644 index 00000000..ac129046 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/glass_purple.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_purple" + } +} diff --git a/1.8.9/assets/minecraft/models/block/glass_red.json b/1.8.9/assets/minecraft/models/block/glass_red.json new file mode 100644 index 00000000..939f58d9 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/glass_red.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_red" + } +} diff --git a/1.8.9/assets/minecraft/models/block/glass_silver.json b/1.8.9/assets/minecraft/models/block/glass_silver.json new file mode 100644 index 00000000..afeeeaa5 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/glass_silver.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_silver" + } +} diff --git a/1.8.9/assets/minecraft/models/block/glass_white.json b/1.8.9/assets/minecraft/models/block/glass_white.json new file mode 100644 index 00000000..c7df9fc8 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/glass_white.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_white" + } +} diff --git a/1.8.9/assets/minecraft/models/block/glass_yellow.json b/1.8.9/assets/minecraft/models/block/glass_yellow.json new file mode 100644 index 00000000..3ba5a6c6 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/glass_yellow.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_yellow" + } +} diff --git a/1.8.9/assets/minecraft/models/block/glowstone.json b/1.8.9/assets/minecraft/models/block/glowstone.json new file mode 100644 index 00000000..9ffe5db9 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/glowstone.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glowstone" + } +} diff --git a/1.8.9/assets/minecraft/models/block/gold_block.json b/1.8.9/assets/minecraft/models/block/gold_block.json new file mode 100644 index 00000000..1c227f01 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/gold_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/gold_block" + } +} diff --git a/1.8.9/assets/minecraft/models/block/gold_ore.json b/1.8.9/assets/minecraft/models/block/gold_ore.json new file mode 100644 index 00000000..ce4e0352 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/gold_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/gold_ore" + } +} diff --git a/1.8.9/assets/minecraft/models/block/golden_rail_active_flat.json b/1.8.9/assets/minecraft/models/block/golden_rail_active_flat.json new file mode 100644 index 00000000..a2f49b10 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/golden_rail_active_flat.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_flat", + "textures": { + "rail": "blocks/rail_golden_powered" + } +} diff --git a/1.8.9/assets/minecraft/models/block/golden_rail_active_raised_ne.json b/1.8.9/assets/minecraft/models/block/golden_rail_active_raised_ne.json new file mode 100644 index 00000000..4ab8f64b --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/golden_rail_active_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_ne", + "textures": { + "rail": "blocks/rail_golden_powered" + } +} diff --git a/1.8.9/assets/minecraft/models/block/golden_rail_active_raised_sw.json b/1.8.9/assets/minecraft/models/block/golden_rail_active_raised_sw.json new file mode 100644 index 00000000..8fef0597 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/golden_rail_active_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_sw", + "textures": { + "rail": "blocks/rail_golden_powered" + } +} diff --git a/1.8.9/assets/minecraft/models/block/golden_rail_flat.json b/1.8.9/assets/minecraft/models/block/golden_rail_flat.json new file mode 100644 index 00000000..87a08fc8 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/golden_rail_flat.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_flat", + "textures": { + "rail": "blocks/rail_golden" + } +} diff --git a/1.8.9/assets/minecraft/models/block/golden_rail_raised_ne.json b/1.8.9/assets/minecraft/models/block/golden_rail_raised_ne.json new file mode 100644 index 00000000..ff3856d7 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/golden_rail_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_ne", + "textures": { + "rail": "blocks/rail_golden" + } +} diff --git a/1.8.9/assets/minecraft/models/block/golden_rail_raised_sw.json b/1.8.9/assets/minecraft/models/block/golden_rail_raised_sw.json new file mode 100644 index 00000000..520414d3 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/golden_rail_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_sw", + "textures": { + "rail": "blocks/rail_golden" + } +} diff --git a/1.8.9/assets/minecraft/models/block/granite.json b/1.8.9/assets/minecraft/models/block/granite.json new file mode 100644 index 00000000..eee4faed --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/granite.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/stone_granite" + } +} diff --git a/1.8.9/assets/minecraft/models/block/granite_smooth.json b/1.8.9/assets/minecraft/models/block/granite_smooth.json new file mode 100644 index 00000000..31fc9f10 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/granite_smooth.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/stone_granite_smooth" + } +} diff --git a/1.8.9/assets/minecraft/models/block/grass.json b/1.8.9/assets/minecraft/models/block/grass.json new file mode 100644 index 00000000..2f235373 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/grass.json @@ -0,0 +1,24 @@ +{ + "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" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/grass_normal.json b/1.8.9/assets/minecraft/models/block/grass_normal.json new file mode 100644 index 00000000..b6201ebf --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/grass_normal.json @@ -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" + } +} diff --git a/1.8.9/assets/minecraft/models/block/grass_snowed.json b/1.8.9/assets/minecraft/models/block/grass_snowed.json new file mode 100644 index 00000000..c33ffc53 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/grass_snowed.json @@ -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" + } +} diff --git a/1.8.9/assets/minecraft/models/block/gravel.json b/1.8.9/assets/minecraft/models/block/gravel.json new file mode 100644 index 00000000..e2cf665e --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/gravel.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/gravel" + } +} diff --git a/1.8.9/assets/minecraft/models/block/gray_pane_n.json b/1.8.9/assets/minecraft/models/block/gray_pane_n.json new file mode 100644 index 00000000..6258ea6b --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/gray_pane_n.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_n", + "textures": { + "edge": "blocks/glass_pane_top_gray", + "pane": "blocks/glass_gray" + } +} diff --git a/1.8.9/assets/minecraft/models/block/gray_pane_ne.json b/1.8.9/assets/minecraft/models/block/gray_pane_ne.json new file mode 100644 index 00000000..d9625fc2 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/gray_pane_ne.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_ne", + "textures": { + "edge": "blocks/glass_pane_top_gray", + "pane": "blocks/glass_gray" + } +} diff --git a/1.8.9/assets/minecraft/models/block/gray_pane_new.json b/1.8.9/assets/minecraft/models/block/gray_pane_new.json new file mode 100644 index 00000000..9104c908 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/gray_pane_new.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_new", + "textures": { + "edge": "blocks/glass_pane_top_gray", + "pane": "blocks/glass_gray" + } +} diff --git a/1.8.9/assets/minecraft/models/block/gray_pane_ns.json b/1.8.9/assets/minecraft/models/block/gray_pane_ns.json new file mode 100644 index 00000000..2c2eaec7 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/gray_pane_ns.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_ns", + "textures": { + "edge": "blocks/glass_pane_top_gray", + "pane": "blocks/glass_gray" + } +} diff --git a/1.8.9/assets/minecraft/models/block/gray_pane_nse.json b/1.8.9/assets/minecraft/models/block/gray_pane_nse.json new file mode 100644 index 00000000..0c1dbaa4 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/gray_pane_nse.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nse", + "textures": { + "edge": "blocks/glass_pane_top_gray", + "pane": "blocks/glass_gray" + } +} diff --git a/1.8.9/assets/minecraft/models/block/gray_pane_nsew.json b/1.8.9/assets/minecraft/models/block/gray_pane_nsew.json new file mode 100644 index 00000000..46bb9cf2 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/gray_pane_nsew.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nsew", + "textures": { + "edge": "blocks/glass_pane_top_gray", + "pane": "blocks/glass_gray" + } +} diff --git a/1.8.9/assets/minecraft/models/block/gray_pane_nsw.json b/1.8.9/assets/minecraft/models/block/gray_pane_nsw.json new file mode 100644 index 00000000..614f304d --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/gray_pane_nsw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nsw", + "textures": { + "edge": "blocks/glass_pane_top_gray", + "pane": "blocks/glass_gray" + } +} diff --git a/1.8.9/assets/minecraft/models/block/gray_pane_nw.json b/1.8.9/assets/minecraft/models/block/gray_pane_nw.json new file mode 100644 index 00000000..70dba64c --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/gray_pane_nw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nw", + "textures": { + "edge": "blocks/glass_pane_top_gray", + "pane": "blocks/glass_gray" + } +} diff --git a/1.8.9/assets/minecraft/models/block/gray_pane_s.json b/1.8.9/assets/minecraft/models/block/gray_pane_s.json new file mode 100644 index 00000000..70af4f0f --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/gray_pane_s.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_s", + "textures": { + "edge": "blocks/glass_pane_top_gray", + "pane": "blocks/glass_gray" + } +} diff --git a/1.8.9/assets/minecraft/models/block/gray_pane_se.json b/1.8.9/assets/minecraft/models/block/gray_pane_se.json new file mode 100644 index 00000000..a0ab99f9 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/gray_pane_se.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_se", + "textures": { + "edge": "blocks/glass_pane_top_gray", + "pane": "blocks/glass_gray" + } +} diff --git a/1.8.9/assets/minecraft/models/block/gray_pane_sew.json b/1.8.9/assets/minecraft/models/block/gray_pane_sew.json new file mode 100644 index 00000000..9ee1e0b1 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/gray_pane_sew.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_sew", + "textures": { + "edge": "blocks/glass_pane_top_gray", + "pane": "blocks/glass_gray" + } +} diff --git a/1.8.9/assets/minecraft/models/block/gray_pane_sw.json b/1.8.9/assets/minecraft/models/block/gray_pane_sw.json new file mode 100644 index 00000000..490172b5 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/gray_pane_sw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_sw", + "textures": { + "edge": "blocks/glass_pane_top_gray", + "pane": "blocks/glass_gray" + } +} diff --git a/1.8.9/assets/minecraft/models/block/gray_wool.json b/1.8.9/assets/minecraft/models/block/gray_wool.json new file mode 100644 index 00000000..f88eb1d5 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/gray_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_gray" + } +} diff --git a/1.8.9/assets/minecraft/models/block/green_pane_n.json b/1.8.9/assets/minecraft/models/block/green_pane_n.json new file mode 100644 index 00000000..67c1ce98 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/green_pane_n.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_n", + "textures": { + "edge": "blocks/glass_pane_top_green", + "pane": "blocks/glass_green" + } +} diff --git a/1.8.9/assets/minecraft/models/block/green_pane_ne.json b/1.8.9/assets/minecraft/models/block/green_pane_ne.json new file mode 100644 index 00000000..82ca8c92 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/green_pane_ne.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_ne", + "textures": { + "edge": "blocks/glass_pane_top_green", + "pane": "blocks/glass_green" + } +} diff --git a/1.8.9/assets/minecraft/models/block/green_pane_new.json b/1.8.9/assets/minecraft/models/block/green_pane_new.json new file mode 100644 index 00000000..2d55f3b8 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/green_pane_new.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_new", + "textures": { + "edge": "blocks/glass_pane_top_green", + "pane": "blocks/glass_green" + } +} diff --git a/1.8.9/assets/minecraft/models/block/green_pane_ns.json b/1.8.9/assets/minecraft/models/block/green_pane_ns.json new file mode 100644 index 00000000..d90e681e --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/green_pane_ns.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_ns", + "textures": { + "edge": "blocks/glass_pane_top_green", + "pane": "blocks/glass_green" + } +} diff --git a/1.8.9/assets/minecraft/models/block/green_pane_nse.json b/1.8.9/assets/minecraft/models/block/green_pane_nse.json new file mode 100644 index 00000000..4cc015fd --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/green_pane_nse.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nse", + "textures": { + "edge": "blocks/glass_pane_top_green", + "pane": "blocks/glass_green" + } +} diff --git a/1.8.9/assets/minecraft/models/block/green_pane_nsew.json b/1.8.9/assets/minecraft/models/block/green_pane_nsew.json new file mode 100644 index 00000000..69ee99ec --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/green_pane_nsew.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nsew", + "textures": { + "edge": "blocks/glass_pane_top_green", + "pane": "blocks/glass_green" + } +} diff --git a/1.8.9/assets/minecraft/models/block/green_pane_nsw.json b/1.8.9/assets/minecraft/models/block/green_pane_nsw.json new file mode 100644 index 00000000..aef8ec90 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/green_pane_nsw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nsw", + "textures": { + "edge": "blocks/glass_pane_top_green", + "pane": "blocks/glass_green" + } +} diff --git a/1.8.9/assets/minecraft/models/block/green_pane_nw.json b/1.8.9/assets/minecraft/models/block/green_pane_nw.json new file mode 100644 index 00000000..30b1cb50 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/green_pane_nw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nw", + "textures": { + "edge": "blocks/glass_pane_top_green", + "pane": "blocks/glass_green" + } +} diff --git a/1.8.9/assets/minecraft/models/block/green_pane_s.json b/1.8.9/assets/minecraft/models/block/green_pane_s.json new file mode 100644 index 00000000..471301a3 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/green_pane_s.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_s", + "textures": { + "edge": "blocks/glass_pane_top_green", + "pane": "blocks/glass_green" + } +} diff --git a/1.8.9/assets/minecraft/models/block/green_pane_se.json b/1.8.9/assets/minecraft/models/block/green_pane_se.json new file mode 100644 index 00000000..2df0a1c7 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/green_pane_se.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_se", + "textures": { + "edge": "blocks/glass_pane_top_green", + "pane": "blocks/glass_green" + } +} diff --git a/1.8.9/assets/minecraft/models/block/green_pane_sew.json b/1.8.9/assets/minecraft/models/block/green_pane_sew.json new file mode 100644 index 00000000..0ce17dd3 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/green_pane_sew.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_sew", + "textures": { + "edge": "blocks/glass_pane_top_green", + "pane": "blocks/glass_green" + } +} diff --git a/1.8.9/assets/minecraft/models/block/green_pane_sw.json b/1.8.9/assets/minecraft/models/block/green_pane_sw.json new file mode 100644 index 00000000..ad82c528 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/green_pane_sw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_sw", + "textures": { + "edge": "blocks/glass_pane_top_green", + "pane": "blocks/glass_green" + } +} diff --git a/1.8.9/assets/minecraft/models/block/green_wool.json b/1.8.9/assets/minecraft/models/block/green_wool.json new file mode 100644 index 00000000..44c65a54 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/green_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_green" + } +} diff --git a/1.8.9/assets/minecraft/models/block/half_slab.json b/1.8.9/assets/minecraft/models/block/half_slab.json new file mode 100644 index 00000000..1b3cee11 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/half_slab.json @@ -0,0 +1,18 @@ +{ + "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" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/half_slab_acacia.json b/1.8.9/assets/minecraft/models/block/half_slab_acacia.json new file mode 100644 index 00000000..25e73536 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/half_slab_acacia.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/planks_acacia", + "top": "blocks/planks_acacia", + "side": "blocks/planks_acacia" + } +} diff --git a/1.8.9/assets/minecraft/models/block/half_slab_birch.json b/1.8.9/assets/minecraft/models/block/half_slab_birch.json new file mode 100644 index 00000000..1dc753cf --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/half_slab_birch.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/planks_birch", + "top": "blocks/planks_birch", + "side": "blocks/planks_birch" + } +} diff --git a/1.8.9/assets/minecraft/models/block/half_slab_brick.json b/1.8.9/assets/minecraft/models/block/half_slab_brick.json new file mode 100644 index 00000000..1fd4a27d --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/half_slab_brick.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/brick", + "top": "blocks/brick", + "side": "blocks/brick" + } +} diff --git a/1.8.9/assets/minecraft/models/block/half_slab_cobblestone.json b/1.8.9/assets/minecraft/models/block/half_slab_cobblestone.json new file mode 100644 index 00000000..75207948 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/half_slab_cobblestone.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/cobblestone", + "top": "blocks/cobblestone", + "side": "blocks/cobblestone" + } +} diff --git a/1.8.9/assets/minecraft/models/block/half_slab_dark_oak.json b/1.8.9/assets/minecraft/models/block/half_slab_dark_oak.json new file mode 100644 index 00000000..f4d89ecd --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/half_slab_dark_oak.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/planks_big_oak", + "top": "blocks/planks_big_oak", + "side": "blocks/planks_big_oak" + } +} diff --git a/1.8.9/assets/minecraft/models/block/half_slab_jungle.json b/1.8.9/assets/minecraft/models/block/half_slab_jungle.json new file mode 100644 index 00000000..5d3d2715 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/half_slab_jungle.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/planks_jungle", + "top": "blocks/planks_jungle", + "side": "blocks/planks_jungle" + } +} diff --git a/1.8.9/assets/minecraft/models/block/half_slab_nether_brick.json b/1.8.9/assets/minecraft/models/block/half_slab_nether_brick.json new file mode 100644 index 00000000..2e30c56d --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/half_slab_nether_brick.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/nether_brick", + "top": "blocks/nether_brick", + "side": "blocks/nether_brick" + } +} diff --git a/1.8.9/assets/minecraft/models/block/half_slab_oak.json b/1.8.9/assets/minecraft/models/block/half_slab_oak.json new file mode 100644 index 00000000..15b26120 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/half_slab_oak.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/planks_oak", + "top": "blocks/planks_oak", + "side": "blocks/planks_oak" + } +} diff --git a/1.8.9/assets/minecraft/models/block/half_slab_quartz.json b/1.8.9/assets/minecraft/models/block/half_slab_quartz.json new file mode 100644 index 00000000..1066da7e --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/half_slab_quartz.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/quartz_block_bottom", + "top": "blocks/quartz_block_top", + "side": "blocks/quartz_block_side" + } +} diff --git a/1.8.9/assets/minecraft/models/block/half_slab_red_sandstone.json b/1.8.9/assets/minecraft/models/block/half_slab_red_sandstone.json new file mode 100644 index 00000000..08dc64c2 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/half_slab_red_sandstone.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/red_sandstone_bottom", + "top": "blocks/red_sandstone_top", + "side": "blocks/red_sandstone_normal" + } +} diff --git a/1.8.9/assets/minecraft/models/block/half_slab_sandstone.json b/1.8.9/assets/minecraft/models/block/half_slab_sandstone.json new file mode 100644 index 00000000..5d08ff48 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/half_slab_sandstone.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/sandstone_bottom", + "top": "blocks/sandstone_top", + "side": "blocks/sandstone_normal" + } +} diff --git a/1.8.9/assets/minecraft/models/block/half_slab_spruce.json b/1.8.9/assets/minecraft/models/block/half_slab_spruce.json new file mode 100644 index 00000000..9e28d9f1 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/half_slab_spruce.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/planks_spruce", + "top": "blocks/planks_spruce", + "side": "blocks/planks_spruce" + } +} diff --git a/1.8.9/assets/minecraft/models/block/half_slab_stone.json b/1.8.9/assets/minecraft/models/block/half_slab_stone.json new file mode 100644 index 00000000..b09be3e5 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/half_slab_stone.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/stone_slab_top", + "top": "blocks/stone_slab_top", + "side": "blocks/stone_slab_side" + } +} diff --git a/1.8.9/assets/minecraft/models/block/half_slab_stone_brick.json b/1.8.9/assets/minecraft/models/block/half_slab_stone_brick.json new file mode 100644 index 00000000..9bb3abc8 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/half_slab_stone_brick.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/stonebrick", + "top": "blocks/stonebrick", + "side": "blocks/stonebrick" + } +} diff --git a/1.8.9/assets/minecraft/models/block/hardened_clay.json b/1.8.9/assets/minecraft/models/block/hardened_clay.json new file mode 100644 index 00000000..5f29119c --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/hardened_clay.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay" + } +} diff --git a/1.8.9/assets/minecraft/models/block/hardened_clay_black.json b/1.8.9/assets/minecraft/models/block/hardened_clay_black.json new file mode 100644 index 00000000..cab25b2f --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/hardened_clay_black.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_black" + } +} diff --git a/1.8.9/assets/minecraft/models/block/hardened_clay_blue.json b/1.8.9/assets/minecraft/models/block/hardened_clay_blue.json new file mode 100644 index 00000000..01eed452 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/hardened_clay_blue.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_blue" + } +} diff --git a/1.8.9/assets/minecraft/models/block/hardened_clay_brown.json b/1.8.9/assets/minecraft/models/block/hardened_clay_brown.json new file mode 100644 index 00000000..646946d7 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/hardened_clay_brown.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_brown" + } +} diff --git a/1.8.9/assets/minecraft/models/block/hardened_clay_cyan.json b/1.8.9/assets/minecraft/models/block/hardened_clay_cyan.json new file mode 100644 index 00000000..fd4243ae --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/hardened_clay_cyan.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_cyan" + } +} diff --git a/1.8.9/assets/minecraft/models/block/hardened_clay_gray.json b/1.8.9/assets/minecraft/models/block/hardened_clay_gray.json new file mode 100644 index 00000000..4fd29f50 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/hardened_clay_gray.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_gray" + } +} diff --git a/1.8.9/assets/minecraft/models/block/hardened_clay_green.json b/1.8.9/assets/minecraft/models/block/hardened_clay_green.json new file mode 100644 index 00000000..b04b0963 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/hardened_clay_green.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_green" + } +} diff --git a/1.8.9/assets/minecraft/models/block/hardened_clay_light_blue.json b/1.8.9/assets/minecraft/models/block/hardened_clay_light_blue.json new file mode 100644 index 00000000..a601f953 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/hardened_clay_light_blue.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_light_blue" + } +} diff --git a/1.8.9/assets/minecraft/models/block/hardened_clay_lime.json b/1.8.9/assets/minecraft/models/block/hardened_clay_lime.json new file mode 100644 index 00000000..34f4474b --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/hardened_clay_lime.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_lime" + } +} diff --git a/1.8.9/assets/minecraft/models/block/hardened_clay_magenta.json b/1.8.9/assets/minecraft/models/block/hardened_clay_magenta.json new file mode 100644 index 00000000..69e09448 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/hardened_clay_magenta.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_magenta" + } +} diff --git a/1.8.9/assets/minecraft/models/block/hardened_clay_orange.json b/1.8.9/assets/minecraft/models/block/hardened_clay_orange.json new file mode 100644 index 00000000..6feb8673 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/hardened_clay_orange.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_orange" + } +} diff --git a/1.8.9/assets/minecraft/models/block/hardened_clay_pink.json b/1.8.9/assets/minecraft/models/block/hardened_clay_pink.json new file mode 100644 index 00000000..20afb21a --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/hardened_clay_pink.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_pink" + } +} diff --git a/1.8.9/assets/minecraft/models/block/hardened_clay_purple.json b/1.8.9/assets/minecraft/models/block/hardened_clay_purple.json new file mode 100644 index 00000000..a5865ec8 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/hardened_clay_purple.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_purple" + } +} diff --git a/1.8.9/assets/minecraft/models/block/hardened_clay_red.json b/1.8.9/assets/minecraft/models/block/hardened_clay_red.json new file mode 100644 index 00000000..77c34ebe --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/hardened_clay_red.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_red" + } +} diff --git a/1.8.9/assets/minecraft/models/block/hardened_clay_silver.json b/1.8.9/assets/minecraft/models/block/hardened_clay_silver.json new file mode 100644 index 00000000..88e0d8b7 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/hardened_clay_silver.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_silver" + } +} diff --git a/1.8.9/assets/minecraft/models/block/hardened_clay_white.json b/1.8.9/assets/minecraft/models/block/hardened_clay_white.json new file mode 100644 index 00000000..5af1046e --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/hardened_clay_white.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_white" + } +} diff --git a/1.8.9/assets/minecraft/models/block/hardened_clay_yellow.json b/1.8.9/assets/minecraft/models/block/hardened_clay_yellow.json new file mode 100644 index 00000000..f1564534 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/hardened_clay_yellow.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_yellow" + } +} diff --git a/1.8.9/assets/minecraft/models/block/hay.json b/1.8.9/assets/minecraft/models/block/hay.json new file mode 100644 index 00000000..542ffc0b --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/hay.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/hay_block_top", + "side": "blocks/hay_block_side" + } +} diff --git a/1.8.9/assets/minecraft/models/block/hay_side.json b/1.8.9/assets/minecraft/models/block/hay_side.json new file mode 100644 index 00000000..8d24c814 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/hay_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/column_side", + "textures": { + "end": "blocks/hay_block_top", + "side": "blocks/hay_block_side" + } +} diff --git a/1.8.9/assets/minecraft/models/block/heavy_pressure_plate_down.json b/1.8.9/assets/minecraft/models/block/heavy_pressure_plate_down.json new file mode 100644 index 00000000..ce663096 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/heavy_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_down", + "textures": { + "texture": "blocks/iron_block" + } +} diff --git a/1.8.9/assets/minecraft/models/block/heavy_pressure_plate_inventory.json b/1.8.9/assets/minecraft/models/block/heavy_pressure_plate_inventory.json new file mode 100644 index 00000000..2c7557a8 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/heavy_pressure_plate_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_inventory", + "textures": { + "texture": "blocks/iron_block" + } +} diff --git a/1.8.9/assets/minecraft/models/block/heavy_pressure_plate_up.json b/1.8.9/assets/minecraft/models/block/heavy_pressure_plate_up.json new file mode 100644 index 00000000..308eb16a --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/heavy_pressure_plate_up.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_up", + "textures": { + "texture": "blocks/iron_block" + } +} diff --git a/1.8.9/assets/minecraft/models/block/hopper_down.json b/1.8.9/assets/minecraft/models/block/hopper_down.json new file mode 100644 index 00000000..2f89a892 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/hopper_down.json @@ -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": { "uv": [ 0, 0, 16, 16 ], "texture": "#side" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#inside" }, + "north": { "uv": [ 0, 5, 16, 6 ], "texture": "#side" }, + "south": { "uv": [ 0, 5, 16, 6 ], "texture": "#side" }, + "west": { "uv": [ 0, 5, 16, 6 ], "texture": "#side" }, + "east": { "uv": [ 0, 5, 16, 6 ], "texture": "#side" } + } + }, + { "from": [ 0, 11, 0 ], + "to": [ 2, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 2, 16 ], "texture": "#side" }, + "up": { "uv": [ 0, 0, 2, 16 ], "texture": "#top" }, + "north": { "uv": [ 0, 0, 2, 5 ], "texture": "#side" }, + "south": { "uv": [ 0, 0, 2, 5 ], "texture": "#side" }, + "west": { "uv": [ 0, 0, 16, 5 ], "texture": "#side" }, + "east": { "uv": [ 0, 0, 16, 5 ], "texture": "#side" } + } + }, + { "from": [ 14, 11, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 14, 0, 16, 16 ], "texture": "#side" }, + "up": { "uv": [ 14, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 14, 0, 16, 5 ], "texture": "#side" }, + "south": { "uv": [ 14, 0, 16, 5 ], "texture": "#side" }, + "west": { "uv": [ 0, 0, 16, 5 ], "texture": "#side" }, + "east": { "uv": [ 0, 0, 16, 5 ], "texture": "#side" } + } + }, + { "from": [ 2, 11, 0 ], + "to": [ 14, 16, 2 ], + "faces": { + "down": { "uv": [ 2, 0, 14, 2 ], "texture": "#side" }, + "up": { "uv": [ 2, 0, 14, 2 ], "texture": "#top" }, + "north": { "uv": [ 2, 0, 14, 5 ], "texture": "#side" }, + "south": { "uv": [ 2, 0, 14, 5 ], "texture": "#side" }, + "west": { "uv": [ 0, 0, 2, 5 ], "texture": "#side" }, + "east": { "uv": [ 0, 0, 2, 5 ], "texture": "#side" } + } + }, + { "from": [ 2, 11, 14 ], + "to": [ 14, 16, 16 ], + "faces": { + "down": { "uv": [ 2, 14, 14, 16 ], "texture": "#side" }, + "up": { "uv": [ 2, 14, 14, 16 ], "texture": "#top" }, + "north": { "uv": [ 2, 0, 14, 5 ], "texture": "#side" }, + "south": { "uv": [ 2, 0, 14, 5 ], "texture": "#side" }, + "west": { "uv": [ 14, 0, 16, 5 ], "texture": "#side" }, + "east": { "uv": [ 14, 0, 16, 5 ], "texture": "#side" } + } + }, + { "from": [ 4, 4, 4 ], + "to": [ 12, 10, 12 ], + "faces": { + "down": { "uv": [ 4, 4, 12, 12 ], "texture": "#side" }, + "up": { "uv": [ 4, 4, 12, 12 ], "texture": "#side" }, + "north": { "uv": [ 4, 6, 12, 12 ], "texture": "#side" }, + "south": { "uv": [ 4, 6, 12, 12 ], "texture": "#side" }, + "west": { "uv": [ 4, 6, 12, 12 ], "texture": "#side" }, + "east": { "uv": [ 4, 6, 12, 12 ], "texture": "#side" } + } + }, + { "from": [ 6, 0, 6 ], + "to": [ 10, 4, 10 ], + "faces": { + "down": { "uv": [ 6, 6, 10, 10 ], "texture": "#side" }, + "up": { "uv": [ 6, 6, 10, 10 ], "texture": "#side" }, + "north": { "uv": [ 6, 12, 10, 16 ], "texture": "#side" }, + "south": { "uv": [ 6, 12, 10, 16 ], "texture": "#side" }, + "west": { "uv": [ 6, 12, 10, 16 ], "texture": "#side" }, + "east": { "uv": [ 6, 12, 10, 16 ], "texture": "#side" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/hopper_side.json b/1.8.9/assets/minecraft/models/block/hopper_side.json new file mode 100644 index 00000000..c53a737e --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/hopper_side.json @@ -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": { "uv": [ 0, 0, 16, 16 ], "texture": "#side" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#inside" }, + "north": { "uv": [ 0, 5, 16, 6 ], "texture": "#side" }, + "south": { "uv": [ 0, 5, 16, 6 ], "texture": "#side" }, + "west": { "uv": [ 0, 5, 16, 6 ], "texture": "#side" }, + "east": { "uv": [ 0, 5, 16, 6 ], "texture": "#side" } + } + }, + { "from": [ 0, 11, 0 ], + "to": [ 2, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 2, 16 ], "texture": "#side" }, + "up": { "uv": [ 0, 0, 2, 16 ], "texture": "#top" }, + "north": { "uv": [ 0, 0, 2, 5 ], "texture": "#side" }, + "south": { "uv": [ 0, 0, 2, 5 ], "texture": "#side" }, + "west": { "uv": [ 0, 0, 16, 5 ], "texture": "#side" }, + "east": { "uv": [ 0, 0, 16, 5 ], "texture": "#side" } + } + }, + { "from": [ 14, 11, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 14, 0, 16, 16 ], "texture": "#side" }, + "up": { "uv": [ 14, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 14, 0, 16, 5 ], "texture": "#side" }, + "south": { "uv": [ 14, 0, 16, 5 ], "texture": "#side" }, + "west": { "uv": [ 0, 0, 16, 5 ], "texture": "#side" }, + "east": { "uv": [ 0, 0, 16, 5 ], "texture": "#side" } + } + }, + { "from": [ 2, 11, 0 ], + "to": [ 14, 16, 2 ], + "faces": { + "down": { "uv": [ 2, 0, 14, 2 ], "texture": "#side" }, + "up": { "uv": [ 2, 0, 14, 2 ], "texture": "#top" }, + "north": { "uv": [ 2, 0, 14, 5 ], "texture": "#side" }, + "south": { "uv": [ 2, 0, 14, 5 ], "texture": "#side" }, + "west": { "uv": [ 0, 0, 2, 5 ], "texture": "#side" }, + "east": { "uv": [ 0, 0, 2, 5 ], "texture": "#side" } + } + }, + { "from": [ 2, 11, 14 ], + "to": [ 14, 16, 16 ], + "faces": { + "down": { "uv": [ 2, 14, 14, 16 ], "texture": "#side" }, + "up": { "uv": [ 2, 14, 14, 16 ], "texture": "#top" }, + "north": { "uv": [ 2, 0, 14, 5 ], "texture": "#side" }, + "south": { "uv": [ 2, 0, 14, 5 ], "texture": "#side" }, + "west": { "uv": [ 14, 0, 16, 5 ], "texture": "#side" }, + "east": { "uv": [ 14, 0, 16, 5 ], "texture": "#side" } + } + }, + { "from": [ 4, 4, 4 ], + "to": [ 12, 10, 12 ], + "faces": { + "down": { "uv": [ 4, 4, 12, 12 ], "texture": "#side" }, + "up": { "uv": [ 4, 4, 12, 12 ], "texture": "#side" }, + "north": { "uv": [ 4, 6, 12, 12 ], "texture": "#side" }, + "south": { "uv": [ 4, 6, 12, 12 ], "texture": "#side" }, + "west": { "uv": [ 4, 6, 12, 12 ], "texture": "#side" }, + "east": { "uv": [ 4, 6, 12, 12 ], "texture": "#side" } + } + }, + { "from": [ 6, 4, 0 ], + "to": [ 10, 8, 4 ], + "faces": { + "down": { "uv": [ 6, 0, 10, 4 ], "texture": "#side" }, + "up": { "uv": [ 6, 0, 10, 4 ], "texture": "#side" }, + "north": { "uv": [ 6, 8, 10, 12 ], "texture": "#side" }, + "south": { "uv": [ 6, 8, 10, 12 ], "texture": "#side" }, + "west": { "uv": [ 0, 8, 4, 12 ], "texture": "#side" }, + "east": { "uv": [ 0, 8, 4, 12 ], "texture": "#side" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/houstonia.json b/1.8.9/assets/minecraft/models/block/houstonia.json new file mode 100644 index 00000000..ca9b3443 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/houstonia.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/flower_houstonia" + } +} diff --git a/1.8.9/assets/minecraft/models/block/ice.json b/1.8.9/assets/minecraft/models/block/ice.json new file mode 100644 index 00000000..2b94adaf --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/ice.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/ice" + } +} diff --git a/1.8.9/assets/minecraft/models/block/inner_stairs.json b/1.8.9/assets/minecraft/models/block/inner_stairs.json new file mode 100644 index 00000000..51c02e23 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/inner_stairs.json @@ -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" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/iron_block.json b/1.8.9/assets/minecraft/models/block/iron_block.json new file mode 100644 index 00000000..3ed6c885 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/iron_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/iron_block" + } +} diff --git a/1.8.9/assets/minecraft/models/block/iron_door_bottom.json b/1.8.9/assets/minecraft/models/block/iron_door_bottom.json new file mode 100644 index 00000000..013cf584 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/iron_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom", + "textures": { + "bottom": "blocks/door_iron_lower", + "top": "blocks/door_iron_upper" + } +} diff --git a/1.8.9/assets/minecraft/models/block/iron_door_bottom_rh.json b/1.8.9/assets/minecraft/models/block/iron_door_bottom_rh.json new file mode 100644 index 00000000..2cf3325f --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/iron_door_bottom_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom_rh", + "textures": { + "bottom": "blocks/door_iron_lower", + "top": "blocks/door_iron_upper" + } +} diff --git a/1.8.9/assets/minecraft/models/block/iron_door_top.json b/1.8.9/assets/minecraft/models/block/iron_door_top.json new file mode 100644 index 00000000..1e4acbd0 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/iron_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top", + "textures": { + "bottom": "blocks/door_iron_lower", + "top": "blocks/door_iron_upper" + } +} diff --git a/1.8.9/assets/minecraft/models/block/iron_door_top_rh.json b/1.8.9/assets/minecraft/models/block/iron_door_top_rh.json new file mode 100644 index 00000000..a42460c6 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/iron_door_top_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top_rh", + "textures": { + "bottom": "blocks/door_iron_lower", + "top": "blocks/door_iron_upper" + } +} diff --git a/1.8.9/assets/minecraft/models/block/iron_ore.json b/1.8.9/assets/minecraft/models/block/iron_ore.json new file mode 100644 index 00000000..a6d9f1f6 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/iron_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/iron_ore" + } +} diff --git a/1.8.9/assets/minecraft/models/block/iron_trapdoor_bottom.json b/1.8.9/assets/minecraft/models/block/iron_trapdoor_bottom.json new file mode 100644 index 00000000..548d0305 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/iron_trapdoor_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/trapdoor_bottom", + "textures": { + "texture": "blocks/iron_trapdoor" + } +} diff --git a/1.8.9/assets/minecraft/models/block/iron_trapdoor_open.json b/1.8.9/assets/minecraft/models/block/iron_trapdoor_open.json new file mode 100644 index 00000000..eca9e15d --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/iron_trapdoor_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/trapdoor_open", + "textures": { + "texture": "blocks/iron_trapdoor" + } +} diff --git a/1.8.9/assets/minecraft/models/block/iron_trapdoor_top.json b/1.8.9/assets/minecraft/models/block/iron_trapdoor_top.json new file mode 100644 index 00000000..04deb335 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/iron_trapdoor_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/trapdoor_top", + "textures": { + "texture": "blocks/iron_trapdoor" + } +} diff --git a/1.8.9/assets/minecraft/models/block/item_frame.json b/1.8.9/assets/minecraft/models/block/item_frame.json new file mode 100644 index 00000000..cc12c8df --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/item_frame.json @@ -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" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/item_frame_map.json b/1.8.9/assets/minecraft/models/block/item_frame_map.json new file mode 100644 index 00000000..9d025635 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/item_frame_map.json @@ -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" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/jukebox.json b/1.8.9/assets/minecraft/models/block/jukebox.json new file mode 100644 index 00000000..d03e64a9 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/jukebox.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_top", + "textures": { + "top": "blocks/jukebox_top", + "side": "blocks/jukebox_side" + } +} diff --git a/1.8.9/assets/minecraft/models/block/jungle_bark.json b/1.8.9/assets/minecraft/models/block/jungle_bark.json new file mode 100644 index 00000000..a9e95ea7 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/jungle_bark.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/log_jungle" + } +} diff --git a/1.8.9/assets/minecraft/models/block/jungle_door_bottom.json b/1.8.9/assets/minecraft/models/block/jungle_door_bottom.json new file mode 100644 index 00000000..ae05da16 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/jungle_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom", + "textures": { + "bottom": "blocks/door_jungle_lower", + "top": "blocks/door_jungle_upper" + } +} diff --git a/1.8.9/assets/minecraft/models/block/jungle_door_bottom_rh.json b/1.8.9/assets/minecraft/models/block/jungle_door_bottom_rh.json new file mode 100644 index 00000000..0aefd361 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/jungle_door_bottom_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom_rh", + "textures": { + "bottom": "blocks/door_jungle_lower", + "top": "blocks/door_jungle_upper" + } +} diff --git a/1.8.9/assets/minecraft/models/block/jungle_door_top.json b/1.8.9/assets/minecraft/models/block/jungle_door_top.json new file mode 100644 index 00000000..5c19f889 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/jungle_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top", + "textures": { + "bottom": "blocks/door_jungle_lower", + "top": "blocks/door_jungle_upper" + } +} diff --git a/1.8.9/assets/minecraft/models/block/jungle_door_top_rh.json b/1.8.9/assets/minecraft/models/block/jungle_door_top_rh.json new file mode 100644 index 00000000..df0dd9ec --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/jungle_door_top_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top_rh", + "textures": { + "bottom": "blocks/door_jungle_lower", + "top": "blocks/door_jungle_upper" + } +} diff --git a/1.8.9/assets/minecraft/models/block/jungle_fence_gate_closed.json b/1.8.9/assets/minecraft/models/block/jungle_fence_gate_closed.json new file mode 100644 index 00000000..675a2099 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/jungle_fence_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_gate_closed", + "textures": { + "texture": "blocks/planks_jungle" + } +} diff --git a/1.8.9/assets/minecraft/models/block/jungle_fence_gate_open.json b/1.8.9/assets/minecraft/models/block/jungle_fence_gate_open.json new file mode 100644 index 00000000..aaa0c23c --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/jungle_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_gate_open", + "textures": { + "texture": "blocks/planks_jungle" + } +} diff --git a/1.8.9/assets/minecraft/models/block/jungle_fence_inventory.json b/1.8.9/assets/minecraft/models/block/jungle_fence_inventory.json new file mode 100644 index 00000000..2ca9ac24 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/jungle_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_inventory", + "textures": { + "texture": "blocks/planks_jungle" + } +} diff --git a/1.8.9/assets/minecraft/models/block/jungle_fence_n.json b/1.8.9/assets/minecraft/models/block/jungle_fence_n.json new file mode 100644 index 00000000..78525c88 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/jungle_fence_n.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_n", + "textures": { + "texture": "blocks/planks_jungle" + } +} diff --git a/1.8.9/assets/minecraft/models/block/jungle_fence_ne.json b/1.8.9/assets/minecraft/models/block/jungle_fence_ne.json new file mode 100644 index 00000000..987aa551 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/jungle_fence_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_ne", + "textures": { + "texture": "blocks/planks_jungle" + } +} diff --git a/1.8.9/assets/minecraft/models/block/jungle_fence_ns.json b/1.8.9/assets/minecraft/models/block/jungle_fence_ns.json new file mode 100644 index 00000000..92d762e5 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/jungle_fence_ns.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_ns", + "textures": { + "texture": "blocks/planks_jungle" + } +} diff --git a/1.8.9/assets/minecraft/models/block/jungle_fence_nse.json b/1.8.9/assets/minecraft/models/block/jungle_fence_nse.json new file mode 100644 index 00000000..4fef4050 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/jungle_fence_nse.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_nse", + "textures": { + "texture": "blocks/planks_jungle" + } +} diff --git a/1.8.9/assets/minecraft/models/block/jungle_fence_nsew.json b/1.8.9/assets/minecraft/models/block/jungle_fence_nsew.json new file mode 100644 index 00000000..8969cd64 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/jungle_fence_nsew.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_nsew", + "textures": { + "texture": "blocks/planks_jungle" + } +} diff --git a/1.8.9/assets/minecraft/models/block/jungle_fence_post.json b/1.8.9/assets/minecraft/models/block/jungle_fence_post.json new file mode 100644 index 00000000..d7afc334 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/jungle_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_post", + "textures": { + "texture": "blocks/planks_jungle" + } +} diff --git a/1.8.9/assets/minecraft/models/block/jungle_inner_stairs.json b/1.8.9/assets/minecraft/models/block/jungle_inner_stairs.json new file mode 100644 index 00000000..754bea08 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/jungle_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/planks_jungle", + "top": "blocks/planks_jungle", + "side": "blocks/planks_jungle" + } +} diff --git a/1.8.9/assets/minecraft/models/block/jungle_leaves.json b/1.8.9/assets/minecraft/models/block/jungle_leaves.json new file mode 100644 index 00000000..c50a077b --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/jungle_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "block/leaves", + "textures": { + "all": "blocks/leaves_jungle" + } +} diff --git a/1.8.9/assets/minecraft/models/block/jungle_log.json b/1.8.9/assets/minecraft/models/block/jungle_log.json new file mode 100644 index 00000000..5be31e72 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/jungle_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/log_jungle_top", + "side": "blocks/log_jungle" + } +} diff --git a/1.8.9/assets/minecraft/models/block/jungle_log_side.json b/1.8.9/assets/minecraft/models/block/jungle_log_side.json new file mode 100644 index 00000000..a2009f08 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/jungle_log_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/column_side", + "textures": { + "end": "blocks/log_jungle_top", + "side": "blocks/log_jungle" + } +} diff --git a/1.8.9/assets/minecraft/models/block/jungle_outer_stairs.json b/1.8.9/assets/minecraft/models/block/jungle_outer_stairs.json new file mode 100644 index 00000000..012678cb --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/jungle_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/planks_jungle", + "top": "blocks/planks_jungle", + "side": "blocks/planks_jungle" + } +} diff --git a/1.8.9/assets/minecraft/models/block/jungle_planks.json b/1.8.9/assets/minecraft/models/block/jungle_planks.json new file mode 100644 index 00000000..cd0cf692 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/jungle_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/planks_jungle" + } +} diff --git a/1.8.9/assets/minecraft/models/block/jungle_sapling.json b/1.8.9/assets/minecraft/models/block/jungle_sapling.json new file mode 100644 index 00000000..c100003f --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/jungle_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/sapling_jungle" + } +} diff --git a/1.8.9/assets/minecraft/models/block/jungle_stairs.json b/1.8.9/assets/minecraft/models/block/jungle_stairs.json new file mode 100644 index 00000000..78a5d049 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/jungle_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/planks_jungle", + "top": "blocks/planks_jungle", + "side": "blocks/planks_jungle" + } +} diff --git a/1.8.9/assets/minecraft/models/block/jungle_wall_gate_closed.json b/1.8.9/assets/minecraft/models/block/jungle_wall_gate_closed.json new file mode 100644 index 00000000..5ce26796 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/jungle_wall_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_gate_closed", + "textures": { + "texture": "blocks/planks_jungle" + } +} diff --git a/1.8.9/assets/minecraft/models/block/jungle_wall_gate_open.json b/1.8.9/assets/minecraft/models/block/jungle_wall_gate_open.json new file mode 100644 index 00000000..807d2cda --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/jungle_wall_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_gate_open", + "textures": { + "texture": "blocks/planks_jungle" + } +} diff --git a/1.8.9/assets/minecraft/models/block/ladder.json b/1.8.9/assets/minecraft/models/block/ladder.json new file mode 100644 index 00000000..cc3e470b --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/ladder.json @@ -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" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/lapis_block.json b/1.8.9/assets/minecraft/models/block/lapis_block.json new file mode 100644 index 00000000..7eae7bd6 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/lapis_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/lapis_block" + } +} diff --git a/1.8.9/assets/minecraft/models/block/lapis_ore.json b/1.8.9/assets/minecraft/models/block/lapis_ore.json new file mode 100644 index 00000000..ddc9a0a3 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/lapis_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/lapis_ore" + } +} diff --git a/1.8.9/assets/minecraft/models/block/leaves.json b/1.8.9/assets/minecraft/models/block/leaves.json new file mode 100644 index 00000000..9d6af5a3 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/leaves.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#all" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "tintindex": 0 }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "tintindex": 0 }, + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "tintindex": 0 } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/lever.json b/1.8.9/assets/minecraft/models/block/lever.json new file mode 100644 index 00000000..03719ac6 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/lever.json @@ -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" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/lever_off.json b/1.8.9/assets/minecraft/models/block/lever_off.json new file mode 100644 index 00000000..d5684f3e --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/lever_off.json @@ -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" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/light_blue_pane_n.json b/1.8.9/assets/minecraft/models/block/light_blue_pane_n.json new file mode 100644 index 00000000..30d3dee4 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/light_blue_pane_n.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_n", + "textures": { + "edge": "blocks/glass_pane_top_light_blue", + "pane": "blocks/glass_light_blue" + } +} diff --git a/1.8.9/assets/minecraft/models/block/light_blue_pane_ne.json b/1.8.9/assets/minecraft/models/block/light_blue_pane_ne.json new file mode 100644 index 00000000..7b77dec2 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/light_blue_pane_ne.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_ne", + "textures": { + "edge": "blocks/glass_pane_top_light_blue", + "pane": "blocks/glass_light_blue" + } +} diff --git a/1.8.9/assets/minecraft/models/block/light_blue_pane_new.json b/1.8.9/assets/minecraft/models/block/light_blue_pane_new.json new file mode 100644 index 00000000..63943e79 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/light_blue_pane_new.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_new", + "textures": { + "edge": "blocks/glass_pane_top_light_blue", + "pane": "blocks/glass_light_blue" + } +} diff --git a/1.8.9/assets/minecraft/models/block/light_blue_pane_ns.json b/1.8.9/assets/minecraft/models/block/light_blue_pane_ns.json new file mode 100644 index 00000000..2b66d1fe --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/light_blue_pane_ns.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_ns", + "textures": { + "edge": "blocks/glass_pane_top_light_blue", + "pane": "blocks/glass_light_blue" + } +} diff --git a/1.8.9/assets/minecraft/models/block/light_blue_pane_nse.json b/1.8.9/assets/minecraft/models/block/light_blue_pane_nse.json new file mode 100644 index 00000000..d220fe34 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/light_blue_pane_nse.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nse", + "textures": { + "edge": "blocks/glass_pane_top_light_blue", + "pane": "blocks/glass_light_blue" + } +} diff --git a/1.8.9/assets/minecraft/models/block/light_blue_pane_nsew.json b/1.8.9/assets/minecraft/models/block/light_blue_pane_nsew.json new file mode 100644 index 00000000..8692b777 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/light_blue_pane_nsew.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nsew", + "textures": { + "edge": "blocks/glass_pane_top_light_blue", + "pane": "blocks/glass_light_blue" + } +} diff --git a/1.8.9/assets/minecraft/models/block/light_blue_pane_nsw.json b/1.8.9/assets/minecraft/models/block/light_blue_pane_nsw.json new file mode 100644 index 00000000..c62196f8 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/light_blue_pane_nsw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nsw", + "textures": { + "edge": "blocks/glass_pane_top_light_blue", + "pane": "blocks/glass_light_blue" + } +} diff --git a/1.8.9/assets/minecraft/models/block/light_blue_pane_nw.json b/1.8.9/assets/minecraft/models/block/light_blue_pane_nw.json new file mode 100644 index 00000000..f403cc4b --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/light_blue_pane_nw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nw", + "textures": { + "edge": "blocks/glass_pane_top_light_blue", + "pane": "blocks/glass_light_blue" + } +} diff --git a/1.8.9/assets/minecraft/models/block/light_blue_pane_s.json b/1.8.9/assets/minecraft/models/block/light_blue_pane_s.json new file mode 100644 index 00000000..e1e54723 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/light_blue_pane_s.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_s", + "textures": { + "edge": "blocks/glass_pane_top_light_blue", + "pane": "blocks/glass_light_blue" + } +} diff --git a/1.8.9/assets/minecraft/models/block/light_blue_pane_se.json b/1.8.9/assets/minecraft/models/block/light_blue_pane_se.json new file mode 100644 index 00000000..146394a3 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/light_blue_pane_se.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_se", + "textures": { + "edge": "blocks/glass_pane_top_light_blue", + "pane": "blocks/glass_light_blue" + } +} diff --git a/1.8.9/assets/minecraft/models/block/light_blue_pane_sew.json b/1.8.9/assets/minecraft/models/block/light_blue_pane_sew.json new file mode 100644 index 00000000..ed12eafa --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/light_blue_pane_sew.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_sew", + "textures": { + "edge": "blocks/glass_pane_top_light_blue", + "pane": "blocks/glass_light_blue" + } +} diff --git a/1.8.9/assets/minecraft/models/block/light_blue_pane_sw.json b/1.8.9/assets/minecraft/models/block/light_blue_pane_sw.json new file mode 100644 index 00000000..08191e90 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/light_blue_pane_sw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_sw", + "textures": { + "edge": "blocks/glass_pane_top_light_blue", + "pane": "blocks/glass_light_blue" + } +} diff --git a/1.8.9/assets/minecraft/models/block/light_blue_wool.json b/1.8.9/assets/minecraft/models/block/light_blue_wool.json new file mode 100644 index 00000000..f8dedf14 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/light_blue_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_light_blue" + } +} diff --git a/1.8.9/assets/minecraft/models/block/light_pressure_plate_down.json b/1.8.9/assets/minecraft/models/block/light_pressure_plate_down.json new file mode 100644 index 00000000..4d34cb7d --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/light_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_down", + "textures": { + "texture": "blocks/gold_block" + } +} diff --git a/1.8.9/assets/minecraft/models/block/light_pressure_plate_inventory.json b/1.8.9/assets/minecraft/models/block/light_pressure_plate_inventory.json new file mode 100644 index 00000000..7b4d1138 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/light_pressure_plate_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_inventory", + "textures": { + "texture": "blocks/gold_block" + } +} diff --git a/1.8.9/assets/minecraft/models/block/light_pressure_plate_up.json b/1.8.9/assets/minecraft/models/block/light_pressure_plate_up.json new file mode 100644 index 00000000..3552757d --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/light_pressure_plate_up.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_up", + "textures": { + "texture": "blocks/gold_block" + } +} diff --git a/1.8.9/assets/minecraft/models/block/lime_pane_n.json b/1.8.9/assets/minecraft/models/block/lime_pane_n.json new file mode 100644 index 00000000..241fe998 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/lime_pane_n.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_n", + "textures": { + "edge": "blocks/glass_pane_top_lime", + "pane": "blocks/glass_lime" + } +} diff --git a/1.8.9/assets/minecraft/models/block/lime_pane_ne.json b/1.8.9/assets/minecraft/models/block/lime_pane_ne.json new file mode 100644 index 00000000..0765f56a --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/lime_pane_ne.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_ne", + "textures": { + "edge": "blocks/glass_pane_top_lime", + "pane": "blocks/glass_lime" + } +} diff --git a/1.8.9/assets/minecraft/models/block/lime_pane_new.json b/1.8.9/assets/minecraft/models/block/lime_pane_new.json new file mode 100644 index 00000000..7306df10 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/lime_pane_new.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_new", + "textures": { + "edge": "blocks/glass_pane_top_lime", + "pane": "blocks/glass_lime" + } +} diff --git a/1.8.9/assets/minecraft/models/block/lime_pane_ns.json b/1.8.9/assets/minecraft/models/block/lime_pane_ns.json new file mode 100644 index 00000000..e517ca9b --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/lime_pane_ns.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_ns", + "textures": { + "edge": "blocks/glass_pane_top_lime", + "pane": "blocks/glass_lime" + } +} diff --git a/1.8.9/assets/minecraft/models/block/lime_pane_nse.json b/1.8.9/assets/minecraft/models/block/lime_pane_nse.json new file mode 100644 index 00000000..644d26e8 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/lime_pane_nse.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nse", + "textures": { + "edge": "blocks/glass_pane_top_lime", + "pane": "blocks/glass_lime" + } +} diff --git a/1.8.9/assets/minecraft/models/block/lime_pane_nsew.json b/1.8.9/assets/minecraft/models/block/lime_pane_nsew.json new file mode 100644 index 00000000..6e317223 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/lime_pane_nsew.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nsew", + "textures": { + "edge": "blocks/glass_pane_top_lime", + "pane": "blocks/glass_lime" + } +} diff --git a/1.8.9/assets/minecraft/models/block/lime_pane_nsw.json b/1.8.9/assets/minecraft/models/block/lime_pane_nsw.json new file mode 100644 index 00000000..89076a13 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/lime_pane_nsw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nsw", + "textures": { + "edge": "blocks/glass_pane_top_lime", + "pane": "blocks/glass_lime" + } +} diff --git a/1.8.9/assets/minecraft/models/block/lime_pane_nw.json b/1.8.9/assets/minecraft/models/block/lime_pane_nw.json new file mode 100644 index 00000000..676e141d --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/lime_pane_nw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nw", + "textures": { + "edge": "blocks/glass_pane_top_lime", + "pane": "blocks/glass_lime" + } +} diff --git a/1.8.9/assets/minecraft/models/block/lime_pane_s.json b/1.8.9/assets/minecraft/models/block/lime_pane_s.json new file mode 100644 index 00000000..1131f33a --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/lime_pane_s.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_s", + "textures": { + "edge": "blocks/glass_pane_top_lime", + "pane": "blocks/glass_lime" + } +} diff --git a/1.8.9/assets/minecraft/models/block/lime_pane_se.json b/1.8.9/assets/minecraft/models/block/lime_pane_se.json new file mode 100644 index 00000000..9df61a1b --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/lime_pane_se.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_se", + "textures": { + "edge": "blocks/glass_pane_top_lime", + "pane": "blocks/glass_lime" + } +} diff --git a/1.8.9/assets/minecraft/models/block/lime_pane_sew.json b/1.8.9/assets/minecraft/models/block/lime_pane_sew.json new file mode 100644 index 00000000..46caa050 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/lime_pane_sew.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_sew", + "textures": { + "edge": "blocks/glass_pane_top_lime", + "pane": "blocks/glass_lime" + } +} diff --git a/1.8.9/assets/minecraft/models/block/lime_pane_sw.json b/1.8.9/assets/minecraft/models/block/lime_pane_sw.json new file mode 100644 index 00000000..911776ee --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/lime_pane_sw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_sw", + "textures": { + "edge": "blocks/glass_pane_top_lime", + "pane": "blocks/glass_lime" + } +} diff --git a/1.8.9/assets/minecraft/models/block/lime_wool.json b/1.8.9/assets/minecraft/models/block/lime_wool.json new file mode 100644 index 00000000..6cc935c0 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/lime_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_lime" + } +} diff --git a/1.8.9/assets/minecraft/models/block/lit_furnace.json b/1.8.9/assets/minecraft/models/block/lit_furnace.json new file mode 100644 index 00000000..7617cb7e --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/lit_furnace.json @@ -0,0 +1,8 @@ +{ + "parent": "block/orientable", + "textures": { + "top": "blocks/furnace_top", + "front": "blocks/furnace_front_on", + "side": "blocks/furnace_side" + } +} diff --git a/1.8.9/assets/minecraft/models/block/lit_pumpkin.json b/1.8.9/assets/minecraft/models/block/lit_pumpkin.json new file mode 100644 index 00000000..1f52c2a8 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/lit_pumpkin.json @@ -0,0 +1,8 @@ +{ + "parent": "block/orientable", + "textures": { + "top": "blocks/pumpkin_top", + "front": "blocks/pumpkin_face_on", + "side": "blocks/pumpkin_side" + } +} diff --git a/1.8.9/assets/minecraft/models/block/lit_redstone_lamp.json b/1.8.9/assets/minecraft/models/block/lit_redstone_lamp.json new file mode 100644 index 00000000..922a7229 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/lit_redstone_lamp.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/redstone_lamp_on" + } +} diff --git a/1.8.9/assets/minecraft/models/block/lit_redstone_ore.json b/1.8.9/assets/minecraft/models/block/lit_redstone_ore.json new file mode 100644 index 00000000..8285da66 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/lit_redstone_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/redstone_ore" + } +} diff --git a/1.8.9/assets/minecraft/models/block/lit_redstone_torch.json b/1.8.9/assets/minecraft/models/block/lit_redstone_torch.json new file mode 100644 index 00000000..2e658bcc --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/lit_redstone_torch.json @@ -0,0 +1,6 @@ +{ + "parent": "block/torch", + "textures": { + "torch": "blocks/redstone_torch_on" + } +} diff --git a/1.8.9/assets/minecraft/models/block/lit_redstone_torch_wall.json b/1.8.9/assets/minecraft/models/block/lit_redstone_torch_wall.json new file mode 100644 index 00000000..42417e0b --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/lit_redstone_torch_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "block/torch_wall", + "textures": { + "torch": "blocks/redstone_torch_on" + } +} diff --git a/1.8.9/assets/minecraft/models/block/magenta_pane_n.json b/1.8.9/assets/minecraft/models/block/magenta_pane_n.json new file mode 100644 index 00000000..51f0e846 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/magenta_pane_n.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_n", + "textures": { + "edge": "blocks/glass_pane_top_magenta", + "pane": "blocks/glass_magenta" + } +} diff --git a/1.8.9/assets/minecraft/models/block/magenta_pane_ne.json b/1.8.9/assets/minecraft/models/block/magenta_pane_ne.json new file mode 100644 index 00000000..a7e57842 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/magenta_pane_ne.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_ne", + "textures": { + "edge": "blocks/glass_pane_top_magenta", + "pane": "blocks/glass_magenta" + } +} diff --git a/1.8.9/assets/minecraft/models/block/magenta_pane_new.json b/1.8.9/assets/minecraft/models/block/magenta_pane_new.json new file mode 100644 index 00000000..566d7138 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/magenta_pane_new.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_new", + "textures": { + "edge": "blocks/glass_pane_top_magenta", + "pane": "blocks/glass_magenta" + } +} diff --git a/1.8.9/assets/minecraft/models/block/magenta_pane_ns.json b/1.8.9/assets/minecraft/models/block/magenta_pane_ns.json new file mode 100644 index 00000000..2137a0e6 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/magenta_pane_ns.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_ns", + "textures": { + "edge": "blocks/glass_pane_top_magenta", + "pane": "blocks/glass_magenta" + } +} diff --git a/1.8.9/assets/minecraft/models/block/magenta_pane_nse.json b/1.8.9/assets/minecraft/models/block/magenta_pane_nse.json new file mode 100644 index 00000000..5e955616 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/magenta_pane_nse.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nse", + "textures": { + "edge": "blocks/glass_pane_top_magenta", + "pane": "blocks/glass_magenta" + } +} diff --git a/1.8.9/assets/minecraft/models/block/magenta_pane_nsew.json b/1.8.9/assets/minecraft/models/block/magenta_pane_nsew.json new file mode 100644 index 00000000..c8e3635a --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/magenta_pane_nsew.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nsew", + "textures": { + "edge": "blocks/glass_pane_top_magenta", + "pane": "blocks/glass_magenta" + } +} diff --git a/1.8.9/assets/minecraft/models/block/magenta_pane_nsw.json b/1.8.9/assets/minecraft/models/block/magenta_pane_nsw.json new file mode 100644 index 00000000..c0547e1a --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/magenta_pane_nsw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nsw", + "textures": { + "edge": "blocks/glass_pane_top_magenta", + "pane": "blocks/glass_magenta" + } +} diff --git a/1.8.9/assets/minecraft/models/block/magenta_pane_nw.json b/1.8.9/assets/minecraft/models/block/magenta_pane_nw.json new file mode 100644 index 00000000..2fb5c5ca --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/magenta_pane_nw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nw", + "textures": { + "edge": "blocks/glass_pane_top_magenta", + "pane": "blocks/glass_magenta" + } +} diff --git a/1.8.9/assets/minecraft/models/block/magenta_pane_s.json b/1.8.9/assets/minecraft/models/block/magenta_pane_s.json new file mode 100644 index 00000000..5a7a9f8f --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/magenta_pane_s.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_s", + "textures": { + "edge": "blocks/glass_pane_top_magenta", + "pane": "blocks/glass_magenta" + } +} diff --git a/1.8.9/assets/minecraft/models/block/magenta_pane_se.json b/1.8.9/assets/minecraft/models/block/magenta_pane_se.json new file mode 100644 index 00000000..c25efa3e --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/magenta_pane_se.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_se", + "textures": { + "edge": "blocks/glass_pane_top_magenta", + "pane": "blocks/glass_magenta" + } +} diff --git a/1.8.9/assets/minecraft/models/block/magenta_pane_sew.json b/1.8.9/assets/minecraft/models/block/magenta_pane_sew.json new file mode 100644 index 00000000..e579c36e --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/magenta_pane_sew.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_sew", + "textures": { + "edge": "blocks/glass_pane_top_magenta", + "pane": "blocks/glass_magenta" + } +} diff --git a/1.8.9/assets/minecraft/models/block/magenta_pane_sw.json b/1.8.9/assets/minecraft/models/block/magenta_pane_sw.json new file mode 100644 index 00000000..3fe84b8c --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/magenta_pane_sw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_sw", + "textures": { + "edge": "blocks/glass_pane_top_magenta", + "pane": "blocks/glass_magenta" + } +} diff --git a/1.8.9/assets/minecraft/models/block/magenta_wool.json b/1.8.9/assets/minecraft/models/block/magenta_wool.json new file mode 100644 index 00000000..310faa61 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/magenta_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_magenta" + } +} diff --git a/1.8.9/assets/minecraft/models/block/melon.json b/1.8.9/assets/minecraft/models/block/melon.json new file mode 100644 index 00000000..5ddc9bbd --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/melon.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/melon_top", + "side": "blocks/melon_side" + } +} diff --git a/1.8.9/assets/minecraft/models/block/melon_stem_fruit.json b/1.8.9/assets/minecraft/models/block/melon_stem_fruit.json new file mode 100644 index 00000000..4a9805be --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/melon_stem_fruit.json @@ -0,0 +1,7 @@ +{ + "parent": "block/stem_fruit", + "textures": { + "stem": "blocks/melon_stem_disconnected", + "upperstem": "blocks/melon_stem_connected" + } +} diff --git a/1.8.9/assets/minecraft/models/block/melon_stem_growth0.json b/1.8.9/assets/minecraft/models/block/melon_stem_growth0.json new file mode 100644 index 00000000..d6737d03 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/melon_stem_growth0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth0", + "textures": { + "stem": "blocks/melon_stem_disconnected" + } +} diff --git a/1.8.9/assets/minecraft/models/block/melon_stem_growth1.json b/1.8.9/assets/minecraft/models/block/melon_stem_growth1.json new file mode 100644 index 00000000..f194f089 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/melon_stem_growth1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth1", + "textures": { + "stem": "blocks/melon_stem_disconnected" + } +} diff --git a/1.8.9/assets/minecraft/models/block/melon_stem_growth2.json b/1.8.9/assets/minecraft/models/block/melon_stem_growth2.json new file mode 100644 index 00000000..868e1fa0 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/melon_stem_growth2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth2", + "textures": { + "stem": "blocks/melon_stem_disconnected" + } +} diff --git a/1.8.9/assets/minecraft/models/block/melon_stem_growth3.json b/1.8.9/assets/minecraft/models/block/melon_stem_growth3.json new file mode 100644 index 00000000..af65a4f9 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/melon_stem_growth3.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth3", + "textures": { + "stem": "blocks/melon_stem_disconnected" + } +} diff --git a/1.8.9/assets/minecraft/models/block/melon_stem_growth4.json b/1.8.9/assets/minecraft/models/block/melon_stem_growth4.json new file mode 100644 index 00000000..b36e8997 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/melon_stem_growth4.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth4", + "textures": { + "stem": "blocks/melon_stem_disconnected" + } +} diff --git a/1.8.9/assets/minecraft/models/block/melon_stem_growth5.json b/1.8.9/assets/minecraft/models/block/melon_stem_growth5.json new file mode 100644 index 00000000..91b5aced --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/melon_stem_growth5.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth5", + "textures": { + "stem": "blocks/melon_stem_disconnected" + } +} diff --git a/1.8.9/assets/minecraft/models/block/melon_stem_growth6.json b/1.8.9/assets/minecraft/models/block/melon_stem_growth6.json new file mode 100644 index 00000000..a21d49b7 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/melon_stem_growth6.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth6", + "textures": { + "stem": "blocks/melon_stem_disconnected" + } +} diff --git a/1.8.9/assets/minecraft/models/block/melon_stem_growth7.json b/1.8.9/assets/minecraft/models/block/melon_stem_growth7.json new file mode 100644 index 00000000..5dd35aef --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/melon_stem_growth7.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth7", + "textures": { + "stem": "blocks/melon_stem_disconnected" + } +} diff --git a/1.8.9/assets/minecraft/models/block/mob_spawner_cage.json b/1.8.9/assets/minecraft/models/block/mob_spawner_cage.json new file mode 100644 index 00000000..39db5d53 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/mob_spawner_cage.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/mob_spawner" + } +} diff --git a/1.8.9/assets/minecraft/models/block/mossy_cobblestone.json b/1.8.9/assets/minecraft/models/block/mossy_cobblestone.json new file mode 100644 index 00000000..fe56fa56 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/mossy_cobblestone.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/cobblestone_mossy" + } +} diff --git a/1.8.9/assets/minecraft/models/block/mossy_wall_n.json b/1.8.9/assets/minecraft/models/block/mossy_wall_n.json new file mode 100644 index 00000000..b196830c --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/mossy_wall_n.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_n", + "textures": { + "wall": "blocks/cobblestone_mossy" + } +} diff --git a/1.8.9/assets/minecraft/models/block/mossy_wall_ne.json b/1.8.9/assets/minecraft/models/block/mossy_wall_ne.json new file mode 100644 index 00000000..136528f5 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/mossy_wall_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_ne", + "textures": { + "wall": "blocks/cobblestone_mossy" + } +} diff --git a/1.8.9/assets/minecraft/models/block/mossy_wall_ns.json b/1.8.9/assets/minecraft/models/block/mossy_wall_ns.json new file mode 100644 index 00000000..73f25ade --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/mossy_wall_ns.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_ns", + "textures": { + "wall": "blocks/cobblestone_mossy" + } +} diff --git a/1.8.9/assets/minecraft/models/block/mossy_wall_ns_above.json b/1.8.9/assets/minecraft/models/block/mossy_wall_ns_above.json new file mode 100644 index 00000000..073875a7 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/mossy_wall_ns_above.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_ns_above", + "textures": { + "wall": "blocks/cobblestone_mossy" + } +} diff --git a/1.8.9/assets/minecraft/models/block/mossy_wall_nse.json b/1.8.9/assets/minecraft/models/block/mossy_wall_nse.json new file mode 100644 index 00000000..33d6e82c --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/mossy_wall_nse.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_nse", + "textures": { + "wall": "blocks/cobblestone_mossy" + } +} diff --git a/1.8.9/assets/minecraft/models/block/mossy_wall_nsew.json b/1.8.9/assets/minecraft/models/block/mossy_wall_nsew.json new file mode 100644 index 00000000..4f9f9af6 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/mossy_wall_nsew.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_nsew", + "textures": { + "wall": "blocks/cobblestone_mossy" + } +} diff --git a/1.8.9/assets/minecraft/models/block/mossy_wall_post.json b/1.8.9/assets/minecraft/models/block/mossy_wall_post.json new file mode 100644 index 00000000..e3e00d03 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/mossy_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_post", + "textures": { + "wall": "blocks/cobblestone_mossy" + } +} diff --git a/1.8.9/assets/minecraft/models/block/mycelium.json b/1.8.9/assets/minecraft/models/block/mycelium.json new file mode 100644 index 00000000..de2246f8 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/mycelium.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "blocks/dirt", + "top": "blocks/mycelium_top", + "side": "blocks/mycelium_side" + } +} diff --git a/1.8.9/assets/minecraft/models/block/nether_brick.json b/1.8.9/assets/minecraft/models/block/nether_brick.json new file mode 100644 index 00000000..dd1b2961 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/nether_brick.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/nether_brick" + } +} diff --git a/1.8.9/assets/minecraft/models/block/nether_brick_fence_inventory.json b/1.8.9/assets/minecraft/models/block/nether_brick_fence_inventory.json new file mode 100644 index 00000000..a9ed5c6f --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/nether_brick_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_inventory", + "textures": { + "texture": "blocks/nether_brick" + } +} diff --git a/1.8.9/assets/minecraft/models/block/nether_brick_fence_n.json b/1.8.9/assets/minecraft/models/block/nether_brick_fence_n.json new file mode 100644 index 00000000..8512b632 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/nether_brick_fence_n.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_n", + "textures": { + "texture": "blocks/nether_brick" + } +} diff --git a/1.8.9/assets/minecraft/models/block/nether_brick_fence_ne.json b/1.8.9/assets/minecraft/models/block/nether_brick_fence_ne.json new file mode 100644 index 00000000..4deb36d5 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/nether_brick_fence_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_ne", + "textures": { + "texture": "blocks/nether_brick" + } +} diff --git a/1.8.9/assets/minecraft/models/block/nether_brick_fence_ns.json b/1.8.9/assets/minecraft/models/block/nether_brick_fence_ns.json new file mode 100644 index 00000000..7fc2238a --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/nether_brick_fence_ns.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_ns", + "textures": { + "texture": "blocks/nether_brick" + } +} diff --git a/1.8.9/assets/minecraft/models/block/nether_brick_fence_nse.json b/1.8.9/assets/minecraft/models/block/nether_brick_fence_nse.json new file mode 100644 index 00000000..3074da5c --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/nether_brick_fence_nse.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_nse", + "textures": { + "texture": "blocks/nether_brick" + } +} diff --git a/1.8.9/assets/minecraft/models/block/nether_brick_fence_nsew.json b/1.8.9/assets/minecraft/models/block/nether_brick_fence_nsew.json new file mode 100644 index 00000000..409e8979 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/nether_brick_fence_nsew.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_nsew", + "textures": { + "texture": "blocks/nether_brick" + } +} diff --git a/1.8.9/assets/minecraft/models/block/nether_brick_fence_post.json b/1.8.9/assets/minecraft/models/block/nether_brick_fence_post.json new file mode 100644 index 00000000..111c1aef --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/nether_brick_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_post", + "textures": { + "texture": "blocks/nether_brick" + } +} diff --git a/1.8.9/assets/minecraft/models/block/nether_brick_inner_stairs.json b/1.8.9/assets/minecraft/models/block/nether_brick_inner_stairs.json new file mode 100644 index 00000000..5b1471ac --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/nether_brick_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/nether_brick", + "top": "blocks/nether_brick", + "side": "blocks/nether_brick" + } +} diff --git a/1.8.9/assets/minecraft/models/block/nether_brick_outer_stairs.json b/1.8.9/assets/minecraft/models/block/nether_brick_outer_stairs.json new file mode 100644 index 00000000..a9f5b98e --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/nether_brick_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/nether_brick", + "top": "blocks/nether_brick", + "side": "blocks/nether_brick" + } +} diff --git a/1.8.9/assets/minecraft/models/block/nether_brick_stairs.json b/1.8.9/assets/minecraft/models/block/nether_brick_stairs.json new file mode 100644 index 00000000..3e59a447 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/nether_brick_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/nether_brick", + "top": "blocks/nether_brick", + "side": "blocks/nether_brick" + } +} diff --git a/1.8.9/assets/minecraft/models/block/nether_wart_stage0.json b/1.8.9/assets/minecraft/models/block/nether_wart_stage0.json new file mode 100644 index 00000000..d155e2bb --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/nether_wart_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/nether_wart_stage_0" + } +} diff --git a/1.8.9/assets/minecraft/models/block/nether_wart_stage1.json b/1.8.9/assets/minecraft/models/block/nether_wart_stage1.json new file mode 100644 index 00000000..80be1625 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/nether_wart_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/nether_wart_stage_1" + } +} diff --git a/1.8.9/assets/minecraft/models/block/nether_wart_stage2.json b/1.8.9/assets/minecraft/models/block/nether_wart_stage2.json new file mode 100644 index 00000000..2ddadef5 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/nether_wart_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/nether_wart_stage_2" + } +} diff --git a/1.8.9/assets/minecraft/models/block/netherrack.json b/1.8.9/assets/minecraft/models/block/netherrack.json new file mode 100644 index 00000000..92108464 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/netherrack.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/netherrack" + } +} diff --git a/1.8.9/assets/minecraft/models/block/normal_rail_curved.json b/1.8.9/assets/minecraft/models/block/normal_rail_curved.json new file mode 100644 index 00000000..c8501073 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/normal_rail_curved.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_curved", + "textures": { + "rail": "blocks/rail_normal_turned" + } +} diff --git a/1.8.9/assets/minecraft/models/block/normal_rail_flat.json b/1.8.9/assets/minecraft/models/block/normal_rail_flat.json new file mode 100644 index 00000000..37317907 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/normal_rail_flat.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_flat", + "textures": { + "rail": "blocks/rail_normal" + } +} diff --git a/1.8.9/assets/minecraft/models/block/normal_rail_raised_ne.json b/1.8.9/assets/minecraft/models/block/normal_rail_raised_ne.json new file mode 100644 index 00000000..7f137e65 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/normal_rail_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_ne", + "textures": { + "rail": "blocks/rail_normal" + } +} diff --git a/1.8.9/assets/minecraft/models/block/normal_rail_raised_sw.json b/1.8.9/assets/minecraft/models/block/normal_rail_raised_sw.json new file mode 100644 index 00000000..cdbd10cb --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/normal_rail_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_sw", + "textures": { + "rail": "blocks/rail_normal" + } +} diff --git a/1.8.9/assets/minecraft/models/block/normal_torch.json b/1.8.9/assets/minecraft/models/block/normal_torch.json new file mode 100644 index 00000000..67596466 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/normal_torch.json @@ -0,0 +1,6 @@ +{ + "parent": "block/torch", + "textures": { + "torch": "blocks/torch_on" + } +} diff --git a/1.8.9/assets/minecraft/models/block/normal_torch_wall.json b/1.8.9/assets/minecraft/models/block/normal_torch_wall.json new file mode 100644 index 00000000..beec30e9 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/normal_torch_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "block/torch_wall", + "textures": { + "torch": "blocks/torch_on" + } +} diff --git a/1.8.9/assets/minecraft/models/block/noteblock.json b/1.8.9/assets/minecraft/models/block/noteblock.json new file mode 100644 index 00000000..deffbc88 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/noteblock.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/noteblock" + } +} diff --git a/1.8.9/assets/minecraft/models/block/oak_bark.json b/1.8.9/assets/minecraft/models/block/oak_bark.json new file mode 100644 index 00000000..6c1c1cdb --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/oak_bark.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/log_oak" + } +} diff --git a/1.8.9/assets/minecraft/models/block/oak_fence_gate_closed.json b/1.8.9/assets/minecraft/models/block/oak_fence_gate_closed.json new file mode 100644 index 00000000..2978a794 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/oak_fence_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_gate_closed", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/1.8.9/assets/minecraft/models/block/oak_fence_gate_open.json b/1.8.9/assets/minecraft/models/block/oak_fence_gate_open.json new file mode 100644 index 00000000..a9d15440 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/oak_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_gate_open", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/1.8.9/assets/minecraft/models/block/oak_fence_inventory.json b/1.8.9/assets/minecraft/models/block/oak_fence_inventory.json new file mode 100644 index 00000000..7375ac31 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/oak_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_inventory", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/1.8.9/assets/minecraft/models/block/oak_fence_n.json b/1.8.9/assets/minecraft/models/block/oak_fence_n.json new file mode 100644 index 00000000..08a517aa --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/oak_fence_n.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_n", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/1.8.9/assets/minecraft/models/block/oak_fence_ne.json b/1.8.9/assets/minecraft/models/block/oak_fence_ne.json new file mode 100644 index 00000000..d983712e --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/oak_fence_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_ne", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/1.8.9/assets/minecraft/models/block/oak_fence_ns.json b/1.8.9/assets/minecraft/models/block/oak_fence_ns.json new file mode 100644 index 00000000..c3e44674 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/oak_fence_ns.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_ns", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/1.8.9/assets/minecraft/models/block/oak_fence_nse.json b/1.8.9/assets/minecraft/models/block/oak_fence_nse.json new file mode 100644 index 00000000..88ab35c5 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/oak_fence_nse.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_nse", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/1.8.9/assets/minecraft/models/block/oak_fence_nsew.json b/1.8.9/assets/minecraft/models/block/oak_fence_nsew.json new file mode 100644 index 00000000..d27fe1e1 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/oak_fence_nsew.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_nsew", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/1.8.9/assets/minecraft/models/block/oak_fence_post.json b/1.8.9/assets/minecraft/models/block/oak_fence_post.json new file mode 100644 index 00000000..f5133247 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/oak_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_post", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/1.8.9/assets/minecraft/models/block/oak_inner_stairs.json b/1.8.9/assets/minecraft/models/block/oak_inner_stairs.json new file mode 100644 index 00000000..09c79600 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/oak_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/planks_oak", + "top": "blocks/planks_oak", + "side": "blocks/planks_oak" + } +} diff --git a/1.8.9/assets/minecraft/models/block/oak_leaves.json b/1.8.9/assets/minecraft/models/block/oak_leaves.json new file mode 100644 index 00000000..3c0a1a7c --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/oak_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "block/leaves", + "textures": { + "all": "blocks/leaves_oak" + } +} diff --git a/1.8.9/assets/minecraft/models/block/oak_log.json b/1.8.9/assets/minecraft/models/block/oak_log.json new file mode 100644 index 00000000..f58239ca --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/oak_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/log_oak_top", + "side": "blocks/log_oak" + } +} diff --git a/1.8.9/assets/minecraft/models/block/oak_log_side.json b/1.8.9/assets/minecraft/models/block/oak_log_side.json new file mode 100644 index 00000000..a814627a --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/oak_log_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/column_side", + "textures": { + "end": "blocks/log_oak_top", + "side": "blocks/log_oak" + } +} diff --git a/1.8.9/assets/minecraft/models/block/oak_outer_stairs.json b/1.8.9/assets/minecraft/models/block/oak_outer_stairs.json new file mode 100644 index 00000000..b5672ec2 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/oak_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/planks_oak", + "top": "blocks/planks_oak", + "side": "blocks/planks_oak" + } +} diff --git a/1.8.9/assets/minecraft/models/block/oak_planks.json b/1.8.9/assets/minecraft/models/block/oak_planks.json new file mode 100644 index 00000000..28d32ff3 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/oak_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/planks_oak" + } +} diff --git a/1.8.9/assets/minecraft/models/block/oak_sapling.json b/1.8.9/assets/minecraft/models/block/oak_sapling.json new file mode 100644 index 00000000..c0ab14a7 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/oak_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/sapling_oak" + } +} diff --git a/1.8.9/assets/minecraft/models/block/oak_stairs.json b/1.8.9/assets/minecraft/models/block/oak_stairs.json new file mode 100644 index 00000000..d883c853 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/oak_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/planks_oak", + "top": "blocks/planks_oak", + "side": "blocks/planks_oak" + } +} diff --git a/1.8.9/assets/minecraft/models/block/oak_wall_gate_closed.json b/1.8.9/assets/minecraft/models/block/oak_wall_gate_closed.json new file mode 100644 index 00000000..e06923d6 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/oak_wall_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_gate_closed", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/1.8.9/assets/minecraft/models/block/oak_wall_gate_open.json b/1.8.9/assets/minecraft/models/block/oak_wall_gate_open.json new file mode 100644 index 00000000..d8bcd0cd --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/oak_wall_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_gate_open", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/1.8.9/assets/minecraft/models/block/obsidian.json b/1.8.9/assets/minecraft/models/block/obsidian.json new file mode 100644 index 00000000..47dee09d --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/obsidian.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/obsidian" + } +} diff --git a/1.8.9/assets/minecraft/models/block/orange_pane_n.json b/1.8.9/assets/minecraft/models/block/orange_pane_n.json new file mode 100644 index 00000000..8b3dabc7 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/orange_pane_n.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_n", + "textures": { + "edge": "blocks/glass_pane_top_orange", + "pane": "blocks/glass_orange" + } +} diff --git a/1.8.9/assets/minecraft/models/block/orange_pane_ne.json b/1.8.9/assets/minecraft/models/block/orange_pane_ne.json new file mode 100644 index 00000000..64c7ea18 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/orange_pane_ne.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_ne", + "textures": { + "edge": "blocks/glass_pane_top_orange", + "pane": "blocks/glass_orange" + } +} diff --git a/1.8.9/assets/minecraft/models/block/orange_pane_new.json b/1.8.9/assets/minecraft/models/block/orange_pane_new.json new file mode 100644 index 00000000..059f81ed --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/orange_pane_new.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_new", + "textures": { + "edge": "blocks/glass_pane_top_orange", + "pane": "blocks/glass_orange" + } +} diff --git a/1.8.9/assets/minecraft/models/block/orange_pane_ns.json b/1.8.9/assets/minecraft/models/block/orange_pane_ns.json new file mode 100644 index 00000000..b11b7934 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/orange_pane_ns.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_ns", + "textures": { + "edge": "blocks/glass_pane_top_orange", + "pane": "blocks/glass_orange" + } +} diff --git a/1.8.9/assets/minecraft/models/block/orange_pane_nse.json b/1.8.9/assets/minecraft/models/block/orange_pane_nse.json new file mode 100644 index 00000000..8d4b1454 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/orange_pane_nse.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nse", + "textures": { + "edge": "blocks/glass_pane_top_orange", + "pane": "blocks/glass_orange" + } +} diff --git a/1.8.9/assets/minecraft/models/block/orange_pane_nsew.json b/1.8.9/assets/minecraft/models/block/orange_pane_nsew.json new file mode 100644 index 00000000..a9343823 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/orange_pane_nsew.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nsew", + "textures": { + "edge": "blocks/glass_pane_top_orange", + "pane": "blocks/glass_orange" + } +} diff --git a/1.8.9/assets/minecraft/models/block/orange_pane_nsw.json b/1.8.9/assets/minecraft/models/block/orange_pane_nsw.json new file mode 100644 index 00000000..48037470 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/orange_pane_nsw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nsw", + "textures": { + "edge": "blocks/glass_pane_top_orange", + "pane": "blocks/glass_orange" + } +} diff --git a/1.8.9/assets/minecraft/models/block/orange_pane_nw.json b/1.8.9/assets/minecraft/models/block/orange_pane_nw.json new file mode 100644 index 00000000..fe86a4d1 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/orange_pane_nw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nw", + "textures": { + "edge": "blocks/glass_pane_top_orange", + "pane": "blocks/glass_orange" + } +} diff --git a/1.8.9/assets/minecraft/models/block/orange_pane_s.json b/1.8.9/assets/minecraft/models/block/orange_pane_s.json new file mode 100644 index 00000000..e906b51f --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/orange_pane_s.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_s", + "textures": { + "edge": "blocks/glass_pane_top_orange", + "pane": "blocks/glass_orange" + } +} diff --git a/1.8.9/assets/minecraft/models/block/orange_pane_se.json b/1.8.9/assets/minecraft/models/block/orange_pane_se.json new file mode 100644 index 00000000..5e684c9f --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/orange_pane_se.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_se", + "textures": { + "edge": "blocks/glass_pane_top_orange", + "pane": "blocks/glass_orange" + } +} diff --git a/1.8.9/assets/minecraft/models/block/orange_pane_sew.json b/1.8.9/assets/minecraft/models/block/orange_pane_sew.json new file mode 100644 index 00000000..fc0f01bd --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/orange_pane_sew.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_sew", + "textures": { + "edge": "blocks/glass_pane_top_orange", + "pane": "blocks/glass_orange" + } +} diff --git a/1.8.9/assets/minecraft/models/block/orange_pane_sw.json b/1.8.9/assets/minecraft/models/block/orange_pane_sw.json new file mode 100644 index 00000000..9a213a8d --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/orange_pane_sw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_sw", + "textures": { + "edge": "blocks/glass_pane_top_orange", + "pane": "blocks/glass_orange" + } +} diff --git a/1.8.9/assets/minecraft/models/block/orange_tulip.json b/1.8.9/assets/minecraft/models/block/orange_tulip.json new file mode 100644 index 00000000..d7d34665 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/orange_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/flower_tulip_orange" + } +} diff --git a/1.8.9/assets/minecraft/models/block/orange_wool.json b/1.8.9/assets/minecraft/models/block/orange_wool.json new file mode 100644 index 00000000..aa8dc147 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/orange_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_orange" + } +} diff --git a/1.8.9/assets/minecraft/models/block/orchid.json b/1.8.9/assets/minecraft/models/block/orchid.json new file mode 100644 index 00000000..031880bf --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/orchid.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/flower_blue_orchid" + } +} diff --git a/1.8.9/assets/minecraft/models/block/orientable.json b/1.8.9/assets/minecraft/models/block/orientable.json new file mode 100644 index 00000000..2efc9ea7 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/orientable.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "#front", + "down": "#top", + "up": "#top", + "north": "#front", + "east": "#side", + "south": "#side", + "west": "#side" + } +} diff --git a/1.8.9/assets/minecraft/models/block/orientable_vertical.json b/1.8.9/assets/minecraft/models/block/orientable_vertical.json new file mode 100644 index 00000000..5fb2223a --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/orientable_vertical.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "#side", + "down": "#side", + "up": "#front", + "north": "#side", + "east": "#side", + "south": "#side", + "west": "#side" + } +} diff --git a/1.8.9/assets/minecraft/models/block/outer_stairs.json b/1.8.9/assets/minecraft/models/block/outer_stairs.json new file mode 100644 index 00000000..26fb37f0 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/outer_stairs.json @@ -0,0 +1,29 @@ +{ + "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, 8 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 8, 0, 16, 8 ], "texture": "#bottom", "cullface": "down" }, + "up": { "uv": [ 8, 8, 16, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 0, 0, 8, 8 ], "texture": "#side" }, + "south": { "uv": [ 8, 0, 16, 8 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 8, 0, 16, 8 ], "texture": "#side" }, + "east": { "uv": [ 0, 0, 8, 8 ], "texture": "#side", "cullface": "east" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/packed_ice.json b/1.8.9/assets/minecraft/models/block/packed_ice.json new file mode 100644 index 00000000..3cc22a2f --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/packed_ice.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/ice_packed" + } +} diff --git a/1.8.9/assets/minecraft/models/block/pane_n.json b/1.8.9/assets/minecraft/models/block/pane_n.json new file mode 100644 index 00000000..ea29cd21 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/pane_n.json @@ -0,0 +1,20 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#pane" + }, + "elements": [ + { "from": [ 7, 0, 0 ], + "to": [ 9, 16, 9 ], + "shade": false, + "faces": { + "down": { "uv": [ 7, 0, 9, 9 ], "texture": "#edge" }, + "up": { "uv": [ 7, 0, 9, 9 ], "texture": "#edge" }, + "north": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "north" }, + "south": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge" }, + "west": { "uv": [ 16, 0, 7, 16 ], "texture": "#pane" }, + "east": { "uv": [ 7, 0, 16, 16 ], "texture": "#pane" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/pane_ne.json b/1.8.9/assets/minecraft/models/block/pane_ne.json new file mode 100644 index 00000000..ca38f7d8 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/pane_ne.json @@ -0,0 +1,32 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#pane" + }, + "elements": [ + { "from": [ 7, 0, 0 ], + "to": [ 9, 16, 9 ], + "shade": false, + "faces": { + "down": { "uv": [ 7, 0, 9, 9 ], "texture": "#edge" }, + "up": { "uv": [ 7, 0, 9, 9 ], "texture": "#edge" }, + "north": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "north" }, + "south": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge" }, + "west": { "uv": [ 16, 0, 7, 16 ], "texture": "#pane" }, + "east": { "uv": [ 7, 0, 16, 16 ], "texture": "#pane" } + } + }, + { "from": [ 9, 0, 7 ], + "to": [ 16, 16, 9 ], + "shade": false, + "faces": { + "down": { "uv": [ 7, 9, 9, 16 ], "rotation": 90, "texture": "#edge" }, + "up": { "uv": [ 7, 9, 9, 16 ], "rotation": 90, "texture": "#edge" }, + "north": { "uv": [ 16, 0, 9, 16 ], "texture": "#pane" }, + "south": { "uv": [ 9, 0, 16, 16 ], "texture": "#pane" }, + "west": { "uv": [ 7, 0, 9, 16 ], "texture": "#pane" }, + "east": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "east" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/pane_new.json b/1.8.9/assets/minecraft/models/block/pane_new.json new file mode 100644 index 00000000..0e849f69 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/pane_new.json @@ -0,0 +1,32 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#pane" + }, + "elements": [ + { "from": [ 7, 0, 0 ], + "to": [ 9, 16, 7 ], + "shade": false, + "faces": { + "down": { "uv": [ 7, 0, 9, 7 ], "texture": "#edge" }, + "up": { "uv": [ 7, 0, 9, 7 ], "texture": "#edge" }, + "north": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "north" }, + "south": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge" }, + "west": { "uv": [ 16, 0, 9, 16 ], "texture": "#pane" }, + "east": { "uv": [ 9, 0, 16, 16 ], "texture": "#pane" } + } + }, + { "from": [ 0, 0, 7 ], + "to": [ 16, 16, 9 ], + "shade": false, + "faces": { + "down": { "uv": [ 7, 0, 9, 16 ], "rotation": 90, "texture": "#edge" }, + "up": { "uv": [ 7, 0, 9, 16 ], "rotation": 90, "texture": "#edge" }, + "north": { "uv": [ 16, 0, 0, 16 ], "texture": "#pane" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#pane" }, + "west": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "west" }, + "east": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "east" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/pane_ns.json b/1.8.9/assets/minecraft/models/block/pane_ns.json new file mode 100644 index 00000000..502e4242 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/pane_ns.json @@ -0,0 +1,20 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#pane" + }, + "elements": [ + { "from": [ 7, 0, 0 ], + "to": [ 9, 16, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cull": false }, + "up": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cull": false }, + "north": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge" }, + "south": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge" }, + "west": { "uv": [ 16, 0, 0, 16 ], "texture": "#pane", "cull": false }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#pane", "cull": false } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/pane_nse.json b/1.8.9/assets/minecraft/models/block/pane_nse.json new file mode 100644 index 00000000..d6a53c0f --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/pane_nse.json @@ -0,0 +1,32 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#pane" + }, + "elements": [ + { "from": [ 7, 0, 0 ], + "to": [ 9, 16, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge" }, + "up": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge" }, + "north": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "north" }, + "south": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "south" }, + "west": { "uv": [ 16, 0, 0, 16 ], "texture": "#pane" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#pane" } + } + }, + { "from": [ 9, 0, 7 ], + "to": [ 16, 16, 9 ], + "shade": false, + "faces": { + "down": { "uv": [ 7, 9, 9, 16 ], "rotation": 90, "texture": "#edge" }, + "up": { "uv": [ 7, 9, 9, 16 ], "rotation": 90, "texture": "#edge" }, + "north": { "uv": [ 16, 0, 9, 16 ], "texture": "#pane" }, + "south": { "uv": [ 9, 0, 16, 16 ], "texture": "#pane" }, + "west": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge" }, + "east": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "east" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/pane_nsew.json b/1.8.9/assets/minecraft/models/block/pane_nsew.json new file mode 100644 index 00000000..0bf9defa --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/pane_nsew.json @@ -0,0 +1,32 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#pane" + }, + "elements": [ + { "from": [ 7, 0, 0 ], + "to": [ 9, 16, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge" }, + "up": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge" }, + "north": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "north" }, + "south": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#pane" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#pane" } + } + }, + { "from": [ 0, 0, 7 ], + "to": [ 16, 16, 9 ], + "shade": false, + "faces": { + "down": { "uv": [ 7, 0, 9, 16 ], "rotation": 90, "texture": "#edge" }, + "up": { "uv": [ 7, 0, 9, 16 ], "rotation": 90, "texture": "#edge" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#pane" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#pane" }, + "west": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "west" }, + "east": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "east" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/pane_nsw.json b/1.8.9/assets/minecraft/models/block/pane_nsw.json new file mode 100644 index 00000000..8dc14fb2 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/pane_nsw.json @@ -0,0 +1,32 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#pane" + }, + "elements": [ + { "from": [ 7, 0, 0 ], + "to": [ 9, 16, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge" }, + "up": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge" }, + "north": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "north" }, + "south": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "south" }, + "west": { "uv": [ 16, 0, 0, 16 ], "texture": "#pane" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#pane" } + } + }, + { "from": [ 0, 0, 7 ], + "to": [ 7, 16, 9 ], + "shade": false, + "faces": { + "down": { "uv": [ 7, 0, 9, 7 ], "rotation": 90, "texture": "#edge" }, + "up": { "uv": [ 7, 0, 9, 7 ], "rotation": 90, "texture": "#edge" }, + "north": { "uv": [ 7, 0, 0, 16 ], "texture": "#pane" }, + "south": { "uv": [ 0, 0, 7, 16 ], "texture": "#pane" }, + "west": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "east" }, + "east": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/pane_nw.json b/1.8.9/assets/minecraft/models/block/pane_nw.json new file mode 100644 index 00000000..f24d1bd4 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/pane_nw.json @@ -0,0 +1,32 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#pane" + }, + "elements": [ + { "from": [ 7, 0, 0 ], + "to": [ 9, 16, 9 ], + "shade": false, + "faces": { + "down": { "uv": [ 7, 0, 9, 9 ], "texture": "#edge" }, + "up": { "uv": [ 7, 0, 9, 9 ], "texture": "#edge" }, + "north": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "north" }, + "south": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge" }, + "west": { "uv": [ 16, 0, 7, 16 ], "texture": "#pane" }, + "east": { "uv": [ 7, 0, 16, 16 ], "texture": "#pane" } + } + }, + { "from": [ 0, 0, 7 ], + "to": [ 7, 16, 9 ], + "shade": false, + "faces": { + "down": { "uv": [ 7, 0, 9, 7 ], "rotation": 90, "texture": "#edge" }, + "up": { "uv": [ 7, 0, 9, 7 ], "rotation": 90, "texture": "#edge" }, + "north": { "uv": [ 7, 0, 0, 16 ], "texture": "#pane" }, + "south": { "uv": [ 0, 0, 7, 16 ], "texture": "#pane" }, + "west": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "west" }, + "east": { "uv": [ 7, 0, 9, 16 ], "texture": "#pane" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/pane_s.json b/1.8.9/assets/minecraft/models/block/pane_s.json new file mode 100644 index 00000000..53605fce --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/pane_s.json @@ -0,0 +1,20 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#pane" + }, + "elements": [ + { "from": [ 7, 0, 7 ], + "to": [ 9, 16, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 7, 7, 9, 16 ], "texture": "#edge" }, + "up": { "uv": [ 7, 7, 9, 16 ], "texture": "#edge" }, + "north": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "north" }, + "south": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge" }, + "west": { "uv": [ 9, 0, 0, 16 ], "texture": "#pane" }, + "east": { "uv": [ 0, 0, 9, 16 ], "texture": "#pane" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/pane_se.json b/1.8.9/assets/minecraft/models/block/pane_se.json new file mode 100644 index 00000000..75d9d23d --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/pane_se.json @@ -0,0 +1,32 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#pane" + }, + "elements": [ + { "from": [ 7, 0, 7 ], + "to": [ 9, 16, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 7, 7, 9, 16 ], "texture": "#edge" }, + "up": { "uv": [ 7, 7, 9, 16 ], "texture": "#edge" }, + "north": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "north" }, + "south": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge" }, + "west": { "uv": [ 9, 0, 0, 16 ], "texture": "#pane" }, + "east": { "uv": [ 0, 0, 9, 16 ], "texture": "#pane" } + } + }, + { "from": [ 9, 0, 7 ], + "to": [ 16, 16, 9 ], + "shade": false, + "faces": { + "down": { "uv": [ 7, 9, 9, 16 ], "rotation": 90, "texture": "#edge" }, + "up": { "uv": [ 7, 9, 9, 16 ], "rotation": 90, "texture": "#edge" }, + "north": { "uv": [ 16, 0, 9, 16 ], "texture": "#pane" }, + "south": { "uv": [ 9, 0, 16, 16 ], "texture": "#pane" }, + "west": { "uv": [ 7, 0, 9, 16 ], "texture": "#pane" }, + "east": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "east" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/pane_sew.json b/1.8.9/assets/minecraft/models/block/pane_sew.json new file mode 100644 index 00000000..8dc5afac --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/pane_sew.json @@ -0,0 +1,32 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#pane" + }, + "elements": [ + { "from": [ 7, 0, 9 ], + "to": [ 9, 16, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 7, 9, 9, 16 ], "texture": "#edge" }, + "up": { "uv": [ 7, 9, 9, 16 ], "texture": "#edge" }, + "north": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge" }, + "south": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "south" }, + "west": { "uv": [ 7, 0, 0, 16 ], "texture": "#pane" }, + "east": { "uv": [ 0, 0, 7, 16 ], "texture": "#pane" } + } + }, + { "from": [ 0, 0, 7 ], + "to": [ 16, 16, 9 ], + "shade": false, + "faces": { + "down": { "uv": [ 7, 0, 9, 16 ], "rotation": 90, "texture": "#edge" }, + "up": { "uv": [ 7, 0, 9, 16 ], "rotation": 90, "texture": "#edge" }, + "north": { "uv": [ 16, 0, 0, 16 ], "texture": "#pane" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#pane" }, + "west": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "west" }, + "east": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "east" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/pane_sw.json b/1.8.9/assets/minecraft/models/block/pane_sw.json new file mode 100644 index 00000000..7a3f167b --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/pane_sw.json @@ -0,0 +1,32 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#pane" + }, + "elements": [ + { "from": [ 7, 0, 7 ], + "to": [ 9, 16, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 7, 7, 9, 16 ], "texture": "#edge" }, + "up": { "uv": [ 7, 7, 9, 16 ], "texture": "#edge" }, + "north": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "north" }, + "south": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge" }, + "west": { "uv": [ 9, 0, 0, 16 ], "texture": "#pane" }, + "east": { "uv": [ 0, 0, 9, 16 ], "texture": "#pane" } + } + }, + { "from": [ 0, 0, 7 ], + "to": [ 7, 16, 9 ], + "shade": false, + "faces": { + "down": { "uv": [ 7, 0, 9, 7 ], "rotation": 90, "texture": "#edge" }, + "up": { "uv": [ 7, 0, 9, 7 ], "rotation": 90, "texture": "#edge" }, + "north": { "uv": [ 7, 0, 0, 16 ], "texture": "#pane" }, + "south": { "uv": [ 0, 0, 7, 16 ], "texture": "#pane" }, + "west": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "west" }, + "east": { "uv": [ 7, 0, 9, 16 ], "texture": "#pane" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/pink_pane_n.json b/1.8.9/assets/minecraft/models/block/pink_pane_n.json new file mode 100644 index 00000000..9fb4bb34 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/pink_pane_n.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_n", + "textures": { + "edge": "blocks/glass_pane_top_pink", + "pane": "blocks/glass_pink" + } +} diff --git a/1.8.9/assets/minecraft/models/block/pink_pane_ne.json b/1.8.9/assets/minecraft/models/block/pink_pane_ne.json new file mode 100644 index 00000000..bd532009 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/pink_pane_ne.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_ne", + "textures": { + "edge": "blocks/glass_pane_top_pink", + "pane": "blocks/glass_pink" + } +} diff --git a/1.8.9/assets/minecraft/models/block/pink_pane_new.json b/1.8.9/assets/minecraft/models/block/pink_pane_new.json new file mode 100644 index 00000000..1f76f05b --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/pink_pane_new.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_new", + "textures": { + "edge": "blocks/glass_pane_top_pink", + "pane": "blocks/glass_pink" + } +} diff --git a/1.8.9/assets/minecraft/models/block/pink_pane_ns.json b/1.8.9/assets/minecraft/models/block/pink_pane_ns.json new file mode 100644 index 00000000..db7a1cbd --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/pink_pane_ns.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_ns", + "textures": { + "edge": "blocks/glass_pane_top_pink", + "pane": "blocks/glass_pink" + } +} diff --git a/1.8.9/assets/minecraft/models/block/pink_pane_nse.json b/1.8.9/assets/minecraft/models/block/pink_pane_nse.json new file mode 100644 index 00000000..21e257cb --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/pink_pane_nse.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nse", + "textures": { + "edge": "blocks/glass_pane_top_pink", + "pane": "blocks/glass_pink" + } +} diff --git a/1.8.9/assets/minecraft/models/block/pink_pane_nsew.json b/1.8.9/assets/minecraft/models/block/pink_pane_nsew.json new file mode 100644 index 00000000..848ba80b --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/pink_pane_nsew.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nsew", + "textures": { + "edge": "blocks/glass_pane_top_pink", + "pane": "blocks/glass_pink" + } +} diff --git a/1.8.9/assets/minecraft/models/block/pink_pane_nsw.json b/1.8.9/assets/minecraft/models/block/pink_pane_nsw.json new file mode 100644 index 00000000..10245b11 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/pink_pane_nsw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nsw", + "textures": { + "edge": "blocks/glass_pane_top_pink", + "pane": "blocks/glass_pink" + } +} diff --git a/1.8.9/assets/minecraft/models/block/pink_pane_nw.json b/1.8.9/assets/minecraft/models/block/pink_pane_nw.json new file mode 100644 index 00000000..b3c4e781 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/pink_pane_nw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nw", + "textures": { + "edge": "blocks/glass_pane_top_pink", + "pane": "blocks/glass_pink" + } +} diff --git a/1.8.9/assets/minecraft/models/block/pink_pane_s.json b/1.8.9/assets/minecraft/models/block/pink_pane_s.json new file mode 100644 index 00000000..1d822124 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/pink_pane_s.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_s", + "textures": { + "edge": "blocks/glass_pane_top_pink", + "pane": "blocks/glass_pink" + } +} diff --git a/1.8.9/assets/minecraft/models/block/pink_pane_se.json b/1.8.9/assets/minecraft/models/block/pink_pane_se.json new file mode 100644 index 00000000..c6e68f89 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/pink_pane_se.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_se", + "textures": { + "edge": "blocks/glass_pane_top_pink", + "pane": "blocks/glass_pink" + } +} diff --git a/1.8.9/assets/minecraft/models/block/pink_pane_sew.json b/1.8.9/assets/minecraft/models/block/pink_pane_sew.json new file mode 100644 index 00000000..b61f4c3b --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/pink_pane_sew.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_sew", + "textures": { + "edge": "blocks/glass_pane_top_pink", + "pane": "blocks/glass_pink" + } +} diff --git a/1.8.9/assets/minecraft/models/block/pink_pane_sw.json b/1.8.9/assets/minecraft/models/block/pink_pane_sw.json new file mode 100644 index 00000000..523385c4 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/pink_pane_sw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_sw", + "textures": { + "edge": "blocks/glass_pane_top_pink", + "pane": "blocks/glass_pink" + } +} diff --git a/1.8.9/assets/minecraft/models/block/pink_tulip.json b/1.8.9/assets/minecraft/models/block/pink_tulip.json new file mode 100644 index 00000000..9cef0d39 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/pink_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/flower_tulip_pink" + } +} diff --git a/1.8.9/assets/minecraft/models/block/pink_wool.json b/1.8.9/assets/minecraft/models/block/pink_wool.json new file mode 100644 index 00000000..4aadbad6 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/pink_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_pink" + } +} diff --git a/1.8.9/assets/minecraft/models/block/piston.json b/1.8.9/assets/minecraft/models/block/piston.json new file mode 100644 index 00000000..83b4e18a --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/piston.json @@ -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", "rotation": 180, "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#platform", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "rotation": 270, "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "rotation": 90, "cullface": "east" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/piston_extended.json b/1.8.9/assets/minecraft/models/block/piston_extended.json new file mode 100644 index 00000000..45e04a30 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/piston_extended.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#side" + }, + "elements": [ + { "from": [ 0, 0, 4 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 4, 16, 16 ], "texture": "#side", "cullface": "down", "rotation": 180 }, + "up": { "uv": [ 0, 4, 16, 16 ], "texture": "#side", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#inside" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "south" }, + "west": { "uv": [ 0, 4, 16, 16 ], "texture": "#side", "cullface": "west", "rotation": 270 }, + "east": { "uv": [ 0, 4, 16, 16 ], "texture": "#side", "cullface": "east", "rotation": 90 } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/piston_extended_normal.json b/1.8.9/assets/minecraft/models/block/piston_extended_normal.json new file mode 100644 index 00000000..28420b9d --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/piston_extended_normal.json @@ -0,0 +1,8 @@ +{ + "parent": "block/piston_extended", + "textures": { + "bottom": "blocks/piston_bottom", + "side": "blocks/piston_side", + "inside": "blocks/piston_inner" + } +} diff --git a/1.8.9/assets/minecraft/models/block/piston_head.json b/1.8.9/assets/minecraft/models/block/piston_head.json new file mode 100644 index 00000000..5c61107b --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/piston_head.json @@ -0,0 +1,36 @@ +{ + "textures": { + "particle": "#platform" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 4 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "down", "rotation": 180 }, + "up": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#platform", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#unsticky" }, + "west": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 270, "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 90, "cullface": "east" } + } + }, + { "from": [ 6, 6, 4 ], + "to": [ 10, 10, 16 ], + "faces": { + "down": { "uv": [ 4, 0, 16, 4 ], "texture": "#side", "rotation": 90 }, + "up": { "uv": [ 4, 0, 16, 4 ], "texture": "#side", "rotation": 270 }, + "west": { "uv": [ 16, 4, 4, 0 ], "texture": "#side" }, + "east": { "uv": [ 4, 0, 16, 4 ], "texture": "#side" } + } + }, + { "from": [ 6, 6, 16 ], + "to": [ 10, 10, 20 ], + "faces": { + "down": { "uv": [ 0, 0, 4, 4 ], "texture": "#side", "rotation": 90 }, + "up": { "uv": [ 0, 0, 4, 4 ], "texture": "#side", "rotation": 270 }, + "west": { "uv": [ 4, 4, 0, 0 ], "texture": "#side" }, + "east": { "uv": [ 0, 0, 4, 4 ], "texture": "#side" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/piston_head_normal.json b/1.8.9/assets/minecraft/models/block/piston_head_normal.json new file mode 100644 index 00000000..330c8488 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/piston_head_normal.json @@ -0,0 +1,8 @@ +{ + "parent": "block/piston_head", + "textures": { + "unsticky": "blocks/piston_top_normal", + "side": "blocks/piston_side", + "platform": "blocks/piston_top_normal" + } +} diff --git a/1.8.9/assets/minecraft/models/block/piston_head_short.json b/1.8.9/assets/minecraft/models/block/piston_head_short.json new file mode 100644 index 00000000..cdbe9e12 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/piston_head_short.json @@ -0,0 +1,27 @@ +{ + "textures": { + "particle": "#platform" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 4 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "down", "rotation": 180 }, + "up": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#platform", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#unsticky" }, + "west": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 270, "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 90, "cullface": "east" } + } + }, + { "from": [ 6, 6, 4 ], + "to": [ 10, 10, 16 ], + "faces": { + "down": { "uv": [ 4, 0, 16, 4 ], "texture": "#side", "rotation": 90 }, + "up": { "uv": [ 4, 0, 16, 4 ], "texture": "#side", "rotation": 270 }, + "west": { "uv": [ 16, 4, 4, 0 ], "texture": "#side" }, + "east": { "uv": [ 4, 0, 16, 4 ], "texture": "#side" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/piston_head_short_normal.json b/1.8.9/assets/minecraft/models/block/piston_head_short_normal.json new file mode 100644 index 00000000..06013209 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/piston_head_short_normal.json @@ -0,0 +1,8 @@ +{ + "parent": "block/piston_head_short", + "textures": { + "unsticky": "blocks/piston_top_normal", + "side": "blocks/piston_side", + "platform": "blocks/piston_top_normal" + } +} diff --git a/1.8.9/assets/minecraft/models/block/piston_head_short_sticky.json b/1.8.9/assets/minecraft/models/block/piston_head_short_sticky.json new file mode 100644 index 00000000..c4fe4d74 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/piston_head_short_sticky.json @@ -0,0 +1,8 @@ +{ + "parent": "block/piston_head_short", + "textures": { + "unsticky": "blocks/piston_top_normal", + "side": "blocks/piston_side", + "platform": "blocks/piston_top_sticky" + } +} diff --git a/1.8.9/assets/minecraft/models/block/piston_head_sticky.json b/1.8.9/assets/minecraft/models/block/piston_head_sticky.json new file mode 100644 index 00000000..fc6bb20f --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/piston_head_sticky.json @@ -0,0 +1,8 @@ +{ + "parent": "block/piston_head", + "textures": { + "unsticky": "blocks/piston_top_normal", + "side": "blocks/piston_side", + "platform": "blocks/piston_top_sticky" + } +} diff --git a/1.8.9/assets/minecraft/models/block/piston_inventory_normal.json b/1.8.9/assets/minecraft/models/block/piston_inventory_normal.json new file mode 100644 index 00000000..c094e009 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/piston_inventory_normal.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "blocks/piston_bottom", + "side": "blocks/piston_side", + "top": "blocks/piston_top_normal" + } +} diff --git a/1.8.9/assets/minecraft/models/block/piston_inventory_sticky.json b/1.8.9/assets/minecraft/models/block/piston_inventory_sticky.json new file mode 100644 index 00000000..f9eeb7ef --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/piston_inventory_sticky.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "blocks/piston_bottom", + "side": "blocks/piston_side", + "top": "blocks/piston_top_sticky" + } +} diff --git a/1.8.9/assets/minecraft/models/block/piston_normal.json b/1.8.9/assets/minecraft/models/block/piston_normal.json new file mode 100644 index 00000000..9f0c65e3 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/piston_normal.json @@ -0,0 +1,8 @@ +{ + "parent": "block/piston", + "textures": { + "bottom": "blocks/piston_bottom", + "side": "blocks/piston_side", + "platform": "blocks/piston_top_normal" + } +} diff --git a/1.8.9/assets/minecraft/models/block/podzol.json b/1.8.9/assets/minecraft/models/block/podzol.json new file mode 100644 index 00000000..90b9369a --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/podzol.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "blocks/dirt", + "top": "blocks/dirt_podzol_top", + "side": "blocks/dirt_podzol_side" + } +} diff --git a/1.8.9/assets/minecraft/models/block/poppy.json b/1.8.9/assets/minecraft/models/block/poppy.json new file mode 100644 index 00000000..b79edb63 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/poppy.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/flower_rose" + } +} diff --git a/1.8.9/assets/minecraft/models/block/portal_ew.json b/1.8.9/assets/minecraft/models/block/portal_ew.json new file mode 100644 index 00000000..81484889 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/portal_ew.json @@ -0,0 +1,15 @@ +{ + "textures": { + "particle": "blocks/portal", + "portal": "blocks/portal" + }, + "elements": [ + { "from": [ 6, 0, 0 ], + "to": [ 10, 16, 16 ], + "faces": { + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#portal" }, + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#portal" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/portal_ns.json b/1.8.9/assets/minecraft/models/block/portal_ns.json new file mode 100644 index 00000000..8af9808f --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/portal_ns.json @@ -0,0 +1,15 @@ +{ + "textures": { + "particle": "blocks/portal", + "portal": "blocks/portal" + }, + "elements": [ + { "from": [ 0, 0, 6 ], + "to": [ 16, 16, 10 ], + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#portal" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#portal" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/potatoes_stage0.json b/1.8.9/assets/minecraft/models/block/potatoes_stage0.json new file mode 100644 index 00000000..26a54f01 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/potatoes_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/potatoes_stage_0" + } +} diff --git a/1.8.9/assets/minecraft/models/block/potatoes_stage1.json b/1.8.9/assets/minecraft/models/block/potatoes_stage1.json new file mode 100644 index 00000000..8eb64e6e --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/potatoes_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/potatoes_stage_1" + } +} diff --git a/1.8.9/assets/minecraft/models/block/potatoes_stage2.json b/1.8.9/assets/minecraft/models/block/potatoes_stage2.json new file mode 100644 index 00000000..0cc9c874 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/potatoes_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/potatoes_stage_2" + } +} diff --git a/1.8.9/assets/minecraft/models/block/potatoes_stage3.json b/1.8.9/assets/minecraft/models/block/potatoes_stage3.json new file mode 100644 index 00000000..5aca6390 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/potatoes_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/potatoes_stage_3" + } +} diff --git a/1.8.9/assets/minecraft/models/block/pressure_plate_down.json b/1.8.9/assets/minecraft/models/block/pressure_plate_down.json new file mode 100644 index 00000000..5911d946 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/pressure_plate_down.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 1, 0, 1 ], + "to": [ 15, 0.5, 15 ], + "faces": { + "down": { "uv": [ 1, 1, 15, 15 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 1, 1, 15, 15 ], "texture": "#texture" }, + "north": { "uv": [ 1, 15.5, 15, 16 ], "texture": "#texture" }, + "south": { "uv": [ 1, 15.5, 15, 16 ], "texture": "#texture" }, + "west": { "uv": [ 1, 15.5, 15, 16 ], "texture": "#texture" }, + "east": { "uv": [ 1, 15.5, 15, 16 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/pressure_plate_inventory.json b/1.8.9/assets/minecraft/models/block/pressure_plate_inventory.json new file mode 100644 index 00000000..74658562 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/pressure_plate_inventory.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 1, 6, 1 ], + "to": [ 15, 10, 15 ], + "faces": { + "down": { "uv": [ 1, 1, 15, 15 ], "texture": "#texture" }, + "up": { "uv": [ 1, 1, 15, 15 ], "texture": "#texture" }, + "north": { "uv": [ 1, 6, 15, 10 ], "texture": "#texture" }, + "south": { "uv": [ 1, 6, 15, 10 ], "texture": "#texture" }, + "west": { "uv": [ 1, 6, 15, 10 ], "texture": "#texture" }, + "east": { "uv": [ 1, 6, 15, 10 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/pressure_plate_up.json b/1.8.9/assets/minecraft/models/block/pressure_plate_up.json new file mode 100644 index 00000000..179ee9b7 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/pressure_plate_up.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 1, 0, 1 ], + "to": [ 15, 1, 15 ], + "faces": { + "down": { "uv": [ 1, 1, 15, 15 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 1, 1, 15, 15 ], "texture": "#texture" }, + "north": { "uv": [ 1, 15, 15, 16 ], "texture": "#texture" }, + "south": { "uv": [ 1, 15, 15, 16 ], "texture": "#texture" }, + "west": { "uv": [ 1, 15, 15, 16 ], "texture": "#texture" }, + "east": { "uv": [ 1, 15, 15, 16 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/prismarine_bricks.json b/1.8.9/assets/minecraft/models/block/prismarine_bricks.json new file mode 100644 index 00000000..572b27bd --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/prismarine_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/prismarine_bricks" + } +} diff --git a/1.8.9/assets/minecraft/models/block/prismarine_dark.json b/1.8.9/assets/minecraft/models/block/prismarine_dark.json new file mode 100644 index 00000000..611d9a8a --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/prismarine_dark.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/prismarine_dark" + } +} diff --git a/1.8.9/assets/minecraft/models/block/prismarine_rough.json b/1.8.9/assets/minecraft/models/block/prismarine_rough.json new file mode 100644 index 00000000..5be63007 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/prismarine_rough.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/prismarine_rough" + } +} diff --git a/1.8.9/assets/minecraft/models/block/pumpkin.json b/1.8.9/assets/minecraft/models/block/pumpkin.json new file mode 100644 index 00000000..8ac2d79f --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/pumpkin.json @@ -0,0 +1,8 @@ +{ + "parent": "block/orientable", + "textures": { + "top": "blocks/pumpkin_top", + "front": "blocks/pumpkin_face_off", + "side": "blocks/pumpkin_side" + } +} diff --git a/1.8.9/assets/minecraft/models/block/pumpkin_stem_fruit.json b/1.8.9/assets/minecraft/models/block/pumpkin_stem_fruit.json new file mode 100644 index 00000000..ea00b659 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/pumpkin_stem_fruit.json @@ -0,0 +1,7 @@ +{ + "parent": "block/stem_fruit", + "textures": { + "stem": "blocks/pumpkin_stem_disconnected", + "upperstem": "blocks/pumpkin_stem_connected" + } +} diff --git a/1.8.9/assets/minecraft/models/block/pumpkin_stem_growth0.json b/1.8.9/assets/minecraft/models/block/pumpkin_stem_growth0.json new file mode 100644 index 00000000..34758d38 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/pumpkin_stem_growth0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth0", + "textures": { + "stem": "blocks/pumpkin_stem_disconnected" + } +} diff --git a/1.8.9/assets/minecraft/models/block/pumpkin_stem_growth1.json b/1.8.9/assets/minecraft/models/block/pumpkin_stem_growth1.json new file mode 100644 index 00000000..21f87cc4 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/pumpkin_stem_growth1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth1", + "textures": { + "stem": "blocks/pumpkin_stem_disconnected" + } +} diff --git a/1.8.9/assets/minecraft/models/block/pumpkin_stem_growth2.json b/1.8.9/assets/minecraft/models/block/pumpkin_stem_growth2.json new file mode 100644 index 00000000..f021a6dc --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/pumpkin_stem_growth2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth2", + "textures": { + "stem": "blocks/pumpkin_stem_disconnected" + } +} diff --git a/1.8.9/assets/minecraft/models/block/pumpkin_stem_growth3.json b/1.8.9/assets/minecraft/models/block/pumpkin_stem_growth3.json new file mode 100644 index 00000000..ad045471 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/pumpkin_stem_growth3.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth3", + "textures": { + "stem": "blocks/pumpkin_stem_disconnected" + } +} diff --git a/1.8.9/assets/minecraft/models/block/pumpkin_stem_growth4.json b/1.8.9/assets/minecraft/models/block/pumpkin_stem_growth4.json new file mode 100644 index 00000000..5daa8591 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/pumpkin_stem_growth4.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth4", + "textures": { + "stem": "blocks/pumpkin_stem_disconnected" + } +} diff --git a/1.8.9/assets/minecraft/models/block/pumpkin_stem_growth5.json b/1.8.9/assets/minecraft/models/block/pumpkin_stem_growth5.json new file mode 100644 index 00000000..8fde351c --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/pumpkin_stem_growth5.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth5", + "textures": { + "stem": "blocks/pumpkin_stem_disconnected" + } +} diff --git a/1.8.9/assets/minecraft/models/block/pumpkin_stem_growth6.json b/1.8.9/assets/minecraft/models/block/pumpkin_stem_growth6.json new file mode 100644 index 00000000..e428d4cd --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/pumpkin_stem_growth6.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth6", + "textures": { + "stem": "blocks/pumpkin_stem_disconnected" + } +} diff --git a/1.8.9/assets/minecraft/models/block/pumpkin_stem_growth7.json b/1.8.9/assets/minecraft/models/block/pumpkin_stem_growth7.json new file mode 100644 index 00000000..43c721a1 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/pumpkin_stem_growth7.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth7", + "textures": { + "stem": "blocks/pumpkin_stem_disconnected" + } +} diff --git a/1.8.9/assets/minecraft/models/block/purple_pane_n.json b/1.8.9/assets/minecraft/models/block/purple_pane_n.json new file mode 100644 index 00000000..69e19624 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/purple_pane_n.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_n", + "textures": { + "edge": "blocks/glass_pane_top_purple", + "pane": "blocks/glass_purple" + } +} diff --git a/1.8.9/assets/minecraft/models/block/purple_pane_ne.json b/1.8.9/assets/minecraft/models/block/purple_pane_ne.json new file mode 100644 index 00000000..7efb723a --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/purple_pane_ne.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_ne", + "textures": { + "edge": "blocks/glass_pane_top_purple", + "pane": "blocks/glass_purple" + } +} diff --git a/1.8.9/assets/minecraft/models/block/purple_pane_new.json b/1.8.9/assets/minecraft/models/block/purple_pane_new.json new file mode 100644 index 00000000..714aa54c --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/purple_pane_new.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_new", + "textures": { + "edge": "blocks/glass_pane_top_purple", + "pane": "blocks/glass_purple" + } +} diff --git a/1.8.9/assets/minecraft/models/block/purple_pane_ns.json b/1.8.9/assets/minecraft/models/block/purple_pane_ns.json new file mode 100644 index 00000000..bf049cd8 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/purple_pane_ns.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_ns", + "textures": { + "edge": "blocks/glass_pane_top_purple", + "pane": "blocks/glass_purple" + } +} diff --git a/1.8.9/assets/minecraft/models/block/purple_pane_nse.json b/1.8.9/assets/minecraft/models/block/purple_pane_nse.json new file mode 100644 index 00000000..f37ddea8 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/purple_pane_nse.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nse", + "textures": { + "edge": "blocks/glass_pane_top_purple", + "pane": "blocks/glass_purple" + } +} diff --git a/1.8.9/assets/minecraft/models/block/purple_pane_nsew.json b/1.8.9/assets/minecraft/models/block/purple_pane_nsew.json new file mode 100644 index 00000000..5f7fd235 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/purple_pane_nsew.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nsew", + "textures": { + "edge": "blocks/glass_pane_top_purple", + "pane": "blocks/glass_purple" + } +} diff --git a/1.8.9/assets/minecraft/models/block/purple_pane_nsw.json b/1.8.9/assets/minecraft/models/block/purple_pane_nsw.json new file mode 100644 index 00000000..2872467b --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/purple_pane_nsw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nsw", + "textures": { + "edge": "blocks/glass_pane_top_purple", + "pane": "blocks/glass_purple" + } +} diff --git a/1.8.9/assets/minecraft/models/block/purple_pane_nw.json b/1.8.9/assets/minecraft/models/block/purple_pane_nw.json new file mode 100644 index 00000000..d7214a95 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/purple_pane_nw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nw", + "textures": { + "edge": "blocks/glass_pane_top_purple", + "pane": "blocks/glass_purple" + } +} diff --git a/1.8.9/assets/minecraft/models/block/purple_pane_s.json b/1.8.9/assets/minecraft/models/block/purple_pane_s.json new file mode 100644 index 00000000..0aa0016c --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/purple_pane_s.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_s", + "textures": { + "edge": "blocks/glass_pane_top_purple", + "pane": "blocks/glass_purple" + } +} diff --git a/1.8.9/assets/minecraft/models/block/purple_pane_se.json b/1.8.9/assets/minecraft/models/block/purple_pane_se.json new file mode 100644 index 00000000..1f7b6109 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/purple_pane_se.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_se", + "textures": { + "edge": "blocks/glass_pane_top_purple", + "pane": "blocks/glass_purple" + } +} diff --git a/1.8.9/assets/minecraft/models/block/purple_pane_sew.json b/1.8.9/assets/minecraft/models/block/purple_pane_sew.json new file mode 100644 index 00000000..8414e695 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/purple_pane_sew.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_sew", + "textures": { + "edge": "blocks/glass_pane_top_purple", + "pane": "blocks/glass_purple" + } +} diff --git a/1.8.9/assets/minecraft/models/block/purple_pane_sw.json b/1.8.9/assets/minecraft/models/block/purple_pane_sw.json new file mode 100644 index 00000000..47d224ad --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/purple_pane_sw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_sw", + "textures": { + "edge": "blocks/glass_pane_top_purple", + "pane": "blocks/glass_purple" + } +} diff --git a/1.8.9/assets/minecraft/models/block/purple_wool.json b/1.8.9/assets/minecraft/models/block/purple_wool.json new file mode 100644 index 00000000..2c503189 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/purple_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_purple" + } +} diff --git a/1.8.9/assets/minecraft/models/block/quartz_chiseled.json b/1.8.9/assets/minecraft/models/block/quartz_chiseled.json new file mode 100644 index 00000000..25819d71 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/quartz_chiseled.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "side": "blocks/quartz_block_chiseled", + "end": "blocks/quartz_block_chiseled_top" + } +} diff --git a/1.8.9/assets/minecraft/models/block/quartz_inner_stairs.json b/1.8.9/assets/minecraft/models/block/quartz_inner_stairs.json new file mode 100644 index 00000000..5b6903a3 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/quartz_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/quartz_block_bottom", + "top": "blocks/quartz_block_top", + "side": "blocks/quartz_block_side" + } +} diff --git a/1.8.9/assets/minecraft/models/block/quartz_lines.json b/1.8.9/assets/minecraft/models/block/quartz_lines.json new file mode 100644 index 00000000..fa2de862 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/quartz_lines.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/quartz_block_lines_top", + "side": "blocks/quartz_block_lines" + } +} diff --git a/1.8.9/assets/minecraft/models/block/quartz_normal.json b/1.8.9/assets/minecraft/models/block/quartz_normal.json new file mode 100644 index 00000000..de04c92c --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/quartz_normal.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "blocks/quartz_block_bottom", + "top": "blocks/quartz_block_top", + "side": "blocks/quartz_block_side" + } +} diff --git a/1.8.9/assets/minecraft/models/block/quartz_ore.json b/1.8.9/assets/minecraft/models/block/quartz_ore.json new file mode 100644 index 00000000..b9c850b6 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/quartz_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/quartz_ore" + } +} diff --git a/1.8.9/assets/minecraft/models/block/quartz_outer_stairs.json b/1.8.9/assets/minecraft/models/block/quartz_outer_stairs.json new file mode 100644 index 00000000..975ae92c --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/quartz_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/quartz_block_bottom", + "top": "blocks/quartz_block_top", + "side": "blocks/quartz_block_side" + } +} diff --git a/1.8.9/assets/minecraft/models/block/quartz_stairs.json b/1.8.9/assets/minecraft/models/block/quartz_stairs.json new file mode 100644 index 00000000..448e4d55 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/quartz_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/quartz_block_bottom", + "top": "blocks/quartz_block_top", + "side": "blocks/quartz_block_side" + } +} diff --git a/1.8.9/assets/minecraft/models/block/quartz_top.json b/1.8.9/assets/minecraft/models/block/quartz_top.json new file mode 100644 index 00000000..e5ddc317 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/quartz_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/quartz_block_top" + } +} diff --git a/1.8.9/assets/minecraft/models/block/rail_curved.json b/1.8.9/assets/minecraft/models/block/rail_curved.json new file mode 100644 index 00000000..299a44ba --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/rail_curved.json @@ -0,0 +1,15 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#rail" + }, + "elements": [ + { "from": [ 0, 1, 0 ], + "to": [ 16, 1, 16 ], + "faces": { + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#rail" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#rail" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/rail_flat.json b/1.8.9/assets/minecraft/models/block/rail_flat.json new file mode 100644 index 00000000..299a44ba --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/rail_flat.json @@ -0,0 +1,15 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#rail" + }, + "elements": [ + { "from": [ 0, 1, 0 ], + "to": [ 16, 1, 16 ], + "faces": { + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#rail" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#rail" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/rail_raised_ne.json b/1.8.9/assets/minecraft/models/block/rail_raised_ne.json new file mode 100644 index 00000000..a92e4603 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/rail_raised_ne.json @@ -0,0 +1,21 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#rail" + }, + "elements": [ + { "from": [ 0, 9, 0 ], + "to": [ 16, 9, 16 ], + "rotation": { + "origin": [ 8, 9, 8 ], + "axis": "x", + "angle": 45, + "rescale": true + }, + "faces": { + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#rail" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#rail" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/rail_raised_sw.json b/1.8.9/assets/minecraft/models/block/rail_raised_sw.json new file mode 100644 index 00000000..dddc3562 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/rail_raised_sw.json @@ -0,0 +1,21 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#rail" + }, + "elements": [ + { "from": [ 0, 9, 0 ], + "to": [ 16, 9, 16 ], + "rotation": { + "origin": [ 8, 9, 8 ], + "axis": "x", + "angle": -45, + "rescale": true + }, + "faces": { + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#rail" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#rail" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/red_mushroom.json b/1.8.9/assets/minecraft/models/block/red_mushroom.json new file mode 100644 index 00000000..53a7ab11 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/red_mushroom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/mushroom_red" + } +} diff --git a/1.8.9/assets/minecraft/models/block/red_mushroom_block_c.json b/1.8.9/assets/minecraft/models/block/red_mushroom_block_c.json new file mode 100644 index 00000000..8d5dbc5a --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/red_mushroom_block_c.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "blocks/mushroom_block_inside", + "down": "blocks/mushroom_block_inside", + "up": "blocks/mushroom_block_skin_red", + "north": "blocks/mushroom_block_inside", + "east": "blocks/mushroom_block_inside", + "south": "blocks/mushroom_block_inside", + "west": "blocks/mushroom_block_inside" + } +} diff --git a/1.8.9/assets/minecraft/models/block/red_mushroom_block_cap_all.json b/1.8.9/assets/minecraft/models/block/red_mushroom_block_cap_all.json new file mode 100644 index 00000000..63e222b1 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/red_mushroom_block_cap_all.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/mushroom_block_skin_red" + } +} diff --git a/1.8.9/assets/minecraft/models/block/red_mushroom_block_e.json b/1.8.9/assets/minecraft/models/block/red_mushroom_block_e.json new file mode 100644 index 00000000..e81f611c --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/red_mushroom_block_e.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "blocks/mushroom_block_inside", + "down": "blocks/mushroom_block_inside", + "up": "blocks/mushroom_block_skin_red", + "north": "blocks/mushroom_block_inside", + "east": "blocks/mushroom_block_skin_red", + "south": "blocks/mushroom_block_inside", + "west": "blocks/mushroom_block_inside" + } +} diff --git a/1.8.9/assets/minecraft/models/block/red_mushroom_block_inside_all.json b/1.8.9/assets/minecraft/models/block/red_mushroom_block_inside_all.json new file mode 100644 index 00000000..472dc8ab --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/red_mushroom_block_inside_all.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/mushroom_block_inside" + } +} diff --git a/1.8.9/assets/minecraft/models/block/red_mushroom_block_n.json b/1.8.9/assets/minecraft/models/block/red_mushroom_block_n.json new file mode 100644 index 00000000..57d8a3f0 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/red_mushroom_block_n.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "blocks/mushroom_block_inside", + "down": "blocks/mushroom_block_inside", + "up": "blocks/mushroom_block_skin_red", + "north": "blocks/mushroom_block_skin_red", + "east": "blocks/mushroom_block_inside", + "south": "blocks/mushroom_block_inside", + "west": "blocks/mushroom_block_inside" + } +} diff --git a/1.8.9/assets/minecraft/models/block/red_mushroom_block_ne.json b/1.8.9/assets/minecraft/models/block/red_mushroom_block_ne.json new file mode 100644 index 00000000..ea6ad865 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/red_mushroom_block_ne.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "blocks/mushroom_block_inside", + "down": "blocks/mushroom_block_inside", + "up": "blocks/mushroom_block_skin_red", + "north": "blocks/mushroom_block_skin_red", + "east": "blocks/mushroom_block_skin_red", + "south": "blocks/mushroom_block_inside", + "west": "blocks/mushroom_block_inside" + } +} diff --git a/1.8.9/assets/minecraft/models/block/red_mushroom_block_nw.json b/1.8.9/assets/minecraft/models/block/red_mushroom_block_nw.json new file mode 100644 index 00000000..84ff71e3 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/red_mushroom_block_nw.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "blocks/mushroom_block_inside", + "down": "blocks/mushroom_block_inside", + "up": "blocks/mushroom_block_skin_red", + "north": "blocks/mushroom_block_skin_red", + "east": "blocks/mushroom_block_inside", + "south": "blocks/mushroom_block_inside", + "west": "blocks/mushroom_block_skin_red" + } +} diff --git a/1.8.9/assets/minecraft/models/block/red_mushroom_block_s.json b/1.8.9/assets/minecraft/models/block/red_mushroom_block_s.json new file mode 100644 index 00000000..c73f7392 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/red_mushroom_block_s.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "blocks/mushroom_block_inside", + "down": "blocks/mushroom_block_inside", + "up": "blocks/mushroom_block_skin_red", + "north": "blocks/mushroom_block_inside", + "east": "blocks/mushroom_block_inside", + "south": "blocks/mushroom_block_skin_red", + "west": "blocks/mushroom_block_inside" + } +} diff --git a/1.8.9/assets/minecraft/models/block/red_mushroom_block_se.json b/1.8.9/assets/minecraft/models/block/red_mushroom_block_se.json new file mode 100644 index 00000000..2c151d7f --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/red_mushroom_block_se.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "blocks/mushroom_block_inside", + "down": "blocks/mushroom_block_inside", + "up": "blocks/mushroom_block_skin_red", + "north": "blocks/mushroom_block_inside", + "east": "blocks/mushroom_block_skin_red", + "south": "blocks/mushroom_block_skin_red", + "west": "blocks/mushroom_block_inside" + } +} diff --git a/1.8.9/assets/minecraft/models/block/red_mushroom_block_stem.json b/1.8.9/assets/minecraft/models/block/red_mushroom_block_stem.json new file mode 100644 index 00000000..b839c9af --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/red_mushroom_block_stem.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "side": "blocks/mushroom_block_skin_stem", + "end": "blocks/mushroom_block_inside" + } +} diff --git a/1.8.9/assets/minecraft/models/block/red_mushroom_block_stem_all.json b/1.8.9/assets/minecraft/models/block/red_mushroom_block_stem_all.json new file mode 100644 index 00000000..73434e42 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/red_mushroom_block_stem_all.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/mushroom_block_skin_stem" + } +} diff --git a/1.8.9/assets/minecraft/models/block/red_mushroom_block_sw.json b/1.8.9/assets/minecraft/models/block/red_mushroom_block_sw.json new file mode 100644 index 00000000..9ee1f301 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/red_mushroom_block_sw.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "blocks/mushroom_block_inside", + "down": "blocks/mushroom_block_inside", + "up": "blocks/mushroom_block_skin_red", + "north": "blocks/mushroom_block_inside", + "east": "blocks/mushroom_block_inside", + "south": "blocks/mushroom_block_skin_red", + "west": "blocks/mushroom_block_skin_red" + } +} diff --git a/1.8.9/assets/minecraft/models/block/red_mushroom_block_w.json b/1.8.9/assets/minecraft/models/block/red_mushroom_block_w.json new file mode 100644 index 00000000..c4aaa2cb --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/red_mushroom_block_w.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "blocks/mushroom_block_inside", + "down": "blocks/mushroom_block_inside", + "up": "blocks/mushroom_block_skin_red", + "north": "blocks/mushroom_block_inside", + "east": "blocks/mushroom_block_inside", + "south": "blocks/mushroom_block_inside", + "west": "blocks/mushroom_block_skin_red" + } +} diff --git a/1.8.9/assets/minecraft/models/block/red_pane_n.json b/1.8.9/assets/minecraft/models/block/red_pane_n.json new file mode 100644 index 00000000..82b5059d --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/red_pane_n.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_n", + "textures": { + "edge": "blocks/glass_pane_top_red", + "pane": "blocks/glass_red" + } +} diff --git a/1.8.9/assets/minecraft/models/block/red_pane_ne.json b/1.8.9/assets/minecraft/models/block/red_pane_ne.json new file mode 100644 index 00000000..502b7e45 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/red_pane_ne.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_ne", + "textures": { + "edge": "blocks/glass_pane_top_red", + "pane": "blocks/glass_red" + } +} diff --git a/1.8.9/assets/minecraft/models/block/red_pane_new.json b/1.8.9/assets/minecraft/models/block/red_pane_new.json new file mode 100644 index 00000000..34ab569c --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/red_pane_new.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_new", + "textures": { + "edge": "blocks/glass_pane_top_red", + "pane": "blocks/glass_red" + } +} diff --git a/1.8.9/assets/minecraft/models/block/red_pane_ns.json b/1.8.9/assets/minecraft/models/block/red_pane_ns.json new file mode 100644 index 00000000..0cd670a1 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/red_pane_ns.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_ns", + "textures": { + "edge": "blocks/glass_pane_top_red", + "pane": "blocks/glass_red" + } +} diff --git a/1.8.9/assets/minecraft/models/block/red_pane_nse.json b/1.8.9/assets/minecraft/models/block/red_pane_nse.json new file mode 100644 index 00000000..901ea34e --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/red_pane_nse.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nse", + "textures": { + "edge": "blocks/glass_pane_top_red", + "pane": "blocks/glass_red" + } +} diff --git a/1.8.9/assets/minecraft/models/block/red_pane_nsew.json b/1.8.9/assets/minecraft/models/block/red_pane_nsew.json new file mode 100644 index 00000000..f6f31c0f --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/red_pane_nsew.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nsew", + "textures": { + "edge": "blocks/glass_pane_top_red", + "pane": "blocks/glass_red" + } +} diff --git a/1.8.9/assets/minecraft/models/block/red_pane_nsw.json b/1.8.9/assets/minecraft/models/block/red_pane_nsw.json new file mode 100644 index 00000000..0200f39b --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/red_pane_nsw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nsw", + "textures": { + "edge": "blocks/glass_pane_top_red", + "pane": "blocks/glass_red" + } +} diff --git a/1.8.9/assets/minecraft/models/block/red_pane_nw.json b/1.8.9/assets/minecraft/models/block/red_pane_nw.json new file mode 100644 index 00000000..cef0587b --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/red_pane_nw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nw", + "textures": { + "edge": "blocks/glass_pane_top_red", + "pane": "blocks/glass_red" + } +} diff --git a/1.8.9/assets/minecraft/models/block/red_pane_s.json b/1.8.9/assets/minecraft/models/block/red_pane_s.json new file mode 100644 index 00000000..15d3944b --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/red_pane_s.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_s", + "textures": { + "edge": "blocks/glass_pane_top_red", + "pane": "blocks/glass_red" + } +} diff --git a/1.8.9/assets/minecraft/models/block/red_pane_se.json b/1.8.9/assets/minecraft/models/block/red_pane_se.json new file mode 100644 index 00000000..0af592cc --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/red_pane_se.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_se", + "textures": { + "edge": "blocks/glass_pane_top_red", + "pane": "blocks/glass_red" + } +} diff --git a/1.8.9/assets/minecraft/models/block/red_pane_sew.json b/1.8.9/assets/minecraft/models/block/red_pane_sew.json new file mode 100644 index 00000000..f3ef6c2d --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/red_pane_sew.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_sew", + "textures": { + "edge": "blocks/glass_pane_top_red", + "pane": "blocks/glass_red" + } +} diff --git a/1.8.9/assets/minecraft/models/block/red_pane_sw.json b/1.8.9/assets/minecraft/models/block/red_pane_sw.json new file mode 100644 index 00000000..8a55dd60 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/red_pane_sw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_sw", + "textures": { + "edge": "blocks/glass_pane_top_red", + "pane": "blocks/glass_red" + } +} diff --git a/1.8.9/assets/minecraft/models/block/red_sand.json b/1.8.9/assets/minecraft/models/block/red_sand.json new file mode 100644 index 00000000..7c72d641 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/red_sand.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/red_sand" + } +} diff --git a/1.8.9/assets/minecraft/models/block/red_sandstone_all.json b/1.8.9/assets/minecraft/models/block/red_sandstone_all.json new file mode 100644 index 00000000..49631ce6 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/red_sandstone_all.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/red_sandstone_top" + } +} diff --git a/1.8.9/assets/minecraft/models/block/red_sandstone_chiseled.json b/1.8.9/assets/minecraft/models/block/red_sandstone_chiseled.json new file mode 100644 index 00000000..cf0a1fcd --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/red_sandstone_chiseled.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/red_sandstone_top", + "side": "blocks/red_sandstone_carved" + } +} diff --git a/1.8.9/assets/minecraft/models/block/red_sandstone_inner_stairs.json b/1.8.9/assets/minecraft/models/block/red_sandstone_inner_stairs.json new file mode 100644 index 00000000..11da043f --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/red_sandstone_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/red_sandstone_bottom", + "top": "blocks/red_sandstone_top", + "side": "blocks/red_sandstone_normal" + } +} diff --git a/1.8.9/assets/minecraft/models/block/red_sandstone_normal.json b/1.8.9/assets/minecraft/models/block/red_sandstone_normal.json new file mode 100644 index 00000000..36e5008f --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/red_sandstone_normal.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "blocks/red_sandstone_bottom", + "top": "blocks/red_sandstone_top", + "side": "blocks/red_sandstone_normal" + } +} diff --git a/1.8.9/assets/minecraft/models/block/red_sandstone_outer_stairs.json b/1.8.9/assets/minecraft/models/block/red_sandstone_outer_stairs.json new file mode 100644 index 00000000..a43de102 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/red_sandstone_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/red_sandstone_bottom", + "top": "blocks/red_sandstone_top", + "side": "blocks/red_sandstone_normal" + } +} diff --git a/1.8.9/assets/minecraft/models/block/red_sandstone_smooth.json b/1.8.9/assets/minecraft/models/block/red_sandstone_smooth.json new file mode 100644 index 00000000..2ec015d7 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/red_sandstone_smooth.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/red_sandstone_top", + "side": "blocks/red_sandstone_smooth" + } +} diff --git a/1.8.9/assets/minecraft/models/block/red_sandstone_stairs.json b/1.8.9/assets/minecraft/models/block/red_sandstone_stairs.json new file mode 100644 index 00000000..dcc94969 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/red_sandstone_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/red_sandstone_bottom", + "top": "blocks/red_sandstone_top", + "side": "blocks/red_sandstone_normal" + } +} diff --git a/1.8.9/assets/minecraft/models/block/red_tulip.json b/1.8.9/assets/minecraft/models/block/red_tulip.json new file mode 100644 index 00000000..56b41be3 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/red_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/flower_tulip_red" + } +} diff --git a/1.8.9/assets/minecraft/models/block/red_wool.json b/1.8.9/assets/minecraft/models/block/red_wool.json new file mode 100644 index 00000000..da67b188 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/red_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_red" + } +} diff --git a/1.8.9/assets/minecraft/models/block/redstone_block.json b/1.8.9/assets/minecraft/models/block/redstone_block.json new file mode 100644 index 00000000..313e6bdb --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/redstone_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/redstone_block" + } +} diff --git a/1.8.9/assets/minecraft/models/block/redstone_n.json b/1.8.9/assets/minecraft/models/block/redstone_n.json new file mode 100644 index 00000000..5e4f139a --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/redstone_n.json @@ -0,0 +1,26 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/redstone_dust_cross", + "cross": "blocks/redstone_dust_cross", + "crossoverlay": "blocks/redstone_dust_cross_overlay", + "line": "blocks/redstone_dust_line", + "lineoverlay": "blocks/redstone_dust_line_overlay" + }, + "elements": [ + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 90, "tintindex": 0 } + } + }, + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 90 } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/redstone_ne.json b/1.8.9/assets/minecraft/models/block/redstone_ne.json new file mode 100644 index 00000000..03fe2ea6 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/redstone_ne.json @@ -0,0 +1,26 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/redstone_dust_cross", + "cross": "blocks/redstone_dust_cross", + "crossoverlay": "blocks/redstone_dust_cross_overlay", + "line": "blocks/redstone_dust_line", + "lineoverlay": "blocks/redstone_dust_line_overlay" + }, + "elements": [ + { "from": [ 5, 0.25, 0 ], + "to": [ 16, 0.25, 11 ], + "shade": false, + "faces": { + "up": { "uv": [ 5, 0, 16, 11 ], "texture": "#cross", "tintindex": 0 } + } + }, + { "from": [ 5, 0.25, 0 ], + "to": [ 16, 0.25, 11 ], + "shade": false, + "faces": { + "up": { "uv": [ 5, 0, 16, 11 ], "texture": "#crossoverlay" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/redstone_none.json b/1.8.9/assets/minecraft/models/block/redstone_none.json new file mode 100644 index 00000000..57dc7c51 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/redstone_none.json @@ -0,0 +1,26 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/redstone_dust_cross", + "cross": "blocks/redstone_dust_cross", + "crossoverlay": "blocks/redstone_dust_cross_overlay", + "line": "blocks/redstone_dust_line", + "lineoverlay": "blocks/redstone_dust_line_overlay" + }, + "elements": [ + { "from": [ 5, 0.25, 5 ], + "to": [ 11, 0.25, 11 ], + "shade": false, + "faces": { + "up": { "uv": [ 5, 5, 11, 11 ], "texture": "#cross", "tintindex": 0 } + } + }, + { "from": [ 5, 0.25, 5 ], + "to": [ 11, 0.25, 11 ], + "shade": false, + "faces": { + "up": { "uv": [ 5, 5, 11, 11 ], "texture": "#crossoverlay" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/redstone_nse.json b/1.8.9/assets/minecraft/models/block/redstone_nse.json new file mode 100644 index 00000000..6bc7eda1 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/redstone_nse.json @@ -0,0 +1,26 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/redstone_dust_cross", + "cross": "blocks/redstone_dust_cross", + "crossoverlay": "blocks/redstone_dust_cross_overlay", + "line": "blocks/redstone_dust_line", + "lineoverlay": "blocks/redstone_dust_line_overlay" + }, + "elements": [ + { "from": [ 5, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 5, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 } + } + }, + { "from": [ 5, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 5, 0, 16, 16 ], "texture": "#crossoverlay" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/redstone_nsew.json b/1.8.9/assets/minecraft/models/block/redstone_nsew.json new file mode 100644 index 00000000..453e4dfd --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/redstone_nsew.json @@ -0,0 +1,26 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/redstone_dust_cross", + "cross": "blocks/redstone_dust_cross", + "crossoverlay": "blocks/redstone_dust_cross_overlay", + "line": "blocks/redstone_dust_line", + "lineoverlay": "blocks/redstone_dust_line_overlay" + }, + "elements": [ + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 } + } + }, + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#crossoverlay" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/redstone_nsue.json b/1.8.9/assets/minecraft/models/block/redstone_nsue.json new file mode 100644 index 00000000..2dd5d015 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/redstone_nsue.json @@ -0,0 +1,40 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/redstone_dust_cross", + "cross": "blocks/redstone_dust_cross", + "crossoverlay": "blocks/redstone_dust_cross_overlay", + "line": "blocks/redstone_dust_line", + "lineoverlay": "blocks/redstone_dust_line_overlay" + }, + "elements": [ + { "from": [ 5, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 5, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 } + } + }, + { "from": [ 5, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 5, 0, 16, 16 ], "texture": "#crossoverlay" } + } + }, + { "from": [ 15.75, 0, 0 ], + "to": [ 15.75, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 270, "tintindex": 0 } + } + }, + { "from": [ 15.75, 0, 0 ], + "to": [ 15.75, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 270 } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/redstone_nue.json b/1.8.9/assets/minecraft/models/block/redstone_nue.json new file mode 100644 index 00000000..fc5c15e8 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/redstone_nue.json @@ -0,0 +1,40 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/redstone_dust_cross", + "cross": "blocks/redstone_dust_cross", + "crossoverlay": "blocks/redstone_dust_cross_overlay", + "line": "blocks/redstone_dust_line", + "lineoverlay": "blocks/redstone_dust_line_overlay" + }, + "elements": [ + { "from": [ 5, 0.25, 0 ], + "to": [ 16, 0.25, 11 ], + "shade": false, + "faces": { + "up": { "uv": [ 5, 0, 16, 11 ], "texture": "#cross", "tintindex": 0 } + } + }, + { "from": [ 5, 0.25, 0 ], + "to": [ 16, 0.25, 11 ], + "shade": false, + "faces": { + "up": { "uv": [ 5, 0, 16, 11 ], "texture": "#crossoverlay" } + } + }, + { "from": [ 15.75, 0, 0 ], + "to": [ 15.75, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 270, "tintindex": 0 } + } + }, + { "from": [ 15.75, 0, 0 ], + "to": [ 15.75, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 270 } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/redstone_nuse.json b/1.8.9/assets/minecraft/models/block/redstone_nuse.json new file mode 100644 index 00000000..ee9f4431 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/redstone_nuse.json @@ -0,0 +1,40 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/redstone_dust_cross", + "cross": "blocks/redstone_dust_cross", + "crossoverlay": "blocks/redstone_dust_cross_overlay", + "line": "blocks/redstone_dust_line", + "lineoverlay": "blocks/redstone_dust_line_overlay" + }, + "elements": [ + { "from": [ 5, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 5, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 } + } + }, + { "from": [ 5, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 5, 0, 16, 16 ], "texture": "#crossoverlay" } + } + }, + { "from": [ 0, 0, 15.75 ], + "to": [ 16, 16, 15.75 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 90, "tintindex": 0 } + } + }, + { "from": [ 0, 0, 15.75 ], + "to": [ 16, 16, 15.75 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 90 } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/redstone_nusue.json b/1.8.9/assets/minecraft/models/block/redstone_nusue.json new file mode 100644 index 00000000..ae01264a --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/redstone_nusue.json @@ -0,0 +1,54 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/redstone_dust_cross", + "cross": "blocks/redstone_dust_cross", + "crossoverlay": "blocks/redstone_dust_cross_overlay", + "line": "blocks/redstone_dust_line", + "lineoverlay": "blocks/redstone_dust_line_overlay" + }, + "elements": [ + { "from": [ 5, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 5, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 } + } + }, + { "from": [ 5, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 5, 0, 16, 16 ], "texture": "#crossoverlay" } + } + }, + { "from": [ 0, 0, 15.75 ], + "to": [ 16, 16, 15.75 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 90, "tintindex": 0 } + } + }, + { "from": [ 0, 0, 15.75 ], + "to": [ 16, 16, 15.75 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 90 } + } + }, + { "from": [ 15.75, 0, 0 ], + "to": [ 15.75, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 90, "tintindex": 0 } + } + }, + { "from": [ 15.75, 0, 0 ], + "to": [ 15.75, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 90 } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/redstone_ore.json b/1.8.9/assets/minecraft/models/block/redstone_ore.json new file mode 100644 index 00000000..8285da66 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/redstone_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/redstone_ore" + } +} diff --git a/1.8.9/assets/minecraft/models/block/redstone_ueuw.json b/1.8.9/assets/minecraft/models/block/redstone_ueuw.json new file mode 100644 index 00000000..409d4dc4 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/redstone_ueuw.json @@ -0,0 +1,54 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/redstone_dust_cross", + "cross": "blocks/redstone_dust_cross", + "crossoverlay": "blocks/redstone_dust_cross_overlay", + "line": "blocks/redstone_dust_line", + "lineoverlay": "blocks/redstone_dust_line_overlay" + }, + "elements": [ + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "tintindex": 0 } + } + }, + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay" } + } + }, + { "from": [ 0.25, 0, 0 ], + "to": [ 0.25, 16, 16 ], + "shade": false, + "faces": { + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 90, "tintindex": 0 } + } + }, + { "from": [ 0.25, 0, 0 ], + "to": [ 0.25, 16, 16 ], + "shade": false, + "faces": { + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 90 } + } + }, + { "from": [ 15.75, 0, 0 ], + "to": [ 15.75, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 90, "tintindex": 0 } + } + }, + { "from": [ 15.75, 0, 0 ], + "to": [ 15.75, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 90 } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/redstone_uew.json b/1.8.9/assets/minecraft/models/block/redstone_uew.json new file mode 100644 index 00000000..4f142fa3 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/redstone_uew.json @@ -0,0 +1,40 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/redstone_dust_cross", + "cross": "blocks/redstone_dust_cross", + "crossoverlay": "blocks/redstone_dust_cross_overlay", + "line": "blocks/redstone_dust_line", + "lineoverlay": "blocks/redstone_dust_line_overlay" + }, + "elements": [ + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "tintindex": 0 } + } + }, + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay" } + } + }, + { "from": [ 15.75, 0, 0 ], + "to": [ 15.75, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 90, "tintindex": 0 } + } + }, + { "from": [ 15.75, 0, 0 ], + "to": [ 15.75, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 90 } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/redstone_une.json b/1.8.9/assets/minecraft/models/block/redstone_une.json new file mode 100644 index 00000000..9822d829 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/redstone_une.json @@ -0,0 +1,40 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/redstone_dust_cross", + "cross": "blocks/redstone_dust_cross", + "crossoverlay": "blocks/redstone_dust_cross_overlay", + "line": "blocks/redstone_dust_line", + "lineoverlay": "blocks/redstone_dust_line_overlay" + }, + "elements": [ + { "from": [ 5, 0.25, 0 ], + "to": [ 16, 0.25, 11 ], + "shade": false, + "faces": { + "up": { "uv": [ 5, 0, 16, 11 ], "texture": "#cross", "tintindex": 0 } + } + }, + { "from": [ 5, 0.25, 0 ], + "to": [ 16, 0.25, 11 ], + "shade": false, + "faces": { + "up": { "uv": [ 5, 0, 16, 11 ], "texture": "#crossoverlay" } + } + }, + { "from": [ 0, 0, 0.25 ], + "to": [ 16, 16, 0.25 ], + "shade": false, + "faces": { + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 90, "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.25 ], + "to": [ 16, 16, 0.25 ], + "shade": false, + "faces": { + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 90 } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/redstone_uns.json b/1.8.9/assets/minecraft/models/block/redstone_uns.json new file mode 100644 index 00000000..e2a9e565 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/redstone_uns.json @@ -0,0 +1,40 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/redstone_dust_cross", + "cross": "blocks/redstone_dust_cross", + "crossoverlay": "blocks/redstone_dust_cross_overlay", + "line": "blocks/redstone_dust_line", + "lineoverlay": "blocks/redstone_dust_line_overlay" + }, + "elements": [ + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 90, "tintindex": 0 } + } + }, + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 90 } + } + }, + { "from": [ 0, 0, 0.25 ], + "to": [ 16, 16, 0.25 ], + "shade": false, + "faces": { + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 90, "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.25 ], + "to": [ 16, 16, 0.25 ], + "shade": false, + "faces": { + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 90 } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/redstone_unse.json b/1.8.9/assets/minecraft/models/block/redstone_unse.json new file mode 100644 index 00000000..188da395 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/redstone_unse.json @@ -0,0 +1,40 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/redstone_dust_cross", + "cross": "blocks/redstone_dust_cross", + "crossoverlay": "blocks/redstone_dust_cross_overlay", + "line": "blocks/redstone_dust_line", + "lineoverlay": "blocks/redstone_dust_line_overlay" + }, + "elements": [ + { "from": [ 5, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 5, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 } + } + }, + { "from": [ 5, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 5, 0, 16, 16 ], "texture": "#crossoverlay" } + } + }, + { "from": [ 0, 0, 0.25 ], + "to": [ 16, 16, 0.25 ], + "shade": false, + "faces": { + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 90, "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.25 ], + "to": [ 16, 16, 0.25 ], + "shade": false, + "faces": { + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 90 } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/redstone_unsew.json b/1.8.9/assets/minecraft/models/block/redstone_unsew.json new file mode 100644 index 00000000..83d96c96 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/redstone_unsew.json @@ -0,0 +1,40 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/redstone_dust_cross", + "cross": "blocks/redstone_dust_cross", + "crossoverlay": "blocks/redstone_dust_cross_overlay", + "line": "blocks/redstone_dust_line", + "lineoverlay": "blocks/redstone_dust_line_overlay" + }, + "elements": [ + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 } + } + }, + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#crossoverlay" } + } + }, + { "from": [ 0, 0, 0.25 ], + "to": [ 16, 16, 0.25 ], + "shade": false, + "faces": { + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 90, "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.25 ], + "to": [ 16, 16, 0.25 ], + "shade": false, + "faces": { + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 90 } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/redstone_unsue.json b/1.8.9/assets/minecraft/models/block/redstone_unsue.json new file mode 100644 index 00000000..afceb39d --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/redstone_unsue.json @@ -0,0 +1,54 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/redstone_dust_cross", + "cross": "blocks/redstone_dust_cross", + "crossoverlay": "blocks/redstone_dust_cross_overlay", + "line": "blocks/redstone_dust_line", + "lineoverlay": "blocks/redstone_dust_line_overlay" + }, + "elements": [ + { "from": [ 5, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 5, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 } + } + }, + { "from": [ 5, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 5, 0, 16, 16 ], "texture": "#crossoverlay" } + } + }, + { "from": [ 0, 0, 0.25 ], + "to": [ 16, 16, 0.25 ], + "shade": false, + "faces": { + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 90, "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.25 ], + "to": [ 16, 16, 0.25 ], + "shade": false, + "faces": { + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 90 } + } + }, + { "from": [ 15.75, 0, 0 ], + "to": [ 15.75, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 90, "tintindex": 0 } + } + }, + { "from": [ 15.75, 0, 0 ], + "to": [ 15.75, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 90 } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/redstone_unsuew.json b/1.8.9/assets/minecraft/models/block/redstone_unsuew.json new file mode 100644 index 00000000..5c694c3d --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/redstone_unsuew.json @@ -0,0 +1,54 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/redstone_dust_cross", + "cross": "blocks/redstone_dust_cross", + "crossoverlay": "blocks/redstone_dust_cross_overlay", + "line": "blocks/redstone_dust_line", + "lineoverlay": "blocks/redstone_dust_line_overlay" + }, + "elements": [ + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 } + } + }, + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#crossoverlay" } + } + }, + { "from": [ 0, 0, 0.25 ], + "to": [ 16, 16, 0.25 ], + "shade": false, + "faces": { + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 90, "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.25 ], + "to": [ 16, 16, 0.25 ], + "shade": false, + "faces": { + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 90 } + } + }, + { "from": [ 15.75, 0, 0 ], + "to": [ 15.75, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 90, "tintindex": 0 } + } + }, + { "from": [ 15.75, 0, 0 ], + "to": [ 15.75, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 90 } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/redstone_unue.json b/1.8.9/assets/minecraft/models/block/redstone_unue.json new file mode 100644 index 00000000..835303d7 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/redstone_unue.json @@ -0,0 +1,54 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/redstone_dust_cross", + "cross": "blocks/redstone_dust_cross", + "crossoverlay": "blocks/redstone_dust_cross_overlay", + "line": "blocks/redstone_dust_line", + "lineoverlay": "blocks/redstone_dust_line_overlay" + }, + "elements": [ + { "from": [ 5, 0.25, 0 ], + "to": [ 16, 0.25, 11 ], + "shade": false, + "faces": { + "up": { "uv": [ 5, 0, 16, 11 ], "texture": "#cross", "tintindex": 0 } + } + }, + { "from": [ 5, 0.25, 0 ], + "to": [ 16, 0.25, 11 ], + "shade": false, + "faces": { + "up": { "uv": [ 5, 0, 16, 11 ], "texture": "#crossoverlay" } + } + }, + { "from": [ 0, 0, 0.25 ], + "to": [ 16, 16, 0.25 ], + "shade": false, + "faces": { + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 90, "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.25 ], + "to": [ 16, 16, 0.25 ], + "shade": false, + "faces": { + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 90 } + } + }, + { "from": [ 15.75, 0, 0 ], + "to": [ 15.75, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 90, "tintindex": 0 } + } + }, + { "from": [ 15.75, 0, 0 ], + "to": [ 15.75, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 90 } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/redstone_unus.json b/1.8.9/assets/minecraft/models/block/redstone_unus.json new file mode 100644 index 00000000..25c8897b --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/redstone_unus.json @@ -0,0 +1,54 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/redstone_dust_cross", + "cross": "blocks/redstone_dust_cross", + "crossoverlay": "blocks/redstone_dust_cross_overlay", + "line": "blocks/redstone_dust_line", + "lineoverlay": "blocks/redstone_dust_line_overlay" + }, + "elements": [ + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 90, "tintindex": 0 } + } + }, + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 90 } + } + }, + { "from": [ 0, 0, 0.25 ], + "to": [ 16, 16, 0.25 ], + "shade": false, + "faces": { + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 90, "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.25 ], + "to": [ 16, 16, 0.25 ], + "shade": false, + "faces": { + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 90 } + } + }, + { "from": [ 0, 0, 15.75 ], + "to": [ 16, 16, 15.75 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 90, "tintindex": 0 } + } + }, + { "from": [ 0, 0, 15.75 ], + "to": [ 16, 16, 15.75 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 90 } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/redstone_unuse.json b/1.8.9/assets/minecraft/models/block/redstone_unuse.json new file mode 100644 index 00000000..5e0d29a2 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/redstone_unuse.json @@ -0,0 +1,54 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/redstone_dust_cross", + "cross": "blocks/redstone_dust_cross", + "crossoverlay": "blocks/redstone_dust_cross_overlay", + "line": "blocks/redstone_dust_line", + "lineoverlay": "blocks/redstone_dust_line_overlay" + }, + "elements": [ + { "from": [ 5, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 5, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 } + } + }, + { "from": [ 5, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 5, 0, 16, 16 ], "texture": "#crossoverlay" } + } + }, + { "from": [ 0, 0, 0.25 ], + "to": [ 16, 16, 0.25 ], + "shade": false, + "faces": { + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 90, "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.25 ], + "to": [ 16, 16, 0.25 ], + "shade": false, + "faces": { + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 90 } + } + }, + { "from": [ 0, 0, 15.75 ], + "to": [ 16, 16, 15.75 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 90, "tintindex": 0 } + } + }, + { "from": [ 0, 0, 15.75 ], + "to": [ 16, 16, 15.75 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 90 } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/redstone_unusew.json b/1.8.9/assets/minecraft/models/block/redstone_unusew.json new file mode 100644 index 00000000..eff9b65c --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/redstone_unusew.json @@ -0,0 +1,54 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/redstone_dust_cross", + "cross": "blocks/redstone_dust_cross", + "crossoverlay": "blocks/redstone_dust_cross_overlay", + "line": "blocks/redstone_dust_line", + "lineoverlay": "blocks/redstone_dust_line_overlay" + }, + "elements": [ + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 } + } + }, + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#crossoverlay" } + } + }, + { "from": [ 0, 0, 0.25 ], + "to": [ 16, 16, 0.25 ], + "shade": false, + "faces": { + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 90, "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.25 ], + "to": [ 16, 16, 0.25 ], + "shade": false, + "faces": { + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 90 } + } + }, + { "from": [ 0, 0, 15.75 ], + "to": [ 16, 16, 15.75 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 90, "tintindex": 0 } + } + }, + { "from": [ 0, 0, 15.75 ], + "to": [ 16, 16, 15.75 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 90 } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/redstone_unusue.json b/1.8.9/assets/minecraft/models/block/redstone_unusue.json new file mode 100644 index 00000000..1eca773d --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/redstone_unusue.json @@ -0,0 +1,68 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/redstone_dust_cross", + "cross": "blocks/redstone_dust_cross", + "crossoverlay": "blocks/redstone_dust_cross_overlay", + "line": "blocks/redstone_dust_line", + "lineoverlay": "blocks/redstone_dust_line_overlay" + }, + "elements": [ + { "from": [ 5, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 5, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 } + } + }, + { "from": [ 5, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 5, 0, 16, 16 ], "texture": "#crossoverlay" } + } + }, + { "from": [ 0, 0, 0.25 ], + "to": [ 16, 16, 0.25 ], + "shade": false, + "faces": { + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 90, "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.25 ], + "to": [ 16, 16, 0.25 ], + "shade": false, + "faces": { + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 90 } + } + }, + { "from": [ 0, 0, 15.75 ], + "to": [ 16, 16, 15.75 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 90, "tintindex": 0 } + } + }, + { "from": [ 0, 0, 15.75 ], + "to": [ 16, 16, 15.75 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 90 } + } + }, + { "from": [ 15.75, 0, 0 ], + "to": [ 15.75, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 90, "tintindex": 0 } + } + }, + { "from": [ 15.75, 0, 0 ], + "to": [ 15.75, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 90 } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/redstone_unusueuw.json b/1.8.9/assets/minecraft/models/block/redstone_unusueuw.json new file mode 100644 index 00000000..76c9767f --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/redstone_unusueuw.json @@ -0,0 +1,82 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/redstone_dust_cross", + "cross": "blocks/redstone_dust_cross", + "crossoverlay": "blocks/redstone_dust_cross_overlay", + "line": "blocks/redstone_dust_line", + "lineoverlay": "blocks/redstone_dust_line_overlay" + }, + "elements": [ + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 } + } + }, + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#crossoverlay" } + } + }, + { "from": [ 0, 0, 0.25 ], + "to": [ 16, 16, 0.25 ], + "shade": false, + "faces": { + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 90, "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.25 ], + "to": [ 16, 16, 0.25 ], + "shade": false, + "faces": { + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 90 } + } + }, + { "from": [ 0, 0, 15.75 ], + "to": [ 16, 16, 15.75 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 90, "tintindex": 0 } + } + }, + { "from": [ 0, 0, 15.75 ], + "to": [ 16, 16, 15.75 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 90 } + } + }, + { "from": [ 15.75, 0, 0 ], + "to": [ 15.75, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 90, "tintindex": 0 } + } + }, + { "from": [ 15.75, 0, 0 ], + "to": [ 15.75, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 90 } + } + }, + { "from": [ 0.25, 0, 0 ], + "to": [ 0.25, 16, 16 ], + "shade": false, + "faces": { + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 90, "tintindex": 0 } + } + }, + { "from": [ 0.25, 0, 0 ], + "to": [ 0.25, 16, 16 ], + "shade": false, + "faces": { + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 90 } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/redstone_unusuew.json b/1.8.9/assets/minecraft/models/block/redstone_unusuew.json new file mode 100644 index 00000000..530af4b6 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/redstone_unusuew.json @@ -0,0 +1,68 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/redstone_dust_cross", + "cross": "blocks/redstone_dust_cross", + "crossoverlay": "blocks/redstone_dust_cross_overlay", + "line": "blocks/redstone_dust_line", + "lineoverlay": "blocks/redstone_dust_line_overlay" + }, + "elements": [ + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 } + } + }, + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#crossoverlay" } + } + }, + { "from": [ 0, 0, 0.25 ], + "to": [ 16, 16, 0.25 ], + "shade": false, + "faces": { + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 90, "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.25 ], + "to": [ 16, 16, 0.25 ], + "shade": false, + "faces": { + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 90 } + } + }, + { "from": [ 0, 0, 15.75 ], + "to": [ 16, 16, 15.75 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 90, "tintindex": 0 } + } + }, + { "from": [ 0, 0, 15.75 ], + "to": [ 16, 16, 15.75 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 90 } + } + }, + { "from": [ 15.75, 0, 0 ], + "to": [ 15.75, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 90, "tintindex": 0 } + } + }, + { "from": [ 15.75, 0, 0 ], + "to": [ 15.75, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 90 } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/reeds.json b/1.8.9/assets/minecraft/models/block/reeds.json new file mode 100644 index 00000000..ac5a38d5 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/reeds.json @@ -0,0 +1,6 @@ +{ + "parent": "block/tallgrass", + "textures": { + "cross": "blocks/reeds" + } +} diff --git a/1.8.9/assets/minecraft/models/block/repeater_1tick.json b/1.8.9/assets/minecraft/models/block/repeater_1tick.json new file mode 100644 index 00000000..d49a67b2 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/repeater_1tick.json @@ -0,0 +1,44 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_off", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_off", + "unlit": "blocks/redstone_torch_off" + }, + "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": [ 7, 2, 6 ], + "to": [ 9, 7, 8 ], + "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, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/repeater_2tick.json b/1.8.9/assets/minecraft/models/block/repeater_2tick.json new file mode 100644 index 00000000..98c94ef5 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/repeater_2tick.json @@ -0,0 +1,44 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_off", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_off", + "unlit": "blocks/redstone_torch_off" + }, + "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": [ 7, 2, 8 ], + "to": [ 9, 7, 10 ], + "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, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/repeater_3tick.json b/1.8.9/assets/minecraft/models/block/repeater_3tick.json new file mode 100644 index 00000000..3a3a11f9 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/repeater_3tick.json @@ -0,0 +1,44 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_off", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_off", + "unlit": "blocks/redstone_torch_off" + }, + "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": [ 7, 2, 10 ], + "to": [ 9, 7, 12 ], + "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, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/repeater_4tick.json b/1.8.9/assets/minecraft/models/block/repeater_4tick.json new file mode 100644 index 00000000..cbcf0b6c --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/repeater_4tick.json @@ -0,0 +1,44 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_off", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_off", + "unlit": "blocks/redstone_torch_off" + }, + "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": [ 7, 2, 12 ], + "to": [ 9, 7, 14 ], + "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, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/repeater_locked_1tick.json b/1.8.9/assets/minecraft/models/block/repeater_locked_1tick.json new file mode 100644 index 00000000..e62956f9 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/repeater_locked_1tick.json @@ -0,0 +1,45 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_off", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_off", + "lock": "blocks/bedrock", + "unlit": "blocks/redstone_torch_off" + }, + "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": [ 2, 2, 6 ], + "to": [ 14, 4, 8 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 2, 2 ], + "to": [ 9, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/repeater_locked_2tick.json b/1.8.9/assets/minecraft/models/block/repeater_locked_2tick.json new file mode 100644 index 00000000..f9a14550 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/repeater_locked_2tick.json @@ -0,0 +1,45 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_off", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_off", + "lock": "blocks/bedrock", + "unlit": "blocks/redstone_torch_off" + }, + "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": [ 2, 2, 8 ], + "to": [ 14, 4, 10 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 2, 2 ], + "to": [ 9, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/repeater_locked_3tick.json b/1.8.9/assets/minecraft/models/block/repeater_locked_3tick.json new file mode 100644 index 00000000..ff850a63 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/repeater_locked_3tick.json @@ -0,0 +1,45 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_off", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_off", + "lock": "blocks/bedrock", + "unlit": "blocks/redstone_torch_off" + }, + "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": [ 2, 2, 10 ], + "to": [ 14, 4, 12 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 2, 2 ], + "to": [ 9, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/repeater_locked_4tick.json b/1.8.9/assets/minecraft/models/block/repeater_locked_4tick.json new file mode 100644 index 00000000..d0ed0264 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/repeater_locked_4tick.json @@ -0,0 +1,45 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_off", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_off", + "lock": "blocks/bedrock", + "unlit": "blocks/redstone_torch_off" + }, + "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": [ 2, 2, 12 ], + "to": [ 14, 4, 14 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 2, 2 ], + "to": [ 9, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/repeater_on_1tick.json b/1.8.9/assets/minecraft/models/block/repeater_on_1tick.json new file mode 100644 index 00000000..8034f6da --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/repeater_on_1tick.json @@ -0,0 +1,62 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_on", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_on", + "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": [ 7, 7, 6 ], + "to": [ 9, 7, 8 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 5 ], + "to": [ 9, 8, 9 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 6 ], + "to": [ 10, 8, 8 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/repeater_on_2tick.json b/1.8.9/assets/minecraft/models/block/repeater_on_2tick.json new file mode 100644 index 00000000..4a077fa3 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/repeater_on_2tick.json @@ -0,0 +1,62 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_on", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_on", + "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": [ 7, 7, 8 ], + "to": [ 9, 7, 10 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 7 ], + "to": [ 9, 8, 11 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 8 ], + "to": [ 10, 8, 10 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/repeater_on_3tick.json b/1.8.9/assets/minecraft/models/block/repeater_on_3tick.json new file mode 100644 index 00000000..75edf5ff --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/repeater_on_3tick.json @@ -0,0 +1,62 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_on", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_on", + "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": [ 7, 7, 10 ], + "to": [ 9, 7, 12 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 9 ], + "to": [ 9, 8, 13 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 10 ], + "to": [ 10, 8, 12 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/repeater_on_4tick.json b/1.8.9/assets/minecraft/models/block/repeater_on_4tick.json new file mode 100644 index 00000000..f67ff945 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/repeater_on_4tick.json @@ -0,0 +1,62 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_on", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_on", + "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": [ 7, 7, 12 ], + "to": [ 9, 7, 14 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 11 ], + "to": [ 9, 8, 15 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 12 ], + "to": [ 10, 8, 14 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/repeater_on_locked_1tick.json b/1.8.9/assets/minecraft/models/block/repeater_on_locked_1tick.json new file mode 100644 index 00000000..8e01a799 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/repeater_on_locked_1tick.json @@ -0,0 +1,54 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_on", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_on", + "lit": "blocks/redstone_torch_on", + "lock": "blocks/bedrock" + }, + "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": [ 2, 2, 6 ], + "to": [ 14, 4, 8 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/repeater_on_locked_2tick.json b/1.8.9/assets/minecraft/models/block/repeater_on_locked_2tick.json new file mode 100644 index 00000000..31556f36 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/repeater_on_locked_2tick.json @@ -0,0 +1,54 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_on", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_on", + "lit": "blocks/redstone_torch_on", + "lock": "blocks/bedrock" + }, + "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": [ 2, 2, 8 ], + "to": [ 14, 4, 10 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/repeater_on_locked_3tick.json b/1.8.9/assets/minecraft/models/block/repeater_on_locked_3tick.json new file mode 100644 index 00000000..b8352e53 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/repeater_on_locked_3tick.json @@ -0,0 +1,54 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_on", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_on", + "lit": "blocks/redstone_torch_on", + "lock": "blocks/bedrock" + }, + "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": [ 2, 2, 10 ], + "to": [ 14, 4, 12 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/repeater_on_locked_4tick.json b/1.8.9/assets/minecraft/models/block/repeater_on_locked_4tick.json new file mode 100644 index 00000000..f7664ee1 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/repeater_on_locked_4tick.json @@ -0,0 +1,54 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_on", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_on", + "lit": "blocks/redstone_torch_on", + "lock": "blocks/bedrock" + }, + "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": [ 2, 2, 12 ], + "to": [ 14, 4, 14 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/sand.json b/1.8.9/assets/minecraft/models/block/sand.json new file mode 100644 index 00000000..96c79821 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/sand.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/sand" + } +} diff --git a/1.8.9/assets/minecraft/models/block/sandstone_all.json b/1.8.9/assets/minecraft/models/block/sandstone_all.json new file mode 100644 index 00000000..834be32b --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/sandstone_all.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/sandstone_top" + } +} diff --git a/1.8.9/assets/minecraft/models/block/sandstone_chiseled.json b/1.8.9/assets/minecraft/models/block/sandstone_chiseled.json new file mode 100644 index 00000000..a89f4d20 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/sandstone_chiseled.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/sandstone_top", + "side": "blocks/sandstone_carved" + } +} diff --git a/1.8.9/assets/minecraft/models/block/sandstone_inner_stairs.json b/1.8.9/assets/minecraft/models/block/sandstone_inner_stairs.json new file mode 100644 index 00000000..9ef52b06 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/sandstone_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/sandstone_bottom", + "top": "blocks/sandstone_top", + "side": "blocks/sandstone_normal" + } +} diff --git a/1.8.9/assets/minecraft/models/block/sandstone_normal.json b/1.8.9/assets/minecraft/models/block/sandstone_normal.json new file mode 100644 index 00000000..5651d6fc --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/sandstone_normal.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "blocks/sandstone_bottom", + "top": "blocks/sandstone_top", + "side": "blocks/sandstone_normal" + } +} diff --git a/1.8.9/assets/minecraft/models/block/sandstone_outer_stairs.json b/1.8.9/assets/minecraft/models/block/sandstone_outer_stairs.json new file mode 100644 index 00000000..4a939151 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/sandstone_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/sandstone_bottom", + "top": "blocks/sandstone_top", + "side": "blocks/sandstone_normal" + } +} diff --git a/1.8.9/assets/minecraft/models/block/sandstone_smooth.json b/1.8.9/assets/minecraft/models/block/sandstone_smooth.json new file mode 100644 index 00000000..dace295c --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/sandstone_smooth.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/sandstone_top", + "side": "blocks/sandstone_smooth" + } +} diff --git a/1.8.9/assets/minecraft/models/block/sandstone_stairs.json b/1.8.9/assets/minecraft/models/block/sandstone_stairs.json new file mode 100644 index 00000000..b14026a3 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/sandstone_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/sandstone_bottom", + "top": "blocks/sandstone_top", + "side": "blocks/sandstone_normal" + } +} diff --git a/1.8.9/assets/minecraft/models/block/sea_lantern.json b/1.8.9/assets/minecraft/models/block/sea_lantern.json new file mode 100644 index 00000000..45f8859c --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/sea_lantern.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/sea_lantern" + } +} diff --git a/1.8.9/assets/minecraft/models/block/silver_pane_n.json b/1.8.9/assets/minecraft/models/block/silver_pane_n.json new file mode 100644 index 00000000..b3016dc9 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/silver_pane_n.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_n", + "textures": { + "edge": "blocks/glass_pane_top_silver", + "pane": "blocks/glass_silver" + } +} diff --git a/1.8.9/assets/minecraft/models/block/silver_pane_ne.json b/1.8.9/assets/minecraft/models/block/silver_pane_ne.json new file mode 100644 index 00000000..d5ad6446 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/silver_pane_ne.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_ne", + "textures": { + "edge": "blocks/glass_pane_top_silver", + "pane": "blocks/glass_silver" + } +} diff --git a/1.8.9/assets/minecraft/models/block/silver_pane_new.json b/1.8.9/assets/minecraft/models/block/silver_pane_new.json new file mode 100644 index 00000000..7d62fe51 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/silver_pane_new.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_new", + "textures": { + "edge": "blocks/glass_pane_top_silver", + "pane": "blocks/glass_silver" + } +} diff --git a/1.8.9/assets/minecraft/models/block/silver_pane_ns.json b/1.8.9/assets/minecraft/models/block/silver_pane_ns.json new file mode 100644 index 00000000..fe656df1 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/silver_pane_ns.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_ns", + "textures": { + "edge": "blocks/glass_pane_top_silver", + "pane": "blocks/glass_silver" + } +} diff --git a/1.8.9/assets/minecraft/models/block/silver_pane_nse.json b/1.8.9/assets/minecraft/models/block/silver_pane_nse.json new file mode 100644 index 00000000..fb9c6da2 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/silver_pane_nse.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nse", + "textures": { + "edge": "blocks/glass_pane_top_silver", + "pane": "blocks/glass_silver" + } +} diff --git a/1.8.9/assets/minecraft/models/block/silver_pane_nsew.json b/1.8.9/assets/minecraft/models/block/silver_pane_nsew.json new file mode 100644 index 00000000..af3b319f --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/silver_pane_nsew.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nsew", + "textures": { + "edge": "blocks/glass_pane_top_silver", + "pane": "blocks/glass_silver" + } +} diff --git a/1.8.9/assets/minecraft/models/block/silver_pane_nsw.json b/1.8.9/assets/minecraft/models/block/silver_pane_nsw.json new file mode 100644 index 00000000..5eb1c4b1 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/silver_pane_nsw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nsw", + "textures": { + "edge": "blocks/glass_pane_top_silver", + "pane": "blocks/glass_silver" + } +} diff --git a/1.8.9/assets/minecraft/models/block/silver_pane_nw.json b/1.8.9/assets/minecraft/models/block/silver_pane_nw.json new file mode 100644 index 00000000..b09e7ce8 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/silver_pane_nw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nw", + "textures": { + "edge": "blocks/glass_pane_top_silver", + "pane": "blocks/glass_silver" + } +} diff --git a/1.8.9/assets/minecraft/models/block/silver_pane_s.json b/1.8.9/assets/minecraft/models/block/silver_pane_s.json new file mode 100644 index 00000000..c4dc5435 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/silver_pane_s.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_s", + "textures": { + "edge": "blocks/glass_pane_top_silver", + "pane": "blocks/glass_silver" + } +} diff --git a/1.8.9/assets/minecraft/models/block/silver_pane_se.json b/1.8.9/assets/minecraft/models/block/silver_pane_se.json new file mode 100644 index 00000000..4414b7f4 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/silver_pane_se.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_se", + "textures": { + "edge": "blocks/glass_pane_top_silver", + "pane": "blocks/glass_silver" + } +} diff --git a/1.8.9/assets/minecraft/models/block/silver_pane_sew.json b/1.8.9/assets/minecraft/models/block/silver_pane_sew.json new file mode 100644 index 00000000..c6e1907f --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/silver_pane_sew.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_sew", + "textures": { + "edge": "blocks/glass_pane_top_silver", + "pane": "blocks/glass_silver" + } +} diff --git a/1.8.9/assets/minecraft/models/block/silver_pane_sw.json b/1.8.9/assets/minecraft/models/block/silver_pane_sw.json new file mode 100644 index 00000000..f430eff5 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/silver_pane_sw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_sw", + "textures": { + "edge": "blocks/glass_pane_top_silver", + "pane": "blocks/glass_silver" + } +} diff --git a/1.8.9/assets/minecraft/models/block/silver_wool.json b/1.8.9/assets/minecraft/models/block/silver_wool.json new file mode 100644 index 00000000..04d6d551 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/silver_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_silver" + } +} diff --git a/1.8.9/assets/minecraft/models/block/slime.json b/1.8.9/assets/minecraft/models/block/slime.json new file mode 100644 index 00000000..665f6880 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/slime.json @@ -0,0 +1,30 @@ +{ + "textures": { + "particle": "blocks/slime", + "texture": "blocks/slime" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" } + } + }, + { "from": [ 3, 3, 3 ], + "to": [ 13, 13, 13 ], + "faces": { + "down": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, + "up": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, + "north": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, + "south": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, + "west": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, + "east": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/snow.json b/1.8.9/assets/minecraft/models/block/snow.json new file mode 100644 index 00000000..328a45e1 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/snow.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/snow" + } +} diff --git a/1.8.9/assets/minecraft/models/block/snow_height10.json b/1.8.9/assets/minecraft/models/block/snow_height10.json new file mode 100644 index 00000000..b3fa4ac1 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/snow_height10.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "blocks/snow", + "texture": "blocks/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 10, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 6, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 6, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 6, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 6, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/snow_height12.json b/1.8.9/assets/minecraft/models/block/snow_height12.json new file mode 100644 index 00000000..3d706357 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/snow_height12.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "blocks/snow", + "texture": "blocks/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 12, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 4, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 4, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 4, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 4, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/snow_height14.json b/1.8.9/assets/minecraft/models/block/snow_height14.json new file mode 100644 index 00000000..b25587f0 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/snow_height14.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "blocks/snow", + "texture": "blocks/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 14, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 2, 16, 16 ], "texture": "#texture" }, + "south": { "uv": [ 0, 2, 16, 16 ], "texture": "#texture" }, + "west": { "uv": [ 0, 2, 16, 16 ], "texture": "#texture" }, + "east": { "uv": [ 0, 2, 16, 16 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/snow_height2.json b/1.8.9/assets/minecraft/models/block/snow_height2.json new file mode 100644 index 00000000..eed12644 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/snow_height2.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "blocks/snow", + "texture": "blocks/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 2, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 14, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 14, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 14, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 14, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/snow_height4.json b/1.8.9/assets/minecraft/models/block/snow_height4.json new file mode 100644 index 00000000..350d5613 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/snow_height4.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "blocks/snow", + "texture": "blocks/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 4, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 12, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 12, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 12, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 12, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/snow_height6.json b/1.8.9/assets/minecraft/models/block/snow_height6.json new file mode 100644 index 00000000..ef3f511e --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/snow_height6.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "blocks/snow", + "texture": "blocks/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 6, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 10, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 10, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 10, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 10, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/snow_height8.json b/1.8.9/assets/minecraft/models/block/snow_height8.json new file mode 100644 index 00000000..e8273626 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/snow_height8.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "blocks/snow", + "texture": "blocks/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 8, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 8, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 8, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 8, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 8, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/soul_sand.json b/1.8.9/assets/minecraft/models/block/soul_sand.json new file mode 100644 index 00000000..157c4381 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/soul_sand.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/soul_sand" + } +} diff --git a/1.8.9/assets/minecraft/models/block/sponge.json b/1.8.9/assets/minecraft/models/block/sponge.json new file mode 100644 index 00000000..c26f2b5a --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/sponge.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/sponge" + } +} diff --git a/1.8.9/assets/minecraft/models/block/sponge_wet.json b/1.8.9/assets/minecraft/models/block/sponge_wet.json new file mode 100644 index 00000000..91c46414 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/sponge_wet.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/sponge_wet" + } +} diff --git a/1.8.9/assets/minecraft/models/block/spruce_bark.json b/1.8.9/assets/minecraft/models/block/spruce_bark.json new file mode 100644 index 00000000..9ce86b6a --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/spruce_bark.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/log_spruce" + } +} diff --git a/1.8.9/assets/minecraft/models/block/spruce_door_bottom.json b/1.8.9/assets/minecraft/models/block/spruce_door_bottom.json new file mode 100644 index 00000000..1b4e50bb --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/spruce_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom", + "textures": { + "bottom": "blocks/door_spruce_lower", + "top": "blocks/door_spruce_upper" + } +} diff --git a/1.8.9/assets/minecraft/models/block/spruce_door_bottom_rh.json b/1.8.9/assets/minecraft/models/block/spruce_door_bottom_rh.json new file mode 100644 index 00000000..1c1e4a36 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/spruce_door_bottom_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom_rh", + "textures": { + "bottom": "blocks/door_spruce_lower", + "top": "blocks/door_spruce_upper" + } +} diff --git a/1.8.9/assets/minecraft/models/block/spruce_door_top.json b/1.8.9/assets/minecraft/models/block/spruce_door_top.json new file mode 100644 index 00000000..fcd396de --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/spruce_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top", + "textures": { + "bottom": "blocks/door_spruce_lower", + "top": "blocks/door_spruce_upper" + } +} diff --git a/1.8.9/assets/minecraft/models/block/spruce_door_top_rh.json b/1.8.9/assets/minecraft/models/block/spruce_door_top_rh.json new file mode 100644 index 00000000..e386f9ab --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/spruce_door_top_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top_rh", + "textures": { + "bottom": "blocks/door_spruce_lower", + "top": "blocks/door_spruce_upper" + } +} diff --git a/1.8.9/assets/minecraft/models/block/spruce_fence_gate_closed.json b/1.8.9/assets/minecraft/models/block/spruce_fence_gate_closed.json new file mode 100644 index 00000000..54eea651 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/spruce_fence_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_gate_closed", + "textures": { + "texture": "blocks/planks_spruce" + } +} diff --git a/1.8.9/assets/minecraft/models/block/spruce_fence_gate_open.json b/1.8.9/assets/minecraft/models/block/spruce_fence_gate_open.json new file mode 100644 index 00000000..8f09c6ab --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/spruce_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_gate_open", + "textures": { + "texture": "blocks/planks_spruce" + } +} diff --git a/1.8.9/assets/minecraft/models/block/spruce_fence_inventory.json b/1.8.9/assets/minecraft/models/block/spruce_fence_inventory.json new file mode 100644 index 00000000..a778f2ec --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/spruce_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_inventory", + "textures": { + "texture": "blocks/planks_spruce" + } +} diff --git a/1.8.9/assets/minecraft/models/block/spruce_fence_n.json b/1.8.9/assets/minecraft/models/block/spruce_fence_n.json new file mode 100644 index 00000000..231e79d6 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/spruce_fence_n.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_n", + "textures": { + "texture": "blocks/planks_spruce" + } +} diff --git a/1.8.9/assets/minecraft/models/block/spruce_fence_ne.json b/1.8.9/assets/minecraft/models/block/spruce_fence_ne.json new file mode 100644 index 00000000..b8bf814f --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/spruce_fence_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_ne", + "textures": { + "texture": "blocks/planks_spruce" + } +} diff --git a/1.8.9/assets/minecraft/models/block/spruce_fence_ns.json b/1.8.9/assets/minecraft/models/block/spruce_fence_ns.json new file mode 100644 index 00000000..e2d45cef --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/spruce_fence_ns.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_ns", + "textures": { + "texture": "blocks/planks_spruce" + } +} diff --git a/1.8.9/assets/minecraft/models/block/spruce_fence_nse.json b/1.8.9/assets/minecraft/models/block/spruce_fence_nse.json new file mode 100644 index 00000000..f10415f3 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/spruce_fence_nse.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_nse", + "textures": { + "texture": "blocks/planks_spruce" + } +} diff --git a/1.8.9/assets/minecraft/models/block/spruce_fence_nsew.json b/1.8.9/assets/minecraft/models/block/spruce_fence_nsew.json new file mode 100644 index 00000000..166e5586 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/spruce_fence_nsew.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_nsew", + "textures": { + "texture": "blocks/planks_spruce" + } +} diff --git a/1.8.9/assets/minecraft/models/block/spruce_fence_post.json b/1.8.9/assets/minecraft/models/block/spruce_fence_post.json new file mode 100644 index 00000000..08309936 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/spruce_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_post", + "textures": { + "texture": "blocks/planks_spruce" + } +} diff --git a/1.8.9/assets/minecraft/models/block/spruce_inner_stairs.json b/1.8.9/assets/minecraft/models/block/spruce_inner_stairs.json new file mode 100644 index 00000000..ea0c084c --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/spruce_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/planks_spruce", + "top": "blocks/planks_spruce", + "side": "blocks/planks_spruce" + } +} diff --git a/1.8.9/assets/minecraft/models/block/spruce_leaves.json b/1.8.9/assets/minecraft/models/block/spruce_leaves.json new file mode 100644 index 00000000..15332cb4 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/spruce_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "block/leaves", + "textures": { + "all": "blocks/leaves_spruce" + } +} diff --git a/1.8.9/assets/minecraft/models/block/spruce_log.json b/1.8.9/assets/minecraft/models/block/spruce_log.json new file mode 100644 index 00000000..e021f2b5 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/spruce_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/log_spruce_top", + "side": "blocks/log_spruce" + } +} diff --git a/1.8.9/assets/minecraft/models/block/spruce_log_side.json b/1.8.9/assets/minecraft/models/block/spruce_log_side.json new file mode 100644 index 00000000..ad69e4b9 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/spruce_log_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/column_side", + "textures": { + "end": "blocks/log_spruce_top", + "side": "blocks/log_spruce" + } +} diff --git a/1.8.9/assets/minecraft/models/block/spruce_outer_stairs.json b/1.8.9/assets/minecraft/models/block/spruce_outer_stairs.json new file mode 100644 index 00000000..a50338c8 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/spruce_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/planks_spruce", + "top": "blocks/planks_spruce", + "side": "blocks/planks_spruce" + } +} diff --git a/1.8.9/assets/minecraft/models/block/spruce_planks.json b/1.8.9/assets/minecraft/models/block/spruce_planks.json new file mode 100644 index 00000000..f5c9c843 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/spruce_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/planks_spruce" + } +} diff --git a/1.8.9/assets/minecraft/models/block/spruce_sapling.json b/1.8.9/assets/minecraft/models/block/spruce_sapling.json new file mode 100644 index 00000000..d2defbfb --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/spruce_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/sapling_spruce" + } +} diff --git a/1.8.9/assets/minecraft/models/block/spruce_stairs.json b/1.8.9/assets/minecraft/models/block/spruce_stairs.json new file mode 100644 index 00000000..1781208d --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/spruce_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/planks_spruce", + "top": "blocks/planks_spruce", + "side": "blocks/planks_spruce" + } +} diff --git a/1.8.9/assets/minecraft/models/block/spruce_wall_gate_closed.json b/1.8.9/assets/minecraft/models/block/spruce_wall_gate_closed.json new file mode 100644 index 00000000..4f911e33 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/spruce_wall_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_gate_closed", + "textures": { + "texture": "blocks/planks_spruce" + } +} diff --git a/1.8.9/assets/minecraft/models/block/spruce_wall_gate_open.json b/1.8.9/assets/minecraft/models/block/spruce_wall_gate_open.json new file mode 100644 index 00000000..ea949901 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/spruce_wall_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_gate_open", + "textures": { + "texture": "blocks/planks_spruce" + } +} diff --git a/1.8.9/assets/minecraft/models/block/stairs.json b/1.8.9/assets/minecraft/models/block/stairs.json new file mode 100644 index 00000000..c13f02bc --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/stairs.json @@ -0,0 +1,29 @@ +{ + "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" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/stem_fruit.json b/1.8.9/assets/minecraft/models/block/stem_fruit.json new file mode 100644 index 00000000..86d59c66 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/stem_fruit.json @@ -0,0 +1,31 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 7, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 8 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 8 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 7, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 8 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 8 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 8 ], + "to": [ 9, 16, 8 ], + "faces": { + "north": { "uv": [ 9, 0, 0, 16 ], "texture": "#upperstem", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 9, 16 ], "texture": "#upperstem", "tintindex": 0 } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/stem_growth0.json b/1.8.9/assets/minecraft/models/block/stem_growth0.json new file mode 100644 index 00000000..6e977315 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/stem_growth0.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 1, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 2 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 2 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 1, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 2 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 2 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/stem_growth1.json b/1.8.9/assets/minecraft/models/block/stem_growth1.json new file mode 100644 index 00000000..ea97f754 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/stem_growth1.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 3, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 4 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 4 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 3, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 4 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 4 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/stem_growth2.json b/1.8.9/assets/minecraft/models/block/stem_growth2.json new file mode 100644 index 00000000..4ab6f4c2 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/stem_growth2.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 5, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 6 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 6 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 5, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 6 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 6 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/stem_growth3.json b/1.8.9/assets/minecraft/models/block/stem_growth3.json new file mode 100644 index 00000000..542a8205 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/stem_growth3.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 7, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 8 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 8 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 7, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 8 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 8 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/stem_growth4.json b/1.8.9/assets/minecraft/models/block/stem_growth4.json new file mode 100644 index 00000000..77befceb --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/stem_growth4.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 9, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 10 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 10 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 9, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 10 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 10 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/stem_growth5.json b/1.8.9/assets/minecraft/models/block/stem_growth5.json new file mode 100644 index 00000000..678450e6 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/stem_growth5.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 11, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 12 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 12 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 11, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 12 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 12 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/stem_growth6.json b/1.8.9/assets/minecraft/models/block/stem_growth6.json new file mode 100644 index 00000000..523974e2 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/stem_growth6.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 13, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 14 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 14 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 13, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 14 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 14 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/stem_growth7.json b/1.8.9/assets/minecraft/models/block/stem_growth7.json new file mode 100644 index 00000000..bd4f9d18 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/stem_growth7.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 15, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 16 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 15, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 16 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/sticky_piston.json b/1.8.9/assets/minecraft/models/block/sticky_piston.json new file mode 100644 index 00000000..7edfddcc --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/sticky_piston.json @@ -0,0 +1,8 @@ +{ + "parent": "block/piston", + "textures": { + "bottom": "blocks/piston_bottom", + "side": "blocks/piston_side", + "platform": "blocks/piston_top_sticky" + } +} diff --git a/1.8.9/assets/minecraft/models/block/stone.json b/1.8.9/assets/minecraft/models/block/stone.json new file mode 100644 index 00000000..8e85b9a6 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/stone.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/stone" + } +} diff --git a/1.8.9/assets/minecraft/models/block/stone_brick_inner_stairs.json b/1.8.9/assets/minecraft/models/block/stone_brick_inner_stairs.json new file mode 100644 index 00000000..6be865a6 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/stone_brick_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/stonebrick", + "top": "blocks/stonebrick", + "side": "blocks/stonebrick" + } +} diff --git a/1.8.9/assets/minecraft/models/block/stone_brick_outer_stairs.json b/1.8.9/assets/minecraft/models/block/stone_brick_outer_stairs.json new file mode 100644 index 00000000..cffe6967 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/stone_brick_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/stonebrick", + "top": "blocks/stonebrick", + "side": "blocks/stonebrick" + } +} diff --git a/1.8.9/assets/minecraft/models/block/stone_brick_stairs.json b/1.8.9/assets/minecraft/models/block/stone_brick_stairs.json new file mode 100644 index 00000000..0101de43 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/stone_brick_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/stonebrick", + "top": "blocks/stonebrick", + "side": "blocks/stonebrick" + } +} diff --git a/1.8.9/assets/minecraft/models/block/stone_button.json b/1.8.9/assets/minecraft/models/block/stone_button.json new file mode 100644 index 00000000..e72a8692 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/stone_button.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button", + "textures": { + "texture": "blocks/stone" + } +} diff --git a/1.8.9/assets/minecraft/models/block/stone_button_inventory.json b/1.8.9/assets/minecraft/models/block/stone_button_inventory.json new file mode 100644 index 00000000..ad62f2f7 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/stone_button_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button_inventory", + "textures": { + "texture": "blocks/stone" + } +} diff --git a/1.8.9/assets/minecraft/models/block/stone_button_pressed.json b/1.8.9/assets/minecraft/models/block/stone_button_pressed.json new file mode 100644 index 00000000..3dfa6805 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/stone_button_pressed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button_pressed", + "textures": { + "texture": "blocks/stone" + } +} diff --git a/1.8.9/assets/minecraft/models/block/stone_inner_stairs.json b/1.8.9/assets/minecraft/models/block/stone_inner_stairs.json new file mode 100644 index 00000000..22bb23bc --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/stone_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/cobblestone", + "top": "blocks/cobblestone", + "side": "blocks/cobblestone" + } +} diff --git a/1.8.9/assets/minecraft/models/block/stone_mirrored.json b/1.8.9/assets/minecraft/models/block/stone_mirrored.json new file mode 100644 index 00000000..5d3d2ad3 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/stone_mirrored.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_mirrored_all", + "textures": { + "all": "blocks/stone" + } +} diff --git a/1.8.9/assets/minecraft/models/block/stone_outer_stairs.json b/1.8.9/assets/minecraft/models/block/stone_outer_stairs.json new file mode 100644 index 00000000..effcad20 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/stone_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/cobblestone", + "top": "blocks/cobblestone", + "side": "blocks/cobblestone" + } +} diff --git a/1.8.9/assets/minecraft/models/block/stone_pressure_plate_down.json b/1.8.9/assets/minecraft/models/block/stone_pressure_plate_down.json new file mode 100644 index 00000000..36259c77 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/stone_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_down", + "textures": { + "texture": "blocks/stone" + } +} diff --git a/1.8.9/assets/minecraft/models/block/stone_pressure_plate_inventory.json b/1.8.9/assets/minecraft/models/block/stone_pressure_plate_inventory.json new file mode 100644 index 00000000..34454c33 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/stone_pressure_plate_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_inventory", + "textures": { + "texture": "blocks/stone" + } +} diff --git a/1.8.9/assets/minecraft/models/block/stone_pressure_plate_up.json b/1.8.9/assets/minecraft/models/block/stone_pressure_plate_up.json new file mode 100644 index 00000000..40973b2d --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/stone_pressure_plate_up.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_up", + "textures": { + "texture": "blocks/stone" + } +} diff --git a/1.8.9/assets/minecraft/models/block/stone_stairs.json b/1.8.9/assets/minecraft/models/block/stone_stairs.json new file mode 100644 index 00000000..e20cd887 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/stone_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/cobblestone", + "top": "blocks/cobblestone", + "side": "blocks/cobblestone" + } +} diff --git a/1.8.9/assets/minecraft/models/block/stonebrick_chiseled.json b/1.8.9/assets/minecraft/models/block/stonebrick_chiseled.json new file mode 100644 index 00000000..c3e94d5b --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/stonebrick_chiseled.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/stonebrick_carved" + } +} diff --git a/1.8.9/assets/minecraft/models/block/stonebrick_cracked.json b/1.8.9/assets/minecraft/models/block/stonebrick_cracked.json new file mode 100644 index 00000000..38ce12f1 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/stonebrick_cracked.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/stonebrick_cracked" + } +} diff --git a/1.8.9/assets/minecraft/models/block/stonebrick_mossy.json b/1.8.9/assets/minecraft/models/block/stonebrick_mossy.json new file mode 100644 index 00000000..3c2ad21a --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/stonebrick_mossy.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/stonebrick_mossy" + } +} diff --git a/1.8.9/assets/minecraft/models/block/stonebrick_normal.json b/1.8.9/assets/minecraft/models/block/stonebrick_normal.json new file mode 100644 index 00000000..baf191d0 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/stonebrick_normal.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/stonebrick" + } +} diff --git a/1.8.9/assets/minecraft/models/block/tall_grass.json b/1.8.9/assets/minecraft/models/block/tall_grass.json new file mode 100644 index 00000000..e6bed7dd --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/tall_grass.json @@ -0,0 +1,6 @@ +{ + "parent": "block/tallgrass", + "textures": { + "cross": "blocks/tallgrass" + } +} diff --git a/1.8.9/assets/minecraft/models/block/tallgrass.json b/1.8.9/assets/minecraft/models/block/tallgrass.json new file mode 100644 index 00000000..d3b5474e --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/tallgrass.json @@ -0,0 +1,26 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#cross" + }, + "elements": [ + { "from": [ 0.8, 0, 8 ], + "to": [ 15.2, 16, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 } + } + }, + { "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", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/tnt.json b/1.8.9/assets/minecraft/models/block/tnt.json new file mode 100644 index 00000000..e4aa7775 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/tnt.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "blocks/tnt_bottom", + "top": "blocks/tnt_top", + "side": "blocks/tnt_side" + } +} diff --git a/1.8.9/assets/minecraft/models/block/torch.json b/1.8.9/assets/minecraft/models/block/torch.json new file mode 100644 index 00000000..aef12fcf --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/torch.json @@ -0,0 +1,32 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#torch" + }, + "elements": [ + { "from": [ 7, 0, 7 ], + "to": [ 9, 10, 9 ], + "shade": false, + "faces": { + "down": { "uv": [ 7, 13, 9, 15 ], "texture": "#torch" }, + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#torch" } + } + }, + { "from": [ 7, 0, 0 ], + "to": [ 9, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" } + } + }, + { "from": [ 0, 0, 7 ], + "to": [ 16, 16, 9 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/torch_wall.json b/1.8.9/assets/minecraft/models/block/torch_wall.json new file mode 100644 index 00000000..1a6d297e --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/torch_wall.json @@ -0,0 +1,35 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#torch" + }, + "elements": [ + { "from": [ -1, 3.5, 7 ], + "to": [ 1, 13.5, 9 ], + "rotation": { "origin": [ 0, 3.5, 8 ], "axis": "z", "angle": -22.5 }, + "shade": false, + "faces": { + "down": { "uv": [ 7, 13, 9, 15 ], "texture": "#torch" }, + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#torch" } + } + }, + { "from": [ -1, 3.5, 0 ], + "to": [ 1, 19.5, 16 ], + "rotation": { "origin": [ 0, 3.5, 8 ], "axis": "z", "angle": -22.5 }, + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" } + } + }, + { "from": [ -8, 3.5, 7 ], + "to": [ 8, 19.5, 9 ], + "rotation": { "origin": [ 0, 3.5, 8 ], "axis": "z", "angle": -22.5 }, + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/trapdoor_bottom.json b/1.8.9/assets/minecraft/models/block/trapdoor_bottom.json new file mode 100644 index 00000000..4d2113d7 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/trapdoor_bottom.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 3, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/trapdoor_open.json b/1.8.9/assets/minecraft/models/block/trapdoor_open.json new file mode 100644 index 00000000..b301619c --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/trapdoor_open.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 0, 0, 13 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 13, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 16, 0, 13, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 13, 0, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/trapdoor_top.json b/1.8.9/assets/minecraft/models/block/trapdoor_top.json new file mode 100644 index 00000000..036aeb7b --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/trapdoor_top.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 0, 13, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "up" }, + "north": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/tripwire_attached_n.json b/1.8.9/assets/minecraft/models/block/tripwire_attached_n.json new file mode 100644 index 00000000..da0b8113 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/tripwire_attached_n.json @@ -0,0 +1,33 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/tripwire_attached_ne.json b/1.8.9/assets/minecraft/models/block/tripwire_attached_ne.json new file mode 100644 index 00000000..43dee4dc --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/tripwire_attached_ne.json @@ -0,0 +1,41 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 8, 1.5, 7.75 ], + "to": [ 12, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + }, + { "from": [ 12, 1.5, 7.75 ], + "to": [ 16, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/tripwire_attached_ns.json b/1.8.9/assets/minecraft/models/block/tripwire_attached_ns.json new file mode 100644 index 00000000..aceecb7b --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/tripwire_attached_ns.json @@ -0,0 +1,41 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 12 ], + "to": [ 8.25, 1.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/tripwire_attached_nse.json b/1.8.9/assets/minecraft/models/block/tripwire_attached_nse.json new file mode 100644 index 00000000..a79a0c48 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/tripwire_attached_nse.json @@ -0,0 +1,57 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 12 ], + "to": [ 8.25, 1.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 8, 1.5, 7.75 ], + "to": [ 12, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + }, + { "from": [ 12, 1.5, 7.75 ], + "to": [ 16, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/tripwire_attached_nsew.json b/1.8.9/assets/minecraft/models/block/tripwire_attached_nsew.json new file mode 100644 index 00000000..567b5c99 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/tripwire_attached_nsew.json @@ -0,0 +1,73 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 12 ], + "to": [ 8.25, 1.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 0, 1.5, 7.75 ], + "to": [ 4, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + }, + { "from": [ 4, 1.5, 7.75 ], + "to": [ 8, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + }, + { "from": [ 8, 1.5, 7.75 ], + "to": [ 12, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + }, + { "from": [ 12, 1.5, 7.75 ], + "to": [ 16, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/tripwire_attached_suspended_n.json b/1.8.9/assets/minecraft/models/block/tripwire_attached_suspended_n.json new file mode 100644 index 00000000..a75dc737 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/tripwire_attached_suspended_n.json @@ -0,0 +1,33 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 3.5, 0 ], + "to": [ 8.25, 3.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 3.5, 4 ], + "to": [ 8.25, 3.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 3.5, 8 ], + "to": [ 8.25, 3.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/tripwire_attached_suspended_ne.json b/1.8.9/assets/minecraft/models/block/tripwire_attached_suspended_ne.json new file mode 100644 index 00000000..fd3cb9ae --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/tripwire_attached_suspended_ne.json @@ -0,0 +1,41 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 3.5, 0 ], + "to": [ 8.25, 3.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 3.5, 4 ], + "to": [ 8.25, 3.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 8, 3.5, 7.75 ], + "to": [ 12, 3.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + }, + { "from": [ 12, 3.5, 7.75 ], + "to": [ 16, 3.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/tripwire_attached_suspended_ns.json b/1.8.9/assets/minecraft/models/block/tripwire_attached_suspended_ns.json new file mode 100644 index 00000000..f62ce39b --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/tripwire_attached_suspended_ns.json @@ -0,0 +1,41 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 3.5, 0 ], + "to": [ 8.25, 3.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 3.5, 4 ], + "to": [ 8.25, 3.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 3.5, 8 ], + "to": [ 8.25, 3.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 3.5, 12 ], + "to": [ 8.25, 3.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/tripwire_attached_suspended_nse.json b/1.8.9/assets/minecraft/models/block/tripwire_attached_suspended_nse.json new file mode 100644 index 00000000..74d03dbe --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/tripwire_attached_suspended_nse.json @@ -0,0 +1,57 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 3.5, 0 ], + "to": [ 8.25, 3.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 3.5, 4 ], + "to": [ 8.25, 3.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 3.5, 8 ], + "to": [ 8.25, 3.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 3.5, 12 ], + "to": [ 8.25, 3.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 8, 3.5, 7.75 ], + "to": [ 12, 3.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + }, + { "from": [ 12, 3.5, 7.75 ], + "to": [ 16, 3.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/tripwire_attached_suspended_nsew.json b/1.8.9/assets/minecraft/models/block/tripwire_attached_suspended_nsew.json new file mode 100644 index 00000000..4dbf018e --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/tripwire_attached_suspended_nsew.json @@ -0,0 +1,73 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 3.5, 0 ], + "to": [ 8.25, 3.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 3.5, 4 ], + "to": [ 8.25, 3.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 3.5, 8 ], + "to": [ 8.25, 3.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 3.5, 12 ], + "to": [ 8.25, 3.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 0, 3.5, 7.75 ], + "to": [ 4, 3.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + }, + { "from": [ 4, 3.5, 7.75 ], + "to": [ 8, 3.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + }, + { "from": [ 8, 3.5, 7.75 ], + "to": [ 12, 3.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + }, + { "from": [ 12, 3.5, 7.75 ], + "to": [ 16, 3.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/tripwire_hook.json b/1.8.9/assets/minecraft/models/block/tripwire_hook.json new file mode 100644 index 00000000..6a316fad --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/tripwire_hook.json @@ -0,0 +1,72 @@ +{ + "textures": { + "particle": "blocks/planks_oak", + "hook": "blocks/trip_wire_source", + "wood": "blocks/planks_oak" + }, + "elements": [ + { "from": [ 6.2, 3.8, 7.9 ], + "to": [ 9.8, 4.6, 11.5 ], + "rotation": { "origin": [ 8, 6, 5.2 ], "axis": "x", "angle": -45 }, + "faces": { + "down": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "up": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "north": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" }, + "south": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "west": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "east": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 3.8, 10.3 ], + "to": [ 8.6, 4.6, 10.3 ], + "rotation": { "origin": [ 8, 6, 5.2 ], "axis": "x", "angle": -45 }, + "faces": { + "north": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 3.8, 9.1 ], + "to": [ 8.6, 4.6, 9.1 ], + "rotation": { "origin": [ 8, 6, 5.2 ], "axis": "x", "angle": -45 }, + "faces": { + "south": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 3.8, 9.1 ], + "to": [ 7.4, 4.6, 10.3 ], + "rotation": { "origin": [ 8, 6, 5.2 ], "axis": "x", "angle": -45 }, + "faces": { + "east": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 8.6, 3.8, 9.1 ], + "to": [ 8.6, 4.6, 10.3 ], + "rotation": { "origin": [ 8, 6, 5.2 ], "axis": "x", "angle": -45 }, + "faces": { + "west": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 5.2, 10 ], + "to": [ 8.8, 6.8, 14 ], + "rotation": { "origin": [ 8, 6, 14 ], "axis": "x", "angle": 45 }, + "faces": { + "down": { "uv": [ 7, 9, 9, 14 ], "texture": "#wood" }, + "up": { "uv": [ 7, 2, 9, 7 ], "texture": "#wood" }, + "north": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "south": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "west": { "uv": [ 2, 9, 7, 11 ], "texture": "#wood" }, + "east": { "uv": [ 9, 9, 14, 11 ], "texture": "#wood" } + } + }, + { "from": [ 6, 1, 14 ], + "to": [ 10, 9, 16 ], + "faces": { + "down": { "uv": [ 6, 14, 10, 16 ], "texture": "#wood" }, + "up": { "uv": [ 6, 0, 10, 2 ], "texture": "#wood" }, + "north": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood", "cullface": "north" }, + "south": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood" }, + "west": { "uv": [ 0, 7, 2, 15 ], "texture": "#wood" }, + "east": { "uv": [ 14, 7, 16, 15 ], "texture": "#wood" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/tripwire_hook_attached.json b/1.8.9/assets/minecraft/models/block/tripwire_hook_attached.json new file mode 100644 index 00000000..0e43ea91 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/tripwire_hook_attached.json @@ -0,0 +1,75 @@ +{ + "textures": { + "particle": "blocks/planks_oak", + "hook": "blocks/trip_wire_source", + "wood": "blocks/planks_oak", + "tripwire": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 6.7 ], + "rotation": { "origin": [ 8, 0, 0 ], "axis": "x", "angle": -22.5, "rescale": true }, + "faces": { + "down": { "uv": [ 0, 8, 16, 6 ], "texture": "#tripwire", "rotation": 90 }, + "up": { "uv": [ 0, 6, 16, 8 ], "texture": "#tripwire", "rotation": 90 } + } + }, + { "from": [ 6.2, 4.2, 6.7 ], + "to": [ 9.8, 5, 10.3 ], + "faces": { + "down": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "up": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "north": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" }, + "south": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "west": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "east": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 9.1 ], + "to": [ 8.6, 5, 9.1 ], + "faces": { + "north": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 7.9 ], + "to": [ 8.6, 5, 7.9 ], + "faces": { + "south": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 7.9 ], + "to": [ 7.4, 5, 9.1 ], + "faces": { + "east": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 8.6, 4.2, 7.9 ], + "to": [ 8.6, 5, 9.1 ], + "faces": { + "west": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 5.2, 10 ], + "to": [ 8.8, 6.8, 14 ], + "faces": { + "down": { "uv": [ 7, 9, 9, 14 ], "texture": "#wood" }, + "up": { "uv": [ 7, 2, 9, 7 ], "texture": "#wood" }, + "north": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "south": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "west": { "uv": [ 2, 9, 7, 11 ], "texture": "#wood" }, + "east": { "uv": [ 9, 9, 14, 11 ], "texture": "#wood" } + } + }, + { "from": [ 6, 1, 14 ], + "to": [ 10, 9, 16 ], + "faces": { + "down": { "uv": [ 6, 14, 10, 16 ], "texture": "#wood" }, + "up": { "uv": [ 6, 0, 10, 2 ], "texture": "#wood" }, + "north": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood", "cullface": "north" }, + "south": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood" }, + "west": { "uv": [ 0, 7, 2, 15 ], "texture": "#wood" }, + "east": { "uv": [ 14, 7, 16, 15 ], "texture": "#wood" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/tripwire_hook_attached_powered.json b/1.8.9/assets/minecraft/models/block/tripwire_hook_attached_powered.json new file mode 100644 index 00000000..51020aa9 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/tripwire_hook_attached_powered.json @@ -0,0 +1,76 @@ +{ + "textures": { + "particle": "blocks/planks_oak", + "hook": "blocks/trip_wire_source", + "wood": "blocks/planks_oak", + "tripwire": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 0.5, 0 ], + "to": [ 8.25, 0.5, 6.7 ], + "rotation": { "origin": [ 8, 0, 0 ], "axis": "x", "angle": -22.5, "rescale": true }, + "faces": { + "down": { "uv": [ 0, 8, 16, 6 ], "texture": "#tripwire", "rotation": 90 }, + "up": { "uv": [ 0, 6, 16, 8 ], "texture": "#tripwire", "rotation": 90 } + } + }, + { "from": [ 6.2, 4.2, 6.7 ], + "to": [ 9.8, 5, 10.3 ], + "faces": { + "down": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "up": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "north": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" }, + "south": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "west": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "east": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 9.1 ], + "to": [ 8.6, 5, 9.1 ], + "faces": { + "north": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 7.9 ], + "to": [ 8.6, 5, 7.9 ], + "faces": { + "south": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 7.9 ], + "to": [ 7.4, 5, 9.1 ], + "faces": { + "east": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 8.6, 4.2, 7.9 ], + "to": [ 8.6, 5, 9.1 ], + "faces": { + "west": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 5.2, 10 ], + "to": [ 8.8, 6.8, 14 ], + "rotation": { "origin": [ 8, 6, 14 ], "axis": "x", "angle": -22.5 }, + "faces": { + "down": { "uv": [ 7, 9, 9, 14 ], "texture": "#wood" }, + "up": { "uv": [ 7, 2, 9, 7 ], "texture": "#wood" }, + "north": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "south": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "west": { "uv": [ 2, 9, 7, 11 ], "texture": "#wood" }, + "east": { "uv": [ 9, 9, 14, 11 ], "texture": "#wood" } + } + }, + { "from": [ 6, 1, 14 ], + "to": [ 10, 9, 16 ], + "faces": { + "down": { "uv": [ 6, 14, 10, 16 ], "texture": "#wood" }, + "up": { "uv": [ 6, 0, 10, 2 ], "texture": "#wood" }, + "north": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood", "cullface": "north" }, + "south": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood" }, + "west": { "uv": [ 0, 7, 2, 15 ], "texture": "#wood" }, + "east": { "uv": [ 14, 7, 16, 15 ], "texture": "#wood" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/tripwire_hook_attached_suspended.json b/1.8.9/assets/minecraft/models/block/tripwire_hook_attached_suspended.json new file mode 100644 index 00000000..d9c43ee5 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/tripwire_hook_attached_suspended.json @@ -0,0 +1,76 @@ +{ + "textures": { + "particle": "blocks/planks_oak", + "hook": "blocks/trip_wire_source", + "wood": "blocks/planks_oak", + "tripwire": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 3.5, 0 ], + "to": [ 8.25, 3.5, 6.7 ], + "rotation": { "origin": [ 8, 0, 0 ], "axis": "x", "angle": -22.5, "rescale": true }, + "faces": { + "down": { "uv": [ 0, 8, 16, 6 ], "texture": "#tripwire", "rotation": 90 }, + "up": { "uv": [ 0, 6, 16, 8 ], "texture": "#tripwire", "rotation": 90 } + } + }, + { "from": [ 6.2, 4.2, 6.7 ], + "to": [ 9.8, 5, 10.3 ], + "faces": { + "down": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "up": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "north": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" }, + "south": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "west": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "east": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 9.1 ], + "to": [ 8.6, 5, 9.1 ], + "faces": { + "north": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 7.9 ], + "to": [ 8.6, 5, 7.9 ], + "faces": { + "south": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 7.9 ], + "to": [ 7.4, 5, 9.1 ], + "faces": { + "east": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 8.6, 4.2, 7.9 ], + "to": [ 8.6, 5, 9.1 ], + "faces": { + "west": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 5.2, 10 ], + "to": [ 8.8, 6.8, 14 ], + "rotation": { "origin": [ 8, 6, 14 ], "axis": "x", "angle": -22.5 }, + "faces": { + "down": { "uv": [ 7, 9, 9, 14 ], "texture": "#wood" }, + "up": { "uv": [ 7, 2, 9, 7 ], "texture": "#wood" }, + "north": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "south": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "west": { "uv": [ 2, 9, 7, 11 ], "texture": "#wood" }, + "east": { "uv": [ 9, 9, 14, 11 ], "texture": "#wood" } + } + }, + { "from": [ 6, 1, 14 ], + "to": [ 10, 9, 16 ], + "faces": { + "down": { "uv": [ 6, 14, 10, 16 ], "texture": "#wood" }, + "up": { "uv": [ 6, 0, 10, 2 ], "texture": "#wood" }, + "north": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood", "cullface": "north" }, + "south": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood" }, + "west": { "uv": [ 0, 7, 2, 15 ], "texture": "#wood" }, + "east": { "uv": [ 14, 7, 16, 15 ], "texture": "#wood" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/tripwire_hook_attached_suspended_powered.json b/1.8.9/assets/minecraft/models/block/tripwire_hook_attached_suspended_powered.json new file mode 100644 index 00000000..723c8bc4 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/tripwire_hook_attached_suspended_powered.json @@ -0,0 +1,76 @@ +{ + "textures": { + "particle": "blocks/planks_oak", + "hook": "blocks/trip_wire_source", + "wood": "blocks/planks_oak", + "tripwire": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 2.5, 0 ], + "to": [ 8.25, 2.5, 6.7 ], + "rotation": { "origin": [ 8, 0, 0 ], "axis": "x", "angle": -22.5, "rescale": true }, + "faces": { + "down": { "uv": [ 0, 8, 16, 6 ], "texture": "#tripwire", "rotation": 90 }, + "up": { "uv": [ 0, 6, 16, 8 ], "texture": "#tripwire", "rotation": 90 } + } + }, + { "from": [ 6.2, 4.2, 6.7 ], + "to": [ 9.8, 5, 10.3 ], + "faces": { + "down": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "up": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "north": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" }, + "south": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "west": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "east": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 9.1 ], + "to": [ 8.6, 5, 9.1 ], + "faces": { + "north": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 7.9 ], + "to": [ 8.6, 5, 7.9 ], + "faces": { + "south": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 7.9 ], + "to": [ 7.4, 5, 9.1 ], + "faces": { + "east": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 8.6, 4.2, 7.9 ], + "to": [ 8.6, 5, 9.1 ], + "faces": { + "west": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 5.2, 10 ], + "to": [ 8.8, 6.8, 14 ], + "rotation": { "origin": [ 8, 6, 14 ], "axis": "x", "angle": -22.5 }, + "faces": { + "down": { "uv": [ 7, 9, 9, 14 ], "texture": "#wood" }, + "up": { "uv": [ 7, 2, 9, 7 ], "texture": "#wood" }, + "north": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "south": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "west": { "uv": [ 2, 9, 7, 11 ], "texture": "#wood" }, + "east": { "uv": [ 9, 9, 14, 11 ], "texture": "#wood" } + } + }, + { "from": [ 6, 1, 14 ], + "to": [ 10, 9, 16 ], + "faces": { + "down": { "uv": [ 6, 14, 10, 16 ], "texture": "#wood" }, + "up": { "uv": [ 6, 0, 10, 2 ], "texture": "#wood" }, + "north": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood", "cullface": "north" }, + "south": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood" }, + "west": { "uv": [ 0, 7, 2, 15 ], "texture": "#wood" }, + "east": { "uv": [ 14, 7, 16, 15 ], "texture": "#wood" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/tripwire_hook_powered.json b/1.8.9/assets/minecraft/models/block/tripwire_hook_powered.json new file mode 100644 index 00000000..521cb538 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/tripwire_hook_powered.json @@ -0,0 +1,67 @@ +{ + "textures": { + "particle": "blocks/planks_oak", + "hook": "blocks/trip_wire_source", + "wood": "blocks/planks_oak" + }, + "elements": [ + { "from": [ 6.2, 4.2, 6.7 ], + "to": [ 9.8, 5, 10.3 ], + "faces": { + "down": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "up": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "north": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" }, + "south": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "west": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "east": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 9.1 ], + "to": [ 8.6, 5, 9.1 ], + "faces": { + "north": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 7.9 ], + "to": [ 8.6, 5, 7.9 ], + "faces": { + "south": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 7.9 ], + "to": [ 7.4, 5, 9.1 ], + "faces": { + "east": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 8.6, 4.2, 7.9 ], + "to": [ 8.6, 5, 9.1 ], + "faces": { + "west": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 5.2, 10 ], + "to": [ 8.8, 6.8, 14 ], + "rotation": { "origin": [ 8, 6, 14 ], "axis": "x", "angle": -22.5 }, + "faces": { + "down": { "uv": [ 7, 9, 9, 14 ], "texture": "#wood" }, + "up": { "uv": [ 7, 2, 9, 7 ], "texture": "#wood" }, + "north": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "south": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "west": { "uv": [ 2, 9, 7, 11 ], "texture": "#wood" }, + "east": { "uv": [ 9, 9, 14, 11 ], "texture": "#wood" } + } + }, + { "from": [ 6, 1, 14 ], + "to": [ 10, 9, 16 ], + "faces": { + "down": { "uv": [ 6, 14, 10, 16 ], "texture": "#wood" }, + "up": { "uv": [ 6, 0, 10, 2 ], "texture": "#wood" }, + "north": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood", "cullface": "north" }, + "south": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood" }, + "west": { "uv": [ 0, 7, 2, 15 ], "texture": "#wood" }, + "east": { "uv": [ 14, 7, 16, 15 ], "texture": "#wood" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/tripwire_n.json b/1.8.9/assets/minecraft/models/block/tripwire_n.json new file mode 100644 index 00000000..00da3168 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/tripwire_n.json @@ -0,0 +1,33 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/tripwire_ne.json b/1.8.9/assets/minecraft/models/block/tripwire_ne.json new file mode 100644 index 00000000..bcc3f426 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/tripwire_ne.json @@ -0,0 +1,41 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 8, 1.5, 7.75 ], + "to": [ 12, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + }, + { "from": [ 12, 1.5, 7.75 ], + "to": [ 16, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/tripwire_ns.json b/1.8.9/assets/minecraft/models/block/tripwire_ns.json new file mode 100644 index 00000000..1500d109 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/tripwire_ns.json @@ -0,0 +1,41 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 12 ], + "to": [ 8.25, 1.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/tripwire_nse.json b/1.8.9/assets/minecraft/models/block/tripwire_nse.json new file mode 100644 index 00000000..10374ebf --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/tripwire_nse.json @@ -0,0 +1,57 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 12 ], + "to": [ 8.25, 1.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 8, 1.5, 7.75 ], + "to": [ 12, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + }, + { "from": [ 12, 1.5, 7.75 ], + "to": [ 16, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/tripwire_nsew.json b/1.8.9/assets/minecraft/models/block/tripwire_nsew.json new file mode 100644 index 00000000..f9f1f641 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/tripwire_nsew.json @@ -0,0 +1,73 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 12 ], + "to": [ 8.25, 1.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 0, 1.5, 7.75 ], + "to": [ 4, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + }, + { "from": [ 4, 1.5, 7.75 ], + "to": [ 8, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + }, + { "from": [ 8, 1.5, 7.75 ], + "to": [ 12, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + }, + { "from": [ 12, 1.5, 7.75 ], + "to": [ 16, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/tripwire_suspended_n.json b/1.8.9/assets/minecraft/models/block/tripwire_suspended_n.json new file mode 100644 index 00000000..cd7ade40 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/tripwire_suspended_n.json @@ -0,0 +1,33 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 3.5, 0 ], + "to": [ 8.25, 3.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 3.5, 4 ], + "to": [ 8.25, 3.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 3.5, 8 ], + "to": [ 8.25, 3.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/tripwire_suspended_ne.json b/1.8.9/assets/minecraft/models/block/tripwire_suspended_ne.json new file mode 100644 index 00000000..ed1fbdf6 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/tripwire_suspended_ne.json @@ -0,0 +1,41 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 3.5, 0 ], + "to": [ 8.25, 3.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 3.5, 4 ], + "to": [ 8.25, 3.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 8, 3.5, 7.75 ], + "to": [ 12, 3.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + }, + { "from": [ 12, 3.5, 7.75 ], + "to": [ 16, 3.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/tripwire_suspended_ns.json b/1.8.9/assets/minecraft/models/block/tripwire_suspended_ns.json new file mode 100644 index 00000000..baf99243 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/tripwire_suspended_ns.json @@ -0,0 +1,41 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 3.5, 0 ], + "to": [ 8.25, 3.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 3.5, 4 ], + "to": [ 8.25, 3.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 3.5, 8 ], + "to": [ 8.25, 3.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 3.5, 12 ], + "to": [ 8.25, 3.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/tripwire_suspended_nse.json b/1.8.9/assets/minecraft/models/block/tripwire_suspended_nse.json new file mode 100644 index 00000000..102e8ec7 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/tripwire_suspended_nse.json @@ -0,0 +1,57 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 3.5, 0 ], + "to": [ 8.25, 3.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 3.5, 4 ], + "to": [ 8.25, 3.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 3.5, 8 ], + "to": [ 8.25, 3.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 3.5, 12 ], + "to": [ 8.25, 3.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 8, 3.5, 7.75 ], + "to": [ 12, 3.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + }, + { "from": [ 12, 3.5, 7.75 ], + "to": [ 16, 3.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/tripwire_suspended_nsew.json b/1.8.9/assets/minecraft/models/block/tripwire_suspended_nsew.json new file mode 100644 index 00000000..9ee73c85 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/tripwire_suspended_nsew.json @@ -0,0 +1,73 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 3.5, 0 ], + "to": [ 8.25, 3.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 3.5, 4 ], + "to": [ 8.25, 3.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 3.5, 8 ], + "to": [ 8.25, 3.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 3.5, 12 ], + "to": [ 8.25, 3.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 0, 3.5, 7.75 ], + "to": [ 4, 3.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + }, + { "from": [ 4, 3.5, 7.75 ], + "to": [ 8, 3.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + }, + { "from": [ 8, 3.5, 7.75 ], + "to": [ 12, 3.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + }, + { "from": [ 12, 3.5, 7.75 ], + "to": [ 16, 3.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/unlit_redstone_lamp.json b/1.8.9/assets/minecraft/models/block/unlit_redstone_lamp.json new file mode 100644 index 00000000..363526b9 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/unlit_redstone_lamp.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/redstone_lamp_off" + } +} diff --git a/1.8.9/assets/minecraft/models/block/unlit_redstone_torch.json b/1.8.9/assets/minecraft/models/block/unlit_redstone_torch.json new file mode 100644 index 00000000..706ef0ac --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/unlit_redstone_torch.json @@ -0,0 +1,6 @@ +{ + "parent": "block/torch", + "textures": { + "torch": "blocks/redstone_torch_off" + } +} diff --git a/1.8.9/assets/minecraft/models/block/unlit_redstone_torch_wall.json b/1.8.9/assets/minecraft/models/block/unlit_redstone_torch_wall.json new file mode 100644 index 00000000..8b114ac8 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/unlit_redstone_torch_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "block/torch_wall", + "textures": { + "torch": "blocks/redstone_torch_off" + } +} diff --git a/1.8.9/assets/minecraft/models/block/upper_slab.json b/1.8.9/assets/minecraft/models/block/upper_slab.json new file mode 100644 index 00000000..e21eb932 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/upper_slab.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#side" + }, + "elements": [ + { "from": [ 0, 8, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 8 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 8 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 8 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 8 ], "texture": "#side", "cullface": "east" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/upper_slab_acacia.json b/1.8.9/assets/minecraft/models/block/upper_slab_acacia.json new file mode 100644 index 00000000..adb0ee02 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/upper_slab_acacia.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/planks_acacia", + "top": "blocks/planks_acacia", + "side": "blocks/planks_acacia" + } +} diff --git a/1.8.9/assets/minecraft/models/block/upper_slab_birch.json b/1.8.9/assets/minecraft/models/block/upper_slab_birch.json new file mode 100644 index 00000000..131f1c2e --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/upper_slab_birch.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/planks_birch", + "top": "blocks/planks_birch", + "side": "blocks/planks_birch" + } +} diff --git a/1.8.9/assets/minecraft/models/block/upper_slab_brick.json b/1.8.9/assets/minecraft/models/block/upper_slab_brick.json new file mode 100644 index 00000000..0205245f --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/upper_slab_brick.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/brick", + "top": "blocks/brick", + "side": "blocks/brick" + } +} diff --git a/1.8.9/assets/minecraft/models/block/upper_slab_cobblestone.json b/1.8.9/assets/minecraft/models/block/upper_slab_cobblestone.json new file mode 100644 index 00000000..ac72e444 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/upper_slab_cobblestone.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/cobblestone", + "top": "blocks/cobblestone", + "side": "blocks/cobblestone" + } +} diff --git a/1.8.9/assets/minecraft/models/block/upper_slab_dark_oak.json b/1.8.9/assets/minecraft/models/block/upper_slab_dark_oak.json new file mode 100644 index 00000000..b4424fc2 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/upper_slab_dark_oak.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/planks_big_oak", + "top": "blocks/planks_big_oak", + "side": "blocks/planks_big_oak" + } +} diff --git a/1.8.9/assets/minecraft/models/block/upper_slab_jungle.json b/1.8.9/assets/minecraft/models/block/upper_slab_jungle.json new file mode 100644 index 00000000..80b5eb65 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/upper_slab_jungle.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/planks_jungle", + "top": "blocks/planks_jungle", + "side": "blocks/planks_jungle" + } +} diff --git a/1.8.9/assets/minecraft/models/block/upper_slab_nether_brick.json b/1.8.9/assets/minecraft/models/block/upper_slab_nether_brick.json new file mode 100644 index 00000000..dabf97bd --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/upper_slab_nether_brick.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/nether_brick", + "top": "blocks/nether_brick", + "side": "blocks/nether_brick" + } +} diff --git a/1.8.9/assets/minecraft/models/block/upper_slab_oak.json b/1.8.9/assets/minecraft/models/block/upper_slab_oak.json new file mode 100644 index 00000000..4c1f3a56 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/upper_slab_oak.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/planks_oak", + "top": "blocks/planks_oak", + "side": "blocks/planks_oak" + } +} diff --git a/1.8.9/assets/minecraft/models/block/upper_slab_quartz.json b/1.8.9/assets/minecraft/models/block/upper_slab_quartz.json new file mode 100644 index 00000000..fd75a452 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/upper_slab_quartz.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/quartz_block_bottom", + "top": "blocks/quartz_block_top", + "side": "blocks/quartz_block_side" + } +} diff --git a/1.8.9/assets/minecraft/models/block/upper_slab_red_sandstone.json b/1.8.9/assets/minecraft/models/block/upper_slab_red_sandstone.json new file mode 100644 index 00000000..2539bdf1 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/upper_slab_red_sandstone.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/red_sandstone_bottom", + "top": "blocks/red_sandstone_top", + "side": "blocks/red_sandstone_normal" + } +} diff --git a/1.8.9/assets/minecraft/models/block/upper_slab_sandstone.json b/1.8.9/assets/minecraft/models/block/upper_slab_sandstone.json new file mode 100644 index 00000000..476b45d9 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/upper_slab_sandstone.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/sandstone_bottom", + "top": "blocks/sandstone_top", + "side": "blocks/sandstone_normal" + } +} diff --git a/1.8.9/assets/minecraft/models/block/upper_slab_spruce.json b/1.8.9/assets/minecraft/models/block/upper_slab_spruce.json new file mode 100644 index 00000000..e2fd5990 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/upper_slab_spruce.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/planks_spruce", + "top": "blocks/planks_spruce", + "side": "blocks/planks_spruce" + } +} diff --git a/1.8.9/assets/minecraft/models/block/upper_slab_stone.json b/1.8.9/assets/minecraft/models/block/upper_slab_stone.json new file mode 100644 index 00000000..dff9915a --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/upper_slab_stone.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/stone_slab_top", + "top": "blocks/stone_slab_top", + "side": "blocks/stone_slab_side" + } +} diff --git a/1.8.9/assets/minecraft/models/block/upper_slab_stone_brick.json b/1.8.9/assets/minecraft/models/block/upper_slab_stone_brick.json new file mode 100644 index 00000000..4b952e00 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/upper_slab_stone_brick.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/stonebrick", + "top": "blocks/stonebrick", + "side": "blocks/stonebrick" + } +} diff --git a/1.8.9/assets/minecraft/models/block/vine_1.json b/1.8.9/assets/minecraft/models/block/vine_1.json new file mode 100644 index 00000000..f5df4dac --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/vine_1.json @@ -0,0 +1,17 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/vine", + "vine": "blocks/vine" + }, + "elements": [ + { "from": [ 0, 0, 15.2 ], + "to": [ 16, 16, 15.2 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/vine_1u.json b/1.8.9/assets/minecraft/models/block/vine_1u.json new file mode 100644 index 00000000..95420079 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/vine_1u.json @@ -0,0 +1,25 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/vine", + "vine": "blocks/vine" + }, + "elements": [ + { "from": [ 0, 15.2, 0 ], + "to": [ 16, 15.2, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 15.2 ], + "to": [ 16, 16, 15.2 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/vine_2.json b/1.8.9/assets/minecraft/models/block/vine_2.json new file mode 100644 index 00000000..76d80dfb --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/vine_2.json @@ -0,0 +1,25 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/vine", + "vine": "blocks/vine" + }, + "elements": [ + { "from": [ 0, 0, 0.8 ], + "to": [ 16, 16, 0.8 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/vine_2_opposite.json b/1.8.9/assets/minecraft/models/block/vine_2_opposite.json new file mode 100644 index 00000000..826f5b70 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/vine_2_opposite.json @@ -0,0 +1,25 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/vine", + "vine": "blocks/vine" + }, + "elements": [ + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0.8, 0, 0 ], + "to": [ 0.8, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/vine_2u.json b/1.8.9/assets/minecraft/models/block/vine_2u.json new file mode 100644 index 00000000..8d2ccd42 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/vine_2u.json @@ -0,0 +1,33 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/vine", + "vine": "blocks/vine" + }, + "elements": [ + { "from": [ 0, 15.2, 0 ], + "to": [ 16, 15.2, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.8 ], + "to": [ 16, 16, 0.8 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/vine_2u_opposite.json b/1.8.9/assets/minecraft/models/block/vine_2u_opposite.json new file mode 100644 index 00000000..ca9221c9 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/vine_2u_opposite.json @@ -0,0 +1,33 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/vine", + "vine": "blocks/vine" + }, + "elements": [ + { "from": [ 0, 15.2, 0 ], + "to": [ 16, 15.2, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0.8, 0, 0 ], + "to": [ 0.8, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/vine_3.json b/1.8.9/assets/minecraft/models/block/vine_3.json new file mode 100644 index 00000000..4188a5c0 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/vine_3.json @@ -0,0 +1,33 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/vine", + "vine": "blocks/vine" + }, + "elements": [ + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 15.2 ], + "to": [ 16, 16, 15.2 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.8 ], + "to": [ 16, 16, 0.8 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/vine_3u.json b/1.8.9/assets/minecraft/models/block/vine_3u.json new file mode 100644 index 00000000..a5e94773 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/vine_3u.json @@ -0,0 +1,41 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/vine", + "vine": "blocks/vine" + }, + "elements": [ + { "from": [ 0, 15.2, 0 ], + "to": [ 16, 15.2, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 15.2 ], + "to": [ 16, 16, 15.2 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.8 ], + "to": [ 16, 16, 0.8 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/vine_4.json b/1.8.9/assets/minecraft/models/block/vine_4.json new file mode 100644 index 00000000..781fa27e --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/vine_4.json @@ -0,0 +1,41 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/vine", + "vine": "blocks/vine" + }, + "elements": [ + { "from": [ 0.8, 0, 0 ], + "to": [ 0.8, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 15.2 ], + "to": [ 16, 16, 15.2 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.8 ], + "to": [ 16, 16, 0.8 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/vine_4u.json b/1.8.9/assets/minecraft/models/block/vine_4u.json new file mode 100644 index 00000000..6511e6d5 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/vine_4u.json @@ -0,0 +1,49 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/vine", + "vine": "blocks/vine" + }, + "elements": [ + { "from": [ 0, 15.2, 0 ], + "to": [ 16, 15.2, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0.8, 0, 0 ], + "to": [ 0.8, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 15.2 ], + "to": [ 16, 16, 15.2 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.8 ], + "to": [ 16, 16, 0.8 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/vine_u.json b/1.8.9/assets/minecraft/models/block/vine_u.json new file mode 100644 index 00000000..6826525e --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/vine_u.json @@ -0,0 +1,17 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/vine", + "vine": "blocks/vine" + }, + "elements": [ + { "from": [ 0, 15.2, 0 ], + "to": [ 16, 15.2, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/wall_gate_closed.json b/1.8.9/assets/minecraft/models/block/wall_gate_closed.json new file mode 100644 index 00000000..0304ae96 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/wall_gate_closed.json @@ -0,0 +1,96 @@ +{ + "ambientocclusion": false, + "textures": { + "particle" : "#texture" + }, + "elements": [ + { "__comment": "Left-hand post", + "from": [ 0, 2, 7 ], + "to": [ 2, 13, 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, 2, 7 ], + "to": [ 16, 13, 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, 3, 7 ], + "to": [ 8, 12, 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, 3, 7 ], + "to": [ 10, 12, 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, 3, 7 ], + "to": [ 6, 6, 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, 9, 7 ], + "to": [ 6, 12, 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, 3, 7 ], + "to": [ 14, 6, 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, 9, 7 ], + "to": [ 14, 12, 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" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/wall_gate_open.json b/1.8.9/assets/minecraft/models/block/wall_gate_open.json new file mode 100644 index 00000000..99290154 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/wall_gate_open.json @@ -0,0 +1,96 @@ +{ + "ambientocclusion": false, + "textures": { + "particle" : "#texture" + }, + "elements": [ + { "__comment": "Left-hand post", + "from": [ 0, 2, 7 ], + "to": [ 2, 13, 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, 2, 7 ], + "to": [ 16, 13, 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, 3, 13 ], + "to": [ 2, 12, 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, 3, 13 ], + "to": [ 16, 12, 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, 3, 9 ], + "to": [ 2, 6, 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, 9, 9 ], + "to": [ 2, 12, 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, 3, 9 ], + "to": [ 16, 6, 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, 9, 9 ], + "to": [ 16, 12, 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" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/wall_inventory.json b/1.8.9/assets/minecraft/models/block/wall_inventory.json new file mode 100644 index 00000000..293edce8 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/wall_inventory.json @@ -0,0 +1,32 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#wall" + }, + "elements": [ + { "from": [ 4, 0, 4 ], + "to": [ 12, 16, 12 ], + "faces": { + "down": { "uv": [ 4, 4, 12, 12 ], "texture": "#wall", "cullface": "down" }, + "up": { "uv": [ 4, 4, 12, 12 ], "texture": "#wall" }, + "north": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, + "south": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, + "west": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, + "east": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" } + }, + "__comment": "Center post" + }, + { "from": [ 5, 0, 0 ], + "to": [ 11, 13, 16 ], + "faces": { + "down": { "uv": [ 5, 0, 11, 16 ], "texture": "#wall", "cullface": "down" }, + "up": { "uv": [ 5, 0, 11, 16 ], "texture": "#wall" }, + "north": { "uv": [ 5, 3, 11, 16 ], "texture": "#wall", "cullface": "north" }, + "south": { "uv": [ 5, 3, 11, 16 ], "texture": "#wall", "cullface": "south" }, + "west": { "uv": [ 0, 3, 16, 16 ], "texture": "#wall" }, + "east": { "uv": [ 0, 3, 16, 16 ], "texture": "#wall" } + }, + "__comment": "Full wall" + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/wall_n.json b/1.8.9/assets/minecraft/models/block/wall_n.json new file mode 100644 index 00000000..3c47fce6 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/wall_n.json @@ -0,0 +1,30 @@ +{ + "textures": { + "particle": "#wall" + }, + "elements": [ + { "from": [ 4, 0, 4 ], + "to": [ 12, 16, 12 ], + "faces": { + "down": { "uv": [ 4, 4, 12, 12 ], "texture": "#wall", "cullface": "down" }, + "up": { "uv": [ 4, 4, 12, 12 ], "texture": "#wall", "cullface": "up" }, + "north": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, + "south": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, + "west": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, + "east": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" } + }, + "__comment": "Center post" + }, + { "from": [ 5, 0, 0 ], + "to": [ 11, 13, 4 ], + "faces": { + "down": { "uv": [ 5, 0, 11, 4 ], "texture": "#wall", "cullface": "down" }, + "up": { "uv": [ 5, 0, 11, 4 ], "texture": "#wall" }, + "north": { "uv": [ 5, 3, 11, 16 ], "texture": "#wall", "cullface": "north" }, + "west": { "uv": [ 0, 3, 4, 16 ], "texture": "#wall" }, + "east": { "uv": [ 0, 3, 4, 16 ], "texture": "#wall" } + }, + "__comment": "North wall" + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/wall_ne.json b/1.8.9/assets/minecraft/models/block/wall_ne.json new file mode 100644 index 00000000..eacffb87 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/wall_ne.json @@ -0,0 +1,41 @@ +{ + "textures": { + "particle": "#wall" + }, + "elements": [ + { "from": [ 4, 0, 4 ], + "to": [ 12, 16, 12 ], + "faces": { + "down": { "uv": [ 4, 4, 12, 12 ], "texture": "#wall", "cullface": "down" }, + "up": { "uv": [ 4, 4, 12, 12 ], "texture": "#wall", "cullface": "up" }, + "north": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, + "south": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, + "west": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, + "east": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" } + }, + "__comment": "Center post" + }, + { "from": [ 5, 0, 0 ], + "to": [ 11, 13, 4 ], + "faces": { + "down": { "uv": [ 5, 0, 11, 4 ], "texture": "#wall", "cullface": "down" }, + "up": { "uv": [ 5, 0, 11, 4 ], "texture": "#wall" }, + "north": { "uv": [ 5, 3, 11, 16 ], "texture": "#wall", "cullface": "north" }, + "west": { "uv": [ 0, 3, 4, 16 ], "texture": "#wall" }, + "east": { "uv": [ 0, 3, 4, 16 ], "texture": "#wall" } + }, + "__comment": "North wall" + }, + { "from": [ 12, 0, 5 ], + "to": [ 16, 13, 11 ], + "faces": { + "down": { "uv": [ 5, 12, 11, 16 ], "texture": "#wall", "rotation": 90, "cullface": "down" }, + "up": { "uv": [ 5, 12, 11, 16 ], "texture": "#wall", "rotation": 90 }, + "north": { "uv": [ 12, 3, 16, 16 ], "texture": "#wall" }, + "south": { "uv": [ 12, 3, 16, 16 ], "texture": "#wall" }, + "east": { "uv": [ 5, 3, 11, 16 ], "texture": "#wall", "cullface": "east" } + }, + "__comment": "East wall" + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/wall_ns.json b/1.8.9/assets/minecraft/models/block/wall_ns.json new file mode 100644 index 00000000..48725d33 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/wall_ns.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#wall" + }, + "elements": [ + { "from": [ 5, 0, 0 ], + "to": [ 11, 13, 16 ], + "faces": { + "down": { "uv": [ 5, 0, 11, 16 ], "texture": "#wall", "cullface": "down" }, + "up": { "uv": [ 5, 0, 11, 16 ], "texture": "#wall" }, + "north": { "uv": [ 5, 3, 11, 16 ], "texture": "#wall", "cullface": "north" }, + "south": { "uv": [ 5, 3, 11, 16 ], "texture": "#wall", "cullface": "south" }, + "west": { "uv": [ 0, 3, 16, 16 ], "texture": "#wall" }, + "east": { "uv": [ 0, 3, 16, 16 ], "texture": "#wall" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/wall_ns_above.json b/1.8.9/assets/minecraft/models/block/wall_ns_above.json new file mode 100644 index 00000000..77de4f8c --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/wall_ns_above.json @@ -0,0 +1,30 @@ +{ + "textures": { + "particle": "#wall" + }, + "elements": [ + { "from": [ 4, 0, 4 ], + "to": [ 12, 16, 12 ], + "faces": { + "down": { "uv": [ 4, 4, 12, 12 ], "texture": "#wall", "cullface": "down" }, + "up": { "uv": [ 4, 4, 12, 12 ], "texture": "#wall", "cullface": "up" }, + "north": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, + "south": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, + "west": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, + "east": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" } + }, + "__comment": "Center post" + }, + { "from": [ 5, 0, 0 ], + "to": [ 11, 13, 16 ], + "faces": { + "down": { "uv": [ 5, 0, 11, 16 ], "texture": "#wall", "cullface": "down" }, + "up": { "uv": [ 5, 0, 11, 16 ], "texture": "#wall" }, + "north": { "uv": [ 5, 3, 11, 16 ], "texture": "#wall", "cullface": "north" }, + "south": { "uv": [ 5, 3, 11, 16 ], "texture": "#wall", "cullface": "south" }, + "west": { "uv": [ 0, 3, 16, 16 ], "texture": "#wall" }, + "east": { "uv": [ 0, 3, 16, 16 ], "texture": "#wall" } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/wall_nse.json b/1.8.9/assets/minecraft/models/block/wall_nse.json new file mode 100644 index 00000000..cc1998ba --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/wall_nse.json @@ -0,0 +1,52 @@ +{ + "textures": { + "particle": "#wall" + }, + "elements": [ + { "from": [ 4, 0, 4 ], + "to": [ 12, 16, 12 ], + "faces": { + "down": { "uv": [ 4, 4, 12, 12 ], "texture": "#wall", "cullface": "down" }, + "up": { "uv": [ 4, 4, 12, 12 ], "texture": "#wall", "cullface": "up" }, + "north": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, + "south": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, + "west": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, + "east": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" } + }, + "__comment": "Center post" + }, + { "from": [ 5, 0, 0 ], + "to": [ 11, 13, 4 ], + "faces": { + "down": { "uv": [ 5, 0, 11, 4 ], "texture": "#wall", "cullface": "down" }, + "up": { "uv": [ 5, 0, 11, 4 ], "texture": "#wall" }, + "north": { "uv": [ 5, 3, 11, 16 ], "texture": "#wall", "cullface": "north" }, + "west": { "uv": [ 0, 3, 4, 16 ], "texture": "#wall" }, + "east": { "uv": [ 0, 3, 4, 16 ], "texture": "#wall" } + }, + "__comment": "North wall" + }, + { "from": [ 5, 0, 12 ], + "to": [ 11, 13, 16 ], + "faces": { + "down": { "uv": [ 5, 12, 11, 16 ], "texture": "#wall", "cullface": "down" }, + "up": { "uv": [ 5, 12, 11, 16 ], "texture": "#wall" }, + "south": { "uv": [ 5, 3, 11, 16 ], "texture": "#wall", "cullface": "south" }, + "west": { "uv": [ 12, 3, 16, 16 ], "texture": "#wall" }, + "east": { "uv": [ 12, 3, 16, 16 ], "texture": "#wall" } + }, + "__comment": "South wall" + }, + { "from": [ 12, 0, 5 ], + "to": [ 16, 13, 11 ], + "faces": { + "down": { "uv": [ 5, 12, 11, 16 ], "texture": "#wall", "rotation": 90, "cullface": "down" }, + "up": { "uv": [ 5, 12, 11, 16 ], "texture": "#wall", "rotation": 90 }, + "north": { "uv": [ 12, 3, 16, 16 ], "texture": "#wall" }, + "south": { "uv": [ 12, 3, 16, 16 ], "texture": "#wall" }, + "east": { "uv": [ 5, 3, 11, 16 ], "texture": "#wall", "cullface": "east" } + }, + "__comment": "East wall" + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/wall_nsew.json b/1.8.9/assets/minecraft/models/block/wall_nsew.json new file mode 100644 index 00000000..e81dee15 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/wall_nsew.json @@ -0,0 +1,63 @@ +{ + "textures": { + "particle": "#wall" + }, + "elements": [ + { "from": [ 4, 0, 4 ], + "to": [ 12, 16, 12 ], + "faces": { + "down": { "uv": [ 4, 4, 12, 12 ], "texture": "#wall", "cullface": "down" }, + "up": { "uv": [ 4, 4, 12, 12 ], "texture": "#wall", "cullface": "up" }, + "north": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, + "south": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, + "west": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, + "east": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" } + }, + "__comment": "Center post" + }, + { "from": [ 5, 0, 0 ], + "to": [ 11, 13, 4 ], + "faces": { + "down": { "uv": [ 5, 0, 11, 4 ], "texture": "#wall", "cullface": "down" }, + "up": { "uv": [ 5, 0, 11, 4 ], "texture": "#wall" }, + "north": { "uv": [ 5, 3, 11, 16 ], "texture": "#wall", "cullface": "north" }, + "west": { "uv": [ 0, 3, 4, 16 ], "texture": "#wall" }, + "east": { "uv": [ 0, 3, 4, 16 ], "texture": "#wall" } + }, + "__comment": "North wall" + }, + { "from": [ 5, 0, 12 ], + "to": [ 11, 13, 16 ], + "faces": { + "down": { "uv": [ 5, 12, 11, 16 ], "texture": "#wall", "cullface": "down" }, + "up": { "uv": [ 5, 12, 11, 16 ], "texture": "#wall" }, + "south": { "uv": [ 5, 3, 11, 16 ], "texture": "#wall", "cullface": "south" }, + "west": { "uv": [ 12, 3, 16, 16 ], "texture": "#wall" }, + "east": { "uv": [ 12, 3, 16, 16 ], "texture": "#wall" } + }, + "__comment": "South wall" + }, + { "from": [ 12, 0, 5 ], + "to": [ 16, 13, 11 ], + "faces": { + "down": { "uv": [ 5, 12, 11, 16 ], "texture": "#wall", "rotation": 90, "cullface": "down" }, + "up": { "uv": [ 5, 12, 11, 16 ], "texture": "#wall", "rotation": 90 }, + "north": { "uv": [ 12, 3, 16, 16 ], "texture": "#wall" }, + "south": { "uv": [ 12, 3, 16, 16 ], "texture": "#wall" }, + "east": { "uv": [ 5, 3, 11, 16 ], "texture": "#wall", "cullface": "east" } + }, + "__comment": "East wall" + }, + { "from": [ 0, 0, 5 ], + "to": [ 4, 13, 11 ], + "faces": { + "down": { "uv": [ 5, 0, 11, 4 ], "texture": "#wall", "rotation": 90, "cullface": "down" }, + "up": { "uv": [ 5, 0, 11, 4 ], "texture": "#wall", "rotation": 90 }, + "north": { "uv": [ 0, 3, 4, 16 ], "texture": "#wall" }, + "south": { "uv": [ 0, 3, 4, 16 ], "texture": "#wall" }, + "west": { "uv": [ 5, 3, 11, 16 ], "texture": "#wall", "cullface": "west" } + }, + "__comment": "West wall" + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/wall_post.json b/1.8.9/assets/minecraft/models/block/wall_post.json new file mode 100644 index 00000000..70114325 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/wall_post.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "#wall" + }, + "elements": [ + { "from": [ 4, 0, 4 ], + "to": [ 12, 16, 12 ], + "faces": { + "down": { "uv": [ 4, 4, 12, 12 ], "texture": "#wall", "cullface": "down" }, + "up": { "uv": [ 4, 4, 12, 12 ], "texture": "#wall", "cullface": "up" }, + "north": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, + "south": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, + "west": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, + "east": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" } + }, + "__comment": "Center post" + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/waterlily.json b/1.8.9/assets/minecraft/models/block/waterlily.json new file mode 100644 index 00000000..05ab3ec5 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/waterlily.json @@ -0,0 +1,16 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/waterlily", + "texture": "blocks/waterlily" + }, + "elements": [ + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "faces": { + "down": { "uv": [ 16, 16, 0, 0 ], "texture": "#texture", "tintindex": 0 }, + "up": { "uv": [ 16, 0, 0, 16 ], "texture": "#texture", "tintindex": 0 } + } + } + ] +} diff --git a/1.8.9/assets/minecraft/models/block/web.json b/1.8.9/assets/minecraft/models/block/web.json new file mode 100644 index 00000000..f8865a41 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/web.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/web" + } +} diff --git a/1.8.9/assets/minecraft/models/block/wheat_stage0.json b/1.8.9/assets/minecraft/models/block/wheat_stage0.json new file mode 100644 index 00000000..ce878813 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/wheat_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/wheat_stage_0" + } +} diff --git a/1.8.9/assets/minecraft/models/block/wheat_stage1.json b/1.8.9/assets/minecraft/models/block/wheat_stage1.json new file mode 100644 index 00000000..de91d6e7 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/wheat_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/wheat_stage_1" + } +} diff --git a/1.8.9/assets/minecraft/models/block/wheat_stage2.json b/1.8.9/assets/minecraft/models/block/wheat_stage2.json new file mode 100644 index 00000000..02fd59d1 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/wheat_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/wheat_stage_2" + } +} diff --git a/1.8.9/assets/minecraft/models/block/wheat_stage3.json b/1.8.9/assets/minecraft/models/block/wheat_stage3.json new file mode 100644 index 00000000..dfe64db3 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/wheat_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/wheat_stage_3" + } +} diff --git a/1.8.9/assets/minecraft/models/block/wheat_stage4.json b/1.8.9/assets/minecraft/models/block/wheat_stage4.json new file mode 100644 index 00000000..5ae3af4f --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/wheat_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/wheat_stage_4" + } +} diff --git a/1.8.9/assets/minecraft/models/block/wheat_stage5.json b/1.8.9/assets/minecraft/models/block/wheat_stage5.json new file mode 100644 index 00000000..3ceb724f --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/wheat_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/wheat_stage_5" + } +} diff --git a/1.8.9/assets/minecraft/models/block/wheat_stage6.json b/1.8.9/assets/minecraft/models/block/wheat_stage6.json new file mode 100644 index 00000000..dff51c34 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/wheat_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/wheat_stage_6" + } +} diff --git a/1.8.9/assets/minecraft/models/block/wheat_stage7.json b/1.8.9/assets/minecraft/models/block/wheat_stage7.json new file mode 100644 index 00000000..71dccdcf --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/wheat_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/wheat_stage_7" + } +} diff --git a/1.8.9/assets/minecraft/models/block/white_pane_n.json b/1.8.9/assets/minecraft/models/block/white_pane_n.json new file mode 100644 index 00000000..2957003e --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/white_pane_n.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_n", + "textures": { + "edge": "blocks/glass_pane_top_white", + "pane": "blocks/glass_white" + } +} diff --git a/1.8.9/assets/minecraft/models/block/white_pane_ne.json b/1.8.9/assets/minecraft/models/block/white_pane_ne.json new file mode 100644 index 00000000..bf04beef --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/white_pane_ne.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_ne", + "textures": { + "edge": "blocks/glass_pane_top_white", + "pane": "blocks/glass_white" + } +} diff --git a/1.8.9/assets/minecraft/models/block/white_pane_new.json b/1.8.9/assets/minecraft/models/block/white_pane_new.json new file mode 100644 index 00000000..202b1fd6 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/white_pane_new.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_new", + "textures": { + "edge": "blocks/glass_pane_top_white", + "pane": "blocks/glass_white" + } +} diff --git a/1.8.9/assets/minecraft/models/block/white_pane_ns.json b/1.8.9/assets/minecraft/models/block/white_pane_ns.json new file mode 100644 index 00000000..f241ea96 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/white_pane_ns.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_ns", + "textures": { + "edge": "blocks/glass_pane_top_white", + "pane": "blocks/glass_white" + } +} diff --git a/1.8.9/assets/minecraft/models/block/white_pane_nse.json b/1.8.9/assets/minecraft/models/block/white_pane_nse.json new file mode 100644 index 00000000..a9cb2e42 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/white_pane_nse.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nse", + "textures": { + "edge": "blocks/glass_pane_top_white", + "pane": "blocks/glass_white" + } +} diff --git a/1.8.9/assets/minecraft/models/block/white_pane_nsew.json b/1.8.9/assets/minecraft/models/block/white_pane_nsew.json new file mode 100644 index 00000000..4fbdb7a9 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/white_pane_nsew.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nsew", + "textures": { + "edge": "blocks/glass_pane_top_white", + "pane": "blocks/glass_white" + } +} diff --git a/1.8.9/assets/minecraft/models/block/white_pane_nsw.json b/1.8.9/assets/minecraft/models/block/white_pane_nsw.json new file mode 100644 index 00000000..60f12015 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/white_pane_nsw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nsw", + "textures": { + "edge": "blocks/glass_pane_top_white", + "pane": "blocks/glass_white" + } +} diff --git a/1.8.9/assets/minecraft/models/block/white_pane_nw.json b/1.8.9/assets/minecraft/models/block/white_pane_nw.json new file mode 100644 index 00000000..fedb3996 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/white_pane_nw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nw", + "textures": { + "edge": "blocks/glass_pane_top_white", + "pane": "blocks/glass_white" + } +} diff --git a/1.8.9/assets/minecraft/models/block/white_pane_s.json b/1.8.9/assets/minecraft/models/block/white_pane_s.json new file mode 100644 index 00000000..eafb7119 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/white_pane_s.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_s", + "textures": { + "edge": "blocks/glass_pane_top_white", + "pane": "blocks/glass_white" + } +} diff --git a/1.8.9/assets/minecraft/models/block/white_pane_se.json b/1.8.9/assets/minecraft/models/block/white_pane_se.json new file mode 100644 index 00000000..69fa87c7 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/white_pane_se.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_se", + "textures": { + "edge": "blocks/glass_pane_top_white", + "pane": "blocks/glass_white" + } +} diff --git a/1.8.9/assets/minecraft/models/block/white_pane_sew.json b/1.8.9/assets/minecraft/models/block/white_pane_sew.json new file mode 100644 index 00000000..7edfba8c --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/white_pane_sew.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_sew", + "textures": { + "edge": "blocks/glass_pane_top_white", + "pane": "blocks/glass_white" + } +} diff --git a/1.8.9/assets/minecraft/models/block/white_pane_sw.json b/1.8.9/assets/minecraft/models/block/white_pane_sw.json new file mode 100644 index 00000000..cf0d8fd9 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/white_pane_sw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_sw", + "textures": { + "edge": "blocks/glass_pane_top_white", + "pane": "blocks/glass_white" + } +} diff --git a/1.8.9/assets/minecraft/models/block/white_tulip.json b/1.8.9/assets/minecraft/models/block/white_tulip.json new file mode 100644 index 00000000..a7566845 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/white_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/flower_tulip_white" + } +} diff --git a/1.8.9/assets/minecraft/models/block/white_wool.json b/1.8.9/assets/minecraft/models/block/white_wool.json new file mode 100644 index 00000000..8d65e424 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/white_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_white" + } +} diff --git a/1.8.9/assets/minecraft/models/block/wooden_button.json b/1.8.9/assets/minecraft/models/block/wooden_button.json new file mode 100644 index 00000000..71de1515 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/wooden_button.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/1.8.9/assets/minecraft/models/block/wooden_button_inventory.json b/1.8.9/assets/minecraft/models/block/wooden_button_inventory.json new file mode 100644 index 00000000..2dbeee4e --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/wooden_button_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button_inventory", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/1.8.9/assets/minecraft/models/block/wooden_button_pressed.json b/1.8.9/assets/minecraft/models/block/wooden_button_pressed.json new file mode 100644 index 00000000..6e87f53d --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/wooden_button_pressed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button_pressed", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/1.8.9/assets/minecraft/models/block/wooden_door_bottom.json b/1.8.9/assets/minecraft/models/block/wooden_door_bottom.json new file mode 100644 index 00000000..32c67408 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/wooden_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom", + "textures": { + "bottom": "blocks/door_wood_lower", + "top": "blocks/door_wood_upper" + } +} diff --git a/1.8.9/assets/minecraft/models/block/wooden_door_bottom_rh.json b/1.8.9/assets/minecraft/models/block/wooden_door_bottom_rh.json new file mode 100644 index 00000000..7ec8d01e --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/wooden_door_bottom_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom_rh", + "textures": { + "bottom": "blocks/door_wood_lower", + "top": "blocks/door_wood_upper" + } +} diff --git a/1.8.9/assets/minecraft/models/block/wooden_door_top.json b/1.8.9/assets/minecraft/models/block/wooden_door_top.json new file mode 100644 index 00000000..4d38b090 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/wooden_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top", + "textures": { + "bottom": "blocks/door_wood_lower", + "top": "blocks/door_wood_upper" + } +} diff --git a/1.8.9/assets/minecraft/models/block/wooden_door_top_rh.json b/1.8.9/assets/minecraft/models/block/wooden_door_top_rh.json new file mode 100644 index 00000000..642d4fdd --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/wooden_door_top_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top_rh", + "textures": { + "bottom": "blocks/door_wood_lower", + "top": "blocks/door_wood_upper" + } +} diff --git a/1.8.9/assets/minecraft/models/block/wooden_pressure_plate_down.json b/1.8.9/assets/minecraft/models/block/wooden_pressure_plate_down.json new file mode 100644 index 00000000..c14ba2fa --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/wooden_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_down", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/1.8.9/assets/minecraft/models/block/wooden_pressure_plate_inventory.json b/1.8.9/assets/minecraft/models/block/wooden_pressure_plate_inventory.json new file mode 100644 index 00000000..2985272b --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/wooden_pressure_plate_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_inventory", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/1.8.9/assets/minecraft/models/block/wooden_pressure_plate_up.json b/1.8.9/assets/minecraft/models/block/wooden_pressure_plate_up.json new file mode 100644 index 00000000..5438a156 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/wooden_pressure_plate_up.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_up", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/1.8.9/assets/minecraft/models/block/wooden_trapdoor_bottom.json b/1.8.9/assets/minecraft/models/block/wooden_trapdoor_bottom.json new file mode 100644 index 00000000..64915168 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/wooden_trapdoor_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/trapdoor_bottom", + "textures": { + "texture": "blocks/trapdoor" + } +} diff --git a/1.8.9/assets/minecraft/models/block/wooden_trapdoor_open.json b/1.8.9/assets/minecraft/models/block/wooden_trapdoor_open.json new file mode 100644 index 00000000..bf0fb3ff --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/wooden_trapdoor_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/trapdoor_open", + "textures": { + "texture": "blocks/trapdoor" + } +} diff --git a/1.8.9/assets/minecraft/models/block/wooden_trapdoor_top.json b/1.8.9/assets/minecraft/models/block/wooden_trapdoor_top.json new file mode 100644 index 00000000..6d032e71 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/wooden_trapdoor_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/trapdoor_top", + "textures": { + "texture": "blocks/trapdoor" + } +} diff --git a/1.8.9/assets/minecraft/models/block/yellow_pane_n.json b/1.8.9/assets/minecraft/models/block/yellow_pane_n.json new file mode 100644 index 00000000..b80ee454 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/yellow_pane_n.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_n", + "textures": { + "edge": "blocks/glass_pane_top_yellow", + "pane": "blocks/glass_yellow" + } +} diff --git a/1.8.9/assets/minecraft/models/block/yellow_pane_ne.json b/1.8.9/assets/minecraft/models/block/yellow_pane_ne.json new file mode 100644 index 00000000..4c5d128f --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/yellow_pane_ne.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_ne", + "textures": { + "edge": "blocks/glass_pane_top_yellow", + "pane": "blocks/glass_yellow" + } +} diff --git a/1.8.9/assets/minecraft/models/block/yellow_pane_new.json b/1.8.9/assets/minecraft/models/block/yellow_pane_new.json new file mode 100644 index 00000000..5a4a214e --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/yellow_pane_new.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_new", + "textures": { + "edge": "blocks/glass_pane_top_yellow", + "pane": "blocks/glass_yellow" + } +} diff --git a/1.8.9/assets/minecraft/models/block/yellow_pane_ns.json b/1.8.9/assets/minecraft/models/block/yellow_pane_ns.json new file mode 100644 index 00000000..40c1eac5 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/yellow_pane_ns.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_ns", + "textures": { + "edge": "blocks/glass_pane_top_yellow", + "pane": "blocks/glass_yellow" + } +} diff --git a/1.8.9/assets/minecraft/models/block/yellow_pane_nse.json b/1.8.9/assets/minecraft/models/block/yellow_pane_nse.json new file mode 100644 index 00000000..6870fe17 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/yellow_pane_nse.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nse", + "textures": { + "edge": "blocks/glass_pane_top_yellow", + "pane": "blocks/glass_yellow" + } +} diff --git a/1.8.9/assets/minecraft/models/block/yellow_pane_nsew.json b/1.8.9/assets/minecraft/models/block/yellow_pane_nsew.json new file mode 100644 index 00000000..4f9ebb6b --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/yellow_pane_nsew.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nsew", + "textures": { + "edge": "blocks/glass_pane_top_yellow", + "pane": "blocks/glass_yellow" + } +} diff --git a/1.8.9/assets/minecraft/models/block/yellow_pane_nsw.json b/1.8.9/assets/minecraft/models/block/yellow_pane_nsw.json new file mode 100644 index 00000000..37a9269c --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/yellow_pane_nsw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nsw", + "textures": { + "edge": "blocks/glass_pane_top_yellow", + "pane": "blocks/glass_yellow" + } +} diff --git a/1.8.9/assets/minecraft/models/block/yellow_pane_nw.json b/1.8.9/assets/minecraft/models/block/yellow_pane_nw.json new file mode 100644 index 00000000..c9b495a2 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/yellow_pane_nw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nw", + "textures": { + "edge": "blocks/glass_pane_top_yellow", + "pane": "blocks/glass_yellow" + } +} diff --git a/1.8.9/assets/minecraft/models/block/yellow_pane_s.json b/1.8.9/assets/minecraft/models/block/yellow_pane_s.json new file mode 100644 index 00000000..5599e6cc --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/yellow_pane_s.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_s", + "textures": { + "edge": "blocks/glass_pane_top_yellow", + "pane": "blocks/glass_yellow" + } +} diff --git a/1.8.9/assets/minecraft/models/block/yellow_pane_se.json b/1.8.9/assets/minecraft/models/block/yellow_pane_se.json new file mode 100644 index 00000000..cb0688a6 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/yellow_pane_se.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_se", + "textures": { + "edge": "blocks/glass_pane_top_yellow", + "pane": "blocks/glass_yellow" + } +} diff --git a/1.8.9/assets/minecraft/models/block/yellow_pane_sew.json b/1.8.9/assets/minecraft/models/block/yellow_pane_sew.json new file mode 100644 index 00000000..814ff012 --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/yellow_pane_sew.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_sew", + "textures": { + "edge": "blocks/glass_pane_top_yellow", + "pane": "blocks/glass_yellow" + } +} diff --git a/1.8.9/assets/minecraft/models/block/yellow_pane_sw.json b/1.8.9/assets/minecraft/models/block/yellow_pane_sw.json new file mode 100644 index 00000000..0d99b96d --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/yellow_pane_sw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_sw", + "textures": { + "edge": "blocks/glass_pane_top_yellow", + "pane": "blocks/glass_yellow" + } +} diff --git a/1.8.9/assets/minecraft/models/block/yellow_wool.json b/1.8.9/assets/minecraft/models/block/yellow_wool.json new file mode 100644 index 00000000..2f778dcf --- /dev/null +++ b/1.8.9/assets/minecraft/models/block/yellow_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_yellow" + } +} diff --git a/1.8.9/assets/minecraft/models/item/acacia_door.json b/1.8.9/assets/minecraft/models/item/acacia_door.json new file mode 100644 index 00000000..1bb86ece --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/acacia_door.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/door_acacia" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/acacia_fence.json b/1.8.9/assets/minecraft/models/item/acacia_fence.json new file mode 100644 index 00000000..c312891f --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/acacia_fence.json @@ -0,0 +1,13 @@ +{ + "parent": "block/acacia_fence_inventory", + "display": { + "thirdperson": { + "rotation": [ 0, 0, 180 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "gui": { + "rotation": [ 0, 90, 0 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/acacia_fence_gate.json b/1.8.9/assets/minecraft/models/item/acacia_fence_gate.json new file mode 100644 index 00000000..8001de6d --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/acacia_fence_gate.json @@ -0,0 +1,15 @@ +{ + "parent": "block/acacia_fence_gate_closed", + "display": { + "thirdperson": { + "rotation": [ 0, -90, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson": { + "rotation": [ 0, 90, 0 ], + "translation": [ 0, 0, 0 ], + "scale": [ 1, 1, 1 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/acacia_leaves.json b/1.8.9/assets/minecraft/models/item/acacia_leaves.json new file mode 100644 index 00000000..d79009ed --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/acacia_leaves.json @@ -0,0 +1,10 @@ +{ + "parent": "block/acacia_leaves", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/acacia_log.json b/1.8.9/assets/minecraft/models/item/acacia_log.json new file mode 100644 index 00000000..9e9eeae2 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/acacia_log.json @@ -0,0 +1,10 @@ +{ + "parent": "block/acacia_log", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/acacia_planks.json b/1.8.9/assets/minecraft/models/item/acacia_planks.json new file mode 100644 index 00000000..286b8daa --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/acacia_planks.json @@ -0,0 +1,10 @@ +{ + "parent": "block/acacia_planks", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/acacia_sapling.json b/1.8.9/assets/minecraft/models/item/acacia_sapling.json new file mode 100644 index 00000000..ef96e55a --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/acacia_sapling.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/sapling_acacia" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/acacia_slab.json b/1.8.9/assets/minecraft/models/item/acacia_slab.json new file mode 100644 index 00000000..5aa544cf --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/acacia_slab.json @@ -0,0 +1,10 @@ +{ + "parent": "block/half_slab_acacia", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/acacia_stairs.json b/1.8.9/assets/minecraft/models/item/acacia_stairs.json new file mode 100644 index 00000000..b1ca6ff7 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/acacia_stairs.json @@ -0,0 +1,13 @@ +{ + "parent": "block/acacia_stairs", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "gui": { + "rotation": [ 0, 180, 0 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/activator_rail.json b/1.8.9/assets/minecraft/models/item/activator_rail.json new file mode 100644 index 00000000..2339f362 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/activator_rail.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/rail_activator" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/allium.json b/1.8.9/assets/minecraft/models/item/allium.json new file mode 100644 index 00000000..607c448d --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/allium.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/flower_allium" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/andesite.json b/1.8.9/assets/minecraft/models/item/andesite.json new file mode 100644 index 00000000..42227ca5 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/andesite.json @@ -0,0 +1,10 @@ +{ + "parent": "block/andesite", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/andesite_smooth.json b/1.8.9/assets/minecraft/models/item/andesite_smooth.json new file mode 100644 index 00000000..24b07116 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/andesite_smooth.json @@ -0,0 +1,10 @@ +{ + "parent": "block/andesite_smooth", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/anvil_intact.json b/1.8.9/assets/minecraft/models/item/anvil_intact.json new file mode 100644 index 00000000..a879c373 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/anvil_intact.json @@ -0,0 +1,10 @@ +{ + "parent": "block/anvil_undamaged", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0.25, 1.5, -2.5 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/anvil_slightly_damaged.json b/1.8.9/assets/minecraft/models/item/anvil_slightly_damaged.json new file mode 100644 index 00000000..c35bd95a --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/anvil_slightly_damaged.json @@ -0,0 +1,10 @@ +{ + "parent": "block/anvil_slightly_damaged", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0.25, 1.5, -2.5 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/anvil_very_damaged.json b/1.8.9/assets/minecraft/models/item/anvil_very_damaged.json new file mode 100644 index 00000000..88c34ffd --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/anvil_very_damaged.json @@ -0,0 +1,10 @@ +{ + "parent": "block/anvil_very_damaged", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0.25, 1.5, -2.5 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/apple.json b/1.8.9/assets/minecraft/models/item/apple.json new file mode 100644 index 00000000..6c39e311 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/apple.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/apple" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/armor_stand.json b/1.8.9/assets/minecraft/models/item/armor_stand.json new file mode 100644 index 00000000..62c14b8f --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/armor_stand.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/wooden_armorstand" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/arrow.json b/1.8.9/assets/minecraft/models/item/arrow.json new file mode 100644 index 00000000..c2237f32 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/arrow.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/arrow" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/baked_potato.json b/1.8.9/assets/minecraft/models/item/baked_potato.json new file mode 100644 index 00000000..e2c8ddcc --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/baked_potato.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/potato_baked" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/banner.json b/1.8.9/assets/minecraft/models/item/banner.json new file mode 100644 index 00000000..ed4cbd4b --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/banner.json @@ -0,0 +1,22 @@ +{ + "parent": "builtin/entity", + "display": { + "thirdperson": { + "rotation": [ 0, 90, -90 ], + "translation": [ 0, 0, -4 ], + "scale": [ 0.5, 0.5, 0.5 ] + }, + "firstperson": { + "rotation": [ 0, 225, 0 ] + }, + "gui": { + "rotation": [ 0, -65, 0 ], + "translation": [ 0, -3, 0 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "head": { + "translation": [ 0, 8, 3.5 ], + "scale": [ 1.5, 1.5, 1.5 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/barrier.json b/1.8.9/assets/minecraft/models/item/barrier.json new file mode 100644 index 00000000..f5dc51ee --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/barrier.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/barrier" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/beacon.json b/1.8.9/assets/minecraft/models/item/beacon.json new file mode 100644 index 00000000..1a8ce48a --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/beacon.json @@ -0,0 +1,10 @@ +{ + "parent": "block/beacon", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/bed.json b/1.8.9/assets/minecraft/models/item/bed.json new file mode 100644 index 00000000..c1569180 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/bed.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/bed" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/bedrock.json b/1.8.9/assets/minecraft/models/item/bedrock.json new file mode 100644 index 00000000..b7821e0a --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/bedrock.json @@ -0,0 +1,10 @@ +{ + "parent": "block/bedrock", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/beef.json b/1.8.9/assets/minecraft/models/item/beef.json new file mode 100644 index 00000000..3bcfde2b --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/beef.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/beef_raw" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/birch_door.json b/1.8.9/assets/minecraft/models/item/birch_door.json new file mode 100644 index 00000000..1673e294 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/birch_door.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/door_birch" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/birch_fence.json b/1.8.9/assets/minecraft/models/item/birch_fence.json new file mode 100644 index 00000000..fa676091 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/birch_fence.json @@ -0,0 +1,13 @@ +{ + "parent": "block/birch_fence_inventory", + "display": { + "thirdperson": { + "rotation": [ 0, 0, 180 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "gui": { + "rotation": [ 0, 90, 0 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/birch_fence_gate.json b/1.8.9/assets/minecraft/models/item/birch_fence_gate.json new file mode 100644 index 00000000..417d296f --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/birch_fence_gate.json @@ -0,0 +1,15 @@ +{ + "parent": "block/birch_fence_gate_closed", + "display": { + "thirdperson": { + "rotation": [ 0, -90, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson": { + "rotation": [ 0, 90, 0 ], + "translation": [ 0, 0, 0 ], + "scale": [ 1, 1, 1 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/birch_leaves.json b/1.8.9/assets/minecraft/models/item/birch_leaves.json new file mode 100644 index 00000000..7e7b6280 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/birch_leaves.json @@ -0,0 +1,10 @@ +{ + "parent": "block/birch_leaves", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/birch_log.json b/1.8.9/assets/minecraft/models/item/birch_log.json new file mode 100644 index 00000000..6dacb2ce --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/birch_log.json @@ -0,0 +1,10 @@ +{ + "parent": "block/birch_log", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/birch_planks.json b/1.8.9/assets/minecraft/models/item/birch_planks.json new file mode 100644 index 00000000..36932f75 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/birch_planks.json @@ -0,0 +1,10 @@ +{ + "parent": "block/birch_planks", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/birch_sapling.json b/1.8.9/assets/minecraft/models/item/birch_sapling.json new file mode 100644 index 00000000..7c9d5384 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/birch_sapling.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/sapling_birch" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/birch_slab.json b/1.8.9/assets/minecraft/models/item/birch_slab.json new file mode 100644 index 00000000..430bb021 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/birch_slab.json @@ -0,0 +1,10 @@ +{ + "parent": "block/half_slab_birch", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/birch_stairs.json b/1.8.9/assets/minecraft/models/item/birch_stairs.json new file mode 100644 index 00000000..371d9110 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/birch_stairs.json @@ -0,0 +1,13 @@ +{ + "parent": "block/birch_stairs", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "gui": { + "rotation": [ 0, 180, 0 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/black_carpet.json b/1.8.9/assets/minecraft/models/item/black_carpet.json new file mode 100644 index 00000000..3dd6fc86 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/black_carpet.json @@ -0,0 +1,15 @@ +{ + "parent": "block/carpet_black", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 0.25, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 5.25, 0 ], + "scale": [ 1, 1, 1 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/black_stained_glass.json b/1.8.9/assets/minecraft/models/item/black_stained_glass.json new file mode 100644 index 00000000..86ad1af4 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/black_stained_glass.json @@ -0,0 +1,10 @@ +{ + "parent": "block/glass_black", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/black_stained_glass_pane.json b/1.8.9/assets/minecraft/models/item/black_stained_glass_pane.json new file mode 100644 index 00000000..45f6e509 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/black_stained_glass_pane.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/glass_black" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/black_stained_hardened_clay.json b/1.8.9/assets/minecraft/models/item/black_stained_hardened_clay.json new file mode 100644 index 00000000..77880a4e --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/black_stained_hardened_clay.json @@ -0,0 +1,10 @@ +{ + "parent": "block/hardened_clay_black", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/black_wool.json b/1.8.9/assets/minecraft/models/item/black_wool.json new file mode 100644 index 00000000..34ae1868 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/black_wool.json @@ -0,0 +1,10 @@ +{ + "parent": "block/black_wool", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/blaze_powder.json b/1.8.9/assets/minecraft/models/item/blaze_powder.json new file mode 100644 index 00000000..a392e083 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/blaze_powder.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/blaze_powder" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/blaze_rod.json b/1.8.9/assets/minecraft/models/item/blaze_rod.json new file mode 100644 index 00000000..cedc4fb1 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/blaze_rod.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/blaze_rod" + }, + "display": { + "thirdperson": { + "rotation": [ 0, 90, -35 ], + "translation": [ 0, 0.75, -3.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/blue_carpet.json b/1.8.9/assets/minecraft/models/item/blue_carpet.json new file mode 100644 index 00000000..e1298a7f --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/blue_carpet.json @@ -0,0 +1,15 @@ +{ + "parent": "block/carpet_blue", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 0.25, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 5.25, 0 ], + "scale": [ 1, 1, 1 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/blue_orchid.json b/1.8.9/assets/minecraft/models/item/blue_orchid.json new file mode 100644 index 00000000..0dd2e787 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/blue_orchid.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/flower_blue_orchid" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/blue_stained_glass.json b/1.8.9/assets/minecraft/models/item/blue_stained_glass.json new file mode 100644 index 00000000..851c9347 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/blue_stained_glass.json @@ -0,0 +1,10 @@ +{ + "parent": "block/glass_blue", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/blue_stained_glass_pane.json b/1.8.9/assets/minecraft/models/item/blue_stained_glass_pane.json new file mode 100644 index 00000000..4c580a5d --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/blue_stained_glass_pane.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/glass_blue" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/blue_stained_hardened_clay.json b/1.8.9/assets/minecraft/models/item/blue_stained_hardened_clay.json new file mode 100644 index 00000000..86595e87 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/blue_stained_hardened_clay.json @@ -0,0 +1,10 @@ +{ + "parent": "block/hardened_clay_blue", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/blue_wool.json b/1.8.9/assets/minecraft/models/item/blue_wool.json new file mode 100644 index 00000000..bf87579c --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/blue_wool.json @@ -0,0 +1,10 @@ +{ + "parent": "block/blue_wool", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/boat.json b/1.8.9/assets/minecraft/models/item/boat.json new file mode 100644 index 00000000..b85e5fbc --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/boat.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/boat" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/bone.json b/1.8.9/assets/minecraft/models/item/bone.json new file mode 100644 index 00000000..08a61165 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/bone.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/bone" + }, + "display": { + "thirdperson": { + "rotation": [ 0, 90, -35 ], + "translation": [ 0, 1.25, -3.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/book.json b/1.8.9/assets/minecraft/models/item/book.json new file mode 100644 index 00000000..5a8bad3f --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/book.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/book_normal" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/bookshelf.json b/1.8.9/assets/minecraft/models/item/bookshelf.json new file mode 100644 index 00000000..42d5aeba --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/bookshelf.json @@ -0,0 +1,10 @@ +{ + "parent": "block/bookshelf", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/bottle_drinkable.json b/1.8.9/assets/minecraft/models/item/bottle_drinkable.json new file mode 100644 index 00000000..ada5901f --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/bottle_drinkable.json @@ -0,0 +1,19 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/potion_overlay", + "layer1": "items/potion_bottle_drinkable" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/bottle_splash.json b/1.8.9/assets/minecraft/models/item/bottle_splash.json new file mode 100644 index 00000000..28efe5ea --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/bottle_splash.json @@ -0,0 +1,19 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/potion_overlay", + "layer1": "items/potion_bottle_splash" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/bow.json b/1.8.9/assets/minecraft/models/item/bow.json new file mode 100644 index 00000000..706bdf35 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/bow.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/bow_standby" + }, + "display": { + "thirdperson": { + "rotation": [ 5, 80, -45 ], + "translation": [ 0.75, 0, 0.25 ], + "scale": [ 1, 1, 1 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/bow_pulling_0.json b/1.8.9/assets/minecraft/models/item/bow_pulling_0.json new file mode 100644 index 00000000..8c965fc6 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/bow_pulling_0.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/bow_pulling_0" + }, + "display": { + "thirdperson": { + "rotation": [ 5, 80, -45 ], + "translation": [ 0.75, 0, 0.25 ], + "scale": [ 1, 1, 1 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/bow_pulling_1.json b/1.8.9/assets/minecraft/models/item/bow_pulling_1.json new file mode 100644 index 00000000..84548f2a --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/bow_pulling_1.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/bow_pulling_1" + }, + "display": { + "thirdperson": { + "rotation": [ 5, 80, -45 ], + "translation": [ 0.75, 0, 0.25 ], + "scale": [ 1, 1, 1 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/bow_pulling_2.json b/1.8.9/assets/minecraft/models/item/bow_pulling_2.json new file mode 100644 index 00000000..c8faa906 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/bow_pulling_2.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/bow_pulling_2" + }, + "display": { + "thirdperson": { + "rotation": [ 5, 80, -45 ], + "translation": [ 0.75, 0, 0.25 ], + "scale": [ 1, 1, 1 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/bowl.json b/1.8.9/assets/minecraft/models/item/bowl.json new file mode 100644 index 00000000..65816ef6 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/bowl.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/bowl" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -2.5 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/bread.json b/1.8.9/assets/minecraft/models/item/bread.json new file mode 100644 index 00000000..ef2249a3 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/bread.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/bread" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/brewing_stand.json b/1.8.9/assets/minecraft/models/item/brewing_stand.json new file mode 100644 index 00000000..41b5ec43 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/brewing_stand.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/brewing_stand" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/brick.json b/1.8.9/assets/minecraft/models/item/brick.json new file mode 100644 index 00000000..4b49d594 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/brick.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/brick" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/brick_block.json b/1.8.9/assets/minecraft/models/item/brick_block.json new file mode 100644 index 00000000..2313dbb1 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/brick_block.json @@ -0,0 +1,10 @@ +{ + "parent": "block/brick", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/brick_slab.json b/1.8.9/assets/minecraft/models/item/brick_slab.json new file mode 100644 index 00000000..fd2750ab --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/brick_slab.json @@ -0,0 +1,10 @@ +{ + "parent": "block/half_slab_brick", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/brick_stairs.json b/1.8.9/assets/minecraft/models/item/brick_stairs.json new file mode 100644 index 00000000..bd186892 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/brick_stairs.json @@ -0,0 +1,13 @@ +{ + "parent": "block/brick_stairs", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "gui": { + "rotation": [ 0, 180, 0 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/brown_carpet.json b/1.8.9/assets/minecraft/models/item/brown_carpet.json new file mode 100644 index 00000000..9a2859ed --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/brown_carpet.json @@ -0,0 +1,15 @@ +{ + "parent": "block/carpet_brown", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 0.25, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 5.25, 0 ], + "scale": [ 1, 1, 1 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/brown_mushroom.json b/1.8.9/assets/minecraft/models/item/brown_mushroom.json new file mode 100644 index 00000000..306bba75 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/brown_mushroom.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/mushroom_brown" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/brown_mushroom_block.json b/1.8.9/assets/minecraft/models/item/brown_mushroom_block.json new file mode 100644 index 00000000..e5cf1f1b --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/brown_mushroom_block.json @@ -0,0 +1,10 @@ +{ + "parent": "block/brown_mushroom_block_cap_all", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/brown_stained_glass.json b/1.8.9/assets/minecraft/models/item/brown_stained_glass.json new file mode 100644 index 00000000..e0e1a486 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/brown_stained_glass.json @@ -0,0 +1,10 @@ +{ + "parent": "block/glass_brown", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/brown_stained_glass_pane.json b/1.8.9/assets/minecraft/models/item/brown_stained_glass_pane.json new file mode 100644 index 00000000..147a7618 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/brown_stained_glass_pane.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/glass_brown" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/brown_stained_hardened_clay.json b/1.8.9/assets/minecraft/models/item/brown_stained_hardened_clay.json new file mode 100644 index 00000000..9dab5c07 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/brown_stained_hardened_clay.json @@ -0,0 +1,10 @@ +{ + "parent": "block/hardened_clay_brown", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/brown_wool.json b/1.8.9/assets/minecraft/models/item/brown_wool.json new file mode 100644 index 00000000..582f20f1 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/brown_wool.json @@ -0,0 +1,10 @@ +{ + "parent": "block/brown_wool", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/bucket.json b/1.8.9/assets/minecraft/models/item/bucket.json new file mode 100644 index 00000000..463698ae --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/bucket.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/bucket_empty" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/cactus.json b/1.8.9/assets/minecraft/models/item/cactus.json new file mode 100644 index 00000000..9931c321 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/cactus.json @@ -0,0 +1,10 @@ +{ + "parent": "block/cactus", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/cake.json b/1.8.9/assets/minecraft/models/item/cake.json new file mode 100644 index 00000000..be7bcfb3 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/cake.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/cake" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/carrot.json b/1.8.9/assets/minecraft/models/item/carrot.json new file mode 100644 index 00000000..8f88b4d9 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/carrot.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/carrot" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/carrot_on_a_stick.json b/1.8.9/assets/minecraft/models/item/carrot_on_a_stick.json new file mode 100644 index 00000000..94592f4d --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/carrot_on_a_stick.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/carrot_on_a_stick" + }, + "display": { + "thirdperson": { + "rotation": [ 180, 90, -35 ], + "translation": [ 0, 0, -3.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson": { + "rotation": [ 0, 45, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/cauldron.json b/1.8.9/assets/minecraft/models/item/cauldron.json new file mode 100644 index 00000000..4c46a664 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/cauldron.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/cauldron" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/chainmail_boots.json b/1.8.9/assets/minecraft/models/item/chainmail_boots.json new file mode 100644 index 00000000..71e0a608 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/chainmail_boots.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/chainmail_boots" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -2.5 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/chainmail_chestplate.json b/1.8.9/assets/minecraft/models/item/chainmail_chestplate.json new file mode 100644 index 00000000..78ec3fa2 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/chainmail_chestplate.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/chainmail_chestplate" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/chainmail_helmet.json b/1.8.9/assets/minecraft/models/item/chainmail_helmet.json new file mode 100644 index 00000000..56a5473f --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/chainmail_helmet.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/chainmail_helmet" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -2.25 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/chainmail_leggings.json b/1.8.9/assets/minecraft/models/item/chainmail_leggings.json new file mode 100644 index 00000000..1e4b2ee0 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/chainmail_leggings.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/chainmail_leggings" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/charcoal.json b/1.8.9/assets/minecraft/models/item/charcoal.json new file mode 100644 index 00000000..6c2ab45a --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/charcoal.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/charcoal" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/chest.json b/1.8.9/assets/minecraft/models/item/chest.json new file mode 100644 index 00000000..43a272a6 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/chest.json @@ -0,0 +1,3 @@ +{ + "parent": "builtin/entity" +} diff --git a/1.8.9/assets/minecraft/models/item/chest_minecart.json b/1.8.9/assets/minecraft/models/item/chest_minecart.json new file mode 100644 index 00000000..a2fbf336 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/chest_minecart.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/minecart_chest" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/chicken.json b/1.8.9/assets/minecraft/models/item/chicken.json new file mode 100644 index 00000000..83d3c8c6 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/chicken.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/chicken_raw" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/chiseled_brick_monster_egg.json b/1.8.9/assets/minecraft/models/item/chiseled_brick_monster_egg.json new file mode 100644 index 00000000..5fddd10e --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/chiseled_brick_monster_egg.json @@ -0,0 +1,10 @@ +{ + "parent": "block/stonebrick_chiseled", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/chiseled_quartz_block.json b/1.8.9/assets/minecraft/models/item/chiseled_quartz_block.json new file mode 100644 index 00000000..2c4eed6d --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/chiseled_quartz_block.json @@ -0,0 +1,10 @@ +{ + "parent": "block/quartz_chiseled", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/chiseled_red_sandstone.json b/1.8.9/assets/minecraft/models/item/chiseled_red_sandstone.json new file mode 100644 index 00000000..23d270bb --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/chiseled_red_sandstone.json @@ -0,0 +1,10 @@ +{ + "parent": "block/red_sandstone_chiseled", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/chiseled_sandstone.json b/1.8.9/assets/minecraft/models/item/chiseled_sandstone.json new file mode 100644 index 00000000..ec0b0b73 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/chiseled_sandstone.json @@ -0,0 +1,10 @@ +{ + "parent": "block/sandstone_chiseled", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/chiseled_stonebrick.json b/1.8.9/assets/minecraft/models/item/chiseled_stonebrick.json new file mode 100644 index 00000000..5fddd10e --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/chiseled_stonebrick.json @@ -0,0 +1,10 @@ +{ + "parent": "block/stonebrick_chiseled", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/clay.json b/1.8.9/assets/minecraft/models/item/clay.json new file mode 100644 index 00000000..5ed8b1d3 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/clay.json @@ -0,0 +1,10 @@ +{ + "parent": "block/clay", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/clay_ball.json b/1.8.9/assets/minecraft/models/item/clay_ball.json new file mode 100644 index 00000000..3981075e --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/clay_ball.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/clay_ball" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/clock.json b/1.8.9/assets/minecraft/models/item/clock.json new file mode 100644 index 00000000..59cbd12f --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/clock.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/clock", + "textures": { + "layer0": "items/clock" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/clownfish.json b/1.8.9/assets/minecraft/models/item/clownfish.json new file mode 100644 index 00000000..ed7c2a37 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/clownfish.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/fish_clownfish_raw" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/coal.json b/1.8.9/assets/minecraft/models/item/coal.json new file mode 100644 index 00000000..34bcb90f --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/coal.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/coal" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/coal_block.json b/1.8.9/assets/minecraft/models/item/coal_block.json new file mode 100644 index 00000000..ffa86186 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/coal_block.json @@ -0,0 +1,10 @@ +{ + "parent": "block/coal_block", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/coal_ore.json b/1.8.9/assets/minecraft/models/item/coal_ore.json new file mode 100644 index 00000000..6708ee51 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/coal_ore.json @@ -0,0 +1,10 @@ +{ + "parent": "block/coal_ore", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/coarse_dirt.json b/1.8.9/assets/minecraft/models/item/coarse_dirt.json new file mode 100644 index 00000000..111e62a1 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/coarse_dirt.json @@ -0,0 +1,10 @@ +{ + "parent": "block/coarse_dirt", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/cobblestone.json b/1.8.9/assets/minecraft/models/item/cobblestone.json new file mode 100644 index 00000000..bd8d9003 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/cobblestone.json @@ -0,0 +1,10 @@ +{ + "parent": "block/cobblestone", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/cobblestone_monster_egg.json b/1.8.9/assets/minecraft/models/item/cobblestone_monster_egg.json new file mode 100644 index 00000000..bd8d9003 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/cobblestone_monster_egg.json @@ -0,0 +1,10 @@ +{ + "parent": "block/cobblestone", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/cobblestone_slab.json b/1.8.9/assets/minecraft/models/item/cobblestone_slab.json new file mode 100644 index 00000000..63d0aeac --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/cobblestone_slab.json @@ -0,0 +1,10 @@ +{ + "parent": "block/half_slab_cobblestone", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/cobblestone_wall.json b/1.8.9/assets/minecraft/models/item/cobblestone_wall.json new file mode 100644 index 00000000..9a4f3ff9 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/cobblestone_wall.json @@ -0,0 +1,10 @@ +{ + "parent": "block/cobblestone_wall_inventory", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/cod.json b/1.8.9/assets/minecraft/models/item/cod.json new file mode 100644 index 00000000..ec844865 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/cod.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/fish_cod_raw" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/command_block.json b/1.8.9/assets/minecraft/models/item/command_block.json new file mode 100644 index 00000000..be889276 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/command_block.json @@ -0,0 +1,10 @@ +{ + "parent": "block/command_block", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/command_block_minecart.json b/1.8.9/assets/minecraft/models/item/command_block_minecart.json new file mode 100644 index 00000000..9c9c91b5 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/command_block_minecart.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/minecart_command_block" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/comparator.json b/1.8.9/assets/minecraft/models/item/comparator.json new file mode 100644 index 00000000..34aa78e9 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/comparator.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/comparator" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/compass.json b/1.8.9/assets/minecraft/models/item/compass.json new file mode 100644 index 00000000..6b1305fc --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/compass.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/compass", + "textures": { + "layer0": "items/compass" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/cooked_beef.json b/1.8.9/assets/minecraft/models/item/cooked_beef.json new file mode 100644 index 00000000..2d4e94b6 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/cooked_beef.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/beef_cooked" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/cooked_chicken.json b/1.8.9/assets/minecraft/models/item/cooked_chicken.json new file mode 100644 index 00000000..9db6cbe3 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/cooked_chicken.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/chicken_cooked" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/cooked_cod.json b/1.8.9/assets/minecraft/models/item/cooked_cod.json new file mode 100644 index 00000000..b795efbf --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/cooked_cod.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/fish_cod_cooked" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/cooked_mutton.json b/1.8.9/assets/minecraft/models/item/cooked_mutton.json new file mode 100644 index 00000000..9ae2c08e --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/cooked_mutton.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/mutton_cooked" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/cooked_porkchop.json b/1.8.9/assets/minecraft/models/item/cooked_porkchop.json new file mode 100644 index 00000000..6bbcc0f2 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/cooked_porkchop.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/porkchop_cooked" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/cooked_rabbit.json b/1.8.9/assets/minecraft/models/item/cooked_rabbit.json new file mode 100644 index 00000000..25265292 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/cooked_rabbit.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/rabbit_cooked" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/cooked_salmon.json b/1.8.9/assets/minecraft/models/item/cooked_salmon.json new file mode 100644 index 00000000..d2f0a830 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/cooked_salmon.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/fish_salmon_cooked" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/cookie.json b/1.8.9/assets/minecraft/models/item/cookie.json new file mode 100644 index 00000000..93bc6339 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/cookie.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/cookie" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/cracked_brick_monster_egg.json b/1.8.9/assets/minecraft/models/item/cracked_brick_monster_egg.json new file mode 100644 index 00000000..2dcc5c8c --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/cracked_brick_monster_egg.json @@ -0,0 +1,10 @@ +{ + "parent": "block/stonebrick_cracked", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/cracked_stonebrick.json b/1.8.9/assets/minecraft/models/item/cracked_stonebrick.json new file mode 100644 index 00000000..2dcc5c8c --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/cracked_stonebrick.json @@ -0,0 +1,10 @@ +{ + "parent": "block/stonebrick_cracked", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/crafting_table.json b/1.8.9/assets/minecraft/models/item/crafting_table.json new file mode 100644 index 00000000..b71c85fc --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/crafting_table.json @@ -0,0 +1,10 @@ +{ + "parent": "block/crafting_table", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/cyan_carpet.json b/1.8.9/assets/minecraft/models/item/cyan_carpet.json new file mode 100644 index 00000000..3b45d9e7 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/cyan_carpet.json @@ -0,0 +1,15 @@ +{ + "parent": "block/carpet_cyan", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 0.25, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 5.25, 0 ], + "scale": [ 1, 1, 1 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/cyan_stained_glass.json b/1.8.9/assets/minecraft/models/item/cyan_stained_glass.json new file mode 100644 index 00000000..6f14b804 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/cyan_stained_glass.json @@ -0,0 +1,10 @@ +{ + "parent": "block/glass_cyan", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/cyan_stained_glass_pane.json b/1.8.9/assets/minecraft/models/item/cyan_stained_glass_pane.json new file mode 100644 index 00000000..7dd095bd --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/cyan_stained_glass_pane.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/glass_cyan" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/cyan_stained_hardened_clay.json b/1.8.9/assets/minecraft/models/item/cyan_stained_hardened_clay.json new file mode 100644 index 00000000..acdaf405 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/cyan_stained_hardened_clay.json @@ -0,0 +1,10 @@ +{ + "parent": "block/hardened_clay_cyan", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/cyan_wool.json b/1.8.9/assets/minecraft/models/item/cyan_wool.json new file mode 100644 index 00000000..a51d0808 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/cyan_wool.json @@ -0,0 +1,10 @@ +{ + "parent": "block/cyan_wool", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/dandelion.json b/1.8.9/assets/minecraft/models/item/dandelion.json new file mode 100644 index 00000000..a7f03a0c --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/dandelion.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/flower_dandelion" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/dark_oak_door.json b/1.8.9/assets/minecraft/models/item/dark_oak_door.json new file mode 100644 index 00000000..8828a179 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/dark_oak_door.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/door_dark_oak" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/dark_oak_fence.json b/1.8.9/assets/minecraft/models/item/dark_oak_fence.json new file mode 100644 index 00000000..5d041185 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/dark_oak_fence.json @@ -0,0 +1,13 @@ +{ + "parent": "block/dark_oak_fence_inventory", + "display": { + "thirdperson": { + "rotation": [ 0, 0, 180 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "gui": { + "rotation": [ 0, 90, 0 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/dark_oak_fence_gate.json b/1.8.9/assets/minecraft/models/item/dark_oak_fence_gate.json new file mode 100644 index 00000000..826904c0 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/dark_oak_fence_gate.json @@ -0,0 +1,15 @@ +{ + "parent": "block/dark_oak_fence_gate_closed", + "display": { + "thirdperson": { + "rotation": [ 0, -90, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson": { + "rotation": [ 0, 90, 0 ], + "translation": [ 0, 0, 0 ], + "scale": [ 1, 1, 1 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/dark_oak_leaves.json b/1.8.9/assets/minecraft/models/item/dark_oak_leaves.json new file mode 100644 index 00000000..6283db78 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/dark_oak_leaves.json @@ -0,0 +1,10 @@ +{ + "parent": "block/dark_oak_leaves", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/dark_oak_log.json b/1.8.9/assets/minecraft/models/item/dark_oak_log.json new file mode 100644 index 00000000..03034260 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/dark_oak_log.json @@ -0,0 +1,10 @@ +{ + "parent": "block/dark_oak_log", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/dark_oak_planks.json b/1.8.9/assets/minecraft/models/item/dark_oak_planks.json new file mode 100644 index 00000000..b894f811 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/dark_oak_planks.json @@ -0,0 +1,10 @@ +{ + "parent": "block/dark_oak_planks", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/dark_oak_sapling.json b/1.8.9/assets/minecraft/models/item/dark_oak_sapling.json new file mode 100644 index 00000000..349e84c9 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/dark_oak_sapling.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/sapling_roofed_oak" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/dark_oak_slab.json b/1.8.9/assets/minecraft/models/item/dark_oak_slab.json new file mode 100644 index 00000000..ee4afbbd --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/dark_oak_slab.json @@ -0,0 +1,10 @@ +{ + "parent": "block/half_slab_dark_oak", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/dark_oak_stairs.json b/1.8.9/assets/minecraft/models/item/dark_oak_stairs.json new file mode 100644 index 00000000..105e7b93 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/dark_oak_stairs.json @@ -0,0 +1,13 @@ +{ + "parent": "block/dark_oak_stairs", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "gui": { + "rotation": [ 0, 180, 0 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/dark_prismarine.json b/1.8.9/assets/minecraft/models/item/dark_prismarine.json new file mode 100644 index 00000000..124831c7 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/dark_prismarine.json @@ -0,0 +1,10 @@ +{ + "parent": "block/prismarine_dark", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/daylight_detector.json b/1.8.9/assets/minecraft/models/item/daylight_detector.json new file mode 100644 index 00000000..b9734d30 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/daylight_detector.json @@ -0,0 +1,15 @@ +{ + "parent": "block/daylight_detector", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 0.25, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 5, 0 ], + "scale": [ 1, 1, 1 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/dead_bush.json b/1.8.9/assets/minecraft/models/item/dead_bush.json new file mode 100644 index 00000000..8839e0f8 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/dead_bush.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/deadbush" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/detector_rail.json b/1.8.9/assets/minecraft/models/item/detector_rail.json new file mode 100644 index 00000000..1eb33c58 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/detector_rail.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/rail_detector" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/diamond.json b/1.8.9/assets/minecraft/models/item/diamond.json new file mode 100644 index 00000000..ce3100d2 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/diamond.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/diamond" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/diamond_axe.json b/1.8.9/assets/minecraft/models/item/diamond_axe.json new file mode 100644 index 00000000..948fd7c1 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/diamond_axe.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/diamond_axe" + }, + "display": { + "thirdperson": { + "rotation": [ 0, 90, -35 ], + "translation": [ 0, 1.25, -3.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/diamond_block.json b/1.8.9/assets/minecraft/models/item/diamond_block.json new file mode 100644 index 00000000..7a587af7 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/diamond_block.json @@ -0,0 +1,10 @@ +{ + "parent": "block/diamond_block", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/diamond_boots.json b/1.8.9/assets/minecraft/models/item/diamond_boots.json new file mode 100644 index 00000000..35628bd2 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/diamond_boots.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/diamond_boots" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -2.5 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/diamond_chestplate.json b/1.8.9/assets/minecraft/models/item/diamond_chestplate.json new file mode 100644 index 00000000..3288b620 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/diamond_chestplate.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/diamond_chestplate" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/diamond_helmet.json b/1.8.9/assets/minecraft/models/item/diamond_helmet.json new file mode 100644 index 00000000..67e80ba3 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/diamond_helmet.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/diamond_helmet" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -2.25 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/diamond_hoe.json b/1.8.9/assets/minecraft/models/item/diamond_hoe.json new file mode 100644 index 00000000..600c7139 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/diamond_hoe.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/diamond_hoe" + }, + "display": { + "thirdperson": { + "rotation": [ 0, 90, -35 ], + "translation": [ 0, 1.25, -3.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/diamond_horse_armor.json b/1.8.9/assets/minecraft/models/item/diamond_horse_armor.json new file mode 100644 index 00000000..3ba00c56 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/diamond_horse_armor.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/diamond_horse_armor" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/diamond_leggings.json b/1.8.9/assets/minecraft/models/item/diamond_leggings.json new file mode 100644 index 00000000..126bf387 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/diamond_leggings.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/diamond_leggings" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/diamond_ore.json b/1.8.9/assets/minecraft/models/item/diamond_ore.json new file mode 100644 index 00000000..ee09a1aa --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/diamond_ore.json @@ -0,0 +1,10 @@ +{ + "parent": "block/diamond_ore", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/diamond_pickaxe.json b/1.8.9/assets/minecraft/models/item/diamond_pickaxe.json new file mode 100644 index 00000000..5a9323c2 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/diamond_pickaxe.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/diamond_pickaxe" + }, + "display": { + "thirdperson": { + "rotation": [ 0, 90, -35 ], + "translation": [ 0, 1.25, -3.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/diamond_shovel.json b/1.8.9/assets/minecraft/models/item/diamond_shovel.json new file mode 100644 index 00000000..4038e82c --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/diamond_shovel.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/diamond_shovel" + }, + "display": { + "thirdperson": { + "rotation": [ 0, 90, -35 ], + "translation": [ 0, 1.25, -3.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/diamond_sword.json b/1.8.9/assets/minecraft/models/item/diamond_sword.json new file mode 100644 index 00000000..1da37e7f --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/diamond_sword.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/diamond_sword" + }, + "display": { + "thirdperson": { + "rotation": [ 0, 90, -35 ], + "translation": [ 0, 1.25, -3.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/diorite.json b/1.8.9/assets/minecraft/models/item/diorite.json new file mode 100644 index 00000000..8435fc44 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/diorite.json @@ -0,0 +1,10 @@ +{ + "parent": "block/diorite", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/diorite_smooth.json b/1.8.9/assets/minecraft/models/item/diorite_smooth.json new file mode 100644 index 00000000..a01d3735 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/diorite_smooth.json @@ -0,0 +1,10 @@ +{ + "parent": "block/diorite_smooth", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/dirt.json b/1.8.9/assets/minecraft/models/item/dirt.json new file mode 100644 index 00000000..db5f7b7a --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/dirt.json @@ -0,0 +1,10 @@ +{ + "parent": "block/dirt", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/dispenser.json b/1.8.9/assets/minecraft/models/item/dispenser.json new file mode 100644 index 00000000..5c5ff3c6 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/dispenser.json @@ -0,0 +1,10 @@ +{ + "parent": "block/dispenser", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/double_fern.json b/1.8.9/assets/minecraft/models/item/double_fern.json new file mode 100644 index 00000000..9e3b55d1 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/double_fern.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/double_plant_fern_top" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/double_grass.json b/1.8.9/assets/minecraft/models/item/double_grass.json new file mode 100644 index 00000000..b5afbfea --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/double_grass.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/double_plant_grass_top" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/double_rose.json b/1.8.9/assets/minecraft/models/item/double_rose.json new file mode 100644 index 00000000..fac74a44 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/double_rose.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/double_plant_rose_top" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/dragon_egg.json b/1.8.9/assets/minecraft/models/item/dragon_egg.json new file mode 100644 index 00000000..3eb2a4d7 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/dragon_egg.json @@ -0,0 +1,10 @@ +{ + "parent": "block/dragon_egg", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/dropper.json b/1.8.9/assets/minecraft/models/item/dropper.json new file mode 100644 index 00000000..ae284654 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/dropper.json @@ -0,0 +1,10 @@ +{ + "parent": "block/dropper", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/dye_black.json b/1.8.9/assets/minecraft/models/item/dye_black.json new file mode 100644 index 00000000..617fc142 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/dye_black.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/dye_powder_black" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/dye_blue.json b/1.8.9/assets/minecraft/models/item/dye_blue.json new file mode 100644 index 00000000..ed958383 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/dye_blue.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/dye_powder_blue" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/dye_brown.json b/1.8.9/assets/minecraft/models/item/dye_brown.json new file mode 100644 index 00000000..8a03fc74 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/dye_brown.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/dye_powder_brown" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/dye_cyan.json b/1.8.9/assets/minecraft/models/item/dye_cyan.json new file mode 100644 index 00000000..25bde60b --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/dye_cyan.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/dye_powder_cyan" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/dye_gray.json b/1.8.9/assets/minecraft/models/item/dye_gray.json new file mode 100644 index 00000000..bf1b2607 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/dye_gray.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/dye_powder_gray" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -2.5 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/dye_green.json b/1.8.9/assets/minecraft/models/item/dye_green.json new file mode 100644 index 00000000..dc4c4a61 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/dye_green.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/dye_powder_green" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/dye_light_blue.json b/1.8.9/assets/minecraft/models/item/dye_light_blue.json new file mode 100644 index 00000000..7d02b5c7 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/dye_light_blue.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/dye_powder_light_blue" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -2.5 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/dye_lime.json b/1.8.9/assets/minecraft/models/item/dye_lime.json new file mode 100644 index 00000000..b1f0c90d --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/dye_lime.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/dye_powder_lime" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/dye_magenta.json b/1.8.9/assets/minecraft/models/item/dye_magenta.json new file mode 100644 index 00000000..90209a70 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/dye_magenta.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/dye_powder_magenta" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -2.5 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/dye_orange.json b/1.8.9/assets/minecraft/models/item/dye_orange.json new file mode 100644 index 00000000..1d0b42a0 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/dye_orange.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/dye_powder_orange" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/dye_pink.json b/1.8.9/assets/minecraft/models/item/dye_pink.json new file mode 100644 index 00000000..2bcc284a --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/dye_pink.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/dye_powder_pink" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -2.5 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/dye_purple.json b/1.8.9/assets/minecraft/models/item/dye_purple.json new file mode 100644 index 00000000..0add0516 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/dye_purple.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/dye_powder_purple" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -2.5 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/dye_red.json b/1.8.9/assets/minecraft/models/item/dye_red.json new file mode 100644 index 00000000..0ffe2766 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/dye_red.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/dye_powder_red" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/dye_silver.json b/1.8.9/assets/minecraft/models/item/dye_silver.json new file mode 100644 index 00000000..3da0bb2c --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/dye_silver.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/dye_powder_silver" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/dye_white.json b/1.8.9/assets/minecraft/models/item/dye_white.json new file mode 100644 index 00000000..9be5c512 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/dye_white.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/dye_powder_white" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/dye_yellow.json b/1.8.9/assets/minecraft/models/item/dye_yellow.json new file mode 100644 index 00000000..270e2480 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/dye_yellow.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/dye_powder_yellow" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/egg.json b/1.8.9/assets/minecraft/models/item/egg.json new file mode 100644 index 00000000..dc91a70b --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/egg.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/egg" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/emerald.json b/1.8.9/assets/minecraft/models/item/emerald.json new file mode 100644 index 00000000..3638648b --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/emerald.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/emerald" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/emerald_block.json b/1.8.9/assets/minecraft/models/item/emerald_block.json new file mode 100644 index 00000000..f20662b9 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/emerald_block.json @@ -0,0 +1,10 @@ +{ + "parent": "block/emerald_block", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/emerald_ore.json b/1.8.9/assets/minecraft/models/item/emerald_ore.json new file mode 100644 index 00000000..a150ce8b --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/emerald_ore.json @@ -0,0 +1,10 @@ +{ + "parent": "block/emerald_ore", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/enchanted_book.json b/1.8.9/assets/minecraft/models/item/enchanted_book.json new file mode 100644 index 00000000..01ff1494 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/enchanted_book.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/book_enchanted" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/enchanting_table.json b/1.8.9/assets/minecraft/models/item/enchanting_table.json new file mode 100644 index 00000000..04d62bdc --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/enchanting_table.json @@ -0,0 +1,10 @@ +{ + "parent": "block/enchanting_table_base", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/end_portal_frame.json b/1.8.9/assets/minecraft/models/item/end_portal_frame.json new file mode 100644 index 00000000..2f3eb794 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/end_portal_frame.json @@ -0,0 +1,10 @@ +{ + "parent": "block/end_portal_frame_empty", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/end_stone.json b/1.8.9/assets/minecraft/models/item/end_stone.json new file mode 100644 index 00000000..f46b36bc --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/end_stone.json @@ -0,0 +1,10 @@ +{ + "parent": "block/end_stone", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/ender_chest.json b/1.8.9/assets/minecraft/models/item/ender_chest.json new file mode 100644 index 00000000..43a272a6 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/ender_chest.json @@ -0,0 +1,3 @@ +{ + "parent": "builtin/entity" +} diff --git a/1.8.9/assets/minecraft/models/item/ender_eye.json b/1.8.9/assets/minecraft/models/item/ender_eye.json new file mode 100644 index 00000000..79b34fff --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/ender_eye.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/ender_eye" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/ender_pearl.json b/1.8.9/assets/minecraft/models/item/ender_pearl.json new file mode 100644 index 00000000..5c5e0202 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/ender_pearl.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/ender_pearl" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/experience_bottle.json b/1.8.9/assets/minecraft/models/item/experience_bottle.json new file mode 100644 index 00000000..4769bac3 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/experience_bottle.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/experience_bottle" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/farmland.json b/1.8.9/assets/minecraft/models/item/farmland.json new file mode 100644 index 00000000..44fe3b1b --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/farmland.json @@ -0,0 +1,10 @@ +{ + "parent": "block/farmland_dry", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/feather.json b/1.8.9/assets/minecraft/models/item/feather.json new file mode 100644 index 00000000..1d9d524c --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/feather.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/feather" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/fermented_spider_eye.json b/1.8.9/assets/minecraft/models/item/fermented_spider_eye.json new file mode 100644 index 00000000..c50e6b05 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/fermented_spider_eye.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/spider_eye_fermented" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/fern.json b/1.8.9/assets/minecraft/models/item/fern.json new file mode 100644 index 00000000..9dc8f286 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/fern.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/fern" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/filled_map.json b/1.8.9/assets/minecraft/models/item/filled_map.json new file mode 100644 index 00000000..174e3901 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/filled_map.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/map_filled" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/fire_charge.json b/1.8.9/assets/minecraft/models/item/fire_charge.json new file mode 100644 index 00000000..4dce2b8d --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/fire_charge.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/fireball" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/firework_charge.json b/1.8.9/assets/minecraft/models/item/firework_charge.json new file mode 100644 index 00000000..d6cf166a --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/firework_charge.json @@ -0,0 +1,19 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/fireworks_charge", + "layer1": "items/fireworks_charge_overlay" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/fireworks.json b/1.8.9/assets/minecraft/models/item/fireworks.json new file mode 100644 index 00000000..1c3fb51a --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/fireworks.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/fireworks" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/fishing_rod.json b/1.8.9/assets/minecraft/models/item/fishing_rod.json new file mode 100644 index 00000000..254ce9a2 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/fishing_rod.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/fishing_rod_uncast" + }, + "display": { + "thirdperson": { + "rotation": [ 180, 90, -35 ], + "translation": [ 0, 0, -3.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson": { + "rotation": [ 0, 45, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/fishing_rod_cast.json b/1.8.9/assets/minecraft/models/item/fishing_rod_cast.json new file mode 100644 index 00000000..7a4db03b --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/fishing_rod_cast.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/fishing_rod_cast" + }, + "display": { + "thirdperson": { + "rotation": [ 180, 90, -35 ], + "translation": [ 0, 0, -3.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson": { + "rotation": [ 0, 45, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/flint.json b/1.8.9/assets/minecraft/models/item/flint.json new file mode 100644 index 00000000..064a4a01 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/flint.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/flint" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/flint_and_steel.json b/1.8.9/assets/minecraft/models/item/flint_and_steel.json new file mode 100644 index 00000000..c77f9e8a --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/flint_and_steel.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/flint_and_steel" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/flower_pot.json b/1.8.9/assets/minecraft/models/item/flower_pot.json new file mode 100644 index 00000000..61f74533 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/flower_pot.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/flower_pot" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/furnace.json b/1.8.9/assets/minecraft/models/item/furnace.json new file mode 100644 index 00000000..15641836 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/furnace.json @@ -0,0 +1,10 @@ +{ + "parent": "block/furnace", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/furnace_minecart.json b/1.8.9/assets/minecraft/models/item/furnace_minecart.json new file mode 100644 index 00000000..a9c1c74a --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/furnace_minecart.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/minecart_furnace" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/ghast_tear.json b/1.8.9/assets/minecraft/models/item/ghast_tear.json new file mode 100644 index 00000000..5a8135b1 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/ghast_tear.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/ghast_tear" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -2.25 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/glass.json b/1.8.9/assets/minecraft/models/item/glass.json new file mode 100644 index 00000000..a656a8b0 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/glass.json @@ -0,0 +1,10 @@ +{ + "parent": "block/glass", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/glass_bottle.json b/1.8.9/assets/minecraft/models/item/glass_bottle.json new file mode 100644 index 00000000..bfff9f5c --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/glass_bottle.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/potion_bottle_empty" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/glass_pane.json b/1.8.9/assets/minecraft/models/item/glass_pane.json new file mode 100644 index 00000000..aaa414d9 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/glass_pane.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/glass" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/glowstone.json b/1.8.9/assets/minecraft/models/item/glowstone.json new file mode 100644 index 00000000..cd2e06b5 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/glowstone.json @@ -0,0 +1,10 @@ +{ + "parent": "block/glowstone", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/glowstone_dust.json b/1.8.9/assets/minecraft/models/item/glowstone_dust.json new file mode 100644 index 00000000..5e9ddc6c --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/glowstone_dust.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/glowstone_dust" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/gold_block.json b/1.8.9/assets/minecraft/models/item/gold_block.json new file mode 100644 index 00000000..913efb97 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/gold_block.json @@ -0,0 +1,10 @@ +{ + "parent": "block/gold_block", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/gold_ingot.json b/1.8.9/assets/minecraft/models/item/gold_ingot.json new file mode 100644 index 00000000..b7cf0127 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/gold_ingot.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/gold_ingot" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/gold_nugget.json b/1.8.9/assets/minecraft/models/item/gold_nugget.json new file mode 100644 index 00000000..0d0d1f59 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/gold_nugget.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/gold_nugget" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -2 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/gold_ore.json b/1.8.9/assets/minecraft/models/item/gold_ore.json new file mode 100644 index 00000000..8d64fbc5 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/gold_ore.json @@ -0,0 +1,10 @@ +{ + "parent": "block/gold_ore", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/golden_apple.json b/1.8.9/assets/minecraft/models/item/golden_apple.json new file mode 100644 index 00000000..09c431f8 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/golden_apple.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/apple_golden" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/golden_axe.json b/1.8.9/assets/minecraft/models/item/golden_axe.json new file mode 100644 index 00000000..75723018 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/golden_axe.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/gold_axe" + }, + "display": { + "thirdperson": { + "rotation": [ 0, 90, -35 ], + "translation": [ 0, 1.25, -3.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/golden_boots.json b/1.8.9/assets/minecraft/models/item/golden_boots.json new file mode 100644 index 00000000..9189da33 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/golden_boots.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/gold_boots" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -2.5 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/golden_carrot.json b/1.8.9/assets/minecraft/models/item/golden_carrot.json new file mode 100644 index 00000000..a8a85ed2 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/golden_carrot.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/carrot_golden" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/golden_chestplate.json b/1.8.9/assets/minecraft/models/item/golden_chestplate.json new file mode 100644 index 00000000..b2c322f6 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/golden_chestplate.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/gold_chestplate" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/golden_helmet.json b/1.8.9/assets/minecraft/models/item/golden_helmet.json new file mode 100644 index 00000000..6197988d --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/golden_helmet.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/gold_helmet" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -2.25 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/golden_hoe.json b/1.8.9/assets/minecraft/models/item/golden_hoe.json new file mode 100644 index 00000000..96a10d7e --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/golden_hoe.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/gold_hoe" + }, + "display": { + "thirdperson": { + "rotation": [ 0, 90, -35 ], + "translation": [ 0, 1.25, -3.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/golden_horse_armor.json b/1.8.9/assets/minecraft/models/item/golden_horse_armor.json new file mode 100644 index 00000000..d2a8cc0d --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/golden_horse_armor.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/gold_horse_armor" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/golden_leggings.json b/1.8.9/assets/minecraft/models/item/golden_leggings.json new file mode 100644 index 00000000..d54edb71 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/golden_leggings.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/gold_leggings" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/golden_pickaxe.json b/1.8.9/assets/minecraft/models/item/golden_pickaxe.json new file mode 100644 index 00000000..28d07051 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/golden_pickaxe.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/gold_pickaxe" + }, + "display": { + "thirdperson": { + "rotation": [ 0, 90, -35 ], + "translation": [ 0, 1.25, -3.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/golden_rail.json b/1.8.9/assets/minecraft/models/item/golden_rail.json new file mode 100644 index 00000000..d4ff719c --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/golden_rail.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/rail_golden" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/golden_shovel.json b/1.8.9/assets/minecraft/models/item/golden_shovel.json new file mode 100644 index 00000000..a08d5cd4 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/golden_shovel.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/gold_shovel" + }, + "display": { + "thirdperson": { + "rotation": [ 0, 90, -35 ], + "translation": [ 0, 1.25, -3.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/golden_sword.json b/1.8.9/assets/minecraft/models/item/golden_sword.json new file mode 100644 index 00000000..c9719b27 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/golden_sword.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/gold_sword" + }, + "display": { + "thirdperson": { + "rotation": [ 0, 90, -35 ], + "translation": [ 0, 1.25, -3.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/granite.json b/1.8.9/assets/minecraft/models/item/granite.json new file mode 100644 index 00000000..e242d323 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/granite.json @@ -0,0 +1,10 @@ +{ + "parent": "block/granite", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/granite_smooth.json b/1.8.9/assets/minecraft/models/item/granite_smooth.json new file mode 100644 index 00000000..36c14f7e --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/granite_smooth.json @@ -0,0 +1,10 @@ +{ + "parent": "block/granite_smooth", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/grass.json b/1.8.9/assets/minecraft/models/item/grass.json new file mode 100644 index 00000000..3edded3f --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/grass.json @@ -0,0 +1,10 @@ +{ + "parent": "block/grass_normal", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/gravel.json b/1.8.9/assets/minecraft/models/item/gravel.json new file mode 100644 index 00000000..a1dc5c54 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/gravel.json @@ -0,0 +1,10 @@ +{ + "parent": "block/gravel", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/gray_carpet.json b/1.8.9/assets/minecraft/models/item/gray_carpet.json new file mode 100644 index 00000000..8dbdcd41 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/gray_carpet.json @@ -0,0 +1,15 @@ +{ + "parent": "block/carpet_gray", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 0.25, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 5.25, 0 ], + "scale": [ 1, 1, 1 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/gray_stained_glass.json b/1.8.9/assets/minecraft/models/item/gray_stained_glass.json new file mode 100644 index 00000000..2ea93082 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/gray_stained_glass.json @@ -0,0 +1,10 @@ +{ + "parent": "block/glass_gray", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/gray_stained_glass_pane.json b/1.8.9/assets/minecraft/models/item/gray_stained_glass_pane.json new file mode 100644 index 00000000..f18ad1fd --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/gray_stained_glass_pane.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/glass_gray" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/gray_stained_hardened_clay.json b/1.8.9/assets/minecraft/models/item/gray_stained_hardened_clay.json new file mode 100644 index 00000000..51a8aff4 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/gray_stained_hardened_clay.json @@ -0,0 +1,10 @@ +{ + "parent": "block/hardened_clay_gray", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/gray_wool.json b/1.8.9/assets/minecraft/models/item/gray_wool.json new file mode 100644 index 00000000..1540fc6b --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/gray_wool.json @@ -0,0 +1,10 @@ +{ + "parent": "block/gray_wool", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/green_carpet.json b/1.8.9/assets/minecraft/models/item/green_carpet.json new file mode 100644 index 00000000..4e7bc19b --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/green_carpet.json @@ -0,0 +1,15 @@ +{ + "parent": "block/carpet_green", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 0.25, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 5.25, 0 ], + "scale": [ 1, 1, 1 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/green_stained_glass.json b/1.8.9/assets/minecraft/models/item/green_stained_glass.json new file mode 100644 index 00000000..637b97c9 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/green_stained_glass.json @@ -0,0 +1,10 @@ +{ + "parent": "block/glass_green", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/green_stained_glass_pane.json b/1.8.9/assets/minecraft/models/item/green_stained_glass_pane.json new file mode 100644 index 00000000..e692acdd --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/green_stained_glass_pane.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/glass_green" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/green_stained_hardened_clay.json b/1.8.9/assets/minecraft/models/item/green_stained_hardened_clay.json new file mode 100644 index 00000000..2bcefe14 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/green_stained_hardened_clay.json @@ -0,0 +1,10 @@ +{ + "parent": "block/hardened_clay_green", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/green_wool.json b/1.8.9/assets/minecraft/models/item/green_wool.json new file mode 100644 index 00000000..64d5ddbb --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/green_wool.json @@ -0,0 +1,10 @@ +{ + "parent": "block/green_wool", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/gunpowder.json b/1.8.9/assets/minecraft/models/item/gunpowder.json new file mode 100644 index 00000000..d77a460a --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/gunpowder.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/gunpowder" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/hardened_clay.json b/1.8.9/assets/minecraft/models/item/hardened_clay.json new file mode 100644 index 00000000..49330e74 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/hardened_clay.json @@ -0,0 +1,10 @@ +{ + "parent": "block/hardened_clay", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/hay_block.json b/1.8.9/assets/minecraft/models/item/hay_block.json new file mode 100644 index 00000000..42cf4ad6 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/hay_block.json @@ -0,0 +1,10 @@ +{ + "parent": "block/hay", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/heavy_weighted_pressure_plate.json b/1.8.9/assets/minecraft/models/item/heavy_weighted_pressure_plate.json new file mode 100644 index 00000000..c8c66dbf --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/heavy_weighted_pressure_plate.json @@ -0,0 +1,10 @@ +{ + "parent": "block/heavy_pressure_plate_inventory", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/hopper.json b/1.8.9/assets/minecraft/models/item/hopper.json new file mode 100644 index 00000000..f6a268db --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/hopper.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/hopper" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/hopper_minecart.json b/1.8.9/assets/minecraft/models/item/hopper_minecart.json new file mode 100644 index 00000000..d3eba364 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/hopper_minecart.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/minecart_hopper" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/houstonia.json b/1.8.9/assets/minecraft/models/item/houstonia.json new file mode 100644 index 00000000..c252a61d --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/houstonia.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/flower_houstonia" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/ice.json b/1.8.9/assets/minecraft/models/item/ice.json new file mode 100644 index 00000000..44b1f4d6 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/ice.json @@ -0,0 +1,10 @@ +{ + "parent": "block/ice", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/iron_axe.json b/1.8.9/assets/minecraft/models/item/iron_axe.json new file mode 100644 index 00000000..4ec082f2 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/iron_axe.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/iron_axe" + }, + "display": { + "thirdperson": { + "rotation": [ 0, 90, -35 ], + "translation": [ 0, 1.25, -3.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/iron_bars.json b/1.8.9/assets/minecraft/models/item/iron_bars.json new file mode 100644 index 00000000..e706bee4 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/iron_bars.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/iron_bars" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/iron_block.json b/1.8.9/assets/minecraft/models/item/iron_block.json new file mode 100644 index 00000000..62a281f2 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/iron_block.json @@ -0,0 +1,10 @@ +{ + "parent": "block/iron_block", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/iron_boots.json b/1.8.9/assets/minecraft/models/item/iron_boots.json new file mode 100644 index 00000000..def28c08 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/iron_boots.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/iron_boots" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -2.5 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/iron_chestplate.json b/1.8.9/assets/minecraft/models/item/iron_chestplate.json new file mode 100644 index 00000000..f60f5cc4 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/iron_chestplate.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/iron_chestplate" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/iron_door.json b/1.8.9/assets/minecraft/models/item/iron_door.json new file mode 100644 index 00000000..f956a543 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/iron_door.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/door_iron" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/iron_helmet.json b/1.8.9/assets/minecraft/models/item/iron_helmet.json new file mode 100644 index 00000000..46b15852 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/iron_helmet.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/iron_helmet" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -2.25 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/iron_hoe.json b/1.8.9/assets/minecraft/models/item/iron_hoe.json new file mode 100644 index 00000000..6decc4a4 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/iron_hoe.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/iron_hoe" + }, + "display": { + "thirdperson": { + "rotation": [ 0, 90, -35 ], + "translation": [ 0, 1.25, -3.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/iron_horse_armor.json b/1.8.9/assets/minecraft/models/item/iron_horse_armor.json new file mode 100644 index 00000000..41dc7139 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/iron_horse_armor.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/iron_horse_armor" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/iron_ingot.json b/1.8.9/assets/minecraft/models/item/iron_ingot.json new file mode 100644 index 00000000..2e836cd9 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/iron_ingot.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/iron_ingot" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/iron_leggings.json b/1.8.9/assets/minecraft/models/item/iron_leggings.json new file mode 100644 index 00000000..14d0f27f --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/iron_leggings.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/iron_leggings" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/iron_ore.json b/1.8.9/assets/minecraft/models/item/iron_ore.json new file mode 100644 index 00000000..f06f40a2 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/iron_ore.json @@ -0,0 +1,10 @@ +{ + "parent": "block/iron_ore", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/iron_pickaxe.json b/1.8.9/assets/minecraft/models/item/iron_pickaxe.json new file mode 100644 index 00000000..37372d2e --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/iron_pickaxe.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/iron_pickaxe" + }, + "display": { + "thirdperson": { + "rotation": [ 0, 90, -35 ], + "translation": [ 0, 1.25, -3.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/iron_shovel.json b/1.8.9/assets/minecraft/models/item/iron_shovel.json new file mode 100644 index 00000000..509a7619 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/iron_shovel.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/iron_shovel" + }, + "display": { + "thirdperson": { + "rotation": [ 0, 90, -35 ], + "translation": [ 0, 1.25, -3.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/iron_sword.json b/1.8.9/assets/minecraft/models/item/iron_sword.json new file mode 100644 index 00000000..cf47c469 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/iron_sword.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/iron_sword" + }, + "display": { + "thirdperson": { + "rotation": [ 0, 90, -35 ], + "translation": [ 0, 1.25, -3.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/iron_trapdoor.json b/1.8.9/assets/minecraft/models/item/iron_trapdoor.json new file mode 100644 index 00000000..178823a0 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/iron_trapdoor.json @@ -0,0 +1,15 @@ +{ + "parent": "block/iron_trapdoor_bottom", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 0.25, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 5, 0 ], + "scale": [ 1, 1, 1 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/item_frame.json b/1.8.9/assets/minecraft/models/item/item_frame.json new file mode 100644 index 00000000..e6ff197d --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/item_frame.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/item_frame" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/jukebox.json b/1.8.9/assets/minecraft/models/item/jukebox.json new file mode 100644 index 00000000..04012d3f --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/jukebox.json @@ -0,0 +1,10 @@ +{ + "parent": "block/jukebox", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/jungle_door.json b/1.8.9/assets/minecraft/models/item/jungle_door.json new file mode 100644 index 00000000..3f85dba2 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/jungle_door.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/door_jungle" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/jungle_fence.json b/1.8.9/assets/minecraft/models/item/jungle_fence.json new file mode 100644 index 00000000..2d11611f --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/jungle_fence.json @@ -0,0 +1,13 @@ +{ + "parent": "block/jungle_fence_inventory", + "display": { + "thirdperson": { + "rotation": [ 0, 0, 180 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "gui": { + "rotation": [ 0, 90, 0 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/jungle_fence_gate.json b/1.8.9/assets/minecraft/models/item/jungle_fence_gate.json new file mode 100644 index 00000000..54d4078b --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/jungle_fence_gate.json @@ -0,0 +1,15 @@ +{ + "parent": "block/jungle_fence_gate_closed", + "display": { + "thirdperson": { + "rotation": [ 0, -90, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson": { + "rotation": [ 0, 90, 0 ], + "translation": [ 0, 0, 0 ], + "scale": [ 1, 1, 1 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/jungle_leaves.json b/1.8.9/assets/minecraft/models/item/jungle_leaves.json new file mode 100644 index 00000000..e481dac5 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/jungle_leaves.json @@ -0,0 +1,10 @@ +{ + "parent": "block/jungle_leaves", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/jungle_log.json b/1.8.9/assets/minecraft/models/item/jungle_log.json new file mode 100644 index 00000000..6866eeba --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/jungle_log.json @@ -0,0 +1,10 @@ +{ + "parent": "block/jungle_log", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/jungle_planks.json b/1.8.9/assets/minecraft/models/item/jungle_planks.json new file mode 100644 index 00000000..eec7c621 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/jungle_planks.json @@ -0,0 +1,10 @@ +{ + "parent": "block/jungle_planks", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/jungle_sapling.json b/1.8.9/assets/minecraft/models/item/jungle_sapling.json new file mode 100644 index 00000000..f7eb37be --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/jungle_sapling.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/sapling_jungle" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/jungle_slab.json b/1.8.9/assets/minecraft/models/item/jungle_slab.json new file mode 100644 index 00000000..76275639 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/jungle_slab.json @@ -0,0 +1,10 @@ +{ + "parent": "block/half_slab_jungle", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/jungle_stairs.json b/1.8.9/assets/minecraft/models/item/jungle_stairs.json new file mode 100644 index 00000000..3ec39857 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/jungle_stairs.json @@ -0,0 +1,13 @@ +{ + "parent": "block/jungle_stairs", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "gui": { + "rotation": [ 0, 180, 0 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/ladder.json b/1.8.9/assets/minecraft/models/item/ladder.json new file mode 100644 index 00000000..5a8caf02 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/ladder.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/ladder" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/lapis_block.json b/1.8.9/assets/minecraft/models/item/lapis_block.json new file mode 100644 index 00000000..df99c822 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/lapis_block.json @@ -0,0 +1,10 @@ +{ + "parent": "block/lapis_block", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/lapis_ore.json b/1.8.9/assets/minecraft/models/item/lapis_ore.json new file mode 100644 index 00000000..196b0c14 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/lapis_ore.json @@ -0,0 +1,10 @@ +{ + "parent": "block/lapis_ore", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/lava_bucket.json b/1.8.9/assets/minecraft/models/item/lava_bucket.json new file mode 100644 index 00000000..25669aa0 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/lava_bucket.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/bucket_lava" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/lead.json b/1.8.9/assets/minecraft/models/item/lead.json new file mode 100644 index 00000000..a2f8d14b --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/lead.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/lead" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/leather.json b/1.8.9/assets/minecraft/models/item/leather.json new file mode 100644 index 00000000..4aaf7bc1 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/leather.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/leather" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/leather_boots.json b/1.8.9/assets/minecraft/models/item/leather_boots.json new file mode 100644 index 00000000..6c283467 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/leather_boots.json @@ -0,0 +1,19 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/leather_boots", + "layer1": "items/leather_boots_overlay" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -2.5 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/leather_chestplate.json b/1.8.9/assets/minecraft/models/item/leather_chestplate.json new file mode 100644 index 00000000..7248c1ed --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/leather_chestplate.json @@ -0,0 +1,19 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/leather_chestplate", + "layer1": "items/leather_chestplate_overlay" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/leather_helmet.json b/1.8.9/assets/minecraft/models/item/leather_helmet.json new file mode 100644 index 00000000..654dfe13 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/leather_helmet.json @@ -0,0 +1,19 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/leather_helmet", + "layer1": "items/leather_helmet_overlay" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -2.25 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/leather_leggings.json b/1.8.9/assets/minecraft/models/item/leather_leggings.json new file mode 100644 index 00000000..25c58fc4 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/leather_leggings.json @@ -0,0 +1,19 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/leather_leggings", + "layer1": "items/leather_leggings_overlay" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/lever.json b/1.8.9/assets/minecraft/models/item/lever.json new file mode 100644 index 00000000..2824174c --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/lever.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/lever" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/light_blue_carpet.json b/1.8.9/assets/minecraft/models/item/light_blue_carpet.json new file mode 100644 index 00000000..83d92311 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/light_blue_carpet.json @@ -0,0 +1,15 @@ +{ + "parent": "block/carpet_light_blue", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 0.25, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 5.25, 0 ], + "scale": [ 1, 1, 1 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/light_blue_stained_glass.json b/1.8.9/assets/minecraft/models/item/light_blue_stained_glass.json new file mode 100644 index 00000000..6479edcb --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/light_blue_stained_glass.json @@ -0,0 +1,10 @@ +{ + "parent": "block/glass_light_blue", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/light_blue_stained_glass_pane.json b/1.8.9/assets/minecraft/models/item/light_blue_stained_glass_pane.json new file mode 100644 index 00000000..6a68e0a4 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/light_blue_stained_glass_pane.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/glass_light_blue" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/light_blue_stained_hardened_clay.json b/1.8.9/assets/minecraft/models/item/light_blue_stained_hardened_clay.json new file mode 100644 index 00000000..802facea --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/light_blue_stained_hardened_clay.json @@ -0,0 +1,10 @@ +{ + "parent": "block/hardened_clay_light_blue", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/light_blue_wool.json b/1.8.9/assets/minecraft/models/item/light_blue_wool.json new file mode 100644 index 00000000..f0d1c1af --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/light_blue_wool.json @@ -0,0 +1,10 @@ +{ + "parent": "block/light_blue_wool", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/light_weighted_pressure_plate.json b/1.8.9/assets/minecraft/models/item/light_weighted_pressure_plate.json new file mode 100644 index 00000000..4b9a7f44 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/light_weighted_pressure_plate.json @@ -0,0 +1,10 @@ +{ + "parent": "block/light_pressure_plate_inventory", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/lime_carpet.json b/1.8.9/assets/minecraft/models/item/lime_carpet.json new file mode 100644 index 00000000..39393e47 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/lime_carpet.json @@ -0,0 +1,15 @@ +{ + "parent": "block/carpet_lime", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 0.25, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 5.25, 0 ], + "scale": [ 1, 1, 1 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/lime_stained_glass.json b/1.8.9/assets/minecraft/models/item/lime_stained_glass.json new file mode 100644 index 00000000..acaf202c --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/lime_stained_glass.json @@ -0,0 +1,10 @@ +{ + "parent": "block/glass_lime", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/lime_stained_glass_pane.json b/1.8.9/assets/minecraft/models/item/lime_stained_glass_pane.json new file mode 100644 index 00000000..2afe3eaa --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/lime_stained_glass_pane.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/glass_lime" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/lime_stained_hardened_clay.json b/1.8.9/assets/minecraft/models/item/lime_stained_hardened_clay.json new file mode 100644 index 00000000..8079e15e --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/lime_stained_hardened_clay.json @@ -0,0 +1,10 @@ +{ + "parent": "block/hardened_clay_lime", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/lime_wool.json b/1.8.9/assets/minecraft/models/item/lime_wool.json new file mode 100644 index 00000000..ed540054 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/lime_wool.json @@ -0,0 +1,10 @@ +{ + "parent": "block/lime_wool", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/lit_furnace.json b/1.8.9/assets/minecraft/models/item/lit_furnace.json new file mode 100644 index 00000000..528e0673 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/lit_furnace.json @@ -0,0 +1,10 @@ +{ + "parent": "block/lit_furnace", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/lit_pumpkin.json b/1.8.9/assets/minecraft/models/item/lit_pumpkin.json new file mode 100644 index 00000000..3f916659 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/lit_pumpkin.json @@ -0,0 +1,10 @@ +{ + "parent": "block/lit_pumpkin", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/magenta_carpet.json b/1.8.9/assets/minecraft/models/item/magenta_carpet.json new file mode 100644 index 00000000..0aaccb54 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/magenta_carpet.json @@ -0,0 +1,15 @@ +{ + "parent": "block/carpet_magenta", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 0.25, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 5.25, 0 ], + "scale": [ 1, 1, 1 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/magenta_stained_glass.json b/1.8.9/assets/minecraft/models/item/magenta_stained_glass.json new file mode 100644 index 00000000..984fcabf --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/magenta_stained_glass.json @@ -0,0 +1,10 @@ +{ + "parent": "block/glass_magenta", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/magenta_stained_glass_pane.json b/1.8.9/assets/minecraft/models/item/magenta_stained_glass_pane.json new file mode 100644 index 00000000..80193d87 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/magenta_stained_glass_pane.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/glass_magenta" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/magenta_stained_hardened_clay.json b/1.8.9/assets/minecraft/models/item/magenta_stained_hardened_clay.json new file mode 100644 index 00000000..69bd94af --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/magenta_stained_hardened_clay.json @@ -0,0 +1,10 @@ +{ + "parent": "block/hardened_clay_magenta", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/magenta_wool.json b/1.8.9/assets/minecraft/models/item/magenta_wool.json new file mode 100644 index 00000000..3c815f8f --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/magenta_wool.json @@ -0,0 +1,10 @@ +{ + "parent": "block/magenta_wool", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/magma_cream.json b/1.8.9/assets/minecraft/models/item/magma_cream.json new file mode 100644 index 00000000..17e54cdb --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/magma_cream.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/magma_cream" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/map.json b/1.8.9/assets/minecraft/models/item/map.json new file mode 100644 index 00000000..3052429f --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/map.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/map_empty" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/melon.json b/1.8.9/assets/minecraft/models/item/melon.json new file mode 100644 index 00000000..5f26f0cf --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/melon.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/melon" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/melon_block.json b/1.8.9/assets/minecraft/models/item/melon_block.json new file mode 100644 index 00000000..f5ddd8a3 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/melon_block.json @@ -0,0 +1,10 @@ +{ + "parent": "block/melon", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/melon_seeds.json b/1.8.9/assets/minecraft/models/item/melon_seeds.json new file mode 100644 index 00000000..86c0441a --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/melon_seeds.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/seeds_melon" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -2.5 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/milk_bucket.json b/1.8.9/assets/minecraft/models/item/milk_bucket.json new file mode 100644 index 00000000..30328186 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/milk_bucket.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/bucket_milk" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/minecart.json b/1.8.9/assets/minecraft/models/item/minecart.json new file mode 100644 index 00000000..e490d14b --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/minecart.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/minecart_normal" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/mob_spawner.json b/1.8.9/assets/minecraft/models/item/mob_spawner.json new file mode 100644 index 00000000..73a4880f --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/mob_spawner.json @@ -0,0 +1,10 @@ +{ + "parent": "block/mob_spawner_cage", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/mossy_brick_monster_egg.json b/1.8.9/assets/minecraft/models/item/mossy_brick_monster_egg.json new file mode 100644 index 00000000..7daf6a4a --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/mossy_brick_monster_egg.json @@ -0,0 +1,10 @@ +{ + "parent": "block/stonebrick_mossy", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/mossy_cobblestone.json b/1.8.9/assets/minecraft/models/item/mossy_cobblestone.json new file mode 100644 index 00000000..9526aa67 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/mossy_cobblestone.json @@ -0,0 +1,10 @@ +{ + "parent": "block/mossy_cobblestone", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/mossy_cobblestone_wall.json b/1.8.9/assets/minecraft/models/item/mossy_cobblestone_wall.json new file mode 100644 index 00000000..a368f4a6 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/mossy_cobblestone_wall.json @@ -0,0 +1,10 @@ +{ + "parent": "block/cobblestone_wall_mossy_inventory", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/mossy_stonebrick.json b/1.8.9/assets/minecraft/models/item/mossy_stonebrick.json new file mode 100644 index 00000000..7daf6a4a --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/mossy_stonebrick.json @@ -0,0 +1,10 @@ +{ + "parent": "block/stonebrick_mossy", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/mushroom_stew.json b/1.8.9/assets/minecraft/models/item/mushroom_stew.json new file mode 100644 index 00000000..d557e05e --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/mushroom_stew.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/mushroom_stew" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -2.5 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/mutton.json b/1.8.9/assets/minecraft/models/item/mutton.json new file mode 100644 index 00000000..d8814f5b --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/mutton.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/mutton_raw" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/mycelium.json b/1.8.9/assets/minecraft/models/item/mycelium.json new file mode 100644 index 00000000..c94894d0 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/mycelium.json @@ -0,0 +1,10 @@ +{ + "parent": "block/mycelium", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/name_tag.json b/1.8.9/assets/minecraft/models/item/name_tag.json new file mode 100644 index 00000000..f299fac7 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/name_tag.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/name_tag" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/nether_brick.json b/1.8.9/assets/minecraft/models/item/nether_brick.json new file mode 100644 index 00000000..11dc45c3 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/nether_brick.json @@ -0,0 +1,10 @@ +{ + "parent": "block/nether_brick", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/nether_brick_fence.json b/1.8.9/assets/minecraft/models/item/nether_brick_fence.json new file mode 100644 index 00000000..bc33facf --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/nether_brick_fence.json @@ -0,0 +1,13 @@ +{ + "parent": "block/nether_brick_fence_inventory", + "display": { + "thirdperson": { + "rotation": [ 0, 0, 180 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "gui": { + "rotation": [ 0, 90, 0 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/nether_brick_slab.json b/1.8.9/assets/minecraft/models/item/nether_brick_slab.json new file mode 100644 index 00000000..9580320b --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/nether_brick_slab.json @@ -0,0 +1,10 @@ +{ + "parent": "block/half_slab_nether_brick", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/nether_brick_stairs.json b/1.8.9/assets/minecraft/models/item/nether_brick_stairs.json new file mode 100644 index 00000000..9bdf009f --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/nether_brick_stairs.json @@ -0,0 +1,13 @@ +{ + "parent": "block/nether_brick_stairs", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "gui": { + "rotation": [ 0, 180, 0 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/nether_star.json b/1.8.9/assets/minecraft/models/item/nether_star.json new file mode 100644 index 00000000..fb4747d7 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/nether_star.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/nether_star" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/nether_wart.json b/1.8.9/assets/minecraft/models/item/nether_wart.json new file mode 100644 index 00000000..0c806228 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/nether_wart.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/nether_wart" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -2.5 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/netherbrick.json b/1.8.9/assets/minecraft/models/item/netherbrick.json new file mode 100644 index 00000000..56783296 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/netherbrick.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/netherbrick" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/netherrack.json b/1.8.9/assets/minecraft/models/item/netherrack.json new file mode 100644 index 00000000..3263ec0a --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/netherrack.json @@ -0,0 +1,10 @@ +{ + "parent": "block/netherrack", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/noteblock.json b/1.8.9/assets/minecraft/models/item/noteblock.json new file mode 100644 index 00000000..0834aef8 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/noteblock.json @@ -0,0 +1,10 @@ +{ + "parent": "block/noteblock", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/oak_door.json b/1.8.9/assets/minecraft/models/item/oak_door.json new file mode 100644 index 00000000..af9c667d --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/oak_door.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/door_wood" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/oak_fence.json b/1.8.9/assets/minecraft/models/item/oak_fence.json new file mode 100644 index 00000000..9900a749 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/oak_fence.json @@ -0,0 +1,13 @@ +{ + "parent": "block/oak_fence_inventory", + "display": { + "thirdperson": { + "rotation": [ 0, 0, 180 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "gui": { + "rotation": [ 0, 90, 0 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/oak_fence_gate.json b/1.8.9/assets/minecraft/models/item/oak_fence_gate.json new file mode 100644 index 00000000..673b5375 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/oak_fence_gate.json @@ -0,0 +1,15 @@ +{ + "parent": "block/oak_fence_gate_closed", + "display": { + "thirdperson": { + "rotation": [ 0, -90, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson": { + "rotation": [ 0, 90, 0 ], + "translation": [ 0, 0, 0 ], + "scale": [ 1, 1, 1 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/oak_leaves.json b/1.8.9/assets/minecraft/models/item/oak_leaves.json new file mode 100644 index 00000000..16ec9e47 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/oak_leaves.json @@ -0,0 +1,10 @@ +{ + "parent": "block/oak_leaves", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/oak_log.json b/1.8.9/assets/minecraft/models/item/oak_log.json new file mode 100644 index 00000000..1de5a963 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/oak_log.json @@ -0,0 +1,10 @@ +{ + "parent": "block/oak_log", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/oak_planks.json b/1.8.9/assets/minecraft/models/item/oak_planks.json new file mode 100644 index 00000000..b07f66e2 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/oak_planks.json @@ -0,0 +1,10 @@ +{ + "parent": "block/oak_planks", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/oak_sapling.json b/1.8.9/assets/minecraft/models/item/oak_sapling.json new file mode 100644 index 00000000..da94de19 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/oak_sapling.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/sapling_oak" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/oak_slab.json b/1.8.9/assets/minecraft/models/item/oak_slab.json new file mode 100644 index 00000000..6ce79242 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/oak_slab.json @@ -0,0 +1,10 @@ +{ + "parent": "block/half_slab_oak", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/oak_stairs.json b/1.8.9/assets/minecraft/models/item/oak_stairs.json new file mode 100644 index 00000000..258d9ea3 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/oak_stairs.json @@ -0,0 +1,13 @@ +{ + "parent": "block/oak_stairs", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "gui": { + "rotation": [ 0, 180, 0 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/obsidian.json b/1.8.9/assets/minecraft/models/item/obsidian.json new file mode 100644 index 00000000..2fefd755 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/obsidian.json @@ -0,0 +1,10 @@ +{ + "parent": "block/obsidian", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/old_wood_slab.json b/1.8.9/assets/minecraft/models/item/old_wood_slab.json new file mode 100644 index 00000000..6ce79242 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/old_wood_slab.json @@ -0,0 +1,10 @@ +{ + "parent": "block/half_slab_oak", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/orange_carpet.json b/1.8.9/assets/minecraft/models/item/orange_carpet.json new file mode 100644 index 00000000..1a630481 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/orange_carpet.json @@ -0,0 +1,15 @@ +{ + "parent": "block/carpet_orange", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 0.25, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 5.25, 0 ], + "scale": [ 1, 1, 1 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/orange_stained_glass.json b/1.8.9/assets/minecraft/models/item/orange_stained_glass.json new file mode 100644 index 00000000..98781bc1 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/orange_stained_glass.json @@ -0,0 +1,10 @@ +{ + "parent": "block/glass_orange", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/orange_stained_glass_pane.json b/1.8.9/assets/minecraft/models/item/orange_stained_glass_pane.json new file mode 100644 index 00000000..7be46bcf --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/orange_stained_glass_pane.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/glass_orange" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/orange_stained_hardened_clay.json b/1.8.9/assets/minecraft/models/item/orange_stained_hardened_clay.json new file mode 100644 index 00000000..73204d03 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/orange_stained_hardened_clay.json @@ -0,0 +1,10 @@ +{ + "parent": "block/hardened_clay_orange", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/orange_tulip.json b/1.8.9/assets/minecraft/models/item/orange_tulip.json new file mode 100644 index 00000000..a0352d22 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/orange_tulip.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/flower_tulip_orange" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/orange_wool.json b/1.8.9/assets/minecraft/models/item/orange_wool.json new file mode 100644 index 00000000..81f08bdb --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/orange_wool.json @@ -0,0 +1,10 @@ +{ + "parent": "block/orange_wool", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/oxeye_daisy.json b/1.8.9/assets/minecraft/models/item/oxeye_daisy.json new file mode 100644 index 00000000..305f5e3c --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/oxeye_daisy.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/flower_oxeye_daisy" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/packed_ice.json b/1.8.9/assets/minecraft/models/item/packed_ice.json new file mode 100644 index 00000000..c6a44c94 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/packed_ice.json @@ -0,0 +1,10 @@ +{ + "parent": "block/packed_ice", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/paeonia.json b/1.8.9/assets/minecraft/models/item/paeonia.json new file mode 100644 index 00000000..e0bdca34 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/paeonia.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/double_plant_paeonia_top" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/painting.json b/1.8.9/assets/minecraft/models/item/painting.json new file mode 100644 index 00000000..c32e8e69 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/painting.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/painting" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/paper.json b/1.8.9/assets/minecraft/models/item/paper.json new file mode 100644 index 00000000..89bed787 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/paper.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/paper" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/pink_carpet.json b/1.8.9/assets/minecraft/models/item/pink_carpet.json new file mode 100644 index 00000000..2bce7179 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/pink_carpet.json @@ -0,0 +1,15 @@ +{ + "parent": "block/carpet_pink", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 0.25, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 5.25, 0 ], + "scale": [ 1, 1, 1 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/pink_stained_glass.json b/1.8.9/assets/minecraft/models/item/pink_stained_glass.json new file mode 100644 index 00000000..fb295f6f --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/pink_stained_glass.json @@ -0,0 +1,10 @@ +{ + "parent": "block/glass_pink", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/pink_stained_glass_pane.json b/1.8.9/assets/minecraft/models/item/pink_stained_glass_pane.json new file mode 100644 index 00000000..167bda26 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/pink_stained_glass_pane.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/glass_pink" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/pink_stained_hardened_clay.json b/1.8.9/assets/minecraft/models/item/pink_stained_hardened_clay.json new file mode 100644 index 00000000..2fb45adb --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/pink_stained_hardened_clay.json @@ -0,0 +1,10 @@ +{ + "parent": "block/hardened_clay_pink", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/pink_tulip.json b/1.8.9/assets/minecraft/models/item/pink_tulip.json new file mode 100644 index 00000000..4090435f --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/pink_tulip.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/flower_tulip_pink" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/pink_wool.json b/1.8.9/assets/minecraft/models/item/pink_wool.json new file mode 100644 index 00000000..ec77f59e --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/pink_wool.json @@ -0,0 +1,10 @@ +{ + "parent": "block/pink_wool", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/piston.json b/1.8.9/assets/minecraft/models/item/piston.json new file mode 100644 index 00000000..52ff989f --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/piston.json @@ -0,0 +1,10 @@ +{ + "parent": "block/piston_inventory_normal", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/podzol.json b/1.8.9/assets/minecraft/models/item/podzol.json new file mode 100644 index 00000000..50abda11 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/podzol.json @@ -0,0 +1,10 @@ +{ + "parent": "block/podzol", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/poisonous_potato.json b/1.8.9/assets/minecraft/models/item/poisonous_potato.json new file mode 100644 index 00000000..03cd066d --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/poisonous_potato.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/potato_poisonous" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/poppy.json b/1.8.9/assets/minecraft/models/item/poppy.json new file mode 100644 index 00000000..4385fcbf --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/poppy.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/flower_rose" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/porkchop.json b/1.8.9/assets/minecraft/models/item/porkchop.json new file mode 100644 index 00000000..4c3d9b0e --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/porkchop.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/porkchop_raw" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/potato.json b/1.8.9/assets/minecraft/models/item/potato.json new file mode 100644 index 00000000..8ff0ab51 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/potato.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/potato" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/prismarine.json b/1.8.9/assets/minecraft/models/item/prismarine.json new file mode 100644 index 00000000..44e35634 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/prismarine.json @@ -0,0 +1,10 @@ +{ + "parent": "block/prismarine_rough", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/prismarine_bricks.json b/1.8.9/assets/minecraft/models/item/prismarine_bricks.json new file mode 100644 index 00000000..6315f58b --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/prismarine_bricks.json @@ -0,0 +1,10 @@ +{ + "parent": "block/prismarine_bricks", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/prismarine_crystals.json b/1.8.9/assets/minecraft/models/item/prismarine_crystals.json new file mode 100644 index 00000000..34cf9159 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/prismarine_crystals.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/prismarine_crystals" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/prismarine_shard.json b/1.8.9/assets/minecraft/models/item/prismarine_shard.json new file mode 100644 index 00000000..7bf0cea9 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/prismarine_shard.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/prismarine_shard" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/pufferfish.json b/1.8.9/assets/minecraft/models/item/pufferfish.json new file mode 100644 index 00000000..9de87f8d --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/pufferfish.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/fish_pufferfish_raw" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/pumpkin.json b/1.8.9/assets/minecraft/models/item/pumpkin.json new file mode 100644 index 00000000..77305173 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/pumpkin.json @@ -0,0 +1,10 @@ +{ + "parent": "block/pumpkin", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/pumpkin_pie.json b/1.8.9/assets/minecraft/models/item/pumpkin_pie.json new file mode 100644 index 00000000..1cfa47df --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/pumpkin_pie.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/pumpkin_pie" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/pumpkin_seeds.json b/1.8.9/assets/minecraft/models/item/pumpkin_seeds.json new file mode 100644 index 00000000..289bce15 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/pumpkin_seeds.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/seeds_pumpkin" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -2.5 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/purple_carpet.json b/1.8.9/assets/minecraft/models/item/purple_carpet.json new file mode 100644 index 00000000..814c2fbe --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/purple_carpet.json @@ -0,0 +1,15 @@ +{ + "parent": "block/carpet_purple", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 0.25, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 5.25, 0 ], + "scale": [ 1, 1, 1 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/purple_stained_glass.json b/1.8.9/assets/minecraft/models/item/purple_stained_glass.json new file mode 100644 index 00000000..9fb9f442 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/purple_stained_glass.json @@ -0,0 +1,10 @@ +{ + "parent": "block/glass_purple", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/purple_stained_glass_pane.json b/1.8.9/assets/minecraft/models/item/purple_stained_glass_pane.json new file mode 100644 index 00000000..e89272fa --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/purple_stained_glass_pane.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/glass_purple" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/purple_stained_hardened_clay.json b/1.8.9/assets/minecraft/models/item/purple_stained_hardened_clay.json new file mode 100644 index 00000000..b12e8a1e --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/purple_stained_hardened_clay.json @@ -0,0 +1,10 @@ +{ + "parent": "block/hardened_clay_purple", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/purple_wool.json b/1.8.9/assets/minecraft/models/item/purple_wool.json new file mode 100644 index 00000000..a0b95dc4 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/purple_wool.json @@ -0,0 +1,10 @@ +{ + "parent": "block/purple_wool", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/quartz.json b/1.8.9/assets/minecraft/models/item/quartz.json new file mode 100644 index 00000000..3f98c002 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/quartz.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/quartz" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/quartz_block.json b/1.8.9/assets/minecraft/models/item/quartz_block.json new file mode 100644 index 00000000..007b0d63 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/quartz_block.json @@ -0,0 +1,10 @@ +{ + "parent": "block/quartz_normal", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/quartz_column.json b/1.8.9/assets/minecraft/models/item/quartz_column.json new file mode 100644 index 00000000..6ce7f5e1 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/quartz_column.json @@ -0,0 +1,10 @@ +{ + "parent": "block/quartz_lines", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/quartz_ore.json b/1.8.9/assets/minecraft/models/item/quartz_ore.json new file mode 100644 index 00000000..a081294a --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/quartz_ore.json @@ -0,0 +1,10 @@ +{ + "parent": "block/quartz_ore", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/quartz_slab.json b/1.8.9/assets/minecraft/models/item/quartz_slab.json new file mode 100644 index 00000000..df320da4 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/quartz_slab.json @@ -0,0 +1,10 @@ +{ + "parent": "block/half_slab_quartz", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/quartz_stairs.json b/1.8.9/assets/minecraft/models/item/quartz_stairs.json new file mode 100644 index 00000000..cd3c3706 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/quartz_stairs.json @@ -0,0 +1,13 @@ +{ + "parent": "block/quartz_stairs", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "gui": { + "rotation": [ 0, 180, 0 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/rabbit.json b/1.8.9/assets/minecraft/models/item/rabbit.json new file mode 100644 index 00000000..f0eb7373 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/rabbit.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/rabbit_raw" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/rabbit_foot.json b/1.8.9/assets/minecraft/models/item/rabbit_foot.json new file mode 100644 index 00000000..800968f2 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/rabbit_foot.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/rabbit_foot" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -2.25 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/rabbit_hide.json b/1.8.9/assets/minecraft/models/item/rabbit_hide.json new file mode 100644 index 00000000..1c0f04e7 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/rabbit_hide.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/rabbit_hide" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/rabbit_stew.json b/1.8.9/assets/minecraft/models/item/rabbit_stew.json new file mode 100644 index 00000000..003506b1 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/rabbit_stew.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/rabbit_stew" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -2.5 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/rail.json b/1.8.9/assets/minecraft/models/item/rail.json new file mode 100644 index 00000000..c11f2a95 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/rail.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/rail_normal" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/record_11.json b/1.8.9/assets/minecraft/models/item/record_11.json new file mode 100644 index 00000000..a27dfb53 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/record_11.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/record_11" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/record_13.json b/1.8.9/assets/minecraft/models/item/record_13.json new file mode 100644 index 00000000..d0b5a61b --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/record_13.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/record_13" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/record_blocks.json b/1.8.9/assets/minecraft/models/item/record_blocks.json new file mode 100644 index 00000000..d3ffd492 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/record_blocks.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/record_blocks" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/record_cat.json b/1.8.9/assets/minecraft/models/item/record_cat.json new file mode 100644 index 00000000..c9f7bd7b --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/record_cat.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/record_cat" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/record_chirp.json b/1.8.9/assets/minecraft/models/item/record_chirp.json new file mode 100644 index 00000000..53169c2f --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/record_chirp.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/record_chirp" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/record_far.json b/1.8.9/assets/minecraft/models/item/record_far.json new file mode 100644 index 00000000..9a6f35ac --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/record_far.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/record_far" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/record_mall.json b/1.8.9/assets/minecraft/models/item/record_mall.json new file mode 100644 index 00000000..41cc4661 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/record_mall.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/record_mall" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/record_mellohi.json b/1.8.9/assets/minecraft/models/item/record_mellohi.json new file mode 100644 index 00000000..34ce6f22 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/record_mellohi.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/record_mellohi" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/record_stal.json b/1.8.9/assets/minecraft/models/item/record_stal.json new file mode 100644 index 00000000..c4032098 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/record_stal.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/record_stal" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/record_strad.json b/1.8.9/assets/minecraft/models/item/record_strad.json new file mode 100644 index 00000000..8518d321 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/record_strad.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/record_strad" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/record_wait.json b/1.8.9/assets/minecraft/models/item/record_wait.json new file mode 100644 index 00000000..1607500d --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/record_wait.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/record_wait" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/record_ward.json b/1.8.9/assets/minecraft/models/item/record_ward.json new file mode 100644 index 00000000..2812f44a --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/record_ward.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/record_ward" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/red_carpet.json b/1.8.9/assets/minecraft/models/item/red_carpet.json new file mode 100644 index 00000000..daa4bd0f --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/red_carpet.json @@ -0,0 +1,15 @@ +{ + "parent": "block/carpet_red", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 0.25, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 5.25, 0 ], + "scale": [ 1, 1, 1 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/red_mushroom.json b/1.8.9/assets/minecraft/models/item/red_mushroom.json new file mode 100644 index 00000000..e3dbd340 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/red_mushroom.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/mushroom_red" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/red_mushroom_block.json b/1.8.9/assets/minecraft/models/item/red_mushroom_block.json new file mode 100644 index 00000000..f946a333 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/red_mushroom_block.json @@ -0,0 +1,10 @@ +{ + "parent": "block/red_mushroom_block_cap_all", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/red_sand.json b/1.8.9/assets/minecraft/models/item/red_sand.json new file mode 100644 index 00000000..af83cb9e --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/red_sand.json @@ -0,0 +1,10 @@ +{ + "parent": "block/red_sand", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/red_sandstone.json b/1.8.9/assets/minecraft/models/item/red_sandstone.json new file mode 100644 index 00000000..d47e9252 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/red_sandstone.json @@ -0,0 +1,10 @@ +{ + "parent": "block/red_sandstone_normal", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/red_sandstone_slab.json b/1.8.9/assets/minecraft/models/item/red_sandstone_slab.json new file mode 100644 index 00000000..a25b976f --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/red_sandstone_slab.json @@ -0,0 +1,10 @@ +{ + "parent": "block/half_slab_red_sandstone", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/red_sandstone_stairs.json b/1.8.9/assets/minecraft/models/item/red_sandstone_stairs.json new file mode 100644 index 00000000..68aa72d3 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/red_sandstone_stairs.json @@ -0,0 +1,13 @@ +{ + "parent": "block/red_sandstone_stairs", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "gui": { + "rotation": [ 0, 180, 0 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/red_stained_glass.json b/1.8.9/assets/minecraft/models/item/red_stained_glass.json new file mode 100644 index 00000000..f952d299 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/red_stained_glass.json @@ -0,0 +1,10 @@ +{ + "parent": "block/glass_red", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/red_stained_glass_pane.json b/1.8.9/assets/minecraft/models/item/red_stained_glass_pane.json new file mode 100644 index 00000000..e094a718 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/red_stained_glass_pane.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/glass_red" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/red_stained_hardened_clay.json b/1.8.9/assets/minecraft/models/item/red_stained_hardened_clay.json new file mode 100644 index 00000000..7b3afca5 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/red_stained_hardened_clay.json @@ -0,0 +1,10 @@ +{ + "parent": "block/hardened_clay_red", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/red_tulip.json b/1.8.9/assets/minecraft/models/item/red_tulip.json new file mode 100644 index 00000000..4edb91b9 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/red_tulip.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/flower_tulip_red" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/red_wool.json b/1.8.9/assets/minecraft/models/item/red_wool.json new file mode 100644 index 00000000..387f171d --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/red_wool.json @@ -0,0 +1,10 @@ +{ + "parent": "block/red_wool", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/redstone.json b/1.8.9/assets/minecraft/models/item/redstone.json new file mode 100644 index 00000000..5144e1a2 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/redstone.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/redstone_dust" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/redstone_block.json b/1.8.9/assets/minecraft/models/item/redstone_block.json new file mode 100644 index 00000000..82516bff --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/redstone_block.json @@ -0,0 +1,10 @@ +{ + "parent": "block/redstone_block", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/redstone_lamp.json b/1.8.9/assets/minecraft/models/item/redstone_lamp.json new file mode 100644 index 00000000..2a8df045 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/redstone_lamp.json @@ -0,0 +1,10 @@ +{ + "parent": "block/unlit_redstone_lamp", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/redstone_ore.json b/1.8.9/assets/minecraft/models/item/redstone_ore.json new file mode 100644 index 00000000..198fde22 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/redstone_ore.json @@ -0,0 +1,10 @@ +{ + "parent": "block/redstone_ore", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/redstone_torch.json b/1.8.9/assets/minecraft/models/item/redstone_torch.json new file mode 100644 index 00000000..191b5d6b --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/redstone_torch.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/redstone_torch_on" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/reeds.json b/1.8.9/assets/minecraft/models/item/reeds.json new file mode 100644 index 00000000..23f2903e --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/reeds.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/reeds" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/repeater.json b/1.8.9/assets/minecraft/models/item/repeater.json new file mode 100644 index 00000000..4e820e78 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/repeater.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/repeater" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/rotten_flesh.json b/1.8.9/assets/minecraft/models/item/rotten_flesh.json new file mode 100644 index 00000000..88822615 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/rotten_flesh.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/rotten_flesh" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/saddle.json b/1.8.9/assets/minecraft/models/item/saddle.json new file mode 100644 index 00000000..f84d5435 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/saddle.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/saddle" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/salmon.json b/1.8.9/assets/minecraft/models/item/salmon.json new file mode 100644 index 00000000..8e5c30bb --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/salmon.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/fish_salmon_raw" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/sand.json b/1.8.9/assets/minecraft/models/item/sand.json new file mode 100644 index 00000000..03cb8b25 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/sand.json @@ -0,0 +1,10 @@ +{ + "parent": "block/sand", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/sandstone.json b/1.8.9/assets/minecraft/models/item/sandstone.json new file mode 100644 index 00000000..469d21eb --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/sandstone.json @@ -0,0 +1,10 @@ +{ + "parent": "block/sandstone_normal", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/sandstone_slab.json b/1.8.9/assets/minecraft/models/item/sandstone_slab.json new file mode 100644 index 00000000..2dd524f2 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/sandstone_slab.json @@ -0,0 +1,10 @@ +{ + "parent": "block/half_slab_sandstone", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/sandstone_stairs.json b/1.8.9/assets/minecraft/models/item/sandstone_stairs.json new file mode 100644 index 00000000..28e697a8 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/sandstone_stairs.json @@ -0,0 +1,13 @@ +{ + "parent": "block/sandstone_stairs", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "gui": { + "rotation": [ 0, 180, 0 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/sea_lantern.json b/1.8.9/assets/minecraft/models/item/sea_lantern.json new file mode 100644 index 00000000..8873b6cf --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/sea_lantern.json @@ -0,0 +1,10 @@ +{ + "parent": "block/sea_lantern", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/shears.json b/1.8.9/assets/minecraft/models/item/shears.json new file mode 100644 index 00000000..86602a22 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/shears.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/shears" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/sign.json b/1.8.9/assets/minecraft/models/item/sign.json new file mode 100644 index 00000000..a3172aa1 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/sign.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/sign" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/silver_carpet.json b/1.8.9/assets/minecraft/models/item/silver_carpet.json new file mode 100644 index 00000000..3a2053a4 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/silver_carpet.json @@ -0,0 +1,15 @@ +{ + "parent": "block/carpet_silver", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 0.25, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 5.25, 0 ], + "scale": [ 1, 1, 1 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/silver_stained_glass.json b/1.8.9/assets/minecraft/models/item/silver_stained_glass.json new file mode 100644 index 00000000..d3c583e2 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/silver_stained_glass.json @@ -0,0 +1,10 @@ +{ + "parent": "block/glass_silver", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/silver_stained_glass_pane.json b/1.8.9/assets/minecraft/models/item/silver_stained_glass_pane.json new file mode 100644 index 00000000..7f9cd68c --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/silver_stained_glass_pane.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/glass_silver" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/silver_stained_hardened_clay.json b/1.8.9/assets/minecraft/models/item/silver_stained_hardened_clay.json new file mode 100644 index 00000000..05c662a9 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/silver_stained_hardened_clay.json @@ -0,0 +1,10 @@ +{ + "parent": "block/hardened_clay_silver", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/silver_wool.json b/1.8.9/assets/minecraft/models/item/silver_wool.json new file mode 100644 index 00000000..31615f29 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/silver_wool.json @@ -0,0 +1,10 @@ +{ + "parent": "block/silver_wool", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/skull_char.json b/1.8.9/assets/minecraft/models/item/skull_char.json new file mode 100644 index 00000000..26d1cde3 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/skull_char.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/entity", + "display": { + "thirdperson": { + "rotation": [ 180, -45, 0 ], + "translation": [ 0, 1, -2.5 ], + "scale": [ 0.25, 0.25, 0.25 ] + }, + "firstperson": { + "rotation": [ 0, -180, 0 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "gui": { + "rotation": [ 0, 180, 0 ], + "scale": [ 0.7, 0.7, 0.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/skull_creeper.json b/1.8.9/assets/minecraft/models/item/skull_creeper.json new file mode 100644 index 00000000..26d1cde3 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/skull_creeper.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/entity", + "display": { + "thirdperson": { + "rotation": [ 180, -45, 0 ], + "translation": [ 0, 1, -2.5 ], + "scale": [ 0.25, 0.25, 0.25 ] + }, + "firstperson": { + "rotation": [ 0, -180, 0 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "gui": { + "rotation": [ 0, 180, 0 ], + "scale": [ 0.7, 0.7, 0.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/skull_skeleton.json b/1.8.9/assets/minecraft/models/item/skull_skeleton.json new file mode 100644 index 00000000..26d1cde3 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/skull_skeleton.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/entity", + "display": { + "thirdperson": { + "rotation": [ 180, -45, 0 ], + "translation": [ 0, 1, -2.5 ], + "scale": [ 0.25, 0.25, 0.25 ] + }, + "firstperson": { + "rotation": [ 0, -180, 0 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "gui": { + "rotation": [ 0, 180, 0 ], + "scale": [ 0.7, 0.7, 0.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/skull_wither.json b/1.8.9/assets/minecraft/models/item/skull_wither.json new file mode 100644 index 00000000..26d1cde3 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/skull_wither.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/entity", + "display": { + "thirdperson": { + "rotation": [ 180, -45, 0 ], + "translation": [ 0, 1, -2.5 ], + "scale": [ 0.25, 0.25, 0.25 ] + }, + "firstperson": { + "rotation": [ 0, -180, 0 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "gui": { + "rotation": [ 0, 180, 0 ], + "scale": [ 0.7, 0.7, 0.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/skull_zombie.json b/1.8.9/assets/minecraft/models/item/skull_zombie.json new file mode 100644 index 00000000..26d1cde3 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/skull_zombie.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/entity", + "display": { + "thirdperson": { + "rotation": [ 180, -45, 0 ], + "translation": [ 0, 1, -2.5 ], + "scale": [ 0.25, 0.25, 0.25 ] + }, + "firstperson": { + "rotation": [ 0, -180, 0 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "gui": { + "rotation": [ 0, 180, 0 ], + "scale": [ 0.7, 0.7, 0.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/slime.json b/1.8.9/assets/minecraft/models/item/slime.json new file mode 100644 index 00000000..bb965f69 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/slime.json @@ -0,0 +1,10 @@ +{ + "parent": "block/slime", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/slime_ball.json b/1.8.9/assets/minecraft/models/item/slime_ball.json new file mode 100644 index 00000000..c7c6f32e --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/slime_ball.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/slimeball" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/smooth_red_sandstone.json b/1.8.9/assets/minecraft/models/item/smooth_red_sandstone.json new file mode 100644 index 00000000..7b4dc940 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/smooth_red_sandstone.json @@ -0,0 +1,10 @@ +{ + "parent": "block/red_sandstone_smooth", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/smooth_sandstone.json b/1.8.9/assets/minecraft/models/item/smooth_sandstone.json new file mode 100644 index 00000000..2525f303 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/smooth_sandstone.json @@ -0,0 +1,10 @@ +{ + "parent": "block/sandstone_smooth", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/snow.json b/1.8.9/assets/minecraft/models/item/snow.json new file mode 100644 index 00000000..7f34ed4e --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/snow.json @@ -0,0 +1,10 @@ +{ + "parent": "block/snow", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/snow_layer.json b/1.8.9/assets/minecraft/models/item/snow_layer.json new file mode 100644 index 00000000..fd0c34a8 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/snow_layer.json @@ -0,0 +1,15 @@ +{ + "parent": "block/snow_height2", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 0.25, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 5.25, 0 ], + "scale": [ 1, 1, 1 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/snowball.json b/1.8.9/assets/minecraft/models/item/snowball.json new file mode 100644 index 00000000..cb4a57f9 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/snowball.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/snowball" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/soul_sand.json b/1.8.9/assets/minecraft/models/item/soul_sand.json new file mode 100644 index 00000000..4985cb90 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/soul_sand.json @@ -0,0 +1,10 @@ +{ + "parent": "block/soul_sand", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/spawn_egg.json b/1.8.9/assets/minecraft/models/item/spawn_egg.json new file mode 100644 index 00000000..1ddad18f --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/spawn_egg.json @@ -0,0 +1,19 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/spawn_egg", + "layer1": "items/spawn_egg_overlay" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/speckled_melon.json b/1.8.9/assets/minecraft/models/item/speckled_melon.json new file mode 100644 index 00000000..23a0e180 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/speckled_melon.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/melon_speckled" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/spider_eye.json b/1.8.9/assets/minecraft/models/item/spider_eye.json new file mode 100644 index 00000000..86a990c2 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/spider_eye.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/spider_eye" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/sponge.json b/1.8.9/assets/minecraft/models/item/sponge.json new file mode 100644 index 00000000..423a5157 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/sponge.json @@ -0,0 +1,10 @@ +{ + "parent": "block/sponge", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/sponge_wet.json b/1.8.9/assets/minecraft/models/item/sponge_wet.json new file mode 100644 index 00000000..5bd58af1 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/sponge_wet.json @@ -0,0 +1,10 @@ +{ + "parent": "block/sponge_wet", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/spruce_door.json b/1.8.9/assets/minecraft/models/item/spruce_door.json new file mode 100644 index 00000000..c4cc0708 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/spruce_door.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/door_spruce" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/spruce_fence.json b/1.8.9/assets/minecraft/models/item/spruce_fence.json new file mode 100644 index 00000000..f14facd1 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/spruce_fence.json @@ -0,0 +1,13 @@ +{ + "parent": "block/spruce_fence_inventory", + "display": { + "thirdperson": { + "rotation": [ 0, 0, 180 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "gui": { + "rotation": [ 0, 90, 0 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/spruce_fence_gate.json b/1.8.9/assets/minecraft/models/item/spruce_fence_gate.json new file mode 100644 index 00000000..8a4d6b90 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/spruce_fence_gate.json @@ -0,0 +1,15 @@ +{ + "parent": "block/spruce_fence_gate_closed", + "display": { + "thirdperson": { + "rotation": [ 0, -90, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson": { + "rotation": [ 0, 90, 0 ], + "translation": [ 0, 0, 0 ], + "scale": [ 1, 1, 1 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/spruce_leaves.json b/1.8.9/assets/minecraft/models/item/spruce_leaves.json new file mode 100644 index 00000000..d8c7ab77 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/spruce_leaves.json @@ -0,0 +1,10 @@ +{ + "parent": "block/spruce_leaves", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/spruce_log.json b/1.8.9/assets/minecraft/models/item/spruce_log.json new file mode 100644 index 00000000..e13df2ab --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/spruce_log.json @@ -0,0 +1,10 @@ +{ + "parent": "block/spruce_log", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/spruce_planks.json b/1.8.9/assets/minecraft/models/item/spruce_planks.json new file mode 100644 index 00000000..0bfbb1a2 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/spruce_planks.json @@ -0,0 +1,10 @@ +{ + "parent": "block/spruce_planks", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/spruce_sapling.json b/1.8.9/assets/minecraft/models/item/spruce_sapling.json new file mode 100644 index 00000000..77a8b9d5 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/spruce_sapling.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/sapling_spruce" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/spruce_slab.json b/1.8.9/assets/minecraft/models/item/spruce_slab.json new file mode 100644 index 00000000..51cf2e87 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/spruce_slab.json @@ -0,0 +1,10 @@ +{ + "parent": "block/half_slab_spruce", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/spruce_stairs.json b/1.8.9/assets/minecraft/models/item/spruce_stairs.json new file mode 100644 index 00000000..9e263b0c --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/spruce_stairs.json @@ -0,0 +1,13 @@ +{ + "parent": "block/spruce_stairs", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "gui": { + "rotation": [ 0, 180, 0 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/stick.json b/1.8.9/assets/minecraft/models/item/stick.json new file mode 100644 index 00000000..daa1fbb4 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/stick.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/stick" + }, + "display": { + "thirdperson": { + "rotation": [ 0, 90, -35 ], + "translation": [ 0, 1.25, -3.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/sticky_piston.json b/1.8.9/assets/minecraft/models/item/sticky_piston.json new file mode 100644 index 00000000..385ca517 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/sticky_piston.json @@ -0,0 +1,10 @@ +{ + "parent": "block/piston_inventory_sticky", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/stone.json b/1.8.9/assets/minecraft/models/item/stone.json new file mode 100644 index 00000000..028deeab --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/stone.json @@ -0,0 +1,10 @@ +{ + "parent": "block/stone", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/stone_axe.json b/1.8.9/assets/minecraft/models/item/stone_axe.json new file mode 100644 index 00000000..75d8d4c3 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/stone_axe.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/stone_axe" + }, + "display": { + "thirdperson": { + "rotation": [ 0, 90, -35 ], + "translation": [ 0, 1.25, -3.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/stone_brick_monster_egg.json b/1.8.9/assets/minecraft/models/item/stone_brick_monster_egg.json new file mode 100644 index 00000000..40479041 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/stone_brick_monster_egg.json @@ -0,0 +1,10 @@ +{ + "parent": "block/stonebrick_normal", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/stone_brick_slab.json b/1.8.9/assets/minecraft/models/item/stone_brick_slab.json new file mode 100644 index 00000000..203d76a7 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/stone_brick_slab.json @@ -0,0 +1,10 @@ +{ + "parent": "block/half_slab_stone_brick", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/stone_brick_stairs.json b/1.8.9/assets/minecraft/models/item/stone_brick_stairs.json new file mode 100644 index 00000000..4fa2bc2f --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/stone_brick_stairs.json @@ -0,0 +1,13 @@ +{ + "parent": "block/stone_brick_stairs", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "gui": { + "rotation": [ 0, 180, 0 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/stone_button.json b/1.8.9/assets/minecraft/models/item/stone_button.json new file mode 100644 index 00000000..a1f21542 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/stone_button.json @@ -0,0 +1,10 @@ +{ + "parent": "block/stone_button_inventory", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1, -1.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/stone_hoe.json b/1.8.9/assets/minecraft/models/item/stone_hoe.json new file mode 100644 index 00000000..8321d21c --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/stone_hoe.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/stone_hoe" + }, + "display": { + "thirdperson": { + "rotation": [ 0, 90, -35 ], + "translation": [ 0, 1.25, -3.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/stone_monster_egg.json b/1.8.9/assets/minecraft/models/item/stone_monster_egg.json new file mode 100644 index 00000000..028deeab --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/stone_monster_egg.json @@ -0,0 +1,10 @@ +{ + "parent": "block/stone", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/stone_pickaxe.json b/1.8.9/assets/minecraft/models/item/stone_pickaxe.json new file mode 100644 index 00000000..dba47196 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/stone_pickaxe.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/stone_pickaxe" + }, + "display": { + "thirdperson": { + "rotation": [ 0, 90, -35 ], + "translation": [ 0, 1.25, -3.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/stone_pressure_plate.json b/1.8.9/assets/minecraft/models/item/stone_pressure_plate.json new file mode 100644 index 00000000..b384ea03 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/stone_pressure_plate.json @@ -0,0 +1,10 @@ +{ + "parent": "block/stone_pressure_plate_inventory", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/stone_shovel.json b/1.8.9/assets/minecraft/models/item/stone_shovel.json new file mode 100644 index 00000000..3df4798a --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/stone_shovel.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/stone_shovel" + }, + "display": { + "thirdperson": { + "rotation": [ 0, 90, -35 ], + "translation": [ 0, 1.25, -3.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/stone_slab.json b/1.8.9/assets/minecraft/models/item/stone_slab.json new file mode 100644 index 00000000..a8d04d18 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/stone_slab.json @@ -0,0 +1,10 @@ +{ + "parent": "block/half_slab_stone", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/stone_stairs.json b/1.8.9/assets/minecraft/models/item/stone_stairs.json new file mode 100644 index 00000000..11d26ff7 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/stone_stairs.json @@ -0,0 +1,13 @@ +{ + "parent": "block/stone_stairs", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "gui": { + "rotation": [ 0, 180, 0 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/stone_sword.json b/1.8.9/assets/minecraft/models/item/stone_sword.json new file mode 100644 index 00000000..0382f48c --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/stone_sword.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/stone_sword" + }, + "display": { + "thirdperson": { + "rotation": [ 0, 90, -35 ], + "translation": [ 0, 1.25, -3.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/stonebrick.json b/1.8.9/assets/minecraft/models/item/stonebrick.json new file mode 100644 index 00000000..40479041 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/stonebrick.json @@ -0,0 +1,10 @@ +{ + "parent": "block/stonebrick_normal", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/string.json b/1.8.9/assets/minecraft/models/item/string.json new file mode 100644 index 00000000..08ae9295 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/string.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/string" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/sugar.json b/1.8.9/assets/minecraft/models/item/sugar.json new file mode 100644 index 00000000..55bba0c1 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/sugar.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/sugar" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/sunflower.json b/1.8.9/assets/minecraft/models/item/sunflower.json new file mode 100644 index 00000000..429226ee --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/sunflower.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/double_plant_sunflower_front" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/syringa.json b/1.8.9/assets/minecraft/models/item/syringa.json new file mode 100644 index 00000000..2dd55ecd --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/syringa.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/double_plant_syringa_top" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/tall_grass.json b/1.8.9/assets/minecraft/models/item/tall_grass.json new file mode 100644 index 00000000..c95e1465 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/tall_grass.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/tallgrass" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/tnt.json b/1.8.9/assets/minecraft/models/item/tnt.json new file mode 100644 index 00000000..37123181 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/tnt.json @@ -0,0 +1,10 @@ +{ + "parent": "block/tnt", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/tnt_minecart.json b/1.8.9/assets/minecraft/models/item/tnt_minecart.json new file mode 100644 index 00000000..9e854ef4 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/tnt_minecart.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/minecart_tnt" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/torch.json b/1.8.9/assets/minecraft/models/item/torch.json new file mode 100644 index 00000000..92f72f3d --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/torch.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/torch_on" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/trapdoor.json b/1.8.9/assets/minecraft/models/item/trapdoor.json new file mode 100644 index 00000000..9ea194d2 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/trapdoor.json @@ -0,0 +1,15 @@ +{ + "parent": "block/wooden_trapdoor_bottom", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 0.25, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 5, 0 ], + "scale": [ 1, 1, 1 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/trapped_chest.json b/1.8.9/assets/minecraft/models/item/trapped_chest.json new file mode 100644 index 00000000..43a272a6 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/trapped_chest.json @@ -0,0 +1,3 @@ +{ + "parent": "builtin/entity" +} diff --git a/1.8.9/assets/minecraft/models/item/tripwire_hook.json b/1.8.9/assets/minecraft/models/item/tripwire_hook.json new file mode 100644 index 00000000..e14fa42f --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/tripwire_hook.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/trip_wire_source" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/vine.json b/1.8.9/assets/minecraft/models/item/vine.json new file mode 100644 index 00000000..60c30cd0 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/vine.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/vine" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/water_bucket.json b/1.8.9/assets/minecraft/models/item/water_bucket.json new file mode 100644 index 00000000..0a20cf7f --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/water_bucket.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/bucket_water" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/waterlily.json b/1.8.9/assets/minecraft/models/item/waterlily.json new file mode 100644 index 00000000..66fb79d9 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/waterlily.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/waterlily" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/web.json b/1.8.9/assets/minecraft/models/item/web.json new file mode 100644 index 00000000..b345a5d1 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/web.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/web" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/wheat.json b/1.8.9/assets/minecraft/models/item/wheat.json new file mode 100644 index 00000000..dd50fa57 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/wheat.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/wheat" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/wheat_seeds.json b/1.8.9/assets/minecraft/models/item/wheat_seeds.json new file mode 100644 index 00000000..107bf47e --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/wheat_seeds.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/seeds_wheat" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -2.5 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/white_carpet.json b/1.8.9/assets/minecraft/models/item/white_carpet.json new file mode 100644 index 00000000..eac5ac13 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/white_carpet.json @@ -0,0 +1,15 @@ +{ + "parent": "block/carpet_white", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 0.25, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 5.25, 0 ], + "scale": [ 1, 1, 1 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/white_stained_glass.json b/1.8.9/assets/minecraft/models/item/white_stained_glass.json new file mode 100644 index 00000000..af34ba8a --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/white_stained_glass.json @@ -0,0 +1,10 @@ +{ + "parent": "block/glass_white", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/white_stained_glass_pane.json b/1.8.9/assets/minecraft/models/item/white_stained_glass_pane.json new file mode 100644 index 00000000..b7b13726 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/white_stained_glass_pane.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/glass_white" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/white_stained_hardened_clay.json b/1.8.9/assets/minecraft/models/item/white_stained_hardened_clay.json new file mode 100644 index 00000000..60287330 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/white_stained_hardened_clay.json @@ -0,0 +1,10 @@ +{ + "parent": "block/hardened_clay_white", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/white_tulip.json b/1.8.9/assets/minecraft/models/item/white_tulip.json new file mode 100644 index 00000000..af91c3aa --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/white_tulip.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/flower_tulip_white" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/white_wool.json b/1.8.9/assets/minecraft/models/item/white_wool.json new file mode 100644 index 00000000..867cd013 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/white_wool.json @@ -0,0 +1,10 @@ +{ + "parent": "block/white_wool", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/wood_old_slab.json b/1.8.9/assets/minecraft/models/item/wood_old_slab.json new file mode 100644 index 00000000..6ce79242 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/wood_old_slab.json @@ -0,0 +1,10 @@ +{ + "parent": "block/half_slab_oak", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/wooden_axe.json b/1.8.9/assets/minecraft/models/item/wooden_axe.json new file mode 100644 index 00000000..07d818c5 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/wooden_axe.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/wood_axe" + }, + "display": { + "thirdperson": { + "rotation": [ 0, 90, -35 ], + "translation": [ 0, 1.25, -3.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/wooden_button.json b/1.8.9/assets/minecraft/models/item/wooden_button.json new file mode 100644 index 00000000..ca81892c --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/wooden_button.json @@ -0,0 +1,10 @@ +{ + "parent": "block/wooden_button_inventory", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1, -1.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/wooden_hoe.json b/1.8.9/assets/minecraft/models/item/wooden_hoe.json new file mode 100644 index 00000000..3411d0f1 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/wooden_hoe.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/wood_hoe" + }, + "display": { + "thirdperson": { + "rotation": [ 0, 90, -35 ], + "translation": [ 0, 1.25, -3.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/wooden_pickaxe.json b/1.8.9/assets/minecraft/models/item/wooden_pickaxe.json new file mode 100644 index 00000000..d66d9018 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/wooden_pickaxe.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/wood_pickaxe" + }, + "display": { + "thirdperson": { + "rotation": [ 0, 90, -35 ], + "translation": [ 0, 1.25, -3.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/wooden_pressure_plate.json b/1.8.9/assets/minecraft/models/item/wooden_pressure_plate.json new file mode 100644 index 00000000..f36987fc --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/wooden_pressure_plate.json @@ -0,0 +1,10 @@ +{ + "parent": "block/wooden_pressure_plate_inventory", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/wooden_shovel.json b/1.8.9/assets/minecraft/models/item/wooden_shovel.json new file mode 100644 index 00000000..6d621ec6 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/wooden_shovel.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/wood_shovel" + }, + "display": { + "thirdperson": { + "rotation": [ 0, 90, -35 ], + "translation": [ 0, 1.25, -3.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/wooden_sword.json b/1.8.9/assets/minecraft/models/item/wooden_sword.json new file mode 100644 index 00000000..4e760a82 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/wooden_sword.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/wood_sword" + }, + "display": { + "thirdperson": { + "rotation": [ 0, 90, -35 ], + "translation": [ 0, 1.25, -3.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/writable_book.json b/1.8.9/assets/minecraft/models/item/writable_book.json new file mode 100644 index 00000000..1b31f3c3 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/writable_book.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/book_writable" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/written_book.json b/1.8.9/assets/minecraft/models/item/written_book.json new file mode 100644 index 00000000..444edefb --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/written_book.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/book_written" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/yellow_carpet.json b/1.8.9/assets/minecraft/models/item/yellow_carpet.json new file mode 100644 index 00000000..08593c27 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/yellow_carpet.json @@ -0,0 +1,15 @@ +{ + "parent": "block/carpet_yellow", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 0.25, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 5.25, 0 ], + "scale": [ 1, 1, 1 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/yellow_stained_glass.json b/1.8.9/assets/minecraft/models/item/yellow_stained_glass.json new file mode 100644 index 00000000..7c68f57f --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/yellow_stained_glass.json @@ -0,0 +1,10 @@ +{ + "parent": "block/glass_yellow", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/yellow_stained_glass_pane.json b/1.8.9/assets/minecraft/models/item/yellow_stained_glass_pane.json new file mode 100644 index 00000000..1b508523 --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/yellow_stained_glass_pane.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/glass_yellow" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/yellow_stained_hardened_clay.json b/1.8.9/assets/minecraft/models/item/yellow_stained_hardened_clay.json new file mode 100644 index 00000000..2eaa2b5b --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/yellow_stained_hardened_clay.json @@ -0,0 +1,10 @@ +{ + "parent": "block/hardened_clay_yellow", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/models/item/yellow_wool.json b/1.8.9/assets/minecraft/models/item/yellow_wool.json new file mode 100644 index 00000000..d9d76feb --- /dev/null +++ b/1.8.9/assets/minecraft/models/item/yellow_wool.json @@ -0,0 +1,10 @@ +{ + "parent": "block/yellow_wool", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/1.8.9/assets/minecraft/shaders/post/antialias.json b/1.8.9/assets/minecraft/shaders/post/antialias.json new file mode 100644 index 00000000..bc31af30 --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/post/antialias.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "antialias", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.8.9/assets/minecraft/shaders/post/art.json b/1.8.9/assets/minecraft/shaders/post/art.json new file mode 100644 index 00000000..6d6c7ec5 --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/post/art.json @@ -0,0 +1,64 @@ +{ + "targets": [ + "0", + "1" + ], + "passes": [ + { + "name": "blobs2", + "intarget": "minecraft:main", + "outtarget": "0" + }, + { + "name": "outline_watercolor", + "intarget": "0", + "outtarget": "minecraft:main" + }, + { + "name": "blur", + "intarget": "minecraft:main", + "outtarget": "1", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.8, 0.0 ] + }, + { + "name": "Radius", + "values": [ 20.0 ] + } + ] + }, + { + "name": "blur", + "intarget": "1", + "outtarget": "minecraft:main", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.0, 0.8 ] + }, + { + "name": "Radius", + "values": [ 20.0 ] + } + ] + }, + { + "name": "outline_combine", + "intarget": "0", + "outtarget": "1", + "auxtargets": [ + { + "name": "OutlineSampler", + "id": "minecraft:main" + } + ] + }, + { + "name": "blit", + "intarget": "1", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.8.9/assets/minecraft/shaders/post/bits.json b/1.8.9/assets/minecraft/shaders/post/bits.json new file mode 100644 index 00000000..7236746c --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/post/bits.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "bits", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.8.9/assets/minecraft/shaders/post/blobs.json b/1.8.9/assets/minecraft/shaders/post/blobs.json new file mode 100644 index 00000000..d6260aa2 --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/post/blobs.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "blobs", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.8.9/assets/minecraft/shaders/post/blobs2.json b/1.8.9/assets/minecraft/shaders/post/blobs2.json new file mode 100644 index 00000000..3464ae30 --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/post/blobs2.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "blobs2", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.8.9/assets/minecraft/shaders/post/blur.json b/1.8.9/assets/minecraft/shaders/post/blur.json new file mode 100644 index 00000000..bca04d5e --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/post/blur.json @@ -0,0 +1,37 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "blur", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 1.0, 0.0 ] + }, + { + "name": "Radius", + "values": [ 20.0 ] + } + ] + }, + { + "name": "blur", + "intarget": "swap", + "outtarget": "minecraft:main", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.0, 1.0 ] + }, + { + "name": "Radius", + "values": [ 20.0 ] + } + ] + } + ] +} diff --git a/1.8.9/assets/minecraft/shaders/post/bumpy.json b/1.8.9/assets/minecraft/shaders/post/bumpy.json new file mode 100644 index 00000000..0870985d --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/post/bumpy.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "bumpy", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.8.9/assets/minecraft/shaders/post/color_convolve.json b/1.8.9/assets/minecraft/shaders/post/color_convolve.json new file mode 100644 index 00000000..9f002121 --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/post/color_convolve.json @@ -0,0 +1,20 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "color_convolve", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { "name": "Saturation", "values": [ 1.4 ] } + ] + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.8.9/assets/minecraft/shaders/post/creeper.json b/1.8.9/assets/minecraft/shaders/post/creeper.json new file mode 100644 index 00000000..da503f1a --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/post/creeper.json @@ -0,0 +1,41 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "color_convolve", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { + "name": "RedMatrix", + "values": [ 0.0, 0.0, 0.0 ] + }, + { + "name": "GreenMatrix", + "values": [ 0.3, 0.59, 0.11 ] + }, + { + "name": "BlueMatrix", + "values": [ 0.0, 0.0, 0.0 ] + } + ] + }, + { + "name": "bits", + "intarget": "swap", + "outtarget": "minecraft:main", + "uniforms": [ + { + "name": "Resolution", + "values": [ 16.0 ] + }, + { + "name": "MosaicSize", + "values": [ 4.0 ] + } + ] + } + ] +} diff --git a/1.8.9/assets/minecraft/shaders/post/deconverge.json b/1.8.9/assets/minecraft/shaders/post/deconverge.json new file mode 100644 index 00000000..4eb2b8db --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/post/deconverge.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "deconverge", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.8.9/assets/minecraft/shaders/post/desaturate.json b/1.8.9/assets/minecraft/shaders/post/desaturate.json new file mode 100644 index 00000000..675018fa --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/post/desaturate.json @@ -0,0 +1,23 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "color_convolve", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { + "name": "Saturation", + "values": [ 0.2 ] + } + ] + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.8.9/assets/minecraft/shaders/post/entity_outline.json b/1.8.9/assets/minecraft/shaders/post/entity_outline.json new file mode 100644 index 00000000..e53ff3db --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/post/entity_outline.json @@ -0,0 +1,48 @@ +{ + "targets": [ + "swap", + "final" + ], + "passes": [ + { + "name": "entity_outline", + "intarget": "final", + "outtarget": "swap" + }, + { + "name": "blur", + "intarget": "swap", + "outtarget": "final", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 1.0, 0.0 ] + }, + { + "name": "Radius", + "values": [ 2.0 ] + } + ] + }, + { + "name": "blur", + "intarget": "final", + "outtarget": "swap", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.0, 1.0 ] + }, + { + "name": "Radius", + "values": [ 2.0 ] + } + ] + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "final" + } + ] +} diff --git a/1.8.9/assets/minecraft/shaders/post/flip.json b/1.8.9/assets/minecraft/shaders/post/flip.json new file mode 100644 index 00000000..e3824357 --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/post/flip.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "flip", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.8.9/assets/minecraft/shaders/post/fxaa.json b/1.8.9/assets/minecraft/shaders/post/fxaa.json new file mode 100644 index 00000000..83292b79 --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/post/fxaa.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "fxaa", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.8.9/assets/minecraft/shaders/post/green.json b/1.8.9/assets/minecraft/shaders/post/green.json new file mode 100644 index 00000000..5d0af6c9 --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/post/green.json @@ -0,0 +1,41 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "color_convolve", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { + "name": "RedMatrix", + "values": [ 0.0, 0.0, 0.0 ] + }, + { + "name": "GreenMatrix", + "values": [ 0.3, 0.59, 0.11 ] + }, + { + "name": "BlueMatrix", + "values": [ 0.0, 0.0, 0.0 ] + } + ] + }, + { + "name": "bits", + "intarget": "swap", + "outtarget": "minecraft:main" + }, + { + "name": "scan_pincushion", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.8.9/assets/minecraft/shaders/post/invert.json b/1.8.9/assets/minecraft/shaders/post/invert.json new file mode 100644 index 00000000..2ab63fb6 --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/post/invert.json @@ -0,0 +1,23 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "invert", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { + "name": "InverseAmount", + "values": [ 0.8 ] + } + ] + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.8.9/assets/minecraft/shaders/post/notch.json b/1.8.9/assets/minecraft/shaders/post/notch.json new file mode 100644 index 00000000..164943c2 --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/post/notch.json @@ -0,0 +1,26 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "notch", + "intarget": "minecraft:main", + "outtarget": "swap", + "auxtargets": [ + { + "name": "DitherSampler", + "id": "dither", + "width": 4, + "height": 4, + "bilinear": false + } + ] + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.8.9/assets/minecraft/shaders/post/ntsc.json b/1.8.9/assets/minecraft/shaders/post/ntsc.json new file mode 100644 index 00000000..abc005bd --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/post/ntsc.json @@ -0,0 +1,92 @@ +{ + "targets": [ + "swap", + "swap2", + "previous" + ], + "passes": [ + { + "name": "ntsc_encode", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "ntsc_decode", + "intarget": "swap", + "outtarget": "swap2", + "auxtargets": [ + { + "name": "BaseSampler", + "id": "minecraft:main" + } + ] + }, + { + "name": "color_convolve", + "intarget": "swap2", + "outtarget": "swap" + }, + { + "name": "deconverge", + "intarget": "swap", + "outtarget": "minecraft:main" + }, + { + "name": "blur", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 1.0, 0.0 ] + }, + { + "name": "Radius", + "values": [ 10.0 ] + } + ] + }, + { + "name": "blur", + "intarget": "swap", + "outtarget": "minecraft:main", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.0, 1.0 ] + }, + { + "name": "Radius", + "values": [ 10.0 ] + } + ] + }, + { + "name": "scan_pincushion", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "phosphor", + "intarget": "swap", + "outtarget": "minecraft:main", + "auxtargets": [ + { + "name": "PrevSampler", + "id": "previous" + } + ], + "uniforms": [ + { + "name": "Phosphor", + "values": [ 0.4, 0.4, 0.4 ] + } + ] + }, + { + "name": "blit", + "intarget": "minecraft:main", + "outtarget": "previous" + } + ] +} diff --git a/1.8.9/assets/minecraft/shaders/post/outline.json b/1.8.9/assets/minecraft/shaders/post/outline.json new file mode 100644 index 00000000..53c8ee82 --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/post/outline.json @@ -0,0 +1,18 @@ +{ + "targets": [ + "swap", + "final" + ], + "passes": [ + { + "name": "outline", + "intarget": "final", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "final" + } + ] +} diff --git a/1.8.9/assets/minecraft/shaders/post/pencil.json b/1.8.9/assets/minecraft/shaders/post/pencil.json new file mode 100644 index 00000000..1fc5b133 --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/post/pencil.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "outline_soft", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.8.9/assets/minecraft/shaders/post/phosphor.json b/1.8.9/assets/minecraft/shaders/post/phosphor.json new file mode 100644 index 00000000..0fa09c4e --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/post/phosphor.json @@ -0,0 +1,35 @@ +{ + "targets": [ + "swap", + "previous" + ], + "passes": [ + { + "name": "phosphor", + "intarget": "minecraft:main", + "outtarget": "swap", + "auxtargets": [ + { + "name": "PrevSampler", + "id": "previous" + } + ], + "uniforms": [ + { + "name": "Phosphor", + "values": [ 0.95, 0.95, 0.95 ] + } + ] + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "previous" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.8.9/assets/minecraft/shaders/post/scan_pincushion.json b/1.8.9/assets/minecraft/shaders/post/scan_pincushion.json new file mode 100644 index 00000000..b5d0a3ed --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/post/scan_pincushion.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "scan_pincushion", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.8.9/assets/minecraft/shaders/post/sobel.json b/1.8.9/assets/minecraft/shaders/post/sobel.json new file mode 100644 index 00000000..5c390a4b --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/post/sobel.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "sobel", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.8.9/assets/minecraft/shaders/post/spider.json b/1.8.9/assets/minecraft/shaders/post/spider.json new file mode 100644 index 00000000..5f203c13 --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/post/spider.json @@ -0,0 +1,230 @@ +{ + "targets": [ + "largeBlur", + "smallBlur", + "temp", + "swap" + ], + "passes": [ + { + "name": "blur", + "intarget": "minecraft:main", + "outtarget": "temp", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 1.0, 0.0 ] + }, + { + "name": "Radius", + "values": [ 15.0 ] + } + ] + }, + { + "name": "blur", + "intarget": "temp", + "outtarget": "largeBlur", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.0, 1.0 ] + }, + { + "name": "Radius", + "values": [ 15.0 ] + } + ] + }, + { + "name": "blur", + "intarget": "minecraft:main", + "outtarget": "temp", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 1.0, 0.0 ] + }, + { + "name": "Radius", + "values": [ 7.0 ] + } + ] + }, + { + "name": "blur", + "intarget": "temp", + "outtarget": "smallBlur", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.0, 1.0 ] + }, + { + "name": "Radius", + "values": [ 7.0 ] + } + ] + }, + { + "name": "spider", + "intarget": "minecraft:main", + "outtarget": "temp", + "auxtargets": [ + { + "name": "BlurSampler", + "id": "largeBlur" + } + ], + "uniforms": [ + { + "name": "InScale", + "values": [ 1.25, 2.0 ] + }, + { + "name": "InOffset", + "values": [ -0.125, -0.1 ] + }, + { + "name": "Scissor", + "values": [ 0.0, 0.0, 1.0, 1.0 ] + }, + { + "name": "Vignette", + "values": [ 0.1, 0.1, 0.9, 0.9 ] + } + ] + }, + { + "name": "spider", + "intarget": "smallBlur", + "outtarget": "swap", + "auxtargets": [ + { + "name": "BlurSampler", + "id": "temp" + } + ], + "uniforms": [ + { + "name": "InScale", + "values": [ 2.35, 4.2 ] + }, + { + "name": "InOffset", + "values": [ -1.1, -1.5 ] + }, + { + "name": "InRotation", + "values": [ -45.0 ] + }, + { + "name": "Scissor", + "values": [ 0.21, 0.0, 0.79, 1.0 ] + }, + { + "name": "Vignette", + "values": [ 0.31, 0.1, 0.69, 0.9 ] + } + ] + }, + { + "name": "spider", + "intarget": "smallBlur", + "outtarget": "temp", + "auxtargets": [ + { + "name": "BlurSampler", + "id": "swap" + } + ], + "uniforms": [ + { + "name": "InScale", + "values": [ 2.35, 4.2 ] + }, + { + "name": "InOffset", + "values": [ 0.45, -4.45 ] + }, + { + "name": "InRotation", + "values": [ 45.0 ] + }, + { + "name": "Scissor", + "values": [ 0.21, 0.0, 0.79, 1.0 ] + }, + { + "name": "Vignette", + "values": [ 0.31, 0.1, 0.69, 0.9 ] + } + ] + }, + { + "name": "spider", + "intarget": "smallBlur", + "outtarget": "swap", + "auxtargets": [ + { + "name": "BlurSampler", + "id": "temp" + } + ], + "uniforms": [ + { + "name": "InScale", + "values": [ 2.35, 2.35 ] + }, + { + "name": "InOffset", + "values": [ -0.385, -1.29 ] + }, + { + "name": "InRotation", + "values": [ 0.0 ] + }, + { + "name": "Vignette", + "values": [ 0.31, 0.1, 0.69, 0.9 ] + } + ] + }, + { + "name": "spider", + "intarget": "smallBlur", + "outtarget": "temp", + "auxtargets": [ + { + "name": "BlurSampler", + "id": "swap" + } + ], + "uniforms": [ + { + "name": "InScale", + "values": [ 2.35, 2.35 ] + }, + { + "name": "InOffset", + "values": [ -0.965, -1.29 ] + }, + { + "name": "Vignette", + "values": [ 0.31, 0.1, 0.69, 0.9 ] + } + ] + }, + { + "name": "blit", + "intarget": "temp", + "outtarget": "minecraft:main", + "uniforms": [ + { + "name": "ColorModulate", + "values": [ 1.0, 0.8, 0.8, 1.0 ] + } + ] + } + ] +} diff --git a/1.8.9/assets/minecraft/shaders/post/wobble.json b/1.8.9/assets/minecraft/shaders/post/wobble.json new file mode 100644 index 00000000..1fc45346 --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/post/wobble.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "wobble", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.8.9/assets/minecraft/shaders/program/antialias.fsh b/1.8.9/assets/minecraft/shaders/program/antialias.fsh new file mode 100644 index 00000000..2d921951 --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/program/antialias.fsh @@ -0,0 +1,29 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 c = texture2D (DiffuseSampler, texCoord); + vec4 u1 = texture2D (DiffuseSampler, texCoord + vec2 ( 0.0, -oneTexel.y )); + vec4 u2 = texture2D (DiffuseSampler, texCoord + vec2 ( 0.0, -oneTexel.y * 2.0)); + vec4 d1 = texture2D (DiffuseSampler, texCoord + vec2 ( 0.0, oneTexel.y )); + vec4 d2 = texture2D (DiffuseSampler, texCoord + vec2 ( 0.0, oneTexel.y * 2.0)); + vec4 l1 = texture2D (DiffuseSampler, texCoord + vec2 (-oneTexel.x, 0.0)); + vec4 l2 = texture2D (DiffuseSampler, texCoord + vec2 (-oneTexel.x * 2.0, 0.0)); + vec4 r1 = texture2D (DiffuseSampler, texCoord + vec2 ( oneTexel.x, 0.0)); + vec4 r2 = texture2D (DiffuseSampler, texCoord + vec2 ( oneTexel.x * 2.0, 0.0)); + + vec4 v1 = mix (c, mix (l1, l2, 0.667), 0.75); + vec4 v2 = mix (c, mix (r1, r2, 0.667), 0.75); + vec4 v3 = mix (c, mix (u1, u2, 0.667), 0.75); + vec4 v4 = mix (c, mix (d1, d2, 0.667), 0.75); + + vec4 v5 = mix (v1, v2, 0.5); + vec4 v6 = mix (v3, v4, 0.5); + + vec4 color = mix (v5, v6, 0.5); + gl_FragColor = vec4(color.rgb, 1.0); +} diff --git a/1.8.9/assets/minecraft/shaders/program/antialias.json b/1.8.9/assets/minecraft/shaders/program/antialias.json new file mode 100644 index 00000000..6916fd9a --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/program/antialias.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "blobs", + "fragment": "antialias", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.8.9/assets/minecraft/shaders/program/bits.fsh b/1.8.9/assets/minecraft/shaders/program/bits.fsh new file mode 100644 index 00000000..c252b303 --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/program/bits.fsh @@ -0,0 +1,27 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +uniform float Resolution = 4.0; +uniform float Saturation = 1.5; +uniform float MosaicSize = 8.0; + +void main() { + vec2 mosaicInSize = InSize / MosaicSize; + vec2 fractPix = fract(texCoord * mosaicInSize) / mosaicInSize; + + vec4 baseTexel = texture2D(DiffuseSampler, texCoord - fractPix); + + vec3 fractTexel = baseTexel.rgb - fract(baseTexel.rgb * Resolution) / Resolution; + float luma = dot(fractTexel, vec3(0.3, 0.59, 0.11)); + vec3 chroma = (fractTexel - luma) * Saturation; + baseTexel.rgb = luma + chroma; + baseTexel.a = 1.0; + + gl_FragColor = baseTexel; +} diff --git a/1.8.9/assets/minecraft/shaders/program/bits.json b/1.8.9/assets/minecraft/shaders/program/bits.json new file mode 100644 index 00000000..c19239b8 --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/program/bits.json @@ -0,0 +1,21 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "bits", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "Resolution", "type": "float", "count": 1, "values": [ 4.0 ] }, + { "name": "Saturation", "type": "float", "count": 1, "values": [ 1.5 ] }, + { "name": "MosaicSize", "type": "float", "count": 1, "values": [ 8.0 ] } + ] +} diff --git a/1.8.9/assets/minecraft/shaders/program/blit.fsh b/1.8.9/assets/minecraft/shaders/program/blit.fsh new file mode 100644 index 00000000..75d662ac --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/program/blit.fsh @@ -0,0 +1,11 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +uniform vec4 ColorModulate; + +varying vec2 texCoord; + +void main(){ + gl_FragColor = texture2D(DiffuseSampler, texCoord) * ColorModulate; +} diff --git a/1.8.9/assets/minecraft/shaders/program/blit.json b/1.8.9/assets/minecraft/shaders/program/blit.json new file mode 100644 index 00000000..1256b6b1 --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/program/blit.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "blit", + "fragment": "blit", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "ColorModulate", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] } + ] +} diff --git a/1.8.9/assets/minecraft/shaders/program/blit.vsh b/1.8.9/assets/minecraft/shaders/program/blit.vsh new file mode 100644 index 00000000..01a16db5 --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/program/blit.vsh @@ -0,0 +1,16 @@ +#version 120 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 OutSize; + +varying vec2 texCoord; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + texCoord = Position.xy / OutSize; + texCoord.y = 1.0 - texCoord.y; +} diff --git a/1.8.9/assets/minecraft/shaders/program/blobs.fsh b/1.8.9/assets/minecraft/shaders/program/blobs.fsh new file mode 100644 index 00000000..ddb8c75f --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/program/blobs.fsh @@ -0,0 +1,43 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 u = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y)); + vec4 d = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y)); + vec4 l = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0)); + vec4 r = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0)); + + vec4 v1 = min(l, r); + vec4 v2 = min(u, d); + vec4 v3 = min(v1, v2); + + vec4 ul = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, -oneTexel.y)); + vec4 dr = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, oneTexel.y)); + vec4 dl = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, oneTexel.y)); + vec4 ur = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, -oneTexel.y)); + + vec4 v4 = min(ul, dr); + vec4 v5 = min(ur, dl); + vec4 v6 = min(v4, v5); + + vec4 v7 = min(v3, v6); + + vec4 uu = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y * 2.0)); + vec4 dd = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y * 2.0)); + vec4 ll = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x * 2.0, 0.0)); + vec4 rr = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x * 2.0, 0.0)); + + vec4 v8 = min(uu, dd); + vec4 v9 = min(ll, rr); + vec4 v10 = min(v8, v9); + + vec4 v11 = min(v7, v10); + + vec4 c = texture2D(DiffuseSampler, texCoord); + vec4 color = min(c, v11); + gl_FragColor = vec4(color.rgb, 1.0); +} diff --git a/1.8.9/assets/minecraft/shaders/program/blobs.json b/1.8.9/assets/minecraft/shaders/program/blobs.json new file mode 100644 index 00000000..6a5f2455 --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/program/blobs.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "blobs", + "fragment": "blobs", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.8.9/assets/minecraft/shaders/program/blobs.vsh b/1.8.9/assets/minecraft/shaders/program/blobs.vsh new file mode 100644 index 00000000..3ece2743 --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/program/blobs.vsh @@ -0,0 +1,17 @@ +#version 120 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + oneTexel = 1.0 / InSize; + texCoord = outPos.xy * 0.5 + 0.5; +} diff --git a/1.8.9/assets/minecraft/shaders/program/blobs2.fsh b/1.8.9/assets/minecraft/shaders/program/blobs2.fsh new file mode 100644 index 00000000..fc68fb21 --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/program/blobs2.fsh @@ -0,0 +1,30 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform float Radius; + +void main(){ + vec4 c = texture2D(DiffuseSampler, texCoord); + vec4 maxVal = c; + for(float u = 0.0; u <= Radius; u += 1.0) { + for(float v = 0.0; v <= Radius; v += 1.0) { + float weight = (((sqrt(u * u + v * v) / (Radius)) > 1.0) ? 0.0 : 1.0); + + vec4 s0 = texture2D(DiffuseSampler, texCoord + vec2(-u * oneTexel.x, -v * oneTexel.y)); + vec4 s1 = texture2D(DiffuseSampler, texCoord + vec2( u * oneTexel.x, v * oneTexel.y)); + vec4 s2 = texture2D(DiffuseSampler, texCoord + vec2(-u * oneTexel.x, v * oneTexel.y)); + vec4 s3 = texture2D(DiffuseSampler, texCoord + vec2( u * oneTexel.x, -v * oneTexel.y)); + + vec4 o0 = max(s0, s1); + vec4 o1 = max(s2, s3); + vec4 tempMax = max(o0, o1); + maxVal = mix(maxVal, max(maxVal, tempMax), weight); + } + } + + gl_FragColor = vec4(maxVal.rgb, 1.0); +} diff --git a/1.8.9/assets/minecraft/shaders/program/blobs2.json b/1.8.9/assets/minecraft/shaders/program/blobs2.json new file mode 100644 index 00000000..6df4594b --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/program/blobs2.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "blobs", + "fragment": "blobs2", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "Radius", "type": "float", "count": 1, "values": [ 7.0 ] } + ] +} diff --git a/1.8.9/assets/minecraft/shaders/program/blur.fsh b/1.8.9/assets/minecraft/shaders/program/blur.fsh new file mode 100644 index 00000000..e35dedda --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/program/blur.fsh @@ -0,0 +1,31 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +uniform vec2 BlurDir; +uniform float Radius; + +void main() { + vec4 blurred = vec4(0.0); + float totalStrength = 0.0; + float totalAlpha = 0.0; + float totalSamples = 0.0; + for(float r = -Radius; r <= Radius; r += 1.0) { + vec4 sample = texture2D(DiffuseSampler, texCoord + oneTexel * r * BlurDir); + + // Accumulate average alpha + totalAlpha = totalAlpha + sample.a; + totalSamples = totalSamples + 1.0; + + // Accumulate smoothed blur + float strength = 1.0 - abs(r / Radius); + totalStrength = totalStrength + strength; + blurred = blurred + sample; + } + gl_FragColor = vec4(blurred.rgb / (Radius * 2.0 + 1.0), totalAlpha); +} diff --git a/1.8.9/assets/minecraft/shaders/program/blur.json b/1.8.9/assets/minecraft/shaders/program/blur.json new file mode 100644 index 00000000..51a23239 --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/program/blur.json @@ -0,0 +1,20 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "blur", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "BlurDir", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "Radius", "type": "float", "count": 1, "values": [ 5.0 ] } + ] +} diff --git a/1.8.9/assets/minecraft/shaders/program/bumpy.fsh b/1.8.9/assets/minecraft/shaders/program/bumpy.fsh new file mode 100644 index 00000000..cce2e3a4 --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/program/bumpy.fsh @@ -0,0 +1,34 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 c = texture2D(DiffuseSampler, texCoord); + vec4 u = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y)); + vec4 d = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y)); + vec4 l = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0)); + vec4 r = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0)); + + vec4 nc = normalize(c); + vec4 nu = normalize(u); + vec4 nd = normalize(d); + vec4 nl = normalize(l); + vec4 nr = normalize(r); + + float du = dot(nc, nu); + float dd = dot(nc, nd); + float dl = dot(nc, nl); + float dr = dot(nc, nr); + + float i = 64.0; + + float f = 1.0; + f += (du * i) - (dd * i); + f += (dr * i) - (dl * i); + + vec4 color = c * clamp(f, 0.5, 2); + gl_FragColor = vec4(color.rgb, 1.0); +} diff --git a/1.8.9/assets/minecraft/shaders/program/bumpy.json b/1.8.9/assets/minecraft/shaders/program/bumpy.json new file mode 100644 index 00000000..59cae198 --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/program/bumpy.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "bumpy", + "fragment": "bumpy", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.8.9/assets/minecraft/shaders/program/bumpy.vsh b/1.8.9/assets/minecraft/shaders/program/bumpy.vsh new file mode 100644 index 00000000..3ece2743 --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/program/bumpy.vsh @@ -0,0 +1,17 @@ +#version 120 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + oneTexel = 1.0 / InSize; + texCoord = outPos.xy * 0.5 + 0.5; +} diff --git a/1.8.9/assets/minecraft/shaders/program/color_convolve.fsh b/1.8.9/assets/minecraft/shaders/program/color_convolve.fsh new file mode 100644 index 00000000..61e43e2a --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/program/color_convolve.fsh @@ -0,0 +1,36 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +uniform vec3 Gray = vec3(0.3, 0.59, 0.11); +uniform vec3 RedMatrix = vec3(1.0, 0.0, 0.0); +uniform vec3 GreenMatrix = vec3(0.0, 1.0, 0.0); +uniform vec3 BlueMatrix = vec3(0.0, 0.0, 1.0); +uniform vec3 Offset = vec3(0.0, 0.0, 0.0); +uniform vec3 ColorScale = vec3(1.0, 1.0, 1.0); +uniform float Saturation = 1.8; + +void main() { + vec4 InTexel = texture2D(DiffuseSampler, texCoord); + + // Color Matrix + float RedValue = dot(InTexel.rgb, RedMatrix); + float GreenValue = dot(InTexel.rgb, GreenMatrix); + float BlueValue = dot(InTexel.rgb, BlueMatrix); + vec3 OutColor = vec3(RedValue, GreenValue, BlueValue); + + // Offset & Scale + OutColor = (OutColor * ColorScale) + Offset; + + // Saturation + float Luma = dot(OutColor, Gray); + vec3 Chroma = OutColor - Luma; + OutColor = (Chroma * Saturation) + Luma; + + gl_FragColor = vec4(OutColor, 1.0); +} diff --git a/1.8.9/assets/minecraft/shaders/program/color_convolve.json b/1.8.9/assets/minecraft/shaders/program/color_convolve.json new file mode 100644 index 00000000..e3a32c2d --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/program/color_convolve.json @@ -0,0 +1,25 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "color_convolve", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "Gray", "type": "float", "count": 3, "values": [ 0.3, 0.59, 0.11 ] }, + { "name": "RedMatrix", "type": "float", "count": 3, "values": [ 1.0, 0.0, 0.0 ] }, + { "name": "GreenMatrix", "type": "float", "count": 3, "values": [ 0.0, 1.0, 0.0 ] }, + { "name": "BlueMatrix", "type": "float", "count": 3, "values": [ 0.0, 0.0, 1.0 ] }, + { "name": "Offset", "type": "float", "count": 3, "values": [ 0.0, 0.0, 0.0 ] }, + { "name": "ColorScale", "type": "float", "count": 3, "values": [ 1.0, 1.0, 1.0 ] }, + { "name": "Saturation", "type": "float", "count": 1, "values": [ 1.8 ] } + ] +} diff --git a/1.8.9/assets/minecraft/shaders/program/deconverge.fsh b/1.8.9/assets/minecraft/shaders/program/deconverge.fsh new file mode 100644 index 00000000..26ef8cae --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/program/deconverge.fsh @@ -0,0 +1,28 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +uniform vec3 ConvergeX = vec3(-1.0, 0.0, 0.5); +uniform vec3 ConvergeY = vec3( 0.0, -1.0, 0.5); +uniform vec3 RadialConvergeX = vec3(1.0, 1.0, 1.0); +uniform vec3 RadialConvergeY = vec3(1.0, 1.0, 1.0); + +void main() { + vec3 CoordX = texCoord.x * RadialConvergeX; + vec3 CoordY = texCoord.y * RadialConvergeY; + + CoordX += ConvergeX * oneTexel.x - (RadialConvergeX - 1.0) * 0.5; + CoordY += ConvergeY * oneTexel.y - (RadialConvergeY - 1.0) * 0.5; + + float RedValue = texture2D(DiffuseSampler, vec2(CoordX.x, CoordY.x)).r; + float GreenValue = texture2D(DiffuseSampler, vec2(CoordX.y, CoordY.y)).g; + float BlueValue = texture2D(DiffuseSampler, vec2(CoordX.z, CoordY.z)).b; + float AlphaValue = texture2D(DiffuseSampler, texCoord).a; + + gl_FragColor = vec4(RedValue, GreenValue, BlueValue, 1.0); +} diff --git a/1.8.9/assets/minecraft/shaders/program/deconverge.json b/1.8.9/assets/minecraft/shaders/program/deconverge.json new file mode 100644 index 00000000..e23e9c56 --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/program/deconverge.json @@ -0,0 +1,22 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "deconverge", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "ConvergeX", "type": "float", "count": 3, "values": [ -4.0, 0.0, 2.0 ] }, + { "name": "ConvergeY", "type": "float", "count": 3, "values": [ 0.0, -4.0, 2.0 ] }, + { "name": "RadialConvergeX", "type": "float", "count": 3, "values": [ 1.0, 1.0, 1.0 ] }, + { "name": "RadialConvergeY", "type": "float", "count": 3, "values": [ 1.0, 1.0, 1.0 ] } + ] +} diff --git a/1.8.9/assets/minecraft/shaders/program/downscale.fsh b/1.8.9/assets/minecraft/shaders/program/downscale.fsh new file mode 100644 index 00000000..39734337 --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/program/downscale.fsh @@ -0,0 +1,17 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +void main() { + vec3 Texel0 = texture2D(DiffuseSampler, texCoord).rgb; + vec3 Texel1 = texture2D(DiffuseSampler, texCoord + vec2(oneTexel.x, 0.0)).rgb; + vec3 Texel2 = texture2D(DiffuseSampler, texCoord + vec2(0.0, oneTexel.y)).rgb; + vec3 Texel3 = texture2D(DiffuseSampler, texCoord + oneTexel).rgb; + + gl_FragColor = vec4((Texel0 + Texel1 + Texel2 + Texel3) * 0.25, 1.0); +} diff --git a/1.8.9/assets/minecraft/shaders/program/downscale.json b/1.8.9/assets/minecraft/shaders/program/downscale.json new file mode 100644 index 00000000..9099ec16 --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/program/downscale.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "downscale", + "fragment": "downscale", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.8.9/assets/minecraft/shaders/program/downscale.vsh b/1.8.9/assets/minecraft/shaders/program/downscale.vsh new file mode 100644 index 00000000..ec097594 --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/program/downscale.vsh @@ -0,0 +1,19 @@ +#version 120 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; +uniform vec2 OutSize; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + oneTexel = 1.0 / InSize; + texCoord = outPos.xy * 0.5 + 0.5; + texCoord.y = 1.0 - texCoord.y; +} diff --git a/1.8.9/assets/minecraft/shaders/program/entity_outline.json b/1.8.9/assets/minecraft/shaders/program/entity_outline.json new file mode 100644 index 00000000..d7c77631 --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/program/entity_outline.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "sobel", + "fragment": "entity_sobel", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.8.9/assets/minecraft/shaders/program/entity_sobel.fsh b/1.8.9/assets/minecraft/shaders/program/entity_sobel.fsh new file mode 100644 index 00000000..139c7050 --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/program/entity_sobel.fsh @@ -0,0 +1,21 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 center = texture2D(DiffuseSampler, texCoord); + vec4 left = texture2D(DiffuseSampler, texCoord - vec2(oneTexel.x, 0.0)); + vec4 right = texture2D(DiffuseSampler, texCoord + vec2(oneTexel.x, 0.0)); + vec4 up = texture2D(DiffuseSampler, texCoord - vec2(0.0, oneTexel.y)); + vec4 down = texture2D(DiffuseSampler, texCoord + vec2(0.0, oneTexel.y)); + float leftDiff = abs(center.a - left.a); + float rightDiff = abs(center.a - right.a); + float upDiff = abs(center.a - up.a); + float downDiff = abs(center.a - down.a); + float total = clamp(leftDiff + rightDiff + upDiff + downDiff, 0.0, 1.0); + vec3 outColor = center.rgb * center.a + left.rgb * left.a + right.rgb * right.a + up.rgb * up.a + down.rgb * down.a; + gl_FragColor = vec4(outColor * 0.2, total); +} diff --git a/1.8.9/assets/minecraft/shaders/program/flip.json b/1.8.9/assets/minecraft/shaders/program/flip.json new file mode 100644 index 00000000..b9c78f45 --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/program/flip.json @@ -0,0 +1,20 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "flip", + "fragment": "blit", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "ScreenSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "ColorModulate", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] } + ] +} diff --git a/1.8.9/assets/minecraft/shaders/program/flip.vsh b/1.8.9/assets/minecraft/shaders/program/flip.vsh new file mode 100644 index 00000000..bd0a4d35 --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/program/flip.vsh @@ -0,0 +1,22 @@ +#version 120 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; +uniform vec2 OutSize; +uniform vec2 ScreenSize; + +varying vec2 texCoord; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + vec2 inOutRatio = OutSize / InSize; + vec2 inScreenRatio = ScreenSize / InSize; + texCoord = Position.xy / OutSize; + texCoord.x = texCoord.x * inOutRatio.x; + texCoord.y = texCoord.y * inOutRatio.y; + texCoord.y -= 1.0 - inScreenRatio.y; +} diff --git a/1.8.9/assets/minecraft/shaders/program/fxaa.fsh b/1.8.9/assets/minecraft/shaders/program/fxaa.fsh new file mode 100644 index 00000000..3dbcfd4c --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/program/fxaa.fsh @@ -0,0 +1,84 @@ +#extension GL_EXT_gpu_shader4 : enable + +uniform sampler2D DiffuseSampler; +uniform vec2 OutSize; + +uniform float VxOffset; +uniform float SpanMax; +uniform float ReduceMul; + +varying vec2 texCoord; +varying vec4 posPos; + +#define FxaaTex(t, p) texture2D(t, p) + +#if __VERSION__ >= 130 + #define OffsetVec(a, b) ivec2(a, b) + #define FxaaTexOff(t, p, o, r) textureOffset(t, p, o) +#elif defined(GL_EXT_gpu_shader4) + #define OffsetVec(a, b) ivec2(a, b) + #define FxaaTexOff(t, p, o, r) texture2DLodOffset(t, p, 0.0, o) +#else + #define OffsetVec(a, b) vec2(a, b) + #define FxaaTexOff(t, p, o, r) texture2D(t, p + o * r) +#endif + +vec3 FxaaPixelShader( + vec4 posPos, // Output of FxaaVertexShader interpolated across screen. + sampler2D tex, // Input texture. + vec2 rcpFrame) // Constant {1.0/frameWidth, 1.0/frameHeight}. +{ + + #define FXAA_REDUCE_MIN (1.0/128.0) + //#define FXAA_REDUCE_MUL (1.0/8.0) + //#define FXAA_SPAN_MAX 8.0 + + vec3 rgbNW = FxaaTex(tex, posPos.zw).xyz; + vec3 rgbNE = FxaaTexOff(tex, posPos.zw, OffsetVec(1,0), rcpFrame.xy).xyz; + vec3 rgbSW = FxaaTexOff(tex, posPos.zw, OffsetVec(0,1), rcpFrame.xy).xyz; + vec3 rgbSE = FxaaTexOff(tex, posPos.zw, OffsetVec(1,1), rcpFrame.xy).xyz; + + vec3 rgbM = FxaaTex(tex, posPos.xy).xyz; + + vec3 luma = vec3(0.299, 0.587, 0.114); + float lumaNW = dot(rgbNW, luma); + float lumaNE = dot(rgbNE, luma); + float lumaSW = dot(rgbSW, luma); + float lumaSE = dot(rgbSE, luma); + float lumaM = dot(rgbM, luma); + + float lumaMin = min(lumaM, min(min(lumaNW, lumaNE), min(lumaSW, lumaSE))); + float lumaMax = max(lumaM, max(max(lumaNW, lumaNE), max(lumaSW, lumaSE))); + + vec2 dir; + dir.x = -((lumaNW + lumaNE) - (lumaSW + lumaSE)); + dir.y = ((lumaNW + lumaSW) - (lumaNE + lumaSE)); + + float dirReduce = max( + (lumaNW + lumaNE + lumaSW + lumaSE) * (0.25 * ReduceMul), + FXAA_REDUCE_MIN); + float rcpDirMin = 1.0/(min(abs(dir.x), abs(dir.y)) + dirReduce); + dir = min(vec2( SpanMax, SpanMax), + max(vec2(-SpanMax, -SpanMax), + dir * rcpDirMin)) * rcpFrame.xy; + + vec3 rgbA = (1.0/2.0) * ( + FxaaTex(tex, posPos.xy + dir * vec2(1.0/3.0 - 0.5)).xyz + + FxaaTex(tex, posPos.xy + dir * vec2(2.0/3.0 - 0.5)).xyz); + vec3 rgbB = rgbA * (1.0/2.0) + (1.0/4.0) * ( + FxaaTex(tex, posPos.xy + dir * vec2(0.0/3.0 - 0.5)).xyz + + FxaaTex(tex, posPos.xy + dir * vec2(3.0/3.0 - 0.5)).xyz); + + float lumaB = dot(rgbB, luma); + + if ((lumaB < lumaMin) || (lumaB > lumaMax)) { + return rgbA; + } else { + return rgbB; + } +} + +void main() { + vec4 baseTexel = texture2D(DiffuseSampler, posPos.xy); + gl_FragColor = vec4(FxaaPixelShader(posPos, DiffuseSampler, 1.0 / OutSize), 1.0); +} diff --git a/1.8.9/assets/minecraft/shaders/program/fxaa.json b/1.8.9/assets/minecraft/shaders/program/fxaa.json new file mode 100644 index 00000000..eb850732 --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/program/fxaa.json @@ -0,0 +1,20 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "fxaa", + "fragment": "fxaa", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "SpanMax", "type": "float", "count": 1, "values": [ 8.0 ] }, + { "name": "SubPixelShift", "type": "float", "count": 1, "values": [ 0.25 ] }, + { "name": "ReduceMul", "type": "float", "count": 1, "values": [ 0.125 ] } + ] +} diff --git a/1.8.9/assets/minecraft/shaders/program/fxaa.vsh b/1.8.9/assets/minecraft/shaders/program/fxaa.vsh new file mode 100644 index 00000000..9fe81eaf --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/program/fxaa.vsh @@ -0,0 +1,21 @@ +#version 120 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 OutSize; + +uniform float SubPixelShift; + +varying vec2 texCoord; +varying vec4 posPos; + +void main() { + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + texCoord = Position.xy / OutSize; + texCoord.y = 1.0 - texCoord.y; + posPos.xy = texCoord.xy; + posPos.zw = texCoord.xy - (1.0/OutSize * vec2(0.5 + SubPixelShift)); +} diff --git a/1.8.9/assets/minecraft/shaders/program/invert.fsh b/1.8.9/assets/minecraft/shaders/program/invert.fsh new file mode 100644 index 00000000..93365151 --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/program/invert.fsh @@ -0,0 +1,14 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; + +uniform float InverseAmount; + +void main(){ + vec4 diffuseColor = texture2D(DiffuseSampler, texCoord); + vec4 invertColor = 1.0 - diffuseColor; + vec4 outColor = mix(diffuseColor, invertColor, InverseAmount); + gl_FragColor = vec4(outColor.rgb, 1.0); +} diff --git a/1.8.9/assets/minecraft/shaders/program/invert.json b/1.8.9/assets/minecraft/shaders/program/invert.json new file mode 100644 index 00000000..f9ab649c --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/program/invert.json @@ -0,0 +1,19 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "blit", + "fragment": "invert", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "InverseAmount", "type": "float", "count": 1, "values": [ 0.0 ] } + ] +} diff --git a/1.8.9/assets/minecraft/shaders/program/invert.vsh b/1.8.9/assets/minecraft/shaders/program/invert.vsh new file mode 100644 index 00000000..5110ef53 --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/program/invert.vsh @@ -0,0 +1,20 @@ +#version 120 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; +uniform vec2 OutSize; + +varying vec2 texCoord; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + vec2 sizeRatio = OutSize / InSize; + texCoord = Position.xy / OutSize; + texCoord.x = texCoord.x * sizeRatio.x; + texCoord.y = texCoord.y * sizeRatio.y; + texCoord.y = sizeRatio.y - texCoord.y; +} diff --git a/1.8.9/assets/minecraft/shaders/program/notch.fsh b/1.8.9/assets/minecraft/shaders/program/notch.fsh new file mode 100644 index 00000000..c1293b1b --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/program/notch.fsh @@ -0,0 +1,23 @@ +#version 120 + +uniform sampler2D DiffuseSampler; +uniform sampler2D DitherSampler; + +varying vec2 texCoord; + +uniform vec2 InSize; + +void main() { + vec2 halfSize = InSize * 0.5; + + vec2 steppedCoord = texCoord; + steppedCoord.x = float(int(steppedCoord.x*halfSize.x)) / halfSize.x; + steppedCoord.y = float(int(steppedCoord.y*halfSize.y)) / halfSize.y; + + vec4 noise = texture2D(DitherSampler, steppedCoord * halfSize / 4.0); + vec4 col = texture2D(DiffuseSampler, steppedCoord) + noise * vec4(1.0/12.0, 1.0/12.0, 1.0/6.0, 1.0); + float r = float(int(col.r*8.0))/8.0; + float g = float(int(col.g*8.0))/8.0; + float b = float(int(col.b*4.0))/4.0; + gl_FragColor = vec4(r, g, b, 1.0); +} diff --git a/1.8.9/assets/minecraft/shaders/program/notch.json b/1.8.9/assets/minecraft/shaders/program/notch.json new file mode 100644 index 00000000..e6ff9a81 --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/program/notch.json @@ -0,0 +1,19 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "notch", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" }, + { "name": "DitherSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.8.9/assets/minecraft/shaders/program/ntsc_decode.fsh b/1.8.9/assets/minecraft/shaders/program/ntsc_decode.fsh new file mode 100644 index 00000000..389326fd --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/program/ntsc_decode.fsh @@ -0,0 +1,132 @@ +#version 120 + +uniform sampler2D DiffuseSampler; +uniform sampler2D BaseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +const vec4 Zero = vec4(0.0); +const vec4 One = vec4(1.0); + +const float Pi = 3.1415926535; +const float Pi2 = 6.283185307; + +const vec4 A2 = vec4(1.0); +const vec4 B = vec4(0.5); +const float P = 1.0; +const float CCFrequency = 3.59754545; +const float NotchWidth = 2.0; +const float NotchUpperFrequency = 3.59754545 + NotchWidth; +const float NotchLowerFrequency = 3.59754545 - NotchWidth; +const float YFrequency = 6.0; +const float IFrequency = 1.2; +const float QFrequency = 0.6; +const float ScanTime = 52.6; +const vec3 YIQ2R = vec3(1.0, 0.956, 0.621); +const vec3 YIQ2G = vec3(1.0, -0.272, -0.647); +const vec3 YIQ2B = vec3(1.0, -1.106, 1.703); +const vec4 MinC = vec4(-1.1183); +const vec4 CRange = vec4(3.2366); +const float Pi2Length = Pi2 / 83.0; +const vec4 NotchOffset = vec4(0.0, 1.0, 2.0, 3.0); +const vec4 W = vec4(Pi2 * CCFrequency * ScanTime); + +void main() { + vec4 YAccum = Zero; + vec4 IAccum = Zero; + vec4 QAccum = Zero; + float QuadXSize = InSize.x * 4.0; + float TimePerSample = ScanTime / QuadXSize; + + // Frequency cutoffs for the individual portions of the signal that we extract. + // Y1 and Y2 are the positive and negative frequency limits of the notch filter on Y. + // Y3 is the center of the frequency response of the Y filter. + // I is the center of the frequency response of the I filter. + // Q is the center of the frequency response of the Q filter. + float Fc_y1 = NotchLowerFrequency * TimePerSample; + float Fc_y2 = NotchUpperFrequency * TimePerSample; + float Fc_y3 = YFrequency * TimePerSample; + float Fc_i = IFrequency * TimePerSample; + float Fc_q = QFrequency * TimePerSample; + float Pi2Fc_y1 = Fc_y1 * Pi2; + float Pi2Fc_y2 = Fc_y2 * Pi2; + float Pi2Fc_y3 = Fc_y3 * Pi2; + float Pi2Fc_i = Fc_i * Pi2; + float Pi2Fc_q = Fc_q * Pi2; + float Fc_y1_2 = Fc_y1 * 2.0; + float Fc_y2_2 = Fc_y2 * 2.0; + float Fc_y3_2 = Fc_y3 * 2.0; + float Fc_i_2 = Fc_i * 2.0; + float Fc_q_2 = Fc_q * 2.0; + vec4 CoordY = vec4(texCoord.y); + + vec4 BaseTexel = texture2D(DiffuseSampler, texCoord); + // 83 composite samples wide, 4 composite pixels per texel + for (float n = -41.0; n < 42.0; n += 4.0) + { + vec4 n4 = n + NotchOffset; + vec4 CoordX = texCoord.x + oneTexel.x * n4 * 0.25; + vec2 TexCoord = vec2(CoordX.x, CoordY.y); + vec4 C = texture2D(DiffuseSampler, TexCoord) * CRange + MinC; + vec4 WT = W * (CoordX + A2 * CoordY * InSize.y + B); + vec4 Cosine = 0.54 + 0.46 * cos(Pi2Length * n4); + + vec4 SincYIn1 = Pi2Fc_y1 * n4; + vec4 SincYIn2 = Pi2Fc_y2 * n4; + vec4 SincYIn3 = Pi2Fc_y3 * n4; + vec4 SincY1 = sin(SincYIn1) / SincYIn1; + vec4 SincY2 = sin(SincYIn2) / SincYIn2; + vec4 SincY3 = sin(SincYIn3) / SincYIn3; + + // These zero-checks could be made more efficient, but we are trying to support + // downlevel GLSL + if(SincYIn1.x == 0.0) SincY1.x = 1.0; + if(SincYIn1.y == 0.0) SincY1.y = 1.0; + if(SincYIn1.z == 0.0) SincY1.z = 1.0; + if(SincYIn1.w == 0.0) SincY1.w = 1.0; + if(SincYIn2.x == 0.0) SincY2.x = 1.0; + if(SincYIn2.y == 0.0) SincY2.y = 1.0; + if(SincYIn2.z == 0.0) SincY2.z = 1.0; + if(SincYIn2.w == 0.0) SincY2.w = 1.0; + if(SincYIn3.x == 0.0) SincY3.x = 1.0; + if(SincYIn3.y == 0.0) SincY3.y = 1.0; + if(SincYIn3.z == 0.0) SincY3.z = 1.0; + if(SincYIn3.w == 0.0) SincY3.w = 1.0; + vec4 IdealY = (Fc_y1_2 * SincY1 - Fc_y2_2 * SincY2) + Fc_y3_2 * SincY3; + vec4 FilterY = Cosine * IdealY; + + vec4 SincIIn = Pi2Fc_i * n4; + vec4 SincI = sin(SincIIn) / SincIIn; + if(SincIIn.x == 0.0) SincI.x = 1.0; + if(SincIIn.y == 0.0) SincI.y = 1.0; + if(SincIIn.z == 0.0) SincI.z = 1.0; + if(SincIIn.w == 0.0) SincI.w = 1.0; + vec4 IdealI = Fc_i_2 * SincI; + vec4 FilterI = Cosine * IdealI; + + vec4 SincQIn = Pi2Fc_q * n4; + vec4 SincQ = sin(SincQIn) / SincQIn; + if(SincQIn.x == 0.0) SincQ.x = 1.0; + if(SincQIn.y == 0.0) SincQ.y = 1.0; + if(SincQIn.z == 0.0) SincQ.z = 1.0; + if(SincQIn.w == 0.0) SincQ.w = 1.0; + vec4 IdealQ = Fc_q_2 * SincQ; + vec4 FilterQ = Cosine * IdealQ; + + YAccum += C * FilterY; + IAccum += C * cos(WT) * FilterI; + QAccum += C * sin(WT) * FilterQ; + } + + float Y = dot(YAccum, One); + float I = dot(IAccum, One) * 2.0; + float Q = dot(QAccum, One) * 2.0; + + vec3 YIQ = vec3(Y, I, Q); + vec3 OutRGB = vec3(dot(YIQ, YIQ2R), dot(YIQ, YIQ2G), dot(YIQ, YIQ2B)); + + gl_FragColor = vec4(OutRGB, 1.0); +} diff --git a/1.8.9/assets/minecraft/shaders/program/ntsc_decode.json b/1.8.9/assets/minecraft/shaders/program/ntsc_decode.json new file mode 100644 index 00000000..28709230 --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/program/ntsc_decode.json @@ -0,0 +1,19 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "ntsc_decode", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" }, + { "name": "BaseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.8.9/assets/minecraft/shaders/program/ntsc_encode.fsh b/1.8.9/assets/minecraft/shaders/program/ntsc_encode.fsh new file mode 100644 index 00000000..450bc6d7 --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/program/ntsc_encode.fsh @@ -0,0 +1,50 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +const float Pi2 = 6.283185307; + +const vec4 A2 = vec4(1.0); +const vec4 B = vec4(0.5); +const float P = 1.0; +const float CCFrequency = 3.59754545; +const float ScanTime = 52.6; +const float Pi2ScanTime = Pi2 * ScanTime; +const vec4 YTransform = vec4(0.299, 0.587, 0.114, 0.0); +const vec4 ITransform = vec4(0.595716, -0.274453, -0.321263, 0.0); +const vec4 QTransform = vec4(0.211456, -0.522591, 0.31135, 0.0); +const vec4 MinC = vec4(-1.1183); +const vec4 InvCRange = vec4(1.0 / 3.2366); + +void main() { + vec2 InverseP = vec2(P, 0.0) * oneTexel; + + // UVs for four linearly-interpolated samples spread 0.25 texels apart + vec2 C0 = texCoord; + vec2 C1 = texCoord + InverseP * 0.25; + vec2 C2 = texCoord + InverseP * 0.50; + vec2 C3 = texCoord + InverseP * 0.75; + vec4 Cx = vec4(C0.x, C1.x, C2.x, C3.x); + vec4 Cy = vec4(C0.y, C1.y, C2.y, C3.y); + + vec4 Texel0 = texture2D(DiffuseSampler, C0); + vec4 Texel1 = texture2D(DiffuseSampler, C1); + vec4 Texel2 = texture2D(DiffuseSampler, C2); + vec4 Texel3 = texture2D(DiffuseSampler, C3); + + // Calculate the expected time of the sample. + vec4 T = A2 * Cy * vec4(InSize.y) + B + Cx; + vec4 W = vec4(Pi2ScanTime * CCFrequency); + vec4 TW = T * W; + vec4 Y = vec4(dot(Texel0, YTransform), dot(Texel1, YTransform), dot(Texel2, YTransform), dot(Texel3, YTransform)); + vec4 I = vec4(dot(Texel0, ITransform), dot(Texel1, ITransform), dot(Texel2, ITransform), dot(Texel3, ITransform)); + vec4 Q = vec4(dot(Texel0, QTransform), dot(Texel1, QTransform), dot(Texel2, QTransform), dot(Texel3, QTransform)); + + vec4 Encoded = Y + I * cos(TW) + Q * sin(TW); + gl_FragColor = (Encoded - MinC) * InvCRange; +} diff --git a/1.8.9/assets/minecraft/shaders/program/ntsc_encode.json b/1.8.9/assets/minecraft/shaders/program/ntsc_encode.json new file mode 100644 index 00000000..2cda4dff --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/program/ntsc_encode.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "ntsc_encode", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.8.9/assets/minecraft/shaders/program/outline.fsh b/1.8.9/assets/minecraft/shaders/program/outline.fsh new file mode 100644 index 00000000..5ef504db --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/program/outline.fsh @@ -0,0 +1,21 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 center = texture2D(DiffuseSampler, texCoord); + vec4 up = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y)); + vec4 down = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0)); + vec4 left = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0)); + vec4 right = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y)); + vec4 uDiff = center - up; + vec4 dDiff = center - down; + vec4 lDiff = center - left; + vec4 rDiff = center - right; + vec4 sum = uDiff + dDiff + lDiff + rDiff; + vec3 clamped = clamp(center.rgb - sum.rgb, 0.0, 1.0); + gl_FragColor = vec4(clamped, 1.0); +} diff --git a/1.8.9/assets/minecraft/shaders/program/outline.json b/1.8.9/assets/minecraft/shaders/program/outline.json new file mode 100644 index 00000000..7d41382b --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/program/outline.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "outline", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.8.9/assets/minecraft/shaders/program/outline_combine.fsh b/1.8.9/assets/minecraft/shaders/program/outline_combine.fsh new file mode 100644 index 00000000..3edb9354 --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/program/outline_combine.fsh @@ -0,0 +1,13 @@ +#version 120 + +uniform sampler2D DiffuseSampler; +uniform sampler2D OutlineSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 diffuseTexel = texture2D(DiffuseSampler, texCoord); + vec4 outlineTexel = texture2D(OutlineSampler, texCoord); + gl_FragColor = vec4(diffuseTexel.rgb + diffuseTexel.rgb * outlineTexel.rgb * vec3(0.75), 1.0); +} diff --git a/1.8.9/assets/minecraft/shaders/program/outline_combine.json b/1.8.9/assets/minecraft/shaders/program/outline_combine.json new file mode 100644 index 00000000..d52f4a3d --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/program/outline_combine.json @@ -0,0 +1,19 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "outline_combine", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" }, + { "name": "OutlineSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.8.9/assets/minecraft/shaders/program/outline_soft.fsh b/1.8.9/assets/minecraft/shaders/program/outline_soft.fsh new file mode 100644 index 00000000..40536b51 --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/program/outline_soft.fsh @@ -0,0 +1,46 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform float LumaRamp; +uniform float LumaLevel; + +void main(){ + vec4 center = texture2D(DiffuseSampler, texCoord); + vec4 up = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y)); + vec4 up2 = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y) * 2.0); + vec4 down = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0)); + vec4 down2 = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0) * 2.0); + vec4 left = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0)); + vec4 left2 = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0) * 2.0); + vec4 right = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y)); + vec4 right2 = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y) * 2.0); + vec4 uDiff = abs(center - up); + vec4 dDiff = abs(center - down); + vec4 lDiff = abs(center - left); + vec4 rDiff = abs(center - right); + vec4 u2Diff = abs(center - up2); + vec4 d2Diff = abs(center - down2); + vec4 l2Diff = abs(center - left2); + vec4 r2Diff = abs(center - right2); + vec4 sum = uDiff + dDiff + lDiff + rDiff + u2Diff + d2Diff + l2Diff + r2Diff; + vec4 gray = vec4(0.3, 0.59, 0.11, 0.0); + float sumLuma = 1.0 - dot(clamp(sum, 0.0, 1.0), gray); + + // Get luminance of center pixel and adjust + float centerLuma = dot(center + (center - pow(center, vec4(LumaRamp))), gray); + + // Quantize the luma value + centerLuma = centerLuma - fract(centerLuma * LumaLevel) / LumaLevel; + + // Re-scale to full range + centerLuma = centerLuma * (LumaLevel / (LumaLevel - 1.0)); + + // Blend with outline + centerLuma = centerLuma * sumLuma; + + gl_FragColor = vec4(centerLuma, centerLuma, centerLuma, 1.0); +} diff --git a/1.8.9/assets/minecraft/shaders/program/outline_soft.json b/1.8.9/assets/minecraft/shaders/program/outline_soft.json new file mode 100644 index 00000000..c58bb5d9 --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/program/outline_soft.json @@ -0,0 +1,20 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "outline_soft", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "LumaRamp", "type": "float", "count": 1, "values": [ 16.0 ] }, + { "name": "LumaLevel", "type": "float", "count": 1, "values": [ 4.0 ] } + ] +} diff --git a/1.8.9/assets/minecraft/shaders/program/outline_watercolor.fsh b/1.8.9/assets/minecraft/shaders/program/outline_watercolor.fsh new file mode 100644 index 00000000..997e18a1 --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/program/outline_watercolor.fsh @@ -0,0 +1,41 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform float LumaRamp; + +void main(){ + vec4 center = texture2D(DiffuseSampler, texCoord); + vec4 up = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y)); + vec4 up2 = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y) * 2.0); + vec4 down = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0)); + vec4 down2 = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0) * 2.0); + vec4 left = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0)); + vec4 left2 = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0) * 2.0); + vec4 right = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y)); + vec4 right2 = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y) * 2.0); + vec4 ul = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, -oneTexel.y)); + vec4 ur = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, -oneTexel.y)); + vec4 bl = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, oneTexel.y)); + vec4 br = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, oneTexel.y)); + vec4 gray = vec4(0.3, 0.59, 0.11, 0.0); + float uDiff = dot(abs(center - up), gray); + float dDiff = dot(abs(center - down), gray); + float lDiff = dot(abs(center - left), gray); + float rDiff = dot(abs(center - right), gray); + float u2Diff = dot(abs(center - up2), gray); + float d2Diff = dot(abs(center - down2), gray); + float l2Diff = dot(abs(center - left2), gray); + float r2Diff = dot(abs(center - right2), gray); + float ulDiff = dot(abs(center - ul), gray); + float urDiff = dot(abs(center - ur), gray); + float blDiff = dot(abs(center - bl), gray); + float brDiff = dot(abs(center - br), gray); + float sum = uDiff + dDiff + lDiff + rDiff + u2Diff + d2Diff + l2Diff + r2Diff + ulDiff + urDiff + blDiff + brDiff; + float sumLuma = clamp(sum, 0.0, 1.0); + + gl_FragColor = vec4(sumLuma, sumLuma, sumLuma, 1.0); +} diff --git a/1.8.9/assets/minecraft/shaders/program/outline_watercolor.json b/1.8.9/assets/minecraft/shaders/program/outline_watercolor.json new file mode 100644 index 00000000..29543528 --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/program/outline_watercolor.json @@ -0,0 +1,19 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "outline_watercolor", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "LumaRamp", "type": "float", "count": 1, "values": [ 16.0 ] } + ] +} diff --git a/1.8.9/assets/minecraft/shaders/program/overlay.fsh b/1.8.9/assets/minecraft/shaders/program/overlay.fsh new file mode 100644 index 00000000..815279a6 --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/program/overlay.fsh @@ -0,0 +1,27 @@ +#version 120 + +uniform sampler2D DiffuseSampler; +uniform sampler2D OverlaySampler; + +uniform vec2 InSize; + +varying vec2 texCoord; + +uniform float MosaicSize = 1.0; +uniform vec3 RedMatrix = vec3(1.0, 0.0, 0.0); +uniform vec3 GreenMatrix = vec3(0.0, 1.0, 0.0); +uniform vec3 BlueMatrix = vec3(0.0, 0.0, 1.0); + +void main(){ + vec2 mosaicInSize = InSize / MosaicSize; + vec2 fractPix = fract(texCoord * mosaicInSize) / mosaicInSize; + + vec4 baseTexel = texture2D(DiffuseSampler, texCoord - fractPix); + float red = dot(baseTexel.rgb, RedMatrix); + float green = dot(baseTexel.rgb, GreenMatrix); + float blue = dot(baseTexel.rgb, BlueMatrix); + + vec4 overlayTexel = texture2D(OverlaySampler, vec2(texCoord.x, 1.0 - texCoord.y)); + overlayTexel.a = 1.0; + gl_FragColor = mix(vec4(red, green, blue, 1.0), overlayTexel, overlayTexel.a); +} diff --git a/1.8.9/assets/minecraft/shaders/program/overlay.json b/1.8.9/assets/minecraft/shaders/program/overlay.json new file mode 100644 index 00000000..ceb8d0fc --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/program/overlay.json @@ -0,0 +1,23 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "blit", + "fragment": "overlay", + "attributes": [ "Position" ], + "samplers": [ + { "name": "OverlaySampler" }, + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "MosaicSize", "type": "float", "count": 1, "values": [ 1.0 ] }, + { "name": "RedMatrix", "type": "float", "count": 3, "values": [ 1.0, 0.0, 0.0 ] }, + { "name": "GreenMatrix", "type": "float", "count": 3, "values": [ 0.0, 1.0, 1.0 ] }, + { "name": "BlueMatrix", "type": "float", "count": 3, "values": [ 0.0, 0.0, 1.0 ] } + ] +} diff --git a/1.8.9/assets/minecraft/shaders/program/phosphor.fsh b/1.8.9/assets/minecraft/shaders/program/phosphor.fsh new file mode 100644 index 00000000..f86a270c --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/program/phosphor.fsh @@ -0,0 +1,19 @@ +#version 120 + +uniform sampler2D DiffuseSampler; +uniform sampler2D PrevSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +uniform vec3 Phosphor = vec3(0.7, 0.7, 0.7); +uniform float LerpFactor = 1.0; + +void main() { + vec4 CurrTexel = texture2D(DiffuseSampler, texCoord); + vec4 PrevTexel = texture2D(PrevSampler, texCoord); + + gl_FragColor = vec4(max(PrevTexel.rgb * Phosphor, CurrTexel.rgb), 1.0); +} diff --git a/1.8.9/assets/minecraft/shaders/program/phosphor.json b/1.8.9/assets/minecraft/shaders/program/phosphor.json new file mode 100644 index 00000000..c3a01f2d --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/program/phosphor.json @@ -0,0 +1,20 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "phosphor", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" }, + { "name": "PrevSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "Phosphor", "type": "float", "count": 3, "values": [ 0.3, 0.3, 0.3 ] } + ] +} diff --git a/1.8.9/assets/minecraft/shaders/program/rotscale.vsh b/1.8.9/assets/minecraft/shaders/program/rotscale.vsh new file mode 100644 index 00000000..81b03a19 --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/program/rotscale.vsh @@ -0,0 +1,31 @@ +#version 120 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; +uniform vec2 OutSize; + +uniform vec2 InScale; +uniform vec2 InOffset; +uniform float InRotation; +uniform float Time; + +varying vec2 texCoord; +varying vec2 scaledCoord; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + texCoord = Position.xy / OutSize; + texCoord.y = 1.0 - texCoord.y; + + float Deg2Rad = 0.0174532925; + float InRadians = InRotation * Deg2Rad; + float Cosine = cos(InRadians); + float Sine = sin(InRadians); + float RotU = texCoord.x * Cosine - texCoord.y * Sine; + float RotV = texCoord.y * Cosine + texCoord.x * Sine; + scaledCoord = vec2(RotU, RotV) * InScale + InOffset; +} diff --git a/1.8.9/assets/minecraft/shaders/program/scan_pincushion.fsh b/1.8.9/assets/minecraft/shaders/program/scan_pincushion.fsh new file mode 100644 index 00000000..2aef0d7e --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/program/scan_pincushion.fsh @@ -0,0 +1,64 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +const vec4 Zero = vec4(0.0); +const vec4 Half = vec4(0.5); +const vec4 One = vec4(1.0); +const vec4 Two = vec4(2.0); + +const float Pi = 3.1415926535; +const float PincushionAmount = 0.02; +const float CurvatureAmount = 0.02; +const float ScanlineAmount = 0.8; +const float ScanlineScale = 1.0; +const float ScanlineHeight = 1.0; +const float ScanlineBrightScale = 1.0; +const float ScanlineBrightOffset = 0.0; +const float ScanlineOffset = 0.0; +const vec3 Floor = vec3(0.05, 0.05, 0.05); +const vec3 Power = vec3(0.8, 0.8, 0.8); + +void main() { + vec4 InTexel = texture2D(DiffuseSampler, texCoord); + + vec2 PinUnitCoord = texCoord * Two.xy - One.xy; + float PincushionR2 = pow(length(PinUnitCoord), 2.0); + vec2 PincushionCurve = PinUnitCoord * PincushionAmount * PincushionR2; + vec2 ScanCoord = texCoord; + + ScanCoord *= One.xy - PincushionAmount * 0.2; + ScanCoord += PincushionAmount * 0.1; + ScanCoord += PincushionCurve; + + vec2 CurvatureClipCurve = PinUnitCoord * CurvatureAmount * PincushionR2; + vec2 ScreenClipCoord = texCoord; + ScreenClipCoord -= Half.xy; + ScreenClipCoord *= One.xy - CurvatureAmount * 0.2; + ScreenClipCoord += Half.xy; + ScreenClipCoord += CurvatureClipCurve; + + // -- Alpha Clipping -- + if (ScanCoord.x < 0.0) discard; + if (ScanCoord.y < 0.0) discard; + if (ScanCoord.x > 1.0) discard; + if (ScanCoord.y > 1.0) discard; + + // -- Scanline Simulation -- + float InnerSine = ScanCoord.y * InSize.y * ScanlineScale * 0.25; + float ScanBrightMod = sin(InnerSine * Pi + ScanlineOffset * InSize.y * 0.25); + float ScanBrightness = mix(1.0, (pow(ScanBrightMod * ScanBrightMod, ScanlineHeight) * ScanlineBrightScale + 1.0) * 0.5, ScanlineAmount); + vec3 ScanlineTexel = InTexel.rgb * ScanBrightness; + + // -- Color Compression (increasing the floor of the signal without affecting the ceiling) -- + ScanlineTexel = Floor + (One.xyz - Floor) * ScanlineTexel; + + ScanlineTexel.rgb = pow(ScanlineTexel.rgb, Power); + + gl_FragColor = vec4(ScanlineTexel.rgb, 1.0); +} diff --git a/1.8.9/assets/minecraft/shaders/program/scan_pincushion.json b/1.8.9/assets/minecraft/shaders/program/scan_pincushion.json new file mode 100644 index 00000000..9c7f9a3d --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/program/scan_pincushion.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "scan_pincushion", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.8.9/assets/minecraft/shaders/program/sobel.fsh b/1.8.9/assets/minecraft/shaders/program/sobel.fsh new file mode 100644 index 00000000..6ed6b147 --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/program/sobel.fsh @@ -0,0 +1,20 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 center = texture2D(DiffuseSampler, texCoord); + vec4 left = texture2D(DiffuseSampler, texCoord - vec2(oneTexel.x, 0.0)); + vec4 right = texture2D(DiffuseSampler, texCoord + vec2(oneTexel.x, 0.0)); + vec4 up = texture2D(DiffuseSampler, texCoord - vec2(0.0, oneTexel.y)); + vec4 down = texture2D(DiffuseSampler, texCoord + vec2(0.0, oneTexel.y)); + vec4 leftDiff = center - left; + vec4 rightDiff = center - right; + vec4 upDiff = center - up; + vec4 downDiff = center - down; + vec4 total = clamp(leftDiff + rightDiff + upDiff + downDiff, 0.0, 1.0); + gl_FragColor = vec4(total.rgb, 1.0); +} diff --git a/1.8.9/assets/minecraft/shaders/program/sobel.json b/1.8.9/assets/minecraft/shaders/program/sobel.json new file mode 100644 index 00000000..dc2fc17b --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/program/sobel.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "sobel", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.8.9/assets/minecraft/shaders/program/sobel.vsh b/1.8.9/assets/minecraft/shaders/program/sobel.vsh new file mode 100644 index 00000000..21b17369 --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/program/sobel.vsh @@ -0,0 +1,20 @@ +#version 120 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; +uniform vec2 OutSize; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + oneTexel = 1.0 / InSize; + + texCoord = Position.xy / OutSize; + texCoord.y = 1.0 - texCoord.y; +} diff --git a/1.8.9/assets/minecraft/shaders/program/spider.json b/1.8.9/assets/minecraft/shaders/program/spider.json new file mode 100644 index 00000000..3a47688e --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/program/spider.json @@ -0,0 +1,25 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "rotscale", + "fragment": "spiderclip", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" }, + { "name": "BlurSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "InScale", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "InOffset", "type": "float", "count": 2, "values": [ 0.0, 0.0 ] }, + { "name": "InRotation", "type": "float", "count": 1, "values": [ 0.0 ] }, + { "name": "Time", "type": "float", "count": 1, "values": [ 0.0 ] }, + { "name": "Scissor", "type": "float", "count": 4, "values": [ 0.0, 0.0, 1.0, 1.0 ] }, + { "name": "Vignette", "type": "float", "count": 4, "values": [ 0.0, 0.0, 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.8.9/assets/minecraft/shaders/program/spiderclip.fsh b/1.8.9/assets/minecraft/shaders/program/spiderclip.fsh new file mode 100644 index 00000000..f53979ca --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/program/spiderclip.fsh @@ -0,0 +1,31 @@ +#version 120 + +uniform sampler2D DiffuseSampler; +uniform sampler2D BlurSampler; + +varying vec2 texCoord; +varying vec2 scaledCoord; + +uniform vec2 InSize; +uniform vec4 Scissor; +uniform vec4 Vignette; + +void main() { + vec4 ScaledTexel = texture2D(DiffuseSampler, scaledCoord); + vec4 BlurTexel = texture2D(BlurSampler, texCoord); + vec4 OutTexel = ScaledTexel; + + // -- Alpha Clipping -- + if (scaledCoord.x < Scissor.x) OutTexel = BlurTexel; + if (scaledCoord.y < Scissor.y) OutTexel = BlurTexel; + if (scaledCoord.x > Scissor.z) OutTexel = BlurTexel; + if (scaledCoord.y > Scissor.w) OutTexel = BlurTexel; + + clamp(scaledCoord, 0.0, 1.0); + + if (scaledCoord.x < Vignette.x) OutTexel = mix(BlurTexel, OutTexel, (Scissor.x - scaledCoord.x) / (Scissor.x - Vignette.x)); + if (scaledCoord.y < Vignette.y) OutTexel = mix(BlurTexel, OutTexel, (Scissor.y - scaledCoord.y) / (Scissor.y - Vignette.y)); + if (scaledCoord.x > Vignette.z) OutTexel = mix(BlurTexel, OutTexel, (Scissor.z - scaledCoord.x) / (Scissor.z - Vignette.z)); + if (scaledCoord.y > Vignette.w) OutTexel = mix(BlurTexel, OutTexel, (Scissor.w - scaledCoord.y) / (Scissor.w - Vignette.w)); + gl_FragColor = vec4(OutTexel.rgb, 1.0); +} diff --git a/1.8.9/assets/minecraft/shaders/program/wobble.fsh b/1.8.9/assets/minecraft/shaders/program/wobble.fsh new file mode 100644 index 00000000..9a175403 --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/program/wobble.fsh @@ -0,0 +1,58 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +uniform float Time; +uniform vec2 Frequency; +uniform vec2 WobbleAmount; + +vec3 hue(float h) +{ + float r = abs(h * 6.0 - 3.0) - 1.0; + float g = 2 - abs(h * 6.0 - 2.0); + float b = 2 - abs(h * 6.0 - 4.0); + return clamp(vec3(r,g,b), 0.0, 1.0); +} + +vec3 HSVtoRGB(vec3 hsv) { + return ((hue(hsv.x) - 1.0) * hsv.y + 1.0) * hsv.z; +} + +vec3 RGBtoHSV(vec3 rgb) { + vec3 hsv = vec3(0.0); + hsv.z = max(rgb.r, max(rgb.g, rgb.b)); + float min = min(rgb.r, min(rgb.g, rgb.b)); + float c = hsv.z - min; + + if (c != 0) + { + hsv.y = c / hsv.z; + vec3 delta = (hsv.z - rgb) / c; + delta.rgb -= delta.brg; + delta.rg += vec2(2.0, 4.0); + if (rgb.r >= hsv.z) { + hsv.x = delta.b; + } else if (rgb.g >= hsv.z) { + hsv.x = delta.r; + } else { + hsv.x = delta.g; + } + hsv.x = fract(hsv.x / 6.0); + } + return hsv; +} + +void main() { + float xOffset = sin(texCoord.y * Frequency.x + Time * 3.1415926535 * 2.0) * WobbleAmount.x; + float yOffset = cos(texCoord.x * Frequency.y + Time * 3.1415926535 * 2.0) * WobbleAmount.y; + vec2 offset = vec2(xOffset, yOffset); + vec4 rgb = texture2D(DiffuseSampler, texCoord + offset); + vec3 hsv = RGBtoHSV(rgb.rgb); + hsv.x = fract(hsv.x + Time); + gl_FragColor = vec4(HSVtoRGB(hsv), 1.0); +} diff --git a/1.8.9/assets/minecraft/shaders/program/wobble.json b/1.8.9/assets/minecraft/shaders/program/wobble.json new file mode 100644 index 00000000..d8e9945a --- /dev/null +++ b/1.8.9/assets/minecraft/shaders/program/wobble.json @@ -0,0 +1,21 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "wobble", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "Time", "type": "float", "count": 1, "values": [ 0.0 ] }, + { "name": "Frequency", "type": "float", "count": 2, "values": [ 512.0, 288.0 ] }, + { "name": "WobbleAmount", "type": "float", "count": 2, "values": [ 0.002, 0.002 ] } + ] +} diff --git a/1.8.9/assets/minecraft/texts/credits.txt b/1.8.9/assets/minecraft/texts/credits.txt new file mode 100644 index 00000000..cd27b730 --- /dev/null +++ b/1.8.9/assets/minecraft/texts/credits.txt @@ -0,0 +1,68 @@ +[C]§f=============== +[C]§eMinecraft Credits +[C]§f=============== + +§7Created by: +§f Markus Persson + +§7Game design, programming and graphics: +§f Markus Persson +§f Jens Bergensten +§f Nathan Adams +§f Ryan Holtz +§f Michael Stoyke + +§7Programming: +§f Erik Broes + +§7Music and sound: +§f Daniel Rosenfeld + +§7Ingame artwork and paintings: +§f Kristoffer Zetterstrand + +§7End game narrative: +§f Julian Gough + +§7Website development: +§f Tobias Möllstam +§f Daniel Frisk +§f Leonard Axelsson +§f Jens Bergensten +§f Markus Persson + +§7Logo and promotional artwork: +§f Markus Toivonen + +§7Business and administration: +§f Carl Manneh +§f Daniel Kaplan + +§7Director of fun: +§f Lydia Winters + +§7Number crunching and statistics: +§f Patrick Geuder + +§7Additional programming: +§f Paul Spooner +§f Ryan 'Scaevolus' Hitchman +§f Elliot 'Hippoplatimus' Segal + +§7Developers of Mo' Creatures (horses etc): +§f John Olarte (DrZhark) +§f Kent Christian Jensen +§f Dan Roque + +§7Technologies used: +§f Java by Oracle +§f LWJGL by many talented people +§f "3d Sound System" by Paul Lamb +§f JOrbis by JCraft + + + + + + +§f"Twenty years from now you will be more disappointed by the things that you didn't do than by the ones you did do. So throw off the bowlines. Sail away from the safe harbor. Catch the trade winds in your sails. Explore. Dream. Discover." §7- Unknown \ No newline at end of file diff --git a/1.8.9/assets/minecraft/texts/end.txt b/1.8.9/assets/minecraft/texts/end.txt new file mode 100644 index 00000000..72775248 --- /dev/null +++ b/1.8.9/assets/minecraft/texts/end.txt @@ -0,0 +1,151 @@ +§3I see the player you mean. + +§2PLAYERNAME? + +§3Yes. Take care. It has reached a higher level now. It can read our thoughts. + +§2That doesn't matter. It thinks we are part of the game. + +§3I like this player. It played well. It did not give up. + +§2It is reading our thoughts as though they were words on a screen. + +§3That is how it chooses to imagine many things, when it is deep in the dream of a game. + +§2Words make a wonderful interface. Very flexible. And less terrifying than staring at the reality behind the screen. + +§3They used to hear voices. Before players could read. Back in the days when those who did not play called the players witches, and warlocks. And players dreamed they flew through the air, on sticks powered by demons. + +§2What did this player dream? + +§3This player dreamed of sunlight and trees. Of fire and water. It dreamed it created. And it dreamed it destroyed. It dreamed it hunted, and was hunted. It dreamed of shelter. + +§2Hah, the original interface. A million years old, and it still works. But what true structure did this player create, in the reality behind the screen? + +§3It worked, with a million others, to sculpt a true world in a fold of the §f§k§a§b§3, and created a §f§k§a§b§3 for §f§k§a§b§3, in the §f§k§a§b§3. + +§2It cannot read that thought. + +§3No. It has not yet achieved the highest level. That, it must achieve in the long dream of life, not the short dream of a game. + +§2Does it know that we love it? That the universe is kind? + +§3Sometimes, through the noise of its thoughts, it hears the universe, yes. + +§2But there are times it is sad, in the long dream. It creates worlds that have no summer, and it shivers under a black sun, and it takes its sad creation for reality. + +§3To cure it of sorrow would destroy it. The sorrow is part of its own private task. We cannot interfere. + +§2Sometimes when they are deep in dreams, I want to tell them, they are building true worlds in reality. Sometimes I want to tell them of their importance to the universe. Sometimes, when they have not made a true connection in a while, I want to help them to speak the word they fear. + +§3It reads our thoughts. + +§2Sometimes I do not care. Sometimes I wish to tell them, this world you take for truth is merely §f§k§a§b§2 and §f§k§a§b§2, I wish to tell them that they are §f§k§a§b§2 in the §f§k§a§b§2. They see so little of reality, in their long dream. + +§3And yet they play the game. + +§2But it would be so easy to tell them... + +§3Too strong for this dream. To tell them how to live is to prevent them living. + +§2I will not tell the player how to live. + +§3The player is growing restless. + +§2I will tell the player a story. + +§3But not the truth. + +§2No. A story that contains the truth safely, in a cage of words. Not the naked truth that can burn over any distance. + +§3Give it a body, again. + +§2Yes. Player... + +§3Use its name. + +§2PLAYERNAME. Player of games. + +§3Good. + +§2Take a breath, now. Take another. Feel air in your lungs. Let your limbs return. Yes, move your fingers. Have a body again, under gravity, in air. Respawn in the long dream. There you are. Your body touching the universe again at every point, as though you were separate things. As though we were separate things. + +§3Who are we? Once we were called the spirit of the mountain. Father sun, mother moon. Ancestral spirits, animal spirits. Jinn. Ghosts. The green man. Then gods, demons. Angels. Poltergeists. Aliens, extraterrestrials. Leptons, quarks. The words change. We do not change. + +§2We are the universe. We are everything you think isn't you. You are looking at us now, through your skin and your eyes. And why does the universe touch your skin, and throw light on you? To see you, player. To know you. And to be known. I shall tell you a story. + +§2Once upon a time, there was a player. + +§3The player was you, PLAYERNAME. + +§2Sometimes it thought itself human, on the thin crust of a spinning globe of molten rock. The ball of molten rock circled a ball of blazing gas that was three hundred and thirty thousand times more massive than it. They were so far apart that light took eight minutes to cross the gap. The light was information from a star, and it could burn your skin from a hundred and fifty million kilometres away. + +§2Sometimes the player dreamed it was a miner, on the surface of a world that was flat, and infinite. The sun was a square of white. The days were short; there was much to do; and death was a temporary inconvenience. + +§3Sometimes the player dreamed it was lost in a story. + +§2Sometimes the player dreamed it was other things, in other places. Sometimes these dreams were disturbing. Sometimes very beautiful indeed. Sometimes the player woke from one dream into another, then woke from that into a third. + +§3Sometimes the player dreamed it watched words on a screen. + +§2Let's go back. + +§2The atoms of the player were scattered in the grass, in the rivers, in the air, in the ground. A woman gathered the atoms; she drank and ate and inhaled; and the woman assembled the player, in her body. + +§2And the player awoke, from the warm, dark world of its mother's body, into the long dream. + +§2And the player was a new story, never told before, written in letters of DNA. And the player was a new program, never run before, generated by a sourcecode a billion years old. And the player was a new human, never alive before, made from nothing but milk and love. + +§3You are the player. The story. The program. The human. Made from nothing but milk and love. + +§2Let's go further back. + +§2The seven billion billion billion atoms of the player's body were created, long before this game, in the heart of a star. So the player, too, is information from a star. And the player moves through a story, which is a forest of information planted by a man called Julian, on a flat, infinite world created by a man called Markus, that exists inside a small, private world created by the player, who inhabits a universe created by... + +§3Shush. Sometimes the player created a small, private world that was soft and warm and simple. Sometimes hard, and cold, and complicated. Sometimes it built a model of the universe in its head; flecks of energy, moving through vast empty spaces. Sometimes it called those flecks "electrons" and "protons". + +§2Sometimes it called them "planets" and "stars". + +§2Sometimes it believed it was in a universe that was made of energy that was made of offs and ons; zeros and ones; lines of code. Sometimes it believed it was playing a game. Sometimes it believed it was reading words on a screen. + +§3You are the player, reading words... + +§2Shush... Sometimes the player read lines of code on a screen. Decoded them into words; decoded words into meaning; decoded meaning into feelings, emotions, theories, ideas, and the player started to breathe faster and deeper and realised it was alive, it was alive, those thousand deaths had not been real, the player was alive + +§3You. You. You are alive. + +§2and sometimes the player believed the universe had spoken to it through the sunlight that came through the shuffling leaves of the summer trees + +§3and sometimes the player believed the universe had spoken to it through the light that fell from the crisp night sky of winter, where a fleck of light in the corner of the player's eye might be a star a million times as massive as the sun, boiling its planets to plasma in order to be visible for a moment to the player, walking home at the far side of the universe, suddenly smelling food, almost at the familiar door, about to dream again + +§2and sometimes the player believed the universe had spoken to it through the zeros and ones, through the electricity of the world, through the scrolling words on a screen at the end of a dream + +§3and the universe said I love you + +§2and the universe said you have played the game well + +§3and the universe said everything you need is within you + +§2and the universe said you are stronger than you know + +§3and the universe said you are the daylight + +§2and the universe said you are the night + +§3and the universe said the darkness you fight is within you + +§2and the universe said the light you seek is within you + +§3and the universe said you are not alone + +§2and the universe said you are not separate from every other thing + +§3and the universe said you are the universe tasting itself, talking to itself, reading its own code + +§2and the universe said I love you because you are love. + +§3And the game was over and the player woke up from the dream. And the player began a new dream. And the player dreamed again, dreamed better. And the player was the universe. And the player was love. + +§3You are the player. + +§2Wake up. diff --git a/1.8.9/assets/minecraft/texts/splashes.txt b/1.8.9/assets/minecraft/texts/splashes.txt new file mode 100644 index 00000000..0cfa9543 --- /dev/null +++ b/1.8.9/assets/minecraft/texts/splashes.txt @@ -0,0 +1,359 @@ +As seen on TV! +Awesome! +100% pure! +May contain nuts! +Better than Prey! +More polygons! +Sexy! +Limited edition! +Flashing letters! +Made by Notch! +It's here! +Best in class! +It's finished! +Kind of dragon free! +Excitement! +More than 500 sold! +One of a kind! +Heaps of hits on YouTube! +Indev! +Spiders everywhere! +Check it out! +Holy cow, man! +It's a game! +Made in Sweden! +Uses LWJGL! +Reticulating splines! +Minecraft! +Yaaay! +Singleplayer! +Keyboard compatible! +Undocumented! +Ingots! +Exploding creepers! +That's no moon! +l33t! +Create! +Survive! +Dungeon! +Exclusive! +The bee's knees! +Down with O.P.P.! +Closed source! +Classy! +Wow! +Not on steam! +Oh man! +Awesome community! +Pixels! +Teetsuuuuoooo! +Kaaneeeedaaaa! +Now with difficulty! +Enhanced! +90% bug free! +Pretty! +12 herbs and spices! +Fat free! +Absolutely no memes! +Free dental! +Ask your doctor! +Minors welcome! +Cloud computing! +Legal in Finland! +Hard to label! +Technically good! +Bringing home the bacon! +Indie! +GOTY! +Ceci n'est pas une title screen! +Euclidian! +Now in 3D! +Inspirational! +Herregud! +Complex cellular automata! +Yes, sir! +Played by cowboys! +OpenGL 2.1 (if supported)! +Thousands of colors! +Try it! +Age of Wonders is better! +Try the mushroom stew! +Sensational! +Hot tamale, hot hot tamale! +Play him off, keyboard cat! +Guaranteed! +Macroscopic! +Bring it on! +Random splash! +Call your mother! +Monster infighting! +Loved by millions! +Ultimate edition! +Freaky! +You've got a brand new key! +Water proof! +Uninflammable! +Whoa, dude! +All inclusive! +Tell your friends! +NP is not in P! +Music by C418! +Livestreamed! +Haunted! +Polynomial! +Terrestrial! +All is full of love! +Full of stars! +Scientific! +Not as cool as Spock! +Collaborate and listen! +Never dig down! +Take frequent breaks! +Not linear! +Han shot first! +Nice to meet you! +Buckets of lava! +Ride the pig! +Larger than Earth! +sqrt(-1) love you! +Phobos anomaly! +Punching wood! +Falling off cliffs! +0% sugar! +150% hyperbole! +Synecdoche! +Let's danec! +Seecret Friday update! +Reference implementation! +Lewd with two dudes with food! +Kiss the sky! +20 GOTO 10! +Verlet intregration! +Peter Griffin! +Do not distribute! +Cogito ergo sum! +4815162342 lines of code! +A skeleton popped out! +The Work of Notch! +The sum of its parts! +BTAF used to be good! +I miss ADOM! +umop-apisdn! +OICU812! +Bring me Ray Cokes! +Finger-licking! +Thematic! +Pneumatic! +Sublime! +Octagonal! +Une baguette! +Gargamel plays it! +Rita is the new top dog! +SWM forever! +Representing Edsbyn! +Matt Damon! +Supercalifragilisticexpialidocious! +Consummate V's! +Cow Tools! +Double buffered! +Fan fiction! +Flaxkikare! +Jason! Jason! Jason! +Hotter than the sun! +Internet enabled! +Autonomous! +Engage! +Fantasy! +DRR! DRR! DRR! +Kick it root down! +Regional resources! +Woo, facepunch! +Woo, somethingawful! +Woo, /v/! +Woo, tigsource! +Woo, minecraftforum! +Woo, worldofminecraft! +Woo, reddit! +Woo, 2pp! +Google anlyticsed! +Now supports åäö! +Give us Gordon! +Tip your waiter! +Very fun! +12345 is a bad password! +Vote for net neutrality! +Lives in a pineapple under the sea! +MAP11 has two names! +Omnipotent! +Gasp! +...! +Bees, bees, bees, bees! +Jag känner en bot! +This text is hard to read if you play the game at the default resolution, but at 1080p it's fine! +Haha, LOL! +Hampsterdance! +Switches and ores! +Menger sponge! +idspispopd! +Eple (original edit)! +So fresh, so clean! +Slow acting portals! +Try the Nether! +Don't look directly at the bugs! +Oh, ok, Pigmen! +Finally with ladders! +Scary! +Play Minecraft, Watch Topgear, Get Pig! +Twittered about! +Jump up, jump up, and get down! +Joel is neat! +A riddle, wrapped in a mystery! +Huge tracts of land! +Welcome to your Doom! +Stay a while, stay forever! +Stay a while and listen! +Treatment for your rash! +"Autological" is! +Information wants to be free! +"Almost never" is an interesting concept! +Lots of truthiness! +The creeper is a spy! +Turing complete! +It's groundbreaking! +Let our battle's begin! +The sky is the limit! +Jeb has amazing hair! +Ryan also has amazing hair! +Casual gaming! +Undefeated! +Kinda like Lemmings! +Follow the train, CJ! +Leveraging synergy! +This message will never appear on the splash screen, isn't that weird? +DungeonQuest is unfair! +110813! +90210! +Check out the far lands! +Tyrion would love it! +Also try VVVVVV! +Also try Super Meat Boy! +Also try Terraria! +Also try Mount And Blade! +Also try Project Zomboid! +Also try World of Goo! +Also try Limbo! +Also try Pixeljunk Shooter! +Also try Braid! +That's super! +Bread is pain! +Read more books! +Khaaaaaaaaan! +Less addictive than TV Tropes! +More addictive than lemonade! +Bigger than a bread box! +Millions of peaches! +Fnord! +This is my true form! +Totally forgot about Dre! +Don't bother with the clones! +Pumpkinhead! +Hobo humping slobo babe! +Made by Jeb! +Has an ending! +Finally complete! +Feature packed! +Boots with the fur! +Stop, hammertime! +Testificates! +Conventional! +Homeomorphic to a 3-sphere! +Doesn't avoid double negatives! +Place ALL the blocks! +Does barrel rolls! +Meeting expectations! +PC gaming since 1873! +Ghoughpteighbteau tchoghs! +Déjà vu! +Déjà vu! +Got your nose! +Haley loves Elan! +Afraid of the big, black bat! +Doesn't use the U-word! +Child's play! +See you next Friday or so! +From the streets of Södermalm! +150 bpm for 400000 minutes! +Technologic! +Funk soul brother! +Pumpa kungen! +日本ハロー! +한국 안녕하세요! +Helo Cymru! +Cześć Polsko! +你好中国! +Привет Россия! +Γεια σου Ελλάδα! +My life for Aiur! +Lennart lennart = new Lennart(); +I see your vocabulary has improved! +Who put it there? +You can't explain that! +if not ok then return end +§1C§2o§3l§4o§5r§6m§7a§8t§9i§ac +§kFUNKY LOL +SOPA means LOSER in Swedish! +Big Pointy Teeth! +Bekarton guards the gate! +Mmmph, mmph! +Don't feed avocados to parrots! +Swords for everyone! +Plz reply to my tweet! +.party()! +Take her pillow! +Put that cookie down! +Pretty scary! +I have a suggestion. +Now with extra hugs! +Now Java 6! +Woah. +HURNERJSGER? +What's up, Doc? +Now contains 32 random daily cats! +That's Numberwang! +pls rt +Do you want to join my server? +Put a little fence around it! +Throw a blanket over it! +One day, somewhere in the future, my work will be quoted! +Now with additional stuff! +Extra things! +Yay, puppies for everyone! +So sweet, like a nice bon bon! +Popping tags! +Very influential in its circle! +Now With Multiplayer! +Rise from your grave! +Warning! A huge battleship "STEVE" is approaching fast! +Blue warrior shot the food! +Run, coward! I hunger! +Flavor with no seasoning! +Strange, but not a stranger! +Tougher than diamonds, rich like cream! +Getting ready to show! +Getting ready to know! +Getting ready to drop! +Getting ready to shock! +Getting ready to freak! +Getting ready to speak! +It swings, it jives! +Cruising streets for gold! +Take an eggbeater and beat it against a skillet! +Make me a table, a funky table! +Take the elevator to the mezzanine! +Stop being reasonable, this is the Internet! +/give @a hugs 64 +This is good for Realms. +Any computer is a laptop if you're brave enough! +Do it all, everything! +Where there is not light, there can spider! +GNU Terry Pratchett \ No newline at end of file diff --git a/1.8.9/assets/minecraft/textures/blocks/anvil_base.png b/1.8.9/assets/minecraft/textures/blocks/anvil_base.png new file mode 100644 index 00000000..cfc1fc8f Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/anvil_base.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/anvil_top_damaged_0.png b/1.8.9/assets/minecraft/textures/blocks/anvil_top_damaged_0.png new file mode 100644 index 00000000..395dea47 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/anvil_top_damaged_0.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/anvil_top_damaged_1.png b/1.8.9/assets/minecraft/textures/blocks/anvil_top_damaged_1.png new file mode 100644 index 00000000..eddc47fb Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/anvil_top_damaged_1.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/anvil_top_damaged_2.png b/1.8.9/assets/minecraft/textures/blocks/anvil_top_damaged_2.png new file mode 100644 index 00000000..6cade1fa Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/anvil_top_damaged_2.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/beacon.png b/1.8.9/assets/minecraft/textures/blocks/beacon.png new file mode 100644 index 00000000..a69e59dc Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/beacon.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/bed_feet_end.png b/1.8.9/assets/minecraft/textures/blocks/bed_feet_end.png new file mode 100644 index 00000000..6e1a4be4 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/bed_feet_end.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/bed_feet_side.png b/1.8.9/assets/minecraft/textures/blocks/bed_feet_side.png new file mode 100644 index 00000000..3ce06f3e Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/bed_feet_side.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/bed_feet_top.png b/1.8.9/assets/minecraft/textures/blocks/bed_feet_top.png new file mode 100644 index 00000000..b96d357d Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/bed_feet_top.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/bed_head_end.png b/1.8.9/assets/minecraft/textures/blocks/bed_head_end.png new file mode 100644 index 00000000..b684c9a7 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/bed_head_end.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/bed_head_side.png b/1.8.9/assets/minecraft/textures/blocks/bed_head_side.png new file mode 100644 index 00000000..3270b4a0 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/bed_head_side.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/bed_head_top.png b/1.8.9/assets/minecraft/textures/blocks/bed_head_top.png new file mode 100644 index 00000000..2ab10900 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/bed_head_top.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/bedrock.png b/1.8.9/assets/minecraft/textures/blocks/bedrock.png new file mode 100644 index 00000000..1643c995 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/bedrock.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/bookshelf.png b/1.8.9/assets/minecraft/textures/blocks/bookshelf.png new file mode 100644 index 00000000..4c87f0fb Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/bookshelf.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/brewing_stand.png b/1.8.9/assets/minecraft/textures/blocks/brewing_stand.png new file mode 100644 index 00000000..60832aab Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/brewing_stand.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/brewing_stand_base.png b/1.8.9/assets/minecraft/textures/blocks/brewing_stand_base.png new file mode 100644 index 00000000..0742fbfa Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/brewing_stand_base.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/brick.png b/1.8.9/assets/minecraft/textures/blocks/brick.png new file mode 100644 index 00000000..fd6959c2 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/brick.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/cactus_bottom.png b/1.8.9/assets/minecraft/textures/blocks/cactus_bottom.png new file mode 100644 index 00000000..6f10bc08 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/cactus_bottom.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/cactus_side.png b/1.8.9/assets/minecraft/textures/blocks/cactus_side.png new file mode 100644 index 00000000..9c555037 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/cactus_side.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/cactus_top.png b/1.8.9/assets/minecraft/textures/blocks/cactus_top.png new file mode 100644 index 00000000..f182e84a Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/cactus_top.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/cake_bottom.png b/1.8.9/assets/minecraft/textures/blocks/cake_bottom.png new file mode 100644 index 00000000..d93b15ad Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/cake_bottom.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/cake_inner.png b/1.8.9/assets/minecraft/textures/blocks/cake_inner.png new file mode 100644 index 00000000..ce7ce690 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/cake_inner.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/cake_side.png b/1.8.9/assets/minecraft/textures/blocks/cake_side.png new file mode 100644 index 00000000..343a0234 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/cake_side.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/cake_top.png b/1.8.9/assets/minecraft/textures/blocks/cake_top.png new file mode 100644 index 00000000..2947892e Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/cake_top.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/carrots_stage_0.png b/1.8.9/assets/minecraft/textures/blocks/carrots_stage_0.png new file mode 100644 index 00000000..c1ef7320 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/carrots_stage_0.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/carrots_stage_1.png b/1.8.9/assets/minecraft/textures/blocks/carrots_stage_1.png new file mode 100644 index 00000000..1275f4f8 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/carrots_stage_1.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/carrots_stage_2.png b/1.8.9/assets/minecraft/textures/blocks/carrots_stage_2.png new file mode 100644 index 00000000..b7347dfe Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/carrots_stage_2.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/carrots_stage_3.png b/1.8.9/assets/minecraft/textures/blocks/carrots_stage_3.png new file mode 100644 index 00000000..2391be83 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/carrots_stage_3.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/cauldron_bottom.png b/1.8.9/assets/minecraft/textures/blocks/cauldron_bottom.png new file mode 100644 index 00000000..8328307a Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/cauldron_bottom.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/cauldron_inner.png b/1.8.9/assets/minecraft/textures/blocks/cauldron_inner.png new file mode 100644 index 00000000..d5a30dd2 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/cauldron_inner.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/cauldron_side.png b/1.8.9/assets/minecraft/textures/blocks/cauldron_side.png new file mode 100644 index 00000000..df42f989 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/cauldron_side.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/cauldron_top.png b/1.8.9/assets/minecraft/textures/blocks/cauldron_top.png new file mode 100644 index 00000000..e263fc5a Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/cauldron_top.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/clay.png b/1.8.9/assets/minecraft/textures/blocks/clay.png new file mode 100644 index 00000000..c19e0319 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/clay.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/coal_block.png b/1.8.9/assets/minecraft/textures/blocks/coal_block.png new file mode 100644 index 00000000..024404bc Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/coal_block.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/coal_ore.png b/1.8.9/assets/minecraft/textures/blocks/coal_ore.png new file mode 100644 index 00000000..49486d2a Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/coal_ore.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/coarse_dirt.png b/1.8.9/assets/minecraft/textures/blocks/coarse_dirt.png new file mode 100644 index 00000000..d6462257 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/coarse_dirt.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/cobblestone.png b/1.8.9/assets/minecraft/textures/blocks/cobblestone.png new file mode 100644 index 00000000..da3498c5 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/cobblestone.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/cobblestone_mossy.png b/1.8.9/assets/minecraft/textures/blocks/cobblestone_mossy.png new file mode 100644 index 00000000..29449e3b Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/cobblestone_mossy.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/cocoa_stage_0.png b/1.8.9/assets/minecraft/textures/blocks/cocoa_stage_0.png new file mode 100644 index 00000000..25892eba Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/cocoa_stage_0.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/cocoa_stage_1.png b/1.8.9/assets/minecraft/textures/blocks/cocoa_stage_1.png new file mode 100644 index 00000000..d0098ffd Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/cocoa_stage_1.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/cocoa_stage_2.png b/1.8.9/assets/minecraft/textures/blocks/cocoa_stage_2.png new file mode 100644 index 00000000..db28c7b8 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/cocoa_stage_2.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/command_block.png b/1.8.9/assets/minecraft/textures/blocks/command_block.png new file mode 100644 index 00000000..4459675f Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/command_block.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/comparator_off.png b/1.8.9/assets/minecraft/textures/blocks/comparator_off.png new file mode 100644 index 00000000..c9527bc1 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/comparator_off.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/comparator_on.png b/1.8.9/assets/minecraft/textures/blocks/comparator_on.png new file mode 100644 index 00000000..2e4fb7aa Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/comparator_on.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/crafting_table_front.png b/1.8.9/assets/minecraft/textures/blocks/crafting_table_front.png new file mode 100644 index 00000000..11986a46 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/crafting_table_front.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/crafting_table_side.png b/1.8.9/assets/minecraft/textures/blocks/crafting_table_side.png new file mode 100644 index 00000000..1c678b4c Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/crafting_table_side.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/crafting_table_top.png b/1.8.9/assets/minecraft/textures/blocks/crafting_table_top.png new file mode 100644 index 00000000..5cd53a54 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/crafting_table_top.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/daylight_detector_inverted_top.png b/1.8.9/assets/minecraft/textures/blocks/daylight_detector_inverted_top.png new file mode 100644 index 00000000..194a30e4 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/daylight_detector_inverted_top.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/daylight_detector_side.png b/1.8.9/assets/minecraft/textures/blocks/daylight_detector_side.png new file mode 100644 index 00000000..ac273ea1 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/daylight_detector_side.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/daylight_detector_top.png b/1.8.9/assets/minecraft/textures/blocks/daylight_detector_top.png new file mode 100644 index 00000000..3bfb2da3 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/daylight_detector_top.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/deadbush.png b/1.8.9/assets/minecraft/textures/blocks/deadbush.png new file mode 100644 index 00000000..c64e0797 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/deadbush.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/destroy_stage_0.png b/1.8.9/assets/minecraft/textures/blocks/destroy_stage_0.png new file mode 100644 index 00000000..f65b7ede Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/destroy_stage_0.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/destroy_stage_1.png b/1.8.9/assets/minecraft/textures/blocks/destroy_stage_1.png new file mode 100644 index 00000000..7c915961 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/destroy_stage_1.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/destroy_stage_2.png b/1.8.9/assets/minecraft/textures/blocks/destroy_stage_2.png new file mode 100644 index 00000000..dadd6b05 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/destroy_stage_2.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/destroy_stage_3.png b/1.8.9/assets/minecraft/textures/blocks/destroy_stage_3.png new file mode 100644 index 00000000..52a40b65 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/destroy_stage_3.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/destroy_stage_4.png b/1.8.9/assets/minecraft/textures/blocks/destroy_stage_4.png new file mode 100644 index 00000000..e37c88a2 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/destroy_stage_4.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/destroy_stage_5.png b/1.8.9/assets/minecraft/textures/blocks/destroy_stage_5.png new file mode 100644 index 00000000..9590d2f7 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/destroy_stage_5.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/destroy_stage_6.png b/1.8.9/assets/minecraft/textures/blocks/destroy_stage_6.png new file mode 100644 index 00000000..8e490c0e Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/destroy_stage_6.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/destroy_stage_7.png b/1.8.9/assets/minecraft/textures/blocks/destroy_stage_7.png new file mode 100644 index 00000000..0b40c789 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/destroy_stage_7.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/destroy_stage_8.png b/1.8.9/assets/minecraft/textures/blocks/destroy_stage_8.png new file mode 100644 index 00000000..c0bf1dec Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/destroy_stage_8.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/destroy_stage_9.png b/1.8.9/assets/minecraft/textures/blocks/destroy_stage_9.png new file mode 100644 index 00000000..e3185f82 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/destroy_stage_9.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/diamond_block.png b/1.8.9/assets/minecraft/textures/blocks/diamond_block.png new file mode 100644 index 00000000..f2e2e771 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/diamond_block.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/diamond_ore.png b/1.8.9/assets/minecraft/textures/blocks/diamond_ore.png new file mode 100644 index 00000000..735ecdaa Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/diamond_ore.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/dirt.png b/1.8.9/assets/minecraft/textures/blocks/dirt.png new file mode 100644 index 00000000..617d353e Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/dirt.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/dirt_podzol_side.png b/1.8.9/assets/minecraft/textures/blocks/dirt_podzol_side.png new file mode 100644 index 00000000..5921d37f Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/dirt_podzol_side.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/dirt_podzol_top.png b/1.8.9/assets/minecraft/textures/blocks/dirt_podzol_top.png new file mode 100644 index 00000000..ebeda86a Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/dirt_podzol_top.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/dispenser_front_horizontal.png b/1.8.9/assets/minecraft/textures/blocks/dispenser_front_horizontal.png new file mode 100644 index 00000000..3e09fde0 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/dispenser_front_horizontal.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/dispenser_front_vertical.png b/1.8.9/assets/minecraft/textures/blocks/dispenser_front_vertical.png new file mode 100644 index 00000000..87a7837e Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/dispenser_front_vertical.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/door_acacia_lower.png b/1.8.9/assets/minecraft/textures/blocks/door_acacia_lower.png new file mode 100644 index 00000000..2f575085 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/door_acacia_lower.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/door_acacia_upper.png b/1.8.9/assets/minecraft/textures/blocks/door_acacia_upper.png new file mode 100644 index 00000000..9b7e742c Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/door_acacia_upper.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/door_birch_lower.png b/1.8.9/assets/minecraft/textures/blocks/door_birch_lower.png new file mode 100644 index 00000000..2c6f7d3e Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/door_birch_lower.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/door_birch_upper.png b/1.8.9/assets/minecraft/textures/blocks/door_birch_upper.png new file mode 100644 index 00000000..1345b41d Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/door_birch_upper.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/door_dark_oak_lower.png b/1.8.9/assets/minecraft/textures/blocks/door_dark_oak_lower.png new file mode 100644 index 00000000..7bb3ff2a Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/door_dark_oak_lower.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/door_dark_oak_upper.png b/1.8.9/assets/minecraft/textures/blocks/door_dark_oak_upper.png new file mode 100644 index 00000000..27fa6cc5 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/door_dark_oak_upper.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/door_iron_lower.png b/1.8.9/assets/minecraft/textures/blocks/door_iron_lower.png new file mode 100644 index 00000000..dbc33ab4 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/door_iron_lower.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/door_iron_upper.png b/1.8.9/assets/minecraft/textures/blocks/door_iron_upper.png new file mode 100644 index 00000000..56878fea Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/door_iron_upper.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/door_jungle_lower.png b/1.8.9/assets/minecraft/textures/blocks/door_jungle_lower.png new file mode 100644 index 00000000..4edfa3ca Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/door_jungle_lower.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/door_jungle_upper.png b/1.8.9/assets/minecraft/textures/blocks/door_jungle_upper.png new file mode 100644 index 00000000..d5201f8c Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/door_jungle_upper.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/door_spruce_lower.png b/1.8.9/assets/minecraft/textures/blocks/door_spruce_lower.png new file mode 100644 index 00000000..5faa6e74 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/door_spruce_lower.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/door_spruce_upper.png b/1.8.9/assets/minecraft/textures/blocks/door_spruce_upper.png new file mode 100644 index 00000000..38e27172 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/door_spruce_upper.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/door_wood_lower.png b/1.8.9/assets/minecraft/textures/blocks/door_wood_lower.png new file mode 100644 index 00000000..cc617316 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/door_wood_lower.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/door_wood_upper.png b/1.8.9/assets/minecraft/textures/blocks/door_wood_upper.png new file mode 100644 index 00000000..93319d5d Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/door_wood_upper.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/double_plant_fern_bottom.png b/1.8.9/assets/minecraft/textures/blocks/double_plant_fern_bottom.png new file mode 100644 index 00000000..6a5fa6a1 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/double_plant_fern_bottom.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/double_plant_fern_top.png b/1.8.9/assets/minecraft/textures/blocks/double_plant_fern_top.png new file mode 100644 index 00000000..393144c4 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/double_plant_fern_top.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/double_plant_grass_bottom.png b/1.8.9/assets/minecraft/textures/blocks/double_plant_grass_bottom.png new file mode 100644 index 00000000..5ac15b4f Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/double_plant_grass_bottom.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/double_plant_grass_top.png b/1.8.9/assets/minecraft/textures/blocks/double_plant_grass_top.png new file mode 100644 index 00000000..1ceb3de8 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/double_plant_grass_top.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/double_plant_paeonia_bottom.png b/1.8.9/assets/minecraft/textures/blocks/double_plant_paeonia_bottom.png new file mode 100644 index 00000000..21285f5e Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/double_plant_paeonia_bottom.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/double_plant_paeonia_top.png b/1.8.9/assets/minecraft/textures/blocks/double_plant_paeonia_top.png new file mode 100644 index 00000000..bc682417 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/double_plant_paeonia_top.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/double_plant_rose_bottom.png b/1.8.9/assets/minecraft/textures/blocks/double_plant_rose_bottom.png new file mode 100644 index 00000000..4d59f443 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/double_plant_rose_bottom.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/double_plant_rose_top.png b/1.8.9/assets/minecraft/textures/blocks/double_plant_rose_top.png new file mode 100644 index 00000000..028aa80a Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/double_plant_rose_top.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/double_plant_sunflower_back.png b/1.8.9/assets/minecraft/textures/blocks/double_plant_sunflower_back.png new file mode 100644 index 00000000..d488923a Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/double_plant_sunflower_back.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/double_plant_sunflower_bottom.png b/1.8.9/assets/minecraft/textures/blocks/double_plant_sunflower_bottom.png new file mode 100644 index 00000000..8a12ebe5 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/double_plant_sunflower_bottom.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/double_plant_sunflower_front.png b/1.8.9/assets/minecraft/textures/blocks/double_plant_sunflower_front.png new file mode 100644 index 00000000..699e34fa Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/double_plant_sunflower_front.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/double_plant_sunflower_top.png b/1.8.9/assets/minecraft/textures/blocks/double_plant_sunflower_top.png new file mode 100644 index 00000000..4d142039 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/double_plant_sunflower_top.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/double_plant_syringa_bottom.png b/1.8.9/assets/minecraft/textures/blocks/double_plant_syringa_bottom.png new file mode 100644 index 00000000..5b880b5f Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/double_plant_syringa_bottom.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/double_plant_syringa_top.png b/1.8.9/assets/minecraft/textures/blocks/double_plant_syringa_top.png new file mode 100644 index 00000000..b00751fc Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/double_plant_syringa_top.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/dragon_egg.png b/1.8.9/assets/minecraft/textures/blocks/dragon_egg.png new file mode 100644 index 00000000..02af123c Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/dragon_egg.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/dropper_front_horizontal.png b/1.8.9/assets/minecraft/textures/blocks/dropper_front_horizontal.png new file mode 100644 index 00000000..7d5f260d Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/dropper_front_horizontal.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/dropper_front_vertical.png b/1.8.9/assets/minecraft/textures/blocks/dropper_front_vertical.png new file mode 100644 index 00000000..68a56c88 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/dropper_front_vertical.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/emerald_block.png b/1.8.9/assets/minecraft/textures/blocks/emerald_block.png new file mode 100644 index 00000000..dc214ee7 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/emerald_block.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/emerald_ore.png b/1.8.9/assets/minecraft/textures/blocks/emerald_ore.png new file mode 100644 index 00000000..a26c35f6 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/emerald_ore.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/enchanting_table_bottom.png b/1.8.9/assets/minecraft/textures/blocks/enchanting_table_bottom.png new file mode 100644 index 00000000..0f492aac Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/enchanting_table_bottom.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/enchanting_table_side.png b/1.8.9/assets/minecraft/textures/blocks/enchanting_table_side.png new file mode 100644 index 00000000..f2f46143 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/enchanting_table_side.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/enchanting_table_top.png b/1.8.9/assets/minecraft/textures/blocks/enchanting_table_top.png new file mode 100644 index 00000000..0d5f68f6 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/enchanting_table_top.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/end_stone.png b/1.8.9/assets/minecraft/textures/blocks/end_stone.png new file mode 100644 index 00000000..c2a91e3c Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/end_stone.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/endframe_eye.png b/1.8.9/assets/minecraft/textures/blocks/endframe_eye.png new file mode 100644 index 00000000..afa1d5d0 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/endframe_eye.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/endframe_side.png b/1.8.9/assets/minecraft/textures/blocks/endframe_side.png new file mode 100644 index 00000000..e6cb5673 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/endframe_side.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/endframe_top.png b/1.8.9/assets/minecraft/textures/blocks/endframe_top.png new file mode 100644 index 00000000..35215a58 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/endframe_top.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/farmland_dry.png b/1.8.9/assets/minecraft/textures/blocks/farmland_dry.png new file mode 100644 index 00000000..d03a0f49 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/farmland_dry.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/farmland_wet.png b/1.8.9/assets/minecraft/textures/blocks/farmland_wet.png new file mode 100644 index 00000000..f8d460d5 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/farmland_wet.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/fern.png b/1.8.9/assets/minecraft/textures/blocks/fern.png new file mode 100644 index 00000000..fd769501 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/fern.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/fire_layer_0.png b/1.8.9/assets/minecraft/textures/blocks/fire_layer_0.png new file mode 100644 index 00000000..cf8910f6 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/fire_layer_0.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/fire_layer_0.png.mcmeta b/1.8.9/assets/minecraft/textures/blocks/fire_layer_0.png.mcmeta new file mode 100644 index 00000000..76446714 --- /dev/null +++ b/1.8.9/assets/minecraft/textures/blocks/fire_layer_0.png.mcmeta @@ -0,0 +1,38 @@ +{ + "animation": { + "frames": [ + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15 + ] + } +} diff --git a/1.8.9/assets/minecraft/textures/blocks/fire_layer_1.png b/1.8.9/assets/minecraft/textures/blocks/fire_layer_1.png new file mode 100644 index 00000000..6db92ac4 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/fire_layer_1.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/fire_layer_1.png.mcmeta b/1.8.9/assets/minecraft/textures/blocks/fire_layer_1.png.mcmeta new file mode 100644 index 00000000..4f0718ac --- /dev/null +++ b/1.8.9/assets/minecraft/textures/blocks/fire_layer_1.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} \ No newline at end of file diff --git a/1.8.9/assets/minecraft/textures/blocks/flower_allium.png b/1.8.9/assets/minecraft/textures/blocks/flower_allium.png new file mode 100644 index 00000000..b7b5a45c Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/flower_allium.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/flower_blue_orchid.png b/1.8.9/assets/minecraft/textures/blocks/flower_blue_orchid.png new file mode 100644 index 00000000..51d7fd94 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/flower_blue_orchid.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/flower_dandelion.png b/1.8.9/assets/minecraft/textures/blocks/flower_dandelion.png new file mode 100644 index 00000000..873e3f5c Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/flower_dandelion.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/flower_houstonia.png b/1.8.9/assets/minecraft/textures/blocks/flower_houstonia.png new file mode 100644 index 00000000..2f9127d9 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/flower_houstonia.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/flower_oxeye_daisy.png b/1.8.9/assets/minecraft/textures/blocks/flower_oxeye_daisy.png new file mode 100644 index 00000000..6d489130 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/flower_oxeye_daisy.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/flower_paeonia.png b/1.8.9/assets/minecraft/textures/blocks/flower_paeonia.png new file mode 100644 index 00000000..01a92ee7 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/flower_paeonia.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/flower_pot.png b/1.8.9/assets/minecraft/textures/blocks/flower_pot.png new file mode 100644 index 00000000..09c2523c Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/flower_pot.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/flower_rose.png b/1.8.9/assets/minecraft/textures/blocks/flower_rose.png new file mode 100644 index 00000000..895d78ff Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/flower_rose.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/flower_tulip_orange.png b/1.8.9/assets/minecraft/textures/blocks/flower_tulip_orange.png new file mode 100644 index 00000000..6715a628 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/flower_tulip_orange.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/flower_tulip_pink.png b/1.8.9/assets/minecraft/textures/blocks/flower_tulip_pink.png new file mode 100644 index 00000000..a757bf53 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/flower_tulip_pink.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/flower_tulip_red.png b/1.8.9/assets/minecraft/textures/blocks/flower_tulip_red.png new file mode 100644 index 00000000..3048b63d Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/flower_tulip_red.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/flower_tulip_white.png b/1.8.9/assets/minecraft/textures/blocks/flower_tulip_white.png new file mode 100644 index 00000000..6aa12a90 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/flower_tulip_white.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/furnace_front_off.png b/1.8.9/assets/minecraft/textures/blocks/furnace_front_off.png new file mode 100644 index 00000000..0570c3a1 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/furnace_front_off.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/furnace_front_on.png b/1.8.9/assets/minecraft/textures/blocks/furnace_front_on.png new file mode 100644 index 00000000..92c89f3c Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/furnace_front_on.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/furnace_side.png b/1.8.9/assets/minecraft/textures/blocks/furnace_side.png new file mode 100644 index 00000000..115f73d0 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/furnace_side.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/furnace_top.png b/1.8.9/assets/minecraft/textures/blocks/furnace_top.png new file mode 100644 index 00000000..a3a5a085 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/furnace_top.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/glass.png b/1.8.9/assets/minecraft/textures/blocks/glass.png new file mode 100644 index 00000000..acadb01a Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/glass.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/glass_black.png b/1.8.9/assets/minecraft/textures/blocks/glass_black.png new file mode 100644 index 00000000..06f34279 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/glass_black.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/glass_blue.png b/1.8.9/assets/minecraft/textures/blocks/glass_blue.png new file mode 100644 index 00000000..38885de7 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/glass_blue.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/glass_brown.png b/1.8.9/assets/minecraft/textures/blocks/glass_brown.png new file mode 100644 index 00000000..259b61c6 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/glass_brown.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/glass_cyan.png b/1.8.9/assets/minecraft/textures/blocks/glass_cyan.png new file mode 100644 index 00000000..d30caa44 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/glass_cyan.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/glass_gray.png b/1.8.9/assets/minecraft/textures/blocks/glass_gray.png new file mode 100644 index 00000000..3f07a5d8 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/glass_gray.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/glass_green.png b/1.8.9/assets/minecraft/textures/blocks/glass_green.png new file mode 100644 index 00000000..7c1f4e60 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/glass_green.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/glass_light_blue.png b/1.8.9/assets/minecraft/textures/blocks/glass_light_blue.png new file mode 100644 index 00000000..b62703d4 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/glass_light_blue.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/glass_lime.png b/1.8.9/assets/minecraft/textures/blocks/glass_lime.png new file mode 100644 index 00000000..f1d3c46a Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/glass_lime.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/glass_magenta.png b/1.8.9/assets/minecraft/textures/blocks/glass_magenta.png new file mode 100644 index 00000000..5cd99450 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/glass_magenta.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/glass_orange.png b/1.8.9/assets/minecraft/textures/blocks/glass_orange.png new file mode 100644 index 00000000..3a29e31b Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/glass_orange.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/glass_pane_top.png b/1.8.9/assets/minecraft/textures/blocks/glass_pane_top.png new file mode 100644 index 00000000..02de5877 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/glass_pane_top.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/glass_pane_top_black.png b/1.8.9/assets/minecraft/textures/blocks/glass_pane_top_black.png new file mode 100644 index 00000000..43d60c55 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/glass_pane_top_black.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/glass_pane_top_blue.png b/1.8.9/assets/minecraft/textures/blocks/glass_pane_top_blue.png new file mode 100644 index 00000000..55c614f4 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/glass_pane_top_blue.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/glass_pane_top_brown.png b/1.8.9/assets/minecraft/textures/blocks/glass_pane_top_brown.png new file mode 100644 index 00000000..cbd791a4 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/glass_pane_top_brown.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/glass_pane_top_cyan.png b/1.8.9/assets/minecraft/textures/blocks/glass_pane_top_cyan.png new file mode 100644 index 00000000..9a34b844 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/glass_pane_top_cyan.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/glass_pane_top_gray.png b/1.8.9/assets/minecraft/textures/blocks/glass_pane_top_gray.png new file mode 100644 index 00000000..bb061147 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/glass_pane_top_gray.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/glass_pane_top_green.png b/1.8.9/assets/minecraft/textures/blocks/glass_pane_top_green.png new file mode 100644 index 00000000..a7d9fc7d Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/glass_pane_top_green.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/glass_pane_top_light_blue.png b/1.8.9/assets/minecraft/textures/blocks/glass_pane_top_light_blue.png new file mode 100644 index 00000000..6a0e661d Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/glass_pane_top_light_blue.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/glass_pane_top_lime.png b/1.8.9/assets/minecraft/textures/blocks/glass_pane_top_lime.png new file mode 100644 index 00000000..0607d75b Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/glass_pane_top_lime.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/glass_pane_top_magenta.png b/1.8.9/assets/minecraft/textures/blocks/glass_pane_top_magenta.png new file mode 100644 index 00000000..5419e521 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/glass_pane_top_magenta.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/glass_pane_top_orange.png b/1.8.9/assets/minecraft/textures/blocks/glass_pane_top_orange.png new file mode 100644 index 00000000..2866571b Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/glass_pane_top_orange.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/glass_pane_top_pink.png b/1.8.9/assets/minecraft/textures/blocks/glass_pane_top_pink.png new file mode 100644 index 00000000..6b6cd768 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/glass_pane_top_pink.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/glass_pane_top_purple.png b/1.8.9/assets/minecraft/textures/blocks/glass_pane_top_purple.png new file mode 100644 index 00000000..23e208ed Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/glass_pane_top_purple.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/glass_pane_top_red.png b/1.8.9/assets/minecraft/textures/blocks/glass_pane_top_red.png new file mode 100644 index 00000000..22b69dba Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/glass_pane_top_red.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/glass_pane_top_silver.png b/1.8.9/assets/minecraft/textures/blocks/glass_pane_top_silver.png new file mode 100644 index 00000000..f226ecc9 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/glass_pane_top_silver.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/glass_pane_top_white.png b/1.8.9/assets/minecraft/textures/blocks/glass_pane_top_white.png new file mode 100644 index 00000000..9a273c36 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/glass_pane_top_white.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/glass_pane_top_yellow.png b/1.8.9/assets/minecraft/textures/blocks/glass_pane_top_yellow.png new file mode 100644 index 00000000..1c8580f3 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/glass_pane_top_yellow.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/glass_pink.png b/1.8.9/assets/minecraft/textures/blocks/glass_pink.png new file mode 100644 index 00000000..42d8739d Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/glass_pink.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/glass_purple.png b/1.8.9/assets/minecraft/textures/blocks/glass_purple.png new file mode 100644 index 00000000..fcae3d26 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/glass_purple.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/glass_red.png b/1.8.9/assets/minecraft/textures/blocks/glass_red.png new file mode 100644 index 00000000..db4c5eb7 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/glass_red.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/glass_silver.png b/1.8.9/assets/minecraft/textures/blocks/glass_silver.png new file mode 100644 index 00000000..84616646 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/glass_silver.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/glass_white.png b/1.8.9/assets/minecraft/textures/blocks/glass_white.png new file mode 100644 index 00000000..696c5aab Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/glass_white.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/glass_yellow.png b/1.8.9/assets/minecraft/textures/blocks/glass_yellow.png new file mode 100644 index 00000000..8e48e120 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/glass_yellow.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/glowstone.png b/1.8.9/assets/minecraft/textures/blocks/glowstone.png new file mode 100644 index 00000000..c7253b3b Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/glowstone.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/gold_block.png b/1.8.9/assets/minecraft/textures/blocks/gold_block.png new file mode 100644 index 00000000..174002e2 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/gold_block.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/gold_ore.png b/1.8.9/assets/minecraft/textures/blocks/gold_ore.png new file mode 100644 index 00000000..b1a7a55b Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/gold_ore.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/grass_side.png b/1.8.9/assets/minecraft/textures/blocks/grass_side.png new file mode 100644 index 00000000..a4975e53 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/grass_side.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/grass_side_overlay.png b/1.8.9/assets/minecraft/textures/blocks/grass_side_overlay.png new file mode 100644 index 00000000..fc3fa9d7 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/grass_side_overlay.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/grass_side_snowed.png b/1.8.9/assets/minecraft/textures/blocks/grass_side_snowed.png new file mode 100644 index 00000000..41f61977 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/grass_side_snowed.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/grass_top.png b/1.8.9/assets/minecraft/textures/blocks/grass_top.png new file mode 100644 index 00000000..eaa7e458 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/grass_top.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/gravel.png b/1.8.9/assets/minecraft/textures/blocks/gravel.png new file mode 100644 index 00000000..388e5c55 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/gravel.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/hardened_clay.png b/1.8.9/assets/minecraft/textures/blocks/hardened_clay.png new file mode 100644 index 00000000..24463804 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/hardened_clay.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/hardened_clay_stained_black.png b/1.8.9/assets/minecraft/textures/blocks/hardened_clay_stained_black.png new file mode 100644 index 00000000..59da22cf Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/hardened_clay_stained_black.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/hardened_clay_stained_blue.png b/1.8.9/assets/minecraft/textures/blocks/hardened_clay_stained_blue.png new file mode 100644 index 00000000..7e38e276 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/hardened_clay_stained_blue.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/hardened_clay_stained_brown.png b/1.8.9/assets/minecraft/textures/blocks/hardened_clay_stained_brown.png new file mode 100644 index 00000000..f81745ff Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/hardened_clay_stained_brown.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/hardened_clay_stained_cyan.png b/1.8.9/assets/minecraft/textures/blocks/hardened_clay_stained_cyan.png new file mode 100644 index 00000000..b05428cb Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/hardened_clay_stained_cyan.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/hardened_clay_stained_gray.png b/1.8.9/assets/minecraft/textures/blocks/hardened_clay_stained_gray.png new file mode 100644 index 00000000..8f86904a Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/hardened_clay_stained_gray.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/hardened_clay_stained_green.png b/1.8.9/assets/minecraft/textures/blocks/hardened_clay_stained_green.png new file mode 100644 index 00000000..e89162ee Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/hardened_clay_stained_green.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/hardened_clay_stained_light_blue.png b/1.8.9/assets/minecraft/textures/blocks/hardened_clay_stained_light_blue.png new file mode 100644 index 00000000..3d9ebeaf Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/hardened_clay_stained_light_blue.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/hardened_clay_stained_lime.png b/1.8.9/assets/minecraft/textures/blocks/hardened_clay_stained_lime.png new file mode 100644 index 00000000..b459a0b5 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/hardened_clay_stained_lime.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/hardened_clay_stained_magenta.png b/1.8.9/assets/minecraft/textures/blocks/hardened_clay_stained_magenta.png new file mode 100644 index 00000000..96631060 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/hardened_clay_stained_magenta.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/hardened_clay_stained_orange.png b/1.8.9/assets/minecraft/textures/blocks/hardened_clay_stained_orange.png new file mode 100644 index 00000000..40929db6 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/hardened_clay_stained_orange.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/hardened_clay_stained_pink.png b/1.8.9/assets/minecraft/textures/blocks/hardened_clay_stained_pink.png new file mode 100644 index 00000000..c21c0aa7 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/hardened_clay_stained_pink.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/hardened_clay_stained_purple.png b/1.8.9/assets/minecraft/textures/blocks/hardened_clay_stained_purple.png new file mode 100644 index 00000000..edece941 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/hardened_clay_stained_purple.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/hardened_clay_stained_red.png b/1.8.9/assets/minecraft/textures/blocks/hardened_clay_stained_red.png new file mode 100644 index 00000000..6561d123 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/hardened_clay_stained_red.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/hardened_clay_stained_silver.png b/1.8.9/assets/minecraft/textures/blocks/hardened_clay_stained_silver.png new file mode 100644 index 00000000..eae07f27 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/hardened_clay_stained_silver.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/hardened_clay_stained_white.png b/1.8.9/assets/minecraft/textures/blocks/hardened_clay_stained_white.png new file mode 100644 index 00000000..8066af02 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/hardened_clay_stained_white.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/hardened_clay_stained_yellow.png b/1.8.9/assets/minecraft/textures/blocks/hardened_clay_stained_yellow.png new file mode 100644 index 00000000..5da4687f Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/hardened_clay_stained_yellow.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/hay_block_side.png b/1.8.9/assets/minecraft/textures/blocks/hay_block_side.png new file mode 100644 index 00000000..a2b32db4 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/hay_block_side.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/hay_block_top.png b/1.8.9/assets/minecraft/textures/blocks/hay_block_top.png new file mode 100644 index 00000000..1d355938 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/hay_block_top.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/hopper_inside.png b/1.8.9/assets/minecraft/textures/blocks/hopper_inside.png new file mode 100644 index 00000000..24e8eae3 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/hopper_inside.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/hopper_outside.png b/1.8.9/assets/minecraft/textures/blocks/hopper_outside.png new file mode 100644 index 00000000..50ed8d55 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/hopper_outside.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/hopper_top.png b/1.8.9/assets/minecraft/textures/blocks/hopper_top.png new file mode 100644 index 00000000..e0dbe96a Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/hopper_top.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/ice.png b/1.8.9/assets/minecraft/textures/blocks/ice.png new file mode 100644 index 00000000..ac946e95 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/ice.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/ice_packed.png b/1.8.9/assets/minecraft/textures/blocks/ice_packed.png new file mode 100644 index 00000000..50f0f345 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/ice_packed.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/iron_bars.png b/1.8.9/assets/minecraft/textures/blocks/iron_bars.png new file mode 100644 index 00000000..732807f3 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/iron_bars.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/iron_block.png b/1.8.9/assets/minecraft/textures/blocks/iron_block.png new file mode 100644 index 00000000..7816799e Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/iron_block.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/iron_ore.png b/1.8.9/assets/minecraft/textures/blocks/iron_ore.png new file mode 100644 index 00000000..250d8bb7 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/iron_ore.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/iron_trapdoor.png b/1.8.9/assets/minecraft/textures/blocks/iron_trapdoor.png new file mode 100644 index 00000000..d3c974c6 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/iron_trapdoor.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/itemframe_background.png b/1.8.9/assets/minecraft/textures/blocks/itemframe_background.png new file mode 100644 index 00000000..b40ad65c Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/itemframe_background.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/jukebox_side.png b/1.8.9/assets/minecraft/textures/blocks/jukebox_side.png new file mode 100644 index 00000000..a3c27c18 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/jukebox_side.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/jukebox_top.png b/1.8.9/assets/minecraft/textures/blocks/jukebox_top.png new file mode 100644 index 00000000..92ddb158 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/jukebox_top.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/ladder.png b/1.8.9/assets/minecraft/textures/blocks/ladder.png new file mode 100644 index 00000000..e2ec5f28 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/ladder.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/lapis_block.png b/1.8.9/assets/minecraft/textures/blocks/lapis_block.png new file mode 100644 index 00000000..0271489e Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/lapis_block.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/lapis_ore.png b/1.8.9/assets/minecraft/textures/blocks/lapis_ore.png new file mode 100644 index 00000000..61442368 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/lapis_ore.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/lava_flow.png b/1.8.9/assets/minecraft/textures/blocks/lava_flow.png new file mode 100644 index 00000000..af07f91d Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/lava_flow.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/lava_flow.png.mcmeta b/1.8.9/assets/minecraft/textures/blocks/lava_flow.png.mcmeta new file mode 100644 index 00000000..8e55e43b --- /dev/null +++ b/1.8.9/assets/minecraft/textures/blocks/lava_flow.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 3 + } +} diff --git a/1.8.9/assets/minecraft/textures/blocks/lava_still.png b/1.8.9/assets/minecraft/textures/blocks/lava_still.png new file mode 100644 index 00000000..78bb29d5 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/lava_still.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/lava_still.png.mcmeta b/1.8.9/assets/minecraft/textures/blocks/lava_still.png.mcmeta new file mode 100644 index 00000000..7ceb3639 --- /dev/null +++ b/1.8.9/assets/minecraft/textures/blocks/lava_still.png.mcmeta @@ -0,0 +1,45 @@ +{ + "animation": { + "frametime": 2, + "frames": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 18, + 17, + 16, + 15, + 14, + 13, + 12, + 11, + 10, + 9, + 8, + 7, + 6, + 5, + 4, + 3, + 2, + 1 + ] + } +} \ No newline at end of file diff --git a/1.8.9/assets/minecraft/textures/blocks/leaves_acacia.png b/1.8.9/assets/minecraft/textures/blocks/leaves_acacia.png new file mode 100644 index 00000000..d54eb17d Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/leaves_acacia.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/leaves_big_oak.png b/1.8.9/assets/minecraft/textures/blocks/leaves_big_oak.png new file mode 100644 index 00000000..a6773aff Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/leaves_big_oak.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/leaves_birch.png b/1.8.9/assets/minecraft/textures/blocks/leaves_birch.png new file mode 100644 index 00000000..a6773aff Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/leaves_birch.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/leaves_jungle.png b/1.8.9/assets/minecraft/textures/blocks/leaves_jungle.png new file mode 100644 index 00000000..e0cb935a Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/leaves_jungle.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/leaves_oak.png b/1.8.9/assets/minecraft/textures/blocks/leaves_oak.png new file mode 100644 index 00000000..a6773aff Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/leaves_oak.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/leaves_spruce.png b/1.8.9/assets/minecraft/textures/blocks/leaves_spruce.png new file mode 100644 index 00000000..602eab8e Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/leaves_spruce.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/lever.png b/1.8.9/assets/minecraft/textures/blocks/lever.png new file mode 100644 index 00000000..051187fa Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/lever.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/log_acacia.png b/1.8.9/assets/minecraft/textures/blocks/log_acacia.png new file mode 100644 index 00000000..d2212107 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/log_acacia.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/log_acacia_top.png b/1.8.9/assets/minecraft/textures/blocks/log_acacia_top.png new file mode 100644 index 00000000..3d448780 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/log_acacia_top.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/log_big_oak.png b/1.8.9/assets/minecraft/textures/blocks/log_big_oak.png new file mode 100644 index 00000000..d4da03e6 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/log_big_oak.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/log_big_oak_top.png b/1.8.9/assets/minecraft/textures/blocks/log_big_oak_top.png new file mode 100644 index 00000000..99137b6f Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/log_big_oak_top.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/log_birch.png b/1.8.9/assets/minecraft/textures/blocks/log_birch.png new file mode 100644 index 00000000..bfb209d1 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/log_birch.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/log_birch_top.png b/1.8.9/assets/minecraft/textures/blocks/log_birch_top.png new file mode 100644 index 00000000..f9b94f4c Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/log_birch_top.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/log_jungle.png b/1.8.9/assets/minecraft/textures/blocks/log_jungle.png new file mode 100644 index 00000000..0b7120ad Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/log_jungle.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/log_jungle_top.png b/1.8.9/assets/minecraft/textures/blocks/log_jungle_top.png new file mode 100644 index 00000000..26b03616 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/log_jungle_top.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/log_oak.png b/1.8.9/assets/minecraft/textures/blocks/log_oak.png new file mode 100644 index 00000000..914cb5fb Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/log_oak.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/log_oak_top.png b/1.8.9/assets/minecraft/textures/blocks/log_oak_top.png new file mode 100644 index 00000000..7a44e773 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/log_oak_top.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/log_spruce.png b/1.8.9/assets/minecraft/textures/blocks/log_spruce.png new file mode 100644 index 00000000..dc1aa2f0 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/log_spruce.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/log_spruce_top.png b/1.8.9/assets/minecraft/textures/blocks/log_spruce_top.png new file mode 100644 index 00000000..280c64e4 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/log_spruce_top.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/melon_side.png b/1.8.9/assets/minecraft/textures/blocks/melon_side.png new file mode 100644 index 00000000..ec7b430d Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/melon_side.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/melon_stem_connected.png b/1.8.9/assets/minecraft/textures/blocks/melon_stem_connected.png new file mode 100644 index 00000000..6a5c10e1 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/melon_stem_connected.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/melon_stem_disconnected.png b/1.8.9/assets/minecraft/textures/blocks/melon_stem_disconnected.png new file mode 100644 index 00000000..38065ef6 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/melon_stem_disconnected.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/melon_top.png b/1.8.9/assets/minecraft/textures/blocks/melon_top.png new file mode 100644 index 00000000..65cf169f Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/melon_top.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/mob_spawner.png b/1.8.9/assets/minecraft/textures/blocks/mob_spawner.png new file mode 100644 index 00000000..7d55217e Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/mob_spawner.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/mushroom_block_inside.png b/1.8.9/assets/minecraft/textures/blocks/mushroom_block_inside.png new file mode 100644 index 00000000..f0e7a043 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/mushroom_block_inside.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/mushroom_block_skin_brown.png b/1.8.9/assets/minecraft/textures/blocks/mushroom_block_skin_brown.png new file mode 100644 index 00000000..1f52ba89 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/mushroom_block_skin_brown.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/mushroom_block_skin_red.png b/1.8.9/assets/minecraft/textures/blocks/mushroom_block_skin_red.png new file mode 100644 index 00000000..66cf12c4 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/mushroom_block_skin_red.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/mushroom_block_skin_stem.png b/1.8.9/assets/minecraft/textures/blocks/mushroom_block_skin_stem.png new file mode 100644 index 00000000..83c08403 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/mushroom_block_skin_stem.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/mushroom_brown.png b/1.8.9/assets/minecraft/textures/blocks/mushroom_brown.png new file mode 100644 index 00000000..bf33d348 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/mushroom_brown.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/mushroom_red.png b/1.8.9/assets/minecraft/textures/blocks/mushroom_red.png new file mode 100644 index 00000000..1b332b79 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/mushroom_red.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/mycelium_side.png b/1.8.9/assets/minecraft/textures/blocks/mycelium_side.png new file mode 100644 index 00000000..55474258 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/mycelium_side.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/mycelium_top.png b/1.8.9/assets/minecraft/textures/blocks/mycelium_top.png new file mode 100644 index 00000000..088a8251 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/mycelium_top.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/nether_brick.png b/1.8.9/assets/minecraft/textures/blocks/nether_brick.png new file mode 100644 index 00000000..caaf66f8 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/nether_brick.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/nether_wart_stage_0.png b/1.8.9/assets/minecraft/textures/blocks/nether_wart_stage_0.png new file mode 100644 index 00000000..514a95be Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/nether_wart_stage_0.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/nether_wart_stage_1.png b/1.8.9/assets/minecraft/textures/blocks/nether_wart_stage_1.png new file mode 100644 index 00000000..b4ad0d1e Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/nether_wart_stage_1.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/nether_wart_stage_2.png b/1.8.9/assets/minecraft/textures/blocks/nether_wart_stage_2.png new file mode 100644 index 00000000..b9b67431 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/nether_wart_stage_2.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/netherrack.png b/1.8.9/assets/minecraft/textures/blocks/netherrack.png new file mode 100644 index 00000000..88129c4e Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/netherrack.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/noteblock.png b/1.8.9/assets/minecraft/textures/blocks/noteblock.png new file mode 100644 index 00000000..a3c27c18 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/noteblock.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/obsidian.png b/1.8.9/assets/minecraft/textures/blocks/obsidian.png new file mode 100644 index 00000000..ff0a6836 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/obsidian.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/piston_bottom.png b/1.8.9/assets/minecraft/textures/blocks/piston_bottom.png new file mode 100644 index 00000000..a3a5a085 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/piston_bottom.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/piston_inner.png b/1.8.9/assets/minecraft/textures/blocks/piston_inner.png new file mode 100644 index 00000000..10439292 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/piston_inner.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/piston_side.png b/1.8.9/assets/minecraft/textures/blocks/piston_side.png new file mode 100644 index 00000000..634f54ab Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/piston_side.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/piston_top_normal.png b/1.8.9/assets/minecraft/textures/blocks/piston_top_normal.png new file mode 100644 index 00000000..eeaadab4 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/piston_top_normal.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/piston_top_sticky.png b/1.8.9/assets/minecraft/textures/blocks/piston_top_sticky.png new file mode 100644 index 00000000..6ddd4ad3 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/piston_top_sticky.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/planks_acacia.png b/1.8.9/assets/minecraft/textures/blocks/planks_acacia.png new file mode 100644 index 00000000..6858c511 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/planks_acacia.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/planks_big_oak.png b/1.8.9/assets/minecraft/textures/blocks/planks_big_oak.png new file mode 100644 index 00000000..e3fd4ea9 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/planks_big_oak.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/planks_birch.png b/1.8.9/assets/minecraft/textures/blocks/planks_birch.png new file mode 100644 index 00000000..b113e3ae Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/planks_birch.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/planks_jungle.png b/1.8.9/assets/minecraft/textures/blocks/planks_jungle.png new file mode 100644 index 00000000..e3fe82d1 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/planks_jungle.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/planks_oak.png b/1.8.9/assets/minecraft/textures/blocks/planks_oak.png new file mode 100644 index 00000000..346f77dc Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/planks_oak.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/planks_spruce.png b/1.8.9/assets/minecraft/textures/blocks/planks_spruce.png new file mode 100644 index 00000000..f45fa94b Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/planks_spruce.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/portal.png b/1.8.9/assets/minecraft/textures/blocks/portal.png new file mode 100644 index 00000000..96859e2d Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/portal.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/portal.png.mcmeta b/1.8.9/assets/minecraft/textures/blocks/portal.png.mcmeta new file mode 100644 index 00000000..4f0718ac --- /dev/null +++ b/1.8.9/assets/minecraft/textures/blocks/portal.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} \ No newline at end of file diff --git a/1.8.9/assets/minecraft/textures/blocks/potatoes_stage_0.png b/1.8.9/assets/minecraft/textures/blocks/potatoes_stage_0.png new file mode 100644 index 00000000..c1ef7320 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/potatoes_stage_0.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/potatoes_stage_1.png b/1.8.9/assets/minecraft/textures/blocks/potatoes_stage_1.png new file mode 100644 index 00000000..1275f4f8 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/potatoes_stage_1.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/potatoes_stage_2.png b/1.8.9/assets/minecraft/textures/blocks/potatoes_stage_2.png new file mode 100644 index 00000000..b7347dfe Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/potatoes_stage_2.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/potatoes_stage_3.png b/1.8.9/assets/minecraft/textures/blocks/potatoes_stage_3.png new file mode 100644 index 00000000..d7e8185d Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/potatoes_stage_3.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/prismarine_bricks.png b/1.8.9/assets/minecraft/textures/blocks/prismarine_bricks.png new file mode 100644 index 00000000..58906903 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/prismarine_bricks.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/prismarine_dark.png b/1.8.9/assets/minecraft/textures/blocks/prismarine_dark.png new file mode 100644 index 00000000..07bed857 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/prismarine_dark.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/prismarine_rough.png b/1.8.9/assets/minecraft/textures/blocks/prismarine_rough.png new file mode 100644 index 00000000..fe133e29 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/prismarine_rough.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/prismarine_rough.png.mcmeta b/1.8.9/assets/minecraft/textures/blocks/prismarine_rough.png.mcmeta new file mode 100644 index 00000000..410b327f --- /dev/null +++ b/1.8.9/assets/minecraft/textures/blocks/prismarine_rough.png.mcmeta @@ -0,0 +1,30 @@ +{ + "animation": { + "frametime": 300, + "interpolate": true, + "frames": [ + 0, + 1, + 0, + 2, + 0, + 3, + 0, + 1, + 2, + 1, + 3, + 1, + 0, + 2, + 1, + 2, + 3, + 2, + 0, + 3, + 1, + 3 + ] + } +} diff --git a/1.8.9/assets/minecraft/textures/blocks/pumpkin_face_off.png b/1.8.9/assets/minecraft/textures/blocks/pumpkin_face_off.png new file mode 100644 index 00000000..ecef0250 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/pumpkin_face_off.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/pumpkin_face_on.png b/1.8.9/assets/minecraft/textures/blocks/pumpkin_face_on.png new file mode 100644 index 00000000..907f499f Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/pumpkin_face_on.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/pumpkin_side.png b/1.8.9/assets/minecraft/textures/blocks/pumpkin_side.png new file mode 100644 index 00000000..75dfc475 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/pumpkin_side.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/pumpkin_stem_connected.png b/1.8.9/assets/minecraft/textures/blocks/pumpkin_stem_connected.png new file mode 100644 index 00000000..6a5c10e1 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/pumpkin_stem_connected.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/pumpkin_stem_disconnected.png b/1.8.9/assets/minecraft/textures/blocks/pumpkin_stem_disconnected.png new file mode 100644 index 00000000..38065ef6 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/pumpkin_stem_disconnected.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/pumpkin_top.png b/1.8.9/assets/minecraft/textures/blocks/pumpkin_top.png new file mode 100644 index 00000000..297ce3c8 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/pumpkin_top.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/quartz_block_bottom.png b/1.8.9/assets/minecraft/textures/blocks/quartz_block_bottom.png new file mode 100644 index 00000000..7e16c7cf Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/quartz_block_bottom.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/quartz_block_chiseled.png b/1.8.9/assets/minecraft/textures/blocks/quartz_block_chiseled.png new file mode 100644 index 00000000..80465a1b Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/quartz_block_chiseled.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/quartz_block_chiseled_top.png b/1.8.9/assets/minecraft/textures/blocks/quartz_block_chiseled_top.png new file mode 100644 index 00000000..44073e5c Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/quartz_block_chiseled_top.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/quartz_block_lines.png b/1.8.9/assets/minecraft/textures/blocks/quartz_block_lines.png new file mode 100644 index 00000000..184ecd25 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/quartz_block_lines.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/quartz_block_lines_top.png b/1.8.9/assets/minecraft/textures/blocks/quartz_block_lines_top.png new file mode 100644 index 00000000..6d203793 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/quartz_block_lines_top.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/quartz_block_side.png b/1.8.9/assets/minecraft/textures/blocks/quartz_block_side.png new file mode 100644 index 00000000..a2cd2cab Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/quartz_block_side.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/quartz_block_top.png b/1.8.9/assets/minecraft/textures/blocks/quartz_block_top.png new file mode 100644 index 00000000..a2cd2cab Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/quartz_block_top.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/quartz_ore.png b/1.8.9/assets/minecraft/textures/blocks/quartz_ore.png new file mode 100644 index 00000000..4d758c12 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/quartz_ore.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/rail_activator.png b/1.8.9/assets/minecraft/textures/blocks/rail_activator.png new file mode 100644 index 00000000..ce115ba6 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/rail_activator.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/rail_activator_powered.png b/1.8.9/assets/minecraft/textures/blocks/rail_activator_powered.png new file mode 100644 index 00000000..a3aaca9b Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/rail_activator_powered.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/rail_detector.png b/1.8.9/assets/minecraft/textures/blocks/rail_detector.png new file mode 100644 index 00000000..92c1466e Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/rail_detector.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/rail_detector_powered.png b/1.8.9/assets/minecraft/textures/blocks/rail_detector_powered.png new file mode 100644 index 00000000..a1c6e6b1 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/rail_detector_powered.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/rail_golden.png b/1.8.9/assets/minecraft/textures/blocks/rail_golden.png new file mode 100644 index 00000000..1fc52c3e Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/rail_golden.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/rail_golden_powered.png b/1.8.9/assets/minecraft/textures/blocks/rail_golden_powered.png new file mode 100644 index 00000000..bd343be8 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/rail_golden_powered.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/rail_normal.png b/1.8.9/assets/minecraft/textures/blocks/rail_normal.png new file mode 100644 index 00000000..d6092369 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/rail_normal.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/rail_normal_turned.png b/1.8.9/assets/minecraft/textures/blocks/rail_normal_turned.png new file mode 100644 index 00000000..f394a235 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/rail_normal_turned.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/red_sand.png b/1.8.9/assets/minecraft/textures/blocks/red_sand.png new file mode 100644 index 00000000..b216a421 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/red_sand.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/red_sandstone_bottom.png b/1.8.9/assets/minecraft/textures/blocks/red_sandstone_bottom.png new file mode 100644 index 00000000..7e7a8c90 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/red_sandstone_bottom.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/red_sandstone_carved.png b/1.8.9/assets/minecraft/textures/blocks/red_sandstone_carved.png new file mode 100644 index 00000000..41070da4 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/red_sandstone_carved.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/red_sandstone_normal.png b/1.8.9/assets/minecraft/textures/blocks/red_sandstone_normal.png new file mode 100644 index 00000000..f6417847 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/red_sandstone_normal.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/red_sandstone_smooth.png b/1.8.9/assets/minecraft/textures/blocks/red_sandstone_smooth.png new file mode 100644 index 00000000..fd44a729 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/red_sandstone_smooth.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/red_sandstone_top.png b/1.8.9/assets/minecraft/textures/blocks/red_sandstone_top.png new file mode 100644 index 00000000..794dbeb1 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/red_sandstone_top.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/redstone_block.png b/1.8.9/assets/minecraft/textures/blocks/redstone_block.png new file mode 100644 index 00000000..fcf6b40f Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/redstone_block.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/redstone_dust_cross.png b/1.8.9/assets/minecraft/textures/blocks/redstone_dust_cross.png new file mode 100644 index 00000000..dcec8935 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/redstone_dust_cross.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/redstone_dust_cross_overlay.png b/1.8.9/assets/minecraft/textures/blocks/redstone_dust_cross_overlay.png new file mode 100644 index 00000000..96729e15 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/redstone_dust_cross_overlay.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/redstone_dust_line.png b/1.8.9/assets/minecraft/textures/blocks/redstone_dust_line.png new file mode 100644 index 00000000..ff0fb23a Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/redstone_dust_line.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/redstone_dust_line_overlay.png b/1.8.9/assets/minecraft/textures/blocks/redstone_dust_line_overlay.png new file mode 100644 index 00000000..9f24cbca Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/redstone_dust_line_overlay.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/redstone_lamp_off.png b/1.8.9/assets/minecraft/textures/blocks/redstone_lamp_off.png new file mode 100644 index 00000000..522765be Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/redstone_lamp_off.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/redstone_lamp_on.png b/1.8.9/assets/minecraft/textures/blocks/redstone_lamp_on.png new file mode 100644 index 00000000..9562ef3e Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/redstone_lamp_on.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/redstone_ore.png b/1.8.9/assets/minecraft/textures/blocks/redstone_ore.png new file mode 100644 index 00000000..575a4888 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/redstone_ore.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/redstone_torch_off.png b/1.8.9/assets/minecraft/textures/blocks/redstone_torch_off.png new file mode 100644 index 00000000..635eabd4 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/redstone_torch_off.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/redstone_torch_on.png b/1.8.9/assets/minecraft/textures/blocks/redstone_torch_on.png new file mode 100644 index 00000000..2983d6ce Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/redstone_torch_on.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/reeds.png b/1.8.9/assets/minecraft/textures/blocks/reeds.png new file mode 100644 index 00000000..64bbfe0e Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/reeds.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/repeater_off.png b/1.8.9/assets/minecraft/textures/blocks/repeater_off.png new file mode 100644 index 00000000..86346698 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/repeater_off.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/repeater_on.png b/1.8.9/assets/minecraft/textures/blocks/repeater_on.png new file mode 100644 index 00000000..d71d0d93 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/repeater_on.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/sand.png b/1.8.9/assets/minecraft/textures/blocks/sand.png new file mode 100644 index 00000000..86b96546 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/sand.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/sandstone_bottom.png b/1.8.9/assets/minecraft/textures/blocks/sandstone_bottom.png new file mode 100644 index 00000000..e1022209 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/sandstone_bottom.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/sandstone_carved.png b/1.8.9/assets/minecraft/textures/blocks/sandstone_carved.png new file mode 100644 index 00000000..9bd7fa14 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/sandstone_carved.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/sandstone_normal.png b/1.8.9/assets/minecraft/textures/blocks/sandstone_normal.png new file mode 100644 index 00000000..1b79145f Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/sandstone_normal.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/sandstone_smooth.png b/1.8.9/assets/minecraft/textures/blocks/sandstone_smooth.png new file mode 100644 index 00000000..ef118bdc Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/sandstone_smooth.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/sandstone_top.png b/1.8.9/assets/minecraft/textures/blocks/sandstone_top.png new file mode 100644 index 00000000..bb5b157d Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/sandstone_top.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/sapling_acacia.png b/1.8.9/assets/minecraft/textures/blocks/sapling_acacia.png new file mode 100644 index 00000000..a1215cbc Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/sapling_acacia.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/sapling_birch.png b/1.8.9/assets/minecraft/textures/blocks/sapling_birch.png new file mode 100644 index 00000000..b0dacc5f Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/sapling_birch.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/sapling_jungle.png b/1.8.9/assets/minecraft/textures/blocks/sapling_jungle.png new file mode 100644 index 00000000..4e10b35c Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/sapling_jungle.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/sapling_oak.png b/1.8.9/assets/minecraft/textures/blocks/sapling_oak.png new file mode 100644 index 00000000..1bf1bfa5 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/sapling_oak.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/sapling_roofed_oak.png b/1.8.9/assets/minecraft/textures/blocks/sapling_roofed_oak.png new file mode 100644 index 00000000..dcf5588c Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/sapling_roofed_oak.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/sapling_spruce.png b/1.8.9/assets/minecraft/textures/blocks/sapling_spruce.png new file mode 100644 index 00000000..5767d48b Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/sapling_spruce.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/sea_lantern.png b/1.8.9/assets/minecraft/textures/blocks/sea_lantern.png new file mode 100644 index 00000000..4f08fd2d Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/sea_lantern.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/sea_lantern.png.mcmeta b/1.8.9/assets/minecraft/textures/blocks/sea_lantern.png.mcmeta new file mode 100644 index 00000000..e8ac9bc3 --- /dev/null +++ b/1.8.9/assets/minecraft/textures/blocks/sea_lantern.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 5 + } +} diff --git a/1.8.9/assets/minecraft/textures/blocks/slime.png b/1.8.9/assets/minecraft/textures/blocks/slime.png new file mode 100644 index 00000000..6dbe5cb6 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/slime.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/snow.png b/1.8.9/assets/minecraft/textures/blocks/snow.png new file mode 100644 index 00000000..5c146cd3 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/snow.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/soul_sand.png b/1.8.9/assets/minecraft/textures/blocks/soul_sand.png new file mode 100644 index 00000000..fca7e8ff Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/soul_sand.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/sponge.png b/1.8.9/assets/minecraft/textures/blocks/sponge.png new file mode 100644 index 00000000..78507030 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/sponge.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/sponge_wet.png b/1.8.9/assets/minecraft/textures/blocks/sponge_wet.png new file mode 100644 index 00000000..d024995f Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/sponge_wet.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/stone.png b/1.8.9/assets/minecraft/textures/blocks/stone.png new file mode 100644 index 00000000..87e19ff4 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/stone.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/stone_andesite.png b/1.8.9/assets/minecraft/textures/blocks/stone_andesite.png new file mode 100644 index 00000000..680a899f Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/stone_andesite.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/stone_andesite_smooth.png b/1.8.9/assets/minecraft/textures/blocks/stone_andesite_smooth.png new file mode 100644 index 00000000..a77809c0 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/stone_andesite_smooth.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/stone_diorite.png b/1.8.9/assets/minecraft/textures/blocks/stone_diorite.png new file mode 100644 index 00000000..711c838b Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/stone_diorite.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/stone_diorite_smooth.png b/1.8.9/assets/minecraft/textures/blocks/stone_diorite_smooth.png new file mode 100644 index 00000000..8b4f8e35 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/stone_diorite_smooth.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/stone_granite.png b/1.8.9/assets/minecraft/textures/blocks/stone_granite.png new file mode 100644 index 00000000..07c7af85 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/stone_granite.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/stone_granite_smooth.png b/1.8.9/assets/minecraft/textures/blocks/stone_granite_smooth.png new file mode 100644 index 00000000..d5b37f1b Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/stone_granite_smooth.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/stone_slab_side.png b/1.8.9/assets/minecraft/textures/blocks/stone_slab_side.png new file mode 100644 index 00000000..fe2a2040 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/stone_slab_side.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/stone_slab_top.png b/1.8.9/assets/minecraft/textures/blocks/stone_slab_top.png new file mode 100644 index 00000000..090657d3 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/stone_slab_top.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/stonebrick.png b/1.8.9/assets/minecraft/textures/blocks/stonebrick.png new file mode 100644 index 00000000..69138cf2 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/stonebrick.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/stonebrick_carved.png b/1.8.9/assets/minecraft/textures/blocks/stonebrick_carved.png new file mode 100644 index 00000000..b7e88db2 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/stonebrick_carved.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/stonebrick_cracked.png b/1.8.9/assets/minecraft/textures/blocks/stonebrick_cracked.png new file mode 100644 index 00000000..918a8845 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/stonebrick_cracked.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/stonebrick_mossy.png b/1.8.9/assets/minecraft/textures/blocks/stonebrick_mossy.png new file mode 100644 index 00000000..5b9fe376 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/stonebrick_mossy.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/tallgrass.png b/1.8.9/assets/minecraft/textures/blocks/tallgrass.png new file mode 100644 index 00000000..2869848f Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/tallgrass.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/tnt_bottom.png b/1.8.9/assets/minecraft/textures/blocks/tnt_bottom.png new file mode 100644 index 00000000..cc2e5867 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/tnt_bottom.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/tnt_side.png b/1.8.9/assets/minecraft/textures/blocks/tnt_side.png new file mode 100644 index 00000000..21109fbe Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/tnt_side.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/tnt_top.png b/1.8.9/assets/minecraft/textures/blocks/tnt_top.png new file mode 100644 index 00000000..ceb44b6d Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/tnt_top.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/torch_on.png b/1.8.9/assets/minecraft/textures/blocks/torch_on.png new file mode 100644 index 00000000..a2ce41b8 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/torch_on.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/trapdoor.png b/1.8.9/assets/minecraft/textures/blocks/trapdoor.png new file mode 100644 index 00000000..4eadefc5 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/trapdoor.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/trip_wire.png b/1.8.9/assets/minecraft/textures/blocks/trip_wire.png new file mode 100644 index 00000000..42126b80 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/trip_wire.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/trip_wire_source.png b/1.8.9/assets/minecraft/textures/blocks/trip_wire_source.png new file mode 100644 index 00000000..fbd464d8 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/trip_wire_source.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/vine.png b/1.8.9/assets/minecraft/textures/blocks/vine.png new file mode 100644 index 00000000..df5e435a Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/vine.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/water_flow.png b/1.8.9/assets/minecraft/textures/blocks/water_flow.png new file mode 100644 index 00000000..e72280c4 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/water_flow.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/water_flow.png.mcmeta b/1.8.9/assets/minecraft/textures/blocks/water_flow.png.mcmeta new file mode 100644 index 00000000..4f0718ac --- /dev/null +++ b/1.8.9/assets/minecraft/textures/blocks/water_flow.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} \ No newline at end of file diff --git a/1.8.9/assets/minecraft/textures/blocks/water_still.png b/1.8.9/assets/minecraft/textures/blocks/water_still.png new file mode 100644 index 00000000..c7e90b07 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/water_still.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/water_still.png.mcmeta b/1.8.9/assets/minecraft/textures/blocks/water_still.png.mcmeta new file mode 100644 index 00000000..0645f48c --- /dev/null +++ b/1.8.9/assets/minecraft/textures/blocks/water_still.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 2 + } +} diff --git a/1.8.9/assets/minecraft/textures/blocks/waterlily.png b/1.8.9/assets/minecraft/textures/blocks/waterlily.png new file mode 100644 index 00000000..f6c84f84 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/waterlily.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/web.png b/1.8.9/assets/minecraft/textures/blocks/web.png new file mode 100644 index 00000000..7c097f17 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/web.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/wheat_stage_0.png b/1.8.9/assets/minecraft/textures/blocks/wheat_stage_0.png new file mode 100644 index 00000000..185af6fc Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/wheat_stage_0.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/wheat_stage_1.png b/1.8.9/assets/minecraft/textures/blocks/wheat_stage_1.png new file mode 100644 index 00000000..67588c1e Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/wheat_stage_1.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/wheat_stage_2.png b/1.8.9/assets/minecraft/textures/blocks/wheat_stage_2.png new file mode 100644 index 00000000..3d337929 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/wheat_stage_2.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/wheat_stage_3.png b/1.8.9/assets/minecraft/textures/blocks/wheat_stage_3.png new file mode 100644 index 00000000..4649f780 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/wheat_stage_3.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/wheat_stage_4.png b/1.8.9/assets/minecraft/textures/blocks/wheat_stage_4.png new file mode 100644 index 00000000..ac04b52c Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/wheat_stage_4.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/wheat_stage_5.png b/1.8.9/assets/minecraft/textures/blocks/wheat_stage_5.png new file mode 100644 index 00000000..1ea81acd Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/wheat_stage_5.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/wheat_stage_6.png b/1.8.9/assets/minecraft/textures/blocks/wheat_stage_6.png new file mode 100644 index 00000000..cb5f1951 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/wheat_stage_6.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/wheat_stage_7.png b/1.8.9/assets/minecraft/textures/blocks/wheat_stage_7.png new file mode 100644 index 00000000..7acafb37 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/wheat_stage_7.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/wool_colored_black.png b/1.8.9/assets/minecraft/textures/blocks/wool_colored_black.png new file mode 100644 index 00000000..b74d5c9f Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/wool_colored_black.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/wool_colored_blue.png b/1.8.9/assets/minecraft/textures/blocks/wool_colored_blue.png new file mode 100644 index 00000000..ce9515f8 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/wool_colored_blue.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/wool_colored_brown.png b/1.8.9/assets/minecraft/textures/blocks/wool_colored_brown.png new file mode 100644 index 00000000..b4dc3c52 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/wool_colored_brown.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/wool_colored_cyan.png b/1.8.9/assets/minecraft/textures/blocks/wool_colored_cyan.png new file mode 100644 index 00000000..ca0800a3 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/wool_colored_cyan.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/wool_colored_gray.png b/1.8.9/assets/minecraft/textures/blocks/wool_colored_gray.png new file mode 100644 index 00000000..6409ff2f Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/wool_colored_gray.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/wool_colored_green.png b/1.8.9/assets/minecraft/textures/blocks/wool_colored_green.png new file mode 100644 index 00000000..a7be6d7f Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/wool_colored_green.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/wool_colored_light_blue.png b/1.8.9/assets/minecraft/textures/blocks/wool_colored_light_blue.png new file mode 100644 index 00000000..72d9d9e7 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/wool_colored_light_blue.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/wool_colored_lime.png b/1.8.9/assets/minecraft/textures/blocks/wool_colored_lime.png new file mode 100644 index 00000000..bf56389f Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/wool_colored_lime.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/wool_colored_magenta.png b/1.8.9/assets/minecraft/textures/blocks/wool_colored_magenta.png new file mode 100644 index 00000000..3af67475 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/wool_colored_magenta.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/wool_colored_orange.png b/1.8.9/assets/minecraft/textures/blocks/wool_colored_orange.png new file mode 100644 index 00000000..eefe6dea Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/wool_colored_orange.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/wool_colored_pink.png b/1.8.9/assets/minecraft/textures/blocks/wool_colored_pink.png new file mode 100644 index 00000000..c2785af2 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/wool_colored_pink.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/wool_colored_purple.png b/1.8.9/assets/minecraft/textures/blocks/wool_colored_purple.png new file mode 100644 index 00000000..76f68d6d Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/wool_colored_purple.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/wool_colored_red.png b/1.8.9/assets/minecraft/textures/blocks/wool_colored_red.png new file mode 100644 index 00000000..0cff7a9b Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/wool_colored_red.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/wool_colored_silver.png b/1.8.9/assets/minecraft/textures/blocks/wool_colored_silver.png new file mode 100644 index 00000000..756d9b06 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/wool_colored_silver.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/wool_colored_white.png b/1.8.9/assets/minecraft/textures/blocks/wool_colored_white.png new file mode 100644 index 00000000..abc7999c Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/wool_colored_white.png differ diff --git a/1.8.9/assets/minecraft/textures/blocks/wool_colored_yellow.png b/1.8.9/assets/minecraft/textures/blocks/wool_colored_yellow.png new file mode 100644 index 00000000..4babaaaa Binary files /dev/null and b/1.8.9/assets/minecraft/textures/blocks/wool_colored_yellow.png differ diff --git a/1.8.9/assets/minecraft/textures/colormap/foliage.png b/1.8.9/assets/minecraft/textures/colormap/foliage.png new file mode 100644 index 00000000..dcc119ee Binary files /dev/null and b/1.8.9/assets/minecraft/textures/colormap/foliage.png differ diff --git a/1.8.9/assets/minecraft/textures/colormap/grass.png b/1.8.9/assets/minecraft/textures/colormap/grass.png new file mode 100644 index 00000000..484a9a6a Binary files /dev/null and b/1.8.9/assets/minecraft/textures/colormap/grass.png differ diff --git a/1.8.9/assets/minecraft/textures/effect/dither.png b/1.8.9/assets/minecraft/textures/effect/dither.png new file mode 100644 index 00000000..19ba7e4b Binary files /dev/null and b/1.8.9/assets/minecraft/textures/effect/dither.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/alex.png b/1.8.9/assets/minecraft/textures/entity/alex.png new file mode 100644 index 00000000..b643fe2d Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/alex.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/armorstand/wood.png b/1.8.9/assets/minecraft/textures/entity/armorstand/wood.png new file mode 100644 index 00000000..79459cc5 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/armorstand/wood.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/arrow.png b/1.8.9/assets/minecraft/textures/entity/arrow.png new file mode 100644 index 00000000..3afa604d Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/arrow.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/banner/base.png b/1.8.9/assets/minecraft/textures/entity/banner/base.png new file mode 100644 index 00000000..bc806033 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/banner/base.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/banner/border.png b/1.8.9/assets/minecraft/textures/entity/banner/border.png new file mode 100644 index 00000000..444aeea7 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/banner/border.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/banner/bricks.png b/1.8.9/assets/minecraft/textures/entity/banner/bricks.png new file mode 100644 index 00000000..544cff4f Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/banner/bricks.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/banner/circle.png b/1.8.9/assets/minecraft/textures/entity/banner/circle.png new file mode 100644 index 00000000..c6d3774d Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/banner/circle.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/banner/creeper.png b/1.8.9/assets/minecraft/textures/entity/banner/creeper.png new file mode 100644 index 00000000..111b40bf Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/banner/creeper.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/banner/cross.png b/1.8.9/assets/minecraft/textures/entity/banner/cross.png new file mode 100644 index 00000000..c18bf825 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/banner/cross.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/banner/curly_border.png b/1.8.9/assets/minecraft/textures/entity/banner/curly_border.png new file mode 100644 index 00000000..5ea188e1 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/banner/curly_border.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/banner/diagonal_left.png b/1.8.9/assets/minecraft/textures/entity/banner/diagonal_left.png new file mode 100644 index 00000000..c6f45ffa Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/banner/diagonal_left.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/banner/diagonal_right.png b/1.8.9/assets/minecraft/textures/entity/banner/diagonal_right.png new file mode 100644 index 00000000..23280c4c Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/banner/diagonal_right.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/banner/diagonal_up_left.png b/1.8.9/assets/minecraft/textures/entity/banner/diagonal_up_left.png new file mode 100644 index 00000000..b0955f23 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/banner/diagonal_up_left.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/banner/diagonal_up_right.png b/1.8.9/assets/minecraft/textures/entity/banner/diagonal_up_right.png new file mode 100644 index 00000000..e8cd6b18 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/banner/diagonal_up_right.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/banner/flower.png b/1.8.9/assets/minecraft/textures/entity/banner/flower.png new file mode 100644 index 00000000..67dc1ac9 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/banner/flower.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/banner/gradient.png b/1.8.9/assets/minecraft/textures/entity/banner/gradient.png new file mode 100644 index 00000000..8ce98320 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/banner/gradient.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/banner/gradient_up.png b/1.8.9/assets/minecraft/textures/entity/banner/gradient_up.png new file mode 100644 index 00000000..38cf516f Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/banner/gradient_up.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/banner/half_horizontal.png b/1.8.9/assets/minecraft/textures/entity/banner/half_horizontal.png new file mode 100644 index 00000000..0f6d8a7c Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/banner/half_horizontal.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/banner/half_horizontal_bottom.png b/1.8.9/assets/minecraft/textures/entity/banner/half_horizontal_bottom.png new file mode 100644 index 00000000..64fac368 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/banner/half_horizontal_bottom.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/banner/half_vertical.png b/1.8.9/assets/minecraft/textures/entity/banner/half_vertical.png new file mode 100644 index 00000000..8178ea7b Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/banner/half_vertical.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/banner/half_vertical_right.png b/1.8.9/assets/minecraft/textures/entity/banner/half_vertical_right.png new file mode 100644 index 00000000..74089b6c Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/banner/half_vertical_right.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/banner/mojang.png b/1.8.9/assets/minecraft/textures/entity/banner/mojang.png new file mode 100644 index 00000000..fb6414cb Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/banner/mojang.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/banner/rhombus.png b/1.8.9/assets/minecraft/textures/entity/banner/rhombus.png new file mode 100644 index 00000000..abee9826 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/banner/rhombus.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/banner/skull.png b/1.8.9/assets/minecraft/textures/entity/banner/skull.png new file mode 100644 index 00000000..ddf86534 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/banner/skull.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/banner/small_stripes.png b/1.8.9/assets/minecraft/textures/entity/banner/small_stripes.png new file mode 100644 index 00000000..0abaef05 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/banner/small_stripes.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/banner/square_bottom_left.png b/1.8.9/assets/minecraft/textures/entity/banner/square_bottom_left.png new file mode 100644 index 00000000..5fdd2459 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/banner/square_bottom_left.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/banner/square_bottom_right.png b/1.8.9/assets/minecraft/textures/entity/banner/square_bottom_right.png new file mode 100644 index 00000000..dd64ecaa Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/banner/square_bottom_right.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/banner/square_top_left.png b/1.8.9/assets/minecraft/textures/entity/banner/square_top_left.png new file mode 100644 index 00000000..76289989 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/banner/square_top_left.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/banner/square_top_right.png b/1.8.9/assets/minecraft/textures/entity/banner/square_top_right.png new file mode 100644 index 00000000..4197ecb5 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/banner/square_top_right.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/banner/straight_cross.png b/1.8.9/assets/minecraft/textures/entity/banner/straight_cross.png new file mode 100644 index 00000000..1b7fa7d0 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/banner/straight_cross.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/banner/stripe_bottom.png b/1.8.9/assets/minecraft/textures/entity/banner/stripe_bottom.png new file mode 100644 index 00000000..5473f901 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/banner/stripe_bottom.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/banner/stripe_center.png b/1.8.9/assets/minecraft/textures/entity/banner/stripe_center.png new file mode 100644 index 00000000..eddba20e Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/banner/stripe_center.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/banner/stripe_downleft.png b/1.8.9/assets/minecraft/textures/entity/banner/stripe_downleft.png new file mode 100644 index 00000000..d73f9b7c Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/banner/stripe_downleft.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/banner/stripe_downright.png b/1.8.9/assets/minecraft/textures/entity/banner/stripe_downright.png new file mode 100644 index 00000000..0b610d9b Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/banner/stripe_downright.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/banner/stripe_left.png b/1.8.9/assets/minecraft/textures/entity/banner/stripe_left.png new file mode 100644 index 00000000..0707d313 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/banner/stripe_left.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/banner/stripe_middle.png b/1.8.9/assets/minecraft/textures/entity/banner/stripe_middle.png new file mode 100644 index 00000000..bde988b4 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/banner/stripe_middle.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/banner/stripe_right.png b/1.8.9/assets/minecraft/textures/entity/banner/stripe_right.png new file mode 100644 index 00000000..f0a8a252 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/banner/stripe_right.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/banner/stripe_top.png b/1.8.9/assets/minecraft/textures/entity/banner/stripe_top.png new file mode 100644 index 00000000..1b8e3f2b Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/banner/stripe_top.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/banner/triangle_bottom.png b/1.8.9/assets/minecraft/textures/entity/banner/triangle_bottom.png new file mode 100644 index 00000000..bc379308 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/banner/triangle_bottom.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/banner/triangle_top.png b/1.8.9/assets/minecraft/textures/entity/banner/triangle_top.png new file mode 100644 index 00000000..77877c0f Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/banner/triangle_top.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/banner/triangles_bottom.png b/1.8.9/assets/minecraft/textures/entity/banner/triangles_bottom.png new file mode 100644 index 00000000..fe25db74 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/banner/triangles_bottom.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/banner/triangles_top.png b/1.8.9/assets/minecraft/textures/entity/banner/triangles_top.png new file mode 100644 index 00000000..f59a121c Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/banner/triangles_top.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/banner_base.png b/1.8.9/assets/minecraft/textures/entity/banner_base.png new file mode 100644 index 00000000..e38d28e2 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/banner_base.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/bat.png b/1.8.9/assets/minecraft/textures/entity/bat.png new file mode 100644 index 00000000..803860ed Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/bat.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/beacon_beam.png b/1.8.9/assets/minecraft/textures/entity/beacon_beam.png new file mode 100644 index 00000000..67545b45 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/beacon_beam.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/blaze.png b/1.8.9/assets/minecraft/textures/entity/blaze.png new file mode 100644 index 00000000..19cdbb59 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/blaze.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/boat.png b/1.8.9/assets/minecraft/textures/entity/boat.png new file mode 100644 index 00000000..9b589654 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/boat.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/cat/black.png b/1.8.9/assets/minecraft/textures/entity/cat/black.png new file mode 100644 index 00000000..422908f2 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/cat/black.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/cat/ocelot.png b/1.8.9/assets/minecraft/textures/entity/cat/ocelot.png new file mode 100644 index 00000000..6b5064ee Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/cat/ocelot.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/cat/red.png b/1.8.9/assets/minecraft/textures/entity/cat/red.png new file mode 100644 index 00000000..17b6de5b Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/cat/red.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/cat/siamese.png b/1.8.9/assets/minecraft/textures/entity/cat/siamese.png new file mode 100644 index 00000000..cfed948e Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/cat/siamese.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/chest/christmas.png b/1.8.9/assets/minecraft/textures/entity/chest/christmas.png new file mode 100644 index 00000000..44591121 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/chest/christmas.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/chest/christmas_double.png b/1.8.9/assets/minecraft/textures/entity/chest/christmas_double.png new file mode 100644 index 00000000..9e44eebb Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/chest/christmas_double.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/chest/ender.png b/1.8.9/assets/minecraft/textures/entity/chest/ender.png new file mode 100644 index 00000000..3631d0dd Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/chest/ender.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/chest/normal.png b/1.8.9/assets/minecraft/textures/entity/chest/normal.png new file mode 100644 index 00000000..2e3d7fde Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/chest/normal.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/chest/normal_double.png b/1.8.9/assets/minecraft/textures/entity/chest/normal_double.png new file mode 100644 index 00000000..01683381 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/chest/normal_double.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/chest/trapped.png b/1.8.9/assets/minecraft/textures/entity/chest/trapped.png new file mode 100644 index 00000000..3aef1901 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/chest/trapped.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/chest/trapped_double.png b/1.8.9/assets/minecraft/textures/entity/chest/trapped_double.png new file mode 100644 index 00000000..00eebe5d Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/chest/trapped_double.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/chicken.png b/1.8.9/assets/minecraft/textures/entity/chicken.png new file mode 100644 index 00000000..e24d550f Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/chicken.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/cow/cow.png b/1.8.9/assets/minecraft/textures/entity/cow/cow.png new file mode 100644 index 00000000..f1320c30 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/cow/cow.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/cow/mooshroom.png b/1.8.9/assets/minecraft/textures/entity/cow/mooshroom.png new file mode 100644 index 00000000..3d682868 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/cow/mooshroom.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/creeper/creeper.png b/1.8.9/assets/minecraft/textures/entity/creeper/creeper.png new file mode 100644 index 00000000..abdb5400 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/creeper/creeper.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/creeper/creeper_armor.png b/1.8.9/assets/minecraft/textures/entity/creeper/creeper_armor.png new file mode 100644 index 00000000..119f6ff1 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/creeper/creeper_armor.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/enchanting_table_book.png b/1.8.9/assets/minecraft/textures/entity/enchanting_table_book.png new file mode 100644 index 00000000..619e7a55 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/enchanting_table_book.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/end_portal.png b/1.8.9/assets/minecraft/textures/entity/end_portal.png new file mode 100644 index 00000000..d5d85695 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/end_portal.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/endercrystal/endercrystal.png b/1.8.9/assets/minecraft/textures/entity/endercrystal/endercrystal.png new file mode 100644 index 00000000..8b3668a5 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/endercrystal/endercrystal.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/endercrystal/endercrystal_beam.png b/1.8.9/assets/minecraft/textures/entity/endercrystal/endercrystal_beam.png new file mode 100644 index 00000000..1259a5d0 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/endercrystal/endercrystal_beam.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/enderdragon/dragon.png b/1.8.9/assets/minecraft/textures/entity/enderdragon/dragon.png new file mode 100644 index 00000000..b8a680c8 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/enderdragon/dragon.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/enderdragon/dragon_exploding.png b/1.8.9/assets/minecraft/textures/entity/enderdragon/dragon_exploding.png new file mode 100644 index 00000000..ca5c9496 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/enderdragon/dragon_exploding.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/enderdragon/dragon_eyes.png b/1.8.9/assets/minecraft/textures/entity/enderdragon/dragon_eyes.png new file mode 100644 index 00000000..147b303d Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/enderdragon/dragon_eyes.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/enderman/enderman.png b/1.8.9/assets/minecraft/textures/entity/enderman/enderman.png new file mode 100644 index 00000000..ab23cb98 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/enderman/enderman.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/enderman/enderman_eyes.png b/1.8.9/assets/minecraft/textures/entity/enderman/enderman_eyes.png new file mode 100644 index 00000000..08044028 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/enderman/enderman_eyes.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/endermite.png b/1.8.9/assets/minecraft/textures/entity/endermite.png new file mode 100644 index 00000000..c3e5be1b Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/endermite.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/experience_orb.png b/1.8.9/assets/minecraft/textures/entity/experience_orb.png new file mode 100644 index 00000000..92f9d0f0 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/experience_orb.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/explosion.png b/1.8.9/assets/minecraft/textures/entity/explosion.png new file mode 100644 index 00000000..c309409c Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/explosion.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/ghast/ghast.png b/1.8.9/assets/minecraft/textures/entity/ghast/ghast.png new file mode 100644 index 00000000..dd63bc17 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/ghast/ghast.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/ghast/ghast_shooting.png b/1.8.9/assets/minecraft/textures/entity/ghast/ghast_shooting.png new file mode 100644 index 00000000..5d9be29c Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/ghast/ghast_shooting.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/guardian.png b/1.8.9/assets/minecraft/textures/entity/guardian.png new file mode 100644 index 00000000..144c2cf5 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/guardian.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/guardian_beam.png b/1.8.9/assets/minecraft/textures/entity/guardian_beam.png new file mode 100644 index 00000000..9f96ea52 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/guardian_beam.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/guardian_elder.png b/1.8.9/assets/minecraft/textures/entity/guardian_elder.png new file mode 100644 index 00000000..67a9e49c Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/guardian_elder.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/horse/armor/horse_armor_diamond.png b/1.8.9/assets/minecraft/textures/entity/horse/armor/horse_armor_diamond.png new file mode 100644 index 00000000..39068f25 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/horse/armor/horse_armor_diamond.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/horse/armor/horse_armor_gold.png b/1.8.9/assets/minecraft/textures/entity/horse/armor/horse_armor_gold.png new file mode 100644 index 00000000..4a0786de Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/horse/armor/horse_armor_gold.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/horse/armor/horse_armor_iron.png b/1.8.9/assets/minecraft/textures/entity/horse/armor/horse_armor_iron.png new file mode 100644 index 00000000..533b2dd9 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/horse/armor/horse_armor_iron.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/horse/donkey.png b/1.8.9/assets/minecraft/textures/entity/horse/donkey.png new file mode 100644 index 00000000..b94bc630 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/horse/donkey.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/horse/horse_black.png b/1.8.9/assets/minecraft/textures/entity/horse/horse_black.png new file mode 100644 index 00000000..dde716e2 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/horse/horse_black.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/horse/horse_brown.png b/1.8.9/assets/minecraft/textures/entity/horse/horse_brown.png new file mode 100644 index 00000000..ec0158f4 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/horse/horse_brown.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/horse/horse_chestnut.png b/1.8.9/assets/minecraft/textures/entity/horse/horse_chestnut.png new file mode 100644 index 00000000..40322ff9 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/horse/horse_chestnut.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/horse/horse_creamy.png b/1.8.9/assets/minecraft/textures/entity/horse/horse_creamy.png new file mode 100644 index 00000000..bc42bcce Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/horse/horse_creamy.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/horse/horse_darkbrown.png b/1.8.9/assets/minecraft/textures/entity/horse/horse_darkbrown.png new file mode 100644 index 00000000..b38e914c Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/horse/horse_darkbrown.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/horse/horse_gray.png b/1.8.9/assets/minecraft/textures/entity/horse/horse_gray.png new file mode 100644 index 00000000..49875329 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/horse/horse_gray.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/horse/horse_markings_blackdots.png b/1.8.9/assets/minecraft/textures/entity/horse/horse_markings_blackdots.png new file mode 100644 index 00000000..73206486 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/horse/horse_markings_blackdots.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/horse/horse_markings_white.png b/1.8.9/assets/minecraft/textures/entity/horse/horse_markings_white.png new file mode 100644 index 00000000..b1f0a697 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/horse/horse_markings_white.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/horse/horse_markings_whitedots.png b/1.8.9/assets/minecraft/textures/entity/horse/horse_markings_whitedots.png new file mode 100644 index 00000000..20e19546 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/horse/horse_markings_whitedots.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/horse/horse_markings_whitefield.png b/1.8.9/assets/minecraft/textures/entity/horse/horse_markings_whitefield.png new file mode 100644 index 00000000..baa2c06f Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/horse/horse_markings_whitefield.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/horse/horse_skeleton.png b/1.8.9/assets/minecraft/textures/entity/horse/horse_skeleton.png new file mode 100644 index 00000000..29d4ed5d Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/horse/horse_skeleton.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/horse/horse_white.png b/1.8.9/assets/minecraft/textures/entity/horse/horse_white.png new file mode 100644 index 00000000..e90e6e7f Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/horse/horse_white.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/horse/horse_zombie.png b/1.8.9/assets/minecraft/textures/entity/horse/horse_zombie.png new file mode 100644 index 00000000..22d55faa Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/horse/horse_zombie.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/horse/mule.png b/1.8.9/assets/minecraft/textures/entity/horse/mule.png new file mode 100644 index 00000000..241bdaac Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/horse/mule.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/iron_golem.png b/1.8.9/assets/minecraft/textures/entity/iron_golem.png new file mode 100644 index 00000000..f9f64659 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/iron_golem.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/lead_knot.png b/1.8.9/assets/minecraft/textures/entity/lead_knot.png new file mode 100644 index 00000000..ab4d3b3a Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/lead_knot.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/minecart.png b/1.8.9/assets/minecraft/textures/entity/minecart.png new file mode 100644 index 00000000..7ad7b54f Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/minecart.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/pig/pig.png b/1.8.9/assets/minecraft/textures/entity/pig/pig.png new file mode 100644 index 00000000..0a9532ff Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/pig/pig.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/pig/pig_saddle.png b/1.8.9/assets/minecraft/textures/entity/pig/pig_saddle.png new file mode 100644 index 00000000..640ea76c Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/pig/pig_saddle.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/rabbit/black.png b/1.8.9/assets/minecraft/textures/entity/rabbit/black.png new file mode 100644 index 00000000..1203cb9a Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/rabbit/black.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/rabbit/brown.png b/1.8.9/assets/minecraft/textures/entity/rabbit/brown.png new file mode 100644 index 00000000..ffa08707 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/rabbit/brown.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/rabbit/caerbannog.png b/1.8.9/assets/minecraft/textures/entity/rabbit/caerbannog.png new file mode 100644 index 00000000..778bfc75 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/rabbit/caerbannog.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/rabbit/gold.png b/1.8.9/assets/minecraft/textures/entity/rabbit/gold.png new file mode 100644 index 00000000..595e6f71 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/rabbit/gold.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/rabbit/salt.png b/1.8.9/assets/minecraft/textures/entity/rabbit/salt.png new file mode 100644 index 00000000..2232ef0a Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/rabbit/salt.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/rabbit/toast.png b/1.8.9/assets/minecraft/textures/entity/rabbit/toast.png new file mode 100644 index 00000000..b1bb70d7 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/rabbit/toast.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/rabbit/white.png b/1.8.9/assets/minecraft/textures/entity/rabbit/white.png new file mode 100644 index 00000000..bb6cd9e2 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/rabbit/white.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/rabbit/white_splotched.png b/1.8.9/assets/minecraft/textures/entity/rabbit/white_splotched.png new file mode 100644 index 00000000..196ac008 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/rabbit/white_splotched.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/sheep/sheep.png b/1.8.9/assets/minecraft/textures/entity/sheep/sheep.png new file mode 100644 index 00000000..d9fe93f7 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/sheep/sheep.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/sheep/sheep_fur.png b/1.8.9/assets/minecraft/textures/entity/sheep/sheep_fur.png new file mode 100644 index 00000000..623340b8 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/sheep/sheep_fur.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/sign.png b/1.8.9/assets/minecraft/textures/entity/sign.png new file mode 100644 index 00000000..e22e2f78 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/sign.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/silverfish.png b/1.8.9/assets/minecraft/textures/entity/silverfish.png new file mode 100644 index 00000000..416fa168 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/silverfish.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/skeleton/skeleton.png b/1.8.9/assets/minecraft/textures/entity/skeleton/skeleton.png new file mode 100644 index 00000000..184b5853 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/skeleton/skeleton.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/skeleton/wither_skeleton.png b/1.8.9/assets/minecraft/textures/entity/skeleton/wither_skeleton.png new file mode 100644 index 00000000..b0db19df Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/skeleton/wither_skeleton.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/slime/magmacube.png b/1.8.9/assets/minecraft/textures/entity/slime/magmacube.png new file mode 100644 index 00000000..c1b397fe Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/slime/magmacube.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/slime/slime.png b/1.8.9/assets/minecraft/textures/entity/slime/slime.png new file mode 100644 index 00000000..96edcf67 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/slime/slime.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/snowman.png b/1.8.9/assets/minecraft/textures/entity/snowman.png new file mode 100644 index 00000000..568d5f6e Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/snowman.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/spider/cave_spider.png b/1.8.9/assets/minecraft/textures/entity/spider/cave_spider.png new file mode 100644 index 00000000..934f1ea9 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/spider/cave_spider.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/spider/spider.png b/1.8.9/assets/minecraft/textures/entity/spider/spider.png new file mode 100644 index 00000000..3a8c779e Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/spider/spider.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/spider_eyes.png b/1.8.9/assets/minecraft/textures/entity/spider_eyes.png new file mode 100644 index 00000000..6b80a061 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/spider_eyes.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/squid.png b/1.8.9/assets/minecraft/textures/entity/squid.png new file mode 100644 index 00000000..f2853887 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/squid.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/steve.png b/1.8.9/assets/minecraft/textures/entity/steve.png new file mode 100644 index 00000000..90d4fa23 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/steve.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/villager/butcher.png b/1.8.9/assets/minecraft/textures/entity/villager/butcher.png new file mode 100644 index 00000000..f1c07d41 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/villager/butcher.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/villager/farmer.png b/1.8.9/assets/minecraft/textures/entity/villager/farmer.png new file mode 100644 index 00000000..970c1799 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/villager/farmer.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/villager/librarian.png b/1.8.9/assets/minecraft/textures/entity/villager/librarian.png new file mode 100644 index 00000000..b071cd3d Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/villager/librarian.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/villager/priest.png b/1.8.9/assets/minecraft/textures/entity/villager/priest.png new file mode 100644 index 00000000..35054ce1 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/villager/priest.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/villager/smith.png b/1.8.9/assets/minecraft/textures/entity/villager/smith.png new file mode 100644 index 00000000..965da7f0 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/villager/smith.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/villager/villager.png b/1.8.9/assets/minecraft/textures/entity/villager/villager.png new file mode 100644 index 00000000..52de8e7b Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/villager/villager.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/witch.png b/1.8.9/assets/minecraft/textures/entity/witch.png new file mode 100644 index 00000000..24035708 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/witch.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/wither/wither.png b/1.8.9/assets/minecraft/textures/entity/wither/wither.png new file mode 100644 index 00000000..0882d052 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/wither/wither.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/wither/wither_armor.png b/1.8.9/assets/minecraft/textures/entity/wither/wither_armor.png new file mode 100644 index 00000000..a6b5cf5b Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/wither/wither_armor.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/wither/wither_invulnerable.png b/1.8.9/assets/minecraft/textures/entity/wither/wither_invulnerable.png new file mode 100644 index 00000000..717750b4 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/wither/wither_invulnerable.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/wolf/wolf.png b/1.8.9/assets/minecraft/textures/entity/wolf/wolf.png new file mode 100644 index 00000000..f37ef816 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/wolf/wolf.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/wolf/wolf_angry.png b/1.8.9/assets/minecraft/textures/entity/wolf/wolf_angry.png new file mode 100644 index 00000000..7891ce91 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/wolf/wolf_angry.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/wolf/wolf_collar.png b/1.8.9/assets/minecraft/textures/entity/wolf/wolf_collar.png new file mode 100644 index 00000000..ae1c9204 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/wolf/wolf_collar.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/wolf/wolf_tame.png b/1.8.9/assets/minecraft/textures/entity/wolf/wolf_tame.png new file mode 100644 index 00000000..f1236d2c Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/wolf/wolf_tame.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/zombie/zombie.png b/1.8.9/assets/minecraft/textures/entity/zombie/zombie.png new file mode 100644 index 00000000..22ff8f95 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/zombie/zombie.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/zombie/zombie_villager.png b/1.8.9/assets/minecraft/textures/entity/zombie/zombie_villager.png new file mode 100644 index 00000000..349f9c21 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/zombie/zombie_villager.png differ diff --git a/1.8.9/assets/minecraft/textures/entity/zombie_pigman.png b/1.8.9/assets/minecraft/textures/entity/zombie_pigman.png new file mode 100644 index 00000000..e95cc4c3 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/entity/zombie_pigman.png differ diff --git a/1.8.9/assets/minecraft/textures/environment/clouds.png b/1.8.9/assets/minecraft/textures/environment/clouds.png new file mode 100644 index 00000000..a67c44d2 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/environment/clouds.png differ diff --git a/1.8.9/assets/minecraft/textures/environment/end_sky.png b/1.8.9/assets/minecraft/textures/environment/end_sky.png new file mode 100644 index 00000000..094b3093 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/environment/end_sky.png differ diff --git a/1.8.9/assets/minecraft/textures/environment/moon_phases.png b/1.8.9/assets/minecraft/textures/environment/moon_phases.png new file mode 100644 index 00000000..cdba8d15 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/environment/moon_phases.png differ diff --git a/1.8.9/assets/minecraft/textures/environment/rain.png b/1.8.9/assets/minecraft/textures/environment/rain.png new file mode 100644 index 00000000..2dc4b1cd Binary files /dev/null and b/1.8.9/assets/minecraft/textures/environment/rain.png differ diff --git a/1.8.9/assets/minecraft/textures/environment/snow.png b/1.8.9/assets/minecraft/textures/environment/snow.png new file mode 100644 index 00000000..18989030 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/environment/snow.png differ diff --git a/1.8.9/assets/minecraft/textures/environment/sun.png b/1.8.9/assets/minecraft/textures/environment/sun.png new file mode 100644 index 00000000..08de644b Binary files /dev/null and b/1.8.9/assets/minecraft/textures/environment/sun.png differ diff --git a/1.8.9/assets/minecraft/textures/font/ascii.png b/1.8.9/assets/minecraft/textures/font/ascii.png new file mode 100644 index 00000000..587966dc Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/ascii.png differ diff --git a/1.8.9/assets/minecraft/textures/font/ascii_sga.png b/1.8.9/assets/minecraft/textures/font/ascii_sga.png new file mode 100644 index 00000000..f443b4aa Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/ascii_sga.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_00.png b/1.8.9/assets/minecraft/textures/font/unicode_page_00.png new file mode 100644 index 00000000..44fd12f8 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_00.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_01.png b/1.8.9/assets/minecraft/textures/font/unicode_page_01.png new file mode 100644 index 00000000..ddac030c Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_01.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_02.png b/1.8.9/assets/minecraft/textures/font/unicode_page_02.png new file mode 100644 index 00000000..dc1335a3 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_02.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_03.png b/1.8.9/assets/minecraft/textures/font/unicode_page_03.png new file mode 100644 index 00000000..6ff02570 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_03.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_04.png b/1.8.9/assets/minecraft/textures/font/unicode_page_04.png new file mode 100644 index 00000000..be3e8337 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_04.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_05.png b/1.8.9/assets/minecraft/textures/font/unicode_page_05.png new file mode 100644 index 00000000..9b588040 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_05.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_06.png b/1.8.9/assets/minecraft/textures/font/unicode_page_06.png new file mode 100644 index 00000000..ed74e781 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_06.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_07.png b/1.8.9/assets/minecraft/textures/font/unicode_page_07.png new file mode 100644 index 00000000..b5321775 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_07.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_09.png b/1.8.9/assets/minecraft/textures/font/unicode_page_09.png new file mode 100644 index 00000000..083b9111 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_09.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_0a.png b/1.8.9/assets/minecraft/textures/font/unicode_page_0a.png new file mode 100644 index 00000000..0190c11c Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_0a.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_0b.png b/1.8.9/assets/minecraft/textures/font/unicode_page_0b.png new file mode 100644 index 00000000..4d0af48a Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_0b.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_0c.png b/1.8.9/assets/minecraft/textures/font/unicode_page_0c.png new file mode 100644 index 00000000..773297d6 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_0c.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_0d.png b/1.8.9/assets/minecraft/textures/font/unicode_page_0d.png new file mode 100644 index 00000000..5f522314 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_0d.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_0e.png b/1.8.9/assets/minecraft/textures/font/unicode_page_0e.png new file mode 100644 index 00000000..531ca7d6 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_0e.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_0f.png b/1.8.9/assets/minecraft/textures/font/unicode_page_0f.png new file mode 100644 index 00000000..7b879fcc Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_0f.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_10.png b/1.8.9/assets/minecraft/textures/font/unicode_page_10.png new file mode 100644 index 00000000..53f056c6 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_10.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_11.png b/1.8.9/assets/minecraft/textures/font/unicode_page_11.png new file mode 100644 index 00000000..a9d5c115 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_11.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_12.png b/1.8.9/assets/minecraft/textures/font/unicode_page_12.png new file mode 100644 index 00000000..d20a8647 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_12.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_13.png b/1.8.9/assets/minecraft/textures/font/unicode_page_13.png new file mode 100644 index 00000000..bbb06414 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_13.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_14.png b/1.8.9/assets/minecraft/textures/font/unicode_page_14.png new file mode 100644 index 00000000..ffd8e422 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_14.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_15.png b/1.8.9/assets/minecraft/textures/font/unicode_page_15.png new file mode 100644 index 00000000..ccfcae64 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_15.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_16.png b/1.8.9/assets/minecraft/textures/font/unicode_page_16.png new file mode 100644 index 00000000..d02c5579 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_16.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_17.png b/1.8.9/assets/minecraft/textures/font/unicode_page_17.png new file mode 100644 index 00000000..fed5b6e8 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_17.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_18.png b/1.8.9/assets/minecraft/textures/font/unicode_page_18.png new file mode 100644 index 00000000..97394d02 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_18.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_19.png b/1.8.9/assets/minecraft/textures/font/unicode_page_19.png new file mode 100644 index 00000000..6929413e Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_19.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_1a.png b/1.8.9/assets/minecraft/textures/font/unicode_page_1a.png new file mode 100644 index 00000000..d3a1b983 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_1a.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_1b.png b/1.8.9/assets/minecraft/textures/font/unicode_page_1b.png new file mode 100644 index 00000000..9e0adf7d Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_1b.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_1c.png b/1.8.9/assets/minecraft/textures/font/unicode_page_1c.png new file mode 100644 index 00000000..14d4890b Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_1c.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_1d.png b/1.8.9/assets/minecraft/textures/font/unicode_page_1d.png new file mode 100644 index 00000000..19242260 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_1d.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_1e.png b/1.8.9/assets/minecraft/textures/font/unicode_page_1e.png new file mode 100644 index 00000000..cce20e37 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_1e.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_1f.png b/1.8.9/assets/minecraft/textures/font/unicode_page_1f.png new file mode 100644 index 00000000..bdaf22f1 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_1f.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_20.png b/1.8.9/assets/minecraft/textures/font/unicode_page_20.png new file mode 100644 index 00000000..ba948e9b Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_20.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_21.png b/1.8.9/assets/minecraft/textures/font/unicode_page_21.png new file mode 100644 index 00000000..998f2f9e Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_21.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_22.png b/1.8.9/assets/minecraft/textures/font/unicode_page_22.png new file mode 100644 index 00000000..c3fd5ddc Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_22.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_23.png b/1.8.9/assets/minecraft/textures/font/unicode_page_23.png new file mode 100644 index 00000000..9c2b2dca Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_23.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_24.png b/1.8.9/assets/minecraft/textures/font/unicode_page_24.png new file mode 100644 index 00000000..d6cc8aec Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_24.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_25.png b/1.8.9/assets/minecraft/textures/font/unicode_page_25.png new file mode 100644 index 00000000..ee7535d3 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_25.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_26.png b/1.8.9/assets/minecraft/textures/font/unicode_page_26.png new file mode 100644 index 00000000..93aa9603 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_26.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_27.png b/1.8.9/assets/minecraft/textures/font/unicode_page_27.png new file mode 100644 index 00000000..92f45010 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_27.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_28.png b/1.8.9/assets/minecraft/textures/font/unicode_page_28.png new file mode 100644 index 00000000..5f96e1be Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_28.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_29.png b/1.8.9/assets/minecraft/textures/font/unicode_page_29.png new file mode 100644 index 00000000..45582206 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_29.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_2a.png b/1.8.9/assets/minecraft/textures/font/unicode_page_2a.png new file mode 100644 index 00000000..87e0e0c6 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_2a.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_2b.png b/1.8.9/assets/minecraft/textures/font/unicode_page_2b.png new file mode 100644 index 00000000..722edf00 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_2b.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_2c.png b/1.8.9/assets/minecraft/textures/font/unicode_page_2c.png new file mode 100644 index 00000000..51830f78 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_2c.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_2d.png b/1.8.9/assets/minecraft/textures/font/unicode_page_2d.png new file mode 100644 index 00000000..dfafa538 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_2d.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_2e.png b/1.8.9/assets/minecraft/textures/font/unicode_page_2e.png new file mode 100644 index 00000000..2aea04b6 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_2e.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_2f.png b/1.8.9/assets/minecraft/textures/font/unicode_page_2f.png new file mode 100644 index 00000000..bff5f8ee Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_2f.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_30.png b/1.8.9/assets/minecraft/textures/font/unicode_page_30.png new file mode 100644 index 00000000..5ccba75f Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_30.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_31.png b/1.8.9/assets/minecraft/textures/font/unicode_page_31.png new file mode 100644 index 00000000..44fc5e5e Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_31.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_32.png b/1.8.9/assets/minecraft/textures/font/unicode_page_32.png new file mode 100644 index 00000000..4858d085 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_32.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_33.png b/1.8.9/assets/minecraft/textures/font/unicode_page_33.png new file mode 100644 index 00000000..ab670722 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_33.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_34.png b/1.8.9/assets/minecraft/textures/font/unicode_page_34.png new file mode 100644 index 00000000..fd8fca92 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_34.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_35.png b/1.8.9/assets/minecraft/textures/font/unicode_page_35.png new file mode 100644 index 00000000..603dc02a Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_35.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_36.png b/1.8.9/assets/minecraft/textures/font/unicode_page_36.png new file mode 100644 index 00000000..778c190f Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_36.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_37.png b/1.8.9/assets/minecraft/textures/font/unicode_page_37.png new file mode 100644 index 00000000..3032a237 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_37.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_38.png b/1.8.9/assets/minecraft/textures/font/unicode_page_38.png new file mode 100644 index 00000000..9b637bd7 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_38.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_39.png b/1.8.9/assets/minecraft/textures/font/unicode_page_39.png new file mode 100644 index 00000000..2f938505 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_39.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_3a.png b/1.8.9/assets/minecraft/textures/font/unicode_page_3a.png new file mode 100644 index 00000000..cdf49442 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_3a.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_3b.png b/1.8.9/assets/minecraft/textures/font/unicode_page_3b.png new file mode 100644 index 00000000..10e8502a Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_3b.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_3c.png b/1.8.9/assets/minecraft/textures/font/unicode_page_3c.png new file mode 100644 index 00000000..022fea5e Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_3c.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_3d.png b/1.8.9/assets/minecraft/textures/font/unicode_page_3d.png new file mode 100644 index 00000000..01ea1d14 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_3d.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_3e.png b/1.8.9/assets/minecraft/textures/font/unicode_page_3e.png new file mode 100644 index 00000000..3bdf7f8a Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_3e.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_3f.png b/1.8.9/assets/minecraft/textures/font/unicode_page_3f.png new file mode 100644 index 00000000..3fd52492 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_3f.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_40.png b/1.8.9/assets/minecraft/textures/font/unicode_page_40.png new file mode 100644 index 00000000..544f89e7 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_40.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_41.png b/1.8.9/assets/minecraft/textures/font/unicode_page_41.png new file mode 100644 index 00000000..729fdaf6 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_41.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_42.png b/1.8.9/assets/minecraft/textures/font/unicode_page_42.png new file mode 100644 index 00000000..755e546b Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_42.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_43.png b/1.8.9/assets/minecraft/textures/font/unicode_page_43.png new file mode 100644 index 00000000..6069d0d4 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_43.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_44.png b/1.8.9/assets/minecraft/textures/font/unicode_page_44.png new file mode 100644 index 00000000..845c3647 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_44.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_45.png b/1.8.9/assets/minecraft/textures/font/unicode_page_45.png new file mode 100644 index 00000000..294c78db Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_45.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_46.png b/1.8.9/assets/minecraft/textures/font/unicode_page_46.png new file mode 100644 index 00000000..ee5e629d Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_46.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_47.png b/1.8.9/assets/minecraft/textures/font/unicode_page_47.png new file mode 100644 index 00000000..55cb0c00 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_47.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_48.png b/1.8.9/assets/minecraft/textures/font/unicode_page_48.png new file mode 100644 index 00000000..7652211f Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_48.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_49.png b/1.8.9/assets/minecraft/textures/font/unicode_page_49.png new file mode 100644 index 00000000..b736232a Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_49.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_4a.png b/1.8.9/assets/minecraft/textures/font/unicode_page_4a.png new file mode 100644 index 00000000..d3419bd1 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_4a.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_4b.png b/1.8.9/assets/minecraft/textures/font/unicode_page_4b.png new file mode 100644 index 00000000..5e02ad3f Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_4b.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_4c.png b/1.8.9/assets/minecraft/textures/font/unicode_page_4c.png new file mode 100644 index 00000000..11c6b310 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_4c.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_4d.png b/1.8.9/assets/minecraft/textures/font/unicode_page_4d.png new file mode 100644 index 00000000..3eb224af Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_4d.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_4e.png b/1.8.9/assets/minecraft/textures/font/unicode_page_4e.png new file mode 100644 index 00000000..11a78ba5 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_4e.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_4f.png b/1.8.9/assets/minecraft/textures/font/unicode_page_4f.png new file mode 100644 index 00000000..b4c9faba Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_4f.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_50.png b/1.8.9/assets/minecraft/textures/font/unicode_page_50.png new file mode 100644 index 00000000..ff73d23e Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_50.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_51.png b/1.8.9/assets/minecraft/textures/font/unicode_page_51.png new file mode 100644 index 00000000..6e0eae93 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_51.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_52.png b/1.8.9/assets/minecraft/textures/font/unicode_page_52.png new file mode 100644 index 00000000..6f10fcb5 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_52.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_53.png b/1.8.9/assets/minecraft/textures/font/unicode_page_53.png new file mode 100644 index 00000000..60d478ed Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_53.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_54.png b/1.8.9/assets/minecraft/textures/font/unicode_page_54.png new file mode 100644 index 00000000..ac75bdd1 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_54.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_55.png b/1.8.9/assets/minecraft/textures/font/unicode_page_55.png new file mode 100644 index 00000000..3d122d27 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_55.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_56.png b/1.8.9/assets/minecraft/textures/font/unicode_page_56.png new file mode 100644 index 00000000..576d07f4 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_56.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_57.png b/1.8.9/assets/minecraft/textures/font/unicode_page_57.png new file mode 100644 index 00000000..545da733 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_57.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_58.png b/1.8.9/assets/minecraft/textures/font/unicode_page_58.png new file mode 100644 index 00000000..941542eb Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_58.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_59.png b/1.8.9/assets/minecraft/textures/font/unicode_page_59.png new file mode 100644 index 00000000..56f0102d Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_59.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_5a.png b/1.8.9/assets/minecraft/textures/font/unicode_page_5a.png new file mode 100644 index 00000000..c14f1b1d Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_5a.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_5b.png b/1.8.9/assets/minecraft/textures/font/unicode_page_5b.png new file mode 100644 index 00000000..f418e4c5 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_5b.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_5c.png b/1.8.9/assets/minecraft/textures/font/unicode_page_5c.png new file mode 100644 index 00000000..e7efae6e Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_5c.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_5d.png b/1.8.9/assets/minecraft/textures/font/unicode_page_5d.png new file mode 100644 index 00000000..7355fd3b Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_5d.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_5e.png b/1.8.9/assets/minecraft/textures/font/unicode_page_5e.png new file mode 100644 index 00000000..abfd3af4 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_5e.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_5f.png b/1.8.9/assets/minecraft/textures/font/unicode_page_5f.png new file mode 100644 index 00000000..5a64b505 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_5f.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_60.png b/1.8.9/assets/minecraft/textures/font/unicode_page_60.png new file mode 100644 index 00000000..8166f157 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_60.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_61.png b/1.8.9/assets/minecraft/textures/font/unicode_page_61.png new file mode 100644 index 00000000..d11cd8ab Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_61.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_62.png b/1.8.9/assets/minecraft/textures/font/unicode_page_62.png new file mode 100644 index 00000000..f7b9a5be Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_62.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_63.png b/1.8.9/assets/minecraft/textures/font/unicode_page_63.png new file mode 100644 index 00000000..5d4a8cc6 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_63.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_64.png b/1.8.9/assets/minecraft/textures/font/unicode_page_64.png new file mode 100644 index 00000000..bc432109 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_64.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_65.png b/1.8.9/assets/minecraft/textures/font/unicode_page_65.png new file mode 100644 index 00000000..42144c16 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_65.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_66.png b/1.8.9/assets/minecraft/textures/font/unicode_page_66.png new file mode 100644 index 00000000..a65f25ee Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_66.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_67.png b/1.8.9/assets/minecraft/textures/font/unicode_page_67.png new file mode 100644 index 00000000..a115bb88 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_67.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_68.png b/1.8.9/assets/minecraft/textures/font/unicode_page_68.png new file mode 100644 index 00000000..d47938bf Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_68.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_69.png b/1.8.9/assets/minecraft/textures/font/unicode_page_69.png new file mode 100644 index 00000000..c36e6402 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_69.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_6a.png b/1.8.9/assets/minecraft/textures/font/unicode_page_6a.png new file mode 100644 index 00000000..5265d070 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_6a.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_6b.png b/1.8.9/assets/minecraft/textures/font/unicode_page_6b.png new file mode 100644 index 00000000..6f207cc3 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_6b.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_6c.png b/1.8.9/assets/minecraft/textures/font/unicode_page_6c.png new file mode 100644 index 00000000..6ffad7e3 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_6c.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_6d.png b/1.8.9/assets/minecraft/textures/font/unicode_page_6d.png new file mode 100644 index 00000000..0fa88e37 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_6d.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_6e.png b/1.8.9/assets/minecraft/textures/font/unicode_page_6e.png new file mode 100644 index 00000000..301513e2 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_6e.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_6f.png b/1.8.9/assets/minecraft/textures/font/unicode_page_6f.png new file mode 100644 index 00000000..a24cfff7 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_6f.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_70.png b/1.8.9/assets/minecraft/textures/font/unicode_page_70.png new file mode 100644 index 00000000..2cec746e Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_70.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_71.png b/1.8.9/assets/minecraft/textures/font/unicode_page_71.png new file mode 100644 index 00000000..1592ff49 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_71.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_72.png b/1.8.9/assets/minecraft/textures/font/unicode_page_72.png new file mode 100644 index 00000000..856eedcd Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_72.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_73.png b/1.8.9/assets/minecraft/textures/font/unicode_page_73.png new file mode 100644 index 00000000..a7a2151e Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_73.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_74.png b/1.8.9/assets/minecraft/textures/font/unicode_page_74.png new file mode 100644 index 00000000..a1b034a9 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_74.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_75.png b/1.8.9/assets/minecraft/textures/font/unicode_page_75.png new file mode 100644 index 00000000..512dc169 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_75.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_76.png b/1.8.9/assets/minecraft/textures/font/unicode_page_76.png new file mode 100644 index 00000000..12a45ff9 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_76.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_77.png b/1.8.9/assets/minecraft/textures/font/unicode_page_77.png new file mode 100644 index 00000000..d763fba9 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_77.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_78.png b/1.8.9/assets/minecraft/textures/font/unicode_page_78.png new file mode 100644 index 00000000..846c060d Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_78.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_79.png b/1.8.9/assets/minecraft/textures/font/unicode_page_79.png new file mode 100644 index 00000000..f887cae7 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_79.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_7a.png b/1.8.9/assets/minecraft/textures/font/unicode_page_7a.png new file mode 100644 index 00000000..90d55615 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_7a.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_7b.png b/1.8.9/assets/minecraft/textures/font/unicode_page_7b.png new file mode 100644 index 00000000..2932cee1 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_7b.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_7c.png b/1.8.9/assets/minecraft/textures/font/unicode_page_7c.png new file mode 100644 index 00000000..416a21be Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_7c.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_7d.png b/1.8.9/assets/minecraft/textures/font/unicode_page_7d.png new file mode 100644 index 00000000..2e12e135 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_7d.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_7e.png b/1.8.9/assets/minecraft/textures/font/unicode_page_7e.png new file mode 100644 index 00000000..952bfab4 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_7e.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_7f.png b/1.8.9/assets/minecraft/textures/font/unicode_page_7f.png new file mode 100644 index 00000000..d3d275cd Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_7f.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_80.png b/1.8.9/assets/minecraft/textures/font/unicode_page_80.png new file mode 100644 index 00000000..044ac3ee Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_80.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_81.png b/1.8.9/assets/minecraft/textures/font/unicode_page_81.png new file mode 100644 index 00000000..913a4cab Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_81.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_82.png b/1.8.9/assets/minecraft/textures/font/unicode_page_82.png new file mode 100644 index 00000000..19b8ded6 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_82.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_83.png b/1.8.9/assets/minecraft/textures/font/unicode_page_83.png new file mode 100644 index 00000000..ef2d794a Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_83.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_84.png b/1.8.9/assets/minecraft/textures/font/unicode_page_84.png new file mode 100644 index 00000000..74a6a533 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_84.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_85.png b/1.8.9/assets/minecraft/textures/font/unicode_page_85.png new file mode 100644 index 00000000..73cb2f99 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_85.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_86.png b/1.8.9/assets/minecraft/textures/font/unicode_page_86.png new file mode 100644 index 00000000..135d6fc1 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_86.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_87.png b/1.8.9/assets/minecraft/textures/font/unicode_page_87.png new file mode 100644 index 00000000..bef88db7 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_87.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_88.png b/1.8.9/assets/minecraft/textures/font/unicode_page_88.png new file mode 100644 index 00000000..698ff806 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_88.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_89.png b/1.8.9/assets/minecraft/textures/font/unicode_page_89.png new file mode 100644 index 00000000..a3820ee5 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_89.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_8a.png b/1.8.9/assets/minecraft/textures/font/unicode_page_8a.png new file mode 100644 index 00000000..beb9024d Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_8a.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_8b.png b/1.8.9/assets/minecraft/textures/font/unicode_page_8b.png new file mode 100644 index 00000000..7f978abe Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_8b.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_8c.png b/1.8.9/assets/minecraft/textures/font/unicode_page_8c.png new file mode 100644 index 00000000..3ed4594d Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_8c.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_8d.png b/1.8.9/assets/minecraft/textures/font/unicode_page_8d.png new file mode 100644 index 00000000..8d791238 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_8d.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_8e.png b/1.8.9/assets/minecraft/textures/font/unicode_page_8e.png new file mode 100644 index 00000000..d82000bb Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_8e.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_8f.png b/1.8.9/assets/minecraft/textures/font/unicode_page_8f.png new file mode 100644 index 00000000..b8c8328b Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_8f.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_90.png b/1.8.9/assets/minecraft/textures/font/unicode_page_90.png new file mode 100644 index 00000000..132974ba Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_90.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_91.png b/1.8.9/assets/minecraft/textures/font/unicode_page_91.png new file mode 100644 index 00000000..b8e09ae7 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_91.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_92.png b/1.8.9/assets/minecraft/textures/font/unicode_page_92.png new file mode 100644 index 00000000..92446613 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_92.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_93.png b/1.8.9/assets/minecraft/textures/font/unicode_page_93.png new file mode 100644 index 00000000..f71d835f Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_93.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_94.png b/1.8.9/assets/minecraft/textures/font/unicode_page_94.png new file mode 100644 index 00000000..fa68d818 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_94.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_95.png b/1.8.9/assets/minecraft/textures/font/unicode_page_95.png new file mode 100644 index 00000000..346bc364 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_95.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_96.png b/1.8.9/assets/minecraft/textures/font/unicode_page_96.png new file mode 100644 index 00000000..bbd17720 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_96.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_97.png b/1.8.9/assets/minecraft/textures/font/unicode_page_97.png new file mode 100644 index 00000000..2fd136b0 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_97.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_98.png b/1.8.9/assets/minecraft/textures/font/unicode_page_98.png new file mode 100644 index 00000000..9319c0b9 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_98.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_99.png b/1.8.9/assets/minecraft/textures/font/unicode_page_99.png new file mode 100644 index 00000000..2bb7f3e1 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_99.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_9a.png b/1.8.9/assets/minecraft/textures/font/unicode_page_9a.png new file mode 100644 index 00000000..cbdd91ef Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_9a.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_9b.png b/1.8.9/assets/minecraft/textures/font/unicode_page_9b.png new file mode 100644 index 00000000..8a962092 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_9b.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_9c.png b/1.8.9/assets/minecraft/textures/font/unicode_page_9c.png new file mode 100644 index 00000000..8e977ff9 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_9c.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_9d.png b/1.8.9/assets/minecraft/textures/font/unicode_page_9d.png new file mode 100644 index 00000000..5041d6a0 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_9d.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_9e.png b/1.8.9/assets/minecraft/textures/font/unicode_page_9e.png new file mode 100644 index 00000000..1cb0a5ba Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_9e.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_9f.png b/1.8.9/assets/minecraft/textures/font/unicode_page_9f.png new file mode 100644 index 00000000..d9873265 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_9f.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_a0.png b/1.8.9/assets/minecraft/textures/font/unicode_page_a0.png new file mode 100644 index 00000000..8c47db0f Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_a0.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_a1.png b/1.8.9/assets/minecraft/textures/font/unicode_page_a1.png new file mode 100644 index 00000000..5ede7e78 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_a1.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_a2.png b/1.8.9/assets/minecraft/textures/font/unicode_page_a2.png new file mode 100644 index 00000000..a8c6ac19 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_a2.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_a3.png b/1.8.9/assets/minecraft/textures/font/unicode_page_a3.png new file mode 100644 index 00000000..7cc8448c Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_a3.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_a4.png b/1.8.9/assets/minecraft/textures/font/unicode_page_a4.png new file mode 100644 index 00000000..dc00e274 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_a4.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_a5.png b/1.8.9/assets/minecraft/textures/font/unicode_page_a5.png new file mode 100644 index 00000000..eccfa474 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_a5.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_a6.png b/1.8.9/assets/minecraft/textures/font/unicode_page_a6.png new file mode 100644 index 00000000..dcac87f1 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_a6.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_a7.png b/1.8.9/assets/minecraft/textures/font/unicode_page_a7.png new file mode 100644 index 00000000..76c1ce2a Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_a7.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_a8.png b/1.8.9/assets/minecraft/textures/font/unicode_page_a8.png new file mode 100644 index 00000000..a0223905 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_a8.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_a9.png b/1.8.9/assets/minecraft/textures/font/unicode_page_a9.png new file mode 100644 index 00000000..a35159ae Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_a9.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_aa.png b/1.8.9/assets/minecraft/textures/font/unicode_page_aa.png new file mode 100644 index 00000000..da1b6154 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_aa.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_ab.png b/1.8.9/assets/minecraft/textures/font/unicode_page_ab.png new file mode 100644 index 00000000..0e45eae8 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_ab.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_ac.png b/1.8.9/assets/minecraft/textures/font/unicode_page_ac.png new file mode 100644 index 00000000..04d4d593 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_ac.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_ad.png b/1.8.9/assets/minecraft/textures/font/unicode_page_ad.png new file mode 100644 index 00000000..3834337e Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_ad.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_ae.png b/1.8.9/assets/minecraft/textures/font/unicode_page_ae.png new file mode 100644 index 00000000..1445e687 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_ae.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_af.png b/1.8.9/assets/minecraft/textures/font/unicode_page_af.png new file mode 100644 index 00000000..ea945dc5 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_af.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_b0.png b/1.8.9/assets/minecraft/textures/font/unicode_page_b0.png new file mode 100644 index 00000000..84b48855 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_b0.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_b1.png b/1.8.9/assets/minecraft/textures/font/unicode_page_b1.png new file mode 100644 index 00000000..5f646725 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_b1.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_b2.png b/1.8.9/assets/minecraft/textures/font/unicode_page_b2.png new file mode 100644 index 00000000..8551db8f Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_b2.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_b3.png b/1.8.9/assets/minecraft/textures/font/unicode_page_b3.png new file mode 100644 index 00000000..b954159a Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_b3.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_b4.png b/1.8.9/assets/minecraft/textures/font/unicode_page_b4.png new file mode 100644 index 00000000..65991a40 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_b4.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_b5.png b/1.8.9/assets/minecraft/textures/font/unicode_page_b5.png new file mode 100644 index 00000000..3e6391b3 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_b5.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_b6.png b/1.8.9/assets/minecraft/textures/font/unicode_page_b6.png new file mode 100644 index 00000000..df7c0f70 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_b6.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_b7.png b/1.8.9/assets/minecraft/textures/font/unicode_page_b7.png new file mode 100644 index 00000000..9142cadb Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_b7.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_b8.png b/1.8.9/assets/minecraft/textures/font/unicode_page_b8.png new file mode 100644 index 00000000..5b18d12c Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_b8.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_b9.png b/1.8.9/assets/minecraft/textures/font/unicode_page_b9.png new file mode 100644 index 00000000..0d212f0b Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_b9.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_ba.png b/1.8.9/assets/minecraft/textures/font/unicode_page_ba.png new file mode 100644 index 00000000..696cca99 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_ba.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_bb.png b/1.8.9/assets/minecraft/textures/font/unicode_page_bb.png new file mode 100644 index 00000000..5a2544c8 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_bb.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_bc.png b/1.8.9/assets/minecraft/textures/font/unicode_page_bc.png new file mode 100644 index 00000000..df37526f Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_bc.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_bd.png b/1.8.9/assets/minecraft/textures/font/unicode_page_bd.png new file mode 100644 index 00000000..aed78038 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_bd.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_be.png b/1.8.9/assets/minecraft/textures/font/unicode_page_be.png new file mode 100644 index 00000000..0da22544 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_be.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_bf.png b/1.8.9/assets/minecraft/textures/font/unicode_page_bf.png new file mode 100644 index 00000000..1f6a248a Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_bf.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_c0.png b/1.8.9/assets/minecraft/textures/font/unicode_page_c0.png new file mode 100644 index 00000000..0610d671 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_c0.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_c1.png b/1.8.9/assets/minecraft/textures/font/unicode_page_c1.png new file mode 100644 index 00000000..a95ca9be Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_c1.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_c2.png b/1.8.9/assets/minecraft/textures/font/unicode_page_c2.png new file mode 100644 index 00000000..f6a89613 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_c2.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_c3.png b/1.8.9/assets/minecraft/textures/font/unicode_page_c3.png new file mode 100644 index 00000000..6470dd8d Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_c3.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_c4.png b/1.8.9/assets/minecraft/textures/font/unicode_page_c4.png new file mode 100644 index 00000000..e8c3105a Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_c4.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_c5.png b/1.8.9/assets/minecraft/textures/font/unicode_page_c5.png new file mode 100644 index 00000000..d89f2889 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_c5.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_c6.png b/1.8.9/assets/minecraft/textures/font/unicode_page_c6.png new file mode 100644 index 00000000..004091dd Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_c6.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_c7.png b/1.8.9/assets/minecraft/textures/font/unicode_page_c7.png new file mode 100644 index 00000000..f64f6b4b Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_c7.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_c8.png b/1.8.9/assets/minecraft/textures/font/unicode_page_c8.png new file mode 100644 index 00000000..75f8a505 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_c8.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_c9.png b/1.8.9/assets/minecraft/textures/font/unicode_page_c9.png new file mode 100644 index 00000000..fbd94353 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_c9.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_ca.png b/1.8.9/assets/minecraft/textures/font/unicode_page_ca.png new file mode 100644 index 00000000..112b9c6b Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_ca.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_cb.png b/1.8.9/assets/minecraft/textures/font/unicode_page_cb.png new file mode 100644 index 00000000..c0549b5b Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_cb.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_cc.png b/1.8.9/assets/minecraft/textures/font/unicode_page_cc.png new file mode 100644 index 00000000..06844316 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_cc.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_cd.png b/1.8.9/assets/minecraft/textures/font/unicode_page_cd.png new file mode 100644 index 00000000..9fdc54de Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_cd.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_ce.png b/1.8.9/assets/minecraft/textures/font/unicode_page_ce.png new file mode 100644 index 00000000..958a96ba Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_ce.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_cf.png b/1.8.9/assets/minecraft/textures/font/unicode_page_cf.png new file mode 100644 index 00000000..4106f1b6 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_cf.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_d0.png b/1.8.9/assets/minecraft/textures/font/unicode_page_d0.png new file mode 100644 index 00000000..546b014e Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_d0.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_d1.png b/1.8.9/assets/minecraft/textures/font/unicode_page_d1.png new file mode 100644 index 00000000..6d67bf1c Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_d1.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_d2.png b/1.8.9/assets/minecraft/textures/font/unicode_page_d2.png new file mode 100644 index 00000000..c4ae5112 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_d2.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_d3.png b/1.8.9/assets/minecraft/textures/font/unicode_page_d3.png new file mode 100644 index 00000000..576c9eaf Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_d3.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_d4.png b/1.8.9/assets/minecraft/textures/font/unicode_page_d4.png new file mode 100644 index 00000000..14be6c76 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_d4.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_d5.png b/1.8.9/assets/minecraft/textures/font/unicode_page_d5.png new file mode 100644 index 00000000..3c41836e Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_d5.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_d6.png b/1.8.9/assets/minecraft/textures/font/unicode_page_d6.png new file mode 100644 index 00000000..27424b1f Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_d6.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_d7.png b/1.8.9/assets/minecraft/textures/font/unicode_page_d7.png new file mode 100644 index 00000000..d8772d83 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_d7.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_f9.png b/1.8.9/assets/minecraft/textures/font/unicode_page_f9.png new file mode 100644 index 00000000..e7232356 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_f9.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_fa.png b/1.8.9/assets/minecraft/textures/font/unicode_page_fa.png new file mode 100644 index 00000000..d78dcfe1 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_fa.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_fb.png b/1.8.9/assets/minecraft/textures/font/unicode_page_fb.png new file mode 100644 index 00000000..5423c864 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_fb.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_fc.png b/1.8.9/assets/minecraft/textures/font/unicode_page_fc.png new file mode 100644 index 00000000..8034140a Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_fc.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_fd.png b/1.8.9/assets/minecraft/textures/font/unicode_page_fd.png new file mode 100644 index 00000000..c31bd6f0 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_fd.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_fe.png b/1.8.9/assets/minecraft/textures/font/unicode_page_fe.png new file mode 100644 index 00000000..42ed33ec Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_fe.png differ diff --git a/1.8.9/assets/minecraft/textures/font/unicode_page_ff.png b/1.8.9/assets/minecraft/textures/font/unicode_page_ff.png new file mode 100644 index 00000000..f0ff742b Binary files /dev/null and b/1.8.9/assets/minecraft/textures/font/unicode_page_ff.png differ diff --git a/1.8.9/assets/minecraft/textures/gui/achievement/achievement_background.png b/1.8.9/assets/minecraft/textures/gui/achievement/achievement_background.png new file mode 100644 index 00000000..921bce01 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/gui/achievement/achievement_background.png differ diff --git a/1.8.9/assets/minecraft/textures/gui/achievement/achievement_icons.png b/1.8.9/assets/minecraft/textures/gui/achievement/achievement_icons.png new file mode 100644 index 00000000..8c4ae796 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/gui/achievement/achievement_icons.png differ diff --git a/1.8.9/assets/minecraft/textures/gui/book.png b/1.8.9/assets/minecraft/textures/gui/book.png new file mode 100644 index 00000000..3e4ba4e6 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/gui/book.png differ diff --git a/1.8.9/assets/minecraft/textures/gui/container/anvil.png b/1.8.9/assets/minecraft/textures/gui/container/anvil.png new file mode 100644 index 00000000..34e8f9f9 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/gui/container/anvil.png differ diff --git a/1.8.9/assets/minecraft/textures/gui/container/beacon.png b/1.8.9/assets/minecraft/textures/gui/container/beacon.png new file mode 100644 index 00000000..f51a2ef5 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/gui/container/beacon.png differ diff --git a/1.8.9/assets/minecraft/textures/gui/container/brewing_stand.png b/1.8.9/assets/minecraft/textures/gui/container/brewing_stand.png new file mode 100644 index 00000000..e7dc2031 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/gui/container/brewing_stand.png differ diff --git a/1.8.9/assets/minecraft/textures/gui/container/crafting_table.png b/1.8.9/assets/minecraft/textures/gui/container/crafting_table.png new file mode 100644 index 00000000..254daccd Binary files /dev/null and b/1.8.9/assets/minecraft/textures/gui/container/crafting_table.png differ diff --git a/1.8.9/assets/minecraft/textures/gui/container/creative_inventory/tab_inventory.png b/1.8.9/assets/minecraft/textures/gui/container/creative_inventory/tab_inventory.png new file mode 100644 index 00000000..c8d53a67 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/gui/container/creative_inventory/tab_inventory.png differ diff --git a/1.8.9/assets/minecraft/textures/gui/container/creative_inventory/tab_item_search.png b/1.8.9/assets/minecraft/textures/gui/container/creative_inventory/tab_item_search.png new file mode 100644 index 00000000..cc250e55 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/gui/container/creative_inventory/tab_item_search.png differ diff --git a/1.8.9/assets/minecraft/textures/gui/container/creative_inventory/tab_items.png b/1.8.9/assets/minecraft/textures/gui/container/creative_inventory/tab_items.png new file mode 100644 index 00000000..38421f7e Binary files /dev/null and b/1.8.9/assets/minecraft/textures/gui/container/creative_inventory/tab_items.png differ diff --git a/1.8.9/assets/minecraft/textures/gui/container/creative_inventory/tabs.png b/1.8.9/assets/minecraft/textures/gui/container/creative_inventory/tabs.png new file mode 100644 index 00000000..1c440933 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/gui/container/creative_inventory/tabs.png differ diff --git a/1.8.9/assets/minecraft/textures/gui/container/dispenser.png b/1.8.9/assets/minecraft/textures/gui/container/dispenser.png new file mode 100644 index 00000000..0a6ebe7a Binary files /dev/null and b/1.8.9/assets/minecraft/textures/gui/container/dispenser.png differ diff --git a/1.8.9/assets/minecraft/textures/gui/container/enchanting_table.png b/1.8.9/assets/minecraft/textures/gui/container/enchanting_table.png new file mode 100644 index 00000000..5c71ff70 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/gui/container/enchanting_table.png differ diff --git a/1.8.9/assets/minecraft/textures/gui/container/furnace.png b/1.8.9/assets/minecraft/textures/gui/container/furnace.png new file mode 100644 index 00000000..2255d0ab Binary files /dev/null and b/1.8.9/assets/minecraft/textures/gui/container/furnace.png differ diff --git a/1.8.9/assets/minecraft/textures/gui/container/generic_54.png b/1.8.9/assets/minecraft/textures/gui/container/generic_54.png new file mode 100644 index 00000000..0b880ef9 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/gui/container/generic_54.png differ diff --git a/1.8.9/assets/minecraft/textures/gui/container/hopper.png b/1.8.9/assets/minecraft/textures/gui/container/hopper.png new file mode 100644 index 00000000..3d005479 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/gui/container/hopper.png differ diff --git a/1.8.9/assets/minecraft/textures/gui/container/horse.png b/1.8.9/assets/minecraft/textures/gui/container/horse.png new file mode 100644 index 00000000..194cc6bf Binary files /dev/null and b/1.8.9/assets/minecraft/textures/gui/container/horse.png differ diff --git a/1.8.9/assets/minecraft/textures/gui/container/inventory.png b/1.8.9/assets/minecraft/textures/gui/container/inventory.png new file mode 100644 index 00000000..d553c4f7 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/gui/container/inventory.png differ diff --git a/1.8.9/assets/minecraft/textures/gui/container/stats_icons.png b/1.8.9/assets/minecraft/textures/gui/container/stats_icons.png new file mode 100644 index 00000000..f13323be Binary files /dev/null and b/1.8.9/assets/minecraft/textures/gui/container/stats_icons.png differ diff --git a/1.8.9/assets/minecraft/textures/gui/container/villager.png b/1.8.9/assets/minecraft/textures/gui/container/villager.png new file mode 100644 index 00000000..3211a7a0 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/gui/container/villager.png differ diff --git a/1.8.9/assets/minecraft/textures/gui/demo_background.png b/1.8.9/assets/minecraft/textures/gui/demo_background.png new file mode 100644 index 00000000..a7fd8be9 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/gui/demo_background.png differ diff --git a/1.8.9/assets/minecraft/textures/gui/icons.png b/1.8.9/assets/minecraft/textures/gui/icons.png new file mode 100644 index 00000000..89d780f0 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/gui/icons.png differ diff --git a/1.8.9/assets/minecraft/textures/gui/options_background.png b/1.8.9/assets/minecraft/textures/gui/options_background.png new file mode 100644 index 00000000..cae55280 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/gui/options_background.png differ diff --git a/1.8.9/assets/minecraft/textures/gui/presets/chaos.png b/1.8.9/assets/minecraft/textures/gui/presets/chaos.png new file mode 100644 index 00000000..438d078c Binary files /dev/null and b/1.8.9/assets/minecraft/textures/gui/presets/chaos.png differ diff --git a/1.8.9/assets/minecraft/textures/gui/presets/delight.png b/1.8.9/assets/minecraft/textures/gui/presets/delight.png new file mode 100644 index 00000000..296cb889 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/gui/presets/delight.png differ diff --git a/1.8.9/assets/minecraft/textures/gui/presets/drought.png b/1.8.9/assets/minecraft/textures/gui/presets/drought.png new file mode 100644 index 00000000..b0d4f657 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/gui/presets/drought.png differ diff --git a/1.8.9/assets/minecraft/textures/gui/presets/isles.png b/1.8.9/assets/minecraft/textures/gui/presets/isles.png new file mode 100644 index 00000000..7503f6aa Binary files /dev/null and b/1.8.9/assets/minecraft/textures/gui/presets/isles.png differ diff --git a/1.8.9/assets/minecraft/textures/gui/presets/luck.png b/1.8.9/assets/minecraft/textures/gui/presets/luck.png new file mode 100644 index 00000000..26fac45b Binary files /dev/null and b/1.8.9/assets/minecraft/textures/gui/presets/luck.png differ diff --git a/1.8.9/assets/minecraft/textures/gui/presets/madness.png b/1.8.9/assets/minecraft/textures/gui/presets/madness.png new file mode 100644 index 00000000..b0851a9b Binary files /dev/null and b/1.8.9/assets/minecraft/textures/gui/presets/madness.png differ diff --git a/1.8.9/assets/minecraft/textures/gui/presets/water.png b/1.8.9/assets/minecraft/textures/gui/presets/water.png new file mode 100644 index 00000000..275b4cdc Binary files /dev/null and b/1.8.9/assets/minecraft/textures/gui/presets/water.png differ diff --git a/1.8.9/assets/minecraft/textures/gui/resource_packs.png b/1.8.9/assets/minecraft/textures/gui/resource_packs.png new file mode 100644 index 00000000..15a80bd0 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/gui/resource_packs.png differ diff --git a/1.8.9/assets/minecraft/textures/gui/server_selection.png b/1.8.9/assets/minecraft/textures/gui/server_selection.png new file mode 100644 index 00000000..735469f9 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/gui/server_selection.png differ diff --git a/1.8.9/assets/minecraft/textures/gui/spectator_widgets.png b/1.8.9/assets/minecraft/textures/gui/spectator_widgets.png new file mode 100644 index 00000000..9c3817eb Binary files /dev/null and b/1.8.9/assets/minecraft/textures/gui/spectator_widgets.png differ diff --git a/1.8.9/assets/minecraft/textures/gui/stream_indicator.png b/1.8.9/assets/minecraft/textures/gui/stream_indicator.png new file mode 100644 index 00000000..b426b7ef Binary files /dev/null and b/1.8.9/assets/minecraft/textures/gui/stream_indicator.png differ diff --git a/1.8.9/assets/minecraft/textures/gui/title/background/panorama_0.png b/1.8.9/assets/minecraft/textures/gui/title/background/panorama_0.png new file mode 100644 index 00000000..27f015d1 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/gui/title/background/panorama_0.png differ diff --git a/1.8.9/assets/minecraft/textures/gui/title/background/panorama_1.png b/1.8.9/assets/minecraft/textures/gui/title/background/panorama_1.png new file mode 100644 index 00000000..c16841ad Binary files /dev/null and b/1.8.9/assets/minecraft/textures/gui/title/background/panorama_1.png differ diff --git a/1.8.9/assets/minecraft/textures/gui/title/background/panorama_2.png b/1.8.9/assets/minecraft/textures/gui/title/background/panorama_2.png new file mode 100644 index 00000000..0436d776 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/gui/title/background/panorama_2.png differ diff --git a/1.8.9/assets/minecraft/textures/gui/title/background/panorama_3.png b/1.8.9/assets/minecraft/textures/gui/title/background/panorama_3.png new file mode 100644 index 00000000..2c7ad778 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/gui/title/background/panorama_3.png differ diff --git a/1.8.9/assets/minecraft/textures/gui/title/background/panorama_4.png b/1.8.9/assets/minecraft/textures/gui/title/background/panorama_4.png new file mode 100644 index 00000000..03900967 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/gui/title/background/panorama_4.png differ diff --git a/1.8.9/assets/minecraft/textures/gui/title/background/panorama_5.png b/1.8.9/assets/minecraft/textures/gui/title/background/panorama_5.png new file mode 100644 index 00000000..0331ad4a Binary files /dev/null and b/1.8.9/assets/minecraft/textures/gui/title/background/panorama_5.png differ diff --git a/1.8.9/assets/minecraft/textures/gui/title/minecraft.png b/1.8.9/assets/minecraft/textures/gui/title/minecraft.png new file mode 100644 index 00000000..c60927b2 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/gui/title/minecraft.png differ diff --git a/1.8.9/assets/minecraft/textures/gui/title/mojang.png b/1.8.9/assets/minecraft/textures/gui/title/mojang.png new file mode 100644 index 00000000..a82cf6ce Binary files /dev/null and b/1.8.9/assets/minecraft/textures/gui/title/mojang.png differ diff --git a/1.8.9/assets/minecraft/textures/gui/widgets.png b/1.8.9/assets/minecraft/textures/gui/widgets.png new file mode 100644 index 00000000..1a386c6f Binary files /dev/null and b/1.8.9/assets/minecraft/textures/gui/widgets.png differ diff --git a/1.8.9/assets/minecraft/textures/items/apple.png b/1.8.9/assets/minecraft/textures/items/apple.png new file mode 100644 index 00000000..3e2ee59f Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/apple.png differ diff --git a/1.8.9/assets/minecraft/textures/items/apple_golden.png b/1.8.9/assets/minecraft/textures/items/apple_golden.png new file mode 100644 index 00000000..62019898 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/apple_golden.png differ diff --git a/1.8.9/assets/minecraft/textures/items/arrow.png b/1.8.9/assets/minecraft/textures/items/arrow.png new file mode 100644 index 00000000..4f748a00 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/arrow.png differ diff --git a/1.8.9/assets/minecraft/textures/items/banner_base.png b/1.8.9/assets/minecraft/textures/items/banner_base.png new file mode 100644 index 00000000..a074f2ae Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/banner_base.png differ diff --git a/1.8.9/assets/minecraft/textures/items/banner_overlay.png b/1.8.9/assets/minecraft/textures/items/banner_overlay.png new file mode 100644 index 00000000..560108ff Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/banner_overlay.png differ diff --git a/1.8.9/assets/minecraft/textures/items/barrier.png b/1.8.9/assets/minecraft/textures/items/barrier.png new file mode 100644 index 00000000..7ccfa7b9 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/barrier.png differ diff --git a/1.8.9/assets/minecraft/textures/items/bed.png b/1.8.9/assets/minecraft/textures/items/bed.png new file mode 100644 index 00000000..22a4cf04 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/bed.png differ diff --git a/1.8.9/assets/minecraft/textures/items/beef_cooked.png b/1.8.9/assets/minecraft/textures/items/beef_cooked.png new file mode 100644 index 00000000..7bf0fb99 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/beef_cooked.png differ diff --git a/1.8.9/assets/minecraft/textures/items/beef_raw.png b/1.8.9/assets/minecraft/textures/items/beef_raw.png new file mode 100644 index 00000000..82af4e7e Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/beef_raw.png differ diff --git a/1.8.9/assets/minecraft/textures/items/blaze_powder.png b/1.8.9/assets/minecraft/textures/items/blaze_powder.png new file mode 100644 index 00000000..89c57d6e Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/blaze_powder.png differ diff --git a/1.8.9/assets/minecraft/textures/items/blaze_rod.png b/1.8.9/assets/minecraft/textures/items/blaze_rod.png new file mode 100644 index 00000000..7050e10f Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/blaze_rod.png differ diff --git a/1.8.9/assets/minecraft/textures/items/boat.png b/1.8.9/assets/minecraft/textures/items/boat.png new file mode 100644 index 00000000..235e0a26 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/boat.png differ diff --git a/1.8.9/assets/minecraft/textures/items/bone.png b/1.8.9/assets/minecraft/textures/items/bone.png new file mode 100644 index 00000000..3faca89a Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/bone.png differ diff --git a/1.8.9/assets/minecraft/textures/items/book_enchanted.png b/1.8.9/assets/minecraft/textures/items/book_enchanted.png new file mode 100644 index 00000000..8742bee8 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/book_enchanted.png differ diff --git a/1.8.9/assets/minecraft/textures/items/book_normal.png b/1.8.9/assets/minecraft/textures/items/book_normal.png new file mode 100644 index 00000000..f791ae43 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/book_normal.png differ diff --git a/1.8.9/assets/minecraft/textures/items/book_writable.png b/1.8.9/assets/minecraft/textures/items/book_writable.png new file mode 100644 index 00000000..fa95246a Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/book_writable.png differ diff --git a/1.8.9/assets/minecraft/textures/items/book_written.png b/1.8.9/assets/minecraft/textures/items/book_written.png new file mode 100644 index 00000000..b2a2aa8e Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/book_written.png differ diff --git a/1.8.9/assets/minecraft/textures/items/bow_pulling_0.png b/1.8.9/assets/minecraft/textures/items/bow_pulling_0.png new file mode 100644 index 00000000..2022aabd Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/bow_pulling_0.png differ diff --git a/1.8.9/assets/minecraft/textures/items/bow_pulling_1.png b/1.8.9/assets/minecraft/textures/items/bow_pulling_1.png new file mode 100644 index 00000000..a1320795 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/bow_pulling_1.png differ diff --git a/1.8.9/assets/minecraft/textures/items/bow_pulling_2.png b/1.8.9/assets/minecraft/textures/items/bow_pulling_2.png new file mode 100644 index 00000000..d459e685 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/bow_pulling_2.png differ diff --git a/1.8.9/assets/minecraft/textures/items/bow_standby.png b/1.8.9/assets/minecraft/textures/items/bow_standby.png new file mode 100644 index 00000000..d709b9c8 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/bow_standby.png differ diff --git a/1.8.9/assets/minecraft/textures/items/bowl.png b/1.8.9/assets/minecraft/textures/items/bowl.png new file mode 100644 index 00000000..63d16ad6 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/bowl.png differ diff --git a/1.8.9/assets/minecraft/textures/items/bread.png b/1.8.9/assets/minecraft/textures/items/bread.png new file mode 100644 index 00000000..c833604c Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/bread.png differ diff --git a/1.8.9/assets/minecraft/textures/items/brewing_stand.png b/1.8.9/assets/minecraft/textures/items/brewing_stand.png new file mode 100644 index 00000000..97db9af1 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/brewing_stand.png differ diff --git a/1.8.9/assets/minecraft/textures/items/brick.png b/1.8.9/assets/minecraft/textures/items/brick.png new file mode 100644 index 00000000..11e74be6 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/brick.png differ diff --git a/1.8.9/assets/minecraft/textures/items/bucket_empty.png b/1.8.9/assets/minecraft/textures/items/bucket_empty.png new file mode 100644 index 00000000..f8e53692 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/bucket_empty.png differ diff --git a/1.8.9/assets/minecraft/textures/items/bucket_lava.png b/1.8.9/assets/minecraft/textures/items/bucket_lava.png new file mode 100644 index 00000000..13a19570 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/bucket_lava.png differ diff --git a/1.8.9/assets/minecraft/textures/items/bucket_milk.png b/1.8.9/assets/minecraft/textures/items/bucket_milk.png new file mode 100644 index 00000000..c77d92c5 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/bucket_milk.png differ diff --git a/1.8.9/assets/minecraft/textures/items/bucket_water.png b/1.8.9/assets/minecraft/textures/items/bucket_water.png new file mode 100644 index 00000000..2f36accb Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/bucket_water.png differ diff --git a/1.8.9/assets/minecraft/textures/items/cake.png b/1.8.9/assets/minecraft/textures/items/cake.png new file mode 100644 index 00000000..46e94b82 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/cake.png differ diff --git a/1.8.9/assets/minecraft/textures/items/carrot.png b/1.8.9/assets/minecraft/textures/items/carrot.png new file mode 100644 index 00000000..2d08aab9 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/carrot.png differ diff --git a/1.8.9/assets/minecraft/textures/items/carrot_golden.png b/1.8.9/assets/minecraft/textures/items/carrot_golden.png new file mode 100644 index 00000000..e0f1ea62 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/carrot_golden.png differ diff --git a/1.8.9/assets/minecraft/textures/items/carrot_on_a_stick.png b/1.8.9/assets/minecraft/textures/items/carrot_on_a_stick.png new file mode 100644 index 00000000..9e88571e Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/carrot_on_a_stick.png differ diff --git a/1.8.9/assets/minecraft/textures/items/cauldron.png b/1.8.9/assets/minecraft/textures/items/cauldron.png new file mode 100644 index 00000000..e3186ebd Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/cauldron.png differ diff --git a/1.8.9/assets/minecraft/textures/items/chainmail_boots.png b/1.8.9/assets/minecraft/textures/items/chainmail_boots.png new file mode 100644 index 00000000..54a4a159 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/chainmail_boots.png differ diff --git a/1.8.9/assets/minecraft/textures/items/chainmail_chestplate.png b/1.8.9/assets/minecraft/textures/items/chainmail_chestplate.png new file mode 100644 index 00000000..cd2115a9 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/chainmail_chestplate.png differ diff --git a/1.8.9/assets/minecraft/textures/items/chainmail_helmet.png b/1.8.9/assets/minecraft/textures/items/chainmail_helmet.png new file mode 100644 index 00000000..a1433387 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/chainmail_helmet.png differ diff --git a/1.8.9/assets/minecraft/textures/items/chainmail_leggings.png b/1.8.9/assets/minecraft/textures/items/chainmail_leggings.png new file mode 100644 index 00000000..dae4b266 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/chainmail_leggings.png differ diff --git a/1.8.9/assets/minecraft/textures/items/charcoal.png b/1.8.9/assets/minecraft/textures/items/charcoal.png new file mode 100644 index 00000000..20d5b257 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/charcoal.png differ diff --git a/1.8.9/assets/minecraft/textures/items/chicken_cooked.png b/1.8.9/assets/minecraft/textures/items/chicken_cooked.png new file mode 100644 index 00000000..890b5b3f Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/chicken_cooked.png differ diff --git a/1.8.9/assets/minecraft/textures/items/chicken_raw.png b/1.8.9/assets/minecraft/textures/items/chicken_raw.png new file mode 100644 index 00000000..6d259224 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/chicken_raw.png differ diff --git a/1.8.9/assets/minecraft/textures/items/clay_ball.png b/1.8.9/assets/minecraft/textures/items/clay_ball.png new file mode 100644 index 00000000..5103d6cc Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/clay_ball.png differ diff --git a/1.8.9/assets/minecraft/textures/items/clock.png b/1.8.9/assets/minecraft/textures/items/clock.png new file mode 100644 index 00000000..069a0abf Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/clock.png differ diff --git a/1.8.9/assets/minecraft/textures/items/clock.png.mcmeta b/1.8.9/assets/minecraft/textures/items/clock.png.mcmeta new file mode 100644 index 00000000..4f0718ac --- /dev/null +++ b/1.8.9/assets/minecraft/textures/items/clock.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} \ No newline at end of file diff --git a/1.8.9/assets/minecraft/textures/items/coal.png b/1.8.9/assets/minecraft/textures/items/coal.png new file mode 100644 index 00000000..5563b6fc Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/coal.png differ diff --git a/1.8.9/assets/minecraft/textures/items/comparator.png b/1.8.9/assets/minecraft/textures/items/comparator.png new file mode 100644 index 00000000..28b8eec1 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/comparator.png differ diff --git a/1.8.9/assets/minecraft/textures/items/compass.png b/1.8.9/assets/minecraft/textures/items/compass.png new file mode 100644 index 00000000..9dcbdfe6 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/compass.png differ diff --git a/1.8.9/assets/minecraft/textures/items/compass.png.mcmeta b/1.8.9/assets/minecraft/textures/items/compass.png.mcmeta new file mode 100644 index 00000000..4f0718ac --- /dev/null +++ b/1.8.9/assets/minecraft/textures/items/compass.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} \ No newline at end of file diff --git a/1.8.9/assets/minecraft/textures/items/cookie.png b/1.8.9/assets/minecraft/textures/items/cookie.png new file mode 100644 index 00000000..01fe56b1 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/cookie.png differ diff --git a/1.8.9/assets/minecraft/textures/items/diamond.png b/1.8.9/assets/minecraft/textures/items/diamond.png new file mode 100644 index 00000000..10e70a0c Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/diamond.png differ diff --git a/1.8.9/assets/minecraft/textures/items/diamond_axe.png b/1.8.9/assets/minecraft/textures/items/diamond_axe.png new file mode 100644 index 00000000..7627f87b Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/diamond_axe.png differ diff --git a/1.8.9/assets/minecraft/textures/items/diamond_boots.png b/1.8.9/assets/minecraft/textures/items/diamond_boots.png new file mode 100644 index 00000000..70d9e5f8 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/diamond_boots.png differ diff --git a/1.8.9/assets/minecraft/textures/items/diamond_chestplate.png b/1.8.9/assets/minecraft/textures/items/diamond_chestplate.png new file mode 100644 index 00000000..afdff93e Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/diamond_chestplate.png differ diff --git a/1.8.9/assets/minecraft/textures/items/diamond_helmet.png b/1.8.9/assets/minecraft/textures/items/diamond_helmet.png new file mode 100644 index 00000000..1c885924 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/diamond_helmet.png differ diff --git a/1.8.9/assets/minecraft/textures/items/diamond_hoe.png b/1.8.9/assets/minecraft/textures/items/diamond_hoe.png new file mode 100644 index 00000000..c9a97e0a Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/diamond_hoe.png differ diff --git a/1.8.9/assets/minecraft/textures/items/diamond_horse_armor.png b/1.8.9/assets/minecraft/textures/items/diamond_horse_armor.png new file mode 100644 index 00000000..b281aadd Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/diamond_horse_armor.png differ diff --git a/1.8.9/assets/minecraft/textures/items/diamond_leggings.png b/1.8.9/assets/minecraft/textures/items/diamond_leggings.png new file mode 100644 index 00000000..a99c8967 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/diamond_leggings.png differ diff --git a/1.8.9/assets/minecraft/textures/items/diamond_pickaxe.png b/1.8.9/assets/minecraft/textures/items/diamond_pickaxe.png new file mode 100644 index 00000000..c2798285 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/diamond_pickaxe.png differ diff --git a/1.8.9/assets/minecraft/textures/items/diamond_shovel.png b/1.8.9/assets/minecraft/textures/items/diamond_shovel.png new file mode 100644 index 00000000..e4a8992a Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/diamond_shovel.png differ diff --git a/1.8.9/assets/minecraft/textures/items/diamond_sword.png b/1.8.9/assets/minecraft/textures/items/diamond_sword.png new file mode 100644 index 00000000..2a1552d6 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/diamond_sword.png differ diff --git a/1.8.9/assets/minecraft/textures/items/door_acacia.png b/1.8.9/assets/minecraft/textures/items/door_acacia.png new file mode 100644 index 00000000..c903484f Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/door_acacia.png differ diff --git a/1.8.9/assets/minecraft/textures/items/door_birch.png b/1.8.9/assets/minecraft/textures/items/door_birch.png new file mode 100644 index 00000000..7c88c41d Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/door_birch.png differ diff --git a/1.8.9/assets/minecraft/textures/items/door_dark_oak.png b/1.8.9/assets/minecraft/textures/items/door_dark_oak.png new file mode 100644 index 00000000..7862d9a7 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/door_dark_oak.png differ diff --git a/1.8.9/assets/minecraft/textures/items/door_iron.png b/1.8.9/assets/minecraft/textures/items/door_iron.png new file mode 100644 index 00000000..b6715ed1 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/door_iron.png differ diff --git a/1.8.9/assets/minecraft/textures/items/door_jungle.png b/1.8.9/assets/minecraft/textures/items/door_jungle.png new file mode 100644 index 00000000..cb3753d3 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/door_jungle.png differ diff --git a/1.8.9/assets/minecraft/textures/items/door_spruce.png b/1.8.9/assets/minecraft/textures/items/door_spruce.png new file mode 100644 index 00000000..4eddb7ec Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/door_spruce.png differ diff --git a/1.8.9/assets/minecraft/textures/items/door_wood.png b/1.8.9/assets/minecraft/textures/items/door_wood.png new file mode 100644 index 00000000..20b9be67 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/door_wood.png differ diff --git a/1.8.9/assets/minecraft/textures/items/dye_powder_black.png b/1.8.9/assets/minecraft/textures/items/dye_powder_black.png new file mode 100644 index 00000000..909bea5e Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/dye_powder_black.png differ diff --git a/1.8.9/assets/minecraft/textures/items/dye_powder_blue.png b/1.8.9/assets/minecraft/textures/items/dye_powder_blue.png new file mode 100644 index 00000000..4713983e Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/dye_powder_blue.png differ diff --git a/1.8.9/assets/minecraft/textures/items/dye_powder_brown.png b/1.8.9/assets/minecraft/textures/items/dye_powder_brown.png new file mode 100644 index 00000000..62eae8d4 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/dye_powder_brown.png differ diff --git a/1.8.9/assets/minecraft/textures/items/dye_powder_cyan.png b/1.8.9/assets/minecraft/textures/items/dye_powder_cyan.png new file mode 100644 index 00000000..7b10c117 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/dye_powder_cyan.png differ diff --git a/1.8.9/assets/minecraft/textures/items/dye_powder_gray.png b/1.8.9/assets/minecraft/textures/items/dye_powder_gray.png new file mode 100644 index 00000000..4fce7e72 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/dye_powder_gray.png differ diff --git a/1.8.9/assets/minecraft/textures/items/dye_powder_green.png b/1.8.9/assets/minecraft/textures/items/dye_powder_green.png new file mode 100644 index 00000000..009e0587 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/dye_powder_green.png differ diff --git a/1.8.9/assets/minecraft/textures/items/dye_powder_light_blue.png b/1.8.9/assets/minecraft/textures/items/dye_powder_light_blue.png new file mode 100644 index 00000000..a8b45c92 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/dye_powder_light_blue.png differ diff --git a/1.8.9/assets/minecraft/textures/items/dye_powder_lime.png b/1.8.9/assets/minecraft/textures/items/dye_powder_lime.png new file mode 100644 index 00000000..7a787644 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/dye_powder_lime.png differ diff --git a/1.8.9/assets/minecraft/textures/items/dye_powder_magenta.png b/1.8.9/assets/minecraft/textures/items/dye_powder_magenta.png new file mode 100644 index 00000000..ea7342a8 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/dye_powder_magenta.png differ diff --git a/1.8.9/assets/minecraft/textures/items/dye_powder_orange.png b/1.8.9/assets/minecraft/textures/items/dye_powder_orange.png new file mode 100644 index 00000000..677a1aa6 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/dye_powder_orange.png differ diff --git a/1.8.9/assets/minecraft/textures/items/dye_powder_pink.png b/1.8.9/assets/minecraft/textures/items/dye_powder_pink.png new file mode 100644 index 00000000..1acc4834 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/dye_powder_pink.png differ diff --git a/1.8.9/assets/minecraft/textures/items/dye_powder_purple.png b/1.8.9/assets/minecraft/textures/items/dye_powder_purple.png new file mode 100644 index 00000000..7d201c26 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/dye_powder_purple.png differ diff --git a/1.8.9/assets/minecraft/textures/items/dye_powder_red.png b/1.8.9/assets/minecraft/textures/items/dye_powder_red.png new file mode 100644 index 00000000..2d1a7429 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/dye_powder_red.png differ diff --git a/1.8.9/assets/minecraft/textures/items/dye_powder_silver.png b/1.8.9/assets/minecraft/textures/items/dye_powder_silver.png new file mode 100644 index 00000000..fa9e501e Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/dye_powder_silver.png differ diff --git a/1.8.9/assets/minecraft/textures/items/dye_powder_white.png b/1.8.9/assets/minecraft/textures/items/dye_powder_white.png new file mode 100644 index 00000000..5b1833be Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/dye_powder_white.png differ diff --git a/1.8.9/assets/minecraft/textures/items/dye_powder_yellow.png b/1.8.9/assets/minecraft/textures/items/dye_powder_yellow.png new file mode 100644 index 00000000..95e06731 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/dye_powder_yellow.png differ diff --git a/1.8.9/assets/minecraft/textures/items/egg.png b/1.8.9/assets/minecraft/textures/items/egg.png new file mode 100644 index 00000000..a6fe2bfa Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/egg.png differ diff --git a/1.8.9/assets/minecraft/textures/items/emerald.png b/1.8.9/assets/minecraft/textures/items/emerald.png new file mode 100644 index 00000000..98d953e2 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/emerald.png differ diff --git a/1.8.9/assets/minecraft/textures/items/empty_armor_slot_boots.png b/1.8.9/assets/minecraft/textures/items/empty_armor_slot_boots.png new file mode 100644 index 00000000..fd7e05fa Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/empty_armor_slot_boots.png differ diff --git a/1.8.9/assets/minecraft/textures/items/empty_armor_slot_chestplate.png b/1.8.9/assets/minecraft/textures/items/empty_armor_slot_chestplate.png new file mode 100644 index 00000000..6e632b9d Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/empty_armor_slot_chestplate.png differ diff --git a/1.8.9/assets/minecraft/textures/items/empty_armor_slot_helmet.png b/1.8.9/assets/minecraft/textures/items/empty_armor_slot_helmet.png new file mode 100644 index 00000000..3a455f3f Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/empty_armor_slot_helmet.png differ diff --git a/1.8.9/assets/minecraft/textures/items/empty_armor_slot_leggings.png b/1.8.9/assets/minecraft/textures/items/empty_armor_slot_leggings.png new file mode 100644 index 00000000..28b2c494 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/empty_armor_slot_leggings.png differ diff --git a/1.8.9/assets/minecraft/textures/items/ender_eye.png b/1.8.9/assets/minecraft/textures/items/ender_eye.png new file mode 100644 index 00000000..8c4ef4e8 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/ender_eye.png differ diff --git a/1.8.9/assets/minecraft/textures/items/ender_pearl.png b/1.8.9/assets/minecraft/textures/items/ender_pearl.png new file mode 100644 index 00000000..4b752a64 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/ender_pearl.png differ diff --git a/1.8.9/assets/minecraft/textures/items/experience_bottle.png b/1.8.9/assets/minecraft/textures/items/experience_bottle.png new file mode 100644 index 00000000..ae4214ff Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/experience_bottle.png differ diff --git a/1.8.9/assets/minecraft/textures/items/feather.png b/1.8.9/assets/minecraft/textures/items/feather.png new file mode 100644 index 00000000..d4c3be55 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/feather.png differ diff --git a/1.8.9/assets/minecraft/textures/items/fireball.png b/1.8.9/assets/minecraft/textures/items/fireball.png new file mode 100644 index 00000000..d62a6f47 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/fireball.png differ diff --git a/1.8.9/assets/minecraft/textures/items/fireworks.png b/1.8.9/assets/minecraft/textures/items/fireworks.png new file mode 100644 index 00000000..f1e07fd1 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/fireworks.png differ diff --git a/1.8.9/assets/minecraft/textures/items/fireworks_charge.png b/1.8.9/assets/minecraft/textures/items/fireworks_charge.png new file mode 100644 index 00000000..5c893627 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/fireworks_charge.png differ diff --git a/1.8.9/assets/minecraft/textures/items/fireworks_charge_overlay.png b/1.8.9/assets/minecraft/textures/items/fireworks_charge_overlay.png new file mode 100644 index 00000000..d8b91a92 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/fireworks_charge_overlay.png differ diff --git a/1.8.9/assets/minecraft/textures/items/fish_clownfish_raw.png b/1.8.9/assets/minecraft/textures/items/fish_clownfish_raw.png new file mode 100644 index 00000000..41df72fd Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/fish_clownfish_raw.png differ diff --git a/1.8.9/assets/minecraft/textures/items/fish_cod_cooked.png b/1.8.9/assets/minecraft/textures/items/fish_cod_cooked.png new file mode 100644 index 00000000..87564c70 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/fish_cod_cooked.png differ diff --git a/1.8.9/assets/minecraft/textures/items/fish_cod_raw.png b/1.8.9/assets/minecraft/textures/items/fish_cod_raw.png new file mode 100644 index 00000000..32996bf5 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/fish_cod_raw.png differ diff --git a/1.8.9/assets/minecraft/textures/items/fish_pufferfish_raw.png b/1.8.9/assets/minecraft/textures/items/fish_pufferfish_raw.png new file mode 100644 index 00000000..aadbd88e Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/fish_pufferfish_raw.png differ diff --git a/1.8.9/assets/minecraft/textures/items/fish_salmon_cooked.png b/1.8.9/assets/minecraft/textures/items/fish_salmon_cooked.png new file mode 100644 index 00000000..fb765ed7 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/fish_salmon_cooked.png differ diff --git a/1.8.9/assets/minecraft/textures/items/fish_salmon_raw.png b/1.8.9/assets/minecraft/textures/items/fish_salmon_raw.png new file mode 100644 index 00000000..68bcd697 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/fish_salmon_raw.png differ diff --git a/1.8.9/assets/minecraft/textures/items/fishing_rod_cast.png b/1.8.9/assets/minecraft/textures/items/fishing_rod_cast.png new file mode 100644 index 00000000..a5ab3781 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/fishing_rod_cast.png differ diff --git a/1.8.9/assets/minecraft/textures/items/fishing_rod_uncast.png b/1.8.9/assets/minecraft/textures/items/fishing_rod_uncast.png new file mode 100644 index 00000000..d4b53f0f Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/fishing_rod_uncast.png differ diff --git a/1.8.9/assets/minecraft/textures/items/flint.png b/1.8.9/assets/minecraft/textures/items/flint.png new file mode 100644 index 00000000..5f51093f Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/flint.png differ diff --git a/1.8.9/assets/minecraft/textures/items/flint_and_steel.png b/1.8.9/assets/minecraft/textures/items/flint_and_steel.png new file mode 100644 index 00000000..77bc3407 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/flint_and_steel.png differ diff --git a/1.8.9/assets/minecraft/textures/items/flower_pot.png b/1.8.9/assets/minecraft/textures/items/flower_pot.png new file mode 100644 index 00000000..c4f26d21 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/flower_pot.png differ diff --git a/1.8.9/assets/minecraft/textures/items/ghast_tear.png b/1.8.9/assets/minecraft/textures/items/ghast_tear.png new file mode 100644 index 00000000..e5c741f9 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/ghast_tear.png differ diff --git a/1.8.9/assets/minecraft/textures/items/glowstone_dust.png b/1.8.9/assets/minecraft/textures/items/glowstone_dust.png new file mode 100644 index 00000000..edd93a6d Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/glowstone_dust.png differ diff --git a/1.8.9/assets/minecraft/textures/items/gold_axe.png b/1.8.9/assets/minecraft/textures/items/gold_axe.png new file mode 100644 index 00000000..0f47b600 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/gold_axe.png differ diff --git a/1.8.9/assets/minecraft/textures/items/gold_boots.png b/1.8.9/assets/minecraft/textures/items/gold_boots.png new file mode 100644 index 00000000..f6033d25 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/gold_boots.png differ diff --git a/1.8.9/assets/minecraft/textures/items/gold_chestplate.png b/1.8.9/assets/minecraft/textures/items/gold_chestplate.png new file mode 100644 index 00000000..e36076ad Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/gold_chestplate.png differ diff --git a/1.8.9/assets/minecraft/textures/items/gold_helmet.png b/1.8.9/assets/minecraft/textures/items/gold_helmet.png new file mode 100644 index 00000000..9eb89a0c Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/gold_helmet.png differ diff --git a/1.8.9/assets/minecraft/textures/items/gold_hoe.png b/1.8.9/assets/minecraft/textures/items/gold_hoe.png new file mode 100644 index 00000000..1685d472 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/gold_hoe.png differ diff --git a/1.8.9/assets/minecraft/textures/items/gold_horse_armor.png b/1.8.9/assets/minecraft/textures/items/gold_horse_armor.png new file mode 100644 index 00000000..7c5c3a59 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/gold_horse_armor.png differ diff --git a/1.8.9/assets/minecraft/textures/items/gold_ingot.png b/1.8.9/assets/minecraft/textures/items/gold_ingot.png new file mode 100644 index 00000000..ea781e71 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/gold_ingot.png differ diff --git a/1.8.9/assets/minecraft/textures/items/gold_leggings.png b/1.8.9/assets/minecraft/textures/items/gold_leggings.png new file mode 100644 index 00000000..da237713 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/gold_leggings.png differ diff --git a/1.8.9/assets/minecraft/textures/items/gold_nugget.png b/1.8.9/assets/minecraft/textures/items/gold_nugget.png new file mode 100644 index 00000000..3a9a2fe4 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/gold_nugget.png differ diff --git a/1.8.9/assets/minecraft/textures/items/gold_pickaxe.png b/1.8.9/assets/minecraft/textures/items/gold_pickaxe.png new file mode 100644 index 00000000..ecccafe6 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/gold_pickaxe.png differ diff --git a/1.8.9/assets/minecraft/textures/items/gold_shovel.png b/1.8.9/assets/minecraft/textures/items/gold_shovel.png new file mode 100644 index 00000000..150cbb97 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/gold_shovel.png differ diff --git a/1.8.9/assets/minecraft/textures/items/gold_sword.png b/1.8.9/assets/minecraft/textures/items/gold_sword.png new file mode 100644 index 00000000..0ddef045 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/gold_sword.png differ diff --git a/1.8.9/assets/minecraft/textures/items/gunpowder.png b/1.8.9/assets/minecraft/textures/items/gunpowder.png new file mode 100644 index 00000000..73cadece Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/gunpowder.png differ diff --git a/1.8.9/assets/minecraft/textures/items/hopper.png b/1.8.9/assets/minecraft/textures/items/hopper.png new file mode 100644 index 00000000..f8b244fc Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/hopper.png differ diff --git a/1.8.9/assets/minecraft/textures/items/iron_axe.png b/1.8.9/assets/minecraft/textures/items/iron_axe.png new file mode 100644 index 00000000..8bf133e3 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/iron_axe.png differ diff --git a/1.8.9/assets/minecraft/textures/items/iron_boots.png b/1.8.9/assets/minecraft/textures/items/iron_boots.png new file mode 100644 index 00000000..b69ca05c Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/iron_boots.png differ diff --git a/1.8.9/assets/minecraft/textures/items/iron_chestplate.png b/1.8.9/assets/minecraft/textures/items/iron_chestplate.png new file mode 100644 index 00000000..e7993ce1 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/iron_chestplate.png differ diff --git a/1.8.9/assets/minecraft/textures/items/iron_helmet.png b/1.8.9/assets/minecraft/textures/items/iron_helmet.png new file mode 100644 index 00000000..65e64cc5 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/iron_helmet.png differ diff --git a/1.8.9/assets/minecraft/textures/items/iron_hoe.png b/1.8.9/assets/minecraft/textures/items/iron_hoe.png new file mode 100644 index 00000000..28d4c36d Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/iron_hoe.png differ diff --git a/1.8.9/assets/minecraft/textures/items/iron_horse_armor.png b/1.8.9/assets/minecraft/textures/items/iron_horse_armor.png new file mode 100644 index 00000000..5d697d17 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/iron_horse_armor.png differ diff --git a/1.8.9/assets/minecraft/textures/items/iron_ingot.png b/1.8.9/assets/minecraft/textures/items/iron_ingot.png new file mode 100644 index 00000000..3833fa05 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/iron_ingot.png differ diff --git a/1.8.9/assets/minecraft/textures/items/iron_leggings.png b/1.8.9/assets/minecraft/textures/items/iron_leggings.png new file mode 100644 index 00000000..ad536739 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/iron_leggings.png differ diff --git a/1.8.9/assets/minecraft/textures/items/iron_pickaxe.png b/1.8.9/assets/minecraft/textures/items/iron_pickaxe.png new file mode 100644 index 00000000..d21440bd Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/iron_pickaxe.png differ diff --git a/1.8.9/assets/minecraft/textures/items/iron_shovel.png b/1.8.9/assets/minecraft/textures/items/iron_shovel.png new file mode 100644 index 00000000..079b236c Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/iron_shovel.png differ diff --git a/1.8.9/assets/minecraft/textures/items/iron_sword.png b/1.8.9/assets/minecraft/textures/items/iron_sword.png new file mode 100644 index 00000000..4d49c5ae Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/iron_sword.png differ diff --git a/1.8.9/assets/minecraft/textures/items/item_frame.png b/1.8.9/assets/minecraft/textures/items/item_frame.png new file mode 100644 index 00000000..261c98a6 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/item_frame.png differ diff --git a/1.8.9/assets/minecraft/textures/items/lead.png b/1.8.9/assets/minecraft/textures/items/lead.png new file mode 100644 index 00000000..0ef5312f Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/lead.png differ diff --git a/1.8.9/assets/minecraft/textures/items/leather.png b/1.8.9/assets/minecraft/textures/items/leather.png new file mode 100644 index 00000000..13dc1998 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/leather.png differ diff --git a/1.8.9/assets/minecraft/textures/items/leather_boots.png b/1.8.9/assets/minecraft/textures/items/leather_boots.png new file mode 100644 index 00000000..61d71988 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/leather_boots.png differ diff --git a/1.8.9/assets/minecraft/textures/items/leather_boots_overlay.png b/1.8.9/assets/minecraft/textures/items/leather_boots_overlay.png new file mode 100644 index 00000000..b6896d87 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/leather_boots_overlay.png differ diff --git a/1.8.9/assets/minecraft/textures/items/leather_chestplate.png b/1.8.9/assets/minecraft/textures/items/leather_chestplate.png new file mode 100644 index 00000000..e534aefc Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/leather_chestplate.png differ diff --git a/1.8.9/assets/minecraft/textures/items/leather_chestplate_overlay.png b/1.8.9/assets/minecraft/textures/items/leather_chestplate_overlay.png new file mode 100644 index 00000000..125fd348 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/leather_chestplate_overlay.png differ diff --git a/1.8.9/assets/minecraft/textures/items/leather_helmet.png b/1.8.9/assets/minecraft/textures/items/leather_helmet.png new file mode 100644 index 00000000..6f647638 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/leather_helmet.png differ diff --git a/1.8.9/assets/minecraft/textures/items/leather_helmet_overlay.png b/1.8.9/assets/minecraft/textures/items/leather_helmet_overlay.png new file mode 100644 index 00000000..8040d77f Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/leather_helmet_overlay.png differ diff --git a/1.8.9/assets/minecraft/textures/items/leather_leggings.png b/1.8.9/assets/minecraft/textures/items/leather_leggings.png new file mode 100644 index 00000000..c2d3f032 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/leather_leggings.png differ diff --git a/1.8.9/assets/minecraft/textures/items/leather_leggings_overlay.png b/1.8.9/assets/minecraft/textures/items/leather_leggings_overlay.png new file mode 100644 index 00000000..813ba262 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/leather_leggings_overlay.png differ diff --git a/1.8.9/assets/minecraft/textures/items/magma_cream.png b/1.8.9/assets/minecraft/textures/items/magma_cream.png new file mode 100644 index 00000000..b2be210c Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/magma_cream.png differ diff --git a/1.8.9/assets/minecraft/textures/items/map_empty.png b/1.8.9/assets/minecraft/textures/items/map_empty.png new file mode 100644 index 00000000..8dc6e58b Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/map_empty.png differ diff --git a/1.8.9/assets/minecraft/textures/items/map_filled.png b/1.8.9/assets/minecraft/textures/items/map_filled.png new file mode 100644 index 00000000..1381e215 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/map_filled.png differ diff --git a/1.8.9/assets/minecraft/textures/items/melon.png b/1.8.9/assets/minecraft/textures/items/melon.png new file mode 100644 index 00000000..590f47a2 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/melon.png differ diff --git a/1.8.9/assets/minecraft/textures/items/melon_speckled.png b/1.8.9/assets/minecraft/textures/items/melon_speckled.png new file mode 100644 index 00000000..dee1bf56 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/melon_speckled.png differ diff --git a/1.8.9/assets/minecraft/textures/items/minecart_chest.png b/1.8.9/assets/minecraft/textures/items/minecart_chest.png new file mode 100644 index 00000000..78a37786 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/minecart_chest.png differ diff --git a/1.8.9/assets/minecraft/textures/items/minecart_command_block.png b/1.8.9/assets/minecraft/textures/items/minecart_command_block.png new file mode 100644 index 00000000..c597ee7f Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/minecart_command_block.png differ diff --git a/1.8.9/assets/minecraft/textures/items/minecart_furnace.png b/1.8.9/assets/minecraft/textures/items/minecart_furnace.png new file mode 100644 index 00000000..5478f25c Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/minecart_furnace.png differ diff --git a/1.8.9/assets/minecraft/textures/items/minecart_hopper.png b/1.8.9/assets/minecraft/textures/items/minecart_hopper.png new file mode 100644 index 00000000..8a138fbb Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/minecart_hopper.png differ diff --git a/1.8.9/assets/minecraft/textures/items/minecart_normal.png b/1.8.9/assets/minecraft/textures/items/minecart_normal.png new file mode 100644 index 00000000..2046f2bc Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/minecart_normal.png differ diff --git a/1.8.9/assets/minecraft/textures/items/minecart_tnt.png b/1.8.9/assets/minecraft/textures/items/minecart_tnt.png new file mode 100644 index 00000000..561279b7 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/minecart_tnt.png differ diff --git a/1.8.9/assets/minecraft/textures/items/mushroom_stew.png b/1.8.9/assets/minecraft/textures/items/mushroom_stew.png new file mode 100644 index 00000000..5598bc78 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/mushroom_stew.png differ diff --git a/1.8.9/assets/minecraft/textures/items/mutton_cooked.png b/1.8.9/assets/minecraft/textures/items/mutton_cooked.png new file mode 100644 index 00000000..e1b62dcf Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/mutton_cooked.png differ diff --git a/1.8.9/assets/minecraft/textures/items/mutton_raw.png b/1.8.9/assets/minecraft/textures/items/mutton_raw.png new file mode 100644 index 00000000..1222ff4b Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/mutton_raw.png differ diff --git a/1.8.9/assets/minecraft/textures/items/name_tag.png b/1.8.9/assets/minecraft/textures/items/name_tag.png new file mode 100644 index 00000000..a88f5599 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/name_tag.png differ diff --git a/1.8.9/assets/minecraft/textures/items/nether_star.png b/1.8.9/assets/minecraft/textures/items/nether_star.png new file mode 100644 index 00000000..6b848af0 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/nether_star.png differ diff --git a/1.8.9/assets/minecraft/textures/items/nether_wart.png b/1.8.9/assets/minecraft/textures/items/nether_wart.png new file mode 100644 index 00000000..09da1e33 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/nether_wart.png differ diff --git a/1.8.9/assets/minecraft/textures/items/netherbrick.png b/1.8.9/assets/minecraft/textures/items/netherbrick.png new file mode 100644 index 00000000..e9c14edb Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/netherbrick.png differ diff --git a/1.8.9/assets/minecraft/textures/items/painting.png b/1.8.9/assets/minecraft/textures/items/painting.png new file mode 100644 index 00000000..b394f305 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/painting.png differ diff --git a/1.8.9/assets/minecraft/textures/items/paper.png b/1.8.9/assets/minecraft/textures/items/paper.png new file mode 100644 index 00000000..a1d9c7e2 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/paper.png differ diff --git a/1.8.9/assets/minecraft/textures/items/porkchop_cooked.png b/1.8.9/assets/minecraft/textures/items/porkchop_cooked.png new file mode 100644 index 00000000..605d3f50 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/porkchop_cooked.png differ diff --git a/1.8.9/assets/minecraft/textures/items/porkchop_raw.png b/1.8.9/assets/minecraft/textures/items/porkchop_raw.png new file mode 100644 index 00000000..7e83c1ad Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/porkchop_raw.png differ diff --git a/1.8.9/assets/minecraft/textures/items/potato.png b/1.8.9/assets/minecraft/textures/items/potato.png new file mode 100644 index 00000000..c1d8541e Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/potato.png differ diff --git a/1.8.9/assets/minecraft/textures/items/potato_baked.png b/1.8.9/assets/minecraft/textures/items/potato_baked.png new file mode 100644 index 00000000..e4d765b1 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/potato_baked.png differ diff --git a/1.8.9/assets/minecraft/textures/items/potato_poisonous.png b/1.8.9/assets/minecraft/textures/items/potato_poisonous.png new file mode 100644 index 00000000..6f154afa Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/potato_poisonous.png differ diff --git a/1.8.9/assets/minecraft/textures/items/potion_bottle_drinkable.png b/1.8.9/assets/minecraft/textures/items/potion_bottle_drinkable.png new file mode 100644 index 00000000..87339d79 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/potion_bottle_drinkable.png differ diff --git a/1.8.9/assets/minecraft/textures/items/potion_bottle_empty.png b/1.8.9/assets/minecraft/textures/items/potion_bottle_empty.png new file mode 100644 index 00000000..87339d79 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/potion_bottle_empty.png differ diff --git a/1.8.9/assets/minecraft/textures/items/potion_bottle_splash.png b/1.8.9/assets/minecraft/textures/items/potion_bottle_splash.png new file mode 100644 index 00000000..03b1f90a Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/potion_bottle_splash.png differ diff --git a/1.8.9/assets/minecraft/textures/items/potion_overlay.png b/1.8.9/assets/minecraft/textures/items/potion_overlay.png new file mode 100644 index 00000000..61864e9b Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/potion_overlay.png differ diff --git a/1.8.9/assets/minecraft/textures/items/prismarine_crystals.png b/1.8.9/assets/minecraft/textures/items/prismarine_crystals.png new file mode 100644 index 00000000..7cf87d5c Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/prismarine_crystals.png differ diff --git a/1.8.9/assets/minecraft/textures/items/prismarine_shard.png b/1.8.9/assets/minecraft/textures/items/prismarine_shard.png new file mode 100644 index 00000000..4030b4c1 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/prismarine_shard.png differ diff --git a/1.8.9/assets/minecraft/textures/items/pumpkin_pie.png b/1.8.9/assets/minecraft/textures/items/pumpkin_pie.png new file mode 100644 index 00000000..c21a032b Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/pumpkin_pie.png differ diff --git a/1.8.9/assets/minecraft/textures/items/quartz.png b/1.8.9/assets/minecraft/textures/items/quartz.png new file mode 100644 index 00000000..e403446a Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/quartz.png differ diff --git a/1.8.9/assets/minecraft/textures/items/quiver.png b/1.8.9/assets/minecraft/textures/items/quiver.png new file mode 100644 index 00000000..818f7283 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/quiver.png differ diff --git a/1.8.9/assets/minecraft/textures/items/rabbit_cooked.png b/1.8.9/assets/minecraft/textures/items/rabbit_cooked.png new file mode 100644 index 00000000..49657c3e Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/rabbit_cooked.png differ diff --git a/1.8.9/assets/minecraft/textures/items/rabbit_foot.png b/1.8.9/assets/minecraft/textures/items/rabbit_foot.png new file mode 100644 index 00000000..f7d91409 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/rabbit_foot.png differ diff --git a/1.8.9/assets/minecraft/textures/items/rabbit_hide.png b/1.8.9/assets/minecraft/textures/items/rabbit_hide.png new file mode 100644 index 00000000..516b8999 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/rabbit_hide.png differ diff --git a/1.8.9/assets/minecraft/textures/items/rabbit_raw.png b/1.8.9/assets/minecraft/textures/items/rabbit_raw.png new file mode 100644 index 00000000..4b541350 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/rabbit_raw.png differ diff --git a/1.8.9/assets/minecraft/textures/items/rabbit_stew.png b/1.8.9/assets/minecraft/textures/items/rabbit_stew.png new file mode 100644 index 00000000..93e83e68 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/rabbit_stew.png differ diff --git a/1.8.9/assets/minecraft/textures/items/record_11.png b/1.8.9/assets/minecraft/textures/items/record_11.png new file mode 100644 index 00000000..07ac487c Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/record_11.png differ diff --git a/1.8.9/assets/minecraft/textures/items/record_13.png b/1.8.9/assets/minecraft/textures/items/record_13.png new file mode 100644 index 00000000..ead0c610 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/record_13.png differ diff --git a/1.8.9/assets/minecraft/textures/items/record_blocks.png b/1.8.9/assets/minecraft/textures/items/record_blocks.png new file mode 100644 index 00000000..3732d6c9 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/record_blocks.png differ diff --git a/1.8.9/assets/minecraft/textures/items/record_cat.png b/1.8.9/assets/minecraft/textures/items/record_cat.png new file mode 100644 index 00000000..b3527efb Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/record_cat.png differ diff --git a/1.8.9/assets/minecraft/textures/items/record_chirp.png b/1.8.9/assets/minecraft/textures/items/record_chirp.png new file mode 100644 index 00000000..1b24e119 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/record_chirp.png differ diff --git a/1.8.9/assets/minecraft/textures/items/record_far.png b/1.8.9/assets/minecraft/textures/items/record_far.png new file mode 100644 index 00000000..2320efdf Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/record_far.png differ diff --git a/1.8.9/assets/minecraft/textures/items/record_mall.png b/1.8.9/assets/minecraft/textures/items/record_mall.png new file mode 100644 index 00000000..811d0460 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/record_mall.png differ diff --git a/1.8.9/assets/minecraft/textures/items/record_mellohi.png b/1.8.9/assets/minecraft/textures/items/record_mellohi.png new file mode 100644 index 00000000..879b6a41 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/record_mellohi.png differ diff --git a/1.8.9/assets/minecraft/textures/items/record_stal.png b/1.8.9/assets/minecraft/textures/items/record_stal.png new file mode 100644 index 00000000..c650d21d Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/record_stal.png differ diff --git a/1.8.9/assets/minecraft/textures/items/record_strad.png b/1.8.9/assets/minecraft/textures/items/record_strad.png new file mode 100644 index 00000000..72d6e320 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/record_strad.png differ diff --git a/1.8.9/assets/minecraft/textures/items/record_wait.png b/1.8.9/assets/minecraft/textures/items/record_wait.png new file mode 100644 index 00000000..5306b514 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/record_wait.png differ diff --git a/1.8.9/assets/minecraft/textures/items/record_ward.png b/1.8.9/assets/minecraft/textures/items/record_ward.png new file mode 100644 index 00000000..b33b93da Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/record_ward.png differ diff --git a/1.8.9/assets/minecraft/textures/items/redstone_dust.png b/1.8.9/assets/minecraft/textures/items/redstone_dust.png new file mode 100644 index 00000000..6da938be Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/redstone_dust.png differ diff --git a/1.8.9/assets/minecraft/textures/items/reeds.png b/1.8.9/assets/minecraft/textures/items/reeds.png new file mode 100644 index 00000000..40872c66 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/reeds.png differ diff --git a/1.8.9/assets/minecraft/textures/items/repeater.png b/1.8.9/assets/minecraft/textures/items/repeater.png new file mode 100644 index 00000000..7a07381c Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/repeater.png differ diff --git a/1.8.9/assets/minecraft/textures/items/rotten_flesh.png b/1.8.9/assets/minecraft/textures/items/rotten_flesh.png new file mode 100644 index 00000000..3f39998e Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/rotten_flesh.png differ diff --git a/1.8.9/assets/minecraft/textures/items/ruby.png b/1.8.9/assets/minecraft/textures/items/ruby.png new file mode 100644 index 00000000..4f288d95 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/ruby.png differ diff --git a/1.8.9/assets/minecraft/textures/items/saddle.png b/1.8.9/assets/minecraft/textures/items/saddle.png new file mode 100644 index 00000000..b12eafa7 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/saddle.png differ diff --git a/1.8.9/assets/minecraft/textures/items/seeds_melon.png b/1.8.9/assets/minecraft/textures/items/seeds_melon.png new file mode 100644 index 00000000..ef84499c Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/seeds_melon.png differ diff --git a/1.8.9/assets/minecraft/textures/items/seeds_pumpkin.png b/1.8.9/assets/minecraft/textures/items/seeds_pumpkin.png new file mode 100644 index 00000000..8d8f0761 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/seeds_pumpkin.png differ diff --git a/1.8.9/assets/minecraft/textures/items/seeds_wheat.png b/1.8.9/assets/minecraft/textures/items/seeds_wheat.png new file mode 100644 index 00000000..83d23a6e Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/seeds_wheat.png differ diff --git a/1.8.9/assets/minecraft/textures/items/shears.png b/1.8.9/assets/minecraft/textures/items/shears.png new file mode 100644 index 00000000..f9c6de19 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/shears.png differ diff --git a/1.8.9/assets/minecraft/textures/items/sign.png b/1.8.9/assets/minecraft/textures/items/sign.png new file mode 100644 index 00000000..9b6e2ee2 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/sign.png differ diff --git a/1.8.9/assets/minecraft/textures/items/slimeball.png b/1.8.9/assets/minecraft/textures/items/slimeball.png new file mode 100644 index 00000000..46478ee0 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/slimeball.png differ diff --git a/1.8.9/assets/minecraft/textures/items/snowball.png b/1.8.9/assets/minecraft/textures/items/snowball.png new file mode 100644 index 00000000..340c6398 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/snowball.png differ diff --git a/1.8.9/assets/minecraft/textures/items/spawn_egg.png b/1.8.9/assets/minecraft/textures/items/spawn_egg.png new file mode 100644 index 00000000..26cc6b22 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/spawn_egg.png differ diff --git a/1.8.9/assets/minecraft/textures/items/spawn_egg_overlay.png b/1.8.9/assets/minecraft/textures/items/spawn_egg_overlay.png new file mode 100644 index 00000000..83ec78f1 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/spawn_egg_overlay.png differ diff --git a/1.8.9/assets/minecraft/textures/items/spider_eye.png b/1.8.9/assets/minecraft/textures/items/spider_eye.png new file mode 100644 index 00000000..35d85843 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/spider_eye.png differ diff --git a/1.8.9/assets/minecraft/textures/items/spider_eye_fermented.png b/1.8.9/assets/minecraft/textures/items/spider_eye_fermented.png new file mode 100644 index 00000000..226ffb89 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/spider_eye_fermented.png differ diff --git a/1.8.9/assets/minecraft/textures/items/stick.png b/1.8.9/assets/minecraft/textures/items/stick.png new file mode 100644 index 00000000..6f8ce13b Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/stick.png differ diff --git a/1.8.9/assets/minecraft/textures/items/stone_axe.png b/1.8.9/assets/minecraft/textures/items/stone_axe.png new file mode 100644 index 00000000..fb33584a Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/stone_axe.png differ diff --git a/1.8.9/assets/minecraft/textures/items/stone_hoe.png b/1.8.9/assets/minecraft/textures/items/stone_hoe.png new file mode 100644 index 00000000..d46b2724 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/stone_hoe.png differ diff --git a/1.8.9/assets/minecraft/textures/items/stone_pickaxe.png b/1.8.9/assets/minecraft/textures/items/stone_pickaxe.png new file mode 100644 index 00000000..19a8e50d Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/stone_pickaxe.png differ diff --git a/1.8.9/assets/minecraft/textures/items/stone_shovel.png b/1.8.9/assets/minecraft/textures/items/stone_shovel.png new file mode 100644 index 00000000..8e1c0c28 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/stone_shovel.png differ diff --git a/1.8.9/assets/minecraft/textures/items/stone_sword.png b/1.8.9/assets/minecraft/textures/items/stone_sword.png new file mode 100644 index 00000000..5810dfd3 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/stone_sword.png differ diff --git a/1.8.9/assets/minecraft/textures/items/string.png b/1.8.9/assets/minecraft/textures/items/string.png new file mode 100644 index 00000000..0b04ddb5 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/string.png differ diff --git a/1.8.9/assets/minecraft/textures/items/sugar.png b/1.8.9/assets/minecraft/textures/items/sugar.png new file mode 100644 index 00000000..0864df94 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/sugar.png differ diff --git a/1.8.9/assets/minecraft/textures/items/wheat.png b/1.8.9/assets/minecraft/textures/items/wheat.png new file mode 100644 index 00000000..bbd2fd9d Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/wheat.png differ diff --git a/1.8.9/assets/minecraft/textures/items/wood_axe.png b/1.8.9/assets/minecraft/textures/items/wood_axe.png new file mode 100644 index 00000000..3a192033 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/wood_axe.png differ diff --git a/1.8.9/assets/minecraft/textures/items/wood_hoe.png b/1.8.9/assets/minecraft/textures/items/wood_hoe.png new file mode 100644 index 00000000..de1c7a6d Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/wood_hoe.png differ diff --git a/1.8.9/assets/minecraft/textures/items/wood_pickaxe.png b/1.8.9/assets/minecraft/textures/items/wood_pickaxe.png new file mode 100644 index 00000000..ebc6756e Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/wood_pickaxe.png differ diff --git a/1.8.9/assets/minecraft/textures/items/wood_shovel.png b/1.8.9/assets/minecraft/textures/items/wood_shovel.png new file mode 100644 index 00000000..b0579117 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/wood_shovel.png differ diff --git a/1.8.9/assets/minecraft/textures/items/wood_sword.png b/1.8.9/assets/minecraft/textures/items/wood_sword.png new file mode 100644 index 00000000..c04dc0a8 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/wood_sword.png differ diff --git a/1.8.9/assets/minecraft/textures/items/wooden_armorstand.png b/1.8.9/assets/minecraft/textures/items/wooden_armorstand.png new file mode 100644 index 00000000..6d27c47f Binary files /dev/null and b/1.8.9/assets/minecraft/textures/items/wooden_armorstand.png differ diff --git a/1.8.9/assets/minecraft/textures/map/map_background.png b/1.8.9/assets/minecraft/textures/map/map_background.png new file mode 100644 index 00000000..2783b501 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/map/map_background.png differ diff --git a/1.8.9/assets/minecraft/textures/map/map_icons.png b/1.8.9/assets/minecraft/textures/map/map_icons.png new file mode 100644 index 00000000..c2f35b85 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/map/map_icons.png differ diff --git a/1.8.9/assets/minecraft/textures/misc/enchanted_item_glint.png b/1.8.9/assets/minecraft/textures/misc/enchanted_item_glint.png new file mode 100644 index 00000000..f9ca97c3 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/misc/enchanted_item_glint.png differ diff --git a/1.8.9/assets/minecraft/textures/misc/enchanted_item_glint.png.mcmeta b/1.8.9/assets/minecraft/textures/misc/enchanted_item_glint.png.mcmeta new file mode 100644 index 00000000..e38a5ad3 --- /dev/null +++ b/1.8.9/assets/minecraft/textures/misc/enchanted_item_glint.png.mcmeta @@ -0,0 +1,5 @@ +{ + "texture": { + "blur": true + } +} diff --git a/1.8.9/assets/minecraft/textures/misc/forcefield.png b/1.8.9/assets/minecraft/textures/misc/forcefield.png new file mode 100644 index 00000000..3129f071 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/misc/forcefield.png differ diff --git a/1.8.9/assets/minecraft/textures/misc/pumpkinblur.png b/1.8.9/assets/minecraft/textures/misc/pumpkinblur.png new file mode 100644 index 00000000..d9725ce8 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/misc/pumpkinblur.png differ diff --git a/1.8.9/assets/minecraft/textures/misc/pumpkinblur.png.mcmeta b/1.8.9/assets/minecraft/textures/misc/pumpkinblur.png.mcmeta new file mode 100644 index 00000000..2077f3ce --- /dev/null +++ b/1.8.9/assets/minecraft/textures/misc/pumpkinblur.png.mcmeta @@ -0,0 +1,6 @@ +{ + "texture": { + "blur": true + } +} + diff --git a/1.8.9/assets/minecraft/textures/misc/shadow.png b/1.8.9/assets/minecraft/textures/misc/shadow.png new file mode 100644 index 00000000..b09fd474 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/misc/shadow.png differ diff --git a/1.8.9/assets/minecraft/textures/misc/shadow.png.mcmeta b/1.8.9/assets/minecraft/textures/misc/shadow.png.mcmeta new file mode 100644 index 00000000..8c6c7d1d --- /dev/null +++ b/1.8.9/assets/minecraft/textures/misc/shadow.png.mcmeta @@ -0,0 +1,6 @@ +{ + "texture": { + "clamp": true + } +} + diff --git a/1.8.9/assets/minecraft/textures/misc/underwater.png b/1.8.9/assets/minecraft/textures/misc/underwater.png new file mode 100644 index 00000000..2fc23b18 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/misc/underwater.png differ diff --git a/1.8.9/assets/minecraft/textures/misc/unknown_pack.png b/1.8.9/assets/minecraft/textures/misc/unknown_pack.png new file mode 100644 index 00000000..16afadee Binary files /dev/null and b/1.8.9/assets/minecraft/textures/misc/unknown_pack.png differ diff --git a/1.8.9/assets/minecraft/textures/misc/unknown_server.png b/1.8.9/assets/minecraft/textures/misc/unknown_server.png new file mode 100644 index 00000000..16afadee Binary files /dev/null and b/1.8.9/assets/minecraft/textures/misc/unknown_server.png differ diff --git a/1.8.9/assets/minecraft/textures/misc/vignette.png b/1.8.9/assets/minecraft/textures/misc/vignette.png new file mode 100644 index 00000000..9c14e2d9 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/misc/vignette.png differ diff --git a/1.8.9/assets/minecraft/textures/misc/vignette.png.mcmeta b/1.8.9/assets/minecraft/textures/misc/vignette.png.mcmeta new file mode 100644 index 00000000..2077f3ce --- /dev/null +++ b/1.8.9/assets/minecraft/textures/misc/vignette.png.mcmeta @@ -0,0 +1,6 @@ +{ + "texture": { + "blur": true + } +} + diff --git a/1.8.9/assets/minecraft/textures/models/armor/chainmail_layer_1.png b/1.8.9/assets/minecraft/textures/models/armor/chainmail_layer_1.png new file mode 100644 index 00000000..9f84c183 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/models/armor/chainmail_layer_1.png differ diff --git a/1.8.9/assets/minecraft/textures/models/armor/chainmail_layer_2.png b/1.8.9/assets/minecraft/textures/models/armor/chainmail_layer_2.png new file mode 100644 index 00000000..117811cd Binary files /dev/null and b/1.8.9/assets/minecraft/textures/models/armor/chainmail_layer_2.png differ diff --git a/1.8.9/assets/minecraft/textures/models/armor/diamond_layer_1.png b/1.8.9/assets/minecraft/textures/models/armor/diamond_layer_1.png new file mode 100644 index 00000000..14fecf21 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/models/armor/diamond_layer_1.png differ diff --git a/1.8.9/assets/minecraft/textures/models/armor/diamond_layer_2.png b/1.8.9/assets/minecraft/textures/models/armor/diamond_layer_2.png new file mode 100644 index 00000000..2cca0566 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/models/armor/diamond_layer_2.png differ diff --git a/1.8.9/assets/minecraft/textures/models/armor/gold_layer_1.png b/1.8.9/assets/minecraft/textures/models/armor/gold_layer_1.png new file mode 100644 index 00000000..6802e06f Binary files /dev/null and b/1.8.9/assets/minecraft/textures/models/armor/gold_layer_1.png differ diff --git a/1.8.9/assets/minecraft/textures/models/armor/gold_layer_2.png b/1.8.9/assets/minecraft/textures/models/armor/gold_layer_2.png new file mode 100644 index 00000000..a7cf8351 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/models/armor/gold_layer_2.png differ diff --git a/1.8.9/assets/minecraft/textures/models/armor/iron_layer_1.png b/1.8.9/assets/minecraft/textures/models/armor/iron_layer_1.png new file mode 100644 index 00000000..6da6e840 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/models/armor/iron_layer_1.png differ diff --git a/1.8.9/assets/minecraft/textures/models/armor/iron_layer_2.png b/1.8.9/assets/minecraft/textures/models/armor/iron_layer_2.png new file mode 100644 index 00000000..fab422ae Binary files /dev/null and b/1.8.9/assets/minecraft/textures/models/armor/iron_layer_2.png differ diff --git a/1.8.9/assets/minecraft/textures/models/armor/leather_layer_1.png b/1.8.9/assets/minecraft/textures/models/armor/leather_layer_1.png new file mode 100644 index 00000000..ebcfc411 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/models/armor/leather_layer_1.png differ diff --git a/1.8.9/assets/minecraft/textures/models/armor/leather_layer_1_overlay.png b/1.8.9/assets/minecraft/textures/models/armor/leather_layer_1_overlay.png new file mode 100644 index 00000000..546397d5 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/models/armor/leather_layer_1_overlay.png differ diff --git a/1.8.9/assets/minecraft/textures/models/armor/leather_layer_2.png b/1.8.9/assets/minecraft/textures/models/armor/leather_layer_2.png new file mode 100644 index 00000000..8d8bba6c Binary files /dev/null and b/1.8.9/assets/minecraft/textures/models/armor/leather_layer_2.png differ diff --git a/1.8.9/assets/minecraft/textures/models/armor/leather_layer_2_overlay.png b/1.8.9/assets/minecraft/textures/models/armor/leather_layer_2_overlay.png new file mode 100644 index 00000000..56556598 Binary files /dev/null and b/1.8.9/assets/minecraft/textures/models/armor/leather_layer_2_overlay.png differ diff --git a/1.8.9/assets/minecraft/textures/painting/paintings_kristoffer_zetterstrand.png b/1.8.9/assets/minecraft/textures/painting/paintings_kristoffer_zetterstrand.png new file mode 100644 index 00000000..d7df7f6d Binary files /dev/null and b/1.8.9/assets/minecraft/textures/painting/paintings_kristoffer_zetterstrand.png differ diff --git a/1.8.9/assets/minecraft/textures/particle/footprint.png b/1.8.9/assets/minecraft/textures/particle/footprint.png new file mode 100644 index 00000000..8d23f64b Binary files /dev/null and b/1.8.9/assets/minecraft/textures/particle/footprint.png differ diff --git a/1.8.9/assets/minecraft/textures/particle/particles.png b/1.8.9/assets/minecraft/textures/particle/particles.png new file mode 100644 index 00000000..eec1f89e Binary files /dev/null and b/1.8.9/assets/minecraft/textures/particle/particles.png differ diff --git a/1.8.9/pack.mcmeta b/1.8.9/pack.mcmeta new file mode 100644 index 00000000..647b0ab8 --- /dev/null +++ b/1.8.9/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "pack": { + "pack_format": 2, + "description": "§3§kGiveMESOMEEMERALDS\n§aAuthor : §2ru-minecraft.ru.§r\n§k" + } +} \ No newline at end of file diff --git a/1.8.9/pack.png b/1.8.9/pack.png new file mode 100644 index 00000000..5a58884a Binary files /dev/null and b/1.8.9/pack.png differ diff --git a/1.9.4/assets/minecraft/blockstates/acacia_door.json b/1.9.4/assets/minecraft/blockstates/acacia_door.json new file mode 100644 index 00000000..6ef5a574 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/acacia_door.json @@ -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 } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/acacia_double_slab.json b/1.9.4/assets/minecraft/blockstates/acacia_double_slab.json new file mode 100644 index 00000000..8394a73f --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/acacia_double_slab.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "acacia_planks" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/acacia_fence.json b/1.9.4/assets/minecraft/blockstates/acacia_fence.json new file mode 100644 index 00000000..784c9224 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/acacia_fence.json @@ -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 } + } + ] +} diff --git a/1.9.4/assets/minecraft/blockstates/acacia_fence_gate.json b/1.9.4/assets/minecraft/blockstates/acacia_fence_gate.json new file mode 100644 index 00000000..c7183488 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/acacia_fence_gate.json @@ -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 } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/acacia_leaves.json b/1.9.4/assets/minecraft/blockstates/acacia_leaves.json new file mode 100644 index 00000000..2ea28dc3 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/acacia_leaves.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "acacia_leaves" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/acacia_log.json b/1.9.4/assets/minecraft/blockstates/acacia_log.json new file mode 100644 index 00000000..0472f8f0 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/acacia_log.json @@ -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" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/acacia_planks.json b/1.9.4/assets/minecraft/blockstates/acacia_planks.json new file mode 100644 index 00000000..8394a73f --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/acacia_planks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "acacia_planks" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/acacia_sapling.json b/1.9.4/assets/minecraft/blockstates/acacia_sapling.json new file mode 100644 index 00000000..a2c961f7 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/acacia_sapling.json @@ -0,0 +1,6 @@ +{ + "variants": { + "stage=0": { "model": "acacia_sapling" }, + "stage=1": { "model": "acacia_sapling" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/acacia_slab.json b/1.9.4/assets/minecraft/blockstates/acacia_slab.json new file mode 100644 index 00000000..b0640a9b --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/acacia_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_acacia" }, + "half=top": { "model": "upper_slab_acacia" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/acacia_stairs.json b/1.9.4/assets/minecraft/blockstates/acacia_stairs.json new file mode 100644 index 00000000..1e0f76b5 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/acacia_stairs.json @@ -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 } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/activator_rail.json b/1.9.4/assets/minecraft/blockstates/activator_rail.json new file mode 100644 index 00000000..a86fd69a --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/activator_rail.json @@ -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" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/allium.json b/1.9.4/assets/minecraft/blockstates/allium.json new file mode 100644 index 00000000..88521a6a --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/allium.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "allium" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/andesite.json b/1.9.4/assets/minecraft/blockstates/andesite.json new file mode 100644 index 00000000..15b6b381 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/andesite.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "andesite" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/anvil.json b/1.9.4/assets/minecraft/blockstates/anvil.json new file mode 100644 index 00000000..c592bacf --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/anvil.json @@ -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 } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/beacon.json b/1.9.4/assets/minecraft/blockstates/beacon.json new file mode 100644 index 00000000..b97af99d --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/beacon.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "beacon" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/bed.json b/1.9.4/assets/minecraft/blockstates/bed.json new file mode 100644 index 00000000..06957748 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/bed.json @@ -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 } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/bedrock.json b/1.9.4/assets/minecraft/blockstates/bedrock.json new file mode 100644 index 00000000..4070fc5d --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/bedrock.json @@ -0,0 +1,10 @@ +{ + "variants": { + "normal": [ + { "model": "bedrock" }, + { "model": "bedrock_mirrored" }, + { "model": "bedrock", "y": 180 }, + { "model": "bedrock_mirrored", "y": 180 } + ] + } +} diff --git a/1.9.4/assets/minecraft/blockstates/beetroots.json b/1.9.4/assets/minecraft/blockstates/beetroots.json new file mode 100644 index 00000000..d2eb71be --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/beetroots.json @@ -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" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/birch_door.json b/1.9.4/assets/minecraft/blockstates/birch_door.json new file mode 100644 index 00000000..58de25cf --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/birch_door.json @@ -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 } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/birch_double_slab.json b/1.9.4/assets/minecraft/blockstates/birch_double_slab.json new file mode 100644 index 00000000..7c7d4f29 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/birch_double_slab.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "birch_planks" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/birch_fence.json b/1.9.4/assets/minecraft/blockstates/birch_fence.json new file mode 100644 index 00000000..c32430dd --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/birch_fence.json @@ -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 } + } + ] +} diff --git a/1.9.4/assets/minecraft/blockstates/birch_fence_gate.json b/1.9.4/assets/minecraft/blockstates/birch_fence_gate.json new file mode 100644 index 00000000..21ccc2bf --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/birch_fence_gate.json @@ -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 } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/birch_leaves.json b/1.9.4/assets/minecraft/blockstates/birch_leaves.json new file mode 100644 index 00000000..c3fcb287 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/birch_leaves.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "birch_leaves" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/birch_log.json b/1.9.4/assets/minecraft/blockstates/birch_log.json new file mode 100644 index 00000000..b4f6085a --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/birch_log.json @@ -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" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/birch_planks.json b/1.9.4/assets/minecraft/blockstates/birch_planks.json new file mode 100644 index 00000000..7c7d4f29 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/birch_planks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "birch_planks" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/birch_sapling.json b/1.9.4/assets/minecraft/blockstates/birch_sapling.json new file mode 100644 index 00000000..3a654053 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/birch_sapling.json @@ -0,0 +1,6 @@ +{ + "variants": { + "stage=0": { "model": "birch_sapling" }, + "stage=1": { "model": "birch_sapling" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/birch_slab.json b/1.9.4/assets/minecraft/blockstates/birch_slab.json new file mode 100644 index 00000000..967ddcb0 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/birch_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_birch" }, + "half=top": { "model": "upper_slab_birch" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/birch_stairs.json b/1.9.4/assets/minecraft/blockstates/birch_stairs.json new file mode 100644 index 00000000..516cd303 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/birch_stairs.json @@ -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 } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/black_carpet.json b/1.9.4/assets/minecraft/blockstates/black_carpet.json new file mode 100644 index 00000000..61e62f14 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/black_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_black" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/black_stained_glass.json b/1.9.4/assets/minecraft/blockstates/black_stained_glass.json new file mode 100644 index 00000000..6ffc12a4 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/black_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_black" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/black_stained_glass_pane.json b/1.9.4/assets/minecraft/blockstates/black_stained_glass_pane.json new file mode 100644 index 00000000..d4dc16a8 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/black_stained_glass_pane.json @@ -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 } + } + ] +} diff --git a/1.9.4/assets/minecraft/blockstates/black_stained_hardened_clay.json b/1.9.4/assets/minecraft/blockstates/black_stained_hardened_clay.json new file mode 100644 index 00000000..4bde9c28 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/black_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_black" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/black_wool.json b/1.9.4/assets/minecraft/blockstates/black_wool.json new file mode 100644 index 00000000..728ba540 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/black_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "black_wool" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/blue_carpet.json b/1.9.4/assets/minecraft/blockstates/blue_carpet.json new file mode 100644 index 00000000..d93906b5 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/blue_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_blue" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/blue_orchid.json b/1.9.4/assets/minecraft/blockstates/blue_orchid.json new file mode 100644 index 00000000..a2e98063 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/blue_orchid.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "orchid" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/blue_stained_glass.json b/1.9.4/assets/minecraft/blockstates/blue_stained_glass.json new file mode 100644 index 00000000..ad618dd7 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/blue_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_blue" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/blue_stained_glass_pane.json b/1.9.4/assets/minecraft/blockstates/blue_stained_glass_pane.json new file mode 100644 index 00000000..79c9bdc5 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/blue_stained_glass_pane.json @@ -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 } + } + ] +} diff --git a/1.9.4/assets/minecraft/blockstates/blue_stained_hardened_clay.json b/1.9.4/assets/minecraft/blockstates/blue_stained_hardened_clay.json new file mode 100644 index 00000000..aadb0f6c --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/blue_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_blue" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/blue_wool.json b/1.9.4/assets/minecraft/blockstates/blue_wool.json new file mode 100644 index 00000000..3cfcf7fd --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/blue_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "blue_wool" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/bookshelf.json b/1.9.4/assets/minecraft/blockstates/bookshelf.json new file mode 100644 index 00000000..175c6265 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/bookshelf.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "bookshelf" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/brewing_stand.json b/1.9.4/assets/minecraft/blockstates/brewing_stand.json new file mode 100644 index 00000000..b07ffa47 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/brewing_stand.json @@ -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" } + } + ] +} diff --git a/1.9.4/assets/minecraft/blockstates/brick_block.json b/1.9.4/assets/minecraft/blockstates/brick_block.json new file mode 100644 index 00000000..8afbf8fc --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/brick_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "brick" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/brick_double_slab.json b/1.9.4/assets/minecraft/blockstates/brick_double_slab.json new file mode 100644 index 00000000..ceb2e147 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/brick_double_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "normal": { "model": "brick" }, + "all": { "model": "brick" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/brick_slab.json b/1.9.4/assets/minecraft/blockstates/brick_slab.json new file mode 100644 index 00000000..7bdc95ee --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/brick_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_brick" }, + "half=top": { "model": "upper_slab_brick" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/brick_stairs.json b/1.9.4/assets/minecraft/blockstates/brick_stairs.json new file mode 100644 index 00000000..8c4ee95b --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/brick_stairs.json @@ -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 } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/brown_carpet.json b/1.9.4/assets/minecraft/blockstates/brown_carpet.json new file mode 100644 index 00000000..e5fd2d7d --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/brown_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_brown" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/brown_mushroom.json b/1.9.4/assets/minecraft/blockstates/brown_mushroom.json new file mode 100644 index 00000000..ef1d42fb --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/brown_mushroom.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "brown_mushroom" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/brown_mushroom_block.json b/1.9.4/assets/minecraft/blockstates/brown_mushroom_block.json new file mode 100644 index 00000000..7b1cb8c0 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/brown_mushroom_block.json @@ -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" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/brown_stained_glass.json b/1.9.4/assets/minecraft/blockstates/brown_stained_glass.json new file mode 100644 index 00000000..81d4846e --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/brown_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_brown" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/brown_stained_glass_pane.json b/1.9.4/assets/minecraft/blockstates/brown_stained_glass_pane.json new file mode 100644 index 00000000..f6bd6fd0 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/brown_stained_glass_pane.json @@ -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 } + } + ] +} diff --git a/1.9.4/assets/minecraft/blockstates/brown_stained_hardened_clay.json b/1.9.4/assets/minecraft/blockstates/brown_stained_hardened_clay.json new file mode 100644 index 00000000..31e344e1 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/brown_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_brown" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/brown_wool.json b/1.9.4/assets/minecraft/blockstates/brown_wool.json new file mode 100644 index 00000000..112805f5 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/brown_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "brown_wool" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/cactus.json b/1.9.4/assets/minecraft/blockstates/cactus.json new file mode 100644 index 00000000..3212cd1d --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/cactus.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "cactus" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/cake.json b/1.9.4/assets/minecraft/blockstates/cake.json new file mode 100644 index 00000000..c0c4af29 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/cake.json @@ -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" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/carrots.json b/1.9.4/assets/minecraft/blockstates/carrots.json new file mode 100644 index 00000000..96a53471 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/carrots.json @@ -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" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/cauldron.json b/1.9.4/assets/minecraft/blockstates/cauldron.json new file mode 100644 index 00000000..885af8f4 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/cauldron.json @@ -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" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/chain_command_block.json b/1.9.4/assets/minecraft/blockstates/chain_command_block.json new file mode 100644 index 00000000..35612650 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/chain_command_block.json @@ -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 } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/chiseled_brick_monster_egg.json b/1.9.4/assets/minecraft/blockstates/chiseled_brick_monster_egg.json new file mode 100644 index 00000000..ea2566b1 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/chiseled_brick_monster_egg.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "stonebrick_chiseled" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/chiseled_quartz_block.json b/1.9.4/assets/minecraft/blockstates/chiseled_quartz_block.json new file mode 100644 index 00000000..46748b15 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/chiseled_quartz_block.json @@ -0,0 +1,6 @@ +{ + "variants": { + "normal": { "model": "quartz_chiseled" } + } +} + diff --git a/1.9.4/assets/minecraft/blockstates/chiseled_red_sandstone.json b/1.9.4/assets/minecraft/blockstates/chiseled_red_sandstone.json new file mode 100644 index 00000000..f947ad85 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/chiseled_red_sandstone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "red_sandstone_chiseled" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/chiseled_sandstone.json b/1.9.4/assets/minecraft/blockstates/chiseled_sandstone.json new file mode 100644 index 00000000..96fbad32 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/chiseled_sandstone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "sandstone_chiseled" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/chiseled_stonebrick.json b/1.9.4/assets/minecraft/blockstates/chiseled_stonebrick.json new file mode 100644 index 00000000..ea2566b1 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/chiseled_stonebrick.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "stonebrick_chiseled" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/chorus_flower.json b/1.9.4/assets/minecraft/blockstates/chorus_flower.json new file mode 100644 index 00000000..12ae41ce --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/chorus_flower.json @@ -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" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/chorus_plant.json b/1.9.4/assets/minecraft/blockstates/chorus_plant.json new file mode 100644 index 00000000..fc53b768 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/chorus_plant.json @@ -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 } + ] + } + ] +} diff --git a/1.9.4/assets/minecraft/blockstates/clay.json b/1.9.4/assets/minecraft/blockstates/clay.json new file mode 100644 index 00000000..3fcd74f2 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "clay" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/coal_block.json b/1.9.4/assets/minecraft/blockstates/coal_block.json new file mode 100644 index 00000000..7ac479e1 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/coal_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "coal_block" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/coal_ore.json b/1.9.4/assets/minecraft/blockstates/coal_ore.json new file mode 100644 index 00000000..cc2ca2d2 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/coal_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "coal_ore" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/coarse_dirt.json b/1.9.4/assets/minecraft/blockstates/coarse_dirt.json new file mode 100644 index 00000000..25e19be3 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/coarse_dirt.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "coarse_dirt" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/cobblestone.json b/1.9.4/assets/minecraft/blockstates/cobblestone.json new file mode 100644 index 00000000..57bc457e --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/cobblestone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "cobblestone" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/cobblestone_double_slab.json b/1.9.4/assets/minecraft/blockstates/cobblestone_double_slab.json new file mode 100644 index 00000000..0e4e1653 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/cobblestone_double_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "normal": { "model": "cobblestone" }, + "all": { "model": "cobblestone" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/cobblestone_monster_egg.json b/1.9.4/assets/minecraft/blockstates/cobblestone_monster_egg.json new file mode 100644 index 00000000..57bc457e --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/cobblestone_monster_egg.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "cobblestone" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/cobblestone_slab.json b/1.9.4/assets/minecraft/blockstates/cobblestone_slab.json new file mode 100644 index 00000000..a55a4f31 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/cobblestone_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_cobblestone" }, + "half=top": { "model": "upper_slab_cobblestone" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/cobblestone_wall.json b/1.9.4/assets/minecraft/blockstates/cobblestone_wall.json new file mode 100644 index 00000000..8fcc3f49 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/cobblestone_wall.json @@ -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 } + } + ] +} diff --git a/1.9.4/assets/minecraft/blockstates/cocoa.json b/1.9.4/assets/minecraft/blockstates/cocoa.json new file mode 100644 index 00000000..9eda2fd9 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/cocoa.json @@ -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 } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/command_block.json b/1.9.4/assets/minecraft/blockstates/command_block.json new file mode 100644 index 00000000..21451258 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/command_block.json @@ -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 } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/cracked_brick_monster_egg.json b/1.9.4/assets/minecraft/blockstates/cracked_brick_monster_egg.json new file mode 100644 index 00000000..58adbf2b --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/cracked_brick_monster_egg.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "stonebrick_cracked" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/cracked_stonebrick.json b/1.9.4/assets/minecraft/blockstates/cracked_stonebrick.json new file mode 100644 index 00000000..58adbf2b --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/cracked_stonebrick.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "stonebrick_cracked" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/crafting_table.json b/1.9.4/assets/minecraft/blockstates/crafting_table.json new file mode 100644 index 00000000..ef1590ad --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/crafting_table.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "crafting_table" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/cyan_carpet.json b/1.9.4/assets/minecraft/blockstates/cyan_carpet.json new file mode 100644 index 00000000..dd9fc91f --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/cyan_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_cyan" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/cyan_stained_glass.json b/1.9.4/assets/minecraft/blockstates/cyan_stained_glass.json new file mode 100644 index 00000000..388279f0 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/cyan_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_cyan" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/cyan_stained_glass_pane.json b/1.9.4/assets/minecraft/blockstates/cyan_stained_glass_pane.json new file mode 100644 index 00000000..488e9bdd --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/cyan_stained_glass_pane.json @@ -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 } + } + ] +} diff --git a/1.9.4/assets/minecraft/blockstates/cyan_stained_hardened_clay.json b/1.9.4/assets/minecraft/blockstates/cyan_stained_hardened_clay.json new file mode 100644 index 00000000..c67b33b9 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/cyan_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_cyan" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/cyan_wool.json b/1.9.4/assets/minecraft/blockstates/cyan_wool.json new file mode 100644 index 00000000..db589f31 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/cyan_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "cyan_wool" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/dandelion.json b/1.9.4/assets/minecraft/blockstates/dandelion.json new file mode 100644 index 00000000..6d49256e --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/dandelion.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "dandelion" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/dark_oak_door.json b/1.9.4/assets/minecraft/blockstates/dark_oak_door.json new file mode 100644 index 00000000..4681e94e --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/dark_oak_door.json @@ -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 } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/dark_oak_double_slab.json b/1.9.4/assets/minecraft/blockstates/dark_oak_double_slab.json new file mode 100644 index 00000000..0dd3e069 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/dark_oak_double_slab.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "dark_oak_planks" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/dark_oak_fence.json b/1.9.4/assets/minecraft/blockstates/dark_oak_fence.json new file mode 100644 index 00000000..9d1e99b4 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/dark_oak_fence.json @@ -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 } + } + ] +} diff --git a/1.9.4/assets/minecraft/blockstates/dark_oak_fence_gate.json b/1.9.4/assets/minecraft/blockstates/dark_oak_fence_gate.json new file mode 100644 index 00000000..95c0458f --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/dark_oak_fence_gate.json @@ -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 } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/dark_oak_leaves.json b/1.9.4/assets/minecraft/blockstates/dark_oak_leaves.json new file mode 100644 index 00000000..bb681958 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/dark_oak_leaves.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "dark_oak_leaves" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/dark_oak_log.json b/1.9.4/assets/minecraft/blockstates/dark_oak_log.json new file mode 100644 index 00000000..a5ce16a2 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/dark_oak_log.json @@ -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" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/dark_oak_planks.json b/1.9.4/assets/minecraft/blockstates/dark_oak_planks.json new file mode 100644 index 00000000..0dd3e069 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/dark_oak_planks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "dark_oak_planks" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/dark_oak_sapling.json b/1.9.4/assets/minecraft/blockstates/dark_oak_sapling.json new file mode 100644 index 00000000..6d1d2e97 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/dark_oak_sapling.json @@ -0,0 +1,6 @@ +{ + "variants": { + "stage=0": { "model": "dark_oak_sapling" }, + "stage=1": { "model": "dark_oak_sapling" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/dark_oak_slab.json b/1.9.4/assets/minecraft/blockstates/dark_oak_slab.json new file mode 100644 index 00000000..9b0ed649 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/dark_oak_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_dark_oak" }, + "half=top": { "model": "upper_slab_dark_oak" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/dark_oak_stairs.json b/1.9.4/assets/minecraft/blockstates/dark_oak_stairs.json new file mode 100644 index 00000000..c754e842 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/dark_oak_stairs.json @@ -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 } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/dark_prismarine.json b/1.9.4/assets/minecraft/blockstates/dark_prismarine.json new file mode 100644 index 00000000..7f87a8d5 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/dark_prismarine.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "prismarine_dark" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/daylight_detector.json b/1.9.4/assets/minecraft/blockstates/daylight_detector.json new file mode 100644 index 00000000..862d7a92 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/daylight_detector.json @@ -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" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/daylight_detector_inverted.json b/1.9.4/assets/minecraft/blockstates/daylight_detector_inverted.json new file mode 100644 index 00000000..55de23be --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/daylight_detector_inverted.json @@ -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" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/dead_bush.json b/1.9.4/assets/minecraft/blockstates/dead_bush.json new file mode 100644 index 00000000..faa7eae7 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/dead_bush.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "dead_bush" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/detector_rail.json b/1.9.4/assets/minecraft/blockstates/detector_rail.json new file mode 100644 index 00000000..d5146b15 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/detector_rail.json @@ -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" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/diamond_block.json b/1.9.4/assets/minecraft/blockstates/diamond_block.json new file mode 100644 index 00000000..d8db9e5b --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/diamond_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "diamond_block" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/diamond_ore.json b/1.9.4/assets/minecraft/blockstates/diamond_ore.json new file mode 100644 index 00000000..ba58d552 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/diamond_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "diamond_ore" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/diorite.json b/1.9.4/assets/minecraft/blockstates/diorite.json new file mode 100644 index 00000000..5c6f010f --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/diorite.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "diorite" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/dirt.json b/1.9.4/assets/minecraft/blockstates/dirt.json new file mode 100644 index 00000000..16816dd1 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/dirt.json @@ -0,0 +1,10 @@ +{ + "variants": { + "normal": [ + { "model": "dirt" }, + { "model": "dirt", "y": 90 }, + { "model": "dirt", "y": 180 }, + { "model": "dirt", "y": 270 } + ] + } +} diff --git a/1.9.4/assets/minecraft/blockstates/dispenser.json b/1.9.4/assets/minecraft/blockstates/dispenser.json new file mode 100644 index 00000000..fb587384 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/dispenser.json @@ -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 } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/double_fern.json b/1.9.4/assets/minecraft/blockstates/double_fern.json new file mode 100644 index 00000000..9b2ad6a8 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/double_fern.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=lower": { "model": "double_fern_bottom" }, + "half=upper": { "model": "double_fern_top" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/double_grass.json b/1.9.4/assets/minecraft/blockstates/double_grass.json new file mode 100644 index 00000000..d0971c6d --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/double_grass.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=lower": { "model": "double_grass_bottom" }, + "half=upper": { "model": "double_grass_top" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/double_rose.json b/1.9.4/assets/minecraft/blockstates/double_rose.json new file mode 100644 index 00000000..cf008d0b --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/double_rose.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=lower": { "model": "double_rose_bottom" }, + "half=upper": { "model": "double_rose_top" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/dragon_egg.json b/1.9.4/assets/minecraft/blockstates/dragon_egg.json new file mode 100644 index 00000000..16fdcfdd --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/dragon_egg.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "dragon_egg" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/dropper.json b/1.9.4/assets/minecraft/blockstates/dropper.json new file mode 100644 index 00000000..41cc1d4b --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/dropper.json @@ -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 } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/emerald_block.json b/1.9.4/assets/minecraft/blockstates/emerald_block.json new file mode 100644 index 00000000..325f8287 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/emerald_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "emerald_block" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/emerald_ore.json b/1.9.4/assets/minecraft/blockstates/emerald_ore.json new file mode 100644 index 00000000..816e2b5f --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/emerald_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "emerald_ore" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/enchanting_table.json b/1.9.4/assets/minecraft/blockstates/enchanting_table.json new file mode 100644 index 00000000..33892364 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/enchanting_table.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "enchanting_table_base" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/end_bricks.json b/1.9.4/assets/minecraft/blockstates/end_bricks.json new file mode 100644 index 00000000..088e4fab --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/end_bricks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "end_bricks" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/end_portal_frame.json b/1.9.4/assets/minecraft/blockstates/end_portal_frame.json new file mode 100644 index 00000000..e44bada9 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/end_portal_frame.json @@ -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 } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/end_rod.json b/1.9.4/assets/minecraft/blockstates/end_rod.json new file mode 100644 index 00000000..6b11848a --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/end_rod.json @@ -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 } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/end_stone.json b/1.9.4/assets/minecraft/blockstates/end_stone.json new file mode 100644 index 00000000..cdaef3ba --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/end_stone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "end_stone" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/farmland.json b/1.9.4/assets/minecraft/blockstates/farmland.json new file mode 100644 index 00000000..7897855f --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/farmland.json @@ -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" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/fence.json b/1.9.4/assets/minecraft/blockstates/fence.json new file mode 100644 index 00000000..fc1dae48 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/fence.json @@ -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 } + } + ] +} diff --git a/1.9.4/assets/minecraft/blockstates/fence_gate.json b/1.9.4/assets/minecraft/blockstates/fence_gate.json new file mode 100644 index 00000000..52ecf366 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/fence_gate.json @@ -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 } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/fern.json b/1.9.4/assets/minecraft/blockstates/fern.json new file mode 100644 index 00000000..bac41869 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/fern.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "fern" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/fire.json b/1.9.4/assets/minecraft/blockstates/fire.json new file mode 100644 index 00000000..7c76692c --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/fire.json @@ -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" } + ] + } + ] +} diff --git a/1.9.4/assets/minecraft/blockstates/flower_pot.json b/1.9.4/assets/minecraft/blockstates/flower_pot.json new file mode 100644 index 00000000..0658f2ee --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/flower_pot.json @@ -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" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/frosted_ice.json b/1.9.4/assets/minecraft/blockstates/frosted_ice.json new file mode 100644 index 00000000..278dbba6 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/frosted_ice.json @@ -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" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/furnace.json b/1.9.4/assets/minecraft/blockstates/furnace.json new file mode 100644 index 00000000..7d685396 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/furnace.json @@ -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 } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/glass.json b/1.9.4/assets/minecraft/blockstates/glass.json new file mode 100644 index 00000000..21f793e8 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/glass_pane.json b/1.9.4/assets/minecraft/blockstates/glass_pane.json new file mode 100644 index 00000000..d92e3d18 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/glass_pane.json @@ -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 } + } + ] +} diff --git a/1.9.4/assets/minecraft/blockstates/glowstone.json b/1.9.4/assets/minecraft/blockstates/glowstone.json new file mode 100644 index 00000000..bb47454e --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/glowstone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glowstone" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/gold_block.json b/1.9.4/assets/minecraft/blockstates/gold_block.json new file mode 100644 index 00000000..3845d23f --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/gold_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "gold_block" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/gold_ore.json b/1.9.4/assets/minecraft/blockstates/gold_ore.json new file mode 100644 index 00000000..ce4930d9 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/gold_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "gold_ore" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/golden_rail.json b/1.9.4/assets/minecraft/blockstates/golden_rail.json new file mode 100644 index 00000000..ca4cb416 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/golden_rail.json @@ -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" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/granite.json b/1.9.4/assets/minecraft/blockstates/granite.json new file mode 100644 index 00000000..d1cb8c14 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/granite.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "granite" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/grass.json b/1.9.4/assets/minecraft/blockstates/grass.json new file mode 100644 index 00000000..e9576b4e --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/grass.json @@ -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" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/grass_path.json b/1.9.4/assets/minecraft/blockstates/grass_path.json new file mode 100644 index 00000000..e327847e --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/grass_path.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "grass_path" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/gravel.json b/1.9.4/assets/minecraft/blockstates/gravel.json new file mode 100644 index 00000000..6cbcc83a --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/gravel.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "gravel" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/gray_carpet.json b/1.9.4/assets/minecraft/blockstates/gray_carpet.json new file mode 100644 index 00000000..fb48eae5 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/gray_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_gray" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/gray_stained_glass.json b/1.9.4/assets/minecraft/blockstates/gray_stained_glass.json new file mode 100644 index 00000000..91634537 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/gray_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_gray" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/gray_stained_glass_pane.json b/1.9.4/assets/minecraft/blockstates/gray_stained_glass_pane.json new file mode 100644 index 00000000..be94cccf --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/gray_stained_glass_pane.json @@ -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 } + } + ] +} diff --git a/1.9.4/assets/minecraft/blockstates/gray_stained_hardened_clay.json b/1.9.4/assets/minecraft/blockstates/gray_stained_hardened_clay.json new file mode 100644 index 00000000..272d95b8 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/gray_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_gray" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/gray_wool.json b/1.9.4/assets/minecraft/blockstates/gray_wool.json new file mode 100644 index 00000000..7c908708 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/gray_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "gray_wool" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/green_carpet.json b/1.9.4/assets/minecraft/blockstates/green_carpet.json new file mode 100644 index 00000000..265b5642 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/green_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_green" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/green_stained_glass.json b/1.9.4/assets/minecraft/blockstates/green_stained_glass.json new file mode 100644 index 00000000..e7bc0f2f --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/green_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_green" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/green_stained_glass_pane.json b/1.9.4/assets/minecraft/blockstates/green_stained_glass_pane.json new file mode 100644 index 00000000..a019569b --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/green_stained_glass_pane.json @@ -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 } + } + ] +} diff --git a/1.9.4/assets/minecraft/blockstates/green_stained_hardened_clay.json b/1.9.4/assets/minecraft/blockstates/green_stained_hardened_clay.json new file mode 100644 index 00000000..6fb1f6c1 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/green_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_green" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/green_wool.json b/1.9.4/assets/minecraft/blockstates/green_wool.json new file mode 100644 index 00000000..34d84e71 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/green_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "green_wool" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/hardened_clay.json b/1.9.4/assets/minecraft/blockstates/hardened_clay.json new file mode 100644 index 00000000..cb386870 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/hay_block.json b/1.9.4/assets/minecraft/blockstates/hay_block.json new file mode 100644 index 00000000..58c4f66a --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/hay_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "hay" }, + "axis=z": { "model": "hay", "x": 90 }, + "axis=x": { "model": "hay", "x": 90, "y": 90 } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/heavy_weighted_pressure_plate.json b/1.9.4/assets/minecraft/blockstates/heavy_weighted_pressure_plate.json new file mode 100644 index 00000000..11e524cd --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/heavy_weighted_pressure_plate.json @@ -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" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/hopper.json b/1.9.4/assets/minecraft/blockstates/hopper.json new file mode 100644 index 00000000..24f53053 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/hopper.json @@ -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 } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/houstonia.json b/1.9.4/assets/minecraft/blockstates/houstonia.json new file mode 100644 index 00000000..655ba021 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/houstonia.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "houstonia" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/ice.json b/1.9.4/assets/minecraft/blockstates/ice.json new file mode 100644 index 00000000..80122313 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/ice.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "ice" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/iron_bars.json b/1.9.4/assets/minecraft/blockstates/iron_bars.json new file mode 100644 index 00000000..4e576174 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/iron_bars.json @@ -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 } + } + ] +} diff --git a/1.9.4/assets/minecraft/blockstates/iron_block.json b/1.9.4/assets/minecraft/blockstates/iron_block.json new file mode 100644 index 00000000..eca5c0d3 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/iron_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "iron_block" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/iron_door.json b/1.9.4/assets/minecraft/blockstates/iron_door.json new file mode 100644 index 00000000..ceb809e5 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/iron_door.json @@ -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 } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/iron_ore.json b/1.9.4/assets/minecraft/blockstates/iron_ore.json new file mode 100644 index 00000000..3365f5e0 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/iron_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "iron_ore" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/iron_trapdoor.json b/1.9.4/assets/minecraft/blockstates/iron_trapdoor.json new file mode 100644 index 00000000..13c116ee --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/iron_trapdoor.json @@ -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 } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/item_frame.json b/1.9.4/assets/minecraft/blockstates/item_frame.json new file mode 100644 index 00000000..b7bbebb9 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/item_frame.json @@ -0,0 +1,6 @@ +{ + "variants": { + "normal": { "model": "item_frame" }, + "map": { "model": "item_frame_map" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/jukebox.json b/1.9.4/assets/minecraft/blockstates/jukebox.json new file mode 100644 index 00000000..6e6d0daf --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/jukebox.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "jukebox" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/jungle_door.json b/1.9.4/assets/minecraft/blockstates/jungle_door.json new file mode 100644 index 00000000..59881333 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/jungle_door.json @@ -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 } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/jungle_double_slab.json b/1.9.4/assets/minecraft/blockstates/jungle_double_slab.json new file mode 100644 index 00000000..5c863ecf --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/jungle_double_slab.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "jungle_planks" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/jungle_fence.json b/1.9.4/assets/minecraft/blockstates/jungle_fence.json new file mode 100644 index 00000000..5aebefff --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/jungle_fence.json @@ -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 } + } + ] +} diff --git a/1.9.4/assets/minecraft/blockstates/jungle_fence_gate.json b/1.9.4/assets/minecraft/blockstates/jungle_fence_gate.json new file mode 100644 index 00000000..2f402711 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/jungle_fence_gate.json @@ -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 } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/jungle_leaves.json b/1.9.4/assets/minecraft/blockstates/jungle_leaves.json new file mode 100644 index 00000000..e1f30d9e --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/jungle_leaves.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "jungle_leaves" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/jungle_log.json b/1.9.4/assets/minecraft/blockstates/jungle_log.json new file mode 100644 index 00000000..7b518944 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/jungle_log.json @@ -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" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/jungle_planks.json b/1.9.4/assets/minecraft/blockstates/jungle_planks.json new file mode 100644 index 00000000..5c863ecf --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/jungle_planks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "jungle_planks" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/jungle_sapling.json b/1.9.4/assets/minecraft/blockstates/jungle_sapling.json new file mode 100644 index 00000000..54391717 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/jungle_sapling.json @@ -0,0 +1,6 @@ +{ + "variants": { + "stage=0": { "model": "jungle_sapling" }, + "stage=1": { "model": "jungle_sapling" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/jungle_slab.json b/1.9.4/assets/minecraft/blockstates/jungle_slab.json new file mode 100644 index 00000000..07b026f3 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/jungle_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_jungle" }, + "half=top": { "model": "upper_slab_jungle" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/jungle_stairs.json b/1.9.4/assets/minecraft/blockstates/jungle_stairs.json new file mode 100644 index 00000000..5d14b764 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/jungle_stairs.json @@ -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 } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/ladder.json b/1.9.4/assets/minecraft/blockstates/ladder.json new file mode 100644 index 00000000..8e6c6d68 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/ladder.json @@ -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 } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/lapis_block.json b/1.9.4/assets/minecraft/blockstates/lapis_block.json new file mode 100644 index 00000000..1421db7b --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/lapis_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "lapis_block" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/lapis_ore.json b/1.9.4/assets/minecraft/blockstates/lapis_ore.json new file mode 100644 index 00000000..2ab096e3 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/lapis_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "lapis_ore" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/lever.json b/1.9.4/assets/minecraft/blockstates/lever.json new file mode 100644 index 00000000..5678f68b --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/lever.json @@ -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 } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/light_blue_carpet.json b/1.9.4/assets/minecraft/blockstates/light_blue_carpet.json new file mode 100644 index 00000000..4337685b --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/light_blue_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_light_blue" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/light_blue_stained_glass.json b/1.9.4/assets/minecraft/blockstates/light_blue_stained_glass.json new file mode 100644 index 00000000..ddea4a42 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/light_blue_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_light_blue" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/light_blue_stained_glass_pane.json b/1.9.4/assets/minecraft/blockstates/light_blue_stained_glass_pane.json new file mode 100644 index 00000000..33908259 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/light_blue_stained_glass_pane.json @@ -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 } + } + ] +} diff --git a/1.9.4/assets/minecraft/blockstates/light_blue_stained_hardened_clay.json b/1.9.4/assets/minecraft/blockstates/light_blue_stained_hardened_clay.json new file mode 100644 index 00000000..f579a422 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/light_blue_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_light_blue" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/light_blue_wool.json b/1.9.4/assets/minecraft/blockstates/light_blue_wool.json new file mode 100644 index 00000000..018e28f0 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/light_blue_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "light_blue_wool" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/light_weighted_pressure_plate.json b/1.9.4/assets/minecraft/blockstates/light_weighted_pressure_plate.json new file mode 100644 index 00000000..0d07c347 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/light_weighted_pressure_plate.json @@ -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" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/lime_carpet.json b/1.9.4/assets/minecraft/blockstates/lime_carpet.json new file mode 100644 index 00000000..f9ac304d --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/lime_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_lime" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/lime_stained_glass.json b/1.9.4/assets/minecraft/blockstates/lime_stained_glass.json new file mode 100644 index 00000000..8f747f73 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/lime_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_lime" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/lime_stained_glass_pane.json b/1.9.4/assets/minecraft/blockstates/lime_stained_glass_pane.json new file mode 100644 index 00000000..e6498655 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/lime_stained_glass_pane.json @@ -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 } + } + ] +} diff --git a/1.9.4/assets/minecraft/blockstates/lime_stained_hardened_clay.json b/1.9.4/assets/minecraft/blockstates/lime_stained_hardened_clay.json new file mode 100644 index 00000000..1fcba4b5 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/lime_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_lime" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/lime_wool.json b/1.9.4/assets/minecraft/blockstates/lime_wool.json new file mode 100644 index 00000000..31849a63 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/lime_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "lime_wool" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/lit_furnace.json b/1.9.4/assets/minecraft/blockstates/lit_furnace.json new file mode 100644 index 00000000..42aaa48a --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/lit_furnace.json @@ -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 } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/lit_pumpkin.json b/1.9.4/assets/minecraft/blockstates/lit_pumpkin.json new file mode 100644 index 00000000..bf1c4c43 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/lit_pumpkin.json @@ -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 } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/lit_redstone_lamp.json b/1.9.4/assets/minecraft/blockstates/lit_redstone_lamp.json new file mode 100644 index 00000000..bf419c97 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/lit_redstone_lamp.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "lit_redstone_lamp" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/lit_redstone_ore.json b/1.9.4/assets/minecraft/blockstates/lit_redstone_ore.json new file mode 100644 index 00000000..c3242798 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/lit_redstone_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "lit_redstone_ore" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/magenta_carpet.json b/1.9.4/assets/minecraft/blockstates/magenta_carpet.json new file mode 100644 index 00000000..859951c3 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/magenta_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_magenta" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/magenta_stained_glass.json b/1.9.4/assets/minecraft/blockstates/magenta_stained_glass.json new file mode 100644 index 00000000..173e017f --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/magenta_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_magenta" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/magenta_stained_glass_pane.json b/1.9.4/assets/minecraft/blockstates/magenta_stained_glass_pane.json new file mode 100644 index 00000000..fffdacd3 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/magenta_stained_glass_pane.json @@ -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 } + } + ] +} diff --git a/1.9.4/assets/minecraft/blockstates/magenta_stained_hardened_clay.json b/1.9.4/assets/minecraft/blockstates/magenta_stained_hardened_clay.json new file mode 100644 index 00000000..f380de69 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/magenta_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_magenta" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/magenta_wool.json b/1.9.4/assets/minecraft/blockstates/magenta_wool.json new file mode 100644 index 00000000..86d8c5f8 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/magenta_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "magenta_wool" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/melon_block.json b/1.9.4/assets/minecraft/blockstates/melon_block.json new file mode 100644 index 00000000..68909f15 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/melon_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "melon" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/melon_stem.json b/1.9.4/assets/minecraft/blockstates/melon_stem.json new file mode 100644 index 00000000..44519d66 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/melon_stem.json @@ -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 } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/mob_spawner.json b/1.9.4/assets/minecraft/blockstates/mob_spawner.json new file mode 100644 index 00000000..a90c1127 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/mob_spawner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "mob_spawner_cage" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/mossy_brick_monster_egg.json b/1.9.4/assets/minecraft/blockstates/mossy_brick_monster_egg.json new file mode 100644 index 00000000..5a220cde --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/mossy_brick_monster_egg.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "stonebrick_mossy" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/mossy_cobblestone.json b/1.9.4/assets/minecraft/blockstates/mossy_cobblestone.json new file mode 100644 index 00000000..8c2387ac --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/mossy_cobblestone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "mossy_cobblestone" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/mossy_cobblestone_wall.json b/1.9.4/assets/minecraft/blockstates/mossy_cobblestone_wall.json new file mode 100644 index 00000000..e4a7314c --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/mossy_cobblestone_wall.json @@ -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 } + } + ] +} diff --git a/1.9.4/assets/minecraft/blockstates/mossy_stonebrick.json b/1.9.4/assets/minecraft/blockstates/mossy_stonebrick.json new file mode 100644 index 00000000..5a220cde --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/mossy_stonebrick.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "stonebrick_mossy" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/mycelium.json b/1.9.4/assets/minecraft/blockstates/mycelium.json new file mode 100644 index 00000000..015296d5 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/mycelium.json @@ -0,0 +1,6 @@ +{ + "variants": { + "snowy=false": { "model": "mycelium" }, + "snowy=true": { "model": "grass_snowed" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/nether_brick.json b/1.9.4/assets/minecraft/blockstates/nether_brick.json new file mode 100644 index 00000000..c43139da --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/nether_brick.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "nether_brick" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/nether_brick_double_slab.json b/1.9.4/assets/minecraft/blockstates/nether_brick_double_slab.json new file mode 100644 index 00000000..245f8348 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/nether_brick_double_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "normal": { "model": "nether_brick" }, + "all": { "model": "nether_brick" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/nether_brick_fence.json b/1.9.4/assets/minecraft/blockstates/nether_brick_fence.json new file mode 100644 index 00000000..0df4111e --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/nether_brick_fence.json @@ -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 } + } + ] +} diff --git a/1.9.4/assets/minecraft/blockstates/nether_brick_slab.json b/1.9.4/assets/minecraft/blockstates/nether_brick_slab.json new file mode 100644 index 00000000..f240d08d --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/nether_brick_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_nether_brick" }, + "half=top": { "model": "upper_slab_nether_brick" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/nether_brick_stairs.json b/1.9.4/assets/minecraft/blockstates/nether_brick_stairs.json new file mode 100644 index 00000000..59f1fb7f --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/nether_brick_stairs.json @@ -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 } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/nether_wart.json b/1.9.4/assets/minecraft/blockstates/nether_wart.json new file mode 100644 index 00000000..64c5d34c --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/nether_wart.json @@ -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" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/netherrack.json b/1.9.4/assets/minecraft/blockstates/netherrack.json new file mode 100644 index 00000000..2c1f9361 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/netherrack.json @@ -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 } + ] + } +} diff --git a/1.9.4/assets/minecraft/blockstates/noteblock.json b/1.9.4/assets/minecraft/blockstates/noteblock.json new file mode 100644 index 00000000..e7bc8e62 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/noteblock.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "noteblock" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/oak_double_slab.json b/1.9.4/assets/minecraft/blockstates/oak_double_slab.json new file mode 100644 index 00000000..1af29d1a --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/oak_double_slab.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "oak_planks" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/oak_leaves.json b/1.9.4/assets/minecraft/blockstates/oak_leaves.json new file mode 100644 index 00000000..fb786141 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/oak_leaves.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "oak_leaves" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/oak_log.json b/1.9.4/assets/minecraft/blockstates/oak_log.json new file mode 100644 index 00000000..a117c46d --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/oak_log.json @@ -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" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/oak_planks.json b/1.9.4/assets/minecraft/blockstates/oak_planks.json new file mode 100644 index 00000000..1af29d1a --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/oak_planks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "oak_planks" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/oak_sapling.json b/1.9.4/assets/minecraft/blockstates/oak_sapling.json new file mode 100644 index 00000000..177b4bb8 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/oak_sapling.json @@ -0,0 +1,6 @@ +{ + "variants": { + "stage=0": { "model": "oak_sapling" }, + "stage=1": { "model": "oak_sapling" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/oak_slab.json b/1.9.4/assets/minecraft/blockstates/oak_slab.json new file mode 100644 index 00000000..80d06ee7 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/oak_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_oak" }, + "half=top": { "model": "upper_slab_oak" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/oak_stairs.json b/1.9.4/assets/minecraft/blockstates/oak_stairs.json new file mode 100644 index 00000000..8baa5ad9 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/oak_stairs.json @@ -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 } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/obsidian.json b/1.9.4/assets/minecraft/blockstates/obsidian.json new file mode 100644 index 00000000..02218430 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/obsidian.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "obsidian" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/orange_carpet.json b/1.9.4/assets/minecraft/blockstates/orange_carpet.json new file mode 100644 index 00000000..36716cbe --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/orange_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_orange" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/orange_stained_glass.json b/1.9.4/assets/minecraft/blockstates/orange_stained_glass.json new file mode 100644 index 00000000..57cf8d4e --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/orange_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_orange" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/orange_stained_glass_pane.json b/1.9.4/assets/minecraft/blockstates/orange_stained_glass_pane.json new file mode 100644 index 00000000..0e3593e7 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/orange_stained_glass_pane.json @@ -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 } + } + ] +} diff --git a/1.9.4/assets/minecraft/blockstates/orange_stained_hardened_clay.json b/1.9.4/assets/minecraft/blockstates/orange_stained_hardened_clay.json new file mode 100644 index 00000000..c242910f --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/orange_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_orange" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/orange_tulip.json b/1.9.4/assets/minecraft/blockstates/orange_tulip.json new file mode 100644 index 00000000..7c9ba206 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/orange_tulip.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "orange_tulip" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/orange_wool.json b/1.9.4/assets/minecraft/blockstates/orange_wool.json new file mode 100644 index 00000000..6aeda3ad --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/orange_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "orange_wool" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/oxeye_daisy.json b/1.9.4/assets/minecraft/blockstates/oxeye_daisy.json new file mode 100644 index 00000000..178c10a8 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/oxeye_daisy.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "daisy" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/packed_ice.json b/1.9.4/assets/minecraft/blockstates/packed_ice.json new file mode 100644 index 00000000..c0de5b2a --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/packed_ice.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "packed_ice" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/paeonia.json b/1.9.4/assets/minecraft/blockstates/paeonia.json new file mode 100644 index 00000000..f96923bc --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/paeonia.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=lower": { "model": "double_paeonia_bottom" }, + "half=upper": { "model": "double_paeonia_top" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/pink_carpet.json b/1.9.4/assets/minecraft/blockstates/pink_carpet.json new file mode 100644 index 00000000..d040f3d4 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/pink_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_pink" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/pink_stained_glass.json b/1.9.4/assets/minecraft/blockstates/pink_stained_glass.json new file mode 100644 index 00000000..14d9fcf7 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/pink_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_pink" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/pink_stained_glass_pane.json b/1.9.4/assets/minecraft/blockstates/pink_stained_glass_pane.json new file mode 100644 index 00000000..a6f5a599 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/pink_stained_glass_pane.json @@ -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 } + } + ] +} diff --git a/1.9.4/assets/minecraft/blockstates/pink_stained_hardened_clay.json b/1.9.4/assets/minecraft/blockstates/pink_stained_hardened_clay.json new file mode 100644 index 00000000..d9ca1c6d --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/pink_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_pink" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/pink_tulip.json b/1.9.4/assets/minecraft/blockstates/pink_tulip.json new file mode 100644 index 00000000..5902262f --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/pink_tulip.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "pink_tulip" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/pink_wool.json b/1.9.4/assets/minecraft/blockstates/pink_wool.json new file mode 100644 index 00000000..fcdaa96c --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/pink_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "pink_wool" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/piston.json b/1.9.4/assets/minecraft/blockstates/piston.json new file mode 100644 index 00000000..7c40cc7c --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/piston.json @@ -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 } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/piston_head.json b/1.9.4/assets/minecraft/blockstates/piston_head.json new file mode 100644 index 00000000..e3014a0d --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/piston_head.json @@ -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 } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/podzol.json b/1.9.4/assets/minecraft/blockstates/podzol.json new file mode 100644 index 00000000..464924a2 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/podzol.json @@ -0,0 +1,6 @@ +{ + "variants": { + "snowy=false": { "model": "podzol" }, + "snowy=true": { "model": "grass_snowed" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/poppy.json b/1.9.4/assets/minecraft/blockstates/poppy.json new file mode 100644 index 00000000..fce0638a --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/poppy.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "poppy" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/portal.json b/1.9.4/assets/minecraft/blockstates/portal.json new file mode 100644 index 00000000..7fe9eb01 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/portal.json @@ -0,0 +1,6 @@ +{ + "variants": { + "axis=z": { "model": "portal_ew" }, + "axis=x": { "model": "portal_ns" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/potatoes.json b/1.9.4/assets/minecraft/blockstates/potatoes.json new file mode 100644 index 00000000..de8f92dc --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/potatoes.json @@ -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" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/powered_comparator.json b/1.9.4/assets/minecraft/blockstates/powered_comparator.json new file mode 100644 index 00000000..9f753e61 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/powered_comparator.json @@ -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 } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/powered_repeater.json b/1.9.4/assets/minecraft/blockstates/powered_repeater.json new file mode 100644 index 00000000..deff0c2c --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/powered_repeater.json @@ -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 } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/prismarine.json b/1.9.4/assets/minecraft/blockstates/prismarine.json new file mode 100644 index 00000000..9de572d5 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/prismarine.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "prismarine_rough" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/prismarine_bricks.json b/1.9.4/assets/minecraft/blockstates/prismarine_bricks.json new file mode 100644 index 00000000..1d588d7a --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/prismarine_bricks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "prismarine_bricks" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/pumpkin.json b/1.9.4/assets/minecraft/blockstates/pumpkin.json new file mode 100644 index 00000000..f3454bfe --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/pumpkin.json @@ -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 } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/pumpkin_stem.json b/1.9.4/assets/minecraft/blockstates/pumpkin_stem.json new file mode 100644 index 00000000..90b9d694 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/pumpkin_stem.json @@ -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 } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/purple_carpet.json b/1.9.4/assets/minecraft/blockstates/purple_carpet.json new file mode 100644 index 00000000..7179f256 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/purple_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_purple" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/purple_stained_glass.json b/1.9.4/assets/minecraft/blockstates/purple_stained_glass.json new file mode 100644 index 00000000..a55b6ef3 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/purple_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_purple" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/purple_stained_glass_pane.json b/1.9.4/assets/minecraft/blockstates/purple_stained_glass_pane.json new file mode 100644 index 00000000..b9b7cf3d --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/purple_stained_glass_pane.json @@ -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 } + } + ] +} diff --git a/1.9.4/assets/minecraft/blockstates/purple_stained_hardened_clay.json b/1.9.4/assets/minecraft/blockstates/purple_stained_hardened_clay.json new file mode 100644 index 00000000..b595cb63 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/purple_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_purple" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/purple_wool.json b/1.9.4/assets/minecraft/blockstates/purple_wool.json new file mode 100644 index 00000000..8f4b000f --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/purple_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "purple_wool" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/purpur_block.json b/1.9.4/assets/minecraft/blockstates/purpur_block.json new file mode 100644 index 00000000..6a891ac5 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/purpur_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "purpur_block" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/purpur_double_slab.json b/1.9.4/assets/minecraft/blockstates/purpur_double_slab.json new file mode 100644 index 00000000..23a3a290 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/purpur_double_slab.json @@ -0,0 +1,5 @@ +{ + "variants": { + "variant=default": { "model": "purpur_block" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/purpur_pillar.json b/1.9.4/assets/minecraft/blockstates/purpur_pillar.json new file mode 100644 index 00000000..cf542681 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/purpur_pillar.json @@ -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 } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/purpur_slab.json b/1.9.4/assets/minecraft/blockstates/purpur_slab.json new file mode 100644 index 00000000..7e84a35f --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/purpur_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom,variant=default": { "model": "half_slab_purpur" }, + "half=top,variant=default": { "model": "upper_slab_purpur" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/purpur_stairs.json b/1.9.4/assets/minecraft/blockstates/purpur_stairs.json new file mode 100644 index 00000000..814bda49 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/purpur_stairs.json @@ -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 } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/quartz_block.json b/1.9.4/assets/minecraft/blockstates/quartz_block.json new file mode 100644 index 00000000..821966c1 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/quartz_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "quartz_normal" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/quartz_column.json b/1.9.4/assets/minecraft/blockstates/quartz_column.json new file mode 100644 index 00000000..015e0f26 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/quartz_column.json @@ -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 } + } +} + diff --git a/1.9.4/assets/minecraft/blockstates/quartz_double_slab.json b/1.9.4/assets/minecraft/blockstates/quartz_double_slab.json new file mode 100644 index 00000000..c744e7b9 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/quartz_double_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "normal": { "model": "quartz_normal" }, + "all": { "model": "quartz_top" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/quartz_ore.json b/1.9.4/assets/minecraft/blockstates/quartz_ore.json new file mode 100644 index 00000000..759fb794 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/quartz_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "quartz_ore" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/quartz_slab.json b/1.9.4/assets/minecraft/blockstates/quartz_slab.json new file mode 100644 index 00000000..566f0e22 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/quartz_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_quartz" }, + "half=top": { "model": "upper_slab_quartz" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/quartz_stairs.json b/1.9.4/assets/minecraft/blockstates/quartz_stairs.json new file mode 100644 index 00000000..ac83327d --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/quartz_stairs.json @@ -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 } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/rail.json b/1.9.4/assets/minecraft/blockstates/rail.json new file mode 100644 index 00000000..7d8b5b58 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/rail.json @@ -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 } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/red_carpet.json b/1.9.4/assets/minecraft/blockstates/red_carpet.json new file mode 100644 index 00000000..9c02d568 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/red_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_red" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/red_mushroom.json b/1.9.4/assets/minecraft/blockstates/red_mushroom.json new file mode 100644 index 00000000..2e43aa3c --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/red_mushroom.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "red_mushroom" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/red_mushroom_block.json b/1.9.4/assets/minecraft/blockstates/red_mushroom_block.json new file mode 100644 index 00000000..5ff4c878 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/red_mushroom_block.json @@ -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" } + } +} + diff --git a/1.9.4/assets/minecraft/blockstates/red_sand.json b/1.9.4/assets/minecraft/blockstates/red_sand.json new file mode 100644 index 00000000..a82f5182 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/red_sand.json @@ -0,0 +1,10 @@ +{ + "variants": { + "normal": [ + { "model": "red_sand" }, + { "model": "red_sand", "y": 90 }, + { "model": "red_sand", "y": 180 }, + { "model": "red_sand", "y": 270 } + ] + } +} diff --git a/1.9.4/assets/minecraft/blockstates/red_sandstone.json b/1.9.4/assets/minecraft/blockstates/red_sandstone.json new file mode 100644 index 00000000..4ba4ec54 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/red_sandstone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "red_sandstone_normal" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/red_sandstone_double_slab.json b/1.9.4/assets/minecraft/blockstates/red_sandstone_double_slab.json new file mode 100644 index 00000000..9f5247d9 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/red_sandstone_double_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "normal": { "model": "red_sandstone_normal" }, + "all": { "model": "red_sandstone_all" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/red_sandstone_slab.json b/1.9.4/assets/minecraft/blockstates/red_sandstone_slab.json new file mode 100644 index 00000000..aa74a599 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/red_sandstone_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_red_sandstone" }, + "half=top": { "model": "upper_slab_red_sandstone" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/red_sandstone_stairs.json b/1.9.4/assets/minecraft/blockstates/red_sandstone_stairs.json new file mode 100644 index 00000000..985541b7 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/red_sandstone_stairs.json @@ -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 } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/red_stained_glass.json b/1.9.4/assets/minecraft/blockstates/red_stained_glass.json new file mode 100644 index 00000000..7b33fa38 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/red_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_red" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/red_stained_glass_pane.json b/1.9.4/assets/minecraft/blockstates/red_stained_glass_pane.json new file mode 100644 index 00000000..2a2c403f --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/red_stained_glass_pane.json @@ -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 } + } + ] +} diff --git a/1.9.4/assets/minecraft/blockstates/red_stained_hardened_clay.json b/1.9.4/assets/minecraft/blockstates/red_stained_hardened_clay.json new file mode 100644 index 00000000..727c74cb --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/red_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_red" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/red_tulip.json b/1.9.4/assets/minecraft/blockstates/red_tulip.json new file mode 100644 index 00000000..fb1cdab0 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/red_tulip.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "red_tulip" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/red_wool.json b/1.9.4/assets/minecraft/blockstates/red_wool.json new file mode 100644 index 00000000..cfb8ed2a --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/red_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "red_wool" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/redstone_block.json b/1.9.4/assets/minecraft/blockstates/redstone_block.json new file mode 100644 index 00000000..e22811fd --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/redstone_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "redstone_block" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/redstone_lamp.json b/1.9.4/assets/minecraft/blockstates/redstone_lamp.json new file mode 100644 index 00000000..195cc9b1 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/redstone_lamp.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "unlit_redstone_lamp" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/redstone_ore.json b/1.9.4/assets/minecraft/blockstates/redstone_ore.json new file mode 100644 index 00000000..f11fd3b3 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/redstone_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "redstone_ore" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/redstone_torch.json b/1.9.4/assets/minecraft/blockstates/redstone_torch.json new file mode 100644 index 00000000..0b960a88 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/redstone_torch.json @@ -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 } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/redstone_wire.json b/1.9.4/assets/minecraft/blockstates/redstone_wire.json new file mode 100644 index 00000000..3945bae1 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/redstone_wire.json @@ -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 } + } + ] +} diff --git a/1.9.4/assets/minecraft/blockstates/reeds.json b/1.9.4/assets/minecraft/blockstates/reeds.json new file mode 100644 index 00000000..93ceec85 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/reeds.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "reeds" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/repeating_command_block.json b/1.9.4/assets/minecraft/blockstates/repeating_command_block.json new file mode 100644 index 00000000..ba9da592 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/repeating_command_block.json @@ -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 } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/sand.json b/1.9.4/assets/minecraft/blockstates/sand.json new file mode 100644 index 00000000..f4be92bb --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/sand.json @@ -0,0 +1,10 @@ +{ + "variants": { + "normal": [ + { "model": "sand" }, + { "model": "sand", "y": 90 }, + { "model": "sand", "y": 180 }, + { "model": "sand", "y": 270 } + ] + } +} diff --git a/1.9.4/assets/minecraft/blockstates/sandstone.json b/1.9.4/assets/minecraft/blockstates/sandstone.json new file mode 100644 index 00000000..eca69194 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/sandstone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "sandstone_normal" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/sandstone_double_slab.json b/1.9.4/assets/minecraft/blockstates/sandstone_double_slab.json new file mode 100644 index 00000000..bed0dfce --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/sandstone_double_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "normal": { "model": "sandstone_normal" }, + "all": { "model": "sandstone_all" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/sandstone_slab.json b/1.9.4/assets/minecraft/blockstates/sandstone_slab.json new file mode 100644 index 00000000..e5ff1c37 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/sandstone_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_sandstone" }, + "half=top": { "model": "upper_slab_sandstone" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/sandstone_stairs.json b/1.9.4/assets/minecraft/blockstates/sandstone_stairs.json new file mode 100644 index 00000000..819c2e2e --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/sandstone_stairs.json @@ -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 } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/sea_lantern.json b/1.9.4/assets/minecraft/blockstates/sea_lantern.json new file mode 100644 index 00000000..f1d4b9e4 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/sea_lantern.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "sea_lantern" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/silver_carpet.json b/1.9.4/assets/minecraft/blockstates/silver_carpet.json new file mode 100644 index 00000000..6f588835 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/silver_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_silver" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/silver_stained_glass.json b/1.9.4/assets/minecraft/blockstates/silver_stained_glass.json new file mode 100644 index 00000000..26061de3 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/silver_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_silver" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/silver_stained_glass_pane.json b/1.9.4/assets/minecraft/blockstates/silver_stained_glass_pane.json new file mode 100644 index 00000000..bcf6126d --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/silver_stained_glass_pane.json @@ -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 } + } + ] +} diff --git a/1.9.4/assets/minecraft/blockstates/silver_stained_hardened_clay.json b/1.9.4/assets/minecraft/blockstates/silver_stained_hardened_clay.json new file mode 100644 index 00000000..069acc48 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/silver_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_silver" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/silver_wool.json b/1.9.4/assets/minecraft/blockstates/silver_wool.json new file mode 100644 index 00000000..09da066f --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/silver_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "silver_wool" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/slime.json b/1.9.4/assets/minecraft/blockstates/slime.json new file mode 100644 index 00000000..7c2bbd61 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/slime.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "slime" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/smooth_andesite.json b/1.9.4/assets/minecraft/blockstates/smooth_andesite.json new file mode 100644 index 00000000..a48e2054 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/smooth_andesite.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "andesite_smooth" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/smooth_diorite.json b/1.9.4/assets/minecraft/blockstates/smooth_diorite.json new file mode 100644 index 00000000..213183ef --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/smooth_diorite.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "diorite_smooth" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/smooth_granite.json b/1.9.4/assets/minecraft/blockstates/smooth_granite.json new file mode 100644 index 00000000..bc6bda06 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/smooth_granite.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "granite_smooth" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/smooth_red_sandstone.json b/1.9.4/assets/minecraft/blockstates/smooth_red_sandstone.json new file mode 100644 index 00000000..199c1371 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/smooth_red_sandstone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "red_sandstone_smooth" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/smooth_sandstone.json b/1.9.4/assets/minecraft/blockstates/smooth_sandstone.json new file mode 100644 index 00000000..9d65c5d8 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/smooth_sandstone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "sandstone_smooth" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/snow.json b/1.9.4/assets/minecraft/blockstates/snow.json new file mode 100644 index 00000000..e1885043 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/snow.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "snow" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/snow_layer.json b/1.9.4/assets/minecraft/blockstates/snow_layer.json new file mode 100644 index 00000000..95cd5b17 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/snow_layer.json @@ -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" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/soul_sand.json b/1.9.4/assets/minecraft/blockstates/soul_sand.json new file mode 100644 index 00000000..b62b8075 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/soul_sand.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "soul_sand" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/sponge.json b/1.9.4/assets/minecraft/blockstates/sponge.json new file mode 100644 index 00000000..dacbb14c --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/sponge.json @@ -0,0 +1,6 @@ +{ + "variants": { + "wet=false": { "model": "sponge" }, + "wet=true": { "model": "sponge_wet" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/spruce_door.json b/1.9.4/assets/minecraft/blockstates/spruce_door.json new file mode 100644 index 00000000..202313de --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/spruce_door.json @@ -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 } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/spruce_double_slab.json b/1.9.4/assets/minecraft/blockstates/spruce_double_slab.json new file mode 100644 index 00000000..e2d11daf --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/spruce_double_slab.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "spruce_planks" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/spruce_fence.json b/1.9.4/assets/minecraft/blockstates/spruce_fence.json new file mode 100644 index 00000000..d35cfb06 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/spruce_fence.json @@ -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 } + } + ] +} diff --git a/1.9.4/assets/minecraft/blockstates/spruce_fence_gate.json b/1.9.4/assets/minecraft/blockstates/spruce_fence_gate.json new file mode 100644 index 00000000..860751f4 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/spruce_fence_gate.json @@ -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 } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/spruce_leaves.json b/1.9.4/assets/minecraft/blockstates/spruce_leaves.json new file mode 100644 index 00000000..7f03d7dc --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/spruce_leaves.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "spruce_leaves" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/spruce_log.json b/1.9.4/assets/minecraft/blockstates/spruce_log.json new file mode 100644 index 00000000..74b4aab9 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/spruce_log.json @@ -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" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/spruce_planks.json b/1.9.4/assets/minecraft/blockstates/spruce_planks.json new file mode 100644 index 00000000..e2d11daf --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/spruce_planks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "spruce_planks" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/spruce_sapling.json b/1.9.4/assets/minecraft/blockstates/spruce_sapling.json new file mode 100644 index 00000000..45a85c5c --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/spruce_sapling.json @@ -0,0 +1,6 @@ +{ + "variants": { + "stage=0": { "model": "spruce_sapling" }, + "stage=1": { "model": "spruce_sapling" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/spruce_slab.json b/1.9.4/assets/minecraft/blockstates/spruce_slab.json new file mode 100644 index 00000000..c4df0092 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/spruce_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_spruce" }, + "half=top": { "model": "upper_slab_spruce" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/spruce_stairs.json b/1.9.4/assets/minecraft/blockstates/spruce_stairs.json new file mode 100644 index 00000000..573d1c54 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/spruce_stairs.json @@ -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 } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/sticky_piston.json b/1.9.4/assets/minecraft/blockstates/sticky_piston.json new file mode 100644 index 00000000..276b4dab --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/sticky_piston.json @@ -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 } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/stone.json b/1.9.4/assets/minecraft/blockstates/stone.json new file mode 100644 index 00000000..481b29a2 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/stone.json @@ -0,0 +1,10 @@ +{ + "variants": { + "normal": [ + { "model": "stone" }, + { "model": "stone_mirrored" }, + { "model": "stone", "y": 180 }, + { "model": "stone_mirrored", "y": 180 } + ] + } +} diff --git a/1.9.4/assets/minecraft/blockstates/stone_brick_double_slab.json b/1.9.4/assets/minecraft/blockstates/stone_brick_double_slab.json new file mode 100644 index 00000000..7acc6c6d --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/stone_brick_double_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "normal": { "model": "stonebrick_normal" }, + "all": { "model": "stonebrick_normal" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/stone_brick_monster_egg.json b/1.9.4/assets/minecraft/blockstates/stone_brick_monster_egg.json new file mode 100644 index 00000000..34fa81ab --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/stone_brick_monster_egg.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "stonebrick_normal" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/stone_brick_slab.json b/1.9.4/assets/minecraft/blockstates/stone_brick_slab.json new file mode 100644 index 00000000..921ec8cd --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/stone_brick_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_stone_brick" }, + "half=top": { "model": "upper_slab_stone_brick" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/stone_brick_stairs.json b/1.9.4/assets/minecraft/blockstates/stone_brick_stairs.json new file mode 100644 index 00000000..fb9a2983 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/stone_brick_stairs.json @@ -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 } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/stone_button.json b/1.9.4/assets/minecraft/blockstates/stone_button.json new file mode 100644 index 00000000..62786322 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/stone_button.json @@ -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 } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/stone_double_slab.json b/1.9.4/assets/minecraft/blockstates/stone_double_slab.json new file mode 100644 index 00000000..b14642f7 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/stone_double_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "normal": { "model": "double_stone" }, + "all": { "model": "double_stone_top" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/stone_monster_egg.json b/1.9.4/assets/minecraft/blockstates/stone_monster_egg.json new file mode 100644 index 00000000..720da4e9 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/stone_monster_egg.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "stone" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/stone_pressure_plate.json b/1.9.4/assets/minecraft/blockstates/stone_pressure_plate.json new file mode 100644 index 00000000..6d014bfd --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/stone_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "variants": { + "powered=false": { "model": "stone_pressure_plate_up" }, + "powered=true": { "model": "stone_pressure_plate_down" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/stone_slab.json b/1.9.4/assets/minecraft/blockstates/stone_slab.json new file mode 100644 index 00000000..4931695d --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/stone_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_stone" }, + "half=top": { "model": "upper_slab_stone" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/stone_stairs.json b/1.9.4/assets/minecraft/blockstates/stone_stairs.json new file mode 100644 index 00000000..ef8ce808 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/stone_stairs.json @@ -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 } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/stonebrick.json b/1.9.4/assets/minecraft/blockstates/stonebrick.json new file mode 100644 index 00000000..34fa81ab --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/stonebrick.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "stonebrick_normal" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/structure_block.json b/1.9.4/assets/minecraft/blockstates/structure_block.json new file mode 100644 index 00000000..4a1d4fa4 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/structure_block.json @@ -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" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/sunflower.json b/1.9.4/assets/minecraft/blockstates/sunflower.json new file mode 100644 index 00000000..1eab20d9 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/sunflower.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=lower": { "model": "double_sunflower_bottom" }, + "half=upper": { "model": "double_sunflower_top" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/syringa.json b/1.9.4/assets/minecraft/blockstates/syringa.json new file mode 100644 index 00000000..04cacc20 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/syringa.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=lower": { "model": "double_syringa_bottom" }, + "half=upper": { "model": "double_syringa_top" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/tall_grass.json b/1.9.4/assets/minecraft/blockstates/tall_grass.json new file mode 100644 index 00000000..f58d5688 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/tall_grass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "tall_grass" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/tnt.json b/1.9.4/assets/minecraft/blockstates/tnt.json new file mode 100644 index 00000000..72e7cea2 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/tnt.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "tnt" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/torch.json b/1.9.4/assets/minecraft/blockstates/torch.json new file mode 100644 index 00000000..d3d704eb --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/torch.json @@ -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 } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/trapdoor.json b/1.9.4/assets/minecraft/blockstates/trapdoor.json new file mode 100644 index 00000000..29186329 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/trapdoor.json @@ -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 } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/tripwire.json b/1.9.4/assets/minecraft/blockstates/tripwire.json new file mode 100644 index 00000000..1ea05382 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/tripwire.json @@ -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" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/tripwire_hook.json b/1.9.4/assets/minecraft/blockstates/tripwire_hook.json new file mode 100644 index 00000000..322948e6 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/tripwire_hook.json @@ -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 } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/unlit_redstone_torch.json b/1.9.4/assets/minecraft/blockstates/unlit_redstone_torch.json new file mode 100644 index 00000000..247565b6 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/unlit_redstone_torch.json @@ -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 } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/unpowered_comparator.json b/1.9.4/assets/minecraft/blockstates/unpowered_comparator.json new file mode 100644 index 00000000..afc99886 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/unpowered_comparator.json @@ -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 } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/unpowered_repeater.json b/1.9.4/assets/minecraft/blockstates/unpowered_repeater.json new file mode 100644 index 00000000..e56d79b3 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/unpowered_repeater.json @@ -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 } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/vine.json b/1.9.4/assets/minecraft/blockstates/vine.json new file mode 100644 index 00000000..db33cdb4 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/vine.json @@ -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" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/waterlily.json b/1.9.4/assets/minecraft/blockstates/waterlily.json new file mode 100644 index 00000000..f2561bcb --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/waterlily.json @@ -0,0 +1,10 @@ +{ + "variants": { + "normal": [ + { "model": "waterlily" }, + { "model": "waterlily", "y": 90 }, + { "model": "waterlily", "y": 180 }, + { "model": "waterlily", "y": 270 } + ] + } +} diff --git a/1.9.4/assets/minecraft/blockstates/web.json b/1.9.4/assets/minecraft/blockstates/web.json new file mode 100644 index 00000000..1e87e7a6 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/web.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "web" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/wheat.json b/1.9.4/assets/minecraft/blockstates/wheat.json new file mode 100644 index 00000000..4bfe6aed --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/wheat.json @@ -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" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/white_carpet.json b/1.9.4/assets/minecraft/blockstates/white_carpet.json new file mode 100644 index 00000000..a3c906d5 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/white_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_white" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/white_stained_glass.json b/1.9.4/assets/minecraft/blockstates/white_stained_glass.json new file mode 100644 index 00000000..1b8ca764 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/white_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_white" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/white_stained_glass_pane.json b/1.9.4/assets/minecraft/blockstates/white_stained_glass_pane.json new file mode 100644 index 00000000..475538e6 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/white_stained_glass_pane.json @@ -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 } + } + ] +} diff --git a/1.9.4/assets/minecraft/blockstates/white_stained_hardened_clay.json b/1.9.4/assets/minecraft/blockstates/white_stained_hardened_clay.json new file mode 100644 index 00000000..6a8c647e --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/white_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_white" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/white_tulip.json b/1.9.4/assets/minecraft/blockstates/white_tulip.json new file mode 100644 index 00000000..96b9b8bd --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/white_tulip.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "white_tulip" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/white_wool.json b/1.9.4/assets/minecraft/blockstates/white_wool.json new file mode 100644 index 00000000..1176a0ba --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/white_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "white_wool" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/wood_old_double_slab.json b/1.9.4/assets/minecraft/blockstates/wood_old_double_slab.json new file mode 100644 index 00000000..538db7ef --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/wood_old_double_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "normal": { "model": "oak_planks" }, + "all": { "model": "oak_planks" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/wood_old_slab.json b/1.9.4/assets/minecraft/blockstates/wood_old_slab.json new file mode 100644 index 00000000..80d06ee7 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/wood_old_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_oak" }, + "half=top": { "model": "upper_slab_oak" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/wooden_button.json b/1.9.4/assets/minecraft/blockstates/wooden_button.json new file mode 100644 index 00000000..da90a911 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/wooden_button.json @@ -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 } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/wooden_door.json b/1.9.4/assets/minecraft/blockstates/wooden_door.json new file mode 100644 index 00000000..d91869b6 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/wooden_door.json @@ -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 } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/wooden_pressure_plate.json b/1.9.4/assets/minecraft/blockstates/wooden_pressure_plate.json new file mode 100644 index 00000000..e34ab2ea --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/wooden_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "variants": { + "powered=false": { "model": "wooden_pressure_plate_up" }, + "powered=true": { "model": "wooden_pressure_plate_down" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/yellow_carpet.json b/1.9.4/assets/minecraft/blockstates/yellow_carpet.json new file mode 100644 index 00000000..075fbfbc --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/yellow_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_yellow" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/yellow_stained_glass.json b/1.9.4/assets/minecraft/blockstates/yellow_stained_glass.json new file mode 100644 index 00000000..53967382 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/yellow_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_yellow" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/yellow_stained_glass_pane.json b/1.9.4/assets/minecraft/blockstates/yellow_stained_glass_pane.json new file mode 100644 index 00000000..9feaba34 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/yellow_stained_glass_pane.json @@ -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 } + } + ] +} diff --git a/1.9.4/assets/minecraft/blockstates/yellow_stained_hardened_clay.json b/1.9.4/assets/minecraft/blockstates/yellow_stained_hardened_clay.json new file mode 100644 index 00000000..3c46d240 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/yellow_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_yellow" } + } +} diff --git a/1.9.4/assets/minecraft/blockstates/yellow_wool.json b/1.9.4/assets/minecraft/blockstates/yellow_wool.json new file mode 100644 index 00000000..24ddf683 --- /dev/null +++ b/1.9.4/assets/minecraft/blockstates/yellow_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "yellow_wool" } + } +} diff --git a/1.9.4/assets/minecraft/font/glyph_sizes.bin b/1.9.4/assets/minecraft/font/glyph_sizes.bin new file mode 100644 index 00000000..69c857e3 Binary files /dev/null and b/1.9.4/assets/minecraft/font/glyph_sizes.bin differ diff --git a/1.9.4/assets/minecraft/lang/en_US.lang b/1.9.4/assets/minecraft/lang/en_US.lang new file mode 100644 index 00000000..0313aa2b --- /dev/null +++ b/1.9.4/assets/minecraft/lang/en_US.lang @@ -0,0 +1,2985 @@ + +language.name=English +language.region=US +language.code=en_US + +gui.done=Done +gui.cancel=Cancel +gui.back=Back +gui.toTitle=Back to title screen +gui.toMenu=Back to server list +gui.up=Up +gui.down=Down +gui.yes=Yes +gui.no=No +gui.none=None +gui.all=All + +translation.test.none=Hello, world! +translation.test.complex=Prefix, %s%2$s again %s and %1$s lastly %s and also %1$s again! +translation.test.escape=%%s %%%s %%%%s %%%%%s +translation.test.invalid=hi % +translation.test.invalid2=hi % s +translation.test.args=%s %s +translation.test.world=world + +menu.game=Game menu +menu.singleplayer=Singleplayer +menu.multiplayer=Multiplayer +menu.online=Minecraft Realms +menu.options=Options... +menu.quit=Quit Game +menu.returnToMenu=Save and Quit to Title +menu.disconnect=Disconnect +menu.returnToGame=Back to Game +menu.switchingLevel=Switching worlds +menu.generatingLevel=Generating world +menu.loadingLevel=Loading world +menu.generatingTerrain=Building terrain +menu.convertingLevel=Converting world +menu.simulating=Simulating the world for a bit +menu.respawning=Respawning +menu.shareToLan=Open to LAN + +selectWorld.title=Select World +selectWorld.empty=empty +selectWorld.world=World +selectWorld.select=Play Selected World +selectWorld.create=Create New World +selectWorld.recreate=Re-Create +selectWorld.createDemo=Play New Demo World +selectWorld.delete=Delete +selectWorld.edit=Edit +selectWorld.edit.title=Edit World +selectWorld.edit.resetIcon=Reset Icon +selectWorld.edit.openFolder=Open Folder +selectWorld.edit.save=Save World +selectWorld.deleteQuestion=Are you sure you want to delete this world? +selectWorld.deleteWarning=will be lost forever! (A long time!) +selectWorld.deleteButton=Delete +selectWorld.conversion=Must be converted! +selectWorld.newWorld=New World +selectWorld.newWorld.copyOf=Copy of %s +selectWorld.enterName=World Name +selectWorld.resultFolder=Will be saved in: +selectWorld.enterSeed=Seed for the World Generator +selectWorld.seedInfo=Leave blank for a random seed +selectWorld.cheats=Cheats +selectWorld.customizeType=Customize +selectWorld.version=Version: +selectWorld.versionUnknown=unknown +selectWorld.versionQuestion=Do you really want to load this world? +selectWorld.versionWarning=This world was saved in version '%s' and loading it in this version could cause corruption! +selectWorld.versionJoinButton=Use anyway +selectWorld.tooltip.fromNewerVersion1=World was saved in a newer version, +selectWorld.tooltip.fromNewerVersion2=loading this world could cause problems! +selectWorld.tooltip.snapshot1=Don't forget to backup this world +selectWorld.tooltip.snapshot2=before you load it in this snapshot. + +createWorld.customize.presets=Presets +createWorld.customize.presets.title=Select a Preset +createWorld.customize.presets.select=Use Preset +createWorld.customize.presets.share=Want to share your preset with someone? Use the below box! +createWorld.customize.presets.list=Alternatively, here's some we made earlier! +createWorld.customize.flat.title=Superflat Customization +createWorld.customize.flat.tile=Layer Material +createWorld.customize.flat.height=Height +createWorld.customize.flat.addLayer=Add Layer +createWorld.customize.flat.editLayer=Edit Layer +createWorld.customize.flat.removeLayer=Remove Layer +createWorld.customize.flat.layer.top=Top - %d +createWorld.customize.flat.layer=%d +createWorld.customize.flat.layer.bottom=Bottom - %d +createWorld.customize.flat.air=Air + +createWorld.customize.custom.page0=Basic Settings +createWorld.customize.custom.page1=Ore Settings +createWorld.customize.custom.page2=Advanced Settings (Expert Users Only!) +createWorld.customize.custom.page3=Extra Advanced Settings (Expert Users Only!) +createWorld.customize.custom.randomize=Randomize +createWorld.customize.custom.prev=Previous Page +createWorld.customize.custom.next=Next Page +createWorld.customize.custom.defaults=Defaults +createWorld.customize.custom.confirm1=This will overwrite your current +createWorld.customize.custom.confirm2=settings and cannot be undone. +createWorld.customize.custom.confirmTitle=Warning! +createWorld.customize.custom.mainNoiseScaleX=Main Noise Scale X +createWorld.customize.custom.mainNoiseScaleY=Main Noise Scale Y +createWorld.customize.custom.mainNoiseScaleZ=Main Noise Scale Z +createWorld.customize.custom.depthNoiseScaleX=Depth Noise Scale X +createWorld.customize.custom.depthNoiseScaleZ=Depth Noise Scale Z +createWorld.customize.custom.depthNoiseScaleExponent=Depth Noise Exponent +createWorld.customize.custom.baseSize=Depth Base Size +createWorld.customize.custom.coordinateScale=Coordinate Scale +createWorld.customize.custom.heightScale=Height Scale +createWorld.customize.custom.stretchY=Height Stretch +createWorld.customize.custom.upperLimitScale=Upper Limit Scale +createWorld.customize.custom.lowerLimitScale=Lower Limit Scale +createWorld.customize.custom.biomeDepthWeight=Biome Depth Weight +createWorld.customize.custom.biomeDepthOffset=Biome Depth Offset +createWorld.customize.custom.biomeScaleWeight=Biome Scale Weight +createWorld.customize.custom.biomeScaleOffset=Biome Scale Offset +createWorld.customize.custom.seaLevel=Sea Level +createWorld.customize.custom.useCaves=Caves +createWorld.customize.custom.useStrongholds=Strongholds +createWorld.customize.custom.useVillages=Villages +createWorld.customize.custom.useMineShafts=Mineshafts +createWorld.customize.custom.useTemples=Temples +createWorld.customize.custom.useMonuments=Ocean Monuments +createWorld.customize.custom.useRavines=Ravines +createWorld.customize.custom.useDungeons=Dungeons +createWorld.customize.custom.dungeonChance=Dungeon Count +createWorld.customize.custom.useWaterLakes=Water Lakes +createWorld.customize.custom.waterLakeChance=Water Lake Rarity +createWorld.customize.custom.useLavaLakes=Lava Lakes +createWorld.customize.custom.lavaLakeChance=Lava Lake Rarity +createWorld.customize.custom.useLavaOceans=Lava Oceans +createWorld.customize.custom.fixedBiome=Biome +createWorld.customize.custom.biomeSize=Biome Size +createWorld.customize.custom.riverSize=River Size + +createWorld.customize.custom.size= Spawn Size +createWorld.customize.custom.count= Spawn Tries +createWorld.customize.custom.minHeight= Min. Height +createWorld.customize.custom.maxHeight= Max. Height +createWorld.customize.custom.center= Center Height +createWorld.customize.custom.spread= Spread Height + +createWorld.customize.custom.presets.title=Customize World Presets +createWorld.customize.custom.presets=Presets +createWorld.customize.custom.preset.waterWorld=Water World +createWorld.customize.custom.preset.isleLand=Isle Land +createWorld.customize.custom.preset.caveDelight=Caver's Delight +createWorld.customize.custom.preset.mountains=Mountain Madness +createWorld.customize.custom.preset.drought=Drought +createWorld.customize.custom.preset.caveChaos=Caves of Chaos +createWorld.customize.custom.preset.goodLuck=Good Luck + +gameMode.survival=Survival Mode +gameMode.creative=Creative Mode +gameMode.adventure=Adventure Mode +gameMode.spectator=Spectator Mode +gameMode.hardcore=Hardcore Mode! +gameMode.changed=Your game mode has been updated to %s + +selectWorld.gameMode=Game Mode +selectWorld.gameMode.survival=Survival +selectWorld.gameMode.survival.line1=Search for resources, crafting, gain +selectWorld.gameMode.survival.line2=levels, health and hunger +selectWorld.gameMode.creative=Creative +selectWorld.gameMode.creative.line1=Unlimited resources, free flying and +selectWorld.gameMode.creative.line2=destroy blocks instantly +selectWorld.gameMode.spectator=Spectator +selectWorld.gameMode.spectator.line1=You can look but don't touch +selectWorld.gameMode.spectator.line2= +selectWorld.gameMode.hardcore=Hardcore +selectWorld.gameMode.hardcore.line1=Same as survival mode, locked at hardest +selectWorld.gameMode.hardcore.line2=difficulty, and one life only +selectWorld.gameMode.adventure=Adventure +selectWorld.gameMode.adventure.line1=Same as survival mode, but blocks can't +selectWorld.gameMode.adventure.line2=be added or removed +selectWorld.moreWorldOptions=More World Options... +selectWorld.mapFeatures=Generate Structures: +selectWorld.mapFeatures.info=Villages, dungeons etc +selectWorld.mapType=World Type: +selectWorld.mapType.normal=Normal +selectWorld.allowCommands=Allow Cheats: +selectWorld.allowCommands.info=Commands like /gamemode, /xp +selectWorld.hardcoreMode=Hardcore: +selectWorld.hardcoreMode.info=World is deleted upon death +selectWorld.bonusItems=Bonus Chest: + +generator.default=Default +generator.flat=Superflat +generator.largeBiomes=Large Biomes +generator.amplified=AMPLIFIED +generator.customized=Customized +generator.debug_all_block_states=Debug Mode + +generator.amplified.info=Notice: Just for fun, requires beefy computer + +selectServer.title=Select Server +selectServer.empty=empty +selectServer.select=Join Server +selectServer.direct=Direct Connect +selectServer.edit=Edit +selectServer.delete=Delete +selectServer.add=Add server +selectServer.defaultName=Minecraft Server +selectServer.deleteQuestion=Are you sure you want to remove this server? +selectServer.deleteWarning=will be lost forever! (A long time!) +selectServer.deleteButton=Delete +selectServer.refresh=Refresh +selectServer.hiddenAddress=(Hidden) +addServer.title=Edit Server Info +addServer.enterName=Server Name +addServer.enterIp=Server Address +addServer.add=Done +addServer.hideAddress=Hide Address +addServer.resourcePack=Server Resource Packs +addServer.resourcePack.enabled=Enabled +addServer.resourcePack.disabled=Disabled +addServer.resourcePack.prompt=Prompt +lanServer.title=LAN World +lanServer.scanning=Scanning for games on your local network +lanServer.start=Start LAN World +lanServer.otherPlayers=Settings for Other Players +mcoServer.title=Minecraft Online World + +multiplayer.title=Play Multiplayer +multiplayer.connect=Connect +multiplayer.info1=Minecraft Multiplayer is currently not finished, but there +multiplayer.info2=is some buggy early testing going on. +multiplayer.ipinfo=Enter the IP of a server to connect to it: +multiplayer.texturePrompt.line1=This server recommends the use of a custom resource pack. +multiplayer.texturePrompt.line2=Would you like to download and install it automagically? +multiplayer.downloadingTerrain=Downloading terrain +multiplayer.downloadingStats=Downloading statistics & achievements... +multiplayer.stopSleeping=Leave Bed +multiplayer.player.joined=%s joined the game +multiplayer.player.joined.renamed=%s (formerly known as %s) joined the game +multiplayer.player.left=%s left the game + +chat.cannotSend=Cannot send chat message +chat.type.text=<%s> %s +chat.type.emote=* %s %s +chat.type.announcement=[%s] %s +chat.type.admin=[%s: %s] +chat.type.achievement=%s has just earned the achievement %s +chat.type.achievement.taken=%s has lost the achievement %s +chat.link.confirm=Are you sure you want to open the following website? +chat.link.warning=Never open links from people that you don't trust! +chat.copy=Copy to Clipboard +chat.link.confirmTrusted=Do you want to open this link or copy it to your clipboard? +chat.link.open=Open in browser + +menu.playdemo=Play Demo World +menu.resetdemo=Reset Demo World + +demo.day.1=This demo will last five game days, do your best! +demo.day.2=Day Two +demo.day.3=Day Three +demo.day.4=Day Four +demo.day.5=This is your last day! +demo.day.warning=Your time is almost up! +demo.day.6=You have passed your fifth day, use F2 to save a screenshot of your creation +demo.reminder=The demo time has expired, buy the game to continue or start a new world! +demo.remainingTime=Remaining time: %s +demo.demoExpired=Demo time's up! +demo.help.movement=Use %1$s, %2$s, %3$s, %4$s and the mouse to move around +demo.help.movementShort=Move by pressing %1$s, %2$s, %3$s, %4$s +demo.help.movementMouse=Look around using the mouse +demo.help.jump=Jump by pressing %1$s +demo.help.inventory=Use %1$s to open your inventory +demo.help.title=Minecraft Demo Mode +demo.help.fullWrapped=This demo will last 5 ingame days (about 1 hour and 40 minutes of real time). Check the achievements for hints! Have fun! +demo.help.buy=Purchase Now! +demo.help.later=Continue Playing! + +connect.connecting=Connecting to the server... +connect.authorizing=Logging in... +connect.failed=Failed to connect to the server + +disconnect.genericReason=%s +disconnect.disconnected=Disconnected by Server +disconnect.lost=Connection Lost +disconnect.kicked=Was kicked from the game +disconnect.timeout=Timed out +disconnect.closed=Connection closed +disconnect.loginFailed=Failed to login +disconnect.loginFailedInfo=Failed to login: %s +disconnect.loginFailedInfo.serversUnavailable=The authentication servers are currently down for maintenance. +disconnect.loginFailedInfo.invalidSession=Invalid session (Try restarting your game) +disconnect.quitting=Quitting +disconnect.endOfStream=End of stream +disconnect.overflow=Buffer overflow +disconnect.spam=Kicked for spamming + +soundCategory.master=Master Volume +soundCategory.music=Music +soundCategory.record=Jukebox/Noteblocks +soundCategory.weather=Weather +soundCategory.hostile=Hostile Creatures +soundCategory.neutral=Friendly Creatures +soundCategory.player=Players +soundCategory.block=Blocks +soundCategory.ambient=Ambient/Environment +soundCategory.voice=Voice/Speech + +record.nowPlaying=Now playing: %s + +options.off=OFF +options.on=ON +options.visible=Shown +options.hidden=Hidden +options.title=Options +options.controls=Controls... +options.video=Video Settings... +options.language=Language... +options.sounds=Music & Sounds... +options.sounds.title=Music & Sound Options +options.languageWarning=Language translations may not be 100%% accurate +options.videoTitle=Video Settings +options.customizeTitle=Customize World Settings +options.music=Music +options.sound=Sound +options.invertMouse=Invert Mouse +options.fov=FOV +options.fov.min=Normal +options.fov.max=Quake Pro +options.saturation=Saturation +options.gamma=Brightness +options.gamma.min=Moody +options.gamma.max=Bright +options.sensitivity=Sensitivity +options.sensitivity.min=*yawn* +options.sensitivity.max=HYPERSPEED!!! +options.renderDistance=Render Distance +options.renderDistance.tiny=Tiny +options.renderDistance.short=Short +options.renderDistance.normal=Normal +options.renderDistance.far=Far +options.viewBobbing=View Bobbing +options.ao=Smooth Lighting +options.ao.off=OFF +options.ao.min=Minimum +options.ao.max=Maximum +options.anaglyph=3D Anaglyph +options.framerateLimit=Max Framerate +options.framerateLimit.max=Unlimited +options.difficulty=Difficulty +options.difficulty.peaceful=Peaceful +options.difficulty.easy=Easy +options.difficulty.normal=Normal +options.difficulty.hard=Hard +options.difficulty.hardcore=Hardcore +options.graphics=Graphics +options.graphics.fancy=Fancy +options.graphics.fast=Fast +options.guiScale=GUI Scale +options.guiScale.auto=Auto +options.guiScale.small=Small +options.guiScale.normal=Normal +options.guiScale.large=Large +options.advancedOpengl=Advanced OpenGL +options.fboEnable=Enable FBOs +options.postProcessEnable=Enable Post-Processing +options.renderClouds=Clouds +options.qualityButton=Video Quality Settings... +options.qualityVideoTitle=Video Quality Settings +options.performanceButton=Video Performance Settings... +options.performanceVideoTitle=Video Performance Settings +options.advancedButton=Advanced Video Settings... +options.advancedVideoTitle=Advanced Video Settings +options.postButton=Post-Processing Settings... +options.postVideoTitle=Post-Processing Settings +options.farWarning1=A 64 bit Java installation is recommended +options.farWarning2=for 'Far' render distance (you have 32 bit) +options.particles=Particles +options.particles.all=All +options.particles.decreased=Decreased +options.particles.minimal=Minimal +options.multiplayer.title=Multiplayer Settings... +options.chat.title=Chat Settings... +options.chat.visibility=Chat +options.chat.visibility.full=Shown +options.chat.visibility.system=Commands Only +options.chat.visibility.hidden=Hidden +options.chat.color=Colors +options.chat.opacity=Opacity +options.chat.links=Web Links +options.chat.links.prompt=Prompt on Links +options.chat.scale=Scale +options.chat.width=Width +options.chat.height.focused=Focused Height +options.chat.height.unfocused=Unfocused Height +options.skinCustomisation=Skin Customization... +options.skinCustomisation.title=Skin Customization +options.modelPart.cape=Cape +options.modelPart.hat=Hat +options.modelPart.jacket=Jacket +options.modelPart.left_sleeve=Left Sleeve +options.modelPart.right_sleeve=Right Sleeve +options.modelPart.left_pants_leg=Left Pants Leg +options.modelPart.right_pants_leg=Right Pants Leg +options.snooper=Allow Snooper +options.snooper.view=Snooper Settings... +options.snooper.title=Machine Specs Collection +options.snooper.desc=We want to collect information about your machine to help improve Minecraft by knowing what we can support and where the biggest problems are. All of this information is completely anonymous and viewable below. We promise we won't do anything bad with this data, but if you want to opt out then feel free to toggle it off! +options.resourcepack=Resource Packs... +options.fullscreen=Fullscreen +options.vsync=Use VSync +options.vbo=Use VBOs +options.touchscreen=Touchscreen Mode +options.reducedDebugInfo=Reduced Debug Info +options.entityShadows=Entity Shadows +options.mainHand=Main Hand +options.mainHand.left=Left +options.mainHand.right=Right +options.attackIndicator=Attack Indicator +options.attack.crosshair=Crosshair +options.attack.hotbar=Hotbar +options.showSubtitles=Show Subtitles +options.realmsNotifications=Realms Notifications + +options.mipmapLevels=Mipmap Levels +options.forceUnicodeFont=Force Unicode Font + +difficulty.lock.title=Lock World Difficulty +difficulty.lock.question=Are you sure you want to lock the difficulty of this world? This will set this world to always be %1$s, and you will never be able to change that again. + +title.oldgl1=Old graphics card detected; this may prevent you from +title.oldgl2=playing in the future as OpenGL 2.0 will be required. + +controls.title=Controls +controls.reset=Reset +controls.resetAll=Reset Keys + +key.sprint=Sprint +key.forward=Walk Forwards +key.left=Strafe Left +key.back=Walk Backwards +key.right=Strafe Right +key.jump=Jump +key.inventory=Open/Close Inventory +key.drop=Drop Selected Item +key.swapHands=Swap Item In Hands +key.chat=Open Chat +key.sneak=Sneak +key.playerlist=List Players +key.attack=Attack/Destroy +key.use=Use Item/Place Block +key.pickItem=Pick Block +key.mouseButton=Button %1$s +key.command=Open Command +key.screenshot=Take Screenshot +key.togglePerspective=Toggle Perspective +key.smoothCamera=Toggle Cinematic Camera +key.fullscreen=Toggle Fullscreen +key.spectatorOutlines=Highlight Players (Spectators) +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.categories.movement=Movement +key.categories.misc=Miscellaneous +key.categories.multiplayer=Multiplayer +key.categories.gameplay=Gameplay +key.categories.ui=Game Interface +key.categories.inventory=Inventory + +resourcePack.openFolder=Open resource pack folder +resourcePack.title=Select Resource Packs +resourcePack.available.title=Available Resource Packs +resourcePack.selected.title=Selected Resource Packs +resourcePack.folderInfo=(Place resource pack files here) +resourcePack.incompatible=Incompatible +resourcePack.incompatible.old=(Made for an older version of Minecraft) +resourcePack.incompatible.new=(Made for a newer version of Minecraft) +resourcePack.incompatible.confirm.title=Are you sure you want to load this resource pack? +resourcePack.incompatible.confirm.old=This resource pack was made for an older version of Minecraft and may no longer work correctly. +resourcePack.incompatible.confirm.new=This resource pack was made for a newer version of Minecraft and may no longer work correctly. + +sign.edit=Edit sign message + +book.pageIndicator=Page %1$s of %2$s +book.byAuthor=by %1$s +book.signButton=Sign +book.editTitle=Enter Book Title: +book.finalizeButton=Sign and Close +book.finalizeWarning=Note! When you sign the book, it will no longer be editable. +book.generation.0=Original +book.generation.1=Copy of original +book.generation.2=Copy of a copy +book.generation.3=Tattered + +merchant.deprecated=Trade something else to unlock! + +tile.barrier.name=Barrier +tile.stone.stone.name=Stone +tile.stone.granite.name=Granite +tile.stone.graniteSmooth.name=Polished Granite +tile.stone.diorite.name=Diorite +tile.stone.dioriteSmooth.name=Polished Diorite +tile.stone.andesite.name=Andesite +tile.stone.andesiteSmooth.name=Polished Andesite +tile.hayBlock.name=Hay Bale +tile.grass.name=Grass Block +tile.dirt.name=Dirt +tile.dirt.default.name=Dirt +tile.dirt.coarse.name=Coarse Dirt +tile.dirt.podzol.name=Podzol +tile.stonebrick.name=Cobblestone +tile.wood.name=Wooden Planks +tile.wood.oak.name=Oak Wood Planks +tile.wood.spruce.name=Spruce Wood Planks +tile.wood.birch.name=Birch Wood Planks +tile.wood.jungle.name=Jungle Wood Planks +tile.wood.acacia.name=Acacia Wood Planks +tile.wood.big_oak.name=Dark Oak Wood Planks +tile.sapling.oak.name=Oak Sapling +tile.sapling.spruce.name=Spruce Sapling +tile.sapling.birch.name=Birch Sapling +tile.sapling.jungle.name=Jungle Sapling +tile.sapling.acacia.name=Acacia Sapling +tile.sapling.big_oak.name=Dark Oak Sapling +tile.deadbush.name=Dead Bush +tile.bedrock.name=Bedrock +tile.water.name=Water +tile.lava.name=Lava +tile.sand.name=Sand +tile.sand.default.name=Sand +tile.sand.red.name=Red Sand +tile.sandStone.name=Sandstone +tile.sandStone.default.name=Sandstone +tile.sandStone.chiseled.name=Chiseled Sandstone +tile.sandStone.smooth.name=Smooth Sandstone +tile.redSandStone.name=Red Sandstone +tile.redSandStone.default.name=Red Sandstone +tile.redSandStone.chiseled.name=Chiseled Red Sandstone +tile.redSandStone.smooth.name=Smooth Red Sandstone +tile.gravel.name=Gravel +tile.oreGold.name=Gold Ore +tile.oreIron.name=Iron Ore +tile.oreCoal.name=Coal Ore +tile.log.name=Wood +tile.log.oak.name=Oak Wood +tile.log.spruce.name=Spruce Wood +tile.log.birch.name=Birch Wood +tile.log.jungle.name=Jungle Wood +tile.log.acacia.name=Acacia Wood +tile.log.big_oak.name=Dark Oak Wood +tile.leaves.name=Leaves +tile.leaves.oak.name=Oak Leaves +tile.leaves.spruce.name=Spruce Leaves +tile.leaves.birch.name=Birch Leaves +tile.leaves.jungle.name=Jungle Leaves +tile.leaves.acacia.name=Acacia Leaves +tile.leaves.big_oak.name=Dark Oak Leaves +tile.tallgrass.name=Grass +tile.tallgrass.shrub.name=Shrub +tile.tallgrass.grass.name=Grass +tile.tallgrass.fern.name=Fern +tile.sponge.dry.name=Sponge +tile.sponge.wet.name=Wet Sponge +tile.glass.name=Glass +tile.stainedGlass.name=Stained Glass +tile.stainedGlass.black.name=Black Stained Glass +tile.stainedGlass.red.name=Red Stained Glass +tile.stainedGlass.green.name=Green Stained Glass +tile.stainedGlass.brown.name=Brown Stained Glass +tile.stainedGlass.blue.name=Blue Stained Glass +tile.stainedGlass.purple.name=Purple Stained Glass +tile.stainedGlass.cyan.name=Cyan Stained Glass +tile.stainedGlass.silver.name=Light Gray Stained Glass +tile.stainedGlass.gray.name=Gray Stained Glass +tile.stainedGlass.pink.name=Pink Stained Glass +tile.stainedGlass.lime.name=Lime Stained Glass +tile.stainedGlass.yellow.name=Yellow Stained Glass +tile.stainedGlass.lightBlue.name=Light Blue Stained Glass +tile.stainedGlass.magenta.name=Magenta Stained Glass +tile.stainedGlass.orange.name=Orange Stained Glass +tile.stainedGlass.white.name=White Stained Glass +tile.thinStainedGlass.name=Stained Glass Pane +tile.thinStainedGlass.black.name=Black Stained Glass Pane +tile.thinStainedGlass.red.name=Red Stained Glass Pane +tile.thinStainedGlass.green.name=Green Stained Glass Pane +tile.thinStainedGlass.brown.name=Brown Stained Glass Pane +tile.thinStainedGlass.blue.name=Blue Stained Glass Pane +tile.thinStainedGlass.purple.name=Purple Stained Glass Pane +tile.thinStainedGlass.cyan.name=Cyan Stained Glass Pane +tile.thinStainedGlass.silver.name=Light Gray Stained Glass Pane +tile.thinStainedGlass.gray.name=Gray Stained Glass Pane +tile.thinStainedGlass.pink.name=Pink Stained Glass Pane +tile.thinStainedGlass.lime.name=Lime Stained Glass Pane +tile.thinStainedGlass.yellow.name=Yellow Stained Glass Pane +tile.thinStainedGlass.lightBlue.name=Light Blue Stained Glass Pane +tile.thinStainedGlass.magenta.name=Magenta Stained Glass Pane +tile.thinStainedGlass.orange.name=Orange Stained Glass Pane +tile.thinStainedGlass.white.name=White Stained Glass Pane +tile.thinGlass.name=Glass Pane +tile.cloth.name=Wool +tile.flower1.name=Flower +tile.flower1.dandelion.name=Dandelion +tile.flower2.name=Flower +tile.flower2.poppy.name=Poppy +tile.flower2.blueOrchid.name=Blue Orchid +tile.flower2.allium.name=Allium +tile.flower2.houstonia.name=Azure Bluet +tile.flower2.tulipRed.name=Red Tulip +tile.flower2.tulipOrange.name=Orange Tulip +tile.flower2.tulipWhite.name=White Tulip +tile.flower2.tulipPink.name=Pink Tulip +tile.flower2.oxeyeDaisy.name=Oxeye Daisy +tile.doublePlant.name=Plant +tile.doublePlant.sunflower.name=Sunflower +tile.doublePlant.syringa.name=Lilac +tile.doublePlant.grass.name=Double Tallgrass +tile.doublePlant.fern.name=Large Fern +tile.doublePlant.rose.name=Rose Bush +tile.doublePlant.paeonia.name=Peony +tile.mushroom.name=Mushroom +tile.blockGold.name=Block of Gold +tile.blockIron.name=Block of Iron +tile.stoneSlab.name=Stone Slab +tile.stoneSlab.stone.name=Stone Slab +tile.stoneSlab.sand.name=Sandstone Slab +tile.stoneSlab.wood.name=Wooden Slab +tile.stoneSlab.cobble.name=Cobblestone Slab +tile.stoneSlab.brick.name=Bricks Slab +tile.stoneSlab.smoothStoneBrick.name=Stone Bricks Slab +tile.stoneSlab.netherBrick.name=Nether Brick Slab +tile.stoneSlab.quartz.name=Quartz Slab +tile.stoneSlab2.red_sandstone.name=Red Sandstone Slab +tile.woodSlab.name=Wood Slab +tile.woodSlab.oak.name=Oak Wood Slab +tile.woodSlab.spruce.name=Spruce Wood Slab +tile.woodSlab.birch.name=Birch Wood Slab +tile.woodSlab.jungle.name=Jungle Wood Slab +tile.woodSlab.acacia.name=Acacia Wood Slab +tile.woodSlab.big_oak.name=Dark Oak Wood Slab +tile.brick.name=Bricks +tile.tnt.name=TNT +tile.bookshelf.name=Bookshelf +tile.stoneMoss.name=Moss Stone +tile.obsidian.name=Obsidian +tile.torch.name=Torch +tile.fire.name=Fire +tile.mobSpawner.name=Monster Spawner +tile.stairsWood.name=Oak Wood Stairs +tile.stairsWoodSpruce.name=Spruce Wood Stairs +tile.stairsWoodBirch.name=Birch Wood Stairs +tile.stairsWoodJungle.name=Jungle Wood Stairs +tile.stairsWoodAcacia.name=Acacia Wood Stairs +tile.stairsWoodDarkOak.name=Dark Oak Wood Stairs +tile.chest.name=Chest +tile.chestTrap.name=Trapped Chest +tile.redstoneDust.name=Redstone Dust +tile.oreDiamond.name=Diamond Ore +tile.blockCoal.name=Block of Coal +tile.blockDiamond.name=Block of Diamond +tile.workbench.name=Crafting Table +tile.crops.name=Crops +tile.farmland.name=Farmland +tile.furnace.name=Furnace +tile.sign.name=Sign +tile.doorWood.name=Wooden Door +tile.ladder.name=Ladder +tile.rail.name=Rail +tile.goldenRail.name=Powered Rail +tile.activatorRail.name=Activator Rail +tile.detectorRail.name=Detector Rail +tile.stairsStone.name=Cobblestone Stairs +tile.stairsSandStone.name=Sandstone Stairs +tile.stairsRedSandStone.name=Red Sandstone Stairs +tile.lever.name=Lever +tile.pressurePlateStone.name=Stone Pressure Plate +tile.pressurePlateWood.name=Wooden Pressure Plate +tile.weightedPlate_light.name=Weighted Pressure Plate (Light) +tile.weightedPlate_heavy.name=Weighted Pressure Plate (Heavy) +tile.doorIron.name=Iron Door +tile.oreRedstone.name=Redstone Ore +tile.notGate.name=Redstone Torch +tile.button.name=Button +tile.snow.name=Snow +tile.woolCarpet.name=Carpet +tile.woolCarpet.black.name=Black Carpet +tile.woolCarpet.red.name=Red Carpet +tile.woolCarpet.green.name=Green Carpet +tile.woolCarpet.brown.name=Brown Carpet +tile.woolCarpet.blue.name=Blue Carpet +tile.woolCarpet.purple.name=Purple Carpet +tile.woolCarpet.cyan.name=Cyan Carpet +tile.woolCarpet.silver.name=Light Gray Carpet +tile.woolCarpet.gray.name=Gray Carpet +tile.woolCarpet.pink.name=Pink Carpet +tile.woolCarpet.lime.name=Lime Carpet +tile.woolCarpet.yellow.name=Yellow Carpet +tile.woolCarpet.lightBlue.name=Light Blue Carpet +tile.woolCarpet.magenta.name=Magenta Carpet +tile.woolCarpet.orange.name=Orange Carpet +tile.woolCarpet.white.name=Carpet +tile.ice.name=Ice +tile.frostedIce.name=Frosted Ice +tile.icePacked.name=Packed Ice +tile.cactus.name=Cactus +tile.clay.name=Clay +tile.clayHardenedStained.name=Stained Clay +tile.clayHardenedStained.black.name=Black Stained Clay +tile.clayHardenedStained.red.name=Red Stained Clay +tile.clayHardenedStained.green.name=Green Stained Clay +tile.clayHardenedStained.brown.name=Brown Stained Clay +tile.clayHardenedStained.blue.name=Blue Stained Clay +tile.clayHardenedStained.purple.name=Purple Stained Clay +tile.clayHardenedStained.cyan.name=Cyan Stained Clay +tile.clayHardenedStained.silver.name=Light Gray Stained Clay +tile.clayHardenedStained.gray.name=Gray Stained Clay +tile.clayHardenedStained.pink.name=Pink Stained Clay +tile.clayHardenedStained.lime.name=Lime Stained Clay +tile.clayHardenedStained.yellow.name=Yellow Stained Clay +tile.clayHardenedStained.lightBlue.name=Light Blue Stained Clay +tile.clayHardenedStained.magenta.name=Magenta Stained Clay +tile.clayHardenedStained.orange.name=Orange Stained Clay +tile.clayHardenedStained.white.name=White Stained Clay +tile.clayHardened.name=Hardened Clay +tile.reeds.name=Sugar cane +tile.jukebox.name=Jukebox +tile.fence.name=Oak Fence +tile.spruceFence.name=Spruce Fence +tile.birchFence.name=Birch Fence +tile.jungleFence.name=Jungle Fence +tile.darkOakFence.name=Dark Oak Fence +tile.acaciaFence.name=Acacia Fence +tile.fenceGate.name=Oak Fence Gate +tile.spruceFenceGate.name=Spruce Fence Gate +tile.birchFenceGate.name=Birch Fence Gate +tile.jungleFenceGate.name=Jungle Fence Gate +tile.darkOakFenceGate.name=Dark Oak Fence Gate +tile.acaciaFenceGate.name=Acacia Fence Gate +tile.pumpkinStem.name=Pumpkin Stem +tile.pumpkin.name=Pumpkin +tile.litpumpkin.name=Jack o'Lantern +tile.hellrock.name=Netherrack +tile.hellsand.name=Soul Sand +tile.lightgem.name=Glowstone +tile.portal.name=Portal +tile.cloth.black.name=Black Wool +tile.cloth.red.name=Red Wool +tile.cloth.green.name=Green Wool +tile.cloth.brown.name=Brown Wool +tile.cloth.blue.name=Blue Wool +tile.cloth.purple.name=Purple Wool +tile.cloth.cyan.name=Cyan Wool +tile.cloth.silver.name=Light Gray Wool +tile.cloth.gray.name=Gray Wool +tile.cloth.pink.name=Pink Wool +tile.cloth.lime.name=Lime Wool +tile.cloth.yellow.name=Yellow Wool +tile.cloth.lightBlue.name=Light Blue Wool +tile.cloth.magenta.name=Magenta Wool +tile.cloth.orange.name=Orange Wool +tile.cloth.white.name=Wool +tile.oreLapis.name=Lapis Lazuli Ore +tile.blockLapis.name=Lapis Lazuli Block +tile.dispenser.name=Dispenser +tile.dropper.name=Dropper +tile.musicBlock.name=Note Block +tile.cake.name=Cake +tile.bed.name=Bed +tile.bed.occupied=This bed is occupied +tile.bed.noSleep=You can only sleep at night +tile.bed.notSafe=You may not rest now, there are monsters nearby +tile.bed.notValid=Your home bed was missing or obstructed +tile.lockedchest.name=Locked chest +tile.trapdoor.name=Wooden Trapdoor +tile.ironTrapdoor.name=Iron Trapdoor +tile.web.name=Cobweb +tile.stonebricksmooth.name=Stone Bricks +tile.stonebricksmooth.default.name=Stone Bricks +tile.stonebricksmooth.mossy.name=Mossy Stone Bricks +tile.stonebricksmooth.cracked.name=Cracked Stone Bricks +tile.stonebricksmooth.chiseled.name=Chiseled Stone Bricks +tile.monsterStoneEgg.name=Stone Monster Egg +tile.monsterStoneEgg.stone.name=Stone Monster Egg +tile.monsterStoneEgg.cobble.name=Cobblestone Monster Egg +tile.monsterStoneEgg.brick.name=Stone Brick Monster Egg +tile.monsterStoneEgg.mossybrick.name=Mossy Stone Brick Monster Egg +tile.monsterStoneEgg.crackedbrick.name=Cracked Stone Brick Monster Egg +tile.monsterStoneEgg.chiseledbrick.name=Chiseled Stone Brick Monster Egg +tile.pistonBase.name=Piston +tile.pistonStickyBase.name=Sticky Piston +tile.fenceIron.name=Iron Bars +tile.melon.name=Melon +tile.stairsBrick.name=Brick Stairs +tile.stairsStoneBrickSmooth.name=Stone Brick Stairs +tile.vine.name=Vines +tile.netherBrick.name=Nether Brick +tile.netherFence.name=Nether Brick Fence +tile.stairsNetherBrick.name=Nether Brick Stairs +tile.netherStalk.name=Nether Wart +tile.cauldron.name=Cauldron +tile.enchantmentTable.name=Enchantment Table +tile.anvil.name=Anvil +tile.anvil.intact.name=Anvil +tile.anvil.slightlyDamaged.name=Slightly Damaged Anvil +tile.anvil.veryDamaged.name=Very Damaged Anvil +tile.whiteStone.name=End Stone +tile.endPortalFrame.name=End Portal +tile.mycel.name=Mycelium +tile.waterlily.name=Lily Pad +tile.dragonEgg.name=Dragon Egg +tile.redstoneLight.name=Redstone Lamp +tile.cocoa.name=Cocoa +tile.enderChest.name=Ender Chest +tile.oreRuby.name=Ruby Ore +tile.oreEmerald.name=Emerald Ore +tile.blockEmerald.name=Block of Emerald +tile.blockRedstone.name=Block of Redstone +tile.tripWire.name=Tripwire +tile.tripWireSource.name=Tripwire Hook +tile.commandBlock.name=Command Block +tile.repeatingCommandBlock.name=Repeating Command Block +tile.chainCommandBlock.name=Chain Command Block +tile.beacon.name=Beacon +tile.beacon.primary=Primary Power +tile.beacon.secondary=Secondary Power +tile.cobbleWall.normal.name=Cobblestone Wall +tile.cobbleWall.mossy.name=Mossy Cobblestone Wall +tile.carrots.name=Carrots +tile.potatoes.name=Potatoes +tile.daylightDetector.name=Daylight Sensor +tile.netherquartz.name=Nether Quartz Ore +tile.hopper.name=Hopper +tile.quartzBlock.name=Block of Quartz +tile.quartzBlock.default.name=Block of Quartz +tile.quartzBlock.chiseled.name=Chiseled Quartz Block +tile.quartzBlock.lines.name=Pillar Quartz Block +tile.stairsQuartz.name=Quartz Stairs +tile.slime.name=Slime Block +tile.prismarine.rough.name=Prismarine +tile.prismarine.bricks.name=Prismarine Bricks +tile.prismarine.dark.name=Dark Prismarine +tile.seaLantern.name=Sea Lantern +tile.endRod.name=End Rod +tile.chorusPlant.name=Chorus Plant +tile.chorusFlower.name=Chorus Flower +tile.purpurBlock.name=Purpur Block +tile.purpurPillar.name=Purpur Pillar +tile.stairsPurpur.name=Purpur Stairs +tile.purpurSlab.name=Purpur Slab +tile.endBricks.name=End Stone Bricks +tile.beetroots.name=Beetroots +tile.grassPath.name=Grass Path + +tile.structureBlock.name=Structure Block + +item.nameTag.name=Name Tag +item.leash.name=Lead +item.shovelIron.name=Iron Shovel +item.pickaxeIron.name=Iron Pickaxe +item.hatchetIron.name=Iron Axe +item.flintAndSteel.name=Flint and Steel +item.apple.name=Apple +item.cookie.name=Cookie +item.bow.name=Bow +item.arrow.name=Arrow +item.spectral_arrow.name=Spectral Arrow +item.tipped_arrow.name=Tipped Arrow +item.coal.name=Coal +item.charcoal.name=Charcoal +item.diamond.name=Diamond +item.emerald.name=Emerald +item.ingotIron.name=Iron Ingot +item.ingotGold.name=Gold Ingot +item.swordIron.name=Iron Sword +item.swordWood.name=Wooden Sword +item.shovelWood.name=Wooden Shovel +item.pickaxeWood.name=Wooden Pickaxe +item.hatchetWood.name=Wooden Axe +item.swordStone.name=Stone Sword +item.shovelStone.name=Stone Shovel +item.pickaxeStone.name=Stone Pickaxe +item.hatchetStone.name=Stone Axe +item.swordDiamond.name=Diamond Sword +item.shovelDiamond.name=Diamond Shovel +item.pickaxeDiamond.name=Diamond Pickaxe +item.hatchetDiamond.name=Diamond Axe +item.stick.name=Stick +item.bowl.name=Bowl +item.mushroomStew.name=Mushroom Stew +item.swordGold.name=Golden Sword +item.shovelGold.name=Golden Shovel +item.pickaxeGold.name=Golden Pickaxe +item.hatchetGold.name=Golden Axe +item.string.name=String +item.feather.name=Feather +item.sulphur.name=Gunpowder +item.hoeWood.name=Wooden Hoe +item.hoeStone.name=Stone Hoe +item.hoeIron.name=Iron Hoe +item.hoeDiamond.name=Diamond Hoe +item.hoeGold.name=Golden Hoe +item.seeds.name=Seeds +item.seeds_pumpkin.name=Pumpkin Seeds +item.seeds_melon.name=Melon Seeds +item.melon.name=Melon +item.wheat.name=Wheat +item.bread.name=Bread +item.helmetCloth.name=Leather Cap +item.chestplateCloth.name=Leather Tunic +item.leggingsCloth.name=Leather Pants +item.bootsCloth.name=Leather Boots +item.helmetChain.name=Chain Helmet +item.chestplateChain.name=Chain Chestplate +item.leggingsChain.name=Chain Leggings +item.bootsChain.name=Chain Boots +item.helmetIron.name=Iron Helmet +item.chestplateIron.name=Iron Chestplate +item.leggingsIron.name=Iron Leggings +item.bootsIron.name=Iron Boots +item.helmetDiamond.name=Diamond Helmet +item.chestplateDiamond.name=Diamond Chestplate +item.leggingsDiamond.name=Diamond Leggings +item.bootsDiamond.name=Diamond Boots +item.helmetGold.name=Golden Helmet +item.chestplateGold.name=Golden Chestplate +item.leggingsGold.name=Golden Leggings +item.bootsGold.name=Golden Boots +item.flint.name=Flint +item.porkchopRaw.name=Raw Porkchop +item.porkchopCooked.name=Cooked Porkchop +item.chickenRaw.name=Raw Chicken +item.chickenCooked.name=Cooked Chicken +item.muttonRaw.name=Raw Mutton +item.muttonCooked.name=Cooked Mutton +item.rabbitRaw.name=Raw Rabbit +item.rabbitCooked.name=Cooked Rabbit +item.rabbitStew.name=Rabbit Stew +item.rabbitFoot.name=Rabbit's Foot +item.rabbitHide.name=Rabbit Hide +item.beefRaw.name=Raw Beef +item.beefCooked.name=Steak +item.painting.name=Painting +item.frame.name=Item Frame +item.appleGold.name=Golden Apple +item.sign.name=Sign +item.doorOak.name=Oak Door +item.doorSpruce.name=Spruce Door +item.doorBirch.name=Birch Door +item.doorJungle.name=Jungle Door +item.doorAcacia.name=Acacia Door +item.doorDarkOak.name=Dark Oak Door +item.bucket.name=Bucket +item.bucketWater.name=Water Bucket +item.bucketLava.name=Lava Bucket +item.minecart.name=Minecart +item.saddle.name=Saddle +item.doorIron.name=Iron Door +item.redstone.name=Redstone +item.snowball.name=Snowball +item.boat.oak.name=Oak Boat +item.boat.spruce.name=Spruce Boat +item.boat.birch.name=Birch Boat +item.boat.jungle.name=Jungle Boat +item.boat.acacia.name=Acacia Boat +item.boat.dark_oak.name=Dark Oak Boat +item.leather.name=Leather +item.milk.name=Milk +item.brick.name=Brick +item.clay.name=Clay +item.reeds.name=Sugar Canes +item.paper.name=Paper +item.book.name=Book +item.slimeball.name=Slimeball +item.minecartChest.name=Minecart with Chest +item.minecartFurnace.name=Minecart with Furnace +item.minecartTnt.name=Minecart with TNT +item.minecartHopper.name=Minecart with Hopper +item.minecartCommandBlock.name=Minecart with Command Block +item.egg.name=Egg +item.compass.name=Compass +item.fishingRod.name=Fishing Rod +item.clock.name=Clock +item.yellowDust.name=Glowstone Dust +item.fish.cod.raw.name=Raw Fish +item.fish.salmon.raw.name=Raw Salmon +item.fish.pufferfish.raw.name=Pufferfish +item.fish.clownfish.raw.name=Clownfish +item.fish.cod.cooked.name=Cooked Fish +item.fish.salmon.cooked.name=Cooked Salmon +item.record.name=Music Disc +item.record.13.desc=C418 - 13 +item.record.cat.desc=C418 - cat +item.record.blocks.desc=C418 - blocks +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.ward.desc=C418 - ward +item.record.11.desc=C418 - 11 +item.record.wait.desc=C418 - wait +item.bone.name=Bone +item.dyePowder.black.name=Ink Sac +item.dyePowder.red.name=Rose Red +item.dyePowder.green.name=Cactus Green +item.dyePowder.brown.name=Cocoa Beans +item.dyePowder.blue.name=Lapis Lazuli +item.dyePowder.purple.name=Purple Dye +item.dyePowder.cyan.name=Cyan Dye +item.dyePowder.silver.name=Light Gray Dye +item.dyePowder.gray.name=Gray Dye +item.dyePowder.pink.name=Pink Dye +item.dyePowder.lime.name=Lime Dye +item.dyePowder.yellow.name=Dandelion Yellow +item.dyePowder.lightBlue.name=Light Blue Dye +item.dyePowder.magenta.name=Magenta Dye +item.dyePowder.orange.name=Orange Dye +item.dyePowder.white.name=Bone Meal +item.sugar.name=Sugar +item.cake.name=Cake +item.bed.name=Bed +item.diode.name=Redstone Repeater +item.comparator.name=Redstone Comparator +item.map.name=Map +item.leaves.name=Leaves +item.shears.name=Shears +item.rottenFlesh.name=Rotten Flesh +item.enderPearl.name=Ender Pearl +item.blazeRod.name=Blaze Rod +item.ghastTear.name=Ghast Tear +item.netherStalkSeeds.name=Nether Wart +item.potion.name=Potion +item.end_crystal.name=End Crystal +item.goldNugget.name=Gold Nugget +item.glassBottle.name=Glass Bottle +item.spiderEye.name=Spider Eye +item.fermentedSpiderEye.name=Fermented Spider Eye +item.blazePowder.name=Blaze Powder +item.magmaCream.name=Magma Cream +item.cauldron.name=Cauldron +item.brewingStand.name=Brewing Stand +item.eyeOfEnder.name=Eye of Ender +item.speckledMelon.name=Glistering Melon +item.monsterPlacer.name=Spawn +item.expBottle.name=Bottle o' Enchanting +item.fireball.name=Fire Charge +item.writingBook.name=Book and Quill +item.writtenBook.name=Written Book +item.ruby.name=Ruby +item.flowerPot.name=Flower Pot +item.emptyMap.name=Empty Map +item.carrots.name=Carrot +item.carrotGolden.name=Golden Carrot +item.potato.name=Potato +item.potatoBaked.name=Baked Potato +item.potatoPoisonous.name=Poisonous Potato +item.skull.skeleton.name=Skeleton Skull +item.skull.wither.name=Wither Skeleton Skull +item.skull.zombie.name=Zombie Head +item.skull.char.name=Head +item.skull.player.name=%s's Head +item.skull.creeper.name=Creeper Head +item.skull.dragon.name=Dragon Head +item.carrotOnAStick.name=Carrot on a Stick +item.netherStar.name=Nether Star +item.pumpkinPie.name=Pumpkin Pie +item.enchantedBook.name=Enchanted Book +item.fireworks.name=Firework Rocket +item.fireworks.flight=Flight Duration: +item.fireworksCharge.name=Firework Star +item.fireworksCharge.black=Black +item.fireworksCharge.red=Red +item.fireworksCharge.green=Green +item.fireworksCharge.brown=Brown +item.fireworksCharge.blue=Blue +item.fireworksCharge.purple=Purple +item.fireworksCharge.cyan=Cyan +item.fireworksCharge.silver=Light Gray +item.fireworksCharge.gray=Gray +item.fireworksCharge.pink=Pink +item.fireworksCharge.lime=Lime +item.fireworksCharge.yellow=Yellow +item.fireworksCharge.lightBlue=Light Blue +item.fireworksCharge.magenta=Magenta +item.fireworksCharge.orange=Orange +item.fireworksCharge.white=White +item.fireworksCharge.customColor=Custom +item.fireworksCharge.fadeTo=Fade to +item.fireworksCharge.flicker=Twinkle +item.fireworksCharge.trail=Trail +item.fireworksCharge.type.0=Small Ball +item.fireworksCharge.type.1=Large Ball +item.fireworksCharge.type.2=Star-shaped +item.fireworksCharge.type.3=Creeper-shaped +item.fireworksCharge.type.4=Burst +item.fireworksCharge.type=Unknown Shape +item.netherbrick.name=Nether Brick +item.netherquartz.name=Nether Quartz +item.armorStand.name=Armor Stand +item.horsearmormetal.name=Iron Horse Armor +item.horsearmorgold.name=Gold Horse Armor +item.horsearmordiamond.name=Diamond Horse Armor +item.prismarineShard.name=Prismarine Shard +item.prismarineCrystals.name=Prismarine Crystals +item.chorusFruit.name=Chorus Fruit +item.chorusFruitPopped.name=Popped Chorus Fruit +item.beetroot.name=Beetroot +item.beetroot_seeds.name=Beetroot Seeds +item.beetroot_soup.name=Beetroot Soup +item.dragon_breath.name=Dragon's Breath +item.elytra.name=Elytra + +container.inventory=Inventory +container.hopper=Item Hopper +container.crafting=Crafting +container.dispenser=Dispenser +container.dropper=Dropper +container.furnace=Furnace +container.enchant=Enchant +container.enchant.lapis.one=1 Lapis Lazuli +container.enchant.lapis.many=%d Lapis Lazuli +container.enchant.level.one=1 Enchantment Level +container.enchant.level.many=%d Enchantment Levels +container.enchant.clue=%s . . . ? +container.repair=Repair & Name +container.repair.cost=Enchantment Cost: %1$d +container.repair.expensive=Too Expensive! +container.creative=Item Selection +container.brewing=Brewing Stand +container.chest=Chest +container.chestDouble=Large Chest +container.enderchest=Ender Chest +container.beacon=Beacon + +container.spectatorCantOpen=Unable to open. Loot not generated yet. +container.isLocked=%s is locked! + +item.dyed=Dyed +item.unbreakable=Unbreakable +item.canBreak=Can break: +item.canPlace=Can be placed on: + +entity.Item.name=Item +entity.XPOrb.name=Experience Orb +entity.SmallFireball.name=Small Fireball +entity.Fireball.name=Fireball +entity.DragonFireball.name=Dragon Fireball +entity.ThrownPotion.name=Potion + +entity.Arrow.name=Arrow +entity.Snowball.name=Snowball +entity.Painting.name=Painting +entity.ArmorStand.name=Armor Stand + +entity.Mob.name=Mob +entity.Monster.name=Monster + +entity.Creeper.name=Creeper +entity.Skeleton.name=Skeleton +entity.Spider.name=Spider +entity.Giant.name=Giant +entity.Zombie.name=Zombie +entity.Slime.name=Slime +entity.Ghast.name=Ghast +entity.PigZombie.name=Zombie Pigman +entity.Enderman.name=Enderman +entity.Endermite.name=Endermite +entity.Silverfish.name=Silverfish +entity.CaveSpider.name=Cave Spider +entity.Blaze.name=Blaze +entity.LavaSlime.name=Magma Cube +entity.MushroomCow.name=Mooshroom +entity.Villager.name=Villager +entity.VillagerGolem.name=Iron Golem +entity.SnowMan.name=Snow Golem +entity.EnderDragon.name=Ender Dragon +entity.WitherBoss.name=Wither +entity.Witch.name=Witch +entity.Guardian.name=Guardian +entity.Shulker.name=Shulker + +entity.Villager.farmer=Farmer +entity.Villager.fisherman=Fisherman +entity.Villager.shepherd=Shepherd +entity.Villager.fletcher=Fletcher +entity.Villager.librarian=Librarian +entity.Villager.cleric=Cleric +entity.Villager.armor=Armorer +entity.Villager.weapon=Weapon Smith +entity.Villager.tool=Tool Smith +entity.Villager.butcher=Butcher +entity.Villager.leather=Leatherworker + +entity.Pig.name=Pig +entity.Sheep.name=Sheep +entity.Cow.name=Cow +entity.Chicken.name=Chicken +entity.Squid.name=Squid +entity.Wolf.name=Wolf +entity.Ozelot.name=Ocelot +entity.Cat.name=Cat +entity.Bat.name=Bat +entity.EntityHorse.name=Horse +entity.horse.name=Horse +entity.donkey.name=Donkey +entity.mule.name=Mule +entity.skeletonhorse.name=Skeleton Horse +entity.zombiehorse.name=Zombie Horse +entity.Rabbit.name=Rabbit +entity.KillerBunny.name=The Killer Bunny + +entity.PrimedTnt.name=Block of TNT +entity.FallingSand.name=Falling Block + +entity.Minecart.name=Minecart +entity.MinecartHopper.name=Minecart with Hopper +entity.MinecartChest.name=Minecart with Chest +entity.Boat.name=Boat + +entity.generic.name=unknown + +death.fell.accident.ladder=%1$s fell off a ladder +death.fell.accident.vines=%1$s fell off some vines +death.fell.accident.water=%1$s fell out of the water +death.fell.accident.generic=%1$s fell from a high place +death.fell.killer=%1$s was doomed to fall +death.fell.assist=%1$s was doomed to fall by %2$s +death.fell.assist.item=%1$s was doomed to fall by %2$s using %3$s +death.fell.finish=%1$s fell too far and was finished by %2$s +death.fell.finish.item=%1$s fell too far and was finished by %2$s using %3$s + +death.attack.lightningBolt=%1$s was struck by lightning +death.attack.inFire=%1$s went up in flames +death.attack.inFire.player=%1$s walked into fire whilst fighting %2$s +death.attack.onFire=%1$s burned to death +death.attack.onFire.player=%1$s was burnt to a crisp whilst fighting %2$s +death.attack.lava=%1$s tried to swim in lava +death.attack.lava.player=%1$s tried to swim in lava to escape %2$s +death.attack.inWall=%1$s suffocated in a wall +death.attack.drown=%1$s drowned +death.attack.drown.player=%1$s drowned whilst trying to escape %2$s +death.attack.starve=%1$s starved to death +death.attack.cactus=%1$s was pricked to death +death.attack.cactus.player=%1$s walked into a cactus whilst trying to escape %2$s +death.attack.generic=%1$s died +death.attack.explosion=%1$s blew up +death.attack.explosion.player=%1$s was blown up by %2$s +death.attack.magic=%1$s was killed by magic +death.attack.wither=%1$s withered away +death.attack.anvil=%1$s was squashed by a falling anvil +death.attack.fallingBlock=%1$s was squashed by a falling block +death.attack.mob=%1$s was slain by %2$s +death.attack.player=%1$s was slain by %2$s +death.attack.player.item=%1$s was slain by %2$s using %3$s +death.attack.arrow=%1$s was shot by %2$s +death.attack.arrow.item=%1$s was shot by %2$s using %3$s +death.attack.fireball=%1$s was fireballed by %2$s +death.attack.fireball.item=%1$s was fireballed by %2$s using %3$s +death.attack.thrown=%1$s was pummeled by %2$s +death.attack.thrown.item=%1$s was pummeled by %2$s using %3$s +death.attack.indirectMagic=%1$s was killed by %2$s using magic +death.attack.indirectMagic.item=%1$s was killed by %2$s using %3$s +death.attack.thorns=%1$s was killed trying to hurt %2$s +death.attack.fall=%1$s hit the ground too hard +death.attack.outOfWorld=%1$s fell out of the world +death.attack.dragonBreath=%1$s was roasted in dragon breath +death.attack.flyIntoWall=%1$s experienced kinetic energy + +deathScreen.respawn=Respawn +deathScreen.spectate=Spectate world +deathScreen.deleteWorld=Delete world +deathScreen.titleScreen=Title screen +deathScreen.score=Score +deathScreen.title.hardcore=Game over! +deathScreen.title=You died! +deathScreen.leaveServer=Leave server +deathScreen.quit.confirm=Are you sure you want to quit? + +effect.none=No Effects +effect.moveSpeed=Speed +effect.moveSlowdown=Slowness +effect.digSpeed=Haste +effect.digSlowDown=Mining Fatigue +effect.damageBoost=Strength +effect.heal=Instant Health +effect.harm=Instant Damage +effect.jump=Jump Boost +effect.confusion=Nausea +effect.regeneration=Regeneration +effect.resistance=Resistance +effect.fireResistance=Fire Resistance +effect.waterBreathing=Water Breathing +effect.invisibility=Invisibility +effect.blindness=Blindness +effect.nightVision=Night Vision +effect.hunger=Hunger +effect.weakness=Weakness +effect.poison=Poison +effect.wither=Wither +effect.healthBoost=Health Boost +effect.absorption=Absorption +effect.saturation=Saturation +effect.glowing=Glowing +effect.luck=Luck +effect.unluck=Bad Luck +effect.levitation=Levitation + +tipped_arrow.effect.empty=Tipped Arrow +tipped_arrow.effect.water=Tipped Arrow +tipped_arrow.effect.mundane=Tipped Arrow +tipped_arrow.effect.thick=Tipped Arrow +tipped_arrow.effect.awkward=Tipped Arrow +tipped_arrow.effect.night_vision=Arrow of Night Vision +tipped_arrow.effect.invisibility=Arrow of Invisibility +tipped_arrow.effect.leaping=Arrow of Leaping +tipped_arrow.effect.fire_resistance=Arrow of Fire Resistance +tipped_arrow.effect.swiftness=Arrow of Swiftness +tipped_arrow.effect.slowness=Arrow of Slowness +tipped_arrow.effect.water=Arrow of Splashing +tipped_arrow.effect.water_breathing=Arrow of Water Breathing +tipped_arrow.effect.healing=Arrow of Healing +tipped_arrow.effect.harming=Arrow of Harming +tipped_arrow.effect.poison=Arrow of Poison +tipped_arrow.effect.regeneration=Arrow of Regeneration +tipped_arrow.effect.strength=Arrow of Strength +tipped_arrow.effect.weakness=Arrow of Weakness +tipped_arrow.effect.levitation=Arrow of Levitation +tipped_arrow.effect.luck=Arrow of Luck + +potion.whenDrank=When Applied: +potion.effect.empty=Uncraftable Potion +potion.effect.water=Water Bottle +potion.effect.mundane=Mundane Potion +potion.effect.thick=Thick Potion +potion.effect.awkward=Awkward Potion +potion.effect.night_vision=Potion of Night Vision +potion.effect.invisibility=Potion of Invisibility +potion.effect.leaping=Potion of Leaping +potion.effect.fire_resistance=Potion of Fire Resistance +potion.effect.swiftness=Potion of Swiftness +potion.effect.slowness=Potion of Slowness +potion.effect.water_breathing=Potion of Water Breathing +potion.effect.healing=Potion of Healing +potion.effect.harming=Potion of Harming +potion.effect.poison=Potion of Poison +potion.effect.regeneration=Potion of Regeneration +potion.effect.strength=Potion of Strength +potion.effect.weakness=Potion of Weakness +potion.effect.levitation=Potion of Levitation +potion.effect.luck=Potion of Luck + +splash_potion.effect.empty=Splash Uncraftable Potion +splash_potion.effect.water=Splash Water Bottle +splash_potion.effect.mundane=Mundane Splash Potion +splash_potion.effect.thick=Thick Splash Potion +splash_potion.effect.awkward=Awkward Splash Potion +splash_potion.effect.night_vision=Splash Potion of Night Vision +splash_potion.effect.invisibility=Splash Potion of Invisibility +splash_potion.effect.leaping=Splash Potion of Leaping +splash_potion.effect.fire_resistance=Splash Potion of Fire Resistance +splash_potion.effect.swiftness=Splash Potion of Swiftness +splash_potion.effect.slowness=Splash Potion of Slowness +splash_potion.effect.water_breathing=Splash Potion of Water Breathing +splash_potion.effect.healing=Splash Potion of Healing +splash_potion.effect.harming=Splash Potion of Harming +splash_potion.effect.poison=Splash Potion of Poison +splash_potion.effect.regeneration=Splash Potion of Regeneration +splash_potion.effect.strength=Splash Potion of Strength +splash_potion.effect.weakness=Splash Potion of Weakness +splash_potion.effect.levitation=Splash Potion of Levitation +splash_potion.effect.luck=Splash Potion of Luck + +lingering_potion.effect.empty=Lingering Uncraftable Potion +lingering_potion.effect.water=Lingering Water Bottle +lingering_potion.effect.mundane=Mundane Lingering Potion +lingering_potion.effect.thick=Thick Lingering Potion +lingering_potion.effect.awkward=Awkward Lingering Potion +lingering_potion.effect.night_vision=Lingering Potion of Night Vision +lingering_potion.effect.invisibility=Lingering Potion of Invisibility +lingering_potion.effect.leaping=Lingering Potion of Leaping +lingering_potion.effect.fire_resistance=Lingering Potion of Fire Resistance +lingering_potion.effect.swiftness=Lingering Potion of Swiftness +lingering_potion.effect.slowness=Lingering Potion of Slowness +lingering_potion.effect.water_breathing=Lingering Potion of Water Breathing +lingering_potion.effect.healing=Lingering Potion of Healing +lingering_potion.effect.harming=Lingering Potion of Harming +lingering_potion.effect.poison=Lingering Potion of Poison +lingering_potion.effect.regeneration=Lingering Potion of Regeneration +lingering_potion.effect.strength=Lingering Potion of Strength +lingering_potion.effect.weakness=Lingering Potion of Weakness +lingering_potion.effect.levitation=Lingering Potion of Levitation +lingering_potion.effect.luck=Lingering Potion of Luck + +potion.potency.0= +potion.potency.1=II +potion.potency.2=III + +enchantment.damage.all=Sharpness +enchantment.damage.undead=Smite +enchantment.damage.arthropods=Bane of Arthropods +enchantment.knockback=Knockback +enchantment.fire=Fire Aspect +enchantment.protect.all=Protection +enchantment.protect.fire=Fire Protection +enchantment.protect.fall=Feather Falling +enchantment.protect.explosion=Blast Protection +enchantment.protect.projectile=Projectile Protection +enchantment.oxygen=Respiration +enchantment.waterWorker=Aqua Affinity +enchantment.waterWalker=Depth Strider +enchantment.frostWalker=Frost Walker +enchantment.digging=Efficiency +enchantment.untouching=Silk Touch +enchantment.durability=Unbreaking +enchantment.lootBonus=Looting +enchantment.lootBonusDigger=Fortune +enchantment.lootBonusFishing=Luck of the Sea +enchantment.fishingSpeed=Lure +enchantment.arrowDamage=Power +enchantment.arrowFire=Flame +enchantment.arrowKnockback=Punch +enchantment.arrowInfinite=Infinity +enchantment.thorns=Thorns +enchantment.mending=Mending + +enchantment.level.1=I +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.level.10=X + +gui.achievements=Achievements +gui.stats=Statistics + +stats.tooltip.type.achievement=Achievement +stats.tooltip.type.statistic=Statistic +stat.generalButton=General +stat.blocksButton=Blocks +stat.itemsButton=Items +stat.mobsButton=Mobs + +stat.used=Times Used +stat.mined=Times Mined +stat.depleted=Times Depleted +stat.crafted=Times Crafted +stat.entityKills=You killed %d %s +stat.entityKilledBy=%s killed you %d time(s) +stat.entityKills.none=You have never killed %s +stat.entityKilledBy.none=You have never been killed by %s + +stat.startGame=Times played +stat.createWorld=Worlds created +stat.loadWorld=Saves loaded +stat.joinMultiplayer=Multiplayer joins +stat.leaveGame=Games quit + +stat.playOneMinute=Minutes Played +stat.timeSinceDeath=Since Last Death +stat.sneakTime=Sneak Time + +stat.walkOneCm=Distance Walked +stat.crouchOneCm=Distance Crouched +stat.sprintOneCm=Distance Sprinted +stat.fallOneCm=Distance Fallen +stat.swimOneCm=Distance Swum +stat.flyOneCm=Distance Flown +stat.climbOneCm=Distance Climbed +stat.diveOneCm=Distance Dove +stat.minecartOneCm=Distance by Minecart +stat.boatOneCm=Distance by Boat +stat.pigOneCm=Distance by Pig +stat.horseOneCm=Distance by Horse +stat.aviateOneCm=Distance by Elytra +stat.jump=Jumps +stat.drop=Items Dropped +stat.dropped=Dropped +stat.pickup=Picked Up + +stat.damageDealt=Damage Dealt +stat.damageTaken=Damage Taken +stat.deaths=Number of Deaths +stat.mobKills=Mob Kills +stat.animalsBred=Animals Bred +stat.playerKills=Player Kills +stat.fishCaught=Fish Caught +stat.treasureFished=Treasure Fished +stat.junkFished=Junk Fished +stat.talkedToVillager=Talked to Villagers +stat.tradedWithVillager=Traded with Villagers + +stat.cakeSlicesEaten=Cake Slices Eaten +stat.cauldronFilled=Cauldrons Filled +stat.cauldronUsed=Water Taken from Cauldron +stat.armorCleaned=Armor Pieces Cleaned +stat.bannerCleaned=Banners Cleaned +stat.brewingstandInteraction=Interactions with Brewing Stand +stat.beaconInteraction=Interactions with Beacon +stat.dropperInspected=Droppers Searched +stat.hopperInspected=Hoppers Searched +stat.dispenserInspected=Dispensers Searched +stat.noteblockPlayed=Noteblocks played +stat.noteblockTuned=Noteblocks tuned +stat.flowerPotted=Plants potted +stat.trappedChestTriggered=Trapped Chests Triggered +stat.enderchestOpened=Ender Chests Opened +stat.itemEnchanted=Items Enchanted +stat.recordPlayed=Records Played +stat.furnaceInteraction=Interactions with Furnace +stat.workbenchInteraction=Interactions with Crafting Table +stat.chestOpened=Chests Opened +stat.sleepInBed=Times Slept in a Bed + +stat.mineBlock=%1$s Mined +stat.craftItem=%1$s Crafted +stat.useItem=%1$s Used +stat.breakItem=%1$s Depleted + +achievement.get=Achievement get! + +achievement.taken=Taken! +achievement.unknown=??? + +achievement.requires=Requires '%1$s' +achievement.openInventory=Taking Inventory +achievement.openInventory.desc=Press '%1$s' to open your inventory. +achievement.mineWood=Getting Wood +achievement.mineWood.desc=Attack a tree until a block of wood pops out +achievement.buildWorkBench=Benchmarking +achievement.buildWorkBench.desc=Craft a workbench with four blocks of planks +achievement.buildPickaxe=Time to Mine! +achievement.buildPickaxe.desc=Use planks and sticks to make a pickaxe +achievement.buildFurnace=Hot Topic +achievement.buildFurnace.desc=Construct a furnace out of eight stone blocks +achievement.acquireIron=Acquire Hardware +achievement.acquireIron.desc=Smelt an iron ingot +achievement.buildHoe=Time to Farm! +achievement.buildHoe.desc=Use planks and sticks to make a hoe +achievement.makeBread=Bake Bread +achievement.makeBread.desc=Turn wheat into bread +achievement.bakeCake=The Lie +achievement.bakeCake.desc=Wheat, sugar, milk and eggs! +achievement.buildBetterPickaxe=Getting an Upgrade +achievement.buildBetterPickaxe.desc=Construct a better pickaxe +achievement.overpowered=Overpowered +achievement.overpowered.desc=Eat a Notch apple +achievement.cookFish=Delicious Fish +achievement.cookFish.desc=Catch and cook fish! +achievement.onARail=On A Rail +achievement.onARail.desc=Travel by minecart at least 1 km from where you started +achievement.buildSword=Time to Strike! +achievement.buildSword.desc=Use planks and sticks to make a sword +achievement.killEnemy=Monster Hunter +achievement.killEnemy.desc=Attack and destroy a monster +achievement.killCow=Cow Tipper +achievement.killCow.desc=Harvest some leather +achievement.breedCow=Repopulation +achievement.breedCow.desc=Breed two cows with wheat +achievement.flyPig=When Pigs Fly +achievement.flyPig.desc=Fly a pig off a cliff +achievement.snipeSkeleton=Sniper Duel +achievement.snipeSkeleton.desc=Kill a skeleton with an arrow from more than 50 meters +achievement.diamonds=DIAMONDS! +achievement.diamonds.desc=Acquire diamonds with your iron tools +achievement.diamondsToYou=Diamonds to you! +achievement.diamondsToYou.desc=Throw diamonds at another player. +achievement.portal=We Need to Go Deeper +achievement.portal.desc=Build a portal to the Nether +achievement.ghast=Return to Sender +achievement.ghast.desc=Destroy a Ghast with a fireball +achievement.blazeRod=Into Fire +achievement.blazeRod.desc=Relieve a Blaze of its rod +achievement.potion=Local Brewery +achievement.potion.desc=Brew a potion +achievement.theEnd=The End? +achievement.theEnd.desc=Locate the End +achievement.theEnd2=The End. +achievement.theEnd2.desc=Defeat the Ender Dragon +achievement.spawnWither=The Beginning? +achievement.spawnWither.desc=Spawn the Wither +achievement.killWither=The Beginning. +achievement.killWither.desc=Kill the Wither +achievement.fullBeacon=Beaconator +achievement.fullBeacon.desc=Create a full beacon +achievement.exploreAllBiomes=Adventuring Time +achievement.exploreAllBiomes.desc=Discover all biomes +achievement.enchantments=Enchanter +achievement.enchantments.desc=Use a book, obsidian and diamonds to construct an enchantment table +achievement.overkill=Overkill +achievement.overkill.desc=Deal nine hearts of damage in a single hit +achievement.bookcase=Librarian +achievement.bookcase.desc=Build some bookshelves to improve your enchantment table + +commands.generic.exception=An unknown error occurred while attempting to perform this command +commands.generic.permission=You do not have permission to use this command +commands.generic.syntax=Invalid command syntax +commands.generic.player.notFound=That player cannot be found +commands.generic.entity.notFound=That entity cannot be found +commands.generic.entity.invalidUuid=The entity UUID provided is in an invalid format +commands.generic.entity.invalidType=Entity type '%s' is invalid +commands.generic.notFound=Unknown command. Try /help for a list of commands +commands.generic.parameter.invalid='%s' is not a valid parameter +commands.generic.num.invalid='%s' is not a valid number +commands.generic.boolean.invalid='%s' is not true or false +commands.generic.num.tooSmall=The number you have entered (%d) is too small, it must be at least %d +commands.generic.num.tooBig=The number you have entered (%d) is too big, it must be at most %d +commands.generic.double.tooSmall=The number you have entered (%.2f) is too small, it must be at least %.2f +commands.generic.double.tooBig=The number you have entered (%.2f) is too big, it must be at most %.2f +commands.generic.usage=Usage: %s + +commands.setidletimeout.usage=/setidletimeout +commands.setidletimeout.success=Successfully set the idle timeout to %d minutes. +commands.xp.failure.widthdrawXp=Cannot give player negative experience points +commands.xp.success=Given %d experience to %s +commands.xp.success.levels=Given %d levels to %s +commands.xp.success.negative.levels=Taken %d levels from %s +commands.xp.usage=/xp [player] OR /xp L [player] +commands.playsound.usage=/playsound [x] [y] [z] [volume] [pitch] [minimumVolume] +commands.playsound.success=Played sound '%s' to %s +commands.playsound.playerTooFar=Player %s is too far away to hear the sound +commands.playsound.unknownSoundSource=Source %s is unknown +commands.give.usage=/give [amount] [data] [dataTag] +commands.give.item.notFound=There is no such item with name %d +commands.give.block.notFound=There is no such block with name %d +commands.give.success=Given %s * %d to %s +commands.give.tagError=Data tag parsing failed: %s +commands.replaceitem.usage=/replaceitem ... +commands.replaceitem.entity.usage=/replaceitem entity [amount] [data] [dataTag] +commands.replaceitem.block.usage=/replaceitem block [amount] [data] [dataTag] +commands.replaceitem.tagError=Data tag parsing failed: %s +commands.replaceitem.noContainer=Block at %d, %d, %d is not a container +commands.replaceitem.failed=Could not replace slot %d with %d * %s +commands.replaceitem.success=Replaced slot %d with %d * %s +commands.stats.usage=/stats ... +commands.stats.entity.usage=/stats entity +commands.stats.entity.set.usage=/stats entity set +commands.stats.entity.clear.usage=/stats entity clear +commands.stats.block.usage=/stats block ... +commands.stats.block.set.usage=/stats block set +commands.stats.block.clear.usage=/stats block clear +commands.stats.noCompatibleBlock=Block at %d, %d, %d can not track stats +commands.stats.failed=Invalid parameters +commands.stats.cleared=Cleared %s stats +commands.stats.success=Storing %s stats in %s on %s +commands.summon.usage=/summon [x] [y] [z] [dataTag] +commands.summon.success=Object successfully summoned +commands.summon.failed=Unable to summon object +commands.summon.tagError=Data tag parsing failed: %s +commands.summon.outOfWorld=Cannot summon the object out of the world +commands.testforblock.usage=/testforblock [dataValue] [dataTag] +commands.testforblock.failed.tile=The block at %d,%d,%d is %s (expected: %s). +commands.testforblock.failed.data=The block at %d,%d,%d had the data value of %s (expected: %s). +commands.testforblock.failed.nbt=The block at %d,%d,%d did not have the required NBT keys. +commands.testforblock.failed.tileEntity=The block at %d,%d,%d is not a tile entity and cannot support tag matching. +commands.testforblock.success=Successfully found the block at %d,%d,%d. +commands.testforblock.outOfWorld=Cannot test for block outside of the world +commands.setblock.usage=/setblock [dataValue] [oldBlockHandling] [dataTag] +commands.setblock.success=Block placed +commands.setblock.failed=Unable to place block +commands.setblock.tagError=Data tag parsing failed: %s +commands.setblock.outOfWorld=Cannot place block outside of the world +commands.setblock.notFound=There is no such block with ID/name %s +commands.setblock.noChange=The block couldn't be placed +commands.fill.usage=/fill [dataValue] [oldBlockHandling] [dataTag] +commands.fill.outOfWorld=Cannot place blocks outside of the world +commands.fill.tagError=Data tag parsing failed: %s +commands.fill.success=%d blocks filled +commands.fill.failed=No blocks filled +commands.fill.tooManyBlocks=Too many blocks in the specified area (%d > %d) +commands.clone.usage=/clone [maskMode] [cloneMode] +commands.clone.outOfWorld=Cannot access blocks outside of the world +commands.clone.noOverlap=Source and destination can not overlap +commands.clone.success=%d blocks cloned +commands.clone.failed=No blocks cloned +commands.clone.tooManyBlocks=Too many blocks in the specified area (%d > %d) +commands.compare.usage=/testforblocks [mode] +commands.compare.outOfWorld=Cannot access blocks outside of the world +commands.compare.failed=Source and destination are not identical +commands.compare.success=%d blocks compared +commands.compare.tooManyBlocks=Too many blocks in the specified area (%d > %d) +commands.blockdata.usage=/blockdata +commands.blockdata.success=Block data updated to: %s +commands.blockdata.tagError=Data tag parsing failed: %s +commands.blockdata.outOfWorld=Cannot change block outside of the world +commands.blockdata.notValid=The target block is not a data holder block +commands.blockdata.failed=The data tag did not change: %s +commands.entitydata.usage=/entitydata +commands.entitydata.success=Entity data updated to: %s +commands.entitydata.tagError=Data tag parsing failed: %s +commands.entitydata.noPlayers=%s is a player and cannot be changed +commands.entitydata.failed=The data tag did not change: %s +commands.effect.usage=/effect [seconds] [amplifier] [hideParticles] OR /effect clear +commands.effect.notFound=There is no such mob effect with ID %d +commands.effect.success=Given %1$s (ID %2$d) * %3$d to %4$s for %5$d seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.success.removed.all=Took all effects from %s +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.effect.failure.notActive.all=Couldn't take any effects from %s as they do not have any +commands.enchant.usage=/enchant [level] +commands.enchant.notFound=There is no such enchantment with ID %d +commands.enchant.noItem=The target doesn't hold an item +commands.enchant.cantEnchant=The selected enchantment can't be added to the target item +commands.enchant.cantCombine=%1$s can't be combined with %2$s +commands.enchant.success=Enchanting succeeded +commands.particle.usage=/particle [count] [mode] [player] [params] +commands.particle.success=Playing effect %s for %d times +commands.particle.notFound=Unknown effect name (%s) +commands.particle.invalidParam=Invalid param given (%s) +commands.clear.usage=/clear [player] [item] [data] [maxCount] [dataTag] +commands.clear.success=Cleared the inventory of %s, removing %d items +commands.clear.testing=%s has %d items that match the criteria +commands.clear.failure=Could not clear the inventory of %s, no items to remove +commands.clear.tagError=Data tag parsing failed: %s +commands.downfall.usage=/toggledownfall +commands.downfall.success=Toggled downfall +commands.time.usage=/time +commands.time.added=Added %d to the time +commands.time.set=Set the time to %d +commands.time.query=Time is %d +commands.players.usage=/list +commands.players.list=There are %d/%d players online: +commands.banlist.ips=There are %d total banned IP addresses: +commands.banlist.players=There are %d total banned players: +commands.banlist.usage=/banlist [ips|players] +commands.kill.usage=/kill [player|entity] +commands.kill.successful=Killed %s +commands.kick.success=Kicked %s from the game +commands.kick.success.reason=Kicked %s from the game: '%s' +commands.kick.usage=/kick [reason ...] +commands.op.success=Opped %s +commands.op.failed=Could not op %s +commands.op.usage=/op +commands.deop.success=De-opped %s +commands.deop.failed=Could not de-op %s +commands.deop.usage=/deop +commands.say.usage=/say +commands.ban.success=Banned player %s +commands.ban.failed=Could not ban player %s +commands.ban.usage=/ban [reason ...] +commands.unban.success=Unbanned player %s +commands.unban.failed=Could not unban player %s +commands.unban.usage=/pardon +commands.banip.invalid=You have entered an invalid IP address or a player that is not online +commands.banip.success=Banned IP address %s +commands.banip.success.players=Banned IP address %s belonging to %s +commands.banip.usage=/ban-ip [reason ...] +commands.unbanip.invalid=You have entered an invalid IP address +commands.unbanip.success=Unbanned IP address %s +commands.unbanip.usage=/pardon-ip
+commands.save.usage=/save-all +commands.save-on.alreadyOn=Saving is already turned on. +commands.save-on.usage=/save-on +commands.save-off.alreadyOff=Saving is already turned off. +commands.save-off.usage=/save-off +commands.save.enabled=Turned on world auto-saving +commands.save.disabled=Turned off world auto-saving +commands.save.start=Saving... +commands.save.success=Saved the world +commands.save.failed=Saving failed: %s +commands.stop.usage=/stop +commands.stop.start=Stopping the server +commands.tp.success=Teleported %s to %s +commands.tp.success.coordinates=Teleported %s to %s, %s, %s +commands.tp.usage=/tp [target player] OR /tp [target player] [ ] +commands.tp.notSameDimension=Unable to teleport because players are not in the same dimension +commands.whitelist.list=There are %d (out of %d seen) whitelisted players: +commands.whitelist.enabled=Turned on the whitelist +commands.whitelist.disabled=Turned off the whitelist +commands.whitelist.reloaded=Reloaded the whitelist +commands.whitelist.add.success=Added %s to the whitelist +commands.whitelist.add.failed=Could not add %s to the whitelist +commands.whitelist.add.usage=/whitelist add +commands.whitelist.remove.success=Removed %s from the whitelist +commands.whitelist.remove.failed=Could not remove %s from the whitelist +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.scoreboard.usage=/scoreboard ... +commands.scoreboard.noMultiWildcard=Only one user wildcard allowed +commands.scoreboard.allMatchesFailed=All matches failed +commands.scoreboard.teamNotFound=No team was found by the name '%s' +commands.scoreboard.objectiveNotFound=No objective was found by the name '%s' +commands.scoreboard.objectiveReadOnly=The objective '%s' is read-only and cannot be set +commands.scoreboard.objectives.usage=/scoreboard objectives ... +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [objective] +commands.scoreboard.objectives.setdisplay.invalidSlot=No such display slot '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Cleared objective display slot '%s' +commands.scoreboard.objectives.setdisplay.successSet=Set the display objective in slot '%s' to '%s' +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [display name ...] +commands.scoreboard.objectives.add.wrongType=Invalid objective criteria type '%s' +commands.scoreboard.objectives.add.alreadyExists=An objective with the name '%s' already exists +commands.scoreboard.objectives.add.tooLong=The name '%s' is too long for an objective, it can be at most %d characters long +commands.scoreboard.objectives.add.displayTooLong=The display name '%s' is too long for an objective, it can be at most %d characters long +commands.scoreboard.objectives.add.success=Added new objective '%s' successfully +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.remove.success=Removed objective '%s' successfully +commands.scoreboard.objectives.list.count=Showing %d objective(s) on scoreboard: +commands.scoreboard.objectives.list.entry=- %s: displays as '%s' and is type '%s' +commands.scoreboard.objectives.list.empty=There are no objectives on the scoreboard +commands.scoreboard.players.usage=/scoreboard players ... +commands.scoreboard.players.name.tooLong=The name '%s' is too long for a player, it can be at most %d characters long +commands.scoreboard.players.set.success=Set score of %s for player %s to %d +commands.scoreboard.players.set.tagMismatch=The dataTag does not match for %s +commands.scoreboard.players.set.tagError=Could not parse dataTag, reason: %s +commands.scoreboard.players.set.usage=/scoreboard players set [dataTag] +commands.scoreboard.players.add.usage=/scoreboard players add [dataTag] +commands.scoreboard.players.remove.usage=/scoreboard players remove [dataTag] +commands.scoreboard.players.reset.usage=/scoreboard players reset [objective] +commands.scoreboard.players.reset.success=Reset scores of player %s +commands.scoreboard.players.resetscore.success=Reset score %s of player %s +commands.scoreboard.players.list.usage=/scoreboard players list [name] +commands.scoreboard.players.list.count=Showing %d tracked players on the scoreboard: +commands.scoreboard.players.list.empty=There are no tracked players on the scoreboard +commands.scoreboard.players.list.player.count=Showing %d tracked objective(s) for %s: +commands.scoreboard.players.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.players.list.player.empty=Player %s has no scores recorded +commands.scoreboard.players.enable.usage=/scoreboard players enable +commands.scoreboard.players.enable.success=Enabled trigger %s for %s +commands.scoreboard.players.enable.noTrigger=Objective %s is not a trigger +commands.scoreboard.players.test.usage=/scoreboard players test +commands.scoreboard.players.test.notFound=No %s score for %s found +commands.scoreboard.players.test.failed=Score %d is NOT in range %d to %d +commands.scoreboard.players.test.success=Score %d is in range %d to %d +commands.scoreboard.players.operation.usage=/scoreboard players operation +commands.scoreboard.players.operation.notFound=No %s score for %s found +commands.scoreboard.players.operation.invalidOperation=Invalid operation %s +commands.scoreboard.players.operation.success=Operation applied successfully +commands.scoreboard.players.tag.usage=/scoreboard players tag [dataTag] +commands.scoreboard.players.tag.tagMismatch=The dataTag does not match for %s +commands.scoreboard.players.tag.tooMany=Can't add more than %d tags to an entity +commands.scoreboard.players.tag.notFound=Entity didn't have the %s tag +commands.scoreboard.players.tag.success.add=Tag %s added +commands.scoreboard.players.tag.success.remove=Tag %s removed +commands.scoreboard.players.tag.list=Tags on entity %s are: +commands.scoreboard.teams.usage=/scoreboard teams ... +commands.scoreboard.teams.add.usage=/scoreboard teams add [display name ...] +commands.scoreboard.teams.add.alreadyExists=A team with the name '%s' already exists +commands.scoreboard.teams.add.tooLong=The name '%s' is too long for a team, it can be at most %d characters long +commands.scoreboard.teams.add.displayTooLong=The display name '%s' is too long for a team, it can be at most %d characters long +commands.scoreboard.teams.add.success=Added new team '%s' successfully +commands.scoreboard.teams.list.usage=/scoreboard teams list [name] +commands.scoreboard.teams.list.count=Showing %d teams on the scoreboard: +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' has %3$d players +commands.scoreboard.teams.list.empty=There are no teams registered on the scoreboard +commands.scoreboard.teams.list.player.count=Showing %d player(s) in team %s: +commands.scoreboard.teams.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.teams.list.player.empty=Team %s has no players +commands.scoreboard.teams.empty.usage=/scoreboard teams empty +commands.scoreboard.teams.empty.alreadyEmpty=Team %s is already empty, cannot remove nonexistant players +commands.scoreboard.teams.empty.success=Removed all %d player(s) from team %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.remove.success=Removed team %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [player] +commands.scoreboard.teams.join.success=Added %d player(s) to team %s: %s +commands.scoreboard.teams.join.failure=Could not add %d player(s) to team %s: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [player] +commands.scoreboard.teams.leave.success=Removed %d player(s) from their teams: %s +commands.scoreboard.teams.leave.failure=Could not remove %d player(s) from their teams: %s +commands.scoreboard.teams.leave.noTeam=You are not in a team +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.option.noValue=Valid values for option %s are: %s +commands.scoreboard.teams.option.success=Set option %s for team %s to %s +commands.execute.usage=/execute OR /execute detect +commands.execute.allInvocationsFailed=All invocations failed: '%s' +commands.execute.failed=Failed to execute '%s' as %s +commands.gamemode.success.self=Set own game mode to %s +commands.gamemode.success.other=Set %s's game mode to %s +commands.gamemode.usage=/gamemode [player] +commands.defaultgamemode.usage=/defaultgamemode +commands.defaultgamemode.success=The world's default game mode is now %s +commands.me.usage=/me +commands.help.header=--- Showing help page %d of %d (/help ) --- +commands.help.footer=Tip: Use the key while typing a command to auto-complete the command or its arguments +commands.help.usage=/help [page|command name] +commands.trigger.usage=/trigger +commands.trigger.invalidObjective=Invalid trigger name %s +commands.trigger.invalidMode=Invalid trigger mode %s +commands.trigger.disabled=Trigger %s is not enabled +commands.trigger.invalidPlayer=Only players can use the /trigger command +commands.trigger.success=Trigger %s changed with %s %s +commands.publish.usage=/publish +commands.publish.started=Local game hosted on port %s +commands.publish.failed=Unable to host local game +commands.debug.start=Started debug profiling +commands.debug.stop=Stopped debug profiling after %.2f seconds (%d ticks) +commands.debug.notStarted=Can't stop profiling when we haven't started yet! +commands.debug.usage=/debug +commands.chunkinfo.usage=/chunkinfo [ ] +commands.chunkinfo.location=Chunk location: (%d, %d, %d) +commands.chunkinfo.noChunk=No chunk found at chunk position %d, %d, %d +commands.chunkinfo.notEmpty=Chunk is not empty. +commands.chunkinfo.empty=Chunk is empty. +commands.chunkinfo.notCompiled=Chunk is not compiled. +commands.chunkinfo.compiled=Chunk is compiled. +commands.chunkinfo.hasNoRenderableLayers=Chunk has no renderable layers. +commands.chunkinfo.hasLayers=Chunk has layers: %s +commands.chunkinfo.isEmpty=Chunk has empty layers: %s +commands.chunkinfo.vertices=%s layer's buffer contains %d vertices +commands.chunkinfo.data=First 64 vertices are: %s +commands.tellraw.usage=/tellraw +commands.tellraw.jsonException=Invalid json: %s +commands.message.usage=/tell +commands.message.sameTarget=You can't send a private message to yourself! +commands.message.display.outgoing=You whisper to %s: %s +commands.message.display.incoming=%s whispers to you: %s +commands.difficulty.usage=/difficulty +commands.difficulty.success=Set game difficulty to %s +commands.spawnpoint.usage=/spawnpoint [player] [ ] +commands.spawnpoint.success=Set %s's spawn point to (%d, %d, %d) +commands.setworldspawn.usage=/setworldspawn [ ] +commands.setworldspawn.success=Set the world spawn point to (%d, %d, %d) +commands.gamerule.usage=/gamerule [value] +commands.gamerule.success=Game rule %s has been updated to %s +commands.gamerule.norule=No game rule called '%s' is available +commands.gamerule.nopermission=Only server owners can change '%s' +commands.weather.usage=/weather [duration in seconds] +commands.weather.clear=Changing to clear weather +commands.weather.rain=Changing to rainy weather +commands.weather.thunder=Changing to rain and thunder +commands.testfor.usage=/testfor [dataTag] +commands.testfor.failure=%s did not match the required data structure +commands.testfor.success=Found %s +commands.testfor.tagError=Data tag parsing failed: %s +commands.seed.usage=/seed +commands.seed.success=Seed: %s +commands.spreadplayers.usage=/spreadplayers +commands.spreadplayers.spreading.teams=Spreading %s teams %s blocks around %s,%s (min %s blocks apart) +commands.spreadplayers.spreading.players=Spreading %s players %s blocks around %s,%s (min %s blocks apart) +commands.spreadplayers.success.teams=Successfully spread %s teams around %s,%s +commands.spreadplayers.success.players=Successfully spread %s players around %s,%s +commands.spreadplayers.info.teams=(Average distance between teams is %s blocks apart after %s iterations) +commands.spreadplayers.info.players=(Average distance between players is %s blocks apart after %s iterations) +commands.spreadplayers.failure.teams=Could not spread %s teams around %s,%s (too many players for space - try using spread of at most %s) +commands.spreadplayers.failure.players=Could not spread %s players around %s,%s (too many players for space - try using spread of at most %s) +commands.achievement.usage=/achievement [player] +commands.achievement.unknownAchievement=Unknown achievement or statistic '%s' +commands.achievement.alreadyHave=Player %s already has achievement %s +commands.achievement.dontHave=Player %s doesn't have achievement %s +commands.achievement.give.success.all=Successfully given all achievements to %s +commands.achievement.give.success.one=Successfully given %s the stat %s +commands.achievement.take.success.all=Successfully taken all achievements from %s +commands.achievement.take.success.one=Successfully taken the stat %s from %s +commands.achievement.statTooLow=Player %s does not have the stat %s +commands.worldborder.usage=/worldborder ... +commands.worldborder.add.usage=/worldborder add [timeInSeconds] +commands.worldborder.set.usage=/worldborder set [timeInSeconds] +commands.worldborder.set.success=Set world border to %s blocks wide (from %s blocks) +commands.worldborder.get.success=World border is currently %s blocks wide +commands.worldborder.setSlowly.shrink.success=Shrinking world border to %s blocks wide (down from %s blocks) over %s seconds +commands.worldborder.setSlowly.grow.success=Growing world border to %s blocks wide (up from %s blocks) over %s seconds +commands.worldborder.center.usage=/worldborder center +commands.worldborder.center.success=Set world border center to %s,%s +commands.worldborder.damage.usage=/worldborder damage +commands.worldborder.damage.buffer.usage=/worldborder damage buffer +commands.worldborder.damage.buffer.success=Set world border damage buffer to %s blocks (from %s blocks) +commands.worldborder.damage.amount.usage=/worldborder damage amount +commands.worldborder.damage.amount.success=Set world border damage amount to %s per block (from %s per block) +commands.worldborder.warning.usage=/worldborder warning +commands.worldborder.warning.time.usage=/worldborder warning time +commands.worldborder.warning.time.success=Set world border warning to %s seconds away (from %s seconds) +commands.worldborder.warning.distance.usage=/worldborder warning distance +commands.worldborder.warning.distance.success=Set world border warning to %s blocks away (from %s blocks) +commands.title.usage=/title ... +commands.title.usage.title=/title title|subtitle +commands.title.usage.clear=/title clear|reset +commands.title.usage.times=/title times +commands.title.success=Title command successfully executed +commands.stopsound.usage=/stopsound [source] [sound] +commands.stopsound.unknownSoundSource=Source %s is unknown +commands.stopsound.success.individualSound=Stopped sound '%s' with source '%s' for %s +commands.stopsound.success.soundSource=Stopped source '%s' for %s +commands.stopsound.success.all=Stopped all sounds for %s + +itemGroup.buildingBlocks=Building Blocks +itemGroup.decorations=Decoration Blocks +itemGroup.redstone=Redstone +itemGroup.transportation=Transportation +itemGroup.misc=Miscellaneous +itemGroup.search=Search Items +itemGroup.food=Foodstuffs +itemGroup.tools=Tools +itemGroup.combat=Combat +itemGroup.brewing=Brewing +itemGroup.materials=Materials +itemGroup.inventory=Survival Inventory + +inventory.binSlot=Destroy Item + +advMode.setCommand=Set Console Command for Block +advMode.setCommand.success=Command set: %s +advMode.command=Console Command +advMode.nearestPlayer=Use "@p" to target nearest player +advMode.randomPlayer=Use "@r" to target random player +advMode.allPlayers=Use "@a" to target all players +advMode.allEntities=Use "@e" to target all entities +advMode.previousOutput=Previous Output +advMode.mode.sequence=Chain +advMode.mode.auto=Repeat +advMode.mode.redstone=Impulse +advMode.mode.conditional=Conditional +advMode.mode.unconditional=Unconditional +advMode.mode.redstoneTriggered=Needs Redstone +advMode.mode.autoexec.bat=Always Active + +advMode.notEnabled=Command blocks are not enabled on this server +advMode.notAllowed=Must be an opped player in creative mode + +mount.onboard=Press %1$s to dismount + +build.tooHigh=Height limit for building is %s blocks + +item.modifiers.mainhand=When in main hand: +item.modifiers.offhand=When in off hand: +item.modifiers.feet=When on feet: +item.modifiers.legs=When on legs: +item.modifiers.chest=When on body: +item.modifiers.head=When on head: + +attribute.modifier.plus.0=+%d %s +attribute.modifier.plus.1=+%d%% %s +attribute.modifier.plus.2=+%d%% %s +attribute.modifier.take.0=-%d %s +attribute.modifier.take.1=-%d%% %s +attribute.modifier.take.2=-%d%% %s +attribute.modifier.equals.0=%d %s +attribute.modifier.equals.1=%d%% %s +attribute.modifier.equals.2=%d%% %s + +attribute.name.horse.jumpStrength=Horse Jump Strength +attribute.name.zombie.spawnReinforcements=Zombie Reinforcements +attribute.name.generic.maxHealth=Max Health +attribute.name.generic.followRange=Mob Follow Range +attribute.name.generic.knockbackResistance=Knockback Resistance +attribute.name.generic.movementSpeed=Speed +attribute.name.generic.attackDamage=Attack Damage +attribute.name.generic.attackSpeed=Attack Speed +attribute.name.generic.luck=Luck +attribute.name.generic.armor=Armor +attribute.name.generic.armorToughness=Armor Toughness + +screenshot.success=Saved screenshot as %s +screenshot.failure=Couldn't save screenshot: %s + +item.banner.black.name=Black Banner +item.banner.red.name=Red Banner +item.banner.green.name=Green Banner +item.banner.brown.name=Brown Banner +item.banner.blue.name=Blue Banner +item.banner.purple.name=Purple Banner +item.banner.cyan.name=Cyan Banner +item.banner.silver.name=Light Gray Banner +item.banner.gray.name=Gray Banner +item.banner.pink.name=Pink Banner +item.banner.lime.name=Lime Banner +item.banner.yellow.name=Yellow Banner +item.banner.lightBlue.name=Light Blue Banner +item.banner.magenta.name=Magenta Banner +item.banner.orange.name=Orange Banner +item.banner.white.name=White Banner + +item.shield.name=Shield +item.shield.black.name=Black Shield +item.shield.red.name=Red Shield +item.shield.green.name=Green Shield +item.shield.brown.name=Brown Shield +item.shield.blue.name=Blue Shield +item.shield.purple.name=Purple Shield +item.shield.cyan.name=Cyan Shield +item.shield.silver.name=Light Gray Shield +item.shield.gray.name=Gray Shield +item.shield.pink.name=Pink Shield +item.shield.lime.name=Lime Shield +item.shield.yellow.name=Yellow Shield +item.shield.lightBlue.name=Light Blue Shield +item.shield.magenta.name=Magenta Shield +item.shield.orange.name=Orange Shield +item.shield.white.name=White Shield + +item.banner.square_bottom_left.black=Black Base Dexter Canton +item.banner.square_bottom_left.red=Red Base Dexter Canton +item.banner.square_bottom_left.green=Green Base Dexter Canton +item.banner.square_bottom_left.brown=Brown Base Dexter Canton +item.banner.square_bottom_left.blue=Blue Base Dexter Canton +item.banner.square_bottom_left.purple=Purple Base Dexter Canton +item.banner.square_bottom_left.cyan=Cyan Base Dexter Canton +item.banner.square_bottom_left.silver=Light Gray Base Dexter Canton +item.banner.square_bottom_left.gray=Gray Base Dexter Canton +item.banner.square_bottom_left.pink=Pink Base Dexter Canton +item.banner.square_bottom_left.lime=Lime Base Dexter Canton +item.banner.square_bottom_left.yellow=Yellow Base Dexter Canton +item.banner.square_bottom_left.lightBlue=Light Blue Base Dexter Canton +item.banner.square_bottom_left.magenta=Magenta Base Dexter Canton +item.banner.square_bottom_left.orange=Orange Base Dexter Canton +item.banner.square_bottom_left.white=White Base Dexter Canton + +item.banner.square_bottom_right.black=Black Base Sinister Canton +item.banner.square_bottom_right.red=Red Base Sinister Canton +item.banner.square_bottom_right.green=Green Base Sinister Canton +item.banner.square_bottom_right.brown=Brown Base Sinister Canton +item.banner.square_bottom_right.blue=Blue Base Sinister Canton +item.banner.square_bottom_right.purple=Purple Base Sinister Canton +item.banner.square_bottom_right.cyan=Cyan Base Sinister Canton +item.banner.square_bottom_right.silver=Light Gray Base Sinister Canton +item.banner.square_bottom_right.gray=Gray Base Sinister Canton +item.banner.square_bottom_right.pink=Pink Base Sinister Canton +item.banner.square_bottom_right.lime=Lime Base Sinister Canton +item.banner.square_bottom_right.yellow=Yellow Base Sinister Canton +item.banner.square_bottom_right.lightBlue=Light Blue Base Sinister Canton +item.banner.square_bottom_right.magenta=Magenta Base Sinister Canton +item.banner.square_bottom_right.orange=Orange Base Sinister Canton +item.banner.square_bottom_right.white=White Base Sinister Canton + +item.banner.square_top_left.black=Black Chief Dexter Canton +item.banner.square_top_left.red=Red Chief Dexter Canton +item.banner.square_top_left.green=Green Chief Dexter Canton +item.banner.square_top_left.brown=Brown Chief Dexter Canton +item.banner.square_top_left.blue=Blue Chief Dexter Canton +item.banner.square_top_left.purple=Purple Chief Dexter Canton +item.banner.square_top_left.cyan=Cyan Chief Dexter Canton +item.banner.square_top_left.silver=Light Gray Chief Dexter Canton +item.banner.square_top_left.gray=Gray Chief Dexter Canton +item.banner.square_top_left.pink=Pink Chief Dexter Canton +item.banner.square_top_left.lime=Lime Chief Dexter Canton +item.banner.square_top_left.yellow=Yellow Chief Dexter Canton +item.banner.square_top_left.lightBlue=Light Blue Chief Dexter Canton +item.banner.square_top_left.magenta=Magenta Chief Dexter Canton +item.banner.square_top_left.orange=Orange Chief Dexter Canton +item.banner.square_top_left.white=White Chief Dexter Canton + +item.banner.square_top_right.black=Black Chief Sinister Canton +item.banner.square_top_right.red=Red Chief Sinister Canton +item.banner.square_top_right.green=Green Chief Sinister Canton +item.banner.square_top_right.brown=Brown Chief Sinister Canton +item.banner.square_top_right.blue=Blue Chief Sinister Canton +item.banner.square_top_right.purple=Purple Chief Sinister Canton +item.banner.square_top_right.cyan=Cyan Chief Sinister Canton +item.banner.square_top_right.silver=Light Gray Chief Sinister Canton +item.banner.square_top_right.gray=Gray Chief Sinister Canton +item.banner.square_top_right.pink=Pink Chief Sinister Canton +item.banner.square_top_right.lime=Lime Chief Sinister Canton +item.banner.square_top_right.yellow=Yellow Chief Sinister Canton +item.banner.square_top_right.lightBlue=Light Blue Chief Sinister Canton +item.banner.square_top_right.magenta=Magenta Chief Sinister Canton +item.banner.square_top_right.orange=Orange Chief Sinister Canton +item.banner.square_top_right.white=White Chief Sinister Canton + +item.banner.stripe_bottom.black=Black Base Fess +item.banner.stripe_bottom.red=Red Base Fess +item.banner.stripe_bottom.green=Green Base Fess +item.banner.stripe_bottom.brown=Brown Base Fess +item.banner.stripe_bottom.blue=Blue Base Fess +item.banner.stripe_bottom.purple=Purple Base Fess +item.banner.stripe_bottom.cyan=Cyan Base Fess +item.banner.stripe_bottom.silver=Light Gray Base Fess +item.banner.stripe_bottom.gray=Gray Base Fess +item.banner.stripe_bottom.pink=Pink Base Fess +item.banner.stripe_bottom.lime=Lime Base Fess +item.banner.stripe_bottom.yellow=Yellow Base Fess +item.banner.stripe_bottom.lightBlue=Light Blue Base Fess +item.banner.stripe_bottom.magenta=Magenta Base Fess +item.banner.stripe_bottom.orange=Orange Base Fess +item.banner.stripe_bottom.white=White Base Fess + +item.banner.stripe_top.black=Black Chief Fess +item.banner.stripe_top.red=Red Chief Fess +item.banner.stripe_top.green=Green Chief Fess +item.banner.stripe_top.brown=Brown Chief Fess +item.banner.stripe_top.blue=Blue Chief Fess +item.banner.stripe_top.purple=Purple Chief Fess +item.banner.stripe_top.cyan=Cyan Chief Fess +item.banner.stripe_top.silver=Light Gray Chief Fess +item.banner.stripe_top.gray=Gray Chief Fess +item.banner.stripe_top.pink=Pink Chief Fess +item.banner.stripe_top.lime=Lime Chief Fess +item.banner.stripe_top.yellow=Yellow Chief Fess +item.banner.stripe_top.lightBlue=Light Blue Chief Fess +item.banner.stripe_top.magenta=Magenta Chief Fess +item.banner.stripe_top.orange=Orange Chief Fess +item.banner.stripe_top.white=White Chief Fess + +item.banner.stripe_left.black=Black Pale Dexter +item.banner.stripe_left.red=Red Pale Dexter +item.banner.stripe_left.green=Green Pale Dexter +item.banner.stripe_left.brown=Brown Pale Dexter +item.banner.stripe_left.blue=Blue Pale Dexter +item.banner.stripe_left.purple=Purple Pale Dexter +item.banner.stripe_left.cyan=Cyan Pale Dexter +item.banner.stripe_left.silver=Light Gray Pale Dexter +item.banner.stripe_left.gray=Gray Pale Dexter +item.banner.stripe_left.pink=Pink Pale Dexter +item.banner.stripe_left.lime=Lime Pale Dexter +item.banner.stripe_left.yellow=Yellow Pale Dexter +item.banner.stripe_left.lightBlue=Light Blue Pale Dexter +item.banner.stripe_left.magenta=Magenta Pale Dexter +item.banner.stripe_left.orange=Orange Pale Dexter +item.banner.stripe_left.white=White Pale Dexter + +item.banner.stripe_right.black=Black Pale Sinister +item.banner.stripe_right.red=Red Pale Sinister +item.banner.stripe_right.green=Green Pale Sinister +item.banner.stripe_right.brown=Brown Pale Sinister +item.banner.stripe_right.blue=Blue Pale Sinister +item.banner.stripe_right.purple=Purple Pale Sinister +item.banner.stripe_right.cyan=Cyan Pale Sinister +item.banner.stripe_right.silver=Light Gray Pale Sinister +item.banner.stripe_right.gray=Gray Pale Sinister +item.banner.stripe_right.pink=Pink Pale Sinister +item.banner.stripe_right.lime=Lime Pale Sinister +item.banner.stripe_right.yellow=Yellow Pale Sinister +item.banner.stripe_right.lightBlue=Light Blue Pale Sinister +item.banner.stripe_right.magenta=Magenta Pale Sinister +item.banner.stripe_right.orange=Orange Pale Sinister +item.banner.stripe_right.white=White Pale Sinister + +item.banner.stripe_center.black=Black Pale +item.banner.stripe_center.red=Red Pale +item.banner.stripe_center.green=Green Pale +item.banner.stripe_center.brown=Brown Pale +item.banner.stripe_center.blue=Blue Pale +item.banner.stripe_center.purple=Purple Pale +item.banner.stripe_center.cyan=Cyan Pale +item.banner.stripe_center.silver=Light Gray Pale +item.banner.stripe_center.gray=Gray Pale +item.banner.stripe_center.pink=Pink Pale +item.banner.stripe_center.lime=Lime Pale +item.banner.stripe_center.yellow=Yellow Pale +item.banner.stripe_center.lightBlue=Light Blue Pale +item.banner.stripe_center.magenta=Magenta Pale +item.banner.stripe_center.orange=Orange Pale +item.banner.stripe_center.white=White Pale + +item.banner.stripe_middle.black=Black Fess +item.banner.stripe_middle.red=Red Fess +item.banner.stripe_middle.green=Green Fess +item.banner.stripe_middle.brown=Brown Fess +item.banner.stripe_middle.blue=Blue Fess +item.banner.stripe_middle.purple=Purple Fess +item.banner.stripe_middle.cyan=Cyan Fess +item.banner.stripe_middle.silver=Light Gray Fess +item.banner.stripe_middle.gray=Gray Fess +item.banner.stripe_middle.pink=Pink Fess +item.banner.stripe_middle.lime=Lime Fess +item.banner.stripe_middle.yellow=Yellow Fess +item.banner.stripe_middle.lightBlue=Light Blue Fess +item.banner.stripe_middle.magenta=Magenta Fess +item.banner.stripe_middle.orange=Orange Fess +item.banner.stripe_middle.white=White Fess + +item.banner.stripe_downright.black=Black Bend +item.banner.stripe_downright.red=Red Bend +item.banner.stripe_downright.green=Green Bend +item.banner.stripe_downright.brown=Brown Bend +item.banner.stripe_downright.blue=Blue Bend +item.banner.stripe_downright.purple=Purple Bend +item.banner.stripe_downright.cyan=Cyan Bend +item.banner.stripe_downright.silver=Light Gray Bend +item.banner.stripe_downright.gray=Gray Bend +item.banner.stripe_downright.pink=Pink Bend +item.banner.stripe_downright.lime=Lime Bend +item.banner.stripe_downright.yellow=Yellow Bend +item.banner.stripe_downright.lightBlue=Light Blue Bend +item.banner.stripe_downright.magenta=Magenta Bend +item.banner.stripe_downright.orange=Orange Bend +item.banner.stripe_downright.white=White Bend + +item.banner.stripe_downleft.black=Black Bend Sinister +item.banner.stripe_downleft.red=Red Bend Sinister +item.banner.stripe_downleft.green=Green Bend Sinister +item.banner.stripe_downleft.brown=Brown Bend Sinister +item.banner.stripe_downleft.blue=Blue Bend Sinister +item.banner.stripe_downleft.purple=Purple Bend Sinister +item.banner.stripe_downleft.cyan=Cyan Bend Sinister +item.banner.stripe_downleft.silver=Light Gray Bend Sinister +item.banner.stripe_downleft.gray=Gray Bend Sinister +item.banner.stripe_downleft.pink=Pink Bend Sinister +item.banner.stripe_downleft.lime=Lime Bend Sinister +item.banner.stripe_downleft.yellow=Yellow Bend Sinister +item.banner.stripe_downleft.lightBlue=Light Blue Bend Sinister +item.banner.stripe_downleft.magenta=Magenta Bend Sinister +item.banner.stripe_downleft.orange=Orange Bend Sinister +item.banner.stripe_downleft.white=White Bend Sinister + +item.banner.small_stripes.black=Black Paly +item.banner.small_stripes.red=Red Paly +item.banner.small_stripes.green=Green Paly +item.banner.small_stripes.brown=Brown Paly +item.banner.small_stripes.blue=Blue Paly +item.banner.small_stripes.purple=Purple Paly +item.banner.small_stripes.cyan=Cyan Paly +item.banner.small_stripes.silver=Light Gray Paly +item.banner.small_stripes.gray=Gray Paly +item.banner.small_stripes.pink=Pink Paly +item.banner.small_stripes.lime=Lime Paly +item.banner.small_stripes.yellow=Yellow Paly +item.banner.small_stripes.lightBlue=Light Blue Paly +item.banner.small_stripes.magenta=Magenta Paly +item.banner.small_stripes.orange=Orange Paly +item.banner.small_stripes.white=White Paly + +item.banner.cross.black=Black Saltire +item.banner.cross.red=Red Saltire +item.banner.cross.green=Green Saltire +item.banner.cross.brown=Brown Saltire +item.banner.cross.blue=Blue Saltire +item.banner.cross.purple=Purple Saltire +item.banner.cross.cyan=Cyan Saltire +item.banner.cross.silver=Light Gray Saltire +item.banner.cross.gray=Gray Saltire +item.banner.cross.pink=Pink Saltire +item.banner.cross.lime=Lime Saltire +item.banner.cross.yellow=Yellow Saltire +item.banner.cross.lightBlue=Light Blue Saltire +item.banner.cross.magenta=Magenta Saltire +item.banner.cross.orange=Orange Saltire +item.banner.cross.white=White Saltire + +item.banner.triangle_bottom.black=Black Chevron +item.banner.triangle_bottom.red=Red Chevron +item.banner.triangle_bottom.green=Green Chevron +item.banner.triangle_bottom.brown=Brown Chevron +item.banner.triangle_bottom.blue=Blue Chevron +item.banner.triangle_bottom.purple=Purple Chevron +item.banner.triangle_bottom.cyan=Cyan Chevron +item.banner.triangle_bottom.silver=Light Gray Chevron +item.banner.triangle_bottom.gray=Gray Chevron +item.banner.triangle_bottom.pink=Pink Chevron +item.banner.triangle_bottom.lime=Lime Chevron +item.banner.triangle_bottom.yellow=Yellow Chevron +item.banner.triangle_bottom.lightBlue=Light Blue Chevron +item.banner.triangle_bottom.magenta=Magenta Chevron +item.banner.triangle_bottom.orange=Orange Chevron +item.banner.triangle_bottom.white=White Chevron + +item.banner.triangle_top.black=Black Inverted Chevron +item.banner.triangle_top.red=Red Inverted Chevron +item.banner.triangle_top.green=Green Inverted Chevron +item.banner.triangle_top.brown=Brown Inverted Chevron +item.banner.triangle_top.blue=Blue Inverted Chevron +item.banner.triangle_top.purple=Purple Inverted Chevron +item.banner.triangle_top.cyan=Cyan Inverted Chevron +item.banner.triangle_top.silver=Light Gray Inverted Chevron +item.banner.triangle_top.gray=Gray Inverted Chevron +item.banner.triangle_top.pink=Pink Inverted Chevron +item.banner.triangle_top.lime=Lime Inverted Chevron +item.banner.triangle_top.yellow=Yellow Inverted Chevron +item.banner.triangle_top.lightBlue=Light Blue Inverted Chevron +item.banner.triangle_top.magenta=Magenta Inverted Chevron +item.banner.triangle_top.orange=Orange Inverted Chevron +item.banner.triangle_top.white=White Inverted Chevron + +item.banner.triangles_bottom.black=Black Base Indented +item.banner.triangles_bottom.red=Red Base Indented +item.banner.triangles_bottom.green=Green Base Indented +item.banner.triangles_bottom.brown=Brown Base Indented +item.banner.triangles_bottom.blue=Blue Base Indented +item.banner.triangles_bottom.purple=Purple Base Indented +item.banner.triangles_bottom.cyan=Cyan Base Indented +item.banner.triangles_bottom.silver=Light Gray Base Indented +item.banner.triangles_bottom.gray=Gray Base Indented +item.banner.triangles_bottom.pink=Pink Base Indented +item.banner.triangles_bottom.lime=Lime Base Indented +item.banner.triangles_bottom.yellow=Yellow Base Indented +item.banner.triangles_bottom.lightBlue=Light Blue Base Indented +item.banner.triangles_bottom.magenta=Magenta Base Indented +item.banner.triangles_bottom.orange=Orange Base Indented +item.banner.triangles_bottom.white=White Base Indented + +item.banner.triangles_top.black=Black Chief Indented +item.banner.triangles_top.red=Red Chief Indented +item.banner.triangles_top.green=Green Chief Indented +item.banner.triangles_top.brown=Brown Chief Indented +item.banner.triangles_top.blue=Blue Chief Indented +item.banner.triangles_top.purple=Purple Chief Indented +item.banner.triangles_top.cyan=Cyan Chief Indented +item.banner.triangles_top.silver=Light Gray Chief Indented +item.banner.triangles_top.gray=Gray Chief Indented +item.banner.triangles_top.pink=Pink Chief Indented +item.banner.triangles_top.lime=Lime Chief Indented +item.banner.triangles_top.yellow=Yellow Chief Indented +item.banner.triangles_top.lightBlue=Light Blue Chief Indented +item.banner.triangles_top.magenta=Magenta Chief Indented +item.banner.triangles_top.orange=Orange Chief Indented +item.banner.triangles_top.white=White Chief Indented + +item.banner.diagonal_left.black=Black Per Bend Sinister +item.banner.diagonal_left.red=Red Per Bend Sinister +item.banner.diagonal_left.green=Green Per Bend Sinister +item.banner.diagonal_left.brown=Brown Per Bend Sinister +item.banner.diagonal_left.blue=Blue Per Bend Sinister +item.banner.diagonal_left.purple=Purple Per Bend Sinister +item.banner.diagonal_left.cyan=Cyan Per Bend Sinister +item.banner.diagonal_left.silver=Light Gray Per Bend Sinister +item.banner.diagonal_left.gray=Gray Per Bend Sinister +item.banner.diagonal_left.pink=Pink Per Bend Sinister +item.banner.diagonal_left.lime=Lime Per Bend Sinister +item.banner.diagonal_left.yellow=Yellow Per Bend Sinister +item.banner.diagonal_left.lightBlue=Light Blue Per Bend Sinister +item.banner.diagonal_left.magenta=Magenta Per Bend Sinister +item.banner.diagonal_left.orange=Orange Per Bend Sinister +item.banner.diagonal_left.white=White Per Bend Sinister + +item.banner.diagonal_right.black=Black Per Bend +item.banner.diagonal_right.red=Red Per Bend +item.banner.diagonal_right.green=Green Per Bend +item.banner.diagonal_right.brown=Brown Per Bend +item.banner.diagonal_right.blue=Blue Per Bend +item.banner.diagonal_right.purple=Purple Per Bend +item.banner.diagonal_right.cyan=Cyan Per Bend +item.banner.diagonal_right.silver=Light Gray Per Bend +item.banner.diagonal_right.gray=Gray Per Bend +item.banner.diagonal_right.pink=Pink Per Bend +item.banner.diagonal_right.lime=Lime Per Bend +item.banner.diagonal_right.yellow=Yellow Per Bend +item.banner.diagonal_right.lightBlue=Light Blue Per Bend +item.banner.diagonal_right.magenta=Magenta Per Bend +item.banner.diagonal_right.orange=Orange Per Bend +item.banner.diagonal_right.white=White Per Bend + +item.banner.diagonal_up_left.black=Black Per Bend Inverted +item.banner.diagonal_up_left.red=Red Per Bend Inverted +item.banner.diagonal_up_left.green=Green Per Bend Inverted +item.banner.diagonal_up_left.brown=Brown Per Bend Inverted +item.banner.diagonal_up_left.blue=Blue Per Bend Inverted +item.banner.diagonal_up_left.purple=Purple Per Bend Inverted +item.banner.diagonal_up_left.cyan=Cyan Per Bend Inverted +item.banner.diagonal_up_left.silver=Light Gray Per Bend Inverted +item.banner.diagonal_up_left.gray=Gray Per Bend Inverted +item.banner.diagonal_up_left.pink=Pink Per Bend Inverted +item.banner.diagonal_up_left.lime=Lime Per Bend Inverted +item.banner.diagonal_up_left.yellow=Yellow Per Bend Inverted +item.banner.diagonal_up_left.lightBlue=Light Blue Per Bend Inverted +item.banner.diagonal_up_left.magenta=Magenta Per Bend Inverted +item.banner.diagonal_up_left.orange=Orange Per Bend Inverted +item.banner.diagonal_up_left.white=White Per Bend Inverted + +item.banner.diagonal_up_right.black=Black Per Bend Sinister Inverted +item.banner.diagonal_up_right.red=Red Per Bend Sinister Inverted +item.banner.diagonal_up_right.green=Green Per Bend Sinister Inverted +item.banner.diagonal_up_right.brown=Brown Per Bend Sinister Inverted +item.banner.diagonal_up_right.blue=Blue Per Bend Sinister Inverted +item.banner.diagonal_up_right.purple=Purple Per Bend Sinister Inverted +item.banner.diagonal_up_right.cyan=Cyan Per Bend Sinister Inverted +item.banner.diagonal_up_right.silver=Light Gray Per Bend Sinister Inverted +item.banner.diagonal_up_right.gray=Gray Per Bend Sinister Inverted +item.banner.diagonal_up_right.pink=Pink Per Bend Sinister Inverted +item.banner.diagonal_up_right.lime=Lime Per Bend Sinister Inverted +item.banner.diagonal_up_right.yellow=Yellow Per Bend Sinister Inverted +item.banner.diagonal_up_right.lightBlue=Light Blue Per Bend Sinister Inverted +item.banner.diagonal_up_right.magenta=Magenta Per Bend Sinister Inverted +item.banner.diagonal_up_right.orange=Orange Per Bend Sinister Inverted +item.banner.diagonal_up_right.white=White Per Bend Sinister Inverted + +item.banner.circle.black=Black Roundel +item.banner.circle.red=Red Roundel +item.banner.circle.green=Green Roundel +item.banner.circle.brown=Brown Roundel +item.banner.circle.blue=Blue Roundel +item.banner.circle.purple=Purple Roundel +item.banner.circle.cyan=Cyan Roundel +item.banner.circle.silver=Light Gray Roundel +item.banner.circle.gray=Gray Roundel +item.banner.circle.pink=Pink Roundel +item.banner.circle.lime=Lime Roundel +item.banner.circle.yellow=Yellow Roundel +item.banner.circle.lightBlue=Light Blue Roundel +item.banner.circle.magenta=Magenta Roundel +item.banner.circle.orange=Orange Roundel +item.banner.circle.white=White Roundel + +item.banner.rhombus.black=Black Lozenge +item.banner.rhombus.red=Red Lozenge +item.banner.rhombus.green=Green Lozenge +item.banner.rhombus.brown=Brown Lozenge +item.banner.rhombus.blue=Blue Lozenge +item.banner.rhombus.purple=Purple Lozenge +item.banner.rhombus.cyan=Cyan Lozenge +item.banner.rhombus.silver=Light Gray Lozenge +item.banner.rhombus.gray=Gray Lozenge +item.banner.rhombus.pink=Pink Lozenge +item.banner.rhombus.lime=Lime Lozenge +item.banner.rhombus.yellow=Yellow Lozenge +item.banner.rhombus.lightBlue=Light Blue Lozenge +item.banner.rhombus.magenta=Magenta Lozenge +item.banner.rhombus.orange=Orange Lozenge +item.banner.rhombus.white=White Lozenge + +item.banner.half_vertical.black=Black Per Pale +item.banner.half_vertical.red=Red Per Pale +item.banner.half_vertical.green=Green Per Pale +item.banner.half_vertical.brown=Brown Per Pale +item.banner.half_vertical.blue=Blue Per Pale +item.banner.half_vertical.purple=Purple Per Pale +item.banner.half_vertical.cyan=Cyan Per Pale +item.banner.half_vertical.silver=Light Gray Per Pale +item.banner.half_vertical.gray=Gray Per Pale +item.banner.half_vertical.pink=Pink Per Pale +item.banner.half_vertical.lime=Lime Per Pale +item.banner.half_vertical.yellow=Yellow Per Pale +item.banner.half_vertical.lightBlue=Light Blue Per Pale +item.banner.half_vertical.magenta=Magenta Per Pale +item.banner.half_vertical.orange=Orange Per Pale +item.banner.half_vertical.white=White Per Pale + +item.banner.half_horizontal.black=Black Per Fess +item.banner.half_horizontal.red=Red Per Fess +item.banner.half_horizontal.green=Green Per Fess +item.banner.half_horizontal.brown=Brown Per Fess +item.banner.half_horizontal.blue=Blue Per Fess +item.banner.half_horizontal.purple=Purple Per Fess +item.banner.half_horizontal.cyan=Cyan Per Fess +item.banner.half_horizontal.silver=Light Gray Per Fess +item.banner.half_horizontal.gray=Gray Per Fess +item.banner.half_horizontal.pink=Pink Per Fess +item.banner.half_horizontal.lime=Lime Per Fess +item.banner.half_horizontal.yellow=Yellow Per Fess +item.banner.half_horizontal.lightBlue=Light Blue Per Fess +item.banner.half_horizontal.magenta=Magenta Per Fess +item.banner.half_horizontal.orange=Orange Per Fess +item.banner.half_horizontal.white=White Per Fess + +item.banner.half_vertical_right.black=Black Per Pale Inverted +item.banner.half_vertical_right.red=Red Per Pale Inverted +item.banner.half_vertical_right.green=Green Per Pale Inverted +item.banner.half_vertical_right.brown=Brown Per Pale Inverted +item.banner.half_vertical_right.blue=Blue Per Pale Inverted +item.banner.half_vertical_right.purple=Purple Per Pale Inverted +item.banner.half_vertical_right.cyan=Cyan Per Pale Inverted +item.banner.half_vertical_right.silver=Light Gray Per Pale Inverted +item.banner.half_vertical_right.gray=Gray Per Pale Inverted +item.banner.half_vertical_right.pink=Pink Per Pale Inverted +item.banner.half_vertical_right.lime=Lime Per Pale Inverted +item.banner.half_vertical_right.yellow=Yellow Per Pale Inverted +item.banner.half_vertical_right.lightBlue=Light Blue Per Pale Inverted +item.banner.half_vertical_right.magenta=Magenta Per Pale Inverted +item.banner.half_vertical_right.orange=Orange Per Pale Inverted +item.banner.half_vertical_right.white=White Per Pale Inverted + +item.banner.half_horizontal_bottom.black=Black Per Fess Inverted +item.banner.half_horizontal_bottom.red=Red Per Fess Inverted +item.banner.half_horizontal_bottom.green=Green Per Fess Inverted +item.banner.half_horizontal_bottom.brown=Brown Per Fess Inverted +item.banner.half_horizontal_bottom.blue=Blue Per Fess Inverted +item.banner.half_horizontal_bottom.purple=Purple Per Fess Inverted +item.banner.half_horizontal_bottom.cyan=Cyan Per Fess Inverted +item.banner.half_horizontal_bottom.silver=Light Gray Per Fess Inverted +item.banner.half_horizontal_bottom.gray=Gray Per Fess Inverted +item.banner.half_horizontal_bottom.pink=Pink Per Fess Inverted +item.banner.half_horizontal_bottom.lime=Lime Per Fess Inverted +item.banner.half_horizontal_bottom.yellow=Yellow Per Fess Inverted +item.banner.half_horizontal_bottom.lightBlue=Light Blue Per Fess Inverted +item.banner.half_horizontal_bottom.magenta=Magenta Per Fess Inverted +item.banner.half_horizontal_bottom.orange=Orange Per Fess Inverted +item.banner.half_horizontal_bottom.white=White Per Fess Inverted + +item.banner.creeper.black=Black Creeper Charge +item.banner.creeper.red=Red Creeper Charge +item.banner.creeper.green=Green Creeper Charge +item.banner.creeper.brown=Brown Creeper Charge +item.banner.creeper.blue=Blue Creeper Charge +item.banner.creeper.purple=Purple Creeper Charge +item.banner.creeper.cyan=Cyan Creeper Charge +item.banner.creeper.silver=Light Gray Creeper Charge +item.banner.creeper.gray=Gray Creeper Charge +item.banner.creeper.pink=Pink Creeper Charge +item.banner.creeper.lime=Lime Creeper Charge +item.banner.creeper.yellow=Yellow Creeper Charge +item.banner.creeper.lightBlue=Light Blue Creeper Charge +item.banner.creeper.magenta=Magenta Creeper Charge +item.banner.creeper.orange=Orange Creeper Charge +item.banner.creeper.white=White Creeper Charge + +item.banner.bricks.black=Black Field Masoned +item.banner.bricks.red=Red Field Masoned +item.banner.bricks.green=Green Field Masoned +item.banner.bricks.brown=Brown Field Masoned +item.banner.bricks.blue=Blue Field Masoned +item.banner.bricks.purple=Purple Field Masoned +item.banner.bricks.cyan=Cyan Field Masoned +item.banner.bricks.silver=Light Gray Field Masoned +item.banner.bricks.gray=Gray Field Masoned +item.banner.bricks.pink=Pink Field Masoned +item.banner.bricks.lime=Lime Field Masoned +item.banner.bricks.yellow=Yellow Field Masoned +item.banner.bricks.lightBlue=Light Blue Field Masoned +item.banner.bricks.magenta=Magenta Field Masoned +item.banner.bricks.orange=Orange Field Masoned +item.banner.bricks.white=White Field Masoned + +item.banner.gradient.black=Black Gradient +item.banner.gradient.red=Red Gradient +item.banner.gradient.green=Green Gradient +item.banner.gradient.brown=Brown Gradient +item.banner.gradient.blue=Blue Gradient +item.banner.gradient.purple=Purple Gradient +item.banner.gradient.cyan=Cyan Gradient +item.banner.gradient.silver=Light Gray Gradient +item.banner.gradient.gray=Gray Gradient +item.banner.gradient.pink=Pink Gradient +item.banner.gradient.lime=Lime Gradient +item.banner.gradient.yellow=Yellow Gradient +item.banner.gradient.lightBlue=Light Blue Gradient +item.banner.gradient.magenta=Magenta Gradient +item.banner.gradient.orange=Orange Gradient +item.banner.gradient.white=White Gradient + +item.banner.gradient_up.black=Black Base Gradient +item.banner.gradient_up.red=Red Base Gradient +item.banner.gradient_up.green=Green Base Gradient +item.banner.gradient_up.brown=Brown Base Gradient +item.banner.gradient_up.blue=Blue Base Gradient +item.banner.gradient_up.purple=Purple Base Gradient +item.banner.gradient_up.cyan=Cyan Base Gradient +item.banner.gradient_up.silver=Light Gray Base Gradient +item.banner.gradient_up.gray=Gray Base Gradient +item.banner.gradient_up.pink=Pink Base Gradient +item.banner.gradient_up.lime=Lime Base Gradient +item.banner.gradient_up.yellow=Yellow Base Gradient +item.banner.gradient_up.lightBlue=Light Blue Base Gradient +item.banner.gradient_up.magenta=Magenta Base Gradient +item.banner.gradient_up.orange=Orange Base Gradient +item.banner.gradient_up.white=White Base Gradient + +item.banner.skull.black=Black Skull Charge +item.banner.skull.red=Red Skull Charge +item.banner.skull.green=Green Skull Charge +item.banner.skull.brown=Brown Skull Charge +item.banner.skull.blue=Blue Skull Charge +item.banner.skull.purple=Purple Skull Charge +item.banner.skull.cyan=Cyan Skull Charge +item.banner.skull.silver=Light Gray Skull Charge +item.banner.skull.gray=Gray Skull Charge +item.banner.skull.pink=Pink Skull Charge +item.banner.skull.lime=Lime Skull Charge +item.banner.skull.yellow=Yellow Skull Charge +item.banner.skull.lightBlue=Light Blue Skull Charge +item.banner.skull.magenta=Magenta Skull Charge +item.banner.skull.orange=Orange Skull Charge +item.banner.skull.white=White Skull Charge + +item.banner.flower.black=Black Flower Charge +item.banner.flower.red=Red Flower Charge +item.banner.flower.green=Green Flower Charge +item.banner.flower.brown=Brown Flower Charge +item.banner.flower.blue=Blue Flower Charge +item.banner.flower.purple=Purple Flower Charge +item.banner.flower.cyan=Cyan Flower Charge +item.banner.flower.silver=Light Gray Flower Charge +item.banner.flower.gray=Gray Flower Charge +item.banner.flower.pink=Pink Flower Charge +item.banner.flower.lime=Lime Flower Charge +item.banner.flower.yellow=Yellow Flower Charge +item.banner.flower.lightBlue=Light Blue Flower Charge +item.banner.flower.magenta=Magenta Flower Charge +item.banner.flower.orange=Orange Flower Charge +item.banner.flower.white=White Flower Charge + +item.banner.border.black=Black Bordure +item.banner.border.red=Red Bordure +item.banner.border.green=Green Bordure +item.banner.border.brown=Brown Bordure +item.banner.border.blue=Blue Bordure +item.banner.border.purple=Purple Bordure +item.banner.border.cyan=Cyan Bordure +item.banner.border.silver=Light Gray Bordure +item.banner.border.gray=Gray Bordure +item.banner.border.pink=Pink Bordure +item.banner.border.lime=Lime Bordure +item.banner.border.yellow=Yellow Bordure +item.banner.border.lightBlue=Light Blue Bordure +item.banner.border.magenta=Magenta Bordure +item.banner.border.orange=Orange Bordure +item.banner.border.white=White Bordure + +item.banner.curly_border.black=Black Bordure Indented +item.banner.curly_border.red=Red Bordure Indented +item.banner.curly_border.green=Green Bordure Indented +item.banner.curly_border.brown=Brown Bordure Indented +item.banner.curly_border.blue=Blue Bordure Indented +item.banner.curly_border.purple=Purple Bordure Indented +item.banner.curly_border.cyan=Cyan Bordure Indented +item.banner.curly_border.silver=Light Gray Bordure Indented +item.banner.curly_border.gray=Gray Bordure Indented +item.banner.curly_border.pink=Pink Bordure Indented +item.banner.curly_border.lime=Lime Bordure Indented +item.banner.curly_border.yellow=Yellow Bordure Indented +item.banner.curly_border.lightBlue=Light Blue Bordure Indented +item.banner.curly_border.magenta=Magenta Bordure Indented +item.banner.curly_border.orange=Orange Bordure Indented +item.banner.curly_border.white=White Bordure Indented + +item.banner.mojang.black=Black Thing +item.banner.mojang.red=Red Thing +item.banner.mojang.green=Green Thing +item.banner.mojang.brown=Brown Thing +item.banner.mojang.blue=Blue Thing +item.banner.mojang.purple=Purple Thing +item.banner.mojang.cyan=Cyan Thing +item.banner.mojang.silver=Light Gray Thing +item.banner.mojang.gray=Gray Thing +item.banner.mojang.pink=Pink Thing +item.banner.mojang.lime=Lime Thing +item.banner.mojang.yellow=Yellow Thing +item.banner.mojang.lightBlue=Light Blue Thing +item.banner.mojang.magenta=Magenta Thing +item.banner.mojang.orange=Orange Thing +item.banner.mojang.white=White Thing + +item.banner.straight_cross.black=Black Cross +item.banner.straight_cross.red=Red Cross +item.banner.straight_cross.green=Green Cross +item.banner.straight_cross.brown=Brown Cross +item.banner.straight_cross.blue=Blue Cross +item.banner.straight_cross.purple=Purple Cross +item.banner.straight_cross.cyan=Cyan Cross +item.banner.straight_cross.silver=Light Gray Cross +item.banner.straight_cross.gray=Gray Cross +item.banner.straight_cross.pink=Pink Cross +item.banner.straight_cross.lime=Lime Cross +item.banner.straight_cross.yellow=Yellow Cross +item.banner.straight_cross.lightBlue=Light Blue Cross +item.banner.straight_cross.magenta=Magenta Cross +item.banner.straight_cross.orange=Orange Cross +item.banner.straight_cross.white=White Cross + +subtitles.ambient.cave=Eerie noise +subtitles.block.anvil.destroy=Anvil destroyed +subtitles.block.anvil.land=Anvil landed +subtitles.block.anvil.use=Anvil used +subtitles.block.brewing_stand.brew=Brewing Stand bubbles +subtitles.block.button.click=Button clicks +subtitles.block.chest.close=Chest closes +subtitles.block.chest.locked=Chest locked +subtitles.block.chest.open=Chest opens +subtitles.block.chorus_flower.death=Chorus Flower withers +subtitles.block.chorus_flower.grow=Chorus Flower grows +subtitles.block.comparator.click=Comparator clicks +subtitles.block.dispenser.dispense=Dispensed item +subtitles.block.dispenser.fail=Dispenser failed +subtitles.block.door.toggle=Door creaks +subtitles.block.fence_gate.toggle=Fence Gate creaks +subtitles.block.fire.ambient=Fire crackles +subtitles.block.fire.extinguish=Fire extinguished +subtitles.block.furnace.fire_crackle=Furnace crackles +subtitles.block.generic.break=Block broken +subtitles.block.generic.footsteps=Footsteps +subtitles.block.generic.hit=Block breaking +subtitles.block.generic.place=Block placed +subtitles.block.iron_trapdoor.close=Trapdoor opens +subtitles.block.iron_trapdoor.open=Trapdoor closes +subtitles.block.lava.ambient=Lava pops +subtitles.block.lava.extinguish=Lava hisses +subtitles.block.lever.click=Lever clicks +subtitles.block.note.note=Noteblock plays +subtitles.block.piston.move=Piston moves +subtitles.block.portal.ambient=Portal whooshes +subtitles.block.pressure_plate.click=Pressure Plate clicks +subtitles.block.redstone_torch.burnout=Torch fizzes +subtitles.block.trapdoor.toggle=Trapdoor creaks +subtitles.block.tripwire.attach=Tripwire attaches +subtitles.block.tripwire.click=Tripwire clicks +subtitles.block.tripwire.detach=Tripwire detaches +subtitles.block.water.ambient=Water flows +subtitles.enchant.thorns.hit=Thorns prick +subtitles.entity.armorstand.fall=Something fell +subtitles.entity.arrow.hit=Arrow hits +subtitles.entity.arrow.hit_player=Player hit +subtitles.entity.arrow.shoot=Arrow fired +subtitles.entity.bat.ambient=Bat screeches +subtitles.entity.bat.death=Bat dies +subtitles.entity.bat.hurt=Bat hurts +subtitles.entity.bat.takeoff=Bat takes off +subtitles.entity.blaze.ambient=Blaze breathes +subtitles.entity.blaze.burn=Blaze crackles +subtitles.entity.blaze.death=Blaze dies +subtitles.entity.blaze.hurt=Blaze hurts +subtitles.entity.blaze.shoot=Blaze shoots +subtitles.entity.bobber.splash=Fishing hook splashes +subtitles.entity.bobber.throw=Bobber thrown +subtitles.entity.cat.ambient=Cat meows +subtitles.entity.cat.death=Cat dies +subtitles.entity.cat.hurt=Cat hurts +subtitles.entity.chicken.ambient=Chicken clucks +subtitles.entity.chicken.death=Chicken dies +subtitles.entity.chicken.egg=Chicken plops +subtitles.entity.chicken.hurt=Chicken hurts +subtitles.entity.cow.ambient=Cow moos +subtitles.entity.cow.death=Cow dies +subtitles.entity.cow.hurt=Cow hurts +subtitles.entity.cow.milk=Cow gets milked +subtitles.entity.creeper.death=Creeper dies +subtitles.entity.creeper.hurt=Creeper hurts +subtitles.entity.creeper.primed=Creeper hisses +subtitles.entity.donkey.ambient=Donkey hee-haws +subtitles.entity.donkey.angry=Donkey neighs +subtitles.entity.donkey.chest=Donkey Chest equips +subtitles.entity.donkey.death=Donkey dies +subtitles.entity.donkey.hurt=Donkey hurts +subtitles.entity.egg.throw=Egg flies +subtitles.entity.enderdragon.ambient=Dragon roars +subtitles.entity.enderdragon.death=Dragon dies +subtitles.entity.enderdragon.flap=Dragon flaps +subtitles.entity.enderdragon.growl=Dragon growls +subtitles.entity.enderdragon.hurt=Dragon hurts +subtitles.entity.enderdragon.shoot=Dragon shoots +subtitles.entity.endereye.launch=Eye of Ender shoots +subtitles.entity.enderman.ambient=Enderman vwoops +subtitles.entity.enderman.death=Enderman dies +subtitles.entity.enderman.hurt=Enderman hurts +subtitles.entity.enderman.stare=Enderman cries out +subtitles.entity.enderman.teleport=Enderman teleports +subtitles.entity.endermite.ambient=Endermite scuttles +subtitles.entity.endermite.death=Endermite dies +subtitles.entity.endermite.hurt=Endermite hurts +subtitles.entity.enderpearl.throw=Ender Pearl flies +subtitles.entity.experience_orb.pickup=Experience gained +subtitles.entity.firework.blast=Firework blasts +subtitles.entity.firework.launch=Firework launches +subtitles.entity.firework.twinkle=Firework twinkles +subtitles.entity.generic.big_fall=Something fell +subtitles.entity.generic.burn=Burning +subtitles.entity.generic.death=Dying +subtitles.entity.generic.drink=Sipping +subtitles.entity.generic.eat=Eating +subtitles.entity.generic.explode=Explosion +subtitles.entity.generic.extinguish_fire=Fire extinguishes +subtitles.entity.generic.hurt=Something hurts +subtitles.entity.generic.small_fall=Something tripped +subtitles.entity.generic.splash=Splashing +subtitles.entity.generic.swim=Swimming +subtitles.entity.ghast.ambient=Ghast cries +subtitles.entity.ghast.death=Ghast dies +subtitles.entity.ghast.hurt=Ghast hurts +subtitles.entity.ghast.shoot=Ghast shoots +subtitles.entity.guardian.ambient.land=Guardian flaps +subtitles.entity.guardian.ambient=Guardian moans +subtitles.entity.guardian.attack=Guardian shoots +subtitles.entity.guardian.curse=Guardian curses +subtitles.entity.guardian.death=Guardian dies +subtitles.entity.guardian.flop=Guardian flops +subtitles.entity.guardian.hurt=Guardian hurts +subtitles.entity.horse.ambient=Horse neighs +subtitles.entity.horse.angry=Horse neighs +subtitles.entity.horse.armor=Horse armor equips +subtitles.entity.horse.breathe=Horse breathes +subtitles.entity.horse.death=Horse dies +subtitles.entity.horse.eat=Horse eats +subtitles.entity.horse.gallop=Horse gallops +subtitles.entity.horse.hurt=Horse hurts +subtitles.entity.horse.jump=Horse jumps +subtitles.entity.horse.saddle=Saddle equips +subtitles.entity.iron_golem.attack=Iron Golem attacks +subtitles.entity.iron_golem.death=Iron Golem dies +subtitles.entity.iron_golem.hurt=Iron Golem hurts +subtitles.entity.item.break=Item breaks +subtitles.entity.item.pickup=Item plops +subtitles.entity.itemframe.add_item=Item Frame fills +subtitles.entity.itemframe.break=Item Frame breaks +subtitles.entity.itemframe.place=Item Frame placed +subtitles.entity.itemframe.remove_item=Item Frame empties +subtitles.entity.itemframe.rotate_item=Item Frame clicks +subtitles.entity.leashknot.break=Leash knot breaks +subtitles.entity.leashknot.place=Leash knot tied +subtitles.entity.lightning.impact=Lighting strikes +subtitles.entity.lightning.thunder=Thunder roars +subtitles.entity.magmacube.death=Magma Cube dies +subtitles.entity.magmacube.hurt=Magma Cube hurts +subtitles.entity.magmacube.squish=Magma Cube squishes +subtitles.entity.minecart.riding=Minecart rolls +subtitles.entity.mule.ambient=Mule hee-haws +subtitles.entity.mule.death=Mule dies +subtitles.entity.mule.hurt=Mule hurts +subtitles.entity.painting.break=Painting breaks +subtitles.entity.painting.place=Painting placed +subtitles.entity.pig.ambient=Pig oinks +subtitles.entity.pig.death=Pig dies +subtitles.entity.pig.hurt=Pig hurts +subtitles.entity.pig.saddle=Saddle equips +subtitles.entity.player.burp=Burp +subtitles.entity.player.death=Player dies +subtitles.entity.player.hurt=Player hurts +subtitles.entity.player.levelup=Player dings +subtitles.entity.potion.splash=Bottle smashes +subtitles.entity.potion.throw=Bottle thrown +subtitles.entity.rabbit.ambient=Rabbit squeaks +subtitles.entity.rabbit.attack=Rabbit attacks +subtitles.entity.rabbit.death=Rabbit dies +subtitles.entity.rabbit.hurt=Rabbit hurts +subtitles.entity.rabbit.jump=Rabbit hops +subtitles.entity.sheep.ambient=Sheep baahs +subtitles.entity.sheep.death=Sheep dies +subtitles.entity.sheep.hurt=Sheep hurts +subtitles.entity.shulker.ambient=Shulker lurks +subtitles.entity.shulker.close=Shulker closes +subtitles.entity.shulker.death=Shulker dies +subtitles.entity.shulker.hurt=Shulker hurts +subtitles.entity.shulker.open=Shulker opens +subtitles.entity.shulker.shoot=Shulker shoots +subtitles.entity.shulker.teleport=Shulker teleports +subtitles.entity.shulker_bullet.hit=Shulker bullet explodes +subtitles.entity.shulker_bullet.hurt=Shulker bullet breaks +subtitles.entity.silverfish.ambient=Silverfish hisses +subtitles.entity.silverfish.death=Silverfish dies +subtitles.entity.silverfish.hurt=Silverfish hurts +subtitles.entity.skeleton.ambient=Skeleton rattles +subtitles.entity.skeleton.death=Skeleton dies +subtitles.entity.skeleton.hurt=Skeleton hurts +subtitles.entity.skeleton.shoot=Skeleton shoots +subtitles.entity.skeleton_horse.ambient=Skeleton Horse cries +subtitles.entity.skeleton_horse.death=Skeleton Horse dies +subtitles.entity.skeleton_horse.hurt=Skeleton Horse hurts +subtitles.entity.slime.attack=Slime attacks +subtitles.entity.slime.death=Slime dies +subtitles.entity.slime.hurt=Slime hurts +subtitles.entity.slime.squish=Slime squishes +subtitles.entity.snowball.throw=Snowball flies +subtitles.entity.snowman.death=Snow Golem dies +subtitles.entity.snowman.hurt=Snow Golem hurts +subtitles.entity.spider.ambient=Spider hisses +subtitles.entity.spider.death=Spider dies +subtitles.entity.spider.hurt=Spider hurts +subtitles.entity.squid.ambient=Squid swims +subtitles.entity.squid.death=Squid dies +subtitles.entity.squid.hurt=Squid hurts +subtitles.entity.tnt.primed=TNT fizzes +subtitles.entity.villager.ambient=Villager mumbles +subtitles.entity.villager.death=Villager dies +subtitles.entity.villager.hurt=Villager hurts +subtitles.entity.villager.no=Villager disagrees +subtitles.entity.villager.trading=Villager trades +subtitles.entity.villager.yes=Villager agrees +subtitles.entity.witch.ambient=Witch giggles +subtitles.entity.witch.death=Witch dies +subtitles.entity.witch.drink=Witch drinks +subtitles.entity.witch.hurt=Witch hurts +subtitles.entity.witch.throw=Witch throws +subtitles.entity.wither.ambient=Wither angers +subtitles.entity.wither.death=Wither dies +subtitles.entity.wither.hurt=Wither hurts +subtitles.entity.wither.shoot=Wither attacks +subtitles.entity.wither.spawn=Wither released +subtitles.entity.wolf.ambient=Wolf pants +subtitles.entity.wolf.death=Wolf dies +subtitles.entity.wolf.growl=Wolf growls +subtitles.entity.wolf.hurt=Wolf hurts +subtitles.entity.wolf.shake=Wolf shakes +subtitles.entity.zombie.ambient=Zombie groans +subtitles.entity.zombie.death=Zombie dies +subtitles.entity.zombie.hurt=Zombie hurts +subtitles.entity.zombie.infect=Zombie infects +subtitles.entity.zombie_horse.ambient=Zombie Horse cries +subtitles.entity.zombie_horse.death=Zombie Horse dies +subtitles.entity.zombie_horse.hurt=Zombie Horse hurts +subtitles.entity.zombie_pigman.ambient=Zombie Pigman grunts +subtitles.entity.zombie_pigman.angry=Zombie Pigman angers +subtitles.entity.zombie_pigman.death=Zombie Pigman dies +subtitles.entity.zombie_pigman.hurt=Zombie Pigman hurts +subtitles.entity.zombie_villager.converted=Zombie vociferates +subtitles.entity.zombie_villager.cure=Zombie snuffles +subtitles.item.armor.equip=Gear equipped +subtitles.item.armor.equip_chain=Chain armor jingles +subtitles.item.armor.equip_diamond=Diamond armor clangs +subtitles.item.armor.equip_gold=Gold armor clinks +subtitles.item.armor.equip_iron=Iron armor clanks +subtitles.item.armor.equip_leather=Leather armor rustles +subtitles.item.bottle.fill=Bottle fills +subtitles.item.bucket.empty=Bucket empties +subtitles.item.bucket.fill=Bucket fills +subtitles.item.chorus_fruit.teleport=Player teleports +subtitles.item.firecharge.use=Fireball whooshes +subtitles.item.flintandsteel.use=Flint and Steel click +subtitles.item.hoe.till=Hoe tills +subtitles.item.shear=Shears click +subtitles.item.shield.block=Shield blocks +subtitles.item.shovel.flatten=Shovel flattens +subtitles.weather.rain=Rain falls diff --git a/1.9.4/assets/minecraft/loot_tables/chests/abandoned_mineshaft.json b/1.9.4/assets/minecraft/loot_tables/chests/abandoned_mineshaft.json new file mode 100644 index 00000000..d3b0e2e2 --- /dev/null +++ b/1.9.4/assets/minecraft/loot_tables/chests/abandoned_mineshaft.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.9.4/assets/minecraft/loot_tables/chests/desert_pyramid.json b/1.9.4/assets/minecraft/loot_tables/chests/desert_pyramid.json new file mode 100644 index 00000000..235911f8 --- /dev/null +++ b/1.9.4/assets/minecraft/loot_tables/chests/desert_pyramid.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.9.4/assets/minecraft/loot_tables/chests/end_city_treasure.json b/1.9.4/assets/minecraft/loot_tables/chests/end_city_treasure.json new file mode 100644 index 00000000..925dcb30 --- /dev/null +++ b/1.9.4/assets/minecraft/loot_tables/chests/end_city_treasure.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.9.4/assets/minecraft/loot_tables/chests/igloo_chest.json b/1.9.4/assets/minecraft/loot_tables/chests/igloo_chest.json new file mode 100644 index 00000000..5121be61 --- /dev/null +++ b/1.9.4/assets/minecraft/loot_tables/chests/igloo_chest.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.9.4/assets/minecraft/loot_tables/chests/jungle_temple.json b/1.9.4/assets/minecraft/loot_tables/chests/jungle_temple.json new file mode 100644 index 00000000..d308cff0 --- /dev/null +++ b/1.9.4/assets/minecraft/loot_tables/chests/jungle_temple.json @@ -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 + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.9.4/assets/minecraft/loot_tables/chests/jungle_temple_dispenser.json b/1.9.4/assets/minecraft/loot_tables/chests/jungle_temple_dispenser.json new file mode 100644 index 00000000..38c0e625 --- /dev/null +++ b/1.9.4/assets/minecraft/loot_tables/chests/jungle_temple_dispenser.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.9.4/assets/minecraft/loot_tables/chests/nether_bridge.json b/1.9.4/assets/minecraft/loot_tables/chests/nether_bridge.json new file mode 100644 index 00000000..5def0231 --- /dev/null +++ b/1.9.4/assets/minecraft/loot_tables/chests/nether_bridge.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.9.4/assets/minecraft/loot_tables/chests/simple_dungeon.json b/1.9.4/assets/minecraft/loot_tables/chests/simple_dungeon.json new file mode 100644 index 00000000..087e170c --- /dev/null +++ b/1.9.4/assets/minecraft/loot_tables/chests/simple_dungeon.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.9.4/assets/minecraft/loot_tables/chests/spawn_bonus_chest.json b/1.9.4/assets/minecraft/loot_tables/chests/spawn_bonus_chest.json new file mode 100644 index 00000000..455107cb --- /dev/null +++ b/1.9.4/assets/minecraft/loot_tables/chests/spawn_bonus_chest.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.9.4/assets/minecraft/loot_tables/chests/stronghold_corridor.json b/1.9.4/assets/minecraft/loot_tables/chests/stronghold_corridor.json new file mode 100644 index 00000000..75a3f233 --- /dev/null +++ b/1.9.4/assets/minecraft/loot_tables/chests/stronghold_corridor.json @@ -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 + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.9.4/assets/minecraft/loot_tables/chests/stronghold_crossing.json b/1.9.4/assets/minecraft/loot_tables/chests/stronghold_crossing.json new file mode 100644 index 00000000..3ae1fafa --- /dev/null +++ b/1.9.4/assets/minecraft/loot_tables/chests/stronghold_crossing.json @@ -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 + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.9.4/assets/minecraft/loot_tables/chests/stronghold_library.json b/1.9.4/assets/minecraft/loot_tables/chests/stronghold_library.json new file mode 100644 index 00000000..1805bb64 --- /dev/null +++ b/1.9.4/assets/minecraft/loot_tables/chests/stronghold_library.json @@ -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 + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.9.4/assets/minecraft/loot_tables/chests/village_blacksmith.json b/1.9.4/assets/minecraft/loot_tables/chests/village_blacksmith.json new file mode 100644 index 00000000..90cf32f0 --- /dev/null +++ b/1.9.4/assets/minecraft/loot_tables/chests/village_blacksmith.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.9.4/assets/minecraft/loot_tables/empty.json b/1.9.4/assets/minecraft/loot_tables/empty.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/1.9.4/assets/minecraft/loot_tables/empty.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/1.9.4/assets/minecraft/loot_tables/entities/bat.json b/1.9.4/assets/minecraft/loot_tables/entities/bat.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/1.9.4/assets/minecraft/loot_tables/entities/bat.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/1.9.4/assets/minecraft/loot_tables/entities/blaze.json b/1.9.4/assets/minecraft/loot_tables/entities/blaze.json new file mode 100644 index 00000000..78be7979 --- /dev/null +++ b/1.9.4/assets/minecraft/loot_tables/entities/blaze.json @@ -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" + } + ] + } + ] +} \ No newline at end of file diff --git a/1.9.4/assets/minecraft/loot_tables/entities/cave_spider.json b/1.9.4/assets/minecraft/loot_tables/entities/cave_spider.json new file mode 100644 index 00000000..d0f7a8fa --- /dev/null +++ b/1.9.4/assets/minecraft/loot_tables/entities/cave_spider.json @@ -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" + } + ] + } + ] +} \ No newline at end of file diff --git a/1.9.4/assets/minecraft/loot_tables/entities/chicken.json b/1.9.4/assets/minecraft/loot_tables/entities/chicken.json new file mode 100644 index 00000000..f771d3bb --- /dev/null +++ b/1.9.4/assets/minecraft/loot_tables/entities/chicken.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.9.4/assets/minecraft/loot_tables/entities/cow.json b/1.9.4/assets/minecraft/loot_tables/entities/cow.json new file mode 100644 index 00000000..14839a69 --- /dev/null +++ b/1.9.4/assets/minecraft/loot_tables/entities/cow.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.9.4/assets/minecraft/loot_tables/entities/creeper.json b/1.9.4/assets/minecraft/loot_tables/entities/creeper.json new file mode 100644 index 00000000..ba3bac45 --- /dev/null +++ b/1.9.4/assets/minecraft/loot_tables/entities/creeper.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.9.4/assets/minecraft/loot_tables/entities/elder_guardian.json b/1.9.4/assets/minecraft/loot_tables/entities/elder_guardian.json new file mode 100644 index 00000000..004e8453 --- /dev/null +++ b/1.9.4/assets/minecraft/loot_tables/entities/elder_guardian.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.9.4/assets/minecraft/loot_tables/entities/enderman.json b/1.9.4/assets/minecraft/loot_tables/entities/enderman.json new file mode 100644 index 00000000..67bc0469 --- /dev/null +++ b/1.9.4/assets/minecraft/loot_tables/entities/enderman.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.9.4/assets/minecraft/loot_tables/entities/endermite.json b/1.9.4/assets/minecraft/loot_tables/entities/endermite.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/1.9.4/assets/minecraft/loot_tables/entities/endermite.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/1.9.4/assets/minecraft/loot_tables/entities/ghast.json b/1.9.4/assets/minecraft/loot_tables/entities/ghast.json new file mode 100644 index 00000000..ebf4b0ea --- /dev/null +++ b/1.9.4/assets/minecraft/loot_tables/entities/ghast.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.9.4/assets/minecraft/loot_tables/entities/giant.json b/1.9.4/assets/minecraft/loot_tables/entities/giant.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/1.9.4/assets/minecraft/loot_tables/entities/giant.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/1.9.4/assets/minecraft/loot_tables/entities/guardian.json b/1.9.4/assets/minecraft/loot_tables/entities/guardian.json new file mode 100644 index 00000000..2a7ff63f --- /dev/null +++ b/1.9.4/assets/minecraft/loot_tables/entities/guardian.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.9.4/assets/minecraft/loot_tables/entities/horse.json b/1.9.4/assets/minecraft/loot_tables/entities/horse.json new file mode 100644 index 00000000..2c87ecc2 --- /dev/null +++ b/1.9.4/assets/minecraft/loot_tables/entities/horse.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.9.4/assets/minecraft/loot_tables/entities/iron_golem.json b/1.9.4/assets/minecraft/loot_tables/entities/iron_golem.json new file mode 100644 index 00000000..d79d75b7 --- /dev/null +++ b/1.9.4/assets/minecraft/loot_tables/entities/iron_golem.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.9.4/assets/minecraft/loot_tables/entities/magma_cube.json b/1.9.4/assets/minecraft/loot_tables/entities/magma_cube.json new file mode 100644 index 00000000..b2035db8 --- /dev/null +++ b/1.9.4/assets/minecraft/loot_tables/entities/magma_cube.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.9.4/assets/minecraft/loot_tables/entities/mushroom_cow.json b/1.9.4/assets/minecraft/loot_tables/entities/mushroom_cow.json new file mode 100644 index 00000000..14839a69 --- /dev/null +++ b/1.9.4/assets/minecraft/loot_tables/entities/mushroom_cow.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.9.4/assets/minecraft/loot_tables/entities/ocelot.json b/1.9.4/assets/minecraft/loot_tables/entities/ocelot.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/1.9.4/assets/minecraft/loot_tables/entities/ocelot.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/1.9.4/assets/minecraft/loot_tables/entities/pig.json b/1.9.4/assets/minecraft/loot_tables/entities/pig.json new file mode 100644 index 00000000..72479113 --- /dev/null +++ b/1.9.4/assets/minecraft/loot_tables/entities/pig.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.9.4/assets/minecraft/loot_tables/entities/rabbit.json b/1.9.4/assets/minecraft/loot_tables/entities/rabbit.json new file mode 100644 index 00000000..dadf77d6 --- /dev/null +++ b/1.9.4/assets/minecraft/loot_tables/entities/rabbit.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.9.4/assets/minecraft/loot_tables/entities/sheep.json b/1.9.4/assets/minecraft/loot_tables/entities/sheep.json new file mode 100644 index 00000000..a567656a --- /dev/null +++ b/1.9.4/assets/minecraft/loot_tables/entities/sheep.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.9.4/assets/minecraft/loot_tables/entities/sheep/black.json b/1.9.4/assets/minecraft/loot_tables/entities/sheep/black.json new file mode 100644 index 00000000..71c38e94 --- /dev/null +++ b/1.9.4/assets/minecraft/loot_tables/entities/sheep/black.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.9.4/assets/minecraft/loot_tables/entities/sheep/blue.json b/1.9.4/assets/minecraft/loot_tables/entities/sheep/blue.json new file mode 100644 index 00000000..b1d4ba5d --- /dev/null +++ b/1.9.4/assets/minecraft/loot_tables/entities/sheep/blue.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.9.4/assets/minecraft/loot_tables/entities/sheep/brown.json b/1.9.4/assets/minecraft/loot_tables/entities/sheep/brown.json new file mode 100644 index 00000000..a74e0ec5 --- /dev/null +++ b/1.9.4/assets/minecraft/loot_tables/entities/sheep/brown.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.9.4/assets/minecraft/loot_tables/entities/sheep/cyan.json b/1.9.4/assets/minecraft/loot_tables/entities/sheep/cyan.json new file mode 100644 index 00000000..b9e1cff8 --- /dev/null +++ b/1.9.4/assets/minecraft/loot_tables/entities/sheep/cyan.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.9.4/assets/minecraft/loot_tables/entities/sheep/gray.json b/1.9.4/assets/minecraft/loot_tables/entities/sheep/gray.json new file mode 100644 index 00000000..dcc0559c --- /dev/null +++ b/1.9.4/assets/minecraft/loot_tables/entities/sheep/gray.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.9.4/assets/minecraft/loot_tables/entities/sheep/green.json b/1.9.4/assets/minecraft/loot_tables/entities/sheep/green.json new file mode 100644 index 00000000..6761903a --- /dev/null +++ b/1.9.4/assets/minecraft/loot_tables/entities/sheep/green.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.9.4/assets/minecraft/loot_tables/entities/sheep/light_blue.json b/1.9.4/assets/minecraft/loot_tables/entities/sheep/light_blue.json new file mode 100644 index 00000000..8663d870 --- /dev/null +++ b/1.9.4/assets/minecraft/loot_tables/entities/sheep/light_blue.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.9.4/assets/minecraft/loot_tables/entities/sheep/lime.json b/1.9.4/assets/minecraft/loot_tables/entities/sheep/lime.json new file mode 100644 index 00000000..c92be36f --- /dev/null +++ b/1.9.4/assets/minecraft/loot_tables/entities/sheep/lime.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.9.4/assets/minecraft/loot_tables/entities/sheep/magenta.json b/1.9.4/assets/minecraft/loot_tables/entities/sheep/magenta.json new file mode 100644 index 00000000..f6875213 --- /dev/null +++ b/1.9.4/assets/minecraft/loot_tables/entities/sheep/magenta.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.9.4/assets/minecraft/loot_tables/entities/sheep/orange.json b/1.9.4/assets/minecraft/loot_tables/entities/sheep/orange.json new file mode 100644 index 00000000..e3a8de9b --- /dev/null +++ b/1.9.4/assets/minecraft/loot_tables/entities/sheep/orange.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.9.4/assets/minecraft/loot_tables/entities/sheep/pink.json b/1.9.4/assets/minecraft/loot_tables/entities/sheep/pink.json new file mode 100644 index 00000000..93aea367 --- /dev/null +++ b/1.9.4/assets/minecraft/loot_tables/entities/sheep/pink.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.9.4/assets/minecraft/loot_tables/entities/sheep/purple.json b/1.9.4/assets/minecraft/loot_tables/entities/sheep/purple.json new file mode 100644 index 00000000..ac85e9b7 --- /dev/null +++ b/1.9.4/assets/minecraft/loot_tables/entities/sheep/purple.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.9.4/assets/minecraft/loot_tables/entities/sheep/red.json b/1.9.4/assets/minecraft/loot_tables/entities/sheep/red.json new file mode 100644 index 00000000..df6239d6 --- /dev/null +++ b/1.9.4/assets/minecraft/loot_tables/entities/sheep/red.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.9.4/assets/minecraft/loot_tables/entities/sheep/silver.json b/1.9.4/assets/minecraft/loot_tables/entities/sheep/silver.json new file mode 100644 index 00000000..26b14c1b --- /dev/null +++ b/1.9.4/assets/minecraft/loot_tables/entities/sheep/silver.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.9.4/assets/minecraft/loot_tables/entities/sheep/white.json b/1.9.4/assets/minecraft/loot_tables/entities/sheep/white.json new file mode 100644 index 00000000..12856c32 --- /dev/null +++ b/1.9.4/assets/minecraft/loot_tables/entities/sheep/white.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.9.4/assets/minecraft/loot_tables/entities/sheep/yellow.json b/1.9.4/assets/minecraft/loot_tables/entities/sheep/yellow.json new file mode 100644 index 00000000..4a775ad6 --- /dev/null +++ b/1.9.4/assets/minecraft/loot_tables/entities/sheep/yellow.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.9.4/assets/minecraft/loot_tables/entities/shulker.json b/1.9.4/assets/minecraft/loot_tables/entities/shulker.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/1.9.4/assets/minecraft/loot_tables/entities/shulker.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/1.9.4/assets/minecraft/loot_tables/entities/silverfish.json b/1.9.4/assets/minecraft/loot_tables/entities/silverfish.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/1.9.4/assets/minecraft/loot_tables/entities/silverfish.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/1.9.4/assets/minecraft/loot_tables/entities/skeleton.json b/1.9.4/assets/minecraft/loot_tables/entities/skeleton.json new file mode 100644 index 00000000..630df5b1 --- /dev/null +++ b/1.9.4/assets/minecraft/loot_tables/entities/skeleton.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.9.4/assets/minecraft/loot_tables/entities/skeleton_horse.json b/1.9.4/assets/minecraft/loot_tables/entities/skeleton_horse.json new file mode 100644 index 00000000..95046590 --- /dev/null +++ b/1.9.4/assets/minecraft/loot_tables/entities/skeleton_horse.json @@ -0,0 +1,13 @@ +{ + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "item", + "name": "minecraft:bone" + } + ] + } + ] +} \ No newline at end of file diff --git a/1.9.4/assets/minecraft/loot_tables/entities/slime.json b/1.9.4/assets/minecraft/loot_tables/entities/slime.json new file mode 100644 index 00000000..0e2ebe87 --- /dev/null +++ b/1.9.4/assets/minecraft/loot_tables/entities/slime.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.9.4/assets/minecraft/loot_tables/entities/snowman.json b/1.9.4/assets/minecraft/loot_tables/entities/snowman.json new file mode 100644 index 00000000..270433e4 --- /dev/null +++ b/1.9.4/assets/minecraft/loot_tables/entities/snowman.json @@ -0,0 +1,23 @@ +{ + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "item", + "name": "minecraft:snowball", + "weight": 1, + "functions": [ + { + "function": "set_count", + "count": { + "min": 0, + "max": 15 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.9.4/assets/minecraft/loot_tables/entities/spider.json b/1.9.4/assets/minecraft/loot_tables/entities/spider.json new file mode 100644 index 00000000..d0f7a8fa --- /dev/null +++ b/1.9.4/assets/minecraft/loot_tables/entities/spider.json @@ -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" + } + ] + } + ] +} \ No newline at end of file diff --git a/1.9.4/assets/minecraft/loot_tables/entities/squid.json b/1.9.4/assets/minecraft/loot_tables/entities/squid.json new file mode 100644 index 00000000..4d7926fd --- /dev/null +++ b/1.9.4/assets/minecraft/loot_tables/entities/squid.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.9.4/assets/minecraft/loot_tables/entities/witch.json b/1.9.4/assets/minecraft/loot_tables/entities/witch.json new file mode 100644 index 00000000..d7d47bb8 --- /dev/null +++ b/1.9.4/assets/minecraft/loot_tables/entities/witch.json @@ -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 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.9.4/assets/minecraft/loot_tables/entities/wither_skeleton.json b/1.9.4/assets/minecraft/loot_tables/entities/wither_skeleton.json new file mode 100644 index 00000000..04d18fb0 --- /dev/null +++ b/1.9.4/assets/minecraft/loot_tables/entities/wither_skeleton.json @@ -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 + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.9.4/assets/minecraft/loot_tables/entities/wolf.json b/1.9.4/assets/minecraft/loot_tables/entities/wolf.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/1.9.4/assets/minecraft/loot_tables/entities/wolf.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/1.9.4/assets/minecraft/loot_tables/entities/zombie.json b/1.9.4/assets/minecraft/loot_tables/entities/zombie.json new file mode 100644 index 00000000..593a80ca --- /dev/null +++ b/1.9.4/assets/minecraft/loot_tables/entities/zombie.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.9.4/assets/minecraft/loot_tables/entities/zombie_horse.json b/1.9.4/assets/minecraft/loot_tables/entities/zombie_horse.json new file mode 100644 index 00000000..7974c835 --- /dev/null +++ b/1.9.4/assets/minecraft/loot_tables/entities/zombie_horse.json @@ -0,0 +1,13 @@ +{ + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "item", + "name": "minecraft:rotten_flesh" + } + ] + } + ] +} \ No newline at end of file diff --git a/1.9.4/assets/minecraft/loot_tables/entities/zombie_pigman.json b/1.9.4/assets/minecraft/loot_tables/entities/zombie_pigman.json new file mode 100644 index 00000000..5d31ee1f --- /dev/null +++ b/1.9.4/assets/minecraft/loot_tables/entities/zombie_pigman.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.9.4/assets/minecraft/loot_tables/gameplay/fishing.json b/1.9.4/assets/minecraft/loot_tables/gameplay/fishing.json new file mode 100644 index 00000000..c3458217 --- /dev/null +++ b/1.9.4/assets/minecraft/loot_tables/gameplay/fishing.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.9.4/assets/minecraft/loot_tables/gameplay/fishing/fish.json b/1.9.4/assets/minecraft/loot_tables/gameplay/fishing/fish.json new file mode 100644 index 00000000..33769101 --- /dev/null +++ b/1.9.4/assets/minecraft/loot_tables/gameplay/fishing/fish.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.9.4/assets/minecraft/loot_tables/gameplay/fishing/junk.json b/1.9.4/assets/minecraft/loot_tables/gameplay/fishing/junk.json new file mode 100644 index 00000000..b4fe0f5b --- /dev/null +++ b/1.9.4/assets/minecraft/loot_tables/gameplay/fishing/junk.json @@ -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 + } + ] + } + ] +} \ No newline at end of file diff --git a/1.9.4/assets/minecraft/loot_tables/gameplay/fishing/treasure.json b/1.9.4/assets/minecraft/loot_tables/gameplay/fishing/treasure.json new file mode 100644 index 00000000..eb443fae --- /dev/null +++ b/1.9.4/assets/minecraft/loot_tables/gameplay/fishing/treasure.json @@ -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 + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/1.9.4/assets/minecraft/models/block/acacia_bark.json b/1.9.4/assets/minecraft/models/block/acacia_bark.json new file mode 100644 index 00000000..2ae3fc49 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/acacia_bark.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/log_acacia" + } +} diff --git a/1.9.4/assets/minecraft/models/block/acacia_door_bottom.json b/1.9.4/assets/minecraft/models/block/acacia_door_bottom.json new file mode 100644 index 00000000..0c5951e5 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/acacia_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom", + "textures": { + "bottom": "blocks/door_acacia_lower", + "top": "blocks/door_acacia_upper" + } +} diff --git a/1.9.4/assets/minecraft/models/block/acacia_door_bottom_rh.json b/1.9.4/assets/minecraft/models/block/acacia_door_bottom_rh.json new file mode 100644 index 00000000..f918660b --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/acacia_door_bottom_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom_rh", + "textures": { + "bottom": "blocks/door_acacia_lower", + "top": "blocks/door_acacia_upper" + } +} diff --git a/1.9.4/assets/minecraft/models/block/acacia_door_top.json b/1.9.4/assets/minecraft/models/block/acacia_door_top.json new file mode 100644 index 00000000..1214f3b3 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/acacia_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top", + "textures": { + "bottom": "blocks/door_acacia_lower", + "top": "blocks/door_acacia_upper" + } +} diff --git a/1.9.4/assets/minecraft/models/block/acacia_door_top_rh.json b/1.9.4/assets/minecraft/models/block/acacia_door_top_rh.json new file mode 100644 index 00000000..d706f360 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/acacia_door_top_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top_rh", + "textures": { + "bottom": "blocks/door_acacia_lower", + "top": "blocks/door_acacia_upper" + } +} diff --git a/1.9.4/assets/minecraft/models/block/acacia_fence_gate_closed.json b/1.9.4/assets/minecraft/models/block/acacia_fence_gate_closed.json new file mode 100644 index 00000000..8e317cc5 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/acacia_fence_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_gate_closed", + "textures": { + "texture": "blocks/planks_acacia" + } +} diff --git a/1.9.4/assets/minecraft/models/block/acacia_fence_gate_open.json b/1.9.4/assets/minecraft/models/block/acacia_fence_gate_open.json new file mode 100644 index 00000000..16234a2d --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/acacia_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_gate_open", + "textures": { + "texture": "blocks/planks_acacia" + } +} diff --git a/1.9.4/assets/minecraft/models/block/acacia_fence_inventory.json b/1.9.4/assets/minecraft/models/block/acacia_fence_inventory.json new file mode 100644 index 00000000..e390a8a6 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/acacia_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_inventory", + "textures": { + "texture": "blocks/planks_acacia" + } +} diff --git a/1.9.4/assets/minecraft/models/block/acacia_fence_post.json b/1.9.4/assets/minecraft/models/block/acacia_fence_post.json new file mode 100644 index 00000000..bc78d2ff --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/acacia_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_post", + "textures": { + "texture": "blocks/planks_acacia" + } +} diff --git a/1.9.4/assets/minecraft/models/block/acacia_fence_side.json b/1.9.4/assets/minecraft/models/block/acacia_fence_side.json new file mode 100644 index 00000000..3ce2a0fd --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/acacia_fence_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_side", + "textures": { + "texture": "blocks/planks_acacia" + } +} diff --git a/1.9.4/assets/minecraft/models/block/acacia_inner_stairs.json b/1.9.4/assets/minecraft/models/block/acacia_inner_stairs.json new file mode 100644 index 00000000..727e10e9 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/acacia_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/planks_acacia", + "top": "blocks/planks_acacia", + "side": "blocks/planks_acacia" + } +} diff --git a/1.9.4/assets/minecraft/models/block/acacia_leaves.json b/1.9.4/assets/minecraft/models/block/acacia_leaves.json new file mode 100644 index 00000000..8f7f6543 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/acacia_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "block/leaves", + "textures": { + "all": "blocks/leaves_acacia" + } +} diff --git a/1.9.4/assets/minecraft/models/block/acacia_log.json b/1.9.4/assets/minecraft/models/block/acacia_log.json new file mode 100644 index 00000000..9ca20626 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/acacia_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/log_acacia_top", + "side": "blocks/log_acacia" + } +} diff --git a/1.9.4/assets/minecraft/models/block/acacia_outer_stairs.json b/1.9.4/assets/minecraft/models/block/acacia_outer_stairs.json new file mode 100644 index 00000000..689009b7 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/acacia_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/planks_acacia", + "top": "blocks/planks_acacia", + "side": "blocks/planks_acacia" + } +} diff --git a/1.9.4/assets/minecraft/models/block/acacia_planks.json b/1.9.4/assets/minecraft/models/block/acacia_planks.json new file mode 100644 index 00000000..514b5dfc --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/acacia_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/planks_acacia" + } +} diff --git a/1.9.4/assets/minecraft/models/block/acacia_sapling.json b/1.9.4/assets/minecraft/models/block/acacia_sapling.json new file mode 100644 index 00000000..0ac2f337 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/acacia_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/sapling_acacia" + } +} diff --git a/1.9.4/assets/minecraft/models/block/acacia_stairs.json b/1.9.4/assets/minecraft/models/block/acacia_stairs.json new file mode 100644 index 00000000..9496b30a --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/acacia_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/planks_acacia", + "top": "blocks/planks_acacia", + "side": "blocks/planks_acacia" + } +} diff --git a/1.9.4/assets/minecraft/models/block/acacia_wall_gate_closed.json b/1.9.4/assets/minecraft/models/block/acacia_wall_gate_closed.json new file mode 100644 index 00000000..663ff1ab --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/acacia_wall_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_gate_closed", + "textures": { + "texture": "blocks/planks_acacia" + } +} diff --git a/1.9.4/assets/minecraft/models/block/acacia_wall_gate_open.json b/1.9.4/assets/minecraft/models/block/acacia_wall_gate_open.json new file mode 100644 index 00000000..21706f6c --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/acacia_wall_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_gate_open", + "textures": { + "texture": "blocks/planks_acacia" + } +} diff --git a/1.9.4/assets/minecraft/models/block/activator_rail_active_flat.json b/1.9.4/assets/minecraft/models/block/activator_rail_active_flat.json new file mode 100644 index 00000000..c35d7083 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/activator_rail_active_flat.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_flat", + "textures": { + "rail": "blocks/rail_activator_powered" + } +} diff --git a/1.9.4/assets/minecraft/models/block/activator_rail_active_raised_ne.json b/1.9.4/assets/minecraft/models/block/activator_rail_active_raised_ne.json new file mode 100644 index 00000000..dc903956 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/activator_rail_active_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_ne", + "textures": { + "rail": "blocks/rail_activator_powered" + } +} diff --git a/1.9.4/assets/minecraft/models/block/activator_rail_active_raised_sw.json b/1.9.4/assets/minecraft/models/block/activator_rail_active_raised_sw.json new file mode 100644 index 00000000..e70658d5 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/activator_rail_active_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_sw", + "textures": { + "rail": "blocks/rail_activator_powered" + } +} diff --git a/1.9.4/assets/minecraft/models/block/activator_rail_flat.json b/1.9.4/assets/minecraft/models/block/activator_rail_flat.json new file mode 100644 index 00000000..61a8f21f --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/activator_rail_flat.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_flat", + "textures": { + "rail": "blocks/rail_activator" + } +} diff --git a/1.9.4/assets/minecraft/models/block/activator_rail_raised_ne.json b/1.9.4/assets/minecraft/models/block/activator_rail_raised_ne.json new file mode 100644 index 00000000..721d80d9 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/activator_rail_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_ne", + "textures": { + "rail": "blocks/rail_activator" + } +} diff --git a/1.9.4/assets/minecraft/models/block/activator_rail_raised_sw.json b/1.9.4/assets/minecraft/models/block/activator_rail_raised_sw.json new file mode 100644 index 00000000..32f04b56 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/activator_rail_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_sw", + "textures": { + "rail": "blocks/rail_activator" + } +} diff --git a/1.9.4/assets/minecraft/models/block/allium.json b/1.9.4/assets/minecraft/models/block/allium.json new file mode 100644 index 00000000..e7485acb --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/allium.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cross", + "textures": { + "particle": "blocks/flower_allium", + "cross": "blocks/flower_allium" + } +} diff --git a/1.9.4/assets/minecraft/models/block/andesite.json b/1.9.4/assets/minecraft/models/block/andesite.json new file mode 100644 index 00000000..25adfc72 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/andesite.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/stone_andesite" + } +} diff --git a/1.9.4/assets/minecraft/models/block/andesite_smooth.json b/1.9.4/assets/minecraft/models/block/andesite_smooth.json new file mode 100644 index 00000000..8f815be2 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/andesite_smooth.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/stone_andesite_smooth" + } +} diff --git a/1.9.4/assets/minecraft/models/block/anvil.json b/1.9.4/assets/minecraft/models/block/anvil.json new file mode 100644 index 00000000..879485bd --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/anvil.json @@ -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 } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/anvil_slightly_damaged.json b/1.9.4/assets/minecraft/models/block/anvil_slightly_damaged.json new file mode 100644 index 00000000..09f541c9 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/anvil_slightly_damaged.json @@ -0,0 +1,8 @@ +{ + "parent": "block/anvil", + "textures": { + "particle": "blocks/anvil_base", + "body": "blocks/anvil_base", + "top": "blocks/anvil_top_damaged_1" + } +} diff --git a/1.9.4/assets/minecraft/models/block/anvil_undamaged.json b/1.9.4/assets/minecraft/models/block/anvil_undamaged.json new file mode 100644 index 00000000..1e1ad44e --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/anvil_undamaged.json @@ -0,0 +1,8 @@ +{ + "parent": "block/anvil", + "textures": { + "particle": "blocks/anvil_base", + "body": "blocks/anvil_base", + "top": "blocks/anvil_top_damaged_0" + } +} diff --git a/1.9.4/assets/minecraft/models/block/anvil_very_damaged.json b/1.9.4/assets/minecraft/models/block/anvil_very_damaged.json new file mode 100644 index 00000000..4623b97d --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/anvil_very_damaged.json @@ -0,0 +1,8 @@ +{ + "parent": "block/anvil", + "textures": { + "particle": "blocks/anvil_base", + "body": "blocks/anvil_base", + "top": "blocks/anvil_top_damaged_2" + } +} diff --git a/1.9.4/assets/minecraft/models/block/beacon.json b/1.9.4/assets/minecraft/models/block/beacon.json new file mode 100644 index 00000000..2413c3a5 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/beacon.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/bed_foot.json b/1.9.4/assets/minecraft/models/block/bed_foot.json new file mode 100644 index 00000000..54864452 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/bed_foot.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/bed_head.json b/1.9.4/assets/minecraft/models/block/bed_head.json new file mode 100644 index 00000000..c53aded3 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/bed_head.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/bedrock.json b/1.9.4/assets/minecraft/models/block/bedrock.json new file mode 100644 index 00000000..c6352708 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/bedrock.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/bedrock" + } +} diff --git a/1.9.4/assets/minecraft/models/block/bedrock_mirrored.json b/1.9.4/assets/minecraft/models/block/bedrock_mirrored.json new file mode 100644 index 00000000..e63c6433 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/bedrock_mirrored.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_mirrored_all", + "textures": { + "all": "blocks/bedrock" + } +} diff --git a/1.9.4/assets/minecraft/models/block/beetroots_stage0.json b/1.9.4/assets/minecraft/models/block/beetroots_stage0.json new file mode 100644 index 00000000..ea1b26fe --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/beetroots_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/beetroots_stage_0" + } +} diff --git a/1.9.4/assets/minecraft/models/block/beetroots_stage1.json b/1.9.4/assets/minecraft/models/block/beetroots_stage1.json new file mode 100644 index 00000000..05fb5de6 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/beetroots_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/beetroots_stage_1" + } +} diff --git a/1.9.4/assets/minecraft/models/block/beetroots_stage2.json b/1.9.4/assets/minecraft/models/block/beetroots_stage2.json new file mode 100644 index 00000000..f0ebca51 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/beetroots_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/beetroots_stage_2" + } +} diff --git a/1.9.4/assets/minecraft/models/block/beetroots_stage3.json b/1.9.4/assets/minecraft/models/block/beetroots_stage3.json new file mode 100644 index 00000000..496f97a2 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/beetroots_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/beetroots_stage_3" + } +} diff --git a/1.9.4/assets/minecraft/models/block/birch_bark.json b/1.9.4/assets/minecraft/models/block/birch_bark.json new file mode 100644 index 00000000..cd5ba86f --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/birch_bark.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/log_birch" + } +} diff --git a/1.9.4/assets/minecraft/models/block/birch_door_bottom.json b/1.9.4/assets/minecraft/models/block/birch_door_bottom.json new file mode 100644 index 00000000..b1aee112 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/birch_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom", + "textures": { + "bottom": "blocks/door_birch_lower", + "top": "blocks/door_birch_upper" + } +} diff --git a/1.9.4/assets/minecraft/models/block/birch_door_bottom_rh.json b/1.9.4/assets/minecraft/models/block/birch_door_bottom_rh.json new file mode 100644 index 00000000..1cd32716 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/birch_door_bottom_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom_rh", + "textures": { + "bottom": "blocks/door_birch_lower", + "top": "blocks/door_birch_upper" + } +} diff --git a/1.9.4/assets/minecraft/models/block/birch_door_top.json b/1.9.4/assets/minecraft/models/block/birch_door_top.json new file mode 100644 index 00000000..82c321fd --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/birch_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top", + "textures": { + "bottom": "blocks/door_birch_lower", + "top": "blocks/door_birch_upper" + } +} diff --git a/1.9.4/assets/minecraft/models/block/birch_door_top_rh.json b/1.9.4/assets/minecraft/models/block/birch_door_top_rh.json new file mode 100644 index 00000000..28c754c7 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/birch_door_top_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top_rh", + "textures": { + "bottom": "blocks/door_birch_lower", + "top": "blocks/door_birch_upper" + } +} diff --git a/1.9.4/assets/minecraft/models/block/birch_fence_gate_closed.json b/1.9.4/assets/minecraft/models/block/birch_fence_gate_closed.json new file mode 100644 index 00000000..9125e479 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/birch_fence_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_gate_closed", + "textures": { + "texture": "blocks/planks_birch" + } +} diff --git a/1.9.4/assets/minecraft/models/block/birch_fence_gate_open.json b/1.9.4/assets/minecraft/models/block/birch_fence_gate_open.json new file mode 100644 index 00000000..ba95ded8 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/birch_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_gate_open", + "textures": { + "texture": "blocks/planks_birch" + } +} diff --git a/1.9.4/assets/minecraft/models/block/birch_fence_inventory.json b/1.9.4/assets/minecraft/models/block/birch_fence_inventory.json new file mode 100644 index 00000000..b17fc3a1 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/birch_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_inventory", + "textures": { + "texture": "blocks/planks_birch" + } +} diff --git a/1.9.4/assets/minecraft/models/block/birch_fence_post.json b/1.9.4/assets/minecraft/models/block/birch_fence_post.json new file mode 100644 index 00000000..e593aced --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/birch_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_post", + "textures": { + "texture": "blocks/planks_birch" + } +} diff --git a/1.9.4/assets/minecraft/models/block/birch_fence_side.json b/1.9.4/assets/minecraft/models/block/birch_fence_side.json new file mode 100644 index 00000000..a5ef8945 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/birch_fence_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_side", + "textures": { + "texture": "blocks/planks_birch" + } +} diff --git a/1.9.4/assets/minecraft/models/block/birch_inner_stairs.json b/1.9.4/assets/minecraft/models/block/birch_inner_stairs.json new file mode 100644 index 00000000..bb52f30e --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/birch_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/planks_birch", + "top": "blocks/planks_birch", + "side": "blocks/planks_birch" + } +} diff --git a/1.9.4/assets/minecraft/models/block/birch_leaves.json b/1.9.4/assets/minecraft/models/block/birch_leaves.json new file mode 100644 index 00000000..95fe59b4 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/birch_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "block/leaves", + "textures": { + "all": "blocks/leaves_birch" + } +} diff --git a/1.9.4/assets/minecraft/models/block/birch_log.json b/1.9.4/assets/minecraft/models/block/birch_log.json new file mode 100644 index 00000000..4f409772 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/birch_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/log_birch_top", + "side": "blocks/log_birch" + } +} diff --git a/1.9.4/assets/minecraft/models/block/birch_outer_stairs.json b/1.9.4/assets/minecraft/models/block/birch_outer_stairs.json new file mode 100644 index 00000000..8f949323 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/birch_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/planks_birch", + "top": "blocks/planks_birch", + "side": "blocks/planks_birch" + } +} diff --git a/1.9.4/assets/minecraft/models/block/birch_planks.json b/1.9.4/assets/minecraft/models/block/birch_planks.json new file mode 100644 index 00000000..cd3e7089 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/birch_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/planks_birch" + } +} diff --git a/1.9.4/assets/minecraft/models/block/birch_sapling.json b/1.9.4/assets/minecraft/models/block/birch_sapling.json new file mode 100644 index 00000000..c2f31f65 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/birch_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/sapling_birch" + } +} diff --git a/1.9.4/assets/minecraft/models/block/birch_stairs.json b/1.9.4/assets/minecraft/models/block/birch_stairs.json new file mode 100644 index 00000000..aca0c6e9 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/birch_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/planks_birch", + "top": "blocks/planks_birch", + "side": "blocks/planks_birch" + } +} diff --git a/1.9.4/assets/minecraft/models/block/birch_wall_gate_closed.json b/1.9.4/assets/minecraft/models/block/birch_wall_gate_closed.json new file mode 100644 index 00000000..0d50e589 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/birch_wall_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_gate_closed", + "textures": { + "texture": "blocks/planks_birch" + } +} diff --git a/1.9.4/assets/minecraft/models/block/birch_wall_gate_open.json b/1.9.4/assets/minecraft/models/block/birch_wall_gate_open.json new file mode 100644 index 00000000..040947ae --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/birch_wall_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_gate_open", + "textures": { + "texture": "blocks/planks_birch" + } +} diff --git a/1.9.4/assets/minecraft/models/block/black_stained_glass_pane_noside.json b/1.9.4/assets/minecraft/models/block/black_stained_glass_pane_noside.json new file mode 100644 index 00000000..69355108 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/black_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside", + "textures": { + "pane": "blocks/glass_black" + } +} diff --git a/1.9.4/assets/minecraft/models/block/black_stained_glass_pane_noside_alt.json b/1.9.4/assets/minecraft/models/block/black_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..1edf5a91 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/black_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside_alt", + "textures": { + "pane": "blocks/glass_black" + } +} diff --git a/1.9.4/assets/minecraft/models/block/black_stained_glass_pane_post.json b/1.9.4/assets/minecraft/models/block/black_stained_glass_pane_post.json new file mode 100644 index 00000000..e0f540b4 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/black_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_post", + "textures": { + "edge": "blocks/glass_pane_top_black", + "pane": "blocks/glass_black" + } +} diff --git a/1.9.4/assets/minecraft/models/block/black_stained_glass_pane_side.json b/1.9.4/assets/minecraft/models/block/black_stained_glass_pane_side.json new file mode 100644 index 00000000..0551930c --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/black_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side", + "textures": { + "edge": "blocks/glass_pane_top_black", + "pane": "blocks/glass_black" + } +} diff --git a/1.9.4/assets/minecraft/models/block/black_stained_glass_pane_side_alt.json b/1.9.4/assets/minecraft/models/block/black_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..28b0f4f9 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/black_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side_alt", + "textures": { + "edge": "blocks/glass_pane_top_black", + "pane": "blocks/glass_black" + } +} diff --git a/1.9.4/assets/minecraft/models/block/black_wool.json b/1.9.4/assets/minecraft/models/block/black_wool.json new file mode 100644 index 00000000..74797fb9 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/black_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_black" + } +} diff --git a/1.9.4/assets/minecraft/models/block/block.json b/1.9.4/assets/minecraft/models/block/block.json new file mode 100644 index 00000000..9c15ead4 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/block.json @@ -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 ] + } + } +} diff --git a/1.9.4/assets/minecraft/models/block/blue_stained_glass_pane_noside.json b/1.9.4/assets/minecraft/models/block/blue_stained_glass_pane_noside.json new file mode 100644 index 00000000..7d2615ec --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/blue_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside", + "textures": { + "pane": "blocks/glass_blue" + } +} diff --git a/1.9.4/assets/minecraft/models/block/blue_stained_glass_pane_noside_alt.json b/1.9.4/assets/minecraft/models/block/blue_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..8af3eaf6 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/blue_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside_alt", + "textures": { + "pane": "blocks/glass_blue" + } +} diff --git a/1.9.4/assets/minecraft/models/block/blue_stained_glass_pane_post.json b/1.9.4/assets/minecraft/models/block/blue_stained_glass_pane_post.json new file mode 100644 index 00000000..5e11c685 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/blue_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_post", + "textures": { + "edge": "blocks/glass_pane_top_blue", + "pane": "blocks/glass_blue" + } +} diff --git a/1.9.4/assets/minecraft/models/block/blue_stained_glass_pane_side.json b/1.9.4/assets/minecraft/models/block/blue_stained_glass_pane_side.json new file mode 100644 index 00000000..398345d6 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/blue_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side", + "textures": { + "edge": "blocks/glass_pane_top_blue", + "pane": "blocks/glass_blue" + } +} diff --git a/1.9.4/assets/minecraft/models/block/blue_stained_glass_pane_side_alt.json b/1.9.4/assets/minecraft/models/block/blue_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..e42f0034 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/blue_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side_alt", + "textures": { + "edge": "blocks/glass_pane_top_blue", + "pane": "blocks/glass_blue" + } +} diff --git a/1.9.4/assets/minecraft/models/block/blue_wool.json b/1.9.4/assets/minecraft/models/block/blue_wool.json new file mode 100644 index 00000000..1292e851 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/blue_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_blue" + } +} diff --git a/1.9.4/assets/minecraft/models/block/bookshelf.json b/1.9.4/assets/minecraft/models/block/bookshelf.json new file mode 100644 index 00000000..b46b6f0c --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/bookshelf.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/planks_oak", + "side": "blocks/bookshelf" + } +} diff --git a/1.9.4/assets/minecraft/models/block/brewing_stand.json b/1.9.4/assets/minecraft/models/block/brewing_stand.json new file mode 100644 index 00000000..c9dc7c34 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/brewing_stand.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/brewing_stand_bottle0.json b/1.9.4/assets/minecraft/models/block/brewing_stand_bottle0.json new file mode 100644 index 00000000..a1517833 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/brewing_stand_bottle0.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/brewing_stand_bottle1.json b/1.9.4/assets/minecraft/models/block/brewing_stand_bottle1.json new file mode 100644 index 00000000..0a977d48 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/brewing_stand_bottle1.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/brewing_stand_bottle2.json b/1.9.4/assets/minecraft/models/block/brewing_stand_bottle2.json new file mode 100644 index 00000000..920b3353 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/brewing_stand_bottle2.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/brewing_stand_empty0.json b/1.9.4/assets/minecraft/models/block/brewing_stand_empty0.json new file mode 100644 index 00000000..352ba9fd --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/brewing_stand_empty0.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/brewing_stand_empty1.json b/1.9.4/assets/minecraft/models/block/brewing_stand_empty1.json new file mode 100644 index 00000000..fa948ec3 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/brewing_stand_empty1.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/brewing_stand_empty2.json b/1.9.4/assets/minecraft/models/block/brewing_stand_empty2.json new file mode 100644 index 00000000..d3382a29 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/brewing_stand_empty2.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/brick.json b/1.9.4/assets/minecraft/models/block/brick.json new file mode 100644 index 00000000..82f388be --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/brick.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/brick" + } +} diff --git a/1.9.4/assets/minecraft/models/block/brick_inner_stairs.json b/1.9.4/assets/minecraft/models/block/brick_inner_stairs.json new file mode 100644 index 00000000..90c3b476 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/brick_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/brick", + "top": "blocks/brick", + "side": "blocks/brick" + } +} diff --git a/1.9.4/assets/minecraft/models/block/brick_outer_stairs.json b/1.9.4/assets/minecraft/models/block/brick_outer_stairs.json new file mode 100644 index 00000000..3c28d044 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/brick_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/brick", + "top": "blocks/brick", + "side": "blocks/brick" + } +} diff --git a/1.9.4/assets/minecraft/models/block/brick_stairs.json b/1.9.4/assets/minecraft/models/block/brick_stairs.json new file mode 100644 index 00000000..1bf8b2a7 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/brick_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/brick", + "top": "blocks/brick", + "side": "blocks/brick" + } +} diff --git a/1.9.4/assets/minecraft/models/block/brown_mushroom.json b/1.9.4/assets/minecraft/models/block/brown_mushroom.json new file mode 100644 index 00000000..e06fae47 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/brown_mushroom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/mushroom_brown" + } +} diff --git a/1.9.4/assets/minecraft/models/block/brown_mushroom_block_c.json b/1.9.4/assets/minecraft/models/block/brown_mushroom_block_c.json new file mode 100644 index 00000000..18e866b2 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/brown_mushroom_block_c.json @@ -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" + } +} diff --git a/1.9.4/assets/minecraft/models/block/brown_mushroom_block_cap_all.json b/1.9.4/assets/minecraft/models/block/brown_mushroom_block_cap_all.json new file mode 100644 index 00000000..8a75431d --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/brown_mushroom_block_cap_all.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/mushroom_block_skin_brown" + } +} diff --git a/1.9.4/assets/minecraft/models/block/brown_mushroom_block_e.json b/1.9.4/assets/minecraft/models/block/brown_mushroom_block_e.json new file mode 100644 index 00000000..780e0550 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/brown_mushroom_block_e.json @@ -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" + } +} diff --git a/1.9.4/assets/minecraft/models/block/brown_mushroom_block_inside_all.json b/1.9.4/assets/minecraft/models/block/brown_mushroom_block_inside_all.json new file mode 100644 index 00000000..472dc8ab --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/brown_mushroom_block_inside_all.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/mushroom_block_inside" + } +} diff --git a/1.9.4/assets/minecraft/models/block/brown_mushroom_block_n.json b/1.9.4/assets/minecraft/models/block/brown_mushroom_block_n.json new file mode 100644 index 00000000..fb5c593a --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/brown_mushroom_block_n.json @@ -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" + } +} diff --git a/1.9.4/assets/minecraft/models/block/brown_mushroom_block_ne.json b/1.9.4/assets/minecraft/models/block/brown_mushroom_block_ne.json new file mode 100644 index 00000000..51080d32 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/brown_mushroom_block_ne.json @@ -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" + } +} diff --git a/1.9.4/assets/minecraft/models/block/brown_mushroom_block_nw.json b/1.9.4/assets/minecraft/models/block/brown_mushroom_block_nw.json new file mode 100644 index 00000000..b8fbdf97 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/brown_mushroom_block_nw.json @@ -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" + } +} diff --git a/1.9.4/assets/minecraft/models/block/brown_mushroom_block_s.json b/1.9.4/assets/minecraft/models/block/brown_mushroom_block_s.json new file mode 100644 index 00000000..5cc97529 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/brown_mushroom_block_s.json @@ -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" + } +} diff --git a/1.9.4/assets/minecraft/models/block/brown_mushroom_block_se.json b/1.9.4/assets/minecraft/models/block/brown_mushroom_block_se.json new file mode 100644 index 00000000..5881c62d --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/brown_mushroom_block_se.json @@ -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" + } +} diff --git a/1.9.4/assets/minecraft/models/block/brown_mushroom_block_stem.json b/1.9.4/assets/minecraft/models/block/brown_mushroom_block_stem.json new file mode 100644 index 00000000..b839c9af --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/brown_mushroom_block_stem.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "side": "blocks/mushroom_block_skin_stem", + "end": "blocks/mushroom_block_inside" + } +} diff --git a/1.9.4/assets/minecraft/models/block/brown_mushroom_block_stem_all.json b/1.9.4/assets/minecraft/models/block/brown_mushroom_block_stem_all.json new file mode 100644 index 00000000..73434e42 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/brown_mushroom_block_stem_all.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/mushroom_block_skin_stem" + } +} diff --git a/1.9.4/assets/minecraft/models/block/brown_mushroom_block_sw.json b/1.9.4/assets/minecraft/models/block/brown_mushroom_block_sw.json new file mode 100644 index 00000000..7936308b --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/brown_mushroom_block_sw.json @@ -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" + } +} diff --git a/1.9.4/assets/minecraft/models/block/brown_mushroom_block_w.json b/1.9.4/assets/minecraft/models/block/brown_mushroom_block_w.json new file mode 100644 index 00000000..3f8fe8a9 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/brown_mushroom_block_w.json @@ -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" + } +} diff --git a/1.9.4/assets/minecraft/models/block/brown_stained_glass_pane_noside.json b/1.9.4/assets/minecraft/models/block/brown_stained_glass_pane_noside.json new file mode 100644 index 00000000..ded70db9 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/brown_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside", + "textures": { + "pane": "blocks/glass_brown" + } +} diff --git a/1.9.4/assets/minecraft/models/block/brown_stained_glass_pane_noside_alt.json b/1.9.4/assets/minecraft/models/block/brown_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..3d93264f --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/brown_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside_alt", + "textures": { + "pane": "blocks/glass_brown" + } +} diff --git a/1.9.4/assets/minecraft/models/block/brown_stained_glass_pane_post.json b/1.9.4/assets/minecraft/models/block/brown_stained_glass_pane_post.json new file mode 100644 index 00000000..e1495240 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/brown_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_post", + "textures": { + "edge": "blocks/glass_pane_top_brown", + "pane": "blocks/glass_brown" + } +} diff --git a/1.9.4/assets/minecraft/models/block/brown_stained_glass_pane_side.json b/1.9.4/assets/minecraft/models/block/brown_stained_glass_pane_side.json new file mode 100644 index 00000000..eab0695d --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/brown_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side", + "textures": { + "edge": "blocks/glass_pane_top_brown", + "pane": "blocks/glass_brown" + } +} diff --git a/1.9.4/assets/minecraft/models/block/brown_stained_glass_pane_side_alt.json b/1.9.4/assets/minecraft/models/block/brown_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..922f11c6 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/brown_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side_alt", + "textures": { + "edge": "blocks/glass_pane_top_brown", + "pane": "blocks/glass_brown" + } +} diff --git a/1.9.4/assets/minecraft/models/block/brown_wool.json b/1.9.4/assets/minecraft/models/block/brown_wool.json new file mode 100644 index 00000000..f14b5131 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/brown_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_brown" + } +} diff --git a/1.9.4/assets/minecraft/models/block/button.json b/1.9.4/assets/minecraft/models/block/button.json new file mode 100644 index 00000000..8b5c506b --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/button.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/button_inventory.json b/1.9.4/assets/minecraft/models/block/button_inventory.json new file mode 100644 index 00000000..7a13742d --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/button_inventory.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/button_pressed.json b/1.9.4/assets/minecraft/models/block/button_pressed.json new file mode 100644 index 00000000..5c6e96fa --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/button_pressed.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/cactus.json b/1.9.4/assets/minecraft/models/block/cactus.json new file mode 100644 index 00000000..faca954b --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/cactus.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/cake_slice1.json b/1.9.4/assets/minecraft/models/block/cake_slice1.json new file mode 100644 index 00000000..14d9f76b --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/cake_slice1.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/cake_slice2.json b/1.9.4/assets/minecraft/models/block/cake_slice2.json new file mode 100644 index 00000000..919da244 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/cake_slice2.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/cake_slice3.json b/1.9.4/assets/minecraft/models/block/cake_slice3.json new file mode 100644 index 00000000..dfb81a05 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/cake_slice3.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/cake_slice4.json b/1.9.4/assets/minecraft/models/block/cake_slice4.json new file mode 100644 index 00000000..5b7084c8 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/cake_slice4.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/cake_slice5.json b/1.9.4/assets/minecraft/models/block/cake_slice5.json new file mode 100644 index 00000000..49540a48 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/cake_slice5.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/cake_slice6.json b/1.9.4/assets/minecraft/models/block/cake_slice6.json new file mode 100644 index 00000000..a2223cab --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/cake_slice6.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/cake_uneaten.json b/1.9.4/assets/minecraft/models/block/cake_uneaten.json new file mode 100644 index 00000000..bf9bdf67 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/cake_uneaten.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/carpet.json b/1.9.4/assets/minecraft/models/block/carpet.json new file mode 100644 index 00000000..a33e999d --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/carpet.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/carpet_black.json b/1.9.4/assets/minecraft/models/block/carpet_black.json new file mode 100644 index 00000000..32b03885 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/carpet_black.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_black", + "wool": "blocks/wool_colored_black" + } +} diff --git a/1.9.4/assets/minecraft/models/block/carpet_blue.json b/1.9.4/assets/minecraft/models/block/carpet_blue.json new file mode 100644 index 00000000..1b53f1bb --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/carpet_blue.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_blue", + "wool": "blocks/wool_colored_blue" + } +} diff --git a/1.9.4/assets/minecraft/models/block/carpet_brown.json b/1.9.4/assets/minecraft/models/block/carpet_brown.json new file mode 100644 index 00000000..7b1c74ad --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/carpet_brown.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_brown", + "wool": "blocks/wool_colored_brown" + } +} diff --git a/1.9.4/assets/minecraft/models/block/carpet_cyan.json b/1.9.4/assets/minecraft/models/block/carpet_cyan.json new file mode 100644 index 00000000..d5bcffc9 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/carpet_cyan.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_cyan", + "wool": "blocks/wool_colored_cyan" + } +} diff --git a/1.9.4/assets/minecraft/models/block/carpet_gray.json b/1.9.4/assets/minecraft/models/block/carpet_gray.json new file mode 100644 index 00000000..426544f7 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/carpet_gray.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_gray", + "wool": "blocks/wool_colored_gray" + } +} diff --git a/1.9.4/assets/minecraft/models/block/carpet_green.json b/1.9.4/assets/minecraft/models/block/carpet_green.json new file mode 100644 index 00000000..84e82805 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/carpet_green.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_green", + "wool": "blocks/wool_colored_green" + } +} diff --git a/1.9.4/assets/minecraft/models/block/carpet_light_blue.json b/1.9.4/assets/minecraft/models/block/carpet_light_blue.json new file mode 100644 index 00000000..e87d04b8 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/carpet_light_blue.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_light_blue", + "wool": "blocks/wool_colored_light_blue" + } +} diff --git a/1.9.4/assets/minecraft/models/block/carpet_lime.json b/1.9.4/assets/minecraft/models/block/carpet_lime.json new file mode 100644 index 00000000..7a70b81a --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/carpet_lime.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_lime", + "wool": "blocks/wool_colored_lime" + } +} diff --git a/1.9.4/assets/minecraft/models/block/carpet_magenta.json b/1.9.4/assets/minecraft/models/block/carpet_magenta.json new file mode 100644 index 00000000..25ae7f71 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/carpet_magenta.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_magenta", + "wool": "blocks/wool_colored_magenta" + } +} diff --git a/1.9.4/assets/minecraft/models/block/carpet_orange.json b/1.9.4/assets/minecraft/models/block/carpet_orange.json new file mode 100644 index 00000000..1e01b88b --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/carpet_orange.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_orange", + "wool": "blocks/wool_colored_orange" + } +} diff --git a/1.9.4/assets/minecraft/models/block/carpet_pink.json b/1.9.4/assets/minecraft/models/block/carpet_pink.json new file mode 100644 index 00000000..f7aefe7c --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/carpet_pink.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_pink", + "wool": "blocks/wool_colored_pink" + } +} diff --git a/1.9.4/assets/minecraft/models/block/carpet_purple.json b/1.9.4/assets/minecraft/models/block/carpet_purple.json new file mode 100644 index 00000000..01c2d6b8 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/carpet_purple.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_purple", + "wool": "blocks/wool_colored_purple" + } +} diff --git a/1.9.4/assets/minecraft/models/block/carpet_red.json b/1.9.4/assets/minecraft/models/block/carpet_red.json new file mode 100644 index 00000000..3a45c711 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/carpet_red.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_red", + "wool": "blocks/wool_colored_red" + } +} diff --git a/1.9.4/assets/minecraft/models/block/carpet_silver.json b/1.9.4/assets/minecraft/models/block/carpet_silver.json new file mode 100644 index 00000000..35287d9c --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/carpet_silver.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_silver", + "wool": "blocks/wool_colored_silver" + } +} diff --git a/1.9.4/assets/minecraft/models/block/carpet_white.json b/1.9.4/assets/minecraft/models/block/carpet_white.json new file mode 100644 index 00000000..5b38ca73 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/carpet_white.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_white", + "wool": "blocks/wool_colored_white" + } +} diff --git a/1.9.4/assets/minecraft/models/block/carpet_yellow.json b/1.9.4/assets/minecraft/models/block/carpet_yellow.json new file mode 100644 index 00000000..bf328a1c --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/carpet_yellow.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_yellow", + "wool": "blocks/wool_colored_yellow" + } +} diff --git a/1.9.4/assets/minecraft/models/block/carrots_stage0.json b/1.9.4/assets/minecraft/models/block/carrots_stage0.json new file mode 100644 index 00000000..63596d4f --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/carrots_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/carrots_stage_0" + } +} diff --git a/1.9.4/assets/minecraft/models/block/carrots_stage1.json b/1.9.4/assets/minecraft/models/block/carrots_stage1.json new file mode 100644 index 00000000..84f97424 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/carrots_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/carrots_stage_1" + } +} diff --git a/1.9.4/assets/minecraft/models/block/carrots_stage2.json b/1.9.4/assets/minecraft/models/block/carrots_stage2.json new file mode 100644 index 00000000..eb176870 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/carrots_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/carrots_stage_2" + } +} diff --git a/1.9.4/assets/minecraft/models/block/carrots_stage3.json b/1.9.4/assets/minecraft/models/block/carrots_stage3.json new file mode 100644 index 00000000..5d7dcbc8 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/carrots_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/carrots_stage_3" + } +} diff --git a/1.9.4/assets/minecraft/models/block/cauldron_empty.json b/1.9.4/assets/minecraft/models/block/cauldron_empty.json new file mode 100644 index 00000000..f944d5c5 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/cauldron_empty.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/cauldron_level1.json b/1.9.4/assets/minecraft/models/block/cauldron_level1.json new file mode 100644 index 00000000..d31e181d --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/cauldron_level1.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/cauldron_level2.json b/1.9.4/assets/minecraft/models/block/cauldron_level2.json new file mode 100644 index 00000000..895c62c1 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/cauldron_level2.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/cauldron_level3.json b/1.9.4/assets/minecraft/models/block/cauldron_level3.json new file mode 100644 index 00000000..785b9de9 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/cauldron_level3.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/chain_command_block.json b/1.9.4/assets/minecraft/models/block/chain_command_block.json new file mode 100644 index 00000000..67b0b0b5 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/chain_command_block.json @@ -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" + } +} diff --git a/1.9.4/assets/minecraft/models/block/chain_command_block_conditional.json b/1.9.4/assets/minecraft/models/block/chain_command_block_conditional.json new file mode 100644 index 00000000..0488df28 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/chain_command_block_conditional.json @@ -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" + } +} diff --git a/1.9.4/assets/minecraft/models/block/chorus_flower.json b/1.9.4/assets/minecraft/models/block/chorus_flower.json new file mode 100644 index 00000000..6535b6a9 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/chorus_flower.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/chorus_flower_dead.json b/1.9.4/assets/minecraft/models/block/chorus_flower_dead.json new file mode 100644 index 00000000..7e9cae59 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/chorus_flower_dead.json @@ -0,0 +1,8 @@ +{ + "parent": "block/chorus_flower", + "textures": { + "texture": "blocks/chorus_flower_dead", + "bottom": "blocks/chorus_plant", + "particle": "blocks/chorus_flower_dead" + } +} diff --git a/1.9.4/assets/minecraft/models/block/chorus_plant.json b/1.9.4/assets/minecraft/models/block/chorus_plant.json new file mode 100644 index 00000000..cf8f5a59 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/chorus_plant.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/chorus_plant_noside.json b/1.9.4/assets/minecraft/models/block/chorus_plant_noside.json new file mode 100644 index 00000000..d529f0f2 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/chorus_plant_noside.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/chorus_plant_noside1.json b/1.9.4/assets/minecraft/models/block/chorus_plant_noside1.json new file mode 100644 index 00000000..eb376edf --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/chorus_plant_noside1.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/chorus_plant_noside2.json b/1.9.4/assets/minecraft/models/block/chorus_plant_noside2.json new file mode 100644 index 00000000..104e27fb --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/chorus_plant_noside2.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/chorus_plant_noside3.json b/1.9.4/assets/minecraft/models/block/chorus_plant_noside3.json new file mode 100644 index 00000000..eb376edf --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/chorus_plant_noside3.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/chorus_plant_side.json b/1.9.4/assets/minecraft/models/block/chorus_plant_side.json new file mode 100644 index 00000000..1862b881 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/chorus_plant_side.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/clay.json b/1.9.4/assets/minecraft/models/block/clay.json new file mode 100644 index 00000000..a1d68d5d --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/clay.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/clay" + } +} diff --git a/1.9.4/assets/minecraft/models/block/coal_block.json b/1.9.4/assets/minecraft/models/block/coal_block.json new file mode 100644 index 00000000..4760fd9d --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/coal_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/coal_block" + } +} diff --git a/1.9.4/assets/minecraft/models/block/coal_ore.json b/1.9.4/assets/minecraft/models/block/coal_ore.json new file mode 100644 index 00000000..a475352f --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/coal_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/coal_ore" + } +} diff --git a/1.9.4/assets/minecraft/models/block/coarse_dirt.json b/1.9.4/assets/minecraft/models/block/coarse_dirt.json new file mode 100644 index 00000000..8badd3f9 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/coarse_dirt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/coarse_dirt" + } +} diff --git a/1.9.4/assets/minecraft/models/block/cobblestone.json b/1.9.4/assets/minecraft/models/block/cobblestone.json new file mode 100644 index 00000000..5b3a4899 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/cobblestone.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/cobblestone" + } +} diff --git a/1.9.4/assets/minecraft/models/block/cobblestone_wall_inventory.json b/1.9.4/assets/minecraft/models/block/cobblestone_wall_inventory.json new file mode 100644 index 00000000..079cb13f --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/cobblestone_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_inventory", + "textures": { + "wall": "blocks/cobblestone" + } +} diff --git a/1.9.4/assets/minecraft/models/block/cobblestone_wall_mossy_inventory.json b/1.9.4/assets/minecraft/models/block/cobblestone_wall_mossy_inventory.json new file mode 100644 index 00000000..f5f126f5 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/cobblestone_wall_mossy_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_inventory", + "textures": { + "wall": "blocks/cobblestone_mossy" + } +} diff --git a/1.9.4/assets/minecraft/models/block/cobblestone_wall_ne.json b/1.9.4/assets/minecraft/models/block/cobblestone_wall_ne.json new file mode 100644 index 00000000..56ae774e --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/cobblestone_wall_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_ne", + "textures": { + "wall": "blocks/cobblestone" + } +} diff --git a/1.9.4/assets/minecraft/models/block/cobblestone_wall_ns.json b/1.9.4/assets/minecraft/models/block/cobblestone_wall_ns.json new file mode 100644 index 00000000..ba0495ef --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/cobblestone_wall_ns.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_ns", + "textures": { + "wall": "blocks/cobblestone" + } +} diff --git a/1.9.4/assets/minecraft/models/block/cobblestone_wall_ns_above.json b/1.9.4/assets/minecraft/models/block/cobblestone_wall_ns_above.json new file mode 100644 index 00000000..c320ef80 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/cobblestone_wall_ns_above.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_ns_above", + "textures": { + "wall": "blocks/cobblestone" + } +} diff --git a/1.9.4/assets/minecraft/models/block/cobblestone_wall_nse.json b/1.9.4/assets/minecraft/models/block/cobblestone_wall_nse.json new file mode 100644 index 00000000..d2baeff6 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/cobblestone_wall_nse.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_nse", + "textures": { + "wall": "blocks/cobblestone" + } +} diff --git a/1.9.4/assets/minecraft/models/block/cobblestone_wall_nsew.json b/1.9.4/assets/minecraft/models/block/cobblestone_wall_nsew.json new file mode 100644 index 00000000..d09ac044 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/cobblestone_wall_nsew.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_nsew", + "textures": { + "wall": "blocks/cobblestone" + } +} diff --git a/1.9.4/assets/minecraft/models/block/cobblestone_wall_post.json b/1.9.4/assets/minecraft/models/block/cobblestone_wall_post.json new file mode 100644 index 00000000..6b3069bf --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/cobblestone_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_post", + "textures": { + "wall": "blocks/cobblestone" + } +} diff --git a/1.9.4/assets/minecraft/models/block/cobblestone_wall_side.json b/1.9.4/assets/minecraft/models/block/cobblestone_wall_side.json new file mode 100644 index 00000000..6204e047 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/cobblestone_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_side", + "textures": { + "wall": "blocks/cobblestone" + } +} diff --git a/1.9.4/assets/minecraft/models/block/cocoa_age0_s.json b/1.9.4/assets/minecraft/models/block/cocoa_age0_s.json new file mode 100644 index 00000000..2e8804e0 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/cocoa_age0_s.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/cocoa_age1_s.json b/1.9.4/assets/minecraft/models/block/cocoa_age1_s.json new file mode 100644 index 00000000..05e8c8e7 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/cocoa_age1_s.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/cocoa_age2_s.json b/1.9.4/assets/minecraft/models/block/cocoa_age2_s.json new file mode 100644 index 00000000..d9b70ce1 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/cocoa_age2_s.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/column_side.json b/1.9.4/assets/minecraft/models/block/column_side.json new file mode 100644 index 00000000..1a7f9e76 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/column_side.json @@ -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 } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/command_block.json b/1.9.4/assets/minecraft/models/block/command_block.json new file mode 100644 index 00000000..a3755477 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/command_block.json @@ -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" + } +} diff --git a/1.9.4/assets/minecraft/models/block/command_block_conditional.json b/1.9.4/assets/minecraft/models/block/command_block_conditional.json new file mode 100644 index 00000000..1639f2e1 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/command_block_conditional.json @@ -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" + } +} diff --git a/1.9.4/assets/minecraft/models/block/comparator_lit.json b/1.9.4/assets/minecraft/models/block/comparator_lit.json new file mode 100644 index 00000000..bc1ed817 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/comparator_lit.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/comparator_lit_subtract.json b/1.9.4/assets/minecraft/models/block/comparator_lit_subtract.json new file mode 100644 index 00000000..e55921fc --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/comparator_lit_subtract.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/comparator_unlit.json b/1.9.4/assets/minecraft/models/block/comparator_unlit.json new file mode 100644 index 00000000..7da63972 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/comparator_unlit.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/comparator_unlit_subtract.json b/1.9.4/assets/minecraft/models/block/comparator_unlit_subtract.json new file mode 100644 index 00000000..bb0c4ec5 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/comparator_unlit_subtract.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/crafting_table.json b/1.9.4/assets/minecraft/models/block/crafting_table.json new file mode 100644 index 00000000..2ec0068d --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/crafting_table.json @@ -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" + } +} diff --git a/1.9.4/assets/minecraft/models/block/crop.json b/1.9.4/assets/minecraft/models/block/crop.json new file mode 100644 index 00000000..9cc479e4 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/crop.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/cross.json b/1.9.4/assets/minecraft/models/block/cross.json new file mode 100644 index 00000000..9381019d --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/cross.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/cube.json b/1.9.4/assets/minecraft/models/block/cube.json new file mode 100644 index 00000000..1b9780b4 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/cube.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/cube_all.json b/1.9.4/assets/minecraft/models/block/cube_all.json new file mode 100644 index 00000000..fa2f9e77 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/cube_all.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "#all", + "down": "#all", + "up": "#all", + "north": "#all", + "east": "#all", + "south": "#all", + "west": "#all" + } +} diff --git a/1.9.4/assets/minecraft/models/block/cube_bottom_top.json b/1.9.4/assets/minecraft/models/block/cube_bottom_top.json new file mode 100644 index 00000000..4c610597 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/cube_bottom_top.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "#side", + "down": "#bottom", + "up": "#top", + "north": "#side", + "east": "#side", + "south": "#side", + "west": "#side" + } +} diff --git a/1.9.4/assets/minecraft/models/block/cube_column.json b/1.9.4/assets/minecraft/models/block/cube_column.json new file mode 100644 index 00000000..358b9847 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/cube_column.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "#side", + "down": "#end", + "up": "#end", + "north": "#side", + "east": "#side", + "south": "#side", + "west": "#side" + } +} diff --git a/1.9.4/assets/minecraft/models/block/cube_directional.json b/1.9.4/assets/minecraft/models/block/cube_directional.json new file mode 100644 index 00000000..09fadd01 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/cube_directional.json @@ -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 } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/cube_mirrored.json b/1.9.4/assets/minecraft/models/block/cube_mirrored.json new file mode 100644 index 00000000..38f44bda --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/cube_mirrored.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/cube_mirrored_all.json b/1.9.4/assets/minecraft/models/block/cube_mirrored_all.json new file mode 100644 index 00000000..75743f20 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/cube_mirrored_all.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube_mirrored", + "textures": { + "particle": "#all", + "down": "#all", + "up": "#all", + "north": "#all", + "east": "#all", + "south": "#all", + "west": "#all" + } +} diff --git a/1.9.4/assets/minecraft/models/block/cube_top.json b/1.9.4/assets/minecraft/models/block/cube_top.json new file mode 100644 index 00000000..a0c1d569 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/cube_top.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "#side", + "down": "#side", + "up": "#top", + "north": "#side", + "east": "#side", + "south": "#side", + "west": "#side" + } +} diff --git a/1.9.4/assets/minecraft/models/block/cyan_stained_glass_pane_noside.json b/1.9.4/assets/minecraft/models/block/cyan_stained_glass_pane_noside.json new file mode 100644 index 00000000..ad932cc2 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/cyan_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside", + "textures": { + "pane": "blocks/glass_cyan" + } +} diff --git a/1.9.4/assets/minecraft/models/block/cyan_stained_glass_pane_noside_alt.json b/1.9.4/assets/minecraft/models/block/cyan_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..e4554555 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/cyan_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside_alt", + "textures": { + "pane": "blocks/glass_cyan" + } +} diff --git a/1.9.4/assets/minecraft/models/block/cyan_stained_glass_pane_post.json b/1.9.4/assets/minecraft/models/block/cyan_stained_glass_pane_post.json new file mode 100644 index 00000000..02777d68 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/cyan_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_post", + "textures": { + "edge": "blocks/glass_pane_top_cyan", + "pane": "blocks/glass_cyan" + } +} diff --git a/1.9.4/assets/minecraft/models/block/cyan_stained_glass_pane_side.json b/1.9.4/assets/minecraft/models/block/cyan_stained_glass_pane_side.json new file mode 100644 index 00000000..cee46419 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/cyan_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side", + "textures": { + "edge": "blocks/glass_pane_top_cyan", + "pane": "blocks/glass_cyan" + } +} diff --git a/1.9.4/assets/minecraft/models/block/cyan_stained_glass_pane_side_alt.json b/1.9.4/assets/minecraft/models/block/cyan_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..f68cd94e --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/cyan_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side_alt", + "textures": { + "edge": "blocks/glass_pane_top_cyan", + "pane": "blocks/glass_cyan" + } +} diff --git a/1.9.4/assets/minecraft/models/block/cyan_wool.json b/1.9.4/assets/minecraft/models/block/cyan_wool.json new file mode 100644 index 00000000..c1ac12db --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/cyan_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_cyan" + } +} diff --git a/1.9.4/assets/minecraft/models/block/daisy.json b/1.9.4/assets/minecraft/models/block/daisy.json new file mode 100644 index 00000000..47700f1c --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/daisy.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/flower_oxeye_daisy" + } +} diff --git a/1.9.4/assets/minecraft/models/block/dandelion.json b/1.9.4/assets/minecraft/models/block/dandelion.json new file mode 100644 index 00000000..8ffa73a5 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/dandelion.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/flower_dandelion" + } +} diff --git a/1.9.4/assets/minecraft/models/block/dark_oak_bark.json b/1.9.4/assets/minecraft/models/block/dark_oak_bark.json new file mode 100644 index 00000000..e846895d --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/dark_oak_bark.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/log_big_oak" + } +} diff --git a/1.9.4/assets/minecraft/models/block/dark_oak_door_bottom.json b/1.9.4/assets/minecraft/models/block/dark_oak_door_bottom.json new file mode 100644 index 00000000..04d487d4 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/dark_oak_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom", + "textures": { + "bottom": "blocks/door_dark_oak_lower", + "top": "blocks/door_dark_oak_upper" + } +} diff --git a/1.9.4/assets/minecraft/models/block/dark_oak_door_bottom_rh.json b/1.9.4/assets/minecraft/models/block/dark_oak_door_bottom_rh.json new file mode 100644 index 00000000..ea602e71 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/dark_oak_door_bottom_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom_rh", + "textures": { + "bottom": "blocks/door_dark_oak_lower", + "top": "blocks/door_dark_oak_upper" + } +} diff --git a/1.9.4/assets/minecraft/models/block/dark_oak_door_top.json b/1.9.4/assets/minecraft/models/block/dark_oak_door_top.json new file mode 100644 index 00000000..2b452791 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/dark_oak_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top", + "textures": { + "bottom": "blocks/door_dark_oak_lower", + "top": "blocks/door_dark_oak_upper" + } +} diff --git a/1.9.4/assets/minecraft/models/block/dark_oak_door_top_rh.json b/1.9.4/assets/minecraft/models/block/dark_oak_door_top_rh.json new file mode 100644 index 00000000..5e84e959 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/dark_oak_door_top_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top_rh", + "textures": { + "bottom": "blocks/door_dark_oak_lower", + "top": "blocks/door_dark_oak_upper" + } +} diff --git a/1.9.4/assets/minecraft/models/block/dark_oak_fence_gate_closed.json b/1.9.4/assets/minecraft/models/block/dark_oak_fence_gate_closed.json new file mode 100644 index 00000000..ab54a5fc --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/dark_oak_fence_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_gate_closed", + "textures": { + "texture": "blocks/planks_big_oak" + } +} diff --git a/1.9.4/assets/minecraft/models/block/dark_oak_fence_gate_open.json b/1.9.4/assets/minecraft/models/block/dark_oak_fence_gate_open.json new file mode 100644 index 00000000..4ac98814 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/dark_oak_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_gate_open", + "textures": { + "texture": "blocks/planks_big_oak" + } +} diff --git a/1.9.4/assets/minecraft/models/block/dark_oak_fence_inventory.json b/1.9.4/assets/minecraft/models/block/dark_oak_fence_inventory.json new file mode 100644 index 00000000..072aaf1f --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/dark_oak_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_inventory", + "textures": { + "texture": "blocks/planks_big_oak" + } +} diff --git a/1.9.4/assets/minecraft/models/block/dark_oak_fence_post.json b/1.9.4/assets/minecraft/models/block/dark_oak_fence_post.json new file mode 100644 index 00000000..71a70906 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/dark_oak_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_post", + "textures": { + "texture": "blocks/planks_big_oak" + } +} diff --git a/1.9.4/assets/minecraft/models/block/dark_oak_fence_side.json b/1.9.4/assets/minecraft/models/block/dark_oak_fence_side.json new file mode 100644 index 00000000..e1734484 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/dark_oak_fence_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_side", + "textures": { + "texture": "blocks/planks_big_oak" + } +} diff --git a/1.9.4/assets/minecraft/models/block/dark_oak_inner_stairs.json b/1.9.4/assets/minecraft/models/block/dark_oak_inner_stairs.json new file mode 100644 index 00000000..0abd3b67 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/dark_oak_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/planks_big_oak", + "top": "blocks/planks_big_oak", + "side": "blocks/planks_big_oak" + } +} diff --git a/1.9.4/assets/minecraft/models/block/dark_oak_leaves.json b/1.9.4/assets/minecraft/models/block/dark_oak_leaves.json new file mode 100644 index 00000000..d92b1acc --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/dark_oak_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "block/leaves", + "textures": { + "all": "blocks/leaves_big_oak" + } +} diff --git a/1.9.4/assets/minecraft/models/block/dark_oak_log.json b/1.9.4/assets/minecraft/models/block/dark_oak_log.json new file mode 100644 index 00000000..c7e3cf3c --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/dark_oak_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/log_big_oak_top", + "side": "blocks/log_big_oak" + } +} diff --git a/1.9.4/assets/minecraft/models/block/dark_oak_outer_stairs.json b/1.9.4/assets/minecraft/models/block/dark_oak_outer_stairs.json new file mode 100644 index 00000000..94bf157d --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/dark_oak_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/planks_big_oak", + "top": "blocks/planks_big_oak", + "side": "blocks/planks_big_oak" + } +} diff --git a/1.9.4/assets/minecraft/models/block/dark_oak_planks.json b/1.9.4/assets/minecraft/models/block/dark_oak_planks.json new file mode 100644 index 00000000..b04a1a50 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/dark_oak_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/planks_big_oak" + } +} diff --git a/1.9.4/assets/minecraft/models/block/dark_oak_sapling.json b/1.9.4/assets/minecraft/models/block/dark_oak_sapling.json new file mode 100644 index 00000000..e9b70d59 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/dark_oak_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/sapling_roofed_oak" + } +} diff --git a/1.9.4/assets/minecraft/models/block/dark_oak_stairs.json b/1.9.4/assets/minecraft/models/block/dark_oak_stairs.json new file mode 100644 index 00000000..2d7a2868 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/dark_oak_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/planks_big_oak", + "top": "blocks/planks_big_oak", + "side": "blocks/planks_big_oak" + } +} diff --git a/1.9.4/assets/minecraft/models/block/dark_oak_wall_gate_closed.json b/1.9.4/assets/minecraft/models/block/dark_oak_wall_gate_closed.json new file mode 100644 index 00000000..479bb4b8 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/dark_oak_wall_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_gate_closed", + "textures": { + "texture": "blocks/planks_big_oak" + } +} diff --git a/1.9.4/assets/minecraft/models/block/dark_oak_wall_gate_open.json b/1.9.4/assets/minecraft/models/block/dark_oak_wall_gate_open.json new file mode 100644 index 00000000..a04668b9 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/dark_oak_wall_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_gate_open", + "textures": { + "texture": "blocks/planks_big_oak" + } +} diff --git a/1.9.4/assets/minecraft/models/block/daylight_detector.json b/1.9.4/assets/minecraft/models/block/daylight_detector.json new file mode 100644 index 00000000..94d1a693 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/daylight_detector.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/daylight_detector_inverted.json b/1.9.4/assets/minecraft/models/block/daylight_detector_inverted.json new file mode 100644 index 00000000..769d9d31 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/daylight_detector_inverted.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/dead_bush.json b/1.9.4/assets/minecraft/models/block/dead_bush.json new file mode 100644 index 00000000..5aee4f40 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/dead_bush.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/deadbush" + } +} diff --git a/1.9.4/assets/minecraft/models/block/detector_rail_flat.json b/1.9.4/assets/minecraft/models/block/detector_rail_flat.json new file mode 100644 index 00000000..363009d0 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/detector_rail_flat.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_flat", + "textures": { + "rail": "blocks/rail_detector" + } +} diff --git a/1.9.4/assets/minecraft/models/block/detector_rail_powered_flat.json b/1.9.4/assets/minecraft/models/block/detector_rail_powered_flat.json new file mode 100644 index 00000000..d1c44144 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/detector_rail_powered_flat.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_flat", + "textures": { + "rail": "blocks/rail_detector_powered" + } +} diff --git a/1.9.4/assets/minecraft/models/block/detector_rail_powered_raised_ne.json b/1.9.4/assets/minecraft/models/block/detector_rail_powered_raised_ne.json new file mode 100644 index 00000000..b6dd1863 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/detector_rail_powered_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_ne", + "textures": { + "rail": "blocks/rail_detector_powered" + } +} diff --git a/1.9.4/assets/minecraft/models/block/detector_rail_powered_raised_sw.json b/1.9.4/assets/minecraft/models/block/detector_rail_powered_raised_sw.json new file mode 100644 index 00000000..077566e7 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/detector_rail_powered_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_sw", + "textures": { + "rail": "blocks/rail_detector_powered" + } +} diff --git a/1.9.4/assets/minecraft/models/block/detector_rail_raised_ne.json b/1.9.4/assets/minecraft/models/block/detector_rail_raised_ne.json new file mode 100644 index 00000000..1f8b4570 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/detector_rail_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_ne", + "textures": { + "rail": "blocks/rail_detector" + } +} diff --git a/1.9.4/assets/minecraft/models/block/detector_rail_raised_sw.json b/1.9.4/assets/minecraft/models/block/detector_rail_raised_sw.json new file mode 100644 index 00000000..9d520eb8 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/detector_rail_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_sw", + "textures": { + "rail": "blocks/rail_detector" + } +} diff --git a/1.9.4/assets/minecraft/models/block/diamond_block.json b/1.9.4/assets/minecraft/models/block/diamond_block.json new file mode 100644 index 00000000..5234ebd9 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/diamond_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/diamond_block" + } +} diff --git a/1.9.4/assets/minecraft/models/block/diamond_ore.json b/1.9.4/assets/minecraft/models/block/diamond_ore.json new file mode 100644 index 00000000..d1c996ff --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/diamond_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/diamond_ore" + } +} diff --git a/1.9.4/assets/minecraft/models/block/diorite.json b/1.9.4/assets/minecraft/models/block/diorite.json new file mode 100644 index 00000000..4c0d48be --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/diorite.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/stone_diorite" + } +} diff --git a/1.9.4/assets/minecraft/models/block/diorite_smooth.json b/1.9.4/assets/minecraft/models/block/diorite_smooth.json new file mode 100644 index 00000000..7bb78d50 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/diorite_smooth.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/stone_diorite_smooth" + } +} diff --git a/1.9.4/assets/minecraft/models/block/dirt.json b/1.9.4/assets/minecraft/models/block/dirt.json new file mode 100644 index 00000000..5d1c7b5d --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/dirt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/dirt" + } +} diff --git a/1.9.4/assets/minecraft/models/block/dispenser.json b/1.9.4/assets/minecraft/models/block/dispenser.json new file mode 100644 index 00000000..453c6cee --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/dispenser.json @@ -0,0 +1,8 @@ +{ + "parent": "block/orientable", + "textures": { + "top": "blocks/furnace_top", + "front": "blocks/dispenser_front_horizontal", + "side": "blocks/furnace_side" + } +} diff --git a/1.9.4/assets/minecraft/models/block/dispenser_vertical.json b/1.9.4/assets/minecraft/models/block/dispenser_vertical.json new file mode 100644 index 00000000..978f6609 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/dispenser_vertical.json @@ -0,0 +1,7 @@ +{ + "parent": "block/orientable_vertical", + "textures": { + "front": "blocks/dispenser_front_vertical", + "side": "blocks/furnace_top" + } +} diff --git a/1.9.4/assets/minecraft/models/block/door_bottom.json b/1.9.4/assets/minecraft/models/block/door_bottom.json new file mode 100644 index 00000000..905758fe --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/door_bottom.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/door_bottom_rh.json b/1.9.4/assets/minecraft/models/block/door_bottom_rh.json new file mode 100644 index 00000000..26acf4c7 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/door_bottom_rh.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/door_top.json b/1.9.4/assets/minecraft/models/block/door_top.json new file mode 100644 index 00000000..809fa443 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/door_top.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/door_top_rh.json b/1.9.4/assets/minecraft/models/block/door_top_rh.json new file mode 100644 index 00000000..e7d2f930 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/door_top_rh.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/double_fern_bottom.json b/1.9.4/assets/minecraft/models/block/double_fern_bottom.json new file mode 100644 index 00000000..2f528311 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/double_fern_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/tinted_cross", + "textures": { + "cross": "blocks/double_plant_fern_bottom" + } +} diff --git a/1.9.4/assets/minecraft/models/block/double_fern_top.json b/1.9.4/assets/minecraft/models/block/double_fern_top.json new file mode 100644 index 00000000..9ab5bbf0 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/double_fern_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/tinted_cross", + "textures": { + "cross": "blocks/double_plant_fern_top" + } +} diff --git a/1.9.4/assets/minecraft/models/block/double_grass_bottom.json b/1.9.4/assets/minecraft/models/block/double_grass_bottom.json new file mode 100644 index 00000000..9409cedc --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/double_grass_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/tinted_cross", + "textures": { + "cross": "blocks/double_plant_grass_bottom" + } +} diff --git a/1.9.4/assets/minecraft/models/block/double_grass_top.json b/1.9.4/assets/minecraft/models/block/double_grass_top.json new file mode 100644 index 00000000..150f6279 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/double_grass_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/tinted_cross", + "textures": { + "cross": "blocks/double_plant_grass_top" + } +} diff --git a/1.9.4/assets/minecraft/models/block/double_paeonia_bottom.json b/1.9.4/assets/minecraft/models/block/double_paeonia_bottom.json new file mode 100644 index 00000000..01e35b39 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/double_paeonia_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/double_plant_paeonia_bottom" + } +} diff --git a/1.9.4/assets/minecraft/models/block/double_paeonia_top.json b/1.9.4/assets/minecraft/models/block/double_paeonia_top.json new file mode 100644 index 00000000..8023494a --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/double_paeonia_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/double_plant_paeonia_top" + } +} diff --git a/1.9.4/assets/minecraft/models/block/double_rose_bottom.json b/1.9.4/assets/minecraft/models/block/double_rose_bottom.json new file mode 100644 index 00000000..8407de0e --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/double_rose_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/double_plant_rose_bottom" + } +} diff --git a/1.9.4/assets/minecraft/models/block/double_rose_top.json b/1.9.4/assets/minecraft/models/block/double_rose_top.json new file mode 100644 index 00000000..1601c3b0 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/double_rose_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/double_plant_rose_top" + } +} diff --git a/1.9.4/assets/minecraft/models/block/double_stone.json b/1.9.4/assets/minecraft/models/block/double_stone.json new file mode 100644 index 00000000..ce3fd92c --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/double_stone.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/stone_slab_top", + "side": "blocks/stone_slab_side" + } +} diff --git a/1.9.4/assets/minecraft/models/block/double_stone_top.json b/1.9.4/assets/minecraft/models/block/double_stone_top.json new file mode 100644 index 00000000..0cb25a81 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/double_stone_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/stone_slab_top" + } +} diff --git a/1.9.4/assets/minecraft/models/block/double_sunflower_bottom.json b/1.9.4/assets/minecraft/models/block/double_sunflower_bottom.json new file mode 100644 index 00000000..0caa997b --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/double_sunflower_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/double_plant_sunflower_bottom" + } +} diff --git a/1.9.4/assets/minecraft/models/block/double_sunflower_top.json b/1.9.4/assets/minecraft/models/block/double_sunflower_top.json new file mode 100644 index 00000000..a0df09ce --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/double_sunflower_top.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/double_syringa_bottom.json b/1.9.4/assets/minecraft/models/block/double_syringa_bottom.json new file mode 100644 index 00000000..aa72e58e --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/double_syringa_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/double_plant_syringa_bottom" + } +} diff --git a/1.9.4/assets/minecraft/models/block/double_syringa_top.json b/1.9.4/assets/minecraft/models/block/double_syringa_top.json new file mode 100644 index 00000000..d173954c --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/double_syringa_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/double_plant_syringa_top" + } +} diff --git a/1.9.4/assets/minecraft/models/block/dragon_egg.json b/1.9.4/assets/minecraft/models/block/dragon_egg.json new file mode 100644 index 00000000..94e2c492 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/dragon_egg.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/dropper.json b/1.9.4/assets/minecraft/models/block/dropper.json new file mode 100644 index 00000000..3b6e09e3 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/dropper.json @@ -0,0 +1,8 @@ +{ + "parent": "block/orientable", + "textures": { + "top": "blocks/furnace_top", + "front": "blocks/dropper_front_horizontal", + "side": "blocks/furnace_side" + } +} diff --git a/1.9.4/assets/minecraft/models/block/dropper_vertical.json b/1.9.4/assets/minecraft/models/block/dropper_vertical.json new file mode 100644 index 00000000..bf763e0b --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/dropper_vertical.json @@ -0,0 +1,7 @@ +{ + "parent": "block/orientable_vertical", + "textures": { + "front": "blocks/dropper_front_vertical", + "side": "blocks/furnace_top" + } +} diff --git a/1.9.4/assets/minecraft/models/block/emerald_block.json b/1.9.4/assets/minecraft/models/block/emerald_block.json new file mode 100644 index 00000000..b58a988e --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/emerald_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/emerald_block" + } +} diff --git a/1.9.4/assets/minecraft/models/block/emerald_ore.json b/1.9.4/assets/minecraft/models/block/emerald_ore.json new file mode 100644 index 00000000..32347f3d --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/emerald_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/emerald_ore" + } +} diff --git a/1.9.4/assets/minecraft/models/block/enchanting_table_base.json b/1.9.4/assets/minecraft/models/block/enchanting_table_base.json new file mode 100644 index 00000000..dccc5fa7 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/enchanting_table_base.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/end_bricks.json b/1.9.4/assets/minecraft/models/block/end_bricks.json new file mode 100644 index 00000000..edc2b1c7 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/end_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/end_bricks" + } +} diff --git a/1.9.4/assets/minecraft/models/block/end_portal_frame_empty.json b/1.9.4/assets/minecraft/models/block/end_portal_frame_empty.json new file mode 100644 index 00000000..80dc2840 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/end_portal_frame_empty.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/end_portal_frame_filled.json b/1.9.4/assets/minecraft/models/block/end_portal_frame_filled.json new file mode 100644 index 00000000..778afa38 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/end_portal_frame_filled.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/end_rod.json b/1.9.4/assets/minecraft/models/block/end_rod.json new file mode 100644 index 00000000..82bb74fe --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/end_rod.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/end_stone.json b/1.9.4/assets/minecraft/models/block/end_stone.json new file mode 100644 index 00000000..a66a6322 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/end_stone.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/end_stone" + } +} diff --git a/1.9.4/assets/minecraft/models/block/farmland.json b/1.9.4/assets/minecraft/models/block/farmland.json new file mode 100644 index 00000000..5d2aa96c --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/farmland.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/farmland_dry.json b/1.9.4/assets/minecraft/models/block/farmland_dry.json new file mode 100644 index 00000000..94e31eb2 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/farmland_dry.json @@ -0,0 +1,8 @@ +{ + "parent": "block/farmland", + "textures": { + "particle": "blocks/dirt", + "dirt": "blocks/dirt", + "top": "blocks/farmland_dry" + } +} diff --git a/1.9.4/assets/minecraft/models/block/farmland_moist.json b/1.9.4/assets/minecraft/models/block/farmland_moist.json new file mode 100644 index 00000000..a1cda532 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/farmland_moist.json @@ -0,0 +1,8 @@ +{ + "parent": "block/farmland", + "textures": { + "particle": "blocks/dirt", + "dirt": "blocks/dirt", + "top": "blocks/farmland_wet" + } +} diff --git a/1.9.4/assets/minecraft/models/block/fence_gate_closed.json b/1.9.4/assets/minecraft/models/block/fence_gate_closed.json new file mode 100644 index 00000000..c50708a9 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/fence_gate_closed.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/fence_gate_open.json b/1.9.4/assets/minecraft/models/block/fence_gate_open.json new file mode 100644 index 00000000..9e7baf90 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/fence_gate_open.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/fence_inventory.json b/1.9.4/assets/minecraft/models/block/fence_inventory.json new file mode 100644 index 00000000..514f7416 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/fence_inventory.json @@ -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" + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/fence_post.json b/1.9.4/assets/minecraft/models/block/fence_post.json new file mode 100644 index 00000000..d472ce6a --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/fence_post.json @@ -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" + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/fence_side.json b/1.9.4/assets/minecraft/models/block/fence_side.json new file mode 100644 index 00000000..7145349b --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/fence_side.json @@ -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" + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/fern.json b/1.9.4/assets/minecraft/models/block/fern.json new file mode 100644 index 00000000..95322f9b --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/fern.json @@ -0,0 +1,6 @@ +{ + "parent": "block/tinted_cross", + "textures": { + "cross": "blocks/fern" + } +} diff --git a/1.9.4/assets/minecraft/models/block/fire_floor.json b/1.9.4/assets/minecraft/models/block/fire_floor.json new file mode 100644 index 00000000..002cce9f --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/fire_floor.json @@ -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" }} + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/fire_floor0.json b/1.9.4/assets/minecraft/models/block/fire_floor0.json new file mode 100644 index 00000000..230630ee --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/fire_floor0.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_floor", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/1.9.4/assets/minecraft/models/block/fire_floor1.json b/1.9.4/assets/minecraft/models/block/fire_floor1.json new file mode 100644 index 00000000..6b7d687a --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/fire_floor1.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_floor", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/1.9.4/assets/minecraft/models/block/fire_side.json b/1.9.4/assets/minecraft/models/block/fire_side.json new file mode 100644 index 00000000..e16c6b3a --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/fire_side.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/fire_side0.json b/1.9.4/assets/minecraft/models/block/fire_side0.json new file mode 100644 index 00000000..b042da04 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/fire_side0.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_side", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/1.9.4/assets/minecraft/models/block/fire_side1.json b/1.9.4/assets/minecraft/models/block/fire_side1.json new file mode 100644 index 00000000..c79dbc0b --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/fire_side1.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_side", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/1.9.4/assets/minecraft/models/block/fire_side_alt.json b/1.9.4/assets/minecraft/models/block/fire_side_alt.json new file mode 100644 index 00000000..38f82bbd --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/fire_side_alt.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/fire_side_alt0.json b/1.9.4/assets/minecraft/models/block/fire_side_alt0.json new file mode 100644 index 00000000..5c17f62e --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/fire_side_alt0.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_side_alt", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/1.9.4/assets/minecraft/models/block/fire_side_alt1.json b/1.9.4/assets/minecraft/models/block/fire_side_alt1.json new file mode 100644 index 00000000..fae9f99c --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/fire_side_alt1.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_side_alt", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/1.9.4/assets/minecraft/models/block/fire_up.json b/1.9.4/assets/minecraft/models/block/fire_up.json new file mode 100644 index 00000000..e0f391d5 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/fire_up.json @@ -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 }} + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/fire_up0.json b/1.9.4/assets/minecraft/models/block/fire_up0.json new file mode 100644 index 00000000..a3e1b622 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/fire_up0.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_up", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/1.9.4/assets/minecraft/models/block/fire_up1.json b/1.9.4/assets/minecraft/models/block/fire_up1.json new file mode 100644 index 00000000..f7884dd3 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/fire_up1.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_up", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/1.9.4/assets/minecraft/models/block/fire_up_alt.json b/1.9.4/assets/minecraft/models/block/fire_up_alt.json new file mode 100644 index 00000000..9bfab62e --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/fire_up_alt.json @@ -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" }} + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/fire_up_alt0.json b/1.9.4/assets/minecraft/models/block/fire_up_alt0.json new file mode 100644 index 00000000..4ead456c --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/fire_up_alt0.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_up_alt", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/1.9.4/assets/minecraft/models/block/fire_up_alt1.json b/1.9.4/assets/minecraft/models/block/fire_up_alt1.json new file mode 100644 index 00000000..80a31ef0 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/fire_up_alt1.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_up_alt", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/1.9.4/assets/minecraft/models/block/flower_pot.json b/1.9.4/assets/minecraft/models/block/flower_pot.json new file mode 100644 index 00000000..b5f1c295 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/flower_pot.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/flower_pot_acacia.json b/1.9.4/assets/minecraft/models/block/flower_pot_acacia.json new file mode 100644 index 00000000..21f6dcdc --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/flower_pot_acacia.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/sapling_acacia" + } +} diff --git a/1.9.4/assets/minecraft/models/block/flower_pot_allium.json b/1.9.4/assets/minecraft/models/block/flower_pot_allium.json new file mode 100644 index 00000000..2a0e6866 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/flower_pot_allium.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/flower_allium" + } +} diff --git a/1.9.4/assets/minecraft/models/block/flower_pot_birch.json b/1.9.4/assets/minecraft/models/block/flower_pot_birch.json new file mode 100644 index 00000000..90c04a16 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/flower_pot_birch.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/sapling_birch" + } +} diff --git a/1.9.4/assets/minecraft/models/block/flower_pot_cactus.json b/1.9.4/assets/minecraft/models/block/flower_pot_cactus.json new file mode 100644 index 00000000..669e3f79 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/flower_pot_cactus.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/flower_pot_cross.json b/1.9.4/assets/minecraft/models/block/flower_pot_cross.json new file mode 100644 index 00000000..7af477bd --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/flower_pot_cross.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/flower_pot_daisy.json b/1.9.4/assets/minecraft/models/block/flower_pot_daisy.json new file mode 100644 index 00000000..d0650442 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/flower_pot_daisy.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/flower_oxeye_daisy" + } +} diff --git a/1.9.4/assets/minecraft/models/block/flower_pot_dandelion.json b/1.9.4/assets/minecraft/models/block/flower_pot_dandelion.json new file mode 100644 index 00000000..353eb5e5 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/flower_pot_dandelion.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/flower_dandelion" + } +} diff --git a/1.9.4/assets/minecraft/models/block/flower_pot_dark_oak.json b/1.9.4/assets/minecraft/models/block/flower_pot_dark_oak.json new file mode 100644 index 00000000..f0c714ef --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/flower_pot_dark_oak.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/sapling_roofed_oak" + } +} diff --git a/1.9.4/assets/minecraft/models/block/flower_pot_dead_bush.json b/1.9.4/assets/minecraft/models/block/flower_pot_dead_bush.json new file mode 100644 index 00000000..b7921690 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/flower_pot_dead_bush.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/deadbush" + } +} diff --git a/1.9.4/assets/minecraft/models/block/flower_pot_fern.json b/1.9.4/assets/minecraft/models/block/flower_pot_fern.json new file mode 100644 index 00000000..e12f90d5 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/flower_pot_fern.json @@ -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 } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/flower_pot_houstonia.json b/1.9.4/assets/minecraft/models/block/flower_pot_houstonia.json new file mode 100644 index 00000000..a270ed8f --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/flower_pot_houstonia.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/flower_houstonia" + } +} diff --git a/1.9.4/assets/minecraft/models/block/flower_pot_jungle.json b/1.9.4/assets/minecraft/models/block/flower_pot_jungle.json new file mode 100644 index 00000000..c8c854c6 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/flower_pot_jungle.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/sapling_jungle" + } +} diff --git a/1.9.4/assets/minecraft/models/block/flower_pot_mushroom_brown.json b/1.9.4/assets/minecraft/models/block/flower_pot_mushroom_brown.json new file mode 100644 index 00000000..531c5644 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/flower_pot_mushroom_brown.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/mushroom_brown" + } +} diff --git a/1.9.4/assets/minecraft/models/block/flower_pot_mushroom_red.json b/1.9.4/assets/minecraft/models/block/flower_pot_mushroom_red.json new file mode 100644 index 00000000..2e339ae6 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/flower_pot_mushroom_red.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/mushroom_red" + } +} diff --git a/1.9.4/assets/minecraft/models/block/flower_pot_oak.json b/1.9.4/assets/minecraft/models/block/flower_pot_oak.json new file mode 100644 index 00000000..8a90b8c3 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/flower_pot_oak.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/sapling_oak" + } +} diff --git a/1.9.4/assets/minecraft/models/block/flower_pot_orchid.json b/1.9.4/assets/minecraft/models/block/flower_pot_orchid.json new file mode 100644 index 00000000..a5f29ffd --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/flower_pot_orchid.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/flower_blue_orchid" + } +} diff --git a/1.9.4/assets/minecraft/models/block/flower_pot_rose.json b/1.9.4/assets/minecraft/models/block/flower_pot_rose.json new file mode 100644 index 00000000..ffd38bfe --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/flower_pot_rose.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/flower_rose" + } +} diff --git a/1.9.4/assets/minecraft/models/block/flower_pot_spruce.json b/1.9.4/assets/minecraft/models/block/flower_pot_spruce.json new file mode 100644 index 00000000..752a0a91 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/flower_pot_spruce.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/sapling_spruce" + } +} diff --git a/1.9.4/assets/minecraft/models/block/flower_pot_tulip_orange.json b/1.9.4/assets/minecraft/models/block/flower_pot_tulip_orange.json new file mode 100644 index 00000000..c397ab4f --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/flower_pot_tulip_orange.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/flower_tulip_orange" + } +} diff --git a/1.9.4/assets/minecraft/models/block/flower_pot_tulip_pink.json b/1.9.4/assets/minecraft/models/block/flower_pot_tulip_pink.json new file mode 100644 index 00000000..74db107c --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/flower_pot_tulip_pink.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/flower_tulip_pink" + } +} diff --git a/1.9.4/assets/minecraft/models/block/flower_pot_tulip_red.json b/1.9.4/assets/minecraft/models/block/flower_pot_tulip_red.json new file mode 100644 index 00000000..8285aea9 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/flower_pot_tulip_red.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/flower_tulip_red" + } +} diff --git a/1.9.4/assets/minecraft/models/block/flower_pot_tulip_white.json b/1.9.4/assets/minecraft/models/block/flower_pot_tulip_white.json new file mode 100644 index 00000000..adc4ed9b --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/flower_pot_tulip_white.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/flower_tulip_white" + } +} diff --git a/1.9.4/assets/minecraft/models/block/frosted_ice_0.json b/1.9.4/assets/minecraft/models/block/frosted_ice_0.json new file mode 100644 index 00000000..eebe1da6 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/frosted_ice_0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/frosted_ice_0" + } +} diff --git a/1.9.4/assets/minecraft/models/block/frosted_ice_1.json b/1.9.4/assets/minecraft/models/block/frosted_ice_1.json new file mode 100644 index 00000000..a33d79e8 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/frosted_ice_1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/frosted_ice_1" + } +} diff --git a/1.9.4/assets/minecraft/models/block/frosted_ice_2.json b/1.9.4/assets/minecraft/models/block/frosted_ice_2.json new file mode 100644 index 00000000..0ba8c37d --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/frosted_ice_2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/frosted_ice_2" + } +} diff --git a/1.9.4/assets/minecraft/models/block/frosted_ice_3.json b/1.9.4/assets/minecraft/models/block/frosted_ice_3.json new file mode 100644 index 00000000..989789f8 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/frosted_ice_3.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/frosted_ice_3" + } +} diff --git a/1.9.4/assets/minecraft/models/block/furnace.json b/1.9.4/assets/minecraft/models/block/furnace.json new file mode 100644 index 00000000..9d88a5e6 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/furnace.json @@ -0,0 +1,8 @@ +{ + "parent": "block/orientable", + "textures": { + "top": "blocks/furnace_top", + "front": "blocks/furnace_front_off", + "side": "blocks/furnace_side" + } +} diff --git a/1.9.4/assets/minecraft/models/block/glass.json b/1.9.4/assets/minecraft/models/block/glass.json new file mode 100644 index 00000000..aa796b5a --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/glass.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass" + } +} diff --git a/1.9.4/assets/minecraft/models/block/glass_black.json b/1.9.4/assets/minecraft/models/block/glass_black.json new file mode 100644 index 00000000..b9008a0d --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/glass_black.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_black" + } +} diff --git a/1.9.4/assets/minecraft/models/block/glass_blue.json b/1.9.4/assets/minecraft/models/block/glass_blue.json new file mode 100644 index 00000000..3f8fb9b3 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/glass_blue.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_blue" + } +} diff --git a/1.9.4/assets/minecraft/models/block/glass_brown.json b/1.9.4/assets/minecraft/models/block/glass_brown.json new file mode 100644 index 00000000..b916aa97 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/glass_brown.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_brown" + } +} diff --git a/1.9.4/assets/minecraft/models/block/glass_cyan.json b/1.9.4/assets/minecraft/models/block/glass_cyan.json new file mode 100644 index 00000000..83e6c583 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/glass_cyan.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_cyan" + } +} diff --git a/1.9.4/assets/minecraft/models/block/glass_gray.json b/1.9.4/assets/minecraft/models/block/glass_gray.json new file mode 100644 index 00000000..f37201de --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/glass_gray.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_gray" + } +} diff --git a/1.9.4/assets/minecraft/models/block/glass_green.json b/1.9.4/assets/minecraft/models/block/glass_green.json new file mode 100644 index 00000000..c313268b --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/glass_green.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_green" + } +} diff --git a/1.9.4/assets/minecraft/models/block/glass_light_blue.json b/1.9.4/assets/minecraft/models/block/glass_light_blue.json new file mode 100644 index 00000000..2faeffab --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/glass_light_blue.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_light_blue" + } +} diff --git a/1.9.4/assets/minecraft/models/block/glass_lime.json b/1.9.4/assets/minecraft/models/block/glass_lime.json new file mode 100644 index 00000000..f6ba9c3f --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/glass_lime.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_lime" + } +} diff --git a/1.9.4/assets/minecraft/models/block/glass_magenta.json b/1.9.4/assets/minecraft/models/block/glass_magenta.json new file mode 100644 index 00000000..fda210f0 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/glass_magenta.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_magenta" + } +} diff --git a/1.9.4/assets/minecraft/models/block/glass_orange.json b/1.9.4/assets/minecraft/models/block/glass_orange.json new file mode 100644 index 00000000..d2d7204c --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/glass_orange.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_orange" + } +} diff --git a/1.9.4/assets/minecraft/models/block/glass_pane_noside.json b/1.9.4/assets/minecraft/models/block/glass_pane_noside.json new file mode 100644 index 00000000..63592f78 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside", + "textures": { + "pane": "blocks/glass" + } +} diff --git a/1.9.4/assets/minecraft/models/block/glass_pane_noside_alt.json b/1.9.4/assets/minecraft/models/block/glass_pane_noside_alt.json new file mode 100644 index 00000000..102b2e04 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside_alt", + "textures": { + "pane": "blocks/glass" + } +} diff --git a/1.9.4/assets/minecraft/models/block/glass_pane_post.json b/1.9.4/assets/minecraft/models/block/glass_pane_post.json new file mode 100644 index 00000000..da55b89e --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_post", + "textures": { + "edge": "blocks/glass_pane_top", + "pane": "blocks/glass" + } +} diff --git a/1.9.4/assets/minecraft/models/block/glass_pane_side.json b/1.9.4/assets/minecraft/models/block/glass_pane_side.json new file mode 100644 index 00000000..7fa77aec --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side", + "textures": { + "edge": "blocks/glass_pane_top", + "pane": "blocks/glass" + } +} diff --git a/1.9.4/assets/minecraft/models/block/glass_pane_side_alt.json b/1.9.4/assets/minecraft/models/block/glass_pane_side_alt.json new file mode 100644 index 00000000..a304ba5e --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side_alt", + "textures": { + "edge": "blocks/glass_pane_top", + "pane": "blocks/glass" + } +} diff --git a/1.9.4/assets/minecraft/models/block/glass_pink.json b/1.9.4/assets/minecraft/models/block/glass_pink.json new file mode 100644 index 00000000..b557e8b7 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/glass_pink.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_pink" + } +} diff --git a/1.9.4/assets/minecraft/models/block/glass_purple.json b/1.9.4/assets/minecraft/models/block/glass_purple.json new file mode 100644 index 00000000..ac129046 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/glass_purple.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_purple" + } +} diff --git a/1.9.4/assets/minecraft/models/block/glass_red.json b/1.9.4/assets/minecraft/models/block/glass_red.json new file mode 100644 index 00000000..939f58d9 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/glass_red.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_red" + } +} diff --git a/1.9.4/assets/minecraft/models/block/glass_silver.json b/1.9.4/assets/minecraft/models/block/glass_silver.json new file mode 100644 index 00000000..afeeeaa5 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/glass_silver.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_silver" + } +} diff --git a/1.9.4/assets/minecraft/models/block/glass_white.json b/1.9.4/assets/minecraft/models/block/glass_white.json new file mode 100644 index 00000000..c7df9fc8 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/glass_white.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_white" + } +} diff --git a/1.9.4/assets/minecraft/models/block/glass_yellow.json b/1.9.4/assets/minecraft/models/block/glass_yellow.json new file mode 100644 index 00000000..3ba5a6c6 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/glass_yellow.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_yellow" + } +} diff --git a/1.9.4/assets/minecraft/models/block/glowstone.json b/1.9.4/assets/minecraft/models/block/glowstone.json new file mode 100644 index 00000000..9ffe5db9 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/glowstone.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glowstone" + } +} diff --git a/1.9.4/assets/minecraft/models/block/gold_block.json b/1.9.4/assets/minecraft/models/block/gold_block.json new file mode 100644 index 00000000..1c227f01 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/gold_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/gold_block" + } +} diff --git a/1.9.4/assets/minecraft/models/block/gold_ore.json b/1.9.4/assets/minecraft/models/block/gold_ore.json new file mode 100644 index 00000000..ce4e0352 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/gold_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/gold_ore" + } +} diff --git a/1.9.4/assets/minecraft/models/block/golden_rail_active_flat.json b/1.9.4/assets/minecraft/models/block/golden_rail_active_flat.json new file mode 100644 index 00000000..a2f49b10 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/golden_rail_active_flat.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_flat", + "textures": { + "rail": "blocks/rail_golden_powered" + } +} diff --git a/1.9.4/assets/minecraft/models/block/golden_rail_active_raised_ne.json b/1.9.4/assets/minecraft/models/block/golden_rail_active_raised_ne.json new file mode 100644 index 00000000..4ab8f64b --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/golden_rail_active_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_ne", + "textures": { + "rail": "blocks/rail_golden_powered" + } +} diff --git a/1.9.4/assets/minecraft/models/block/golden_rail_active_raised_sw.json b/1.9.4/assets/minecraft/models/block/golden_rail_active_raised_sw.json new file mode 100644 index 00000000..8fef0597 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/golden_rail_active_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_sw", + "textures": { + "rail": "blocks/rail_golden_powered" + } +} diff --git a/1.9.4/assets/minecraft/models/block/golden_rail_flat.json b/1.9.4/assets/minecraft/models/block/golden_rail_flat.json new file mode 100644 index 00000000..87a08fc8 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/golden_rail_flat.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_flat", + "textures": { + "rail": "blocks/rail_golden" + } +} diff --git a/1.9.4/assets/minecraft/models/block/golden_rail_raised_ne.json b/1.9.4/assets/minecraft/models/block/golden_rail_raised_ne.json new file mode 100644 index 00000000..ff3856d7 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/golden_rail_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_ne", + "textures": { + "rail": "blocks/rail_golden" + } +} diff --git a/1.9.4/assets/minecraft/models/block/golden_rail_raised_sw.json b/1.9.4/assets/minecraft/models/block/golden_rail_raised_sw.json new file mode 100644 index 00000000..520414d3 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/golden_rail_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_sw", + "textures": { + "rail": "blocks/rail_golden" + } +} diff --git a/1.9.4/assets/minecraft/models/block/granite.json b/1.9.4/assets/minecraft/models/block/granite.json new file mode 100644 index 00000000..eee4faed --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/granite.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/stone_granite" + } +} diff --git a/1.9.4/assets/minecraft/models/block/granite_smooth.json b/1.9.4/assets/minecraft/models/block/granite_smooth.json new file mode 100644 index 00000000..31fc9f10 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/granite_smooth.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/stone_granite_smooth" + } +} diff --git a/1.9.4/assets/minecraft/models/block/grass.json b/1.9.4/assets/minecraft/models/block/grass.json new file mode 100644 index 00000000..b4307817 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/grass.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/grass_normal.json b/1.9.4/assets/minecraft/models/block/grass_normal.json new file mode 100644 index 00000000..b6201ebf --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/grass_normal.json @@ -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" + } +} diff --git a/1.9.4/assets/minecraft/models/block/grass_path.json b/1.9.4/assets/minecraft/models/block/grass_path.json new file mode 100644 index 00000000..377d0b8c --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/grass_path.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/grass_snowed.json b/1.9.4/assets/minecraft/models/block/grass_snowed.json new file mode 100644 index 00000000..c33ffc53 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/grass_snowed.json @@ -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" + } +} diff --git a/1.9.4/assets/minecraft/models/block/gravel.json b/1.9.4/assets/minecraft/models/block/gravel.json new file mode 100644 index 00000000..e2cf665e --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/gravel.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/gravel" + } +} diff --git a/1.9.4/assets/minecraft/models/block/gray_stained_glass_pane_noside.json b/1.9.4/assets/minecraft/models/block/gray_stained_glass_pane_noside.json new file mode 100644 index 00000000..b1cbd11e --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/gray_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside", + "textures": { + "pane": "blocks/glass_gray" + } +} diff --git a/1.9.4/assets/minecraft/models/block/gray_stained_glass_pane_noside_alt.json b/1.9.4/assets/minecraft/models/block/gray_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..11bc2a3d --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/gray_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside_alt", + "textures": { + "pane": "blocks/glass_gray" + } +} diff --git a/1.9.4/assets/minecraft/models/block/gray_stained_glass_pane_post.json b/1.9.4/assets/minecraft/models/block/gray_stained_glass_pane_post.json new file mode 100644 index 00000000..375b2afd --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/gray_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_post", + "textures": { + "edge": "blocks/glass_pane_top_gray", + "pane": "blocks/glass_gray" + } +} diff --git a/1.9.4/assets/minecraft/models/block/gray_stained_glass_pane_side.json b/1.9.4/assets/minecraft/models/block/gray_stained_glass_pane_side.json new file mode 100644 index 00000000..ee28eb3e --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/gray_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side", + "textures": { + "edge": "blocks/glass_pane_top_gray", + "pane": "blocks/glass_gray" + } +} diff --git a/1.9.4/assets/minecraft/models/block/gray_stained_glass_pane_side_alt.json b/1.9.4/assets/minecraft/models/block/gray_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..2fa85d6d --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/gray_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side_alt", + "textures": { + "edge": "blocks/glass_pane_top_gray", + "pane": "blocks/glass_gray" + } +} diff --git a/1.9.4/assets/minecraft/models/block/gray_wool.json b/1.9.4/assets/minecraft/models/block/gray_wool.json new file mode 100644 index 00000000..f88eb1d5 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/gray_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_gray" + } +} diff --git a/1.9.4/assets/minecraft/models/block/green_stained_glass_pane_noside.json b/1.9.4/assets/minecraft/models/block/green_stained_glass_pane_noside.json new file mode 100644 index 00000000..01bbf6e9 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/green_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside", + "textures": { + "pane": "blocks/glass_green" + } +} diff --git a/1.9.4/assets/minecraft/models/block/green_stained_glass_pane_noside_alt.json b/1.9.4/assets/minecraft/models/block/green_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..e325aa0d --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/green_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside_alt", + "textures": { + "pane": "blocks/glass_green" + } +} diff --git a/1.9.4/assets/minecraft/models/block/green_stained_glass_pane_post.json b/1.9.4/assets/minecraft/models/block/green_stained_glass_pane_post.json new file mode 100644 index 00000000..f51d496b --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/green_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_post", + "textures": { + "edge": "blocks/glass_pane_top_green", + "pane": "blocks/glass_green" + } +} diff --git a/1.9.4/assets/minecraft/models/block/green_stained_glass_pane_side.json b/1.9.4/assets/minecraft/models/block/green_stained_glass_pane_side.json new file mode 100644 index 00000000..1f32d8e9 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/green_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side", + "textures": { + "edge": "blocks/glass_pane_top_green", + "pane": "blocks/glass_green" + } +} diff --git a/1.9.4/assets/minecraft/models/block/green_stained_glass_pane_side_alt.json b/1.9.4/assets/minecraft/models/block/green_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..d5c61318 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/green_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side_alt", + "textures": { + "edge": "blocks/glass_pane_top_green", + "pane": "blocks/glass_green" + } +} diff --git a/1.9.4/assets/minecraft/models/block/green_wool.json b/1.9.4/assets/minecraft/models/block/green_wool.json new file mode 100644 index 00000000..44c65a54 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/green_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_green" + } +} diff --git a/1.9.4/assets/minecraft/models/block/half_slab.json b/1.9.4/assets/minecraft/models/block/half_slab.json new file mode 100644 index 00000000..1eadc701 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/half_slab.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/half_slab_acacia.json b/1.9.4/assets/minecraft/models/block/half_slab_acacia.json new file mode 100644 index 00000000..25e73536 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/half_slab_acacia.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/planks_acacia", + "top": "blocks/planks_acacia", + "side": "blocks/planks_acacia" + } +} diff --git a/1.9.4/assets/minecraft/models/block/half_slab_birch.json b/1.9.4/assets/minecraft/models/block/half_slab_birch.json new file mode 100644 index 00000000..1dc753cf --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/half_slab_birch.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/planks_birch", + "top": "blocks/planks_birch", + "side": "blocks/planks_birch" + } +} diff --git a/1.9.4/assets/minecraft/models/block/half_slab_brick.json b/1.9.4/assets/minecraft/models/block/half_slab_brick.json new file mode 100644 index 00000000..1fd4a27d --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/half_slab_brick.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/brick", + "top": "blocks/brick", + "side": "blocks/brick" + } +} diff --git a/1.9.4/assets/minecraft/models/block/half_slab_cobblestone.json b/1.9.4/assets/minecraft/models/block/half_slab_cobblestone.json new file mode 100644 index 00000000..75207948 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/half_slab_cobblestone.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/cobblestone", + "top": "blocks/cobblestone", + "side": "blocks/cobblestone" + } +} diff --git a/1.9.4/assets/minecraft/models/block/half_slab_dark_oak.json b/1.9.4/assets/minecraft/models/block/half_slab_dark_oak.json new file mode 100644 index 00000000..f4d89ecd --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/half_slab_dark_oak.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/planks_big_oak", + "top": "blocks/planks_big_oak", + "side": "blocks/planks_big_oak" + } +} diff --git a/1.9.4/assets/minecraft/models/block/half_slab_jungle.json b/1.9.4/assets/minecraft/models/block/half_slab_jungle.json new file mode 100644 index 00000000..5d3d2715 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/half_slab_jungle.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/planks_jungle", + "top": "blocks/planks_jungle", + "side": "blocks/planks_jungle" + } +} diff --git a/1.9.4/assets/minecraft/models/block/half_slab_nether_brick.json b/1.9.4/assets/minecraft/models/block/half_slab_nether_brick.json new file mode 100644 index 00000000..2e30c56d --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/half_slab_nether_brick.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/nether_brick", + "top": "blocks/nether_brick", + "side": "blocks/nether_brick" + } +} diff --git a/1.9.4/assets/minecraft/models/block/half_slab_oak.json b/1.9.4/assets/minecraft/models/block/half_slab_oak.json new file mode 100644 index 00000000..15b26120 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/half_slab_oak.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/planks_oak", + "top": "blocks/planks_oak", + "side": "blocks/planks_oak" + } +} diff --git a/1.9.4/assets/minecraft/models/block/half_slab_purpur.json b/1.9.4/assets/minecraft/models/block/half_slab_purpur.json new file mode 100644 index 00000000..76cc60b8 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/half_slab_purpur.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/purpur_block", + "top": "blocks/purpur_block", + "side": "blocks/purpur_block" + } +} diff --git a/1.9.4/assets/minecraft/models/block/half_slab_quartz.json b/1.9.4/assets/minecraft/models/block/half_slab_quartz.json new file mode 100644 index 00000000..1066da7e --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/half_slab_quartz.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/quartz_block_bottom", + "top": "blocks/quartz_block_top", + "side": "blocks/quartz_block_side" + } +} diff --git a/1.9.4/assets/minecraft/models/block/half_slab_red_sandstone.json b/1.9.4/assets/minecraft/models/block/half_slab_red_sandstone.json new file mode 100644 index 00000000..08dc64c2 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/half_slab_red_sandstone.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/red_sandstone_bottom", + "top": "blocks/red_sandstone_top", + "side": "blocks/red_sandstone_normal" + } +} diff --git a/1.9.4/assets/minecraft/models/block/half_slab_sandstone.json b/1.9.4/assets/minecraft/models/block/half_slab_sandstone.json new file mode 100644 index 00000000..5d08ff48 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/half_slab_sandstone.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/sandstone_bottom", + "top": "blocks/sandstone_top", + "side": "blocks/sandstone_normal" + } +} diff --git a/1.9.4/assets/minecraft/models/block/half_slab_spruce.json b/1.9.4/assets/minecraft/models/block/half_slab_spruce.json new file mode 100644 index 00000000..9e28d9f1 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/half_slab_spruce.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/planks_spruce", + "top": "blocks/planks_spruce", + "side": "blocks/planks_spruce" + } +} diff --git a/1.9.4/assets/minecraft/models/block/half_slab_stone.json b/1.9.4/assets/minecraft/models/block/half_slab_stone.json new file mode 100644 index 00000000..b09be3e5 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/half_slab_stone.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/stone_slab_top", + "top": "blocks/stone_slab_top", + "side": "blocks/stone_slab_side" + } +} diff --git a/1.9.4/assets/minecraft/models/block/half_slab_stone_brick.json b/1.9.4/assets/minecraft/models/block/half_slab_stone_brick.json new file mode 100644 index 00000000..9bb3abc8 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/half_slab_stone_brick.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/stonebrick", + "top": "blocks/stonebrick", + "side": "blocks/stonebrick" + } +} diff --git a/1.9.4/assets/minecraft/models/block/hardened_clay.json b/1.9.4/assets/minecraft/models/block/hardened_clay.json new file mode 100644 index 00000000..5f29119c --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/hardened_clay.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay" + } +} diff --git a/1.9.4/assets/minecraft/models/block/hardened_clay_black.json b/1.9.4/assets/minecraft/models/block/hardened_clay_black.json new file mode 100644 index 00000000..cab25b2f --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/hardened_clay_black.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_black" + } +} diff --git a/1.9.4/assets/minecraft/models/block/hardened_clay_blue.json b/1.9.4/assets/minecraft/models/block/hardened_clay_blue.json new file mode 100644 index 00000000..01eed452 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/hardened_clay_blue.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_blue" + } +} diff --git a/1.9.4/assets/minecraft/models/block/hardened_clay_brown.json b/1.9.4/assets/minecraft/models/block/hardened_clay_brown.json new file mode 100644 index 00000000..646946d7 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/hardened_clay_brown.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_brown" + } +} diff --git a/1.9.4/assets/minecraft/models/block/hardened_clay_cyan.json b/1.9.4/assets/minecraft/models/block/hardened_clay_cyan.json new file mode 100644 index 00000000..fd4243ae --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/hardened_clay_cyan.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_cyan" + } +} diff --git a/1.9.4/assets/minecraft/models/block/hardened_clay_gray.json b/1.9.4/assets/minecraft/models/block/hardened_clay_gray.json new file mode 100644 index 00000000..4fd29f50 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/hardened_clay_gray.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_gray" + } +} diff --git a/1.9.4/assets/minecraft/models/block/hardened_clay_green.json b/1.9.4/assets/minecraft/models/block/hardened_clay_green.json new file mode 100644 index 00000000..b04b0963 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/hardened_clay_green.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_green" + } +} diff --git a/1.9.4/assets/minecraft/models/block/hardened_clay_light_blue.json b/1.9.4/assets/minecraft/models/block/hardened_clay_light_blue.json new file mode 100644 index 00000000..a601f953 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/hardened_clay_light_blue.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_light_blue" + } +} diff --git a/1.9.4/assets/minecraft/models/block/hardened_clay_lime.json b/1.9.4/assets/minecraft/models/block/hardened_clay_lime.json new file mode 100644 index 00000000..34f4474b --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/hardened_clay_lime.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_lime" + } +} diff --git a/1.9.4/assets/minecraft/models/block/hardened_clay_magenta.json b/1.9.4/assets/minecraft/models/block/hardened_clay_magenta.json new file mode 100644 index 00000000..69e09448 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/hardened_clay_magenta.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_magenta" + } +} diff --git a/1.9.4/assets/minecraft/models/block/hardened_clay_orange.json b/1.9.4/assets/minecraft/models/block/hardened_clay_orange.json new file mode 100644 index 00000000..6feb8673 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/hardened_clay_orange.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_orange" + } +} diff --git a/1.9.4/assets/minecraft/models/block/hardened_clay_pink.json b/1.9.4/assets/minecraft/models/block/hardened_clay_pink.json new file mode 100644 index 00000000..20afb21a --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/hardened_clay_pink.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_pink" + } +} diff --git a/1.9.4/assets/minecraft/models/block/hardened_clay_purple.json b/1.9.4/assets/minecraft/models/block/hardened_clay_purple.json new file mode 100644 index 00000000..a5865ec8 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/hardened_clay_purple.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_purple" + } +} diff --git a/1.9.4/assets/minecraft/models/block/hardened_clay_red.json b/1.9.4/assets/minecraft/models/block/hardened_clay_red.json new file mode 100644 index 00000000..77c34ebe --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/hardened_clay_red.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_red" + } +} diff --git a/1.9.4/assets/minecraft/models/block/hardened_clay_silver.json b/1.9.4/assets/minecraft/models/block/hardened_clay_silver.json new file mode 100644 index 00000000..88e0d8b7 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/hardened_clay_silver.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_silver" + } +} diff --git a/1.9.4/assets/minecraft/models/block/hardened_clay_white.json b/1.9.4/assets/minecraft/models/block/hardened_clay_white.json new file mode 100644 index 00000000..5af1046e --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/hardened_clay_white.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_white" + } +} diff --git a/1.9.4/assets/minecraft/models/block/hardened_clay_yellow.json b/1.9.4/assets/minecraft/models/block/hardened_clay_yellow.json new file mode 100644 index 00000000..f1564534 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/hardened_clay_yellow.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_yellow" + } +} diff --git a/1.9.4/assets/minecraft/models/block/hay.json b/1.9.4/assets/minecraft/models/block/hay.json new file mode 100644 index 00000000..542ffc0b --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/hay.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/hay_block_top", + "side": "blocks/hay_block_side" + } +} diff --git a/1.9.4/assets/minecraft/models/block/heavy_pressure_plate_down.json b/1.9.4/assets/minecraft/models/block/heavy_pressure_plate_down.json new file mode 100644 index 00000000..ce663096 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/heavy_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_down", + "textures": { + "texture": "blocks/iron_block" + } +} diff --git a/1.9.4/assets/minecraft/models/block/heavy_pressure_plate_up.json b/1.9.4/assets/minecraft/models/block/heavy_pressure_plate_up.json new file mode 100644 index 00000000..308eb16a --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/heavy_pressure_plate_up.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_up", + "textures": { + "texture": "blocks/iron_block" + } +} diff --git a/1.9.4/assets/minecraft/models/block/hopper_down.json b/1.9.4/assets/minecraft/models/block/hopper_down.json new file mode 100644 index 00000000..1c3c5c10 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/hopper_down.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/hopper_side.json b/1.9.4/assets/minecraft/models/block/hopper_side.json new file mode 100644 index 00000000..78e0d9ce --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/hopper_side.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/houstonia.json b/1.9.4/assets/minecraft/models/block/houstonia.json new file mode 100644 index 00000000..ca9b3443 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/houstonia.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/flower_houstonia" + } +} diff --git a/1.9.4/assets/minecraft/models/block/ice.json b/1.9.4/assets/minecraft/models/block/ice.json new file mode 100644 index 00000000..2b94adaf --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/ice.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/ice" + } +} diff --git a/1.9.4/assets/minecraft/models/block/inner_stairs.json b/1.9.4/assets/minecraft/models/block/inner_stairs.json new file mode 100644 index 00000000..51c02e23 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/inner_stairs.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/iron_bars_cap.json b/1.9.4/assets/minecraft/models/block/iron_bars_cap.json new file mode 100644 index 00000000..a5559b5e --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/iron_bars_cap.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/iron_bars_cap_alt.json b/1.9.4/assets/minecraft/models/block/iron_bars_cap_alt.json new file mode 100644 index 00000000..e5d1874e --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/iron_bars_cap_alt.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/iron_bars_post.json b/1.9.4/assets/minecraft/models/block/iron_bars_post.json new file mode 100644 index 00000000..b3aa9ab1 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/iron_bars_post.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/iron_bars_post_ends.json b/1.9.4/assets/minecraft/models/block/iron_bars_post_ends.json new file mode 100644 index 00000000..0462aa23 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/iron_bars_post_ends.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/iron_bars_side.json b/1.9.4/assets/minecraft/models/block/iron_bars_side.json new file mode 100644 index 00000000..bcc857a9 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/iron_bars_side.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/iron_bars_side_alt.json b/1.9.4/assets/minecraft/models/block/iron_bars_side_alt.json new file mode 100644 index 00000000..d43f5852 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/iron_bars_side_alt.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/iron_block.json b/1.9.4/assets/minecraft/models/block/iron_block.json new file mode 100644 index 00000000..3ed6c885 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/iron_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/iron_block" + } +} diff --git a/1.9.4/assets/minecraft/models/block/iron_door_bottom.json b/1.9.4/assets/minecraft/models/block/iron_door_bottom.json new file mode 100644 index 00000000..013cf584 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/iron_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom", + "textures": { + "bottom": "blocks/door_iron_lower", + "top": "blocks/door_iron_upper" + } +} diff --git a/1.9.4/assets/minecraft/models/block/iron_door_bottom_rh.json b/1.9.4/assets/minecraft/models/block/iron_door_bottom_rh.json new file mode 100644 index 00000000..2cf3325f --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/iron_door_bottom_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom_rh", + "textures": { + "bottom": "blocks/door_iron_lower", + "top": "blocks/door_iron_upper" + } +} diff --git a/1.9.4/assets/minecraft/models/block/iron_door_top.json b/1.9.4/assets/minecraft/models/block/iron_door_top.json new file mode 100644 index 00000000..1e4acbd0 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/iron_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top", + "textures": { + "bottom": "blocks/door_iron_lower", + "top": "blocks/door_iron_upper" + } +} diff --git a/1.9.4/assets/minecraft/models/block/iron_door_top_rh.json b/1.9.4/assets/minecraft/models/block/iron_door_top_rh.json new file mode 100644 index 00000000..a42460c6 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/iron_door_top_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top_rh", + "textures": { + "bottom": "blocks/door_iron_lower", + "top": "blocks/door_iron_upper" + } +} diff --git a/1.9.4/assets/minecraft/models/block/iron_ore.json b/1.9.4/assets/minecraft/models/block/iron_ore.json new file mode 100644 index 00000000..a6d9f1f6 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/iron_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/iron_ore" + } +} diff --git a/1.9.4/assets/minecraft/models/block/iron_trapdoor_bottom.json b/1.9.4/assets/minecraft/models/block/iron_trapdoor_bottom.json new file mode 100644 index 00000000..548d0305 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/iron_trapdoor_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/trapdoor_bottom", + "textures": { + "texture": "blocks/iron_trapdoor" + } +} diff --git a/1.9.4/assets/minecraft/models/block/iron_trapdoor_open.json b/1.9.4/assets/minecraft/models/block/iron_trapdoor_open.json new file mode 100644 index 00000000..eca9e15d --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/iron_trapdoor_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/trapdoor_open", + "textures": { + "texture": "blocks/iron_trapdoor" + } +} diff --git a/1.9.4/assets/minecraft/models/block/iron_trapdoor_top.json b/1.9.4/assets/minecraft/models/block/iron_trapdoor_top.json new file mode 100644 index 00000000..04deb335 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/iron_trapdoor_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/trapdoor_top", + "textures": { + "texture": "blocks/iron_trapdoor" + } +} diff --git a/1.9.4/assets/minecraft/models/block/item_frame.json b/1.9.4/assets/minecraft/models/block/item_frame.json new file mode 100644 index 00000000..cc12c8df --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/item_frame.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/item_frame_map.json b/1.9.4/assets/minecraft/models/block/item_frame_map.json new file mode 100644 index 00000000..9d025635 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/item_frame_map.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/jukebox.json b/1.9.4/assets/minecraft/models/block/jukebox.json new file mode 100644 index 00000000..d03e64a9 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/jukebox.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_top", + "textures": { + "top": "blocks/jukebox_top", + "side": "blocks/jukebox_side" + } +} diff --git a/1.9.4/assets/minecraft/models/block/jungle_bark.json b/1.9.4/assets/minecraft/models/block/jungle_bark.json new file mode 100644 index 00000000..a9e95ea7 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/jungle_bark.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/log_jungle" + } +} diff --git a/1.9.4/assets/minecraft/models/block/jungle_door_bottom.json b/1.9.4/assets/minecraft/models/block/jungle_door_bottom.json new file mode 100644 index 00000000..ae05da16 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/jungle_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom", + "textures": { + "bottom": "blocks/door_jungle_lower", + "top": "blocks/door_jungle_upper" + } +} diff --git a/1.9.4/assets/minecraft/models/block/jungle_door_bottom_rh.json b/1.9.4/assets/minecraft/models/block/jungle_door_bottom_rh.json new file mode 100644 index 00000000..0aefd361 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/jungle_door_bottom_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom_rh", + "textures": { + "bottom": "blocks/door_jungle_lower", + "top": "blocks/door_jungle_upper" + } +} diff --git a/1.9.4/assets/minecraft/models/block/jungle_door_top.json b/1.9.4/assets/minecraft/models/block/jungle_door_top.json new file mode 100644 index 00000000..5c19f889 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/jungle_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top", + "textures": { + "bottom": "blocks/door_jungle_lower", + "top": "blocks/door_jungle_upper" + } +} diff --git a/1.9.4/assets/minecraft/models/block/jungle_door_top_rh.json b/1.9.4/assets/minecraft/models/block/jungle_door_top_rh.json new file mode 100644 index 00000000..df0dd9ec --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/jungle_door_top_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top_rh", + "textures": { + "bottom": "blocks/door_jungle_lower", + "top": "blocks/door_jungle_upper" + } +} diff --git a/1.9.4/assets/minecraft/models/block/jungle_fence_gate_closed.json b/1.9.4/assets/minecraft/models/block/jungle_fence_gate_closed.json new file mode 100644 index 00000000..675a2099 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/jungle_fence_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_gate_closed", + "textures": { + "texture": "blocks/planks_jungle" + } +} diff --git a/1.9.4/assets/minecraft/models/block/jungle_fence_gate_open.json b/1.9.4/assets/minecraft/models/block/jungle_fence_gate_open.json new file mode 100644 index 00000000..aaa0c23c --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/jungle_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_gate_open", + "textures": { + "texture": "blocks/planks_jungle" + } +} diff --git a/1.9.4/assets/minecraft/models/block/jungle_fence_inventory.json b/1.9.4/assets/minecraft/models/block/jungle_fence_inventory.json new file mode 100644 index 00000000..2ca9ac24 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/jungle_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_inventory", + "textures": { + "texture": "blocks/planks_jungle" + } +} diff --git a/1.9.4/assets/minecraft/models/block/jungle_fence_post.json b/1.9.4/assets/minecraft/models/block/jungle_fence_post.json new file mode 100644 index 00000000..d7afc334 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/jungle_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_post", + "textures": { + "texture": "blocks/planks_jungle" + } +} diff --git a/1.9.4/assets/minecraft/models/block/jungle_fence_side.json b/1.9.4/assets/minecraft/models/block/jungle_fence_side.json new file mode 100644 index 00000000..37ade2eb --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/jungle_fence_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_side", + "textures": { + "texture": "blocks/planks_jungle" + } +} diff --git a/1.9.4/assets/minecraft/models/block/jungle_inner_stairs.json b/1.9.4/assets/minecraft/models/block/jungle_inner_stairs.json new file mode 100644 index 00000000..754bea08 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/jungle_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/planks_jungle", + "top": "blocks/planks_jungle", + "side": "blocks/planks_jungle" + } +} diff --git a/1.9.4/assets/minecraft/models/block/jungle_leaves.json b/1.9.4/assets/minecraft/models/block/jungle_leaves.json new file mode 100644 index 00000000..c50a077b --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/jungle_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "block/leaves", + "textures": { + "all": "blocks/leaves_jungle" + } +} diff --git a/1.9.4/assets/minecraft/models/block/jungle_log.json b/1.9.4/assets/minecraft/models/block/jungle_log.json new file mode 100644 index 00000000..5be31e72 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/jungle_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/log_jungle_top", + "side": "blocks/log_jungle" + } +} diff --git a/1.9.4/assets/minecraft/models/block/jungle_outer_stairs.json b/1.9.4/assets/minecraft/models/block/jungle_outer_stairs.json new file mode 100644 index 00000000..012678cb --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/jungle_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/planks_jungle", + "top": "blocks/planks_jungle", + "side": "blocks/planks_jungle" + } +} diff --git a/1.9.4/assets/minecraft/models/block/jungle_planks.json b/1.9.4/assets/minecraft/models/block/jungle_planks.json new file mode 100644 index 00000000..cd0cf692 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/jungle_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/planks_jungle" + } +} diff --git a/1.9.4/assets/minecraft/models/block/jungle_sapling.json b/1.9.4/assets/minecraft/models/block/jungle_sapling.json new file mode 100644 index 00000000..c100003f --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/jungle_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/sapling_jungle" + } +} diff --git a/1.9.4/assets/minecraft/models/block/jungle_stairs.json b/1.9.4/assets/minecraft/models/block/jungle_stairs.json new file mode 100644 index 00000000..78a5d049 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/jungle_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/planks_jungle", + "top": "blocks/planks_jungle", + "side": "blocks/planks_jungle" + } +} diff --git a/1.9.4/assets/minecraft/models/block/jungle_wall_gate_closed.json b/1.9.4/assets/minecraft/models/block/jungle_wall_gate_closed.json new file mode 100644 index 00000000..5ce26796 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/jungle_wall_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_gate_closed", + "textures": { + "texture": "blocks/planks_jungle" + } +} diff --git a/1.9.4/assets/minecraft/models/block/jungle_wall_gate_open.json b/1.9.4/assets/minecraft/models/block/jungle_wall_gate_open.json new file mode 100644 index 00000000..807d2cda --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/jungle_wall_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_gate_open", + "textures": { + "texture": "blocks/planks_jungle" + } +} diff --git a/1.9.4/assets/minecraft/models/block/ladder.json b/1.9.4/assets/minecraft/models/block/ladder.json new file mode 100644 index 00000000..cc3e470b --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/ladder.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/lapis_block.json b/1.9.4/assets/minecraft/models/block/lapis_block.json new file mode 100644 index 00000000..7eae7bd6 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/lapis_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/lapis_block" + } +} diff --git a/1.9.4/assets/minecraft/models/block/lapis_ore.json b/1.9.4/assets/minecraft/models/block/lapis_ore.json new file mode 100644 index 00000000..ddc9a0a3 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/lapis_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/lapis_ore" + } +} diff --git a/1.9.4/assets/minecraft/models/block/leaves.json b/1.9.4/assets/minecraft/models/block/leaves.json new file mode 100644 index 00000000..722173fd --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/leaves.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/lever.json b/1.9.4/assets/minecraft/models/block/lever.json new file mode 100644 index 00000000..03719ac6 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/lever.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/lever_off.json b/1.9.4/assets/minecraft/models/block/lever_off.json new file mode 100644 index 00000000..d5684f3e --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/lever_off.json @@ -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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/light_blue_stained_glass_pane_noside.json b/1.9.4/assets/minecraft/models/block/light_blue_stained_glass_pane_noside.json new file mode 100644 index 00000000..962ae9ed --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/light_blue_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside", + "textures": { + "pane": "blocks/glass_light_blue" + } +} diff --git a/1.9.4/assets/minecraft/models/block/light_blue_stained_glass_pane_noside_alt.json b/1.9.4/assets/minecraft/models/block/light_blue_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..838c403c --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/light_blue_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside_alt", + "textures": { + "pane": "blocks/glass_light_blue" + } +} diff --git a/1.9.4/assets/minecraft/models/block/light_blue_stained_glass_pane_post.json b/1.9.4/assets/minecraft/models/block/light_blue_stained_glass_pane_post.json new file mode 100644 index 00000000..f0a42d6b --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/light_blue_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_post", + "textures": { + "edge": "blocks/glass_pane_top_light_blue", + "pane": "blocks/glass_light_blue" + } +} diff --git a/1.9.4/assets/minecraft/models/block/light_blue_stained_glass_pane_side.json b/1.9.4/assets/minecraft/models/block/light_blue_stained_glass_pane_side.json new file mode 100644 index 00000000..f057069c --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/light_blue_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side", + "textures": { + "edge": "blocks/glass_pane_top_light_blue", + "pane": "blocks/glass_light_blue" + } +} diff --git a/1.9.4/assets/minecraft/models/block/light_blue_stained_glass_pane_side_alt.json b/1.9.4/assets/minecraft/models/block/light_blue_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..e6d940a8 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/light_blue_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side_alt", + "textures": { + "edge": "blocks/glass_pane_top_light_blue", + "pane": "blocks/glass_light_blue" + } +} diff --git a/1.9.4/assets/minecraft/models/block/light_blue_wool.json b/1.9.4/assets/minecraft/models/block/light_blue_wool.json new file mode 100644 index 00000000..f8dedf14 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/light_blue_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_light_blue" + } +} diff --git a/1.9.4/assets/minecraft/models/block/light_pressure_plate_down.json b/1.9.4/assets/minecraft/models/block/light_pressure_plate_down.json new file mode 100644 index 00000000..4d34cb7d --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/light_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_down", + "textures": { + "texture": "blocks/gold_block" + } +} diff --git a/1.9.4/assets/minecraft/models/block/light_pressure_plate_up.json b/1.9.4/assets/minecraft/models/block/light_pressure_plate_up.json new file mode 100644 index 00000000..3552757d --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/light_pressure_plate_up.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_up", + "textures": { + "texture": "blocks/gold_block" + } +} diff --git a/1.9.4/assets/minecraft/models/block/lime_stained_glass_pane_noside.json b/1.9.4/assets/minecraft/models/block/lime_stained_glass_pane_noside.json new file mode 100644 index 00000000..d502ca97 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/lime_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside", + "textures": { + "pane": "blocks/glass_lime" + } +} diff --git a/1.9.4/assets/minecraft/models/block/lime_stained_glass_pane_noside_alt.json b/1.9.4/assets/minecraft/models/block/lime_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..47e7b201 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/lime_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside_alt", + "textures": { + "pane": "blocks/glass_lime" + } +} diff --git a/1.9.4/assets/minecraft/models/block/lime_stained_glass_pane_post.json b/1.9.4/assets/minecraft/models/block/lime_stained_glass_pane_post.json new file mode 100644 index 00000000..6a109ee2 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/lime_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_post", + "textures": { + "edge": "blocks/glass_pane_top_lime", + "pane": "blocks/glass_lime" + } +} diff --git a/1.9.4/assets/minecraft/models/block/lime_stained_glass_pane_side.json b/1.9.4/assets/minecraft/models/block/lime_stained_glass_pane_side.json new file mode 100644 index 00000000..59c9dd54 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/lime_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side", + "textures": { + "edge": "blocks/glass_pane_top_lime", + "pane": "blocks/glass_lime" + } +} diff --git a/1.9.4/assets/minecraft/models/block/lime_stained_glass_pane_side_alt.json b/1.9.4/assets/minecraft/models/block/lime_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..0bb8d6bb --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/lime_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side_alt", + "textures": { + "edge": "blocks/glass_pane_top_lime", + "pane": "blocks/glass_lime" + } +} diff --git a/1.9.4/assets/minecraft/models/block/lime_wool.json b/1.9.4/assets/minecraft/models/block/lime_wool.json new file mode 100644 index 00000000..6cc935c0 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/lime_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_lime" + } +} diff --git a/1.9.4/assets/minecraft/models/block/lit_furnace.json b/1.9.4/assets/minecraft/models/block/lit_furnace.json new file mode 100644 index 00000000..7617cb7e --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/lit_furnace.json @@ -0,0 +1,8 @@ +{ + "parent": "block/orientable", + "textures": { + "top": "blocks/furnace_top", + "front": "blocks/furnace_front_on", + "side": "blocks/furnace_side" + } +} diff --git a/1.9.4/assets/minecraft/models/block/lit_pumpkin.json b/1.9.4/assets/minecraft/models/block/lit_pumpkin.json new file mode 100644 index 00000000..1f52c2a8 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/lit_pumpkin.json @@ -0,0 +1,8 @@ +{ + "parent": "block/orientable", + "textures": { + "top": "blocks/pumpkin_top", + "front": "blocks/pumpkin_face_on", + "side": "blocks/pumpkin_side" + } +} diff --git a/1.9.4/assets/minecraft/models/block/lit_redstone_lamp.json b/1.9.4/assets/minecraft/models/block/lit_redstone_lamp.json new file mode 100644 index 00000000..922a7229 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/lit_redstone_lamp.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/redstone_lamp_on" + } +} diff --git a/1.9.4/assets/minecraft/models/block/lit_redstone_ore.json b/1.9.4/assets/minecraft/models/block/lit_redstone_ore.json new file mode 100644 index 00000000..8285da66 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/lit_redstone_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/redstone_ore" + } +} diff --git a/1.9.4/assets/minecraft/models/block/lit_redstone_torch.json b/1.9.4/assets/minecraft/models/block/lit_redstone_torch.json new file mode 100644 index 00000000..2e658bcc --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/lit_redstone_torch.json @@ -0,0 +1,6 @@ +{ + "parent": "block/torch", + "textures": { + "torch": "blocks/redstone_torch_on" + } +} diff --git a/1.9.4/assets/minecraft/models/block/lit_redstone_torch_wall.json b/1.9.4/assets/minecraft/models/block/lit_redstone_torch_wall.json new file mode 100644 index 00000000..42417e0b --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/lit_redstone_torch_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "block/torch_wall", + "textures": { + "torch": "blocks/redstone_torch_on" + } +} diff --git a/1.9.4/assets/minecraft/models/block/magenta_stained_glass_pane_noside.json b/1.9.4/assets/minecraft/models/block/magenta_stained_glass_pane_noside.json new file mode 100644 index 00000000..39dcdd05 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/magenta_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside", + "textures": { + "pane": "blocks/glass_magenta" + } +} diff --git a/1.9.4/assets/minecraft/models/block/magenta_stained_glass_pane_noside_alt.json b/1.9.4/assets/minecraft/models/block/magenta_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..aea8a6bb --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/magenta_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside_alt", + "textures": { + "pane": "blocks/glass_magenta" + } +} diff --git a/1.9.4/assets/minecraft/models/block/magenta_stained_glass_pane_post.json b/1.9.4/assets/minecraft/models/block/magenta_stained_glass_pane_post.json new file mode 100644 index 00000000..6831e1f1 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/magenta_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_post", + "textures": { + "edge": "blocks/glass_pane_top_magenta", + "pane": "blocks/glass_magenta" + } +} diff --git a/1.9.4/assets/minecraft/models/block/magenta_stained_glass_pane_side.json b/1.9.4/assets/minecraft/models/block/magenta_stained_glass_pane_side.json new file mode 100644 index 00000000..b525d6c7 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/magenta_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side", + "textures": { + "edge": "blocks/glass_pane_top_magenta", + "pane": "blocks/glass_magenta" + } +} diff --git a/1.9.4/assets/minecraft/models/block/magenta_stained_glass_pane_side_alt.json b/1.9.4/assets/minecraft/models/block/magenta_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..cedb4410 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/magenta_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side_alt", + "textures": { + "edge": "blocks/glass_pane_top_magenta", + "pane": "blocks/glass_magenta" + } +} diff --git a/1.9.4/assets/minecraft/models/block/magenta_wool.json b/1.9.4/assets/minecraft/models/block/magenta_wool.json new file mode 100644 index 00000000..310faa61 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/magenta_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_magenta" + } +} diff --git a/1.9.4/assets/minecraft/models/block/melon.json b/1.9.4/assets/minecraft/models/block/melon.json new file mode 100644 index 00000000..5ddc9bbd --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/melon.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/melon_top", + "side": "blocks/melon_side" + } +} diff --git a/1.9.4/assets/minecraft/models/block/melon_stem_fruit.json b/1.9.4/assets/minecraft/models/block/melon_stem_fruit.json new file mode 100644 index 00000000..4a9805be --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/melon_stem_fruit.json @@ -0,0 +1,7 @@ +{ + "parent": "block/stem_fruit", + "textures": { + "stem": "blocks/melon_stem_disconnected", + "upperstem": "blocks/melon_stem_connected" + } +} diff --git a/1.9.4/assets/minecraft/models/block/melon_stem_growth0.json b/1.9.4/assets/minecraft/models/block/melon_stem_growth0.json new file mode 100644 index 00000000..d6737d03 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/melon_stem_growth0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth0", + "textures": { + "stem": "blocks/melon_stem_disconnected" + } +} diff --git a/1.9.4/assets/minecraft/models/block/melon_stem_growth1.json b/1.9.4/assets/minecraft/models/block/melon_stem_growth1.json new file mode 100644 index 00000000..f194f089 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/melon_stem_growth1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth1", + "textures": { + "stem": "blocks/melon_stem_disconnected" + } +} diff --git a/1.9.4/assets/minecraft/models/block/melon_stem_growth2.json b/1.9.4/assets/minecraft/models/block/melon_stem_growth2.json new file mode 100644 index 00000000..868e1fa0 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/melon_stem_growth2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth2", + "textures": { + "stem": "blocks/melon_stem_disconnected" + } +} diff --git a/1.9.4/assets/minecraft/models/block/melon_stem_growth3.json b/1.9.4/assets/minecraft/models/block/melon_stem_growth3.json new file mode 100644 index 00000000..af65a4f9 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/melon_stem_growth3.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth3", + "textures": { + "stem": "blocks/melon_stem_disconnected" + } +} diff --git a/1.9.4/assets/minecraft/models/block/melon_stem_growth4.json b/1.9.4/assets/minecraft/models/block/melon_stem_growth4.json new file mode 100644 index 00000000..b36e8997 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/melon_stem_growth4.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth4", + "textures": { + "stem": "blocks/melon_stem_disconnected" + } +} diff --git a/1.9.4/assets/minecraft/models/block/melon_stem_growth5.json b/1.9.4/assets/minecraft/models/block/melon_stem_growth5.json new file mode 100644 index 00000000..91b5aced --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/melon_stem_growth5.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth5", + "textures": { + "stem": "blocks/melon_stem_disconnected" + } +} diff --git a/1.9.4/assets/minecraft/models/block/melon_stem_growth6.json b/1.9.4/assets/minecraft/models/block/melon_stem_growth6.json new file mode 100644 index 00000000..a21d49b7 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/melon_stem_growth6.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth6", + "textures": { + "stem": "blocks/melon_stem_disconnected" + } +} diff --git a/1.9.4/assets/minecraft/models/block/melon_stem_growth7.json b/1.9.4/assets/minecraft/models/block/melon_stem_growth7.json new file mode 100644 index 00000000..5dd35aef --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/melon_stem_growth7.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth7", + "textures": { + "stem": "blocks/melon_stem_disconnected" + } +} diff --git a/1.9.4/assets/minecraft/models/block/mob_spawner_cage.json b/1.9.4/assets/minecraft/models/block/mob_spawner_cage.json new file mode 100644 index 00000000..39db5d53 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/mob_spawner_cage.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/mob_spawner" + } +} diff --git a/1.9.4/assets/minecraft/models/block/mossy_cobblestone.json b/1.9.4/assets/minecraft/models/block/mossy_cobblestone.json new file mode 100644 index 00000000..fe56fa56 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/mossy_cobblestone.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/cobblestone_mossy" + } +} diff --git a/1.9.4/assets/minecraft/models/block/mossy_cobblestone_wall_post.json b/1.9.4/assets/minecraft/models/block/mossy_cobblestone_wall_post.json new file mode 100644 index 00000000..e3e00d03 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/mossy_cobblestone_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_post", + "textures": { + "wall": "blocks/cobblestone_mossy" + } +} diff --git a/1.9.4/assets/minecraft/models/block/mossy_cobblestone_wall_side.json b/1.9.4/assets/minecraft/models/block/mossy_cobblestone_wall_side.json new file mode 100644 index 00000000..d2ca914a --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/mossy_cobblestone_wall_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_side", + "textures": { + "wall": "blocks/cobblestone_mossy" + } +} diff --git a/1.9.4/assets/minecraft/models/block/mycelium.json b/1.9.4/assets/minecraft/models/block/mycelium.json new file mode 100644 index 00000000..de2246f8 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/mycelium.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "blocks/dirt", + "top": "blocks/mycelium_top", + "side": "blocks/mycelium_side" + } +} diff --git a/1.9.4/assets/minecraft/models/block/nether_brick.json b/1.9.4/assets/minecraft/models/block/nether_brick.json new file mode 100644 index 00000000..dd1b2961 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/nether_brick.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/nether_brick" + } +} diff --git a/1.9.4/assets/minecraft/models/block/nether_brick_fence_inventory.json b/1.9.4/assets/minecraft/models/block/nether_brick_fence_inventory.json new file mode 100644 index 00000000..a9ed5c6f --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/nether_brick_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_inventory", + "textures": { + "texture": "blocks/nether_brick" + } +} diff --git a/1.9.4/assets/minecraft/models/block/nether_brick_fence_post.json b/1.9.4/assets/minecraft/models/block/nether_brick_fence_post.json new file mode 100644 index 00000000..111c1aef --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/nether_brick_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_post", + "textures": { + "texture": "blocks/nether_brick" + } +} diff --git a/1.9.4/assets/minecraft/models/block/nether_brick_fence_side.json b/1.9.4/assets/minecraft/models/block/nether_brick_fence_side.json new file mode 100644 index 00000000..89e27542 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/nether_brick_fence_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_side", + "textures": { + "texture": "blocks/nether_brick" + } +} diff --git a/1.9.4/assets/minecraft/models/block/nether_brick_inner_stairs.json b/1.9.4/assets/minecraft/models/block/nether_brick_inner_stairs.json new file mode 100644 index 00000000..5b1471ac --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/nether_brick_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/nether_brick", + "top": "blocks/nether_brick", + "side": "blocks/nether_brick" + } +} diff --git a/1.9.4/assets/minecraft/models/block/nether_brick_outer_stairs.json b/1.9.4/assets/minecraft/models/block/nether_brick_outer_stairs.json new file mode 100644 index 00000000..a9f5b98e --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/nether_brick_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/nether_brick", + "top": "blocks/nether_brick", + "side": "blocks/nether_brick" + } +} diff --git a/1.9.4/assets/minecraft/models/block/nether_brick_stairs.json b/1.9.4/assets/minecraft/models/block/nether_brick_stairs.json new file mode 100644 index 00000000..3e59a447 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/nether_brick_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/nether_brick", + "top": "blocks/nether_brick", + "side": "blocks/nether_brick" + } +} diff --git a/1.9.4/assets/minecraft/models/block/nether_wart_stage0.json b/1.9.4/assets/minecraft/models/block/nether_wart_stage0.json new file mode 100644 index 00000000..d155e2bb --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/nether_wart_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/nether_wart_stage_0" + } +} diff --git a/1.9.4/assets/minecraft/models/block/nether_wart_stage1.json b/1.9.4/assets/minecraft/models/block/nether_wart_stage1.json new file mode 100644 index 00000000..80be1625 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/nether_wart_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/nether_wart_stage_1" + } +} diff --git a/1.9.4/assets/minecraft/models/block/nether_wart_stage2.json b/1.9.4/assets/minecraft/models/block/nether_wart_stage2.json new file mode 100644 index 00000000..2ddadef5 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/nether_wart_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/nether_wart_stage_2" + } +} diff --git a/1.9.4/assets/minecraft/models/block/netherrack.json b/1.9.4/assets/minecraft/models/block/netherrack.json new file mode 100644 index 00000000..92108464 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/netherrack.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/netherrack" + } +} diff --git a/1.9.4/assets/minecraft/models/block/normal_rail_curved.json b/1.9.4/assets/minecraft/models/block/normal_rail_curved.json new file mode 100644 index 00000000..c8501073 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/normal_rail_curved.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_curved", + "textures": { + "rail": "blocks/rail_normal_turned" + } +} diff --git a/1.9.4/assets/minecraft/models/block/normal_rail_flat.json b/1.9.4/assets/minecraft/models/block/normal_rail_flat.json new file mode 100644 index 00000000..37317907 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/normal_rail_flat.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_flat", + "textures": { + "rail": "blocks/rail_normal" + } +} diff --git a/1.9.4/assets/minecraft/models/block/normal_rail_raised_ne.json b/1.9.4/assets/minecraft/models/block/normal_rail_raised_ne.json new file mode 100644 index 00000000..7f137e65 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/normal_rail_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_ne", + "textures": { + "rail": "blocks/rail_normal" + } +} diff --git a/1.9.4/assets/minecraft/models/block/normal_rail_raised_sw.json b/1.9.4/assets/minecraft/models/block/normal_rail_raised_sw.json new file mode 100644 index 00000000..cdbd10cb --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/normal_rail_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_sw", + "textures": { + "rail": "blocks/rail_normal" + } +} diff --git a/1.9.4/assets/minecraft/models/block/normal_torch.json b/1.9.4/assets/minecraft/models/block/normal_torch.json new file mode 100644 index 00000000..67596466 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/normal_torch.json @@ -0,0 +1,6 @@ +{ + "parent": "block/torch", + "textures": { + "torch": "blocks/torch_on" + } +} diff --git a/1.9.4/assets/minecraft/models/block/normal_torch_wall.json b/1.9.4/assets/minecraft/models/block/normal_torch_wall.json new file mode 100644 index 00000000..beec30e9 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/normal_torch_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "block/torch_wall", + "textures": { + "torch": "blocks/torch_on" + } +} diff --git a/1.9.4/assets/minecraft/models/block/noteblock.json b/1.9.4/assets/minecraft/models/block/noteblock.json new file mode 100644 index 00000000..deffbc88 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/noteblock.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/noteblock" + } +} diff --git a/1.9.4/assets/minecraft/models/block/oak_bark.json b/1.9.4/assets/minecraft/models/block/oak_bark.json new file mode 100644 index 00000000..6c1c1cdb --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/oak_bark.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/log_oak" + } +} diff --git a/1.9.4/assets/minecraft/models/block/oak_fence_gate_closed.json b/1.9.4/assets/minecraft/models/block/oak_fence_gate_closed.json new file mode 100644 index 00000000..2978a794 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/oak_fence_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_gate_closed", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/1.9.4/assets/minecraft/models/block/oak_fence_gate_open.json b/1.9.4/assets/minecraft/models/block/oak_fence_gate_open.json new file mode 100644 index 00000000..a9d15440 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/oak_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_gate_open", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/1.9.4/assets/minecraft/models/block/oak_fence_inventory.json b/1.9.4/assets/minecraft/models/block/oak_fence_inventory.json new file mode 100644 index 00000000..7375ac31 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/oak_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_inventory", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/1.9.4/assets/minecraft/models/block/oak_fence_post.json b/1.9.4/assets/minecraft/models/block/oak_fence_post.json new file mode 100644 index 00000000..f5133247 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/oak_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_post", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/1.9.4/assets/minecraft/models/block/oak_fence_side.json b/1.9.4/assets/minecraft/models/block/oak_fence_side.json new file mode 100644 index 00000000..042d1802 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/oak_fence_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_side", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/1.9.4/assets/minecraft/models/block/oak_inner_stairs.json b/1.9.4/assets/minecraft/models/block/oak_inner_stairs.json new file mode 100644 index 00000000..09c79600 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/oak_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/planks_oak", + "top": "blocks/planks_oak", + "side": "blocks/planks_oak" + } +} diff --git a/1.9.4/assets/minecraft/models/block/oak_leaves.json b/1.9.4/assets/minecraft/models/block/oak_leaves.json new file mode 100644 index 00000000..3c0a1a7c --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/oak_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "block/leaves", + "textures": { + "all": "blocks/leaves_oak" + } +} diff --git a/1.9.4/assets/minecraft/models/block/oak_log.json b/1.9.4/assets/minecraft/models/block/oak_log.json new file mode 100644 index 00000000..f58239ca --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/oak_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/log_oak_top", + "side": "blocks/log_oak" + } +} diff --git a/1.9.4/assets/minecraft/models/block/oak_outer_stairs.json b/1.9.4/assets/minecraft/models/block/oak_outer_stairs.json new file mode 100644 index 00000000..b5672ec2 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/oak_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/planks_oak", + "top": "blocks/planks_oak", + "side": "blocks/planks_oak" + } +} diff --git a/1.9.4/assets/minecraft/models/block/oak_planks.json b/1.9.4/assets/minecraft/models/block/oak_planks.json new file mode 100644 index 00000000..28d32ff3 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/oak_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/planks_oak" + } +} diff --git a/1.9.4/assets/minecraft/models/block/oak_sapling.json b/1.9.4/assets/minecraft/models/block/oak_sapling.json new file mode 100644 index 00000000..c0ab14a7 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/oak_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/sapling_oak" + } +} diff --git a/1.9.4/assets/minecraft/models/block/oak_stairs.json b/1.9.4/assets/minecraft/models/block/oak_stairs.json new file mode 100644 index 00000000..d883c853 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/oak_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/planks_oak", + "top": "blocks/planks_oak", + "side": "blocks/planks_oak" + } +} diff --git a/1.9.4/assets/minecraft/models/block/oak_wall_gate_closed.json b/1.9.4/assets/minecraft/models/block/oak_wall_gate_closed.json new file mode 100644 index 00000000..e06923d6 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/oak_wall_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_gate_closed", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/1.9.4/assets/minecraft/models/block/oak_wall_gate_open.json b/1.9.4/assets/minecraft/models/block/oak_wall_gate_open.json new file mode 100644 index 00000000..d8bcd0cd --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/oak_wall_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_gate_open", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/1.9.4/assets/minecraft/models/block/obsidian.json b/1.9.4/assets/minecraft/models/block/obsidian.json new file mode 100644 index 00000000..47dee09d --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/obsidian.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/obsidian" + } +} diff --git a/1.9.4/assets/minecraft/models/block/orange_stained_glass_pane_noside.json b/1.9.4/assets/minecraft/models/block/orange_stained_glass_pane_noside.json new file mode 100644 index 00000000..9932d831 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/orange_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside", + "textures": { + "pane": "blocks/glass_orange" + } +} diff --git a/1.9.4/assets/minecraft/models/block/orange_stained_glass_pane_noside_alt.json b/1.9.4/assets/minecraft/models/block/orange_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..2802a324 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/orange_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside_alt", + "textures": { + "pane": "blocks/glass_orange" + } +} diff --git a/1.9.4/assets/minecraft/models/block/orange_stained_glass_pane_post.json b/1.9.4/assets/minecraft/models/block/orange_stained_glass_pane_post.json new file mode 100644 index 00000000..a285ebb6 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/orange_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_post", + "textures": { + "edge": "blocks/glass_pane_top_orange", + "pane": "blocks/glass_orange" + } +} diff --git a/1.9.4/assets/minecraft/models/block/orange_stained_glass_pane_side.json b/1.9.4/assets/minecraft/models/block/orange_stained_glass_pane_side.json new file mode 100644 index 00000000..88b9f4ad --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/orange_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side", + "textures": { + "edge": "blocks/glass_pane_top_orange", + "pane": "blocks/glass_orange" + } +} diff --git a/1.9.4/assets/minecraft/models/block/orange_stained_glass_pane_side_alt.json b/1.9.4/assets/minecraft/models/block/orange_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..4a0011f7 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/orange_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side_alt", + "textures": { + "edge": "blocks/glass_pane_top_orange", + "pane": "blocks/glass_orange" + } +} diff --git a/1.9.4/assets/minecraft/models/block/orange_tulip.json b/1.9.4/assets/minecraft/models/block/orange_tulip.json new file mode 100644 index 00000000..d7d34665 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/orange_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/flower_tulip_orange" + } +} diff --git a/1.9.4/assets/minecraft/models/block/orange_wool.json b/1.9.4/assets/minecraft/models/block/orange_wool.json new file mode 100644 index 00000000..aa8dc147 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/orange_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_orange" + } +} diff --git a/1.9.4/assets/minecraft/models/block/orchid.json b/1.9.4/assets/minecraft/models/block/orchid.json new file mode 100644 index 00000000..031880bf --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/orchid.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/flower_blue_orchid" + } +} diff --git a/1.9.4/assets/minecraft/models/block/orientable.json b/1.9.4/assets/minecraft/models/block/orientable.json new file mode 100644 index 00000000..23647ea1 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/orientable.json @@ -0,0 +1,19 @@ +{ + "parent": "block/cube", + "display": { + "firstperson_righthand": { + "rotation": [ 0, 135, 0 ], + "translation": [ 0, 0, 0 ], + "scale": [ 0.40, 0.40, 0.40 ] + } + }, + "textures": { + "particle": "#front", + "down": "#top", + "up": "#top", + "north": "#front", + "east": "#side", + "south": "#side", + "west": "#side" + } +} diff --git a/1.9.4/assets/minecraft/models/block/orientable_vertical.json b/1.9.4/assets/minecraft/models/block/orientable_vertical.json new file mode 100644 index 00000000..5fb2223a --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/orientable_vertical.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "#side", + "down": "#side", + "up": "#front", + "north": "#side", + "east": "#side", + "south": "#side", + "west": "#side" + } +} diff --git a/1.9.4/assets/minecraft/models/block/outer_stairs.json b/1.9.4/assets/minecraft/models/block/outer_stairs.json new file mode 100644 index 00000000..26fb37f0 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/outer_stairs.json @@ -0,0 +1,29 @@ +{ + "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, 8 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 8, 0, 16, 8 ], "texture": "#bottom", "cullface": "down" }, + "up": { "uv": [ 8, 8, 16, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 0, 0, 8, 8 ], "texture": "#side" }, + "south": { "uv": [ 8, 0, 16, 8 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 8, 0, 16, 8 ], "texture": "#side" }, + "east": { "uv": [ 0, 0, 8, 8 ], "texture": "#side", "cullface": "east" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/packed_ice.json b/1.9.4/assets/minecraft/models/block/packed_ice.json new file mode 100644 index 00000000..3cc22a2f --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/packed_ice.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/ice_packed" + } +} diff --git a/1.9.4/assets/minecraft/models/block/pane_noside.json b/1.9.4/assets/minecraft/models/block/pane_noside.json new file mode 100644 index 00000000..af16ff94 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/pane_noside.json @@ -0,0 +1,14 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#pane" + }, + "elements": [ + { "from": [ 7, 0, 7 ], + "to": [ 9, 16, 9 ], + "faces": { + "north": { "uv": [ 9, 0, 7, 16 ], "texture": "#pane" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/pane_noside_alt.json b/1.9.4/assets/minecraft/models/block/pane_noside_alt.json new file mode 100644 index 00000000..771d6942 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/pane_noside_alt.json @@ -0,0 +1,14 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#pane" + }, + "elements": [ + { "from": [ 7, 0, 7 ], + "to": [ 9, 16, 9 ], + "faces": { + "east": { "uv": [ 7, 0, 9, 16 ], "texture": "#pane" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/pane_post.json b/1.9.4/assets/minecraft/models/block/pane_post.json new file mode 100644 index 00000000..54d7fa88 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/pane_post.json @@ -0,0 +1,15 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#pane" + }, + "elements": [ + { "from": [ 7, 0, 7 ], + "to": [ 9, 16, 9 ], + "faces": { + "down": { "uv": [ 7, 7, 9, 9 ], "texture": "#edge" }, + "up": { "uv": [ 7, 7, 9, 9 ], "texture": "#edge" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/pane_side.json b/1.9.4/assets/minecraft/models/block/pane_side.json new file mode 100644 index 00000000..fae06dcc --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/pane_side.json @@ -0,0 +1,18 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#pane" + }, + "elements": [ + { "from": [ 7, 0, 0 ], + "to": [ 9, 16, 7 ], + "faces": { + "down": { "uv": [ 7, 0, 9, 7 ], "texture": "#edge" }, + "up": { "uv": [ 7, 0, 9, 7 ], "texture": "#edge" }, + "north": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "north" }, + "west": { "uv": [ 16, 0, 9, 16 ], "texture": "#pane" }, + "east": { "uv": [ 9, 0, 16, 16 ], "texture": "#pane" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/pane_side_alt.json b/1.9.4/assets/minecraft/models/block/pane_side_alt.json new file mode 100644 index 00000000..82d0e98e --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/pane_side_alt.json @@ -0,0 +1,18 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#pane" + }, + "elements": [ + { "from": [ 7, 0, 9 ], + "to": [ 9, 16, 16 ], + "faces": { + "down": { "uv": [ 7, 0, 9, 7 ], "texture": "#edge" }, + "up": { "uv": [ 7, 0, 9, 7 ], "texture": "#edge" }, + "south": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "south" }, + "west": { "uv": [ 7, 0, 0, 16 ], "texture": "#pane" }, + "east": { "uv": [ 0, 0, 7, 16 ], "texture": "#pane" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/pink_stained_glass_pane_noside.json b/1.9.4/assets/minecraft/models/block/pink_stained_glass_pane_noside.json new file mode 100644 index 00000000..38ad7791 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/pink_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside", + "textures": { + "pane": "blocks/glass_pink" + } +} diff --git a/1.9.4/assets/minecraft/models/block/pink_stained_glass_pane_noside_alt.json b/1.9.4/assets/minecraft/models/block/pink_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..95f96e63 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/pink_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside_alt", + "textures": { + "pane": "blocks/glass_pink" + } +} diff --git a/1.9.4/assets/minecraft/models/block/pink_stained_glass_pane_post.json b/1.9.4/assets/minecraft/models/block/pink_stained_glass_pane_post.json new file mode 100644 index 00000000..d7c76d4d --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/pink_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_post", + "textures": { + "edge": "blocks/glass_pane_top_pink", + "pane": "blocks/glass_pink" + } +} diff --git a/1.9.4/assets/minecraft/models/block/pink_stained_glass_pane_side.json b/1.9.4/assets/minecraft/models/block/pink_stained_glass_pane_side.json new file mode 100644 index 00000000..4b0e0b49 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/pink_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side", + "textures": { + "edge": "blocks/glass_pane_top_pink", + "pane": "blocks/glass_pink" + } +} diff --git a/1.9.4/assets/minecraft/models/block/pink_stained_glass_pane_side_alt.json b/1.9.4/assets/minecraft/models/block/pink_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..147f0c7b --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/pink_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side_alt", + "textures": { + "edge": "blocks/glass_pane_top_pink", + "pane": "blocks/glass_pink" + } +} diff --git a/1.9.4/assets/minecraft/models/block/pink_tulip.json b/1.9.4/assets/minecraft/models/block/pink_tulip.json new file mode 100644 index 00000000..9cef0d39 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/pink_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/flower_tulip_pink" + } +} diff --git a/1.9.4/assets/minecraft/models/block/pink_wool.json b/1.9.4/assets/minecraft/models/block/pink_wool.json new file mode 100644 index 00000000..4aadbad6 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/pink_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_pink" + } +} diff --git a/1.9.4/assets/minecraft/models/block/piston.json b/1.9.4/assets/minecraft/models/block/piston.json new file mode 100644 index 00000000..83b4e18a --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/piston.json @@ -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", "rotation": 180, "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#platform", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "rotation": 270, "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "rotation": 90, "cullface": "east" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/piston_extended.json b/1.9.4/assets/minecraft/models/block/piston_extended.json new file mode 100644 index 00000000..45e04a30 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/piston_extended.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#side" + }, + "elements": [ + { "from": [ 0, 0, 4 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 4, 16, 16 ], "texture": "#side", "cullface": "down", "rotation": 180 }, + "up": { "uv": [ 0, 4, 16, 16 ], "texture": "#side", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#inside" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "south" }, + "west": { "uv": [ 0, 4, 16, 16 ], "texture": "#side", "cullface": "west", "rotation": 270 }, + "east": { "uv": [ 0, 4, 16, 16 ], "texture": "#side", "cullface": "east", "rotation": 90 } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/piston_extended_normal.json b/1.9.4/assets/minecraft/models/block/piston_extended_normal.json new file mode 100644 index 00000000..28420b9d --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/piston_extended_normal.json @@ -0,0 +1,8 @@ +{ + "parent": "block/piston_extended", + "textures": { + "bottom": "blocks/piston_bottom", + "side": "blocks/piston_side", + "inside": "blocks/piston_inner" + } +} diff --git a/1.9.4/assets/minecraft/models/block/piston_head.json b/1.9.4/assets/minecraft/models/block/piston_head.json new file mode 100644 index 00000000..f4fcb910 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/piston_head.json @@ -0,0 +1,27 @@ +{ + "textures": { + "particle": "#platform" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 4 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "down", "rotation": 180 }, + "up": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#platform", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#unsticky" }, + "west": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 270, "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 90, "cullface": "east" } + } + }, + { "from": [ 6, 6, 4 ], + "to": [ 10, 10, 20 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 270 }, + "west": { "uv": [ 16, 4, 0, 0 ], "texture": "#side" }, + "east": { "uv": [ 0, 0, 16, 4 ], "texture": "#side" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/piston_head_normal.json b/1.9.4/assets/minecraft/models/block/piston_head_normal.json new file mode 100644 index 00000000..330c8488 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/piston_head_normal.json @@ -0,0 +1,8 @@ +{ + "parent": "block/piston_head", + "textures": { + "unsticky": "blocks/piston_top_normal", + "side": "blocks/piston_side", + "platform": "blocks/piston_top_normal" + } +} diff --git a/1.9.4/assets/minecraft/models/block/piston_head_short.json b/1.9.4/assets/minecraft/models/block/piston_head_short.json new file mode 100644 index 00000000..cdbe9e12 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/piston_head_short.json @@ -0,0 +1,27 @@ +{ + "textures": { + "particle": "#platform" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 4 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "down", "rotation": 180 }, + "up": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#platform", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#unsticky" }, + "west": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 270, "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 90, "cullface": "east" } + } + }, + { "from": [ 6, 6, 4 ], + "to": [ 10, 10, 16 ], + "faces": { + "down": { "uv": [ 4, 0, 16, 4 ], "texture": "#side", "rotation": 90 }, + "up": { "uv": [ 4, 0, 16, 4 ], "texture": "#side", "rotation": 270 }, + "west": { "uv": [ 16, 4, 4, 0 ], "texture": "#side" }, + "east": { "uv": [ 4, 0, 16, 4 ], "texture": "#side" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/piston_head_short_normal.json b/1.9.4/assets/minecraft/models/block/piston_head_short_normal.json new file mode 100644 index 00000000..06013209 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/piston_head_short_normal.json @@ -0,0 +1,8 @@ +{ + "parent": "block/piston_head_short", + "textures": { + "unsticky": "blocks/piston_top_normal", + "side": "blocks/piston_side", + "platform": "blocks/piston_top_normal" + } +} diff --git a/1.9.4/assets/minecraft/models/block/piston_head_short_sticky.json b/1.9.4/assets/minecraft/models/block/piston_head_short_sticky.json new file mode 100644 index 00000000..c4fe4d74 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/piston_head_short_sticky.json @@ -0,0 +1,8 @@ +{ + "parent": "block/piston_head_short", + "textures": { + "unsticky": "blocks/piston_top_normal", + "side": "blocks/piston_side", + "platform": "blocks/piston_top_sticky" + } +} diff --git a/1.9.4/assets/minecraft/models/block/piston_head_sticky.json b/1.9.4/assets/minecraft/models/block/piston_head_sticky.json new file mode 100644 index 00000000..fc6bb20f --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/piston_head_sticky.json @@ -0,0 +1,8 @@ +{ + "parent": "block/piston_head", + "textures": { + "unsticky": "blocks/piston_top_normal", + "side": "blocks/piston_side", + "platform": "blocks/piston_top_sticky" + } +} diff --git a/1.9.4/assets/minecraft/models/block/piston_inventory_normal.json b/1.9.4/assets/minecraft/models/block/piston_inventory_normal.json new file mode 100644 index 00000000..c094e009 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/piston_inventory_normal.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "blocks/piston_bottom", + "side": "blocks/piston_side", + "top": "blocks/piston_top_normal" + } +} diff --git a/1.9.4/assets/minecraft/models/block/piston_inventory_sticky.json b/1.9.4/assets/minecraft/models/block/piston_inventory_sticky.json new file mode 100644 index 00000000..f9eeb7ef --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/piston_inventory_sticky.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "blocks/piston_bottom", + "side": "blocks/piston_side", + "top": "blocks/piston_top_sticky" + } +} diff --git a/1.9.4/assets/minecraft/models/block/piston_normal.json b/1.9.4/assets/minecraft/models/block/piston_normal.json new file mode 100644 index 00000000..9f0c65e3 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/piston_normal.json @@ -0,0 +1,8 @@ +{ + "parent": "block/piston", + "textures": { + "bottom": "blocks/piston_bottom", + "side": "blocks/piston_side", + "platform": "blocks/piston_top_normal" + } +} diff --git a/1.9.4/assets/minecraft/models/block/podzol.json b/1.9.4/assets/minecraft/models/block/podzol.json new file mode 100644 index 00000000..90b9369a --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/podzol.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "blocks/dirt", + "top": "blocks/dirt_podzol_top", + "side": "blocks/dirt_podzol_side" + } +} diff --git a/1.9.4/assets/minecraft/models/block/poppy.json b/1.9.4/assets/minecraft/models/block/poppy.json new file mode 100644 index 00000000..b79edb63 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/poppy.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/flower_rose" + } +} diff --git a/1.9.4/assets/minecraft/models/block/portal_ew.json b/1.9.4/assets/minecraft/models/block/portal_ew.json new file mode 100644 index 00000000..81484889 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/portal_ew.json @@ -0,0 +1,15 @@ +{ + "textures": { + "particle": "blocks/portal", + "portal": "blocks/portal" + }, + "elements": [ + { "from": [ 6, 0, 0 ], + "to": [ 10, 16, 16 ], + "faces": { + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#portal" }, + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#portal" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/portal_ns.json b/1.9.4/assets/minecraft/models/block/portal_ns.json new file mode 100644 index 00000000..8af9808f --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/portal_ns.json @@ -0,0 +1,15 @@ +{ + "textures": { + "particle": "blocks/portal", + "portal": "blocks/portal" + }, + "elements": [ + { "from": [ 0, 0, 6 ], + "to": [ 16, 16, 10 ], + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#portal" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#portal" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/potatoes_stage0.json b/1.9.4/assets/minecraft/models/block/potatoes_stage0.json new file mode 100644 index 00000000..26a54f01 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/potatoes_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/potatoes_stage_0" + } +} diff --git a/1.9.4/assets/minecraft/models/block/potatoes_stage1.json b/1.9.4/assets/minecraft/models/block/potatoes_stage1.json new file mode 100644 index 00000000..8eb64e6e --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/potatoes_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/potatoes_stage_1" + } +} diff --git a/1.9.4/assets/minecraft/models/block/potatoes_stage2.json b/1.9.4/assets/minecraft/models/block/potatoes_stage2.json new file mode 100644 index 00000000..0cc9c874 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/potatoes_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/potatoes_stage_2" + } +} diff --git a/1.9.4/assets/minecraft/models/block/potatoes_stage3.json b/1.9.4/assets/minecraft/models/block/potatoes_stage3.json new file mode 100644 index 00000000..5aca6390 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/potatoes_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/potatoes_stage_3" + } +} diff --git a/1.9.4/assets/minecraft/models/block/pressure_plate_down.json b/1.9.4/assets/minecraft/models/block/pressure_plate_down.json new file mode 100644 index 00000000..db6e6ba6 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/pressure_plate_down.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 1, 0, 1 ], + "to": [ 15, 0.5, 15 ], + "faces": { + "down": { "uv": [ 1, 1, 15, 15 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 1, 1, 15, 15 ], "texture": "#texture" }, + "north": { "uv": [ 1, 15, 15, 15.5 ], "texture": "#texture" }, + "south": { "uv": [ 1, 15, 15, 15.5 ], "texture": "#texture" }, + "west": { "uv": [ 1, 15, 15, 15.5 ], "texture": "#texture" }, + "east": { "uv": [ 1, 15, 15, 15.5 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/pressure_plate_up.json b/1.9.4/assets/minecraft/models/block/pressure_plate_up.json new file mode 100644 index 00000000..689fbe4f --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/pressure_plate_up.json @@ -0,0 +1,18 @@ +{ "parent": "block/thin_block", + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 1, 0, 1 ], + "to": [ 15, 1, 15 ], + "faces": { + "down": { "uv": [ 1, 1, 15, 15 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 1, 1, 15, 15 ], "texture": "#texture" }, + "north": { "uv": [ 1, 15, 15, 16 ], "texture": "#texture" }, + "south": { "uv": [ 1, 15, 15, 16 ], "texture": "#texture" }, + "west": { "uv": [ 1, 15, 15, 16 ], "texture": "#texture" }, + "east": { "uv": [ 1, 15, 15, 16 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/prismarine_bricks.json b/1.9.4/assets/minecraft/models/block/prismarine_bricks.json new file mode 100644 index 00000000..572b27bd --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/prismarine_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/prismarine_bricks" + } +} diff --git a/1.9.4/assets/minecraft/models/block/prismarine_dark.json b/1.9.4/assets/minecraft/models/block/prismarine_dark.json new file mode 100644 index 00000000..611d9a8a --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/prismarine_dark.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/prismarine_dark" + } +} diff --git a/1.9.4/assets/minecraft/models/block/prismarine_rough.json b/1.9.4/assets/minecraft/models/block/prismarine_rough.json new file mode 100644 index 00000000..5be63007 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/prismarine_rough.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/prismarine_rough" + } +} diff --git a/1.9.4/assets/minecraft/models/block/pumpkin.json b/1.9.4/assets/minecraft/models/block/pumpkin.json new file mode 100644 index 00000000..8ac2d79f --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/pumpkin.json @@ -0,0 +1,8 @@ +{ + "parent": "block/orientable", + "textures": { + "top": "blocks/pumpkin_top", + "front": "blocks/pumpkin_face_off", + "side": "blocks/pumpkin_side" + } +} diff --git a/1.9.4/assets/minecraft/models/block/pumpkin_stem_fruit.json b/1.9.4/assets/minecraft/models/block/pumpkin_stem_fruit.json new file mode 100644 index 00000000..ea00b659 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/pumpkin_stem_fruit.json @@ -0,0 +1,7 @@ +{ + "parent": "block/stem_fruit", + "textures": { + "stem": "blocks/pumpkin_stem_disconnected", + "upperstem": "blocks/pumpkin_stem_connected" + } +} diff --git a/1.9.4/assets/minecraft/models/block/pumpkin_stem_growth0.json b/1.9.4/assets/minecraft/models/block/pumpkin_stem_growth0.json new file mode 100644 index 00000000..34758d38 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/pumpkin_stem_growth0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth0", + "textures": { + "stem": "blocks/pumpkin_stem_disconnected" + } +} diff --git a/1.9.4/assets/minecraft/models/block/pumpkin_stem_growth1.json b/1.9.4/assets/minecraft/models/block/pumpkin_stem_growth1.json new file mode 100644 index 00000000..21f87cc4 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/pumpkin_stem_growth1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth1", + "textures": { + "stem": "blocks/pumpkin_stem_disconnected" + } +} diff --git a/1.9.4/assets/minecraft/models/block/pumpkin_stem_growth2.json b/1.9.4/assets/minecraft/models/block/pumpkin_stem_growth2.json new file mode 100644 index 00000000..f021a6dc --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/pumpkin_stem_growth2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth2", + "textures": { + "stem": "blocks/pumpkin_stem_disconnected" + } +} diff --git a/1.9.4/assets/minecraft/models/block/pumpkin_stem_growth3.json b/1.9.4/assets/minecraft/models/block/pumpkin_stem_growth3.json new file mode 100644 index 00000000..ad045471 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/pumpkin_stem_growth3.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth3", + "textures": { + "stem": "blocks/pumpkin_stem_disconnected" + } +} diff --git a/1.9.4/assets/minecraft/models/block/pumpkin_stem_growth4.json b/1.9.4/assets/minecraft/models/block/pumpkin_stem_growth4.json new file mode 100644 index 00000000..5daa8591 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/pumpkin_stem_growth4.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth4", + "textures": { + "stem": "blocks/pumpkin_stem_disconnected" + } +} diff --git a/1.9.4/assets/minecraft/models/block/pumpkin_stem_growth5.json b/1.9.4/assets/minecraft/models/block/pumpkin_stem_growth5.json new file mode 100644 index 00000000..8fde351c --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/pumpkin_stem_growth5.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth5", + "textures": { + "stem": "blocks/pumpkin_stem_disconnected" + } +} diff --git a/1.9.4/assets/minecraft/models/block/pumpkin_stem_growth6.json b/1.9.4/assets/minecraft/models/block/pumpkin_stem_growth6.json new file mode 100644 index 00000000..e428d4cd --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/pumpkin_stem_growth6.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth6", + "textures": { + "stem": "blocks/pumpkin_stem_disconnected" + } +} diff --git a/1.9.4/assets/minecraft/models/block/pumpkin_stem_growth7.json b/1.9.4/assets/minecraft/models/block/pumpkin_stem_growth7.json new file mode 100644 index 00000000..43c721a1 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/pumpkin_stem_growth7.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth7", + "textures": { + "stem": "blocks/pumpkin_stem_disconnected" + } +} diff --git a/1.9.4/assets/minecraft/models/block/purple_stained_glass_pane_noside.json b/1.9.4/assets/minecraft/models/block/purple_stained_glass_pane_noside.json new file mode 100644 index 00000000..2ceb730f --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/purple_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside", + "textures": { + "pane": "blocks/glass_purple" + } +} diff --git a/1.9.4/assets/minecraft/models/block/purple_stained_glass_pane_noside_alt.json b/1.9.4/assets/minecraft/models/block/purple_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..c819c2e7 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/purple_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside_alt", + "textures": { + "pane": "blocks/glass_purple" + } +} diff --git a/1.9.4/assets/minecraft/models/block/purple_stained_glass_pane_post.json b/1.9.4/assets/minecraft/models/block/purple_stained_glass_pane_post.json new file mode 100644 index 00000000..2a91b1d7 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/purple_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_post", + "textures": { + "edge": "blocks/glass_pane_top_purple", + "pane": "blocks/glass_purple" + } +} diff --git a/1.9.4/assets/minecraft/models/block/purple_stained_glass_pane_side.json b/1.9.4/assets/minecraft/models/block/purple_stained_glass_pane_side.json new file mode 100644 index 00000000..b7c0e35a --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/purple_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side", + "textures": { + "edge": "blocks/glass_pane_top_purple", + "pane": "blocks/glass_purple" + } +} diff --git a/1.9.4/assets/minecraft/models/block/purple_stained_glass_pane_side_alt.json b/1.9.4/assets/minecraft/models/block/purple_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..7e2370e2 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/purple_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side_alt", + "textures": { + "edge": "blocks/glass_pane_top_purple", + "pane": "blocks/glass_purple" + } +} diff --git a/1.9.4/assets/minecraft/models/block/purple_wool.json b/1.9.4/assets/minecraft/models/block/purple_wool.json new file mode 100644 index 00000000..2c503189 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/purple_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_purple" + } +} diff --git a/1.9.4/assets/minecraft/models/block/purpur_block.json b/1.9.4/assets/minecraft/models/block/purpur_block.json new file mode 100644 index 00000000..1ac4652e --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/purpur_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/purpur_block" + } +} diff --git a/1.9.4/assets/minecraft/models/block/purpur_inner_stairs.json b/1.9.4/assets/minecraft/models/block/purpur_inner_stairs.json new file mode 100644 index 00000000..5ea5de27 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/purpur_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/purpur_block", + "top": "blocks/purpur_block", + "side": "blocks/purpur_block" + } +} diff --git a/1.9.4/assets/minecraft/models/block/purpur_outer_stairs.json b/1.9.4/assets/minecraft/models/block/purpur_outer_stairs.json new file mode 100644 index 00000000..05431efd --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/purpur_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/purpur_block", + "top": "blocks/purpur_block", + "side": "blocks/purpur_block" + } +} diff --git a/1.9.4/assets/minecraft/models/block/purpur_pillar_top.json b/1.9.4/assets/minecraft/models/block/purpur_pillar_top.json new file mode 100644 index 00000000..4f02e8f4 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/purpur_pillar_top.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/purpur_pillar_top", + "side": "blocks/purpur_pillar" + } +} diff --git a/1.9.4/assets/minecraft/models/block/purpur_stairs.json b/1.9.4/assets/minecraft/models/block/purpur_stairs.json new file mode 100644 index 00000000..5bd3a014 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/purpur_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/purpur_block", + "top": "blocks/purpur_block", + "side": "blocks/purpur_block" + } +} diff --git a/1.9.4/assets/minecraft/models/block/quartz_chiseled.json b/1.9.4/assets/minecraft/models/block/quartz_chiseled.json new file mode 100644 index 00000000..25819d71 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/quartz_chiseled.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "side": "blocks/quartz_block_chiseled", + "end": "blocks/quartz_block_chiseled_top" + } +} diff --git a/1.9.4/assets/minecraft/models/block/quartz_inner_stairs.json b/1.9.4/assets/minecraft/models/block/quartz_inner_stairs.json new file mode 100644 index 00000000..5b6903a3 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/quartz_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/quartz_block_bottom", + "top": "blocks/quartz_block_top", + "side": "blocks/quartz_block_side" + } +} diff --git a/1.9.4/assets/minecraft/models/block/quartz_lines.json b/1.9.4/assets/minecraft/models/block/quartz_lines.json new file mode 100644 index 00000000..fa2de862 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/quartz_lines.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/quartz_block_lines_top", + "side": "blocks/quartz_block_lines" + } +} diff --git a/1.9.4/assets/minecraft/models/block/quartz_normal.json b/1.9.4/assets/minecraft/models/block/quartz_normal.json new file mode 100644 index 00000000..de04c92c --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/quartz_normal.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "blocks/quartz_block_bottom", + "top": "blocks/quartz_block_top", + "side": "blocks/quartz_block_side" + } +} diff --git a/1.9.4/assets/minecraft/models/block/quartz_ore.json b/1.9.4/assets/minecraft/models/block/quartz_ore.json new file mode 100644 index 00000000..b9c850b6 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/quartz_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/quartz_ore" + } +} diff --git a/1.9.4/assets/minecraft/models/block/quartz_outer_stairs.json b/1.9.4/assets/minecraft/models/block/quartz_outer_stairs.json new file mode 100644 index 00000000..975ae92c --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/quartz_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/quartz_block_bottom", + "top": "blocks/quartz_block_top", + "side": "blocks/quartz_block_side" + } +} diff --git a/1.9.4/assets/minecraft/models/block/quartz_stairs.json b/1.9.4/assets/minecraft/models/block/quartz_stairs.json new file mode 100644 index 00000000..448e4d55 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/quartz_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/quartz_block_bottom", + "top": "blocks/quartz_block_top", + "side": "blocks/quartz_block_side" + } +} diff --git a/1.9.4/assets/minecraft/models/block/quartz_top.json b/1.9.4/assets/minecraft/models/block/quartz_top.json new file mode 100644 index 00000000..e5ddc317 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/quartz_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/quartz_block_top" + } +} diff --git a/1.9.4/assets/minecraft/models/block/rail_curved.json b/1.9.4/assets/minecraft/models/block/rail_curved.json new file mode 100644 index 00000000..299a44ba --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/rail_curved.json @@ -0,0 +1,15 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#rail" + }, + "elements": [ + { "from": [ 0, 1, 0 ], + "to": [ 16, 1, 16 ], + "faces": { + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#rail" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#rail" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/rail_flat.json b/1.9.4/assets/minecraft/models/block/rail_flat.json new file mode 100644 index 00000000..299a44ba --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/rail_flat.json @@ -0,0 +1,15 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#rail" + }, + "elements": [ + { "from": [ 0, 1, 0 ], + "to": [ 16, 1, 16 ], + "faces": { + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#rail" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#rail" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/rail_raised_ne.json b/1.9.4/assets/minecraft/models/block/rail_raised_ne.json new file mode 100644 index 00000000..a92e4603 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/rail_raised_ne.json @@ -0,0 +1,21 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#rail" + }, + "elements": [ + { "from": [ 0, 9, 0 ], + "to": [ 16, 9, 16 ], + "rotation": { + "origin": [ 8, 9, 8 ], + "axis": "x", + "angle": 45, + "rescale": true + }, + "faces": { + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#rail" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#rail" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/rail_raised_sw.json b/1.9.4/assets/minecraft/models/block/rail_raised_sw.json new file mode 100644 index 00000000..dddc3562 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/rail_raised_sw.json @@ -0,0 +1,21 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#rail" + }, + "elements": [ + { "from": [ 0, 9, 0 ], + "to": [ 16, 9, 16 ], + "rotation": { + "origin": [ 8, 9, 8 ], + "axis": "x", + "angle": -45, + "rescale": true + }, + "faces": { + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#rail" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#rail" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/red_mushroom.json b/1.9.4/assets/minecraft/models/block/red_mushroom.json new file mode 100644 index 00000000..53a7ab11 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/red_mushroom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/mushroom_red" + } +} diff --git a/1.9.4/assets/minecraft/models/block/red_mushroom_block_c.json b/1.9.4/assets/minecraft/models/block/red_mushroom_block_c.json new file mode 100644 index 00000000..8d5dbc5a --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/red_mushroom_block_c.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "blocks/mushroom_block_inside", + "down": "blocks/mushroom_block_inside", + "up": "blocks/mushroom_block_skin_red", + "north": "blocks/mushroom_block_inside", + "east": "blocks/mushroom_block_inside", + "south": "blocks/mushroom_block_inside", + "west": "blocks/mushroom_block_inside" + } +} diff --git a/1.9.4/assets/minecraft/models/block/red_mushroom_block_cap_all.json b/1.9.4/assets/minecraft/models/block/red_mushroom_block_cap_all.json new file mode 100644 index 00000000..63e222b1 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/red_mushroom_block_cap_all.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/mushroom_block_skin_red" + } +} diff --git a/1.9.4/assets/minecraft/models/block/red_mushroom_block_e.json b/1.9.4/assets/minecraft/models/block/red_mushroom_block_e.json new file mode 100644 index 00000000..e81f611c --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/red_mushroom_block_e.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "blocks/mushroom_block_inside", + "down": "blocks/mushroom_block_inside", + "up": "blocks/mushroom_block_skin_red", + "north": "blocks/mushroom_block_inside", + "east": "blocks/mushroom_block_skin_red", + "south": "blocks/mushroom_block_inside", + "west": "blocks/mushroom_block_inside" + } +} diff --git a/1.9.4/assets/minecraft/models/block/red_mushroom_block_inside_all.json b/1.9.4/assets/minecraft/models/block/red_mushroom_block_inside_all.json new file mode 100644 index 00000000..472dc8ab --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/red_mushroom_block_inside_all.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/mushroom_block_inside" + } +} diff --git a/1.9.4/assets/minecraft/models/block/red_mushroom_block_n.json b/1.9.4/assets/minecraft/models/block/red_mushroom_block_n.json new file mode 100644 index 00000000..57d8a3f0 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/red_mushroom_block_n.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "blocks/mushroom_block_inside", + "down": "blocks/mushroom_block_inside", + "up": "blocks/mushroom_block_skin_red", + "north": "blocks/mushroom_block_skin_red", + "east": "blocks/mushroom_block_inside", + "south": "blocks/mushroom_block_inside", + "west": "blocks/mushroom_block_inside" + } +} diff --git a/1.9.4/assets/minecraft/models/block/red_mushroom_block_ne.json b/1.9.4/assets/minecraft/models/block/red_mushroom_block_ne.json new file mode 100644 index 00000000..ea6ad865 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/red_mushroom_block_ne.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "blocks/mushroom_block_inside", + "down": "blocks/mushroom_block_inside", + "up": "blocks/mushroom_block_skin_red", + "north": "blocks/mushroom_block_skin_red", + "east": "blocks/mushroom_block_skin_red", + "south": "blocks/mushroom_block_inside", + "west": "blocks/mushroom_block_inside" + } +} diff --git a/1.9.4/assets/minecraft/models/block/red_mushroom_block_nw.json b/1.9.4/assets/minecraft/models/block/red_mushroom_block_nw.json new file mode 100644 index 00000000..84ff71e3 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/red_mushroom_block_nw.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "blocks/mushroom_block_inside", + "down": "blocks/mushroom_block_inside", + "up": "blocks/mushroom_block_skin_red", + "north": "blocks/mushroom_block_skin_red", + "east": "blocks/mushroom_block_inside", + "south": "blocks/mushroom_block_inside", + "west": "blocks/mushroom_block_skin_red" + } +} diff --git a/1.9.4/assets/minecraft/models/block/red_mushroom_block_s.json b/1.9.4/assets/minecraft/models/block/red_mushroom_block_s.json new file mode 100644 index 00000000..c73f7392 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/red_mushroom_block_s.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "blocks/mushroom_block_inside", + "down": "blocks/mushroom_block_inside", + "up": "blocks/mushroom_block_skin_red", + "north": "blocks/mushroom_block_inside", + "east": "blocks/mushroom_block_inside", + "south": "blocks/mushroom_block_skin_red", + "west": "blocks/mushroom_block_inside" + } +} diff --git a/1.9.4/assets/minecraft/models/block/red_mushroom_block_se.json b/1.9.4/assets/minecraft/models/block/red_mushroom_block_se.json new file mode 100644 index 00000000..2c151d7f --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/red_mushroom_block_se.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "blocks/mushroom_block_inside", + "down": "blocks/mushroom_block_inside", + "up": "blocks/mushroom_block_skin_red", + "north": "blocks/mushroom_block_inside", + "east": "blocks/mushroom_block_skin_red", + "south": "blocks/mushroom_block_skin_red", + "west": "blocks/mushroom_block_inside" + } +} diff --git a/1.9.4/assets/minecraft/models/block/red_mushroom_block_stem.json b/1.9.4/assets/minecraft/models/block/red_mushroom_block_stem.json new file mode 100644 index 00000000..b839c9af --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/red_mushroom_block_stem.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "side": "blocks/mushroom_block_skin_stem", + "end": "blocks/mushroom_block_inside" + } +} diff --git a/1.9.4/assets/minecraft/models/block/red_mushroom_block_stem_all.json b/1.9.4/assets/minecraft/models/block/red_mushroom_block_stem_all.json new file mode 100644 index 00000000..73434e42 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/red_mushroom_block_stem_all.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/mushroom_block_skin_stem" + } +} diff --git a/1.9.4/assets/minecraft/models/block/red_mushroom_block_sw.json b/1.9.4/assets/minecraft/models/block/red_mushroom_block_sw.json new file mode 100644 index 00000000..9ee1f301 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/red_mushroom_block_sw.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "blocks/mushroom_block_inside", + "down": "blocks/mushroom_block_inside", + "up": "blocks/mushroom_block_skin_red", + "north": "blocks/mushroom_block_inside", + "east": "blocks/mushroom_block_inside", + "south": "blocks/mushroom_block_skin_red", + "west": "blocks/mushroom_block_skin_red" + } +} diff --git a/1.9.4/assets/minecraft/models/block/red_mushroom_block_w.json b/1.9.4/assets/minecraft/models/block/red_mushroom_block_w.json new file mode 100644 index 00000000..c4aaa2cb --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/red_mushroom_block_w.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "blocks/mushroom_block_inside", + "down": "blocks/mushroom_block_inside", + "up": "blocks/mushroom_block_skin_red", + "north": "blocks/mushroom_block_inside", + "east": "blocks/mushroom_block_inside", + "south": "blocks/mushroom_block_inside", + "west": "blocks/mushroom_block_skin_red" + } +} diff --git a/1.9.4/assets/minecraft/models/block/red_sand.json b/1.9.4/assets/minecraft/models/block/red_sand.json new file mode 100644 index 00000000..7c72d641 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/red_sand.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/red_sand" + } +} diff --git a/1.9.4/assets/minecraft/models/block/red_sandstone_all.json b/1.9.4/assets/minecraft/models/block/red_sandstone_all.json new file mode 100644 index 00000000..49631ce6 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/red_sandstone_all.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/red_sandstone_top" + } +} diff --git a/1.9.4/assets/minecraft/models/block/red_sandstone_chiseled.json b/1.9.4/assets/minecraft/models/block/red_sandstone_chiseled.json new file mode 100644 index 00000000..cf0a1fcd --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/red_sandstone_chiseled.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/red_sandstone_top", + "side": "blocks/red_sandstone_carved" + } +} diff --git a/1.9.4/assets/minecraft/models/block/red_sandstone_inner_stairs.json b/1.9.4/assets/minecraft/models/block/red_sandstone_inner_stairs.json new file mode 100644 index 00000000..11da043f --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/red_sandstone_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/red_sandstone_bottom", + "top": "blocks/red_sandstone_top", + "side": "blocks/red_sandstone_normal" + } +} diff --git a/1.9.4/assets/minecraft/models/block/red_sandstone_normal.json b/1.9.4/assets/minecraft/models/block/red_sandstone_normal.json new file mode 100644 index 00000000..36e5008f --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/red_sandstone_normal.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "blocks/red_sandstone_bottom", + "top": "blocks/red_sandstone_top", + "side": "blocks/red_sandstone_normal" + } +} diff --git a/1.9.4/assets/minecraft/models/block/red_sandstone_outer_stairs.json b/1.9.4/assets/minecraft/models/block/red_sandstone_outer_stairs.json new file mode 100644 index 00000000..a43de102 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/red_sandstone_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/red_sandstone_bottom", + "top": "blocks/red_sandstone_top", + "side": "blocks/red_sandstone_normal" + } +} diff --git a/1.9.4/assets/minecraft/models/block/red_sandstone_smooth.json b/1.9.4/assets/minecraft/models/block/red_sandstone_smooth.json new file mode 100644 index 00000000..2ec015d7 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/red_sandstone_smooth.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/red_sandstone_top", + "side": "blocks/red_sandstone_smooth" + } +} diff --git a/1.9.4/assets/minecraft/models/block/red_sandstone_stairs.json b/1.9.4/assets/minecraft/models/block/red_sandstone_stairs.json new file mode 100644 index 00000000..dcc94969 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/red_sandstone_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/red_sandstone_bottom", + "top": "blocks/red_sandstone_top", + "side": "blocks/red_sandstone_normal" + } +} diff --git a/1.9.4/assets/minecraft/models/block/red_stained_glass_pane_noside.json b/1.9.4/assets/minecraft/models/block/red_stained_glass_pane_noside.json new file mode 100644 index 00000000..4b9776c1 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/red_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside", + "textures": { + "pane": "blocks/glass_red" + } +} diff --git a/1.9.4/assets/minecraft/models/block/red_stained_glass_pane_noside_alt.json b/1.9.4/assets/minecraft/models/block/red_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..5873f2cc --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/red_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside_alt", + "textures": { + "pane": "blocks/glass_red" + } +} diff --git a/1.9.4/assets/minecraft/models/block/red_stained_glass_pane_post.json b/1.9.4/assets/minecraft/models/block/red_stained_glass_pane_post.json new file mode 100644 index 00000000..7144b49e --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/red_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_post", + "textures": { + "edge": "blocks/glass_pane_top_red", + "pane": "blocks/glass_red" + } +} diff --git a/1.9.4/assets/minecraft/models/block/red_stained_glass_pane_side.json b/1.9.4/assets/minecraft/models/block/red_stained_glass_pane_side.json new file mode 100644 index 00000000..df9d508f --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/red_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side", + "textures": { + "edge": "blocks/glass_pane_top_red", + "pane": "blocks/glass_red" + } +} diff --git a/1.9.4/assets/minecraft/models/block/red_stained_glass_pane_side_alt.json b/1.9.4/assets/minecraft/models/block/red_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..06bd9fa5 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/red_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side_alt", + "textures": { + "edge": "blocks/glass_pane_top_red", + "pane": "blocks/glass_red" + } +} diff --git a/1.9.4/assets/minecraft/models/block/red_tulip.json b/1.9.4/assets/minecraft/models/block/red_tulip.json new file mode 100644 index 00000000..56b41be3 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/red_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/flower_tulip_red" + } +} diff --git a/1.9.4/assets/minecraft/models/block/red_wool.json b/1.9.4/assets/minecraft/models/block/red_wool.json new file mode 100644 index 00000000..da67b188 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/red_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_red" + } +} diff --git a/1.9.4/assets/minecraft/models/block/redstone_block.json b/1.9.4/assets/minecraft/models/block/redstone_block.json new file mode 100644 index 00000000..313e6bdb --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/redstone_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/redstone_block" + } +} diff --git a/1.9.4/assets/minecraft/models/block/redstone_dot.json b/1.9.4/assets/minecraft/models/block/redstone_dot.json new file mode 100644 index 00000000..8df1fb4b --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/redstone_dot.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/redstone_dust_dot", + "line": "blocks/redstone_dust_dot", + "overlay": "blocks/redstone_dust_overlay" + }, + "elements": [ + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16], "texture": "#line", "tintindex": 0 } + } + }, + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/redstone_ore.json b/1.9.4/assets/minecraft/models/block/redstone_ore.json new file mode 100644 index 00000000..8285da66 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/redstone_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/redstone_ore" + } +} diff --git a/1.9.4/assets/minecraft/models/block/redstone_side.json b/1.9.4/assets/minecraft/models/block/redstone_side.json new file mode 100644 index 00000000..1d43cd8f --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/redstone_side.json @@ -0,0 +1,23 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/redstone_dust_dot", + "overlay": "blocks/redstone_dust_overlay" + }, + "elements": [ + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 8 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 8 ], "texture": "#line", "tintindex": 0 } + } + }, + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 8 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 8 ], "texture": "#overlay" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/redstone_side0.json b/1.9.4/assets/minecraft/models/block/redstone_side0.json new file mode 100644 index 00000000..f85900a7 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/redstone_side0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/redstone_side", + "textures": { + "line": "blocks/redstone_dust_line0" + } +} diff --git a/1.9.4/assets/minecraft/models/block/redstone_side1.json b/1.9.4/assets/minecraft/models/block/redstone_side1.json new file mode 100644 index 00000000..bb3a2ae4 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/redstone_side1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/redstone_side", + "textures": { + "line": "blocks/redstone_dust_line1" + } +} diff --git a/1.9.4/assets/minecraft/models/block/redstone_side_alt.json b/1.9.4/assets/minecraft/models/block/redstone_side_alt.json new file mode 100644 index 00000000..a611eed5 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/redstone_side_alt.json @@ -0,0 +1,23 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/redstone_dust_dot", + "overlay": "blocks/redstone_dust_overlay" + }, + "elements": [ + { "from": [ 0, 0.25, 8 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 8, 16, 16 ], "texture": "#line", "tintindex": 0 } + } + }, + { "from": [ 0, 0.25, 8 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 8, 16, 16 ], "texture": "#overlay" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/redstone_side_alt0.json b/1.9.4/assets/minecraft/models/block/redstone_side_alt0.json new file mode 100644 index 00000000..393166ce --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/redstone_side_alt0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/redstone_side_alt", + "textures": { + "line": "blocks/redstone_dust_line0" + } +} diff --git a/1.9.4/assets/minecraft/models/block/redstone_side_alt1.json b/1.9.4/assets/minecraft/models/block/redstone_side_alt1.json new file mode 100644 index 00000000..1b1ca66d --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/redstone_side_alt1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/redstone_side_alt", + "textures": { + "line": "blocks/redstone_dust_line1" + } +} diff --git a/1.9.4/assets/minecraft/models/block/redstone_up.json b/1.9.4/assets/minecraft/models/block/redstone_up.json new file mode 100644 index 00000000..9db309cc --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/redstone_up.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/redstone_dust_dot", + "line": "blocks/redstone_dust_line0", + "overlay": "blocks/redstone_dust_overlay" + }, + "elements": [ + { "from": [ 0, 0, 0.25 ], + "to": [ 16, 16, 0.25 ], + "shade": false, + "faces": { + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.25 ], + "to": [ 16, 16, 0.25 ], + "shade": false, + "faces": { + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/reeds.json b/1.9.4/assets/minecraft/models/block/reeds.json new file mode 100644 index 00000000..250dfd97 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/reeds.json @@ -0,0 +1,6 @@ +{ + "parent": "block/tinted_cross", + "textures": { + "cross": "blocks/reeds" + } +} diff --git a/1.9.4/assets/minecraft/models/block/repeater_1tick.json b/1.9.4/assets/minecraft/models/block/repeater_1tick.json new file mode 100644 index 00000000..d49a67b2 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/repeater_1tick.json @@ -0,0 +1,44 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_off", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_off", + "unlit": "blocks/redstone_torch_off" + }, + "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": [ 7, 2, 6 ], + "to": [ 9, 7, 8 ], + "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, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/repeater_2tick.json b/1.9.4/assets/minecraft/models/block/repeater_2tick.json new file mode 100644 index 00000000..98c94ef5 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/repeater_2tick.json @@ -0,0 +1,44 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_off", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_off", + "unlit": "blocks/redstone_torch_off" + }, + "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": [ 7, 2, 8 ], + "to": [ 9, 7, 10 ], + "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, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/repeater_3tick.json b/1.9.4/assets/minecraft/models/block/repeater_3tick.json new file mode 100644 index 00000000..3a3a11f9 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/repeater_3tick.json @@ -0,0 +1,44 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_off", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_off", + "unlit": "blocks/redstone_torch_off" + }, + "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": [ 7, 2, 10 ], + "to": [ 9, 7, 12 ], + "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, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/repeater_4tick.json b/1.9.4/assets/minecraft/models/block/repeater_4tick.json new file mode 100644 index 00000000..cbcf0b6c --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/repeater_4tick.json @@ -0,0 +1,44 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_off", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_off", + "unlit": "blocks/redstone_torch_off" + }, + "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": [ 7, 2, 12 ], + "to": [ 9, 7, 14 ], + "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, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/repeater_locked_1tick.json b/1.9.4/assets/minecraft/models/block/repeater_locked_1tick.json new file mode 100644 index 00000000..e62956f9 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/repeater_locked_1tick.json @@ -0,0 +1,45 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_off", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_off", + "lock": "blocks/bedrock", + "unlit": "blocks/redstone_torch_off" + }, + "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": [ 2, 2, 6 ], + "to": [ 14, 4, 8 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 2, 2 ], + "to": [ 9, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/repeater_locked_2tick.json b/1.9.4/assets/minecraft/models/block/repeater_locked_2tick.json new file mode 100644 index 00000000..f9a14550 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/repeater_locked_2tick.json @@ -0,0 +1,45 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_off", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_off", + "lock": "blocks/bedrock", + "unlit": "blocks/redstone_torch_off" + }, + "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": [ 2, 2, 8 ], + "to": [ 14, 4, 10 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 2, 2 ], + "to": [ 9, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/repeater_locked_3tick.json b/1.9.4/assets/minecraft/models/block/repeater_locked_3tick.json new file mode 100644 index 00000000..ff850a63 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/repeater_locked_3tick.json @@ -0,0 +1,45 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_off", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_off", + "lock": "blocks/bedrock", + "unlit": "blocks/redstone_torch_off" + }, + "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": [ 2, 2, 10 ], + "to": [ 14, 4, 12 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 2, 2 ], + "to": [ 9, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/repeater_locked_4tick.json b/1.9.4/assets/minecraft/models/block/repeater_locked_4tick.json new file mode 100644 index 00000000..d0ed0264 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/repeater_locked_4tick.json @@ -0,0 +1,45 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_off", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_off", + "lock": "blocks/bedrock", + "unlit": "blocks/redstone_torch_off" + }, + "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": [ 2, 2, 12 ], + "to": [ 14, 4, 14 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 2, 2 ], + "to": [ 9, 7, 4 ], + "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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/repeater_on_1tick.json b/1.9.4/assets/minecraft/models/block/repeater_on_1tick.json new file mode 100644 index 00000000..8034f6da --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/repeater_on_1tick.json @@ -0,0 +1,62 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_on", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_on", + "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": [ 7, 7, 6 ], + "to": [ 9, 7, 8 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 5 ], + "to": [ 9, 8, 9 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 6 ], + "to": [ 10, 8, 8 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/repeater_on_2tick.json b/1.9.4/assets/minecraft/models/block/repeater_on_2tick.json new file mode 100644 index 00000000..4a077fa3 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/repeater_on_2tick.json @@ -0,0 +1,62 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_on", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_on", + "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": [ 7, 7, 8 ], + "to": [ 9, 7, 10 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 7 ], + "to": [ 9, 8, 11 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 8 ], + "to": [ 10, 8, 10 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/repeater_on_3tick.json b/1.9.4/assets/minecraft/models/block/repeater_on_3tick.json new file mode 100644 index 00000000..75edf5ff --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/repeater_on_3tick.json @@ -0,0 +1,62 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_on", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_on", + "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": [ 7, 7, 10 ], + "to": [ 9, 7, 12 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 9 ], + "to": [ 9, 8, 13 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 10 ], + "to": [ 10, 8, 12 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/repeater_on_4tick.json b/1.9.4/assets/minecraft/models/block/repeater_on_4tick.json new file mode 100644 index 00000000..f67ff945 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/repeater_on_4tick.json @@ -0,0 +1,62 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_on", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_on", + "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": [ 7, 7, 12 ], + "to": [ 9, 7, 14 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 11 ], + "to": [ 9, 8, 15 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 12 ], + "to": [ 10, 8, 14 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/repeater_on_locked_1tick.json b/1.9.4/assets/minecraft/models/block/repeater_on_locked_1tick.json new file mode 100644 index 00000000..8e01a799 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/repeater_on_locked_1tick.json @@ -0,0 +1,54 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_on", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_on", + "lit": "blocks/redstone_torch_on", + "lock": "blocks/bedrock" + }, + "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": [ 2, 2, 6 ], + "to": [ 14, 4, 8 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/repeater_on_locked_2tick.json b/1.9.4/assets/minecraft/models/block/repeater_on_locked_2tick.json new file mode 100644 index 00000000..31556f36 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/repeater_on_locked_2tick.json @@ -0,0 +1,54 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_on", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_on", + "lit": "blocks/redstone_torch_on", + "lock": "blocks/bedrock" + }, + "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": [ 2, 2, 8 ], + "to": [ 14, 4, 10 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/repeater_on_locked_3tick.json b/1.9.4/assets/minecraft/models/block/repeater_on_locked_3tick.json new file mode 100644 index 00000000..b8352e53 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/repeater_on_locked_3tick.json @@ -0,0 +1,54 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_on", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_on", + "lit": "blocks/redstone_torch_on", + "lock": "blocks/bedrock" + }, + "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": [ 2, 2, 10 ], + "to": [ 14, 4, 12 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/repeater_on_locked_4tick.json b/1.9.4/assets/minecraft/models/block/repeater_on_locked_4tick.json new file mode 100644 index 00000000..f7664ee1 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/repeater_on_locked_4tick.json @@ -0,0 +1,54 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_on", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_on", + "lit": "blocks/redstone_torch_on", + "lock": "blocks/bedrock" + }, + "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": [ 2, 2, 12 ], + "to": [ 14, 4, 14 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/repeating_command_block.json b/1.9.4/assets/minecraft/models/block/repeating_command_block.json new file mode 100644 index 00000000..5ea677e9 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/repeating_command_block.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube_directional", + "textures": { + "particle": "blocks/repeating_command_block_back", + "down": "blocks/repeating_command_block_side", + "up": "blocks/repeating_command_block_side", + "north": "blocks/repeating_command_block_front", + "east": "blocks/repeating_command_block_side", + "south": "blocks/repeating_command_block_back", + "west": "blocks/repeating_command_block_side" + } +} diff --git a/1.9.4/assets/minecraft/models/block/repeating_command_block_conditional.json b/1.9.4/assets/minecraft/models/block/repeating_command_block_conditional.json new file mode 100644 index 00000000..4d1f6dd7 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/repeating_command_block_conditional.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube_directional", + "textures": { + "particle": "blocks/repeating_command_block_back", + "down": "blocks/repeating_command_block_conditional", + "up": "blocks/repeating_command_block_conditional", + "north": "blocks/repeating_command_block_front", + "east": "blocks/repeating_command_block_conditional", + "south": "blocks/repeating_command_block_back", + "west": "blocks/repeating_command_block_conditional" + } +} diff --git a/1.9.4/assets/minecraft/models/block/sand.json b/1.9.4/assets/minecraft/models/block/sand.json new file mode 100644 index 00000000..96c79821 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/sand.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/sand" + } +} diff --git a/1.9.4/assets/minecraft/models/block/sandstone_all.json b/1.9.4/assets/minecraft/models/block/sandstone_all.json new file mode 100644 index 00000000..834be32b --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/sandstone_all.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/sandstone_top" + } +} diff --git a/1.9.4/assets/minecraft/models/block/sandstone_chiseled.json b/1.9.4/assets/minecraft/models/block/sandstone_chiseled.json new file mode 100644 index 00000000..a89f4d20 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/sandstone_chiseled.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/sandstone_top", + "side": "blocks/sandstone_carved" + } +} diff --git a/1.9.4/assets/minecraft/models/block/sandstone_inner_stairs.json b/1.9.4/assets/minecraft/models/block/sandstone_inner_stairs.json new file mode 100644 index 00000000..9ef52b06 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/sandstone_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/sandstone_bottom", + "top": "blocks/sandstone_top", + "side": "blocks/sandstone_normal" + } +} diff --git a/1.9.4/assets/minecraft/models/block/sandstone_normal.json b/1.9.4/assets/minecraft/models/block/sandstone_normal.json new file mode 100644 index 00000000..5651d6fc --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/sandstone_normal.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "blocks/sandstone_bottom", + "top": "blocks/sandstone_top", + "side": "blocks/sandstone_normal" + } +} diff --git a/1.9.4/assets/minecraft/models/block/sandstone_outer_stairs.json b/1.9.4/assets/minecraft/models/block/sandstone_outer_stairs.json new file mode 100644 index 00000000..4a939151 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/sandstone_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/sandstone_bottom", + "top": "blocks/sandstone_top", + "side": "blocks/sandstone_normal" + } +} diff --git a/1.9.4/assets/minecraft/models/block/sandstone_smooth.json b/1.9.4/assets/minecraft/models/block/sandstone_smooth.json new file mode 100644 index 00000000..dace295c --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/sandstone_smooth.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/sandstone_top", + "side": "blocks/sandstone_smooth" + } +} diff --git a/1.9.4/assets/minecraft/models/block/sandstone_stairs.json b/1.9.4/assets/minecraft/models/block/sandstone_stairs.json new file mode 100644 index 00000000..b14026a3 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/sandstone_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/sandstone_bottom", + "top": "blocks/sandstone_top", + "side": "blocks/sandstone_normal" + } +} diff --git a/1.9.4/assets/minecraft/models/block/sea_lantern.json b/1.9.4/assets/minecraft/models/block/sea_lantern.json new file mode 100644 index 00000000..45f8859c --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/sea_lantern.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/sea_lantern" + } +} diff --git a/1.9.4/assets/minecraft/models/block/silver_stained_glass_pane_noside.json b/1.9.4/assets/minecraft/models/block/silver_stained_glass_pane_noside.json new file mode 100644 index 00000000..f385cf27 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/silver_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside", + "textures": { + "pane": "blocks/glass_silver" + } +} diff --git a/1.9.4/assets/minecraft/models/block/silver_stained_glass_pane_noside_alt.json b/1.9.4/assets/minecraft/models/block/silver_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..c362f860 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/silver_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside_alt", + "textures": { + "pane": "blocks/glass_silver" + } +} diff --git a/1.9.4/assets/minecraft/models/block/silver_stained_glass_pane_post.json b/1.9.4/assets/minecraft/models/block/silver_stained_glass_pane_post.json new file mode 100644 index 00000000..5621de9a --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/silver_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_post", + "textures": { + "edge": "blocks/glass_pane_top_silver", + "pane": "blocks/glass_silver" + } +} diff --git a/1.9.4/assets/minecraft/models/block/silver_stained_glass_pane_side.json b/1.9.4/assets/minecraft/models/block/silver_stained_glass_pane_side.json new file mode 100644 index 00000000..e84855ae --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/silver_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side", + "textures": { + "edge": "blocks/glass_pane_top_silver", + "pane": "blocks/glass_silver" + } +} diff --git a/1.9.4/assets/minecraft/models/block/silver_stained_glass_pane_side_alt.json b/1.9.4/assets/minecraft/models/block/silver_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..1144d8fc --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/silver_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side_alt", + "textures": { + "edge": "blocks/glass_pane_top_silver", + "pane": "blocks/glass_silver" + } +} diff --git a/1.9.4/assets/minecraft/models/block/silver_wool.json b/1.9.4/assets/minecraft/models/block/silver_wool.json new file mode 100644 index 00000000..04d6d551 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/silver_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_silver" + } +} diff --git a/1.9.4/assets/minecraft/models/block/slime.json b/1.9.4/assets/minecraft/models/block/slime.json new file mode 100644 index 00000000..79644d97 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/slime.json @@ -0,0 +1,30 @@ +{ "parent": "block/block", + "textures": { + "particle": "blocks/slime", + "texture": "blocks/slime" + }, + "elements": [ + { "from": [ 3, 3, 3 ], + "to": [ 13, 13, 13 ], + "faces": { + "down": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, + "up": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, + "north": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, + "south": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, + "west": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, + "east": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" } + } + }, + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/snow.json b/1.9.4/assets/minecraft/models/block/snow.json new file mode 100644 index 00000000..328a45e1 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/snow.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/snow" + } +} diff --git a/1.9.4/assets/minecraft/models/block/snow_height10.json b/1.9.4/assets/minecraft/models/block/snow_height10.json new file mode 100644 index 00000000..b3fa4ac1 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/snow_height10.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "blocks/snow", + "texture": "blocks/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 10, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 6, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 6, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 6, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 6, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/snow_height12.json b/1.9.4/assets/minecraft/models/block/snow_height12.json new file mode 100644 index 00000000..3d706357 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/snow_height12.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "blocks/snow", + "texture": "blocks/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 12, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 4, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 4, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 4, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 4, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/snow_height14.json b/1.9.4/assets/minecraft/models/block/snow_height14.json new file mode 100644 index 00000000..b25587f0 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/snow_height14.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "blocks/snow", + "texture": "blocks/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 14, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 2, 16, 16 ], "texture": "#texture" }, + "south": { "uv": [ 0, 2, 16, 16 ], "texture": "#texture" }, + "west": { "uv": [ 0, 2, 16, 16 ], "texture": "#texture" }, + "east": { "uv": [ 0, 2, 16, 16 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/snow_height2.json b/1.9.4/assets/minecraft/models/block/snow_height2.json new file mode 100644 index 00000000..01f53222 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/snow_height2.json @@ -0,0 +1,19 @@ +{ "parent": "block/thin_block", + "textures": { + "particle": "blocks/snow", + "texture": "blocks/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 2, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 14, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 14, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 14, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 14, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/snow_height4.json b/1.9.4/assets/minecraft/models/block/snow_height4.json new file mode 100644 index 00000000..350d5613 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/snow_height4.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "blocks/snow", + "texture": "blocks/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 4, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 12, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 12, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 12, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 12, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/snow_height6.json b/1.9.4/assets/minecraft/models/block/snow_height6.json new file mode 100644 index 00000000..ef3f511e --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/snow_height6.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "blocks/snow", + "texture": "blocks/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 6, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 10, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 10, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 10, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 10, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/snow_height8.json b/1.9.4/assets/minecraft/models/block/snow_height8.json new file mode 100644 index 00000000..e8273626 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/snow_height8.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "blocks/snow", + "texture": "blocks/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 8, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 8, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 8, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 8, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 8, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/soul_sand.json b/1.9.4/assets/minecraft/models/block/soul_sand.json new file mode 100644 index 00000000..157c4381 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/soul_sand.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/soul_sand" + } +} diff --git a/1.9.4/assets/minecraft/models/block/sponge.json b/1.9.4/assets/minecraft/models/block/sponge.json new file mode 100644 index 00000000..c26f2b5a --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/sponge.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/sponge" + } +} diff --git a/1.9.4/assets/minecraft/models/block/sponge_wet.json b/1.9.4/assets/minecraft/models/block/sponge_wet.json new file mode 100644 index 00000000..91c46414 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/sponge_wet.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/sponge_wet" + } +} diff --git a/1.9.4/assets/minecraft/models/block/spruce_bark.json b/1.9.4/assets/minecraft/models/block/spruce_bark.json new file mode 100644 index 00000000..9ce86b6a --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/spruce_bark.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/log_spruce" + } +} diff --git a/1.9.4/assets/minecraft/models/block/spruce_door_bottom.json b/1.9.4/assets/minecraft/models/block/spruce_door_bottom.json new file mode 100644 index 00000000..1b4e50bb --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/spruce_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom", + "textures": { + "bottom": "blocks/door_spruce_lower", + "top": "blocks/door_spruce_upper" + } +} diff --git a/1.9.4/assets/minecraft/models/block/spruce_door_bottom_rh.json b/1.9.4/assets/minecraft/models/block/spruce_door_bottom_rh.json new file mode 100644 index 00000000..1c1e4a36 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/spruce_door_bottom_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom_rh", + "textures": { + "bottom": "blocks/door_spruce_lower", + "top": "blocks/door_spruce_upper" + } +} diff --git a/1.9.4/assets/minecraft/models/block/spruce_door_top.json b/1.9.4/assets/minecraft/models/block/spruce_door_top.json new file mode 100644 index 00000000..fcd396de --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/spruce_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top", + "textures": { + "bottom": "blocks/door_spruce_lower", + "top": "blocks/door_spruce_upper" + } +} diff --git a/1.9.4/assets/minecraft/models/block/spruce_door_top_rh.json b/1.9.4/assets/minecraft/models/block/spruce_door_top_rh.json new file mode 100644 index 00000000..e386f9ab --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/spruce_door_top_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top_rh", + "textures": { + "bottom": "blocks/door_spruce_lower", + "top": "blocks/door_spruce_upper" + } +} diff --git a/1.9.4/assets/minecraft/models/block/spruce_fence_gate_closed.json b/1.9.4/assets/minecraft/models/block/spruce_fence_gate_closed.json new file mode 100644 index 00000000..54eea651 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/spruce_fence_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_gate_closed", + "textures": { + "texture": "blocks/planks_spruce" + } +} diff --git a/1.9.4/assets/minecraft/models/block/spruce_fence_gate_open.json b/1.9.4/assets/minecraft/models/block/spruce_fence_gate_open.json new file mode 100644 index 00000000..8f09c6ab --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/spruce_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_gate_open", + "textures": { + "texture": "blocks/planks_spruce" + } +} diff --git a/1.9.4/assets/minecraft/models/block/spruce_fence_inventory.json b/1.9.4/assets/minecraft/models/block/spruce_fence_inventory.json new file mode 100644 index 00000000..a778f2ec --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/spruce_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_inventory", + "textures": { + "texture": "blocks/planks_spruce" + } +} diff --git a/1.9.4/assets/minecraft/models/block/spruce_fence_post.json b/1.9.4/assets/minecraft/models/block/spruce_fence_post.json new file mode 100644 index 00000000..08309936 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/spruce_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_post", + "textures": { + "texture": "blocks/planks_spruce" + } +} diff --git a/1.9.4/assets/minecraft/models/block/spruce_fence_side.json b/1.9.4/assets/minecraft/models/block/spruce_fence_side.json new file mode 100644 index 00000000..7400671f --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/spruce_fence_side.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_side", + "textures": { + "texture": "blocks/planks_spruce" + } +} diff --git a/1.9.4/assets/minecraft/models/block/spruce_inner_stairs.json b/1.9.4/assets/minecraft/models/block/spruce_inner_stairs.json new file mode 100644 index 00000000..ea0c084c --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/spruce_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/planks_spruce", + "top": "blocks/planks_spruce", + "side": "blocks/planks_spruce" + } +} diff --git a/1.9.4/assets/minecraft/models/block/spruce_leaves.json b/1.9.4/assets/minecraft/models/block/spruce_leaves.json new file mode 100644 index 00000000..15332cb4 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/spruce_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "block/leaves", + "textures": { + "all": "blocks/leaves_spruce" + } +} diff --git a/1.9.4/assets/minecraft/models/block/spruce_log.json b/1.9.4/assets/minecraft/models/block/spruce_log.json new file mode 100644 index 00000000..e021f2b5 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/spruce_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/log_spruce_top", + "side": "blocks/log_spruce" + } +} diff --git a/1.9.4/assets/minecraft/models/block/spruce_outer_stairs.json b/1.9.4/assets/minecraft/models/block/spruce_outer_stairs.json new file mode 100644 index 00000000..a50338c8 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/spruce_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/planks_spruce", + "top": "blocks/planks_spruce", + "side": "blocks/planks_spruce" + } +} diff --git a/1.9.4/assets/minecraft/models/block/spruce_planks.json b/1.9.4/assets/minecraft/models/block/spruce_planks.json new file mode 100644 index 00000000..f5c9c843 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/spruce_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/planks_spruce" + } +} diff --git a/1.9.4/assets/minecraft/models/block/spruce_sapling.json b/1.9.4/assets/minecraft/models/block/spruce_sapling.json new file mode 100644 index 00000000..d2defbfb --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/spruce_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/sapling_spruce" + } +} diff --git a/1.9.4/assets/minecraft/models/block/spruce_stairs.json b/1.9.4/assets/minecraft/models/block/spruce_stairs.json new file mode 100644 index 00000000..1781208d --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/spruce_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/planks_spruce", + "top": "blocks/planks_spruce", + "side": "blocks/planks_spruce" + } +} diff --git a/1.9.4/assets/minecraft/models/block/spruce_wall_gate_closed.json b/1.9.4/assets/minecraft/models/block/spruce_wall_gate_closed.json new file mode 100644 index 00000000..4f911e33 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/spruce_wall_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_gate_closed", + "textures": { + "texture": "blocks/planks_spruce" + } +} diff --git a/1.9.4/assets/minecraft/models/block/spruce_wall_gate_open.json b/1.9.4/assets/minecraft/models/block/spruce_wall_gate_open.json new file mode 100644 index 00000000..ea949901 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/spruce_wall_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_gate_open", + "textures": { + "texture": "blocks/planks_spruce" + } +} diff --git a/1.9.4/assets/minecraft/models/block/stairs.json b/1.9.4/assets/minecraft/models/block/stairs.json new file mode 100644 index 00000000..e8038127 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/stairs.json @@ -0,0 +1,46 @@ +{ "parent": "block/block", + "display": { + "gui": { + "rotation": [ 30, 135, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 0.625, 0.625, 0.625 ] + }, + "head": { + "rotation": [ 0, -90, 0 ], + "translation": [ 0, 0, 0 ], + "scale": [ 1, 1, 1 ] + }, + "thirdperson_lefthand": { + "rotation": [ 75, -135, 0 ], + "translation": [ 0, 2.5, 0], + "scale": [ 0.375, 0.375, 0.375 ] + } + }, + "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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/stem_fruit.json b/1.9.4/assets/minecraft/models/block/stem_fruit.json new file mode 100644 index 00000000..86d59c66 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/stem_fruit.json @@ -0,0 +1,31 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 7, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 8 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 8 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 7, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 8 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 8 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 8 ], + "to": [ 9, 16, 8 ], + "faces": { + "north": { "uv": [ 9, 0, 0, 16 ], "texture": "#upperstem", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 9, 16 ], "texture": "#upperstem", "tintindex": 0 } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/stem_growth0.json b/1.9.4/assets/minecraft/models/block/stem_growth0.json new file mode 100644 index 00000000..6e977315 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/stem_growth0.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 1, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 2 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 2 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 1, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 2 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 2 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/stem_growth1.json b/1.9.4/assets/minecraft/models/block/stem_growth1.json new file mode 100644 index 00000000..ea97f754 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/stem_growth1.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 3, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 4 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 4 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 3, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 4 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 4 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/stem_growth2.json b/1.9.4/assets/minecraft/models/block/stem_growth2.json new file mode 100644 index 00000000..4ab6f4c2 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/stem_growth2.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 5, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 6 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 6 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 5, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 6 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 6 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/stem_growth3.json b/1.9.4/assets/minecraft/models/block/stem_growth3.json new file mode 100644 index 00000000..542a8205 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/stem_growth3.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 7, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 8 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 8 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 7, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 8 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 8 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/stem_growth4.json b/1.9.4/assets/minecraft/models/block/stem_growth4.json new file mode 100644 index 00000000..77befceb --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/stem_growth4.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 9, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 10 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 10 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 9, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 10 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 10 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/stem_growth5.json b/1.9.4/assets/minecraft/models/block/stem_growth5.json new file mode 100644 index 00000000..678450e6 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/stem_growth5.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 11, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 12 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 12 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 11, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 12 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 12 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/stem_growth6.json b/1.9.4/assets/minecraft/models/block/stem_growth6.json new file mode 100644 index 00000000..523974e2 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/stem_growth6.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 13, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 14 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 14 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 13, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 14 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 14 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/stem_growth7.json b/1.9.4/assets/minecraft/models/block/stem_growth7.json new file mode 100644 index 00000000..bd4f9d18 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/stem_growth7.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 15, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 16 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 15, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 16 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/sticky_piston.json b/1.9.4/assets/minecraft/models/block/sticky_piston.json new file mode 100644 index 00000000..7edfddcc --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/sticky_piston.json @@ -0,0 +1,8 @@ +{ + "parent": "block/piston", + "textures": { + "bottom": "blocks/piston_bottom", + "side": "blocks/piston_side", + "platform": "blocks/piston_top_sticky" + } +} diff --git a/1.9.4/assets/minecraft/models/block/stone.json b/1.9.4/assets/minecraft/models/block/stone.json new file mode 100644 index 00000000..8e85b9a6 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/stone.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/stone" + } +} diff --git a/1.9.4/assets/minecraft/models/block/stone_brick_inner_stairs.json b/1.9.4/assets/minecraft/models/block/stone_brick_inner_stairs.json new file mode 100644 index 00000000..6be865a6 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/stone_brick_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/stonebrick", + "top": "blocks/stonebrick", + "side": "blocks/stonebrick" + } +} diff --git a/1.9.4/assets/minecraft/models/block/stone_brick_outer_stairs.json b/1.9.4/assets/minecraft/models/block/stone_brick_outer_stairs.json new file mode 100644 index 00000000..cffe6967 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/stone_brick_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/stonebrick", + "top": "blocks/stonebrick", + "side": "blocks/stonebrick" + } +} diff --git a/1.9.4/assets/minecraft/models/block/stone_brick_stairs.json b/1.9.4/assets/minecraft/models/block/stone_brick_stairs.json new file mode 100644 index 00000000..0101de43 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/stone_brick_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/stonebrick", + "top": "blocks/stonebrick", + "side": "blocks/stonebrick" + } +} diff --git a/1.9.4/assets/minecraft/models/block/stone_button.json b/1.9.4/assets/minecraft/models/block/stone_button.json new file mode 100644 index 00000000..e72a8692 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/stone_button.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button", + "textures": { + "texture": "blocks/stone" + } +} diff --git a/1.9.4/assets/minecraft/models/block/stone_button_inventory.json b/1.9.4/assets/minecraft/models/block/stone_button_inventory.json new file mode 100644 index 00000000..ad62f2f7 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/stone_button_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button_inventory", + "textures": { + "texture": "blocks/stone" + } +} diff --git a/1.9.4/assets/minecraft/models/block/stone_button_pressed.json b/1.9.4/assets/minecraft/models/block/stone_button_pressed.json new file mode 100644 index 00000000..3dfa6805 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/stone_button_pressed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button_pressed", + "textures": { + "texture": "blocks/stone" + } +} diff --git a/1.9.4/assets/minecraft/models/block/stone_inner_stairs.json b/1.9.4/assets/minecraft/models/block/stone_inner_stairs.json new file mode 100644 index 00000000..22bb23bc --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/stone_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/cobblestone", + "top": "blocks/cobblestone", + "side": "blocks/cobblestone" + } +} diff --git a/1.9.4/assets/minecraft/models/block/stone_mirrored.json b/1.9.4/assets/minecraft/models/block/stone_mirrored.json new file mode 100644 index 00000000..5d3d2ad3 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/stone_mirrored.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_mirrored_all", + "textures": { + "all": "blocks/stone" + } +} diff --git a/1.9.4/assets/minecraft/models/block/stone_outer_stairs.json b/1.9.4/assets/minecraft/models/block/stone_outer_stairs.json new file mode 100644 index 00000000..effcad20 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/stone_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/cobblestone", + "top": "blocks/cobblestone", + "side": "blocks/cobblestone" + } +} diff --git a/1.9.4/assets/minecraft/models/block/stone_pressure_plate_down.json b/1.9.4/assets/minecraft/models/block/stone_pressure_plate_down.json new file mode 100644 index 00000000..36259c77 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/stone_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_down", + "textures": { + "texture": "blocks/stone" + } +} diff --git a/1.9.4/assets/minecraft/models/block/stone_pressure_plate_up.json b/1.9.4/assets/minecraft/models/block/stone_pressure_plate_up.json new file mode 100644 index 00000000..40973b2d --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/stone_pressure_plate_up.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_up", + "textures": { + "texture": "blocks/stone" + } +} diff --git a/1.9.4/assets/minecraft/models/block/stone_stairs.json b/1.9.4/assets/minecraft/models/block/stone_stairs.json new file mode 100644 index 00000000..e20cd887 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/stone_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/cobblestone", + "top": "blocks/cobblestone", + "side": "blocks/cobblestone" + } +} diff --git a/1.9.4/assets/minecraft/models/block/stonebrick_chiseled.json b/1.9.4/assets/minecraft/models/block/stonebrick_chiseled.json new file mode 100644 index 00000000..c3e94d5b --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/stonebrick_chiseled.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/stonebrick_carved" + } +} diff --git a/1.9.4/assets/minecraft/models/block/stonebrick_cracked.json b/1.9.4/assets/minecraft/models/block/stonebrick_cracked.json new file mode 100644 index 00000000..38ce12f1 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/stonebrick_cracked.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/stonebrick_cracked" + } +} diff --git a/1.9.4/assets/minecraft/models/block/stonebrick_mossy.json b/1.9.4/assets/minecraft/models/block/stonebrick_mossy.json new file mode 100644 index 00000000..3c2ad21a --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/stonebrick_mossy.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/stonebrick_mossy" + } +} diff --git a/1.9.4/assets/minecraft/models/block/stonebrick_normal.json b/1.9.4/assets/minecraft/models/block/stonebrick_normal.json new file mode 100644 index 00000000..baf191d0 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/stonebrick_normal.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/stonebrick" + } +} diff --git a/1.9.4/assets/minecraft/models/block/structure_block.json b/1.9.4/assets/minecraft/models/block/structure_block.json new file mode 100644 index 00000000..578550f4 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/structure_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/structure_block" + } +} diff --git a/1.9.4/assets/minecraft/models/block/structure_block_corner.json b/1.9.4/assets/minecraft/models/block/structure_block_corner.json new file mode 100644 index 00000000..d41c65f6 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/structure_block_corner.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/structure_block_corner" + } +} diff --git a/1.9.4/assets/minecraft/models/block/structure_block_data.json b/1.9.4/assets/minecraft/models/block/structure_block_data.json new file mode 100644 index 00000000..b3510b20 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/structure_block_data.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/structure_block_data" + } +} diff --git a/1.9.4/assets/minecraft/models/block/structure_block_load.json b/1.9.4/assets/minecraft/models/block/structure_block_load.json new file mode 100644 index 00000000..8970b936 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/structure_block_load.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/structure_block_load" + } +} diff --git a/1.9.4/assets/minecraft/models/block/structure_block_save.json b/1.9.4/assets/minecraft/models/block/structure_block_save.json new file mode 100644 index 00000000..ba8bd9c8 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/structure_block_save.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/structure_block_save" + } +} diff --git a/1.9.4/assets/minecraft/models/block/tall_grass.json b/1.9.4/assets/minecraft/models/block/tall_grass.json new file mode 100644 index 00000000..e59f4e47 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/tall_grass.json @@ -0,0 +1,6 @@ +{ + "parent": "block/tinted_cross", + "textures": { + "cross": "blocks/tallgrass" + } +} diff --git a/1.9.4/assets/minecraft/models/block/thin_block.json b/1.9.4/assets/minecraft/models/block/thin_block.json new file mode 100644 index 00000000..1adb58ab --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/thin_block.json @@ -0,0 +1,19 @@ +{ "parent": "block/block", + "display": { + "thirdperson_righthand": { + "rotation": [ 75, 45, 0 ], + "translation": [ 0, 2.5, 2], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 45, 0 ], + "translation": [ 0, 4.2, 0 ], + "scale": [ 0.40, 0.40, 0.40 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, 225, 0 ], + "translation": [ 0, 4.2, 0 ], + "scale": [ 0.40, 0.40, 0.40 ] + } + } +} diff --git a/1.9.4/assets/minecraft/models/block/tinted_cross.json b/1.9.4/assets/minecraft/models/block/tinted_cross.json new file mode 100644 index 00000000..b83ee059 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/tinted_cross.json @@ -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", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 } + } + }, + { "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", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 16 ], "texture": "#cross", "tintindex": 0 } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/tnt.json b/1.9.4/assets/minecraft/models/block/tnt.json new file mode 100644 index 00000000..e4aa7775 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/tnt.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "blocks/tnt_bottom", + "top": "blocks/tnt_top", + "side": "blocks/tnt_side" + } +} diff --git a/1.9.4/assets/minecraft/models/block/torch.json b/1.9.4/assets/minecraft/models/block/torch.json new file mode 100644 index 00000000..aef12fcf --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/torch.json @@ -0,0 +1,32 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#torch" + }, + "elements": [ + { "from": [ 7, 0, 7 ], + "to": [ 9, 10, 9 ], + "shade": false, + "faces": { + "down": { "uv": [ 7, 13, 9, 15 ], "texture": "#torch" }, + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#torch" } + } + }, + { "from": [ 7, 0, 0 ], + "to": [ 9, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" } + } + }, + { "from": [ 0, 0, 7 ], + "to": [ 16, 16, 9 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/torch_wall.json b/1.9.4/assets/minecraft/models/block/torch_wall.json new file mode 100644 index 00000000..1a6d297e --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/torch_wall.json @@ -0,0 +1,35 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#torch" + }, + "elements": [ + { "from": [ -1, 3.5, 7 ], + "to": [ 1, 13.5, 9 ], + "rotation": { "origin": [ 0, 3.5, 8 ], "axis": "z", "angle": -22.5 }, + "shade": false, + "faces": { + "down": { "uv": [ 7, 13, 9, 15 ], "texture": "#torch" }, + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#torch" } + } + }, + { "from": [ -1, 3.5, 0 ], + "to": [ 1, 19.5, 16 ], + "rotation": { "origin": [ 0, 3.5, 8 ], "axis": "z", "angle": -22.5 }, + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" } + } + }, + { "from": [ -8, 3.5, 7 ], + "to": [ 8, 19.5, 9 ], + "rotation": { "origin": [ 0, 3.5, 8 ], "axis": "z", "angle": -22.5 }, + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/trapdoor_bottom.json b/1.9.4/assets/minecraft/models/block/trapdoor_bottom.json new file mode 100644 index 00000000..2b6c8daa --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/trapdoor_bottom.json @@ -0,0 +1,18 @@ +{ "parent": "block/thin_block", + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 3, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/trapdoor_open.json b/1.9.4/assets/minecraft/models/block/trapdoor_open.json new file mode 100644 index 00000000..b301619c --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/trapdoor_open.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 0, 0, 13 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 13, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 16, 0, 13, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 13, 0, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/trapdoor_top.json b/1.9.4/assets/minecraft/models/block/trapdoor_top.json new file mode 100644 index 00000000..036aeb7b --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/trapdoor_top.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 0, 13, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "up" }, + "north": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/tripwire_attached_n.json b/1.9.4/assets/minecraft/models/block/tripwire_attached_n.json new file mode 100644 index 00000000..da0b8113 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/tripwire_attached_n.json @@ -0,0 +1,33 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/tripwire_attached_ne.json b/1.9.4/assets/minecraft/models/block/tripwire_attached_ne.json new file mode 100644 index 00000000..43dee4dc --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/tripwire_attached_ne.json @@ -0,0 +1,41 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 8, 1.5, 7.75 ], + "to": [ 12, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + }, + { "from": [ 12, 1.5, 7.75 ], + "to": [ 16, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/tripwire_attached_ns.json b/1.9.4/assets/minecraft/models/block/tripwire_attached_ns.json new file mode 100644 index 00000000..aceecb7b --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/tripwire_attached_ns.json @@ -0,0 +1,41 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 12 ], + "to": [ 8.25, 1.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/tripwire_attached_nse.json b/1.9.4/assets/minecraft/models/block/tripwire_attached_nse.json new file mode 100644 index 00000000..a79a0c48 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/tripwire_attached_nse.json @@ -0,0 +1,57 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 12 ], + "to": [ 8.25, 1.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 8, 1.5, 7.75 ], + "to": [ 12, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + }, + { "from": [ 12, 1.5, 7.75 ], + "to": [ 16, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/tripwire_attached_nsew.json b/1.9.4/assets/minecraft/models/block/tripwire_attached_nsew.json new file mode 100644 index 00000000..567b5c99 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/tripwire_attached_nsew.json @@ -0,0 +1,73 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 12 ], + "to": [ 8.25, 1.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 0, 1.5, 7.75 ], + "to": [ 4, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + }, + { "from": [ 4, 1.5, 7.75 ], + "to": [ 8, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + }, + { "from": [ 8, 1.5, 7.75 ], + "to": [ 12, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + }, + { "from": [ 12, 1.5, 7.75 ], + "to": [ 16, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/tripwire_hook.json b/1.9.4/assets/minecraft/models/block/tripwire_hook.json new file mode 100644 index 00000000..2b1b0bf3 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/tripwire_hook.json @@ -0,0 +1,72 @@ +{ + "textures": { + "particle": "blocks/planks_oak", + "hook": "blocks/trip_wire_source", + "wood": "blocks/planks_oak" + }, + "elements": [ + { "from": [ 6.2, 3.8, 7.9 ], + "to": [ 9.8, 4.6, 11.5 ], + "rotation": { "origin": [ 8, 6, 5.2 ], "axis": "x", "angle": -45 }, + "faces": { + "down": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "up": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "north": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" }, + "south": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "west": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "east": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 3.8, 10.3 ], + "to": [ 8.6, 4.6, 10.3 ], + "rotation": { "origin": [ 8, 6, 5.2 ], "axis": "x", "angle": -45 }, + "faces": { + "north": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 3.8, 9.1 ], + "to": [ 8.6, 4.6, 9.1 ], + "rotation": { "origin": [ 8, 6, 5.2 ], "axis": "x", "angle": -45 }, + "faces": { + "south": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 3.8, 9.1 ], + "to": [ 7.4, 4.6, 10.3 ], + "rotation": { "origin": [ 8, 6, 5.2 ], "axis": "x", "angle": -45 }, + "faces": { + "east": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 8.6, 3.8, 9.1 ], + "to": [ 8.6, 4.6, 10.3 ], + "rotation": { "origin": [ 8, 6, 5.2 ], "axis": "x", "angle": -45 }, + "faces": { + "west": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 5.2, 10 ], + "to": [ 8.8, 6.8, 14 ], + "rotation": { "origin": [ 8, 6, 14 ], "axis": "x", "angle": 45 }, + "faces": { + "down": { "uv": [ 7, 9, 9, 14 ], "texture": "#wood" }, + "up": { "uv": [ 7, 2, 9, 7 ], "texture": "#wood" }, + "north": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "south": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "west": { "uv": [ 2, 9, 7, 11 ], "texture": "#wood" }, + "east": { "uv": [ 9, 9, 14, 11 ], "texture": "#wood" } + } + }, + { "from": [ 6, 1, 14 ], + "to": [ 10, 9, 16 ], + "faces": { + "down": { "uv": [ 6, 14, 10, 16 ], "texture": "#wood" }, + "up": { "uv": [ 6, 0, 10, 2 ], "texture": "#wood" }, + "north": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood" }, + "south": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood", "cullface": "south" }, + "west": { "uv": [ 0, 7, 2, 15 ], "texture": "#wood" }, + "east": { "uv": [ 14, 7, 16, 15 ], "texture": "#wood" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/tripwire_hook_attached.json b/1.9.4/assets/minecraft/models/block/tripwire_hook_attached.json new file mode 100644 index 00000000..f49c94fc --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/tripwire_hook_attached.json @@ -0,0 +1,80 @@ +{ + "textures": { + "particle": "blocks/planks_oak", + "hook": "blocks/trip_wire_source", + "wood": "blocks/planks_oak", + "tripwire": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 6.7 ], + "rotation": { "origin": [ 8, 0, 0 ], "axis": "x", "angle": -22.5, "rescale": true }, + "faces": { + "down": { "uv": [ 0, 8, 16, 6 ], "texture": "#tripwire", "rotation": 90 }, + "up": { "uv": [ 0, 6, 16, 8 ], "texture": "#tripwire", "rotation": 90 } + } + }, + { "from": [ 6.2, 4.2, 6.7 ], + "to": [ 9.8, 5, 10.3 ], + "rotation": { "origin": [ 8, 4.2, 6.7 ], "axis": "x", "angle": -22.5, "rescale": false }, + "faces": { + "down": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "up": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "north": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" }, + "south": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "west": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "east": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 9.1 ], + "to": [ 8.6, 5, 9.1 ], + "rotation": { "origin": [ 8, 4.2, 6.7 ], "axis": "x", "angle": -22.5, "rescale": false }, + "faces": { + "north": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 7.9 ], + "to": [ 8.6, 5, 7.9 ], + "rotation": { "origin": [ 8, 4.2, 6.7 ], "axis": "x", "angle": -22.5, "rescale": false }, + "faces": { + "south": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 7.9 ], + "to": [ 7.4, 5, 9.1 ], + "rotation": { "origin": [ 8, 4.2, 6.7 ], "axis": "x", "angle": -22.5, "rescale": false }, + "faces": { + "east": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 8.6, 4.2, 7.9 ], + "to": [ 8.6, 5, 9.1 ], + "rotation": { "origin": [ 8, 4.2, 6.7 ], "axis": "x", "angle": -22.5, "rescale": false }, + "faces": { + "west": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 5.2, 10 ], + "to": [ 8.8, 6.8, 14 ], + "faces": { + "down": { "uv": [ 7, 9, 9, 14 ], "texture": "#wood" }, + "up": { "uv": [ 7, 2, 9, 7 ], "texture": "#wood" }, + "north": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "south": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "west": { "uv": [ 2, 9, 7, 11 ], "texture": "#wood" }, + "east": { "uv": [ 9, 9, 14, 11 ], "texture": "#wood" } + } + }, + { "from": [ 6, 1, 14 ], + "to": [ 10, 9, 16 ], + "faces": { + "down": { "uv": [ 6, 14, 10, 16 ], "texture": "#wood" }, + "up": { "uv": [ 6, 0, 10, 2 ], "texture": "#wood" }, + "north": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood" }, + "south": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood", "cullface": "south" }, + "west": { "uv": [ 0, 7, 2, 15 ], "texture": "#wood" }, + "east": { "uv": [ 14, 7, 16, 15 ], "texture": "#wood" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/tripwire_hook_attached_powered.json b/1.9.4/assets/minecraft/models/block/tripwire_hook_attached_powered.json new file mode 100644 index 00000000..c9638eae --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/tripwire_hook_attached_powered.json @@ -0,0 +1,76 @@ +{ + "textures": { + "particle": "blocks/planks_oak", + "hook": "blocks/trip_wire_source", + "wood": "blocks/planks_oak", + "tripwire": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 0.5, 0 ], + "to": [ 8.25, 0.5, 6.7 ], + "rotation": { "origin": [ 8, 0, 0 ], "axis": "x", "angle": -22.5, "rescale": true }, + "faces": { + "down": { "uv": [ 0, 8, 16, 6 ], "texture": "#tripwire", "rotation": 90 }, + "up": { "uv": [ 0, 6, 16, 8 ], "texture": "#tripwire", "rotation": 90 } + } + }, + { "from": [ 6.2, 3.4, 6.7 ], + "to": [ 9.8, 4.2, 10.3 ], + "faces": { + "down": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "up": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "north": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" }, + "south": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "west": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "east": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 3.4, 9.1 ], + "to": [ 8.6, 4.2, 9.1 ], + "faces": { + "north": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 3.4, 7.9 ], + "to": [ 8.6, 4.2, 7.9 ], + "faces": { + "south": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 3.4, 7.9 ], + "to": [ 7.4, 4.2, 9.1 ], + "faces": { + "east": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 8.6, 3.4, 7.9 ], + "to": [ 8.6, 4.2, 9.1 ], + "faces": { + "west": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 5.2, 10 ], + "to": [ 8.8, 6.8, 14 ], + "rotation": { "origin": [ 8, 6, 14 ], "axis": "x", "angle": -22.5 }, + "faces": { + "down": { "uv": [ 7, 9, 9, 14 ], "texture": "#wood" }, + "up": { "uv": [ 7, 2, 9, 7 ], "texture": "#wood" }, + "north": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "south": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "west": { "uv": [ 2, 9, 7, 11 ], "texture": "#wood" }, + "east": { "uv": [ 9, 9, 14, 11 ], "texture": "#wood" } + } + }, + { "from": [ 6, 1, 14 ], + "to": [ 10, 9, 16 ], + "faces": { + "down": { "uv": [ 6, 14, 10, 16 ], "texture": "#wood" }, + "up": { "uv": [ 6, 0, 10, 2 ], "texture": "#wood" }, + "north": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood" }, + "south": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood", "cullface": "south" }, + "west": { "uv": [ 0, 7, 2, 15 ], "texture": "#wood" }, + "east": { "uv": [ 14, 7, 16, 15 ], "texture": "#wood" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/tripwire_hook_powered.json b/1.9.4/assets/minecraft/models/block/tripwire_hook_powered.json new file mode 100644 index 00000000..ef56c6d2 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/tripwire_hook_powered.json @@ -0,0 +1,67 @@ +{ + "textures": { + "particle": "blocks/planks_oak", + "hook": "blocks/trip_wire_source", + "wood": "blocks/planks_oak" + }, + "elements": [ + { "from": [ 6.2, 4.2, 6.7 ], + "to": [ 9.8, 5, 10.3 ], + "faces": { + "down": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "up": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "north": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" }, + "south": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "west": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "east": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 9.1 ], + "to": [ 8.6, 5, 9.1 ], + "faces": { + "north": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 7.9 ], + "to": [ 8.6, 5, 7.9 ], + "faces": { + "south": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 7.9 ], + "to": [ 7.4, 5, 9.1 ], + "faces": { + "east": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 8.6, 4.2, 7.9 ], + "to": [ 8.6, 5, 9.1 ], + "faces": { + "west": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 5.2, 10 ], + "to": [ 8.8, 6.8, 14 ], + "rotation": { "origin": [ 8, 6, 14 ], "axis": "x", "angle": -22.5 }, + "faces": { + "down": { "uv": [ 7, 9, 9, 14 ], "texture": "#wood" }, + "up": { "uv": [ 7, 2, 9, 7 ], "texture": "#wood" }, + "north": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "south": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "west": { "uv": [ 2, 9, 7, 11 ], "texture": "#wood" }, + "east": { "uv": [ 9, 9, 14, 11 ], "texture": "#wood" } + } + }, + { "from": [ 6, 1, 14 ], + "to": [ 10, 9, 16 ], + "faces": { + "down": { "uv": [ 6, 14, 10, 16 ], "texture": "#wood" }, + "up": { "uv": [ 6, 0, 10, 2 ], "texture": "#wood" }, + "north": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood" }, + "south": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood", "cullface": "south" }, + "west": { "uv": [ 0, 7, 2, 15 ], "texture": "#wood" }, + "east": { "uv": [ 14, 7, 16, 15 ], "texture": "#wood" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/tripwire_n.json b/1.9.4/assets/minecraft/models/block/tripwire_n.json new file mode 100644 index 00000000..00da3168 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/tripwire_n.json @@ -0,0 +1,33 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/tripwire_ne.json b/1.9.4/assets/minecraft/models/block/tripwire_ne.json new file mode 100644 index 00000000..bcc3f426 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/tripwire_ne.json @@ -0,0 +1,41 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 8, 1.5, 7.75 ], + "to": [ 12, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + }, + { "from": [ 12, 1.5, 7.75 ], + "to": [ 16, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/tripwire_ns.json b/1.9.4/assets/minecraft/models/block/tripwire_ns.json new file mode 100644 index 00000000..1500d109 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/tripwire_ns.json @@ -0,0 +1,41 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 12 ], + "to": [ 8.25, 1.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/tripwire_nse.json b/1.9.4/assets/minecraft/models/block/tripwire_nse.json new file mode 100644 index 00000000..10374ebf --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/tripwire_nse.json @@ -0,0 +1,57 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 12 ], + "to": [ 8.25, 1.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 8, 1.5, 7.75 ], + "to": [ 12, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + }, + { "from": [ 12, 1.5, 7.75 ], + "to": [ 16, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/tripwire_nsew.json b/1.9.4/assets/minecraft/models/block/tripwire_nsew.json new file mode 100644 index 00000000..f9f1f641 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/tripwire_nsew.json @@ -0,0 +1,73 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 12 ], + "to": [ 8.25, 1.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 0, 1.5, 7.75 ], + "to": [ 4, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + }, + { "from": [ 4, 1.5, 7.75 ], + "to": [ 8, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + }, + { "from": [ 8, 1.5, 7.75 ], + "to": [ 12, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + }, + { "from": [ 12, 1.5, 7.75 ], + "to": [ 16, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/unlit_redstone_lamp.json b/1.9.4/assets/minecraft/models/block/unlit_redstone_lamp.json new file mode 100644 index 00000000..363526b9 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/unlit_redstone_lamp.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/redstone_lamp_off" + } +} diff --git a/1.9.4/assets/minecraft/models/block/unlit_redstone_torch.json b/1.9.4/assets/minecraft/models/block/unlit_redstone_torch.json new file mode 100644 index 00000000..706ef0ac --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/unlit_redstone_torch.json @@ -0,0 +1,6 @@ +{ + "parent": "block/torch", + "textures": { + "torch": "blocks/redstone_torch_off" + } +} diff --git a/1.9.4/assets/minecraft/models/block/unlit_redstone_torch_wall.json b/1.9.4/assets/minecraft/models/block/unlit_redstone_torch_wall.json new file mode 100644 index 00000000..8b114ac8 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/unlit_redstone_torch_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "block/torch_wall", + "textures": { + "torch": "blocks/redstone_torch_off" + } +} diff --git a/1.9.4/assets/minecraft/models/block/upper_slab.json b/1.9.4/assets/minecraft/models/block/upper_slab.json new file mode 100644 index 00000000..e21eb932 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/upper_slab.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#side" + }, + "elements": [ + { "from": [ 0, 8, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 8 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 8 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 8 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 8 ], "texture": "#side", "cullface": "east" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/upper_slab_acacia.json b/1.9.4/assets/minecraft/models/block/upper_slab_acacia.json new file mode 100644 index 00000000..adb0ee02 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/upper_slab_acacia.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/planks_acacia", + "top": "blocks/planks_acacia", + "side": "blocks/planks_acacia" + } +} diff --git a/1.9.4/assets/minecraft/models/block/upper_slab_birch.json b/1.9.4/assets/minecraft/models/block/upper_slab_birch.json new file mode 100644 index 00000000..131f1c2e --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/upper_slab_birch.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/planks_birch", + "top": "blocks/planks_birch", + "side": "blocks/planks_birch" + } +} diff --git a/1.9.4/assets/minecraft/models/block/upper_slab_brick.json b/1.9.4/assets/minecraft/models/block/upper_slab_brick.json new file mode 100644 index 00000000..0205245f --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/upper_slab_brick.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/brick", + "top": "blocks/brick", + "side": "blocks/brick" + } +} diff --git a/1.9.4/assets/minecraft/models/block/upper_slab_cobblestone.json b/1.9.4/assets/minecraft/models/block/upper_slab_cobblestone.json new file mode 100644 index 00000000..ac72e444 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/upper_slab_cobblestone.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/cobblestone", + "top": "blocks/cobblestone", + "side": "blocks/cobblestone" + } +} diff --git a/1.9.4/assets/minecraft/models/block/upper_slab_dark_oak.json b/1.9.4/assets/minecraft/models/block/upper_slab_dark_oak.json new file mode 100644 index 00000000..b4424fc2 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/upper_slab_dark_oak.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/planks_big_oak", + "top": "blocks/planks_big_oak", + "side": "blocks/planks_big_oak" + } +} diff --git a/1.9.4/assets/minecraft/models/block/upper_slab_jungle.json b/1.9.4/assets/minecraft/models/block/upper_slab_jungle.json new file mode 100644 index 00000000..80b5eb65 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/upper_slab_jungle.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/planks_jungle", + "top": "blocks/planks_jungle", + "side": "blocks/planks_jungle" + } +} diff --git a/1.9.4/assets/minecraft/models/block/upper_slab_nether_brick.json b/1.9.4/assets/minecraft/models/block/upper_slab_nether_brick.json new file mode 100644 index 00000000..dabf97bd --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/upper_slab_nether_brick.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/nether_brick", + "top": "blocks/nether_brick", + "side": "blocks/nether_brick" + } +} diff --git a/1.9.4/assets/minecraft/models/block/upper_slab_oak.json b/1.9.4/assets/minecraft/models/block/upper_slab_oak.json new file mode 100644 index 00000000..4c1f3a56 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/upper_slab_oak.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/planks_oak", + "top": "blocks/planks_oak", + "side": "blocks/planks_oak" + } +} diff --git a/1.9.4/assets/minecraft/models/block/upper_slab_purpur.json b/1.9.4/assets/minecraft/models/block/upper_slab_purpur.json new file mode 100644 index 00000000..4f1b0436 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/upper_slab_purpur.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/purpur_block", + "top": "blocks/purpur_block", + "side": "blocks/purpur_block" + } +} diff --git a/1.9.4/assets/minecraft/models/block/upper_slab_quartz.json b/1.9.4/assets/minecraft/models/block/upper_slab_quartz.json new file mode 100644 index 00000000..fd75a452 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/upper_slab_quartz.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/quartz_block_bottom", + "top": "blocks/quartz_block_top", + "side": "blocks/quartz_block_side" + } +} diff --git a/1.9.4/assets/minecraft/models/block/upper_slab_red_sandstone.json b/1.9.4/assets/minecraft/models/block/upper_slab_red_sandstone.json new file mode 100644 index 00000000..2539bdf1 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/upper_slab_red_sandstone.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/red_sandstone_bottom", + "top": "blocks/red_sandstone_top", + "side": "blocks/red_sandstone_normal" + } +} diff --git a/1.9.4/assets/minecraft/models/block/upper_slab_sandstone.json b/1.9.4/assets/minecraft/models/block/upper_slab_sandstone.json new file mode 100644 index 00000000..476b45d9 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/upper_slab_sandstone.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/sandstone_bottom", + "top": "blocks/sandstone_top", + "side": "blocks/sandstone_normal" + } +} diff --git a/1.9.4/assets/minecraft/models/block/upper_slab_spruce.json b/1.9.4/assets/minecraft/models/block/upper_slab_spruce.json new file mode 100644 index 00000000..e2fd5990 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/upper_slab_spruce.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/planks_spruce", + "top": "blocks/planks_spruce", + "side": "blocks/planks_spruce" + } +} diff --git a/1.9.4/assets/minecraft/models/block/upper_slab_stone.json b/1.9.4/assets/minecraft/models/block/upper_slab_stone.json new file mode 100644 index 00000000..dff9915a --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/upper_slab_stone.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/stone_slab_top", + "top": "blocks/stone_slab_top", + "side": "blocks/stone_slab_side" + } +} diff --git a/1.9.4/assets/minecraft/models/block/upper_slab_stone_brick.json b/1.9.4/assets/minecraft/models/block/upper_slab_stone_brick.json new file mode 100644 index 00000000..4b952e00 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/upper_slab_stone_brick.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/stonebrick", + "top": "blocks/stonebrick", + "side": "blocks/stonebrick" + } +} diff --git a/1.9.4/assets/minecraft/models/block/vine_1.json b/1.9.4/assets/minecraft/models/block/vine_1.json new file mode 100644 index 00000000..f5df4dac --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/vine_1.json @@ -0,0 +1,17 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/vine", + "vine": "blocks/vine" + }, + "elements": [ + { "from": [ 0, 0, 15.2 ], + "to": [ 16, 16, 15.2 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/vine_1u.json b/1.9.4/assets/minecraft/models/block/vine_1u.json new file mode 100644 index 00000000..95420079 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/vine_1u.json @@ -0,0 +1,25 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/vine", + "vine": "blocks/vine" + }, + "elements": [ + { "from": [ 0, 15.2, 0 ], + "to": [ 16, 15.2, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 15.2 ], + "to": [ 16, 16, 15.2 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/vine_2.json b/1.9.4/assets/minecraft/models/block/vine_2.json new file mode 100644 index 00000000..76d80dfb --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/vine_2.json @@ -0,0 +1,25 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/vine", + "vine": "blocks/vine" + }, + "elements": [ + { "from": [ 0, 0, 0.8 ], + "to": [ 16, 16, 0.8 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/vine_2_opposite.json b/1.9.4/assets/minecraft/models/block/vine_2_opposite.json new file mode 100644 index 00000000..826f5b70 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/vine_2_opposite.json @@ -0,0 +1,25 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/vine", + "vine": "blocks/vine" + }, + "elements": [ + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0.8, 0, 0 ], + "to": [ 0.8, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/vine_2u.json b/1.9.4/assets/minecraft/models/block/vine_2u.json new file mode 100644 index 00000000..8d2ccd42 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/vine_2u.json @@ -0,0 +1,33 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/vine", + "vine": "blocks/vine" + }, + "elements": [ + { "from": [ 0, 15.2, 0 ], + "to": [ 16, 15.2, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.8 ], + "to": [ 16, 16, 0.8 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/vine_2u_opposite.json b/1.9.4/assets/minecraft/models/block/vine_2u_opposite.json new file mode 100644 index 00000000..ca9221c9 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/vine_2u_opposite.json @@ -0,0 +1,33 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/vine", + "vine": "blocks/vine" + }, + "elements": [ + { "from": [ 0, 15.2, 0 ], + "to": [ 16, 15.2, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0.8, 0, 0 ], + "to": [ 0.8, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/vine_3.json b/1.9.4/assets/minecraft/models/block/vine_3.json new file mode 100644 index 00000000..4188a5c0 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/vine_3.json @@ -0,0 +1,33 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/vine", + "vine": "blocks/vine" + }, + "elements": [ + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 15.2 ], + "to": [ 16, 16, 15.2 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.8 ], + "to": [ 16, 16, 0.8 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/vine_3u.json b/1.9.4/assets/minecraft/models/block/vine_3u.json new file mode 100644 index 00000000..a5e94773 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/vine_3u.json @@ -0,0 +1,41 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/vine", + "vine": "blocks/vine" + }, + "elements": [ + { "from": [ 0, 15.2, 0 ], + "to": [ 16, 15.2, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 15.2 ], + "to": [ 16, 16, 15.2 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.8 ], + "to": [ 16, 16, 0.8 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/vine_4.json b/1.9.4/assets/minecraft/models/block/vine_4.json new file mode 100644 index 00000000..781fa27e --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/vine_4.json @@ -0,0 +1,41 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/vine", + "vine": "blocks/vine" + }, + "elements": [ + { "from": [ 0.8, 0, 0 ], + "to": [ 0.8, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 15.2 ], + "to": [ 16, 16, 15.2 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.8 ], + "to": [ 16, 16, 0.8 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/vine_4u.json b/1.9.4/assets/minecraft/models/block/vine_4u.json new file mode 100644 index 00000000..6511e6d5 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/vine_4u.json @@ -0,0 +1,49 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/vine", + "vine": "blocks/vine" + }, + "elements": [ + { "from": [ 0, 15.2, 0 ], + "to": [ 16, 15.2, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0.8, 0, 0 ], + "to": [ 0.8, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 15.2 ], + "to": [ 16, 16, 15.2 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.8 ], + "to": [ 16, 16, 0.8 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/vine_u.json b/1.9.4/assets/minecraft/models/block/vine_u.json new file mode 100644 index 00000000..6826525e --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/vine_u.json @@ -0,0 +1,17 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/vine", + "vine": "blocks/vine" + }, + "elements": [ + { "from": [ 0, 15.2, 0 ], + "to": [ 16, 15.2, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/wall_gate_closed.json b/1.9.4/assets/minecraft/models/block/wall_gate_closed.json new file mode 100644 index 00000000..0304ae96 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/wall_gate_closed.json @@ -0,0 +1,96 @@ +{ + "ambientocclusion": false, + "textures": { + "particle" : "#texture" + }, + "elements": [ + { "__comment": "Left-hand post", + "from": [ 0, 2, 7 ], + "to": [ 2, 13, 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, 2, 7 ], + "to": [ 16, 13, 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, 3, 7 ], + "to": [ 8, 12, 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, 3, 7 ], + "to": [ 10, 12, 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, 3, 7 ], + "to": [ 6, 6, 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, 9, 7 ], + "to": [ 6, 12, 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, 3, 7 ], + "to": [ 14, 6, 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, 9, 7 ], + "to": [ 14, 12, 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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/wall_gate_open.json b/1.9.4/assets/minecraft/models/block/wall_gate_open.json new file mode 100644 index 00000000..99290154 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/wall_gate_open.json @@ -0,0 +1,96 @@ +{ + "ambientocclusion": false, + "textures": { + "particle" : "#texture" + }, + "elements": [ + { "__comment": "Left-hand post", + "from": [ 0, 2, 7 ], + "to": [ 2, 13, 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, 2, 7 ], + "to": [ 16, 13, 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, 3, 13 ], + "to": [ 2, 12, 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, 3, 13 ], + "to": [ 16, 12, 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, 3, 9 ], + "to": [ 2, 6, 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, 9, 9 ], + "to": [ 2, 12, 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, 3, 9 ], + "to": [ 16, 6, 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, 9, 9 ], + "to": [ 16, 12, 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" } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/wall_inventory.json b/1.9.4/assets/minecraft/models/block/wall_inventory.json new file mode 100644 index 00000000..4638d77e --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/wall_inventory.json @@ -0,0 +1,44 @@ +{ "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": "#wall" + }, + "elements": [ + { "from": [ 4, 0, 4 ], + "to": [ 12, 16, 12 ], + "faces": { + "down": { "uv": [ 4, 4, 12, 12 ], "texture": "#wall", "cullface": "down" }, + "up": { "uv": [ 4, 4, 12, 12 ], "texture": "#wall" }, + "north": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, + "south": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, + "west": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, + "east": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" } + }, + "__comment": "Center post" + }, + { "from": [ 5, 0, 0 ], + "to": [ 11, 13, 16 ], + "faces": { + "down": { "uv": [ 5, 0, 11, 16 ], "texture": "#wall", "cullface": "down" }, + "up": { "uv": [ 5, 0, 11, 16 ], "texture": "#wall" }, + "north": { "uv": [ 5, 3, 11, 16 ], "texture": "#wall", "cullface": "north" }, + "south": { "uv": [ 5, 3, 11, 16 ], "texture": "#wall", "cullface": "south" }, + "west": { "uv": [ 0, 3, 16, 16 ], "texture": "#wall" }, + "east": { "uv": [ 0, 3, 16, 16 ], "texture": "#wall" } + }, + "__comment": "Full wall" + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/wall_post.json b/1.9.4/assets/minecraft/models/block/wall_post.json new file mode 100644 index 00000000..89874dd3 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/wall_post.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "#wall" + }, + "elements": [ + { "from": [ 4, 0, 4 ], + "to": [ 12, 16, 12 ], + "faces": { + "down": { "texture": "#wall", "cullface": "down" }, + "up": { "texture": "#wall", "cullface": "up" }, + "north": { "texture": "#wall" }, + "south": { "texture": "#wall" }, + "west": { "texture": "#wall" }, + "east": { "texture": "#wall" } + }, + "__comment": "Center post" + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/wall_side.json b/1.9.4/assets/minecraft/models/block/wall_side.json new file mode 100644 index 00000000..301854c8 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/wall_side.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#wall" + }, + "elements": [ + { "from": [ 5, 0, 0 ], + "to": [ 11, 14, 8 ], + "faces": { + "down": { "texture": "#wall", "cullface": "down" }, + "up": { "texture": "#wall" }, + "north": { "texture": "#wall", "cullface": "north" }, + "west": { "texture": "#wall" }, + "east": { "texture": "#wall" } + }, + "__comment": "wall" + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/waterlily.json b/1.9.4/assets/minecraft/models/block/waterlily.json new file mode 100644 index 00000000..05ab3ec5 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/waterlily.json @@ -0,0 +1,16 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/waterlily", + "texture": "blocks/waterlily" + }, + "elements": [ + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "faces": { + "down": { "uv": [ 16, 16, 0, 0 ], "texture": "#texture", "tintindex": 0 }, + "up": { "uv": [ 16, 0, 0, 16 ], "texture": "#texture", "tintindex": 0 } + } + } + ] +} diff --git a/1.9.4/assets/minecraft/models/block/web.json b/1.9.4/assets/minecraft/models/block/web.json new file mode 100644 index 00000000..f8865a41 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/web.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/web" + } +} diff --git a/1.9.4/assets/minecraft/models/block/wheat_stage0.json b/1.9.4/assets/minecraft/models/block/wheat_stage0.json new file mode 100644 index 00000000..ce878813 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/wheat_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/wheat_stage_0" + } +} diff --git a/1.9.4/assets/minecraft/models/block/wheat_stage1.json b/1.9.4/assets/minecraft/models/block/wheat_stage1.json new file mode 100644 index 00000000..de91d6e7 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/wheat_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/wheat_stage_1" + } +} diff --git a/1.9.4/assets/minecraft/models/block/wheat_stage2.json b/1.9.4/assets/minecraft/models/block/wheat_stage2.json new file mode 100644 index 00000000..02fd59d1 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/wheat_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/wheat_stage_2" + } +} diff --git a/1.9.4/assets/minecraft/models/block/wheat_stage3.json b/1.9.4/assets/minecraft/models/block/wheat_stage3.json new file mode 100644 index 00000000..dfe64db3 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/wheat_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/wheat_stage_3" + } +} diff --git a/1.9.4/assets/minecraft/models/block/wheat_stage4.json b/1.9.4/assets/minecraft/models/block/wheat_stage4.json new file mode 100644 index 00000000..5ae3af4f --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/wheat_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/wheat_stage_4" + } +} diff --git a/1.9.4/assets/minecraft/models/block/wheat_stage5.json b/1.9.4/assets/minecraft/models/block/wheat_stage5.json new file mode 100644 index 00000000..3ceb724f --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/wheat_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/wheat_stage_5" + } +} diff --git a/1.9.4/assets/minecraft/models/block/wheat_stage6.json b/1.9.4/assets/minecraft/models/block/wheat_stage6.json new file mode 100644 index 00000000..dff51c34 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/wheat_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/wheat_stage_6" + } +} diff --git a/1.9.4/assets/minecraft/models/block/wheat_stage7.json b/1.9.4/assets/minecraft/models/block/wheat_stage7.json new file mode 100644 index 00000000..71dccdcf --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/wheat_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/wheat_stage_7" + } +} diff --git a/1.9.4/assets/minecraft/models/block/white_stained_glass_pane_noside.json b/1.9.4/assets/minecraft/models/block/white_stained_glass_pane_noside.json new file mode 100644 index 00000000..335e0daf --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/white_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside", + "textures": { + "pane": "blocks/glass_white" + } +} diff --git a/1.9.4/assets/minecraft/models/block/white_stained_glass_pane_noside_alt.json b/1.9.4/assets/minecraft/models/block/white_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..fdbf3b8c --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/white_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside_alt", + "textures": { + "pane": "blocks/glass_white" + } +} diff --git a/1.9.4/assets/minecraft/models/block/white_stained_glass_pane_post.json b/1.9.4/assets/minecraft/models/block/white_stained_glass_pane_post.json new file mode 100644 index 00000000..23979ef6 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/white_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_post", + "textures": { + "edge": "blocks/glass_pane_top_white", + "pane": "blocks/glass_white" + } +} diff --git a/1.9.4/assets/minecraft/models/block/white_stained_glass_pane_side.json b/1.9.4/assets/minecraft/models/block/white_stained_glass_pane_side.json new file mode 100644 index 00000000..53dba4ad --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/white_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side", + "textures": { + "edge": "blocks/glass_pane_top_white", + "pane": "blocks/glass_white" + } +} diff --git a/1.9.4/assets/minecraft/models/block/white_stained_glass_pane_side_alt.json b/1.9.4/assets/minecraft/models/block/white_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..ea5116b2 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/white_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side_alt", + "textures": { + "edge": "blocks/glass_pane_top_white", + "pane": "blocks/glass_white" + } +} diff --git a/1.9.4/assets/minecraft/models/block/white_tulip.json b/1.9.4/assets/minecraft/models/block/white_tulip.json new file mode 100644 index 00000000..a7566845 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/white_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/flower_tulip_white" + } +} diff --git a/1.9.4/assets/minecraft/models/block/white_wool.json b/1.9.4/assets/minecraft/models/block/white_wool.json new file mode 100644 index 00000000..8d65e424 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/white_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_white" + } +} diff --git a/1.9.4/assets/minecraft/models/block/wooden_button.json b/1.9.4/assets/minecraft/models/block/wooden_button.json new file mode 100644 index 00000000..71de1515 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/wooden_button.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/1.9.4/assets/minecraft/models/block/wooden_button_inventory.json b/1.9.4/assets/minecraft/models/block/wooden_button_inventory.json new file mode 100644 index 00000000..2dbeee4e --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/wooden_button_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button_inventory", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/1.9.4/assets/minecraft/models/block/wooden_button_pressed.json b/1.9.4/assets/minecraft/models/block/wooden_button_pressed.json new file mode 100644 index 00000000..6e87f53d --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/wooden_button_pressed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button_pressed", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/1.9.4/assets/minecraft/models/block/wooden_door_bottom.json b/1.9.4/assets/minecraft/models/block/wooden_door_bottom.json new file mode 100644 index 00000000..32c67408 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/wooden_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom", + "textures": { + "bottom": "blocks/door_wood_lower", + "top": "blocks/door_wood_upper" + } +} diff --git a/1.9.4/assets/minecraft/models/block/wooden_door_bottom_rh.json b/1.9.4/assets/minecraft/models/block/wooden_door_bottom_rh.json new file mode 100644 index 00000000..7ec8d01e --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/wooden_door_bottom_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom_rh", + "textures": { + "bottom": "blocks/door_wood_lower", + "top": "blocks/door_wood_upper" + } +} diff --git a/1.9.4/assets/minecraft/models/block/wooden_door_top.json b/1.9.4/assets/minecraft/models/block/wooden_door_top.json new file mode 100644 index 00000000..4d38b090 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/wooden_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top", + "textures": { + "bottom": "blocks/door_wood_lower", + "top": "blocks/door_wood_upper" + } +} diff --git a/1.9.4/assets/minecraft/models/block/wooden_door_top_rh.json b/1.9.4/assets/minecraft/models/block/wooden_door_top_rh.json new file mode 100644 index 00000000..642d4fdd --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/wooden_door_top_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top_rh", + "textures": { + "bottom": "blocks/door_wood_lower", + "top": "blocks/door_wood_upper" + } +} diff --git a/1.9.4/assets/minecraft/models/block/wooden_pressure_plate_down.json b/1.9.4/assets/minecraft/models/block/wooden_pressure_plate_down.json new file mode 100644 index 00000000..c14ba2fa --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/wooden_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_down", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/1.9.4/assets/minecraft/models/block/wooden_pressure_plate_up.json b/1.9.4/assets/minecraft/models/block/wooden_pressure_plate_up.json new file mode 100644 index 00000000..5438a156 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/wooden_pressure_plate_up.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_up", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/1.9.4/assets/minecraft/models/block/wooden_trapdoor_bottom.json b/1.9.4/assets/minecraft/models/block/wooden_trapdoor_bottom.json new file mode 100644 index 00000000..64915168 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/wooden_trapdoor_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/trapdoor_bottom", + "textures": { + "texture": "blocks/trapdoor" + } +} diff --git a/1.9.4/assets/minecraft/models/block/wooden_trapdoor_open.json b/1.9.4/assets/minecraft/models/block/wooden_trapdoor_open.json new file mode 100644 index 00000000..bf0fb3ff --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/wooden_trapdoor_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/trapdoor_open", + "textures": { + "texture": "blocks/trapdoor" + } +} diff --git a/1.9.4/assets/minecraft/models/block/wooden_trapdoor_top.json b/1.9.4/assets/minecraft/models/block/wooden_trapdoor_top.json new file mode 100644 index 00000000..6d032e71 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/wooden_trapdoor_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/trapdoor_top", + "textures": { + "texture": "blocks/trapdoor" + } +} diff --git a/1.9.4/assets/minecraft/models/block/yellow_stained_glass_pane_noside.json b/1.9.4/assets/minecraft/models/block/yellow_stained_glass_pane_noside.json new file mode 100644 index 00000000..ab7603bc --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/yellow_stained_glass_pane_noside.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside", + "textures": { + "pane": "blocks/glass_yellow" + } +} diff --git a/1.9.4/assets/minecraft/models/block/yellow_stained_glass_pane_noside_alt.json b/1.9.4/assets/minecraft/models/block/yellow_stained_glass_pane_noside_alt.json new file mode 100644 index 00000000..d2b5f387 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/yellow_stained_glass_pane_noside_alt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pane_noside_alt", + "textures": { + "pane": "blocks/glass_yellow" + } +} diff --git a/1.9.4/assets/minecraft/models/block/yellow_stained_glass_pane_post.json b/1.9.4/assets/minecraft/models/block/yellow_stained_glass_pane_post.json new file mode 100644 index 00000000..507ee081 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/yellow_stained_glass_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_post", + "textures": { + "edge": "blocks/glass_pane_top_yellow", + "pane": "blocks/glass_yellow" + } +} diff --git a/1.9.4/assets/minecraft/models/block/yellow_stained_glass_pane_side.json b/1.9.4/assets/minecraft/models/block/yellow_stained_glass_pane_side.json new file mode 100644 index 00000000..b963ca59 --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/yellow_stained_glass_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side", + "textures": { + "edge": "blocks/glass_pane_top_yellow", + "pane": "blocks/glass_yellow" + } +} diff --git a/1.9.4/assets/minecraft/models/block/yellow_stained_glass_pane_side_alt.json b/1.9.4/assets/minecraft/models/block/yellow_stained_glass_pane_side_alt.json new file mode 100644 index 00000000..b1ed083d --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/yellow_stained_glass_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_side_alt", + "textures": { + "edge": "blocks/glass_pane_top_yellow", + "pane": "blocks/glass_yellow" + } +} diff --git a/1.9.4/assets/minecraft/models/block/yellow_wool.json b/1.9.4/assets/minecraft/models/block/yellow_wool.json new file mode 100644 index 00000000..2f778dcf --- /dev/null +++ b/1.9.4/assets/minecraft/models/block/yellow_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_yellow" + } +} diff --git a/1.9.4/assets/minecraft/models/item/acacia_boat.json b/1.9.4/assets/minecraft/models/item/acacia_boat.json new file mode 100644 index 00000000..0391cd80 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/acacia_boat.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/acacia_boat" + } +} diff --git a/1.9.4/assets/minecraft/models/item/acacia_door.json b/1.9.4/assets/minecraft/models/item/acacia_door.json new file mode 100644 index 00000000..b78a5930 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/acacia_door.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/door_acacia" + } +} diff --git a/1.9.4/assets/minecraft/models/item/acacia_fence.json b/1.9.4/assets/minecraft/models/item/acacia_fence.json new file mode 100644 index 00000000..a191ee23 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/acacia_fence.json @@ -0,0 +1,3 @@ +{ + "parent": "block/acacia_fence_inventory" +} diff --git a/1.9.4/assets/minecraft/models/item/acacia_fence_gate.json b/1.9.4/assets/minecraft/models/item/acacia_fence_gate.json new file mode 100644 index 00000000..ba01defc --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/acacia_fence_gate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/acacia_fence_gate_closed" +} diff --git a/1.9.4/assets/minecraft/models/item/acacia_leaves.json b/1.9.4/assets/minecraft/models/item/acacia_leaves.json new file mode 100644 index 00000000..44b625bf --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/acacia_leaves.json @@ -0,0 +1,3 @@ +{ + "parent": "block/acacia_leaves" +} diff --git a/1.9.4/assets/minecraft/models/item/acacia_log.json b/1.9.4/assets/minecraft/models/item/acacia_log.json new file mode 100644 index 00000000..32edb560 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/acacia_log.json @@ -0,0 +1,3 @@ +{ + "parent": "block/acacia_log" +} diff --git a/1.9.4/assets/minecraft/models/item/acacia_planks.json b/1.9.4/assets/minecraft/models/item/acacia_planks.json new file mode 100644 index 00000000..7fcb12aa --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/acacia_planks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/acacia_planks" +} diff --git a/1.9.4/assets/minecraft/models/item/acacia_sapling.json b/1.9.4/assets/minecraft/models/item/acacia_sapling.json new file mode 100644 index 00000000..7fb76617 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/acacia_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/sapling_acacia" + } +} diff --git a/1.9.4/assets/minecraft/models/item/acacia_slab.json b/1.9.4/assets/minecraft/models/item/acacia_slab.json new file mode 100644 index 00000000..a0fe40a3 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/acacia_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/half_slab_acacia" +} diff --git a/1.9.4/assets/minecraft/models/item/acacia_stairs.json b/1.9.4/assets/minecraft/models/item/acacia_stairs.json new file mode 100644 index 00000000..570ee175 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/acacia_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/acacia_stairs" +} diff --git a/1.9.4/assets/minecraft/models/item/activator_rail.json b/1.9.4/assets/minecraft/models/item/activator_rail.json new file mode 100644 index 00000000..5f94c41f --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/activator_rail.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/rail_activator" + } +} diff --git a/1.9.4/assets/minecraft/models/item/allium.json b/1.9.4/assets/minecraft/models/item/allium.json new file mode 100644 index 00000000..d30e3fe2 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/allium.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/flower_allium" + } +} diff --git a/1.9.4/assets/minecraft/models/item/andesite.json b/1.9.4/assets/minecraft/models/item/andesite.json new file mode 100644 index 00000000..c6c205c1 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/andesite.json @@ -0,0 +1,3 @@ +{ + "parent": "block/andesite" +} diff --git a/1.9.4/assets/minecraft/models/item/andesite_smooth.json b/1.9.4/assets/minecraft/models/item/andesite_smooth.json new file mode 100644 index 00000000..479617aa --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/andesite_smooth.json @@ -0,0 +1,3 @@ +{ + "parent": "block/andesite_smooth" +} diff --git a/1.9.4/assets/minecraft/models/item/anvil_intact.json b/1.9.4/assets/minecraft/models/item/anvil_intact.json new file mode 100644 index 00000000..00c7ff52 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/anvil_intact.json @@ -0,0 +1,3 @@ +{ + "parent": "block/anvil_undamaged" +} diff --git a/1.9.4/assets/minecraft/models/item/anvil_slightly_damaged.json b/1.9.4/assets/minecraft/models/item/anvil_slightly_damaged.json new file mode 100644 index 00000000..093a65a5 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/anvil_slightly_damaged.json @@ -0,0 +1,3 @@ +{ + "parent": "block/anvil_slightly_damaged" +} diff --git a/1.9.4/assets/minecraft/models/item/anvil_very_damaged.json b/1.9.4/assets/minecraft/models/item/anvil_very_damaged.json new file mode 100644 index 00000000..4b180e40 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/anvil_very_damaged.json @@ -0,0 +1,3 @@ +{ + "parent": "block/anvil_very_damaged" +} diff --git a/1.9.4/assets/minecraft/models/item/apple.json b/1.9.4/assets/minecraft/models/item/apple.json new file mode 100644 index 00000000..68088f4e --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/apple.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/apple" + } +} diff --git a/1.9.4/assets/minecraft/models/item/armor_stand.json b/1.9.4/assets/minecraft/models/item/armor_stand.json new file mode 100644 index 00000000..b3102f2e --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/armor_stand.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/wooden_armorstand" + } +} diff --git a/1.9.4/assets/minecraft/models/item/arrow.json b/1.9.4/assets/minecraft/models/item/arrow.json new file mode 100644 index 00000000..c724c434 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/arrow.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/arrow" + } +} diff --git a/1.9.4/assets/minecraft/models/item/baked_potato.json b/1.9.4/assets/minecraft/models/item/baked_potato.json new file mode 100644 index 00000000..a919d1f4 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/baked_potato.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/potato_baked" + } +} diff --git a/1.9.4/assets/minecraft/models/item/banner.json b/1.9.4/assets/minecraft/models/item/banner.json new file mode 100644 index 00000000..4b16b2e1 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/banner.json @@ -0,0 +1,35 @@ +{ + "parent": "builtin/entity", + "display": { + "thirdperson_righthand": { + "rotation": [ 0, 90, 0 ], + "translation": [ 0, 2, 0.5], + "scale":[ 0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [ 0, 90, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 0.375, 0.375, 0.375] + }, + "gui": { + "rotation": [ 30, 20, 0 ], + "translation": [ 0, -3.25, 0], + "scale":[ 0.5325, 0.5325, 0.5325] + }, + "ground": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 1, 0], + "scale":[ 0.25, 0.25, 0.25] + }, + "head": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 16, 7], + "scale":[ 1.5, 1.5, 1.5 ] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 0.5, 0.5, 0.5] + } + } +} diff --git a/1.9.4/assets/minecraft/models/item/barrier.json b/1.9.4/assets/minecraft/models/item/barrier.json new file mode 100644 index 00000000..50d3b980 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/barrier.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/barrier" + } +} diff --git a/1.9.4/assets/minecraft/models/item/beacon.json b/1.9.4/assets/minecraft/models/item/beacon.json new file mode 100644 index 00000000..02f00d7e --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/beacon.json @@ -0,0 +1,3 @@ +{ + "parent": "block/beacon" +} diff --git a/1.9.4/assets/minecraft/models/item/bed.json b/1.9.4/assets/minecraft/models/item/bed.json new file mode 100644 index 00000000..f531dc1e --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/bed.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/bed" + } +} diff --git a/1.9.4/assets/minecraft/models/item/bedrock.json b/1.9.4/assets/minecraft/models/item/bedrock.json new file mode 100644 index 00000000..9ac9ca91 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/bedrock.json @@ -0,0 +1,3 @@ +{ + "parent": "block/bedrock" +} diff --git a/1.9.4/assets/minecraft/models/item/beef.json b/1.9.4/assets/minecraft/models/item/beef.json new file mode 100644 index 00000000..ca5419ce --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/beef.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/beef_raw" + } +} diff --git a/1.9.4/assets/minecraft/models/item/beetroot.json b/1.9.4/assets/minecraft/models/item/beetroot.json new file mode 100644 index 00000000..c3f242f7 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/beetroot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/beetroot" + } +} diff --git a/1.9.4/assets/minecraft/models/item/beetroot_seeds.json b/1.9.4/assets/minecraft/models/item/beetroot_seeds.json new file mode 100644 index 00000000..5b18e84a --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/beetroot_seeds.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/beetroot_seeds" + } +} diff --git a/1.9.4/assets/minecraft/models/item/beetroot_soup.json b/1.9.4/assets/minecraft/models/item/beetroot_soup.json new file mode 100644 index 00000000..48c45f45 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/beetroot_soup.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/beetroot_soup" + } +} diff --git a/1.9.4/assets/minecraft/models/item/birch_boat.json b/1.9.4/assets/minecraft/models/item/birch_boat.json new file mode 100644 index 00000000..fcb529dd --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/birch_boat.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/birch_boat" + } +} diff --git a/1.9.4/assets/minecraft/models/item/birch_door.json b/1.9.4/assets/minecraft/models/item/birch_door.json new file mode 100644 index 00000000..e9c0a452 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/birch_door.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/door_birch" + } +} diff --git a/1.9.4/assets/minecraft/models/item/birch_fence.json b/1.9.4/assets/minecraft/models/item/birch_fence.json new file mode 100644 index 00000000..2e9faa2d --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/birch_fence.json @@ -0,0 +1,3 @@ +{ + "parent": "block/birch_fence_inventory" +} diff --git a/1.9.4/assets/minecraft/models/item/birch_fence_gate.json b/1.9.4/assets/minecraft/models/item/birch_fence_gate.json new file mode 100644 index 00000000..a73a99c3 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/birch_fence_gate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/birch_fence_gate_closed" +} diff --git a/1.9.4/assets/minecraft/models/item/birch_leaves.json b/1.9.4/assets/minecraft/models/item/birch_leaves.json new file mode 100644 index 00000000..9a3f6d5f --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/birch_leaves.json @@ -0,0 +1,3 @@ +{ + "parent": "block/birch_leaves" +} diff --git a/1.9.4/assets/minecraft/models/item/birch_log.json b/1.9.4/assets/minecraft/models/item/birch_log.json new file mode 100644 index 00000000..8ae0965f --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/birch_log.json @@ -0,0 +1,3 @@ +{ + "parent": "block/birch_log" +} diff --git a/1.9.4/assets/minecraft/models/item/birch_planks.json b/1.9.4/assets/minecraft/models/item/birch_planks.json new file mode 100644 index 00000000..b5699077 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/birch_planks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/birch_planks" +} diff --git a/1.9.4/assets/minecraft/models/item/birch_sapling.json b/1.9.4/assets/minecraft/models/item/birch_sapling.json new file mode 100644 index 00000000..d9b6c4a5 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/birch_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/sapling_birch" + } +} diff --git a/1.9.4/assets/minecraft/models/item/birch_slab.json b/1.9.4/assets/minecraft/models/item/birch_slab.json new file mode 100644 index 00000000..73341c4b --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/birch_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/half_slab_birch" +} diff --git a/1.9.4/assets/minecraft/models/item/birch_stairs.json b/1.9.4/assets/minecraft/models/item/birch_stairs.json new file mode 100644 index 00000000..0e4b0be0 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/birch_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/birch_stairs" +} diff --git a/1.9.4/assets/minecraft/models/item/black_carpet.json b/1.9.4/assets/minecraft/models/item/black_carpet.json new file mode 100644 index 00000000..f2db3c5e --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/black_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/carpet_black" +} diff --git a/1.9.4/assets/minecraft/models/item/black_stained_glass.json b/1.9.4/assets/minecraft/models/item/black_stained_glass.json new file mode 100644 index 00000000..5a51ae1a --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/black_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glass_black" +} diff --git a/1.9.4/assets/minecraft/models/item/black_stained_glass_pane.json b/1.9.4/assets/minecraft/models/item/black_stained_glass_pane.json new file mode 100644 index 00000000..04c3b7c6 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/black_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/glass_black" + } +} diff --git a/1.9.4/assets/minecraft/models/item/black_stained_hardened_clay.json b/1.9.4/assets/minecraft/models/item/black_stained_hardened_clay.json new file mode 100644 index 00000000..5d75f8d5 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/black_stained_hardened_clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hardened_clay_black" +} diff --git a/1.9.4/assets/minecraft/models/item/black_wool.json b/1.9.4/assets/minecraft/models/item/black_wool.json new file mode 100644 index 00000000..786c753a --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/black_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/black_wool" +} diff --git a/1.9.4/assets/minecraft/models/item/blaze_powder.json b/1.9.4/assets/minecraft/models/item/blaze_powder.json new file mode 100644 index 00000000..f433bf3c --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/blaze_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/blaze_powder" + } +} diff --git a/1.9.4/assets/minecraft/models/item/blaze_rod.json b/1.9.4/assets/minecraft/models/item/blaze_rod.json new file mode 100644 index 00000000..54c85ac8 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/blaze_rod.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/blaze_rod" + } +} diff --git a/1.9.4/assets/minecraft/models/item/blue_carpet.json b/1.9.4/assets/minecraft/models/item/blue_carpet.json new file mode 100644 index 00000000..e72f58bc --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/blue_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/carpet_blue" +} diff --git a/1.9.4/assets/minecraft/models/item/blue_orchid.json b/1.9.4/assets/minecraft/models/item/blue_orchid.json new file mode 100644 index 00000000..8b8e99e4 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/blue_orchid.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/flower_blue_orchid" + } +} diff --git a/1.9.4/assets/minecraft/models/item/blue_stained_glass.json b/1.9.4/assets/minecraft/models/item/blue_stained_glass.json new file mode 100644 index 00000000..9947610d --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/blue_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glass_blue" +} diff --git a/1.9.4/assets/minecraft/models/item/blue_stained_glass_pane.json b/1.9.4/assets/minecraft/models/item/blue_stained_glass_pane.json new file mode 100644 index 00000000..80056f02 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/blue_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/glass_blue" + } +} diff --git a/1.9.4/assets/minecraft/models/item/blue_stained_hardened_clay.json b/1.9.4/assets/minecraft/models/item/blue_stained_hardened_clay.json new file mode 100644 index 00000000..7d3a7f60 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/blue_stained_hardened_clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hardened_clay_blue" +} diff --git a/1.9.4/assets/minecraft/models/item/blue_wool.json b/1.9.4/assets/minecraft/models/item/blue_wool.json new file mode 100644 index 00000000..19e06920 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/blue_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/blue_wool" +} diff --git a/1.9.4/assets/minecraft/models/item/bone.json b/1.9.4/assets/minecraft/models/item/bone.json new file mode 100644 index 00000000..abc496a2 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/bone.json @@ -0,0 +1,13 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/bone" + }, + "display": { + "head": { + "rotation": [ 0, 0, -45 ], + "translation": [ 0, -4.5, -6.5], + "scale":[ 1, 1, 1 ] + } + } +} diff --git a/1.9.4/assets/minecraft/models/item/book.json b/1.9.4/assets/minecraft/models/item/book.json new file mode 100644 index 00000000..a81f0086 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/book.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/book_normal" + } +} diff --git a/1.9.4/assets/minecraft/models/item/bookshelf.json b/1.9.4/assets/minecraft/models/item/bookshelf.json new file mode 100644 index 00000000..102e2029 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/bookshelf.json @@ -0,0 +1,3 @@ +{ + "parent": "block/bookshelf" +} diff --git a/1.9.4/assets/minecraft/models/item/bottle_drinkable.json b/1.9.4/assets/minecraft/models/item/bottle_drinkable.json new file mode 100644 index 00000000..4be5a399 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/bottle_drinkable.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/potion_overlay", + "layer1": "items/potion_bottle_drinkable" + } +} diff --git a/1.9.4/assets/minecraft/models/item/bottle_lingering.json b/1.9.4/assets/minecraft/models/item/bottle_lingering.json new file mode 100644 index 00000000..de9b9764 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/bottle_lingering.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/potion_overlay", + "layer1": "items/potion_bottle_lingering" + } +} diff --git a/1.9.4/assets/minecraft/models/item/bottle_splash.json b/1.9.4/assets/minecraft/models/item/bottle_splash.json new file mode 100644 index 00000000..b8aa179d --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/bottle_splash.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/potion_overlay", + "layer1": "items/potion_bottle_splash" + } +} diff --git a/1.9.4/assets/minecraft/models/item/bow.json b/1.9.4/assets/minecraft/models/item/bow.json new file mode 100644 index 00000000..24bdd505 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/bow.json @@ -0,0 +1,50 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/bow_standby" + }, + "display": { + "thirdperson_righthand": { + "rotation": [ -80, 260, -40 ], + "translation": [ -1, -2, 2.5 ], + "scale": [ 0.9, 0.9, 0.9 ] + }, + "thirdperson_lefthand": { + "rotation": [ -80, -280, 40 ], + "translation": [ -1, -2, 2.5 ], + "scale": [ 0.9, 0.9, 0.9 ] + }, + "firstperson_righthand": { + "rotation": [ 0, -90, 25 ], + "translation": [ 1.13, 3.2, 1.13], + "scale": [ 0.68, 0.68, 0.68 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, 90, -25 ], + "translation": [ 1.13, 3.2, 1.13], + "scale": [ 0.68, 0.68, 0.68 ] + } + }, + "overrides": [ + { + "predicate": { + "pulling": 1 + }, + "model": "item/bow_pulling_0" + }, + { + "predicate": { + "pulling": 1, + "pull": 0.65 + }, + "model": "item/bow_pulling_1" + }, + { + "predicate": { + "pulling": 1, + "pull": 0.9 + }, + "model": "item/bow_pulling_2" + } + ] +} diff --git a/1.9.4/assets/minecraft/models/item/bow_pulling_0.json b/1.9.4/assets/minecraft/models/item/bow_pulling_0.json new file mode 100644 index 00000000..3bac7ae9 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/bow_pulling_0.json @@ -0,0 +1,6 @@ +{ + "parent": "item/bow", + "textures": { + "layer0": "items/bow_pulling_0" + } +} diff --git a/1.9.4/assets/minecraft/models/item/bow_pulling_1.json b/1.9.4/assets/minecraft/models/item/bow_pulling_1.json new file mode 100644 index 00000000..797d4ea0 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/bow_pulling_1.json @@ -0,0 +1,6 @@ +{ + "parent": "item/bow", + "textures": { + "layer0": "items/bow_pulling_1" + } +} diff --git a/1.9.4/assets/minecraft/models/item/bow_pulling_2.json b/1.9.4/assets/minecraft/models/item/bow_pulling_2.json new file mode 100644 index 00000000..3c475f61 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/bow_pulling_2.json @@ -0,0 +1,6 @@ +{ + "parent": "item/bow", + "textures": { + "layer0": "items/bow_pulling_2" + } +} diff --git a/1.9.4/assets/minecraft/models/item/bowl.json b/1.9.4/assets/minecraft/models/item/bowl.json new file mode 100644 index 00000000..b2205c7f --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/bowl.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/bowl" + } +} diff --git a/1.9.4/assets/minecraft/models/item/bread.json b/1.9.4/assets/minecraft/models/item/bread.json new file mode 100644 index 00000000..8ff04a01 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/bread.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/bread" + } +} diff --git a/1.9.4/assets/minecraft/models/item/brewing_stand.json b/1.9.4/assets/minecraft/models/item/brewing_stand.json new file mode 100644 index 00000000..bded1204 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/brewing_stand.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/brewing_stand" + } +} diff --git a/1.9.4/assets/minecraft/models/item/brick.json b/1.9.4/assets/minecraft/models/item/brick.json new file mode 100644 index 00000000..6cca5771 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/brick.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/brick" + } +} diff --git a/1.9.4/assets/minecraft/models/item/brick_block.json b/1.9.4/assets/minecraft/models/item/brick_block.json new file mode 100644 index 00000000..0337af3a --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/brick_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/brick" +} diff --git a/1.9.4/assets/minecraft/models/item/brick_slab.json b/1.9.4/assets/minecraft/models/item/brick_slab.json new file mode 100644 index 00000000..f088f82c --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/brick_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/half_slab_brick" +} diff --git a/1.9.4/assets/minecraft/models/item/brick_stairs.json b/1.9.4/assets/minecraft/models/item/brick_stairs.json new file mode 100644 index 00000000..ef796cef --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/brick_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/brick_stairs" +} diff --git a/1.9.4/assets/minecraft/models/item/broken_elytra.json b/1.9.4/assets/minecraft/models/item/broken_elytra.json new file mode 100644 index 00000000..60cb9d30 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/broken_elytra.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/broken_elytra" + } +} diff --git a/1.9.4/assets/minecraft/models/item/brown_carpet.json b/1.9.4/assets/minecraft/models/item/brown_carpet.json new file mode 100644 index 00000000..2fdfa0cb --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/brown_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/carpet_brown" +} diff --git a/1.9.4/assets/minecraft/models/item/brown_mushroom.json b/1.9.4/assets/minecraft/models/item/brown_mushroom.json new file mode 100644 index 00000000..f153d9eb --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/brown_mushroom.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/mushroom_brown" + } +} diff --git a/1.9.4/assets/minecraft/models/item/brown_mushroom_block.json b/1.9.4/assets/minecraft/models/item/brown_mushroom_block.json new file mode 100644 index 00000000..2279430e --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/brown_mushroom_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/brown_mushroom_block_cap_all" +} diff --git a/1.9.4/assets/minecraft/models/item/brown_stained_glass.json b/1.9.4/assets/minecraft/models/item/brown_stained_glass.json new file mode 100644 index 00000000..d66a37fa --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/brown_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glass_brown" +} diff --git a/1.9.4/assets/minecraft/models/item/brown_stained_glass_pane.json b/1.9.4/assets/minecraft/models/item/brown_stained_glass_pane.json new file mode 100644 index 00000000..15bfbfcf --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/brown_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/glass_brown" + } +} diff --git a/1.9.4/assets/minecraft/models/item/brown_stained_hardened_clay.json b/1.9.4/assets/minecraft/models/item/brown_stained_hardened_clay.json new file mode 100644 index 00000000..a0f74051 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/brown_stained_hardened_clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hardened_clay_brown" +} diff --git a/1.9.4/assets/minecraft/models/item/brown_wool.json b/1.9.4/assets/minecraft/models/item/brown_wool.json new file mode 100644 index 00000000..7842c8fb --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/brown_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/brown_wool" +} diff --git a/1.9.4/assets/minecraft/models/item/bucket.json b/1.9.4/assets/minecraft/models/item/bucket.json new file mode 100644 index 00000000..aa764e17 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/bucket.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/bucket_empty" + } +} diff --git a/1.9.4/assets/minecraft/models/item/cactus.json b/1.9.4/assets/minecraft/models/item/cactus.json new file mode 100644 index 00000000..1e95f2d1 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/cactus.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cactus" +} diff --git a/1.9.4/assets/minecraft/models/item/cake.json b/1.9.4/assets/minecraft/models/item/cake.json new file mode 100644 index 00000000..75633147 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/cake.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/cake" + } +} diff --git a/1.9.4/assets/minecraft/models/item/carrot.json b/1.9.4/assets/minecraft/models/item/carrot.json new file mode 100644 index 00000000..3634037b --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/carrot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/carrot" + } +} diff --git a/1.9.4/assets/minecraft/models/item/carrot_on_a_stick.json b/1.9.4/assets/minecraft/models/item/carrot_on_a_stick.json new file mode 100644 index 00000000..332e7166 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/carrot_on_a_stick.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld_rod", + "textures": { + "layer0": "items/carrot_on_a_stick" + } +} diff --git a/1.9.4/assets/minecraft/models/item/cauldron.json b/1.9.4/assets/minecraft/models/item/cauldron.json new file mode 100644 index 00000000..c06707d9 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/cauldron.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/cauldron" + } +} diff --git a/1.9.4/assets/minecraft/models/item/chain_command_block.json b/1.9.4/assets/minecraft/models/item/chain_command_block.json new file mode 100644 index 00000000..f151ef14 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/chain_command_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/chain_command_block" +} diff --git a/1.9.4/assets/minecraft/models/item/chainmail_boots.json b/1.9.4/assets/minecraft/models/item/chainmail_boots.json new file mode 100644 index 00000000..bebded2f --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/chainmail_boots.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/chainmail_boots" + } +} diff --git a/1.9.4/assets/minecraft/models/item/chainmail_chestplate.json b/1.9.4/assets/minecraft/models/item/chainmail_chestplate.json new file mode 100644 index 00000000..031e1833 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/chainmail_chestplate.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/chainmail_chestplate" + } +} diff --git a/1.9.4/assets/minecraft/models/item/chainmail_helmet.json b/1.9.4/assets/minecraft/models/item/chainmail_helmet.json new file mode 100644 index 00000000..41c28bd2 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/chainmail_helmet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/chainmail_helmet" + } +} diff --git a/1.9.4/assets/minecraft/models/item/chainmail_leggings.json b/1.9.4/assets/minecraft/models/item/chainmail_leggings.json new file mode 100644 index 00000000..306c6c0d --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/chainmail_leggings.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/chainmail_leggings" + } +} diff --git a/1.9.4/assets/minecraft/models/item/charcoal.json b/1.9.4/assets/minecraft/models/item/charcoal.json new file mode 100644 index 00000000..679e6f14 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/charcoal.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/charcoal" + } +} diff --git a/1.9.4/assets/minecraft/models/item/chest.json b/1.9.4/assets/minecraft/models/item/chest.json new file mode 100644 index 00000000..7bfe2e69 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/chest.json @@ -0,0 +1,35 @@ +{ + "parent": "builtin/entity", + "display": { + "gui": { + "rotation": [ 30, 45, 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 ] + }, + "head": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 1, 1, 1] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 0.5, 0.5, 0.5 ] + }, + "thirdperson_righthand": { + "rotation": [ 75, 315, 0 ], + "translation": [ 0, 2.5, 0], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 315, 0 ], + "translation": [ 0, 0, 0], + "scale": [ 0.4, 0.4, 0.4 ] + } + } +} diff --git a/1.9.4/assets/minecraft/models/item/chest_minecart.json b/1.9.4/assets/minecraft/models/item/chest_minecart.json new file mode 100644 index 00000000..69f8fd68 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/chest_minecart.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/minecart_chest" + } +} diff --git a/1.9.4/assets/minecraft/models/item/chicken.json b/1.9.4/assets/minecraft/models/item/chicken.json new file mode 100644 index 00000000..646b6739 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/chicken.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/chicken_raw" + } +} diff --git a/1.9.4/assets/minecraft/models/item/chiseled_brick_monster_egg.json b/1.9.4/assets/minecraft/models/item/chiseled_brick_monster_egg.json new file mode 100644 index 00000000..b2ba7dd2 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/chiseled_brick_monster_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stonebrick_chiseled" +} diff --git a/1.9.4/assets/minecraft/models/item/chiseled_quartz_block.json b/1.9.4/assets/minecraft/models/item/chiseled_quartz_block.json new file mode 100644 index 00000000..9bafc881 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/chiseled_quartz_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/quartz_chiseled" +} diff --git a/1.9.4/assets/minecraft/models/item/chiseled_red_sandstone.json b/1.9.4/assets/minecraft/models/item/chiseled_red_sandstone.json new file mode 100644 index 00000000..215a14e7 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/chiseled_red_sandstone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_sandstone_chiseled" +} diff --git a/1.9.4/assets/minecraft/models/item/chiseled_sandstone.json b/1.9.4/assets/minecraft/models/item/chiseled_sandstone.json new file mode 100644 index 00000000..7dfb93b8 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/chiseled_sandstone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/sandstone_chiseled" +} diff --git a/1.9.4/assets/minecraft/models/item/chiseled_stonebrick.json b/1.9.4/assets/minecraft/models/item/chiseled_stonebrick.json new file mode 100644 index 00000000..b2ba7dd2 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/chiseled_stonebrick.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stonebrick_chiseled" +} diff --git a/1.9.4/assets/minecraft/models/item/chorus_flower.json b/1.9.4/assets/minecraft/models/item/chorus_flower.json new file mode 100644 index 00000000..5c621b09 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/chorus_flower.json @@ -0,0 +1,3 @@ +{ + "parent": "block/chorus_flower" +} diff --git a/1.9.4/assets/minecraft/models/item/chorus_fruit.json b/1.9.4/assets/minecraft/models/item/chorus_fruit.json new file mode 100644 index 00000000..36e4a7a6 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/chorus_fruit.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/chorus_fruit" + } +} diff --git a/1.9.4/assets/minecraft/models/item/chorus_fruit_popped.json b/1.9.4/assets/minecraft/models/item/chorus_fruit_popped.json new file mode 100644 index 00000000..c2ebc9c2 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/chorus_fruit_popped.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/chorus_fruit_popped" + } +} diff --git a/1.9.4/assets/minecraft/models/item/chorus_plant.json b/1.9.4/assets/minecraft/models/item/chorus_plant.json new file mode 100644 index 00000000..201329f7 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/chorus_plant.json @@ -0,0 +1,3 @@ +{ + "parent": "block/chorus_plant" +} diff --git a/1.9.4/assets/minecraft/models/item/clay.json b/1.9.4/assets/minecraft/models/item/clay.json new file mode 100644 index 00000000..329c9863 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/clay" +} diff --git a/1.9.4/assets/minecraft/models/item/clay_ball.json b/1.9.4/assets/minecraft/models/item/clay_ball.json new file mode 100644 index 00000000..9d9e9e82 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/clay_ball.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clay_ball" + } +} diff --git a/1.9.4/assets/minecraft/models/item/clock.json b/1.9.4/assets/minecraft/models/item/clock.json new file mode 100644 index 00000000..be4389ed --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/clock.json @@ -0,0 +1,73 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_00" + }, + "overrides": [ + { "predicate": { "time": 0.0000000 }, "model": "item/clock" }, + { "predicate": { "time": 0.0078125 }, "model": "item/clock_01" }, + { "predicate": { "time": 0.0234375 }, "model": "item/clock_02" }, + { "predicate": { "time": 0.0390625 }, "model": "item/clock_03" }, + { "predicate": { "time": 0.0546875 }, "model": "item/clock_04" }, + { "predicate": { "time": 0.0703125 }, "model": "item/clock_05" }, + { "predicate": { "time": 0.0859375 }, "model": "item/clock_06" }, + { "predicate": { "time": 0.1015625 }, "model": "item/clock_07" }, + { "predicate": { "time": 0.1171875 }, "model": "item/clock_08" }, + { "predicate": { "time": 0.1328125 }, "model": "item/clock_09" }, + { "predicate": { "time": 0.1484375 }, "model": "item/clock_10" }, + { "predicate": { "time": 0.1640625 }, "model": "item/clock_11" }, + { "predicate": { "time": 0.1796875 }, "model": "item/clock_12" }, + { "predicate": { "time": 0.1953125 }, "model": "item/clock_13" }, + { "predicate": { "time": 0.2109375 }, "model": "item/clock_14" }, + { "predicate": { "time": 0.2265625 }, "model": "item/clock_15" }, + { "predicate": { "time": 0.2421875 }, "model": "item/clock_16" }, + { "predicate": { "time": 0.2578125 }, "model": "item/clock_17" }, + { "predicate": { "time": 0.2734375 }, "model": "item/clock_18" }, + { "predicate": { "time": 0.2890625 }, "model": "item/clock_19" }, + { "predicate": { "time": 0.3046875 }, "model": "item/clock_20" }, + { "predicate": { "time": 0.3203125 }, "model": "item/clock_21" }, + { "predicate": { "time": 0.3359375 }, "model": "item/clock_22" }, + { "predicate": { "time": 0.3515625 }, "model": "item/clock_23" }, + { "predicate": { "time": 0.3671875 }, "model": "item/clock_24" }, + { "predicate": { "time": 0.3828125 }, "model": "item/clock_25" }, + { "predicate": { "time": 0.3984375 }, "model": "item/clock_26" }, + { "predicate": { "time": 0.4140625 }, "model": "item/clock_27" }, + { "predicate": { "time": 0.4296875 }, "model": "item/clock_28" }, + { "predicate": { "time": 0.4453125 }, "model": "item/clock_29" }, + { "predicate": { "time": 0.4609375 }, "model": "item/clock_30" }, + { "predicate": { "time": 0.4765625 }, "model": "item/clock_31" }, + { "predicate": { "time": 0.4921875 }, "model": "item/clock_32" }, + { "predicate": { "time": 0.5078125 }, "model": "item/clock_33" }, + { "predicate": { "time": 0.5234375 }, "model": "item/clock_34" }, + { "predicate": { "time": 0.5390625 }, "model": "item/clock_35" }, + { "predicate": { "time": 0.5546875 }, "model": "item/clock_36" }, + { "predicate": { "time": 0.5703125 }, "model": "item/clock_37" }, + { "predicate": { "time": 0.5859375 }, "model": "item/clock_38" }, + { "predicate": { "time": 0.6015625 }, "model": "item/clock_39" }, + { "predicate": { "time": 0.6171875 }, "model": "item/clock_40" }, + { "predicate": { "time": 0.6328125 }, "model": "item/clock_41" }, + { "predicate": { "time": 0.6484375 }, "model": "item/clock_42" }, + { "predicate": { "time": 0.6640625 }, "model": "item/clock_43" }, + { "predicate": { "time": 0.6796875 }, "model": "item/clock_44" }, + { "predicate": { "time": 0.6953125 }, "model": "item/clock_45" }, + { "predicate": { "time": 0.7109375 }, "model": "item/clock_46" }, + { "predicate": { "time": 0.7265625 }, "model": "item/clock_47" }, + { "predicate": { "time": 0.7421875 }, "model": "item/clock_48" }, + { "predicate": { "time": 0.7578125 }, "model": "item/clock_49" }, + { "predicate": { "time": 0.7734375 }, "model": "item/clock_50" }, + { "predicate": { "time": 0.7890625 }, "model": "item/clock_51" }, + { "predicate": { "time": 0.8046875 }, "model": "item/clock_52" }, + { "predicate": { "time": 0.8203125 }, "model": "item/clock_53" }, + { "predicate": { "time": 0.8359375 }, "model": "item/clock_54" }, + { "predicate": { "time": 0.8515625 }, "model": "item/clock_55" }, + { "predicate": { "time": 0.8671875 }, "model": "item/clock_56" }, + { "predicate": { "time": 0.8828125 }, "model": "item/clock_57" }, + { "predicate": { "time": 0.8984375 }, "model": "item/clock_58" }, + { "predicate": { "time": 0.9140625 }, "model": "item/clock_59" }, + { "predicate": { "time": 0.9296875 }, "model": "item/clock_60" }, + { "predicate": { "time": 0.9453125 }, "model": "item/clock_61" }, + { "predicate": { "time": 0.9609375 }, "model": "item/clock_62" }, + { "predicate": { "time": 0.9765625 }, "model": "item/clock_63" }, + { "predicate": { "time": 0.9921875 }, "model": "item/clock" } + ] +} diff --git a/1.9.4/assets/minecraft/models/item/clock_01.json b/1.9.4/assets/minecraft/models/item/clock_01.json new file mode 100644 index 00000000..a80fa6ff --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/clock_01.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_01" + } +} diff --git a/1.9.4/assets/minecraft/models/item/clock_02.json b/1.9.4/assets/minecraft/models/item/clock_02.json new file mode 100644 index 00000000..7c5cf79c --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/clock_02.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_02" + } +} diff --git a/1.9.4/assets/minecraft/models/item/clock_03.json b/1.9.4/assets/minecraft/models/item/clock_03.json new file mode 100644 index 00000000..f3cfcae6 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/clock_03.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_03" + } +} diff --git a/1.9.4/assets/minecraft/models/item/clock_04.json b/1.9.4/assets/minecraft/models/item/clock_04.json new file mode 100644 index 00000000..abec7b64 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/clock_04.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_04" + } +} diff --git a/1.9.4/assets/minecraft/models/item/clock_05.json b/1.9.4/assets/minecraft/models/item/clock_05.json new file mode 100644 index 00000000..1d8a9d8f --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/clock_05.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_05" + } +} diff --git a/1.9.4/assets/minecraft/models/item/clock_06.json b/1.9.4/assets/minecraft/models/item/clock_06.json new file mode 100644 index 00000000..0f0ad671 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/clock_06.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_06" + } +} diff --git a/1.9.4/assets/minecraft/models/item/clock_07.json b/1.9.4/assets/minecraft/models/item/clock_07.json new file mode 100644 index 00000000..a4017fd8 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/clock_07.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_07" + } +} diff --git a/1.9.4/assets/minecraft/models/item/clock_08.json b/1.9.4/assets/minecraft/models/item/clock_08.json new file mode 100644 index 00000000..32c44227 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/clock_08.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_08" + } +} diff --git a/1.9.4/assets/minecraft/models/item/clock_09.json b/1.9.4/assets/minecraft/models/item/clock_09.json new file mode 100644 index 00000000..94f7a230 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/clock_09.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_09" + } +} diff --git a/1.9.4/assets/minecraft/models/item/clock_10.json b/1.9.4/assets/minecraft/models/item/clock_10.json new file mode 100644 index 00000000..21d7d1ef --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/clock_10.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_10" + } +} diff --git a/1.9.4/assets/minecraft/models/item/clock_11.json b/1.9.4/assets/minecraft/models/item/clock_11.json new file mode 100644 index 00000000..38167cfa --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/clock_11.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_11" + } +} diff --git a/1.9.4/assets/minecraft/models/item/clock_12.json b/1.9.4/assets/minecraft/models/item/clock_12.json new file mode 100644 index 00000000..a80e2797 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/clock_12.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_12" + } +} diff --git a/1.9.4/assets/minecraft/models/item/clock_13.json b/1.9.4/assets/minecraft/models/item/clock_13.json new file mode 100644 index 00000000..3894e02b --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/clock_13.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_13" + } +} diff --git a/1.9.4/assets/minecraft/models/item/clock_14.json b/1.9.4/assets/minecraft/models/item/clock_14.json new file mode 100644 index 00000000..31054e33 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/clock_14.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_14" + } +} diff --git a/1.9.4/assets/minecraft/models/item/clock_15.json b/1.9.4/assets/minecraft/models/item/clock_15.json new file mode 100644 index 00000000..8bfe0855 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/clock_15.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_15" + } +} diff --git a/1.9.4/assets/minecraft/models/item/clock_16.json b/1.9.4/assets/minecraft/models/item/clock_16.json new file mode 100644 index 00000000..90e341f5 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/clock_16.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_16" + } +} diff --git a/1.9.4/assets/minecraft/models/item/clock_17.json b/1.9.4/assets/minecraft/models/item/clock_17.json new file mode 100644 index 00000000..1a81f5a2 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/clock_17.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_17" + } +} diff --git a/1.9.4/assets/minecraft/models/item/clock_18.json b/1.9.4/assets/minecraft/models/item/clock_18.json new file mode 100644 index 00000000..1df43b1f --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/clock_18.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_18" + } +} diff --git a/1.9.4/assets/minecraft/models/item/clock_19.json b/1.9.4/assets/minecraft/models/item/clock_19.json new file mode 100644 index 00000000..2e4d6362 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/clock_19.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_19" + } +} diff --git a/1.9.4/assets/minecraft/models/item/clock_20.json b/1.9.4/assets/minecraft/models/item/clock_20.json new file mode 100644 index 00000000..9d0ed270 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/clock_20.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_20" + } +} diff --git a/1.9.4/assets/minecraft/models/item/clock_21.json b/1.9.4/assets/minecraft/models/item/clock_21.json new file mode 100644 index 00000000..29248710 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/clock_21.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_21" + } +} diff --git a/1.9.4/assets/minecraft/models/item/clock_22.json b/1.9.4/assets/minecraft/models/item/clock_22.json new file mode 100644 index 00000000..32c2ca46 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/clock_22.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_22" + } +} diff --git a/1.9.4/assets/minecraft/models/item/clock_23.json b/1.9.4/assets/minecraft/models/item/clock_23.json new file mode 100644 index 00000000..493bdf0d --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/clock_23.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_23" + } +} diff --git a/1.9.4/assets/minecraft/models/item/clock_24.json b/1.9.4/assets/minecraft/models/item/clock_24.json new file mode 100644 index 00000000..3fd80643 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/clock_24.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_24" + } +} diff --git a/1.9.4/assets/minecraft/models/item/clock_25.json b/1.9.4/assets/minecraft/models/item/clock_25.json new file mode 100644 index 00000000..12ca11da --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/clock_25.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_25" + } +} diff --git a/1.9.4/assets/minecraft/models/item/clock_26.json b/1.9.4/assets/minecraft/models/item/clock_26.json new file mode 100644 index 00000000..8d10ae9b --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/clock_26.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_26" + } +} diff --git a/1.9.4/assets/minecraft/models/item/clock_27.json b/1.9.4/assets/minecraft/models/item/clock_27.json new file mode 100644 index 00000000..950efc8c --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/clock_27.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_27" + } +} diff --git a/1.9.4/assets/minecraft/models/item/clock_28.json b/1.9.4/assets/minecraft/models/item/clock_28.json new file mode 100644 index 00000000..c18a925c --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/clock_28.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_28" + } +} diff --git a/1.9.4/assets/minecraft/models/item/clock_29.json b/1.9.4/assets/minecraft/models/item/clock_29.json new file mode 100644 index 00000000..675e0e9e --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/clock_29.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_29" + } +} diff --git a/1.9.4/assets/minecraft/models/item/clock_30.json b/1.9.4/assets/minecraft/models/item/clock_30.json new file mode 100644 index 00000000..566e9d08 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/clock_30.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_30" + } +} diff --git a/1.9.4/assets/minecraft/models/item/clock_31.json b/1.9.4/assets/minecraft/models/item/clock_31.json new file mode 100644 index 00000000..62a9d0a6 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/clock_31.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_31" + } +} diff --git a/1.9.4/assets/minecraft/models/item/clock_32.json b/1.9.4/assets/minecraft/models/item/clock_32.json new file mode 100644 index 00000000..5455dcef --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/clock_32.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_32" + } +} diff --git a/1.9.4/assets/minecraft/models/item/clock_33.json b/1.9.4/assets/minecraft/models/item/clock_33.json new file mode 100644 index 00000000..87070c81 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/clock_33.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_33" + } +} diff --git a/1.9.4/assets/minecraft/models/item/clock_34.json b/1.9.4/assets/minecraft/models/item/clock_34.json new file mode 100644 index 00000000..f7e83f24 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/clock_34.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_34" + } +} diff --git a/1.9.4/assets/minecraft/models/item/clock_35.json b/1.9.4/assets/minecraft/models/item/clock_35.json new file mode 100644 index 00000000..7df669ca --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/clock_35.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_35" + } +} diff --git a/1.9.4/assets/minecraft/models/item/clock_36.json b/1.9.4/assets/minecraft/models/item/clock_36.json new file mode 100644 index 00000000..9c8249e9 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/clock_36.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_36" + } +} diff --git a/1.9.4/assets/minecraft/models/item/clock_37.json b/1.9.4/assets/minecraft/models/item/clock_37.json new file mode 100644 index 00000000..d42608d9 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/clock_37.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_37" + } +} diff --git a/1.9.4/assets/minecraft/models/item/clock_38.json b/1.9.4/assets/minecraft/models/item/clock_38.json new file mode 100644 index 00000000..89e6e25a --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/clock_38.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_38" + } +} diff --git a/1.9.4/assets/minecraft/models/item/clock_39.json b/1.9.4/assets/minecraft/models/item/clock_39.json new file mode 100644 index 00000000..6f0e240a --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/clock_39.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_39" + } +} diff --git a/1.9.4/assets/minecraft/models/item/clock_40.json b/1.9.4/assets/minecraft/models/item/clock_40.json new file mode 100644 index 00000000..52d3521a --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/clock_40.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_40" + } +} diff --git a/1.9.4/assets/minecraft/models/item/clock_41.json b/1.9.4/assets/minecraft/models/item/clock_41.json new file mode 100644 index 00000000..1849d818 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/clock_41.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_41" + } +} diff --git a/1.9.4/assets/minecraft/models/item/clock_42.json b/1.9.4/assets/minecraft/models/item/clock_42.json new file mode 100644 index 00000000..8cfaee8b --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/clock_42.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_42" + } +} diff --git a/1.9.4/assets/minecraft/models/item/clock_43.json b/1.9.4/assets/minecraft/models/item/clock_43.json new file mode 100644 index 00000000..4fbb8996 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/clock_43.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_43" + } +} diff --git a/1.9.4/assets/minecraft/models/item/clock_44.json b/1.9.4/assets/minecraft/models/item/clock_44.json new file mode 100644 index 00000000..033322e5 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/clock_44.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_44" + } +} diff --git a/1.9.4/assets/minecraft/models/item/clock_45.json b/1.9.4/assets/minecraft/models/item/clock_45.json new file mode 100644 index 00000000..f197403c --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/clock_45.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_45" + } +} diff --git a/1.9.4/assets/minecraft/models/item/clock_46.json b/1.9.4/assets/minecraft/models/item/clock_46.json new file mode 100644 index 00000000..74161041 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/clock_46.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_46" + } +} diff --git a/1.9.4/assets/minecraft/models/item/clock_47.json b/1.9.4/assets/minecraft/models/item/clock_47.json new file mode 100644 index 00000000..212ad808 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/clock_47.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_47" + } +} diff --git a/1.9.4/assets/minecraft/models/item/clock_48.json b/1.9.4/assets/minecraft/models/item/clock_48.json new file mode 100644 index 00000000..8305eb0f --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/clock_48.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_48" + } +} diff --git a/1.9.4/assets/minecraft/models/item/clock_49.json b/1.9.4/assets/minecraft/models/item/clock_49.json new file mode 100644 index 00000000..18a791c2 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/clock_49.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_49" + } +} diff --git a/1.9.4/assets/minecraft/models/item/clock_50.json b/1.9.4/assets/minecraft/models/item/clock_50.json new file mode 100644 index 00000000..67c38069 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/clock_50.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_50" + } +} diff --git a/1.9.4/assets/minecraft/models/item/clock_51.json b/1.9.4/assets/minecraft/models/item/clock_51.json new file mode 100644 index 00000000..9e03a85f --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/clock_51.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_51" + } +} diff --git a/1.9.4/assets/minecraft/models/item/clock_52.json b/1.9.4/assets/minecraft/models/item/clock_52.json new file mode 100644 index 00000000..09af0b0f --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/clock_52.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_52" + } +} diff --git a/1.9.4/assets/minecraft/models/item/clock_53.json b/1.9.4/assets/minecraft/models/item/clock_53.json new file mode 100644 index 00000000..c7f9e28e --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/clock_53.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_53" + } +} diff --git a/1.9.4/assets/minecraft/models/item/clock_54.json b/1.9.4/assets/minecraft/models/item/clock_54.json new file mode 100644 index 00000000..20e46bc7 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/clock_54.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_54" + } +} diff --git a/1.9.4/assets/minecraft/models/item/clock_55.json b/1.9.4/assets/minecraft/models/item/clock_55.json new file mode 100644 index 00000000..e7a68526 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/clock_55.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_55" + } +} diff --git a/1.9.4/assets/minecraft/models/item/clock_56.json b/1.9.4/assets/minecraft/models/item/clock_56.json new file mode 100644 index 00000000..40d6be54 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/clock_56.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_56" + } +} diff --git a/1.9.4/assets/minecraft/models/item/clock_57.json b/1.9.4/assets/minecraft/models/item/clock_57.json new file mode 100644 index 00000000..e8ce6be3 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/clock_57.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_57" + } +} diff --git a/1.9.4/assets/minecraft/models/item/clock_58.json b/1.9.4/assets/minecraft/models/item/clock_58.json new file mode 100644 index 00000000..2f7dce5d --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/clock_58.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_58" + } +} diff --git a/1.9.4/assets/minecraft/models/item/clock_59.json b/1.9.4/assets/minecraft/models/item/clock_59.json new file mode 100644 index 00000000..8d5ac4b8 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/clock_59.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_59" + } +} diff --git a/1.9.4/assets/minecraft/models/item/clock_60.json b/1.9.4/assets/minecraft/models/item/clock_60.json new file mode 100644 index 00000000..c7426a39 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/clock_60.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_60" + } +} diff --git a/1.9.4/assets/minecraft/models/item/clock_61.json b/1.9.4/assets/minecraft/models/item/clock_61.json new file mode 100644 index 00000000..64b649c1 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/clock_61.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_61" + } +} diff --git a/1.9.4/assets/minecraft/models/item/clock_62.json b/1.9.4/assets/minecraft/models/item/clock_62.json new file mode 100644 index 00000000..e5f3e3fc --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/clock_62.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_62" + } +} diff --git a/1.9.4/assets/minecraft/models/item/clock_63.json b/1.9.4/assets/minecraft/models/item/clock_63.json new file mode 100644 index 00000000..6fdb173b --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/clock_63.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/clock_63" + } +} diff --git a/1.9.4/assets/minecraft/models/item/clownfish.json b/1.9.4/assets/minecraft/models/item/clownfish.json new file mode 100644 index 00000000..b0fbc71c --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/clownfish.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/fish_clownfish_raw" + } +} diff --git a/1.9.4/assets/minecraft/models/item/coal.json b/1.9.4/assets/minecraft/models/item/coal.json new file mode 100644 index 00000000..e9711906 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/coal.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/coal" + } +} diff --git a/1.9.4/assets/minecraft/models/item/coal_block.json b/1.9.4/assets/minecraft/models/item/coal_block.json new file mode 100644 index 00000000..3cb75fe3 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/coal_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/coal_block" +} diff --git a/1.9.4/assets/minecraft/models/item/coal_ore.json b/1.9.4/assets/minecraft/models/item/coal_ore.json new file mode 100644 index 00000000..cd432080 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/coal_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "block/coal_ore" +} diff --git a/1.9.4/assets/minecraft/models/item/coarse_dirt.json b/1.9.4/assets/minecraft/models/item/coarse_dirt.json new file mode 100644 index 00000000..0b0b7b28 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/coarse_dirt.json @@ -0,0 +1,3 @@ +{ + "parent": "block/coarse_dirt" +} diff --git a/1.9.4/assets/minecraft/models/item/cobblestone.json b/1.9.4/assets/minecraft/models/item/cobblestone.json new file mode 100644 index 00000000..6e8e19e4 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/cobblestone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cobblestone" +} diff --git a/1.9.4/assets/minecraft/models/item/cobblestone_monster_egg.json b/1.9.4/assets/minecraft/models/item/cobblestone_monster_egg.json new file mode 100644 index 00000000..6e8e19e4 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/cobblestone_monster_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cobblestone" +} diff --git a/1.9.4/assets/minecraft/models/item/cobblestone_slab.json b/1.9.4/assets/minecraft/models/item/cobblestone_slab.json new file mode 100644 index 00000000..bf17c318 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/cobblestone_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/half_slab_cobblestone" +} diff --git a/1.9.4/assets/minecraft/models/item/cobblestone_wall.json b/1.9.4/assets/minecraft/models/item/cobblestone_wall.json new file mode 100644 index 00000000..b9c6439e --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/cobblestone_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cobblestone_wall_inventory" +} diff --git a/1.9.4/assets/minecraft/models/item/cod.json b/1.9.4/assets/minecraft/models/item/cod.json new file mode 100644 index 00000000..0ff33990 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/cod.json @@ -0,0 +1,13 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/fish_cod_raw" + }, + "display": { + "head": { + "rotation": [ 0, 90, -60 ], + "translation": [ -7, -4, -7], + "scale":[ 0.8, 0.8, 0.8] + } + } +} diff --git a/1.9.4/assets/minecraft/models/item/command_block.json b/1.9.4/assets/minecraft/models/item/command_block.json new file mode 100644 index 00000000..5be8460d --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/command_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/command_block" +} diff --git a/1.9.4/assets/minecraft/models/item/command_block_minecart.json b/1.9.4/assets/minecraft/models/item/command_block_minecart.json new file mode 100644 index 00000000..b2f64a40 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/command_block_minecart.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/minecart_command_block" + } +} diff --git a/1.9.4/assets/minecraft/models/item/comparator.json b/1.9.4/assets/minecraft/models/item/comparator.json new file mode 100644 index 00000000..22b5a222 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/comparator.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/comparator" + } +} diff --git a/1.9.4/assets/minecraft/models/item/compass.json b/1.9.4/assets/minecraft/models/item/compass.json new file mode 100644 index 00000000..7d097c49 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/compass.json @@ -0,0 +1,41 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_16" + }, + "overrides": [ + { "predicate": { "angle": 0.000000 }, "model": "item/compass" }, + { "predicate": { "angle": 0.015625 }, "model": "item/compass_17" }, + { "predicate": { "angle": 0.046875 }, "model": "item/compass_18" }, + { "predicate": { "angle": 0.078125 }, "model": "item/compass_19" }, + { "predicate": { "angle": 0.109375 }, "model": "item/compass_20" }, + { "predicate": { "angle": 0.140625 }, "model": "item/compass_21" }, + { "predicate": { "angle": 0.171875 }, "model": "item/compass_22" }, + { "predicate": { "angle": 0.203125 }, "model": "item/compass_23" }, + { "predicate": { "angle": 0.234375 }, "model": "item/compass_24" }, + { "predicate": { "angle": 0.265625 }, "model": "item/compass_25" }, + { "predicate": { "angle": 0.296875 }, "model": "item/compass_26" }, + { "predicate": { "angle": 0.328125 }, "model": "item/compass_27" }, + { "predicate": { "angle": 0.359375 }, "model": "item/compass_28" }, + { "predicate": { "angle": 0.390625 }, "model": "item/compass_29" }, + { "predicate": { "angle": 0.421875 }, "model": "item/compass_30" }, + { "predicate": { "angle": 0.453125 }, "model": "item/compass_31" }, + { "predicate": { "angle": 0.484375 }, "model": "item/compass_00" }, + { "predicate": { "angle": 0.515625 }, "model": "item/compass_01" }, + { "predicate": { "angle": 0.546875 }, "model": "item/compass_02" }, + { "predicate": { "angle": 0.578125 }, "model": "item/compass_03" }, + { "predicate": { "angle": 0.609375 }, "model": "item/compass_04" }, + { "predicate": { "angle": 0.640625 }, "model": "item/compass_05" }, + { "predicate": { "angle": 0.671875 }, "model": "item/compass_06" }, + { "predicate": { "angle": 0.703125 }, "model": "item/compass_07" }, + { "predicate": { "angle": 0.734375 }, "model": "item/compass_08" }, + { "predicate": { "angle": 0.765625 }, "model": "item/compass_09" }, + { "predicate": { "angle": 0.796875 }, "model": "item/compass_10" }, + { "predicate": { "angle": 0.828125 }, "model": "item/compass_11" }, + { "predicate": { "angle": 0.859375 }, "model": "item/compass_12" }, + { "predicate": { "angle": 0.890625 }, "model": "item/compass_13" }, + { "predicate": { "angle": 0.921875 }, "model": "item/compass_14" }, + { "predicate": { "angle": 0.953125 }, "model": "item/compass_15" }, + { "predicate": { "angle": 0.984375 }, "model": "item/compass" } + ] +} diff --git a/1.9.4/assets/minecraft/models/item/compass_00.json b/1.9.4/assets/minecraft/models/item/compass_00.json new file mode 100644 index 00000000..1279a613 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/compass_00.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_00" + } +} diff --git a/1.9.4/assets/minecraft/models/item/compass_01.json b/1.9.4/assets/minecraft/models/item/compass_01.json new file mode 100644 index 00000000..6f9bff2b --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/compass_01.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_01" + } +} diff --git a/1.9.4/assets/minecraft/models/item/compass_02.json b/1.9.4/assets/minecraft/models/item/compass_02.json new file mode 100644 index 00000000..6ab597d3 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/compass_02.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_02" + } +} diff --git a/1.9.4/assets/minecraft/models/item/compass_03.json b/1.9.4/assets/minecraft/models/item/compass_03.json new file mode 100644 index 00000000..a3809e45 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/compass_03.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_03" + } +} diff --git a/1.9.4/assets/minecraft/models/item/compass_04.json b/1.9.4/assets/minecraft/models/item/compass_04.json new file mode 100644 index 00000000..eb0db3e2 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/compass_04.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_04" + } +} diff --git a/1.9.4/assets/minecraft/models/item/compass_05.json b/1.9.4/assets/minecraft/models/item/compass_05.json new file mode 100644 index 00000000..43df0723 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/compass_05.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_05" + } +} diff --git a/1.9.4/assets/minecraft/models/item/compass_06.json b/1.9.4/assets/minecraft/models/item/compass_06.json new file mode 100644 index 00000000..06371d68 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/compass_06.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_06" + } +} diff --git a/1.9.4/assets/minecraft/models/item/compass_07.json b/1.9.4/assets/minecraft/models/item/compass_07.json new file mode 100644 index 00000000..feff1a78 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/compass_07.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_07" + } +} diff --git a/1.9.4/assets/minecraft/models/item/compass_08.json b/1.9.4/assets/minecraft/models/item/compass_08.json new file mode 100644 index 00000000..5ba10459 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/compass_08.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_08" + } +} diff --git a/1.9.4/assets/minecraft/models/item/compass_09.json b/1.9.4/assets/minecraft/models/item/compass_09.json new file mode 100644 index 00000000..ea72092a --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/compass_09.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_09" + } +} diff --git a/1.9.4/assets/minecraft/models/item/compass_10.json b/1.9.4/assets/minecraft/models/item/compass_10.json new file mode 100644 index 00000000..98a69a8a --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/compass_10.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_10" + } +} diff --git a/1.9.4/assets/minecraft/models/item/compass_11.json b/1.9.4/assets/minecraft/models/item/compass_11.json new file mode 100644 index 00000000..31ff56c3 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/compass_11.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_11" + } +} diff --git a/1.9.4/assets/minecraft/models/item/compass_12.json b/1.9.4/assets/minecraft/models/item/compass_12.json new file mode 100644 index 00000000..ad73ad45 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/compass_12.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_12" + } +} diff --git a/1.9.4/assets/minecraft/models/item/compass_13.json b/1.9.4/assets/minecraft/models/item/compass_13.json new file mode 100644 index 00000000..74191b96 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/compass_13.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_13" + } +} diff --git a/1.9.4/assets/minecraft/models/item/compass_14.json b/1.9.4/assets/minecraft/models/item/compass_14.json new file mode 100644 index 00000000..abc4230d --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/compass_14.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_14" + } +} diff --git a/1.9.4/assets/minecraft/models/item/compass_15.json b/1.9.4/assets/minecraft/models/item/compass_15.json new file mode 100644 index 00000000..6d48ddd7 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/compass_15.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_15" + } +} diff --git a/1.9.4/assets/minecraft/models/item/compass_17.json b/1.9.4/assets/minecraft/models/item/compass_17.json new file mode 100644 index 00000000..63242778 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/compass_17.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_17" + } +} diff --git a/1.9.4/assets/minecraft/models/item/compass_18.json b/1.9.4/assets/minecraft/models/item/compass_18.json new file mode 100644 index 00000000..94ab6c31 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/compass_18.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_18" + } +} diff --git a/1.9.4/assets/minecraft/models/item/compass_19.json b/1.9.4/assets/minecraft/models/item/compass_19.json new file mode 100644 index 00000000..6d095d0c --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/compass_19.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_19" + } +} diff --git a/1.9.4/assets/minecraft/models/item/compass_20.json b/1.9.4/assets/minecraft/models/item/compass_20.json new file mode 100644 index 00000000..d5d2f624 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/compass_20.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_20" + } +} diff --git a/1.9.4/assets/minecraft/models/item/compass_21.json b/1.9.4/assets/minecraft/models/item/compass_21.json new file mode 100644 index 00000000..068e61f0 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/compass_21.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_21" + } +} diff --git a/1.9.4/assets/minecraft/models/item/compass_22.json b/1.9.4/assets/minecraft/models/item/compass_22.json new file mode 100644 index 00000000..704a7568 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/compass_22.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_22" + } +} diff --git a/1.9.4/assets/minecraft/models/item/compass_23.json b/1.9.4/assets/minecraft/models/item/compass_23.json new file mode 100644 index 00000000..d98fb086 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/compass_23.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_23" + } +} diff --git a/1.9.4/assets/minecraft/models/item/compass_24.json b/1.9.4/assets/minecraft/models/item/compass_24.json new file mode 100644 index 00000000..c6816853 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/compass_24.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_24" + } +} diff --git a/1.9.4/assets/minecraft/models/item/compass_25.json b/1.9.4/assets/minecraft/models/item/compass_25.json new file mode 100644 index 00000000..f7fb7d69 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/compass_25.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_25" + } +} diff --git a/1.9.4/assets/minecraft/models/item/compass_26.json b/1.9.4/assets/minecraft/models/item/compass_26.json new file mode 100644 index 00000000..53ef208e --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/compass_26.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_26" + } +} diff --git a/1.9.4/assets/minecraft/models/item/compass_27.json b/1.9.4/assets/minecraft/models/item/compass_27.json new file mode 100644 index 00000000..c4da3bd7 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/compass_27.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_27" + } +} diff --git a/1.9.4/assets/minecraft/models/item/compass_28.json b/1.9.4/assets/minecraft/models/item/compass_28.json new file mode 100644 index 00000000..d8551edf --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/compass_28.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_28" + } +} diff --git a/1.9.4/assets/minecraft/models/item/compass_29.json b/1.9.4/assets/minecraft/models/item/compass_29.json new file mode 100644 index 00000000..c3667eeb --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/compass_29.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_29" + } +} diff --git a/1.9.4/assets/minecraft/models/item/compass_30.json b/1.9.4/assets/minecraft/models/item/compass_30.json new file mode 100644 index 00000000..66f1c8d5 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/compass_30.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_30" + } +} diff --git a/1.9.4/assets/minecraft/models/item/compass_31.json b/1.9.4/assets/minecraft/models/item/compass_31.json new file mode 100644 index 00000000..7b180d57 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/compass_31.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/compass_31" + } +} diff --git a/1.9.4/assets/minecraft/models/item/cooked_beef.json b/1.9.4/assets/minecraft/models/item/cooked_beef.json new file mode 100644 index 00000000..11d056a2 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/cooked_beef.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/beef_cooked" + } +} diff --git a/1.9.4/assets/minecraft/models/item/cooked_chicken.json b/1.9.4/assets/minecraft/models/item/cooked_chicken.json new file mode 100644 index 00000000..26e10f84 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/cooked_chicken.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/chicken_cooked" + } +} diff --git a/1.9.4/assets/minecraft/models/item/cooked_cod.json b/1.9.4/assets/minecraft/models/item/cooked_cod.json new file mode 100644 index 00000000..a6eb3c71 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/cooked_cod.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/fish_cod_cooked" + } +} diff --git a/1.9.4/assets/minecraft/models/item/cooked_mutton.json b/1.9.4/assets/minecraft/models/item/cooked_mutton.json new file mode 100644 index 00000000..457e465c --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/cooked_mutton.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/mutton_cooked" + } +} diff --git a/1.9.4/assets/minecraft/models/item/cooked_porkchop.json b/1.9.4/assets/minecraft/models/item/cooked_porkchop.json new file mode 100644 index 00000000..fea87265 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/cooked_porkchop.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/porkchop_cooked" + } +} diff --git a/1.9.4/assets/minecraft/models/item/cooked_rabbit.json b/1.9.4/assets/minecraft/models/item/cooked_rabbit.json new file mode 100644 index 00000000..e86ff163 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/cooked_rabbit.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/rabbit_cooked" + } +} diff --git a/1.9.4/assets/minecraft/models/item/cooked_salmon.json b/1.9.4/assets/minecraft/models/item/cooked_salmon.json new file mode 100644 index 00000000..c0992c32 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/cooked_salmon.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/fish_salmon_cooked" + } +} diff --git a/1.9.4/assets/minecraft/models/item/cookie.json b/1.9.4/assets/minecraft/models/item/cookie.json new file mode 100644 index 00000000..e1413d96 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/cookie.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/cookie" + } +} diff --git a/1.9.4/assets/minecraft/models/item/cracked_brick_monster_egg.json b/1.9.4/assets/minecraft/models/item/cracked_brick_monster_egg.json new file mode 100644 index 00000000..451025f9 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/cracked_brick_monster_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stonebrick_cracked" +} diff --git a/1.9.4/assets/minecraft/models/item/cracked_stonebrick.json b/1.9.4/assets/minecraft/models/item/cracked_stonebrick.json new file mode 100644 index 00000000..451025f9 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/cracked_stonebrick.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stonebrick_cracked" +} diff --git a/1.9.4/assets/minecraft/models/item/crafting_table.json b/1.9.4/assets/minecraft/models/item/crafting_table.json new file mode 100644 index 00000000..5ed7c346 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/crafting_table.json @@ -0,0 +1,3 @@ +{ + "parent": "block/crafting_table" +} diff --git a/1.9.4/assets/minecraft/models/item/cyan_carpet.json b/1.9.4/assets/minecraft/models/item/cyan_carpet.json new file mode 100644 index 00000000..a4f62974 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/cyan_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/carpet_cyan" +} diff --git a/1.9.4/assets/minecraft/models/item/cyan_stained_glass.json b/1.9.4/assets/minecraft/models/item/cyan_stained_glass.json new file mode 100644 index 00000000..0106ca63 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/cyan_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glass_cyan" +} diff --git a/1.9.4/assets/minecraft/models/item/cyan_stained_glass_pane.json b/1.9.4/assets/minecraft/models/item/cyan_stained_glass_pane.json new file mode 100644 index 00000000..3414246e --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/cyan_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/glass_cyan" + } +} diff --git a/1.9.4/assets/minecraft/models/item/cyan_stained_hardened_clay.json b/1.9.4/assets/minecraft/models/item/cyan_stained_hardened_clay.json new file mode 100644 index 00000000..797f155a --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/cyan_stained_hardened_clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hardened_clay_cyan" +} diff --git a/1.9.4/assets/minecraft/models/item/cyan_wool.json b/1.9.4/assets/minecraft/models/item/cyan_wool.json new file mode 100644 index 00000000..404cd055 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/cyan_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cyan_wool" +} diff --git a/1.9.4/assets/minecraft/models/item/dandelion.json b/1.9.4/assets/minecraft/models/item/dandelion.json new file mode 100644 index 00000000..ce8bc379 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/dandelion.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/flower_dandelion" + } +} diff --git a/1.9.4/assets/minecraft/models/item/dark_oak_boat.json b/1.9.4/assets/minecraft/models/item/dark_oak_boat.json new file mode 100644 index 00000000..0b75321c --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/dark_oak_boat.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/dark_oak_boat" + } +} diff --git a/1.9.4/assets/minecraft/models/item/dark_oak_door.json b/1.9.4/assets/minecraft/models/item/dark_oak_door.json new file mode 100644 index 00000000..f2448ef6 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/dark_oak_door.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/door_dark_oak" + } +} diff --git a/1.9.4/assets/minecraft/models/item/dark_oak_fence.json b/1.9.4/assets/minecraft/models/item/dark_oak_fence.json new file mode 100644 index 00000000..49f586cd --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/dark_oak_fence.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dark_oak_fence_inventory" +} diff --git a/1.9.4/assets/minecraft/models/item/dark_oak_fence_gate.json b/1.9.4/assets/minecraft/models/item/dark_oak_fence_gate.json new file mode 100644 index 00000000..8ab678e0 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/dark_oak_fence_gate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dark_oak_fence_gate_closed" +} diff --git a/1.9.4/assets/minecraft/models/item/dark_oak_leaves.json b/1.9.4/assets/minecraft/models/item/dark_oak_leaves.json new file mode 100644 index 00000000..6fa025a1 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/dark_oak_leaves.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dark_oak_leaves" +} diff --git a/1.9.4/assets/minecraft/models/item/dark_oak_log.json b/1.9.4/assets/minecraft/models/item/dark_oak_log.json new file mode 100644 index 00000000..5367456b --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/dark_oak_log.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dark_oak_log" +} diff --git a/1.9.4/assets/minecraft/models/item/dark_oak_planks.json b/1.9.4/assets/minecraft/models/item/dark_oak_planks.json new file mode 100644 index 00000000..afbfaa50 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/dark_oak_planks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dark_oak_planks" +} diff --git a/1.9.4/assets/minecraft/models/item/dark_oak_sapling.json b/1.9.4/assets/minecraft/models/item/dark_oak_sapling.json new file mode 100644 index 00000000..e1db19be --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/dark_oak_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/sapling_roofed_oak" + } +} diff --git a/1.9.4/assets/minecraft/models/item/dark_oak_slab.json b/1.9.4/assets/minecraft/models/item/dark_oak_slab.json new file mode 100644 index 00000000..f96b4311 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/dark_oak_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/half_slab_dark_oak" +} diff --git a/1.9.4/assets/minecraft/models/item/dark_oak_stairs.json b/1.9.4/assets/minecraft/models/item/dark_oak_stairs.json new file mode 100644 index 00000000..9ccee3bd --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/dark_oak_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dark_oak_stairs" +} diff --git a/1.9.4/assets/minecraft/models/item/dark_prismarine.json b/1.9.4/assets/minecraft/models/item/dark_prismarine.json new file mode 100644 index 00000000..ad9b0303 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/dark_prismarine.json @@ -0,0 +1,3 @@ +{ + "parent": "block/prismarine_dark" +} diff --git a/1.9.4/assets/minecraft/models/item/daylight_detector.json b/1.9.4/assets/minecraft/models/item/daylight_detector.json new file mode 100644 index 00000000..b646fa08 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/daylight_detector.json @@ -0,0 +1,3 @@ +{ + "parent": "block/daylight_detector" +} diff --git a/1.9.4/assets/minecraft/models/item/dead_bush.json b/1.9.4/assets/minecraft/models/item/dead_bush.json new file mode 100644 index 00000000..e57e518c --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/dead_bush.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/deadbush" + } +} diff --git a/1.9.4/assets/minecraft/models/item/detector_rail.json b/1.9.4/assets/minecraft/models/item/detector_rail.json new file mode 100644 index 00000000..efc4b8b7 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/detector_rail.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/rail_detector" + } +} diff --git a/1.9.4/assets/minecraft/models/item/diamond.json b/1.9.4/assets/minecraft/models/item/diamond.json new file mode 100644 index 00000000..3e0edfbe --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/diamond.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/diamond" + } +} diff --git a/1.9.4/assets/minecraft/models/item/diamond_axe.json b/1.9.4/assets/minecraft/models/item/diamond_axe.json new file mode 100644 index 00000000..ccf48cd4 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/diamond_axe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/diamond_axe" + } +} diff --git a/1.9.4/assets/minecraft/models/item/diamond_block.json b/1.9.4/assets/minecraft/models/item/diamond_block.json new file mode 100644 index 00000000..67ed76f1 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/diamond_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/diamond_block" +} diff --git a/1.9.4/assets/minecraft/models/item/diamond_boots.json b/1.9.4/assets/minecraft/models/item/diamond_boots.json new file mode 100644 index 00000000..c722f852 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/diamond_boots.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/diamond_boots" + } +} diff --git a/1.9.4/assets/minecraft/models/item/diamond_chestplate.json b/1.9.4/assets/minecraft/models/item/diamond_chestplate.json new file mode 100644 index 00000000..4b7c3f92 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/diamond_chestplate.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/diamond_chestplate" + } +} diff --git a/1.9.4/assets/minecraft/models/item/diamond_helmet.json b/1.9.4/assets/minecraft/models/item/diamond_helmet.json new file mode 100644 index 00000000..f72420d6 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/diamond_helmet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/diamond_helmet" + } +} diff --git a/1.9.4/assets/minecraft/models/item/diamond_hoe.json b/1.9.4/assets/minecraft/models/item/diamond_hoe.json new file mode 100644 index 00000000..19b5a104 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/diamond_hoe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/diamond_hoe" + } +} diff --git a/1.9.4/assets/minecraft/models/item/diamond_horse_armor.json b/1.9.4/assets/minecraft/models/item/diamond_horse_armor.json new file mode 100644 index 00000000..54f602ee --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/diamond_horse_armor.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/diamond_horse_armor" + } +} diff --git a/1.9.4/assets/minecraft/models/item/diamond_leggings.json b/1.9.4/assets/minecraft/models/item/diamond_leggings.json new file mode 100644 index 00000000..df99cbd9 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/diamond_leggings.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/diamond_leggings" + } +} diff --git a/1.9.4/assets/minecraft/models/item/diamond_ore.json b/1.9.4/assets/minecraft/models/item/diamond_ore.json new file mode 100644 index 00000000..f589a392 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/diamond_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "block/diamond_ore" +} diff --git a/1.9.4/assets/minecraft/models/item/diamond_pickaxe.json b/1.9.4/assets/minecraft/models/item/diamond_pickaxe.json new file mode 100644 index 00000000..f9d51fe3 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/diamond_pickaxe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/diamond_pickaxe" + } +} diff --git a/1.9.4/assets/minecraft/models/item/diamond_shovel.json b/1.9.4/assets/minecraft/models/item/diamond_shovel.json new file mode 100644 index 00000000..42ae374a --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/diamond_shovel.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/diamond_shovel" + } +} diff --git a/1.9.4/assets/minecraft/models/item/diamond_sword.json b/1.9.4/assets/minecraft/models/item/diamond_sword.json new file mode 100644 index 00000000..bf0adad4 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/diamond_sword.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/diamond_sword" + } +} diff --git a/1.9.4/assets/minecraft/models/item/diorite.json b/1.9.4/assets/minecraft/models/item/diorite.json new file mode 100644 index 00000000..885f62c6 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/diorite.json @@ -0,0 +1,3 @@ +{ + "parent": "block/diorite" +} diff --git a/1.9.4/assets/minecraft/models/item/diorite_smooth.json b/1.9.4/assets/minecraft/models/item/diorite_smooth.json new file mode 100644 index 00000000..931f6428 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/diorite_smooth.json @@ -0,0 +1,3 @@ +{ + "parent": "block/diorite_smooth" +} diff --git a/1.9.4/assets/minecraft/models/item/dirt.json b/1.9.4/assets/minecraft/models/item/dirt.json new file mode 100644 index 00000000..7fa106a8 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/dirt.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dirt" +} diff --git a/1.9.4/assets/minecraft/models/item/dispenser.json b/1.9.4/assets/minecraft/models/item/dispenser.json new file mode 100644 index 00000000..3c0fbc3a --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/dispenser.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dispenser" +} diff --git a/1.9.4/assets/minecraft/models/item/double_fern.json b/1.9.4/assets/minecraft/models/item/double_fern.json new file mode 100644 index 00000000..238d22be --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/double_fern.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/double_plant_fern_top" + } +} diff --git a/1.9.4/assets/minecraft/models/item/double_grass.json b/1.9.4/assets/minecraft/models/item/double_grass.json new file mode 100644 index 00000000..e35bb883 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/double_grass.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/double_plant_grass_top" + } +} diff --git a/1.9.4/assets/minecraft/models/item/double_rose.json b/1.9.4/assets/minecraft/models/item/double_rose.json new file mode 100644 index 00000000..a5b6bbab --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/double_rose.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/double_plant_rose_top" + } +} diff --git a/1.9.4/assets/minecraft/models/item/dragon_breath.json b/1.9.4/assets/minecraft/models/item/dragon_breath.json new file mode 100644 index 00000000..d9c4210c --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/dragon_breath.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/dragon_breath" + } +} diff --git a/1.9.4/assets/minecraft/models/item/dragon_egg.json b/1.9.4/assets/minecraft/models/item/dragon_egg.json new file mode 100644 index 00000000..aacec341 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/dragon_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dragon_egg" +} diff --git a/1.9.4/assets/minecraft/models/item/dropper.json b/1.9.4/assets/minecraft/models/item/dropper.json new file mode 100644 index 00000000..ac87db08 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/dropper.json @@ -0,0 +1,3 @@ +{ + "parent": "block/dropper" +} diff --git a/1.9.4/assets/minecraft/models/item/dye_black.json b/1.9.4/assets/minecraft/models/item/dye_black.json new file mode 100644 index 00000000..afd128f4 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/dye_black.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/dye_powder_black" + } +} diff --git a/1.9.4/assets/minecraft/models/item/dye_blue.json b/1.9.4/assets/minecraft/models/item/dye_blue.json new file mode 100644 index 00000000..5e0887a4 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/dye_blue.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/dye_powder_blue" + } +} diff --git a/1.9.4/assets/minecraft/models/item/dye_brown.json b/1.9.4/assets/minecraft/models/item/dye_brown.json new file mode 100644 index 00000000..c7a6ab1e --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/dye_brown.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/dye_powder_brown" + } +} diff --git a/1.9.4/assets/minecraft/models/item/dye_cyan.json b/1.9.4/assets/minecraft/models/item/dye_cyan.json new file mode 100644 index 00000000..c8954f1a --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/dye_cyan.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/dye_powder_cyan" + } +} diff --git a/1.9.4/assets/minecraft/models/item/dye_gray.json b/1.9.4/assets/minecraft/models/item/dye_gray.json new file mode 100644 index 00000000..68994c1c --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/dye_gray.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/dye_powder_gray" + } +} diff --git a/1.9.4/assets/minecraft/models/item/dye_green.json b/1.9.4/assets/minecraft/models/item/dye_green.json new file mode 100644 index 00000000..19749a12 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/dye_green.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/dye_powder_green" + } +} diff --git a/1.9.4/assets/minecraft/models/item/dye_light_blue.json b/1.9.4/assets/minecraft/models/item/dye_light_blue.json new file mode 100644 index 00000000..0064b3ea --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/dye_light_blue.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/dye_powder_light_blue" + } +} diff --git a/1.9.4/assets/minecraft/models/item/dye_lime.json b/1.9.4/assets/minecraft/models/item/dye_lime.json new file mode 100644 index 00000000..328d7e14 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/dye_lime.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/dye_powder_lime" + } +} diff --git a/1.9.4/assets/minecraft/models/item/dye_magenta.json b/1.9.4/assets/minecraft/models/item/dye_magenta.json new file mode 100644 index 00000000..1b8cc41d --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/dye_magenta.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/dye_powder_magenta" + } +} diff --git a/1.9.4/assets/minecraft/models/item/dye_orange.json b/1.9.4/assets/minecraft/models/item/dye_orange.json new file mode 100644 index 00000000..b10f76e5 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/dye_orange.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/dye_powder_orange" + } +} diff --git a/1.9.4/assets/minecraft/models/item/dye_pink.json b/1.9.4/assets/minecraft/models/item/dye_pink.json new file mode 100644 index 00000000..35b02b64 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/dye_pink.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/dye_powder_pink" + } +} diff --git a/1.9.4/assets/minecraft/models/item/dye_purple.json b/1.9.4/assets/minecraft/models/item/dye_purple.json new file mode 100644 index 00000000..9b6150ae --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/dye_purple.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/dye_powder_purple" + } +} diff --git a/1.9.4/assets/minecraft/models/item/dye_red.json b/1.9.4/assets/minecraft/models/item/dye_red.json new file mode 100644 index 00000000..927f6f44 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/dye_red.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/dye_powder_red" + } +} diff --git a/1.9.4/assets/minecraft/models/item/dye_silver.json b/1.9.4/assets/minecraft/models/item/dye_silver.json new file mode 100644 index 00000000..7f877baf --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/dye_silver.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/dye_powder_silver" + } +} diff --git a/1.9.4/assets/minecraft/models/item/dye_white.json b/1.9.4/assets/minecraft/models/item/dye_white.json new file mode 100644 index 00000000..f3f89c51 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/dye_white.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/dye_powder_white" + } +} diff --git a/1.9.4/assets/minecraft/models/item/dye_yellow.json b/1.9.4/assets/minecraft/models/item/dye_yellow.json new file mode 100644 index 00000000..0fe57b2c --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/dye_yellow.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/dye_powder_yellow" + } +} diff --git a/1.9.4/assets/minecraft/models/item/egg.json b/1.9.4/assets/minecraft/models/item/egg.json new file mode 100644 index 00000000..22cefe4b --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/egg.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/egg" + } +} diff --git a/1.9.4/assets/minecraft/models/item/elytra.json b/1.9.4/assets/minecraft/models/item/elytra.json new file mode 100644 index 00000000..1a4e3cb4 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/elytra.json @@ -0,0 +1,14 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/elytra" + }, + "overrides": [ + { + "predicate": { + "broken": 1 + }, + "model": "item/broken_elytra" + } + ] +} diff --git a/1.9.4/assets/minecraft/models/item/emerald.json b/1.9.4/assets/minecraft/models/item/emerald.json new file mode 100644 index 00000000..48e70672 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/emerald.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/emerald" + } +} diff --git a/1.9.4/assets/minecraft/models/item/emerald_block.json b/1.9.4/assets/minecraft/models/item/emerald_block.json new file mode 100644 index 00000000..46b4d61d --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/emerald_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/emerald_block" +} diff --git a/1.9.4/assets/minecraft/models/item/emerald_ore.json b/1.9.4/assets/minecraft/models/item/emerald_ore.json new file mode 100644 index 00000000..8c0cf6d4 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/emerald_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "block/emerald_ore" +} diff --git a/1.9.4/assets/minecraft/models/item/enchanted_book.json b/1.9.4/assets/minecraft/models/item/enchanted_book.json new file mode 100644 index 00000000..bc32d4ef --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/enchanted_book.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/book_enchanted" + } +} diff --git a/1.9.4/assets/minecraft/models/item/enchanting_table.json b/1.9.4/assets/minecraft/models/item/enchanting_table.json new file mode 100644 index 00000000..b5dcc8d2 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/enchanting_table.json @@ -0,0 +1,3 @@ +{ + "parent": "block/enchanting_table_base" +} diff --git a/1.9.4/assets/minecraft/models/item/end_bricks.json b/1.9.4/assets/minecraft/models/item/end_bricks.json new file mode 100644 index 00000000..a42214b0 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/end_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/end_bricks" +} diff --git a/1.9.4/assets/minecraft/models/item/end_crystal.json b/1.9.4/assets/minecraft/models/item/end_crystal.json new file mode 100644 index 00000000..1e3fbf15 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/end_crystal.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/end_crystal" + } +} diff --git a/1.9.4/assets/minecraft/models/item/end_portal_frame.json b/1.9.4/assets/minecraft/models/item/end_portal_frame.json new file mode 100644 index 00000000..9156cbe1 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/end_portal_frame.json @@ -0,0 +1,3 @@ +{ + "parent": "block/end_portal_frame_empty" +} diff --git a/1.9.4/assets/minecraft/models/item/end_rod.json b/1.9.4/assets/minecraft/models/item/end_rod.json new file mode 100644 index 00000000..1f6c26e1 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/end_rod.json @@ -0,0 +1,6 @@ +{ + "parent": "block/end_rod", + "textures": { + "layer0": "blocks/end_rod" + } +} diff --git a/1.9.4/assets/minecraft/models/item/end_stone.json b/1.9.4/assets/minecraft/models/item/end_stone.json new file mode 100644 index 00000000..1d8ed6d1 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/end_stone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/end_stone" +} diff --git a/1.9.4/assets/minecraft/models/item/ender_chest.json b/1.9.4/assets/minecraft/models/item/ender_chest.json new file mode 100644 index 00000000..c7435714 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/ender_chest.json @@ -0,0 +1,3 @@ +{ + "parent": "item/chest" +} diff --git a/1.9.4/assets/minecraft/models/item/ender_eye.json b/1.9.4/assets/minecraft/models/item/ender_eye.json new file mode 100644 index 00000000..63be207c --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/ender_eye.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/ender_eye" + } +} diff --git a/1.9.4/assets/minecraft/models/item/ender_pearl.json b/1.9.4/assets/minecraft/models/item/ender_pearl.json new file mode 100644 index 00000000..7f719568 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/ender_pearl.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/ender_pearl" + } +} diff --git a/1.9.4/assets/minecraft/models/item/experience_bottle.json b/1.9.4/assets/minecraft/models/item/experience_bottle.json new file mode 100644 index 00000000..66bb69f9 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/experience_bottle.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/experience_bottle" + } +} diff --git a/1.9.4/assets/minecraft/models/item/farmland.json b/1.9.4/assets/minecraft/models/item/farmland.json new file mode 100644 index 00000000..41086220 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/farmland.json @@ -0,0 +1,3 @@ +{ + "parent": "block/farmland_dry" +} diff --git a/1.9.4/assets/minecraft/models/item/feather.json b/1.9.4/assets/minecraft/models/item/feather.json new file mode 100644 index 00000000..180ed63d --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/feather.json @@ -0,0 +1,13 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/feather" + }, + "display": { + "head": { + "rotation": [ 0, 0, 45 ], + "translation": [ -1, 13, 7], + "scale":[ 1, 1, 1] + } + } +} diff --git a/1.9.4/assets/minecraft/models/item/fermented_spider_eye.json b/1.9.4/assets/minecraft/models/item/fermented_spider_eye.json new file mode 100644 index 00000000..d2d5a37b --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/fermented_spider_eye.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/spider_eye_fermented" + } +} diff --git a/1.9.4/assets/minecraft/models/item/fern.json b/1.9.4/assets/minecraft/models/item/fern.json new file mode 100644 index 00000000..9e242d27 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/fern.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/fern" + } +} diff --git a/1.9.4/assets/minecraft/models/item/filled_map.json b/1.9.4/assets/minecraft/models/item/filled_map.json new file mode 100644 index 00000000..acc38051 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/filled_map.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/map_filled" + } +} diff --git a/1.9.4/assets/minecraft/models/item/fire_charge.json b/1.9.4/assets/minecraft/models/item/fire_charge.json new file mode 100644 index 00000000..5f74c2e8 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/fire_charge.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/fireball" + } +} diff --git a/1.9.4/assets/minecraft/models/item/firework_charge.json b/1.9.4/assets/minecraft/models/item/firework_charge.json new file mode 100644 index 00000000..b315541d --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/firework_charge.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/fireworks_charge", + "layer1": "items/fireworks_charge_overlay" + } +} diff --git a/1.9.4/assets/minecraft/models/item/fireworks.json b/1.9.4/assets/minecraft/models/item/fireworks.json new file mode 100644 index 00000000..705d9703 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/fireworks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/fireworks" + } +} diff --git a/1.9.4/assets/minecraft/models/item/fishing_rod.json b/1.9.4/assets/minecraft/models/item/fishing_rod.json new file mode 100644 index 00000000..fd412caf --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/fishing_rod.json @@ -0,0 +1,14 @@ +{ + "parent": "item/handheld_rod", + "textures": { + "layer0": "items/fishing_rod_uncast" + }, + "overrides": [ + { + "predicate": { + "cast": 1 + }, + "model": "item/fishing_rod_cast" + } + ] +} diff --git a/1.9.4/assets/minecraft/models/item/fishing_rod_cast.json b/1.9.4/assets/minecraft/models/item/fishing_rod_cast.json new file mode 100644 index 00000000..c2c91930 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/fishing_rod_cast.json @@ -0,0 +1,6 @@ +{ + "parent": "item/fishing_rod", + "textures": { + "layer0": "items/fishing_rod_cast" + } +} diff --git a/1.9.4/assets/minecraft/models/item/flint.json b/1.9.4/assets/minecraft/models/item/flint.json new file mode 100644 index 00000000..e0e49243 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/flint.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/flint" + } +} diff --git a/1.9.4/assets/minecraft/models/item/flint_and_steel.json b/1.9.4/assets/minecraft/models/item/flint_and_steel.json new file mode 100644 index 00000000..2c1b935e --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/flint_and_steel.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/flint_and_steel" + } +} diff --git a/1.9.4/assets/minecraft/models/item/flower_pot.json b/1.9.4/assets/minecraft/models/item/flower_pot.json new file mode 100644 index 00000000..2c077d26 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/flower_pot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/flower_pot" + } +} diff --git a/1.9.4/assets/minecraft/models/item/furnace.json b/1.9.4/assets/minecraft/models/item/furnace.json new file mode 100644 index 00000000..029275c7 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/furnace.json @@ -0,0 +1,3 @@ +{ + "parent": "block/furnace" +} diff --git a/1.9.4/assets/minecraft/models/item/furnace_minecart.json b/1.9.4/assets/minecraft/models/item/furnace_minecart.json new file mode 100644 index 00000000..5b902d66 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/furnace_minecart.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/minecart_furnace" + } +} diff --git a/1.9.4/assets/minecraft/models/item/generated.json b/1.9.4/assets/minecraft/models/item/generated.json new file mode 100644 index 00000000..e7c6632f --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/generated.json @@ -0,0 +1,25 @@ +{ + "parent": "builtin/generated", + "display": { + "ground": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 2, 0], + "scale":[ 0.5, 0.5, 0.5 ] + }, + "head": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 13, 7], + "scale":[ 1, 1, 1] + }, + "thirdperson_righthand": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 3, 1 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson_righthand": { + "rotation": [ 0, -90, 25 ], + "translation": [ 1.13, 3.2, 1.13], + "scale": [ 0.68, 0.68, 0.68 ] + } + } +} diff --git a/1.9.4/assets/minecraft/models/item/ghast_tear.json b/1.9.4/assets/minecraft/models/item/ghast_tear.json new file mode 100644 index 00000000..5333f76c --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/ghast_tear.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/ghast_tear" + } +} diff --git a/1.9.4/assets/minecraft/models/item/glass.json b/1.9.4/assets/minecraft/models/item/glass.json new file mode 100644 index 00000000..91500b64 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glass" +} diff --git a/1.9.4/assets/minecraft/models/item/glass_bottle.json b/1.9.4/assets/minecraft/models/item/glass_bottle.json new file mode 100644 index 00000000..7d6a2557 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/glass_bottle.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/potion_bottle_empty" + } +} diff --git a/1.9.4/assets/minecraft/models/item/glass_pane.json b/1.9.4/assets/minecraft/models/item/glass_pane.json new file mode 100644 index 00000000..2f969162 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/glass" + } +} diff --git a/1.9.4/assets/minecraft/models/item/glowstone.json b/1.9.4/assets/minecraft/models/item/glowstone.json new file mode 100644 index 00000000..330bd266 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/glowstone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glowstone" +} diff --git a/1.9.4/assets/minecraft/models/item/glowstone_dust.json b/1.9.4/assets/minecraft/models/item/glowstone_dust.json new file mode 100644 index 00000000..5304f170 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/glowstone_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/glowstone_dust" + } +} diff --git a/1.9.4/assets/minecraft/models/item/gold_block.json b/1.9.4/assets/minecraft/models/item/gold_block.json new file mode 100644 index 00000000..c93c124a --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/gold_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/gold_block" +} diff --git a/1.9.4/assets/minecraft/models/item/gold_ingot.json b/1.9.4/assets/minecraft/models/item/gold_ingot.json new file mode 100644 index 00000000..ccac7fb1 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/gold_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/gold_ingot" + } +} diff --git a/1.9.4/assets/minecraft/models/item/gold_nugget.json b/1.9.4/assets/minecraft/models/item/gold_nugget.json new file mode 100644 index 00000000..3a6c9a04 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/gold_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/gold_nugget" + } +} diff --git a/1.9.4/assets/minecraft/models/item/gold_ore.json b/1.9.4/assets/minecraft/models/item/gold_ore.json new file mode 100644 index 00000000..7de63604 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/gold_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "block/gold_ore" +} diff --git a/1.9.4/assets/minecraft/models/item/golden_apple.json b/1.9.4/assets/minecraft/models/item/golden_apple.json new file mode 100644 index 00000000..8b351c22 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/golden_apple.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/apple_golden" + } +} diff --git a/1.9.4/assets/minecraft/models/item/golden_axe.json b/1.9.4/assets/minecraft/models/item/golden_axe.json new file mode 100644 index 00000000..a5b9e611 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/golden_axe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/gold_axe" + } +} diff --git a/1.9.4/assets/minecraft/models/item/golden_boots.json b/1.9.4/assets/minecraft/models/item/golden_boots.json new file mode 100644 index 00000000..cc61f6a9 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/golden_boots.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/gold_boots" + } +} diff --git a/1.9.4/assets/minecraft/models/item/golden_carrot.json b/1.9.4/assets/minecraft/models/item/golden_carrot.json new file mode 100644 index 00000000..97ef7567 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/golden_carrot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/carrot_golden" + } +} diff --git a/1.9.4/assets/minecraft/models/item/golden_chestplate.json b/1.9.4/assets/minecraft/models/item/golden_chestplate.json new file mode 100644 index 00000000..d843c052 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/golden_chestplate.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/gold_chestplate" + } +} diff --git a/1.9.4/assets/minecraft/models/item/golden_helmet.json b/1.9.4/assets/minecraft/models/item/golden_helmet.json new file mode 100644 index 00000000..006f62ed --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/golden_helmet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/gold_helmet" + } +} diff --git a/1.9.4/assets/minecraft/models/item/golden_hoe.json b/1.9.4/assets/minecraft/models/item/golden_hoe.json new file mode 100644 index 00000000..79e4d50d --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/golden_hoe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/gold_hoe" + } +} diff --git a/1.9.4/assets/minecraft/models/item/golden_horse_armor.json b/1.9.4/assets/minecraft/models/item/golden_horse_armor.json new file mode 100644 index 00000000..dc20445f --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/golden_horse_armor.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/gold_horse_armor" + } +} diff --git a/1.9.4/assets/minecraft/models/item/golden_leggings.json b/1.9.4/assets/minecraft/models/item/golden_leggings.json new file mode 100644 index 00000000..c6331d2b --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/golden_leggings.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/gold_leggings" + } +} diff --git a/1.9.4/assets/minecraft/models/item/golden_pickaxe.json b/1.9.4/assets/minecraft/models/item/golden_pickaxe.json new file mode 100644 index 00000000..94500689 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/golden_pickaxe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/gold_pickaxe" + } +} diff --git a/1.9.4/assets/minecraft/models/item/golden_rail.json b/1.9.4/assets/minecraft/models/item/golden_rail.json new file mode 100644 index 00000000..29c5693e --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/golden_rail.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/rail_golden" + } +} diff --git a/1.9.4/assets/minecraft/models/item/golden_shovel.json b/1.9.4/assets/minecraft/models/item/golden_shovel.json new file mode 100644 index 00000000..b19ae98a --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/golden_shovel.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/gold_shovel" + } +} diff --git a/1.9.4/assets/minecraft/models/item/golden_sword.json b/1.9.4/assets/minecraft/models/item/golden_sword.json new file mode 100644 index 00000000..a5f76703 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/golden_sword.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/gold_sword" + } +} diff --git a/1.9.4/assets/minecraft/models/item/granite.json b/1.9.4/assets/minecraft/models/item/granite.json new file mode 100644 index 00000000..1355a62d --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/granite.json @@ -0,0 +1,3 @@ +{ + "parent": "block/granite" +} diff --git a/1.9.4/assets/minecraft/models/item/granite_smooth.json b/1.9.4/assets/minecraft/models/item/granite_smooth.json new file mode 100644 index 00000000..7e8f434a --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/granite_smooth.json @@ -0,0 +1,3 @@ +{ + "parent": "block/granite_smooth" +} diff --git a/1.9.4/assets/minecraft/models/item/grass.json b/1.9.4/assets/minecraft/models/item/grass.json new file mode 100644 index 00000000..5307dafb --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/grass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/grass_normal" +} diff --git a/1.9.4/assets/minecraft/models/item/grass_path.json b/1.9.4/assets/minecraft/models/item/grass_path.json new file mode 100644 index 00000000..b12e1511 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/grass_path.json @@ -0,0 +1,3 @@ +{ + "parent": "block/grass_path" +} diff --git a/1.9.4/assets/minecraft/models/item/gravel.json b/1.9.4/assets/minecraft/models/item/gravel.json new file mode 100644 index 00000000..0d75aae2 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/gravel.json @@ -0,0 +1,3 @@ +{ + "parent": "block/gravel" +} diff --git a/1.9.4/assets/minecraft/models/item/gray_carpet.json b/1.9.4/assets/minecraft/models/item/gray_carpet.json new file mode 100644 index 00000000..b660dc23 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/gray_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/carpet_gray" +} diff --git a/1.9.4/assets/minecraft/models/item/gray_stained_glass.json b/1.9.4/assets/minecraft/models/item/gray_stained_glass.json new file mode 100644 index 00000000..d032c9f9 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/gray_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glass_gray" +} diff --git a/1.9.4/assets/minecraft/models/item/gray_stained_glass_pane.json b/1.9.4/assets/minecraft/models/item/gray_stained_glass_pane.json new file mode 100644 index 00000000..20f727cc --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/gray_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/glass_gray" + } +} diff --git a/1.9.4/assets/minecraft/models/item/gray_stained_hardened_clay.json b/1.9.4/assets/minecraft/models/item/gray_stained_hardened_clay.json new file mode 100644 index 00000000..b350707e --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/gray_stained_hardened_clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hardened_clay_gray" +} diff --git a/1.9.4/assets/minecraft/models/item/gray_wool.json b/1.9.4/assets/minecraft/models/item/gray_wool.json new file mode 100644 index 00000000..b92853c6 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/gray_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/gray_wool" +} diff --git a/1.9.4/assets/minecraft/models/item/green_carpet.json b/1.9.4/assets/minecraft/models/item/green_carpet.json new file mode 100644 index 00000000..ff0a5527 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/green_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/carpet_green" +} diff --git a/1.9.4/assets/minecraft/models/item/green_stained_glass.json b/1.9.4/assets/minecraft/models/item/green_stained_glass.json new file mode 100644 index 00000000..781875a5 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/green_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glass_green" +} diff --git a/1.9.4/assets/minecraft/models/item/green_stained_glass_pane.json b/1.9.4/assets/minecraft/models/item/green_stained_glass_pane.json new file mode 100644 index 00000000..df84f555 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/green_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/glass_green" + } +} diff --git a/1.9.4/assets/minecraft/models/item/green_stained_hardened_clay.json b/1.9.4/assets/minecraft/models/item/green_stained_hardened_clay.json new file mode 100644 index 00000000..17caf422 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/green_stained_hardened_clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hardened_clay_green" +} diff --git a/1.9.4/assets/minecraft/models/item/green_wool.json b/1.9.4/assets/minecraft/models/item/green_wool.json new file mode 100644 index 00000000..4c5ae5d7 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/green_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/green_wool" +} diff --git a/1.9.4/assets/minecraft/models/item/gunpowder.json b/1.9.4/assets/minecraft/models/item/gunpowder.json new file mode 100644 index 00000000..8fab33a6 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/gunpowder.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/gunpowder" + } +} diff --git a/1.9.4/assets/minecraft/models/item/handheld.json b/1.9.4/assets/minecraft/models/item/handheld.json new file mode 100644 index 00000000..51ea90fc --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/handheld.json @@ -0,0 +1,25 @@ +{ + "parent": "item/generated", + "display": { + "thirdperson_righthand": { + "rotation": [ 0, -90, 55 ], + "translation": [ 0, 4.0, 0.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "thirdperson_lefthand": { + "rotation": [ 0, 90, -55 ], + "translation": [ 0, 4.0, 0.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson_righthand": { + "rotation": [ 0, -90, 25 ], + "translation": [ 1.13, 3.2, 1.13 ], + "scale": [ 0.68, 0.68, 0.68 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, 90, -25 ], + "translation": [ 1.13, 3.2, 1.13 ], + "scale": [ 0.68, 0.68, 0.68 ] + } + } +} diff --git a/1.9.4/assets/minecraft/models/item/handheld_rod.json b/1.9.4/assets/minecraft/models/item/handheld_rod.json new file mode 100644 index 00000000..de794a4a --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/handheld_rod.json @@ -0,0 +1,25 @@ +{ + "parent": "item/handheld", + "display": { + "thirdperson_righthand": { + "rotation": [ 0, 90, 55 ], + "translation": [ 0, 4.0, 2.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "thirdperson_lefthand": { + "rotation": [ 0, -90, -55 ], + "translation": [ 0, 4.0, 2.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 90, 25 ], + "translation": [ 0, 1.6, 0.8 ], + "scale": [ 0.68, 0.68, 0.68 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, -90, -25 ], + "translation": [ 0, 1.6, 0.8 ], + "scale": [ 0.68, 0.68, 0.68 ] + } + } +} diff --git a/1.9.4/assets/minecraft/models/item/hardened_clay.json b/1.9.4/assets/minecraft/models/item/hardened_clay.json new file mode 100644 index 00000000..0fddfb5e --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/hardened_clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hardened_clay" +} diff --git a/1.9.4/assets/minecraft/models/item/hay_block.json b/1.9.4/assets/minecraft/models/item/hay_block.json new file mode 100644 index 00000000..4bce33b7 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/hay_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hay" +} diff --git a/1.9.4/assets/minecraft/models/item/heavy_weighted_pressure_plate.json b/1.9.4/assets/minecraft/models/item/heavy_weighted_pressure_plate.json new file mode 100644 index 00000000..086cb4bb --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/heavy_weighted_pressure_plate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/heavy_pressure_plate_up" +} diff --git a/1.9.4/assets/minecraft/models/item/hopper.json b/1.9.4/assets/minecraft/models/item/hopper.json new file mode 100644 index 00000000..fec83c80 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/hopper.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/hopper" + } +} diff --git a/1.9.4/assets/minecraft/models/item/hopper_minecart.json b/1.9.4/assets/minecraft/models/item/hopper_minecart.json new file mode 100644 index 00000000..0be6a666 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/hopper_minecart.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/minecart_hopper" + } +} diff --git a/1.9.4/assets/minecraft/models/item/houstonia.json b/1.9.4/assets/minecraft/models/item/houstonia.json new file mode 100644 index 00000000..5e010291 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/houstonia.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/flower_houstonia" + } +} diff --git a/1.9.4/assets/minecraft/models/item/ice.json b/1.9.4/assets/minecraft/models/item/ice.json new file mode 100644 index 00000000..b7f5c4ad --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/ice.json @@ -0,0 +1,3 @@ +{ + "parent": "block/ice" +} diff --git a/1.9.4/assets/minecraft/models/item/iron_axe.json b/1.9.4/assets/minecraft/models/item/iron_axe.json new file mode 100644 index 00000000..78f249e4 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/iron_axe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/iron_axe" + } +} diff --git a/1.9.4/assets/minecraft/models/item/iron_bars.json b/1.9.4/assets/minecraft/models/item/iron_bars.json new file mode 100644 index 00000000..13d76c5a --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/iron_bars.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/iron_bars" + } +} diff --git a/1.9.4/assets/minecraft/models/item/iron_block.json b/1.9.4/assets/minecraft/models/item/iron_block.json new file mode 100644 index 00000000..7a6a30ad --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/iron_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/iron_block" +} diff --git a/1.9.4/assets/minecraft/models/item/iron_boots.json b/1.9.4/assets/minecraft/models/item/iron_boots.json new file mode 100644 index 00000000..63b9331a --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/iron_boots.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/iron_boots" + } +} diff --git a/1.9.4/assets/minecraft/models/item/iron_chestplate.json b/1.9.4/assets/minecraft/models/item/iron_chestplate.json new file mode 100644 index 00000000..0e3fe9ef --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/iron_chestplate.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/iron_chestplate" + } +} diff --git a/1.9.4/assets/minecraft/models/item/iron_door.json b/1.9.4/assets/minecraft/models/item/iron_door.json new file mode 100644 index 00000000..94460de4 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/iron_door.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/door_iron" + } +} diff --git a/1.9.4/assets/minecraft/models/item/iron_helmet.json b/1.9.4/assets/minecraft/models/item/iron_helmet.json new file mode 100644 index 00000000..3e294f3b --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/iron_helmet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/iron_helmet" + } +} diff --git a/1.9.4/assets/minecraft/models/item/iron_hoe.json b/1.9.4/assets/minecraft/models/item/iron_hoe.json new file mode 100644 index 00000000..656a0b71 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/iron_hoe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/iron_hoe" + } +} diff --git a/1.9.4/assets/minecraft/models/item/iron_horse_armor.json b/1.9.4/assets/minecraft/models/item/iron_horse_armor.json new file mode 100644 index 00000000..9f986bd8 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/iron_horse_armor.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/iron_horse_armor" + } +} diff --git a/1.9.4/assets/minecraft/models/item/iron_ingot.json b/1.9.4/assets/minecraft/models/item/iron_ingot.json new file mode 100644 index 00000000..57731355 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/iron_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/iron_ingot" + } +} diff --git a/1.9.4/assets/minecraft/models/item/iron_leggings.json b/1.9.4/assets/minecraft/models/item/iron_leggings.json new file mode 100644 index 00000000..d5d477e1 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/iron_leggings.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/iron_leggings" + } +} diff --git a/1.9.4/assets/minecraft/models/item/iron_ore.json b/1.9.4/assets/minecraft/models/item/iron_ore.json new file mode 100644 index 00000000..34a8fba1 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/iron_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "block/iron_ore" +} diff --git a/1.9.4/assets/minecraft/models/item/iron_pickaxe.json b/1.9.4/assets/minecraft/models/item/iron_pickaxe.json new file mode 100644 index 00000000..5b3926cc --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/iron_pickaxe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/iron_pickaxe" + } +} diff --git a/1.9.4/assets/minecraft/models/item/iron_shovel.json b/1.9.4/assets/minecraft/models/item/iron_shovel.json new file mode 100644 index 00000000..0e056218 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/iron_shovel.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/iron_shovel" + } +} diff --git a/1.9.4/assets/minecraft/models/item/iron_sword.json b/1.9.4/assets/minecraft/models/item/iron_sword.json new file mode 100644 index 00000000..d26e40ef --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/iron_sword.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/iron_sword" + } +} diff --git a/1.9.4/assets/minecraft/models/item/iron_trapdoor.json b/1.9.4/assets/minecraft/models/item/iron_trapdoor.json new file mode 100644 index 00000000..40f44a8b --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/iron_trapdoor.json @@ -0,0 +1,3 @@ +{ + "parent": "block/iron_trapdoor_bottom" +} diff --git a/1.9.4/assets/minecraft/models/item/item_frame.json b/1.9.4/assets/minecraft/models/item/item_frame.json new file mode 100644 index 00000000..dc12d562 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/item_frame.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/item_frame" + } +} diff --git a/1.9.4/assets/minecraft/models/item/jukebox.json b/1.9.4/assets/minecraft/models/item/jukebox.json new file mode 100644 index 00000000..bf840fa8 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/jukebox.json @@ -0,0 +1,3 @@ +{ + "parent": "block/jukebox" +} diff --git a/1.9.4/assets/minecraft/models/item/jungle_boat.json b/1.9.4/assets/minecraft/models/item/jungle_boat.json new file mode 100644 index 00000000..e4131533 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/jungle_boat.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/jungle_boat" + } +} diff --git a/1.9.4/assets/minecraft/models/item/jungle_door.json b/1.9.4/assets/minecraft/models/item/jungle_door.json new file mode 100644 index 00000000..194d00fe --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/jungle_door.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/door_jungle" + } +} diff --git a/1.9.4/assets/minecraft/models/item/jungle_fence.json b/1.9.4/assets/minecraft/models/item/jungle_fence.json new file mode 100644 index 00000000..0003ec67 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/jungle_fence.json @@ -0,0 +1,3 @@ +{ + "parent": "block/jungle_fence_inventory" +} diff --git a/1.9.4/assets/minecraft/models/item/jungle_fence_gate.json b/1.9.4/assets/minecraft/models/item/jungle_fence_gate.json new file mode 100644 index 00000000..8757d518 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/jungle_fence_gate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/jungle_fence_gate_closed" +} diff --git a/1.9.4/assets/minecraft/models/item/jungle_leaves.json b/1.9.4/assets/minecraft/models/item/jungle_leaves.json new file mode 100644 index 00000000..15593fbd --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/jungle_leaves.json @@ -0,0 +1,3 @@ +{ + "parent": "block/jungle_leaves" +} diff --git a/1.9.4/assets/minecraft/models/item/jungle_log.json b/1.9.4/assets/minecraft/models/item/jungle_log.json new file mode 100644 index 00000000..00da19d4 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/jungle_log.json @@ -0,0 +1,3 @@ +{ + "parent": "block/jungle_log" +} diff --git a/1.9.4/assets/minecraft/models/item/jungle_planks.json b/1.9.4/assets/minecraft/models/item/jungle_planks.json new file mode 100644 index 00000000..23064c8e --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/jungle_planks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/jungle_planks" +} diff --git a/1.9.4/assets/minecraft/models/item/jungle_sapling.json b/1.9.4/assets/minecraft/models/item/jungle_sapling.json new file mode 100644 index 00000000..619c5455 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/jungle_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/sapling_jungle" + } +} diff --git a/1.9.4/assets/minecraft/models/item/jungle_slab.json b/1.9.4/assets/minecraft/models/item/jungle_slab.json new file mode 100644 index 00000000..b60449cf --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/jungle_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/half_slab_jungle" +} diff --git a/1.9.4/assets/minecraft/models/item/jungle_stairs.json b/1.9.4/assets/minecraft/models/item/jungle_stairs.json new file mode 100644 index 00000000..48357158 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/jungle_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/jungle_stairs" +} diff --git a/1.9.4/assets/minecraft/models/item/ladder.json b/1.9.4/assets/minecraft/models/item/ladder.json new file mode 100644 index 00000000..b9365faf --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/ladder.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/ladder" + } +} diff --git a/1.9.4/assets/minecraft/models/item/lapis_block.json b/1.9.4/assets/minecraft/models/item/lapis_block.json new file mode 100644 index 00000000..e441681b --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/lapis_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/lapis_block" +} diff --git a/1.9.4/assets/minecraft/models/item/lapis_ore.json b/1.9.4/assets/minecraft/models/item/lapis_ore.json new file mode 100644 index 00000000..7f682a31 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/lapis_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "block/lapis_ore" +} diff --git a/1.9.4/assets/minecraft/models/item/lava_bucket.json b/1.9.4/assets/minecraft/models/item/lava_bucket.json new file mode 100644 index 00000000..ca426d0f --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/lava_bucket.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/bucket_lava" + } +} diff --git a/1.9.4/assets/minecraft/models/item/lead.json b/1.9.4/assets/minecraft/models/item/lead.json new file mode 100644 index 00000000..289d6bc6 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/lead.json @@ -0,0 +1,13 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/lead" + }, + "display": { + "head": { + "rotation": [ 0, 0, 0 ], + "translation": [ 2.75, -2.75, -6.5], + "scale":[ 0.8, 0.8, 0.8] + } + } +} diff --git a/1.9.4/assets/minecraft/models/item/leather.json b/1.9.4/assets/minecraft/models/item/leather.json new file mode 100644 index 00000000..d50929f6 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/leather.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/leather" + } +} diff --git a/1.9.4/assets/minecraft/models/item/leather_boots.json b/1.9.4/assets/minecraft/models/item/leather_boots.json new file mode 100644 index 00000000..30d7f87c --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/leather_boots.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/leather_boots", + "layer1": "items/leather_boots_overlay" + } +} diff --git a/1.9.4/assets/minecraft/models/item/leather_chestplate.json b/1.9.4/assets/minecraft/models/item/leather_chestplate.json new file mode 100644 index 00000000..6bfaacdf --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/leather_chestplate.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/leather_chestplate", + "layer1": "items/leather_chestplate_overlay" + } +} diff --git a/1.9.4/assets/minecraft/models/item/leather_helmet.json b/1.9.4/assets/minecraft/models/item/leather_helmet.json new file mode 100644 index 00000000..a7dcc0a2 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/leather_helmet.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/leather_helmet", + "layer1": "items/leather_helmet_overlay" + } +} diff --git a/1.9.4/assets/minecraft/models/item/leather_leggings.json b/1.9.4/assets/minecraft/models/item/leather_leggings.json new file mode 100644 index 00000000..91bc7541 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/leather_leggings.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/leather_leggings", + "layer1": "items/leather_leggings_overlay" + } +} diff --git a/1.9.4/assets/minecraft/models/item/lever.json b/1.9.4/assets/minecraft/models/item/lever.json new file mode 100644 index 00000000..291e6b44 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/lever.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/lever" + } +} diff --git a/1.9.4/assets/minecraft/models/item/light_blue_carpet.json b/1.9.4/assets/minecraft/models/item/light_blue_carpet.json new file mode 100644 index 00000000..a25c5f08 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/light_blue_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/carpet_light_blue" +} diff --git a/1.9.4/assets/minecraft/models/item/light_blue_stained_glass.json b/1.9.4/assets/minecraft/models/item/light_blue_stained_glass.json new file mode 100644 index 00000000..fcf3ad09 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/light_blue_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glass_light_blue" +} diff --git a/1.9.4/assets/minecraft/models/item/light_blue_stained_glass_pane.json b/1.9.4/assets/minecraft/models/item/light_blue_stained_glass_pane.json new file mode 100644 index 00000000..cbf3b032 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/light_blue_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/glass_light_blue" + } +} diff --git a/1.9.4/assets/minecraft/models/item/light_blue_stained_hardened_clay.json b/1.9.4/assets/minecraft/models/item/light_blue_stained_hardened_clay.json new file mode 100644 index 00000000..c8bfda23 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/light_blue_stained_hardened_clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hardened_clay_light_blue" +} diff --git a/1.9.4/assets/minecraft/models/item/light_blue_wool.json b/1.9.4/assets/minecraft/models/item/light_blue_wool.json new file mode 100644 index 00000000..72601467 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/light_blue_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/light_blue_wool" +} diff --git a/1.9.4/assets/minecraft/models/item/light_weighted_pressure_plate.json b/1.9.4/assets/minecraft/models/item/light_weighted_pressure_plate.json new file mode 100644 index 00000000..8eda94bf --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/light_weighted_pressure_plate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/light_pressure_plate_up" +} diff --git a/1.9.4/assets/minecraft/models/item/lime_carpet.json b/1.9.4/assets/minecraft/models/item/lime_carpet.json new file mode 100644 index 00000000..6ddf4b52 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/lime_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/carpet_lime" +} diff --git a/1.9.4/assets/minecraft/models/item/lime_stained_glass.json b/1.9.4/assets/minecraft/models/item/lime_stained_glass.json new file mode 100644 index 00000000..a13901ca --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/lime_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glass_lime" +} diff --git a/1.9.4/assets/minecraft/models/item/lime_stained_glass_pane.json b/1.9.4/assets/minecraft/models/item/lime_stained_glass_pane.json new file mode 100644 index 00000000..0410fa9c --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/lime_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/glass_lime" + } +} diff --git a/1.9.4/assets/minecraft/models/item/lime_stained_hardened_clay.json b/1.9.4/assets/minecraft/models/item/lime_stained_hardened_clay.json new file mode 100644 index 00000000..8b6d00b8 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/lime_stained_hardened_clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hardened_clay_lime" +} diff --git a/1.9.4/assets/minecraft/models/item/lime_wool.json b/1.9.4/assets/minecraft/models/item/lime_wool.json new file mode 100644 index 00000000..a3f06e01 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/lime_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/lime_wool" +} diff --git a/1.9.4/assets/minecraft/models/item/lit_furnace.json b/1.9.4/assets/minecraft/models/item/lit_furnace.json new file mode 100644 index 00000000..9faaab36 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/lit_furnace.json @@ -0,0 +1,3 @@ +{ + "parent": "block/lit_furnace" +} diff --git a/1.9.4/assets/minecraft/models/item/lit_pumpkin.json b/1.9.4/assets/minecraft/models/item/lit_pumpkin.json new file mode 100644 index 00000000..2ca965f3 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/lit_pumpkin.json @@ -0,0 +1,3 @@ +{ + "parent": "block/lit_pumpkin" +} diff --git a/1.9.4/assets/minecraft/models/item/magenta_carpet.json b/1.9.4/assets/minecraft/models/item/magenta_carpet.json new file mode 100644 index 00000000..e8b715cd --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/magenta_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/carpet_magenta" +} diff --git a/1.9.4/assets/minecraft/models/item/magenta_stained_glass.json b/1.9.4/assets/minecraft/models/item/magenta_stained_glass.json new file mode 100644 index 00000000..7a9c4777 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/magenta_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glass_magenta" +} diff --git a/1.9.4/assets/minecraft/models/item/magenta_stained_glass_pane.json b/1.9.4/assets/minecraft/models/item/magenta_stained_glass_pane.json new file mode 100644 index 00000000..c21f346e --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/magenta_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/glass_magenta" + } +} diff --git a/1.9.4/assets/minecraft/models/item/magenta_stained_hardened_clay.json b/1.9.4/assets/minecraft/models/item/magenta_stained_hardened_clay.json new file mode 100644 index 00000000..9039c696 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/magenta_stained_hardened_clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hardened_clay_magenta" +} diff --git a/1.9.4/assets/minecraft/models/item/magenta_wool.json b/1.9.4/assets/minecraft/models/item/magenta_wool.json new file mode 100644 index 00000000..1fb40bc7 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/magenta_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/magenta_wool" +} diff --git a/1.9.4/assets/minecraft/models/item/magma_cream.json b/1.9.4/assets/minecraft/models/item/magma_cream.json new file mode 100644 index 00000000..aef2c4de --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/magma_cream.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/magma_cream" + } +} diff --git a/1.9.4/assets/minecraft/models/item/map.json b/1.9.4/assets/minecraft/models/item/map.json new file mode 100644 index 00000000..b967109c --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/map.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/map_empty" + } +} diff --git a/1.9.4/assets/minecraft/models/item/melon.json b/1.9.4/assets/minecraft/models/item/melon.json new file mode 100644 index 00000000..988f963c --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/melon.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/melon" + } +} diff --git a/1.9.4/assets/minecraft/models/item/melon_block.json b/1.9.4/assets/minecraft/models/item/melon_block.json new file mode 100644 index 00000000..2b380459 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/melon_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/melon" +} diff --git a/1.9.4/assets/minecraft/models/item/melon_seeds.json b/1.9.4/assets/minecraft/models/item/melon_seeds.json new file mode 100644 index 00000000..5f7c7127 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/melon_seeds.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/seeds_melon" + } +} diff --git a/1.9.4/assets/minecraft/models/item/milk_bucket.json b/1.9.4/assets/minecraft/models/item/milk_bucket.json new file mode 100644 index 00000000..02724932 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/milk_bucket.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/bucket_milk" + } +} diff --git a/1.9.4/assets/minecraft/models/item/minecart.json b/1.9.4/assets/minecraft/models/item/minecart.json new file mode 100644 index 00000000..df8710b6 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/minecart.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/minecart_normal" + } +} diff --git a/1.9.4/assets/minecraft/models/item/mob_spawner.json b/1.9.4/assets/minecraft/models/item/mob_spawner.json new file mode 100644 index 00000000..22d91dcf --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/mob_spawner.json @@ -0,0 +1,3 @@ +{ + "parent": "block/mob_spawner_cage" +} diff --git a/1.9.4/assets/minecraft/models/item/mossy_brick_monster_egg.json b/1.9.4/assets/minecraft/models/item/mossy_brick_monster_egg.json new file mode 100644 index 00000000..b9735db7 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/mossy_brick_monster_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stonebrick_mossy" +} diff --git a/1.9.4/assets/minecraft/models/item/mossy_cobblestone.json b/1.9.4/assets/minecraft/models/item/mossy_cobblestone.json new file mode 100644 index 00000000..94e4ff07 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/mossy_cobblestone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/mossy_cobblestone" +} diff --git a/1.9.4/assets/minecraft/models/item/mossy_cobblestone_wall.json b/1.9.4/assets/minecraft/models/item/mossy_cobblestone_wall.json new file mode 100644 index 00000000..73cd75de --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/mossy_cobblestone_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "block/cobblestone_wall_mossy_inventory" +} diff --git a/1.9.4/assets/minecraft/models/item/mossy_stonebrick.json b/1.9.4/assets/minecraft/models/item/mossy_stonebrick.json new file mode 100644 index 00000000..b9735db7 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/mossy_stonebrick.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stonebrick_mossy" +} diff --git a/1.9.4/assets/minecraft/models/item/mushroom_stew.json b/1.9.4/assets/minecraft/models/item/mushroom_stew.json new file mode 100644 index 00000000..c116ffea --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/mushroom_stew.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/mushroom_stew" + } +} diff --git a/1.9.4/assets/minecraft/models/item/mutton.json b/1.9.4/assets/minecraft/models/item/mutton.json new file mode 100644 index 00000000..bbb32839 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/mutton.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/mutton_raw" + } +} diff --git a/1.9.4/assets/minecraft/models/item/mycelium.json b/1.9.4/assets/minecraft/models/item/mycelium.json new file mode 100644 index 00000000..ceedc738 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/mycelium.json @@ -0,0 +1,3 @@ +{ + "parent": "block/mycelium" +} diff --git a/1.9.4/assets/minecraft/models/item/name_tag.json b/1.9.4/assets/minecraft/models/item/name_tag.json new file mode 100644 index 00000000..ad661b9b --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/name_tag.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/name_tag" + } +} diff --git a/1.9.4/assets/minecraft/models/item/nether_brick.json b/1.9.4/assets/minecraft/models/item/nether_brick.json new file mode 100644 index 00000000..3962705b --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/nether_brick.json @@ -0,0 +1,3 @@ +{ + "parent": "block/nether_brick" +} diff --git a/1.9.4/assets/minecraft/models/item/nether_brick_fence.json b/1.9.4/assets/minecraft/models/item/nether_brick_fence.json new file mode 100644 index 00000000..5c47bc0e --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/nether_brick_fence.json @@ -0,0 +1,3 @@ +{ + "parent": "block/nether_brick_fence_inventory" +} diff --git a/1.9.4/assets/minecraft/models/item/nether_brick_slab.json b/1.9.4/assets/minecraft/models/item/nether_brick_slab.json new file mode 100644 index 00000000..56c6c412 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/nether_brick_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/half_slab_nether_brick" +} diff --git a/1.9.4/assets/minecraft/models/item/nether_brick_stairs.json b/1.9.4/assets/minecraft/models/item/nether_brick_stairs.json new file mode 100644 index 00000000..056a97c8 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/nether_brick_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/nether_brick_stairs" +} diff --git a/1.9.4/assets/minecraft/models/item/nether_star.json b/1.9.4/assets/minecraft/models/item/nether_star.json new file mode 100644 index 00000000..c746898a --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/nether_star.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/nether_star" + } +} diff --git a/1.9.4/assets/minecraft/models/item/nether_wart.json b/1.9.4/assets/minecraft/models/item/nether_wart.json new file mode 100644 index 00000000..3cebef34 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/nether_wart.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/nether_wart" + } +} diff --git a/1.9.4/assets/minecraft/models/item/netherbrick.json b/1.9.4/assets/minecraft/models/item/netherbrick.json new file mode 100644 index 00000000..c9743ce2 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/netherbrick.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/netherbrick" + } +} diff --git a/1.9.4/assets/minecraft/models/item/netherrack.json b/1.9.4/assets/minecraft/models/item/netherrack.json new file mode 100644 index 00000000..78d36f4c --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/netherrack.json @@ -0,0 +1,3 @@ +{ + "parent": "block/netherrack" +} diff --git a/1.9.4/assets/minecraft/models/item/noteblock.json b/1.9.4/assets/minecraft/models/item/noteblock.json new file mode 100644 index 00000000..d6a1b780 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/noteblock.json @@ -0,0 +1,3 @@ +{ + "parent": "block/noteblock" +} diff --git a/1.9.4/assets/minecraft/models/item/oak_boat.json b/1.9.4/assets/minecraft/models/item/oak_boat.json new file mode 100644 index 00000000..16795eee --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/oak_boat.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/oak_boat" + } +} diff --git a/1.9.4/assets/minecraft/models/item/oak_door.json b/1.9.4/assets/minecraft/models/item/oak_door.json new file mode 100644 index 00000000..4e4ac718 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/oak_door.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/door_wood" + } +} diff --git a/1.9.4/assets/minecraft/models/item/oak_fence.json b/1.9.4/assets/minecraft/models/item/oak_fence.json new file mode 100644 index 00000000..f435a041 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/oak_fence.json @@ -0,0 +1,3 @@ +{ + "parent": "block/oak_fence_inventory" +} diff --git a/1.9.4/assets/minecraft/models/item/oak_fence_gate.json b/1.9.4/assets/minecraft/models/item/oak_fence_gate.json new file mode 100644 index 00000000..98734ea2 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/oak_fence_gate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/oak_fence_gate_closed" +} diff --git a/1.9.4/assets/minecraft/models/item/oak_leaves.json b/1.9.4/assets/minecraft/models/item/oak_leaves.json new file mode 100644 index 00000000..fc608cc3 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/oak_leaves.json @@ -0,0 +1,3 @@ +{ + "parent": "block/oak_leaves" +} diff --git a/1.9.4/assets/minecraft/models/item/oak_log.json b/1.9.4/assets/minecraft/models/item/oak_log.json new file mode 100644 index 00000000..75791b39 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/oak_log.json @@ -0,0 +1,3 @@ +{ + "parent": "block/oak_log" +} diff --git a/1.9.4/assets/minecraft/models/item/oak_planks.json b/1.9.4/assets/minecraft/models/item/oak_planks.json new file mode 100644 index 00000000..9e0316c0 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/oak_planks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/oak_planks" +} diff --git a/1.9.4/assets/minecraft/models/item/oak_sapling.json b/1.9.4/assets/minecraft/models/item/oak_sapling.json new file mode 100644 index 00000000..f4117f67 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/oak_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/sapling_oak" + } +} diff --git a/1.9.4/assets/minecraft/models/item/oak_slab.json b/1.9.4/assets/minecraft/models/item/oak_slab.json new file mode 100644 index 00000000..7043f21d --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/oak_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/half_slab_oak" +} diff --git a/1.9.4/assets/minecraft/models/item/oak_stairs.json b/1.9.4/assets/minecraft/models/item/oak_stairs.json new file mode 100644 index 00000000..15add8b1 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/oak_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/oak_stairs" +} diff --git a/1.9.4/assets/minecraft/models/item/obsidian.json b/1.9.4/assets/minecraft/models/item/obsidian.json new file mode 100644 index 00000000..e800ae67 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/obsidian.json @@ -0,0 +1,3 @@ +{ + "parent": "block/obsidian" +} diff --git a/1.9.4/assets/minecraft/models/item/old_wood_slab.json b/1.9.4/assets/minecraft/models/item/old_wood_slab.json new file mode 100644 index 00000000..7043f21d --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/old_wood_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/half_slab_oak" +} diff --git a/1.9.4/assets/minecraft/models/item/orange_carpet.json b/1.9.4/assets/minecraft/models/item/orange_carpet.json new file mode 100644 index 00000000..c9a9fa49 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/orange_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/carpet_orange" +} diff --git a/1.9.4/assets/minecraft/models/item/orange_stained_glass.json b/1.9.4/assets/minecraft/models/item/orange_stained_glass.json new file mode 100644 index 00000000..44d01baa --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/orange_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glass_orange" +} diff --git a/1.9.4/assets/minecraft/models/item/orange_stained_glass_pane.json b/1.9.4/assets/minecraft/models/item/orange_stained_glass_pane.json new file mode 100644 index 00000000..da9c548c --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/orange_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/glass_orange" + } +} diff --git a/1.9.4/assets/minecraft/models/item/orange_stained_hardened_clay.json b/1.9.4/assets/minecraft/models/item/orange_stained_hardened_clay.json new file mode 100644 index 00000000..1e42b252 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/orange_stained_hardened_clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hardened_clay_orange" +} diff --git a/1.9.4/assets/minecraft/models/item/orange_tulip.json b/1.9.4/assets/minecraft/models/item/orange_tulip.json new file mode 100644 index 00000000..e75da623 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/orange_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/flower_tulip_orange" + } +} diff --git a/1.9.4/assets/minecraft/models/item/orange_wool.json b/1.9.4/assets/minecraft/models/item/orange_wool.json new file mode 100644 index 00000000..7957176d --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/orange_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/orange_wool" +} diff --git a/1.9.4/assets/minecraft/models/item/oxeye_daisy.json b/1.9.4/assets/minecraft/models/item/oxeye_daisy.json new file mode 100644 index 00000000..0a0a2834 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/oxeye_daisy.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/flower_oxeye_daisy" + } +} diff --git a/1.9.4/assets/minecraft/models/item/packed_ice.json b/1.9.4/assets/minecraft/models/item/packed_ice.json new file mode 100644 index 00000000..be1aa0a1 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/packed_ice.json @@ -0,0 +1,3 @@ +{ + "parent": "block/packed_ice" +} diff --git a/1.9.4/assets/minecraft/models/item/paeonia.json b/1.9.4/assets/minecraft/models/item/paeonia.json new file mode 100644 index 00000000..ec55fa46 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/paeonia.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/double_plant_paeonia_top" + } +} diff --git a/1.9.4/assets/minecraft/models/item/painting.json b/1.9.4/assets/minecraft/models/item/painting.json new file mode 100644 index 00000000..868ed56c --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/painting.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/painting" + } +} diff --git a/1.9.4/assets/minecraft/models/item/paper.json b/1.9.4/assets/minecraft/models/item/paper.json new file mode 100644 index 00000000..778fd301 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/paper.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/paper" + } +} diff --git a/1.9.4/assets/minecraft/models/item/pink_carpet.json b/1.9.4/assets/minecraft/models/item/pink_carpet.json new file mode 100644 index 00000000..db364cff --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/pink_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/carpet_pink" +} diff --git a/1.9.4/assets/minecraft/models/item/pink_stained_glass.json b/1.9.4/assets/minecraft/models/item/pink_stained_glass.json new file mode 100644 index 00000000..502fd0f4 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/pink_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glass_pink" +} diff --git a/1.9.4/assets/minecraft/models/item/pink_stained_glass_pane.json b/1.9.4/assets/minecraft/models/item/pink_stained_glass_pane.json new file mode 100644 index 00000000..de37541a --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/pink_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/glass_pink" + } +} diff --git a/1.9.4/assets/minecraft/models/item/pink_stained_hardened_clay.json b/1.9.4/assets/minecraft/models/item/pink_stained_hardened_clay.json new file mode 100644 index 00000000..1f4fb06a --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/pink_stained_hardened_clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hardened_clay_pink" +} diff --git a/1.9.4/assets/minecraft/models/item/pink_tulip.json b/1.9.4/assets/minecraft/models/item/pink_tulip.json new file mode 100644 index 00000000..bedd8ce0 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/pink_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/flower_tulip_pink" + } +} diff --git a/1.9.4/assets/minecraft/models/item/pink_wool.json b/1.9.4/assets/minecraft/models/item/pink_wool.json new file mode 100644 index 00000000..fced1886 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/pink_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/pink_wool" +} diff --git a/1.9.4/assets/minecraft/models/item/piston.json b/1.9.4/assets/minecraft/models/item/piston.json new file mode 100644 index 00000000..6502b996 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/piston.json @@ -0,0 +1,3 @@ +{ + "parent": "block/piston_inventory_normal" +} diff --git a/1.9.4/assets/minecraft/models/item/podzol.json b/1.9.4/assets/minecraft/models/item/podzol.json new file mode 100644 index 00000000..a2a5c01a --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/podzol.json @@ -0,0 +1,3 @@ +{ + "parent": "block/podzol" +} diff --git a/1.9.4/assets/minecraft/models/item/poisonous_potato.json b/1.9.4/assets/minecraft/models/item/poisonous_potato.json new file mode 100644 index 00000000..09a59bcf --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/poisonous_potato.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/potato_poisonous" + } +} diff --git a/1.9.4/assets/minecraft/models/item/poppy.json b/1.9.4/assets/minecraft/models/item/poppy.json new file mode 100644 index 00000000..b525e756 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/poppy.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/flower_rose" + } +} diff --git a/1.9.4/assets/minecraft/models/item/porkchop.json b/1.9.4/assets/minecraft/models/item/porkchop.json new file mode 100644 index 00000000..4ea1292b --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/porkchop.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/porkchop_raw" + } +} diff --git a/1.9.4/assets/minecraft/models/item/potato.json b/1.9.4/assets/minecraft/models/item/potato.json new file mode 100644 index 00000000..0a6f2f83 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/potato.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/potato" + } +} diff --git a/1.9.4/assets/minecraft/models/item/prismarine.json b/1.9.4/assets/minecraft/models/item/prismarine.json new file mode 100644 index 00000000..8236c43d --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/prismarine.json @@ -0,0 +1,3 @@ +{ + "parent": "block/prismarine_rough" +} diff --git a/1.9.4/assets/minecraft/models/item/prismarine_bricks.json b/1.9.4/assets/minecraft/models/item/prismarine_bricks.json new file mode 100644 index 00000000..b741335b --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/prismarine_bricks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/prismarine_bricks" +} diff --git a/1.9.4/assets/minecraft/models/item/prismarine_crystals.json b/1.9.4/assets/minecraft/models/item/prismarine_crystals.json new file mode 100644 index 00000000..c0dacecf --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/prismarine_crystals.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/prismarine_crystals" + } +} diff --git a/1.9.4/assets/minecraft/models/item/prismarine_shard.json b/1.9.4/assets/minecraft/models/item/prismarine_shard.json new file mode 100644 index 00000000..dba6f5c0 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/prismarine_shard.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/prismarine_shard" + } +} diff --git a/1.9.4/assets/minecraft/models/item/pufferfish.json b/1.9.4/assets/minecraft/models/item/pufferfish.json new file mode 100644 index 00000000..a7357f32 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/pufferfish.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/fish_pufferfish_raw" + } +} diff --git a/1.9.4/assets/minecraft/models/item/pumpkin.json b/1.9.4/assets/minecraft/models/item/pumpkin.json new file mode 100644 index 00000000..536a355e --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/pumpkin.json @@ -0,0 +1,3 @@ +{ + "parent": "block/pumpkin" +} diff --git a/1.9.4/assets/minecraft/models/item/pumpkin_pie.json b/1.9.4/assets/minecraft/models/item/pumpkin_pie.json new file mode 100644 index 00000000..aa0af41e --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/pumpkin_pie.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/pumpkin_pie" + } +} diff --git a/1.9.4/assets/minecraft/models/item/pumpkin_seeds.json b/1.9.4/assets/minecraft/models/item/pumpkin_seeds.json new file mode 100644 index 00000000..379b4c86 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/pumpkin_seeds.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/seeds_pumpkin" + } +} diff --git a/1.9.4/assets/minecraft/models/item/purple_carpet.json b/1.9.4/assets/minecraft/models/item/purple_carpet.json new file mode 100644 index 00000000..66a3b14f --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/purple_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/carpet_purple" +} diff --git a/1.9.4/assets/minecraft/models/item/purple_stained_glass.json b/1.9.4/assets/minecraft/models/item/purple_stained_glass.json new file mode 100644 index 00000000..d0f8c025 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/purple_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glass_purple" +} diff --git a/1.9.4/assets/minecraft/models/item/purple_stained_glass_pane.json b/1.9.4/assets/minecraft/models/item/purple_stained_glass_pane.json new file mode 100644 index 00000000..aa60cb3f --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/purple_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/glass_purple" + } +} diff --git a/1.9.4/assets/minecraft/models/item/purple_stained_hardened_clay.json b/1.9.4/assets/minecraft/models/item/purple_stained_hardened_clay.json new file mode 100644 index 00000000..773135a5 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/purple_stained_hardened_clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hardened_clay_purple" +} diff --git a/1.9.4/assets/minecraft/models/item/purple_wool.json b/1.9.4/assets/minecraft/models/item/purple_wool.json new file mode 100644 index 00000000..087e3a64 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/purple_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/purple_wool" +} diff --git a/1.9.4/assets/minecraft/models/item/purpur_block.json b/1.9.4/assets/minecraft/models/item/purpur_block.json new file mode 100644 index 00000000..11e96329 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/purpur_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/purpur_block" +} diff --git a/1.9.4/assets/minecraft/models/item/purpur_pillar.json b/1.9.4/assets/minecraft/models/item/purpur_pillar.json new file mode 100644 index 00000000..d577a868 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/purpur_pillar.json @@ -0,0 +1,3 @@ +{ + "parent": "block/purpur_pillar_top" +} diff --git a/1.9.4/assets/minecraft/models/item/purpur_slab.json b/1.9.4/assets/minecraft/models/item/purpur_slab.json new file mode 100644 index 00000000..0987cf94 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/purpur_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/half_slab_purpur" +} diff --git a/1.9.4/assets/minecraft/models/item/purpur_stairs.json b/1.9.4/assets/minecraft/models/item/purpur_stairs.json new file mode 100644 index 00000000..fd71ac3a --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/purpur_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/purpur_stairs" +} diff --git a/1.9.4/assets/minecraft/models/item/quartz.json b/1.9.4/assets/minecraft/models/item/quartz.json new file mode 100644 index 00000000..4a7df933 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/quartz.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/quartz" + } +} diff --git a/1.9.4/assets/minecraft/models/item/quartz_block.json b/1.9.4/assets/minecraft/models/item/quartz_block.json new file mode 100644 index 00000000..72a32df0 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/quartz_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/quartz_normal" +} diff --git a/1.9.4/assets/minecraft/models/item/quartz_column.json b/1.9.4/assets/minecraft/models/item/quartz_column.json new file mode 100644 index 00000000..46e73a8b --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/quartz_column.json @@ -0,0 +1,3 @@ +{ + "parent": "block/quartz_lines" +} diff --git a/1.9.4/assets/minecraft/models/item/quartz_ore.json b/1.9.4/assets/minecraft/models/item/quartz_ore.json new file mode 100644 index 00000000..4e7acf32 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/quartz_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "block/quartz_ore" +} diff --git a/1.9.4/assets/minecraft/models/item/quartz_slab.json b/1.9.4/assets/minecraft/models/item/quartz_slab.json new file mode 100644 index 00000000..1d97812d --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/quartz_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/half_slab_quartz" +} diff --git a/1.9.4/assets/minecraft/models/item/quartz_stairs.json b/1.9.4/assets/minecraft/models/item/quartz_stairs.json new file mode 100644 index 00000000..4fb792ed --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/quartz_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/quartz_stairs" +} diff --git a/1.9.4/assets/minecraft/models/item/rabbit.json b/1.9.4/assets/minecraft/models/item/rabbit.json new file mode 100644 index 00000000..96688af3 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/rabbit.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/rabbit_raw" + } +} diff --git a/1.9.4/assets/minecraft/models/item/rabbit_foot.json b/1.9.4/assets/minecraft/models/item/rabbit_foot.json new file mode 100644 index 00000000..7847186b --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/rabbit_foot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/rabbit_foot" + } +} diff --git a/1.9.4/assets/minecraft/models/item/rabbit_hide.json b/1.9.4/assets/minecraft/models/item/rabbit_hide.json new file mode 100644 index 00000000..db8c2385 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/rabbit_hide.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/rabbit_hide" + } +} diff --git a/1.9.4/assets/minecraft/models/item/rabbit_stew.json b/1.9.4/assets/minecraft/models/item/rabbit_stew.json new file mode 100644 index 00000000..8ac05b9a --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/rabbit_stew.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/rabbit_stew" + } +} diff --git a/1.9.4/assets/minecraft/models/item/rail.json b/1.9.4/assets/minecraft/models/item/rail.json new file mode 100644 index 00000000..892582ab --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/rail.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/rail_normal" + } +} diff --git a/1.9.4/assets/minecraft/models/item/record_11.json b/1.9.4/assets/minecraft/models/item/record_11.json new file mode 100644 index 00000000..6deb3922 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/record_11.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/record_11" + } +} diff --git a/1.9.4/assets/minecraft/models/item/record_13.json b/1.9.4/assets/minecraft/models/item/record_13.json new file mode 100644 index 00000000..d62cf267 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/record_13.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/record_13" + } +} diff --git a/1.9.4/assets/minecraft/models/item/record_blocks.json b/1.9.4/assets/minecraft/models/item/record_blocks.json new file mode 100644 index 00000000..e85713e4 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/record_blocks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/record_blocks" + } +} diff --git a/1.9.4/assets/minecraft/models/item/record_cat.json b/1.9.4/assets/minecraft/models/item/record_cat.json new file mode 100644 index 00000000..9b2fc054 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/record_cat.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/record_cat" + } +} diff --git a/1.9.4/assets/minecraft/models/item/record_chirp.json b/1.9.4/assets/minecraft/models/item/record_chirp.json new file mode 100644 index 00000000..955b997d --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/record_chirp.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/record_chirp" + } +} diff --git a/1.9.4/assets/minecraft/models/item/record_far.json b/1.9.4/assets/minecraft/models/item/record_far.json new file mode 100644 index 00000000..16512453 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/record_far.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/record_far" + } +} diff --git a/1.9.4/assets/minecraft/models/item/record_mall.json b/1.9.4/assets/minecraft/models/item/record_mall.json new file mode 100644 index 00000000..c482bd64 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/record_mall.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/record_mall" + } +} diff --git a/1.9.4/assets/minecraft/models/item/record_mellohi.json b/1.9.4/assets/minecraft/models/item/record_mellohi.json new file mode 100644 index 00000000..e375de01 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/record_mellohi.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/record_mellohi" + } +} diff --git a/1.9.4/assets/minecraft/models/item/record_stal.json b/1.9.4/assets/minecraft/models/item/record_stal.json new file mode 100644 index 00000000..85f6c92f --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/record_stal.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/record_stal" + } +} diff --git a/1.9.4/assets/minecraft/models/item/record_strad.json b/1.9.4/assets/minecraft/models/item/record_strad.json new file mode 100644 index 00000000..7f22cbc0 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/record_strad.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/record_strad" + } +} diff --git a/1.9.4/assets/minecraft/models/item/record_wait.json b/1.9.4/assets/minecraft/models/item/record_wait.json new file mode 100644 index 00000000..df45937d --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/record_wait.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/record_wait" + } +} diff --git a/1.9.4/assets/minecraft/models/item/record_ward.json b/1.9.4/assets/minecraft/models/item/record_ward.json new file mode 100644 index 00000000..9008fea8 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/record_ward.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/record_ward" + } +} diff --git a/1.9.4/assets/minecraft/models/item/red_carpet.json b/1.9.4/assets/minecraft/models/item/red_carpet.json new file mode 100644 index 00000000..54451490 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/red_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/carpet_red" +} diff --git a/1.9.4/assets/minecraft/models/item/red_mushroom.json b/1.9.4/assets/minecraft/models/item/red_mushroom.json new file mode 100644 index 00000000..6fa4d87f --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/red_mushroom.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/mushroom_red" + } +} diff --git a/1.9.4/assets/minecraft/models/item/red_mushroom_block.json b/1.9.4/assets/minecraft/models/item/red_mushroom_block.json new file mode 100644 index 00000000..f6d7efe6 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/red_mushroom_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_mushroom_block_cap_all" +} diff --git a/1.9.4/assets/minecraft/models/item/red_sand.json b/1.9.4/assets/minecraft/models/item/red_sand.json new file mode 100644 index 00000000..1a5296f0 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/red_sand.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_sand" +} diff --git a/1.9.4/assets/minecraft/models/item/red_sandstone.json b/1.9.4/assets/minecraft/models/item/red_sandstone.json new file mode 100644 index 00000000..464692cb --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/red_sandstone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_sandstone_normal" +} diff --git a/1.9.4/assets/minecraft/models/item/red_sandstone_slab.json b/1.9.4/assets/minecraft/models/item/red_sandstone_slab.json new file mode 100644 index 00000000..81db0ae8 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/red_sandstone_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/half_slab_red_sandstone" +} diff --git a/1.9.4/assets/minecraft/models/item/red_sandstone_stairs.json b/1.9.4/assets/minecraft/models/item/red_sandstone_stairs.json new file mode 100644 index 00000000..b3fb4a38 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/red_sandstone_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_sandstone_stairs" +} diff --git a/1.9.4/assets/minecraft/models/item/red_stained_glass.json b/1.9.4/assets/minecraft/models/item/red_stained_glass.json new file mode 100644 index 00000000..bec86a97 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/red_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glass_red" +} diff --git a/1.9.4/assets/minecraft/models/item/red_stained_glass_pane.json b/1.9.4/assets/minecraft/models/item/red_stained_glass_pane.json new file mode 100644 index 00000000..64ecfeea --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/red_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/glass_red" + } +} diff --git a/1.9.4/assets/minecraft/models/item/red_stained_hardened_clay.json b/1.9.4/assets/minecraft/models/item/red_stained_hardened_clay.json new file mode 100644 index 00000000..9d5e848f --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/red_stained_hardened_clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hardened_clay_red" +} diff --git a/1.9.4/assets/minecraft/models/item/red_tulip.json b/1.9.4/assets/minecraft/models/item/red_tulip.json new file mode 100644 index 00000000..7776bdc7 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/red_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/flower_tulip_red" + } +} diff --git a/1.9.4/assets/minecraft/models/item/red_wool.json b/1.9.4/assets/minecraft/models/item/red_wool.json new file mode 100644 index 00000000..108f67db --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/red_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_wool" +} diff --git a/1.9.4/assets/minecraft/models/item/redstone.json b/1.9.4/assets/minecraft/models/item/redstone.json new file mode 100644 index 00000000..4235141f --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/redstone.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/redstone_dust" + } +} diff --git a/1.9.4/assets/minecraft/models/item/redstone_block.json b/1.9.4/assets/minecraft/models/item/redstone_block.json new file mode 100644 index 00000000..3ebc09a2 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/redstone_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/redstone_block" +} diff --git a/1.9.4/assets/minecraft/models/item/redstone_lamp.json b/1.9.4/assets/minecraft/models/item/redstone_lamp.json new file mode 100644 index 00000000..8e6a90d1 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/redstone_lamp.json @@ -0,0 +1,3 @@ +{ + "parent": "block/unlit_redstone_lamp" +} diff --git a/1.9.4/assets/minecraft/models/item/redstone_ore.json b/1.9.4/assets/minecraft/models/item/redstone_ore.json new file mode 100644 index 00000000..223d3de3 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/redstone_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "block/redstone_ore" +} diff --git a/1.9.4/assets/minecraft/models/item/redstone_torch.json b/1.9.4/assets/minecraft/models/item/redstone_torch.json new file mode 100644 index 00000000..920f9ff7 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/redstone_torch.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/redstone_torch_on" + } +} diff --git a/1.9.4/assets/minecraft/models/item/reeds.json b/1.9.4/assets/minecraft/models/item/reeds.json new file mode 100644 index 00000000..9734f5c6 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/reeds.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/reeds" + } +} diff --git a/1.9.4/assets/minecraft/models/item/repeater.json b/1.9.4/assets/minecraft/models/item/repeater.json new file mode 100644 index 00000000..5badd2f0 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/repeater.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/repeater" + } +} diff --git a/1.9.4/assets/minecraft/models/item/repeating_command_block.json b/1.9.4/assets/minecraft/models/item/repeating_command_block.json new file mode 100644 index 00000000..8c277f8b --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/repeating_command_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/repeating_command_block" +} diff --git a/1.9.4/assets/minecraft/models/item/rotten_flesh.json b/1.9.4/assets/minecraft/models/item/rotten_flesh.json new file mode 100644 index 00000000..349d3e75 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/rotten_flesh.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/rotten_flesh" + } +} diff --git a/1.9.4/assets/minecraft/models/item/saddle.json b/1.9.4/assets/minecraft/models/item/saddle.json new file mode 100644 index 00000000..65e2538f --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/saddle.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/saddle" + } +} diff --git a/1.9.4/assets/minecraft/models/item/salmon.json b/1.9.4/assets/minecraft/models/item/salmon.json new file mode 100644 index 00000000..2ab9c101 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/salmon.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/fish_salmon_raw" + } +} diff --git a/1.9.4/assets/minecraft/models/item/sand.json b/1.9.4/assets/minecraft/models/item/sand.json new file mode 100644 index 00000000..813ae503 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/sand.json @@ -0,0 +1,3 @@ +{ + "parent": "block/sand" +} diff --git a/1.9.4/assets/minecraft/models/item/sandstone.json b/1.9.4/assets/minecraft/models/item/sandstone.json new file mode 100644 index 00000000..418de95b --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/sandstone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/sandstone_normal" +} diff --git a/1.9.4/assets/minecraft/models/item/sandstone_slab.json b/1.9.4/assets/minecraft/models/item/sandstone_slab.json new file mode 100644 index 00000000..39bcebdd --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/sandstone_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/half_slab_sandstone" +} diff --git a/1.9.4/assets/minecraft/models/item/sandstone_stairs.json b/1.9.4/assets/minecraft/models/item/sandstone_stairs.json new file mode 100644 index 00000000..18ab6848 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/sandstone_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/sandstone_stairs" +} diff --git a/1.9.4/assets/minecraft/models/item/sea_lantern.json b/1.9.4/assets/minecraft/models/item/sea_lantern.json new file mode 100644 index 00000000..8ce7df3b --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/sea_lantern.json @@ -0,0 +1,3 @@ +{ + "parent": "block/sea_lantern" +} diff --git a/1.9.4/assets/minecraft/models/item/shears.json b/1.9.4/assets/minecraft/models/item/shears.json new file mode 100644 index 00000000..0c62b764 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/shears.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/shears" + } +} diff --git a/1.9.4/assets/minecraft/models/item/shield.json b/1.9.4/assets/minecraft/models/item/shield.json new file mode 100644 index 00000000..db367c0d --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/shield.json @@ -0,0 +1,48 @@ +{ + "parent": "builtin/entity", + "display": { + "thirdperson_righthand": { + "rotation": [ 0, 90, 0 ], + "translation": [ 10.51, 6, -4 ], + "scale": [ 1, 1, 1 ] + }, + "thirdperson_lefthand": { + "rotation": [ 0, 90, 0 ], + "translation": [ 10.51, 6, 12 ], + "scale": [ 1, 1, 1 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 180, 5 ], + "translation": [ -10, 2, -10 ], + "scale": [ 1.25, 1.25, 1.25 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, 180, 5 ], + "translation": [ 10, 0, -10 ], + "scale": [ 1.25, 1.25, 1.25 ] + }, + "gui": { + "rotation": [ 15, -25, -5 ], + "translation": [ 2, 3, 0 ], + "scale": [ 0.65, 0.65, 0.65 ] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "translation": [ -2, 4, -5], + "scale":[ 0.5, 0.5, 0.5] + }, + "ground": { + "rotation": [ 0, 0, 0 ], + "translation": [ 4, 4, 2], + "scale":[ 0.25, 0.25, 0.25] + } + }, + "overrides": [ + { + "predicate": { + "blocking": 1 + }, + "model": "item/shield_blocking" + } + ] +} diff --git a/1.9.4/assets/minecraft/models/item/shield_blocking.json b/1.9.4/assets/minecraft/models/item/shield_blocking.json new file mode 100644 index 00000000..277a2544 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/shield_blocking.json @@ -0,0 +1,30 @@ +{ + "parent": "builtin/entity", + "display": { + "thirdperson_righthand": { + "rotation": [ 45, 135, 0 ], + "translation": [ 3.51, 11, -2 ], + "scale": [ 1, 1, 1 ] + }, + "thirdperson_lefthand": { + "rotation": [ 45, 135, 0 ], + "translation": [ 13.51, 3, 5 ], + "scale": [ 1, 1, 1 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 180, -5 ], + "translation": [ -15, 5, -11 ], + "scale": [ 1.25, 1.25, 1.25 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, 180, -5 ], + "translation": [ 5, 5, -11 ], + "scale": [ 1.25, 1.25, 1.25 ] + }, + "gui": { + "rotation": [ 15, -25, -5 ], + "translation": [ 2, 3, 0 ], + "scale": [ 0.65, 0.65, 0.65 ] + } + } +} diff --git a/1.9.4/assets/minecraft/models/item/sign.json b/1.9.4/assets/minecraft/models/item/sign.json new file mode 100644 index 00000000..788d6c5a --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/sign.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/sign" + } +} diff --git a/1.9.4/assets/minecraft/models/item/silver_carpet.json b/1.9.4/assets/minecraft/models/item/silver_carpet.json new file mode 100644 index 00000000..9c4d5641 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/silver_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/carpet_silver" +} diff --git a/1.9.4/assets/minecraft/models/item/silver_stained_glass.json b/1.9.4/assets/minecraft/models/item/silver_stained_glass.json new file mode 100644 index 00000000..168f4203 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/silver_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glass_silver" +} diff --git a/1.9.4/assets/minecraft/models/item/silver_stained_glass_pane.json b/1.9.4/assets/minecraft/models/item/silver_stained_glass_pane.json new file mode 100644 index 00000000..c72ea231 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/silver_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/glass_silver" + } +} diff --git a/1.9.4/assets/minecraft/models/item/silver_stained_hardened_clay.json b/1.9.4/assets/minecraft/models/item/silver_stained_hardened_clay.json new file mode 100644 index 00000000..e9994ee6 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/silver_stained_hardened_clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hardened_clay_silver" +} diff --git a/1.9.4/assets/minecraft/models/item/silver_wool.json b/1.9.4/assets/minecraft/models/item/silver_wool.json new file mode 100644 index 00000000..804d73a1 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/silver_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/silver_wool" +} diff --git a/1.9.4/assets/minecraft/models/item/skull.json b/1.9.4/assets/minecraft/models/item/skull.json new file mode 100644 index 00000000..3ad67d3d --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/skull.json @@ -0,0 +1,25 @@ +{ + "parent": "builtin/entity", + "display": { + "gui": { + "rotation": [ 30, 225, 0 ], + "translation": [ 0, 3, 0 ], + "scale": [ 1, 1, 1 ] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 4, 0], + "scale":[ 1, 1, 1 ] + }, + "ground": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 3, 0 ], + "scale": [ 0.5, 0.5, 0.5 ] + }, + "thirdperson_righthand": { + "rotation": [ 45, 45, 0 ], + "translation": [ 0, 3, 0 ], + "scale": [ 0.5, 0.5, 0.5 ] + } + } +} diff --git a/1.9.4/assets/minecraft/models/item/skull_char.json b/1.9.4/assets/minecraft/models/item/skull_char.json new file mode 100644 index 00000000..6d4896df --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/skull_char.json @@ -0,0 +1,3 @@ +{ + "parent": "item/skull" +} diff --git a/1.9.4/assets/minecraft/models/item/skull_creeper.json b/1.9.4/assets/minecraft/models/item/skull_creeper.json new file mode 100644 index 00000000..6d4896df --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/skull_creeper.json @@ -0,0 +1,3 @@ +{ + "parent": "item/skull" +} diff --git a/1.9.4/assets/minecraft/models/item/skull_dragon.json b/1.9.4/assets/minecraft/models/item/skull_dragon.json new file mode 100644 index 00000000..58593838 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/skull_dragon.json @@ -0,0 +1,10 @@ +{ + "parent": "item/skull", + "display": { + "gui": { + "translation": [ -2, 2, 0 ], + "rotation": [ 30, -135, 0 ], + "scale": [ 0.6, 0.6, 0.6 ] + } + } +} diff --git a/1.9.4/assets/minecraft/models/item/skull_skeleton.json b/1.9.4/assets/minecraft/models/item/skull_skeleton.json new file mode 100644 index 00000000..6d4896df --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/skull_skeleton.json @@ -0,0 +1,3 @@ +{ + "parent": "item/skull" +} diff --git a/1.9.4/assets/minecraft/models/item/skull_wither.json b/1.9.4/assets/minecraft/models/item/skull_wither.json new file mode 100644 index 00000000..6d4896df --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/skull_wither.json @@ -0,0 +1,3 @@ +{ + "parent": "item/skull" +} diff --git a/1.9.4/assets/minecraft/models/item/skull_zombie.json b/1.9.4/assets/minecraft/models/item/skull_zombie.json new file mode 100644 index 00000000..6d4896df --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/skull_zombie.json @@ -0,0 +1,3 @@ +{ + "parent": "item/skull" +} diff --git a/1.9.4/assets/minecraft/models/item/slime.json b/1.9.4/assets/minecraft/models/item/slime.json new file mode 100644 index 00000000..f826d007 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/slime.json @@ -0,0 +1,3 @@ +{ + "parent": "block/slime" +} diff --git a/1.9.4/assets/minecraft/models/item/slime_ball.json b/1.9.4/assets/minecraft/models/item/slime_ball.json new file mode 100644 index 00000000..f6d42b95 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/slime_ball.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/slimeball" + } +} diff --git a/1.9.4/assets/minecraft/models/item/smooth_red_sandstone.json b/1.9.4/assets/minecraft/models/item/smooth_red_sandstone.json new file mode 100644 index 00000000..ca33ebfb --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/smooth_red_sandstone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/red_sandstone_smooth" +} diff --git a/1.9.4/assets/minecraft/models/item/smooth_sandstone.json b/1.9.4/assets/minecraft/models/item/smooth_sandstone.json new file mode 100644 index 00000000..b53922ce --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/smooth_sandstone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/sandstone_smooth" +} diff --git a/1.9.4/assets/minecraft/models/item/snow.json b/1.9.4/assets/minecraft/models/item/snow.json new file mode 100644 index 00000000..c4fe8fbf --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/snow.json @@ -0,0 +1,3 @@ +{ + "parent": "block/snow" +} diff --git a/1.9.4/assets/minecraft/models/item/snow_layer.json b/1.9.4/assets/minecraft/models/item/snow_layer.json new file mode 100644 index 00000000..af2f0121 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/snow_layer.json @@ -0,0 +1,3 @@ +{ + "parent": "block/snow_height2" +} diff --git a/1.9.4/assets/minecraft/models/item/snowball.json b/1.9.4/assets/minecraft/models/item/snowball.json new file mode 100644 index 00000000..f1962327 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/snowball.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/snowball" + } +} diff --git a/1.9.4/assets/minecraft/models/item/soul_sand.json b/1.9.4/assets/minecraft/models/item/soul_sand.json new file mode 100644 index 00000000..bb214e31 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/soul_sand.json @@ -0,0 +1,3 @@ +{ + "parent": "block/soul_sand" +} diff --git a/1.9.4/assets/minecraft/models/item/spawn_egg.json b/1.9.4/assets/minecraft/models/item/spawn_egg.json new file mode 100644 index 00000000..908f7fa0 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/spawn_egg.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/spawn_egg", + "layer1": "items/spawn_egg_overlay" + } +} diff --git a/1.9.4/assets/minecraft/models/item/speckled_melon.json b/1.9.4/assets/minecraft/models/item/speckled_melon.json new file mode 100644 index 00000000..69840f96 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/speckled_melon.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/melon_speckled" + } +} diff --git a/1.9.4/assets/minecraft/models/item/spectral_arrow.json b/1.9.4/assets/minecraft/models/item/spectral_arrow.json new file mode 100644 index 00000000..b7db6448 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/spectral_arrow.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/spectral_arrow" + } +} diff --git a/1.9.4/assets/minecraft/models/item/spider_eye.json b/1.9.4/assets/minecraft/models/item/spider_eye.json new file mode 100644 index 00000000..0a663064 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/spider_eye.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/spider_eye" + } +} diff --git a/1.9.4/assets/minecraft/models/item/sponge.json b/1.9.4/assets/minecraft/models/item/sponge.json new file mode 100644 index 00000000..be0af22f --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/sponge.json @@ -0,0 +1,3 @@ +{ + "parent": "block/sponge" +} diff --git a/1.9.4/assets/minecraft/models/item/sponge_wet.json b/1.9.4/assets/minecraft/models/item/sponge_wet.json new file mode 100644 index 00000000..763ac1e0 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/sponge_wet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/sponge_wet" +} diff --git a/1.9.4/assets/minecraft/models/item/spruce_boat.json b/1.9.4/assets/minecraft/models/item/spruce_boat.json new file mode 100644 index 00000000..04455ca0 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/spruce_boat.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/spruce_boat" + } +} diff --git a/1.9.4/assets/minecraft/models/item/spruce_door.json b/1.9.4/assets/minecraft/models/item/spruce_door.json new file mode 100644 index 00000000..b6a0ac7b --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/spruce_door.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/door_spruce" + } +} diff --git a/1.9.4/assets/minecraft/models/item/spruce_fence.json b/1.9.4/assets/minecraft/models/item/spruce_fence.json new file mode 100644 index 00000000..fccc7be6 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/spruce_fence.json @@ -0,0 +1,3 @@ +{ + "parent": "block/spruce_fence_inventory" +} diff --git a/1.9.4/assets/minecraft/models/item/spruce_fence_gate.json b/1.9.4/assets/minecraft/models/item/spruce_fence_gate.json new file mode 100644 index 00000000..38c1bf21 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/spruce_fence_gate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/spruce_fence_gate_closed" +} diff --git a/1.9.4/assets/minecraft/models/item/spruce_leaves.json b/1.9.4/assets/minecraft/models/item/spruce_leaves.json new file mode 100644 index 00000000..0fc2b066 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/spruce_leaves.json @@ -0,0 +1,3 @@ +{ + "parent": "block/spruce_leaves" +} diff --git a/1.9.4/assets/minecraft/models/item/spruce_log.json b/1.9.4/assets/minecraft/models/item/spruce_log.json new file mode 100644 index 00000000..702dccc4 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/spruce_log.json @@ -0,0 +1,3 @@ +{ + "parent": "block/spruce_log" +} diff --git a/1.9.4/assets/minecraft/models/item/spruce_planks.json b/1.9.4/assets/minecraft/models/item/spruce_planks.json new file mode 100644 index 00000000..05d60747 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/spruce_planks.json @@ -0,0 +1,3 @@ +{ + "parent": "block/spruce_planks" +} diff --git a/1.9.4/assets/minecraft/models/item/spruce_sapling.json b/1.9.4/assets/minecraft/models/item/spruce_sapling.json new file mode 100644 index 00000000..292c12ef --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/spruce_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/sapling_spruce" + } +} diff --git a/1.9.4/assets/minecraft/models/item/spruce_slab.json b/1.9.4/assets/minecraft/models/item/spruce_slab.json new file mode 100644 index 00000000..60251bff --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/spruce_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/half_slab_spruce" +} diff --git a/1.9.4/assets/minecraft/models/item/spruce_stairs.json b/1.9.4/assets/minecraft/models/item/spruce_stairs.json new file mode 100644 index 00000000..c69594a3 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/spruce_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/spruce_stairs" +} diff --git a/1.9.4/assets/minecraft/models/item/stick.json b/1.9.4/assets/minecraft/models/item/stick.json new file mode 100644 index 00000000..f757c1f3 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/stick.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/stick" + } +} diff --git a/1.9.4/assets/minecraft/models/item/sticky_piston.json b/1.9.4/assets/minecraft/models/item/sticky_piston.json new file mode 100644 index 00000000..87c94d4b --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/sticky_piston.json @@ -0,0 +1,3 @@ +{ + "parent": "block/piston_inventory_sticky" +} diff --git a/1.9.4/assets/minecraft/models/item/stone.json b/1.9.4/assets/minecraft/models/item/stone.json new file mode 100644 index 00000000..68982f03 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/stone.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stone" +} diff --git a/1.9.4/assets/minecraft/models/item/stone_axe.json b/1.9.4/assets/minecraft/models/item/stone_axe.json new file mode 100644 index 00000000..ebbe13fa --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/stone_axe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/stone_axe" + } +} diff --git a/1.9.4/assets/minecraft/models/item/stone_brick_monster_egg.json b/1.9.4/assets/minecraft/models/item/stone_brick_monster_egg.json new file mode 100644 index 00000000..ef1e13fc --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/stone_brick_monster_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stonebrick_normal" +} diff --git a/1.9.4/assets/minecraft/models/item/stone_brick_slab.json b/1.9.4/assets/minecraft/models/item/stone_brick_slab.json new file mode 100644 index 00000000..3f0db474 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/stone_brick_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/half_slab_stone_brick" +} diff --git a/1.9.4/assets/minecraft/models/item/stone_brick_stairs.json b/1.9.4/assets/minecraft/models/item/stone_brick_stairs.json new file mode 100644 index 00000000..30e682e1 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/stone_brick_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stone_brick_stairs" +} diff --git a/1.9.4/assets/minecraft/models/item/stone_button.json b/1.9.4/assets/minecraft/models/item/stone_button.json new file mode 100644 index 00000000..2ef9acb7 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/stone_button.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stone_button_inventory" +} diff --git a/1.9.4/assets/minecraft/models/item/stone_hoe.json b/1.9.4/assets/minecraft/models/item/stone_hoe.json new file mode 100644 index 00000000..aaa6122e --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/stone_hoe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/stone_hoe" + } +} diff --git a/1.9.4/assets/minecraft/models/item/stone_monster_egg.json b/1.9.4/assets/minecraft/models/item/stone_monster_egg.json new file mode 100644 index 00000000..68982f03 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/stone_monster_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stone" +} diff --git a/1.9.4/assets/minecraft/models/item/stone_pickaxe.json b/1.9.4/assets/minecraft/models/item/stone_pickaxe.json new file mode 100644 index 00000000..df6c844f --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/stone_pickaxe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/stone_pickaxe" + } +} diff --git a/1.9.4/assets/minecraft/models/item/stone_pressure_plate.json b/1.9.4/assets/minecraft/models/item/stone_pressure_plate.json new file mode 100644 index 00000000..9f18cce8 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/stone_pressure_plate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stone_pressure_plate_up" +} diff --git a/1.9.4/assets/minecraft/models/item/stone_shovel.json b/1.9.4/assets/minecraft/models/item/stone_shovel.json new file mode 100644 index 00000000..d227e6db --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/stone_shovel.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/stone_shovel" + } +} diff --git a/1.9.4/assets/minecraft/models/item/stone_slab.json b/1.9.4/assets/minecraft/models/item/stone_slab.json new file mode 100644 index 00000000..701dbc32 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/stone_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/half_slab_stone" +} diff --git a/1.9.4/assets/minecraft/models/item/stone_stairs.json b/1.9.4/assets/minecraft/models/item/stone_stairs.json new file mode 100644 index 00000000..65107ed7 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/stone_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stone_stairs" +} diff --git a/1.9.4/assets/minecraft/models/item/stone_sword.json b/1.9.4/assets/minecraft/models/item/stone_sword.json new file mode 100644 index 00000000..a30dcae5 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/stone_sword.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/stone_sword" + } +} diff --git a/1.9.4/assets/minecraft/models/item/stonebrick.json b/1.9.4/assets/minecraft/models/item/stonebrick.json new file mode 100644 index 00000000..ef1e13fc --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/stonebrick.json @@ -0,0 +1,3 @@ +{ + "parent": "block/stonebrick_normal" +} diff --git a/1.9.4/assets/minecraft/models/item/string.json b/1.9.4/assets/minecraft/models/item/string.json new file mode 100644 index 00000000..046bb2e9 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/string.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/string" + } +} diff --git a/1.9.4/assets/minecraft/models/item/structure_block.json b/1.9.4/assets/minecraft/models/item/structure_block.json new file mode 100644 index 00000000..14bed985 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/structure_block.json @@ -0,0 +1,3 @@ +{ + "parent": "block/structure_block" +} diff --git a/1.9.4/assets/minecraft/models/item/sugar.json b/1.9.4/assets/minecraft/models/item/sugar.json new file mode 100644 index 00000000..36b9ebf6 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/sugar.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/sugar" + } +} diff --git a/1.9.4/assets/minecraft/models/item/sunflower.json b/1.9.4/assets/minecraft/models/item/sunflower.json new file mode 100644 index 00000000..cd0e9320 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/sunflower.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/double_plant_sunflower_front" + } +} diff --git a/1.9.4/assets/minecraft/models/item/syringa.json b/1.9.4/assets/minecraft/models/item/syringa.json new file mode 100644 index 00000000..4ad521a3 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/syringa.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/double_plant_syringa_top" + } +} diff --git a/1.9.4/assets/minecraft/models/item/tall_grass.json b/1.9.4/assets/minecraft/models/item/tall_grass.json new file mode 100644 index 00000000..03b74d51 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/tall_grass.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/tallgrass" + } +} diff --git a/1.9.4/assets/minecraft/models/item/tipped_arrow.json b/1.9.4/assets/minecraft/models/item/tipped_arrow.json new file mode 100644 index 00000000..9f6da4c0 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/tipped_arrow.json @@ -0,0 +1,7 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/tipped_arrow_head", + "layer1": "items/tipped_arrow_base" + } +} diff --git a/1.9.4/assets/minecraft/models/item/tnt.json b/1.9.4/assets/minecraft/models/item/tnt.json new file mode 100644 index 00000000..ba1dec1c --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/tnt.json @@ -0,0 +1,3 @@ +{ + "parent": "block/tnt" +} diff --git a/1.9.4/assets/minecraft/models/item/tnt_minecart.json b/1.9.4/assets/minecraft/models/item/tnt_minecart.json new file mode 100644 index 00000000..c1d0aac9 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/tnt_minecart.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/minecart_tnt" + } +} diff --git a/1.9.4/assets/minecraft/models/item/torch.json b/1.9.4/assets/minecraft/models/item/torch.json new file mode 100644 index 00000000..4e6da468 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/torch.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/torch_on" + } +} diff --git a/1.9.4/assets/minecraft/models/item/trapdoor.json b/1.9.4/assets/minecraft/models/item/trapdoor.json new file mode 100644 index 00000000..4b707422 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/trapdoor.json @@ -0,0 +1,3 @@ +{ + "parent": "block/wooden_trapdoor_bottom" +} diff --git a/1.9.4/assets/minecraft/models/item/trapped_chest.json b/1.9.4/assets/minecraft/models/item/trapped_chest.json new file mode 100644 index 00000000..c7435714 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/trapped_chest.json @@ -0,0 +1,3 @@ +{ + "parent": "item/chest" +} diff --git a/1.9.4/assets/minecraft/models/item/tripwire_hook.json b/1.9.4/assets/minecraft/models/item/tripwire_hook.json new file mode 100644 index 00000000..79b51fd4 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/tripwire_hook.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/trip_wire_source" + } +} diff --git a/1.9.4/assets/minecraft/models/item/vine.json b/1.9.4/assets/minecraft/models/item/vine.json new file mode 100644 index 00000000..3db1bb91 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/vine.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/vine" + } +} diff --git a/1.9.4/assets/minecraft/models/item/water_bucket.json b/1.9.4/assets/minecraft/models/item/water_bucket.json new file mode 100644 index 00000000..8fb67591 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/water_bucket.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/bucket_water" + } +} diff --git a/1.9.4/assets/minecraft/models/item/waterlily.json b/1.9.4/assets/minecraft/models/item/waterlily.json new file mode 100644 index 00000000..68529104 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/waterlily.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/waterlily" + } +} diff --git a/1.9.4/assets/minecraft/models/item/web.json b/1.9.4/assets/minecraft/models/item/web.json new file mode 100644 index 00000000..1fe6d579 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/web.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/web" + } +} diff --git a/1.9.4/assets/minecraft/models/item/wheat.json b/1.9.4/assets/minecraft/models/item/wheat.json new file mode 100644 index 00000000..25b0bb90 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/wheat.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/wheat" + } +} diff --git a/1.9.4/assets/minecraft/models/item/wheat_seeds.json b/1.9.4/assets/minecraft/models/item/wheat_seeds.json new file mode 100644 index 00000000..223a2f44 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/wheat_seeds.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/seeds_wheat" + } +} diff --git a/1.9.4/assets/minecraft/models/item/white_carpet.json b/1.9.4/assets/minecraft/models/item/white_carpet.json new file mode 100644 index 00000000..3234800e --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/white_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/carpet_white" +} diff --git a/1.9.4/assets/minecraft/models/item/white_stained_glass.json b/1.9.4/assets/minecraft/models/item/white_stained_glass.json new file mode 100644 index 00000000..fe424441 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/white_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glass_white" +} diff --git a/1.9.4/assets/minecraft/models/item/white_stained_glass_pane.json b/1.9.4/assets/minecraft/models/item/white_stained_glass_pane.json new file mode 100644 index 00000000..d64898db --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/white_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/glass_white" + } +} diff --git a/1.9.4/assets/minecraft/models/item/white_stained_hardened_clay.json b/1.9.4/assets/minecraft/models/item/white_stained_hardened_clay.json new file mode 100644 index 00000000..d5bf687c --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/white_stained_hardened_clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hardened_clay_white" +} diff --git a/1.9.4/assets/minecraft/models/item/white_tulip.json b/1.9.4/assets/minecraft/models/item/white_tulip.json new file mode 100644 index 00000000..9d8d4316 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/white_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/flower_tulip_white" + } +} diff --git a/1.9.4/assets/minecraft/models/item/white_wool.json b/1.9.4/assets/minecraft/models/item/white_wool.json new file mode 100644 index 00000000..59a012e3 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/white_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/white_wool" +} diff --git a/1.9.4/assets/minecraft/models/item/wood_old_slab.json b/1.9.4/assets/minecraft/models/item/wood_old_slab.json new file mode 100644 index 00000000..7043f21d --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/wood_old_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "block/half_slab_oak" +} diff --git a/1.9.4/assets/minecraft/models/item/wooden_axe.json b/1.9.4/assets/minecraft/models/item/wooden_axe.json new file mode 100644 index 00000000..1089bde5 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/wooden_axe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/wood_axe" + } +} diff --git a/1.9.4/assets/minecraft/models/item/wooden_button.json b/1.9.4/assets/minecraft/models/item/wooden_button.json new file mode 100644 index 00000000..051f7bcd --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/wooden_button.json @@ -0,0 +1,3 @@ +{ + "parent": "block/wooden_button_inventory" +} diff --git a/1.9.4/assets/minecraft/models/item/wooden_hoe.json b/1.9.4/assets/minecraft/models/item/wooden_hoe.json new file mode 100644 index 00000000..3d55e9c9 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/wooden_hoe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/wood_hoe" + } +} diff --git a/1.9.4/assets/minecraft/models/item/wooden_pickaxe.json b/1.9.4/assets/minecraft/models/item/wooden_pickaxe.json new file mode 100644 index 00000000..f1e8da31 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/wooden_pickaxe.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/wood_pickaxe" + } +} diff --git a/1.9.4/assets/minecraft/models/item/wooden_pressure_plate.json b/1.9.4/assets/minecraft/models/item/wooden_pressure_plate.json new file mode 100644 index 00000000..645a3092 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/wooden_pressure_plate.json @@ -0,0 +1,3 @@ +{ + "parent": "block/wooden_pressure_plate_up" +} diff --git a/1.9.4/assets/minecraft/models/item/wooden_shovel.json b/1.9.4/assets/minecraft/models/item/wooden_shovel.json new file mode 100644 index 00000000..9f1203dc --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/wooden_shovel.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/wood_shovel" + } +} diff --git a/1.9.4/assets/minecraft/models/item/wooden_sword.json b/1.9.4/assets/minecraft/models/item/wooden_sword.json new file mode 100644 index 00000000..92fa555e --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/wooden_sword.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "items/wood_sword" + } +} diff --git a/1.9.4/assets/minecraft/models/item/writable_book.json b/1.9.4/assets/minecraft/models/item/writable_book.json new file mode 100644 index 00000000..56fcacae --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/writable_book.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/book_writable" + } +} diff --git a/1.9.4/assets/minecraft/models/item/written_book.json b/1.9.4/assets/minecraft/models/item/written_book.json new file mode 100644 index 00000000..3dc7d4ae --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/written_book.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "items/book_written" + } +} diff --git a/1.9.4/assets/minecraft/models/item/yellow_carpet.json b/1.9.4/assets/minecraft/models/item/yellow_carpet.json new file mode 100644 index 00000000..f3879dc1 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/yellow_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "block/carpet_yellow" +} diff --git a/1.9.4/assets/minecraft/models/item/yellow_stained_glass.json b/1.9.4/assets/minecraft/models/item/yellow_stained_glass.json new file mode 100644 index 00000000..b52b3133 --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/yellow_stained_glass.json @@ -0,0 +1,3 @@ +{ + "parent": "block/glass_yellow" +} diff --git a/1.9.4/assets/minecraft/models/item/yellow_stained_glass_pane.json b/1.9.4/assets/minecraft/models/item/yellow_stained_glass_pane.json new file mode 100644 index 00000000..ac5c8e1c --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/yellow_stained_glass_pane.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "blocks/glass_yellow" + } +} diff --git a/1.9.4/assets/minecraft/models/item/yellow_stained_hardened_clay.json b/1.9.4/assets/minecraft/models/item/yellow_stained_hardened_clay.json new file mode 100644 index 00000000..ff76d23c --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/yellow_stained_hardened_clay.json @@ -0,0 +1,3 @@ +{ + "parent": "block/hardened_clay_yellow" +} diff --git a/1.9.4/assets/minecraft/models/item/yellow_wool.json b/1.9.4/assets/minecraft/models/item/yellow_wool.json new file mode 100644 index 00000000..33e3d17c --- /dev/null +++ b/1.9.4/assets/minecraft/models/item/yellow_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "block/yellow_wool" +} diff --git a/1.9.4/assets/minecraft/shaders/post/antialias.json b/1.9.4/assets/minecraft/shaders/post/antialias.json new file mode 100644 index 00000000..bc31af30 --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/post/antialias.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "antialias", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.9.4/assets/minecraft/shaders/post/art.json b/1.9.4/assets/minecraft/shaders/post/art.json new file mode 100644 index 00000000..6d6c7ec5 --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/post/art.json @@ -0,0 +1,64 @@ +{ + "targets": [ + "0", + "1" + ], + "passes": [ + { + "name": "blobs2", + "intarget": "minecraft:main", + "outtarget": "0" + }, + { + "name": "outline_watercolor", + "intarget": "0", + "outtarget": "minecraft:main" + }, + { + "name": "blur", + "intarget": "minecraft:main", + "outtarget": "1", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.8, 0.0 ] + }, + { + "name": "Radius", + "values": [ 20.0 ] + } + ] + }, + { + "name": "blur", + "intarget": "1", + "outtarget": "minecraft:main", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.0, 0.8 ] + }, + { + "name": "Radius", + "values": [ 20.0 ] + } + ] + }, + { + "name": "outline_combine", + "intarget": "0", + "outtarget": "1", + "auxtargets": [ + { + "name": "OutlineSampler", + "id": "minecraft:main" + } + ] + }, + { + "name": "blit", + "intarget": "1", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.9.4/assets/minecraft/shaders/post/bits.json b/1.9.4/assets/minecraft/shaders/post/bits.json new file mode 100644 index 00000000..7236746c --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/post/bits.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "bits", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.9.4/assets/minecraft/shaders/post/blobs.json b/1.9.4/assets/minecraft/shaders/post/blobs.json new file mode 100644 index 00000000..d6260aa2 --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/post/blobs.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "blobs", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.9.4/assets/minecraft/shaders/post/blobs2.json b/1.9.4/assets/minecraft/shaders/post/blobs2.json new file mode 100644 index 00000000..3464ae30 --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/post/blobs2.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "blobs2", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.9.4/assets/minecraft/shaders/post/blur.json b/1.9.4/assets/minecraft/shaders/post/blur.json new file mode 100644 index 00000000..bca04d5e --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/post/blur.json @@ -0,0 +1,37 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "blur", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 1.0, 0.0 ] + }, + { + "name": "Radius", + "values": [ 20.0 ] + } + ] + }, + { + "name": "blur", + "intarget": "swap", + "outtarget": "minecraft:main", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.0, 1.0 ] + }, + { + "name": "Radius", + "values": [ 20.0 ] + } + ] + } + ] +} diff --git a/1.9.4/assets/minecraft/shaders/post/bumpy.json b/1.9.4/assets/minecraft/shaders/post/bumpy.json new file mode 100644 index 00000000..0870985d --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/post/bumpy.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "bumpy", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.9.4/assets/minecraft/shaders/post/color_convolve.json b/1.9.4/assets/minecraft/shaders/post/color_convolve.json new file mode 100644 index 00000000..9f002121 --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/post/color_convolve.json @@ -0,0 +1,20 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "color_convolve", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { "name": "Saturation", "values": [ 1.4 ] } + ] + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.9.4/assets/minecraft/shaders/post/creeper.json b/1.9.4/assets/minecraft/shaders/post/creeper.json new file mode 100644 index 00000000..da503f1a --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/post/creeper.json @@ -0,0 +1,41 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "color_convolve", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { + "name": "RedMatrix", + "values": [ 0.0, 0.0, 0.0 ] + }, + { + "name": "GreenMatrix", + "values": [ 0.3, 0.59, 0.11 ] + }, + { + "name": "BlueMatrix", + "values": [ 0.0, 0.0, 0.0 ] + } + ] + }, + { + "name": "bits", + "intarget": "swap", + "outtarget": "minecraft:main", + "uniforms": [ + { + "name": "Resolution", + "values": [ 16.0 ] + }, + { + "name": "MosaicSize", + "values": [ 4.0 ] + } + ] + } + ] +} diff --git a/1.9.4/assets/minecraft/shaders/post/deconverge.json b/1.9.4/assets/minecraft/shaders/post/deconverge.json new file mode 100644 index 00000000..4eb2b8db --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/post/deconverge.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "deconverge", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.9.4/assets/minecraft/shaders/post/desaturate.json b/1.9.4/assets/minecraft/shaders/post/desaturate.json new file mode 100644 index 00000000..675018fa --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/post/desaturate.json @@ -0,0 +1,23 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "color_convolve", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { + "name": "Saturation", + "values": [ 0.2 ] + } + ] + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.9.4/assets/minecraft/shaders/post/entity_outline.json b/1.9.4/assets/minecraft/shaders/post/entity_outline.json new file mode 100644 index 00000000..e53ff3db --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/post/entity_outline.json @@ -0,0 +1,48 @@ +{ + "targets": [ + "swap", + "final" + ], + "passes": [ + { + "name": "entity_outline", + "intarget": "final", + "outtarget": "swap" + }, + { + "name": "blur", + "intarget": "swap", + "outtarget": "final", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 1.0, 0.0 ] + }, + { + "name": "Radius", + "values": [ 2.0 ] + } + ] + }, + { + "name": "blur", + "intarget": "final", + "outtarget": "swap", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.0, 1.0 ] + }, + { + "name": "Radius", + "values": [ 2.0 ] + } + ] + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "final" + } + ] +} diff --git a/1.9.4/assets/minecraft/shaders/post/flip.json b/1.9.4/assets/minecraft/shaders/post/flip.json new file mode 100644 index 00000000..e3824357 --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/post/flip.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "flip", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.9.4/assets/minecraft/shaders/post/fxaa.json b/1.9.4/assets/minecraft/shaders/post/fxaa.json new file mode 100644 index 00000000..83292b79 --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/post/fxaa.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "fxaa", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.9.4/assets/minecraft/shaders/post/green.json b/1.9.4/assets/minecraft/shaders/post/green.json new file mode 100644 index 00000000..5d0af6c9 --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/post/green.json @@ -0,0 +1,41 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "color_convolve", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { + "name": "RedMatrix", + "values": [ 0.0, 0.0, 0.0 ] + }, + { + "name": "GreenMatrix", + "values": [ 0.3, 0.59, 0.11 ] + }, + { + "name": "BlueMatrix", + "values": [ 0.0, 0.0, 0.0 ] + } + ] + }, + { + "name": "bits", + "intarget": "swap", + "outtarget": "minecraft:main" + }, + { + "name": "scan_pincushion", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.9.4/assets/minecraft/shaders/post/invert.json b/1.9.4/assets/minecraft/shaders/post/invert.json new file mode 100644 index 00000000..2ab63fb6 --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/post/invert.json @@ -0,0 +1,23 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "invert", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { + "name": "InverseAmount", + "values": [ 0.8 ] + } + ] + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.9.4/assets/minecraft/shaders/post/notch.json b/1.9.4/assets/minecraft/shaders/post/notch.json new file mode 100644 index 00000000..164943c2 --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/post/notch.json @@ -0,0 +1,26 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "notch", + "intarget": "minecraft:main", + "outtarget": "swap", + "auxtargets": [ + { + "name": "DitherSampler", + "id": "dither", + "width": 4, + "height": 4, + "bilinear": false + } + ] + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.9.4/assets/minecraft/shaders/post/ntsc.json b/1.9.4/assets/minecraft/shaders/post/ntsc.json new file mode 100644 index 00000000..abc005bd --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/post/ntsc.json @@ -0,0 +1,92 @@ +{ + "targets": [ + "swap", + "swap2", + "previous" + ], + "passes": [ + { + "name": "ntsc_encode", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "ntsc_decode", + "intarget": "swap", + "outtarget": "swap2", + "auxtargets": [ + { + "name": "BaseSampler", + "id": "minecraft:main" + } + ] + }, + { + "name": "color_convolve", + "intarget": "swap2", + "outtarget": "swap" + }, + { + "name": "deconverge", + "intarget": "swap", + "outtarget": "minecraft:main" + }, + { + "name": "blur", + "intarget": "minecraft:main", + "outtarget": "swap", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 1.0, 0.0 ] + }, + { + "name": "Radius", + "values": [ 10.0 ] + } + ] + }, + { + "name": "blur", + "intarget": "swap", + "outtarget": "minecraft:main", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.0, 1.0 ] + }, + { + "name": "Radius", + "values": [ 10.0 ] + } + ] + }, + { + "name": "scan_pincushion", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "phosphor", + "intarget": "swap", + "outtarget": "minecraft:main", + "auxtargets": [ + { + "name": "PrevSampler", + "id": "previous" + } + ], + "uniforms": [ + { + "name": "Phosphor", + "values": [ 0.4, 0.4, 0.4 ] + } + ] + }, + { + "name": "blit", + "intarget": "minecraft:main", + "outtarget": "previous" + } + ] +} diff --git a/1.9.4/assets/minecraft/shaders/post/outline.json b/1.9.4/assets/minecraft/shaders/post/outline.json new file mode 100644 index 00000000..53c8ee82 --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/post/outline.json @@ -0,0 +1,18 @@ +{ + "targets": [ + "swap", + "final" + ], + "passes": [ + { + "name": "outline", + "intarget": "final", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "final" + } + ] +} diff --git a/1.9.4/assets/minecraft/shaders/post/pencil.json b/1.9.4/assets/minecraft/shaders/post/pencil.json new file mode 100644 index 00000000..1fc5b133 --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/post/pencil.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "outline_soft", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.9.4/assets/minecraft/shaders/post/phosphor.json b/1.9.4/assets/minecraft/shaders/post/phosphor.json new file mode 100644 index 00000000..0fa09c4e --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/post/phosphor.json @@ -0,0 +1,35 @@ +{ + "targets": [ + "swap", + "previous" + ], + "passes": [ + { + "name": "phosphor", + "intarget": "minecraft:main", + "outtarget": "swap", + "auxtargets": [ + { + "name": "PrevSampler", + "id": "previous" + } + ], + "uniforms": [ + { + "name": "Phosphor", + "values": [ 0.95, 0.95, 0.95 ] + } + ] + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "previous" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.9.4/assets/minecraft/shaders/post/scan_pincushion.json b/1.9.4/assets/minecraft/shaders/post/scan_pincushion.json new file mode 100644 index 00000000..b5d0a3ed --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/post/scan_pincushion.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "scan_pincushion", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.9.4/assets/minecraft/shaders/post/sobel.json b/1.9.4/assets/minecraft/shaders/post/sobel.json new file mode 100644 index 00000000..5c390a4b --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/post/sobel.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "sobel", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.9.4/assets/minecraft/shaders/post/spider.json b/1.9.4/assets/minecraft/shaders/post/spider.json new file mode 100644 index 00000000..5f203c13 --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/post/spider.json @@ -0,0 +1,230 @@ +{ + "targets": [ + "largeBlur", + "smallBlur", + "temp", + "swap" + ], + "passes": [ + { + "name": "blur", + "intarget": "minecraft:main", + "outtarget": "temp", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 1.0, 0.0 ] + }, + { + "name": "Radius", + "values": [ 15.0 ] + } + ] + }, + { + "name": "blur", + "intarget": "temp", + "outtarget": "largeBlur", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.0, 1.0 ] + }, + { + "name": "Radius", + "values": [ 15.0 ] + } + ] + }, + { + "name": "blur", + "intarget": "minecraft:main", + "outtarget": "temp", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 1.0, 0.0 ] + }, + { + "name": "Radius", + "values": [ 7.0 ] + } + ] + }, + { + "name": "blur", + "intarget": "temp", + "outtarget": "smallBlur", + "uniforms": [ + { + "name": "BlurDir", + "values": [ 0.0, 1.0 ] + }, + { + "name": "Radius", + "values": [ 7.0 ] + } + ] + }, + { + "name": "spider", + "intarget": "minecraft:main", + "outtarget": "temp", + "auxtargets": [ + { + "name": "BlurSampler", + "id": "largeBlur" + } + ], + "uniforms": [ + { + "name": "InScale", + "values": [ 1.25, 2.0 ] + }, + { + "name": "InOffset", + "values": [ -0.125, -0.1 ] + }, + { + "name": "Scissor", + "values": [ 0.0, 0.0, 1.0, 1.0 ] + }, + { + "name": "Vignette", + "values": [ 0.1, 0.1, 0.9, 0.9 ] + } + ] + }, + { + "name": "spider", + "intarget": "smallBlur", + "outtarget": "swap", + "auxtargets": [ + { + "name": "BlurSampler", + "id": "temp" + } + ], + "uniforms": [ + { + "name": "InScale", + "values": [ 2.35, 4.2 ] + }, + { + "name": "InOffset", + "values": [ -1.1, -1.5 ] + }, + { + "name": "InRotation", + "values": [ -45.0 ] + }, + { + "name": "Scissor", + "values": [ 0.21, 0.0, 0.79, 1.0 ] + }, + { + "name": "Vignette", + "values": [ 0.31, 0.1, 0.69, 0.9 ] + } + ] + }, + { + "name": "spider", + "intarget": "smallBlur", + "outtarget": "temp", + "auxtargets": [ + { + "name": "BlurSampler", + "id": "swap" + } + ], + "uniforms": [ + { + "name": "InScale", + "values": [ 2.35, 4.2 ] + }, + { + "name": "InOffset", + "values": [ 0.45, -4.45 ] + }, + { + "name": "InRotation", + "values": [ 45.0 ] + }, + { + "name": "Scissor", + "values": [ 0.21, 0.0, 0.79, 1.0 ] + }, + { + "name": "Vignette", + "values": [ 0.31, 0.1, 0.69, 0.9 ] + } + ] + }, + { + "name": "spider", + "intarget": "smallBlur", + "outtarget": "swap", + "auxtargets": [ + { + "name": "BlurSampler", + "id": "temp" + } + ], + "uniforms": [ + { + "name": "InScale", + "values": [ 2.35, 2.35 ] + }, + { + "name": "InOffset", + "values": [ -0.385, -1.29 ] + }, + { + "name": "InRotation", + "values": [ 0.0 ] + }, + { + "name": "Vignette", + "values": [ 0.31, 0.1, 0.69, 0.9 ] + } + ] + }, + { + "name": "spider", + "intarget": "smallBlur", + "outtarget": "temp", + "auxtargets": [ + { + "name": "BlurSampler", + "id": "swap" + } + ], + "uniforms": [ + { + "name": "InScale", + "values": [ 2.35, 2.35 ] + }, + { + "name": "InOffset", + "values": [ -0.965, -1.29 ] + }, + { + "name": "Vignette", + "values": [ 0.31, 0.1, 0.69, 0.9 ] + } + ] + }, + { + "name": "blit", + "intarget": "temp", + "outtarget": "minecraft:main", + "uniforms": [ + { + "name": "ColorModulate", + "values": [ 1.0, 0.8, 0.8, 1.0 ] + } + ] + } + ] +} diff --git a/1.9.4/assets/minecraft/shaders/post/wobble.json b/1.9.4/assets/minecraft/shaders/post/wobble.json new file mode 100644 index 00000000..1fc45346 --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/post/wobble.json @@ -0,0 +1,17 @@ +{ + "targets": [ + "swap" + ], + "passes": [ + { + "name": "wobble", + "intarget": "minecraft:main", + "outtarget": "swap" + }, + { + "name": "blit", + "intarget": "swap", + "outtarget": "minecraft:main" + } + ] +} diff --git a/1.9.4/assets/minecraft/shaders/program/antialias.fsh b/1.9.4/assets/minecraft/shaders/program/antialias.fsh new file mode 100644 index 00000000..2d921951 --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/program/antialias.fsh @@ -0,0 +1,29 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 c = texture2D (DiffuseSampler, texCoord); + vec4 u1 = texture2D (DiffuseSampler, texCoord + vec2 ( 0.0, -oneTexel.y )); + vec4 u2 = texture2D (DiffuseSampler, texCoord + vec2 ( 0.0, -oneTexel.y * 2.0)); + vec4 d1 = texture2D (DiffuseSampler, texCoord + vec2 ( 0.0, oneTexel.y )); + vec4 d2 = texture2D (DiffuseSampler, texCoord + vec2 ( 0.0, oneTexel.y * 2.0)); + vec4 l1 = texture2D (DiffuseSampler, texCoord + vec2 (-oneTexel.x, 0.0)); + vec4 l2 = texture2D (DiffuseSampler, texCoord + vec2 (-oneTexel.x * 2.0, 0.0)); + vec4 r1 = texture2D (DiffuseSampler, texCoord + vec2 ( oneTexel.x, 0.0)); + vec4 r2 = texture2D (DiffuseSampler, texCoord + vec2 ( oneTexel.x * 2.0, 0.0)); + + vec4 v1 = mix (c, mix (l1, l2, 0.667), 0.75); + vec4 v2 = mix (c, mix (r1, r2, 0.667), 0.75); + vec4 v3 = mix (c, mix (u1, u2, 0.667), 0.75); + vec4 v4 = mix (c, mix (d1, d2, 0.667), 0.75); + + vec4 v5 = mix (v1, v2, 0.5); + vec4 v6 = mix (v3, v4, 0.5); + + vec4 color = mix (v5, v6, 0.5); + gl_FragColor = vec4(color.rgb, 1.0); +} diff --git a/1.9.4/assets/minecraft/shaders/program/antialias.json b/1.9.4/assets/minecraft/shaders/program/antialias.json new file mode 100644 index 00000000..6916fd9a --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/program/antialias.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "blobs", + "fragment": "antialias", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.9.4/assets/minecraft/shaders/program/bits.fsh b/1.9.4/assets/minecraft/shaders/program/bits.fsh new file mode 100644 index 00000000..c252b303 --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/program/bits.fsh @@ -0,0 +1,27 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +uniform float Resolution = 4.0; +uniform float Saturation = 1.5; +uniform float MosaicSize = 8.0; + +void main() { + vec2 mosaicInSize = InSize / MosaicSize; + vec2 fractPix = fract(texCoord * mosaicInSize) / mosaicInSize; + + vec4 baseTexel = texture2D(DiffuseSampler, texCoord - fractPix); + + vec3 fractTexel = baseTexel.rgb - fract(baseTexel.rgb * Resolution) / Resolution; + float luma = dot(fractTexel, vec3(0.3, 0.59, 0.11)); + vec3 chroma = (fractTexel - luma) * Saturation; + baseTexel.rgb = luma + chroma; + baseTexel.a = 1.0; + + gl_FragColor = baseTexel; +} diff --git a/1.9.4/assets/minecraft/shaders/program/bits.json b/1.9.4/assets/minecraft/shaders/program/bits.json new file mode 100644 index 00000000..c19239b8 --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/program/bits.json @@ -0,0 +1,21 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "bits", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "Resolution", "type": "float", "count": 1, "values": [ 4.0 ] }, + { "name": "Saturation", "type": "float", "count": 1, "values": [ 1.5 ] }, + { "name": "MosaicSize", "type": "float", "count": 1, "values": [ 8.0 ] } + ] +} diff --git a/1.9.4/assets/minecraft/shaders/program/blit.fsh b/1.9.4/assets/minecraft/shaders/program/blit.fsh new file mode 100644 index 00000000..75d662ac --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/program/blit.fsh @@ -0,0 +1,11 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +uniform vec4 ColorModulate; + +varying vec2 texCoord; + +void main(){ + gl_FragColor = texture2D(DiffuseSampler, texCoord) * ColorModulate; +} diff --git a/1.9.4/assets/minecraft/shaders/program/blit.json b/1.9.4/assets/minecraft/shaders/program/blit.json new file mode 100644 index 00000000..1256b6b1 --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/program/blit.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "blit", + "fragment": "blit", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "ColorModulate", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] } + ] +} diff --git a/1.9.4/assets/minecraft/shaders/program/blit.vsh b/1.9.4/assets/minecraft/shaders/program/blit.vsh new file mode 100644 index 00000000..01a16db5 --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/program/blit.vsh @@ -0,0 +1,16 @@ +#version 120 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 OutSize; + +varying vec2 texCoord; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + texCoord = Position.xy / OutSize; + texCoord.y = 1.0 - texCoord.y; +} diff --git a/1.9.4/assets/minecraft/shaders/program/blobs.fsh b/1.9.4/assets/minecraft/shaders/program/blobs.fsh new file mode 100644 index 00000000..ddb8c75f --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/program/blobs.fsh @@ -0,0 +1,43 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 u = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y)); + vec4 d = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y)); + vec4 l = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0)); + vec4 r = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0)); + + vec4 v1 = min(l, r); + vec4 v2 = min(u, d); + vec4 v3 = min(v1, v2); + + vec4 ul = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, -oneTexel.y)); + vec4 dr = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, oneTexel.y)); + vec4 dl = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, oneTexel.y)); + vec4 ur = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, -oneTexel.y)); + + vec4 v4 = min(ul, dr); + vec4 v5 = min(ur, dl); + vec4 v6 = min(v4, v5); + + vec4 v7 = min(v3, v6); + + vec4 uu = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y * 2.0)); + vec4 dd = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y * 2.0)); + vec4 ll = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x * 2.0, 0.0)); + vec4 rr = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x * 2.0, 0.0)); + + vec4 v8 = min(uu, dd); + vec4 v9 = min(ll, rr); + vec4 v10 = min(v8, v9); + + vec4 v11 = min(v7, v10); + + vec4 c = texture2D(DiffuseSampler, texCoord); + vec4 color = min(c, v11); + gl_FragColor = vec4(color.rgb, 1.0); +} diff --git a/1.9.4/assets/minecraft/shaders/program/blobs.json b/1.9.4/assets/minecraft/shaders/program/blobs.json new file mode 100644 index 00000000..6a5f2455 --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/program/blobs.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "blobs", + "fragment": "blobs", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.9.4/assets/minecraft/shaders/program/blobs.vsh b/1.9.4/assets/minecraft/shaders/program/blobs.vsh new file mode 100644 index 00000000..3ece2743 --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/program/blobs.vsh @@ -0,0 +1,17 @@ +#version 120 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + oneTexel = 1.0 / InSize; + texCoord = outPos.xy * 0.5 + 0.5; +} diff --git a/1.9.4/assets/minecraft/shaders/program/blobs2.fsh b/1.9.4/assets/minecraft/shaders/program/blobs2.fsh new file mode 100644 index 00000000..fc68fb21 --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/program/blobs2.fsh @@ -0,0 +1,30 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform float Radius; + +void main(){ + vec4 c = texture2D(DiffuseSampler, texCoord); + vec4 maxVal = c; + for(float u = 0.0; u <= Radius; u += 1.0) { + for(float v = 0.0; v <= Radius; v += 1.0) { + float weight = (((sqrt(u * u + v * v) / (Radius)) > 1.0) ? 0.0 : 1.0); + + vec4 s0 = texture2D(DiffuseSampler, texCoord + vec2(-u * oneTexel.x, -v * oneTexel.y)); + vec4 s1 = texture2D(DiffuseSampler, texCoord + vec2( u * oneTexel.x, v * oneTexel.y)); + vec4 s2 = texture2D(DiffuseSampler, texCoord + vec2(-u * oneTexel.x, v * oneTexel.y)); + vec4 s3 = texture2D(DiffuseSampler, texCoord + vec2( u * oneTexel.x, -v * oneTexel.y)); + + vec4 o0 = max(s0, s1); + vec4 o1 = max(s2, s3); + vec4 tempMax = max(o0, o1); + maxVal = mix(maxVal, max(maxVal, tempMax), weight); + } + } + + gl_FragColor = vec4(maxVal.rgb, 1.0); +} diff --git a/1.9.4/assets/minecraft/shaders/program/blobs2.json b/1.9.4/assets/minecraft/shaders/program/blobs2.json new file mode 100644 index 00000000..6df4594b --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/program/blobs2.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "blobs", + "fragment": "blobs2", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "Radius", "type": "float", "count": 1, "values": [ 7.0 ] } + ] +} diff --git a/1.9.4/assets/minecraft/shaders/program/blur.fsh b/1.9.4/assets/minecraft/shaders/program/blur.fsh new file mode 100644 index 00000000..e35dedda --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/program/blur.fsh @@ -0,0 +1,31 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +uniform vec2 BlurDir; +uniform float Radius; + +void main() { + vec4 blurred = vec4(0.0); + float totalStrength = 0.0; + float totalAlpha = 0.0; + float totalSamples = 0.0; + for(float r = -Radius; r <= Radius; r += 1.0) { + vec4 sample = texture2D(DiffuseSampler, texCoord + oneTexel * r * BlurDir); + + // Accumulate average alpha + totalAlpha = totalAlpha + sample.a; + totalSamples = totalSamples + 1.0; + + // Accumulate smoothed blur + float strength = 1.0 - abs(r / Radius); + totalStrength = totalStrength + strength; + blurred = blurred + sample; + } + gl_FragColor = vec4(blurred.rgb / (Radius * 2.0 + 1.0), totalAlpha); +} diff --git a/1.9.4/assets/minecraft/shaders/program/blur.json b/1.9.4/assets/minecraft/shaders/program/blur.json new file mode 100644 index 00000000..51a23239 --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/program/blur.json @@ -0,0 +1,20 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "blur", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "BlurDir", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "Radius", "type": "float", "count": 1, "values": [ 5.0 ] } + ] +} diff --git a/1.9.4/assets/minecraft/shaders/program/bumpy.fsh b/1.9.4/assets/minecraft/shaders/program/bumpy.fsh new file mode 100644 index 00000000..cce2e3a4 --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/program/bumpy.fsh @@ -0,0 +1,34 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 c = texture2D(DiffuseSampler, texCoord); + vec4 u = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y)); + vec4 d = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y)); + vec4 l = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0)); + vec4 r = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0)); + + vec4 nc = normalize(c); + vec4 nu = normalize(u); + vec4 nd = normalize(d); + vec4 nl = normalize(l); + vec4 nr = normalize(r); + + float du = dot(nc, nu); + float dd = dot(nc, nd); + float dl = dot(nc, nl); + float dr = dot(nc, nr); + + float i = 64.0; + + float f = 1.0; + f += (du * i) - (dd * i); + f += (dr * i) - (dl * i); + + vec4 color = c * clamp(f, 0.5, 2); + gl_FragColor = vec4(color.rgb, 1.0); +} diff --git a/1.9.4/assets/minecraft/shaders/program/bumpy.json b/1.9.4/assets/minecraft/shaders/program/bumpy.json new file mode 100644 index 00000000..59cae198 --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/program/bumpy.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "bumpy", + "fragment": "bumpy", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.9.4/assets/minecraft/shaders/program/bumpy.vsh b/1.9.4/assets/minecraft/shaders/program/bumpy.vsh new file mode 100644 index 00000000..3ece2743 --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/program/bumpy.vsh @@ -0,0 +1,17 @@ +#version 120 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + oneTexel = 1.0 / InSize; + texCoord = outPos.xy * 0.5 + 0.5; +} diff --git a/1.9.4/assets/minecraft/shaders/program/color_convolve.fsh b/1.9.4/assets/minecraft/shaders/program/color_convolve.fsh new file mode 100644 index 00000000..61e43e2a --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/program/color_convolve.fsh @@ -0,0 +1,36 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +uniform vec3 Gray = vec3(0.3, 0.59, 0.11); +uniform vec3 RedMatrix = vec3(1.0, 0.0, 0.0); +uniform vec3 GreenMatrix = vec3(0.0, 1.0, 0.0); +uniform vec3 BlueMatrix = vec3(0.0, 0.0, 1.0); +uniform vec3 Offset = vec3(0.0, 0.0, 0.0); +uniform vec3 ColorScale = vec3(1.0, 1.0, 1.0); +uniform float Saturation = 1.8; + +void main() { + vec4 InTexel = texture2D(DiffuseSampler, texCoord); + + // Color Matrix + float RedValue = dot(InTexel.rgb, RedMatrix); + float GreenValue = dot(InTexel.rgb, GreenMatrix); + float BlueValue = dot(InTexel.rgb, BlueMatrix); + vec3 OutColor = vec3(RedValue, GreenValue, BlueValue); + + // Offset & Scale + OutColor = (OutColor * ColorScale) + Offset; + + // Saturation + float Luma = dot(OutColor, Gray); + vec3 Chroma = OutColor - Luma; + OutColor = (Chroma * Saturation) + Luma; + + gl_FragColor = vec4(OutColor, 1.0); +} diff --git a/1.9.4/assets/minecraft/shaders/program/color_convolve.json b/1.9.4/assets/minecraft/shaders/program/color_convolve.json new file mode 100644 index 00000000..e3a32c2d --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/program/color_convolve.json @@ -0,0 +1,25 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "color_convolve", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "Gray", "type": "float", "count": 3, "values": [ 0.3, 0.59, 0.11 ] }, + { "name": "RedMatrix", "type": "float", "count": 3, "values": [ 1.0, 0.0, 0.0 ] }, + { "name": "GreenMatrix", "type": "float", "count": 3, "values": [ 0.0, 1.0, 0.0 ] }, + { "name": "BlueMatrix", "type": "float", "count": 3, "values": [ 0.0, 0.0, 1.0 ] }, + { "name": "Offset", "type": "float", "count": 3, "values": [ 0.0, 0.0, 0.0 ] }, + { "name": "ColorScale", "type": "float", "count": 3, "values": [ 1.0, 1.0, 1.0 ] }, + { "name": "Saturation", "type": "float", "count": 1, "values": [ 1.8 ] } + ] +} diff --git a/1.9.4/assets/minecraft/shaders/program/deconverge.fsh b/1.9.4/assets/minecraft/shaders/program/deconverge.fsh new file mode 100644 index 00000000..26ef8cae --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/program/deconverge.fsh @@ -0,0 +1,28 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +uniform vec3 ConvergeX = vec3(-1.0, 0.0, 0.5); +uniform vec3 ConvergeY = vec3( 0.0, -1.0, 0.5); +uniform vec3 RadialConvergeX = vec3(1.0, 1.0, 1.0); +uniform vec3 RadialConvergeY = vec3(1.0, 1.0, 1.0); + +void main() { + vec3 CoordX = texCoord.x * RadialConvergeX; + vec3 CoordY = texCoord.y * RadialConvergeY; + + CoordX += ConvergeX * oneTexel.x - (RadialConvergeX - 1.0) * 0.5; + CoordY += ConvergeY * oneTexel.y - (RadialConvergeY - 1.0) * 0.5; + + float RedValue = texture2D(DiffuseSampler, vec2(CoordX.x, CoordY.x)).r; + float GreenValue = texture2D(DiffuseSampler, vec2(CoordX.y, CoordY.y)).g; + float BlueValue = texture2D(DiffuseSampler, vec2(CoordX.z, CoordY.z)).b; + float AlphaValue = texture2D(DiffuseSampler, texCoord).a; + + gl_FragColor = vec4(RedValue, GreenValue, BlueValue, 1.0); +} diff --git a/1.9.4/assets/minecraft/shaders/program/deconverge.json b/1.9.4/assets/minecraft/shaders/program/deconverge.json new file mode 100644 index 00000000..e23e9c56 --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/program/deconverge.json @@ -0,0 +1,22 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "deconverge", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "ConvergeX", "type": "float", "count": 3, "values": [ -4.0, 0.0, 2.0 ] }, + { "name": "ConvergeY", "type": "float", "count": 3, "values": [ 0.0, -4.0, 2.0 ] }, + { "name": "RadialConvergeX", "type": "float", "count": 3, "values": [ 1.0, 1.0, 1.0 ] }, + { "name": "RadialConvergeY", "type": "float", "count": 3, "values": [ 1.0, 1.0, 1.0 ] } + ] +} diff --git a/1.9.4/assets/minecraft/shaders/program/downscale.fsh b/1.9.4/assets/minecraft/shaders/program/downscale.fsh new file mode 100644 index 00000000..39734337 --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/program/downscale.fsh @@ -0,0 +1,17 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +void main() { + vec3 Texel0 = texture2D(DiffuseSampler, texCoord).rgb; + vec3 Texel1 = texture2D(DiffuseSampler, texCoord + vec2(oneTexel.x, 0.0)).rgb; + vec3 Texel2 = texture2D(DiffuseSampler, texCoord + vec2(0.0, oneTexel.y)).rgb; + vec3 Texel3 = texture2D(DiffuseSampler, texCoord + oneTexel).rgb; + + gl_FragColor = vec4((Texel0 + Texel1 + Texel2 + Texel3) * 0.25, 1.0); +} diff --git a/1.9.4/assets/minecraft/shaders/program/downscale.json b/1.9.4/assets/minecraft/shaders/program/downscale.json new file mode 100644 index 00000000..9099ec16 --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/program/downscale.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "downscale", + "fragment": "downscale", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.9.4/assets/minecraft/shaders/program/downscale.vsh b/1.9.4/assets/minecraft/shaders/program/downscale.vsh new file mode 100644 index 00000000..ec097594 --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/program/downscale.vsh @@ -0,0 +1,19 @@ +#version 120 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; +uniform vec2 OutSize; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + oneTexel = 1.0 / InSize; + texCoord = outPos.xy * 0.5 + 0.5; + texCoord.y = 1.0 - texCoord.y; +} diff --git a/1.9.4/assets/minecraft/shaders/program/entity_outline.json b/1.9.4/assets/minecraft/shaders/program/entity_outline.json new file mode 100644 index 00000000..d7c77631 --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/program/entity_outline.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "srcalpha", + "dstrgb": "1-srcalpha" + }, + "vertex": "sobel", + "fragment": "entity_sobel", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.9.4/assets/minecraft/shaders/program/entity_sobel.fsh b/1.9.4/assets/minecraft/shaders/program/entity_sobel.fsh new file mode 100644 index 00000000..139c7050 --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/program/entity_sobel.fsh @@ -0,0 +1,21 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 center = texture2D(DiffuseSampler, texCoord); + vec4 left = texture2D(DiffuseSampler, texCoord - vec2(oneTexel.x, 0.0)); + vec4 right = texture2D(DiffuseSampler, texCoord + vec2(oneTexel.x, 0.0)); + vec4 up = texture2D(DiffuseSampler, texCoord - vec2(0.0, oneTexel.y)); + vec4 down = texture2D(DiffuseSampler, texCoord + vec2(0.0, oneTexel.y)); + float leftDiff = abs(center.a - left.a); + float rightDiff = abs(center.a - right.a); + float upDiff = abs(center.a - up.a); + float downDiff = abs(center.a - down.a); + float total = clamp(leftDiff + rightDiff + upDiff + downDiff, 0.0, 1.0); + vec3 outColor = center.rgb * center.a + left.rgb * left.a + right.rgb * right.a + up.rgb * up.a + down.rgb * down.a; + gl_FragColor = vec4(outColor * 0.2, total); +} diff --git a/1.9.4/assets/minecraft/shaders/program/flip.json b/1.9.4/assets/minecraft/shaders/program/flip.json new file mode 100644 index 00000000..b9c78f45 --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/program/flip.json @@ -0,0 +1,20 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "flip", + "fragment": "blit", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "ScreenSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "ColorModulate", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] } + ] +} diff --git a/1.9.4/assets/minecraft/shaders/program/flip.vsh b/1.9.4/assets/minecraft/shaders/program/flip.vsh new file mode 100644 index 00000000..bd0a4d35 --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/program/flip.vsh @@ -0,0 +1,22 @@ +#version 120 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; +uniform vec2 OutSize; +uniform vec2 ScreenSize; + +varying vec2 texCoord; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + vec2 inOutRatio = OutSize / InSize; + vec2 inScreenRatio = ScreenSize / InSize; + texCoord = Position.xy / OutSize; + texCoord.x = texCoord.x * inOutRatio.x; + texCoord.y = texCoord.y * inOutRatio.y; + texCoord.y -= 1.0 - inScreenRatio.y; +} diff --git a/1.9.4/assets/minecraft/shaders/program/fxaa.fsh b/1.9.4/assets/minecraft/shaders/program/fxaa.fsh new file mode 100644 index 00000000..3dbcfd4c --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/program/fxaa.fsh @@ -0,0 +1,84 @@ +#extension GL_EXT_gpu_shader4 : enable + +uniform sampler2D DiffuseSampler; +uniform vec2 OutSize; + +uniform float VxOffset; +uniform float SpanMax; +uniform float ReduceMul; + +varying vec2 texCoord; +varying vec4 posPos; + +#define FxaaTex(t, p) texture2D(t, p) + +#if __VERSION__ >= 130 + #define OffsetVec(a, b) ivec2(a, b) + #define FxaaTexOff(t, p, o, r) textureOffset(t, p, o) +#elif defined(GL_EXT_gpu_shader4) + #define OffsetVec(a, b) ivec2(a, b) + #define FxaaTexOff(t, p, o, r) texture2DLodOffset(t, p, 0.0, o) +#else + #define OffsetVec(a, b) vec2(a, b) + #define FxaaTexOff(t, p, o, r) texture2D(t, p + o * r) +#endif + +vec3 FxaaPixelShader( + vec4 posPos, // Output of FxaaVertexShader interpolated across screen. + sampler2D tex, // Input texture. + vec2 rcpFrame) // Constant {1.0/frameWidth, 1.0/frameHeight}. +{ + + #define FXAA_REDUCE_MIN (1.0/128.0) + //#define FXAA_REDUCE_MUL (1.0/8.0) + //#define FXAA_SPAN_MAX 8.0 + + vec3 rgbNW = FxaaTex(tex, posPos.zw).xyz; + vec3 rgbNE = FxaaTexOff(tex, posPos.zw, OffsetVec(1,0), rcpFrame.xy).xyz; + vec3 rgbSW = FxaaTexOff(tex, posPos.zw, OffsetVec(0,1), rcpFrame.xy).xyz; + vec3 rgbSE = FxaaTexOff(tex, posPos.zw, OffsetVec(1,1), rcpFrame.xy).xyz; + + vec3 rgbM = FxaaTex(tex, posPos.xy).xyz; + + vec3 luma = vec3(0.299, 0.587, 0.114); + float lumaNW = dot(rgbNW, luma); + float lumaNE = dot(rgbNE, luma); + float lumaSW = dot(rgbSW, luma); + float lumaSE = dot(rgbSE, luma); + float lumaM = dot(rgbM, luma); + + float lumaMin = min(lumaM, min(min(lumaNW, lumaNE), min(lumaSW, lumaSE))); + float lumaMax = max(lumaM, max(max(lumaNW, lumaNE), max(lumaSW, lumaSE))); + + vec2 dir; + dir.x = -((lumaNW + lumaNE) - (lumaSW + lumaSE)); + dir.y = ((lumaNW + lumaSW) - (lumaNE + lumaSE)); + + float dirReduce = max( + (lumaNW + lumaNE + lumaSW + lumaSE) * (0.25 * ReduceMul), + FXAA_REDUCE_MIN); + float rcpDirMin = 1.0/(min(abs(dir.x), abs(dir.y)) + dirReduce); + dir = min(vec2( SpanMax, SpanMax), + max(vec2(-SpanMax, -SpanMax), + dir * rcpDirMin)) * rcpFrame.xy; + + vec3 rgbA = (1.0/2.0) * ( + FxaaTex(tex, posPos.xy + dir * vec2(1.0/3.0 - 0.5)).xyz + + FxaaTex(tex, posPos.xy + dir * vec2(2.0/3.0 - 0.5)).xyz); + vec3 rgbB = rgbA * (1.0/2.0) + (1.0/4.0) * ( + FxaaTex(tex, posPos.xy + dir * vec2(0.0/3.0 - 0.5)).xyz + + FxaaTex(tex, posPos.xy + dir * vec2(3.0/3.0 - 0.5)).xyz); + + float lumaB = dot(rgbB, luma); + + if ((lumaB < lumaMin) || (lumaB > lumaMax)) { + return rgbA; + } else { + return rgbB; + } +} + +void main() { + vec4 baseTexel = texture2D(DiffuseSampler, posPos.xy); + gl_FragColor = vec4(FxaaPixelShader(posPos, DiffuseSampler, 1.0 / OutSize), 1.0); +} diff --git a/1.9.4/assets/minecraft/shaders/program/fxaa.json b/1.9.4/assets/minecraft/shaders/program/fxaa.json new file mode 100644 index 00000000..eb850732 --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/program/fxaa.json @@ -0,0 +1,20 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "fxaa", + "fragment": "fxaa", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "SpanMax", "type": "float", "count": 1, "values": [ 8.0 ] }, + { "name": "SubPixelShift", "type": "float", "count": 1, "values": [ 0.25 ] }, + { "name": "ReduceMul", "type": "float", "count": 1, "values": [ 0.125 ] } + ] +} diff --git a/1.9.4/assets/minecraft/shaders/program/fxaa.vsh b/1.9.4/assets/minecraft/shaders/program/fxaa.vsh new file mode 100644 index 00000000..9fe81eaf --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/program/fxaa.vsh @@ -0,0 +1,21 @@ +#version 120 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 OutSize; + +uniform float SubPixelShift; + +varying vec2 texCoord; +varying vec4 posPos; + +void main() { + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + texCoord = Position.xy / OutSize; + texCoord.y = 1.0 - texCoord.y; + posPos.xy = texCoord.xy; + posPos.zw = texCoord.xy - (1.0/OutSize * vec2(0.5 + SubPixelShift)); +} diff --git a/1.9.4/assets/minecraft/shaders/program/invert.fsh b/1.9.4/assets/minecraft/shaders/program/invert.fsh new file mode 100644 index 00000000..93365151 --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/program/invert.fsh @@ -0,0 +1,14 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; + +uniform float InverseAmount; + +void main(){ + vec4 diffuseColor = texture2D(DiffuseSampler, texCoord); + vec4 invertColor = 1.0 - diffuseColor; + vec4 outColor = mix(diffuseColor, invertColor, InverseAmount); + gl_FragColor = vec4(outColor.rgb, 1.0); +} diff --git a/1.9.4/assets/minecraft/shaders/program/invert.json b/1.9.4/assets/minecraft/shaders/program/invert.json new file mode 100644 index 00000000..f9ab649c --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/program/invert.json @@ -0,0 +1,19 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "blit", + "fragment": "invert", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "InverseAmount", "type": "float", "count": 1, "values": [ 0.0 ] } + ] +} diff --git a/1.9.4/assets/minecraft/shaders/program/invert.vsh b/1.9.4/assets/minecraft/shaders/program/invert.vsh new file mode 100644 index 00000000..5110ef53 --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/program/invert.vsh @@ -0,0 +1,20 @@ +#version 120 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; +uniform vec2 OutSize; + +varying vec2 texCoord; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + vec2 sizeRatio = OutSize / InSize; + texCoord = Position.xy / OutSize; + texCoord.x = texCoord.x * sizeRatio.x; + texCoord.y = texCoord.y * sizeRatio.y; + texCoord.y = sizeRatio.y - texCoord.y; +} diff --git a/1.9.4/assets/minecraft/shaders/program/notch.fsh b/1.9.4/assets/minecraft/shaders/program/notch.fsh new file mode 100644 index 00000000..c1293b1b --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/program/notch.fsh @@ -0,0 +1,23 @@ +#version 120 + +uniform sampler2D DiffuseSampler; +uniform sampler2D DitherSampler; + +varying vec2 texCoord; + +uniform vec2 InSize; + +void main() { + vec2 halfSize = InSize * 0.5; + + vec2 steppedCoord = texCoord; + steppedCoord.x = float(int(steppedCoord.x*halfSize.x)) / halfSize.x; + steppedCoord.y = float(int(steppedCoord.y*halfSize.y)) / halfSize.y; + + vec4 noise = texture2D(DitherSampler, steppedCoord * halfSize / 4.0); + vec4 col = texture2D(DiffuseSampler, steppedCoord) + noise * vec4(1.0/12.0, 1.0/12.0, 1.0/6.0, 1.0); + float r = float(int(col.r*8.0))/8.0; + float g = float(int(col.g*8.0))/8.0; + float b = float(int(col.b*4.0))/4.0; + gl_FragColor = vec4(r, g, b, 1.0); +} diff --git a/1.9.4/assets/minecraft/shaders/program/notch.json b/1.9.4/assets/minecraft/shaders/program/notch.json new file mode 100644 index 00000000..e6ff9a81 --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/program/notch.json @@ -0,0 +1,19 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "notch", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" }, + { "name": "DitherSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.9.4/assets/minecraft/shaders/program/ntsc_decode.fsh b/1.9.4/assets/minecraft/shaders/program/ntsc_decode.fsh new file mode 100644 index 00000000..389326fd --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/program/ntsc_decode.fsh @@ -0,0 +1,132 @@ +#version 120 + +uniform sampler2D DiffuseSampler; +uniform sampler2D BaseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +const vec4 Zero = vec4(0.0); +const vec4 One = vec4(1.0); + +const float Pi = 3.1415926535; +const float Pi2 = 6.283185307; + +const vec4 A2 = vec4(1.0); +const vec4 B = vec4(0.5); +const float P = 1.0; +const float CCFrequency = 3.59754545; +const float NotchWidth = 2.0; +const float NotchUpperFrequency = 3.59754545 + NotchWidth; +const float NotchLowerFrequency = 3.59754545 - NotchWidth; +const float YFrequency = 6.0; +const float IFrequency = 1.2; +const float QFrequency = 0.6; +const float ScanTime = 52.6; +const vec3 YIQ2R = vec3(1.0, 0.956, 0.621); +const vec3 YIQ2G = vec3(1.0, -0.272, -0.647); +const vec3 YIQ2B = vec3(1.0, -1.106, 1.703); +const vec4 MinC = vec4(-1.1183); +const vec4 CRange = vec4(3.2366); +const float Pi2Length = Pi2 / 83.0; +const vec4 NotchOffset = vec4(0.0, 1.0, 2.0, 3.0); +const vec4 W = vec4(Pi2 * CCFrequency * ScanTime); + +void main() { + vec4 YAccum = Zero; + vec4 IAccum = Zero; + vec4 QAccum = Zero; + float QuadXSize = InSize.x * 4.0; + float TimePerSample = ScanTime / QuadXSize; + + // Frequency cutoffs for the individual portions of the signal that we extract. + // Y1 and Y2 are the positive and negative frequency limits of the notch filter on Y. + // Y3 is the center of the frequency response of the Y filter. + // I is the center of the frequency response of the I filter. + // Q is the center of the frequency response of the Q filter. + float Fc_y1 = NotchLowerFrequency * TimePerSample; + float Fc_y2 = NotchUpperFrequency * TimePerSample; + float Fc_y3 = YFrequency * TimePerSample; + float Fc_i = IFrequency * TimePerSample; + float Fc_q = QFrequency * TimePerSample; + float Pi2Fc_y1 = Fc_y1 * Pi2; + float Pi2Fc_y2 = Fc_y2 * Pi2; + float Pi2Fc_y3 = Fc_y3 * Pi2; + float Pi2Fc_i = Fc_i * Pi2; + float Pi2Fc_q = Fc_q * Pi2; + float Fc_y1_2 = Fc_y1 * 2.0; + float Fc_y2_2 = Fc_y2 * 2.0; + float Fc_y3_2 = Fc_y3 * 2.0; + float Fc_i_2 = Fc_i * 2.0; + float Fc_q_2 = Fc_q * 2.0; + vec4 CoordY = vec4(texCoord.y); + + vec4 BaseTexel = texture2D(DiffuseSampler, texCoord); + // 83 composite samples wide, 4 composite pixels per texel + for (float n = -41.0; n < 42.0; n += 4.0) + { + vec4 n4 = n + NotchOffset; + vec4 CoordX = texCoord.x + oneTexel.x * n4 * 0.25; + vec2 TexCoord = vec2(CoordX.x, CoordY.y); + vec4 C = texture2D(DiffuseSampler, TexCoord) * CRange + MinC; + vec4 WT = W * (CoordX + A2 * CoordY * InSize.y + B); + vec4 Cosine = 0.54 + 0.46 * cos(Pi2Length * n4); + + vec4 SincYIn1 = Pi2Fc_y1 * n4; + vec4 SincYIn2 = Pi2Fc_y2 * n4; + vec4 SincYIn3 = Pi2Fc_y3 * n4; + vec4 SincY1 = sin(SincYIn1) / SincYIn1; + vec4 SincY2 = sin(SincYIn2) / SincYIn2; + vec4 SincY3 = sin(SincYIn3) / SincYIn3; + + // These zero-checks could be made more efficient, but we are trying to support + // downlevel GLSL + if(SincYIn1.x == 0.0) SincY1.x = 1.0; + if(SincYIn1.y == 0.0) SincY1.y = 1.0; + if(SincYIn1.z == 0.0) SincY1.z = 1.0; + if(SincYIn1.w == 0.0) SincY1.w = 1.0; + if(SincYIn2.x == 0.0) SincY2.x = 1.0; + if(SincYIn2.y == 0.0) SincY2.y = 1.0; + if(SincYIn2.z == 0.0) SincY2.z = 1.0; + if(SincYIn2.w == 0.0) SincY2.w = 1.0; + if(SincYIn3.x == 0.0) SincY3.x = 1.0; + if(SincYIn3.y == 0.0) SincY3.y = 1.0; + if(SincYIn3.z == 0.0) SincY3.z = 1.0; + if(SincYIn3.w == 0.0) SincY3.w = 1.0; + vec4 IdealY = (Fc_y1_2 * SincY1 - Fc_y2_2 * SincY2) + Fc_y3_2 * SincY3; + vec4 FilterY = Cosine * IdealY; + + vec4 SincIIn = Pi2Fc_i * n4; + vec4 SincI = sin(SincIIn) / SincIIn; + if(SincIIn.x == 0.0) SincI.x = 1.0; + if(SincIIn.y == 0.0) SincI.y = 1.0; + if(SincIIn.z == 0.0) SincI.z = 1.0; + if(SincIIn.w == 0.0) SincI.w = 1.0; + vec4 IdealI = Fc_i_2 * SincI; + vec4 FilterI = Cosine * IdealI; + + vec4 SincQIn = Pi2Fc_q * n4; + vec4 SincQ = sin(SincQIn) / SincQIn; + if(SincQIn.x == 0.0) SincQ.x = 1.0; + if(SincQIn.y == 0.0) SincQ.y = 1.0; + if(SincQIn.z == 0.0) SincQ.z = 1.0; + if(SincQIn.w == 0.0) SincQ.w = 1.0; + vec4 IdealQ = Fc_q_2 * SincQ; + vec4 FilterQ = Cosine * IdealQ; + + YAccum += C * FilterY; + IAccum += C * cos(WT) * FilterI; + QAccum += C * sin(WT) * FilterQ; + } + + float Y = dot(YAccum, One); + float I = dot(IAccum, One) * 2.0; + float Q = dot(QAccum, One) * 2.0; + + vec3 YIQ = vec3(Y, I, Q); + vec3 OutRGB = vec3(dot(YIQ, YIQ2R), dot(YIQ, YIQ2G), dot(YIQ, YIQ2B)); + + gl_FragColor = vec4(OutRGB, 1.0); +} diff --git a/1.9.4/assets/minecraft/shaders/program/ntsc_decode.json b/1.9.4/assets/minecraft/shaders/program/ntsc_decode.json new file mode 100644 index 00000000..28709230 --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/program/ntsc_decode.json @@ -0,0 +1,19 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "ntsc_decode", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" }, + { "name": "BaseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.9.4/assets/minecraft/shaders/program/ntsc_encode.fsh b/1.9.4/assets/minecraft/shaders/program/ntsc_encode.fsh new file mode 100644 index 00000000..450bc6d7 --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/program/ntsc_encode.fsh @@ -0,0 +1,50 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +const float Pi2 = 6.283185307; + +const vec4 A2 = vec4(1.0); +const vec4 B = vec4(0.5); +const float P = 1.0; +const float CCFrequency = 3.59754545; +const float ScanTime = 52.6; +const float Pi2ScanTime = Pi2 * ScanTime; +const vec4 YTransform = vec4(0.299, 0.587, 0.114, 0.0); +const vec4 ITransform = vec4(0.595716, -0.274453, -0.321263, 0.0); +const vec4 QTransform = vec4(0.211456, -0.522591, 0.31135, 0.0); +const vec4 MinC = vec4(-1.1183); +const vec4 InvCRange = vec4(1.0 / 3.2366); + +void main() { + vec2 InverseP = vec2(P, 0.0) * oneTexel; + + // UVs for four linearly-interpolated samples spread 0.25 texels apart + vec2 C0 = texCoord; + vec2 C1 = texCoord + InverseP * 0.25; + vec2 C2 = texCoord + InverseP * 0.50; + vec2 C3 = texCoord + InverseP * 0.75; + vec4 Cx = vec4(C0.x, C1.x, C2.x, C3.x); + vec4 Cy = vec4(C0.y, C1.y, C2.y, C3.y); + + vec4 Texel0 = texture2D(DiffuseSampler, C0); + vec4 Texel1 = texture2D(DiffuseSampler, C1); + vec4 Texel2 = texture2D(DiffuseSampler, C2); + vec4 Texel3 = texture2D(DiffuseSampler, C3); + + // Calculate the expected time of the sample. + vec4 T = A2 * Cy * vec4(InSize.y) + B + Cx; + vec4 W = vec4(Pi2ScanTime * CCFrequency); + vec4 TW = T * W; + vec4 Y = vec4(dot(Texel0, YTransform), dot(Texel1, YTransform), dot(Texel2, YTransform), dot(Texel3, YTransform)); + vec4 I = vec4(dot(Texel0, ITransform), dot(Texel1, ITransform), dot(Texel2, ITransform), dot(Texel3, ITransform)); + vec4 Q = vec4(dot(Texel0, QTransform), dot(Texel1, QTransform), dot(Texel2, QTransform), dot(Texel3, QTransform)); + + vec4 Encoded = Y + I * cos(TW) + Q * sin(TW); + gl_FragColor = (Encoded - MinC) * InvCRange; +} diff --git a/1.9.4/assets/minecraft/shaders/program/ntsc_encode.json b/1.9.4/assets/minecraft/shaders/program/ntsc_encode.json new file mode 100644 index 00000000..2cda4dff --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/program/ntsc_encode.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "ntsc_encode", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.9.4/assets/minecraft/shaders/program/outline.fsh b/1.9.4/assets/minecraft/shaders/program/outline.fsh new file mode 100644 index 00000000..5ef504db --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/program/outline.fsh @@ -0,0 +1,21 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 center = texture2D(DiffuseSampler, texCoord); + vec4 up = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y)); + vec4 down = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0)); + vec4 left = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0)); + vec4 right = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y)); + vec4 uDiff = center - up; + vec4 dDiff = center - down; + vec4 lDiff = center - left; + vec4 rDiff = center - right; + vec4 sum = uDiff + dDiff + lDiff + rDiff; + vec3 clamped = clamp(center.rgb - sum.rgb, 0.0, 1.0); + gl_FragColor = vec4(clamped, 1.0); +} diff --git a/1.9.4/assets/minecraft/shaders/program/outline.json b/1.9.4/assets/minecraft/shaders/program/outline.json new file mode 100644 index 00000000..7d41382b --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/program/outline.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "outline", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.9.4/assets/minecraft/shaders/program/outline_combine.fsh b/1.9.4/assets/minecraft/shaders/program/outline_combine.fsh new file mode 100644 index 00000000..3edb9354 --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/program/outline_combine.fsh @@ -0,0 +1,13 @@ +#version 120 + +uniform sampler2D DiffuseSampler; +uniform sampler2D OutlineSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 diffuseTexel = texture2D(DiffuseSampler, texCoord); + vec4 outlineTexel = texture2D(OutlineSampler, texCoord); + gl_FragColor = vec4(diffuseTexel.rgb + diffuseTexel.rgb * outlineTexel.rgb * vec3(0.75), 1.0); +} diff --git a/1.9.4/assets/minecraft/shaders/program/outline_combine.json b/1.9.4/assets/minecraft/shaders/program/outline_combine.json new file mode 100644 index 00000000..d52f4a3d --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/program/outline_combine.json @@ -0,0 +1,19 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "outline_combine", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" }, + { "name": "OutlineSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.9.4/assets/minecraft/shaders/program/outline_soft.fsh b/1.9.4/assets/minecraft/shaders/program/outline_soft.fsh new file mode 100644 index 00000000..40536b51 --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/program/outline_soft.fsh @@ -0,0 +1,46 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform float LumaRamp; +uniform float LumaLevel; + +void main(){ + vec4 center = texture2D(DiffuseSampler, texCoord); + vec4 up = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y)); + vec4 up2 = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y) * 2.0); + vec4 down = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0)); + vec4 down2 = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0) * 2.0); + vec4 left = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0)); + vec4 left2 = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0) * 2.0); + vec4 right = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y)); + vec4 right2 = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y) * 2.0); + vec4 uDiff = abs(center - up); + vec4 dDiff = abs(center - down); + vec4 lDiff = abs(center - left); + vec4 rDiff = abs(center - right); + vec4 u2Diff = abs(center - up2); + vec4 d2Diff = abs(center - down2); + vec4 l2Diff = abs(center - left2); + vec4 r2Diff = abs(center - right2); + vec4 sum = uDiff + dDiff + lDiff + rDiff + u2Diff + d2Diff + l2Diff + r2Diff; + vec4 gray = vec4(0.3, 0.59, 0.11, 0.0); + float sumLuma = 1.0 - dot(clamp(sum, 0.0, 1.0), gray); + + // Get luminance of center pixel and adjust + float centerLuma = dot(center + (center - pow(center, vec4(LumaRamp))), gray); + + // Quantize the luma value + centerLuma = centerLuma - fract(centerLuma * LumaLevel) / LumaLevel; + + // Re-scale to full range + centerLuma = centerLuma * (LumaLevel / (LumaLevel - 1.0)); + + // Blend with outline + centerLuma = centerLuma * sumLuma; + + gl_FragColor = vec4(centerLuma, centerLuma, centerLuma, 1.0); +} diff --git a/1.9.4/assets/minecraft/shaders/program/outline_soft.json b/1.9.4/assets/minecraft/shaders/program/outline_soft.json new file mode 100644 index 00000000..c58bb5d9 --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/program/outline_soft.json @@ -0,0 +1,20 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "outline_soft", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "LumaRamp", "type": "float", "count": 1, "values": [ 16.0 ] }, + { "name": "LumaLevel", "type": "float", "count": 1, "values": [ 4.0 ] } + ] +} diff --git a/1.9.4/assets/minecraft/shaders/program/outline_watercolor.fsh b/1.9.4/assets/minecraft/shaders/program/outline_watercolor.fsh new file mode 100644 index 00000000..997e18a1 --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/program/outline_watercolor.fsh @@ -0,0 +1,41 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform float LumaRamp; + +void main(){ + vec4 center = texture2D(DiffuseSampler, texCoord); + vec4 up = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y)); + vec4 up2 = texture2D(DiffuseSampler, texCoord + vec2( 0.0, -oneTexel.y) * 2.0); + vec4 down = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0)); + vec4 down2 = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, 0.0) * 2.0); + vec4 left = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0)); + vec4 left2 = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, 0.0) * 2.0); + vec4 right = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y)); + vec4 right2 = texture2D(DiffuseSampler, texCoord + vec2( 0.0, oneTexel.y) * 2.0); + vec4 ul = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, -oneTexel.y)); + vec4 ur = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, -oneTexel.y)); + vec4 bl = texture2D(DiffuseSampler, texCoord + vec2(-oneTexel.x, oneTexel.y)); + vec4 br = texture2D(DiffuseSampler, texCoord + vec2( oneTexel.x, oneTexel.y)); + vec4 gray = vec4(0.3, 0.59, 0.11, 0.0); + float uDiff = dot(abs(center - up), gray); + float dDiff = dot(abs(center - down), gray); + float lDiff = dot(abs(center - left), gray); + float rDiff = dot(abs(center - right), gray); + float u2Diff = dot(abs(center - up2), gray); + float d2Diff = dot(abs(center - down2), gray); + float l2Diff = dot(abs(center - left2), gray); + float r2Diff = dot(abs(center - right2), gray); + float ulDiff = dot(abs(center - ul), gray); + float urDiff = dot(abs(center - ur), gray); + float blDiff = dot(abs(center - bl), gray); + float brDiff = dot(abs(center - br), gray); + float sum = uDiff + dDiff + lDiff + rDiff + u2Diff + d2Diff + l2Diff + r2Diff + ulDiff + urDiff + blDiff + brDiff; + float sumLuma = clamp(sum, 0.0, 1.0); + + gl_FragColor = vec4(sumLuma, sumLuma, sumLuma, 1.0); +} diff --git a/1.9.4/assets/minecraft/shaders/program/outline_watercolor.json b/1.9.4/assets/minecraft/shaders/program/outline_watercolor.json new file mode 100644 index 00000000..29543528 --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/program/outline_watercolor.json @@ -0,0 +1,19 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "outline_watercolor", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "LumaRamp", "type": "float", "count": 1, "values": [ 16.0 ] } + ] +} diff --git a/1.9.4/assets/minecraft/shaders/program/overlay.fsh b/1.9.4/assets/minecraft/shaders/program/overlay.fsh new file mode 100644 index 00000000..815279a6 --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/program/overlay.fsh @@ -0,0 +1,27 @@ +#version 120 + +uniform sampler2D DiffuseSampler; +uniform sampler2D OverlaySampler; + +uniform vec2 InSize; + +varying vec2 texCoord; + +uniform float MosaicSize = 1.0; +uniform vec3 RedMatrix = vec3(1.0, 0.0, 0.0); +uniform vec3 GreenMatrix = vec3(0.0, 1.0, 0.0); +uniform vec3 BlueMatrix = vec3(0.0, 0.0, 1.0); + +void main(){ + vec2 mosaicInSize = InSize / MosaicSize; + vec2 fractPix = fract(texCoord * mosaicInSize) / mosaicInSize; + + vec4 baseTexel = texture2D(DiffuseSampler, texCoord - fractPix); + float red = dot(baseTexel.rgb, RedMatrix); + float green = dot(baseTexel.rgb, GreenMatrix); + float blue = dot(baseTexel.rgb, BlueMatrix); + + vec4 overlayTexel = texture2D(OverlaySampler, vec2(texCoord.x, 1.0 - texCoord.y)); + overlayTexel.a = 1.0; + gl_FragColor = mix(vec4(red, green, blue, 1.0), overlayTexel, overlayTexel.a); +} diff --git a/1.9.4/assets/minecraft/shaders/program/overlay.json b/1.9.4/assets/minecraft/shaders/program/overlay.json new file mode 100644 index 00000000..ceb8d0fc --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/program/overlay.json @@ -0,0 +1,23 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "blit", + "fragment": "overlay", + "attributes": [ "Position" ], + "samplers": [ + { "name": "OverlaySampler" }, + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "MosaicSize", "type": "float", "count": 1, "values": [ 1.0 ] }, + { "name": "RedMatrix", "type": "float", "count": 3, "values": [ 1.0, 0.0, 0.0 ] }, + { "name": "GreenMatrix", "type": "float", "count": 3, "values": [ 0.0, 1.0, 1.0 ] }, + { "name": "BlueMatrix", "type": "float", "count": 3, "values": [ 0.0, 0.0, 1.0 ] } + ] +} diff --git a/1.9.4/assets/minecraft/shaders/program/phosphor.fsh b/1.9.4/assets/minecraft/shaders/program/phosphor.fsh new file mode 100644 index 00000000..f86a270c --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/program/phosphor.fsh @@ -0,0 +1,19 @@ +#version 120 + +uniform sampler2D DiffuseSampler; +uniform sampler2D PrevSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +uniform vec3 Phosphor = vec3(0.7, 0.7, 0.7); +uniform float LerpFactor = 1.0; + +void main() { + vec4 CurrTexel = texture2D(DiffuseSampler, texCoord); + vec4 PrevTexel = texture2D(PrevSampler, texCoord); + + gl_FragColor = vec4(max(PrevTexel.rgb * Phosphor, CurrTexel.rgb), 1.0); +} diff --git a/1.9.4/assets/minecraft/shaders/program/phosphor.json b/1.9.4/assets/minecraft/shaders/program/phosphor.json new file mode 100644 index 00000000..c3a01f2d --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/program/phosphor.json @@ -0,0 +1,20 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "phosphor", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" }, + { "name": "PrevSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "Phosphor", "type": "float", "count": 3, "values": [ 0.3, 0.3, 0.3 ] } + ] +} diff --git a/1.9.4/assets/minecraft/shaders/program/rotscale.vsh b/1.9.4/assets/minecraft/shaders/program/rotscale.vsh new file mode 100644 index 00000000..81b03a19 --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/program/rotscale.vsh @@ -0,0 +1,31 @@ +#version 120 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; +uniform vec2 OutSize; + +uniform vec2 InScale; +uniform vec2 InOffset; +uniform float InRotation; +uniform float Time; + +varying vec2 texCoord; +varying vec2 scaledCoord; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + texCoord = Position.xy / OutSize; + texCoord.y = 1.0 - texCoord.y; + + float Deg2Rad = 0.0174532925; + float InRadians = InRotation * Deg2Rad; + float Cosine = cos(InRadians); + float Sine = sin(InRadians); + float RotU = texCoord.x * Cosine - texCoord.y * Sine; + float RotV = texCoord.y * Cosine + texCoord.x * Sine; + scaledCoord = vec2(RotU, RotV) * InScale + InOffset; +} diff --git a/1.9.4/assets/minecraft/shaders/program/scan_pincushion.fsh b/1.9.4/assets/minecraft/shaders/program/scan_pincushion.fsh new file mode 100644 index 00000000..2aef0d7e --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/program/scan_pincushion.fsh @@ -0,0 +1,64 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +const vec4 Zero = vec4(0.0); +const vec4 Half = vec4(0.5); +const vec4 One = vec4(1.0); +const vec4 Two = vec4(2.0); + +const float Pi = 3.1415926535; +const float PincushionAmount = 0.02; +const float CurvatureAmount = 0.02; +const float ScanlineAmount = 0.8; +const float ScanlineScale = 1.0; +const float ScanlineHeight = 1.0; +const float ScanlineBrightScale = 1.0; +const float ScanlineBrightOffset = 0.0; +const float ScanlineOffset = 0.0; +const vec3 Floor = vec3(0.05, 0.05, 0.05); +const vec3 Power = vec3(0.8, 0.8, 0.8); + +void main() { + vec4 InTexel = texture2D(DiffuseSampler, texCoord); + + vec2 PinUnitCoord = texCoord * Two.xy - One.xy; + float PincushionR2 = pow(length(PinUnitCoord), 2.0); + vec2 PincushionCurve = PinUnitCoord * PincushionAmount * PincushionR2; + vec2 ScanCoord = texCoord; + + ScanCoord *= One.xy - PincushionAmount * 0.2; + ScanCoord += PincushionAmount * 0.1; + ScanCoord += PincushionCurve; + + vec2 CurvatureClipCurve = PinUnitCoord * CurvatureAmount * PincushionR2; + vec2 ScreenClipCoord = texCoord; + ScreenClipCoord -= Half.xy; + ScreenClipCoord *= One.xy - CurvatureAmount * 0.2; + ScreenClipCoord += Half.xy; + ScreenClipCoord += CurvatureClipCurve; + + // -- Alpha Clipping -- + if (ScanCoord.x < 0.0) discard; + if (ScanCoord.y < 0.0) discard; + if (ScanCoord.x > 1.0) discard; + if (ScanCoord.y > 1.0) discard; + + // -- Scanline Simulation -- + float InnerSine = ScanCoord.y * InSize.y * ScanlineScale * 0.25; + float ScanBrightMod = sin(InnerSine * Pi + ScanlineOffset * InSize.y * 0.25); + float ScanBrightness = mix(1.0, (pow(ScanBrightMod * ScanBrightMod, ScanlineHeight) * ScanlineBrightScale + 1.0) * 0.5, ScanlineAmount); + vec3 ScanlineTexel = InTexel.rgb * ScanBrightness; + + // -- Color Compression (increasing the floor of the signal without affecting the ceiling) -- + ScanlineTexel = Floor + (One.xyz - Floor) * ScanlineTexel; + + ScanlineTexel.rgb = pow(ScanlineTexel.rgb, Power); + + gl_FragColor = vec4(ScanlineTexel.rgb, 1.0); +} diff --git a/1.9.4/assets/minecraft/shaders/program/scan_pincushion.json b/1.9.4/assets/minecraft/shaders/program/scan_pincushion.json new file mode 100644 index 00000000..9c7f9a3d --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/program/scan_pincushion.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "scan_pincushion", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.9.4/assets/minecraft/shaders/program/sobel.fsh b/1.9.4/assets/minecraft/shaders/program/sobel.fsh new file mode 100644 index 00000000..6ed6b147 --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/program/sobel.fsh @@ -0,0 +1,20 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 center = texture2D(DiffuseSampler, texCoord); + vec4 left = texture2D(DiffuseSampler, texCoord - vec2(oneTexel.x, 0.0)); + vec4 right = texture2D(DiffuseSampler, texCoord + vec2(oneTexel.x, 0.0)); + vec4 up = texture2D(DiffuseSampler, texCoord - vec2(0.0, oneTexel.y)); + vec4 down = texture2D(DiffuseSampler, texCoord + vec2(0.0, oneTexel.y)); + vec4 leftDiff = center - left; + vec4 rightDiff = center - right; + vec4 upDiff = center - up; + vec4 downDiff = center - down; + vec4 total = clamp(leftDiff + rightDiff + upDiff + downDiff, 0.0, 1.0); + gl_FragColor = vec4(total.rgb, 1.0); +} diff --git a/1.9.4/assets/minecraft/shaders/program/sobel.json b/1.9.4/assets/minecraft/shaders/program/sobel.json new file mode 100644 index 00000000..dc2fc17b --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/program/sobel.json @@ -0,0 +1,18 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "sobel", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.9.4/assets/minecraft/shaders/program/sobel.vsh b/1.9.4/assets/minecraft/shaders/program/sobel.vsh new file mode 100644 index 00000000..21b17369 --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/program/sobel.vsh @@ -0,0 +1,20 @@ +#version 120 + +attribute vec4 Position; + +uniform mat4 ProjMat; +uniform vec2 InSize; +uniform vec2 OutSize; + +varying vec2 texCoord; +varying vec2 oneTexel; + +void main(){ + vec4 outPos = ProjMat * vec4(Position.xy, 0.0, 1.0); + gl_Position = vec4(outPos.xy, 0.2, 1.0); + + oneTexel = 1.0 / InSize; + + texCoord = Position.xy / OutSize; + texCoord.y = 1.0 - texCoord.y; +} diff --git a/1.9.4/assets/minecraft/shaders/program/spider.json b/1.9.4/assets/minecraft/shaders/program/spider.json new file mode 100644 index 00000000..3a47688e --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/program/spider.json @@ -0,0 +1,25 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "rotscale", + "fragment": "spiderclip", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" }, + { "name": "BlurSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "InScale", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "InOffset", "type": "float", "count": 2, "values": [ 0.0, 0.0 ] }, + { "name": "InRotation", "type": "float", "count": 1, "values": [ 0.0 ] }, + { "name": "Time", "type": "float", "count": 1, "values": [ 0.0 ] }, + { "name": "Scissor", "type": "float", "count": 4, "values": [ 0.0, 0.0, 1.0, 1.0 ] }, + { "name": "Vignette", "type": "float", "count": 4, "values": [ 0.0, 0.0, 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] } + ] +} diff --git a/1.9.4/assets/minecraft/shaders/program/spiderclip.fsh b/1.9.4/assets/minecraft/shaders/program/spiderclip.fsh new file mode 100644 index 00000000..f53979ca --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/program/spiderclip.fsh @@ -0,0 +1,31 @@ +#version 120 + +uniform sampler2D DiffuseSampler; +uniform sampler2D BlurSampler; + +varying vec2 texCoord; +varying vec2 scaledCoord; + +uniform vec2 InSize; +uniform vec4 Scissor; +uniform vec4 Vignette; + +void main() { + vec4 ScaledTexel = texture2D(DiffuseSampler, scaledCoord); + vec4 BlurTexel = texture2D(BlurSampler, texCoord); + vec4 OutTexel = ScaledTexel; + + // -- Alpha Clipping -- + if (scaledCoord.x < Scissor.x) OutTexel = BlurTexel; + if (scaledCoord.y < Scissor.y) OutTexel = BlurTexel; + if (scaledCoord.x > Scissor.z) OutTexel = BlurTexel; + if (scaledCoord.y > Scissor.w) OutTexel = BlurTexel; + + clamp(scaledCoord, 0.0, 1.0); + + if (scaledCoord.x < Vignette.x) OutTexel = mix(BlurTexel, OutTexel, (Scissor.x - scaledCoord.x) / (Scissor.x - Vignette.x)); + if (scaledCoord.y < Vignette.y) OutTexel = mix(BlurTexel, OutTexel, (Scissor.y - scaledCoord.y) / (Scissor.y - Vignette.y)); + if (scaledCoord.x > Vignette.z) OutTexel = mix(BlurTexel, OutTexel, (Scissor.z - scaledCoord.x) / (Scissor.z - Vignette.z)); + if (scaledCoord.y > Vignette.w) OutTexel = mix(BlurTexel, OutTexel, (Scissor.w - scaledCoord.y) / (Scissor.w - Vignette.w)); + gl_FragColor = vec4(OutTexel.rgb, 1.0); +} diff --git a/1.9.4/assets/minecraft/shaders/program/wobble.fsh b/1.9.4/assets/minecraft/shaders/program/wobble.fsh new file mode 100644 index 00000000..9a175403 --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/program/wobble.fsh @@ -0,0 +1,58 @@ +#version 120 + +uniform sampler2D DiffuseSampler; + +varying vec2 texCoord; +varying vec2 oneTexel; + +uniform vec2 InSize; + +uniform float Time; +uniform vec2 Frequency; +uniform vec2 WobbleAmount; + +vec3 hue(float h) +{ + float r = abs(h * 6.0 - 3.0) - 1.0; + float g = 2 - abs(h * 6.0 - 2.0); + float b = 2 - abs(h * 6.0 - 4.0); + return clamp(vec3(r,g,b), 0.0, 1.0); +} + +vec3 HSVtoRGB(vec3 hsv) { + return ((hue(hsv.x) - 1.0) * hsv.y + 1.0) * hsv.z; +} + +vec3 RGBtoHSV(vec3 rgb) { + vec3 hsv = vec3(0.0); + hsv.z = max(rgb.r, max(rgb.g, rgb.b)); + float min = min(rgb.r, min(rgb.g, rgb.b)); + float c = hsv.z - min; + + if (c != 0) + { + hsv.y = c / hsv.z; + vec3 delta = (hsv.z - rgb) / c; + delta.rgb -= delta.brg; + delta.rg += vec2(2.0, 4.0); + if (rgb.r >= hsv.z) { + hsv.x = delta.b; + } else if (rgb.g >= hsv.z) { + hsv.x = delta.r; + } else { + hsv.x = delta.g; + } + hsv.x = fract(hsv.x / 6.0); + } + return hsv; +} + +void main() { + float xOffset = sin(texCoord.y * Frequency.x + Time * 3.1415926535 * 2.0) * WobbleAmount.x; + float yOffset = cos(texCoord.x * Frequency.y + Time * 3.1415926535 * 2.0) * WobbleAmount.y; + vec2 offset = vec2(xOffset, yOffset); + vec4 rgb = texture2D(DiffuseSampler, texCoord + offset); + vec3 hsv = RGBtoHSV(rgb.rgb); + hsv.x = fract(hsv.x + Time); + gl_FragColor = vec4(HSVtoRGB(hsv), 1.0); +} diff --git a/1.9.4/assets/minecraft/shaders/program/wobble.json b/1.9.4/assets/minecraft/shaders/program/wobble.json new file mode 100644 index 00000000..d8e9945a --- /dev/null +++ b/1.9.4/assets/minecraft/shaders/program/wobble.json @@ -0,0 +1,21 @@ +{ + "blend": { + "func": "add", + "srcrgb": "one", + "dstrgb": "zero" + }, + "vertex": "sobel", + "fragment": "wobble", + "attributes": [ "Position" ], + "samplers": [ + { "name": "DiffuseSampler" } + ], + "uniforms": [ + { "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] }, + { "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] }, + { "name": "Time", "type": "float", "count": 1, "values": [ 0.0 ] }, + { "name": "Frequency", "type": "float", "count": 2, "values": [ 512.0, 288.0 ] }, + { "name": "WobbleAmount", "type": "float", "count": 2, "values": [ 0.002, 0.002 ] } + ] +} diff --git a/1.9.4/assets/minecraft/structures/endcity/base_floor.nbt b/1.9.4/assets/minecraft/structures/endcity/base_floor.nbt new file mode 100644 index 00000000..8ba8c3ea Binary files /dev/null and b/1.9.4/assets/minecraft/structures/endcity/base_floor.nbt differ diff --git a/1.9.4/assets/minecraft/structures/endcity/base_roof.nbt b/1.9.4/assets/minecraft/structures/endcity/base_roof.nbt new file mode 100644 index 00000000..b812e6f4 Binary files /dev/null and b/1.9.4/assets/minecraft/structures/endcity/base_roof.nbt differ diff --git a/1.9.4/assets/minecraft/structures/endcity/bridge_end.nbt b/1.9.4/assets/minecraft/structures/endcity/bridge_end.nbt new file mode 100644 index 00000000..e64326a4 Binary files /dev/null and b/1.9.4/assets/minecraft/structures/endcity/bridge_end.nbt differ diff --git a/1.9.4/assets/minecraft/structures/endcity/bridge_gentle_stairs.nbt b/1.9.4/assets/minecraft/structures/endcity/bridge_gentle_stairs.nbt new file mode 100644 index 00000000..b6b851f8 Binary files /dev/null and b/1.9.4/assets/minecraft/structures/endcity/bridge_gentle_stairs.nbt differ diff --git a/1.9.4/assets/minecraft/structures/endcity/bridge_piece.nbt b/1.9.4/assets/minecraft/structures/endcity/bridge_piece.nbt new file mode 100644 index 00000000..9b045ee0 Binary files /dev/null and b/1.9.4/assets/minecraft/structures/endcity/bridge_piece.nbt differ diff --git a/1.9.4/assets/minecraft/structures/endcity/bridge_steep_stairs.nbt b/1.9.4/assets/minecraft/structures/endcity/bridge_steep_stairs.nbt new file mode 100644 index 00000000..25228a96 Binary files /dev/null and b/1.9.4/assets/minecraft/structures/endcity/bridge_steep_stairs.nbt differ diff --git a/1.9.4/assets/minecraft/structures/endcity/fat_tower_base.nbt b/1.9.4/assets/minecraft/structures/endcity/fat_tower_base.nbt new file mode 100644 index 00000000..96330d2a Binary files /dev/null and b/1.9.4/assets/minecraft/structures/endcity/fat_tower_base.nbt differ diff --git a/1.9.4/assets/minecraft/structures/endcity/fat_tower_middle.nbt b/1.9.4/assets/minecraft/structures/endcity/fat_tower_middle.nbt new file mode 100644 index 00000000..3f97253b Binary files /dev/null and b/1.9.4/assets/minecraft/structures/endcity/fat_tower_middle.nbt differ diff --git a/1.9.4/assets/minecraft/structures/endcity/fat_tower_top.nbt b/1.9.4/assets/minecraft/structures/endcity/fat_tower_top.nbt new file mode 100644 index 00000000..9041a9d0 Binary files /dev/null and b/1.9.4/assets/minecraft/structures/endcity/fat_tower_top.nbt differ diff --git a/1.9.4/assets/minecraft/structures/endcity/second_floor.nbt b/1.9.4/assets/minecraft/structures/endcity/second_floor.nbt new file mode 100644 index 00000000..09fb2c86 Binary files /dev/null and b/1.9.4/assets/minecraft/structures/endcity/second_floor.nbt differ diff --git a/1.9.4/assets/minecraft/structures/endcity/second_floor_2.nbt b/1.9.4/assets/minecraft/structures/endcity/second_floor_2.nbt new file mode 100644 index 00000000..aec99d9f Binary files /dev/null and b/1.9.4/assets/minecraft/structures/endcity/second_floor_2.nbt differ diff --git a/1.9.4/assets/minecraft/structures/endcity/second_roof.nbt b/1.9.4/assets/minecraft/structures/endcity/second_roof.nbt new file mode 100644 index 00000000..bcf3d2e2 Binary files /dev/null and b/1.9.4/assets/minecraft/structures/endcity/second_roof.nbt differ diff --git a/1.9.4/assets/minecraft/structures/endcity/ship.nbt b/1.9.4/assets/minecraft/structures/endcity/ship.nbt new file mode 100644 index 00000000..9c73dba3 Binary files /dev/null and b/1.9.4/assets/minecraft/structures/endcity/ship.nbt differ diff --git a/1.9.4/assets/minecraft/structures/endcity/third_floor.nbt b/1.9.4/assets/minecraft/structures/endcity/third_floor.nbt new file mode 100644 index 00000000..f2fabf43 Binary files /dev/null and b/1.9.4/assets/minecraft/structures/endcity/third_floor.nbt differ diff --git a/1.9.4/assets/minecraft/structures/endcity/third_floor_b.nbt b/1.9.4/assets/minecraft/structures/endcity/third_floor_b.nbt new file mode 100644 index 00000000..89908686 Binary files /dev/null and b/1.9.4/assets/minecraft/structures/endcity/third_floor_b.nbt differ diff --git a/1.9.4/assets/minecraft/structures/endcity/third_floor_c.nbt b/1.9.4/assets/minecraft/structures/endcity/third_floor_c.nbt new file mode 100644 index 00000000..195065ea Binary files /dev/null and b/1.9.4/assets/minecraft/structures/endcity/third_floor_c.nbt differ diff --git a/1.9.4/assets/minecraft/structures/endcity/third_roof.nbt b/1.9.4/assets/minecraft/structures/endcity/third_roof.nbt new file mode 100644 index 00000000..5c023816 Binary files /dev/null and b/1.9.4/assets/minecraft/structures/endcity/third_roof.nbt differ diff --git a/1.9.4/assets/minecraft/structures/endcity/tower_base.nbt b/1.9.4/assets/minecraft/structures/endcity/tower_base.nbt new file mode 100644 index 00000000..6e945880 Binary files /dev/null and b/1.9.4/assets/minecraft/structures/endcity/tower_base.nbt differ diff --git a/1.9.4/assets/minecraft/structures/endcity/tower_floor.nbt b/1.9.4/assets/minecraft/structures/endcity/tower_floor.nbt new file mode 100644 index 00000000..ce62231f Binary files /dev/null and b/1.9.4/assets/minecraft/structures/endcity/tower_floor.nbt differ diff --git a/1.9.4/assets/minecraft/structures/endcity/tower_piece.nbt b/1.9.4/assets/minecraft/structures/endcity/tower_piece.nbt new file mode 100644 index 00000000..67422922 Binary files /dev/null and b/1.9.4/assets/minecraft/structures/endcity/tower_piece.nbt differ diff --git a/1.9.4/assets/minecraft/structures/endcity/tower_top.nbt b/1.9.4/assets/minecraft/structures/endcity/tower_top.nbt new file mode 100644 index 00000000..2684fb29 Binary files /dev/null and b/1.9.4/assets/minecraft/structures/endcity/tower_top.nbt differ diff --git a/1.9.4/assets/minecraft/structures/igloo/igloo_bottom.nbt b/1.9.4/assets/minecraft/structures/igloo/igloo_bottom.nbt new file mode 100644 index 00000000..4ca2962b Binary files /dev/null and b/1.9.4/assets/minecraft/structures/igloo/igloo_bottom.nbt differ diff --git a/1.9.4/assets/minecraft/structures/igloo/igloo_middle.nbt b/1.9.4/assets/minecraft/structures/igloo/igloo_middle.nbt new file mode 100644 index 00000000..bfe8f919 Binary files /dev/null and b/1.9.4/assets/minecraft/structures/igloo/igloo_middle.nbt differ diff --git a/1.9.4/assets/minecraft/structures/igloo/igloo_top.nbt b/1.9.4/assets/minecraft/structures/igloo/igloo_top.nbt new file mode 100644 index 00000000..7a8fc7c1 Binary files /dev/null and b/1.9.4/assets/minecraft/structures/igloo/igloo_top.nbt differ diff --git a/1.9.4/assets/minecraft/texts/credits.txt b/1.9.4/assets/minecraft/texts/credits.txt new file mode 100644 index 00000000..83678ab4 --- /dev/null +++ b/1.9.4/assets/minecraft/texts/credits.txt @@ -0,0 +1,77 @@ +[C]§f=============== +[C]§eMinecraft Credits +[C]§f=============== + +§7Created by: +§f Markus Persson + +§7Game design, programming and graphics: +§f Markus Persson +§f Jens Bergensten +§f Nathan Adams +§f Ryan Holtz +§f Michael Stoyke +§f Erik Broes +§f Thomas Guimbretière + +§7Music and sound: +§f Daniel Rosenfeld +§f Samuel Åberg + +§7Ingame artwork and paintings: +§f Kristoffer Zetterstrand + +§7End game narrative: +§f Julian Gough + +§7Website development: +§f Tobias Möllstam +§f Daniel Frisk +§f Leonard Gram +§f Jens Bergensten +§f Markus Persson + +§7Logo and promotional artwork: +§f Markus Toivonen + +§7Business and administration: +§f Carl Manneh +§f Daniel Kaplan + +§7Director of fun: +§f Lydia Winters + +§7Number crunching and statistics: +§f Patrick Geuder + +§7Realms Development Team: +§f Daniel Frisk +§f Leonard Gram +§f David Marby +§f Philip Vieira + +§7Realms Content Manager: +§f Marc Watson + +§7Additional programming: +§f Paul Spooner +§f Ryan 'Scaevolus' Hitchman +§f Elliot 'Hippoplatimus' Segal + +§7Developers of Mo' Creatures (horses etc): +§f John Olarte (DrZhark) +§f Kent Christian Jensen +§f Dan Roque + +§7Technologies used: +§f Java by Oracle +§f LWJGL by many talented people +§f "3d Sound System" by Paul Lamb +§f JOrbis by JCraft + + + + + + +§f"Twenty years from now you will be more disappointed by the things that you didn't do than by the ones you did do. So throw off the bowlines. Sail away from the safe harbor. Catch the trade winds in your sails. Explore. Dream. Discover." §7- Unknown \ No newline at end of file diff --git a/1.9.4/assets/minecraft/texts/end.txt b/1.9.4/assets/minecraft/texts/end.txt new file mode 100644 index 00000000..72775248 --- /dev/null +++ b/1.9.4/assets/minecraft/texts/end.txt @@ -0,0 +1,151 @@ +§3I see the player you mean. + +§2PLAYERNAME? + +§3Yes. Take care. It has reached a higher level now. It can read our thoughts. + +§2That doesn't matter. It thinks we are part of the game. + +§3I like this player. It played well. It did not give up. + +§2It is reading our thoughts as though they were words on a screen. + +§3That is how it chooses to imagine many things, when it is deep in the dream of a game. + +§2Words make a wonderful interface. Very flexible. And less terrifying than staring at the reality behind the screen. + +§3They used to hear voices. Before players could read. Back in the days when those who did not play called the players witches, and warlocks. And players dreamed they flew through the air, on sticks powered by demons. + +§2What did this player dream? + +§3This player dreamed of sunlight and trees. Of fire and water. It dreamed it created. And it dreamed it destroyed. It dreamed it hunted, and was hunted. It dreamed of shelter. + +§2Hah, the original interface. A million years old, and it still works. But what true structure did this player create, in the reality behind the screen? + +§3It worked, with a million others, to sculpt a true world in a fold of the §f§k§a§b§3, and created a §f§k§a§b§3 for §f§k§a§b§3, in the §f§k§a§b§3. + +§2It cannot read that thought. + +§3No. It has not yet achieved the highest level. That, it must achieve in the long dream of life, not the short dream of a game. + +§2Does it know that we love it? That the universe is kind? + +§3Sometimes, through the noise of its thoughts, it hears the universe, yes. + +§2But there are times it is sad, in the long dream. It creates worlds that have no summer, and it shivers under a black sun, and it takes its sad creation for reality. + +§3To cure it of sorrow would destroy it. The sorrow is part of its own private task. We cannot interfere. + +§2Sometimes when they are deep in dreams, I want to tell them, they are building true worlds in reality. Sometimes I want to tell them of their importance to the universe. Sometimes, when they have not made a true connection in a while, I want to help them to speak the word they fear. + +§3It reads our thoughts. + +§2Sometimes I do not care. Sometimes I wish to tell them, this world you take for truth is merely §f§k§a§b§2 and §f§k§a§b§2, I wish to tell them that they are §f§k§a§b§2 in the §f§k§a§b§2. They see so little of reality, in their long dream. + +§3And yet they play the game. + +§2But it would be so easy to tell them... + +§3Too strong for this dream. To tell them how to live is to prevent them living. + +§2I will not tell the player how to live. + +§3The player is growing restless. + +§2I will tell the player a story. + +§3But not the truth. + +§2No. A story that contains the truth safely, in a cage of words. Not the naked truth that can burn over any distance. + +§3Give it a body, again. + +§2Yes. Player... + +§3Use its name. + +§2PLAYERNAME. Player of games. + +§3Good. + +§2Take a breath, now. Take another. Feel air in your lungs. Let your limbs return. Yes, move your fingers. Have a body again, under gravity, in air. Respawn in the long dream. There you are. Your body touching the universe again at every point, as though you were separate things. As though we were separate things. + +§3Who are we? Once we were called the spirit of the mountain. Father sun, mother moon. Ancestral spirits, animal spirits. Jinn. Ghosts. The green man. Then gods, demons. Angels. Poltergeists. Aliens, extraterrestrials. Leptons, quarks. The words change. We do not change. + +§2We are the universe. We are everything you think isn't you. You are looking at us now, through your skin and your eyes. And why does the universe touch your skin, and throw light on you? To see you, player. To know you. And to be known. I shall tell you a story. + +§2Once upon a time, there was a player. + +§3The player was you, PLAYERNAME. + +§2Sometimes it thought itself human, on the thin crust of a spinning globe of molten rock. The ball of molten rock circled a ball of blazing gas that was three hundred and thirty thousand times more massive than it. They were so far apart that light took eight minutes to cross the gap. The light was information from a star, and it could burn your skin from a hundred and fifty million kilometres away. + +§2Sometimes the player dreamed it was a miner, on the surface of a world that was flat, and infinite. The sun was a square of white. The days were short; there was much to do; and death was a temporary inconvenience. + +§3Sometimes the player dreamed it was lost in a story. + +§2Sometimes the player dreamed it was other things, in other places. Sometimes these dreams were disturbing. Sometimes very beautiful indeed. Sometimes the player woke from one dream into another, then woke from that into a third. + +§3Sometimes the player dreamed it watched words on a screen. + +§2Let's go back. + +§2The atoms of the player were scattered in the grass, in the rivers, in the air, in the ground. A woman gathered the atoms; she drank and ate and inhaled; and the woman assembled the player, in her body. + +§2And the player awoke, from the warm, dark world of its mother's body, into the long dream. + +§2And the player was a new story, never told before, written in letters of DNA. And the player was a new program, never run before, generated by a sourcecode a billion years old. And the player was a new human, never alive before, made from nothing but milk and love. + +§3You are the player. The story. The program. The human. Made from nothing but milk and love. + +§2Let's go further back. + +§2The seven billion billion billion atoms of the player's body were created, long before this game, in the heart of a star. So the player, too, is information from a star. And the player moves through a story, which is a forest of information planted by a man called Julian, on a flat, infinite world created by a man called Markus, that exists inside a small, private world created by the player, who inhabits a universe created by... + +§3Shush. Sometimes the player created a small, private world that was soft and warm and simple. Sometimes hard, and cold, and complicated. Sometimes it built a model of the universe in its head; flecks of energy, moving through vast empty spaces. Sometimes it called those flecks "electrons" and "protons". + +§2Sometimes it called them "planets" and "stars". + +§2Sometimes it believed it was in a universe that was made of energy that was made of offs and ons; zeros and ones; lines of code. Sometimes it believed it was playing a game. Sometimes it believed it was reading words on a screen. + +§3You are the player, reading words... + +§2Shush... Sometimes the player read lines of code on a screen. Decoded them into words; decoded words into meaning; decoded meaning into feelings, emotions, theories, ideas, and the player started to breathe faster and deeper and realised it was alive, it was alive, those thousand deaths had not been real, the player was alive + +§3You. You. You are alive. + +§2and sometimes the player believed the universe had spoken to it through the sunlight that came through the shuffling leaves of the summer trees + +§3and sometimes the player believed the universe had spoken to it through the light that fell from the crisp night sky of winter, where a fleck of light in the corner of the player's eye might be a star a million times as massive as the sun, boiling its planets to plasma in order to be visible for a moment to the player, walking home at the far side of the universe, suddenly smelling food, almost at the familiar door, about to dream again + +§2and sometimes the player believed the universe had spoken to it through the zeros and ones, through the electricity of the world, through the scrolling words on a screen at the end of a dream + +§3and the universe said I love you + +§2and the universe said you have played the game well + +§3and the universe said everything you need is within you + +§2and the universe said you are stronger than you know + +§3and the universe said you are the daylight + +§2and the universe said you are the night + +§3and the universe said the darkness you fight is within you + +§2and the universe said the light you seek is within you + +§3and the universe said you are not alone + +§2and the universe said you are not separate from every other thing + +§3and the universe said you are the universe tasting itself, talking to itself, reading its own code + +§2and the universe said I love you because you are love. + +§3And the game was over and the player woke up from the dream. And the player began a new dream. And the player dreamed again, dreamed better. And the player was the universe. And the player was love. + +§3You are the player. + +§2Wake up. diff --git a/1.9.4/assets/minecraft/texts/splashes.txt b/1.9.4/assets/minecraft/texts/splashes.txt new file mode 100644 index 00000000..a8e825c5 --- /dev/null +++ b/1.9.4/assets/minecraft/texts/splashes.txt @@ -0,0 +1,363 @@ +As seen on TV! +Awesome! +100% pure! +May contain nuts! +Better than Prey! +More polygons! +Sexy! +Limited edition! +Flashing letters! +Made by Notch! +It's here! +Best in class! +It's finished! +Kind of dragon free! +Excitement! +More than 500 sold! +One of a kind! +Heaps of hits on YouTube! +Indev! +Spiders everywhere! +Check it out! +Holy cow, man! +It's a game! +Made in Sweden! +Uses LWJGL! +Reticulating splines! +Minecraft! +Yaaay! +Singleplayer! +Keyboard compatible! +Undocumented! +Ingots! +Exploding creepers! +That's no moon! +l33t! +Create! +Survive! +Dungeon! +Exclusive! +The bee's knees! +Down with O.P.P.! +Closed source! +Classy! +Wow! +Not on steam! +Oh man! +Awesome community! +Pixels! +Teetsuuuuoooo! +Kaaneeeedaaaa! +Now with difficulty! +Enhanced! +90% bug free! +Pretty! +12 herbs and spices! +Fat free! +Absolutely no memes! +Free dental! +Ask your doctor! +Minors welcome! +Cloud computing! +Legal in Finland! +Hard to label! +Technically good! +Bringing home the bacon! +Indie! +GOTY! +Ceci n'est pas une title screen! +Euclidian! +Now in 3D! +Inspirational! +Herregud! +Complex cellular automata! +Yes, sir! +Played by cowboys! +OpenGL 2.1 (if supported)! +Thousands of colors! +Try it! +Age of Wonders is better! +Try the mushroom stew! +Sensational! +Hot tamale, hot hot tamale! +Play him off, keyboard cat! +Guaranteed! +Macroscopic! +Bring it on! +Random splash! +Call your mother! +Monster infighting! +Loved by millions! +Ultimate edition! +Freaky! +You've got a brand new key! +Water proof! +Uninflammable! +Whoa, dude! +All inclusive! +Tell your friends! +NP is not in P! +Music by C418! +Livestreamed! +Haunted! +Polynomial! +Terrestrial! +All is full of love! +Full of stars! +Scientific! +Not as cool as Spock! +Collaborate and listen! +Never dig down! +Take frequent breaks! +Not linear! +Han shot first! +Nice to meet you! +Buckets of lava! +Ride the pig! +Larger than Earth! +sqrt(-1) love you! +Phobos anomaly! +Punching wood! +Falling off cliffs! +1% sugar! +150% hyperbole! +Synecdoche! +Let's danec! +Seecret Friday update! +Reference implementation! +Lewd with two dudes with food! +Kiss the sky! +20 GOTO 10! +Verlet intregration! +Peter Griffin! +Do not distribute! +Cogito ergo sum! +4815162342 lines of code! +A skeleton popped out! +The Work of Notch! +The sum of its parts! +BTAF used to be good! +I miss ADOM! +umop-apisdn! +OICU812! +Bring me Ray Cokes! +Finger-licking! +Thematic! +Pneumatic! +Sublime! +Octagonal! +Une baguette! +Gargamel plays it! +Rita is the new top dog! +SWM forever! +Representing Edsbyn! +Matt Damon! +Supercalifragilisticexpialidocious! +Consummate V's! +Cow Tools! +Double buffered! +Fan fiction! +Flaxkikare! +Jason! Jason! Jason! +Hotter than the sun! +Internet enabled! +Autonomous! +Engage! +Fantasy! +DRR! DRR! DRR! +Kick it root down! +Regional resources! +Woo, facepunch! +Woo, somethingawful! +Woo, /v/! +Woo, tigsource! +Woo, minecraftforum! +Woo, worldofminecraft! +Woo, reddit! +Woo, 2pp! +Google anlyticsed! +Now supports åäö! +Give us Gordon! +Tip your waiter! +Very fun! +12345 is a bad password! +Vote for net neutrality! +Lives in a pineapple under the sea! +MAP11 has two names! +Omnipotent! +Gasp! +...! +Bees, bees, bees, bees! +Jag känner en bot! +This text is hard to read if you play the game at the default resolution, but at 1080p it's fine! +Haha, LOL! +Hampsterdance! +Switches and ores! +Menger sponge! +idspispopd! +Eple (original edit)! +So fresh, so clean! +Slow acting portals! +Try the Nether! +Don't look directly at the bugs! +Oh, ok, Pigmen! +Finally with ladders! +Scary! +Play Minecraft, Watch Topgear, Get Pig! +Twittered about! +Jump up, jump up, and get down! +Joel is neat! +A riddle, wrapped in a mystery! +Huge tracts of land! +Welcome to your Doom! +Stay a while, stay forever! +Stay a while and listen! +Treatment for your rash! +"Autological" is! +Information wants to be free! +"Almost never" is an interesting concept! +Lots of truthiness! +The creeper is a spy! +Turing complete! +It's groundbreaking! +Let our battle's begin! +The sky is the limit! +Jeb has amazing hair! +Ryan also has amazing hair! +Casual gaming! +Undefeated! +Kinda like Lemmings! +Follow the train, CJ! +Leveraging synergy! +This message will never appear on the splash screen, isn't that weird? +DungeonQuest is unfair! +110813! +90210! +Check out the far lands! +Tyrion would love it! +Also try VVVVVV! +Also try Super Meat Boy! +Also try Terraria! +Also try Mount And Blade! +Also try Project Zomboid! +Also try World of Goo! +Also try Limbo! +Also try Pixeljunk Shooter! +Also try Braid! +That's super! +Bread is pain! +Read more books! +Khaaaaaaaaan! +Less addictive than TV Tropes! +More addictive than lemonade! +Bigger than a bread box! +Millions of peaches! +Fnord! +This is my true form! +Totally forgot about Dre! +Don't bother with the clones! +Pumpkinhead! +Hobo humping slobo babe! +Made by Jeb! +Has an ending! +Finally complete! +Feature packed! +Boots with the fur! +Stop, hammertime! +Testificates! +Conventional! +Homeomorphic to a 3-sphere! +Doesn't avoid double negatives! +Place ALL the blocks! +Does barrel rolls! +Meeting expectations! +PC gaming since 1873! +Ghoughpteighbteau tchoghs! +Déjà vu! +Déjà vu! +Got your nose! +Haley loves Elan! +Afraid of the big, black bat! +Doesn't use the U-word! +Child's play! +See you next Friday or so! +From the streets of Södermalm! +150 bpm for 400000 minutes! +Technologic! +Funk soul brother! +Pumpa kungen! +日本ハロー! +한국 안녕하세요! +Helo Cymru! +Cześć Polsko! +你好中国! +Привет Россия! +Γεια σου Ελλάδα! +My life for Aiur! +Lennart lennart = new Lennart(); +I see your vocabulary has improved! +Who put it there? +You can't explain that! +if not ok then return end +§1C§2o§3l§4o§5r§6m§7a§8t§9i§ac +§kFUNKY LOL +Big Pointy Teeth! +Bekarton guards the gate! +Mmmph, mmph! +Don't feed avocados to parrots! +Swords for everyone! +Plz reply to my tweet! +.party()! +Take her pillow! +Put that cookie down! +Pretty scary! +I have a suggestion. +Now with extra hugs! +Now Java 6! +Woah. +HURNERJSGER? +What's up, Doc? +Now contains 32 random daily cats! +That's Numberwang! +pls rt +Do you want to join my server? +Put a little fence around it! +Throw a blanket over it! +One day, somewhere in the future, my work will be quoted! +Now with additional stuff! +Extra things! +Yay, puppies for everyone! +So sweet, like a nice bon bon! +Popping tags! +Very influential in its circle! +Now With Multiplayer! +Rise from your grave! +Warning! A huge battleship "STEVE" is approaching fast! +Blue warrior shot the food! +Run, coward! I hunger! +Flavor with no seasoning! +Strange, but not a stranger! +Tougher than diamonds, rich like cream! +Getting ready to show! +Getting ready to know! +Getting ready to drop! +Getting ready to shock! +Getting ready to freak! +Getting ready to speak! +It swings, it jives! +Cruising streets for gold! +Take an eggbeater and beat it against a skillet! +Make me a table, a funky table! +Take the elevator to the mezzanine! +Stop being reasonable, this is the Internet! +/give @a hugs 64 +This is good for Realms. +Any computer is a laptop if you're brave enough! +Do it all, everything! +Where there is not light, there can spider! +GNU Terry Pratchett +More Digital! +doot doot +Falling with style! +There's no stopping the Trollmaso +Throw yourself at the ground and miss \ No newline at end of file diff --git a/1.9.4/assets/minecraft/textures/blocks/anvil_base.png b/1.9.4/assets/minecraft/textures/blocks/anvil_base.png new file mode 100644 index 00000000..50848f86 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/anvil_base.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/anvil_top_damaged_0.png b/1.9.4/assets/minecraft/textures/blocks/anvil_top_damaged_0.png new file mode 100644 index 00000000..395dea47 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/anvil_top_damaged_0.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/anvil_top_damaged_1.png b/1.9.4/assets/minecraft/textures/blocks/anvil_top_damaged_1.png new file mode 100644 index 00000000..eddc47fb Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/anvil_top_damaged_1.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/anvil_top_damaged_2.png b/1.9.4/assets/minecraft/textures/blocks/anvil_top_damaged_2.png new file mode 100644 index 00000000..6cade1fa Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/anvil_top_damaged_2.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/beacon.png b/1.9.4/assets/minecraft/textures/blocks/beacon.png new file mode 100644 index 00000000..a69e59dc Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/beacon.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/bed_feet_end.png b/1.9.4/assets/minecraft/textures/blocks/bed_feet_end.png new file mode 100644 index 00000000..ea2e1140 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/bed_feet_end.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/bed_feet_side.png b/1.9.4/assets/minecraft/textures/blocks/bed_feet_side.png new file mode 100644 index 00000000..3b9ccacb Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/bed_feet_side.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/bed_feet_top.png b/1.9.4/assets/minecraft/textures/blocks/bed_feet_top.png new file mode 100644 index 00000000..43ba6a36 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/bed_feet_top.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/bed_head_end.png b/1.9.4/assets/minecraft/textures/blocks/bed_head_end.png new file mode 100644 index 00000000..f3f8a3f7 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/bed_head_end.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/bed_head_side.png b/1.9.4/assets/minecraft/textures/blocks/bed_head_side.png new file mode 100644 index 00000000..9979d2ae Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/bed_head_side.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/bed_head_top.png b/1.9.4/assets/minecraft/textures/blocks/bed_head_top.png new file mode 100644 index 00000000..024640f0 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/bed_head_top.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/bedrock.png b/1.9.4/assets/minecraft/textures/blocks/bedrock.png new file mode 100644 index 00000000..1643c995 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/bedrock.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/beetroots_stage_0.png b/1.9.4/assets/minecraft/textures/blocks/beetroots_stage_0.png new file mode 100644 index 00000000..c1ef7320 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/beetroots_stage_0.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/beetroots_stage_1.png b/1.9.4/assets/minecraft/textures/blocks/beetroots_stage_1.png new file mode 100644 index 00000000..1275f4f8 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/beetroots_stage_1.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/beetroots_stage_2.png b/1.9.4/assets/minecraft/textures/blocks/beetroots_stage_2.png new file mode 100644 index 00000000..b7347dfe Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/beetroots_stage_2.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/beetroots_stage_3.png b/1.9.4/assets/minecraft/textures/blocks/beetroots_stage_3.png new file mode 100644 index 00000000..c9fc913c Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/beetroots_stage_3.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/bookshelf.png b/1.9.4/assets/minecraft/textures/blocks/bookshelf.png new file mode 100644 index 00000000..7ac3737a Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/bookshelf.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/brewing_stand.png b/1.9.4/assets/minecraft/textures/blocks/brewing_stand.png new file mode 100644 index 00000000..60832aab Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/brewing_stand.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/brewing_stand_base.png b/1.9.4/assets/minecraft/textures/blocks/brewing_stand_base.png new file mode 100644 index 00000000..0742fbfa Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/brewing_stand_base.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/brick.png b/1.9.4/assets/minecraft/textures/blocks/brick.png new file mode 100644 index 00000000..fd6959c2 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/brick.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/cactus_bottom.png b/1.9.4/assets/minecraft/textures/blocks/cactus_bottom.png new file mode 100644 index 00000000..4bc7885a Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/cactus_bottom.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/cactus_side.png b/1.9.4/assets/minecraft/textures/blocks/cactus_side.png new file mode 100644 index 00000000..9c555037 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/cactus_side.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/cactus_top.png b/1.9.4/assets/minecraft/textures/blocks/cactus_top.png new file mode 100644 index 00000000..98e6faad Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/cactus_top.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/cake_bottom.png b/1.9.4/assets/minecraft/textures/blocks/cake_bottom.png new file mode 100644 index 00000000..d93b15ad Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/cake_bottom.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/cake_inner.png b/1.9.4/assets/minecraft/textures/blocks/cake_inner.png new file mode 100644 index 00000000..ce7ce690 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/cake_inner.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/cake_side.png b/1.9.4/assets/minecraft/textures/blocks/cake_side.png new file mode 100644 index 00000000..343a0234 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/cake_side.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/cake_top.png b/1.9.4/assets/minecraft/textures/blocks/cake_top.png new file mode 100644 index 00000000..2947892e Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/cake_top.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/carrots_stage_0.png b/1.9.4/assets/minecraft/textures/blocks/carrots_stage_0.png new file mode 100644 index 00000000..c1ef7320 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/carrots_stage_0.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/carrots_stage_1.png b/1.9.4/assets/minecraft/textures/blocks/carrots_stage_1.png new file mode 100644 index 00000000..1275f4f8 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/carrots_stage_1.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/carrots_stage_2.png b/1.9.4/assets/minecraft/textures/blocks/carrots_stage_2.png new file mode 100644 index 00000000..b7347dfe Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/carrots_stage_2.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/carrots_stage_3.png b/1.9.4/assets/minecraft/textures/blocks/carrots_stage_3.png new file mode 100644 index 00000000..2391be83 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/carrots_stage_3.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/cauldron_bottom.png b/1.9.4/assets/minecraft/textures/blocks/cauldron_bottom.png new file mode 100644 index 00000000..797bbf01 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/cauldron_bottom.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/cauldron_inner.png b/1.9.4/assets/minecraft/textures/blocks/cauldron_inner.png new file mode 100644 index 00000000..5ae6c707 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/cauldron_inner.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/cauldron_side.png b/1.9.4/assets/minecraft/textures/blocks/cauldron_side.png new file mode 100644 index 00000000..235911c6 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/cauldron_side.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/cauldron_top.png b/1.9.4/assets/minecraft/textures/blocks/cauldron_top.png new file mode 100644 index 00000000..7545d128 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/cauldron_top.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/chain_command_block_back.png b/1.9.4/assets/minecraft/textures/blocks/chain_command_block_back.png new file mode 100644 index 00000000..89b568c8 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/chain_command_block_back.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/chain_command_block_back.png.mcmeta b/1.9.4/assets/minecraft/textures/blocks/chain_command_block_back.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.9.4/assets/minecraft/textures/blocks/chain_command_block_back.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.9.4/assets/minecraft/textures/blocks/chain_command_block_conditional.png b/1.9.4/assets/minecraft/textures/blocks/chain_command_block_conditional.png new file mode 100644 index 00000000..a93b9ddc Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/chain_command_block_conditional.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/chain_command_block_conditional.png.mcmeta b/1.9.4/assets/minecraft/textures/blocks/chain_command_block_conditional.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.9.4/assets/minecraft/textures/blocks/chain_command_block_conditional.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.9.4/assets/minecraft/textures/blocks/chain_command_block_front.png b/1.9.4/assets/minecraft/textures/blocks/chain_command_block_front.png new file mode 100644 index 00000000..06adf369 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/chain_command_block_front.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/chain_command_block_front.png.mcmeta b/1.9.4/assets/minecraft/textures/blocks/chain_command_block_front.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.9.4/assets/minecraft/textures/blocks/chain_command_block_front.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.9.4/assets/minecraft/textures/blocks/chain_command_block_side.png b/1.9.4/assets/minecraft/textures/blocks/chain_command_block_side.png new file mode 100644 index 00000000..65661f93 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/chain_command_block_side.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/chain_command_block_side.png.mcmeta b/1.9.4/assets/minecraft/textures/blocks/chain_command_block_side.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.9.4/assets/minecraft/textures/blocks/chain_command_block_side.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.9.4/assets/minecraft/textures/blocks/chorus_flower.png b/1.9.4/assets/minecraft/textures/blocks/chorus_flower.png new file mode 100644 index 00000000..bc4c6220 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/chorus_flower.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/chorus_flower_dead.png b/1.9.4/assets/minecraft/textures/blocks/chorus_flower_dead.png new file mode 100644 index 00000000..46d578f7 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/chorus_flower_dead.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/chorus_plant.png b/1.9.4/assets/minecraft/textures/blocks/chorus_plant.png new file mode 100644 index 00000000..00ceb71c Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/chorus_plant.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/clay.png b/1.9.4/assets/minecraft/textures/blocks/clay.png new file mode 100644 index 00000000..c19e0319 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/clay.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/coal_block.png b/1.9.4/assets/minecraft/textures/blocks/coal_block.png new file mode 100644 index 00000000..84d0dded Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/coal_block.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/coal_ore.png b/1.9.4/assets/minecraft/textures/blocks/coal_ore.png new file mode 100644 index 00000000..49486d2a Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/coal_ore.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/coarse_dirt.png b/1.9.4/assets/minecraft/textures/blocks/coarse_dirt.png new file mode 100644 index 00000000..1dba1c85 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/coarse_dirt.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/cobblestone.png b/1.9.4/assets/minecraft/textures/blocks/cobblestone.png new file mode 100644 index 00000000..da3498c5 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/cobblestone.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/cobblestone_mossy.png b/1.9.4/assets/minecraft/textures/blocks/cobblestone_mossy.png new file mode 100644 index 00000000..dd479fff Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/cobblestone_mossy.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/cocoa_stage_0.png b/1.9.4/assets/minecraft/textures/blocks/cocoa_stage_0.png new file mode 100644 index 00000000..25892eba Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/cocoa_stage_0.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/cocoa_stage_1.png b/1.9.4/assets/minecraft/textures/blocks/cocoa_stage_1.png new file mode 100644 index 00000000..1e1f48ab Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/cocoa_stage_1.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/cocoa_stage_2.png b/1.9.4/assets/minecraft/textures/blocks/cocoa_stage_2.png new file mode 100644 index 00000000..491ec26d Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/cocoa_stage_2.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/command_block_back.png b/1.9.4/assets/minecraft/textures/blocks/command_block_back.png new file mode 100644 index 00000000..08dc7c33 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/command_block_back.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/command_block_back.png.mcmeta b/1.9.4/assets/minecraft/textures/blocks/command_block_back.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.9.4/assets/minecraft/textures/blocks/command_block_back.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.9.4/assets/minecraft/textures/blocks/command_block_conditional.png b/1.9.4/assets/minecraft/textures/blocks/command_block_conditional.png new file mode 100644 index 00000000..7bea33ad Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/command_block_conditional.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/command_block_conditional.png.mcmeta b/1.9.4/assets/minecraft/textures/blocks/command_block_conditional.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.9.4/assets/minecraft/textures/blocks/command_block_conditional.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.9.4/assets/minecraft/textures/blocks/command_block_front.png b/1.9.4/assets/minecraft/textures/blocks/command_block_front.png new file mode 100644 index 00000000..45587caf Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/command_block_front.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/command_block_front.png.mcmeta b/1.9.4/assets/minecraft/textures/blocks/command_block_front.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.9.4/assets/minecraft/textures/blocks/command_block_front.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.9.4/assets/minecraft/textures/blocks/command_block_side.png b/1.9.4/assets/minecraft/textures/blocks/command_block_side.png new file mode 100644 index 00000000..3b55e7c6 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/command_block_side.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/command_block_side.png.mcmeta b/1.9.4/assets/minecraft/textures/blocks/command_block_side.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.9.4/assets/minecraft/textures/blocks/command_block_side.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.9.4/assets/minecraft/textures/blocks/comparator_off.png b/1.9.4/assets/minecraft/textures/blocks/comparator_off.png new file mode 100644 index 00000000..d2724ffa Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/comparator_off.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/comparator_on.png b/1.9.4/assets/minecraft/textures/blocks/comparator_on.png new file mode 100644 index 00000000..163558f3 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/comparator_on.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/crafting_table_front.png b/1.9.4/assets/minecraft/textures/blocks/crafting_table_front.png new file mode 100644 index 00000000..11986a46 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/crafting_table_front.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/crafting_table_side.png b/1.9.4/assets/minecraft/textures/blocks/crafting_table_side.png new file mode 100644 index 00000000..4b718694 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/crafting_table_side.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/crafting_table_top.png b/1.9.4/assets/minecraft/textures/blocks/crafting_table_top.png new file mode 100644 index 00000000..d95444df Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/crafting_table_top.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/daylight_detector_inverted_top.png b/1.9.4/assets/minecraft/textures/blocks/daylight_detector_inverted_top.png new file mode 100644 index 00000000..02af285b Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/daylight_detector_inverted_top.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/daylight_detector_side.png b/1.9.4/assets/minecraft/textures/blocks/daylight_detector_side.png new file mode 100644 index 00000000..a49e6d7c Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/daylight_detector_side.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/daylight_detector_top.png b/1.9.4/assets/minecraft/textures/blocks/daylight_detector_top.png new file mode 100644 index 00000000..c165a0e8 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/daylight_detector_top.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/deadbush.png b/1.9.4/assets/minecraft/textures/blocks/deadbush.png new file mode 100644 index 00000000..c64e0797 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/deadbush.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/debug.png b/1.9.4/assets/minecraft/textures/blocks/debug.png new file mode 100644 index 00000000..932faa97 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/debug.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/debug2.png b/1.9.4/assets/minecraft/textures/blocks/debug2.png new file mode 100644 index 00000000..98ee5bdb Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/debug2.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/destroy_stage_0.png b/1.9.4/assets/minecraft/textures/blocks/destroy_stage_0.png new file mode 100644 index 00000000..f65b7ede Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/destroy_stage_0.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/destroy_stage_1.png b/1.9.4/assets/minecraft/textures/blocks/destroy_stage_1.png new file mode 100644 index 00000000..7c915961 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/destroy_stage_1.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/destroy_stage_2.png b/1.9.4/assets/minecraft/textures/blocks/destroy_stage_2.png new file mode 100644 index 00000000..dadd6b05 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/destroy_stage_2.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/destroy_stage_3.png b/1.9.4/assets/minecraft/textures/blocks/destroy_stage_3.png new file mode 100644 index 00000000..52a40b65 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/destroy_stage_3.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/destroy_stage_4.png b/1.9.4/assets/minecraft/textures/blocks/destroy_stage_4.png new file mode 100644 index 00000000..e37c88a2 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/destroy_stage_4.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/destroy_stage_5.png b/1.9.4/assets/minecraft/textures/blocks/destroy_stage_5.png new file mode 100644 index 00000000..9590d2f7 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/destroy_stage_5.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/destroy_stage_6.png b/1.9.4/assets/minecraft/textures/blocks/destroy_stage_6.png new file mode 100644 index 00000000..fb00ade5 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/destroy_stage_6.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/destroy_stage_7.png b/1.9.4/assets/minecraft/textures/blocks/destroy_stage_7.png new file mode 100644 index 00000000..0b40c789 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/destroy_stage_7.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/destroy_stage_8.png b/1.9.4/assets/minecraft/textures/blocks/destroy_stage_8.png new file mode 100644 index 00000000..c0bf1dec Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/destroy_stage_8.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/destroy_stage_9.png b/1.9.4/assets/minecraft/textures/blocks/destroy_stage_9.png new file mode 100644 index 00000000..e3185f82 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/destroy_stage_9.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/diamond_block.png b/1.9.4/assets/minecraft/textures/blocks/diamond_block.png new file mode 100644 index 00000000..d8663d36 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/diamond_block.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/diamond_ore.png b/1.9.4/assets/minecraft/textures/blocks/diamond_ore.png new file mode 100644 index 00000000..735ecdaa Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/diamond_ore.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/dirt.png b/1.9.4/assets/minecraft/textures/blocks/dirt.png new file mode 100644 index 00000000..617d353e Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/dirt.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/dirt_podzol_side.png b/1.9.4/assets/minecraft/textures/blocks/dirt_podzol_side.png new file mode 100644 index 00000000..4fc276b7 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/dirt_podzol_side.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/dirt_podzol_top.png b/1.9.4/assets/minecraft/textures/blocks/dirt_podzol_top.png new file mode 100644 index 00000000..fe96de94 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/dirt_podzol_top.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/dispenser_front_horizontal.png b/1.9.4/assets/minecraft/textures/blocks/dispenser_front_horizontal.png new file mode 100644 index 00000000..5465feaa Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/dispenser_front_horizontal.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/dispenser_front_vertical.png b/1.9.4/assets/minecraft/textures/blocks/dispenser_front_vertical.png new file mode 100644 index 00000000..e7a97346 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/dispenser_front_vertical.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/door_acacia_lower.png b/1.9.4/assets/minecraft/textures/blocks/door_acacia_lower.png new file mode 100644 index 00000000..745f1906 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/door_acacia_lower.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/door_acacia_upper.png b/1.9.4/assets/minecraft/textures/blocks/door_acacia_upper.png new file mode 100644 index 00000000..6474e02c Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/door_acacia_upper.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/door_birch_lower.png b/1.9.4/assets/minecraft/textures/blocks/door_birch_lower.png new file mode 100644 index 00000000..8efeb831 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/door_birch_lower.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/door_birch_upper.png b/1.9.4/assets/minecraft/textures/blocks/door_birch_upper.png new file mode 100644 index 00000000..9f07791d Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/door_birch_upper.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/door_dark_oak_lower.png b/1.9.4/assets/minecraft/textures/blocks/door_dark_oak_lower.png new file mode 100644 index 00000000..d928058c Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/door_dark_oak_lower.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/door_dark_oak_upper.png b/1.9.4/assets/minecraft/textures/blocks/door_dark_oak_upper.png new file mode 100644 index 00000000..17408b61 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/door_dark_oak_upper.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/door_iron_lower.png b/1.9.4/assets/minecraft/textures/blocks/door_iron_lower.png new file mode 100644 index 00000000..13b68fd5 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/door_iron_lower.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/door_iron_upper.png b/1.9.4/assets/minecraft/textures/blocks/door_iron_upper.png new file mode 100644 index 00000000..56878fea Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/door_iron_upper.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/door_jungle_lower.png b/1.9.4/assets/minecraft/textures/blocks/door_jungle_lower.png new file mode 100644 index 00000000..fc1da6a6 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/door_jungle_lower.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/door_jungle_upper.png b/1.9.4/assets/minecraft/textures/blocks/door_jungle_upper.png new file mode 100644 index 00000000..bc9fcb32 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/door_jungle_upper.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/door_spruce_lower.png b/1.9.4/assets/minecraft/textures/blocks/door_spruce_lower.png new file mode 100644 index 00000000..ff92fdcc Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/door_spruce_lower.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/door_spruce_upper.png b/1.9.4/assets/minecraft/textures/blocks/door_spruce_upper.png new file mode 100644 index 00000000..48c58a05 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/door_spruce_upper.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/door_wood_lower.png b/1.9.4/assets/minecraft/textures/blocks/door_wood_lower.png new file mode 100644 index 00000000..3a0bae98 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/door_wood_lower.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/door_wood_upper.png b/1.9.4/assets/minecraft/textures/blocks/door_wood_upper.png new file mode 100644 index 00000000..93319d5d Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/door_wood_upper.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/double_plant_fern_bottom.png b/1.9.4/assets/minecraft/textures/blocks/double_plant_fern_bottom.png new file mode 100644 index 00000000..81ac0b5f Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/double_plant_fern_bottom.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/double_plant_fern_top.png b/1.9.4/assets/minecraft/textures/blocks/double_plant_fern_top.png new file mode 100644 index 00000000..ba34114d Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/double_plant_fern_top.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/double_plant_grass_bottom.png b/1.9.4/assets/minecraft/textures/blocks/double_plant_grass_bottom.png new file mode 100644 index 00000000..43420236 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/double_plant_grass_bottom.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/double_plant_grass_top.png b/1.9.4/assets/minecraft/textures/blocks/double_plant_grass_top.png new file mode 100644 index 00000000..575a1359 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/double_plant_grass_top.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/double_plant_paeonia_bottom.png b/1.9.4/assets/minecraft/textures/blocks/double_plant_paeonia_bottom.png new file mode 100644 index 00000000..5192113b Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/double_plant_paeonia_bottom.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/double_plant_paeonia_top.png b/1.9.4/assets/minecraft/textures/blocks/double_plant_paeonia_top.png new file mode 100644 index 00000000..c3e66d65 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/double_plant_paeonia_top.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/double_plant_rose_bottom.png b/1.9.4/assets/minecraft/textures/blocks/double_plant_rose_bottom.png new file mode 100644 index 00000000..d37e50b4 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/double_plant_rose_bottom.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/double_plant_rose_top.png b/1.9.4/assets/minecraft/textures/blocks/double_plant_rose_top.png new file mode 100644 index 00000000..25b647fe Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/double_plant_rose_top.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/double_plant_sunflower_back.png b/1.9.4/assets/minecraft/textures/blocks/double_plant_sunflower_back.png new file mode 100644 index 00000000..1df04e11 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/double_plant_sunflower_back.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/double_plant_sunflower_bottom.png b/1.9.4/assets/minecraft/textures/blocks/double_plant_sunflower_bottom.png new file mode 100644 index 00000000..9ed4843d Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/double_plant_sunflower_bottom.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/double_plant_sunflower_front.png b/1.9.4/assets/minecraft/textures/blocks/double_plant_sunflower_front.png new file mode 100644 index 00000000..b0443704 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/double_plant_sunflower_front.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/double_plant_sunflower_top.png b/1.9.4/assets/minecraft/textures/blocks/double_plant_sunflower_top.png new file mode 100644 index 00000000..c50a2058 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/double_plant_sunflower_top.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/double_plant_syringa_bottom.png b/1.9.4/assets/minecraft/textures/blocks/double_plant_syringa_bottom.png new file mode 100644 index 00000000..60af4130 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/double_plant_syringa_bottom.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/double_plant_syringa_top.png b/1.9.4/assets/minecraft/textures/blocks/double_plant_syringa_top.png new file mode 100644 index 00000000..35e7e929 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/double_plant_syringa_top.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/dragon_egg.png b/1.9.4/assets/minecraft/textures/blocks/dragon_egg.png new file mode 100644 index 00000000..ee9d67fa Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/dragon_egg.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/dropper_front_horizontal.png b/1.9.4/assets/minecraft/textures/blocks/dropper_front_horizontal.png new file mode 100644 index 00000000..c7c06a7d Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/dropper_front_horizontal.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/dropper_front_vertical.png b/1.9.4/assets/minecraft/textures/blocks/dropper_front_vertical.png new file mode 100644 index 00000000..8f794779 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/dropper_front_vertical.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/emerald_block.png b/1.9.4/assets/minecraft/textures/blocks/emerald_block.png new file mode 100644 index 00000000..dc214ee7 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/emerald_block.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/emerald_ore.png b/1.9.4/assets/minecraft/textures/blocks/emerald_ore.png new file mode 100644 index 00000000..db820dd1 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/emerald_ore.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/enchanting_table_bottom.png b/1.9.4/assets/minecraft/textures/blocks/enchanting_table_bottom.png new file mode 100644 index 00000000..ad0de633 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/enchanting_table_bottom.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/enchanting_table_side.png b/1.9.4/assets/minecraft/textures/blocks/enchanting_table_side.png new file mode 100644 index 00000000..f2f46143 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/enchanting_table_side.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/enchanting_table_top.png b/1.9.4/assets/minecraft/textures/blocks/enchanting_table_top.png new file mode 100644 index 00000000..0d5f68f6 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/enchanting_table_top.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/end_bricks.png b/1.9.4/assets/minecraft/textures/blocks/end_bricks.png new file mode 100644 index 00000000..24395c5e Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/end_bricks.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/end_rod.png b/1.9.4/assets/minecraft/textures/blocks/end_rod.png new file mode 100644 index 00000000..1d07c42f Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/end_rod.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/end_stone.png b/1.9.4/assets/minecraft/textures/blocks/end_stone.png new file mode 100644 index 00000000..c2a91e3c Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/end_stone.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/endframe_eye.png b/1.9.4/assets/minecraft/textures/blocks/endframe_eye.png new file mode 100644 index 00000000..afa1d5d0 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/endframe_eye.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/endframe_side.png b/1.9.4/assets/minecraft/textures/blocks/endframe_side.png new file mode 100644 index 00000000..e6cb5673 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/endframe_side.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/endframe_top.png b/1.9.4/assets/minecraft/textures/blocks/endframe_top.png new file mode 100644 index 00000000..35215a58 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/endframe_top.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/farmland_dry.png b/1.9.4/assets/minecraft/textures/blocks/farmland_dry.png new file mode 100644 index 00000000..d03a0f49 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/farmland_dry.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/farmland_wet.png b/1.9.4/assets/minecraft/textures/blocks/farmland_wet.png new file mode 100644 index 00000000..f8d460d5 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/farmland_wet.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/fern.png b/1.9.4/assets/minecraft/textures/blocks/fern.png new file mode 100644 index 00000000..fd769501 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/fern.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/fire_layer_0.png b/1.9.4/assets/minecraft/textures/blocks/fire_layer_0.png new file mode 100644 index 00000000..4f170972 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/fire_layer_0.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/fire_layer_0.png.mcmeta b/1.9.4/assets/minecraft/textures/blocks/fire_layer_0.png.mcmeta new file mode 100644 index 00000000..76446714 --- /dev/null +++ b/1.9.4/assets/minecraft/textures/blocks/fire_layer_0.png.mcmeta @@ -0,0 +1,38 @@ +{ + "animation": { + "frames": [ + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15 + ] + } +} diff --git a/1.9.4/assets/minecraft/textures/blocks/fire_layer_1.png b/1.9.4/assets/minecraft/textures/blocks/fire_layer_1.png new file mode 100644 index 00000000..b21eba00 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/fire_layer_1.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/fire_layer_1.png.mcmeta b/1.9.4/assets/minecraft/textures/blocks/fire_layer_1.png.mcmeta new file mode 100644 index 00000000..4f0718ac --- /dev/null +++ b/1.9.4/assets/minecraft/textures/blocks/fire_layer_1.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} \ No newline at end of file diff --git a/1.9.4/assets/minecraft/textures/blocks/flower_allium.png b/1.9.4/assets/minecraft/textures/blocks/flower_allium.png new file mode 100644 index 00000000..a146994b Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/flower_allium.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/flower_blue_orchid.png b/1.9.4/assets/minecraft/textures/blocks/flower_blue_orchid.png new file mode 100644 index 00000000..de60afda Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/flower_blue_orchid.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/flower_dandelion.png b/1.9.4/assets/minecraft/textures/blocks/flower_dandelion.png new file mode 100644 index 00000000..873e3f5c Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/flower_dandelion.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/flower_houstonia.png b/1.9.4/assets/minecraft/textures/blocks/flower_houstonia.png new file mode 100644 index 00000000..5c891480 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/flower_houstonia.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/flower_oxeye_daisy.png b/1.9.4/assets/minecraft/textures/blocks/flower_oxeye_daisy.png new file mode 100644 index 00000000..c51b01ee Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/flower_oxeye_daisy.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/flower_paeonia.png b/1.9.4/assets/minecraft/textures/blocks/flower_paeonia.png new file mode 100644 index 00000000..9b4b3fc2 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/flower_paeonia.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/flower_pot.png b/1.9.4/assets/minecraft/textures/blocks/flower_pot.png new file mode 100644 index 00000000..09c2523c Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/flower_pot.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/flower_rose.png b/1.9.4/assets/minecraft/textures/blocks/flower_rose.png new file mode 100644 index 00000000..ccfecf6c Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/flower_rose.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/flower_tulip_orange.png b/1.9.4/assets/minecraft/textures/blocks/flower_tulip_orange.png new file mode 100644 index 00000000..a7bbc0cb Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/flower_tulip_orange.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/flower_tulip_pink.png b/1.9.4/assets/minecraft/textures/blocks/flower_tulip_pink.png new file mode 100644 index 00000000..cfc85931 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/flower_tulip_pink.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/flower_tulip_red.png b/1.9.4/assets/minecraft/textures/blocks/flower_tulip_red.png new file mode 100644 index 00000000..50ed0f5d Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/flower_tulip_red.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/flower_tulip_white.png b/1.9.4/assets/minecraft/textures/blocks/flower_tulip_white.png new file mode 100644 index 00000000..1900989c Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/flower_tulip_white.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/frosted_ice_0.png b/1.9.4/assets/minecraft/textures/blocks/frosted_ice_0.png new file mode 100644 index 00000000..ac946e95 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/frosted_ice_0.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/frosted_ice_1.png b/1.9.4/assets/minecraft/textures/blocks/frosted_ice_1.png new file mode 100644 index 00000000..4b057d9d Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/frosted_ice_1.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/frosted_ice_2.png b/1.9.4/assets/minecraft/textures/blocks/frosted_ice_2.png new file mode 100644 index 00000000..51e43edc Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/frosted_ice_2.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/frosted_ice_3.png b/1.9.4/assets/minecraft/textures/blocks/frosted_ice_3.png new file mode 100644 index 00000000..6efc382a Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/frosted_ice_3.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/furnace_front_off.png b/1.9.4/assets/minecraft/textures/blocks/furnace_front_off.png new file mode 100644 index 00000000..3197bfd3 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/furnace_front_off.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/furnace_front_on.png b/1.9.4/assets/minecraft/textures/blocks/furnace_front_on.png new file mode 100644 index 00000000..90b8b8af Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/furnace_front_on.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/furnace_side.png b/1.9.4/assets/minecraft/textures/blocks/furnace_side.png new file mode 100644 index 00000000..115f73d0 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/furnace_side.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/furnace_top.png b/1.9.4/assets/minecraft/textures/blocks/furnace_top.png new file mode 100644 index 00000000..a3a5a085 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/furnace_top.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/glass.png b/1.9.4/assets/minecraft/textures/blocks/glass.png new file mode 100644 index 00000000..acadb01a Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/glass.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/glass_black.png b/1.9.4/assets/minecraft/textures/blocks/glass_black.png new file mode 100644 index 00000000..50e6677a Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/glass_black.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/glass_blue.png b/1.9.4/assets/minecraft/textures/blocks/glass_blue.png new file mode 100644 index 00000000..d5168890 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/glass_blue.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/glass_brown.png b/1.9.4/assets/minecraft/textures/blocks/glass_brown.png new file mode 100644 index 00000000..5d7f01de Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/glass_brown.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/glass_cyan.png b/1.9.4/assets/minecraft/textures/blocks/glass_cyan.png new file mode 100644 index 00000000..0a4fc8d8 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/glass_cyan.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/glass_gray.png b/1.9.4/assets/minecraft/textures/blocks/glass_gray.png new file mode 100644 index 00000000..3953a4b6 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/glass_gray.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/glass_green.png b/1.9.4/assets/minecraft/textures/blocks/glass_green.png new file mode 100644 index 00000000..73e4b4b1 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/glass_green.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/glass_light_blue.png b/1.9.4/assets/minecraft/textures/blocks/glass_light_blue.png new file mode 100644 index 00000000..f7f02d14 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/glass_light_blue.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/glass_lime.png b/1.9.4/assets/minecraft/textures/blocks/glass_lime.png new file mode 100644 index 00000000..775a618c Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/glass_lime.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/glass_magenta.png b/1.9.4/assets/minecraft/textures/blocks/glass_magenta.png new file mode 100644 index 00000000..c1778c19 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/glass_magenta.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/glass_orange.png b/1.9.4/assets/minecraft/textures/blocks/glass_orange.png new file mode 100644 index 00000000..95b0a681 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/glass_orange.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/glass_pane_top.png b/1.9.4/assets/minecraft/textures/blocks/glass_pane_top.png new file mode 100644 index 00000000..02de5877 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/glass_pane_top.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/glass_pane_top_black.png b/1.9.4/assets/minecraft/textures/blocks/glass_pane_top_black.png new file mode 100644 index 00000000..43d60c55 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/glass_pane_top_black.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/glass_pane_top_blue.png b/1.9.4/assets/minecraft/textures/blocks/glass_pane_top_blue.png new file mode 100644 index 00000000..55c614f4 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/glass_pane_top_blue.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/glass_pane_top_brown.png b/1.9.4/assets/minecraft/textures/blocks/glass_pane_top_brown.png new file mode 100644 index 00000000..cbd791a4 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/glass_pane_top_brown.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/glass_pane_top_cyan.png b/1.9.4/assets/minecraft/textures/blocks/glass_pane_top_cyan.png new file mode 100644 index 00000000..9a34b844 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/glass_pane_top_cyan.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/glass_pane_top_gray.png b/1.9.4/assets/minecraft/textures/blocks/glass_pane_top_gray.png new file mode 100644 index 00000000..bb061147 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/glass_pane_top_gray.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/glass_pane_top_green.png b/1.9.4/assets/minecraft/textures/blocks/glass_pane_top_green.png new file mode 100644 index 00000000..a7d9fc7d Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/glass_pane_top_green.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/glass_pane_top_light_blue.png b/1.9.4/assets/minecraft/textures/blocks/glass_pane_top_light_blue.png new file mode 100644 index 00000000..6a0e661d Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/glass_pane_top_light_blue.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/glass_pane_top_lime.png b/1.9.4/assets/minecraft/textures/blocks/glass_pane_top_lime.png new file mode 100644 index 00000000..0607d75b Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/glass_pane_top_lime.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/glass_pane_top_magenta.png b/1.9.4/assets/minecraft/textures/blocks/glass_pane_top_magenta.png new file mode 100644 index 00000000..5419e521 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/glass_pane_top_magenta.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/glass_pane_top_orange.png b/1.9.4/assets/minecraft/textures/blocks/glass_pane_top_orange.png new file mode 100644 index 00000000..2866571b Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/glass_pane_top_orange.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/glass_pane_top_pink.png b/1.9.4/assets/minecraft/textures/blocks/glass_pane_top_pink.png new file mode 100644 index 00000000..6b6cd768 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/glass_pane_top_pink.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/glass_pane_top_purple.png b/1.9.4/assets/minecraft/textures/blocks/glass_pane_top_purple.png new file mode 100644 index 00000000..23e208ed Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/glass_pane_top_purple.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/glass_pane_top_red.png b/1.9.4/assets/minecraft/textures/blocks/glass_pane_top_red.png new file mode 100644 index 00000000..22b69dba Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/glass_pane_top_red.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/glass_pane_top_silver.png b/1.9.4/assets/minecraft/textures/blocks/glass_pane_top_silver.png new file mode 100644 index 00000000..f226ecc9 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/glass_pane_top_silver.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/glass_pane_top_white.png b/1.9.4/assets/minecraft/textures/blocks/glass_pane_top_white.png new file mode 100644 index 00000000..c84c1564 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/glass_pane_top_white.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/glass_pane_top_yellow.png b/1.9.4/assets/minecraft/textures/blocks/glass_pane_top_yellow.png new file mode 100644 index 00000000..1c8580f3 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/glass_pane_top_yellow.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/glass_pink.png b/1.9.4/assets/minecraft/textures/blocks/glass_pink.png new file mode 100644 index 00000000..c1f61f07 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/glass_pink.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/glass_purple.png b/1.9.4/assets/minecraft/textures/blocks/glass_purple.png new file mode 100644 index 00000000..712a6249 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/glass_purple.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/glass_red.png b/1.9.4/assets/minecraft/textures/blocks/glass_red.png new file mode 100644 index 00000000..37b603df Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/glass_red.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/glass_silver.png b/1.9.4/assets/minecraft/textures/blocks/glass_silver.png new file mode 100644 index 00000000..528dfaae Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/glass_silver.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/glass_white.png b/1.9.4/assets/minecraft/textures/blocks/glass_white.png new file mode 100644 index 00000000..a719aeb9 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/glass_white.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/glass_yellow.png b/1.9.4/assets/minecraft/textures/blocks/glass_yellow.png new file mode 100644 index 00000000..e576ca73 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/glass_yellow.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/glowstone.png b/1.9.4/assets/minecraft/textures/blocks/glowstone.png new file mode 100644 index 00000000..c7253b3b Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/glowstone.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/gold_block.png b/1.9.4/assets/minecraft/textures/blocks/gold_block.png new file mode 100644 index 00000000..4d233c76 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/gold_block.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/gold_ore.png b/1.9.4/assets/minecraft/textures/blocks/gold_ore.png new file mode 100644 index 00000000..b1a7a55b Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/gold_ore.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/grass_path_side.png b/1.9.4/assets/minecraft/textures/blocks/grass_path_side.png new file mode 100644 index 00000000..839e200a Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/grass_path_side.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/grass_path_top.png b/1.9.4/assets/minecraft/textures/blocks/grass_path_top.png new file mode 100644 index 00000000..c0bb7eea Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/grass_path_top.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/grass_side.png b/1.9.4/assets/minecraft/textures/blocks/grass_side.png new file mode 100644 index 00000000..a4975e53 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/grass_side.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/grass_side_overlay.png b/1.9.4/assets/minecraft/textures/blocks/grass_side_overlay.png new file mode 100644 index 00000000..fc3fa9d7 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/grass_side_overlay.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/grass_side_snowed.png b/1.9.4/assets/minecraft/textures/blocks/grass_side_snowed.png new file mode 100644 index 00000000..8b28fc7a Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/grass_side_snowed.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/grass_top.png b/1.9.4/assets/minecraft/textures/blocks/grass_top.png new file mode 100644 index 00000000..eaa7e458 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/grass_top.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/gravel.png b/1.9.4/assets/minecraft/textures/blocks/gravel.png new file mode 100644 index 00000000..388e5c55 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/gravel.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/hardened_clay.png b/1.9.4/assets/minecraft/textures/blocks/hardened_clay.png new file mode 100644 index 00000000..77b164e2 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/hardened_clay.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/hardened_clay_stained_black.png b/1.9.4/assets/minecraft/textures/blocks/hardened_clay_stained_black.png new file mode 100644 index 00000000..5e57f90f Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/hardened_clay_stained_black.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/hardened_clay_stained_blue.png b/1.9.4/assets/minecraft/textures/blocks/hardened_clay_stained_blue.png new file mode 100644 index 00000000..6c53f451 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/hardened_clay_stained_blue.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/hardened_clay_stained_brown.png b/1.9.4/assets/minecraft/textures/blocks/hardened_clay_stained_brown.png new file mode 100644 index 00000000..00ba0194 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/hardened_clay_stained_brown.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/hardened_clay_stained_cyan.png b/1.9.4/assets/minecraft/textures/blocks/hardened_clay_stained_cyan.png new file mode 100644 index 00000000..aeb713b1 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/hardened_clay_stained_cyan.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/hardened_clay_stained_gray.png b/1.9.4/assets/minecraft/textures/blocks/hardened_clay_stained_gray.png new file mode 100644 index 00000000..d54a85f5 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/hardened_clay_stained_gray.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/hardened_clay_stained_green.png b/1.9.4/assets/minecraft/textures/blocks/hardened_clay_stained_green.png new file mode 100644 index 00000000..30eb846a Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/hardened_clay_stained_green.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/hardened_clay_stained_light_blue.png b/1.9.4/assets/minecraft/textures/blocks/hardened_clay_stained_light_blue.png new file mode 100644 index 00000000..36704e40 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/hardened_clay_stained_light_blue.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/hardened_clay_stained_lime.png b/1.9.4/assets/minecraft/textures/blocks/hardened_clay_stained_lime.png new file mode 100644 index 00000000..61077586 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/hardened_clay_stained_lime.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/hardened_clay_stained_magenta.png b/1.9.4/assets/minecraft/textures/blocks/hardened_clay_stained_magenta.png new file mode 100644 index 00000000..fa37fd9c Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/hardened_clay_stained_magenta.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/hardened_clay_stained_orange.png b/1.9.4/assets/minecraft/textures/blocks/hardened_clay_stained_orange.png new file mode 100644 index 00000000..f1aeb8e5 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/hardened_clay_stained_orange.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/hardened_clay_stained_pink.png b/1.9.4/assets/minecraft/textures/blocks/hardened_clay_stained_pink.png new file mode 100644 index 00000000..d98bc463 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/hardened_clay_stained_pink.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/hardened_clay_stained_purple.png b/1.9.4/assets/minecraft/textures/blocks/hardened_clay_stained_purple.png new file mode 100644 index 00000000..625322fa Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/hardened_clay_stained_purple.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/hardened_clay_stained_red.png b/1.9.4/assets/minecraft/textures/blocks/hardened_clay_stained_red.png new file mode 100644 index 00000000..c8a5c735 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/hardened_clay_stained_red.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/hardened_clay_stained_silver.png b/1.9.4/assets/minecraft/textures/blocks/hardened_clay_stained_silver.png new file mode 100644 index 00000000..1d0ff535 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/hardened_clay_stained_silver.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/hardened_clay_stained_white.png b/1.9.4/assets/minecraft/textures/blocks/hardened_clay_stained_white.png new file mode 100644 index 00000000..67fe5718 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/hardened_clay_stained_white.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/hardened_clay_stained_yellow.png b/1.9.4/assets/minecraft/textures/blocks/hardened_clay_stained_yellow.png new file mode 100644 index 00000000..a774ab35 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/hardened_clay_stained_yellow.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/hay_block_side.png b/1.9.4/assets/minecraft/textures/blocks/hay_block_side.png new file mode 100644 index 00000000..ff76c273 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/hay_block_side.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/hay_block_top.png b/1.9.4/assets/minecraft/textures/blocks/hay_block_top.png new file mode 100644 index 00000000..0eca1548 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/hay_block_top.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/hopper_inside.png b/1.9.4/assets/minecraft/textures/blocks/hopper_inside.png new file mode 100644 index 00000000..e579a843 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/hopper_inside.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/hopper_outside.png b/1.9.4/assets/minecraft/textures/blocks/hopper_outside.png new file mode 100644 index 00000000..ea6ad9ed Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/hopper_outside.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/hopper_top.png b/1.9.4/assets/minecraft/textures/blocks/hopper_top.png new file mode 100644 index 00000000..7d03202b Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/hopper_top.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/ice.png b/1.9.4/assets/minecraft/textures/blocks/ice.png new file mode 100644 index 00000000..ac946e95 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/ice.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/ice_packed.png b/1.9.4/assets/minecraft/textures/blocks/ice_packed.png new file mode 100644 index 00000000..6ad18f2b Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/ice_packed.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/iron_bars.png b/1.9.4/assets/minecraft/textures/blocks/iron_bars.png new file mode 100644 index 00000000..cb3057dc Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/iron_bars.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/iron_block.png b/1.9.4/assets/minecraft/textures/blocks/iron_block.png new file mode 100644 index 00000000..7816799e Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/iron_block.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/iron_ore.png b/1.9.4/assets/minecraft/textures/blocks/iron_ore.png new file mode 100644 index 00000000..250d8bb7 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/iron_ore.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/iron_trapdoor.png b/1.9.4/assets/minecraft/textures/blocks/iron_trapdoor.png new file mode 100644 index 00000000..c705ca1b Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/iron_trapdoor.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/itemframe_background.png b/1.9.4/assets/minecraft/textures/blocks/itemframe_background.png new file mode 100644 index 00000000..660bae6c Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/itemframe_background.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/jukebox_side.png b/1.9.4/assets/minecraft/textures/blocks/jukebox_side.png new file mode 100644 index 00000000..a3c27c18 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/jukebox_side.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/jukebox_top.png b/1.9.4/assets/minecraft/textures/blocks/jukebox_top.png new file mode 100644 index 00000000..92ddb158 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/jukebox_top.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/ladder.png b/1.9.4/assets/minecraft/textures/blocks/ladder.png new file mode 100644 index 00000000..e2ec5f28 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/ladder.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/lapis_block.png b/1.9.4/assets/minecraft/textures/blocks/lapis_block.png new file mode 100644 index 00000000..e0e3f400 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/lapis_block.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/lapis_ore.png b/1.9.4/assets/minecraft/textures/blocks/lapis_ore.png new file mode 100644 index 00000000..7e293cfc Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/lapis_ore.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/lava_flow.png b/1.9.4/assets/minecraft/textures/blocks/lava_flow.png new file mode 100644 index 00000000..47236bc5 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/lava_flow.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/lava_flow.png.mcmeta b/1.9.4/assets/minecraft/textures/blocks/lava_flow.png.mcmeta new file mode 100644 index 00000000..8e55e43b --- /dev/null +++ b/1.9.4/assets/minecraft/textures/blocks/lava_flow.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 3 + } +} diff --git a/1.9.4/assets/minecraft/textures/blocks/lava_still.png b/1.9.4/assets/minecraft/textures/blocks/lava_still.png new file mode 100644 index 00000000..147a7acd Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/lava_still.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/lava_still.png.mcmeta b/1.9.4/assets/minecraft/textures/blocks/lava_still.png.mcmeta new file mode 100644 index 00000000..7ceb3639 --- /dev/null +++ b/1.9.4/assets/minecraft/textures/blocks/lava_still.png.mcmeta @@ -0,0 +1,45 @@ +{ + "animation": { + "frametime": 2, + "frames": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 18, + 17, + 16, + 15, + 14, + 13, + 12, + 11, + 10, + 9, + 8, + 7, + 6, + 5, + 4, + 3, + 2, + 1 + ] + } +} \ No newline at end of file diff --git a/1.9.4/assets/minecraft/textures/blocks/leaves_acacia.png b/1.9.4/assets/minecraft/textures/blocks/leaves_acacia.png new file mode 100644 index 00000000..d83008c5 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/leaves_acacia.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/leaves_big_oak.png b/1.9.4/assets/minecraft/textures/blocks/leaves_big_oak.png new file mode 100644 index 00000000..a6773aff Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/leaves_big_oak.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/leaves_birch.png b/1.9.4/assets/minecraft/textures/blocks/leaves_birch.png new file mode 100644 index 00000000..a6773aff Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/leaves_birch.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/leaves_jungle.png b/1.9.4/assets/minecraft/textures/blocks/leaves_jungle.png new file mode 100644 index 00000000..e0cb935a Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/leaves_jungle.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/leaves_oak.png b/1.9.4/assets/minecraft/textures/blocks/leaves_oak.png new file mode 100644 index 00000000..a6773aff Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/leaves_oak.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/leaves_spruce.png b/1.9.4/assets/minecraft/textures/blocks/leaves_spruce.png new file mode 100644 index 00000000..602eab8e Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/leaves_spruce.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/lever.png b/1.9.4/assets/minecraft/textures/blocks/lever.png new file mode 100644 index 00000000..051187fa Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/lever.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/log_acacia.png b/1.9.4/assets/minecraft/textures/blocks/log_acacia.png new file mode 100644 index 00000000..edb68e8c Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/log_acacia.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/log_acacia_top.png b/1.9.4/assets/minecraft/textures/blocks/log_acacia_top.png new file mode 100644 index 00000000..011508ed Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/log_acacia_top.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/log_big_oak.png b/1.9.4/assets/minecraft/textures/blocks/log_big_oak.png new file mode 100644 index 00000000..87c069d8 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/log_big_oak.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/log_big_oak_top.png b/1.9.4/assets/minecraft/textures/blocks/log_big_oak_top.png new file mode 100644 index 00000000..caeed38e Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/log_big_oak_top.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/log_birch.png b/1.9.4/assets/minecraft/textures/blocks/log_birch.png new file mode 100644 index 00000000..bfb209d1 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/log_birch.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/log_birch_top.png b/1.9.4/assets/minecraft/textures/blocks/log_birch_top.png new file mode 100644 index 00000000..fafc23a8 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/log_birch_top.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/log_jungle.png b/1.9.4/assets/minecraft/textures/blocks/log_jungle.png new file mode 100644 index 00000000..0b7120ad Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/log_jungle.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/log_jungle_top.png b/1.9.4/assets/minecraft/textures/blocks/log_jungle_top.png new file mode 100644 index 00000000..00e139c9 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/log_jungle_top.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/log_oak.png b/1.9.4/assets/minecraft/textures/blocks/log_oak.png new file mode 100644 index 00000000..914cb5fb Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/log_oak.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/log_oak_top.png b/1.9.4/assets/minecraft/textures/blocks/log_oak_top.png new file mode 100644 index 00000000..97eebd1f Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/log_oak_top.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/log_spruce.png b/1.9.4/assets/minecraft/textures/blocks/log_spruce.png new file mode 100644 index 00000000..77a22a41 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/log_spruce.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/log_spruce_top.png b/1.9.4/assets/minecraft/textures/blocks/log_spruce_top.png new file mode 100644 index 00000000..a9c353a8 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/log_spruce_top.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/melon_side.png b/1.9.4/assets/minecraft/textures/blocks/melon_side.png new file mode 100644 index 00000000..b56cce1f Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/melon_side.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/melon_stem_connected.png b/1.9.4/assets/minecraft/textures/blocks/melon_stem_connected.png new file mode 100644 index 00000000..6a5c10e1 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/melon_stem_connected.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/melon_stem_disconnected.png b/1.9.4/assets/minecraft/textures/blocks/melon_stem_disconnected.png new file mode 100644 index 00000000..38065ef6 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/melon_stem_disconnected.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/melon_top.png b/1.9.4/assets/minecraft/textures/blocks/melon_top.png new file mode 100644 index 00000000..d4f7b460 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/melon_top.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/mob_spawner.png b/1.9.4/assets/minecraft/textures/blocks/mob_spawner.png new file mode 100644 index 00000000..7d55217e Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/mob_spawner.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/mushroom_block_inside.png b/1.9.4/assets/minecraft/textures/blocks/mushroom_block_inside.png new file mode 100644 index 00000000..efea6715 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/mushroom_block_inside.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/mushroom_block_skin_brown.png b/1.9.4/assets/minecraft/textures/blocks/mushroom_block_skin_brown.png new file mode 100644 index 00000000..1f52ba89 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/mushroom_block_skin_brown.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/mushroom_block_skin_red.png b/1.9.4/assets/minecraft/textures/blocks/mushroom_block_skin_red.png new file mode 100644 index 00000000..532e1b94 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/mushroom_block_skin_red.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/mushroom_block_skin_stem.png b/1.9.4/assets/minecraft/textures/blocks/mushroom_block_skin_stem.png new file mode 100644 index 00000000..09e4ede2 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/mushroom_block_skin_stem.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/mushroom_brown.png b/1.9.4/assets/minecraft/textures/blocks/mushroom_brown.png new file mode 100644 index 00000000..8351fd47 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/mushroom_brown.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/mushroom_red.png b/1.9.4/assets/minecraft/textures/blocks/mushroom_red.png new file mode 100644 index 00000000..1b332b79 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/mushroom_red.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/mycelium_side.png b/1.9.4/assets/minecraft/textures/blocks/mycelium_side.png new file mode 100644 index 00000000..55474258 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/mycelium_side.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/mycelium_top.png b/1.9.4/assets/minecraft/textures/blocks/mycelium_top.png new file mode 100644 index 00000000..0b4462ac Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/mycelium_top.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/nether_brick.png b/1.9.4/assets/minecraft/textures/blocks/nether_brick.png new file mode 100644 index 00000000..5482be14 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/nether_brick.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/nether_wart_stage_0.png b/1.9.4/assets/minecraft/textures/blocks/nether_wart_stage_0.png new file mode 100644 index 00000000..514a95be Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/nether_wart_stage_0.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/nether_wart_stage_1.png b/1.9.4/assets/minecraft/textures/blocks/nether_wart_stage_1.png new file mode 100644 index 00000000..b4ad0d1e Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/nether_wart_stage_1.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/nether_wart_stage_2.png b/1.9.4/assets/minecraft/textures/blocks/nether_wart_stage_2.png new file mode 100644 index 00000000..b9b67431 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/nether_wart_stage_2.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/netherrack.png b/1.9.4/assets/minecraft/textures/blocks/netherrack.png new file mode 100644 index 00000000..88129c4e Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/netherrack.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/noteblock.png b/1.9.4/assets/minecraft/textures/blocks/noteblock.png new file mode 100644 index 00000000..a3c27c18 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/noteblock.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/obsidian.png b/1.9.4/assets/minecraft/textures/blocks/obsidian.png new file mode 100644 index 00000000..ff0a6836 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/obsidian.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/piston_bottom.png b/1.9.4/assets/minecraft/textures/blocks/piston_bottom.png new file mode 100644 index 00000000..a3a5a085 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/piston_bottom.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/piston_inner.png b/1.9.4/assets/minecraft/textures/blocks/piston_inner.png new file mode 100644 index 00000000..d1c27611 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/piston_inner.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/piston_side.png b/1.9.4/assets/minecraft/textures/blocks/piston_side.png new file mode 100644 index 00000000..634f54ab Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/piston_side.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/piston_top_normal.png b/1.9.4/assets/minecraft/textures/blocks/piston_top_normal.png new file mode 100644 index 00000000..eeaadab4 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/piston_top_normal.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/piston_top_sticky.png b/1.9.4/assets/minecraft/textures/blocks/piston_top_sticky.png new file mode 100644 index 00000000..6ddd4ad3 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/piston_top_sticky.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/planks_acacia.png b/1.9.4/assets/minecraft/textures/blocks/planks_acacia.png new file mode 100644 index 00000000..106ecdff Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/planks_acacia.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/planks_big_oak.png b/1.9.4/assets/minecraft/textures/blocks/planks_big_oak.png new file mode 100644 index 00000000..4e97f9aa Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/planks_big_oak.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/planks_birch.png b/1.9.4/assets/minecraft/textures/blocks/planks_birch.png new file mode 100644 index 00000000..b113e3ae Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/planks_birch.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/planks_jungle.png b/1.9.4/assets/minecraft/textures/blocks/planks_jungle.png new file mode 100644 index 00000000..22a0fefe Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/planks_jungle.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/planks_oak.png b/1.9.4/assets/minecraft/textures/blocks/planks_oak.png new file mode 100644 index 00000000..346f77dc Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/planks_oak.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/planks_spruce.png b/1.9.4/assets/minecraft/textures/blocks/planks_spruce.png new file mode 100644 index 00000000..f45fa94b Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/planks_spruce.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/portal.png b/1.9.4/assets/minecraft/textures/blocks/portal.png new file mode 100644 index 00000000..42d4a756 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/portal.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/portal.png.mcmeta b/1.9.4/assets/minecraft/textures/blocks/portal.png.mcmeta new file mode 100644 index 00000000..4f0718ac --- /dev/null +++ b/1.9.4/assets/minecraft/textures/blocks/portal.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} \ No newline at end of file diff --git a/1.9.4/assets/minecraft/textures/blocks/potatoes_stage_0.png b/1.9.4/assets/minecraft/textures/blocks/potatoes_stage_0.png new file mode 100644 index 00000000..c1ef7320 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/potatoes_stage_0.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/potatoes_stage_1.png b/1.9.4/assets/minecraft/textures/blocks/potatoes_stage_1.png new file mode 100644 index 00000000..1275f4f8 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/potatoes_stage_1.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/potatoes_stage_2.png b/1.9.4/assets/minecraft/textures/blocks/potatoes_stage_2.png new file mode 100644 index 00000000..b7347dfe Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/potatoes_stage_2.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/potatoes_stage_3.png b/1.9.4/assets/minecraft/textures/blocks/potatoes_stage_3.png new file mode 100644 index 00000000..d7e8185d Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/potatoes_stage_3.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/prismarine_bricks.png b/1.9.4/assets/minecraft/textures/blocks/prismarine_bricks.png new file mode 100644 index 00000000..58906903 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/prismarine_bricks.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/prismarine_dark.png b/1.9.4/assets/minecraft/textures/blocks/prismarine_dark.png new file mode 100644 index 00000000..88720cdf Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/prismarine_dark.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/prismarine_rough.png b/1.9.4/assets/minecraft/textures/blocks/prismarine_rough.png new file mode 100644 index 00000000..28d0ec18 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/prismarine_rough.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/prismarine_rough.png.mcmeta b/1.9.4/assets/minecraft/textures/blocks/prismarine_rough.png.mcmeta new file mode 100644 index 00000000..410b327f --- /dev/null +++ b/1.9.4/assets/minecraft/textures/blocks/prismarine_rough.png.mcmeta @@ -0,0 +1,30 @@ +{ + "animation": { + "frametime": 300, + "interpolate": true, + "frames": [ + 0, + 1, + 0, + 2, + 0, + 3, + 0, + 1, + 2, + 1, + 3, + 1, + 0, + 2, + 1, + 2, + 3, + 2, + 0, + 3, + 1, + 3 + ] + } +} diff --git a/1.9.4/assets/minecraft/textures/blocks/pumpkin_face_off.png b/1.9.4/assets/minecraft/textures/blocks/pumpkin_face_off.png new file mode 100644 index 00000000..ecef0250 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/pumpkin_face_off.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/pumpkin_face_on.png b/1.9.4/assets/minecraft/textures/blocks/pumpkin_face_on.png new file mode 100644 index 00000000..907f499f Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/pumpkin_face_on.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/pumpkin_side.png b/1.9.4/assets/minecraft/textures/blocks/pumpkin_side.png new file mode 100644 index 00000000..75dfc475 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/pumpkin_side.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/pumpkin_stem_connected.png b/1.9.4/assets/minecraft/textures/blocks/pumpkin_stem_connected.png new file mode 100644 index 00000000..6a5c10e1 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/pumpkin_stem_connected.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/pumpkin_stem_disconnected.png b/1.9.4/assets/minecraft/textures/blocks/pumpkin_stem_disconnected.png new file mode 100644 index 00000000..38065ef6 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/pumpkin_stem_disconnected.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/pumpkin_top.png b/1.9.4/assets/minecraft/textures/blocks/pumpkin_top.png new file mode 100644 index 00000000..1990a039 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/pumpkin_top.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/purpur_block.png b/1.9.4/assets/minecraft/textures/blocks/purpur_block.png new file mode 100644 index 00000000..8f1e36b6 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/purpur_block.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/purpur_pillar.png b/1.9.4/assets/minecraft/textures/blocks/purpur_pillar.png new file mode 100644 index 00000000..fe658cbc Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/purpur_pillar.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/purpur_pillar_top.png b/1.9.4/assets/minecraft/textures/blocks/purpur_pillar_top.png new file mode 100644 index 00000000..12a3005c Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/purpur_pillar_top.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/quartz_block_bottom.png b/1.9.4/assets/minecraft/textures/blocks/quartz_block_bottom.png new file mode 100644 index 00000000..3808d03d Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/quartz_block_bottom.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/quartz_block_chiseled.png b/1.9.4/assets/minecraft/textures/blocks/quartz_block_chiseled.png new file mode 100644 index 00000000..603f47eb Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/quartz_block_chiseled.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/quartz_block_chiseled_top.png b/1.9.4/assets/minecraft/textures/blocks/quartz_block_chiseled_top.png new file mode 100644 index 00000000..3cef8f05 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/quartz_block_chiseled_top.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/quartz_block_lines.png b/1.9.4/assets/minecraft/textures/blocks/quartz_block_lines.png new file mode 100644 index 00000000..58a42bb9 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/quartz_block_lines.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/quartz_block_lines_top.png b/1.9.4/assets/minecraft/textures/blocks/quartz_block_lines_top.png new file mode 100644 index 00000000..8337502e Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/quartz_block_lines_top.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/quartz_block_side.png b/1.9.4/assets/minecraft/textures/blocks/quartz_block_side.png new file mode 100644 index 00000000..9072e027 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/quartz_block_side.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/quartz_block_top.png b/1.9.4/assets/minecraft/textures/blocks/quartz_block_top.png new file mode 100644 index 00000000..9072e027 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/quartz_block_top.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/quartz_ore.png b/1.9.4/assets/minecraft/textures/blocks/quartz_ore.png new file mode 100644 index 00000000..0c29d5aa Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/quartz_ore.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/rail_activator.png b/1.9.4/assets/minecraft/textures/blocks/rail_activator.png new file mode 100644 index 00000000..1fb9f55d Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/rail_activator.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/rail_activator_powered.png b/1.9.4/assets/minecraft/textures/blocks/rail_activator_powered.png new file mode 100644 index 00000000..13cdd4cb Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/rail_activator_powered.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/rail_detector.png b/1.9.4/assets/minecraft/textures/blocks/rail_detector.png new file mode 100644 index 00000000..92c1466e Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/rail_detector.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/rail_detector_powered.png b/1.9.4/assets/minecraft/textures/blocks/rail_detector_powered.png new file mode 100644 index 00000000..ecebb341 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/rail_detector_powered.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/rail_golden.png b/1.9.4/assets/minecraft/textures/blocks/rail_golden.png new file mode 100644 index 00000000..1fc52c3e Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/rail_golden.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/rail_golden_powered.png b/1.9.4/assets/minecraft/textures/blocks/rail_golden_powered.png new file mode 100644 index 00000000..bd343be8 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/rail_golden_powered.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/rail_normal.png b/1.9.4/assets/minecraft/textures/blocks/rail_normal.png new file mode 100644 index 00000000..d6092369 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/rail_normal.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/rail_normal_turned.png b/1.9.4/assets/minecraft/textures/blocks/rail_normal_turned.png new file mode 100644 index 00000000..f394a235 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/rail_normal_turned.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/red_sand.png b/1.9.4/assets/minecraft/textures/blocks/red_sand.png new file mode 100644 index 00000000..baee06af Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/red_sand.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/red_sandstone_bottom.png b/1.9.4/assets/minecraft/textures/blocks/red_sandstone_bottom.png new file mode 100644 index 00000000..e56a4817 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/red_sandstone_bottom.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/red_sandstone_carved.png b/1.9.4/assets/minecraft/textures/blocks/red_sandstone_carved.png new file mode 100644 index 00000000..784f37ee Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/red_sandstone_carved.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/red_sandstone_normal.png b/1.9.4/assets/minecraft/textures/blocks/red_sandstone_normal.png new file mode 100644 index 00000000..3d62e0dc Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/red_sandstone_normal.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/red_sandstone_smooth.png b/1.9.4/assets/minecraft/textures/blocks/red_sandstone_smooth.png new file mode 100644 index 00000000..f32a119b Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/red_sandstone_smooth.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/red_sandstone_top.png b/1.9.4/assets/minecraft/textures/blocks/red_sandstone_top.png new file mode 100644 index 00000000..f265cf23 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/red_sandstone_top.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/redstone_block.png b/1.9.4/assets/minecraft/textures/blocks/redstone_block.png new file mode 100644 index 00000000..999a1f14 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/redstone_block.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/redstone_dust_dot.png b/1.9.4/assets/minecraft/textures/blocks/redstone_dust_dot.png new file mode 100644 index 00000000..e5de16a3 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/redstone_dust_dot.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/redstone_dust_line0.png b/1.9.4/assets/minecraft/textures/blocks/redstone_dust_line0.png new file mode 100644 index 00000000..e2dc20eb Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/redstone_dust_line0.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/redstone_dust_line1.png b/1.9.4/assets/minecraft/textures/blocks/redstone_dust_line1.png new file mode 100644 index 00000000..e63082b2 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/redstone_dust_line1.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/redstone_dust_overlay.png b/1.9.4/assets/minecraft/textures/blocks/redstone_dust_overlay.png new file mode 100644 index 00000000..79722120 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/redstone_dust_overlay.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/redstone_lamp_off.png b/1.9.4/assets/minecraft/textures/blocks/redstone_lamp_off.png new file mode 100644 index 00000000..522765be Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/redstone_lamp_off.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/redstone_lamp_on.png b/1.9.4/assets/minecraft/textures/blocks/redstone_lamp_on.png new file mode 100644 index 00000000..9562ef3e Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/redstone_lamp_on.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/redstone_ore.png b/1.9.4/assets/minecraft/textures/blocks/redstone_ore.png new file mode 100644 index 00000000..575a4888 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/redstone_ore.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/redstone_torch_off.png b/1.9.4/assets/minecraft/textures/blocks/redstone_torch_off.png new file mode 100644 index 00000000..635eabd4 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/redstone_torch_off.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/redstone_torch_on.png b/1.9.4/assets/minecraft/textures/blocks/redstone_torch_on.png new file mode 100644 index 00000000..2983d6ce Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/redstone_torch_on.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/reeds.png b/1.9.4/assets/minecraft/textures/blocks/reeds.png new file mode 100644 index 00000000..64bbfe0e Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/reeds.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/repeater_off.png b/1.9.4/assets/minecraft/textures/blocks/repeater_off.png new file mode 100644 index 00000000..86346698 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/repeater_off.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/repeater_on.png b/1.9.4/assets/minecraft/textures/blocks/repeater_on.png new file mode 100644 index 00000000..d71d0d93 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/repeater_on.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/repeating_command_block_back.png b/1.9.4/assets/minecraft/textures/blocks/repeating_command_block_back.png new file mode 100644 index 00000000..7e2bae3f Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/repeating_command_block_back.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/repeating_command_block_back.png.mcmeta b/1.9.4/assets/minecraft/textures/blocks/repeating_command_block_back.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.9.4/assets/minecraft/textures/blocks/repeating_command_block_back.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.9.4/assets/minecraft/textures/blocks/repeating_command_block_conditional.png b/1.9.4/assets/minecraft/textures/blocks/repeating_command_block_conditional.png new file mode 100644 index 00000000..4bbe3654 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/repeating_command_block_conditional.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/repeating_command_block_conditional.png.mcmeta b/1.9.4/assets/minecraft/textures/blocks/repeating_command_block_conditional.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.9.4/assets/minecraft/textures/blocks/repeating_command_block_conditional.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.9.4/assets/minecraft/textures/blocks/repeating_command_block_front.png b/1.9.4/assets/minecraft/textures/blocks/repeating_command_block_front.png new file mode 100644 index 00000000..42f13d4a Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/repeating_command_block_front.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/repeating_command_block_front.png.mcmeta b/1.9.4/assets/minecraft/textures/blocks/repeating_command_block_front.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.9.4/assets/minecraft/textures/blocks/repeating_command_block_front.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.9.4/assets/minecraft/textures/blocks/repeating_command_block_side.png b/1.9.4/assets/minecraft/textures/blocks/repeating_command_block_side.png new file mode 100644 index 00000000..30fd5343 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/repeating_command_block_side.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/repeating_command_block_side.png.mcmeta b/1.9.4/assets/minecraft/textures/blocks/repeating_command_block_side.png.mcmeta new file mode 100644 index 00000000..4894b537 --- /dev/null +++ b/1.9.4/assets/minecraft/textures/blocks/repeating_command_block_side.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 10 + } +} diff --git a/1.9.4/assets/minecraft/textures/blocks/sand.png b/1.9.4/assets/minecraft/textures/blocks/sand.png new file mode 100644 index 00000000..e135fbdc Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/sand.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/sandstone_bottom.png b/1.9.4/assets/minecraft/textures/blocks/sandstone_bottom.png new file mode 100644 index 00000000..e1022209 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/sandstone_bottom.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/sandstone_carved.png b/1.9.4/assets/minecraft/textures/blocks/sandstone_carved.png new file mode 100644 index 00000000..9bd7fa14 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/sandstone_carved.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/sandstone_normal.png b/1.9.4/assets/minecraft/textures/blocks/sandstone_normal.png new file mode 100644 index 00000000..1b79145f Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/sandstone_normal.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/sandstone_smooth.png b/1.9.4/assets/minecraft/textures/blocks/sandstone_smooth.png new file mode 100644 index 00000000..ef118bdc Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/sandstone_smooth.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/sandstone_top.png b/1.9.4/assets/minecraft/textures/blocks/sandstone_top.png new file mode 100644 index 00000000..74838777 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/sandstone_top.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/sapling_acacia.png b/1.9.4/assets/minecraft/textures/blocks/sapling_acacia.png new file mode 100644 index 00000000..23ddb7fd Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/sapling_acacia.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/sapling_birch.png b/1.9.4/assets/minecraft/textures/blocks/sapling_birch.png new file mode 100644 index 00000000..b5f01ffc Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/sapling_birch.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/sapling_jungle.png b/1.9.4/assets/minecraft/textures/blocks/sapling_jungle.png new file mode 100644 index 00000000..4e10b35c Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/sapling_jungle.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/sapling_oak.png b/1.9.4/assets/minecraft/textures/blocks/sapling_oak.png new file mode 100644 index 00000000..3c3abefd Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/sapling_oak.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/sapling_roofed_oak.png b/1.9.4/assets/minecraft/textures/blocks/sapling_roofed_oak.png new file mode 100644 index 00000000..0d92950b Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/sapling_roofed_oak.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/sapling_spruce.png b/1.9.4/assets/minecraft/textures/blocks/sapling_spruce.png new file mode 100644 index 00000000..5767d48b Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/sapling_spruce.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/sea_lantern.png b/1.9.4/assets/minecraft/textures/blocks/sea_lantern.png new file mode 100644 index 00000000..0f664846 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/sea_lantern.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/sea_lantern.png.mcmeta b/1.9.4/assets/minecraft/textures/blocks/sea_lantern.png.mcmeta new file mode 100644 index 00000000..e8ac9bc3 --- /dev/null +++ b/1.9.4/assets/minecraft/textures/blocks/sea_lantern.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 5 + } +} diff --git a/1.9.4/assets/minecraft/textures/blocks/slime.png b/1.9.4/assets/minecraft/textures/blocks/slime.png new file mode 100644 index 00000000..6dbe5cb6 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/slime.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/snow.png b/1.9.4/assets/minecraft/textures/blocks/snow.png new file mode 100644 index 00000000..d1a14162 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/snow.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/soul_sand.png b/1.9.4/assets/minecraft/textures/blocks/soul_sand.png new file mode 100644 index 00000000..fca7e8ff Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/soul_sand.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/sponge.png b/1.9.4/assets/minecraft/textures/blocks/sponge.png new file mode 100644 index 00000000..c609a41f Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/sponge.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/sponge_wet.png b/1.9.4/assets/minecraft/textures/blocks/sponge_wet.png new file mode 100644 index 00000000..d024995f Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/sponge_wet.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/stone.png b/1.9.4/assets/minecraft/textures/blocks/stone.png new file mode 100644 index 00000000..87e19ff4 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/stone.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/stone_andesite.png b/1.9.4/assets/minecraft/textures/blocks/stone_andesite.png new file mode 100644 index 00000000..feba8d81 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/stone_andesite.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/stone_andesite_smooth.png b/1.9.4/assets/minecraft/textures/blocks/stone_andesite_smooth.png new file mode 100644 index 00000000..7dbb4549 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/stone_andesite_smooth.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/stone_diorite.png b/1.9.4/assets/minecraft/textures/blocks/stone_diorite.png new file mode 100644 index 00000000..8b68d7bb Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/stone_diorite.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/stone_diorite_smooth.png b/1.9.4/assets/minecraft/textures/blocks/stone_diorite_smooth.png new file mode 100644 index 00000000..41150e65 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/stone_diorite_smooth.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/stone_granite.png b/1.9.4/assets/minecraft/textures/blocks/stone_granite.png new file mode 100644 index 00000000..74d03aa1 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/stone_granite.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/stone_granite_smooth.png b/1.9.4/assets/minecraft/textures/blocks/stone_granite_smooth.png new file mode 100644 index 00000000..6e739609 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/stone_granite_smooth.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/stone_slab_side.png b/1.9.4/assets/minecraft/textures/blocks/stone_slab_side.png new file mode 100644 index 00000000..fe2a2040 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/stone_slab_side.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/stone_slab_top.png b/1.9.4/assets/minecraft/textures/blocks/stone_slab_top.png new file mode 100644 index 00000000..090657d3 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/stone_slab_top.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/stonebrick.png b/1.9.4/assets/minecraft/textures/blocks/stonebrick.png new file mode 100644 index 00000000..69138cf2 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/stonebrick.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/stonebrick_carved.png b/1.9.4/assets/minecraft/textures/blocks/stonebrick_carved.png new file mode 100644 index 00000000..b7e88db2 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/stonebrick_carved.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/stonebrick_cracked.png b/1.9.4/assets/minecraft/textures/blocks/stonebrick_cracked.png new file mode 100644 index 00000000..918a8845 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/stonebrick_cracked.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/stonebrick_mossy.png b/1.9.4/assets/minecraft/textures/blocks/stonebrick_mossy.png new file mode 100644 index 00000000..fc67b4a9 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/stonebrick_mossy.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/structure_block.png b/1.9.4/assets/minecraft/textures/blocks/structure_block.png new file mode 100644 index 00000000..c8ede598 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/structure_block.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/structure_block_corner.png b/1.9.4/assets/minecraft/textures/blocks/structure_block_corner.png new file mode 100644 index 00000000..f419cf3f Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/structure_block_corner.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/structure_block_data.png b/1.9.4/assets/minecraft/textures/blocks/structure_block_data.png new file mode 100644 index 00000000..e2eefd20 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/structure_block_data.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/structure_block_load.png b/1.9.4/assets/minecraft/textures/blocks/structure_block_load.png new file mode 100644 index 00000000..8d762ced Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/structure_block_load.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/structure_block_save.png b/1.9.4/assets/minecraft/textures/blocks/structure_block_save.png new file mode 100644 index 00000000..ecf15cd9 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/structure_block_save.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/tallgrass.png b/1.9.4/assets/minecraft/textures/blocks/tallgrass.png new file mode 100644 index 00000000..f1cdb3cc Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/tallgrass.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/tnt_bottom.png b/1.9.4/assets/minecraft/textures/blocks/tnt_bottom.png new file mode 100644 index 00000000..cc2e5867 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/tnt_bottom.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/tnt_side.png b/1.9.4/assets/minecraft/textures/blocks/tnt_side.png new file mode 100644 index 00000000..21109fbe Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/tnt_side.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/tnt_top.png b/1.9.4/assets/minecraft/textures/blocks/tnt_top.png new file mode 100644 index 00000000..ceb44b6d Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/tnt_top.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/torch_on.png b/1.9.4/assets/minecraft/textures/blocks/torch_on.png new file mode 100644 index 00000000..a2ce41b8 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/torch_on.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/trapdoor.png b/1.9.4/assets/minecraft/textures/blocks/trapdoor.png new file mode 100644 index 00000000..a962266f Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/trapdoor.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/trip_wire.png b/1.9.4/assets/minecraft/textures/blocks/trip_wire.png new file mode 100644 index 00000000..f986e62c Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/trip_wire.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/trip_wire_source.png b/1.9.4/assets/minecraft/textures/blocks/trip_wire_source.png new file mode 100644 index 00000000..fbd464d8 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/trip_wire_source.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/vine.png b/1.9.4/assets/minecraft/textures/blocks/vine.png new file mode 100644 index 00000000..df5e435a Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/vine.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/water_flow.png b/1.9.4/assets/minecraft/textures/blocks/water_flow.png new file mode 100644 index 00000000..c4875bb1 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/water_flow.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/water_flow.png.mcmeta b/1.9.4/assets/minecraft/textures/blocks/water_flow.png.mcmeta new file mode 100644 index 00000000..4f0718ac --- /dev/null +++ b/1.9.4/assets/minecraft/textures/blocks/water_flow.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} \ No newline at end of file diff --git a/1.9.4/assets/minecraft/textures/blocks/water_overlay.png b/1.9.4/assets/minecraft/textures/blocks/water_overlay.png new file mode 100644 index 00000000..484a82f8 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/water_overlay.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/water_still.png b/1.9.4/assets/minecraft/textures/blocks/water_still.png new file mode 100644 index 00000000..f5d47eb3 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/water_still.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/water_still.png.mcmeta b/1.9.4/assets/minecraft/textures/blocks/water_still.png.mcmeta new file mode 100644 index 00000000..0645f48c --- /dev/null +++ b/1.9.4/assets/minecraft/textures/blocks/water_still.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 2 + } +} diff --git a/1.9.4/assets/minecraft/textures/blocks/waterlily.png b/1.9.4/assets/minecraft/textures/blocks/waterlily.png new file mode 100644 index 00000000..f6c84f84 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/waterlily.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/web.png b/1.9.4/assets/minecraft/textures/blocks/web.png new file mode 100644 index 00000000..ae4bfd4a Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/web.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/wheat_stage_0.png b/1.9.4/assets/minecraft/textures/blocks/wheat_stage_0.png new file mode 100644 index 00000000..185af6fc Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/wheat_stage_0.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/wheat_stage_1.png b/1.9.4/assets/minecraft/textures/blocks/wheat_stage_1.png new file mode 100644 index 00000000..67588c1e Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/wheat_stage_1.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/wheat_stage_2.png b/1.9.4/assets/minecraft/textures/blocks/wheat_stage_2.png new file mode 100644 index 00000000..3d337929 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/wheat_stage_2.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/wheat_stage_3.png b/1.9.4/assets/minecraft/textures/blocks/wheat_stage_3.png new file mode 100644 index 00000000..4649f780 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/wheat_stage_3.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/wheat_stage_4.png b/1.9.4/assets/minecraft/textures/blocks/wheat_stage_4.png new file mode 100644 index 00000000..ac04b52c Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/wheat_stage_4.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/wheat_stage_5.png b/1.9.4/assets/minecraft/textures/blocks/wheat_stage_5.png new file mode 100644 index 00000000..17135901 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/wheat_stage_5.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/wheat_stage_6.png b/1.9.4/assets/minecraft/textures/blocks/wheat_stage_6.png new file mode 100644 index 00000000..cb5f1951 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/wheat_stage_6.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/wheat_stage_7.png b/1.9.4/assets/minecraft/textures/blocks/wheat_stage_7.png new file mode 100644 index 00000000..7acafb37 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/wheat_stage_7.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/wool_colored_black.png b/1.9.4/assets/minecraft/textures/blocks/wool_colored_black.png new file mode 100644 index 00000000..8b44b8fe Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/wool_colored_black.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/wool_colored_blue.png b/1.9.4/assets/minecraft/textures/blocks/wool_colored_blue.png new file mode 100644 index 00000000..ce9515f8 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/wool_colored_blue.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/wool_colored_brown.png b/1.9.4/assets/minecraft/textures/blocks/wool_colored_brown.png new file mode 100644 index 00000000..4c4748d1 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/wool_colored_brown.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/wool_colored_cyan.png b/1.9.4/assets/minecraft/textures/blocks/wool_colored_cyan.png new file mode 100644 index 00000000..e9c69a05 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/wool_colored_cyan.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/wool_colored_gray.png b/1.9.4/assets/minecraft/textures/blocks/wool_colored_gray.png new file mode 100644 index 00000000..6409ff2f Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/wool_colored_gray.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/wool_colored_green.png b/1.9.4/assets/minecraft/textures/blocks/wool_colored_green.png new file mode 100644 index 00000000..a7be6d7f Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/wool_colored_green.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/wool_colored_light_blue.png b/1.9.4/assets/minecraft/textures/blocks/wool_colored_light_blue.png new file mode 100644 index 00000000..72d9d9e7 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/wool_colored_light_blue.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/wool_colored_lime.png b/1.9.4/assets/minecraft/textures/blocks/wool_colored_lime.png new file mode 100644 index 00000000..bf56389f Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/wool_colored_lime.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/wool_colored_magenta.png b/1.9.4/assets/minecraft/textures/blocks/wool_colored_magenta.png new file mode 100644 index 00000000..3af67475 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/wool_colored_magenta.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/wool_colored_orange.png b/1.9.4/assets/minecraft/textures/blocks/wool_colored_orange.png new file mode 100644 index 00000000..eefe6dea Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/wool_colored_orange.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/wool_colored_pink.png b/1.9.4/assets/minecraft/textures/blocks/wool_colored_pink.png new file mode 100644 index 00000000..c2785af2 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/wool_colored_pink.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/wool_colored_purple.png b/1.9.4/assets/minecraft/textures/blocks/wool_colored_purple.png new file mode 100644 index 00000000..76f68d6d Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/wool_colored_purple.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/wool_colored_red.png b/1.9.4/assets/minecraft/textures/blocks/wool_colored_red.png new file mode 100644 index 00000000..e445d06a Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/wool_colored_red.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/wool_colored_silver.png b/1.9.4/assets/minecraft/textures/blocks/wool_colored_silver.png new file mode 100644 index 00000000..756d9b06 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/wool_colored_silver.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/wool_colored_white.png b/1.9.4/assets/minecraft/textures/blocks/wool_colored_white.png new file mode 100644 index 00000000..c495e53a Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/wool_colored_white.png differ diff --git a/1.9.4/assets/minecraft/textures/blocks/wool_colored_yellow.png b/1.9.4/assets/minecraft/textures/blocks/wool_colored_yellow.png new file mode 100644 index 00000000..9839e000 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/blocks/wool_colored_yellow.png differ diff --git a/1.9.4/assets/minecraft/textures/colormap/foliage.png b/1.9.4/assets/minecraft/textures/colormap/foliage.png new file mode 100644 index 00000000..08ff4628 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/colormap/foliage.png differ diff --git a/1.9.4/assets/minecraft/textures/colormap/grass.png b/1.9.4/assets/minecraft/textures/colormap/grass.png new file mode 100644 index 00000000..55c421a4 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/colormap/grass.png differ diff --git a/1.9.4/assets/minecraft/textures/effect/dither.png b/1.9.4/assets/minecraft/textures/effect/dither.png new file mode 100644 index 00000000..0cb0b307 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/effect/dither.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/alex.png b/1.9.4/assets/minecraft/textures/entity/alex.png new file mode 100644 index 00000000..c48ef8cd Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/alex.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/armorstand/wood.png b/1.9.4/assets/minecraft/textures/entity/armorstand/wood.png new file mode 100644 index 00000000..90a0aae1 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/armorstand/wood.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/arrow.png b/1.9.4/assets/minecraft/textures/entity/arrow.png new file mode 100644 index 00000000..0d58b2cc Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/arrow.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/banner/base.png b/1.9.4/assets/minecraft/textures/entity/banner/base.png new file mode 100644 index 00000000..9baba14f Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/banner/base.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/banner/border.png b/1.9.4/assets/minecraft/textures/entity/banner/border.png new file mode 100644 index 00000000..6c2cc9af Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/banner/border.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/banner/bricks.png b/1.9.4/assets/minecraft/textures/entity/banner/bricks.png new file mode 100644 index 00000000..c5da811a Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/banner/bricks.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/banner/circle.png b/1.9.4/assets/minecraft/textures/entity/banner/circle.png new file mode 100644 index 00000000..86cdcab3 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/banner/circle.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/banner/creeper.png b/1.9.4/assets/minecraft/textures/entity/banner/creeper.png new file mode 100644 index 00000000..8bb880fe Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/banner/creeper.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/banner/cross.png b/1.9.4/assets/minecraft/textures/entity/banner/cross.png new file mode 100644 index 00000000..a7f383d4 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/banner/cross.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/banner/curly_border.png b/1.9.4/assets/minecraft/textures/entity/banner/curly_border.png new file mode 100644 index 00000000..27589cd0 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/banner/curly_border.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/banner/diagonal_left.png b/1.9.4/assets/minecraft/textures/entity/banner/diagonal_left.png new file mode 100644 index 00000000..63f9832b Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/banner/diagonal_left.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/banner/diagonal_right.png b/1.9.4/assets/minecraft/textures/entity/banner/diagonal_right.png new file mode 100644 index 00000000..64765204 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/banner/diagonal_right.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/banner/diagonal_up_left.png b/1.9.4/assets/minecraft/textures/entity/banner/diagonal_up_left.png new file mode 100644 index 00000000..8808da1a Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/banner/diagonal_up_left.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/banner/diagonal_up_right.png b/1.9.4/assets/minecraft/textures/entity/banner/diagonal_up_right.png new file mode 100644 index 00000000..325f4225 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/banner/diagonal_up_right.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/banner/flower.png b/1.9.4/assets/minecraft/textures/entity/banner/flower.png new file mode 100644 index 00000000..476dbf3a Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/banner/flower.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/banner/gradient.png b/1.9.4/assets/minecraft/textures/entity/banner/gradient.png new file mode 100644 index 00000000..f59caca7 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/banner/gradient.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/banner/gradient_up.png b/1.9.4/assets/minecraft/textures/entity/banner/gradient_up.png new file mode 100644 index 00000000..292f1082 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/banner/gradient_up.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/banner/half_horizontal.png b/1.9.4/assets/minecraft/textures/entity/banner/half_horizontal.png new file mode 100644 index 00000000..b855754b Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/banner/half_horizontal.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/banner/half_horizontal_bottom.png b/1.9.4/assets/minecraft/textures/entity/banner/half_horizontal_bottom.png new file mode 100644 index 00000000..9dfa27e5 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/banner/half_horizontal_bottom.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/banner/half_vertical.png b/1.9.4/assets/minecraft/textures/entity/banner/half_vertical.png new file mode 100644 index 00000000..c1e070a4 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/banner/half_vertical.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/banner/half_vertical_right.png b/1.9.4/assets/minecraft/textures/entity/banner/half_vertical_right.png new file mode 100644 index 00000000..9a21b93b Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/banner/half_vertical_right.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/banner/mojang.png b/1.9.4/assets/minecraft/textures/entity/banner/mojang.png new file mode 100644 index 00000000..1343fd8f Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/banner/mojang.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/banner/rhombus.png b/1.9.4/assets/minecraft/textures/entity/banner/rhombus.png new file mode 100644 index 00000000..412ea8b3 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/banner/rhombus.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/banner/skull.png b/1.9.4/assets/minecraft/textures/entity/banner/skull.png new file mode 100644 index 00000000..4c0e0b77 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/banner/skull.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/banner/small_stripes.png b/1.9.4/assets/minecraft/textures/entity/banner/small_stripes.png new file mode 100644 index 00000000..b164906a Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/banner/small_stripes.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/banner/square_bottom_left.png b/1.9.4/assets/minecraft/textures/entity/banner/square_bottom_left.png new file mode 100644 index 00000000..c3edbce5 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/banner/square_bottom_left.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/banner/square_bottom_right.png b/1.9.4/assets/minecraft/textures/entity/banner/square_bottom_right.png new file mode 100644 index 00000000..8db252a7 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/banner/square_bottom_right.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/banner/square_top_left.png b/1.9.4/assets/minecraft/textures/entity/banner/square_top_left.png new file mode 100644 index 00000000..e090efd5 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/banner/square_top_left.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/banner/square_top_right.png b/1.9.4/assets/minecraft/textures/entity/banner/square_top_right.png new file mode 100644 index 00000000..6e8aeabf Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/banner/square_top_right.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/banner/straight_cross.png b/1.9.4/assets/minecraft/textures/entity/banner/straight_cross.png new file mode 100644 index 00000000..7a4c2326 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/banner/straight_cross.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/banner/stripe_bottom.png b/1.9.4/assets/minecraft/textures/entity/banner/stripe_bottom.png new file mode 100644 index 00000000..7b18f725 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/banner/stripe_bottom.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/banner/stripe_center.png b/1.9.4/assets/minecraft/textures/entity/banner/stripe_center.png new file mode 100644 index 00000000..a6440008 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/banner/stripe_center.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/banner/stripe_downleft.png b/1.9.4/assets/minecraft/textures/entity/banner/stripe_downleft.png new file mode 100644 index 00000000..ab216689 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/banner/stripe_downleft.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/banner/stripe_downright.png b/1.9.4/assets/minecraft/textures/entity/banner/stripe_downright.png new file mode 100644 index 00000000..37b43795 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/banner/stripe_downright.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/banner/stripe_left.png b/1.9.4/assets/minecraft/textures/entity/banner/stripe_left.png new file mode 100644 index 00000000..5659ac76 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/banner/stripe_left.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/banner/stripe_middle.png b/1.9.4/assets/minecraft/textures/entity/banner/stripe_middle.png new file mode 100644 index 00000000..f4cf0cb0 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/banner/stripe_middle.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/banner/stripe_right.png b/1.9.4/assets/minecraft/textures/entity/banner/stripe_right.png new file mode 100644 index 00000000..56b01da2 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/banner/stripe_right.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/banner/stripe_top.png b/1.9.4/assets/minecraft/textures/entity/banner/stripe_top.png new file mode 100644 index 00000000..af628ad4 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/banner/stripe_top.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/banner/triangle_bottom.png b/1.9.4/assets/minecraft/textures/entity/banner/triangle_bottom.png new file mode 100644 index 00000000..435fb86a Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/banner/triangle_bottom.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/banner/triangle_top.png b/1.9.4/assets/minecraft/textures/entity/banner/triangle_top.png new file mode 100644 index 00000000..045b55e2 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/banner/triangle_top.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/banner/triangles_bottom.png b/1.9.4/assets/minecraft/textures/entity/banner/triangles_bottom.png new file mode 100644 index 00000000..e933a03e Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/banner/triangles_bottom.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/banner/triangles_top.png b/1.9.4/assets/minecraft/textures/entity/banner/triangles_top.png new file mode 100644 index 00000000..205275a6 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/banner/triangles_top.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/banner_base.png b/1.9.4/assets/minecraft/textures/entity/banner_base.png new file mode 100644 index 00000000..6b50b8a8 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/banner_base.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/bat.png b/1.9.4/assets/minecraft/textures/entity/bat.png new file mode 100644 index 00000000..938e9e23 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/bat.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/beacon_beam.png b/1.9.4/assets/minecraft/textures/entity/beacon_beam.png new file mode 100644 index 00000000..7d55f32d Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/beacon_beam.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/blaze.png b/1.9.4/assets/minecraft/textures/entity/blaze.png new file mode 100644 index 00000000..cd543638 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/blaze.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/boat/boat_acacia.png b/1.9.4/assets/minecraft/textures/entity/boat/boat_acacia.png new file mode 100644 index 00000000..14f32c54 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/boat/boat_acacia.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/boat/boat_birch.png b/1.9.4/assets/minecraft/textures/entity/boat/boat_birch.png new file mode 100644 index 00000000..4b41cf97 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/boat/boat_birch.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/boat/boat_darkoak.png b/1.9.4/assets/minecraft/textures/entity/boat/boat_darkoak.png new file mode 100644 index 00000000..ad59eb1d Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/boat/boat_darkoak.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/boat/boat_jungle.png b/1.9.4/assets/minecraft/textures/entity/boat/boat_jungle.png new file mode 100644 index 00000000..e0a0811c Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/boat/boat_jungle.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/boat/boat_oak.png b/1.9.4/assets/minecraft/textures/entity/boat/boat_oak.png new file mode 100644 index 00000000..4542c9dd Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/boat/boat_oak.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/boat/boat_spruce.png b/1.9.4/assets/minecraft/textures/entity/boat/boat_spruce.png new file mode 100644 index 00000000..12cd9d89 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/boat/boat_spruce.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/cat/black.png b/1.9.4/assets/minecraft/textures/entity/cat/black.png new file mode 100644 index 00000000..9901dc08 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/cat/black.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/cat/ocelot.png b/1.9.4/assets/minecraft/textures/entity/cat/ocelot.png new file mode 100644 index 00000000..848e31cb Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/cat/ocelot.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/cat/red.png b/1.9.4/assets/minecraft/textures/entity/cat/red.png new file mode 100644 index 00000000..7651f11f Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/cat/red.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/cat/siamese.png b/1.9.4/assets/minecraft/textures/entity/cat/siamese.png new file mode 100644 index 00000000..957fa3b7 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/cat/siamese.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/chest/christmas.png b/1.9.4/assets/minecraft/textures/entity/chest/christmas.png new file mode 100644 index 00000000..29cf4fe3 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/chest/christmas.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/chest/christmas_double.png b/1.9.4/assets/minecraft/textures/entity/chest/christmas_double.png new file mode 100644 index 00000000..cd41f66b Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/chest/christmas_double.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/chest/ender.png b/1.9.4/assets/minecraft/textures/entity/chest/ender.png new file mode 100644 index 00000000..a415c284 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/chest/ender.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/chest/normal.png b/1.9.4/assets/minecraft/textures/entity/chest/normal.png new file mode 100644 index 00000000..3cf4f341 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/chest/normal.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/chest/normal_double.png b/1.9.4/assets/minecraft/textures/entity/chest/normal_double.png new file mode 100644 index 00000000..b4535851 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/chest/normal_double.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/chest/trapped.png b/1.9.4/assets/minecraft/textures/entity/chest/trapped.png new file mode 100644 index 00000000..93d22d3e Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/chest/trapped.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/chest/trapped_double.png b/1.9.4/assets/minecraft/textures/entity/chest/trapped_double.png new file mode 100644 index 00000000..586943cd Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/chest/trapped_double.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/chicken.png b/1.9.4/assets/minecraft/textures/entity/chicken.png new file mode 100644 index 00000000..62e31b98 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/chicken.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/cow/cow.png b/1.9.4/assets/minecraft/textures/entity/cow/cow.png new file mode 100644 index 00000000..e7fcfcd3 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/cow/cow.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/cow/mooshroom.png b/1.9.4/assets/minecraft/textures/entity/cow/mooshroom.png new file mode 100644 index 00000000..6ea71abc Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/cow/mooshroom.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/creeper/creeper.png b/1.9.4/assets/minecraft/textures/entity/creeper/creeper.png new file mode 100644 index 00000000..671f979f Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/creeper/creeper.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/creeper/creeper_armor.png b/1.9.4/assets/minecraft/textures/entity/creeper/creeper_armor.png new file mode 100644 index 00000000..484d703d Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/creeper/creeper_armor.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/elytra.png b/1.9.4/assets/minecraft/textures/entity/elytra.png new file mode 100644 index 00000000..1ea6b7dc Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/elytra.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/enchanting_table_book.png b/1.9.4/assets/minecraft/textures/entity/enchanting_table_book.png new file mode 100644 index 00000000..29253d23 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/enchanting_table_book.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/end_gateway_beam.png b/1.9.4/assets/minecraft/textures/entity/end_gateway_beam.png new file mode 100644 index 00000000..632a3613 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/end_gateway_beam.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/end_portal.png b/1.9.4/assets/minecraft/textures/entity/end_portal.png new file mode 100644 index 00000000..4ac5338e Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/end_portal.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/endercrystal/endercrystal.png b/1.9.4/assets/minecraft/textures/entity/endercrystal/endercrystal.png new file mode 100644 index 00000000..39686da0 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/endercrystal/endercrystal.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/endercrystal/endercrystal_beam.png b/1.9.4/assets/minecraft/textures/entity/endercrystal/endercrystal_beam.png new file mode 100644 index 00000000..e71bf9a4 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/endercrystal/endercrystal_beam.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/enderdragon/dragon.png b/1.9.4/assets/minecraft/textures/entity/enderdragon/dragon.png new file mode 100644 index 00000000..01f42734 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/enderdragon/dragon.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/enderdragon/dragon_exploding.png b/1.9.4/assets/minecraft/textures/entity/enderdragon/dragon_exploding.png new file mode 100644 index 00000000..0346bb92 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/enderdragon/dragon_exploding.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/enderdragon/dragon_eyes.png b/1.9.4/assets/minecraft/textures/entity/enderdragon/dragon_eyes.png new file mode 100644 index 00000000..3a865a0f Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/enderdragon/dragon_eyes.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/enderdragon/dragon_fireball.png b/1.9.4/assets/minecraft/textures/entity/enderdragon/dragon_fireball.png new file mode 100644 index 00000000..ef8b220b Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/enderdragon/dragon_fireball.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/enderman/enderman.png b/1.9.4/assets/minecraft/textures/entity/enderman/enderman.png new file mode 100644 index 00000000..b8cb0341 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/enderman/enderman.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/enderman/enderman_eyes.png b/1.9.4/assets/minecraft/textures/entity/enderman/enderman_eyes.png new file mode 100644 index 00000000..11a481cf Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/enderman/enderman_eyes.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/endermite.png b/1.9.4/assets/minecraft/textures/entity/endermite.png new file mode 100644 index 00000000..cc862ccd Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/endermite.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/experience_orb.png b/1.9.4/assets/minecraft/textures/entity/experience_orb.png new file mode 100644 index 00000000..826b8b0c Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/experience_orb.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/explosion.png b/1.9.4/assets/minecraft/textures/entity/explosion.png new file mode 100644 index 00000000..26e3c07f Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/explosion.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/ghast/ghast.png b/1.9.4/assets/minecraft/textures/entity/ghast/ghast.png new file mode 100644 index 00000000..5c3c659a Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/ghast/ghast.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/ghast/ghast_shooting.png b/1.9.4/assets/minecraft/textures/entity/ghast/ghast_shooting.png new file mode 100644 index 00000000..8267c11c Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/ghast/ghast_shooting.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/guardian.png b/1.9.4/assets/minecraft/textures/entity/guardian.png new file mode 100644 index 00000000..7bacaa9b Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/guardian.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/guardian_beam.png b/1.9.4/assets/minecraft/textures/entity/guardian_beam.png new file mode 100644 index 00000000..9e963574 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/guardian_beam.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/guardian_elder.png b/1.9.4/assets/minecraft/textures/entity/guardian_elder.png new file mode 100644 index 00000000..ac632577 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/guardian_elder.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/horse/armor/horse_armor_diamond.png b/1.9.4/assets/minecraft/textures/entity/horse/armor/horse_armor_diamond.png new file mode 100644 index 00000000..9c573ccd Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/horse/armor/horse_armor_diamond.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/horse/armor/horse_armor_gold.png b/1.9.4/assets/minecraft/textures/entity/horse/armor/horse_armor_gold.png new file mode 100644 index 00000000..c5dfc317 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/horse/armor/horse_armor_gold.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/horse/armor/horse_armor_iron.png b/1.9.4/assets/minecraft/textures/entity/horse/armor/horse_armor_iron.png new file mode 100644 index 00000000..1fab4450 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/horse/armor/horse_armor_iron.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/horse/donkey.png b/1.9.4/assets/minecraft/textures/entity/horse/donkey.png new file mode 100644 index 00000000..a5548f38 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/horse/donkey.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/horse/horse_black.png b/1.9.4/assets/minecraft/textures/entity/horse/horse_black.png new file mode 100644 index 00000000..5b093439 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/horse/horse_black.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/horse/horse_brown.png b/1.9.4/assets/minecraft/textures/entity/horse/horse_brown.png new file mode 100644 index 00000000..40f02ac8 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/horse/horse_brown.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/horse/horse_chestnut.png b/1.9.4/assets/minecraft/textures/entity/horse/horse_chestnut.png new file mode 100644 index 00000000..7802e2a9 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/horse/horse_chestnut.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/horse/horse_creamy.png b/1.9.4/assets/minecraft/textures/entity/horse/horse_creamy.png new file mode 100644 index 00000000..34c90c57 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/horse/horse_creamy.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/horse/horse_darkbrown.png b/1.9.4/assets/minecraft/textures/entity/horse/horse_darkbrown.png new file mode 100644 index 00000000..086399a8 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/horse/horse_darkbrown.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/horse/horse_gray.png b/1.9.4/assets/minecraft/textures/entity/horse/horse_gray.png new file mode 100644 index 00000000..539e7eab Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/horse/horse_gray.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/horse/horse_markings_blackdots.png b/1.9.4/assets/minecraft/textures/entity/horse/horse_markings_blackdots.png new file mode 100644 index 00000000..49963f7c Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/horse/horse_markings_blackdots.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/horse/horse_markings_white.png b/1.9.4/assets/minecraft/textures/entity/horse/horse_markings_white.png new file mode 100644 index 00000000..d1d314fc Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/horse/horse_markings_white.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/horse/horse_markings_whitedots.png b/1.9.4/assets/minecraft/textures/entity/horse/horse_markings_whitedots.png new file mode 100644 index 00000000..967936bb Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/horse/horse_markings_whitedots.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/horse/horse_markings_whitefield.png b/1.9.4/assets/minecraft/textures/entity/horse/horse_markings_whitefield.png new file mode 100644 index 00000000..bffe2910 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/horse/horse_markings_whitefield.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/horse/horse_skeleton.png b/1.9.4/assets/minecraft/textures/entity/horse/horse_skeleton.png new file mode 100644 index 00000000..7fa9ce1d Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/horse/horse_skeleton.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/horse/horse_white.png b/1.9.4/assets/minecraft/textures/entity/horse/horse_white.png new file mode 100644 index 00000000..215404ad Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/horse/horse_white.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/horse/horse_zombie.png b/1.9.4/assets/minecraft/textures/entity/horse/horse_zombie.png new file mode 100644 index 00000000..846769e2 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/horse/horse_zombie.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/horse/mule.png b/1.9.4/assets/minecraft/textures/entity/horse/mule.png new file mode 100644 index 00000000..11b3e12b Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/horse/mule.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/iron_golem.png b/1.9.4/assets/minecraft/textures/entity/iron_golem.png new file mode 100644 index 00000000..5da161c7 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/iron_golem.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/lead_knot.png b/1.9.4/assets/minecraft/textures/entity/lead_knot.png new file mode 100644 index 00000000..87f0c0bd Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/lead_knot.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/minecart.png b/1.9.4/assets/minecraft/textures/entity/minecart.png new file mode 100644 index 00000000..a1f288bf Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/minecart.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/pig/pig.png b/1.9.4/assets/minecraft/textures/entity/pig/pig.png new file mode 100644 index 00000000..21850e5c Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/pig/pig.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/pig/pig_saddle.png b/1.9.4/assets/minecraft/textures/entity/pig/pig_saddle.png new file mode 100644 index 00000000..92929145 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/pig/pig_saddle.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/projectiles/arrow.png b/1.9.4/assets/minecraft/textures/entity/projectiles/arrow.png new file mode 100644 index 00000000..7f677b58 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/projectiles/arrow.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/projectiles/spectral_arrow.png b/1.9.4/assets/minecraft/textures/entity/projectiles/spectral_arrow.png new file mode 100644 index 00000000..7a7a527c Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/projectiles/spectral_arrow.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/projectiles/tipped_arrow.png b/1.9.4/assets/minecraft/textures/entity/projectiles/tipped_arrow.png new file mode 100644 index 00000000..7f677b58 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/projectiles/tipped_arrow.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/rabbit/black.png b/1.9.4/assets/minecraft/textures/entity/rabbit/black.png new file mode 100644 index 00000000..d31b9511 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/rabbit/black.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/rabbit/brown.png b/1.9.4/assets/minecraft/textures/entity/rabbit/brown.png new file mode 100644 index 00000000..7a7ba5d4 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/rabbit/brown.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/rabbit/caerbannog.png b/1.9.4/assets/minecraft/textures/entity/rabbit/caerbannog.png new file mode 100644 index 00000000..bba11c91 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/rabbit/caerbannog.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/rabbit/gold.png b/1.9.4/assets/minecraft/textures/entity/rabbit/gold.png new file mode 100644 index 00000000..86885107 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/rabbit/gold.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/rabbit/salt.png b/1.9.4/assets/minecraft/textures/entity/rabbit/salt.png new file mode 100644 index 00000000..60865a26 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/rabbit/salt.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/rabbit/toast.png b/1.9.4/assets/minecraft/textures/entity/rabbit/toast.png new file mode 100644 index 00000000..3e60a937 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/rabbit/toast.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/rabbit/white.png b/1.9.4/assets/minecraft/textures/entity/rabbit/white.png new file mode 100644 index 00000000..21277465 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/rabbit/white.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/rabbit/white_splotched.png b/1.9.4/assets/minecraft/textures/entity/rabbit/white_splotched.png new file mode 100644 index 00000000..00824835 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/rabbit/white_splotched.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/sheep/sheep.png b/1.9.4/assets/minecraft/textures/entity/sheep/sheep.png new file mode 100644 index 00000000..e46f646f Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/sheep/sheep.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/sheep/sheep_fur.png b/1.9.4/assets/minecraft/textures/entity/sheep/sheep_fur.png new file mode 100644 index 00000000..a621934b Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/sheep/sheep_fur.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/shield/base.png b/1.9.4/assets/minecraft/textures/entity/shield/base.png new file mode 100644 index 00000000..e0504d78 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/shield/base.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/shield/border.png b/1.9.4/assets/minecraft/textures/entity/shield/border.png new file mode 100644 index 00000000..e039e746 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/shield/border.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/shield/bricks.png b/1.9.4/assets/minecraft/textures/entity/shield/bricks.png new file mode 100644 index 00000000..047d1d99 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/shield/bricks.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/shield/circle.png b/1.9.4/assets/minecraft/textures/entity/shield/circle.png new file mode 100644 index 00000000..efc050ce Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/shield/circle.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/shield/creeper.png b/1.9.4/assets/minecraft/textures/entity/shield/creeper.png new file mode 100644 index 00000000..1171f5b1 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/shield/creeper.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/shield/cross.png b/1.9.4/assets/minecraft/textures/entity/shield/cross.png new file mode 100644 index 00000000..c6ff5aa3 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/shield/cross.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/shield/curly_border.png b/1.9.4/assets/minecraft/textures/entity/shield/curly_border.png new file mode 100644 index 00000000..71c16793 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/shield/curly_border.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/shield/diagonal_left.png b/1.9.4/assets/minecraft/textures/entity/shield/diagonal_left.png new file mode 100644 index 00000000..3eaa626a Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/shield/diagonal_left.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/shield/diagonal_right.png b/1.9.4/assets/minecraft/textures/entity/shield/diagonal_right.png new file mode 100644 index 00000000..23109862 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/shield/diagonal_right.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/shield/diagonal_up_left.png b/1.9.4/assets/minecraft/textures/entity/shield/diagonal_up_left.png new file mode 100644 index 00000000..dca406bd Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/shield/diagonal_up_left.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/shield/diagonal_up_right.png b/1.9.4/assets/minecraft/textures/entity/shield/diagonal_up_right.png new file mode 100644 index 00000000..1b3d2d19 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/shield/diagonal_up_right.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/shield/flower.png b/1.9.4/assets/minecraft/textures/entity/shield/flower.png new file mode 100644 index 00000000..cc834292 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/shield/flower.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/shield/gradient.png b/1.9.4/assets/minecraft/textures/entity/shield/gradient.png new file mode 100644 index 00000000..1307d988 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/shield/gradient.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/shield/gradient_up.png b/1.9.4/assets/minecraft/textures/entity/shield/gradient_up.png new file mode 100644 index 00000000..cf9d8319 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/shield/gradient_up.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/shield/half_horizontal.png b/1.9.4/assets/minecraft/textures/entity/shield/half_horizontal.png new file mode 100644 index 00000000..7480fa8c Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/shield/half_horizontal.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/shield/half_horizontal_bottom.png b/1.9.4/assets/minecraft/textures/entity/shield/half_horizontal_bottom.png new file mode 100644 index 00000000..92063c8a Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/shield/half_horizontal_bottom.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/shield/half_vertical.png b/1.9.4/assets/minecraft/textures/entity/shield/half_vertical.png new file mode 100644 index 00000000..de26c8f8 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/shield/half_vertical.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/shield/half_vertical_right.png b/1.9.4/assets/minecraft/textures/entity/shield/half_vertical_right.png new file mode 100644 index 00000000..013c6282 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/shield/half_vertical_right.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/shield/mojang.png b/1.9.4/assets/minecraft/textures/entity/shield/mojang.png new file mode 100644 index 00000000..87fbecc0 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/shield/mojang.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/shield/rhombus.png b/1.9.4/assets/minecraft/textures/entity/shield/rhombus.png new file mode 100644 index 00000000..0f7e16df Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/shield/rhombus.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/shield/skull.png b/1.9.4/assets/minecraft/textures/entity/shield/skull.png new file mode 100644 index 00000000..57465d84 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/shield/skull.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/shield/small_stripes.png b/1.9.4/assets/minecraft/textures/entity/shield/small_stripes.png new file mode 100644 index 00000000..2b610c2c Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/shield/small_stripes.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/shield/square_bottom_left.png b/1.9.4/assets/minecraft/textures/entity/shield/square_bottom_left.png new file mode 100644 index 00000000..2fe68189 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/shield/square_bottom_left.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/shield/square_bottom_right.png b/1.9.4/assets/minecraft/textures/entity/shield/square_bottom_right.png new file mode 100644 index 00000000..c5051d63 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/shield/square_bottom_right.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/shield/square_top_left.png b/1.9.4/assets/minecraft/textures/entity/shield/square_top_left.png new file mode 100644 index 00000000..cd8ae17d Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/shield/square_top_left.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/shield/square_top_right.png b/1.9.4/assets/minecraft/textures/entity/shield/square_top_right.png new file mode 100644 index 00000000..ef8e3607 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/shield/square_top_right.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/shield/straight_cross.png b/1.9.4/assets/minecraft/textures/entity/shield/straight_cross.png new file mode 100644 index 00000000..ce2c964d Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/shield/straight_cross.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/shield/stripe_bottom.png b/1.9.4/assets/minecraft/textures/entity/shield/stripe_bottom.png new file mode 100644 index 00000000..d12b0ca8 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/shield/stripe_bottom.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/shield/stripe_center.png b/1.9.4/assets/minecraft/textures/entity/shield/stripe_center.png new file mode 100644 index 00000000..ad13707b Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/shield/stripe_center.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/shield/stripe_downleft.png b/1.9.4/assets/minecraft/textures/entity/shield/stripe_downleft.png new file mode 100644 index 00000000..65908420 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/shield/stripe_downleft.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/shield/stripe_downright.png b/1.9.4/assets/minecraft/textures/entity/shield/stripe_downright.png new file mode 100644 index 00000000..b1378009 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/shield/stripe_downright.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/shield/stripe_left.png b/1.9.4/assets/minecraft/textures/entity/shield/stripe_left.png new file mode 100644 index 00000000..c300cf69 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/shield/stripe_left.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/shield/stripe_middle.png b/1.9.4/assets/minecraft/textures/entity/shield/stripe_middle.png new file mode 100644 index 00000000..7ace966a Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/shield/stripe_middle.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/shield/stripe_right.png b/1.9.4/assets/minecraft/textures/entity/shield/stripe_right.png new file mode 100644 index 00000000..39ce7cec Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/shield/stripe_right.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/shield/stripe_top.png b/1.9.4/assets/minecraft/textures/entity/shield/stripe_top.png new file mode 100644 index 00000000..f2a21bda Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/shield/stripe_top.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/shield/triangle_bottom.png b/1.9.4/assets/minecraft/textures/entity/shield/triangle_bottom.png new file mode 100644 index 00000000..a532c832 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/shield/triangle_bottom.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/shield/triangle_top.png b/1.9.4/assets/minecraft/textures/entity/shield/triangle_top.png new file mode 100644 index 00000000..a75973be Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/shield/triangle_top.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/shield/triangles_bottom.png b/1.9.4/assets/minecraft/textures/entity/shield/triangles_bottom.png new file mode 100644 index 00000000..f87b74af Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/shield/triangles_bottom.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/shield/triangles_top.png b/1.9.4/assets/minecraft/textures/entity/shield/triangles_top.png new file mode 100644 index 00000000..17aafe43 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/shield/triangles_top.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/shield_base.png b/1.9.4/assets/minecraft/textures/entity/shield_base.png new file mode 100644 index 00000000..9c51041b Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/shield_base.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/shield_base_nopattern.png b/1.9.4/assets/minecraft/textures/entity/shield_base_nopattern.png new file mode 100644 index 00000000..cb540dc6 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/shield_base_nopattern.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/shulker/endergolem.png b/1.9.4/assets/minecraft/textures/entity/shulker/endergolem.png new file mode 100644 index 00000000..d5697795 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/shulker/endergolem.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/shulker/spark.png b/1.9.4/assets/minecraft/textures/entity/shulker/spark.png new file mode 100644 index 00000000..f1e51aea Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/shulker/spark.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/sign.png b/1.9.4/assets/minecraft/textures/entity/sign.png new file mode 100644 index 00000000..4f0deabd Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/sign.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/silverfish.png b/1.9.4/assets/minecraft/textures/entity/silverfish.png new file mode 100644 index 00000000..3d62109f Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/silverfish.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/skeleton/skeleton.png b/1.9.4/assets/minecraft/textures/entity/skeleton/skeleton.png new file mode 100644 index 00000000..5caf3a66 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/skeleton/skeleton.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/skeleton/wither_skeleton.png b/1.9.4/assets/minecraft/textures/entity/skeleton/wither_skeleton.png new file mode 100644 index 00000000..552b8240 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/skeleton/wither_skeleton.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/slime/magmacube.png b/1.9.4/assets/minecraft/textures/entity/slime/magmacube.png new file mode 100644 index 00000000..99f022fc Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/slime/magmacube.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/slime/slime.png b/1.9.4/assets/minecraft/textures/entity/slime/slime.png new file mode 100644 index 00000000..5f91086e Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/slime/slime.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/snowman.png b/1.9.4/assets/minecraft/textures/entity/snowman.png new file mode 100644 index 00000000..c487c567 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/snowman.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/spider/cave_spider.png b/1.9.4/assets/minecraft/textures/entity/spider/cave_spider.png new file mode 100644 index 00000000..fb39b0b9 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/spider/cave_spider.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/spider/spider.png b/1.9.4/assets/minecraft/textures/entity/spider/spider.png new file mode 100644 index 00000000..8055059c Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/spider/spider.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/spider_eyes.png b/1.9.4/assets/minecraft/textures/entity/spider_eyes.png new file mode 100644 index 00000000..22fabdba Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/spider_eyes.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/squid.png b/1.9.4/assets/minecraft/textures/entity/squid.png new file mode 100644 index 00000000..622af6de Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/squid.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/steve.png b/1.9.4/assets/minecraft/textures/entity/steve.png new file mode 100644 index 00000000..90d4fa23 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/steve.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/sweep.png b/1.9.4/assets/minecraft/textures/entity/sweep.png new file mode 100644 index 00000000..3e209b00 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/sweep.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/villager/butcher.png b/1.9.4/assets/minecraft/textures/entity/villager/butcher.png new file mode 100644 index 00000000..3139f58e Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/villager/butcher.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/villager/farmer.png b/1.9.4/assets/minecraft/textures/entity/villager/farmer.png new file mode 100644 index 00000000..d8114c01 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/villager/farmer.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/villager/librarian.png b/1.9.4/assets/minecraft/textures/entity/villager/librarian.png new file mode 100644 index 00000000..d42a5117 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/villager/librarian.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/villager/priest.png b/1.9.4/assets/minecraft/textures/entity/villager/priest.png new file mode 100644 index 00000000..d0739d7c Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/villager/priest.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/villager/smith.png b/1.9.4/assets/minecraft/textures/entity/villager/smith.png new file mode 100644 index 00000000..719a0626 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/villager/smith.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/villager/villager.png b/1.9.4/assets/minecraft/textures/entity/villager/villager.png new file mode 100644 index 00000000..b4c5fdc3 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/villager/villager.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/witch.png b/1.9.4/assets/minecraft/textures/entity/witch.png new file mode 100644 index 00000000..0ab8815b Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/witch.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/wither/wither.png b/1.9.4/assets/minecraft/textures/entity/wither/wither.png new file mode 100644 index 00000000..34eb7aaa Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/wither/wither.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/wither/wither_armor.png b/1.9.4/assets/minecraft/textures/entity/wither/wither_armor.png new file mode 100644 index 00000000..9c390aba Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/wither/wither_armor.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/wither/wither_invulnerable.png b/1.9.4/assets/minecraft/textures/entity/wither/wither_invulnerable.png new file mode 100644 index 00000000..f7a8d706 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/wither/wither_invulnerable.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/wolf/wolf.png b/1.9.4/assets/minecraft/textures/entity/wolf/wolf.png new file mode 100644 index 00000000..c0cb5475 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/wolf/wolf.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/wolf/wolf_angry.png b/1.9.4/assets/minecraft/textures/entity/wolf/wolf_angry.png new file mode 100644 index 00000000..def9231c Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/wolf/wolf_angry.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/wolf/wolf_collar.png b/1.9.4/assets/minecraft/textures/entity/wolf/wolf_collar.png new file mode 100644 index 00000000..1decfb08 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/wolf/wolf_collar.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/wolf/wolf_tame.png b/1.9.4/assets/minecraft/textures/entity/wolf/wolf_tame.png new file mode 100644 index 00000000..33e6ed52 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/wolf/wolf_tame.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/zombie/zombie.png b/1.9.4/assets/minecraft/textures/entity/zombie/zombie.png new file mode 100644 index 00000000..e6b54198 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/zombie/zombie.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/zombie/zombie_villager.png b/1.9.4/assets/minecraft/textures/entity/zombie/zombie_villager.png new file mode 100644 index 00000000..fbe93431 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/zombie/zombie_villager.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/zombie_pigman.png b/1.9.4/assets/minecraft/textures/entity/zombie_pigman.png new file mode 100644 index 00000000..8eeb4bfb Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/zombie_pigman.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/zombie_villager/zombie_butcher.png b/1.9.4/assets/minecraft/textures/entity/zombie_villager/zombie_butcher.png new file mode 100644 index 00000000..a792f676 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/zombie_villager/zombie_butcher.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/zombie_villager/zombie_farmer.png b/1.9.4/assets/minecraft/textures/entity/zombie_villager/zombie_farmer.png new file mode 100644 index 00000000..a827b858 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/zombie_villager/zombie_farmer.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/zombie_villager/zombie_librarian.png b/1.9.4/assets/minecraft/textures/entity/zombie_villager/zombie_librarian.png new file mode 100644 index 00000000..7e3e259f Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/zombie_villager/zombie_librarian.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/zombie_villager/zombie_priest.png b/1.9.4/assets/minecraft/textures/entity/zombie_villager/zombie_priest.png new file mode 100644 index 00000000..9ead2742 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/zombie_villager/zombie_priest.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/zombie_villager/zombie_smith.png b/1.9.4/assets/minecraft/textures/entity/zombie_villager/zombie_smith.png new file mode 100644 index 00000000..e60ef1ba Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/zombie_villager/zombie_smith.png differ diff --git a/1.9.4/assets/minecraft/textures/entity/zombie_villager/zombie_villager.png b/1.9.4/assets/minecraft/textures/entity/zombie_villager/zombie_villager.png new file mode 100644 index 00000000..b3d65f58 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/entity/zombie_villager/zombie_villager.png differ diff --git a/1.9.4/assets/minecraft/textures/environment/clouds.png b/1.9.4/assets/minecraft/textures/environment/clouds.png new file mode 100644 index 00000000..ac40b912 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/environment/clouds.png differ diff --git a/1.9.4/assets/minecraft/textures/environment/end_sky.png b/1.9.4/assets/minecraft/textures/environment/end_sky.png new file mode 100644 index 00000000..884433d1 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/environment/end_sky.png differ diff --git a/1.9.4/assets/minecraft/textures/environment/moon_phases.png b/1.9.4/assets/minecraft/textures/environment/moon_phases.png new file mode 100644 index 00000000..4a54a04f Binary files /dev/null and b/1.9.4/assets/minecraft/textures/environment/moon_phases.png differ diff --git a/1.9.4/assets/minecraft/textures/environment/rain.png b/1.9.4/assets/minecraft/textures/environment/rain.png new file mode 100644 index 00000000..947196b0 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/environment/rain.png differ diff --git a/1.9.4/assets/minecraft/textures/environment/snow.png b/1.9.4/assets/minecraft/textures/environment/snow.png new file mode 100644 index 00000000..b5d7074c Binary files /dev/null and b/1.9.4/assets/minecraft/textures/environment/snow.png differ diff --git a/1.9.4/assets/minecraft/textures/environment/sun.png b/1.9.4/assets/minecraft/textures/environment/sun.png new file mode 100644 index 00000000..09ca25d6 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/environment/sun.png differ diff --git a/1.9.4/assets/minecraft/textures/font/ascii.png b/1.9.4/assets/minecraft/textures/font/ascii.png new file mode 100644 index 00000000..e9faad02 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/ascii.png differ diff --git a/1.9.4/assets/minecraft/textures/font/ascii_sga.png b/1.9.4/assets/minecraft/textures/font/ascii_sga.png new file mode 100644 index 00000000..392c9fef Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/ascii_sga.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_00.png b/1.9.4/assets/minecraft/textures/font/unicode_page_00.png new file mode 100644 index 00000000..44fd12f8 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_00.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_01.png b/1.9.4/assets/minecraft/textures/font/unicode_page_01.png new file mode 100644 index 00000000..a1cce3e1 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_01.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_02.png b/1.9.4/assets/minecraft/textures/font/unicode_page_02.png new file mode 100644 index 00000000..dc1335a3 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_02.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_03.png b/1.9.4/assets/minecraft/textures/font/unicode_page_03.png new file mode 100644 index 00000000..6ff02570 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_03.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_04.png b/1.9.4/assets/minecraft/textures/font/unicode_page_04.png new file mode 100644 index 00000000..be3e8337 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_04.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_05.png b/1.9.4/assets/minecraft/textures/font/unicode_page_05.png new file mode 100644 index 00000000..9b588040 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_05.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_06.png b/1.9.4/assets/minecraft/textures/font/unicode_page_06.png new file mode 100644 index 00000000..ed74e781 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_06.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_07.png b/1.9.4/assets/minecraft/textures/font/unicode_page_07.png new file mode 100644 index 00000000..b5321775 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_07.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_09.png b/1.9.4/assets/minecraft/textures/font/unicode_page_09.png new file mode 100644 index 00000000..083b9111 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_09.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_0a.png b/1.9.4/assets/minecraft/textures/font/unicode_page_0a.png new file mode 100644 index 00000000..0190c11c Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_0a.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_0b.png b/1.9.4/assets/minecraft/textures/font/unicode_page_0b.png new file mode 100644 index 00000000..4d0af48a Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_0b.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_0c.png b/1.9.4/assets/minecraft/textures/font/unicode_page_0c.png new file mode 100644 index 00000000..a825c709 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_0c.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_0d.png b/1.9.4/assets/minecraft/textures/font/unicode_page_0d.png new file mode 100644 index 00000000..5f522314 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_0d.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_0e.png b/1.9.4/assets/minecraft/textures/font/unicode_page_0e.png new file mode 100644 index 00000000..531ca7d6 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_0e.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_0f.png b/1.9.4/assets/minecraft/textures/font/unicode_page_0f.png new file mode 100644 index 00000000..7b879fcc Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_0f.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_10.png b/1.9.4/assets/minecraft/textures/font/unicode_page_10.png new file mode 100644 index 00000000..53f056c6 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_10.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_11.png b/1.9.4/assets/minecraft/textures/font/unicode_page_11.png new file mode 100644 index 00000000..a9d5c115 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_11.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_12.png b/1.9.4/assets/minecraft/textures/font/unicode_page_12.png new file mode 100644 index 00000000..d20a8647 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_12.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_13.png b/1.9.4/assets/minecraft/textures/font/unicode_page_13.png new file mode 100644 index 00000000..bbb06414 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_13.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_14.png b/1.9.4/assets/minecraft/textures/font/unicode_page_14.png new file mode 100644 index 00000000..ffd8e422 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_14.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_15.png b/1.9.4/assets/minecraft/textures/font/unicode_page_15.png new file mode 100644 index 00000000..ccfcae64 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_15.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_16.png b/1.9.4/assets/minecraft/textures/font/unicode_page_16.png new file mode 100644 index 00000000..d02c5579 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_16.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_17.png b/1.9.4/assets/minecraft/textures/font/unicode_page_17.png new file mode 100644 index 00000000..fed5b6e8 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_17.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_18.png b/1.9.4/assets/minecraft/textures/font/unicode_page_18.png new file mode 100644 index 00000000..97394d02 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_18.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_19.png b/1.9.4/assets/minecraft/textures/font/unicode_page_19.png new file mode 100644 index 00000000..6929413e Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_19.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_1a.png b/1.9.4/assets/minecraft/textures/font/unicode_page_1a.png new file mode 100644 index 00000000..d3a1b983 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_1a.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_1b.png b/1.9.4/assets/minecraft/textures/font/unicode_page_1b.png new file mode 100644 index 00000000..9e0adf7d Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_1b.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_1c.png b/1.9.4/assets/minecraft/textures/font/unicode_page_1c.png new file mode 100644 index 00000000..14d4890b Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_1c.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_1d.png b/1.9.4/assets/minecraft/textures/font/unicode_page_1d.png new file mode 100644 index 00000000..19242260 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_1d.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_1e.png b/1.9.4/assets/minecraft/textures/font/unicode_page_1e.png new file mode 100644 index 00000000..cce20e37 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_1e.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_1f.png b/1.9.4/assets/minecraft/textures/font/unicode_page_1f.png new file mode 100644 index 00000000..bdaf22f1 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_1f.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_20.png b/1.9.4/assets/minecraft/textures/font/unicode_page_20.png new file mode 100644 index 00000000..ba948e9b Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_20.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_21.png b/1.9.4/assets/minecraft/textures/font/unicode_page_21.png new file mode 100644 index 00000000..998f2f9e Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_21.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_22.png b/1.9.4/assets/minecraft/textures/font/unicode_page_22.png new file mode 100644 index 00000000..c3fd5ddc Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_22.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_23.png b/1.9.4/assets/minecraft/textures/font/unicode_page_23.png new file mode 100644 index 00000000..9c2b2dca Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_23.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_24.png b/1.9.4/assets/minecraft/textures/font/unicode_page_24.png new file mode 100644 index 00000000..d6cc8aec Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_24.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_25.png b/1.9.4/assets/minecraft/textures/font/unicode_page_25.png new file mode 100644 index 00000000..ee7535d3 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_25.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_26.png b/1.9.4/assets/minecraft/textures/font/unicode_page_26.png new file mode 100644 index 00000000..93aa9603 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_26.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_27.png b/1.9.4/assets/minecraft/textures/font/unicode_page_27.png new file mode 100644 index 00000000..92f45010 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_27.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_28.png b/1.9.4/assets/minecraft/textures/font/unicode_page_28.png new file mode 100644 index 00000000..5f96e1be Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_28.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_29.png b/1.9.4/assets/minecraft/textures/font/unicode_page_29.png new file mode 100644 index 00000000..45582206 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_29.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_2a.png b/1.9.4/assets/minecraft/textures/font/unicode_page_2a.png new file mode 100644 index 00000000..87e0e0c6 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_2a.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_2b.png b/1.9.4/assets/minecraft/textures/font/unicode_page_2b.png new file mode 100644 index 00000000..722edf00 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_2b.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_2c.png b/1.9.4/assets/minecraft/textures/font/unicode_page_2c.png new file mode 100644 index 00000000..51830f78 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_2c.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_2d.png b/1.9.4/assets/minecraft/textures/font/unicode_page_2d.png new file mode 100644 index 00000000..dfafa538 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_2d.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_2e.png b/1.9.4/assets/minecraft/textures/font/unicode_page_2e.png new file mode 100644 index 00000000..2aea04b6 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_2e.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_2f.png b/1.9.4/assets/minecraft/textures/font/unicode_page_2f.png new file mode 100644 index 00000000..bff5f8ee Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_2f.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_30.png b/1.9.4/assets/minecraft/textures/font/unicode_page_30.png new file mode 100644 index 00000000..5ccba75f Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_30.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_31.png b/1.9.4/assets/minecraft/textures/font/unicode_page_31.png new file mode 100644 index 00000000..44fc5e5e Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_31.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_32.png b/1.9.4/assets/minecraft/textures/font/unicode_page_32.png new file mode 100644 index 00000000..4858d085 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_32.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_33.png b/1.9.4/assets/minecraft/textures/font/unicode_page_33.png new file mode 100644 index 00000000..ab670722 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_33.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_34.png b/1.9.4/assets/minecraft/textures/font/unicode_page_34.png new file mode 100644 index 00000000..fd8fca92 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_34.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_35.png b/1.9.4/assets/minecraft/textures/font/unicode_page_35.png new file mode 100644 index 00000000..603dc02a Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_35.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_36.png b/1.9.4/assets/minecraft/textures/font/unicode_page_36.png new file mode 100644 index 00000000..778c190f Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_36.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_37.png b/1.9.4/assets/minecraft/textures/font/unicode_page_37.png new file mode 100644 index 00000000..3032a237 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_37.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_38.png b/1.9.4/assets/minecraft/textures/font/unicode_page_38.png new file mode 100644 index 00000000..9b637bd7 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_38.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_39.png b/1.9.4/assets/minecraft/textures/font/unicode_page_39.png new file mode 100644 index 00000000..2f938505 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_39.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_3a.png b/1.9.4/assets/minecraft/textures/font/unicode_page_3a.png new file mode 100644 index 00000000..cdf49442 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_3a.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_3b.png b/1.9.4/assets/minecraft/textures/font/unicode_page_3b.png new file mode 100644 index 00000000..10e8502a Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_3b.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_3c.png b/1.9.4/assets/minecraft/textures/font/unicode_page_3c.png new file mode 100644 index 00000000..022fea5e Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_3c.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_3d.png b/1.9.4/assets/minecraft/textures/font/unicode_page_3d.png new file mode 100644 index 00000000..01ea1d14 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_3d.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_3e.png b/1.9.4/assets/minecraft/textures/font/unicode_page_3e.png new file mode 100644 index 00000000..3bdf7f8a Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_3e.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_3f.png b/1.9.4/assets/minecraft/textures/font/unicode_page_3f.png new file mode 100644 index 00000000..3fd52492 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_3f.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_40.png b/1.9.4/assets/minecraft/textures/font/unicode_page_40.png new file mode 100644 index 00000000..544f89e7 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_40.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_41.png b/1.9.4/assets/minecraft/textures/font/unicode_page_41.png new file mode 100644 index 00000000..729fdaf6 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_41.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_42.png b/1.9.4/assets/minecraft/textures/font/unicode_page_42.png new file mode 100644 index 00000000..755e546b Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_42.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_43.png b/1.9.4/assets/minecraft/textures/font/unicode_page_43.png new file mode 100644 index 00000000..6069d0d4 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_43.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_44.png b/1.9.4/assets/minecraft/textures/font/unicode_page_44.png new file mode 100644 index 00000000..845c3647 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_44.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_45.png b/1.9.4/assets/minecraft/textures/font/unicode_page_45.png new file mode 100644 index 00000000..294c78db Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_45.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_46.png b/1.9.4/assets/minecraft/textures/font/unicode_page_46.png new file mode 100644 index 00000000..ee5e629d Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_46.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_47.png b/1.9.4/assets/minecraft/textures/font/unicode_page_47.png new file mode 100644 index 00000000..55cb0c00 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_47.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_48.png b/1.9.4/assets/minecraft/textures/font/unicode_page_48.png new file mode 100644 index 00000000..7652211f Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_48.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_49.png b/1.9.4/assets/minecraft/textures/font/unicode_page_49.png new file mode 100644 index 00000000..b736232a Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_49.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_4a.png b/1.9.4/assets/minecraft/textures/font/unicode_page_4a.png new file mode 100644 index 00000000..d3419bd1 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_4a.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_4b.png b/1.9.4/assets/minecraft/textures/font/unicode_page_4b.png new file mode 100644 index 00000000..5e02ad3f Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_4b.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_4c.png b/1.9.4/assets/minecraft/textures/font/unicode_page_4c.png new file mode 100644 index 00000000..11c6b310 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_4c.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_4d.png b/1.9.4/assets/minecraft/textures/font/unicode_page_4d.png new file mode 100644 index 00000000..3eb224af Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_4d.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_4e.png b/1.9.4/assets/minecraft/textures/font/unicode_page_4e.png new file mode 100644 index 00000000..11a78ba5 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_4e.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_4f.png b/1.9.4/assets/minecraft/textures/font/unicode_page_4f.png new file mode 100644 index 00000000..b4c9faba Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_4f.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_50.png b/1.9.4/assets/minecraft/textures/font/unicode_page_50.png new file mode 100644 index 00000000..ff73d23e Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_50.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_51.png b/1.9.4/assets/minecraft/textures/font/unicode_page_51.png new file mode 100644 index 00000000..6e0eae93 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_51.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_52.png b/1.9.4/assets/minecraft/textures/font/unicode_page_52.png new file mode 100644 index 00000000..6f10fcb5 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_52.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_53.png b/1.9.4/assets/minecraft/textures/font/unicode_page_53.png new file mode 100644 index 00000000..60d478ed Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_53.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_54.png b/1.9.4/assets/minecraft/textures/font/unicode_page_54.png new file mode 100644 index 00000000..ac75bdd1 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_54.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_55.png b/1.9.4/assets/minecraft/textures/font/unicode_page_55.png new file mode 100644 index 00000000..3d122d27 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_55.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_56.png b/1.9.4/assets/minecraft/textures/font/unicode_page_56.png new file mode 100644 index 00000000..576d07f4 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_56.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_57.png b/1.9.4/assets/minecraft/textures/font/unicode_page_57.png new file mode 100644 index 00000000..545da733 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_57.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_58.png b/1.9.4/assets/minecraft/textures/font/unicode_page_58.png new file mode 100644 index 00000000..941542eb Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_58.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_59.png b/1.9.4/assets/minecraft/textures/font/unicode_page_59.png new file mode 100644 index 00000000..56f0102d Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_59.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_5a.png b/1.9.4/assets/minecraft/textures/font/unicode_page_5a.png new file mode 100644 index 00000000..c14f1b1d Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_5a.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_5b.png b/1.9.4/assets/minecraft/textures/font/unicode_page_5b.png new file mode 100644 index 00000000..f418e4c5 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_5b.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_5c.png b/1.9.4/assets/minecraft/textures/font/unicode_page_5c.png new file mode 100644 index 00000000..e7efae6e Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_5c.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_5d.png b/1.9.4/assets/minecraft/textures/font/unicode_page_5d.png new file mode 100644 index 00000000..7355fd3b Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_5d.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_5e.png b/1.9.4/assets/minecraft/textures/font/unicode_page_5e.png new file mode 100644 index 00000000..abfd3af4 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_5e.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_5f.png b/1.9.4/assets/minecraft/textures/font/unicode_page_5f.png new file mode 100644 index 00000000..5a64b505 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_5f.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_60.png b/1.9.4/assets/minecraft/textures/font/unicode_page_60.png new file mode 100644 index 00000000..8166f157 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_60.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_61.png b/1.9.4/assets/minecraft/textures/font/unicode_page_61.png new file mode 100644 index 00000000..d11cd8ab Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_61.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_62.png b/1.9.4/assets/minecraft/textures/font/unicode_page_62.png new file mode 100644 index 00000000..f7b9a5be Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_62.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_63.png b/1.9.4/assets/minecraft/textures/font/unicode_page_63.png new file mode 100644 index 00000000..5d4a8cc6 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_63.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_64.png b/1.9.4/assets/minecraft/textures/font/unicode_page_64.png new file mode 100644 index 00000000..bc432109 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_64.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_65.png b/1.9.4/assets/minecraft/textures/font/unicode_page_65.png new file mode 100644 index 00000000..42144c16 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_65.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_66.png b/1.9.4/assets/minecraft/textures/font/unicode_page_66.png new file mode 100644 index 00000000..a65f25ee Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_66.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_67.png b/1.9.4/assets/minecraft/textures/font/unicode_page_67.png new file mode 100644 index 00000000..a115bb88 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_67.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_68.png b/1.9.4/assets/minecraft/textures/font/unicode_page_68.png new file mode 100644 index 00000000..d47938bf Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_68.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_69.png b/1.9.4/assets/minecraft/textures/font/unicode_page_69.png new file mode 100644 index 00000000..c36e6402 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_69.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_6a.png b/1.9.4/assets/minecraft/textures/font/unicode_page_6a.png new file mode 100644 index 00000000..5265d070 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_6a.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_6b.png b/1.9.4/assets/minecraft/textures/font/unicode_page_6b.png new file mode 100644 index 00000000..6f207cc3 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_6b.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_6c.png b/1.9.4/assets/minecraft/textures/font/unicode_page_6c.png new file mode 100644 index 00000000..6ffad7e3 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_6c.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_6d.png b/1.9.4/assets/minecraft/textures/font/unicode_page_6d.png new file mode 100644 index 00000000..0fa88e37 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_6d.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_6e.png b/1.9.4/assets/minecraft/textures/font/unicode_page_6e.png new file mode 100644 index 00000000..301513e2 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_6e.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_6f.png b/1.9.4/assets/minecraft/textures/font/unicode_page_6f.png new file mode 100644 index 00000000..a24cfff7 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_6f.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_70.png b/1.9.4/assets/minecraft/textures/font/unicode_page_70.png new file mode 100644 index 00000000..2cec746e Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_70.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_71.png b/1.9.4/assets/minecraft/textures/font/unicode_page_71.png new file mode 100644 index 00000000..1592ff49 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_71.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_72.png b/1.9.4/assets/minecraft/textures/font/unicode_page_72.png new file mode 100644 index 00000000..856eedcd Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_72.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_73.png b/1.9.4/assets/minecraft/textures/font/unicode_page_73.png new file mode 100644 index 00000000..a7a2151e Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_73.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_74.png b/1.9.4/assets/minecraft/textures/font/unicode_page_74.png new file mode 100644 index 00000000..a1b034a9 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_74.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_75.png b/1.9.4/assets/minecraft/textures/font/unicode_page_75.png new file mode 100644 index 00000000..512dc169 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_75.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_76.png b/1.9.4/assets/minecraft/textures/font/unicode_page_76.png new file mode 100644 index 00000000..12a45ff9 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_76.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_77.png b/1.9.4/assets/minecraft/textures/font/unicode_page_77.png new file mode 100644 index 00000000..d763fba9 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_77.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_78.png b/1.9.4/assets/minecraft/textures/font/unicode_page_78.png new file mode 100644 index 00000000..846c060d Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_78.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_79.png b/1.9.4/assets/minecraft/textures/font/unicode_page_79.png new file mode 100644 index 00000000..f887cae7 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_79.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_7a.png b/1.9.4/assets/minecraft/textures/font/unicode_page_7a.png new file mode 100644 index 00000000..90d55615 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_7a.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_7b.png b/1.9.4/assets/minecraft/textures/font/unicode_page_7b.png new file mode 100644 index 00000000..2932cee1 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_7b.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_7c.png b/1.9.4/assets/minecraft/textures/font/unicode_page_7c.png new file mode 100644 index 00000000..416a21be Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_7c.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_7d.png b/1.9.4/assets/minecraft/textures/font/unicode_page_7d.png new file mode 100644 index 00000000..2e12e135 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_7d.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_7e.png b/1.9.4/assets/minecraft/textures/font/unicode_page_7e.png new file mode 100644 index 00000000..952bfab4 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_7e.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_7f.png b/1.9.4/assets/minecraft/textures/font/unicode_page_7f.png new file mode 100644 index 00000000..d3d275cd Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_7f.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_80.png b/1.9.4/assets/minecraft/textures/font/unicode_page_80.png new file mode 100644 index 00000000..044ac3ee Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_80.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_81.png b/1.9.4/assets/minecraft/textures/font/unicode_page_81.png new file mode 100644 index 00000000..913a4cab Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_81.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_82.png b/1.9.4/assets/minecraft/textures/font/unicode_page_82.png new file mode 100644 index 00000000..19b8ded6 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_82.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_83.png b/1.9.4/assets/minecraft/textures/font/unicode_page_83.png new file mode 100644 index 00000000..ef2d794a Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_83.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_84.png b/1.9.4/assets/minecraft/textures/font/unicode_page_84.png new file mode 100644 index 00000000..74a6a533 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_84.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_85.png b/1.9.4/assets/minecraft/textures/font/unicode_page_85.png new file mode 100644 index 00000000..73cb2f99 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_85.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_86.png b/1.9.4/assets/minecraft/textures/font/unicode_page_86.png new file mode 100644 index 00000000..135d6fc1 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_86.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_87.png b/1.9.4/assets/minecraft/textures/font/unicode_page_87.png new file mode 100644 index 00000000..bef88db7 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_87.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_88.png b/1.9.4/assets/minecraft/textures/font/unicode_page_88.png new file mode 100644 index 00000000..698ff806 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_88.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_89.png b/1.9.4/assets/minecraft/textures/font/unicode_page_89.png new file mode 100644 index 00000000..a3820ee5 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_89.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_8a.png b/1.9.4/assets/minecraft/textures/font/unicode_page_8a.png new file mode 100644 index 00000000..beb9024d Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_8a.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_8b.png b/1.9.4/assets/minecraft/textures/font/unicode_page_8b.png new file mode 100644 index 00000000..7f978abe Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_8b.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_8c.png b/1.9.4/assets/minecraft/textures/font/unicode_page_8c.png new file mode 100644 index 00000000..3ed4594d Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_8c.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_8d.png b/1.9.4/assets/minecraft/textures/font/unicode_page_8d.png new file mode 100644 index 00000000..8d791238 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_8d.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_8e.png b/1.9.4/assets/minecraft/textures/font/unicode_page_8e.png new file mode 100644 index 00000000..d82000bb Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_8e.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_8f.png b/1.9.4/assets/minecraft/textures/font/unicode_page_8f.png new file mode 100644 index 00000000..b8c8328b Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_8f.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_90.png b/1.9.4/assets/minecraft/textures/font/unicode_page_90.png new file mode 100644 index 00000000..132974ba Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_90.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_91.png b/1.9.4/assets/minecraft/textures/font/unicode_page_91.png new file mode 100644 index 00000000..b8e09ae7 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_91.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_92.png b/1.9.4/assets/minecraft/textures/font/unicode_page_92.png new file mode 100644 index 00000000..92446613 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_92.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_93.png b/1.9.4/assets/minecraft/textures/font/unicode_page_93.png new file mode 100644 index 00000000..0bdab7f0 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_93.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_94.png b/1.9.4/assets/minecraft/textures/font/unicode_page_94.png new file mode 100644 index 00000000..fa68d818 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_94.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_95.png b/1.9.4/assets/minecraft/textures/font/unicode_page_95.png new file mode 100644 index 00000000..346bc364 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_95.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_96.png b/1.9.4/assets/minecraft/textures/font/unicode_page_96.png new file mode 100644 index 00000000..bbd17720 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_96.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_97.png b/1.9.4/assets/minecraft/textures/font/unicode_page_97.png new file mode 100644 index 00000000..2fd136b0 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_97.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_98.png b/1.9.4/assets/minecraft/textures/font/unicode_page_98.png new file mode 100644 index 00000000..9319c0b9 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_98.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_99.png b/1.9.4/assets/minecraft/textures/font/unicode_page_99.png new file mode 100644 index 00000000..2bb7f3e1 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_99.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_9a.png b/1.9.4/assets/minecraft/textures/font/unicode_page_9a.png new file mode 100644 index 00000000..cbdd91ef Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_9a.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_9b.png b/1.9.4/assets/minecraft/textures/font/unicode_page_9b.png new file mode 100644 index 00000000..8a962092 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_9b.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_9c.png b/1.9.4/assets/minecraft/textures/font/unicode_page_9c.png new file mode 100644 index 00000000..8e977ff9 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_9c.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_9d.png b/1.9.4/assets/minecraft/textures/font/unicode_page_9d.png new file mode 100644 index 00000000..5041d6a0 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_9d.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_9e.png b/1.9.4/assets/minecraft/textures/font/unicode_page_9e.png new file mode 100644 index 00000000..1cb0a5ba Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_9e.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_9f.png b/1.9.4/assets/minecraft/textures/font/unicode_page_9f.png new file mode 100644 index 00000000..d9873265 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_9f.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_a0.png b/1.9.4/assets/minecraft/textures/font/unicode_page_a0.png new file mode 100644 index 00000000..8c47db0f Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_a0.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_a1.png b/1.9.4/assets/minecraft/textures/font/unicode_page_a1.png new file mode 100644 index 00000000..5ede7e78 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_a1.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_a2.png b/1.9.4/assets/minecraft/textures/font/unicode_page_a2.png new file mode 100644 index 00000000..a8c6ac19 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_a2.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_a3.png b/1.9.4/assets/minecraft/textures/font/unicode_page_a3.png new file mode 100644 index 00000000..7cc8448c Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_a3.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_a4.png b/1.9.4/assets/minecraft/textures/font/unicode_page_a4.png new file mode 100644 index 00000000..dc00e274 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_a4.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_a5.png b/1.9.4/assets/minecraft/textures/font/unicode_page_a5.png new file mode 100644 index 00000000..eccfa474 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_a5.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_a6.png b/1.9.4/assets/minecraft/textures/font/unicode_page_a6.png new file mode 100644 index 00000000..dcac87f1 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_a6.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_a7.png b/1.9.4/assets/minecraft/textures/font/unicode_page_a7.png new file mode 100644 index 00000000..76c1ce2a Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_a7.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_a8.png b/1.9.4/assets/minecraft/textures/font/unicode_page_a8.png new file mode 100644 index 00000000..a0223905 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_a8.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_a9.png b/1.9.4/assets/minecraft/textures/font/unicode_page_a9.png new file mode 100644 index 00000000..a35159ae Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_a9.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_aa.png b/1.9.4/assets/minecraft/textures/font/unicode_page_aa.png new file mode 100644 index 00000000..da1b6154 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_aa.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_ab.png b/1.9.4/assets/minecraft/textures/font/unicode_page_ab.png new file mode 100644 index 00000000..0e45eae8 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_ab.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_ac.png b/1.9.4/assets/minecraft/textures/font/unicode_page_ac.png new file mode 100644 index 00000000..04d4d593 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_ac.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_ad.png b/1.9.4/assets/minecraft/textures/font/unicode_page_ad.png new file mode 100644 index 00000000..3834337e Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_ad.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_ae.png b/1.9.4/assets/minecraft/textures/font/unicode_page_ae.png new file mode 100644 index 00000000..1445e687 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_ae.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_af.png b/1.9.4/assets/minecraft/textures/font/unicode_page_af.png new file mode 100644 index 00000000..ea945dc5 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_af.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_b0.png b/1.9.4/assets/minecraft/textures/font/unicode_page_b0.png new file mode 100644 index 00000000..84b48855 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_b0.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_b1.png b/1.9.4/assets/minecraft/textures/font/unicode_page_b1.png new file mode 100644 index 00000000..5f646725 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_b1.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_b2.png b/1.9.4/assets/minecraft/textures/font/unicode_page_b2.png new file mode 100644 index 00000000..8551db8f Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_b2.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_b3.png b/1.9.4/assets/minecraft/textures/font/unicode_page_b3.png new file mode 100644 index 00000000..b954159a Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_b3.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_b4.png b/1.9.4/assets/minecraft/textures/font/unicode_page_b4.png new file mode 100644 index 00000000..65991a40 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_b4.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_b5.png b/1.9.4/assets/minecraft/textures/font/unicode_page_b5.png new file mode 100644 index 00000000..3e6391b3 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_b5.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_b6.png b/1.9.4/assets/minecraft/textures/font/unicode_page_b6.png new file mode 100644 index 00000000..df7c0f70 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_b6.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_b7.png b/1.9.4/assets/minecraft/textures/font/unicode_page_b7.png new file mode 100644 index 00000000..9142cadb Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_b7.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_b8.png b/1.9.4/assets/minecraft/textures/font/unicode_page_b8.png new file mode 100644 index 00000000..5b18d12c Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_b8.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_b9.png b/1.9.4/assets/minecraft/textures/font/unicode_page_b9.png new file mode 100644 index 00000000..0d212f0b Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_b9.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_ba.png b/1.9.4/assets/minecraft/textures/font/unicode_page_ba.png new file mode 100644 index 00000000..696cca99 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_ba.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_bb.png b/1.9.4/assets/minecraft/textures/font/unicode_page_bb.png new file mode 100644 index 00000000..5a2544c8 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_bb.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_bc.png b/1.9.4/assets/minecraft/textures/font/unicode_page_bc.png new file mode 100644 index 00000000..df37526f Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_bc.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_bd.png b/1.9.4/assets/minecraft/textures/font/unicode_page_bd.png new file mode 100644 index 00000000..aed78038 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_bd.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_be.png b/1.9.4/assets/minecraft/textures/font/unicode_page_be.png new file mode 100644 index 00000000..0da22544 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_be.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_bf.png b/1.9.4/assets/minecraft/textures/font/unicode_page_bf.png new file mode 100644 index 00000000..1f6a248a Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_bf.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_c0.png b/1.9.4/assets/minecraft/textures/font/unicode_page_c0.png new file mode 100644 index 00000000..0610d671 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_c0.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_c1.png b/1.9.4/assets/minecraft/textures/font/unicode_page_c1.png new file mode 100644 index 00000000..a95ca9be Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_c1.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_c2.png b/1.9.4/assets/minecraft/textures/font/unicode_page_c2.png new file mode 100644 index 00000000..f6a89613 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_c2.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_c3.png b/1.9.4/assets/minecraft/textures/font/unicode_page_c3.png new file mode 100644 index 00000000..6470dd8d Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_c3.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_c4.png b/1.9.4/assets/minecraft/textures/font/unicode_page_c4.png new file mode 100644 index 00000000..e8c3105a Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_c4.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_c5.png b/1.9.4/assets/minecraft/textures/font/unicode_page_c5.png new file mode 100644 index 00000000..d89f2889 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_c5.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_c6.png b/1.9.4/assets/minecraft/textures/font/unicode_page_c6.png new file mode 100644 index 00000000..004091dd Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_c6.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_c7.png b/1.9.4/assets/minecraft/textures/font/unicode_page_c7.png new file mode 100644 index 00000000..f64f6b4b Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_c7.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_c8.png b/1.9.4/assets/minecraft/textures/font/unicode_page_c8.png new file mode 100644 index 00000000..75f8a505 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_c8.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_c9.png b/1.9.4/assets/minecraft/textures/font/unicode_page_c9.png new file mode 100644 index 00000000..fbd94353 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_c9.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_ca.png b/1.9.4/assets/minecraft/textures/font/unicode_page_ca.png new file mode 100644 index 00000000..112b9c6b Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_ca.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_cb.png b/1.9.4/assets/minecraft/textures/font/unicode_page_cb.png new file mode 100644 index 00000000..c0549b5b Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_cb.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_cc.png b/1.9.4/assets/minecraft/textures/font/unicode_page_cc.png new file mode 100644 index 00000000..06844316 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_cc.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_cd.png b/1.9.4/assets/minecraft/textures/font/unicode_page_cd.png new file mode 100644 index 00000000..9fdc54de Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_cd.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_ce.png b/1.9.4/assets/minecraft/textures/font/unicode_page_ce.png new file mode 100644 index 00000000..958a96ba Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_ce.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_cf.png b/1.9.4/assets/minecraft/textures/font/unicode_page_cf.png new file mode 100644 index 00000000..4106f1b6 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_cf.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_d0.png b/1.9.4/assets/minecraft/textures/font/unicode_page_d0.png new file mode 100644 index 00000000..546b014e Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_d0.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_d1.png b/1.9.4/assets/minecraft/textures/font/unicode_page_d1.png new file mode 100644 index 00000000..6d67bf1c Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_d1.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_d2.png b/1.9.4/assets/minecraft/textures/font/unicode_page_d2.png new file mode 100644 index 00000000..c4ae5112 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_d2.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_d3.png b/1.9.4/assets/minecraft/textures/font/unicode_page_d3.png new file mode 100644 index 00000000..576c9eaf Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_d3.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_d4.png b/1.9.4/assets/minecraft/textures/font/unicode_page_d4.png new file mode 100644 index 00000000..14be6c76 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_d4.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_d5.png b/1.9.4/assets/minecraft/textures/font/unicode_page_d5.png new file mode 100644 index 00000000..3c41836e Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_d5.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_d6.png b/1.9.4/assets/minecraft/textures/font/unicode_page_d6.png new file mode 100644 index 00000000..27424b1f Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_d6.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_d7.png b/1.9.4/assets/minecraft/textures/font/unicode_page_d7.png new file mode 100644 index 00000000..d8772d83 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_d7.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_f9.png b/1.9.4/assets/minecraft/textures/font/unicode_page_f9.png new file mode 100644 index 00000000..e7232356 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_f9.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_fa.png b/1.9.4/assets/minecraft/textures/font/unicode_page_fa.png new file mode 100644 index 00000000..d78dcfe1 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_fa.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_fb.png b/1.9.4/assets/minecraft/textures/font/unicode_page_fb.png new file mode 100644 index 00000000..5423c864 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_fb.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_fc.png b/1.9.4/assets/minecraft/textures/font/unicode_page_fc.png new file mode 100644 index 00000000..8034140a Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_fc.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_fd.png b/1.9.4/assets/minecraft/textures/font/unicode_page_fd.png new file mode 100644 index 00000000..c31bd6f0 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_fd.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_fe.png b/1.9.4/assets/minecraft/textures/font/unicode_page_fe.png new file mode 100644 index 00000000..42ed33ec Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_fe.png differ diff --git a/1.9.4/assets/minecraft/textures/font/unicode_page_ff.png b/1.9.4/assets/minecraft/textures/font/unicode_page_ff.png new file mode 100644 index 00000000..f0ff742b Binary files /dev/null and b/1.9.4/assets/minecraft/textures/font/unicode_page_ff.png differ diff --git a/1.9.4/assets/minecraft/textures/gui/achievement/achievement_background.png b/1.9.4/assets/minecraft/textures/gui/achievement/achievement_background.png new file mode 100644 index 00000000..8356a0cb Binary files /dev/null and b/1.9.4/assets/minecraft/textures/gui/achievement/achievement_background.png differ diff --git a/1.9.4/assets/minecraft/textures/gui/achievement/achievement_icons.png b/1.9.4/assets/minecraft/textures/gui/achievement/achievement_icons.png new file mode 100644 index 00000000..87c3d3ad Binary files /dev/null and b/1.9.4/assets/minecraft/textures/gui/achievement/achievement_icons.png differ diff --git a/1.9.4/assets/minecraft/textures/gui/bars.png b/1.9.4/assets/minecraft/textures/gui/bars.png new file mode 100644 index 00000000..c3c2fc01 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/gui/bars.png differ diff --git a/1.9.4/assets/minecraft/textures/gui/book.png b/1.9.4/assets/minecraft/textures/gui/book.png new file mode 100644 index 00000000..aa97cebd Binary files /dev/null and b/1.9.4/assets/minecraft/textures/gui/book.png differ diff --git a/1.9.4/assets/minecraft/textures/gui/container/anvil.png b/1.9.4/assets/minecraft/textures/gui/container/anvil.png new file mode 100644 index 00000000..4d9f3e66 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/gui/container/anvil.png differ diff --git a/1.9.4/assets/minecraft/textures/gui/container/beacon.png b/1.9.4/assets/minecraft/textures/gui/container/beacon.png new file mode 100644 index 00000000..f97374d0 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/gui/container/beacon.png differ diff --git a/1.9.4/assets/minecraft/textures/gui/container/brewing_stand.png b/1.9.4/assets/minecraft/textures/gui/container/brewing_stand.png new file mode 100644 index 00000000..50f260c7 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/gui/container/brewing_stand.png differ diff --git a/1.9.4/assets/minecraft/textures/gui/container/crafting_table.png b/1.9.4/assets/minecraft/textures/gui/container/crafting_table.png new file mode 100644 index 00000000..fd2cbbe6 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/gui/container/crafting_table.png differ diff --git a/1.9.4/assets/minecraft/textures/gui/container/creative_inventory/tab_inventory.png b/1.9.4/assets/minecraft/textures/gui/container/creative_inventory/tab_inventory.png new file mode 100644 index 00000000..afad1afa Binary files /dev/null and b/1.9.4/assets/minecraft/textures/gui/container/creative_inventory/tab_inventory.png differ diff --git a/1.9.4/assets/minecraft/textures/gui/container/creative_inventory/tab_item_search.png b/1.9.4/assets/minecraft/textures/gui/container/creative_inventory/tab_item_search.png new file mode 100644 index 00000000..da7d5c46 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/gui/container/creative_inventory/tab_item_search.png differ diff --git a/1.9.4/assets/minecraft/textures/gui/container/creative_inventory/tab_items.png b/1.9.4/assets/minecraft/textures/gui/container/creative_inventory/tab_items.png new file mode 100644 index 00000000..b6202fc5 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/gui/container/creative_inventory/tab_items.png differ diff --git a/1.9.4/assets/minecraft/textures/gui/container/creative_inventory/tabs.png b/1.9.4/assets/minecraft/textures/gui/container/creative_inventory/tabs.png new file mode 100644 index 00000000..e13e2037 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/gui/container/creative_inventory/tabs.png differ diff --git a/1.9.4/assets/minecraft/textures/gui/container/dispenser.png b/1.9.4/assets/minecraft/textures/gui/container/dispenser.png new file mode 100644 index 00000000..34e50b18 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/gui/container/dispenser.png differ diff --git a/1.9.4/assets/minecraft/textures/gui/container/enchanting_table.png b/1.9.4/assets/minecraft/textures/gui/container/enchanting_table.png new file mode 100644 index 00000000..326eb3e9 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/gui/container/enchanting_table.png differ diff --git a/1.9.4/assets/minecraft/textures/gui/container/furnace.png b/1.9.4/assets/minecraft/textures/gui/container/furnace.png new file mode 100644 index 00000000..f51c498d Binary files /dev/null and b/1.9.4/assets/minecraft/textures/gui/container/furnace.png differ diff --git a/1.9.4/assets/minecraft/textures/gui/container/generic_54.png b/1.9.4/assets/minecraft/textures/gui/container/generic_54.png new file mode 100644 index 00000000..4d71989b Binary files /dev/null and b/1.9.4/assets/minecraft/textures/gui/container/generic_54.png differ diff --git a/1.9.4/assets/minecraft/textures/gui/container/hopper.png b/1.9.4/assets/minecraft/textures/gui/container/hopper.png new file mode 100644 index 00000000..48a3dcec Binary files /dev/null and b/1.9.4/assets/minecraft/textures/gui/container/hopper.png differ diff --git a/1.9.4/assets/minecraft/textures/gui/container/horse.png b/1.9.4/assets/minecraft/textures/gui/container/horse.png new file mode 100644 index 00000000..a4dba0bb Binary files /dev/null and b/1.9.4/assets/minecraft/textures/gui/container/horse.png differ diff --git a/1.9.4/assets/minecraft/textures/gui/container/inventory.png b/1.9.4/assets/minecraft/textures/gui/container/inventory.png new file mode 100644 index 00000000..74462ddb Binary files /dev/null and b/1.9.4/assets/minecraft/textures/gui/container/inventory.png differ diff --git a/1.9.4/assets/minecraft/textures/gui/container/stats_icons.png b/1.9.4/assets/minecraft/textures/gui/container/stats_icons.png new file mode 100644 index 00000000..ffaeae13 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/gui/container/stats_icons.png differ diff --git a/1.9.4/assets/minecraft/textures/gui/container/villager.png b/1.9.4/assets/minecraft/textures/gui/container/villager.png new file mode 100644 index 00000000..bedd8291 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/gui/container/villager.png differ diff --git a/1.9.4/assets/minecraft/textures/gui/demo_background.png b/1.9.4/assets/minecraft/textures/gui/demo_background.png new file mode 100644 index 00000000..9a6f1503 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/gui/demo_background.png differ diff --git a/1.9.4/assets/minecraft/textures/gui/icons.png b/1.9.4/assets/minecraft/textures/gui/icons.png new file mode 100644 index 00000000..e825f790 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/gui/icons.png differ diff --git a/1.9.4/assets/minecraft/textures/gui/options_background.png b/1.9.4/assets/minecraft/textures/gui/options_background.png new file mode 100644 index 00000000..5c02f918 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/gui/options_background.png differ diff --git a/1.9.4/assets/minecraft/textures/gui/presets/chaos.png b/1.9.4/assets/minecraft/textures/gui/presets/chaos.png new file mode 100644 index 00000000..6dfc5b5c Binary files /dev/null and b/1.9.4/assets/minecraft/textures/gui/presets/chaos.png differ diff --git a/1.9.4/assets/minecraft/textures/gui/presets/delight.png b/1.9.4/assets/minecraft/textures/gui/presets/delight.png new file mode 100644 index 00000000..cdbfb050 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/gui/presets/delight.png differ diff --git a/1.9.4/assets/minecraft/textures/gui/presets/drought.png b/1.9.4/assets/minecraft/textures/gui/presets/drought.png new file mode 100644 index 00000000..0db5daa3 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/gui/presets/drought.png differ diff --git a/1.9.4/assets/minecraft/textures/gui/presets/isles.png b/1.9.4/assets/minecraft/textures/gui/presets/isles.png new file mode 100644 index 00000000..c5d3ffb4 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/gui/presets/isles.png differ diff --git a/1.9.4/assets/minecraft/textures/gui/presets/luck.png b/1.9.4/assets/minecraft/textures/gui/presets/luck.png new file mode 100644 index 00000000..222394a5 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/gui/presets/luck.png differ diff --git a/1.9.4/assets/minecraft/textures/gui/presets/madness.png b/1.9.4/assets/minecraft/textures/gui/presets/madness.png new file mode 100644 index 00000000..92cd0540 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/gui/presets/madness.png differ diff --git a/1.9.4/assets/minecraft/textures/gui/presets/water.png b/1.9.4/assets/minecraft/textures/gui/presets/water.png new file mode 100644 index 00000000..0f03d9f2 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/gui/presets/water.png differ diff --git a/1.9.4/assets/minecraft/textures/gui/resource_packs.png b/1.9.4/assets/minecraft/textures/gui/resource_packs.png new file mode 100644 index 00000000..6ba538a6 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/gui/resource_packs.png differ diff --git a/1.9.4/assets/minecraft/textures/gui/server_selection.png b/1.9.4/assets/minecraft/textures/gui/server_selection.png new file mode 100644 index 00000000..1a7780b0 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/gui/server_selection.png differ diff --git a/1.9.4/assets/minecraft/textures/gui/spectator_widgets.png b/1.9.4/assets/minecraft/textures/gui/spectator_widgets.png new file mode 100644 index 00000000..27ab5fa1 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/gui/spectator_widgets.png differ diff --git a/1.9.4/assets/minecraft/textures/gui/stream_indicator.png b/1.9.4/assets/minecraft/textures/gui/stream_indicator.png new file mode 100644 index 00000000..47844838 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/gui/stream_indicator.png differ diff --git a/1.9.4/assets/minecraft/textures/gui/title/background/panorama_0.png b/1.9.4/assets/minecraft/textures/gui/title/background/panorama_0.png new file mode 100644 index 00000000..53e9ee25 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/gui/title/background/panorama_0.png differ diff --git a/1.9.4/assets/minecraft/textures/gui/title/background/panorama_1.png b/1.9.4/assets/minecraft/textures/gui/title/background/panorama_1.png new file mode 100644 index 00000000..788e2574 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/gui/title/background/panorama_1.png differ diff --git a/1.9.4/assets/minecraft/textures/gui/title/background/panorama_2.png b/1.9.4/assets/minecraft/textures/gui/title/background/panorama_2.png new file mode 100644 index 00000000..0436d776 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/gui/title/background/panorama_2.png differ diff --git a/1.9.4/assets/minecraft/textures/gui/title/background/panorama_3.png b/1.9.4/assets/minecraft/textures/gui/title/background/panorama_3.png new file mode 100644 index 00000000..98ba695a Binary files /dev/null and b/1.9.4/assets/minecraft/textures/gui/title/background/panorama_3.png differ diff --git a/1.9.4/assets/minecraft/textures/gui/title/background/panorama_4.png b/1.9.4/assets/minecraft/textures/gui/title/background/panorama_4.png new file mode 100644 index 00000000..03900967 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/gui/title/background/panorama_4.png differ diff --git a/1.9.4/assets/minecraft/textures/gui/title/background/panorama_5.png b/1.9.4/assets/minecraft/textures/gui/title/background/panorama_5.png new file mode 100644 index 00000000..a6e29ae9 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/gui/title/background/panorama_5.png differ diff --git a/1.9.4/assets/minecraft/textures/gui/title/minecraft.png b/1.9.4/assets/minecraft/textures/gui/title/minecraft.png new file mode 100644 index 00000000..1780d6d9 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/gui/title/minecraft.png differ diff --git a/1.9.4/assets/minecraft/textures/gui/title/mojang.png b/1.9.4/assets/minecraft/textures/gui/title/mojang.png new file mode 100644 index 00000000..e882bee8 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/gui/title/mojang.png differ diff --git a/1.9.4/assets/minecraft/textures/gui/widgets.png b/1.9.4/assets/minecraft/textures/gui/widgets.png new file mode 100644 index 00000000..d28f72c2 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/gui/widgets.png differ diff --git a/1.9.4/assets/minecraft/textures/gui/world_selection.png b/1.9.4/assets/minecraft/textures/gui/world_selection.png new file mode 100644 index 00000000..507d2cfc Binary files /dev/null and b/1.9.4/assets/minecraft/textures/gui/world_selection.png differ diff --git a/1.9.4/assets/minecraft/textures/items/acacia_boat.png b/1.9.4/assets/minecraft/textures/items/acacia_boat.png new file mode 100644 index 00000000..0e64e8af Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/acacia_boat.png differ diff --git a/1.9.4/assets/minecraft/textures/items/apple.png b/1.9.4/assets/minecraft/textures/items/apple.png new file mode 100644 index 00000000..3e2ee59f Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/apple.png differ diff --git a/1.9.4/assets/minecraft/textures/items/apple_golden.png b/1.9.4/assets/minecraft/textures/items/apple_golden.png new file mode 100644 index 00000000..62019898 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/apple_golden.png differ diff --git a/1.9.4/assets/minecraft/textures/items/arrow.png b/1.9.4/assets/minecraft/textures/items/arrow.png new file mode 100644 index 00000000..4f748a00 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/arrow.png differ diff --git a/1.9.4/assets/minecraft/textures/items/banner_base.png b/1.9.4/assets/minecraft/textures/items/banner_base.png new file mode 100644 index 00000000..cf872223 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/banner_base.png differ diff --git a/1.9.4/assets/minecraft/textures/items/banner_overlay.png b/1.9.4/assets/minecraft/textures/items/banner_overlay.png new file mode 100644 index 00000000..5838da44 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/banner_overlay.png differ diff --git a/1.9.4/assets/minecraft/textures/items/barrier.png b/1.9.4/assets/minecraft/textures/items/barrier.png new file mode 100644 index 00000000..ef89e602 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/barrier.png differ diff --git a/1.9.4/assets/minecraft/textures/items/bed.png b/1.9.4/assets/minecraft/textures/items/bed.png new file mode 100644 index 00000000..22a4cf04 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/bed.png differ diff --git a/1.9.4/assets/minecraft/textures/items/beef_cooked.png b/1.9.4/assets/minecraft/textures/items/beef_cooked.png new file mode 100644 index 00000000..8bb4b895 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/beef_cooked.png differ diff --git a/1.9.4/assets/minecraft/textures/items/beef_raw.png b/1.9.4/assets/minecraft/textures/items/beef_raw.png new file mode 100644 index 00000000..82af4e7e Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/beef_raw.png differ diff --git a/1.9.4/assets/minecraft/textures/items/beetroot.png b/1.9.4/assets/minecraft/textures/items/beetroot.png new file mode 100644 index 00000000..92ce3407 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/beetroot.png differ diff --git a/1.9.4/assets/minecraft/textures/items/beetroot_seeds.png b/1.9.4/assets/minecraft/textures/items/beetroot_seeds.png new file mode 100644 index 00000000..6104a797 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/beetroot_seeds.png differ diff --git a/1.9.4/assets/minecraft/textures/items/beetroot_soup.png b/1.9.4/assets/minecraft/textures/items/beetroot_soup.png new file mode 100644 index 00000000..68fa9db6 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/beetroot_soup.png differ diff --git a/1.9.4/assets/minecraft/textures/items/birch_boat.png b/1.9.4/assets/minecraft/textures/items/birch_boat.png new file mode 100644 index 00000000..571b4163 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/birch_boat.png differ diff --git a/1.9.4/assets/minecraft/textures/items/blaze_powder.png b/1.9.4/assets/minecraft/textures/items/blaze_powder.png new file mode 100644 index 00000000..89c57d6e Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/blaze_powder.png differ diff --git a/1.9.4/assets/minecraft/textures/items/blaze_rod.png b/1.9.4/assets/minecraft/textures/items/blaze_rod.png new file mode 100644 index 00000000..7050e10f Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/blaze_rod.png differ diff --git a/1.9.4/assets/minecraft/textures/items/bone.png b/1.9.4/assets/minecraft/textures/items/bone.png new file mode 100644 index 00000000..40afdfc9 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/bone.png differ diff --git a/1.9.4/assets/minecraft/textures/items/book_enchanted.png b/1.9.4/assets/minecraft/textures/items/book_enchanted.png new file mode 100644 index 00000000..1b091c3f Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/book_enchanted.png differ diff --git a/1.9.4/assets/minecraft/textures/items/book_normal.png b/1.9.4/assets/minecraft/textures/items/book_normal.png new file mode 100644 index 00000000..f791ae43 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/book_normal.png differ diff --git a/1.9.4/assets/minecraft/textures/items/book_writable.png b/1.9.4/assets/minecraft/textures/items/book_writable.png new file mode 100644 index 00000000..fa95246a Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/book_writable.png differ diff --git a/1.9.4/assets/minecraft/textures/items/book_written.png b/1.9.4/assets/minecraft/textures/items/book_written.png new file mode 100644 index 00000000..b2a2aa8e Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/book_written.png differ diff --git a/1.9.4/assets/minecraft/textures/items/bow_pulling_0.png b/1.9.4/assets/minecraft/textures/items/bow_pulling_0.png new file mode 100644 index 00000000..2022aabd Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/bow_pulling_0.png differ diff --git a/1.9.4/assets/minecraft/textures/items/bow_pulling_1.png b/1.9.4/assets/minecraft/textures/items/bow_pulling_1.png new file mode 100644 index 00000000..a1320795 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/bow_pulling_1.png differ diff --git a/1.9.4/assets/minecraft/textures/items/bow_pulling_2.png b/1.9.4/assets/minecraft/textures/items/bow_pulling_2.png new file mode 100644 index 00000000..d459e685 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/bow_pulling_2.png differ diff --git a/1.9.4/assets/minecraft/textures/items/bow_standby.png b/1.9.4/assets/minecraft/textures/items/bow_standby.png new file mode 100644 index 00000000..d709b9c8 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/bow_standby.png differ diff --git a/1.9.4/assets/minecraft/textures/items/bowl.png b/1.9.4/assets/minecraft/textures/items/bowl.png new file mode 100644 index 00000000..63d16ad6 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/bowl.png differ diff --git a/1.9.4/assets/minecraft/textures/items/bread.png b/1.9.4/assets/minecraft/textures/items/bread.png new file mode 100644 index 00000000..c833604c Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/bread.png differ diff --git a/1.9.4/assets/minecraft/textures/items/brewing_stand.png b/1.9.4/assets/minecraft/textures/items/brewing_stand.png new file mode 100644 index 00000000..18366331 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/brewing_stand.png differ diff --git a/1.9.4/assets/minecraft/textures/items/brick.png b/1.9.4/assets/minecraft/textures/items/brick.png new file mode 100644 index 00000000..11e74be6 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/brick.png differ diff --git a/1.9.4/assets/minecraft/textures/items/broken_elytra.png b/1.9.4/assets/minecraft/textures/items/broken_elytra.png new file mode 100644 index 00000000..fa20dc00 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/broken_elytra.png differ diff --git a/1.9.4/assets/minecraft/textures/items/bucket_empty.png b/1.9.4/assets/minecraft/textures/items/bucket_empty.png new file mode 100644 index 00000000..f8e53692 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/bucket_empty.png differ diff --git a/1.9.4/assets/minecraft/textures/items/bucket_lava.png b/1.9.4/assets/minecraft/textures/items/bucket_lava.png new file mode 100644 index 00000000..13a19570 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/bucket_lava.png differ diff --git a/1.9.4/assets/minecraft/textures/items/bucket_milk.png b/1.9.4/assets/minecraft/textures/items/bucket_milk.png new file mode 100644 index 00000000..c77d92c5 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/bucket_milk.png differ diff --git a/1.9.4/assets/minecraft/textures/items/bucket_water.png b/1.9.4/assets/minecraft/textures/items/bucket_water.png new file mode 100644 index 00000000..2f36accb Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/bucket_water.png differ diff --git a/1.9.4/assets/minecraft/textures/items/cake.png b/1.9.4/assets/minecraft/textures/items/cake.png new file mode 100644 index 00000000..46e94b82 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/cake.png differ diff --git a/1.9.4/assets/minecraft/textures/items/carrot.png b/1.9.4/assets/minecraft/textures/items/carrot.png new file mode 100644 index 00000000..2d08aab9 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/carrot.png differ diff --git a/1.9.4/assets/minecraft/textures/items/carrot_golden.png b/1.9.4/assets/minecraft/textures/items/carrot_golden.png new file mode 100644 index 00000000..e0f1ea62 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/carrot_golden.png differ diff --git a/1.9.4/assets/minecraft/textures/items/carrot_on_a_stick.png b/1.9.4/assets/minecraft/textures/items/carrot_on_a_stick.png new file mode 100644 index 00000000..9e88571e Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/carrot_on_a_stick.png differ diff --git a/1.9.4/assets/minecraft/textures/items/cauldron.png b/1.9.4/assets/minecraft/textures/items/cauldron.png new file mode 100644 index 00000000..e3186ebd Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/cauldron.png differ diff --git a/1.9.4/assets/minecraft/textures/items/chainmail_boots.png b/1.9.4/assets/minecraft/textures/items/chainmail_boots.png new file mode 100644 index 00000000..54a4a159 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/chainmail_boots.png differ diff --git a/1.9.4/assets/minecraft/textures/items/chainmail_chestplate.png b/1.9.4/assets/minecraft/textures/items/chainmail_chestplate.png new file mode 100644 index 00000000..f8c6fd53 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/chainmail_chestplate.png differ diff --git a/1.9.4/assets/minecraft/textures/items/chainmail_helmet.png b/1.9.4/assets/minecraft/textures/items/chainmail_helmet.png new file mode 100644 index 00000000..a1433387 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/chainmail_helmet.png differ diff --git a/1.9.4/assets/minecraft/textures/items/chainmail_leggings.png b/1.9.4/assets/minecraft/textures/items/chainmail_leggings.png new file mode 100644 index 00000000..dae4b266 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/chainmail_leggings.png differ diff --git a/1.9.4/assets/minecraft/textures/items/charcoal.png b/1.9.4/assets/minecraft/textures/items/charcoal.png new file mode 100644 index 00000000..ca657dab Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/charcoal.png differ diff --git a/1.9.4/assets/minecraft/textures/items/chicken_cooked.png b/1.9.4/assets/minecraft/textures/items/chicken_cooked.png new file mode 100644 index 00000000..890b5b3f Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/chicken_cooked.png differ diff --git a/1.9.4/assets/minecraft/textures/items/chicken_raw.png b/1.9.4/assets/minecraft/textures/items/chicken_raw.png new file mode 100644 index 00000000..6d259224 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/chicken_raw.png differ diff --git a/1.9.4/assets/minecraft/textures/items/chorus_fruit.png b/1.9.4/assets/minecraft/textures/items/chorus_fruit.png new file mode 100644 index 00000000..ac5451b2 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/chorus_fruit.png differ diff --git a/1.9.4/assets/minecraft/textures/items/chorus_fruit_popped.png b/1.9.4/assets/minecraft/textures/items/chorus_fruit_popped.png new file mode 100644 index 00000000..26d13dd3 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/chorus_fruit_popped.png differ diff --git a/1.9.4/assets/minecraft/textures/items/clay_ball.png b/1.9.4/assets/minecraft/textures/items/clay_ball.png new file mode 100644 index 00000000..5103d6cc Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/clay_ball.png differ diff --git a/1.9.4/assets/minecraft/textures/items/clock_00.png b/1.9.4/assets/minecraft/textures/items/clock_00.png new file mode 100644 index 00000000..ef06df78 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/clock_00.png differ diff --git a/1.9.4/assets/minecraft/textures/items/clock_01.png b/1.9.4/assets/minecraft/textures/items/clock_01.png new file mode 100644 index 00000000..558826e9 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/clock_01.png differ diff --git a/1.9.4/assets/minecraft/textures/items/clock_02.png b/1.9.4/assets/minecraft/textures/items/clock_02.png new file mode 100644 index 00000000..566342d8 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/clock_02.png differ diff --git a/1.9.4/assets/minecraft/textures/items/clock_03.png b/1.9.4/assets/minecraft/textures/items/clock_03.png new file mode 100644 index 00000000..823f4133 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/clock_03.png differ diff --git a/1.9.4/assets/minecraft/textures/items/clock_04.png b/1.9.4/assets/minecraft/textures/items/clock_04.png new file mode 100644 index 00000000..6bdf2c56 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/clock_04.png differ diff --git a/1.9.4/assets/minecraft/textures/items/clock_05.png b/1.9.4/assets/minecraft/textures/items/clock_05.png new file mode 100644 index 00000000..ce75473a Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/clock_05.png differ diff --git a/1.9.4/assets/minecraft/textures/items/clock_06.png b/1.9.4/assets/minecraft/textures/items/clock_06.png new file mode 100644 index 00000000..35118583 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/clock_06.png differ diff --git a/1.9.4/assets/minecraft/textures/items/clock_07.png b/1.9.4/assets/minecraft/textures/items/clock_07.png new file mode 100644 index 00000000..faffee0f Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/clock_07.png differ diff --git a/1.9.4/assets/minecraft/textures/items/clock_08.png b/1.9.4/assets/minecraft/textures/items/clock_08.png new file mode 100644 index 00000000..a712e570 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/clock_08.png differ diff --git a/1.9.4/assets/minecraft/textures/items/clock_09.png b/1.9.4/assets/minecraft/textures/items/clock_09.png new file mode 100644 index 00000000..f89d9d82 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/clock_09.png differ diff --git a/1.9.4/assets/minecraft/textures/items/clock_10.png b/1.9.4/assets/minecraft/textures/items/clock_10.png new file mode 100644 index 00000000..93765b84 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/clock_10.png differ diff --git a/1.9.4/assets/minecraft/textures/items/clock_11.png b/1.9.4/assets/minecraft/textures/items/clock_11.png new file mode 100644 index 00000000..649e0c26 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/clock_11.png differ diff --git a/1.9.4/assets/minecraft/textures/items/clock_12.png b/1.9.4/assets/minecraft/textures/items/clock_12.png new file mode 100644 index 00000000..581c5fb5 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/clock_12.png differ diff --git a/1.9.4/assets/minecraft/textures/items/clock_13.png b/1.9.4/assets/minecraft/textures/items/clock_13.png new file mode 100644 index 00000000..f99f4edd Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/clock_13.png differ diff --git a/1.9.4/assets/minecraft/textures/items/clock_14.png b/1.9.4/assets/minecraft/textures/items/clock_14.png new file mode 100644 index 00000000..c06960f8 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/clock_14.png differ diff --git a/1.9.4/assets/minecraft/textures/items/clock_15.png b/1.9.4/assets/minecraft/textures/items/clock_15.png new file mode 100644 index 00000000..655cc269 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/clock_15.png differ diff --git a/1.9.4/assets/minecraft/textures/items/clock_16.png b/1.9.4/assets/minecraft/textures/items/clock_16.png new file mode 100644 index 00000000..1e6d2675 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/clock_16.png differ diff --git a/1.9.4/assets/minecraft/textures/items/clock_17.png b/1.9.4/assets/minecraft/textures/items/clock_17.png new file mode 100644 index 00000000..a159a038 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/clock_17.png differ diff --git a/1.9.4/assets/minecraft/textures/items/clock_18.png b/1.9.4/assets/minecraft/textures/items/clock_18.png new file mode 100644 index 00000000..3de00852 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/clock_18.png differ diff --git a/1.9.4/assets/minecraft/textures/items/clock_19.png b/1.9.4/assets/minecraft/textures/items/clock_19.png new file mode 100644 index 00000000..c311f89f Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/clock_19.png differ diff --git a/1.9.4/assets/minecraft/textures/items/clock_20.png b/1.9.4/assets/minecraft/textures/items/clock_20.png new file mode 100644 index 00000000..9e23788d Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/clock_20.png differ diff --git a/1.9.4/assets/minecraft/textures/items/clock_21.png b/1.9.4/assets/minecraft/textures/items/clock_21.png new file mode 100644 index 00000000..ef1426d5 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/clock_21.png differ diff --git a/1.9.4/assets/minecraft/textures/items/clock_22.png b/1.9.4/assets/minecraft/textures/items/clock_22.png new file mode 100644 index 00000000..2a4d1063 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/clock_22.png differ diff --git a/1.9.4/assets/minecraft/textures/items/clock_23.png b/1.9.4/assets/minecraft/textures/items/clock_23.png new file mode 100644 index 00000000..6ac7b236 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/clock_23.png differ diff --git a/1.9.4/assets/minecraft/textures/items/clock_24.png b/1.9.4/assets/minecraft/textures/items/clock_24.png new file mode 100644 index 00000000..38909b9a Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/clock_24.png differ diff --git a/1.9.4/assets/minecraft/textures/items/clock_25.png b/1.9.4/assets/minecraft/textures/items/clock_25.png new file mode 100644 index 00000000..9a007549 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/clock_25.png differ diff --git a/1.9.4/assets/minecraft/textures/items/clock_26.png b/1.9.4/assets/minecraft/textures/items/clock_26.png new file mode 100644 index 00000000..b5abba3f Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/clock_26.png differ diff --git a/1.9.4/assets/minecraft/textures/items/clock_27.png b/1.9.4/assets/minecraft/textures/items/clock_27.png new file mode 100644 index 00000000..a172a0c4 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/clock_27.png differ diff --git a/1.9.4/assets/minecraft/textures/items/clock_28.png b/1.9.4/assets/minecraft/textures/items/clock_28.png new file mode 100644 index 00000000..0a7b26bb Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/clock_28.png differ diff --git a/1.9.4/assets/minecraft/textures/items/clock_29.png b/1.9.4/assets/minecraft/textures/items/clock_29.png new file mode 100644 index 00000000..e9f1e56c Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/clock_29.png differ diff --git a/1.9.4/assets/minecraft/textures/items/clock_30.png b/1.9.4/assets/minecraft/textures/items/clock_30.png new file mode 100644 index 00000000..7cb68598 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/clock_30.png differ diff --git a/1.9.4/assets/minecraft/textures/items/clock_31.png b/1.9.4/assets/minecraft/textures/items/clock_31.png new file mode 100644 index 00000000..4bfff485 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/clock_31.png differ diff --git a/1.9.4/assets/minecraft/textures/items/clock_32.png b/1.9.4/assets/minecraft/textures/items/clock_32.png new file mode 100644 index 00000000..54537edd Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/clock_32.png differ diff --git a/1.9.4/assets/minecraft/textures/items/clock_33.png b/1.9.4/assets/minecraft/textures/items/clock_33.png new file mode 100644 index 00000000..4645b924 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/clock_33.png differ diff --git a/1.9.4/assets/minecraft/textures/items/clock_34.png b/1.9.4/assets/minecraft/textures/items/clock_34.png new file mode 100644 index 00000000..3d04df72 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/clock_34.png differ diff --git a/1.9.4/assets/minecraft/textures/items/clock_35.png b/1.9.4/assets/minecraft/textures/items/clock_35.png new file mode 100644 index 00000000..b0b13749 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/clock_35.png differ diff --git a/1.9.4/assets/minecraft/textures/items/clock_36.png b/1.9.4/assets/minecraft/textures/items/clock_36.png new file mode 100644 index 00000000..cb6bfbfb Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/clock_36.png differ diff --git a/1.9.4/assets/minecraft/textures/items/clock_37.png b/1.9.4/assets/minecraft/textures/items/clock_37.png new file mode 100644 index 00000000..816b257f Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/clock_37.png differ diff --git a/1.9.4/assets/minecraft/textures/items/clock_38.png b/1.9.4/assets/minecraft/textures/items/clock_38.png new file mode 100644 index 00000000..c3aa0160 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/clock_38.png differ diff --git a/1.9.4/assets/minecraft/textures/items/clock_39.png b/1.9.4/assets/minecraft/textures/items/clock_39.png new file mode 100644 index 00000000..f81d5a61 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/clock_39.png differ diff --git a/1.9.4/assets/minecraft/textures/items/clock_40.png b/1.9.4/assets/minecraft/textures/items/clock_40.png new file mode 100644 index 00000000..77964678 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/clock_40.png differ diff --git a/1.9.4/assets/minecraft/textures/items/clock_41.png b/1.9.4/assets/minecraft/textures/items/clock_41.png new file mode 100644 index 00000000..1f804564 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/clock_41.png differ diff --git a/1.9.4/assets/minecraft/textures/items/clock_42.png b/1.9.4/assets/minecraft/textures/items/clock_42.png new file mode 100644 index 00000000..3b120d97 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/clock_42.png differ diff --git a/1.9.4/assets/minecraft/textures/items/clock_43.png b/1.9.4/assets/minecraft/textures/items/clock_43.png new file mode 100644 index 00000000..e1b48343 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/clock_43.png differ diff --git a/1.9.4/assets/minecraft/textures/items/clock_44.png b/1.9.4/assets/minecraft/textures/items/clock_44.png new file mode 100644 index 00000000..851489a3 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/clock_44.png differ diff --git a/1.9.4/assets/minecraft/textures/items/clock_45.png b/1.9.4/assets/minecraft/textures/items/clock_45.png new file mode 100644 index 00000000..086ec28f Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/clock_45.png differ diff --git a/1.9.4/assets/minecraft/textures/items/clock_46.png b/1.9.4/assets/minecraft/textures/items/clock_46.png new file mode 100644 index 00000000..3b0bca4b Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/clock_46.png differ diff --git a/1.9.4/assets/minecraft/textures/items/clock_47.png b/1.9.4/assets/minecraft/textures/items/clock_47.png new file mode 100644 index 00000000..ec92161d Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/clock_47.png differ diff --git a/1.9.4/assets/minecraft/textures/items/clock_48.png b/1.9.4/assets/minecraft/textures/items/clock_48.png new file mode 100644 index 00000000..1a00a5ac Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/clock_48.png differ diff --git a/1.9.4/assets/minecraft/textures/items/clock_49.png b/1.9.4/assets/minecraft/textures/items/clock_49.png new file mode 100644 index 00000000..13e08b95 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/clock_49.png differ diff --git a/1.9.4/assets/minecraft/textures/items/clock_50.png b/1.9.4/assets/minecraft/textures/items/clock_50.png new file mode 100644 index 00000000..39edd8c0 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/clock_50.png differ diff --git a/1.9.4/assets/minecraft/textures/items/clock_51.png b/1.9.4/assets/minecraft/textures/items/clock_51.png new file mode 100644 index 00000000..fa4614ed Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/clock_51.png differ diff --git a/1.9.4/assets/minecraft/textures/items/clock_52.png b/1.9.4/assets/minecraft/textures/items/clock_52.png new file mode 100644 index 00000000..6578dc17 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/clock_52.png differ diff --git a/1.9.4/assets/minecraft/textures/items/clock_53.png b/1.9.4/assets/minecraft/textures/items/clock_53.png new file mode 100644 index 00000000..882cdd09 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/clock_53.png differ diff --git a/1.9.4/assets/minecraft/textures/items/clock_54.png b/1.9.4/assets/minecraft/textures/items/clock_54.png new file mode 100644 index 00000000..d6af37bd Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/clock_54.png differ diff --git a/1.9.4/assets/minecraft/textures/items/clock_55.png b/1.9.4/assets/minecraft/textures/items/clock_55.png new file mode 100644 index 00000000..909d24fd Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/clock_55.png differ diff --git a/1.9.4/assets/minecraft/textures/items/clock_56.png b/1.9.4/assets/minecraft/textures/items/clock_56.png new file mode 100644 index 00000000..f8ac1095 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/clock_56.png differ diff --git a/1.9.4/assets/minecraft/textures/items/clock_57.png b/1.9.4/assets/minecraft/textures/items/clock_57.png new file mode 100644 index 00000000..edfc89ff Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/clock_57.png differ diff --git a/1.9.4/assets/minecraft/textures/items/clock_58.png b/1.9.4/assets/minecraft/textures/items/clock_58.png new file mode 100644 index 00000000..76f6f933 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/clock_58.png differ diff --git a/1.9.4/assets/minecraft/textures/items/clock_59.png b/1.9.4/assets/minecraft/textures/items/clock_59.png new file mode 100644 index 00000000..9b01436d Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/clock_59.png differ diff --git a/1.9.4/assets/minecraft/textures/items/clock_60.png b/1.9.4/assets/minecraft/textures/items/clock_60.png new file mode 100644 index 00000000..3074f9c7 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/clock_60.png differ diff --git a/1.9.4/assets/minecraft/textures/items/clock_61.png b/1.9.4/assets/minecraft/textures/items/clock_61.png new file mode 100644 index 00000000..ca7b584f Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/clock_61.png differ diff --git a/1.9.4/assets/minecraft/textures/items/clock_62.png b/1.9.4/assets/minecraft/textures/items/clock_62.png new file mode 100644 index 00000000..1f014d60 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/clock_62.png differ diff --git a/1.9.4/assets/minecraft/textures/items/clock_63.png b/1.9.4/assets/minecraft/textures/items/clock_63.png new file mode 100644 index 00000000..4c55f08c Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/clock_63.png differ diff --git a/1.9.4/assets/minecraft/textures/items/coal.png b/1.9.4/assets/minecraft/textures/items/coal.png new file mode 100644 index 00000000..5563b6fc Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/coal.png differ diff --git a/1.9.4/assets/minecraft/textures/items/comparator.png b/1.9.4/assets/minecraft/textures/items/comparator.png new file mode 100644 index 00000000..ce1c2f6e Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/comparator.png differ diff --git a/1.9.4/assets/minecraft/textures/items/compass_00.png b/1.9.4/assets/minecraft/textures/items/compass_00.png new file mode 100644 index 00000000..04e6f067 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/compass_00.png differ diff --git a/1.9.4/assets/minecraft/textures/items/compass_01.png b/1.9.4/assets/minecraft/textures/items/compass_01.png new file mode 100644 index 00000000..2c00488c Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/compass_01.png differ diff --git a/1.9.4/assets/minecraft/textures/items/compass_02.png b/1.9.4/assets/minecraft/textures/items/compass_02.png new file mode 100644 index 00000000..7ed3073e Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/compass_02.png differ diff --git a/1.9.4/assets/minecraft/textures/items/compass_03.png b/1.9.4/assets/minecraft/textures/items/compass_03.png new file mode 100644 index 00000000..6f4e1663 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/compass_03.png differ diff --git a/1.9.4/assets/minecraft/textures/items/compass_04.png b/1.9.4/assets/minecraft/textures/items/compass_04.png new file mode 100644 index 00000000..e721770d Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/compass_04.png differ diff --git a/1.9.4/assets/minecraft/textures/items/compass_05.png b/1.9.4/assets/minecraft/textures/items/compass_05.png new file mode 100644 index 00000000..0620ea5d Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/compass_05.png differ diff --git a/1.9.4/assets/minecraft/textures/items/compass_06.png b/1.9.4/assets/minecraft/textures/items/compass_06.png new file mode 100644 index 00000000..21a8747f Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/compass_06.png differ diff --git a/1.9.4/assets/minecraft/textures/items/compass_07.png b/1.9.4/assets/minecraft/textures/items/compass_07.png new file mode 100644 index 00000000..c2a347b1 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/compass_07.png differ diff --git a/1.9.4/assets/minecraft/textures/items/compass_08.png b/1.9.4/assets/minecraft/textures/items/compass_08.png new file mode 100644 index 00000000..c2a347b1 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/compass_08.png differ diff --git a/1.9.4/assets/minecraft/textures/items/compass_09.png b/1.9.4/assets/minecraft/textures/items/compass_09.png new file mode 100644 index 00000000..c2a347b1 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/compass_09.png differ diff --git a/1.9.4/assets/minecraft/textures/items/compass_10.png b/1.9.4/assets/minecraft/textures/items/compass_10.png new file mode 100644 index 00000000..7405ae86 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/compass_10.png differ diff --git a/1.9.4/assets/minecraft/textures/items/compass_11.png b/1.9.4/assets/minecraft/textures/items/compass_11.png new file mode 100644 index 00000000..18d3e9f1 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/compass_11.png differ diff --git a/1.9.4/assets/minecraft/textures/items/compass_12.png b/1.9.4/assets/minecraft/textures/items/compass_12.png new file mode 100644 index 00000000..5405a62f Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/compass_12.png differ diff --git a/1.9.4/assets/minecraft/textures/items/compass_13.png b/1.9.4/assets/minecraft/textures/items/compass_13.png new file mode 100644 index 00000000..1c3354b4 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/compass_13.png differ diff --git a/1.9.4/assets/minecraft/textures/items/compass_14.png b/1.9.4/assets/minecraft/textures/items/compass_14.png new file mode 100644 index 00000000..76d48f3e Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/compass_14.png differ diff --git a/1.9.4/assets/minecraft/textures/items/compass_15.png b/1.9.4/assets/minecraft/textures/items/compass_15.png new file mode 100644 index 00000000..bc0cd8b8 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/compass_15.png differ diff --git a/1.9.4/assets/minecraft/textures/items/compass_16.png b/1.9.4/assets/minecraft/textures/items/compass_16.png new file mode 100644 index 00000000..a9e603b2 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/compass_16.png differ diff --git a/1.9.4/assets/minecraft/textures/items/compass_17.png b/1.9.4/assets/minecraft/textures/items/compass_17.png new file mode 100644 index 00000000..36802213 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/compass_17.png differ diff --git a/1.9.4/assets/minecraft/textures/items/compass_18.png b/1.9.4/assets/minecraft/textures/items/compass_18.png new file mode 100644 index 00000000..edbc2eda Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/compass_18.png differ diff --git a/1.9.4/assets/minecraft/textures/items/compass_19.png b/1.9.4/assets/minecraft/textures/items/compass_19.png new file mode 100644 index 00000000..23c0c34b Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/compass_19.png differ diff --git a/1.9.4/assets/minecraft/textures/items/compass_20.png b/1.9.4/assets/minecraft/textures/items/compass_20.png new file mode 100644 index 00000000..5aaf8c50 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/compass_20.png differ diff --git a/1.9.4/assets/minecraft/textures/items/compass_21.png b/1.9.4/assets/minecraft/textures/items/compass_21.png new file mode 100644 index 00000000..8a99abd9 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/compass_21.png differ diff --git a/1.9.4/assets/minecraft/textures/items/compass_22.png b/1.9.4/assets/minecraft/textures/items/compass_22.png new file mode 100644 index 00000000..9dd84237 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/compass_22.png differ diff --git a/1.9.4/assets/minecraft/textures/items/compass_23.png b/1.9.4/assets/minecraft/textures/items/compass_23.png new file mode 100644 index 00000000..61d739e6 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/compass_23.png differ diff --git a/1.9.4/assets/minecraft/textures/items/compass_24.png b/1.9.4/assets/minecraft/textures/items/compass_24.png new file mode 100644 index 00000000..61d739e6 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/compass_24.png differ diff --git a/1.9.4/assets/minecraft/textures/items/compass_25.png b/1.9.4/assets/minecraft/textures/items/compass_25.png new file mode 100644 index 00000000..61d739e6 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/compass_25.png differ diff --git a/1.9.4/assets/minecraft/textures/items/compass_26.png b/1.9.4/assets/minecraft/textures/items/compass_26.png new file mode 100644 index 00000000..eb5e8027 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/compass_26.png differ diff --git a/1.9.4/assets/minecraft/textures/items/compass_27.png b/1.9.4/assets/minecraft/textures/items/compass_27.png new file mode 100644 index 00000000..348dac2e Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/compass_27.png differ diff --git a/1.9.4/assets/minecraft/textures/items/compass_28.png b/1.9.4/assets/minecraft/textures/items/compass_28.png new file mode 100644 index 00000000..8d681982 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/compass_28.png differ diff --git a/1.9.4/assets/minecraft/textures/items/compass_29.png b/1.9.4/assets/minecraft/textures/items/compass_29.png new file mode 100644 index 00000000..b1683b26 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/compass_29.png differ diff --git a/1.9.4/assets/minecraft/textures/items/compass_30.png b/1.9.4/assets/minecraft/textures/items/compass_30.png new file mode 100644 index 00000000..ba9be61d Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/compass_30.png differ diff --git a/1.9.4/assets/minecraft/textures/items/compass_31.png b/1.9.4/assets/minecraft/textures/items/compass_31.png new file mode 100644 index 00000000..2ae89a20 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/compass_31.png differ diff --git a/1.9.4/assets/minecraft/textures/items/cookie.png b/1.9.4/assets/minecraft/textures/items/cookie.png new file mode 100644 index 00000000..01fe56b1 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/cookie.png differ diff --git a/1.9.4/assets/minecraft/textures/items/dark_oak_boat.png b/1.9.4/assets/minecraft/textures/items/dark_oak_boat.png new file mode 100644 index 00000000..d15e886f Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/dark_oak_boat.png differ diff --git a/1.9.4/assets/minecraft/textures/items/diamond.png b/1.9.4/assets/minecraft/textures/items/diamond.png new file mode 100644 index 00000000..10e70a0c Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/diamond.png differ diff --git a/1.9.4/assets/minecraft/textures/items/diamond_axe.png b/1.9.4/assets/minecraft/textures/items/diamond_axe.png new file mode 100644 index 00000000..7627f87b Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/diamond_axe.png differ diff --git a/1.9.4/assets/minecraft/textures/items/diamond_boots.png b/1.9.4/assets/minecraft/textures/items/diamond_boots.png new file mode 100644 index 00000000..70d9e5f8 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/diamond_boots.png differ diff --git a/1.9.4/assets/minecraft/textures/items/diamond_chestplate.png b/1.9.4/assets/minecraft/textures/items/diamond_chestplate.png new file mode 100644 index 00000000..afdff93e Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/diamond_chestplate.png differ diff --git a/1.9.4/assets/minecraft/textures/items/diamond_helmet.png b/1.9.4/assets/minecraft/textures/items/diamond_helmet.png new file mode 100644 index 00000000..1c885924 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/diamond_helmet.png differ diff --git a/1.9.4/assets/minecraft/textures/items/diamond_hoe.png b/1.9.4/assets/minecraft/textures/items/diamond_hoe.png new file mode 100644 index 00000000..faca7432 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/diamond_hoe.png differ diff --git a/1.9.4/assets/minecraft/textures/items/diamond_horse_armor.png b/1.9.4/assets/minecraft/textures/items/diamond_horse_armor.png new file mode 100644 index 00000000..a90c35b4 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/diamond_horse_armor.png differ diff --git a/1.9.4/assets/minecraft/textures/items/diamond_leggings.png b/1.9.4/assets/minecraft/textures/items/diamond_leggings.png new file mode 100644 index 00000000..a99c8967 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/diamond_leggings.png differ diff --git a/1.9.4/assets/minecraft/textures/items/diamond_pickaxe.png b/1.9.4/assets/minecraft/textures/items/diamond_pickaxe.png new file mode 100644 index 00000000..c2798285 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/diamond_pickaxe.png differ diff --git a/1.9.4/assets/minecraft/textures/items/diamond_shovel.png b/1.9.4/assets/minecraft/textures/items/diamond_shovel.png new file mode 100644 index 00000000..e4a8992a Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/diamond_shovel.png differ diff --git a/1.9.4/assets/minecraft/textures/items/diamond_sword.png b/1.9.4/assets/minecraft/textures/items/diamond_sword.png new file mode 100644 index 00000000..a9f6cb47 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/diamond_sword.png differ diff --git a/1.9.4/assets/minecraft/textures/items/door_acacia.png b/1.9.4/assets/minecraft/textures/items/door_acacia.png new file mode 100644 index 00000000..a64b6e95 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/door_acacia.png differ diff --git a/1.9.4/assets/minecraft/textures/items/door_birch.png b/1.9.4/assets/minecraft/textures/items/door_birch.png new file mode 100644 index 00000000..fe37f31c Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/door_birch.png differ diff --git a/1.9.4/assets/minecraft/textures/items/door_dark_oak.png b/1.9.4/assets/minecraft/textures/items/door_dark_oak.png new file mode 100644 index 00000000..3881172d Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/door_dark_oak.png differ diff --git a/1.9.4/assets/minecraft/textures/items/door_iron.png b/1.9.4/assets/minecraft/textures/items/door_iron.png new file mode 100644 index 00000000..70724eec Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/door_iron.png differ diff --git a/1.9.4/assets/minecraft/textures/items/door_jungle.png b/1.9.4/assets/minecraft/textures/items/door_jungle.png new file mode 100644 index 00000000..46d58bec Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/door_jungle.png differ diff --git a/1.9.4/assets/minecraft/textures/items/door_spruce.png b/1.9.4/assets/minecraft/textures/items/door_spruce.png new file mode 100644 index 00000000..cf1a928f Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/door_spruce.png differ diff --git a/1.9.4/assets/minecraft/textures/items/door_wood.png b/1.9.4/assets/minecraft/textures/items/door_wood.png new file mode 100644 index 00000000..e854956a Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/door_wood.png differ diff --git a/1.9.4/assets/minecraft/textures/items/dragon_breath.png b/1.9.4/assets/minecraft/textures/items/dragon_breath.png new file mode 100644 index 00000000..2ae7ea54 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/dragon_breath.png differ diff --git a/1.9.4/assets/minecraft/textures/items/dye_powder_black.png b/1.9.4/assets/minecraft/textures/items/dye_powder_black.png new file mode 100644 index 00000000..909bea5e Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/dye_powder_black.png differ diff --git a/1.9.4/assets/minecraft/textures/items/dye_powder_blue.png b/1.9.4/assets/minecraft/textures/items/dye_powder_blue.png new file mode 100644 index 00000000..4713983e Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/dye_powder_blue.png differ diff --git a/1.9.4/assets/minecraft/textures/items/dye_powder_brown.png b/1.9.4/assets/minecraft/textures/items/dye_powder_brown.png new file mode 100644 index 00000000..62eae8d4 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/dye_powder_brown.png differ diff --git a/1.9.4/assets/minecraft/textures/items/dye_powder_cyan.png b/1.9.4/assets/minecraft/textures/items/dye_powder_cyan.png new file mode 100644 index 00000000..7b10c117 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/dye_powder_cyan.png differ diff --git a/1.9.4/assets/minecraft/textures/items/dye_powder_gray.png b/1.9.4/assets/minecraft/textures/items/dye_powder_gray.png new file mode 100644 index 00000000..4fce7e72 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/dye_powder_gray.png differ diff --git a/1.9.4/assets/minecraft/textures/items/dye_powder_green.png b/1.9.4/assets/minecraft/textures/items/dye_powder_green.png new file mode 100644 index 00000000..009e0587 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/dye_powder_green.png differ diff --git a/1.9.4/assets/minecraft/textures/items/dye_powder_light_blue.png b/1.9.4/assets/minecraft/textures/items/dye_powder_light_blue.png new file mode 100644 index 00000000..a8b45c92 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/dye_powder_light_blue.png differ diff --git a/1.9.4/assets/minecraft/textures/items/dye_powder_lime.png b/1.9.4/assets/minecraft/textures/items/dye_powder_lime.png new file mode 100644 index 00000000..7a787644 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/dye_powder_lime.png differ diff --git a/1.9.4/assets/minecraft/textures/items/dye_powder_magenta.png b/1.9.4/assets/minecraft/textures/items/dye_powder_magenta.png new file mode 100644 index 00000000..ea7342a8 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/dye_powder_magenta.png differ diff --git a/1.9.4/assets/minecraft/textures/items/dye_powder_orange.png b/1.9.4/assets/minecraft/textures/items/dye_powder_orange.png new file mode 100644 index 00000000..677a1aa6 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/dye_powder_orange.png differ diff --git a/1.9.4/assets/minecraft/textures/items/dye_powder_pink.png b/1.9.4/assets/minecraft/textures/items/dye_powder_pink.png new file mode 100644 index 00000000..1acc4834 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/dye_powder_pink.png differ diff --git a/1.9.4/assets/minecraft/textures/items/dye_powder_purple.png b/1.9.4/assets/minecraft/textures/items/dye_powder_purple.png new file mode 100644 index 00000000..7d201c26 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/dye_powder_purple.png differ diff --git a/1.9.4/assets/minecraft/textures/items/dye_powder_red.png b/1.9.4/assets/minecraft/textures/items/dye_powder_red.png new file mode 100644 index 00000000..2d1a7429 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/dye_powder_red.png differ diff --git a/1.9.4/assets/minecraft/textures/items/dye_powder_silver.png b/1.9.4/assets/minecraft/textures/items/dye_powder_silver.png new file mode 100644 index 00000000..fa9e501e Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/dye_powder_silver.png differ diff --git a/1.9.4/assets/minecraft/textures/items/dye_powder_white.png b/1.9.4/assets/minecraft/textures/items/dye_powder_white.png new file mode 100644 index 00000000..5b1833be Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/dye_powder_white.png differ diff --git a/1.9.4/assets/minecraft/textures/items/dye_powder_yellow.png b/1.9.4/assets/minecraft/textures/items/dye_powder_yellow.png new file mode 100644 index 00000000..95e06731 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/dye_powder_yellow.png differ diff --git a/1.9.4/assets/minecraft/textures/items/egg.png b/1.9.4/assets/minecraft/textures/items/egg.png new file mode 100644 index 00000000..a6fe2bfa Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/egg.png differ diff --git a/1.9.4/assets/minecraft/textures/items/elytra.png b/1.9.4/assets/minecraft/textures/items/elytra.png new file mode 100644 index 00000000..00b261ea Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/elytra.png differ diff --git a/1.9.4/assets/minecraft/textures/items/emerald.png b/1.9.4/assets/minecraft/textures/items/emerald.png new file mode 100644 index 00000000..98d953e2 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/emerald.png differ diff --git a/1.9.4/assets/minecraft/textures/items/empty_armor_slot_boots.png b/1.9.4/assets/minecraft/textures/items/empty_armor_slot_boots.png new file mode 100644 index 00000000..fd7e05fa Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/empty_armor_slot_boots.png differ diff --git a/1.9.4/assets/minecraft/textures/items/empty_armor_slot_chestplate.png b/1.9.4/assets/minecraft/textures/items/empty_armor_slot_chestplate.png new file mode 100644 index 00000000..6e632b9d Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/empty_armor_slot_chestplate.png differ diff --git a/1.9.4/assets/minecraft/textures/items/empty_armor_slot_helmet.png b/1.9.4/assets/minecraft/textures/items/empty_armor_slot_helmet.png new file mode 100644 index 00000000..3a455f3f Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/empty_armor_slot_helmet.png differ diff --git a/1.9.4/assets/minecraft/textures/items/empty_armor_slot_leggings.png b/1.9.4/assets/minecraft/textures/items/empty_armor_slot_leggings.png new file mode 100644 index 00000000..28b2c494 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/empty_armor_slot_leggings.png differ diff --git a/1.9.4/assets/minecraft/textures/items/empty_armor_slot_shield.png b/1.9.4/assets/minecraft/textures/items/empty_armor_slot_shield.png new file mode 100644 index 00000000..53d5333b Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/empty_armor_slot_shield.png differ diff --git a/1.9.4/assets/minecraft/textures/items/end_crystal.png b/1.9.4/assets/minecraft/textures/items/end_crystal.png new file mode 100644 index 00000000..21252b81 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/end_crystal.png differ diff --git a/1.9.4/assets/minecraft/textures/items/ender_eye.png b/1.9.4/assets/minecraft/textures/items/ender_eye.png new file mode 100644 index 00000000..8c4ef4e8 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/ender_eye.png differ diff --git a/1.9.4/assets/minecraft/textures/items/ender_pearl.png b/1.9.4/assets/minecraft/textures/items/ender_pearl.png new file mode 100644 index 00000000..4b752a64 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/ender_pearl.png differ diff --git a/1.9.4/assets/minecraft/textures/items/experience_bottle.png b/1.9.4/assets/minecraft/textures/items/experience_bottle.png new file mode 100644 index 00000000..ae4214ff Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/experience_bottle.png differ diff --git a/1.9.4/assets/minecraft/textures/items/feather.png b/1.9.4/assets/minecraft/textures/items/feather.png new file mode 100644 index 00000000..d4c3be55 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/feather.png differ diff --git a/1.9.4/assets/minecraft/textures/items/fireball.png b/1.9.4/assets/minecraft/textures/items/fireball.png new file mode 100644 index 00000000..141bcbe6 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/fireball.png differ diff --git a/1.9.4/assets/minecraft/textures/items/fireworks.png b/1.9.4/assets/minecraft/textures/items/fireworks.png new file mode 100644 index 00000000..50c56363 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/fireworks.png differ diff --git a/1.9.4/assets/minecraft/textures/items/fireworks_charge.png b/1.9.4/assets/minecraft/textures/items/fireworks_charge.png new file mode 100644 index 00000000..6a7f3dd6 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/fireworks_charge.png differ diff --git a/1.9.4/assets/minecraft/textures/items/fireworks_charge_overlay.png b/1.9.4/assets/minecraft/textures/items/fireworks_charge_overlay.png new file mode 100644 index 00000000..d8b91a92 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/fireworks_charge_overlay.png differ diff --git a/1.9.4/assets/minecraft/textures/items/fish_clownfish_raw.png b/1.9.4/assets/minecraft/textures/items/fish_clownfish_raw.png new file mode 100644 index 00000000..eec04559 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/fish_clownfish_raw.png differ diff --git a/1.9.4/assets/minecraft/textures/items/fish_cod_cooked.png b/1.9.4/assets/minecraft/textures/items/fish_cod_cooked.png new file mode 100644 index 00000000..87564c70 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/fish_cod_cooked.png differ diff --git a/1.9.4/assets/minecraft/textures/items/fish_cod_raw.png b/1.9.4/assets/minecraft/textures/items/fish_cod_raw.png new file mode 100644 index 00000000..fbc01bb9 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/fish_cod_raw.png differ diff --git a/1.9.4/assets/minecraft/textures/items/fish_pufferfish_raw.png b/1.9.4/assets/minecraft/textures/items/fish_pufferfish_raw.png new file mode 100644 index 00000000..16bb2978 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/fish_pufferfish_raw.png differ diff --git a/1.9.4/assets/minecraft/textures/items/fish_salmon_cooked.png b/1.9.4/assets/minecraft/textures/items/fish_salmon_cooked.png new file mode 100644 index 00000000..07cdc29e Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/fish_salmon_cooked.png differ diff --git a/1.9.4/assets/minecraft/textures/items/fish_salmon_raw.png b/1.9.4/assets/minecraft/textures/items/fish_salmon_raw.png new file mode 100644 index 00000000..23ebc3a2 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/fish_salmon_raw.png differ diff --git a/1.9.4/assets/minecraft/textures/items/fishing_rod_cast.png b/1.9.4/assets/minecraft/textures/items/fishing_rod_cast.png new file mode 100644 index 00000000..a5ab3781 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/fishing_rod_cast.png differ diff --git a/1.9.4/assets/minecraft/textures/items/fishing_rod_uncast.png b/1.9.4/assets/minecraft/textures/items/fishing_rod_uncast.png new file mode 100644 index 00000000..d4b53f0f Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/fishing_rod_uncast.png differ diff --git a/1.9.4/assets/minecraft/textures/items/flint.png b/1.9.4/assets/minecraft/textures/items/flint.png new file mode 100644 index 00000000..5f51093f Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/flint.png differ diff --git a/1.9.4/assets/minecraft/textures/items/flint_and_steel.png b/1.9.4/assets/minecraft/textures/items/flint_and_steel.png new file mode 100644 index 00000000..77bc3407 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/flint_and_steel.png differ diff --git a/1.9.4/assets/minecraft/textures/items/flower_pot.png b/1.9.4/assets/minecraft/textures/items/flower_pot.png new file mode 100644 index 00000000..c4f26d21 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/flower_pot.png differ diff --git a/1.9.4/assets/minecraft/textures/items/ghast_tear.png b/1.9.4/assets/minecraft/textures/items/ghast_tear.png new file mode 100644 index 00000000..e5c741f9 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/ghast_tear.png differ diff --git a/1.9.4/assets/minecraft/textures/items/glowstone_dust.png b/1.9.4/assets/minecraft/textures/items/glowstone_dust.png new file mode 100644 index 00000000..edd93a6d Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/glowstone_dust.png differ diff --git a/1.9.4/assets/minecraft/textures/items/gold_axe.png b/1.9.4/assets/minecraft/textures/items/gold_axe.png new file mode 100644 index 00000000..0f47b600 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/gold_axe.png differ diff --git a/1.9.4/assets/minecraft/textures/items/gold_boots.png b/1.9.4/assets/minecraft/textures/items/gold_boots.png new file mode 100644 index 00000000..f6033d25 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/gold_boots.png differ diff --git a/1.9.4/assets/minecraft/textures/items/gold_chestplate.png b/1.9.4/assets/minecraft/textures/items/gold_chestplate.png new file mode 100644 index 00000000..e36076ad Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/gold_chestplate.png differ diff --git a/1.9.4/assets/minecraft/textures/items/gold_helmet.png b/1.9.4/assets/minecraft/textures/items/gold_helmet.png new file mode 100644 index 00000000..9eb89a0c Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/gold_helmet.png differ diff --git a/1.9.4/assets/minecraft/textures/items/gold_hoe.png b/1.9.4/assets/minecraft/textures/items/gold_hoe.png new file mode 100644 index 00000000..99f8b041 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/gold_hoe.png differ diff --git a/1.9.4/assets/minecraft/textures/items/gold_horse_armor.png b/1.9.4/assets/minecraft/textures/items/gold_horse_armor.png new file mode 100644 index 00000000..c232eabd Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/gold_horse_armor.png differ diff --git a/1.9.4/assets/minecraft/textures/items/gold_ingot.png b/1.9.4/assets/minecraft/textures/items/gold_ingot.png new file mode 100644 index 00000000..ea781e71 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/gold_ingot.png differ diff --git a/1.9.4/assets/minecraft/textures/items/gold_leggings.png b/1.9.4/assets/minecraft/textures/items/gold_leggings.png new file mode 100644 index 00000000..da237713 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/gold_leggings.png differ diff --git a/1.9.4/assets/minecraft/textures/items/gold_nugget.png b/1.9.4/assets/minecraft/textures/items/gold_nugget.png new file mode 100644 index 00000000..3a9a2fe4 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/gold_nugget.png differ diff --git a/1.9.4/assets/minecraft/textures/items/gold_pickaxe.png b/1.9.4/assets/minecraft/textures/items/gold_pickaxe.png new file mode 100644 index 00000000..ecccafe6 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/gold_pickaxe.png differ diff --git a/1.9.4/assets/minecraft/textures/items/gold_shovel.png b/1.9.4/assets/minecraft/textures/items/gold_shovel.png new file mode 100644 index 00000000..150cbb97 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/gold_shovel.png differ diff --git a/1.9.4/assets/minecraft/textures/items/gold_sword.png b/1.9.4/assets/minecraft/textures/items/gold_sword.png new file mode 100644 index 00000000..0ddef045 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/gold_sword.png differ diff --git a/1.9.4/assets/minecraft/textures/items/gunpowder.png b/1.9.4/assets/minecraft/textures/items/gunpowder.png new file mode 100644 index 00000000..73cadece Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/gunpowder.png differ diff --git a/1.9.4/assets/minecraft/textures/items/hopper.png b/1.9.4/assets/minecraft/textures/items/hopper.png new file mode 100644 index 00000000..f273db56 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/hopper.png differ diff --git a/1.9.4/assets/minecraft/textures/items/iron_axe.png b/1.9.4/assets/minecraft/textures/items/iron_axe.png new file mode 100644 index 00000000..8bf133e3 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/iron_axe.png differ diff --git a/1.9.4/assets/minecraft/textures/items/iron_boots.png b/1.9.4/assets/minecraft/textures/items/iron_boots.png new file mode 100644 index 00000000..b69ca05c Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/iron_boots.png differ diff --git a/1.9.4/assets/minecraft/textures/items/iron_chestplate.png b/1.9.4/assets/minecraft/textures/items/iron_chestplate.png new file mode 100644 index 00000000..a16616c2 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/iron_chestplate.png differ diff --git a/1.9.4/assets/minecraft/textures/items/iron_helmet.png b/1.9.4/assets/minecraft/textures/items/iron_helmet.png new file mode 100644 index 00000000..65e64cc5 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/iron_helmet.png differ diff --git a/1.9.4/assets/minecraft/textures/items/iron_hoe.png b/1.9.4/assets/minecraft/textures/items/iron_hoe.png new file mode 100644 index 00000000..3d0497e2 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/iron_hoe.png differ diff --git a/1.9.4/assets/minecraft/textures/items/iron_horse_armor.png b/1.9.4/assets/minecraft/textures/items/iron_horse_armor.png new file mode 100644 index 00000000..13501061 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/iron_horse_armor.png differ diff --git a/1.9.4/assets/minecraft/textures/items/iron_ingot.png b/1.9.4/assets/minecraft/textures/items/iron_ingot.png new file mode 100644 index 00000000..3833fa05 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/iron_ingot.png differ diff --git a/1.9.4/assets/minecraft/textures/items/iron_leggings.png b/1.9.4/assets/minecraft/textures/items/iron_leggings.png new file mode 100644 index 00000000..ad536739 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/iron_leggings.png differ diff --git a/1.9.4/assets/minecraft/textures/items/iron_pickaxe.png b/1.9.4/assets/minecraft/textures/items/iron_pickaxe.png new file mode 100644 index 00000000..d21440bd Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/iron_pickaxe.png differ diff --git a/1.9.4/assets/minecraft/textures/items/iron_shovel.png b/1.9.4/assets/minecraft/textures/items/iron_shovel.png new file mode 100644 index 00000000..079b236c Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/iron_shovel.png differ diff --git a/1.9.4/assets/minecraft/textures/items/iron_sword.png b/1.9.4/assets/minecraft/textures/items/iron_sword.png new file mode 100644 index 00000000..4d49c5ae Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/iron_sword.png differ diff --git a/1.9.4/assets/minecraft/textures/items/item_frame.png b/1.9.4/assets/minecraft/textures/items/item_frame.png new file mode 100644 index 00000000..261c98a6 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/item_frame.png differ diff --git a/1.9.4/assets/minecraft/textures/items/jungle_boat.png b/1.9.4/assets/minecraft/textures/items/jungle_boat.png new file mode 100644 index 00000000..93414376 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/jungle_boat.png differ diff --git a/1.9.4/assets/minecraft/textures/items/lead.png b/1.9.4/assets/minecraft/textures/items/lead.png new file mode 100644 index 00000000..465bfd82 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/lead.png differ diff --git a/1.9.4/assets/minecraft/textures/items/leather.png b/1.9.4/assets/minecraft/textures/items/leather.png new file mode 100644 index 00000000..13dc1998 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/leather.png differ diff --git a/1.9.4/assets/minecraft/textures/items/leather_boots.png b/1.9.4/assets/minecraft/textures/items/leather_boots.png new file mode 100644 index 00000000..87af4c7b Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/leather_boots.png differ diff --git a/1.9.4/assets/minecraft/textures/items/leather_boots_overlay.png b/1.9.4/assets/minecraft/textures/items/leather_boots_overlay.png new file mode 100644 index 00000000..b6896d87 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/leather_boots_overlay.png differ diff --git a/1.9.4/assets/minecraft/textures/items/leather_chestplate.png b/1.9.4/assets/minecraft/textures/items/leather_chestplate.png new file mode 100644 index 00000000..7bdf1cca Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/leather_chestplate.png differ diff --git a/1.9.4/assets/minecraft/textures/items/leather_chestplate_overlay.png b/1.9.4/assets/minecraft/textures/items/leather_chestplate_overlay.png new file mode 100644 index 00000000..125fd348 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/leather_chestplate_overlay.png differ diff --git a/1.9.4/assets/minecraft/textures/items/leather_helmet.png b/1.9.4/assets/minecraft/textures/items/leather_helmet.png new file mode 100644 index 00000000..c408d158 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/leather_helmet.png differ diff --git a/1.9.4/assets/minecraft/textures/items/leather_helmet_overlay.png b/1.9.4/assets/minecraft/textures/items/leather_helmet_overlay.png new file mode 100644 index 00000000..8040d77f Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/leather_helmet_overlay.png differ diff --git a/1.9.4/assets/minecraft/textures/items/leather_leggings.png b/1.9.4/assets/minecraft/textures/items/leather_leggings.png new file mode 100644 index 00000000..a7f7ec5a Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/leather_leggings.png differ diff --git a/1.9.4/assets/minecraft/textures/items/leather_leggings_overlay.png b/1.9.4/assets/minecraft/textures/items/leather_leggings_overlay.png new file mode 100644 index 00000000..813ba262 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/leather_leggings_overlay.png differ diff --git a/1.9.4/assets/minecraft/textures/items/magma_cream.png b/1.9.4/assets/minecraft/textures/items/magma_cream.png new file mode 100644 index 00000000..d89b7bc5 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/magma_cream.png differ diff --git a/1.9.4/assets/minecraft/textures/items/map_empty.png b/1.9.4/assets/minecraft/textures/items/map_empty.png new file mode 100644 index 00000000..8dc6e58b Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/map_empty.png differ diff --git a/1.9.4/assets/minecraft/textures/items/map_filled.png b/1.9.4/assets/minecraft/textures/items/map_filled.png new file mode 100644 index 00000000..1381e215 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/map_filled.png differ diff --git a/1.9.4/assets/minecraft/textures/items/melon.png b/1.9.4/assets/minecraft/textures/items/melon.png new file mode 100644 index 00000000..590f47a2 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/melon.png differ diff --git a/1.9.4/assets/minecraft/textures/items/melon_speckled.png b/1.9.4/assets/minecraft/textures/items/melon_speckled.png new file mode 100644 index 00000000..dee1bf56 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/melon_speckled.png differ diff --git a/1.9.4/assets/minecraft/textures/items/minecart_chest.png b/1.9.4/assets/minecraft/textures/items/minecart_chest.png new file mode 100644 index 00000000..78a37786 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/minecart_chest.png differ diff --git a/1.9.4/assets/minecraft/textures/items/minecart_command_block.png b/1.9.4/assets/minecraft/textures/items/minecart_command_block.png new file mode 100644 index 00000000..29888764 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/minecart_command_block.png differ diff --git a/1.9.4/assets/minecraft/textures/items/minecart_furnace.png b/1.9.4/assets/minecraft/textures/items/minecart_furnace.png new file mode 100644 index 00000000..5478f25c Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/minecart_furnace.png differ diff --git a/1.9.4/assets/minecraft/textures/items/minecart_hopper.png b/1.9.4/assets/minecraft/textures/items/minecart_hopper.png new file mode 100644 index 00000000..eea3dfae Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/minecart_hopper.png differ diff --git a/1.9.4/assets/minecraft/textures/items/minecart_normal.png b/1.9.4/assets/minecraft/textures/items/minecart_normal.png new file mode 100644 index 00000000..2046f2bc Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/minecart_normal.png differ diff --git a/1.9.4/assets/minecraft/textures/items/minecart_tnt.png b/1.9.4/assets/minecraft/textures/items/minecart_tnt.png new file mode 100644 index 00000000..fc6048f3 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/minecart_tnt.png differ diff --git a/1.9.4/assets/minecraft/textures/items/mushroom_stew.png b/1.9.4/assets/minecraft/textures/items/mushroom_stew.png new file mode 100644 index 00000000..5598bc78 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/mushroom_stew.png differ diff --git a/1.9.4/assets/minecraft/textures/items/mutton_cooked.png b/1.9.4/assets/minecraft/textures/items/mutton_cooked.png new file mode 100644 index 00000000..14f2eda2 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/mutton_cooked.png differ diff --git a/1.9.4/assets/minecraft/textures/items/mutton_raw.png b/1.9.4/assets/minecraft/textures/items/mutton_raw.png new file mode 100644 index 00000000..88c2183b Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/mutton_raw.png differ diff --git a/1.9.4/assets/minecraft/textures/items/name_tag.png b/1.9.4/assets/minecraft/textures/items/name_tag.png new file mode 100644 index 00000000..ae5a74dd Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/name_tag.png differ diff --git a/1.9.4/assets/minecraft/textures/items/nether_star.png b/1.9.4/assets/minecraft/textures/items/nether_star.png new file mode 100644 index 00000000..6b848af0 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/nether_star.png differ diff --git a/1.9.4/assets/minecraft/textures/items/nether_wart.png b/1.9.4/assets/minecraft/textures/items/nether_wart.png new file mode 100644 index 00000000..09da1e33 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/nether_wart.png differ diff --git a/1.9.4/assets/minecraft/textures/items/netherbrick.png b/1.9.4/assets/minecraft/textures/items/netherbrick.png new file mode 100644 index 00000000..21f8ca9a Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/netherbrick.png differ diff --git a/1.9.4/assets/minecraft/textures/items/oak_boat.png b/1.9.4/assets/minecraft/textures/items/oak_boat.png new file mode 100644 index 00000000..aef92728 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/oak_boat.png differ diff --git a/1.9.4/assets/minecraft/textures/items/painting.png b/1.9.4/assets/minecraft/textures/items/painting.png new file mode 100644 index 00000000..b394f305 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/painting.png differ diff --git a/1.9.4/assets/minecraft/textures/items/paper.png b/1.9.4/assets/minecraft/textures/items/paper.png new file mode 100644 index 00000000..a1d9c7e2 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/paper.png differ diff --git a/1.9.4/assets/minecraft/textures/items/porkchop_cooked.png b/1.9.4/assets/minecraft/textures/items/porkchop_cooked.png new file mode 100644 index 00000000..b27194c8 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/porkchop_cooked.png differ diff --git a/1.9.4/assets/minecraft/textures/items/porkchop_raw.png b/1.9.4/assets/minecraft/textures/items/porkchop_raw.png new file mode 100644 index 00000000..6c1ef739 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/porkchop_raw.png differ diff --git a/1.9.4/assets/minecraft/textures/items/potato.png b/1.9.4/assets/minecraft/textures/items/potato.png new file mode 100644 index 00000000..c1d8541e Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/potato.png differ diff --git a/1.9.4/assets/minecraft/textures/items/potato_baked.png b/1.9.4/assets/minecraft/textures/items/potato_baked.png new file mode 100644 index 00000000..6d12e98e Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/potato_baked.png differ diff --git a/1.9.4/assets/minecraft/textures/items/potato_poisonous.png b/1.9.4/assets/minecraft/textures/items/potato_poisonous.png new file mode 100644 index 00000000..6f154afa Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/potato_poisonous.png differ diff --git a/1.9.4/assets/minecraft/textures/items/potion_bottle_drinkable.png b/1.9.4/assets/minecraft/textures/items/potion_bottle_drinkable.png new file mode 100644 index 00000000..bdb132d0 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/potion_bottle_drinkable.png differ diff --git a/1.9.4/assets/minecraft/textures/items/potion_bottle_empty.png b/1.9.4/assets/minecraft/textures/items/potion_bottle_empty.png new file mode 100644 index 00000000..bdb132d0 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/potion_bottle_empty.png differ diff --git a/1.9.4/assets/minecraft/textures/items/potion_bottle_lingering.png b/1.9.4/assets/minecraft/textures/items/potion_bottle_lingering.png new file mode 100644 index 00000000..3d0d092d Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/potion_bottle_lingering.png differ diff --git a/1.9.4/assets/minecraft/textures/items/potion_bottle_splash.png b/1.9.4/assets/minecraft/textures/items/potion_bottle_splash.png new file mode 100644 index 00000000..03b1f90a Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/potion_bottle_splash.png differ diff --git a/1.9.4/assets/minecraft/textures/items/potion_overlay.png b/1.9.4/assets/minecraft/textures/items/potion_overlay.png new file mode 100644 index 00000000..a842a0fe Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/potion_overlay.png differ diff --git a/1.9.4/assets/minecraft/textures/items/prismarine_crystals.png b/1.9.4/assets/minecraft/textures/items/prismarine_crystals.png new file mode 100644 index 00000000..bf6b0d0b Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/prismarine_crystals.png differ diff --git a/1.9.4/assets/minecraft/textures/items/prismarine_shard.png b/1.9.4/assets/minecraft/textures/items/prismarine_shard.png new file mode 100644 index 00000000..d0e8a4e7 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/prismarine_shard.png differ diff --git a/1.9.4/assets/minecraft/textures/items/pumpkin_pie.png b/1.9.4/assets/minecraft/textures/items/pumpkin_pie.png new file mode 100644 index 00000000..c21a032b Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/pumpkin_pie.png differ diff --git a/1.9.4/assets/minecraft/textures/items/quartz.png b/1.9.4/assets/minecraft/textures/items/quartz.png new file mode 100644 index 00000000..f19c9ba9 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/quartz.png differ diff --git a/1.9.4/assets/minecraft/textures/items/rabbit_cooked.png b/1.9.4/assets/minecraft/textures/items/rabbit_cooked.png new file mode 100644 index 00000000..ddceea8d Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/rabbit_cooked.png differ diff --git a/1.9.4/assets/minecraft/textures/items/rabbit_foot.png b/1.9.4/assets/minecraft/textures/items/rabbit_foot.png new file mode 100644 index 00000000..8aae2174 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/rabbit_foot.png differ diff --git a/1.9.4/assets/minecraft/textures/items/rabbit_hide.png b/1.9.4/assets/minecraft/textures/items/rabbit_hide.png new file mode 100644 index 00000000..bdbba15a Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/rabbit_hide.png differ diff --git a/1.9.4/assets/minecraft/textures/items/rabbit_raw.png b/1.9.4/assets/minecraft/textures/items/rabbit_raw.png new file mode 100644 index 00000000..026c8137 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/rabbit_raw.png differ diff --git a/1.9.4/assets/minecraft/textures/items/rabbit_stew.png b/1.9.4/assets/minecraft/textures/items/rabbit_stew.png new file mode 100644 index 00000000..b200e0bc Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/rabbit_stew.png differ diff --git a/1.9.4/assets/minecraft/textures/items/record_11.png b/1.9.4/assets/minecraft/textures/items/record_11.png new file mode 100644 index 00000000..a6aa1474 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/record_11.png differ diff --git a/1.9.4/assets/minecraft/textures/items/record_13.png b/1.9.4/assets/minecraft/textures/items/record_13.png new file mode 100644 index 00000000..8cd91b94 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/record_13.png differ diff --git a/1.9.4/assets/minecraft/textures/items/record_blocks.png b/1.9.4/assets/minecraft/textures/items/record_blocks.png new file mode 100644 index 00000000..3732d6c9 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/record_blocks.png differ diff --git a/1.9.4/assets/minecraft/textures/items/record_cat.png b/1.9.4/assets/minecraft/textures/items/record_cat.png new file mode 100644 index 00000000..b3527efb Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/record_cat.png differ diff --git a/1.9.4/assets/minecraft/textures/items/record_chirp.png b/1.9.4/assets/minecraft/textures/items/record_chirp.png new file mode 100644 index 00000000..63068e1a Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/record_chirp.png differ diff --git a/1.9.4/assets/minecraft/textures/items/record_far.png b/1.9.4/assets/minecraft/textures/items/record_far.png new file mode 100644 index 00000000..443ded23 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/record_far.png differ diff --git a/1.9.4/assets/minecraft/textures/items/record_mall.png b/1.9.4/assets/minecraft/textures/items/record_mall.png new file mode 100644 index 00000000..a2bf0d61 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/record_mall.png differ diff --git a/1.9.4/assets/minecraft/textures/items/record_mellohi.png b/1.9.4/assets/minecraft/textures/items/record_mellohi.png new file mode 100644 index 00000000..466f5af4 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/record_mellohi.png differ diff --git a/1.9.4/assets/minecraft/textures/items/record_stal.png b/1.9.4/assets/minecraft/textures/items/record_stal.png new file mode 100644 index 00000000..731dad63 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/record_stal.png differ diff --git a/1.9.4/assets/minecraft/textures/items/record_strad.png b/1.9.4/assets/minecraft/textures/items/record_strad.png new file mode 100644 index 00000000..c7e42ccd Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/record_strad.png differ diff --git a/1.9.4/assets/minecraft/textures/items/record_wait.png b/1.9.4/assets/minecraft/textures/items/record_wait.png new file mode 100644 index 00000000..5306b514 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/record_wait.png differ diff --git a/1.9.4/assets/minecraft/textures/items/record_ward.png b/1.9.4/assets/minecraft/textures/items/record_ward.png new file mode 100644 index 00000000..6d053fe9 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/record_ward.png differ diff --git a/1.9.4/assets/minecraft/textures/items/redstone_dust.png b/1.9.4/assets/minecraft/textures/items/redstone_dust.png new file mode 100644 index 00000000..6da938be Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/redstone_dust.png differ diff --git a/1.9.4/assets/minecraft/textures/items/reeds.png b/1.9.4/assets/minecraft/textures/items/reeds.png new file mode 100644 index 00000000..40872c66 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/reeds.png differ diff --git a/1.9.4/assets/minecraft/textures/items/repeater.png b/1.9.4/assets/minecraft/textures/items/repeater.png new file mode 100644 index 00000000..7a07381c Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/repeater.png differ diff --git a/1.9.4/assets/minecraft/textures/items/rotten_flesh.png b/1.9.4/assets/minecraft/textures/items/rotten_flesh.png new file mode 100644 index 00000000..3f39998e Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/rotten_flesh.png differ diff --git a/1.9.4/assets/minecraft/textures/items/ruby.png b/1.9.4/assets/minecraft/textures/items/ruby.png new file mode 100644 index 00000000..4f288d95 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/ruby.png differ diff --git a/1.9.4/assets/minecraft/textures/items/saddle.png b/1.9.4/assets/minecraft/textures/items/saddle.png new file mode 100644 index 00000000..b12eafa7 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/saddle.png differ diff --git a/1.9.4/assets/minecraft/textures/items/seeds_melon.png b/1.9.4/assets/minecraft/textures/items/seeds_melon.png new file mode 100644 index 00000000..ef84499c Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/seeds_melon.png differ diff --git a/1.9.4/assets/minecraft/textures/items/seeds_pumpkin.png b/1.9.4/assets/minecraft/textures/items/seeds_pumpkin.png new file mode 100644 index 00000000..8d8f0761 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/seeds_pumpkin.png differ diff --git a/1.9.4/assets/minecraft/textures/items/seeds_wheat.png b/1.9.4/assets/minecraft/textures/items/seeds_wheat.png new file mode 100644 index 00000000..83d23a6e Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/seeds_wheat.png differ diff --git a/1.9.4/assets/minecraft/textures/items/shears.png b/1.9.4/assets/minecraft/textures/items/shears.png new file mode 100644 index 00000000..f9c6de19 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/shears.png differ diff --git a/1.9.4/assets/minecraft/textures/items/sign.png b/1.9.4/assets/minecraft/textures/items/sign.png new file mode 100644 index 00000000..9b6e2ee2 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/sign.png differ diff --git a/1.9.4/assets/minecraft/textures/items/slimeball.png b/1.9.4/assets/minecraft/textures/items/slimeball.png new file mode 100644 index 00000000..e14dc942 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/slimeball.png differ diff --git a/1.9.4/assets/minecraft/textures/items/snowball.png b/1.9.4/assets/minecraft/textures/items/snowball.png new file mode 100644 index 00000000..340c6398 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/snowball.png differ diff --git a/1.9.4/assets/minecraft/textures/items/spawn_egg.png b/1.9.4/assets/minecraft/textures/items/spawn_egg.png new file mode 100644 index 00000000..b8b4c7c9 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/spawn_egg.png differ diff --git a/1.9.4/assets/minecraft/textures/items/spawn_egg_overlay.png b/1.9.4/assets/minecraft/textures/items/spawn_egg_overlay.png new file mode 100644 index 00000000..83ec78f1 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/spawn_egg_overlay.png differ diff --git a/1.9.4/assets/minecraft/textures/items/spectral_arrow.png b/1.9.4/assets/minecraft/textures/items/spectral_arrow.png new file mode 100644 index 00000000..324e26bf Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/spectral_arrow.png differ diff --git a/1.9.4/assets/minecraft/textures/items/spider_eye.png b/1.9.4/assets/minecraft/textures/items/spider_eye.png new file mode 100644 index 00000000..35d85843 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/spider_eye.png differ diff --git a/1.9.4/assets/minecraft/textures/items/spider_eye_fermented.png b/1.9.4/assets/minecraft/textures/items/spider_eye_fermented.png new file mode 100644 index 00000000..226ffb89 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/spider_eye_fermented.png differ diff --git a/1.9.4/assets/minecraft/textures/items/spruce_boat.png b/1.9.4/assets/minecraft/textures/items/spruce_boat.png new file mode 100644 index 00000000..4b1120db Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/spruce_boat.png differ diff --git a/1.9.4/assets/minecraft/textures/items/stick.png b/1.9.4/assets/minecraft/textures/items/stick.png new file mode 100644 index 00000000..c2d1853d Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/stick.png differ diff --git a/1.9.4/assets/minecraft/textures/items/stone_axe.png b/1.9.4/assets/minecraft/textures/items/stone_axe.png new file mode 100644 index 00000000..fb33584a Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/stone_axe.png differ diff --git a/1.9.4/assets/minecraft/textures/items/stone_hoe.png b/1.9.4/assets/minecraft/textures/items/stone_hoe.png new file mode 100644 index 00000000..2f6cb632 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/stone_hoe.png differ diff --git a/1.9.4/assets/minecraft/textures/items/stone_pickaxe.png b/1.9.4/assets/minecraft/textures/items/stone_pickaxe.png new file mode 100644 index 00000000..19a8e50d Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/stone_pickaxe.png differ diff --git a/1.9.4/assets/minecraft/textures/items/stone_shovel.png b/1.9.4/assets/minecraft/textures/items/stone_shovel.png new file mode 100644 index 00000000..cfccc75f Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/stone_shovel.png differ diff --git a/1.9.4/assets/minecraft/textures/items/stone_sword.png b/1.9.4/assets/minecraft/textures/items/stone_sword.png new file mode 100644 index 00000000..e5d46597 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/stone_sword.png differ diff --git a/1.9.4/assets/minecraft/textures/items/string.png b/1.9.4/assets/minecraft/textures/items/string.png new file mode 100644 index 00000000..eecdb046 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/string.png differ diff --git a/1.9.4/assets/minecraft/textures/items/sugar.png b/1.9.4/assets/minecraft/textures/items/sugar.png new file mode 100644 index 00000000..effbfae8 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/sugar.png differ diff --git a/1.9.4/assets/minecraft/textures/items/tipped_arrow_base.png b/1.9.4/assets/minecraft/textures/items/tipped_arrow_base.png new file mode 100644 index 00000000..53cb436d Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/tipped_arrow_base.png differ diff --git a/1.9.4/assets/minecraft/textures/items/tipped_arrow_head.png b/1.9.4/assets/minecraft/textures/items/tipped_arrow_head.png new file mode 100644 index 00000000..982348cd Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/tipped_arrow_head.png differ diff --git a/1.9.4/assets/minecraft/textures/items/wheat.png b/1.9.4/assets/minecraft/textures/items/wheat.png new file mode 100644 index 00000000..bbd2fd9d Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/wheat.png differ diff --git a/1.9.4/assets/minecraft/textures/items/wood_axe.png b/1.9.4/assets/minecraft/textures/items/wood_axe.png new file mode 100644 index 00000000..3a192033 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/wood_axe.png differ diff --git a/1.9.4/assets/minecraft/textures/items/wood_hoe.png b/1.9.4/assets/minecraft/textures/items/wood_hoe.png new file mode 100644 index 00000000..cf9ba0ec Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/wood_hoe.png differ diff --git a/1.9.4/assets/minecraft/textures/items/wood_pickaxe.png b/1.9.4/assets/minecraft/textures/items/wood_pickaxe.png new file mode 100644 index 00000000..ebc6756e Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/wood_pickaxe.png differ diff --git a/1.9.4/assets/minecraft/textures/items/wood_shovel.png b/1.9.4/assets/minecraft/textures/items/wood_shovel.png new file mode 100644 index 00000000..b0579117 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/wood_shovel.png differ diff --git a/1.9.4/assets/minecraft/textures/items/wood_sword.png b/1.9.4/assets/minecraft/textures/items/wood_sword.png new file mode 100644 index 00000000..c04dc0a8 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/wood_sword.png differ diff --git a/1.9.4/assets/minecraft/textures/items/wooden_armorstand.png b/1.9.4/assets/minecraft/textures/items/wooden_armorstand.png new file mode 100644 index 00000000..5c3e24d3 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/items/wooden_armorstand.png differ diff --git a/1.9.4/assets/minecraft/textures/map/map_background.png b/1.9.4/assets/minecraft/textures/map/map_background.png new file mode 100644 index 00000000..e8ef64be Binary files /dev/null and b/1.9.4/assets/minecraft/textures/map/map_background.png differ diff --git a/1.9.4/assets/minecraft/textures/map/map_icons.png b/1.9.4/assets/minecraft/textures/map/map_icons.png new file mode 100644 index 00000000..1733e911 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/map/map_icons.png differ diff --git a/1.9.4/assets/minecraft/textures/misc/enchanted_item_glint.png b/1.9.4/assets/minecraft/textures/misc/enchanted_item_glint.png new file mode 100644 index 00000000..c252613b Binary files /dev/null and b/1.9.4/assets/minecraft/textures/misc/enchanted_item_glint.png differ diff --git a/1.9.4/assets/minecraft/textures/misc/enchanted_item_glint.png.mcmeta b/1.9.4/assets/minecraft/textures/misc/enchanted_item_glint.png.mcmeta new file mode 100644 index 00000000..e38a5ad3 --- /dev/null +++ b/1.9.4/assets/minecraft/textures/misc/enchanted_item_glint.png.mcmeta @@ -0,0 +1,5 @@ +{ + "texture": { + "blur": true + } +} diff --git a/1.9.4/assets/minecraft/textures/misc/forcefield.png b/1.9.4/assets/minecraft/textures/misc/forcefield.png new file mode 100644 index 00000000..7e8c08c0 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/misc/forcefield.png differ diff --git a/1.9.4/assets/minecraft/textures/misc/pumpkinblur.png b/1.9.4/assets/minecraft/textures/misc/pumpkinblur.png new file mode 100644 index 00000000..0587f898 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/misc/pumpkinblur.png differ diff --git a/1.9.4/assets/minecraft/textures/misc/pumpkinblur.png.mcmeta b/1.9.4/assets/minecraft/textures/misc/pumpkinblur.png.mcmeta new file mode 100644 index 00000000..2077f3ce --- /dev/null +++ b/1.9.4/assets/minecraft/textures/misc/pumpkinblur.png.mcmeta @@ -0,0 +1,6 @@ +{ + "texture": { + "blur": true + } +} + diff --git a/1.9.4/assets/minecraft/textures/misc/shadow.png b/1.9.4/assets/minecraft/textures/misc/shadow.png new file mode 100644 index 00000000..fde25b52 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/misc/shadow.png differ diff --git a/1.9.4/assets/minecraft/textures/misc/shadow.png.mcmeta b/1.9.4/assets/minecraft/textures/misc/shadow.png.mcmeta new file mode 100644 index 00000000..8c6c7d1d --- /dev/null +++ b/1.9.4/assets/minecraft/textures/misc/shadow.png.mcmeta @@ -0,0 +1,6 @@ +{ + "texture": { + "clamp": true + } +} + diff --git a/1.9.4/assets/minecraft/textures/misc/underwater.png b/1.9.4/assets/minecraft/textures/misc/underwater.png new file mode 100644 index 00000000..c2c9d3cf Binary files /dev/null and b/1.9.4/assets/minecraft/textures/misc/underwater.png differ diff --git a/1.9.4/assets/minecraft/textures/misc/unknown_pack.png b/1.9.4/assets/minecraft/textures/misc/unknown_pack.png new file mode 100644 index 00000000..f8c514ec Binary files /dev/null and b/1.9.4/assets/minecraft/textures/misc/unknown_pack.png differ diff --git a/1.9.4/assets/minecraft/textures/misc/unknown_server.png b/1.9.4/assets/minecraft/textures/misc/unknown_server.png new file mode 100644 index 00000000..f8c514ec Binary files /dev/null and b/1.9.4/assets/minecraft/textures/misc/unknown_server.png differ diff --git a/1.9.4/assets/minecraft/textures/misc/vignette.png b/1.9.4/assets/minecraft/textures/misc/vignette.png new file mode 100644 index 00000000..4d63c2d2 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/misc/vignette.png differ diff --git a/1.9.4/assets/minecraft/textures/misc/vignette.png.mcmeta b/1.9.4/assets/minecraft/textures/misc/vignette.png.mcmeta new file mode 100644 index 00000000..2077f3ce --- /dev/null +++ b/1.9.4/assets/minecraft/textures/misc/vignette.png.mcmeta @@ -0,0 +1,6 @@ +{ + "texture": { + "blur": true + } +} + diff --git a/1.9.4/assets/minecraft/textures/models/armor/chainmail_layer_1.png b/1.9.4/assets/minecraft/textures/models/armor/chainmail_layer_1.png new file mode 100644 index 00000000..420324cf Binary files /dev/null and b/1.9.4/assets/minecraft/textures/models/armor/chainmail_layer_1.png differ diff --git a/1.9.4/assets/minecraft/textures/models/armor/chainmail_layer_2.png b/1.9.4/assets/minecraft/textures/models/armor/chainmail_layer_2.png new file mode 100644 index 00000000..1a27243f Binary files /dev/null and b/1.9.4/assets/minecraft/textures/models/armor/chainmail_layer_2.png differ diff --git a/1.9.4/assets/minecraft/textures/models/armor/diamond_layer_1.png b/1.9.4/assets/minecraft/textures/models/armor/diamond_layer_1.png new file mode 100644 index 00000000..f71e89c1 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/models/armor/diamond_layer_1.png differ diff --git a/1.9.4/assets/minecraft/textures/models/armor/diamond_layer_2.png b/1.9.4/assets/minecraft/textures/models/armor/diamond_layer_2.png new file mode 100644 index 00000000..8786e624 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/models/armor/diamond_layer_2.png differ diff --git a/1.9.4/assets/minecraft/textures/models/armor/gold_layer_1.png b/1.9.4/assets/minecraft/textures/models/armor/gold_layer_1.png new file mode 100644 index 00000000..fc4b4f81 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/models/armor/gold_layer_1.png differ diff --git a/1.9.4/assets/minecraft/textures/models/armor/gold_layer_2.png b/1.9.4/assets/minecraft/textures/models/armor/gold_layer_2.png new file mode 100644 index 00000000..88967b99 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/models/armor/gold_layer_2.png differ diff --git a/1.9.4/assets/minecraft/textures/models/armor/iron_layer_1.png b/1.9.4/assets/minecraft/textures/models/armor/iron_layer_1.png new file mode 100644 index 00000000..2e9b7cf5 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/models/armor/iron_layer_1.png differ diff --git a/1.9.4/assets/minecraft/textures/models/armor/iron_layer_2.png b/1.9.4/assets/minecraft/textures/models/armor/iron_layer_2.png new file mode 100644 index 00000000..c76c01aa Binary files /dev/null and b/1.9.4/assets/minecraft/textures/models/armor/iron_layer_2.png differ diff --git a/1.9.4/assets/minecraft/textures/models/armor/leather_layer_1.png b/1.9.4/assets/minecraft/textures/models/armor/leather_layer_1.png new file mode 100644 index 00000000..c369c2c5 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/models/armor/leather_layer_1.png differ diff --git a/1.9.4/assets/minecraft/textures/models/armor/leather_layer_1_overlay.png b/1.9.4/assets/minecraft/textures/models/armor/leather_layer_1_overlay.png new file mode 100644 index 00000000..5a811af9 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/models/armor/leather_layer_1_overlay.png differ diff --git a/1.9.4/assets/minecraft/textures/models/armor/leather_layer_2.png b/1.9.4/assets/minecraft/textures/models/armor/leather_layer_2.png new file mode 100644 index 00000000..370089f1 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/models/armor/leather_layer_2.png differ diff --git a/1.9.4/assets/minecraft/textures/models/armor/leather_layer_2_overlay.png b/1.9.4/assets/minecraft/textures/models/armor/leather_layer_2_overlay.png new file mode 100644 index 00000000..7d7992a1 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/models/armor/leather_layer_2_overlay.png differ diff --git a/1.9.4/assets/minecraft/textures/painting/paintings_kristoffer_zetterstrand.png b/1.9.4/assets/minecraft/textures/painting/paintings_kristoffer_zetterstrand.png new file mode 100644 index 00000000..c0b24e99 Binary files /dev/null and b/1.9.4/assets/minecraft/textures/painting/paintings_kristoffer_zetterstrand.png differ diff --git a/1.9.4/assets/minecraft/textures/particle/footprint.png b/1.9.4/assets/minecraft/textures/particle/footprint.png new file mode 100644 index 00000000..50860abd Binary files /dev/null and b/1.9.4/assets/minecraft/textures/particle/footprint.png differ diff --git a/1.9.4/assets/minecraft/textures/particle/particles.png b/1.9.4/assets/minecraft/textures/particle/particles.png new file mode 100644 index 00000000..5641c71f Binary files /dev/null and b/1.9.4/assets/minecraft/textures/particle/particles.png differ diff --git a/1.9.4/pack.mcmeta b/1.9.4/pack.mcmeta new file mode 100644 index 00000000..647b0ab8 --- /dev/null +++ b/1.9.4/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "pack": { + "pack_format": 2, + "description": "§3§kGiveMESOMEEMERALDS\n§aAuthor : §2ru-minecraft.ru.§r\n§k" + } +} \ No newline at end of file diff --git a/1.9.4/pack.png b/1.9.4/pack.png new file mode 100644 index 00000000..5a58884a Binary files /dev/null and b/1.9.4/pack.png differ